diff --git a/StressGraphletSignificance.R b/StressGraphletSignificance.R index a81eb21..9bdf10e 100644 --- a/StressGraphletSignificance.R +++ b/StressGraphletSignificance.R @@ -212,4 +212,55 @@ txid224308_onetail <- inner_join(txid224308_onetail, graphlet_key) txid6239_onetail <- inner_join(txid6239_onetail, graphlet_key) txid559292_onetail <- inner_join(txid559292_onetail, graphlet_key) txid7227_onetail <- inner_join(txid7227_onetail, graphlet_key) -txid7955_onetail <- inner_join(txid7955_onetail, graphlet_key) \ No newline at end of file +txid7955_onetail <- inner_join(txid7955_onetail, graphlet_key) + +# Joining in common names to B. subtilis and D. rerio +## B. subtilis +ppi_224308 <- read_csv("txid224308-protein_protein_interaction.csv") +reg_224308 <- read_csv("txid224308-regulatory_interaction.csv") +stress_ppi_224308 <- read_csv("txid224308/stress_ppi.csv") +stress_reg_224308 <- read_csv("txid224308/stress_reg.csv") + +stress_net_224308_ppi <- rbind( + inner_join(stress_ppi_224308, ppi_224308, by = c("id1", "id2")) %>% select(id1, id2, name1, name2), + inner_join(stress_ppi_224308, ppi_224308, by = c("id1", "id2")) %>% rename(id2 = id1, id1 = id2, name2 = name1, name1 = name2) %>% select(id1, id2, name1, name2) +) + +stress_net_224308_ppi <- stress_net_224308_ppi %>% + mutate(geneName1 = str_c(str_to_lower(str_sub(name1, 1, 1)), str_sub(name1, 2))) %>% + mutate(geneName2 = str_c(str_to_lower(str_sub(name2, 1, 1)), str_sub(name2, 2))) %>% + select(id1, id2, geneName1, geneName2) + +stress_net_224308_reg <- inner_join(stress_reg_224308, reg_224308, by = c("id1", "id2")) %>% select(id1, id2, geneName1, geneName2) + +## D. rerio +stress_ppi_7955 <- read_csv("txid7955/stress_ppi.csv") +stress_reg_7955 <- read_csv("txid7955/stress_reg.csv") +ppi_7955 <- read_csv("txid7955-protein_protein_interaction.csv") +reg_7955 <- read_csv("txid7955-regulatory_interaction.csv") + +stress_net_7955_ppi <- rbind( + inner_join(stress_ppi_7955, ppi_7955, by = c("id1", "id2")) %>% select(id1, geneName1, id2, geneName2), + inner_join(stress_ppi_7955, ppi_7955, by = c("id1", "id2")) %>% rename(id2 = id1, id1 = id2, geneName2 = geneName1, geneName1 = geneName2) %>% select(id1, id2, geneName1, geneName2) +) +# get missing common +stress_net_7955_ppi %>% + filter(str_starts(geneName1, "Q") | str_starts(geneName2, "Q")) +# replace missing names +stress_net_7955_ppi <- stress_net_7955_ppi %>% + mutate(geneName1 = replace(geneName1, geneName1 == 'Q7T3D1', 'ero1a')) %>% + mutate(geneName2 = replace(geneName2, geneName2 == 'Q7T3D1', 'ero1a')) %>% + mutate(geneName1 = replace(geneName1, geneName1 == 'Q7ZV14', 'gpx8')) %>% + mutate(geneName2 = replace(geneName2, geneName2 == 'Q7ZV14', 'gpx8')) %>% + select(id1, id2, geneName1, geneName2) + + +stress_net_7955_reg <- inner_join(stress_reg_7955, reg_7955, by = c("id1", "id2")) %>% select(id1, id2, geneName1, geneName2) +# add in the single missing geneName +stress_net_7955_reg <- stress_net_7955_reg %>% + mutate(geneName2 = replace(geneName2, geneName2 == '-', 'zgc:103499')) + +write_csv(stress_net_7955_reg, "txid7955/stress_reg_names.csv") +write_csv(stress_net_7955_ppi, "txid7955/stress_ppi_names.csv") +write_csv(stress_net_224308_reg, "txid224308/stress_reg_names.csv") +write_csv(stress_net_224308_ppi, "txid224308/stress_ppi_names.csv") diff --git a/data/oxidative_stress/txid224308-protein_protein_interaction.csv b/data/oxidative_stress/txid224308-protein_protein_interaction.csv new file mode 100644 index 0000000..81b8dda --- /dev/null +++ b/data/oxidative_stress/txid224308-protein_protein_interaction.csv @@ -0,0 +1,6442 @@ +"id1","id2","name1","name2","geneName1","geneName2","altName1","altName2","source","sourceLink","intType","species" +"BSU_00010","BSU_00330","DnaA","DnaH","dnaA","BSU_00330","DnaA","YabA","subtiwiki","224308.BSU00010/224308.BSU00330","physical","txid224308" +"BSU_00010","BSU_40960","DnaA","ParB","dnaA","parB","DnaA","ParB","string-db","224308.BSU40960/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_24300","DnaA","XseA","dnaA","BSU_24300","DnaA","XseA","string-db","224308.BSU24300/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_40440","DnaA","DnaC","dnaA","BSU_40440","DnaA","DnaC","subtiwiki","224308.BSU40440/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_17900","DnaA","PcfA","dnaA","sirA","DnaA","SirA","subtiwiki","224308.BSU17900/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_28990","DnaA","DnaB","dnaA","BSU_28990","DnaA","DnaB","subtiwiki","224308.BSU28990/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_29090","DnaA","PolA","dnaA","polA","DnaA","PolA","string-db","224308.BSU29090/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_22350","DnaA","DnaD","dnaA","BSU_22350","DnaA","DnaD","subtiwiki","224308.BSU00010/224308.BSU22350","physical","txid224308" +"BSU_00010","BSU_26260","DnaA","YqaM","dnaA","yqaM","DnaA","YqaM","string-db","224308.BSU26260/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_13060","DnaA","YkjA","dnaA","BSU_13060","DnaA","YkjA","string-db","224308.BSU13060/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_26310","DnaA","YqaH","dnaA","yqaH","DnaA","YqaH","subtiwiki","224308.BSU00010/224308.BSU26310","physical","txid224308" +"BSU_00010","BSU_21000","DnaA","YonT","dnaA","yonT","DnaA","YonT","string-db","224308.BSU21000/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_40970","DnaA","ParA","dnaA","parA","DnaA","ParA","subtiwiki","224308.BSU40970/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_41050","DnaA","RnpA","dnaA","BSU_41050","DnaA","RnpA","string-db","224308.BSU41050/224308.BSU00010","physical","txid224308" +"BSU_00010","BSU_00020","DnaA","DnaN","dnaA","dnaN","DnaA","DnaN","subtiwiki","224308.BSU00010/224308.BSU00020","physical","txid224308" +"BSU_00010","BSU_28980","DnaA","DnaI","dnaA","BSU_28980","DnaA","DnaI","subtiwiki","224308.BSU00010/224308.BSU28980","physical","txid224308" +"BSU_00010","BSU_25210","DnaA","DnaG","dnaA","dnaG","DnaA","DnaG","subtiwiki","224308.BSU00010/224308.BSU25210","physical","txid224308" +"BSU_40970","BSU_29000","ParA","NrdR","parA","nrdR","ParA","NrdR","subtiwiki","224308.BSU40970/224308.BSU29000","physical","txid224308" +"BSU_41050","BSU_41060","RnpA","RpmH","BSU_41050","rpmH","RnpA","RpmH","subtiwiki","224308.BSU41050/224308.BSU41060","physical","txid224308" +"BSU_29090","BSU_34360","PolA","EpsB","polA","epsB","PolA","EpsB","string-db","224308.BSU34360/224308.BSU29090","physical","txid224308" +"BSU_29090","BSU_29230","PolA","DnaE","polA","dnaE","PolA","DnaE","string-db","224308.BSU29230/224308.BSU29090","physical","txid224308" +"BSU_29090","BSU_39940","PolA","YxaL","polA","yxaL","PolA","YxaL","string-db","224308.BSU39940/224308.BSU29090","physical","txid224308" +"BSU_29090","BSU_36240","PolA","YwqE","polA","ptpZ","PolA","PtpZ","string-db","224308.BSU36240/224308.BSU29090","physical","txid224308" +"BSU_29090","BSU_00020","PolA","DnaN","polA","dnaN","PolA","DnaN","subtiwiki","224308.BSU29090/224308.BSU00020","physical","txid224308" +"BSU_40440","BSU_29230","DnaC","DnaE","BSU_40440","dnaE","DnaC","DnaE","subtiwiki","224308.BSU40440/224308.BSU29230","physical","txid224308" +"BSU_40440","BSU_25280","DnaC","RecO","BSU_40440","recO","DnaC","RecO","subtiwiki","224308.BSU40440/224308.BSU25280","physical","txid224308" +"BSU_40440","BSU_16940","DnaC","RecA","BSU_40440","recA","DnaC","RecA","subtiwiki","224308.BSU40440/224308.BSU16940","physical","txid224308" +"BSU_40440","BSU_40900","DnaC","SsbA","BSU_40440","ssbA","DnaC","SsbA","subtiwiki","224308.BSU40440/224308.BSU40900","physical","txid224308" +"BSU_40440","BSU_00210","DnaC","RecR","BSU_40440","BSU_00210","DnaC","RecR","subtiwiki","224308.BSU40440/224308.BSU00210","physical","txid224308" +"BSU_40440","BSU_00040","DnaC","RecF","BSU_40440","recF","DnaC","RecF","subtiwiki","224308.BSU40440/224308.BSU00040","physical","txid224308" +"BSU_40440","BSU_00310","DnaC","HolB","BSU_40440","BSU_00310","DnaC","HolB","subtiwiki","224308.BSU40440/224308.BSU00310","physical","txid224308" +"BSU_40440","BSU_25560","DnaC","HolA","BSU_40440","BSU_25560","DnaC","HolA","subtiwiki","224308.BSU40440/224308.BSU25560","physical","txid224308" +"BSU_28990","BSU_33690","DnaB","YvaQ","BSU_28990","yvaQ","DnaB","YvaQ","string-db","224308.BSU33690/224308.BSU28990","physical","txid224308" +"BSU_28990","BSU_40970","DnaB","ParA","BSU_28990","parA","DnaB","ParA","string-db","224308.BSU40970/224308.BSU28990","physical","txid224308" +"BSU_28990","BSU_40440","DnaB","DnaC","BSU_28990","BSU_40440","DnaB","DnaC","subtiwiki","224308.BSU28990/224308.BSU40440","physical","txid224308" +"BSU_28990","BSU_31240","DnaB","McpA","BSU_28990","mcpA","DnaB","McpA","string-db","224308.BSU31240/224308.BSU28990","physical","txid224308" +"BSU_28990","BSU_00190","DnaB","DnaX","BSU_28990","BSU_00190","DnaB","DnaX","subtiwiki","224308.BSU28990/224308.BSU00190","physical","txid224308" +"BSU_28990","BSU_00310","DnaB","HolB","BSU_28990","BSU_00310","DnaB","HolB","subtiwiki","224308.BSU28990/224308.BSU00310","physical","txid224308" +"BSU_28990","BSU_00020","DnaB","DnaN","BSU_28990","dnaN","DnaB","DnaN","subtiwiki","224308.BSU28990/224308.BSU00020","physical","txid224308" +"BSU_28990","BSU_00040","DnaB","RecF","BSU_28990","recF","DnaB","RecF","subtiwiki","224308.BSU28990/224308.BSU00040","physical","txid224308" +"BSU_28990","BSU_29230","DnaB","DnaE","BSU_28990","dnaE","DnaB","DnaE","subtiwiki","224308.BSU28990/224308.BSU29230","physical","txid224308" +"BSU_28990","BSU_00210","DnaB","RecR","BSU_28990","BSU_00210","DnaB","RecR","subtiwiki","224308.BSU28990/224308.BSU00210","physical","txid224308" +"BSU_28990","BSU_16940","DnaB","RecA","BSU_28990","recA","DnaB","RecA","subtiwiki","224308.BSU28990/224308.BSU16940","physical","txid224308" +"BSU_28990","BSU_25280","DnaB","RecO","BSU_28990","recO","DnaB","RecO","subtiwiki","224308.BSU28990/224308.BSU25280","physical","txid224308" +"BSU_28990","BSU_40900","DnaB","SsbA","BSU_28990","ssbA","DnaB","SsbA","subtiwiki","224308.BSU28990/224308.BSU40900","physical","txid224308" +"BSU_28990","BSU_29920","DnaB","CcrZ","BSU_28990","BSU_29920","DnaB","CcrZ","subtiwiki","224308.BSU28990/224308.BSU29920","physical","txid224308" +"BSU_40960","BSU_15420","ParB","DivIVA","parB","divIVA","ParB","DivIVA","subtiwiki","224308.BSU40960/224308.BSU15420","physical","txid224308" +"BSU_40960","BSU_40970","ParB","ParA","parB","parA","ParB","ParA","subtiwiki","224308.BSU40970/224308.BSU40960","physical","txid224308" +"BSU_26260","BSU_40440","YqaM","DnaC","yqaM","BSU_40440","YqaM","DnaC","subtiwiki","224308.BSU40440/224308.BSU26260","physical","txid224308" +"BSU_00330","BSU_00660","DnaH","YabT","BSU_00330","yabT","YabA","YabT","subtiwiki","224308.BSU00330/224308.BSU00660","physical","txid224308" +"BSU_00330","BSU_39940","DnaH","YxaL","BSU_00330","yxaL","YabA","YxaL","string-db","224308.BSU39940/224308.BSU00330","physical","txid224308" +"BSU_00330","BSU_40970","DnaH","ParA","BSU_00330","parA","YabA","ParA","string-db","224308.BSU40970/224308.BSU00330","physical","txid224308" +"BSU_00330","BSU_05240","DnaH","YdeL","BSU_00330","BSU_05240","YabA","YdeL","string-db","224308.BSU05240/224308.BSU00330","physical","txid224308" +"BSU_00330","BSU_31240","DnaH","McpA","BSU_00330","mcpA","YabA","McpA","string-db","224308.BSU31240/224308.BSU00330","physical","txid224308" +"BSU_00330","BSU_29700","DnaH","AcuB","BSU_00330","acuB","YabA","AcuB","string-db","224308.BSU29700/224308.BSU00330","physical","txid224308" +"BSU_00330","BSU_31250","DnaH","TlpA","BSU_00330","tlpA","YabA","TlpA","string-db","224308.BSU31250/224308.BSU00330","physical","txid224308" +"BSU_17900","BSU_17910","PcfA","YneF","sirA","yneF","SirA","YneF","string-db","224308.BSU17910/224308.BSU17900","physical","txid224308" +"BSU_24300","BSU_37950","XseA","YwdI","BSU_24300","ywdI","XseA","YwdI","string-db","224308.BSU37950/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_35500","XseA","DegS","BSU_24300","degS","XseA","DegS","string-db","224308.BSU35500/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_40440","XseA","DnaC","BSU_24300","BSU_40440","XseA","DnaC","string-db","224308.BSU40440/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_37450","XseA","YwhK","BSU_24300","BSU_37450","XseA","YwhK","string-db","224308.BSU37450/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_27600","XseA","Rsh","BSU_24300","BSU_27600","XseA","Rel","string-db","224308.BSU27600/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_29440","XseA","ArgH","BSU_24300","argH","XseA","ArgH","string-db","224308.BSU29440/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_25340","XseA","PhoH","BSU_24300","BSU_25340","XseA","PhoH","string-db","224308.BSU25340/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_29610","XseA","EzrA","BSU_24300","ezrA","XseA","EzrA","string-db","224308.BSU29610/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_40900","XseA","SsbA","BSU_24300","ssbA","XseA","SsbA","subtiwiki","224308.BSU40900/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_31240","XseA","McpA","BSU_24300","mcpA","XseA","McpA","string-db","224308.BSU31240/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_25490","XseA","HrcA","BSU_24300","hrcA","XseA","HrcA","string-db","224308.BSU25490/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_25250","XseA","CcpN","BSU_24300","ccpN","XseA","CcpN","string-db","224308.BSU25250/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_28980","XseA","DnaI","BSU_24300","BSU_28980","XseA","DnaI","string-db","224308.BSU28980/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_39580","XseA","YxeE","BSU_24300","yxeE","XseA","YxeE","string-db","224308.BSU39580/224308.BSU24300","physical","txid224308" +"BSU_24300","BSU_37030","XseA","RacA","BSU_24300","racA","XseA","RacA","string-db","224308.BSU37030/224308.BSU24300","physical","txid224308" +"BSU_22350","BSU_25560","DnaD","HolA","BSU_22350","BSU_25560","DnaD","HolA","subtiwiki","224308.BSU22350/224308.BSU25560","physical","txid224308" +"BSU_22350","BSU_00040","DnaD","RecF","BSU_22350","recF","DnaD","RecF","subtiwiki","224308.BSU22350/224308.BSU00040","physical","txid224308" +"BSU_22350","BSU_00310","DnaD","HolB","BSU_22350","BSU_00310","DnaD","HolB","subtiwiki","224308.BSU22350/224308.BSU00310","physical","txid224308" +"BSU_22350","BSU_25210","DnaD","DnaG","BSU_22350","dnaG","DnaD","DnaG","subtiwiki","224308.BSU22350/224308.BSU25210","physical","txid224308" +"BSU_22350","BSU_40440","DnaD","DnaC","BSU_22350","BSU_40440","DnaD","DnaC","subtiwiki","224308.BSU40440/224308.BSU22350","physical","txid224308" +"BSU_22350","BSU_23020","DnaD","RecQ","BSU_22350","BSU_23020","DnaD","RecS","string-db","224308.BSU23020/224308.BSU22350","physical","txid224308" +"BSU_22350","BSU_28990","DnaD","DnaB","BSU_22350","BSU_28990","DnaD","DnaB","subtiwiki","224308.BSU28990/224308.BSU22350","physical","txid224308" +"BSU_22350","BSU_40970","DnaD","ParA","BSU_22350","parA","DnaD","ParA","string-db","224308.BSU40970/224308.BSU22350","physical","txid224308" +"BSU_22350","BSU_28980","DnaD","DnaI","BSU_22350","BSU_28980","DnaD","DnaI","subtiwiki","224308.BSU28980/224308.BSU22350","physical","txid224308" +"BSU_13060","BSU_26150","YkjA","YqbD","BSU_13060","BSU_26150","YkjA","YqbD","string-db","224308.BSU26150/224308.BSU13060","physical","txid224308" +"BSU_13060","BSU_19400","YkjA","SodC","BSU_13060","BSU_19400","YkjA","SodC","string-db","224308.BSU19400/224308.BSU13060","physical","txid224308" +"BSU_13060","BSU_25330","YkjA","YqfF","BSU_13060","BSU_25330","YkjA","YqfF","string-db","224308.BSU25330/224308.BSU13060","physical","txid224308" +"BSU_13060","BSU_31890","YkjA","YukC","BSU_13060","essB","YkjA","EssB","string-db","224308.BSU31890/224308.BSU13060","physical","txid224308" +"BSU_13060","BSU_14400","YkjA","FruA","BSU_13060","fruA","YkjA","FruA","string-db","224308.BSU14400/224308.BSU13060","physical","txid224308" +"BSU_13060","BSU_37030","YkjA","RacA","BSU_13060","racA","YkjA","RacA","string-db","224308.BSU37030/224308.BSU13060","physical","txid224308" +"BSU_26310","BSU_33020","YqaH","CssS","yqaH","cssS","YqaH","CssS","string-db","224308.BSU33020/224308.BSU26310","physical","txid224308" +"BSU_26310","BSU_40440","YqaH","DnaC","yqaH","BSU_40440","YqaH","DnaC","string-db","224308.BSU40440/224308.BSU26310","physical","txid224308" +"BSU_00020","BSU_41050","DnaN","RnpA","dnaN","BSU_41050","DnaN","RnpA","string-db","224308.BSU41050/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_17050","DnaN","MutL","dnaN","BSU_17050","DnaN","MutL","subtiwiki","224308.BSU00020/224308.BSU17050","physical","txid224308" +"BSU_00020","BSU_25210","DnaN","DnaG","dnaN","dnaG","DnaN","DnaG","subtiwiki","224308.BSU00020/224308.BSU25210","physical","txid224308" +"BSU_00020","BSU_40440","DnaN","DnaC","dnaN","BSU_40440","DnaN","DnaC","subtiwiki","224308.BSU40440/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_00310","DnaN","HolB","dnaN","BSU_00310","DnaN","HolB","subtiwiki","224308.BSU00020/224308.BSU00310","physical","txid224308" +"BSU_00020","BSU_16580","DnaN","PolC","dnaN","BSU_16580","DnaN","PolC","subtiwiki","224308.BSU00020/224308.BSU16580","physical","txid224308" +"BSU_00020","BSU_25560","DnaN","HolA","dnaN","BSU_25560","DnaN","HolA","subtiwiki","224308.BSU00020/224308.BSU25560","physical","txid224308" +"BSU_00020","BSU_20340","DnaN","YorL","dnaN","BSU_20340","DnaN","YorL","string-db","224308.BSU20340/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_29230","DnaN","DnaE","dnaN","dnaE","DnaN","DnaE","subtiwiki","224308.BSU29230/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_29740","DnaN","CcpA","dnaN","ccpA","DnaN","CcpA","string-db","224308.BSU29740/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_22350","DnaN","DnaD","dnaN","BSU_22350","DnaN","DnaD","subtiwiki","224308.BSU00020/224308.BSU22350","physical","txid224308" +"BSU_00020","BSU_00330","DnaN","DnaH","dnaN","BSU_00330","DnaN","YabA","subtiwiki","224308.BSU00020/224308.BSU00330","physical","txid224308" +"BSU_00020","BSU_23870","DnaN","PolY1","dnaN","BSU_23870","DnaN","PolYA","subtiwiki","224308.BSU00020/224308.BSU23870","physical","txid224308" +"BSU_00020","BSU_00190","DnaN","DnaX","dnaN","BSU_00190","DnaN","DnaX","subtiwiki","224308.BSU00190/224308.BSU00020","physical","txid224308" +"BSU_00020","BSU_23710","DnaN","PolYB","dnaN","polY2","DnaN","PolY2","subtiwiki","224308.BSU00020/224308.BSU23710","physical","txid224308" +"BSU_00020","BSU_40900","DnaN","SsbA","dnaN","ssbA","DnaN","SsbA","subtiwiki","224308.BSU00020/224308.BSU40900","physical","txid224308" +"BSU_00020","BSU_16940","DnaN","RecA","dnaN","recA","DnaN","RecA","subtiwiki","224308.BSU00020/224308.BSU16940","physical","txid224308" +"BSU_00020","BSU_28980","DnaN","DnaI","dnaN","BSU_28980","DnaN","DnaI","subtiwiki","224308.BSU00020/224308.BSU28980","physical","txid224308" +"BSU_00020","BSU_00040","DnaN","RecF","dnaN","recF","DnaN","RecF","subtiwiki","224308.BSU00020/224308.BSU00040","physical","txid224308" +"BSU_00020","BSU_15710","DnaN","PriA","dnaN","BSU_15710","DnaN","PriA","subtiwiki","224308.BSU00020/224308.BSU15710","physical","txid224308" +"BSU_00020","BSU_00210","DnaN","RecR","dnaN","BSU_00210","DnaN","RecR","subtiwiki","224308.BSU00020/224308.BSU00210","physical","txid224308" +"BSU_00020","BSU_17040","DnaN","MutS","dnaN","BSU_17040","DnaN","MutS","subtiwiki","224308.BSU00020/224308.BSU17040","physical","txid224308" +"BSU_20340","BSU_25560","YorL","HolA","BSU_20340","BSU_25560","YorL","HolA","string-db","224308.BSU25560/224308.BSU20340","physical","txid224308" +"BSU_20340","BSU_29230","YorL","DnaE","BSU_20340","dnaE","YorL","DnaE","string-db","224308.BSU29230/224308.BSU20340","physical","txid224308" +"BSU_00310","BSU_29090","HolB","PolA","BSU_00310","polA","HolB","PolA","string-db","224308.BSU29090/224308.BSU00310","physical","txid224308" +"BSU_00310","BSU_25560","HolB","HolA","BSU_00310","BSU_25560","HolB","HolA","subtiwiki","224308.BSU25560/224308.BSU00310","physical","txid224308" +"BSU_00310","BSU_29230","HolB","DnaE","BSU_00310","dnaE","HolB","DnaE","subtiwiki","224308.BSU29230/224308.BSU00310","physical","txid224308" +"BSU_00310","BSU_16580","HolB","PolC","BSU_00310","BSU_16580","HolB","PolC","subtiwiki","224308.BSU00310/224308.BSU16580","physical","txid224308" +"BSU_00310","BSU_20340","HolB","YorL","BSU_00310","BSU_20340","HolB","YorL","string-db","224308.BSU20340/224308.BSU00310","physical","txid224308" +"BSU_00310","BSU_25210","HolB","DnaG","BSU_00310","dnaG","HolB","DnaG","subtiwiki","224308.BSU00310/224308.BSU25210","physical","txid224308" +"BSU_00310","BSU_00040","HolB","RecF","BSU_00310","recF","HolB","RecF","subtiwiki","224308.BSU00310/224308.BSU00040","physical","txid224308" +"BSU_00310","BSU_00860","HolB","ClpC","BSU_00310","clpC","HolB","ClpC","subtiwiki","224308.BSU00310/224308.BSU00860","physical","txid224308" +"BSU_16580","BSU_28990","PolC","DnaB","BSU_16580","BSU_28990","PolC","DnaB","subtiwiki","224308.BSU28990/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_20340","PolC","YorL","BSU_16580","BSU_20340","PolC","YorL","string-db","224308.BSU20340/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_29090","PolC","PolA","BSU_16580","polA","PolC","PolA","string-db","224308.BSU29090/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_40440","PolC","DnaC","BSU_16580","BSU_40440","PolC","DnaC","subtiwiki","224308.BSU40440/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_29230","PolC","DnaE","BSU_16580","dnaE","PolC","DnaE","subtiwiki","224308.BSU29230/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_22350","PolC","DnaD","BSU_16580","BSU_22350","PolC","DnaD","subtiwiki","224308.BSU22350/224308.BSU16580","physical","txid224308" +"BSU_16580","BSU_25560","PolC","HolA","BSU_16580","BSU_25560","PolC","HolA","subtiwiki","224308.BSU25560/224308.BSU16580","physical","txid224308" +"BSU_29230","BSU_29980","DnaE","YtjP","dnaE","BSU_29980","DnaE","YtjP","string-db","224308.BSU29980/224308.BSU29230","physical","txid224308" +"BSU_29230","BSU_37450","DnaE","YwhK","dnaE","BSU_37450","DnaE","YwhK","string-db","224308.BSU37450/224308.BSU29230","physical","txid224308" +"BSU_29230","BSU_40900","DnaE","SsbA","dnaE","ssbA","DnaE","SsbA","subtiwiki","224308.BSU29230/224308.BSU40900","physical","txid224308" +"BSU_29230","BSU_25210","DnaE","DnaG","dnaE","dnaG","DnaE","DnaG","subtiwiki","224308.BSU29230/224308.BSU25210","physical","txid224308" +"BSU_29230","BSU_28980","DnaE","DnaI","dnaE","BSU_28980","DnaE","DnaI","subtiwiki","224308.BSU29230/224308.BSU28980","physical","txid224308" +"BSU_29230","BSU_22350","DnaE","DnaD","dnaE","BSU_22350","DnaE","DnaD","subtiwiki","224308.BSU29230/224308.BSU22350","physical","txid224308" +"BSU_29230","BSU_00040","DnaE","RecF","dnaE","recF","DnaE","RecF","subtiwiki","224308.BSU29230/224308.BSU00040","physical","txid224308" +"BSU_29230","BSU_15710","DnaE","PriA","dnaE","BSU_15710","DnaE","PriA","subtiwiki","224308.BSU29230/224308.BSU15710","physical","txid224308" +"BSU_29230","BSU_16940","DnaE","RecA","dnaE","recA","DnaE","RecA","subtiwiki","224308.BSU29230/224308.BSU16940","physical","txid224308" +"BSU_29230","BSU_25280","DnaE","RecO","dnaE","recO","DnaE","RecO","subtiwiki","224308.BSU29230/224308.BSU25280","physical","txid224308" +"BSU_29230","BSU_00210","DnaE","RecR","dnaE","BSU_00210","DnaE","RecR","subtiwiki","224308.BSU29230/224308.BSU00210","physical","txid224308" +"BSU_29230","BSU_17050","DnaE","MutL","dnaE","BSU_17050","DnaE","MutL","subtiwiki","224308.BSU29230/224308.BSU17050","physical","txid224308" +"BSU_29230","BSU_17040","DnaE","MutS","dnaE","BSU_17040","DnaE","MutS","subtiwiki","224308.BSU29230/224308.BSU17040","physical","txid224308" +"BSU_29230","BSU_29180","DnaE","Pyk","dnaE","BSU_29180","DnaE","Pyk","subtiwiki","224308.BSU29230/224308.BSU29180","physical","txid224308" +"BSU_00190","BSU_25560","DnaX","HolA","BSU_00190","BSU_25560","DnaX","HolA","subtiwiki","224308.BSU00190/224308.BSU25560","physical","txid224308" +"BSU_00190","BSU_00310","DnaX","HolB","BSU_00190","BSU_00310","DnaX","HolB","subtiwiki","224308.BSU00190/224308.BSU00310","physical","txid224308" +"BSU_00190","BSU_29230","DnaX","DnaE","BSU_00190","dnaE","DnaX","DnaE","subtiwiki","224308.BSU29230/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_16030","DnaX","TrmD","BSU_00190","trmD","DnaX","TrmD","string-db","224308.BSU16030/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_30540","DnaX","AsnB","BSU_00190","BSU_30540","DnaX","AsnB","string-db","224308.BSU30540/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_20340","DnaX","YorL","BSU_00190","BSU_20340","DnaX","YorL","string-db","224308.BSU20340/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_26150","DnaX","YqbD","BSU_00190","BSU_26150","DnaX","YqbD","string-db","224308.BSU26150/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_16580","DnaX","PolC","BSU_00190","BSU_16580","DnaX","PolC","subtiwiki","224308.BSU00190/224308.BSU16580","physical","txid224308" +"BSU_00190","BSU_40440","DnaX","DnaC","BSU_00190","BSU_40440","DnaX","DnaC","subtiwiki","224308.BSU40440/224308.BSU00190","physical","txid224308" +"BSU_00190","BSU_22350","DnaX","DnaD","BSU_00190","BSU_22350","DnaX","DnaD","subtiwiki","224308.BSU00190/224308.BSU22350","physical","txid224308" +"BSU_00190","BSU_25280","DnaX","RecO","BSU_00190","recO","DnaX","RecO","subtiwiki","224308.BSU00190/224308.BSU25280","physical","txid224308" +"BSU_00190","BSU_15710","DnaX","PriA","BSU_00190","BSU_15710","DnaX","PriA","subtiwiki","224308.BSU00190/224308.BSU15710","physical","txid224308" +"BSU_00190","BSU_00040","DnaX","RecF","BSU_00190","recF","DnaX","RecF","subtiwiki","224308.BSU00190/224308.BSU00040","physical","txid224308" +"BSU_00190","BSU_25210","DnaX","DnaG","BSU_00190","dnaG","DnaX","DnaG","subtiwiki","224308.BSU00190/224308.BSU25210","physical","txid224308" +"BSU_00190","BSU_00210","DnaX","RecR","BSU_00190","BSU_00210","DnaX","RecR","subtiwiki","224308.BSU00190/224308.BSU00210","physical","txid224308" +"BSU_00190","BSU_40900","DnaX","SsbA","BSU_00190","ssbA","DnaX","SsbA","subtiwiki","224308.BSU00190/224308.BSU40900","physical","txid224308" +"BSU_00190","BSU_28980","DnaX","DnaI","BSU_00190","BSU_28980","DnaX","DnaI","subtiwiki","224308.BSU00190/224308.BSU28980","physical","txid224308" +"BSU_00190","BSU_16940","DnaX","RecA","BSU_00190","recA","DnaX","RecA","subtiwiki","224308.BSU00190/224308.BSU16940","physical","txid224308" +"BSU_17050","BSU_36240","MutL","YwqE","BSU_17050","ptpZ","MutL","PtpZ","string-db","224308.BSU36240/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_32620","MutL","YurQ","BSU_17050","BSU_32620","MutL","YurQ","string-db","224308.BSU32620/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_28490","MutL","UvrC","BSU_17050","uvrC","MutL","UvrC","string-db","224308.BSU28490/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_35160","MutL","UvrA","BSU_17050","uvrA","MutL","UvrA","string-db","224308.BSU35160/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_34360","MutL","EpsB","BSU_17050","epsB","MutL","EpsB","string-db","224308.BSU34360/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_35170","MutL","UvrB","BSU_17050","uvrB","MutL","UvrB","string-db","224308.BSU35170/224308.BSU17050","physical","txid224308" +"BSU_17050","BSU_17040","MutL","MutS","BSU_17050","BSU_17040","MutL","MutS","subtiwiki","224308.BSU17050/224308.BSU17040","physical","txid224308" +"BSU_29740","BSU_38860","CcpA","GalE","ccpA","galE","CcpA","GalE","string-db","224308.BSU38860/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_37110","CcpA","YwjH","ccpA","BSU_37110","CcpA","YwjH","string-db","224308.BSU37110/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_39220","CcpA","YxxG","ccpA","wapI","CcpA","WapI","string-db","224308.BSU39220/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30230","CcpA","BioK","ccpA","bioA","CcpA","BioK","string-db","224308.BSU30230/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33900","CcpA","Eno","ccpA","eno","CcpA","Eno","string-db","224308.BSU33900/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33430","CcpA","CysI","ccpA","cysI","CcpA","CysI","string-db","224308.BSU33430/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_35160","CcpA","UvrA","ccpA","uvrA","CcpA","UvrA","string-db","224308.BSU35160/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_35670","CcpA","GtaB","ccpA","gtaB","CcpA","GtaB","string-db","224308.BSU35670/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30320","CcpA","LeuS","ccpA","leuS","CcpA","LeuS","string-db","224308.BSU30320/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31980","CcpA","DhbE","ccpA","dhbE","CcpA","DhbE","string-db","224308.BSU31980/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30550","CcpA","MetK","ccpA","metK","CcpA","MetK","string-db","224308.BSU30550/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31970","CcpA","DhbB","ccpA","dhbB","CcpA","DhbB","string-db","224308.BSU31970/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_38950","CcpA","YxjH","ccpA","yxjH","CcpA","YxjH","string-db","224308.BSU38950/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31370","CcpA","YugJ","ccpA","yugJ","CcpA","YugJ","string-db","224308.BSU31370/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32000","CcpA","DhbA","ccpA","dhbA","CcpA","DhbA","string-db","224308.BSU32000/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32700","CcpA","SufD","ccpA","sufD","CcpA","SufD","string-db","224308.BSU32700/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30700","CcpA","RpmEB","ccpA","rpmEB","CcpA","RpmEB","string-db","224308.BSU30700/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33910","CcpA","Pgm","ccpA","pgm","CcpA","Pgm","string-db","224308.BSU33910/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_36830","CcpA","AtpA","ccpA","atpA","CcpA","AtpA","string-db","224308.BSU36830/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_40100","CcpA","AhpF","ccpA","ahpF","CcpA","AhpF","string-db","224308.BSU40100/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32110","CcpA","YumC","ccpA","BSU_32110","CcpA","YumC","string-db","224308.BSU32110/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_34030","CcpA","LutC","ccpA","lutC","CcpA","LutC","string-db","224308.BSU34030/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_38960","CcpA","YxjG","ccpA","yxjG","CcpA","YxjG","string-db","224308.BSU38960/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31960","CcpA","DhbF","ccpA","dhbF","CcpA","DhbF","string-db","224308.BSU31960/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32710","CcpA","SufC","ccpA","sufC","CcpA","SufC","string-db","224308.BSU32710/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33940","CcpA","GapA","ccpA","gapA","CcpA","GapA","string-db","224308.BSU33940/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31990","CcpA","DhbC","ccpA","dhbC","CcpA","DhbC","string-db","224308.BSU31990/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_35310","CcpA","Hpf","ccpA","hpf","CcpA","Hpf","string-db","224308.BSU35310/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_37330","CcpA","ArgS","ccpA","BSU_37330","CcpA","ArgS","string-db","224308.BSU37330/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_36900","CcpA","GlyA","ccpA","glyA","CcpA","GlyA","string-db","224308.BSU36900/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_40920","CcpA","EngD","ccpA","yyaF","CcpA","EngD","string-db","224308.BSU40920/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_34040","CcpA","LutB","ccpA","lutB","CcpA","LutB","string-db","224308.BSU34040/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_34740","CcpA","Crh","ccpA","crh","CcpA","Crh","subtiwiki","224308.BSU34740/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32690","CcpA","SufS","ccpA","sufS","CcpA","SufS","string-db","224308.BSU32690/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_35300","CcpA","SecA","ccpA","secA","CcpA","SecA","string-db","224308.BSU35300/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32250","CcpA","ThrC","ccpA","thrC","CcpA","ThrC","string-db","224308.BSU32250/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32750","CcpA","MetN","ccpA","metN","CcpA","MetN","string-db","224308.BSU32750/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_41010","CcpA","TrmF","ccpA","gidA","CcpA","GidA","string-db","224308.BSU41010/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_38500","CcpA","DltA","ccpA","dltA","CcpA","DltA","string-db","224308.BSU38500/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_37120","CcpA","FbaA","ccpA","BSU_37120","CcpA","FbaA","string-db","224308.BSU37120/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_40550","CcpA","PpaC","ccpA","BSU_40550","CcpA","PpaC","string-db","224308.BSU40550/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31750","CcpA","PncB","ccpA","BSU_31750","CcpA","PncB","string-db","224308.BSU31750/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33400","CcpA","YvgN","ccpA","yvgN","CcpA","YvgN","string-db","224308.BSU33400/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_31350","CcpA","Pgi","ccpA","BSU_31350","CcpA","Pgi","string-db","224308.BSU31350/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_35360","CcpA","Hag","ccpA","hag","CcpA","Hag","string-db","224308.BSU35360/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_40420","CcpA","PurA","ccpA","purA","CcpA","PurA","string-db","224308.BSU40420/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30200","CcpA","BioB","ccpA","bioB","CcpA","BioB","string-db","224308.BSU30200/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_40090","CcpA","AhpC","ccpA","ahpC","CcpA","AhpC","string-db","224308.BSU40090/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_30540","CcpA","AsnB","ccpA","BSU_30540","CcpA","AsnB","string-db","224308.BSU30540/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_36810","CcpA","AtpD","ccpA","atpD","CcpA","AtpD","string-db","224308.BSU36810/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_32670","CcpA","SufB","ccpA","sufB","CcpA","SufB","string-db","224308.BSU32670/224308.BSU29740","physical","txid224308" +"BSU_29740","BSU_33040","CcpA","FumC","ccpA","citG","CcpA","CitG","string-db","224308.BSU33040/224308.BSU29740","physical","txid224308" +"BSU_25560","BSU_29230","HolA","DnaE","BSU_25560","dnaE","HolA","DnaE","subtiwiki","224308.BSU29230/224308.BSU25560","physical","txid224308" +"BSU_25560","BSU_28990","HolA","DnaB","BSU_25560","BSU_28990","HolA","DnaB","subtiwiki","224308.BSU28990/224308.BSU25560","physical","txid224308" +"BSU_25560","BSU_40010","HolA","YxaD","BSU_25560","BSU_40010","HolA","YxaD","string-db","224308.BSU40010/224308.BSU25560","physical","txid224308" +"BSU_25560","BSU_00040","HolA","RecF","BSU_25560","recF","HolA","RecF","subtiwiki","224308.BSU25560/224308.BSU00040","physical","txid224308" +"BSU_25560","BSU_25210","HolA","DnaG","BSU_25560","dnaG","HolA","DnaG","subtiwiki","224308.BSU25560/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_40900","DnaG","SsbA","dnaG","ssbA","DnaG","SsbA","subtiwiki","224308.BSU40900/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_25250","DnaG","CcpN","dnaG","ccpN","DnaG","CcpN","string-db","224308.BSU25250/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_28980","DnaG","DnaI","dnaG","BSU_28980","DnaG","DnaI","subtiwiki","224308.BSU28980/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_40440","DnaG","DnaC","dnaG","BSU_40440","DnaG","DnaC","subtiwiki","224308.BSU40440/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_28990","DnaG","DnaB","dnaG","BSU_28990","DnaG","DnaB","subtiwiki","224308.BSU28990/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_39580","DnaG","YxeE","dnaG","yxeE","DnaG","YxeE","string-db","224308.BSU39580/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_27600","DnaG","Rsh","dnaG","BSU_27600","DnaG","Rel","string-db","224308.BSU27600/224308.BSU25210","physical","txid224308" +"BSU_25210","BSU_16580","DnaG","PolC","dnaG","BSU_16580","DnaG","PolC","subtiwiki","224308.BSU25210/224308.BSU16580","physical","txid224308" +"BSU_23870","BSU_29090","PolY1","PolA","BSU_23870","polA","PolYA","PolA","subtiwiki","224308.BSU29090/224308.BSU23870","physical","txid224308" +"BSU_00040","BSU_16940","RecF","RecA","recF","recA","RecF","RecA","subtiwiki","224308.BSU16940/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_31250","RecF","TlpA","recF","tlpA","RecF","TlpA","string-db","224308.BSU31250/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_27620","RecF","RecJ","recF","recJ","RecF","RecJ","string-db","224308.BSU27620/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_41050","RecF","RnpA","recF","BSU_41050","RecF","RnpA","string-db","224308.BSU41050/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_15870","RecF","RecG","recF","BSU_15870","RecF","RecG","string-db","224308.BSU15870/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_28980","RecF","DnaI","recF","BSU_28980","RecF","DnaI","subtiwiki","224308.BSU28980/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_25280","RecF","RecO","recF","recO","RecF","RecO","subtiwiki","224308.BSU25280/224308.BSU00040","physical","txid224308" +"BSU_00040","BSU_25210","RecF","DnaG","recF","dnaG","RecF","DnaG","subtiwiki","224308.BSU00040/224308.BSU25210","physical","txid224308" +"BSU_00040","BSU_16580","RecF","PolC","recF","BSU_16580","RecF","PolC","subtiwiki","224308.BSU00040/224308.BSU16580","physical","txid224308" +"BSU_28980","BSU_28990","DnaI","DnaB","BSU_28980","BSU_28990","DnaI","DnaB","subtiwiki","224308.BSU28990/224308.BSU28980","physical","txid224308" +"BSU_28980","BSU_40440","DnaI","DnaC","BSU_28980","BSU_40440","DnaI","DnaC","subtiwiki","224308.BSU40440/224308.BSU28980","physical","txid224308" +"BSU_28980","BSU_00310","DnaI","HolB","BSU_28980","BSU_00310","DnaI","HolB","subtiwiki","224308.BSU28980/224308.BSU00310","physical","txid224308" +"BSU_28980","BSU_16580","DnaI","PolC","BSU_28980","BSU_16580","DnaI","PolC","subtiwiki","224308.BSU28980/224308.BSU16580","physical","txid224308" +"BSU_28980","BSU_00210","DnaI","RecR","BSU_28980","BSU_00210","DnaI","RecR","subtiwiki","224308.BSU28980/224308.BSU00210","physical","txid224308" +"BSU_28980","BSU_25560","DnaI","HolA","BSU_28980","BSU_25560","DnaI","HolA","subtiwiki","224308.BSU28980/224308.BSU25560","physical","txid224308" +"BSU_15870","BSU_29790","RecG","MurC","BSU_15870","BSU_29790","RecG","MurC","string-db","224308.BSU29790/224308.BSU15870","physical","txid224308" +"BSU_15870","BSU_40900","RecG","SsbA","BSU_15870","ssbA","RecG","SsbA","subtiwiki","224308.BSU15870/224308.BSU40900","physical","txid224308" +"BSU_25280","BSU_25560","RecO","HolA","recO","BSU_25560","RecO","HolA","subtiwiki","224308.BSU25280/224308.BSU25560","physical","txid224308" +"BSU_25280","BSU_16580","RecO","PolC","recO","BSU_16580","RecO","PolC","subtiwiki","224308.BSU25280/224308.BSU16580","physical","txid224308" +"BSU_25280","BSU_00310","RecO","HolB","recO","BSU_00310","RecO","HolB","subtiwiki","224308.BSU25280/224308.BSU00310","physical","txid224308" +"BSU_25280","BSU_25210","RecO","DnaG","recO","dnaG","RecO","DnaG","subtiwiki","224308.BSU25280/224308.BSU25210","physical","txid224308" +"BSU_25280","BSU_15710","RecO","PriA","recO","BSU_15710","RecO","PriA","subtiwiki","224308.BSU25280/224308.BSU15710","physical","txid224308" +"BSU_25280","BSU_22350","RecO","DnaD","recO","BSU_22350","RecO","DnaD","subtiwiki","224308.BSU25280/224308.BSU22350","physical","txid224308" +"BSU_25280","BSU_28980","RecO","DnaI","recO","BSU_28980","RecO","DnaI","subtiwiki","224308.BSU25280/224308.BSU28980","physical","txid224308" +"BSU_25280","BSU_00020","RecO","DnaN","recO","dnaN","RecO","DnaN","subtiwiki","224308.BSU25280/224308.BSU00020","physical","txid224308" +"BSU_25280","BSU_40900","RecO","SsbA","recO","ssbA","RecO","SsbA","subtiwiki","224308.BSU25280/224308.BSU40900","physical","txid224308" +"BSU_31250","BSU_35410","TlpA","FlgK","tlpA","flgK","TlpA","FlgK","string-db","224308.BSU35410/224308.BSU31250","physical","txid224308" +"BSU_31250","BSU_35500","TlpA","DegS","tlpA","degS","TlpA","DegS","string-db","224308.BSU35500/224308.BSU31250","physical","txid224308" +"BSU_31250","BSU_33690","TlpA","YvaQ","tlpA","yvaQ","TlpA","YvaQ","string-db","224308.BSU33690/224308.BSU31250","physical","txid224308" +"BSU_31250","BSU_31550","TlpA","NupO","tlpA","nupO","TlpA","NupO","string-db","224308.BSU31550/224308.BSU31250","physical","txid224308" +"BSU_16940","BSU_36310","RecA","SsbB","recA","ssbB","RecA","SsbB","subtiwiki","224308.BSU36310/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_36250","RecA","PtkA","recA","ptkA","RecA","PtkA","string-db","224308.BSU36250/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_36260","RecA","YwqC","recA","tkmA","RecA","TkmA","string-db","224308.BSU36260/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_25280","RecA","RecO","recA","recO","RecA","RecO","subtiwiki","224308.BSU25280/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_40900","RecA","SsbA","recA","ssbA","RecA","SsbA","subtiwiki","224308.BSU40900/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_29740","RecA","CcpA","recA","ccpA","RecA","CcpA","string-db","224308.BSU29740/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_17850","RecA","LexA","recA","lexA","RecA","LexA","string-db","224308.BSU17850/224308.BSU16940","physical","txid224308" +"BSU_16940","BSU_00210","RecA","RecR","recA","BSU_00210","RecA","RecR","subtiwiki","224308.BSU16940/224308.BSU00210","physical","txid224308" +"BSU_16940","BSU_28980","RecA","DnaI","recA","BSU_28980","RecA","DnaI","subtiwiki","224308.BSU16940/224308.BSU28980","physical","txid224308" +"BSU_16940","BSU_25210","RecA","DnaG","recA","dnaG","RecA","DnaG","subtiwiki","224308.BSU16940/224308.BSU25210","physical","txid224308" +"BSU_16940","BSU_15710","RecA","PriA","recA","BSU_15710","RecA","PriA","subtiwiki","224308.BSU16940/224308.BSU15710","physical","txid224308" +"BSU_16940","BSU_22350","RecA","DnaD","recA","BSU_22350","RecA","DnaD","subtiwiki","224308.BSU16940/224308.BSU22350","physical","txid224308" +"BSU_16940","BSU_00310","RecA","HolB","recA","BSU_00310","RecA","HolB","subtiwiki","224308.BSU16940/224308.BSU00310","physical","txid224308" +"BSU_16940","BSU_25560","RecA","HolA","recA","BSU_25560","RecA","HolA","subtiwiki","224308.BSU16940/224308.BSU25560","physical","txid224308" +"BSU_16940","BSU_16580","RecA","PolC","recA","BSU_16580","RecA","PolC","subtiwiki","224308.BSU16940/224308.BSU16580","physical","txid224308" +"BSU_16940","BSU_22310","RecA","RecU","recA","recU","RecA","RecU","subtiwiki","224308.BSU16940/224308.BSU22310","physical","txid224308" +"BSU_16940","BSU_08520","RecA","RecX","recA","BSU_08520","RecA","RecX","subtiwiki","224308.BSU16940/224308.BSU08520","physical","txid224308" +"BSU_16940","BSU_00870","RecA","RadA","recA","radA","RecA","RadA","subtiwiki","224308.BSU16940/224308.BSU00870","physical","txid224308" +"BSU_16940","BSU_00880","RecA","DisA","recA","disA","RecA","DisA","subtiwiki","224308.BSU16940/224308.BSU00880","physical","txid224308" +"BSU_16940","BSU_06610","RecA","PcrA","recA","pcrA","RecA","PcrA","subtiwiki","224308.BSU16940/224308.BSU06610","physical","txid224308" +"BSU_00060","BSU_29120","GyrB","Mdh","gyrB","mdh","GyrB","Mdh","string-db","224308.BSU29120/224308.BSU00060","physical","txid224308" +"BSU_00060","BSU_29790","GyrB","MurC","gyrB","BSU_29790","GyrB","MurC","string-db","224308.BSU29790/224308.BSU00060","physical","txid224308" +"BSU_00060","BSU_18100","GyrB","ParC","gyrB","parC","GyrB","ParC","string-db","224308.BSU18100/224308.BSU00060","physical","txid224308" +"BSU_00060","BSU_36760","GyrB","MurAA","gyrB","murAA","GyrB","MurAA","string-db","224308.BSU36760/224308.BSU00060","physical","txid224308" +"BSU_00060","BSU_00070","GyrB","GyrA","gyrB","gyrA","GyrB","GyrA","subtiwiki","224308.BSU00060/224308.BSU00070","physical","txid224308" +"BSU_00060","BSU_33040","GyrB","FumC","gyrB","citG","GyrB","CitG","string-db","224308.BSU33040/224308.BSU00060","physical","txid224308" +"BSU_00060","BSU_37100","GyrB","MurAB","gyrB","BSU_37100","GyrB","MurAB","string-db","224308.BSU37100/224308.BSU00060","physical","txid224308" +"BSU_33040","BSU_18000","FumC","CitB","citG","citB","CitG","CitB","subtiwiki","224308.BSU33040/224308.BSU18000","physical","txid224308" +"BSU_29120","BSU_16090","Mdh","SucC","mdh","sucC","Mdh","SucC","subtiwiki","224308.BSU29120/224308.BSU16090","physical","txid224308" +"BSU_29120","BSU_18000","Mdh","CitB","mdh","citB","Mdh","CitB","subtiwiki","224308.BSU29120/224308.BSU18000","physical","txid224308" +"BSU_29120","BSU_30560","Mdh","PckA","mdh","pckA","Mdh","PckA","subtiwiki","224308.BSU29120/224308.BSU30560","physical","txid224308" +"BSU_29120","BSU_29140","Mdh","CitZ","mdh","citZ","Mdh","CitZ","subtiwiki","224308.BSU29120/224308.BSU29140","physical","txid224308" +"BSU_29120","BSU_29740","Mdh","CcpA","mdh","ccpA","Mdh","CcpA","string-db","224308.BSU29740/224308.BSU29120","physical","txid224308" +"BSU_29120","BSU_29130","Mdh","Icd","mdh","icd","Mdh","Icd","subtiwiki","224308.BSU29120/224308.BSU29130","physical","txid224308" +"BSU_29120","BSU_33040","Mdh","FumC","mdh","citG","Mdh","CitG","subtiwiki","224308.BSU29120/224308.BSU33040","physical","txid224308" +"BSU_36760","BSU_37100","MurAA","MurAB","murAA","BSU_37100","MurAA","MurAB","subtiwiki","224308.BSU37100/224308.BSU36760","physical","txid224308" +"BSU_00070","BSU_29740","GyrA","CcpA","gyrA","ccpA","GyrA","CcpA","string-db","224308.BSU29740/224308.BSU00070","physical","txid224308" +"BSU_00070","BSU_29230","GyrA","DnaE","gyrA","dnaE","GyrA","DnaE","string-db","224308.BSU29230/224308.BSU00070","physical","txid224308" +"BSU_00070","BSU_24300","GyrA","XseA","gyrA","BSU_24300","GyrA","XseA","string-db","224308.BSU24300/224308.BSU00070","physical","txid224308" +"BSU_00070","BSU_31250","GyrA","TlpA","gyrA","tlpA","GyrA","TlpA","string-db","224308.BSU31250/224308.BSU00070","physical","txid224308" +"BSU_00070","BSU_18100","GyrA","ParC","gyrA","parC","GyrA","ParC","string-db","224308.BSU18100/224308.BSU00070","physical","txid224308" +"BSU_00070","BSU_31240","GyrA","McpA","gyrA","mcpA","GyrA","McpA","string-db","224308.BSU31240/224308.BSU00070","physical","txid224308" +"BSU_31240","BSU_33690","McpA","YvaQ","mcpA","yvaQ","McpA","YvaQ","string-db","224308.BSU33690/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_33360","McpA","LtaSP","mcpA","BSU_33360","McpA","LtaSP","string-db","224308.BSU33360/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_31860","McpA","YueB","mcpA","yueB","McpA","YueB","string-db","224308.BSU31860/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_33040","McpA","FumC","mcpA","citG","McpA","CitG","string-db","224308.BSU33040/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_35500","McpA","DegS","mcpA","degS","McpA","DegS","string-db","224308.BSU35500/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_36190","McpA","RttN","mcpA","BSU_36190","McpA","YwqJ","string-db","224308.BSU36190/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_31250","McpA","TlpA","mcpA","tlpA","McpA","TlpA","string-db","224308.BSU31250/224308.BSU31240","physical","txid224308" +"BSU_31240","BSU_35240","McpA","CtpB","mcpA","ctpB","McpA","CtpB","string-db","224308.BSU35240/224308.BSU31240","physical","txid224308" +"BSU_00090","BSU_29740","GuaB","CcpA","guaB","ccpA","GuaB","CcpA","string-db","224308.BSU29740/224308.BSU00090","physical","txid224308" +"BSU_00090","BSU_16170","GuaB","CodY","guaB","codY","GuaB","CodY","subtiwiki","224308.BSU00090/224308.BSU16170","physical","txid224308" +"BSU_00100","BSU_10110","DacA","PbpF","BSU_00100","pbpF","DacA","PbpF","string-db","224308.BSU10110/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_18350","DacA","DacC","BSU_00100","dacC","DacA","DacC","string-db","224308.BSU18350/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_23480","DacA","DacF","BSU_00100","dacF","DacA","DacF","string-db","224308.BSU23480/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_22320","DacA","PonA","BSU_00100","ponA","DacA","PonA","string-db","224308.BSU22320/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_01670","DacA","AmiE","BSU_00100","amiE","DacA","AmiE","string-db","224308.BSU01670/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_23190","DacA","DacB","BSU_00100","dacB","DacA","DacB","string-db","224308.BSU23190/224308.BSU00100","physical","txid224308" +"BSU_00100","BSU_19620","DacA","YodJ","BSU_00100","BSU_19620","DacA","YodJ","string-db","224308.BSU19620/224308.BSU00100","physical","txid224308" +"BSU_22320","BSU_28020","PonA","MreC","ponA","mreC","PonA","MreC","string-db","224308.BSU28020/224308.BSU22320","physical","txid224308" +"BSU_22320","BSU_23480","PonA","DacF","ponA","dacF","PonA","DacF","string-db","224308.BSU23480/224308.BSU22320","physical","txid224308" +"BSU_22320","BSU_23190","PonA","DacB","ponA","dacB","PonA","DacB","string-db","224308.BSU23190/224308.BSU22320","physical","txid224308" +"BSU_22320","BSU_28610","PonA","YshA","ponA","BSU_28610","PonA","ZapA","string-db","224308.BSU28610/224308.BSU22320","physical","txid224308" +"BSU_22320","BSU_28030","PonA","MreB","ponA","mreB","PonA","MreB","subtiwiki","224308.BSU28030/224308.BSU22320","physical","txid224308" +"BSU_22320","BSU_29610","PonA","EzrA","ponA","ezrA","PonA","EzrA","subtiwiki","224308.BSU22320/224308.BSU29610","physical","txid224308" +"BSU_22320","BSU_27300","PonA","YrrS","ponA","yrrS","PonA","YrrS","subtiwiki","224308.BSU22320/224308.BSU27300","physical","txid224308" +"BSU_10110","BSU_19620","PbpF","YodJ","pbpF","BSU_19620","PbpF","YodJ","string-db","224308.BSU19620/224308.BSU10110","physical","txid224308" +"BSU_10110","BSU_22320","PbpF","PonA","pbpF","ponA","PbpF","PonA","string-db","224308.BSU22320/224308.BSU10110","physical","txid224308" +"BSU_10110","BSU_23190","PbpF","DacB","pbpF","dacB","PbpF","DacB","string-db","224308.BSU23190/224308.BSU10110","physical","txid224308" +"BSU_10110","BSU_23480","PbpF","DacF","pbpF","dacF","PbpF","DacF","string-db","224308.BSU23480/224308.BSU10110","physical","txid224308" +"BSU_10110","BSU_28030","PbpF","MreB","pbpF","mreB","PbpF","MreB","string-db","224308.BSU28030/224308.BSU10110","physical","txid224308" +"BSU_01670","BSU_23480","AmiE","DacF","amiE","dacF","AmiE","DacF","string-db","224308.BSU23480/224308.BSU01670","physical","txid224308" +"BSU_01670","BSU_23190","AmiE","DacB","amiE","dacB","AmiE","DacB","string-db","224308.BSU23190/224308.BSU01670","physical","txid224308" +"BSU_01670","BSU_18350","AmiE","DacC","amiE","dacC","AmiE","DacC","string-db","224308.BSU18350/224308.BSU01670","physical","txid224308" +"BSU_18350","BSU_23190","DacC","DacB","dacC","dacB","DacC","DacB","string-db","224308.BSU23190/224308.BSU18350","physical","txid224308" +"BSU_18350","BSU_23480","DacC","DacF","dacC","dacF","DacC","DacF","string-db","224308.BSU23480/224308.BSU18350","physical","txid224308" +"BSU_18350","BSU_28020","DacC","MreC","dacC","mreC","DacC","MreC","subtiwiki","224308.BSU18350/224308.BSU28020","physical","txid224308" +"BSU_18350","BSU_16910","DacC","RodZ","dacC","BSU_16910","DacC","RodZ","subtiwiki","224308.BSU18350/224308.BSU16910","physical","txid224308" +"BSU_18350","BSU_28030","DacC","MreB","dacC","mreB","DacC","MreB","subtiwiki","224308.BSU18350/224308.BSU28030","physical","txid224308" +"BSU_18350","BSU_04140","DacC","PbpC","dacC","BSU_04140","DacC","PbpC","subtiwiki","224308.BSU18350/224308.BSU04140","physical","txid224308" +"BSU_18350","BSU_25000","DacC","PbpA","dacC","BSU_25000","DacC","PbpA","subtiwiki","224308.BSU18350/224308.BSU25000","physical","txid224308" +"BSU_18350","BSU_28010","DacC","MreD","dacC","mreD","DacC","MreD","subtiwiki","224308.BSU18350/224308.BSU28010","physical","txid224308" +"BSU_18350","BSU_27310","DacC","PbpI","dacC","pbpI","DacC","PbpI","subtiwiki","224308.BSU18350/224308.BSU27310","physical","txid224308" +"BSU_18350","BSU_13980","DacC","PbpH","dacC","pbpH","DacC","PbpH","subtiwiki","224308.BSU18350/224308.BSU13980","physical","txid224308" +"BSU_18350","BSU_38120","DacC","RodA","dacC","rodA","DacC","RodA","subtiwiki","224308.BSU18350/224308.BSU38120","physical","txid224308" +"BSU_18350","BSU_14470","DacC","MreBH","dacC","mreBH","DacC","MreBH","subtiwiki","224308.BSU18350/224308.BSU14470","physical","txid224308" +"BSU_23190","BSU_23480","DacB","DacF","dacB","dacF","DacB","DacF","string-db","224308.BSU23480/224308.BSU23190","physical","txid224308" +"BSU_19620","BSU_22320","YodJ","PonA","BSU_19620","ponA","YodJ","PonA","string-db","224308.BSU22320/224308.BSU19620","physical","txid224308" +"BSU_19620","BSU_23480","YodJ","DacF","BSU_19620","dacF","YodJ","DacF","string-db","224308.BSU23480/224308.BSU19620","physical","txid224308" +"BSU_19620","BSU_23190","YodJ","DacB","BSU_19620","dacB","YodJ","DacB","string-db","224308.BSU23190/224308.BSU19620","physical","txid224308" +"BSU_00110","BSU_22020","PdxS","YpbS","pdxS","ypbS","PdxS","YpbS","subtiwiki","224308.BSU00110/224308.BSU22020","physical","txid224308" +"BSU_00110","BSU_00120","PdxS","PdxT","pdxS","pdxT","PdxS","PdxT","subtiwiki","224308.BSU00110/224308.BSU00120","physical","txid224308" +"BSU_00110","BSU_29740","PdxS","CcpA","pdxS","ccpA","PdxS","CcpA","string-db","224308.BSU29740/224308.BSU00110","physical","txid224308" +"BSU_00120","BSU_29740","PdxT","CcpA","pdxT","ccpA","PdxT","CcpA","string-db","224308.BSU29740/224308.BSU00120","physical","txid224308" +"BSU_00140","BSU_07840","Dck","YfkN","BSU_00140","yfkN","Dck","YfkN","string-db","224308.BSU07840/224308.BSU00140","physical","txid224308" +"BSU_07840","BSU_27330","YfkN","Udk","yfkN","BSU_27330","YfkN","Udk","string-db","224308.BSU27330/224308.BSU07840","physical","txid224308" +"BSU_07840","BSU_37060","YfkN","Tdk","yfkN","BSU_37060","YfkN","Tdk","string-db","224308.BSU37060/224308.BSU07840","physical","txid224308" +"BSU_00160","BSU_17030","YaaH","CotE","yaaH","cotE","YaaH","CotE","string-db","224308.BSU17030/224308.BSU00160","physical","txid224308" +"BSU_00160","BSU_02600","YaaH","CwlJ","yaaH","cwlJ","YaaH","CwlJ","string-db","224308.BSU02600/224308.BSU00160","physical","txid224308" +"BSU_17030","BSU_17640","CotE","AlrB","cotE","yncD","CotE","YncD","subtiwiki","224308.BSU17030/224308.BSU17640","physical","txid224308" +"BSU_17030","BSU_19780","CotE","CgeA","cotE","cgeA","CotE","CgeA","subtiwiki","224308.BSU17030/224308.BSU19780","physical","txid224308" +"BSU_17030","BSU_11750","CotE","CotY","cotE","cotY","CotE","CotY","subtiwiki","224308.BSU17030/224308.BSU11750","physical","txid224308" +"BSU_17030","BSU_11740","CotE","CotZ","cotE","cotZ","CotE","CotZ","subtiwiki","224308.BSU17030/224308.BSU11740","physical","txid224308" +"BSU_17030","BSU_11760","CotE","CotX","cotE","cotX","CotE","CotX","subtiwiki","224308.BSU17030/224308.BSU11760","physical","txid224308" +"BSU_17030","BSU_36060","CotE","CotH","cotE","cotH","CotE","CotH","subtiwiki","224308.BSU17030/224308.BSU36060","physical","txid224308" +"BSU_17030","BSU_22800","CotE","SpoIVA","cotE","spoIVA","CotE","SpoIVA","string-db","224308.BSU22800/224308.BSU17030","physical","txid224308" +"BSU_17030","BSU_17700","CotE","CotC","cotE","cotC","CotE","CotC","subtiwiki","224308.BSU17030/224308.BSU17700","physical","txid224308" +"BSU_17030","BSU_31270","CotE","Tgl","cotE","tgl","CotE","Tgl","string-db","224308.BSU31270/224308.BSU17030","physical","txid224308" +"BSU_17030","BSU_17670","CotE","CotU","cotE","cotU","CotE","CotU","subtiwiki","224308.BSU17030/224308.BSU17670","physical","txid224308" +"BSU_17030","BSU_28110","CotE","SpoVID","cotE","spoVID","CotE","SpoVID","subtiwiki","224308.BSU28110/224308.BSU17030","physical","txid224308" +"BSU_02600","BSU_06710","CwlJ","SwrC","cwlJ","BSU_06710","CwlJ","SwrC","string-db","224308.BSU06710/224308.BSU02600","physical","txid224308" +"BSU_02600","BSU_36190","CwlJ","RttN","cwlJ","BSU_36190","CwlJ","YwqJ","string-db","224308.BSU36190/224308.BSU02600","physical","txid224308" +"BSU_02600","BSU_31860","CwlJ","YueB","cwlJ","yueB","CwlJ","YueB","string-db","224308.BSU31860/224308.BSU02600","physical","txid224308" +"BSU_30540","BSU_39920","AsnB","AsnH","BSU_30540","asnH","AsnB","AsnH","string-db","224308.BSU39920/224308.BSU30540","physical","txid224308" +"BSU_30540","BSU_40440","AsnB","DnaC","BSU_30540","BSU_40440","AsnB","DnaC","string-db","224308.BSU40440/224308.BSU30540","physical","txid224308" +"BSU_16030","BSU_30540","TrmD","AsnB","trmD","BSU_30540","TrmD","AsnB","string-db","224308.BSU30540/224308.BSU16030","physical","txid224308" +"BSU_16030","BSU_19660","TrmD","YozD","trmD","BSU_19660","TrmD","YozD","string-db","224308.BSU19660/224308.BSU16030","physical","txid224308" +"BSU_26150","BSU_40360","YqbD","HtrC","BSU_26150","htrC","YqbD","HtrC","string-db","224308.BSU40360/224308.BSU26150","physical","txid224308" +"BSU_26150","BSU_33020","YqbD","CssS","BSU_26150","cssS","YqbD","CssS","string-db","224308.BSU33020/224308.BSU26150","physical","txid224308" +"BSU_26150","BSU_33690","YqbD","YvaQ","BSU_26150","yvaQ","YqbD","YvaQ","string-db","224308.BSU33690/224308.BSU26150","physical","txid224308" +"BSU_26150","BSU_31860","YqbD","YueB","BSU_26150","yueB","YqbD","YueB","string-db","224308.BSU31860/224308.BSU26150","physical","txid224308" +"BSU_00210","BSU_16580","RecR","PolC","BSU_00210","BSU_16580","RecR","PolC","subtiwiki","224308.BSU00210/224308.BSU16580","physical","txid224308" +"BSU_00210","BSU_25560","RecR","HolA","BSU_00210","BSU_25560","RecR","HolA","subtiwiki","224308.BSU00210/224308.BSU25560","physical","txid224308" +"BSU_00210","BSU_25210","RecR","DnaG","BSU_00210","dnaG","RecR","DnaG","subtiwiki","224308.BSU00210/224308.BSU25210","physical","txid224308" +"BSU_00210","BSU_00310","RecR","HolB","BSU_00210","BSU_00310","RecR","HolB","subtiwiki","224308.BSU00210/224308.BSU00310","physical","txid224308" +"BSU_00210","BSU_22350","RecR","DnaD","BSU_00210","BSU_22350","RecR","DnaD","subtiwiki","224308.BSU00210/224308.BSU22350","physical","txid224308" +"BSU_00210","BSU_00040","RecR","RecF","BSU_00210","recF","RecR","RecF","subtiwiki","224308.BSU00210/224308.BSU00040","physical","txid224308" +"BSU_00210","BSU_25280","RecR","RecO","BSU_00210","recO","RecR","RecO","subtiwiki","224308.BSU25280/224308.BSU00210","physical","txid224308" +"BSU_00230","BSU_24230","BofA","SpoIVB","bofA","spoIVB","BofA","SpoIVB","subtiwiki","224308.BSU00230/224308.BSU24230","physical","txid224308" +"BSU_00230","BSU_25530","BofA","SpoIIP","bofA","spoIIP","BofA","SpoIIP","string-db","224308.BSU25530/224308.BSU00230","physical","txid224308" +"BSU_00230","BSU_27970","BofA","SpoIVFB","bofA","spoIVFB","BofA","SpoIVFB","subtiwiki","224308.BSU27970/224308.BSU00230","physical","txid224308" +"BSU_00230","BSU_36750","BofA","SpoIID","bofA","spoIID","BofA","SpoIID","string-db","224308.BSU36750/224308.BSU00230","physical","txid224308" +"BSU_25530","BSU_36750","SpoIIP","SpoIID","spoIIP","spoIID","SpoIIP","SpoIID","subtiwiki","224308.BSU36750/224308.BSU25530","physical","txid224308" +"BSU_27970","BSU_27980","SpoIVFB","SpoIVFA","spoIVFB","spoIVFA","SpoIVFB","SpoIVFA","subtiwiki","224308.BSU27970/224308.BSU27980","physical","txid224308" +"BSU_00320","BSU_37130","YaaT","Spo0F","BSU_00320","spo0F","RicT","Spo0F","subtiwiki","224308.BSU00320/224308.BSU37130","physical","txid224308" +"BSU_00320","BSU_27930","YaaT","Spo0B","BSU_00320","spo0B","RicT","Spo0B","subtiwiki","224308.BSU00320/224308.BSU27930","physical","txid224308" +"BSU_00320","BSU_09190","YaaT","YhcR","BSU_00320","BSU_09190","RicT","YhcR","string-db","224308.BSU09190/224308.BSU00320","physical","txid224308" +"BSU_00320","BSU_17020","YaaT","YmcA","BSU_00320","BSU_17020","RicT","RicA","subtiwiki","224308.BSU00320/224308.BSU17020","physical","txid224308" +"BSU_00320","BSU_14990","YaaT","YlbF","BSU_00320","BSU_14990","RicT","RicF","subtiwiki","224308.BSU14990/224308.BSU00320","physical","txid224308" +"BSU_14990","BSU_27930","YlbF","Spo0B","BSU_14990","spo0B","RicF","Spo0B","subtiwiki","224308.BSU14990/224308.BSU27930","physical","txid224308" +"BSU_14990","BSU_37130","YlbF","Spo0F","BSU_14990","spo0F","RicF","Spo0F","subtiwiki","224308.BSU14990/224308.BSU37130","physical","txid224308" +"BSU_14990","BSU_17020","YlbF","YmcA","BSU_14990","BSU_17020","RicF","RicA","subtiwiki","224308.BSU14990/224308.BSU17020","physical","txid224308" +"BSU_09190","BSU_16020","YhcR","RimM","BSU_09190","rimM","YhcR","RimM","string-db","224308.BSU16020/224308.BSU09190","physical","txid224308" +"BSU_09190","BSU_28010","YhcR","MreD","BSU_09190","mreD","YhcR","MreD","string-db","224308.BSU28010/224308.BSU09190","physical","txid224308" +"BSU_05240","BSU_28990","YdeL","DnaB","BSU_05240","BSU_28990","YdeL","DnaB","string-db","224308.BSU28990/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_12890","YdeL","YkcC","BSU_05240","ykcC","YdeL","YkcC","string-db","224308.BSU12890/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_28610","YdeL","YshA","BSU_05240","BSU_28610","YdeL","ZapA","string-db","224308.BSU28610/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_37030","YdeL","RacA","BSU_05240","racA","YdeL","RacA","string-db","224308.BSU37030/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_10160","YdeL","YhgE","BSU_05240","BSU_10160","YdeL","YhgE","string-db","224308.BSU10160/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_23220","YdeL","ScpA","BSU_05240","scpA","YdeL","ScpA","string-db","224308.BSU23220/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_36260","YdeL","YwqC","BSU_05240","tkmA","YdeL","TkmA","string-db","224308.BSU36260/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_36190","YdeL","RttN","BSU_05240","BSU_36190","YdeL","YwqJ","string-db","224308.BSU36190/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_25330","YdeL","YqfF","BSU_05240","BSU_25330","YdeL","YqfF","string-db","224308.BSU25330/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_07580","YdeL","CitS","BSU_05240","BSU_07580","YdeL","CitS","string-db","224308.BSU07580/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_05650","YdeL","YdgH","BSU_05240","ydgH","YdeL","YdgH","string-db","224308.BSU05650/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_26150","YdeL","YqbD","BSU_05240","BSU_26150","YdeL","YqbD","string-db","224308.BSU26150/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_06710","YdeL","SwrC","BSU_05240","BSU_06710","YdeL","SwrC","string-db","224308.BSU06710/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_09900","YdeL","YhaP","BSU_05240","yhaP","YdeL","YhaP","string-db","224308.BSU09900/224308.BSU05240","physical","txid224308" +"BSU_05240","BSU_31860","YdeL","YueB","BSU_05240","yueB","YdeL","YueB","string-db","224308.BSU31860/224308.BSU05240","physical","txid224308" +"BSU_00370","BSU_01130","AbrB","TufA","abrB","tufA","AbrB","TufA","subtiwiki","224308.BSU00370/224308.BSU01130","physical","txid224308" +"BSU_00370","BSU_14120","AbrB","AbbA","abrB","abbA","AbrB","AbbA","subtiwiki","224308.BSU14120/224308.BSU00370","physical","txid224308" +"BSU_00370","BSU_00660","AbrB","YabT","abrB","yabT","AbrB","YabT","subtiwiki","224308.BSU00370/224308.BSU00660","physical","txid224308" +"BSU_01130","BSU_16490","TufA","RpsB","tufA","rpsB","TufA","RpsB","string-db","224308.BSU16490/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_15280","TufA","FtsA","tufA","ftsA","TufA","FtsA","string-db","224308.BSU15280/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_29740","TufA","CcpA","tufA","ccpA","TufA","CcpA","string-db","224308.BSU29740/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_16500","TufA","Tsf","tufA","tsf","TufA","Tsf","subtiwiki","224308.BSU01130/224308.BSU16500","physical","txid224308" +"BSU_01130","BSU_22880","TufA","RpfA","tufA","BSU_22880","TufA","RpsA","string-db","224308.BSU22880/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_28030","TufA","MreB","tufA","mreB","TufA","MreB","subtiwiki","224308.BSU28030/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_40440","TufA","DnaC","tufA","BSU_40440","TufA","DnaC","string-db","224308.BSU40440/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_33600","TufA","SmpB","tufA","smpB","TufA","SmpB","string-db","224308.BSU33600/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_28190","TufA","YsxC","tufA","ysxC","TufA","YsxC","string-db","224308.BSU28190/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_36410","TufA","Mbl","tufA","mbl","TufA","Mbl","string-db","224308.BSU36410/224308.BSU01130","physical","txid224308" +"BSU_01130","BSU_00660","TufA","YabT","tufA","yabT","TufA","YabT","subtiwiki","224308.BSU01130/224308.BSU00660","physical","txid224308" +"BSU_00380","BSU_19400","MetS","SodC","metS","BSU_19400","MetS","SodC","string-db","224308.BSU19400/224308.BSU00380","physical","txid224308" +"BSU_00380","BSU_29740","MetS","CcpA","metS","ccpA","MetS","CcpA","string-db","224308.BSU29740/224308.BSU00380","physical","txid224308" +"BSU_00380","BSU_23220","MetS","ScpA","metS","scpA","MetS","ScpA","string-db","224308.BSU23220/224308.BSU00380","physical","txid224308" +"BSU_19400","BSU_34570","SodC","MdxK","BSU_19400","yvdK","SodC","MdxK","string-db","224308.BSU34570/224308.BSU19400","physical","txid224308" +"BSU_19400","BSU_26560","SodC","YrkC","BSU_19400","yrkC","SodC","YrkC","string-db","224308.BSU26560/224308.BSU19400","physical","txid224308" +"BSU_19400","BSU_28920","SodC","LytT","BSU_19400","lytT","SodC","LytT","string-db","224308.BSU28920/224308.BSU19400","physical","txid224308" +"BSU_19400","BSU_27980","SodC","SpoIVFA","BSU_19400","spoIVFA","SodC","SpoIVFA","string-db","224308.BSU27980/224308.BSU19400","physical","txid224308" +"BSU_19400","BSU_33940","SodC","GapA","BSU_19400","gapA","SodC","GapA","string-db","224308.BSU33940/224308.BSU19400","physical","txid224308" +"BSU_23220","BSU_37420","ScpA","AlbF","scpA","albF","ScpA","AlbF","string-db","224308.BSU37420/224308.BSU23220","physical","txid224308" +"BSU_23220","BSU_40800","ScpA","YyaN","scpA","BSU_40800","ScpA","YyaN","string-db","224308.BSU40800/224308.BSU23220","physical","txid224308" +"BSU_23220","BSU_34810","ScpA","YvcD","scpA","yvcD","ScpA","YvcD","string-db","224308.BSU34810/224308.BSU23220","physical","txid224308" +"BSU_23220","BSU_35500","ScpA","DegS","scpA","degS","ScpA","DegS","string-db","224308.BSU35500/224308.BSU23220","physical","txid224308" +"BSU_23220","BSU_40010","ScpA","YxaD","scpA","BSU_40010","ScpA","YxaD","string-db","224308.BSU40010/224308.BSU23220","physical","txid224308" +"BSU_23220","BSU_31250","ScpA","TlpA","scpA","tlpA","ScpA","TlpA","string-db","224308.BSU31250/224308.BSU23220","physical","txid224308" +"BSU_00410","BSU_16960","RnmV","Rny","BSU_00410","BSU_16960","RnmV","Rny","string-db","224308.BSU16960/224308.BSU00410","physical","txid224308" +"BSU_00410","BSU_14530","RnmV","RnjA","BSU_00410","rnjA","RnmV","RnjA","string-db","224308.BSU14530/224308.BSU00410","physical","txid224308" +"BSU_14530","BSU_16780","RnjA","RnjB","rnjA","rnjB","RnjA","RnjB","subtiwiki","224308.BSU14530/224308.BSU16780","physical","txid224308" +"BSU_14530","BSU_29740","RnjA","CcpA","rnjA","ccpA","RnjA","CcpA","string-db","224308.BSU29740/224308.BSU14530","physical","txid224308" +"BSU_14530","BSU_33940","RnjA","GapA","rnjA","gapA","RnjA","GapA","subtiwiki","224308.BSU14530/224308.BSU33940","physical","txid224308" +"BSU_14530","BSU_16960","RnjA","Rny","rnjA","BSU_16960","RnjA","Rny","subtiwiki","224308.BSU14530/224308.BSU16960","physical","txid224308" +"BSU_14530","BSU_29190","RnjA","PfkA","rnjA","BSU_29190","RnjA","PfkA","subtiwiki","224308.BSU14530/224308.BSU29190","physical","txid224308" +"BSU_14530","BSU_16690","RnjA","PnpA","rnjA","pnpA","RnjA","PnpA","subtiwiki","224308.BSU14530/224308.BSU16690","physical","txid224308" +"BSU_16960","BSU_33900","Rny","Eno","BSU_16960","eno","Rny","Eno","subtiwiki","224308.BSU33900/224308.BSU16960","physical","txid224308" +"BSU_16960","BSU_29190","Rny","PfkA","BSU_16960","BSU_29190","Rny","PfkA","subtiwiki","224308.BSU16960/224308.BSU29190","physical","txid224308" +"BSU_16960","BSU_25140","Rny","CshB","BSU_16960","BSU_25140","Rny","CshB","string-db","224308.BSU25140/224308.BSU16960","physical","txid224308" +"BSU_16960","BSU_33940","Rny","GapA","BSU_16960","gapA","Rny","GapA","subtiwiki","224308.BSU16960/224308.BSU33940","physical","txid224308" +"BSU_16960","BSU_16490","Rny","RpsB","BSU_16960","rpsB","Rny","RpsB","subtiwiki","224308.BSU16960/224308.BSU16490","physical","txid224308" +"BSU_16960","BSU_00320","Rny","YaaT","BSU_16960","BSU_00320","Rny","RicT","subtiwiki","224308.BSU16960/224308.BSU00320","physical","txid224308" +"BSU_00420","BSU_35370","KsgA","CsrA","BSU_00420","csrA","KsgA","CsrA","string-db","224308.BSU35370/224308.BSU00420","physical","txid224308" +"BSU_00490","BSU_29740","SpoVG","CcpA","spoVG","ccpA","SpoVG","CcpA","string-db","224308.BSU29740/224308.BSU00490","physical","txid224308" +"BSU_00510","BSU_29740","Prs","CcpA","prs","ccpA","Prs","CcpA","string-db","224308.BSU29740/224308.BSU00510","physical","txid224308" +"BSU_00510","BSU_24290","Prs","XseB","prs","BSU_24290","Prs","XseB","string-db","224308.BSU24290/224308.BSU00510","physical","txid224308" +"BSU_00510","BSU_00470","Prs","PurR","prs","purR","Prs","PurR","subtiwiki","224308.BSU00510/224308.BSU00470","physical","txid224308" +"BSU_24290","BSU_41020","XseB","MnmE","BSU_24290","thdF","XseB","ThdF","string-db","224308.BSU41020/224308.BSU24290","physical","txid224308" +"BSU_24290","BSU_24300","XseB","XseA","BSU_24290","BSU_24300","XseB","XseA","subtiwiki","224308.BSU24300/224308.BSU24290","physical","txid224308" +"BSU_00550","BSU_35160","Mfd","UvrA","BSU_00550","uvrA","Mfd","UvrA","subtiwiki","224308.BSU35160/224308.BSU00550","physical","txid224308" +"BSU_00550","BSU_01070","Mfd","RpoB","BSU_00550","rpoB","Mfd","RpoB","subtiwiki","224308.BSU00550/224308.BSU01070","physical","txid224308" +"BSU_35160","BSU_35170","UvrA","UvrB","uvrA","uvrB","UvrA","UvrB","subtiwiki","224308.BSU35160/224308.BSU35170","physical","txid224308" +"BSU_00590","BSU_01160","HslR","RplC","rqcP","rplC","RqcP","RplC","string-db","224308.BSU01160/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01230","HslR","RplP","rqcP","rplP","RqcP","RplP","string-db","224308.BSU01230/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01210","HslR","RplV","rqcP","rplV","RqcP","RplV","string-db","224308.BSU01210/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_28860","HslR","RpmI","rqcP","rpmI","RqcP","RpmI","string-db","224308.BSU28860/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01260","HslR","RplNA","rqcP","rplN","RqcP","RplN","string-db","224308.BSU01260/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01280","HslR","RplE","rqcP","rplE","RqcP","RplE","string-db","224308.BSU01280/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_15820","HslR","RpmB","rqcP","rpmB","RqcP","RpmB","string-db","224308.BSU15820/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_15640","HslR","YloA","rqcP","rqcH","RqcP","RqcH","subtiwiki","224308.BSU15640/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_16040","HslR","RplS","rqcP","rplS","RqcP","RplS","string-db","224308.BSU16040/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01270","HslR","RplX","rqcP","rplX","RqcP","RplX","string-db","224308.BSU01270/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01180","HslR","RplW","rqcP","rplW","RqcP","RplW","string-db","224308.BSU01180/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01350","HslR","RplO","rqcP","rplO","RqcP","RplO","string-db","224308.BSU01350/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_28850","HslR","RplT","rqcP","rplT","RqcP","RplT","string-db","224308.BSU28850/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01320","HslR","RplR","rqcP","rplR","RqcP","RplR","string-db","224308.BSU01320/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01240","HslR","RpmC","rqcP","rpmC","RqcP","RpmC","string-db","224308.BSU01240/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01170","HslR","RplD","rqcP","rplD","RqcP","RplD","string-db","224308.BSU01170/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01190","HslR","RplB","rqcP","rplB","RqcP","RplB","string-db","224308.BSU01190/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01440","HslR","RplQ","rqcP","rplQ","RqcP","RplQ","string-db","224308.BSU01440/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_27940","HslR","RpmA","rqcP","rpmA","RqcP","RpmA","string-db","224308.BSU27940/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01400","HslR","RpmJ","rqcP","rpmJ","RqcP","RpmJ","string-db","224308.BSU01400/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_15080","HslR","RpmF","rqcP","rpmF","RqcP","RpmF","string-db","224308.BSU15080/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01340","HslR","RpmD","rqcP","rpmD","RqcP","RpmD","string-db","224308.BSU01340/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_41060","HslR","RpmH","rqcP","rpmH","RqcP","RpmH","string-db","224308.BSU41060/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_27960","HslR","RplU","rqcP","rplU","RqcP","RplU","string-db","224308.BSU27960/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01020","HslR","RplK","rqcP","rplK","RqcP","RplK","string-db","224308.BSU01020/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_24900","HslR","RpmGA","rqcP","BSU_24900","RqcP","RpmGA","string-db","224308.BSU24900/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01040","HslR","RplJ","rqcP","rplJ","RqcP","RplJ","string-db","224308.BSU01040/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01310","HslR","RplF","rqcP","rplF","RqcP","RplF","string-db","224308.BSU01310/224308.BSU00590","physical","txid224308" +"BSU_00590","BSU_01490","HslR","RplM","rqcP","rplM","RqcP","RplM","string-db","224308.BSU01490/224308.BSU00590","physical","txid224308" +"BSU_15640","BSU_28850","YloA","RplT","rqcH","rplT","RqcH","RplT","string-db","224308.BSU28850/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_27960","YloA","RplU","rqcH","rplU","RqcH","RplU","string-db","224308.BSU27960/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_24900","YloA","RpmGA","rqcH","BSU_24900","RqcH","RpmGA","string-db","224308.BSU24900/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_27940","YloA","RpmA","rqcH","rpmA","RqcH","RpmA","string-db","224308.BSU27940/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_15820","YloA","RpmB","rqcH","rpmB","RqcH","RpmB","string-db","224308.BSU15820/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_41060","YloA","RpmH","rqcH","rpmH","RqcH","RpmH","string-db","224308.BSU41060/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_28860","YloA","RpmI","rqcH","rpmI","RqcH","RpmI","string-db","224308.BSU28860/224308.BSU15640","physical","txid224308" +"BSU_15640","BSU_16040","YloA","RplS","rqcH","rplS","RqcH","RplS","string-db","224308.BSU16040/224308.BSU15640","physical","txid224308" +"BSU_27940","BSU_29660","RpmA","RpsD","rpmA","rpsD","RpmA","RpsD","string-db","224308.BSU29660/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_27920","RpmA","Obg","rpmA","obg","RpmA","Obg","subtiwiki","224308.BSU27940/224308.BSU27920","physical","txid224308" +"BSU_27940","BSU_04580","RpmA","CshA","rpmA","BSU_04580","RpmA","CshA","subtiwiki","224308.BSU27940/224308.BSU04580","physical","txid224308" +"BSU_27940","BSU_00960","RpmA","YacO","rpmA","yacO","RpmA","YacO","subtiwiki","224308.BSU27940/224308.BSU00960","physical","txid224308" +"BSU_27940","BSU_00990","RpmA","RpmGB","rpmA","rpmGB","RpmA","RpmGB","subtiwiki","224308.BSU27940/224308.BSU00990","physical","txid224308" +"BSU_27940","BSU_30700","RpmA","RpmEB","rpmA","rpmEB","RpmA","RpmEB","subtiwiki","224308.BSU27940/224308.BSU30700","physical","txid224308" +"BSU_27940","BSU_01050","RpmA","RplL","rpmA","rplL","RpmA","RplL","subtiwiki","224308.BSU27940/224308.BSU01050","physical","txid224308" +"BSU_27940","new_2477758_2477958_c","RpmA","RpmGC","rpmA","rpmGC","RpmA","RpmGC","subtiwiki","224308.BSU27940/224308.new24777582477958c","physical","txid224308" +"BSU_27940","BSU_40890","RpmA","RpsR","rpmA","rpsR","RpmA","RpsR","string-db","224308.BSU40890/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_28850","RpmA","RplT","rpmA","rplT","RpmA","RplT","subtiwiki","224308.BSU27940/224308.BSU28850","physical","txid224308" +"BSU_27940","BSU_28190","RpmA","YsxC","rpmA","ysxC","RpmA","YsxC","string-db","224308.BSU28190/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_28860","RpmA","RpmI","rpmA","rpmI","RpmA","RpmI","subtiwiki","224308.BSU27940/224308.BSU28860","physical","txid224308" +"BSU_27940","BSU_40910","RpmA","RpsF","rpmA","rpsF","RpmA","RpsF","string-db","224308.BSU40910/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_37070","RpmA","RpmEA","rpmA","rpmE","RpmA","RpmE","subtiwiki","224308.BSU37070/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_28580","RpmA","MutSB","rpmA","BSU_28580","RpmA","RqcU","string-db","224308.BSU28580/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_41060","RpmA","RpmH","rpmA","rpmH","RpmA","RpmH","subtiwiki","224308.BSU27940/224308.BSU41060","physical","txid224308" +"BSU_27940","BSU_27960","RpmA","RplU","rpmA","rplU","RpmA","RplU","subtiwiki","224308.BSU27960/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_35310","RpmA","Hpf","rpmA","hpf","RpmA","Hpf","string-db","224308.BSU35310/224308.BSU27940","physical","txid224308" +"BSU_27940","BSU_40500","RpmA","RplI","rpmA","BSU_40500","RpmA","RplI","subtiwiki","224308.BSU27940/224308.BSU40500","physical","txid224308" +"BSU_16040","BSU_40910","RplS","RpsF","rplS","rpsF","RplS","RpsF","string-db","224308.BSU40910/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_37120","RplS","FbaA","rplS","BSU_37120","RplS","FbaA","subtiwiki","224308.BSU16040/224308.BSU37120","physical","txid224308" +"BSU_16040","BSU_36830","RplS","AtpA","rplS","atpA","RplS","AtpA","subtiwiki","224308.BSU16040/224308.BSU36830","physical","txid224308" +"BSU_16040","BSU_23500","RplS","Drm","rplS","drm","RplS","Drm","subtiwiki","224308.BSU16040/224308.BSU23500","physical","txid224308" +"BSU_16040","BSU_01130","RplS","TufA","rplS","tufA","RplS","TufA","subtiwiki","224308.BSU16040/224308.BSU01130","physical","txid224308" +"BSU_16040","BSU_00990","RplS","RpmGB","rplS","rpmGB","RplS","RpmGB","subtiwiki","224308.BSU16040/224308.BSU00990","physical","txid224308" +"BSU_16040","new_2477758_2477958_c","RplS","RpmGC","rplS","rpmGC","RplS","RpmGC","subtiwiki","224308.BSU16040/224308.new24777582477958c","physical","txid224308" +"BSU_16040","BSU_30700","RplS","RpmEB","rplS","rpmEB","RplS","RpmEB","subtiwiki","224308.BSU16040/224308.BSU30700","physical","txid224308" +"BSU_16040","BSU_01050","RplS","RplL","rplS","rplL","RplS","RplL","subtiwiki","224308.BSU16040/224308.BSU01050","physical","txid224308" +"BSU_16040","BSU_23880","RplS","MifM","rplS","mifM","RplS","MifM","string-db","224308.BSU23880/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_16680","RplS","RpsO","rplS","rpsO","RplS","RpsO","string-db","224308.BSU16680/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_40500","RplS","RplI","rplS","BSU_40500","RplS","RplI","subtiwiki","224308.BSU16040/224308.BSU40500","physical","txid224308" +"BSU_16040","BSU_27940","RplS","RpmA","rplS","rpmA","RplS","RpmA","subtiwiki","224308.BSU27940/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_25410","RplS","RpsU","rplS","BSU_25410","RplS","RpsU","string-db","224308.BSU25410/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_37070","RplS","RpmEA","rplS","rpmE","RplS","RpmE","subtiwiki","224308.BSU37070/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_41060","RplS","RpmH","rplS","rpmH","RplS","RpmH","subtiwiki","224308.BSU16040/224308.BSU41060","physical","txid224308" +"BSU_16040","BSU_16490","RplS","RpsB","rplS","rpsB","RplS","RpsB","string-db","224308.BSU16490/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_28860","RplS","RpmI","rplS","rpmI","RplS","RpmI","subtiwiki","224308.BSU16040/224308.BSU28860","physical","txid224308" +"BSU_16040","BSU_25550","RplS","RpsT","rplS","BSU_25550","RplS","RpsT","string-db","224308.BSU25550/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_28580","RplS","MutSB","rplS","BSU_28580","RplS","RqcU","string-db","224308.BSU28580/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_35310","RplS","Hpf","rplS","hpf","RplS","Hpf","string-db","224308.BSU35310/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_40890","RplS","RpsR","rplS","rpsR","RplS","RpsR","string-db","224308.BSU40890/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_24900","RplS","RpmGA","rplS","BSU_24900","RplS","RpmGA","subtiwiki","224308.BSU16040/224308.BSU24900","physical","txid224308" +"BSU_16040","BSU_28850","RplS","RplT","rplS","rplT","RplS","RplT","subtiwiki","224308.BSU16040/224308.BSU28850","physical","txid224308" +"BSU_16040","BSU_16050","RplS","RbgA","rplS","BSU_16050","RplS","RbgA","string-db","224308.BSU16050/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_29660","RplS","RpsD","rplS","rpsD","RplS","RpsD","string-db","224308.BSU29660/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_27600","RplS","Rsh","rplS","BSU_27600","RplS","Rel","string-db","224308.BSU27600/224308.BSU16040","physical","txid224308" +"BSU_16040","BSU_27960","RplS","RplU","rplS","rplU","RplS","RplU","subtiwiki","224308.BSU27960/224308.BSU16040","physical","txid224308" +"BSU_01280","BSU_35310","RplE","Hpf","rplE","hpf","RplE","Hpf","string-db","224308.BSU35310/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_40890","RplE","RpsR","rplE","rpsR","RplE","RpsR","string-db","224308.BSU40890/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_41060","RplE","RpmH","rplE","rpmH","RplE","RpmH","subtiwiki","224308.BSU41060/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_16680","RplE","RpsO","rplE","rpsO","RplE","RpsO","string-db","224308.BSU16680/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_15980","RplE","Ffh","rplE","ffh","RplE","Ffh","string-db","224308.BSU15980/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_15640","RplE","YloA","rplE","rqcH","RplE","RqcH","string-db","224308.BSU15640/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_16050","RplE","RbgA","rplE","BSU_16050","RplE","RbgA","string-db","224308.BSU16050/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_28580","RplE","MutSB","rplE","BSU_28580","RplE","RqcU","string-db","224308.BSU28580/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01500","RplE","RpsI","rplE","rpsI","RplE","RpsI","string-db","224308.BSU01500/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_25410","RplE","RpsU","rplE","BSU_25410","RplE","RpsU","string-db","224308.BSU25410/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_15820","RplE","RpmB","rplE","rpmB","RplE","RpmB","subtiwiki","224308.BSU15820/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_40500","RplE","RplI","rplE","BSU_40500","RplE","RplI","subtiwiki","224308.BSU40500/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_27960","RplE","RplU","rplE","rplU","RplE","RplU","subtiwiki","224308.BSU27960/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01330","RplE","RpsE","rplE","rpsE","RplE","RpsE","string-db","224308.BSU01330/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01490","RplE","RplM","rplE","rplM","RplE","RplM","subtiwiki","224308.BSU01490/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_25550","RplE","RpsT","rplE","BSU_25550","RplE","RpsT","string-db","224308.BSU25550/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01310","RplE","RplF","rplE","rplF","RplE","RplF","subtiwiki","224308.BSU01310/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_40910","RplE","RpsF","rplE","rpsF","RplE","RpsF","string-db","224308.BSU40910/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01420","RplE","RpsK","rplE","rpsK","RplE","RpsK","string-db","224308.BSU01420/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_28850","RplE","RplT","rplE","rplT","RplE","RplT","subtiwiki","224308.BSU28850/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01440","RplE","RplQ","rplE","rplQ","RplE","RplQ","subtiwiki","224308.BSU01440/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_29660","RplE","RpsD","rplE","rpsD","RplE","RpsD","string-db","224308.BSU29660/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_37070","RplE","RpmEA","rplE","rpmE","RplE","RpmE","subtiwiki","224308.BSU37070/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01290","RplE","RpsNA","rplE","rpsN","RplE","RpsN","string-db","224308.BSU01290/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_23880","RplE","MifM","rplE","mifM","RplE","MifM","string-db","224308.BSU23880/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_16040","RplE","RplS","rplE","rplS","RplE","RplS","subtiwiki","224308.BSU16040/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01350","RplE","RplO","rplE","rplO","RplE","RplO","subtiwiki","224308.BSU01350/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01340","RplE","RpmD","rplE","rpmD","RplE","RpmD","subtiwiki","224308.BSU01340/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_05610","RplE","VmlR","rplE","vmlR","RplE","VmlR","string-db","224308.BSU05610/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_16490","RplE","RpsB","rplE","rpsB","RplE","RpsB","string-db","224308.BSU16490/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01400","RplE","RpmJ","rplE","rpmJ","RplE","RpmJ","subtiwiki","224308.BSU01280/224308.BSU01400","physical","txid224308" +"BSU_01280","BSU_01300","RplE","RpsH","rplE","rpsH","RplE","RpsH","string-db","224308.BSU01300/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_15080","RplE","RpmF","rplE","rpmF","RplE","RpmF","subtiwiki","224308.BSU15080/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_27600","RplE","Rsh","rplE","BSU_27600","RplE","Rel","string-db","224308.BSU27600/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01410","RplE","RpsM","rplE","rpsM","RplE","RpsM","subtiwiki","224308.BSU01410/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_15990","RplE","RpsP","rplE","rpsP","RplE","RpsP","string-db","224308.BSU15990/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_01320","RplE","RplR","rplE","rplR","RplE","RplR","subtiwiki","224308.BSU01320/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_27940","RplE","RpmA","rplE","rpmA","RplE","RpmA","subtiwiki","224308.BSU27940/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_24900","RplE","RpmGA","rplE","BSU_24900","RplE","RpmGA","subtiwiki","224308.BSU24900/224308.BSU01280","physical","txid224308" +"BSU_01280","BSU_28860","RplE","RpmI","rplE","rpmI","RplE","RpmI","subtiwiki","224308.BSU28860/224308.BSU01280","physical","txid224308" +"BSU_15820","BSU_40500","RpmB","RplI","rpmB","BSU_40500","RpmB","RplI","subtiwiki","224308.BSU40500/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_00990","RpmB","RpmGB","rpmB","rpmGB","RpmB","RpmGB","subtiwiki","224308.BSU15820/224308.BSU00990","physical","txid224308" +"BSU_15820","BSU_01050","RpmB","RplL","rpmB","rplL","RpmB","RplL","subtiwiki","224308.BSU15820/224308.BSU01050","physical","txid224308" +"BSU_15820","BSU_30700","RpmB","RpmEB","rpmB","rpmEB","RpmB","RpmEB","subtiwiki","224308.BSU15820/224308.BSU30700","physical","txid224308" +"BSU_15820","BSU_16490","RpmB","RpsB","rpmB","rpsB","RpmB","RpsB","string-db","224308.BSU16490/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_16680","RpmB","RpsO","rpmB","rpsO","RpmB","RpsO","string-db","224308.BSU16680/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_28860","RpmB","RpmI","rpmB","rpmI","RpmB","RpmI","subtiwiki","224308.BSU28860/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_29660","RpmB","RpsD","rpmB","rpsD","RpmB","RpsD","string-db","224308.BSU29660/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_24900","RpmB","RpmGA","rpmB","BSU_24900","RpmB","RpmGA","subtiwiki","224308.BSU15820/224308.BSU24900","physical","txid224308" +"BSU_15820","BSU_40910","RpmB","RpsF","rpmB","rpsF","RpmB","RpsF","string-db","224308.BSU40910/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_27940","RpmB","RpmA","rpmB","rpmA","RpmB","RpmA","subtiwiki","224308.BSU27940/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_27960","RpmB","RplU","rpmB","rplU","RpmB","RplU","subtiwiki","224308.BSU27960/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_15980","RpmB","Ffh","rpmB","ffh","RpmB","Ffh","string-db","224308.BSU15980/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_40890","RpmB","RpsR","rpmB","rpsR","RpmB","RpsR","string-db","224308.BSU40890/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_41060","RpmB","RpmH","rpmB","rpmH","RpmB","RpmH","subtiwiki","224308.BSU15820/224308.BSU41060","physical","txid224308" +"BSU_15820","BSU_28850","RpmB","RplT","rpmB","rplT","RpmB","RplT","subtiwiki","224308.BSU28850/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_35310","RpmB","Hpf","rpmB","hpf","RpmB","Hpf","string-db","224308.BSU35310/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_15990","RpmB","RpsP","rpmB","rpsP","RpmB","RpsP","string-db","224308.BSU15990/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_16040","RpmB","RplS","rpmB","rplS","RpmB","RplS","subtiwiki","224308.BSU16040/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_27600","RpmB","Rsh","rpmB","BSU_27600","RpmB","Rel","string-db","224308.BSU27600/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_28580","RpmB","MutSB","rpmB","BSU_28580","RpmB","RqcU","string-db","224308.BSU28580/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_23880","RpmB","MifM","rpmB","mifM","RpmB","MifM","string-db","224308.BSU23880/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_25550","RpmB","RpsT","rpmB","BSU_25550","RpmB","RpsT","string-db","224308.BSU25550/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_25410","RpmB","RpsU","rpmB","BSU_25410","RpmB","RpsU","string-db","224308.BSU25410/224308.BSU15820","physical","txid224308" +"BSU_15820","BSU_37070","RpmB","RpmEA","rpmB","rpmE","RpmB","RpmE","subtiwiki","224308.BSU37070/224308.BSU15820","physical","txid224308" +"BSU_01240","BSU_01410","RpmC","RpsM","rpmC","rpsM","RpmC","RpsM","string-db","224308.BSU01410/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_29130","RpmC","Icd","rpmC","icd","RpmC","Icd","subtiwiki","224308.BSU01240/224308.BSU29130","physical","txid224308" +"BSU_01240","BSU_00990","RpmC","RpmGB","rpmC","rpmGB","RpmC","RpmGB","subtiwiki","224308.BSU01240/224308.BSU00990","physical","txid224308" +"BSU_01240","BSU_01050","RpmC","RplL","rpmC","rplL","RpmC","RplL","subtiwiki","224308.BSU01240/224308.BSU01050","physical","txid224308" +"BSU_01240","new_2477758_2477958_c","RpmC","RpmGC","rpmC","rpmGC","RpmC","RpmGC","subtiwiki","224308.BSU01240/224308.new24777582477958c","physical","txid224308" +"BSU_01240","BSU_30700","RpmC","RpmEB","rpmC","rpmEB","RpmC","RpmEB","subtiwiki","224308.BSU01240/224308.BSU30700","physical","txid224308" +"BSU_01240","BSU_28230","RpmC","Tig","rpmC","tig","RpmC","Tig","subtiwiki","224308.BSU01240/224308.BSU28230","physical","txid224308" +"BSU_01240","BSU_01270","RpmC","RplX","rpmC","rplX","RpmC","RplX","subtiwiki","224308.BSU01240/224308.BSU01270","physical","txid224308" +"BSU_01240","BSU_28850","RpmC","RplT","rpmC","rplT","RpmC","RplT","subtiwiki","224308.BSU01240/224308.BSU28850","physical","txid224308" +"BSU_01240","BSU_01310","RpmC","RplF","rpmC","rplF","RpmC","RplF","subtiwiki","224308.BSU01310/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_15080","RpmC","RpmF","rpmC","rpmF","RpmC","RpmF","subtiwiki","224308.BSU01240/224308.BSU15080","physical","txid224308" +"BSU_01240","BSU_35310","RpmC","Hpf","rpmC","hpf","RpmC","Hpf","string-db","224308.BSU35310/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01290","RpmC","RpsNA","rpmC","rpsN","RpmC","RpsN","string-db","224308.BSU01290/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_23880","RpmC","MifM","rpmC","mifM","RpmC","MifM","string-db","224308.BSU23880/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_16040","RpmC","RplS","rpmC","rplS","RpmC","RplS","subtiwiki","224308.BSU01240/224308.BSU16040","physical","txid224308" +"BSU_01240","BSU_01280","RpmC","RplE","rpmC","rplE","RpmC","RplE","subtiwiki","224308.BSU01240/224308.BSU01280","physical","txid224308" +"BSU_01240","BSU_25550","RpmC","RpsT","rpmC","BSU_25550","RpmC","RpsT","string-db","224308.BSU25550/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_28580","RpmC","MutSB","rpmC","BSU_28580","RpmC","RqcU","string-db","224308.BSU28580/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_27960","RpmC","RplU","rpmC","rplU","RpmC","RplU","subtiwiki","224308.BSU27960/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01330","RpmC","RpsE","rpmC","rpsE","RpmC","RpsE","string-db","224308.BSU01330/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_27600","RpmC","Rsh","rpmC","BSU_27600","RpmC","Rel","string-db","224308.BSU27600/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01420","RpmC","RpsK","rpmC","rpsK","RpmC","RpsK","string-db","224308.BSU01420/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_16050","RpmC","RbgA","rpmC","BSU_16050","RpmC","RbgA","string-db","224308.BSU16050/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_40500","RpmC","RplI","rpmC","BSU_40500","RpmC","RplI","subtiwiki","224308.BSU01240/224308.BSU40500","physical","txid224308" +"BSU_01240","BSU_27940","RpmC","RpmA","rpmC","rpmA","RpmC","RpmA","subtiwiki","224308.BSU27940/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_15820","RpmC","RpmB","rpmC","rpmB","RpmC","RpmB","subtiwiki","224308.BSU01240/224308.BSU15820","physical","txid224308" +"BSU_01240","BSU_01340","RpmC","RpmD","rpmC","rpmD","RpmC","RpmD","subtiwiki","224308.BSU01240/224308.BSU01340","physical","txid224308" +"BSU_01240","BSU_16490","RpmC","RpsB","rpmC","rpsB","RpmC","RpsB","string-db","224308.BSU16490/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01260","RpmC","RplNA","rpmC","rplN","RpmC","RplN","subtiwiki","224308.BSU01260/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01490","RpmC","RplM","rpmC","rplM","RpmC","RplM","subtiwiki","224308.BSU01240/224308.BSU01490","physical","txid224308" +"BSU_01240","BSU_01250","RpmC","RpsQ","rpmC","rpsQ","RpmC","RpsQ","string-db","224308.BSU01250/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_05610","RpmC","VmlR","rpmC","vmlR","RpmC","VmlR","string-db","224308.BSU05610/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_25410","RpmC","RpsU","rpmC","BSU_25410","RpmC","RpsU","subtiwiki","224308.BSU01240/224308.BSU25410","physical","txid224308" +"BSU_01240","BSU_40890","RpmC","RpsR","rpmC","rpsR","RpmC","RpsR","subtiwiki","224308.BSU01240/224308.BSU40890","physical","txid224308" +"BSU_01240","BSU_01300","RpmC","RpsH","rpmC","rpsH","RpmC","RpsH","string-db","224308.BSU01300/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_15640","RpmC","YloA","rpmC","rqcH","RpmC","RqcH","string-db","224308.BSU15640/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_15980","RpmC","Ffh","rpmC","ffh","RpmC","Ffh","string-db","224308.BSU15980/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_28860","RpmC","RpmI","rpmC","rpmI","RpmC","RpmI","subtiwiki","224308.BSU01240/224308.BSU28860","physical","txid224308" +"BSU_01240","BSU_24900","RpmC","RpmGA","rpmC","BSU_24900","RpmC","RpmGA","subtiwiki","224308.BSU01240/224308.BSU24900","physical","txid224308" +"BSU_01240","BSU_01500","RpmC","RpsI","rpmC","rpsI","RpmC","RpsI","string-db","224308.BSU01500/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_15990","RpmC","RpsP","rpmC","rpsP","RpmC","RpsP","string-db","224308.BSU15990/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01440","RpmC","RplQ","rpmC","rplQ","RpmC","RplQ","subtiwiki","224308.BSU01440/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_37070","RpmC","RpmEA","rpmC","rpmE","RpmC","RpmE","subtiwiki","224308.BSU37070/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_40910","RpmC","RpsF","rpmC","rpsF","RpmC","RpsF","string-db","224308.BSU40910/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_29660","RpmC","RpsD","rpmC","rpsD","RpmC","RpsD","string-db","224308.BSU29660/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_41060","RpmC","RpmH","rpmC","rpmH","RpmC","RpmH","subtiwiki","224308.BSU01240/224308.BSU41060","physical","txid224308" +"BSU_01240","BSU_01400","RpmC","RpmJ","rpmC","rpmJ","RpmC","RpmJ","subtiwiki","224308.BSU01240/224308.BSU01400","physical","txid224308" +"BSU_01240","BSU_16680","RpmC","RpsO","rpmC","rpsO","RpmC","RpsO","string-db","224308.BSU16680/224308.BSU01240","physical","txid224308" +"BSU_01240","BSU_01350","RpmC","RplO","rpmC","rplO","RpmC","RplO","subtiwiki","224308.BSU01240/224308.BSU01350","physical","txid224308" +"BSU_01240","BSU_01320","RpmC","RplR","rpmC","rplR","RpmC","RplR","subtiwiki","224308.BSU01240/224308.BSU01320","physical","txid224308" +"BSU_28860","BSU_40500","RpmI","RplI","rpmI","BSU_40500","RpmI","RplI","subtiwiki","224308.BSU40500/224308.BSU28860","physical","txid224308" +"BSU_28860","BSU_00990","RpmI","RpmGB","rpmI","rpmGB","RpmI","RpmGB","subtiwiki","224308.BSU28860/224308.BSU00990","physical","txid224308" +"BSU_28860","BSU_30700","RpmI","RpmEB","rpmI","rpmEB","RpmI","RpmEB","subtiwiki","224308.BSU28860/224308.BSU30700","physical","txid224308" +"BSU_28860","BSU_01050","RpmI","RplL","rpmI","rplL","RpmI","RplL","subtiwiki","224308.BSU28860/224308.BSU01050","physical","txid224308" +"BSU_28860","BSU_41060","RpmI","RpmH","rpmI","rpmH","RpmI","RpmH","subtiwiki","224308.BSU28860/224308.BSU41060","physical","txid224308" +"BSU_28860","BSU_40890","RpmI","RpsR","rpmI","rpsR","RpmI","RpsR","string-db","224308.BSU40890/224308.BSU28860","physical","txid224308" +"BSU_28860","BSU_29660","RpmI","RpsD","rpmI","rpsD","RpmI","RpsD","string-db","224308.BSU29660/224308.BSU28860","physical","txid224308" +"BSU_28860","BSU_40910","RpmI","RpsF","rpmI","rpsF","RpmI","RpsF","string-db","224308.BSU40910/224308.BSU28860","physical","txid224308" +"BSU_28860","BSU_37070","RpmI","RpmEA","rpmI","rpmE","RpmI","RpmE","subtiwiki","224308.BSU37070/224308.BSU28860","physical","txid224308" +"BSU_28860","BSU_35310","RpmI","Hpf","rpmI","hpf","RpmI","Hpf","string-db","224308.BSU35310/224308.BSU28860","physical","txid224308" +"BSU_01230","BSU_01310","RplP","RplF","rplP","rplF","RplP","RplF","subtiwiki","224308.BSU01310/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_30700","RplP","RpmEB","rplP","rpmEB","RplP","RpmEB","subtiwiki","224308.BSU01230/224308.BSU30700","physical","txid224308" +"BSU_01230","BSU_01050","RplP","RplL","rplP","rplL","RplP","RplL","subtiwiki","224308.BSU01230/224308.BSU01050","physical","txid224308" +"BSU_01230","BSU_16680","RplP","RpsO","rplP","rpsO","RplP","RpsO","string-db","224308.BSU16680/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_25410","RplP","RpsU","rplP","BSU_25410","RplP","RpsU","string-db","224308.BSU25410/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_28850","RplP","RplT","rplP","rplT","RplP","RplT","subtiwiki","224308.BSU28850/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01320","RplP","RplR","rplP","rplR","RplP","RplR","subtiwiki","224308.BSU01320/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_27960","RplP","RplU","rplP","rplU","RplP","RplU","subtiwiki","224308.BSU27960/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_28580","RplP","MutSB","rplP","BSU_28580","RplP","RqcU","string-db","224308.BSU28580/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01260","RplP","RplNA","rplP","rplN","RplP","RplN","subtiwiki","224308.BSU01260/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01440","RplP","RplQ","rplP","rplQ","RplP","RplQ","subtiwiki","224308.BSU01440/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_16490","RplP","RpsB","rplP","rpsB","RplP","RpsB","string-db","224308.BSU16490/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_25550","RplP","RpsT","rplP","BSU_25550","RplP","RpsT","string-db","224308.BSU25550/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_27600","RplP","Rsh","rplP","BSU_27600","RplP","Rel","string-db","224308.BSU27600/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_37070","RplP","RpmEA","rplP","rpmE","RplP","RpmE","subtiwiki","224308.BSU37070/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01410","RplP","RpsM","rplP","rpsM","RplP","RpsM","string-db","224308.BSU01410/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_24900","RplP","RpmGA","rplP","BSU_24900","RplP","RpmGA","subtiwiki","224308.BSU01230/224308.BSU24900","physical","txid224308" +"BSU_01230","BSU_01350","RplP","RplO","rplP","rplO","RplP","RplO","subtiwiki","224308.BSU01350/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01290","RplP","RpsNA","rplP","rpsN","RplP","RpsN","string-db","224308.BSU01290/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01490","RplP","RplM","rplP","rplM","RplP","RplM","subtiwiki","224308.BSU01490/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01330","RplP","RpsE","rplP","rpsE","RplP","RpsE","string-db","224308.BSU01330/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_15980","RplP","Ffh","rplP","ffh","RplP","Ffh","string-db","224308.BSU15980/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01340","RplP","RpmD","rplP","rpmD","RplP","RpmD","subtiwiki","224308.BSU01340/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01250","RplP","RpsQ","rplP","rpsQ","RplP","RpsQ","string-db","224308.BSU01250/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_29660","RplP","RpsD","rplP","rpsD","RplP","RpsD","string-db","224308.BSU29660/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_27940","RplP","RpmA","rplP","rpmA","RplP","RpmA","subtiwiki","224308.BSU27940/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01500","RplP","RpsI","rplP","rpsI","RplP","RpsI","string-db","224308.BSU01500/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01240","RplP","RpmC","rplP","rpmC","RplP","RpmC","subtiwiki","224308.BSU01240/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_15080","RplP","RpmF","rplP","rpmF","RplP","RpmF","subtiwiki","224308.BSU15080/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01420","RplP","RpsK","rplP","rpsK","RplP","RpsK","string-db","224308.BSU01420/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01280","RplP","RplE","rplP","rplE","RplP","RplE","subtiwiki","224308.BSU01230/224308.BSU01280","physical","txid224308" +"BSU_01230","BSU_35310","RplP","Hpf","rplP","hpf","RplP","Hpf","string-db","224308.BSU35310/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_15990","RplP","RpsP","rplP","rpsP","RplP","RpsP","string-db","224308.BSU15990/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_40890","RplP","RpsR","rplP","rpsR","RplP","RpsR","string-db","224308.BSU40890/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01300","RplP","RpsH","rplP","rpsH","RplP","RpsH","string-db","224308.BSU01300/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_15640","RplP","YloA","rplP","rqcH","RplP","RqcH","string-db","224308.BSU15640/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_28860","RplP","RpmI","rplP","rpmI","RplP","RpmI","subtiwiki","224308.BSU28860/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_41060","RplP","RpmH","rplP","rpmH","RplP","RpmH","subtiwiki","224308.BSU01230/224308.BSU41060","physical","txid224308" +"BSU_01230","BSU_01270","RplP","RplX","rplP","rplX","RplP","RplX","subtiwiki","224308.BSU01270/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_40500","RplP","RplI","rplP","BSU_40500","RplP","RplI","subtiwiki","224308.BSU40500/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_40910","RplP","RpsF","rplP","rpsF","RplP","RpsF","string-db","224308.BSU40910/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_01400","RplP","RpmJ","rplP","rpmJ","RplP","RpmJ","subtiwiki","224308.BSU01230/224308.BSU01400","physical","txid224308" +"BSU_01230","BSU_15820","RplP","RpmB","rplP","rpmB","RplP","RpmB","subtiwiki","224308.BSU15820/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_23880","RplP","MifM","rplP","mifM","RplP","MifM","string-db","224308.BSU23880/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_05610","RplP","VmlR","rplP","vmlR","RplP","VmlR","string-db","224308.BSU05610/224308.BSU01230","physical","txid224308" +"BSU_01230","BSU_16040","RplP","RplS","rplP","rplS","RplP","RplS","subtiwiki","224308.BSU16040/224308.BSU01230","physical","txid224308" +"BSU_01350","BSU_01490","RplO","RplM","rplO","rplM","RplO","RplM","subtiwiki","224308.BSU01490/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_01050","RplO","RplL","rplO","rplL","RplO","RplL","subtiwiki","224308.BSU01350/224308.BSU01050","physical","txid224308" +"BSU_01350","BSU_30700","RplO","RpmEB","rplO","rpmEB","RplO","RpmEB","subtiwiki","224308.BSU01350/224308.BSU30700","physical","txid224308" +"BSU_01350","BSU_01500","RplO","RpsI","rplO","rpsI","RplO","RpsI","string-db","224308.BSU01500/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_15990","RplO","RpsP","rplO","rpsP","RplO","RpsP","string-db","224308.BSU15990/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_15640","RplO","YloA","rplO","rqcH","RplO","RqcH","string-db","224308.BSU15640/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_15080","RplO","RpmF","rplO","rpmF","RplO","RpmF","subtiwiki","224308.BSU15080/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_25410","RplO","RpsU","rplO","BSU_25410","RplO","RpsU","string-db","224308.BSU25410/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_40500","RplO","RplI","rplO","BSU_40500","RplO","RplI","subtiwiki","224308.BSU40500/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_01420","RplO","RpsK","rplO","rpsK","RplO","RpsK","string-db","224308.BSU01420/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_23880","RplO","MifM","rplO","mifM","RplO","MifM","string-db","224308.BSU23880/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_27600","RplO","Rsh","rplO","BSU_27600","RplO","Rel","string-db","224308.BSU27600/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_16050","RplO","RbgA","rplO","BSU_16050","RplO","RbgA","string-db","224308.BSU16050/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_40910","RplO","RpsF","rplO","rpsF","RplO","RpsF","string-db","224308.BSU40910/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_29660","RplO","RpsD","rplO","rpsD","RplO","RpsD","string-db","224308.BSU29660/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_37070","RplO","RpmEA","rplO","rpmE","RplO","RpmE","subtiwiki","224308.BSU37070/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_24900","RplO","RpmGA","rplO","BSU_24900","RplO","RpmGA","subtiwiki","224308.BSU01350/224308.BSU24900","physical","txid224308" +"BSU_01350","BSU_16490","RplO","RpsB","rplO","rpsB","RplO","RpsB","string-db","224308.BSU16490/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_41060","RplO","RpmH","rplO","rpmH","RplO","RpmH","subtiwiki","224308.BSU01350/224308.BSU41060","physical","txid224308" +"BSU_01350","BSU_05610","RplO","VmlR","rplO","vmlR","RplO","VmlR","string-db","224308.BSU05610/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_01440","RplO","RplQ","rplO","rplQ","RplO","RplQ","subtiwiki","224308.BSU01440/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_15820","RplO","RpmB","rplO","rpmB","RplO","RpmB","subtiwiki","224308.BSU15820/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_01410","RplO","RpsM","rplO","rpsM","RplO","RpsM","string-db","224308.BSU01410/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_15980","RplO","Ffh","rplO","ffh","RplO","Ffh","string-db","224308.BSU15980/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_27960","RplO","RplU","rplO","rplU","RplO","RplU","subtiwiki","224308.BSU27960/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_28850","RplO","RplT","rplO","rplT","RplO","RplT","subtiwiki","224308.BSU28850/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_25550","RplO","RpsT","rplO","BSU_25550","RplO","RpsT","string-db","224308.BSU25550/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_16040","RplO","RplS","rplO","rplS","RplO","RplS","subtiwiki","224308.BSU16040/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_16680","RplO","RpsO","rplO","rpsO","RplO","RpsO","string-db","224308.BSU16680/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_01400","RplO","RpmJ","rplO","rpmJ","RplO","RpmJ","subtiwiki","224308.BSU01350/224308.BSU01400","physical","txid224308" +"BSU_01350","BSU_28580","RplO","MutSB","rplO","BSU_28580","RplO","RqcU","string-db","224308.BSU28580/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_35310","RplO","Hpf","rplO","hpf","RplO","Hpf","string-db","224308.BSU35310/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_28860","RplO","RpmI","rplO","rpmI","RplO","RpmI","subtiwiki","224308.BSU28860/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_40890","RplO","RpsR","rplO","rpsR","RplO","RpsR","string-db","224308.BSU40890/224308.BSU01350","physical","txid224308" +"BSU_01350","BSU_27940","RplO","RpmA","rplO","rpmA","RplO","RpmA","subtiwiki","224308.BSU27940/224308.BSU01350","physical","txid224308" +"BSU_01160","BSU_01240","RplC","RpmC","rplC","rpmC","RplC","RpmC","subtiwiki","224308.BSU01240/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01230","RplC","RplP","rplC","rplP","RplC","RplP","subtiwiki","224308.BSU01230/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01220","RplC","RpsC","rplC","rpsC","RplC","RpsC","string-db","224308.BSU01220/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01350","RplC","RplO","rplC","rplO","RplC","RplO","subtiwiki","224308.BSU01350/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01440","RplC","RplQ","rplC","rplQ","RplC","RplQ","subtiwiki","224308.BSU01440/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01400","RplC","RpmJ","rplC","rpmJ","RplC","RpmJ","subtiwiki","224308.BSU01400/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01310","RplC","RplF","rplC","rplF","RplC","RplF","subtiwiki","224308.BSU01310/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_37070","RplC","RpmEA","rplC","rpmE","RplC","RpmE","subtiwiki","224308.BSU37070/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_41060","RplC","RpmH","rplC","rpmH","RplC","RpmH","subtiwiki","224308.BSU41060/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_28860","RplC","RpmI","rplC","rpmI","RplC","RpmI","subtiwiki","224308.BSU28860/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_29660","RplC","RpsD","rplC","rpsD","RplC","RpsD","string-db","224308.BSU29660/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_28580","RplC","MutSB","rplC","BSU_28580","RplC","RqcU","string-db","224308.BSU28580/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_27940","RplC","RpmA","rplC","rpmA","RplC","RpmA","subtiwiki","224308.BSU27940/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_25550","RplC","RpsT","rplC","BSU_25550","RplC","RpsT","string-db","224308.BSU25550/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_05610","RplC","VmlR","rplC","vmlR","RplC","VmlR","string-db","224308.BSU05610/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01180","RplC","RplW","rplC","rplW","RplC","RplW","subtiwiki","224308.BSU01180/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01500","RplC","RpsI","rplC","rpsI","RplC","RpsI","string-db","224308.BSU01500/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_25410","RplC","RpsU","rplC","BSU_25410","RplC","RpsU","string-db","224308.BSU25410/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01490","RplC","RplM","rplC","rplM","RplC","RplM","subtiwiki","224308.BSU01490/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_27960","RplC","RplU","rplC","rplU","RplC","RplU","subtiwiki","224308.BSU27960/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_15820","RplC","RpmB","rplC","rpmB","RplC","RpmB","subtiwiki","224308.BSU15820/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01190","RplC","RplB","rplC","rplB","RplC","RplB","subtiwiki","224308.BSU01190/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_16680","RplC","RpsO","rplC","rpsO","RplC","RpsO","string-db","224308.BSU16680/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_16490","RplC","RpsB","rplC","rpsB","RplC","RpsB","string-db","224308.BSU16490/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_40500","RplC","RplI","rplC","BSU_40500","RplC","RplI","subtiwiki","224308.BSU40500/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_27600","RplC","Rsh","rplC","BSU_27600","RplC","Rel","string-db","224308.BSU27600/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01270","RplC","RplX","rplC","rplX","RplC","RplX","subtiwiki","224308.BSU01270/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_15990","RplC","RpsP","rplC","rpsP","RplC","RpsP","string-db","224308.BSU15990/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_28190","RplC","YsxC","rplC","ysxC","RplC","YsxC","subtiwiki","224308.BSU28190/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01260","RplC","RplNA","rplC","rplN","RplC","RplN","subtiwiki","224308.BSU01260/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01250","RplC","RpsQ","rplC","rpsQ","RplC","RpsQ","string-db","224308.BSU01250/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01420","RplC","RpsK","rplC","rpsK","RplC","RpsK","string-db","224308.BSU01420/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_35310","RplC","Hpf","rplC","hpf","RplC","Hpf","string-db","224308.BSU35310/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_24900","RplC","RpmGA","rplC","BSU_24900","RplC","RpmGA","subtiwiki","224308.BSU24900/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01320","RplC","RplR","rplC","rplR","RplC","RplR","subtiwiki","224308.BSU01320/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01330","RplC","RpsE","rplC","rpsE","RplC","RpsE","string-db","224308.BSU01330/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_15080","RplC","RpmF","rplC","rpmF","RplC","RpmF","subtiwiki","224308.BSU15080/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_40910","RplC","RpsF","rplC","rpsF","RplC","RpsF","string-db","224308.BSU40910/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01340","RplC","RpmD","rplC","rpmD","RplC","RpmD","subtiwiki","224308.BSU01340/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01170","RplC","RplD","rplC","rplD","RplC","RplD","subtiwiki","224308.BSU01170/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01280","RplC","RplE","rplC","rplE","RplC","RplE","subtiwiki","224308.BSU01280/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01200","RplC","RpsS","rplC","rpsS","RplC","RpsS","string-db","224308.BSU01200/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_40890","RplC","RpsR","rplC","rpsR","RplC","RpsR","string-db","224308.BSU40890/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_16040","RplC","RplS","rplC","rplS","RplC","RplS","subtiwiki","224308.BSU16040/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_15980","RplC","Ffh","rplC","ffh","RplC","Ffh","string-db","224308.BSU15980/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01210","RplC","RplV","rplC","rplV","RplC","RplV","subtiwiki","224308.BSU01210/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_16050","RplC","RbgA","rplC","BSU_16050","RplC","RbgA","string-db","224308.BSU16050/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_23880","RplC","MifM","rplC","mifM","RplC","MifM","string-db","224308.BSU23880/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01290","RplC","RpsNA","rplC","rpsN","RplC","RpsN","string-db","224308.BSU01290/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01300","RplC","RpsH","rplC","rpsH","RplC","RpsH","string-db","224308.BSU01300/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_28850","RplC","RplT","rplC","rplT","RplC","RplT","subtiwiki","224308.BSU28850/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_15640","RplC","YloA","rplC","rqcH","RplC","RqcH","string-db","224308.BSU15640/224308.BSU01160","physical","txid224308" +"BSU_01160","BSU_01410","RplC","RpsM","rplC","rpsM","RplC","RpsM","string-db","224308.BSU01410/224308.BSU01160","physical","txid224308" +"BSU_01490","BSU_40910","RplM","RpsF","rplM","rpsF","RplM","RpsF","string-db","224308.BSU40910/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_00990","RplM","RpmGB","rplM","rpmGB","RplM","RpmGB","subtiwiki","224308.BSU01490/224308.BSU00990","physical","txid224308" +"BSU_01490","BSU_01050","RplM","RplL","rplM","rplL","RplM","RplL","subtiwiki","224308.BSU01490/224308.BSU01050","physical","txid224308" +"BSU_01490","BSU_30700","RplM","RpmEB","rplM","rpmEB","RplM","RpmEB","subtiwiki","224308.BSU01490/224308.BSU30700","physical","txid224308" +"BSU_01490","BSU_41060","RplM","RpmH","rplM","rpmH","RplM","RpmH","subtiwiki","224308.BSU01490/224308.BSU41060","physical","txid224308" +"BSU_01490","BSU_25550","RplM","RpsT","rplM","BSU_25550","RplM","RpsT","string-db","224308.BSU25550/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_15820","RplM","RpmB","rplM","rpmB","RplM","RpmB","subtiwiki","224308.BSU15820/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_15080","RplM","RpmF","rplM","rpmF","RplM","RpmF","subtiwiki","224308.BSU15080/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_25410","RplM","RpsU","rplM","BSU_25410","RplM","RpsU","string-db","224308.BSU25410/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_40500","RplM","RplI","rplM","BSU_40500","RplM","RplI","subtiwiki","224308.BSU40500/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_16050","RplM","RbgA","rplM","BSU_16050","RplM","RbgA","string-db","224308.BSU16050/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_01500","RplM","RpsI","rplM","rpsI","RplM","RpsI","string-db","224308.BSU01500/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_27960","RplM","RplU","rplM","rplU","RplM","RplU","subtiwiki","224308.BSU27960/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_29660","RplM","RpsD","rplM","rpsD","RplM","RpsD","string-db","224308.BSU29660/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_28860","RplM","RpmI","rplM","rpmI","RplM","RpmI","subtiwiki","224308.BSU28860/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_15980","RplM","Ffh","rplM","ffh","RplM","Ffh","string-db","224308.BSU15980/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_40890","RplM","RpsR","rplM","rpsR","RplM","RpsR","string-db","224308.BSU40890/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_15990","RplM","RpsP","rplM","rpsP","RplM","RpsP","string-db","224308.BSU15990/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_16040","RplM","RplS","rplM","rplS","RplM","RplS","subtiwiki","224308.BSU16040/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_27940","RplM","RpmA","rplM","rpmA","RplM","RpmA","subtiwiki","224308.BSU27940/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_28850","RplM","RplT","rplM","rplT","RplM","RplT","subtiwiki","224308.BSU28850/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_37070","RplM","RpmEA","rplM","rpmE","RplM","RpmE","subtiwiki","224308.BSU37070/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_15640","RplM","YloA","rplM","rqcH","RplM","RqcH","string-db","224308.BSU15640/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_27600","RplM","Rsh","rplM","BSU_27600","RplM","Rel","string-db","224308.BSU27600/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_35310","RplM","Hpf","rplM","hpf","RplM","Hpf","string-db","224308.BSU35310/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_28580","RplM","MutSB","rplM","BSU_28580","RplM","RqcU","string-db","224308.BSU28580/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_24900","RplM","RpmGA","rplM","BSU_24900","RplM","RpmGA","subtiwiki","224308.BSU01490/224308.BSU24900","physical","txid224308" +"BSU_01490","BSU_16680","RplM","RpsO","rplM","rpsO","RplM","RpsO","string-db","224308.BSU16680/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_16490","RplM","RpsB","rplM","rpsB","RplM","RpsB","string-db","224308.BSU16490/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_05610","RplM","VmlR","rplM","vmlR","RplM","VmlR","string-db","224308.BSU05610/224308.BSU01490","physical","txid224308" +"BSU_01490","BSU_23880","RplM","MifM","rplM","mifM","RplM","MifM","string-db","224308.BSU23880/224308.BSU01490","physical","txid224308" +"BSU_27960","BSU_37070","RplU","RpmEA","rplU","rpmE","RplU","RpmE","subtiwiki","224308.BSU37070/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_00520","RplU","Ctc","rplU","ctc","RplU","Ctc","subtiwiki","224308.BSU27960/224308.BSU00520","physical","txid224308" +"BSU_27960","BSU_30700","RplU","RpmEB","rplU","rpmEB","RplU","RpmEB","subtiwiki","224308.BSU27960/224308.BSU30700","physical","txid224308" +"BSU_27960","BSU_00990","RplU","RpmGB","rplU","rpmGB","RplU","RpmGB","subtiwiki","224308.BSU27960/224308.BSU00990","physical","txid224308" +"BSU_27960","new_2477758_2477958_c","RplU","RpmGC","rplU","rpmGC","RplU","RpmGC","subtiwiki","224308.BSU27960/224308.new24777582477958c","physical","txid224308" +"BSU_27960","BSU_01050","RplU","RplL","rplU","rplL","RplU","RplL","subtiwiki","224308.BSU27960/224308.BSU01050","physical","txid224308" +"BSU_27960","BSU_01090","RplU","RplGB","rplU","rplGB","RplU","RplGB","subtiwiki","224308.BSU27960/224308.BSU01090","physical","txid224308" +"BSU_27960","BSU_35310","RplU","Hpf","rplU","hpf","RplU","Hpf","string-db","224308.BSU35310/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_28860","RplU","RpmI","rplU","rpmI","RplU","RpmI","subtiwiki","224308.BSU27960/224308.BSU28860","physical","txid224308" +"BSU_27960","BSU_29660","RplU","RpsD","rplU","rpsD","RplU","RpsD","string-db","224308.BSU29660/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_28580","RplU","MutSB","rplU","BSU_28580","RplU","RqcU","string-db","224308.BSU28580/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_28850","RplU","RplT","rplU","rplT","RplU","RplT","subtiwiki","224308.BSU27960/224308.BSU28850","physical","txid224308" +"BSU_27960","BSU_40890","RplU","RpsR","rplU","rpsR","RplU","RpsR","string-db","224308.BSU40890/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_40910","RplU","RpsF","rplU","rpsF","RplU","RpsF","string-db","224308.BSU40910/224308.BSU27960","physical","txid224308" +"BSU_27960","BSU_41060","RplU","RpmH","rplU","rpmH","RplU","RpmH","subtiwiki","224308.BSU27960/224308.BSU41060","physical","txid224308" +"BSU_27960","BSU_40500","RplU","RplI","rplU","BSU_40500","RplU","RplI","subtiwiki","224308.BSU27960/224308.BSU40500","physical","txid224308" +"BSU_01310","BSU_25550","RplF","RpsT","rplF","BSU_25550","RplF","RpsT","string-db","224308.BSU25550/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_30700","RplF","RpmEB","rplF","rpmEB","RplF","RpmEB","subtiwiki","224308.BSU01310/224308.BSU30700","physical","txid224308" +"BSU_01310","BSU_01050","RplF","RplL","rplF","rplL","RplF","RplL","subtiwiki","224308.BSU01310/224308.BSU01050","physical","txid224308" +"BSU_01310","BSU_00990","RplF","RpmGB","rplF","rpmGB","RplF","RpmGB","subtiwiki","224308.BSU01310/224308.BSU00990","physical","txid224308" +"BSU_01310","BSU_00520","RplF","Ctc","rplF","ctc","RplF","Ctc","subtiwiki","224308.BSU01310/224308.BSU00520","physical","txid224308" +"BSU_01310","new_2477758_2477958_c","RplF","RpmGC","rplF","rpmGC","RplF","RpmGC","subtiwiki","224308.BSU01310/224308.new24777582477958c","physical","txid224308" +"BSU_01310","BSU_15640","RplF","YloA","rplF","rqcH","RplF","RqcH","string-db","224308.BSU15640/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_16680","RplF","RpsO","rplF","rpsO","RplF","RpsO","string-db","224308.BSU16680/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_40890","RplF","RpsR","rplF","rpsR","RplF","RpsR","string-db","224308.BSU40890/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01350","RplF","RplO","rplF","rplO","RplF","RplO","subtiwiki","224308.BSU01310/224308.BSU01350","physical","txid224308" +"BSU_01310","BSU_01490","RplF","RplM","rplF","rplM","RplF","RplM","subtiwiki","224308.BSU01310/224308.BSU01490","physical","txid224308" +"BSU_01310","BSU_41060","RplF","RpmH","rplF","rpmH","RplF","RpmH","subtiwiki","224308.BSU01310/224308.BSU41060","physical","txid224308" +"BSU_01310","BSU_01320","RplF","RplR","rplF","rplR","RplF","RplR","subtiwiki","224308.BSU01310/224308.BSU01320","physical","txid224308" +"BSU_01310","BSU_24900","RplF","RpmGA","rplF","BSU_24900","RplF","RpmGA","subtiwiki","224308.BSU01310/224308.BSU24900","physical","txid224308" +"BSU_01310","BSU_16040","RplF","RplS","rplF","rplS","RplF","RplS","subtiwiki","224308.BSU01310/224308.BSU16040","physical","txid224308" +"BSU_01310","BSU_28850","RplF","RplT","rplF","rplT","RplF","RplT","subtiwiki","224308.BSU01310/224308.BSU28850","physical","txid224308" +"BSU_01310","BSU_28580","RplF","MutSB","rplF","BSU_28580","RplF","RqcU","string-db","224308.BSU28580/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_05610","RplF","VmlR","rplF","vmlR","RplF","VmlR","string-db","224308.BSU05610/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_27600","RplF","Rsh","rplF","BSU_27600","RplF","Rel","string-db","224308.BSU27600/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_40500","RplF","RplI","rplF","BSU_40500","RplF","RplI","subtiwiki","224308.BSU01310/224308.BSU40500","physical","txid224308" +"BSU_01310","BSU_27960","RplF","RplU","rplF","rplU","RplF","RplU","subtiwiki","224308.BSU27960/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01340","RplF","RpmD","rplF","rpmD","RplF","RpmD","subtiwiki","224308.BSU01310/224308.BSU01340","physical","txid224308" +"BSU_01310","BSU_01420","RplF","RpsK","rplF","rpsK","RplF","RpsK","string-db","224308.BSU01420/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_37070","RplF","RpmEA","rplF","rpmE","RplF","RpmE","subtiwiki","224308.BSU37070/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_28860","RplF","RpmI","rplF","rpmI","RplF","RpmI","subtiwiki","224308.BSU01310/224308.BSU28860","physical","txid224308" +"BSU_01310","BSU_16050","RplF","RbgA","rplF","BSU_16050","RplF","RbgA","subtiwiki","224308.BSU01310/224308.BSU16050","physical","txid224308" +"BSU_01310","BSU_15820","RplF","RpmB","rplF","rpmB","RplF","RpmB","subtiwiki","224308.BSU01310/224308.BSU15820","physical","txid224308" +"BSU_01310","BSU_25410","RplF","RpsU","rplF","BSU_25410","RplF","RpsU","string-db","224308.BSU25410/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_40910","RplF","RpsF","rplF","rpsF","RplF","RpsF","string-db","224308.BSU40910/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_15980","RplF","Ffh","rplF","ffh","RplF","Ffh","string-db","224308.BSU15980/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_16490","RplF","RpsB","rplF","rpsB","RplF","RpsB","string-db","224308.BSU16490/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_35310","RplF","Hpf","rplF","hpf","RplF","Hpf","string-db","224308.BSU35310/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01330","RplF","RpsE","rplF","rpsE","RplF","RpsE","string-db","224308.BSU01330/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_23880","RplF","MifM","rplF","mifM","RplF","MifM","string-db","224308.BSU23880/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_29660","RplF","RpsD","rplF","rpsD","RplF","RpsD","string-db","224308.BSU29660/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01400","RplF","RpmJ","rplF","rpmJ","RplF","RpmJ","subtiwiki","224308.BSU01310/224308.BSU01400","physical","txid224308" +"BSU_01310","BSU_27940","RplF","RpmA","rplF","rpmA","RplF","RpmA","subtiwiki","224308.BSU01310/224308.BSU27940","physical","txid224308" +"BSU_01310","BSU_28190","RplF","YsxC","rplF","ysxC","RplF","YsxC","subtiwiki","224308.BSU01310/224308.BSU28190","physical","txid224308" +"BSU_01310","BSU_15990","RplF","RpsP","rplF","rpsP","RplF","RpsP","string-db","224308.BSU15990/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01410","RplF","RpsM","rplF","rpsM","RplF","RpsM","string-db","224308.BSU01410/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_15080","RplF","RpmF","rplF","rpmF","RplF","RpmF","subtiwiki","224308.BSU01310/224308.BSU15080","physical","txid224308" +"BSU_01310","BSU_01500","RplF","RpsI","rplF","rpsI","RplF","RpsI","string-db","224308.BSU01500/224308.BSU01310","physical","txid224308" +"BSU_01310","BSU_01440","RplF","RplQ","rplF","rplQ","RplF","RplQ","subtiwiki","224308.BSU01440/224308.BSU01310","physical","txid224308" +"BSU_01260","BSU_01500","RplNA","RpsI","rplN","rpsI","RplN","RpsI","subtiwiki","224308.BSU01260/224308.BSU01500","physical","txid224308" +"BSU_01260","BSU_14770","RplNA","YlaG","rplN","ylaG","RplN","BipA","subtiwiki","224308.BSU01260/224308.BSU14770","physical","txid224308" +"BSU_01260","BSU_04580","RplNA","CshA","rplN","BSU_04580","RplN","CshA","subtiwiki","224308.BSU01260/224308.BSU04580","physical","txid224308" +"BSU_01260","BSU_30700","RplNA","RpmEB","rplN","rpmEB","RplN","RpmEB","subtiwiki","224308.BSU01260/224308.BSU30700","physical","txid224308" +"BSU_01260","BSU_01050","RplNA","RplL","rplN","rplL","RplN","RplL","subtiwiki","224308.BSU01260/224308.BSU01050","physical","txid224308" +"BSU_01260","new_2477758_2477958_c","RplNA","RpmGC","rplN","rpmGC","RplN","RpmGC","subtiwiki","224308.BSU01260/224308.new24777582477958c","physical","txid224308" +"BSU_01260","BSU_00990","RplNA","RpmGB","rplN","rpmGB","RplN","RpmGB","subtiwiki","224308.BSU01260/224308.BSU00990","physical","txid224308" +"BSU_01260","BSU_00520","RplNA","Ctc","rplN","ctc","RplN","Ctc","subtiwiki","224308.BSU01260/224308.BSU00520","physical","txid224308" +"BSU_01260","BSU_25620","RplNA","YqeL","rplN","BSU_25620","RplN","YqeL","subtiwiki","224308.BSU01260/224308.BSU25620","physical","txid224308" +"BSU_01260","BSU_27960","RplNA","RplU","rplN","rplU","RplN","RplU","subtiwiki","224308.BSU27960/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_15820","RplNA","RpmB","rplN","rpmB","RplN","RpmB","subtiwiki","224308.BSU01260/224308.BSU15820","physical","txid224308" +"BSU_01260","BSU_27600","RplNA","Rsh","rplN","BSU_27600","RplN","Rel","string-db","224308.BSU27600/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01490","RplNA","RplM","rplN","rplM","RplN","RplM","subtiwiki","224308.BSU01260/224308.BSU01490","physical","txid224308" +"BSU_01260","BSU_16050","RplNA","RbgA","rplN","BSU_16050","RplN","RbgA","string-db","224308.BSU16050/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01330","RplNA","RpsE","rplN","rpsE","RplN","RpsE","string-db","224308.BSU01330/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_40500","RplNA","RplI","rplN","BSU_40500","RplN","RplI","subtiwiki","224308.BSU01260/224308.BSU40500","physical","txid224308" +"BSU_01260","BSU_16680","RplNA","RpsO","rplN","rpsO","RplN","RpsO","string-db","224308.BSU16680/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_16490","RplNA","RpsB","rplN","rpsB","RplN","RpsB","string-db","224308.BSU16490/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_41060","RplNA","RpmH","rplN","rpmH","RplN","RpmH","subtiwiki","224308.BSU01260/224308.BSU41060","physical","txid224308" +"BSU_01260","BSU_28850","RplNA","RplT","rplN","rplT","RplN","RplT","subtiwiki","224308.BSU01260/224308.BSU28850","physical","txid224308" +"BSU_01260","BSU_24900","RplNA","RpmGA","rplN","BSU_24900","RplN","RpmGA","subtiwiki","224308.BSU01260/224308.BSU24900","physical","txid224308" +"BSU_01260","BSU_37070","RplNA","RpmEA","rplN","rpmE","RplN","RpmE","subtiwiki","224308.BSU37070/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_40890","RplNA","RpsR","rplN","rpsR","RplN","RpsR","string-db","224308.BSU40890/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01350","RplNA","RplO","rplN","rplO","RplN","RplO","subtiwiki","224308.BSU01260/224308.BSU01350","physical","txid224308" +"BSU_01260","BSU_01420","RplNA","RpsK","rplN","rpsK","RplN","RpsK","subtiwiki","224308.BSU01260/224308.BSU01420","physical","txid224308" +"BSU_01260","BSU_29660","RplNA","RpsD","rplN","rpsD","RplN","RpsD","string-db","224308.BSU29660/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_27940","RplNA","RpmA","rplN","rpmA","RplN","RpmA","subtiwiki","224308.BSU01260/224308.BSU27940","physical","txid224308" +"BSU_01260","BSU_01270","RplNA","RplX","rplN","rplX","RplN","RplX","subtiwiki","224308.BSU01260/224308.BSU01270","physical","txid224308" +"BSU_01260","BSU_01320","RplNA","RplR","rplN","rplR","RplN","RplR","subtiwiki","224308.BSU01260/224308.BSU01320","physical","txid224308" +"BSU_01260","BSU_25410","RplNA","RpsU","rplN","BSU_25410","RplN","RpsU","string-db","224308.BSU25410/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01340","RplNA","RpmD","rplN","rpmD","RplN","RpmD","subtiwiki","224308.BSU01260/224308.BSU01340","physical","txid224308" +"BSU_01260","BSU_23880","RplNA","MifM","rplN","mifM","RplN","MifM","string-db","224308.BSU23880/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_28860","RplNA","RpmI","rplN","rpmI","RplN","RpmI","subtiwiki","224308.BSU01260/224308.BSU28860","physical","txid224308" +"BSU_01260","BSU_35310","RplNA","Hpf","rplN","hpf","RplN","Hpf","string-db","224308.BSU35310/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_16040","RplNA","RplS","rplN","rplS","RplN","RplS","subtiwiki","224308.BSU01260/224308.BSU16040","physical","txid224308" +"BSU_01260","BSU_05610","RplNA","VmlR","rplN","vmlR","RplN","VmlR","string-db","224308.BSU05610/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_28580","RplNA","MutSB","rplN","BSU_28580","RplN","RqcU","string-db","224308.BSU28580/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01280","RplNA","RplE","rplN","rplE","RplN","RplE","subtiwiki","224308.BSU01260/224308.BSU01280","physical","txid224308" +"BSU_01260","BSU_15990","RplNA","RpsP","rplN","rpsP","RplN","RpsP","string-db","224308.BSU15990/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01400","RplNA","RpmJ","rplN","rpmJ","RplN","RpmJ","subtiwiki","224308.BSU01260/224308.BSU01400","physical","txid224308" +"BSU_01260","BSU_01310","RplNA","RplF","rplN","rplF","RplN","RplF","subtiwiki","224308.BSU01310/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01300","RplNA","RpsH","rplN","rpsH","RplN","RpsH","subtiwiki","224308.BSU01260/224308.BSU01300","physical","txid224308" +"BSU_01260","BSU_25550","RplNA","RpsT","rplN","BSU_25550","RplN","RpsT","string-db","224308.BSU25550/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_15080","RplNA","RpmF","rplN","rpmF","RplN","RpmF","subtiwiki","224308.BSU01260/224308.BSU15080","physical","txid224308" +"BSU_01260","BSU_15640","RplNA","YloA","rplN","rqcH","RplN","RqcH","string-db","224308.BSU15640/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_40910","RplNA","RpsF","rplN","rpsF","RplN","RpsF","subtiwiki","224308.BSU01260/224308.BSU40910","physical","txid224308" +"BSU_01260","BSU_01290","RplNA","RpsNA","rplN","rpsN","RplN","RpsN","string-db","224308.BSU01290/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01440","RplNA","RplQ","rplN","rplQ","RplN","RplQ","subtiwiki","224308.BSU01440/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_15980","RplNA","Ffh","rplN","ffh","RplN","Ffh","string-db","224308.BSU15980/224308.BSU01260","physical","txid224308" +"BSU_01260","BSU_01410","RplNA","RpsM","rplN","rpsM","RplN","RpsM","string-db","224308.BSU01410/224308.BSU01260","physical","txid224308" +"BSU_01270","BSU_05610","RplX","VmlR","rplX","vmlR","RplX","VmlR","string-db","224308.BSU05610/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_02720","RplX","YccF","rplX","BSU_02720","RplX","YccF","subtiwiki","224308.BSU01270/224308.BSU02720","physical","txid224308" +"BSU_01270","BSU_30700","RplX","RpmEB","rplX","rpmEB","RplX","RpmEB","subtiwiki","224308.BSU01270/224308.BSU30700","physical","txid224308" +"BSU_01270","BSU_00990","RplX","RpmGB","rplX","rpmGB","RplX","RpmGB","subtiwiki","224308.BSU01270/224308.BSU00990","physical","txid224308" +"BSU_01270","BSU_01050","RplX","RplL","rplX","rplL","RplX","RplL","subtiwiki","224308.BSU01270/224308.BSU01050","physical","txid224308" +"BSU_01270","BSU_01440","RplX","RplQ","rplX","rplQ","RplX","RplQ","subtiwiki","224308.BSU01440/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01420","RplX","RpsK","rplX","rpsK","RplX","RpsK","string-db","224308.BSU01420/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01290","RplX","RpsNA","rplX","rpsN","RplX","RpsN","string-db","224308.BSU01290/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01340","RplX","RpmD","rplX","rpmD","RplX","RpmD","subtiwiki","224308.BSU01270/224308.BSU01340","physical","txid224308" +"BSU_01270","BSU_16040","RplX","RplS","rplX","rplS","RplX","RplS","subtiwiki","224308.BSU16040/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_28580","RplX","MutSB","rplX","BSU_28580","RplX","RqcU","string-db","224308.BSU28580/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_16050","RplX","RbgA","rplX","BSU_16050","RplX","RbgA","string-db","224308.BSU16050/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_15080","RplX","RpmF","rplX","rpmF","RplX","RpmF","subtiwiki","224308.BSU01270/224308.BSU15080","physical","txid224308" +"BSU_01270","BSU_27960","RplX","RplU","rplX","rplU","RplX","RplU","subtiwiki","224308.BSU27960/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01500","RplX","RpsI","rplX","rpsI","RplX","RpsI","string-db","224308.BSU01500/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_24900","RplX","RpmGA","rplX","BSU_24900","RplX","RpmGA","subtiwiki","224308.BSU01270/224308.BSU24900","physical","txid224308" +"BSU_01270","BSU_37070","RplX","RpmEA","rplX","rpmE","RplX","RpmE","subtiwiki","224308.BSU37070/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_41060","RplX","RpmH","rplX","rpmH","RplX","RpmH","subtiwiki","224308.BSU01270/224308.BSU41060","physical","txid224308" +"BSU_01270","BSU_40890","RplX","RpsR","rplX","rpsR","RplX","RpsR","string-db","224308.BSU40890/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_15990","RplX","RpsP","rplX","rpsP","RplX","RpsP","string-db","224308.BSU15990/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_15640","RplX","YloA","rplX","rqcH","RplX","RqcH","string-db","224308.BSU15640/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01310","RplX","RplF","rplX","rplF","RplX","RplF","subtiwiki","224308.BSU01310/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01320","RplX","RplR","rplX","rplR","RplX","RplR","subtiwiki","224308.BSU01270/224308.BSU01320","physical","txid224308" +"BSU_01270","BSU_01300","RplX","RpsH","rplX","rpsH","RplX","RpsH","string-db","224308.BSU01300/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_27600","RplX","Rsh","rplX","BSU_27600","RplX","Rel","string-db","224308.BSU27600/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01400","RplX","RpmJ","rplX","rpmJ","RplX","RpmJ","subtiwiki","224308.BSU01270/224308.BSU01400","physical","txid224308" +"BSU_01270","BSU_15980","RplX","Ffh","rplX","ffh","RplX","Ffh","string-db","224308.BSU15980/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_40910","RplX","RpsF","rplX","rpsF","RplX","RpsF","string-db","224308.BSU40910/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01490","RplX","RplM","rplX","rplM","RplX","RplM","subtiwiki","224308.BSU01270/224308.BSU01490","physical","txid224308" +"BSU_01270","BSU_16680","RplX","RpsO","rplX","rpsO","RplX","RpsO","string-db","224308.BSU16680/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_25550","RplX","RpsT","rplX","BSU_25550","RplX","RpsT","string-db","224308.BSU25550/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_25410","RplX","RpsU","rplX","BSU_25410","RplX","RpsU","string-db","224308.BSU25410/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_29660","RplX","RpsD","rplX","rpsD","RplX","RpsD","string-db","224308.BSU29660/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01410","RplX","RpsM","rplX","rpsM","RplX","RpsM","string-db","224308.BSU01410/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01330","RplX","RpsE","rplX","rpsE","RplX","RpsE","string-db","224308.BSU01330/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_15820","RplX","RpmB","rplX","rpmB","RplX","RpmB","subtiwiki","224308.BSU01270/224308.BSU15820","physical","txid224308" +"BSU_01270","BSU_27940","RplX","RpmA","rplX","rpmA","RplX","RpmA","subtiwiki","224308.BSU27940/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_40500","RplX","RplI","rplX","BSU_40500","RplX","RplI","subtiwiki","224308.BSU40500/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_35310","RplX","Hpf","rplX","hpf","RplX","Hpf","string-db","224308.BSU35310/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_01280","RplX","RplE","rplX","rplE","RplX","RplE","subtiwiki","224308.BSU01270/224308.BSU01280","physical","txid224308" +"BSU_01270","BSU_28850","RplX","RplT","rplX","rplT","RplX","RplT","subtiwiki","224308.BSU01270/224308.BSU28850","physical","txid224308" +"BSU_01270","BSU_01350","RplX","RplO","rplX","rplO","RplX","RplO","subtiwiki","224308.BSU01270/224308.BSU01350","physical","txid224308" +"BSU_01270","BSU_16490","RplX","RpsB","rplX","rpsB","RplX","RpsB","string-db","224308.BSU16490/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_23880","RplX","MifM","rplX","mifM","RplX","MifM","string-db","224308.BSU23880/224308.BSU01270","physical","txid224308" +"BSU_01270","BSU_28860","RplX","RpmI","rplX","rpmI","RplX","RpmI","subtiwiki","224308.BSU01270/224308.BSU28860","physical","txid224308" +"BSU_01170","BSU_25410","RplD","RpsU","rplD","BSU_25410","RplD","RpsU","string-db","224308.BSU25410/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_37110","RplD","YwjH","rplD","BSU_37110","RplD","YwjH","subtiwiki","224308.BSU01170/224308.BSU37110","physical","txid224308" +"BSU_01170","new_2477758_2477958_c","RplD","RpmGC","rplD","rpmGC","RplD","RpmGC","subtiwiki","224308.BSU01170/224308.new24777582477958c","physical","txid224308" +"BSU_01170","BSU_01050","RplD","RplL","rplD","rplL","RplD","RplL","subtiwiki","224308.BSU01170/224308.BSU01050","physical","txid224308" +"BSU_01170","BSU_00520","RplD","Ctc","rplD","ctc","RplD","Ctc","subtiwiki","224308.BSU01170/224308.BSU00520","physical","txid224308" +"BSU_01170","BSU_30700","RplD","RpmEB","rplD","rpmEB","RplD","RpmEB","subtiwiki","224308.BSU01170/224308.BSU30700","physical","txid224308" +"BSU_01170","BSU_01090","RplD","RplGB","rplD","rplGB","RplD","RplGB","subtiwiki","224308.BSU01170/224308.BSU01090","physical","txid224308" +"BSU_01170","BSU_00990","RplD","RpmGB","rplD","rpmGB","RplD","RpmGB","subtiwiki","224308.BSU01170/224308.BSU00990","physical","txid224308" +"BSU_01170","BSU_16040","RplD","RplS","rplD","rplS","RplD","RplS","subtiwiki","224308.BSU01170/224308.BSU16040","physical","txid224308" +"BSU_01170","BSU_27600","RplD","Rsh","rplD","BSU_27600","RplD","Rel","string-db","224308.BSU27600/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01280","RplD","RplE","rplD","rplE","RplD","RplE","subtiwiki","224308.BSU01170/224308.BSU01280","physical","txid224308" +"BSU_01170","BSU_01410","RplD","RpsM","rplD","rpsM","RplD","RpsM","string-db","224308.BSU01410/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_40890","RplD","RpsR","rplD","rpsR","RplD","RpsR","string-db","224308.BSU40890/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01420","RplD","RpsK","rplD","rpsK","RplD","RpsK","string-db","224308.BSU01420/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_35310","RplD","Hpf","rplD","hpf","RplD","Hpf","string-db","224308.BSU35310/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01230","RplD","RplP","rplD","rplP","RplD","RplP","subtiwiki","224308.BSU01170/224308.BSU01230","physical","txid224308" +"BSU_01170","BSU_01200","RplD","RpsS","rplD","rpsS","RplD","RpsS","string-db","224308.BSU01200/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_15990","RplD","RpsP","rplD","rpsP","RplD","RpsP","string-db","224308.BSU15990/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01180","RplD","RplW","rplD","rplW","RplD","RplW","subtiwiki","224308.BSU01170/224308.BSU01180","physical","txid224308" +"BSU_01170","BSU_15640","RplD","YloA","rplD","rqcH","RplD","RqcH","string-db","224308.BSU15640/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_05610","RplD","VmlR","rplD","vmlR","RplD","VmlR","string-db","224308.BSU05610/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_29660","RplD","RpsD","rplD","rpsD","RplD","RpsD","subtiwiki","224308.BSU01170/224308.BSU29660","physical","txid224308" +"BSU_01170","BSU_01210","RplD","RplV","rplD","rplV","RplD","RplV","subtiwiki","224308.BSU01170/224308.BSU01210","physical","txid224308" +"BSU_01170","BSU_01350","RplD","RplO","rplD","rplO","RplD","RplO","subtiwiki","224308.BSU01170/224308.BSU01350","physical","txid224308" +"BSU_01170","BSU_16490","RplD","RpsB","rplD","rpsB","RplD","RpsB","string-db","224308.BSU16490/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01440","RplD","RplQ","rplD","rplQ","RplD","RplQ","subtiwiki","224308.BSU01170/224308.BSU01440","physical","txid224308" +"BSU_01170","BSU_16050","RplD","RbgA","rplD","BSU_16050","RplD","RbgA","string-db","224308.BSU16050/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01500","RplD","RpsI","rplD","rpsI","RplD","RpsI","string-db","224308.BSU01500/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_15820","RplD","RpmB","rplD","rpmB","RplD","RpmB","subtiwiki","224308.BSU01170/224308.BSU15820","physical","txid224308" +"BSU_01170","BSU_01320","RplD","RplR","rplD","rplR","RplD","RplR","subtiwiki","224308.BSU01170/224308.BSU01320","physical","txid224308" +"BSU_01170","BSU_40910","RplD","RpsF","rplD","rpsF","RplD","RpsF","string-db","224308.BSU40910/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_15980","RplD","Ffh","rplD","ffh","RplD","Ffh","string-db","224308.BSU15980/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_28860","RplD","RpmI","rplD","rpmI","RplD","RpmI","subtiwiki","224308.BSU01170/224308.BSU28860","physical","txid224308" +"BSU_01170","BSU_01290","RplD","RpsNA","rplD","rpsN","RplD","RpsN","string-db","224308.BSU01290/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_24900","RplD","RpmGA","rplD","BSU_24900","RplD","RpmGA","subtiwiki","224308.BSU01170/224308.BSU24900","physical","txid224308" +"BSU_01170","BSU_28850","RplD","RplT","rplD","rplT","RplD","RplT","subtiwiki","224308.BSU01170/224308.BSU28850","physical","txid224308" +"BSU_01170","BSU_01310","RplD","RplF","rplD","rplF","RplD","RplF","subtiwiki","224308.BSU01170/224308.BSU01310","physical","txid224308" +"BSU_01170","BSU_28580","RplD","MutSB","rplD","BSU_28580","RplD","RqcU","string-db","224308.BSU28580/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01250","RplD","RpsQ","rplD","rpsQ","RplD","RpsQ","string-db","224308.BSU01250/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01300","RplD","RpsH","rplD","rpsH","RplD","RpsH","string-db","224308.BSU01300/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01260","RplD","RplNA","rplD","rplN","RplD","RplN","subtiwiki","224308.BSU01170/224308.BSU01260","physical","txid224308" +"BSU_01170","BSU_27940","RplD","RpmA","rplD","rpmA","RplD","RpmA","subtiwiki","224308.BSU01170/224308.BSU27940","physical","txid224308" +"BSU_01170","BSU_16680","RplD","RpsO","rplD","rpsO","RplD","RpsO","string-db","224308.BSU16680/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01240","RplD","RpmC","rplD","rpmC","RplD","RpmC","subtiwiki","224308.BSU01170/224308.BSU01240","physical","txid224308" +"BSU_01170","BSU_01190","RplD","RplB","rplD","rplB","RplD","RplB","subtiwiki","224308.BSU01170/224308.BSU01190","physical","txid224308" +"BSU_01170","BSU_40500","RplD","RplI","rplD","BSU_40500","RplD","RplI","subtiwiki","224308.BSU01170/224308.BSU40500","physical","txid224308" +"BSU_01170","BSU_27960","RplD","RplU","rplD","rplU","RplD","RplU","subtiwiki","224308.BSU01170/224308.BSU27960","physical","txid224308" +"BSU_01170","BSU_41060","RplD","RpmH","rplD","rpmH","RplD","RpmH","subtiwiki","224308.BSU01170/224308.BSU41060","physical","txid224308" +"BSU_01170","BSU_01340","RplD","RpmD","rplD","rpmD","RplD","RpmD","subtiwiki","224308.BSU01170/224308.BSU01340","physical","txid224308" +"BSU_01170","BSU_01220","RplD","RpsC","rplD","rpsC","RplD","RpsC","string-db","224308.BSU01220/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01330","RplD","RpsE","rplD","rpsE","RplD","RpsE","string-db","224308.BSU01330/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_15080","RplD","RpmF","rplD","rpmF","RplD","RpmF","subtiwiki","224308.BSU01170/224308.BSU15080","physical","txid224308" +"BSU_01170","BSU_23880","RplD","MifM","rplD","mifM","RplD","MifM","subtiwiki","224308.BSU01170/224308.BSU23880","physical","txid224308" +"BSU_01170","BSU_01490","RplD","RplM","rplD","rplM","RplD","RplM","subtiwiki","224308.BSU01170/224308.BSU01490","physical","txid224308" +"BSU_01170","BSU_25550","RplD","RpsT","rplD","BSU_25550","RplD","RpsT","string-db","224308.BSU25550/224308.BSU01170","physical","txid224308" +"BSU_01170","BSU_01400","RplD","RpmJ","rplD","rpmJ","RplD","RpmJ","subtiwiki","224308.BSU01170/224308.BSU01400","physical","txid224308" +"BSU_01170","BSU_01270","RplD","RplX","rplD","rplX","RplD","RplX","subtiwiki","224308.BSU01170/224308.BSU01270","physical","txid224308" +"BSU_01170","BSU_37070","RplD","RpmEA","rplD","rpmE","RplD","RpmE","subtiwiki","224308.BSU01170/224308.BSU37070","physical","txid224308" +"BSU_01340","BSU_25550","RpmD","RpsT","rpmD","BSU_25550","RpmD","RpsT","string-db","224308.BSU25550/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_00990","RpmD","RpmGB","rpmD","rpmGB","RpmD","RpmGB","subtiwiki","224308.BSU01340/224308.BSU00990","physical","txid224308" +"BSU_01340","BSU_30700","RpmD","RpmEB","rpmD","rpmEB","RpmD","RpmEB","subtiwiki","224308.BSU01340/224308.BSU30700","physical","txid224308" +"BSU_01340","BSU_01050","RpmD","RplL","rpmD","rplL","RpmD","RplL","subtiwiki","224308.BSU01340/224308.BSU01050","physical","txid224308" +"BSU_01340","BSU_05610","RpmD","VmlR","rpmD","vmlR","RpmD","VmlR","string-db","224308.BSU05610/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01350","RpmD","RplO","rpmD","rplO","RpmD","RplO","subtiwiki","224308.BSU01340/224308.BSU01350","physical","txid224308" +"BSU_01340","BSU_01420","RpmD","RpsK","rpmD","rpsK","RpmD","RpsK","string-db","224308.BSU01420/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_15640","RpmD","YloA","rpmD","rqcH","RpmD","RqcH","string-db","224308.BSU15640/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_40500","RpmD","RplI","rpmD","BSU_40500","RpmD","RplI","subtiwiki","224308.BSU40500/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_28860","RpmD","RpmI","rpmD","rpmI","RpmD","RpmI","subtiwiki","224308.BSU28860/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_28580","RpmD","MutSB","rpmD","BSU_28580","RpmD","RqcU","string-db","224308.BSU28580/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_16050","RpmD","RbgA","rpmD","BSU_16050","RpmD","RbgA","string-db","224308.BSU16050/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01490","RpmD","RplM","rpmD","rplM","RpmD","RplM","subtiwiki","224308.BSU01340/224308.BSU01490","physical","txid224308" +"BSU_01340","BSU_35310","RpmD","Hpf","rpmD","hpf","RpmD","Hpf","string-db","224308.BSU35310/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01410","RpmD","RpsM","rpmD","rpsM","RpmD","RpsM","string-db","224308.BSU01410/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_37070","RpmD","RpmEA","rpmD","rpmE","RpmD","RpmE","subtiwiki","224308.BSU37070/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_15990","RpmD","RpsP","rpmD","rpsP","RpmD","RpsP","string-db","224308.BSU15990/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01440","RpmD","RplQ","rpmD","rplQ","RpmD","RplQ","subtiwiki","224308.BSU01440/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_15080","RpmD","RpmF","rpmD","rpmF","RpmD","RpmF","subtiwiki","224308.BSU01340/224308.BSU15080","physical","txid224308" +"BSU_01340","BSU_16040","RpmD","RplS","rpmD","rplS","RpmD","RplS","subtiwiki","224308.BSU16040/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_25410","RpmD","RpsU","rpmD","BSU_25410","RpmD","RpsU","string-db","224308.BSU25410/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_40890","RpmD","RpsR","rpmD","rpsR","RpmD","RpsR","string-db","224308.BSU40890/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_15980","RpmD","Ffh","rpmD","ffh","RpmD","Ffh","string-db","224308.BSU15980/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_27940","RpmD","RpmA","rpmD","rpmA","RpmD","RpmA","subtiwiki","224308.BSU27940/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_23880","RpmD","MifM","rpmD","mifM","RpmD","MifM","string-db","224308.BSU23880/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01500","RpmD","RpsI","rpmD","rpsI","RpmD","RpsI","string-db","224308.BSU01500/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_29660","RpmD","RpsD","rpmD","rpsD","RpmD","RpsD","string-db","224308.BSU29660/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_28850","RpmD","RplT","rpmD","rplT","RpmD","RplT","subtiwiki","224308.BSU28850/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_40910","RpmD","RpsF","rpmD","rpsF","RpmD","RpsF","string-db","224308.BSU40910/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_41060","RpmD","RpmH","rpmD","rpmH","RpmD","RpmH","subtiwiki","224308.BSU01340/224308.BSU41060","physical","txid224308" +"BSU_01340","BSU_24900","RpmD","RpmGA","rpmD","BSU_24900","RpmD","RpmGA","subtiwiki","224308.BSU01340/224308.BSU24900","physical","txid224308" +"BSU_01340","BSU_16680","RpmD","RpsO","rpmD","rpsO","RpmD","RpsO","string-db","224308.BSU16680/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_27600","RpmD","Rsh","rpmD","BSU_27600","RpmD","Rel","string-db","224308.BSU27600/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_01400","RpmD","RpmJ","rpmD","rpmJ","RpmD","RpmJ","subtiwiki","224308.BSU01340/224308.BSU01400","physical","txid224308" +"BSU_01340","BSU_15820","RpmD","RpmB","rpmD","rpmB","RpmD","RpmB","subtiwiki","224308.BSU01340/224308.BSU15820","physical","txid224308" +"BSU_01340","BSU_27960","RpmD","RplU","rpmD","rplU","RpmD","RplU","subtiwiki","224308.BSU27960/224308.BSU01340","physical","txid224308" +"BSU_01340","BSU_16490","RpmD","RpsB","rpmD","rpsB","RpmD","RpsB","string-db","224308.BSU16490/224308.BSU01340","physical","txid224308" +"BSU_01400","BSU_01420","RpmJ","RpsK","rpmJ","rpsK","RpmJ","RpsK","string-db","224308.BSU01420/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_27940","RpmJ","RpmA","rpmJ","rpmA","RpmJ","RpmA","subtiwiki","224308.BSU27940/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_01490","RpmJ","RplM","rpmJ","rplM","RpmJ","RplM","subtiwiki","224308.BSU01490/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_15640","RpmJ","YloA","rpmJ","rqcH","RpmJ","RqcH","string-db","224308.BSU15640/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_15980","RpmJ","Ffh","rpmJ","ffh","RpmJ","Ffh","string-db","224308.BSU15980/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_15080","RpmJ","RpmF","rpmJ","rpmF","RpmJ","RpmF","subtiwiki","224308.BSU15080/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_37070","RpmJ","RpmEA","rpmJ","rpmE","RpmJ","RpmE","subtiwiki","224308.BSU37070/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_29660","RpmJ","RpsD","rpmJ","rpsD","RpmJ","RpsD","string-db","224308.BSU29660/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_23880","RpmJ","MifM","rpmJ","mifM","RpmJ","MifM","string-db","224308.BSU23880/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_25550","RpmJ","RpsT","rpmJ","BSU_25550","RpmJ","RpsT","string-db","224308.BSU25550/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_25410","RpmJ","RpsU","rpmJ","BSU_25410","RpmJ","RpsU","string-db","224308.BSU25410/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_16680","RpmJ","RpsO","rpmJ","rpsO","RpmJ","RpsO","string-db","224308.BSU16680/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_24900","RpmJ","RpmGA","rpmJ","BSU_24900","RpmJ","RpmGA","subtiwiki","224308.BSU24900/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_40910","RpmJ","RpsF","rpmJ","rpsF","RpmJ","RpsF","string-db","224308.BSU40910/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_27960","RpmJ","RplU","rpmJ","rplU","RpmJ","RplU","subtiwiki","224308.BSU27960/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_40890","RpmJ","RpsR","rpmJ","rpsR","RpmJ","RpsR","string-db","224308.BSU40890/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_16490","RpmJ","RpsB","rpmJ","rpsB","RpmJ","RpsB","string-db","224308.BSU16490/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_16040","RpmJ","RplS","rpmJ","rplS","RpmJ","RplS","subtiwiki","224308.BSU16040/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_15820","RpmJ","RpmB","rpmJ","rpmB","RpmJ","RpmB","subtiwiki","224308.BSU15820/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_15990","RpmJ","RpsP","rpmJ","rpsP","RpmJ","RpsP","string-db","224308.BSU15990/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_28580","RpmJ","MutSB","rpmJ","BSU_28580","RpmJ","RqcU","string-db","224308.BSU28580/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_01410","RpmJ","RpsM","rpmJ","rpsM","RpmJ","RpsM","string-db","224308.BSU01410/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_28860","RpmJ","RpmI","rpmJ","rpmI","RpmJ","RpmI","subtiwiki","224308.BSU28860/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_41060","RpmJ","RpmH","rpmJ","rpmH","RpmJ","RpmH","subtiwiki","224308.BSU41060/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_27600","RpmJ","Rsh","rpmJ","BSU_27600","RpmJ","Rel","string-db","224308.BSU27600/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_05610","RpmJ","VmlR","rpmJ","vmlR","RpmJ","VmlR","string-db","224308.BSU05610/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_35310","RpmJ","Hpf","rpmJ","hpf","RpmJ","Hpf","string-db","224308.BSU35310/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_01500","RpmJ","RpsI","rpmJ","rpsI","RpmJ","RpsI","string-db","224308.BSU01500/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_01440","RpmJ","RplQ","rpmJ","rplQ","RpmJ","RplQ","subtiwiki","224308.BSU01440/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_28850","RpmJ","RplT","rpmJ","rplT","RpmJ","RplT","subtiwiki","224308.BSU28850/224308.BSU01400","physical","txid224308" +"BSU_01400","BSU_40500","RpmJ","RplI","rpmJ","BSU_40500","RpmJ","RplI","subtiwiki","224308.BSU40500/224308.BSU01400","physical","txid224308" +"BSU_24900","BSU_29660","RpmGA","RpsD","BSU_24900","rpsD","RpmGA","RpsD","string-db","224308.BSU29660/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_30700","RpmGA","RpmEB","BSU_24900","rpmEB","RpmGA","RpmEB","subtiwiki","224308.BSU24900/224308.BSU30700","physical","txid224308" +"BSU_24900","BSU_01050","RpmGA","RplL","BSU_24900","rplL","RpmGA","RplL","subtiwiki","224308.BSU24900/224308.BSU01050","physical","txid224308" +"BSU_24900","BSU_35310","RpmGA","Hpf","BSU_24900","hpf","RpmGA","Hpf","string-db","224308.BSU35310/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_28580","RpmGA","MutSB","BSU_24900","BSU_28580","RpmGA","RqcU","string-db","224308.BSU28580/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_40910","RpmGA","RpsF","BSU_24900","rpsF","RpmGA","RpsF","string-db","224308.BSU40910/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_27600","RpmGA","Rsh","BSU_24900","BSU_27600","RpmGA","Rel","string-db","224308.BSU27600/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_28860","RpmGA","RpmI","BSU_24900","rpmI","RpmGA","RpmI","subtiwiki","224308.BSU28860/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_40500","RpmGA","RplI","BSU_24900","BSU_40500","RpmGA","RplI","subtiwiki","224308.BSU40500/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_41060","RpmGA","RpmH","BSU_24900","rpmH","RpmGA","RpmH","subtiwiki","224308.BSU24900/224308.BSU41060","physical","txid224308" +"BSU_24900","BSU_27960","RpmGA","RplU","BSU_24900","rplU","RpmGA","RplU","subtiwiki","224308.BSU27960/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_40890","RpmGA","RpsR","BSU_24900","rpsR","RpmGA","RpsR","string-db","224308.BSU40890/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_27940","RpmGA","RpmA","BSU_24900","rpmA","RpmGA","RpmA","subtiwiki","224308.BSU27940/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_28850","RpmGA","RplT","BSU_24900","rplT","RpmGA","RplT","subtiwiki","224308.BSU28850/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_37070","RpmGA","RpmEA","BSU_24900","rpmE","RpmGA","RpmE","subtiwiki","224308.BSU37070/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_25410","RpmGA","RpsU","BSU_24900","BSU_25410","RpmGA","RpsU","string-db","224308.BSU25410/224308.BSU24900","physical","txid224308" +"BSU_24900","BSU_25550","RpmGA","RpsT","BSU_24900","BSU_25550","RpmGA","RpsT","string-db","224308.BSU25550/224308.BSU24900","physical","txid224308" +"BSU_01320","BSU_40890","RplR","RpsR","rplR","rpsR","RplR","RpsR","string-db","224308.BSU40890/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_30700","RplR","RpmEB","rplR","rpmEB","RplR","RpmEB","subtiwiki","224308.BSU01320/224308.BSU30700","physical","txid224308" +"BSU_01320","BSU_00990","RplR","RpmGB","rplR","rpmGB","RplR","RpmGB","subtiwiki","224308.BSU01320/224308.BSU00990","physical","txid224308" +"BSU_01320","BSU_01050","RplR","RplL","rplR","rplL","RplR","RplL","subtiwiki","224308.BSU01320/224308.BSU01050","physical","txid224308" +"BSU_01320","BSU_25550","RplR","RpsT","rplR","BSU_25550","RplR","RpsT","string-db","224308.BSU25550/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_27600","RplR","Rsh","rplR","BSU_27600","RplR","Rel","string-db","224308.BSU27600/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_28580","RplR","MutSB","rplR","BSU_28580","RplR","RqcU","string-db","224308.BSU28580/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_25410","RplR","RpsU","rplR","BSU_25410","RplR","RpsU","string-db","224308.BSU25410/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_40910","RplR","RpsF","rplR","rpsF","RplR","RpsF","string-db","224308.BSU40910/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_16680","RplR","RpsO","rplR","rpsO","RplR","RpsO","string-db","224308.BSU16680/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_35310","RplR","Hpf","rplR","hpf","RplR","Hpf","string-db","224308.BSU35310/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_41060","RplR","RpmH","rplR","rpmH","RplR","RpmH","subtiwiki","224308.BSU01320/224308.BSU41060","physical","txid224308" +"BSU_01320","BSU_01440","RplR","RplQ","rplR","rplQ","RplR","RplQ","subtiwiki","224308.BSU01440/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01490","RplR","RplM","rplR","rplM","RplR","RplM","subtiwiki","224308.BSU01320/224308.BSU01490","physical","txid224308" +"BSU_01320","BSU_15820","RplR","RpmB","rplR","rpmB","RplR","RpmB","subtiwiki","224308.BSU15820/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_15640","RplR","YloA","rplR","rqcH","RplR","RqcH","string-db","224308.BSU15640/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_28850","RplR","RplT","rplR","rplT","RplR","RplT","subtiwiki","224308.BSU28850/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01410","RplR","RpsM","rplR","rpsM","RplR","RpsM","string-db","224308.BSU01410/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_05610","RplR","VmlR","rplR","vmlR","RplR","VmlR","string-db","224308.BSU05610/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01400","RplR","RpmJ","rplR","rpmJ","RplR","RpmJ","subtiwiki","224308.BSU01320/224308.BSU01400","physical","txid224308" +"BSU_01320","BSU_01500","RplR","RpsI","rplR","rpsI","RplR","RpsI","string-db","224308.BSU01500/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_28860","RplR","RpmI","rplR","rpmI","RplR","RpmI","subtiwiki","224308.BSU28860/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_23880","RplR","MifM","rplR","mifM","RplR","MifM","string-db","224308.BSU23880/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_15080","RplR","RpmF","rplR","rpmF","RplR","RpmF","subtiwiki","224308.BSU15080/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01330","RplR","RpsE","rplR","rpsE","RplR","RpsE","string-db","224308.BSU01330/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_15980","RplR","Ffh","rplR","ffh","RplR","Ffh","string-db","224308.BSU15980/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_29660","RplR","RpsD","rplR","rpsD","RplR","RpsD","string-db","224308.BSU29660/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01420","RplR","RpsK","rplR","rpsK","RplR","RpsK","string-db","224308.BSU01420/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_16050","RplR","RbgA","rplR","BSU_16050","RplR","RbgA","string-db","224308.BSU16050/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_40500","RplR","RplI","rplR","BSU_40500","RplR","RplI","subtiwiki","224308.BSU40500/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_27940","RplR","RpmA","rplR","rpmA","RplR","RpmA","subtiwiki","224308.BSU27940/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_16490","RplR","RpsB","rplR","rpsB","RplR","RpsB","string-db","224308.BSU16490/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_16040","RplR","RplS","rplR","rplS","RplR","RplS","subtiwiki","224308.BSU16040/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_27960","RplR","RplU","rplR","rplU","RplR","RplU","subtiwiki","224308.BSU27960/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_37070","RplR","RpmEA","rplR","rpmE","RplR","RpmE","subtiwiki","224308.BSU37070/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_01350","RplR","RplO","rplR","rplO","RplR","RplO","subtiwiki","224308.BSU01320/224308.BSU01350","physical","txid224308" +"BSU_01320","BSU_15990","RplR","RpsP","rplR","rpsP","RplR","RpsP","string-db","224308.BSU15990/224308.BSU01320","physical","txid224308" +"BSU_01320","BSU_24900","RplR","RpmGA","rplR","BSU_24900","RplR","RpmGA","subtiwiki","224308.BSU01320/224308.BSU24900","physical","txid224308" +"BSU_01320","BSU_01340","RplR","RpmD","rplR","rpmD","RplR","RpmD","subtiwiki","224308.BSU01340/224308.BSU01320","physical","txid224308" +"BSU_01040","BSU_16040","RplJ","RplS","rplJ","rplS","RplJ","RplS","subtiwiki","224308.BSU16040/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_00990","RplJ","RpmGB","rplJ","rpmGB","RplJ","RpmGB","subtiwiki","224308.BSU01040/224308.BSU00990","physical","txid224308" +"BSU_01040","BSU_01050","RplJ","RplL","rplJ","rplL","RplJ","RplL","subtiwiki","224308.BSU01040/224308.BSU01050","physical","txid224308" +"BSU_01040","BSU_30700","RplJ","RpmEB","rplJ","rpmEB","RplJ","RpmEB","subtiwiki","224308.BSU01040/224308.BSU30700","physical","txid224308" +"BSU_01040","BSU_01280","RplJ","RplE","rplJ","rplE","RplJ","RplE","subtiwiki","224308.BSU01040/224308.BSU01280","physical","txid224308" +"BSU_01040","BSU_01270","RplJ","RplX","rplJ","rplX","RplJ","RplX","subtiwiki","224308.BSU01040/224308.BSU01270","physical","txid224308" +"BSU_01040","BSU_40890","RplJ","RpsR","rplJ","rpsR","RplJ","RpsR","string-db","224308.BSU40890/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_15990","RplJ","RpsP","rplJ","rpsP","RplJ","RpsP","string-db","224308.BSU15990/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_15980","RplJ","Ffh","rplJ","ffh","RplJ","Ffh","string-db","224308.BSU15980/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01210","RplJ","RplV","rplJ","rplV","RplJ","RplV","subtiwiki","224308.BSU01040/224308.BSU01210","physical","txid224308" +"BSU_01040","BSU_01170","RplJ","RplD","rplJ","rplD","RplJ","RplD","subtiwiki","224308.BSU01170/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_40500","RplJ","RplI","rplJ","BSU_40500","RplJ","RplI","subtiwiki","224308.BSU40500/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_29660","RplJ","RpsD","rplJ","rpsD","RplJ","RpsD","string-db","224308.BSU29660/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_15820","RplJ","RpmB","rplJ","rpmB","RplJ","RpmB","subtiwiki","224308.BSU01040/224308.BSU15820","physical","txid224308" +"BSU_01040","BSU_01190","RplJ","RplB","rplJ","rplB","RplJ","RplB","subtiwiki","224308.BSU01040/224308.BSU01190","physical","txid224308" +"BSU_01040","BSU_01500","RplJ","RpsI","rplJ","rpsI","RplJ","RpsI","string-db","224308.BSU01500/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01180","RplJ","RplW","rplJ","rplW","RplJ","RplW","subtiwiki","224308.BSU01040/224308.BSU01180","physical","txid224308" +"BSU_01040","BSU_01410","RplJ","RpsM","rplJ","rpsM","RplJ","RpsM","string-db","224308.BSU01410/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_15640","RplJ","YloA","rplJ","rqcH","RplJ","RqcH","string-db","224308.BSU15640/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01300","RplJ","RpsH","rplJ","rpsH","RplJ","RpsH","string-db","224308.BSU01300/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01320","RplJ","RplR","rplJ","rplR","RplJ","RplR","subtiwiki","224308.BSU01040/224308.BSU01320","physical","txid224308" +"BSU_01040","BSU_25550","RplJ","RpsT","rplJ","BSU_25550","RplJ","RpsT","string-db","224308.BSU25550/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01240","RplJ","RpmC","rplJ","rpmC","RplJ","RpmC","subtiwiki","224308.BSU01240/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01350","RplJ","RplO","rplJ","rplO","RplJ","RplO","subtiwiki","224308.BSU01040/224308.BSU01350","physical","txid224308" +"BSU_01040","BSU_01100","RplJ","RpsL","rplJ","rpsL","RplJ","RpsL","string-db","224308.BSU01100/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_24900","RplJ","RpmGA","rplJ","BSU_24900","RplJ","RpmGA","subtiwiki","224308.BSU01040/224308.BSU24900","physical","txid224308" +"BSU_01040","BSU_01440","RplJ","RplQ","rplJ","rplQ","RplJ","RplQ","subtiwiki","224308.BSU01440/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_37070","RplJ","RpmEA","rplJ","rpmE","RplJ","RpmE","subtiwiki","224308.BSU37070/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01220","RplJ","RpsC","rplJ","rpsC","RplJ","RpsC","string-db","224308.BSU01220/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01110","RplJ","RpsG","rplJ","rpsG","RplJ","RpsG","string-db","224308.BSU01110/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01330","RplJ","RpsE","rplJ","rpsE","RplJ","RpsE","string-db","224308.BSU01330/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01160","RplJ","RplC","rplJ","rplC","RplJ","RplC","subtiwiki","224308.BSU01040/224308.BSU01160","physical","txid224308" +"BSU_01040","BSU_16680","RplJ","RpsO","rplJ","rpsO","RplJ","RpsO","string-db","224308.BSU16680/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01340","RplJ","RpmD","rplJ","rpmD","RplJ","RpmD","subtiwiki","224308.BSU01040/224308.BSU01340","physical","txid224308" +"BSU_01040","BSU_01150","RplJ","RpsJ","rplJ","rpsJ","RplJ","RpsJ","string-db","224308.BSU01150/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_16490","RplJ","RpsB","rplJ","rpsB","RplJ","RpsB","string-db","224308.BSU16490/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_35310","RplJ","Hpf","rplJ","hpf","RplJ","Hpf","string-db","224308.BSU35310/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_28850","RplJ","RplT","rplJ","rplT","RplJ","RplT","subtiwiki","224308.BSU01040/224308.BSU28850","physical","txid224308" +"BSU_01040","BSU_01420","RplJ","RpsK","rplJ","rpsK","RplJ","RpsK","string-db","224308.BSU01420/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01260","RplJ","RplNA","rplJ","rplN","RplJ","RplN","subtiwiki","224308.BSU01260/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_40910","RplJ","RpsF","rplJ","rpsF","RplJ","RpsF","string-db","224308.BSU40910/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_15080","RplJ","RpmF","rplJ","rpmF","RplJ","RpmF","subtiwiki","224308.BSU01040/224308.BSU15080","physical","txid224308" +"BSU_01040","BSU_27940","RplJ","RpmA","rplJ","rpmA","RplJ","RpmA","subtiwiki","224308.BSU27940/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_41060","RplJ","RpmH","rplJ","rpmH","RplJ","RpmH","subtiwiki","224308.BSU01040/224308.BSU41060","physical","txid224308" +"BSU_01040","BSU_27960","RplJ","RplU","rplJ","rplU","RplJ","RplU","subtiwiki","224308.BSU27960/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01310","RplJ","RplF","rplJ","rplF","RplJ","RplF","subtiwiki","224308.BSU01310/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01200","RplJ","RpsS","rplJ","rpsS","RplJ","RpsS","string-db","224308.BSU01200/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_28190","RplJ","YsxC","rplJ","ysxC","RplJ","YsxC","string-db","224308.BSU28190/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01250","RplJ","RpsQ","rplJ","rpsQ","RplJ","RpsQ","string-db","224308.BSU01250/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_29740","RplJ","CcpA","rplJ","ccpA","RplJ","CcpA","string-db","224308.BSU29740/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01400","RplJ","RpmJ","rplJ","rpmJ","RplJ","RpmJ","subtiwiki","224308.BSU01040/224308.BSU01400","physical","txid224308" +"BSU_01040","BSU_01290","RplJ","RpsNA","rplJ","rpsN","RplJ","RpsN","string-db","224308.BSU01290/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_23880","RplJ","MifM","rplJ","mifM","RplJ","MifM","string-db","224308.BSU23880/224308.BSU01040","physical","txid224308" +"BSU_01040","BSU_01490","RplJ","RplM","rplJ","rplM","RplJ","RplM","subtiwiki","224308.BSU01040/224308.BSU01490","physical","txid224308" +"BSU_01040","BSU_28860","RplJ","RpmI","rplJ","rpmI","RplJ","RpmI","subtiwiki","224308.BSU01040/224308.BSU28860","physical","txid224308" +"BSU_01040","BSU_01230","RplJ","RplP","rplJ","rplP","RplJ","RplP","subtiwiki","224308.BSU01040/224308.BSU01230","physical","txid224308" +"BSU_01180","BSU_15820","RplW","RpmB","rplW","rpmB","RplW","RpmB","subtiwiki","224308.BSU01180/224308.BSU15820","physical","txid224308" +"BSU_01180","BSU_35650","RplW","TagU","rplW","tagU","RplW","TagU","subtiwiki","224308.BSU01180/224308.BSU35650","physical","txid224308" +"BSU_01180","BSU_00990","RplW","RpmGB","rplW","rpmGB","RplW","RpmGB","subtiwiki","224308.BSU01180/224308.BSU00990","physical","txid224308" +"BSU_01180","BSU_01050","RplW","RplL","rplW","rplL","RplW","RplL","subtiwiki","224308.BSU01180/224308.BSU01050","physical","txid224308" +"BSU_01180","BSU_30700","RplW","RpmEB","rplW","rpmEB","RplW","RpmEB","subtiwiki","224308.BSU01180/224308.BSU30700","physical","txid224308" +"BSU_01180","BSU_28230","RplW","Tig","rplW","tig","RplW","Tig","subtiwiki","224308.BSU01180/224308.BSU28230","physical","txid224308" +"BSU_01180","BSU_01330","RplW","RpsE","rplW","rpsE","RplW","RpsE","string-db","224308.BSU01330/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01280","RplW","RplE","rplW","rplE","RplW","RplE","subtiwiki","224308.BSU01180/224308.BSU01280","physical","txid224308" +"BSU_01180","BSU_01290","RplW","RpsNA","rplW","rpsN","RplW","RpsN","string-db","224308.BSU01290/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01440","RplW","RplQ","rplW","rplQ","RplW","RplQ","subtiwiki","224308.BSU01440/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01260","RplW","RplNA","rplW","rplN","RplW","RplN","subtiwiki","224308.BSU01260/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_05610","RplW","VmlR","rplW","vmlR","RplW","VmlR","string-db","224308.BSU05610/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01490","RplW","RplM","rplW","rplM","RplW","RplM","subtiwiki","224308.BSU01180/224308.BSU01490","physical","txid224308" +"BSU_01180","BSU_01210","RplW","RplV","rplW","rplV","RplW","RplV","subtiwiki","224308.BSU01180/224308.BSU01210","physical","txid224308" +"BSU_01180","BSU_37070","RplW","RpmEA","rplW","rpmE","RplW","RpmE","subtiwiki","224308.BSU37070/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_15990","RplW","RpsP","rplW","rpsP","RplW","RpsP","string-db","224308.BSU15990/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_28850","RplW","RplT","rplW","rplT","RplW","RplT","subtiwiki","224308.BSU01180/224308.BSU28850","physical","txid224308" +"BSU_01180","BSU_41060","RplW","RpmH","rplW","rpmH","RplW","RpmH","subtiwiki","224308.BSU01180/224308.BSU41060","physical","txid224308" +"BSU_01180","BSU_40910","RplW","RpsF","rplW","rpsF","RplW","RpsF","string-db","224308.BSU40910/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_15080","RplW","RpmF","rplW","rpmF","RplW","RpmF","subtiwiki","224308.BSU01180/224308.BSU15080","physical","txid224308" +"BSU_01180","BSU_23880","RplW","MifM","rplW","mifM","RplW","MifM","subtiwiki","224308.BSU23880/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_19660","RplW","YozD","rplW","BSU_19660","RplW","YozD","string-db","224308.BSU19660/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01300","RplW","RpsH","rplW","rpsH","RplW","RpsH","string-db","224308.BSU01300/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_25410","RplW","RpsU","rplW","BSU_25410","RplW","RpsU","string-db","224308.BSU25410/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01500","RplW","RpsI","rplW","rpsI","RplW","RpsI","string-db","224308.BSU01500/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_35310","RplW","Hpf","rplW","hpf","RplW","Hpf","string-db","224308.BSU35310/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_24900","RplW","RpmGA","rplW","BSU_24900","RplW","RpmGA","subtiwiki","224308.BSU01180/224308.BSU24900","physical","txid224308" +"BSU_01180","BSU_28190","RplW","YsxC","rplW","ysxC","RplW","YsxC","string-db","224308.BSU28190/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01320","RplW","RplR","rplW","rplR","RplW","RplR","subtiwiki","224308.BSU01180/224308.BSU01320","physical","txid224308" +"BSU_01180","BSU_16680","RplW","RpsO","rplW","rpsO","RplW","RpsO","string-db","224308.BSU16680/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_16050","RplW","RbgA","rplW","BSU_16050","RplW","RbgA","string-db","224308.BSU16050/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_27960","RplW","RplU","rplW","rplU","RplW","RplU","subtiwiki","224308.BSU27960/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01190","RplW","RplB","rplW","rplB","RplW","RplB","subtiwiki","224308.BSU01180/224308.BSU01190","physical","txid224308" +"BSU_01180","BSU_01350","RplW","RplO","rplW","rplO","RplW","RplO","subtiwiki","224308.BSU01180/224308.BSU01350","physical","txid224308" +"BSU_01180","BSU_40890","RplW","RpsR","rplW","rpsR","RplW","RpsR","string-db","224308.BSU40890/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01410","RplW","RpsM","rplW","rpsM","RplW","RpsM","string-db","224308.BSU01410/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_40500","RplW","RplI","rplW","BSU_40500","RplW","RplI","subtiwiki","224308.BSU40500/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01400","RplW","RpmJ","rplW","rpmJ","RplW","RpmJ","subtiwiki","224308.BSU01180/224308.BSU01400","physical","txid224308" +"BSU_01180","BSU_15980","RplW","Ffh","rplW","ffh","RplW","Ffh","string-db","224308.BSU15980/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01250","RplW","RpsQ","rplW","rpsQ","RplW","RpsQ","string-db","224308.BSU01250/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_28580","RplW","MutSB","rplW","BSU_28580","RplW","RqcU","string-db","224308.BSU28580/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01420","RplW","RpsK","rplW","rpsK","RplW","RpsK","string-db","224308.BSU01420/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01240","RplW","RpmC","rplW","rpmC","RplW","RpmC","subtiwiki","224308.BSU01240/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01310","RplW","RplF","rplW","rplF","RplW","RplF","subtiwiki","224308.BSU01310/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_27940","RplW","RpmA","rplW","rpmA","RplW","RpmA","subtiwiki","224308.BSU27940/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_27600","RplW","Rsh","rplW","BSU_27600","RplW","Rel","string-db","224308.BSU27600/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_16040","RplW","RplS","rplW","rplS","RplW","RplS","subtiwiki","224308.BSU16040/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_29660","RplW","RpsD","rplW","rpsD","RplW","RpsD","string-db","224308.BSU29660/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_25550","RplW","RpsT","rplW","BSU_25550","RplW","RpsT","string-db","224308.BSU25550/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01340","RplW","RpmD","rplW","rpmD","RplW","RpmD","subtiwiki","224308.BSU01180/224308.BSU01340","physical","txid224308" +"BSU_01180","BSU_01230","RplW","RplP","rplW","rplP","RplW","RplP","subtiwiki","224308.BSU01180/224308.BSU01230","physical","txid224308" +"BSU_01180","BSU_15640","RplW","YloA","rplW","rqcH","RplW","RqcH","string-db","224308.BSU15640/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_28860","RplW","RpmI","rplW","rpmI","RplW","RpmI","subtiwiki","224308.BSU01180/224308.BSU28860","physical","txid224308" +"BSU_01180","BSU_01200","RplW","RpsS","rplW","rpsS","RplW","RpsS","string-db","224308.BSU01200/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_01270","RplW","RplX","rplW","rplX","RplW","RplX","subtiwiki","224308.BSU01180/224308.BSU01270","physical","txid224308" +"BSU_01180","BSU_01220","RplW","RpsC","rplW","rpsC","RplW","RpsC","string-db","224308.BSU01220/224308.BSU01180","physical","txid224308" +"BSU_01180","BSU_16490","RplW","RpsB","rplW","rpsB","RplW","RpsB","string-db","224308.BSU16490/224308.BSU01180","physical","txid224308" +"BSU_01190","BSU_01490","RplB","RplM","rplB","rplM","RplB","RplM","subtiwiki","224308.BSU01190/224308.BSU01490","physical","txid224308" +"BSU_01190","BSU_28230","RplB","Tig","rplB","tig","RplB","Tig","subtiwiki","224308.BSU01190/224308.BSU28230","physical","txid224308" +"BSU_01190","BSU_30700","RplB","RpmEB","rplB","rpmEB","RplB","RpmEB","subtiwiki","224308.BSU01190/224308.BSU30700","physical","txid224308" +"BSU_01190","BSU_00990","RplB","RpmGB","rplB","rpmGB","RplB","RpmGB","subtiwiki","224308.BSU01190/224308.BSU00990","physical","txid224308" +"BSU_01190","BSU_01050","RplB","RplL","rplB","rplL","RplB","RplL","subtiwiki","224308.BSU01190/224308.BSU01050","physical","txid224308" +"BSU_01190","BSU_27960","RplB","RplU","rplB","rplU","RplB","RplU","subtiwiki","224308.BSU27960/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01330","RplB","RpsE","rplB","rpsE","RplB","RpsE","string-db","224308.BSU01330/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01250","RplB","RpsQ","rplB","rpsQ","RplB","RpsQ","subtiwiki","224308.BSU01250/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01340","RplB","RpmD","rplB","rpmD","RplB","RpmD","subtiwiki","224308.BSU01340/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_16490","RplB","RpsB","rplB","rpsB","RplB","RpsB","string-db","224308.BSU16490/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_40500","RplB","RplI","rplB","BSU_40500","RplB","RplI","subtiwiki","224308.BSU40500/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01210","RplB","RplV","rplB","rplV","RplB","RplV","subtiwiki","224308.BSU01190/224308.BSU01210","physical","txid224308" +"BSU_01190","BSU_15820","RplB","RpmB","rplB","rpmB","RplB","RpmB","subtiwiki","224308.BSU01190/224308.BSU15820","physical","txid224308" +"BSU_01190","BSU_27600","RplB","Rsh","rplB","BSU_27600","RplB","Rel","string-db","224308.BSU27600/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_16050","RplB","RbgA","rplB","BSU_16050","RplB","RbgA","string-db","224308.BSU16050/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01410","RplB","RpsM","rplB","rpsM","RplB","RpsM","string-db","224308.BSU01410/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_29740","RplB","CcpA","rplB","ccpA","RplB","CcpA","string-db","224308.BSU29740/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_05610","RplB","VmlR","rplB","vmlR","RplB","VmlR","string-db","224308.BSU05610/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01350","RplB","RplO","rplB","rplO","RplB","RplO","subtiwiki","224308.BSU01190/224308.BSU01350","physical","txid224308" +"BSU_01190","BSU_40910","RplB","RpsF","rplB","rpsF","RplB","RpsF","string-db","224308.BSU40910/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_28850","RplB","RplT","rplB","rplT","RplB","RplT","subtiwiki","224308.BSU28850/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01440","RplB","RplQ","rplB","rplQ","RplB","RplQ","subtiwiki","224308.BSU01440/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01300","RplB","RpsH","rplB","rpsH","RplB","RpsH","string-db","224308.BSU01300/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_15990","RplB","RpsP","rplB","rpsP","RplB","RpsP","string-db","224308.BSU15990/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_15640","RplB","YloA","rplB","rqcH","RplB","RqcH","string-db","224308.BSU15640/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01200","RplB","RpsS","rplB","rpsS","RplB","RpsS","string-db","224308.BSU01200/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01310","RplB","RplF","rplB","rplF","RplB","RplF","subtiwiki","224308.BSU01310/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_29660","RplB","RpsD","rplB","rpsD","RplB","RpsD","string-db","224308.BSU29660/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_40890","RplB","RpsR","rplB","rpsR","RplB","RpsR","string-db","224308.BSU40890/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01280","RplB","RplE","rplB","rplE","RplB","RplE","subtiwiki","224308.BSU01190/224308.BSU01280","physical","txid224308" +"BSU_01190","BSU_35310","RplB","Hpf","rplB","hpf","RplB","Hpf","string-db","224308.BSU35310/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01240","RplB","RpmC","rplB","rpmC","RplB","RpmC","subtiwiki","224308.BSU01240/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_23880","RplB","MifM","rplB","mifM","RplB","MifM","string-db","224308.BSU23880/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_28860","RplB","RpmI","rplB","rpmI","RplB","RpmI","subtiwiki","224308.BSU28860/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_37070","RplB","RpmEA","rplB","rpmE","RplB","RpmE","subtiwiki","224308.BSU37070/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_24900","RplB","RpmGA","rplB","BSU_24900","RplB","RpmGA","subtiwiki","224308.BSU01190/224308.BSU24900","physical","txid224308" +"BSU_01190","BSU_25550","RplB","RpsT","rplB","BSU_25550","RplB","RpsT","string-db","224308.BSU25550/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_25410","RplB","RpsU","rplB","BSU_25410","RplB","RpsU","subtiwiki","224308.BSU25410/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_15080","RplB","RpmF","rplB","rpmF","RplB","RpmF","subtiwiki","224308.BSU15080/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_27940","RplB","RpmA","rplB","rpmA","RplB","RpmA","subtiwiki","224308.BSU27940/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01270","RplB","RplX","rplB","rplX","RplB","RplX","subtiwiki","224308.BSU01270/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01220","RplB","RpsC","rplB","rpsC","RplB","RpsC","string-db","224308.BSU01220/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_16040","RplB","RplS","rplB","rplS","RplB","RplS","subtiwiki","224308.BSU16040/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01420","RplB","RpsK","rplB","rpsK","RplB","RpsK","string-db","224308.BSU01420/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01400","RplB","RpmJ","rplB","rpmJ","RplB","RpmJ","subtiwiki","224308.BSU01190/224308.BSU01400","physical","txid224308" +"BSU_01190","BSU_01320","RplB","RplR","rplB","rplR","RplB","RplR","subtiwiki","224308.BSU01190/224308.BSU01320","physical","txid224308" +"BSU_01190","BSU_28580","RplB","MutSB","rplB","BSU_28580","RplB","RqcU","string-db","224308.BSU28580/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01500","RplB","RpsI","rplB","rpsI","RplB","RpsI","string-db","224308.BSU01500/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_41060","RplB","RpmH","rplB","rpmH","RplB","RpmH","subtiwiki","224308.BSU01190/224308.BSU41060","physical","txid224308" +"BSU_01190","BSU_01290","RplB","RpsNA","rplB","rpsN","RplB","RpsN","string-db","224308.BSU01290/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_16680","RplB","RpsO","rplB","rpsO","RplB","RpsO","string-db","224308.BSU16680/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01230","RplB","RplP","rplB","rplP","RplB","RplP","subtiwiki","224308.BSU01190/224308.BSU01230","physical","txid224308" +"BSU_01190","BSU_15980","RplB","Ffh","rplB","ffh","RplB","Ffh","string-db","224308.BSU15980/224308.BSU01190","physical","txid224308" +"BSU_01190","BSU_01260","RplB","RplNA","rplB","rplN","RplB","RplN","subtiwiki","224308.BSU01260/224308.BSU01190","physical","txid224308" +"BSU_15080","BSU_16050","RpmF","RbgA","rpmF","BSU_16050","RpmF","RbgA","string-db","224308.BSU16050/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_27380","RpmF","YrzB","rpmF","yrzB","RpmF","YrzB","subtiwiki","224308.BSU15080/224308.BSU27380","physical","txid224308" +"BSU_15080","BSU_00990","RpmF","RpmGB","rpmF","rpmGB","RpmF","RpmGB","subtiwiki","224308.BSU15080/224308.BSU00990","physical","txid224308" +"BSU_15080","BSU_01050","RpmF","RplL","rpmF","rplL","RpmF","RplL","subtiwiki","224308.BSU15080/224308.BSU01050","physical","txid224308" +"BSU_15080","BSU_30700","RpmF","RpmEB","rpmF","rpmEB","RpmF","RpmEB","subtiwiki","224308.BSU15080/224308.BSU30700","physical","txid224308" +"BSU_15080","BSU_37070","RpmF","RpmEA","rpmF","rpmE","RpmF","RpmE","subtiwiki","224308.BSU37070/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_28850","RpmF","RplT","rpmF","rplT","RpmF","RplT","subtiwiki","224308.BSU28850/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_15640","RpmF","YloA","rpmF","rqcH","RpmF","RqcH","string-db","224308.BSU15640/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_40500","RpmF","RplI","rpmF","BSU_40500","RpmF","RplI","subtiwiki","224308.BSU40500/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_27600","RpmF","Rsh","rpmF","BSU_27600","RpmF","Rel","string-db","224308.BSU27600/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_15990","RpmF","RpsP","rpmF","rpsP","RpmF","RpsP","string-db","224308.BSU15990/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_16040","RpmF","RplS","rpmF","rplS","RpmF","RplS","subtiwiki","224308.BSU16040/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_25550","RpmF","RpsT","rpmF","BSU_25550","RpmF","RpsT","string-db","224308.BSU25550/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_15820","RpmF","RpmB","rpmF","rpmB","RpmF","RpmB","subtiwiki","224308.BSU15080/224308.BSU15820","physical","txid224308" +"BSU_15080","BSU_40910","RpmF","RpsF","rpmF","rpsF","RpmF","RpsF","string-db","224308.BSU40910/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_27960","RpmF","RplU","rpmF","rplU","RpmF","RplU","subtiwiki","224308.BSU27960/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_35310","RpmF","Hpf","rpmF","hpf","RpmF","Hpf","string-db","224308.BSU35310/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_41060","RpmF","RpmH","rpmF","rpmH","RpmF","RpmH","subtiwiki","224308.BSU15080/224308.BSU41060","physical","txid224308" +"BSU_15080","BSU_29660","RpmF","RpsD","rpmF","rpsD","RpmF","RpsD","subtiwiki","224308.BSU29660/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_28860","RpmF","RpmI","rpmF","rpmI","RpmF","RpmI","subtiwiki","224308.BSU28860/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_23880","RpmF","MifM","rpmF","mifM","RpmF","MifM","string-db","224308.BSU23880/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_28580","RpmF","MutSB","rpmF","BSU_28580","RpmF","RqcU","string-db","224308.BSU28580/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_15980","RpmF","Ffh","rpmF","ffh","RpmF","Ffh","string-db","224308.BSU15980/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_16490","RpmF","RpsB","rpmF","rpsB","RpmF","RpsB","string-db","224308.BSU16490/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_40890","RpmF","RpsR","rpmF","rpsR","RpmF","RpsR","string-db","224308.BSU40890/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_27940","RpmF","RpmA","rpmF","rpmA","RpmF","RpmA","subtiwiki","224308.BSU27940/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_25410","RpmF","RpsU","rpmF","BSU_25410","RpmF","RpsU","subtiwiki","224308.BSU25410/224308.BSU15080","physical","txid224308" +"BSU_15080","BSU_24900","RpmF","RpmGA","rpmF","BSU_24900","RpmF","RpmGA","subtiwiki","224308.BSU15080/224308.BSU24900","physical","txid224308" +"BSU_15080","BSU_16680","RpmF","RpsO","rpmF","rpsO","RpmF","RpsO","string-db","224308.BSU16680/224308.BSU15080","physical","txid224308" +"BSU_28850","BSU_28860","RplT","RpmI","rplT","rpmI","RplT","RpmI","subtiwiki","224308.BSU28860/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_27380","RplT","YrzB","rplT","yrzB","RplT","YrzB","subtiwiki","224308.BSU28850/224308.BSU27380","physical","txid224308" +"BSU_28850","BSU_00990","RplT","RpmGB","rplT","rpmGB","RplT","RpmGB","subtiwiki","224308.BSU28850/224308.BSU00990","physical","txid224308" +"BSU_28850","BSU_30700","RplT","RpmEB","rplT","rpmEB","RplT","RpmEB","subtiwiki","224308.BSU28850/224308.BSU30700","physical","txid224308" +"BSU_28850","BSU_01050","RplT","RplL","rplT","rplL","RplT","RplL","subtiwiki","224308.BSU28850/224308.BSU01050","physical","txid224308" +"BSU_28850","BSU_35310","RplT","Hpf","rplT","hpf","RplT","Hpf","string-db","224308.BSU35310/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_40890","RplT","RpsR","rplT","rpsR","RplT","RpsR","string-db","224308.BSU40890/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_40500","RplT","RplI","rplT","BSU_40500","RplT","RplI","subtiwiki","224308.BSU40500/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_40910","RplT","RpsF","rplT","rpsF","RplT","RpsF","string-db","224308.BSU40910/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_33950","RplT","CggR","rplT","cggR","RplT","CggR","string-db","224308.BSU33950/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_29660","RplT","RpsD","rplT","rpsD","RplT","RpsD","string-db","224308.BSU29660/224308.BSU28850","physical","txid224308" +"BSU_28850","BSU_41060","RplT","RpmH","rplT","rpmH","RplT","RpmH","subtiwiki","224308.BSU28850/224308.BSU41060","physical","txid224308" +"BSU_28850","BSU_37070","RplT","RpmEA","rplT","rpmE","RplT","RpmE","subtiwiki","224308.BSU37070/224308.BSU28850","physical","txid224308" +"BSU_01210","BSU_15080","RplV","RpmF","rplV","rpmF","RplV","RpmF","subtiwiki","224308.BSU15080/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_29660","RplV","RpsD","rplV","rpsD","RplV","RpsD","string-db","224308.BSU29660/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_40910","RplV","RpsF","rplV","rpsF","RplV","RpsF","string-db","224308.BSU40910/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01420","RplV","RpsK","rplV","rpsK","RplV","RpsK","string-db","224308.BSU01420/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_16680","RplV","RpsO","rplV","rpsO","RplV","RpsO","string-db","224308.BSU16680/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_35310","RplV","Hpf","rplV","hpf","RplV","Hpf","string-db","224308.BSU35310/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_24900","RplV","RpmGA","rplV","BSU_24900","RplV","RpmGA","subtiwiki","224308.BSU24900/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01410","RplV","RpsM","rplV","rpsM","RplV","RpsM","string-db","224308.BSU01410/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01220","RplV","RpsC","rplV","rpsC","RplV","RpsC","string-db","224308.BSU01220/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01280","RplV","RplE","rplV","rplE","RplV","RplE","subtiwiki","224308.BSU01280/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01250","RplV","RpsQ","rplV","rpsQ","RplV","RpsQ","string-db","224308.BSU01250/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_27600","RplV","Rsh","rplV","BSU_27600","RplV","Rel","string-db","224308.BSU27600/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_25550","RplV","RpsT","rplV","BSU_25550","RplV","RpsT","string-db","224308.BSU25550/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_28580","RplV","MutSB","rplV","BSU_28580","RplV","RqcU","string-db","224308.BSU28580/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_16050","RplV","RbgA","rplV","BSU_16050","RplV","RbgA","string-db","224308.BSU16050/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01490","RplV","RplM","rplV","rplM","RplV","RplM","subtiwiki","224308.BSU01490/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_16490","RplV","RpsB","rplV","rpsB","RplV","RpsB","string-db","224308.BSU16490/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01260","RplV","RplNA","rplV","rplN","RplV","RplN","subtiwiki","224308.BSU01260/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_27960","RplV","RplU","rplV","rplU","RplV","RplU","subtiwiki","224308.BSU27960/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01330","RplV","RpsE","rplV","rpsE","RplV","RpsE","string-db","224308.BSU01330/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_15820","RplV","RpmB","rplV","rpmB","RplV","RpmB","subtiwiki","224308.BSU15820/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_40500","RplV","RplI","rplV","BSU_40500","RplV","RplI","subtiwiki","224308.BSU40500/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01340","RplV","RpmD","rplV","rpmD","RplV","RpmD","subtiwiki","224308.BSU01340/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01270","RplV","RplX","rplV","rplX","RplV","RplX","subtiwiki","224308.BSU01270/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01290","RplV","RpsNA","rplV","rpsN","RplV","RpsN","string-db","224308.BSU01290/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_15640","RplV","YloA","rplV","rqcH","RplV","RqcH","string-db","224308.BSU15640/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01440","RplV","RplQ","rplV","rplQ","RplV","RplQ","subtiwiki","224308.BSU01440/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_28850","RplV","RplT","rplV","rplT","RplV","RplT","subtiwiki","224308.BSU28850/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01350","RplV","RplO","rplV","rplO","RplV","RplO","subtiwiki","224308.BSU01350/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_37070","RplV","RpmEA","rplV","rpmE","RplV","RpmE","subtiwiki","224308.BSU37070/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_27940","RplV","RpmA","rplV","rpmA","RplV","RpmA","subtiwiki","224308.BSU27940/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_40890","RplV","RpsR","rplV","rpsR","RplV","RpsR","string-db","224308.BSU40890/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_15990","RplV","RpsP","rplV","rpsP","RplV","RpsP","string-db","224308.BSU15990/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01500","RplV","RpsI","rplV","rpsI","RplV","RpsI","string-db","224308.BSU01500/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_25410","RplV","RpsU","rplV","BSU_25410","RplV","RpsU","string-db","224308.BSU25410/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_16040","RplV","RplS","rplV","rplS","RplV","RplS","subtiwiki","224308.BSU16040/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01230","RplV","RplP","rplV","rplP","RplV","RplP","subtiwiki","224308.BSU01230/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01310","RplV","RplF","rplV","rplF","RplV","RplF","subtiwiki","224308.BSU01310/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01400","RplV","RpmJ","rplV","rpmJ","RplV","RpmJ","subtiwiki","224308.BSU01210/224308.BSU01400","physical","txid224308" +"BSU_01210","BSU_23880","RplV","MifM","rplV","mifM","RplV","MifM","subtiwiki","224308.BSU23880/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01240","RplV","RpmC","rplV","rpmC","RplV","RpmC","subtiwiki","224308.BSU01240/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_28860","RplV","RpmI","rplV","rpmI","RplV","RpmI","subtiwiki","224308.BSU28860/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_15980","RplV","Ffh","rplV","ffh","RplV","Ffh","string-db","224308.BSU15980/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_41060","RplV","RpmH","rplV","rpmH","RplV","RpmH","subtiwiki","224308.BSU41060/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01320","RplV","RplR","rplV","rplR","RplV","RplR","subtiwiki","224308.BSU01320/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_05610","RplV","VmlR","rplV","vmlR","RplV","VmlR","string-db","224308.BSU05610/224308.BSU01210","physical","txid224308" +"BSU_01210","BSU_01300","RplV","RpsH","rplV","rpsH","RplV","RpsH","string-db","224308.BSU01300/224308.BSU01210","physical","txid224308" +"BSU_01440","BSU_35310","RplQ","Hpf","rplQ","hpf","RplQ","Hpf","string-db","224308.BSU35310/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_01380","RplQ","Map","rplQ","map","RplQ","Map","subtiwiki","224308.BSU01440/224308.BSU01380","physical","txid224308" +"BSU_01440","BSU_00990","RplQ","RpmGB","rplQ","rpmGB","RplQ","RpmGB","subtiwiki","224308.BSU01440/224308.BSU00990","physical","txid224308" +"BSU_01440","BSU_30700","RplQ","RpmEB","rplQ","rpmEB","RplQ","RpmEB","subtiwiki","224308.BSU01440/224308.BSU30700","physical","txid224308" +"BSU_01440","BSU_00520","RplQ","Ctc","rplQ","ctc","RplQ","Ctc","subtiwiki","224308.BSU01440/224308.BSU00520","physical","txid224308" +"BSU_01440","new_2477758_2477958_c","RplQ","RpmGC","rplQ","rpmGC","RplQ","RpmGC","subtiwiki","224308.BSU01440/224308.new24777582477958c","physical","txid224308" +"BSU_01440","BSU_01050","RplQ","RplL","rplQ","rplL","RplQ","RplL","subtiwiki","224308.BSU01440/224308.BSU01050","physical","txid224308" +"BSU_01440","BSU_01090","RplQ","RplGB","rplQ","rplGB","RplQ","RplGB","subtiwiki","224308.BSU01440/224308.BSU01090","physical","txid224308" +"BSU_01440","BSU_27940","RplQ","RpmA","rplQ","rpmA","RplQ","RpmA","subtiwiki","224308.BSU01440/224308.BSU27940","physical","txid224308" +"BSU_01440","BSU_40500","RplQ","RplI","rplQ","BSU_40500","RplQ","RplI","subtiwiki","224308.BSU01440/224308.BSU40500","physical","txid224308" +"BSU_01440","BSU_29660","RplQ","RpsD","rplQ","rpsD","RplQ","RpsD","string-db","224308.BSU29660/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_27960","RplQ","RplU","rplQ","rplU","RplQ","RplU","subtiwiki","224308.BSU01440/224308.BSU27960","physical","txid224308" +"BSU_01440","BSU_40910","RplQ","RpsF","rplQ","rpsF","RplQ","RpsF","string-db","224308.BSU40910/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_28860","RplQ","RpmI","rplQ","rpmI","RplQ","RpmI","subtiwiki","224308.BSU01440/224308.BSU28860","physical","txid224308" +"BSU_01440","BSU_15980","RplQ","Ffh","rplQ","ffh","RplQ","Ffh","string-db","224308.BSU15980/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_16040","RplQ","RplS","rplQ","rplS","RplQ","RplS","subtiwiki","224308.BSU01440/224308.BSU16040","physical","txid224308" +"BSU_01440","BSU_24900","RplQ","RpmGA","rplQ","BSU_24900","RplQ","RpmGA","subtiwiki","224308.BSU01440/224308.BSU24900","physical","txid224308" +"BSU_01440","BSU_23880","RplQ","MifM","rplQ","mifM","RplQ","MifM","string-db","224308.BSU23880/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_28580","RplQ","MutSB","rplQ","BSU_28580","RplQ","RqcU","string-db","224308.BSU28580/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_01490","RplQ","RplM","rplQ","rplM","RplQ","RplM","subtiwiki","224308.BSU01440/224308.BSU01490","physical","txid224308" +"BSU_01440","BSU_29740","RplQ","CcpA","rplQ","ccpA","RplQ","CcpA","string-db","224308.BSU29740/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_01500","RplQ","RpsI","rplQ","rpsI","RplQ","RpsI","string-db","224308.BSU01500/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_40890","RplQ","RpsR","rplQ","rpsR","RplQ","RpsR","string-db","224308.BSU40890/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_15990","RplQ","RpsP","rplQ","rpsP","RplQ","RpsP","string-db","224308.BSU15990/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_25550","RplQ","RpsT","rplQ","BSU_25550","RplQ","RpsT","string-db","224308.BSU25550/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_41060","RplQ","RpmH","rplQ","rpmH","RplQ","RpmH","subtiwiki","224308.BSU01440/224308.BSU41060","physical","txid224308" +"BSU_01440","BSU_16490","RplQ","RpsB","rplQ","rpsB","RplQ","RpsB","string-db","224308.BSU16490/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_27600","RplQ","Rsh","rplQ","BSU_27600","RplQ","Rel","string-db","224308.BSU27600/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_15820","RplQ","RpmB","rplQ","rpmB","RplQ","RpmB","subtiwiki","224308.BSU01440/224308.BSU15820","physical","txid224308" +"BSU_01440","BSU_25410","RplQ","RpsU","rplQ","BSU_25410","RplQ","RpsU","string-db","224308.BSU25410/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_37070","RplQ","RpmEA","rplQ","rpmE","RplQ","RpmE","subtiwiki","224308.BSU37070/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_15640","RplQ","YloA","rplQ","rqcH","RplQ","RqcH","string-db","224308.BSU15640/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_16680","RplQ","RpsO","rplQ","rpsO","RplQ","RpsO","string-db","224308.BSU16680/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_05610","RplQ","VmlR","rplQ","vmlR","RplQ","VmlR","string-db","224308.BSU05610/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_16050","RplQ","RbgA","rplQ","BSU_16050","RplQ","RbgA","string-db","224308.BSU16050/224308.BSU01440","physical","txid224308" +"BSU_01440","BSU_15080","RplQ","RpmF","rplQ","rpmF","RplQ","RpmF","subtiwiki","224308.BSU01440/224308.BSU15080","physical","txid224308" +"BSU_01440","BSU_28850","RplQ","RplT","rplQ","rplT","RplQ","RplT","subtiwiki","224308.BSU01440/224308.BSU28850","physical","txid224308" +"BSU_01020","BSU_15980","RplK","Ffh","rplK","ffh","RplK","Ffh","string-db","224308.BSU15980/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01440","RplK","RplQ","rplK","rplQ","RplK","RplQ","subtiwiki","224308.BSU01440/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01320","RplK","RplR","rplK","rplR","RplK","RplR","subtiwiki","224308.BSU01320/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_29660","RplK","RpsD","rplK","rpsD","RplK","RpsD","string-db","224308.BSU29660/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01240","RplK","RpmC","rplK","rpmC","RplK","RpmC","subtiwiki","224308.BSU01240/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01410","RplK","RpsM","rplK","rpsM","RplK","RpsM","string-db","224308.BSU01410/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01230","RplK","RplP","rplK","rplP","RplK","RplP","subtiwiki","224308.BSU01230/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_16490","RplK","RpsB","rplK","rpsB","RplK","RpsB","string-db","224308.BSU16490/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01210","RplK","RplV","rplK","rplV","RplK","RplV","subtiwiki","224308.BSU01210/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01220","RplK","RpsC","rplK","rpsC","RplK","RpsC","string-db","224308.BSU01220/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01420","RplK","RpsK","rplK","rpsK","RplK","RpsK","string-db","224308.BSU01420/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_40910","RplK","RpsF","rplK","rpsF","RplK","RpsF","string-db","224308.BSU40910/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_27960","RplK","RplU","rplK","rplU","RplK","RplU","subtiwiki","224308.BSU27960/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01180","RplK","RplW","rplK","rplW","RplK","RplW","subtiwiki","224308.BSU01180/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01260","RplK","RplNA","rplK","rplN","RplK","RplN","subtiwiki","224308.BSU01260/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_28860","RplK","RpmI","rplK","rpmI","RplK","RpmI","subtiwiki","224308.BSU28860/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01490","RplK","RplM","rplK","rplM","RplK","RplM","subtiwiki","224308.BSU01490/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01170","RplK","RplD","rplK","rplD","RplK","RplD","subtiwiki","224308.BSU01170/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01280","RplK","RplE","rplK","rplE","RplK","RplE","subtiwiki","224308.BSU01280/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01500","RplK","RpsI","rplK","rpsI","RplK","RpsI","subtiwiki","224308.BSU01500/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01330","RplK","RpsE","rplK","rpsE","RplK","RpsE","string-db","224308.BSU01330/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_40500","RplK","RplI","rplK","BSU_40500","RplK","RplI","subtiwiki","224308.BSU40500/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_23880","RplK","MifM","rplK","mifM","RplK","MifM","string-db","224308.BSU23880/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_15640","RplK","YloA","rplK","rqcH","RplK","RqcH","subtiwiki","224308.BSU15640/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01400","RplK","RpmJ","rplK","rpmJ","RplK","RpmJ","subtiwiki","224308.BSU01400/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01160","RplK","RplC","rplK","rplC","RplK","RplC","subtiwiki","224308.BSU01020/224308.BSU01160","physical","txid224308" +"BSU_01020","BSU_27940","RplK","RpmA","rplK","rpmA","RplK","RpmA","subtiwiki","224308.BSU27940/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01350","RplK","RplO","rplK","rplO","RplK","RplO","subtiwiki","224308.BSU01350/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01110","RplK","RpsG","rplK","rpsG","RplK","RpsG","string-db","224308.BSU01110/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01100","RplK","RpsL","rplK","rpsL","RplK","RpsL","string-db","224308.BSU01100/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_16040","RplK","RplS","rplK","rplS","RplK","RplS","subtiwiki","224308.BSU16040/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01200","RplK","RpsS","rplK","rpsS","RplK","RpsS","subtiwiki","224308.BSU01200/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01340","RplK","RpmD","rplK","rpmD","RplK","RpmD","subtiwiki","224308.BSU01340/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01290","RplK","RpsNA","rplK","rpsN","RplK","RpsN","string-db","224308.BSU01290/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01270","RplK","RplX","rplK","rplX","RplK","RplX","subtiwiki","224308.BSU01270/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01030","RplK","RplA","rplK","rplA","RplK","RplA","subtiwiki","224308.BSU01030/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01300","RplK","RpsH","rplK","rpsH","RplK","RpsH","string-db","224308.BSU01300/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_28850","RplK","RplT","rplK","rplT","RplK","RplT","subtiwiki","224308.BSU28850/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_16680","RplK","RpsO","rplK","rpsO","RplK","RpsO","string-db","224308.BSU16680/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_24900","RplK","RpmGA","rplK","BSU_24900","RplK","RpmGA","subtiwiki","224308.BSU24900/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_37070","RplK","RpmEA","rplK","rpmE","RplK","RpmE","subtiwiki","224308.BSU37070/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_41060","RplK","RpmH","rplK","rpmH","RplK","RpmH","subtiwiki","224308.BSU41060/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01190","RplK","RplB","rplK","rplB","RplK","RplB","subtiwiki","224308.BSU01190/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_40890","RplK","RpsR","rplK","rpsR","RplK","RpsR","string-db","224308.BSU40890/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01150","RplK","RpsJ","rplK","rpsJ","RplK","RpsJ","string-db","224308.BSU01150/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_15820","RplK","RpmB","rplK","rpmB","RplK","RpmB","subtiwiki","224308.BSU15820/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_15080","RplK","RpmF","rplK","rpmF","RplK","RpmF","subtiwiki","224308.BSU15080/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01310","RplK","RplF","rplK","rplF","RplK","RplF","subtiwiki","224308.BSU01310/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_25550","RplK","RpsT","rplK","BSU_25550","RplK","RpsT","string-db","224308.BSU25550/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_15990","RplK","RpsP","rplK","rpsP","RplK","RpsP","string-db","224308.BSU15990/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01250","RplK","RpsQ","rplK","rpsQ","RplK","RpsQ","string-db","224308.BSU01250/224308.BSU01020","physical","txid224308" +"BSU_01020","BSU_01040","RplK","RplJ","rplK","rplJ","RplK","RplJ","subtiwiki","224308.BSU01040/224308.BSU01020","physical","txid224308" +"BSU_00620","BSU_09920","DivIC","SbcE","divIC","sbcE","DivIC","SbcE","string-db","224308.BSU09920/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_12790","DivIC","XhlA","divIC","xhlA","DivIC","XhlA","string-db","224308.BSU12790/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_06710","DivIC","SwrC","divIC","BSU_06710","DivIC","SwrC","string-db","224308.BSU06710/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15390","DivIC","SepF","divIC","sepF","DivIC","SepF","string-db","224308.BSU15390/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_09900","DivIC","YhaP","divIC","yhaP","DivIC","YhaP","string-db","224308.BSU09900/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_22320","DivIC","PonA","divIC","ponA","DivIC","PonA","string-db","224308.BSU22320/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_14850","DivIC","FtsW","divIC","ftsW","DivIC","FtsW","string-db","224308.BSU14850/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_10160","DivIC","YhgE","divIC","BSU_10160","DivIC","YhgE","string-db","224308.BSU10160/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15150","DivIC","FtsL","divIC","BSU_15150","DivIC","FtsL","subtiwiki","224308.BSU15150/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_26030","DivIC","YqbO","divIC","BSU_26030","DivIC","YqbO","string-db","224308.BSU26030/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_29610","DivIC","EzrA","divIC","ezrA","DivIC","EzrA","string-db","224308.BSU29610/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15290","DivIC","FtsZ","divIC","ftsZ","DivIC","FtsZ","string-db","224308.BSU15290/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15280","DivIC","FtsA","divIC","ftsA","DivIC","FtsA","string-db","224308.BSU15280/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_25330","DivIC","YqfF","divIC","BSU_25330","DivIC","YqfF","string-db","224308.BSU25330/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15160","DivIC","PbpB","divIC","BSU_15160","DivIC","PbpB","subtiwiki","224308.BSU15160/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_12890","DivIC","YkcC","divIC","ykcC","DivIC","YkcC","string-db","224308.BSU12890/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_14400","DivIC","FruA","divIC","fruA","DivIC","FruA","string-db","224308.BSU14400/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_26150","DivIC","YqbD","divIC","BSU_26150","DivIC","YqbD","string-db","224308.BSU26150/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_37030","DivIC","RacA","divIC","racA","DivIC","RacA","string-db","224308.BSU37030/224308.BSU00620","physical","txid224308" +"BSU_00620","BSU_15240","DivIC","DivIB","divIC","divIB","DivIC","DivIB","subtiwiki","224308.BSU15240/224308.BSU00620","physical","txid224308" +"BSU_14400","BSU_27070","FruA","LevD","fruA","levD","FruA","LevD","string-db","224308.BSU27070/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_16340","FruA","FliZ","fruA","fliO","FruA","FliO","string-db","224308.BSU16340/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_26150","FruA","YqbD","fruA","BSU_26150","FruA","YqbD","string-db","224308.BSU26150/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_30150","FruA","YtdP","fruA","BSU_30150","FruA","YtdP","string-db","224308.BSU30150/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_33420","FruA","NhaK","fruA","BSU_33420","FruA","NhaK","string-db","224308.BSU33420/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_17180","FruA","PksJ","fruA","pksJ","FruA","PksJ","string-db","224308.BSU17180/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_15280","FruA","FtsA","fruA","ftsA","FruA","FtsA","string-db","224308.BSU15280/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_27060","FruA","LevE","fruA","levE","FruA","LevE","string-db","224308.BSU27060/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_40360","FruA","HtrC","fruA","htrC","FruA","HtrC","string-db","224308.BSU40360/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_18320","FruA","PpsC","fruA","ppsC","FruA","PpsC","string-db","224308.BSU18320/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_25330","FruA","YqfF","fruA","BSU_25330","FruA","YqfF","string-db","224308.BSU25330/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_27050","FruA","LevF","fruA","levF","FruA","LevF","string-db","224308.BSU27050/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_36190","FruA","RttN","fruA","BSU_36190","FruA","YwqJ","string-db","224308.BSU36190/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_15150","FruA","FtsL","fruA","BSU_15150","FruA","FtsL","string-db","224308.BSU15150/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_14880","FruA","CtaB","fruA","ctaB","FruA","CtaB","string-db","224308.BSU14880/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_39810","FruA","CsbC","fruA","csbC","FruA","CsbC","string-db","224308.BSU39810/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_29980","FruA","YtjP","fruA","BSU_29980","FruA","YtjP","string-db","224308.BSU29980/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_20710","FruA","YopZ","fruA","BSU_20710","FruA","YopZ","string-db","224308.BSU20710/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_15160","FruA","PbpB","fruA","BSU_15160","FruA","PbpB","string-db","224308.BSU15160/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_27040","FruA","LevG","fruA","levG","FruA","LevG","string-db","224308.BSU27040/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_28010","FruA","MreD","fruA","mreD","FruA","MreD","string-db","224308.BSU28010/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_14850","FruA","FtsW","fruA","ftsW","FruA","FtsW","string-db","224308.BSU14850/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_15940","FruA","Smc","fruA","smc","FruA","Smc","string-db","224308.BSU15940/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_15240","FruA","DivIB","fruA","divIB","FruA","DivIB","string-db","224308.BSU15240/224308.BSU14400","physical","txid224308" +"BSU_14400","BSU_24300","FruA","XseA","fruA","BSU_24300","FruA","XseA","string-db","224308.BSU24300/224308.BSU14400","physical","txid224308" +"BSU_14850","BSU_15390","FtsW","SepF","ftsW","sepF","FtsW","SepF","string-db","224308.BSU15390/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_25330","FtsW","YqfF","ftsW","BSU_25330","FtsW","YqfF","string-db","224308.BSU25330/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15290","FtsW","FtsZ","ftsW","ftsZ","FtsW","FtsZ","string-db","224308.BSU15290/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_29610","FtsW","EzrA","ftsW","ezrA","FtsW","EzrA","string-db","224308.BSU29610/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_16800","FtsW","SpoIIIE","ftsW","spoIIIE","FtsW","SpoIIIE","string-db","224308.BSU16800/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15150","FtsW","FtsL","ftsW","BSU_15150","FtsW","FtsL","string-db","224308.BSU15150/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_28610","FtsW","YshA","ftsW","BSU_28610","FtsW","ZapA","string-db","224308.BSU28610/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15420","FtsW","DivIVA","ftsW","divIVA","FtsW","DivIVA","string-db","224308.BSU15420/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_22320","FtsW","PonA","ftsW","ponA","FtsW","PonA","string-db","224308.BSU22320/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15240","FtsW","DivIB","ftsW","divIB","FtsW","DivIB","string-db","224308.BSU15240/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_35250","FtsW","FtsX","ftsW","ftsX","FtsW","FtsX","string-db","224308.BSU35250/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15160","FtsW","PbpB","ftsW","BSU_15160","FtsW","PbpB","subtiwiki","224308.BSU14850/224308.BSU15160","physical","txid224308" +"BSU_14850","BSU_35260","FtsW","FtsE","ftsW","ftsE","FtsW","FtsE","string-db","224308.BSU35260/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_28010","FtsW","MreD","ftsW","mreD","FtsW","MreD","string-db","224308.BSU28010/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_28020","FtsW","MreC","ftsW","mreC","FtsW","MreC","string-db","224308.BSU28020/224308.BSU14850","physical","txid224308" +"BSU_14850","BSU_15280","FtsW","FtsA","ftsW","ftsA","FtsW","FtsA","string-db","224308.BSU15280/224308.BSU14850","physical","txid224308" +"BSU_12890","BSU_15240","YkcC","DivIB","ykcC","divIB","YkcC","DivIB","string-db","224308.BSU15240/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_17180","YkcC","PksJ","ykcC","pksJ","YkcC","PksJ","string-db","224308.BSU17180/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_37420","YkcC","AlbF","ykcC","albF","YkcC","AlbF","string-db","224308.BSU37420/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_14400","YkcC","FruA","ykcC","fruA","YkcC","FruA","string-db","224308.BSU14400/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_40360","YkcC","HtrC","ykcC","htrC","YkcC","HtrC","string-db","224308.BSU40360/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_26030","YkcC","YqbO","ykcC","BSU_26030","YkcC","YqbO","string-db","224308.BSU26030/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_33090","YkcC","LiaS","ykcC","liaS","YkcC","LiaS","string-db","224308.BSU33090/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_20710","YkcC","YopZ","ykcC","BSU_20710","YkcC","YopZ","string-db","224308.BSU20710/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_14850","YkcC","FtsW","ykcC","ftsW","YkcC","FtsW","string-db","224308.BSU14850/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_36190","YkcC","RttN","ykcC","BSU_36190","YkcC","YwqJ","string-db","224308.BSU36190/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_18320","YkcC","PpsC","ykcC","ppsC","YkcC","PpsC","string-db","224308.BSU18320/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_28020","YkcC","MreC","ykcC","mreC","YkcC","MreC","string-db","224308.BSU28020/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_13060","YkcC","YkjA","ykcC","BSU_13060","YkcC","YkjA","string-db","224308.BSU13060/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_40840","YkcC","YyaJ","ykcC","BSU_40840","YkcC","YyaJ","string-db","224308.BSU40840/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_13390","YkcC","YkoT","ykcC","ykoT","YkcC","YkoT","string-db","224308.BSU13390/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_29980","YkcC","YtjP","ykcC","BSU_29980","YkcC","YtjP","string-db","224308.BSU29980/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_25330","YkcC","YqfF","ykcC","BSU_25330","YkcC","YqfF","string-db","224308.BSU25330/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_24300","YkcC","XseA","ykcC","BSU_24300","YkcC","XseA","string-db","224308.BSU24300/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_16340","YkcC","FliZ","ykcC","fliO","YkcC","FliO","string-db","224308.BSU16340/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_14880","YkcC","CtaB","ykcC","ctaB","YkcC","CtaB","string-db","224308.BSU14880/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_28010","YkcC","MreD","ykcC","mreD","YkcC","MreD","string-db","224308.BSU28010/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_15160","YkcC","PbpB","ykcC","BSU_15160","YkcC","PbpB","string-db","224308.BSU15160/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_39810","YkcC","CsbC","ykcC","csbC","YkcC","CsbC","string-db","224308.BSU39810/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_15280","YkcC","FtsA","ykcC","ftsA","YkcC","FtsA","string-db","224308.BSU15280/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_15940","YkcC","Smc","ykcC","smc","YkcC","Smc","string-db","224308.BSU15940/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_28980","YkcC","DnaI","ykcC","BSU_28980","YkcC","DnaI","string-db","224308.BSU28980/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_33020","YkcC","CssS","ykcC","cssS","YkcC","CssS","string-db","224308.BSU33020/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_37030","YkcC","RacA","ykcC","racA","YkcC","RacA","string-db","224308.BSU37030/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_26150","YkcC","YqbD","ykcC","BSU_26150","YkcC","YqbD","string-db","224308.BSU26150/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_15150","YkcC","FtsL","ykcC","BSU_15150","YkcC","FtsL","string-db","224308.BSU15150/224308.BSU12890","physical","txid224308" +"BSU_12890","BSU_30150","YkcC","YtdP","ykcC","BSU_30150","YkcC","YtdP","string-db","224308.BSU30150/224308.BSU12890","physical","txid224308" +"BSU_12790","BSU_12890","XhlA","YkcC","xhlA","ykcC","XhlA","YkcC","string-db","224308.BSU12890/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_14400","XhlA","FruA","xhlA","fruA","XhlA","FruA","string-db","224308.BSU14400/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_16430","XhlA","CheA","xhlA","cheA","XhlA","CheA","string-db","224308.BSU16430/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_13060","XhlA","YkjA","xhlA","BSU_13060","XhlA","YkjA","string-db","224308.BSU13060/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_15280","XhlA","FtsA","xhlA","ftsA","XhlA","FtsA","string-db","224308.BSU15280/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_37030","XhlA","RacA","xhlA","racA","XhlA","RacA","string-db","224308.BSU37030/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_21820","XhlA","ThyB","xhlA","thyB","XhlA","ThyB","string-db","224308.BSU21820/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_36190","XhlA","RttN","xhlA","BSU_36190","XhlA","YwqJ","string-db","224308.BSU36190/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_31860","XhlA","YueB","xhlA","yueB","XhlA","YueB","string-db","224308.BSU31860/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_15240","XhlA","DivIB","xhlA","divIB","XhlA","DivIB","string-db","224308.BSU15240/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_33880","XhlA","YvbJ","xhlA","BSU_33880","XhlA","YvbJ","string-db","224308.BSU33880/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_26150","XhlA","YqbD","xhlA","BSU_26150","XhlA","YqbD","string-db","224308.BSU26150/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_30150","XhlA","YtdP","xhlA","BSU_30150","XhlA","YtdP","string-db","224308.BSU30150/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_33690","XhlA","YvaQ","xhlA","yvaQ","XhlA","YvaQ","string-db","224308.BSU33690/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_13390","XhlA","YkoT","xhlA","ykoT","XhlA","YkoT","string-db","224308.BSU13390/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_15150","XhlA","FtsL","xhlA","BSU_15150","XhlA","FtsL","string-db","224308.BSU15150/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_15160","XhlA","PbpB","xhlA","BSU_15160","XhlA","PbpB","string-db","224308.BSU15160/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_40360","XhlA","HtrC","xhlA","htrC","XhlA","HtrC","string-db","224308.BSU40360/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_15940","XhlA","Smc","xhlA","smc","XhlA","Smc","string-db","224308.BSU15940/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_33020","XhlA","CssS","xhlA","cssS","XhlA","CssS","string-db","224308.BSU33020/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_18320","XhlA","PpsC","xhlA","ppsC","XhlA","PpsC","string-db","224308.BSU18320/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_25330","XhlA","YqfF","xhlA","BSU_25330","XhlA","YqfF","string-db","224308.BSU25330/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_29190","XhlA","PfkA","xhlA","BSU_29190","XhlA","PfkA","string-db","224308.BSU29190/224308.BSU12790","physical","txid224308" +"BSU_12790","BSU_14880","XhlA","CtaB","xhlA","ctaB","XhlA","CtaB","string-db","224308.BSU14880/224308.BSU12790","physical","txid224308" +"BSU_10160","BSU_39810","YhgE","CsbC","BSU_10160","csbC","YhgE","CsbC","string-db","224308.BSU39810/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_40840","YhgE","YyaJ","BSU_10160","BSU_40840","YhgE","YyaJ","string-db","224308.BSU40840/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_13390","YhgE","YkoT","BSU_10160","ykoT","YhgE","YkoT","string-db","224308.BSU13390/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_15160","YhgE","PbpB","BSU_10160","BSU_15160","YhgE","PbpB","string-db","224308.BSU15160/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_28010","YhgE","MreD","BSU_10160","mreD","YhgE","MreD","string-db","224308.BSU28010/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_37030","YhgE","RacA","BSU_10160","racA","YhgE","RacA","string-db","224308.BSU37030/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_40360","YhgE","HtrC","BSU_10160","htrC","YhgE","HtrC","string-db","224308.BSU40360/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_15240","YhgE","DivIB","BSU_10160","divIB","YhgE","DivIB","string-db","224308.BSU15240/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_33690","YhgE","YvaQ","BSU_10160","yvaQ","YhgE","YvaQ","string-db","224308.BSU33690/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_37420","YhgE","AlbF","BSU_10160","albF","YhgE","AlbF","string-db","224308.BSU37420/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_15940","YhgE","Smc","BSU_10160","smc","YhgE","Smc","string-db","224308.BSU15940/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_25330","YhgE","YqfF","BSU_10160","BSU_25330","YhgE","YqfF","string-db","224308.BSU25330/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_33020","YhgE","CssS","BSU_10160","cssS","YhgE","CssS","string-db","224308.BSU33020/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_12790","YhgE","XhlA","BSU_10160","xhlA","YhgE","XhlA","string-db","224308.BSU12790/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_18320","YhgE","PpsC","BSU_10160","ppsC","YhgE","PpsC","string-db","224308.BSU18320/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_13060","YhgE","YkjA","BSU_10160","BSU_13060","YhgE","YkjA","string-db","224308.BSU13060/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_30150","YhgE","YtdP","BSU_10160","BSU_30150","YhgE","YtdP","string-db","224308.BSU30150/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_16340","YhgE","FliZ","BSU_10160","fliO","YhgE","FliO","string-db","224308.BSU16340/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_36190","YhgE","RttN","BSU_10160","BSU_36190","YhgE","YwqJ","string-db","224308.BSU36190/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_15280","YhgE","FtsA","BSU_10160","ftsA","YhgE","FtsA","string-db","224308.BSU15280/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_15150","YhgE","FtsL","BSU_10160","BSU_15150","YhgE","FtsL","string-db","224308.BSU15150/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_14400","YhgE","FruA","BSU_10160","fruA","YhgE","FruA","string-db","224308.BSU14400/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_26150","YhgE","YqbD","BSU_10160","BSU_26150","YhgE","YqbD","string-db","224308.BSU26150/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_12890","YhgE","YkcC","BSU_10160","ykcC","YhgE","YkcC","string-db","224308.BSU12890/224308.BSU10160","physical","txid224308" +"BSU_10160","BSU_20710","YhgE","YopZ","BSU_10160","BSU_20710","YhgE","YopZ","string-db","224308.BSU20710/224308.BSU10160","physical","txid224308" +"BSU_15290","BSU_25770","FtsZ","SpoIVCA","ftsZ","spoIVCA","FtsZ","SpoIVCA","string-db","224308.BSU25770/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_28030","FtsZ","MreB","ftsZ","mreB","FtsZ","MreB","string-db","224308.BSU28030/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_34540","FtsZ","ClpP","ftsZ","clpP","FtsZ","ClpP","subtiwiki","224308.BSU34540/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_28220","FtsZ","ClpX","ftsZ","clpX","FtsZ","ClpX","string-db","224308.BSU28220/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_21920","FtsZ","UgtP","ftsZ","ugtP","FtsZ","UgtP","subtiwiki","224308.BSU15290/224308.BSU21920","physical","txid224308" +"BSU_15290","BSU_22320","FtsZ","PonA","ftsZ","ponA","FtsZ","PonA","string-db","224308.BSU22320/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_15420","FtsZ","DivIVA","ftsZ","divIVA","FtsZ","DivIVA","string-db","224308.BSU15420/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_35260","FtsZ","FtsE","ftsZ","ftsE","FtsZ","FtsE","string-db","224308.BSU35260/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_28000","FtsZ","MinC","ftsZ","minC","FtsZ","MinC","subtiwiki","224308.BSU15290/224308.BSU28000","physical","txid224308" +"BSU_15290","BSU_23616","FtsZ","MciZ","ftsZ","mciZ","FtsZ","MciZ","subtiwiki","224308.BSU23616/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_26030","FtsZ","YqbO","ftsZ","BSU_26030","FtsZ","YqbO","string-db","224308.BSU26030/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_40400","FtsZ","WalK","ftsZ","BSU_40400","FtsZ","WalK","subtiwiki","224308.BSU15290/224308.BSU40400","physical","txid224308" +"BSU_15290","BSU_29740","FtsZ","CcpA","ftsZ","ccpA","FtsZ","CcpA","string-db","224308.BSU29740/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_35250","FtsZ","FtsX","ftsZ","ftsX","FtsZ","FtsX","string-db","224308.BSU35250/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_29610","FtsZ","EzrA","ftsZ","ezrA","FtsZ","EzrA","subtiwiki","224308.BSU15290/224308.BSU29610","physical","txid224308" +"BSU_15290","BSU_17860","FtsZ","YneA","ftsZ","yneA","FtsZ","YneA","string-db","224308.BSU17860/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_16800","FtsZ","SpoIIIE","ftsZ","spoIIIE","FtsZ","SpoIIIE","string-db","224308.BSU16800/224308.BSU15290","physical","txid224308" +"BSU_15290","BSU_28610","FtsZ","YshA","ftsZ","BSU_28610","FtsZ","ZapA","subtiwiki","224308.BSU15290/224308.BSU28610","physical","txid224308" +"BSU_15290","BSU_15390","FtsZ","SepF","ftsZ","sepF","FtsZ","SepF","subtiwiki","224308.BSU15290/224308.BSU15390","physical","txid224308" +"BSU_15290","BSU_29630","FtsZ","RefZ","ftsZ","refZ","FtsZ","RefZ","subtiwiki","224308.BSU15290/224308.BSU29630","physical","txid224308" +"BSU_15240","BSU_15280","DivIB","FtsA","divIB","ftsA","DivIB","FtsA","string-db","224308.BSU15280/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_15290","DivIB","FtsZ","divIB","ftsZ","DivIB","FtsZ","string-db","224308.BSU15290/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_25330","DivIB","YqfF","divIB","BSU_25330","DivIB","YqfF","string-db","224308.BSU25330/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_26030","DivIB","YqbO","divIB","BSU_26030","DivIB","YqbO","string-db","224308.BSU26030/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_28610","DivIB","YshA","divIB","BSU_28610","DivIB","ZapA","string-db","224308.BSU28610/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_29610","DivIB","EzrA","divIB","ezrA","DivIB","EzrA","string-db","224308.BSU29610/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_37030","DivIB","RacA","divIB","racA","DivIB","RacA","string-db","224308.BSU37030/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_22320","DivIB","PonA","divIB","ponA","DivIB","PonA","string-db","224308.BSU22320/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_26150","DivIB","YqbD","divIB","BSU_26150","DivIB","YqbD","string-db","224308.BSU26150/224308.BSU15240","physical","txid224308" +"BSU_15240","BSU_40400","DivIB","WalK","divIB","BSU_40400","DivIB","WalK","subtiwiki","224308.BSU15240/224308.BSU40400","physical","txid224308" +"BSU_15240","BSU_15390","DivIB","SepF","divIB","sepF","DivIB","SepF","string-db","224308.BSU15390/224308.BSU15240","physical","txid224308" +"BSU_09900","BSU_09890","YhaP","YhaQ","yhaP","yhaQ","YhaP","YhaQ","subtiwiki","224308.BSU09900/224308.BSU09890","physical","txid224308" +"BSU_09900","BSU_39810","YhaP","CsbC","yhaP","csbC","YhaP","CsbC","string-db","224308.BSU39810/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_37030","YhaP","RacA","yhaP","racA","YhaP","RacA","string-db","224308.BSU37030/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_18320","YhaP","PpsC","yhaP","ppsC","YhaP","PpsC","string-db","224308.BSU18320/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_36190","YhaP","RttN","yhaP","BSU_36190","YhaP","YwqJ","string-db","224308.BSU36190/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_13060","YhaP","YkjA","yhaP","BSU_13060","YhaP","YkjA","string-db","224308.BSU13060/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_30150","YhaP","YtdP","yhaP","BSU_30150","YhaP","YtdP","string-db","224308.BSU30150/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_33020","YhaP","CssS","yhaP","cssS","YhaP","CssS","string-db","224308.BSU33020/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_14400","YhaP","FruA","yhaP","fruA","YhaP","FruA","string-db","224308.BSU14400/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_12100","YhaP","PdaC","yhaP","pdaC","YhaP","PdaC","string-db","224308.BSU12100/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_33690","YhaP","YvaQ","yhaP","yvaQ","YhaP","YvaQ","string-db","224308.BSU33690/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15240","YhaP","DivIB","yhaP","divIB","YhaP","DivIB","string-db","224308.BSU15240/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_10160","YhaP","YhgE","yhaP","BSU_10160","YhaP","YhgE","string-db","224308.BSU10160/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_34810","YhaP","YvcD","yhaP","yvcD","YhaP","YvcD","string-db","224308.BSU34810/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_37420","YhaP","AlbF","yhaP","albF","YhaP","AlbF","string-db","224308.BSU37420/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_25330","YhaP","YqfF","yhaP","BSU_25330","YhaP","YqfF","string-db","224308.BSU25330/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_20710","YhaP","YopZ","yhaP","BSU_20710","YhaP","YopZ","string-db","224308.BSU20710/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15940","YhaP","Smc","yhaP","smc","YhaP","Smc","string-db","224308.BSU15940/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_12790","YhaP","XhlA","yhaP","xhlA","YhaP","XhlA","string-db","224308.BSU12790/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_17320","YhaP","YmaF","yhaP","BSU_17320","YhaP","YmaF","string-db","224308.BSU17320/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15850","YhaP","SdaAB","yhaP","BSU_15850","YhaP","SdaAB","string-db","224308.BSU15850/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_16460","YhaP","CheD","yhaP","cheD","YhaP","CheD","string-db","224308.BSU16460/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_26150","YhaP","YqbD","yhaP","BSU_26150","YhaP","YqbD","string-db","224308.BSU26150/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15150","YhaP","FtsL","yhaP","BSU_15150","YhaP","FtsL","string-db","224308.BSU15150/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_14880","YhaP","CtaB","yhaP","ctaB","YhaP","CtaB","string-db","224308.BSU14880/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_13390","YhaP","YkoT","yhaP","ykoT","YhaP","YkoT","string-db","224308.BSU13390/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_10770","YhaP","WprA","yhaP","wprA","YhaP","WprA","string-db","224308.BSU10770/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_31240","YhaP","McpA","yhaP","mcpA","YhaP","McpA","string-db","224308.BSU31240/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_14450","YhaP","AmpS","yhaP","BSU_14450","YhaP","AmpS","string-db","224308.BSU14450/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_40360","YhaP","HtrC","yhaP","htrC","YhaP","HtrC","string-db","224308.BSU40360/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_12890","YhaP","YkcC","yhaP","ykcC","YhaP","YkcC","string-db","224308.BSU12890/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_33420","YhaP","NhaK","yhaP","BSU_33420","YhaP","NhaK","string-db","224308.BSU33420/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15280","YhaP","FtsA","yhaP","ftsA","YhaP","FtsA","string-db","224308.BSU15280/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_17180","YhaP","PksJ","yhaP","pksJ","YhaP","PksJ","string-db","224308.BSU17180/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_39020","YhaP","NupG","yhaP","nupG","YhaP","NupG","string-db","224308.BSU39020/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_15160","YhaP","PbpB","yhaP","BSU_15160","YhaP","PbpB","string-db","224308.BSU15160/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_33880","YhaP","YvbJ","yhaP","BSU_33880","YhaP","YvbJ","string-db","224308.BSU33880/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_32260","YhaP","Hom","yhaP","hom","YhaP","Hom","string-db","224308.BSU32260/224308.BSU09900","physical","txid224308" +"BSU_09900","BSU_28010","YhaP","MreD","yhaP","mreD","YhaP","MreD","string-db","224308.BSU28010/224308.BSU09900","physical","txid224308" +"BSU_06710","BSU_36190","SwrC","RttN","BSU_06710","BSU_36190","SwrC","YwqJ","string-db","224308.BSU36190/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_40360","SwrC","HtrC","BSU_06710","htrC","SwrC","HtrC","string-db","224308.BSU40360/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_31960","SwrC","DhbF","BSU_06710","dhbF","SwrC","DhbF","string-db","224308.BSU31960/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_15150","SwrC","FtsL","BSU_06710","BSU_15150","SwrC","FtsL","string-db","224308.BSU15150/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_18320","SwrC","PpsC","BSU_06710","ppsC","SwrC","PpsC","string-db","224308.BSU18320/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_15160","SwrC","PbpB","BSU_06710","BSU_15160","SwrC","PbpB","string-db","224308.BSU15160/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_14400","SwrC","FruA","BSU_06710","fruA","SwrC","FruA","string-db","224308.BSU14400/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_30150","SwrC","YtdP","BSU_06710","BSU_30150","SwrC","YtdP","string-db","224308.BSU30150/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_15940","SwrC","Smc","BSU_06710","smc","SwrC","Smc","string-db","224308.BSU15940/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_13060","SwrC","YkjA","BSU_06710","BSU_13060","SwrC","YkjA","string-db","224308.BSU13060/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_13390","SwrC","YkoT","BSU_06710","ykoT","SwrC","YkoT","string-db","224308.BSU13390/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_37420","SwrC","AlbF","BSU_06710","albF","SwrC","AlbF","string-db","224308.BSU37420/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_17320","SwrC","YmaF","BSU_06710","BSU_17320","SwrC","YmaF","string-db","224308.BSU17320/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_39810","SwrC","CsbC","BSU_06710","csbC","SwrC","CsbC","string-db","224308.BSU39810/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_23140","SwrC","ResB","BSU_06710","resB","SwrC","ResB","string-db","224308.BSU23140/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_29980","SwrC","YtjP","BSU_06710","BSU_29980","SwrC","YtjP","string-db","224308.BSU29980/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_11540","SwrC","PepF","BSU_06710","BSU_11540","SwrC","PepF","string-db","224308.BSU11540/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_33020","SwrC","CssS","BSU_06710","cssS","SwrC","CssS","string-db","224308.BSU33020/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_26150","SwrC","YqbD","BSU_06710","BSU_26150","SwrC","YqbD","string-db","224308.BSU26150/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_28200","SwrC","LonA","BSU_06710","lonA","SwrC","LonA","string-db","224308.BSU28200/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_36760","SwrC","MurAA","BSU_06710","murAA","SwrC","MurAA","string-db","224308.BSU36760/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_28010","SwrC","MreD","BSU_06710","mreD","SwrC","MreD","string-db","224308.BSU28010/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_15240","SwrC","DivIB","BSU_06710","divIB","SwrC","DivIB","string-db","224308.BSU15240/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_14880","SwrC","CtaB","BSU_06710","ctaB","SwrC","CtaB","string-db","224308.BSU14880/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_40840","SwrC","YyaJ","BSU_06710","BSU_40840","SwrC","YyaJ","string-db","224308.BSU40840/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_33690","SwrC","YvaQ","BSU_06710","yvaQ","SwrC","YvaQ","string-db","224308.BSU33690/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_15280","SwrC","FtsA","BSU_06710","ftsA","SwrC","FtsA","string-db","224308.BSU15280/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_10770","SwrC","WprA","BSU_06710","wprA","SwrC","WprA","string-db","224308.BSU10770/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_09550","SwrC","YhdP","BSU_06710","BSU_09550","SwrC","YhdP","string-db","224308.BSU09550/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_16340","SwrC","FliZ","BSU_06710","fliO","SwrC","FliO","string-db","224308.BSU16340/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_39940","SwrC","YxaL","BSU_06710","yxaL","SwrC","YxaL","string-db","224308.BSU39940/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_12310","SwrC","ExuM","BSU_06710","yjmB","SwrC","ExuM","string-db","224308.BSU12310/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_25330","SwrC","YqfF","BSU_06710","BSU_25330","SwrC","YqfF","string-db","224308.BSU25330/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_12890","SwrC","YkcC","BSU_06710","ykcC","SwrC","YkcC","string-db","224308.BSU12890/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_37030","SwrC","RacA","BSU_06710","racA","SwrC","RacA","string-db","224308.BSU37030/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_12790","SwrC","XhlA","BSU_06710","xhlA","SwrC","XhlA","string-db","224308.BSU12790/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_36300","SwrC","GlcR","BSU_06710","glcR","SwrC","GlcR","string-db","224308.BSU36300/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_31860","SwrC","YueB","BSU_06710","yueB","SwrC","YueB","string-db","224308.BSU31860/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_09900","SwrC","YhaP","BSU_06710","yhaP","SwrC","YhaP","string-db","224308.BSU09900/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_07010","SwrC","YesS","BSU_06710","rhgR","SwrC","RhgR","string-db","224308.BSU07010/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_08080","SwrC","AcoC","BSU_06710","acoC","SwrC","AcoC","string-db","224308.BSU08080/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_33880","SwrC","YvbJ","BSU_06710","BSU_33880","SwrC","YvbJ","string-db","224308.BSU33880/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_07580","SwrC","CitS","BSU_06710","BSU_07580","SwrC","CitS","string-db","224308.BSU07580/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_10160","SwrC","YhgE","BSU_06710","BSU_10160","SwrC","YhgE","string-db","224308.BSU10160/224308.BSU06710","physical","txid224308" +"BSU_06710","BSU_20710","SwrC","YopZ","BSU_06710","BSU_20710","SwrC","YopZ","string-db","224308.BSU20710/224308.BSU06710","physical","txid224308" +"BSU_09920","BSU_15280","SbcE","FtsA","sbcE","ftsA","SbcE","FtsA","string-db","224308.BSU15280/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_28010","SbcE","MreD","sbcE","mreD","SbcE","MreD","string-db","224308.BSU28010/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_12890","SbcE","YkcC","sbcE","ykcC","SbcE","YkcC","string-db","224308.BSU12890/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_15150","SbcE","FtsL","sbcE","BSU_15150","SbcE","FtsL","string-db","224308.BSU15150/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_33690","SbcE","YvaQ","sbcE","yvaQ","SbcE","YvaQ","string-db","224308.BSU33690/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_28020","SbcE","MreC","sbcE","mreC","SbcE","MreC","string-db","224308.BSU28020/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_15240","SbcE","DivIB","sbcE","divIB","SbcE","DivIB","string-db","224308.BSU15240/224308.BSU09920","physical","txid224308" +"BSU_09920","BSU_25210","SbcE","DnaG","sbcE","dnaG","SbcE","DnaG","string-db","224308.BSU25210/224308.BSU09920","physical","txid224308" +"BSU_15150","BSU_17860","FtsL","YneA","BSU_15150","yneA","FtsL","YneA","subtiwiki","224308.BSU15150/224308.BSU17860","physical","txid224308" +"BSU_15150","BSU_16560","FtsL","RasP","BSU_15150","BSU_16560","FtsL","RasP","subtiwiki","224308.BSU15150/224308.BSU16560","physical","txid224308" +"BSU_15150","BSU_40400","FtsL","WalK","BSU_15150","BSU_40400","FtsL","WalK","subtiwiki","224308.BSU15150/224308.BSU40400","physical","txid224308" +"BSU_15150","BSU_26030","FtsL","YqbO","BSU_15150","BSU_26030","FtsL","YqbO","string-db","224308.BSU26030/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_25330","FtsL","YqfF","BSU_15150","BSU_25330","FtsL","YqfF","string-db","224308.BSU25330/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_27990","FtsL","MinD","BSU_15150","minD","FtsL","MinD","string-db","224308.BSU27990/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_26150","FtsL","YqbD","BSU_15150","BSU_26150","FtsL","YqbD","string-db","224308.BSU26150/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_37030","FtsL","RacA","BSU_15150","racA","FtsL","RacA","string-db","224308.BSU37030/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_28610","FtsL","YshA","BSU_15150","BSU_28610","FtsL","ZapA","string-db","224308.BSU28610/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_29610","FtsL","EzrA","BSU_15150","ezrA","FtsL","EzrA","string-db","224308.BSU29610/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_15290","FtsL","FtsZ","BSU_15150","ftsZ","FtsL","FtsZ","string-db","224308.BSU15290/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_15240","FtsL","DivIB","BSU_15150","divIB","FtsL","DivIB","subtiwiki","224308.BSU15150/224308.BSU15240","physical","txid224308" +"BSU_15150","BSU_15280","FtsL","FtsA","BSU_15150","ftsA","FtsL","FtsA","string-db","224308.BSU15280/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_25470","FtsL","DnaK","BSU_15150","dnaK","FtsL","DnaK","string-db","224308.BSU25470/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_22320","FtsL","PonA","BSU_15150","ponA","FtsL","PonA","string-db","224308.BSU22320/224308.BSU15150","physical","txid224308" +"BSU_15150","BSU_15160","FtsL","PbpB","BSU_15150","BSU_15160","FtsL","PbpB","subtiwiki","224308.BSU15150/224308.BSU15160","physical","txid224308" +"BSU_15150","BSU_15390","FtsL","SepF","BSU_15150","sepF","FtsL","SepF","string-db","224308.BSU15390/224308.BSU15150","physical","txid224308" +"BSU_15390","BSU_29805","SepF","SftA","sepF","BSU_29805","SepF","SftA","subtiwiki","224308.BSU15390/224308.BSU29805","physical","txid224308" +"BSU_15390","BSU_15420","SepF","DivIVA","sepF","divIVA","SepF","DivIVA","string-db","224308.BSU15420/224308.BSU15390","physical","txid224308" +"BSU_15390","BSU_29610","SepF","EzrA","sepF","ezrA","SepF","EzrA","string-db","224308.BSU29610/224308.BSU15390","physical","txid224308" +"BSU_15390","BSU_28610","SepF","YshA","sepF","BSU_28610","SepF","ZapA","string-db","224308.BSU28610/224308.BSU15390","physical","txid224308" +"BSU_15390","BSU_22320","SepF","PonA","sepF","ponA","SepF","PonA","string-db","224308.BSU22320/224308.BSU15390","physical","txid224308" +"BSU_15160","BSU_29610","PbpB","EzrA","BSU_15160","ezrA","PbpB","EzrA","string-db","224308.BSU29610/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_28030","PbpB","MreB","BSU_15160","mreB","PbpB","MreB","string-db","224308.BSU28030/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_25770","PbpB","SpoIVCA","BSU_15160","spoIVCA","PbpB","SpoIVCA","string-db","224308.BSU25770/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_26150","PbpB","YqbD","BSU_15160","BSU_26150","PbpB","YqbD","string-db","224308.BSU26150/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_40400","PbpB","WalK","BSU_15160","BSU_40400","PbpB","WalK","subtiwiki","224308.BSU40400/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_15280","PbpB","FtsA","BSU_15160","ftsA","PbpB","FtsA","string-db","224308.BSU15280/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_15170","PbpB","SpoVD","BSU_15160","spoVD","PbpB","SpoVD","string-db","224308.BSU15170/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_15390","PbpB","SepF","BSU_15160","sepF","PbpB","SepF","string-db","224308.BSU15390/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_22320","PbpB","PonA","BSU_15160","ponA","PbpB","PonA","string-db","224308.BSU22320/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_15290","PbpB","FtsZ","BSU_15160","ftsZ","PbpB","FtsZ","string-db","224308.BSU15290/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_28010","PbpB","MreD","BSU_15160","mreD","PbpB","MreD","string-db","224308.BSU28010/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_28610","PbpB","YshA","BSU_15160","BSU_28610","PbpB","ZapA","string-db","224308.BSU28610/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_37030","PbpB","RacA","BSU_15160","racA","PbpB","RacA","string-db","224308.BSU37030/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_25330","PbpB","YqfF","BSU_15160","BSU_25330","PbpB","YqfF","string-db","224308.BSU25330/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_38120","PbpB","RodA","BSU_15160","rodA","PbpB","RodA","string-db","224308.BSU38120/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_15240","PbpB","DivIB","BSU_15160","divIB","PbpB","DivIB","subtiwiki","224308.BSU15240/224308.BSU15160","physical","txid224308" +"BSU_15160","BSU_26030","PbpB","YqbO","BSU_15160","BSU_26030","PbpB","YqbO","string-db","224308.BSU26030/224308.BSU15160","physical","txid224308" +"BSU_25330","BSU_28010","YqfF","MreD","BSU_25330","mreD","YqfF","MreD","string-db","224308.BSU28010/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_33880","YqfF","YvbJ","BSU_25330","BSU_33880","YqfF","YvbJ","string-db","224308.BSU33880/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_37030","YqfF","RacA","BSU_25330","racA","YqfF","RacA","string-db","224308.BSU37030/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_32260","YqfF","Hom","BSU_25330","hom","YqfF","Hom","string-db","224308.BSU32260/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_33020","YqfF","CssS","BSU_25330","cssS","YqfF","CssS","string-db","224308.BSU33020/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_40360","YqfF","HtrC","BSU_25330","htrC","YqfF","HtrC","string-db","224308.BSU40360/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_30150","YqfF","YtdP","BSU_25330","BSU_30150","YqfF","YtdP","string-db","224308.BSU30150/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_36190","YqfF","RttN","BSU_25330","BSU_36190","YqfF","YwqJ","string-db","224308.BSU36190/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_31740","YqfF","YuxH","BSU_25330","pdeH","YqfF","YuxH","string-db","224308.BSU31740/224308.BSU25330","physical","txid224308" +"BSU_25330","BSU_26150","YqfF","YqbD","BSU_25330","BSU_26150","YqfF","YqbD","string-db","224308.BSU26150/224308.BSU25330","physical","txid224308" +"BSU_15280","BSU_28610","FtsA","YshA","ftsA","BSU_28610","FtsA","ZapA","string-db","224308.BSU28610/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_24300","FtsA","XseA","ftsA","BSU_24300","FtsA","XseA","string-db","224308.BSU24300/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_22320","FtsA","PonA","ftsA","ponA","FtsA","PonA","string-db","224308.BSU22320/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_15290","FtsA","FtsZ","ftsA","ftsZ","FtsA","FtsZ","subtiwiki","224308.BSU15290/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_16800","FtsA","SpoIIIE","ftsA","spoIIIE","FtsA","SpoIIIE","string-db","224308.BSU16800/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_25770","FtsA","SpoIVCA","ftsA","spoIVCA","FtsA","SpoIVCA","string-db","224308.BSU25770/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_15420","FtsA","DivIVA","ftsA","divIVA","FtsA","DivIVA","string-db","224308.BSU15420/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_39580","FtsA","YxeE","ftsA","yxeE","FtsA","YxeE","string-db","224308.BSU39580/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_15890","FtsA","PlsX","ftsA","plsX","FtsA","PlsX","subtiwiki","224308.BSU15280/224308.BSU15890","physical","txid224308" +"BSU_15280","BSU_26150","FtsA","YqbD","ftsA","BSU_26150","FtsA","YqbD","string-db","224308.BSU26150/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_29610","FtsA","EzrA","ftsA","ezrA","FtsA","EzrA","string-db","224308.BSU29610/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_25330","FtsA","YqfF","ftsA","BSU_25330","FtsA","YqfF","string-db","224308.BSU25330/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_15390","FtsA","SepF","ftsA","sepF","FtsA","SepF","string-db","224308.BSU15390/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_26030","FtsA","YqbO","ftsA","BSU_26030","FtsA","YqbO","string-db","224308.BSU26030/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_35260","FtsA","FtsE","ftsA","ftsE","FtsA","FtsE","string-db","224308.BSU35260/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_30540","FtsA","AsnB","ftsA","BSU_30540","FtsA","AsnB","string-db","224308.BSU30540/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_36410","FtsA","Mbl","ftsA","mbl","FtsA","Mbl","string-db","224308.BSU36410/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_17890","FtsA","Tkt","ftsA","tkt","FtsA","Tkt","string-db","224308.BSU17890/224308.BSU15280","physical","txid224308" +"BSU_15280","BSU_35250","FtsA","FtsX","ftsA","ftsX","FtsA","FtsX","string-db","224308.BSU35250/224308.BSU15280","physical","txid224308" +"BSU_37030","BSU_40360","RacA","HtrC","racA","htrC","RacA","HtrC","string-db","224308.BSU40360/224308.BSU37030","physical","txid224308" +"BSU_37030","BSU_40960","RacA","ParB","racA","parB","RacA","ParB","string-db","224308.BSU40960/224308.BSU37030","physical","txid224308" +"BSU_37030","BSU_40970","RacA","ParA","racA","parA","RacA","ParA","string-db","224308.BSU40970/224308.BSU37030","physical","txid224308" +"BSU_37030","BSU_37420","RacA","AlbF","racA","albF","RacA","AlbF","string-db","224308.BSU37420/224308.BSU37030","physical","txid224308" +"BSU_37030","BSU_00880","RacA","DisA","racA","disA","RacA","DisA","subtiwiki","224308.BSU37030/224308.BSU00880","physical","txid224308" +"BSU_26030","BSU_33690","YqbO","YvaQ","BSU_26030","yvaQ","YqbO","YvaQ","string-db","224308.BSU33690/224308.BSU26030","physical","txid224308" +"BSU_26030","BSU_40360","YqbO","HtrC","BSU_26030","htrC","YqbO","HtrC","string-db","224308.BSU40360/224308.BSU26030","physical","txid224308" +"BSU_26030","BSU_36260","YqbO","YwqC","BSU_26030","tkmA","YqbO","TkmA","string-db","224308.BSU36260/224308.BSU26030","physical","txid224308" +"BSU_00630","BSU_28870","YabR","InfC","yabR","infC","YabR","InfC","subtiwiki","224308.BSU00630/224308.BSU28870","physical","txid224308" +"BSU_00630","BSU_28580","YabR","MutSB","yabR","BSU_28580","YabR","RqcU","subtiwiki","224308.BSU00630/224308.BSU28580","physical","txid224308" +"BSU_00630","BSU_40910","YabR","RpsF","yabR","rpsF","YabR","RpsF","subtiwiki","224308.BSU00630/224308.BSU40910","physical","txid224308" +"BSU_00630","BSU_01220","YabR","RpsC","yabR","rpsC","YabR","RpsC","string-db","224308.BSU01220/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_16680","YabR","RpsO","yabR","rpsO","YabR","RpsO","string-db","224308.BSU16680/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01250","YabR","RpsQ","yabR","rpsQ","YabR","RpsQ","string-db","224308.BSU01250/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01330","YabR","RpsE","yabR","rpsE","YabR","RpsE","string-db","224308.BSU01330/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01110","YabR","RpsG","yabR","rpsG","YabR","RpsG","subtiwiki","224308.BSU01110/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_35310","YabR","Hpf","yabR","hpf","YabR","Hpf","string-db","224308.BSU35310/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01420","YabR","RpsK","yabR","rpsK","YabR","RpsK","subtiwiki","224308.BSU00630/224308.BSU01420","physical","txid224308" +"BSU_00630","BSU_01200","YabR","RpsS","yabR","rpsS","YabR","RpsS","string-db","224308.BSU01200/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01300","YabR","RpsH","yabR","rpsH","YabR","RpsH","string-db","224308.BSU01300/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_01500","YabR","RpsI","yabR","rpsI","YabR","RpsI","string-db","224308.BSU01500/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_16490","YabR","RpsB","yabR","rpsB","YabR","RpsB","string-db","224308.BSU16490/224308.BSU00630","physical","txid224308" +"BSU_00630","BSU_40890","YabR","RpsR","yabR","rpsR","YabR","RpsR","subtiwiki","224308.BSU00630/224308.BSU40890","physical","txid224308" +"BSU_00630","BSU_22880","YabR","RpfA","yabR","BSU_22880","YabR","RpsA","string-db","224308.BSU22880/224308.BSU00630","physical","txid224308" +"BSU_01200","BSU_29660","RpsS","RpsD","rpsS","rpsD","RpsS","RpsD","string-db","224308.BSU29660/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_31390","RpsS","YugI","rpsS","yugI","RpsS","YugI","subtiwiki","224308.BSU01200/224308.BSU31390","physical","txid224308" +"BSU_01200","BSU_16500","RpsS","Tsf","rpsS","tsf","RpsS","Tsf","subtiwiki","224308.BSU01200/224308.BSU16500","physical","txid224308" +"BSU_01200","BSU_37120","RpsS","FbaA","rpsS","BSU_37120","RpsS","FbaA","subtiwiki","224308.BSU01200/224308.BSU37120","physical","txid224308" +"BSU_01200","BSU_28870","RpsS","InfC","rpsS","infC","RpsS","InfC","subtiwiki","224308.BSU01200/224308.BSU28870","physical","txid224308" +"BSU_01200","BSU_28860","RpsS","RpmI","rpsS","rpmI","RpsS","RpmI","string-db","224308.BSU28860/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01310","RpsS","RplF","rpsS","rplF","RpsS","RplF","string-db","224308.BSU01310/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_16490","RpsS","RpsB","rpsS","rpsB","RpsS","RpsB","string-db","224308.BSU16490/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01230","RpsS","RplP","rpsS","rplP","RpsS","RplP","string-db","224308.BSU01230/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01210","RpsS","RplV","rpsS","rplV","RpsS","RplV","string-db","224308.BSU01210/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_15990","RpsS","RpsP","rpsS","rpsP","RpsS","RpsP","subtiwiki","224308.BSU15990/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01330","RpsS","RpsE","rpsS","rpsE","RpsS","RpsE","subtiwiki","224308.BSU01330/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_27600","RpsS","Rsh","rpsS","BSU_27600","RpsS","Rel","subtiwiki","224308.BSU01200/224308.BSU27600","physical","txid224308" +"BSU_01200","BSU_22880","RpsS","RpfA","rpsS","BSU_22880","RpsS","RpsA","string-db","224308.BSU22880/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01340","RpsS","RpmD","rpsS","rpmD","RpsS","RpmD","string-db","224308.BSU01340/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01410","RpsS","RpsM","rpsS","rpsM","RpsS","RpsM","subtiwiki","224308.BSU01200/224308.BSU01410","physical","txid224308" +"BSU_01200","BSU_16020","RpsS","RimM","rpsS","rimM","RpsS","RimM","subtiwiki","224308.BSU16020/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_37070","RpsS","RpmEA","rpsS","rpmE","RpsS","RpmE","subtiwiki","224308.BSU37070/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_25410","RpsS","RpsU","rpsS","BSU_25410","RpsS","RpsU","string-db","224308.BSU25410/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_40500","RpsS","RplI","rpsS","BSU_40500","RpsS","RplI","string-db","224308.BSU40500/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_15080","RpsS","RpmF","rpsS","rpmF","RpsS","RpmF","string-db","224308.BSU15080/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01490","RpsS","RplM","rpsS","rplM","RpsS","RplM","string-db","224308.BSU01490/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01300","RpsS","RpsH","rpsS","rpsH","RpsS","RpsH","subtiwiki","224308.BSU01200/224308.BSU01300","physical","txid224308" +"BSU_01200","BSU_01500","RpsS","RpsI","rpsS","rpsI","RpsS","RpsI","subtiwiki","224308.BSU01200/224308.BSU01500","physical","txid224308" +"BSU_01200","BSU_27940","RpsS","RpmA","rpsS","rpmA","RpsS","RpmA","string-db","224308.BSU27940/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01320","RpsS","RplR","rpsS","rplR","RpsS","RplR","string-db","224308.BSU01320/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01260","RpsS","RplNA","rpsS","rplN","RpsS","RplN","string-db","224308.BSU01260/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01440","RpsS","RplQ","rpsS","rplQ","RpsS","RplQ","string-db","224308.BSU01440/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_28580","RpsS","MutSB","rpsS","BSU_28580","RpsS","RqcU","string-db","224308.BSU28580/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_16040","RpsS","RplS","rpsS","rplS","RpsS","RplS","string-db","224308.BSU16040/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_28850","RpsS","RplT","rpsS","rplT","RpsS","RplT","string-db","224308.BSU28850/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_27960","RpsS","RplU","rpsS","rplU","RpsS","RplU","string-db","224308.BSU27960/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_16680","RpsS","RpsO","rpsS","rpsO","RpsS","RpsO","string-db","224308.BSU16680/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01280","RpsS","RplE","rpsS","rplE","RpsS","RplE","subtiwiki","224308.BSU01200/224308.BSU01280","physical","txid224308" +"BSU_01200","BSU_01400","RpsS","RpmJ","rpsS","rpmJ","RpsS","RpmJ","string-db","224308.BSU01400/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_05610","RpsS","VmlR","rpsS","vmlR","RpsS","VmlR","string-db","224308.BSU05610/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_35310","RpsS","Hpf","rpsS","hpf","RpsS","Hpf","subtiwiki","224308.BSU35310/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01220","RpsS","RpsC","rpsS","rpsC","RpsS","RpsC","string-db","224308.BSU01220/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01420","RpsS","RpsK","rpsS","rpsK","RpsS","RpsK","string-db","224308.BSU01420/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01240","RpsS","RpmC","rpsS","rpmC","RpsS","RpmC","string-db","224308.BSU01240/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01350","RpsS","RplO","rpsS","rplO","RpsS","RplO","string-db","224308.BSU01350/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01270","RpsS","RplX","rpsS","rplX","RpsS","RplX","string-db","224308.BSU01270/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01250","RpsS","RpsQ","rpsS","rpsQ","RpsS","RpsQ","string-db","224308.BSU01250/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_23880","RpsS","MifM","rpsS","mifM","RpsS","MifM","string-db","224308.BSU23880/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_01290","RpsS","RpsNA","rpsS","rpsN","RpsS","RpsN","subtiwiki","224308.BSU01290/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_24900","RpsS","RpmGA","rpsS","BSU_24900","RpsS","RpmGA","string-db","224308.BSU24900/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_25550","RpsS","RpsT","rpsS","BSU_25550","RpsS","RpsT","string-db","224308.BSU25550/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_15820","RpsS","RpmB","rpsS","rpmB","RpsS","RpmB","string-db","224308.BSU15820/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_40890","RpsS","RpsR","rpsS","rpsR","RpsS","RpsR","string-db","224308.BSU40890/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_41060","RpsS","RpmH","rpsS","rpmH","RpsS","RpmH","string-db","224308.BSU41060/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_15980","RpsS","Ffh","rpsS","ffh","RpsS","Ffh","string-db","224308.BSU15980/224308.BSU01200","physical","txid224308" +"BSU_01200","BSU_40910","RpsS","RpsF","rpsS","rpsF","RpsS","RpsF","string-db","224308.BSU40910/224308.BSU01200","physical","txid224308" +"BSU_16680","BSU_29660","RpsO","RpsD","rpsO","rpsD","RpsO","RpsD","string-db","224308.BSU29660/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_25410","RpsO","RpsU","rpsO","BSU_25410","RpsO","RpsU","string-db","224308.BSU25410/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_40890","RpsO","RpsR","rpsO","rpsR","RpsO","RpsR","string-db","224308.BSU40890/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_27940","RpsO","RpmA","rpsO","rpmA","RpsO","RpmA","string-db","224308.BSU27940/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_35310","RpsO","Hpf","rpsO","hpf","RpsO","Hpf","string-db","224308.BSU35310/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_23880","RpsO","MifM","rpsO","mifM","RpsO","MifM","string-db","224308.BSU23880/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_22880","RpsO","RpfA","rpsO","BSU_22880","RpsO","RpsA","string-db","224308.BSU22880/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_28580","RpsO","MutSB","rpsO","BSU_28580","RpsO","RqcU","string-db","224308.BSU28580/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_41060","RpsO","RpmH","rpsO","rpmH","RpsO","RpmH","string-db","224308.BSU41060/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_40500","RpsO","RplI","rpsO","BSU_40500","RpsO","RplI","string-db","224308.BSU40500/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_27600","RpsO","Rsh","rpsO","BSU_27600","RpsO","Rel","string-db","224308.BSU27600/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_25550","RpsO","RpsT","rpsO","BSU_25550","RpsO","RpsT","string-db","224308.BSU25550/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_40910","RpsO","RpsF","rpsO","rpsF","RpsO","RpsF","string-db","224308.BSU40910/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_28860","RpsO","RpmI","rpsO","rpmI","RpsO","RpmI","string-db","224308.BSU28860/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_37070","RpsO","RpmEA","rpsO","rpmE","RpsO","RpmE","string-db","224308.BSU37070/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_27960","RpsO","RplU","rpsO","rplU","RpsO","RplU","string-db","224308.BSU27960/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_24900","RpsO","RpmGA","rpsO","BSU_24900","RpsO","RpmGA","string-db","224308.BSU24900/224308.BSU16680","physical","txid224308" +"BSU_16680","BSU_28850","RpsO","RplT","rpsO","rplT","RpsO","RplT","string-db","224308.BSU28850/224308.BSU16680","physical","txid224308" +"BSU_35310","BSU_40890","Hpf","RpsR","hpf","rpsR","Hpf","RpsR","subtiwiki","224308.BSU35310/224308.BSU40890","physical","txid224308" +"BSU_35310","BSU_37070","Hpf","RpmEA","hpf","rpmE","Hpf","RpmE","string-db","224308.BSU37070/224308.BSU35310","physical","txid224308" +"BSU_35310","BSU_41060","Hpf","RpmH","hpf","rpmH","Hpf","RpmH","string-db","224308.BSU41060/224308.BSU35310","physical","txid224308" +"BSU_35310","BSU_40910","Hpf","RpsF","hpf","rpsF","Hpf","RpsF","string-db","224308.BSU40910/224308.BSU35310","physical","txid224308" +"BSU_01330","BSU_23880","RpsE","MifM","rpsE","mifM","RpsE","MifM","string-db","224308.BSU23880/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_14610","RpsE","PdhD","rpsE","pdhD","RpsE","PdhD","subtiwiki","224308.BSU01330/224308.BSU14610","physical","txid224308" +"BSU_01330","BSU_31390","RpsE","YugI","rpsE","yugI","RpsE","YugI","subtiwiki","224308.BSU01330/224308.BSU31390","physical","txid224308" +"BSU_01330","BSU_40090","RpsE","AhpC","rpsE","ahpC","RpsE","AhpC","subtiwiki","224308.BSU01330/224308.BSU40090","physical","txid224308" +"BSU_01330","BSU_28190","RpsE","YsxC","rpsE","ysxC","RpsE","YsxC","string-db","224308.BSU28190/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_15990","RpsE","RpsP","rpsE","rpsP","RpsE","RpsP","subtiwiki","224308.BSU01330/224308.BSU15990","physical","txid224308" +"BSU_01330","BSU_24900","RpsE","RpmGA","rpsE","BSU_24900","RpsE","RpmGA","string-db","224308.BSU24900/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_01420","RpsE","RpsK","rpsE","rpsK","RpsE","RpsK","subtiwiki","224308.BSU01330/224308.BSU01420","physical","txid224308" +"BSU_01330","BSU_27600","RpsE","Rsh","rpsE","BSU_27600","RpsE","Rel","string-db","224308.BSU27600/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_25410","RpsE","RpsU","rpsE","BSU_25410","RpsE","RpsU","subtiwiki","224308.BSU01330/224308.BSU25410","physical","txid224308" +"BSU_01330","BSU_27960","RpsE","RplU","rpsE","rplU","RpsE","RplU","string-db","224308.BSU27960/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_22880","RpsE","RpfA","rpsE","BSU_22880","RpsE","RpsA","subtiwiki","224308.BSU01330/224308.BSU22880","physical","txid224308" +"BSU_01330","BSU_01340","RpsE","RpmD","rpsE","rpmD","RpsE","RpmD","string-db","224308.BSU01340/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_37070","RpsE","RpmEA","rpsE","rpmE","RpsE","RpmE","string-db","224308.BSU37070/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_01500","RpsE","RpsI","rpsE","rpsI","RpsE","RpsI","subtiwiki","224308.BSU01330/224308.BSU01500","physical","txid224308" +"BSU_01330","BSU_01440","RpsE","RplQ","rpsE","rplQ","RpsE","RplQ","string-db","224308.BSU01440/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_01490","RpsE","RplM","rpsE","rplM","RpsE","RplM","string-db","224308.BSU01490/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_28860","RpsE","RpmI","rpsE","rpmI","RpsE","RpmI","string-db","224308.BSU28860/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_29660","RpsE","RpsD","rpsE","rpsD","RpsE","RpsD","subtiwiki","224308.BSU01330/224308.BSU29660","physical","txid224308" +"BSU_01330","BSU_16040","RpsE","RplS","rpsE","rplS","RpsE","RplS","string-db","224308.BSU16040/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_01350","RpsE","RplO","rpsE","rplO","RpsE","RplO","string-db","224308.BSU01350/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_15980","RpsE","Ffh","rpsE","ffh","RpsE","Ffh","string-db","224308.BSU15980/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_41060","RpsE","RpmH","rpsE","rpmH","RpsE","RpmH","string-db","224308.BSU41060/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_15080","RpsE","RpmF","rpsE","rpmF","RpsE","RpmF","string-db","224308.BSU15080/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_01400","RpsE","RpmJ","rpsE","rpmJ","RpsE","RpmJ","string-db","224308.BSU01400/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_27940","RpsE","RpmA","rpsE","rpmA","RpsE","RpmA","string-db","224308.BSU27940/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_40500","RpsE","RplI","rpsE","BSU_40500","RpsE","RplI","string-db","224308.BSU40500/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_25550","RpsE","RpsT","rpsE","BSU_25550","RpsE","RpsT","subtiwiki","224308.BSU01330/224308.BSU25550","physical","txid224308" +"BSU_01330","BSU_05610","RpsE","VmlR","rpsE","vmlR","RpsE","VmlR","string-db","224308.BSU05610/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_40910","RpsE","RpsF","rpsE","rpsF","RpsE","RpsF","subtiwiki","224308.BSU01330/224308.BSU40910","physical","txid224308" +"BSU_01330","BSU_15820","RpsE","RpmB","rpsE","rpmB","RpsE","RpmB","string-db","224308.BSU15820/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_40890","RpsE","RpsR","rpsE","rpsR","RpsE","RpsR","subtiwiki","224308.BSU01330/224308.BSU40890","physical","txid224308" +"BSU_01330","BSU_01410","RpsE","RpsM","rpsE","rpsM","RpsE","RpsM","subtiwiki","224308.BSU01330/224308.BSU01410","physical","txid224308" +"BSU_01330","BSU_28850","RpsE","RplT","rpsE","rplT","RpsE","RplT","string-db","224308.BSU28850/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_16680","RpsE","RpsO","rpsE","rpsO","RpsE","RpsO","subtiwiki","224308.BSU01330/224308.BSU16680","physical","txid224308" +"BSU_01330","BSU_28580","RpsE","MutSB","rpsE","BSU_28580","RpsE","RqcU","string-db","224308.BSU28580/224308.BSU01330","physical","txid224308" +"BSU_01330","BSU_16490","RpsE","RpsB","rpsE","rpsB","RpsE","RpsB","subtiwiki","224308.BSU01330/224308.BSU16490","physical","txid224308" +"BSU_01330","BSU_35310","RpsE","Hpf","rpsE","hpf","RpsE","Hpf","string-db","224308.BSU35310/224308.BSU01330","physical","txid224308" +"BSU_01500","BSU_25550","RpsI","RpsT","rpsI","BSU_25550","RpsI","RpsT","string-db","224308.BSU25550/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_15080","RpsI","RpmF","rpsI","rpmF","RpsI","RpmF","string-db","224308.BSU15080/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_41060","RpsI","RpmH","rpsI","rpmH","RpsI","RpmH","string-db","224308.BSU41060/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_22880","RpsI","RpfA","rpsI","BSU_22880","RpsI","RpsA","string-db","224308.BSU22880/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_24900","RpsI","RpmGA","rpsI","BSU_24900","RpsI","RpmGA","string-db","224308.BSU24900/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_25410","RpsI","RpsU","rpsI","BSU_25410","RpsI","RpsU","subtiwiki","224308.BSU25410/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_15820","RpsI","RpmB","rpsI","rpmB","RpsI","RpmB","string-db","224308.BSU15820/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_27960","RpsI","RplU","rpsI","rplU","RpsI","RplU","string-db","224308.BSU27960/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_29660","RpsI","RpsD","rpsI","rpsD","RpsI","RpsD","string-db","224308.BSU29660/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_15980","RpsI","Ffh","rpsI","ffh","RpsI","Ffh","string-db","224308.BSU15980/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_40890","RpsI","RpsR","rpsI","rpsR","RpsI","RpsR","string-db","224308.BSU40890/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_28850","RpsI","RplT","rpsI","rplT","RpsI","RplT","string-db","224308.BSU28850/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_37070","RpsI","RpmEA","rpsI","rpmE","RpsI","RpmE","string-db","224308.BSU37070/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_27940","RpsI","RpmA","rpsI","rpmA","RpsI","RpmA","subtiwiki","224308.BSU27940/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_40500","RpsI","RplI","rpsI","BSU_40500","RpsI","RplI","string-db","224308.BSU40500/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_05610","RpsI","VmlR","rpsI","vmlR","RpsI","VmlR","string-db","224308.BSU05610/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_28860","RpsI","RpmI","rpsI","rpmI","RpsI","RpmI","string-db","224308.BSU28860/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_16490","RpsI","RpsB","rpsI","rpsB","RpsI","RpsB","string-db","224308.BSU16490/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_35310","RpsI","Hpf","rpsI","hpf","RpsI","Hpf","string-db","224308.BSU35310/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_27600","RpsI","Rsh","rpsI","BSU_27600","RpsI","Rel","string-db","224308.BSU27600/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_28580","RpsI","MutSB","rpsI","BSU_28580","RpsI","RqcU","string-db","224308.BSU28580/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_15990","RpsI","RpsP","rpsI","rpsP","RpsI","RpsP","subtiwiki","224308.BSU15990/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_40910","RpsI","RpsF","rpsI","rpsF","RpsI","RpsF","string-db","224308.BSU40910/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_16680","RpsI","RpsO","rpsI","rpsO","RpsI","RpsO","string-db","224308.BSU16680/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_23880","RpsI","MifM","rpsI","mifM","RpsI","MifM","string-db","224308.BSU23880/224308.BSU01500","physical","txid224308" +"BSU_01500","BSU_16040","RpsI","RplS","rpsI","rplS","RpsI","RplS","subtiwiki","224308.BSU16040/224308.BSU01500","physical","txid224308" +"BSU_01250","BSU_40500","RpsQ","RplI","rpsQ","BSU_40500","RpsQ","RplI","string-db","224308.BSU40500/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_37070","RpsQ","RpmEA","rpsQ","rpmE","RpsQ","RpmE","string-db","224308.BSU37070/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01420","RpsQ","RpsK","rpsQ","rpsK","RpsQ","RpsK","string-db","224308.BSU01420/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01340","RpsQ","RpmD","rpsQ","rpmD","RpsQ","RpmD","string-db","224308.BSU01340/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_27940","RpsQ","RpmA","rpsQ","rpmA","RpsQ","RpmA","string-db","224308.BSU27940/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01290","RpsQ","RpsNA","rpsQ","rpsN","RpsQ","RpsN","subtiwiki","224308.BSU01290/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_28850","RpsQ","RplT","rpsQ","rplT","RpsQ","RplT","string-db","224308.BSU28850/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_28580","RpsQ","MutSB","rpsQ","BSU_28580","RpsQ","RqcU","string-db","224308.BSU28580/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01300","RpsQ","RpsH","rpsQ","rpsH","RpsQ","RpsH","subtiwiki","224308.BSU01250/224308.BSU01300","physical","txid224308" +"BSU_01250","BSU_27960","RpsQ","RplU","rpsQ","rplU","RpsQ","RplU","string-db","224308.BSU27960/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_28860","RpsQ","RpmI","rpsQ","rpmI","RpsQ","RpmI","string-db","224308.BSU28860/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01440","RpsQ","RplQ","rpsQ","rplQ","RpsQ","RplQ","string-db","224308.BSU01440/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01330","RpsQ","RpsE","rpsQ","rpsE","RpsQ","RpsE","subtiwiki","224308.BSU01330/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01270","RpsQ","RplX","rpsQ","rplX","RpsQ","RplX","string-db","224308.BSU01270/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_16490","RpsQ","RpsB","rpsQ","rpsB","RpsQ","RpsB","string-db","224308.BSU16490/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01320","RpsQ","RplR","rpsQ","rplR","RpsQ","RplR","string-db","224308.BSU01320/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_16040","RpsQ","RplS","rpsQ","rplS","RpsQ","RplS","string-db","224308.BSU16040/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01350","RpsQ","RplO","rpsQ","rplO","RpsQ","RplO","string-db","224308.BSU01350/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_40890","RpsQ","RpsR","rpsQ","rpsR","RpsQ","RpsR","string-db","224308.BSU40890/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_24900","RpsQ","RpmGA","rpsQ","BSU_24900","RpsQ","RpmGA","string-db","224308.BSU24900/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_29660","RpsQ","RpsD","rpsQ","rpsD","RpsQ","RpsD","string-db","224308.BSU29660/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_15080","RpsQ","RpmF","rpsQ","rpmF","RpsQ","RpmF","string-db","224308.BSU15080/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_25550","RpsQ","RpsT","rpsQ","BSU_25550","RpsQ","RpsT","string-db","224308.BSU25550/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01490","RpsQ","RplM","rpsQ","rplM","RpsQ","RplM","string-db","224308.BSU01490/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01310","RpsQ","RplF","rpsQ","rplF","RpsQ","RplF","string-db","224308.BSU01310/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01260","RpsQ","RplNA","rpsQ","rplN","RpsQ","RplN","string-db","224308.BSU01260/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_16680","RpsQ","RpsO","rpsQ","rpsO","RpsQ","RpsO","string-db","224308.BSU16680/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01400","RpsQ","RpmJ","rpsQ","rpmJ","RpsQ","RpmJ","string-db","224308.BSU01400/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_40910","RpsQ","RpsF","rpsQ","rpsF","RpsQ","RpsF","string-db","224308.BSU40910/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_05610","RpsQ","VmlR","rpsQ","vmlR","RpsQ","VmlR","string-db","224308.BSU05610/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_15990","RpsQ","RpsP","rpsQ","rpsP","RpsQ","RpsP","subtiwiki","224308.BSU15990/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_25410","RpsQ","RpsU","rpsQ","BSU_25410","RpsQ","RpsU","string-db","224308.BSU25410/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_15980","RpsQ","Ffh","rpsQ","ffh","RpsQ","Ffh","string-db","224308.BSU15980/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_41060","RpsQ","RpmH","rpsQ","rpmH","RpsQ","RpmH","string-db","224308.BSU41060/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_22880","RpsQ","RpfA","rpsQ","BSU_22880","RpsQ","RpsA","string-db","224308.BSU22880/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01500","RpsQ","RpsI","rpsQ","rpsI","RpsQ","RpsI","string-db","224308.BSU01500/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01410","RpsQ","RpsM","rpsQ","rpsM","RpsQ","RpsM","string-db","224308.BSU01410/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_01280","RpsQ","RplE","rpsQ","rplE","RpsQ","RplE","string-db","224308.BSU01280/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_35310","RpsQ","Hpf","rpsQ","hpf","RpsQ","Hpf","string-db","224308.BSU35310/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_15820","RpsQ","RpmB","rpsQ","rpmB","RpsQ","RpmB","string-db","224308.BSU15820/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_27600","RpsQ","Rsh","rpsQ","BSU_27600","RpsQ","Rel","string-db","224308.BSU27600/224308.BSU01250","physical","txid224308" +"BSU_01250","BSU_23880","RpsQ","MifM","rpsQ","mifM","RpsQ","MifM","string-db","224308.BSU23880/224308.BSU01250","physical","txid224308" +"BSU_01420","BSU_22880","RpsK","RpfA","rpsK","BSU_22880","RpsK","RpsA","string-db","224308.BSU22880/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_28230","RpsK","Tig","rpsK","tig","RpsK","Tig","subtiwiki","224308.BSU01420/224308.BSU28230","physical","txid224308" +"BSU_01420","BSU_29660","RpsK","RpsD","rpsK","rpsD","RpsK","RpsD","string-db","224308.BSU29660/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_15820","RpsK","RpmB","rpsK","rpmB","RpsK","RpmB","string-db","224308.BSU15820/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_35310","RpsK","Hpf","rpsK","hpf","RpsK","Hpf","string-db","224308.BSU35310/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_41060","RpsK","RpmH","rpsK","rpmH","RpsK","RpmH","string-db","224308.BSU41060/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_25410","RpsK","RpsU","rpsK","BSU_25410","RpsK","RpsU","subtiwiki","224308.BSU25410/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_15990","RpsK","RpsP","rpsK","rpsP","RpsK","RpsP","subtiwiki","224308.BSU15990/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_27960","RpsK","RplU","rpsK","rplU","RpsK","RplU","string-db","224308.BSU27960/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_16680","RpsK","RpsO","rpsK","rpsO","RpsK","RpsO","string-db","224308.BSU16680/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_16040","RpsK","RplS","rpsK","rplS","RpsK","RplS","string-db","224308.BSU16040/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_16490","RpsK","RpsB","rpsK","rpsB","RpsK","RpsB","string-db","224308.BSU16490/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_37070","RpsK","RpmEA","rpsK","rpmE","RpsK","RpmE","string-db","224308.BSU37070/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_27940","RpsK","RpmA","rpsK","rpmA","RpsK","RpmA","subtiwiki","224308.BSU27940/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_01490","RpsK","RplM","rpsK","rplM","RpsK","RplM","string-db","224308.BSU01490/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_15080","RpsK","RpmF","rpsK","rpmF","RpsK","RpmF","string-db","224308.BSU15080/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_28860","RpsK","RpmI","rpsK","rpmI","RpsK","RpmI","string-db","224308.BSU28860/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_28850","RpsK","RplT","rpsK","rplT","RpsK","RplT","string-db","224308.BSU28850/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_27600","RpsK","Rsh","rpsK","BSU_27600","RpsK","Rel","string-db","224308.BSU27600/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_40910","RpsK","RpsF","rpsK","rpsF","RpsK","RpsF","string-db","224308.BSU40910/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_25550","RpsK","RpsT","rpsK","BSU_25550","RpsK","RpsT","string-db","224308.BSU25550/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_15980","RpsK","Ffh","rpsK","ffh","RpsK","Ffh","string-db","224308.BSU15980/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_28580","RpsK","MutSB","rpsK","BSU_28580","RpsK","RqcU","subtiwiki","224308.BSU01420/224308.BSU28580","physical","txid224308" +"BSU_01420","BSU_24900","RpsK","RpmGA","rpsK","BSU_24900","RpsK","RpmGA","string-db","224308.BSU24900/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_01500","RpsK","RpsI","rpsK","rpsI","RpsK","RpsI","string-db","224308.BSU01500/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_05610","RpsK","VmlR","rpsK","vmlR","RpsK","VmlR","string-db","224308.BSU05610/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_01440","RpsK","RplQ","rpsK","rplQ","RpsK","RplQ","string-db","224308.BSU01440/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_29740","RpsK","CcpA","rpsK","ccpA","RpsK","CcpA","string-db","224308.BSU29740/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_40890","RpsK","RpsR","rpsK","rpsR","RpsK","RpsR","subtiwiki","224308.BSU01420/224308.BSU40890","physical","txid224308" +"BSU_01420","BSU_40500","RpsK","RplI","rpsK","BSU_40500","RpsK","RplI","string-db","224308.BSU40500/224308.BSU01420","physical","txid224308" +"BSU_01420","BSU_23880","RpsK","MifM","rpsK","mifM","RpsK","MifM","string-db","224308.BSU23880/224308.BSU01420","physical","txid224308" +"BSU_22880","BSU_40890","RpfA","RpsR","BSU_22880","rpsR","RpsA","RpsR","string-db","224308.BSU40890/224308.BSU22880","physical","txid224308" +"BSU_22880","BSU_35310","RpfA","Hpf","BSU_22880","hpf","RpsA","Hpf","string-db","224308.BSU35310/224308.BSU22880","physical","txid224308" +"BSU_22880","BSU_29740","RpfA","CcpA","BSU_22880","ccpA","RpsA","CcpA","string-db","224308.BSU29740/224308.BSU22880","physical","txid224308" +"BSU_01220","BSU_01280","RpsC","RplE","rpsC","rplE","RpsC","RplE","string-db","224308.BSU01280/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_41060","RpsC","RpmH","rpsC","rpmH","RpsC","RpmH","string-db","224308.BSU41060/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_35310","RpsC","Hpf","rpsC","hpf","RpsC","Hpf","string-db","224308.BSU35310/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_15080","RpsC","RpmF","rpsC","rpmF","RpsC","RpmF","string-db","224308.BSU15080/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_29740","RpsC","CcpA","rpsC","ccpA","RpsC","CcpA","string-db","224308.BSU29740/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_40910","RpsC","RpsF","rpsC","rpsF","RpsC","RpsF","string-db","224308.BSU40910/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_24900","RpsC","RpmGA","rpsC","BSU_24900","RpsC","RpmGA","string-db","224308.BSU24900/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_16680","RpsC","RpsO","rpsC","rpsO","RpsC","RpsO","string-db","224308.BSU16680/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01300","RpsC","RpsH","rpsC","rpsH","RpsC","RpsH","string-db","224308.BSU01300/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01500","RpsC","RpsI","rpsC","rpsI","RpsC","RpsI","string-db","224308.BSU01500/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_28850","RpsC","RplT","rpsC","rplT","RpsC","RplT","string-db","224308.BSU28850/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01410","RpsC","RpsM","rpsC","rpsM","RpsC","RpsM","string-db","224308.BSU01410/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_29660","RpsC","RpsD","rpsC","rpsD","RpsC","RpsD","string-db","224308.BSU29660/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_40440","RpsC","DnaC","rpsC","BSU_40440","RpsC","DnaC","string-db","224308.BSU40440/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_05610","RpsC","VmlR","rpsC","vmlR","RpsC","VmlR","string-db","224308.BSU05610/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_25410","RpsC","RpsU","rpsC","BSU_25410","RpsC","RpsU","string-db","224308.BSU25410/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_15990","RpsC","RpsP","rpsC","rpsP","RpsC","RpsP","subtiwiki","224308.BSU15990/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_15980","RpsC","Ffh","rpsC","ffh","RpsC","Ffh","string-db","224308.BSU15980/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01320","RpsC","RplR","rpsC","rplR","RpsC","RplR","string-db","224308.BSU01320/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01310","RpsC","RplF","rpsC","rplF","RpsC","RplF","string-db","224308.BSU01310/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01440","RpsC","RplQ","rpsC","rplQ","RpsC","RplQ","string-db","224308.BSU01440/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01270","RpsC","RplX","rpsC","rplX","RpsC","RplX","string-db","224308.BSU01270/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_40500","RpsC","RplI","rpsC","BSU_40500","RpsC","RplI","string-db","224308.BSU40500/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01260","RpsC","RplNA","rpsC","rplN","RpsC","RplN","string-db","224308.BSU01260/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01230","RpsC","RplP","rpsC","rplP","RpsC","RplP","string-db","224308.BSU01230/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01330","RpsC","RpsE","rpsC","rpsE","RpsC","RpsE","subtiwiki","224308.BSU01330/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01290","RpsC","RpsNA","rpsC","rpsN","RpsC","RpsN","subtiwiki","224308.BSU01290/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_40890","RpsC","RpsR","rpsC","rpsR","RpsC","RpsR","string-db","224308.BSU40890/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_28580","RpsC","MutSB","rpsC","BSU_28580","RpsC","RqcU","string-db","224308.BSU28580/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_25550","RpsC","RpsT","rpsC","BSU_25550","RpsC","RpsT","string-db","224308.BSU25550/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_15280","RpsC","FtsA","rpsC","ftsA","RpsC","FtsA","string-db","224308.BSU15280/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01250","RpsC","RpsQ","rpsC","rpsQ","RpsC","RpsQ","string-db","224308.BSU01250/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01420","RpsC","RpsK","rpsC","rpsK","RpsC","RpsK","string-db","224308.BSU01420/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01240","RpsC","RpmC","rpsC","rpmC","RpsC","RpmC","string-db","224308.BSU01240/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_37070","RpsC","RpmEA","rpsC","rpmE","RpsC","RpmE","string-db","224308.BSU37070/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01350","RpsC","RplO","rpsC","rplO","RpsC","RplO","string-db","224308.BSU01350/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_16040","RpsC","RplS","rpsC","rplS","RpsC","RplS","string-db","224308.BSU16040/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01400","RpsC","RpmJ","rpsC","rpmJ","RpsC","RpmJ","string-db","224308.BSU01400/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_23880","RpsC","MifM","rpsC","mifM","RpsC","MifM","string-db","224308.BSU23880/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_27940","RpsC","RpmA","rpsC","rpmA","RpsC","RpmA","string-db","224308.BSU27940/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_15820","RpsC","RpmB","rpsC","rpmB","RpsC","RpmB","string-db","224308.BSU15820/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_27600","RpsC","Rsh","rpsC","BSU_27600","RpsC","Rel","string-db","224308.BSU27600/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_28860","RpsC","RpmI","rpsC","rpmI","RpsC","RpmI","string-db","224308.BSU28860/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01490","RpsC","RplM","rpsC","rplM","RpsC","RplM","string-db","224308.BSU01490/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_19400","RpsC","SodC","rpsC","BSU_19400","RpsC","SodC","string-db","224308.BSU19400/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_16490","RpsC","RpsB","rpsC","rpsB","RpsC","RpsB","subtiwiki","224308.BSU16490/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_22880","RpsC","RpfA","rpsC","BSU_22880","RpsC","RpsA","subtiwiki","224308.BSU22880/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_01340","RpsC","RpmD","rpsC","rpmD","RpsC","RpmD","string-db","224308.BSU01340/224308.BSU01220","physical","txid224308" +"BSU_01220","BSU_27960","RpsC","RplU","rpsC","rplU","RpsC","RplU","string-db","224308.BSU27960/224308.BSU01220","physical","txid224308" +"BSU_16490","BSU_28860","RpsB","RpmI","rpsB","rpmI","RpsB","RpmI","string-db","224308.BSU28860/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_22880","RpsB","RpfA","rpsB","BSU_22880","RpsB","RpsA","subtiwiki","224308.BSU22880/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_27600","RpsB","Rsh","rpsB","BSU_27600","RpsB","Rel","string-db","224308.BSU27600/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_27960","RpsB","RplU","rpsB","rplU","RpsB","RplU","subtiwiki","224308.BSU27960/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_40500","RpsB","RplI","rpsB","BSU_40500","RpsB","RplI","string-db","224308.BSU40500/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_28850","RpsB","RplT","rpsB","rplT","RpsB","RplT","string-db","224308.BSU28850/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_37070","RpsB","RpmEA","rpsB","rpmE","RpsB","RpmE","string-db","224308.BSU37070/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_24900","RpsB","RpmGA","rpsB","BSU_24900","RpsB","RpmGA","string-db","224308.BSU24900/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_40890","RpsB","RpsR","rpsB","rpsR","RpsB","RpsR","subtiwiki","224308.BSU40890/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_16680","RpsB","RpsO","rpsB","rpsO","RpsB","RpsO","string-db","224308.BSU16680/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_35310","RpsB","Hpf","rpsB","hpf","RpsB","Hpf","subtiwiki","224308.BSU16490/224308.BSU35310","physical","txid224308" +"BSU_16490","BSU_27940","RpsB","RpmA","rpsB","rpmA","RpsB","RpmA","string-db","224308.BSU27940/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_41060","RpsB","RpmH","rpsB","rpmH","RpsB","RpmH","string-db","224308.BSU41060/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_23880","RpsB","MifM","rpsB","mifM","RpsB","MifM","string-db","224308.BSU23880/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_29660","RpsB","RpsD","rpsB","rpsD","RpsB","RpsD","string-db","224308.BSU29660/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_40910","RpsB","RpsF","rpsB","rpsF","RpsB","RpsF","string-db","224308.BSU40910/224308.BSU16490","physical","txid224308" +"BSU_16490","BSU_25550","RpsB","RpsT","rpsB","BSU_25550","RpsB","RpsT","string-db","224308.BSU25550/224308.BSU16490","physical","txid224308" +"BSU_01110","BSU_40890","RpsG","RpsR","rpsG","rpsR","RpsG","RpsR","string-db","224308.BSU40890/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_16650","RpsG","RbfA","rpsG","rbfA","RpsG","RbfA","subtiwiki","224308.BSU01110/224308.BSU16650","physical","txid224308" +"BSU_01110","BSU_15920","RpsG","AcpA","rpsG","acpA","RpsG","AcpA","subtiwiki","224308.BSU01110/224308.BSU15920","physical","txid224308" +"BSU_01110","BSU_15080","RpsG","RpmF","rpsG","rpmF","RpsG","RpmF","string-db","224308.BSU15080/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01340","RpsG","RpmD","rpsG","rpmD","RpsG","RpmD","string-db","224308.BSU01340/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_27940","RpsG","RpmA","rpsG","rpmA","RpsG","RpmA","string-db","224308.BSU27940/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_25410","RpsG","RpsU","rpsG","BSU_25410","RpsG","RpsU","string-db","224308.BSU25410/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01200","RpsG","RpsS","rpsG","rpsS","RpsG","RpsS","subtiwiki","224308.BSU01200/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_15820","RpsG","RpmB","rpsG","rpmB","RpsG","RpmB","string-db","224308.BSU15820/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_28850","RpsG","RplT","rpsG","rplT","RpsG","RplT","string-db","224308.BSU28850/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_05610","RpsG","VmlR","rpsG","vmlR","RpsG","VmlR","string-db","224308.BSU05610/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01420","RpsG","RpsK","rpsG","rpsK","RpsG","RpsK","subtiwiki","224308.BSU01110/224308.BSU01420","physical","txid224308" +"BSU_01110","BSU_01440","RpsG","RplQ","rpsG","rplQ","RpsG","RplQ","string-db","224308.BSU01440/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01500","RpsG","RpsI","rpsG","rpsI","RpsG","RpsI","string-db","224308.BSU01500/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01240","RpsG","RpmC","rpsG","rpmC","RpsG","RpmC","subtiwiki","224308.BSU01240/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_23880","RpsG","MifM","rpsG","mifM","RpsG","MifM","string-db","224308.BSU23880/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_25550","RpsG","RpsT","rpsG","BSU_25550","RpsG","RpsT","string-db","224308.BSU25550/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_27960","RpsG","RplU","rpsG","rplU","RpsG","RplU","string-db","224308.BSU27960/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01490","RpsG","RplM","rpsG","rplM","RpsG","RplM","string-db","224308.BSU01490/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_40500","RpsG","RplI","rpsG","BSU_40500","RpsG","RplI","string-db","224308.BSU40500/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01190","RpsG","RplB","rpsG","rplB","RpsG","RplB","string-db","224308.BSU01190/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_27600","RpsG","Rsh","rpsG","BSU_27600","RpsG","Rel","string-db","224308.BSU27600/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01250","RpsG","RpsQ","rpsG","rpsQ","RpsG","RpsQ","string-db","224308.BSU01250/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_24900","RpsG","RpmGA","rpsG","BSU_24900","RpsG","RpmGA","string-db","224308.BSU24900/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01220","RpsG","RpsC","rpsG","rpsC","RpsG","RpsC","string-db","224308.BSU01220/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01300","RpsG","RpsH","rpsG","rpsH","RpsG","RpsH","string-db","224308.BSU01300/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_35310","RpsG","Hpf","rpsG","hpf","RpsG","Hpf","string-db","224308.BSU35310/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_28860","RpsG","RpmI","rpsG","rpmI","RpsG","RpmI","string-db","224308.BSU28860/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_29660","RpsG","RpsD","rpsG","rpsD","RpsG","RpsD","subtiwiki","224308.BSU29660/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01210","RpsG","RplV","rpsG","rplV","RpsG","RplV","string-db","224308.BSU01210/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01170","RpsG","RplD","rpsG","rplD","RpsG","RplD","string-db","224308.BSU01170/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01350","RpsG","RplO","rpsG","rplO","RpsG","RplO","string-db","224308.BSU01350/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_37070","RpsG","RpmEA","rpsG","rpmE","RpsG","RpmE","string-db","224308.BSU37070/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_16490","RpsG","RpsB","rpsG","rpsB","RpsG","RpsB","string-db","224308.BSU16490/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_28580","RpsG","MutSB","rpsG","BSU_28580","RpsG","RqcU","subtiwiki","224308.BSU01110/224308.BSU28580","physical","txid224308" +"BSU_01110","BSU_01320","RpsG","RplR","rpsG","rplR","RpsG","RplR","string-db","224308.BSU01320/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01230","RpsG","RplP","rpsG","rplP","RpsG","RplP","string-db","224308.BSU01230/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_15990","RpsG","RpsP","rpsG","rpsP","RpsG","RpsP","subtiwiki","224308.BSU15990/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_40910","RpsG","RpsF","rpsG","rpsF","RpsG","RpsF","string-db","224308.BSU40910/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01260","RpsG","RplNA","rpsG","rplN","RpsG","RplN","string-db","224308.BSU01260/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_16680","RpsG","RpsO","rpsG","rpsO","RpsG","RpsO","string-db","224308.BSU16680/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01290","RpsG","RpsNA","rpsG","rpsN","RpsG","RpsN","subtiwiki","224308.BSU01290/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01270","RpsG","RplX","rpsG","rplX","RpsG","RplX","string-db","224308.BSU01270/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01180","RpsG","RplW","rpsG","rplW","RpsG","RplW","string-db","224308.BSU01180/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01280","RpsG","RplE","rpsG","rplE","RpsG","RplE","string-db","224308.BSU01280/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_41060","RpsG","RpmH","rpsG","rpmH","RpsG","RpmH","string-db","224308.BSU41060/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01400","RpsG","RpmJ","rpsG","rpmJ","RpsG","RpmJ","string-db","224308.BSU01400/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01410","RpsG","RpsM","rpsG","rpsM","RpsG","RpsM","string-db","224308.BSU01410/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_15980","RpsG","Ffh","rpsG","ffh","RpsG","Ffh","string-db","224308.BSU15980/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_22880","RpsG","RpfA","rpsG","BSU_22880","RpsG","RpsA","string-db","224308.BSU22880/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_16040","RpsG","RplS","rpsG","rplS","RpsG","RplS","string-db","224308.BSU16040/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01330","RpsG","RpsE","rpsG","rpsE","RpsG","RpsE","subtiwiki","224308.BSU01330/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01310","RpsG","RplF","rpsG","rplF","RpsG","RplF","string-db","224308.BSU01310/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01150","RpsG","RpsJ","rpsG","rpsJ","RpsG","RpsJ","string-db","224308.BSU01150/224308.BSU01110","physical","txid224308" +"BSU_01110","BSU_01160","RpsG","RplC","rpsG","rplC","RpsG","RplC","string-db","224308.BSU01160/224308.BSU01110","physical","txid224308" +"BSU_40890","BSU_40910","RpsR","RpsF","rpsR","rpsF","RpsR","RpsF","subtiwiki","224308.BSU40910/224308.BSU40890","physical","txid224308" +"BSU_40890","BSU_25290","RpsR","Era","rpsR","era","RpsR","Era","subtiwiki","224308.BSU40890/224308.BSU25290","physical","txid224308" +"BSU_40890","BSU_05930","RpsR","RimI","rpsR","BSU_05930","RpsR","RimI","subtiwiki","224308.BSU40890/224308.BSU05930","physical","txid224308" +"BSU_40890","BSU_41060","RpsR","RpmH","rpsR","rpmH","RpsR","RpmH","string-db","224308.BSU41060/224308.BSU40890","physical","txid224308" +"BSU_01300","BSU_28850","RpsH","RplT","rpsH","rplT","RpsH","RplT","string-db","224308.BSU28850/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_25410","RpsH","RpsU","rpsH","BSU_25410","RpsH","RpsU","string-db","224308.BSU25410/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_15990","RpsH","RpsP","rpsH","rpsP","RpsH","RpsP","subtiwiki","224308.BSU15990/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_40910","RpsH","RpsF","rpsH","rpsF","RpsH","RpsF","string-db","224308.BSU40910/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01330","RpsH","RpsE","rpsH","rpsE","RpsH","RpsE","subtiwiki","224308.BSU01330/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_16490","RpsH","RpsB","rpsH","rpsB","RpsH","RpsB","subtiwiki","224308.BSU01300/224308.BSU16490","physical","txid224308" +"BSU_01300","BSU_40890","RpsH","RpsR","rpsH","rpsR","RpsH","RpsR","string-db","224308.BSU40890/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01440","RpsH","RplQ","rpsH","rplQ","RpsH","RplQ","string-db","224308.BSU01440/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01350","RpsH","RplO","rpsH","rplO","RpsH","RplO","string-db","224308.BSU01350/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_29660","RpsH","RpsD","rpsH","rpsD","RpsH","RpsD","string-db","224308.BSU29660/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01420","RpsH","RpsK","rpsH","rpsK","RpsH","RpsK","string-db","224308.BSU01420/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_41060","RpsH","RpmH","rpsH","rpmH","RpsH","RpmH","string-db","224308.BSU41060/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_22880","RpsH","RpfA","rpsH","BSU_22880","RpsH","RpsA","string-db","224308.BSU22880/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_23880","RpsH","MifM","rpsH","mifM","RpsH","MifM","string-db","224308.BSU23880/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01310","RpsH","RplF","rpsH","rplF","RpsH","RplF","string-db","224308.BSU01310/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_24900","RpsH","RpmGA","rpsH","BSU_24900","RpsH","RpmGA","string-db","224308.BSU24900/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_37070","RpsH","RpmEA","rpsH","rpmE","RpsH","RpmE","string-db","224308.BSU37070/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01320","RpsH","RplR","rpsH","rplR","RpsH","RplR","string-db","224308.BSU01320/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01400","RpsH","RpmJ","rpsH","rpmJ","RpsH","RpmJ","string-db","224308.BSU01400/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_35310","RpsH","Hpf","rpsH","hpf","RpsH","Hpf","string-db","224308.BSU35310/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_40500","RpsH","RplI","rpsH","BSU_40500","RpsH","RplI","string-db","224308.BSU40500/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_27940","RpsH","RpmA","rpsH","rpmA","RpsH","RpmA","string-db","224308.BSU27940/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_28580","RpsH","MutSB","rpsH","BSU_28580","RpsH","RqcU","string-db","224308.BSU28580/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_15080","RpsH","RpmF","rpsH","rpmF","RpsH","RpmF","subtiwiki","224308.BSU15080/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_28860","RpsH","RpmI","rpsH","rpmI","RpsH","RpmI","string-db","224308.BSU28860/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_16680","RpsH","RpsO","rpsH","rpsO","RpsH","RpsO","string-db","224308.BSU16680/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_15980","RpsH","Ffh","rpsH","ffh","RpsH","Ffh","string-db","224308.BSU15980/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01340","RpsH","RpmD","rpsH","rpmD","RpsH","RpmD","string-db","224308.BSU01340/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_15820","RpsH","RpmB","rpsH","rpmB","RpsH","RpmB","string-db","224308.BSU15820/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01500","RpsH","RpsI","rpsH","rpsI","RpsH","RpsI","string-db","224308.BSU01500/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_25550","RpsH","RpsT","rpsH","BSU_25550","RpsH","RpsT","subtiwiki","224308.BSU25550/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_05610","RpsH","VmlR","rpsH","vmlR","RpsH","VmlR","string-db","224308.BSU05610/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01490","RpsH","RplM","rpsH","rplM","RpsH","RplM","string-db","224308.BSU01490/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_27960","RpsH","RplU","rpsH","rplU","RpsH","RplU","string-db","224308.BSU27960/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_27600","RpsH","Rsh","rpsH","BSU_27600","RpsH","Rel","string-db","224308.BSU27600/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_16040","RpsH","RplS","rpsH","rplS","RpsH","RplS","string-db","224308.BSU16040/224308.BSU01300","physical","txid224308" +"BSU_01300","BSU_01410","RpsH","RpsM","rpsH","rpsM","RpsH","RpsM","string-db","224308.BSU01410/224308.BSU01300","physical","txid224308" +"BSU_00640","BSU_25330","SpoIIE","YqfF","spoIIE","BSU_25330","SpoIIE","YqfF","string-db","224308.BSU25330/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_09900","SpoIIE","YhaP","spoIIE","yhaP","SpoIIE","YhaP","string-db","224308.BSU09900/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_16940","SpoIIE","RecA","spoIIE","recA","SpoIIE","RecA","string-db","224308.BSU16940/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_10160","SpoIIE","YhgE","spoIIE","BSU_10160","SpoIIE","YhgE","string-db","224308.BSU10160/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_26030","SpoIIE","YqbO","spoIIE","BSU_26030","SpoIIE","YqbO","string-db","224308.BSU26030/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_25770","SpoIIE","SpoIVCA","spoIIE","spoIVCA","SpoIIE","SpoIVCA","string-db","224308.BSU25770/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_12890","SpoIIE","YkcC","spoIIE","ykcC","SpoIIE","YkcC","string-db","224308.BSU12890/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_37030","SpoIIE","RacA","spoIIE","racA","SpoIIE","RacA","string-db","224308.BSU37030/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_03480","SpoIIE","SrfAA","spoIIE","srfAA","SpoIIE","SrfAA","string-db","224308.BSU03480/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_15280","SpoIIE","FtsA","spoIIE","ftsA","SpoIIE","FtsA","string-db","224308.BSU15280/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_15290","SpoIIE","FtsZ","spoIIE","ftsZ","SpoIIE","FtsZ","subtiwiki","224308.BSU15290/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_06710","SpoIIE","SwrC","spoIIE","BSU_06710","SpoIIE","SwrC","string-db","224308.BSU06710/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_14400","SpoIIE","FruA","spoIIE","fruA","SpoIIE","FruA","string-db","224308.BSU14400/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_26150","SpoIIE","YqbD","spoIIE","BSU_26150","SpoIIE","YqbD","string-db","224308.BSU26150/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_23590","SpoIIE","AnsR","spoIIE","ansR","SpoIIE","AnsR","string-db","224308.BSU23590/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_09920","SpoIIE","SbcE","spoIIE","sbcE","SpoIIE","SbcE","string-db","224308.BSU09920/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_00660","SpoIIE","YabT","spoIIE","yabT","SpoIIE","YabT","string-db","224308.BSU00660/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_28050","SpoIIE","Maf","spoIIE","maf","SpoIIE","Maf","string-db","224308.BSU28050/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_12790","SpoIIE","XhlA","spoIIE","xhlA","SpoIIE","XhlA","string-db","224308.BSU12790/224308.BSU00640","physical","txid224308" +"BSU_00640","BSU_23460","SpoIIE","SpoIIAB","spoIIE","spoIIAB","SpoIIE","SpoIIAB","subtiwiki","224308.BSU00640/224308.BSU23460","physical","txid224308" +"BSU_00640","BSU_15420","SpoIIE","DivIVA","spoIIE","divIVA","SpoIIE","DivIVA","subtiwiki","224308.BSU00640/224308.BSU15420","physical","txid224308" +"BSU_25770","BSU_27970","SpoIVCA","SpoIVFB","spoIVCA","spoIVFB","SpoIVCA","SpoIVFB","string-db","224308.BSU27970/224308.BSU25770","physical","txid224308" +"BSU_03480","BSU_16490","SrfAA","RpsB","srfAA","rpsB","SrfAA","RpsB","subtiwiki","224308.BSU03480/224308.BSU16490","physical","txid224308" +"BSU_03480","BSU_15920","SrfAA","AcpA","srfAA","acpA","SrfAA","AcpA","subtiwiki","224308.BSU03480/224308.BSU15920","physical","txid224308" +"BSU_03480","BSU_03490","SrfAA","SrfAB","srfAA","srfAB","SrfAA","SrfAB","string-db","224308.BSU03490/224308.BSU03480","physical","txid224308" +"BSU_03480","BSU_29740","SrfAA","CcpA","srfAA","ccpA","SrfAA","CcpA","string-db","224308.BSU29740/224308.BSU03480","physical","txid224308" +"BSU_03480","BSU_15880","SrfAA","FapR","srfAA","fapR","SrfAA","FapR","string-db","224308.BSU15880/224308.BSU03480","physical","txid224308" +"BSU_03480","BSU_22910","SrfAA","YpfA","srfAA","BSU_22910","SrfAA","MotI","string-db","224308.BSU22910/224308.BSU03480","physical","txid224308" +"BSU_28050","BSU_14850","Maf","FtsW","maf","ftsW","Maf","FtsW","subtiwiki","224308.BSU28050/224308.BSU14850","physical","txid224308" +"BSU_28050","BSU_15420","Maf","DivIVA","maf","divIVA","Maf","DivIVA","subtiwiki","224308.BSU28050/224308.BSU15420","physical","txid224308" +"BSU_00660","BSU_04720","YabT","RsbW","yabT","rsbW","YabT","RsbW","string-db","224308.BSU04720/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_26030","YabT","YqbO","yabT","BSU_26030","YabT","YqbO","string-db","224308.BSU26030/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_12790","YabT","XhlA","yabT","xhlA","YabT","XhlA","string-db","224308.BSU12790/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_02760","YabT","NatB","yabT","natB","YabT","NatB","string-db","224308.BSU02760/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_26150","YabT","YqbD","yabT","BSU_26150","YabT","YqbD","string-db","224308.BSU26150/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_03740","YabT","YclI","yabT","yclI","YabT","YclI","string-db","224308.BSU03740/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_35500","YabT","DegS","yabT","degS","YabT","DegS","string-db","224308.BSU35500/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_15770","YabT","PrkC","yabT","BSU_15770","YabT","PrkC","string-db","224308.BSU15770/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_37030","YabT","RacA","yabT","racA","YabT","RacA","string-db","224308.BSU37030/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_36260","YabT","YwqC","yabT","tkmA","YabT","TkmA","string-db","224308.BSU36260/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_25770","YabT","SpoIVCA","yabT","spoIVCA","YabT","SpoIVCA","string-db","224308.BSU25770/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_07800","YabT","TreP","yabT","treP","YabT","TreP","string-db","224308.BSU07800/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_07010","YabT","YesS","yabT","rhgR","YabT","RhgR","string-db","224308.BSU07010/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_36240","YabT","YwqE","yabT","ptpZ","YabT","PtpZ","string-db","224308.BSU36240/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_16210","YabT","FliF","yabT","fliF","YabT","FliF","string-db","224308.BSU16210/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_23590","YabT","AnsR","yabT","ansR","YabT","AnsR","string-db","224308.BSU23590/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_13390","YabT","YkoT","yabT","ykoT","YabT","YkoT","string-db","224308.BSU13390/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_16940","YabT","RecA","yabT","recA","YabT","RecA","subtiwiki","224308.BSU16940/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_14400","YabT","FruA","yabT","fruA","YabT","FruA","string-db","224308.BSU14400/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_27990","YabT","MinD","yabT","minD","YabT","MinD","string-db","224308.BSU27990/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_12890","YabT","YkcC","yabT","ykcC","YabT","YkcC","string-db","224308.BSU12890/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_11400","YabT","AppC","yabT","appC","YabT","AppC","string-db","224308.BSU11400/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_25330","YabT","YqfF","yabT","BSU_25330","YabT","YqfF","string-db","224308.BSU25330/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_33500","YabT","CopA","yabT","copA","YabT","CopA","string-db","224308.BSU33500/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_39230","YabT","WapA","yabT","wapA","YabT","WapA","string-db","224308.BSU39230/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_36250","YabT","PtkA","yabT","ptkA","YabT","PtkA","string-db","224308.BSU36250/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_01070","YabT","RpoB","yabT","rpoB","YabT","RpoB","string-db","224308.BSU01070/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_04690","YabT","RsbT","yabT","rsbT","YabT","RsbT","string-db","224308.BSU04690/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_02030","YabT","YbdM","yabT","BSU_02030","YabT","PrkD","string-db","224308.BSU02030/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_33420","YabT","NhaK","yabT","BSU_33420","YabT","NhaK","string-db","224308.BSU33420/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_34360","YabT","EpsB","yabT","epsB","YabT","EpsB","string-db","224308.BSU34360/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_06710","YabT","SwrC","yabT","BSU_06710","YabT","SwrC","string-db","224308.BSU06710/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_04360","YabT","MntH","yabT","mntH","YabT","MntH","string-db","224308.BSU04360/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_09920","YabT","SbcE","yabT","sbcE","YabT","SbcE","string-db","224308.BSU09920/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_23460","YabT","SpoIIAB","yabT","spoIIAB","YabT","SpoIIAB","string-db","224308.BSU23460/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_14850","YabT","FtsW","yabT","ftsW","YabT","FtsW","string-db","224308.BSU14850/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_01730","YabT","SigW","yabT","sigW","YabT","SigW","string-db","224308.BSU01730/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_10160","YabT","YhgE","yabT","BSU_10160","YabT","YhgE","string-db","224308.BSU10160/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_31600","YabT","MrpA","yabT","BSU_31600","YabT","MrpA","string-db","224308.BSU31600/224308.BSU00660","physical","txid224308" +"BSU_00660","BSU_14370","YabT","YknZ","yabT","yknZ","YabT","YknZ","string-db","224308.BSU14370/224308.BSU00660","physical","txid224308" +"BSU_00650","BSU_06710","YabS","SwrC","yabS","BSU_06710","YabS","SwrC","string-db","224308.BSU06710/224308.BSU00650","physical","txid224308" +"BSU_11400","BSU_11381","AppC","AppA/1","appC","appA/1","AppC","AppA/1","subtiwiki","224308.BSU11400/224308.BSU11381","physical","txid224308" +"BSU_11400","BSU_13000","AppC","YkfD","appC","ykfD","AppC","YkfD","string-db","224308.BSU13000/224308.BSU11400","physical","txid224308" +"BSU_11400","BSU_11440","AppC","OppB","appC","oppB","AppC","OppB","string-db","224308.BSU11440/224308.BSU11400","physical","txid224308" +"BSU_11400","BSU_11450","AppC","OppC","appC","oppC","AppC","OppC","string-db","224308.BSU11450/224308.BSU11400","physical","txid224308" +"BSU_33500","BSU_33510","CopA","CopZ","copA","copZ","CopA","CopZ","subtiwiki","224308.BSU33510/224308.BSU33500","physical","txid224308" +"BSU_07800","BSU_22230","TreP","YpqE","treP","ptsA","TreP","PtsA","subtiwiki","224308.BSU07800/224308.BSU22230","physical","txid224308" +"BSU_07800","BSU_40120","TreP","YyzE","treP","BSU_40120","TreP","YyzE","string-db","224308.BSU40120/224308.BSU07800","physical","txid224308" +"BSU_15770","BSU_35000","PrkC","HprK","BSU_15770","hprK","PrkC","HprK","string-db","224308.BSU35000/224308.BSU15770","physical","txid224308" +"BSU_15770","BSU_23460","PrkC","SpoIIAB","BSU_15770","spoIIAB","PrkC","SpoIIAB","string-db","224308.BSU23460/224308.BSU15770","physical","txid224308" +"BSU_15770","BSU_36250","PrkC","PtkA","BSU_15770","ptkA","PrkC","PtkA","string-db","224308.BSU36250/224308.BSU15770","physical","txid224308" +"BSU_15770","BSU_00370","PrkC","AbrB","BSU_15770","abrB","PrkC","AbrB","subtiwiki","224308.BSU15770/224308.BSU00370","physical","txid224308" +"BSU_15770","BSU_22180","PrkC","GpsB","BSU_15770","BSU_22180","PrkC","GpsB","subtiwiki","224308.BSU15770/224308.BSU22180","physical","txid224308" +"BSU_15770","BSU_34760","PrkC","GlmR","BSU_15770","glmR","PrkC","GlmR","subtiwiki","224308.BSU15770/224308.BSU34760","physical","txid224308" +"BSU_15770","BSU_15780","PrkC","CpgA","BSU_15770","BSU_15780","PrkC","CpgA","subtiwiki","224308.BSU15770/224308.BSU15780","physical","txid224308" +"BSU_15770","BSU_07260","PrkC","LtaSA","BSU_15770","yfnI","PrkC","YfnI","subtiwiki","224308.BSU15770/224308.BSU07260","physical","txid224308" +"BSU_15770","BSU_16910","PrkC","RodZ","BSU_15770","BSU_16910","PrkC","RodZ","subtiwiki","224308.BSU15770/224308.BSU16910","physical","txid224308" +"BSU_15770","BSU_08970","PrkC","PrkA","BSU_15770","prkA","PrkC","PrkA","subtiwiki","224308.BSU15770/224308.BSU08970","physical","txid224308" +"BSU_31600","BSU_31610","MrpA","MrpB","BSU_31600","BSU_31610","MrpA","MrpB","subtiwiki","224308.BSU31610/224308.BSU31600","physical","txid224308" +"BSU_31600","BSU_31620","MrpA","MrpC","BSU_31600","BSU_31620","MrpA","MrpC","subtiwiki","224308.BSU31620/224308.BSU31600","physical","txid224308" +"BSU_31600","BSU_31660","MrpA","MrpG","BSU_31600","BSU_31660","MrpA","MrpG","subtiwiki","224308.BSU31660/224308.BSU31600","physical","txid224308" +"BSU_31600","BSU_31630","MrpA","MrpD","BSU_31600","BSU_31630","MrpA","MrpD","subtiwiki","224308.BSU31630/224308.BSU31600","physical","txid224308" +"BSU_31600","BSU_31640","MrpA","MrpE","BSU_31600","BSU_31640","MrpA","MrpE","subtiwiki","224308.BSU31640/224308.BSU31600","physical","txid224308" +"BSU_31600","BSU_31650","MrpA","MrpF","BSU_31600","BSU_31650","MrpA","MrpF","subtiwiki","224308.BSU31650/224308.BSU31600","physical","txid224308" +"BSU_16210","BSU_16200","FliF","FliE","fliF","fliE","FliF","FliE","subtiwiki","224308.BSU16210/224308.BSU16200","physical","txid224308" +"BSU_16210","BSU_16370","FliF","FliR","fliF","fliR","FliF","FliR","string-db","224308.BSU16370/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16220","FliF","FliG","fliF","fliG","FliF","FliG","subtiwiki","224308.BSU16220/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16310","FliF","FliM","fliF","fliM","FliF","FliM","string-db","224308.BSU16310/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16350","FliF","FliP","fliF","fliP","FliF","FliP","string-db","224308.BSU16350/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16380","FliF","FlhB","fliF","flhB","FliF","FlhB","string-db","224308.BSU16380/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16360","FliF","FliQ","fliF","fliQ","FliF","FliQ","string-db","224308.BSU16360/224308.BSU16210","physical","txid224308" +"BSU_16210","BSU_16390","FliF","FlhA","fliF","flhA","FliF","FlhA","string-db","224308.BSU16390/224308.BSU16210","physical","txid224308" +"BSU_02030","BSU_04690","YbdM","RsbT","BSU_02030","rsbT","PrkD","RsbT","string-db","224308.BSU04690/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_09990","YbdM","ScoC","BSU_02030","scoC","PrkD","ScoC","string-db","224308.BSU09990/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_15770","YbdM","PrkC","BSU_02030","BSU_15770","PrkD","PrkC","string-db","224308.BSU15770/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_19660","YbdM","YozD","BSU_02030","BSU_19660","PrkD","YozD","string-db","224308.BSU19660/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_37620","YbdM","RsfA","BSU_02030","rsfA","PrkD","RsfA","string-db","224308.BSU37620/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_40440","YbdM","DnaC","BSU_02030","BSU_40440","PrkD","DnaC","string-db","224308.BSU40440/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_35300","YbdM","SecA","BSU_02030","secA","PrkD","SecA","string-db","224308.BSU35300/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_04720","YbdM","RsbW","BSU_02030","rsbW","PrkD","RsbW","string-db","224308.BSU04720/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_29250","YbdM","NrnA","BSU_02030","BSU_29250","PrkD","NrnA","string-db","224308.BSU29250/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_35000","YbdM","HprK","BSU_02030","hprK","PrkD","HprK","string-db","224308.BSU35000/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_23460","YbdM","SpoIIAB","BSU_02030","spoIIAB","PrkD","SpoIIAB","string-db","224308.BSU23460/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_36250","YbdM","PtkA","BSU_02030","ptkA","PrkD","PtkA","string-db","224308.BSU36250/224308.BSU02030","physical","txid224308" +"BSU_02030","BSU_00370","YbdM","AbrB","BSU_02030","abrB","PrkD","AbrB","subtiwiki","224308.BSU02030/224308.BSU00370","physical","txid224308" +"BSU_04690","BSU_13200","RsbT","RsbRB","rsbT","BSU_13200","RsbT","RsbRB","subtiwiki","224308.BSU04690/224308.BSU13200","physical","txid224308" +"BSU_04690","BSU_15770","RsbT","PrkC","rsbT","BSU_15770","RsbT","PrkC","string-db","224308.BSU15770/224308.BSU04690","physical","txid224308" +"BSU_04690","BSU_36250","RsbT","PtkA","rsbT","ptkA","RsbT","PtkA","string-db","224308.BSU36250/224308.BSU04690","physical","txid224308" +"BSU_04690","BSU_04700","RsbT","RsbU","rsbT","rsbU","RsbT","RsbU","subtiwiki","224308.BSU04700/224308.BSU04690","physical","txid224308" +"BSU_04690","BSU_36240","RsbT","YwqE","rsbT","ptpZ","RsbT","PtpZ","string-db","224308.BSU36240/224308.BSU04690","physical","txid224308" +"BSU_04690","BSU_04740","RsbT","RsbX","rsbT","rsbX","RsbT","RsbX","string-db","224308.BSU04740/224308.BSU04690","physical","txid224308" +"BSU_01070","BSU_01430","RpoB","RpoA","rpoB","rpoA","RpoB","RpoA","subtiwiki","224308.BSU01430/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_04730","RpoB","SigB","rpoB","sigB","RpoB","SigB","subtiwiki","224308.BSU04730/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_11500","RpoB","SpxA","rpoB","spx","RpoB","Spx","string-db","224308.BSU11500/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_33230","RpoB","SigO","rpoB","sigO","RpoB","SigO","subtiwiki","224308.BSU33230/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_14540","RpoB","RnpZA","rpoB","rpoY","RpoB","RpoY","subtiwiki","224308.BSU14540/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_25470","RpoB","DnaK","rpoB","dnaK","RpoB","DnaK","string-db","224308.BSU25470/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_08970","RpoB","PrkA","rpoB","prkA","RpoB","PrkA","string-db","224308.BSU08970/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_36240","RpoB","YwqE","rpoB","ptpZ","RpoB","PtpZ","string-db","224308.BSU36240/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_29740","RpoB","CcpA","rpoB","ccpA","RpoB","CcpA","string-db","224308.BSU29740/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_37160","RpoB","RpoE","rpoB","rpoE","RpoB","RpoE","subtiwiki","224308.BSU37160/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_34360","RpoB","EpsB","rpoB","epsB","RpoB","EpsB","string-db","224308.BSU34360/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_27120","RpoB","SigV","rpoB","sigV","RpoB","SigV","subtiwiki","224308.BSU27120/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_15690","RpoB","RpoZ","rpoB","yloH","RpoB","YloH","string-db","224308.BSU15690/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_06610","RpoB","PcrA","rpoB","pcrA","RpoB","PcrA","subtiwiki","224308.BSU06610/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_06030","RpoB","GroEL","rpoB","groEL","RpoB","GroEL","string-db","224308.BSU06030/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_24020","RpoB","BmrR","rpoB","bmrR","RpoB","BmrR","string-db","224308.BSU24020/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_13450","RpoB","SigI","rpoB","sigI","RpoB","SigI","subtiwiki","224308.BSU13450/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_01130","RpoB","TufA","rpoB","tufA","RpoB","TufA","string-db","224308.BSU01130/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_25200","RpoB","SigA","rpoB","sigA","RpoB","SigA","subtiwiki","224308.BSU25200/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_33450","RpoB","HelD","rpoB","BSU_33450","RpoB","HelD","subtiwiki","224308.BSU33450/224308.BSU01070","physical","txid224308" +"BSU_01070","BSU_01080","RpoB","RpoC","rpoB","rpoC","RpoB","RpoC","subtiwiki","224308.BSU01080/224308.BSU01070","physical","txid224308" +"BSU_07010","BSU_09900","YesS","YhaP","rhgR","yhaP","RhgR","YhaP","string-db","224308.BSU09900/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_36190","YesS","RttN","rhgR","BSU_36190","RhgR","YwqJ","string-db","224308.BSU36190/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_10160","YesS","YhgE","rhgR","BSU_10160","RhgR","YhgE","string-db","224308.BSU10160/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_14880","YesS","CtaB","rhgR","ctaB","RhgR","CtaB","string-db","224308.BSU14880/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_37030","YesS","RacA","rhgR","racA","RhgR","RacA","string-db","224308.BSU37030/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_28010","YesS","MreD","rhgR","mreD","RhgR","MreD","string-db","224308.BSU28010/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_34740","YesS","Crh","rhgR","crh","RhgR","Crh","string-db","224308.BSU34740/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_13390","YesS","YkoT","rhgR","ykoT","RhgR","YkoT","string-db","224308.BSU13390/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_36260","YesS","YwqC","rhgR","tkmA","RhgR","TkmA","string-db","224308.BSU36260/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_25330","YesS","YqfF","rhgR","BSU_25330","RhgR","YqfF","string-db","224308.BSU25330/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_13900","YesS","PtsH","rhgR","ptsH","RhgR","PtsH","subtiwiki","224308.BSU13900/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_12790","YesS","XhlA","rhgR","xhlA","RhgR","XhlA","string-db","224308.BSU12790/224308.BSU07010","physical","txid224308" +"BSU_07010","BSU_12890","YesS","YkcC","rhgR","ykcC","RhgR","YkcC","string-db","224308.BSU12890/224308.BSU07010","physical","txid224308" +"BSU_36250","BSU_36260","PtkA","YwqC","ptkA","tkmA","PtkA","TkmA","subtiwiki","224308.BSU36250/224308.BSU36260","physical","txid224308" +"BSU_35500","BSU_31720","DegS","DegQ","degS","degQ","DegS","DegQ","subtiwiki","224308.BSU35500/224308.BSU31720","physical","txid224308" +"BSU_35500","BSU_35490","DegS","DegU","degS","degU","DegS","DegU","subtiwiki","224308.BSU35500/224308.BSU35490","physical","txid224308" +"BSU_13390","BSU_36190","YkoT","RttN","ykoT","BSU_36190","YkoT","YwqJ","string-db","224308.BSU36190/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_38490","YkoT","MenA","ykoT","BSU_38490","YkoT","MenA","string-db","224308.BSU38490/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_28010","YkoT","MreD","ykoT","mreD","YkoT","MreD","string-db","224308.BSU28010/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_14400","YkoT","FruA","ykoT","fruA","YkoT","FruA","string-db","224308.BSU14400/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_33090","YkoT","LiaS","ykoT","liaS","YkoT","LiaS","string-db","224308.BSU33090/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_15940","YkoT","Smc","ykoT","smc","YkoT","Smc","string-db","224308.BSU15940/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_40360","YkoT","HtrC","ykoT","htrC","YkoT","HtrC","string-db","224308.BSU40360/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_33880","YkoT","YvbJ","ykoT","BSU_33880","YkoT","YvbJ","string-db","224308.BSU33880/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_14850","YkoT","FtsW","ykoT","ftsW","YkoT","FtsW","string-db","224308.BSU14850/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_33020","YkoT","CssS","ykoT","cssS","YkoT","CssS","string-db","224308.BSU33020/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_26150","YkoT","YqbD","ykoT","BSU_26150","YkoT","YqbD","string-db","224308.BSU26150/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_16340","YkoT","FliZ","ykoT","fliO","YkoT","FliO","string-db","224308.BSU16340/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_37030","YkoT","RacA","ykoT","racA","YkoT","RacA","string-db","224308.BSU37030/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_20710","YkoT","YopZ","ykoT","BSU_20710","YkoT","YopZ","string-db","224308.BSU20710/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_14880","YkoT","CtaB","ykoT","ctaB","YkoT","CtaB","string-db","224308.BSU14880/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_31860","YkoT","YueB","ykoT","yueB","YkoT","YueB","string-db","224308.BSU31860/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_30150","YkoT","YtdP","ykoT","BSU_30150","YkoT","YtdP","string-db","224308.BSU30150/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_25330","YkoT","YqfF","ykoT","BSU_25330","YkoT","YqfF","string-db","224308.BSU25330/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_15880","YkoT","FapR","ykoT","fapR","YkoT","FapR","string-db","224308.BSU15880/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_39810","YkoT","CsbC","ykoT","csbC","YkoT","CsbC","string-db","224308.BSU39810/224308.BSU13390","physical","txid224308" +"BSU_13390","BSU_18320","YkoT","PpsC","ykoT","ppsC","YkoT","PpsC","string-db","224308.BSU18320/224308.BSU13390","physical","txid224308" +"BSU_04360","BSU_05650","MntH","YdgH","mntH","ydgH","MntH","YdgH","string-db","224308.BSU05650/224308.BSU04360","physical","txid224308" +"BSU_04360","BSU_28010","MntH","MreD","mntH","mreD","MntH","MreD","string-db","224308.BSU28010/224308.BSU04360","physical","txid224308" +"BSU_39230","BSU_39220","WapA","YxxG","wapA","wapI","WapA","WapI","subtiwiki","224308.BSU39230/224308.BSU39220","physical","txid224308" +"BSU_14370","BSU_14350","YknZ","YknX","yknZ","yknX","YknZ","YknX","subtiwiki","224308.BSU14370/224308.BSU14350","physical","txid224308" +"BSU_14370","BSU_14360","YknZ","YknY","yknZ","yknY","YknZ","YknY","subtiwiki","224308.BSU14370/224308.BSU14360","physical","txid224308" +"BSU_36240","BSU_36260","YwqE","YwqC","ptpZ","tkmA","PtpZ","TkmA","string-db","224308.BSU36260/224308.BSU36240","physical","txid224308" +"BSU_36260","BSU_40010","YwqC","YxaD","tkmA","BSU_40010","TkmA","YxaD","string-db","224308.BSU40010/224308.BSU36260","physical","txid224308" +"BSU_01730","BSU_01740","SigW","RsiW","sigW","rsiW","SigW","RsiW","subtiwiki","224308.BSU01730/224308.BSU01740","physical","txid224308" +"BSU_01730","BSU_01070","SigW","RpoB","sigW","rpoB","SigW","RpoB","subtiwiki","224308.BSU01730/224308.BSU01070","physical","txid224308" +"BSU_01730","BSU_01080","SigW","RpoC","sigW","rpoC","SigW","RpoC","subtiwiki","224308.BSU01730/224308.BSU01080","physical","txid224308" +"BSU_03740","BSU_18320","YclI","PpsC","yclI","ppsC","YclI","PpsC","string-db","224308.BSU18320/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_39810","YclI","CsbC","yclI","csbC","YclI","CsbC","string-db","224308.BSU39810/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_07010","YclI","YesS","yclI","rhgR","YclI","RhgR","string-db","224308.BSU07010/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_20710","YclI","YopZ","yclI","BSU_20710","YclI","YopZ","string-db","224308.BSU20710/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_33880","YclI","YvbJ","yclI","BSU_33880","YclI","YvbJ","string-db","224308.BSU33880/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_12890","YclI","YkcC","yclI","ykcC","YclI","YkcC","string-db","224308.BSU12890/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_06710","YclI","SwrC","yclI","BSU_06710","YclI","SwrC","string-db","224308.BSU06710/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_34810","YclI","YvcD","yclI","yvcD","YclI","YvcD","string-db","224308.BSU34810/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_30150","YclI","YtdP","yclI","BSU_30150","YclI","YtdP","string-db","224308.BSU30150/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_33020","YclI","CssS","yclI","cssS","YclI","CssS","string-db","224308.BSU33020/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_36190","YclI","RttN","yclI","BSU_36190","YclI","YwqJ","string-db","224308.BSU36190/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_13390","YclI","YkoT","yclI","ykoT","YclI","YkoT","string-db","224308.BSU13390/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_25330","YclI","YqfF","yclI","BSU_25330","YclI","YqfF","string-db","224308.BSU25330/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_26150","YclI","YqbD","yclI","BSU_26150","YclI","YqbD","string-db","224308.BSU26150/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_28010","YclI","MreD","yclI","mreD","YclI","MreD","string-db","224308.BSU28010/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_33420","YclI","NhaK","yclI","BSU_33420","YclI","NhaK","string-db","224308.BSU33420/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_10160","YclI","YhgE","yclI","BSU_10160","YclI","YhgE","string-db","224308.BSU10160/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_36570","YclI","YwnG","yclI","BSU_36570","YclI","YwnG","string-db","224308.BSU36570/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_29980","YclI","YtjP","yclI","BSU_29980","YclI","YtjP","string-db","224308.BSU29980/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_37030","YclI","RacA","yclI","racA","YclI","RacA","string-db","224308.BSU37030/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_31080","YclI","BslA","yclI","bslA","YclI","BslA","string-db","224308.BSU31080/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_37420","YclI","AlbF","yclI","albF","YclI","AlbF","string-db","224308.BSU37420/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_04120","YclI","YczI","yclI","BSU_04120","YclI","YczI","string-db","224308.BSU04120/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_12790","YclI","XhlA","yclI","xhlA","YclI","XhlA","string-db","224308.BSU12790/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_16430","YclI","CheA","yclI","cheA","YclI","CheA","string-db","224308.BSU16430/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_11540","YclI","PepF","yclI","BSU_11540","YclI","PepF","string-db","224308.BSU11540/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_14850","YclI","FtsW","yclI","ftsW","YclI","FtsW","string-db","224308.BSU14850/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_12100","YclI","PdaC","yclI","pdaC","YclI","PdaC","string-db","224308.BSU12100/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_09900","YclI","YhaP","yclI","yhaP","YclI","YhaP","string-db","224308.BSU09900/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_14400","YclI","FruA","yclI","fruA","YclI","FruA","string-db","224308.BSU14400/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_04480","YclI","YdbI","yclI","BSU_04480","YclI","YdbI","string-db","224308.BSU04480/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_15940","YclI","Smc","yclI","smc","YclI","Smc","string-db","224308.BSU15940/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_05240","YclI","YdeL","yclI","BSU_05240","YclI","YdeL","string-db","224308.BSU05240/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_14880","YclI","CtaB","yclI","ctaB","YclI","CtaB","string-db","224308.BSU14880/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_05650","YclI","YdgH","yclI","ydgH","YclI","YdgH","string-db","224308.BSU05650/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_21820","YclI","ThyB","yclI","thyB","YclI","ThyB","string-db","224308.BSU21820/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_40360","YclI","HtrC","yclI","htrC","YclI","HtrC","string-db","224308.BSU40360/224308.BSU03740","physical","txid224308" +"BSU_03740","BSU_33090","YclI","LiaS","yclI","liaS","YclI","LiaS","string-db","224308.BSU33090/224308.BSU03740","physical","txid224308" +"BSU_27990","BSU_34370","MinD","EpsA","minD","epsA","MinD","EpsA","string-db","224308.BSU34370/224308.BSU27990","physical","txid224308" +"BSU_27990","BSU_36240","MinD","YwqE","minD","ptpZ","MinD","PtpZ","string-db","224308.BSU36240/224308.BSU27990","physical","txid224308" +"BSU_27990","BSU_34360","MinD","EpsB","minD","epsB","MinD","EpsB","string-db","224308.BSU34360/224308.BSU27990","physical","txid224308" +"BSU_27990","BSU_29740","MinD","CcpA","minD","ccpA","MinD","CcpA","string-db","224308.BSU29740/224308.BSU27990","physical","txid224308" +"BSU_27990","BSU_36250","MinD","PtkA","minD","ptkA","MinD","PtkA","string-db","224308.BSU36250/224308.BSU27990","physical","txid224308" +"BSU_27990","BSU_28000","MinD","MinC","minD","minC","MinD","MinC","subtiwiki","224308.BSU27990/224308.BSU28000","physical","txid224308" +"BSU_27990","BSU_35220","MinD","MinJ","minD","minJ","MinD","MinJ","subtiwiki","224308.BSU27990/224308.BSU35220","physical","txid224308" +"BSU_34360","BSU_36260","EpsB","YwqC","epsB","tkmA","EpsB","TkmA","string-db","224308.BSU36260/224308.BSU34360","physical","txid224308" +"BSU_34360","BSU_34370","EpsB","EpsA","epsB","epsA","EpsB","EpsA","subtiwiki","224308.BSU34360/224308.BSU34370","physical","txid224308" +"BSU_34360","BSU_36250","EpsB","PtkA","epsB","ptkA","EpsB","PtkA","string-db","224308.BSU36250/224308.BSU34360","physical","txid224308" +"BSU_23460","BSU_36250","SpoIIAB","PtkA","spoIIAB","ptkA","SpoIIAB","PtkA","string-db","224308.BSU36250/224308.BSU23460","physical","txid224308" +"BSU_23460","BSU_23470","SpoIIAB","SpoIIAA","spoIIAB","spoIIAA","SpoIIAB","SpoIIAA","subtiwiki","224308.BSU23470/224308.BSU23460","physical","txid224308" +"BSU_23460","BSU_23450","SpoIIAB","SigF","spoIIAB","sigF","SpoIIAB","SigF","subtiwiki","224308.BSU23460/224308.BSU23450","physical","txid224308" +"BSU_04720","BSU_15770","RsbW","PrkC","rsbW","BSU_15770","RsbW","PrkC","string-db","224308.BSU15770/224308.BSU04720","physical","txid224308" +"BSU_04720","BSU_36250","RsbW","PtkA","rsbW","ptkA","RsbW","PtkA","string-db","224308.BSU36250/224308.BSU04720","physical","txid224308" +"BSU_04720","BSU_24300","RsbW","XseA","rsbW","BSU_24300","RsbW","XseA","string-db","224308.BSU24300/224308.BSU04720","physical","txid224308" +"BSU_04720","BSU_27920","RsbW","Obg","rsbW","obg","RsbW","Obg","string-db","224308.BSU27920/224308.BSU04720","physical","txid224308" +"BSU_04720","BSU_04730","RsbW","SigB","rsbW","sigB","RsbW","SigB","subtiwiki","224308.BSU04730/224308.BSU04720","physical","txid224308" +"BSU_00670","BSU_00680","TilS","HprT","tilS","hprT","TilS","HprT","subtiwiki","224308.BSU00670/224308.BSU00680","physical","txid224308" +"BSU_00670","BSU_19660","TilS","YozD","tilS","BSU_19660","TilS","YozD","string-db","224308.BSU19660/224308.BSU00670","physical","txid224308" +"BSU_00670","BSU_32700","TilS","SufD","tilS","sufD","TilS","SufD","string-db","224308.BSU32700/224308.BSU00670","physical","txid224308" +"BSU_32700","BSU_32710","SufD","SufC","sufD","sufC","SufD","SufC","subtiwiki","224308.BSU32700/224308.BSU32710","physical","txid224308" +"BSU_19660","BSU_35080","YozD","YvmB","BSU_19660","pchR","YozD","YvmB","string-db","224308.BSU35080/224308.BSU19660","physical","txid224308" +"BSU_19660","BSU_28270","YozD","LeuB","BSU_19660","leuB","YozD","LeuB","string-db","224308.BSU28270/224308.BSU19660","physical","txid224308" +"BSU_19660","BSU_37030","YozD","RacA","BSU_19660","racA","YozD","RacA","string-db","224308.BSU37030/224308.BSU19660","physical","txid224308" +"BSU_19660","BSU_29880","YozD","MalS","BSU_19660","BSU_29880","YozD","MalS","string-db","224308.BSU29880/224308.BSU19660","physical","txid224308" +"BSU_19660","BSU_26030","YozD","YqbO","BSU_19660","BSU_26030","YozD","YqbO","string-db","224308.BSU26030/224308.BSU19660","physical","txid224308" +"BSU_19660","BSU_31960","YozD","DhbF","BSU_19660","dhbF","YozD","DhbF","string-db","224308.BSU31960/224308.BSU19660","physical","txid224308" +"BSU_00680","BSU_27610","HprT","Apt","hprT","apt","HprT","Apt","string-db","224308.BSU27610/224308.BSU00680","physical","txid224308" +"BSU_00680","BSU_22070","HprT","Xpt","hprT","xpt","HprT","Xpt","string-db","224308.BSU22070/224308.BSU00680","physical","txid224308" +"BSU_22070","BSU_27610","Xpt","Apt","xpt","apt","Xpt","Apt","string-db","224308.BSU27610/224308.BSU22070","physical","txid224308" +"BSU_00690","BSU_10160","FtsH","YhgE","ftsH","BSU_10160","FtsH","YhgE","string-db","224308.BSU10160/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_12790","FtsH","XhlA","ftsH","xhlA","FtsH","XhlA","string-db","224308.BSU12790/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_10770","FtsH","WprA","ftsH","wprA","FtsH","WprA","string-db","224308.BSU10770/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_26150","FtsH","YqbD","ftsH","BSU_26150","FtsH","YqbD","string-db","224308.BSU26150/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_37030","FtsH","RacA","ftsH","racA","FtsH","RacA","string-db","224308.BSU37030/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_31250","FtsH","TlpA","ftsH","tlpA","FtsH","TlpA","string-db","224308.BSU31250/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_29740","FtsH","CcpA","ftsH","ccpA","FtsH","CcpA","string-db","224308.BSU29740/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_06710","FtsH","SwrC","ftsH","BSU_06710","FtsH","SwrC","string-db","224308.BSU06710/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_24670","FtsH","ComGG","ftsH","comGG","FtsH","ComGG","string-db","224308.BSU24670/224308.BSU00690","physical","txid224308" +"BSU_00690","BSU_31010","FtsH","FloT","ftsH","floT","FtsH","FloT","subtiwiki","224308.BSU00690/224308.BSU31010","physical","txid224308" +"BSU_00690","BSU_15810","FtsH","SpoVM","ftsH","spoVM","FtsH","SpoVM","subtiwiki","224308.BSU00690/224308.BSU15810","physical","txid224308" +"BSU_00690","BSU_13640","FtsH","Spo0E","ftsH","spo0E","FtsH","Spo0E","subtiwiki","224308.BSU00690/224308.BSU13640","physical","txid224308" +"BSU_00690","BSU_00640","FtsH","SpoIIE","ftsH","spoIIE","FtsH","SpoIIE","subtiwiki","224308.BSU00690/224308.BSU00640","physical","txid224308" +"BSU_00690","BSU_08760","FtsH","Spo0M","ftsH","spo0M","FtsH","Spo0M","subtiwiki","224308.BSU00690/224308.BSU08760","physical","txid224308" +"BSU_00690","BSU_13300","FtsH","MgtE","ftsH","mgtE","FtsH","MgtE","subtiwiki","224308.BSU00690/224308.BSU13300","physical","txid224308" +"BSU_00690","BSU_24870","FtsH","YqgP","ftsH","BSU_24870","FtsH","YqgP","subtiwiki","224308.BSU00690/224308.BSU24870","physical","txid224308" +"BSU_24670","BSU_24700","ComGG","ComGD","comGG","comGD","ComGG","ComGD","subtiwiki","224308.BSU24670/224308.BSU24700","physical","txid224308" +"BSU_24670","BSU_24690","ComGG","ComGE","comGG","comGE","ComGG","ComGE","subtiwiki","224308.BSU24670/224308.BSU24690","physical","txid224308" +"BSU_24670","BSU_24720","ComGG","ComGB","comGG","comGB","ComGG","ComGB","subtiwiki","224308.BSU24670/224308.BSU24720","physical","txid224308" +"BSU_10770","BSU_05990","WprA","TatCY","wprA","BSU_05990","WprA","TatCY","subtiwiki","224308.BSU10770/224308.BSU05990","physical","txid224308" +"BSU_10770","BSU_39870","WprA","YxbD","wprA","yxbD","WprA","YxbD","string-db","224308.BSU39870/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_41020","WprA","MnmE","wprA","thdF","WprA","ThdF","string-db","224308.BSU41020/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_25140","WprA","CshB","wprA","BSU_25140","WprA","CshB","string-db","224308.BSU25140/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_33030","WprA","YuxN","wprA","yuxN","WprA","YuxN","string-db","224308.BSU33030/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_11130","WprA","Ipi","wprA","ipi","WprA","Ipi","string-db","224308.BSU11130/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_13390","WprA","YkoT","wprA","ykoT","WprA","YkoT","string-db","224308.BSU13390/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_12420","WprA","YjoB","wprA","yjoB","WprA","YjoB","string-db","224308.BSU12420/224308.BSU10770","physical","txid224308" +"BSU_10770","BSU_19510","WprA","YojB","wprA","BSU_19510","WprA","YojB","string-db","224308.BSU19510/224308.BSU10770","physical","txid224308" +"BSU_00700","BSU_23760","CoaX","CoaA","coaX","BSU_23760","CoaX","CoaA","string-db","224308.BSU23760/224308.BSU00700","physical","txid224308" +"BSU_00710","BSU_01130","HslO","TufA","yacC","tufA","YacC","TufA","string-db","224308.BSU01130/224308.BSU00710","physical","txid224308" +"BSU_00730","BSU_29970","CysK","YtkP","cysK","BSU_29970","CysK","YtkP","string-db","224308.BSU29970/224308.BSU00730","physical","txid224308" +"BSU_00730","BSU_27520","CysK","CymR","cysK","cymR","CysK","CymR","subtiwiki","224308.BSU27520/224308.BSU00730","physical","txid224308" +"BSU_00730","BSU_00930","CysK","CysE","cysK","cysE","CysK","CysE","string-db","224308.BSU00930/224308.BSU00730","physical","txid224308" +"BSU_00730","BSU_29740","CysK","CcpA","cysK","ccpA","CysK","CcpA","string-db","224308.BSU29740/224308.BSU00730","physical","txid224308" +"BSU_00740","BSU_00750","PabB","PabA","pabB","pabA","PabB","PabA","subtiwiki","224308.BSU00750/224308.BSU00740","physical","txid224308" +"BSU_00750","BSU_22680","PabA","TrpE","pabA","trpE","PabA","TrpE","subtiwiki","224308.BSU22680/224308.BSU00750","physical","txid224308" +"BSU_22680","BSU_22690","TrpE","AroH","trpE","BSU_22690","TrpE","AroH","string-db","224308.BSU22690/224308.BSU22680","physical","txid224308" +"BSU_00820","BSU_29740","LysS","CcpA","lysS","ccpA","LysS","CcpA","string-db","224308.BSU29740/224308.BSU00820","physical","txid224308" +"BSU_00830","BSU_00840","CtsR","McsA","ctsR","mcsA","CtsR","McsA","subtiwiki","224308.BSU00830/224308.BSU00840","physical","txid224308" +"BSU_00830","BSU_34540","CtsR","ClpP","ctsR","clpP","CtsR","ClpP","subtiwiki","224308.BSU00830/224308.BSU34540","physical","txid224308" +"BSU_00830","BSU_11550","CtsR","YjbH","ctsR","spxH","CtsR","SpxH","string-db","224308.BSU11550/224308.BSU00830","physical","txid224308" +"BSU_00830","BSU_31970","CtsR","DhbB","ctsR","dhbB","CtsR","DhbB","string-db","224308.BSU31970/224308.BSU00830","physical","txid224308" +"BSU_00830","BSU_08670","CtsR","YgaB","ctsR","BSU_08670","CtsR","YgaB","string-db","224308.BSU08670/224308.BSU00830","physical","txid224308" +"BSU_00830","BSU_28710","CtsR","CstA","ctsR","cstA","CtsR","CstA","string-db","224308.BSU28710/224308.BSU00830","physical","txid224308" +"BSU_00830","BSU_05650","CtsR","YdgH","ctsR","ydgH","CtsR","YdgH","string-db","224308.BSU05650/224308.BSU00830","physical","txid224308" +"BSU_05650","BSU_33420","YdgH","NhaK","ydgH","BSU_33420","YdgH","NhaK","string-db","224308.BSU33420/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_14850","YdgH","FtsW","ydgH","ftsW","YdgH","FtsW","string-db","224308.BSU14850/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_39020","YdgH","NupG","ydgH","nupG","YdgH","NupG","string-db","224308.BSU39020/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_12310","YdgH","ExuM","ydgH","yjmB","YdgH","ExuM","string-db","224308.BSU12310/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_37030","YdgH","RacA","ydgH","racA","YdgH","RacA","string-db","224308.BSU37030/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_40360","YdgH","HtrC","ydgH","htrC","YdgH","HtrC","string-db","224308.BSU40360/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_18320","YdgH","PpsC","ydgH","ppsC","YdgH","PpsC","string-db","224308.BSU18320/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_32260","YdgH","Hom","ydgH","hom","YdgH","Hom","string-db","224308.BSU32260/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_17180","YdgH","PksJ","ydgH","pksJ","YdgH","PksJ","string-db","224308.BSU17180/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_13390","YdgH","YkoT","ydgH","ykoT","YdgH","YkoT","string-db","224308.BSU13390/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_21820","YdgH","ThyB","ydgH","thyB","YdgH","ThyB","string-db","224308.BSU21820/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_28010","YdgH","MreD","ydgH","mreD","YdgH","MreD","string-db","224308.BSU28010/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_09900","YdgH","YhaP","ydgH","yhaP","YdgH","YhaP","string-db","224308.BSU09900/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_33880","YdgH","YvbJ","ydgH","BSU_33880","YdgH","YvbJ","string-db","224308.BSU33880/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_36570","YdgH","YwnG","ydgH","BSU_36570","YdgH","YwnG","string-db","224308.BSU36570/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_30620","YdgH","YtlD","ydgH","ytlD","YdgH","YtlD","string-db","224308.BSU30620/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_36190","YdgH","RttN","ydgH","BSU_36190","YdgH","YwqJ","string-db","224308.BSU36190/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_30150","YdgH","YtdP","ydgH","BSU_30150","YdgH","YtdP","string-db","224308.BSU30150/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_33020","YdgH","CssS","ydgH","cssS","YdgH","CssS","string-db","224308.BSU33020/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_39810","YdgH","CsbC","ydgH","csbC","YdgH","CsbC","string-db","224308.BSU39810/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_15880","YdgH","FapR","ydgH","fapR","YdgH","FapR","string-db","224308.BSU15880/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_32710","YdgH","SufC","ydgH","sufC","YdgH","SufC","string-db","224308.BSU32710/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_31080","YdgH","BslA","ydgH","bslA","YdgH","BslA","string-db","224308.BSU31080/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_16430","YdgH","CheA","ydgH","cheA","YdgH","CheA","string-db","224308.BSU16430/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_13060","YdgH","YkjA","ydgH","BSU_13060","YdgH","YkjA","string-db","224308.BSU13060/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_10770","YdgH","WprA","ydgH","wprA","YdgH","WprA","string-db","224308.BSU10770/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_16340","YdgH","FliZ","ydgH","fliO","YdgH","FliO","string-db","224308.BSU16340/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_14880","YdgH","CtaB","ydgH","ctaB","YdgH","CtaB","string-db","224308.BSU14880/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_06710","YdgH","SwrC","ydgH","BSU_06710","YdgH","SwrC","string-db","224308.BSU06710/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_29980","YdgH","YtjP","ydgH","BSU_29980","YdgH","YtjP","string-db","224308.BSU29980/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_15940","YdgH","Smc","ydgH","smc","YdgH","Smc","string-db","224308.BSU15940/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_07010","YdgH","YesS","ydgH","rhgR","YdgH","RhgR","string-db","224308.BSU07010/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_26150","YdgH","YqbD","ydgH","BSU_26150","YdgH","YqbD","string-db","224308.BSU26150/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_14400","YdgH","FruA","ydgH","fruA","YdgH","FruA","string-db","224308.BSU14400/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_20710","YdgH","YopZ","ydgH","BSU_20710","YdgH","YopZ","string-db","224308.BSU20710/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_40840","YdgH","YyaJ","ydgH","BSU_40840","YdgH","YyaJ","string-db","224308.BSU40840/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_12790","YdgH","XhlA","ydgH","xhlA","YdgH","XhlA","string-db","224308.BSU12790/224308.BSU05650","physical","txid224308" +"BSU_05650","BSU_33090","YdgH","LiaS","ydgH","liaS","YdgH","LiaS","string-db","224308.BSU33090/224308.BSU05650","physical","txid224308" +"BSU_08670","BSU_09400","YgaB","SpoVR","BSU_08670","spoVR","YgaB","SpoVR","string-db","224308.BSU09400/224308.BSU08670","physical","txid224308" +"BSU_08670","BSU_25490","YgaB","HrcA","BSU_08670","hrcA","YgaB","HrcA","string-db","224308.BSU25490/224308.BSU08670","physical","txid224308" +"BSU_08670","BSU_15880","YgaB","FapR","BSU_08670","fapR","YgaB","FapR","string-db","224308.BSU15880/224308.BSU08670","physical","txid224308" +"BSU_08670","BSU_35240","YgaB","CtpB","BSU_08670","ctpB","YgaB","CtpB","string-db","224308.BSU35240/224308.BSU08670","physical","txid224308" +"BSU_08670","BSU_15520","YgaB","PyrAB","BSU_08670","pyrAB","YgaB","PyrAB","string-db","224308.BSU15520/224308.BSU08670","physical","txid224308" +"BSU_31970","BSU_31980","DhbB","DhbE","dhbB","dhbE","DhbB","DhbE","string-db","224308.BSU31980/224308.BSU31970","physical","txid224308" +"BSU_11550","BSU_33029","YjbH","YuzO","spxH","yirB","SpxH","YirB","subtiwiki","224308.BSU33029/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_15120","YjbH","BshC","spxH","bshC","SpxH","BshC","string-db","224308.BSU15120/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_20080","YjbH","YosL","spxH","BSU_20080","SpxH","YosL","string-db","224308.BSU20080/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_16340","YjbH","FliZ","spxH","fliO","SpxH","FliO","string-db","224308.BSU16340/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_35790","YjbH","YvyI","spxH","pmi","SpxH","YvyI","string-db","224308.BSU35790/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_22970","YjbH","MecB","spxH","BSU_22970","SpxH","YpbH","string-db","224308.BSU22970/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_26310","YjbH","YqaH","spxH","yqaH","SpxH","YqaH","string-db","224308.BSU26310/224308.BSU11550","physical","txid224308" +"BSU_11550","BSU_31480","YjbH","YuxJ","spxH","BSU_31480","SpxH","YuxJ","string-db","224308.BSU31480/224308.BSU11550","physical","txid224308" +"BSU_00840","BSU_35370","McsA","CsrA","mcsA","csrA","McsA","CsrA","string-db","224308.BSU35370/224308.BSU00840","physical","txid224308" +"BSU_00850","BSU_37240","McsB","YwiE","mcsB","ywiE","McsB","YwiE","string-db","224308.BSU37240/224308.BSU00850","physical","txid224308" +"BSU_00850","BSU_11550","McsB","YjbH","mcsB","spxH","McsB","SpxH","string-db","224308.BSU11550/224308.BSU00850","physical","txid224308" +"BSU_00850","BSU_28200","McsB","LonA","mcsB","lonA","McsB","LonA","string-db","224308.BSU28200/224308.BSU00850","physical","txid224308" +"BSU_00850","BSU_00860","McsB","ClpC","mcsB","clpC","McsB","ClpC","subtiwiki","224308.BSU00850/224308.BSU00860","physical","txid224308" +"BSU_00850","BSU_28220","McsB","ClpX","mcsB","clpX","McsB","ClpX","subtiwiki","224308.BSU28220/224308.BSU00850","physical","txid224308" +"BSU_00850","BSU_00830","McsB","CtsR","mcsB","ctsR","McsB","CtsR","subtiwiki","224308.BSU00850/224308.BSU00830","physical","txid224308" +"BSU_00850","BSU_34540","McsB","ClpP","mcsB","clpP","McsB","ClpP","subtiwiki","224308.BSU00850/224308.BSU34540","physical","txid224308" +"BSU_00850","BSU_00840","McsB","McsA","mcsB","mcsA","McsB","McsA","subtiwiki","224308.BSU00850/224308.BSU00840","physical","txid224308" +"BSU_00850","BSU_24770","McsB","MgsR","mcsB","mgsR","McsB","MgsR","subtiwiki","224308.BSU00850/224308.BSU24770","physical","txid224308" +"BSU_00850","BSU_11500","McsB","SpxA","mcsB","spx","McsB","Spx","subtiwiki","224308.BSU00850/224308.BSU11500","physical","txid224308" +"BSU_28200","BSU_29740","LonA","CcpA","lonA","ccpA","LonA","CcpA","string-db","224308.BSU29740/224308.BSU28200","physical","txid224308" +"BSU_28200","BSU_35230","LonA","SwrA","lonA","swrA","LonA","SwrA","subtiwiki","224308.BSU28200/224308.BSU35230","physical","txid224308" +"BSU_28220","BSU_29740","ClpX","CcpA","clpX","ccpA","ClpX","CcpA","string-db","224308.BSU29740/224308.BSU28220","physical","txid224308" +"BSU_28220","BSU_34540","ClpX","ClpP","clpX","clpP","ClpX","ClpP","subtiwiki","224308.BSU28220/224308.BSU34540","physical","txid224308" +"BSU_28220","BSU_22800","ClpX","SpoIVA","clpX","spoIVA","ClpX","SpoIVA","subtiwiki","224308.BSU28220/224308.BSU22800","physical","txid224308" +"BSU_28220","G8J2-20","ClpX","CmpA","clpX","cmpA","ClpX","CmpA","subtiwiki","224308.BSU28220/224308.G8J2-20","physical","txid224308" +"BSU_28220","BSU_11500","ClpX","SpxA","clpX","spx","ClpX","Spx","subtiwiki","224308.BSU28220/224308.BSU11500","physical","txid224308" +"BSU_28220","BSU_21920","ClpX","UgtP","clpX","ugtP","ClpX","UgtP","subtiwiki","224308.BSU28220/224308.BSU21920","physical","txid224308" +"BSU_00860","BSU_22580","ClpC","ReoY","clpC","BSU_22580","ClpC","ReoY","subtiwiki","224308.BSU00860/224308.BSU22580","physical","txid224308" +"BSU_00860","BSU_22970","ClpC","MecB","clpC","BSU_22970","ClpC","YpbH","subtiwiki","224308.BSU00860/224308.BSU22970","physical","txid224308" +"BSU_00860","BSU_00830","ClpC","CtsR","clpC","ctsR","ClpC","CtsR","subtiwiki","224308.BSU00860/224308.BSU00830","physical","txid224308" +"BSU_00860","BSU_13700","ClpC","ClpE","clpC","clpE","ClpC","ClpE","string-db","224308.BSU13700/224308.BSU00860","physical","txid224308" +"BSU_00860","BSU_10420","ClpC","ComK","clpC","comK","ClpC","ComK","string-db","224308.BSU10420/224308.BSU00860","physical","txid224308" +"BSU_00860","BSU_28220","ClpC","ClpX","clpC","clpX","ClpC","ClpX","string-db","224308.BSU28220/224308.BSU00860","physical","txid224308" +"BSU_00860","BSU_16150","ClpC","ClpQ","clpC","clpQ","ClpC","ClpQ","string-db","224308.BSU16150/224308.BSU00860","physical","txid224308" +"BSU_00860","BSU_29740","ClpC","CcpA","clpC","ccpA","ClpC","CcpA","string-db","224308.BSU29740/224308.BSU00860","physical","txid224308" +"BSU_00860","BSU_34540","ClpC","ClpP","clpC","clpP","ClpC","ClpP","subtiwiki","224308.BSU00860/224308.BSU34540","physical","txid224308" +"BSU_00860","BSU_11520","ClpC","MecA","clpC","mecA","ClpC","MecA","subtiwiki","224308.BSU11520/224308.BSU00860","physical","txid224308" +"BSU_37240","BSU_39820","YwiE","HtpG","ywiE","htpG","YwiE","HtpG","string-db","224308.BSU39820/224308.BSU37240","physical","txid224308" +"BSU_37240","BSU_39660","YwiE","YxdJ","ywiE","yxdJ","YwiE","YxdJ","string-db","224308.BSU39660/224308.BSU37240","physical","txid224308" +"BSU_10420","BSU_11520","ComK","MecA","comK","mecA","ComK","MecA","subtiwiki","224308.BSU10420/224308.BSU11520","physical","txid224308" +"BSU_11520","BSU_28220","MecA","ClpX","mecA","clpX","MecA","ClpX","string-db","224308.BSU28220/224308.BSU11520","physical","txid224308" +"BSU_11520","BSU_28200","MecA","LonA","mecA","lonA","MecA","LonA","string-db","224308.BSU28200/224308.BSU11520","physical","txid224308" +"BSU_11520","BSU_11550","MecA","YjbH","mecA","spxH","MecA","SpxH","string-db","224308.BSU11550/224308.BSU11520","physical","txid224308" +"BSU_11520","BSU_19400","MecA","SodC","mecA","BSU_19400","MecA","SodC","string-db","224308.BSU19400/224308.BSU11520","physical","txid224308" +"BSU_11520","BSU_34540","MecA","ClpP","mecA","clpP","MecA","ClpP","string-db","224308.BSU34540/224308.BSU11520","physical","txid224308" +"BSU_34540","BSU_21920","ClpP","UgtP","clpP","ugtP","ClpP","UgtP","subtiwiki","224308.BSU34540/224308.BSU21920","physical","txid224308" +"BSU_13700","BSU_28220","ClpE","ClpX","clpE","clpX","ClpE","ClpX","string-db","224308.BSU28220/224308.BSU13700","physical","txid224308" +"BSU_13700","BSU_34540","ClpE","ClpP","clpE","clpP","ClpE","ClpP","subtiwiki","224308.BSU13700/224308.BSU34540","physical","txid224308" +"BSU_16150","BSU_28220","ClpQ","ClpX","clpQ","clpX","ClpQ","ClpX","string-db","224308.BSU28220/224308.BSU16150","physical","txid224308" +"BSU_16150","BSU_34540","ClpQ","ClpP","clpQ","clpP","ClpQ","ClpP","string-db","224308.BSU34540/224308.BSU16150","physical","txid224308" +"BSU_16150","BSU_16160","ClpQ","ClpY","clpQ","clpY","ClpQ","ClpY","subtiwiki","224308.BSU16160/224308.BSU16150","physical","txid224308" +"BSU_00880","BSU_25130","DisA","Nfo","disA","BSU_25130","DisA","Nfo","string-db","224308.BSU25130/224308.BSU00880","physical","txid224308" +"BSU_00880","BSU_27730","DisA","RuvB","disA","ruvB","DisA","RuvB","subtiwiki","224308.BSU00880/224308.BSU27730","physical","txid224308" +"BSU_00890","BSU_39940","YacL","YxaL","yacL","yxaL","YacL","YxaL","string-db","224308.BSU39940/224308.BSU00890","physical","txid224308" +"BSU_00920","BSU_29740","GltX","CcpA","gltX","ccpA","GltX","CcpA","string-db","224308.BSU29740/224308.BSU00920","physical","txid224308" +"BSU_00920","BSU_06670","GltX","GatC","gltX","BSU_06670","GltX","GatC","subtiwiki","224308.BSU00920/224308.BSU06670","physical","txid224308" +"BSU_00920","BSU_06690","GltX","GatB","gltX","BSU_06690","GltX","GatB","subtiwiki","224308.BSU00920/224308.BSU06690","physical","txid224308" +"BSU_00920","BSU_06680","GltX","GatA","gltX","BSU_06680","GltX","GatA","subtiwiki","224308.BSU00920/224308.BSU06680","physical","txid224308" +"BSU_00920","BSU_tRNA_48","GltX","TrnS-Gln","gltX","BSU_tRNA_48","GltX","TrnS-Gln","subtiwiki","224308.BSU00920/224308.BSUtRNA48","physical","txid224308" +"BSU_00940","BSU_29740","CysS","CcpA","cysS","ccpA","CysS","CcpA","string-db","224308.BSU29740/224308.BSU00940","physical","txid224308" +"BSU_00950","BSU_28860","MrnC","RpmI","mrnC","rpmI","MrnC","RpmI","string-db","224308.BSU28860/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01320","MrnC","RplR","mrnC","rplR","MrnC","RplR","string-db","224308.BSU01320/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_27940","MrnC","RpmA","mrnC","rpmA","MrnC","RpmA","string-db","224308.BSU27940/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01180","MrnC","RplW","mrnC","rplW","MrnC","RplW","string-db","224308.BSU01180/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01210","MrnC","RplV","mrnC","rplV","MrnC","RplV","string-db","224308.BSU01210/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01400","MrnC","RpmJ","mrnC","rpmJ","MrnC","RpmJ","string-db","224308.BSU01400/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01340","MrnC","RpmD","mrnC","rpmD","MrnC","RpmD","string-db","224308.BSU01340/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01160","MrnC","RplC","mrnC","rplC","MrnC","RplC","string-db","224308.BSU01160/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01230","MrnC","RplP","mrnC","rplP","MrnC","RplP","string-db","224308.BSU01230/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_28850","MrnC","RplT","mrnC","rplT","MrnC","RplT","string-db","224308.BSU28850/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01440","MrnC","RplQ","mrnC","rplQ","MrnC","RplQ","string-db","224308.BSU01440/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01490","MrnC","RplM","mrnC","rplM","MrnC","RplM","string-db","224308.BSU01490/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01260","MrnC","RplNA","mrnC","rplN","MrnC","RplN","string-db","224308.BSU01260/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_41060","MrnC","RpmH","mrnC","rpmH","MrnC","RpmH","string-db","224308.BSU41060/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01310","MrnC","RplF","mrnC","rplF","MrnC","RplF","string-db","224308.BSU01310/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_27960","MrnC","RplU","mrnC","rplU","MrnC","RplU","string-db","224308.BSU27960/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_15080","MrnC","RpmF","mrnC","rpmF","MrnC","RpmF","string-db","224308.BSU15080/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01040","MrnC","RplJ","mrnC","rplJ","MrnC","RplJ","string-db","224308.BSU01040/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01190","MrnC","RplB","mrnC","rplB","MrnC","RplB","string-db","224308.BSU01190/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_16040","MrnC","RplS","mrnC","rplS","MrnC","RplS","string-db","224308.BSU16040/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_15820","MrnC","RpmB","mrnC","rpmB","MrnC","RpmB","string-db","224308.BSU15820/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01270","MrnC","RplX","mrnC","rplX","MrnC","RplX","string-db","224308.BSU01270/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01240","MrnC","RpmC","mrnC","rpmC","MrnC","RpmC","string-db","224308.BSU01240/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01350","MrnC","RplO","mrnC","rplO","MrnC","RplO","string-db","224308.BSU01350/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01280","MrnC","RplE","mrnC","rplE","MrnC","RplE","string-db","224308.BSU01280/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_01170","MrnC","RplD","mrnC","rplD","MrnC","RplD","string-db","224308.BSU01170/224308.BSU00950","physical","txid224308" +"BSU_00950","BSU_24900","MrnC","RpmGA","mrnC","BSU_24900","MrnC","RpmGA","string-db","224308.BSU24900/224308.BSU00950","physical","txid224308" +"BSU_00990","BSU_24900","RpmGB","RpmGA","rpmGB","BSU_24900","RpmGB","RpmGA","subtiwiki","224308.BSU00990/224308.BSU24900","physical","txid224308" +"BSU_00990","BSU_01020","RpmGB","RplK","rpmGB","rplK","RpmGB","RplK","subtiwiki","224308.BSU00990/224308.BSU01020","physical","txid224308" +"BSU_00990","BSU_01230","RpmGB","RplP","rpmGB","rplP","RpmGB","RplP","subtiwiki","224308.BSU00990/224308.BSU01230","physical","txid224308" +"BSU_00990","BSU_01350","RpmGB","RplO","rpmGB","rplO","RpmGB","RplO","subtiwiki","224308.BSU00990/224308.BSU01350","physical","txid224308" +"BSU_00990","BSU_01400","RpmGB","RpmJ","rpmGB","rpmJ","RpmGB","RpmJ","subtiwiki","224308.BSU00990/224308.BSU01400","physical","txid224308" +"BSU_00990","BSU_30700","RpmGB","RpmEB","rpmGB","rpmEB","RpmGB","RpmEB","subtiwiki","224308.BSU00990/224308.BSU30700","physical","txid224308" +"BSU_00990","BSU_01160","RpmGB","RplC","rpmGB","rplC","RpmGB","RplC","subtiwiki","224308.BSU00990/224308.BSU01160","physical","txid224308" +"BSU_00990","BSU_01210","RpmGB","RplV","rpmGB","rplV","RpmGB","RplV","subtiwiki","224308.BSU00990/224308.BSU01210","physical","txid224308" +"BSU_00990","BSU_01280","RpmGB","RplE","rpmGB","rplE","RpmGB","RplE","subtiwiki","224308.BSU00990/224308.BSU01280","physical","txid224308" +"BSU_00990","BSU_01050","RpmGB","RplL","rpmGB","rplL","RpmGB","RplL","subtiwiki","224308.BSU00990/224308.BSU01050","physical","txid224308" +"BSU_00990","BSU_41060","RpmGB","RpmH","rpmGB","rpmH","RpmGB","RpmH","subtiwiki","224308.BSU00990/224308.BSU41060","physical","txid224308" +"BSU_01000","BSU_41040","SecE","OxaAA","secE","yidC1","SecE","YidC1","string-db","224308.BSU41040/224308.BSU01000","physical","txid224308" +"BSU_01000","BSU_15950","SecE","FtsY","secE","ftsY","SecE","FtsY","string-db","224308.BSU15950/224308.BSU01000","physical","txid224308" +"BSU_01000","BSU_27700","SecE","YrbF","secE","BSU_27700","SecE","YrbF","string-db","224308.BSU27700/224308.BSU01000","physical","txid224308" +"BSU_01000","BSU_15980","SecE","Ffh","secE","ffh","SecE","Ffh","string-db","224308.BSU15980/224308.BSU01000","physical","txid224308" +"BSU_01000","BSU_01360","SecE","SecY","secE","secY","SecE","SecY","subtiwiki","224308.BSU01000/224308.BSU01360","physical","txid224308" +"BSU_01000","BSU_33630","SecE","SecG","secE","secG","SecE","SecG","subtiwiki","224308.BSU01000/224308.BSU33630","physical","txid224308" +"BSU_01000","BSU_27650","SecE","SecDF","secE","secDF","SecE","SecDF","string-db","224308.BSU27650/224308.BSU01000","physical","txid224308" +"BSU_01000","BSU_35300","SecE","SecA","secE","secA","SecE","SecA","subtiwiki","224308.BSU01000/224308.BSU35300","physical","txid224308" +"BSU_01000","BSU_23890","SecE","OxaAB","secE","yidC2","SecE","OxaAB","string-db","224308.BSU23890/224308.BSU01000","physical","txid224308" +"BSU_23890","BSU_35300","OxaAB","SecA","yidC2","secA","OxaAB","SecA","string-db","224308.BSU35300/224308.BSU23890","physical","txid224308" +"BSU_23890","BSU_27700","OxaAB","YrbF","yidC2","BSU_27700","OxaAB","YrbF","string-db","224308.BSU27700/224308.BSU23890","physical","txid224308" +"BSU_23890","BSU_24390","OxaAB","SpoIIIAE","yidC2","spoIIIAE","OxaAB","SpoIIIAE","string-db","224308.BSU24390/224308.BSU23890","physical","txid224308" +"BSU_23890","BSU_41040","OxaAB","OxaAA","yidC2","yidC1","OxaAB","YidC1","string-db","224308.BSU41040/224308.BSU23890","physical","txid224308" +"BSU_23890","BSU_33630","OxaAB","SecG","yidC2","secG","OxaAB","SecG","string-db","224308.BSU33630/224308.BSU23890","physical","txid224308" +"BSU_23890","BSU_27650","OxaAB","SecDF","yidC2","secDF","OxaAB","SecDF","string-db","224308.BSU27650/224308.BSU23890","physical","txid224308" +"BSU_35300","BSU_41040","SecA","OxaAA","secA","yidC1","SecA","YidC1","string-db","224308.BSU41040/224308.BSU35300","physical","txid224308" +"BSU_27700","BSU_41040","YrbF","OxaAA","BSU_27700","yidC1","YrbF","YidC1","string-db","224308.BSU41040/224308.BSU27700","physical","txid224308" +"BSU_27700","BSU_35300","YrbF","SecA","BSU_27700","secA","YrbF","SecA","string-db","224308.BSU35300/224308.BSU27700","physical","txid224308" +"BSU_27700","BSU_33630","YrbF","SecG","BSU_27700","secG","YrbF","SecG","string-db","224308.BSU33630/224308.BSU27700","physical","txid224308" +"BSU_15950","BSU_23890","FtsY","OxaAB","ftsY","yidC2","FtsY","OxaAB","string-db","224308.BSU23890/224308.BSU15950","physical","txid224308" +"BSU_15950","BSU_15980","FtsY","Ffh","ftsY","ffh","FtsY","Ffh","subtiwiki","224308.BSU15950/224308.BSU15980","physical","txid224308" +"BSU_15950","BSU_33630","FtsY","SecG","ftsY","secG","FtsY","SecG","string-db","224308.BSU33630/224308.BSU15950","physical","txid224308" +"BSU_15950","BSU_27700","FtsY","YrbF","ftsY","BSU_27700","FtsY","YrbF","string-db","224308.BSU27700/224308.BSU15950","physical","txid224308" +"BSU_15950","BSU_35300","FtsY","SecA","ftsY","secA","FtsY","SecA","string-db","224308.BSU35300/224308.BSU15950","physical","txid224308" +"BSU_15950","BSU_41040","FtsY","OxaAA","ftsY","yidC1","FtsY","YidC1","string-db","224308.BSU41040/224308.BSU15950","physical","txid224308" +"BSU_15950","BSU_27650","FtsY","SecDF","ftsY","secDF","FtsY","SecDF","string-db","224308.BSU27650/224308.BSU15950","physical","txid224308" +"BSU_15980","BSU_40910","Ffh","RpsF","ffh","rpsF","Ffh","RpsF","string-db","224308.BSU40910/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_28860","Ffh","RpmI","ffh","rpmI","Ffh","RpmI","string-db","224308.BSU28860/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_28850","Ffh","RplT","ffh","rplT","Ffh","RplT","string-db","224308.BSU28850/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_27960","Ffh","RplU","ffh","rplU","Ffh","RplU","string-db","224308.BSU27960/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_29660","Ffh","RpsD","ffh","rpsD","Ffh","RpsD","string-db","224308.BSU29660/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_35300","Ffh","SecA","ffh","secA","Ffh","SecA","subtiwiki","224308.BSU35300/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_37070","Ffh","RpmEA","ffh","rpmE","Ffh","RpmE","string-db","224308.BSU37070/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_23890","Ffh","OxaAB","ffh","yidC2","Ffh","OxaAB","string-db","224308.BSU23890/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_27700","Ffh","YrbF","ffh","BSU_27700","Ffh","YrbF","string-db","224308.BSU27700/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_16040","Ffh","RplS","ffh","rplS","Ffh","RplS","string-db","224308.BSU16040/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_25550","Ffh","RpsT","ffh","BSU_25550","Ffh","RpsT","string-db","224308.BSU25550/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_29740","Ffh","CcpA","ffh","ccpA","Ffh","CcpA","string-db","224308.BSU29740/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_33600","Ffh","SmpB","ffh","smpB","Ffh","SmpB","string-db","224308.BSU33600/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_40890","Ffh","RpsR","ffh","rpsR","Ffh","RpsR","string-db","224308.BSU40890/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_27650","Ffh","SecDF","ffh","secDF","Ffh","SecDF","string-db","224308.BSU27650/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_23880","Ffh","MifM","ffh","mifM","Ffh","MifM","string-db","224308.BSU23880/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_33630","Ffh","SecG","ffh","secG","Ffh","SecG","string-db","224308.BSU33630/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_15990","Ffh","RpsP","ffh","rpsP","Ffh","RpsP","string-db","224308.BSU15990/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_41050","Ffh","RnpA","ffh","BSU_41050","Ffh","RnpA","string-db","224308.BSU41050/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_41060","Ffh","RpmH","ffh","rpmH","Ffh","RpmH","string-db","224308.BSU41060/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_41040","Ffh","OxaAA","ffh","yidC1","Ffh","YidC1","string-db","224308.BSU41040/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_16680","Ffh","RpsO","ffh","rpsO","Ffh","RpsO","string-db","224308.BSU16680/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_24900","Ffh","RpmGA","ffh","BSU_24900","Ffh","RpmGA","string-db","224308.BSU24900/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_27940","Ffh","RpmA","ffh","rpmA","Ffh","RpmA","string-db","224308.BSU27940/224308.BSU15980","physical","txid224308" +"BSU_15980","BSU_16490","Ffh","RpsB","ffh","rpsB","Ffh","RpsB","string-db","224308.BSU16490/224308.BSU15980","physical","txid224308" +"BSU_01360","BSU_15950","SecY","FtsY","secY","ftsY","SecY","FtsY","subtiwiki","224308.BSU01360/224308.BSU15950","physical","txid224308" +"BSU_01360","BSU_33630","SecY","SecG","secY","secG","SecY","SecG","subtiwiki","224308.BSU01360/224308.BSU33630","physical","txid224308" +"BSU_01360","BSU_23890","SecY","OxaAB","secY","yidC2","SecY","OxaAB","string-db","224308.BSU23890/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_27650","SecY","SecDF","secY","secDF","SecY","SecDF","string-db","224308.BSU27650/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_15980","SecY","Ffh","secY","ffh","SecY","Ffh","string-db","224308.BSU15980/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_27700","SecY","YrbF","secY","BSU_27700","SecY","YrbF","string-db","224308.BSU27700/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_13990","SecY","KinA","secY","kinA","SecY","KinA","string-db","224308.BSU13990/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_35300","SecY","SecA","secY","secA","SecY","SecA","subtiwiki","224308.BSU01360/224308.BSU35300","physical","txid224308" +"BSU_01360","BSU_41040","SecY","OxaAA","secY","yidC1","SecY","YidC1","string-db","224308.BSU41040/224308.BSU01360","physical","txid224308" +"BSU_01360","BSU_31010","SecY","FloT","secY","floT","SecY","FloT","subtiwiki","224308.BSU01360/224308.BSU31010","physical","txid224308" +"BSU_33630","BSU_41040","SecG","OxaAA","secG","yidC1","SecG","YidC1","string-db","224308.BSU41040/224308.BSU33630","physical","txid224308" +"BSU_33630","BSU_35300","SecG","SecA","secG","secA","SecG","SecA","subtiwiki","224308.BSU35300/224308.BSU33630","physical","txid224308" +"BSU_27650","BSU_33630","SecDF","SecG","secDF","secG","SecDF","SecG","string-db","224308.BSU33630/224308.BSU27650","physical","txid224308" +"BSU_27650","BSU_35300","SecDF","SecA","secDF","secA","SecDF","SecA","string-db","224308.BSU35300/224308.BSU27650","physical","txid224308" +"BSU_27650","BSU_41040","SecDF","OxaAA","secDF","yidC1","SecDF","YidC1","string-db","224308.BSU41040/224308.BSU27650","physical","txid224308" +"BSU_27650","BSU_27700","SecDF","YrbF","secDF","BSU_27700","SecDF","YrbF","string-db","224308.BSU27700/224308.BSU27650","physical","txid224308" +"BSU_01010","BSU_14670","NusG","SuhB","BSU_01010","yktC","NusG","SuhB","string-db","224308.BSU14670/224308.BSU01010","physical","txid224308" +"BSU_01010","BSU_36760","NusG","MurAA","BSU_01010","murAA","NusG","MurAA","string-db","224308.BSU36760/224308.BSU01010","physical","txid224308" +"BSU_01010","BSU_37100","NusG","MurAB","BSU_01010","BSU_37100","NusG","MurAB","string-db","224308.BSU37100/224308.BSU01010","physical","txid224308" +"BSU_01010","BSU_24320","NusG","NusB","BSU_01010","nusB","NusG","NusB","string-db","224308.BSU24320/224308.BSU01010","physical","txid224308" +"BSU_01010","BSU_37080","NusG","Rho","BSU_01010","BSU_37080","NusG","Rho","subtiwiki","224308.BSU01010/224308.BSU37080","physical","txid224308" +"BSU_01010","BSU_01080","NusG","RpoC","BSU_01010","rpoC","NusG","RpoC","subtiwiki","224308.BSU01010/224308.BSU01080","physical","txid224308" +"BSU_01010","BSU_01070","NusG","RpoB","BSU_01010","rpoB","NusG","RpoB","subtiwiki","224308.BSU01010/224308.BSU01070","physical","txid224308" +"BSU_14670","BSU_24320","SuhB","NusB","yktC","nusB","SuhB","NusB","string-db","224308.BSU24320/224308.BSU14670","physical","txid224308" +"BSU_40500","BSU_41060","RplI","RpmH","BSU_40500","rpmH","RplI","RpmH","subtiwiki","224308.BSU40500/224308.BSU41060","physical","txid224308" +"BSU_40500","BSU_00990","RplI","RpmGB","BSU_40500","rpmGB","RplI","RpmGB","subtiwiki","224308.BSU40500/224308.BSU00990","physical","txid224308" +"BSU_40500","BSU_30700","RplI","RpmEB","BSU_40500","rpmEB","RplI","RpmEB","subtiwiki","224308.BSU40500/224308.BSU30700","physical","txid224308" +"BSU_40500","BSU_01050","RplI","RplL","BSU_40500","rplL","RplI","RplL","subtiwiki","224308.BSU40500/224308.BSU01050","physical","txid224308" +"BSU_40500","BSU_40910","RplI","RpsF","BSU_40500","rpsF","RplI","RpsF","string-db","224308.BSU40910/224308.BSU40500","physical","txid224308" +"BSU_40500","BSU_40890","RplI","RpsR","BSU_40500","rpsR","RplI","RpsR","string-db","224308.BSU40890/224308.BSU40500","physical","txid224308" +"BSU_25550","BSU_41060","RpsT","RpmH","BSU_25550","rpmH","RpsT","RpmH","string-db","224308.BSU41060/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_28860","RpsT","RpmI","BSU_25550","rpmI","RpsT","RpmI","string-db","224308.BSU28860/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_27600","RpsT","Rsh","BSU_25550","BSU_27600","RpsT","Rel","string-db","224308.BSU27600/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_27940","RpsT","RpmA","BSU_25550","rpmA","RpsT","RpmA","string-db","224308.BSU27940/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_35310","RpsT","Hpf","BSU_25550","hpf","RpsT","Hpf","string-db","224308.BSU35310/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_37070","RpsT","RpmEA","BSU_25550","rpmE","RpsT","RpmE","string-db","224308.BSU37070/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_40500","RpsT","RplI","BSU_25550","BSU_40500","RpsT","RplI","string-db","224308.BSU40500/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_28580","RpsT","MutSB","BSU_25550","BSU_28580","RpsT","RqcU","string-db","224308.BSU28580/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_27960","RpsT","RplU","BSU_25550","rplU","RpsT","RplU","subtiwiki","224308.BSU27960/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_40890","RpsT","RpsR","BSU_25550","rpsR","RpsT","RpsR","string-db","224308.BSU40890/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_40910","RpsT","RpsF","BSU_25550","rpsF","RpsT","RpsF","string-db","224308.BSU40910/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_28850","RpsT","RplT","BSU_25550","rplT","RpsT","RplT","string-db","224308.BSU28850/224308.BSU25550","physical","txid224308" +"BSU_25550","BSU_29660","RpsT","RpsD","BSU_25550","rpsD","RpsT","RpsD","string-db","224308.BSU29660/224308.BSU25550","physical","txid224308" +"BSU_29660","BSU_40500","RpsD","RplI","rpsD","BSU_40500","RpsD","RplI","string-db","224308.BSU40500/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_41060","RpsD","RpmH","rpsD","rpmH","RpsD","RpmH","string-db","224308.BSU41060/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_29740","RpsD","CcpA","rpsD","ccpA","RpsD","CcpA","string-db","224308.BSU29740/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_40910","RpsD","RpsF","rpsD","rpsF","RpsD","RpsF","string-db","224308.BSU40910/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_35310","RpsD","Hpf","rpsD","hpf","RpsD","Hpf","string-db","224308.BSU35310/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_37070","RpsD","RpmEA","rpsD","rpmE","RpsD","RpmE","string-db","224308.BSU37070/224308.BSU29660","physical","txid224308" +"BSU_29660","BSU_40890","RpsD","RpsR","rpsD","rpsR","RpsD","RpsR","string-db","224308.BSU40890/224308.BSU29660","physical","txid224308" +"BSU_01150","BSU_40500","RpsJ","RplI","rpsJ","BSU_40500","RpsJ","RplI","string-db","224308.BSU40500/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_22880","RpsJ","RpfA","rpsJ","BSU_22880","RpsJ","RpsA","subtiwiki","224308.BSU01150/224308.BSU22880","physical","txid224308" +"BSU_01150","BSU_31390","RpsJ","YugI","rpsJ","yugI","RpsJ","YugI","subtiwiki","224308.BSU01150/224308.BSU31390","physical","txid224308" +"BSU_01150","BSU_15070","RpsJ","YlbN","rpsJ","ylbN","RpsJ","YlbN","subtiwiki","224308.BSU01150/224308.BSU15070","physical","txid224308" +"BSU_01150","BSU_24320","RpsJ","NusB","rpsJ","nusB","RpsJ","NusB","subtiwiki","224308.BSU01150/224308.BSU24320","physical","txid224308" +"BSU_01150","BSU_01230","RpsJ","RplP","rpsJ","rplP","RpsJ","RplP","string-db","224308.BSU01230/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01180","RpsJ","RplW","rpsJ","rplW","RpsJ","RplW","string-db","224308.BSU01180/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01410","RpsJ","RpsM","rpsJ","rpsM","RpsJ","RpsM","subtiwiki","224308.BSU01150/224308.BSU01410","physical","txid224308" +"BSU_01150","BSU_27940","RpsJ","RpmA","rpsJ","rpmA","RpsJ","RpmA","string-db","224308.BSU27940/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_35310","RpsJ","Hpf","rpsJ","hpf","RpsJ","Hpf","string-db","224308.BSU35310/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01330","RpsJ","RpsE","rpsJ","rpsE","RpsJ","RpsE","subtiwiki","224308.BSU01330/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01440","RpsJ","RplQ","rpsJ","rplQ","RpsJ","RplQ","string-db","224308.BSU01440/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01400","RpsJ","RpmJ","rpsJ","rpmJ","RpsJ","RpmJ","string-db","224308.BSU01400/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01240","RpsJ","RpmC","rpsJ","rpmC","RpsJ","RpmC","string-db","224308.BSU01240/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_29660","RpsJ","RpsD","rpsJ","rpsD","RpsJ","RpsD","string-db","224308.BSU29660/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01270","RpsJ","RplX","rpsJ","rplX","RpsJ","RplX","string-db","224308.BSU01270/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01160","RpsJ","RplC","rpsJ","rplC","RpsJ","RplC","string-db","224308.BSU01160/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_40910","RpsJ","RpsF","rpsJ","rpsF","RpsJ","RpsF","subtiwiki","224308.BSU40910/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_15990","RpsJ","RpsP","rpsJ","rpsP","RpsJ","RpsP","subtiwiki","224308.BSU15990/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_05610","RpsJ","VmlR","rpsJ","vmlR","RpsJ","VmlR","string-db","224308.BSU05610/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01290","RpsJ","RpsNA","rpsJ","rpsN","RpsJ","RpsN","subtiwiki","224308.BSU01290/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_40890","RpsJ","RpsR","rpsJ","rpsR","RpsJ","RpsR","subtiwiki","224308.BSU01150/224308.BSU40890","physical","txid224308" +"BSU_01150","BSU_15820","RpsJ","RpmB","rpsJ","rpmB","RpsJ","RpmB","string-db","224308.BSU15820/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01500","RpsJ","RpsI","rpsJ","rpsI","RpsJ","RpsI","string-db","224308.BSU01500/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01190","RpsJ","RplB","rpsJ","rplB","RpsJ","RplB","string-db","224308.BSU01190/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_25410","RpsJ","RpsU","rpsJ","BSU_25410","RpsJ","RpsU","subtiwiki","224308.BSU25410/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01210","RpsJ","RplV","rpsJ","rplV","RpsJ","RplV","string-db","224308.BSU01210/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_28580","RpsJ","MutSB","rpsJ","BSU_28580","RpsJ","RqcU","subtiwiki","224308.BSU01150/224308.BSU28580","physical","txid224308" +"BSU_01150","BSU_28860","RpsJ","RpmI","rpsJ","rpmI","RpsJ","RpmI","string-db","224308.BSU28860/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_37070","RpsJ","RpmEA","rpsJ","rpmE","RpsJ","RpmE","string-db","224308.BSU37070/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_15980","RpsJ","Ffh","rpsJ","ffh","RpsJ","Ffh","string-db","224308.BSU15980/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01350","RpsJ","RplO","rpsJ","rplO","RpsJ","RplO","string-db","224308.BSU01350/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_29740","RpsJ","CcpA","rpsJ","ccpA","RpsJ","CcpA","string-db","224308.BSU29740/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_27960","RpsJ","RplU","rpsJ","rplU","RpsJ","RplU","string-db","224308.BSU27960/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_27600","RpsJ","Rsh","rpsJ","BSU_27600","RpsJ","Rel","string-db","224308.BSU27600/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_41060","RpsJ","RpmH","rpsJ","rpmH","RpsJ","RpmH","string-db","224308.BSU41060/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_15080","RpsJ","RpmF","rpsJ","rpmF","RpsJ","RpmF","string-db","224308.BSU15080/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_16490","RpsJ","RpsB","rpsJ","rpsB","RpsJ","RpsB","subtiwiki","224308.BSU01150/224308.BSU16490","physical","txid224308" +"BSU_01150","BSU_25550","RpsJ","RpsT","rpsJ","BSU_25550","RpsJ","RpsT","string-db","224308.BSU25550/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_16040","RpsJ","RplS","rpsJ","rplS","RpsJ","RplS","string-db","224308.BSU16040/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01340","RpsJ","RpmD","rpsJ","rpmD","RpsJ","RpmD","string-db","224308.BSU01340/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_24900","RpsJ","RpmGA","rpsJ","BSU_24900","RpsJ","RpmGA","string-db","224308.BSU24900/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01250","RpsJ","RpsQ","rpsJ","rpsQ","RpsJ","RpsQ","string-db","224308.BSU01250/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01310","RpsJ","RplF","rpsJ","rplF","RpsJ","RplF","string-db","224308.BSU01310/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01200","RpsJ","RpsS","rpsJ","rpsS","RpsJ","RpsS","string-db","224308.BSU01200/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01490","RpsJ","RplM","rpsJ","rplM","RpsJ","RplM","string-db","224308.BSU01490/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_23880","RpsJ","MifM","rpsJ","mifM","RpsJ","MifM","string-db","224308.BSU23880/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01320","RpsJ","RplR","rpsJ","rplR","RpsJ","RplR","string-db","224308.BSU01320/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_16680","RpsJ","RpsO","rpsJ","rpsO","RpsJ","RpsO","string-db","224308.BSU16680/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_28850","RpsJ","RplT","rpsJ","rplT","RpsJ","RplT","string-db","224308.BSU28850/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01300","RpsJ","RpsH","rpsJ","rpsH","RpsJ","RpsH","subtiwiki","224308.BSU01150/224308.BSU01300","physical","txid224308" +"BSU_01150","BSU_01220","RpsJ","RpsC","rpsJ","rpsC","RpsJ","RpsC","subtiwiki","224308.BSU01150/224308.BSU01220","physical","txid224308" +"BSU_01150","BSU_01420","RpsJ","RpsK","rpsJ","rpsK","RpsJ","RpsK","subtiwiki","224308.BSU01150/224308.BSU01420","physical","txid224308" +"BSU_01150","BSU_01280","RpsJ","RplE","rpsJ","rplE","RpsJ","RplE","string-db","224308.BSU01280/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01260","RpsJ","RplNA","rpsJ","rplN","RpsJ","RplN","string-db","224308.BSU01260/224308.BSU01150","physical","txid224308" +"BSU_01150","BSU_01170","RpsJ","RplD","rpsJ","rplD","RpsJ","RplD","string-db","224308.BSU01170/224308.BSU01150","physical","txid224308" +"BSU_01410","BSU_35310","RpsM","Hpf","rpsM","hpf","RpsM","Hpf","string-db","224308.BSU35310/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_28870","RpsM","InfC","rpsM","infC","RpsM","InfC","subtiwiki","224308.BSU01410/224308.BSU28870","physical","txid224308" +"BSU_01410","BSU_27940","RpsM","RpmA","rpsM","rpmA","RpsM","RpmA","string-db","224308.BSU27940/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_15820","RpsM","RpmB","rpsM","rpmB","RpsM","RpmB","string-db","224308.BSU15820/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_01490","RpsM","RplM","rpsM","rplM","RpsM","RplM","string-db","224308.BSU01490/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_15080","RpsM","RpmF","rpsM","rpmF","RpsM","RpmF","subtiwiki","224308.BSU15080/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_01420","RpsM","RpsK","rpsM","rpsK","RpsM","RpsK","string-db","224308.BSU01420/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_23880","RpsM","MifM","rpsM","mifM","RpsM","MifM","string-db","224308.BSU23880/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_24900","RpsM","RpmGA","rpsM","BSU_24900","RpsM","RpmGA","string-db","224308.BSU24900/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_01500","RpsM","RpsI","rpsM","rpsI","RpsM","RpsI","string-db","224308.BSU01500/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_37070","RpsM","RpmEA","rpsM","rpmE","RpsM","RpmE","subtiwiki","224308.BSU37070/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_16680","RpsM","RpsO","rpsM","rpsO","RpsM","RpsO","subtiwiki","224308.BSU01410/224308.BSU16680","physical","txid224308" +"BSU_01410","BSU_28850","RpsM","RplT","rpsM","rplT","RpsM","RplT","string-db","224308.BSU28850/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_29660","RpsM","RpsD","rpsM","rpsD","RpsM","RpsD","string-db","224308.BSU29660/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_01440","RpsM","RplQ","rpsM","rplQ","RpsM","RplQ","string-db","224308.BSU01440/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_28860","RpsM","RpmI","rpsM","rpmI","RpsM","RpmI","string-db","224308.BSU28860/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_05610","RpsM","VmlR","rpsM","vmlR","RpsM","VmlR","string-db","224308.BSU05610/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_41060","RpsM","RpmH","rpsM","rpmH","RpsM","RpmH","string-db","224308.BSU41060/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_27600","RpsM","Rsh","rpsM","BSU_27600","RpsM","Rel","string-db","224308.BSU27600/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_25550","RpsM","RpsT","rpsM","BSU_25550","RpsM","RpsT","string-db","224308.BSU25550/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_40910","RpsM","RpsF","rpsM","rpsF","RpsM","RpsF","string-db","224308.BSU40910/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_16490","RpsM","RpsB","rpsM","rpsB","RpsM","RpsB","string-db","224308.BSU16490/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_15980","RpsM","Ffh","rpsM","ffh","RpsM","Ffh","string-db","224308.BSU15980/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_40500","RpsM","RplI","rpsM","BSU_40500","RpsM","RplI","string-db","224308.BSU40500/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_28580","RpsM","MutSB","rpsM","BSU_28580","RpsM","RqcU","string-db","224308.BSU28580/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_15990","RpsM","RpsP","rpsM","rpsP","RpsM","RpsP","subtiwiki","224308.BSU15990/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_40890","RpsM","RpsR","rpsM","rpsR","RpsM","RpsR","string-db","224308.BSU40890/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_16040","RpsM","RplS","rpsM","rplS","RpsM","RplS","string-db","224308.BSU16040/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_25410","RpsM","RpsU","rpsM","BSU_25410","RpsM","RpsU","string-db","224308.BSU25410/224308.BSU01410","physical","txid224308" +"BSU_01410","BSU_27960","RpsM","RplU","rpsM","rplU","RpsM","RplU","string-db","224308.BSU27960/224308.BSU01410","physical","txid224308" +"BSU_01030","BSU_01050","RplA","RplL","rplA","rplL","RplA","RplL","subtiwiki","224308.BSU01030/224308.BSU01050","physical","txid224308" +"BSU_01030","BSU_04580","RplA","CshA","rplA","BSU_04580","RplA","CshA","subtiwiki","224308.BSU01030/224308.BSU04580","physical","txid224308" +"BSU_01030","BSU_40500","RplA","RplI","rplA","BSU_40500","RplA","RplI","subtiwiki","224308.BSU01030/224308.BSU40500","physical","txid224308" +"BSU_01030","new_2477758_2477958_c","RplA","RpmGC","rplA","rpmGC","RplA","RpmGC","subtiwiki","224308.BSU01030/224308.new24777582477958c","physical","txid224308" +"BSU_01030","BSU_01040","RplA","RplJ","rplA","rplJ","RplA","RplJ","subtiwiki","224308.BSU01030/224308.BSU01040","physical","txid224308" +"BSU_01030","BSU_00990","RplA","RpmGB","rplA","rpmGB","RplA","RpmGB","subtiwiki","224308.BSU01030/224308.BSU00990","physical","txid224308" +"BSU_01030","BSU_30700","RplA","RpmEB","rplA","rpmEB","RplA","RpmEB","subtiwiki","224308.BSU01030/224308.BSU30700","physical","txid224308" +"BSU_01030","BSU_15820","RplA","RpmB","rplA","rpmB","RplA","RpmB","subtiwiki","224308.BSU01030/224308.BSU15820","physical","txid224308" +"BSU_01030","BSU_01250","RplA","RpsQ","rplA","rpsQ","RplA","RpsQ","string-db","224308.BSU01250/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01110","RplA","RpsG","rplA","rpsG","RplA","RpsG","string-db","224308.BSU01110/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01330","RplA","RpsE","rplA","rpsE","RplA","RpsE","string-db","224308.BSU01330/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01240","RplA","RpmC","rplA","rpmC","RplA","RpmC","subtiwiki","224308.BSU01030/224308.BSU01240","physical","txid224308" +"BSU_01030","BSU_41060","RplA","RpmH","rplA","rpmH","RplA","RpmH","subtiwiki","224308.BSU01030/224308.BSU41060","physical","txid224308" +"BSU_01030","BSU_01260","RplA","RplNA","rplA","rplN","RplA","RplN","subtiwiki","224308.BSU01260/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_24900","RplA","RpmGA","rplA","BSU_24900","RplA","RpmGA","subtiwiki","224308.BSU01030/224308.BSU24900","physical","txid224308" +"BSU_01030","BSU_01200","RplA","RpsS","rplA","rpsS","RplA","RpsS","string-db","224308.BSU01200/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_29660","RplA","RpsD","rplA","rpsD","RplA","RpsD","string-db","224308.BSU29660/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_15990","RplA","RpsP","rplA","rpsP","RplA","RpsP","string-db","224308.BSU15990/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_28190","RplA","YsxC","rplA","ysxC","RplA","YsxC","subtiwiki","224308.BSU01030/224308.BSU28190","physical","txid224308" +"BSU_01030","BSU_01300","RplA","RpsH","rplA","rpsH","RplA","RpsH","string-db","224308.BSU01300/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_37070","RplA","RpmEA","rplA","rpmE","RplA","RpmE","subtiwiki","224308.BSU37070/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01100","RplA","RpsL","rplA","rpsL","RplA","RpsL","string-db","224308.BSU01100/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01220","RplA","RpsC","rplA","rpsC","RplA","RpsC","string-db","224308.BSU01220/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_27960","RplA","RplU","rplA","rplU","RplA","RplU","subtiwiki","224308.BSU27960/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01230","RplA","RplP","rplA","rplP","RplA","RplP","subtiwiki","224308.BSU01030/224308.BSU01230","physical","txid224308" +"BSU_01030","BSU_01170","RplA","RplD","rplA","rplD","RplA","RplD","subtiwiki","224308.BSU01170/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01290","RplA","RpsNA","rplA","rpsN","RplA","RpsN","string-db","224308.BSU01290/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01400","RplA","RpmJ","rplA","rpmJ","RplA","RpmJ","subtiwiki","224308.BSU01030/224308.BSU01400","physical","txid224308" +"BSU_01030","BSU_15080","RplA","RpmF","rplA","rpmF","RplA","RpmF","subtiwiki","224308.BSU01030/224308.BSU15080","physical","txid224308" +"BSU_01030","BSU_01500","RplA","RpsI","rplA","rpsI","RplA","RpsI","string-db","224308.BSU01500/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_27940","RplA","RpmA","rplA","rpmA","RplA","RpmA","subtiwiki","224308.BSU01030/224308.BSU27940","physical","txid224308" +"BSU_01030","BSU_28860","RplA","RpmI","rplA","rpmI","RplA","RpmI","subtiwiki","224308.BSU01030/224308.BSU28860","physical","txid224308" +"BSU_01030","BSU_16490","RplA","RpsB","rplA","rpsB","RplA","RpsB","string-db","224308.BSU16490/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01190","RplA","RplB","rplA","rplB","RplA","RplB","subtiwiki","224308.BSU01030/224308.BSU01190","physical","txid224308" +"BSU_01030","BSU_05610","RplA","VmlR","rplA","vmlR","RplA","VmlR","string-db","224308.BSU05610/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01310","RplA","RplF","rplA","rplF","RplA","RplF","subtiwiki","224308.BSU01310/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_25550","RplA","RpsT","rplA","BSU_25550","RplA","RpsT","string-db","224308.BSU25550/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01180","RplA","RplW","rplA","rplW","RplA","RplW","subtiwiki","224308.BSU01030/224308.BSU01180","physical","txid224308" +"BSU_01030","BSU_01440","RplA","RplQ","rplA","rplQ","RplA","RplQ","subtiwiki","224308.BSU01440/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01410","RplA","RpsM","rplA","rpsM","RplA","RpsM","string-db","224308.BSU01410/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_16040","RplA","RplS","rplA","rplS","RplA","RplS","subtiwiki","224308.BSU01030/224308.BSU16040","physical","txid224308" +"BSU_01030","BSU_01210","RplA","RplV","rplA","rplV","RplA","RplV","subtiwiki","224308.BSU01030/224308.BSU01210","physical","txid224308" +"BSU_01030","BSU_29740","RplA","CcpA","rplA","ccpA","RplA","CcpA","string-db","224308.BSU29740/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01270","RplA","RplX","rplA","rplX","RplA","RplX","subtiwiki","224308.BSU01030/224308.BSU01270","physical","txid224308" +"BSU_01030","BSU_01150","RplA","RpsJ","rplA","rpsJ","RplA","RpsJ","string-db","224308.BSU01150/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_28850","RplA","RplT","rplA","rplT","RplA","RplT","subtiwiki","224308.BSU01030/224308.BSU28850","physical","txid224308" +"BSU_01030","BSU_40910","RplA","RpsF","rplA","rpsF","RplA","RpsF","string-db","224308.BSU40910/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01420","RplA","RpsK","rplA","rpsK","RplA","RpsK","string-db","224308.BSU01420/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01350","RplA","RplO","rplA","rplO","RplA","RplO","subtiwiki","224308.BSU01030/224308.BSU01350","physical","txid224308" +"BSU_01030","BSU_01280","RplA","RplE","rplA","rplE","RplA","RplE","subtiwiki","224308.BSU01030/224308.BSU01280","physical","txid224308" +"BSU_01030","BSU_40890","RplA","RpsR","rplA","rpsR","RplA","RpsR","string-db","224308.BSU40890/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01490","RplA","RplM","rplA","rplM","RplA","RplM","subtiwiki","224308.BSU01030/224308.BSU01490","physical","txid224308" +"BSU_01030","BSU_01160","RplA","RplC","rplA","rplC","RplA","RplC","subtiwiki","224308.BSU01030/224308.BSU01160","physical","txid224308" +"BSU_01030","BSU_16680","RplA","RpsO","rplA","rpsO","RplA","RpsO","string-db","224308.BSU16680/224308.BSU01030","physical","txid224308" +"BSU_01030","BSU_01320","RplA","RplR","rplA","rplR","RplA","RplR","subtiwiki","224308.BSU01030/224308.BSU01320","physical","txid224308" +"BSU_01030","BSU_01340","RplA","RpmD","rplA","rpmD","RplA","RpmD","subtiwiki","224308.BSU01030/224308.BSU01340","physical","txid224308" +"BSU_37070","BSU_40500","RpmEA","RplI","rpmE","BSU_40500","RpmE","RplI","subtiwiki","224308.BSU37070/224308.BSU40500","physical","txid224308" +"BSU_37070","BSU_01050","RpmEA","RplL","rpmE","rplL","RpmE","RplL","subtiwiki","224308.BSU37070/224308.BSU01050","physical","txid224308" +"BSU_37070","BSU_01090","RpmEA","RplGB","rpmE","rplGB","RpmE","RplGB","subtiwiki","224308.BSU37070/224308.BSU01090","physical","txid224308" +"BSU_37070","BSU_00990","RpmEA","RpmGB","rpmE","rpmGB","RpmE","RpmGB","subtiwiki","224308.BSU37070/224308.BSU00990","physical","txid224308" +"BSU_37070","new_2477758_2477958_c","RpmEA","RpmGC","rpmE","rpmGC","RpmE","RpmGC","subtiwiki","224308.BSU37070/224308.new24777582477958c","physical","txid224308" +"BSU_37070","BSU_00520","RpmEA","Ctc","rpmE","ctc","RpmE","Ctc","subtiwiki","224308.BSU37070/224308.BSU00520","physical","txid224308" +"BSU_37070","BSU_41060","RpmEA","RpmH","rpmE","rpmH","RpmE","RpmH","subtiwiki","224308.BSU37070/224308.BSU41060","physical","txid224308" +"BSU_37070","BSU_40890","RpmEA","RpsR","rpmE","rpsR","RpmE","RpsR","string-db","224308.BSU40890/224308.BSU37070","physical","txid224308" +"BSU_37070","BSU_40910","RpmEA","RpsF","rpmE","rpsF","RpmE","RpsF","string-db","224308.BSU40910/224308.BSU37070","physical","txid224308" +"BSU_01290","BSU_15080","RpsNA","RpmF","rpsN","rpmF","RpsN","RpmF","string-db","224308.BSU15080/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_27380","RpsNA","YrzB","rpsN","yrzB","RpsN","YrzB","subtiwiki","224308.BSU01290/224308.BSU27380","physical","txid224308" +"BSU_01290","BSU_31390","RpsNA","YugI","rpsN","yugI","RpsN","YugI","subtiwiki","224308.BSU01290/224308.BSU31390","physical","txid224308" +"BSU_01290","BSU_23880","RpsNA","MifM","rpsN","mifM","RpsN","MifM","string-db","224308.BSU23880/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01300","RpsNA","RpsH","rpsN","rpsH","RpsN","RpsH","subtiwiki","224308.BSU01290/224308.BSU01300","physical","txid224308" +"BSU_01290","BSU_40890","RpsNA","RpsR","rpsN","rpsR","RpsN","RpsR","subtiwiki","224308.BSU01290/224308.BSU40890","physical","txid224308" +"BSU_01290","BSU_41060","RpsNA","RpmH","rpsN","rpmH","RpsN","RpmH","string-db","224308.BSU41060/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_16680","RpsNA","RpsO","rpsN","rpsO","RpsN","RpsO","subtiwiki","224308.BSU01290/224308.BSU16680","physical","txid224308" +"BSU_01290","BSU_35310","RpsNA","Hpf","rpsN","hpf","RpsN","Hpf","string-db","224308.BSU35310/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_25550","RpsNA","RpsT","rpsN","BSU_25550","RpsN","RpsT","subtiwiki","224308.BSU01290/224308.BSU25550","physical","txid224308" +"BSU_01290","BSU_28860","RpsNA","RpmI","rpsN","rpmI","RpsN","RpmI","string-db","224308.BSU28860/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01440","RpsNA","RplQ","rpsN","rplQ","RpsN","RplQ","string-db","224308.BSU01440/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_29660","RpsNA","RpsD","rpsN","rpsD","RpsN","RpsD","subtiwiki","224308.BSU01290/224308.BSU29660","physical","txid224308" +"BSU_01290","BSU_01330","RpsNA","RpsE","rpsN","rpsE","RpsN","RpsE","subtiwiki","224308.BSU01290/224308.BSU01330","physical","txid224308" +"BSU_01290","BSU_27940","RpsNA","RpmA","rpsN","rpmA","RpsN","RpmA","string-db","224308.BSU27940/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_28580","RpsNA","MutSB","rpsN","BSU_28580","RpsN","RqcU","string-db","224308.BSU28580/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_25410","RpsNA","RpsU","rpsN","BSU_25410","RpsN","RpsU","subtiwiki","224308.BSU01290/224308.BSU25410","physical","txid224308" +"BSU_01290","BSU_37070","RpsNA","RpmEA","rpsN","rpmE","RpsN","RpmE","string-db","224308.BSU37070/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_40500","RpsNA","RplI","rpsN","BSU_40500","RpsN","RplI","string-db","224308.BSU40500/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_08880","RpsNA","RpsNB","rpsN","rpsNB","RpsN","RpsNB","string-db","224308.BSU08880/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_27600","RpsNA","Rsh","rpsN","BSU_27600","RpsN","Rel","string-db","224308.BSU27600/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01410","RpsNA","RpsM","rpsN","rpsM","RpsN","RpsM","subtiwiki","224308.BSU01290/224308.BSU01410","physical","txid224308" +"BSU_01290","BSU_16490","RpsNA","RpsB","rpsN","rpsB","RpsN","RpsB","subtiwiki","224308.BSU01290/224308.BSU16490","physical","txid224308" +"BSU_01290","BSU_05610","RpsNA","VmlR","rpsN","vmlR","RpsN","VmlR","string-db","224308.BSU05610/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_27960","RpsNA","RplU","rpsN","rplU","RpsN","RplU","string-db","224308.BSU27960/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_16040","RpsNA","RplS","rpsN","rplS","RpsN","RplS","string-db","224308.BSU16040/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_15820","RpsNA","RpmB","rpsN","rpmB","RpsN","RpmB","string-db","224308.BSU15820/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01350","RpsNA","RplO","rpsN","rplO","RpsN","RplO","string-db","224308.BSU01350/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01420","RpsNA","RpsK","rpsN","rpsK","RpsN","RpsK","subtiwiki","224308.BSU01290/224308.BSU01420","physical","txid224308" +"BSU_01290","BSU_01490","RpsNA","RplM","rpsN","rplM","RpsN","RplM","string-db","224308.BSU01490/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01340","RpsNA","RpmD","rpsN","rpmD","RpsN","RpmD","string-db","224308.BSU01340/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_28850","RpsNA","RplT","rpsN","rplT","RpsN","RplT","string-db","224308.BSU28850/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01310","RpsNA","RplF","rpsN","rplF","RpsN","RplF","string-db","224308.BSU01310/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01400","RpsNA","RpmJ","rpsN","rpmJ","RpsN","RpmJ","string-db","224308.BSU01400/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_15980","RpsNA","Ffh","rpsN","ffh","RpsN","Ffh","string-db","224308.BSU15980/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01320","RpsNA","RplR","rpsN","rplR","RpsN","RplR","string-db","224308.BSU01320/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_24900","RpsNA","RpmGA","rpsN","BSU_24900","RpsN","RpmGA","string-db","224308.BSU24900/224308.BSU01290","physical","txid224308" +"BSU_01290","BSU_01500","RpsNA","RpsI","rpsN","rpsI","RpsN","RpsI","subtiwiki","224308.BSU01290/224308.BSU01500","physical","txid224308" +"BSU_01290","BSU_15990","RpsNA","RpsP","rpsN","rpsP","RpsN","RpsP","subtiwiki","224308.BSU01290/224308.BSU15990","physical","txid224308" +"BSU_01290","BSU_40910","RpsNA","RpsF","rpsN","rpsF","RpsN","RpsF","subtiwiki","224308.BSU01290/224308.BSU40910","physical","txid224308" +"BSU_01100","BSU_15820","RpsL","RpmB","rpsL","rpmB","RpsL","RpmB","string-db","224308.BSU15820/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_16590","RpsL","YlxS","rpsL","ylxS","RpsL","YlxS","subtiwiki","224308.BSU01100/224308.BSU16590","physical","txid224308" +"BSU_01100","BSU_27380","RpsL","YrzB","rpsL","yrzB","RpsL","YrzB","subtiwiki","224308.BSU01100/224308.BSU27380","physical","txid224308" +"BSU_01100","BSU_16020","RpsL","RimM","rpsL","rimM","RpsL","RimM","subtiwiki","224308.BSU01100/224308.BSU16020","physical","txid224308" +"BSU_01100","BSU_01120","RpsL","FusA","rpsL","fusA","RpsL","FusA","subtiwiki","224308.BSU01100/224308.BSU01120","physical","txid224308" +"BSU_01100","BSU_01490","RpsL","RplM","rpsL","rplM","RpsL","RplM","subtiwiki","224308.BSU01100/224308.BSU01490","physical","txid224308" +"BSU_01100","BSU_01260","RpsL","RplNA","rpsL","rplN","RpsL","RplN","subtiwiki","224308.BSU01100/224308.BSU01260","physical","txid224308" +"BSU_01100","BSU_01250","RpsL","RpsQ","rpsL","rpsQ","RpsL","RpsQ","subtiwiki","224308.BSU01100/224308.BSU01250","physical","txid224308" +"BSU_01100","BSU_27960","RpsL","RplU","rpsL","rplU","RpsL","RplU","string-db","224308.BSU27960/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_16490","RpsL","RpsB","rpsL","rpsB","RpsL","RpsB","subtiwiki","224308.BSU01100/224308.BSU16490","physical","txid224308" +"BSU_01100","BSU_01200","RpsL","RpsS","rpsL","rpsS","RpsL","RpsS","subtiwiki","224308.BSU01100/224308.BSU01200","physical","txid224308" +"BSU_01100","BSU_28860","RpsL","RpmI","rpsL","rpmI","RpsL","RpmI","string-db","224308.BSU28860/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_15080","RpsL","RpmF","rpsL","rpmF","RpsL","RpmF","string-db","224308.BSU15080/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01170","RpsL","RplD","rpsL","rplD","RpsL","RplD","string-db","224308.BSU01170/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_25550","RpsL","RpsT","rpsL","BSU_25550","RpsL","RpsT","subtiwiki","224308.BSU01100/224308.BSU25550","physical","txid224308" +"BSU_01100","BSU_27940","RpsL","RpmA","rpsL","rpmA","RpsL","RpmA","string-db","224308.BSU27940/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_28580","RpsL","MutSB","rpsL","BSU_28580","RpsL","RqcU","string-db","224308.BSU28580/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01300","RpsL","RpsH","rpsL","rpsH","RpsL","RpsH","subtiwiki","224308.BSU01100/224308.BSU01300","physical","txid224308" +"BSU_01100","BSU_01420","RpsL","RpsK","rpsL","rpsK","RpsL","RpsK","subtiwiki","224308.BSU01100/224308.BSU01420","physical","txid224308" +"BSU_01100","BSU_27600","RpsL","Rsh","rpsL","BSU_27600","RpsL","Rel","string-db","224308.BSU27600/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01180","RpsL","RplW","rpsL","rplW","RpsL","RplW","string-db","224308.BSU01180/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01230","RpsL","RplP","rpsL","rplP","RpsL","RplP","string-db","224308.BSU01230/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_41060","RpsL","RpmH","rpsL","rpmH","RpsL","RpmH","string-db","224308.BSU41060/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01280","RpsL","RplE","rpsL","rplE","RpsL","RplE","string-db","224308.BSU01280/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_37070","RpsL","RpmEA","rpsL","rpmE","RpsL","RpmE","string-db","224308.BSU37070/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01440","RpsL","RplQ","rpsL","rplQ","RpsL","RplQ","string-db","224308.BSU01440/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01350","RpsL","RplO","rpsL","rplO","RpsL","RplO","string-db","224308.BSU01350/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_29660","RpsL","RpsD","rpsL","rpsD","RpsL","RpsD","subtiwiki","224308.BSU01100/224308.BSU29660","physical","txid224308" +"BSU_01100","BSU_01410","RpsL","RpsM","rpsL","rpsM","RpsL","RpsM","subtiwiki","224308.BSU01100/224308.BSU01410","physical","txid224308" +"BSU_01100","BSU_01270","RpsL","RplX","rpsL","rplX","RpsL","RplX","string-db","224308.BSU01270/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_15980","RpsL","Ffh","rpsL","ffh","RpsL","Ffh","string-db","224308.BSU15980/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01240","RpsL","RpmC","rpsL","rpmC","RpsL","RpmC","string-db","224308.BSU01240/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_35310","RpsL","Hpf","rpsL","hpf","RpsL","Hpf","string-db","224308.BSU35310/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_24900","RpsL","RpmGA","rpsL","BSU_24900","RpsL","RpmGA","string-db","224308.BSU24900/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_16680","RpsL","RpsO","rpsL","rpsO","RpsL","RpsO","subtiwiki","224308.BSU01100/224308.BSU16680","physical","txid224308" +"BSU_01100","BSU_05610","RpsL","VmlR","rpsL","vmlR","RpsL","VmlR","string-db","224308.BSU05610/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_23880","RpsL","MifM","rpsL","mifM","RpsL","MifM","string-db","224308.BSU23880/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01220","RpsL","RpsC","rpsL","rpsC","RpsL","RpsC","subtiwiki","224308.BSU01100/224308.BSU01220","physical","txid224308" +"BSU_01100","BSU_01210","RpsL","RplV","rpsL","rplV","RpsL","RplV","string-db","224308.BSU01210/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_28850","RpsL","RplT","rpsL","rplT","RpsL","RplT","string-db","224308.BSU28850/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_16040","RpsL","RplS","rpsL","rplS","RpsL","RplS","string-db","224308.BSU16040/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01320","RpsL","RplR","rpsL","rplR","RpsL","RplR","string-db","224308.BSU01320/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01400","RpsL","RpmJ","rpsL","rpmJ","RpsL","RpmJ","string-db","224308.BSU01400/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01190","RpsL","RplB","rpsL","rplB","RpsL","RplB","string-db","224308.BSU01190/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_40910","RpsL","RpsF","rpsL","rpsF","RpsL","RpsF","subtiwiki","224308.BSU01100/224308.BSU40910","physical","txid224308" +"BSU_01100","BSU_25410","RpsL","RpsU","rpsL","BSU_25410","RpsL","RpsU","subtiwiki","224308.BSU01100/224308.BSU25410","physical","txid224308" +"BSU_01100","BSU_01500","RpsL","RpsI","rpsL","rpsI","RpsL","RpsI","subtiwiki","224308.BSU01100/224308.BSU01500","physical","txid224308" +"BSU_01100","BSU_15990","RpsL","RpsP","rpsL","rpsP","RpsL","RpsP","subtiwiki","224308.BSU01100/224308.BSU15990","physical","txid224308" +"BSU_01100","BSU_01160","RpsL","RplC","rpsL","rplC","RpsL","RplC","string-db","224308.BSU01160/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_40890","RpsL","RpsR","rpsL","rpsR","RpsL","RpsR","subtiwiki","224308.BSU01100/224308.BSU40890","physical","txid224308" +"BSU_01100","BSU_01290","RpsL","RpsNA","rpsL","rpsN","RpsL","RpsN","subtiwiki","224308.BSU01290/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01150","RpsL","RpsJ","rpsL","rpsJ","RpsL","RpsJ","subtiwiki","224308.BSU01100/224308.BSU01150","physical","txid224308" +"BSU_01100","BSU_01310","RpsL","RplF","rpsL","rplF","RpsL","RplF","string-db","224308.BSU01310/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01330","RpsL","RpsE","rpsL","rpsE","RpsL","RpsE","subtiwiki","224308.BSU01100/224308.BSU01330","physical","txid224308" +"BSU_01100","BSU_40500","RpsL","RplI","rpsL","BSU_40500","RpsL","RplI","string-db","224308.BSU40500/224308.BSU01100","physical","txid224308" +"BSU_01100","BSU_01110","RpsL","RpsG","rpsL","rpsG","RpsL","RpsG","subtiwiki","224308.BSU01100/224308.BSU01110","physical","txid224308" +"BSU_01100","BSU_01340","RpsL","RpmD","rpsL","rpmD","RpsL","RpmD","string-db","224308.BSU01340/224308.BSU01100","physical","txid224308" +"BSU_23880","BSU_41040","MifM","OxaAA","mifM","yidC1","MifM","YidC1","subtiwiki","224308.BSU23880/224308.BSU41040","physical","txid224308" +"BSU_23880","BSU_41060","MifM","RpmH","mifM","rpmH","MifM","RpmH","string-db","224308.BSU41060/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_27940","MifM","RpmA","mifM","rpmA","MifM","RpmA","string-db","224308.BSU27940/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_37070","MifM","RpmEA","mifM","rpmE","MifM","RpmE","string-db","224308.BSU37070/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_28850","MifM","RplT","mifM","rplT","MifM","RplT","string-db","224308.BSU28850/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_28860","MifM","RpmI","mifM","rpmI","MifM","RpmI","string-db","224308.BSU28860/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_25550","MifM","RpsT","mifM","BSU_25550","MifM","RpsT","string-db","224308.BSU25550/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_27960","MifM","RplU","mifM","rplU","MifM","RplU","string-db","224308.BSU27960/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_40500","MifM","RplI","mifM","BSU_40500","MifM","RplI","string-db","224308.BSU40500/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_24900","MifM","RpmGA","mifM","BSU_24900","MifM","RpmGA","string-db","224308.BSU24900/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_40890","MifM","RpsR","mifM","rpsR","MifM","RpsR","string-db","224308.BSU40890/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_29660","MifM","RpsD","mifM","rpsD","MifM","RpsD","string-db","224308.BSU29660/224308.BSU23880","physical","txid224308" +"BSU_23880","BSU_40910","MifM","RpsF","mifM","rpsF","MifM","RpsF","string-db","224308.BSU40910/224308.BSU23880","physical","txid224308" +"BSU_40910","BSU_41060","RpsF","RpmH","rpsF","rpmH","RpsF","RpmH","string-db","224308.BSU41060/224308.BSU40910","physical","txid224308" +"BSU_15990","BSU_40500","RpsP","RplI","rpsP","BSU_40500","RpsP","RplI","string-db","224308.BSU40500/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_06240","RpsP","BdhA","rpsP","bdhA","RpsP","BdhA","subtiwiki","224308.BSU15990/224308.BSU06240","physical","txid224308" +"BSU_15990","BSU_15970","RpsP","YlxM","rpsP","ylxM","RpsP","YlxM","subtiwiki","224308.BSU15990/224308.BSU15970","physical","txid224308" +"BSU_15990","BSU_28580","RpsP","MutSB","rpsP","BSU_28580","RpsP","RqcU","string-db","224308.BSU28580/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_28850","RpsP","RplT","rpsP","rplT","RpsP","RplT","string-db","224308.BSU28850/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_27940","RpsP","RpmA","rpsP","rpmA","RpsP","RpmA","string-db","224308.BSU27940/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_25550","RpsP","RpsT","rpsP","BSU_25550","RpsP","RpsT","subtiwiki","224308.BSU15990/224308.BSU25550","physical","txid224308" +"BSU_15990","BSU_23880","RpsP","MifM","rpsP","mifM","RpsP","MifM","string-db","224308.BSU23880/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_41060","RpsP","RpmH","rpsP","rpmH","RpsP","RpmH","string-db","224308.BSU41060/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_16490","RpsP","RpsB","rpsP","rpsB","RpsP","RpsB","subtiwiki","224308.BSU15990/224308.BSU16490","physical","txid224308" +"BSU_15990","BSU_16040","RpsP","RplS","rpsP","rplS","RpsP","RplS","string-db","224308.BSU16040/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_24900","RpsP","RpmGA","rpsP","BSU_24900","RpsP","RpmGA","string-db","224308.BSU24900/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_27960","RpsP","RplU","rpsP","rplU","RpsP","RplU","string-db","224308.BSU27960/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_27600","RpsP","Rsh","rpsP","BSU_27600","RpsP","Rel","string-db","224308.BSU27600/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_35310","RpsP","Hpf","rpsP","hpf","RpsP","Hpf","string-db","224308.BSU35310/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_28860","RpsP","RpmI","rpsP","rpmI","RpsP","RpmI","string-db","224308.BSU28860/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_29660","RpsP","RpsD","rpsP","rpsD","RpsP","RpsD","subtiwiki","224308.BSU15990/224308.BSU29660","physical","txid224308" +"BSU_15990","BSU_25410","RpsP","RpsU","rpsP","BSU_25410","RpsP","RpsU","subtiwiki","224308.BSU15990/224308.BSU25410","physical","txid224308" +"BSU_15990","BSU_40890","RpsP","RpsR","rpsP","rpsR","RpsP","RpsR","subtiwiki","224308.BSU15990/224308.BSU40890","physical","txid224308" +"BSU_15990","BSU_16680","RpsP","RpsO","rpsP","rpsO","RpsP","RpsO","subtiwiki","224308.BSU15990/224308.BSU16680","physical","txid224308" +"BSU_15990","BSU_37070","RpsP","RpmEA","rpsP","rpmE","RpsP","RpmE","string-db","224308.BSU37070/224308.BSU15990","physical","txid224308" +"BSU_15990","BSU_40910","RpsP","RpsF","rpsP","rpsF","RpsP","RpsF","subtiwiki","224308.BSU15990/224308.BSU40910","physical","txid224308" +"BSU_05610","BSU_15820","VmlR","RpmB","vmlR","rpmB","VmlR","RpmB","string-db","224308.BSU15820/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_25550","VmlR","RpsT","vmlR","BSU_25550","VmlR","RpsT","string-db","224308.BSU25550/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_27960","VmlR","RplU","vmlR","rplU","VmlR","RplU","string-db","224308.BSU27960/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_29660","VmlR","RpsD","vmlR","rpsD","VmlR","RpsD","string-db","224308.BSU29660/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_16490","VmlR","RpsB","vmlR","rpsB","VmlR","RpsB","string-db","224308.BSU16490/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_16040","VmlR","RplS","vmlR","rplS","VmlR","RplS","string-db","224308.BSU16040/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_40910","VmlR","RpsF","vmlR","rpsF","VmlR","RpsF","string-db","224308.BSU40910/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_28850","VmlR","RplT","vmlR","rplT","VmlR","RplT","string-db","224308.BSU28850/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_15080","VmlR","RpmF","vmlR","rpmF","VmlR","RpmF","string-db","224308.BSU15080/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_28860","VmlR","RpmI","vmlR","rpmI","VmlR","RpmI","string-db","224308.BSU28860/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_40890","VmlR","RpsR","vmlR","rpsR","VmlR","RpsR","string-db","224308.BSU40890/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_41060","VmlR","RpmH","vmlR","rpmH","VmlR","RpmH","string-db","224308.BSU41060/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_15990","VmlR","RpsP","vmlR","rpsP","VmlR","RpsP","string-db","224308.BSU15990/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_27940","VmlR","RpmA","vmlR","rpmA","VmlR","RpmA","string-db","224308.BSU27940/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_24900","VmlR","RpmGA","vmlR","BSU_24900","VmlR","RpmGA","string-db","224308.BSU24900/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_16680","VmlR","RpsO","vmlR","rpsO","VmlR","RpsO","string-db","224308.BSU16680/224308.BSU05610","physical","txid224308" +"BSU_05610","BSU_37070","VmlR","RpmEA","vmlR","rpmE","VmlR","RpmE","string-db","224308.BSU37070/224308.BSU05610","physical","txid224308" +"BSU_01050","BSU_29740","RplL","CcpA","rplL","ccpA","RplL","CcpA","string-db","224308.BSU29740/224308.BSU01050","physical","txid224308" +"BSU_01050","BSU_28190","RplL","YsxC","rplL","ysxC","RplL","YsxC","subtiwiki","224308.BSU28190/224308.BSU01050","physical","txid224308" +"BSU_01050","BSU_41060","RplL","RpmH","rplL","rpmH","RplL","RpmH","subtiwiki","224308.BSU01050/224308.BSU41060","physical","txid224308" +"BSU_01050","BSU_01280","RplL","RplE","rplL","rplE","RplL","RplE","subtiwiki","224308.BSU01050/224308.BSU01280","physical","txid224308" +"BSU_01050","BSU_01400","RplL","RpmJ","rplL","rpmJ","RplL","RpmJ","subtiwiki","224308.BSU01050/224308.BSU01400","physical","txid224308" +"BSU_01050","BSU_01210","RplL","RplV","rplL","rplV","RplL","RplV","subtiwiki","224308.BSU01050/224308.BSU01210","physical","txid224308" +"BSU_01050","BSU_01160","RplL","RplC","rplL","rplC","RplL","RplC","subtiwiki","224308.BSU01050/224308.BSU01160","physical","txid224308" +"BSU_01050","BSU_01020","RplL","RplK","rplL","rplK","RplL","RplK","subtiwiki","224308.BSU01050/224308.BSU01020","physical","txid224308" +"BSU_01050","BSU_09100","RplL","CspB","rplL","cspB","RplL","CspB","subtiwiki","224308.BSU01050/224308.BSU09100","physical","txid224308" +"BSU_11500","BSU_14540","SpxA","RnpZA","spx","rpoY","Spx","RpoY","string-db","224308.BSU14540/224308.BSU11500","physical","txid224308" +"BSU_11500","BSU_25200","SpxA","SigA","spx","sigA","Spx","SigA","subtiwiki","224308.BSU11500/224308.BSU25200","physical","txid224308" +"BSU_11500","BSU_11550","SpxA","YjbH","spx","spxH","Spx","SpxH","subtiwiki","224308.BSU11500/224308.BSU11550","physical","txid224308" +"BSU_11500","BSU_37160","SpxA","RpoE","spx","rpoE","Spx","RpoE","string-db","224308.BSU37160/224308.BSU11500","physical","txid224308" +"BSU_11500","BSU_15690","SpxA","RpoZ","spx","yloH","Spx","YloH","string-db","224308.BSU15690/224308.BSU11500","physical","txid224308" +"BSU_11500","BSU_34540","SpxA","ClpP","spx","clpP","Spx","ClpP","subtiwiki","224308.BSU11500/224308.BSU34540","physical","txid224308" +"BSU_24020","BSU_25200","BmrR","SigA","bmrR","sigA","BmrR","SigA","string-db","224308.BSU25200/224308.BSU24020","physical","txid224308" +"BSU_25200","BSU_37160","SigA","RpoE","sigA","rpoE","SigA","RpoE","string-db","224308.BSU37160/224308.BSU25200","physical","txid224308" +"BSU_25200","BSU_misc_RNA_32","SigA","BsrB","sigA","BSU_misc_RNA_32","SigA","BsrB","subtiwiki","224308.BSU25200/224308.BSUmiscRNA32","physical","txid224308" +"BSU_25200","BSU_misc_RNA_41","SigA","BsrA","sigA","BSU_misc_RNA_41","SigA","BsrA","subtiwiki","224308.BSU25200/224308.BSUmiscRNA41","physical","txid224308" +"BSU_25200","BSU_31680","SigA","ComA","sigA","comA","SigA","ComA","subtiwiki","224308.BSU25200/224308.BSU31680","physical","txid224308" +"BSU_06610","BSU_33450","PcrA","HelD","pcrA","BSU_33450","PcrA","HelD","string-db","224308.BSU33450/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_34360","PcrA","EpsB","pcrA","epsB","PcrA","EpsB","string-db","224308.BSU34360/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_10630","PcrA","AddA","pcrA","addA","PcrA","AddA","string-db","224308.BSU10630/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_10620","PcrA","AddB","pcrA","addB","PcrA","AddB","string-db","224308.BSU10620/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_37450","PcrA","YwhK","pcrA","BSU_37450","PcrA","YwhK","subtiwiki","224308.BSU37450/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_27740","PcrA","RuvA","pcrA","ruvA","PcrA","RuvA","string-db","224308.BSU27740/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_39940","PcrA","YxaL","pcrA","yxaL","PcrA","YxaL","subtiwiki","224308.BSU39940/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_35170","PcrA","UvrB","pcrA","uvrB","PcrA","UvrB","subtiwiki","224308.BSU06610/224308.BSU35170","physical","txid224308" +"BSU_06610","BSU_35160","PcrA","UvrA","pcrA","uvrA","PcrA","UvrA","string-db","224308.BSU35160/224308.BSU06610","physical","txid224308" +"BSU_06610","BSU_11820","PcrA","YjcD","pcrA","BSU_11820","PcrA","YjcD","string-db","224308.BSU11820/224308.BSU06610","physical","txid224308" +"BSU_27120","BSU_27130","SigV","RsiV","sigV","rsiV","SigV","RsiV","subtiwiki","224308.BSU27120/224308.BSU27130","physical","txid224308" +"BSU_06030","BSU_28030","GroEL","MreB","groEL","mreB","GroEL","MreB","string-db","224308.BSU28030/224308.BSU06030","physical","txid224308" +"BSU_06030","BSU_33610","GroEL","Rnr","groEL","rnr","GroEL","Rnr","string-db","224308.BSU33610/224308.BSU06030","physical","txid224308" +"BSU_06030","BSU_37080","GroEL","Rho","groEL","BSU_37080","GroEL","Rho","string-db","224308.BSU37080/224308.BSU06030","physical","txid224308" +"BSU_33450","BSU_37160","HelD","RpoE","BSU_33450","rpoE","HelD","RpoE","subtiwiki","224308.BSU33450/224308.BSU37160","physical","txid224308" +"BSU_15690","BSU_24020","RpoZ","BmrR","yloH","bmrR","YloH","BmrR","string-db","224308.BSU24020/224308.BSU15690","physical","txid224308" +"BSU_15690","BSU_28030","RpoZ","MreB","yloH","mreB","YloH","MreB","string-db","224308.BSU28030/224308.BSU15690","physical","txid224308" +"BSU_15690","BSU_25200","RpoZ","SigA","yloH","sigA","YloH","SigA","string-db","224308.BSU25200/224308.BSU15690","physical","txid224308" +"BSU_15690","BSU_33450","RpoZ","HelD","yloH","BSU_33450","YloH","HelD","string-db","224308.BSU33450/224308.BSU15690","physical","txid224308" +"BSU_15690","BSU_37160","RpoZ","RpoE","yloH","rpoE","YloH","RpoE","string-db","224308.BSU37160/224308.BSU15690","physical","txid224308" +"BSU_15690","BSU_23870","RpoZ","PolY1","yloH","BSU_23870","YloH","PolYA","subtiwiki","224308.BSU15690/224308.BSU23870","physical","txid224308" +"BSU_14540","BSU_25200","RnpZA","SigA","rpoY","sigA","RpoY","SigA","string-db","224308.BSU25200/224308.BSU14540","physical","txid224308" +"BSU_14540","BSU_33450","RnpZA","HelD","rpoY","BSU_33450","RpoY","HelD","string-db","224308.BSU33450/224308.BSU14540","physical","txid224308" +"BSU_14540","BSU_37160","RnpZA","RpoE","rpoY","rpoE","RpoY","RpoE","subtiwiki","224308.BSU14540/224308.BSU37160","physical","txid224308" +"BSU_14540","BSU_24020","RnpZA","BmrR","rpoY","bmrR","RpoY","BmrR","string-db","224308.BSU24020/224308.BSU14540","physical","txid224308" +"BSU_14540","BSU_15690","RnpZA","RpoZ","rpoY","yloH","RpoY","YloH","string-db","224308.BSU15690/224308.BSU14540","physical","txid224308" +"BSU_25470","BSU_35360","DnaK","Hag","dnaK","hag","DnaK","Hag","string-db","224308.BSU35360/224308.BSU25470","physical","txid224308" +"BSU_25470","BSU_33610","DnaK","Rnr","dnaK","rnr","DnaK","Rnr","string-db","224308.BSU33610/224308.BSU25470","physical","txid224308" +"BSU_25470","BSU_25480","DnaK","GrpE","dnaK","grpE","DnaK","GrpE","subtiwiki","224308.BSU25470/224308.BSU25480","physical","txid224308" +"BSU_25470","BSU_25490","DnaK","HrcA","dnaK","hrcA","DnaK","HrcA","string-db","224308.BSU25490/224308.BSU25470","physical","txid224308" +"BSU_25470","BSU_29740","DnaK","CcpA","dnaK","ccpA","DnaK","CcpA","string-db","224308.BSU29740/224308.BSU25470","physical","txid224308" +"BSU_25470","BSU_37080","DnaK","Rho","dnaK","BSU_37080","DnaK","Rho","string-db","224308.BSU37080/224308.BSU25470","physical","txid224308" +"BSU_25470","BSU_36250","DnaK","PtkA","dnaK","ptkA","DnaK","PtkA","subtiwiki","224308.BSU25470/224308.BSU36250","physical","txid224308" +"BSU_25470","BSU_36240","DnaK","YwqE","dnaK","ptpZ","DnaK","PtpZ","subtiwiki","224308.BSU25470/224308.BSU36240","physical","txid224308" +"BSU_25470","BSU_39820","DnaK","HtpG","dnaK","htpG","DnaK","HtpG","subtiwiki","224308.BSU25470/224308.BSU39820","physical","txid224308" +"BSU_25470","BSU_22960","DnaK","GudB","dnaK","gudB","DnaK","GudB","subtiwiki","224308.BSU25470/224308.BSU22960","physical","txid224308" +"BSU_04730","BSU_40440","SigB","DnaC","sigB","BSU_40440","SigB","DnaC","string-db","224308.BSU40440/224308.BSU04730","physical","txid224308" +"BSU_04730","BSU_34360","SigB","EpsB","sigB","epsB","SigB","EpsB","string-db","224308.BSU34360/224308.BSU04730","physical","txid224308" +"BSU_04730","BSU_25460","SigB","DnaJ","sigB","dnaJ","SigB","DnaJ","string-db","224308.BSU25460/224308.BSU04730","physical","txid224308" +"BSU_04730","BSU_15280","SigB","FtsA","sigB","ftsA","SigB","FtsA","string-db","224308.BSU15280/224308.BSU04730","physical","txid224308" +"BSU_13450","BSU_01080","SigI","RpoC","sigI","rpoC","SigI","RpoC","subtiwiki","224308.BSU13450/224308.BSU01080","physical","txid224308" +"BSU_13450","BSU_13460","SigI","RsgI","sigI","rsgI","SigI","RsgI","subtiwiki","224308.BSU13450/224308.BSU13460","physical","txid224308" +"BSU_08970","BSU_16940","PrkA","RecA","prkA","recA","PrkA","RecA","string-db","224308.BSU16940/224308.BSU08970","physical","txid224308" +"BSU_01430","BSU_24020","RpoA","BmrR","rpoA","bmrR","RpoA","BmrR","string-db","224308.BSU24020/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_25470","RpoA","DnaK","rpoA","dnaK","RpoA","DnaK","string-db","224308.BSU25470/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_14540","RpoA","RnpZA","rpoA","rpoY","RpoA","RpoY","subtiwiki","224308.BSU01430/224308.BSU14540","physical","txid224308" +"BSU_01430","BSU_16170","RpoA","CodY","rpoA","codY","RpoA","CodY","subtiwiki","224308.BSU01430/224308.BSU16170","physical","txid224308" +"BSU_01430","BSU_11500","RpoA","SpxA","rpoA","spx","RpoA","Spx","subtiwiki","224308.BSU11500/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_08970","RpoA","PrkA","rpoA","prkA","RpoA","PrkA","string-db","224308.BSU08970/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_29740","RpoA","CcpA","rpoA","ccpA","RpoA","CcpA","subtiwiki","224308.BSU01430/224308.BSU29740","physical","txid224308" +"BSU_01430","BSU_04730","RpoA","SigB","rpoA","sigB","RpoA","SigB","string-db","224308.BSU04730/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_06030","RpoA","GroEL","rpoA","groEL","RpoA","GroEL","string-db","224308.BSU06030/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_15690","RpoA","RpoZ","rpoA","yloH","RpoA","YloH","string-db","224308.BSU15690/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_25200","RpoA","SigA","rpoA","sigA","RpoA","SigA","subtiwiki","224308.BSU25200/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_33450","RpoA","HelD","rpoA","BSU_33450","RpoA","HelD","string-db","224308.BSU33450/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_37160","RpoA","RpoE","rpoA","rpoE","RpoA","RpoE","string-db","224308.BSU37160/224308.BSU01430","physical","txid224308" +"BSU_01430","BSU_31680","RpoA","ComA","rpoA","comA","RpoA","ComA","subtiwiki","224308.BSU01430/224308.BSU31680","physical","txid224308" +"BSU_01430","BSU_20870","RpoA","YopJ","rpoA","BSU_20870","RpoA","YopJ","subtiwiki","224308.BSU01430/224308.BSU20870","physical","txid224308" +"BSU_01080","BSU_01430","RpoC","RpoA","rpoC","rpoA","RpoC","RpoA","subtiwiki","224308.BSU01430/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_11500","RpoC","SpxA","rpoC","spx","RpoC","Spx","string-db","224308.BSU11500/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_37160","RpoC","RpoE","rpoC","rpoE","RpoC","RpoE","subtiwiki","224308.BSU37160/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_14540","RpoC","RnpZA","rpoC","rpoY","RpoC","RpoY","subtiwiki","224308.BSU14540/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_33222","RpoC","RsoA","rpoC","rsoA","RpoC","RsoA","subtiwiki","224308.BSU33222/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_15690","RpoC","RpoZ","rpoC","yloH","RpoC","YloH","subtiwiki","224308.BSU15690/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_24020","RpoC","BmrR","rpoC","bmrR","RpoC","BmrR","string-db","224308.BSU24020/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_33230","RpoC","SigO","rpoC","sigO","RpoC","SigO","string-db","224308.BSU33230/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_29740","RpoC","CcpA","rpoC","ccpA","RpoC","CcpA","string-db","224308.BSU29740/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_25210","RpoC","DnaG","rpoC","dnaG","RpoC","DnaG","string-db","224308.BSU25210/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_01130","RpoC","TufA","rpoC","tufA","RpoC","TufA","string-db","224308.BSU01130/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_25200","RpoC","SigA","rpoC","sigA","RpoC","SigA","subtiwiki","224308.BSU25200/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_04730","RpoC","SigB","rpoC","sigB","RpoC","SigB","subtiwiki","224308.BSU04730/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_33450","RpoC","HelD","rpoC","BSU_33450","RpoC","HelD","subtiwiki","224308.BSU33450/224308.BSU01080","physical","txid224308" +"BSU_01080","BSU_00980","RpoC","SigH","rpoC","sigH","RpoC","SigH","subtiwiki","224308.BSU01080/224308.BSU00980","physical","txid224308" +"BSU_01080","BSU_23450","RpoC","SigF","rpoC","sigF","RpoC","SigF","subtiwiki","224308.BSU01080/224308.BSU23450","physical","txid224308" +"BSU_01080","BSU_27120","RpoC","SigV","rpoC","sigV","RpoC","SigV","subtiwiki","224308.BSU01080/224308.BSU27120","physical","txid224308" +"BSU_01080","BSU_23100","RpoC","SigX","rpoC","sigX","RpoC","SigX","subtiwiki","224308.BSU01080/224308.BSU23100","physical","txid224308" +"BSU_01080","BSU_06610","RpoC","PcrA","rpoC","pcrA","RpoC","PcrA","subtiwiki","224308.BSU01080/224308.BSU06610","physical","txid224308" +"BSU_01080","BSU_00540","RpoC","Fin","rpoC","fin","RpoC","Fin","subtiwiki","224308.BSU01080/224308.BSU00540","physical","txid224308" +"BSU_01080","BSU_misc_RNA_32","RpoC","BsrB","rpoC","BSU_misc_RNA_32","RpoC","BsrB","subtiwiki","224308.BSU01080/224308.BSUmiscRNA32","physical","txid224308" +"BSU_01080","BSU_16210","RpoC","FliF","rpoC","fliF","RpoC","FliF","subtiwiki","224308.BSU01080/224308.BSU16210","physical","txid224308" +"BSU_33222","BSU_33230","RsoA","SigO","rsoA","sigO","RsoA","SigO","subtiwiki","224308.BSU33230/224308.BSU33222","physical","txid224308" +"BSU_25410","BSU_40910","RpsU","RpsF","BSU_25410","rpsF","RpsU","RpsF","string-db","224308.BSU40910/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_29660","RpsU","RpsD","BSU_25410","rpsD","RpsU","RpsD","subtiwiki","224308.BSU25410/224308.BSU29660","physical","txid224308" +"BSU_25410","BSU_28850","RpsU","RplT","BSU_25410","rplT","RpsU","RplT","string-db","224308.BSU28850/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_40500","RpsU","RplI","BSU_25410","BSU_40500","RpsU","RplI","string-db","224308.BSU40500/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_40890","RpsU","RpsR","BSU_25410","rpsR","RpsU","RpsR","subtiwiki","224308.BSU25410/224308.BSU40890","physical","txid224308" +"BSU_25410","BSU_25550","RpsU","RpsT","BSU_25410","BSU_25550","RpsU","RpsT","string-db","224308.BSU25550/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_41060","RpsU","RpmH","BSU_25410","rpmH","RpsU","RpmH","string-db","224308.BSU41060/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_28860","RpsU","RpmI","BSU_25410","rpmI","RpsU","RpmI","string-db","224308.BSU28860/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_37070","RpsU","RpmEA","BSU_25410","rpmE","RpsU","RpmE","string-db","224308.BSU37070/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_27940","RpsU","RpmA","BSU_25410","rpmA","RpsU","RpmA","string-db","224308.BSU27940/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_27960","RpsU","RplU","BSU_25410","rplU","RpsU","RplU","string-db","224308.BSU27960/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_28580","RpsU","MutSB","BSU_25410","BSU_28580","RpsU","RqcU","string-db","224308.BSU28580/224308.BSU25410","physical","txid224308" +"BSU_25410","BSU_28230","RpsU","Tig","BSU_25410","tig","RpsU","Tig","subtiwiki","224308.BSU25410/224308.BSU28230","physical","txid224308" +"BSU_28580","BSU_40910","MutSB","RpsF","BSU_28580","rpsF","RqcU","RpsF","string-db","224308.BSU40910/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_41060","MutSB","RpmH","BSU_28580","rpmH","RqcU","RpmH","string-db","224308.BSU41060/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_28850","MutSB","RplT","BSU_28580","rplT","RqcU","RplT","string-db","224308.BSU28850/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_40890","MutSB","RpsR","BSU_28580","rpsR","RqcU","RpsR","string-db","224308.BSU40890/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_37070","MutSB","RpmEA","BSU_28580","rpmE","RqcU","RpmE","string-db","224308.BSU37070/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_29660","MutSB","RpsD","BSU_28580","rpsD","RqcU","RpsD","string-db","224308.BSU29660/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_28860","MutSB","RpmI","BSU_28580","rpmI","RqcU","RpmI","string-db","224308.BSU28860/224308.BSU28580","physical","txid224308" +"BSU_28580","BSU_40500","MutSB","RplI","BSU_28580","BSU_40500","RqcU","RplI","subtiwiki","224308.BSU40500/224308.BSU28580","physical","txid224308" +"BSU_27600","BSU_40910","Rsh","RpsF","BSU_27600","rpsF","Rel","RpsF","string-db","224308.BSU40910/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_41060","Rsh","RpmH","BSU_27600","rpmH","Rel","RpmH","string-db","224308.BSU41060/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_37070","Rsh","RpmEA","BSU_27600","rpmE","Rel","RpmE","string-db","224308.BSU37070/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_40890","Rsh","RpsR","BSU_27600","rpsR","Rel","RpsR","string-db","224308.BSU40890/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_28850","Rsh","RplT","BSU_27600","rplT","Rel","RplT","string-db","224308.BSU28850/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_27940","Rsh","RpmA","BSU_27600","rpmA","Rel","RpmA","string-db","224308.BSU27940/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_38480","Rsh","RelQ","BSU_27600","sasA","Rel","RelQ","string-db","224308.BSU38480/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_29660","Rsh","RpsD","BSU_27600","rpsD","Rel","RpsD","string-db","224308.BSU29660/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_27960","Rsh","RplU","BSU_27600","rplU","Rel","RplU","string-db","224308.BSU27960/224308.BSU27600","physical","txid224308" +"BSU_27600","BSU_28860","Rsh","RpmI","BSU_27600","rpmI","Rel","RpmI","string-db","224308.BSU28860/224308.BSU27600","physical","txid224308" +"BSU_01120","BSU_40440","FusA","DnaC","fusA","BSU_40440","FusA","DnaC","string-db","224308.BSU40440/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_16520","FusA","Frr","fusA","frr","FusA","Frr","string-db","224308.BSU16520/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_19400","FusA","SodC","fusA","BSU_19400","FusA","SodC","string-db","224308.BSU19400/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_29740","FusA","CcpA","fusA","ccpA","FusA","CcpA","string-db","224308.BSU29740/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_08970","FusA","PrkA","fusA","prkA","FusA","PrkA","string-db","224308.BSU08970/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_15280","FusA","FtsA","fusA","ftsA","FusA","FtsA","string-db","224308.BSU15280/224308.BSU01120","physical","txid224308" +"BSU_01120","BSU_01050","FusA","RplL","fusA","rplL","FusA","RplL","subtiwiki","224308.BSU01120/224308.BSU01050","physical","txid224308" +"BSU_16520","BSU_01260","Frr","RplNA","frr","rplN","Frr","RplN","subtiwiki","224308.BSU16520/224308.BSU01260","physical","txid224308" +"BSU_16520","BSU_30310","Frr","YtwF","frr","BSU_30310","Frr","YtwF","subtiwiki","224308.BSU16520/224308.BSU30310","physical","txid224308" +"BSU_16520","BSU_27940","Frr","RpmA","frr","rpmA","Frr","RpmA","subtiwiki","224308.BSU16520/224308.BSU27940","physical","txid224308" +"BSU_16520","BSU_01020","Frr","RplK","frr","rplK","Frr","RplK","subtiwiki","224308.BSU16520/224308.BSU01020","physical","txid224308" +"BSU_16520","BSU_29740","Frr","CcpA","frr","ccpA","Frr","CcpA","string-db","224308.BSU29740/224308.BSU16520","physical","txid224308" +"BSU_16500","BSU_01320","Tsf","RplR","tsf","rplR","Tsf","RplR","subtiwiki","224308.BSU16500/224308.BSU01320","physical","txid224308" +"BSU_16500","BSU_29740","Tsf","CcpA","tsf","ccpA","Tsf","CcpA","string-db","224308.BSU29740/224308.BSU16500","physical","txid224308" +"BSU_28030","BSU_31490","MreB","PbpD","mreB","pbpD","MreB","PbpD","string-db","224308.BSU31490/224308.BSU28030","physical","txid224308" +"BSU_28030","BSU_37510","MreB","PbpG","mreB","pbpG","MreB","PbpG","string-db","224308.BSU37510/224308.BSU28030","physical","txid224308" +"BSU_28030","BSU_38120","MreB","RodA","mreB","rodA","MreB","RodA","subtiwiki","224308.BSU28030/224308.BSU38120","physical","txid224308" +"BSU_28030","BSU_14190","MreB","YkuR","mreB","BSU_14190","MreB","YkuR","subtiwiki","224308.BSU28030/224308.BSU14190","physical","txid224308" +"BSU_33600","BSU_33610","SmpB","Rnr","smpB","rnr","SmpB","Rnr","string-db","224308.BSU33610/224308.BSU33600","physical","txid224308" +"BSU_36410","BSU_28030","Mbl","MreB","mbl","mreB","Mbl","MreB","subtiwiki","224308.BSU36410/224308.BSU28030","physical","txid224308" +"BSU_16050","BSU_27940","RbgA","RpmA","BSU_16050","rpmA","RbgA","RpmA","string-db","224308.BSU27940/224308.BSU16050","physical","txid224308" +"BSU_16050","BSU_27960","RbgA","RplU","BSU_16050","rplU","RbgA","RplU","string-db","224308.BSU27960/224308.BSU16050","physical","txid224308" +"BSU_16050","BSU_28850","RbgA","RplT","BSU_16050","rplT","RbgA","RplT","string-db","224308.BSU28850/224308.BSU16050","physical","txid224308" +"BSU_16050","BSU_41060","RbgA","RpmH","BSU_16050","rpmH","RbgA","RpmH","string-db","224308.BSU41060/224308.BSU16050","physical","txid224308" +"BSU_16020","BSU_16030","RimM","TrmD","rimM","trmD","RimM","TrmD","string-db","224308.BSU16030/224308.BSU16020","physical","txid224308" +"BSU_13990","BSU_37130","KinA","Spo0F","kinA","spo0F","KinA","Spo0F","subtiwiki","224308.BSU37130/224308.BSU13990","physical","txid224308" +"BSU_13990","BSU_33630","KinA","SecG","kinA","secG","KinA","SecG","string-db","224308.BSU33630/224308.BSU13990","physical","txid224308" +"BSU_13990","BSU_24470","KinA","AroQ","kinA","BSU_24470","KinA","AroQ","string-db","224308.BSU24470/224308.BSU13990","physical","txid224308" +"BSU_13990","BSU_25690","KinA","Sda","kinA","sda","KinA","Sda","subtiwiki","224308.BSU13990/224308.BSU25690","physical","txid224308" +"BSU_01370","BSU_29740","Adk","CcpA","adk","ccpA","Adk","CcpA","string-db","224308.BSU29740/224308.BSU01370","physical","txid224308" +"BSU_16170","BSU_29740","CodY","CcpA","codY","ccpA","CodY","CcpA","subtiwiki","224308.BSU16170/224308.BSU29740","physical","txid224308" +"BSU_16170","BSU_22260","CodY","YppF","codY","BSU_22260","CodY","YppF","subtiwiki","224308.BSU16170/224308.BSU22260","physical","txid224308" +"BSU_01450","BSU_10370","EcfA","BioY","BSU_01450","panU","YbxA","YhfU","string-db","224308.BSU10370/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_32030","EcfA","BioYB","BSU_01450","yuiG","YbxA","YuiG","string-db","224308.BSU32030/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_27460","EcfA","GlnP","BSU_01450","glnP","YbxA","GlnP","string-db","224308.BSU27460/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_39490","EcfA","YxeN","BSU_01450","yxeN","YbxA","YxeN","string-db","224308.BSU39490/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_13220","EcfA","ThiW","BSU_01450","thiW","YbxA","ThiW","string-db","224308.BSU13220/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_33810","EcfA","OpuCC","BSU_01450","opuCC","YbxA","OpuCC","string-db","224308.BSU33810/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_40150","EcfA","YydI","BSU_01450","epeA","YbxA","EpeA","string-db","224308.BSU40150/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_08330","EcfA","YfiN","BSU_01450","lnrN","YbxA","LnrN","string-db","224308.BSU08330/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_01470","EcfA","EcfT","BSU_01450","BSU_01470","YbxA","YbaF","subtiwiki","224308.BSU01470/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_02870","EcfA","ZnuB","BSU_01450","znuB","YbxA","ZnuB","string-db","224308.BSU02870/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_02990","EcfA","OpuAB","BSU_01450","opuAB","YbxA","OpuAB","string-db","224308.BSU02990/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_30760","EcfA","MntB","BSU_01450","mntB","YbxA","MntB","string-db","224308.BSU30760/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_30740","EcfA","MntD","BSU_01450","mntD","YbxA","MntD","string-db","224308.BSU30740/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_03370","EcfA","YckA","BSU_01450","BSU_03370","YbxA","YckA","string-db","224308.BSU03370/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_32550","EcfA","YurJ","BSU_01450","frlP","YbxA","FrlP","string-db","224308.BSU32550/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_38810","EcfA","MsmX","BSU_01450","msmX","YbxA","MsmX","string-db","224308.BSU38810/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_13210","EcfA","ThiX","BSU_01450","thiX","YbxA","ThiX","string-db","224308.BSU13210/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_01460","EcfA","EcfAB","BSU_01450","BSU_01460","YbxA","YbaE","subtiwiki","224308.BSU01460/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_23970","EcfA","ArtQ","BSU_01450","artQ","YbxA","ArtQ","string-db","224308.BSU23970/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_27450","EcfA","GlnM","BSU_01450","glnM","YbxA","GlnM","string-db","224308.BSU27450/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_33710","EcfA","OpuBC","BSU_01450","opuBC","YbxA","OpuBC","string-db","224308.BSU33710/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_02860","EcfA","ZnuC","BSU_01450","znuC","YbxA","ZnuC","string-db","224308.BSU02860/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_35710","EcfA","TagG","BSU_01450","tagG","YbxA","TagG","string-db","224308.BSU35710/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_30750","EcfA","MntC","BSU_01450","mntC","YbxA","MntC","string-db","224308.BSU30750/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_11430","EcfA","OppA","BSU_01450","oppA","YbxA","OppA","string-db","224308.BSU11430/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_03000","EcfA","OpuAC","BSU_01450","opuAC","YbxA","OpuAC","string-db","224308.BSU03000/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_34150","EcfA","GanP","BSU_01450","ganP","YbxA","GanP","string-db","224308.BSU34150/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_15340","EcfA","YlmA","BSU_01450","ylmA","YbxA","YlmA","string-db","224308.BSU15340/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_34160","EcfA","CycB","BSU_01450","ganS","YbxA","GanS","string-db","224308.BSU34160/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_08320","EcfA","YfiM","BSU_01450","lnrM","YbxA","LnrM","string-db","224308.BSU08320/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_29350","EcfA","TcyM","BSU_01450","tcyM","YbxA","TcyM","string-db","224308.BSU29350/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_34080","EcfA","YvfS","BSU_01450","BSU_34080","YbxA","YvfS","string-db","224308.BSU34080/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_34610","EcfA","MdxE","BSU_01450","mdxE","YbxA","MdxE","string-db","224308.BSU34610/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_34600","EcfA","MdxF","BSU_01450","mdxF","YbxA","MdxF","string-db","224308.BSU34600/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_12960","EcfA","DppE","BSU_01450","dppE","YbxA","DppE","string-db","224308.BSU12960/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_03600","EcfA","TcyB","BSU_01450","BSU_03600","YbxA","TcyB","string-db","224308.BSU03600/224308.BSU01450","physical","txid224308" +"BSU_01450","BSU_29360","EcfA","TcyL","BSU_01450","tcyL","YbxA","TcyL","string-db","224308.BSU29360/224308.BSU01450","physical","txid224308" +"BSU_02870","BSU_40150","ZnuB","YydI","znuB","epeA","ZnuB","EpeA","string-db","224308.BSU40150/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_27460","ZnuB","GlnP","znuB","glnP","ZnuB","GlnP","string-db","224308.BSU27460/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_26830","ZnuB","YrpE","znuB","zinT","ZnuB","YrpE","string-db","224308.BSU26830/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_30750","ZnuB","MntC","znuB","mntC","ZnuB","MntC","string-db","224308.BSU30750/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_34080","ZnuB","YvfS","znuB","BSU_34080","ZnuB","YvfS","string-db","224308.BSU34080/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_12960","ZnuB","DppE","znuB","dppE","ZnuB","DppE","string-db","224308.BSU12960/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_15340","ZnuB","YlmA","znuB","ylmA","ZnuB","YlmA","string-db","224308.BSU15340/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_39490","ZnuB","YxeN","znuB","yxeN","ZnuB","YxeN","string-db","224308.BSU39490/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_08320","ZnuB","YfiM","znuB","lnrM","ZnuB","LnrM","string-db","224308.BSU08320/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_35710","ZnuB","TagG","znuB","tagG","ZnuB","TagG","string-db","224308.BSU35710/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_03600","ZnuB","TcyB","znuB","BSU_03600","ZnuB","TcyB","string-db","224308.BSU03600/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_34610","ZnuB","MdxE","znuB","mdxE","ZnuB","MdxE","string-db","224308.BSU34610/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_32550","ZnuB","YurJ","znuB","frlP","ZnuB","FrlP","string-db","224308.BSU32550/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_34600","ZnuB","MdxF","znuB","mdxF","ZnuB","MdxF","string-db","224308.BSU34600/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_03370","ZnuB","YckA","znuB","BSU_03370","ZnuB","YckA","string-db","224308.BSU03370/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_13220","ZnuB","ThiW","znuB","thiW","ZnuB","ThiW","string-db","224308.BSU13220/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_08330","ZnuB","YfiN","znuB","lnrN","ZnuB","LnrN","string-db","224308.BSU08330/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_34160","ZnuB","CycB","znuB","ganS","ZnuB","GanS","string-db","224308.BSU34160/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_34150","ZnuB","GanP","znuB","ganP","ZnuB","GanP","string-db","224308.BSU34150/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_33810","ZnuB","OpuCC","znuB","opuCC","ZnuB","OpuCC","string-db","224308.BSU33810/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_29360","ZnuB","TcyL","znuB","tcyL","ZnuB","TcyL","string-db","224308.BSU29360/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_27450","ZnuB","GlnM","znuB","glnM","ZnuB","GlnM","string-db","224308.BSU27450/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_02990","ZnuB","OpuAB","znuB","opuAB","ZnuB","OpuAB","string-db","224308.BSU02990/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_38810","ZnuB","MsmX","znuB","msmX","ZnuB","MsmX","string-db","224308.BSU38810/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_03000","ZnuB","OpuAC","znuB","opuAC","ZnuB","OpuAC","string-db","224308.BSU03000/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_11430","ZnuB","OppA","znuB","oppA","ZnuB","OppA","string-db","224308.BSU11430/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_33710","ZnuB","OpuBC","znuB","opuBC","ZnuB","OpuBC","string-db","224308.BSU33710/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_29350","ZnuB","TcyM","znuB","tcyM","ZnuB","TcyM","string-db","224308.BSU29350/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_30740","ZnuB","MntD","znuB","mntD","ZnuB","MntD","string-db","224308.BSU30740/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_23970","ZnuB","ArtQ","znuB","artQ","ZnuB","ArtQ","string-db","224308.BSU23970/224308.BSU02870","physical","txid224308" +"BSU_02870","BSU_30760","ZnuB","MntB","znuB","mntB","ZnuB","MntB","string-db","224308.BSU30760/224308.BSU02870","physical","txid224308" +"BSU_40150","BSU_40160","YydI","EpeP","epeA","epeP","EpeA","EpeP","subtiwiki","224308.BSU40150/224308.BSU40160","physical","txid224308" +"BSU_40150","BSU_09300","YydI","GlpD","epeA","glpD","EpeA","GlpD","subtiwiki","224308.BSU40150/224308.BSU09300","physical","txid224308" +"BSU_27460","BSU_29350","GlnP","TcyM","glnP","tcyM","GlnP","TcyM","string-db","224308.BSU29350/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_33710","GlnP","OpuBC","glnP","opuBC","GlnP","OpuBC","string-db","224308.BSU33710/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_38810","GlnP","MsmX","glnP","msmX","GlnP","MsmX","string-db","224308.BSU38810/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_35710","GlnP","TagG","glnP","tagG","GlnP","TagG","string-db","224308.BSU35710/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_40150","GlnP","YydI","glnP","epeA","GlnP","EpeA","string-db","224308.BSU40150/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_34080","GlnP","YvfS","glnP","BSU_34080","GlnP","YvfS","string-db","224308.BSU34080/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_33810","GlnP","OpuCC","glnP","opuCC","GlnP","OpuCC","string-db","224308.BSU33810/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_30740","GlnP","MntD","glnP","mntD","GlnP","MntD","string-db","224308.BSU30740/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_30760","GlnP","MntB","glnP","mntB","GlnP","MntB","string-db","224308.BSU30760/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_32550","GlnP","YurJ","glnP","frlP","GlnP","FrlP","string-db","224308.BSU32550/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_34610","GlnP","MdxE","glnP","mdxE","GlnP","MdxE","string-db","224308.BSU34610/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_39490","GlnP","YxeN","glnP","yxeN","GlnP","YxeN","string-db","224308.BSU39490/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_29360","GlnP","TcyL","glnP","tcyL","GlnP","TcyL","string-db","224308.BSU29360/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_34150","GlnP","GanP","glnP","ganP","GlnP","GanP","string-db","224308.BSU34150/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_34160","GlnP","CycB","glnP","ganS","GlnP","GanS","string-db","224308.BSU34160/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_34600","GlnP","MdxF","glnP","mdxF","GlnP","MdxF","string-db","224308.BSU34600/224308.BSU27460","physical","txid224308" +"BSU_27460","BSU_30750","GlnP","MntC","glnP","mntC","GlnP","MntC","string-db","224308.BSU30750/224308.BSU27460","physical","txid224308" +"BSU_13220","BSU_30750","ThiW","MntC","thiW","mntC","ThiW","MntC","string-db","224308.BSU30750/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_23970","ThiW","ArtQ","thiW","artQ","ThiW","ArtQ","string-db","224308.BSU23970/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_29350","ThiW","TcyM","thiW","tcyM","ThiW","TcyM","string-db","224308.BSU29350/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_27450","ThiW","GlnM","thiW","glnM","ThiW","GlnM","string-db","224308.BSU27450/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_13230","ThiW","ThiV","thiW","thiV","ThiW","ThiV","subtiwiki","224308.BSU13230/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_33810","ThiW","OpuCC","thiW","opuCC","ThiW","OpuCC","string-db","224308.BSU33810/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_27460","ThiW","GlnP","thiW","glnP","ThiW","GlnP","string-db","224308.BSU27460/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_33710","ThiW","OpuBC","thiW","opuBC","ThiW","OpuBC","string-db","224308.BSU33710/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_38810","ThiW","MsmX","thiW","msmX","ThiW","MsmX","string-db","224308.BSU38810/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_30740","ThiW","MntD","thiW","mntD","ThiW","MntD","string-db","224308.BSU30740/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_13240","ThiW","ThiU","thiW","thiU","ThiW","ThiU","subtiwiki","224308.BSU13240/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_34080","ThiW","YvfS","thiW","BSU_34080","ThiW","YvfS","string-db","224308.BSU34080/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_35710","ThiW","TagG","thiW","tagG","ThiW","TagG","string-db","224308.BSU35710/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_30760","ThiW","MntB","thiW","mntB","ThiW","MntB","string-db","224308.BSU30760/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_29360","ThiW","TcyL","thiW","tcyL","ThiW","TcyL","string-db","224308.BSU29360/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_34150","ThiW","GanP","thiW","ganP","ThiW","GanP","string-db","224308.BSU34150/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_39490","ThiW","YxeN","thiW","yxeN","ThiW","YxeN","string-db","224308.BSU39490/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_40150","ThiW","YydI","thiW","epeA","ThiW","EpeA","string-db","224308.BSU40150/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_34600","ThiW","MdxF","thiW","mdxF","ThiW","MdxF","string-db","224308.BSU34600/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_34610","ThiW","MdxE","thiW","mdxE","ThiW","MdxE","string-db","224308.BSU34610/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_15340","ThiW","YlmA","thiW","ylmA","ThiW","YlmA","string-db","224308.BSU15340/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_34160","ThiW","CycB","thiW","ganS","ThiW","GanS","string-db","224308.BSU34160/224308.BSU13220","physical","txid224308" +"BSU_13220","BSU_32550","ThiW","YurJ","thiW","frlP","ThiW","FrlP","string-db","224308.BSU32550/224308.BSU13220","physical","txid224308" +"BSU_30760","BSU_32550","MntB","YurJ","mntB","frlP","MntB","FrlP","string-db","224308.BSU32550/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_39490","MntB","YxeN","mntB","yxeN","MntB","YxeN","string-db","224308.BSU39490/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_30770","MntB","MntA","mntB","mntA","MntB","MntA","subtiwiki","224308.BSU30770/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_40150","MntB","YydI","mntB","epeA","MntB","EpeA","string-db","224308.BSU40150/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_34080","MntB","YvfS","mntB","BSU_34080","MntB","YvfS","string-db","224308.BSU34080/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_33810","MntB","OpuCC","mntB","opuCC","MntB","OpuCC","string-db","224308.BSU33810/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_34600","MntB","MdxF","mntB","mdxF","MntB","MdxF","string-db","224308.BSU34600/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_34160","MntB","CycB","mntB","ganS","MntB","GanS","string-db","224308.BSU34160/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_38810","MntB","MsmX","mntB","msmX","MntB","MsmX","string-db","224308.BSU38810/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_33710","MntB","OpuBC","mntB","opuBC","MntB","OpuBC","string-db","224308.BSU33710/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_34150","MntB","GanP","mntB","ganP","MntB","GanP","string-db","224308.BSU34150/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_35710","MntB","TagG","mntB","tagG","MntB","TagG","string-db","224308.BSU35710/224308.BSU30760","physical","txid224308" +"BSU_30760","BSU_34610","MntB","MdxE","mntB","mdxE","MntB","MdxE","string-db","224308.BSU34610/224308.BSU30760","physical","txid224308" +"BSU_39490","BSU_39500","YxeN","YxeM","yxeN","yxeM","YxeN","YxeM","subtiwiki","224308.BSU39500/224308.BSU39490","physical","txid224308" +"BSU_39490","BSU_40150","YxeN","YydI","yxeN","epeA","YxeN","EpeA","string-db","224308.BSU40150/224308.BSU39490","physical","txid224308" +"BSU_33810","BSU_34150","OpuCC","GanP","opuCC","ganP","OpuCC","GanP","string-db","224308.BSU34150/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_40150","OpuCC","YydI","opuCC","epeA","OpuCC","EpeA","string-db","224308.BSU40150/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_39490","OpuCC","YxeN","opuCC","yxeN","OpuCC","YxeN","string-db","224308.BSU39490/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_34600","OpuCC","MdxF","opuCC","mdxF","OpuCC","MdxF","string-db","224308.BSU34600/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_38810","OpuCC","MsmX","opuCC","msmX","OpuCC","MsmX","string-db","224308.BSU38810/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_34080","OpuCC","YvfS","opuCC","BSU_34080","OpuCC","YvfS","string-db","224308.BSU34080/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_35710","OpuCC","TagG","opuCC","tagG","OpuCC","TagG","string-db","224308.BSU35710/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_33830","OpuCC","OpuCA","opuCC","opuCA","OpuCC","OpuCA","subtiwiki","224308.BSU33830/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_33820","OpuCC","OpuCB","opuCC","opuCB","OpuCC","OpuCB","subtiwiki","224308.BSU33820/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_34610","OpuCC","MdxE","opuCC","mdxE","OpuCC","MdxE","string-db","224308.BSU34610/224308.BSU33810","physical","txid224308" +"BSU_33810","BSU_34160","OpuCC","CycB","opuCC","ganS","OpuCC","GanS","string-db","224308.BSU34160/224308.BSU33810","physical","txid224308" +"BSU_01470","BSU_10010","EcfT","TrpP","BSU_01470","trpP","YbaF","TrpP","subtiwiki","224308.BSU01470/224308.BSU10010","physical","txid224308" +"BSU_01470","BSU_30990","EcfT","ThiT","BSU_01470","thiT","YbaF","ThiT","subtiwiki","224308.BSU01470/224308.BSU30990","physical","txid224308" +"BSU_01470","BSU_10370","EcfT","BioY","BSU_01470","panU","YbaF","YhfU","subtiwiki","224308.BSU10370/224308.BSU01470","physical","txid224308" +"BSU_01470","BSU_32030","EcfT","BioYB","BSU_01470","yuiG","YbaF","YuiG","subtiwiki","224308.BSU01470/224308.BSU32030","physical","txid224308" +"BSU_01470","BSU_13210","EcfT","ThiX","BSU_01470","thiX","YbaF","ThiX","string-db","224308.BSU13210/224308.BSU01470","physical","txid224308" +"BSU_30740","BSU_30750","MntD","MntC","mntD","mntC","MntD","MntC","subtiwiki","224308.BSU30750/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_35710","MntD","TagG","mntD","tagG","MntD","TagG","string-db","224308.BSU35710/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_34150","MntD","GanP","mntD","ganP","MntD","GanP","string-db","224308.BSU34150/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_32550","MntD","YurJ","mntD","frlP","MntD","FrlP","string-db","224308.BSU32550/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_33810","MntD","OpuCC","mntD","opuCC","MntD","OpuCC","string-db","224308.BSU33810/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_34610","MntD","MdxE","mntD","mdxE","MntD","MdxE","string-db","224308.BSU34610/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_40150","MntD","YydI","mntD","epeA","MntD","EpeA","string-db","224308.BSU40150/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_34080","MntD","YvfS","mntD","BSU_34080","MntD","YvfS","string-db","224308.BSU34080/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_38810","MntD","MsmX","mntD","msmX","MntD","MsmX","string-db","224308.BSU38810/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_33710","MntD","OpuBC","mntD","opuBC","MntD","OpuBC","string-db","224308.BSU33710/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_30760","MntD","MntB","mntD","mntB","MntD","MntB","subtiwiki","224308.BSU30760/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_39490","MntD","YxeN","mntD","yxeN","MntD","YxeN","string-db","224308.BSU39490/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_34600","MntD","MdxF","mntD","mdxF","MntD","MdxF","string-db","224308.BSU34600/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_30770","MntD","MntA","mntD","mntA","MntD","MntA","subtiwiki","224308.BSU30770/224308.BSU30740","physical","txid224308" +"BSU_30740","BSU_34160","MntD","CycB","mntD","ganS","MntD","GanS","string-db","224308.BSU34160/224308.BSU30740","physical","txid224308" +"BSU_08330","BSU_30740","YfiN","MntD","lnrN","mntD","LnrN","MntD","string-db","224308.BSU30740/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_33810","YfiN","OpuCC","lnrN","opuCC","LnrN","OpuCC","string-db","224308.BSU33810/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_34150","YfiN","GanP","lnrN","ganP","LnrN","GanP","string-db","224308.BSU34150/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_39490","YfiN","YxeN","lnrN","yxeN","LnrN","YxeN","string-db","224308.BSU39490/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_32550","YfiN","YurJ","lnrN","frlP","LnrN","FrlP","string-db","224308.BSU32550/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_27450","YfiN","GlnM","lnrN","glnM","LnrN","GlnM","string-db","224308.BSU27450/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_34600","YfiN","MdxF","lnrN","mdxF","LnrN","MdxF","string-db","224308.BSU34600/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_23970","YfiN","ArtQ","lnrN","artQ","LnrN","ArtQ","string-db","224308.BSU23970/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_30760","YfiN","MntB","lnrN","mntB","LnrN","MntB","string-db","224308.BSU30760/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_35710","YfiN","TagG","lnrN","tagG","LnrN","TagG","string-db","224308.BSU35710/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_40150","YfiN","YydI","lnrN","epeA","LnrN","EpeA","string-db","224308.BSU40150/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_15340","YfiN","YlmA","lnrN","ylmA","LnrN","YlmA","string-db","224308.BSU15340/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_30750","YfiN","MntC","lnrN","mntC","LnrN","MntC","string-db","224308.BSU30750/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_29360","YfiN","TcyL","lnrN","tcyL","LnrN","TcyL","string-db","224308.BSU29360/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_34610","YfiN","MdxE","lnrN","mdxE","LnrN","MdxE","string-db","224308.BSU34610/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_12960","YfiN","DppE","lnrN","dppE","LnrN","DppE","string-db","224308.BSU12960/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_11430","YfiN","OppA","lnrN","oppA","LnrN","OppA","string-db","224308.BSU11430/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_29350","YfiN","TcyM","lnrN","tcyM","LnrN","TcyM","string-db","224308.BSU29350/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_13220","YfiN","ThiW","lnrN","thiW","LnrN","ThiW","string-db","224308.BSU13220/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_33710","YfiN","OpuBC","lnrN","opuBC","LnrN","OpuBC","string-db","224308.BSU33710/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_27460","YfiN","GlnP","lnrN","glnP","LnrN","GlnP","string-db","224308.BSU27460/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_34080","YfiN","YvfS","lnrN","BSU_34080","LnrN","YvfS","string-db","224308.BSU34080/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_34160","YfiN","CycB","lnrN","ganS","LnrN","GanS","string-db","224308.BSU34160/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_38810","YfiN","MsmX","lnrN","msmX","LnrN","MsmX","string-db","224308.BSU38810/224308.BSU08330","physical","txid224308" +"BSU_08330","BSU_23450","YfiN","SigF","lnrN","sigF","LnrN","SigF","subtiwiki","224308.BSU08330/224308.BSU23450","physical","txid224308" +"BSU_02990","BSU_27460","OpuAB","GlnP","opuAB","glnP","OpuAB","GlnP","string-db","224308.BSU27460/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_27450","OpuAB","GlnM","opuAB","glnM","OpuAB","GlnM","string-db","224308.BSU27450/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_03370","OpuAB","YckA","opuAB","BSU_03370","OpuAB","YckA","string-db","224308.BSU03370/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_32550","OpuAB","YurJ","opuAB","frlP","OpuAB","FrlP","string-db","224308.BSU32550/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_33810","OpuAB","OpuCC","opuAB","opuCC","OpuAB","OpuCC","string-db","224308.BSU33810/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_30740","OpuAB","MntD","opuAB","mntD","OpuAB","MntD","string-db","224308.BSU30740/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_39490","OpuAB","YxeN","opuAB","yxeN","OpuAB","YxeN","string-db","224308.BSU39490/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_08330","OpuAB","YfiN","opuAB","lnrN","OpuAB","LnrN","string-db","224308.BSU08330/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_13220","OpuAB","ThiW","opuAB","thiW","OpuAB","ThiW","string-db","224308.BSU13220/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_34150","OpuAB","GanP","opuAB","ganP","OpuAB","GanP","string-db","224308.BSU34150/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_08320","OpuAB","YfiM","opuAB","lnrM","OpuAB","LnrM","string-db","224308.BSU08320/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_40150","OpuAB","YydI","opuAB","epeA","OpuAB","EpeA","string-db","224308.BSU40150/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_03000","OpuAB","OpuAC","opuAB","opuAC","OpuAB","OpuAC","subtiwiki","224308.BSU03000/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_30760","OpuAB","MntB","opuAB","mntB","OpuAB","MntB","string-db","224308.BSU30760/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_12960","OpuAB","DppE","opuAB","dppE","OpuAB","DppE","string-db","224308.BSU12960/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_34610","OpuAB","MdxE","opuAB","mdxE","OpuAB","MdxE","string-db","224308.BSU34610/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_23970","OpuAB","ArtQ","opuAB","artQ","OpuAB","ArtQ","string-db","224308.BSU23970/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_38810","OpuAB","MsmX","opuAB","msmX","OpuAB","MsmX","string-db","224308.BSU38810/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_35710","OpuAB","TagG","opuAB","tagG","OpuAB","TagG","string-db","224308.BSU35710/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_03600","OpuAB","TcyB","opuAB","BSU_03600","OpuAB","TcyB","string-db","224308.BSU03600/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_34600","OpuAB","MdxF","opuAB","mdxF","OpuAB","MdxF","string-db","224308.BSU34600/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_29350","OpuAB","TcyM","opuAB","tcyM","OpuAB","TcyM","string-db","224308.BSU29350/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_33710","OpuAB","OpuBC","opuAB","opuBC","OpuAB","OpuBC","string-db","224308.BSU33710/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_29360","OpuAB","TcyL","opuAB","tcyL","OpuAB","TcyL","string-db","224308.BSU29360/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_34080","OpuAB","YvfS","opuAB","BSU_34080","OpuAB","YvfS","string-db","224308.BSU34080/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_30750","OpuAB","MntC","opuAB","mntC","OpuAB","MntC","string-db","224308.BSU30750/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_11430","OpuAB","OppA","opuAB","oppA","OpuAB","OppA","string-db","224308.BSU11430/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_15340","OpuAB","YlmA","opuAB","ylmA","OpuAB","YlmA","string-db","224308.BSU15340/224308.BSU02990","physical","txid224308" +"BSU_02990","BSU_34160","OpuAB","CycB","opuAB","ganS","OpuAB","GanS","string-db","224308.BSU34160/224308.BSU02990","physical","txid224308" +"BSU_03370","BSU_12960","YckA","DppE","BSU_03370","dppE","YckA","DppE","string-db","224308.BSU12960/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_35710","YckA","TagG","BSU_03370","tagG","YckA","TagG","string-db","224308.BSU35710/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_23970","YckA","ArtQ","BSU_03370","artQ","YckA","ArtQ","string-db","224308.BSU23970/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_03600","YckA","TcyB","BSU_03370","BSU_03600","YckA","TcyB","string-db","224308.BSU03600/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_15340","YckA","YlmA","BSU_03370","ylmA","YckA","YlmA","string-db","224308.BSU15340/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_34600","YckA","MdxF","BSU_03370","mdxF","YckA","MdxF","string-db","224308.BSU34600/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_38810","YckA","MsmX","BSU_03370","msmX","YckA","MsmX","string-db","224308.BSU38810/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_34610","YckA","MdxE","BSU_03370","mdxE","YckA","MdxE","string-db","224308.BSU34610/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_03610","YckA","TcyA","BSU_03370","BSU_03610","YckA","TcyA","string-db","224308.BSU03610/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_29350","YckA","TcyM","BSU_03370","tcyM","YckA","TcyM","string-db","224308.BSU29350/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_11430","YckA","OppA","BSU_03370","oppA","YckA","OppA","string-db","224308.BSU11430/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_34160","YckA","CycB","BSU_03370","ganS","YckA","GanS","string-db","224308.BSU34160/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_30750","YckA","MntC","BSU_03370","mntC","YckA","MntC","string-db","224308.BSU30750/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_34080","YckA","YvfS","BSU_03370","BSU_34080","YckA","YvfS","string-db","224308.BSU34080/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_29360","YckA","TcyL","BSU_03370","tcyL","YckA","TcyL","string-db","224308.BSU29360/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_34150","YckA","GanP","BSU_03370","ganP","YckA","GanP","string-db","224308.BSU34150/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_03590","YckA","TcyC","BSU_03370","BSU_03590","YckA","TcyC","string-db","224308.BSU03590/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_30740","YckA","MntD","BSU_03370","mntD","YckA","MntD","string-db","224308.BSU30740/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_08320","YckA","YfiM","BSU_03370","lnrM","YckA","LnrM","string-db","224308.BSU08320/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_39490","YckA","YxeN","BSU_03370","yxeN","YckA","YxeN","string-db","224308.BSU39490/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_27460","YckA","GlnP","BSU_03370","glnP","YckA","GlnP","string-db","224308.BSU27460/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_30760","YckA","MntB","BSU_03370","mntB","YckA","MntB","string-db","224308.BSU30760/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_33810","YckA","OpuCC","BSU_03370","opuCC","YckA","OpuCC","string-db","224308.BSU33810/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_32550","YckA","YurJ","BSU_03370","frlP","YckA","FrlP","string-db","224308.BSU32550/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_13220","YckA","ThiW","BSU_03370","thiW","YckA","ThiW","string-db","224308.BSU13220/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_27450","YckA","GlnM","BSU_03370","glnM","YckA","GlnM","string-db","224308.BSU27450/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_08330","YckA","YfiN","BSU_03370","lnrN","YckA","LnrN","string-db","224308.BSU08330/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_40150","YckA","YydI","BSU_03370","epeA","YckA","EpeA","string-db","224308.BSU40150/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_33710","YckA","OpuBC","BSU_03370","opuBC","YckA","OpuBC","string-db","224308.BSU33710/224308.BSU03370","physical","txid224308" +"BSU_03370","BSU_03380","YckA","YckB","BSU_03370","BSU_03380","YckA","YckB","subtiwiki","224308.BSU03370/224308.BSU03380","physical","txid224308" +"BSU_10370","BSU_23050","BioY","FmnP","panU","ribU","YhfU","RibU","string-db","224308.BSU23050/224308.BSU10370","physical","txid224308" +"BSU_10370","BSU_32030","BioY","BioYB","panU","yuiG","YhfU","YuiG","string-db","224308.BSU32030/224308.BSU10370","physical","txid224308" +"BSU_10370","BSU_13210","BioY","ThiX","panU","thiX","YhfU","ThiX","string-db","224308.BSU13210/224308.BSU10370","physical","txid224308" +"BSU_10370","BSU_30990","BioY","ThiT","panU","thiT","YhfU","ThiT","string-db","224308.BSU30990/224308.BSU10370","physical","txid224308" +"BSU_32550","BSU_32590","YurJ","FrlN","frlP","frlN","FrlP","FrlN","subtiwiki","224308.BSU32550/224308.BSU32590","physical","txid224308" +"BSU_32550","BSU_34600","YurJ","MdxF","frlP","mdxF","FrlP","MdxF","string-db","224308.BSU34600/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34080","YurJ","YvfS","frlP","BSU_34080","FrlP","YvfS","string-db","224308.BSU34080/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_33710","YurJ","OpuBC","frlP","opuBC","FrlP","OpuBC","string-db","224308.BSU33710/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_39490","YurJ","YxeN","frlP","yxeN","FrlP","YxeN","string-db","224308.BSU39490/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34150","YurJ","GanP","frlP","ganP","FrlP","GanP","subtiwiki","224308.BSU32550/224308.BSU34150","physical","txid224308" +"BSU_32550","BSU_40150","YurJ","YydI","frlP","epeA","FrlP","EpeA","string-db","224308.BSU40150/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34610","YurJ","MdxE","frlP","mdxE","FrlP","MdxE","string-db","224308.BSU34610/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34160","YurJ","CycB","frlP","ganS","FrlP","GanS","string-db","224308.BSU34160/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_33810","YurJ","OpuCC","frlP","opuCC","FrlP","OpuCC","string-db","224308.BSU33810/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_38810","YurJ","MsmX","frlP","msmX","FrlP","MsmX","string-db","224308.BSU38810/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34140","YurJ","GanQ","frlP","ganQ","FrlP","GanQ","subtiwiki","224308.BSU32550/224308.BSU34140","physical","txid224308" +"BSU_32550","BSU_32580","YurJ","FrlM","frlP","frlM","FrlP","FrlM","subtiwiki","224308.BSU32580/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_32600","YurJ","FrlO","frlP","frlO","FrlP","FrlO","subtiwiki","224308.BSU32550/224308.BSU32600","physical","txid224308" +"BSU_32550","BSU_35710","YurJ","TagG","frlP","tagG","FrlP","TagG","string-db","224308.BSU35710/224308.BSU32550","physical","txid224308" +"BSU_32550","BSU_34590","YurJ","MdxG","frlP","mdxG","FrlP","MdxG","string-db","224308.BSU34590/224308.BSU32550","physical","txid224308" +"BSU_27450","BSU_30760","GlnM","MntB","glnM","mntB","GlnM","MntB","string-db","224308.BSU30760/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_29350","GlnM","TcyM","glnM","tcyM","GlnM","TcyM","string-db","224308.BSU29350/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_38810","GlnM","MsmX","glnM","msmX","GlnM","MsmX","string-db","224308.BSU38810/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_35710","GlnM","TagG","glnM","tagG","GlnM","TagG","string-db","224308.BSU35710/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_39490","GlnM","YxeN","glnM","yxeN","GlnM","YxeN","string-db","224308.BSU39490/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_34150","GlnM","GanP","glnM","ganP","GlnM","GanP","string-db","224308.BSU34150/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_33810","GlnM","OpuCC","glnM","opuCC","GlnM","OpuCC","string-db","224308.BSU33810/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_30750","GlnM","MntC","glnM","mntC","GlnM","MntC","string-db","224308.BSU30750/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_34080","GlnM","YvfS","glnM","BSU_34080","GlnM","YvfS","string-db","224308.BSU34080/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_27460","GlnM","GlnP","glnM","glnP","GlnM","GlnP","subtiwiki","224308.BSU27450/224308.BSU27460","physical","txid224308" +"BSU_27450","BSU_34160","GlnM","CycB","glnM","ganS","GlnM","GanS","string-db","224308.BSU34160/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_32550","GlnM","YurJ","glnM","frlP","GlnM","FrlP","string-db","224308.BSU32550/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_34610","GlnM","MdxE","glnM","mdxE","GlnM","MdxE","string-db","224308.BSU34610/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_29360","GlnM","TcyL","glnM","tcyL","GlnM","TcyL","string-db","224308.BSU29360/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_40150","GlnM","YydI","glnM","epeA","GlnM","EpeA","string-db","224308.BSU40150/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_33710","GlnM","OpuBC","glnM","opuBC","GlnM","OpuBC","string-db","224308.BSU33710/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_34600","GlnM","MdxF","glnM","mdxF","GlnM","MdxF","string-db","224308.BSU34600/224308.BSU27450","physical","txid224308" +"BSU_27450","BSU_30740","GlnM","MntD","glnM","mntD","GlnM","MntD","string-db","224308.BSU30740/224308.BSU27450","physical","txid224308" +"BSU_34150","BSU_34600","GanP","MdxF","ganP","mdxF","GanP","MdxF","string-db","224308.BSU34600/224308.BSU34150","physical","txid224308" +"BSU_34150","BSU_34160","GanP","CycB","ganP","ganS","GanP","GanS","subtiwiki","224308.BSU34150/224308.BSU34160","physical","txid224308" +"BSU_34150","BSU_39490","GanP","YxeN","ganP","yxeN","GanP","YxeN","string-db","224308.BSU39490/224308.BSU34150","physical","txid224308" +"BSU_34150","BSU_38810","GanP","MsmX","ganP","msmX","GanP","MsmX","subtiwiki","224308.BSU34150/224308.BSU38810","physical","txid224308" +"BSU_34150","BSU_34590","GanP","MdxG","ganP","mdxG","GanP","MdxG","string-db","224308.BSU34590/224308.BSU34150","physical","txid224308" +"BSU_34150","BSU_40150","GanP","YydI","ganP","epeA","GanP","EpeA","string-db","224308.BSU40150/224308.BSU34150","physical","txid224308" +"BSU_34150","BSU_35710","GanP","TagG","ganP","tagG","GanP","TagG","string-db","224308.BSU35710/224308.BSU34150","physical","txid224308" +"BSU_34150","BSU_34610","GanP","MdxE","ganP","mdxE","GanP","MdxE","string-db","224308.BSU34610/224308.BSU34150","physical","txid224308" +"BSU_08320","BSU_34080","YfiM","YvfS","lnrM","BSU_34080","LnrM","YvfS","string-db","224308.BSU34080/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_23970","YfiM","ArtQ","lnrM","artQ","LnrM","ArtQ","string-db","224308.BSU23970/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_29360","YfiM","TcyL","lnrM","tcyL","LnrM","TcyL","string-db","224308.BSU29360/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_34160","YfiM","CycB","lnrM","ganS","LnrM","GanS","string-db","224308.BSU34160/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_34600","YfiM","MdxF","lnrM","mdxF","LnrM","MdxF","string-db","224308.BSU34600/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_13220","YfiM","ThiW","lnrM","thiW","LnrM","ThiW","string-db","224308.BSU13220/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_12960","YfiM","DppE","lnrM","dppE","LnrM","DppE","string-db","224308.BSU12960/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_40150","YfiM","YydI","lnrM","epeA","LnrM","EpeA","string-db","224308.BSU40150/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_11430","YfiM","OppA","lnrM","oppA","LnrM","OppA","string-db","224308.BSU11430/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_33710","YfiM","OpuBC","lnrM","opuBC","LnrM","OpuBC","string-db","224308.BSU33710/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_30760","YfiM","MntB","lnrM","mntB","LnrM","MntB","string-db","224308.BSU30760/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_30750","YfiM","MntC","lnrM","mntC","LnrM","MntC","string-db","224308.BSU30750/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_08330","YfiM","YfiN","lnrM","lnrN","LnrM","LnrN","subtiwiki","224308.BSU08320/224308.BSU08330","physical","txid224308" +"BSU_08320","BSU_35710","YfiM","TagG","lnrM","tagG","LnrM","TagG","string-db","224308.BSU35710/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_27450","YfiM","GlnM","lnrM","glnM","LnrM","GlnM","string-db","224308.BSU27450/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_32550","YfiM","YurJ","lnrM","frlP","LnrM","FrlP","string-db","224308.BSU32550/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_38810","YfiM","MsmX","lnrM","msmX","LnrM","MsmX","string-db","224308.BSU38810/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_34610","YfiM","MdxE","lnrM","mdxE","LnrM","MdxE","string-db","224308.BSU34610/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_33810","YfiM","OpuCC","lnrM","opuCC","LnrM","OpuCC","string-db","224308.BSU33810/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_27460","YfiM","GlnP","lnrM","glnP","LnrM","GlnP","string-db","224308.BSU27460/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_34150","YfiM","GanP","lnrM","ganP","LnrM","GanP","string-db","224308.BSU34150/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_29350","YfiM","TcyM","lnrM","tcyM","LnrM","TcyM","string-db","224308.BSU29350/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_15340","YfiM","YlmA","lnrM","ylmA","LnrM","YlmA","string-db","224308.BSU15340/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_30740","YfiM","MntD","lnrM","mntD","LnrM","MntD","string-db","224308.BSU30740/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_39490","YfiM","YxeN","lnrM","yxeN","LnrM","YxeN","string-db","224308.BSU39490/224308.BSU08320","physical","txid224308" +"BSU_08320","BSU_08310","YfiM","LnrL","lnrM","lnrL","LnrM","LnrL","subtiwiki","224308.BSU08320/224308.BSU08310","physical","txid224308" +"BSU_34160","BSU_34600","CycB","MdxF","ganS","mdxF","GanS","MdxF","string-db","224308.BSU34600/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_34610","CycB","MdxE","ganS","mdxE","GanS","MdxE","string-db","224308.BSU34610/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_40150","CycB","YydI","ganS","epeA","GanS","EpeA","string-db","224308.BSU40150/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_39490","CycB","YxeN","ganS","yxeN","GanS","YxeN","string-db","224308.BSU39490/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_34590","CycB","MdxG","ganS","mdxG","GanS","MdxG","string-db","224308.BSU34590/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_35710","CycB","TagG","ganS","tagG","GanS","TagG","string-db","224308.BSU35710/224308.BSU34160","physical","txid224308" +"BSU_34160","BSU_38810","CycB","MsmX","ganS","msmX","GanS","MsmX","string-db","224308.BSU38810/224308.BSU34160","physical","txid224308" +"BSU_38810","BSU_39490","MsmX","YxeN","msmX","yxeN","MsmX","YxeN","string-db","224308.BSU39490/224308.BSU38810","physical","txid224308" +"BSU_38810","BSU_40150","MsmX","YydI","msmX","epeA","MsmX","EpeA","string-db","224308.BSU40150/224308.BSU38810","physical","txid224308" +"BSU_34080","BSU_38810","YvfS","MsmX","BSU_34080","msmX","YvfS","MsmX","string-db","224308.BSU38810/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_34600","YvfS","MdxF","BSU_34080","mdxF","YvfS","MdxF","string-db","224308.BSU34600/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_34610","YvfS","MdxE","BSU_34080","mdxE","YvfS","MdxE","string-db","224308.BSU34610/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_39490","YvfS","YxeN","BSU_34080","yxeN","YvfS","YxeN","string-db","224308.BSU39490/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_34150","YvfS","GanP","BSU_34080","ganP","YvfS","GanP","string-db","224308.BSU34150/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_40150","YvfS","YydI","BSU_34080","epeA","YvfS","EpeA","string-db","224308.BSU40150/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_34160","YvfS","CycB","BSU_34080","ganS","YvfS","GanS","string-db","224308.BSU34160/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_35710","YvfS","TagG","BSU_34080","tagG","YvfS","TagG","string-db","224308.BSU35710/224308.BSU34080","physical","txid224308" +"BSU_34080","BSU_34090","YvfS","YvfR","BSU_34080","BSU_34090","YvfS","YvfR","subtiwiki","224308.BSU34080/224308.BSU34090","physical","txid224308" +"BSU_11430","BSU_11470","OppA","OppF","oppA","oppF","OppA","OppF","subtiwiki","224308.BSU11430/224308.BSU11470","physical","txid224308" +"BSU_11430","BSU_13220","OppA","ThiW","oppA","thiW","OppA","ThiW","string-db","224308.BSU13220/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_27460","OppA","GlnP","oppA","glnP","OppA","GlnP","string-db","224308.BSU27460/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_33810","OppA","OpuCC","oppA","opuCC","OppA","OpuCC","string-db","224308.BSU33810/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_11450","OppA","OppC","oppA","oppC","OppA","OppC","subtiwiki","224308.BSU11430/224308.BSU11450","physical","txid224308" +"BSU_11430","BSU_34610","OppA","MdxE","oppA","mdxE","OppA","MdxE","string-db","224308.BSU34610/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_29350","OppA","TcyM","oppA","tcyM","OppA","TcyM","string-db","224308.BSU29350/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_12960","OppA","DppE","oppA","dppE","OppA","DppE","string-db","224308.BSU12960/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_40150","OppA","YydI","oppA","epeA","OppA","EpeA","string-db","224308.BSU40150/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_11460","OppA","OppD","oppA","oppD","OppA","OppD","subtiwiki","224308.BSU11460/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_15340","OppA","YlmA","oppA","ylmA","OppA","YlmA","string-db","224308.BSU15340/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_29360","OppA","TcyL","oppA","tcyL","OppA","TcyL","string-db","224308.BSU29360/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_34150","OppA","GanP","oppA","ganP","OppA","GanP","string-db","224308.BSU34150/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_33710","OppA","OpuBC","oppA","opuBC","OppA","OpuBC","string-db","224308.BSU33710/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_38810","OppA","MsmX","oppA","msmX","OppA","MsmX","string-db","224308.BSU38810/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_27450","OppA","GlnM","oppA","glnM","OppA","GlnM","string-db","224308.BSU27450/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_23970","OppA","ArtQ","oppA","artQ","OppA","ArtQ","string-db","224308.BSU23970/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_34160","OppA","CycB","oppA","ganS","OppA","GanS","string-db","224308.BSU34160/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_30750","OppA","MntC","oppA","mntC","OppA","MntC","string-db","224308.BSU30750/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_11440","OppA","OppB","oppA","oppB","OppA","OppB","subtiwiki","224308.BSU11430/224308.BSU11440","physical","txid224308" +"BSU_11430","BSU_35710","OppA","TagG","oppA","tagG","OppA","TagG","string-db","224308.BSU35710/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_12930","OppA","DppB","oppA","dppB","OppA","DppB","string-db","224308.BSU12930/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_39490","OppA","YxeN","oppA","yxeN","OppA","YxeN","string-db","224308.BSU39490/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_30740","OppA","MntD","oppA","mntD","OppA","MntD","string-db","224308.BSU30740/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_12940","OppA","DppC","oppA","dppC","OppA","DppC","string-db","224308.BSU12940/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_30760","OppA","MntB","oppA","mntB","OppA","MntB","string-db","224308.BSU30760/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_32550","OppA","YurJ","oppA","frlP","OppA","FrlP","string-db","224308.BSU32550/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_34080","OppA","YvfS","oppA","BSU_34080","OppA","YvfS","string-db","224308.BSU34080/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_34600","OppA","MdxF","oppA","mdxF","OppA","MdxF","string-db","224308.BSU34600/224308.BSU11430","physical","txid224308" +"BSU_11430","BSU_31010","OppA","FloT","oppA","floT","OppA","FloT","subtiwiki","224308.BSU11430/224308.BSU31010","physical","txid224308" +"BSU_11430","BSU_38170","OppA","QoxA","oppA","qoxA","OppA","QoxA","subtiwiki","224308.BSU11430/224308.BSU38170","physical","txid224308" +"BSU_02860","BSU_08320","ZnuC","YfiM","znuC","lnrM","ZnuC","LnrM","string-db","224308.BSU08320/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_35710","ZnuC","TagG","znuC","tagG","ZnuC","TagG","string-db","224308.BSU35710/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_30750","ZnuC","MntC","znuC","mntC","ZnuC","MntC","string-db","224308.BSU30750/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_34600","ZnuC","MdxF","znuC","mdxF","ZnuC","MdxF","string-db","224308.BSU34600/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_26830","ZnuC","YrpE","znuC","zinT","ZnuC","YrpE","string-db","224308.BSU26830/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_03370","ZnuC","YckA","znuC","BSU_03370","ZnuC","YckA","string-db","224308.BSU03370/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_29350","ZnuC","TcyM","znuC","tcyM","ZnuC","TcyM","string-db","224308.BSU29350/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_33710","ZnuC","OpuBC","znuC","opuBC","ZnuC","OpuBC","string-db","224308.BSU33710/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_30740","ZnuC","MntD","znuC","mntD","ZnuC","MntD","string-db","224308.BSU30740/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_30760","ZnuC","MntB","znuC","mntB","ZnuC","MntB","string-db","224308.BSU30760/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_02870","ZnuC","ZnuB","znuC","znuB","ZnuC","ZnuB","string-db","224308.BSU02870/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_34150","ZnuC","GanP","znuC","ganP","ZnuC","GanP","string-db","224308.BSU34150/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_34610","ZnuC","MdxE","znuC","mdxE","ZnuC","MdxE","string-db","224308.BSU34610/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_02990","ZnuC","OpuAB","znuC","opuAB","ZnuC","OpuAB","string-db","224308.BSU02990/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_27450","ZnuC","GlnM","znuC","glnM","ZnuC","GlnM","string-db","224308.BSU27450/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_03000","ZnuC","OpuAC","znuC","opuAC","ZnuC","OpuAC","string-db","224308.BSU03000/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_11430","ZnuC","OppA","znuC","oppA","ZnuC","OppA","string-db","224308.BSU11430/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_03600","ZnuC","TcyB","znuC","BSU_03600","ZnuC","TcyB","string-db","224308.BSU03600/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_23970","ZnuC","ArtQ","znuC","artQ","ZnuC","ArtQ","string-db","224308.BSU23970/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_13220","ZnuC","ThiW","znuC","thiW","ZnuC","ThiW","string-db","224308.BSU13220/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_34160","ZnuC","CycB","znuC","ganS","ZnuC","GanS","string-db","224308.BSU34160/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_39490","ZnuC","YxeN","znuC","yxeN","ZnuC","YxeN","string-db","224308.BSU39490/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_38810","ZnuC","MsmX","znuC","msmX","ZnuC","MsmX","string-db","224308.BSU38810/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_08330","ZnuC","YfiN","znuC","lnrN","ZnuC","LnrN","string-db","224308.BSU08330/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_40150","ZnuC","YydI","znuC","epeA","ZnuC","EpeA","string-db","224308.BSU40150/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_29360","ZnuC","TcyL","znuC","tcyL","ZnuC","TcyL","string-db","224308.BSU29360/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_33810","ZnuC","OpuCC","znuC","opuCC","ZnuC","OpuCC","string-db","224308.BSU33810/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_34080","ZnuC","YvfS","znuC","BSU_34080","ZnuC","YvfS","string-db","224308.BSU34080/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_15340","ZnuC","YlmA","znuC","ylmA","ZnuC","YlmA","string-db","224308.BSU15340/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_27460","ZnuC","GlnP","znuC","glnP","ZnuC","GlnP","string-db","224308.BSU27460/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_12960","ZnuC","DppE","znuC","dppE","ZnuC","DppE","string-db","224308.BSU12960/224308.BSU02860","physical","txid224308" +"BSU_02860","BSU_32550","ZnuC","YurJ","znuC","frlP","ZnuC","FrlP","string-db","224308.BSU32550/224308.BSU02860","physical","txid224308" +"BSU_03000","BSU_30740","OpuAC","MntD","opuAC","mntD","OpuAC","MntD","string-db","224308.BSU30740/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_33810","OpuAC","OpuCC","opuAC","opuCC","OpuAC","OpuCC","string-db","224308.BSU33810/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_34080","OpuAC","YvfS","opuAC","BSU_34080","OpuAC","YvfS","string-db","224308.BSU34080/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_29350","OpuAC","TcyM","opuAC","tcyM","OpuAC","TcyM","string-db","224308.BSU29350/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_08330","OpuAC","YfiN","opuAC","lnrN","OpuAC","LnrN","string-db","224308.BSU08330/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_12960","OpuAC","DppE","opuAC","dppE","OpuAC","DppE","string-db","224308.BSU12960/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_13220","OpuAC","ThiW","opuAC","thiW","OpuAC","ThiW","string-db","224308.BSU13220/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_08320","OpuAC","YfiM","opuAC","lnrM","OpuAC","LnrM","string-db","224308.BSU08320/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_32550","OpuAC","YurJ","opuAC","frlP","OpuAC","FrlP","string-db","224308.BSU32550/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_30760","OpuAC","MntB","opuAC","mntB","OpuAC","MntB","string-db","224308.BSU30760/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_34600","OpuAC","MdxF","opuAC","mdxF","OpuAC","MdxF","string-db","224308.BSU34600/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_03600","OpuAC","TcyB","opuAC","BSU_03600","OpuAC","TcyB","string-db","224308.BSU03600/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_35710","OpuAC","TagG","opuAC","tagG","OpuAC","TagG","string-db","224308.BSU35710/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_33710","OpuAC","OpuBC","opuAC","opuBC","OpuAC","OpuBC","string-db","224308.BSU33710/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_27450","OpuAC","GlnM","opuAC","glnM","OpuAC","GlnM","string-db","224308.BSU27450/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_29360","OpuAC","TcyL","opuAC","tcyL","OpuAC","TcyL","string-db","224308.BSU29360/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_27460","OpuAC","GlnP","opuAC","glnP","OpuAC","GlnP","string-db","224308.BSU27460/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_11430","OpuAC","OppA","opuAC","oppA","OpuAC","OppA","string-db","224308.BSU11430/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_38810","OpuAC","MsmX","opuAC","msmX","OpuAC","MsmX","string-db","224308.BSU38810/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_39490","OpuAC","YxeN","opuAC","yxeN","OpuAC","YxeN","string-db","224308.BSU39490/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_34610","OpuAC","MdxE","opuAC","mdxE","OpuAC","MdxE","string-db","224308.BSU34610/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_23970","OpuAC","ArtQ","opuAC","artQ","OpuAC","ArtQ","string-db","224308.BSU23970/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_34150","OpuAC","GanP","opuAC","ganP","OpuAC","GanP","string-db","224308.BSU34150/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_40150","OpuAC","YydI","opuAC","epeA","OpuAC","EpeA","string-db","224308.BSU40150/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_30750","OpuAC","MntC","opuAC","mntC","OpuAC","MntC","string-db","224308.BSU30750/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_34160","OpuAC","CycB","opuAC","ganS","OpuAC","GanS","string-db","224308.BSU34160/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_03370","OpuAC","YckA","opuAC","BSU_03370","OpuAC","YckA","string-db","224308.BSU03370/224308.BSU03000","physical","txid224308" +"BSU_03000","BSU_15340","OpuAC","YlmA","opuAC","ylmA","OpuAC","YlmA","string-db","224308.BSU15340/224308.BSU03000","physical","txid224308" +"BSU_01460","BSU_33710","EcfAB","OpuBC","BSU_01460","opuBC","YbaE","OpuBC","string-db","224308.BSU33710/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_32030","EcfAB","BioYB","BSU_01460","yuiG","YbaE","YuiG","string-db","224308.BSU32030/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_39490","EcfAB","YxeN","BSU_01460","yxeN","YbaE","YxeN","string-db","224308.BSU39490/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_12960","EcfAB","DppE","BSU_01460","dppE","YbaE","DppE","string-db","224308.BSU12960/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_02870","EcfAB","ZnuB","BSU_01460","znuB","YbaE","ZnuB","string-db","224308.BSU02870/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_03600","EcfAB","TcyB","BSU_01460","BSU_03600","YbaE","TcyB","string-db","224308.BSU03600/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_08320","EcfAB","YfiM","BSU_01460","lnrM","YbaE","LnrM","string-db","224308.BSU08320/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_03000","EcfAB","OpuAC","BSU_01460","opuAC","YbaE","OpuAC","string-db","224308.BSU03000/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_29350","EcfAB","TcyM","BSU_01460","tcyM","YbaE","TcyM","string-db","224308.BSU29350/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_13220","EcfAB","ThiW","BSU_01460","thiW","YbaE","ThiW","string-db","224308.BSU13220/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_11430","EcfAB","OppA","BSU_01460","oppA","YbaE","OppA","string-db","224308.BSU11430/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_15340","EcfAB","YlmA","BSU_01460","ylmA","YbaE","YlmA","string-db","224308.BSU15340/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_35710","EcfAB","TagG","BSU_01460","tagG","YbaE","TagG","string-db","224308.BSU35710/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_32550","EcfAB","YurJ","BSU_01460","frlP","YbaE","FrlP","string-db","224308.BSU32550/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_34160","EcfAB","CycB","BSU_01460","ganS","YbaE","GanS","string-db","224308.BSU34160/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_27460","EcfAB","GlnP","BSU_01460","glnP","YbaE","GlnP","string-db","224308.BSU27460/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_27450","EcfAB","GlnM","BSU_01460","glnM","YbaE","GlnM","string-db","224308.BSU27450/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_30760","EcfAB","MntB","BSU_01460","mntB","YbaE","MntB","string-db","224308.BSU30760/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_02860","EcfAB","ZnuC","BSU_01460","znuC","YbaE","ZnuC","string-db","224308.BSU02860/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_30750","EcfAB","MntC","BSU_01460","mntC","YbaE","MntC","string-db","224308.BSU30750/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_34610","EcfAB","MdxE","BSU_01460","mdxE","YbaE","MdxE","string-db","224308.BSU34610/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_40150","EcfAB","YydI","BSU_01460","epeA","YbaE","EpeA","string-db","224308.BSU40150/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_33810","EcfAB","OpuCC","BSU_01460","opuCC","YbaE","OpuCC","string-db","224308.BSU33810/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_13210","EcfAB","ThiX","BSU_01460","thiX","YbaE","ThiX","string-db","224308.BSU13210/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_03370","EcfAB","YckA","BSU_01460","BSU_03370","YbaE","YckA","string-db","224308.BSU03370/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_10370","EcfAB","BioY","BSU_01460","panU","YbaE","YhfU","string-db","224308.BSU10370/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_34600","EcfAB","MdxF","BSU_01460","mdxF","YbaE","MdxF","string-db","224308.BSU34600/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_23970","EcfAB","ArtQ","BSU_01460","artQ","YbaE","ArtQ","string-db","224308.BSU23970/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_08330","EcfAB","YfiN","BSU_01460","lnrN","YbaE","LnrN","string-db","224308.BSU08330/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_29360","EcfAB","TcyL","BSU_01460","tcyL","YbaE","TcyL","string-db","224308.BSU29360/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_38810","EcfAB","MsmX","BSU_01460","msmX","YbaE","MsmX","string-db","224308.BSU38810/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_30740","EcfAB","MntD","BSU_01460","mntD","YbaE","MntD","string-db","224308.BSU30740/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_01470","EcfAB","EcfT","BSU_01460","BSU_01470","YbaE","YbaF","subtiwiki","224308.BSU01460/224308.BSU01470","physical","txid224308" +"BSU_01460","BSU_34150","EcfAB","GanP","BSU_01460","ganP","YbaE","GanP","string-db","224308.BSU34150/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_34080","EcfAB","YvfS","BSU_01460","BSU_34080","YbaE","YvfS","string-db","224308.BSU34080/224308.BSU01460","physical","txid224308" +"BSU_01460","BSU_02990","EcfAB","OpuAB","BSU_01460","opuAB","YbaE","OpuAB","string-db","224308.BSU02990/224308.BSU01460","physical","txid224308" +"BSU_13210","BSU_13220","ThiX","ThiW","thiX","thiW","ThiX","ThiW","subtiwiki","224308.BSU13210/224308.BSU13220","physical","txid224308" +"BSU_13210","BSU_13240","ThiX","ThiU","thiX","thiU","ThiX","ThiU","subtiwiki","224308.BSU13210/224308.BSU13240","physical","txid224308" +"BSU_13210","BSU_13230","ThiX","ThiV","thiX","thiV","ThiX","ThiV","subtiwiki","224308.BSU13210/224308.BSU13230","physical","txid224308" +"BSU_13210","BSU_32030","ThiX","BioYB","thiX","yuiG","ThiX","YuiG","string-db","224308.BSU32030/224308.BSU13210","physical","txid224308" +"BSU_34600","BSU_35710","MdxF","TagG","mdxF","tagG","MdxF","TagG","string-db","224308.BSU35710/224308.BSU34600","physical","txid224308" +"BSU_34600","BSU_40150","MdxF","YydI","mdxF","epeA","MdxF","EpeA","string-db","224308.BSU40150/224308.BSU34600","physical","txid224308" +"BSU_34600","BSU_38810","MdxF","MsmX","mdxF","msmX","MdxF","MsmX","subtiwiki","224308.BSU38810/224308.BSU34600","physical","txid224308" +"BSU_34600","BSU_34610","MdxF","MdxE","mdxF","mdxE","MdxF","MdxE","subtiwiki","224308.BSU34610/224308.BSU34600","physical","txid224308" +"BSU_34600","BSU_39490","MdxF","YxeN","mdxF","yxeN","MdxF","YxeN","string-db","224308.BSU39490/224308.BSU34600","physical","txid224308" +"BSU_35710","BSU_38810","TagG","MsmX","tagG","msmX","TagG","MsmX","string-db","224308.BSU38810/224308.BSU35710","physical","txid224308" +"BSU_35710","BSU_40150","TagG","YydI","tagG","epeA","TagG","EpeA","string-db","224308.BSU40150/224308.BSU35710","physical","txid224308" +"BSU_35710","BSU_39490","TagG","YxeN","tagG","yxeN","TagG","YxeN","string-db","224308.BSU39490/224308.BSU35710","physical","txid224308" +"BSU_03600","BSU_15340","TcyB","YlmA","BSU_03600","ylmA","TcyB","YlmA","string-db","224308.BSU15340/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_30740","TcyB","MntD","BSU_03600","mntD","TcyB","MntD","string-db","224308.BSU30740/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_33810","TcyB","OpuCC","BSU_03600","opuCC","TcyB","OpuCC","string-db","224308.BSU33810/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_23970","TcyB","ArtQ","BSU_03600","artQ","TcyB","ArtQ","string-db","224308.BSU23970/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_08320","TcyB","YfiM","BSU_03600","lnrM","TcyB","LnrM","string-db","224308.BSU08320/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_11430","TcyB","OppA","BSU_03600","oppA","TcyB","OppA","string-db","224308.BSU11430/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_34080","TcyB","YvfS","BSU_03600","BSU_34080","TcyB","YvfS","string-db","224308.BSU34080/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_30760","TcyB","MntB","BSU_03600","mntB","TcyB","MntB","string-db","224308.BSU30760/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_34610","TcyB","MdxE","BSU_03600","mdxE","TcyB","MdxE","string-db","224308.BSU34610/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_08330","TcyB","YfiN","BSU_03600","lnrN","TcyB","LnrN","string-db","224308.BSU08330/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_38810","TcyB","MsmX","BSU_03600","msmX","TcyB","MsmX","string-db","224308.BSU38810/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_33710","TcyB","OpuBC","BSU_03600","opuBC","TcyB","OpuBC","string-db","224308.BSU33710/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_35710","TcyB","TagG","BSU_03600","tagG","TcyB","TagG","string-db","224308.BSU35710/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_30750","TcyB","MntC","BSU_03600","mntC","TcyB","MntC","string-db","224308.BSU30750/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_29360","TcyB","TcyL","BSU_03600","tcyL","TcyB","TcyL","string-db","224308.BSU29360/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_40150","TcyB","YydI","BSU_03600","epeA","TcyB","EpeA","string-db","224308.BSU40150/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_34150","TcyB","GanP","BSU_03600","ganP","TcyB","GanP","string-db","224308.BSU34150/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_39490","TcyB","YxeN","BSU_03600","yxeN","TcyB","YxeN","string-db","224308.BSU39490/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_34160","TcyB","CycB","BSU_03600","ganS","TcyB","GanS","string-db","224308.BSU34160/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_27460","TcyB","GlnP","BSU_03600","glnP","TcyB","GlnP","string-db","224308.BSU27460/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_27450","TcyB","GlnM","BSU_03600","glnM","TcyB","GlnM","string-db","224308.BSU27450/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_12960","TcyB","DppE","BSU_03600","dppE","TcyB","DppE","string-db","224308.BSU12960/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_34600","TcyB","MdxF","BSU_03600","mdxF","TcyB","MdxF","string-db","224308.BSU34600/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_29350","TcyB","TcyM","BSU_03600","tcyM","TcyB","TcyM","string-db","224308.BSU29350/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_03610","TcyB","TcyA","BSU_03600","BSU_03610","TcyB","TcyA","subtiwiki","224308.BSU03610/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_32550","TcyB","YurJ","BSU_03600","frlP","TcyB","FrlP","string-db","224308.BSU32550/224308.BSU03600","physical","txid224308" +"BSU_03600","BSU_13220","TcyB","ThiW","BSU_03600","thiW","TcyB","ThiW","string-db","224308.BSU13220/224308.BSU03600","physical","txid224308" +"BSU_30750","BSU_40150","MntC","YydI","mntC","epeA","MntC","EpeA","string-db","224308.BSU40150/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_38810","MntC","MsmX","mntC","msmX","MntC","MsmX","string-db","224308.BSU38810/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_33810","MntC","OpuCC","mntC","opuCC","MntC","OpuCC","string-db","224308.BSU33810/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_34600","MntC","MdxF","mntC","mdxF","MntC","MdxF","string-db","224308.BSU34600/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_30760","MntC","MntB","mntC","mntB","MntC","MntB","subtiwiki","224308.BSU30750/224308.BSU30760","physical","txid224308" +"BSU_30750","BSU_32550","MntC","YurJ","mntC","frlP","MntC","FrlP","string-db","224308.BSU32550/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_34610","MntC","MdxE","mntC","mdxE","MntC","MdxE","string-db","224308.BSU34610/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_33710","MntC","OpuBC","mntC","opuBC","MntC","OpuBC","string-db","224308.BSU33710/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_39490","MntC","YxeN","mntC","yxeN","MntC","YxeN","string-db","224308.BSU39490/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_34150","MntC","GanP","mntC","ganP","MntC","GanP","string-db","224308.BSU34150/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_35710","MntC","TagG","mntC","tagG","MntC","TagG","string-db","224308.BSU35710/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_34080","MntC","YvfS","mntC","BSU_34080","MntC","YvfS","string-db","224308.BSU34080/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_34160","MntC","CycB","mntC","ganS","MntC","GanS","string-db","224308.BSU34160/224308.BSU30750","physical","txid224308" +"BSU_30750","BSU_30770","MntC","MntA","mntC","mntA","MntC","MntA","subtiwiki","224308.BSU30750/224308.BSU30770","physical","txid224308" +"BSU_29350","BSU_34600","TcyM","MdxF","tcyM","mdxF","TcyM","MdxF","string-db","224308.BSU34600/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_34150","TcyM","GanP","tcyM","ganP","TcyM","GanP","string-db","224308.BSU34150/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_30760","TcyM","MntB","tcyM","mntB","TcyM","MntB","string-db","224308.BSU30760/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_30740","TcyM","MntD","tcyM","mntD","TcyM","MntD","string-db","224308.BSU30740/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_33710","TcyM","OpuBC","tcyM","opuBC","TcyM","OpuBC","string-db","224308.BSU33710/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_32550","TcyM","YurJ","tcyM","frlP","TcyM","FrlP","string-db","224308.BSU32550/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_34080","TcyM","YvfS","tcyM","BSU_34080","TcyM","YvfS","string-db","224308.BSU34080/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_34160","TcyM","CycB","tcyM","ganS","TcyM","GanS","string-db","224308.BSU34160/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_35710","TcyM","TagG","tcyM","tagG","TcyM","TagG","string-db","224308.BSU35710/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_29360","TcyM","TcyL","tcyM","tcyL","TcyM","TcyL","subtiwiki","224308.BSU29360/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_30750","TcyM","MntC","tcyM","mntC","TcyM","MntC","string-db","224308.BSU30750/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_34610","TcyM","MdxE","tcyM","mdxE","TcyM","MdxE","string-db","224308.BSU34610/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_40150","TcyM","YydI","tcyM","epeA","TcyM","EpeA","string-db","224308.BSU40150/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_38810","TcyM","MsmX","tcyM","msmX","TcyM","MsmX","string-db","224308.BSU38810/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_29380","TcyM","TcyJ","tcyM","tcyJ","TcyM","TcyJ","subtiwiki","224308.BSU29380/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_39490","TcyM","YxeN","tcyM","yxeN","TcyM","YxeN","string-db","224308.BSU39490/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_33810","TcyM","OpuCC","tcyM","opuCC","TcyM","OpuCC","string-db","224308.BSU33810/224308.BSU29350","physical","txid224308" +"BSU_29350","BSU_29370","TcyM","TcyK","tcyM","tcyK","TcyM","TcyK","subtiwiki","224308.BSU29370/224308.BSU29350","physical","txid224308" +"BSU_12960","BSU_30760","DppE","MntB","dppE","mntB","DppE","MntB","string-db","224308.BSU30760/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_15340","DppE","YlmA","dppE","ylmA","DppE","YlmA","string-db","224308.BSU15340/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_33810","DppE","OpuCC","dppE","opuCC","DppE","OpuCC","string-db","224308.BSU33810/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_39490","DppE","YxeN","dppE","yxeN","DppE","YxeN","string-db","224308.BSU39490/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_13220","DppE","ThiW","dppE","thiW","DppE","ThiW","string-db","224308.BSU13220/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_40150","DppE","YydI","dppE","epeA","DppE","EpeA","string-db","224308.BSU40150/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_32550","DppE","YurJ","dppE","frlP","DppE","FrlP","string-db","224308.BSU32550/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_34610","DppE","MdxE","dppE","mdxE","DppE","MdxE","string-db","224308.BSU34610/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_29360","DppE","TcyL","dppE","tcyL","DppE","TcyL","string-db","224308.BSU29360/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_33710","DppE","OpuBC","dppE","opuBC","DppE","OpuBC","string-db","224308.BSU33710/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_30740","DppE","MntD","dppE","mntD","DppE","MntD","string-db","224308.BSU30740/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_27460","DppE","GlnP","dppE","glnP","DppE","GlnP","string-db","224308.BSU27460/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_27450","DppE","GlnM","dppE","glnM","DppE","GlnM","string-db","224308.BSU27450/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_34150","DppE","GanP","dppE","ganP","DppE","GanP","string-db","224308.BSU34150/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_38810","DppE","MsmX","dppE","msmX","DppE","MsmX","string-db","224308.BSU38810/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_34080","DppE","YvfS","dppE","BSU_34080","DppE","YvfS","string-db","224308.BSU34080/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_29350","DppE","TcyM","dppE","tcyM","DppE","TcyM","string-db","224308.BSU29350/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_35710","DppE","TagG","dppE","tagG","DppE","TagG","string-db","224308.BSU35710/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_34600","DppE","MdxF","dppE","mdxF","DppE","MdxF","string-db","224308.BSU34600/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_23970","DppE","ArtQ","dppE","artQ","DppE","ArtQ","string-db","224308.BSU23970/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_34160","DppE","CycB","dppE","ganS","DppE","GanS","string-db","224308.BSU34160/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_30750","DppE","MntC","dppE","mntC","DppE","MntC","string-db","224308.BSU30750/224308.BSU12960","physical","txid224308" +"BSU_12960","BSU_13000","DppE","YkfD","dppE","ykfD","DppE","YkfD","subtiwiki","224308.BSU12960/224308.BSU13000","physical","txid224308" +"BSU_34610","BSU_35710","MdxE","TagG","mdxE","tagG","MdxE","TagG","string-db","224308.BSU35710/224308.BSU34610","physical","txid224308" +"BSU_34610","BSU_40150","MdxE","YydI","mdxE","epeA","MdxE","EpeA","string-db","224308.BSU40150/224308.BSU34610","physical","txid224308" +"BSU_34610","BSU_38810","MdxE","MsmX","mdxE","msmX","MdxE","MsmX","string-db","224308.BSU38810/224308.BSU34610","physical","txid224308" +"BSU_34610","BSU_39490","MdxE","YxeN","mdxE","yxeN","MdxE","YxeN","string-db","224308.BSU39490/224308.BSU34610","physical","txid224308" +"BSU_15340","BSU_27460","YlmA","GlnP","ylmA","glnP","YlmA","GlnP","string-db","224308.BSU27460/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_38810","YlmA","MsmX","ylmA","msmX","YlmA","MsmX","string-db","224308.BSU38810/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_23970","YlmA","ArtQ","ylmA","artQ","YlmA","ArtQ","string-db","224308.BSU23970/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_30740","YlmA","MntD","ylmA","mntD","YlmA","MntD","string-db","224308.BSU30740/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_34080","YlmA","YvfS","ylmA","BSU_34080","YlmA","YvfS","string-db","224308.BSU34080/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_34610","YlmA","MdxE","ylmA","mdxE","YlmA","MdxE","string-db","224308.BSU34610/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_29360","YlmA","TcyL","ylmA","tcyL","YlmA","TcyL","string-db","224308.BSU29360/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_29350","YlmA","TcyM","ylmA","tcyM","YlmA","TcyM","string-db","224308.BSU29350/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_30760","YlmA","MntB","ylmA","mntB","YlmA","MntB","string-db","224308.BSU30760/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_34150","YlmA","GanP","ylmA","ganP","YlmA","GanP","string-db","224308.BSU34150/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_34160","YlmA","CycB","ylmA","ganS","YlmA","GanS","string-db","224308.BSU34160/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_30750","YlmA","MntC","ylmA","mntC","YlmA","MntC","string-db","224308.BSU30750/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_27450","YlmA","GlnM","ylmA","glnM","YlmA","GlnM","string-db","224308.BSU27450/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_32550","YlmA","YurJ","ylmA","frlP","YlmA","FrlP","string-db","224308.BSU32550/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_33710","YlmA","OpuBC","ylmA","opuBC","YlmA","OpuBC","string-db","224308.BSU33710/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_33810","YlmA","OpuCC","ylmA","opuCC","YlmA","OpuCC","string-db","224308.BSU33810/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_35710","YlmA","TagG","ylmA","tagG","YlmA","TagG","string-db","224308.BSU35710/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_39490","YlmA","YxeN","ylmA","yxeN","YlmA","YxeN","string-db","224308.BSU39490/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_40150","YlmA","YydI","ylmA","epeA","YlmA","EpeA","string-db","224308.BSU40150/224308.BSU15340","physical","txid224308" +"BSU_15340","BSU_34600","YlmA","MdxF","ylmA","mdxF","YlmA","MdxF","string-db","224308.BSU34600/224308.BSU15340","physical","txid224308" +"BSU_23970","BSU_27460","ArtQ","GlnP","artQ","glnP","ArtQ","GlnP","string-db","224308.BSU27460/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_34160","ArtQ","CycB","artQ","ganS","ArtQ","GanS","string-db","224308.BSU34160/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_34610","ArtQ","MdxE","artQ","mdxE","ArtQ","MdxE","string-db","224308.BSU34610/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_39490","ArtQ","YxeN","artQ","yxeN","ArtQ","YxeN","string-db","224308.BSU39490/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_34080","ArtQ","YvfS","artQ","BSU_34080","ArtQ","YvfS","string-db","224308.BSU34080/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_29350","ArtQ","TcyM","artQ","tcyM","ArtQ","TcyM","string-db","224308.BSU29350/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_23980","ArtQ","ArtP","artQ","artP","ArtQ","ArtP","subtiwiki","224308.BSU23970/224308.BSU23980","physical","txid224308" +"BSU_23970","BSU_30750","ArtQ","MntC","artQ","mntC","ArtQ","MntC","string-db","224308.BSU30750/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_35710","ArtQ","TagG","artQ","tagG","ArtQ","TagG","string-db","224308.BSU35710/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_27450","ArtQ","GlnM","artQ","glnM","ArtQ","GlnM","string-db","224308.BSU27450/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_34150","ArtQ","GanP","artQ","ganP","ArtQ","GanP","string-db","224308.BSU34150/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_32550","ArtQ","YurJ","artQ","frlP","ArtQ","FrlP","string-db","224308.BSU32550/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_33710","ArtQ","OpuBC","artQ","opuBC","ArtQ","OpuBC","string-db","224308.BSU33710/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_33810","ArtQ","OpuCC","artQ","opuCC","ArtQ","OpuCC","string-db","224308.BSU33810/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_30740","ArtQ","MntD","artQ","mntD","ArtQ","MntD","string-db","224308.BSU30740/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_29360","ArtQ","TcyL","artQ","tcyL","ArtQ","TcyL","string-db","224308.BSU29360/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_40150","ArtQ","YydI","artQ","epeA","ArtQ","EpeA","string-db","224308.BSU40150/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_38810","ArtQ","MsmX","artQ","msmX","ArtQ","MsmX","string-db","224308.BSU38810/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_30760","ArtQ","MntB","artQ","mntB","ArtQ","MntB","string-db","224308.BSU30760/224308.BSU23970","physical","txid224308" +"BSU_23970","BSU_34600","ArtQ","MdxF","artQ","mdxF","ArtQ","MdxF","string-db","224308.BSU34600/224308.BSU23970","physical","txid224308" +"BSU_33710","BSU_39490","OpuBC","YxeN","opuBC","yxeN","OpuBC","YxeN","string-db","224308.BSU39490/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_38810","OpuBC","MsmX","opuBC","msmX","OpuBC","MsmX","string-db","224308.BSU38810/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_34600","OpuBC","MdxF","opuBC","mdxF","OpuBC","MdxF","string-db","224308.BSU34600/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_34610","OpuBC","MdxE","opuBC","mdxE","OpuBC","MdxE","string-db","224308.BSU34610/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33810","OpuBC","OpuCC","opuBC","opuCC","OpuBC","OpuCC","string-db","224308.BSU33810/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33800","OpuBC","OpuCD","opuBC","opuCD","OpuBC","OpuCD","string-db","224308.BSU33800/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33720","OpuBC","OpuBB","opuBC","opuBB","OpuBC","OpuBB","subtiwiki","224308.BSU33720/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_34160","OpuBC","CycB","opuBC","ganS","OpuBC","GanS","string-db","224308.BSU34160/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33830","OpuBC","OpuCA","opuBC","opuCA","OpuBC","OpuCA","string-db","224308.BSU33830/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_34150","OpuBC","GanP","opuBC","ganP","OpuBC","GanP","string-db","224308.BSU34150/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_40150","OpuBC","YydI","opuBC","epeA","OpuBC","EpeA","string-db","224308.BSU40150/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33820","OpuBC","OpuCB","opuBC","opuCB","OpuBC","OpuCB","string-db","224308.BSU33820/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_33730","OpuBC","OpuBA","opuBC","opuBA","OpuBC","OpuBA","subtiwiki","224308.BSU33730/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_34080","OpuBC","YvfS","opuBC","BSU_34080","OpuBC","YvfS","string-db","224308.BSU34080/224308.BSU33710","physical","txid224308" +"BSU_33710","BSU_35710","OpuBC","TagG","opuBC","tagG","OpuBC","TagG","string-db","224308.BSU35710/224308.BSU33710","physical","txid224308" +"BSU_29360","BSU_40150","TcyL","YydI","tcyL","epeA","TcyL","EpeA","string-db","224308.BSU40150/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_30760","TcyL","MntB","tcyL","mntB","TcyL","MntB","string-db","224308.BSU30760/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_33810","TcyL","OpuCC","tcyL","opuCC","TcyL","OpuCC","string-db","224308.BSU33810/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_29370","TcyL","TcyK","tcyL","tcyK","TcyL","TcyK","subtiwiki","224308.BSU29360/224308.BSU29370","physical","txid224308" +"BSU_29360","BSU_30740","TcyL","MntD","tcyL","mntD","TcyL","MntD","string-db","224308.BSU30740/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_33710","TcyL","OpuBC","tcyL","opuBC","TcyL","OpuBC","string-db","224308.BSU33710/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_39490","TcyL","YxeN","tcyL","yxeN","TcyL","YxeN","string-db","224308.BSU39490/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_34150","TcyL","GanP","tcyL","ganP","TcyL","GanP","string-db","224308.BSU34150/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_34610","TcyL","MdxE","tcyL","mdxE","TcyL","MdxE","string-db","224308.BSU34610/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_32550","TcyL","YurJ","tcyL","frlP","TcyL","FrlP","string-db","224308.BSU32550/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_35710","TcyL","TagG","tcyL","tagG","TcyL","TagG","string-db","224308.BSU35710/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_30750","TcyL","MntC","tcyL","mntC","TcyL","MntC","string-db","224308.BSU30750/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_34080","TcyL","YvfS","tcyL","BSU_34080","TcyL","YvfS","string-db","224308.BSU34080/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_34600","TcyL","MdxF","tcyL","mdxF","TcyL","MdxF","string-db","224308.BSU34600/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_29380","TcyL","TcyJ","tcyL","tcyJ","TcyL","TcyJ","subtiwiki","224308.BSU29360/224308.BSU29380","physical","txid224308" +"BSU_29360","BSU_34160","TcyL","CycB","tcyL","ganS","TcyL","GanS","string-db","224308.BSU34160/224308.BSU29360","physical","txid224308" +"BSU_29360","BSU_38810","TcyL","MsmX","tcyL","msmX","TcyL","MsmX","string-db","224308.BSU38810/224308.BSU29360","physical","txid224308" +"BSU_01480","BSU_05910","TruA","TsaE","truA","BSU_05910","TruA","TsaE","string-db","224308.BSU05910/224308.BSU01480","physical","txid224308" +"BSU_01540","BSU_36250","SalA","PtkA","salA","ptkA","SalA","PtkA","subtiwiki","224308.BSU36250/224308.BSU01540","physical","txid224308" +"BSU_01540","BSU_15650","SalA","YloB","salA","BSU_15650","SalA","YloB","string-db","224308.BSU15650/224308.BSU01540","physical","txid224308" +"BSU_01540","BSU_37180","SalA","FadF","salA","fadF","SalA","FadF","string-db","224308.BSU37180/224308.BSU01540","physical","txid224308" +"BSU_01540","BSU_29740","SalA","CcpA","salA","ccpA","SalA","CcpA","string-db","224308.BSU29740/224308.BSU01540","physical","txid224308" +"BSU_01540","BSU_02030","SalA","YbdM","salA","BSU_02030","SalA","PrkD","string-db","224308.BSU02030/224308.BSU01540","physical","txid224308" +"BSU_01640","BSU_31240","Btr","McpA","btr","mcpA","Btr","McpA","string-db","224308.BSU31240/224308.BSU01640","physical","txid224308" +"BSU_01680","BSU_13900","YbbF","PtsH","murP","ptsH","MurP","PtsH","subtiwiki","224308.BSU01680/224308.BSU13900","physical","txid224308" +"BSU_01680","BSU_38050","YbbF","SacP","murP","sacP","MurP","SacP","string-db","224308.BSU38050/224308.BSU01680","physical","txid224308" +"BSU_01680","BSU_38410","YbbF","SacX","murP","sacX","MurP","SacX","string-db","224308.BSU38410/224308.BSU01680","physical","txid224308" +"BSU_38050","BSU_22230","SacP","YpqE","sacP","ptsA","SacP","PtsA","subtiwiki","224308.BSU38050/224308.BSU22230","physical","txid224308" +"BSU_38050","BSU_38410","SacP","SacX","sacP","sacX","SacP","SacX","string-db","224308.BSU38410/224308.BSU38050","physical","txid224308" +"BSU_38410","BSU_22230","SacX","YpqE","sacX","ptsA","SacX","PtsA","subtiwiki","224308.BSU38410/224308.BSU22230","physical","txid224308" +"BSU_38410","BSU_02350","SacX","GamP","sacX","gamP","SacX","GamP","subtiwiki","224308.BSU38410/224308.BSU02350","physical","txid224308" +"BSU_01740","BSU_16560","RsiW","RasP","rsiW","BSU_16560","RsiW","RasP","subtiwiki","224308.BSU01740/224308.BSU16560","physical","txid224308" +"BSU_01740","BSU_22940","RsiW","PrsW","rsiW","BSU_22940","RsiW","PrsW","subtiwiki","224308.BSU01740/224308.BSU22940","physical","txid224308" +"BSU_01740","BSU_28830","RsiW","YsdB","rsiW","ysdB","RsiW","YsdB","string-db","224308.BSU28830/224308.BSU01740","physical","txid224308" +"BSU_01750","BSU_01770","YbbP","GlmM","cdaA","glmM","CdaA","GlmM","subtiwiki","224308.BSU01750/224308.BSU01770","physical","txid224308" +"BSU_01750","BSU_01760","YbbP","CdaR","cdaA","cdaR","CdaA","CdaR","subtiwiki","224308.BSU01750/224308.BSU01760","physical","txid224308" +"BSU_01770","BSU_29740","GlmM","CcpA","glmM","ccpA","GlmM","CcpA","string-db","224308.BSU29740/224308.BSU01770","physical","txid224308" +"BSU_01780","BSU_29740","GlmS","CcpA","glmS","ccpA","GlmS","CcpA","string-db","224308.BSU29740/224308.BSU01780","physical","txid224308" +"BSU_01780","BSU_01900","GlmS","YbcM","glmS","BSU_01900","GlmS","YbcM","string-db","224308.BSU01900/224308.BSU01780","physical","txid224308" +"BSU_01780","BSU_35020","GlmS","NagBA","glmS","nagB","GlmS","NagBA","string-db","224308.BSU35020/224308.BSU01780","physical","txid224308" +"BSU_01780","BSU_02360","GlmS","NagBB","glmS","gamA","GlmS","NagBB","string-db","224308.BSU02360/224308.BSU01780","physical","txid224308" +"BSU_01780","BSU_34760","GlmS","GlmR","glmS","glmR","GlmS","GlmR","subtiwiki","224308.BSU01780/224308.BSU34760","physical","txid224308" +"BSU_01900","BSU_02360","YbcM","NagBB","BSU_01900","gamA","YbcM","NagBB","string-db","224308.BSU02360/224308.BSU01900","physical","txid224308" +"BSU_01900","BSU_35020","YbcM","NagBA","BSU_01900","nagB","YbcM","NagBA","string-db","224308.BSU35020/224308.BSU01900","physical","txid224308" +"BSU_02360","BSU_35020","NagBB","NagBA","gamA","nagB","NagBB","NagBA","string-db","224308.BSU35020/224308.BSU02360","physical","txid224308" +"BSU_01800","BSU_08010","AlkA","YfjP","alkA","BSU_08010","AlkA","YfjP","string-db","224308.BSU08010/224308.BSU01800","physical","txid224308" +"BSU_01830","BSU_01845","NdhF","YbcC","BSU_01830","BSU_01845","NdhF","YbcC","subtiwiki","224308.BSU01830/224308.BSU01845","physical","txid224308" +"BSU_01830","BSU_12290","NdhF","Ndh","BSU_01830","ndh","NdhF","Ndh","string-db","224308.BSU12290/224308.BSU01830","physical","txid224308" +"BSU_01830","BSU_32100","NdhF","YumB","BSU_01830","BSU_32100","NdhF","YumB","string-db","224308.BSU32100/224308.BSU01830","physical","txid224308" +"BSU_01830","BSU_32200","NdhF","YutJ","BSU_01830","BSU_32200","NdhF","YutJ","string-db","224308.BSU32200/224308.BSU01830","physical","txid224308" +"BSU_32100","BSU_32200","YumB","YutJ","BSU_32100","BSU_32200","YumB","YutJ","string-db","224308.BSU32200/224308.BSU32100","physical","txid224308" +"BSU_12290","BSU_09300","Ndh","GlpD","ndh","glpD","Ndh","GlpD","subtiwiki","224308.BSU12290/224308.BSU09300","physical","txid224308" +"BSU_12290","BSU_12280","Ndh","YjlC","ndh","yjlC","Ndh","YjlC","subtiwiki","224308.BSU12290/224308.BSU12280","physical","txid224308" +"BSU_12290","BSU_29120","Ndh","Mdh","ndh","mdh","Ndh","Mdh","subtiwiki","224308.BSU12290/224308.BSU29120","physical","txid224308" +"BSU_12290","BSU_32100","Ndh","YumB","ndh","BSU_32100","Ndh","YumB","string-db","224308.BSU32100/224308.BSU12290","physical","txid224308" +"BSU_12290","BSU_32200","Ndh","YutJ","ndh","BSU_32200","Ndh","YutJ","string-db","224308.BSU32200/224308.BSU12290","physical","txid224308" +"BSU_35000","BSU_36250","HprK","PtkA","hprK","ptkA","HprK","PtkA","string-db","224308.BSU36250/224308.BSU35000","physical","txid224308" +"BSU_35000","BSU_40190","HprK","Fbp","hprK","fbp","HprK","Fbp","string-db","224308.BSU40190/224308.BSU35000","physical","txid224308" +"BSU_09990","BSU_24610","ScoC","SinR","scoC","sinR","ScoC","SinR","subtiwiki","224308.BSU24610/224308.BSU09990","physical","txid224308" +"BSU_09990","BSU_29180","ScoC","Pyk","scoC","BSU_29180","ScoC","Pyk","string-db","224308.BSU29180/224308.BSU09990","physical","txid224308" +"BSU_09990","BSU_35000","ScoC","HprK","scoC","hprK","ScoC","HprK","string-db","224308.BSU35000/224308.BSU09990","physical","txid224308" +"BSU_09990","BSU_29740","ScoC","CcpA","scoC","ccpA","ScoC","CcpA","string-db","224308.BSU29740/224308.BSU09990","physical","txid224308" +"BSU_09990","BSU_16170","ScoC","CodY","scoC","codY","ScoC","CodY","string-db","224308.BSU16170/224308.BSU09990","physical","txid224308" +"BSU_02130","BSU_15420","GlpQA","DivIVA","glpQ","divIVA","GlpQA","DivIVA","string-db","224308.BSU15420/224308.BSU02130","physical","txid224308" +"BSU_02130","BSU_24180","GlpQA","YqiK","glpQ","yqiK","GlpQA","YqiK","string-db","224308.BSU24180/224308.BSU02130","physical","txid224308" +"BSU_02130","BSU_09620","GlpQA","YhdW","glpQ","BSU_09620","GlpQA","YhdW","string-db","224308.BSU09620/224308.BSU02130","physical","txid224308" +"BSU_09620","BSU_24180","YhdW","YqiK","BSU_09620","yqiK","YhdW","YqiK","string-db","224308.BSU24180/224308.BSU09620","physical","txid224308" +"BSU_15420","BSU_25250","DivIVA","CcpN","divIVA","ccpN","DivIVA","CcpN","subtiwiki","224308.BSU15420/224308.BSU25250","physical","txid224308" +"BSU_15420","BSU_35300","DivIVA","SecA","divIVA","secA","DivIVA","SecA","subtiwiki","224308.BSU15420/224308.BSU35300","physical","txid224308" +"BSU_15420","BSU_37030","DivIVA","RacA","divIVA","racA","DivIVA","RacA","subtiwiki","224308.BSU37030/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_28000","DivIVA","MinC","divIVA","minC","DivIVA","MinC","string-db","224308.BSU28000/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_29610","DivIVA","EzrA","divIVA","ezrA","DivIVA","EzrA","string-db","224308.BSU29610/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_27660","DivIVA","ComN","divIVA","comN","DivIVA","ComN","subtiwiki","224308.BSU15420/224308.BSU27660","physical","txid224308" +"BSU_15420","BSU_36260","DivIVA","YwqC","divIVA","tkmA","DivIVA","TkmA","string-db","224308.BSU36260/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_28610","DivIVA","YshA","divIVA","BSU_28610","DivIVA","ZapA","string-db","224308.BSU28610/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_38120","DivIVA","RodA","divIVA","rodA","DivIVA","RodA","string-db","224308.BSU38120/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_25210","DivIVA","DnaG","divIVA","dnaG","DivIVA","DnaG","string-db","224308.BSU25210/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_22770","DivIVA","MtrB","divIVA","mtrB","DivIVA","MtrB","string-db","224308.BSU22770/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_28010","DivIVA","MreD","divIVA","mreD","DivIVA","MreD","string-db","224308.BSU28010/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_35220","DivIVA","MinJ","divIVA","minJ","DivIVA","MinJ","subtiwiki","224308.BSU15420/224308.BSU35220","physical","txid224308" +"BSU_15420","BSU_36250","DivIVA","PtkA","divIVA","ptkA","DivIVA","PtkA","string-db","224308.BSU36250/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_29740","DivIVA","CcpA","divIVA","ccpA","DivIVA","CcpA","string-db","224308.BSU29740/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_15710","DivIVA","PriA","divIVA","BSU_15710","DivIVA","PriA","string-db","224308.BSU15710/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_24300","DivIVA","XseA","divIVA","BSU_24300","DivIVA","XseA","string-db","224308.BSU24300/224308.BSU15420","physical","txid224308" +"BSU_15420","BSU_30050","DivIVA","YtgP","divIVA","BSU_30050","DivIVA","YtgP","string-db","224308.BSU30050/224308.BSU15420","physical","txid224308" +"BSU_02230","BSU_06510","PurT","PurN","purT","purN","PurT","PurN","string-db","224308.BSU06510/224308.BSU02230","physical","txid224308" +"BSU_02230","BSU_06520","PurT","PurH","purT","purH","PurT","PurH","string-db","224308.BSU06520/224308.BSU02230","physical","txid224308" +"BSU_06510","BSU_06520","PurN","PurH","purN","purH","PurN","PurH","string-db","224308.BSU06520/224308.BSU06510","physical","txid224308" +"BSU_06520","BSU_29740","PurH","CcpA","purH","ccpA","PurH","CcpA","string-db","224308.BSU29740/224308.BSU06520","physical","txid224308" +"BSU_02390","BSU_38550","IlvE","IlvK","ilvE","ilvK","IlvE","IlvK","string-db","224308.BSU38550/224308.BSU02390","physical","txid224308" +"BSU_02390","BSU_24080","IlvE","Bcd","ilvE","bcd","IlvE","Bcd","string-db","224308.BSU24080/224308.BSU02390","physical","txid224308" +"BSU_24080","BSU_38550","Bcd","IlvK","bcd","ilvK","Bcd","IlvK","string-db","224308.BSU38550/224308.BSU24080","physical","txid224308" +"BSU_24080","BSU_29740","Bcd","CcpA","bcd","ccpA","Bcd","CcpA","string-db","224308.BSU29740/224308.BSU24080","physical","txid224308" +"BSU_02410","BSU_13180","YbgG","MetE","BSU_02410","metE","YbgG","MetE","string-db","224308.BSU13180/224308.BSU02410","physical","txid224308" +"BSU_02410","BSU_11010","YbgG","SamT","BSU_02410","yitJ","YbgG","SamT","string-db","224308.BSU11010/224308.BSU02410","physical","txid224308" +"BSU_11010","BSU_13180","SamT","MetE","yitJ","metE","SamT","MetE","string-db","224308.BSU13180/224308.BSU11010","physical","txid224308" +"BSU_13180","BSU_24300","MetE","XseA","metE","BSU_24300","MetE","XseA","string-db","224308.BSU24300/224308.BSU13180","physical","txid224308" +"BSU_13180","BSU_29740","MetE","CcpA","metE","ccpA","MetE","CcpA","string-db","224308.BSU29740/224308.BSU13180","physical","txid224308" +"BSU_13180","BSU_21860","MetE","BrxA","metE","BSU_21860","MetE","BrxA","subtiwiki","224308.BSU13180/224308.BSU21860","physical","txid224308" +"BSU_13180","BSU_23990","MetE","BrxB","metE","BSU_23990","MetE","BrxB","subtiwiki","224308.BSU13180/224308.BSU23990","physical","txid224308" +"BSU_02430","BSU_06470","GlsA","PurQ","glsA","purQ","GlsA","PurQ","string-db","224308.BSU06470/224308.BSU02430","physical","txid224308" +"BSU_02430","BSU_14830","GlsA","GlsB","glsA","BSU_14830","GlsA","GlsB","string-db","224308.BSU14830/224308.BSU02430","physical","txid224308" +"BSU_02430","BSU_17460","GlsA","GlnA","glsA","glnA","GlsA","GlnA","string-db","224308.BSU17460/224308.BSU02430","physical","txid224308" +"BSU_06470","BSU_06480","PurQ","PurL","purQ","purL","PurQ","PurL","subtiwiki","224308.BSU06480/224308.BSU06470","physical","txid224308" +"BSU_06470","BSU_14830","PurQ","GlsB","purQ","BSU_14830","PurQ","GlsB","string-db","224308.BSU14830/224308.BSU06470","physical","txid224308" +"BSU_06470","BSU_17460","PurQ","GlnA","purQ","glnA","PurQ","GlnA","string-db","224308.BSU17460/224308.BSU06470","physical","txid224308" +"BSU_14830","BSU_17460","GlsB","GlnA","BSU_14830","glnA","GlsB","GlnA","string-db","224308.BSU17460/224308.BSU14830","physical","txid224308" +"BSU_17460","BSU_28290","GlnA","IlvC","glnA","ilvC","GlnA","IlvC","string-db","224308.BSU28290/224308.BSU17460","physical","txid224308" +"BSU_17460","BSU_34900","GlnA","HisB","glnA","hisB","GlnA","HisB","string-db","224308.BSU34900/224308.BSU17460","physical","txid224308" +"BSU_17460","BSU_29740","GlnA","CcpA","glnA","ccpA","GlnA","CcpA","string-db","224308.BSU29740/224308.BSU17460","physical","txid224308" +"BSU_17460","BSU_29130","GlnA","Icd","glnA","icd","GlnA","Icd","string-db","224308.BSU29130/224308.BSU17460","physical","txid224308" +"BSU_02440","BSU_17460","GlnJ","GlnA","BSU_02440","glnA","GlnK","GlnA","string-db","224308.BSU17460/224308.BSU02440","physical","txid224308" +"BSU_02440","BSU_13310","GlnJ","TnrA","BSU_02440","tnrA","GlnK","TnrA","string-db","224308.BSU13310/224308.BSU02440","physical","txid224308" +"BSU_13310","BSU_17460","TnrA","GlnA","tnrA","glnA","TnrA","GlnA","subtiwiki","224308.BSU17460/224308.BSU13310","physical","txid224308" +"BSU_13310","BSU_36510","TnrA","AmtB","tnrA","nrgA","TnrA","NrgA","string-db","224308.BSU36510/224308.BSU13310","physical","txid224308" +"BSU_13310","BSU_36520","TnrA","NrgB","tnrA","nrgB","TnrA","NrgB","subtiwiki","224308.BSU13310/224308.BSU36520","physical","txid224308" +"BSU_02510","BSU_06710","GarD","SwrC","ycbH","BSU_06710","GarD","SwrC","string-db","224308.BSU06710/224308.BSU02510","physical","txid224308" +"BSU_02530","BSU_22770","RtpA","MtrB","rtpA","mtrB","RtpA","MtrB","subtiwiki","224308.BSU02530/224308.BSU22770","physical","txid224308" +"BSU_31860","BSU_31875","YueB","YukB","yueB","yukB","YueB","YukB","subtiwiki","224308.BSU31860/224308.BSU31875","physical","txid224308" +"BSU_31860","BSU_31890","YueB","YukC","yueB","essB","YueB","EssB","subtiwiki","224308.BSU31860/224308.BSU31890","physical","txid224308" +"BSU_31860","BSU_40360","YueB","HtrC","yueB","htrC","YueB","HtrC","string-db","224308.BSU40360/224308.BSU31860","physical","txid224308" +"BSU_31860","BSU_33020","YueB","CssS","yueB","cssS","YueB","CssS","string-db","224308.BSU33020/224308.BSU31860","physical","txid224308" +"BSU_31860","BSU_37420","YueB","AlbF","yueB","albF","YueB","AlbF","string-db","224308.BSU37420/224308.BSU31860","physical","txid224308" +"BSU_31860","BSU_32260","YueB","Hom","yueB","hom","YueB","Hom","string-db","224308.BSU32260/224308.BSU31860","physical","txid224308" +"BSU_31860","BSU_37030","YueB","RacA","yueB","racA","YueB","RacA","string-db","224308.BSU37030/224308.BSU31860","physical","txid224308" +"BSU_36190","BSU_40360","RttN","HtrC","BSU_36190","htrC","YwqJ","HtrC","string-db","224308.BSU40360/224308.BSU36190","physical","txid224308" +"BSU_36190","BSU_37420","RttN","AlbF","BSU_36190","albF","YwqJ","AlbF","string-db","224308.BSU37420/224308.BSU36190","physical","txid224308" +"BSU_02620","BSU_02630","PhoD","TatAD","phoD","tatAD","PhoD","TatAD","subtiwiki","224308.BSU02620/224308.BSU02630","physical","txid224308" +"BSU_02620","BSU_09410","PhoD","PhoA","phoD","phoA","PhoD","PhoA","string-db","224308.BSU09410/224308.BSU02620","physical","txid224308" +"BSU_02620","BSU_05740","PhoD","PhoB","phoD","phoB","PhoD","PhoB","string-db","224308.BSU05740/224308.BSU02620","physical","txid224308" +"BSU_09410","BSU_15780","PhoA","CpgA","phoA","BSU_15780","PhoA","CpgA","string-db","224308.BSU15780/224308.BSU09410","physical","txid224308" +"BSU_05740","BSU_09410","PhoB","PhoA","phoB","phoA","PhoB","PhoA","string-db","224308.BSU09410/224308.BSU05740","physical","txid224308" +"BSU_05740","BSU_29100","PhoB","PhoR","phoB","phoR","PhoB","PhoR","string-db","224308.BSU29100/224308.BSU05740","physical","txid224308" +"BSU_05740","BSU_15780","PhoB","CpgA","phoB","BSU_15780","PhoB","CpgA","string-db","224308.BSU15780/224308.BSU05740","physical","txid224308" +"BSU_02630","BSU_05990","TatAD","TatCY","tatAD","BSU_05990","TatAD","TatCY","subtiwiki","224308.BSU02630/224308.BSU05990","physical","txid224308" +"BSU_02630","BSU_02640","TatAD","TatCD","tatAD","tatCD","TatAD","TatCD","subtiwiki","224308.BSU02640/224308.BSU02630","physical","txid224308" +"BSU_02630","BSU_17710","TatAD","TatAC","tatAD","BSU_17710","TatAD","TatAC","subtiwiki","224308.BSU17710/224308.BSU02630","physical","txid224308" +"BSU_02630","BSU_05980","TatAD","TatAY","tatAD","BSU_05980","TatAD","TatAY","subtiwiki","224308.BSU05980/224308.BSU02630","physical","txid224308" +"BSU_05990","BSU_33120","TatCY","LiaH","BSU_05990","liaH","TatCY","LiaH","subtiwiki","224308.BSU05990/224308.BSU33120","physical","txid224308" +"BSU_05990","BSU_17710","TatCY","TatAC","BSU_05990","BSU_17710","TatCY","TatAC","subtiwiki","224308.BSU17710/224308.BSU05990","physical","txid224308" +"BSU_02640","BSU_05990","TatCD","TatCY","tatCD","BSU_05990","TatCD","TatCY","string-db","224308.BSU05990/224308.BSU02640","physical","txid224308" +"BSU_02640","BSU_05980","TatCD","TatAY","tatCD","BSU_05980","TatCD","TatAY","string-db","224308.BSU05980/224308.BSU02640","physical","txid224308" +"BSU_02640","BSU_17710","TatCD","TatAC","tatCD","BSU_17710","TatCD","TatAC","subtiwiki","224308.BSU17710/224308.BSU02640","physical","txid224308" +"BSU_17710","BSU_10380","TatAC","HemAT","BSU_17710","hemAT","TatAC","HemAT","subtiwiki","224308.BSU17710/224308.BSU10380","physical","txid224308" +"BSU_05980","BSU_33120","TatAY","LiaH","BSU_05980","liaH","TatAY","LiaH","subtiwiki","224308.BSU05980/224308.BSU33120","physical","txid224308" +"BSU_05980","BSU_10770","TatAY","WprA","BSU_05980","wprA","TatAY","WprA","subtiwiki","224308.BSU05980/224308.BSU10770","physical","txid224308" +"BSU_05980","BSU_05990","TatAY","TatCY","BSU_05980","BSU_05990","TatAY","TatCY","subtiwiki","224308.BSU05980/224308.BSU05990","physical","txid224308" +"BSU_05980","BSU_17710","TatAY","TatAC","BSU_05980","BSU_17710","TatAY","TatAC","subtiwiki","224308.BSU05980/224308.BSU17710","physical","txid224308" +"BSU_02690","BSU_30540","AnsZ","AsnB","ansZ","BSU_30540","AnsZ","AsnB","string-db","224308.BSU30540/224308.BSU02690","physical","txid224308" +"BSU_02690","BSU_10790","AnsZ","AsnO","ansZ","asnO","AnsZ","AsnO","string-db","224308.BSU10790/224308.BSU02690","physical","txid224308" +"BSU_02690","BSU_39920","AnsZ","AsnH","ansZ","asnH","AnsZ","AsnH","string-db","224308.BSU39920/224308.BSU02690","physical","txid224308" +"BSU_02690","BSU_23580","AnsZ","AnsA","ansZ","ansA","AnsZ","AnsA","string-db","224308.BSU23580/224308.BSU02690","physical","txid224308" +"BSU_23580","BSU_39920","AnsA","AsnH","ansA","asnH","AnsA","AsnH","string-db","224308.BSU39920/224308.BSU23580","physical","txid224308" +"BSU_23580","BSU_30540","AnsA","AsnB","ansA","BSU_30540","AnsA","AsnB","string-db","224308.BSU30540/224308.BSU23580","physical","txid224308" +"BSU_10790","BSU_30540","AsnO","AsnB","asnO","BSU_30540","AsnO","AsnB","string-db","224308.BSU30540/224308.BSU10790","physical","txid224308" +"BSU_10790","BSU_23580","AsnO","AnsA","asnO","ansA","AsnO","AnsA","string-db","224308.BSU23580/224308.BSU10790","physical","txid224308" +"BSU_10790","BSU_39920","AsnO","AsnH","asnO","asnH","AsnO","AsnH","string-db","224308.BSU39920/224308.BSU10790","physical","txid224308" +"BSU_02700","BSU_08350","EstA","EstB","lip","BSU_08350","EstA","EstB","string-db","224308.BSU08350/224308.BSU02700","physical","txid224308" +"BSU_02710","BSU_09900","YczC","YhaP","BSU_02710","yhaP","YczC","YhaP","string-db","224308.BSU09900/224308.BSU02710","physical","txid224308" +"BSU_02710","BSU_31860","YczC","YueB","BSU_02710","yueB","YczC","YueB","string-db","224308.BSU31860/224308.BSU02710","physical","txid224308" +"BSU_02750","BSU_02760","NatA","NatB","natA","natB","NatA","NatB","subtiwiki","224308.BSU02760/224308.BSU02750","physical","txid224308" +"BSU_02770","BSU_19400","YccK","SodC","BSU_02770","BSU_19400","YccK","SodC","string-db","224308.BSU19400/224308.BSU02770","physical","txid224308" +"BSU_02820","BSU_33000","RapJ","HtrB","BSU_02820","htrB","RapJ","HtrB","string-db","224308.BSU33000/224308.BSU02820","physical","txid224308" +"BSU_02820","BSU_03780","RapJ","PhrC","BSU_02820","phrC","RapJ","PhrC","subtiwiki","224308.BSU02820/224308.BSU03780","physical","txid224308" +"BSU_02820","BSU_32570","RapJ","FrlD","BSU_02820","frlD","RapJ","FrlD","string-db","224308.BSU32570/224308.BSU02820","physical","txid224308" +"BSU_02820","BSU_37130","RapJ","Spo0F","BSU_02820","spo0F","RapJ","Spo0F","subtiwiki","224308.BSU37130/224308.BSU02820","physical","txid224308" +"BSU_02820","BSU_25490","RapJ","HrcA","BSU_02820","hrcA","RapJ","HrcA","string-db","224308.BSU25490/224308.BSU02820","physical","txid224308" +"BSU_25490","BSU_25510","HrcA","LepA","hrcA","lepA","HrcA","LepA","string-db","224308.BSU25510/224308.BSU25490","physical","txid224308" +"BSU_25490","BSU_41020","HrcA","MnmE","hrcA","thdF","HrcA","ThdF","string-db","224308.BSU41020/224308.BSU25490","physical","txid224308" +"BSU_25490","BSU_06030","HrcA","GroEL","hrcA","groEL","HrcA","GroEL","subtiwiki","224308.BSU25490/224308.BSU06030","physical","txid224308" +"BSU_33000","BSU_35960","HtrB","RbsB","htrB","rbsB","HtrB","RbsB","string-db","224308.BSU35960/224308.BSU33000","physical","txid224308" +"BSU_33000","BSU_33010","HtrB","CssR","htrB","cssR","HtrB","CssR","string-db","224308.BSU33010/224308.BSU33000","physical","txid224308" +"BSU_33000","BSU_33030","HtrB","YuxN","htrB","yuxN","HtrB","YuxN","string-db","224308.BSU33030/224308.BSU33000","physical","txid224308" +"BSU_33000","BSU_38480","HtrB","RelQ","htrB","sasA","HtrB","RelQ","string-db","224308.BSU38480/224308.BSU33000","physical","txid224308" +"BSU_37130","BSU_17020","Spo0F","YmcA","spo0F","BSU_17020","Spo0F","RicA","subtiwiki","224308.BSU37130/224308.BSU17020","physical","txid224308" +"BSU_37130","BSU_14490","Spo0F","KinC","spo0F","kinC","Spo0F","KinC","subtiwiki","224308.BSU37130/224308.BSU14490","physical","txid224308" +"BSU_37130","BSU_13640","Spo0F","Spo0E","spo0F","spo0E","Spo0F","Spo0E","subtiwiki","224308.BSU37130/224308.BSU13640","physical","txid224308" +"BSU_03780","BSU_37460","PhrC","RapF","phrC","rapF","PhrC","RapF","string-db","224308.BSU37460/224308.BSU03780","physical","txid224308" +"BSU_03780","BSU_36690","PhrC","RapB","phrC","rapB","PhrC","RapB","string-db","224308.BSU36690/224308.BSU03780","physical","txid224308" +"BSU_02830","BSU_03930","YcdF","Gdh","ycdF","gdh","YcdF","Gdh","string-db","224308.BSU03930/224308.BSU02830","physical","txid224308" +"BSU_02840","BSU_34560","YcdG","MdxL","ycdG","malL","YcdG","MdxL","string-db","224308.BSU34560/224308.BSU02840","physical","txid224308" +"BSU_02850","BSU_26830","ZnuA","YrpE","znuA","zinT","ZnuA","YrpE","string-db","224308.BSU26830/224308.BSU02850","physical","txid224308" +"BSU_02850","BSU_02870","ZnuA","ZnuB","znuA","znuB","ZnuA","ZnuB","string-db","224308.BSU02870/224308.BSU02850","physical","txid224308" +"BSU_02850","BSU_02860","ZnuA","ZnuC","znuA","znuC","ZnuA","ZnuC","string-db","224308.BSU02860/224308.BSU02850","physical","txid224308" +"BSU_02890","BSU_09300","YceC","GlpD","yceC","glpD","YceC","GlpD","subtiwiki","224308.BSU02890/224308.BSU09300","physical","txid224308" +"BSU_02890","BSU_35940","YceC","RbsA","yceC","rbsA","YceC","RbsA","subtiwiki","224308.BSU02890/224308.BSU35940","physical","txid224308" +"BSU_02890","BSU_29740","YceC","CcpA","yceC","ccpA","YceC","CcpA","string-db","224308.BSU29740/224308.BSU02890","physical","txid224308" +"BSU_02900","BSU_29740","YceD","CcpA","yceD","ccpA","YceD","CcpA","string-db","224308.BSU29740/224308.BSU02900","physical","txid224308" +"BSU_02910","BSU_29740","YceE","CcpA","yceE","ccpA","YceE","CcpA","string-db","224308.BSU29740/224308.BSU02910","physical","txid224308" +"BSU_02910","BSU_09900","YceE","YhaP","yceE","yhaP","YceE","YhaP","string-db","224308.BSU09900/224308.BSU02910","physical","txid224308" +"BSU_02940","BSU_29740","YceH","CcpA","yceH","ccpA","YceH","CcpA","string-db","224308.BSU29740/224308.BSU02940","physical","txid224308" +"BSU_02980","BSU_03000","OpuAA","OpuAC","opuAA","opuAC","OpuAA","OpuAC","subtiwiki","224308.BSU03000/224308.BSU02980","physical","txid224308" +"BSU_02980","BSU_02990","OpuAA","OpuAB","opuAA","opuAB","OpuAA","OpuAB","subtiwiki","224308.BSU02990/224308.BSU02980","physical","txid224308" +"BSU_03040","BSU_34620","AmyE","MdxD","amyE","yvdF","AmyE","MdxD","string-db","224308.BSU34620/224308.BSU03040","physical","txid224308" +"BSU_03180","BSU_34120","Cah","GanB","BSU_03180","ganB","Cah","GanB","string-db","224308.BSU34120/224308.BSU03180","physical","txid224308" +"BSU_03180","BSU_18130","Cah","EglS","BSU_03180","bglC","Cah","EglS","string-db","224308.BSU18130/224308.BSU03180","physical","txid224308" +"BSU_03180","BSU_05880","Cah","GmuG","BSU_03180","gmuG","Cah","GmuG","string-db","224308.BSU05880/224308.BSU03180","physical","txid224308" +"BSU_03180","BSU_07050","Cah","RhgW","BSU_03180","yesW","Cah","RhgW","string-db","224308.BSU07050/224308.BSU03180","physical","txid224308" +"BSU_03180","BSU_07060","Cah","RhgX","BSU_03180","yesX","Cah","RhgX","string-db","224308.BSU07060/224308.BSU03180","physical","txid224308" +"BSU_05880","BSU_34120","GmuG","GanB","gmuG","ganB","GmuG","GanB","string-db","224308.BSU34120/224308.BSU05880","physical","txid224308" +"BSU_05880","BSU_07060","GmuG","RhgX","gmuG","yesX","GmuG","RhgX","string-db","224308.BSU07060/224308.BSU05880","physical","txid224308" +"BSU_05880","BSU_07050","GmuG","RhgW","gmuG","yesW","GmuG","RhgW","string-db","224308.BSU07050/224308.BSU05880","physical","txid224308" +"BSU_05880","BSU_18130","GmuG","EglS","gmuG","bglC","GmuG","EglS","string-db","224308.BSU18130/224308.BSU05880","physical","txid224308" +"BSU_05880","BSU_19800","GmuG","Phy","gmuG","phy","GmuG","Phy","string-db","224308.BSU19800/224308.BSU05880","physical","txid224308" +"BSU_18130","BSU_34120","EglS","GanB","bglC","ganB","EglS","GanB","string-db","224308.BSU34120/224308.BSU18130","physical","txid224308" +"BSU_18130","BSU_18160","EglS","XynD","bglC","xynD","EglS","XynD","string-db","224308.BSU18160/224308.BSU18130","physical","txid224308" +"BSU_18130","BSU_39070","EglS","BglS","bglC","bglS","EglS","BglS","string-db","224308.BSU39070/224308.BSU18130","physical","txid224308" +"BSU_07050","BSU_07060","RhgW","RhgX","yesW","yesX","RhgW","RhgX","string-db","224308.BSU07060/224308.BSU07050","physical","txid224308" +"BSU_07050","BSU_18130","RhgW","EglS","yesW","bglC","RhgW","EglS","string-db","224308.BSU18130/224308.BSU07050","physical","txid224308" +"BSU_07050","BSU_18840","RhgW","XynA","yesW","xynA","RhgW","XynA","string-db","224308.BSU18840/224308.BSU07050","physical","txid224308" +"BSU_07050","BSU_18160","RhgW","XynD","yesW","xynD","RhgW","XynD","string-db","224308.BSU18160/224308.BSU07050","physical","txid224308" +"BSU_07050","BSU_39070","RhgW","BglS","yesW","bglS","RhgW","BglS","string-db","224308.BSU39070/224308.BSU07050","physical","txid224308" +"BSU_07050","BSU_34120","RhgW","GanB","yesW","ganB","RhgW","GanB","string-db","224308.BSU34120/224308.BSU07050","physical","txid224308" +"BSU_07060","BSU_18840","RhgX","XynA","yesX","xynA","RhgX","XynA","string-db","224308.BSU18840/224308.BSU07060","physical","txid224308" +"BSU_07060","BSU_18130","RhgX","EglS","yesX","bglC","RhgX","EglS","string-db","224308.BSU18130/224308.BSU07060","physical","txid224308" +"BSU_07060","BSU_18160","RhgX","XynD","yesX","xynD","RhgX","XynD","string-db","224308.BSU18160/224308.BSU07060","physical","txid224308" +"BSU_07060","BSU_39070","RhgX","BglS","yesX","bglS","RhgX","BglS","string-db","224308.BSU39070/224308.BSU07060","physical","txid224308" +"BSU_07060","BSU_34120","RhgX","GanB","yesX","ganB","RhgX","GanB","string-db","224308.BSU34120/224308.BSU07060","physical","txid224308" +"BSU_03200","BSU_23800","PutB","ProI","putB","proI","PutB","ProI","string-db","224308.BSU23800/224308.BSU03200","physical","txid224308" +"BSU_03200","BSU_32850","PutB","PutM","putB","fadM","PutB","PutM","string-db","224308.BSU32850/224308.BSU03200","physical","txid224308" +"BSU_03200","BSU_18480","PutB","ProH","putB","proH","PutB","ProH","string-db","224308.BSU18480/224308.BSU03200","physical","txid224308" +"BSU_03200","BSU_12910","PutB","ProG","putB","BSU_12910","PutB","ProG","string-db","224308.BSU12910/224308.BSU03200","physical","txid224308" +"BSU_18480","BSU_23800","ProH","ProI","proH","proI","ProH","ProI","string-db","224308.BSU23800/224308.BSU18480","physical","txid224308" +"BSU_18480","BSU_32850","ProH","PutM","proH","fadM","ProH","PutM","string-db","224308.BSU32850/224308.BSU18480","physical","txid224308" +"BSU_23800","BSU_32850","ProI","PutM","proI","fadM","ProI","PutM","string-db","224308.BSU32850/224308.BSU23800","physical","txid224308" +"BSU_12910","BSU_18480","ProG","ProH","BSU_12910","proH","ProG","ProH","string-db","224308.BSU18480/224308.BSU12910","physical","txid224308" +"BSU_12910","BSU_23800","ProG","ProI","BSU_12910","proI","ProG","ProI","string-db","224308.BSU23800/224308.BSU12910","physical","txid224308" +"BSU_12910","BSU_32850","ProG","PutM","BSU_12910","fadM","ProG","PutM","string-db","224308.BSU32850/224308.BSU12910","physical","txid224308" +"BSU_03210","BSU_37780","PutC","RocA","putC","rocA","PutC","RocA","subtiwiki","224308.BSU03210/224308.BSU37780","physical","txid224308" +"BSU_03250","BSU_16310","YcgR","FliM","ycgR","fliM","YcgR","FliM","string-db","224308.BSU16310/224308.BSU03250","physical","txid224308" +"BSU_03250","BSU_16220","YcgR","FliG","ycgR","fliG","YcgR","FliG","string-db","224308.BSU16220/224308.BSU03250","physical","txid224308" +"BSU_16310","BSU_16410","FliM","YlxH","fliM","flhG","FliM","FlhG","subtiwiki","224308.BSU16310/224308.BSU16410","physical","txid224308" +"BSU_16310","BSU_16330","FliM","CheY","fliM","cheY","FliM","CheY","string-db","224308.BSU16330/224308.BSU16310","physical","txid224308" +"BSU_16310","BSU_16320","FliM","FliY","fliM","fliY","FliM","FliY","subtiwiki","224308.BSU16310/224308.BSU16320","physical","txid224308" +"BSU_16220","BSU_13690","FliG","MotA","fliG","motA","FliG","MotA","subtiwiki","224308.BSU16220/224308.BSU13690","physical","txid224308" +"BSU_16220","BSU_16410","FliG","YlxH","fliG","flhG","FliG","FlhG","subtiwiki","224308.BSU16220/224308.BSU16410","physical","txid224308" +"BSU_16220","BSU_16320","FliG","FliY","fliG","fliY","FliG","FliY","subtiwiki","224308.BSU16320/224308.BSU16220","physical","txid224308" +"BSU_16220","BSU_16390","FliG","FlhA","fliG","flhA","FliG","FlhA","string-db","224308.BSU16390/224308.BSU16220","physical","txid224308" +"BSU_16220","BSU_16310","FliG","FliM","fliG","fliM","FliG","FliM","subtiwiki","224308.BSU16310/224308.BSU16220","physical","txid224308" +"BSU_16220","BSU_34330","FliG","EpsE","fliG","epsE","FliG","EpsE","subtiwiki","224308.BSU34330/224308.BSU16220","physical","txid224308" +"BSU_03280","BSU_15610","NasF","SumT","nasF","ylnD","NasF","SumT","string-db","224308.BSU15610/224308.BSU03280","physical","txid224308" +"BSU_03280","BSU_12230","NasF","YjjA","nasF","BSU_12230","NasF","YjjA","string-db","224308.BSU12230/224308.BSU03280","physical","txid224308" +"BSU_03280","BSU_28140","NasF","HemD","nasF","hemD","NasF","HemD","string-db","224308.BSU28140/224308.BSU03280","physical","txid224308" +"BSU_12230","BSU_28140","YjjA","HemD","BSU_12230","hemD","YjjA","HemD","string-db","224308.BSU28140/224308.BSU12230","physical","txid224308" +"BSU_03290","BSU_03300","NasE","NasD","nasE","nasD","NasE","NasD","subtiwiki","224308.BSU03290/224308.BSU03300","physical","txid224308" +"BSU_03290","BSU_03320","NasE","NasB","nasE","nasB","NasE","NasB","string-db","224308.BSU03320/224308.BSU03290","physical","txid224308" +"BSU_03320","BSU_03310","NasB","NasC","nasB","nasC","NasB","NasC","subtiwiki","224308.BSU03320/224308.BSU03310","physical","txid224308" +"BSU_03300","BSU_03320","NasD","NasB","nasD","nasB","NasD","NasB","string-db","224308.BSU03320/224308.BSU03300","physical","txid224308" +"BSU_03310","BSU_37250","NasC","NarI","nasC","narI","NasC","NarI","string-db","224308.BSU37250/224308.BSU03310","physical","txid224308" +"BSU_03310","BSU_37280","NasC","NarG","nasC","narG","NasC","NarG","string-db","224308.BSU37280/224308.BSU03310","physical","txid224308" +"BSU_03310","BSU_37270","NasC","NarH","nasC","narH","NasC","NarH","string-db","224308.BSU37270/224308.BSU03310","physical","txid224308" +"BSU_37250","BSU_37270","NarI","NarH","narI","narH","NarI","NarH","subtiwiki","224308.BSU37250/224308.BSU37270","physical","txid224308" +"BSU_37250","BSU_37280","NarI","NarG","narI","narG","NarI","NarG","string-db","224308.BSU37280/224308.BSU37250","physical","txid224308" +"BSU_37270","BSU_37280","NarH","NarG","narH","narG","NarH","NarG","subtiwiki","224308.BSU37270/224308.BSU37280","physical","txid224308" +"BSU_03330","BSU_37320","NasA","NarK","nasA","narK","NasA","NarK","string-db","224308.BSU37320/224308.BSU03330","physical","txid224308" +"BSU_03340","BSU_22780","FolEB","FolEA","folEB","folE","FolEB","FolE","string-db","224308.BSU22780/224308.BSU03340","physical","txid224308" +"BSU_03340","BSU_29740","FolEB","CcpA","folEB","ccpA","FolEB","CcpA","string-db","224308.BSU29740/224308.BSU03340","physical","txid224308" +"BSU_22780","BSU_03360","FolEA","ZagA","folE","zagA","FolE","ZinT","subtiwiki","224308.BSU22780/224308.BSU03360","physical","txid224308" +"BSU_03360","BSU_29740","ZagA","CcpA","zagA","ccpA","ZinT","CcpA","string-db","224308.BSU29740/224308.BSU03360","physical","txid224308" +"BSU_03380","BSU_13950","YckB","McpC","BSU_03380","mcpC","YckB","McpC","subtiwiki","224308.BSU03380/224308.BSU13950","physical","txid224308" +"BSU_03380","BSU_03610","YckB","TcyA","BSU_03380","BSU_03610","YckB","TcyA","string-db","224308.BSU03610/224308.BSU03380","physical","txid224308" +"BSU_03380","BSU_03600","YckB","TcyB","BSU_03380","BSU_03600","YckB","TcyB","string-db","224308.BSU03600/224308.BSU03380","physical","txid224308" +"BSU_03380","BSU_03590","YckB","TcyC","BSU_03380","BSU_03590","YckB","TcyC","string-db","224308.BSU03590/224308.BSU03380","physical","txid224308" +"BSU_03590","BSU_03610","TcyC","TcyA","BSU_03590","BSU_03610","TcyC","TcyA","subtiwiki","224308.BSU03610/224308.BSU03590","physical","txid224308" +"BSU_03590","BSU_03600","TcyC","TcyB","BSU_03590","BSU_03600","TcyC","TcyB","subtiwiki","224308.BSU03600/224308.BSU03590","physical","txid224308" +"BSU_03440","BSU_31240","TlpC","McpA","tlpC","mcpA","TlpC","McpA","string-db","224308.BSU31240/224308.BSU03440","physical","txid224308" +"BSU_03440","BSU_16430","TlpC","CheA","tlpC","cheA","TlpC","CheA","string-db","224308.BSU16430/224308.BSU03440","physical","txid224308" +"BSU_03440","BSU_24300","TlpC","XseA","tlpC","BSU_24300","TlpC","XseA","string-db","224308.BSU24300/224308.BSU03440","physical","txid224308" +"BSU_03440","BSU_16440","TlpC","CheW","tlpC","cheW","TlpC","CheW","string-db","224308.BSU16440/224308.BSU03440","physical","txid224308" +"BSU_16440","BSU_31240","CheW","McpA","cheW","mcpA","CheW","McpA","string-db","224308.BSU31240/224308.BSU16440","physical","txid224308" +"BSU_16440","BSU_16940","CheW","RecA","cheW","recA","CheW","RecA","string-db","224308.BSU16940/224308.BSU16440","physical","txid224308" +"BSU_16440","BSU_31230","CheW","TlpB","cheW","tlpB","CheW","TlpB","string-db","224308.BSU31230/224308.BSU16440","physical","txid224308" +"BSU_16440","BSU_37120","CheW","FbaA","cheW","BSU_37120","CheW","FbaA","string-db","224308.BSU37120/224308.BSU16440","physical","txid224308" +"BSU_16440","BSU_31260","CheW","McpB","cheW","mcpB","CheW","McpB","subtiwiki","224308.BSU16440/224308.BSU31260","physical","txid224308" +"BSU_16440","BSU_33690","CheW","YvaQ","cheW","yvaQ","CheW","YvaQ","string-db","224308.BSU33690/224308.BSU16440","physical","txid224308" +"BSU_16440","BSU_31250","CheW","TlpA","cheW","tlpA","CheW","TlpA","string-db","224308.BSU31250/224308.BSU16440","physical","txid224308" +"BSU_16430","BSU_16450","CheA","CheC","cheA","cheC","CheA","CheC","subtiwiki","224308.BSU16430/224308.BSU16450","physical","txid224308" +"BSU_16430","BSU_31260","CheA","McpB","cheA","mcpB","CheA","McpB","subtiwiki","224308.BSU16430/224308.BSU31260","physical","txid224308" +"BSU_16430","BSU_33690","CheA","YvaQ","cheA","yvaQ","CheA","YvaQ","string-db","224308.BSU33690/224308.BSU16430","physical","txid224308" +"BSU_16430","BSU_31250","CheA","TlpA","cheA","tlpA","CheA","TlpA","string-db","224308.BSU31250/224308.BSU16430","physical","txid224308" +"BSU_16430","BSU_16440","CheA","CheW","cheA","cheW","CheA","CheW","subtiwiki","224308.BSU16430/224308.BSU16440","physical","txid224308" +"BSU_16430","BSU_31240","CheA","McpA","cheA","mcpA","CheA","McpA","string-db","224308.BSU31240/224308.BSU16430","physical","txid224308" +"BSU_16430","BSU_31230","CheA","TlpB","cheA","tlpB","CheA","TlpB","string-db","224308.BSU31230/224308.BSU16430","physical","txid224308" +"BSU_03450","BSU_03460","HxlB","HxlA","hxlB","hxlA","HxlB","HxlA","string-db","224308.BSU03460/224308.BSU03450","physical","txid224308" +"BSU_03490","BSU_29740","SrfAB","CcpA","srfAB","ccpA","SrfAB","CcpA","string-db","224308.BSU29740/224308.BSU03490","physical","txid224308" +"BSU_03490","BSU_03510","SrfAB","SrfAC","srfAB","srfAC","SrfAB","SrfAC","string-db","224308.BSU03510/224308.BSU03490","physical","txid224308" +"BSU_03490","BSU_22910","SrfAB","YpfA","srfAB","BSU_22910","SrfAB","MotI","string-db","224308.BSU22910/224308.BSU03490","physical","txid224308" +"BSU_03490","BSU_15880","SrfAB","FapR","srfAB","fapR","SrfAB","FapR","string-db","224308.BSU15880/224308.BSU03490","physical","txid224308" +"BSU_15880","BSU_29450","FapR","ArgG","fapR","argG","FapR","ArgG","string-db","224308.BSU29450/224308.BSU15880","physical","txid224308" +"BSU_03510","BSU_29740","SrfAC","CcpA","srfAC","ccpA","SrfAC","CcpA","string-db","224308.BSU29740/224308.BSU03510","physical","txid224308" +"BSU_03510","BSU_22910","SrfAC","YpfA","srfAC","BSU_22910","SrfAC","MotI","string-db","224308.BSU22910/224308.BSU03510","physical","txid224308" +"BSU_03500","BSU_11520","ComS","MecA","comS","mecA","ComS","MecA","subtiwiki","224308.BSU11520/224308.BSU03500","physical","txid224308" +"BSU_03550","BSU_06710","YcxC","SwrC","BSU_03550","BSU_06710","YcxC","SwrC","string-db","224308.BSU06710/224308.BSU03550","physical","txid224308" +"BSU_03550","BSU_10160","YcxC","YhgE","BSU_03550","BSU_10160","YcxC","YhgE","string-db","224308.BSU10160/224308.BSU03550","physical","txid224308" +"BSU_03630","BSU_07580","BsdB","CitS","bsdB","BSU_07580","BsdB","CitS","string-db","224308.BSU07580/224308.BSU03630","physical","txid224308" +"BSU_03630","BSU_03651","BsdB","BsdD","bsdB","bsdD","BsdB","BsdD","string-db","224308.BSU03651/224308.BSU03630","physical","txid224308" +"BSU_03630","BSU_03640","BsdB","BsdC","bsdB","bsdC","BsdB","BsdC","string-db","224308.BSU03640/224308.BSU03630","physical","txid224308" +"BSU_03640","BSU_03651","BsdC","BsdD","bsdC","bsdD","BsdC","BsdD","string-db","224308.BSU03651/224308.BSU03640","physical","txid224308" +"BSU_07580","BSU_12890","CitS","YkcC","BSU_07580","ykcC","CitS","YkcC","string-db","224308.BSU12890/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_12790","CitS","XhlA","BSU_07580","xhlA","CitS","XhlA","string-db","224308.BSU12790/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_29440","CitS","ArgH","BSU_07580","argH","CitS","ArgH","string-db","224308.BSU29440/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_09900","CitS","YhaP","BSU_07580","yhaP","CitS","YhaP","string-db","224308.BSU09900/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_26150","CitS","YqbD","BSU_07580","BSU_26150","CitS","YqbD","string-db","224308.BSU26150/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_14400","CitS","FruA","BSU_07580","fruA","CitS","FruA","string-db","224308.BSU14400/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_18200","CitS","NrnB","BSU_07580","nrnB","CitS","NrnB","string-db","224308.BSU18200/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_39790","CitS","YxcE","BSU_07580","BSU_39790","CitS","YxcE","string-db","224308.BSU39790/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_09920","CitS","SbcE","BSU_07580","sbcE","CitS","SbcE","string-db","224308.BSU09920/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_25560","CitS","HolA","BSU_07580","BSU_25560","CitS","HolA","string-db","224308.BSU25560/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_10160","CitS","YhgE","BSU_07580","BSU_10160","CitS","YhgE","string-db","224308.BSU10160/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_27710","CitS","Tgt","BSU_07580","BSU_27710","CitS","Tgt","string-db","224308.BSU27710/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_34010","CitS","YvbW","BSU_07580","yvbW","CitS","YvbW","string-db","224308.BSU34010/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_25330","CitS","YqfF","BSU_07580","BSU_25330","CitS","YqfF","string-db","224308.BSU25330/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_26030","CitS","YqbO","BSU_07580","BSU_26030","CitS","YqbO","string-db","224308.BSU26030/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_25770","CitS","SpoIVCA","BSU_07580","spoIVCA","CitS","SpoIVCA","string-db","224308.BSU25770/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_36020","CitS","AlsR","BSU_07580","alsR","CitS","AlsR","string-db","224308.BSU36020/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_37030","CitS","RacA","BSU_07580","racA","CitS","RacA","string-db","224308.BSU37030/224308.BSU07580","physical","txid224308" +"BSU_07580","BSU_07590","CitS","CitT","BSU_07580","citT","CitS","CitT","subtiwiki","224308.BSU07590/224308.BSU07580","physical","txid224308" +"BSU_18320","BSU_37030","PpsC","RacA","ppsC","racA","PpsC","RacA","string-db","224308.BSU37030/224308.BSU18320","physical","txid224308" +"BSU_18320","BSU_26150","PpsC","YqbD","ppsC","BSU_26150","PpsC","YqbD","string-db","224308.BSU26150/224308.BSU18320","physical","txid224308" +"BSU_18320","BSU_25330","PpsC","YqfF","ppsC","BSU_25330","PpsC","YqfF","string-db","224308.BSU25330/224308.BSU18320","physical","txid224308" +"BSU_18320","BSU_18340","PpsC","PpsA","ppsC","ppsA","PpsC","PpsA","string-db","224308.BSU18340/224308.BSU18320","physical","txid224308" +"BSU_18320","BSU_18330","PpsC","PpsB","ppsC","ppsB","PpsC","PpsB","string-db","224308.BSU18330/224308.BSU18320","physical","txid224308" +"BSU_18320","BSU_31860","PpsC","YueB","ppsC","yueB","PpsC","YueB","string-db","224308.BSU31860/224308.BSU18320","physical","txid224308" +"BSU_14880","BSU_14920","CtaB","CtaF","ctaB","ctaF","CtaB","CtaF","string-db","224308.BSU14920/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_38170","CtaB","QoxA","ctaB","qoxA","CtaB","QoxA","string-db","224308.BSU38170/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_14890","CtaB","CtaC","ctaB","ctaC","CtaB","CtaC","string-db","224308.BSU14890/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_38140","CtaB","QoxD","ctaB","qoxD","CtaB","QoxD","string-db","224308.BSU38140/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_38150","CtaB","QoxC","ctaB","qoxC","CtaB","QoxC","string-db","224308.BSU38150/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_14910","CtaB","CtaE","ctaB","ctaE","CtaB","CtaE","string-db","224308.BSU14910/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_38160","CtaB","QoxB","ctaB","qoxB","CtaB","QoxB","string-db","224308.BSU38160/224308.BSU14880","physical","txid224308" +"BSU_14880","BSU_14900","CtaB","CtaD","ctaB","ctaD","CtaB","CtaD","string-db","224308.BSU14900/224308.BSU14880","physical","txid224308" +"BSU_33020","BSU_37030","CssS","RacA","cssS","racA","CssS","RacA","string-db","224308.BSU37030/224308.BSU33020","physical","txid224308" +"BSU_33020","BSU_36190","CssS","RttN","cssS","BSU_36190","CssS","YwqJ","string-db","224308.BSU36190/224308.BSU33020","physical","txid224308" +"BSU_39810","BSU_02640","CsbC","TatCD","csbC","tatCD","CsbC","TatCD","subtiwiki","224308.BSU39810/224308.BSU02640","physical","txid224308" +"BSU_39810","BSU_02630","CsbC","TatAD","csbC","tatAD","CsbC","TatAD","subtiwiki","224308.BSU39810/224308.BSU02630","physical","txid224308" +"BSU_40360","BSU_22920","HtrC","YpeB","htrC","ypeB","HtrC","YpeB","subtiwiki","224308.BSU40360/224308.BSU22920","physical","txid224308" +"BSU_31080","BSU_36190","BslA","RttN","bslA","BSU_36190","BslA","YwqJ","string-db","224308.BSU36190/224308.BSU31080","physical","txid224308" +"BSU_28010","BSU_37030","MreD","RacA","mreD","racA","MreD","RacA","string-db","224308.BSU37030/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_36190","MreD","RttN","mreD","BSU_36190","MreD","YwqJ","string-db","224308.BSU36190/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_28030","MreD","MreB","mreD","mreB","MreD","MreB","subtiwiki","224308.BSU28010/224308.BSU28030","physical","txid224308" +"BSU_28010","BSU_38120","MreD","RodA","mreD","rodA","MreD","RodA","subtiwiki","224308.BSU28010/224308.BSU38120","physical","txid224308" +"BSU_28010","BSU_35700","MreD","TagH","mreD","tagH","MreD","TagH","string-db","224308.BSU35700/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_35720","MreD","TagF","mreD","tagF","MreD","TagF","string-db","224308.BSU35720/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_35750","MreD","TagA","mreD","tagA","MreD","TagA","string-db","224308.BSU35750/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_31860","MreD","YueB","mreD","yueB","MreD","YueB","string-db","224308.BSU31860/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_36410","MreD","Mbl","mreD","mbl","MreD","Mbl","string-db","224308.BSU36410/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_35530","MreD","TagO","mreD","BSU_35530","MreD","TagO","string-db","224308.BSU35530/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_28020","MreD","MreC","mreD","mreC","MreD","MreC","subtiwiki","224308.BSU28010/224308.BSU28020","physical","txid224308" +"BSU_28010","BSU_35760","MreD","TagB","mreD","tagB","MreD","TagB","string-db","224308.BSU35760/224308.BSU28010","physical","txid224308" +"BSU_28010","BSU_27310","MreD","PbpI","mreD","pbpI","MreD","PbpI","subtiwiki","224308.BSU28010/224308.BSU27310","physical","txid224308" +"BSU_28010","BSU_16910","MreD","RodZ","mreD","BSU_16910","MreD","RodZ","subtiwiki","224308.BSU28010/224308.BSU16910","physical","txid224308" +"BSU_28010","BSU_14470","MreD","MreBH","mreD","mreBH","MreD","MreBH","subtiwiki","224308.BSU28010/224308.BSU14470","physical","txid224308" +"BSU_28010","BSU_25000","MreD","PbpA","mreD","BSU_25000","MreD","PbpA","subtiwiki","224308.BSU28010/224308.BSU25000","physical","txid224308" +"BSU_04120","BSU_13390","YczI","YkoT","BSU_04120","ykoT","YczI","YkoT","string-db","224308.BSU13390/224308.BSU04120","physical","txid224308" +"BSU_04120","BSU_25330","YczI","YqfF","BSU_04120","BSU_25330","YczI","YqfF","string-db","224308.BSU25330/224308.BSU04120","physical","txid224308" +"BSU_04120","BSU_06710","YczI","SwrC","BSU_04120","BSU_06710","YczI","SwrC","string-db","224308.BSU06710/224308.BSU04120","physical","txid224308" +"BSU_04120","BSU_05650","YczI","YdgH","BSU_04120","ydgH","YczI","YdgH","string-db","224308.BSU05650/224308.BSU04120","physical","txid224308" +"BSU_04120","BSU_14400","YczI","FruA","BSU_04120","fruA","YczI","FruA","string-db","224308.BSU14400/224308.BSU04120","physical","txid224308" +"BSU_04120","BSU_12890","YczI","YkcC","BSU_04120","ykcC","YczI","YkcC","string-db","224308.BSU12890/224308.BSU04120","physical","txid224308" +"BSU_15940","BSU_31860","Smc","YueB","smc","yueB","Smc","YueB","string-db","224308.BSU31860/224308.BSU15940","physical","txid224308" +"BSU_15940","BSU_28610","Smc","YshA","smc","BSU_28610","Smc","ZapA","string-db","224308.BSU28610/224308.BSU15940","physical","txid224308" +"BSU_15940","BSU_25330","Smc","YqfF","smc","BSU_25330","Smc","YqfF","string-db","224308.BSU25330/224308.BSU15940","physical","txid224308" +"BSU_15940","BSU_40960","Smc","ParB","smc","parB","Smc","ParB","subtiwiki","224308.BSU15940/224308.BSU40960","physical","txid224308" +"BSU_15940","BSU_29610","Smc","EzrA","smc","ezrA","Smc","EzrA","string-db","224308.BSU29610/224308.BSU15940","physical","txid224308" +"BSU_15940","BSU_23220","Smc","ScpA","smc","scpA","Smc","ScpA","subtiwiki","224308.BSU15940/224308.BSU23220","physical","txid224308" +"BSU_15940","BSU_23210","Smc","SpcB","smc","scpB","Smc","ScpB","subtiwiki","224308.BSU15940/224308.BSU23210","physical","txid224308" +"BSU_04480","BSU_25330","YdbI","YqfF","BSU_04480","BSU_25330","YdbI","YqfF","string-db","224308.BSU25330/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_31860","YdbI","YueB","BSU_04480","yueB","YdbI","YueB","string-db","224308.BSU31860/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_14400","YdbI","FruA","BSU_04480","fruA","YdbI","FruA","string-db","224308.BSU14400/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_13390","YdbI","YkoT","BSU_04480","ykoT","YdbI","YkoT","string-db","224308.BSU13390/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_09900","YdbI","YhaP","BSU_04480","yhaP","YdbI","YhaP","string-db","224308.BSU09900/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_06710","YdbI","SwrC","BSU_04480","BSU_06710","YdbI","SwrC","string-db","224308.BSU06710/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_12790","YdbI","XhlA","BSU_04480","xhlA","YdbI","XhlA","string-db","224308.BSU12790/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_10160","YdbI","YhgE","BSU_04480","BSU_10160","YdbI","YhgE","string-db","224308.BSU10160/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_05650","YdbI","YdgH","BSU_04480","ydgH","YdbI","YdgH","string-db","224308.BSU05650/224308.BSU04480","physical","txid224308" +"BSU_04480","BSU_12890","YdbI","YkcC","BSU_04480","ykcC","YdbI","YkcC","string-db","224308.BSU12890/224308.BSU04480","physical","txid224308" +"BSU_29980","BSU_31860","YtjP","YueB","BSU_29980","yueB","YtjP","YueB","string-db","224308.BSU31860/224308.BSU29980","physical","txid224308" +"BSU_20710","BSU_31860","YopZ","YueB","BSU_20710","yueB","YopZ","YueB","string-db","224308.BSU31860/224308.BSU20710","physical","txid224308" +"BSU_20710","BSU_25330","YopZ","YqfF","BSU_20710","BSU_25330","YopZ","YqfF","string-db","224308.BSU25330/224308.BSU20710","physical","txid224308" +"BSU_21820","BSU_25330","ThyB","YqfF","thyB","BSU_25330","ThyB","YqfF","string-db","224308.BSU25330/224308.BSU21820","physical","txid224308" +"BSU_21820","BSU_21810","ThyB","DfrA","thyB","dfrA","ThyB","DfrA","subtiwiki","224308.BSU21820/224308.BSU21810","physical","txid224308" +"BSU_11540","BSU_29740","PepF","CcpA","BSU_11540","ccpA","PepF","CcpA","string-db","224308.BSU29740/224308.BSU11540","physical","txid224308" +"BSU_33090","BSU_33100","LiaS","LiaF","liaS","liaF","LiaS","LiaF","string-db","224308.BSU33100/224308.BSU33090","physical","txid224308" +"BSU_30150","BSU_36190","YtdP","RttN","BSU_30150","BSU_36190","YtdP","YwqJ","string-db","224308.BSU36190/224308.BSU30150","physical","txid224308" +"BSU_30150","BSU_31860","YtdP","YueB","BSU_30150","yueB","YtdP","YueB","string-db","224308.BSU31860/224308.BSU30150","physical","txid224308" +"BSU_30150","BSU_37030","YtdP","RacA","BSU_30150","racA","YtdP","RacA","string-db","224308.BSU37030/224308.BSU30150","physical","txid224308" +"BSU_03750","BSU_25490","YclJ","HrcA","yclJ","hrcA","YclJ","HrcA","string-db","224308.BSU25490/224308.BSU03750","physical","txid224308" +"BSU_03770","BSU_31680","RapC","ComA","rapC","comA","RapC","ComA","subtiwiki","224308.BSU03770/224308.BSU31680","physical","txid224308" +"BSU_03770","BSU_03780","RapC","PhrC","rapC","phrC","RapC","PhrC","subtiwiki","224308.BSU03770/224308.BSU03780","physical","txid224308" +"BSU_03770","BSU_37470","RapC","PhrF","rapC","phrF","RapC","PhrF","string-db","224308.BSU37470/224308.BSU03770","physical","txid224308" +"BSU_37460","BSU_37470","RapF","PhrF","rapF","phrF","RapF","PhrF","subtiwiki","224308.BSU37460/224308.BSU37470","physical","txid224308" +"BSU_36690","BSU_37130","RapB","Spo0F","rapB","spo0F","RapB","Spo0F","subtiwiki","224308.BSU37130/224308.BSU36690","physical","txid224308" +"BSU_03790","BSU_28470","YclM","LysC","thrD","lysC","YclM","LysC","string-db","224308.BSU28470/224308.BSU03790","physical","txid224308" +"BSU_03790","BSU_39940","YclM","YxaL","thrD","yxaL","YclM","YxaL","string-db","224308.BSU39940/224308.BSU03790","physical","txid224308" +"BSU_03790","BSU_16760","YclM","DapG","thrD","dapG","YclM","DapG","string-db","224308.BSU16760/224308.BSU03790","physical","txid224308" +"BSU_16760","BSU_28470","DapG","LysC","dapG","lysC","DapG","LysC","string-db","224308.BSU28470/224308.BSU16760","physical","txid224308" +"BSU_16760","BSU_29740","DapG","CcpA","dapG","ccpA","DapG","CcpA","string-db","224308.BSU29740/224308.BSU16760","physical","txid224308" +"BSU_28470","BSU_29740","LysC","CcpA","lysC","ccpA","LysC","CcpA","string-db","224308.BSU29740/224308.BSU28470","physical","txid224308" +"BSU_03860","BSU_38110","NfrAB","NfrAA","BSU_03860","nfrA","NfrAB","NfrAA","string-db","224308.BSU38110/224308.BSU03860","physical","txid224308" +"BSU_03890","BSU_11550","GabR","YjbH","gabR","spxH","GabR","SpxH","string-db","224308.BSU11550/224308.BSU03890","physical","txid224308" +"BSU_03950","BSU_33520","YcnJ","CsoR","ycnJ","csoR","YcnJ","CsoR","string-db","224308.BSU33520/224308.BSU03950","physical","txid224308" +"BSU_03981","BSU_03982","MtlA","MtlF","mtlA","mtlF","MtlA","MtlF","subtiwiki","224308.BSU03981/224308.BSU03982","physical","txid224308" +"BSU_03982","BSU_06670","MtlF","GatC","mtlF","BSU_06670","MtlF","GatC","string-db","224308.BSU06670/224308.BSU03982","physical","txid224308" +"BSU_06670","BSU_06690","GatC","GatB","BSU_06670","BSU_06690","GatC","GatB","subtiwiki","224308.BSU06670/224308.BSU06690","physical","txid224308" +"BSU_06670","BSU_06680","GatC","GatA","BSU_06670","BSU_06680","GatC","GatA","subtiwiki","224308.BSU06670/224308.BSU06680","physical","txid224308" +"BSU_06670","BSU_tRNA_48","GatC","TrnS-Gln","BSU_06670","BSU_tRNA_48","GatC","TrnS-Gln","subtiwiki","224308.BSU06670/224308.BSUtRNA48","physical","txid224308" +"BSU_04040","BSU_11140","YcsE","YitU","BSU_04040","yitU","YcsE","YitU","string-db","224308.BSU11140/224308.BSU04040","physical","txid224308" +"BSU_04040","BSU_35850","YcsE","YwtE","BSU_04040","ywtE","YcsE","YwtE","string-db","224308.BSU35850/224308.BSU04040","physical","txid224308" +"BSU_11140","BSU_35850","YitU","YwtE","yitU","ywtE","YitU","YwtE","string-db","224308.BSU35850/224308.BSU11140","physical","txid224308" +"BSU_04140","BSU_28020","PbpC","MreC","BSU_04140","mreC","PbpC","MreC","subtiwiki","224308.BSU04140/224308.BSU28020","physical","txid224308" +"BSU_04140","BSU_28030","PbpC","MreB","BSU_04140","mreB","PbpC","MreB","subtiwiki","224308.BSU04140/224308.BSU28030","physical","txid224308" +"BSU_04140","BSU_16800","PbpC","SpoIIIE","BSU_04140","spoIIIE","PbpC","SpoIIIE","string-db","224308.BSU16800/224308.BSU04140","physical","txid224308" +"BSU_04140","BSU_14850","PbpC","FtsW","BSU_04140","ftsW","PbpC","FtsW","string-db","224308.BSU14850/224308.BSU04140","physical","txid224308" +"BSU_04140","BSU_28610","PbpC","YshA","BSU_04140","BSU_28610","PbpC","ZapA","string-db","224308.BSU28610/224308.BSU04140","physical","txid224308" +"BSU_04140","BSU_15290","PbpC","FtsZ","BSU_04140","ftsZ","PbpC","FtsZ","string-db","224308.BSU15290/224308.BSU04140","physical","txid224308" +"BSU_04140","BSU_28010","PbpC","MreD","BSU_04140","mreD","PbpC","MreD","subtiwiki","224308.BSU28010/224308.BSU04140","physical","txid224308" +"BSU_04140","BSU_38120","PbpC","RodA","BSU_04140","rodA","PbpC","RodA","subtiwiki","224308.BSU04140/224308.BSU38120","physical","txid224308" +"BSU_04140","BSU_13980","PbpC","PbpH","BSU_04140","pbpH","PbpC","PbpH","subtiwiki","224308.BSU04140/224308.BSU13980","physical","txid224308" +"BSU_04140","BSU_16910","PbpC","RodZ","BSU_04140","BSU_16910","PbpC","RodZ","subtiwiki","224308.BSU04140/224308.BSU16910","physical","txid224308" +"BSU_28610","BSU_29610","YshA","EzrA","BSU_28610","ezrA","ZapA","EzrA","string-db","224308.BSU29610/224308.BSU28610","physical","txid224308" +"BSU_28610","BSU_35260","YshA","FtsE","BSU_28610","ftsE","ZapA","FtsE","string-db","224308.BSU35260/224308.BSU28610","physical","txid224308" +"BSU_16800","BSU_28610","SpoIIIE","YshA","spoIIIE","BSU_28610","SpoIIIE","ZapA","string-db","224308.BSU28610/224308.BSU16800","physical","txid224308" +"BSU_16800","BSU_35260","SpoIIIE","FtsE","spoIIIE","ftsE","SpoIIIE","FtsE","string-db","224308.BSU35260/224308.BSU16800","physical","txid224308" +"BSU_16800","BSU_35250","SpoIIIE","FtsX","spoIIIE","ftsX","SpoIIIE","FtsX","string-db","224308.BSU35250/224308.BSU16800","physical","txid224308" +"BSU_16800","BSU_19660","SpoIIIE","YozD","spoIIIE","BSU_19660","SpoIIIE","YozD","string-db","224308.BSU19660/224308.BSU16800","physical","txid224308" +"BSU_28020","BSU_35720","MreC","TagF","mreC","tagF","MreC","TagF","string-db","224308.BSU35720/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_35530","MreC","TagO","mreC","BSU_35530","MreC","TagO","string-db","224308.BSU35530/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_35750","MreC","TagA","mreC","tagA","MreC","TagA","string-db","224308.BSU35750/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_36410","MreC","Mbl","mreC","mbl","MreC","Mbl","string-db","224308.BSU36410/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_35700","MreC","TagH","mreC","tagH","MreC","TagH","string-db","224308.BSU35700/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_28030","MreC","MreB","mreC","mreB","MreC","MreB","subtiwiki","224308.BSU28020/224308.BSU28030","physical","txid224308" +"BSU_28020","BSU_35760","MreC","TagB","mreC","tagB","MreC","TagB","string-db","224308.BSU35760/224308.BSU28020","physical","txid224308" +"BSU_28020","BSU_38120","MreC","RodA","mreC","rodA","MreC","RodA","subtiwiki","224308.BSU28020/224308.BSU38120","physical","txid224308" +"BSU_28020","BSU_22380","MreC","TseB","mreC","BSU_22380","MreC","TseB","subtiwiki","224308.BSU28020/224308.BSU22380","physical","txid224308" +"BSU_04260","BSU_23020","TopB","RecQ","topB","BSU_23020","TopB","RecS","string-db","224308.BSU23020/224308.BSU04260","physical","txid224308" +"BSU_04260","BSU_19220","TopB","RtbI","topB","BSU_19220","TopB","RecQ","subtiwiki","224308.BSU19220/224308.BSU04260","physical","txid224308" +"BSU_19220","BSU_28990","RtbI","DnaB","BSU_19220","BSU_28990","RecQ","DnaB","string-db","224308.BSU28990/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_28980","RtbI","DnaI","BSU_19220","BSU_28980","RecQ","DnaI","string-db","224308.BSU28980/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_27620","RtbI","RecJ","BSU_19220","recJ","RecQ","RecJ","string-db","224308.BSU27620/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_23020","RtbI","RecQ","BSU_19220","BSU_23020","RecQ","RecS","string-db","224308.BSU23020/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_25210","RtbI","DnaG","BSU_19220","dnaG","RecQ","DnaG","string-db","224308.BSU25210/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_22350","RtbI","DnaD","BSU_19220","BSU_22350","RecQ","DnaD","string-db","224308.BSU22350/224308.BSU19220","physical","txid224308" +"BSU_19220","BSU_40440","RtbI","DnaC","BSU_19220","BSU_40440","RecQ","DnaC","string-db","224308.BSU40440/224308.BSU19220","physical","txid224308" +"BSU_23020","BSU_25210","RecQ","DnaG","BSU_23020","dnaG","RecS","DnaG","string-db","224308.BSU25210/224308.BSU23020","physical","txid224308" +"BSU_23020","BSU_27620","RecQ","RecJ","BSU_23020","recJ","RecS","RecJ","string-db","224308.BSU27620/224308.BSU23020","physical","txid224308" +"BSU_23020","BSU_28980","RecQ","DnaI","BSU_23020","BSU_28980","RecS","DnaI","string-db","224308.BSU28980/224308.BSU23020","physical","txid224308" +"BSU_23020","BSU_40440","RecQ","DnaC","BSU_23020","BSU_40440","RecS","DnaC","string-db","224308.BSU40440/224308.BSU23020","physical","txid224308" +"BSU_23020","BSU_28990","RecQ","DnaB","BSU_23020","BSU_28990","RecS","DnaB","string-db","224308.BSU28990/224308.BSU23020","physical","txid224308" +"BSU_23020","BSU_40900","RecQ","SsbA","BSU_23020","ssbA","RecS","SsbA","subtiwiki","224308.BSU23020/224308.BSU40900","physical","txid224308" +"BSU_04310","BSU_19400","YdaN","SodC","ydaN","BSU_19400","YdaN","SodC","string-db","224308.BSU19400/224308.BSU04310","physical","txid224308" +"BSU_04340","BSU_31240","YdaP","McpA","ydaP","mcpA","YdaP","McpA","string-db","224308.BSU31240/224308.BSU04340","physical","txid224308" +"BSU_04570","BSU_16530","MurF","UppS","murF","BSU_16530","MurF","UppS","string-db","224308.BSU16530/224308.BSU04570","physical","txid224308" +"BSU_04570","BSU_28390","MurF","RacE","murF","BSU_28390","MurF","RacE","string-db","224308.BSU28390/224308.BSU04570","physical","txid224308" +"BSU_04570","BSU_15220","MurF","MurG","murF","murG","MurF","MurG","string-db","224308.BSU15220/224308.BSU04570","physical","txid224308" +"BSU_16530","BSU_27410","UppS","AlaS","BSU_16530","alaS","UppS","AlaS","subtiwiki","224308.BSU16530/224308.BSU27410","physical","txid224308" +"BSU_15220","BSU_26810","MurG","YrpC","murG","BSU_26810","MurG","YrpC","string-db","224308.BSU26810/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_28030","MurG","MreB","murG","mreB","MurG","MreB","string-db","224308.BSU28030/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_19660","MurG","YozD","murG","BSU_19660","MurG","YozD","string-db","224308.BSU19660/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_28390","MurG","RacE","murG","BSU_28390","MurG","RacE","string-db","224308.BSU28390/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_15390","MurG","SepF","murG","sepF","MurG","SepF","string-db","224308.BSU15390/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_38120","MurG","RodA","murG","rodA","MurG","RodA","string-db","224308.BSU38120/224308.BSU15220","physical","txid224308" +"BSU_15220","BSU_16530","MurG","UppS","murG","BSU_16530","MurG","UppS","string-db","224308.BSU16530/224308.BSU15220","physical","txid224308" +"BSU_04580","BSU_16690","CshA","PnpA","BSU_04580","pnpA","CshA","PnpA","subtiwiki","224308.BSU16690/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_29740","CshA","CcpA","BSU_04580","ccpA","CshA","CcpA","string-db","224308.BSU29740/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_14530","CshA","RnjA","BSU_04580","rnjA","CshA","RnjA","subtiwiki","224308.BSU14530/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_16780","CshA","RnjB","BSU_04580","rnjB","CshA","RnjB","string-db","224308.BSU16780/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_39110","CshA","DeaD","BSU_04580","BSU_39110","CshA","DeaD","subtiwiki","224308.BSU04580/224308.BSU39110","physical","txid224308" +"BSU_04580","BSU_29190","CshA","PfkA","BSU_04580","BSU_29190","CshA","PfkA","string-db","224308.BSU29190/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_25290","CshA","Era","BSU_04580","era","CshA","Era","string-db","224308.BSU25290/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_16960","CshA","Rny","BSU_04580","BSU_16960","CshA","Rny","subtiwiki","224308.BSU16960/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_41050","CshA","RnpA","BSU_04580","BSU_41050","CshA","RnpA","subtiwiki","224308.BSU41050/224308.BSU04580","physical","txid224308" +"BSU_04580","BSU_01160","CshA","RplC","BSU_04580","rplC","CshA","RplC","subtiwiki","224308.BSU04580/224308.BSU01160","physical","txid224308" +"BSU_04580","BSU_01280","CshA","RplE","BSU_04580","rplE","CshA","RplE","subtiwiki","224308.BSU04580/224308.BSU01280","physical","txid224308" +"BSU_16690","BSU_16780","PnpA","RnjB","pnpA","rnjB","PnpA","RnjB","string-db","224308.BSU16780/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_35370","PnpA","CsrA","pnpA","csrA","PnpA","CsrA","string-db","224308.BSU35370/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_41050","PnpA","RnpA","pnpA","BSU_41050","PnpA","RnpA","string-db","224308.BSU41050/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_29190","PnpA","PfkA","pnpA","BSU_29190","PnpA","PfkA","subtiwiki","224308.BSU16690/224308.BSU29190","physical","txid224308" +"BSU_16690","BSU_37080","PnpA","Rho","pnpA","BSU_37080","PnpA","Rho","string-db","224308.BSU37080/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_16960","PnpA","Rny","pnpA","BSU_16960","PnpA","Rny","subtiwiki","224308.BSU16690/224308.BSU16960","physical","txid224308" +"BSU_16690","BSU_24290","PnpA","XseB","pnpA","BSU_24290","PnpA","XseB","string-db","224308.BSU24290/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_19400","PnpA","SodC","pnpA","BSU_19400","PnpA","SodC","string-db","224308.BSU19400/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_29740","PnpA","CcpA","pnpA","ccpA","PnpA","CcpA","string-db","224308.BSU29740/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_33940","PnpA","GapA","pnpA","gapA","PnpA","GapA","string-db","224308.BSU33940/224308.BSU16690","physical","txid224308" +"BSU_16690","BSU_15660","PnpA","YloC","pnpA","yloC","PnpA","YloC","subtiwiki","224308.BSU16690/224308.BSU15660","physical","txid224308" +"BSU_16780","BSU_16960","RnjB","Rny","rnjB","BSU_16960","RnjB","Rny","string-db","224308.BSU16960/224308.BSU16780","physical","txid224308" +"BSU_16780","BSU_41050","RnjB","RnpA","rnjB","BSU_41050","RnjB","RnpA","string-db","224308.BSU41050/224308.BSU16780","physical","txid224308" +"BSU_16780","BSU_29190","RnjB","PfkA","rnjB","BSU_29190","RnjB","PfkA","string-db","224308.BSU29190/224308.BSU16780","physical","txid224308" +"BSU_16780","BSU_29740","RnjB","CcpA","rnjB","ccpA","RnjB","CcpA","string-db","224308.BSU29740/224308.BSU16780","physical","txid224308" +"BSU_29190","BSU_41050","PfkA","RnpA","BSU_29190","BSU_41050","PfkA","RnpA","string-db","224308.BSU41050/224308.BSU29190","physical","txid224308" +"BSU_29190","BSU_29740","PfkA","CcpA","BSU_29190","ccpA","PfkA","CcpA","string-db","224308.BSU29740/224308.BSU29190","physical","txid224308" +"BSU_29190","BSU_37090","PfkA","YwjI","BSU_29190","BSU_37090","PfkA","YwjI","string-db","224308.BSU37090/224308.BSU29190","physical","txid224308" +"BSU_29190","BSU_33910","PfkA","Pgm","BSU_29190","pgm","PfkA","Pgm","subtiwiki","224308.BSU29190/224308.BSU33910","physical","txid224308" +"BSU_29190","BSU_40190","PfkA","Fbp","BSU_29190","fbp","PfkA","Fbp","string-db","224308.BSU40190/224308.BSU29190","physical","txid224308" +"BSU_25290","BSU_25320","Era","YqfG","era","BSU_25320","Era","YqfG","string-db","224308.BSU25320/224308.BSU25290","physical","txid224308" +"BSU_04620","BSU_15920","AcpS","AcpA","BSU_04620","acpA","AcpS","AcpA","subtiwiki","224308.BSU04620/224308.BSU15920","physical","txid224308" +"BSU_04620","BSU_38520","AcpS","DltC","BSU_04620","dltC","AcpS","DltC","subtiwiki","224308.BSU04620/224308.BSU38520","physical","txid224308" +"BSU_15920","BSU_30190","AcpA","BioI","acpA","bioI","AcpA","BioI","subtiwiki","224308.BSU15920/224308.BSU30190","physical","txid224308" +"BSU_15920","BSU_15880","AcpA","FapR","acpA","fapR","AcpA","FapR","subtiwiki","224308.BSU15920/224308.BSU15880","physical","txid224308" +"BSU_15920","BSU_22790","AcpA","Hbs","acpA","hbs","AcpA","Hbs","subtiwiki","224308.BSU15920/224308.BSU22790","physical","txid224308" +"BSU_04640","BSU_17640","AlrA","AlrB","BSU_04640","yncD","AlrA","YncD","string-db","224308.BSU17640/224308.BSU04640","physical","txid224308" +"BSU_04650","BSU_04660","NdoAI","NdoA","BSU_04650","BSU_04660","NdoAI","NdoA","subtiwiki","224308.BSU04650/224308.BSU04660","physical","txid224308" +"BSU_04670","BSU_04740","RsbRA","RsbX","rsbR","rsbX","RsbR","RsbX","subtiwiki","224308.BSU04670/224308.BSU04740","physical","txid224308" +"BSU_04670","BSU_13200","RsbRA","RsbRB","rsbR","BSU_13200","RsbR","RsbRB","subtiwiki","224308.BSU04670/224308.BSU13200","physical","txid224308" +"BSU_04670","BSU_24760","RsbRA","RsbRD","rsbR","rsbRD","RsbR","RsbRD","subtiwiki","224308.BSU04670/224308.BSU24760","physical","txid224308" +"BSU_04670","BSU_30340","RsbRA","YtvA","rsbR","ytvA","RsbR","YtvA","subtiwiki","224308.BSU04670/224308.BSU30340","physical","txid224308" +"BSU_04670","BSU_04680","RsbRA","RsbS","rsbR","rsbS","RsbR","RsbS","subtiwiki","224308.BSU04670/224308.BSU04680","physical","txid224308" +"BSU_04670","BSU_04690","RsbRA","RsbT","rsbR","rsbT","RsbR","RsbT","subtiwiki","224308.BSU04670/224308.BSU04690","physical","txid224308" +"BSU_04670","BSU_19450","RsbRA","RsbRC","rsbR","BSU_19450","RsbR","RsbRC","subtiwiki","224308.BSU19450/224308.BSU04670","physical","txid224308" +"BSU_30340","BSU_04690","YtvA","RsbT","ytvA","rsbT","YtvA","RsbT","subtiwiki","224308.BSU30340/224308.BSU04690","physical","txid224308" +"BSU_30340","BSU_04680","YtvA","RsbS","ytvA","rsbS","YtvA","RsbS","subtiwiki","224308.BSU30340/224308.BSU04680","physical","txid224308" +"BSU_30340","BSU_24760","YtvA","RsbRD","ytvA","rsbRD","YtvA","RsbRD","subtiwiki","224308.BSU30340/224308.BSU24760","physical","txid224308" +"BSU_19450","BSU_30340","RsbRC","YtvA","BSU_19450","ytvA","RsbRC","YtvA","subtiwiki","224308.BSU19450/224308.BSU30340","physical","txid224308" +"BSU_19450","BSU_24760","RsbRC","RsbRD","BSU_19450","rsbRD","RsbRC","RsbRD","subtiwiki","224308.BSU19450/224308.BSU24760","physical","txid224308" +"BSU_19450","BSU_04690","RsbRC","RsbT","BSU_19450","rsbT","RsbRC","RsbT","subtiwiki","224308.BSU19450/224308.BSU04690","physical","txid224308" +"BSU_19450","BSU_04680","RsbRC","RsbS","BSU_19450","rsbS","RsbRC","RsbS","subtiwiki","224308.BSU19450/224308.BSU04680","physical","txid224308" +"BSU_19450","BSU_13200","RsbRC","RsbRB","BSU_19450","BSU_13200","RsbRC","RsbRB","subtiwiki","224308.BSU19450/224308.BSU13200","physical","txid224308" +"BSU_24760","BSU_04690","RsbRD","RsbT","rsbRD","rsbT","RsbRD","RsbT","subtiwiki","224308.BSU24760/224308.BSU04690","physical","txid224308" +"BSU_04680","BSU_24760","RsbS","RsbRD","rsbS","rsbRD","RsbS","RsbRD","subtiwiki","224308.BSU04680/224308.BSU24760","physical","txid224308" +"BSU_04680","BSU_13200","RsbS","RsbRB","rsbS","BSU_13200","RsbS","RsbRB","subtiwiki","224308.BSU04680/224308.BSU13200","physical","txid224308" +"BSU_04680","BSU_24300","RsbS","XseA","rsbS","BSU_24300","RsbS","XseA","string-db","224308.BSU24300/224308.BSU04680","physical","txid224308" +"BSU_04680","BSU_04690","RsbS","RsbT","rsbS","rsbT","RsbS","RsbT","subtiwiki","224308.BSU04680/224308.BSU04690","physical","txid224308" +"BSU_04680","BSU_04740","RsbS","RsbX","rsbS","rsbX","RsbS","RsbX","subtiwiki","224308.BSU04680/224308.BSU04740","physical","txid224308" +"BSU_04740","BSU_27920","RsbX","Obg","rsbX","obg","RsbX","Obg","string-db","224308.BSU27920/224308.BSU04740","physical","txid224308" +"BSU_04700","BSU_04680","RsbU","RsbS","rsbU","rsbS","RsbU","RsbS","subtiwiki","224308.BSU04700/224308.BSU04680","physical","txid224308" +"BSU_04700","BSU_04710","RsbU","RsbV","rsbU","rsbV","RsbU","RsbV","subtiwiki","224308.BSU04700/224308.BSU04710","physical","txid224308" +"BSU_04710","BSU_23460","RsbV","SpoIIAB","rsbV","spoIIAB","RsbV","SpoIIAB","subtiwiki","224308.BSU04710/224308.BSU23460","physical","txid224308" +"BSU_04710","BSU_04720","RsbV","RsbW","rsbV","rsbW","RsbV","RsbW","subtiwiki","224308.BSU04720/224308.BSU04710","physical","txid224308" +"BSU_27920","BSU_01490","Obg","RplM","obg","rplM","Obg","RplM","subtiwiki","224308.BSU27920/224308.BSU01490","physical","txid224308" +"BSU_27920","BSU_29740","Obg","CcpA","obg","ccpA","Obg","CcpA","string-db","224308.BSU29740/224308.BSU27920","physical","txid224308" +"BSU_25460","BSU_25480","DnaJ","GrpE","dnaJ","grpE","DnaJ","GrpE","string-db","224308.BSU25480/224308.BSU25460","physical","txid224308" +"BSU_25460","BSU_37080","DnaJ","Rho","dnaJ","BSU_37080","DnaJ","Rho","string-db","224308.BSU37080/224308.BSU25460","physical","txid224308" +"BSU_25460","BSU_25470","DnaJ","DnaK","dnaJ","dnaK","DnaJ","DnaK","subtiwiki","224308.BSU25470/224308.BSU25460","physical","txid224308" +"BSU_05000","BSU_24300","YddK","XseA","BSU_05000","BSU_24300","YddK","XseA","string-db","224308.BSU24300/224308.BSU05000","physical","txid224308" +"BSU_05010","BSU_04820","RapI","ImmR","rapI","immR","RapI","ImmR","subtiwiki","224308.BSU05010/224308.BSU04820","physical","txid224308" +"BSU_05010","BSU_05020","RapI","PhrI","rapI","phrI","RapI","PhrI","subtiwiki","224308.BSU05010/224308.BSU05020","physical","txid224308" +"BSU_05010","BSU_37130","RapI","Spo0F","rapI","spo0F","RapI","Spo0F","string-db","224308.BSU37130/224308.BSU05010","physical","txid224308" +"BSU_05010","BSU_37470","RapI","PhrF","rapI","phrF","RapI","PhrF","string-db","224308.BSU37470/224308.BSU05010","physical","txid224308" +"BSU_05420","BSU_37460","YdfI","RapF","ydfI","rapF","YdfI","RapF","string-db","224308.BSU37460/224308.BSU05420","physical","txid224308" +"BSU_30620","BSU_30610","YtlD","YtlC","ytlD","ytlC","YtlD","YtlC","subtiwiki","224308.BSU30620/224308.BSU30610","physical","txid224308" +"BSU_30620","BSU_30595","YtlD","YtlA","ytlD","ytlA","YtlD","YtlA","subtiwiki","224308.BSU30620/224308.BSU30595","physical","txid224308" +"BSU_32710","BSU_36190","SufC","RttN","sufC","BSU_36190","SufC","YwqJ","string-db","224308.BSU36190/224308.BSU32710","physical","txid224308" +"BSU_16340","BSU_25330","FliZ","YqfF","fliO","BSU_25330","FliO","YqfF","string-db","224308.BSU25330/224308.BSU16340","physical","txid224308" +"BSU_17180","BSU_17210","PksJ","PksN","pksJ","pksN","PksJ","PksN","string-db","224308.BSU17210/224308.BSU17180","physical","txid224308" +"BSU_17180","BSU_31860","PksJ","YueB","pksJ","yueB","PksJ","YueB","string-db","224308.BSU31860/224308.BSU17180","physical","txid224308" +"BSU_17180","BSU_25330","PksJ","YqfF","pksJ","BSU_25330","PksJ","YqfF","string-db","224308.BSU25330/224308.BSU17180","physical","txid224308" +"BSU_17180","BSU_17220","PksJ","PksR","pksJ","pksR","PksJ","PksR","string-db","224308.BSU17220/224308.BSU17180","physical","txid224308" +"BSU_29100","BSU_29110","PhoR","PhoP","phoR","phoP","PhoR","PhoP","subtiwiki","224308.BSU29110/224308.BSU29100","physical","txid224308" +"BSU_05750","BSU_32690","Fra","SufS","BSU_05750","sufS","Fra","SufS","subtiwiki","224308.BSU05750/224308.BSU32690","physical","txid224308" +"BSU_05750","BSU_32680","Fra","SufU","BSU_05750","sufU","Fra","SufU","subtiwiki","224308.BSU05750/224308.BSU32680","physical","txid224308" +"BSU_05750","BSU_10130","Fra","HemH","BSU_05750","BSU_10130","Fra","HemH","subtiwiki","224308.BSU05750/224308.BSU10130","physical","txid224308" +"BSU_05770","BSU_10770","YdhI","WprA","BSU_05770","wprA","YdhI","WprA","string-db","224308.BSU10770/224308.BSU05770","physical","txid224308" +"BSU_05810","BSU_05830","GmuB","GmuC","gmuB","gmuC","GmuB","GmuC","subtiwiki","224308.BSU05810/224308.BSU05830","physical","txid224308" +"BSU_05810","BSU_38570","GmuB","LicA","gmuB","licA","GmuB","LicA","string-db","224308.BSU38570/224308.BSU05810","physical","txid224308" +"BSU_05810","BSU_05820","GmuB","GmuA","gmuB","gmuA","GmuB","GmuA","subtiwiki","224308.BSU05810/224308.BSU05820","physical","txid224308" +"BSU_05810","BSU_38580","GmuB","LicC","gmuB","licC","GmuB","LicC","string-db","224308.BSU38580/224308.BSU05810","physical","txid224308" +"BSU_05810","BSU_38590","GmuB","LicB","gmuB","licB","GmuB","LicB","string-db","224308.BSU38590/224308.BSU05810","physical","txid224308" +"BSU_05810","BSU_38390","GmuB","YwbA","gmuB","BSU_38390","GmuB","YwbA","string-db","224308.BSU38390/224308.BSU05810","physical","txid224308" +"BSU_38590","BSU_38600","LicB","LicR","licB","licR","LicB","LicR","subtiwiki","224308.BSU38590/224308.BSU38600","physical","txid224308" +"BSU_38570","BSU_38590","LicA","LicB","licA","licB","LicA","LicB","subtiwiki","224308.BSU38590/224308.BSU38570","physical","txid224308" +"BSU_38570","BSU_38580","LicA","LicC","licA","licC","LicA","LicC","string-db","224308.BSU38580/224308.BSU38570","physical","txid224308" +"BSU_38390","BSU_38590","YwbA","LicB","BSU_38390","licB","YwbA","LicB","string-db","224308.BSU38590/224308.BSU38390","physical","txid224308" +"BSU_38390","BSU_38570","YwbA","LicA","BSU_38390","licA","YwbA","LicA","string-db","224308.BSU38570/224308.BSU38390","physical","txid224308" +"BSU_38390","BSU_38580","YwbA","LicC","BSU_38390","licC","YwbA","LicC","string-db","224308.BSU38580/224308.BSU38390","physical","txid224308" +"BSU_05830","BSU_38390","GmuC","YwbA","gmuC","BSU_38390","GmuC","YwbA","string-db","224308.BSU38390/224308.BSU05830","physical","txid224308" +"BSU_05830","BSU_38580","GmuC","LicC","gmuC","licC","GmuC","LicC","string-db","224308.BSU38580/224308.BSU05830","physical","txid224308" +"BSU_05830","BSU_38570","GmuC","LicA","gmuC","licA","GmuC","LicA","string-db","224308.BSU38570/224308.BSU05830","physical","txid224308" +"BSU_05830","BSU_38590","GmuC","LicB","gmuC","licB","GmuC","LicB","string-db","224308.BSU38590/224308.BSU05830","physical","txid224308" +"BSU_05820","BSU_05830","GmuA","GmuC","gmuA","gmuC","GmuA","GmuC","string-db","224308.BSU05830/224308.BSU05820","physical","txid224308" +"BSU_05820","BSU_38570","GmuA","LicA","gmuA","licA","GmuA","LicA","string-db","224308.BSU38570/224308.BSU05820","physical","txid224308" +"BSU_05820","BSU_38590","GmuA","LicB","gmuA","licB","GmuA","LicB","string-db","224308.BSU38590/224308.BSU05820","physical","txid224308" +"BSU_05820","BSU_38390","GmuA","YwbA","gmuA","BSU_38390","GmuA","YwbA","string-db","224308.BSU38390/224308.BSU05820","physical","txid224308" +"BSU_05820","BSU_38580","GmuA","LicC","gmuA","licC","GmuA","LicC","string-db","224308.BSU38580/224308.BSU05820","physical","txid224308" +"BSU_38580","BSU_38590","LicC","LicB","licC","licB","LicC","LicB","subtiwiki","224308.BSU38590/224308.BSU38580","physical","txid224308" +"BSU_05860","BSU_06170","GmuE","YdjE","gmuE","fruC","GmuE","YdjE","string-db","224308.BSU06170/224308.BSU05860","physical","txid224308" +"BSU_05870","BSU_12020","GmuF","ManA","gmuF","manA","GmuF","ManA","string-db","224308.BSU12020/224308.BSU05870","physical","txid224308" +"BSU_05870","BSU_35790","GmuF","YvyI","gmuF","pmi","GmuF","YvyI","string-db","224308.BSU35790/224308.BSU05870","physical","txid224308" +"BSU_12020","BSU_35790","ManA","YvyI","manA","pmi","ManA","YvyI","string-db","224308.BSU35790/224308.BSU12020","physical","txid224308" +"BSU_05900","BSU_15780","ThiL","CpgA","BSU_05900","BSU_15780","ThiL","CpgA","string-db","224308.BSU15780/224308.BSU05900","physical","txid224308" +"BSU_05920","BSU_05910","TsaB","TsaE","BSU_05920","BSU_05910","TsaB","TsaE","subtiwiki","224308.BSU05920/224308.BSU05910","physical","txid224308" +"BSU_05920","BSU_05940","TsaB","TsaD","BSU_05920","BSU_05940","TsaB","TsaD","subtiwiki","224308.BSU05940/224308.BSU05920","physical","txid224308" +"BSU_05920","BSU_36950","TsaB","TsaC","BSU_05920","tsaC","TsaB","TsaC","string-db","224308.BSU36950/224308.BSU05920","physical","txid224308" +"BSU_05940","BSU_05910","TsaD","TsaE","BSU_05940","BSU_05910","TsaD","TsaE","subtiwiki","224308.BSU05940/224308.BSU05910","physical","txid224308" +"BSU_06020","BSU_16500","GroES","Tsf","groES","tsf","GroES","Tsf","string-db","224308.BSU16500/224308.BSU06020","physical","txid224308" +"BSU_06020","BSU_06030","GroES","GroEL","groES","groEL","GroES","GroEL","subtiwiki","224308.BSU06020/224308.BSU06030","physical","txid224308" +"BSU_06020","BSU_25480","GroES","GrpE","groES","grpE","GroES","GrpE","string-db","224308.BSU25480/224308.BSU06020","physical","txid224308" +"BSU_25480","BSU_25510","GrpE","LepA","grpE","lepA","GrpE","LepA","string-db","224308.BSU25510/224308.BSU25480","physical","txid224308" +"BSU_25480","BSU_25490","GrpE","HrcA","grpE","hrcA","GrpE","HrcA","string-db","224308.BSU25490/224308.BSU25480","physical","txid224308" +"BSU_37080","BSU_16600","Rho","NusA","BSU_37080","nusA","Rho","NusA","subtiwiki","224308.BSU37080/224308.BSU16600","physical","txid224308" +"BSU_37080","BSU_01070","Rho","RpoB","BSU_37080","rpoB","Rho","RpoB","subtiwiki","224308.BSU37080/224308.BSU01070","physical","txid224308" +"BSU_37080","BSU_01080","Rho","RpoC","BSU_37080","rpoC","Rho","RpoC","subtiwiki","224308.BSU37080/224308.BSU01080","physical","txid224308" +"BSU_37080","BSU_15690","Rho","RpoZ","BSU_37080","yloH","Rho","YloH","subtiwiki","224308.BSU37080/224308.BSU15690","physical","txid224308" +"BSU_06060","BSU_06070","BsuMA","BsuMB","ydiO","ydiP","BsuMA","BsuMB","string-db","224308.BSU06070/224308.BSU06060","physical","txid224308" +"BSU_06060","BSU_20250","BsuMA","MtbP","ydiO","BSU_20250","BsuMA","MtbP","string-db","224308.BSU20250/224308.BSU06060","physical","txid224308" +"BSU_06060","BSU_27280","BsuMA","YrrT","ydiO","yrrT","BsuMA","YrrT","string-db","224308.BSU27280/224308.BSU06060","physical","txid224308" +"BSU_06070","BSU_20250","BsuMB","MtbP","ydiP","BSU_20250","BsuMB","MtbP","string-db","224308.BSU20250/224308.BSU06070","physical","txid224308" +"BSU_06070","BSU_27280","BsuMB","YrrT","ydiP","yrrT","BsuMB","YrrT","string-db","224308.BSU27280/224308.BSU06070","physical","txid224308" +"BSU_20250","BSU_27280","MtbP","YrrT","BSU_20250","yrrT","MtbP","YrrT","string-db","224308.BSU27280/224308.BSU20250","physical","txid224308" +"BSU_06180","BSU_06210","PspA","YdjI","pspA","ydjI","PspA","YdjI","subtiwiki","224308.BSU06180/224308.BSU06210","physical","txid224308" +"BSU_06180","BSU_06200","PspA","YdjH","pspA","ydjH","PspA","YdjH","subtiwiki","224308.BSU06180/224308.BSU06200","physical","txid224308" +"BSU_06180","BSU_24290","PspA","XseB","pspA","BSU_24290","PspA","XseB","string-db","224308.BSU24290/224308.BSU06180","physical","txid224308" +"BSU_06180","BSU_29740","PspA","CcpA","pspA","ccpA","PspA","CcpA","string-db","224308.BSU29740/224308.BSU06180","physical","txid224308" +"BSU_06210","BSU_29740","YdjI","CcpA","ydjI","ccpA","YdjI","CcpA","string-db","224308.BSU29740/224308.BSU06210","physical","txid224308" +"BSU_06240","BSU_29740","BdhA","CcpA","bdhA","ccpA","BdhA","CcpA","string-db","224308.BSU29740/224308.BSU06240","physical","txid224308" +"BSU_06280","BSU_07580","YdjP","CitS","ydjP","BSU_07580","YdjP","CitS","string-db","224308.BSU07580/224308.BSU06280","physical","txid224308" +"BSU_06360","BSU_34360","GuaA","EpsB","guaA","epsB","GuaA","EpsB","string-db","224308.BSU34360/224308.BSU06360","physical","txid224308" +"BSU_06360","BSU_29740","GuaA","CcpA","guaA","ccpA","GuaA","CcpA","string-db","224308.BSU29740/224308.BSU06360","physical","txid224308" +"BSU_06380","BSU_40400","YebC","WalK","yebC","BSU_40400","YebC","WalK","string-db","224308.BSU40400/224308.BSU06380","physical","txid224308" +"BSU_40400","BSU_40410","WalK","WalR","BSU_40400","walR","WalK","WalR","subtiwiki","224308.BSU40410/224308.BSU40400","physical","txid224308" +"BSU_06420","BSU_29740","PurE","CcpA","purE","ccpA","PurE","CcpA","string-db","224308.BSU29740/224308.BSU06420","physical","txid224308" +"BSU_06440","BSU_31240","PurB","McpA","purB","mcpA","PurB","McpA","string-db","224308.BSU31240/224308.BSU06440","physical","txid224308" +"BSU_06440","BSU_29740","PurB","CcpA","purB","ccpA","PurB","CcpA","string-db","224308.BSU29740/224308.BSU06440","physical","txid224308" +"BSU_06440","BSU_33020","PurB","CssS","purB","cssS","PurB","CssS","string-db","224308.BSU33020/224308.BSU06440","physical","txid224308" +"BSU_06440","BSU_06450","PurB","PurC","purB","purC","PurB","PurC","string-db","224308.BSU06450/224308.BSU06440","physical","txid224308" +"BSU_06450","BSU_29740","PurC","CcpA","purC","ccpA","PurC","CcpA","string-db","224308.BSU29740/224308.BSU06450","physical","txid224308" +"BSU_06460","BSU_06470","PurS","PurQ","purS","purQ","PurS","PurQ","subtiwiki","224308.BSU06460/224308.BSU06470","physical","txid224308" +"BSU_06460","BSU_06480","PurS","PurL","purS","purL","PurS","PurL","subtiwiki","224308.BSU06460/224308.BSU06480","physical","txid224308" +"BSU_06480","BSU_29740","PurL","CcpA","purL","ccpA","PurL","CcpA","string-db","224308.BSU29740/224308.BSU06480","physical","txid224308" +"BSU_06490","BSU_29740","PurF","CcpA","purF","ccpA","PurF","CcpA","string-db","224308.BSU29740/224308.BSU06490","physical","txid224308" +"BSU_06530","BSU_28150","PurD","HemC","purD","hemC","PurD","HemC","string-db","224308.BSU28150/224308.BSU06530","physical","txid224308" +"BSU_28150","BSU_36900","HemC","GlyA","hemC","glyA","HemC","GlyA","string-db","224308.BSU36900/224308.BSU28150","physical","txid224308" +"BSU_28150","BSU_38290","HemC","ThiE","hemC","thiE","HemC","ThiE","string-db","224308.BSU38290/224308.BSU28150","physical","txid224308" +"BSU_06560","BSU_14520","YerA","AdeC","BSU_06560","BSU_14520","YerA","AdeC","string-db","224308.BSU14520/224308.BSU06560","physical","txid224308" +"BSU_06570","BSU_06610","YerB","PcrA","yerB","pcrA","YerB","PcrA","subtiwiki","224308.BSU06570/224308.BSU06610","physical","txid224308" +"BSU_10620","BSU_23220","AddB","ScpA","addB","scpA","AddB","ScpA","string-db","224308.BSU23220/224308.BSU10620","physical","txid224308" +"BSU_10620","BSU_10630","AddB","AddA","addB","addA","AddB","AddA","subtiwiki","224308.BSU10630/224308.BSU10620","physical","txid224308" +"BSU_10620","BSU_11820","AddB","YjcD","addB","BSU_11820","AddB","YjcD","string-db","224308.BSU11820/224308.BSU10620","physical","txid224308" +"BSU_10620","BSU_27740","AddB","RuvA","addB","ruvA","AddB","RuvA","string-db","224308.BSU27740/224308.BSU10620","physical","txid224308" +"BSU_10620","BSU_34360","AddB","EpsB","addB","epsB","AddB","EpsB","string-db","224308.BSU34360/224308.BSU10620","physical","txid224308" +"BSU_10630","BSU_28030","AddA","MreB","addA","mreB","AddA","MreB","string-db","224308.BSU28030/224308.BSU10630","physical","txid224308" +"BSU_10630","BSU_27740","AddA","RuvA","addA","ruvA","AddA","RuvA","string-db","224308.BSU27740/224308.BSU10630","physical","txid224308" +"BSU_10630","BSU_11820","AddA","YjcD","addA","BSU_11820","AddA","YjcD","string-db","224308.BSU11820/224308.BSU10630","physical","txid224308" +"BSU_11820","BSU_27740","YjcD","RuvA","BSU_11820","ruvA","YjcD","RuvA","string-db","224308.BSU27740/224308.BSU11820","physical","txid224308" +"BSU_11820","BSU_33450","YjcD","HelD","BSU_11820","BSU_33450","YjcD","HelD","string-db","224308.BSU33450/224308.BSU11820","physical","txid224308" +"BSU_06620","BSU_01070","LigA","RpoB","ligA","rpoB","LigA","RpoB","subtiwiki","224308.BSU06620/224308.BSU01070","physical","txid224308" +"BSU_06620","BSU_25330","LigA","YqfF","ligA","BSU_25330","LigA","YqfF","string-db","224308.BSU25330/224308.BSU06620","physical","txid224308" +"BSU_06620","BSU_20500","LigA","LigB","ligA","BSU_20500","LigA","LigB","string-db","224308.BSU20500/224308.BSU06620","physical","txid224308" +"BSU_06620","BSU_19400","LigA","SodC","ligA","BSU_19400","LigA","SodC","string-db","224308.BSU19400/224308.BSU06620","physical","txid224308" +"BSU_06680","BSU_06690","GatA","GatB","BSU_06680","BSU_06690","GatA","GatB","subtiwiki","224308.BSU06690/224308.BSU06680","physical","txid224308" +"BSU_06680","BSU_29740","GatA","CcpA","BSU_06680","ccpA","GatA","CcpA","string-db","224308.BSU29740/224308.BSU06680","physical","txid224308" +"BSU_06690","BSU_29740","GatB","CcpA","BSU_06690","ccpA","GatB","CcpA","string-db","224308.BSU29740/224308.BSU06690","physical","txid224308" +"BSU_08080","BSU_14580","AcoC","PdhA","acoC","pdhA","AcoC","PdhA","string-db","224308.BSU14580/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_37240","AcoC","YwiE","acoC","ywiE","AcoC","YwiE","string-db","224308.BSU37240/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_08090","AcoC","AcoL","acoC","acoL","AcoC","AcoL","subtiwiki","224308.BSU08090/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_14590","AcoC","PdhB","acoC","pdhB","AcoC","PdhB","string-db","224308.BSU14590/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_24060","AcoC","LpdV","acoC","lpdV","AcoC","LpdV","string-db","224308.BSU24060/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_14610","AcoC","PdhD","acoC","pdhD","AcoC","PdhD","string-db","224308.BSU14610/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_19660","AcoC","YozD","acoC","BSU_19660","AcoC","YozD","string-db","224308.BSU19660/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_08100","AcoC","AcoR","acoC","acoR","AcoC","AcoR","string-db","224308.BSU08100/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_13390","AcoC","YkoT","acoC","ykoT","AcoC","YkoT","string-db","224308.BSU13390/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_14600","AcoC","PdhC","acoC","pdhC","AcoC","PdhC","string-db","224308.BSU14600/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_25210","AcoC","DnaG","acoC","dnaG","AcoC","DnaG","string-db","224308.BSU25210/224308.BSU08080","physical","txid224308" +"BSU_08080","BSU_37640","AcoC","LipL","acoC","BSU_37640","AcoC","LipL","subtiwiki","224308.BSU08080/224308.BSU37640","physical","txid224308" +"BSU_33690","BSU_31260","YvaQ","McpB","yvaQ","mcpB","YvaQ","McpB","subtiwiki","224308.BSU33690/224308.BSU31260","physical","txid224308" +"BSU_23140","BSU_31860","ResB","YueB","resB","yueB","ResB","YueB","string-db","224308.BSU31860/224308.BSU23140","physical","txid224308" +"BSU_31960","BSU_31970","DhbF","DhbB","dhbF","dhbB","DhbF","DhbB","string-db","224308.BSU31970/224308.BSU31960","physical","txid224308" +"BSU_09550","BSU_09900","YhdP","YhaP","BSU_09550","yhaP","YhdP","YhaP","string-db","224308.BSU09900/224308.BSU09550","physical","txid224308" +"BSU_09550","BSU_13390","YhdP","YkoT","BSU_09550","ykoT","YhdP","YkoT","string-db","224308.BSU13390/224308.BSU09550","physical","txid224308" +"BSU_17320","BSU_25560","YmaF","HolA","BSU_17320","BSU_25560","YmaF","HolA","subtiwiki","224308.BSU17320/224308.BSU25560","physical","txid224308" +"BSU_06720","BSU_19330","DagK","SodF","BSU_06720","sodF","DagK","SodF","string-db","224308.BSU19330/224308.BSU06720","physical","txid224308" +"BSU_06720","BSU_15290","DagK","FtsZ","BSU_06720","ftsZ","DagK","FtsZ","string-db","224308.BSU15290/224308.BSU06720","physical","txid224308" +"BSU_06740","BSU_06760","YefB","YeeA","BSU_06740","BSU_06760","YefB","YeeA","string-db","224308.BSU06760/224308.BSU06740","physical","txid224308" +"BSU_06740","BSU_06780","YefB","YeeC","BSU_06740","BSU_06780","YefB","YeeC","string-db","224308.BSU06780/224308.BSU06740","physical","txid224308" +"BSU_06740","BSU_06770","YefB","YeeB","BSU_06740","BSU_06770","YefB","YeeB","string-db","224308.BSU06770/224308.BSU06740","physical","txid224308" +"BSU_06750","BSU_06770","YefC","YeeB","BSU_06750","BSU_06770","YefC","YeeB","string-db","224308.BSU06770/224308.BSU06750","physical","txid224308" +"BSU_06811","BSU_06812","YezG","YeeF","BSU_06811","BSU_06812","YezG","YeeF","subtiwiki","224308.BSU06812/224308.BSU06811","physical","txid224308" +"BSU_06830","BSU_37130","RapH","Spo0F","rapH","spo0F","RapH","Spo0F","subtiwiki","224308.BSU37130/224308.BSU06830","physical","txid224308" +"BSU_06830","BSU_16330","RapH","CheY","rapH","cheY","RapH","CheY","string-db","224308.BSU16330/224308.BSU06830","physical","txid224308" +"BSU_16330","BSU_16320","CheY","FliY","cheY","fliY","CheY","FliY","subtiwiki","224308.BSU16330/224308.BSU16320","physical","txid224308" +"BSU_16330","BSU_16430","CheY","CheA","cheY","cheA","CheY","CheA","subtiwiki","224308.BSU16330/224308.BSU16430","physical","txid224308" +"BSU_16330","BSU_16450","CheY","CheC","cheY","cheC","CheY","CheC","subtiwiki","224308.BSU16330/224308.BSU16450","physical","txid224308" +"BSU_16330","BSU_17940","CheY","YneI","cheY","yneI","CheY","YneI","string-db","224308.BSU17940/224308.BSU16330","physical","txid224308" +"BSU_06890","BSU_06910","CotJA","CotJC","cotJA","cotJC","CotJA","CotJC","subtiwiki","224308.BSU06890/224308.BSU06910","physical","txid224308" +"BSU_06950","BSU_06960","YesM","RhgL","rhgK","rhgL","RhgK","RhgL","subtiwiki","224308.BSU06950/224308.BSU06960","physical","txid224308" +"BSU_06950","BSU_19400","YesM","SodC","rhgK","BSU_19400","RhgK","SodC","string-db","224308.BSU19400/224308.BSU06950","physical","txid224308" +"BSU_13900","BSU_27080","PtsH","LevR","ptsH","levR","PtsH","LevR","subtiwiki","224308.BSU27080/224308.BSU13900","physical","txid224308" +"BSU_13900","BSU_35000","PtsH","HprK","ptsH","hprK","PtsH","HprK","subtiwiki","224308.BSU13900/224308.BSU35000","physical","txid224308" +"BSU_13900","BSU_29740","PtsH","CcpA","ptsH","ccpA","PtsH","CcpA","subtiwiki","224308.BSU13900/224308.BSU29740","physical","txid224308" +"BSU_13900","BSU_13910","PtsH","PtsI","ptsH","ptsI","PtsH","PtsI","subtiwiki","224308.BSU13910/224308.BSU13900","physical","txid224308" +"BSU_13900","BSU_33940","PtsH","GapA","ptsH","gapA","PtsH","GapA","subtiwiki","224308.BSU13900/224308.BSU33940","physical","txid224308" +"BSU_13900","BSU_03982","PtsH","MtlF","ptsH","mtlF","PtsH","MtlF","subtiwiki","224308.BSU13900/224308.BSU03982","physical","txid224308" +"BSU_13900","BSU_39080","PtsH","LicT","ptsH","licT","PtsH","LicT","subtiwiki","224308.BSU13900/224308.BSU39080","physical","txid224308" +"BSU_13900","BSU_35910","PtsH","RbsR","ptsH","rbsR","PtsH","RbsR","subtiwiki","224308.BSU13900/224308.BSU35910","physical","txid224308" +"BSU_13900","BSU_09290","PtsH","GlpK","ptsH","glpK","PtsH","GlpK","subtiwiki","224308.BSU13900/224308.BSU09290","physical","txid224308" +"BSU_13900","BSU_13880","PtsH","GlcT","ptsH","glcT","PtsH","GlcT","subtiwiki","224308.BSU13900/224308.BSU13880","physical","txid224308" +"BSU_13900","BSU_38070","PtsH","SacT","ptsH","sacT","PtsH","SacT","subtiwiki","224308.BSU13900/224308.BSU38070","physical","txid224308" +"BSU_13900","BSU_38420","PtsH","SacY","ptsH","sacY","PtsH","SacY","subtiwiki","224308.BSU13900/224308.BSU38420","physical","txid224308" +"BSU_13900","BSU_38600","PtsH","LicR","ptsH","licR","PtsH","LicR","subtiwiki","224308.BSU13900/224308.BSU38600","physical","txid224308" +"BSU_13900","BSU_39270","PtsH","BglP","ptsH","bglP","PtsH","BglP","subtiwiki","224308.BSU13900/224308.BSU39270","physical","txid224308" +"BSU_13900","BSU_13890","PtsH","PtsG","ptsH","ptsG","PtsH","PtsG","subtiwiki","224308.BSU13900/224308.BSU13890","physical","txid224308" +"BSU_13900","BSU_14400","PtsH","FruA","ptsH","fruA","PtsH","FruA","subtiwiki","224308.BSU13900/224308.BSU14400","physical","txid224308" +"BSU_13900","BSU_02350","PtsH","GamP","ptsH","gamP","PtsH","GamP","subtiwiki","224308.BSU13900/224308.BSU02350","physical","txid224308" +"BSU_13900","BSU_27070","PtsH","LevD","ptsH","levD","PtsH","LevD","subtiwiki","224308.BSU13900/224308.BSU27070","physical","txid224308" +"BSU_13900","BSU_12010","PtsH","ManP","ptsH","manP","PtsH","ManP","subtiwiki","224308.BSU13900/224308.BSU12010","physical","txid224308" +"BSU_13900","BSU_38570","PtsH","LicA","ptsH","licA","PtsH","LicA","subtiwiki","224308.BSU13900/224308.BSU38570","physical","txid224308" +"BSU_13900","BSU_05820","PtsH","GmuA","ptsH","gmuA","PtsH","GmuA","subtiwiki","224308.BSU13900/224308.BSU05820","physical","txid224308" +"BSU_13900","BSU_12000","PtsH","ManR","ptsH","manR","PtsH","ManR","subtiwiki","224308.BSU13900/224308.BSU12000","physical","txid224308" +"BSU_13900","BSU_38050","PtsH","SacP","ptsH","sacP","PtsH","SacP","subtiwiki","224308.BSU13900/224308.BSU38050","physical","txid224308" +"BSU_13900","BSU_07800","PtsH","TreP","ptsH","treP","PtsH","TreP","subtiwiki","224308.BSU13900/224308.BSU07800","physical","txid224308" +"BSU_13900","BSU_38410","PtsH","SacX","ptsH","sacX","PtsH","SacX","subtiwiki","224308.BSU13900/224308.BSU38410","physical","txid224308" +"BSU_13900","BSU_40910","PtsH","RpsF","ptsH","rpsF","PtsH","RpsF","subtiwiki","224308.BSU13900/224308.BSU40910","physical","txid224308" +"BSU_34740","BSU_35000","Crh","HprK","crh","hprK","Crh","HprK","subtiwiki","224308.BSU35000/224308.BSU34740","physical","txid224308" +"BSU_18160","BSU_28510","XynD","Xsa","xynD","abf2","XynD","Xsa","string-db","224308.BSU28510/224308.BSU18160","physical","txid224308" +"BSU_18160","BSU_28720","XynD","AbfA","xynD","abfA","XynD","AbfA","string-db","224308.BSU28720/224308.BSU18160","physical","txid224308" +"BSU_07080","BSU_34130","RhgZ","GanA","yesZ","ganA","YesZ","GanA","string-db","224308.BSU34130/224308.BSU07080","physical","txid224308" +"BSU_07090","BSU_08670","YetA","YgaB","BSU_07090","BSU_08670","YetA","YgaB","string-db","224308.BSU08670/224308.BSU07090","physical","txid224308" +"BSU_07100","BSU_07110","LplA","LplB","BSU_07100","BSU_07110","LplA","LplB","subtiwiki","224308.BSU07100/224308.BSU07110","physical","txid224308" +"BSU_07100","BSU_30170","LplA","YtcP","BSU_07100","BSU_30170","LplA","YtcP","string-db","224308.BSU30170/224308.BSU07100","physical","txid224308" +"BSU_07100","BSU_07120","LplA","LplC","BSU_07100","BSU_07120","LplA","LplC","subtiwiki","224308.BSU07120/224308.BSU07100","physical","txid224308" +"BSU_07100","BSU_30160","LplA","YtcQ","BSU_07100","BSU_30160","LplA","YtcQ","string-db","224308.BSU30160/224308.BSU07100","physical","txid224308" +"BSU_07100","BSU_30135","LplA","YteP","BSU_07100","BSU_30135","LplA","YteP","string-db","224308.BSU30135/224308.BSU07100","physical","txid224308" +"BSU_07110","BSU_30170","LplB","YtcP","BSU_07110","BSU_30170","LplB","YtcP","string-db","224308.BSU30170/224308.BSU07110","physical","txid224308" +"BSU_07110","BSU_30160","LplB","YtcQ","BSU_07110","BSU_30160","LplB","YtcQ","string-db","224308.BSU30160/224308.BSU07110","physical","txid224308" +"BSU_07110","BSU_30135","LplB","YteP","BSU_07110","BSU_30135","LplB","YteP","string-db","224308.BSU30135/224308.BSU07110","physical","txid224308" +"BSU_07110","BSU_07120","LplB","LplC","BSU_07110","BSU_07120","LplB","LplC","subtiwiki","224308.BSU07120/224308.BSU07110","physical","txid224308" +"BSU_30135","BSU_30160","YteP","YtcQ","BSU_30135","BSU_30160","YteP","YtcQ","subtiwiki","224308.BSU30160/224308.BSU30135","physical","txid224308" +"BSU_30135","BSU_30170","YteP","YtcP","BSU_30135","BSU_30170","YteP","YtcP","subtiwiki","224308.BSU30135/224308.BSU30170","physical","txid224308" +"BSU_07120","BSU_30135","LplC","YteP","BSU_07120","BSU_30135","LplC","YteP","string-db","224308.BSU30135/224308.BSU07120","physical","txid224308" +"BSU_07120","BSU_30160","LplC","YtcQ","BSU_07120","BSU_30160","LplC","YtcQ","string-db","224308.BSU30160/224308.BSU07120","physical","txid224308" +"BSU_07120","BSU_30170","LplC","YtcP","BSU_07120","BSU_30170","LplC","YtcP","string-db","224308.BSU30170/224308.BSU07120","physical","txid224308" +"BSU_30160","BSU_30170","YtcQ","YtcP","BSU_30160","BSU_30170","YtcQ","YtcP","subtiwiki","224308.BSU30160/224308.BSU30170","physical","txid224308" +"BSU_07250","BSU_27160","CypD","CypB","BSU_07250","yrhJ","CypD","CypB","string-db","224308.BSU27160/224308.BSU07250","physical","txid224308" +"BSU_07260","BSU_07710","LtaSA","LtaSB","yfnI","BSU_07710","YfnI","LtaSB","string-db","224308.BSU07710/224308.BSU07260","physical","txid224308" +"BSU_07350","BSU_29740","YfmT","CcpA","yfmT","ccpA","YfmT","CcpA","string-db","224308.BSU29740/224308.BSU07350","physical","txid224308" +"BSU_07490","BSU_07520","YfmF","YfmC","fecF","fecC","FecF","FecC","subtiwiki","224308.BSU07520/224308.BSU07490","physical","txid224308" +"BSU_07490","BSU_07510","YfmF","YfmD","fecF","fecD","FecF","FecD","subtiwiki","224308.BSU07510/224308.BSU07490","physical","txid224308" +"BSU_07490","BSU_07500","YfmF","YfmE","fecF","fecE","FecF","FecE","subtiwiki","224308.BSU07500/224308.BSU07490","physical","txid224308" +"BSU_07500","BSU_07520","YfmE","YfmC","fecE","fecC","FecE","FecC","subtiwiki","224308.BSU07520/224308.BSU07500","physical","txid224308" +"BSU_07500","BSU_07510","YfmE","YfmD","fecE","fecD","FecE","FecD","subtiwiki","224308.BSU07500/224308.BSU07510","physical","txid224308" +"BSU_07510","BSU_07520","YfmD","YfmC","fecD","fecC","FecD","FecC","subtiwiki","224308.BSU07520/224308.BSU07510","physical","txid224308" +"BSU_07560","BSU_34950","Pel","PelC","pel","BSU_34950","Pel","PelC","string-db","224308.BSU34950/224308.BSU07560","physical","txid224308" +"BSU_07570","BSU_07580","YflS","CitS","yflS","BSU_07580","YflS","CitS","string-db","224308.BSU07580/224308.BSU07570","physical","txid224308" +"BSU_29440","BSU_31240","ArgH","McpA","argH","mcpA","ArgH","McpA","string-db","224308.BSU31240/224308.BSU29440","physical","txid224308" +"BSU_29440","BSU_31250","ArgH","TlpA","argH","tlpA","ArgH","TlpA","string-db","224308.BSU31250/224308.BSU29440","physical","txid224308" +"BSU_27710","BSU_01160","Tgt","RplC","BSU_27710","rplC","Tgt","RplC","subtiwiki","224308.BSU27710/224308.BSU01160","physical","txid224308" +"BSU_18200","BSU_24300","NrnB","XseA","nrnB","BSU_24300","NrnB","XseA","string-db","224308.BSU24300/224308.BSU18200","physical","txid224308" +"BSU_07640","BSU_29470","YflL","AckA","BSU_07640","ackA","YflL","AckA","string-db","224308.BSU29470/224308.BSU07640","physical","txid224308" +"BSU_29470","BSU_29740","AckA","CcpA","ackA","ccpA","AckA","CcpA","string-db","224308.BSU29740/224308.BSU29470","physical","txid224308" +"BSU_22230","BSU_13900","YpqE","PtsH","ptsA","ptsH","PtsA","PtsH","subtiwiki","224308.BSU22230/224308.BSU13900","physical","txid224308" +"BSU_22230","BSU_24850","YpqE","GlcK","ptsA","BSU_24850","PtsA","GlcK","string-db","224308.BSU24850/224308.BSU22230","physical","txid224308" +"BSU_22230","BSU_40120","YpqE","YyzE","ptsA","BSU_40120","PtsA","YyzE","string-db","224308.BSU40120/224308.BSU22230","physical","txid224308" +"BSU_07810","BSU_08180","TreA","MalA","treA","malA","TreA","MalA","string-db","224308.BSU08180/224308.BSU07810","physical","txid224308" +"BSU_07880","BSU_36240","YfkJ","YwqE","yfkJ","ptpZ","YfkJ","PtpZ","string-db","224308.BSU36240/224308.BSU07880","physical","txid224308" +"BSU_07900","BSU_16960","Rbn","Rny","yfkH","BSU_16960","Rbn","Rny","string-db","224308.BSU16960/224308.BSU07900","physical","txid224308" +"BSU_07900","BSU_30270","Rbn","MsmE","yfkH","melE","Rbn","MelE","string-db","224308.BSU30270/224308.BSU07900","physical","txid224308" +"BSU_30270","BSU_30290","MsmE","AmyC","melE","melC","MelE","MelC","subtiwiki","224308.BSU30290/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_32550","MsmE","YurJ","melE","frlP","MelE","FrlP","string-db","224308.BSU32550/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_32590","MsmE","FrlN","melE","frlN","MelE","FrlN","string-db","224308.BSU32590/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_30280","MsmE","AmyD","melE","melD","MelE","MelD","subtiwiki","224308.BSU30280/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_32580","MsmE","FrlM","melE","frlM","MelE","FrlM","string-db","224308.BSU32580/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_32600","MsmE","FrlO","melE","frlO","MelE","FrlO","string-db","224308.BSU32600/224308.BSU30270","physical","txid224308" +"BSU_30270","BSU_38810","MsmE","MsmX","melE","msmX","MelE","MsmX","string-db","224308.BSU38810/224308.BSU30270","physical","txid224308" +"BSU_08000","BSU_19400","YfjQ","SodC","BSU_08000","BSU_19400","YfjQ","SodC","string-db","224308.BSU19400/224308.BSU08000","physical","txid224308" +"BSU_08060","BSU_08080","AcoA","AcoC","acoA","acoC","AcoA","AcoC","subtiwiki","224308.BSU08060/224308.BSU08080","physical","txid224308" +"BSU_08060","BSU_34520","AcoA","YvdP","acoA","cotQ","AcoA","CotQ","string-db","224308.BSU34520/224308.BSU08060","physical","txid224308" +"BSU_08060","BSU_08070","AcoA","AcoB","acoA","acoB","AcoA","AcoB","subtiwiki","224308.BSU08070/224308.BSU08060","physical","txid224308" +"BSU_08060","BSU_08100","AcoA","AcoR","acoA","acoR","AcoA","AcoR","string-db","224308.BSU08100/224308.BSU08060","physical","txid224308" +"BSU_08060","BSU_25570","AcoA","ComEC","acoA","comEC","AcoA","ComEC","string-db","224308.BSU25570/224308.BSU08060","physical","txid224308" +"BSU_25570","BSU_25590","ComEC","ComEA","comEC","comEA","ComEC","ComEA","subtiwiki","224308.BSU25570/224308.BSU25590","physical","txid224308" +"BSU_25570","BSU_35470","ComEC","ComFA","comEC","comFA","ComEC","ComFA","subtiwiki","224308.BSU25570/224308.BSU35470","physical","txid224308" +"BSU_25570","BSU_35450","ComEC","ComFC","comEC","comFC","ComEC","ComFC","string-db","224308.BSU35450/224308.BSU25570","physical","txid224308" +"BSU_25570","BSU_37240","ComEC","YwiE","comEC","ywiE","ComEC","YwiE","string-db","224308.BSU37240/224308.BSU25570","physical","txid224308" +"BSU_34520","BSU_11750","YvdP","CotY","cotQ","cotY","CotQ","CotY","subtiwiki","224308.BSU34520/224308.BSU11750","physical","txid224308" +"BSU_34520","BSU_37240","YvdP","YwiE","cotQ","ywiE","CotQ","YwiE","string-db","224308.BSU37240/224308.BSU34520","physical","txid224308" +"BSU_08070","BSU_08080","AcoB","AcoC","acoB","acoC","AcoB","AcoC","subtiwiki","224308.BSU08070/224308.BSU08080","physical","txid224308" +"BSU_08070","BSU_08100","AcoB","AcoR","acoB","acoR","AcoB","AcoR","string-db","224308.BSU08100/224308.BSU08070","physical","txid224308" +"BSU_14580","BSU_14600","PdhA","PdhC","pdhA","pdhC","PdhA","PdhC","subtiwiki","224308.BSU14600/224308.BSU14580","physical","txid224308" +"BSU_14580","BSU_24060","PdhA","LpdV","pdhA","lpdV","PdhA","LpdV","string-db","224308.BSU24060/224308.BSU14580","physical","txid224308" +"BSU_14580","BSU_29740","PdhA","CcpA","pdhA","ccpA","PdhA","CcpA","string-db","224308.BSU29740/224308.BSU14580","physical","txid224308" +"BSU_14580","BSU_14610","PdhA","PdhD","pdhA","pdhD","PdhA","PdhD","subtiwiki","224308.BSU14580/224308.BSU14610","physical","txid224308" +"BSU_14580","BSU_14590","PdhA","PdhB","pdhA","pdhB","PdhA","PdhB","subtiwiki","224308.BSU14590/224308.BSU14580","physical","txid224308" +"BSU_14580","BSU_01500","PdhA","RpsI","pdhA","rpsI","PdhA","RpsI","subtiwiki","224308.BSU14580/224308.BSU01500","physical","txid224308" +"BSU_08090","BSU_19360","AcoL","OdhB","acoL","odhB","AcoL","OdhB","string-db","224308.BSU19360/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24560","AcoL","GcvPA","acoL","gcvPA","AcoL","GcvPA","string-db","224308.BSU24560/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_32800","AcoL","GcvH","acoL","BSU_32800","AcoL","GcvH","string-db","224308.BSU32800/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24040","AcoL","BkdAB","acoL","bkdAB","AcoL","BkdAB","string-db","224308.BSU24040/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24050","AcoL","BkdAA","acoL","bkdAA","AcoL","BkdAA","string-db","224308.BSU24050/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_14590","AcoL","PdhB","acoL","pdhB","AcoL","PdhB","string-db","224308.BSU14590/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_19370","AcoL","OdhA","acoL","odhA","AcoL","OdhA","string-db","224308.BSU19370/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24060","AcoL","LpdV","acoL","lpdV","AcoL","LpdV","string-db","224308.BSU24060/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24570","AcoL","GcvT","acoL","gcvT","AcoL","GcvT","string-db","224308.BSU24570/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_14600","AcoL","PdhC","acoL","pdhC","AcoL","PdhC","string-db","224308.BSU14600/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24550","AcoL","GcvPB","acoL","gcvPB","AcoL","GcvPB","string-db","224308.BSU24550/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_24030","AcoL","BkdB","acoL","bkdB","AcoL","BkdB","string-db","224308.BSU24030/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_14610","AcoL","PdhD","acoL","pdhD","AcoL","PdhD","string-db","224308.BSU14610/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_14580","AcoL","PdhA","acoL","pdhA","AcoL","PdhA","string-db","224308.BSU14580/224308.BSU08090","physical","txid224308" +"BSU_08090","BSU_08070","AcoL","AcoB","acoL","acoB","AcoL","AcoB","subtiwiki","224308.BSU08090/224308.BSU08070","physical","txid224308" +"BSU_08090","BSU_08060","AcoL","AcoA","acoL","acoA","AcoL","AcoA","subtiwiki","224308.BSU08090/224308.BSU08060","physical","txid224308" +"BSU_14610","BSU_24060","PdhD","LpdV","pdhD","lpdV","PdhD","LpdV","string-db","224308.BSU24060/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24030","PdhD","BkdB","pdhD","bkdB","PdhD","BkdB","string-db","224308.BSU24030/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_29740","PdhD","CcpA","pdhD","ccpA","PdhD","CcpA","string-db","224308.BSU29740/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24550","PdhD","GcvPB","pdhD","gcvPB","PdhD","GcvPB","string-db","224308.BSU24550/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_19360","PdhD","OdhB","pdhD","odhB","PdhD","OdhB","subtiwiki","224308.BSU19360/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24050","PdhD","BkdAA","pdhD","bkdAA","PdhD","BkdAA","string-db","224308.BSU24050/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24570","PdhD","GcvT","pdhD","gcvT","PdhD","GcvT","string-db","224308.BSU24570/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_32800","PdhD","GcvH","pdhD","BSU_32800","PdhD","GcvH","string-db","224308.BSU32800/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24040","PdhD","BkdAB","pdhD","bkdAB","PdhD","BkdAB","string-db","224308.BSU24040/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_24560","PdhD","GcvPA","pdhD","gcvPA","PdhD","GcvPA","string-db","224308.BSU24560/224308.BSU14610","physical","txid224308" +"BSU_14610","BSU_19370","PdhD","OdhA","pdhD","odhA","PdhD","OdhA","subtiwiki","224308.BSU19370/224308.BSU14610","physical","txid224308" +"BSU_14590","BSU_18060","PdhB","PdhI","pdhB","BSU_18060","PdhB","PdhI","subtiwiki","224308.BSU14590/224308.BSU18060","physical","txid224308" +"BSU_14590","BSU_24060","PdhB","LpdV","pdhB","lpdV","PdhB","LpdV","string-db","224308.BSU24060/224308.BSU14590","physical","txid224308" +"BSU_14590","BSU_29740","PdhB","CcpA","pdhB","ccpA","PdhB","CcpA","string-db","224308.BSU29740/224308.BSU14590","physical","txid224308" +"BSU_14590","BSU_14600","PdhB","PdhC","pdhB","pdhC","PdhB","PdhC","subtiwiki","224308.BSU14600/224308.BSU14590","physical","txid224308" +"BSU_14590","BSU_14610","PdhB","PdhD","pdhB","pdhD","PdhB","PdhD","subtiwiki","224308.BSU14590/224308.BSU14610","physical","txid224308" +"BSU_14600","BSU_35940","PdhC","RbsA","pdhC","rbsA","PdhC","RbsA","subtiwiki","224308.BSU14600/224308.BSU35940","physical","txid224308" +"BSU_14600","BSU_37640","PdhC","LipL","pdhC","BSU_37640","PdhC","LipL","subtiwiki","224308.BSU14600/224308.BSU37640","physical","txid224308" +"BSU_14600","BSU_24060","PdhC","LpdV","pdhC","lpdV","PdhC","LpdV","string-db","224308.BSU24060/224308.BSU14600","physical","txid224308" +"BSU_14600","BSU_25210","PdhC","DnaG","pdhC","dnaG","PdhC","DnaG","string-db","224308.BSU25210/224308.BSU14600","physical","txid224308" +"BSU_14600","BSU_14610","PdhC","PdhD","pdhC","pdhD","PdhC","PdhD","subtiwiki","224308.BSU14600/224308.BSU14610","physical","txid224308" +"BSU_24060","BSU_24560","LpdV","GcvPA","lpdV","gcvPA","LpdV","GcvPA","string-db","224308.BSU24560/224308.BSU24060","physical","txid224308" +"BSU_24060","BSU_32800","LpdV","GcvH","lpdV","BSU_32800","LpdV","GcvH","string-db","224308.BSU32800/224308.BSU24060","physical","txid224308" +"BSU_24060","BSU_24550","LpdV","GcvPB","lpdV","gcvPB","LpdV","GcvPB","string-db","224308.BSU24550/224308.BSU24060","physical","txid224308" +"BSU_24060","BSU_24570","LpdV","GcvT","lpdV","gcvT","LpdV","GcvT","string-db","224308.BSU24570/224308.BSU24060","physical","txid224308" +"BSU_24570","BSU_32800","GcvT","GcvH","gcvT","BSU_32800","GcvT","GcvH","string-db","224308.BSU32800/224308.BSU24570","physical","txid224308" +"BSU_24570","BSU_36900","GcvT","GlyA","gcvT","glyA","GcvT","GlyA","string-db","224308.BSU36900/224308.BSU24570","physical","txid224308" +"BSU_24560","BSU_24570","GcvPA","GcvT","gcvPA","gcvT","GcvPA","GcvT","string-db","224308.BSU24570/224308.BSU24560","physical","txid224308" +"BSU_24560","BSU_32800","GcvPA","GcvH","gcvPA","BSU_32800","GcvPA","GcvH","string-db","224308.BSU32800/224308.BSU24560","physical","txid224308" +"BSU_19360","BSU_33040","OdhB","FumC","odhB","citG","OdhB","CitG","string-db","224308.BSU33040/224308.BSU19360","physical","txid224308" +"BSU_19360","BSU_19370","OdhB","OdhA","odhB","odhA","OdhB","OdhA","subtiwiki","224308.BSU19360/224308.BSU19370","physical","txid224308" +"BSU_19360","BSU_24060","OdhB","LpdV","odhB","lpdV","OdhB","LpdV","string-db","224308.BSU24060/224308.BSU19360","physical","txid224308" +"BSU_19360","BSU_29130","OdhB","Icd","odhB","icd","OdhB","Icd","subtiwiki","224308.BSU19360/224308.BSU29130","physical","txid224308" +"BSU_19360","BSU_10250","OdhB","LplJ","odhB","BSU_10250","OdhB","LplJ","subtiwiki","224308.BSU19360/224308.BSU10250","physical","txid224308" +"BSU_19360","BSU_37640","OdhB","LipL","odhB","BSU_37640","OdhB","LipL","subtiwiki","224308.BSU19360/224308.BSU37640","physical","txid224308" +"BSU_19360","BSU_13910","OdhB","PtsI","odhB","ptsI","OdhB","PtsI","subtiwiki","224308.BSU19360/224308.BSU13910","physical","txid224308" +"BSU_24050","BSU_24060","BkdAA","LpdV","bkdAA","lpdV","BkdAA","LpdV","subtiwiki","224308.BSU24050/224308.BSU24060","physical","txid224308" +"BSU_24040","BSU_25210","BkdAB","DnaG","bkdAB","dnaG","BkdAB","DnaG","string-db","224308.BSU25210/224308.BSU24040","physical","txid224308" +"BSU_24040","BSU_24050","BkdAB","BkdAA","bkdAB","bkdAA","BkdAB","BkdAA","subtiwiki","224308.BSU24040/224308.BSU24050","physical","txid224308" +"BSU_24040","BSU_40440","BkdAB","DnaC","bkdAB","BSU_40440","BkdAB","DnaC","string-db","224308.BSU40440/224308.BSU24040","physical","txid224308" +"BSU_24040","BSU_24060","BkdAB","LpdV","bkdAB","lpdV","BkdAB","LpdV","subtiwiki","224308.BSU24040/224308.BSU24060","physical","txid224308" +"BSU_19370","BSU_33040","OdhA","FumC","odhA","citG","OdhA","CitG","string-db","224308.BSU33040/224308.BSU19370","physical","txid224308" +"BSU_19370","BSU_24060","OdhA","LpdV","odhA","lpdV","OdhA","LpdV","string-db","224308.BSU24060/224308.BSU19370","physical","txid224308" +"BSU_24550","BSU_32800","GcvPB","GcvH","gcvPB","BSU_32800","GcvPB","GcvH","string-db","224308.BSU32800/224308.BSU24550","physical","txid224308" +"BSU_24550","BSU_24560","GcvPB","GcvPA","gcvPB","gcvPA","GcvPB","GcvPA","subtiwiki","224308.BSU24550/224308.BSU24560","physical","txid224308" +"BSU_24550","BSU_24570","GcvPB","GcvT","gcvPB","gcvT","GcvPB","GcvT","string-db","224308.BSU24570/224308.BSU24550","physical","txid224308" +"BSU_32800","BSU_37640","GcvH","LipL","BSU_32800","BSU_37640","GcvH","LipL","subtiwiki","224308.BSU32800/224308.BSU37640","physical","txid224308" +"BSU_32800","BSU_10250","GcvH","LplJ","BSU_32800","BSU_10250","GcvH","LplJ","subtiwiki","224308.BSU32800/224308.BSU10250","physical","txid224308" +"BSU_24030","BSU_24050","BkdB","BkdAA","bkdB","bkdAA","BkdB","BkdAA","subtiwiki","224308.BSU24030/224308.BSU24050","physical","txid224308" +"BSU_24030","BSU_24060","BkdB","LpdV","bkdB","lpdV","BkdB","LpdV","subtiwiki","224308.BSU24030/224308.BSU24060","physical","txid224308" +"BSU_24030","BSU_34360","BkdB","EpsB","bkdB","epsB","BkdB","EpsB","string-db","224308.BSU34360/224308.BSU24030","physical","txid224308" +"BSU_24030","BSU_24040","BkdB","BkdAB","bkdB","bkdAB","BkdB","BkdAB","subtiwiki","224308.BSU24030/224308.BSU24040","physical","txid224308" +"BSU_24030","BSU_37640","BkdB","LipL","bkdB","BSU_37640","BkdB","LipL","subtiwiki","224308.BSU24030/224308.BSU37640","physical","txid224308" +"BSU_08200","BSU_02350","MalP","GamP","malP","gamP","MalP","GamP","subtiwiki","224308.BSU08200/224308.BSU02350","physical","txid224308" +"BSU_08200","BSU_13890","MalP","PtsG","malP","ptsG","MalP","PtsG","subtiwiki","224308.BSU08200/224308.BSU13890","physical","txid224308" +"BSU_08200","BSU_22230","MalP","YpqE","malP","ptsA","MalP","PtsA","subtiwiki","224308.BSU08200/224308.BSU22230","physical","txid224308" +"BSU_08200","BSU_40120","MalP","YyzE","malP","BSU_40120","MalP","YyzE","string-db","224308.BSU40120/224308.BSU08200","physical","txid224308" +"BSU_08450","BSU_08460","YfiZ","YfhA","yfiZ","yfhA","YfiZ","YfhA","subtiwiki","224308.BSU08460/224308.BSU08450","physical","txid224308" +"BSU_08460","BSU_32940","YfhA","YusV","yfhA","yusV","YfhA","YusV","subtiwiki","224308.BSU08460/224308.BSU32940","physical","txid224308" +"BSU_08460","BSU_08440","YfhA","YfiY","yfhA","yfiY","YfhA","YfiY","subtiwiki","224308.BSU08460/224308.BSU08440","physical","txid224308" +"BSU_08470","BSU_19400","YfhB","SodC","BSU_08470","BSU_19400","YfhB","SodC","string-db","224308.BSU19400/224308.BSU08470","physical","txid224308" +"BSU_08520","BSU_22310","RecX","RecU","BSU_08520","recU","RecX","RecU","string-db","224308.BSU22310/224308.BSU08520","physical","txid224308" +"BSU_08650","BSU_04060","FabL","YcsG","fabL","ycsG","FabL","YcsG","subtiwiki","224308.BSU08650/224308.BSU04060","physical","txid224308" +"BSU_08650","BSU_29740","FabL","CcpA","fabL","ccpA","FabL","CcpA","string-db","224308.BSU29740/224308.BSU08650","physical","txid224308" +"BSU_08650","BSU_11720","FabL","FabI","fabL","fabI","FabL","FabI","string-db","224308.BSU11720/224308.BSU08650","physical","txid224308" +"BSU_11720","BSU_16870","FabI","YmfI","fabI","BSU_16870","FabI","YmfI","string-db","224308.BSU16870/224308.BSU11720","physical","txid224308" +"BSU_11720","BSU_15910","FabI","FabG","fabI","fabG","FabI","FabG","string-db","224308.BSU15910/224308.BSU11720","physical","txid224308" +"BSU_11720","BSU_29420","FabI","YtkK","fabI","ytkK","FabI","YtkK","string-db","224308.BSU29420/224308.BSU11720","physical","txid224308" +"BSU_11720","BSU_15900","FabI","FabD","fabI","fabD","FabI","FabD","string-db","224308.BSU15900/224308.BSU11720","physical","txid224308" +"BSU_11720","BSU_29740","FabI","CcpA","fabI","ccpA","FabI","CcpA","string-db","224308.BSU29740/224308.BSU11720","physical","txid224308" +"BSU_08710","BSU_28120","GsaB","HemL","BSU_08710","hemL","GsaB","HemL","string-db","224308.BSU28120/224308.BSU08710","physical","txid224308" +"BSU_08760","BSU_29740","Spo0M","CcpA","spo0M","ccpA","Spo0M","CcpA","string-db","224308.BSU29740/224308.BSU08760","physical","txid224308" +"BSU_08820","BSU_12420","KatA","YjoB","katA","yjoB","KatA","YjoB","subtiwiki","224308.BSU08820/224308.BSU12420","physical","txid224308" +"BSU_08820","BSU_39050","KatA","KatE","katA","katE","KatA","KatE","string-db","224308.BSU39050/224308.BSU08820","physical","txid224308" +"BSU_08820","BSU_38630","KatA","KatX","katA","katX","KatA","KatX","string-db","224308.BSU38630/224308.BSU08820","physical","txid224308" +"BSU_38630","BSU_39050","KatX","KatE","katX","katE","KatX","KatE","string-db","224308.BSU39050/224308.BSU38630","physical","txid224308" +"BSU_08830","BSU_08850","SsuB","SsuC","ssuB","ssuC","SsuB","SsuC","subtiwiki","224308.BSU08830/224308.BSU08850","physical","txid224308" +"BSU_08830","BSU_08840","SsuB","SsuA","ssuB","ssuA","SsuB","SsuA","subtiwiki","224308.BSU08830/224308.BSU08840","physical","txid224308" +"BSU_08840","BSU_08850","SsuA","SsuC","ssuA","ssuC","SsuA","SsuC","subtiwiki","224308.BSU08850/224308.BSU08840","physical","txid224308" +"BSU_08940","BSU_24300","YhbD","XseA","BSU_08940","BSU_24300","YhbD","XseA","string-db","224308.BSU24300/224308.BSU08940","physical","txid224308" +"BSU_09100","BSU_16490","CspB","RpsB","cspB","rpsB","CspB","RpsB","subtiwiki","224308.BSU09100/224308.BSU16490","physical","txid224308" +"BSU_09100","BSU_25140","CspB","CshB","cspB","BSU_25140","CspB","CshB","subtiwiki","224308.BSU09100/224308.BSU25140","physical","txid224308" +"BSU_09100","BSU_04580","CspB","CshA","cspB","BSU_04580","CspB","CshA","subtiwiki","224308.BSU09100/224308.BSU04580","physical","txid224308" +"BSU_09100","BSU_15830","CspB","YloU","cspB","BSU_15830","CspB","YloU","string-db","224308.BSU15830/224308.BSU09100","physical","txid224308" +"BSU_09100","BSU_24330","CspB","YqhY","cspB","BSU_24330","CspB","YqhY","string-db","224308.BSU24330/224308.BSU09100","physical","txid224308" +"BSU_09110","BSU_32750","YhcJ","MetN","BSU_09110","metN","YhcJ","MetN","string-db","224308.BSU32750/224308.BSU09110","physical","txid224308" +"BSU_09110","BSU_32740","YhcJ","MetP","BSU_09110","metP","YhcJ","MetP","string-db","224308.BSU32740/224308.BSU09110","physical","txid224308" +"BSU_09110","BSU_32730","YhcJ","MetQ","BSU_09110","metQ","YhcJ","MetQ","string-db","224308.BSU32730/224308.BSU09110","physical","txid224308" +"BSU_32740","BSU_32750","MetP","MetN","metP","metN","MetP","MetN","subtiwiki","224308.BSU32750/224308.BSU32740","physical","txid224308" +"BSU_32730","BSU_23560","MetQ","MleN","metQ","mleN","MetQ","MleN","subtiwiki","224308.BSU32730/224308.BSU23560","physical","txid224308" +"BSU_32730","BSU_38850","MetQ","YxkC","metQ","yxkC","MetQ","YxkC","subtiwiki","224308.BSU32730/224308.BSU38850","physical","txid224308" +"BSU_32730","BSU_35700","MetQ","TagH","metQ","tagH","MetQ","TagH","subtiwiki","224308.BSU32730/224308.BSU35700","physical","txid224308" +"BSU_32730","BSU_13950","MetQ","McpC","metQ","mcpC","MetQ","McpC","subtiwiki","224308.BSU32730/224308.BSU13950","physical","txid224308" +"BSU_32730","BSU_32750","MetQ","MetN","metQ","metN","MetQ","MetN","subtiwiki","224308.BSU32730/224308.BSU32750","physical","txid224308" +"BSU_32730","BSU_32740","MetQ","MetP","metQ","metP","MetQ","MetP","subtiwiki","224308.BSU32730/224308.BSU32740","physical","txid224308" +"BSU_09180","BSU_39940","YhcQ","YxaL","yhcQ","yxaL","YhcQ","YxaL","string-db","224308.BSU39940/224308.BSU09180","physical","txid224308" +"BSU_09300","BSU_22830","GlpD","GpsA","glpD","BSU_22830","GlpD","GpsA","string-db","224308.BSU22830/224308.BSU09300","physical","txid224308" +"BSU_09300","BSU_28190","GlpD","YsxC","glpD","ysxC","GlpD","YsxC","string-db","224308.BSU28190/224308.BSU09300","physical","txid224308" +"BSU_09300","BSU_27700","GlpD","YrbF","glpD","BSU_27700","GlpD","YrbF","subtiwiki","224308.BSU09300/224308.BSU27700","physical","txid224308" +"BSU_09300","BSU_02980","GlpD","OpuAA","glpD","opuAA","GlpD","OpuAA","subtiwiki","224308.BSU09300/224308.BSU02980","physical","txid224308" +"BSU_09300","BSU_22350","GlpD","DnaD","glpD","BSU_22350","GlpD","DnaD","subtiwiki","224308.BSU09300/224308.BSU22350","physical","txid224308" +"BSU_09300","BSU_07800","GlpD","TreP","glpD","treP","GlpD","TreP","subtiwiki","224308.BSU09300/224308.BSU07800","physical","txid224308" +"BSU_09310","BSU_29740","PgcA","CcpA","BSU_09310","ccpA","PgcA","CcpA","string-db","224308.BSU29740/224308.BSU09310","physical","txid224308" +"BSU_09310","BSU_17460","PgcA","GlnA","BSU_09310","glnA","PgcA","GlnA","string-db","224308.BSU17460/224308.BSU09310","physical","txid224308" +"BSU_09310","BSU_23500","PgcA","Drm","BSU_09310","drm","PgcA","Drm","string-db","224308.BSU23500/224308.BSU09310","physical","txid224308" +"BSU_09320","BSU_09330","YhcY","YhcZ","yhcY","yhcZ","YhcY","YhcZ","subtiwiki","224308.BSU09320/224308.BSU09330","physical","txid224308" +"BSU_09320","BSU_23220","YhcY","ScpA","yhcY","scpA","YhcY","ScpA","string-db","224308.BSU23220/224308.BSU09320","physical","txid224308" +"BSU_09380","BSU_19400","NsrR","SodC","nsrR","BSU_19400","NsrR","SodC","string-db","224308.BSU19400/224308.BSU09380","physical","txid224308" +"BSU_09420","BSU_15290","LytE","FtsZ","lytE","ftsZ","LytE","FtsZ","subtiwiki","224308.BSU09420/224308.BSU15290","physical","txid224308" +"BSU_09420","BSU_15160","LytE","PbpB","lytE","BSU_15160","LytE","PbpB","subtiwiki","224308.BSU09420/224308.BSU15160","physical","txid224308" +"BSU_09420","BSU_14470","LytE","MreBH","lytE","mreBH","LytE","MreBH","subtiwiki","224308.BSU09420/224308.BSU14470","physical","txid224308" +"BSU_09420","BSU_28030","LytE","MreB","lytE","mreB","LytE","MreB","string-db","224308.BSU28030/224308.BSU09420","physical","txid224308" +"BSU_14470","BSU_36410","MreBH","Mbl","mreBH","mbl","MreBH","Mbl","subtiwiki","224308.BSU14470/224308.BSU36410","physical","txid224308" +"BSU_14470","BSU_16910","MreBH","RodZ","mreBH","BSU_16910","MreBH","RodZ","subtiwiki","224308.BSU14470/224308.BSU16910","physical","txid224308" +"BSU_14470","BSU_28020","MreBH","MreC","mreBH","mreC","MreBH","MreC","subtiwiki","224308.BSU14470/224308.BSU28020","physical","txid224308" +"BSU_14470","BSU_38120","MreBH","RodA","mreBH","rodA","MreBH","RodA","subtiwiki","224308.BSU14470/224308.BSU38120","physical","txid224308" +"BSU_14470","BSU_27310","MreBH","PbpI","mreBH","pbpI","MreBH","PbpI","subtiwiki","224308.BSU14470/224308.BSU27310","physical","txid224308" +"BSU_14470","BSU_13980","MreBH","PbpH","mreBH","pbpH","MreBH","PbpH","subtiwiki","224308.BSU14470/224308.BSU13980","physical","txid224308" +"BSU_14470","BSU_04140","MreBH","PbpC","mreBH","BSU_04140","MreBH","PbpC","subtiwiki","224308.BSU14470/224308.BSU04140","physical","txid224308" +"BSU_14470","BSU_28030","MreBH","MreB","mreBH","mreB","MreBH","MreB","subtiwiki","224308.BSU14470/224308.BSU28030","physical","txid224308" +"BSU_09440","BSU_18000","CitA","CitB","citA","citB","CitA","CitB","string-db","224308.BSU18000/224308.BSU09440","physical","txid224308" +"BSU_09440","BSU_24140","CitA","MmgD","citA","mmgD","CitA","MmgD","string-db","224308.BSU24140/224308.BSU09440","physical","txid224308" +"BSU_09440","BSU_29140","CitA","CitZ","citA","citZ","CitA","CitZ","string-db","224308.BSU29140/224308.BSU09440","physical","txid224308" +"BSU_09440","BSU_29130","CitA","Icd","citA","icd","CitA","Icd","string-db","224308.BSU29130/224308.BSU09440","physical","txid224308" +"BSU_29140","BSU_29740","CitZ","CcpA","citZ","ccpA","CitZ","CcpA","string-db","224308.BSU29740/224308.BSU29140","physical","txid224308" +"BSU_18000","BSU_24140","CitB","MmgD","citB","mmgD","CitB","MmgD","string-db","224308.BSU24140/224308.BSU18000","physical","txid224308" +"BSU_18000","BSU_29740","CitB","CcpA","citB","ccpA","CitB","CcpA","string-db","224308.BSU29740/224308.BSU18000","physical","txid224308" +"BSU_18000","BSU_29140","CitB","CitZ","citB","citZ","CitB","CitZ","string-db","224308.BSU29140/224308.BSU18000","physical","txid224308" +"BSU_29130","BSU_29740","Icd","CcpA","icd","ccpA","Icd","CcpA","string-db","224308.BSU29740/224308.BSU29130","physical","txid224308" +"BSU_29130","BSU_29140","Icd","CitZ","icd","citZ","Icd","CitZ","subtiwiki","224308.BSU29140/224308.BSU29130","physical","txid224308" +"BSU_29130","BSU_18000","Icd","CitB","icd","citB","Icd","CitB","subtiwiki","224308.BSU29130/224308.BSU18000","physical","txid224308" +"BSU_24140","BSU_29140","MmgD","CitZ","mmgD","citZ","MmgD","CitZ","string-db","224308.BSU29140/224308.BSU24140","physical","txid224308" +"BSU_24140","BSU_29130","MmgD","Icd","mmgD","icd","MmgD","Icd","string-db","224308.BSU29130/224308.BSU24140","physical","txid224308" +"BSU_09500","BSU_09510","YhdK","YhdL","yhdK","yhdL","YhdK","YhdL","subtiwiki","224308.BSU09500/224308.BSU09510","physical","txid224308" +"BSU_09510","BSU_09520","YhdL","SigM","yhdL","sigM","YhdL","SigM","subtiwiki","224308.BSU09520/224308.BSU09510","physical","txid224308" +"BSU_09520","BSU_01080","SigM","RpoC","sigM","rpoC","SigM","RpoC","subtiwiki","224308.BSU09520/224308.BSU01080","physical","txid224308" +"BSU_09520","BSU_01070","SigM","RpoB","sigM","rpoB","SigM","RpoB","subtiwiki","224308.BSU09520/224308.BSU01070","physical","txid224308" +"BSU_09570","BSU_22620","YhdR","HisC","BSU_09570","hisC","YhdR","HisC","string-db","224308.BSU22620/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_18440","YhdR","GltB","BSU_09570","gltB","YhdR","GltB","string-db","224308.BSU18440/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_22370","YhdR","AspB","BSU_09570","BSU_22370","YhdR","AspB","string-db","224308.BSU22370/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_37790","YhdR","RocG","BSU_09570","rocG","YhdR","RocG","string-db","224308.BSU37790/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_22960","YhdR","GudB","BSU_09570","gudB","YhdR","GudB","string-db","224308.BSU22960/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_18450","YhdR","GltA","BSU_09570","gltA","YhdR","GltA","string-db","224308.BSU18450/224308.BSU09570","physical","txid224308" +"BSU_09570","BSU_09670","YhdR","Dat","BSU_09570","BSU_09670","YhdR","Dat","string-db","224308.BSU09670/224308.BSU09570","physical","txid224308" +"BSU_09670","BSU_32630","Dat","YurR","BSU_09670","BSU_32630","Dat","YurR","string-db","224308.BSU32630/224308.BSU09670","physical","txid224308" +"BSU_09670","BSU_22370","Dat","AspB","BSU_09670","BSU_22370","Dat","AspB","string-db","224308.BSU22370/224308.BSU09670","physical","txid224308" +"BSU_22620","BSU_22630","HisC","TrpA","hisC","trpA","HisC","TrpA","string-db","224308.BSU22630/224308.BSU22620","physical","txid224308" +"BSU_22620","BSU_29740","HisC","CcpA","hisC","ccpA","HisC","CcpA","string-db","224308.BSU29740/224308.BSU22620","physical","txid224308" +"BSU_22960","BSU_37790","GudB","RocG","gudB","rocG","GudB","RocG","string-db","224308.BSU37790/224308.BSU22960","physical","txid224308" +"BSU_22960","BSU_29740","GudB","CcpA","gudB","ccpA","GudB","CcpA","string-db","224308.BSU29740/224308.BSU22960","physical","txid224308" +"BSU_18440","BSU_22370","GltB","AspB","gltB","BSU_22370","GltB","AspB","string-db","224308.BSU22370/224308.BSU18440","physical","txid224308" +"BSU_18440","BSU_22960","GltB","GudB","gltB","gudB","GltB","GudB","string-db","224308.BSU22960/224308.BSU18440","physical","txid224308" +"BSU_18440","BSU_37790","GltB","RocG","gltB","rocG","GltB","RocG","string-db","224308.BSU37790/224308.BSU18440","physical","txid224308" +"BSU_18440","BSU_18450","GltB","GltA","gltB","gltA","GltB","GltA","subtiwiki","224308.BSU18450/224308.BSU18440","physical","txid224308" +"BSU_18440","BSU_29740","GltB","CcpA","gltB","ccpA","GltB","CcpA","string-db","224308.BSU29740/224308.BSU18440","physical","txid224308" +"BSU_18450","BSU_22370","GltA","AspB","gltA","BSU_22370","GltA","AspB","string-db","224308.BSU22370/224308.BSU18450","physical","txid224308" +"BSU_18450","BSU_29740","GltA","CcpA","gltA","ccpA","GltA","CcpA","string-db","224308.BSU29740/224308.BSU18450","physical","txid224308" +"BSU_18450","BSU_22960","GltA","GudB","gltA","gudB","GltA","GudB","subtiwiki","224308.BSU18450/224308.BSU22960","physical","txid224308" +"BSU_18450","BSU_37790","GltA","RocG","gltA","rocG","GltA","RocG","string-db","224308.BSU37790/224308.BSU18450","physical","txid224308" +"BSU_18450","BSU_29130","GltA","Icd","gltA","icd","GltA","Icd","subtiwiki","224308.BSU18450/224308.BSU29130","physical","txid224308" +"BSU_22370","BSU_29740","AspB","CcpA","BSU_22370","ccpA","AspB","CcpA","string-db","224308.BSU29740/224308.BSU22370","physical","txid224308" +"BSU_22370","BSU_37790","AspB","RocG","BSU_22370","rocG","AspB","RocG","string-db","224308.BSU37790/224308.BSU22370","physical","txid224308" +"BSU_22370","BSU_22960","AspB","GudB","BSU_22370","gudB","AspB","GudB","string-db","224308.BSU22960/224308.BSU22370","physical","txid224308" +"BSU_22370","BSU_22620","AspB","HisC","BSU_22370","hisC","AspB","HisC","string-db","224308.BSU22620/224308.BSU22370","physical","txid224308" +"BSU_09710","BSU_09720","YheI","YheH","bmrC","bmrD","BmrC","BmrD","subtiwiki","224308.BSU09710/224308.BSU09720","physical","txid224308" +"BSU_09750","BSU_28220","SspB","ClpX","sspB","clpX","SspB","ClpX","string-db","224308.BSU28220/224308.BSU09750","physical","txid224308" +"BSU_09830","BSU_15810","YhaX","SpoVM","yhaX","spoVM","YhaX","SpoVM","string-db","224308.BSU15810/224308.BSU09830","physical","txid224308" +"BSU_09830","BSU_28110","YhaX","SpoVID","yhaX","spoVID","YhaX","SpoVID","string-db","224308.BSU28110/224308.BSU09830","physical","txid224308" +"BSU_15810","BSU_28110","SpoVM","SpoVID","spoVM","spoVID","SpoVM","SpoVID","subtiwiki","224308.BSU28110/224308.BSU15810","physical","txid224308" +"BSU_09840","BSU_25500","HemZ","HemN","hemZ","hemN","HemZ","HemN","string-db","224308.BSU25500/224308.BSU09840","physical","txid224308" +"BSU_16460","BSU_31240","CheD","McpA","cheD","mcpA","CheD","McpA","subtiwiki","224308.BSU16460/224308.BSU31240","physical","txid224308" +"BSU_16460","BSU_31260","CheD","McpB","cheD","mcpB","CheD","McpB","subtiwiki","224308.BSU16460/224308.BSU31260","physical","txid224308" +"BSU_15850","BSU_21770","SdaAB","IlvA","BSU_15850","ilvA","SdaAB","IlvA","string-db","224308.BSU21770/224308.BSU15850","physical","txid224308" +"BSU_15850","BSU_15860","SdaAB","SdaAA","BSU_15850","BSU_15860","SdaAB","SdaAA","subtiwiki","224308.BSU15860/224308.BSU15850","physical","txid224308" +"BSU_09910","BSU_09920","YhaO","SbcE","yhaO","sbcE","YhaO","SbcE","string-db","224308.BSU09920/224308.BSU09910","physical","txid224308" +"BSU_09930","BSU_20480","YhaM","YoqX","yhaM","BSU_20480","YhaM","YoqX","string-db","224308.BSU20480/224308.BSU09930","physical","txid224308" +"BSU_09930","BSU_40440","YhaM","DnaC","yhaM","BSU_40440","YhaM","DnaC","subtiwiki","224308.BSU40440/224308.BSU09930","physical","txid224308" +"BSU_09930","BSU_30150","YhaM","YtdP","yhaM","BSU_30150","YhaM","YtdP","string-db","224308.BSU30150/224308.BSU09930","physical","txid224308" +"BSU_09930","BSU_37240","YhaM","YwiE","yhaM","ywiE","YhaM","YwiE","string-db","224308.BSU37240/224308.BSU09930","physical","txid224308" +"BSU_09940","BSU_40960","YhaL","ParB","yhaL","parB","YhaL","ParB","string-db","224308.BSU40960/224308.BSU09940","physical","txid224308" +"BSU_09950","BSU_10160","PrsA","YhgE","BSU_09950","BSU_10160","PrsA","YhgE","subtiwiki","224308.BSU09950/224308.BSU10160","physical","txid224308" +"BSU_09950","BSU_15160","PrsA","PbpB","BSU_09950","BSU_15160","PrsA","PbpB","subtiwiki","224308.BSU09950/224308.BSU15160","physical","txid224308" +"BSU_09950","BSU_40440","PrsA","DnaC","BSU_09950","BSU_40440","PrsA","DnaC","string-db","224308.BSU40440/224308.BSU09950","physical","txid224308" +"BSU_09950","BSU_29740","PrsA","CcpA","BSU_09950","ccpA","PrsA","CcpA","string-db","224308.BSU29740/224308.BSU09950","physical","txid224308" +"BSU_09950","BSU_15280","PrsA","FtsA","BSU_09950","ftsA","PrsA","FtsA","string-db","224308.BSU15280/224308.BSU09950","physical","txid224308" +"BSU_09980","BSU_24300","YhaI","XseA","BSU_09980","BSU_24300","YhaI","XseA","string-db","224308.BSU24300/224308.BSU09980","physical","txid224308" +"BSU_29180","BSU_35190","Pyk","YvkC","BSU_29180","BSU_35190","Pyk","YvkC","string-db","224308.BSU35190/224308.BSU29180","physical","txid224308" +"BSU_29180","BSU_29740","Pyk","CcpA","BSU_29180","ccpA","Pyk","CcpA","string-db","224308.BSU29740/224308.BSU29180","physical","txid224308" +"BSU_24610","BSU_31450","SinR","KinB","sinR","kinB","SinR","KinB","string-db","224308.BSU31450/224308.BSU24610","physical","txid224308" +"BSU_24610","BSU_34380","SinR","SlrR","sinR","slrR","SinR","SlrR","subtiwiki","224308.BSU24610/224308.BSU34380","physical","txid224308" +"BSU_24610","BSU_38229","SinR","SlrA","sinR","slrA","SinR","SlrA","subtiwiki","224308.BSU24610/224308.BSU38229","physical","txid224308" +"BSU_10000","BSU_36260","YhaH","YwqC","BSU_10000","tkmA","YhaH","TkmA","string-db","224308.BSU36260/224308.BSU10000","physical","txid224308" +"BSU_10170","BSU_11330","FabHB","FabHA","fabHB","fabHA","FabHB","FabHA","string-db","224308.BSU11330/224308.BSU10170","physical","txid224308" +"BSU_10250","BSU_29740","LplJ","CcpA","BSU_10250","ccpA","LplJ","CcpA","string-db","224308.BSU29740/224308.BSU10250","physical","txid224308" +"BSU_10270","BSU_28560","LcfB","LcfA","lcfB","lcfA","LcfB","LcfA","string-db","224308.BSU28560/224308.BSU10270","physical","txid224308" +"BSU_10270","BSU_10360","LcfB","YhfT","lcfB","yhfT","LcfB","YhfT","string-db","224308.BSU10360/224308.BSU10270","physical","txid224308" +"BSU_10360","BSU_28560","YhfT","LcfA","yhfT","lcfA","YhfT","LcfA","string-db","224308.BSU28560/224308.BSU10360","physical","txid224308" +"BSU_10350","BSU_24170","YhfS","MmgA","yhfS","mmgA","YhfS","MmgA","string-db","224308.BSU24170/224308.BSU10350","physical","txid224308" +"BSU_10350","BSU_32830","YhfS","FadA","yhfS","fadA","YhfS","FadA","string-db","224308.BSU32830/224308.BSU10350","physical","txid224308" +"BSU_24170","BSU_32830","MmgA","FadA","mmgA","fadA","MmgA","FadA","string-db","224308.BSU32830/224308.BSU24170","physical","txid224308" +"BSU_23050","BSU_01470","FmnP","EcfT","ribU","BSU_01470","RibU","YbaF","subtiwiki","224308.BSU23050/224308.BSU01470","physical","txid224308" +"BSU_23050","BSU_30990","FmnP","ThiT","ribU","thiT","RibU","ThiT","string-db","224308.BSU30990/224308.BSU23050","physical","txid224308" +"BSU_10380","BSU_31250","HemAT","TlpA","hemAT","tlpA","HemAT","TlpA","string-db","224308.BSU31250/224308.BSU10380","physical","txid224308" +"BSU_10380","BSU_31240","HemAT","McpA","hemAT","mcpA","HemAT","McpA","string-db","224308.BSU31240/224308.BSU10380","physical","txid224308" +"BSU_10570","BSU_13050","YhjN","YkzH","BSU_10570","BSU_13050","YhjN","YkzH","string-db","224308.BSU13050/224308.BSU10570","physical","txid224308" +"BSU_10570","BSU_24290","YhjN","XseB","BSU_10570","BSU_24290","YhjN","XseB","string-db","224308.BSU24290/224308.BSU10570","physical","txid224308" +"BSU_13050","BSU_41020","YkzH","MnmE","BSU_13050","thdF","YkzH","ThdF","string-db","224308.BSU41020/224308.BSU13050","physical","txid224308" +"BSU_13050","BSU_33020","YkzH","CssS","BSU_13050","cssS","YkzH","CssS","string-db","224308.BSU33020/224308.BSU13050","physical","txid224308" +"BSU_13050","BSU_28610","YkzH","YshA","BSU_13050","BSU_28610","YkzH","ZapA","string-db","224308.BSU28610/224308.BSU13050","physical","txid224308" +"BSU_10640","BSU_10650","SbcD","SbcC","sbcD","sbcC","SbcD","SbcC","string-db","224308.BSU10650/224308.BSU10640","physical","txid224308" +"BSU_10650","BSU_31240","SbcC","McpA","sbcC","mcpA","SbcC","McpA","string-db","224308.BSU31240/224308.BSU10650","physical","txid224308" +"BSU_10650","BSU_25210","SbcC","DnaG","sbcC","dnaG","SbcC","DnaG","string-db","224308.BSU25210/224308.BSU10650","physical","txid224308" +"BSU_10650","BSU_31250","SbcC","TlpA","sbcC","tlpA","SbcC","TlpA","string-db","224308.BSU31250/224308.BSU10650","physical","txid224308" +"BSU_19510","BSU_33030","YojB","YuxN","BSU_19510","yuxN","YojB","YuxN","string-db","224308.BSU33030/224308.BSU19510","physical","txid224308" +"BSU_19510","BSU_40360","YojB","HtrC","BSU_19510","htrC","YojB","HtrC","string-db","224308.BSU40360/224308.BSU19510","physical","txid224308" +"BSU_12420","BSU_26020","YjoB","YqbP","yjoB","BSU_26020","YjoB","YqbP","string-db","224308.BSU26020/224308.BSU12420","physical","txid224308" +"BSU_12420","BSU_29740","YjoB","CcpA","yjoB","ccpA","YjoB","CcpA","string-db","224308.BSU29740/224308.BSU12420","physical","txid224308" +"BSU_12420","BSU_21860","YjoB","BrxA","yjoB","BSU_21860","YjoB","BrxA","subtiwiki","224308.BSU12420/224308.BSU21860","physical","txid224308" +"BSU_33030","BSU_34810","YuxN","YvcD","yuxN","yvcD","YuxN","YvcD","string-db","224308.BSU34810/224308.BSU33030","physical","txid224308" +"BSU_33030","BSU_40370","YuxN","WalJ","yuxN","BSU_40370","YuxN","WalJ","string-db","224308.BSU40370/224308.BSU33030","physical","txid224308" +"BSU_25140","BSU_39110","CshB","DeaD","BSU_25140","BSU_39110","CshB","DeaD","subtiwiki","224308.BSU25140/224308.BSU39110","physical","txid224308" +"BSU_10780","BSU_35500","YisN","DegS","BSU_10780","degS","YisN","DegS","string-db","224308.BSU35500/224308.BSU10780","physical","txid224308" +"BSU_10780","BSU_25490","YisN","HrcA","BSU_10780","hrcA","YisN","HrcA","string-db","224308.BSU25490/224308.BSU10780","physical","txid224308" +"BSU_10780","BSU_25560","YisN","HolA","BSU_10780","BSU_25560","YisN","HolA","string-db","224308.BSU25560/224308.BSU10780","physical","txid224308" +"BSU_10850","BSU_31170","YisS","YulF","iolX","BSU_31170","YisS","YulF","string-db","224308.BSU31170/224308.BSU10850","physical","txid224308" +"BSU_10850","BSU_33530","YisS","YvaA","iolX","iolW","YisS","YvaA","string-db","224308.BSU33530/224308.BSU10850","physical","txid224308" +"BSU_31170","BSU_33530","YulF","YvaA","BSU_31170","iolW","YulF","YvaA","string-db","224308.BSU33530/224308.BSU31170","physical","txid224308" +"BSU_10910","BSU_15600","YisZ","CysC","yisZ","cysC","YisZ","CysC","string-db","224308.BSU15600/224308.BSU10910","physical","txid224308" +"BSU_10910","BSU_29250","YisZ","NrnA","yisZ","BSU_29250","YisZ","NrnA","string-db","224308.BSU29250/224308.BSU10910","physical","txid224308" +"BSU_15600","BSU_29250","CysC","NrnA","cysC","BSU_29250","CysC","NrnA","string-db","224308.BSU29250/224308.BSU15600","physical","txid224308" +"BSU_15600","BSU_29740","CysC","CcpA","cysC","ccpA","CysC","CcpA","string-db","224308.BSU29740/224308.BSU15600","physical","txid224308" +"BSU_10920","BSU_15590","YitA","Sat","yitA","sat","YitA","Sat","string-db","224308.BSU15590/224308.BSU10920","physical","txid224308" +"BSU_15590","BSU_15600","Sat","CysC","sat","cysC","Sat","CysC","string-db","224308.BSU15600/224308.BSU15590","physical","txid224308" +"BSU_15590","BSU_29740","Sat","CcpA","sat","ccpA","Sat","CcpA","string-db","224308.BSU29740/224308.BSU15590","physical","txid224308" +"BSU_15590","BSU_28000","Sat","MinC","sat","minC","Sat","MinC","string-db","224308.BSU28000/224308.BSU15590","physical","txid224308" +"BSU_10930","BSU_15570","YitB","CysH","yitB","cysH","YitB","CysH","string-db","224308.BSU15570/224308.BSU10930","physical","txid224308" +"BSU_11190","BSU_29740","ArgC","CcpA","argC","ccpA","ArgC","CcpA","string-db","224308.BSU29740/224308.BSU11190","physical","txid224308" +"BSU_11200","BSU_19710","ArgJ","YodQ","argJ","yodQ","ArgJ","YodQ","string-db","224308.BSU19710/224308.BSU11200","physical","txid224308" +"BSU_11200","BSU_29740","ArgJ","CcpA","argJ","ccpA","ArgJ","CcpA","string-db","224308.BSU29740/224308.BSU11200","physical","txid224308" +"BSU_11220","BSU_36190","ArgD","RttN","argD","BSU_36190","ArgD","YwqJ","string-db","224308.BSU36190/224308.BSU11220","physical","txid224308" +"BSU_11230","BSU_15510","CarA","PyrAA","carA","pyrAA","CarA","PyrAA","string-db","224308.BSU15510/224308.BSU11230","physical","txid224308" +"BSU_11230","BSU_11240","CarA","CarB","carA","carB","CarA","CarB","subtiwiki","224308.BSU11230/224308.BSU11240","physical","txid224308" +"BSU_11230","BSU_15520","CarA","PyrAB","carA","pyrAB","CarA","PyrAB","string-db","224308.BSU15520/224308.BSU11230","physical","txid224308" +"BSU_11240","BSU_15510","CarB","PyrAA","carB","pyrAA","CarB","PyrAA","string-db","224308.BSU15510/224308.BSU11240","physical","txid224308" +"BSU_11240","BSU_15520","CarB","PyrAB","carB","pyrAB","CarB","PyrAB","string-db","224308.BSU15520/224308.BSU11240","physical","txid224308" +"BSU_11240","BSU_29740","CarB","CcpA","carB","ccpA","CarB","CcpA","string-db","224308.BSU29740/224308.BSU11240","physical","txid224308" +"BSU_15510","BSU_15520","PyrAA","PyrAB","pyrAA","pyrAB","PyrAA","PyrAB","subtiwiki","224308.BSU15520/224308.BSU15510","physical","txid224308" +"BSU_11340","BSU_15920","FabF","AcpA","fabF","acpA","FabF","AcpA","string-db","224308.BSU15920/224308.BSU11340","physical","txid224308" +"BSU_11340","BSU_15900","FabF","FabD","fabF","fabD","FabF","FabD","string-db","224308.BSU15900/224308.BSU11340","physical","txid224308" +"BSU_15900","BSU_29740","FabD","CcpA","fabD","ccpA","FabD","CcpA","string-db","224308.BSU29740/224308.BSU15900","physical","txid224308" +"BSU_15900","BSU_15910","FabD","FabG","fabD","fabG","FabD","FabG","string-db","224308.BSU15910/224308.BSU15900","physical","txid224308" +"BSU_15900","BSU_16870","FabD","YmfI","fabD","BSU_16870","FabD","YmfI","string-db","224308.BSU16870/224308.BSU15900","physical","txid224308" +"BSU_15900","BSU_24350","FabD","AccB","fabD","BSU_24350","FabD","AccB","string-db","224308.BSU24350/224308.BSU15900","physical","txid224308" +"BSU_15900","BSU_29420","FabD","YtkK","fabD","ytkK","FabD","YtkK","string-db","224308.BSU29420/224308.BSU15900","physical","txid224308" +"BSU_11360","BSU_11470","AppD","OppF","appD","oppF","AppD","OppF","string-db","224308.BSU11470/224308.BSU11360","physical","txid224308" +"BSU_11360","BSU_11400","AppD","AppC","appD","appC","AppD","AppC","subtiwiki","224308.BSU11400/224308.BSU11360","physical","txid224308" +"BSU_11360","BSU_13000","AppD","YkfD","appD","ykfD","AppD","YkfD","string-db","224308.BSU13000/224308.BSU11360","physical","txid224308" +"BSU_11360","BSU_11390","AppD","AppB","appD","appB","AppD","AppB","subtiwiki","224308.BSU11360/224308.BSU11390","physical","txid224308" +"BSU_11360","BSU_11370","AppD","AppF","appD","appF","AppD","AppF","subtiwiki","224308.BSU11360/224308.BSU11370","physical","txid224308" +"BSU_11470","BSU_12920","OppF","DppA","oppF","dppA","OppF","DppA","string-db","224308.BSU12920/224308.BSU11470","physical","txid224308" +"BSU_11390","BSU_11400","AppB","AppC","appB","appC","AppB","AppC","subtiwiki","224308.BSU11400/224308.BSU11390","physical","txid224308" +"BSU_11390","BSU_11440","AppB","OppB","appB","oppB","AppB","OppB","string-db","224308.BSU11440/224308.BSU11390","physical","txid224308" +"BSU_11390","BSU_11450","AppB","OppC","appB","oppC","AppB","OppC","string-db","224308.BSU11450/224308.BSU11390","physical","txid224308" +"BSU_11390","BSU_13000","AppB","YkfD","appB","ykfD","AppB","YkfD","string-db","224308.BSU13000/224308.BSU11390","physical","txid224308" +"BSU_13000","BSU_12940","YkfD","DppC","ykfD","dppC","YkfD","DppC","subtiwiki","224308.BSU13000/224308.BSU12940","physical","txid224308" +"BSU_11370","BSU_11400","AppF","AppC","appF","appC","AppF","AppC","subtiwiki","224308.BSU11400/224308.BSU11370","physical","txid224308" +"BSU_11370","BSU_11390","AppF","AppB","appF","appB","AppF","AppB","subtiwiki","224308.BSU11370/224308.BSU11390","physical","txid224308" +"BSU_11370","BSU_13000","AppF","YkfD","appF","ykfD","AppF","YkfD","string-db","224308.BSU13000/224308.BSU11370","physical","txid224308" +"BSU_11440","BSU_11460","OppB","OppD","oppB","oppD","OppB","OppD","subtiwiki","224308.BSU11460/224308.BSU11440","physical","txid224308" +"BSU_11440","BSU_11450","OppB","OppC","oppB","oppC","OppB","OppC","subtiwiki","224308.BSU11440/224308.BSU11450","physical","txid224308" +"BSU_11440","BSU_11470","OppB","OppF","oppB","oppF","OppB","OppF","subtiwiki","224308.BSU11470/224308.BSU11440","physical","txid224308" +"BSU_11440","BSU_12920","OppB","DppA","oppB","dppA","OppB","DppA","string-db","224308.BSU12920/224308.BSU11440","physical","txid224308" +"BSU_11450","BSU_11460","OppC","OppD","oppC","oppD","OppC","OppD","subtiwiki","224308.BSU11460/224308.BSU11450","physical","txid224308" +"BSU_11450","BSU_12930","OppC","DppB","oppC","dppB","OppC","DppB","string-db","224308.BSU12930/224308.BSU11450","physical","txid224308" +"BSU_11450","BSU_11470","OppC","OppF","oppC","oppF","OppC","OppF","subtiwiki","224308.BSU11470/224308.BSU11450","physical","txid224308" +"BSU_11450","BSU_12920","OppC","DppA","oppC","dppA","OppC","DppA","string-db","224308.BSU12920/224308.BSU11450","physical","txid224308" +"BSU_12940","BSU_12960","DppC","DppE","dppC","dppE","DppC","DppE","subtiwiki","224308.BSU12960/224308.BSU12940","physical","txid224308" +"BSU_12940","BSU_12950","DppC","DppD","dppC","dppD","DppC","DppD","subtiwiki","224308.BSU12950/224308.BSU12940","physical","txid224308" +"BSU_11460","BSU_11470","OppD","OppF","oppD","oppF","OppD","OppF","subtiwiki","224308.BSU11460/224308.BSU11470","physical","txid224308" +"BSU_11460","BSU_12920","OppD","DppA","oppD","dppA","OppD","DppA","string-db","224308.BSU12920/224308.BSU11460","physical","txid224308" +"BSU_12930","BSU_13000","DppB","YkfD","dppB","ykfD","DppB","YkfD","subtiwiki","224308.BSU12930/224308.BSU13000","physical","txid224308" +"BSU_12930","BSU_12950","DppB","DppD","dppB","dppD","DppB","DppD","subtiwiki","224308.BSU12930/224308.BSU12950","physical","txid224308" +"BSU_12930","BSU_12960","DppB","DppE","dppB","dppE","DppB","DppE","subtiwiki","224308.BSU12930/224308.BSU12960","physical","txid224308" +"BSU_12930","BSU_12940","DppB","DppC","dppB","dppC","DppB","DppC","subtiwiki","224308.BSU12930/224308.BSU12940","physical","txid224308" +"BSU_12920","BSU_12940","DppA","DppC","dppA","dppC","DppA","DppC","string-db","224308.BSU12940/224308.BSU12920","physical","txid224308" +"BSU_12920","BSU_12930","DppA","DppB","dppA","dppB","DppA","DppB","string-db","224308.BSU12930/224308.BSU12920","physical","txid224308" +"BSU_11530","BSU_35470","CoiA","ComFA","BSU_11530","comFA","CoiA","ComFA","subtiwiki","224308.BSU11530/224308.BSU35470","physical","txid224308" +"BSU_11530","BSU_16940","CoiA","RecA","BSU_11530","recA","CoiA","RecA","string-db","224308.BSU16940/224308.BSU11530","physical","txid224308" +"BSU_11530","BSU_16110","CoiA","DprA","BSU_11530","dprA","CoiA","DprA","string-db","224308.BSU16110/224308.BSU11530","physical","txid224308" +"BSU_11530","BSU_36310","CoiA","SsbB","BSU_11530","ssbB","CoiA","SsbB","subtiwiki","224308.BSU11530/224308.BSU36310","physical","txid224308" +"BSU_16110","BSU_36310","DprA","SsbB","dprA","ssbB","DprA","SsbB","subtiwiki","224308.BSU36310/224308.BSU16110","physical","txid224308" +"BSU_16110","BSU_16940","DprA","RecA","dprA","recA","DprA","RecA","subtiwiki","224308.BSU16940/224308.BSU16110","physical","txid224308" +"BSU_16110","BSU_35470","DprA","ComFA","dprA","comFA","DprA","ComFA","subtiwiki","224308.BSU35470/224308.BSU16110","physical","txid224308" +"BSU_16110","BSU_35450","DprA","ComFC","dprA","comFC","DprA","ComFC","subtiwiki","224308.BSU16110/224308.BSU35450","physical","txid224308" +"BSU_36310","BSU_35470","SsbB","ComFA","ssbB","comFA","SsbB","ComFA","subtiwiki","224308.BSU36310/224308.BSU35470","physical","txid224308" +"BSU_22970","BSU_28220","MecB","ClpX","BSU_22970","clpX","YpbH","ClpX","string-db","224308.BSU28220/224308.BSU22970","physical","txid224308" +"BSU_22970","BSU_34540","MecB","ClpP","BSU_22970","clpP","YpbH","ClpP","string-db","224308.BSU34540/224308.BSU22970","physical","txid224308" +"BSU_22970","BSU_28200","MecB","LonA","BSU_22970","lonA","YpbH","LonA","string-db","224308.BSU28200/224308.BSU22970","physical","txid224308" +"BSU_11600","BSU_27600","RelP","Rsh","BSU_11600","BSU_27600","SasB","Rel","string-db","224308.BSU27600/224308.BSU11600","physical","txid224308" +"BSU_11600","BSU_38480","RelP","RelQ","BSU_11600","sasA","SasB","RelQ","string-db","224308.BSU38480/224308.BSU11600","physical","txid224308" +"BSU_11610","BSU_29540","PpnKA","PpnKB","BSU_11610","BSU_29540","PpnKA","YtdI","string-db","224308.BSU29540/224308.BSU11610","physical","txid224308" +"BSU_29540","BSU_29470","PpnKB","AckA","BSU_29540","ackA","YtdI","AckA","subtiwiki","224308.BSU29540/224308.BSU29470","physical","txid224308" +"BSU_11620","BSU_19400","YjbO","SodC","BSU_11620","BSU_19400","YjbO","SodC","string-db","224308.BSU19400/224308.BSU11620","physical","txid224308" +"BSU_11650","BSU_29740","TenA","CcpA","tenA","ccpA","TenA","CcpA","string-db","224308.BSU29740/224308.BSU11650","physical","txid224308" +"BSU_11680","BSU_11690","ThiS","ThiG","thiS","thiG","ThiS","ThiG","subtiwiki","224308.BSU11680/224308.BSU11690","physical","txid224308" +"BSU_11690","BSU_29740","ThiG","CcpA","thiG","ccpA","ThiG","CcpA","string-db","224308.BSU29740/224308.BSU11690","physical","txid224308" +"BSU_11700","BSU_29740","ThiF","CcpA","thiF","ccpA","ThiF","CcpA","string-db","224308.BSU29740/224308.BSU11700","physical","txid224308" +"BSU_11700","BSU_29580","ThiF","ThiI","thiF","BSU_29580","ThiF","ThiI","string-db","224308.BSU29580/224308.BSU11700","physical","txid224308" +"BSU_15910","BSU_29420","FabG","YtkK","fabG","ytkK","FabG","YtkK","string-db","224308.BSU29420/224308.BSU15910","physical","txid224308" +"BSU_15910","BSU_29740","FabG","CcpA","fabG","ccpA","FabG","CcpA","string-db","224308.BSU29740/224308.BSU15910","physical","txid224308" +"BSU_15910","BSU_16870","FabG","YmfI","fabG","BSU_16870","FabG","YmfI","string-db","224308.BSU16870/224308.BSU15910","physical","txid224308" +"BSU_16870","BSU_29420","YmfI","YtkK","BSU_16870","ytkK","YmfI","YtkK","string-db","224308.BSU29420/224308.BSU16870","physical","txid224308" +"BSU_11740","BSU_11750","CotZ","CotY","cotZ","cotY","CotZ","CotY","subtiwiki","224308.BSU11750/224308.BSU11740","physical","txid224308" +"BSU_11770","BSU_19780","CotW","CgeA","cotW","cgeA","CotW","CgeA","subtiwiki","224308.BSU11770/224308.BSU19780","physical","txid224308" +"BSU_11770","BSU_11780","CotW","CotV","cotW","cotV","CotW","CotV","subtiwiki","224308.BSU11770/224308.BSU11780","physical","txid224308" +"BSU_11780","BSU_11750","CotV","CotY","cotV","cotY","CotV","CotY","subtiwiki","224308.BSU11780/224308.BSU11750","physical","txid224308" +"BSU_11780","BSU_19780","CotV","CgeA","cotV","cgeA","CotV","CgeA","subtiwiki","224308.BSU11780/224308.BSU19780","physical","txid224308" +"BSU_11780","BSU_11740","CotV","CotZ","cotV","cotZ","CotV","CotZ","subtiwiki","224308.BSU11780/224308.BSU11740","physical","txid224308" +"BSU_11870","BSU_29740","MetI","CcpA","metI","ccpA","MetI","CcpA","string-db","224308.BSU29740/224308.BSU11870","physical","txid224308" +"BSU_11880","BSU_27260","MetC","MccA","metC","mccA","MetC","MccA","string-db","224308.BSU27260/224308.BSU11880","physical","txid224308" +"BSU_11880","BSU_31440","MetC","PatB","metC","BSU_31440","MetC","PatB","string-db","224308.BSU31440/224308.BSU11880","physical","txid224308" +"BSU_11880","BSU_27250","MetC","MccB","metC","mccB","MetC","MccB","string-db","224308.BSU27250/224308.BSU11880","physical","txid224308" +"BSU_27250","BSU_31440","MccB","PatB","mccB","BSU_31440","MccB","PatB","string-db","224308.BSU31440/224308.BSU27250","physical","txid224308" +"BSU_27260","BSU_31440","MccA","PatB","mccA","BSU_31440","MccA","PatB","string-db","224308.BSU31440/224308.BSU27260","physical","txid224308" +"BSU_11890","BSU_29230","YjcK","DnaE","BSU_11890","dnaE","YjcK","DnaE","string-db","224308.BSU29230/224308.BSU11890","physical","txid224308" +"BSU_11890","BSU_35500","YjcK","DegS","BSU_11890","degS","YjcK","DegS","string-db","224308.BSU35500/224308.BSU11890","physical","txid224308" +"BSU_12010","BSU_27070","ManP","LevD","manP","levD","ManP","LevD","string-db","224308.BSU27070/224308.BSU12010","physical","txid224308" +"BSU_12010","BSU_27060","ManP","LevE","manP","levE","ManP","LevE","string-db","224308.BSU27060/224308.BSU12010","physical","txid224308" +"BSU_12010","BSU_27050","ManP","LevF","manP","levF","ManP","LevF","string-db","224308.BSU27050/224308.BSU12010","physical","txid224308" +"BSU_12010","BSU_27040","ManP","LevG","manP","levG","ManP","LevG","string-db","224308.BSU27040/224308.BSU12010","physical","txid224308" +"BSU_12010","BSU_14400","ManP","FruA","manP","fruA","ManP","FruA","string-db","224308.BSU14400/224308.BSU12010","physical","txid224308" +"BSU_12010","BSU_12000","ManP","ManR","manP","manR","ManP","ManR","subtiwiki","224308.BSU12010/224308.BSU12000","physical","txid224308" +"BSU_27040","BSU_27060","LevG","LevE","levG","levE","LevG","LevE","string-db","224308.BSU27060/224308.BSU27040","physical","txid224308" +"BSU_27040","BSU_27070","LevG","LevD","levG","levD","LevG","LevD","string-db","224308.BSU27070/224308.BSU27040","physical","txid224308" +"BSU_27040","BSU_27050","LevG","LevF","levG","levF","LevG","LevF","subtiwiki","224308.BSU27050/224308.BSU27040","physical","txid224308" +"BSU_27060","BSU_27070","LevE","LevD","levE","levD","LevE","LevD","subtiwiki","224308.BSU27070/224308.BSU27060","physical","txid224308" +"BSU_27050","BSU_27060","LevF","LevE","levF","levE","LevF","LevE","string-db","224308.BSU27060/224308.BSU27050","physical","txid224308" +"BSU_27050","BSU_27070","LevF","LevD","levF","levD","LevF","LevD","string-db","224308.BSU27070/224308.BSU27050","physical","txid224308" +"BSU_12080","BSU_38160","CtaO","QoxB","ctaO","qoxB","CtaO","QoxB","string-db","224308.BSU38160/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14900","CtaO","CtaD","ctaO","ctaD","CtaO","CtaD","string-db","224308.BSU14900/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14880","CtaO","CtaB","ctaO","ctaB","CtaO","CtaB","string-db","224308.BSU14880/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_38140","CtaO","QoxD","ctaO","qoxD","CtaO","QoxD","string-db","224308.BSU38140/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_38150","CtaO","QoxC","ctaO","qoxC","CtaO","QoxC","string-db","224308.BSU38150/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14910","CtaO","CtaE","ctaO","ctaE","CtaO","CtaE","string-db","224308.BSU14910/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14870","CtaO","CtaA","ctaO","ctaA","CtaO","CtaA","string-db","224308.BSU14870/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_38170","CtaO","QoxA","ctaO","qoxA","CtaO","QoxA","string-db","224308.BSU38170/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14890","CtaO","CtaC","ctaO","ctaC","CtaO","CtaC","string-db","224308.BSU14890/224308.BSU12080","physical","txid224308" +"BSU_12080","BSU_14920","CtaO","CtaF","ctaO","ctaF","CtaO","CtaF","string-db","224308.BSU14920/224308.BSU12080","physical","txid224308" +"BSU_38150","BSU_38760","QoxC","CydA","qoxC","cydA","QoxC","CydA","string-db","224308.BSU38760/224308.BSU38150","physical","txid224308" +"BSU_38150","BSU_38750","QoxC","CydB","qoxC","cydB","QoxC","CydB","string-db","224308.BSU38750/224308.BSU38150","physical","txid224308" +"BSU_38150","BSU_38160","QoxC","QoxB","qoxC","qoxB","QoxC","QoxB","subtiwiki","224308.BSU38150/224308.BSU38160","physical","txid224308" +"BSU_38150","BSU_38170","QoxC","QoxA","qoxC","qoxA","QoxC","QoxA","subtiwiki","224308.BSU38150/224308.BSU38170","physical","txid224308" +"BSU_38170","BSU_09950","QoxA","PrsA","qoxA","BSU_09950","QoxA","PrsA","subtiwiki","224308.BSU38170/224308.BSU09950","physical","txid224308" +"BSU_38170","BSU_30560","QoxA","PckA","qoxA","pckA","QoxA","PckA","subtiwiki","224308.BSU38170/224308.BSU30560","physical","txid224308" +"BSU_14890","BSU_14920","CtaC","CtaF","ctaC","ctaF","CtaC","CtaF","subtiwiki","224308.BSU14920/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_14910","CtaC","CtaE","ctaC","ctaE","CtaC","CtaE","subtiwiki","224308.BSU14890/224308.BSU14910","physical","txid224308" +"BSU_14890","BSU_38160","CtaC","QoxB","ctaC","qoxB","CtaC","QoxB","string-db","224308.BSU38160/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_38170","CtaC","QoxA","ctaC","qoxA","CtaC","QoxA","string-db","224308.BSU38170/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_14900","CtaC","CtaD","ctaC","ctaD","CtaC","CtaD","subtiwiki","224308.BSU14900/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_38140","CtaC","QoxD","ctaC","qoxD","CtaC","QoxD","string-db","224308.BSU38140/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_38150","CtaC","QoxC","ctaC","qoxC","CtaC","QoxC","string-db","224308.BSU38150/224308.BSU14890","physical","txid224308" +"BSU_14890","BSU_38980","CtaC","AtoB","ctaC","scoB","CtaC","ScoB","subtiwiki","224308.BSU14890/224308.BSU38980","physical","txid224308" +"BSU_14920","BSU_38150","CtaF","QoxC","ctaF","qoxC","CtaF","QoxC","string-db","224308.BSU38150/224308.BSU14920","physical","txid224308" +"BSU_14920","BSU_38160","CtaF","QoxB","ctaF","qoxB","CtaF","QoxB","string-db","224308.BSU38160/224308.BSU14920","physical","txid224308" +"BSU_14920","BSU_38140","CtaF","QoxD","ctaF","qoxD","CtaF","QoxD","string-db","224308.BSU38140/224308.BSU14920","physical","txid224308" +"BSU_14920","BSU_38170","CtaF","QoxA","ctaF","qoxA","CtaF","QoxA","string-db","224308.BSU38170/224308.BSU14920","physical","txid224308" +"BSU_14910","BSU_38140","CtaE","QoxD","ctaE","qoxD","CtaE","QoxD","string-db","224308.BSU38140/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_38750","CtaE","CydB","ctaE","cydB","CtaE","CydB","string-db","224308.BSU38750/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_30710","CtaE","YthA","ctaE","BSU_30710","CtaE","YthA","string-db","224308.BSU30710/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_38160","CtaE","QoxB","ctaE","qoxB","CtaE","QoxB","string-db","224308.BSU38160/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_38170","CtaE","QoxA","ctaE","qoxA","CtaE","QoxA","string-db","224308.BSU38170/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_38150","CtaE","QoxC","ctaE","qoxC","CtaE","QoxC","string-db","224308.BSU38150/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_38760","CtaE","CydA","ctaE","cydA","CtaE","CydA","string-db","224308.BSU38760/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_14920","CtaE","CtaF","ctaE","ctaF","CtaE","CtaF","subtiwiki","224308.BSU14920/224308.BSU14910","physical","txid224308" +"BSU_14910","BSU_14870","CtaE","CtaA","ctaE","ctaA","CtaE","CtaA","subtiwiki","224308.BSU14910/224308.BSU14870","physical","txid224308" +"BSU_14870","BSU_14880","CtaA","CtaB","ctaA","ctaB","CtaA","CtaB","string-db","224308.BSU14880/224308.BSU14870","physical","txid224308" +"BSU_38140","BSU_38150","QoxD","QoxC","qoxD","qoxC","QoxD","QoxC","subtiwiki","224308.BSU38140/224308.BSU38150","physical","txid224308" +"BSU_38140","BSU_38750","QoxD","CydB","qoxD","cydB","QoxD","CydB","string-db","224308.BSU38750/224308.BSU38140","physical","txid224308" +"BSU_38140","BSU_38160","QoxD","QoxB","qoxD","qoxB","QoxD","QoxB","subtiwiki","224308.BSU38140/224308.BSU38160","physical","txid224308" +"BSU_38140","BSU_38760","QoxD","CydA","qoxD","cydA","QoxD","CydA","string-db","224308.BSU38760/224308.BSU38140","physical","txid224308" +"BSU_38140","BSU_38170","QoxD","QoxA","qoxD","qoxA","QoxD","QoxA","subtiwiki","224308.BSU38140/224308.BSU38170","physical","txid224308" +"BSU_38160","BSU_38170","QoxB","QoxA","qoxB","qoxA","QoxB","QoxA","subtiwiki","224308.BSU38170/224308.BSU38160","physical","txid224308" +"BSU_14900","BSU_38160","CtaD","QoxB","ctaD","qoxB","CtaD","QoxB","string-db","224308.BSU38160/224308.BSU14900","physical","txid224308" +"BSU_14900","BSU_38150","CtaD","QoxC","ctaD","qoxC","CtaD","QoxC","string-db","224308.BSU38150/224308.BSU14900","physical","txid224308" +"BSU_14900","BSU_14910","CtaD","CtaE","ctaD","ctaE","CtaD","CtaE","subtiwiki","224308.BSU14910/224308.BSU14900","physical","txid224308" +"BSU_14900","BSU_38170","CtaD","QoxA","ctaD","qoxA","CtaD","QoxA","string-db","224308.BSU38170/224308.BSU14900","physical","txid224308" +"BSU_14900","BSU_38140","CtaD","QoxD","ctaD","qoxD","CtaD","QoxD","string-db","224308.BSU38140/224308.BSU14900","physical","txid224308" +"BSU_14900","BSU_14920","CtaD","CtaF","ctaD","ctaF","CtaD","CtaF","subtiwiki","224308.BSU14920/224308.BSU14900","physical","txid224308" +"BSU_12160","BSU_15760","YjgC","PrpC","forC1","BSU_15760","ForC1","PrpC","string-db","224308.BSU15760/224308.BSU12160","physical","txid224308" +"BSU_12160","BSU_27220","YjgC","YrhE","forC1","BSU_27220","ForC1","ForC2","string-db","224308.BSU27220/224308.BSU12160","physical","txid224308" +"BSU_15760","BSU_15780","PrpC","CpgA","BSU_15760","BSU_15780","PrpC","CpgA","subtiwiki","224308.BSU15760/224308.BSU15780","physical","txid224308" +"BSU_15760","BSU_01130","PrpC","TufA","BSU_15760","tufA","PrpC","TufA","subtiwiki","224308.BSU15760/224308.BSU01130","physical","txid224308" +"BSU_12430","BSU_31680","RapA","ComA","rapA","comA","RapA","ComA","string-db","224308.BSU31680/224308.BSU12430","physical","txid224308" +"BSU_12430","BSU_12440","RapA","PhrA","rapA","phrA","RapA","PhrA","subtiwiki","224308.BSU12430/224308.BSU12440","physical","txid224308" +"BSU_12430","BSU_37130","RapA","Spo0F","rapA","spo0F","RapA","Spo0F","subtiwiki","224308.BSU12430/224308.BSU37130","physical","txid224308" +"BSU_31680","BSU_37460","ComA","RapF","comA","rapF","ComA","RapF","subtiwiki","224308.BSU37460/224308.BSU31680","physical","txid224308" +"BSU_31680","BSU_06830","ComA","RapH","comA","rapH","ComA","RapH","subtiwiki","224308.BSU31680/224308.BSU06830","physical","txid224308" +"BSU_12440","BSU_37130","PhrA","Spo0F","phrA","spo0F","PhrA","Spo0F","string-db","224308.BSU37130/224308.BSU12440","physical","txid224308" +"BSU_12530","BSU_40440","XkdC","DnaC","xkdC","BSU_40440","XkdC","DnaC","string-db","224308.BSU40440/224308.BSU12530","physical","txid224308" +"BSU_12600","BSU_19660","XkdF","YozD","xkdF","BSU_19660","XkdF","YozD","string-db","224308.BSU19660/224308.BSU12600","physical","txid224308" +"BSU_12820","BSU_12830","SpoIISB","SpoIISA","spoIISB","spoIISA","SpoIISB","SpoIISA","subtiwiki","224308.BSU12820/224308.BSU12830","physical","txid224308" +"BSU_12850","BSU_31250","YkaA","TlpA","ykaA","tlpA","YkaA","TlpA","string-db","224308.BSU31250/224308.BSU12850","physical","txid224308" +"BSU_12850","BSU_31240","YkaA","McpA","ykaA","mcpA","YkaA","McpA","string-db","224308.BSU31240/224308.BSU12850","physical","txid224308" +"BSU_12900","BSU_33000","HtrA","HtrB","htrA","htrB","HtrA","HtrB","string-db","224308.BSU33000/224308.BSU12900","physical","txid224308" +"BSU_12900","BSU_33010","HtrA","CssR","htrA","cssR","HtrA","CssR","string-db","224308.BSU33010/224308.BSU12900","physical","txid224308" +"BSU_12900","BSU_33030","HtrA","YuxN","htrA","yuxN","HtrA","YuxN","string-db","224308.BSU33030/224308.BSU12900","physical","txid224308" +"BSU_12900","BSU_18670","HtrA","YoaN","htrA","oxdD","HtrA","OxdD","string-db","224308.BSU18670/224308.BSU12900","physical","txid224308" +"BSU_12900","BSU_26030","HtrA","YqbO","htrA","BSU_26030","HtrA","YqbO","string-db","224308.BSU26030/224308.BSU12900","physical","txid224308" +"BSU_18670","BSU_11750","YoaN","CotY","oxdD","cotY","OxdD","CotY","subtiwiki","224308.BSU18670/224308.BSU11750","physical","txid224308" +"BSU_18670","BSU_19780","YoaN","CgeA","oxdD","cgeA","OxdD","CgeA","subtiwiki","224308.BSU18670/224308.BSU19780","physical","txid224308" +"BSU_18670","BSU_14250","YoaN","YknT","oxdD","yknT","OxdD","YknT","subtiwiki","224308.BSU18670/224308.BSU14250","physical","txid224308" +"BSU_18670","BSU_33240","YoaN","OxdC","oxdD","oxdC","OxdD","OxdC","string-db","224308.BSU33240/224308.BSU18670","physical","txid224308" +"BSU_33010","BSU_33020","CssR","CssS","cssR","cssS","CssR","CssS","subtiwiki","224308.BSU33020/224308.BSU33010","physical","txid224308" +"BSU_12950","BSU_12960","DppD","DppE","dppD","dppE","DppD","DppE","subtiwiki","224308.BSU12950/224308.BSU12960","physical","txid224308" +"BSU_12950","BSU_13000","DppD","YkfD","dppD","ykfD","DppD","YkfD","subtiwiki","224308.BSU12950/224308.BSU13000","physical","txid224308" +"BSU_13010","BSU_29740","Pgl","CcpA","ykgB","ccpA","Pgl","CcpA","string-db","224308.BSU29740/224308.BSU13010","physical","txid224308" +"BSU_31890","BSU_31875","YukC","YukB","essB","yukB","EssB","YukB","subtiwiki","224308.BSU31890/224308.BSU31875","physical","txid224308" +"BSU_31890","BSU_39300","YukC","YxiD","essB","BSU_39300","EssB","YxiD","subtiwiki","224308.BSU31890/224308.BSU39300","physical","txid224308" +"BSU_31890","BSU_31910","YukC","YukE","essB","yukE","EssB","YukE","subtiwiki","224308.BSU31890/224308.BSU31910","physical","txid224308" +"BSU_31890","BSU_31850","YukC","YueC","essB","yueC","EssB","YueC","subtiwiki","224308.BSU31890/224308.BSU31850","physical","txid224308" +"BSU_13120","BSU_18470","ProB","ProJ","proB","proJ","ProB","ProJ","string-db","224308.BSU18470/224308.BSU13120","physical","txid224308" +"BSU_13200","BSU_24760","RsbRB","RsbRD","BSU_13200","rsbRD","RsbRB","RsbRD","subtiwiki","224308.BSU24760/224308.BSU13200","physical","txid224308" +"BSU_13200","BSU_30340","RsbRB","YtvA","BSU_13200","ytvA","RsbRB","YtvA","subtiwiki","224308.BSU30340/224308.BSU13200","physical","txid224308" +"BSU_13230","BSU_13240","ThiV","ThiU","thiV","thiU","ThiV","ThiU","subtiwiki","224308.BSU13240/224308.BSU13230","physical","txid224308" +"BSU_36510","BSU_36520","AmtB","NrgB","nrgA","nrgB","NrgA","NrgB","subtiwiki","224308.BSU36510/224308.BSU36520","physical","txid224308" +"BSU_13500","BSU_14510","KtrD","KtrC","BSU_13500","ktrC","KtrD","KtrC","subtiwiki","224308.BSU14510/224308.BSU13500","physical","txid224308" +"BSU_13500","BSU_31090","KtrD","KtrA","BSU_13500","ktrA","KtrD","KtrA","subtiwiki","224308.BSU13500/224308.BSU31090","physical","txid224308" +"BSU_31090","BSU_31100","KtrA","KtrB","ktrA","ktrB","KtrA","KtrB","subtiwiki","224308.BSU31090/224308.BSU31100","physical","txid224308" +"BSU_14510","BSU_31100","KtrC","KtrB","ktrC","ktrB","KtrC","KtrB","subtiwiki","224308.BSU14510/224308.BSU31100","physical","txid224308" +"BSU_13530","BSU_33030","KinE","YuxN","kinE","yuxN","KinE","YuxN","string-db","224308.BSU33030/224308.BSU13530","physical","txid224308" +"BSU_13530","BSU_31450","KinE","KinB","kinE","kinB","KinE","KinB","string-db","224308.BSU31450/224308.BSU13530","physical","txid224308" +"BSU_13530","BSU_37130","KinE","Spo0F","kinE","spo0F","KinE","Spo0F","subtiwiki","224308.BSU13530/224308.BSU37130","physical","txid224308" +"BSU_31450","BSU_22540","KinB","QcrC","kinB","qcrC","KinB","QcrC","subtiwiki","224308.BSU31450/224308.BSU22540","physical","txid224308" +"BSU_31450","BSU_25690","KinB","Sda","kinB","sda","KinB","Sda","subtiwiki","224308.BSU31450/224308.BSU25690","physical","txid224308" +"BSU_31450","BSU_14890","KinB","CtaC","kinB","ctaC","KinB","CtaC","subtiwiki","224308.BSU31450/224308.BSU14890","physical","txid224308" +"BSU_31450","BSU_37130","KinB","Spo0F","kinB","spo0F","KinB","Spo0F","subtiwiki","224308.BSU31450/224308.BSU37130","physical","txid224308" +"BSU_13550","BSU_29740","MtnA","CcpA","mtnA","ccpA","MtnA","CcpA","string-db","224308.BSU29740/224308.BSU13550","physical","txid224308" +"BSU_13560","BSU_29740","MtnK","CcpA","mtnK","ccpA","MtnK","CcpA","string-db","224308.BSU29740/224308.BSU13560","physical","txid224308" +"BSU_13560","BSU_01050","MtnK","RplL","mtnK","rplL","MtnK","RplL","subtiwiki","224308.BSU13560/224308.BSU01050","physical","txid224308" +"BSU_13560","BSU_32260","MtnK","Hom","mtnK","hom","MtnK","Hom","subtiwiki","224308.BSU13560/224308.BSU32260","physical","txid224308" +"BSU_13590","BSU_29740","MtnW","CcpA","mtnW","ccpA","MtnW","CcpA","string-db","224308.BSU29740/224308.BSU13590","physical","txid224308" +"BSU_13620","BSU_29740","MtnD","CcpA","mtnD","ccpA","MtnD","CcpA","string-db","224308.BSU29740/224308.BSU13620","physical","txid224308" +"BSU_13660","BSU_37130","KinD","Spo0F","BSU_13660","spo0F","KinD","Spo0F","subtiwiki","224308.BSU13660/224308.BSU37130","physical","txid224308" +"BSU_13660","BSU_31010","KinD","FloT","BSU_13660","floT","KinD","FloT","subtiwiki","224308.BSU13660/224308.BSU31010","physical","txid224308" +"BSU_13660","BSU_31450","KinD","KinB","BSU_13660","kinB","KinD","KinB","string-db","224308.BSU31450/224308.BSU13660","physical","txid224308" +"BSU_13660","BSU_14490","KinD","KinC","BSU_13660","kinC","KinD","KinC","string-db","224308.BSU14490/224308.BSU13660","physical","txid224308" +"BSU_14490","BSU_31450","KinC","KinB","kinC","kinB","KinC","KinB","string-db","224308.BSU31450/224308.BSU14490","physical","txid224308" +"BSU_14490","BSU_23220","KinC","ScpA","kinC","scpA","KinC","ScpA","string-db","224308.BSU23220/224308.BSU14490","physical","txid224308" +"BSU_13680","BSU_13690","MotB","MotA","motB","motA","MotB","MotA","subtiwiki","224308.BSU13690/224308.BSU13680","physical","txid224308" +"BSU_13680","BSU_29730","MotB","YtxD","motB","motP","MotB","MotP","string-db","224308.BSU29730/224308.BSU13680","physical","txid224308" +"BSU_13680","BSU_29720","MotB","YtxE","motB","motS","MotB","MotS","string-db","224308.BSU29720/224308.BSU13680","physical","txid224308" +"BSU_13680","BSU_16220","MotB","FliG","motB","fliG","MotB","FliG","string-db","224308.BSU16220/224308.BSU13680","physical","txid224308" +"BSU_13680","BSU_22910","MotB","YpfA","motB","BSU_22910","MotB","MotI","string-db","224308.BSU22910/224308.BSU13680","physical","txid224308" +"BSU_29720","BSU_29730","YtxE","YtxD","motS","motP","MotS","MotP","subtiwiki","224308.BSU29730/224308.BSU29720","physical","txid224308" +"BSU_13690","BSU_29720","MotA","YtxE","motA","motS","MotA","MotS","string-db","224308.BSU29720/224308.BSU13690","physical","txid224308" +"BSU_13690","BSU_29730","MotA","YtxD","motA","motP","MotA","MotP","string-db","224308.BSU29730/224308.BSU13690","physical","txid224308" +"BSU_13690","BSU_22910","MotA","YpfA","motA","BSU_22910","MotA","MotI","subtiwiki","224308.BSU13690/224308.BSU22910","physical","txid224308" +"BSU_13740","BSU_39940","QueE","YxaL","queE","yxaL","QueE","YxaL","string-db","224308.BSU39940/224308.BSU13740","physical","txid224308" +"BSU_13840","BSU_15170","StoA","SpoVD","stoA","spoVD","StoA","SpoVD","subtiwiki","224308.BSU13840/224308.BSU15170","physical","txid224308" +"BSU_13840","BSU_17930","StoA","CcdA","stoA","ccdA","StoA","CcdA","string-db","224308.BSU17930/224308.BSU13840","physical","txid224308" +"BSU_17930","BSU_23140","CcdA","ResB","ccdA","resB","CcdA","ResB","string-db","224308.BSU23140/224308.BSU17930","physical","txid224308" +"BSU_17930","BSU_23130","CcdA","ResC","ccdA","resC","CcdA","ResC","string-db","224308.BSU23130/224308.BSU17930","physical","txid224308" +"BSU_17930","BSU_17940","CcdA","YneI","ccdA","yneI","CcdA","YneI","string-db","224308.BSU17940/224308.BSU17930","physical","txid224308" +"BSU_13860","BSU_29740","YkvY","CcpA","BSU_13860","ccpA","YkvY","CcpA","string-db","224308.BSU29740/224308.BSU13860","physical","txid224308" +"BSU_13890","BSU_07800","PtsG","TreP","ptsG","treP","PtsG","TreP","subtiwiki","224308.BSU13890/224308.BSU07800","physical","txid224308" +"BSU_13890","BSU_13880","PtsG","GlcT","ptsG","glcT","PtsG","GlcT","subtiwiki","224308.BSU13890/224308.BSU13880","physical","txid224308" +"BSU_13890","BSU_13910","PtsG","PtsI","ptsG","ptsI","PtsG","PtsI","string-db","224308.BSU13910/224308.BSU13890","physical","txid224308" +"BSU_13890","BSU_38050","PtsG","SacP","ptsG","sacP","PtsG","SacP","subtiwiki","224308.BSU38050/224308.BSU13890","physical","txid224308" +"BSU_13890","BSU_24850","PtsG","GlcK","ptsG","BSU_24850","PtsG","GlcK","string-db","224308.BSU24850/224308.BSU13890","physical","txid224308" +"BSU_13890","BSU_40120","PtsG","YyzE","ptsG","BSU_40120","PtsG","YyzE","string-db","224308.BSU40120/224308.BSU13890","physical","txid224308" +"BSU_13890","BSU_22230","PtsG","YpqE","ptsG","ptsA","PtsG","PtsA","string-db","224308.BSU22230/224308.BSU13890","physical","txid224308" +"BSU_13910","BSU_21350","PtsI","CwlP","ptsI","BSU_21350","PtsI","CwlP","subtiwiki","224308.BSU13910/224308.BSU21350","physical","txid224308" +"BSU_13910","BSU_15420","PtsI","DivIVA","ptsI","divIVA","PtsI","DivIVA","string-db","224308.BSU15420/224308.BSU13910","physical","txid224308" +"BSU_13910","BSU_29740","PtsI","CcpA","ptsI","ccpA","PtsI","CcpA","string-db","224308.BSU29740/224308.BSU13910","physical","txid224308" +"BSU_13910","BSU_40400","PtsI","WalK","ptsI","BSU_40400","PtsI","WalK","string-db","224308.BSU40400/224308.BSU13910","physical","txid224308" +"BSU_24850","BSU_40120","GlcK","YyzE","BSU_24850","BSU_40120","GlcK","YyzE","string-db","224308.BSU40120/224308.BSU24850","physical","txid224308" +"BSU_27080","BSU_27060","LevR","LevE","levR","levE","LevR","LevE","subtiwiki","224308.BSU27080/224308.BSU27060","physical","txid224308" +"BSU_13950","BSU_31260","McpC","McpB","mcpC","mcpB","McpC","McpB","subtiwiki","224308.BSU13950/224308.BSU31260","physical","txid224308" +"BSU_13950","BSU_16460","McpC","CheD","mcpC","cheD","McpC","CheD","subtiwiki","224308.BSU13950/224308.BSU16460","physical","txid224308" +"BSU_13950","BSU_23980","McpC","ArtP","mcpC","artP","McpC","ArtP","subtiwiki","224308.BSU13950/224308.BSU23980","physical","txid224308" +"BSU_13950","BSU_16430","McpC","CheA","mcpC","cheA","McpC","CheA","string-db","224308.BSU16430/224308.BSU13950","physical","txid224308" +"BSU_13950","BSU_16440","McpC","CheW","mcpC","cheW","McpC","CheW","string-db","224308.BSU16440/224308.BSU13950","physical","txid224308" +"BSU_13960","BSU_29740","YkwC","CcpA","BSU_13960","ccpA","YkwC","CcpA","string-db","224308.BSU29740/224308.BSU13960","physical","txid224308" +"BSU_13980","BSU_28010","PbpH","MreD","pbpH","mreD","PbpH","MreD","subtiwiki","224308.BSU28010/224308.BSU13980","physical","txid224308" +"BSU_13980","BSU_28020","PbpH","MreC","pbpH","mreC","PbpH","MreC","subtiwiki","224308.BSU28020/224308.BSU13980","physical","txid224308" +"BSU_13980","BSU_28030","PbpH","MreB","pbpH","mreB","PbpH","MreB","subtiwiki","224308.BSU13980/224308.BSU28030","physical","txid224308" +"BSU_13980","BSU_38120","PbpH","RodA","pbpH","rodA","PbpH","RodA","subtiwiki","224308.BSU13980/224308.BSU38120","physical","txid224308" +"BSU_14010","BSU_16440","CheV","CheW","cheV","cheW","CheV","CheW","string-db","224308.BSU16440/224308.BSU14010","physical","txid224308" +"BSU_14010","BSU_29740","CheV","CcpA","cheV","ccpA","CheV","CcpA","string-db","224308.BSU29740/224308.BSU14010","physical","txid224308" +"BSU_14180","BSU_29740","DapH","CcpA","BSU_14180","ccpA","DapH","CcpA","string-db","224308.BSU29740/224308.BSU14180","physical","txid224308" +"BSU_14270","BSU_14310","MoeB","MoaD","BSU_14270","BSU_14310","MoeB","MoaD","string-db","224308.BSU14310/224308.BSU14270","physical","txid224308" +"BSU_14300","BSU_14310","MoaE","MoaD","BSU_14300","BSU_14310","MoaE","MoaD","subtiwiki","224308.BSU14300/224308.BSU14310","physical","txid224308" +"BSU_14340","BSU_14370","YknW","YknZ","yknW","yknZ","YknW","YknZ","subtiwiki","224308.BSU14340/224308.BSU14370","physical","txid224308" +"BSU_14340","BSU_14360","YknW","YknY","yknW","yknY","YknW","YknY","subtiwiki","224308.BSU14340/224308.BSU14360","physical","txid224308" +"BSU_14340","BSU_14350","YknW","YknX","yknW","yknX","YknW","YknX","subtiwiki","224308.BSU14340/224308.BSU14350","physical","txid224308" +"BSU_14350","BSU_14360","YknX","YknY","yknX","yknY","YknX","YknY","subtiwiki","224308.BSU14350/224308.BSU14360","physical","txid224308" +"BSU_14430","BSU_01280","YkpA","RplE","BSU_14430","rplE","YkpA","RplE","subtiwiki","224308.BSU14430/224308.BSU01280","physical","txid224308" +"BSU_14430","BSU_29740","YkpA","CcpA","BSU_14430","ccpA","YkpA","CcpA","string-db","224308.BSU29740/224308.BSU14430","physical","txid224308" +"BSU_14440","BSU_15110","PanE","PanE-2","BSU_14440","panE","PanE","PanE-2","string-db","224308.BSU15110/224308.BSU14440","physical","txid224308" +"BSU_33940","BSU_34740","GapA","Crh","gapA","crh","GapA","Crh","subtiwiki","224308.BSU34740/224308.BSU33940","physical","txid224308" +"BSU_33940","BSU_35620","GapA","LytC","gapA","lytC","GapA","LytC","string-db","224308.BSU35620/224308.BSU33940","physical","txid224308" +"BSU_33940","BSU_14629","GapA","Sr1","gapA","sr1","GapA","Sr1","subtiwiki","224308.BSU33940/224308.BSU14629","physical","txid224308" +"BSU_14740","BSU_24300","YlaD","XseA","ylaD","BSU_24300","YlaD","XseA","string-db","224308.BSU24300/224308.BSU14740","physical","txid224308" +"BSU_14740","BSU_15940","YlaD","Smc","ylaD","smc","YlaD","Smc","string-db","224308.BSU15940/224308.BSU14740","physical","txid224308" +"BSU_14770","BSU_29740","YlaG","CcpA","ylaG","ccpA","BipA","CcpA","string-db","224308.BSU29740/224308.BSU14770","physical","txid224308" +"BSU_35250","BSU_36410","FtsX","Mbl","ftsX","mbl","FtsX","Mbl","string-db","224308.BSU36410/224308.BSU35250","physical","txid224308" +"BSU_35250","BSU_35260","FtsX","FtsE","ftsX","ftsE","FtsX","FtsE","subtiwiki","224308.BSU35260/224308.BSU35250","physical","txid224308" +"BSU_38750","BSU_38760","CydB","CydA","cydB","cydA","CydB","CydA","subtiwiki","224308.BSU38760/224308.BSU38750","physical","txid224308" +"BSU_30710","BSU_38750","YthA","CydB","BSU_30710","cydB","YthA","CydB","string-db","224308.BSU38750/224308.BSU30710","physical","txid224308" +"BSU_30710","BSU_38760","YthA","CydA","BSU_30710","cydA","YthA","CydA","string-db","224308.BSU38760/224308.BSU30710","physical","txid224308" +"BSU_30710","BSU_38140","YthA","QoxD","BSU_30710","qoxD","YthA","QoxD","string-db","224308.BSU38140/224308.BSU30710","physical","txid224308" +"BSU_30710","BSU_38150","YthA","QoxC","BSU_30710","qoxC","YthA","QoxC","string-db","224308.BSU38150/224308.BSU30710","physical","txid224308" +"BSU_15060","BSU_25680","YlbM","YqeG","BSU_15060","BSU_25680","YlbM","YqeG","string-db","224308.BSU25680/224308.BSU15060","physical","txid224308" +"BSU_15060","BSU_25670","YlbM","YqeH","BSU_15060","BSU_25670","YlbM","YqeH","string-db","224308.BSU25670/224308.BSU15060","physical","txid224308" +"BSU_15060","BSU_25630","YlbM","YqeK","BSU_15060","BSU_25630","YlbM","YqeK","string-db","224308.BSU25630/224308.BSU15060","physical","txid224308" +"BSU_25630","BSU_25670","YqeK","YqeH","BSU_25630","BSU_25670","YqeK","YqeH","string-db","224308.BSU25670/224308.BSU25630","physical","txid224308" +"BSU_15090","BSU_23220","GerR","ScpA","gerR","scpA","GerR","ScpA","string-db","224308.BSU23220/224308.BSU15090","physical","txid224308" +"BSU_15100","BSU_29220","YlbP","YtsJ","ylbP","ytsJ","YlbP","YtsJ","string-db","224308.BSU29220/224308.BSU15100","physical","txid224308" +"BSU_29220","BSU_29740","YtsJ","CcpA","ytsJ","ccpA","YtsJ","CcpA","string-db","224308.BSU29740/224308.BSU29220","physical","txid224308" +"BSU_15130","BSU_25480","MraZ","GrpE","BSU_15130","grpE","MraZ","GrpE","string-db","224308.BSU25480/224308.BSU15130","physical","txid224308" +"BSU_15130","BSU_25490","MraZ","HrcA","BSU_15130","hrcA","MraZ","HrcA","string-db","224308.BSU25490/224308.BSU15130","physical","txid224308" +"BSU_15170","BSU_15210","SpoVD","SpoVE","spoVD","spoVE","SpoVD","SpoVE","subtiwiki","224308.BSU15170/224308.BSU15210","physical","txid224308" +"BSU_15170","BSU_15810","SpoVD","SpoVM","spoVD","spoVM","SpoVD","SpoVM","subtiwiki","224308.BSU15170/224308.BSU15810","physical","txid224308" +"BSU_15180","BSU_29740","MurE","CcpA","murE","ccpA","MurE","CcpA","string-db","224308.BSU29740/224308.BSU15180","physical","txid224308" +"BSU_15200","BSU_16530","MurD","UppS","murD","BSU_16530","MurD","UppS","string-db","224308.BSU16530/224308.BSU15200","physical","txid224308" +"BSU_26810","BSU_28390","YrpC","RacE","BSU_26810","BSU_28390","YrpC","RacE","string-db","224308.BSU28390/224308.BSU26810","physical","txid224308" +"BSU_15230","BSU_29740","MurB","CcpA","murB","ccpA","MurB","CcpA","string-db","224308.BSU29740/224308.BSU15230","physical","txid224308" +"BSU_15230","BSU_16530","MurB","UppS","murB","BSU_16530","MurB","UppS","string-db","224308.BSU16530/224308.BSU15230","physical","txid224308" +"BSU_15230","BSU_26810","MurB","YrpC","murB","BSU_26810","MurB","YrpC","string-db","224308.BSU26810/224308.BSU15230","physical","txid224308" +"BSU_15230","BSU_28390","MurB","RacE","murB","BSU_28390","MurB","RacE","string-db","224308.BSU28390/224308.BSU15230","physical","txid224308" +"BSU_15890","BSU_18070","PlsX","PlsY","plsX","BSU_18070","PlsX","PlsY","subtiwiki","224308.BSU15890/224308.BSU18070","physical","txid224308" +"BSU_17890","BSU_33920","Tkt","Tpi","tkt","tpi","Tkt","Tpi","subtiwiki","224308.BSU17890/224308.BSU33920","physical","txid224308" +"BSU_17890","BSU_40440","Tkt","DnaC","tkt","BSU_40440","Tkt","DnaC","string-db","224308.BSU40440/224308.BSU17890","physical","txid224308" +"BSU_17890","BSU_29740","Tkt","CcpA","tkt","ccpA","Tkt","CcpA","string-db","224308.BSU29740/224308.BSU17890","physical","txid224308" +"BSU_28000","BSU_35220","MinC","MinJ","minC","minJ","MinC","MinJ","subtiwiki","224308.BSU28000/224308.BSU35220","physical","txid224308" +"BSU_21920","BSU_29610","UgtP","EzrA","ugtP","ezrA","UgtP","EzrA","subtiwiki","224308.BSU21920/224308.BSU29610","physical","txid224308" +"BSU_17860","BSU_15160","YneA","PbpB","yneA","BSU_15160","YneA","PbpB","subtiwiki","224308.BSU17860/224308.BSU15160","physical","txid224308" +"BSU_17860","BSU_22320","YneA","PonA","yneA","ponA","YneA","PonA","subtiwiki","224308.BSU17860/224308.BSU22320","physical","txid224308" +"BSU_15310","BSU_15320","SpoIIGA","SigE","spoIIGA","sigE","SpoIIGA","SigE","subtiwiki","224308.BSU15310/224308.BSU15320","physical","txid224308" +"BSU_15310","BSU_36970","SpoIIGA","SpoIIR","spoIIGA","spoIIR","SpoIIGA","SpoIIR","subtiwiki","224308.BSU15310/224308.BSU36970","physical","txid224308" +"BSU_35220","BSU_16910","MinJ","RodZ","minJ","BSU_16910","MinJ","RodZ","subtiwiki","224308.BSU35220/224308.BSU16910","physical","txid224308" +"BSU_35220","BSU_40970","MinJ","ParA","minJ","parA","MinJ","ParA","string-db","224308.BSU40970/224308.BSU35220","physical","txid224308" +"BSU_27660","BSU_28050","ComN","Maf","comN","maf","ComN","Maf","string-db","224308.BSU28050/224308.BSU27660","physical","txid224308" +"BSU_27660","BSU_40970","ComN","ParA","comN","parA","ComN","ParA","string-db","224308.BSU40970/224308.BSU27660","physical","txid224308" +"BSU_27660","BSU_35220","ComN","MinJ","comN","minJ","ComN","MinJ","string-db","224308.BSU35220/224308.BSU27660","physical","txid224308" +"BSU_15710","BSU_25210","PriA","DnaG","BSU_15710","dnaG","PriA","DnaG","subtiwiki","224308.BSU15710/224308.BSU25210","physical","txid224308" +"BSU_15710","BSU_22350","PriA","DnaD","BSU_15710","BSU_22350","PriA","DnaD","subtiwiki","224308.BSU15710/224308.BSU22350","physical","txid224308" +"BSU_15710","BSU_28990","PriA","DnaB","BSU_15710","BSU_28990","PriA","DnaB","subtiwiki","224308.BSU28990/224308.BSU15710","physical","txid224308" +"BSU_15710","BSU_28980","PriA","DnaI","BSU_15710","BSU_28980","PriA","DnaI","subtiwiki","224308.BSU28980/224308.BSU15710","physical","txid224308" +"BSU_15710","BSU_23020","PriA","RecQ","BSU_15710","BSU_23020","PriA","RecS","string-db","224308.BSU23020/224308.BSU15710","physical","txid224308" +"BSU_15710","BSU_19220","PriA","RtbI","BSU_15710","BSU_19220","PriA","RecQ","string-db","224308.BSU19220/224308.BSU15710","physical","txid224308" +"BSU_15710","BSU_40440","PriA","DnaC","BSU_15710","BSU_40440","PriA","DnaC","subtiwiki","224308.BSU40440/224308.BSU15710","physical","txid224308" +"BSU_15710","BSU_00310","PriA","HolB","BSU_15710","BSU_00310","PriA","HolB","subtiwiki","224308.BSU15710/224308.BSU00310","physical","txid224308" +"BSU_15710","BSU_00040","PriA","RecF","BSU_15710","recF","PriA","RecF","subtiwiki","224308.BSU15710/224308.BSU00040","physical","txid224308" +"BSU_15710","BSU_00210","PriA","RecR","BSU_15710","BSU_00210","PriA","RecR","subtiwiki","224308.BSU15710/224308.BSU00210","physical","txid224308" +"BSU_15710","BSU_25560","PriA","HolA","BSU_15710","BSU_25560","PriA","HolA","subtiwiki","224308.BSU15710/224308.BSU25560","physical","txid224308" +"BSU_15710","BSU_16580","PriA","PolC","BSU_15710","BSU_16580","PriA","PolC","subtiwiki","224308.BSU15710/224308.BSU16580","physical","txid224308" +"BSU_15430","BSU_29740","IleS","CcpA","ileS","ccpA","IleS","CcpA","string-db","224308.BSU29740/224308.BSU15430","physical","txid224308" +"BSU_15460","BSU_15470","RluD","PyrR","BSU_15460","pyrR","RluD","PyrR","string-db","224308.BSU15470/224308.BSU15460","physical","txid224308" +"BSU_15470","BSU_36890","PyrR","Upp","pyrR","BSU_36890","PyrR","Upp","string-db","224308.BSU36890/224308.BSU15470","physical","txid224308" +"BSU_36890","BSU_01300","Upp","RpsH","BSU_36890","rpsH","Upp","RpsH","subtiwiki","224308.BSU36890/224308.BSU01300","physical","txid224308" +"BSU_15490","BSU_15530","PyrB","PyrK","pyrB","pyrK","PyrB","PyrK","string-db","224308.BSU15530/224308.BSU15490","physical","txid224308" +"BSU_15530","BSU_15540","PyrK","PyrD","pyrK","pyrD","PyrK","PyrD","subtiwiki","224308.BSU15540/224308.BSU15530","physical","txid224308" +"BSU_15500","BSU_15520","PyrC","PyrAB","pyrC","pyrAB","PyrC","PyrAB","string-db","224308.BSU15520/224308.BSU15500","physical","txid224308" +"BSU_15500","BSU_29740","PyrC","CcpA","pyrC","ccpA","PyrC","CcpA","string-db","224308.BSU29740/224308.BSU15500","physical","txid224308" +"BSU_15550","BSU_29740","PyrF","CcpA","pyrF","ccpA","PyrF","CcpA","string-db","224308.BSU29740/224308.BSU15550","physical","txid224308" +"BSU_15560","BSU_34360","PyrE","EpsB","pyrE","epsB","PyrE","EpsB","string-db","224308.BSU34360/224308.BSU15560","physical","txid224308" +"BSU_15620","BSU_15630","SirB","SirC","sirB","ylnF","SirB","SirC","string-db","224308.BSU15630/224308.BSU15620","physical","txid224308" +"BSU_15660","BSU_24300","YloC","XseA","yloC","BSU_24300","YloC","XseA","string-db","224308.BSU24300/224308.BSU15660","physical","txid224308" +"BSU_15720","BSU_01210","DefA","RplV","defA","rplV","DefA","RplV","subtiwiki","224308.BSU15720/224308.BSU01210","physical","txid224308" +"BSU_15720","BSU_36250","DefA","PtkA","defA","ptkA","DefA","PtkA","string-db","224308.BSU36250/224308.BSU15720","physical","txid224308" +"BSU_15860","BSU_21770","SdaAA","IlvA","BSU_15860","ilvA","SdaAA","IlvA","string-db","224308.BSU21770/224308.BSU15860","physical","txid224308" +"BSU_21770","BSU_29740","IlvA","CcpA","ilvA","ccpA","IlvA","CcpA","string-db","224308.BSU29740/224308.BSU21770","physical","txid224308" +"BSU_29450","BSU_29740","ArgG","CcpA","argG","ccpA","ArgG","CcpA","string-db","224308.BSU29740/224308.BSU29450","physical","txid224308" +"BSU_24350","BSU_22440","AccB","BirA","BSU_24350","birA","AccB","BirA","subtiwiki","224308.BSU24350/224308.BSU22440","physical","txid224308" +"BSU_24350","BSU_29200","AccB","AccA","BSU_24350","accA","AccB","AccA","subtiwiki","224308.BSU29200/224308.BSU24350","physical","txid224308" +"BSU_24350","BSU_29210","AccB","AccD","BSU_24350","accD","AccB","AccD","subtiwiki","224308.BSU24350/224308.BSU29210","physical","txid224308" +"BSU_15930","BSU_15950","Rnc","FtsY","rnc","ftsY","Rnc","FtsY","string-db","224308.BSU15950/224308.BSU15930","physical","txid224308" +"BSU_23210","BSU_23220","SpcB","ScpA","scpB","scpA","ScpB","ScpA","subtiwiki","224308.BSU23220/224308.BSU23210","physical","txid224308" +"BSU_23210","BSU_35500","SpcB","DegS","scpB","degS","ScpB","DegS","string-db","224308.BSU35500/224308.BSU23210","physical","txid224308" +"BSU_15970","BSU_15950","YlxM","FtsY","ylxM","ftsY","YlxM","FtsY","subtiwiki","224308.BSU15970/224308.BSU15950","physical","txid224308" +"BSU_15970","BSU_15980","YlxM","Ffh","ylxM","ffh","YlxM","Ffh","subtiwiki","224308.BSU15970/224308.BSU15980","physical","txid224308" +"BSU_15970","BSU_24290","YlxM","XseB","ylxM","BSU_24290","YlxM","XseB","string-db","224308.BSU24290/224308.BSU15970","physical","txid224308" +"BSU_15970","BSU_24300","YlxM","XseA","ylxM","BSU_24300","YlxM","XseA","string-db","224308.BSU24300/224308.BSU15970","physical","txid224308" +"BSU_16060","BSU_28620","RnhB","RnhC","rnhB","BSU_28620","RnhB","RnhC","string-db","224308.BSU28620/224308.BSU16060","physical","txid224308" +"BSU_16090","BSU_33040","SucC","FumC","sucC","citG","SucC","CitG","string-db","224308.BSU33040/224308.BSU16090","physical","txid224308" +"BSU_16090","BSU_19370","SucC","OdhA","sucC","odhA","SucC","OdhA","string-db","224308.BSU19370/224308.BSU16090","physical","txid224308" +"BSU_16090","BSU_16100","SucC","SucD","sucC","sucD","SucC","SucD","subtiwiki","224308.BSU16100/224308.BSU16090","physical","txid224308" +"BSU_16090","BSU_19360","SucC","OdhB","sucC","odhB","SucC","OdhB","string-db","224308.BSU19360/224308.BSU16090","physical","txid224308" +"BSU_16100","BSU_06690","SucD","GatB","sucD","BSU_06690","SucD","GatB","subtiwiki","224308.BSU16100/224308.BSU06690","physical","txid224308" +"BSU_16100","BSU_19360","SucD","OdhB","sucD","odhB","SucD","OdhB","string-db","224308.BSU19360/224308.BSU16100","physical","txid224308" +"BSU_16100","BSU_19370","SucD","OdhA","sucD","odhA","SucD","OdhA","string-db","224308.BSU19370/224308.BSU16100","physical","txid224308" +"BSU_16100","BSU_33040","SucD","FumC","sucD","citG","SucD","CitG","string-db","224308.BSU33040/224308.BSU16100","physical","txid224308" +"BSU_16100","BSU_29740","SucD","CcpA","sucD","ccpA","SucD","CcpA","string-db","224308.BSU29740/224308.BSU16100","physical","txid224308" +"BSU_35470","BSU_16940","ComFA","RecA","comFA","recA","ComFA","RecA","subtiwiki","224308.BSU35470/224308.BSU16940","physical","txid224308" +"BSU_35450","BSU_35460","ComFC","ComFB","comFC","comFB","ComFC","ComFB","string-db","224308.BSU35460/224308.BSU35450","physical","txid224308" +"BSU_35450","BSU_35470","ComFC","ComFA","comFC","comFA","ComFC","ComFA","subtiwiki","224308.BSU35450/224308.BSU35470","physical","txid224308" +"BSU_16120","BSU_16580","TopA","PolC","topA","BSU_16580","TopA","PolC","string-db","224308.BSU16580/224308.BSU16120","physical","txid224308" +"BSU_16140","BSU_23510","CodV","RipX","codV","BSU_23510","CodV","RipX","string-db","224308.BSU23510/224308.BSU16140","physical","txid224308" +"BSU_16160","BSU_29740","ClpY","CcpA","clpY","ccpA","ClpY","CcpA","string-db","224308.BSU29740/224308.BSU16160","physical","txid224308" +"BSU_16160","BSU_34540","ClpY","ClpP","clpY","clpP","ClpY","ClpP","string-db","224308.BSU34540/224308.BSU16160","physical","txid224308" +"BSU_16160","BSU_28220","ClpY","ClpX","clpY","clpX","ClpY","ClpX","string-db","224308.BSU28220/224308.BSU16160","physical","txid224308" +"BSU_16180","BSU_16190","FlgB","FlgC","flgB","flgC","FlgB","FlgC","subtiwiki","224308.BSU16180/224308.BSU16190","physical","txid224308" +"BSU_16180","BSU_16290","FlgB","FlgE","flgB","flgE","FlgB","FlgE","string-db","224308.BSU16290/224308.BSU16180","physical","txid224308" +"BSU_16290","BSU_35410","FlgE","FlgK","flgE","flgK","FlgE","FlgK","string-db","224308.BSU35410/224308.BSU16290","physical","txid224308" +"BSU_16190","BSU_36400","FlgC","FlhO","flgC","flhO","FlgC","FlhO","subtiwiki","224308.BSU16190/224308.BSU36400","physical","txid224308" +"BSU_16190","BSU_16290","FlgC","FlgE","flgC","flgE","FlgC","FlgE","string-db","224308.BSU16290/224308.BSU16190","physical","txid224308" +"BSU_16200","BSU_16180","FliE","FlgB","fliE","flgB","FliE","FlgB","subtiwiki","224308.BSU16200/224308.BSU16180","physical","txid224308" +"BSU_16200","BSU_16290","FliE","FlgE","fliE","flgE","FliE","FlgE","string-db","224308.BSU16290/224308.BSU16200","physical","txid224308" +"BSU_16350","BSU_16360","FliP","FliQ","fliP","fliQ","FliP","FliQ","subtiwiki","224308.BSU16350/224308.BSU16360","physical","txid224308" +"BSU_16350","BSU_16390","FliP","FlhA","fliP","flhA","FliP","FlhA","string-db","224308.BSU16390/224308.BSU16350","physical","txid224308" +"BSU_16350","BSU_16370","FliP","FliR","fliP","fliR","FliP","FliR","subtiwiki","224308.BSU16350/224308.BSU16370","physical","txid224308" +"BSU_16350","BSU_16380","FliP","FlhB","fliP","flhB","FliP","FlhB","string-db","224308.BSU16380/224308.BSU16350","physical","txid224308" +"BSU_16350","BSU_16340","FliP","FliZ","fliP","fliO","FliP","FliO","subtiwiki","224308.BSU16350/224308.BSU16340","physical","txid224308" +"BSU_16390","BSU_35340","FlhA","FliD","flhA","fliD","FlhA","FliD","subtiwiki","224308.BSU16390/224308.BSU35340","physical","txid224308" +"BSU_16390","BSU_35330","FlhA","FliS","flhA","fliS","FlhA","FliS","subtiwiki","224308.BSU35330/224308.BSU16390","physical","txid224308" +"BSU_16390","BSU_35360","FlhA","Hag","flhA","hag","FlhA","Hag","subtiwiki","224308.BSU16390/224308.BSU35360","physical","txid224308" +"BSU_16390","BSU_35320","FlhA","FliT","flhA","fliT","FlhA","FliT","subtiwiki","224308.BSU35320/224308.BSU16390","physical","txid224308" +"BSU_16380","BSU_16390","FlhB","FlhA","flhB","flhA","FlhB","FlhA","subtiwiki","224308.BSU16380/224308.BSU16390","physical","txid224308" +"BSU_16360","BSU_16380","FliQ","FlhB","fliQ","flhB","FliQ","FlhB","string-db","224308.BSU16380/224308.BSU16360","physical","txid224308" +"BSU_16360","BSU_16390","FliQ","FlhA","fliQ","flhA","FliQ","FlhA","string-db","224308.BSU16390/224308.BSU16360","physical","txid224308" +"BSU_16360","BSU_35400","FliQ","FlgL","fliQ","flgL","FliQ","FlgL","string-db","224308.BSU35400/224308.BSU16360","physical","txid224308" +"BSU_16360","BSU_16370","FliQ","FliR","fliQ","fliR","FliQ","FliR","subtiwiki","224308.BSU16370/224308.BSU16360","physical","txid224308" +"BSU_16360","BSU_16340","FliQ","FliZ","fliQ","fliO","FliQ","FliO","subtiwiki","224308.BSU16360/224308.BSU16340","physical","txid224308" +"BSU_16370","BSU_16340","FliR","FliZ","fliR","fliO","FliR","FliO","subtiwiki","224308.BSU16370/224308.BSU16340","physical","txid224308" +"BSU_16370","BSU_16380","FliR","FlhB","fliR","flhB","FliR","FlhB","string-db","224308.BSU16380/224308.BSU16370","physical","txid224308" +"BSU_16370","BSU_16390","FliR","FlhA","fliR","flhA","FliR","FlhA","string-db","224308.BSU16390/224308.BSU16370","physical","txid224308" +"BSU_34330","BSU_34360","EpsE","EpsB","epsE","epsB","EpsE","EpsB","subtiwiki","224308.BSU34330/224308.BSU34360","physical","txid224308" +"BSU_16320","BSU_16410","FliY","YlxH","fliY","flhG","FliY","FlhG","subtiwiki","224308.BSU16320/224308.BSU16410","physical","txid224308" +"BSU_16230","BSU_16390","FliH","FlhA","fliH","flhA","FliH","FlhA","string-db","224308.BSU16390/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_16360","FliH","FliQ","fliH","fliQ","FliH","FliQ","string-db","224308.BSU16360/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_35340","FliH","FliD","fliH","fliD","FliH","FliD","string-db","224308.BSU35340/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_16350","FliH","FliP","fliH","fliP","FliH","FliP","string-db","224308.BSU16350/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_16370","FliH","FliR","fliH","fliR","FliH","FliR","string-db","224308.BSU16370/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_16380","FliH","FlhB","fliH","flhB","FliH","FlhB","string-db","224308.BSU16380/224308.BSU16230","physical","txid224308" +"BSU_16230","BSU_16240","FliH","FliI","fliH","fliI","FliH","FliI","subtiwiki","224308.BSU16240/224308.BSU16230","physical","txid224308" +"BSU_16240","BSU_36820","FliI","AtpG","fliI","atpG","FliI","AtpG","string-db","224308.BSU36820/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36870","FliI","AtpB","fliI","atpB","FliI","AtpB","string-db","224308.BSU36870/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36840","FliI","AtpH","fliI","atpH","FliI","AtpH","string-db","224308.BSU36840/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36800","FliI","AtpC","fliI","atpC","FliI","AtpC","string-db","224308.BSU36800/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36850","FliI","AtpF","fliI","atpF","FliI","AtpF","string-db","224308.BSU36850/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36830","FliI","AtpA","fliI","atpA","FliI","AtpA","string-db","224308.BSU36830/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16380","FliI","FlhB","fliI","flhB","FliI","FlhB","subtiwiki","224308.BSU16240/224308.BSU16380","physical","txid224308" +"BSU_16240","BSU_36860","FliI","AtpE","fliI","atpE","FliI","AtpE","string-db","224308.BSU36860/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16370","FliI","FliR","fliI","fliR","FliI","FliR","string-db","224308.BSU16370/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36880","FliI","AtpI","fliI","atpI","FliI","AtpI","string-db","224308.BSU36880/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16350","FliI","FliP","fliI","fliP","FliI","FliP","string-db","224308.BSU16350/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_36810","FliI","AtpD","fliI","atpD","FliI","AtpD","string-db","224308.BSU36810/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16390","FliI","FlhA","fliI","flhA","FliI","FlhA","string-db","224308.BSU16390/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16360","FliI","FliQ","fliI","fliQ","FliI","FliQ","string-db","224308.BSU16360/224308.BSU16240","physical","txid224308" +"BSU_16240","BSU_16250","FliI","FliJ","fliI","fliJ","FliI","FliJ","subtiwiki","224308.BSU16240/224308.BSU16250","physical","txid224308" +"BSU_35340","BSU_35360","FliD","Hag","fliD","hag","FliD","Hag","subtiwiki","224308.BSU35340/224308.BSU35360","physical","txid224308" +"BSU_35340","BSU_35400","FliD","FlgL","fliD","flgL","FliD","FlgL","string-db","224308.BSU35400/224308.BSU35340","physical","txid224308" +"BSU_35340","BSU_35410","FliD","FlgK","fliD","flgK","FliD","FlgK","string-db","224308.BSU35410/224308.BSU35340","physical","txid224308" +"BSU_36840","BSU_36850","AtpH","AtpF","atpH","atpF","AtpH","AtpF","subtiwiki","224308.BSU36850/224308.BSU36840","physical","txid224308" +"BSU_36840","BSU_36880","AtpH","AtpI","atpH","atpI","AtpH","AtpI","string-db","224308.BSU36880/224308.BSU36840","physical","txid224308" +"BSU_36840","BSU_36870","AtpH","AtpB","atpH","atpB","AtpH","AtpB","string-db","224308.BSU36870/224308.BSU36840","physical","txid224308" +"BSU_36840","BSU_36860","AtpH","AtpE","atpH","atpE","AtpH","AtpE","string-db","224308.BSU36860/224308.BSU36840","physical","txid224308" +"BSU_36820","BSU_36870","AtpG","AtpB","atpG","atpB","AtpG","AtpB","string-db","224308.BSU36870/224308.BSU36820","physical","txid224308" +"BSU_36820","BSU_36840","AtpG","AtpH","atpG","atpH","AtpG","AtpH","string-db","224308.BSU36840/224308.BSU36820","physical","txid224308" +"BSU_36820","BSU_36860","AtpG","AtpE","atpG","atpE","AtpG","AtpE","string-db","224308.BSU36860/224308.BSU36820","physical","txid224308" +"BSU_36820","BSU_36830","AtpG","AtpA","atpG","atpA","AtpG","AtpA","subtiwiki","224308.BSU36820/224308.BSU36830","physical","txid224308" +"BSU_36820","BSU_36880","AtpG","AtpI","atpG","atpI","AtpG","AtpI","string-db","224308.BSU36880/224308.BSU36820","physical","txid224308" +"BSU_36820","BSU_36850","AtpG","AtpF","atpG","atpF","AtpG","AtpF","string-db","224308.BSU36850/224308.BSU36820","physical","txid224308" +"BSU_36870","BSU_36880","AtpB","AtpI","atpB","atpI","AtpB","AtpI","string-db","224308.BSU36880/224308.BSU36870","physical","txid224308" +"BSU_36810","BSU_36830","AtpD","AtpA","atpD","atpA","AtpD","AtpA","subtiwiki","224308.BSU36810/224308.BSU36830","physical","txid224308" +"BSU_36810","BSU_36820","AtpD","AtpG","atpD","atpG","AtpD","AtpG","subtiwiki","224308.BSU36810/224308.BSU36820","physical","txid224308" +"BSU_36810","BSU_36880","AtpD","AtpI","atpD","atpI","AtpD","AtpI","string-db","224308.BSU36880/224308.BSU36810","physical","txid224308" +"BSU_36810","BSU_36840","AtpD","AtpH","atpD","atpH","AtpD","AtpH","subtiwiki","224308.BSU36810/224308.BSU36840","physical","txid224308" +"BSU_36810","BSU_36870","AtpD","AtpB","atpD","atpB","AtpD","AtpB","string-db","224308.BSU36870/224308.BSU36810","physical","txid224308" +"BSU_36810","BSU_36850","AtpD","AtpF","atpD","atpF","AtpD","AtpF","string-db","224308.BSU36850/224308.BSU36810","physical","txid224308" +"BSU_36810","BSU_36860","AtpD","AtpE","atpD","atpE","AtpD","AtpE","string-db","224308.BSU36860/224308.BSU36810","physical","txid224308" +"BSU_36800","BSU_36850","AtpC","AtpF","atpC","atpF","AtpC","AtpF","string-db","224308.BSU36850/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36860","AtpC","AtpE","atpC","atpE","AtpC","AtpE","subtiwiki","224308.BSU36860/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36810","AtpC","AtpD","atpC","atpD","AtpC","AtpD","string-db","224308.BSU36810/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36840","AtpC","AtpH","atpC","atpH","AtpC","AtpH","string-db","224308.BSU36840/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36830","AtpC","AtpA","atpC","atpA","AtpC","AtpA","string-db","224308.BSU36830/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36820","AtpC","AtpG","atpC","atpG","AtpC","AtpG","string-db","224308.BSU36820/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36870","AtpC","AtpB","atpC","atpB","AtpC","AtpB","string-db","224308.BSU36870/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_36880","AtpC","AtpI","atpC","atpI","AtpC","AtpI","string-db","224308.BSU36880/224308.BSU36800","physical","txid224308" +"BSU_36800","BSU_00370","AtpC","AbrB","atpC","abrB","AtpC","AbrB","subtiwiki","224308.BSU36800/224308.BSU00370","physical","txid224308" +"BSU_36860","BSU_36880","AtpE","AtpI","atpE","atpI","AtpE","AtpI","string-db","224308.BSU36880/224308.BSU36860","physical","txid224308" +"BSU_36860","BSU_36870","AtpE","AtpB","atpE","atpB","AtpE","AtpB","subtiwiki","224308.BSU36860/224308.BSU36870","physical","txid224308" +"BSU_36850","BSU_36860","AtpF","AtpE","atpF","atpE","AtpF","AtpE","string-db","224308.BSU36860/224308.BSU36850","physical","txid224308" +"BSU_36850","BSU_36870","AtpF","AtpB","atpF","atpB","AtpF","AtpB","subtiwiki","224308.BSU36850/224308.BSU36870","physical","txid224308" +"BSU_36850","BSU_36880","AtpF","AtpI","atpF","atpI","AtpF","AtpI","string-db","224308.BSU36880/224308.BSU36850","physical","txid224308" +"BSU_36850","BSU_02980","AtpF","OpuAA","atpF","opuAA","AtpF","OpuAA","subtiwiki","224308.BSU36850/224308.BSU02980","physical","txid224308" +"BSU_36850","BSU_09300","AtpF","GlpD","atpF","glpD","AtpF","GlpD","subtiwiki","224308.BSU36850/224308.BSU09300","physical","txid224308" +"BSU_36830","BSU_36870","AtpA","AtpB","atpA","atpB","AtpA","AtpB","string-db","224308.BSU36870/224308.BSU36830","physical","txid224308" +"BSU_36830","BSU_36840","AtpA","AtpH","atpA","atpH","AtpA","AtpH","subtiwiki","224308.BSU36830/224308.BSU36840","physical","txid224308" +"BSU_36830","BSU_36860","AtpA","AtpE","atpA","atpE","AtpA","AtpE","string-db","224308.BSU36860/224308.BSU36830","physical","txid224308" +"BSU_36830","BSU_36850","AtpA","AtpF","atpA","atpF","AtpA","AtpF","string-db","224308.BSU36850/224308.BSU36830","physical","txid224308" +"BSU_36830","BSU_36880","AtpA","AtpI","atpA","atpI","AtpA","AtpI","string-db","224308.BSU36880/224308.BSU36830","physical","txid224308" +"BSU_16250","BSU_16390","FliJ","FlhA","fliJ","flhA","FliJ","FlhA","subtiwiki","224308.BSU16250/224308.BSU16390","physical","txid224308" +"BSU_16250","BSU_16360","FliJ","FliQ","fliJ","fliQ","FliJ","FliQ","string-db","224308.BSU16360/224308.BSU16250","physical","txid224308" +"BSU_16280","BSU_16290","FlgD","FlgE","flgD","flgE","FlgD","FlgE","subtiwiki","224308.BSU16280/224308.BSU16290","physical","txid224308" +"BSU_16280","BSU_35400","FlgD","FlgL","flgD","flgL","FlgD","FlgL","string-db","224308.BSU35400/224308.BSU16280","physical","txid224308" +"BSU_16280","BSU_16370","FlgD","FliR","flgD","fliR","FlgD","FliR","string-db","224308.BSU16370/224308.BSU16280","physical","txid224308" +"BSU_16280","BSU_16360","FlgD","FliQ","flgD","fliQ","FlgD","FliQ","string-db","224308.BSU16360/224308.BSU16280","physical","txid224308" +"BSU_16280","BSU_35410","FlgD","FlgK","flgD","flgK","FlgD","FlgK","string-db","224308.BSU35410/224308.BSU16280","physical","txid224308" +"BSU_35400","BSU_35410","FlgL","FlgK","flgL","flgK","FlgL","FlgK","string-db","224308.BSU35410/224308.BSU35400","physical","txid224308" +"BSU_35320","BSU_16250","FliT","FliJ","fliT","fliJ","FliT","FliJ","subtiwiki","224308.BSU35320/224308.BSU16250","physical","txid224308" +"BSU_35320","BSU_35340","FliT","FliD","fliT","fliD","FliT","FliD","subtiwiki","224308.BSU35320/224308.BSU35340","physical","txid224308" +"BSU_35330","BSU_35360","FliS","Hag","fliS","hag","FliS","Hag","subtiwiki","224308.BSU35330/224308.BSU35360","physical","txid224308" +"BSU_16400","BSU_16410","FlhF","YlxH","flhF","flhG","FlhF","FlhG","subtiwiki","224308.BSU16400/224308.BSU16410","physical","txid224308" +"BSU_16450","BSU_31260","CheC","McpB","cheC","mcpB","CheC","McpB","subtiwiki","224308.BSU16450/224308.BSU31260","physical","txid224308" +"BSU_16450","BSU_16460","CheC","CheD","cheC","cheD","CheC","CheD","subtiwiki","224308.BSU16460/224308.BSU16450","physical","txid224308" +"BSU_37120","BSU_18000","FbaA","CitB","BSU_37120","citB","FbaA","CitB","subtiwiki","224308.BSU37120/224308.BSU18000","physical","txid224308" +"BSU_16570","BSU_29740","ProS","CcpA","BSU_16570","ccpA","ProS","CcpA","string-db","224308.BSU29740/224308.BSU16570","physical","txid224308" +"BSU_16600","BSU_29740","NusA","CcpA","nusA","ccpA","NusA","CcpA","string-db","224308.BSU29740/224308.BSU16600","physical","txid224308" +"BSU_16600","BSU_01070","NusA","RpoB","nusA","rpoB","NusA","RpoB","subtiwiki","224308.BSU16600/224308.BSU01070","physical","txid224308" +"BSU_16600","BSU_01080","NusA","RpoC","nusA","rpoC","NusA","RpoC","subtiwiki","224308.BSU16600/224308.BSU01080","physical","txid224308" +"BSU_16600","BSU_22960","NusA","GudB","nusA","gudB","NusA","GudB","subtiwiki","224308.BSU16600/224308.BSU22960","physical","txid224308" +"BSU_16600","BSU_14100","NusA","YkuJ","nusA","ykuJ","NusA","YkuJ","subtiwiki","224308.BSU16600/224308.BSU14100","physical","txid224308" +"BSU_16630","BSU_29740","InfB","CcpA","infB","ccpA","InfB","CcpA","string-db","224308.BSU29740/224308.BSU16630","physical","txid224308" +"BSU_16630","BSU_35700","InfB","TagH","infB","tagH","InfB","TagH","subtiwiki","224308.BSU16630/224308.BSU35700","physical","txid224308" +"BSU_16670","BSU_29300","RibC","RbfK","BSU_16670","ribR","RibC","RbfK","string-db","224308.BSU29300/224308.BSU16670","physical","txid224308" +"BSU_16730","BSU_16740","SpoVFA","SpoVFB","spoVFA","spoVFB","SpoVFA","SpoVFB","string-db","224308.BSU16740/224308.BSU16730","physical","txid224308" +"BSU_16750","BSU_29740","Asd","CcpA","asd","ccpA","Asd","CcpA","string-db","224308.BSU29740/224308.BSU16750","physical","txid224308" +"BSU_40900","BSU_27480","SsbA","RecD2","ssbA","BSU_27480","SsbA","RecD2","subtiwiki","224308.BSU40900/224308.BSU27480","physical","txid224308" +"BSU_40900","BSU_19220","SsbA","RtbI","ssbA","BSU_19220","SsbA","RecQ","subtiwiki","224308.BSU40900/224308.BSU19220","physical","txid224308" +"BSU_40900","BSU_22350","SsbA","DnaD","ssbA","BSU_22350","SsbA","DnaD","subtiwiki","224308.BSU40900/224308.BSU22350","physical","txid224308" +"BSU_40900","BSU_00040","SsbA","RecF","ssbA","recF","SsbA","RecF","subtiwiki","224308.BSU40900/224308.BSU00040","physical","txid224308" +"BSU_40900","BSU_15710","SsbA","PriA","ssbA","BSU_15710","SsbA","PriA","subtiwiki","224308.BSU40900/224308.BSU15710","physical","txid224308" +"BSU_40900","BSU_00310","SsbA","HolB","ssbA","BSU_00310","SsbA","HolB","subtiwiki","224308.BSU40900/224308.BSU00310","physical","txid224308" +"BSU_40900","BSU_28980","SsbA","DnaI","ssbA","BSU_28980","SsbA","DnaI","subtiwiki","224308.BSU40900/224308.BSU28980","physical","txid224308" +"BSU_40900","BSU_00210","SsbA","RecR","ssbA","BSU_00210","SsbA","RecR","subtiwiki","224308.BSU40900/224308.BSU00210","physical","txid224308" +"BSU_40900","BSU_16580","SsbA","PolC","ssbA","BSU_16580","SsbA","PolC","subtiwiki","224308.BSU40900/224308.BSU16580","physical","txid224308" +"BSU_40900","BSU_25560","SsbA","HolA","ssbA","BSU_25560","SsbA","HolA","subtiwiki","224308.BSU40900/224308.BSU25560","physical","txid224308" +"BSU_40900","BSU_27620","SsbA","RecJ","ssbA","recJ","SsbA","RecJ","subtiwiki","224308.BSU40900/224308.BSU27620","physical","txid224308" +"BSU_40900","BSU_37970","SsbA","Ung","ssbA","BSU_37970","SsbA","Ung","subtiwiki","224308.BSU40900/224308.BSU37970","physical","txid224308" +"BSU_40900","BSU_10650","SsbA","SbcC","ssbA","sbcC","SsbA","SbcC","subtiwiki","224308.BSU40900/224308.BSU10650","physical","txid224308" +"BSU_33900","BSU_29190","Eno","PfkA","eno","BSU_29190","Eno","PfkA","subtiwiki","224308.BSU33900/224308.BSU29190","physical","txid224308" +"BSU_33900","BSU_00710","Eno","HslO","eno","yacC","Eno","YacC","subtiwiki","224308.BSU33900/224308.BSU00710","physical","txid224308" +"BSU_33900","BSU_01410","Eno","RpsM","eno","rpsM","Eno","RpsM","subtiwiki","224308.BSU33900/224308.BSU01410","physical","txid224308" +"BSU_33900","BSU_01420","Eno","RpsK","eno","rpsK","Eno","RpsK","subtiwiki","224308.BSU33900/224308.BSU01420","physical","txid224308" +"BSU_33900","BSU_01190","Eno","RplB","eno","rplB","Eno","RplB","subtiwiki","224308.BSU33900/224308.BSU01190","physical","txid224308" +"BSU_33900","BSU_39230","Eno","WapA","eno","wapA","Eno","WapA","subtiwiki","224308.BSU33900/224308.BSU39230","physical","txid224308" +"BSU_33900","BSU_15080","Eno","RpmF","eno","rpmF","Eno","RpmF","subtiwiki","224308.BSU33900/224308.BSU15080","physical","txid224308" +"BSU_33900","BSU_01160","Eno","RplC","eno","rplC","Eno","RplC","subtiwiki","224308.BSU33900/224308.BSU01160","physical","txid224308" +"BSU_17670","BSU_17700","CotU","CotC","cotU","cotC","CotU","CotC","subtiwiki","224308.BSU17700/224308.BSU17670","physical","txid224308" +"BSU_22800","BSU_28110","SpoIVA","SpoVID","spoIVA","spoVID","SpoIVA","SpoVID","subtiwiki","224308.BSU28110/224308.BSU22800","physical","txid224308" +"BSU_22800","BSU_27840","SpoIVA","SafA","spoIVA","safA","SpoIVA","SafA","subtiwiki","224308.BSU22800/224308.BSU27840","physical","txid224308" +"BSU_22800","BSU_15810","SpoIVA","SpoVM","spoIVA","spoVM","SpoIVA","SpoVM","subtiwiki","224308.BSU22800/224308.BSU15810","physical","txid224308" +"BSU_22800","BSU_00230","SpoIVA","BofA","spoIVA","bofA","SpoIVA","BofA","subtiwiki","224308.BSU22800/224308.BSU00230","physical","txid224308" +"BSU_22800","BSU_17640","SpoIVA","AlrB","spoIVA","yncD","SpoIVA","YncD","subtiwiki","224308.BSU22800/224308.BSU17640","physical","txid224308" +"BSU_31270","BSU_27840","Tgl","SafA","tgl","safA","Tgl","SafA","subtiwiki","224308.BSU31270/224308.BSU27840","physical","txid224308" +"BSU_17040","BSU_28580","MutS","MutSB","BSU_17040","BSU_28580","MutS","RqcU","string-db","224308.BSU28580/224308.BSU17040","physical","txid224308" +"BSU_28490","BSU_32620","UvrC","YurQ","uvrC","BSU_32620","UvrC","YurQ","string-db","224308.BSU32620/224308.BSU28490","physical","txid224308" +"BSU_28490","BSU_35170","UvrC","UvrB","uvrC","uvrB","UvrC","UvrB","subtiwiki","224308.BSU28490/224308.BSU35170","physical","txid224308" +"BSU_28490","BSU_35160","UvrC","UvrA","uvrC","uvrA","UvrC","UvrA","string-db","224308.BSU35160/224308.BSU28490","physical","txid224308" +"BSU_32620","BSU_35170","YurQ","UvrB","BSU_32620","uvrB","YurQ","UvrB","string-db","224308.BSU35170/224308.BSU32620","physical","txid224308" +"BSU_32620","BSU_35160","YurQ","UvrA","BSU_32620","uvrA","YurQ","UvrA","string-db","224308.BSU35160/224308.BSU32620","physical","txid224308" +"BSU_17210","BSU_17220","PksN","PksR","pksN","pksR","PksN","PksR","string-db","224308.BSU17220/224308.BSU17210","physical","txid224308" +"BSU_17190","BSU_17210","PksL","PksN","pksL","pksN","PksL","PksN","string-db","224308.BSU17210/224308.BSU17190","physical","txid224308" +"BSU_17190","BSU_17220","PksL","PksR","pksL","pksR","PksL","PksR","string-db","224308.BSU17220/224308.BSU17190","physical","txid224308" +"BSU_17190","BSU_17200","PksL","PksM","pksL","pksM","PksL","PksM","string-db","224308.BSU17200/224308.BSU17190","physical","txid224308" +"BSU_17200","BSU_17220","PksM","PksR","pksM","pksR","PksM","PksR","string-db","224308.BSU17220/224308.BSU17200","physical","txid224308" +"BSU_17200","BSU_17210","PksM","PksN","pksM","pksN","PksM","PksN","string-db","224308.BSU17210/224308.BSU17200","physical","txid224308" +"BSU_17290","BSU_17300","EbrB","EbrA","BSU_17290","BSU_17300","EbrB","EbrA","subtiwiki","224308.BSU17300/224308.BSU17290","physical","txid224308" +"BSU_17340","BSU_25500","Hfq","HemN","BSU_17340","hemN","Hfq","HemN","string-db","224308.BSU25500/224308.BSU17340","physical","txid224308" +"BSU_17370","BSU_32110","NrdI","YumC","nrdI","BSU_32110","NrdI","YumC","subtiwiki","224308.BSU17370/224308.BSU32110","physical","txid224308" +"BSU_17370","BSU_17390","NrdI","NrdF","nrdI","nrdF","NrdI","NrdF","subtiwiki","224308.BSU17370/224308.BSU17390","physical","txid224308" +"BSU_17370","BSU_20040","NrdI","YosP","nrdI","BSU_20040","NrdI","YosP","string-db","224308.BSU20040/224308.BSU17370","physical","txid224308" +"BSU_17390","BSU_20070","NrdF","NrdIB","nrdF","BSU_20070","NrdF","NrdIB","string-db","224308.BSU20070/224308.BSU17390","physical","txid224308" +"BSU_17390","BSU_20060","NrdF","NrdEB","nrdF","BSU_20060","NrdF","NrdEB","string-db","224308.BSU20060/224308.BSU17390","physical","txid224308" +"BSU_17390","BSU_20040","NrdF","YosP","nrdF","BSU_20040","NrdF","YosP","string-db","224308.BSU20040/224308.BSU17390","physical","txid224308" +"BSU_20040","BSU_20060","YosP","NrdEB","BSU_20040","BSU_20060","YosP","NrdEB","subtiwiki","224308.BSU20040/224308.BSU20060","physical","txid224308" +"BSU_20040","BSU_20070","YosP","NrdIB","BSU_20040","BSU_20070","YosP","NrdIB","string-db","224308.BSU20070/224308.BSU20040","physical","txid224308" +"BSU_17380","BSU_20060","NrdE","NrdEB","nrdE","BSU_20060","NrdE","NrdEB","string-db","224308.BSU20060/224308.BSU17380","physical","txid224308" +"BSU_17380","BSU_17390","NrdE","NrdF","nrdE","nrdF","NrdE","NrdF","subtiwiki","224308.BSU17380/224308.BSU17390","physical","txid224308" +"BSU_17380","BSU_20040","NrdE","YosP","nrdE","BSU_20040","NrdE","YosP","string-db","224308.BSU20040/224308.BSU17380","physical","txid224308" +"BSU_17380","BSU_20030","NrdE","YosR","nrdE","BSU_20030","NrdE","YosR","subtiwiki","224308.BSU17380/224308.BSU20030","physical","txid224308" +"BSU_17380","BSU_28500","NrdE","TrxA","nrdE","trxA","NrdE","TrxA","subtiwiki","224308.BSU17380/224308.BSU28500","physical","txid224308" +"BSU_17450","BSU_17460","GlnR","GlnA","glnR","glnA","GlnR","GlnA","subtiwiki","224308.BSU17450/224308.BSU17460","physical","txid224308" +"BSU_28290","BSU_36900","IlvC","GlyA","ilvC","glyA","IlvC","GlyA","string-db","224308.BSU36900/224308.BSU28290","physical","txid224308" +"BSU_28290","BSU_29740","IlvC","CcpA","ilvC","ccpA","IlvC","CcpA","string-db","224308.BSU29740/224308.BSU28290","physical","txid224308" +"BSU_28290","BSU_38290","IlvC","ThiE","ilvC","thiE","IlvC","ThiE","string-db","224308.BSU38290/224308.BSU28290","physical","txid224308" +"BSU_17620","BSU_29980","YncB","YtjP","BSU_17620","BSU_29980","YncB","YtjP","string-db","224308.BSU29980/224308.BSU17620","physical","txid224308" +"BSU_17660","BSU_20020","YncF","YosS","BSU_17660","BSU_20020","YncF","YosS","string-db","224308.BSU20020/224308.BSU17660","physical","txid224308" +"BSU_17680","BSU_21820","ThyA","ThyB","BSU_17680","thyB","ThyA","ThyB","string-db","224308.BSU21820/224308.BSU17680","physical","txid224308" +"BSU_23130","BSU_23140","ResC","ResB","resC","resB","ResC","ResB","subtiwiki","224308.BSU23140/224308.BSU23130","physical","txid224308" +"BSU_18090","BSU_18100","ParE","ParC","parE","parC","ParE","ParC","subtiwiki","224308.BSU18090/224308.BSU18100","physical","txid224308" +"BSU_28510","BSU_28720","Xsa","AbfA","abf2","abfA","Xsa","AbfA","string-db","224308.BSU28720/224308.BSU28510","physical","txid224308" +"BSU_18180","BSU_38190","YngB","GalT","yngB","galT","YngB","GalT","string-db","224308.BSU38190/224308.BSU18180","physical","txid224308" +"BSU_18180","BSU_30850","YngB","YtdA","yngB","ytdA","YngB","YtdA","string-db","224308.BSU30850/224308.BSU18180","physical","txid224308" +"BSU_18180","BSU_35670","YngB","GtaB","yngB","gtaB","YngB","GtaB","string-db","224308.BSU35670/224308.BSU18180","physical","txid224308" +"BSU_35670","BSU_38190","GtaB","GalT","gtaB","galT","GtaB","GalT","string-db","224308.BSU38190/224308.BSU35670","physical","txid224308" +"BSU_30850","BSU_35670","YtdA","GtaB","ytdA","gtaB","YtdA","GtaB","string-db","224308.BSU35670/224308.BSU30850","physical","txid224308" +"BSU_30850","BSU_38190","YtdA","GalT","ytdA","galT","YtdA","GalT","string-db","224308.BSU38190/224308.BSU30850","physical","txid224308" +"BSU_18240","BSU_24340","YngHA","AccC","yngH","BSU_24340","YngH","AccC","string-db","224308.BSU24340/224308.BSU18240","physical","txid224308" +"BSU_18240","BSU_24350","YngHA","AccB","yngH","BSU_24350","YngH","AccB","string-db","224308.BSU24350/224308.BSU18240","physical","txid224308" +"BSU_18240","BSU_29200","YngHA","AccA","yngH","accA","YngH","AccA","string-db","224308.BSU29200/224308.BSU18240","physical","txid224308" +"BSU_18240","BSU_29210","YngHA","AccD","yngH","accD","YngH","AccD","string-db","224308.BSU29210/224308.BSU18240","physical","txid224308" +"BSU_29200","BSU_29210","AccA","AccD","accA","accD","AccA","AccD","subtiwiki","224308.BSU29200/224308.BSU29210","physical","txid224308" +"BSU_29200","BSU_10000","AccA","YhaH","accA","BSU_10000","AccA","YhaH","subtiwiki","224308.BSU29200/224308.BSU10000","physical","txid224308" +"BSU_24340","BSU_29210","AccC","AccD","BSU_24340","accD","AccC","AccD","subtiwiki","224308.BSU24340/224308.BSU29210","physical","txid224308" +"BSU_24340","BSU_24350","AccC","AccB","BSU_24340","BSU_24350","AccC","AccB","subtiwiki","224308.BSU24340/224308.BSU24350","physical","txid224308" +"BSU_24340","BSU_29740","AccC","CcpA","BSU_24340","ccpA","AccC","CcpA","string-db","224308.BSU29740/224308.BSU24340","physical","txid224308" +"BSU_24340","BSU_29200","AccC","AccA","BSU_24340","accA","AccC","AccA","subtiwiki","224308.BSU24340/224308.BSU29200","physical","txid224308" +"BSU_18300","BSU_18340","PpsE","PpsA","ppsE","ppsA","PpsE","PpsA","string-db","224308.BSU18340/224308.BSU18300","physical","txid224308" +"BSU_18300","BSU_18320","PpsE","PpsC","ppsE","ppsC","PpsE","PpsC","string-db","224308.BSU18320/224308.BSU18300","physical","txid224308" +"BSU_18300","BSU_18330","PpsE","PpsB","ppsE","ppsB","PpsE","PpsB","string-db","224308.BSU18330/224308.BSU18300","physical","txid224308" +"BSU_18410","BSU_36100","Ggt","YwrD","BSU_18410","ywrD","Ggt","YwrD","string-db","224308.BSU36100/224308.BSU18410","physical","txid224308" +"BSU_18460","BSU_37790","GltC","RocG","gltC","rocG","GltC","RocG","subtiwiki","224308.BSU37790/224308.BSU18460","physical","txid224308" +"BSU_18460","BSU_22960","GltC","GudB","gltC","gudB","GltC","GudB","subtiwiki","224308.BSU18460/224308.BSU22960","physical","txid224308" +"BSU_18550","BSU_29740","YoaC","CcpA","yoaC","ccpA","YoaC","CcpA","string-db","224308.BSU29740/224308.BSU18550","physical","txid224308" +"BSU_18560","BSU_23070","YoaD","SerA","yoaD","serA","YoaD","SerA","string-db","224308.BSU23070/224308.BSU18560","physical","txid224308" +"BSU_18990","BSU_19000","RttM","RttL","BSU_18990","BSU_19000","YobK","YobL","subtiwiki","224308.BSU19000/224308.BSU18990","physical","txid224308" +"BSU_19040","BSU_35300","CsaA","SecA","BSU_19040","secA","CsaA","SecA","subtiwiki","224308.BSU35300/224308.BSU19040","physical","txid224308" +"BSU_19190","BSU_34070","DesK","YvfT","BSU_19190","BSU_34070","DesK","YvfT","string-db","224308.BSU34070/224308.BSU19190","physical","txid224308" +"BSU_19190","BSU_19200","DesK","DesR","BSU_19190","desR","DesK","DesR","subtiwiki","224308.BSU19190/224308.BSU19200","physical","txid224308" +"BSU_28920","BSU_28930","LytT","LytS","lytT","BSU_28930","LytT","LytS","subtiwiki","224308.BSU28930/224308.BSU28920","physical","txid224308" +"BSU_27980","BSU_00230","SpoIVFA","BofA","spoIVFA","bofA","SpoIVFA","BofA","subtiwiki","224308.BSU27980/224308.BSU00230","physical","txid224308" +"BSU_27980","BSU_35240","SpoIVFA","CtpB","spoIVFA","ctpB","SpoIVFA","CtpB","subtiwiki","224308.BSU35240/224308.BSU27980","physical","txid224308" +"BSU_19630","BSU_23490","DeoD","PupG","BSU_19630","pupG","DeoD","PupG","string-db","224308.BSU23490/224308.BSU19630","physical","txid224308" +"BSU_19630","BSU_29740","DeoD","CcpA","BSU_19630","ccpA","DeoD","CcpA","string-db","224308.BSU29740/224308.BSU19630","physical","txid224308" +"BSU_19630","BSU_39400","DeoD","Pdp","BSU_19630","pdp","DeoD","Pdp","string-db","224308.BSU39400/224308.BSU19630","physical","txid224308" +"BSU_23490","BSU_39400","PupG","Pdp","pupG","pdp","PupG","Pdp","string-db","224308.BSU39400/224308.BSU23490","physical","txid224308" +"BSU_39400","BSU_39940","Pdp","YxaL","pdp","yxaL","Pdp","YxaL","string-db","224308.BSU39940/224308.BSU39400","physical","txid224308" +"BSU_19770","BSU_24300","CgeC","XseA","cgeC","BSU_24300","CgeC","XseA","string-db","224308.BSU24300/224308.BSU19770","physical","txid224308" +"BSU_20350","BSU_27620","YorK","RecJ","BSU_20350","recJ","YorK","RecJ","string-db","224308.BSU27620/224308.BSU20350","physical","txid224308" +"BSU_20690","BSU_24300","YoqB","XseA","BSU_20690","BSU_24300","YoqB","XseA","string-db","224308.BSU24300/224308.BSU20690","physical","txid224308" +"BSU_20800","BSU_29740","YopQ","CcpA","BSU_20800","ccpA","YopQ","CcpA","string-db","224308.BSU29740/224308.BSU20800","physical","txid224308" +"BSU_20860","BSU_24300","YopK","XseA","aimR","BSU_24300","AimR","XseA","string-db","224308.BSU24300/224308.BSU20860","physical","txid224308" +"BSU_21350","BSU_39940","CwlP","YxaL","BSU_21350","yxaL","CwlP","YxaL","string-db","224308.BSU39940/224308.BSU21350","physical","txid224308" +"BSU_21390","BSU_37240","YomE","YwiE","BSU_21390","ywiE","YomE","YwiE","string-db","224308.BSU37240/224308.BSU21390","physical","txid224308" +"BSU_21600","BSU_29740","YokG","CcpA","BSU_21600","ccpA","YokG","CcpA","string-db","224308.BSU29740/224308.BSU21600","physical","txid224308" +"BSU_21870","BSU_29740","IlvD","CcpA","ilvD","ccpA","IlvD","CcpA","string-db","224308.BSU29740/224308.BSU21870","physical","txid224308" +"BSU_21970","BSU_21990","YpeP","YpdQ","BSU_21970","BSU_21990","YpeP","YpdQ","string-db","224308.BSU21990/224308.BSU21970","physical","txid224308" +"BSU_22030","BSU_24290","DynA","XseB","dynA","BSU_24290","DynA","XseB","string-db","224308.BSU24290/224308.BSU22030","physical","txid224308" +"BSU_22030","BSU_17960","DynA","YneK","dynA","BSU_17960","DynA","YneK","subtiwiki","224308.BSU22030/224308.BSU17960","physical","txid224308" +"BSU_22030","BSU_36320","DynA","YwpG","dynA","BSU_36320","DynA","YwpG","subtiwiki","224308.BSU22030/224308.BSU36320","physical","txid224308" +"BSU_22030","BSU_16960","DynA","Rny","dynA","BSU_16960","DynA","Rny","subtiwiki","224308.BSU22030/224308.BSU16960","physical","txid224308" +"BSU_22180","BSU_00640","GpsB","SpoIIE","BSU_22180","spoIIE","GpsB","SpoIIE","subtiwiki","224308.BSU22180/224308.BSU00640","physical","txid224308" +"BSU_22180","BSU_23000","GpsB","YpbE","BSU_22180","BSU_23000","GpsB","YpbE","subtiwiki","224308.BSU23000/224308.BSU22180","physical","txid224308" +"BSU_22180","BSU_28020","GpsB","MreC","BSU_22180","mreC","GpsB","MreC","subtiwiki","224308.BSU28020/224308.BSU22180","physical","txid224308" +"BSU_22180","BSU_23220","GpsB","ScpA","BSU_22180","scpA","GpsB","ScpA","string-db","224308.BSU23220/224308.BSU22180","physical","txid224308" +"BSU_22180","BSU_27300","GpsB","YrrS","BSU_22180","yrrS","GpsB","YrrS","subtiwiki","224308.BSU27300/224308.BSU22180","physical","txid224308" +"BSU_22180","BSU_22320","GpsB","PonA","BSU_22180","ponA","GpsB","PonA","subtiwiki","224308.BSU22320/224308.BSU22180","physical","txid224308" +"BSU_22180","BSU_29610","GpsB","EzrA","BSU_22180","ezrA","GpsB","EzrA","subtiwiki","224308.BSU29610/224308.BSU22180","physical","txid224308" +"BSU_23000","BSU_27310","YpbE","PbpI","BSU_23000","pbpI","YpbE","PbpI","string-db","224308.BSU27310/224308.BSU23000","physical","txid224308" +"BSU_23000","BSU_27300","YpbE","YrrS","BSU_23000","yrrS","YpbE","YrrS","string-db","224308.BSU27300/224308.BSU23000","physical","txid224308" +"BSU_27300","BSU_27310","YrrS","PbpI","yrrS","pbpI","YrrS","PbpI","subtiwiki","224308.BSU27310/224308.BSU27300","physical","txid224308" +"BSU_22280","BSU_29610","YppD","EzrA","yppD","ezrA","YppD","EzrA","string-db","224308.BSU29610/224308.BSU22280","physical","txid224308" +"BSU_22360","BSU_29740","AsnS","CcpA","BSU_22360","ccpA","AsnS","CcpA","string-db","224308.BSU29740/224308.BSU22360","physical","txid224308" +"BSU_22400","BSU_25210","DinG","DnaG","BSU_22400","dnaG","DinG","DnaG","string-db","224308.BSU25210/224308.BSU22400","physical","txid224308" +"BSU_22400","BSU_31250","DinG","TlpA","BSU_22400","tlpA","DinG","TlpA","string-db","224308.BSU31250/224308.BSU22400","physical","txid224308" +"BSU_22540","BSU_22550","QcrC","QcrB","qcrC","qcrB","QcrC","QcrB","subtiwiki","224308.BSU22550/224308.BSU22540","physical","txid224308" +"BSU_22540","BSU_22560","QcrC","QcrA","qcrC","qcrA","QcrC","QcrA","subtiwiki","224308.BSU22560/224308.BSU22540","physical","txid224308" +"BSU_22550","BSU_22560","QcrB","QcrA","qcrB","qcrA","QcrB","QcrA","subtiwiki","224308.BSU22550/224308.BSU22560","physical","txid224308" +"BSU_22600","BSU_29740","AroA","CcpA","aroE","ccpA","AroE","CcpA","string-db","224308.BSU29740/224308.BSU22600","physical","txid224308" +"BSU_22610","BSU_22620","TyrA","HisC","tyrA","hisC","TyrA","HisC","string-db","224308.BSU22620/224308.BSU22610","physical","txid224308" +"BSU_22630","BSU_22640","TrpA","TrpB","trpA","trpB","TrpA","TrpB","subtiwiki","224308.BSU22630/224308.BSU22640","physical","txid224308" +"BSU_22690","BSU_27910","AroH","YszB","BSU_22690","thrR","AroH","YszB","string-db","224308.BSU27910/224308.BSU22690","physical","txid224308" +"BSU_22690","BSU_29750","AroH","AroX","BSU_22690","BSU_29750","AroH","AroA","string-db","224308.BSU29750/224308.BSU22690","physical","txid224308" +"BSU_27910","BSU_29750","YszB","AroX","thrR","BSU_29750","YszB","AroA","string-db","224308.BSU29750/224308.BSU27910","physical","txid224308" +"BSU_22710","BSU_29740","AroF","CcpA","BSU_22710","ccpA","AroF","CcpA","string-db","224308.BSU29740/224308.BSU22710","physical","txid224308" +"BSU_22730","BSU_29180","Ndk","Pyk","BSU_22730","BSU_29180","Ndk","Pyk","string-db","224308.BSU29180/224308.BSU22730","physical","txid224308" +"BSU_22740","BSU_15920","HepT","AcpA","BSU_22740","acpA","HepT","AcpA","subtiwiki","224308.BSU22740/224308.BSU15920","physical","txid224308" +"BSU_22740","BSU_22760","HepT","HepS","BSU_22740","BSU_22760","HepT","HepS","string-db","224308.BSU22760/224308.BSU22740","physical","txid224308" +"BSU_22790","BSU_07440","Hbs","YfmK","hbs","BSU_07440","Hbs","YfmK","subtiwiki","224308.BSU22790/224308.BSU07440","physical","txid224308" +"BSU_22790","BSU_29740","Hbs","CcpA","hbs","ccpA","Hbs","CcpA","string-db","224308.BSU29740/224308.BSU22790","physical","txid224308" +"BSU_27840","BSU_37920","SafA","GerQ","safA","gerQ","SafA","GerQ","string-db","224308.BSU37920/224308.BSU27840","physical","txid224308" +"BSU_27840","BSU_28110","SafA","SpoVID","safA","spoVID","SafA","SpoVID","subtiwiki","224308.BSU28110/224308.BSU27840","physical","txid224308" +"BSU_22940","BSU_28830","PrsW","YsdB","BSU_22940","ysdB","PrsW","YsdB","string-db","224308.BSU28830/224308.BSU22940","physical","txid224308" +"BSU_27310","BSU_28030","PbpI","MreB","pbpI","mreB","PbpI","MreB","subtiwiki","224308.BSU27310/224308.BSU28030","physical","txid224308" +"BSU_27310","BSU_16910","PbpI","RodZ","pbpI","BSU_16910","PbpI","RodZ","subtiwiki","224308.BSU27310/224308.BSU16910","physical","txid224308" +"BSU_27310","BSU_04140","PbpI","PbpC","pbpI","BSU_04140","PbpI","PbpC","subtiwiki","224308.BSU27310/224308.BSU04140","physical","txid224308" +"BSU_27310","BSU_38120","PbpI","RodA","pbpI","rodA","PbpI","RodA","subtiwiki","224308.BSU27310/224308.BSU38120","physical","txid224308" +"BSU_27310","BSU_28020","PbpI","MreC","pbpI","mreC","PbpI","MreC","subtiwiki","224308.BSU27310/224308.BSU28020","physical","txid224308" +"BSU_27310","BSU_13980","PbpI","PbpH","pbpI","pbpH","PbpI","PbpH","subtiwiki","224308.BSU27310/224308.BSU13980","physical","txid224308" +"BSU_23080","BSU_24470","AroC","AroQ","BSU_23080","BSU_24470","AroC","AroQ","string-db","224308.BSU24470/224308.BSU23080","physical","txid224308" +"BSU_23090","BSU_23100","RsiX","SigX","rsiX","sigX","RsiX","SigX","subtiwiki","224308.BSU23090/224308.BSU23100","physical","txid224308" +"BSU_23100","BSU_01070","SigX","RpoB","sigX","rpoB","SigX","RpoB","subtiwiki","224308.BSU23100/224308.BSU01070","physical","txid224308" +"BSU_23110","BSU_23120","ResE","ResD","resE","resD","ResE","ResD","subtiwiki","224308.BSU23120/224308.BSU23110","physical","txid224308" +"BSU_23120","BSU_01430","ResD","RpoA","resD","rpoA","ResD","RpoA","subtiwiki","224308.BSU23120/224308.BSU01430","physical","txid224308" +"BSU_23120","BSU_06360","ResD","GuaA","resD","guaA","ResD","GuaA","subtiwiki","224308.BSU23120/224308.BSU06360","physical","txid224308" +"BSU_23150","BSU_25190","ResA","CccA","resA","cccA","ResA","CccA","string-db","224308.BSU25190/224308.BSU23150","physical","txid224308" +"BSU_23260","BSU_29740","RibAB","CcpA","ribA","ccpA","RibAB","CcpA","string-db","224308.BSU29740/224308.BSU23260","physical","txid224308" +"BSU_23470","BSU_00640","SpoIIAA","SpoIIE","spoIIAA","spoIIE","SpoIIAA","SpoIIE","subtiwiki","224308.BSU23470/224308.BSU00640","physical","txid224308" +"BSU_23470","BSU_36550","SpoIIAA","SpoIIQ","spoIIAA","spoIIQ","SpoIIAA","SpoIIQ","string-db","224308.BSU36550/224308.BSU23470","physical","txid224308" +"BSU_36550","BSU_00640","SpoIIQ","SpoIIE","spoIIQ","spoIIE","SpoIIQ","SpoIIE","subtiwiki","224308.BSU36550/224308.BSU00640","physical","txid224308" +"BSU_36550","BSU_28380","SpoIIQ","GerM","spoIIQ","gerM","SpoIIQ","GerM","subtiwiki","224308.BSU36550/224308.BSU28380","physical","txid224308" +"BSU_23530","BSU_25530","SpoIIM","SpoIIP","spoIIM","spoIIP","SpoIIM","SpoIIP","subtiwiki","224308.BSU23530/224308.BSU25530","physical","txid224308" +"BSU_23530","BSU_36750","SpoIIM","SpoIID","spoIIM","spoIID","SpoIIM","SpoIID","string-db","224308.BSU36750/224308.BSU23530","physical","txid224308" +"BSU_23540","BSU_35290","YqkK","PrfB","BSU_23540","prfB","BrfA","PrfB","subtiwiki","224308.BSU35290/224308.BSU23540","physical","txid224308" +"BSU_23570","BSU_16500","AnsB","Tsf","ansB","tsf","AnsB","Tsf","subtiwiki","224308.BSU23570/224308.BSU16500","physical","txid224308" +"BSU_23570","BSU_31250","AnsB","TlpA","ansB","tlpA","AnsB","TlpA","string-db","224308.BSU31250/224308.BSU23570","physical","txid224308" +"BSU_23570","BSU_31240","AnsB","McpA","ansB","mcpA","AnsB","McpA","string-db","224308.BSU31240/224308.BSU23570","physical","txid224308" +"BSU_23710","BSU_29090","PolYB","PolA","polY2","polA","PolY2","PolA","subtiwiki","224308.BSU29090/224308.BSU23710","physical","txid224308" +"BSU_23850","BSU_29740","Zwf","CcpA","BSU_23850","ccpA","Zwf","CcpA","string-db","224308.BSU29740/224308.BSU23850","physical","txid224308" +"BSU_23860","BSU_29740","GndA","CcpA","BSU_23860","ccpA","GndA","CcpA","string-db","224308.BSU29740/224308.BSU23860","physical","txid224308" +"BSU_23860","BSU_40080","GndA","GntZ","BSU_23860","gntZ","GndA","GntZ","string-db","224308.BSU40080/224308.BSU23860","physical","txid224308" +"BSU_23860","BSU_25730","GndA","YqeC","BSU_23860","BSU_25730","GndA","YqeC","string-db","224308.BSU25730/224308.BSU23860","physical","txid224308" +"BSU_23860","BSU_22730","GndA","Ndk","BSU_23860","BSU_22730","GndA","Ndk","subtiwiki","224308.BSU23860/224308.BSU22730","physical","txid224308" +"BSU_25730","BSU_40080","YqeC","GntZ","BSU_25730","gntZ","YqeC","GntZ","string-db","224308.BSU40080/224308.BSU25730","physical","txid224308" +"BSU_24390","BSU_24420","SpoIIIAE","SpoIIIAB","spoIIIAE","spoIIIAB","SpoIIIAE","SpoIIIAB","string-db","224308.BSU24420/224308.BSU24390","physical","txid224308" +"BSU_24390","BSU_24400","SpoIIIAE","SpoIIIAD","spoIIIAE","spoIIIAD","SpoIIIAE","SpoIIIAD","string-db","224308.BSU24400/224308.BSU24390","physical","txid224308" +"BSU_24390","BSU_41040","SpoIIIAE","OxaAA","spoIIIAE","yidC1","SpoIIIAE","YidC1","subtiwiki","224308.BSU24390/224308.BSU41040","physical","txid224308" +"BSU_23920","BSU_29210","YqjD","AccD","BSU_23920","accD","YqjD","AccD","string-db","224308.BSU29210/224308.BSU23920","physical","txid224308" +"BSU_23920","BSU_29200","YqjD","AccA","BSU_23920","accA","YqjD","AccA","string-db","224308.BSU29200/224308.BSU23920","physical","txid224308" +"BSU_23920","BSU_24350","YqjD","AccB","BSU_23920","BSU_24350","YqjD","AccB","string-db","224308.BSU24350/224308.BSU23920","physical","txid224308" +"BSU_23960","BSU_23970","ArtR","ArtQ","artR","artQ","ArtR","ArtQ","subtiwiki","224308.BSU23970/224308.BSU23960","physical","txid224308" +"BSU_23960","BSU_23980","ArtR","ArtP","artR","artP","ArtR","ArtP","subtiwiki","224308.BSU23960/224308.BSU23980","physical","txid224308" +"BSU_24120","BSU_24130","MmgF","MmgE","mmgF","mmgE","MmgF","MmgE","string-db","224308.BSU24130/224308.BSU24120","physical","txid224308" +"BSU_24160","BSU_32840","MmgB","FadN","mmgB","fadN","MmgB","FadN","string-db","224308.BSU32840/224308.BSU24160","physical","txid224308" +"BSU_24220","BSU_24610","Spo0A","SinR","spo0A","sinR","Spo0A","SinR","string-db","224308.BSU24610/224308.BSU24220","physical","txid224308" +"BSU_24220","BSU_31450","Spo0A","KinB","spo0A","kinB","Spo0A","KinB","string-db","224308.BSU31450/224308.BSU24220","physical","txid224308" +"BSU_24220","BSU_14490","Spo0A","KinC","spo0A","kinC","Spo0A","KinC","subtiwiki","224308.BSU24220/224308.BSU14490","physical","txid224308" +"BSU_24220","BSU_11520","Spo0A","MecA","spo0A","mecA","Spo0A","MecA","subtiwiki","224308.BSU24220/224308.BSU11520","physical","txid224308" +"BSU_24220","BSU_25200","Spo0A","SigA","spo0A","sigA","Spo0A","SigA","subtiwiki","224308.BSU24220/224308.BSU25200","physical","txid224308" +"BSU_24220","BSU_13640","Spo0A","Spo0E","spo0A","spo0E","Spo0A","Spo0E","subtiwiki","224308.BSU24220/224308.BSU13640","physical","txid224308" +"BSU_24220","BSU_26310","Spo0A","YqaH","spo0A","yqaH","Spo0A","YqaH","subtiwiki","224308.BSU24220/224308.BSU26310","physical","txid224308" +"BSU_24230","BSU_27980","SpoIVB","SpoIVFA","spoIVB","spoIVFA","SpoIVB","SpoIVFA","subtiwiki","224308.BSU27980/224308.BSU24230","physical","txid224308" +"BSU_25250","BSU_28850","CcpN","RplT","ccpN","rplT","CcpN","RplT","string-db","224308.BSU28850/224308.BSU25250","physical","txid224308" +"BSU_25250","BSU_01430","CcpN","RpoA","ccpN","rpoA","CcpN","RpoA","subtiwiki","224308.BSU25250/224308.BSU01430","physical","txid224308" +"BSU_24310","BSU_29740","FolD","CcpA","folD","ccpA","FolD","CcpA","string-db","224308.BSU29740/224308.BSU24310","physical","txid224308" +"BSU_24360","BSU_28380","SpoIIIAH","GerM","spoIIIAH","gerM","SpoIIIAH","GerM","subtiwiki","224308.BSU24360/224308.BSU28380","physical","txid224308" +"BSU_24360","BSU_36750","SpoIIIAH","SpoIID","spoIIIAH","spoIID","SpoIIIAH","SpoIID","string-db","224308.BSU36750/224308.BSU24360","physical","txid224308" +"BSU_24360","BSU_36550","SpoIIIAH","SpoIIQ","spoIIIAH","spoIIQ","SpoIIIAH","SpoIIQ","subtiwiki","224308.BSU24360/224308.BSU36550","physical","txid224308" +"BSU_24360","BSU_24370","SpoIIIAH","SpoIIIAG","spoIIIAH","spoIIIAG","SpoIIIAH","SpoIIIAG","subtiwiki","224308.BSU24360/224308.BSU24370","physical","txid224308" +"BSU_24360","BSU_25530","SpoIIIAH","SpoIIP","spoIIIAH","spoIIP","SpoIIIAH","SpoIIP","string-db","224308.BSU25530/224308.BSU24360","physical","txid224308" +"BSU_24370","BSU_24380","SpoIIIAG","SpoIIIAF","spoIIIAG","spoIIIAF","SpoIIIAG","SpoIIIAF","string-db","224308.BSU24380/224308.BSU24370","physical","txid224308" +"BSU_24380","BSU_24390","SpoIIIAF","SpoIIIAE","spoIIIAF","spoIIIAE","SpoIIIAF","SpoIIIAE","string-db","224308.BSU24390/224308.BSU24380","physical","txid224308" +"BSU_24380","BSU_24420","SpoIIIAF","SpoIIIAB","spoIIIAF","spoIIIAB","SpoIIIAF","SpoIIIAB","string-db","224308.BSU24420/224308.BSU24380","physical","txid224308" +"BSU_24380","BSU_24400","SpoIIIAF","SpoIIIAD","spoIIIAF","spoIIIAD","SpoIIIAF","SpoIIIAD","string-db","224308.BSU24400/224308.BSU24380","physical","txid224308" +"BSU_24400","BSU_24420","SpoIIIAD","SpoIIIAB","spoIIIAD","spoIIIAB","SpoIIIAD","SpoIIIAB","string-db","224308.BSU24420/224308.BSU24400","physical","txid224308" +"BSU_24430","BSU_36550","SpoIIIAA","SpoIIQ","spoIIIAA","spoIIQ","SpoIIIAA","SpoIIQ","string-db","224308.BSU36550/224308.BSU24430","physical","txid224308" +"BSU_24600","BSU_24220","SinI","Spo0A","sinI","spo0A","SinI","Spo0A","subtiwiki","224308.BSU24600/224308.BSU24220","physical","txid224308" +"BSU_24600","BSU_24610","SinI","SinR","sinI","sinR","SinI","SinR","subtiwiki","224308.BSU24600/224308.BSU24610","physical","txid224308" +"BSU_24690","BSU_24710","ComGE","ComGC","comGE","comGC","ComGE","ComGC","string-db","224308.BSU24710/224308.BSU24690","physical","txid224308" +"BSU_24710","BSU_28070","ComGC","ComC","comGC","comC","ComGC","ComC","subtiwiki","224308.BSU24710/224308.BSU28070","physical","txid224308" +"BSU_24710","BSU_24720","ComGC","ComGB","comGC","comGB","ComGC","ComGB","subtiwiki","224308.BSU24710/224308.BSU24720","physical","txid224308" +"BSU_24710","BSU_24730","ComGC","ComGA","comGC","comGA","ComGC","ComGA","string-db","224308.BSU24730/224308.BSU24710","physical","txid224308" +"BSU_24720","BSU_24690","ComGB","ComGE","comGB","comGE","ComGB","ComGE","subtiwiki","224308.BSU24720/224308.BSU24690","physical","txid224308" +"BSU_24720","BSU_24730","ComGB","ComGA","comGB","comGA","ComGB","ComGA","subtiwiki","224308.BSU24730/224308.BSU24720","physical","txid224308" +"BSU_24730","BSU_28030","ComGA","MreB","comGA","mreB","ComGA","MreB","subtiwiki","224308.BSU24730/224308.BSU28030","physical","txid224308" +"BSU_24730","BSU_28050","ComGA","Maf","comGA","maf","ComGA","Maf","subtiwiki","224308.BSU24730/224308.BSU28050","physical","txid224308" +"BSU_24730","BSU_27600","ComGA","Rsh","comGA","BSU_27600","ComGA","Rel","subtiwiki","224308.BSU24730/224308.BSU27600","physical","txid224308" +"BSU_24730","BSU_35470","ComGA","ComFA","comGA","comFA","ComGA","ComFA","subtiwiki","224308.BSU24730/224308.BSU35470","physical","txid224308" +"BSU_24730","BSU_25570","ComGA","ComEC","comGA","comEC","ComGA","ComEC","subtiwiki","224308.BSU25570/224308.BSU24730","physical","txid224308" +"BSU_24950","BSU_24980","PstBB","PstC","pstBB","pstC","PstBB","PstC","subtiwiki","224308.BSU24950/224308.BSU24980","physical","txid224308" +"BSU_24950","BSU_24990","PstBB","PstS","pstBB","pstS","PstBB","PstS","subtiwiki","224308.BSU24950/224308.BSU24990","physical","txid224308" +"BSU_24950","BSU_24970","PstBB","PstA","pstBB","pstA","PstBB","PstA","subtiwiki","224308.BSU24950/224308.BSU24970","physical","txid224308" +"BSU_24950","BSU_24960","PstBB","PstBA","pstBB","pstBA","PstBB","PstBA","subtiwiki","224308.BSU24950/224308.BSU24960","physical","txid224308" +"BSU_24970","BSU_24990","PstA","PstS","pstA","pstS","PstA","PstS","subtiwiki","224308.BSU24970/224308.BSU24990","physical","txid224308" +"BSU_24970","BSU_24980","PstA","PstC","pstA","pstC","PstA","PstC","subtiwiki","224308.BSU24970/224308.BSU24980","physical","txid224308" +"BSU_24980","BSU_24990","PstC","PstS","pstC","pstS","PstC","PstS","subtiwiki","224308.BSU24980/224308.BSU24990","physical","txid224308" +"BSU_24960","BSU_24990","PstBA","PstS","pstBA","pstS","PstBA","PstS","subtiwiki","224308.BSU24960/224308.BSU24990","physical","txid224308" +"BSU_24960","BSU_24970","PstBA","PstA","pstBA","pstA","PstBA","PstA","subtiwiki","224308.BSU24960/224308.BSU24970","physical","txid224308" +"BSU_24960","BSU_24980","PstBA","PstC","pstBA","pstC","PstBA","PstC","subtiwiki","224308.BSU24960/224308.BSU24980","physical","txid224308" +"BSU_25020","BSU_29740","SodA","CcpA","sodA","ccpA","SodA","CcpA","string-db","224308.BSU29740/224308.BSU25020","physical","txid224308" +"BSU_25070","BSU_29740","IspG","CcpA","ispG","ccpA","IspG","CcpA","string-db","224308.BSU29740/224308.BSU25070","physical","txid224308" +"BSU_25260","BSU_25270","GlyS","GlyQ","glyS","glyQ","GlyS","GlyQ","subtiwiki","224308.BSU25260/224308.BSU25270","physical","txid224308" +"BSU_25260","BSU_29740","GlyS","CcpA","glyS","ccpA","GlyS","CcpA","string-db","224308.BSU29740/224308.BSU25260","physical","txid224308" +"BSU_25260","BSU_24070","GlyS","Buk","glyS","buk","GlyS","Buk","subtiwiki","224308.BSU25260/224308.BSU24070","physical","txid224308" +"BSU_25400","BSU_29740","YqeY","CcpA","BSU_25400","ccpA","YqeY","CcpA","string-db","224308.BSU29740/224308.BSU25400","physical","txid224308" +"BSU_25510","BSU_25560","LepA","HolA","lepA","BSU_25560","LepA","HolA","string-db","224308.BSU25560/224308.BSU25510","physical","txid224308" +"BSU_25510","BSU_04580","LepA","CshA","lepA","BSU_04580","LepA","CshA","subtiwiki","224308.BSU25510/224308.BSU04580","physical","txid224308" +"BSU_25590","BSU_35450","ComEA","ComFC","comEA","comFC","ComEA","ComFC","string-db","224308.BSU35450/224308.BSU25590","physical","txid224308" +"BSU_25590","BSU_35470","ComEA","ComFA","comEA","comFA","ComEA","ComFA","string-db","224308.BSU35470/224308.BSU25590","physical","txid224308" +"BSU_25780","BSU_28500","ArsC","TrxA","arsC","trxA","ArsC","TrxA","subtiwiki","224308.BSU28500/224308.BSU25780","physical","txid224308" +"BSU_28500","BSU_12420","TrxA","YjoB","trxA","yjoB","TrxA","YjoB","subtiwiki","224308.BSU28500/224308.BSU12420","physical","txid224308" +"BSU_28500","BSU_34790","TrxA","TrxB","trxA","trxB","TrxA","TrxB","string-db","224308.BSU34790/224308.BSU28500","physical","txid224308" +"BSU_28500","BSU_29740","TrxA","CcpA","trxA","ccpA","TrxA","CcpA","string-db","224308.BSU29740/224308.BSU28500","physical","txid224308" +"BSU_25860","BSU_25870","RttG","RttF","yqcG","yqcF","YqcG","YqcF","subtiwiki","224308.BSU25870/224308.BSU25860","physical","txid224308" +"BSU_26230","BSU_29740","YqaP","CcpA","yqaP","ccpA","YqaP","CcpA","string-db","224308.BSU29740/224308.BSU26230","physical","txid224308" +"BSU_26970","BSU_40250","AdhB","YycR","adhB","BSU_40250","AdhB","YycR","string-db","224308.BSU40250/224308.BSU26970","physical","txid224308" +"BSU_26970","BSU_27010","AdhB","AdhA","adhB","adhA","AdhB","AdhA","string-db","224308.BSU27010/224308.BSU26970","physical","txid224308" +"BSU_27170","BSU_36250","BscR","PtkA","fatR","ptkA","FatR","PtkA","subtiwiki","224308.BSU27170/224308.BSU36250","physical","txid224308" +"BSU_27170","BSU_36260","BscR","YwqC","fatR","tkmA","FatR","TkmA","subtiwiki","224308.BSU27170/224308.BSU36260","physical","txid224308" +"BSU_27320","BSU_01070","GreA","RpoB","BSU_27320","rpoB","GreA","RpoB","subtiwiki","224308.BSU27320/224308.BSU01070","physical","txid224308" +"BSU_27320","BSU_01080","GreA","RpoC","BSU_27320","rpoC","GreA","RpoC","subtiwiki","224308.BSU27320/224308.BSU01080","physical","txid224308" +"BSU_27320","BSU_29740","GreA","CcpA","BSU_27320","ccpA","GreA","CcpA","string-db","224308.BSU29740/224308.BSU27320","physical","txid224308" +"BSU_27340","BSU_36260","YrrO","YwqC","BSU_27340","tkmA","YrrO","TkmA","string-db","224308.BSU36260/224308.BSU27340","physical","txid224308" +"BSU_27430","BSU_27460","GlnQ","GlnP","glnQ","glnP","GlnQ","GlnP","subtiwiki","224308.BSU27430/224308.BSU27460","physical","txid224308" +"BSU_27430","BSU_27450","GlnQ","GlnM","glnQ","glnM","GlnQ","GlnM","subtiwiki","224308.BSU27430/224308.BSU27450","physical","txid224308" +"BSU_27430","BSU_27440","GlnQ","GlnH","glnQ","glnH","GlnQ","GlnH","subtiwiki","224308.BSU27430/224308.BSU27440","physical","txid224308" +"BSU_27440","BSU_27450","GlnH","GlnM","glnH","glnM","GlnH","GlnM","subtiwiki","224308.BSU27450/224308.BSU27440","physical","txid224308" +"BSU_27440","BSU_27460","GlnH","GlnP","glnH","glnP","GlnH","GlnP","subtiwiki","224308.BSU27440/224308.BSU27460","physical","txid224308" +"BSU_27490","BSU_33630","YrrB","SecG","BSU_27490","secG","YrrB","SecG","string-db","224308.BSU33630/224308.BSU27490","physical","txid224308" +"BSU_27490","BSU_33600","YrrB","SmpB","BSU_27490","smpB","YrrB","SmpB","string-db","224308.BSU33600/224308.BSU27490","physical","txid224308" +"BSU_27510","BSU_27880","IscSA","NifS","yrvO","nifS","YrvO","NifS","string-db","224308.BSU27880/224308.BSU27510","physical","txid224308" +"BSU_27510","BSU_29590","IscSA","IscSB","yrvO","BSU_29590","YrvO","NifZ","string-db","224308.BSU29590/224308.BSU27510","physical","txid224308" +"BSU_27880","BSU_29590","NifS","IscSB","nifS","BSU_29590","NifS","NifZ","string-db","224308.BSU29590/224308.BSU27880","physical","txid224308" +"BSU_29590","BSU_29580","IscSB","ThiI","BSU_29590","BSU_29580","NifZ","ThiI","subtiwiki","224308.BSU29590/224308.BSU29580","physical","txid224308" +"BSU_27550","BSU_29740","AspS","CcpA","aspS","ccpA","AspS","CcpA","string-db","224308.BSU29740/224308.BSU27550","physical","txid224308" +"BSU_27560","BSU_29740","HisS","CcpA","hisS","ccpA","HisS","CcpA","string-db","224308.BSU29740/224308.BSU27560","physical","txid224308" +"BSU_27730","BSU_27740","RuvB","RuvA","ruvB","ruvA","RuvB","RuvA","subtiwiki","224308.BSU27740/224308.BSU27730","physical","txid224308" +"BSU_27730","BSU_22310","RuvB","RecU","ruvB","recU","RuvB","RecU","subtiwiki","224308.BSU27730/224308.BSU22310","physical","txid224308" +"BSU_27770","BSU_39700","YrbE","IolG","BSU_27770","iolG","YrbE","IolG","string-db","224308.BSU39700/224308.BSU27770","physical","txid224308" +"BSU_37920","BSU_31270","GerQ","Tgl","gerQ","tgl","GerQ","Tgl","subtiwiki","224308.BSU37920/224308.BSU31270","physical","txid224308" +"BSU_37920","BSU_14250","GerQ","YknT","gerQ","yknT","GerQ","YknT","subtiwiki","224308.BSU37920/224308.BSU14250","physical","txid224308" +"BSU_37920","BSU_19780","GerQ","CgeA","gerQ","cgeA","GerQ","CgeA","subtiwiki","224308.BSU37920/224308.BSU19780","physical","txid224308" +"BSU_27850","BSU_29740","NadA","CcpA","nadA","ccpA","NadA","CcpA","string-db","224308.BSU29740/224308.BSU27850","physical","txid224308" +"BSU_27930","BSU_24220","Spo0B","Spo0A","spo0B","spo0A","Spo0B","Spo0A","subtiwiki","224308.BSU27930/224308.BSU24220","physical","txid224308" +"BSU_27930","BSU_17020","Spo0B","YmcA","spo0B","BSU_17020","Spo0B","RicA","subtiwiki","224308.BSU27930/224308.BSU17020","physical","txid224308" +"BSU_27930","BSU_37130","Spo0B","Spo0F","spo0B","spo0F","Spo0B","Spo0F","subtiwiki","224308.BSU27930/224308.BSU37130","physical","txid224308" +"BSU_34370","BSU_36260","EpsA","YwqC","epsA","tkmA","EpsA","TkmA","string-db","224308.BSU36260/224308.BSU34370","physical","txid224308" +"BSU_34370","BSU_34770","EpsA","YvcJ","epsA","yvcJ","EpsA","YvcJ","string-db","224308.BSU34770/224308.BSU34370","physical","txid224308" +"BSU_35700","BSU_35750","TagH","TagA","tagH","tagA","TagH","TagA","string-db","224308.BSU35750/224308.BSU35700","physical","txid224308" +"BSU_35700","BSU_35760","TagH","TagB","tagH","tagB","TagH","TagB","string-db","224308.BSU35760/224308.BSU35700","physical","txid224308" +"BSU_35700","BSU_35720","TagH","TagF","tagH","tagF","TagH","TagF","string-db","224308.BSU35720/224308.BSU35700","physical","txid224308" +"BSU_35700","BSU_35730","TagH","TagE","tagH","tagE","TagH","TagE","string-db","224308.BSU35730/224308.BSU35700","physical","txid224308" +"BSU_35700","BSU_35710","TagH","TagG","tagH","tagG","TagH","TagG","subtiwiki","224308.BSU35700/224308.BSU35710","physical","txid224308" +"BSU_35530","BSU_35720","TagO","TagF","BSU_35530","tagF","TagO","TagF","string-db","224308.BSU35720/224308.BSU35530","physical","txid224308" +"BSU_35530","BSU_35750","TagO","TagA","BSU_35530","tagA","TagO","TagA","string-db","224308.BSU35750/224308.BSU35530","physical","txid224308" +"BSU_35530","BSU_35760","TagO","TagB","BSU_35530","tagB","TagO","TagB","string-db","224308.BSU35760/224308.BSU35530","physical","txid224308" +"BSU_35750","BSU_35760","TagA","TagB","tagA","tagB","TagA","TagB","string-db","224308.BSU35760/224308.BSU35750","physical","txid224308" +"BSU_35720","BSU_35760","TagF","TagB","tagF","tagB","TagF","TagB","string-db","224308.BSU35760/224308.BSU35720","physical","txid224308" +"BSU_35720","BSU_35750","TagF","TagA","tagF","tagA","TagF","TagA","string-db","224308.BSU35750/224308.BSU35720","physical","txid224308" +"BSU_28230","BSU_36930","Tig","YwlE","tig","BSU_36930","Tig","YwlE","subtiwiki","224308.BSU28230/224308.BSU36930","physical","txid224308" +"BSU_28230","BSU_29740","Tig","CcpA","tig","ccpA","Tig","CcpA","string-db","224308.BSU29740/224308.BSU28230","physical","txid224308" +"BSU_28250","BSU_28260","LeuD","LeuC","leuD","leuC","LeuD","LeuC","string-db","224308.BSU28260/224308.BSU28250","physical","txid224308" +"BSU_28260","BSU_29740","LeuC","CcpA","leuC","ccpA","LeuC","CcpA","string-db","224308.BSU29740/224308.BSU28260","physical","txid224308" +"BSU_28300","BSU_28310","IlvH","IlvB","ilvH","ilvB","IlvH","IlvB","string-db","224308.BSU28310/224308.BSU28300","physical","txid224308" +"BSU_28300","BSU_36010","IlvH","AlsS","ilvH","alsS","IlvH","AlsS","string-db","224308.BSU36010/224308.BSU28300","physical","txid224308" +"BSU_36010","BSU_39730","AlsS","IolD","alsS","iolD","AlsS","IolD","string-db","224308.BSU39730/224308.BSU36010","physical","txid224308" +"BSU_28310","BSU_39730","IlvB","IolD","ilvB","iolD","IlvB","IolD","string-db","224308.BSU39730/224308.BSU28310","physical","txid224308" +"BSU_28310","BSU_36010","IlvB","AlsS","ilvB","alsS","IlvB","AlsS","string-db","224308.BSU36010/224308.BSU28310","physical","txid224308" +"BSU_28410","BSU_32640","GerE","SspG","gerE","sspG","GerE","SspG","string-db","224308.BSU32640/224308.BSU28410","physical","txid224308" +"BSU_28430","BSU_28450","SdhB","SdhC","sdhB","sdhC","SdhB","SdhC","subtiwiki","224308.BSU28450/224308.BSU28430","physical","txid224308" +"BSU_28430","BSU_28440","SdhB","SdhA","sdhB","sdhA","SdhB","SdhA","subtiwiki","224308.BSU28440/224308.BSU28430","physical","txid224308" +"BSU_28440","BSU_36850","SdhA","AtpF","sdhA","atpF","SdhA","AtpF","subtiwiki","224308.BSU28440/224308.BSU36850","physical","txid224308" +"BSU_28440","BSU_14820","SdhA","YlaL","sdhA","BSU_14820","SdhA","YlaL","subtiwiki","224308.BSU28440/224308.BSU14820","physical","txid224308" +"BSU_28440","BSU_31010","SdhA","FloT","sdhA","floT","SdhA","FloT","subtiwiki","224308.BSU28440/224308.BSU31010","physical","txid224308" +"BSU_28440","BSU_28450","SdhA","SdhC","sdhA","sdhC","SdhA","SdhC","subtiwiki","224308.BSU28440/224308.BSU28450","physical","txid224308" +"BSU_28440","BSU_29740","SdhA","CcpA","sdhA","ccpA","SdhA","CcpA","string-db","224308.BSU29740/224308.BSU28440","physical","txid224308" +"BSU_34790","BSU_14230","TrxB","AhpT","trxB","ahpT","TrxB","AhpT","subtiwiki","224308.BSU34790/224308.BSU14230","physical","txid224308" +"BSU_28630","BSU_28640","PheT","PheS","pheT","pheS","PheT","PheS","subtiwiki","224308.BSU28640/224308.BSU28630","physical","txid224308" +"BSU_28630","BSU_29740","PheT","CcpA","pheT","ccpA","PheT","CcpA","string-db","224308.BSU29740/224308.BSU28630","physical","txid224308" +"BSU_28680","BSU_28690","GlcD","GlcF","BSU_28680","BSU_28690","GlcD","GlcF","string-db","224308.BSU28690/224308.BSU28680","physical","txid224308" +"BSU_28680","BSU_34680","GlcD","YvcT","BSU_28680","BSU_34680","GlcD","YvcT","string-db","224308.BSU34680/224308.BSU28680","physical","txid224308" +"BSU_34680","BSU_00040","YvcT","RecF","BSU_34680","recF","YvcT","RecF","subtiwiki","224308.BSU34680/224308.BSU00040","physical","txid224308" +"BSU_28690","BSU_34680","GlcF","YvcT","BSU_28690","BSU_34680","GlcF","YvcT","string-db","224308.BSU34680/224308.BSU28690","physical","txid224308" +"BSU_28700","BSU_38370","YsfE","YwbC","ysfE","BSU_38370","YsfE","YwbC","string-db","224308.BSU38370/224308.BSU28700","physical","txid224308" +"BSU_28700","BSU_40860","YsfE","YyaH","ysfE","BSU_40860","YsfE","YyaH","string-db","224308.BSU40860/224308.BSU28700","physical","txid224308" +"BSU_38370","BSU_40860","YwbC","YyaH","BSU_38370","BSU_40860","YwbC","YyaH","string-db","224308.BSU40860/224308.BSU38370","physical","txid224308" +"BSU_28730","BSU_32550","AraQ","YurJ","araQ","frlP","AraQ","FrlP","subtiwiki","224308.BSU32550/224308.BSU28730","physical","txid224308" +"BSU_28730","BSU_38810","AraQ","MsmX","araQ","msmX","AraQ","MsmX","subtiwiki","224308.BSU38810/224308.BSU28730","physical","txid224308" +"BSU_28730","BSU_28750","AraQ","AraN","araQ","araN","AraQ","AraN","subtiwiki","224308.BSU28730/224308.BSU28750","physical","txid224308" +"BSU_28730","BSU_28740","AraQ","AraP","araQ","araP","AraQ","AraP","subtiwiki","224308.BSU28740/224308.BSU28730","physical","txid224308" +"BSU_28750","BSU_32550","AraN","YurJ","araN","frlP","AraN","FrlP","string-db","224308.BSU32550/224308.BSU28750","physical","txid224308" +"BSU_28750","BSU_38810","AraN","MsmX","araN","msmX","AraN","MsmX","string-db","224308.BSU38810/224308.BSU28750","physical","txid224308" +"BSU_28740","BSU_32550","AraP","YurJ","araP","frlP","AraP","FrlP","subtiwiki","224308.BSU32550/224308.BSU28740","physical","txid224308" +"BSU_28740","BSU_28750","AraP","AraN","araP","araN","AraP","AraN","subtiwiki","224308.BSU28740/224308.BSU28750","physical","txid224308" +"BSU_28740","BSU_38810","AraP","MsmX","araP","msmX","AraP","MsmX","subtiwiki","224308.BSU38810/224308.BSU28740","physical","txid224308" +"BSU_28760","BSU_38290","AraM","ThiE","araM","thiE","AraM","ThiE","string-db","224308.BSU38290/224308.BSU28760","physical","txid224308" +"BSU_28760","BSU_36900","AraM","GlyA","araM","glyA","AraM","GlyA","string-db","224308.BSU36900/224308.BSU28760","physical","txid224308" +"BSU_33950","BSU_40190","CggR","Fbp","cggR","fbp","CggR","Fbp","string-db","224308.BSU40190/224308.BSU33950","physical","txid224308" +"BSU_28870","BSU_29740","InfC","CcpA","infC","ccpA","InfC","CcpA","string-db","224308.BSU29740/224308.BSU28870","physical","txid224308" +"BSU_28950","BSU_37560","ThrS","ThrZ","thrS","thrZ","ThrS","ThrZ","string-db","224308.BSU37560/224308.BSU28950","physical","txid224308" +"BSU_28950","BSU_29740","ThrS","CcpA","thrS","ccpA","ThrS","CcpA","string-db","224308.BSU29740/224308.BSU28950","physical","txid224308" +"BSU_29020","BSU_12420","GapB","YjoB","gapB","yjoB","GapB","YjoB","subtiwiki","224308.BSU29020/224308.BSU12420","physical","txid224308" +"BSU_29020","BSU_33940","GapB","GapA","gapB","gapA","GapB","GapA","string-db","224308.BSU33940/224308.BSU29020","physical","txid224308" +"BSU_29020","BSU_35620","GapB","LytC","gapB","lytC","GapB","LytC","string-db","224308.BSU35620/224308.BSU29020","physical","txid224308" +"BSU_35620","BSU_37120","LytC","FbaA","lytC","BSU_37120","LytC","FbaA","string-db","224308.BSU37120/224308.BSU35620","physical","txid224308" +"BSU_29050","BSU_33400","YtbE","YvgN","BSU_29050","yvgN","YtbE","YvgN","string-db","224308.BSU33400/224308.BSU29050","physical","txid224308" +"BSU_40190","BSU_09300","Fbp","GlpD","fbp","glpD","Fbp","GlpD","subtiwiki","224308.BSU40190/224308.BSU09300","physical","txid224308" +"BSU_37090","BSU_40190","YwjI","Fbp","BSU_37090","fbp","YwjI","Fbp","string-db","224308.BSU40190/224308.BSU37090","physical","txid224308" +"BSU_29340","BSU_29360","TcyN","TcyL","tcyN","tcyL","TcyN","TcyL","subtiwiki","224308.BSU29360/224308.BSU29340","physical","txid224308" +"BSU_29340","BSU_29370","TcyN","TcyK","tcyN","tcyK","TcyN","TcyK","subtiwiki","224308.BSU29370/224308.BSU29340","physical","txid224308" +"BSU_29340","BSU_29380","TcyN","TcyJ","tcyN","tcyJ","TcyN","TcyJ","subtiwiki","224308.BSU29380/224308.BSU29340","physical","txid224308" +"BSU_29340","BSU_29350","TcyN","TcyM","tcyN","tcyM","TcyN","TcyM","subtiwiki","224308.BSU29350/224308.BSU29340","physical","txid224308" +"BSU_29370","BSU_29380","TcyK","TcyJ","tcyK","tcyJ","TcyK","TcyJ","subtiwiki","224308.BSU29380/224308.BSU29370","physical","txid224308" +"BSU_29490","BSU_01190","Tpx","RplB","tpx","rplB","Tpx","RplB","subtiwiki","224308.BSU29490/224308.BSU01190","physical","txid224308" +"BSU_29490","BSU_29740","Tpx","CcpA","tpx","ccpA","Tpx","CcpA","string-db","224308.BSU29740/224308.BSU29490","physical","txid224308" +"BSU_29560","BSU_29680","YtcI","AcsA","BSU_29560","acsA","YtcI","AcsA","string-db","224308.BSU29680/224308.BSU29560","physical","txid224308" +"BSU_29560","BSU_29740","YtcI","CcpA","BSU_29560","ccpA","YtcI","CcpA","string-db","224308.BSU29740/224308.BSU29560","physical","txid224308" +"BSU_29680","BSU_09650","AcsA","SrtN","acsA","BSU_09650","AcsA","SrtN","subtiwiki","224308.BSU29680/224308.BSU09650","physical","txid224308" +"BSU_29670","BSU_38460","TyrS","TyrZ","tyrS","tyrZ","TyrS","TyrZ","string-db","224308.BSU38460/224308.BSU29670","physical","txid224308" +"BSU_32670","BSU_32680","SufB","SufU","sufB","sufU","SufB","SufU","subtiwiki","224308.BSU32670/224308.BSU32680","physical","txid224308" +"BSU_32670","BSU_32710","SufB","SufC","sufB","sufC","SufB","SufC","subtiwiki","224308.BSU32670/224308.BSU32710","physical","txid224308" +"BSU_32670","BSU_32700","SufB","SufD","sufB","sufD","SufB","SufD","subtiwiki","224308.BSU32700/224308.BSU32670","physical","txid224308" +"BSU_38500","BSU_38520","DltA","DltC","dltA","dltC","DltA","DltC","subtiwiki","224308.BSU38500/224308.BSU38520","physical","txid224308" +"BSU_40090","BSU_40100","AhpC","AhpF","ahpC","ahpF","AhpC","AhpF","subtiwiki","224308.BSU40100/224308.BSU40090","physical","txid224308" +"BSU_41010","BSU_41020","TrmF","MnmE","gidA","thdF","GidA","ThdF","subtiwiki","224308.BSU41020/224308.BSU41010","physical","txid224308" +"BSU_34040","BSU_34030","LutB","LutC","lutB","lutC","LutB","LutC","subtiwiki","224308.BSU34040/224308.BSU34030","physical","txid224308" +"BSU_34040","BSU_34050","LutB","LutA","lutB","lutA","LutB","LutA","subtiwiki","224308.BSU34040/224308.BSU34050","physical","txid224308" +"BSU_37330","BSU_01320","ArgS","RplR","BSU_37330","rplR","ArgS","RplR","subtiwiki","224308.BSU37330/224308.BSU01320","physical","txid224308" +"BSU_30700","BSU_37070","RpmEB","RpmEA","rpmEB","rpmE","RpmEB","RpmE","subtiwiki","224308.BSU37070/224308.BSU30700","physical","txid224308" +"BSU_30700","BSU_01280","RpmEB","RplE","rpmEB","rplE","RpmEB","RplE","subtiwiki","224308.BSU30700/224308.BSU01280","physical","txid224308" +"BSU_30700","BSU_41060","RpmEB","RpmH","rpmEB","rpmH","RpmEB","RpmH","subtiwiki","224308.BSU30700/224308.BSU41060","physical","txid224308" +"BSU_30700","BSU_01160","RpmEB","RplC","rpmEB","rplC","RpmEB","RplC","subtiwiki","224308.BSU30700/224308.BSU01160","physical","txid224308" +"BSU_30700","BSU_01020","RpmEB","RplK","rpmEB","rplK","RpmEB","RplK","subtiwiki","224308.BSU30700/224308.BSU01020","physical","txid224308" +"BSU_30700","BSU_01050","RpmEB","RplL","rpmEB","rplL","RpmEB","RplL","subtiwiki","224308.BSU30700/224308.BSU01050","physical","txid224308" +"BSU_30700","BSU_01400","RpmEB","RpmJ","rpmEB","rpmJ","RpmEB","RpmJ","subtiwiki","224308.BSU30700/224308.BSU01400","physical","txid224308" +"BSU_30700","BSU_01210","RpmEB","RplV","rpmEB","rplV","RpmEB","RplV","subtiwiki","224308.BSU30700/224308.BSU01210","physical","txid224308" +"BSU_33430","BSU_33440","CysI","CysJ","cysI","cysJ","CysI","CysJ","subtiwiki","224308.BSU33440/224308.BSU33430","physical","txid224308" +"BSU_29820","BSU_06690","YtpR","GatB","ytpR","BSU_06690","YtpR","GatB","subtiwiki","224308.BSU29820/224308.BSU06690","physical","txid224308" +"BSU_29820","BSU_29840","YtpR","YtpP","ytpR","ytpP","YtpR","YtpP","string-db","224308.BSU29840/224308.BSU29820","physical","txid224308" +"BSU_29930","BSU_30940","AmyX","GlgP","amyX","glgP","AmyX","GlgP","string-db","224308.BSU30940/224308.BSU29930","physical","txid224308" +"BSU_30290","BSU_38810","AmyC","MsmX","melC","msmX","MelC","MsmX","subtiwiki","224308.BSU30290/224308.BSU38810","physical","txid224308" +"BSU_30290","BSU_32600","AmyC","FrlO","melC","frlO","MelC","FrlO","string-db","224308.BSU32600/224308.BSU30290","physical","txid224308" +"BSU_30290","BSU_32590","AmyC","FrlN","melC","frlN","MelC","FrlN","string-db","224308.BSU32590/224308.BSU30290","physical","txid224308" +"BSU_30290","BSU_32580","AmyC","FrlM","melC","frlM","MelC","FrlM","string-db","224308.BSU32580/224308.BSU30290","physical","txid224308" +"BSU_30290","BSU_32550","AmyC","YurJ","melC","frlP","MelC","FrlP","string-db","224308.BSU32550/224308.BSU30290","physical","txid224308" +"BSU_32580","BSU_32590","FrlM","FrlN","frlM","frlN","FrlM","FrlN","subtiwiki","224308.BSU32580/224308.BSU32590","physical","txid224308" +"BSU_32580","BSU_32600","FrlM","FrlO","frlM","frlO","FrlM","FrlO","subtiwiki","224308.BSU32580/224308.BSU32600","physical","txid224308" +"BSU_32580","BSU_38810","FrlM","MsmX","frlM","msmX","FrlM","MsmX","string-db","224308.BSU38810/224308.BSU32580","physical","txid224308" +"BSU_30280","BSU_30290","AmyD","AmyC","melD","melC","MelD","MelC","subtiwiki","224308.BSU30280/224308.BSU30290","physical","txid224308" +"BSU_30280","BSU_32580","AmyD","FrlM","melD","frlM","MelD","FrlM","string-db","224308.BSU32580/224308.BSU30280","physical","txid224308" +"BSU_30280","BSU_32600","AmyD","FrlO","melD","frlO","MelD","FrlO","string-db","224308.BSU32600/224308.BSU30280","physical","txid224308" +"BSU_30280","BSU_32550","AmyD","YurJ","melD","frlP","MelD","FrlP","string-db","224308.BSU32550/224308.BSU30280","physical","txid224308" +"BSU_30280","BSU_38810","AmyD","MsmX","melD","msmX","MelD","MsmX","subtiwiki","224308.BSU30280/224308.BSU38810","physical","txid224308" +"BSU_30280","BSU_32590","AmyD","FrlN","melD","frlN","MelD","FrlN","string-db","224308.BSU32590/224308.BSU30280","physical","txid224308" +"BSU_32600","BSU_38810","FrlO","MsmX","frlO","msmX","FrlO","MsmX","string-db","224308.BSU38810/224308.BSU32600","physical","txid224308" +"BSU_32590","BSU_38810","FrlN","MsmX","frlN","msmX","FrlN","MsmX","string-db","224308.BSU38810/224308.BSU32590","physical","txid224308" +"BSU_32590","BSU_32600","FrlN","FrlO","frlN","frlO","FrlN","FrlO","subtiwiki","224308.BSU32590/224308.BSU32600","physical","txid224308" +"BSU_30370","BSU_30380","BceB","BceA","bceB","bceA","BceB","BceA","subtiwiki","224308.BSU30380/224308.BSU30370","physical","txid224308" +"BSU_30410","BSU_30450","YtrF","YtrB","ytrF","ytrB","YtrF","YtrB","subtiwiki","224308.BSU30410/224308.BSU30450","physical","txid224308" +"BSU_30410","BSU_30420","YtrF","YtrE","ytrF","ytrE","YtrF","YtrE","subtiwiki","224308.BSU30420/224308.BSU30410","physical","txid224308" +"BSU_30410","BSU_30430","YtrF","YtrD","ytrF","ytrD","YtrF","YtrD","subtiwiki","224308.BSU30410/224308.BSU30430","physical","txid224308" +"BSU_30410","BSU_30440","YtrF","YtrC","ytrF","ytrC","YtrF","YtrC","subtiwiki","224308.BSU30440/224308.BSU30410","physical","txid224308" +"BSU_30440","BSU_30450","YtrC","YtrB","ytrC","ytrB","YtrC","YtrB","subtiwiki","224308.BSU30440/224308.BSU30450","physical","txid224308" +"BSU_30420","BSU_30440","YtrE","YtrC","ytrE","ytrC","YtrE","YtrC","subtiwiki","224308.BSU30440/224308.BSU30420","physical","txid224308" +"BSU_30420","BSU_30450","YtrE","YtrB","ytrE","ytrB","YtrE","YtrB","subtiwiki","224308.BSU30420/224308.BSU30450","physical","txid224308" +"BSU_30420","BSU_30430","YtrE","YtrD","ytrE","ytrD","YtrE","YtrD","subtiwiki","224308.BSU30420/224308.BSU30430","physical","txid224308" +"BSU_30430","BSU_30450","YtrD","YtrB","ytrD","ytrB","YtrD","YtrB","subtiwiki","224308.BSU30430/224308.BSU30450","physical","txid224308" +"BSU_30430","BSU_30440","YtrD","YtrC","ytrD","ytrC","YtrD","YtrC","subtiwiki","224308.BSU30440/224308.BSU30430","physical","txid224308" +"BSU_30690","BSU_34670","YtiB","YvdA","ytiB","BSU_34670","YtiB","YvdA","string-db","224308.BSU34670/224308.BSU30690","physical","txid224308" +"BSU_30720","BSU_38750","YthB","CydB","BSU_30720","cydB","YthB","CydB","string-db","224308.BSU38750/224308.BSU30720","physical","txid224308" +"BSU_30820","BSU_30830","MenD","MenF","menD","menF","MenD","MenF","string-db","224308.BSU30830/224308.BSU30820","physical","txid224308" +"BSU_30830","BSU_31990","MenF","DhbC","menF","dhbC","MenF","DhbC","string-db","224308.BSU31990/224308.BSU30830","physical","txid224308" +"BSU_30860","BSU_36230","YtcA","YwqF","ytcA","ugd","YtcA","YwqF","string-db","224308.BSU36230/224308.BSU30860","physical","txid224308" +"BSU_30860","BSU_35580","YtcA","TuaD","ytcA","tuaD","YtcA","TuaD","string-db","224308.BSU35580/224308.BSU30860","physical","txid224308" +"BSU_35580","BSU_36230","TuaD","YwqF","tuaD","ugd","TuaD","YwqF","string-db","224308.BSU36230/224308.BSU35580","physical","txid224308" +"BSU_30960","BSU_30970","GlgD","GlgC","glgD","glgC","GlgD","GlgC","string-db","224308.BSU30970/224308.BSU30960","physical","txid224308" +"BSU_31150","BSU_36530","UppP","BcrC","BSU_31150","bcrC","UppP","BcrC","string-db","224308.BSU36530/224308.BSU31150","physical","txid224308" +"BSU_31550","BSU_31560","NupO","NupP","nupO","nupP","NupO","NupP","subtiwiki","224308.BSU31560/224308.BSU31550","physical","txid224308" +"BSU_31550","BSU_31570","NupO","NupQ","nupO","nupQ","NupO","NupQ","subtiwiki","224308.BSU31550/224308.BSU31570","physical","txid224308" +"BSU_31290","BSU_34570","YugT","MdxK","yugT","yvdK","YugT","MdxK","string-db","224308.BSU34570/224308.BSU31290","physical","txid224308" +"BSU_31290","BSU_38040","YugT","SacA","yugT","sacA","YugT","SacA","string-db","224308.BSU38040/224308.BSU31290","physical","txid224308" +"BSU_31540","BSU_31550","NupN","NupO","nupN","nupO","NupN","NupO","string-db","224308.BSU31550/224308.BSU31540","physical","txid224308" +"BSU_31540","BSU_31570","NupN","NupQ","nupN","nupQ","NupN","NupQ","string-db","224308.BSU31570/224308.BSU31540","physical","txid224308" +"BSU_31540","BSU_31560","NupN","NupP","nupN","nupP","NupN","NupP","string-db","224308.BSU31560/224308.BSU31540","physical","txid224308" +"BSU_31560","BSU_31570","NupP","NupQ","nupP","nupQ","NupP","NupQ","subtiwiki","224308.BSU31560/224308.BSU31570","physical","txid224308" +"BSU_31610","BSU_31660","MrpB","MrpG","BSU_31610","BSU_31660","MrpB","MrpG","subtiwiki","224308.BSU31610/224308.BSU31660","physical","txid224308" +"BSU_31610","BSU_31620","MrpB","MrpC","BSU_31610","BSU_31620","MrpB","MrpC","subtiwiki","224308.BSU31610/224308.BSU31620","physical","txid224308" +"BSU_31610","BSU_31630","MrpB","MrpD","BSU_31610","BSU_31630","MrpB","MrpD","subtiwiki","224308.BSU31630/224308.BSU31610","physical","txid224308" +"BSU_31610","BSU_31640","MrpB","MrpE","BSU_31610","BSU_31640","MrpB","MrpE","subtiwiki","224308.BSU31610/224308.BSU31640","physical","txid224308" +"BSU_31660","BSU_31620","MrpG","MrpC","BSU_31660","BSU_31620","MrpG","MrpC","subtiwiki","224308.BSU31660/224308.BSU31620","physical","txid224308" +"BSU_31630","BSU_31640","MrpD","MrpE","BSU_31630","BSU_31640","MrpD","MrpE","subtiwiki","224308.BSU31630/224308.BSU31640","physical","txid224308" +"BSU_31630","BSU_31620","MrpD","MrpC","BSU_31630","BSU_31620","MrpD","MrpC","subtiwiki","224308.BSU31630/224308.BSU31620","physical","txid224308" +"BSU_31630","BSU_31650","MrpD","MrpF","BSU_31630","BSU_31650","MrpD","MrpF","subtiwiki","224308.BSU31630/224308.BSU31650","physical","txid224308" +"BSU_31630","BSU_31660","MrpD","MrpG","BSU_31630","BSU_31660","MrpD","MrpG","subtiwiki","224308.BSU31630/224308.BSU31660","physical","txid224308" +"BSU_31620","BSU_31640","MrpC","MrpE","BSU_31620","BSU_31640","MrpC","MrpE","subtiwiki","224308.BSU31640/224308.BSU31620","physical","txid224308" +"BSU_31640","BSU_31660","MrpE","MrpG","BSU_31640","BSU_31660","MrpE","MrpG","subtiwiki","224308.BSU31660/224308.BSU31640","physical","txid224308" +"BSU_31640","BSU_31650","MrpE","MrpF","BSU_31640","BSU_31650","MrpE","MrpF","subtiwiki","224308.BSU31650/224308.BSU31640","physical","txid224308" +"BSU_31650","BSU_31660","MrpF","MrpG","BSU_31650","BSU_31660","MrpF","MrpG","subtiwiki","224308.BSU31650/224308.BSU31660","physical","txid224308" +"BSU_31650","BSU_31620","MrpF","MrpC","BSU_31650","BSU_31620","MrpF","MrpC","subtiwiki","224308.BSU31650/224308.BSU31620","physical","txid224308" +"BSU_31650","BSU_31610","MrpF","MrpB","BSU_31650","BSU_31610","MrpF","MrpB","subtiwiki","224308.BSU31650/224308.BSU31610","physical","txid224308" +"BSU_32410","BSU_32470","PucH","PucE","pucH","pucE","PucH","PucE","string-db","224308.BSU32470/224308.BSU32410","physical","txid224308" +"BSU_32470","BSU_32500","PucE","PucB","pucE","pucB","PucE","PucB","string-db","224308.BSU32500/224308.BSU32470","physical","txid224308" +"BSU_32470","BSU_32510","PucE","PucA","pucE","pucA","PucE","PucA","string-db","224308.BSU32510/224308.BSU32470","physical","txid224308" +"BSU_32470","BSU_32490","PucE","PucC","pucE","pucC","PucE","PucC","string-db","224308.BSU32490/224308.BSU32470","physical","txid224308" +"BSU_32470","BSU_32480","PucE","PucD","pucE","pucD","PucE","PucD","string-db","224308.BSU32480/224308.BSU32470","physical","txid224308" +"BSU_32480","BSU_32510","PucD","PucA","pucD","pucA","PucD","PucA","string-db","224308.BSU32510/224308.BSU32480","physical","txid224308" +"BSU_32480","BSU_32500","PucD","PucB","pucD","pucB","PucD","PucB","string-db","224308.BSU32500/224308.BSU32480","physical","txid224308" +"BSU_32480","BSU_32490","PucD","PucC","pucD","pucC","PucD","PucC","string-db","224308.BSU32490/224308.BSU32480","physical","txid224308" +"BSU_32490","BSU_32510","PucC","PucA","pucC","pucA","PucC","PucA","string-db","224308.BSU32510/224308.BSU32490","physical","txid224308" +"BSU_32490","BSU_32500","PucC","PucB","pucC","pucB","PucC","PucB","string-db","224308.BSU32500/224308.BSU32490","physical","txid224308" +"BSU_32500","BSU_32510","PucB","PucA","pucB","pucA","PucB","PucA","string-db","224308.BSU32510/224308.BSU32500","physical","txid224308" +"BSU_34140","BSU_34610","GanQ","MdxE","ganQ","mdxE","GanQ","MdxE","string-db","224308.BSU34610/224308.BSU34140","physical","txid224308" +"BSU_34140","BSU_34150","GanQ","GanP","ganQ","ganP","GanQ","GanP","subtiwiki","224308.BSU34140/224308.BSU34150","physical","txid224308" +"BSU_34140","BSU_38810","GanQ","MsmX","ganQ","msmX","GanQ","MsmX","subtiwiki","224308.BSU34140/224308.BSU38810","physical","txid224308" +"BSU_34140","BSU_34600","GanQ","MdxF","ganQ","mdxF","GanQ","MdxF","string-db","224308.BSU34600/224308.BSU34140","physical","txid224308" +"BSU_34140","BSU_34160","GanQ","CycB","ganQ","ganS","GanQ","GanS","subtiwiki","224308.BSU34140/224308.BSU34160","physical","txid224308" +"BSU_34140","BSU_34590","GanQ","MdxG","ganQ","mdxG","GanQ","MdxG","string-db","224308.BSU34590/224308.BSU34140","physical","txid224308" +"BSU_34590","BSU_34600","MdxG","MdxF","mdxG","mdxF","MdxG","MdxF","subtiwiki","224308.BSU34590/224308.BSU34600","physical","txid224308" +"BSU_34590","BSU_38810","MdxG","MsmX","mdxG","msmX","MdxG","MsmX","subtiwiki","224308.BSU38810/224308.BSU34590","physical","txid224308" +"BSU_34590","BSU_34610","MdxG","MdxE","mdxG","mdxE","MdxG","MdxE","subtiwiki","224308.BSU34610/224308.BSU34590","physical","txid224308" +"BSU_32680","BSU_18000","SufU","CitB","sufU","citB","SufU","CitB","subtiwiki","224308.BSU32680/224308.BSU18000","physical","txid224308" +"BSU_32680","BSU_32690","SufU","SufS","sufU","sufS","SufU","SufS","subtiwiki","224308.BSU32690/224308.BSU32680","physical","txid224308" +"BSU_35960","BSU_38850","RbsB","YxkC","rbsB","yxkC","RbsB","YxkC","subtiwiki","224308.BSU35960/224308.BSU38850","physical","txid224308" +"BSU_35960","BSU_35930","RbsB","RbsD","rbsB","rbsD","RbsB","RbsD","subtiwiki","224308.BSU35960/224308.BSU35930","physical","txid224308" +"BSU_33050","BSU_33070","GerAA","GerAC","gerAA","gerAC","GerAA","GerAC","subtiwiki","224308.BSU33070/224308.BSU33050","physical","txid224308" +"BSU_33050","BSU_33060","GerAA","GerAB","gerAA","gerAB","GerAA","GerAB","subtiwiki","224308.BSU33060/224308.BSU33050","physical","txid224308" +"BSU_33070","BSU_03700","GerAC","GerKA","gerAC","gerKA","GerAC","GerKA","subtiwiki","224308.BSU33070/224308.BSU03700","physical","txid224308" +"BSU_33060","BSU_35810","GerAB","GerBB","gerAB","gerBB","GerAB","GerBB","subtiwiki","224308.BSU33060/224308.BSU35810","physical","txid224308" +"BSU_33060","BSU_03700","GerAB","GerKA","gerAB","gerKA","GerAB","GerKA","subtiwiki","224308.BSU33060/224308.BSU03700","physical","txid224308" +"BSU_33060","BSU_35820","GerAB","GerBC","gerAB","gerBC","GerAB","GerBC","subtiwiki","224308.BSU33060/224308.BSU35820","physical","txid224308" +"BSU_33060","BSU_03710","GerAB","GerKC","gerAB","gerKC","GerAB","GerKC","subtiwiki","224308.BSU33060/224308.BSU03710","physical","txid224308" +"BSU_33060","BSU_03720","GerAB","GerKB","gerAB","gerKB","GerAB","GerKB","subtiwiki","224308.BSU33060/224308.BSU03720","physical","txid224308" +"BSU_33060","BSU_33070","GerAB","GerAC","gerAB","gerAC","GerAB","GerAC","subtiwiki","224308.BSU33060/224308.BSU33070","physical","txid224308" +"BSU_33280","BSU_33290","YvrP","FhuC","yvrP","fhuC","YvrP","FhuC","string-db","224308.BSU33290/224308.BSU33280","physical","txid224308" +"BSU_33290","BSU_33300","FhuC","FhuG","fhuC","fhuG","FhuC","FhuG","subtiwiki","224308.BSU33290/224308.BSU33300","physical","txid224308" +"BSU_33380","BSU_33390","YvgL","YvgM","BSU_33380","BSU_33390","YvgL","YvgM","string-db","224308.BSU33390/224308.BSU33380","physical","txid224308" +"BSU_33470","BSU_33480","BdbC","BdbD","bdbC","bdbD","BdbC","BdbD","string-db","224308.BSU33480/224308.BSU33470","physical","txid224308" +"BSU_33660","BSU_14610","RghRA","PdhD","rghR","pdhD","RghR","PdhD","subtiwiki","224308.BSU33660/224308.BSU14610","physical","txid224308" +"BSU_33660","BSU_36240","RghRA","YwqE","rghR","ptpZ","RghR","PtpZ","string-db","224308.BSU36240/224308.BSU33660","physical","txid224308" +"BSU_33700","BSU_33810","OpuBD","OpuCC","opuBD","opuCC","OpuBD","OpuCC","string-db","224308.BSU33810/224308.BSU33700","physical","txid224308" +"BSU_33700","BSU_33710","OpuBD","OpuBC","opuBD","opuBC","OpuBD","OpuBC","subtiwiki","224308.BSU33700/224308.BSU33710","physical","txid224308" +"BSU_33700","BSU_33830","OpuBD","OpuCA","opuBD","opuCA","OpuBD","OpuCA","string-db","224308.BSU33830/224308.BSU33700","physical","txid224308" +"BSU_33700","BSU_33720","OpuBD","OpuBB","opuBD","opuBB","OpuBD","OpuBB","subtiwiki","224308.BSU33700/224308.BSU33720","physical","txid224308" +"BSU_33700","BSU_33730","OpuBD","OpuBA","opuBD","opuBA","OpuBD","OpuBA","subtiwiki","224308.BSU33700/224308.BSU33730","physical","txid224308" +"BSU_33730","BSU_33830","OpuBA","OpuCA","opuBA","opuCA","OpuBA","OpuCA","string-db","224308.BSU33830/224308.BSU33730","physical","txid224308" +"BSU_33730","BSU_33820","OpuBA","OpuCB","opuBA","opuCB","OpuBA","OpuCB","string-db","224308.BSU33820/224308.BSU33730","physical","txid224308" +"BSU_33730","BSU_33800","OpuBA","OpuCD","opuBA","opuCD","OpuBA","OpuCD","string-db","224308.BSU33800/224308.BSU33730","physical","txid224308" +"BSU_33730","BSU_33810","OpuBA","OpuCC","opuBA","opuCC","OpuBA","OpuCC","string-db","224308.BSU33810/224308.BSU33730","physical","txid224308" +"BSU_33720","BSU_33830","OpuBB","OpuCA","opuBB","opuCA","OpuBB","OpuCA","string-db","224308.BSU33830/224308.BSU33720","physical","txid224308" +"BSU_33720","BSU_33730","OpuBB","OpuBA","opuBB","opuBA","OpuBB","OpuBA","subtiwiki","224308.BSU33730/224308.BSU33720","physical","txid224308" +"BSU_33720","BSU_33810","OpuBB","OpuCC","opuBB","opuCC","OpuBB","OpuCC","string-db","224308.BSU33810/224308.BSU33720","physical","txid224308" +"BSU_33800","BSU_33810","OpuCD","OpuCC","opuCD","opuCC","OpuCD","OpuCC","subtiwiki","224308.BSU33800/224308.BSU33810","physical","txid224308" +"BSU_33800","BSU_33820","OpuCD","OpuCB","opuCD","opuCB","OpuCD","OpuCB","subtiwiki","224308.BSU33800/224308.BSU33820","physical","txid224308" +"BSU_33800","BSU_33830","OpuCD","OpuCA","opuCD","opuCA","OpuCD","OpuCA","subtiwiki","224308.BSU33830/224308.BSU33800","physical","txid224308" +"BSU_33820","BSU_33830","OpuCB","OpuCA","opuCB","opuCA","OpuCB","OpuCA","subtiwiki","224308.BSU33830/224308.BSU33820","physical","txid224308" +"BSU_34770","BSU_34760","YvcJ","GlmR","yvcJ","glmR","YvcJ","GlmR","subtiwiki","224308.BSU34770/224308.BSU34760","physical","txid224308" +"BSU_34770","BSU_40360","YvcJ","HtrC","yvcJ","htrC","YvcJ","HtrC","string-db","224308.BSU40360/224308.BSU34770","physical","txid224308" +"BSU_34800","BSU_18380","CwlO","IseA","cwlO","iseA","CwlO","IseA","subtiwiki","224308.BSU34800/224308.BSU18380","physical","txid224308" +"BSU_34800","BSU_35250","CwlO","FtsX","cwlO","ftsX","CwlO","FtsX","subtiwiki","224308.BSU34800/224308.BSU35250","physical","txid224308" +"BSU_34840","BSU_36260","YvcB","YwqC","yvcB","tkmA","YvcB","TkmA","string-db","224308.BSU36260/224308.BSU34840","physical","txid224308" +"BSU_34840","BSU_40360","YvcB","HtrC","yvcB","htrC","YvcB","HtrC","string-db","224308.BSU40360/224308.BSU34840","physical","txid224308" +"BSU_34870","BSU_34890","HisF","HisH","hisF","hisH","HisF","HisH","subtiwiki","224308.BSU34870/224308.BSU34890","physical","txid224308" +"BSU_34920","BSU_34930","HisG","HisZ","hisG","hisZ","HisG","HisZ","subtiwiki","224308.BSU34930/224308.BSU34920","physical","txid224308" +"BSU_34970","BSU_40550","PpaX","PpaC","yvoE","BSU_40550","PpaX","PpaC","string-db","224308.BSU40550/224308.BSU34970","physical","txid224308" +"BSU_35730","BSU_35750","TagE","TagA","tagE","tagA","TagE","TagA","string-db","224308.BSU35750/224308.BSU35730","physical","txid224308" +"BSU_35780","BSU_37810","LytD","SpsL","lytD","spsL","LytD","SpsL","string-db","224308.BSU37810/224308.BSU35780","physical","txid224308" +"BSU_35800","BSU_35820","GerBA","GerBC","gerBA","gerBC","GerBA","GerBC","subtiwiki","224308.BSU35800/224308.BSU35820","physical","txid224308" +"BSU_35800","BSU_03700","GerBA","GerKA","gerBA","gerKA","GerBA","GerKA","subtiwiki","224308.BSU35800/224308.BSU03700","physical","txid224308" +"BSU_35800","BSU_03710","GerBA","GerKC","gerBA","gerKC","GerBA","GerKC","subtiwiki","224308.BSU35800/224308.BSU03710","physical","txid224308" +"BSU_35800","BSU_03720","GerBA","GerKB","gerBA","gerKB","GerBA","GerKB","subtiwiki","224308.BSU35800/224308.BSU03720","physical","txid224308" +"BSU_35800","BSU_01550","GerBA","GerD","gerBA","gerD","GerBA","GerD","subtiwiki","224308.BSU35800/224308.BSU01550","physical","txid224308" +"BSU_35800","BSU_33050","GerBA","GerAA","gerBA","gerAA","GerBA","GerAA","subtiwiki","224308.BSU35800/224308.BSU33050","physical","txid224308" +"BSU_35800","BSU_33070","GerBA","GerAC","gerBA","gerAC","GerBA","GerAC","subtiwiki","224308.BSU35800/224308.BSU33070","physical","txid224308" +"BSU_35800","BSU_33060","GerBA","GerAB","gerBA","gerAB","GerBA","GerAB","subtiwiki","224308.BSU35800/224308.BSU33060","physical","txid224308" +"BSU_35800","BSU_35810","GerBA","GerBB","gerBA","gerBB","GerBA","GerBB","subtiwiki","224308.BSU35800/224308.BSU35810","physical","txid224308" +"BSU_35810","BSU_33050","GerBB","GerAA","gerBB","gerAA","GerBB","GerAA","subtiwiki","224308.BSU35810/224308.BSU33050","physical","txid224308" +"BSU_35810","BSU_03700","GerBB","GerKA","gerBB","gerKA","GerBB","GerKA","subtiwiki","224308.BSU35810/224308.BSU03700","physical","txid224308" +"BSU_35810","BSU_33070","GerBB","GerAC","gerBB","gerAC","GerBB","GerAC","subtiwiki","224308.BSU35810/224308.BSU33070","physical","txid224308" +"BSU_35870","BSU_35890","CapE","CapC","capE","capC","CapE","CapC","string-db","224308.BSU35890/224308.BSU35870","physical","txid224308" +"BSU_35870","BSU_35900","CapE","CapB","capE","capB","CapE","CapB","string-db","224308.BSU35900/224308.BSU35870","physical","txid224308" +"BSU_35890","BSU_35900","CapC","CapB","capC","capB","CapC","CapB","subtiwiki","224308.BSU35900/224308.BSU35890","physical","txid224308" +"BSU_35900","BSU_35880","CapB","CapA","capB","capA","CapB","CapA","subtiwiki","224308.BSU35900/224308.BSU35880","physical","txid224308" +"BSU_35940","BSU_35950","RbsA","RbsC","rbsA","rbsC","RbsA","RbsC","subtiwiki","224308.BSU35940/224308.BSU35950","physical","txid224308" +"BSU_35940","BSU_35960","RbsA","RbsB","rbsA","rbsB","RbsA","RbsB","subtiwiki","224308.BSU35960/224308.BSU35940","physical","txid224308" +"BSU_35940","BSU_35930","RbsA","RbsD","rbsA","rbsD","RbsA","RbsD","subtiwiki","224308.BSU35940/224308.BSU35930","physical","txid224308" +"BSU_35940","BSU_09300","RbsA","GlpD","rbsA","glpD","RbsA","GlpD","subtiwiki","224308.BSU35940/224308.BSU09300","physical","txid224308" +"BSU_35950","BSU_35960","RbsC","RbsB","rbsC","rbsB","RbsC","RbsB","subtiwiki","224308.BSU35960/224308.BSU35950","physical","txid224308" +"BSU_36180","BSU_36190","RttO","RttN","BSU_36180","BSU_36190","YwqK","YwqJ","subtiwiki","224308.BSU36190/224308.BSU36180","physical","txid224308" +"BSU_36390","BSU_16290","FlhP","FlgE","flhP","flgE","FlhP","FlgE","subtiwiki","224308.BSU36390/224308.BSU16290","physical","txid224308" +"BSU_36390","BSU_36400","FlhP","FlhO","flhP","flhO","FlhP","FlhO","subtiwiki","224308.BSU36400/224308.BSU36390","physical","txid224308" +"BSU_36590","BSU_37190","ClsA","ClsB","BSU_36590","BSU_37190","ClsA","ClsB","string-db","224308.BSU37190/224308.BSU36590","physical","txid224308" +"BSU_36590","BSU_37240","ClsA","YwiE","BSU_36590","ywiE","ClsA","YwiE","string-db","224308.BSU37240/224308.BSU36590","physical","txid224308" +"BSU_37190","BSU_37240","ClsB","YwiE","BSU_37190","ywiE","ClsB","YwiE","string-db","224308.BSU37240/224308.BSU37190","physical","txid224308" +"BSU_36640","BSU_36660","UreC","UreA","ureC","ureA","UreC","UreA","subtiwiki","224308.BSU36660/224308.BSU36640","physical","txid224308" +"BSU_36640","BSU_36650","UreC","UreB","ureC","ureB","UreC","UreB","subtiwiki","224308.BSU36650/224308.BSU36640","physical","txid224308" +"BSU_36650","BSU_36660","UreB","UreA","ureB","ureA","UreB","UreA","subtiwiki","224308.BSU36660/224308.BSU36650","physical","txid224308" +"BSU_36930","BSU_11500","YwlE","SpxA","BSU_36930","spx","YwlE","Spx","subtiwiki","224308.BSU36930/224308.BSU11500","physical","txid224308" +"BSU_36930","BSU_00850","YwlE","McsB","BSU_36930","mcsB","YwlE","McsB","subtiwiki","224308.BSU36930/224308.BSU00850","physical","txid224308" +"BSU_36930","BSU_39660","YwlE","YxdJ","BSU_36930","yxdJ","YwlE","YxdJ","string-db","224308.BSU39660/224308.BSU36930","physical","txid224308" +"BSU_38200","BSU_38580","GalK","LicC","galK","licC","GalK","LicC","string-db","224308.BSU38580/224308.BSU38200","physical","txid224308" +"BSU_38510","BSU_38530","DltB","DltD","dltB","dltD","DltB","DltD","string-db","224308.BSU38530/224308.BSU38510","physical","txid224308" +"BSU_38510","BSU_38520","DltB","DltC","dltB","dltC","DltB","DltC","subtiwiki","224308.BSU38510/224308.BSU38520","physical","txid224308" +"BSU_38690","BSU_38700","YxlC","SigY","yxlC","sigY","YxlC","SigY","subtiwiki","224308.BSU38700/224308.BSU38690","physical","txid224308" +"BSU_38700","BSU_01080","SigY","RpoC","sigY","rpoC","SigY","RpoC","subtiwiki","224308.BSU38700/224308.BSU01080","physical","txid224308" +"BSU_38700","BSU_01070","SigY","RpoB","sigY","rpoB","SigY","RpoB","subtiwiki","224308.BSU38700/224308.BSU01070","physical","txid224308" +"BSU_38730","BSU_38740","CydD","CydC","cydD","cydC","CydD","CydC","subtiwiki","224308.BSU38730/224308.BSU38740","physical","txid224308" +"BSU_38980","BSU_38990","AtoB","AtoA","scoB","scoA","ScoB","ScoA","subtiwiki","224308.BSU38980/224308.BSU38990","physical","txid224308" +"BSU_39480","BSU_39500","YxeO","YxeM","yxeO","yxeM","YxeO","YxeM","subtiwiki","224308.BSU39500/224308.BSU39480","physical","txid224308" +"BSU_39480","BSU_39490","YxeO","YxeN","yxeO","yxeN","YxeO","YxeN","subtiwiki","224308.BSU39480/224308.BSU39490","physical","txid224308" +"BSU_39550","BSU_39560","YxeH","YxeG","BSU_39550","BSU_39560","YxeH","YxeG","string-db","224308.BSU39560/224308.BSU39550","physical","txid224308" +"BSU_39650","BSU_39660","YxdK","YxdJ","BSU_39650","yxdJ","YxdK","YxdJ","string-db","224308.BSU39660/224308.BSU39650","physical","txid224308" +"BSU_40140","BSU_40160","YydJ","EpeP","epeB","epeP","EpeB","EpeP","subtiwiki","224308.BSU40140/224308.BSU40160","physical","txid224308" +"BSU_40140","BSU_40150","YydJ","YydI","epeB","epeA","EpeB","EpeA","subtiwiki","224308.BSU40150/224308.BSU40140","physical","txid224308" +"BSU_40380","BSU_40400","YycI","WalK","BSU_40380","BSU_40400","WalI","WalK","subtiwiki","224308.BSU40400/224308.BSU40380","physical","txid224308" +"BSU_40390","BSU_40380","WalH","YycI","BSU_40390","BSU_40380","WalH","WalI","subtiwiki","224308.BSU40390/224308.BSU40380","physical","txid224308" +"BSU_40390","BSU_40400","WalH","WalK","BSU_40390","BSU_40400","WalH","WalK","subtiwiki","224308.BSU40390/224308.BSU40400","physical","txid224308" +"BSU_40410","BSU_15770","WalR","PrkC","walR","BSU_15770","WalR","PrkC","subtiwiki","224308.BSU40410/224308.BSU15770","physical","txid224308" +"BSU_10330","BSU_26170","YhfQ","YqbB","yhfQ","BSU_26170","YhfQ","YqbB","subtiwiki","224308.BSU10330/224308.BSU26170","physical","txid224308" +"BSU_10330","BSU_14580","YhfQ","PdhA","yhfQ","pdhA","YhfQ","PdhA","subtiwiki","224308.BSU10330/224308.BSU14580","physical","txid224308" +"BSU_10330","BSU_07510","YhfQ","YfmD","yhfQ","fecD","YhfQ","FecD","subtiwiki","224308.BSU10330/224308.BSU07510","physical","txid224308" +"BSU_10330","BSU_07500","YhfQ","YfmE","yhfQ","fecE","YhfQ","FecE","subtiwiki","224308.BSU10330/224308.BSU07500","physical","txid224308" +"BSU_10330","BSU_07520","YhfQ","YfmC","yhfQ","fecC","YhfQ","FecC","subtiwiki","224308.BSU10330/224308.BSU07520","physical","txid224308" +"BSU_10330","BSU_07490","YhfQ","YfmF","yhfQ","fecF","YhfQ","FecF","subtiwiki","224308.BSU10330/224308.BSU07490","physical","txid224308" +"BSU_33310","BSU_33320","FhuB","FhuD","fhuB","fhuD","FhuB","FhuD","subtiwiki","224308.BSU33310/224308.BSU33320","physical","txid224308" +"BSU_33310","BSU_33290","FhuB","FhuC","fhuB","fhuC","FhuB","FhuC","subtiwiki","224308.BSU33310/224308.BSU33290","physical","txid224308" +"BSU_33310","BSU_33300","FhuB","FhuG","fhuB","fhuG","FhuB","FhuG","subtiwiki","224308.BSU33310/224308.BSU33300","physical","txid224308" +"BSU_33310","BSU_39610","FhuB","YxeB","fhuB","yxeB","FhuB","YxeB","subtiwiki","224308.BSU33310/224308.BSU39610","physical","txid224308" +"BSU_33320","BSU_33300","FhuD","FhuG","fhuD","fhuG","FhuD","FhuG","subtiwiki","224308.BSU33320/224308.BSU33300","physical","txid224308" +"BSU_33320","BSU_33290","FhuD","FhuC","fhuD","fhuC","FhuD","FhuC","subtiwiki","224308.BSU33320/224308.BSU33290","physical","txid224308" +"BSU_39610","BSU_33290","YxeB","FhuC","yxeB","fhuC","YxeB","FhuC","subtiwiki","224308.BSU39610/224308.BSU33290","physical","txid224308" +"BSU_39610","BSU_33320","YxeB","FhuD","yxeB","fhuD","YxeB","FhuD","subtiwiki","224308.BSU39610/224308.BSU33320","physical","txid224308" +"BSU_39610","BSU_33300","YxeB","FhuG","yxeB","fhuG","YxeB","FhuG","subtiwiki","224308.BSU39610/224308.BSU33300","physical","txid224308" +"BSU_11382","BSU_11360","AppA/2","AppD","appA/2","appD","AppA/2","AppD","subtiwiki","224308.BSU11382/224308.BSU11360","physical","txid224308" +"BSU_11382","BSU_11390","AppA/2","AppB","appA/2","appB","AppA/2","AppB","subtiwiki","224308.BSU11382/224308.BSU11390","physical","txid224308" +"BSU_11382","BSU_11400","AppA/2","AppC","appA/2","appC","AppA/2","AppC","subtiwiki","224308.BSU11382/224308.BSU11400","physical","txid224308" +"BSU_11382","BSU_11370","AppA/2","AppF","appA/2","appF","AppA/2","AppF","subtiwiki","224308.BSU11382/224308.BSU11370","physical","txid224308" +"BSU_04160","BSU_13900","MtlR","PtsH","mtlR","ptsH","MtlR","PtsH","subtiwiki","224308.BSU04160/224308.BSU13900","physical","txid224308" +"BSU_04160","BSU_03982","MtlR","MtlF","mtlR","mtlF","MtlR","MtlF","subtiwiki","224308.BSU04160/224308.BSU03982","physical","txid224308" +"BSU_04160","BSU_03981","MtlR","MtlA","mtlR","mtlA","MtlR","MtlA","subtiwiki","224308.BSU04160/224308.BSU03981","physical","txid224308" +"BSU_35930","BSU_35950","RbsD","RbsC","rbsD","rbsC","RbsD","RbsC","subtiwiki","224308.BSU35930/224308.BSU35950","physical","txid224308" +"BSU_03820","BSU_03810","FpbP","FpbO","fpbP","fpbO","FpbP","FpbO","subtiwiki","224308.BSU03820/224308.BSU03810","physical","txid224308" +"BSU_03820","BSU_03800","FpbP","FpbN","fpbP","fpbN","FpbP","FpbN","subtiwiki","224308.BSU03820/224308.BSU03800","physical","txid224308" +"BSU_03820","BSU_03830","FpbP","FpbQ","fpbP","fpbQ","FpbP","FpbQ","subtiwiki","224308.BSU03820/224308.BSU03830","physical","txid224308" +"BSU_03830","BSU_03810","FpbQ","FpbO","fpbQ","fpbO","FpbQ","FpbO","subtiwiki","224308.BSU03830/224308.BSU03810","physical","txid224308" +"BSU_03800","BSU_03810","FpbN","FpbO","fpbN","fpbO","FpbN","FpbO","subtiwiki","224308.BSU03800/224308.BSU03810","physical","txid224308" +"BSU_03800","BSU_03830","FpbN","FpbQ","fpbN","fpbQ","FpbN","FpbQ","subtiwiki","224308.BSU03800/224308.BSU03830","physical","txid224308" +"BSU_01620","BSU_32940","FeuB","YusV","feuB","yusV","FeuB","YusV","subtiwiki","224308.BSU01620/224308.BSU32940","physical","txid224308" +"BSU_01620","BSU_01610","FeuB","FeuC","feuB","feuC","FeuB","FeuC","subtiwiki","224308.BSU01620/224308.BSU01610","physical","txid224308" +"BSU_32940","BSU_01610","YusV","FeuC","yusV","feuC","YusV","FeuC","subtiwiki","224308.BSU32940/224308.BSU01610","physical","txid224308" +"BSU_32940","BSU_08450","YusV","YfiZ","yusV","yfiZ","YusV","YfiZ","subtiwiki","224308.BSU32940/224308.BSU08450","physical","txid224308" +"BSU_01630","BSU_01620","FeuA","FeuB","feuA","feuB","FeuA","FeuB","subtiwiki","224308.BSU01630/224308.BSU01620","physical","txid224308" +"BSU_01630","BSU_32940","FeuA","YusV","feuA","yusV","FeuA","YusV","subtiwiki","224308.BSU01630/224308.BSU32940","physical","txid224308" +"BSU_01630","BSU_01610","FeuA","FeuC","feuA","feuC","FeuA","FeuC","subtiwiki","224308.BSU01630/224308.BSU01610","physical","txid224308" +"BSU_34200","BSU_01430","SigL","RpoA","sigL","rpoA","SigL","RpoA","subtiwiki","224308.BSU34200/224308.BSU01430","physical","txid224308" +"BSU_34200","BSU_01070","SigL","RpoB","sigL","rpoB","SigL","RpoB","subtiwiki","224308.BSU34200/224308.BSU01070","physical","txid224308" +"BSU_34200","BSU_01080","SigL","RpoC","sigL","rpoC","SigL","RpoC","subtiwiki","224308.BSU34200/224308.BSU01080","physical","txid224308" +"BSU_34200","BSU_27080","SigL","LevR","sigL","levR","SigL","LevR","subtiwiki","224308.BSU34200/224308.BSU27080","physical","txid224308" +"BSU_34200","BSU_24100","SigL","BkdR","sigL","bkdR","SigL","BkdR","subtiwiki","224308.BSU34200/224308.BSU24100","physical","txid224308" +"BSU_34200","BSU_40350","SigL","RocR","sigL","rocR","SigL","RocR","subtiwiki","224308.BSU34200/224308.BSU40350","physical","txid224308" +"BSU_34200","BSU_08100","SigL","AcoR","sigL","acoR","SigL","AcoR","subtiwiki","224308.BSU34200/224308.BSU08100","physical","txid224308" +"BSU_34200","BSU_21780","SigL","YplP","sigL","BSU_21780","SigL","YplP","subtiwiki","224308.BSU34200/224308.BSU21780","physical","txid224308" +"BSU_08440","BSU_32940","YfiY","YusV","yfiY","yusV","YfiY","YusV","subtiwiki","224308.BSU08440/224308.BSU32940","physical","txid224308" +"BSU_08440","BSU_08450","YfiY","YfiZ","yfiY","yfiZ","YfiY","YfiZ","subtiwiki","224308.BSU08440/224308.BSU08450","physical","txid224308" +"BSU_00980","BSU_01070","SigH","RpoB","sigH","rpoB","SigH","RpoB","subtiwiki","224308.BSU00980/224308.BSU01070","physical","txid224308" +"G8J2-20","BSU_22800","CmpA","SpoIVA","cmpA","spoIVA","CmpA","SpoIVA","subtiwiki","224308.G8J2-20/224308.BSU22800","physical","txid224308" +"BSU_04440","BSU_04450","DctB","DctS","dctB","BSU_04450","DctB","DctS","subtiwiki","224308.BSU04440/224308.BSU04450","physical","txid224308" +"BSU_04470","BSU_04440","DctP","DctB","dctP","dctB","DctP","DctB","subtiwiki","224308.BSU04470/224308.BSU04440","physical","txid224308" +"BSU_04470","BSU_04450","DctP","DctS","dctP","BSU_04450","DctP","DctS","subtiwiki","224308.BSU04470/224308.BSU04450","physical","txid224308" +"BSU_38280","BSU_38270","EfeU","EfeO","efeU","efeO","EfeU","EfeO","subtiwiki","224308.BSU38280/224308.BSU38270","physical","txid224308" +"BSU_38260","BSU_38280","EfeB","EfeU","efeB","efeU","EfeB","EfeU","subtiwiki","224308.BSU38260/224308.BSU38280","physical","txid224308" +"BSU_23250","BSU_23240","RibH","RibT","ribH","ribT","RibH","RibT","subtiwiki","224308.BSU23250/224308.BSU23240","physical","txid224308" +"BSU_23250","BSU_23270","RibH","RibE","ribH","ribE","RibH","RibE","subtiwiki","224308.BSU23250/224308.BSU23270","physical","txid224308" +"BSU_23270","BSU_23240","RibE","RibT","ribE","ribT","RibE","RibT","subtiwiki","224308.BSU23270/224308.BSU23240","physical","txid224308" +"BSU_08310","BSU_08330","LnrL","YfiN","lnrL","lnrN","LnrL","LnrN","subtiwiki","224308.BSU08310/224308.BSU08330","physical","txid224308" +"BSU_06980","BSU_06970","RhiF","RhiL","rhiF","rhiL","RhiF","RhiL","subtiwiki","224308.BSU06980/224308.BSU06970","physical","txid224308" +"BSU_06990","BSU_06970","RhiG","RhiL","rhiG","rhiL","RhiG","RhiL","subtiwiki","224308.BSU06990/224308.BSU06970","physical","txid224308" +"BSU_06990","BSU_06980","RhiG","RhiF","rhiG","rhiF","RhiG","RhiF","subtiwiki","224308.BSU06990/224308.BSU06980","physical","txid224308" +"BSU_16470","BSU_01080","SigD","RpoC","sigD","rpoC","SigD","RpoC","subtiwiki","224308.BSU16470/224308.BSU01080","physical","txid224308" +"BSU_16470","BSU_01070","SigD","RpoB","sigD","rpoB","SigD","RpoB","subtiwiki","224308.BSU16470/224308.BSU01070","physical","txid224308" +"BSU_16470","BSU_35430","SigD","FlgM","sigD","flgM","SigD","FlgM","subtiwiki","224308.BSU16470/224308.BSU35430","physical","txid224308" +"BSU_14730","BSU_14740","YlaC","YlaD","ylaC","ylaD","YlaC","YlaD","subtiwiki","224308.BSU14730/224308.BSU14740","physical","txid224308" +"BSU_14730","BSU_01080","YlaC","RpoC","ylaC","rpoC","YlaC","RpoC","subtiwiki","224308.BSU14730/224308.BSU01080","physical","txid224308" +"BSU_14730","BSU_01070","YlaC","RpoB","ylaC","rpoB","YlaC","RpoB","subtiwiki","224308.BSU14730/224308.BSU01070","physical","txid224308" +"BSU_tRNA_48","BSU_06680","TrnS-Gln","GatA","BSU_tRNA_48","BSU_06680","TrnS-Gln","GatA","subtiwiki","224308.BSUtRNA48/224308.BSU06680","physical","txid224308" +"BSU_tRNA_48","BSU_06690","TrnS-Gln","GatB","BSU_tRNA_48","BSU_06690","TrnS-Gln","GatB","subtiwiki","224308.BSUtRNA48/224308.BSU06690","physical","txid224308" +"BSU_22480","BSU_34740","MgsA","Crh","mgsA","crh","MgsA","Crh","subtiwiki","224308.BSU22480/224308.BSU34740","physical","txid224308" +"BSU_14150","BSU_30190","YkuN","BioI","ykuN","bioI","YkuN","BioI","subtiwiki","224308.BSU14150/224308.BSU30190","physical","txid224308" +"BSU_14150","BSU_13740","YkuN","QueE","ykuN","queE","YkuN","QueE","subtiwiki","224308.BSU14150/224308.BSU13740","physical","txid224308" +"BSU_14150","BSU_07630","YkuN","Nos","ykuN","BSU_07630","YkuN","Nos","subtiwiki","224308.BSU14150/224308.BSU07630","physical","txid224308" +"BSU_14150","BSU_19180","YkuN","Des","ykuN","des","YkuN","Des","subtiwiki","224308.BSU14150/224308.BSU19180","physical","txid224308" +"BSU_14150","BSU_12210","YkuN","YjiB","ykuN","yjiB","YkuN","YjiB","subtiwiki","224308.BSU14150/224308.BSU12210","physical","txid224308" +"BSU_14150","BSU_32110","YkuN","YumC","ykuN","BSU_32110","YkuN","YumC","subtiwiki","224308.BSU14150/224308.BSU32110","physical","txid224308" +"BSU_23450","BSU_01070","SigF","RpoB","sigF","rpoB","SigF","RpoB","subtiwiki","224308.BSU23450/224308.BSU01070","physical","txid224308" +"BSU_15320","BSU_01070","SigE","RpoB","sigE","rpoB","SigE","RpoB","subtiwiki","224308.BSU15320/224308.BSU01070","physical","txid224308" +"BSU_15320","BSU_01080","SigE","RpoC","sigE","rpoC","SigE","RpoC","subtiwiki","224308.BSU15320/224308.BSU01080","physical","txid224308" +"BSU_15330","BSU_01070","SigG","RpoB","sigG","rpoB","SigG","RpoB","subtiwiki","224308.BSU15330/224308.BSU01070","physical","txid224308" +"BSU_15330","BSU_01080","SigG","RpoC","sigG","rpoC","SigG","RpoC","subtiwiki","224308.BSU15330/224308.BSU01080","physical","txid224308" +"BSU_15330","BSU_23460","SigG","SpoIIAB","sigG","spoIIAB","SigG","SpoIIAB","subtiwiki","224308.BSU15330/224308.BSU23460","physical","txid224308" +"BSU_12560","BSU_01070","Xpf","RpoB","xpf","rpoB","Xpf","RpoB","subtiwiki","224308.BSU12560/224308.BSU01070","physical","txid224308" +"BSU_12560","BSU_01080","Xpf","RpoC","xpf","rpoC","Xpf","RpoC","subtiwiki","224308.BSU12560/224308.BSU01080","physical","txid224308" +"BSU_25760","BSU_27970","SigK","SpoIVFB","sigK","spoIVFB","SigK","SpoIVFB","subtiwiki","224308.BSU25760/224308.BSU27970","physical","txid224308" +"BSU_25760","BSU_01080","SigK","RpoC","sigK","rpoC","SigK","RpoC","subtiwiki","224308.BSU25760/224308.BSU01080","physical","txid224308" +"BSU_25760","BSU_01070","SigK","RpoB","sigK","rpoB","SigK","RpoB","subtiwiki","224308.BSU25760/224308.BSU01070","physical","txid224308" +"BSU_26840","BSU_01080","SigZ","RpoC","BSU_26840","rpoC","SigZ","RpoC","subtiwiki","224308.BSU26840/224308.BSU01080","physical","txid224308" +"BSU_26840","BSU_01070","SigZ","RpoB","BSU_26840","rpoB","SigZ","RpoB","subtiwiki","224308.BSU26840/224308.BSU01070","physical","txid224308" +"BSU_35239","BSU_35319","SwrAA/2","SmiA","swrAA/2","smiA","SwrAA/2","SmiA","subtiwiki","224308.BSU35239/224308.BSU35319","physical","txid224308" +"BSU_35239","BSU_28200","SwrAA/2","LonA","swrAA/2","lonA","SwrAA/2","LonA","subtiwiki","224308.BSU35239/224308.BSU28200","physical","txid224308" +"BSU_35239","BSU_35490","SwrAA/2","DegU","swrAA/2","degU","SwrAA/2","DegU","subtiwiki","224308.BSU35239/224308.BSU35490","physical","txid224308" +"BSU_35490","BSU_40300","DegU","RapG","degU","rapG","DegU","RapG","subtiwiki","224308.BSU35490/224308.BSU40300","physical","txid224308" +"BSU_12210","BSU_14170","YjiB","YkuP","yjiB","ykuP","YjiB","YkuP","subtiwiki","224308.BSU12210/224308.BSU14170","physical","txid224308" +"BSU_04080","BSU_13990","PxpB","KinA","pxpB","kinA","PxpB","KinA","subtiwiki","224308.BSU04080/224308.BSU13990","physical","txid224308" +"BSU_04090","BSU_04080","PxpC","PxpB","pxpC","pxpB","PxpC","PxpB","subtiwiki","224308.BSU04090/224308.BSU04080","physical","txid224308" +"BSU_19720","BSU_19730","YodR","YodS","yodR","yodS","YodR","YodS","subtiwiki","224308.BSU19720/224308.BSU19730","physical","txid224308" +"BSU_34380","BSU_38229","SlrR","SlrA","slrR","slrA","SlrR","SlrA","subtiwiki","224308.BSU34380/224308.BSU38229","physical","txid224308" +"BSU_misc_RNA_32","BSU_01070","BsrB","RpoB","BSU_misc_RNA_32","rpoB","BsrB","RpoB","subtiwiki","224308.BSUmiscRNA32/224308.BSU01070","physical","txid224308" +"BSU_misc_RNA_41","BSU_01070","BsrA","RpoB","BSU_misc_RNA_41","rpoB","BsrA","RpoB","subtiwiki","224308.BSUmiscRNA41/224308.BSU01070","physical","txid224308" +"BSU_misc_RNA_41","BSU_01080","BsrA","RpoC","BSU_misc_RNA_41","rpoC","BsrA","RpoC","subtiwiki","224308.BSUmiscRNA41/224308.BSU01080","physical","txid224308" +"BSU_16560","BSU_13460","RasP","RsgI","BSU_16560","rsgI","RasP","RsgI","subtiwiki","224308.BSU16560/224308.BSU13460","physical","txid224308" +"BSU_16560","BSU_27130","RasP","RsiV","BSU_16560","rsiV","RasP","RsiV","subtiwiki","224308.BSU16560/224308.BSU27130","physical","txid224308" +"BSU_00870","BSU_00880","RadA","DisA","radA","disA","RadA","DisA","subtiwiki","224308.BSU00870/224308.BSU00880","physical","txid224308" +"BSU_31010","BSU_35250","FloT","FtsX","floT","ftsX","FloT","FtsX","subtiwiki","224308.BSU31010/224308.BSU35250","physical","txid224308" +"BSU_31010","BSU_31020","FloT","YuaF","floT","yuaF","FloT","YuaF","subtiwiki","224308.BSU31010/224308.BSU31020","physical","txid224308" +"BSU_31010","BSU_23110","FloT","ResE","floT","resE","FloT","ResE","subtiwiki","224308.BSU31010/224308.BSU23110","physical","txid224308" +"BSU_31010","BSU_14490","FloT","KinC","floT","kinC","FloT","KinC","subtiwiki","224308.BSU31010/224308.BSU14490","physical","txid224308" +"BSU_34990","BSU_33070","Lgt","GerAC","lgt","gerAC","Lgt","GerAC","subtiwiki","224308.BSU34990/224308.BSU33070","physical","txid224308" +"BSU_34990","BSU_01550","Lgt","GerD","lgt","gerD","Lgt","GerD","subtiwiki","224308.BSU34990/224308.BSU01550","physical","txid224308" +"BSU_01550","BSU_33050","GerD","GerAA","gerD","gerAA","GerD","GerAA","subtiwiki","224308.BSU01550/224308.BSU33050","physical","txid224308" +"BSU_01550","BSU_03710","GerD","GerKC","gerD","gerKC","GerD","GerKC","subtiwiki","224308.BSU01550/224308.BSU03710","physical","txid224308" +"BSU_01550","BSU_33070","GerD","GerAC","gerD","gerAC","GerD","GerAC","subtiwiki","224308.BSU01550/224308.BSU33070","physical","txid224308" +"BSU_01550","BSU_35810","GerD","GerBB","gerD","gerBB","GerD","GerBB","subtiwiki","224308.BSU01550/224308.BSU35810","physical","txid224308" +"BSU_01550","BSU_35820","GerD","GerBC","gerD","gerBC","GerD","GerBC","subtiwiki","224308.BSU01550/224308.BSU35820","physical","txid224308" +"BSU_01550","BSU_03700","GerD","GerKA","gerD","gerKA","GerD","GerKA","subtiwiki","224308.BSU01550/224308.BSU03700","physical","txid224308" +"BSU_01550","BSU_03720","GerD","GerKB","gerD","gerKB","GerD","GerKB","subtiwiki","224308.BSU01550/224308.BSU03720","physical","txid224308" +"BSU_01550","BSU_33060","GerD","GerAB","gerD","gerAB","GerD","GerAB","subtiwiki","224308.BSU01550/224308.BSU33060","physical","txid224308" +"BSU_13150","BSU_21860","OhrR","BrxA","ohrR","BSU_21860","OhrR","BrxA","subtiwiki","224308.BSU13150/224308.BSU21860","physical","txid224308" +"BSU_13150","BSU_23990","OhrR","BrxB","ohrR","BSU_23990","OhrR","BrxB","subtiwiki","224308.BSU13150/224308.BSU23990","physical","txid224308" +"BSU_39270","BSU_39080","BglP","LicT","bglP","licT","BglP","LicT","subtiwiki","224308.BSU39270/224308.BSU39080","physical","txid224308" +"BSU_33250","BSU_33230","RsiO","SigO","rsiO","sigO","RsiO","SigO","subtiwiki","224308.BSU33250/224308.BSU33230","physical","txid224308" +"BSU_13400","BSU_13410","LigD","YkoV","ligD","ykoV","LigD","YkoV","subtiwiki","224308.BSU13400/224308.BSU13410","physical","txid224308" +"BSU_00240","BSU_15320","CsfB","SigE","csfB","sigE","CsfB","SigE","subtiwiki","224308.BSU00240/224308.BSU15320","physical","txid224308" +"BSU_00240","BSU_15330","CsfB","SigG","csfB","sigG","CsfB","SigG","subtiwiki","224308.BSU00240/224308.BSU15330","physical","txid224308" +"BSU_19180","BSU_14170","Des","YkuP","des","ykuP","Des","YkuP","subtiwiki","224308.BSU19180/224308.BSU14170","physical","txid224308" +"BSU_23040","BSU_34210","Fer","YvfG","BSU_23040","BSU_34210","Fer","YvfG","subtiwiki","224308.BSU23040/224308.BSU34210","physical","txid224308" +"BSU_23040","BSU_32200","Fer","YutJ","BSU_23040","BSU_32200","Fer","YutJ","subtiwiki","224308.BSU23040/224308.BSU32200","physical","txid224308" +"BSU_23040","BSU_30190","Fer","BioI","BSU_23040","bioI","Fer","BioI","subtiwiki","224308.BSU23040/224308.BSU30190","physical","txid224308" +"BSU_23040","BSU_19180","Fer","Des","BSU_23040","des","Fer","Des","subtiwiki","224308.BSU23040/224308.BSU19180","physical","txid224308" +"BSU_28070","BSU_24700","ComC","ComGD","comC","comGD","ComC","ComGD","subtiwiki","224308.BSU28070/224308.BSU24700","physical","txid224308" +"BSU_28070","BSU_24690","ComC","ComGE","comC","comGE","ComC","ComGE","subtiwiki","224308.BSU28070/224308.BSU24690","physical","txid224308" +"BSU_28070","BSU_24670","ComC","ComGG","comC","comGG","ComC","ComGG","subtiwiki","224308.BSU28070/224308.BSU24670","physical","txid224308" +"BSU_33120","BSU_33130","LiaH","LiaI","liaH","liaI","LiaH","LiaI","subtiwiki","224308.BSU33120/224308.BSU33130","physical","txid224308" +"BSU_25380","BSU_25370","FloA","YqfB","floA","yqfB","FloA","YqfB","subtiwiki","224308.BSU25380/224308.BSU25370","physical","txid224308" +"BSU_25380","BSU_00690","FloA","FtsH","floA","ftsH","FloA","FtsH","subtiwiki","224308.BSU25380/224308.BSU00690","physical","txid224308" +"BSU_25380","BSU_29100","FloA","PhoR","floA","phoR","FloA","PhoR","subtiwiki","224308.BSU25380/224308.BSU29100","physical","txid224308" +"BSU_25380","BSU_31010","FloA","FloT","floA","floT","FloA","FloT","subtiwiki","224308.BSU25380/224308.BSU31010","physical","txid224308" +"BSU_30390","BSU_30400","BceS","BceR","BSU_30390","bceR","BceS","BceR","subtiwiki","224308.BSU30390/224308.BSU30400","physical","txid224308" +"BSU_30390","BSU_30370","BceS","BceB","BSU_30390","bceB","BceS","BceB","subtiwiki","224308.BSU30390/224308.BSU30370","physical","txid224308" +"BSU_09200","BSU_09190","YhcS","YhcR","BSU_09200","BSU_09190","YhcS","YhcR","subtiwiki","224308.BSU09200/224308.BSU09190","physical","txid224308" +"BSU_09200","BSU_07840","YhcS","YfkN","BSU_09200","yfkN","YhcS","YfkN","subtiwiki","224308.BSU09200/224308.BSU07840","physical","txid224308" +"BSU_misc_RNA_2","BSU_15970","Scr","YlxM","scr","ylxM","Scr","YlxM","subtiwiki","224308.BSUmiscRNA2/224308.BSU15970","physical","txid224308" +"BSU_misc_RNA_2","BSU_15950","Scr","FtsY","scr","ftsY","Scr","FtsY","subtiwiki","224308.BSUmiscRNA2/224308.BSU15950","physical","txid224308" +"BSU_misc_RNA_2","BSU_15980","Scr","Ffh","scr","ffh","Scr","Ffh","subtiwiki","224308.BSUmiscRNA2/224308.BSU15980","physical","txid224308" +"BSU_31910","BSU_39300","YukE","YxiD","yukE","BSU_39300","YukE","YxiD","subtiwiki","224308.BSU31910/224308.BSU39300","physical","txid224308" +"BSU_18380","BSU_09420","IseA","LytE","iseA","lytE","IseA","LytE","subtiwiki","224308.BSU18380/224308.BSU09420","physical","txid224308" +"BSU_18380","BSU_09370","IseA","LytF","iseA","lytF","IseA","LytF","subtiwiki","224308.BSU18380/224308.BSU09370","physical","txid224308" +"BSU_35319","BSU_35230","SmiA","SwrA","smiA","swrA","SmiA","SwrA","subtiwiki","224308.BSU35319/224308.BSU35230","physical","txid224308" +"BSU_35319","BSU_28200","SmiA","LonA","smiA","lonA","SmiA","LonA","subtiwiki","224308.BSU35319/224308.BSU28200","physical","txid224308" +"BSU_27480","BSU_16940","RecD2","RecA","BSU_27480","recA","RecD2","RecA","subtiwiki","224308.BSU27480/224308.BSU16940","physical","txid224308" +"BSU_34100","BSU_34110","RsbQ","RsbP","BSU_34100","BSU_34110","RsbQ","RsbP","subtiwiki","224308.BSU34100/224308.BSU34110","physical","txid224308" +"BSU_34110","BSU_04710","RsbP","RsbV","BSU_34110","rsbV","RsbP","RsbV","subtiwiki","224308.BSU34110/224308.BSU04710","physical","txid224308" +"BSU_35380","BSU_35370","FliW","CsrA","fliW","csrA","FliW","CsrA","subtiwiki","224308.BSU35380/224308.BSU35370","physical","txid224308" +"BSU_35380","BSU_35360","FliW","Hag","fliW","hag","FliW","Hag","subtiwiki","224308.BSU35380/224308.BSU35360","physical","txid224308" +"BSU_35820","BSU_03720","GerBC","GerKB","gerBC","gerKB","GerBC","GerKB","subtiwiki","224308.BSU35820/224308.BSU03720","physical","txid224308" +"BSU_35820","BSU_03710","GerBC","GerKC","gerBC","gerKC","GerBC","GerKC","subtiwiki","224308.BSU35820/224308.BSU03710","physical","txid224308" +"BSU_35820","BSU_33050","GerBC","GerAA","gerBC","gerAA","GerBC","GerAA","subtiwiki","224308.BSU35820/224308.BSU33050","physical","txid224308" +"BSU_35820","BSU_03700","GerBC","GerKA","gerBC","gerKA","GerBC","GerKA","subtiwiki","224308.BSU35820/224308.BSU03700","physical","txid224308" +"BSU_35820","BSU_35810","GerBC","GerBB","gerBC","gerBB","GerBC","GerBB","subtiwiki","224308.BSU35820/224308.BSU35810","physical","txid224308" +"BSU_35820","BSU_33070","GerBC","GerAC","gerBC","gerAC","GerBC","GerAC","subtiwiki","224308.BSU35820/224308.BSU33070","physical","txid224308" +"BSU_03700","BSU_33050","GerKA","GerAA","gerKA","gerAA","GerKA","GerAA","subtiwiki","224308.BSU03700/224308.BSU33050","physical","txid224308" +"BSU_03720","BSU_03700","GerKB","GerKA","gerKB","gerKA","GerKB","GerKA","subtiwiki","224308.BSU03720/224308.BSU03700","physical","txid224308" +"BSU_03720","BSU_03710","GerKB","GerKC","gerKB","gerKC","GerKB","GerKC","subtiwiki","224308.BSU03720/224308.BSU03710","physical","txid224308" +"BSU_03720","BSU_33050","GerKB","GerAA","gerKB","gerAA","GerKB","GerAA","subtiwiki","224308.BSU03720/224308.BSU33050","physical","txid224308" +"BSU_03720","BSU_35810","GerKB","GerBB","gerKB","gerBB","GerKB","GerBB","subtiwiki","224308.BSU03720/224308.BSU35810","physical","txid224308" +"BSU_03720","BSU_33070","GerKB","GerAC","gerKB","gerAC","GerKB","GerAC","subtiwiki","224308.BSU03720/224308.BSU33070","physical","txid224308" +"BSU_03710","BSU_03700","GerKC","GerKA","gerKC","gerKA","GerKC","GerKA","subtiwiki","224308.BSU03710/224308.BSU03700","physical","txid224308" +"BSU_03710","BSU_33050","GerKC","GerAA","gerKC","gerAA","GerKC","GerAA","subtiwiki","224308.BSU03710/224308.BSU33050","physical","txid224308" +"BSU_03710","BSU_35810","GerKC","GerBB","gerKC","gerBB","GerKC","GerBB","subtiwiki","224308.BSU03710/224308.BSU35810","physical","txid224308" +"BSU_03710","BSU_33070","GerKC","GerAC","gerKC","gerAC","GerKC","GerAC","subtiwiki","224308.BSU03710/224308.BSU33070","physical","txid224308" +"BSU_16910","BSU_27300","RodZ","YrrS","BSU_16910","yrrS","RodZ","YrrS","subtiwiki","224308.BSU16910/224308.BSU27300","physical","txid224308" +"BSU_16910","BSU_36410","RodZ","Mbl","BSU_16910","mbl","RodZ","Mbl","subtiwiki","224308.BSU16910/224308.BSU36410","physical","txid224308" +"BSU_16910","BSU_00640","RodZ","SpoIIE","BSU_16910","spoIIE","RodZ","SpoIIE","subtiwiki","224308.BSU16910/224308.BSU00640","physical","txid224308" +"BSU_16910","BSU_28030","RodZ","MreB","BSU_16910","mreB","RodZ","MreB","subtiwiki","224308.BSU16910/224308.BSU28030","physical","txid224308" +"BSU_16910","BSU_38120","RodZ","RodA","BSU_16910","rodA","RodZ","RodA","subtiwiki","224308.BSU16910/224308.BSU38120","physical","txid224308" +"BSU_16910","BSU_13980","RodZ","PbpH","BSU_16910","pbpH","RodZ","PbpH","subtiwiki","224308.BSU16910/224308.BSU13980","physical","txid224308" +"BSU_16910","BSU_28020","RodZ","MreC","BSU_16910","mreC","RodZ","MreC","subtiwiki","224308.BSU16910/224308.BSU28020","physical","txid224308" +"BSU_25000","BSU_04140","PbpA","PbpC","BSU_25000","BSU_04140","PbpA","PbpC","subtiwiki","224308.BSU25000/224308.BSU04140","physical","txid224308" +"BSU_25000","BSU_28030","PbpA","MreB","BSU_25000","mreB","PbpA","MreB","subtiwiki","224308.BSU25000/224308.BSU28030","physical","txid224308" +"BSU_25000","BSU_16910","PbpA","RodZ","BSU_25000","BSU_16910","PbpA","RodZ","subtiwiki","224308.BSU25000/224308.BSU16910","physical","txid224308" +"BSU_25000","BSU_13980","PbpA","PbpH","BSU_25000","pbpH","PbpA","PbpH","subtiwiki","224308.BSU25000/224308.BSU13980","physical","txid224308" +"BSU_25000","BSU_28020","PbpA","MreC","BSU_25000","mreC","PbpA","MreC","subtiwiki","224308.BSU25000/224308.BSU28020","physical","txid224308" +"BSU_25000","BSU_14470","PbpA","MreBH","BSU_25000","mreBH","PbpA","MreBH","subtiwiki","224308.BSU25000/224308.BSU14470","physical","txid224308" +"BSU_25000","BSU_38120","PbpA","RodA","BSU_25000","rodA","PbpA","RodA","subtiwiki","224308.BSU25000/224308.BSU38120","physical","txid224308" +"BSU_25000","BSU_27310","PbpA","PbpI","BSU_25000","pbpI","PbpA","PbpI","subtiwiki","224308.BSU25000/224308.BSU27310","physical","txid224308" +"BSU_25000","BSU_22380","PbpA","TseB","BSU_25000","BSU_22380","PbpA","TseB","subtiwiki","224308.BSU25000/224308.BSU22380","physical","txid224308" +"BSU_01090","BSU_01280","RplGB","RplE","rplGB","rplE","RplGB","RplE","subtiwiki","224308.BSU01090/224308.BSU01280","physical","txid224308" +"BSU_01090","BSU_01490","RplGB","RplM","rplGB","rplM","RplGB","RplM","subtiwiki","224308.BSU01090/224308.BSU01490","physical","txid224308" +"BSU_01090","BSU_15820","RplGB","RpmB","rplGB","rpmB","RplGB","RpmB","subtiwiki","224308.BSU01090/224308.BSU15820","physical","txid224308" +"BSU_01090","BSU_01340","RplGB","RpmD","rplGB","rpmD","RplGB","RpmD","subtiwiki","224308.BSU01090/224308.BSU01340","physical","txid224308" +"BSU_01090","BSU_01190","RplGB","RplB","rplGB","rplB","RplGB","RplB","subtiwiki","224308.BSU01090/224308.BSU01190","physical","txid224308" +"BSU_01090","BSU_01230","RplGB","RplP","rplGB","rplP","RplGB","RplP","subtiwiki","224308.BSU01090/224308.BSU01230","physical","txid224308" +"BSU_01090","BSU_28860","RplGB","RpmI","rplGB","rpmI","RplGB","RpmI","subtiwiki","224308.BSU01090/224308.BSU28860","physical","txid224308" +"BSU_01090","BSU_01210","RplGB","RplV","rplGB","rplV","RplGB","RplV","subtiwiki","224308.BSU01090/224308.BSU01210","physical","txid224308" +"BSU_01090","BSU_16040","RplGB","RplS","rplGB","rplS","RplGB","RplS","subtiwiki","224308.BSU01090/224308.BSU16040","physical","txid224308" +"BSU_01090","new_2477758_2477958_c","RplGB","RpmGC","rplGB","rpmGC","RplGB","RpmGC","subtiwiki","224308.BSU01090/224308.new24777582477958c","physical","txid224308" +"BSU_01090","BSU_01400","RplGB","RpmJ","rplGB","rpmJ","RplGB","RpmJ","subtiwiki","224308.BSU01090/224308.BSU01400","physical","txid224308" +"BSU_01090","BSU_01240","RplGB","RpmC","rplGB","rpmC","RplGB","RpmC","subtiwiki","224308.BSU01090/224308.BSU01240","physical","txid224308" +"BSU_01090","BSU_01260","RplGB","RplNA","rplGB","rplN","RplGB","RplN","subtiwiki","224308.BSU01090/224308.BSU01260","physical","txid224308" +"BSU_01090","BSU_41060","RplGB","RpmH","rplGB","rpmH","RplGB","RpmH","subtiwiki","224308.BSU01090/224308.BSU41060","physical","txid224308" +"BSU_01090","BSU_24900","RplGB","RpmGA","rplGB","BSU_24900","RplGB","RpmGA","subtiwiki","224308.BSU01090/224308.BSU24900","physical","txid224308" +"BSU_01090","BSU_01310","RplGB","RplF","rplGB","rplF","RplGB","RplF","subtiwiki","224308.BSU01090/224308.BSU01310","physical","txid224308" +"BSU_01090","BSU_01160","RplGB","RplC","rplGB","rplC","RplGB","RplC","subtiwiki","224308.BSU01090/224308.BSU01160","physical","txid224308" +"BSU_01090","BSU_01270","RplGB","RplX","rplGB","rplX","RplGB","RplX","subtiwiki","224308.BSU01090/224308.BSU01270","physical","txid224308" +"BSU_01090","BSU_01320","RplGB","RplR","rplGB","rplR","RplGB","RplR","subtiwiki","224308.BSU01090/224308.BSU01320","physical","txid224308" +"BSU_01090","BSU_00990","RplGB","RpmGB","rplGB","rpmGB","RplGB","RpmGB","subtiwiki","224308.BSU01090/224308.BSU00990","physical","txid224308" +"BSU_01090","BSU_00520","RplGB","Ctc","rplGB","ctc","RplGB","Ctc","subtiwiki","224308.BSU01090/224308.BSU00520","physical","txid224308" +"BSU_01090","BSU_15080","RplGB","RpmF","rplGB","rpmF","RplGB","RpmF","subtiwiki","224308.BSU01090/224308.BSU15080","physical","txid224308" +"BSU_01090","BSU_27940","RplGB","RpmA","rplGB","rpmA","RplGB","RpmA","subtiwiki","224308.BSU01090/224308.BSU27940","physical","txid224308" +"BSU_01090","BSU_01030","RplGB","RplA","rplGB","rplA","RplGB","RplA","subtiwiki","224308.BSU01090/224308.BSU01030","physical","txid224308" +"BSU_01090","BSU_28850","RplGB","RplT","rplGB","rplT","RplGB","RplT","subtiwiki","224308.BSU01090/224308.BSU28850","physical","txid224308" +"BSU_01090","BSU_01180","RplGB","RplW","rplGB","rplW","RplGB","RplW","subtiwiki","224308.BSU01090/224308.BSU01180","physical","txid224308" +"BSU_01090","BSU_01020","RplGB","RplK","rplGB","rplK","RplGB","RplK","subtiwiki","224308.BSU01090/224308.BSU01020","physical","txid224308" +"BSU_01090","BSU_40500","RplGB","RplI","rplGB","BSU_40500","RplGB","RplI","subtiwiki","224308.BSU01090/224308.BSU40500","physical","txid224308" +"BSU_01090","BSU_30700","RplGB","RpmEB","rplGB","rpmEB","RplGB","RpmEB","subtiwiki","224308.BSU01090/224308.BSU30700","physical","txid224308" +"BSU_01090","BSU_01040","RplGB","RplJ","rplGB","rplJ","RplGB","RplJ","subtiwiki","224308.BSU01090/224308.BSU01040","physical","txid224308" +"BSU_01090","BSU_01050","RplGB","RplL","rplGB","rplL","RplGB","RplL","subtiwiki","224308.BSU01090/224308.BSU01050","physical","txid224308" +"BSU_01090","BSU_01350","RplGB","RplO","rplGB","rplO","RplGB","RplO","subtiwiki","224308.BSU01090/224308.BSU01350","physical","txid224308" +"BSU_00520","BSU_01180","Ctc","RplW","ctc","rplW","Ctc","RplW","subtiwiki","224308.BSU00520/224308.BSU01180","physical","txid224308" +"BSU_00520","BSU_40500","Ctc","RplI","ctc","BSU_40500","Ctc","RplI","subtiwiki","224308.BSU00520/224308.BSU40500","physical","txid224308" +"BSU_00520","BSU_01040","Ctc","RplJ","ctc","rplJ","Ctc","RplJ","subtiwiki","224308.BSU00520/224308.BSU01040","physical","txid224308" +"BSU_00520","BSU_01210","Ctc","RplV","ctc","rplV","Ctc","RplV","subtiwiki","224308.BSU00520/224308.BSU01210","physical","txid224308" +"BSU_00520","BSU_28850","Ctc","RplT","ctc","rplT","Ctc","RplT","subtiwiki","224308.BSU00520/224308.BSU28850","physical","txid224308" +"BSU_00520","BSU_24900","Ctc","RpmGA","ctc","BSU_24900","Ctc","RpmGA","subtiwiki","224308.BSU00520/224308.BSU24900","physical","txid224308" +"BSU_00520","BSU_01280","Ctc","RplE","ctc","rplE","Ctc","RplE","subtiwiki","224308.BSU00520/224308.BSU01280","physical","txid224308" +"BSU_00520","BSU_01340","Ctc","RpmD","ctc","rpmD","Ctc","RpmD","subtiwiki","224308.BSU00520/224308.BSU01340","physical","txid224308" +"BSU_00520","BSU_28860","Ctc","RpmI","ctc","rpmI","Ctc","RpmI","subtiwiki","224308.BSU00520/224308.BSU28860","physical","txid224308" +"BSU_00520","BSU_01160","Ctc","RplC","ctc","rplC","Ctc","RplC","subtiwiki","224308.BSU00520/224308.BSU01160","physical","txid224308" +"BSU_00520","BSU_01020","Ctc","RplK","ctc","rplK","Ctc","RplK","subtiwiki","224308.BSU00520/224308.BSU01020","physical","txid224308" +"BSU_00520","BSU_01230","Ctc","RplP","ctc","rplP","Ctc","RplP","subtiwiki","224308.BSU00520/224308.BSU01230","physical","txid224308" +"BSU_00520","BSU_01050","Ctc","RplL","ctc","rplL","Ctc","RplL","subtiwiki","224308.BSU00520/224308.BSU01050","physical","txid224308" +"BSU_00520","BSU_01190","Ctc","RplB","ctc","rplB","Ctc","RplB","subtiwiki","224308.BSU00520/224308.BSU01190","physical","txid224308" +"BSU_00520","BSU_01320","Ctc","RplR","ctc","rplR","Ctc","RplR","subtiwiki","224308.BSU00520/224308.BSU01320","physical","txid224308" +"BSU_00520","BSU_01490","Ctc","RplM","ctc","rplM","Ctc","RplM","subtiwiki","224308.BSU00520/224308.BSU01490","physical","txid224308" +"BSU_00520","BSU_27940","Ctc","RpmA","ctc","rpmA","Ctc","RpmA","subtiwiki","224308.BSU00520/224308.BSU27940","physical","txid224308" +"BSU_00520","BSU_01350","Ctc","RplO","ctc","rplO","Ctc","RplO","subtiwiki","224308.BSU00520/224308.BSU01350","physical","txid224308" +"BSU_00520","BSU_01030","Ctc","RplA","ctc","rplA","Ctc","RplA","subtiwiki","224308.BSU00520/224308.BSU01030","physical","txid224308" +"BSU_00520","new_2477758_2477958_c","Ctc","RpmGC","ctc","rpmGC","Ctc","RpmGC","subtiwiki","224308.BSU00520/224308.new24777582477958c","physical","txid224308" +"BSU_00520","BSU_15080","Ctc","RpmF","ctc","rpmF","Ctc","RpmF","subtiwiki","224308.BSU00520/224308.BSU15080","physical","txid224308" +"BSU_00520","BSU_41060","Ctc","RpmH","ctc","rpmH","Ctc","RpmH","subtiwiki","224308.BSU00520/224308.BSU41060","physical","txid224308" +"BSU_00520","BSU_00990","Ctc","RpmGB","ctc","rpmGB","Ctc","RpmGB","subtiwiki","224308.BSU00520/224308.BSU00990","physical","txid224308" +"BSU_00520","BSU_01240","Ctc","RpmC","ctc","rpmC","Ctc","RpmC","subtiwiki","224308.BSU00520/224308.BSU01240","physical","txid224308" +"BSU_00520","BSU_15820","Ctc","RpmB","ctc","rpmB","Ctc","RpmB","subtiwiki","224308.BSU00520/224308.BSU15820","physical","txid224308" +"BSU_00520","BSU_01400","Ctc","RpmJ","ctc","rpmJ","Ctc","RpmJ","subtiwiki","224308.BSU00520/224308.BSU01400","physical","txid224308" +"BSU_00520","BSU_16040","Ctc","RplS","ctc","rplS","Ctc","RplS","subtiwiki","224308.BSU00520/224308.BSU16040","physical","txid224308" +"BSU_00520","BSU_01270","Ctc","RplX","ctc","rplX","Ctc","RplX","subtiwiki","224308.BSU00520/224308.BSU01270","physical","txid224308" +"BSU_00520","BSU_30700","Ctc","RpmEB","ctc","rpmEB","Ctc","RpmEB","subtiwiki","224308.BSU00520/224308.BSU30700","physical","txid224308" +"new_2477758_2477958_c","BSU_40500","RpmGC","RplI","rpmGC","BSU_40500","RpmGC","RplI","subtiwiki","224308.new24777582477958c/224308.BSU40500","physical","txid224308" +"new_2477758_2477958_c","BSU_01400","RpmGC","RpmJ","rpmGC","rpmJ","RpmGC","RpmJ","subtiwiki","224308.new24777582477958c/224308.BSU01400","physical","txid224308" +"new_2477758_2477958_c","BSU_01210","RpmGC","RplV","rpmGC","rplV","RpmGC","RplV","subtiwiki","224308.new24777582477958c/224308.BSU01210","physical","txid224308" +"new_2477758_2477958_c","BSU_15080","RpmGC","RpmF","rpmGC","rpmF","RpmGC","RpmF","subtiwiki","224308.new24777582477958c/224308.BSU15080","physical","txid224308" +"new_2477758_2477958_c","BSU_28860","RpmGC","RpmI","rpmGC","rpmI","RpmGC","RpmI","subtiwiki","224308.new24777582477958c/224308.BSU28860","physical","txid224308" +"new_2477758_2477958_c","BSU_01270","RpmGC","RplX","rpmGC","rplX","RpmGC","RplX","subtiwiki","224308.new24777582477958c/224308.BSU01270","physical","txid224308" +"new_2477758_2477958_c","BSU_01180","RpmGC","RplW","rpmGC","rplW","RpmGC","RplW","subtiwiki","224308.new24777582477958c/224308.BSU01180","physical","txid224308" +"new_2477758_2477958_c","BSU_01340","RpmGC","RpmD","rpmGC","rpmD","RpmGC","RpmD","subtiwiki","224308.new24777582477958c/224308.BSU01340","physical","txid224308" +"new_2477758_2477958_c","BSU_01190","RpmGC","RplB","rpmGC","rplB","RpmGC","RplB","subtiwiki","224308.new24777582477958c/224308.BSU01190","physical","txid224308" +"new_2477758_2477958_c","BSU_01050","RpmGC","RplL","rpmGC","rplL","RpmGC","RplL","subtiwiki","224308.new24777582477958c/224308.BSU01050","physical","txid224308" +"new_2477758_2477958_c","BSU_30700","RpmGC","RpmEB","rpmGC","rpmEB","RpmGC","RpmEB","subtiwiki","224308.new24777582477958c/224308.BSU30700","physical","txid224308" +"new_2477758_2477958_c","BSU_24900","RpmGC","RpmGA","rpmGC","BSU_24900","RpmGC","RpmGA","subtiwiki","224308.new24777582477958c/224308.BSU24900","physical","txid224308" +"new_2477758_2477958_c","BSU_01040","RpmGC","RplJ","rpmGC","rplJ","RpmGC","RplJ","subtiwiki","224308.new24777582477958c/224308.BSU01040","physical","txid224308" +"new_2477758_2477958_c","BSU_01490","RpmGC","RplM","rpmGC","rplM","RpmGC","RplM","subtiwiki","224308.new24777582477958c/224308.BSU01490","physical","txid224308" +"new_2477758_2477958_c","BSU_01230","RpmGC","RplP","rpmGC","rplP","RpmGC","RplP","subtiwiki","224308.new24777582477958c/224308.BSU01230","physical","txid224308" +"new_2477758_2477958_c","BSU_01350","RpmGC","RplO","rpmGC","rplO","RpmGC","RplO","subtiwiki","224308.new24777582477958c/224308.BSU01350","physical","txid224308" +"new_2477758_2477958_c","BSU_01020","RpmGC","RplK","rpmGC","rplK","RpmGC","RplK","subtiwiki","224308.new24777582477958c/224308.BSU01020","physical","txid224308" +"new_2477758_2477958_c","BSU_01280","RpmGC","RplE","rpmGC","rplE","RpmGC","RplE","subtiwiki","224308.new24777582477958c/224308.BSU01280","physical","txid224308" +"new_2477758_2477958_c","BSU_41060","RpmGC","RpmH","rpmGC","rpmH","RpmGC","RpmH","subtiwiki","224308.new24777582477958c/224308.BSU41060","physical","txid224308" +"new_2477758_2477958_c","BSU_15820","RpmGC","RpmB","rpmGC","rpmB","RpmGC","RpmB","subtiwiki","224308.new24777582477958c/224308.BSU15820","physical","txid224308" +"new_2477758_2477958_c","BSU_00990","RpmGC","RpmGB","rpmGC","rpmGB","RpmGC","RpmGB","subtiwiki","224308.new24777582477958c/224308.BSU00990","physical","txid224308" +"new_2477758_2477958_c","BSU_28850","RpmGC","RplT","rpmGC","rplT","RpmGC","RplT","subtiwiki","224308.new24777582477958c/224308.BSU28850","physical","txid224308" +"new_2477758_2477958_c","BSU_01160","RpmGC","RplC","rpmGC","rplC","RpmGC","RplC","subtiwiki","224308.new24777582477958c/224308.BSU01160","physical","txid224308" +"new_2477758_2477958_c","BSU_01320","RpmGC","RplR","rpmGC","rplR","RpmGC","RplR","subtiwiki","224308.new24777582477958c/224308.BSU01320","physical","txid224308" +"BSU_28530","BSU_28520","EtfB","EtfA","etfB","etfA","EtfB","EtfA","subtiwiki","224308.BSU28530/224308.BSU28520","physical","txid224308" +"BSU_34760","BSU_15760","GlmR","PrpC","glmR","BSU_15760","GlmR","PrpC","subtiwiki","224308.BSU34760/224308.BSU15760","physical","txid224308" +"BSU_06839","BSU_06830","PhrH","RapH","phrH","rapH","PhrH","RapH","subtiwiki","224308.BSU06839/224308.BSU06830","physical","txid224308" +"BSU_30190","BSU_14170","BioI","YkuP","bioI","ykuP","BioI","YkuP","subtiwiki","224308.BSU30190/224308.BSU14170","physical","txid224308" +"BSU_12240","BSU_12250","YjkA","YjkB","BSU_12240","BSU_12250","YjkA","YjkB","subtiwiki","224308.BSU12240/224308.BSU12250","physical","txid224308" +"BSU_24630","BSU_24640","SipW","TapA","sipW","tapA","SipW","TapA","subtiwiki","224308.BSU24630/224308.BSU24640","physical","txid224308" +"BSU_24630","BSU_24620","SipW","TasA","sipW","tasA","SipW","TasA","subtiwiki","224308.BSU24630/224308.BSU24620","physical","txid224308" +"BSU_39290","BSU_39300","YxxD","YxiD","BSU_39290","BSU_39300","YxxD","YxiD","subtiwiki","224308.BSU39290/224308.BSU39300","physical","txid224308" +"BSU_36070","BSU_17670","CotG","CotU","cotG","cotU","CotG","CotU","subtiwiki","224308.BSU36070/224308.BSU17670","physical","txid224308" +"BSU_36070","BSU_17700","CotG","CotC","cotG","cotC","CotG","CotC","subtiwiki","224308.BSU36070/224308.BSU17700","physical","txid224308" +"BSU_36070","BSU_36060","CotG","CotH","cotG","cotH","CotG","CotH","subtiwiki","224308.BSU36070/224308.BSU36060","physical","txid224308" +"BSU_36060","BSU_11750","CotH","CotY","cotH","cotY","CotH","CotY","subtiwiki","224308.BSU36060/224308.BSU11750","physical","txid224308" +"BSU_04490","BSU_09300","YdbJ","GlpD","BSU_04490","glpD","YdbJ","GlpD","subtiwiki","224308.BSU04490/224308.BSU09300","physical","txid224308" +"BSU_04490","BSU_04500","YdbJ","YdbK","BSU_04490","BSU_04500","YdbJ","YdbK","subtiwiki","224308.BSU04490/224308.BSU04500","physical","txid224308" +"BSU_14320","BSU_14330","YknU","YknV","BSU_14320","BSU_14330","YknU","YknV","subtiwiki","224308.BSU14320/224308.BSU14330","physical","txid224308" +"BSU_27500","BSU_27510","TrmU","IscSA","trmU","yrvO","TrmU","YrvO","subtiwiki","224308.BSU27500/224308.BSU27510","physical","txid224308" +"BSU_14230","BSU_14220","AhpT","AhpA","ahpT","ahpA","AhpT","AhpA","subtiwiki","224308.BSU14230/224308.BSU14220","physical","txid224308" +"BSU_01380","BSU_01180","Map","RplW","map","rplW","Map","RplW","subtiwiki","224308.BSU01380/224308.BSU01180","physical","txid224308" +"BSU_23030","BSU_40900","YpbB","SsbA","BSU_23030","ssbA","YpbB","SsbA","subtiwiki","224308.BSU23030/224308.BSU40900","physical","txid224308" +"BSU_24640","BSU_24620","TapA","TasA","tapA","tasA","TapA","TasA","subtiwiki","224308.BSU24640/224308.BSU24620","physical","txid224308" +"BSU_14480","BSU_00370","Abh","AbrB","abh","abrB","Abh","AbrB","subtiwiki","224308.BSU14480/224308.BSU00370","physical","txid224308" +"BSU_18239","BSU_22440","YngHB","BirA","yngHB","birA","YngHB","BirA","subtiwiki","224308.BSU18239/224308.BSU22440","physical","txid224308" +"BSU_33920","BSU_01260","Tpi","RplNA","tpi","rplN","Tpi","RplN","subtiwiki","224308.BSU33920/224308.BSU01260","physical","txid224308" +"BSU_35650","BSU_28030","TagU","MreB","tagU","mreB","TagU","MreB","subtiwiki","224308.BSU35650/224308.BSU28030","physical","txid224308" +"BSU_33221","BSU_33210","YvrHb","YvrG","yvrHb","BSU_33210","YvrHb","YvrG","subtiwiki","224308.BSU33221/224308.BSU33210","physical","txid224308" +"BSU_27530","BSU_40900","RarA","SsbA","BSU_27530","ssbA","RarA","SsbA","subtiwiki","224308.BSU27530/224308.BSU40900","physical","txid224308" +"BSU_04910","BSU_04940","ConB","ConE","conB","conE","ConB","ConE","subtiwiki","224308.BSU04910/224308.BSU04940","physical","txid224308" +"BSU_24700","BSU_24690","ComGD","ComGE","comGD","comGE","ComGD","ComGE","subtiwiki","224308.BSU24700/224308.BSU24690","physical","txid224308" +"BSU_24700","BSU_24720","ComGD","ComGB","comGD","comGB","ComGD","ComGB","subtiwiki","224308.BSU24700/224308.BSU24720","physical","txid224308" +"BSU_14860","BSU_22440","PycA","BirA","pycA","birA","PycA","BirA","subtiwiki","224308.BSU14860/224308.BSU22440","physical","txid224308" +"BSU_14860","BSU_14130","PycA","DarB","pycA","darB","PycA","DarB","subtiwiki","224308.BSU14860/224308.BSU14130","physical","txid224308" +"BSU_01910","BSU_01920","SkfA","SkfB","skfA","skfB","SkfA","SkfB","subtiwiki","224308.BSU01910/224308.BSU01920","physical","txid224308" +"BSU_33270","BSU_33260","YvrO","YvrN","yvrO","yvrN","YvrO","YvrN","subtiwiki","224308.BSU33270/224308.BSU33260","physical","txid224308" +"BSU_27750","BSU_24230","BofC","SpoIVB","bofC","spoIVB","BofC","SpoIVB","subtiwiki","224308.BSU27750/224308.BSU24230","physical","txid224308" +"BSU_34700","BSU_34690","PsdA","PsdB","psdA","psdB","PsdA","PsdB","subtiwiki","224308.BSU34700/224308.BSU34690","physical","txid224308" +"BSU_09080","BSU_09090","YhcH","YhcI","BSU_09080","BSU_09090","YhcH","YhcI","subtiwiki","224308.BSU09080/224308.BSU09090","physical","txid224308" +"BSU_09050","BSU_09070","YhcE","YhcG","BSU_09050","BSU_09070","YhcE","YhcG","subtiwiki","224308.BSU09050/224308.BSU09070","physical","txid224308" +"BSU_18920","BSU_18910","PhrK","RapK","phrK","rapK","PhrK","RapK","subtiwiki","224308.BSU18920/224308.BSU18910","physical","txid224308" +"BSU_37390","BSU_37400","AlbC","AlbD","albC","albD","AlbC","AlbD","subtiwiki","224308.BSU37390/224308.BSU37400","physical","txid224308" +"BSU_18210","BSU_18240","YngE","YngHA","yngE","yngH","YngE","YngH","subtiwiki","224308.BSU18210/224308.BSU18240","physical","txid224308" +"BSU_01950","BSU_01960","SkfE","SkfF","skfE","skfF","SkfE","SkfF","subtiwiki","224308.BSU01950/224308.BSU01960","physical","txid224308" +"BSU_40310","BSU_40300","PhrG","RapG","phrG","rapG","PhrG","RapG","subtiwiki","224308.BSU40310/224308.BSU40300","physical","txid224308" +"BSU_10300","BSU_32150","AprE","PaiA","aprE","BSU_32150","AprE","PaiA","subtiwiki","224308.BSU10300/224308.BSU32150","physical","txid224308" +"BSU_40180","BSU_40160","EpeX","EpeP","epeX","epeP","EpeX","EpeP","subtiwiki","224308.BSU40180/224308.BSU40160","physical","txid224308" +"BSU_31700","BSU_31710","ComX","ComQ","comX","comQ","ComX","ComQ","subtiwiki","224308.BSU31700/224308.BSU31710","physical","txid224308" +"BSU_33770","BSU_19040","SdpC","CsaA","sdpC","BSU_19040","SdpC","CsaA","subtiwiki","224308.BSU33770/224308.BSU19040","physical","txid224308" +"BSU_misc_RNA_35","BSU_41050","RnpB","RnpA","BSU_misc_RNA_35","BSU_41050","RnpB","RnpA","subtiwiki","224308.BSUmiscRNA35/224308.BSU41050","physical","txid224308" +"BSU_40170","BSU_40180","EpeE","EpeX","epeE","epeX","EpeE","EpeX","subtiwiki","224308.BSU40170/224308.BSU40180","physical","txid224308" +"BSU_36280","BSU_06610","YwqA","PcrA","BSU_36280","pcrA","YwqA","PcrA","subtiwiki","224308.BSU36280/224308.BSU06610","physical","txid224308" +"BSU_21580","BSU_21570","YokI","YokJ","yokI","yokJ","YokI","YokJ","subtiwiki","224308.BSU21580/224308.BSU21570","physical","txid224308" +"BSU_08210","BSU_08220","YfiB","YfiC","BSU_08210","BSU_08220","YfiB","YfiC","subtiwiki","224308.BSU08210/224308.BSU08220","physical","txid224308" +"BSU_11760","BSU_11750","CotX","CotY","cotX","cotY","CotX","CotY","subtiwiki","224308.BSU11760/224308.BSU11750","physical","txid224308" +"BSU_11760","BSU_11740","CotX","CotZ","cotX","cotZ","CotX","CotZ","subtiwiki","224308.BSU11760/224308.BSU11740","physical","txid224308" +"BSU_11760","BSU_11770","CotX","CotW","cotX","cotW","CotX","CotW","subtiwiki","224308.BSU11760/224308.BSU11770","physical","txid224308" +"BSU_33130","BSU_35130","LiaI","YvlA","liaI","yvlA","LiaI","YvlA","subtiwiki","224308.BSU33130/224308.BSU35130","physical","txid224308" +"BSU_33130","BSU_35110","LiaI","YvlC","liaI","yvlC","LiaI","YvlC","subtiwiki","224308.BSU33130/224308.BSU35110","physical","txid224308" +"BSU_33790","BSU_33780","SdpR","SdpI","sdpR","sdpI","SdpR","SdpI","subtiwiki","224308.BSU33790/224308.BSU33780","physical","txid224308" +"BSU_03730","BSU_03740","YclH","YclI","yclH","yclI","YclH","YclI","subtiwiki","224308.BSU03730/224308.BSU03740","physical","txid224308" +"BSU_04810","BSU_04820","ImmA","ImmR","BSU_04810","immR","ImmA","ImmR","subtiwiki","224308.BSU04810/224308.BSU04820","physical","txid224308" +"BSU_36050","BSU_36070","CotB","CotG","cotB","cotG","CotB","CotG","subtiwiki","224308.BSU36050/224308.BSU36070","physical","txid224308" +"BSU_36050","BSU_36060","CotB","CotH","cotB","cotH","CotB","CotH","subtiwiki","224308.BSU36050/224308.BSU36060","physical","txid224308" +"BSU_10040","BSU_16560","EcsA","RasP","BSU_10040","BSU_16560","EcsA","RasP","subtiwiki","224308.BSU10040/224308.BSU16560","physical","txid224308" +"BSU_10040","BSU_10050","EcsA","EcsB","BSU_10040","BSU_10050","EcsA","EcsB","subtiwiki","224308.BSU10040/224308.BSU10050","physical","txid224308" +"BSU_35840","BSU_28030","TagT","MreB","tagT","mreB","TagT","MreB","subtiwiki","224308.BSU35840/224308.BSU28030","physical","txid224308" +"BSU_09850","BSU_09860","KhtU","KhtT","BSU_09850","BSU_09860","KhtU","KhtT","subtiwiki","224308.BSU09850/224308.BSU09860","physical","txid224308" +"BSU_36130","BSU_36120","YwrA","YwrB","ywrA","ywrB","YwrA","YwrB","subtiwiki","224308.BSU36130/224308.BSU36120","physical","txid224308" +"BSU_03760","BSU_03750","YclK","YclJ","yclK","yclJ","YclK","YclJ","subtiwiki","224308.BSU03760/224308.BSU03750","physical","txid224308" +"BSU_02560","BSU_02550","YcbM","YcbL","BSU_02560","BSU_02550","YcbM","YcbL","subtiwiki","224308.BSU02560/224308.BSU02550","physical","txid224308" +"BSU_33080","BSU_33090","LiaR","LiaS","liaR","liaS","LiaR","LiaS","subtiwiki","224308.BSU33080/224308.BSU33090","physical","txid224308" +"BSU_08290","BSU_08300","LnrJ","LnrK","BSU_08290","lnrK","LnrJ","LnrK","subtiwiki","224308.BSU08290/224308.BSU08300","physical","txid224308" +"BSU_02450","BSU_02440","GlnL","GlnJ","glnL","BSU_02440","GlnL","GlnK","subtiwiki","224308.BSU02450/224308.BSU02440","physical","txid224308" +"BSU_04460","BSU_04450","DctR","DctS","BSU_04460","BSU_04450","DctR","DctS","subtiwiki","224308.BSU04460/224308.BSU04450","physical","txid224308" +"BSU_34720","BSU_34710","PsdR","PsdS","psdR","psdS","PsdR","PsdS","subtiwiki","224308.BSU34720/224308.BSU34710","physical","txid224308" +"BSU_25830","BSU_37130","RapE","Spo0F","rapE","spo0F","RapE","Spo0F","subtiwiki","224308.BSU25830/224308.BSU37130","physical","txid224308" +"BSU_31690","BSU_31680","ComP","ComA","comP","comA","ComP","ComA","subtiwiki","224308.BSU31690/224308.BSU31680","physical","txid224308" +"BSU_31690","BSU_31700","ComP","ComX","comP","comX","ComP","ComX","subtiwiki","224308.BSU31690/224308.BSU31700","physical","txid224308" +"BSU_34060","BSU_34070","YvfU","YvfT","BSU_34060","BSU_34070","YvfU","YvfT","subtiwiki","224308.BSU34060/224308.BSU34070","physical","txid224308" +"BSU_02000","BSU_02010","YbdJ","YbdK","BSU_02000","ybdK","YbdJ","YbdK","subtiwiki","224308.BSU02000/224308.BSU02010","physical","txid224308" +"BSU_02730","BSU_02740","NatK","NatR","BSU_02730","natR","NatK","NatR","subtiwiki","224308.BSU02730/224308.BSU02740","physical","txid224308" +"BSU_38070","BSU_38050","SacT","SacP","sacT","sacP","SacT","SacP","subtiwiki","224308.BSU38070/224308.BSU38050","physical","txid224308" +"BSU_31530","BSU_31520","MalR","MalK","malR","BSU_31520","MalR","MalK","subtiwiki","224308.BSU31530/224308.BSU31520","physical","txid224308" +"BSU_13250","BSU_13260","YkoG","YkoH","BSU_13250","BSU_13260","YkoG","YkoH","subtiwiki","224308.BSU13250/224308.BSU13260","physical","txid224308" +"BSU_05410","BSU_05420","YdfH","YdfI","BSU_05410","ydfI","YdfH","YdfI","subtiwiki","224308.BSU05410/224308.BSU05420","physical","txid224308" +"BSU_misc_RNA_55","BSU_33600","SsrA","SmpB","ssrA","smpB","SsrA","SmpB","subtiwiki","224308.BSUmiscRNA55/224308.BSU33600","physical","txid224308" +"BSU_38420","BSU_38410","SacY","SacX","sacY","sacX","SacY","SacX","subtiwiki","224308.BSU38420/224308.BSU38410","physical","txid224308" +"BSU_26390","BSU_01080","SigKC","RpoC","sigKC","rpoC","SigKC","RpoC","subtiwiki","224308.BSU26390/224308.BSU01080","physical","txid224308" +"BSU_14240","BSU_00010","Rok","DnaA","rok","dnaA","Rok","DnaA","subtiwiki","224308.BSU14240/224308.BSU00010","physical","txid224308" +"BSU_34500","BSU_34490","YvdR","YvdS","BSU_34500","BSU_34490","YvdR","YvdS","subtiwiki","224308.BSU34500/224308.BSU34490","physical","txid224308" +"BSU_33570","BSU_33560","YvaE","YvaD","BSU_33570","BSU_33560","YvaE","YvaD","subtiwiki","224308.BSU33570/224308.BSU33560","physical","txid224308" +"BSU_02350","BSU_07800","GamP","TreP","gamP","treP","GamP","TreP","subtiwiki","224308.BSU02350/224308.BSU07800","physical","txid224308" +"BSU_02350","BSU_38050","GamP","SacP","gamP","sacP","GamP","SacP","subtiwiki","224308.BSU02350/224308.BSU38050","physical","txid224308" +"BSU_13100","BSU_13090","YkkD","YkkC","ykkD","ykkC","YkkD","YkkC","subtiwiki","224308.BSU13100/224308.BSU13090","physical","txid224308" +"BSU_04280","BSU_04310","YdaK","YdaN","ydaK","ydaN","YdaK","YdaN","subtiwiki","224308.BSU04280/224308.BSU04310","physical","txid224308" +"BSU_04280","BSU_04300","YdaK","YdaM","ydaK","ydaM","YdaK","YdaM","subtiwiki","224308.BSU04280/224308.BSU04300","physical","txid224308" +"BSU_04300","BSU_04310","YdaM","YdaN","ydaM","ydaN","YdaM","YdaN","subtiwiki","224308.BSU04300/224308.BSU04310","physical","txid224308" +"BSU_19820","BSU_21660","SprB","SprA","sprB","sprA","SprB","SprA","subtiwiki","224308.BSU19820/224308.BSU21660","physical","txid224308" +"BSU_19780","BSU_11750","CgeA","CotY","cgeA","cotY","CgeA","CotY","subtiwiki","224308.BSU19780/224308.BSU11750","physical","txid224308" +"BSU_19780","BSU_11740","CgeA","CotZ","cgeA","cotZ","CgeA","CotZ","subtiwiki","224308.BSU19780/224308.BSU11740","physical","txid224308" +"BSU_06300","BSU_10600","CotA","YhjQ","cotA","yhjQ","CotA","YhjQ","subtiwiki","224308.BSU06300/224308.BSU10600","physical","txid224308" +"BSU_06300","BSU_19780","CotA","CgeA","cotA","cgeA","CotA","CgeA","subtiwiki","224308.BSU06300/224308.BSU19780","physical","txid224308" +"BSU_06300","BSU_14250","CotA","YknT","cotA","yknT","CotA","YknT","subtiwiki","224308.BSU06300/224308.BSU14250","physical","txid224308" +"BSU_06300","BSU_11750","CotA","CotY","cotA","cotY","CotA","CotY","subtiwiki","224308.BSU06300/224308.BSU11750","physical","txid224308" +"BSU_06300","BSU_11740","CotA","CotZ","cotA","cotZ","CotA","CotZ","subtiwiki","224308.BSU06300/224308.BSU11740","physical","txid224308" +"BSU_11730","BSU_19780","CotO","CgeA","cotO","cgeA","CotO","CgeA","subtiwiki","224308.BSU11730/224308.BSU19780","physical","txid224308" +"BSU_11730","BSU_11740","CotO","CotZ","cotO","cotZ","CotO","CotZ","subtiwiki","224308.BSU11730/224308.BSU11740","physical","txid224308" +"BSU_14250","BSU_11750","YknT","CotY","yknT","cotY","YknT","CotY","subtiwiki","224308.BSU14250/224308.BSU11750","physical","txid224308" +"BSU_14250","BSU_19780","YknT","CgeA","yknT","cgeA","YknT","CgeA","subtiwiki","224308.BSU14250/224308.BSU19780","physical","txid224308" +"BSU_14250","BSU_11780","YknT","CotV","yknT","cotV","YknT","CotV","subtiwiki","224308.BSU14250/224308.BSU11780","physical","txid224308" +"BSU_17970","BSU_14250","CotM","YknT","cotM","yknT","CotM","YknT","subtiwiki","224308.BSU17970/224308.BSU14250","physical","txid224308" +"BSU_17970","BSU_11750","CotM","CotY","cotM","cotY","CotM","CotY","subtiwiki","224308.BSU17970/224308.BSU11750","physical","txid224308" +"BSU_17970","BSU_06300","CotM","CotA","cotM","cotA","CotM","CotA","subtiwiki","224308.BSU17970/224308.BSU06300","physical","txid224308" +"BSU_30920","BSU_11750","CotI","CotY","cotI","cotY","CotI","CotY","subtiwiki","224308.BSU30920/224308.BSU11750","physical","txid224308" +"BSU_34530","BSU_37900","CotR","SpsB","cotR","spsB","CotR","SpsB","subtiwiki","224308.BSU34530/224308.BSU37900","physical","txid224308" +"BSU_09650","BSU_19360","SrtN","OdhB","BSU_09650","odhB","SrtN","OdhB","subtiwiki","224308.BSU09650/224308.BSU19360","physical","txid224308" +"BSU_28910","BSU_28900","PftA","PftB","pftA","pftB","PftA","PftB","subtiwiki","224308.BSU28910/224308.BSU28900","physical","txid224308" +"BSU_29690","BSU_29680","AcuA","AcsA","acuA","acsA","AcuA","AcsA","subtiwiki","224308.BSU29690/224308.BSU29680","physical","txid224308" +"BSU_21750","BSU_14890","Sco","CtaC","BSU_21750","ctaC","Sco","CtaC","subtiwiki","224308.BSU21750/224308.BSU14890","physical","txid224308" +"BSU_09600","BSU_09610","FluC","YhdV","BSU_09600","BSU_09610","FluC","YhdV","subtiwiki","224308.BSU09600/224308.BSU09610","physical","txid224308" +"BSU_37660","BSU_11840","Pta","YjcF","pta","BSU_11840","Pta","YjcF","subtiwiki","224308.BSU37660/224308.BSU11840","physical","txid224308" +"BSU_37660","BSU_29120","Pta","Mdh","pta","mdh","Pta","Mdh","subtiwiki","224308.BSU37660/224308.BSU29120","physical","txid224308" +"BSU_23310","BSU_27130","SipS","RsiV","sipS","rsiV","SipS","RsiV","subtiwiki","224308.BSU23310/224308.BSU27130","physical","txid224308" +"BSU_14410","BSU_27130","SipT","RsiV","sipT","rsiV","SipT","RsiV","subtiwiki","224308.BSU14410/224308.BSU27130","physical","txid224308" +"BSU_19410","BSU_18380","CwlS","IseA","cwlS","iseA","CwlS","IseA","subtiwiki","224308.BSU19410/224308.BSU18380","physical","txid224308" +"BSU_04970","BSU_18380","CwlT","IseA","cwlT","iseA","CwlT","IseA","subtiwiki","224308.BSU04970/224308.BSU18380","physical","txid224308" +"BSU_15050","BSU_17860","DdcP","YneA","BSU_15050","yneA","DdcP","YneA","subtiwiki","224308.BSU15050/224308.BSU17860","physical","txid224308" +"BSU_19590","BSU_17860","CtpA","YneA","BSU_19590","yneA","CtpA","YneA","subtiwiki","224308.BSU19590/224308.BSU17860","physical","txid224308" +"BSU_07700","BSU_02350","NagP","GamP","nagP","gamP","NagP","GamP","subtiwiki","224308.BSU07700/224308.BSU02350","physical","txid224308" +"BSU_07700","BSU_13890","NagP","PtsG","nagP","ptsG","NagP","PtsG","subtiwiki","224308.BSU07700/224308.BSU13890","physical","txid224308" +"BSU_07700","BSU_22230","NagP","YpqE","nagP","ptsA","NagP","PtsA","subtiwiki","224308.BSU07700/224308.BSU22230","physical","txid224308" +"BSU_14130","BSU_27600","DarB","Rsh","darB","BSU_27600","DarB","Rel","subtiwiki","224308.BSU14130/224308.BSU27600","physical","txid224308" +"BSU_22220","BSU_22210","MrfA","MrfB","BSU_22220","BSU_22210","MrfA","MrfB","subtiwiki","224308.BSU22220/224308.BSU22210","physical","txid224308" +"BSU_35480","BSU_15840","DegV","FakA","BSU_35480","BSU_15840","DegV","FakA","subtiwiki","224308.BSU35480/224308.BSU15840","physical","txid224308" +"BSU_11110","BSU_15840","YitS","FakA","BSU_11110","BSU_15840","YitS","FakA","subtiwiki","224308.BSU11110/224308.BSU15840","physical","txid224308" +"BSU_26430","BSU_26420","YrkP","YrkQ","yrkP","yrkQ","YrkP","YrkQ","subtiwiki","224308.BSU26430/224308.BSU26420","physical","txid224308" +"BSU_23700","BSU_23710","YqjX","PolYB","yqjX","polY2","YqjX","PolY2","subtiwiki","224308.BSU23700/224308.BSU23710","physical","txid224308" +"BSU_21510","BSU_21500","YolD","UvrX","yolD","uvrX","YolD","UvrX","subtiwiki","224308.BSU21510/224308.BSU21500","physical","txid224308" +"BSU_18950","BSU_18930","YozL","YobH","yozL","yobH","YozL","YobH","subtiwiki","224308.BSU18950/224308.BSU18930","physical","txid224308" +"BSU_06850","BSU_31270","YeeK","Tgl","yeeK","tgl","YeeK","Tgl","subtiwiki","224308.BSU06850/224308.BSU31270","physical","txid224308" +"BSU_04960","BSU_04990","ConG","YddJ","conG","yddJ","ConG","YddJ","subtiwiki","224308.BSU04960/224308.BSU04990","physical","txid224308" +"BSU_27350","BSU_27340","YrrN","YrrO","BSU_27350","BSU_27340","YrrN","YrrO","subtiwiki","224308.BSU27350/224308.BSU27340","physical","txid224308" +"BSU_24940","BSU_24930","SweC","SweD","sweC","sweD","SweC","SweD","subtiwiki","224308.BSU24940/224308.BSU24930","physical","txid224308" +"BSU_24930","BSU_35250","SweD","FtsX","sweD","ftsX","SweD","FtsX","subtiwiki","224308.BSU24930/224308.BSU35250","physical","txid224308" +"BSU_29520","BSU_29530","SppI","SppA","sppI","sppA","SppI","SppA","subtiwiki","224308.BSU29520/224308.BSU29530","physical","txid224308" +"new_1056384_1056537","BSU_misc_RNA_67","RosA","RoxS","rosA","roxS","RosA","RoxS","subtiwiki","224308.new10563841056537/224308.BSUmiscRNA67","physical","txid224308" +"new_1056384_1056537","BSU_misc_RNA_69","RosA","FsrA","rosA","fsrA","RosA","FsrA","subtiwiki","224308.new10563841056537/224308.BSUmiscRNA69","physical","txid224308" +"BSU_13300","BSU_24870","MgtE","YqgP","mgtE","BSU_24870","MgtE","YqgP","subtiwiki","224308.BSU13300/224308.BSU24870","physical","txid224308" +"BSU_09120","BSU_22910","DgcK","YpfA","BSU_09120","BSU_22910","DgcK","MotI","subtiwiki","224308.BSU09120/224308.BSU22910","physical","txid224308" +"BSU_09120","BSU_04280","DgcK","YdaK","BSU_09120","ydaK","DgcK","YdaK","subtiwiki","224308.BSU09120/224308.BSU04280","physical","txid224308" +"BSU_29650","BSU_22910","DgcP","YpfA","BSU_29650","BSU_22910","DgcP","MotI","subtiwiki","224308.BSU29650/224308.BSU22910","physical","txid224308" +"BSU_14840","BSU_23520","FurA","Fur","BSU_14840","fur","FurA","Fur","subtiwiki","224308.BSU14840/224308.BSU23520","physical","txid224308" +"BSU_32050","BSU_01440","YuiE","RplQ","BSU_32050","rplQ","YuiE","RplQ","subtiwiki","224308.BSU32050/224308.BSU01440","physical","txid224308" +"new_3036310_3036529_c","BSU_33900","SR7P","Eno","SR7P","eno","SR7P","Eno","subtiwiki","224308.new30363103036529c/224308.BSU33900","physical","txid224308" +"BSU_06900","BSU_37900","CotJB","SpsB","cotJB","spsB","CotJB","SpsB","subtiwiki","224308.BSU06900/224308.BSU37900","physical","txid224308" +"BSU_08920","BSU_36060","YhbB","CotH","yhbB","cotH","YhbB","CotH","subtiwiki","224308.BSU08920/224308.BSU36060","physical","txid224308" +"BSU_31030","BSU_01080","BstB","RpoC","BSU_31030","rpoC","BstB","RpoC","subtiwiki","224308.BSU31030/224308.BSU01080","physical","txid224308" +"BSU_27370","BSU_22320","MltG","PonA","mltG","ponA","MltG","PonA","subtiwiki","224308.BSU27370/224308.BSU22320","physical","txid224308" +"BSU_27370","BSU_15160","MltG","PbpB","mltG","BSU_15160","MltG","PbpB","subtiwiki","224308.BSU27370/224308.BSU15160","physical","txid224308" +"BSU_11250","BSU_40320","ArgF","RocF","argF","rocF","ArgF","RocF","subtiwiki","224308.BSU11250/224308.BSU40320","physical","txid224308" +"BSU_20850","BSU_20860","AimP","YopK","aimP","aimR","AimP","AimR","subtiwiki","224308.BSU20850/224308.BSU20860","physical","txid224308" +"BSU_27230","BSU_27220","ForE2","YrhE","BSU_27230","BSU_27220","ForE2","ForC2","subtiwiki","224308.BSU27230/224308.BSU27220","physical","txid224308" +"BSU_12170","BSU_12160","ForE1","YjgC","forE1","forC1","ForE1","ForC1","subtiwiki","224308.BSU12170/224308.BSU12160","physical","txid224308" +"BSU_06200","BSU_06210","YdjH","YdjI","ydjH","ydjI","YdjH","YdjI","subtiwiki","224308.BSU06200/224308.BSU06210","physical","txid224308" +"BSU_06200","BSU_06190","YdjH","YdjG","ydjH","ydjG","YdjH","YdjG","subtiwiki","224308.BSU06200/224308.BSU06190","physical","txid224308" +"BSU_29920","BSU_00010","CcrZ","DnaA","BSU_29920","dnaA","CcrZ","DnaA","subtiwiki","224308.BSU29920/224308.BSU00010","physical","txid224308" +"BSU_05930","BSU_01130","RimI","TufA","BSU_05930","tufA","RimI","TufA","subtiwiki","224308.BSU05930/224308.BSU01130","physical","txid224308" +"BSU_33110","BSU_33130","LiaG","LiaI","liaG","liaI","LiaG","LiaI","subtiwiki","224308.BSU33110/224308.BSU33130","physical","txid224308" +"BSU_33110","BSU_33120","LiaG","LiaH","liaG","liaH","LiaG","LiaH","subtiwiki","224308.BSU33110/224308.BSU33120","physical","txid224308" +"BSU_35120","BSU_06180","YvlB","PspA","yvlB","pspA","YvlB","PspA","subtiwiki","224308.BSU35120/224308.BSU06180","physical","txid224308" +"BSU_35120","BSU_33120","YvlB","LiaH","yvlB","liaH","YvlB","LiaH","subtiwiki","224308.BSU35120/224308.BSU33120","physical","txid224308" +"BSU_35120","BSU_35110","YvlB","YvlC","yvlB","yvlC","YvlB","YvlC","subtiwiki","224308.BSU35120/224308.BSU35110","physical","txid224308" +"BSU_35120","BSU_35100","YvlB","YvlD","yvlB","yvlD","YvlB","YvlD","subtiwiki","224308.BSU35120/224308.BSU35100","physical","txid224308" +"BSU_35120","BSU_35130","YvlB","YvlA","yvlB","yvlA","YvlB","YvlA","subtiwiki","224308.BSU35120/224308.BSU35130","physical","txid224308" +"BSU_35130","BSU_35110","YvlA","YvlC","yvlA","yvlC","YvlA","YvlC","subtiwiki","224308.BSU35130/224308.BSU35110","physical","txid224308" +"BSU_35100","BSU_35110","YvlD","YvlC","yvlD","yvlC","YvlD","YvlC","subtiwiki","224308.BSU35100/224308.BSU35110","physical","txid224308" +"BSU_35100","BSU_35130","YvlD","YvlA","yvlD","yvlA","YvlD","YvlA","subtiwiki","224308.BSU35100/224308.BSU35130","physical","txid224308" +"BSU_23402","BSU_23420","SpoVAEB","SpoVAC","spoVAEB","spoVAC","SpoVAEB","SpoVAC","subtiwiki","224308.BSU23402/224308.BSU23420","physical","txid224308" +"BSU_23410","BSU_23420","SpoVAD","SpoVAC","spoVAD","spoVAC","SpoVAD","SpoVAC","subtiwiki","224308.BSU23410/224308.BSU23420","physical","txid224308" +"BSU_31390","BSU_33930","YugI","Pgk","yugI","pgk","YugI","Pgk","subtiwiki","224308.BSU31390/224308.BSU33930","physical","txid224308" +"BSU_31390","BSU_40890","YugI","RpsR","yugI","rpsR","YugI","RpsR","subtiwiki","224308.BSU31390/224308.BSU40890","physical","txid224308" +"BSU_31390","BSU_16490","YugI","RpsB","yugI","rpsB","YugI","RpsB","subtiwiki","224308.BSU31390/224308.BSU16490","physical","txid224308" +"BSU_31390","BSU_29610","YugI","EzrA","yugI","ezrA","YugI","EzrA","subtiwiki","224308.BSU31390/224308.BSU29610","physical","txid224308" +"BSU_31390","BSU_01500","YugI","RpsI","yugI","rpsI","YugI","RpsI","subtiwiki","224308.BSU31390/224308.BSU01500","physical","txid224308" +"BSU_18060","BSU_14580","PdhI","PdhA","BSU_18060","pdhA","PdhI","PdhA","subtiwiki","224308.BSU18060/224308.BSU14580","physical","txid224308" +"BSU_29860","BSU_28820","YtoP","YsdC","BSU_29860","BSU_28820","YtoP","YsdC","subtiwiki","224308.BSU29860/224308.BSU28820","physical","txid224308" +"BSU_25430","BSU_34210","YqeV","YvfG","yqeV","BSU_34210","YqeV","YvfG","subtiwiki","224308.BSU25430/224308.BSU34210","physical","txid224308" +"BSU_40200","BSU_40220","YydD","YydB","BSU_40200","BSU_40220","YydD","YydB","subtiwiki","224308.BSU40200/224308.BSU40220","physical","txid224308" +"BSU_14000","BSU_22180","PatA","GpsB","BSU_14000","BSU_22180","PatA","GpsB","subtiwiki","224308.BSU14000/224308.BSU22180","physical","txid224308" +"BSU_23560","BSU_09950","MleN","PrsA","mleN","BSU_09950","MleN","PrsA","subtiwiki","224308.BSU23560/224308.BSU09950","physical","txid224308" +"BSU_38850","BSU_00100","YxkC","DacA","yxkC","BSU_00100","YxkC","DacA","subtiwiki","224308.BSU38850/224308.BSU00100","physical","txid224308" +"BSU_38850","BSU_09950","YxkC","PrsA","yxkC","BSU_09950","YxkC","PrsA","subtiwiki","224308.BSU38850/224308.BSU09950","physical","txid224308" +"BSU_38850","BSU_23560","YxkC","MleN","yxkC","mleN","YxkC","MleN","subtiwiki","224308.BSU38850/224308.BSU23560","physical","txid224308" +"BSU_04030","BSU_36370","YcsD","YwpB","BSU_04030","BSU_36370","YcsD","YwpB","subtiwiki","224308.BSU04030/224308.BSU36370","physical","txid224308" +"BSU_19290","BSU_03490","YozO","SrfAB","yozO","srfAB","YozO","SrfAB","subtiwiki","224308.BSU19290/224308.BSU03490","physical","txid224308" +"BSU_06270","BSU_25200","YdjO","SigA","ydjO","sigA","YdjO","SigA","subtiwiki","224308.BSU06270/224308.BSU25200","physical","txid224308" +"BSU_08720","BSU_29470","YgaF","AckA","BSU_08720","ackA","YgaF","AckA","subtiwiki","224308.BSU08720/224308.BSU29470","physical","txid224308" +"BSU_23160","BSU_01150","RluB","RpsJ","BSU_23160","rpsJ","RluB","RpsJ","subtiwiki","224308.BSU23160/224308.BSU01150","physical","txid224308" +"BSU_35920","BSU_22960","RbsK","GudB","rbsK","gudB","RbsK","GudB","subtiwiki","224308.BSU35920/224308.BSU22960","physical","txid224308" +"BSU_16620","BSU_36830","RplGA","AtpA","rplGA","atpA","RplGA","AtpA","subtiwiki","224308.BSU16620/224308.BSU36830","physical","txid224308" +"BSU_27380","BSU_01320","YrzB","RplR","yrzB","rplR","YrzB","RplR","subtiwiki","224308.BSU27380/224308.BSU01320","physical","txid224308" +"BSU_16845","BSU_16860","YmfF","YmfH","ymfF","ymfH","YmfF","YmfH","subtiwiki","224308.BSU16845/224308.BSU16860","physical","txid224308" +"BSU_16260","BSU_16210","YlxF","FliF","ylxF","fliF","YlxF","FliF","subtiwiki","224308.BSU16260/224308.BSU16210","physical","txid224308" +"BSU_06110","BSU_06100","YdjA","YdiS","BSU_06110","BSU_06100","YdjA","YdiS","subtiwiki","224308.BSU06110/224308.BSU06100","physical","txid224308" +"BSU_00720","BSU_27580","YacD","YrvJ","yacD","BSU_27580","YacD","YrvJ","subtiwiki","224308.BSU00720/224308.BSU27580","physical","txid224308" +"BSU_10140","BSU_28630","HemY","PheT","BSU_10140","pheT","HemY","PheT","subtiwiki","224308.BSU10140/224308.BSU28630","physical","txid224308" +"BSU_31410","BSU_16040","AlaR","RplS","BSU_31410","rplS","AlaR","RplS","subtiwiki","224308.BSU31410/224308.BSU16040","physical","txid224308" +"BSU_11910","BSU_11920","YjcM","YjcN","yjcM","yjcN","YjcM","YjcN","subtiwiki","224308.BSU11910/224308.BSU11920","physical","txid224308" +"BSU_24450","BSU_37660","Efp","Pta","BSU_24450","pta","Efp","Pta","subtiwiki","224308.BSU24450/224308.BSU37660","physical","txid224308" +"BSU_32370","BSU_16980","YunD","SpoVS","BSU_32370","spoVS","YunD","SpoVS","subtiwiki","224308.BSU32370/224308.BSU16980","physical","txid224308" +"BSU_11840","BSU_01180","YjcF","RplW","BSU_11840","rplW","YjcF","RplW","subtiwiki","224308.BSU11840/224308.BSU01180","physical","txid224308" +"BSU_07360","BSU_16440","YfmS","CheW","yfmS","cheW","YfmS","CheW","subtiwiki","224308.BSU07360/224308.BSU16440","physical","txid224308" +"BSU_25650","BSU_16490","YqeI","RpsB","BSU_25650","rpsB","YqeI","RpsB","subtiwiki","224308.BSU25650/224308.BSU16490","physical","txid224308" +"BSU_29770","BSU_36410","YtxH","Mbl","ytxH","mbl","YtxH","Mbl","subtiwiki","224308.BSU29770/224308.BSU36410","physical","txid224308" +"BSU_00460","BSU_01300","IspE","RpsH","ispE","rpsH","IspE","RpsH","subtiwiki","224308.BSU00460/224308.BSU01300","physical","txid224308" +"BSU_09000","BSU_09950","YhbJ","PrsA","BSU_09000","BSU_09950","YhbJ","PrsA","subtiwiki","224308.BSU09000/224308.BSU09950","physical","txid224308" +"BSU_05840","BSU_30700","GmuD","RpmEB","gmuD","rpmEB","GmuD","RpmEB","subtiwiki","224308.BSU05840/224308.BSU30700","physical","txid224308" +"BSU_15740","BSU_25620","YloM","YqeL","yloM","BSU_25620","YloM","YqeL","subtiwiki","224308.BSU15740/224308.BSU25620","physical","txid224308" +"BSU_19310","BSU_03910","DhaS","GabD","BSU_19310","gabD","DhaS","GabD","subtiwiki","224308.BSU19310/224308.BSU03910","physical","txid224308" +"BSU_19300","BSU_27410","YozC","AlaS","BSU_19300","alaS","YozC","AlaS","subtiwiki","224308.BSU19300/224308.BSU27410","physical","txid224308" +"BSU_19470","BSU_19460","YojF","BshB2","yojF","bshB2","YojF","BshB2","subtiwiki","224308.BSU19470/224308.BSU19460","physical","txid224308" +"BSU_31900","BSU_31850","YukD","YueC","yukD","yueC","YukD","YueC","subtiwiki","224308.BSU31900/224308.BSU31850","physical","txid224308" +"BSU_31900","BSU_31890","YukD","YukC","yukD","essB","YukD","EssB","subtiwiki","224308.BSU31900/224308.BSU31890","physical","txid224308" +"BSU_32160","BSU_12420","SufA","YjoB","BSU_32160","yjoB","SufA","YjoB","subtiwiki","224308.BSU32160/224308.BSU12420","physical","txid224308" +"BSU_12410","BSU_12420","BstD","YjoB","BSU_12410","yjoB","BstD","YjoB","subtiwiki","224308.BSU12410/224308.BSU12420","physical","txid224308" +"BSU_32220","BSU_12420","Nfu","YjoB","BSU_32220","yjoB","Nfu","YjoB","subtiwiki","224308.BSU32220/224308.BSU12420","physical","txid224308" +"BSU_37410","BSU_37420","AlbE","AlbF","albE","albF","AlbE","AlbF","subtiwiki","224308.BSU37410/224308.BSU37420","physical","txid224308" +"BSU_26700","BSU_26710","AzlD","AzlC","azlD","azlC","AzlD","AzlC","subtiwiki","224308.BSU26700/224308.BSU26710","physical","txid224308" +"BSU_25450","BSU_01020","YqeT","RplK","yqeT","rplK","YqeT","RplK","subtiwiki","224308.BSU25450/224308.BSU01020","physical","txid224308" +"BSU_29780","BSU_22180","FacZ","GpsB","facZ","BSU_22180","FacZ","GpsB","subtiwiki","224308.BSU29780/224308.BSU22180","physical","txid224308" +"BSU_12580","BSU_12570","XtmB","XtmA","xtmB","xtmA","XtmB","XtmA","subtiwiki","224308.BSU12580/224308.BSU12570","physical","txid224308" +"BSU_16300","BSU_16210","FliL","FliF","fliL","fliF","FliL","FliF","subtiwiki","224308.BSU16300/224308.BSU16210","physical","txid224308" +"BSU_23440","BSU_23430","SpoVAA","SpoVAB","spoVAA","spoVAB","SpoVAA","SpoVAB","subtiwiki","224308.BSU23440/224308.BSU23430","physical","txid224308" diff --git a/data/oxidative_stress/txid224308-regulatory_interaction.csv b/data/oxidative_stress/txid224308-regulatory_interaction.csv new file mode 100644 index 0000000..65476ae --- /dev/null +++ b/data/oxidative_stress/txid224308-regulatory_interaction.csv @@ -0,0 +1,5635 @@ +"id1","id2","name1","name2","geneName1","geneName2","altName1","altName2","source","sourceLink","intType","species" +"BSU_00010","BSU_40610","DnaA","BSU_40610","dnaA","yybK","DnaA","BSU_40610","subtiwiki","224308.BSU00010/224308.BSU40610","repression","txid224308" +"BSU_00010","BSU_40580","DnaA","BSU_40580","dnaA","yybN","DnaA","BSU_40580","subtiwiki","224308.BSU00010/224308.BSU40580","repression","txid224308" +"BSU_00010","BSU_40600","DnaA","BSU_40600","dnaA","yybL","DnaA","BSU_40600","subtiwiki","224308.BSU00010/224308.BSU40600","repression","txid224308" +"BSU_00010","BSU_40620","DnaA","BSU_40620","dnaA","yybJ","DnaA","BSU_40620","subtiwiki","224308.BSU00010/224308.BSU40620","repression","txid224308" +"BSU_00010","BSU_40590","DnaA","BSU_40590","dnaA","yybM","DnaA","BSU_40590","subtiwiki","224308.BSU00010/224308.BSU40590","repression","txid224308" +"BSU_00010","BSU_21450","DnaA","BSU_21450","dnaA","sunS","DnaA","BSU_21450","subtiwiki","224308.BSU00010/224308.BSU21450","repression","txid224308" +"BSU_00010","BSU_21470","DnaA","BSU_21470","dnaA","sunT","DnaA","BSU_21470","subtiwiki","224308.BSU00010/224308.BSU21470","repression","txid224308" +"BSU_00010","BSU_21460","DnaA","BSU_21460","dnaA","bdbA","DnaA","BSU_21460","subtiwiki","224308.BSU00010/224308.BSU21460","repression","txid224308" +"BSU_00010","BSU_21480","DnaA","BSU_21480","dnaA","sunA","DnaA","BSU_21480","subtiwiki","224308.BSU00010/224308.BSU21480","repression","txid224308" +"BSU_00010","BSU_21440","DnaA","BSU_21440","dnaA","bdbB","DnaA","BSU_21440","subtiwiki","224308.BSU00010/224308.BSU21440","repression","txid224308" +"BSU_00010","BSU_39940","DnaA","YxaL","dnaA","yxaL","DnaA","YxaL","subtiwiki","224308.BSU00010/224308.BSU39940","repression","txid224308" +"BSU_00010","BSU_39950","DnaA","BSU_39950","dnaA","yxaJ","DnaA","BSU_39950","subtiwiki","224308.BSU00010/224308.BSU39950","repression","txid224308" +"BSU_00010","BSU_41000","DnaA","BSU_41000","dnaA","gidB","DnaA","BSU_41000","subtiwiki","224308.BSU00010/224308.BSU41000","repression","txid224308" +"BSU_00010","BSU_41010","DnaA","TrmF","dnaA","gidA","DnaA","GidA","subtiwiki","224308.BSU00010/224308.BSU41010","repression","txid224308" +"BSU_00010","BSU_41020","DnaA","MnmE","dnaA","thdF","DnaA","ThdF","subtiwiki","224308.BSU00010/224308.BSU41020","repression","txid224308" +"BSU_00010","BSU_40990","DnaA","BSU_40990","dnaA","noc","DnaA","BSU_40990","subtiwiki","224308.BSU00010/224308.BSU40990","repression","txid224308" +"BSU_00010","BSU_38070","DnaA","SacT","dnaA","sacT","DnaA","SacT","subtiwiki","224308.BSU00010/224308.BSU38070","repression","txid224308" +"BSU_00010","BSU_25690","DnaA","Sda","dnaA","sda","DnaA","Sda","subtiwiki","224308.BSU00010/224308.BSU25690","activation","txid224308" +"BSU_00010","BSU_38080","DnaA","BSU_38080","dnaA","ywcI","DnaA","BSU_38080","subtiwiki","224308.BSU00010/224308.BSU38080","repression","txid224308" +"BSU_00010","BSU_38090","DnaA","BSU_38090","dnaA","vpr","DnaA","BSU_38090","subtiwiki","224308.BSU00010/224308.BSU38090","repression","txid224308" +"BSU_00010","BSU_36950","DnaA","TsaC","dnaA","tsaC","DnaA","TsaC","subtiwiki","224308.BSU00010/224308.BSU36950","repression","txid224308" +"BSU_00010","BSU_40230","DnaA","BSU_40230","dnaA","rlmH","DnaA","BSU_40230","subtiwiki","224308.BSU00010/224308.BSU40230","repression","txid224308" +"BSU_29740","BSU_39340","CcpA","HutP","ccpA","hutP","CcpA","HutP","subtiwiki","224308.BSU29740/224308.BSU39340","repression","txid224308" +"BSU_29740","BSU_06970","CcpA","RhiL","ccpA","rhiL","CcpA","RhiL","subtiwiki","224308.BSU29740/224308.BSU06970","repression","txid224308" +"BSU_29740","BSU_07010","CcpA","YesS","ccpA","rhgR","CcpA","RhgR","subtiwiki","224308.BSU29740/224308.BSU07010","repression","txid224308" +"BSU_29740","BSU_06990","CcpA","RhiG","ccpA","rhiG","CcpA","RhiG","subtiwiki","224308.BSU29740/224308.BSU06990","repression","txid224308" +"BSU_29740","BSU_06980","CcpA","RhiF","ccpA","rhiF","CcpA","RhiF","subtiwiki","224308.BSU29740/224308.BSU06980","repression","txid224308" +"BSU_29740","BSU_07080","CcpA","RhgZ","ccpA","yesZ","CcpA","YesZ","subtiwiki","224308.BSU29740/224308.BSU07080","repression","txid224308" +"BSU_29740","BSU_07050","CcpA","RhgW","ccpA","yesW","CcpA","RhgW","subtiwiki","224308.BSU29740/224308.BSU07050","repression","txid224308" +"BSU_29740","BSU_07040","CcpA","BSU_07040","ccpA","yesV","CcpA","BSU_07040","subtiwiki","224308.BSU29740/224308.BSU07040","repression","txid224308" +"BSU_29740","BSU_07020","CcpA","BSU_07020","ccpA","yesT","CcpA","BSU_07020","subtiwiki","224308.BSU29740/224308.BSU07020","repression","txid224308" +"BSU_29740","new_1056384_1056537","CcpA","RosA","ccpA","rosA","CcpA","RosA","subtiwiki","224308.BSU29740/224308.new10563841056537","repression","txid224308" +"BSU_29740","BSU_07030","CcpA","BSU_07030","ccpA","yesU","CcpA","BSU_07030","subtiwiki","224308.BSU29740/224308.BSU07030","repression","txid224308" +"BSU_29740","BSU_07070","CcpA","BSU_07070","ccpA","yesY","CcpA","BSU_07070","subtiwiki","224308.BSU29740/224308.BSU07070","repression","txid224308" +"BSU_29740","BSU_07000","CcpA","BSU_07000","ccpA","rhiN","CcpA","BSU_07000","subtiwiki","224308.BSU29740/224308.BSU07000","repression","txid224308" +"BSU_29740","BSU_07060","CcpA","RhgX","ccpA","yesX","CcpA","RhgX","subtiwiki","224308.BSU29740/224308.BSU07060","repression","txid224308" +"BSU_29740","BSU_23070","CcpA","SerA","ccpA","serA","CcpA","SerA","subtiwiki","224308.BSU29740/224308.BSU23070","activation","txid224308" +"BSU_29740","BSU_29670","CcpA","TyrS","ccpA","tyrS","CcpA","TyrS","subtiwiki","224308.BSU29740/224308.BSU29670","repression","txid224308" +"BSU_29740","BSU_34140","CcpA","GanQ","ccpA","ganQ","CcpA","GanQ","subtiwiki","224308.BSU29740/224308.BSU34140","repression","txid224308" +"BSU_29740","BSU_34120","CcpA","GanB","ccpA","ganB","CcpA","GanB","subtiwiki","224308.BSU29740/224308.BSU34120","repression","txid224308" +"BSU_29740","BSU_34160","CcpA","CycB","ccpA","ganS","CcpA","GanS","subtiwiki","224308.BSU29740/224308.BSU34160","repression","txid224308" +"BSU_29740","BSU_34150","CcpA","GanP","ccpA","ganP","CcpA","GanP","subtiwiki","224308.BSU29740/224308.BSU34150","repression","txid224308" +"BSU_29740","BSU_34130","CcpA","GanA","ccpA","ganA","CcpA","GanA","subtiwiki","224308.BSU29740/224308.BSU34130","repression","txid224308" +"BSU_29740","BSU_06940","CcpA","BSU_06940","ccpA","yesL","CcpA","BSU_06940","subtiwiki","224308.BSU29740/224308.BSU06940","repression","txid224308" +"BSU_29740","BSU_06960","CcpA","RhgL","ccpA","rhgL","CcpA","RhgL","subtiwiki","224308.BSU29740/224308.BSU06960","repression","txid224308" +"BSU_29740","BSU_22570","CcpA","BSU_22570","ccpA","ypiF","CcpA","BSU_22570","subtiwiki","224308.BSU29740/224308.BSU22570","repression","txid224308" +"BSU_29740","BSU_06950","CcpA","YesM","ccpA","rhgK","CcpA","RhgK","subtiwiki","224308.BSU29740/224308.BSU06950","repression","txid224308" +"BSU_29740","BSU_19410","CcpA","CwlS","ccpA","cwlS","CcpA","CwlS","subtiwiki","224308.BSU29740/224308.BSU19410","repression","txid224308" +"BSU_29740","BSU_20850","CcpA","AimP","ccpA","aimP","CcpA","AimP","subtiwiki","224308.BSU29740/224308.BSU20850","repression","txid224308" +"BSU_29740","BSU_08180","CcpA","MalA","ccpA","malA","CcpA","MalA","subtiwiki","224308.BSU29740/224308.BSU08180","repression","txid224308" +"BSU_29740","BSU_39420","CcpA","BSU_39420","ccpA","dra","CcpA","BSU_39420","subtiwiki","224308.BSU29740/224308.BSU39420","repression","txid224308" +"BSU_29740","BSU_08190","CcpA","BSU_08190","ccpA","glvR","CcpA","BSU_08190","subtiwiki","224308.BSU29740/224308.BSU08190","repression","txid224308" +"BSU_29740","BSU_08200","CcpA","MalP","ccpA","malP","CcpA","MalP","subtiwiki","224308.BSU29740/224308.BSU08200","repression","txid224308" +"BSU_29740","BSU_39400","CcpA","Pdp","ccpA","pdp","CcpA","Pdp","subtiwiki","224308.BSU29740/224308.BSU39400","repression","txid224308" +"BSU_29740","BSU_08100","CcpA","AcoR","ccpA","acoR","CcpA","AcoR","subtiwiki","224308.BSU29740/224308.BSU08100","repression","txid224308" +"BSU_29740","BSU_39410","CcpA","BSU_39410","ccpA","nupC","CcpA","BSU_39410","subtiwiki","224308.BSU29740/224308.BSU39410","repression","txid224308" +"BSU_29740","BSU_23500","CcpA","Drm","ccpA","drm","CcpA","Drm","subtiwiki","224308.BSU29740/224308.BSU23500","repression","txid224308" +"BSU_29740","BSU_23490","CcpA","PupG","ccpA","pupG","CcpA","PupG","subtiwiki","224308.BSU29740/224308.BSU23490","repression","txid224308" +"BSU_29740","BSU_29140","CcpA","CitZ","ccpA","citZ","CcpA","CitZ","subtiwiki","224308.BSU29740/224308.BSU29140","repression","txid224308" +"BSU_29740","BSU_28710","CcpA","CstA","ccpA","cstA","CcpA","CstA","subtiwiki","224308.BSU29740/224308.BSU28710","repression","txid224308" +"BSU_29740","BSU_28700","CcpA","YsfE","ccpA","ysfE","CcpA","YsfE","subtiwiki","224308.BSU29740/224308.BSU28700","repression","txid224308" +"BSU_29740","BSU_38570","CcpA","LicA","ccpA","licA","CcpA","LicA","subtiwiki","224308.BSU29740/224308.BSU38570","repression","txid224308" +"BSU_29740","BSU_38580","CcpA","LicC","ccpA","licC","CcpA","LicC","subtiwiki","224308.BSU29740/224308.BSU38580","repression","txid224308" +"BSU_29740","BSU_38560","CcpA","BSU_38560","ccpA","licH","CcpA","BSU_38560","subtiwiki","224308.BSU29740/224308.BSU38560","repression","txid224308" +"BSU_29740","BSU_38590","CcpA","LicB","ccpA","licB","CcpA","LicB","subtiwiki","224308.BSU29740/224308.BSU38590","repression","txid224308" +"BSU_29740","BSU_03040","CcpA","AmyE","ccpA","amyE","CcpA","AmyE","subtiwiki","224308.BSU29740/224308.BSU03040","repression","txid224308" +"BSU_29740","BSU_17580","CcpA","BSU_17580","ccpA","xynB","CcpA","BSU_17580","subtiwiki","224308.BSU29740/224308.BSU17580","repression","txid224308" +"BSU_29740","BSU_17610","CcpA","BSU_17610","ccpA","xylB","CcpA","BSU_17610","subtiwiki","224308.BSU29740/224308.BSU17610","repression","txid224308" +"BSU_29740","BSU_17570","CcpA","BSU_17570","ccpA","xynP","CcpA","BSU_17570","subtiwiki","224308.BSU29740/224308.BSU17570","repression","txid224308" +"BSU_29740","BSU_17600","CcpA","BSU_17600","ccpA","xylA","CcpA","BSU_17600","subtiwiki","224308.BSU29740/224308.BSU17600","repression","txid224308" +"BSU_29740","BSU_10770","CcpA","WprA","ccpA","wprA","CcpA","WprA","subtiwiki","224308.BSU29740/224308.BSU10770","repression","txid224308" +"BSU_29740","BSU_29700","CcpA","AcuB","ccpA","acuB","CcpA","AcuB","subtiwiki","224308.BSU29740/224308.BSU29700","repression","txid224308" +"BSU_29740","BSU_29690","CcpA","AcuA","ccpA","acuA","CcpA","AcuA","subtiwiki","224308.BSU29740/224308.BSU29690","repression","txid224308" +"BSU_29740","BSU_29710","CcpA","BSU_29710","ccpA","acuC","CcpA","BSU_29710","subtiwiki","224308.BSU29740/224308.BSU29710","repression","txid224308" +"BSU_29740","BSU_39690","CcpA","BSU_39690","ccpA","iolH","CcpA","BSU_39690","subtiwiki","224308.BSU29740/224308.BSU39690","repression","txid224308" +"BSU_29740","BSU_39680","CcpA","BSU_39680","ccpA","iolI","CcpA","BSU_39680","subtiwiki","224308.BSU29740/224308.BSU39680","repression","txid224308" +"BSU_29740","BSU_39700","CcpA","IolG","ccpA","iolG","CcpA","IolG","subtiwiki","224308.BSU29740/224308.BSU39700","repression","txid224308" +"BSU_29740","BSU_39740","CcpA","BSU_39740","ccpA","iolC","CcpA","BSU_39740","subtiwiki","224308.BSU29740/224308.BSU39740","repression","txid224308" +"BSU_29740","BSU_39730","CcpA","IolD","ccpA","iolD","CcpA","IolD","subtiwiki","224308.BSU29740/224308.BSU39730","repression","txid224308" +"BSU_29740","BSU_28510","CcpA","Xsa","ccpA","abf2","CcpA","Xsa","subtiwiki","224308.BSU29740/224308.BSU28510","repression","txid224308" +"BSU_29740","BSU_39670","CcpA","BSU_39670","ccpA","iolJ","CcpA","BSU_39670","subtiwiki","224308.BSU29740/224308.BSU39670","repression","txid224308" +"BSU_29740","BSU_39750","CcpA","BSU_39750","ccpA","iolB","CcpA","BSU_39750","subtiwiki","224308.BSU29740/224308.BSU39750","repression","txid224308" +"BSU_29740","BSU_39710","CcpA","BSU_39710","ccpA","iolF","CcpA","BSU_39710","subtiwiki","224308.BSU29740/224308.BSU39710","repression","txid224308" +"BSU_29740","BSU_39760","CcpA","BSU_39760","ccpA","iolA","CcpA","BSU_39760","subtiwiki","224308.BSU29740/224308.BSU39760","repression","txid224308" +"BSU_29740","BSU_39720","CcpA","BSU_39720","ccpA","iolE","CcpA","BSU_39720","subtiwiki","224308.BSU29740/224308.BSU39720","repression","txid224308" +"BSU_29740","BSU_04470","CcpA","DctP","ccpA","dctP","CcpA","DctP","subtiwiki","224308.BSU29740/224308.BSU04470","repression","txid224308" +"BSU_29740","BSU_22130","CcpA","BSU_22130","ccpA","kduI","CcpA","BSU_22130","subtiwiki","224308.BSU29740/224308.BSU22130","repression","txid224308" +"BSU_29740","BSU_22140","CcpA","BSU_22140","ccpA","kduD","CcpA","BSU_22140","subtiwiki","224308.BSU29740/224308.BSU22140","repression","txid224308" +"BSU_29740","BSU_09280","CcpA","BSU_09280","ccpA","glpF","CcpA","BSU_09280","subtiwiki","224308.BSU29740/224308.BSU09280","repression","txid224308" +"BSU_29740","BSU_09290","CcpA","GlpK","ccpA","glpK","CcpA","GlpK","subtiwiki","224308.BSU29740/224308.BSU09290","repression","txid224308" +"BSU_29740","BSU_07840","CcpA","YfkN","ccpA","yfkN","CcpA","YfkN","subtiwiki","224308.BSU29740/224308.BSU07840","repression","txid224308" +"BSU_29740","BSU_40300","CcpA","RapG","ccpA","rapG","CcpA","RapG","subtiwiki","224308.BSU29740/224308.BSU40300","repression","txid224308" +"BSU_29740","BSU_28810","CcpA","BSU_28810","ccpA","abnA","CcpA","BSU_28810","subtiwiki","224308.BSU29740/224308.BSU28810","repression","txid224308" +"BSU_29740","BSU_40310","CcpA","PhrG","ccpA","phrG","CcpA","PhrG","subtiwiki","224308.BSU29740/224308.BSU40310","repression","txid224308" +"BSU_29740","BSU_30270","CcpA","MsmE","ccpA","melE","CcpA","MelE","subtiwiki","224308.BSU29740/224308.BSU30270","repression","txid224308" +"BSU_29740","BSU_30300","CcpA","BSU_30300","ccpA","melA","CcpA","BSU_30300","subtiwiki","224308.BSU29740/224308.BSU30300","repression","txid224308" +"BSU_29740","BSU_30260","CcpA","BSU_30260","ccpA","melR","CcpA","BSU_30260","subtiwiki","224308.BSU29740/224308.BSU30260","repression","txid224308" +"BSU_29740","BSU_30280","CcpA","AmyD","ccpA","melD","CcpA","MelD","subtiwiki","224308.BSU29740/224308.BSU30280","repression","txid224308" +"BSU_29740","BSU_30290","CcpA","AmyC","ccpA","melC","CcpA","MelC","subtiwiki","224308.BSU29740/224308.BSU30290","repression","txid224308" +"BSU_29740","BSU_07800","CcpA","TreP","ccpA","treP","CcpA","TreP","subtiwiki","224308.BSU29740/224308.BSU07800","repression","txid224308" +"BSU_29740","BSU_38980","CcpA","AtoB","ccpA","scoB","CcpA","ScoB","subtiwiki","224308.BSU29740/224308.BSU38980","repression","txid224308" +"BSU_29740","BSU_07820","CcpA","BSU_07820","ccpA","treR","CcpA","BSU_07820","subtiwiki","224308.BSU29740/224308.BSU07820","repression","txid224308" +"BSU_29740","BSU_35940","CcpA","RbsA","ccpA","rbsA","CcpA","RbsA","subtiwiki","224308.BSU29740/224308.BSU35940","repression","txid224308" +"BSU_29740","BSU_39000","CcpA","BSU_39000","ccpA","hbuT","CcpA","BSU_39000","subtiwiki","224308.BSU29740/224308.BSU39000","repression","txid224308" +"BSU_29740","BSU_35960","CcpA","RbsB","ccpA","rbsB","CcpA","RbsB","subtiwiki","224308.BSU29740/224308.BSU35960","repression","txid224308" +"BSU_29740","BSU_07810","CcpA","TreA","ccpA","treA","CcpA","TreA","subtiwiki","224308.BSU29740/224308.BSU07810","repression","txid224308" +"BSU_29740","BSU_35920","CcpA","RbsK","ccpA","rbsK","CcpA","RbsK","subtiwiki","224308.BSU29740/224308.BSU35920","repression","txid224308" +"BSU_29740","BSU_35910","CcpA","RbsR","ccpA","rbsR","CcpA","RbsR","subtiwiki","224308.BSU29740/224308.BSU35910","repression","txid224308" +"BSU_29740","BSU_38970","CcpA","BSU_38970","ccpA","yxjF","CcpA","BSU_38970","subtiwiki","224308.BSU29740/224308.BSU38970","repression","txid224308" +"BSU_29740","BSU_38990","CcpA","AtoA","ccpA","scoA","CcpA","ScoA","subtiwiki","224308.BSU29740/224308.BSU38990","repression","txid224308" +"BSU_29740","BSU_35950","CcpA","RbsC","ccpA","rbsC","CcpA","RbsC","subtiwiki","224308.BSU29740/224308.BSU35950","repression","txid224308" +"BSU_29740","BSU_29630","CcpA","RefZ","ccpA","refZ","CcpA","RefZ","subtiwiki","224308.BSU29740/224308.BSU29630","repression","txid224308" +"BSU_29740","BSU_35930","CcpA","RbsD","ccpA","rbsD","CcpA","RbsD","subtiwiki","224308.BSU29740/224308.BSU35930","repression","txid224308" +"BSU_29740","BSU_27750","CcpA","BofC","ccpA","bofC","CcpA","BofC","subtiwiki","224308.BSU29740/224308.BSU27750","repression","txid224308" +"BSU_29740","BSU_34200","CcpA","SigL","ccpA","sigL","CcpA","SigL","subtiwiki","224308.BSU29740/224308.BSU34200","repression","txid224308" +"BSU_29740","BSU_27760","CcpA","BSU_27760","ccpA","csbX","CcpA","BSU_27760","subtiwiki","224308.BSU29740/224308.BSU27760","repression","txid224308" +"BSU_29740","BSU_29110","CcpA","PhoP","ccpA","phoP","CcpA","PhoP","subtiwiki","224308.BSU29740/224308.BSU29110","repression","txid224308" +"BSU_29740","BSU_29100","CcpA","PhoR","ccpA","phoR","CcpA","PhoR","subtiwiki","224308.BSU29740/224308.BSU29100","repression","txid224308" +"BSU_29740","BSU_19370","CcpA","OdhA","ccpA","odhA","CcpA","OdhA","subtiwiki","224308.BSU29740/224308.BSU19370","repression","txid224308" +"BSU_29740","BSU_06660","CcpA","BSU_06660","ccpA","opuE","CcpA","BSU_06660","subtiwiki","224308.BSU29740/224308.BSU06660","activation","txid224308" +"BSU_29740","BSU_19360","CcpA","OdhB","ccpA","odhB","CcpA","OdhB","subtiwiki","224308.BSU29740/224308.BSU19360","repression","txid224308" +"BSU_29740","BSU_38190","CcpA","GalT","ccpA","galT","CcpA","GalT","subtiwiki","224308.BSU29740/224308.BSU38190","repression","txid224308" +"BSU_29740","BSU_12000","CcpA","ManR","ccpA","manR","CcpA","ManR","subtiwiki","224308.BSU29740/224308.BSU12000","repression","txid224308" +"BSU_29740","BSU_38750","CcpA","CydB","ccpA","cydB","CcpA","CydB","subtiwiki","224308.BSU29740/224308.BSU38750","repression","txid224308" +"BSU_29740","BSU_19030","CcpA","BSU_19030","ccpA","yobO","CcpA","BSU_19030","subtiwiki","224308.BSU29740/224308.BSU19030","repression","txid224308" +"BSU_29740","BSU_38760","CcpA","CydA","ccpA","cydA","CcpA","CydA","subtiwiki","224308.BSU29740/224308.BSU38760","repression","txid224308" +"BSU_29740","BSU_38730","CcpA","CydD","ccpA","cydD","CcpA","CydD","subtiwiki","224308.BSU29740/224308.BSU38730","repression","txid224308" +"BSU_29740","BSU_38740","CcpA","CydC","ccpA","cydC","CcpA","CydC","subtiwiki","224308.BSU29740/224308.BSU38740","repression","txid224308" +"BSU_29740","BSU_38200","CcpA","GalK","ccpA","galK","CcpA","GalK","subtiwiki","224308.BSU29740/224308.BSU38200","repression","txid224308" +"BSU_29740","BSU_28800","CcpA","BSU_28800","ccpA","araA","CcpA","BSU_28800","subtiwiki","224308.BSU29740/224308.BSU28800","repression","txid224308" +"BSU_29740","BSU_28760","CcpA","AraM","ccpA","araM","CcpA","AraM","subtiwiki","224308.BSU29740/224308.BSU28760","repression","txid224308" +"BSU_29740","BSU_28780","CcpA","BSU_28780","ccpA","araD","CcpA","BSU_28780","subtiwiki","224308.BSU29740/224308.BSU28780","repression","txid224308" +"BSU_29740","BSU_04160","CcpA","MtlR","ccpA","mtlR","CcpA","MtlR","subtiwiki","224308.BSU29740/224308.BSU04160","repression","txid224308" +"BSU_29740","BSU_28750","CcpA","AraN","ccpA","araN","CcpA","AraN","subtiwiki","224308.BSU29740/224308.BSU28750","repression","txid224308" +"BSU_29740","BSU_28790","CcpA","BSU_28790","ccpA","araB","CcpA","BSU_28790","subtiwiki","224308.BSU29740/224308.BSU28790","repression","txid224308" +"BSU_29740","BSU_28770","CcpA","BSU_28770","ccpA","araL","CcpA","BSU_28770","subtiwiki","224308.BSU29740/224308.BSU28770","repression","txid224308" +"BSU_29740","BSU_28740","CcpA","AraP","ccpA","araP","CcpA","AraP","subtiwiki","224308.BSU29740/224308.BSU28740","repression","txid224308" +"BSU_29740","BSU_28720","CcpA","AbfA","ccpA","abfA","CcpA","AbfA","subtiwiki","224308.BSU29740/224308.BSU28720","repression","txid224308" +"BSU_29740","BSU_28730","CcpA","AraQ","ccpA","araQ","CcpA","AraQ","subtiwiki","224308.BSU29740/224308.BSU28730","repression","txid224308" +"BSU_29740","BSU_23130","CcpA","ResC","ccpA","resC","CcpA","ResC","subtiwiki","224308.BSU29740/224308.BSU23130","repression","txid224308" +"BSU_29740","BSU_23140","CcpA","ResB","ccpA","resB","CcpA","ResB","subtiwiki","224308.BSU29740/224308.BSU23140","repression","txid224308" +"BSU_29740","BSU_23120","CcpA","ResD","ccpA","resD","CcpA","ResD","subtiwiki","224308.BSU29740/224308.BSU23120","repression","txid224308" +"BSU_29740","BSU_23110","CcpA","ResE","ccpA","resE","CcpA","ResE","subtiwiki","224308.BSU29740/224308.BSU23110","repression","txid224308" +"BSU_29740","BSU_23150","CcpA","ResA","ccpA","resA","CcpA","ResA","subtiwiki","224308.BSU29740/224308.BSU23150","repression","txid224308" +"BSU_29740","BSU_37660","CcpA","Pta","ccpA","pta","CcpA","Pta","subtiwiki","224308.BSU29740/224308.BSU37660","activation","txid224308" +"BSU_29740","BSU_10270","CcpA","LcfB","ccpA","lcfB","CcpA","LcfB","subtiwiki","224308.BSU29740/224308.BSU10270","repression","txid224308" +"BSU_29740","BSU_25890","CcpA","BSU_25890","ccpA","yqxI","CcpA","BSU_25890","subtiwiki","224308.BSU29740/224308.BSU25890","repression","txid224308" +"BSU_29740","BSU_18960","CcpA","BSU_18960","ccpA","yozM","CcpA","BSU_18960","subtiwiki","224308.BSU29740/224308.BSU18960","repression","txid224308" +"BSU_29740","BSU_25880","CcpA","BSU_25880","ccpA","yqxJ","CcpA","BSU_25880","subtiwiki","224308.BSU29740/224308.BSU25880","repression","txid224308" +"BSU_29740","BSU_39330","CcpA","BSU_39330","ccpA","abn2","CcpA","BSU_39330","subtiwiki","224308.BSU29740/224308.BSU39330","repression","txid224308" +"BSU_29740","BSU_25190","CcpA","CccA","ccpA","cccA","CcpA","CccA","subtiwiki","224308.BSU29740/224308.BSU25190","repression","txid224308" +"BSU_29740","BSU_35050","CcpA","BSU_35050","ccpA","yvnA","CcpA","BSU_35050","subtiwiki","224308.BSU29740/224308.BSU35050","repression","txid224308" +"BSU_29740","BSU_18010","CcpA","BSU_18010","ccpA","yneN","CcpA","BSU_18010","subtiwiki","224308.BSU29740/224308.BSU18010","repression","txid224308" +"BSU_29740","BSU_03780","CcpA","PhrC","ccpA","phrC","CcpA","PhrC","subtiwiki","224308.BSU29740/224308.BSU03780","repression","txid224308" +"BSU_29740","BSU_03770","CcpA","RapC","ccpA","rapC","CcpA","RapC","subtiwiki","224308.BSU29740/224308.BSU03770","repression","txid224308" +"BSU_29740","BSU_18000","CcpA","CitB","ccpA","citB","CcpA","CitB","subtiwiki","224308.BSU29740/224308.BSU18000","repression","txid224308" +"BSU_29740","BSU_22560","CcpA","QcrA","ccpA","qcrA","CcpA","QcrA","subtiwiki","224308.BSU29740/224308.BSU22560","repression","txid224308" +"BSU_29740","BSU_22540","CcpA","QcrC","ccpA","qcrC","CcpA","QcrC","subtiwiki","224308.BSU29740/224308.BSU22540","repression","txid224308" +"BSU_29740","BSU_22550","CcpA","QcrB","ccpA","qcrB","CcpA","QcrB","subtiwiki","224308.BSU29740/224308.BSU22550","repression","txid224308" +"BSU_29740","BSU_24140","CcpA","MmgD","ccpA","mmgD","CcpA","MmgD","subtiwiki","224308.BSU29740/224308.BSU24140","repression","txid224308" +"BSU_29740","BSU_29680","CcpA","AcsA","ccpA","acsA","CcpA","AcsA","subtiwiki","224308.BSU29740/224308.BSU29680","repression","txid224308" +"BSU_29740","BSU_24120","CcpA","MmgF","ccpA","mmgF","CcpA","MmgF","subtiwiki","224308.BSU29740/224308.BSU24120","repression","txid224308" +"BSU_29740","BSU_24130","CcpA","MmgE","ccpA","mmgE","CcpA","MmgE","subtiwiki","224308.BSU29740/224308.BSU24130","repression","txid224308" +"BSU_29740","BSU_29679","CcpA","BSU_29679","ccpA","ytzK","CcpA","BSU_29679","subtiwiki","224308.BSU29740/224308.BSU29679","repression","txid224308" +"BSU_29740","BSU_24160","CcpA","MmgB","ccpA","mmgB","CcpA","MmgB","subtiwiki","224308.BSU29740/224308.BSU24160","repression","txid224308" +"BSU_29740","BSU_24150","CcpA","BSU_24150","ccpA","mmgC","CcpA","BSU_24150","subtiwiki","224308.BSU29740/224308.BSU24150","repression","txid224308" +"BSU_29740","BSU_09300","CcpA","GlpD","ccpA","glpD","CcpA","GlpD","subtiwiki","224308.BSU29740/224308.BSU09300","repression","txid224308" +"BSU_29740","BSU_24170","CcpA","MmgA","ccpA","mmgA","CcpA","MmgA","subtiwiki","224308.BSU29740/224308.BSU24170","repression","txid224308" +"BSU_29740","BSU_33960","CcpA","BSU_33960","ccpA","araE","CcpA","BSU_33960","subtiwiki","224308.BSU29740/224308.BSU33960","repression","txid224308" +"BSU_29740","BSU_05810","CcpA","GmuB","ccpA","gmuB","CcpA","GmuB","subtiwiki","224308.BSU29740/224308.BSU05810","repression","txid224308" +"BSU_29740","BSU_22100","CcpA","BSU_22100","ccpA","kdgA","CcpA","BSU_22100","subtiwiki","224308.BSU29740/224308.BSU22100","repression","txid224308" +"BSU_29740","BSU_05870","CcpA","GmuF","ccpA","gmuF","CcpA","GmuF","subtiwiki","224308.BSU29740/224308.BSU05870","repression","txid224308" +"BSU_29740","BSU_05830","CcpA","GmuC","ccpA","gmuC","CcpA","GmuC","subtiwiki","224308.BSU29740/224308.BSU05830","repression","txid224308" +"BSU_29740","BSU_22090","CcpA","BSU_22090","ccpA","kdgT","CcpA","BSU_22090","subtiwiki","224308.BSU29740/224308.BSU22090","repression","txid224308" +"BSU_29740","BSU_05850","CcpA","BSU_05850","ccpA","gmuR","CcpA","BSU_05850","subtiwiki","224308.BSU29740/224308.BSU05850","repression","txid224308" +"BSU_29740","BSU_05880","CcpA","GmuG","ccpA","gmuG","CcpA","GmuG","subtiwiki","224308.BSU29740/224308.BSU05880","repression","txid224308" +"BSU_29740","BSU_22110","CcpA","BSU_22110","ccpA","kdgK","CcpA","BSU_22110","subtiwiki","224308.BSU29740/224308.BSU22110","repression","txid224308" +"BSU_29740","BSU_22120","CcpA","BSU_22120","ccpA","kdgR","CcpA","BSU_22120","subtiwiki","224308.BSU29740/224308.BSU22120","repression","txid224308" +"BSU_29740","BSU_05860","CcpA","GmuE","ccpA","gmuE","CcpA","GmuE","subtiwiki","224308.BSU29740/224308.BSU05860","repression","txid224308" +"BSU_29740","BSU_05820","CcpA","GmuA","ccpA","gmuA","CcpA","GmuA","subtiwiki","224308.BSU29740/224308.BSU05820","repression","txid224308" +"BSU_29740","BSU_05840","CcpA","GmuD","ccpA","gmuD","CcpA","GmuD","subtiwiki","224308.BSU29740/224308.BSU05840","repression","txid224308" +"BSU_29740","BSU_35080","CcpA","YvmB","ccpA","pchR","CcpA","YvmB","subtiwiki","224308.BSU29740/224308.BSU35080","repression","txid224308" +"BSU_29740","BSU_08110","CcpA","BSU_08110","ccpA","sspH","CcpA","BSU_08110","subtiwiki","224308.BSU29740/224308.BSU08110","repression","txid224308" +"BSU_29740","BSU_15100","CcpA","YlbP","ccpA","ylbP","CcpA","YlbP","subtiwiki","224308.BSU29740/224308.BSU15100","repression","txid224308" +"BSU_29740","BSU_38770","CcpA","BSU_38770","ccpA","cimH","CcpA","BSU_38770","subtiwiki","224308.BSU29740/224308.BSU38770","repression","txid224308" +"BSU_29740","BSU_35090","CcpA","BSU_35090","ccpA","yvmA","CcpA","BSU_35090","subtiwiki","224308.BSU29740/224308.BSU35090","repression","txid224308" +"BSU_29740","BSU_35020","CcpA","NagBA","ccpA","nagB","CcpA","NagBA","subtiwiki","224308.BSU29740/224308.BSU35020","repression","txid224308" +"BSU_29740","BSU_35010","CcpA","BSU_35010","ccpA","nagA","CcpA","BSU_35010","subtiwiki","224308.BSU29740/224308.BSU35010","repression","txid224308" +"BSU_29740","BSU_16100","CcpA","SucD","ccpA","sucD","CcpA","SucD","subtiwiki","224308.BSU29740/224308.BSU16100","repression","txid224308" +"BSU_29740","BSU_16120","CcpA","TopA","ccpA","topA","CcpA","TopA","subtiwiki","224308.BSU29740/224308.BSU16120","repression","txid224308" +"BSU_29740","BSU_29470","CcpA","AckA","ccpA","ackA","CcpA","AckA","subtiwiki","224308.BSU29740/224308.BSU29470","activation","txid224308" +"BSU_29740","BSU_16110","CcpA","DprA","ccpA","dprA","CcpA","DprA","subtiwiki","224308.BSU29740/224308.BSU16110","repression","txid224308" +"BSU_29740","BSU_16090","CcpA","SucC","ccpA","sucC","CcpA","SucC","subtiwiki","224308.BSU29740/224308.BSU16090","repression","txid224308" +"BSU_29740","BSU_35030","CcpA","BSU_35030","ccpA","nagR","CcpA","BSU_35030","subtiwiki","224308.BSU29740/224308.BSU35030","repression","txid224308" +"BSU_29740","BSU_39070","CcpA","BglS","ccpA","bglS","CcpA","BglS","subtiwiki","224308.BSU29740/224308.BSU39070","repression","txid224308" +"BSU_29740","BSU_25840","CcpA","BSU_25840","ccpA","phrE","CcpA","BSU_25840","subtiwiki","224308.BSU29740/224308.BSU25840","repression","txid224308" +"BSU_29740","BSU_31200","CcpA","BSU_31200","ccpA","rhaB","CcpA","BSU_31200","subtiwiki","224308.BSU29740/224308.BSU31200","repression","txid224308" +"BSU_29740","BSU_31190","CcpA","BSU_31190","ccpA","rhaM","CcpA","BSU_31190","subtiwiki","224308.BSU29740/224308.BSU31190","repression","txid224308" +"BSU_29740","BSU_31210","CcpA","BSU_31210","ccpA","rhaR","CcpA","BSU_31210","subtiwiki","224308.BSU29740/224308.BSU31210","repression","txid224308" +"BSU_29740","BSU_09880","CcpA","BSU_09880","ccpA","yhaR","CcpA","BSU_09880","subtiwiki","224308.BSU29740/224308.BSU09880","repression","txid224308" +"BSU_29740","BSU_28460","CcpA","BSU_28460","ccpA","yslB","CcpA","BSU_28460","subtiwiki","224308.BSU29740/224308.BSU28460","unknown","txid224308" +"BSU_29740","BSU_31220","CcpA","BSU_31220","ccpA","rhaEW","CcpA","BSU_31220","subtiwiki","224308.BSU29740/224308.BSU31220","repression","txid224308" +"BSU_29740","BSU_31180","CcpA","BSU_31180","ccpA","rhaA","CcpA","BSU_31180","subtiwiki","224308.BSU29740/224308.BSU31180","repression","txid224308" +"BSU_29740","BSU_35490","CcpA","DegU","ccpA","degU","CcpA","DegU","subtiwiki","224308.BSU29740/224308.BSU35490","activation","txid224308" +"BSU_29740","BSU_35500","CcpA","DegS","ccpA","degS","CcpA","DegS","subtiwiki","224308.BSU29740/224308.BSU35500","activation","txid224308" +"BSU_29740","BSU_37790","CcpA","RocG","ccpA","rocG","CcpA","RocG","subtiwiki","224308.BSU29740/224308.BSU37790","repression","txid224308" +"BSU_29740","BSU_14040","CcpA","BSU_14040","ccpA","ldt","CcpA","BSU_14040","subtiwiki","224308.BSU29740/224308.BSU14040","repression","txid224308" +"BSU_29740","BSU_23550","CcpA","BSU_23550","ccpA","mleA","CcpA","BSU_23550","subtiwiki","224308.BSU29740/224308.BSU23550","repression","txid224308" +"BSU_29740","BSU_23560","CcpA","MleN","ccpA","mleN","CcpA","MleN","subtiwiki","224308.BSU29740/224308.BSU23560","repression","txid224308" +"BSU_29740","BSU_08060","CcpA","AcoA","ccpA","acoA","CcpA","AcoA","subtiwiki","224308.BSU29740/224308.BSU08060","repression","txid224308" +"BSU_29740","BSU_08080","CcpA","AcoC","ccpA","acoC","CcpA","AcoC","subtiwiki","224308.BSU29740/224308.BSU08080","repression","txid224308" +"BSU_29740","BSU_07560","CcpA","Pel","ccpA","pel","CcpA","Pel","subtiwiki","224308.BSU29740/224308.BSU07560","repression","txid224308" +"BSU_29740","BSU_27070","CcpA","LevD","ccpA","levD","CcpA","LevD","subtiwiki","224308.BSU29740/224308.BSU27070","repression","txid224308" +"BSU_29740","BSU_08070","CcpA","AcoB","ccpA","acoB","CcpA","AcoB","subtiwiki","224308.BSU29740/224308.BSU08070","repression","txid224308" +"BSU_29740","BSU_27040","CcpA","LevG","ccpA","levG","CcpA","LevG","subtiwiki","224308.BSU29740/224308.BSU27040","repression","txid224308" +"BSU_29740","BSU_27060","CcpA","LevE","ccpA","levE","CcpA","LevE","subtiwiki","224308.BSU29740/224308.BSU27060","repression","txid224308" +"BSU_29740","BSU_27050","CcpA","LevF","ccpA","levF","CcpA","LevF","subtiwiki","224308.BSU29740/224308.BSU27050","repression","txid224308" +"BSU_29740","BSU_08090","CcpA","AcoL","ccpA","acoL","CcpA","AcoL","subtiwiki","224308.BSU29740/224308.BSU08090","repression","txid224308" +"BSU_29740","BSU_27030","CcpA","BSU_27030","ccpA","sacC","CcpA","BSU_27030","subtiwiki","224308.BSU29740/224308.BSU27030","repression","txid224308" +"BSU_29740","BSU_40070","CcpA","BSU_40070","ccpA","gntP","CcpA","BSU_40070","subtiwiki","224308.BSU29740/224308.BSU40070","repression","txid224308" +"BSU_29740","BSU_40050","CcpA","BSU_40050","ccpA","gntR","CcpA","BSU_40050","subtiwiki","224308.BSU29740/224308.BSU40050","repression","txid224308" +"BSU_29740","BSU_28900","CcpA","PftB","ccpA","pftB","CcpA","PftB","subtiwiki","224308.BSU29740/224308.BSU28900","repression","txid224308" +"BSU_29740","BSU_28910","CcpA","PftA","ccpA","pftA","CcpA","PftA","subtiwiki","224308.BSU29740/224308.BSU28910","repression","txid224308" +"BSU_29740","BSU_40080","CcpA","GntZ","ccpA","gntZ","CcpA","GntZ","subtiwiki","224308.BSU29740/224308.BSU40080","repression","txid224308" +"BSU_29740","BSU_40060","CcpA","BSU_40060","ccpA","gntK","CcpA","BSU_40060","subtiwiki","224308.BSU29740/224308.BSU40060","repression","txid224308" +"BSU_29740","BSU_07610","CcpA","BSU_07610","ccpA","citM","CcpA","BSU_07610","subtiwiki","224308.BSU29740/224308.BSU07610","repression","txid224308" +"BSU_29740","BSU_07620","CcpA","BSU_07620","ccpA","yflN","CcpA","BSU_07620","subtiwiki","224308.BSU29740/224308.BSU07620","repression","txid224308" +"BSU_29740","BSU_37470","CcpA","PhrF","ccpA","phrF","CcpA","PhrF","subtiwiki","224308.BSU29740/224308.BSU37470","repression","txid224308" +"BSU_29740","BSU_37460","CcpA","RapF","ccpA","rapF","CcpA","RapF","subtiwiki","224308.BSU29740/224308.BSU37460","repression","txid224308" +"BSU_29740","BSU_14140","CcpA","CcpC","ccpA","ccpC","CcpA","CcpC","subtiwiki","224308.BSU29740/224308.BSU14140","repression","txid224308" +"BSU_29740","BSU_28520","CcpA","EtfA","ccpA","etfA","CcpA","EtfA","subtiwiki","224308.BSU29740/224308.BSU28520","repression","txid224308" +"BSU_29740","BSU_28550","CcpA","BSU_28550","ccpA","fadR","CcpA","BSU_28550","subtiwiki","224308.BSU29740/224308.BSU28550","repression","txid224308" +"BSU_29740","BSU_14100","CcpA","YkuJ","ccpA","ykuJ","CcpA","YkuJ","subtiwiki","224308.BSU29740/224308.BSU14100","repression","txid224308" +"BSU_29740","BSU_28560","CcpA","LcfA","ccpA","lcfA","CcpA","LcfA","subtiwiki","224308.BSU29740/224308.BSU28560","repression","txid224308" +"BSU_29740","BSU_14120","CcpA","AbbA","ccpA","abbA","CcpA","AbbA","subtiwiki","224308.BSU29740/224308.BSU14120","repression","txid224308" +"BSU_29740","BSU_14130","CcpA","DarB","ccpA","darB","CcpA","DarB","subtiwiki","224308.BSU29740/224308.BSU14130","repression","txid224308" +"BSU_29740","BSU_14110","CcpA","BSU_14110","ccpA","ykuK","CcpA","BSU_14110","subtiwiki","224308.BSU29740/224308.BSU14110","repression","txid224308" +"BSU_29740","BSU_28530","CcpA","EtfB","ccpA","etfB","CcpA","EtfB","subtiwiki","224308.BSU29740/224308.BSU28530","repression","txid224308" +"BSU_29740","BSU_28540","CcpA","BSU_28540","ccpA","fadB","CcpA","BSU_28540","subtiwiki","224308.BSU29740/224308.BSU28540","repression","txid224308" +"BSU_29740","BSU_12440","CcpA","PhrA","ccpA","phrA","CcpA","PhrA","subtiwiki","224308.BSU29740/224308.BSU12440","repression","txid224308" +"BSU_29740","BSU_12430","CcpA","RapA","ccpA","rapA","CcpA","RapA","subtiwiki","224308.BSU29740/224308.BSU12430","repression","txid224308" +"BSU_29740","BSU_12310","CcpA","ExuM","ccpA","yjmB","CcpA","ExuM","subtiwiki","224308.BSU29740/224308.BSU12310","repression","txid224308" +"BSU_29740","BSU_12300","CcpA","BSU_12300","ccpA","uxaC","CcpA","BSU_12300","subtiwiki","224308.BSU29740/224308.BSU12300","repression","txid224308" +"BSU_29740","BSU_38040","CcpA","SacA","ccpA","sacA","CcpA","SacA","subtiwiki","224308.BSU29740/224308.BSU38040","repression","txid224308" +"BSU_29740","BSU_28300","CcpA","IlvH","ccpA","ilvH","CcpA","IlvH","subtiwiki","224308.BSU29740/224308.BSU28300","activation","txid224308" +"BSU_29740","BSU_28290","CcpA","IlvC","ccpA","ilvC","CcpA","IlvC","subtiwiki","224308.BSU29740/224308.BSU28290","activation","txid224308" +"BSU_29740","BSU_28310","CcpA","IlvB","ccpA","ilvB","CcpA","IlvB","subtiwiki","224308.BSU29740/224308.BSU28310","activation","txid224308" +"BSU_29740","BSU_28280","CcpA","BSU_28280","ccpA","leuA","CcpA","BSU_28280","subtiwiki","224308.BSU29740/224308.BSU28280","activation","txid224308" +"BSU_29740","BSU_28250","CcpA","LeuD","ccpA","leuD","CcpA","LeuD","subtiwiki","224308.BSU29740/224308.BSU28250","activation","txid224308" +"BSU_29740","BSU_38030","CcpA","BSU_38030","ccpA","ywdA","CcpA","BSU_38030","subtiwiki","224308.BSU29740/224308.BSU38030","repression","txid224308" +"BSU_29740","BSU_28260","CcpA","LeuC","ccpA","leuC","CcpA","LeuC","subtiwiki","224308.BSU29740/224308.BSU28260","activation","txid224308" +"BSU_29740","BSU_38050","CcpA","SacP","ccpA","sacP","CcpA","SacP","subtiwiki","224308.BSU29740/224308.BSU38050","repression","txid224308" +"BSU_29740","BSU_28270","CcpA","LeuB","ccpA","leuB","CcpA","LeuB","subtiwiki","224308.BSU29740/224308.BSU28270","activation","txid224308" +"BSU_29740","BSU_39260","CcpA","BSU_39260","ccpA","bglH","CcpA","BSU_39260","subtiwiki","224308.BSU29740/224308.BSU39260","repression","txid224308" +"BSU_29740","BSU_38820","CcpA","BSU_38820","ccpA","yxkF","CcpA","BSU_38820","subtiwiki","224308.BSU29740/224308.BSU38820","repression","txid224308" +"BSU_29740","BSU_39270","CcpA","BglP","ccpA","bglP","CcpA","BglP","subtiwiki","224308.BSU29740/224308.BSU39270","repression","txid224308" +"BSU_29740","BSU_38810","CcpA","MsmX","ccpA","msmX","CcpA","MsmX","subtiwiki","224308.BSU29740/224308.BSU38810","repression","txid224308" +"BSU_29740","BSU_39250","CcpA","BSU_39250","ccpA","yxiE","CcpA","BSU_39250","subtiwiki","224308.BSU29740/224308.BSU39250","repression","txid224308" +"BSU_29740","BSU_14910","CcpA","CtaE","ccpA","ctaE","CcpA","CtaE","subtiwiki","224308.BSU29740/224308.BSU14910","repression","txid224308" +"BSU_29740","BSU_32820","CcpA","BSU_32820","ccpA","fadE","CcpA","BSU_32820","subtiwiki","224308.BSU29740/224308.BSU32820","repression","txid224308" +"BSU_29740","BSU_14880","CcpA","CtaB","ccpA","ctaB","CcpA","CtaB","subtiwiki","224308.BSU29740/224308.BSU14880","repression","txid224308" +"BSU_29740","BSU_14930","CcpA","BSU_14930","ccpA","ctaG","CcpA","BSU_14930","subtiwiki","224308.BSU29740/224308.BSU14930","repression","txid224308" +"BSU_29740","BSU_32830","CcpA","FadA","ccpA","fadA","CcpA","FadA","subtiwiki","224308.BSU29740/224308.BSU32830","repression","txid224308" +"BSU_29740","BSU_14890","CcpA","CtaC","ccpA","ctaC","CcpA","CtaC","subtiwiki","224308.BSU29740/224308.BSU14890","repression","txid224308" +"BSU_29740","BSU_32840","CcpA","FadN","ccpA","fadN","CcpA","FadN","subtiwiki","224308.BSU29740/224308.BSU32840","repression","txid224308" +"BSU_29740","BSU_14900","CcpA","CtaD","ccpA","ctaD","CcpA","CtaD","subtiwiki","224308.BSU29740/224308.BSU14900","repression","txid224308" +"BSU_29740","BSU_14920","CcpA","CtaF","ccpA","ctaF","CcpA","CtaF","subtiwiki","224308.BSU29740/224308.BSU14920","repression","txid224308" +"BSU_29740","BSU_04680","CcpA","RsbS","ccpA","rsbS","CcpA","RsbS","subtiwiki","224308.BSU29740/224308.BSU04680","repression","txid224308" +"BSU_29740","BSU_12380","CcpA","BSU_12380","ccpA","uxaB","CcpA","BSU_12380","subtiwiki","224308.BSU29740/224308.BSU12380","repression","txid224308" +"BSU_29740","BSU_04670","CcpA","RsbRA","ccpA","rsbR","CcpA","RsbR","subtiwiki","224308.BSU29740/224308.BSU04670","repression","txid224308" +"BSU_29740","BSU_12370","CcpA","BSU_12370","ccpA","exuR","CcpA","BSU_12370","subtiwiki","224308.BSU29740/224308.BSU12370","repression","txid224308" +"BSU_29740","BSU_04730","CcpA","SigB","ccpA","sigB","CcpA","SigB","subtiwiki","224308.BSU29740/224308.BSU04730","repression","txid224308" +"BSU_29740","BSU_12320","CcpA","BSU_12320","ccpA","yjmC","CcpA","BSU_12320","subtiwiki","224308.BSU29740/224308.BSU12320","repression","txid224308" +"BSU_29740","BSU_12330","CcpA","BSU_12330","ccpA","yjmD","CcpA","BSU_12330","subtiwiki","224308.BSU29740/224308.BSU12330","repression","txid224308" +"BSU_29740","BSU_04700","CcpA","RsbU","ccpA","rsbU","CcpA","RsbU","subtiwiki","224308.BSU29740/224308.BSU04700","repression","txid224308" +"BSU_29740","BSU_02130","CcpA","GlpQA","ccpA","glpQ","CcpA","GlpQA","subtiwiki","224308.BSU29740/224308.BSU02130","repression","txid224308" +"BSU_29740","BSU_04740","CcpA","RsbX","ccpA","rsbX","CcpA","RsbX","subtiwiki","224308.BSU29740/224308.BSU04740","repression","txid224308" +"BSU_29740","BSU_12350","CcpA","BSU_12350","ccpA","yjmF","CcpA","BSU_12350","subtiwiki","224308.BSU29740/224308.BSU12350","repression","txid224308" +"BSU_29740","BSU_12340","CcpA","BSU_12340","ccpA","uxuA","CcpA","BSU_12340","subtiwiki","224308.BSU29740/224308.BSU12340","repression","txid224308" +"BSU_29740","BSU_04710","CcpA","RsbV","ccpA","rsbV","CcpA","RsbV","subtiwiki","224308.BSU29740/224308.BSU04710","repression","txid224308" +"BSU_29740","BSU_12360","CcpA","BSU_12360","ccpA","exuT","CcpA","BSU_12360","subtiwiki","224308.BSU29740/224308.BSU12360","repression","txid224308" +"BSU_29740","BSU_12390","CcpA","BSU_12390","ccpA","uxaA","CcpA","BSU_12390","subtiwiki","224308.BSU29740/224308.BSU12390","repression","txid224308" +"BSU_29740","BSU_04720","CcpA","RsbW","ccpA","rsbW","CcpA","RsbW","subtiwiki","224308.BSU29740/224308.BSU04720","repression","txid224308" +"BSU_29740","BSU_04690","CcpA","RsbT","ccpA","rsbT","CcpA","RsbT","subtiwiki","224308.BSU29740/224308.BSU04690","repression","txid224308" +"BSU_29740","BSU_02140","CcpA","BSU_02140","ccpA","glpT","CcpA","BSU_02140","subtiwiki","224308.BSU29740/224308.BSU02140","repression","txid224308" +"BSU_29740","BSU_29120","CcpA","Mdh","ccpA","mdh","CcpA","Mdh","subtiwiki","224308.BSU29740/224308.BSU29120","repression","txid224308" +"BSU_29740","BSU_29130","CcpA","Icd","ccpA","icd","CcpA","Icd","subtiwiki","224308.BSU29740/224308.BSU29130","repression","txid224308" +"BSU_29740","BSU_39360","CcpA","BSU_39360","ccpA","hutU","CcpA","BSU_39360","subtiwiki","224308.BSU29740/224308.BSU39360","repression","txid224308" +"BSU_29740","BSU_39370","CcpA","BSU_39370","ccpA","hutI","CcpA","BSU_39370","subtiwiki","224308.BSU29740/224308.BSU39370","repression","txid224308" +"BSU_29740","BSU_39380","CcpA","BSU_39380","ccpA","hutG","CcpA","BSU_39380","subtiwiki","224308.BSU29740/224308.BSU39380","repression","txid224308" +"BSU_29740","BSU_39390","CcpA","BSU_39390","ccpA","hutM","CcpA","BSU_39390","subtiwiki","224308.BSU29740/224308.BSU39390","repression","txid224308" +"BSU_29740","BSU_39350","CcpA","BSU_39350","ccpA","hutH","CcpA","BSU_39350","subtiwiki","224308.BSU29740/224308.BSU39350","repression","txid224308" +"BSU_00370","BSU_15310","AbrB","SpoIIGA","abrB","spoIIGA","AbrB","SpoIIGA","subtiwiki","224308.BSU00370/224308.BSU15310","repression","txid224308" +"BSU_00370","BSU_15640","AbrB","YloA","abrB","rqcH","AbrB","RqcH","subtiwiki","224308.BSU00370/224308.BSU15640","repression","txid224308" +"BSU_00370","BSU_07735","AbrB","BSU_07735","abrB","yflB","AbrB","BSU_07735","subtiwiki","224308.BSU00370/224308.BSU07735","repression","txid224308" +"BSU_00370","BSU_07720","AbrB","BSU_07720","abrB","yflD","AbrB","BSU_07720","subtiwiki","224308.BSU00370/224308.BSU07720","repression","txid224308" +"BSU_00370","BSU_38340","AbrB","BSU_38340","abrB","ywbF","AbrB","BSU_38340","subtiwiki","224308.BSU00370/224308.BSU38340","repression","txid224308" +"BSU_00370","BSU_34830","AbrB","BSU_34830","abrB","yvzA","AbrB","BSU_34830","subtiwiki","224308.BSU00370/224308.BSU34830","repression","txid224308" +"BSU_00370","BSU_34850","AbrB","BSU_34850","abrB","yvcA","AbrB","BSU_34850","subtiwiki","224308.BSU00370/224308.BSU34850","repression","txid224308" +"BSU_00370","BSU_38350","AbrB","BSU_38350","abrB","ywbE","AbrB","BSU_38350","subtiwiki","224308.BSU00370/224308.BSU38350","repression","txid224308" +"BSU_00370","BSU_34840","AbrB","YvcB","abrB","yvcB","AbrB","YvcB","subtiwiki","224308.BSU00370/224308.BSU34840","repression","txid224308" +"BSU_00370","BSU_26820","AbrB","BSU_26820","abrB","yrpD","AbrB","BSU_26820","subtiwiki","224308.BSU00370/224308.BSU26820","repression","txid224308" +"BSU_00370","BSU_33140","AbrB","BSU_33140","abrB","yvqJ","AbrB","BSU_33140","subtiwiki","224308.BSU00370/224308.BSU33140","repression","txid224308" +"BSU_00370","BSU_20580","AbrB","BSU_20580","abrB","yoqM","AbrB","BSU_20580","subtiwiki","224308.BSU00370/224308.BSU20580","repression","txid224308" +"BSU_00370","BSU_26230","AbrB","YqaP","abrB","yqaP","AbrB","YqaP","subtiwiki","224308.BSU00370/224308.BSU26230","repression","txid224308" +"BSU_00370","BSU_27190","AbrB","BSU_27190","abrB","yrzI","AbrB","BSU_27190","subtiwiki","224308.BSU00370/224308.BSU27190","repression","txid224308" +"BSU_00370","BSU_20420","AbrB","BSU_20420","abrB","yorD","AbrB","BSU_20420","subtiwiki","224308.BSU00370/224308.BSU20420","repression","txid224308" +"BSU_00370","BSU_17690","AbrB","BSU_17690","abrB","yncM","AbrB","BSU_17690","subtiwiki","224308.BSU00370/224308.BSU17690","repression","txid224308" +"BSU_00370","BSU_14750","AbrB","BSU_14750","abrB","ylaE","AbrB","BSU_14750","subtiwiki","224308.BSU00370/224308.BSU14750","repression","txid224308" +"BSU_00370","BSU_12040","AbrB","BSU_12040","abrB","yjdG","AbrB","BSU_12040","subtiwiki","224308.BSU00370/224308.BSU12040","repression","txid224308" +"BSU_00370","BSU_19410","AbrB","CwlS","abrB","cwlS","AbrB","CwlS","subtiwiki","224308.BSU00370/224308.BSU19410","repression","txid224308" +"BSU_00370","BSU_19170","AbrB","BSU_19170","abrB","yocD","AbrB","BSU_19170","subtiwiki","224308.BSU00370/224308.BSU19170","repression","txid224308" +"BSU_00370","BSU_01510","AbrB","BSU_01510","abrB","ybaJ","AbrB","BSU_01510","subtiwiki","224308.BSU00370/224308.BSU01510","repression","txid224308" +"BSU_00370","BSU_14940","AbrB","BSU_14940","abrB","ylbA","AbrB","BSU_14940","subtiwiki","224308.BSU00370/224308.BSU14940","repression","txid224308" +"BSU_00370","BSU_26890","AbrB","BSU_26890","abrB","csn","AbrB","BSU_26890","subtiwiki","224308.BSU00370/224308.BSU26890","repression","txid224308" +"BSU_00370","BSU_21340","AbrB","BSU_21340","abrB","yomJ","AbrB","BSU_21340","subtiwiki","224308.BSU00370/224308.BSU21340","repression","txid224308" +"BSU_00370","BSU_13980","AbrB","PbpH","abrB","pbpH","AbrB","PbpH","subtiwiki","224308.BSU00370/224308.BSU13980","repression","txid224308" +"BSU_00370","BSU_07750","AbrB","BSU_07750","abrB","yflA","AbrB","BSU_07750","subtiwiki","224308.BSU00370/224308.BSU07750","repression","txid224308" +"BSU_00370","BSU_06640","AbrB","BSU_06640","abrB","yerI","AbrB","BSU_06640","subtiwiki","224308.BSU00370/224308.BSU06640","repression","txid224308" +"BSU_00370","BSU_11910","AbrB","YjcM","abrB","yjcM","AbrB","YjcM","subtiwiki","224308.BSU00370/224308.BSU11910","repression","txid224308" +"BSU_00370","BSU_04990","AbrB","YddJ","abrB","yddJ","AbrB","YddJ","subtiwiki","224308.BSU00370/224308.BSU04990","repression","txid224308" +"BSU_00370","BSU_18780","AbrB","BSU_18780","abrB","yoaW","AbrB","BSU_18780","subtiwiki","224308.BSU00370/224308.BSU18780","repression","txid224308" +"BSU_00370","BSU_18150","AbrB","BSU_18150","abrB","xynC","AbrB","BSU_18150","subtiwiki","224308.BSU00370/224308.BSU18150","repression","txid224308" +"BSU_00370","BSU_18160","AbrB","XynD","abrB","xynD","AbrB","XynD","subtiwiki","224308.BSU00370/224308.BSU18160","repression","txid224308" +"BSU_00370","BSU_31080","AbrB","BslA","abrB","bslA","AbrB","BslA","subtiwiki","224308.BSU00370/224308.BSU31080","repression","txid224308" +"BSU_00370","BSU_01960","AbrB","SkfF","abrB","skfF","AbrB","SkfF","subtiwiki","224308.BSU00370/224308.BSU01960","repression","txid224308" +"BSU_00370","BSU_01935","AbrB","BSU_01935","abrB","skfC","AbrB","BSU_01935","subtiwiki","224308.BSU00370/224308.BSU01935","repression","txid224308" +"BSU_00370","BSU_01950","AbrB","SkfE","abrB","skfE","AbrB","SkfE","subtiwiki","224308.BSU00370/224308.BSU01950","repression","txid224308" +"BSU_00370","BSU_01980","AbrB","BSU_01980","abrB","skfH","AbrB","BSU_01980","subtiwiki","224308.BSU00370/224308.BSU01980","repression","txid224308" +"BSU_00370","BSU_01910","AbrB","SkfA","abrB","skfA","AbrB","SkfA","subtiwiki","224308.BSU00370/224308.BSU01910","repression","txid224308" +"BSU_00370","BSU_37800","AbrB","BSU_37800","abrB","sivA","AbrB","BSU_37800","subtiwiki","224308.BSU00370/224308.BSU37800","repression","txid224308" +"BSU_00370","BSU_01970","AbrB","BSU_01970","abrB","skfG","AbrB","BSU_01970","subtiwiki","224308.BSU00370/224308.BSU01970","repression","txid224308" +"BSU_00370","BSU_01920","AbrB","SkfB","abrB","skfB","AbrB","SkfB","subtiwiki","224308.BSU00370/224308.BSU01920","repression","txid224308" +"BSU_00370","BSU_34250","AbrB","BSU_34250","abrB","epsL","AbrB","BSU_34250","subtiwiki","224308.BSU00370/224308.BSU34250","repression","txid224308" +"BSU_00370","BSU_34350","AbrB","BSU_34350","abrB","epsC","AbrB","BSU_34350","subtiwiki","224308.BSU00370/224308.BSU34350","repression","txid224308" +"BSU_00370","BSU_34300","AbrB","BSU_34300","abrB","epsH","AbrB","BSU_34300","subtiwiki","224308.BSU00370/224308.BSU34300","repression","txid224308" +"BSU_00370","BSU_34280","AbrB","BSU_34280","abrB","epsJ","AbrB","BSU_34280","subtiwiki","224308.BSU00370/224308.BSU34280","repression","txid224308" +"BSU_00370","BSU_34330","AbrB","EpsE","abrB","epsE","AbrB","EpsE","subtiwiki","224308.BSU00370/224308.BSU34330","repression","txid224308" +"BSU_00370","BSU_34290","AbrB","BSU_34290","abrB","epsI","AbrB","BSU_34290","subtiwiki","224308.BSU00370/224308.BSU34290","repression","txid224308" +"BSU_00370","BSU_34370","AbrB","EpsA","abrB","epsA","AbrB","EpsA","subtiwiki","224308.BSU00370/224308.BSU34370","repression","txid224308" +"BSU_00370","BSU_34230","AbrB","BSU_34230","abrB","epsN","AbrB","BSU_34230","subtiwiki","224308.BSU00370/224308.BSU34230","repression","txid224308" +"BSU_00370","BSU_34320","AbrB","BSU_34320","abrB","epsF","AbrB","BSU_34320","subtiwiki","224308.BSU00370/224308.BSU34320","repression","txid224308" +"BSU_00370","BSU_34360","AbrB","EpsB","abrB","epsB","AbrB","EpsB","subtiwiki","224308.BSU00370/224308.BSU34360","repression","txid224308" +"BSU_00370","BSU_03040","AbrB","AmyE","abrB","amyE","AbrB","AmyE","subtiwiki","224308.BSU00370/224308.BSU03040","activation","txid224308" +"BSU_00370","BSU_34265","AbrB","BSU_34265","abrB","epsK","AbrB","BSU_34265","subtiwiki","224308.BSU00370/224308.BSU34265","repression","txid224308" +"BSU_00370","BSU_34240","AbrB","BSU_34240","abrB","epsM","AbrB","BSU_34240","subtiwiki","224308.BSU00370/224308.BSU34240","repression","txid224308" +"BSU_00370","BSU_34340","AbrB","BSU_34340","abrB","epsD","AbrB","BSU_34340","subtiwiki","224308.BSU00370/224308.BSU34340","repression","txid224308" +"BSU_00370","BSU_34310","AbrB","BSU_34310","abrB","epsG","AbrB","BSU_34310","subtiwiki","224308.BSU00370/224308.BSU34310","repression","txid224308" +"BSU_00370","BSU_34220","AbrB","BSU_34220","abrB","epsO","AbrB","BSU_34220","subtiwiki","224308.BSU00370/224308.BSU34220","repression","txid224308" +"BSU_00370","BSU_05200","AbrB","BSU_05200","abrB","ydeH","AbrB","BSU_05200","subtiwiki","224308.BSU00370/224308.BSU05200","repression","txid224308" +"BSU_00370","BSU_31970","AbrB","DhbB","abrB","dhbB","AbrB","DhbB","subtiwiki","224308.BSU00370/224308.BSU31970","repression","txid224308" +"BSU_00370","BSU_05100","AbrB","BSU_05100","abrB","yddT","AbrB","BSU_05100","subtiwiki","224308.BSU00370/224308.BSU05100","repression","txid224308" +"BSU_00370","BSU_38790","AbrB","BSU_38790","abrB","yxzE","AbrB","BSU_38790","subtiwiki","224308.BSU00370/224308.BSU38790","repression","txid224308" +"BSU_00370","BSU_31960","AbrB","DhbF","abrB","dhbF","AbrB","DhbF","subtiwiki","224308.BSU00370/224308.BSU31960","repression","txid224308" +"BSU_00370","BSU_31980","AbrB","DhbE","abrB","dhbE","AbrB","DhbE","subtiwiki","224308.BSU00370/224308.BSU31980","repression","txid224308" +"BSU_00370","BSU_32000","AbrB","DhbA","abrB","dhbA","AbrB","DhbA","subtiwiki","224308.BSU00370/224308.BSU32000","repression","txid224308" +"BSU_00370","BSU_31990","AbrB","DhbC","abrB","dhbC","AbrB","DhbC","subtiwiki","224308.BSU00370/224308.BSU31990","repression","txid224308" +"BSU_00370","BSU_31959","AbrB","BSU_31959","abrB","ybdZ","AbrB","BSU_31959","subtiwiki","224308.BSU00370/224308.BSU31959","repression","txid224308" +"BSU_00370","BSU_40140","AbrB","YydJ","abrB","epeB","AbrB","EpeB","subtiwiki","224308.BSU00370/224308.BSU40140","repression","txid224308" +"BSU_00370","BSU_40160","AbrB","EpeP","abrB","epeP","AbrB","EpeP","subtiwiki","224308.BSU00370/224308.BSU40160","repression","txid224308" +"BSU_00370","BSU_40180","AbrB","EpeX","abrB","epeX","AbrB","EpeX","subtiwiki","224308.BSU00370/224308.BSU40180","repression","txid224308" +"BSU_00370","BSU_40170","AbrB","EpeE","abrB","epeE","AbrB","EpeE","subtiwiki","224308.BSU00370/224308.BSU40170","repression","txid224308" +"BSU_00370","BSU_36460","AbrB","BSU_36460","abrB","ywoF","AbrB","BSU_36460","subtiwiki","224308.BSU00370/224308.BSU36460","repression","txid224308" +"BSU_00370","BSU_37780","AbrB","RocA","abrB","rocA","AbrB","RocA","subtiwiki","224308.BSU00370/224308.BSU37780","repression","txid224308" +"BSU_00370","BSU_40150","AbrB","YydI","abrB","epeA","AbrB","EpeA","subtiwiki","224308.BSU00370/224308.BSU40150","repression","txid224308" +"BSU_00370","BSU_37760","AbrB","BSU_37760","abrB","rocC","AbrB","BSU_37760","subtiwiki","224308.BSU00370/224308.BSU37760","repression","txid224308" +"BSU_00370","BSU_37770","AbrB","BSU_37770","abrB","rocB","AbrB","BSU_37770","subtiwiki","224308.BSU00370/224308.BSU37770","repression","txid224308" +"BSU_00370","BSU_25860","AbrB","RttG","abrB","yqcG","AbrB","YqcG","subtiwiki","224308.BSU00370/224308.BSU25860","repression","txid224308" +"BSU_00370","BSU_12080","AbrB","CtaO","abrB","ctaO","AbrB","CtaO","subtiwiki","224308.BSU00370/224308.BSU12080","repression","txid224308" +"BSU_00370","BSU_25870","AbrB","RttF","abrB","yqcF","AbrB","YqcF","subtiwiki","224308.BSU00370/224308.BSU25870","repression","txid224308" +"BSU_00370","BSU_09280","AbrB","BSU_09280","abrB","glpF","AbrB","BSU_09280","subtiwiki","224308.BSU00370/224308.BSU09280","activation","txid224308" +"BSU_00370","BSU_09290","AbrB","GlpK","abrB","glpK","AbrB","GlpK","subtiwiki","224308.BSU00370/224308.BSU09290","activation","txid224308" +"BSU_00370","BSU_23480","AbrB","DacF","abrB","dacF","AbrB","DacF","subtiwiki","224308.BSU00370/224308.BSU23480","repression","txid224308" +"BSU_00370","BSU_06240","AbrB","BdhA","abrB","bdhA","AbrB","BdhA","subtiwiki","224308.BSU00370/224308.BSU06240","repression","txid224308" +"BSU_00370","BSU_00990","AbrB","RpmGB","abrB","rpmGB","AbrB","RpmGB","subtiwiki","224308.BSU00370/224308.BSU00990","repression","txid224308" +"BSU_00370","BSU_01740","AbrB","RsiW","abrB","rsiW","AbrB","RsiW","subtiwiki","224308.BSU00370/224308.BSU01740","repression","txid224308" +"BSU_00370","BSU_00980","AbrB","SigH","abrB","sigH","AbrB","SigH","subtiwiki","224308.BSU00370/224308.BSU00980","repression","txid224308" +"BSU_00370","BSU_01730","AbrB","SigW","abrB","sigW","AbrB","SigW","subtiwiki","224308.BSU00370/224308.BSU01730","repression","txid224308" +"BSU_00370","BSU_01000","AbrB","SecE","abrB","secE","AbrB","SecE","subtiwiki","224308.BSU00370/224308.BSU01000","repression","txid224308" +"BSU_00370","BSU_35950","AbrB","RbsC","abrB","rbsC","AbrB","RbsC","subtiwiki","224308.BSU00370/224308.BSU35950","activation","txid224308" +"BSU_00370","BSU_35930","AbrB","RbsD","abrB","rbsD","AbrB","RbsD","subtiwiki","224308.BSU00370/224308.BSU35930","activation","txid224308" +"BSU_00370","BSU_35910","AbrB","RbsR","abrB","rbsR","AbrB","RbsR","subtiwiki","224308.BSU00370/224308.BSU35910","activation","txid224308" +"BSU_00370","BSU_35940","AbrB","RbsA","abrB","rbsA","AbrB","RbsA","subtiwiki","224308.BSU00370/224308.BSU35940","activation","txid224308" +"BSU_00370","BSU_35960","AbrB","RbsB","abrB","rbsB","AbrB","RbsB","subtiwiki","224308.BSU00370/224308.BSU35960","activation","txid224308" +"BSU_00370","BSU_35920","AbrB","RbsK","abrB","rbsK","AbrB","RbsK","subtiwiki","224308.BSU00370/224308.BSU35920","activation","txid224308" +"BSU_00370","BSU_33780","AbrB","SdpI","abrB","sdpI","AbrB","SdpI","subtiwiki","224308.BSU00370/224308.BSU33780","repression","txid224308" +"BSU_00370","BSU_33790","AbrB","SdpR","abrB","sdpR","AbrB","SdpR","subtiwiki","224308.BSU00370/224308.BSU33790","repression","txid224308" +"BSU_00370","BSU_33280","AbrB","YvrP","abrB","yvrP","AbrB","YvrP","subtiwiki","224308.BSU00370/224308.BSU33280","repression","txid224308" +"BSU_00370","BSU_02040","AbrB","BSU_02040","abrB","ybdN","AbrB","BSU_02040","subtiwiki","224308.BSU00370/224308.BSU02040","repression","txid224308" +"BSU_00370","BSU_33270","AbrB","YvrO","abrB","yvrO","AbrB","YvrO","subtiwiki","224308.BSU00370/224308.BSU33270","repression","txid224308" +"BSU_00370","BSU_34390","AbrB","BSU_34390","abrB","pnbA","AbrB","BSU_34390","subtiwiki","224308.BSU00370/224308.BSU34390","repression","txid224308" +"BSU_00370","BSU_34380","AbrB","SlrR","abrB","slrR","AbrB","SlrR","subtiwiki","224308.BSU00370/224308.BSU34380","repression","txid224308" +"BSU_00370","BSU_33260","AbrB","YvrN","abrB","yvrN","AbrB","YvrN","subtiwiki","224308.BSU00370/224308.BSU33260","repression","txid224308" +"BSU_00370","BSU_33410","AbrB","BSU_33410","abrB","yvgO","AbrB","BSU_33410","subtiwiki","224308.BSU00370/224308.BSU33410","repression","txid224308" +"BSU_00370","BSU_31240","AbrB","McpA","abrB","mcpA","AbrB","McpA","subtiwiki","224308.BSU00370/224308.BSU31240","repression","txid224308" +"BSU_00370","BSU_11990","AbrB","BSU_11990","abrB","yjdB","AbrB","BSU_11990","subtiwiki","224308.BSU00370/224308.BSU11990","repression","txid224308" +"BSU_00370","BSU_19800","AbrB","Phy","abrB","phy","AbrB","Phy","subtiwiki","224308.BSU00370/224308.BSU19800","repression","txid224308" +"BSU_00370","BSU_14700","AbrB","BSU_14700","abrB","nprE","AbrB","BSU_14700","subtiwiki","224308.BSU00370/224308.BSU14700","repression","txid224308" +"BSU_00370","BSU_31250","AbrB","TlpA","abrB","tlpA","AbrB","TlpA","subtiwiki","224308.BSU00370/224308.BSU31250","repression","txid224308" +"BSU_00370","BSU_19210","AbrB","BSU_19210","abrB","yocH","AbrB","BSU_19210","subtiwiki","224308.BSU00370/224308.BSU19210","repression","txid224308" +"BSU_00370","BSU_14230","AbrB","AhpT","abrB","ahpT","AbrB","AhpT","subtiwiki","224308.BSU00370/224308.BSU14230","repression","txid224308" +"BSU_00370","BSU_14220","AbrB","AhpA","abrB","ahpA","AbrB","AhpA","subtiwiki","224308.BSU00370/224308.BSU14220","repression","txid224308" +"BSU_00370","BSU_19030","AbrB","BSU_19030","abrB","yobO","AbrB","BSU_19030","subtiwiki","224308.BSU00370/224308.BSU19030","repression","txid224308" +"BSU_00370","BSU_21540","AbrB","BSU_21540","abrB","yolA","AbrB","BSU_21540","subtiwiki","224308.BSU00370/224308.BSU21540","repression","txid224308" +"BSU_00370","BSU_24650","AbrB","BSU_24650","abrB","yqzG","AbrB","BSU_24650","subtiwiki","224308.BSU00370/224308.BSU24650","repression","txid224308" +"BSU_00370","BSU_21530","AbrB","BSU_21530","abrB","yolB","AbrB","BSU_21530","subtiwiki","224308.BSU00370/224308.BSU21530","repression","txid224308" +"BSU_00370","BSU_02780","AbrB","BSU_02780","abrB","ycdA","AbrB","BSU_02780","subtiwiki","224308.BSU00370/224308.BSU02780","repression","txid224308" +"BSU_00370","BSU_23460","AbrB","SpoIIAB","abrB","spoIIAB","AbrB","SpoIIAB","subtiwiki","224308.BSU00370/224308.BSU23460","repression","txid224308" +"BSU_00370","BSU_23450","AbrB","SigF","abrB","sigF","AbrB","SigF","subtiwiki","224308.BSU00370/224308.BSU23450","repression","txid224308" +"BSU_00370","BSU_23470","AbrB","SpoIIAA","abrB","spoIIAA","AbrB","SpoIIAA","subtiwiki","224308.BSU00370/224308.BSU23470","repression","txid224308" +"BSU_00370","BSU_17240","AbrB","BSU_17240","abrB","ymzB","AbrB","BSU_17240","subtiwiki","224308.BSU00370/224308.BSU17240","repression","txid224308" +"BSU_00370","BSU_17250","AbrB","BSU_17250","abrB","ymaE","AbrB","BSU_17250","subtiwiki","224308.BSU00370/224308.BSU17250","repression","txid224308" +"BSU_00370","BSU_18920","AbrB","PhrK","abrB","phrK","AbrB","PhrK","subtiwiki","224308.BSU00370/224308.BSU18920","repression","txid224308" +"BSU_00370","BSU_40030","AbrB","BSU_40030","abrB","yxaB","AbrB","BSU_40030","subtiwiki","224308.BSU00370/224308.BSU40030","repression","txid224308" +"BSU_00370","BSU_18910","AbrB","RapK","abrB","rapK","AbrB","RapK","subtiwiki","224308.BSU00370/224308.BSU18910","repression","txid224308" +"BSU_00370","BSU_00490","AbrB","SpoVG","abrB","spoVG","AbrB","SpoVG","subtiwiki","224308.BSU00370/224308.BSU00490","repression","txid224308" +"BSU_00370","BSU_40040","AbrB","BSU_40040","abrB","yxaA","AbrB","BSU_40040","subtiwiki","224308.BSU00370/224308.BSU40040","repression","txid224308" +"BSU_00370","BSU_14370","AbrB","YknZ","abrB","yknZ","AbrB","YknZ","subtiwiki","224308.BSU00370/224308.BSU14370","repression","txid224308" +"BSU_00370","BSU_14360","AbrB","YknY","abrB","yknY","AbrB","YknY","subtiwiki","224308.BSU00370/224308.BSU14360","repression","txid224308" +"BSU_00370","BSU_14340","AbrB","YknW","abrB","yknW","AbrB","YknW","subtiwiki","224308.BSU00370/224308.BSU14340","repression","txid224308" +"BSU_00370","BSU_14350","AbrB","YknX","abrB","yknX","AbrB","YknX","subtiwiki","224308.BSU00370/224308.BSU14350","repression","txid224308" +"BSU_00370","BSU_25890","AbrB","BSU_25890","abrB","yqxI","AbrB","BSU_25890","subtiwiki","224308.BSU00370/224308.BSU25890","repression","txid224308" +"BSU_00370","BSU_25880","AbrB","BSU_25880","abrB","yqxJ","AbrB","BSU_25880","subtiwiki","224308.BSU00370/224308.BSU25880","repression","txid224308" +"BSU_00370","BSU_10300","AbrB","AprE","abrB","aprE","AbrB","AprE","subtiwiki","224308.BSU00370/224308.BSU10300","repression","txid224308" +"BSU_00370","BSU_39920","AbrB","AsnH","abrB","asnH","AbrB","AsnH","subtiwiki","224308.BSU00370/224308.BSU39920","repression","txid224308" +"BSU_00370","BSU_25190","AbrB","CccA","abrB","cccA","AbrB","CccA","subtiwiki","224308.BSU00370/224308.BSU25190","repression","txid224308" +"BSU_00370","BSU_39930","AbrB","BSU_39930","abrB","yxaM","AbrB","BSU_39930","subtiwiki","224308.BSU00370/224308.BSU39930","repression","txid224308" +"BSU_00370","BSU_35050","AbrB","BSU_35050","abrB","yvnA","AbrB","BSU_35050","subtiwiki","224308.BSU00370/224308.BSU35050","repression","txid224308" +"BSU_00370","BSU_14240","AbrB","Rok","abrB","rok","AbrB","Rok","subtiwiki","224308.BSU00370/224308.BSU14240","repression","txid224308" +"BSU_00370","BSU_18330","AbrB","PpsB","abrB","ppsB","AbrB","PpsB","subtiwiki","224308.BSU00370/224308.BSU18330","repression","txid224308" +"BSU_00370","BSU_37430","AbrB","BSU_37430","abrB","albG","AbrB","BSU_37430","subtiwiki","224308.BSU00370/224308.BSU37430","repression","txid224308" +"BSU_00370","BSU_37400","AbrB","AlbD","abrB","albD","AbrB","AlbD","subtiwiki","224308.BSU00370/224308.BSU37400","repression","txid224308" +"BSU_00370","BSU_37390","AbrB","AlbC","abrB","albC","AbrB","AlbC","subtiwiki","224308.BSU00370/224308.BSU37390","repression","txid224308" +"BSU_00370","BSU_18310","AbrB","BSU_18310","abrB","ppsD","AbrB","BSU_18310","subtiwiki","224308.BSU00370/224308.BSU18310","repression","txid224308" +"BSU_00370","BSU_22820","AbrB","BSU_22820","abrB","yphE","AbrB","BSU_22820","subtiwiki","224308.BSU00370/224308.BSU22820","repression","txid224308" +"BSU_00370","BSU_10560","AbrB","BSU_10560","abrB","ntdR","AbrB","BSU_10560","subtiwiki","224308.BSU00370/224308.BSU10560","repression","txid224308" +"BSU_00370","BSU_18340","AbrB","PpsA","abrB","ppsA","AbrB","PpsA","subtiwiki","224308.BSU00370/224308.BSU18340","repression","txid224308" +"BSU_00370","BSU_18320","AbrB","PpsC","abrB","ppsC","AbrB","PpsC","subtiwiki","224308.BSU00370/224308.BSU18320","repression","txid224308" +"BSU_00370","BSU_37360","AbrB","BSU_37360","abrB","sboX","AbrB","BSU_37360","subtiwiki","224308.BSU00370/224308.BSU37360","repression","txid224308" +"BSU_00370","BSU_37370","AbrB","BSU_37370","abrB","albA","AbrB","BSU_37370","subtiwiki","224308.BSU00370/224308.BSU37370","repression","txid224308" +"BSU_00370","BSU_37380","AbrB","BSU_37380","abrB","albB","AbrB","BSU_37380","subtiwiki","224308.BSU00370/224308.BSU37380","repression","txid224308" +"BSU_00370","BSU_37420","AbrB","AlbF","abrB","albF","AbrB","AlbF","subtiwiki","224308.BSU00370/224308.BSU37420","repression","txid224308" +"BSU_00370","BSU_22810","AbrB","BSU_22810","abrB","yphF","AbrB","BSU_22810","subtiwiki","224308.BSU00370/224308.BSU22810","repression","txid224308" +"BSU_00370","BSU_37410","AbrB","AlbE","abrB","albE","AbrB","AlbE","subtiwiki","224308.BSU00370/224308.BSU37410","repression","txid224308" +"BSU_00370","BSU_18300","AbrB","PpsE","abrB","ppsE","AbrB","PpsE","subtiwiki","224308.BSU00370/224308.BSU18300","repression","txid224308" +"BSU_00370","BSU_37350","AbrB","BSU_37350","abrB","sboA","AbrB","BSU_37350","subtiwiki","224308.BSU00370/224308.BSU37350","repression","txid224308" +"BSU_00370","BSU_22560","AbrB","QcrA","abrB","qcrA","AbrB","QcrA","subtiwiki","224308.BSU00370/224308.BSU22560","repression","txid224308" +"BSU_00370","BSU_22550","AbrB","QcrB","abrB","qcrB","AbrB","QcrB","subtiwiki","224308.BSU00370/224308.BSU22550","repression","txid224308" +"BSU_00370","BSU_22540","AbrB","QcrC","abrB","qcrC","AbrB","QcrC","subtiwiki","224308.BSU00370/224308.BSU22540","repression","txid224308" +"BSU_00370","BSU_07480","AbrB","BSU_07480","abrB","yfmG","AbrB","BSU_07480","subtiwiki","224308.BSU00370/224308.BSU07480","repression","txid224308" +"BSU_00370","BSU_09300","AbrB","GlpD","abrB","glpD","AbrB","GlpD","subtiwiki","224308.BSU00370/224308.BSU09300","activation","txid224308" +"BSU_00370","BSU_05840","AbrB","GmuD","abrB","gmuD","AbrB","GmuD","subtiwiki","224308.BSU00370/224308.BSU05840","activation","txid224308" +"BSU_00370","BSU_05860","AbrB","GmuE","abrB","gmuE","AbrB","GmuE","subtiwiki","224308.BSU00370/224308.BSU05860","activation","txid224308" +"BSU_00370","BSU_05810","AbrB","GmuB","abrB","gmuB","AbrB","GmuB","subtiwiki","224308.BSU00370/224308.BSU05810","activation","txid224308" +"BSU_00370","BSU_05820","AbrB","GmuA","abrB","gmuA","AbrB","GmuA","subtiwiki","224308.BSU00370/224308.BSU05820","activation","txid224308" +"BSU_00370","BSU_05880","AbrB","GmuG","abrB","gmuG","AbrB","GmuG","subtiwiki","224308.BSU00370/224308.BSU05880","activation","txid224308" +"BSU_00370","BSU_05830","AbrB","GmuC","abrB","gmuC","AbrB","GmuC","subtiwiki","224308.BSU00370/224308.BSU05830","activation","txid224308" +"BSU_00370","BSU_05870","AbrB","GmuF","abrB","gmuF","AbrB","GmuF","subtiwiki","224308.BSU00370/224308.BSU05870","activation","txid224308" +"BSU_00370","BSU_05850","AbrB","BSU_05850","abrB","gmuR","AbrB","BSU_05850","subtiwiki","224308.BSU00370/224308.BSU05850","activation","txid224308" +"BSU_00370","BSU_35070","AbrB","BSU_35070","abrB","yvmC","AbrB","BSU_35070","subtiwiki","224308.BSU00370/224308.BSU35070","repression","txid224308" +"BSU_00370","BSU_28890","AbrB","BSU_28890","abrB","yscB","AbrB","BSU_28890","subtiwiki","224308.BSU00370/224308.BSU28890","repression","txid224308" +"BSU_00370","BSU_35060","AbrB","BSU_35060","abrB","cypX","AbrB","BSU_35060","subtiwiki","224308.BSU00370/224308.BSU35060","repression","txid224308" +"BSU_00370","BSU_37740","AbrB","BSU_37740","abrB","bacA","AbrB","BSU_37740","subtiwiki","224308.BSU00370/224308.BSU37740","repression","txid224308" +"BSU_00370","BSU_37730","AbrB","BSU_37730","abrB","bacB","AbrB","BSU_37730","subtiwiki","224308.BSU00370/224308.BSU37730","repression","txid224308" +"BSU_00370","BSU_37720","AbrB","BacC","abrB","bacC","AbrB","BacC","subtiwiki","224308.BSU00370/224308.BSU37720","repression","txid224308" +"BSU_00370","BSU_37700","AbrB","BSU_37700","abrB","bacE","AbrB","BSU_37700","subtiwiki","224308.BSU00370/224308.BSU37700","repression","txid224308" +"BSU_00370","BSU_39910","AbrB","BSU_39910","abrB","yxnB","AbrB","BSU_39910","subtiwiki","224308.BSU00370/224308.BSU39910","repression","txid224308" +"BSU_00370","BSU_39890","AbrB","BSU_39890","abrB","yxbB","AbrB","BSU_39890","subtiwiki","224308.BSU00370/224308.BSU39890","repression","txid224308" +"BSU_00370","BSU_06839","AbrB","PhrH","abrB","phrH","AbrB","PhrH","subtiwiki","224308.BSU00370/224308.BSU06839","repression","txid224308" +"BSU_00370","BSU_06830","AbrB","RapH","abrB","rapH","AbrB","RapH","subtiwiki","224308.BSU00370/224308.BSU06830","repression","txid224308" +"BSU_00370","BSU_02050","AbrB","BSU_02050","abrB","ybdO","AbrB","BSU_02050","subtiwiki","224308.BSU00370/224308.BSU02050","repression","txid224308" +"BSU_00370","BSU_37710","AbrB","BSU_37710","abrB","bacD","AbrB","BSU_37710","subtiwiki","224308.BSU00370/224308.BSU37710","repression","txid224308" +"BSU_00370","BSU_39900","AbrB","BSU_39900","abrB","yxbA","AbrB","BSU_39900","subtiwiki","224308.BSU00370/224308.BSU39900","repression","txid224308" +"BSU_00370","BSU_37690","AbrB","BSU_37690","abrB","bacF","AbrB","BSU_37690","subtiwiki","224308.BSU00370/224308.BSU37690","repression","txid224308" +"BSU_00370","BSU_33760","AbrB","BSU_33760","abrB","sdpB","AbrB","BSU_33760","subtiwiki","224308.BSU00370/224308.BSU33760","repression","txid224308" +"BSU_00370","BSU_33770","AbrB","SdpC","abrB","sdpC","AbrB","SdpC","subtiwiki","224308.BSU00370/224308.BSU33770","repression","txid224308" +"BSU_00370","BSU_33750","AbrB","BSU_33750","abrB","sdpA","AbrB","BSU_33750","subtiwiki","224308.BSU00370/224308.BSU33750","repression","txid224308" +"BSU_00370","BSU_24630","AbrB","SipW","abrB","sipW","AbrB","SipW","subtiwiki","224308.BSU00370/224308.BSU24630","repression","txid224308" +"BSU_00370","BSU_02500","AbrB","BSU_02500","abrB","ycbG","AbrB","BSU_02500","subtiwiki","224308.BSU00370/224308.BSU02500","repression","txid224308" +"BSU_00370","BSU_02490","AbrB","BSU_02490","abrB","ycbF","AbrB","BSU_02490","subtiwiki","224308.BSU00370/224308.BSU02490","repression","txid224308" +"BSU_00370","BSU_02480","AbrB","BSU_02480","abrB","ycbE","AbrB","BSU_02480","subtiwiki","224308.BSU00370/224308.BSU02480","repression","txid224308" +"BSU_00370","BSU_02470","AbrB","BSU_02470","abrB","ycbD","AbrB","BSU_02470","subtiwiki","224308.BSU00370/224308.BSU02470","repression","txid224308" +"BSU_00370","BSU_24640","AbrB","TapA","abrB","tapA","AbrB","TapA","subtiwiki","224308.BSU00370/224308.BSU24640","repression","txid224308" +"BSU_00370","BSU_39590","AbrB","BSU_39590","abrB","yxeD","AbrB","BSU_39590","subtiwiki","224308.BSU00370/224308.BSU39590","repression","txid224308" +"BSU_00370","BSU_02460","AbrB","BSU_02460","abrB","ycbC","AbrB","BSU_02460","subtiwiki","224308.BSU00370/224308.BSU02460","repression","txid224308" +"BSU_00370","BSU_25840","AbrB","BSU_25840","abrB","phrE","AbrB","BSU_25840","subtiwiki","224308.BSU00370/224308.BSU25840","repression","txid224308" +"BSU_00370","BSU_24620","AbrB","TasA","abrB","tasA","AbrB","TasA","subtiwiki","224308.BSU00370/224308.BSU24620","repression","txid224308" +"BSU_00370","BSU_02510","AbrB","GarD","abrB","ycbH","AbrB","GarD","subtiwiki","224308.BSU00370/224308.BSU02510","repression","txid224308" +"BSU_00370","BSU_02520","AbrB","BSU_02520","abrB","ycbJ","AbrB","BSU_02520","subtiwiki","224308.BSU00370/224308.BSU02520","repression","txid224308" +"BSU_00370","BSU_38130","AbrB","BSU_38130","abrB","ywcE","AbrB","BSU_38130","subtiwiki","224308.BSU00370/224308.BSU38130","repression","txid224308" +"BSU_00370","BSU_07460","AbrB","BSU_07460","abrB","yfmI","AbrB","BSU_07460","subtiwiki","224308.BSU00370/224308.BSU07460","repression","txid224308" +"BSU_00370","BSU_07450","AbrB","BSU_07450","abrB","yfmJ","AbrB","BSU_07450","subtiwiki","224308.BSU00370/224308.BSU07450","repression","txid224308" +"BSU_00370","BSU_32010","AbrB","BSU_32010","abrB","besA","AbrB","BSU_32010","subtiwiki","224308.BSU00370/224308.BSU32010","repression","txid224308" +"BSU_00370","BSU_17180","AbrB","PksJ","abrB","pksJ","AbrB","PksJ","subtiwiki","224308.BSU00370/224308.BSU17180","repression","txid224308" +"BSU_00370","BSU_17160","AbrB","BSU_17160","abrB","pksH","AbrB","BSU_17160","subtiwiki","224308.BSU00370/224308.BSU17160","repression","txid224308" +"BSU_00370","BSU_17210","AbrB","PksN","abrB","pksN","AbrB","PksN","subtiwiki","224308.BSU00370/224308.BSU17210","repression","txid224308" +"BSU_00370","BSU_17170","AbrB","BSU_17170","abrB","pksI","AbrB","BSU_17170","subtiwiki","224308.BSU00370/224308.BSU17170","repression","txid224308" +"BSU_00370","BSU_17190","AbrB","PksL","abrB","pksL","AbrB","PksL","subtiwiki","224308.BSU00370/224308.BSU17190","repression","txid224308" +"BSU_00370","BSU_17140","AbrB","BSU_17140","abrB","pksF","AbrB","BSU_17140","subtiwiki","224308.BSU00370/224308.BSU17140","repression","txid224308" +"BSU_00370","BSU_17120","AbrB","BSU_17120","abrB","pksE","AbrB","BSU_17120","subtiwiki","224308.BSU00370/224308.BSU17120","repression","txid224308" +"BSU_00370","BSU_17110","AbrB","BSU_17110","abrB","pksD","AbrB","BSU_17110","subtiwiki","224308.BSU00370/224308.BSU17110","repression","txid224308" +"BSU_00370","BSU_17220","AbrB","PksR","abrB","pksR","AbrB","PksR","subtiwiki","224308.BSU00370/224308.BSU17220","repression","txid224308" +"BSU_00370","BSU_17100","AbrB","BSU_17100","abrB","pksC","AbrB","BSU_17100","subtiwiki","224308.BSU00370/224308.BSU17100","repression","txid224308" +"BSU_00370","BSU_37790","AbrB","RocG","abrB","rocG","AbrB","RocG","subtiwiki","224308.BSU00370/224308.BSU37790","repression","txid224308" +"BSU_00370","BSU_17130","AbrB","BSU_17130","abrB","acpK","AbrB","BSU_17130","subtiwiki","224308.BSU00370/224308.BSU17130","repression","txid224308" +"BSU_00370","BSU_17200","AbrB","PksM","abrB","pksM","AbrB","PksM","subtiwiki","224308.BSU00370/224308.BSU17200","repression","txid224308" +"BSU_00370","BSU_17150","AbrB","BSU_17150","abrB","pksG","AbrB","BSU_17150","subtiwiki","224308.BSU00370/224308.BSU17150","repression","txid224308" +"BSU_00370","BSU_25220","AbrB","BSU_25220","abrB","antE","AbrB","BSU_25220","subtiwiki","224308.BSU00370/224308.BSU25220","repression","txid224308" +"BSU_00370","BSU_13640","AbrB","Spo0E","abrB","spo0E","AbrB","Spo0E","subtiwiki","224308.BSU00370/224308.BSU13640","repression","txid224308" +"BSU_00370","BSU_02700","AbrB","EstA","abrB","lip","AbrB","EstA","subtiwiki","224308.BSU00370/224308.BSU02700","repression","txid224308" +"BSU_00370","BSU_21520","AbrB","BSU_21520","abrB","yolC","AbrB","BSU_21520","subtiwiki","224308.BSU00370/224308.BSU21520","repression","txid224308" +"BSU_00370","BSU_15960","AbrB","BSU_15960","abrB","sivC","AbrB","BSU_15960","subtiwiki","224308.BSU00370/224308.BSU15960","repression","txid224308" +"BSU_00370","BSU_17920","AbrB","BSU_17920","abrB","ynzD","AbrB","BSU_17920","subtiwiki","224308.BSU00370/224308.BSU17920","repression","txid224308" +"BSU_00370","BSU_40070","AbrB","BSU_40070","abrB","gntP","AbrB","BSU_40070","subtiwiki","224308.BSU00370/224308.BSU40070","activation","txid224308" +"BSU_00370","BSU_05220","AbrB","BSU_05220","abrB","ydeJ","AbrB","BSU_05220","subtiwiki","224308.BSU00370/224308.BSU05220","repression","txid224308" +"BSU_00370","BSU_15320","AbrB","SigE","abrB","sigE","AbrB","SigE","subtiwiki","224308.BSU00370/224308.BSU15320","repression","txid224308" +"BSU_00370","BSU_15330","AbrB","SigG","abrB","sigG","AbrB","SigG","subtiwiki","224308.BSU00370/224308.BSU15330","repression","txid224308" +"BSU_00370","BSU_40050","AbrB","BSU_40050","abrB","gntR","AbrB","BSU_40050","subtiwiki","224308.BSU00370/224308.BSU40050","activation","txid224308" +"BSU_00370","BSU_40060","AbrB","BSU_40060","abrB","gntK","AbrB","BSU_40060","subtiwiki","224308.BSU00370/224308.BSU40060","activation","txid224308" +"BSU_00370","BSU_40080","AbrB","GntZ","abrB","gntZ","AbrB","GntZ","subtiwiki","224308.BSU00370/224308.BSU40080","activation","txid224308" +"BSU_00370","BSU_32540","AbrB","BSU_32540","abrB","yurI","AbrB","BSU_32540","subtiwiki","224308.BSU00370/224308.BSU32540","repression","txid224308" +"BSU_00370","BSU_10420","AbrB","ComK","abrB","comK","AbrB","ComK","subtiwiki","224308.BSU00370/224308.BSU10420","repression","txid224308" +"BSU_00370","BSU_39870","AbrB","YxbD","abrB","yxbD","AbrB","YxbD","subtiwiki","224308.BSU00370/224308.BSU39870","repression","txid224308" +"BSU_00370","BSU_02320","AbrB","BSU_02320","abrB","ybfP","AbrB","BSU_02320","subtiwiki","224308.BSU00370/224308.BSU02320","repression","txid224308" +"BSU_00370","BSU_02310","AbrB","BSU_02310","abrB","ybfO","AbrB","BSU_02310","subtiwiki","224308.BSU00370/224308.BSU02310","repression","txid224308" +"BSU_00370","BSU_36240","AbrB","YwqE","abrB","ptpZ","AbrB","PtpZ","subtiwiki","224308.BSU00370/224308.BSU36240","repression","txid224308" +"BSU_00370","BSU_02330","AbrB","BSU_02330","abrB","ybfQ","AbrB","BSU_02330","subtiwiki","224308.BSU00370/224308.BSU02330","repression","txid224308" +"BSU_00370","BSU_36230","AbrB","YwqF","abrB","ugd","AbrB","YwqF","subtiwiki","224308.BSU00370/224308.BSU36230","repression","txid224308" +"BSU_00370","BSU_36260","AbrB","YwqC","abrB","tkmA","AbrB","TkmA","subtiwiki","224308.BSU00370/224308.BSU36260","repression","txid224308" +"BSU_00370","BSU_36250","AbrB","PtkA","abrB","ptkA","AbrB","PtkA","subtiwiki","224308.BSU00370/224308.BSU36250","repression","txid224308" +"BSU_00370","BSU_39880","AbrB","BSU_39880","abrB","yxbC","AbrB","BSU_39880","subtiwiki","224308.BSU00370/224308.BSU39880","repression","txid224308" +"BSU_00370","BSU_06180","AbrB","PspA","abrB","pspA","AbrB","PspA","subtiwiki","224308.BSU00370/224308.BSU06180","repression","txid224308" +"BSU_00370","BSU_06200","AbrB","YdjH","abrB","ydjH","AbrB","YdjH","subtiwiki","224308.BSU00370/224308.BSU06200","repression","txid224308" +"BSU_00370","BSU_06210","AbrB","YdjI","abrB","ydjI","AbrB","YdjI","subtiwiki","224308.BSU00370/224308.BSU06210","repression","txid224308" +"BSU_00370","BSU_06190","AbrB","YdjG","abrB","ydjG","AbrB","YdjG","subtiwiki","224308.BSU00370/224308.BSU06190","repression","txid224308" +"BSU_00370","BSU_14910","AbrB","CtaE","abrB","ctaE","AbrB","CtaE","subtiwiki","224308.BSU00370/224308.BSU14910","repression","txid224308" +"BSU_00370","BSU_24600","AbrB","SinI","abrB","sinI","AbrB","SinI","subtiwiki","224308.BSU00370/224308.BSU24600","repression","txid224308" +"BSU_00370","new_1045199_1045317","AbrB","new_1045199_1045317","abrB","bmrX","AbrB","new_1045199_1045317","subtiwiki","224308.BSU00370/224308.new10451991045317","repression","txid224308" +"BSU_00370","BSU_09720","AbrB","YheH","abrB","bmrD","AbrB","BmrD","subtiwiki","224308.BSU00370/224308.BSU09720","repression","txid224308" +"BSU_00370","BSU_09710","AbrB","YheI","abrB","bmrC","AbrB","BmrC","subtiwiki","224308.BSU00370/224308.BSU09710","repression","txid224308" +"BSU_00370","BSU_14890","AbrB","CtaC","abrB","ctaC","AbrB","CtaC","subtiwiki","224308.BSU00370/224308.BSU14890","repression","txid224308" +"BSU_00370","BSU_14880","AbrB","CtaB","abrB","ctaB","AbrB","CtaB","subtiwiki","224308.BSU00370/224308.BSU14880","repression","txid224308" +"BSU_00370","BSU_09700","AbrB","BSU_09700","abrB","bmrB","AbrB","BSU_09700","subtiwiki","224308.BSU00370/224308.BSU09700","repression","txid224308" +"BSU_00370","BSU_14900","AbrB","CtaD","abrB","ctaD","AbrB","CtaD","subtiwiki","224308.BSU00370/224308.BSU14900","repression","txid224308" +"BSU_00370","BSU_14920","AbrB","CtaF","abrB","ctaF","AbrB","CtaF","subtiwiki","224308.BSU00370/224308.BSU14920","repression","txid224308" +"BSU_00370","BSU_14930","AbrB","BSU_14930","abrB","ctaG","AbrB","BSU_14930","subtiwiki","224308.BSU00370/224308.BSU14930","repression","txid224308" +"BSU_00370","BSU_03940","AbrB","BSU_03940","abrB","ycnI","AbrB","BSU_03940","subtiwiki","224308.BSU00370/224308.BSU03940","repression","txid224308" +"BSU_00370","BSU_21440","AbrB","BSU_21440","abrB","bdbB","AbrB","BSU_21440","subtiwiki","224308.BSU00370/224308.BSU21440","repression","txid224308" +"BSU_00370","BSU_21470","AbrB","BSU_21470","abrB","sunT","AbrB","BSU_21470","subtiwiki","224308.BSU00370/224308.BSU21470","repression","txid224308" +"BSU_00370","BSU_03950","AbrB","YcnJ","abrB","ycnJ","AbrB","YcnJ","subtiwiki","224308.BSU00370/224308.BSU03950","repression","txid224308" +"BSU_00370","BSU_21460","AbrB","BSU_21460","abrB","bdbA","AbrB","BSU_21460","subtiwiki","224308.BSU00370/224308.BSU21460","repression","txid224308" +"BSU_00370","BSU_03960","AbrB","YcnK","abrB","ycnK","AbrB","YcnK","subtiwiki","224308.BSU00370/224308.BSU03960","repression","txid224308" +"BSU_00370","BSU_24610","AbrB","SinR","abrB","sinR","AbrB","SinR","subtiwiki","224308.BSU00370/224308.BSU24610","repression","txid224308" +"BSU_00370","BSU_21480","AbrB","BSU_21480","abrB","sunA","AbrB","BSU_21480","subtiwiki","224308.BSU00370/224308.BSU21480","repression","txid224308" +"BSU_00370","BSU_21450","AbrB","BSU_21450","abrB","sunS","AbrB","BSU_21450","subtiwiki","224308.BSU00370/224308.BSU21450","repression","txid224308" +"BSU_00370","BSU_09900","AbrB","YhaP","abrB","yhaP","AbrB","YhaP","subtiwiki","224308.BSU00370/224308.BSU09900","repression","txid224308" +"BSU_00370","BSU_39940","AbrB","YxaL","abrB","yxaL","AbrB","YxaL","subtiwiki","224308.BSU00370/224308.BSU39940","repression","txid224308" +"BSU_00370","BSU_39950","AbrB","BSU_39950","abrB","yxaJ","AbrB","BSU_39950","subtiwiki","224308.BSU00370/224308.BSU39950","repression","txid224308" +"BSU_00370","BSU_09890","AbrB","YhaQ","abrB","yhaQ","AbrB","YhaQ","subtiwiki","224308.BSU00370/224308.BSU09890","repression","txid224308" +"BSU_00370","BSU_21560","AbrB","BSU_21560","abrB","yokK","AbrB","BSU_21560","subtiwiki","224308.BSU00370/224308.BSU21560","repression","txid224308" +"BSU_00370","BSU_21550","AbrB","BSU_21550","abrB","yokL","AbrB","BSU_21550","subtiwiki","224308.BSU00370/224308.BSU21550","repression","txid224308" +"BSU_00370","BSU_21580","AbrB","YokI","abrB","yokI","AbrB","YokI","subtiwiki","224308.BSU00370/224308.BSU21580","repression","txid224308" +"BSU_00370","BSU_09990","AbrB","ScoC","abrB","scoC","AbrB","ScoC","subtiwiki","224308.BSU00370/224308.BSU09990","activation","txid224308" +"BSU_00370","BSU_21570","AbrB","YokJ","abrB","yokJ","AbrB","YokJ","subtiwiki","224308.BSU00370/224308.BSU21570","repression","txid224308" +"BSU_00370","BSU_00370","AbrB","AbrB","abrB","abrB","AbrB","AbrB","subtiwiki","224308.BSU00370/224308.BSU00370","repression","txid224308" +"BSU_01040","BSU_01050","RplJ","RplL","rplJ","rplL","RplJ","RplL","subtiwiki","224308.BSU01040/224308.BSU01050","termination","txid224308" +"BSU_01040","BSU_01040","RplJ","RplJ","rplJ","rplJ","RplJ","RplJ","subtiwiki","224308.BSU01040/224308.BSU01040","termination","txid224308" +"BSU_28850","BSU_28860","RplT","RpmI","rplT","rpmI","RplT","RpmI","subtiwiki","224308.BSU28850/224308.BSU28860","termination","txid224308" +"BSU_28850","BSU_28840","RplT","BSU_28840","rplT","ysdA","RplT","BSU_28840","subtiwiki","224308.BSU28850/224308.BSU28840","termination","txid224308" +"BSU_28850","BSU_28870","RplT","InfC","rplT","infC","RplT","InfC","subtiwiki","224308.BSU28850/224308.BSU28870","termination","txid224308" +"BSU_28850","BSU_28850","RplT","RplT","rplT","rplT","RplT","RplT","subtiwiki","224308.BSU28850/224308.BSU28850","termination","txid224308" +"BSU_16490","BSU_16490","RpsB","RpsB","rpsB","rpsB","RpsB","RpsB","subtiwiki","224308.BSU16490/224308.BSU16490","autorepression","txid224308" +"BSU_23590","BSU_23590","AnsR","AnsR","ansR","ansR","AnsR","AnsR","subtiwiki","224308.BSU23590/224308.BSU23590","negative autoregulation","txid224308" +"BSU_23590","BSU_23560","AnsR","MleN","ansR","mleN","AnsR","MleN","subtiwiki","224308.BSU23590/224308.BSU23560","transcription repression","txid224308" +"BSU_23590","BSU_23550","AnsR","BSU_23550","ansR","mleA","AnsR","BSU_23550","subtiwiki","224308.BSU23590/224308.BSU23550","transcription repression","txid224308" +"BSU_23590","BSU_23570","AnsR","AnsB","ansR","ansB","AnsR","AnsB","subtiwiki","224308.BSU23590/224308.BSU23570","transcription repression","txid224308" +"BSU_23590","BSU_23580","AnsR","AnsA","ansR","ansA","AnsR","AnsA","subtiwiki","224308.BSU23590/224308.BSU23580","transcription repression","txid224308" +"BSU_07010","BSU_07080","YesS","RhgZ","rhgR","yesZ","RhgR","YesZ","subtiwiki","224308.BSU07010/224308.BSU07080","activation","txid224308" +"BSU_07010","BSU_07020","YesS","BSU_07020","rhgR","yesT","RhgR","BSU_07020","subtiwiki","224308.BSU07010/224308.BSU07020","activation","txid224308" +"BSU_07010","BSU_07040","YesS","BSU_07040","rhgR","yesV","RhgR","BSU_07040","subtiwiki","224308.BSU07010/224308.BSU07040","activation","txid224308" +"BSU_07010","BSU_07070","YesS","BSU_07070","rhgR","yesY","RhgR","BSU_07070","subtiwiki","224308.BSU07010/224308.BSU07070","activation","txid224308" +"BSU_07010","BSU_06970","YesS","RhiL","rhgR","rhiL","RhgR","RhiL","subtiwiki","224308.BSU07010/224308.BSU06970","activation","txid224308" +"BSU_07010","BSU_07060","YesS","RhgX","rhgR","yesX","RhgR","RhgX","subtiwiki","224308.BSU07010/224308.BSU07060","activation","txid224308" +"BSU_07010","BSU_06990","YesS","RhiG","rhgR","rhiG","RhgR","RhiG","subtiwiki","224308.BSU07010/224308.BSU06990","activation","txid224308" +"BSU_07010","BSU_06980","YesS","RhiF","rhgR","rhiF","RhgR","RhiF","subtiwiki","224308.BSU07010/224308.BSU06980","activation","txid224308" +"BSU_07010","BSU_07000","YesS","BSU_07000","rhgR","rhiN","RhgR","BSU_07000","subtiwiki","224308.BSU07010/224308.BSU07000","activation","txid224308" +"BSU_07010","BSU_07050","YesS","RhgW","rhgR","yesW","RhgR","RhgW","subtiwiki","224308.BSU07010/224308.BSU07050","activation","txid224308" +"BSU_07010","BSU_07030","YesS","BSU_07030","rhgR","yesU","RhgR","BSU_07030","subtiwiki","224308.BSU07010/224308.BSU07030","activation","txid224308" +"BSU_07010","BSU_07010","YesS","YesS","rhgR","rhgR","RhgR","RhgR","subtiwiki","224308.BSU07010/224308.BSU07010","activation","txid224308" +"BSU_01730","BSU_31000","SigW","BSU_31000","sigW","yuaI","SigW","BSU_31000","subtiwiki","224308.BSU01730/224308.BSU31000","sigma factor","txid224308" +"BSU_01730","BSU_04600","SigW","BSU_04600","sigW","ydbT","SigW","BSU_04600","subtiwiki","224308.BSU01730/224308.BSU04600","sigma factor","txid224308" +"BSU_01730","BSU_04590","SigW","BSU_04590","sigW","ydbS","SigW","BSU_04590","subtiwiki","224308.BSU01730/224308.BSU04590","sigma factor","txid224308" +"BSU_01730","BSU_11490","SigW","BSU_11490","sigW","yjbC","SigW","BSU_11490","subtiwiki","224308.BSU01730/224308.BSU11490","sigma factor","txid224308" +"BSU_01730","BSU_00270","SigW","BSU_00270","sigW","yaaO","SigW","BSU_00270","subtiwiki","224308.BSU01730/224308.BSU00270","sigma factor","txid224308" +"BSU_01730","BSU_00260","SigW","BSU_00260","sigW","yaaN","SigW","BSU_00260","subtiwiki","224308.BSU01730/224308.BSU00260","sigma factor","txid224308" +"BSU_01730","BSU_00250","SigW","BSU_00250","sigW","xpaC","SigW","BSU_00250","subtiwiki","224308.BSU01730/224308.BSU00250","sigma factor","txid224308" +"BSU_01730","BSU_36090","SigW","BSU_36090","sigW","ywrE","SigW","BSU_36090","subtiwiki","224308.BSU01730/224308.BSU36090","sigma factor","txid224308" +"BSU_01730","BSU_36530","SigW","BcrC","sigW","bcrC","SigW","BcrC","subtiwiki","224308.BSU01730/224308.BSU36530","sigma factor","txid224308" +"BSU_01730","BSU_38790","SigW","BSU_38790","sigW","yxzE","SigW","BSU_38790","subtiwiki","224308.BSU01730/224308.BSU38790","sigma factor","txid224308" +"BSU_01730","BSU_18980","SigW","BSU_18980","sigW","yobJ","SigW","BSU_18980","subtiwiki","224308.BSU01730/224308.BSU18980","sigma factor","txid224308" +"BSU_01730","BSU_18580","SigW","BSU_18580","sigW","yoaF","SigW","BSU_18580","subtiwiki","224308.BSU01730/224308.BSU18580","sigma factor","txid224308" +"BSU_01730","BSU_08570","SigW","BSU_08570","sigW","yfhK","SigW","BSU_08570","subtiwiki","224308.BSU01730/224308.BSU08570","sigma factor","txid224308" +"BSU_01730","BSU_28830","SigW","YsdB","sigW","ysdB","SigW","YsdB","subtiwiki","224308.BSU01730/224308.BSU28830","sigma factor","txid224308" +"BSU_01730","BSU_08590","SigW","BSU_08590","sigW","yfhM","SigW","BSU_08590","subtiwiki","224308.BSU01730/224308.BSU08590","sigma factor","txid224308" +"BSU_01730","BSU_08580","SigW","BSU_08580","sigW","yfhL","SigW","BSU_08580","subtiwiki","224308.BSU01730/224308.BSU08580","sigma factor","txid224308" +"BSU_01730","BSU_38480","SigW","RelQ","sigW","sasA","SigW","RelQ","subtiwiki","224308.BSU01730/224308.BSU38480","sigma factor","txid224308" +"BSU_01730","BSU_01740","SigW","RsiW","sigW","rsiW","SigW","RsiW","subtiwiki","224308.BSU01730/224308.BSU01740","sigma factor","txid224308" +"BSU_01730","BSU_19290","SigW","YozO","sigW","yozO","SigW","YozO","subtiwiki","224308.BSU01730/224308.BSU19290","sigma factor","txid224308" +"BSU_01730","BSU_25390","SigW","BSU_25390","sigW","yqeZ","SigW","BSU_25390","subtiwiki","224308.BSU01730/224308.BSU25390","sigma factor","txid224308" +"BSU_01730","BSU_25370","SigW","YqfB","sigW","yqfB","SigW","YqfB","subtiwiki","224308.BSU01730/224308.BSU25370","sigma factor","txid224308" +"BSU_01730","BSU_25380","SigW","FloA","sigW","floA","SigW","FloA","subtiwiki","224308.BSU01730/224308.BSU25380","sigma factor","txid224308" +"BSU_01730","BSU_11340","SigW","FabF","sigW","fabF","SigW","FabF","subtiwiki","224308.BSU01730/224308.BSU11340","sigma factor","txid224308" +"BSU_01730","BSU_11330","SigW","FabHA","sigW","fabHA","SigW","FabHA","subtiwiki","224308.BSU01730/224308.BSU11330","sigma factor","txid224308" +"BSU_01730","BSU_08760","SigW","Spo0M","sigW","spo0M","SigW","Spo0M","subtiwiki","224308.BSU01730/224308.BSU08760","sigma factor","txid224308" +"BSU_01730","BSU_23830","SigW","BSU_23830","sigW","yqjL","SigW","BSU_23830","subtiwiki","224308.BSU01730/224308.BSU23830","sigma factor","txid224308" +"BSU_01730","BSU_38260","SigW","EfeB","sigW","efeB","SigW","EfeB","subtiwiki","224308.BSU01730/224308.BSU38260","sigma factor","txid224308" +"BSU_01730","BSU_38250","SigW","BSU_38250","sigW","ywbO","SigW","BSU_38250","subtiwiki","224308.BSU01730/224308.BSU38250","sigma factor","txid224308" +"BSU_01730","BSU_29520","SigW","SppI","sigW","sppI","SigW","SppI","subtiwiki","224308.BSU01730/224308.BSU29520","sigma factor","txid224308" +"BSU_01730","BSU_29530","SigW","SppA","sigW","sppA","SigW","SppA","subtiwiki","224308.BSU01730/224308.BSU29530","sigma factor","txid224308" +"BSU_01730","BSU_00600","SigW","BSU_00600","sigW","yabP","SigW","BSU_00600","subtiwiki","224308.BSU01730/224308.BSU00600","sigma factor","txid224308" +"BSU_01730","BSU_00580","SigW","BSU_00580","sigW","yabN","SigW","BSU_00580","subtiwiki","224308.BSU01730/224308.BSU00580","sigma factor","txid224308" +"BSU_01730","BSU_00620","SigW","DivIC","sigW","divIC","SigW","DivIC","subtiwiki","224308.BSU01730/224308.BSU00620","sigma factor","txid224308" +"BSU_01730","BSU_00570","SigW","BSU_00570","sigW","yabM","SigW","BSU_00570","subtiwiki","224308.BSU01730/224308.BSU00570","sigma factor","txid224308" +"BSU_01730","BSU_00590","SigW","HslR","sigW","rqcP","SigW","RqcP","subtiwiki","224308.BSU01730/224308.BSU00590","sigma factor","txid224308" +"BSU_01730","BSU_00610","SigW","BSU_00610","sigW","shfA","SigW","BSU_00610","subtiwiki","224308.BSU01730/224308.BSU00610","sigma factor","txid224308" +"BSU_01730","BSU_00630","SigW","YabR","sigW","yabR","SigW","YabR","subtiwiki","224308.BSU01730/224308.BSU00630","sigma factor","txid224308" +"BSU_01730","BSU_27170","SigW","BscR","sigW","fatR","SigW","FatR","subtiwiki","224308.BSU01730/224308.BSU27170","sigma factor","txid224308" +"BSU_01730","BSU_27160","SigW","CypB","sigW","yrhJ","SigW","CypB","subtiwiki","224308.BSU01730/224308.BSU27160","sigma factor","txid224308" +"BSU_01730","BSU_02320","SigW","BSU_02320","sigW","ybfP","SigW","BSU_02320","subtiwiki","224308.BSU01730/224308.BSU02320","sigma factor","txid224308" +"BSU_01730","BSU_02900","SigW","YceD","sigW","yceD","SigW","YceD","subtiwiki","224308.BSU01730/224308.BSU02900","sigma factor","txid224308" +"BSU_01730","BSU_06190","SigW","YdjG","sigW","ydjG","SigW","YdjG","subtiwiki","224308.BSU01730/224308.BSU06190","sigma factor","txid224308" +"BSU_01730","BSU_06180","SigW","PspA","sigW","pspA","SigW","PspA","subtiwiki","224308.BSU01730/224308.BSU06180","sigma factor","txid224308" +"BSU_01730","BSU_02910","SigW","YceE","sigW","yceE","SigW","YceE","subtiwiki","224308.BSU01730/224308.BSU02910","sigma factor","txid224308" +"BSU_01730","BSU_02890","SigW","YceC","sigW","yceC","SigW","YceC","subtiwiki","224308.BSU01730/224308.BSU02890","sigma factor","txid224308" +"BSU_01730","BSU_02930","SigW","BSU_02930","sigW","yceG","SigW","BSU_02930","subtiwiki","224308.BSU01730/224308.BSU02930","sigma factor","txid224308" +"BSU_01730","BSU_06210","SigW","YdjI","sigW","ydjI","SigW","YdjI","subtiwiki","224308.BSU01730/224308.BSU06210","sigma factor","txid224308" +"BSU_01730","BSU_02330","SigW","BSU_02330","sigW","ybfQ","SigW","BSU_02330","subtiwiki","224308.BSU01730/224308.BSU02330","sigma factor","txid224308" +"BSU_01730","BSU_02940","SigW","YceH","sigW","yceH","SigW","YceH","subtiwiki","224308.BSU01730/224308.BSU02940","sigma factor","txid224308" +"BSU_01730","BSU_02310","SigW","BSU_02310","sigW","ybfO","SigW","BSU_02310","subtiwiki","224308.BSU01730/224308.BSU02310","sigma factor","txid224308" +"BSU_01730","BSU_06200","SigW","YdjH","sigW","ydjH","SigW","YdjH","subtiwiki","224308.BSU01730/224308.BSU06200","sigma factor","txid224308" +"BSU_01730","BSU_02920","SigW","BSU_02920","sigW","meeF","SigW","BSU_02920","subtiwiki","224308.BSU01730/224308.BSU02920","sigma factor","txid224308" +"BSU_01730","BSU_06280","SigW","YdjP","sigW","ydjP","SigW","YdjP","subtiwiki","224308.BSU01730/224308.BSU06280","sigma factor","txid224308" +"BSU_01730","BSU_06270","SigW","YdjO","sigW","ydjO","SigW","YdjO","subtiwiki","224308.BSU01730/224308.BSU06270","sigma factor","txid224308" +"BSU_01730","BSU_06290","SigW","BSU_06290","sigW","yeaA","SigW","BSU_06290","subtiwiki","224308.BSU01730/224308.BSU06290","sigma factor","txid224308" +"BSU_01730","BSU_18590","SigW","BSU_18590","sigW","yoaG","SigW","BSU_18590","subtiwiki","224308.BSU01730/224308.BSU18590","sigma factor","txid224308" +"BSU_01730","BSU_12420","SigW","YjoB","sigW","yjoB","SigW","YjoB","subtiwiki","224308.BSU01730/224308.BSU12420","sigma factor","txid224308" +"BSU_01730","BSU_34430","SigW","RacX","sigW","racX","SigW","RacX","subtiwiki","224308.BSU01730/224308.BSU34430","sigma factor","txid224308" +"BSU_01730","BSU_34440","SigW","BSU_34440","sigW","pbpE","SigW","BSU_34440","subtiwiki","224308.BSU01730/224308.BSU34440","sigma factor","txid224308" +"BSU_01730","BSU_35110","SigW","YvlC","sigW","yvlC","SigW","YvlC","subtiwiki","224308.BSU01730/224308.BSU35110","sigma factor","txid224308" +"BSU_01730","BSU_35130","SigW","YvlA","sigW","yvlA","SigW","YvlA","subtiwiki","224308.BSU01730/224308.BSU35130","sigma factor","txid224308" +"BSU_01730","BSU_35120","SigW","YvlB","sigW","yvlB","SigW","YvlB","subtiwiki","224308.BSU01730/224308.BSU35120","sigma factor","txid224308" +"BSU_01730","BSU_35100","SigW","YvlD","sigW","yvlD","SigW","YvlD","subtiwiki","224308.BSU01730/224308.BSU35100","sigma factor","txid224308" +"BSU_01730","BSU_27180","SigW","BSU_27180","sigW","yrhH","SigW","BSU_27180","subtiwiki","224308.BSU01730/224308.BSU27180","sigma factor","txid224308" +"BSU_01730","BSU_11500","SigW","SpxA","sigW","spx","SigW","Spx","subtiwiki","224308.BSU01730/224308.BSU11500","sigma factor","txid224308" +"BSU_01730","BSU_17840","SigW","BSU_17840","sigW","fosB","SigW","BSU_17840","subtiwiki","224308.BSU01730/224308.BSU17840","sigma factor","txid224308" +"BSU_01730","BSU_30010","SigW","BSU_30010","sigW","ythP","SigW","BSU_30010","subtiwiki","224308.BSU01730/224308.BSU30010","sigma factor","txid224308" +"BSU_01730","BSU_30000","SigW","BSU_30000","sigW","ythQ","SigW","BSU_30000","subtiwiki","224308.BSU01730/224308.BSU30000","sigma factor","txid224308" +"BSU_01730","BSU_38940","SigW","BSU_38940","sigW","yxjI","SigW","BSU_38940","subtiwiki","224308.BSU01730/224308.BSU38940","sigma factor","txid224308" +"BSU_01730","BSU_14360","SigW","YknY","sigW","yknY","SigW","YknY","subtiwiki","224308.BSU01730/224308.BSU14360","sigma factor","txid224308" +"BSU_01730","BSU_14370","SigW","YknZ","sigW","yknZ","SigW","YknZ","subtiwiki","224308.BSU01730/224308.BSU14370","sigma factor","txid224308" +"BSU_01730","BSU_14350","SigW","YknX","sigW","yknX","SigW","YknX","subtiwiki","224308.BSU01730/224308.BSU14350","sigma factor","txid224308" +"BSU_01730","BSU_14340","SigW","YknW","sigW","yknW","SigW","YknW","subtiwiki","224308.BSU01730/224308.BSU14340","sigma factor","txid224308" +"BSU_01730","BSU_36540","SigW","BSU_36540","sigW","ywnJ","SigW","BSU_36540","subtiwiki","224308.BSU01730/224308.BSU36540","sigma factor","txid224308" +"BSU_01730","BSU_31020","SigW","YuaF","sigW","yuaF","SigW","YuaF","subtiwiki","224308.BSU01730/224308.BSU31020","sigma factor","txid224308" +"BSU_01730","BSU_31010","SigW","FloT","sigW","floT","SigW","FloT","subtiwiki","224308.BSU01730/224308.BSU31010","sigma factor","txid224308" +"BSU_01730","BSU_01730","SigW","SigW","sigW","sigW","SigW","SigW","subtiwiki","224308.BSU01730/224308.BSU01730","sigma factor","txid224308" +"BSU_00670","BSU_00690","TilS","FtsH","tilS","ftsH","TilS","FtsH","subtiwiki","224308.BSU00670/224308.BSU00690","activation","txid224308" +"BSU_00670","BSU_00670","TilS","TilS","tilS","tilS","TilS","TilS","subtiwiki","224308.BSU00670/224308.BSU00670","activation","txid224308" +"BSU_00670","BSU_00680","TilS","HprT","tilS","hprT","TilS","HprT","subtiwiki","224308.BSU00670/224308.BSU00680","activation","txid224308" +"BSU_00680","BSU_00690","HprT","FtsH","hprT","ftsH","HprT","FtsH","subtiwiki","224308.BSU00680/224308.BSU00690","activation","txid224308" +"BSU_00680","BSU_00670","HprT","TilS","hprT","tilS","HprT","TilS","subtiwiki","224308.BSU00680/224308.BSU00670","activation","txid224308" +"BSU_00680","BSU_00680","HprT","HprT","hprT","hprT","HprT","HprT","subtiwiki","224308.BSU00680/224308.BSU00680","activation","txid224308" +"BSU_27520","BSU_39470","CymR","BSU_39470","cymR","sndB","CymR","BSU_39470","subtiwiki","224308.BSU27520/224308.BSU39470","repression","txid224308" +"BSU_27520","BSU_39460","CymR","BSU_39460","cymR","yxeQ","CymR","BSU_39460","subtiwiki","224308.BSU27520/224308.BSU39460","repression","txid224308" +"BSU_27520","BSU_39520","CymR","YxeK","cymR","yxeK","CymR","YxeK","subtiwiki","224308.BSU27520/224308.BSU39520","repression","txid224308" +"BSU_27520","BSU_39510","CymR","BSU_39510","cymR","snaB","CymR","BSU_39510","subtiwiki","224308.BSU27520/224308.BSU39510","repression","txid224308" +"BSU_27520","BSU_39500","CymR","YxeM","cymR","yxeM","CymR","YxeM","subtiwiki","224308.BSU27520/224308.BSU39500","repression","txid224308" +"BSU_27520","BSU_39480","CymR","YxeO","cymR","yxeO","CymR","YxeO","subtiwiki","224308.BSU27520/224308.BSU39480","repression","txid224308" +"BSU_27520","BSU_39490","CymR","YxeN","cymR","yxeN","CymR","YxeN","subtiwiki","224308.BSU27520/224308.BSU39490","repression","txid224308" +"BSU_27520","BSU_09130","CymR","BSU_09130","cymR","tcyP","CymR","BSU_09130","subtiwiki","224308.BSU27520/224308.BSU09130","repression","txid224308" +"BSU_27520","BSU_00730","CymR","CysK","cymR","cysK","CymR","CysK","subtiwiki","224308.BSU27520/224308.BSU00730","repression","txid224308" +"BSU_27520","BSU_29350","CymR","TcyM","cymR","tcyM","CymR","TcyM","subtiwiki","224308.BSU27520/224308.BSU29350","repression","txid224308" +"BSU_27520","BSU_29340","CymR","TcyN","cymR","tcyN","CymR","TcyN","subtiwiki","224308.BSU27520/224308.BSU29340","repression","txid224308" +"BSU_27520","BSU_29300","CymR","RbfK","cymR","ribR","CymR","RbfK","subtiwiki","224308.BSU27520/224308.BSU29300","repression","txid224308" +"BSU_27520","BSU_29320","CymR","BSU_29320","cymR","cmoI","CymR","BSU_29320","subtiwiki","224308.BSU27520/224308.BSU29320","repression","txid224308" +"BSU_27520","BSU_29390","CymR","BSU_29390","cymR","snaA","CymR","BSU_29390","subtiwiki","224308.BSU27520/224308.BSU29390","repression","txid224308" +"BSU_27520","BSU_29360","CymR","TcyL","cymR","tcyL","CymR","TcyL","subtiwiki","224308.BSU27520/224308.BSU29360","repression","txid224308" +"BSU_27520","BSU_29330","CymR","BSU_29330","cymR","cmoO","CymR","BSU_29330","subtiwiki","224308.BSU27520/224308.BSU29330","repression","txid224308" +"BSU_27520","BSU_29280","CymR","BSU_29280","cymR","ytnM","CymR","BSU_29280","subtiwiki","224308.BSU27520/224308.BSU29280","repression","txid224308" +"BSU_27520","BSU_29310","CymR","BSU_29310","cymR","cmoJ","CymR","BSU_29310","subtiwiki","224308.BSU27520/224308.BSU29310","repression","txid224308" +"BSU_27520","BSU_29370","CymR","TcyK","cymR","tcyK","CymR","TcyK","subtiwiki","224308.BSU27520/224308.BSU29370","repression","txid224308" +"BSU_27520","BSU_29380","CymR","TcyJ","cymR","tcyJ","CymR","TcyJ","subtiwiki","224308.BSU27520/224308.BSU29380","repression","txid224308" +"BSU_27520","BSU_29290","CymR","BSU_29290","cymR","sndA","CymR","BSU_29290","subtiwiki","224308.BSU27520/224308.BSU29290","repression","txid224308" +"BSU_27520","BSU_27240","CymR","BSU_27240","cymR","yrhC","CymR","BSU_27240","subtiwiki","224308.BSU27520/224308.BSU27240","repression","txid224308" +"BSU_27520","BSU_27250","CymR","MccB","cymR","mccB","CymR","MccB","subtiwiki","224308.BSU27520/224308.BSU27250","repression","txid224308" +"BSU_27520","BSU_27270","CymR","BSU_27270","cymR","mtnN","CymR","BSU_27270","subtiwiki","224308.BSU27520/224308.BSU27270","repression","txid224308" +"BSU_27520","BSU_27280","CymR","YrrT","cymR","yrrT","CymR","YrrT","subtiwiki","224308.BSU27520/224308.BSU27280","repression","txid224308" +"BSU_27520","BSU_27260","CymR","MccA","cymR","mccA","CymR","MccA","subtiwiki","224308.BSU27520/224308.BSU27260","repression","txid224308" +"BSU_27520","BSU_08850","CymR","SsuC","cymR","ssuC","CymR","SsuC","subtiwiki","224308.BSU27520/224308.BSU08850","repression","txid224308" +"BSU_27520","BSU_08860","CymR","BSU_08860","cymR","ssuD","CymR","BSU_08860","subtiwiki","224308.BSU27520/224308.BSU08860","repression","txid224308" +"BSU_27520","BSU_08830","CymR","SsuB","cymR","ssuB","CymR","SsuB","subtiwiki","224308.BSU27520/224308.BSU08830","repression","txid224308" +"BSU_27520","BSU_08870","CymR","BSU_08870","cymR","ygaN","CymR","BSU_08870","subtiwiki","224308.BSU27520/224308.BSU08870","repression","txid224308" +"BSU_27520","BSU_08840","CymR","SsuA","cymR","ssuA","CymR","SsuA","subtiwiki","224308.BSU27520/224308.BSU08840","repression","txid224308" +"BSU_27520","BSU_07200","CymR","BSU_07200","cymR","yetJ","CymR","BSU_07200","subtiwiki","224308.BSU27520/224308.BSU07200","repression","txid224308" +"BSU_27520","BSU_07190","CymR","BSU_07190","cymR","yezD","CymR","BSU_07190","subtiwiki","224308.BSU27520/224308.BSU07190","repression","txid224308" +"BSU_27520","BSU_29400","CymR","BSU_29400","cymR","ascR","CymR","BSU_29400","subtiwiki","224308.BSU27520/224308.BSU29400","repression","txid224308" +"BSU_27520","BSU_15600","CymR","CysC","cymR","cysC","CymR","CysC","subtiwiki","224308.BSU27520/224308.BSU15600","transcription repression","txid224308" +"BSU_27520","BSU_15630","CymR","SirC","cymR","ylnF","CymR","SirC","subtiwiki","224308.BSU27520/224308.BSU15630","transcription repression","txid224308" +"BSU_27520","BSU_15590","CymR","Sat","cymR","sat","CymR","Sat","subtiwiki","224308.BSU27520/224308.BSU15590","transcription repression","txid224308" +"BSU_27520","BSU_15620","CymR","SirB","cymR","sirB","CymR","SirB","subtiwiki","224308.BSU27520/224308.BSU15620","transcription repression","txid224308" +"BSU_27520","BSU_15610","CymR","SumT","cymR","ylnD","CymR","SumT","subtiwiki","224308.BSU27520/224308.BSU15610","transcription repression","txid224308" +"BSU_27520","BSU_15580","CymR","BSU_15580","cymR","cysP","CymR","BSU_15580","subtiwiki","224308.BSU27520/224308.BSU15580","transcription repression","txid224308" +"BSU_27520","BSU_15570","CymR","CysH","cymR","cysH","CymR","CysH","subtiwiki","224308.BSU27520/224308.BSU15570","transcription repression","txid224308" +"BSU_27520","BSU_04520","CymR","BSU_04520","cymR","ydbM","CymR","BSU_04520","subtiwiki","224308.BSU27520/224308.BSU04520","repression","txid224308" +"BSU_00830","BSU_28220","CtsR","ClpX","ctsR","clpX","CtsR","ClpX","subtiwiki","224308.BSU00830/224308.BSU28220","repression","txid224308" +"BSU_00830","BSU_13700","CtsR","ClpE","ctsR","clpE","CtsR","ClpE","subtiwiki","224308.BSU00830/224308.BSU13700","repression","txid224308" +"BSU_00830","BSU_28500","CtsR","TrxA","ctsR","trxA","CtsR","TrxA","subtiwiki","224308.BSU00830/224308.BSU28500","repression","txid224308" +"BSU_00830","BSU_28190","CtsR","YsxC","ctsR","ysxC","CtsR","YsxC","subtiwiki","224308.BSU00830/224308.BSU28190","repression","txid224308" +"BSU_00830","BSU_28200","CtsR","LonA","ctsR","lonA","CtsR","LonA","subtiwiki","224308.BSU00830/224308.BSU28200","repression","txid224308" +"BSU_00830","BSU_34540","CtsR","ClpP","ctsR","clpP","CtsR","ClpP","subtiwiki","224308.BSU00830/224308.BSU34540","repression","txid224308" +"BSU_00830","BSU_00880","CtsR","DisA","ctsR","disA","CtsR","DisA","subtiwiki","224308.BSU00830/224308.BSU00880","repression","txid224308" +"BSU_00830","BSU_00840","CtsR","McsA","ctsR","mcsA","CtsR","McsA","subtiwiki","224308.BSU00830/224308.BSU00840","repression","txid224308" +"BSU_00830","BSU_00830","CtsR","CtsR","ctsR","ctsR","CtsR","CtsR","subtiwiki","224308.BSU00830/224308.BSU00830","repression","txid224308" +"BSU_00830","BSU_00860","CtsR","ClpC","ctsR","clpC","CtsR","ClpC","subtiwiki","224308.BSU00830/224308.BSU00860","repression","txid224308" +"BSU_00830","BSU_00850","CtsR","McsB","ctsR","mcsB","CtsR","McsB","subtiwiki","224308.BSU00830/224308.BSU00850","repression","txid224308" +"BSU_00830","BSU_00870","CtsR","RadA","ctsR","radA","CtsR","RadA","subtiwiki","224308.BSU00830/224308.BSU00870","repression","txid224308" +"BSU_10420","BSU_33270","ComK","YvrO","comK","yvrO","ComK","YvrO","subtiwiki","224308.BSU10420/224308.BSU33270","activation","txid224308" +"BSU_10420","BSU_10450","ComK","BSU_10450","comK","yhjB","ComK","BSU_10450","subtiwiki","224308.BSU10420/224308.BSU10450","activation","txid224308" +"BSU_10420","BSU_10460","ComK","BSU_10460","comK","yhjC","ComK","BSU_10460","subtiwiki","224308.BSU10420/224308.BSU10460","activation","txid224308" +"BSU_10420","BSU_03420","ComK","BSU_03420","comK","nin","ComK","BSU_03420","subtiwiki","224308.BSU10420/224308.BSU03420","activation","txid224308" +"BSU_10420","BSU_03430","ComK","BSU_03430","comK","nucA","ComK","BSU_03430","subtiwiki","224308.BSU10420/224308.BSU03430","activation","txid224308" +"BSU_10420","BSU_10620","ComK","AddB","comK","addB","ComK","AddB","subtiwiki","224308.BSU10420/224308.BSU10620","activation","txid224308" +"BSU_10420","BSU_10650","ComK","SbcC","comK","sbcC","ComK","SbcC","subtiwiki","224308.BSU10420/224308.BSU10650","activation","txid224308" +"BSU_10420","BSU_10640","ComK","SbcD","comK","sbcD","ComK","SbcD","subtiwiki","224308.BSU10420/224308.BSU10640","activation","txid224308" +"BSU_10420","BSU_10630","ComK","AddA","comK","addA","ComK","AddA","subtiwiki","224308.BSU10420/224308.BSU10630","activation","txid224308" +"BSU_10420","BSU_10660","ComK","BSU_10660","comK","hlpB","ComK","BSU_10660","subtiwiki","224308.BSU10420/224308.BSU10660","activation","txid224308" +"BSU_10420","BSU_28070","ComK","ComC","comK","comC","ComK","ComC","subtiwiki","224308.BSU10420/224308.BSU28070","activation","txid224308" +"BSU_10420","BSU_02010","ComK","YbdK","comK","ybdK","ComK","YbdK","subtiwiki","224308.BSU10420/224308.BSU02010","activation","txid224308" +"BSU_10420","BSU_40900","ComK","SsbA","comK","ssbA","ComK","SsbA","subtiwiki","224308.BSU10420/224308.BSU40900","activation","txid224308" +"BSU_10420","BSU_40910","ComK","RpsF","comK","rpsF","ComK","RpsF","subtiwiki","224308.BSU10420/224308.BSU40910","activation","txid224308" +"BSU_10420","BSU_40920","ComK","EngD","comK","yyaF","ComK","EngD","subtiwiki","224308.BSU10420/224308.BSU40920","activation","txid224308" +"BSU_10420","BSU_40890","ComK","RpsR","comK","rpsR","ComK","RpsR","subtiwiki","224308.BSU10420/224308.BSU40890","activation","txid224308" +"BSU_10420","BSU_33260","ComK","YvrN","comK","yvrN","ComK","YvrN","subtiwiki","224308.BSU10420/224308.BSU33260","activation","txid224308" +"BSU_10420","BSU_35420","ComK","BSU_35420","comK","flgN","ComK","BSU_35420","subtiwiki","224308.BSU10420/224308.BSU35420","activation","txid224308" +"BSU_10420","BSU_35400","ComK","FlgL","comK","flgL","ComK","FlgL","subtiwiki","224308.BSU10420/224308.BSU35400","activation","txid224308" +"BSU_10420","BSU_35440","ComK","BSU_35440","comK","yvyF","ComK","BSU_35440","subtiwiki","224308.BSU10420/224308.BSU35440","activation","txid224308" +"BSU_10420","BSU_35460","ComK","ComFB","comK","comFB","ComK","ComFB","subtiwiki","224308.BSU10420/224308.BSU35460","activation","txid224308" +"BSU_10420","BSU_35390","ComK","BSU_35390","comK","yviE","ComK","BSU_35390","subtiwiki","224308.BSU10420/224308.BSU35390","activation","txid224308" +"BSU_10420","BSU_35380","ComK","FliW","comK","fliW","ComK","FliW","subtiwiki","224308.BSU10420/224308.BSU35380","activation","txid224308" +"BSU_10420","BSU_35430","ComK","FlgM","comK","flgM","ComK","FlgM","subtiwiki","224308.BSU10420/224308.BSU35430","activation","txid224308" +"BSU_10420","BSU_35370","ComK","CsrA","comK","csrA","ComK","CsrA","subtiwiki","224308.BSU10420/224308.BSU35370","activation","txid224308" +"BSU_10420","BSU_35470","ComK","ComFA","comK","comFA","ComK","ComFA","subtiwiki","224308.BSU10420/224308.BSU35470","activation","txid224308" +"BSU_10420","BSU_35410","ComK","FlgK","comK","flgK","ComK","FlgK","subtiwiki","224308.BSU10420/224308.BSU35410","activation","txid224308" +"BSU_10420","BSU_35450","ComK","ComFC","comK","comFC","ComK","ComFC","subtiwiki","224308.BSU10420/224308.BSU35450","activation","txid224308" +"BSU_10420","BSU_28030","ComK","MreB","comK","mreB","ComK","MreB","subtiwiki","224308.BSU10420/224308.BSU28030","activation","txid224308" +"BSU_10420","BSU_28040","ComK","BSU_28040","comK","radC","ComK","BSU_28040","subtiwiki","224308.BSU10420/224308.BSU28040","activation","txid224308" +"BSU_10420","BSU_28000","ComK","MinC","comK","minC","ComK","MinC","subtiwiki","224308.BSU10420/224308.BSU28000","activation","txid224308" +"BSU_10420","BSU_28020","ComK","MreC","comK","mreC","ComK","MreC","subtiwiki","224308.BSU10420/224308.BSU28020","activation","txid224308" +"BSU_10420","BSU_28010","ComK","MreD","comK","mreD","ComK","MreD","subtiwiki","224308.BSU10420/224308.BSU28010","activation","txid224308" +"BSU_10420","BSU_27990","ComK","MinD","comK","minD","ComK","MinD","subtiwiki","224308.BSU10420/224308.BSU27990","activation","txid224308" +"BSU_10420","BSU_28050","ComK","Maf","comK","maf","ComK","Maf","subtiwiki","224308.BSU10420/224308.BSU28050","activation","txid224308" +"BSU_10420","BSU_40990","ComK","BSU_40990","comK","noc","ComK","BSU_40990","subtiwiki","224308.BSU10420/224308.BSU40990","activation","txid224308" +"BSU_10420","BSU_41020","ComK","MnmE","comK","thdF","ComK","ThdF","subtiwiki","224308.BSU10420/224308.BSU41020","activation","txid224308" +"BSU_10420","BSU_41000","ComK","BSU_41000","comK","gidB","ComK","BSU_41000","subtiwiki","224308.BSU10420/224308.BSU41000","activation","txid224308" +"BSU_10420","BSU_41010","ComK","TrmF","comK","gidA","ComK","GidA","subtiwiki","224308.BSU10420/224308.BSU41010","activation","txid224308" +"BSU_10420","BSU_16940","ComK","RecA","comK","recA","ComK","RecA","subtiwiki","224308.BSU10420/224308.BSU16940","activation","txid224308" +"BSU_10420","BSU_24720","ComK","ComGB","comK","comGB","ComK","ComGB","subtiwiki","224308.BSU10420/224308.BSU24720","activation","txid224308" +"BSU_10420","BSU_24710","ComK","ComGC","comK","comGC","ComK","ComGC","subtiwiki","224308.BSU10420/224308.BSU24710","activation","txid224308" +"BSU_10420","BSU_24690","ComK","ComGE","comK","comGE","ComK","ComGE","subtiwiki","224308.BSU10420/224308.BSU24690","activation","txid224308" +"BSU_10420","BSU_14020","ComK","BSU_14020","comK","kre","ComK","BSU_14020","subtiwiki","224308.BSU10420/224308.BSU14020","repression","txid224308" +"BSU_10420","BSU_24660","ComK","BSU_24660","comK","spoIIIL","ComK","BSU_24660","subtiwiki","224308.BSU10420/224308.BSU24660","activation","txid224308" +"BSU_10420","BSU_24700","ComK","ComGD","comK","comGD","ComK","ComGD","subtiwiki","224308.BSU10420/224308.BSU24700","activation","txid224308" +"BSU_10420","BSU_24730","ComK","ComGA","comK","comGA","ComK","ComGA","subtiwiki","224308.BSU10420/224308.BSU24730","activation","txid224308" +"BSU_10420","BSU_24670","ComK","ComGG","comK","comGG","ComK","ComGG","subtiwiki","224308.BSU10420/224308.BSU24670","activation","txid224308" +"BSU_10420","BSU_24680","ComK","BSU_24680","comK","comGF","ComK","BSU_24680","subtiwiki","224308.BSU10420/224308.BSU24680","activation","txid224308" +"BSU_10420","BSU_06830","ComK","RapH","comK","rapH","ComK","RapH","subtiwiki","224308.BSU10420/224308.BSU06830","activation","txid224308" +"BSU_10420","BSU_06839","ComK","PhrH","comK","phrH","ComK","PhrH","subtiwiki","224308.BSU10420/224308.BSU06839","activation","txid224308" +"BSU_10420","BSU_33480","ComK","BdbD","comK","bdbD","ComK","BdbD","subtiwiki","224308.BSU10420/224308.BSU33480","activation","txid224308" +"BSU_10420","BSU_33470","ComK","BdbC","comK","bdbC","ComK","BdbC","subtiwiki","224308.BSU10420/224308.BSU33470","activation","txid224308" +"BSU_10420","BSU_25590","ComK","ComEA","comK","comEA","ComK","ComEA","subtiwiki","224308.BSU10420/224308.BSU25590","activation","txid224308" +"BSU_10420","BSU_25570","ComK","ComEC","comK","comEC","ComK","ComEC","subtiwiki","224308.BSU10420/224308.BSU25570","activation","txid224308" +"BSU_10420","BSU_25580","ComK","BSU_25580","comK","comEB","ComK","BSU_25580","subtiwiki","224308.BSU10420/224308.BSU25580","activation","txid224308" +"BSU_10420","BSU_36310","ComK","SsbB","comK","ssbB","ComK","SsbB","subtiwiki","224308.BSU10420/224308.BSU36310","activation","txid224308" +"BSU_10420","BSU_33280","ComK","YvrP","comK","yvrP","ComK","YvrP","subtiwiki","224308.BSU10420/224308.BSU33280","activation","txid224308" +"BSU_10420","BSU_10420","ComK","ComK","comK","comK","ComK","ComK","subtiwiki","224308.BSU10420/224308.BSU10420","activation","txid224308" +"BSU_29660","BSU_29660","RpsD","RpsD","rpsD","rpsD","RpsD","RpsD","subtiwiki","224308.BSU29660/224308.BSU29660","autorepression","txid224308" +"BSU_37070","BSU_37070","RpmEA","RpmEA","rpmE","rpmE","RpmE","RpmE","subtiwiki","224308.BSU37070/224308.BSU37070","autorepression","txid224308" +"BSU_23880","BSU_23890","MifM","OxaAB","mifM","yidC2","MifM","OxaAB","subtiwiki","224308.BSU23880/224308.BSU23890","attenuation","txid224308" +"BSU_23880","BSU_23880","MifM","MifM","mifM","mifM","MifM","MifM","subtiwiki","224308.BSU23880/224308.BSU23880","attenuation","txid224308" +"BSU_01050","BSU_01040","RplL","RplJ","rplL","rplJ","RplL","RplJ","subtiwiki","224308.BSU01050/224308.BSU01040","termination","txid224308" +"BSU_01050","BSU_01050","RplL","RplL","rplL","rplL","RplL","RplL","subtiwiki","224308.BSU01050/224308.BSU01050","termination","txid224308" +"BSU_11500","BSU_29840","SpxA","YtpP","spx","ytpP","Spx","YtpP","subtiwiki","224308.BSU11500/224308.BSU29840","activation","txid224308" +"BSU_11500","BSU_00830","SpxA","CtsR","spx","ctsR","Spx","CtsR","subtiwiki","224308.BSU11500/224308.BSU00830","activation","txid224308" +"BSU_11500","BSU_00870","SpxA","RadA","spx","radA","Spx","RadA","subtiwiki","224308.BSU11500/224308.BSU00870","activation","txid224308" +"BSU_11500","BSU_00840","SpxA","McsA","spx","mcsA","Spx","McsA","subtiwiki","224308.BSU11500/224308.BSU00840","activation","txid224308" +"BSU_11500","BSU_00850","SpxA","McsB","spx","mcsB","Spx","McsB","subtiwiki","224308.BSU11500/224308.BSU00850","activation","txid224308" +"BSU_11500","BSU_00880","SpxA","DisA","spx","disA","Spx","DisA","subtiwiki","224308.BSU11500/224308.BSU00880","activation","txid224308" +"BSU_11500","BSU_00860","SpxA","ClpC","spx","clpC","Spx","ClpC","subtiwiki","224308.BSU11500/224308.BSU00860","activation","txid224308" +"BSU_11500","BSU_00700","SpxA","CoaX","spx","coaX","Spx","CoaX","subtiwiki","224308.BSU11500/224308.BSU00700","activation","txid224308" +"BSU_11500","BSU_00710","SpxA","HslO","spx","yacC","Spx","YacC","subtiwiki","224308.BSU11500/224308.BSU00710","activation","txid224308" +"BSU_11500","BSU_00720","SpxA","YacD","spx","yacD","Spx","YacD","subtiwiki","224308.BSU11500/224308.BSU00720","activation","txid224308" +"BSU_11500","BSU_28500","SpxA","TrxA","spx","trxA","Spx","TrxA","subtiwiki","224308.BSU11500/224308.BSU28500","activation","txid224308" +"BSU_11500","BSU_11560","SpxA","BSU_11560","spx","yjbI","Spx","BSU_11560","subtiwiki","224308.BSU11500/224308.BSU11560","activation","txid224308" +"BSU_11500","BSU_11550","SpxA","YjbH","spx","spxH","Spx","SpxH","subtiwiki","224308.BSU11500/224308.BSU11550","activation","txid224308" +"BSU_11500","BSU_29480","SpxA","BSU_29480","spx","ytxK","Spx","BSU_29480","subtiwiki","224308.BSU11500/224308.BSU29480","activation","txid224308" +"BSU_11500","BSU_30340","SpxA","YtvA","spx","ytvA","Spx","YtvA","subtiwiki","224308.BSU11500/224308.BSU30340","activation","txid224308" +"BSU_11500","BSU_34790","SpxA","TrxB","spx","trxB","Spx","TrxB","subtiwiki","224308.BSU11500/224308.BSU34790","activation","txid224308" +"BSU_11500","BSU_15110","SpxA","PanE-2","spx","panE","Spx","PanE-2","subtiwiki","224308.BSU11500/224308.BSU15110","activation","txid224308" +"BSU_11500","BSU_15120","SpxA","BshC","spx","bshC","Spx","BshC","subtiwiki","224308.BSU11500/224308.BSU15120","activation","txid224308" +"BSU_11500","BSU_29820","SpxA","YtpR","spx","ytpR","Spx","YtpR","subtiwiki","224308.BSU11500/224308.BSU29820","activation","txid224308" +"BSU_11500","BSU_31370","SpxA","YugJ","spx","yugJ","Spx","YugJ","subtiwiki","224308.BSU11500/224308.BSU31370","activation","txid224308" +"BSU_11500","BSU_21680","SpxA","BSU_21680","spx","msrB","Spx","BSU_21680","subtiwiki","224308.BSU11500/224308.BSU21680","activation","txid224308" +"BSU_11500","BSU_21690","SpxA","BSU_21690","spx","msrA","Spx","BSU_21690","subtiwiki","224308.BSU11500/224308.BSU21690","activation","txid224308" +"BSU_11500","BSU_14740","SpxA","YlaD","spx","ylaD","Spx","YlaD","subtiwiki","224308.BSU11500/224308.BSU14740","activation","txid224308" +"BSU_11500","BSU_14710","SpxA","BSU_14710","spx","ylaA","Spx","BSU_14710","subtiwiki","224308.BSU11500/224308.BSU14710","activation","txid224308" +"BSU_11500","BSU_14730","SpxA","YlaC","spx","ylaC","Spx","YlaC","subtiwiki","224308.BSU11500/224308.BSU14730","activation","txid224308" +"BSU_11500","BSU_14720","SpxA","BSU_14720","spx","ylaB","Spx","BSU_14720","subtiwiki","224308.BSU11500/224308.BSU14720","activation","txid224308" +"BSU_11500","BSU_00730","SpxA","CysK","spx","cysK","Spx","CysK","subtiwiki","224308.BSU11500/224308.BSU00730","activation","txid224308" +"BSU_11500","BSU_03500","SpxA","ComS","spx","comS","Spx","ComS","subtiwiki","224308.BSU11500/224308.BSU03500","repression","txid224308" +"BSU_11500","BSU_03510","SpxA","SrfAC","spx","srfAC","Spx","SrfAC","subtiwiki","224308.BSU11500/224308.BSU03510","repression","txid224308" +"BSU_11500","BSU_03490","SpxA","SrfAB","spx","srfAB","Spx","SrfAB","subtiwiki","224308.BSU11500/224308.BSU03490","repression","txid224308" +"BSU_11500","BSU_03480","SpxA","SrfAA","spx","srfAA","Spx","SrfAA","subtiwiki","224308.BSU11500/224308.BSU03480","repression","txid224308" +"BSU_11500","BSU_03520","SpxA","BSU_03520","spx","srfAD","Spx","BSU_03520","subtiwiki","224308.BSU11500/224308.BSU03520","repression","txid224308" +"BSU_11500","BSU_19460","SpxA","BshB2","spx","bshB2","Spx","BshB2","subtiwiki","224308.BSU11500/224308.BSU19460","activation","txid224308" +"BSU_11500","BSU_19479","SpxA","BSU_19479","spx","yoyC","Spx","BSU_19479","subtiwiki","224308.BSU11500/224308.BSU19479","activation","txid224308" +"BSU_11500","BSU_19470","SpxA","YojF","spx","yojF","Spx","YojF","subtiwiki","224308.BSU11500/224308.BSU19470","activation","txid224308" +"BSU_11500","BSU_27280","SpxA","YrrT","spx","yrrT","Spx","YrrT","subtiwiki","224308.BSU11500/224308.BSU27280","activation","txid224308" +"BSU_11500","BSU_22450","SpxA","BSU_22450","spx","cca","Spx","BSU_22450","subtiwiki","224308.BSU11500/224308.BSU22450","activation","txid224308" +"BSU_11500","BSU_22470","SpxA","BshB1","spx","bshB1","Spx","BshB1","subtiwiki","224308.BSU11500/224308.BSU22470","activation","txid224308" +"BSU_11500","BSU_27270","SpxA","BSU_27270","spx","mtnN","Spx","BSU_27270","subtiwiki","224308.BSU11500/224308.BSU27270","activation","txid224308" +"BSU_11500","BSU_27240","SpxA","BSU_27240","spx","yrhC","Spx","BSU_27240","subtiwiki","224308.BSU11500/224308.BSU27240","activation","txid224308" +"BSU_11500","BSU_22490","SpxA","DapB","spx","dapB","Spx","DapB","subtiwiki","224308.BSU11500/224308.BSU22490","activation","txid224308" +"BSU_11500","BSU_27250","SpxA","MccB","spx","mccB","Spx","MccB","subtiwiki","224308.BSU11500/224308.BSU27250","activation","txid224308" +"BSU_11500","BSU_27260","SpxA","MccA","spx","mccA","Spx","MccA","subtiwiki","224308.BSU11500/224308.BSU27260","activation","txid224308" +"BSU_11500","BSU_22460","SpxA","BSU_22460","spx","bshA","Spx","BSU_22460","subtiwiki","224308.BSU11500/224308.BSU22460","activation","txid224308" +"BSU_11500","BSU_22480","SpxA","MgsA","spx","mgsA","Spx","MgsA","subtiwiki","224308.BSU11500/224308.BSU22480","activation","txid224308" +"BSU_11500","BSU_22500","SpxA","BSU_22500","spx","ypjD","Spx","BSU_22500","subtiwiki","224308.BSU11500/224308.BSU22500","activation","txid224308" +"BSU_11500","BSU_22440","SpxA","BirA","spx","birA","Spx","BirA","subtiwiki","224308.BSU11500/224308.BSU22440","activation","txid224308" +"BSU_11500","BSU_31290","SpxA","YugT","spx","yugT","Spx","YugT","subtiwiki","224308.BSU11500/224308.BSU31290","activation","txid224308" +"BSU_11500","BSU_29490","SpxA","Tpx","spx","tpx","Spx","Tpx","subtiwiki","224308.BSU11500/224308.BSU29490","activation","txid224308" +"BSU_11500","BSU_38110","SpxA","NfrAA","spx","nfrA","Spx","NfrAA","subtiwiki","224308.BSU11500/224308.BSU38110","activation","txid224308" +"BSU_11500","BSU_38100","SpxA","BSU_38100","spx","ywcH","Spx","BSU_38100","subtiwiki","224308.BSU11500/224308.BSU38100","activation","txid224308" +"BSU_11500","BSU_29830","SpxA","BSU_29830","spx","ytpQ","Spx","BSU_29830","subtiwiki","224308.BSU11500/224308.BSU29830","activation","txid224308" +"BSU_24020","BSU_24010","BmrR","BSU_24010","bmrR","bmr","BmrR","BSU_24010","subtiwiki","224308.BSU24020/224308.BSU24010","activation","txid224308" +"BSU_24020","BSU_24020","BmrR","BmrR","bmrR","bmrR","BmrR","BmrR","subtiwiki","224308.BSU24020/224308.BSU24020","activation","txid224308" +"BSU_25200","BSU_15240","SigA","DivIB","sigA","divIB","SigA","DivIB","subtiwiki","224308.BSU25200/224308.BSU15240","sigma factor","txid224308" +"BSU_25200","BSU_30320","SigA","LeuS","sigA","leuS","SigA","LeuS","subtiwiki","224308.BSU25200/224308.BSU30320","sigma factor","txid224308" +"BSU_25200","BSU_07040","SigA","BSU_07040","sigA","yesV","SigA","BSU_07040","subtiwiki","224308.BSU25200/224308.BSU07040","Sigma factor","txid224308" +"BSU_25200","BSU_rRNA_20","SigA","BSU_rRNA_20","sigA","rrnB-23S","SigA","BSU_rRNA_20","subtiwiki","224308.BSU25200/224308.BSUrRNA20","Sigma factor","txid224308" +"BSU_25200","BSU_rRNA_19","SigA","BSU_rRNA_19","sigA","rrnB-16S","SigA","BSU_rRNA_19","subtiwiki","224308.BSU25200/224308.BSUrRNA19","Sigma factor","txid224308" +"BSU_25200","BSU_06970","SigA","RhiL","sigA","rhiL","SigA","RhiL","subtiwiki","224308.BSU25200/224308.BSU06970","Sigma factor","txid224308" +"BSU_25200","BSU_06980","SigA","RhiF","sigA","rhiF","SigA","RhiF","subtiwiki","224308.BSU25200/224308.BSU06980","Sigma factor","txid224308" +"BSU_25200","BSU_rRNA_21","SigA","BSU_rRNA_21","sigA","rrnB-5S","SigA","BSU_rRNA_21","subtiwiki","224308.BSU25200/224308.BSUrRNA21","Sigma factor","txid224308" +"BSU_25200","BSU_06990","SigA","RhiG","sigA","rhiG","SigA","RhiG","subtiwiki","224308.BSU25200/224308.BSU06990","Sigma factor","txid224308" +"BSU_25200","BSU_07000","SigA","BSU_07000","sigA","rhiN","SigA","BSU_07000","subtiwiki","224308.BSU25200/224308.BSU07000","Sigma factor","txid224308" +"BSU_25200","BSU_07480","SigA","BSU_07480","sigA","yfmG","SigA","BSU_07480","subtiwiki","224308.BSU25200/224308.BSU07480","sigma factor","txid224308" +"BSU_25200","BSU_07050","SigA","RhgW","sigA","yesW","SigA","RhgW","subtiwiki","224308.BSU25200/224308.BSU07050","Sigma factor","txid224308" +"BSU_25200","BSU_07010","SigA","YesS","sigA","rhgR","SigA","RhgR","subtiwiki","224308.BSU25200/224308.BSU07010","Sigma factor","txid224308" +"BSU_25200","BSU_07070","SigA","BSU_07070","sigA","yesY","SigA","BSU_07070","subtiwiki","224308.BSU25200/224308.BSU07070","Sigma factor","txid224308" +"BSU_25200","BSU_07030","SigA","BSU_07030","sigA","yesU","SigA","BSU_07030","subtiwiki","224308.BSU25200/224308.BSU07030","Sigma factor","txid224308" +"BSU_25200","BSU_07020","SigA","BSU_07020","sigA","yesT","SigA","BSU_07020","subtiwiki","224308.BSU25200/224308.BSU07020","Sigma factor","txid224308" +"BSU_25200","BSU_07080","SigA","RhgZ","sigA","yesZ","SigA","YesZ","subtiwiki","224308.BSU25200/224308.BSU07080","Sigma factor","txid224308" +"BSU_25200","BSU_07060","SigA","RhgX","sigA","yesX","SigA","RhgX","subtiwiki","224308.BSU25200/224308.BSU07060","Sigma factor","txid224308" +"BSU_25200","BSU_36300","SigA","GlcR","sigA","glcR","SigA","GlcR","subtiwiki","224308.BSU25200/224308.BSU36300","sigma factor","txid224308" +"BSU_25200","BSU_36290","SigA","BSU_36290","sigA","phoC","SigA","BSU_36290","subtiwiki","224308.BSU25200/224308.BSU36290","sigma factor","txid224308" +"BSU_25200","BSU_18100","SigA","ParC","sigA","parC","SigA","ParC","subtiwiki","224308.BSU25200/224308.BSU18100","sigma factor","txid224308" +"BSU_25200","BSU_18090","SigA","ParE","sigA","parE","SigA","ParE","subtiwiki","224308.BSU25200/224308.BSU18090","sigma factor","txid224308" +"BSU_25200","BSU_04770","SigA","BSU_04770","sigA","pamR","SigA","BSU_04770","subtiwiki","224308.BSU25200/224308.BSU04770","sigma factor","txid224308" +"BSU_25200","BSU_22230","SigA","YpqE","sigA","ptsA","SigA","PtsA","subtiwiki","224308.BSU25200/224308.BSU22230","sigma factor","txid224308" +"BSU_25200","BSU_32670","SigA","SufB","sigA","sufB","SigA","SufB","subtiwiki","224308.BSU25200/224308.BSU32670","sigma factor","txid224308" +"BSU_25200","BSU_32580","SigA","FrlM","sigA","frlM","SigA","FrlM","subtiwiki","224308.BSU25200/224308.BSU32580","sigma factor","txid224308" +"BSU_25200","BSU_32310","SigA","BSU_32310","sigA","yutD","SigA","BSU_32310","subtiwiki","224308.BSU25200/224308.BSU32310","sigma factor","txid224308" +"BSU_25200","BSU_32710","SigA","SufC","sigA","sufC","SigA","SufC","subtiwiki","224308.BSU25200/224308.BSU32710","sigma factor","txid224308" +"BSU_25200","BSU_32690","SigA","SufS","sigA","sufS","SigA","SufS","subtiwiki","224308.BSU25200/224308.BSU32690","sigma factor","txid224308" +"BSU_25200","BSU_32600","SigA","FrlO","sigA","frlO","SigA","FrlO","subtiwiki","224308.BSU25200/224308.BSU32600","sigma factor","txid224308" +"BSU_25200","BSU_13460","SigA","RsgI","sigA","rsgI","SigA","RsgI","subtiwiki","224308.BSU25200/224308.BSU13460","sigma factor","txid224308" +"BSU_25200","BSU_32570","SigA","FrlD","sigA","frlD","SigA","FrlD","subtiwiki","224308.BSU25200/224308.BSU32570","sigma factor","txid224308" +"BSU_25200","BSU_32590","SigA","FrlN","sigA","frlN","SigA","FrlN","subtiwiki","224308.BSU25200/224308.BSU32590","sigma factor","txid224308" +"BSU_25200","BSU_32680","SigA","SufU","sigA","sufU","SigA","SufU","subtiwiki","224308.BSU25200/224308.BSU32680","sigma factor","txid224308" +"BSU_25200","BSU_32290","SigA","BSU_32290","sigA","yutF","SigA","BSU_32290","subtiwiki","224308.BSU25200/224308.BSU32290","sigma factor","txid224308" +"BSU_25200","BSU_32610","SigA","BSU_32610","sigA","frlB","SigA","BSU_32610","subtiwiki","224308.BSU25200/224308.BSU32610","sigma factor","txid224308" +"BSU_25200","BSU_04760","SigA","BSU_04760","sigA","ydcG","SigA","BSU_04760","subtiwiki","224308.BSU25200/224308.BSU04760","sigma factor","txid224308" +"BSU_25200","BSU_32300","SigA","BSU_32300","sigA","yutE","SigA","BSU_32300","subtiwiki","224308.BSU25200/224308.BSU32300","sigma factor","txid224308" +"BSU_25200","BSU_13450","SigA","SigI","sigA","sigI","SigA","SigI","subtiwiki","224308.BSU25200/224308.BSU13450","sigma factor","txid224308" +"BSU_25200","BSU_32700","SigA","SufD","sigA","sufD","SigA","SufD","subtiwiki","224308.BSU25200/224308.BSU32700","sigma factor","txid224308" +"BSU_25200","BSU_32550","SigA","YurJ","sigA","frlP","SigA","FrlP","subtiwiki","224308.BSU25200/224308.BSU32550","sigma factor","txid224308" +"BSU_25200","BSU_13360","SigA","BSU_13360","sigA","ykoP","SigA","BSU_13360","subtiwiki","224308.BSU25200/224308.BSU13360","sigma factor","txid224308" +"BSU_25200","new_1399409_1400187","SigA","new_1399409_1400187","sigA","S477","SigA","new_1399409_1400187","subtiwiki","224308.BSU25200/224308.new13994091400187","sigma factor","txid224308" +"BSU_25200","BSU_35230","SigA","SwrA","sigA","swrA","SigA","SwrA","subtiwiki","224308.BSU25200/224308.BSU35230","sigma factor","txid224308" +"BSU_25200","BSU_30060","SigA","BSU_30060","sigA","ytfP","SigA","BSU_30060","subtiwiki","224308.BSU25200/224308.BSU30060","sigma factor","txid224308" +"BSU_25200","BSU_05470","SigA","BSU_05470","sigA","mneP","SigA","BSU_05470","subtiwiki","224308.BSU25200/224308.BSU05470","sigma factor","txid224308" +"BSU_25200","BSU_30070","SigA","BSU_30070","sigA","opuD","SigA","BSU_30070","subtiwiki","224308.BSU25200/224308.BSU30070","sigma factor","txid224308" +"BSU_25200","BSU_40190","SigA","Fbp","sigA","fbp","SigA","Fbp","subtiwiki","224308.BSU25200/224308.BSU40190","sigma factor","txid224308" +"BSU_25200","BSU_34180","SigA","BSU_34180","sigA","lutR","SigA","BSU_34180","subtiwiki","224308.BSU25200/224308.BSU34180","sigma factor","txid224308" +"BSU_25200","BSU_06320","SigA","BSU_06320","sigA","mneS","SigA","BSU_06320","subtiwiki","224308.BSU25200/224308.BSU06320","sigma factor","txid224308" +"BSU_25200","BSU_39770","SigA","BSU_39770","sigA","iolR","SigA","BSU_39770","subtiwiki","224308.BSU25200/224308.BSU39770","sigma factor","txid224308" +"BSU_25200","BSU_00510","SigA","Prs","sigA","prs","SigA","Prs","subtiwiki","224308.BSU25200/224308.BSU00510","sigma factor","txid224308" +"BSU_25200","BSU_34810","SigA","YvcD","sigA","yvcD","SigA","YvcD","subtiwiki","224308.BSU25200/224308.BSU34810","sigma factor","txid224308" +"BSU_25200","BSU_02670","SigA","BSU_02670","sigA","lmrB","SigA","BSU_02670","subtiwiki","224308.BSU25200/224308.BSU02670","sigma factor","txid224308" +"BSU_25200","BSU_08100","SigA","AcoR","sigA","acoR","SigA","AcoR","subtiwiki","224308.BSU25200/224308.BSU08100","sigma factor","txid224308" +"BSU_25200","BSU_34160","SigA","CycB","sigA","ganS","SigA","GanS","subtiwiki","224308.BSU25200/224308.BSU34160","sigma factor","txid224308" +"BSU_25200","BSU_22320","SigA","PonA","sigA","ponA","SigA","PonA","subtiwiki","224308.BSU25200/224308.BSU22320","sigma factor","txid224308" +"BSU_25200","BSU_34140","SigA","GanQ","sigA","ganQ","SigA","GanQ","subtiwiki","224308.BSU25200/224308.BSU34140","sigma factor","txid224308" +"BSU_25200","BSU_39420","SigA","BSU_39420","sigA","dra","SigA","BSU_39420","subtiwiki","224308.BSU25200/224308.BSU39420","sigma factor","txid224308" +"BSU_25200","BSU_34130","SigA","GanA","sigA","ganA","SigA","GanA","subtiwiki","224308.BSU25200/224308.BSU34130","sigma factor","txid224308" +"BSU_25200","BSU_34150","SigA","GanP","sigA","ganP","SigA","GanP","subtiwiki","224308.BSU25200/224308.BSU34150","sigma factor","txid224308" +"BSU_25200","BSU_21660","SigA","SprA","sigA","sprA","SigA","SprA","subtiwiki","224308.BSU25200/224308.BSU21660","sigma factor","txid224308" +"BSU_25200","BSU_02680","SigA","BSU_02680","sigA","lmrA","SigA","BSU_02680","subtiwiki","224308.BSU25200/224308.BSU02680","sigma factor","txid224308" +"BSU_25200","BSU_39780","SigA","BSU_39780","sigA","iolS","SigA","BSU_39780","subtiwiki","224308.BSU25200/224308.BSU39780","sigma factor","txid224308" +"BSU_25200","BSU_08190","SigA","BSU_08190","sigA","glvR","SigA","BSU_08190","subtiwiki","224308.BSU25200/224308.BSU08190","sigma factor","txid224308" +"BSU_25200","BSU_39400","SigA","Pdp","sigA","pdp","SigA","Pdp","subtiwiki","224308.BSU25200/224308.BSU39400","sigma factor","txid224308" +"BSU_25200","BSU_08200","SigA","MalP","sigA","malP","SigA","MalP","subtiwiki","224308.BSU25200/224308.BSU08200","sigma factor","txid224308" +"BSU_25200","BSU_08110","SigA","BSU_08110","sigA","sspH","SigA","BSU_08110","subtiwiki","224308.BSU25200/224308.BSU08110","sigma factor","txid224308" +"BSU_25200","BSU_04260","SigA","TopB","sigA","topB","SigA","TopB","subtiwiki","224308.BSU25200/224308.BSU04260","sigma factor","txid224308" +"BSU_25200","BSU_34820","SigA","BSU_34820","sigA","bmrA","SigA","BSU_34820","subtiwiki","224308.BSU25200/224308.BSU34820","sigma factor","txid224308" +"BSU_25200","BSU_39410","SigA","BSU_39410","sigA","nupC","SigA","BSU_39410","subtiwiki","224308.BSU25200/224308.BSU39410","sigma factor","txid224308" +"BSU_25200","BSU_04250","SigA","BSU_04250","sigA","lrpC","SigA","BSU_04250","subtiwiki","224308.BSU25200/224308.BSU04250","sigma factor","txid224308" +"BSU_25200","BSU_00520","SigA","Ctc","sigA","ctc","SigA","Ctc","subtiwiki","224308.BSU25200/224308.BSU00520","sigma factor","txid224308" +"BSU_25200","BSU_22310","SigA","RecU","sigA","recU","SigA","RecU","subtiwiki","224308.BSU25200/224308.BSU22310","sigma factor","txid224308" +"BSU_25200","BSU_00500","SigA","GcaD","sigA","gcaD","SigA","GcaD","subtiwiki","224308.BSU25200/224308.BSU00500","sigma factor","txid224308" +"BSU_25200","BSU_08180","SigA","MalA","sigA","malA","SigA","MalA","subtiwiki","224308.BSU25200/224308.BSU08180","sigma factor","txid224308" +"BSU_25200","BSU_34800","SigA","CwlO","sigA","cwlO","SigA","CwlO","subtiwiki","224308.BSU25200/224308.BSU34800","sigma factor","txid224308" +"BSU_25200","BSU_21670","SigA","BSU_21670","sigA","ypqP","SigA","BSU_21670","subtiwiki","224308.BSU25200/224308.BSU21670","sigma factor","txid224308" +"BSU_25200","BSU_34120","SigA","GanB","sigA","ganB","SigA","GanB","subtiwiki","224308.BSU25200/224308.BSU34120","sigma factor","txid224308" +"BSU_25200","BSU_03982","SigA","MtlF","sigA","mtlF","SigA","MtlF","subtiwiki","224308.BSU25200/224308.BSU03982","sigma factor","txid224308" +"BSU_25200","BSU_23500","SigA","Drm","sigA","drm","SigA","Drm","subtiwiki","224308.BSU25200/224308.BSU23500","sigma factor","txid224308" +"BSU_25200","BSU_29670","SigA","TyrS","sigA","tyrS","SigA","TyrS","subtiwiki","224308.BSU25200/224308.BSU29670","sigma factor","txid224308" +"BSU_25200","BSU_31720","SigA","DegQ","sigA","degQ","SigA","DegQ","subtiwiki","224308.BSU25200/224308.BSU31720","sigma factor","txid224308" +"BSU_25200","BSU_29140","SigA","CitZ","sigA","citZ","SigA","CitZ","subtiwiki","224308.BSU25200/224308.BSU29140","sigma factor","txid224308" +"BSU_25200","BSU_07830","SigA","BSU_07830","sigA","hypO","SigA","BSU_07830","subtiwiki","224308.BSU25200/224308.BSU07830","sigma factor","txid224308" +"BSU_25200","BSU_23100","SigA","SigX","sigA","sigX","SigA","SigX","subtiwiki","224308.BSU25200/224308.BSU23100","sigma factor","txid224308" +"BSU_25200","BSU_23490","SigA","PupG","sigA","pupG","SigA","PupG","subtiwiki","224308.BSU25200/224308.BSU23490","sigma factor","txid224308" +"BSU_25200","BSU_23090","SigA","RsiX","sigA","rsiX","SigA","RsiX","subtiwiki","224308.BSU25200/224308.BSU23090","sigma factor","txid224308" +"BSU_25200","BSU_03981","SigA","MtlA","sigA","mtlA","SigA","MtlA","subtiwiki","224308.BSU25200/224308.BSU03981","sigma factor","txid224308" +"BSU_25200","BSU_03990","SigA","BSU_03990","sigA","mtlD","SigA","BSU_03990","subtiwiki","224308.BSU25200/224308.BSU03990","sigma factor","txid224308" +"BSU_25200","BSU_31690","SigA","ComP","sigA","comP","SigA","ComP","subtiwiki","224308.BSU25200/224308.BSU31690","sigma factor","txid224308" +"BSU_25200","BSU_27930","SigA","Spo0B","sigA","spo0B","SigA","Spo0B","subtiwiki","224308.BSU25200/224308.BSU27930","sigma factor","txid224308" +"BSU_25200","BSU_15120","SigA","BshC","sigA","bshC","SigA","BshC","subtiwiki","224308.BSU25200/224308.BSU15120","sigma factor","txid224308" +"BSU_25200","BSU_28710","SigA","CstA","sigA","cstA","SigA","CstA","subtiwiki","224308.BSU25200/224308.BSU28710","sigma factor","txid224308" +"BSU_25200","BSU_09420","SigA","LytE","sigA","lytE","SigA","LytE","subtiwiki","224308.BSU25200/224308.BSU09420","sigma factor","txid224308" +"BSU_25200","BSU_28700","SigA","YsfE","sigA","ysfE","SigA","YsfE","subtiwiki","224308.BSU25200/224308.BSU28700","sigma factor","txid224308" +"BSU_25200","BSU_15940","SigA","Smc","sigA","smc","SigA","Smc","subtiwiki","224308.BSU25200/224308.BSU15940","sigma factor","txid224308" +"BSU_25200","BSU_19570","SigA","BSU_19570","sigA","mhqE","SigA","BSU_19570","subtiwiki","224308.BSU25200/224308.BSU19570","sigma factor","txid224308" +"BSU_25200","BSU_09440","SigA","CitA","sigA","citA","SigA","CitA","subtiwiki","224308.BSU25200/224308.BSU09440","sigma factor","txid224308" +"BSU_25200","BSU_18840","SigA","XynA","sigA","xynA","SigA","XynA","subtiwiki","224308.BSU25200/224308.BSU18840","sigma factor","txid224308" +"BSU_25200","BSU_15110","SigA","PanE-2","sigA","panE","SigA","PanE-2","subtiwiki","224308.BSU25200/224308.BSU15110","sigma factor","txid224308" +"BSU_25200","BSU_25230","SigA","BSU_25230","sigA","yqxD","SigA","BSU_25230","subtiwiki","224308.BSU25200/224308.BSU25230","sigma factor","txid224308" +"BSU_25200","BSU_15930","SigA","Rnc","sigA","rnc","SigA","Rnc","subtiwiki","224308.BSU25200/224308.BSU15930","sigma factor","txid224308" +"BSU_25200","BSU_27900","SigA","BSU_27900","sigA","pheA","SigA","BSU_27900","subtiwiki","224308.BSU25200/224308.BSU27900","sigma factor","txid224308" +"BSU_25200","BSU_25210","SigA","DnaG","sigA","dnaG","SigA","DnaG","subtiwiki","224308.BSU25200/224308.BSU25210","sigma factor","txid224308" +"BSU_25200","BSU_31700","SigA","ComX","sigA","comX","SigA","ComX","subtiwiki","224308.BSU25200/224308.BSU31700","sigma factor","txid224308" +"BSU_25200","BSU_27910","SigA","YszB","sigA","thrR","SigA","YszB","subtiwiki","224308.BSU25200/224308.BSU27910","sigma factor","txid224308" +"BSU_25200","BSU_31670","SigA","BSU_31670","sigA","yuxO","SigA","BSU_31670","subtiwiki","224308.BSU25200/224308.BSU31670","sigma factor","txid224308" +"BSU_25200","BSU_31680","SigA","ComA","sigA","comA","SigA","ComA","subtiwiki","224308.BSU25200/224308.BSU31680","sigma factor","txid224308" +"BSU_25200","BSU_19560","SigA","BSU_19560","sigA","mhqD","SigA","BSU_19560","subtiwiki","224308.BSU25200/224308.BSU19560","sigma factor","txid224308" +"BSU_25200","BSU_09450","SigA","BSU_09450","sigA","yhdF","SigA","BSU_09450","subtiwiki","224308.BSU25200/224308.BSU09450","sigma factor","txid224308" +"BSU_25200","BSU_13890","SigA","PtsG","sigA","ptsG","SigA","PtsG","subtiwiki","224308.BSU25200/224308.BSU13890","sigma factor","txid224308" +"BSU_25200","BSU_07690","SigA","BSU_07690","sigA","yflG","SigA","BSU_07690","subtiwiki","224308.BSU25200/224308.BSU07690","sigma factor","txid224308" +"BSU_25200","BSU_27920","SigA","Obg","sigA","obg","SigA","Obg","subtiwiki","224308.BSU25200/224308.BSU27920","sigma factor","txid224308" +"BSU_25200","BSU_07680","SigA","BSU_07680","sigA","yflH","SigA","BSU_07680","subtiwiki","224308.BSU25200/224308.BSU07680","sigma factor","txid224308" +"BSU_25200","BSU_07670","SigA","BSU_07670","sigA","yflI","SigA","BSU_07670","subtiwiki","224308.BSU25200/224308.BSU07670","sigma factor","txid224308" +"BSU_25200","BSU_31710","SigA","ComQ","sigA","comQ","SigA","ComQ","subtiwiki","224308.BSU25200/224308.BSU31710","sigma factor","txid224308" +"BSU_25200","BSU_02370","SigA","BSU_02370","sigA","gamR","SigA","BSU_02370","subtiwiki","224308.BSU25200/224308.BSU02370","sigma factor","txid224308" +"BSU_25200","BSU_01935","SigA","BSU_01935","sigA","skfC","SigA","BSU_01935","subtiwiki","224308.BSU25200/224308.BSU01935","sigma factor","txid224308" +"BSU_25200","BSU_01910","SigA","SkfA","sigA","skfA","SigA","SkfA","subtiwiki","224308.BSU25200/224308.BSU01910","sigma factor","txid224308" +"BSU_25200","BSU_01960","SigA","SkfF","sigA","skfF","SigA","SkfF","subtiwiki","224308.BSU25200/224308.BSU01960","sigma factor","txid224308" +"BSU_25200","BSU_10640","SigA","SbcD","sigA","sbcD","SigA","SbcD","subtiwiki","224308.BSU25200/224308.BSU10640","sigma factor","txid224308" +"BSU_25200","BSU_38580","SigA","LicC","sigA","licC","SigA","LicC","subtiwiki","224308.BSU25200/224308.BSU38580","sigma factor","txid224308" +"BSU_25200","BSU_10660","SigA","BSU_10660","sigA","hlpB","SigA","BSU_10660","subtiwiki","224308.BSU25200/224308.BSU10660","sigma factor","txid224308" +"BSU_25200","BSU_38600","SigA","LicR","sigA","licR","SigA","LicR","subtiwiki","224308.BSU25200/224308.BSU38600","sigma factor","txid224308" +"BSU_25200","BSU_01970","SigA","BSU_01970","sigA","skfG","SigA","BSU_01970","subtiwiki","224308.BSU25200/224308.BSU01970","sigma factor","txid224308" +"BSU_25200","BSU_23310","SigA","SipS","sigA","sipS","SigA","SipS","subtiwiki","224308.BSU25200/224308.BSU23310","sigma factor","txid224308" +"BSU_25200","BSU_10620","SigA","AddB","sigA","addB","SigA","AddB","subtiwiki","224308.BSU25200/224308.BSU10620","sigma factor","txid224308" +"BSU_25200","BSU_37320","SigA","NarK","sigA","narK","SigA","NarK","subtiwiki","224308.BSU25200/224308.BSU37320","sigma factor","txid224308" +"BSU_25200","BSU_01920","SigA","SkfB","sigA","skfB","SigA","SkfB","subtiwiki","224308.BSU25200/224308.BSU01920","sigma factor","txid224308" +"BSU_25200","BSU_38570","SigA","LicA","sigA","licA","SigA","LicA","subtiwiki","224308.BSU25200/224308.BSU38570","sigma factor","txid224308" +"BSU_25200","BSU_10630","SigA","AddA","sigA","addA","SigA","AddA","subtiwiki","224308.BSU25200/224308.BSU10630","sigma factor","txid224308" +"BSU_25200","BSU_19180","SigA","Des","sigA","des","SigA","Des","subtiwiki","224308.BSU25200/224308.BSU19180","sigma factor","txid224308" +"BSU_25200","BSU_29830","SigA","BSU_29830","sigA","ytpQ","SigA","BSU_29830","subtiwiki","224308.BSU25200/224308.BSU29830","sigma factor","txid224308" +"BSU_25200","BSU_01980","SigA","BSU_01980","sigA","skfH","SigA","BSU_01980","subtiwiki","224308.BSU25200/224308.BSU01980","sigma factor","txid224308" +"BSU_25200","BSU_06360","SigA","GuaA","sigA","guaA","SigA","GuaA","subtiwiki","224308.BSU25200/224308.BSU06360","sigma factor","txid224308" +"BSU_25200","BSU_38560","SigA","BSU_38560","sigA","licH","SigA","BSU_38560","subtiwiki","224308.BSU25200/224308.BSU38560","sigma factor","txid224308" +"BSU_25200","BSU_29820","SigA","YtpR","sigA","ytpR","SigA","YtpR","subtiwiki","224308.BSU25200/224308.BSU29820","sigma factor","txid224308" +"BSU_25200","BSU_01950","SigA","SkfE","sigA","skfE","SigA","SkfE","subtiwiki","224308.BSU25200/224308.BSU01950","sigma factor","txid224308" +"BSU_25200","BSU_05610","SigA","VmlR","sigA","vmlR","SigA","VmlR","subtiwiki","224308.BSU25200/224308.BSU05610","sigma factor","txid224308" +"BSU_25200","BSU_38590","SigA","LicB","sigA","licB","SigA","LicB","subtiwiki","224308.BSU25200/224308.BSU38590","sigma factor","txid224308" +"BSU_25200","BSU_10650","SigA","SbcC","sigA","sbcC","SigA","SbcC","subtiwiki","224308.BSU25200/224308.BSU10650","sigma factor","txid224308" +"BSU_25200","BSU_29840","SigA","YtpP","sigA","ytpP","SigA","YtpP","subtiwiki","224308.BSU25200/224308.BSU29840","sigma factor","txid224308" +"BSU_25200","BSU_39080","SigA","LicT","sigA","licT","SigA","LicT","subtiwiki","224308.BSU25200/224308.BSU39080","sigma factor","txid224308" +"BSU_25200","BSU_24190","SigA","BSU_24190","sigA","yqiI","SigA","BSU_24190","subtiwiki","224308.BSU25200/224308.BSU24190","sigma factor","txid224308" +"BSU_25200","BSU_34240","SigA","BSU_34240","sigA","epsM","SigA","BSU_34240","subtiwiki","224308.BSU25200/224308.BSU34240","sigma factor","txid224308" +"BSU_25200","BSU_34360","SigA","EpsB","sigA","epsB","SigA","EpsB","subtiwiki","224308.BSU25200/224308.BSU34360","sigma factor","txid224308" +"BSU_25200","BSU_34330","SigA","EpsE","sigA","epsE","SigA","EpsE","subtiwiki","224308.BSU25200/224308.BSU34330","sigma factor","txid224308" +"BSU_25200","BSU_34300","SigA","BSU_34300","sigA","epsH","SigA","BSU_34300","subtiwiki","224308.BSU25200/224308.BSU34300","sigma factor","txid224308" +"BSU_25200","BSU_34230","SigA","BSU_34230","sigA","epsN","SigA","BSU_34230","subtiwiki","224308.BSU25200/224308.BSU34230","sigma factor","txid224308" +"BSU_25200","BSU_34265","SigA","BSU_34265","sigA","epsK","SigA","BSU_34265","subtiwiki","224308.BSU25200/224308.BSU34265","sigma factor","txid224308" +"BSU_25200","BSU_34340","SigA","BSU_34340","sigA","epsD","SigA","BSU_34340","subtiwiki","224308.BSU25200/224308.BSU34340","sigma factor","txid224308" +"BSU_25200","BSU_24200","SigA","BSU_24200","sigA","yqiH","SigA","BSU_24200","subtiwiki","224308.BSU25200/224308.BSU24200","sigma factor","txid224308" +"BSU_25200","BSU_34220","SigA","BSU_34220","sigA","epsO","SigA","BSU_34220","subtiwiki","224308.BSU25200/224308.BSU34220","sigma factor","txid224308" +"BSU_25200","BSU_34350","SigA","BSU_34350","sigA","epsC","SigA","BSU_34350","subtiwiki","224308.BSU25200/224308.BSU34350","sigma factor","txid224308" +"BSU_25200","BSU_27500","SigA","TrmU","sigA","trmU","SigA","TrmU","subtiwiki","224308.BSU25200/224308.BSU27500","sigma factor","txid224308" +"BSU_25200","BSU_27510","SigA","IscSA","sigA","yrvO","SigA","YrvO","subtiwiki","224308.BSU25200/224308.BSU27510","sigma factor","txid224308" +"BSU_25200","BSU_27520","SigA","CymR","sigA","cymR","SigA","CymR","subtiwiki","224308.BSU25200/224308.BSU27520","sigma factor","txid224308" +"BSU_25200","BSU_34250","SigA","BSU_34250","sigA","epsL","SigA","BSU_34250","subtiwiki","224308.BSU25200/224308.BSU34250","sigma factor","txid224308" +"BSU_25200","BSU_24180","SigA","YqiK","sigA","yqiK","SigA","YqiK","subtiwiki","224308.BSU25200/224308.BSU24180","sigma factor","txid224308" +"BSU_25200","BSU_34320","SigA","BSU_34320","sigA","epsF","SigA","BSU_34320","subtiwiki","224308.BSU25200/224308.BSU34320","sigma factor","txid224308" +"BSU_25200","BSU_34370","SigA","EpsA","sigA","epsA","SigA","EpsA","subtiwiki","224308.BSU25200/224308.BSU34370","sigma factor","txid224308" +"BSU_25200","BSU_34310","SigA","BSU_34310","sigA","epsG","SigA","BSU_34310","subtiwiki","224308.BSU25200/224308.BSU34310","sigma factor","txid224308" +"BSU_25200","BSU_34280","SigA","BSU_34280","sigA","epsJ","SigA","BSU_34280","subtiwiki","224308.BSU25200/224308.BSU34280","sigma factor","txid224308" +"BSU_25200","BSU_03040","SigA","AmyE","sigA","amyE","SigA","AmyE","subtiwiki","224308.BSU25200/224308.BSU03040","sigma factor","txid224308" +"BSU_25200","BSU_34290","SigA","BSU_34290","sigA","epsI","SigA","BSU_34290","subtiwiki","224308.BSU25200/224308.BSU34290","sigma factor","txid224308" +"BSU_25200","BSU_11220","SigA","ArgD","sigA","argD","SigA","ArgD","subtiwiki","224308.BSU25200/224308.BSU11220","sigma factor","txid224308" +"BSU_25200","BSU_09840","SigA","HemZ","sigA","hemZ","SigA","HemZ","subtiwiki","224308.BSU25200/224308.BSU09840","sigma factor","txid224308" +"BSU_25200","BSU_28220","SigA","ClpX","sigA","clpX","SigA","ClpX","subtiwiki","224308.BSU25200/224308.BSU28220","sigma factor","txid224308" +"BSU_25200","BSU_11200","SigA","ArgJ","sigA","argJ","SigA","ArgJ","subtiwiki","224308.BSU25200/224308.BSU11200","sigma factor","txid224308" +"BSU_25200","BSU_11250","SigA","ArgF","sigA","argF","SigA","ArgF","subtiwiki","224308.BSU25200/224308.BSU11250","sigma factor","txid224308" +"BSU_25200","BSU_12870","SigA","BSU_12870","sigA","mhqA","SigA","BSU_12870","subtiwiki","224308.BSU25200/224308.BSU12870","sigma factor","txid224308" +"BSU_25200","BSU_02860","SigA","ZnuC","sigA","znuC","SigA","ZnuC","subtiwiki","224308.BSU25200/224308.BSU02860","sigma factor","txid224308" +"BSU_25200","BSU_11240","SigA","CarB","sigA","carB","SigA","CarB","subtiwiki","224308.BSU25200/224308.BSU11240","sigma factor","txid224308" +"BSU_25200","BSU_13570","SigA","BSU_13570","sigA","mtnU","SigA","BSU_13570","subtiwiki","224308.BSU25200/224308.BSU13570","sigma factor","txid224308" +"BSU_25200","BSU_02870","SigA","ZnuB","sigA","znuB","SigA","ZnuB","subtiwiki","224308.BSU25200/224308.BSU02870","sigma factor","txid224308" +"BSU_25200","BSU_02850","SigA","ZnuA","sigA","znuA","SigA","ZnuA","subtiwiki","224308.BSU25200/224308.BSU02850","sigma factor","txid224308" +"BSU_25200","BSU_09430","SigA","BSU_09430","sigA","citR","SigA","BSU_09430","subtiwiki","224308.BSU25200/224308.BSU09430","sigma factor","txid224308" +"BSU_25200","BSU_11210","SigA","BSU_11210","sigA","argB","SigA","BSU_11210","subtiwiki","224308.BSU25200/224308.BSU11210","sigma factor","txid224308" +"BSU_25200","BSU_11230","SigA","CarA","sigA","carA","SigA","CarA","subtiwiki","224308.BSU25200/224308.BSU11230","sigma factor","txid224308" +"BSU_25200","BSU_35680","SigA","BSU_35680","sigA","ggaB","SigA","BSU_35680","subtiwiki","224308.BSU25200/224308.BSU35680","sigma factor","txid224308" +"BSU_25200","BSU_35690","SigA","BSU_35690","sigA","ggaA","SigA","BSU_35690","subtiwiki","224308.BSU25200/224308.BSU35690","sigma factor","txid224308" +"BSU_25200","BSU_11190","SigA","ArgC","sigA","argC","SigA","ArgC","subtiwiki","224308.BSU25200/224308.BSU11190","sigma factor","txid224308" +"BSU_25200","BSU_23800","SigA","ProI","sigA","proI","SigA","ProI","subtiwiki","224308.BSU25200/224308.BSU23800","sigma factor","txid224308" +"BSU_25200","BSU_32000","SigA","DhbA","sigA","dhbA","SigA","DhbA","subtiwiki","224308.BSU25200/224308.BSU32000","sigma factor","txid224308" +"BSU_25200","BSU_31970","SigA","DhbB","sigA","dhbB","SigA","DhbB","subtiwiki","224308.BSU25200/224308.BSU31970","sigma factor","txid224308" +"BSU_25200","BSU_31960","SigA","DhbF","sigA","dhbF","SigA","DhbF","subtiwiki","224308.BSU25200/224308.BSU31960","sigma factor","txid224308" +"BSU_25200","BSU_35790","SigA","YvyI","sigA","pmi","SigA","YvyI","subtiwiki","224308.BSU25200/224308.BSU35790","sigma factor","txid224308" +"BSU_25200","BSU_17600","SigA","BSU_17600","sigA","xylA","SigA","BSU_17600","subtiwiki","224308.BSU25200/224308.BSU17600","sigma factor","txid224308" +"BSU_25200","BSU_34960","SigA","BSU_34960","sigA","yvoF","SigA","BSU_34960","subtiwiki","224308.BSU25200/224308.BSU34960","sigma factor","txid224308" +"BSU_25200","BSU_34980","SigA","BSU_34980","sigA","yvoD","SigA","BSU_34980","subtiwiki","224308.BSU25200/224308.BSU34980","sigma factor","txid224308" +"BSU_25200","BSU_25810","SigA","BSU_25810","sigA","arsR","SigA","BSU_25810","subtiwiki","224308.BSU25200/224308.BSU25810","sigma factor","txid224308" +"BSU_25200","BSU_25780","SigA","ArsC","sigA","arsC","SigA","ArsC","subtiwiki","224308.BSU25200/224308.BSU25780","sigma factor","txid224308" +"BSU_25200","BSU_28070","SigA","ComC","sigA","comC","SigA","ComC","subtiwiki","224308.BSU25200/224308.BSU28070","sigma factor","txid224308" +"BSU_25200","BSU_31959","SigA","BSU_31959","sigA","ybdZ","SigA","BSU_31959","subtiwiki","224308.BSU25200/224308.BSU31959","sigma factor","txid224308" +"BSU_25200","BSU_25800","SigA","BSU_25800","sigA","yqcK","SigA","BSU_25800","subtiwiki","224308.BSU25200/224308.BSU25800","sigma factor","txid224308" +"BSU_25200","BSU_31980","SigA","DhbE","sigA","dhbE","SigA","DhbE","subtiwiki","224308.BSU25200/224308.BSU31980","sigma factor","txid224308" +"BSU_25200","BSU_03010","SigA","BSU_03010","sigA","amhX","SigA","BSU_03010","subtiwiki","224308.BSU25200/224308.BSU03010","sigma factor","txid224308" +"BSU_25200","BSU_34970","SigA","PpaX","sigA","yvoE","SigA","PpaX","subtiwiki","224308.BSU25200/224308.BSU34970","sigma factor","txid224308" +"BSU_25200","BSU_25790","SigA","BSU_25790","sigA","arsB","SigA","BSU_25790","subtiwiki","224308.BSU25200/224308.BSU25790","sigma factor","txid224308" +"BSU_25200","BSU_31990","SigA","DhbC","sigA","dhbC","SigA","DhbC","subtiwiki","224308.BSU25200/224308.BSU31990","sigma factor","txid224308" +"BSU_25200","BSU_17580","SigA","BSU_17580","sigA","xynB","SigA","BSU_17580","subtiwiki","224308.BSU25200/224308.BSU17580","sigma factor","txid224308" +"BSU_25200","BSU_17570","SigA","BSU_17570","sigA","xynP","SigA","BSU_17570","subtiwiki","224308.BSU25200/224308.BSU17570","sigma factor","txid224308" +"BSU_25200","BSU_17610","SigA","BSU_17610","sigA","xylB","SigA","BSU_17610","subtiwiki","224308.BSU25200/224308.BSU17610","sigma factor","txid224308" +"BSU_25200","BSU_35000","SigA","HprK","sigA","hprK","SigA","HprK","subtiwiki","224308.BSU25200/224308.BSU35000","sigma factor","txid224308" +"BSU_25200","BSU_33440","SigA","CysJ","sigA","cysJ","SigA","CysJ","subtiwiki","224308.BSU25200/224308.BSU33440","sigma factor","txid224308" +"BSU_25200","BSU_33430","SigA","CysI","sigA","cysI","SigA","CysI","subtiwiki","224308.BSU25200/224308.BSU33430","sigma factor","txid224308" +"BSU_25200","BSU_13700","SigA","ClpE","sigA","clpE","SigA","ClpE","subtiwiki","224308.BSU25200/224308.BSU13700","sigma factor","txid224308" +"BSU_25200","BSU_34990","SigA","Lgt","sigA","lgt","SigA","Lgt","subtiwiki","224308.BSU25200/224308.BSU34990","sigma factor","txid224308" +"BSU_25200","BSU_32520","SigA","BSU_32520","sigA","pucG","SigA","BSU_32520","subtiwiki","224308.BSU25200/224308.BSU32520","sigma factor","txid224308" +"BSU_25200","BSU_25290","SigA","Era","sigA","era","SigA","Era","subtiwiki","224308.BSU25200/224308.BSU25290","sigma factor","txid224308" +"BSU_25200","BSU_31740","SigA","YuxH","sigA","pdeH","SigA","YuxH","subtiwiki","224308.BSU25200/224308.BSU31740","sigma factor","txid224308" +"BSU_25200","BSU_25300","SigA","BSU_25300","sigA","cdd","SigA","BSU_25300","subtiwiki","224308.BSU25200/224308.BSU25300","sigma factor","txid224308" +"BSU_25200","BSU_03970","SigA","BSU_03970","sigA","ycnL","SigA","BSU_03970","subtiwiki","224308.BSU25200/224308.BSU03970","sigma factor","txid224308" +"BSU_25200","BSU_10770","SigA","WprA","sigA","wprA","SigA","WprA","subtiwiki","224308.BSU25200/224308.BSU10770","sigma factor","txid224308" +"BSU_25200","BSU_17260","SigA","BSU_17260","sigA","aprX","SigA","BSU_17260","subtiwiki","224308.BSU25200/224308.BSU17260","sigma factor","txid224308" +"BSU_25200","BSU_29690","SigA","AcuA","sigA","acuA","SigA","AcuA","subtiwiki","224308.BSU25200/224308.BSU29690","sigma factor","txid224308" +"BSU_25200","BSU_25289","SigA","BSU_25289","sigA","yqzL","SigA","BSU_25289","subtiwiki","224308.BSU25200/224308.BSU25289","sigma factor","txid224308" +"BSU_25200","BSU_08630","SigA","BSU_08630","sigA","mutY","SigA","BSU_08630","subtiwiki","224308.BSU25200/224308.BSU08630","sigma factor","txid224308" +"BSU_25200","BSU_32530","SigA","BSU_32530","sigA","pucF","SigA","BSU_32530","subtiwiki","224308.BSU25200/224308.BSU32530","sigma factor","txid224308" +"BSU_25200","BSU_29710","SigA","BSU_29710","sigA","acuC","SigA","BSU_29710","subtiwiki","224308.BSU25200/224308.BSU29710","sigma factor","txid224308" +"BSU_25200","BSU_25280","SigA","RecO","sigA","recO","SigA","RecO","subtiwiki","224308.BSU25200/224308.BSU25280","sigma factor","txid224308" +"BSU_25200","BSU_14870","SigA","CtaA","sigA","ctaA","SigA","CtaA","subtiwiki","224308.BSU25200/224308.BSU14870","sigma factor","txid224308" +"BSU_25200","BSU_29700","SigA","AcuB","sigA","acuB","SigA","AcuB","subtiwiki","224308.BSU25200/224308.BSU29700","sigma factor","txid224308" +"BSU_25200","BSU_39690","SigA","BSU_39690","sigA","iolH","SigA","BSU_39690","subtiwiki","224308.BSU25200/224308.BSU39690","sigma factor","txid224308" +"BSU_25200","BSU_39730","SigA","IolD","sigA","iolD","SigA","IolD","subtiwiki","224308.BSU25200/224308.BSU39730","sigma factor","txid224308" +"BSU_25200","BSU_40160","SigA","EpeP","sigA","epeP","SigA","EpeP","subtiwiki","224308.BSU25200/224308.BSU40160","sigma factor","txid224308" +"BSU_25200","BSU_39710","SigA","BSU_39710","sigA","iolF","SigA","BSU_39710","subtiwiki","224308.BSU25200/224308.BSU39710","sigma factor","txid224308" +"BSU_25200","BSU_39720","SigA","BSU_39720","sigA","iolE","SigA","BSU_39720","subtiwiki","224308.BSU25200/224308.BSU39720","sigma factor","txid224308" +"BSU_25200","BSU_28510","SigA","Xsa","sigA","abf2","SigA","Xsa","subtiwiki","224308.BSU25200/224308.BSU28510","sigma factor","txid224308" +"BSU_25200","BSU_40140","SigA","YydJ","sigA","epeB","SigA","EpeB","subtiwiki","224308.BSU25200/224308.BSU40140","sigma factor","txid224308" +"BSU_25200","BSU_13850","SigA","BSU_13850","sigA","pfeT","SigA","BSU_13850","subtiwiki","224308.BSU25200/224308.BSU13850","sigma factor","txid224308" +"BSU_25200","BSU_39700","SigA","IolG","sigA","iolG","SigA","IolG","subtiwiki","224308.BSU25200/224308.BSU39700","sigma factor","txid224308" +"BSU_25200","BSU_39670","SigA","BSU_39670","sigA","iolJ","SigA","BSU_39670","subtiwiki","224308.BSU25200/224308.BSU39670","sigma factor","txid224308" +"BSU_25200","BSU_39740","SigA","BSU_39740","sigA","iolC","SigA","BSU_39740","subtiwiki","224308.BSU25200/224308.BSU39740","sigma factor","txid224308" +"BSU_25200","BSU_12900","SigA","HtrA","sigA","htrA","SigA","HtrA","subtiwiki","224308.BSU25200/224308.BSU12900","sigma factor","txid224308" +"BSU_25200","BSU_39760","SigA","BSU_39760","sigA","iolA","SigA","BSU_39760","subtiwiki","224308.BSU25200/224308.BSU39760","sigma factor","txid224308" +"BSU_25200","BSU_40180","SigA","EpeX","sigA","epeX","SigA","EpeX","subtiwiki","224308.BSU25200/224308.BSU40180","sigma factor","txid224308" +"BSU_25200","BSU_40170","SigA","EpeE","sigA","epeE","SigA","EpeE","subtiwiki","224308.BSU25200/224308.BSU40170","sigma factor","txid224308" +"BSU_25200","new_2273724_2273988_c","SigA","new_2273724_2273988_c","sigA","SR4","SigA","new_2273724_2273988_c","subtiwiki","224308.BSU25200/224308.new22737242273988c","sigma factor","txid224308" +"BSU_25200","BSU_39750","SigA","BSU_39750","sigA","iolB","SigA","BSU_39750","subtiwiki","224308.BSU25200/224308.BSU39750","sigma factor","txid224308" +"BSU_25200","BSU_40150","SigA","YydI","sigA","epeA","SigA","EpeA","subtiwiki","224308.BSU25200/224308.BSU40150","sigma factor","txid224308" +"BSU_25200","BSU_01820","SigA","BSU_01820","sigA","adaB","SigA","BSU_01820","subtiwiki","224308.BSU25200/224308.BSU01820","sigma factor","txid224308" +"BSU_25200","BSU_35180","SigA","BSU_35180","sigA","csbA","SigA","BSU_35180","subtiwiki","224308.BSU25200/224308.BSU35180","sigma factor","txid224308" +"BSU_25200","BSU_01810","SigA","BSU_01810","sigA","adaA","SigA","BSU_01810","subtiwiki","224308.BSU25200/224308.BSU01810","sigma factor","txid224308" +"BSU_25200","BSU_33510","SigA","CopZ","sigA","copZ","SigA","CopZ","subtiwiki","224308.BSU25200/224308.BSU33510","sigma factor","txid224308" +"BSU_25200","BSU_33500","SigA","CopA","sigA","copA","SigA","CopA","subtiwiki","224308.BSU25200/224308.BSU33500","sigma factor","txid224308" +"BSU_25200","BSU_39680","SigA","BSU_39680","sigA","iolI","SigA","BSU_39680","subtiwiki","224308.BSU25200/224308.BSU39680","sigma factor","txid224308" +"BSU_25200","BSU_08730","SigA","BSU_08730","sigA","perR","SigA","BSU_08730","subtiwiki","224308.BSU25200/224308.BSU08730","sigma factor","txid224308" +"BSU_25200","BSU_05740","SigA","PhoB","sigA","phoB","SigA","PhoB","subtiwiki","224308.BSU25200/224308.BSU05740","sigma factor","txid224308" +"BSU_25200","BSU_04470","SigA","DctP","sigA","dctP","SigA","DctP","subtiwiki","224308.BSU25200/224308.BSU04470","sigma factor","txid224308" +"BSU_25200","BSU_22140","SigA","BSU_22140","sigA","kduD","SigA","BSU_22140","subtiwiki","224308.BSU25200/224308.BSU22140","sigma factor","txid224308" +"BSU_25200","BSU_03130","SigA","BSU_03130","sigA","nadE","SigA","BSU_03130","subtiwiki","224308.BSU25200/224308.BSU03130","sigma factor","txid224308" +"BSU_25200","BSU_05730","SigA","BSU_05730","sigA","ydhF","SigA","BSU_05730","subtiwiki","224308.BSU25200/224308.BSU05730","sigma factor","txid224308" +"BSU_25200","BSU_37560","SigA","ThrZ","sigA","thrZ","SigA","ThrZ","subtiwiki","224308.BSU25200/224308.BSU37560","sigma factor","txid224308" +"BSU_25200","BSU_22130","SigA","BSU_22130","sigA","kduI","SigA","BSU_22130","subtiwiki","224308.BSU25200/224308.BSU22130","sigma factor","txid224308" +"BSU_25200","BSU_37550","SigA","BSU_37550","sigA","ywhA","SigA","BSU_37550","subtiwiki","224308.BSU25200/224308.BSU37550","sigma factor","txid224308" +"BSU_25200","BSU_36600","SigA","BSU_36600","sigA","mta","SigA","BSU_36600","subtiwiki","224308.BSU25200/224308.BSU36600","sigma factor","txid224308" +"BSU_25200","BSU_28500","SigA","TrxA","sigA","trxA","SigA","TrxA","subtiwiki","224308.BSU25200/224308.BSU28500","sigma factor","txid224308" +"BSU_25200","BSU_33100","SigA","LiaF","sigA","liaF","SigA","LiaF","subtiwiki","224308.BSU25200/224308.BSU33100","sigma factor","txid224308" +"BSU_25200","BSU_40300","SigA","RapG","sigA","rapG","SigA","RapG","subtiwiki","224308.BSU25200/224308.BSU40300","sigma factor","txid224308" +"BSU_25200","BSU_09280","SigA","BSU_09280","sigA","glpF","SigA","BSU_09280","subtiwiki","224308.BSU25200/224308.BSU09280","sigma factor","txid224308" +"BSU_25200","BSU_09290","SigA","GlpK","sigA","glpK","SigA","GlpK","subtiwiki","224308.BSU25200/224308.BSU09290","sigma factor","txid224308" +"BSU_25200","BSU_07700","SigA","NagP","sigA","nagP","SigA","NagP","subtiwiki","224308.BSU25200/224308.BSU07700","sigma factor","txid224308" +"BSU_25200","BSU_33110","SigA","LiaG","sigA","liaG","SigA","LiaG","subtiwiki","224308.BSU25200/224308.BSU33110","sigma factor","txid224308" +"BSU_25200","BSU_00400","SigA","BSU_00400","sigA","yabE","SigA","BSU_00400","subtiwiki","224308.BSU25200/224308.BSU00400","sigma factor","txid224308" +"BSU_25200","BSU_36000","SigA","BSU_36000","sigA","alsD","SigA","BSU_36000","subtiwiki","224308.BSU25200/224308.BSU36000","sigma factor","txid224308" +"BSU_25200","BSU_33090","SigA","LiaS","sigA","liaS","SigA","LiaS","subtiwiki","224308.BSU25200/224308.BSU33090","sigma factor","txid224308" +"BSU_25200","BSU_28810","SigA","BSU_28810","sigA","abnA","SigA","BSU_28810","subtiwiki","224308.BSU25200/224308.BSU28810","sigma factor","txid224308" +"BSU_25200","BSU_40310","SigA","PhrG","sigA","phrG","SigA","PhrG","subtiwiki","224308.BSU25200/224308.BSU40310","sigma factor","txid224308" +"BSU_25200","BSU_36010","SigA","AlsS","sigA","alsS","SigA","AlsS","subtiwiki","224308.BSU25200/224308.BSU36010","sigma factor","txid224308" +"BSU_25200","BSU_33080","SigA","LiaR","sigA","liaR","SigA","LiaR","subtiwiki","224308.BSU25200/224308.BSU33080","sigma factor","txid224308" +"BSU_25200","BSU_15590","SigA","Sat","sigA","sat","SigA","Sat","subtiwiki","224308.BSU25200/224308.BSU15590","sigma factor","txid224308" +"BSU_25200","BSU_14540","SigA","RnpZA","sigA","rpoY","SigA","RpoY","subtiwiki","224308.BSU25200/224308.BSU14540","sigma factor","txid224308" +"BSU_25200","BSU_18470","SigA","ProJ","sigA","proJ","SigA","ProJ","subtiwiki","224308.BSU25200/224308.BSU18470","sigma factor","txid224308" +"BSU_25200","BSU_40920","SigA","EngD","sigA","yyaF","SigA","EngD","subtiwiki","224308.BSU25200/224308.BSU40920","sigma factor","txid224308" +"BSU_25200","BSU_30290","SigA","AmyC","sigA","melC","SigA","MelC","subtiwiki","224308.BSU25200/224308.BSU30290","sigma factor","txid224308" +"BSU_25200","BSU_15630","SigA","SirC","sigA","ylnF","SigA","SirC","subtiwiki","224308.BSU25200/224308.BSU15630","sigma factor","txid224308" +"BSU_25200","BSU_30810","SigA","BSU_30810","sigA","ytxM","SigA","BSU_30810","subtiwiki","224308.BSU25200/224308.BSU30810","sigma factor","txid224308" +"BSU_25200","BSU_40910","SigA","RpsF","sigA","rpsF","SigA","RpsF","subtiwiki","224308.BSU25200/224308.BSU40910","sigma factor","txid224308" +"BSU_25200","BSU_28950","SigA","ThrS","sigA","thrS","SigA","ThrS","subtiwiki","224308.BSU25200/224308.BSU28950","sigma factor","txid224308" +"BSU_25200","BSU_30300","SigA","BSU_30300","sigA","melA","SigA","BSU_30300","subtiwiki","224308.BSU25200/224308.BSU30300","sigma factor","txid224308" +"BSU_25200","BSU_15610","SigA","SumT","sigA","ylnD","SigA","SumT","subtiwiki","224308.BSU25200/224308.BSU15610","sigma factor","txid224308" +"BSU_25200","BSU_40900","SigA","SsbA","sigA","ssbA","SigA","SsbA","subtiwiki","224308.BSU25200/224308.BSU40900","sigma factor","txid224308" +"BSU_25200","BSU_40890","SigA","RpsR","sigA","rpsR","SigA","RpsR","subtiwiki","224308.BSU25200/224308.BSU40890","sigma factor","txid224308" +"BSU_25200","BSU_18480","SigA","ProH","sigA","proH","SigA","ProH","subtiwiki","224308.BSU25200/224308.BSU18480","sigma factor","txid224308" +"BSU_25200","BSU_30260","SigA","BSU_30260","sigA","melR","SigA","BSU_30260","subtiwiki","224308.BSU25200/224308.BSU30260","sigma factor","txid224308" +"BSU_25200","BSU_15570","SigA","CysH","sigA","cysH","SigA","CysH","subtiwiki","224308.BSU25200/224308.BSU15570","sigma factor","txid224308" +"BSU_25200","BSU_14530","SigA","RnjA","sigA","rnjA","SigA","RnjA","subtiwiki","224308.BSU25200/224308.BSU14530","sigma factor","txid224308" +"BSU_25200","BSU_15620","SigA","SirB","sigA","sirB","SigA","SirB","subtiwiki","224308.BSU25200/224308.BSU15620","sigma factor","txid224308" +"BSU_25200","BSU_15580","SigA","BSU_15580","sigA","cysP","SigA","BSU_15580","subtiwiki","224308.BSU25200/224308.BSU15580","sigma factor","txid224308" +"BSU_25200","BSU_30830","SigA","MenF","sigA","menF","SigA","MenF","subtiwiki","224308.BSU25200/224308.BSU30830","sigma factor","txid224308" +"BSU_25200","BSU_30280","SigA","AmyD","sigA","melD","SigA","MelD","subtiwiki","224308.BSU25200/224308.BSU30280","sigma factor","txid224308" +"BSU_25200","BSU_15600","SigA","CysC","sigA","cysC","SigA","CysC","subtiwiki","224308.BSU25200/224308.BSU15600","sigma factor","txid224308" +"BSU_25200","BSU_30270","SigA","MsmE","sigA","melE","SigA","MelE","subtiwiki","224308.BSU25200/224308.BSU30270","sigma factor","txid224308" +"BSU_25200","BSU_30820","SigA","MenD","sigA","menD","SigA","MenD","subtiwiki","224308.BSU25200/224308.BSU30820","sigma factor","txid224308" +"BSU_25200","BSU_06030","SigA","GroEL","sigA","groEL","SigA","GroEL","subtiwiki","224308.BSU25200/224308.BSU06030","sigma factor","txid224308" +"BSU_25200","BSU_06020","SigA","GroES","sigA","groES","SigA","GroES","subtiwiki","224308.BSU25200/224308.BSU06020","sigma factor","txid224308" +"BSU_25200","BSU_15280","SigA","FtsA","sigA","ftsA","SigA","FtsA","subtiwiki","224308.BSU25200/224308.BSU15280","sigma factor","txid224308" +"BSU_25200","BSU_01600","SigA","BSU_01600","sigA","ybbA","SigA","BSU_01600","subtiwiki","224308.BSU25200/224308.BSU01600","sigma factor","txid224308" +"BSU_25200","BSU_35710","SigA","TagG","sigA","tagG","SigA","TagG","subtiwiki","224308.BSU25200/224308.BSU35710","sigma factor","txid224308" +"BSU_25200","BSU_38110","SigA","NfrAA","sigA","nfrA","SigA","NfrAA","subtiwiki","224308.BSU25200/224308.BSU38110","sigma factor","txid224308" +"BSU_25200","BSU_35700","SigA","TagH","sigA","tagH","SigA","TagH","subtiwiki","224308.BSU25200/224308.BSU35700","sigma factor","txid224308" +"BSU_25200","BSU_34190","SigA","BSU_34190","sigA","lutP","SigA","BSU_34190","subtiwiki","224308.BSU25200/224308.BSU34190","sigma factor","txid224308" +"BSU_25200","BSU_01630","SigA","FeuA","sigA","feuA","SigA","FeuA","subtiwiki","224308.BSU25200/224308.BSU01630","sigma factor","txid224308" +"BSU_25200","BSU_00030","SigA","BSU_00030","sigA","yaaA","SigA","BSU_00030","subtiwiki","224308.BSU25200/224308.BSU00030","sigma factor","txid224308" +"BSU_25200","BSU_02420","SigA","BSU_02420","sigA","glnT","SigA","BSU_02420","subtiwiki","224308.BSU25200/224308.BSU02420","sigma factor","txid224308" +"BSU_25200","BSU_02430","SigA","GlsA","sigA","glsA","SigA","GlsA","subtiwiki","224308.BSU25200/224308.BSU02430","sigma factor","txid224308" +"BSU_25200","BSU_01620","SigA","FeuB","sigA","feuB","SigA","FeuB","subtiwiki","224308.BSU25200/224308.BSU01620","sigma factor","txid224308" +"BSU_25200","BSU_00040","SigA","RecF","sigA","recF","SigA","RecF","subtiwiki","224308.BSU25200/224308.BSU00040","sigma factor","txid224308" +"BSU_25200","BSU_36770","SigA","BSU_36770","sigA","spoIIT","SigA","BSU_36770","subtiwiki","224308.BSU25200/224308.BSU36770","sigma factor","txid224308" +"BSU_25200","BSU_03670","SigA","BSU_03670","sigA","dtpT","SigA","BSU_03670","subtiwiki","224308.BSU25200/224308.BSU03670","sigma factor","txid224308" +"BSU_25200","BSU_35740","SigA","TagD","sigA","tagD","SigA","TagD","subtiwiki","224308.BSU25200/224308.BSU35740","sigma factor","txid224308" +"BSU_25200","BSU_25690","SigA","Sda","sigA","sda","SigA","Sda","subtiwiki","224308.BSU25200/224308.BSU25690","sigma factor","txid224308" +"BSU_25200","BSU_01610","SigA","FeuC","sigA","feuC","SigA","FeuC","subtiwiki","224308.BSU25200/224308.BSU01610","sigma factor","txid224308" +"BSU_25200","BSU_00070","SigA","GyrA","sigA","gyrA","SigA","GyrA","subtiwiki","224308.BSU25200/224308.BSU00070","sigma factor","txid224308" +"BSU_25200","BSU_00050","SigA","BSU_00050","sigA","remB","SigA","BSU_00050","subtiwiki","224308.BSU25200/224308.BSU00050","sigma factor","txid224308" +"BSU_25200","BSU_38100","SigA","BSU_38100","sigA","ywcH","SigA","BSU_38100","subtiwiki","224308.BSU25200/224308.BSU38100","sigma factor","txid224308" +"BSU_25200","BSU_32990","SigA","BSU_32990","sigA","mrgA","SigA","BSU_32990","subtiwiki","224308.BSU25200/224308.BSU32990","sigma factor","txid224308" +"BSU_25200","BSU_35730","SigA","TagE","sigA","tagE","SigA","TagE","subtiwiki","224308.BSU25200/224308.BSU35730","sigma factor","txid224308" +"BSU_25200","BSU_01070","SigA","RpoB","sigA","rpoB","SigA","RpoB","subtiwiki","224308.BSU25200/224308.BSU01070","sigma factor","txid224308" +"BSU_25200","BSU_00980","SigA","SigH","sigA","sigH","SigA","SigH","subtiwiki","224308.BSU25200/224308.BSU00980","sigma factor","txid224308" +"BSU_25200","BSU_00060","SigA","GyrB","sigA","gyrB","SigA","GyrB","subtiwiki","224308.BSU25200/224308.BSU00060","sigma factor","txid224308" +"BSU_25200","BSU_15290","SigA","FtsZ","sigA","ftsZ","SigA","FtsZ","subtiwiki","224308.BSU25200/224308.BSU15290","sigma factor","txid224308" +"BSU_25200","BSU_35720","SigA","TagF","sigA","tagF","SigA","TagF","subtiwiki","224308.BSU25200/224308.BSU35720","sigma factor","txid224308" +"BSU_25200","BSU_00990","SigA","RpmGB","sigA","rpmGB","SigA","RpmGB","subtiwiki","224308.BSU25200/224308.BSU00990","sigma factor","txid224308" +"BSU_25200","BSU_01000","SigA","SecE","sigA","secE","SigA","SecE","subtiwiki","224308.BSU25200/224308.BSU01000","sigma factor","txid224308" +"BSU_25200","BSU_01080","SigA","RpoC","sigA","rpoC","SigA","RpoC","subtiwiki","224308.BSU25200/224308.BSU01080","sigma factor","txid224308" +"BSU_25200","BSU_36780","SigA","BSU_36780","sigA","ywzB","SigA","BSU_36780","subtiwiki","224308.BSU25200/224308.BSU36780","sigma factor","txid224308" +"BSU_25200","BSU_36760","SigA","MurAA","sigA","murAA","SigA","MurAA","subtiwiki","224308.BSU25200/224308.BSU36760","sigma factor","txid224308" +"BSU_25200","BSU_15900","SigA","FabD","sigA","fabD","SigA","FabD","subtiwiki","224308.BSU25200/224308.BSU15900","sigma factor","txid224308" +"BSU_25200","BSU_38860","SigA","GalE","sigA","galE","SigA","GalE","subtiwiki","224308.BSU25200/224308.BSU38860","sigma factor","txid224308" +"BSU_25200","BSU_15910","SigA","FabG","sigA","fabG","SigA","FabG","subtiwiki","224308.BSU25200/224308.BSU15910","sigma factor","txid224308" +"BSU_25200","BSU_15880","SigA","FapR","sigA","fapR","SigA","FapR","subtiwiki","224308.BSU25200/224308.BSU15880","sigma factor","txid224308" +"BSU_25200","BSU_29400","SigA","BSU_29400","sigA","ascR","SigA","BSU_29400","subtiwiki","224308.BSU25200/224308.BSU29400","sigma factor","txid224308" +"BSU_25200","BSU_29610","SigA","EzrA","sigA","ezrA","SigA","EzrA","subtiwiki","224308.BSU25200/224308.BSU29610","sigma factor","txid224308" +"BSU_25200","BSU_33790","SigA","SdpR","sigA","sdpR","SigA","SdpR","subtiwiki","224308.BSU25200/224308.BSU33790","sigma factor","txid224308" +"BSU_25200","BSU_33780","SigA","SdpI","sigA","sdpI","SigA","SdpI","subtiwiki","224308.BSU25200/224308.BSU33780","sigma factor","txid224308" +"BSU_25200","BSU_40780","SigA","BSU_40780","sigA","tetL","SigA","BSU_40780","subtiwiki","224308.BSU25200/224308.BSU40780","sigma factor","txid224308" +"BSU_25200","BSU_15890","SigA","PlsX","sigA","plsX","SigA","PlsX","subtiwiki","224308.BSU25200/224308.BSU15890","sigma factor","txid224308" +"BSU_25200","BSU_23360","SigA","BSU_23360","sigA","ppiB","SigA","BSU_23360","subtiwiki","224308.BSU25200/224308.BSU23360","sigma factor","txid224308" +"BSU_25200","BSU_40770","SigA","BSU_40770","sigA","tetB","SigA","BSU_40770","subtiwiki","224308.BSU25200/224308.BSU40770","sigma factor","txid224308" +"BSU_25200","BSU_08860","SigA","BSU_08860","sigA","ssuD","SigA","BSU_08860","subtiwiki","224308.BSU25200/224308.BSU08860","sigma factor","txid224308" +"BSU_25200","BSU_07820","SigA","BSU_07820","sigA","treR","SigA","BSU_07820","subtiwiki","224308.BSU25200/224308.BSU07820","sigma factor","txid224308" +"BSU_25200","BSU_35910","SigA","RbsR","sigA","rbsR","SigA","RbsR","subtiwiki","224308.BSU25200/224308.BSU35910","sigma factor","txid224308" +"BSU_25200","BSU_07800","SigA","TreP","sigA","treP","SigA","TreP","subtiwiki","224308.BSU25200/224308.BSU07800","sigma factor","txid224308" +"BSU_25200","BSU_08660","SigA","BSU_08660","sigA","sspE","SigA","BSU_08660","subtiwiki","224308.BSU25200/224308.BSU08660","sigma factor","txid224308" +"BSU_25200","BSU_35930","SigA","RbsD","sigA","rbsD","SigA","RbsD","subtiwiki","224308.BSU25200/224308.BSU35930","sigma factor","txid224308" +"BSU_25200","BSU_13190","SigA","BSU_13190","sigA","ispA","SigA","BSU_13190","subtiwiki","224308.BSU25200/224308.BSU13190","sigma factor","txid224308" +"BSU_25200","BSU_37170","SigA","BSU_37170","sigA","acdA","SigA","BSU_37170","subtiwiki","224308.BSU25200/224308.BSU37170","sigma factor","txid224308" +"BSU_25200","BSU_37180","SigA","FadF","sigA","fadF","SigA","FadF","subtiwiki","224308.BSU25200/224308.BSU37180","sigma factor","txid224308" +"BSU_25200","BSU_35920","SigA","RbsK","sigA","rbsK","SigA","RbsK","subtiwiki","224308.BSU25200/224308.BSU35920","sigma factor","txid224308" +"BSU_25200","BSU_08830","SigA","SsuB","sigA","ssuB","SigA","SsuB","subtiwiki","224308.BSU25200/224308.BSU08830","sigma factor","txid224308" +"BSU_25200","BSU_08650","SigA","FabL","sigA","fabL","SigA","FabL","subtiwiki","224308.BSU25200/224308.BSU08650","sigma factor","txid224308" +"BSU_25200","BSU_08850","SigA","SsuC","sigA","ssuC","SigA","SsuC","subtiwiki","224308.BSU25200/224308.BSU08850","sigma factor","txid224308" +"BSU_25200","BSU_08870","SigA","BSU_08870","sigA","ygaN","SigA","BSU_08870","subtiwiki","224308.BSU25200/224308.BSU08870","sigma factor","txid224308" +"BSU_25200","BSU_35960","SigA","RbsB","sigA","rbsB","SigA","RbsB","subtiwiki","224308.BSU25200/224308.BSU35960","sigma factor","txid224308" +"BSU_25200","BSU_35940","SigA","RbsA","sigA","rbsA","SigA","RbsA","subtiwiki","224308.BSU25200/224308.BSU35940","sigma factor","txid224308" +"BSU_25200","BSU_32410","SigA","PucH","sigA","pucH","SigA","PucH","subtiwiki","224308.BSU25200/224308.BSU32410","sigma factor","txid224308" +"BSU_25200","BSU_35950","SigA","RbsC","sigA","rbsC","SigA","RbsC","subtiwiki","224308.BSU25200/224308.BSU35950","sigma factor","txid224308" +"BSU_25200","BSU_07810","SigA","TreA","sigA","treA","SigA","TreA","subtiwiki","224308.BSU25200/224308.BSU07810","sigma factor","txid224308" +"BSU_25200","BSU_13910","SigA","PtsI","sigA","ptsI","SigA","PtsI","subtiwiki","224308.BSU25200/224308.BSU13910","sigma factor","txid224308" +"BSU_25200","BSU_13900","SigA","PtsH","sigA","ptsH","SigA","PtsH","subtiwiki","224308.BSU25200/224308.BSU13900","sigma factor","txid224308" +"BSU_25200","BSU_08840","SigA","SsuA","sigA","ssuA","SigA","SsuA","subtiwiki","224308.BSU25200/224308.BSU08840","sigma factor","txid224308" +"BSU_25200","BSU_34750","SigA","BSU_34750","sigA","whiA","SigA","BSU_34750","subtiwiki","224308.BSU25200/224308.BSU34750","sigma factor","txid224308" +"BSU_25200","BSU_34730","SigA","BSU_34730","sigA","yvcN","SigA","BSU_34730","subtiwiki","224308.BSU25200/224308.BSU34730","sigma factor","txid224308" +"BSU_25200","BSU_11520","SigA","MecA","sigA","mecA","SigA","MecA","subtiwiki","224308.BSU25200/224308.BSU11520","sigma factor","txid224308" +"BSU_25200","BSU_23520","SigA","Fur","sigA","fur","SigA","Fur","subtiwiki","224308.BSU25200/224308.BSU23520","sigma factor","txid224308" +"BSU_25200","BSU_40100","SigA","AhpF","sigA","ahpF","SigA","AhpF","subtiwiki","224308.BSU25200/224308.BSU40100","sigma factor","txid224308" +"BSU_25200","BSU_34770","SigA","YvcJ","sigA","yvcJ","SigA","YvcJ","subtiwiki","224308.BSU25200/224308.BSU34770","sigma factor","txid224308" +"BSU_25200","BSU_34740","SigA","Crh","sigA","crh","SigA","Crh","subtiwiki","224308.BSU25200/224308.BSU34740","sigma factor","txid224308" +"BSU_25200","BSU_34760","SigA","GlmR","sigA","glmR","SigA","GlmR","subtiwiki","224308.BSU25200/224308.BSU34760","sigma factor","txid224308" +"BSU_25200","BSU_34780","SigA","NahA","sigA","nahA","SigA","NahA","subtiwiki","224308.BSU25200/224308.BSU34780","sigma factor","txid224308" +"BSU_25200","BSU_40090","SigA","AhpC","sigA","ahpC","SigA","AhpC","subtiwiki","224308.BSU25200/224308.BSU40090","sigma factor","txid224308" +"BSU_25200","BSU_01200","SigA","RpsS","sigA","rpsS","SigA","RpsS","subtiwiki","224308.BSU25200/224308.BSU01200","sigma factor","txid224308" +"BSU_25200","BSU_01250","SigA","RpsQ","sigA","rpsQ","SigA","RpsQ","subtiwiki","224308.BSU25200/224308.BSU01250","sigma factor","txid224308" +"BSU_25200","BSU_19210","SigA","BSU_19210","sigA","yocH","SigA","BSU_19210","subtiwiki","224308.BSU25200/224308.BSU19210","sigma factor","txid224308" +"BSU_25200","BSU_01150","SigA","RpsJ","sigA","rpsJ","SigA","RpsJ","subtiwiki","224308.BSU25200/224308.BSU01150","sigma factor","txid224308" +"BSU_25200","BSU_01440","SigA","RplQ","sigA","rplQ","SigA","RplQ","subtiwiki","224308.BSU25200/224308.BSU01440","sigma factor","txid224308" +"BSU_25200","BSU_01240","SigA","RpmC","sigA","rpmC","SigA","RpmC","subtiwiki","224308.BSU25200/224308.BSU01240","sigma factor","txid224308" +"BSU_25200","BSU_01320","SigA","RplR","sigA","rplR","SigA","RplR","subtiwiki","224308.BSU25200/224308.BSU01320","sigma factor","txid224308" +"BSU_25200","new_148755_148930","SigA","new_148755_148930","sigA","S56","SigA","new_148755_148930","subtiwiki","224308.BSU25200/224308.new148755148930","sigma factor","txid224308" +"BSU_25200","BSU_01290","SigA","RpsNA","sigA","rpsN","SigA","RpsN","subtiwiki","224308.BSU25200/224308.BSU01290","sigma factor","txid224308" +"BSU_25200","BSU_24010","SigA","BSU_24010","sigA","bmr","SigA","BSU_24010","subtiwiki","224308.BSU25200/224308.BSU24010","sigma factor","txid224308" +"BSU_25200","BSU_01220","SigA","RpsC","sigA","rpsC","SigA","RpsC","subtiwiki","224308.BSU25200/224308.BSU01220","sigma factor","txid224308" +"BSU_25200","BSU_31050","SigA","BSU_31050","sigA","gbsB","SigA","BSU_31050","subtiwiki","224308.BSU25200/224308.BSU31050","sigma factor","txid224308" +"BSU_25200","BSU_01190","SigA","RplB","sigA","rplB","SigA","RplB","subtiwiki","224308.BSU25200/224308.BSU01190","sigma factor","txid224308" +"BSU_25200","BSU_01390","SigA","BSU_01390","sigA","infA","SigA","BSU_01390","subtiwiki","224308.BSU25200/224308.BSU01390","sigma factor","txid224308" +"BSU_25200","BSU_01210","SigA","RplV","sigA","rplV","SigA","RplV","subtiwiki","224308.BSU25200/224308.BSU01210","sigma factor","txid224308" +"BSU_25200","BSU_31060","SigA","BSU_31060","sigA","gbsA","SigA","BSU_31060","subtiwiki","224308.BSU25200/224308.BSU31060","sigma factor","txid224308" +"BSU_25200","BSU_24020","SigA","BmrR","sigA","bmrR","SigA","BmrR","subtiwiki","224308.BSU25200/224308.BSU24020","sigma factor","txid224308" +"BSU_25200","BSU_01400","SigA","RpmJ","sigA","rpmJ","SigA","RpmJ","subtiwiki","224308.BSU25200/224308.BSU01400","sigma factor","txid224308" +"BSU_25200","BSU_01170","SigA","RplD","sigA","rplD","SigA","RplD","subtiwiki","224308.BSU25200/224308.BSU01170","sigma factor","txid224308" +"BSU_25200","BSU_01310","SigA","RplF","sigA","rplF","SigA","RplF","subtiwiki","224308.BSU25200/224308.BSU01310","sigma factor","txid224308" +"BSU_25200","BSU_01280","SigA","RplE","sigA","rplE","SigA","RplE","subtiwiki","224308.BSU25200/224308.BSU01280","sigma factor","txid224308" +"BSU_25200","BSU_01180","SigA","RplW","sigA","rplW","SigA","RplW","subtiwiki","224308.BSU25200/224308.BSU01180","sigma factor","txid224308" +"BSU_25200","BSU_01430","SigA","RpoA","sigA","rpoA","SigA","RpoA","subtiwiki","224308.BSU25200/224308.BSU01430","sigma factor","txid224308" +"BSU_25200","BSU_01330","SigA","RpsE","sigA","rpsE","SigA","RpsE","subtiwiki","224308.BSU25200/224308.BSU01330","sigma factor","txid224308" +"BSU_25200","BSU_01270","SigA","RplX","sigA","rplX","SigA","RplX","subtiwiki","224308.BSU25200/224308.BSU01270","sigma factor","txid224308" +"BSU_25200","BSU_01420","SigA","RpsK","sigA","rpsK","SigA","RpsK","subtiwiki","224308.BSU25200/224308.BSU01420","sigma factor","txid224308" +"BSU_25200","BSU_01410","SigA","RpsM","sigA","rpsM","SigA","RpsM","subtiwiki","224308.BSU25200/224308.BSU01410","sigma factor","txid224308" +"BSU_25200","BSU_01230","SigA","RplP","sigA","rplP","SigA","RplP","subtiwiki","224308.BSU25200/224308.BSU01230","sigma factor","txid224308" +"BSU_25200","BSU_01340","SigA","RpmD","sigA","rpmD","SigA","RpmD","subtiwiki","224308.BSU25200/224308.BSU01340","sigma factor","txid224308" +"BSU_25200","BSU_01160","SigA","RplC","sigA","rplC","SigA","RplC","subtiwiki","224308.BSU25200/224308.BSU01160","sigma factor","txid224308" +"BSU_25200","BSU_37500","SigA","BSU_37500","sigA","speE","SigA","BSU_37500","subtiwiki","224308.BSU25200/224308.BSU37500","sigma factor","txid224308" +"BSU_25200","BSU_37490","SigA","BSU_37490","sigA","speB","SigA","BSU_37490","subtiwiki","224308.BSU25200/224308.BSU37490","sigma factor","txid224308" +"BSU_25200","BSU_01260","SigA","RplNA","sigA","rplN","SigA","RplN","subtiwiki","224308.BSU25200/224308.BSU01260","sigma factor","txid224308" +"BSU_25200","BSU_01389","SigA","BSU_01389","sigA","ybzG","SigA","BSU_01389","subtiwiki","224308.BSU25200/224308.BSU01389","sigma factor","txid224308" +"BSU_25200","BSU_01300","SigA","RpsH","sigA","rpsH","SigA","RpsH","subtiwiki","224308.BSU25200/224308.BSU01300","sigma factor","txid224308" +"BSU_25200","BSU_14490","SigA","KinC","sigA","kinC","SigA","KinC","subtiwiki","224308.BSU25200/224308.BSU14490","sigma factor","txid224308" +"BSU_25200","BSU_19370","SigA","OdhA","sigA","odhA","SigA","OdhA","subtiwiki","224308.BSU25200/224308.BSU19370","sigma factor","txid224308" +"BSU_25200","BSU_19360","SigA","OdhB","sigA","odhB","SigA","OdhB","subtiwiki","224308.BSU25200/224308.BSU19360","sigma factor","txid224308" +"BSU_25200","BSU_22780","SigA","FolEA","sigA","folE","SigA","FolE","subtiwiki","224308.BSU25200/224308.BSU22780","sigma factor","txid224308" +"BSU_25200","BSU_14510","SigA","KtrC","sigA","ktrC","SigA","KtrC","subtiwiki","224308.BSU25200/224308.BSU14510","sigma factor","txid224308" +"BSU_25200","BSU_36650","SigA","UreB","sigA","ureB","SigA","UreB","subtiwiki","224308.BSU25200/224308.BSU36650","sigma factor","txid224308" +"BSU_25200","BSU_29110","SigA","PhoP","sigA","phoP","SigA","PhoP","subtiwiki","224308.BSU25200/224308.BSU29110","sigma factor","txid224308" +"BSU_25200","BSU_14500","SigA","BSU_14500","sigA","ykqA","SigA","BSU_14500","subtiwiki","224308.BSU25200/224308.BSU14500","sigma factor","txid224308" +"BSU_25200","BSU_37160","SigA","RpoE","sigA","rpoE","SigA","RpoE","subtiwiki","224308.BSU25200/224308.BSU37160","sigma factor","txid224308" +"BSU_25200","BSU_11330","SigA","FabHA","sigA","fabHA","SigA","FabHA","subtiwiki","224308.BSU25200/224308.BSU11330","sigma factor","txid224308" +"BSU_25200","BSU_09100","SigA","CspB","sigA","cspB","SigA","CspB","subtiwiki","224308.BSU25200/224308.BSU09100","sigma factor","txid224308" +"BSU_25200","BSU_33120","SigA","LiaH","sigA","liaH","SigA","LiaH","subtiwiki","224308.BSU25200/224308.BSU33120","sigma factor","txid224308" +"BSU_25200","BSU_36640","SigA","UreC","sigA","ureC","SigA","UreC","subtiwiki","224308.BSU25200/224308.BSU36640","sigma factor","txid224308" +"BSU_25200","BSU_11340","SigA","FabF","sigA","fabF","SigA","FabF","subtiwiki","224308.BSU25200/224308.BSU11340","sigma factor","txid224308" +"BSU_25200","BSU_36660","SigA","UreA","sigA","ureA","SigA","UreA","subtiwiki","224308.BSU25200/224308.BSU36660","sigma factor","txid224308" +"BSU_25200","BSU_22770","SigA","MtrB","sigA","mtrB","SigA","MtrB","subtiwiki","224308.BSU25200/224308.BSU22770","sigma factor","txid224308" +"BSU_25200","BSU_39220","SigA","YxxG","sigA","wapI","SigA","WapI","subtiwiki","224308.BSU25200/224308.BSU39220","sigma factor","txid224308" +"BSU_25200","BSU_29600","SigA","BSU_29600","sigA","braB","SigA","BSU_29600","subtiwiki","224308.BSU25200/224308.BSU29600","sigma factor","txid224308" +"BSU_25200","BSU_36510","SigA","AmtB","sigA","nrgA","SigA","NrgA","subtiwiki","224308.BSU25200/224308.BSU36510","sigma factor","txid224308" +"BSU_25200","BSU_36520","SigA","NrgB","sigA","nrgB","SigA","NrgB","subtiwiki","224308.BSU25200/224308.BSU36520","sigma factor","txid224308" +"BSU_25200","BSU_29100","SigA","PhoR","sigA","phoR","SigA","PhoR","subtiwiki","224308.BSU25200/224308.BSU29100","sigma factor","txid224308" +"BSU_25200","BSU_39230","SigA","WapA","sigA","wapA","SigA","WapA","subtiwiki","224308.BSU25200/224308.BSU39230","sigma factor","txid224308" +"BSU_25200","BSU_33130","SigA","LiaI","sigA","liaI","SigA","LiaI","subtiwiki","224308.BSU25200/224308.BSU33130","sigma factor","txid224308" +"BSU_25200","BSU_37290","SigA","BSU_37290","sigA","arfM","SigA","BSU_37290","subtiwiki","224308.BSU25200/224308.BSU37290","sigma factor","txid224308" +"BSU_25200","BSU_37650","SigA","BSU_37650","sigA","cysL","SigA","BSU_37650","subtiwiki","224308.BSU25200/224308.BSU37650","sigma factor","txid224308" +"BSU_25200","BSU_00020","SigA","DnaN","sigA","dnaN","SigA","DnaN","subtiwiki","224308.BSU25200/224308.BSU00020","sigma factor","txid224308" +"BSU_25200","BSU_16800","SigA","SpoIIIE","sigA","spoIIIE","SigA","SpoIIIE","subtiwiki","224308.BSU25200/224308.BSU16800","sigma factor","txid224308" +"BSU_25200","BSU_27890","SigA","BSU_27890","sigA","nadR","SigA","BSU_27890","subtiwiki","224308.BSU25200/224308.BSU27890","sigma factor","txid224308" +"BSU_25200","BSU_16810","SigA","BSU_16810","sigA","ymfC","SigA","BSU_16810","subtiwiki","224308.BSU25200/224308.BSU16810","sigma factor","txid224308" +"BSU_25200","BSU_28190","SigA","YsxC","sigA","ysxC","SigA","YsxC","subtiwiki","224308.BSU25200/224308.BSU28190","sigma factor","txid224308" +"BSU_25200","BSU_13040","SigA","BSU_13040","sigA","hmp","SigA","BSU_13040","subtiwiki","224308.BSU25200/224308.BSU13040","sigma factor","txid224308" +"BSU_25200","BSU_28750","SigA","AraN","sigA","araN","SigA","AraN","subtiwiki","224308.BSU25200/224308.BSU28750","sigma factor","txid224308" +"BSU_25200","BSU_27880","SigA","NifS","sigA","nifS","SigA","NifS","subtiwiki","224308.BSU25200/224308.BSU27880","sigma factor","txid224308" +"BSU_25200","BSU_28790","SigA","BSU_28790","sigA","araB","SigA","BSU_28790","subtiwiki","224308.BSU25200/224308.BSU28790","sigma factor","txid224308" +"BSU_25200","BSU_28430","SigA","SdhB","sigA","sdhB","SigA","SdhB","subtiwiki","224308.BSU25200/224308.BSU28430","sigma factor","txid224308" +"BSU_25200","BSU_22960","SigA","GudB","sigA","gudB","SigA","GudB","subtiwiki","224308.BSU25200/224308.BSU22960","sigma factor","txid224308" +"BSU_25200","BSU_28450","SigA","SdhC","sigA","sdhC","SigA","SdhC","subtiwiki","224308.BSU25200/224308.BSU28450","sigma factor","txid224308" +"BSU_25200","BSU_00010","SigA","DnaA","sigA","dnaA","SigA","DnaA","subtiwiki","224308.BSU25200/224308.BSU00010","sigma factor","txid224308" +"BSU_25200","BSU_12000","SigA","ManR","sigA","manR","SigA","ManR","subtiwiki","224308.BSU25200/224308.BSU12000","sigma factor","txid224308" +"BSU_25200","BSU_28440","SigA","SdhA","sigA","sdhA","SigA","SdhA","subtiwiki","224308.BSU25200/224308.BSU28440","sigma factor","txid224308" +"BSU_25200","BSU_28200","SigA","LonA","sigA","lonA","SigA","LonA","subtiwiki","224308.BSU25200/224308.BSU28200","sigma factor","txid224308" +"BSU_25200","BSU_37150","SigA","BSU_37150","sigA","pyrG","SigA","BSU_37150","subtiwiki","224308.BSU25200/224308.BSU37150","sigma factor","txid224308" +"BSU_25200","BSU_00800","SigA","BSU_00800","sigA","yazB","SigA","BSU_00800","subtiwiki","224308.BSU25200/224308.BSU00800","sigma factor","txid224308" +"BSU_25200","BSU_00760","SigA","BSU_00760","sigA","pabC","SigA","BSU_00760","subtiwiki","224308.BSU25200/224308.BSU00760","sigma factor","txid224308" +"BSU_25200","BSU_26340","SigA","BSU_26340","sigA","yqaF","SigA","BSU_26340","subtiwiki","224308.BSU25200/224308.BSU26340","sigma factor","txid224308" +"BSU_25200","BSU_26250","SigA","BSU_26250","sigA","yqaN","SigA","BSU_26250","subtiwiki","224308.BSU25200/224308.BSU26250","sigma factor","txid224308" +"BSU_25200","BSU_26260","SigA","YqaM","sigA","yqaM","SigA","YqaM","subtiwiki","224308.BSU25200/224308.BSU26260","sigma factor","txid224308" +"BSU_25200","BSU_28780","SigA","BSU_28780","sigA","araD","SigA","BSU_28780","subtiwiki","224308.BSU25200/224308.BSU28780","sigma factor","txid224308" +"BSU_25200","BSU_00740","SigA","PabB","sigA","pabB","SigA","PabB","subtiwiki","224308.BSU25200/224308.BSU00740","sigma factor","txid224308" +"BSU_25200","BSU_00780","SigA","BSU_00780","sigA","folB","SigA","BSU_00780","subtiwiki","224308.BSU25200/224308.BSU00780","sigma factor","txid224308" +"BSU_25200","BSU_28800","SigA","BSU_28800","sigA","araA","SigA","BSU_28800","subtiwiki","224308.BSU25200/224308.BSU28800","sigma factor","txid224308" +"BSU_25200","BSU_00750","SigA","PabA","sigA","pabA","SigA","PabA","subtiwiki","224308.BSU25200/224308.BSU00750","sigma factor","txid224308" +"BSU_25200","BSU_26259","SigA","BSU_26259","sigA","yqzO","SigA","BSU_26259","subtiwiki","224308.BSU25200/224308.BSU26259","sigma factor","txid224308" +"BSU_25200","BSU_26280","SigA","BSU_26280","sigA","yqaK","SigA","BSU_26280","subtiwiki","224308.BSU25200/224308.BSU26280","sigma factor","txid224308" +"BSU_25200","BSU_00790","SigA","BSU_00790","sigA","folK","SigA","BSU_00790","subtiwiki","224308.BSU25200/224308.BSU00790","sigma factor","txid224308" +"BSU_25200","BSU_28720","SigA","AbfA","sigA","abfA","SigA","AbfA","subtiwiki","224308.BSU25200/224308.BSU28720","sigma factor","txid224308" +"BSU_25200","BSU_28770","SigA","BSU_28770","sigA","araL","SigA","BSU_28770","subtiwiki","224308.BSU25200/224308.BSU28770","sigma factor","txid224308" +"BSU_25200","BSU_00810","SigA","BSU_00810","sigA","dusB1","SigA","BSU_00810","subtiwiki","224308.BSU25200/224308.BSU00810","sigma factor","txid224308" +"BSU_25200","BSU_26270","SigA","BSU_26270","sigA","yqaL","SigA","BSU_26270","subtiwiki","224308.BSU25200/224308.BSU26270","sigma factor","txid224308" +"BSU_25200","BSU_26330","SigA","BSU_26330","sigA","yqdA","SigA","BSU_26330","subtiwiki","224308.BSU25200/224308.BSU26330","sigma factor","txid224308" +"BSU_25200","BSU_28740","SigA","AraP","sigA","araP","SigA","AraP","subtiwiki","224308.BSU25200/224308.BSU28740","sigma factor","txid224308" +"BSU_25200","BSU_39820","SigA","HtpG","sigA","htpG","SigA","HtpG","subtiwiki","224308.BSU25200/224308.BSU39820","sigma factor","txid224308" +"BSU_25200","BSU_26300","SigA","BSU_26300","sigA","yqaI","SigA","BSU_26300","subtiwiki","224308.BSU25200/224308.BSU26300","sigma factor","txid224308" +"BSU_25200","BSU_28760","SigA","AraM","sigA","araM","SigA","AraM","subtiwiki","224308.BSU25200/224308.BSU28760","sigma factor","txid224308" +"BSU_25200","BSU_26310","SigA","YqaH","sigA","yqaH","SigA","YqaH","subtiwiki","224308.BSU25200/224308.BSU26310","sigma factor","txid224308" +"BSU_25200","BSU_00770","SigA","BSU_00770","sigA","sul","SigA","BSU_00770","subtiwiki","224308.BSU25200/224308.BSU00770","sigma factor","txid224308" +"BSU_25200","BSU_26320","SigA","BSU_26320","sigA","yqaG","SigA","BSU_26320","subtiwiki","224308.BSU25200/224308.BSU26320","sigma factor","txid224308" +"BSU_25200","BSU_26290","SigA","BSU_26290","sigA","yqaJ","SigA","BSU_26290","subtiwiki","224308.BSU25200/224308.BSU26290","sigma factor","txid224308" +"BSU_25200","BSU_28730","SigA","AraQ","sigA","araQ","SigA","AraQ","subtiwiki","224308.BSU25200/224308.BSU28730","sigma factor","txid224308" +"BSU_25200","BSU_04160","SigA","MtlR","sigA","mtlR","SigA","MtlR","subtiwiki","224308.BSU25200/224308.BSU04160","sigma factor","txid224308" +"BSU_25200","BSU_03210","SigA","PutC","sigA","putC","SigA","PutC","subtiwiki","224308.BSU25200/224308.BSU03210","sigma factor","txid224308" +"BSU_25200","BSU_22500","SigA","BSU_22500","sigA","ypjD","SigA","BSU_22500","subtiwiki","224308.BSU25200/224308.BSU22500","sigma factor","txid224308" +"BSU_25200","BSU_38300","SigA","ThiM","sigA","thiM","SigA","ThiM","subtiwiki","224308.BSU25200/224308.BSU38300","sigma factor","txid224308" +"BSU_25200","BSU_27280","SigA","YrrT","sigA","yrrT","SigA","YrrT","subtiwiki","224308.BSU25200/224308.BSU27280","sigma factor","txid224308" +"BSU_25200","BSU_13130","SigA","BSU_13130","sigA","proA","SigA","BSU_13130","subtiwiki","224308.BSU25200/224308.BSU13130","sigma factor","txid224308" +"BSU_25200","BSU_11310","SigA","BSU_11310","sigA","comZ","SigA","BSU_11310","subtiwiki","224308.BSU25200/224308.BSU11310","sigma factor","txid224308" +"BSU_25200","BSU_38290","SigA","ThiE","sigA","thiE","SigA","ThiE","subtiwiki","224308.BSU25200/224308.BSU38290","sigma factor","txid224308" +"BSU_25200","BSU_38310","SigA","BSU_38310","sigA","ywbI","SigA","BSU_38310","subtiwiki","224308.BSU25200/224308.BSU38310","sigma factor","txid224308" +"BSU_25200","BSU_27240","SigA","BSU_27240","sigA","yrhC","SigA","BSU_27240","subtiwiki","224308.BSU25200/224308.BSU27240","sigma factor","txid224308" +"BSU_25200","BSU_23120","SigA","ResD","sigA","resD","SigA","ResD","subtiwiki","224308.BSU25200/224308.BSU23120","sigma factor","txid224308" +"BSU_25200","BSU_23130","SigA","ResC","sigA","resC","SigA","ResC","subtiwiki","224308.BSU25200/224308.BSU23130","sigma factor","txid224308" +"BSU_25200","BSU_27270","SigA","BSU_27270","sigA","mtnN","SigA","BSU_27270","subtiwiki","224308.BSU25200/224308.BSU27270","sigma factor","txid224308" +"BSU_25200","BSU_23140","SigA","ResB","sigA","resB","SigA","ResB","subtiwiki","224308.BSU25200/224308.BSU23140","sigma factor","txid224308" +"BSU_25200","BSU_21546","SigA","BSU_21546","sigA","bsrG","SigA","BSU_21546","subtiwiki","224308.BSU25200/224308.BSU21546","sigma factor","txid224308" +"BSU_25200","BSU_27260","SigA","MccA","sigA","mccA","SigA","MccA","subtiwiki","224308.BSU25200/224308.BSU27260","sigma factor","txid224308" +"BSU_25200","BSU_27250","SigA","MccB","sigA","mccB","SigA","MccB","subtiwiki","224308.BSU25200/224308.BSU27250","sigma factor","txid224308" +"BSU_25200","BSU_23150","SigA","ResA","sigA","resA","SigA","ResA","subtiwiki","224308.BSU25200/224308.BSU23150","sigma factor","txid224308" +"BSU_25200","BSU_22460","SigA","BSU_22460","sigA","bshA","SigA","BSU_22460","subtiwiki","224308.BSU25200/224308.BSU22460","sigma factor","txid224308" +"BSU_25200","BSU_23110","SigA","ResE","sigA","resE","SigA","ResE","subtiwiki","224308.BSU25200/224308.BSU23110","sigma factor","txid224308" +"BSU_25200","BSU_11300","SigA","BSU_11300","sigA","med","SigA","BSU_11300","subtiwiki","224308.BSU25200/224308.BSU11300","sigma factor","txid224308" +"BSU_25200","BSU_22440","SigA","BirA","sigA","birA","SigA","BirA","subtiwiki","224308.BSU25200/224308.BSU22440","sigma factor","txid224308" +"BSU_25200","BSU_22480","SigA","MgsA","sigA","mgsA","SigA","MgsA","subtiwiki","224308.BSU25200/224308.BSU22480","sigma factor","txid224308" +"BSU_25200","BSU_13120","SigA","ProB","sigA","proB","SigA","ProB","subtiwiki","224308.BSU25200/224308.BSU13120","sigma factor","txid224308" +"BSU_25200","BSU_22450","SigA","BSU_22450","sigA","cca","SigA","BSU_22450","subtiwiki","224308.BSU25200/224308.BSU22450","sigma factor","txid224308" +"BSU_25200","BSU_03200","SigA","PutB","sigA","putB","SigA","PutB","subtiwiki","224308.BSU25200/224308.BSU03200","sigma factor","txid224308" +"BSU_25200","BSU_30560","SigA","PckA","sigA","pckA","SigA","PckA","subtiwiki","224308.BSU25200/224308.BSU30560","sigma factor","txid224308" +"BSU_25200","BSU_22470","SigA","BshB1","sigA","bshB1","SigA","BshB1","subtiwiki","224308.BSU25200/224308.BSU22470","sigma factor","txid224308" +"BSU_25200","BSU_22490","SigA","DapB","sigA","dapB","SigA","DapB","subtiwiki","224308.BSU25200/224308.BSU22490","sigma factor","txid224308" +"BSU_25200","BSU_37660","SigA","Pta","sigA","pta","SigA","Pta","subtiwiki","224308.BSU25200/224308.BSU37660","sigma factor","txid224308" +"BSU_25200","BSU_00440","SigA","BSU_00440","sigA","veg","SigA","BSU_00440","subtiwiki","224308.BSU25200/224308.BSU00440","sigma factor","txid224308" +"BSU_25200","BSU_37280","SigA","NarG","sigA","narG","SigA","NarG","subtiwiki","224308.BSU25200/224308.BSU37280","sigma factor","txid224308" +"BSU_25200","BSU_01360","SigA","SecY","sigA","secY","SigA","SecY","subtiwiki","224308.BSU25200/224308.BSU01360","sigma factor","txid224308" +"BSU_25200","BSU_07400","SigA","BSU_07400","sigA","yfmO","SigA","BSU_07400","subtiwiki","224308.BSU25200/224308.BSU07400","sigma factor","txid224308" +"BSU_25200","BSU_31490","SigA","PbpD","sigA","pbpD","SigA","PbpD","subtiwiki","224308.BSU25200/224308.BSU31490","sigma factor","txid224308" +"BSU_25200","BSU_36690","SigA","RapB","sigA","rapB","SigA","RapB","subtiwiki","224308.BSU25200/224308.BSU36690","sigma factor","txid224308" +"BSU_25200","BSU_13590","SigA","MtnW","sigA","mtnW","SigA","MtnW","subtiwiki","224308.BSU25200/224308.BSU13590","sigma factor","txid224308" +"BSU_25200","BSU_37260","SigA","BSU_37260","sigA","narJ","SigA","BSU_37260","subtiwiki","224308.BSU25200/224308.BSU37260","sigma factor","txid224308" +"BSU_25200","BSU_37270","SigA","NarH","sigA","narH","SigA","NarH","subtiwiki","224308.BSU25200/224308.BSU37270","sigma factor","txid224308" +"BSU_25200","BSU_19480","SigA","BSU_19480","sigA","yojE","SigA","BSU_19480","subtiwiki","224308.BSU25200/224308.BSU19480","sigma factor","txid224308" +"BSU_25200","BSU_40040","SigA","BSU_40040","sigA","yxaA","SigA","BSU_40040","subtiwiki","224308.BSU25200/224308.BSU40040","sigma factor","txid224308" +"BSU_25200","BSU_01350","SigA","RplO","sigA","rplO","SigA","RplO","subtiwiki","224308.BSU25200/224308.BSU01350","sigma factor","txid224308" +"BSU_25200","BSU_01370","SigA","Adk","sigA","adk","SigA","Adk","subtiwiki","224308.BSU25200/224308.BSU01370","sigma factor","txid224308" +"BSU_25200","BSU_40030","SigA","BSU_40030","sigA","yxaB","SigA","BSU_40030","subtiwiki","224308.BSU25200/224308.BSU40030","sigma factor","txid224308" +"BSU_25200","BSU_13620","SigA","MtnD","sigA","mtnD","SigA","MtnD","subtiwiki","224308.BSU25200/224308.BSU13620","sigma factor","txid224308" +"BSU_25200","BSU_01380","SigA","Map","sigA","map","SigA","Map","subtiwiki","224308.BSU25200/224308.BSU01380","sigma factor","txid224308" +"BSU_25200","BSU_10270","SigA","LcfB","sigA","lcfB","SigA","LcfB","subtiwiki","224308.BSU25200/224308.BSU10270","sigma factor","txid224308" +"BSU_25200","BSU_31500","SigA","BSU_31500","sigA","yuxK","SigA","BSU_31500","subtiwiki","224308.BSU25200/224308.BSU31500","sigma factor","txid224308" +"BSU_25200","BSU_07390","SigA","BSU_07390","sigA","yfmP","SigA","BSU_07390","subtiwiki","224308.BSU25200/224308.BSU07390","sigma factor","txid224308" +"BSU_25200","BSU_37250","SigA","NarI","sigA","narI","SigA","NarI","subtiwiki","224308.BSU25200/224308.BSU37250","sigma factor","txid224308" +"BSU_25200","BSU_34540","SigA","ClpP","sigA","clpP","SigA","ClpP","subtiwiki","224308.BSU25200/224308.BSU34540","sigma factor","txid224308" +"BSU_25200","BSU_13600","SigA","BSU_13600","sigA","mtnX","SigA","BSU_13600","subtiwiki","224308.BSU25200/224308.BSU13600","sigma factor","txid224308" +"BSU_25200","BSU_29740","SigA","CcpA","sigA","ccpA","SigA","CcpA","subtiwiki","224308.BSU25200/224308.BSU29740","sigma factor","txid224308" +"BSU_25200","BSU_34700","SigA","PsdA","sigA","psdA","SigA","PsdA","subtiwiki","224308.BSU25200/224308.BSU34700","sigma factor","txid224308" +"BSU_25200","BSU_29730","SigA","YtxD","sigA","motP","SigA","MotP","subtiwiki","224308.BSU25200/224308.BSU29730","sigma factor","txid224308" +"BSU_25200","BSU_22020","SigA","YpbS","sigA","ypbS","SigA","YpbS","subtiwiki","224308.BSU25200/224308.BSU22020","sigma factor","txid224308" +"BSU_25200","BSU_22019","SigA","BSU_22019","sigA","ypzF","SigA","BSU_22019","subtiwiki","224308.BSU25200/224308.BSU22019","sigma factor","txid224308" +"BSU_25200","BSU_10300","SigA","AprE","sigA","aprE","SigA","AprE","subtiwiki","224308.BSU25200/224308.BSU10300","sigma factor","txid224308" +"BSU_25200","BSU_14629","SigA","Sr1","sigA","sr1","SigA","Sr1","subtiwiki","224308.BSU25200/224308.BSU14629","sigma factor","txid224308" +"BSU_25200","BSU_22030","SigA","DynA","sigA","dynA","SigA","DynA","subtiwiki","224308.BSU25200/224308.BSU22030","sigma factor","txid224308" +"BSU_25200","BSU_33490","SigA","BSU_33490","sigA","cadA","SigA","BSU_33490","subtiwiki","224308.BSU25200/224308.BSU33490","sigma factor","txid224308" +"BSU_25200","BSU_09320","SigA","YhcY","sigA","yhcY","SigA","YhcY","subtiwiki","224308.BSU25200/224308.BSU09320","sigma factor","txid224308" +"BSU_25200","BSU_33970","SigA","BSU_33970","sigA","araR","SigA","BSU_33970","subtiwiki","224308.BSU25200/224308.BSU33970","sigma factor","txid224308" +"BSU_25200","BSU_39330","SigA","BSU_39330","sigA","abn2","SigA","BSU_39330","subtiwiki","224308.BSU25200/224308.BSU39330","sigma factor","txid224308" +"BSU_25200","BSU_29720","SigA","YtxE","sigA","motS","SigA","MotS","subtiwiki","224308.BSU25200/224308.BSU29720","sigma factor","txid224308" +"BSU_25200","BSU_34690","SigA","PsdB","sigA","psdB","SigA","PsdB","subtiwiki","224308.BSU25200/224308.BSU34690","sigma factor","txid224308" +"BSU_25200","BSU_09340","SigA","BSU_09340","sigA","yhdA","SigA","BSU_09340","subtiwiki","224308.BSU25200/224308.BSU09340","sigma factor","txid224308" +"BSU_25200","BSU_09330","SigA","YhcZ","sigA","yhcZ","SigA","YhcZ","subtiwiki","224308.BSU25200/224308.BSU09330","sigma factor","txid224308" +"BSU_25200","BSU_37130","SigA","Spo0F","sigA","spo0F","SigA","Spo0F","subtiwiki","224308.BSU25200/224308.BSU37130","sigma factor","txid224308" +"BSU_25200","BSU_36380","SigA","BSU_36380","sigA","rapD","SigA","BSU_36380","subtiwiki","224308.BSU25200/224308.BSU36380","sigma factor","txid224308" +"BSU_25200","BSU_13610","SigA","MtnB","sigA","mtnB","SigA","MtnB","subtiwiki","224308.BSU25200/224308.BSU13610","sigma factor","txid224308" +"BSU_25200","BSU_34710","SigA","PsdS","sigA","psdS","SigA","PsdS","subtiwiki","224308.BSU25200/224308.BSU34710","sigma factor","txid224308" +"BSU_25200","BSU_26590","SigA","BSU_26590","sigA","blt","SigA","BSU_26590","subtiwiki","224308.BSU25200/224308.BSU26590","sigma factor","txid224308" +"BSU_25200","BSU_26600","SigA","BSU_26600","sigA","bltD","SigA","BSU_26600","subtiwiki","224308.BSU25200/224308.BSU26600","sigma factor","txid224308" +"BSU_25200","BSU_34720","SigA","PsdR","sigA","psdR","SigA","PsdR","subtiwiki","224308.BSU25200/224308.BSU34720","sigma factor","txid224308" +"BSU_25200","BSU_39930","SigA","BSU_39930","sigA","yxaM","SigA","BSU_39930","subtiwiki","224308.BSU25200/224308.BSU39930","sigma factor","txid224308" +"BSU_25200","BSU_19460","SigA","BshB2","sigA","bshB2","SigA","BshB2","subtiwiki","224308.BSU25200/224308.BSU19460","sigma factor","txid224308" +"BSU_25200","BSU_16750","SigA","Asd","sigA","asd","SigA","Asd","subtiwiki","224308.BSU25200/224308.BSU16750","sigma factor","txid224308" +"BSU_25200","BSU_26670","SigA","BSU_26670","sigA","gltR","SigA","BSU_26670","subtiwiki","224308.BSU25200/224308.BSU26670","sigma factor","txid224308" +"BSU_25200","BSU_26830","SigA","YrpE","sigA","zinT","SigA","YrpE","subtiwiki","224308.BSU25200/224308.BSU26830","sigma factor","txid224308" +"BSU_25200","BSU_25190","SigA","CccA","sigA","cccA","SigA","CccA","subtiwiki","224308.BSU25200/224308.BSU25190","sigma factor","txid224308" +"BSU_25200","BSU_16770","SigA","BSU_16770","sigA","dapA","SigA","BSU_16770","subtiwiki","224308.BSU25200/224308.BSU16770","sigma factor","txid224308" +"BSU_25200","BSU_35750","SigA","TagA","sigA","tagA","SigA","TagA","subtiwiki","224308.BSU25200/224308.BSU35750","sigma factor","txid224308" +"BSU_25200","BSU_02380","SigA","BSU_02380","sigA","ybgB","SigA","BSU_02380","subtiwiki","224308.BSU25200/224308.BSU02380","sigma factor","txid224308" +"BSU_25200","BSU_19479","SigA","BSU_19479","sigA","yoyC","SigA","BSU_19479","subtiwiki","224308.BSU25200/224308.BSU19479","sigma factor","txid224308" +"BSU_25200","BSU_16760","SigA","DapG","sigA","dapG","SigA","DapG","subtiwiki","224308.BSU25200/224308.BSU16760","sigma factor","txid224308" +"BSU_25200","BSU_19470","SigA","YojF","sigA","yojF","SigA","YojF","subtiwiki","224308.BSU25200/224308.BSU19470","sigma factor","txid224308" +"BSU_25200","BSU_26050","SigA","BSU_26050","sigA","txpA","SigA","BSU_26050","subtiwiki","224308.BSU25200/224308.BSU26050","sigma factor","txid224308" +"BSU_25200","BSU_13150","SigA","OhrR","sigA","ohrR","SigA","OhrR","subtiwiki","224308.BSU25200/224308.BSU13150","sigma factor","txid224308" +"BSU_25200","BSU_00820","SigA","LysS","sigA","lysS","SigA","LysS","subtiwiki","224308.BSU25200/224308.BSU00820","sigma factor","txid224308" +"BSU_25200","BSU_18130","SigA","EglS","sigA","bglC","SigA","EglS","subtiwiki","224308.BSU25200/224308.BSU18130","sigma factor","txid224308" +"BSU_25200","BSU_35760","SigA","TagB","sigA","tagB","SigA","TagB","subtiwiki","224308.BSU25200/224308.BSU35760","sigma factor","txid224308" +"BSU_25200","BSU_39920","SigA","AsnH","sigA","asnH","SigA","AsnH","subtiwiki","224308.BSU25200/224308.BSU39920","sigma factor","txid224308" +"BSU_25200","BSU_16130","SigA","BSU_16130","sigA","trmFO","SigA","BSU_16130","subtiwiki","224308.BSU25200/224308.BSU16130","sigma factor","txid224308" +"BSU_25200","BSU_37420","SigA","AlbF","sigA","albF","SigA","AlbF","subtiwiki","224308.BSU25200/224308.BSU37420","sigma factor","txid224308" +"BSU_25200","BSU_03520","SigA","BSU_03520","sigA","srfAD","SigA","BSU_03520","subtiwiki","224308.BSU25200/224308.BSU03520","sigma factor","txid224308" +"BSU_25200","BSU_03480","SigA","SrfAA","sigA","srfAA","SigA","SrfAA","subtiwiki","224308.BSU25200/224308.BSU03480","sigma factor","txid224308" +"BSU_25200","BSU_03890","SigA","GabR","sigA","gabR","SigA","GabR","subtiwiki","224308.BSU25200/224308.BSU03890","sigma factor","txid224308" +"BSU_25200","BSU_37360","SigA","BSU_37360","sigA","sboX","SigA","BSU_37360","subtiwiki","224308.BSU25200/224308.BSU37360","sigma factor","txid224308" +"BSU_25200","BSU_16160","SigA","ClpY","sigA","clpY","SigA","ClpY","subtiwiki","224308.BSU25200/224308.BSU16160","sigma factor","txid224308" +"BSU_25200","BSU_41030","SigA","BSU_41030","sigA","jag","SigA","BSU_41030","subtiwiki","224308.BSU25200/224308.BSU41030","sigma factor","txid224308" +"BSU_25200","BSU_16150","SigA","ClpQ","sigA","clpQ","SigA","ClpQ","subtiwiki","224308.BSU25200/224308.BSU16150","sigma factor","txid224308" +"BSU_25200","BSU_06310","SigA","BSU_06310","sigA","gabP","SigA","BSU_06310","subtiwiki","224308.BSU25200/224308.BSU06310","sigma factor","txid224308" +"BSU_25200","BSU_41040","SigA","OxaAA","sigA","yidC1","SigA","YidC1","subtiwiki","224308.BSU25200/224308.BSU41040","sigma factor","txid224308" +"BSU_25200","BSU_03500","SigA","ComS","sigA","comS","SigA","ComS","subtiwiki","224308.BSU25200/224308.BSU03500","sigma factor","txid224308" +"BSU_25200","BSU_37380","SigA","BSU_37380","sigA","albB","SigA","BSU_37380","subtiwiki","224308.BSU25200/224308.BSU37380","sigma factor","txid224308" +"BSU_25200","BSU_03490","SigA","SrfAB","sigA","srfAB","SigA","SrfAB","subtiwiki","224308.BSU25200/224308.BSU03490","sigma factor","txid224308" +"BSU_25200","BSU_37370","SigA","BSU_37370","sigA","albA","SigA","BSU_37370","subtiwiki","224308.BSU25200/224308.BSU37370","sigma factor","txid224308" +"BSU_25200","BSU_37430","SigA","BSU_37430","sigA","albG","SigA","BSU_37430","subtiwiki","224308.BSU25200/224308.BSU37430","sigma factor","txid224308" +"BSU_25200","BSU_16140","SigA","CodV","sigA","codV","SigA","CodV","subtiwiki","224308.BSU25200/224308.BSU16140","sigma factor","txid224308" +"BSU_25200","BSU_37400","SigA","AlbD","sigA","albD","SigA","AlbD","subtiwiki","224308.BSU25200/224308.BSU37400","sigma factor","txid224308" +"BSU_25200","BSU_01800","SigA","AlkA","sigA","alkA","SigA","AlkA","subtiwiki","224308.BSU25200/224308.BSU01800","sigma factor","txid224308" +"BSU_25200","BSU_37410","SigA","AlbE","sigA","albE","SigA","AlbE","subtiwiki","224308.BSU25200/224308.BSU37410","sigma factor","txid224308" +"BSU_25200","BSU_16170","SigA","CodY","sigA","codY","SigA","CodY","subtiwiki","224308.BSU25200/224308.BSU16170","sigma factor","txid224308" +"BSU_25200","BSU_03510","SigA","SrfAC","sigA","srfAC","SigA","SrfAC","subtiwiki","224308.BSU25200/224308.BSU03510","sigma factor","txid224308" +"BSU_25200","BSU_37390","SigA","AlbC","sigA","albC","SigA","AlbC","subtiwiki","224308.BSU25200/224308.BSU37390","sigma factor","txid224308" +"BSU_25200","BSU_37350","SigA","BSU_37350","sigA","sboA","SigA","BSU_37350","subtiwiki","224308.BSU25200/224308.BSU37350","sigma factor","txid224308" +"BSU_25200","BSU_03770","SigA","RapC","sigA","rapC","SigA","RapC","subtiwiki","224308.BSU25200/224308.BSU03770","sigma factor","txid224308" +"BSU_25200","BSU_17950","SigA","BSU_17950","sigA","yneJ","SigA","BSU_17950","subtiwiki","224308.BSU25200/224308.BSU17950","sigma factor","txid224308" +"BSU_25200","BSU_29340","SigA","TcyN","sigA","tcyN","SigA","TcyN","subtiwiki","224308.BSU25200/224308.BSU29340","sigma factor","txid224308" +"BSU_25200","BSU_29350","SigA","TcyM","sigA","tcyM","SigA","TcyM","subtiwiki","224308.BSU25200/224308.BSU29350","sigma factor","txid224308" +"BSU_25200","BSU_18000","SigA","CitB","sigA","citB","SigA","CitB","subtiwiki","224308.BSU25200/224308.BSU18000","sigma factor","txid224308" +"BSU_25200","BSU_29310","SigA","BSU_29310","sigA","cmoJ","SigA","BSU_29310","subtiwiki","224308.BSU25200/224308.BSU29310","sigma factor","txid224308" +"BSU_25200","BSU_29320","SigA","BSU_29320","sigA","cmoI","SigA","BSU_29320","subtiwiki","224308.BSU25200/224308.BSU29320","sigma factor","txid224308" +"BSU_25200","BSU_29370","SigA","TcyK","sigA","tcyK","SigA","TcyK","subtiwiki","224308.BSU25200/224308.BSU29370","sigma factor","txid224308" +"BSU_25200","BSU_22560","SigA","QcrA","sigA","qcrA","SigA","QcrA","subtiwiki","224308.BSU25200/224308.BSU22560","sigma factor","txid224308" +"BSU_25200","BSU_29380","SigA","TcyJ","sigA","tcyJ","SigA","TcyJ","subtiwiki","224308.BSU25200/224308.BSU29380","sigma factor","txid224308" +"BSU_25200","BSU_05480","SigA","BSU_05480","sigA","mhqN","SigA","BSU_05480","subtiwiki","224308.BSU25200/224308.BSU05480","sigma factor","txid224308" +"BSU_25200","BSU_29280","SigA","BSU_29280","sigA","ytnM","SigA","BSU_29280","subtiwiki","224308.BSU25200/224308.BSU29280","sigma factor","txid224308" +"BSU_25200","BSU_13540","SigA","BSU_13540","sigA","ogt","SigA","BSU_13540","subtiwiki","224308.BSU25200/224308.BSU13540","sigma factor","txid224308" +"BSU_25200","BSU_13530","SigA","KinE","sigA","kinE","SigA","KinE","subtiwiki","224308.BSU25200/224308.BSU13530","sigma factor","txid224308" +"BSU_25200","BSU_33960","SigA","BSU_33960","sigA","araE","SigA","BSU_33960","subtiwiki","224308.BSU25200/224308.BSU33960","sigma factor","txid224308" +"BSU_25200","BSU_17930","SigA","CcdA","sigA","ccdA","SigA","CcdA","subtiwiki","224308.BSU25200/224308.BSU17930","sigma factor","txid224308" +"BSU_25200","BSU_03780","SigA","PhrC","sigA","phrC","SigA","PhrC","subtiwiki","224308.BSU25200/224308.BSU03780","sigma factor","txid224308" +"BSU_25200","BSU_22550","SigA","QcrB","sigA","qcrB","SigA","QcrB","subtiwiki","224308.BSU25200/224308.BSU22550","sigma factor","txid224308" +"BSU_25200","BSU_18010","SigA","BSU_18010","sigA","yneN","SigA","BSU_18010","subtiwiki","224308.BSU25200/224308.BSU18010","sigma factor","txid224308" +"BSU_25200","BSU_22540","SigA","QcrC","sigA","qcrC","SigA","QcrC","subtiwiki","224308.BSU25200/224308.BSU22540","sigma factor","txid224308" +"BSU_25200","BSU_17940","SigA","YneI","sigA","yneI","SigA","YneI","subtiwiki","224308.BSU25200/224308.BSU17940","sigma factor","txid224308" +"BSU_25200","BSU_29360","SigA","TcyL","sigA","tcyL","SigA","TcyL","subtiwiki","224308.BSU25200/224308.BSU29360","sigma factor","txid224308" +"BSU_25200","BSU_29290","SigA","BSU_29290","sigA","sndA","SigA","BSU_29290","subtiwiki","224308.BSU25200/224308.BSU29290","sigma factor","txid224308" +"BSU_25200","BSU_29300","SigA","RbfK","sigA","ribR","SigA","RbfK","subtiwiki","224308.BSU25200/224308.BSU29300","sigma factor","txid224308" +"BSU_25200","BSU_29390","SigA","BSU_29390","sigA","snaA","SigA","BSU_29390","subtiwiki","224308.BSU25200/224308.BSU29390","sigma factor","txid224308" +"BSU_25200","BSU_29330","SigA","BSU_29330","sigA","cmoO","SigA","BSU_29330","subtiwiki","224308.BSU25200/224308.BSU29330","sigma factor","txid224308" +"BSU_25200","BSU_29680","SigA","AcsA","sigA","acsA","SigA","AcsA","subtiwiki","224308.BSU25200/224308.BSU29680","sigma factor","txid224308" +"BSU_25200","BSU_05880","SigA","GmuG","sigA","gmuG","SigA","GmuG","subtiwiki","224308.BSU25200/224308.BSU05880","sigma factor","txid224308" +"BSU_25200","BSU_05870","SigA","GmuF","sigA","gmuF","SigA","GmuF","subtiwiki","224308.BSU25200/224308.BSU05870","sigma factor","txid224308" +"BSU_25200","BSU_15950","SigA","FtsY","sigA","ftsY","SigA","FtsY","subtiwiki","224308.BSU25200/224308.BSU15950","sigma factor","txid224308" +"BSU_25200","BSU_09300","SigA","GlpD","sigA","glpD","SigA","GlpD","subtiwiki","224308.BSU25200/224308.BSU09300","sigma factor","txid224308" +"BSU_25200","BSU_30800","SigA","BSU_30800","sigA","menB","SigA","BSU_30800","subtiwiki","224308.BSU25200/224308.BSU30800","sigma factor","txid224308" +"BSU_25200","BSU_35290","SigA","PrfB","sigA","prfB","SigA","PrfB","subtiwiki","224308.BSU25200/224308.BSU35290","sigma factor","txid224308" +"BSU_25200","BSU_25590","SigA","ComEA","sigA","comEA","SigA","ComEA","subtiwiki","224308.BSU25200/224308.BSU25590","sigma factor","txid224308" +"BSU_25200","BSU_05840","SigA","GmuD","sigA","gmuD","SigA","GmuD","subtiwiki","224308.BSU25200/224308.BSU05840","sigma factor","txid224308" +"BSU_25200","BSU_02230","SigA","PurT","sigA","purT","SigA","PurT","subtiwiki","224308.BSU25200/224308.BSU02230","sigma factor","txid224308" +"BSU_25200","BSU_09260","SigA","BSU_09260","sigA","yhxA","SigA","BSU_09260","subtiwiki","224308.BSU25200/224308.BSU09260","sigma factor","txid224308" +"BSU_25200","BSU_05810","SigA","GmuB","sigA","gmuB","SigA","GmuB","subtiwiki","224308.BSU25200/224308.BSU05810","sigma factor","txid224308" +"BSU_25200","BSU_36900","SigA","GlyA","sigA","glyA","SigA","GlyA","subtiwiki","224308.BSU25200/224308.BSU36900","sigma factor","txid224308" +"BSU_25200","BSU_05020","SigA","PhrI","sigA","phrI","SigA","PhrI","subtiwiki","224308.BSU25200/224308.BSU05020","sigma factor","txid224308" +"BSU_25200","BSU_25580","SigA","BSU_25580","sigA","comEB","SigA","BSU_25580","subtiwiki","224308.BSU25200/224308.BSU25580","sigma factor","txid224308" +"BSU_25200","BSU_35300","SigA","SecA","sigA","secA","SigA","SecA","subtiwiki","224308.BSU25200/224308.BSU35300","sigma factor","txid224308" +"BSU_25200","BSU_05010","SigA","RapI","sigA","rapI","SigA","RapI","subtiwiki","224308.BSU25200/224308.BSU05010","sigma factor","txid224308" +"BSU_25200","BSU_25570","SigA","ComEC","sigA","comEC","SigA","ComEC","subtiwiki","224308.BSU25200/224308.BSU25570","sigma factor","txid224308" +"BSU_25200","BSU_29679","SigA","BSU_29679","sigA","ytzK","SigA","BSU_29679","subtiwiki","224308.BSU25200/224308.BSU29679","sigma factor","txid224308" +"BSU_25200","BSU_05830","SigA","GmuC","sigA","gmuC","SigA","GmuC","subtiwiki","224308.BSU25200/224308.BSU05830","sigma factor","txid224308" +"BSU_25200","BSU_05820","SigA","GmuA","sigA","gmuA","SigA","GmuA","subtiwiki","224308.BSU25200/224308.BSU05820","sigma factor","txid224308" +"BSU_25200","BSU_05860","SigA","GmuE","sigA","gmuE","SigA","GmuE","subtiwiki","224308.BSU25200/224308.BSU05860","sigma factor","txid224308" +"BSU_25200","BSU_05850","SigA","BSU_05850","sigA","gmuR","SigA","BSU_05850","subtiwiki","224308.BSU25200/224308.BSU05850","sigma factor","txid224308" +"BSU_25200","BSU_09270","SigA","BSU_09270","sigA","glpP","SigA","BSU_09270","subtiwiki","224308.BSU25200/224308.BSU09270","sigma factor","txid224308" +"BSU_25200","BSU_33040","SigA","FumC","sigA","citG","SigA","CitG","subtiwiki","224308.BSU25200/224308.BSU33040","sigma factor","txid224308" +"BSU_25200","BSU_16040","SigA","RplS","sigA","rplS","SigA","RplS","subtiwiki","224308.BSU25200/224308.BSU16040","sigma factor","txid224308" +"BSU_25200","BSU_16020","SigA","RimM","sigA","rimM","SigA","RimM","subtiwiki","224308.BSU25200/224308.BSU16020","sigma factor","txid224308" +"BSU_25200","BSU_09510","SigA","YhdL","sigA","yhdL","SigA","YhdL","subtiwiki","224308.BSU25200/224308.BSU09510","sigma factor","txid224308" +"BSU_25200","BSU_00730","SigA","CysK","sigA","cysK","SigA","CysK","subtiwiki","224308.BSU25200/224308.BSU00730","sigma factor","txid224308" +"BSU_25200","BSU_33540","SigA","BSU_33540","sigA","azoR2","SigA","BSU_33540","subtiwiki","224308.BSU25200/224308.BSU33540","sigma factor","txid224308" +"BSU_25200","BSU_15970","SigA","YlxM","sigA","ylxM","SigA","YlxM","subtiwiki","224308.BSU25200/224308.BSU15970","sigma factor","txid224308" +"BSU_25200","BSU_15980","SigA","Ffh","sigA","ffh","SigA","Ffh","subtiwiki","224308.BSU25200/224308.BSU15980","sigma factor","txid224308" +"BSU_25200","BSU_22110","SigA","BSU_22110","sigA","kdgK","SigA","BSU_22110","subtiwiki","224308.BSU25200/224308.BSU22110","sigma factor","txid224308" +"BSU_25200","BSU_22090","SigA","BSU_22090","sigA","kdgT","SigA","BSU_22090","subtiwiki","224308.BSU25200/224308.BSU22090","sigma factor","txid224308" +"BSU_25200","BSU_22120","SigA","BSU_22120","sigA","kdgR","SigA","BSU_22120","subtiwiki","224308.BSU25200/224308.BSU22120","sigma factor","txid224308" +"BSU_25200","BSU_22100","SigA","BSU_22100","sigA","kdgA","SigA","BSU_22100","subtiwiki","224308.BSU25200/224308.BSU22100","sigma factor","txid224308" +"BSU_25200","BSU_09520","SigA","SigM","sigA","sigM","SigA","SigM","subtiwiki","224308.BSU25200/224308.BSU09520","sigma factor","txid224308" +"BSU_25200","BSU_16010","SigA","BSU_16010","sigA","ylqD","SigA","BSU_16010","subtiwiki","224308.BSU25200/224308.BSU16010","sigma factor","txid224308" +"BSU_25200","BSU_31930","SigA","Ald","sigA","ald","SigA","Ald","subtiwiki","224308.BSU25200/224308.BSU31930","sigma factor","txid224308" +"BSU_25200","BSU_16000","SigA","BSU_16000","sigA","khpA","SigA","BSU_16000","subtiwiki","224308.BSU25200/224308.BSU16000","sigma factor","txid224308" +"BSU_25200","BSU_02690","SigA","AnsZ","sigA","ansZ","SigA","AnsZ","subtiwiki","224308.BSU25200/224308.BSU02690","sigma factor","txid224308" +"BSU_25200","BSU_09500","SigA","YhdK","sigA","yhdK","SigA","YhdK","subtiwiki","224308.BSU25200/224308.BSU09500","sigma factor","txid224308" +"BSU_25200","BSU_37310","SigA","BSU_37310","sigA","fnr","SigA","BSU_37310","subtiwiki","224308.BSU25200/224308.BSU37310","sigma factor","txid224308" +"BSU_25200","BSU_16030","SigA","TrmD","sigA","trmD","SigA","TrmD","subtiwiki","224308.BSU25200/224308.BSU16030","sigma factor","txid224308" +"BSU_25200","BSU_15990","SigA","RpsP","sigA","rpsP","SigA","RpsP","subtiwiki","224308.BSU25200/224308.BSU15990","sigma factor","txid224308" +"BSU_25200","BSU_13330","SigA","BSU_13330","sigA","ykoL","SigA","BSU_13330","subtiwiki","224308.BSU25200/224308.BSU13330","sigma factor","txid224308" +"BSU_25200","BSU_05450","SigA","BSU_05450","sigA","ydfK","SigA","BSU_05450","subtiwiki","224308.BSU25200/224308.BSU05450","sigma factor","txid224308" +"BSU_25200","BSU_13140","SigA","BSU_13140","sigA","ohrA","SigA","BSU_13140","subtiwiki","224308.BSU25200/224308.BSU13140","sigma factor","txid224308" +"BSU_25200","BSU_37740","SigA","BSU_37740","sigA","bacA","SigA","BSU_37740","subtiwiki","224308.BSU25200/224308.BSU37740","sigma factor","txid224308" +"BSU_25200","BSU_03230","SigA","BSU_03230","sigA","putR","SigA","BSU_03230","subtiwiki","224308.BSU25200/224308.BSU03230","sigma factor","txid224308" +"BSU_25200","BSU_37710","SigA","BSU_37710","sigA","bacD","SigA","BSU_37710","subtiwiki","224308.BSU25200/224308.BSU37710","sigma factor","txid224308" +"BSU_25200","BSU_15100","SigA","YlbP","sigA","ylbP","SigA","YlbP","subtiwiki","224308.BSU25200/224308.BSU15100","sigma factor","txid224308" +"BSU_25200","BSU_13320","SigA","BSU_13320","sigA","ykzB","SigA","BSU_13320","subtiwiki","224308.BSU25200/224308.BSU13320","sigma factor","txid224308" +"BSU_25200","BSU_37720","SigA","BacC","sigA","bacC","SigA","BacC","subtiwiki","224308.BSU25200/224308.BSU37720","sigma factor","txid224308" +"BSU_25200","BSU_37690","SigA","BSU_37690","sigA","bacF","SigA","BSU_37690","subtiwiki","224308.BSU25200/224308.BSU37690","sigma factor","txid224308" +"BSU_25200","BSU_37730","SigA","BSU_37730","sigA","bacB","SigA","BSU_37730","subtiwiki","224308.BSU25200/224308.BSU37730","sigma factor","txid224308" +"BSU_25200","BSU_25500","SigA","HemN","sigA","hemN","SigA","HemN","subtiwiki","224308.BSU25200/224308.BSU25500","sigma factor","txid224308" +"BSU_25200","BSU_37700","SigA","BSU_37700","sigA","bacE","SigA","BSU_37700","subtiwiki","224308.BSU25200/224308.BSU37700","sigma factor","txid224308" +"BSU_25200","BSU_25510","SigA","LepA","sigA","lepA","SigA","LepA","subtiwiki","224308.BSU25200/224308.BSU25510","sigma factor","txid224308" +"BSU_25200","BSU_03900","SigA","BSU_03900","sigA","gabT","SigA","BSU_03900","subtiwiki","224308.BSU25200/224308.BSU03900","sigma factor","txid224308" +"BSU_25200","BSU_06150","SigA","BSU_06150","sigA","gutB","SigA","BSU_06150","subtiwiki","224308.BSU25200/224308.BSU06150","sigma factor","txid224308" +"BSU_25200","BSU_17370","SigA","NrdI","sigA","nrdI","SigA","NrdI","subtiwiki","224308.BSU25200/224308.BSU17370","sigma factor","txid224308" +"BSU_25200","BSU_17390","SigA","NrdF","sigA","nrdF","SigA","NrdF","subtiwiki","224308.BSU25200/224308.BSU17390","sigma factor","txid224308" +"BSU_25200","BSU_31450","SigA","KinB","sigA","kinB","SigA","KinB","subtiwiki","224308.BSU25200/224308.BSU31450","sigma factor","txid224308" +"BSU_25200","BSU_06160","SigA","BSU_06160","sigA","gutP","SigA","BSU_06160","subtiwiki","224308.BSU25200/224308.BSU06160","sigma factor","txid224308" +"BSU_25200","BSU_31460","SigA","BSU_31460","sigA","kapB","SigA","BSU_31460","subtiwiki","224308.BSU25200/224308.BSU31460","sigma factor","txid224308" +"BSU_25200","BSU_39900","SigA","BSU_39900","sigA","yxbA","SigA","BSU_39900","subtiwiki","224308.BSU25200/224308.BSU39900","sigma factor","txid224308" +"BSU_25200","BSU_00640","SigA","SpoIIE","sigA","spoIIE","SigA","SpoIIE","subtiwiki","224308.BSU25200/224308.BSU00640","sigma factor","txid224308" +"BSU_25200","BSU_11500","SigA","SpxA","sigA","spx","SigA","Spx","subtiwiki","224308.BSU25200/224308.BSU11500","sigma factor","txid224308" +"BSU_25200","BSU_17380","SigA","NrdE","sigA","nrdE","SigA","NrdE","subtiwiki","224308.BSU25200/224308.BSU17380","sigma factor","txid224308" +"BSU_25200","BSU_06170","SigA","YdjE","sigA","fruC","SigA","YdjE","subtiwiki","224308.BSU25200/224308.BSU06170","sigma factor","txid224308" +"BSU_25200","BSU_37040","SigA","BSU_37040","sigA","ywkB","SigA","BSU_37040","subtiwiki","224308.BSU25200/224308.BSU37040","sigma factor","txid224308" +"BSU_25200","BSU_37050","SigA","BSU_37050","sigA","maeA","SigA","BSU_37050","subtiwiki","224308.BSU25200/224308.BSU37050","sigma factor","txid224308" +"BSU_25200","BSU_06830","SigA","RapH","sigA","rapH","SigA","RapH","subtiwiki","224308.BSU25200/224308.BSU06830","sigma factor","txid224308" +"BSU_25200","BSU_39890","SigA","BSU_39890","sigA","yxbB","SigA","BSU_39890","subtiwiki","224308.BSU25200/224308.BSU39890","sigma factor","txid224308" +"BSU_25200","BSU_17400","SigA","BSU_17400","sigA","ymaB","SigA","BSU_17400","subtiwiki","224308.BSU25200/224308.BSU17400","sigma factor","txid224308" +"BSU_25200","BSU_39910","SigA","BSU_39910","sigA","yxnB","SigA","BSU_39910","subtiwiki","224308.BSU25200/224308.BSU39910","sigma factor","txid224308" +"BSU_25200","BSU_35010","SigA","BSU_35010","sigA","nagA","SigA","BSU_35010","subtiwiki","224308.BSU25200/224308.BSU35010","sigma factor","txid224308" +"BSU_25200","BSU_13560","SigA","MtnK","sigA","mtnK","SigA","MtnK","subtiwiki","224308.BSU25200/224308.BSU13560","sigma factor","txid224308" +"BSU_25200","BSU_02290","SigA","BSU_02290","sigA","psd","SigA","BSU_02290","subtiwiki","224308.BSU25200/224308.BSU02290","sigma factor","txid224308" +"BSU_25200","BSU_33020","SigA","CssS","sigA","cssS","SigA","CssS","subtiwiki","224308.BSU25200/224308.BSU33020","sigma factor","txid224308" +"BSU_25200","BSU_02280","SigA","BSU_02280","sigA","petA","SigA","BSU_02280","subtiwiki","224308.BSU25200/224308.BSU02280","sigma factor","txid224308" +"BSU_25200","BSU_29010","SigA","BSU_29010","sigA","speD","SigA","BSU_29010","subtiwiki","224308.BSU25200/224308.BSU29010","sigma factor","txid224308" +"BSU_25200","BSU_00370","SigA","AbrB","sigA","abrB","SigA","AbrB","subtiwiki","224308.BSU25200/224308.BSU00370","sigma factor","txid224308" +"BSU_25200","BSU_29470","SigA","AckA","sigA","ackA","SigA","AckA","subtiwiki","224308.BSU25200/224308.BSU29470","sigma factor","txid224308" +"BSU_25200","BSU_29020","SigA","GapB","sigA","gapB","SigA","GapB","subtiwiki","224308.BSU25200/224308.BSU29020","sigma factor","txid224308" +"BSU_25200","BSU_35020","SigA","NagBA","sigA","nagB","SigA","NagBA","subtiwiki","224308.BSU25200/224308.BSU35020","sigma factor","txid224308" +"BSU_25200","BSU_13550","SigA","MtnA","sigA","mtnA","SigA","MtnA","subtiwiki","224308.BSU25200/224308.BSU13550","sigma factor","txid224308" +"BSU_25200","BSU_08240","SigA","BSU_08240","sigA","catE","SigA","BSU_08240","subtiwiki","224308.BSU25200/224308.BSU08240","sigma factor","txid224308" +"BSU_25200","BSU_02260","SigA","BSU_02260","sigA","ybfK","SigA","BSU_02260","subtiwiki","224308.BSU25200/224308.BSU02260","sigma factor","txid224308" +"BSU_25200","BSU_10110","SigA","PbpF","sigA","pbpF","SigA","PbpF","subtiwiki","224308.BSU25200/224308.BSU10110","sigma factor","txid224308" +"BSU_25200","BSU_33010","SigA","CssR","sigA","cssR","SigA","CssR","subtiwiki","224308.BSU25200/224308.BSU33010","sigma factor","txid224308" +"BSU_25200","BSU_02270","SigA","BSU_02270","sigA","pssA","SigA","BSU_02270","subtiwiki","224308.BSU25200/224308.BSU02270","sigma factor","txid224308" +"BSU_25200","BSU_08230","SigA","BSU_08230","sigA","catD","SigA","BSU_08230","subtiwiki","224308.BSU25200/224308.BSU08230","sigma factor","txid224308" +"BSU_25200","BSU_14140","SigA","CcpC","sigA","ccpC","SigA","CcpC","subtiwiki","224308.BSU25200/224308.BSU14140","sigma factor","txid224308" +"BSU_25200","BSU_35030","SigA","BSU_35030","sigA","nagR","SigA","BSU_35030","subtiwiki","224308.BSU25200/224308.BSU35030","sigma factor","txid224308" +"BSU_25200","BSU_33900","SigA","Eno","sigA","eno","SigA","Eno","subtiwiki","224308.BSU25200/224308.BSU33900","sigma factor","txid224308" +"BSU_25200","BSU_15740","SigA","YloM","sigA","yloM","SigA","YloM","subtiwiki","224308.BSU25200/224308.BSU15740","sigma factor","txid224308" +"BSU_25200","BSU_14860","SigA","PycA","sigA","pycA","SigA","PycA","subtiwiki","224308.BSU25200/224308.BSU14860","sigma factor","txid224308" +"BSU_25200","BSU_35650","SigA","TagU","sigA","tagU","SigA","TagU","subtiwiki","224308.BSU25200/224308.BSU35650","sigma factor","txid224308" +"BSU_25200","BSU_33940","SigA","GapA","sigA","gapA","SigA","GapA","subtiwiki","224308.BSU25200/224308.BSU33940","sigma factor","txid224308" +"BSU_25200","BSU_33920","SigA","Tpi","sigA","tpi","SigA","Tpi","subtiwiki","224308.BSU25200/224308.BSU33920","sigma factor","txid224308" +"BSU_25200","BSU_30630","SigA","BSU_30630","sigA","rppH","SigA","BSU_30630","subtiwiki","224308.BSU25200/224308.BSU30630","sigma factor","txid224308" +"BSU_25200","BSU_33950","SigA","CggR","sigA","cggR","SigA","CggR","subtiwiki","224308.BSU25200/224308.BSU33950","sigma factor","txid224308" +"BSU_25200","BSU_39070","SigA","BglS","sigA","bglS","SigA","BglS","subtiwiki","224308.BSU25200/224308.BSU39070","sigma factor","txid224308" +"BSU_25200","BSU_15730","SigA","BSU_15730","sigA","fmt","SigA","BSU_15730","subtiwiki","224308.BSU25200/224308.BSU15730","sigma factor","txid224308" +"BSU_25200","BSU_15750","SigA","BSU_15750","sigA","yloN","SigA","BSU_15750","subtiwiki","224308.BSU25200/224308.BSU15750","sigma factor","txid224308" +"BSU_25200","BSU_15720","SigA","DefA","sigA","defA","SigA","DefA","subtiwiki","224308.BSU25200/224308.BSU15720","sigma factor","txid224308" +"BSU_25200","BSU_24640","SigA","TapA","sigA","tapA","SigA","TapA","subtiwiki","224308.BSU25200/224308.BSU24640","sigma factor","txid224308" +"BSU_25200","BSU_24630","SigA","SipW","sigA","sipW","SigA","SipW","subtiwiki","224308.BSU25200/224308.BSU24630","sigma factor","txid224308" +"BSU_25200","BSU_14850","SigA","FtsW","sigA","ftsW","SigA","FtsW","subtiwiki","224308.BSU25200/224308.BSU14850","sigma factor","txid224308" +"BSU_25200","BSU_25840","SigA","BSU_25840","sigA","phrE","SigA","BSU_25840","subtiwiki","224308.BSU25200/224308.BSU25840","sigma factor","txid224308" +"BSU_25200","BSU_33930","SigA","Pgk","sigA","pgk","SigA","Pgk","subtiwiki","224308.BSU25200/224308.BSU33930","sigma factor","txid224308" +"BSU_25200","BSU_06839","SigA","PhrH","sigA","phrH","SigA","PhrH","subtiwiki","224308.BSU25200/224308.BSU06839","sigma factor","txid224308" +"BSU_25200","BSU_33910","SigA","Pgm","sigA","pgm","SigA","Pgm","subtiwiki","224308.BSU25200/224308.BSU33910","sigma factor","txid224308" +"BSU_25200","BSU_24620","SigA","TasA","sigA","tasA","SigA","TasA","subtiwiki","224308.BSU25200/224308.BSU24620","sigma factor","txid224308" +"BSU_25200","BSU_38130","SigA","BSU_38130","sigA","ywcE","SigA","BSU_38130","subtiwiki","224308.BSU25200/224308.BSU38130","sigma factor","txid224308" +"BSU_25200","BSU_25440","SigA","BSU_25440","sigA","yqeU","SigA","BSU_25440","subtiwiki","224308.BSU25200/224308.BSU25440","sigma factor","txid224308" +"BSU_25200","BSU_31200","SigA","BSU_31200","sigA","rhaB","SigA","BSU_31200","subtiwiki","224308.BSU25200/224308.BSU31200","sigma factor","txid224308" +"BSU_25200","BSU_10010","SigA","TrpP","sigA","trpP","SigA","TrpP","subtiwiki","224308.BSU25200/224308.BSU10010","sigma factor","txid224308" +"BSU_25200","BSU_25490","SigA","HrcA","sigA","hrcA","SigA","HrcA","subtiwiki","224308.BSU25200/224308.BSU25490","sigma factor","txid224308" +"BSU_25200","BSU_33730","SigA","OpuBA","sigA","opuBA","SigA","OpuBA","subtiwiki","224308.BSU25200/224308.BSU33730","sigma factor","txid224308" +"BSU_25200","BSU_03910","SigA","GabD","sigA","gabD","SigA","GabD","subtiwiki","224308.BSU25200/224308.BSU03910","sigma factor","txid224308" +"BSU_25200","BSU_12030","SigA","BSU_12030","sigA","yjdF","SigA","BSU_12030","subtiwiki","224308.BSU25200/224308.BSU12030","sigma factor","txid224308" +"BSU_25200","BSU_12020","SigA","ManA","sigA","manA","SigA","ManA","subtiwiki","224308.BSU25200/224308.BSU12020","sigma factor","txid224308" +"BSU_25200","BSU_33720","SigA","OpuBB","sigA","opuBB","SigA","OpuBB","subtiwiki","224308.BSU25200/224308.BSU33720","sigma factor","txid224308" +"BSU_25200","BSU_31180","SigA","BSU_31180","sigA","rhaA","SigA","BSU_31180","subtiwiki","224308.BSU25200/224308.BSU31180","sigma factor","txid224308" +"BSU_25200","BSU_33700","SigA","OpuBD","sigA","opuBD","SigA","OpuBD","subtiwiki","224308.BSU25200/224308.BSU33700","sigma factor","txid224308" +"BSU_25200","BSU_03000","SigA","OpuAC","sigA","opuAC","SigA","OpuAC","subtiwiki","224308.BSU25200/224308.BSU03000","sigma factor","txid224308" +"BSU_25200","BSU_31210","SigA","BSU_31210","sigA","rhaR","SigA","BSU_31210","subtiwiki","224308.BSU25200/224308.BSU31210","sigma factor","txid224308" +"BSU_25200","BSU_25430","SigA","YqeV","sigA","yqeV","SigA","YqeV","subtiwiki","224308.BSU25200/224308.BSU25430","sigma factor","txid224308" +"BSU_25200","BSU_25480","SigA","GrpE","sigA","grpE","SigA","GrpE","subtiwiki","224308.BSU25200/224308.BSU25480","sigma factor","txid224308" +"BSU_25200","BSU_02980","SigA","OpuAA","sigA","opuAA","SigA","OpuAA","subtiwiki","224308.BSU25200/224308.BSU02980","sigma factor","txid224308" +"BSU_25200","BSU_12010","SigA","ManP","sigA","manP","SigA","ManP","subtiwiki","224308.BSU25200/224308.BSU12010","sigma factor","txid224308" +"BSU_25200","BSU_03060","SigA","BSU_03060","sigA","lctP","SigA","BSU_03060","subtiwiki","224308.BSU25200/224308.BSU03060","sigma factor","txid224308" +"BSU_25200","BSU_33710","SigA","OpuBC","sigA","opuBC","SigA","OpuBC","subtiwiki","224308.BSU25200/224308.BSU33710","sigma factor","txid224308" +"BSU_25200","BSU_25470","SigA","DnaK","sigA","dnaK","SigA","DnaK","subtiwiki","224308.BSU25200/224308.BSU25470","sigma factor","txid224308" +"BSU_25200","BSU_02990","SigA","OpuAB","sigA","opuAB","SigA","OpuAB","subtiwiki","224308.BSU25200/224308.BSU02990","sigma factor","txid224308" +"BSU_25200","BSU_25450","SigA","YqeT","sigA","yqeT","SigA","YqeT","subtiwiki","224308.BSU25200/224308.BSU25450","sigma factor","txid224308" +"BSU_25200","BSU_25460","SigA","DnaJ","sigA","dnaJ","SigA","DnaJ","subtiwiki","224308.BSU25200/224308.BSU25460","sigma factor","txid224308" +"BSU_25200","BSU_03050","SigA","Ldh","sigA","ldh","SigA","Ldh","subtiwiki","224308.BSU25200/224308.BSU03050","sigma factor","txid224308" +"BSU_25200","BSU_31220","SigA","BSU_31220","sigA","rhaEW","SigA","BSU_31220","subtiwiki","224308.BSU25200/224308.BSU31220","sigma factor","txid224308" +"BSU_25200","BSU_31190","SigA","BSU_31190","sigA","rhaM","SigA","BSU_31190","subtiwiki","224308.BSU25200/224308.BSU31190","sigma factor","txid224308" +"BSU_25200","BSU_09410","SigA","PhoA","sigA","phoA","SigA","PhoA","subtiwiki","224308.BSU25200/224308.BSU09410","sigma factor","txid224308" +"BSU_25200","BSU_24690","SigA","ComGE","sigA","comGE","SigA","ComGE","subtiwiki","224308.BSU25200/224308.BSU24690","sigma factor","txid224308" +"BSU_25200","BSU_24680","SigA","BSU_24680","sigA","comGF","SigA","BSU_24680","subtiwiki","224308.BSU25200/224308.BSU24680","sigma factor","txid224308" +"BSU_25200","BSU_24730","SigA","ComGA","sigA","comGA","SigA","ComGA","subtiwiki","224308.BSU25200/224308.BSU24730","sigma factor","txid224308" +"BSU_25200","BSU_31570","SigA","NupQ","sigA","nupQ","SigA","NupQ","subtiwiki","224308.BSU25200/224308.BSU31570","sigma factor","txid224308" +"BSU_25200","BSU_35490","SigA","DegU","sigA","degU","SigA","DegU","subtiwiki","224308.BSU25200/224308.BSU35490","sigma factor","txid224308" +"BSU_25200","BSU_22790","SigA","Hbs","sigA","hbs","SigA","Hbs","subtiwiki","224308.BSU25200/224308.BSU22790","sigma factor","txid224308" +"BSU_25200","BSU_31540","SigA","NupN","sigA","nupN","SigA","NupN","subtiwiki","224308.BSU25200/224308.BSU31540","sigma factor","txid224308" +"BSU_25200","BSU_24720","SigA","ComGB","sigA","comGB","SigA","ComGB","subtiwiki","224308.BSU25200/224308.BSU24720","sigma factor","txid224308" +"BSU_25200","BSU_31550","SigA","NupO","sigA","nupO","SigA","NupO","subtiwiki","224308.BSU25200/224308.BSU31550","sigma factor","txid224308" +"BSU_25200","BSU_31560","SigA","NupP","sigA","nupP","SigA","NupP","subtiwiki","224308.BSU25200/224308.BSU31560","sigma factor","txid224308" +"BSU_25200","BSU_35670","SigA","GtaB","sigA","gtaB","SigA","GtaB","subtiwiki","224308.BSU25200/224308.BSU35670","sigma factor","txid224308" +"BSU_25200","BSU_24710","SigA","ComGC","sigA","comGC","SigA","ComGC","subtiwiki","224308.BSU25200/224308.BSU24710","sigma factor","txid224308" +"BSU_25200","BSU_35500","SigA","DegS","sigA","degS","SigA","DegS","subtiwiki","224308.BSU25200/224308.BSU35500","sigma factor","txid224308" +"BSU_25200","BSU_24670","SigA","ComGG","sigA","comGG","SigA","ComGG","subtiwiki","224308.BSU25200/224308.BSU24670","sigma factor","txid224308" +"BSU_25200","BSU_24700","SigA","ComGD","sigA","comGD","SigA","ComGD","subtiwiki","224308.BSU25200/224308.BSU24700","sigma factor","txid224308" +"BSU_25200","BSU_24660","SigA","BSU_24660","sigA","spoIIIL","SigA","BSU_24660","subtiwiki","224308.BSU25200/224308.BSU24660","sigma factor","txid224308" +"BSU_25200","BSU_13580","SigA","MtnE","sigA","mtnE","SigA","MtnE","subtiwiki","224308.BSU25200/224308.BSU13580","sigma factor","txid224308" +"BSU_25200","BSU_28130","SigA","BSU_28130","sigA","hemB","SigA","BSU_28130","subtiwiki","224308.BSU25200/224308.BSU28130","sigma factor","txid224308" +"BSU_25200","BSU_28120","SigA","HemL","sigA","hemL","SigA","HemL","subtiwiki","224308.BSU25200/224308.BSU28120","sigma factor","txid224308" +"BSU_25200","BSU_03340","SigA","FolEB","sigA","folEB","SigA","FolEB","subtiwiki","224308.BSU25200/224308.BSU03340","sigma factor","txid224308" +"BSU_25200","BSU_28170","SigA","BSU_28170","sigA","hemA","SigA","BSU_28170","subtiwiki","224308.BSU25200/224308.BSU28170","sigma factor","txid224308" +"BSU_25200","BSU_02350","SigA","GamP","sigA","gamP","SigA","GamP","subtiwiki","224308.BSU25200/224308.BSU02350","sigma factor","txid224308" +"BSU_25200","BSU_40420","SigA","PurA","sigA","purA","SigA","PurA","subtiwiki","224308.BSU25200/224308.BSU40420","sigma factor","txid224308" +"BSU_25200","BSU_17460","SigA","GlnA","sigA","glnA","SigA","GlnA","subtiwiki","224308.BSU25200/224308.BSU17460","sigma factor","txid224308" +"BSU_25200","BSU_02360","SigA","NagBB","sigA","gamA","SigA","NagBB","subtiwiki","224308.BSU25200/224308.BSU02360","sigma factor","txid224308" +"BSU_25200","BSU_misc_RNA_72","SigA","BSU_misc_RNA_72","sigA","surA","SigA","BSU_misc_RNA_72","subtiwiki","224308.BSU25200/224308.BSUmiscRNA72","sigma factor","txid224308" +"BSU_25200","BSU_28140","SigA","HemD","sigA","hemD","SigA","HemD","subtiwiki","224308.BSU25200/224308.BSU28140","sigma factor","txid224308" +"BSU_25200","BSU_03350","SigA","BSU_03350","sigA","yciB","SigA","BSU_03350","subtiwiki","224308.BSU25200/224308.BSU03350","sigma factor","txid224308" +"BSU_25200","BSU_28150","SigA","HemC","sigA","hemC","SigA","HemC","subtiwiki","224308.BSU25200/224308.BSU28150","sigma factor","txid224308" +"BSU_25200","BSU_28160","SigA","BSU_28160","sigA","hemX","SigA","BSU_28160","subtiwiki","224308.BSU25200/224308.BSU28160","sigma factor","txid224308" +"BSU_25200","BSU_17450","SigA","GlnR","sigA","glnR","SigA","GlnR","subtiwiki","224308.BSU25200/224308.BSU17450","sigma factor","txid224308" +"BSU_25200","BSU_39470","SigA","BSU_39470","sigA","sndB","SigA","BSU_39470","subtiwiki","224308.BSU25200/224308.BSU39470","sigma factor","txid224308" +"BSU_25200","BSU_39460","SigA","BSU_39460","sigA","yxeQ","SigA","BSU_39460","subtiwiki","224308.BSU25200/224308.BSU39460","sigma factor","txid224308" +"BSU_25200","BSU_25220","SigA","BSU_25220","sigA","antE","SigA","BSU_25220","subtiwiki","224308.BSU25200/224308.BSU25220","sigma factor","txid224308" +"BSU_25200","BSU_39510","SigA","BSU_39510","sigA","snaB","SigA","BSU_39510","subtiwiki","224308.BSU25200/224308.BSU39510","sigma factor","txid224308" +"BSU_25200","BSU_03360","SigA","ZagA","sigA","zagA","SigA","ZinT","subtiwiki","224308.BSU25200/224308.BSU03360","sigma factor","txid224308" +"BSU_25200","BSU_23550","SigA","BSU_23550","sigA","mleA","SigA","BSU_23550","subtiwiki","224308.BSU25200/224308.BSU23550","sigma factor","txid224308" +"BSU_25200","BSU_36480","SigA","BSU_36480","sigA","ywoD","SigA","BSU_36480","subtiwiki","224308.BSU25200/224308.BSU36480","sigma factor","txid224308" +"BSU_25200","BSU_36490","SigA","BSU_36490","sigA","ywoC","SigA","BSU_36490","subtiwiki","224308.BSU25200/224308.BSU36490","sigma factor","txid224308" +"BSU_25200","BSU_16940","SigA","RecA","sigA","recA","SigA","RecA","subtiwiki","224308.BSU25200/224308.BSU16940","sigma factor","txid224308" +"BSU_25200","BSU_15920","SigA","AcpA","sigA","acpA","SigA","AcpA","subtiwiki","224308.BSU25200/224308.BSU15920","sigma factor","txid224308" +"BSU_25200","BSU_39520","SigA","YxeK","sigA","yxeK","SigA","YxeK","subtiwiki","224308.BSU25200/224308.BSU39520","sigma factor","txid224308" +"BSU_25200","BSU_03359","SigA","BSU_03359","sigA","yczL","SigA","BSU_03359","subtiwiki","224308.BSU25200/224308.BSU03359","sigma factor","txid224308" +"BSU_25200","BSU_39490","SigA","YxeN","sigA","yxeN","SigA","YxeN","subtiwiki","224308.BSU25200/224308.BSU39490","sigma factor","txid224308" +"BSU_25200","BSU_39500","SigA","YxeM","sigA","yxeM","SigA","YxeM","subtiwiki","224308.BSU25200/224308.BSU39500","sigma factor","txid224308" +"BSU_25200","BSU_36500","SigA","BSU_36500","sigA","ywoB","SigA","BSU_36500","subtiwiki","224308.BSU25200/224308.BSU36500","sigma factor","txid224308" +"BSU_25200","BSU_23560","SigA","MleN","sigA","mleN","SigA","MleN","subtiwiki","224308.BSU25200/224308.BSU23560","sigma factor","txid224308" +"BSU_25200","BSU_39480","SigA","YxeO","sigA","yxeO","SigA","YxeO","subtiwiki","224308.BSU25200/224308.BSU39480","sigma factor","txid224308" +"BSU_25200","BSU_38270","SigA","EfeO","sigA","efeO","SigA","EfeO","subtiwiki","224308.BSU25200/224308.BSU38270","sigma factor","txid224308" +"BSU_25200","BSU_00690","SigA","FtsH","sigA","ftsH","SigA","FtsH","subtiwiki","224308.BSU25200/224308.BSU00690","sigma factor","txid224308" +"BSU_25200","BSU_16780","SigA","RnjB","sigA","rnjB","SigA","RnjB","subtiwiki","224308.BSU25200/224308.BSU16780","sigma factor","txid224308" +"BSU_25200","BSU_27870","SigA","BSU_27870","sigA","nadB","SigA","BSU_27870","subtiwiki","224308.BSU25200/224308.BSU27870","sigma factor","txid224308" +"BSU_25200","BSU_03220","SigA","BSU_03220","sigA","putP","SigA","BSU_03220","subtiwiki","224308.BSU25200/224308.BSU03220","sigma factor","txid224308" +"BSU_25200","BSU_36130","SigA","YwrA","sigA","ywrA","SigA","YwrA","subtiwiki","224308.BSU25200/224308.BSU36130","sigma factor","txid224308" +"BSU_25200","BSU_27850","SigA","NadA","sigA","nadA","SigA","NadA","subtiwiki","224308.BSU25200/224308.BSU27850","sigma factor","txid224308" +"BSU_25200","BSU_38260","SigA","EfeB","sigA","efeB","SigA","EfeB","subtiwiki","224308.BSU25200/224308.BSU38260","sigma factor","txid224308" +"BSU_25200","BSU_13640","SigA","Spo0E","sigA","spo0E","SigA","Spo0E","subtiwiki","224308.BSU25200/224308.BSU13640","sigma factor","txid224308" +"BSU_25200","BSU_29660","SigA","RpsD","sigA","rpsD","SigA","RpsD","subtiwiki","224308.BSU25200/224308.BSU29660","sigma factor","txid224308" +"BSU_25200","BSU_38280","SigA","EfeU","sigA","efeU","SigA","EfeU","subtiwiki","224308.BSU25200/224308.BSU38280","sigma factor","txid224308" +"BSU_25200","BSU_18460","SigA","GltC","sigA","gltC","SigA","GltC","subtiwiki","224308.BSU25200/224308.BSU18460","sigma factor","txid224308" +"BSU_25200","BSU_24220","SigA","Spo0A","sigA","spo0A","SigA","Spo0A","subtiwiki","224308.BSU25200/224308.BSU24220","sigma factor","txid224308" +"BSU_25200","BSU_36120","SigA","YwrB","sigA","ywrB","SigA","YwrB","subtiwiki","224308.BSU25200/224308.BSU36120","sigma factor","txid224308" +"BSU_25200","BSU_00670","SigA","TilS","sigA","tilS","SigA","TilS","subtiwiki","224308.BSU25200/224308.BSU00670","sigma factor","txid224308" +"BSU_25200","BSU_27860","SigA","BSU_27860","sigA","nadC","SigA","BSU_27860","subtiwiki","224308.BSU25200/224308.BSU27860","sigma factor","txid224308" +"BSU_25200","BSU_36110","SigA","BSU_36110","sigA","chrS","SigA","BSU_36110","subtiwiki","224308.BSU25200/224308.BSU36110","sigma factor","txid224308" +"BSU_25200","BSU_00680","SigA","HprT","sigA","hprT","SigA","HprT","subtiwiki","224308.BSU25200/224308.BSU00680","sigma factor","txid224308" +"BSU_25200","BSU_19830","SigA","BSU_19830","sigA","yotM","SigA","BSU_19830","subtiwiki","224308.BSU25200/224308.BSU19830","sigma factor","txid224308" +"BSU_25200","BSU_19930","SigA","BSU_19930","sigA","yotC","SigA","BSU_19930","subtiwiki","224308.BSU25200/224308.BSU19930","sigma factor","txid224308" +"BSU_25200","BSU_05500","SigA","BSU_05500","sigA","mhqP","SigA","BSU_05500","subtiwiki","224308.BSU25200/224308.BSU05500","sigma factor","txid224308" +"BSU_25200","BSU_19900","SigA","BSU_19900","sigA","yotF","SigA","BSU_19900","subtiwiki","224308.BSU25200/224308.BSU19900","sigma factor","txid224308" +"BSU_25200","BSU_19910","SigA","BSU_19910","sigA","yotE","SigA","BSU_19910","subtiwiki","224308.BSU25200/224308.BSU19910","sigma factor","txid224308" +"BSU_25200","BSU_19940","SigA","BSU_19940","sigA","yotB","SigA","BSU_19940","subtiwiki","224308.BSU25200/224308.BSU19940","sigma factor","txid224308" +"BSU_25200","BSU_19820","SigA","SprB","sigA","sprB","SigA","SprB","subtiwiki","224308.BSU25200/224308.BSU19820","sigma factor","txid224308" +"BSU_25200","BSU_19870","SigA","BSU_19870","sigA","yotI","SigA","BSU_19870","subtiwiki","224308.BSU25200/224308.BSU19870","sigma factor","txid224308" +"BSU_25200","BSU_05490","SigA","BSU_05490","sigA","mhqO","SigA","BSU_05490","subtiwiki","224308.BSU25200/224308.BSU05490","sigma factor","txid224308" +"BSU_25200","BSU_19970","SigA","BSU_19970","sigA","yosX","SigA","BSU_19970","subtiwiki","224308.BSU25200/224308.BSU19970","sigma factor","txid224308" +"BSU_25200","BSU_19850","SigA","BSU_19850","sigA","yotK","SigA","BSU_19850","subtiwiki","224308.BSU25200/224308.BSU19850","sigma factor","txid224308" +"BSU_25200","BSU_19860","SigA","BSU_19860","sigA","yotJ","SigA","BSU_19860","subtiwiki","224308.BSU25200/224308.BSU19860","sigma factor","txid224308" +"BSU_25200","BSU_19920","SigA","BSU_19920","sigA","yotD","SigA","BSU_19920","subtiwiki","224308.BSU25200/224308.BSU19920","sigma factor","txid224308" +"BSU_25200","BSU_19890","SigA","BSU_19890","sigA","yotG","SigA","BSU_19890","subtiwiki","224308.BSU25200/224308.BSU19890","sigma factor","txid224308" +"BSU_25200","BSU_19880","SigA","BSU_19880","sigA","yotH","SigA","BSU_19880","subtiwiki","224308.BSU25200/224308.BSU19880","sigma factor","txid224308" +"BSU_25200","BSU_07890","SigA","BSU_07890","sigA","yfkI","SigA","BSU_07890","subtiwiki","224308.BSU25200/224308.BSU07890","sigma factor","txid224308" +"BSU_25200","BSU_23570","SigA","AnsB","sigA","ansB","SigA","AnsB","subtiwiki","224308.BSU25200/224308.BSU23570","sigma factor","txid224308" +"BSU_25200","BSU_23580","SigA","AnsA","sigA","ansA","SigA","AnsA","subtiwiki","224308.BSU25200/224308.BSU23580","sigma factor","txid224308" +"BSU_25200","BSU_07880","SigA","YfkJ","sigA","yfkJ","SigA","YfkJ","subtiwiki","224308.BSU25200/224308.BSU07880","sigma factor","txid224308" +"BSU_25200","BSU_40070","SigA","BSU_40070","sigA","gntP","SigA","BSU_40070","subtiwiki","224308.BSU25200/224308.BSU40070","sigma factor","txid224308" +"BSU_25200","BSU_40060","SigA","BSU_40060","sigA","gntK","SigA","BSU_40060","subtiwiki","224308.BSU25200/224308.BSU40060","sigma factor","txid224308" +"BSU_25200","BSU_07900","SigA","Rbn","sigA","yfkH","SigA","Rbn","subtiwiki","224308.BSU25200/224308.BSU07900","sigma factor","txid224308" +"BSU_25200","BSU_30790","SigA","BSU_30790","sigA","menE","SigA","BSU_30790","subtiwiki","224308.BSU25200/224308.BSU30790","sigma factor","txid224308" +"BSU_25200","BSU_40080","SigA","GntZ","sigA","gntZ","SigA","GntZ","subtiwiki","224308.BSU25200/224308.BSU40080","sigma factor","txid224308" +"BSU_25200","BSU_30780","SigA","BSU_30780","sigA","menC","SigA","BSU_30780","subtiwiki","224308.BSU25200/224308.BSU30780","sigma factor","txid224308" +"BSU_25200","BSU_40050","SigA","BSU_40050","sigA","gntR","SigA","BSU_40050","subtiwiki","224308.BSU25200/224308.BSU40050","sigma factor","txid224308" +"BSU_25200","BSU_15330","SigA","SigG","sigA","sigG","SigA","SigG","subtiwiki","224308.BSU25200/224308.BSU15330","sigma factor","txid224308" +"BSU_25200","BSU_15320","SigA","SigE","sigA","sigE","SigA","SigE","subtiwiki","224308.BSU25200/224308.BSU15320","sigma factor","txid224308" +"BSU_25200","BSU_10420","SigA","ComK","sigA","comK","SigA","ComK","subtiwiki","224308.BSU25200/224308.BSU10420","sigma factor","txid224308" +"BSU_25200","BSU_32440","SigA","BSU_32440","sigA","pucK","SigA","BSU_32440","subtiwiki","224308.BSU25200/224308.BSU32440","sigma factor","txid224308" +"BSU_25200","BSU_15310","SigA","SpoIIGA","sigA","spoIIGA","SigA","SpoIIGA","subtiwiki","224308.BSU25200/224308.BSU15310","sigma factor","txid224308" +"BSU_25200","BSU_09990","SigA","ScoC","sigA","scoC","SigA","ScoC","subtiwiki","224308.BSU25200/224308.BSU09990","sigma factor","txid224308" +"BSU_25200","BSU_32430","SigA","BSU_32430","sigA","pucJ","SigA","BSU_32430","subtiwiki","224308.BSU25200/224308.BSU32430","sigma factor","txid224308" +"BSU_25200","BSU_18450","SigA","GltA","sigA","gltA","SigA","GltA","subtiwiki","224308.BSU25200/224308.BSU18450","sigma factor","txid224308" +"BSU_25200","BSU_18440","SigA","GltB","sigA","gltB","SigA","GltB","subtiwiki","224308.BSU25200/224308.BSU18440","sigma factor","txid224308" +"BSU_25200","BSU_36410","SigA","Mbl","sigA","mbl","SigA","Mbl","subtiwiki","224308.BSU25200/224308.BSU36410","sigma factor","txid224308" +"BSU_25200","BSU_28040","SigA","BSU_28040","sigA","radC","SigA","BSU_28040","subtiwiki","224308.BSU25200/224308.BSU28040","sigma factor","txid224308" +"BSU_25200","BSU_32460","SigA","BSU_32460","sigA","pucM","SigA","BSU_32460","subtiwiki","224308.BSU25200/224308.BSU32460","sigma factor","txid224308" +"BSU_25200","BSU_13170","SigA","BSU_13170","sigA","guaD","SigA","BSU_13170","subtiwiki","224308.BSU25200/224308.BSU13170","sigma factor","txid224308" +"BSU_25200","BSU_07620","SigA","BSU_07620","sigA","yflN","SigA","BSU_07620","subtiwiki","224308.BSU25200/224308.BSU07620","sigma factor","txid224308" +"BSU_25200","BSU_28050","SigA","Maf","sigA","maf","SigA","Maf","subtiwiki","224308.BSU25200/224308.BSU28050","sigma factor","txid224308" +"BSU_25200","BSU_28010","SigA","MreD","sigA","mreD","SigA","MreD","subtiwiki","224308.BSU25200/224308.BSU28010","sigma factor","txid224308" +"BSU_25200","BSU_27990","SigA","MinD","sigA","minD","SigA","MinD","subtiwiki","224308.BSU25200/224308.BSU27990","sigma factor","txid224308" +"BSU_25200","BSU_32450","SigA","BSU_32450","sigA","pucL","SigA","BSU_32450","subtiwiki","224308.BSU25200/224308.BSU32450","sigma factor","txid224308" +"BSU_25200","BSU_28640","SigA","PheS","sigA","pheS","SigA","PheS","subtiwiki","224308.BSU25200/224308.BSU28640","sigma factor","txid224308" +"BSU_25200","BSU_41060","SigA","RpmH","sigA","rpmH","SigA","RpmH","subtiwiki","224308.BSU25200/224308.BSU41060","sigma factor","txid224308" +"BSU_25200","BSU_28020","SigA","MreC","sigA","mreC","SigA","MreC","subtiwiki","224308.BSU25200/224308.BSU28020","sigma factor","txid224308" +"BSU_25200","BSU_28030","SigA","MreB","sigA","mreB","SigA","MreB","subtiwiki","224308.BSU25200/224308.BSU28030","sigma factor","txid224308" +"BSU_25200","BSU_28630","SigA","PheT","sigA","pheT","SigA","PheT","subtiwiki","224308.BSU25200/224308.BSU28630","sigma factor","txid224308" +"BSU_25200","BSU_07610","SigA","BSU_07610","sigA","citM","SigA","BSU_07610","subtiwiki","224308.BSU25200/224308.BSU07610","sigma factor","txid224308" +"BSU_25200","BSU_28000","SigA","MinC","sigA","minC","SigA","MinC","subtiwiki","224308.BSU25200/224308.BSU28000","sigma factor","txid224308" +"BSU_25200","BSU_06420","SigA","PurE","sigA","purE","SigA","PurE","subtiwiki","224308.BSU25200/224308.BSU06420","sigma factor","txid224308" +"BSU_25200","BSU_06530","SigA","PurD","sigA","purD","SigA","PurD","subtiwiki","224308.BSU25200/224308.BSU06530","sigma factor","txid224308" +"BSU_25200","BSU_35609","SigA","BSU_35609","sigA","tuaA/1","SigA","BSU_35609","subtiwiki","224308.BSU25200/224308.BSU35609","sigma factor","txid224308" +"BSU_25200","BSU_06450","SigA","PurC","sigA","purC","SigA","PurC","subtiwiki","224308.BSU25200/224308.BSU06450","sigma factor","txid224308" +"BSU_25200","BSU_35550","SigA","BSU_35550","sigA","tuaG","SigA","BSU_35550","subtiwiki","224308.BSU25200/224308.BSU35550","sigma factor","txid224308" +"BSU_25200","BSU_06490","SigA","PurF","sigA","purF","SigA","PurF","subtiwiki","224308.BSU25200/224308.BSU06490","sigma factor","txid224308" +"BSU_25200","BSU_35610","SigA","BSU_35610","sigA","tuaA/2","SigA","BSU_35610","subtiwiki","224308.BSU25200/224308.BSU35610","sigma factor","txid224308" +"BSU_25200","BSU_35590","SigA","BSU_35590","sigA","tuaC","SigA","BSU_35590","subtiwiki","224308.BSU25200/224308.BSU35590","sigma factor","txid224308" +"BSU_25200","BSU_35600","SigA","BSU_35600","sigA","tuaB","SigA","BSU_35600","subtiwiki","224308.BSU25200/224308.BSU35600","sigma factor","txid224308" +"BSU_25200","BSU_06510","SigA","PurN","sigA","purN","SigA","PurN","subtiwiki","224308.BSU25200/224308.BSU06510","sigma factor","txid224308" +"BSU_25200","BSU_35580","SigA","TuaD","sigA","tuaD","SigA","TuaD","subtiwiki","224308.BSU25200/224308.BSU35580","sigma factor","txid224308" +"BSU_25200","BSU_14160","SigA","BSU_14160","sigA","ykuO","SigA","BSU_14160","subtiwiki","224308.BSU25200/224308.BSU14160","sigma factor","txid224308" +"BSU_25200","BSU_06500","SigA","BSU_06500","sigA","purM","SigA","BSU_06500","subtiwiki","224308.BSU25200/224308.BSU06500","sigma factor","txid224308" +"BSU_25200","BSU_06480","SigA","PurL","sigA","purL","SigA","PurL","subtiwiki","224308.BSU25200/224308.BSU06480","sigma factor","txid224308" +"BSU_25200","BSU_35540","SigA","BSU_35540","sigA","tuaH","SigA","BSU_35540","subtiwiki","224308.BSU25200/224308.BSU35540","sigma factor","txid224308" +"BSU_25200","BSU_35570","SigA","BSU_35570","sigA","tuaE","SigA","BSU_35570","subtiwiki","224308.BSU25200/224308.BSU35570","sigma factor","txid224308" +"BSU_25200","BSU_35560","SigA","BSU_35560","sigA","tuaF","SigA","BSU_35560","subtiwiki","224308.BSU25200/224308.BSU35560","sigma factor","txid224308" +"BSU_25200","BSU_14150","SigA","YkuN","sigA","ykuN","SigA","YkuN","subtiwiki","224308.BSU25200/224308.BSU14150","sigma factor","txid224308" +"BSU_25200","BSU_06470","SigA","PurQ","sigA","purQ","SigA","PurQ","subtiwiki","224308.BSU25200/224308.BSU06470","sigma factor","txid224308" +"BSU_25200","BSU_06440","SigA","PurB","sigA","purB","SigA","PurB","subtiwiki","224308.BSU25200/224308.BSU06440","sigma factor","txid224308" +"BSU_25200","BSU_14170","SigA","YkuP","sigA","ykuP","SigA","YkuP","subtiwiki","224308.BSU25200/224308.BSU14170","sigma factor","txid224308" +"BSU_25200","BSU_06430","SigA","BSU_06430","sigA","purK","SigA","BSU_06430","subtiwiki","224308.BSU25200/224308.BSU06430","sigma factor","txid224308" +"BSU_25200","BSU_06460","SigA","PurS","sigA","purS","SigA","PurS","subtiwiki","224308.BSU25200/224308.BSU06460","sigma factor","txid224308" +"BSU_25200","BSU_06520","SigA","PurH","sigA","purH","SigA","PurH","subtiwiki","224308.BSU25200/224308.BSU06520","sigma factor","txid224308" +"BSU_25200","BSU_01770","SigA","GlmM","sigA","glmM","SigA","GlmM","subtiwiki","224308.BSU25200/224308.BSU01770","sigma factor","txid224308" +"BSU_25200","BSU_32510","SigA","PucA","sigA","pucA","SigA","PucA","subtiwiki","224308.BSU25200/224308.BSU32510","sigma factor","txid224308" +"BSU_25200","BSU_32500","SigA","PucB","sigA","pucB","SigA","PucB","subtiwiki","224308.BSU25200/224308.BSU32500","sigma factor","txid224308" +"BSU_25200","BSU_01760","SigA","CdaR","sigA","cdaR","SigA","CdaR","subtiwiki","224308.BSU25200/224308.BSU01760","sigma factor","txid224308" +"BSU_25200","BSU_31890","SigA","YukC","sigA","essB","SigA","EssB","subtiwiki","224308.BSU25200/224308.BSU31890","sigma factor","txid224308" +"BSU_25200","BSU_31900","SigA","YukD","sigA","yukD","SigA","YukD","subtiwiki","224308.BSU25200/224308.BSU31900","sigma factor","txid224308" +"BSU_25200","BSU_28540","SigA","BSU_28540","sigA","fadB","SigA","BSU_28540","subtiwiki","224308.BSU25200/224308.BSU28540","sigma factor","txid224308" +"BSU_25200","BSU_32480","SigA","PucD","sigA","pucD","SigA","PucD","subtiwiki","224308.BSU25200/224308.BSU32480","sigma factor","txid224308" +"BSU_25200","BSU_31910","SigA","YukE","sigA","yukE","SigA","YukE","subtiwiki","224308.BSU25200/224308.BSU31910","sigma factor","txid224308" +"BSU_25200","BSU_32490","SigA","PucC","sigA","pucC","SigA","PucC","subtiwiki","224308.BSU25200/224308.BSU32490","sigma factor","txid224308" +"BSU_25200","BSU_01780","SigA","GlmS","sigA","glmS","SigA","GlmS","subtiwiki","224308.BSU25200/224308.BSU01780","sigma factor","txid224308" +"BSU_25200","BSU_28520","SigA","EtfA","sigA","etfA","SigA","EtfA","subtiwiki","224308.BSU25200/224308.BSU28520","sigma factor","txid224308" +"BSU_25200","BSU_22060","SigA","BSU_22060","sigA","pbuX","SigA","BSU_22060","subtiwiki","224308.BSU25200/224308.BSU22060","sigma factor","txid224308" +"BSU_25200","BSU_28560","SigA","LcfA","sigA","lcfA","SigA","LcfA","subtiwiki","224308.BSU25200/224308.BSU28560","sigma factor","txid224308" +"BSU_25200","BSU_28530","SigA","EtfB","sigA","etfB","SigA","EtfB","subtiwiki","224308.BSU25200/224308.BSU28530","sigma factor","txid224308" +"BSU_25200","BSU_31875","SigA","YukB","sigA","yukB","SigA","YukB","subtiwiki","224308.BSU25200/224308.BSU31875","sigma factor","txid224308" +"BSU_25200","BSU_31860","SigA","YueB","sigA","yueB","SigA","YueB","subtiwiki","224308.BSU25200/224308.BSU31860","sigma factor","txid224308" +"BSU_25200","BSU_31850","SigA","YueC","sigA","yueC","SigA","YueC","subtiwiki","224308.BSU25200/224308.BSU31850","sigma factor","txid224308" +"BSU_25200","BSU_40350","SigA","RocR","sigA","rocR","SigA","RocR","subtiwiki","224308.BSU25200/224308.BSU40350","sigma factor","txid224308" +"BSU_25200","BSU_22070","SigA","Xpt","sigA","xpt","SigA","Xpt","subtiwiki","224308.BSU25200/224308.BSU22070","sigma factor","txid224308" +"BSU_25200","BSU_32470","SigA","PucE","sigA","pucE","SigA","PucE","subtiwiki","224308.BSU25200/224308.BSU32470","sigma factor","txid224308" +"BSU_25200","BSU_31840","SigA","BSU_31840","sigA","yueD","SigA","BSU_31840","subtiwiki","224308.BSU25200/224308.BSU31840","sigma factor","txid224308" +"BSU_25200","BSU_01750","SigA","YbbP","sigA","cdaA","SigA","CdaA","subtiwiki","224308.BSU25200/224308.BSU01750","sigma factor","txid224308" +"BSU_25200","BSU_28550","SigA","BSU_28550","sigA","fadR","SigA","BSU_28550","subtiwiki","224308.BSU25200/224308.BSU28550","sigma factor","txid224308" +"BSU_25200","BSU_02620","SigA","PhoD","sigA","phoD","SigA","PhoD","subtiwiki","224308.BSU25200/224308.BSU02620","sigma factor","txid224308" +"BSU_25200","BSU_03280","SigA","NasF","sigA","nasF","SigA","NasF","subtiwiki","224308.BSU25200/224308.BSU03280","sigma factor","txid224308" +"BSU_25200","BSU_30440","SigA","YtrC","sigA","ytrC","SigA","YtrC","subtiwiki","224308.BSU25200/224308.BSU30440","sigma factor","txid224308" +"BSU_25200","BSU_30430","SigA","YtrD","sigA","ytrD","SigA","YtrD","subtiwiki","224308.BSU25200/224308.BSU30430","sigma factor","txid224308" +"BSU_25200","BSU_00920","SigA","GltX","sigA","gltX","SigA","GltX","subtiwiki","224308.BSU25200/224308.BSU00920","sigma factor","txid224308" +"BSU_25200","BSU_03300","SigA","NasD","sigA","nasD","SigA","NasD","subtiwiki","224308.BSU25200/224308.BSU03300","sigma factor","txid224308" +"BSU_25200","BSU_00930","SigA","CysE","sigA","cysE","SigA","CysE","subtiwiki","224308.BSU25200/224308.BSU00930","sigma factor","txid224308" +"BSU_25200","BSU_02630","SigA","TatAD","sigA","tatAD","SigA","TatAD","subtiwiki","224308.BSU25200/224308.BSU02630","sigma factor","txid224308" +"BSU_25200","BSU_03290","SigA","NasE","sigA","nasE","SigA","NasE","subtiwiki","224308.BSU25200/224308.BSU03290","sigma factor","txid224308" +"BSU_25200","BSU_00950","SigA","MrnC","sigA","mrnC","SigA","MrnC","subtiwiki","224308.BSU25200/224308.BSU00950","sigma factor","txid224308" +"BSU_25200","BSU_30410","SigA","YtrF","sigA","ytrF","SigA","YtrF","subtiwiki","224308.BSU25200/224308.BSU30410","sigma factor","txid224308" +"BSU_25200","BSU_03310","SigA","NasC","sigA","nasC","SigA","NasC","subtiwiki","224308.BSU25200/224308.BSU03310","sigma factor","txid224308" +"BSU_25200","BSU_30450","SigA","YtrB","sigA","ytrB","SigA","YtrB","subtiwiki","224308.BSU25200/224308.BSU30450","sigma factor","txid224308" +"BSU_25200","BSU_30420","SigA","YtrE","sigA","ytrE","SigA","YtrE","subtiwiki","224308.BSU25200/224308.BSU30420","sigma factor","txid224308" +"BSU_25200","BSU_38410","SigA","SacX","sigA","sacX","SigA","SacX","subtiwiki","224308.BSU25200/224308.BSU38410","sigma factor","txid224308" +"BSU_25200","BSU_00940","SigA","CysS","sigA","cysS","SigA","CysS","subtiwiki","224308.BSU25200/224308.BSU00940","sigma factor","txid224308" +"BSU_25200","BSU_11880","SigA","MetC","sigA","metC","SigA","MetC","subtiwiki","224308.BSU25200/224308.BSU11880","sigma factor","txid224308" +"BSU_25200","BSU_03320","SigA","NasB","sigA","nasB","SigA","NasB","subtiwiki","224308.BSU25200/224308.BSU03320","sigma factor","txid224308" +"BSU_25200","BSU_11870","SigA","MetI","sigA","metI","SigA","MetI","subtiwiki","224308.BSU25200/224308.BSU11870","sigma factor","txid224308" +"BSU_25200","BSU_30460","SigA","BSU_30460","sigA","ytrA","SigA","BSU_30460","subtiwiki","224308.BSU25200/224308.BSU30460","sigma factor","txid224308" +"BSU_25200","BSU_38420","SigA","SacY","sigA","sacY","SigA","SacY","subtiwiki","224308.BSU25200/224308.BSU38420","sigma factor","txid224308" +"BSU_25200","BSU_00960","SigA","YacO","sigA","yacO","SigA","YacO","subtiwiki","224308.BSU25200/224308.BSU00960","sigma factor","txid224308" +"BSU_25200","BSU_12430","SigA","RapA","sigA","rapA","SigA","RapA","subtiwiki","224308.BSU25200/224308.BSU12430","sigma factor","txid224308" +"BSU_25200","BSU_CDS_3119273","SigA","BSU_CDS_3119273","sigA","ytrG","SigA","BSU_CDS_3119273","subtiwiki","224308.BSU25200/224308.BSUCDS3119273","sigma factor","txid224308" +"BSU_25200","BSU_02640","SigA","TatCD","sigA","tatCD","SigA","TatCD","subtiwiki","224308.BSU25200/224308.BSU02640","sigma factor","txid224308" +"BSU_25200","BSU_12440","SigA","PhrA","sigA","phrA","SigA","PhrA","subtiwiki","224308.BSU25200/224308.BSU12440","sigma factor","txid224308" +"BSU_25200","BSU_00970","SigA","BSU_00970","sigA","yacP","SigA","BSU_00970","subtiwiki","224308.BSU25200/224308.BSU00970","sigma factor","txid224308" +"BSU_25200","BSU_16620","SigA","RplGA","sigA","rplGA","SigA","RplGA","subtiwiki","224308.BSU25200/224308.BSU16620","sigma factor","txid224308" +"BSU_25200","BSU_16630","SigA","InfB","sigA","infB","SigA","InfB","subtiwiki","224308.BSU25200/224308.BSU16630","sigma factor","txid224308" +"BSU_25200","BSU_12310","SigA","ExuM","sigA","yjmB","SigA","ExuM","subtiwiki","224308.BSU25200/224308.BSU12310","sigma factor","txid224308" +"BSU_25200","BSU_28080","SigA","BSU_28080","sigA","folC","SigA","BSU_28080","subtiwiki","224308.BSU25200/224308.BSU28080","sigma factor","txid224308" +"BSU_25200","BSU_28090","SigA","BSU_28090","sigA","valS","SigA","BSU_28090","subtiwiki","224308.BSU25200/224308.BSU28090","sigma factor","txid224308" +"BSU_25200","BSU_16640","SigA","BSU_16640","sigA","ylxP","SigA","BSU_16640","subtiwiki","224308.BSU25200/224308.BSU16640","sigma factor","txid224308" +"BSU_25200","BSU_16600","SigA","NusA","sigA","nusA","SigA","NusA","subtiwiki","224308.BSU25200/224308.BSU16600","sigma factor","txid224308" +"BSU_25200","BSU_38040","SigA","SacA","sigA","sacA","SigA","SacA","subtiwiki","224308.BSU25200/224308.BSU38040","sigma factor","txid224308" +"BSU_25200","BSU_16650","SigA","RbfA","sigA","rbfA","SigA","RbfA","subtiwiki","224308.BSU25200/224308.BSU16650","sigma factor","txid224308" +"BSU_25200","BSU_16590","SigA","YlxS","sigA","ylxS","SigA","YlxS","subtiwiki","224308.BSU25200/224308.BSU16590","sigma factor","txid224308" +"BSU_25200","BSU_38030","SigA","BSU_38030","sigA","ywdA","SigA","BSU_38030","subtiwiki","224308.BSU25200/224308.BSU38030","sigma factor","txid224308" +"BSU_25200","BSU_38050","SigA","SacP","sigA","sacP","SigA","SacP","subtiwiki","224308.BSU25200/224308.BSU38050","sigma factor","txid224308" +"BSU_25200","BSU_12300","SigA","BSU_12300","sigA","uxaC","SigA","BSU_12300","subtiwiki","224308.BSU25200/224308.BSU12300","sigma factor","txid224308" +"BSU_25200","BSU_16610","SigA","BSU_16610","sigA","rnpM","SigA","BSU_16610","subtiwiki","224308.BSU25200/224308.BSU16610","sigma factor","txid224308" +"BSU_25200","BSU_28280","SigA","BSU_28280","sigA","leuA","SigA","BSU_28280","subtiwiki","224308.BSU25200/224308.BSU28280","sigma factor","txid224308" +"BSU_25200","BSU_39250","SigA","BSU_39250","sigA","yxiE","SigA","BSU_39250","subtiwiki","224308.BSU25200/224308.BSU39250","sigma factor","txid224308" +"BSU_25200","BSU_03940","SigA","BSU_03940","sigA","ycnI","SigA","BSU_03940","subtiwiki","224308.BSU25200/224308.BSU03940","sigma factor","txid224308" +"BSU_25200","BSU_03950","SigA","YcnJ","sigA","ycnJ","SigA","YcnJ","subtiwiki","224308.BSU25200/224308.BSU03950","sigma factor","txid224308" +"BSU_25200","BSU_39270","SigA","BglP","sigA","bglP","SigA","BglP","subtiwiki","224308.BSU25200/224308.BSU39270","sigma factor","txid224308" +"BSU_25200","BSU_34450","SigA","BSU_34450","sigA","sacB","SigA","BSU_34450","subtiwiki","224308.BSU25200/224308.BSU34450","sigma factor","txid224308" +"BSU_25200","BSU_28250","SigA","LeuD","sigA","leuD","SigA","LeuD","subtiwiki","224308.BSU25200/224308.BSU28250","sigma factor","txid224308" +"BSU_25200","BSU_28300","SigA","IlvH","sigA","ilvH","SigA","IlvH","subtiwiki","224308.BSU25200/224308.BSU28300","sigma factor","txid224308" +"BSU_25200","BSU_misc_RNA_2","SigA","Scr","sigA","scr","SigA","Scr","subtiwiki","224308.BSU25200/224308.BSUmiscRNA2","sigma factor","txid224308" +"BSU_25200","BSU_00180","SigA","YaaJ","sigA","yaaJ","SigA","YaaJ","subtiwiki","224308.BSU25200/224308.BSU00180","sigma factor","txid224308" +"BSU_25200","BSU_39260","SigA","BSU_39260","sigA","bglH","SigA","BSU_39260","subtiwiki","224308.BSU25200/224308.BSU39260","sigma factor","txid224308" +"BSU_25200","BSU_28270","SigA","LeuB","sigA","leuB","SigA","LeuB","subtiwiki","224308.BSU25200/224308.BSU28270","sigma factor","txid224308" +"BSU_25200","BSU_34460","SigA","BSU_34460","sigA","levB","SigA","BSU_34460","subtiwiki","224308.BSU25200/224308.BSU34460","sigma factor","txid224308" +"BSU_25200","BSU_28310","SigA","IlvB","sigA","ilvB","SigA","IlvB","subtiwiki","224308.BSU25200/224308.BSU28310","sigma factor","txid224308" +"BSU_25200","BSU_03960","SigA","YcnK","sigA","ycnK","SigA","YcnK","subtiwiki","224308.BSU25200/224308.BSU03960","sigma factor","txid224308" +"BSU_25200","BSU_28260","SigA","LeuC","sigA","leuC","SigA","LeuC","subtiwiki","224308.BSU25200/224308.BSU28260","sigma factor","txid224308" +"BSU_25200","BSU_28290","SigA","IlvC","sigA","ilvC","SigA","IlvC","subtiwiki","224308.BSU25200/224308.BSU28290","sigma factor","txid224308" +"BSU_25200","BSU_24600","SigA","SinI","sigA","sinI","SigA","SinI","subtiwiki","224308.BSU25200/224308.BSU24600","sigma factor","txid224308" +"BSU_25200","BSU_34050","SigA","LutA","sigA","lutA","SigA","LutA","subtiwiki","224308.BSU25200/224308.BSU34050","sigma factor","txid224308" +"BSU_25200","BSU_12960","SigA","DppE","sigA","dppE","SigA","DppE","subtiwiki","224308.BSU25200/224308.BSU12960","sigma factor","txid224308" +"BSU_25200","BSU_12940","SigA","DppC","sigA","dppC","SigA","DppC","subtiwiki","224308.BSU25200/224308.BSU12940","sigma factor","txid224308" +"BSU_25200","BSU_12950","SigA","DppD","sigA","dppD","SigA","DppD","subtiwiki","224308.BSU25200/224308.BSU12950","sigma factor","txid224308" +"BSU_25200","BSU_32830","SigA","FadA","sigA","fadA","SigA","FadA","subtiwiki","224308.BSU25200/224308.BSU32830","sigma factor","txid224308" +"BSU_25200","BSU_12920","SigA","DppA","sigA","dppA","SigA","DppA","subtiwiki","224308.BSU25200/224308.BSU12920","sigma factor","txid224308" +"BSU_25200","BSU_24610","SigA","SinR","sigA","sinR","SigA","SinR","subtiwiki","224308.BSU25200/224308.BSU24610","sigma factor","txid224308" +"BSU_25200","BSU_32840","SigA","FadN","sigA","fadN","SigA","FadN","subtiwiki","224308.BSU25200/224308.BSU32840","sigma factor","txid224308" +"BSU_25200","BSU_32820","SigA","BSU_32820","sigA","fadE","SigA","BSU_32820","subtiwiki","224308.BSU25200/224308.BSU32820","sigma factor","txid224308" +"BSU_25200","BSU_34030","SigA","LutC","sigA","lutC","SigA","LutC","subtiwiki","224308.BSU25200/224308.BSU34030","sigma factor","txid224308" +"BSU_25200","BSU_34040","SigA","LutB","sigA","lutB","SigA","LutB","subtiwiki","224308.BSU25200/224308.BSU34040","sigma factor","txid224308" +"BSU_25200","BSU_12930","SigA","DppB","sigA","dppB","SigA","DppB","subtiwiki","224308.BSU25200/224308.BSU12930","sigma factor","txid224308" +"BSU_25200","BSU_16430","SigA","CheA","sigA","cheA","SigA","CheA","subtiwiki","224308.BSU25200/224308.BSU16430","sigma factor","txid224308" +"BSU_25200","BSU_16270","SigA","BSU_16270","sigA","fliK","SigA","BSU_16270","subtiwiki","224308.BSU25200/224308.BSU16270","sigma factor","txid224308" +"BSU_25200","BSU_16460","SigA","CheD","sigA","cheD","SigA","CheD","subtiwiki","224308.BSU25200/224308.BSU16460","sigma factor","txid224308" +"BSU_25200","BSU_16310","SigA","FliM","sigA","fliM","SigA","FliM","subtiwiki","224308.BSU25200/224308.BSU16310","sigma factor","txid224308" +"BSU_25200","BSU_16390","SigA","FlhA","sigA","flhA","SigA","FlhA","subtiwiki","224308.BSU25200/224308.BSU16390","sigma factor","txid224308" +"BSU_25200","BSU_16190","SigA","FlgC","sigA","flgC","SigA","FlgC","subtiwiki","224308.BSU25200/224308.BSU16190","sigma factor","txid224308" +"BSU_25200","BSU_16240","SigA","FliI","sigA","fliI","SigA","FliI","subtiwiki","224308.BSU25200/224308.BSU16240","sigma factor","txid224308" +"BSU_25200","BSU_16370","SigA","FliR","sigA","fliR","SigA","FliR","subtiwiki","224308.BSU25200/224308.BSU16370","sigma factor","txid224308" +"BSU_25200","BSU_16200","SigA","FliE","sigA","fliE","SigA","FliE","subtiwiki","224308.BSU25200/224308.BSU16200","sigma factor","txid224308" +"BSU_25200","BSU_16360","SigA","FliQ","sigA","fliQ","SigA","FliQ","subtiwiki","224308.BSU25200/224308.BSU16360","sigma factor","txid224308" +"BSU_25200","BSU_16220","SigA","FliG","sigA","fliG","SigA","FliG","subtiwiki","224308.BSU25200/224308.BSU16220","sigma factor","txid224308" +"BSU_25200","BSU_16470","SigA","SigD","sigA","sigD","SigA","SigD","subtiwiki","224308.BSU25200/224308.BSU16470","sigma factor","txid224308" +"BSU_25200","BSU_16480","SigA","BSU_16480","sigA","swrB","SigA","BSU_16480","subtiwiki","224308.BSU25200/224308.BSU16480","sigma factor","txid224308" +"BSU_25200","BSU_16330","SigA","CheY","sigA","cheY","SigA","CheY","subtiwiki","224308.BSU25200/224308.BSU16330","sigma factor","txid224308" +"BSU_25200","BSU_16340","SigA","FliZ","sigA","fliO","SigA","FliO","subtiwiki","224308.BSU25200/224308.BSU16340","sigma factor","txid224308" +"BSU_25200","BSU_16250","SigA","FliJ","sigA","fliJ","SigA","FliJ","subtiwiki","224308.BSU25200/224308.BSU16250","sigma factor","txid224308" +"BSU_25200","BSU_16440","SigA","CheW","sigA","cheW","SigA","CheW","subtiwiki","224308.BSU25200/224308.BSU16440","sigma factor","txid224308" +"BSU_25200","BSU_16450","SigA","CheC","sigA","cheC","SigA","CheC","subtiwiki","224308.BSU25200/224308.BSU16450","sigma factor","txid224308" +"BSU_25200","BSU_16380","SigA","FlhB","sigA","flhB","SigA","FlhB","subtiwiki","224308.BSU25200/224308.BSU16380","sigma factor","txid224308" +"BSU_25200","BSU_16320","SigA","FliY","sigA","fliY","SigA","FliY","subtiwiki","224308.BSU25200/224308.BSU16320","sigma factor","txid224308" +"BSU_25200","BSU_16350","SigA","FliP","sigA","fliP","SigA","FliP","subtiwiki","224308.BSU25200/224308.BSU16350","sigma factor","txid224308" +"BSU_25200","BSU_16299","SigA","BSU_16299","sigA","swrD","SigA","BSU_16299","subtiwiki","224308.BSU25200/224308.BSU16299","sigma factor","txid224308" +"BSU_25200","BSU_16420","SigA","BSU_16420","sigA","cheB","SigA","BSU_16420","subtiwiki","224308.BSU25200/224308.BSU16420","sigma factor","txid224308" +"BSU_25200","BSU_16400","SigA","FlhF","sigA","flhF","SigA","FlhF","subtiwiki","224308.BSU25200/224308.BSU16400","sigma factor","txid224308" +"BSU_25200","BSU_16180","SigA","FlgB","sigA","flgB","SigA","FlgB","subtiwiki","224308.BSU25200/224308.BSU16180","sigma factor","txid224308" +"BSU_25200","BSU_16230","SigA","FliH","sigA","fliH","SigA","FliH","subtiwiki","224308.BSU25200/224308.BSU16230","sigma factor","txid224308" +"BSU_25200","BSU_16410","SigA","YlxH","sigA","flhG","SigA","FlhG","subtiwiki","224308.BSU25200/224308.BSU16410","sigma factor","txid224308" +"BSU_25200","BSU_16290","SigA","FlgE","sigA","flgE","SigA","FlgE","subtiwiki","224308.BSU25200/224308.BSU16290","sigma factor","txid224308" +"BSU_25200","BSU_16280","SigA","FlgD","sigA","flgD","SigA","FlgD","subtiwiki","224308.BSU25200/224308.BSU16280","sigma factor","txid224308" +"BSU_25200","BSU_16210","SigA","FliF","sigA","fliF","SigA","FliF","subtiwiki","224308.BSU25200/224308.BSU16210","sigma factor","txid224308" +"BSU_25200","BSU_16260","SigA","YlxF","sigA","ylxF","SigA","YlxF","subtiwiki","224308.BSU25200/224308.BSU16260","sigma factor","txid224308" +"BSU_25200","BSU_16300","SigA","FliL","sigA","fliL","SigA","FliL","subtiwiki","224308.BSU25200/224308.BSU16300","sigma factor","txid224308" +"BSU_25200","BSU_04670","SigA","RsbRA","sigA","rsbR","SigA","RsbR","subtiwiki","224308.BSU25200/224308.BSU04670","sigma factor","txid224308" +"BSU_25200","BSU_12380","SigA","BSU_12380","sigA","uxaB","SigA","BSU_12380","subtiwiki","224308.BSU25200/224308.BSU12380","sigma factor","txid224308" +"BSU_25200","BSU_14600","SigA","PdhC","sigA","pdhC","SigA","PdhC","subtiwiki","224308.BSU25200/224308.BSU14600","sigma factor","txid224308" +"BSU_25200","BSU_14590","SigA","PdhB","sigA","pdhB","SigA","PdhB","subtiwiki","224308.BSU25200/224308.BSU14590","sigma factor","txid224308" +"BSU_25200","BSU_12320","SigA","BSU_12320","sigA","yjmC","SigA","BSU_12320","subtiwiki","224308.BSU25200/224308.BSU12320","sigma factor","txid224308" +"BSU_25200","BSU_04720","SigA","RsbW","sigA","rsbW","SigA","RsbW","subtiwiki","224308.BSU25200/224308.BSU04720","sigma factor","txid224308" +"BSU_25200","BSU_04690","SigA","RsbT","sigA","rsbT","SigA","RsbT","subtiwiki","224308.BSU25200/224308.BSU04690","sigma factor","txid224308" +"BSU_25200","BSU_02130","SigA","GlpQA","sigA","glpQ","SigA","GlpQA","subtiwiki","224308.BSU25200/224308.BSU02130","sigma factor","txid224308" +"BSU_25200","BSU_35620","SigA","LytC","sigA","lytC","SigA","LytC","subtiwiki","224308.BSU25200/224308.BSU35620","sigma factor","txid224308" +"BSU_25200","BSU_12390","SigA","BSU_12390","sigA","uxaA","SigA","BSU_12390","subtiwiki","224308.BSU25200/224308.BSU12390","sigma factor","txid224308" +"BSU_25200","BSU_04700","SigA","RsbU","sigA","rsbU","SigA","RsbU","subtiwiki","224308.BSU25200/224308.BSU04700","sigma factor","txid224308" +"BSU_25200","BSU_14610","SigA","PdhD","sigA","pdhD","SigA","PdhD","subtiwiki","224308.BSU25200/224308.BSU14610","sigma factor","txid224308" +"BSU_25200","BSU_35630","SigA","BSU_35630","sigA","lytB","SigA","BSU_35630","subtiwiki","224308.BSU25200/224308.BSU35630","sigma factor","txid224308" +"BSU_25200","BSU_14730","SigA","YlaC","sigA","ylaC","SigA","YlaC","subtiwiki","224308.BSU25200/224308.BSU14730","sigma factor","txid224308" +"BSU_25200","BSU_04730","SigA","SigB","sigA","sigB","SigA","SigB","subtiwiki","224308.BSU25200/224308.BSU04730","sigma factor","txid224308" +"BSU_25200","BSU_14580","SigA","PdhA","sigA","pdhA","SigA","PdhA","subtiwiki","224308.BSU25200/224308.BSU14580","sigma factor","txid224308" +"BSU_25200","BSU_04710","SigA","RsbV","sigA","rsbV","SigA","RsbV","subtiwiki","224308.BSU25200/224308.BSU04710","sigma factor","txid224308" +"BSU_25200","BSU_12360","SigA","BSU_12360","sigA","exuT","SigA","BSU_12360","subtiwiki","224308.BSU25200/224308.BSU12360","sigma factor","txid224308" +"BSU_25200","BSU_12350","SigA","BSU_12350","sigA","yjmF","SigA","BSU_12350","subtiwiki","224308.BSU25200/224308.BSU12350","sigma factor","txid224308" +"BSU_25200","BSU_04680","SigA","RsbS","sigA","rsbS","SigA","RsbS","subtiwiki","224308.BSU25200/224308.BSU04680","sigma factor","txid224308" +"BSU_25200","BSU_14740","SigA","YlaD","sigA","ylaD","SigA","YlaD","subtiwiki","224308.BSU25200/224308.BSU14740","sigma factor","txid224308" +"BSU_25200","BSU_14710","SigA","BSU_14710","sigA","ylaA","SigA","BSU_14710","subtiwiki","224308.BSU25200/224308.BSU14710","sigma factor","txid224308" +"BSU_25200","BSU_12370","SigA","BSU_12370","sigA","exuR","SigA","BSU_12370","subtiwiki","224308.BSU25200/224308.BSU12370","sigma factor","txid224308" +"BSU_25200","BSU_12340","SigA","BSU_12340","sigA","uxuA","SigA","BSU_12340","subtiwiki","224308.BSU25200/224308.BSU12340","sigma factor","txid224308" +"BSU_25200","BSU_14720","SigA","BSU_14720","sigA","ylaB","SigA","BSU_14720","subtiwiki","224308.BSU25200/224308.BSU14720","sigma factor","txid224308" +"BSU_25200","BSU_12330","SigA","BSU_12330","sigA","yjmD","SigA","BSU_12330","subtiwiki","224308.BSU25200/224308.BSU12330","sigma factor","txid224308" +"BSU_25200","BSU_35640","SigA","BSU_35640","sigA","lytA","SigA","BSU_35640","subtiwiki","224308.BSU25200/224308.BSU35640","sigma factor","txid224308" +"BSU_25200","BSU_04740","SigA","RsbX","sigA","rsbX","SigA","RsbX","subtiwiki","224308.BSU25200/224308.BSU04740","sigma factor","txid224308" +"BSU_25200","BSU_02140","SigA","BSU_02140","sigA","glpT","SigA","BSU_02140","subtiwiki","224308.BSU25200/224308.BSU02140","sigma factor","txid224308" +"BSU_25200","BSU_24970","SigA","PstA","sigA","pstA","SigA","PstA","subtiwiki","224308.BSU25200/224308.BSU24970","sigma factor","txid224308" +"BSU_25200","BSU_29120","SigA","Mdh","sigA","mdh","SigA","Mdh","subtiwiki","224308.BSU25200/224308.BSU29120","sigma factor","txid224308" +"BSU_25200","BSU_02530","SigA","RtpA","sigA","rtpA","SigA","RtpA","subtiwiki","224308.BSU25200/224308.BSU02530","sigma factor","txid224308" +"BSU_25200","BSU_24980","SigA","PstC","sigA","pstC","SigA","PstC","subtiwiki","224308.BSU25200/224308.BSU24980","sigma factor","txid224308" +"BSU_25200","BSU_10520","SigA","BSU_10520","sigA","glcP","SigA","BSU_10520","subtiwiki","224308.BSU25200/224308.BSU10520","sigma factor","txid224308" +"BSU_25200","BSU_10550","SigA","NtdA","sigA","ntdA","SigA","NtdA","subtiwiki","224308.BSU25200/224308.BSU10550","sigma factor","txid224308" +"BSU_25200","BSU_10540","SigA","BSU_10540","sigA","ntdB","SigA","BSU_10540","subtiwiki","224308.BSU25200/224308.BSU10540","sigma factor","txid224308" +"BSU_25200","BSU_29130","SigA","Icd","sigA","icd","SigA","Icd","subtiwiki","224308.BSU25200/224308.BSU29130","sigma factor","txid224308" +"BSU_25200","BSU_21680","SigA","BSU_21680","sigA","msrB","SigA","BSU_21680","subtiwiki","224308.BSU25200/224308.BSU21680","sigma factor","txid224308" +"BSU_25200","BSU_24990","SigA","PstS","sigA","pstS","SigA","PstS","subtiwiki","224308.BSU25200/224308.BSU24990","sigma factor","txid224308" +"BSU_25200","BSU_21690","SigA","BSU_21690","sigA","msrA","SigA","BSU_21690","subtiwiki","224308.BSU25200/224308.BSU21690","sigma factor","txid224308" +"BSU_25200","BSU_02540","SigA","BSU_02540","sigA","ycbK","SigA","BSU_02540","subtiwiki","224308.BSU25200/224308.BSU02540","sigma factor","txid224308" +"BSU_25200","BSU_24950","SigA","PstBB","sigA","pstBB","SigA","PstBB","subtiwiki","224308.BSU25200/224308.BSU24950","sigma factor","txid224308" +"BSU_25200","BSU_24960","SigA","PstBA","sigA","pstBA","SigA","PstBA","subtiwiki","224308.BSU25200/224308.BSU24960","sigma factor","txid224308" +"BSU_25200","BSU_10530","SigA","BSU_10530","sigA","ntdC","SigA","BSU_10530","subtiwiki","224308.BSU25200/224308.BSU10530","sigma factor","txid224308" +"BSU_25200","BSU_15270","SigA","BSU_15270","sigA","sbp","SigA","BSU_15270","subtiwiki","224308.BSU25200/224308.BSU15270","sigma factor","txid224308" +"BSU_25200","BSU_00860","SigA","ClpC","sigA","clpC","SigA","ClpC","subtiwiki","224308.BSU25200/224308.BSU00860","sigma factor","txid224308" +"BSU_25200","BSU_00850","SigA","McsB","sigA","mcsB","SigA","McsB","subtiwiki","224308.BSU25200/224308.BSU00850","sigma factor","txid224308" +"BSU_25200","BSU_15250","SigA","BSU_15250","sigA","ylxW","SigA","BSU_15250","subtiwiki","224308.BSU25200/224308.BSU15250","sigma factor","txid224308" +"BSU_25200","BSU_00830","SigA","CtsR","sigA","ctsR","SigA","CtsR","subtiwiki","224308.BSU25200/224308.BSU00830","sigma factor","txid224308" +"BSU_25200","BSU_36240","SigA","YwqE","sigA","ptpZ","SigA","PtpZ","subtiwiki","224308.BSU25200/224308.BSU36240","sigma factor","txid224308" +"BSU_25200","BSU_00840","SigA","McsA","sigA","mcsA","SigA","McsA","subtiwiki","224308.BSU25200/224308.BSU00840","sigma factor","txid224308" +"BSU_25200","BSU_35220","SigA","MinJ","sigA","minJ","SigA","MinJ","subtiwiki","224308.BSU25200/224308.BSU35220","sigma factor","txid224308" +"BSU_25200","BSU_00880","SigA","DisA","sigA","disA","SigA","DisA","subtiwiki","224308.BSU25200/224308.BSU00880","sigma factor","txid224308" +"BSU_25200","BSU_35239","SigA","SwrAA/2","sigA","swrAA/2","SigA","SwrAA/2","subtiwiki","224308.BSU25200/224308.BSU35239","sigma factor","txid224308" +"BSU_25200","BSU_15230","SigA","MurB","sigA","murB","SigA","MurB","subtiwiki","224308.BSU25200/224308.BSU15230","sigma factor","txid224308" +"BSU_25200","BSU_36230","SigA","YwqF","sigA","ugd","SigA","YwqF","subtiwiki","224308.BSU25200/224308.BSU36230","sigma factor","txid224308" +"BSU_25200","BSU_36250","SigA","PtkA","sigA","ptkA","SigA","PtkA","subtiwiki","224308.BSU25200/224308.BSU36250","sigma factor","txid224308" +"BSU_25200","BSU_15260","SigA","BSU_15260","sigA","ylxX","SigA","BSU_15260","subtiwiki","224308.BSU25200/224308.BSU15260","sigma factor","txid224308" +"BSU_25200","BSU_15220","SigA","MurG","sigA","murG","SigA","MurG","subtiwiki","224308.BSU25200/224308.BSU15220","sigma factor","txid224308" +"BSU_25200","BSU_00870","SigA","RadA","sigA","radA","SigA","RadA","subtiwiki","224308.BSU25200/224308.BSU00870","sigma factor","txid224308" +"BSU_25200","BSU_15500","SigA","PyrC","sigA","pyrC","SigA","PyrC","subtiwiki","224308.BSU25200/224308.BSU15500","sigma factor","txid224308" +"BSU_25200","BSU_23280","SigA","BSU_23280","sigA","ribD","SigA","BSU_23280","subtiwiki","224308.BSU25200/224308.BSU23280","sigma factor","txid224308" +"BSU_25200","BSU_23260","SigA","RibAB","sigA","ribA","SigA","RibAB","subtiwiki","224308.BSU25200/224308.BSU23260","sigma factor","txid224308" +"BSU_25200","BSU_15520","SigA","PyrAB","sigA","pyrAB","SigA","PyrAB","subtiwiki","224308.BSU25200/224308.BSU15520","sigma factor","txid224308" +"BSU_25200","BSU_15560","SigA","PyrE","sigA","pyrE","SigA","PyrE","subtiwiki","224308.BSU25200/224308.BSU15560","sigma factor","txid224308" +"BSU_25200","BSU_23240","SigA","RibT","sigA","ribT","SigA","RibT","subtiwiki","224308.BSU25200/224308.BSU23240","sigma factor","txid224308" +"BSU_25200","BSU_15540","SigA","PyrD","sigA","pyrD","SigA","PyrD","subtiwiki","224308.BSU25200/224308.BSU15540","sigma factor","txid224308" +"BSU_25200","BSU_15510","SigA","PyrAA","sigA","pyrAA","SigA","PyrAA","subtiwiki","224308.BSU25200/224308.BSU15510","sigma factor","txid224308" +"BSU_25200","BSU_39360","SigA","BSU_39360","sigA","hutU","SigA","BSU_39360","subtiwiki","224308.BSU25200/224308.BSU39360","sigma factor","txid224308" +"BSU_25200","BSU_39370","SigA","BSU_39370","sigA","hutI","SigA","BSU_39370","subtiwiki","224308.BSU25200/224308.BSU39370","sigma factor","txid224308" +"BSU_25200","BSU_15550","SigA","PyrF","sigA","pyrF","SigA","PyrF","subtiwiki","224308.BSU25200/224308.BSU15550","sigma factor","txid224308" +"BSU_25200","BSU_39350","SigA","BSU_39350","sigA","hutH","SigA","BSU_39350","subtiwiki","224308.BSU25200/224308.BSU39350","sigma factor","txid224308" +"BSU_25200","BSU_23270","SigA","RibE","sigA","ribE","SigA","RibE","subtiwiki","224308.BSU25200/224308.BSU23270","sigma factor","txid224308" +"BSU_25200","BSU_15470","SigA","PyrR","sigA","pyrR","SigA","PyrR","subtiwiki","224308.BSU25200/224308.BSU15470","sigma factor","txid224308" +"BSU_25200","BSU_39380","SigA","BSU_39380","sigA","hutG","SigA","BSU_39380","subtiwiki","224308.BSU25200/224308.BSU39380","sigma factor","txid224308" +"BSU_25200","BSU_15530","SigA","PyrK","sigA","pyrK","SigA","PyrK","subtiwiki","224308.BSU25200/224308.BSU15530","sigma factor","txid224308" +"BSU_25200","BSU_39340","SigA","HutP","sigA","hutP","SigA","HutP","subtiwiki","224308.BSU25200/224308.BSU39340","sigma factor","txid224308" +"BSU_25200","BSU_15490","SigA","PyrB","sigA","pyrB","SigA","PyrB","subtiwiki","224308.BSU25200/224308.BSU15490","sigma factor","txid224308" +"BSU_25200","BSU_39390","SigA","BSU_39390","sigA","hutM","SigA","BSU_39390","subtiwiki","224308.BSU25200/224308.BSU39390","sigma factor","txid224308" +"BSU_25200","BSU_23250","SigA","RibH","sigA","ribH","SigA","RibH","subtiwiki","224308.BSU25200/224308.BSU23250","sigma factor","txid224308" +"BSU_25200","BSU_15480","SigA","BSU_15480","sigA","pyrP","SigA","BSU_15480","subtiwiki","224308.BSU25200/224308.BSU15480","sigma factor","txid224308" +"BSU_25200","BSU_35880","SigA","CapA","sigA","capA","SigA","CapA","subtiwiki","224308.BSU25200/224308.BSU35880","sigma factor","txid224308" +"BSU_25200","BSU_35450","SigA","ComFC","sigA","comFC","SigA","ComFC","subtiwiki","224308.BSU25200/224308.BSU35450","sigma factor","txid224308" +"BSU_25200","BSU_35870","SigA","CapE","sigA","capE","SigA","CapE","subtiwiki","224308.BSU25200/224308.BSU35870","sigma factor","txid224308" +"BSU_25200","BSU_35890","SigA","CapC","sigA","capC","SigA","CapC","subtiwiki","224308.BSU25200/224308.BSU35890","sigma factor","txid224308" +"BSU_25200","BSU_35410","SigA","FlgK","sigA","flgK","SigA","FlgK","subtiwiki","224308.BSU25200/224308.BSU35410","sigma factor","txid224308" +"BSU_25200","BSU_35420","SigA","BSU_35420","sigA","flgN","SigA","BSU_35420","subtiwiki","224308.BSU25200/224308.BSU35420","sigma factor","txid224308" +"BSU_25200","BSU_35390","SigA","BSU_35390","sigA","yviE","SigA","BSU_35390","subtiwiki","224308.BSU25200/224308.BSU35390","sigma factor","txid224308" +"BSU_25200","BSU_35430","SigA","FlgM","sigA","flgM","SigA","FlgM","subtiwiki","224308.BSU25200/224308.BSU35430","sigma factor","txid224308" +"BSU_25200","BSU_35370","SigA","CsrA","sigA","csrA","SigA","CsrA","subtiwiki","224308.BSU25200/224308.BSU35370","sigma factor","txid224308" +"BSU_25200","BSU_35460","SigA","ComFB","sigA","comFB","SigA","ComFB","subtiwiki","224308.BSU25200/224308.BSU35460","sigma factor","txid224308" +"BSU_25200","BSU_35900","SigA","CapB","sigA","capB","SigA","CapB","subtiwiki","224308.BSU25200/224308.BSU35900","sigma factor","txid224308" +"BSU_25200","BSU_35380","SigA","FliW","sigA","fliW","SigA","FliW","subtiwiki","224308.BSU25200/224308.BSU35380","sigma factor","txid224308" +"BSU_25200","BSU_35440","SigA","BSU_35440","sigA","yvyF","SigA","BSU_35440","subtiwiki","224308.BSU25200/224308.BSU35440","sigma factor","txid224308" +"BSU_25200","BSU_35470","SigA","ComFA","sigA","comFA","SigA","ComFA","subtiwiki","224308.BSU25200/224308.BSU35470","sigma factor","txid224308" +"BSU_25200","BSU_35400","SigA","FlgL","sigA","flgL","SigA","FlgL","subtiwiki","224308.BSU25200/224308.BSU35400","sigma factor","txid224308" +"BSU_25200","BSU_36260","SigA","YwqC","sigA","tkmA","SigA","TkmA","subtiwiki","224308.BSU25200/224308.BSU36260","sigma factor","txid224308" +"BSU_25200","BSU_25200","SigA","SigA","sigA","sigA","SigA","SigA","subtiwiki","224308.BSU25200/224308.BSU25200","sigma factor","txid224308" +"BSU_27120","BSU_38520","SigV","DltC","sigV","dltC","SigV","DltC","subtiwiki","224308.BSU27120/224308.BSU38520","sigma factor","txid224308" +"BSU_27120","BSU_38500","SigV","DltA","sigV","dltA","SigV","DltA","subtiwiki","224308.BSU27120/224308.BSU38500","sigma factor","txid224308" +"BSU_27120","BSU_38530","SigV","DltD","sigV","dltD","SigV","DltD","subtiwiki","224308.BSU27120/224308.BSU38530","sigma factor","txid224308" +"BSU_27120","BSU_38510","SigV","DltB","sigV","dltB","SigV","DltB","subtiwiki","224308.BSU27120/224308.BSU38510","sigma factor","txid224308" +"BSU_27120","BSU_38540","SigV","BSU_38540","sigV","dltE","SigV","BSU_38540","subtiwiki","224308.BSU27120/224308.BSU38540","sigma factor","txid224308" +"BSU_27120","BSU_38499","SigV","BSU_38499","sigV","dltX","SigV","BSU_38499","subtiwiki","224308.BSU27120/224308.BSU38499","sigma factor","txid224308" +"BSU_27120","BSU_27140","SigV","BSU_27140","sigV","oatA","SigV","BSU_27140","subtiwiki","224308.BSU27120/224308.BSU27140","sigma factor","txid224308" +"BSU_27120","BSU_27130","SigV","RsiV","sigV","rsiV","SigV","RsiV","subtiwiki","224308.BSU27120/224308.BSU27130","sigma factor","txid224308" +"BSU_27120","BSU_27150","SigV","BSU_27150","sigV","yrhK","SigV","BSU_27150","subtiwiki","224308.BSU27120/224308.BSU27150","sigma factor","txid224308" +"BSU_27120","BSU_06380","SigV","YebC","sigV","yebC","SigV","YebC","subtiwiki","224308.BSU27120/224308.BSU06380","sigma factor","txid224308" +"BSU_27120","BSU_28060","SigV","BSU_28060","sigV","spoIIB","SigV","BSU_28060","subtiwiki","224308.BSU27120/224308.BSU28060","sigma factor","txid224308" +"BSU_27120","BSU_23830","SigV","BSU_23830","sigV","yqjL","SigV","BSU_23830","subtiwiki","224308.BSU27120/224308.BSU23830","sigma factor","txid224308" +"BSU_27120","BSU_16950","SigV","BSU_16950","sigV","pbpX","SigV","BSU_16950","subtiwiki","224308.BSU27120/224308.BSU16950","sigma factor","txid224308" +"BSU_27120","BSU_04570","SigV","MurF","sigV","murF","SigV","MurF","subtiwiki","224308.BSU27120/224308.BSU04570","sigma factor","txid224308" +"BSU_27120","BSU_38480","SigV","RelQ","sigV","sasA","SigV","RelQ","subtiwiki","224308.BSU27120/224308.BSU38480","sigma factor","txid224308" +"BSU_27120","BSU_04560","SigV","BSU_04560","sigV","ddl","SigV","BSU_04560","subtiwiki","224308.BSU27120/224308.BSU04560","sigma factor","txid224308" +"BSU_27120","BSU_14480","SigV","Abh","sigV","abh","SigV","Abh","subtiwiki","224308.BSU27120/224308.BSU14480","sigma factor","txid224308" +"BSU_27120","BSU_36530","SigV","BcrC","sigV","bcrC","SigV","BcrC","subtiwiki","224308.BSU27120/224308.BSU36530","sigma factor","txid224308" +"BSU_27120","BSU_03250","SigV","YcgR","sigV","ycgR","SigV","YcgR","subtiwiki","224308.BSU27120/224308.BSU03250","sigma factor","txid224308" +"BSU_27120","BSU_03240","SigV","BSU_03240","sigV","ycgQ","SigV","BSU_03240","subtiwiki","224308.BSU27120/224308.BSU03240","sigma factor","txid224308" +"BSU_27120","BSU_27120","SigV","SigV","sigV","sigV","SigV","SigV","subtiwiki","224308.BSU27120/224308.BSU27120","sigma factor","txid224308" +"BSU_33230","BSU_33222","SigO","RsoA","sigO","rsoA","SigO","RsoA","subtiwiki","224308.BSU33230/224308.BSU33222","sigma factor","txid224308" +"BSU_33230","BSU_33240","SigO","OxdC","sigO","oxdC","SigO","OxdC","subtiwiki","224308.BSU33230/224308.BSU33240","sigma factor","txid224308" +"BSU_33230","BSU_33250","SigO","RsiO","sigO","rsiO","SigO","RsiO","subtiwiki","224308.BSU33230/224308.BSU33250","sigma factor","txid224308" +"BSU_33230","BSU_33239","SigO","BSU_33239","sigO","yvrJ","SigO","BSU_33239","subtiwiki","224308.BSU33230/224308.BSU33239","sigma factor","txid224308" +"BSU_33230","BSU_33230","SigO","SigO","sigO","sigO","SigO","SigO","subtiwiki","224308.BSU33230/224308.BSU33230","sigma factor","txid224308" +"BSU_04730","BSU_30790","SigB","BSU_30790","sigB","menE","SigB","BSU_30790","subtiwiki","224308.BSU04730/224308.BSU30790","sigma factor","txid224308" +"BSU_04730","new_3460206_3462957","SigB","new_3460206_3462957","sigB","S1290","SigB","new_3460206_3462957","subtiwiki","224308.BSU04730/224308.new34602063462957","sigma factor","txid224308" +"BSU_04730","BSU_12210","SigB","YjiB","sigB","yjiB","SigB","YjiB","subtiwiki","224308.BSU04730/224308.BSU12210","sigma factor","txid224308" +"BSU_04730","BSU_31279","SigB","BSU_31279","sigB","yuzH","SigB","BSU_31279","subtiwiki","224308.BSU04730/224308.BSU31279","sigma factor","txid224308" +"BSU_04730","BSU_06410","SigB","BSU_06410","sigB","yebG","SigB","BSU_06410","subtiwiki","224308.BSU04730/224308.BSU06410","sigma factor","txid224308" +"BSU_04730","BSU_30690","SigB","YtiB","sigB","ytiB","SigB","YtiB","subtiwiki","224308.BSU04730/224308.BSU30690","sigma factor","txid224308" +"BSU_04730","BSU_23330","SigB","BSU_23330","sigB","ypuC/2","SigB","BSU_23330","subtiwiki","224308.BSU04730/224308.BSU23330","sigma factor","txid224308" +"BSU_04730","BSU_07735","SigB","BSU_07735","sigB","yflB","SigB","BSU_07735","subtiwiki","224308.BSU04730/224308.BSU07735","sigma factor","txid224308" +"BSU_04730","BSU_06400","SigB","BSU_06400","sigB","yebE","SigB","BSU_06400","subtiwiki","224308.BSU04730/224308.BSU06400","sigma factor","txid224308" +"BSU_04730","BSU_37230","SigB","BSU_37230","sigB","ywjA","SigB","BSU_37230","subtiwiki","224308.BSU04730/224308.BSU37230","sigma factor","txid224308" +"BSU_04730","BSU_07720","SigB","BSU_07720","sigB","yflD","SigB","BSU_07720","subtiwiki","224308.BSU04730/224308.BSU07720","sigma factor","txid224308" +"BSU_04730","BSU_40259","SigB","BSU_40259","sigB","yyzG","SigB","BSU_40259","subtiwiki","224308.BSU04730/224308.BSU40259","sigma factor","txid224308" +"BSU_04730","BSU_14680","SigB","BSU_14680","sigB","ykzC","SigB","BSU_14680","subtiwiki","224308.BSU04730/224308.BSU14680","sigma factor","txid224308" +"BSU_04730","BSU_31280","SigB","BSU_31280","sigB","yugU","SigB","BSU_31280","subtiwiki","224308.BSU04730/224308.BSU31280","sigma factor","txid224308" +"BSU_04730","BSU_12220","SigB","BSU_12220","sigB","yjiC","SigB","BSU_12220","subtiwiki","224308.BSU04730/224308.BSU12220","sigma factor","txid224308" +"BSU_04730","BSU_30670","SigB","BSU_30670","sigB","luxS","SigB","BSU_30670","subtiwiki","224308.BSU04730/224308.BSU30670","sigma factor","txid224308" +"BSU_04730","BSU_13169","SigB","BSU_13169","sigB","ykzN","SigB","BSU_13169","subtiwiki","224308.BSU04730/224308.BSU13169","sigma factor","txid224308" +"BSU_04730","BSU_36720","SigB","BSU_36720","sigB","ywmE","SigB","BSU_36720","subtiwiki","224308.BSU04730/224308.BSU36720","sigma factor","txid224308" +"BSU_04730","BSU_37240","SigB","YwiE","sigB","ywiE","SigB","YwiE","subtiwiki","224308.BSU04730/224308.BSU37240","sigma factor","txid224308" +"BSU_04730","BSU_14670","SigB","SuhB","sigB","yktC","SigB","SuhB","subtiwiki","224308.BSU04730/224308.BSU14670","sigma factor","txid224308" +"BSU_04730","new_3708133_3708785","SigB","new_3708133_3708785","sigB","S1384","SigB","new_3708133_3708785","subtiwiki","224308.BSU04730/224308.new37081333708785","sigma factor","txid224308" +"BSU_04730","BSU_40210","SigB","BSU_40210","sigB","yydC","SigB","BSU_40210","subtiwiki","224308.BSU04730/224308.BSU40210","sigma factor","txid224308" +"BSU_04730","BSU_40529","SigB","BSU_40529","sigB","yyzH","SigB","BSU_40529","subtiwiki","224308.BSU04730/224308.BSU40529","sigma factor","txid224308" +"BSU_04730","BSU_37220","SigB","BSU_37220","sigB","ywjB","SigB","BSU_37220","subtiwiki","224308.BSU04730/224308.BSU37220","sigma factor","txid224308" +"BSU_04730","BSU_35980","SigB","BSU_35980","sigB","ywsA","SigB","BSU_35980","subtiwiki","224308.BSU04730/224308.BSU35980","sigma factor","txid224308" +"BSU_04730","BSU_05140","SigB","BSU_05140","sigB","ydzE","SigB","BSU_05140","subtiwiki","224308.BSU04730/224308.BSU05140","sigma factor","txid224308" +"BSU_04730","BSU_05150","SigB","BSU_05150","sigB","aerA","SigB","BSU_05150","subtiwiki","224308.BSU04730/224308.BSU05150","sigma factor","txid224308" +"BSU_04730","BSU_00170","SigB","BSU_00170","sigB","yaaI","SigB","BSU_00170","subtiwiki","224308.BSU04730/224308.BSU00170","sigma factor","txid224308" +"BSU_04730","new_3035475_3036308_c","SigB","new_3035475_3036308_c","sigB","S1134","SigB","new_3035475_3036308_c","subtiwiki","224308.BSU04730/224308.new30354753036308c","sigma factor","txid224308" +"BSU_04730","BSU_35830","SigB","BSU_35830","sigB","ywtG","SigB","BSU_35830","subtiwiki","224308.BSU04730/224308.BSU35830","sigma factor","txid224308" +"BSU_04730","new_3036310_3036529_c","SigB","SR7P","sigB","SR7P","SigB","SR7P","subtiwiki","224308.BSU04730/224308.new30363103036529c","sigma factor","txid224308" +"BSU_04730","BSU_35699","SigB","BSU_35699","sigB","yvzE","SigB","BSU_35699","subtiwiki","224308.BSU04730/224308.BSU35699","sigma factor","txid224308" +"BSU_04730","BSU_30640","SigB","BSU_30640","sigB","ytkC","SigB","BSU_30640","subtiwiki","224308.BSU04730/224308.BSU30640","sigma factor","txid224308" +"BSU_04730","BSU_33850","SigB","BSU_33850","sigB","yvbG","SigB","BSU_33850","subtiwiki","224308.BSU04730/224308.BSU33850","sigma factor","txid224308" +"BSU_04730","BSU_33400","SigB","YvgN","sigB","yvgN","SigB","YvgN","subtiwiki","224308.BSU04730/224308.BSU33400","sigma factor","txid224308" +"BSU_04730","BSU_33530","SigB","YvaA","sigB","iolW","SigB","YvaA","subtiwiki","224308.BSU04730/224308.BSU33530","sigma factor","txid224308" +"BSU_04730","BSU_04180","SigB","BSU_04180","sigB","ydaC","SigB","BSU_04180","subtiwiki","224308.BSU04730/224308.BSU04180","sigma factor","txid224308" +"BSU_04730","BSU_30060","SigB","BSU_30060","sigB","ytfP","SigB","BSU_30060","subtiwiki","224308.BSU04730/224308.BSU30060","sigma factor","txid224308" +"BSU_04730","BSU_19150","SigB","BSU_19150","sigB","yocB","SigB","BSU_19150","subtiwiki","224308.BSU04730/224308.BSU19150","sigma factor","txid224308" +"BSU_04730","BSU_07750","SigB","BSU_07750","sigB","yflA","SigB","BSU_07750","subtiwiki","224308.BSU04730/224308.BSU07750","sigma factor","txid224308" +"BSU_04730","BSU_14210","SigB","BSU_14210","sigB","ykuT","SigB","BSU_14210","subtiwiki","224308.BSU04730/224308.BSU14210","sigma factor","txid224308" +"BSU_04730","BSU_25020","SigB","SodA","sigB","sodA","SigB","SodA","subtiwiki","224308.BSU04730/224308.BSU25020","sigma factor","txid224308" +"BSU_04730","BSU_02590","SigB","BSU_02590","sigB","ycbP","SigB","BSU_02590","subtiwiki","224308.BSU04730/224308.BSU02590","sigma factor","txid224308" +"BSU_04730","BSU_10810","SigB","BSU_10810","sigB","yisP","SigB","BSU_10810","subtiwiki","224308.BSU04730/224308.BSU10810","sigma factor","txid224308" +"BSU_04730","BSU_09390","SigB","BSU_09390","sigB","ygxB","SigB","BSU_09390","subtiwiki","224308.BSU04730/224308.BSU09390","sigma factor","txid224308" +"BSU_04730","BSU_39810","SigB","CsbC","sigB","csbC","SigB","CsbC","subtiwiki","224308.BSU04730/224308.BSU39810","sigma factor","txid224308" +"BSU_04730","BSU_11839","SigB","BSU_11839","sigB","yjzE","SigB","BSU_11839","subtiwiki","224308.BSU04730/224308.BSU11839","sigma factor","txid224308" +"BSU_04730","BSU_14660","SigB","BSU_14660","sigB","ykzI","SigB","BSU_14660","subtiwiki","224308.BSU04730/224308.BSU14660","sigma factor","txid224308" +"BSU_04730","BSU_04039","SigB","BSU_04039","sigB","yczO","SigB","BSU_04039","subtiwiki","224308.BSU04730/224308.BSU04039","sigma factor","txid224308" +"BSU_04730","BSU_30070","SigB","BSU_30070","sigB","opuD","SigB","BSU_30070","subtiwiki","224308.BSU04730/224308.BSU30070","sigma factor","txid224308" +"BSU_04730","BSU_13010","SigB","Pgl","sigB","ykgB","SigB","Pgl","subtiwiki","224308.BSU04730/224308.BSU13010","sigma factor","txid224308" +"BSU_04730","BSU_00540","SigB","Fin","sigB","fin","SigB","Fin","subtiwiki","224308.BSU04730/224308.BSU00540","sigma factor","txid224308" +"BSU_04730","BSU_19240","SigB","BSU_19240","sigB","yocK","SigB","BSU_19240","subtiwiki","224308.BSU04730/224308.BSU19240","sigma factor","txid224308" +"BSU_04730","BSU_13020","SigB","BSU_13020","sigB","ykgA","SigB","BSU_13020","subtiwiki","224308.BSU04730/224308.BSU13020","sigma factor","txid224308" +"BSU_04730","BSU_00530","SigB","BSU_00530","sigB","pth","SigB","BSU_00530","subtiwiki","224308.BSU04730/224308.BSU00530","sigma factor","txid224308" +"BSU_04730","BSU_00520","SigB","Ctc","sigB","ctc","SigB","Ctc","subtiwiki","224308.BSU04730/224308.BSU00520","sigma factor","txid224308" +"BSU_04730","BSU_31380","SigB","BSU_31380","sigB","yuzA","SigB","BSU_31380","subtiwiki","224308.BSU04730/224308.BSU31380","sigma factor","txid224308" +"BSU_04730","BSU_18360","SigB","BSU_18360","sigB","galM","SigB","BSU_18360","subtiwiki","224308.BSU04730/224308.BSU18360","sigma factor","txid224308" +"BSU_04730","BSU_36680","SigB","BSU_36680","sigB","ywmF","SigB","BSU_36680","subtiwiki","224308.BSU04730/224308.BSU36680","sigma factor","txid224308" +"BSU_04730","BSU_18520","SigB","BSU_18520","sigB","yoxB","SigB","BSU_18520","subtiwiki","224308.BSU04730/224308.BSU18520","sigma factor","txid224308" +"BSU_04730","BSU_11490","SigB","BSU_11490","sigB","yjbC","SigB","BSU_11490","subtiwiki","224308.BSU04730/224308.BSU11490","sigma factor","txid224308" +"BSU_04730","BSU_18350","SigB","DacC","sigB","dacC","SigB","DacC","subtiwiki","224308.BSU04730/224308.BSU18350","sigma factor","txid224308" +"BSU_04730","BSU_18530","SigB","BSU_18530","sigB","yoaA","SigB","BSU_18530","subtiwiki","224308.BSU04730/224308.BSU18530","sigma factor","txid224308" +"BSU_04730","BSU_18510","SigB","BSU_18510","sigB","yoxC","SigB","BSU_18510","subtiwiki","224308.BSU04730/224308.BSU18510","sigma factor","txid224308" +"BSU_04730","BSU_00890","SigB","YacL","sigB","yacL","SigB","YacL","subtiwiki","224308.BSU04730/224308.BSU00890","sigma factor","txid224308" +"BSU_04730","BSU_07670","SigB","BSU_07670","sigB","yflI","SigB","BSU_07670","subtiwiki","224308.BSU04730/224308.BSU07670","sigma factor","txid224308" +"BSU_04730","BSU_00900","SigB","BSU_00900","sigB","ispD","SigB","BSU_00900","subtiwiki","224308.BSU04730/224308.BSU00900","sigma factor","txid224308" +"BSU_04730","BSU_07690","SigB","BSU_07690","sigB","yflG","SigB","BSU_07690","subtiwiki","224308.BSU04730/224308.BSU07690","sigma factor","txid224308" +"BSU_04730","BSU_00910","SigB","IspF","sigB","ispF","SigB","IspF","subtiwiki","224308.BSU04730/224308.BSU00910","sigma factor","txid224308" +"BSU_04730","BSU_38720","SigB","BSU_38720","sigB","yxkO","SigB","BSU_38720","subtiwiki","224308.BSU04730/224308.BSU38720","sigma factor","txid224308" +"BSU_04730","BSU_07680","SigB","BSU_07680","sigB","yflH","SigB","BSU_07680","subtiwiki","224308.BSU04730/224308.BSU07680","sigma factor","txid224308" +"BSU_04730","BSU_30700","SigB","RpmEB","sigB","rpmEB","SigB","RpmEB","subtiwiki","224308.BSU04730/224308.BSU30700","sigma factor","txid224308" +"BSU_04730","BSU_04400","SigB","BSU_04400","sigB","gsiB","SigB","BSU_04400","subtiwiki","224308.BSU04730/224308.BSU04400","sigma factor","txid224308" +"BSU_04730","BSU_24490","SigB","BSU_24490","sigB","yqhQ","SigB","BSU_24490","subtiwiki","224308.BSU04730/224308.BSU24490","sigma factor","txid224308" +"BSU_04730","BSU_24750","SigB","BSU_24750","sigB","yqhB","SigB","BSU_24750","subtiwiki","224308.BSU04730/224308.BSU24750","sigma factor","txid224308" +"BSU_04730","BSU_07850","SigB","BSU_07850","sigB","yfkM","SigB","BSU_07850","subtiwiki","224308.BSU04730/224308.BSU07850","sigma factor","txid224308" +"BSU_04730","BSU_24500","SigB","BSU_24500","sigB","yqhP","SigB","BSU_24500","subtiwiki","224308.BSU04730/224308.BSU24500","sigma factor","txid224308" +"BSU_04730","BSU_25290","SigB","Era","sigB","era","SigB","Era","subtiwiki","224308.BSU04730/224308.BSU25290","sigma factor","txid224308" +"BSU_04730","BSU_25289","SigB","BSU_25289","sigB","yqzL","SigB","BSU_25289","subtiwiki","224308.BSU04730/224308.BSU25289","sigma factor","txid224308" +"BSU_04730","BSU_25300","SigB","BSU_25300","sigB","cdd","SigB","BSU_25300","subtiwiki","224308.BSU04730/224308.BSU25300","sigma factor","txid224308" +"BSU_04730","BSU_24760","SigB","RsbRD","sigB","rsbRD","SigB","RsbRD","subtiwiki","224308.BSU04730/224308.BSU24760","sigma factor","txid224308" +"BSU_04730","BSU_24000","SigB","BSU_24000","sigB","bmrU","SigB","BSU_24000","subtiwiki","224308.BSU04730/224308.BSU24000","sigma factor","txid224308" +"BSU_04730","BSU_37210","SigB","BSU_37210","sigB","ywjC","SigB","BSU_37210","subtiwiki","224308.BSU04730/224308.BSU37210","sigma factor","txid224308" +"BSU_04730","BSU_24740","SigB","BSU_24740","sigB","corA","SigB","BSU_24740","subtiwiki","224308.BSU04730/224308.BSU24740","sigma factor","txid224308" +"BSU_04730","BSU_25280","SigB","RecO","sigB","recO","SigB","RecO","subtiwiki","224308.BSU04730/224308.BSU25280","sigma factor","txid224308" +"BSU_04730","BSU_36670","SigB","BSU_36670","sigB","csbD","SigB","BSU_36670","subtiwiki","224308.BSU04730/224308.BSU36670","sigma factor","txid224308" +"BSU_04730","BSU_38830","SigB","BSU_38830","sigB","aldY","SigB","BSU_38830","subtiwiki","224308.BSU04730/224308.BSU38830","sigma factor","txid224308" +"BSU_04730","BSU_35180","SigB","BSU_35180","sigB","csbA","SigB","BSU_35180","subtiwiki","224308.BSU04730/224308.BSU35180","sigma factor","txid224308" +"BSU_04730","BSU_08590","SigB","BSU_08590","sigB","yfhM","SigB","BSU_08590","subtiwiki","224308.BSU04730/224308.BSU08590","sigma factor","txid224308" +"BSU_04730","BSU_08570","SigB","BSU_08570","sigB","yfhK","SigB","BSU_08570","subtiwiki","224308.BSU04730/224308.BSU08570","sigma factor","txid224308" +"BSU_04730","BSU_28830","SigB","YsdB","sigB","ysdB","SigB","YsdB","subtiwiki","224308.BSU04730/224308.BSU28830","sigma factor","txid224308" +"BSU_04730","BSU_35970","SigB","BSU_35970","sigB","ywsB","SigB","BSU_35970","subtiwiki","224308.BSU04730/224308.BSU35970","sigma factor","txid224308" +"BSU_04730","BSU_08580","SigB","BSU_08580","sigB","yfhL","SigB","BSU_08580","subtiwiki","224308.BSU04730/224308.BSU08580","sigma factor","txid224308" +"BSU_04730","BSU_03130","SigB","BSU_03130","sigB","nadE","SigB","BSU_03130","subtiwiki","224308.BSU04730/224308.BSU03130","sigma factor","txid224308" +"BSU_04730","BSU_04380","SigB","BSU_04380","sigB","ydaT","SigB","BSU_04380","subtiwiki","224308.BSU04730/224308.BSU04380","sigma factor","txid224308" +"BSU_04730","BSU_28500","SigB","TrxA","sigB","trxA","SigB","TrxA","subtiwiki","224308.BSU04730/224308.BSU28500","sigma factor","txid224308" +"BSU_04730","BSU_08500","SigB","BSU_08500","sigB","yfhE","SigB","BSU_08500","subtiwiki","224308.BSU04730/224308.BSU08500","sigma factor","txid224308" +"BSU_04730","BSU_08490","SigB","BSU_08490","sigB","yfhD","SigB","BSU_08490","subtiwiki","224308.BSU04730/224308.BSU08490","sigma factor","txid224308" +"BSU_04730","BSU_08510","SigB","BSU_08510","sigB","yfhF","SigB","BSU_08510","subtiwiki","224308.BSU04730/224308.BSU08510","sigma factor","txid224308" +"BSU_04730","BSU_05790","SigB","BSU_05790","sigB","ydhK","SigB","BSU_05790","subtiwiki","224308.BSU04730/224308.BSU05790","sigma factor","txid224308" +"BSU_04730","BSU_23300","SigB","BSU_23300","sigB","ypuD","SigB","BSU_23300","subtiwiki","224308.BSU04730/224308.BSU23300","sigma factor","txid224308" +"BSU_04730","BSU_07930","SigB","BSU_07930","sigB","yfkD","SigB","BSU_07930","subtiwiki","224308.BSU04730/224308.BSU07930","sigma factor","txid224308" +"BSU_04730","BSU_36960","SigB","BSU_36960","sigB","ywlB","SigB","BSU_36960","subtiwiki","224308.BSU04730/224308.BSU36960","sigma factor","txid224308" +"BSU_04730","BSU_07920","SigB","ChaA","sigB","chaA","SigB","ChaA","subtiwiki","224308.BSU04730/224308.BSU07920","sigma factor","txid224308" +"BSU_04730","BSU_10430","SigB","BSU_10430","sigB","yhxD","SigB","BSU_10430","subtiwiki","224308.BSU04730/224308.BSU10430","sigma factor","txid224308" +"BSU_04730","BSU_13160","SigB","BSU_13160","sigB","ohrB","SigB","BSU_13160","subtiwiki","224308.BSU04730/224308.BSU13160","sigma factor","txid224308" +"BSU_04730","BSU_27760","SigB","BSU_27760","sigB","csbX","SigB","BSU_27760","subtiwiki","224308.BSU04730/224308.BSU27760","sigma factor","txid224308" +"BSU_04730","BSU_29410","SigB","BSU_29410","sigB","ytkL","SigB","BSU_29410","subtiwiki","224308.BSU04730/224308.BSU29410","sigma factor","txid224308" +"BSU_04730","BSU_33410","SigB","BSU_33410","sigB","yvgO","SigB","BSU_33410","subtiwiki","224308.BSU04730/224308.BSU33410","sigma factor","txid224308" +"BSU_04730","BSU_35310","SigB","Hpf","sigB","hpf","SigB","Hpf","subtiwiki","224308.BSU04730/224308.BSU35310","sigma factor","txid224308" +"BSU_04730","BSU_27750","SigB","BofC","sigB","bofC","SigB","BofC","subtiwiki","224308.BSU04730/224308.BSU27750","sigma factor","txid224308" +"BSU_04730","BSU_29420","SigB","YtkK","sigB","ytkK","SigB","YtkK","subtiwiki","224308.BSU04730/224308.BSU29420","sigma factor","txid224308" +"BSU_04730","BSU_24020","SigB","BmrR","sigB","bmrR","SigB","BmrR","subtiwiki","224308.BSU04730/224308.BSU24020","sigma factor","txid224308" +"BSU_04730","BSU_24010","SigB","BSU_24010","sigB","bmr","SigB","BSU_24010","subtiwiki","224308.BSU04730/224308.BSU24010","sigma factor","txid224308" +"BSU_04730","BSU_38180","SigB","BSU_38180","sigB","ywzA","SigB","BSU_38180","subtiwiki","224308.BSU04730/224308.BSU38180","sigma factor","txid224308" +"BSU_04730","BSU_29100","SigB","PhoR","sigB","phoR","SigB","PhoR","subtiwiki","224308.BSU04730/224308.BSU29100","sigma factor","txid224308" +"BSU_04730","BSU_23340","SigB","BSU_23340","sigB","ypuB","SigB","BSU_23340","subtiwiki","224308.BSU04730/224308.BSU23340","sigma factor","txid224308" +"BSU_04730","BSU_06660","SigB","BSU_06660","sigB","opuE","SigB","BSU_06660","subtiwiki","224308.BSU04730/224308.BSU06660","sigma factor","txid224308" +"BSU_04730","BSU_23329","SigB","BSU_23329","sigB","ypuC/1","SigB","BSU_23329","subtiwiki","224308.BSU04730/224308.BSU23329","sigma factor","txid224308" +"BSU_04730","BSU_29110","SigB","PhoP","sigB","phoP","SigB","PhoP","subtiwiki","224308.BSU04730/224308.BSU29110","sigma factor","txid224308" +"BSU_04730","BSU_04310","SigB","YdaN","sigB","ydaN","SigB","YdaN","subtiwiki","224308.BSU04730/224308.BSU04310","sigma factor","txid224308" +"BSU_04730","BSU_23830","SigB","BSU_23830","sigB","yqjL","SigB","BSU_23830","subtiwiki","224308.BSU04730/224308.BSU23830","sigma factor","txid224308" +"BSU_04730","BSU_04280","SigB","YdaK","sigB","ydaK","SigB","YdaK","subtiwiki","224308.BSU04730/224308.BSU04280","sigma factor","txid224308" +"BSU_04730","BSU_04270","SigB","BSU_04270","sigB","ydaJ","SigB","BSU_04270","subtiwiki","224308.BSU04730/224308.BSU04270","sigma factor","txid224308" +"BSU_04730","BSU_04290","SigB","BSU_04290","sigB","ydaL","SigB","BSU_04290","subtiwiki","224308.BSU04730/224308.BSU04290","sigma factor","txid224308" +"BSU_04730","BSU_04340","SigB","YdaP","sigB","ydaP","SigB","YdaP","subtiwiki","224308.BSU04730/224308.BSU04340","sigma factor","txid224308" +"BSU_04730","BSU_04300","SigB","YdaM","sigB","ydaM","SigB","YdaM","subtiwiki","224308.BSU04730/224308.BSU04300","sigma factor","txid224308" +"BSU_04730","BSU_38630","SigB","KatX","sigB","katX","SigB","KatX","subtiwiki","224308.BSU04730/224308.BSU38630","sigma factor","txid224308" +"BSU_04730","BSU_38430","SigB","BSU_38430","sigB","gspA","SigB","BSU_38430","subtiwiki","224308.BSU04730/224308.BSU38430","sigma factor","txid224308" +"BSU_04730","BSU_38930","SigB","BSU_38930","sigB","yxjJ","SigB","BSU_38930","subtiwiki","224308.BSU04730/224308.BSU38930","sigma factor","txid224308" +"BSU_04730","BSU_40000","SigB","BSU_40000","sigB","yxnA","SigB","BSU_40000","subtiwiki","224308.BSU04730/224308.BSU40000","sigma factor","txid224308" +"BSU_04730","BSU_17240","SigB","BSU_17240","sigB","ymzB","SigB","BSU_17240","subtiwiki","224308.BSU04730/224308.BSU17240","sigma factor","txid224308" +"BSU_04730","BSU_17250","SigB","BSU_17250","sigB","ymaE","SigB","BSU_17250","subtiwiki","224308.BSU04730/224308.BSU17250","sigma factor","txid224308" +"BSU_04730","BSU_09450","SigB","BSU_09450","sigB","yhdF","SigB","BSU_09450","subtiwiki","224308.BSU04730/224308.BSU09450","sigma factor","txid224308" +"BSU_04730","BSU_30930","SigB","BSU_30930","sigB","ytaB","SigB","BSU_30930","subtiwiki","224308.BSU04730/224308.BSU30930","sigma factor","txid224308" +"BSU_04730","BSU_07790","SigB","BSU_07790","sigB","yfkQ","SigB","BSU_07790","subtiwiki","224308.BSU04730/224308.BSU07790","sigma factor","txid224308" +"BSU_04730","BSU_07760","SigB","BSU_07760","sigB","yfkT","SigB","BSU_07760","subtiwiki","224308.BSU04730/224308.BSU07760","sigma factor","txid224308" +"BSU_04730","BSU_40030","SigB","BSU_40030","sigB","yxaB","SigB","BSU_40030","subtiwiki","224308.BSU04730/224308.BSU40030","sigma factor","txid224308" +"BSU_04730","BSU_40040","SigB","BSU_40040","sigB","yxaA","SigB","BSU_40040","subtiwiki","224308.BSU04730/224308.BSU40040","sigma factor","txid224308" +"BSU_04730","BSU_07770","SigB","BSU_07770","sigB","yfkS","SigB","BSU_07770","subtiwiki","224308.BSU04730/224308.BSU07770","sigma factor","txid224308" +"BSU_04730","BSU_34540","SigB","ClpP","sigB","clpP","SigB","ClpP","subtiwiki","224308.BSU04730/224308.BSU34540","sigma factor","txid224308" +"BSU_04730","BSU_07780","SigB","BSU_07780","sigB","yfkR","SigB","BSU_07780","subtiwiki","224308.BSU04730/224308.BSU07780","sigma factor","txid224308" +"BSU_04730","BSU_39840","SigB","BSU_39840","sigB","yxbG","SigB","BSU_39840","subtiwiki","224308.BSU04730/224308.BSU39840","sigma factor","txid224308" +"BSU_04730","BSU_04370","SigB","BSU_04370","sigB","ydaS","SigB","BSU_04370","subtiwiki","224308.BSU04730/224308.BSU04370","sigma factor","txid224308" +"BSU_04730","BSU_29780","SigB","FacZ","sigB","facZ","SigB","FacZ","subtiwiki","224308.BSU04730/224308.BSU29780","sigma factor","txid224308" +"BSU_04730","BSU_29770","SigB","YtxH","sigB","ytxH","SigB","YtxH","subtiwiki","224308.BSU04730/224308.BSU29770","sigma factor","txid224308" +"BSU_04730","BSU_29760","SigB","BSU_29760","sigB","brxC","SigB","BSU_29760","subtiwiki","224308.BSU04730/224308.BSU29760","sigma factor","txid224308" +"BSU_04730","BSU_24770","SigB","MgsR","sigB","mgsR","SigB","MgsR","subtiwiki","224308.BSU04730/224308.BSU24770","sigma factor","txid224308" +"BSU_04730","BSU_38940","SigB","BSU_38940","sigB","yxjI","SigB","BSU_38940","subtiwiki","224308.BSU04730/224308.BSU38940","sigma factor","txid224308" +"BSU_04730","BSU_09540","SigB","BSU_09540","sigB","plsC","SigB","BSU_09540","subtiwiki","224308.BSU04730/224308.BSU09540","sigma factor","txid224308" +"BSU_04730","BSU_09530","SigB","BSU_09530","sigB","yhdN","SigB","BSU_09530","subtiwiki","224308.BSU04730/224308.BSU09530","sigma factor","txid224308" +"BSU_04730","BSU_27020","SigB","BSU_27020","sigB","yraA","SigB","BSU_27020","subtiwiki","224308.BSU04730/224308.BSU27020","sigma factor","txid224308" +"BSU_04730","BSU_40450","SigB","BSU_40450","sigB","yycD","SigB","BSU_40450","subtiwiki","224308.BSU04730/224308.BSU40450","sigma factor","txid224308" +"BSU_04730","BSU_11120","SigB","BSU_11120","sigB","yitT","SigB","BSU_11120","subtiwiki","224308.BSU04730/224308.BSU11120","sigma factor","txid224308" +"BSU_04730","BSU_00160","SigB","YaaH","sigB","yaaH","SigB","YaaH","subtiwiki","224308.BSU04730/224308.BSU00160","sigma factor","txid224308" +"BSU_04730","BSU_33200","SigB","BSU_33200","sigB","yvrE","SigB","BSU_33200","subtiwiki","224308.BSU04730/224308.BSU33200","sigma factor","txid224308" +"BSU_04730","BSU_28340","SigB","BSU_28340","sigB","ysnF","SigB","BSU_28340","subtiwiki","224308.BSU04730/224308.BSU28340","sigma factor","txid224308" +"BSU_04730","BSU_07550","SigB","BSU_07550","sigB","yflT","SigB","BSU_07550","subtiwiki","224308.BSU04730/224308.BSU07550","sigma factor","txid224308" +"BSU_04730","BSU_12150","SigB","BSU_12150","sigB","yjgB","SigB","BSU_12150","subtiwiki","224308.BSU04730/224308.BSU12150","sigma factor","txid224308" +"BSU_04730","BSU_02100","SigB","BSU_02100","sigB","cypC","SigB","BSU_02100","subtiwiki","224308.BSU04730/224308.BSU02100","sigma factor","txid224308" +"BSU_04730","BSU_08610","SigB","BSU_08610","sigB","yfhO","SigB","BSU_08610","subtiwiki","224308.BSU04730/224308.BSU08610","sigma factor","txid224308" +"BSU_04730","BSU_08600","SigB","BSU_08600","sigB","csbB","SigB","BSU_08600","subtiwiki","224308.BSU04730/224308.BSU08600","sigma factor","txid224308" +"BSU_04730","BSU_11500","SigB","SpxA","sigB","spx","SigB","Spx","subtiwiki","224308.BSU04730/224308.BSU11500","sigma factor","txid224308" +"BSU_04730","BSU_11130","SigB","Ipi","sigB","ipi","SigB","Ipi","subtiwiki","224308.BSU04730/224308.BSU11130","sigma factor","txid224308" +"BSU_04730","BSU_12170","SigB","ForE1","sigB","forE1","SigB","ForE1","subtiwiki","224308.BSU04730/224308.BSU12170","sigma factor","txid224308" +"BSU_04730","BSU_12160","SigB","YjgC","sigB","forC1","SigB","ForC1","subtiwiki","224308.BSU04730/224308.BSU12160","sigma factor","txid224308" +"BSU_04730","BSU_33630","SigB","SecG","sigB","secG","SigB","SecG","subtiwiki","224308.BSU04730/224308.BSU33630","sigma factor","txid224308" +"BSU_04730","BSU_misc_RNA_55","SigB","SsrA","sigB","ssrA","SigB","SsrA","subtiwiki","224308.BSU04730/224308.BSUmiscRNA55","sigma factor","txid224308" +"BSU_04730","BSU_33620","SigB","BSU_33620","sigB","yvaK","SigB","BSU_33620","subtiwiki","224308.BSU04730/224308.BSU33620","sigma factor","txid224308" +"BSU_04730","BSU_04430","SigB","BSU_04430","sigB","ydbD","SigB","BSU_04430","subtiwiki","224308.BSU04730/224308.BSU04430","sigma factor","txid224308" +"BSU_04730","BSU_33610","SigB","Rnr","sigB","rnr","SigB","Rnr","subtiwiki","224308.BSU04730/224308.BSU33610","sigma factor","txid224308" +"BSU_04730","BSU_33600","SigB","SmpB","sigB","smpB","SigB","SmpB","subtiwiki","224308.BSU04730/224308.BSU33600","sigma factor","txid224308" +"BSU_04730","BSU_04440","SigB","DctB","sigB","dctB","SigB","DctB","subtiwiki","224308.BSU04730/224308.BSU04440","sigma factor","txid224308" +"BSU_04730","BSU_02110","SigB","BSU_02110","sigB","ybyB","SigB","BSU_02110","subtiwiki","224308.BSU04730/224308.BSU02110","sigma factor","txid224308" +"BSU_04730","BSU_06590","SigB","BSU_06590","sigB","yerD","SigB","BSU_06590","subtiwiki","224308.BSU04730/224308.BSU06590","sigma factor","txid224308" +"BSU_04730","BSU_03910","SigB","GabD","sigB","gabD","SigB","GabD","subtiwiki","224308.BSU04730/224308.BSU03910","sigma factor","txid224308" +"BSU_04730","BSU_35670","SigB","GtaB","sigB","gtaB","SigB","GtaB","subtiwiki","224308.BSU04730/224308.BSU35670","sigma factor","txid224308" +"BSU_04730","BSU_09690","SigB","BSU_09690","sigB","nhaX","SigB","BSU_09690","subtiwiki","224308.BSU04730/224308.BSU09690","sigma factor","txid224308" +"BSU_04730","BSU_38620","SigB","BSU_38620","sigB","aag","SigB","BSU_38620","subtiwiki","224308.BSU04730/224308.BSU38620","sigma factor","txid224308" +"BSU_04730","BSU_38610","SigB","BSU_38610","sigB","yxzF","SigB","BSU_38610","subtiwiki","224308.BSU04730/224308.BSU38610","sigma factor","txid224308" +"BSU_04730","BSU_09140","SigB","BSU_09140","sigB","yhcM","SigB","BSU_09140","subtiwiki","224308.BSU04730/224308.BSU09140","sigma factor","txid224308" +"BSU_04730","BSU_40570","SigB","BSU_40570","sigB","yybO","SigB","BSU_40570","subtiwiki","224308.BSU04730/224308.BSU40570","sigma factor","txid224308" +"BSU_04730","BSU_13640","SigB","Spo0E","sigB","spo0E","SigB","Spo0E","subtiwiki","224308.BSU04730/224308.BSU13640","sigma factor","txid224308" +"BSU_04730","BSU_30650","SigB","BSU_30650","sigB","dps","SigB","BSU_30650","subtiwiki","224308.BSU04730/224308.BSU30650","sigma factor","txid224308" +"BSU_04730","BSU_05500","SigB","BSU_05500","sigB","mhqP","SigB","BSU_05500","subtiwiki","224308.BSU04730/224308.BSU05500","sigma factor","txid224308" +"BSU_04730","BSU_05490","SigB","BSU_05490","sigB","mhqO","SigB","BSU_05490","subtiwiki","224308.BSU04730/224308.BSU05490","sigma factor","txid224308" +"BSU_04730","BSU_00860","SigB","ClpC","sigB","clpC","SigB","ClpC","subtiwiki","224308.BSU04730/224308.BSU00860","sigma factor","txid224308" +"BSU_04730","BSU_00880","SigB","DisA","sigB","disA","SigB","DisA","subtiwiki","224308.BSU04730/224308.BSU00880","sigma factor","txid224308" +"BSU_04730","BSU_00840","SigB","McsA","sigB","mcsA","SigB","McsA","subtiwiki","224308.BSU04730/224308.BSU00840","sigma factor","txid224308" +"BSU_04730","BSU_00870","SigB","RadA","sigB","radA","SigB","RadA","subtiwiki","224308.BSU04730/224308.BSU00870","sigma factor","txid224308" +"BSU_04730","BSU_00850","SigB","McsB","sigB","mcsB","SigB","McsB","subtiwiki","224308.BSU04730/224308.BSU00850","sigma factor","txid224308" +"BSU_04730","BSU_00830","SigB","CtsR","sigB","ctsR","SigB","CtsR","subtiwiki","224308.BSU04730/224308.BSU00830","sigma factor","txid224308" +"BSU_04730","BSU_02940","SigB","YceH","sigB","yceH","SigB","YceH","subtiwiki","224308.BSU04730/224308.BSU02940","sigma factor","txid224308" +"BSU_04730","BSU_02910","SigB","YceE","sigB","yceE","SigB","YceE","subtiwiki","224308.BSU04730/224308.BSU02910","sigma factor","txid224308" +"BSU_04730","BSU_02930","SigB","BSU_02930","sigB","yceG","SigB","BSU_02930","subtiwiki","224308.BSU04730/224308.BSU02930","sigma factor","txid224308" +"BSU_04730","BSU_02900","SigB","YceD","sigB","yceD","SigB","YceD","subtiwiki","224308.BSU04730/224308.BSU02900","sigma factor","txid224308" +"BSU_04730","BSU_02890","SigB","YceC","sigB","yceC","SigB","YceC","subtiwiki","224308.BSU04730/224308.BSU02890","sigma factor","txid224308" +"BSU_04730","BSU_02920","SigB","BSU_02920","sigB","meeF","SigB","BSU_02920","subtiwiki","224308.BSU04730/224308.BSU02920","sigma factor","txid224308" +"BSU_04730","BSU_04720","SigB","RsbW","sigB","rsbW","SigB","RsbW","subtiwiki","224308.BSU04730/224308.BSU04720","sigma factor","txid224308" +"BSU_04730","BSU_04670","SigB","RsbRA","sigB","rsbR","SigB","RsbR","subtiwiki","224308.BSU04730/224308.BSU04670","sigma factor","txid224308" +"BSU_04730","BSU_04700","SigB","RsbU","sigB","rsbU","SigB","RsbU","subtiwiki","224308.BSU04730/224308.BSU04700","sigma factor","txid224308" +"BSU_04730","BSU_04690","SigB","RsbT","sigB","rsbT","SigB","RsbT","subtiwiki","224308.BSU04730/224308.BSU04690","sigma factor","txid224308" +"BSU_04730","BSU_04740","SigB","RsbX","sigB","rsbX","SigB","RsbX","subtiwiki","224308.BSU04730/224308.BSU04740","sigma factor","txid224308" +"BSU_04730","BSU_04710","SigB","RsbV","sigB","rsbV","SigB","RsbV","subtiwiki","224308.BSU04730/224308.BSU04710","sigma factor","txid224308" +"BSU_04730","BSU_04680","SigB","RsbS","sigB","rsbS","SigB","RsbS","subtiwiki","224308.BSU04730/224308.BSU04680","sigma factor","txid224308" +"BSU_04730","BSU_39050","SigB","KatE","sigB","katE","SigB","KatE","subtiwiki","224308.BSU04730/224308.BSU39050","sigma factor","txid224308" +"BSU_04730","BSU_39040","SigB","BSU_39040","sigB","yxiS","SigB","BSU_39040","subtiwiki","224308.BSU04730/224308.BSU39040","sigma factor","txid224308" +"BSU_04730","BSU_04190","SigB","BSU_04190","sigB","ydaD","SigB","BSU_04190","subtiwiki","224308.BSU04730/224308.BSU04190","sigma factor","txid224308" +"BSU_04730","BSU_16590","SigB","YlxS","sigB","ylxS","SigB","YlxS","subtiwiki","224308.BSU04730/224308.BSU16590","sigma factor","txid224308" +"BSU_04730","BSU_16630","SigB","InfB","sigB","infB","SigB","InfB","subtiwiki","224308.BSU04730/224308.BSU16630","sigma factor","txid224308" +"BSU_04730","BSU_04210","SigB","BSU_04210","sigB","ydaF","SigB","BSU_04210","subtiwiki","224308.BSU04730/224308.BSU04210","sigma factor","txid224308" +"BSU_04730","BSU_16610","SigB","BSU_16610","sigB","rnpM","SigB","BSU_16610","subtiwiki","224308.BSU04730/224308.BSU16610","sigma factor","txid224308" +"BSU_04730","BSU_04200","SigB","BSU_04200","sigB","ydaE","SigB","BSU_04200","subtiwiki","224308.BSU04730/224308.BSU04200","sigma factor","txid224308" +"BSU_04730","BSU_16620","SigB","RplGA","sigB","rplGA","SigB","RplGA","subtiwiki","224308.BSU04730/224308.BSU16620","sigma factor","txid224308" +"BSU_04730","BSU_04220","SigB","BSU_04220","sigB","ydaG","SigB","BSU_04220","subtiwiki","224308.BSU04730/224308.BSU04220","sigma factor","txid224308" +"BSU_04730","BSU_16600","SigB","NusA","sigB","nusA","SigB","NusA","subtiwiki","224308.BSU04730/224308.BSU16600","sigma factor","txid224308" +"BSU_04730","BSU_16640","SigB","BSU_16640","sigB","ylxP","SigB","BSU_16640","subtiwiki","224308.BSU04730/224308.BSU16640","sigma factor","txid224308" +"BSU_04730","BSU_16650","SigB","RbfA","sigB","rbfA","SigB","RbfA","subtiwiki","224308.BSU04730/224308.BSU16650","sigma factor","txid224308" +"BSU_04730","BSU_02840","SigB","YcdG","sigB","ycdG","SigB","YcdG","subtiwiki","224308.BSU04730/224308.BSU02840","sigma factor","txid224308" +"BSU_04730","BSU_02830","SigB","YcdF","sigB","ycdF","SigB","YcdF","subtiwiki","224308.BSU04730/224308.BSU02830","sigma factor","txid224308" +"BSU_04730","BSU_13170","SigB","BSU_13170","sigB","guaD","SigB","BSU_13170","subtiwiki","224308.BSU04730/224308.BSU13170","sigma factor","txid224308" +"BSU_04730","BSU_07890","SigB","BSU_07890","sigB","yfkI","SigB","BSU_07890","subtiwiki","224308.BSU04730/224308.BSU07890","sigma factor","txid224308" +"BSU_04730","BSU_30780","SigB","BSU_30780","sigB","menC","SigB","BSU_30780","subtiwiki","224308.BSU04730/224308.BSU30780","sigma factor","txid224308" +"BSU_04730","BSU_07900","SigB","Rbn","sigB","yfkH","SigB","Rbn","subtiwiki","224308.BSU04730/224308.BSU07900","sigma factor","txid224308" +"BSU_04730","BSU_07880","SigB","YfkJ","sigB","yfkJ","SigB","YfkJ","subtiwiki","224308.BSU04730/224308.BSU07880","sigma factor","txid224308" +"BSU_04730","BSU_04730","SigB","SigB","sigB","sigB","SigB","SigB","subtiwiki","224308.BSU04730/224308.BSU04730","sigma factor","txid224308" +"BSU_13450","BSU_13460","SigI","RsgI","sigI","rsgI","SigI","RsgI","subtiwiki","224308.BSU13450/224308.BSU13460","sigma factor","txid224308" +"BSU_13450","BSU_14470","SigI","MreBH","sigI","mreBH","SigI","MreBH","subtiwiki","224308.BSU13450/224308.BSU14470","sigma factor","txid224308" +"BSU_13450","BSU_14460","SigI","BSU_14460","sigI","ykpC","SigI","BSU_14460","subtiwiki","224308.BSU13450/224308.BSU14460","sigma factor","txid224308" +"BSU_13450","BSU_36530","SigI","BcrC","sigI","bcrC","SigI","BcrC","subtiwiki","224308.BSU13450/224308.BSU36530","sigma factor","txid224308" +"BSU_13450","BSU_04400","SigI","BSU_04400","sigI","gsiB","SigI","BSU_04400","subtiwiki","224308.BSU13450/224308.BSU04400","sigma factor","txid224308" +"BSU_13450","BSU_09420","SigI","LytE","sigI","lytE","SigI","LytE","subtiwiki","224308.BSU13450/224308.BSU09420","sigma factor","txid224308" +"BSU_13450","BSU_32000","SigI","DhbA","sigI","dhbA","SigI","DhbA","subtiwiki","224308.BSU13450/224308.BSU32000","sigma factor","txid224308" +"BSU_13450","BSU_31980","SigI","DhbE","sigI","dhbE","SigI","DhbE","subtiwiki","224308.BSU13450/224308.BSU31980","sigma factor","txid224308" +"BSU_13450","BSU_31960","SigI","DhbF","sigI","dhbF","SigI","DhbF","subtiwiki","224308.BSU13450/224308.BSU31960","sigma factor","txid224308" +"BSU_13450","BSU_11720","SigI","FabI","sigI","fabI","SigI","FabI","subtiwiki","224308.BSU13450/224308.BSU11720","sigma factor","txid224308" +"BSU_13450","BSU_31990","SigI","DhbC","sigI","dhbC","SigI","DhbC","subtiwiki","224308.BSU13450/224308.BSU31990","sigma factor","txid224308" +"BSU_13450","BSU_14170","SigI","YkuP","sigI","ykuP","SigI","YkuP","subtiwiki","224308.BSU13450/224308.BSU14170","sigma factor","txid224308" +"BSU_13450","BSU_31970","SigI","DhbB","sigI","dhbB","SigI","DhbB","subtiwiki","224308.BSU13450/224308.BSU31970","sigma factor","txid224308" +"BSU_13450","BSU_14160","SigI","BSU_14160","sigI","ykuO","SigI","BSU_14160","subtiwiki","224308.BSU13450/224308.BSU14160","sigma factor","txid224308" +"BSU_13450","BSU_14150","SigI","YkuN","sigI","ykuN","SigI","YkuN","subtiwiki","224308.BSU13450/224308.BSU14150","sigma factor","txid224308" +"BSU_13450","BSU_31959","SigI","BSU_31959","sigI","ybdZ","SigI","BSU_31959","subtiwiki","224308.BSU13450/224308.BSU31959","sigma factor","txid224308" +"BSU_13450","BSU_13450","SigI","SigI","sigI","sigI","SigI","SigI","subtiwiki","224308.BSU13450/224308.BSU13450","sigma factor","txid224308" +"BSU_33222","BSU_33239","RsoA","BSU_33239","rsoA","yvrJ","RsoA","BSU_33239","subtiwiki","224308.BSU33222/224308.BSU33239","sigma factor","txid224308" +"BSU_33222","BSU_33250","RsoA","RsiO","rsoA","rsiO","RsoA","RsiO","subtiwiki","224308.BSU33222/224308.BSU33250","sigma factor","txid224308" +"BSU_33222","BSU_33240","RsoA","OxdC","rsoA","oxdC","RsoA","OxdC","subtiwiki","224308.BSU33222/224308.BSU33240","sigma factor","txid224308" +"BSU_33222","BSU_33230","RsoA","SigO","rsoA","sigO","RsoA","SigO","subtiwiki","224308.BSU33222/224308.BSU33230","sigma factor","txid224308" +"BSU_33222","BSU_33222","RsoA","RsoA","rsoA","rsoA","RsoA","RsoA","subtiwiki","224308.BSU33222/224308.BSU33222","sigma factor","txid224308" +"BSU_16170","BSU_16310","CodY","FliM","codY","fliM","CodY","FliM","subtiwiki","224308.BSU16170/224308.BSU16310","repression","txid224308" +"BSU_16170","BSU_29670","CodY","TyrS","codY","tyrS","CodY","TyrS","subtiwiki","224308.BSU16170/224308.BSU29670","repression","txid224308" +"BSU_16170","BSU_12980","CodY","BSU_12980","codY","ykfB","CodY","BSU_12980","subtiwiki","224308.BSU16170/224308.BSU12980","repression","txid224308" +"BSU_16170","BSU_13000","CodY","YkfD","codY","ykfD","CodY","YkfD","subtiwiki","224308.BSU16170/224308.BSU13000","repression","txid224308" +"BSU_16170","BSU_12990","CodY","BSU_12990","codY","ykfC","CodY","BSU_12990","subtiwiki","224308.BSU16170/224308.BSU12990","repression","txid224308" +"BSU_16170","BSU_12970","CodY","BSU_12970","codY","ykfA","CodY","BSU_12970","subtiwiki","224308.BSU16170/224308.BSU12970","repression","txid224308" +"BSU_16170","BSU_15340","CodY","YlmA","codY","ylmA","CodY","YlmA","subtiwiki","224308.BSU16170/224308.BSU15340","repression","txid224308" +"BSU_16170","BSU_09460","CodY","BSU_09460","codY","bcaP","CodY","BSU_09460","subtiwiki","224308.BSU16170/224308.BSU09460","repression","txid224308" +"BSU_16170","BSU_02250","CodY","BSU_02250","codY","ybfJ","CodY","BSU_02250","subtiwiki","224308.BSU16170/224308.BSU02250","repression","txid224308" +"BSU_16170","BSU_02240","CodY","BSU_02240","codY","mpr","CodY","BSU_02240","subtiwiki","224308.BSU16170/224308.BSU02240","repression","txid224308" +"BSU_16170","BSU_37680","CodY","BSU_37680","codY","bacG","CodY","BSU_37680","subtiwiki","224308.BSU16170/224308.BSU37680","repression","txid224308" +"BSU_16170","BSU_24100","CodY","BkdR","codY","bkdR","CodY","BkdR","subtiwiki","224308.BSU16170/224308.BSU24100","repression","txid224308" +"BSU_16170","BSU_10450","CodY","BSU_10450","codY","yhjB","CodY","BSU_10450","subtiwiki","224308.BSU16170/224308.BSU10450","repression","txid224308" +"BSU_16170","BSU_10460","CodY","BSU_10460","codY","yhjC","CodY","BSU_10460","subtiwiki","224308.BSU16170/224308.BSU10460","repression","txid224308" +"BSU_16170","BSU_11190","CodY","ArgC","codY","argC","CodY","ArgC","subtiwiki","224308.BSU16170/224308.BSU11190","repression","txid224308" +"BSU_16170","BSU_11200","CodY","ArgJ","codY","argJ","CodY","ArgJ","subtiwiki","224308.BSU16170/224308.BSU11200","repression","txid224308" +"BSU_16170","BSU_03020","CodY","BSU_03020","codY","ycgA","CodY","BSU_03020","subtiwiki","224308.BSU16170/224308.BSU03020","repression","txid224308" +"BSU_16170","BSU_11210","CodY","BSU_11210","codY","argB","CodY","BSU_11210","subtiwiki","224308.BSU16170/224308.BSU11210","repression","txid224308" +"BSU_16170","BSU_11230","CodY","CarA","codY","carA","CodY","CarA","subtiwiki","224308.BSU16170/224308.BSU11230","repression","txid224308" +"BSU_16170","BSU_11220","CodY","ArgD","codY","argD","CodY","ArgD","subtiwiki","224308.BSU16170/224308.BSU11220","repression","txid224308" +"BSU_16170","BSU_11240","CodY","CarB","codY","carB","CodY","CarB","subtiwiki","224308.BSU16170/224308.BSU11240","repression","txid224308" +"BSU_16170","BSU_11250","CodY","ArgF","codY","argF","CodY","ArgF","subtiwiki","224308.BSU16170/224308.BSU11250","repression","txid224308" +"BSU_16170","BSU_32250","CodY","ThrC","codY","thrC","CodY","ThrC","subtiwiki","224308.BSU16170/224308.BSU32250","repression","txid224308" +"BSU_16170","BSU_03010","CodY","BSU_03010","codY","amhX","CodY","BSU_03010","subtiwiki","224308.BSU16170/224308.BSU03010","repression","txid224308" +"BSU_16170","BSU_32260","CodY","Hom","codY","hom","CodY","Hom","subtiwiki","224308.BSU16170/224308.BSU32260","repression","txid224308" +"BSU_16170","BSU_32240","CodY","BSU_32240","codY","thrB","CodY","BSU_32240","subtiwiki","224308.BSU16170/224308.BSU32240","repression","txid224308" +"BSU_16170","BSU_02390","CodY","IlvE","codY","ilvE","CodY","IlvE","subtiwiki","224308.BSU16170/224308.BSU02390","repression","txid224308" +"BSU_16170","BSU_38090","CodY","BSU_38090","codY","vpr","CodY","BSU_38090","subtiwiki","224308.BSU16170/224308.BSU38090","repression","txid224308" +"BSU_16170","BSU_32130","CodY","BSU_32130","codY","guaC","CodY","BSU_32130","subtiwiki","224308.BSU16170/224308.BSU32130","activation","txid224308" +"BSU_16170","BSU_37770","CodY","BSU_37770","codY","rocB","CodY","BSU_37770","subtiwiki","224308.BSU16170/224308.BSU37770","repression","txid224308" +"BSU_16170","BSU_35360","CodY","Hag","codY","hag","CodY","Hag","subtiwiki","224308.BSU16170/224308.BSU35360","repression","txid224308" +"BSU_16170","BSU_37780","CodY","RocA","codY","rocA","CodY","RocA","subtiwiki","224308.BSU16170/224308.BSU37780","repression","txid224308" +"BSU_16170","BSU_37760","CodY","BSU_37760","codY","rocC","CodY","BSU_37760","subtiwiki","224308.BSU16170/224308.BSU37760","repression","txid224308" +"BSU_16170","BSU_38550","CodY","IlvK","codY","ilvK","CodY","IlvK","subtiwiki","224308.BSU16170/224308.BSU38550","repression","txid224308" +"BSU_16170","BSU_32070","CodY","BSU_32070","codY","yuiC","CodY","BSU_32070","subtiwiki","224308.BSU16170/224308.BSU32070","repression","txid224308" +"BSU_16170","BSU_13190","CodY","BSU_13190","codY","ispA","CodY","BSU_13190","subtiwiki","224308.BSU16170/224308.BSU13190","repression","txid224308" +"BSU_16170","BSU_14700","CodY","BSU_14700","codY","nprE","CodY","BSU_14700","subtiwiki","224308.BSU16170/224308.BSU14700","repression","txid224308" +"BSU_16170","BSU_25830","CodY","RapE","codY","rapE","CodY","RapE","subtiwiki","224308.BSU16170/224308.BSU25830","repression","txid224308" +"BSU_16170","BSU_29600","CodY","BSU_29600","codY","braB","CodY","BSU_29600","subtiwiki","224308.BSU16170/224308.BSU29600","repression","txid224308" +"BSU_16170","BSU_32080","CodY","BSU_32080","codY","yuiB","CodY","BSU_32080","subtiwiki","224308.BSU16170/224308.BSU32080","repression","txid224308" +"BSU_16170","BSU_36660","CodY","UreA","codY","ureA","CodY","UreA","subtiwiki","224308.BSU16170/224308.BSU36660","repression","txid224308" +"BSU_16170","BSU_36640","CodY","UreC","codY","ureC","CodY","UreC","subtiwiki","224308.BSU16170/224308.BSU36640","repression","txid224308" +"BSU_16170","BSU_32090","CodY","BSU_32090","codY","yuiA","CodY","BSU_32090","subtiwiki","224308.BSU16170/224308.BSU32090","repression","txid224308" +"BSU_16170","BSU_36650","CodY","UreB","codY","ureB","CodY","UreB","subtiwiki","224308.BSU16170/224308.BSU36650","repression","txid224308" +"BSU_16170","BSU_21870","CodY","IlvD","codY","ilvD","CodY","IlvD","subtiwiki","224308.BSU16170/224308.BSU21870","repression","txid224308" +"BSU_16170","BSU_03210","CodY","PutC","codY","putC","CodY","PutC","subtiwiki","224308.BSU16170/224308.BSU03210","repression","txid224308" +"BSU_16170","BSU_03220","CodY","BSU_03220","codY","putP","CodY","BSU_03220","subtiwiki","224308.BSU16170/224308.BSU03220","repression","txid224308" +"BSU_16170","BSU_03200","CodY","PutB","codY","putB","CodY","PutB","subtiwiki","224308.BSU16170/224308.BSU03200","repression","txid224308" +"BSU_16170","BSU_10300","CodY","AprE","codY","aprE","CodY","AprE","subtiwiki","224308.BSU16170/224308.BSU10300","repression","txid224308" +"BSU_16170","BSU_39930","CodY","BSU_39930","codY","yxaM","CodY","BSU_39930","subtiwiki","224308.BSU16170/224308.BSU39930","repression","txid224308" +"BSU_16170","BSU_39920","CodY","AsnH","codY","asnH","CodY","AsnH","subtiwiki","224308.BSU16170/224308.BSU39920","repression","txid224308" +"BSU_16170","BSU_16150","CodY","ClpQ","codY","clpQ","CodY","ClpQ","subtiwiki","224308.BSU16170/224308.BSU16150","repression","txid224308" +"BSU_16170","BSU_16130","CodY","BSU_16130","codY","trmFO","CodY","BSU_16130","subtiwiki","224308.BSU16170/224308.BSU16130","repression","txid224308" +"BSU_16170","BSU_03520","CodY","BSU_03520","codY","srfAD","CodY","BSU_03520","subtiwiki","224308.BSU16170/224308.BSU03520","repression","txid224308" +"BSU_16170","BSU_16160","CodY","ClpY","codY","clpY","CodY","ClpY","subtiwiki","224308.BSU16170/224308.BSU16160","repression","txid224308" +"BSU_16170","BSU_03510","CodY","SrfAC","codY","srfAC","CodY","SrfAC","subtiwiki","224308.BSU16170/224308.BSU03510","repression","txid224308" +"BSU_16170","BSU_03500","CodY","ComS","codY","comS","CodY","ComS","subtiwiki","224308.BSU16170/224308.BSU03500","repression","txid224308" +"BSU_16170","BSU_03480","CodY","SrfAA","codY","srfAA","CodY","SrfAA","subtiwiki","224308.BSU16170/224308.BSU03480","repression","txid224308" +"BSU_16170","BSU_03490","CodY","SrfAB","codY","srfAB","CodY","SrfAB","subtiwiki","224308.BSU16170/224308.BSU03490","repression","txid224308" +"BSU_16170","BSU_16140","CodY","CodV","codY","codV","CodY","CodV","subtiwiki","224308.BSU16170/224308.BSU16140","repression","txid224308" +"BSU_16170","BSU_06310","CodY","BSU_06310","codY","gabP","CodY","BSU_06310","subtiwiki","224308.BSU16170/224308.BSU06310","repression","txid224308" +"BSU_16170","BSU_03770","CodY","RapC","codY","rapC","CodY","RapC","subtiwiki","224308.BSU16170/224308.BSU03770","repression","txid224308" +"BSU_16170","BSU_18010","CodY","BSU_18010","codY","yneN","CodY","BSU_18010","subtiwiki","224308.BSU16170/224308.BSU18010","repression","txid224308" +"BSU_16170","BSU_00090","CodY","GuaB","codY","guaB","CodY","GuaB","subtiwiki","224308.BSU16170/224308.BSU00090","activation","txid224308" +"BSU_16170","BSU_18000","CodY","CitB","codY","citB","CodY","CitB","subtiwiki","224308.BSU16170/224308.BSU18000","repression","txid224308" +"BSU_16170","BSU_03780","CodY","PhrC","codY","phrC","CodY","PhrC","subtiwiki","224308.BSU16170/224308.BSU03780","repression","txid224308" +"BSU_16170","BSU_29680","CodY","AcsA","codY","acsA","CodY","AcsA","subtiwiki","224308.BSU16170/224308.BSU29680","repression","txid224308" +"BSU_16170","BSU_29679","CodY","BSU_29679","codY","ytzK","CodY","BSU_29679","subtiwiki","224308.BSU16170/224308.BSU29679","repression","txid224308" +"BSU_16170","BSU_02690","CodY","AnsZ","codY","ansZ","CodY","AnsZ","subtiwiki","224308.BSU16170/224308.BSU02690","repression","txid224308" +"BSU_16170","BSU_37720","CodY","BacC","codY","bacC","CodY","BacC","subtiwiki","224308.BSU16170/224308.BSU37720","repression","txid224308" +"BSU_16170","BSU_37690","CodY","BSU_37690","codY","bacF","CodY","BSU_37690","subtiwiki","224308.BSU16170/224308.BSU37690","repression","txid224308" +"BSU_16170","BSU_31460","CodY","BSU_31460","codY","kapB","CodY","BSU_31460","subtiwiki","224308.BSU16170/224308.BSU31460","repression","txid224308" +"BSU_16170","BSU_37730","CodY","BSU_37730","codY","bacB","CodY","BSU_37730","subtiwiki","224308.BSU16170/224308.BSU37730","repression","txid224308" +"BSU_16170","BSU_31450","CodY","KinB","codY","kinB","CodY","KinB","subtiwiki","224308.BSU16170/224308.BSU31450","repression","txid224308" +"BSU_16170","BSU_37740","CodY","BSU_37740","codY","bacA","CodY","BSU_37740","subtiwiki","224308.BSU16170/224308.BSU37740","repression","txid224308" +"BSU_16170","BSU_39900","CodY","BSU_39900","codY","yxbA","CodY","BSU_39900","subtiwiki","224308.BSU16170/224308.BSU39900","repression","txid224308" +"BSU_16170","BSU_39890","CodY","BSU_39890","codY","yxbB","CodY","BSU_39890","subtiwiki","224308.BSU16170/224308.BSU39890","repression","txid224308" +"BSU_16170","BSU_37700","CodY","BSU_37700","codY","bacE","CodY","BSU_37700","subtiwiki","224308.BSU16170/224308.BSU37700","repression","txid224308" +"BSU_16170","BSU_37710","CodY","BSU_37710","codY","bacD","CodY","BSU_37710","subtiwiki","224308.BSU16170/224308.BSU37710","repression","txid224308" +"BSU_16170","BSU_39910","CodY","BSU_39910","codY","yxnB","CodY","BSU_39910","subtiwiki","224308.BSU16170/224308.BSU39910","repression","txid224308" +"BSU_16170","BSU_29470","CodY","AckA","codY","ackA","CodY","AckA","subtiwiki","224308.BSU16170/224308.BSU29470","activation","txid224308" +"BSU_16170","BSU_25840","CodY","BSU_25840","codY","phrE","CodY","BSU_25840","subtiwiki","224308.BSU16170/224308.BSU25840","repression","txid224308" +"BSU_16170","BSU_32580","CodY","FrlM","codY","frlM","CodY","FrlM","subtiwiki","224308.BSU16170/224308.BSU32580","repression","txid224308" +"BSU_16170","BSU_32600","CodY","FrlO","codY","frlO","CodY","FrlO","subtiwiki","224308.BSU16170/224308.BSU32600","repression","txid224308" +"BSU_16170","BSU_32550","CodY","YurJ","codY","frlP","CodY","FrlP","subtiwiki","224308.BSU16170/224308.BSU32550","repression","txid224308" +"BSU_16170","BSU_32590","CodY","FrlN","codY","frlN","CodY","FrlN","subtiwiki","224308.BSU16170/224308.BSU32590","repression","txid224308" +"BSU_16170","BSU_32610","CodY","BSU_32610","codY","frlB","CodY","BSU_32610","subtiwiki","224308.BSU16170/224308.BSU32610","repression","txid224308" +"BSU_16170","BSU_32570","CodY","FrlD","codY","frlD","CodY","FrlD","subtiwiki","224308.BSU16170/224308.BSU32570","repression","txid224308" +"BSU_16170","BSU_31540","CodY","NupN","codY","nupN","CodY","NupN","subtiwiki","224308.BSU16170/224308.BSU31540","repression","txid224308" +"BSU_16170","BSU_31550","CodY","NupO","codY","nupO","CodY","NupO","subtiwiki","224308.BSU16170/224308.BSU31550","repression","txid224308" +"BSU_16170","BSU_31560","CodY","NupP","codY","nupP","CodY","NupP","subtiwiki","224308.BSU16170/224308.BSU31560","repression","txid224308" +"BSU_16170","BSU_31570","CodY","NupQ","codY","nupQ","CodY","NupQ","subtiwiki","224308.BSU16170/224308.BSU31570","repression","txid224308" +"BSU_16170","BSU_17130","CodY","BSU_17130","codY","acpK","CodY","BSU_17130","subtiwiki","224308.BSU16170/224308.BSU17130","activation","txid224308" +"BSU_16170","BSU_17150","CodY","BSU_17150","codY","pksG","CodY","BSU_17150","subtiwiki","224308.BSU16170/224308.BSU17150","activation","txid224308" +"BSU_16170","BSU_17210","CodY","PksN","codY","pksN","CodY","PksN","subtiwiki","224308.BSU16170/224308.BSU17210","activation","txid224308" +"BSU_16170","BSU_17110","CodY","BSU_17110","codY","pksD","CodY","BSU_17110","subtiwiki","224308.BSU16170/224308.BSU17110","activation","txid224308" +"BSU_16170","BSU_17140","CodY","BSU_17140","codY","pksF","CodY","BSU_17140","subtiwiki","224308.BSU16170/224308.BSU17140","activation","txid224308" +"BSU_16170","BSU_17120","CodY","BSU_17120","codY","pksE","CodY","BSU_17120","subtiwiki","224308.BSU16170/224308.BSU17120","activation","txid224308" +"BSU_16170","BSU_17180","CodY","PksJ","codY","pksJ","CodY","PksJ","subtiwiki","224308.BSU16170/224308.BSU17180","activation","txid224308" +"BSU_16170","BSU_17100","CodY","BSU_17100","codY","pksC","CodY","BSU_17100","subtiwiki","224308.BSU16170/224308.BSU17100","activation","txid224308" +"BSU_16170","BSU_17200","CodY","PksM","codY","pksM","CodY","PksM","subtiwiki","224308.BSU16170/224308.BSU17200","activation","txid224308" +"BSU_16170","BSU_17170","CodY","BSU_17170","codY","pksI","CodY","BSU_17170","subtiwiki","224308.BSU16170/224308.BSU17170","activation","txid224308" +"BSU_16170","BSU_17220","CodY","PksR","codY","pksR","CodY","PksR","subtiwiki","224308.BSU16170/224308.BSU17220","activation","txid224308" +"BSU_16170","BSU_17160","CodY","BSU_17160","codY","pksH","CodY","BSU_17160","subtiwiki","224308.BSU16170/224308.BSU17160","activation","txid224308" +"BSU_16170","BSU_17190","CodY","PksL","codY","pksL","CodY","PksL","subtiwiki","224308.BSU16170/224308.BSU17190","activation","txid224308" +"BSU_16170","BSU_03790","CodY","YclM","codY","thrD","CodY","YclM","subtiwiki","224308.BSU16170/224308.BSU03790","repression","txid224308" +"BSU_16170","BSU_10420","CodY","ComK","codY","comK","CodY","ComK","subtiwiki","224308.BSU16170/224308.BSU10420","repression","txid224308" +"BSU_16170","BSU_09990","CodY","ScoC","codY","scoC","CodY","ScoC","subtiwiki","224308.BSU16170/224308.BSU09990","repression","txid224308" +"BSU_16170","BSU_11440","CodY","OppB","codY","oppB","CodY","OppB","subtiwiki","224308.BSU16170/224308.BSU11440","repression","txid224308" +"BSU_16170","BSU_11360","CodY","AppD","codY","appD","CodY","AppD","subtiwiki","224308.BSU16170/224308.BSU11360","repression","txid224308" +"BSU_16170","BSU_11470","CodY","OppF","codY","oppF","CodY","OppF","subtiwiki","224308.BSU16170/224308.BSU11470","repression","txid224308" +"BSU_16170","BSU_11381","CodY","AppA/1","codY","appA/1","CodY","AppA/1","subtiwiki","224308.BSU16170/224308.BSU11381","repression","txid224308" +"BSU_16170","BSU_11430","CodY","OppA","codY","oppA","CodY","OppA","subtiwiki","224308.BSU16170/224308.BSU11430","repression","txid224308" +"BSU_16170","BSU_11390","CodY","AppB","codY","appB","CodY","AppB","subtiwiki","224308.BSU16170/224308.BSU11390","repression","txid224308" +"BSU_16170","BSU_11370","CodY","AppF","codY","appF","CodY","AppF","subtiwiki","224308.BSU16170/224308.BSU11370","repression","txid224308" +"BSU_16170","BSU_11400","CodY","AppC","codY","appC","CodY","AppC","subtiwiki","224308.BSU16170/224308.BSU11400","repression","txid224308" +"BSU_16170","BSU_11460","CodY","OppD","codY","oppD","CodY","OppD","subtiwiki","224308.BSU16170/224308.BSU11460","repression","txid224308" +"BSU_16170","BSU_11450","CodY","OppC","codY","oppC","CodY","OppC","subtiwiki","224308.BSU16170/224308.BSU11450","repression","txid224308" +"BSU_16170","BSU_11382","CodY","AppA/2","codY","appA/2","CodY","AppA/2","subtiwiki","224308.BSU16170/224308.BSU11382","repression","txid224308" +"BSU_16170","BSU_12430","CodY","RapA","codY","rapA","CodY","RapA","subtiwiki","224308.BSU16170/224308.BSU12430","repression","txid224308" +"BSU_16170","BSU_12440","CodY","PhrA","codY","phrA","CodY","PhrA","subtiwiki","224308.BSU16170/224308.BSU12440","repression","txid224308" +"BSU_16170","BSU_28290","CodY","IlvC","codY","ilvC","CodY","IlvC","subtiwiki","224308.BSU16170/224308.BSU28290","repression","txid224308" +"BSU_16170","BSU_28300","CodY","IlvH","codY","ilvH","CodY","IlvH","subtiwiki","224308.BSU16170/224308.BSU28300","repression","txid224308" +"BSU_16170","BSU_28260","CodY","LeuC","codY","leuC","CodY","LeuC","subtiwiki","224308.BSU16170/224308.BSU28260","repression","txid224308" +"BSU_16170","BSU_21760","CodY","BSU_21760","codY","ypmP","CodY","BSU_21760","subtiwiki","224308.BSU16170/224308.BSU21760","repression","txid224308" +"BSU_16170","BSU_28250","CodY","LeuD","codY","leuD","CodY","LeuD","subtiwiki","224308.BSU16170/224308.BSU28250","repression","txid224308" +"BSU_16170","BSU_28270","CodY","LeuB","codY","leuB","CodY","LeuB","subtiwiki","224308.BSU16170/224308.BSU28270","repression","txid224308" +"BSU_16170","BSU_21770","CodY","IlvA","codY","ilvA","CodY","IlvA","subtiwiki","224308.BSU16170/224308.BSU21770","repression","txid224308" +"BSU_16170","BSU_28280","CodY","BSU_28280","codY","leuA","CodY","BSU_28280","subtiwiki","224308.BSU16170/224308.BSU28280","repression","txid224308" +"BSU_16170","BSU_28310","CodY","IlvB","codY","ilvB","CodY","IlvB","subtiwiki","224308.BSU16170/224308.BSU28310","repression","txid224308" +"BSU_16170","BSU_12920","CodY","DppA","codY","dppA","CodY","DppA","subtiwiki","224308.BSU16170/224308.BSU12920","repression","txid224308" +"BSU_16170","BSU_12950","CodY","DppD","codY","dppD","CodY","DppD","subtiwiki","224308.BSU16170/224308.BSU12950","repression","txid224308" +"BSU_16170","BSU_12960","CodY","DppE","codY","dppE","CodY","DppE","subtiwiki","224308.BSU16170/224308.BSU12960","repression","txid224308" +"BSU_16170","BSU_40340","CodY","BSU_40340","codY","rocD","CodY","BSU_40340","subtiwiki","224308.BSU16170/224308.BSU40340","repression","txid224308" +"BSU_16170","BSU_40330","CodY","BSU_40330","codY","rocE","CodY","BSU_40330","subtiwiki","224308.BSU16170/224308.BSU40330","repression","txid224308" +"BSU_16170","BSU_12940","CodY","DppC","codY","dppC","CodY","DppC","subtiwiki","224308.BSU16170/224308.BSU12940","repression","txid224308" +"BSU_16170","BSU_40320","CodY","RocF","codY","rocF","CodY","RocF","subtiwiki","224308.BSU16170/224308.BSU40320","repression","txid224308" +"BSU_16170","BSU_12930","CodY","DppB","codY","dppB","CodY","DppB","subtiwiki","224308.BSU16170/224308.BSU12930","repression","txid224308" +"BSU_16170","BSU_16200","CodY","FliE","codY","fliE","CodY","FliE","subtiwiki","224308.BSU16170/224308.BSU16200","repression","txid224308" +"BSU_16170","BSU_16270","CodY","BSU_16270","codY","fliK","CodY","BSU_16270","subtiwiki","224308.BSU16170/224308.BSU16270","repression","txid224308" +"BSU_16170","BSU_16390","CodY","FlhA","codY","flhA","CodY","FlhA","subtiwiki","224308.BSU16170/224308.BSU16390","repression","txid224308" +"BSU_16170","BSU_16440","CodY","CheW","codY","cheW","CodY","CheW","subtiwiki","224308.BSU16170/224308.BSU16440","repression","txid224308" +"BSU_16170","BSU_16360","CodY","FliQ","codY","fliQ","CodY","FliQ","subtiwiki","224308.BSU16170/224308.BSU16360","repression","txid224308" +"BSU_16170","BSU_24070","CodY","Buk","codY","buk","CodY","Buk","subtiwiki","224308.BSU16170/224308.BSU24070","repression","txid224308" +"BSU_16170","BSU_24030","CodY","BkdB","codY","bkdB","CodY","BkdB","subtiwiki","224308.BSU16170/224308.BSU24030","repression","txid224308" +"BSU_16170","BSU_24080","CodY","Bcd","codY","bcd","CodY","Bcd","subtiwiki","224308.BSU16170/224308.BSU24080","repression","txid224308" +"BSU_16170","BSU_39350","CodY","BSU_39350","codY","hutH","CodY","BSU_39350","subtiwiki","224308.BSU16170/224308.BSU39350","repression","txid224308" +"BSU_16170","BSU_39390","CodY","BSU_39390","codY","hutM","CodY","BSU_39390","subtiwiki","224308.BSU16170/224308.BSU39390","repression","txid224308" +"BSU_16170","BSU_39380","CodY","BSU_39380","codY","hutG","CodY","BSU_39380","subtiwiki","224308.BSU16170/224308.BSU39380","repression","txid224308" +"BSU_16170","BSU_24050","CodY","BkdAA","codY","bkdAA","CodY","BkdAA","subtiwiki","224308.BSU16170/224308.BSU24050","repression","txid224308" +"BSU_16170","BSU_24040","CodY","BkdAB","codY","bkdAB","CodY","BkdAB","subtiwiki","224308.BSU16170/224308.BSU24040","repression","txid224308" +"BSU_16170","BSU_24060","CodY","LpdV","codY","lpdV","CodY","LpdV","subtiwiki","224308.BSU16170/224308.BSU24060","repression","txid224308" +"BSU_16170","BSU_24090","CodY","BSU_24090","codY","ptb","CodY","BSU_24090","subtiwiki","224308.BSU16170/224308.BSU24090","repression","txid224308" +"BSU_16170","BSU_39360","CodY","BSU_39360","codY","hutU","CodY","BSU_39360","subtiwiki","224308.BSU16170/224308.BSU39360","repression","txid224308" +"BSU_16170","BSU_39370","CodY","BSU_39370","codY","hutI","CodY","BSU_39370","subtiwiki","224308.BSU16170/224308.BSU39370","repression","txid224308" +"BSU_16170","BSU_39340","CodY","HutP","codY","hutP","CodY","HutP","subtiwiki","224308.BSU16170/224308.BSU39340","repression","txid224308" +"BSU_16170","BSU_39880","CodY","BSU_39880","codY","yxbC","CodY","BSU_39880","subtiwiki","224308.BSU16170/224308.BSU39880","repression","txid224308" +"BSU_16170","BSU_39870","CodY","YxbD","codY","yxbD","CodY","YxbD","subtiwiki","224308.BSU16170/224308.BSU39870","repression","txid224308" +"BSU_16170","BSU_32740","CodY","MetP","codY","metP","CodY","MetP","subtiwiki","224308.BSU16170/224308.BSU32740","activation","txid224308" +"BSU_16170","BSU_32730","CodY","MetQ","codY","metQ","CodY","MetQ","subtiwiki","224308.BSU16170/224308.BSU32730","activation","txid224308" +"BSU_16170","BSU_32750","CodY","MetN","codY","metN","CodY","MetN","subtiwiki","224308.BSU16170/224308.BSU32750","activation","txid224308" +"BSU_16170","BSU_16210","CodY","FliF","codY","fliF","CodY","FliF","subtiwiki","224308.BSU16170/224308.BSU16210","repression","txid224308" +"BSU_16170","BSU_16250","CodY","FliJ","codY","fliJ","CodY","FliJ","subtiwiki","224308.BSU16170/224308.BSU16250","repression","txid224308" +"BSU_16170","BSU_16260","CodY","YlxF","codY","ylxF","CodY","YlxF","subtiwiki","224308.BSU16170/224308.BSU16260","repression","txid224308" +"BSU_16170","BSU_16320","CodY","FliY","codY","fliY","CodY","FliY","subtiwiki","224308.BSU16170/224308.BSU16320","repression","txid224308" +"BSU_16170","BSU_16410","CodY","YlxH","codY","flhG","CodY","FlhG","subtiwiki","224308.BSU16170/224308.BSU16410","repression","txid224308" +"BSU_16170","BSU_16180","CodY","FlgB","codY","flgB","CodY","FlgB","subtiwiki","224308.BSU16170/224308.BSU16180","repression","txid224308" +"BSU_16170","BSU_16470","CodY","SigD","codY","sigD","CodY","SigD","subtiwiki","224308.BSU16170/224308.BSU16470","repression","txid224308" +"BSU_16170","BSU_16370","CodY","FliR","codY","fliR","CodY","FliR","subtiwiki","224308.BSU16170/224308.BSU16370","repression","txid224308" +"BSU_16170","BSU_16230","CodY","FliH","codY","fliH","CodY","FliH","subtiwiki","224308.BSU16170/224308.BSU16230","repression","txid224308" +"BSU_16170","BSU_16240","CodY","FliI","codY","fliI","CodY","FliI","subtiwiki","224308.BSU16170/224308.BSU16240","repression","txid224308" +"BSU_16170","BSU_16350","CodY","FliP","codY","fliP","CodY","FliP","subtiwiki","224308.BSU16170/224308.BSU16350","repression","txid224308" +"BSU_16170","BSU_16299","CodY","BSU_16299","codY","swrD","CodY","BSU_16299","subtiwiki","224308.BSU16170/224308.BSU16299","repression","txid224308" +"BSU_16170","BSU_16330","CodY","CheY","codY","cheY","CodY","CheY","subtiwiki","224308.BSU16170/224308.BSU16330","repression","txid224308" +"BSU_16170","BSU_16400","CodY","FlhF","codY","flhF","CodY","FlhF","subtiwiki","224308.BSU16170/224308.BSU16400","repression","txid224308" +"BSU_16170","BSU_16460","CodY","CheD","codY","cheD","CodY","CheD","subtiwiki","224308.BSU16170/224308.BSU16460","repression","txid224308" +"BSU_16170","BSU_16300","CodY","FliL","codY","fliL","CodY","FliL","subtiwiki","224308.BSU16170/224308.BSU16300","repression","txid224308" +"BSU_16170","BSU_16280","CodY","FlgD","codY","flgD","CodY","FlgD","subtiwiki","224308.BSU16170/224308.BSU16280","repression","txid224308" +"BSU_16170","BSU_16450","CodY","CheC","codY","cheC","CodY","CheC","subtiwiki","224308.BSU16170/224308.BSU16450","repression","txid224308" +"BSU_16170","BSU_16290","CodY","FlgE","codY","flgE","CodY","FlgE","subtiwiki","224308.BSU16170/224308.BSU16290","repression","txid224308" +"BSU_16170","BSU_16380","CodY","FlhB","codY","flhB","CodY","FlhB","subtiwiki","224308.BSU16170/224308.BSU16380","repression","txid224308" +"BSU_16170","BSU_16430","CodY","CheA","codY","cheA","CodY","CheA","subtiwiki","224308.BSU16170/224308.BSU16430","repression","txid224308" +"BSU_16170","BSU_16480","CodY","BSU_16480","codY","swrB","CodY","BSU_16480","subtiwiki","224308.BSU16170/224308.BSU16480","repression","txid224308" +"BSU_16170","BSU_16220","CodY","FliG","codY","fliG","CodY","FliG","subtiwiki","224308.BSU16170/224308.BSU16220","repression","txid224308" +"BSU_16170","BSU_16340","CodY","FliZ","codY","fliO","CodY","FliO","subtiwiki","224308.BSU16170/224308.BSU16340","repression","txid224308" +"BSU_16170","BSU_16190","CodY","FlgC","codY","flgC","CodY","FlgC","subtiwiki","224308.BSU16170/224308.BSU16190","repression","txid224308" +"BSU_16170","BSU_16420","CodY","BSU_16420","codY","cheB","CodY","BSU_16420","subtiwiki","224308.BSU16170/224308.BSU16420","repression","txid224308" +"BSU_16170","BSU_16170","CodY","CodY","codY","codY","CodY","CodY","subtiwiki","224308.BSU16170/224308.BSU16170","repression","txid224308" +"BSU_01540","BSU_09990","SalA","ScoC","salA","scoC","SalA","ScoC","subtiwiki","224308.BSU01540/224308.BSU09990","repression","txid224308" +"BSU_01540","BSU_01540","SalA","SalA","salA","salA","SalA","SalA","subtiwiki","224308.BSU01540/224308.BSU01540","repression","txid224308" +"BSU_01640","BSU_01620","Btr","FeuB","btr","feuB","Btr","FeuB","subtiwiki","224308.BSU01640/224308.BSU01620","activation","txid224308" +"BSU_01640","BSU_01610","Btr","FeuC","btr","feuC","Btr","FeuC","subtiwiki","224308.BSU01640/224308.BSU01610","activation","txid224308" +"BSU_01640","BSU_01630","Btr","FeuA","btr","feuA","Btr","FeuA","subtiwiki","224308.BSU01640/224308.BSU01630","activation","txid224308" +"BSU_01640","BSU_01600","Btr","BSU_01600","btr","ybbA","Btr","BSU_01600","subtiwiki","224308.BSU01640/224308.BSU01600","activation","txid224308" +"BSU_37620","BSU_38630","RsfA","KatX","rsfA","katX","RsfA","KatX","subtiwiki","224308.BSU37620/224308.BSU38630","activation","txid224308" +"BSU_37620","BSU_37620","RsfA","RsfA","rsfA","rsfA","RsfA","RsfA","subtiwiki","224308.BSU37620/224308.BSU37620","repression","txid224308" +"BSU_09990","BSU_35070","ScoC","BSU_35070","scoC","yvmC","ScoC","BSU_35070","subtiwiki","224308.BSU09990/224308.BSU35070","repression","txid224308" +"BSU_09990","BSU_35060","ScoC","BSU_35060","scoC","cypX","ScoC","BSU_35060","subtiwiki","224308.BSU09990/224308.BSU35060","repression","txid224308" +"BSU_09990","BSU_35370","ScoC","CsrA","scoC","csrA","ScoC","CsrA","subtiwiki","224308.BSU09990/224308.BSU35370","repression","txid224308" +"BSU_09990","BSU_35400","ScoC","FlgL","scoC","flgL","ScoC","FlgL","subtiwiki","224308.BSU09990/224308.BSU35400","repression","txid224308" +"BSU_09990","BSU_35380","ScoC","FliW","scoC","fliW","ScoC","FliW","subtiwiki","224308.BSU09990/224308.BSU35380","repression","txid224308" +"BSU_09990","BSU_35470","ScoC","ComFA","scoC","comFA","ScoC","ComFA","subtiwiki","224308.BSU09990/224308.BSU35470","repression","txid224308" +"BSU_09990","BSU_35430","ScoC","FlgM","scoC","flgM","ScoC","FlgM","subtiwiki","224308.BSU09990/224308.BSU35430","repression","txid224308" +"BSU_09990","BSU_35390","ScoC","BSU_35390","scoC","yviE","ScoC","BSU_35390","subtiwiki","224308.BSU09990/224308.BSU35390","repression","txid224308" +"BSU_09990","BSU_35440","ScoC","BSU_35440","scoC","yvyF","ScoC","BSU_35440","subtiwiki","224308.BSU09990/224308.BSU35440","repression","txid224308" +"BSU_09990","BSU_35410","ScoC","FlgK","scoC","flgK","ScoC","FlgK","subtiwiki","224308.BSU09990/224308.BSU35410","repression","txid224308" +"BSU_09990","BSU_35450","ScoC","ComFC","scoC","comFC","ScoC","ComFC","subtiwiki","224308.BSU09990/224308.BSU35450","repression","txid224308" +"BSU_09990","BSU_35460","ScoC","ComFB","scoC","comFB","ScoC","ComFB","subtiwiki","224308.BSU09990/224308.BSU35460","repression","txid224308" +"BSU_09990","BSU_35420","ScoC","BSU_35420","scoC","flgN","ScoC","BSU_35420","subtiwiki","224308.BSU09990/224308.BSU35420","repression","txid224308" +"BSU_09990","BSU_24600","ScoC","SinI","scoC","sinI","ScoC","SinI","subtiwiki","224308.BSU09990/224308.BSU24600","repression","txid224308" +"BSU_09990","BSU_24610","ScoC","SinR","scoC","sinR","ScoC","SinR","subtiwiki","224308.BSU09990/224308.BSU24610","repression","txid224308" +"BSU_09990","BSU_11400","ScoC","AppC","scoC","appC","ScoC","AppC","subtiwiki","224308.BSU09990/224308.BSU11400","repression","txid224308" +"BSU_09990","BSU_11360","ScoC","AppD","scoC","appD","ScoC","AppD","subtiwiki","224308.BSU09990/224308.BSU11360","repression","txid224308" +"BSU_09990","BSU_11382","ScoC","AppA/2","scoC","appA/2","ScoC","AppA/2","subtiwiki","224308.BSU09990/224308.BSU11382","repression","txid224308" +"BSU_09990","BSU_11381","ScoC","AppA/1","scoC","appA/1","ScoC","AppA/1","subtiwiki","224308.BSU09990/224308.BSU11381","repression","txid224308" +"BSU_09990","BSU_11390","ScoC","AppB","scoC","appB","ScoC","AppB","subtiwiki","224308.BSU09990/224308.BSU11390","repression","txid224308" +"BSU_09990","BSU_11370","ScoC","AppF","scoC","appF","ScoC","AppF","subtiwiki","224308.BSU09990/224308.BSU11370","repression","txid224308" +"BSU_09990","BSU_11470","ScoC","OppF","scoC","oppF","ScoC","OppF","subtiwiki","224308.BSU09990/224308.BSU11470","repression","txid224308" +"BSU_09990","BSU_11430","ScoC","OppA","scoC","oppA","ScoC","OppA","subtiwiki","224308.BSU09990/224308.BSU11430","repression","txid224308" +"BSU_09990","BSU_11450","ScoC","OppC","scoC","oppC","ScoC","OppC","subtiwiki","224308.BSU09990/224308.BSU11450","repression","txid224308" +"BSU_09990","BSU_11440","ScoC","OppB","scoC","oppB","ScoC","OppB","subtiwiki","224308.BSU09990/224308.BSU11440","repression","txid224308" +"BSU_09990","BSU_11460","ScoC","OppD","scoC","oppD","ScoC","OppD","subtiwiki","224308.BSU09990/224308.BSU11460","repression","txid224308" +"BSU_09990","BSU_25760","ScoC","SigK","scoC","sigK","ScoC","SigK","subtiwiki","224308.BSU09990/224308.BSU25760","repression","txid224308" +"BSU_09990","BSU_37710","ScoC","BSU_37710","scoC","bacD","ScoC","BSU_37710","subtiwiki","224308.BSU09990/224308.BSU37710","repression","txid224308" +"BSU_09990","BSU_37730","ScoC","BSU_37730","scoC","bacB","ScoC","BSU_37730","subtiwiki","224308.BSU09990/224308.BSU37730","repression","txid224308" +"BSU_09990","BSU_37740","ScoC","BSU_37740","scoC","bacA","ScoC","BSU_37740","subtiwiki","224308.BSU09990/224308.BSU37740","repression","txid224308" +"BSU_09990","BSU_37720","ScoC","BacC","scoC","bacC","ScoC","BacC","subtiwiki","224308.BSU09990/224308.BSU37720","repression","txid224308" +"BSU_09990","BSU_37690","ScoC","BSU_37690","scoC","bacF","ScoC","BSU_37690","subtiwiki","224308.BSU09990/224308.BSU37690","repression","txid224308" +"BSU_09990","BSU_37700","ScoC","BSU_37700","scoC","bacE","ScoC","BSU_37700","subtiwiki","224308.BSU09990/224308.BSU37700","repression","txid224308" +"BSU_09990","BSU_10300","ScoC","AprE","scoC","aprE","ScoC","AprE","subtiwiki","224308.BSU09990/224308.BSU10300","repression","txid224308" +"BSU_09990","BSU_29110","ScoC","PhoP","scoC","phoP","ScoC","PhoP","subtiwiki","224308.BSU09990/224308.BSU29110","repression","txid224308" +"BSU_09990","BSU_29600","ScoC","BSU_29600","scoC","braB","ScoC","BSU_29600","subtiwiki","224308.BSU09990/224308.BSU29600","repression","txid224308" +"BSU_09990","BSU_29100","ScoC","PhoR","scoC","phoR","ScoC","PhoR","subtiwiki","224308.BSU09990/224308.BSU29100","repression","txid224308" +"BSU_09990","BSU_38400","ScoC","BSU_38400","scoC","epr","ScoC","BSU_38400","subtiwiki","224308.BSU09990/224308.BSU38400","repression","txid224308" +"BSU_09990","BSU_14700","ScoC","BSU_14700","scoC","nprE","ScoC","BSU_14700","subtiwiki","224308.BSU09990/224308.BSU14700","repression","txid224308" +"BSU_09990","BSU_03670","ScoC","BSU_03670","scoC","dtpT","ScoC","BSU_03670","subtiwiki","224308.BSU09990/224308.BSU03670","repression","txid224308" +"BSU_09990","BSU_35360","ScoC","Hag","scoC","hag","ScoC","Hag","subtiwiki","224308.BSU09990/224308.BSU35360","repression","txid224308" +"BSU_13310","BSU_02690","TnrA","AnsZ","tnrA","ansZ","TnrA","AnsZ","subtiwiki","224308.BSU13310/224308.BSU02690","activation","txid224308" +"BSU_13310","BSU_40490","TnrA","BSU_40490","tnrA","yycA","TnrA","BSU_40490","subtiwiki","224308.BSU13310/224308.BSU40490","repression","txid224308" +"BSU_13310","BSU_27810","TnrA","BSU_27810","tnrA","yrbD","TnrA","BSU_27810","subtiwiki","224308.BSU13310/224308.BSU27810","activation","txid224308" +"BSU_13310","BSU_03330","TnrA","NasA","tnrA","nasA","TnrA","NasA","subtiwiki","224308.BSU13310/224308.BSU03330","activation","txid224308" +"BSU_13310","BSU_18120","TnrA","BSU_18120","tnrA","alsT","TnrA","BSU_18120","subtiwiki","224308.BSU13310/224308.BSU18120","repression","txid224308" +"BSU_13310","BSU_30360","TnrA","BSU_30360","tnrA","yttA","TnrA","BSU_30360","subtiwiki","224308.BSU13310/224308.BSU30360","repression","txid224308" +"BSU_13310","BSU_36100","TnrA","YwrD","tnrA","ywrD","TnrA","YwrD","subtiwiki","224308.BSU13310/224308.BSU36100","activation","txid224308" +"BSU_13310","BSU_38850","TnrA","YxkC","tnrA","yxkC","TnrA","YxkC","subtiwiki","224308.BSU13310/224308.BSU38850","activation","txid224308" +"BSU_13310","BSU_32240","TnrA","BSU_32240","tnrA","thrB","TnrA","BSU_32240","subtiwiki","224308.BSU13310/224308.BSU32240","repression","txid224308" +"BSU_13310","BSU_32260","TnrA","Hom","tnrA","hom","TnrA","Hom","subtiwiki","224308.BSU13310/224308.BSU32260","repression","txid224308" +"BSU_13310","BSU_32250","TnrA","ThrC","tnrA","thrC","TnrA","ThrC","subtiwiki","224308.BSU13310/224308.BSU32250","repression","txid224308" +"BSU_13310","BSU_28320","TnrA","BSU_28320","tnrA","ysnD","TnrA","BSU_28320","subtiwiki","224308.BSU13310/224308.BSU28320","activation","txid224308" +"BSU_13310","BSU_04050","TnrA","BSU_04050","tnrA","pxpA","TnrA","BSU_04050","subtiwiki","224308.BSU13310/224308.BSU04050","activation","txid224308" +"BSU_13310","BSU_04070","TnrA","BSU_04070","tnrA","ycsI","TnrA","BSU_04070","subtiwiki","224308.BSU13310/224308.BSU04070","activation","txid224308" +"BSU_13310","BSU_04110","TnrA","BSU_04110","tnrA","lipC","TnrA","BSU_04110","subtiwiki","224308.BSU13310/224308.BSU04110","activation","txid224308" +"BSU_13310","BSU_04090","TnrA","PxpC","tnrA","pxpC","TnrA","PxpC","subtiwiki","224308.BSU13310/224308.BSU04090","activation","txid224308" +"BSU_13310","BSU_04080","TnrA","PxpB","tnrA","pxpB","TnrA","PxpB","subtiwiki","224308.BSU13310/224308.BSU04080","activation","txid224308" +"BSU_13310","BSU_04100","TnrA","BSU_04100","tnrA","kipR","TnrA","BSU_04100","subtiwiki","224308.BSU13310/224308.BSU04100","activation","txid224308" +"BSU_13310","BSU_04060","TnrA","YcsG","tnrA","ycsG","TnrA","YcsG","subtiwiki","224308.BSU13310/224308.BSU04060","activation","txid224308" +"BSU_13310","BSU_03670","TnrA","BSU_03670","tnrA","dtpT","TnrA","BSU_03670","subtiwiki","224308.BSU13310/224308.BSU03670","activation","txid224308" +"BSU_13310","BSU_08380","TnrA","BSU_08380","tnrA","yfiS","TnrA","BSU_08380","subtiwiki","224308.BSU13310/224308.BSU08380","activation","txid224308" +"BSU_13310","BSU_08370","TnrA","BSU_08370","tnrA","yfiR","TnrA","BSU_08370","subtiwiki","224308.BSU13310/224308.BSU08370","activation","txid224308" +"BSU_13310","BSU_32080","TnrA","BSU_32080","tnrA","yuiB","TnrA","BSU_32080","subtiwiki","224308.BSU13310/224308.BSU32080","repression","txid224308" +"BSU_13310","BSU_32090","TnrA","BSU_32090","tnrA","yuiA","TnrA","BSU_32090","subtiwiki","224308.BSU13310/224308.BSU32090","repression","txid224308" +"BSU_13310","BSU_36520","TnrA","NrgB","tnrA","nrgB","TnrA","NrgB","subtiwiki","224308.BSU13310/224308.BSU36520","activation","txid224308" +"BSU_13310","BSU_36640","TnrA","UreC","tnrA","ureC","TnrA","UreC","subtiwiki","224308.BSU13310/224308.BSU36640","activation","txid224308" +"BSU_13310","BSU_36660","TnrA","UreA","tnrA","ureA","TnrA","UreA","subtiwiki","224308.BSU13310/224308.BSU36660","activation","txid224308" +"BSU_13310","BSU_36650","TnrA","UreB","tnrA","ureB","TnrA","UreB","subtiwiki","224308.BSU13310/224308.BSU36650","activation","txid224308" +"BSU_13310","BSU_36510","TnrA","AmtB","tnrA","nrgA","TnrA","NrgA","subtiwiki","224308.BSU13310/224308.BSU36510","activation","txid224308" +"BSU_13310","BSU_32420","TnrA","BSU_32420","tnrA","pucR","TnrA","BSU_32420","subtiwiki","224308.BSU13310/224308.BSU32420","activation","txid224308" +"BSU_13310","BSU_06310","TnrA","BSU_06310","tnrA","gabP","TnrA","BSU_06310","subtiwiki","224308.BSU13310/224308.BSU06310","activation","txid224308" +"BSU_13310","BSU_27440","TnrA","GlnH","tnrA","glnH","TnrA","GlnH","subtiwiki","224308.BSU13310/224308.BSU27440","activation","txid224308" +"BSU_13310","BSU_27430","TnrA","GlnQ","tnrA","glnQ","TnrA","GlnQ","subtiwiki","224308.BSU13310/224308.BSU27430","activation","txid224308" +"BSU_13310","BSU_36910","TnrA","BSU_36910","tnrA","ywlG","TnrA","BSU_36910","subtiwiki","224308.BSU13310/224308.BSU36910","repression","txid224308" +"BSU_13310","BSU_36920","TnrA","BSU_36920","tnrA","ywlF","TnrA","BSU_36920","subtiwiki","224308.BSU13310/224308.BSU36920","repression","txid224308" +"BSU_13310","BSU_27460","TnrA","GlnP","tnrA","glnP","TnrA","GlnP","subtiwiki","224308.BSU13310/224308.BSU27460","activation","txid224308" +"BSU_13310","BSU_27450","TnrA","GlnM","tnrA","glnM","TnrA","GlnM","subtiwiki","224308.BSU13310/224308.BSU27450","activation","txid224308" +"BSU_13310","BSU_28270","TnrA","LeuB","tnrA","leuB","TnrA","LeuB","subtiwiki","224308.BSU13310/224308.BSU28270","repression","txid224308" +"BSU_13310","BSU_28310","TnrA","IlvB","tnrA","ilvB","TnrA","IlvB","subtiwiki","224308.BSU13310/224308.BSU28310","repression","txid224308" +"BSU_13310","BSU_28260","TnrA","LeuC","tnrA","leuC","TnrA","LeuC","subtiwiki","224308.BSU13310/224308.BSU28260","repression","txid224308" +"BSU_13310","BSU_28280","TnrA","BSU_28280","tnrA","leuA","TnrA","BSU_28280","subtiwiki","224308.BSU13310/224308.BSU28280","repression","txid224308" +"BSU_13310","BSU_28290","TnrA","IlvC","tnrA","ilvC","TnrA","IlvC","subtiwiki","224308.BSU13310/224308.BSU28290","repression","txid224308" +"BSU_13310","BSU_28300","TnrA","IlvH","tnrA","ilvH","TnrA","IlvH","subtiwiki","224308.BSU13310/224308.BSU28300","repression","txid224308" +"BSU_13310","BSU_28250","TnrA","LeuD","tnrA","leuD","TnrA","LeuD","subtiwiki","224308.BSU13310/224308.BSU28250","repression","txid224308" +"BSU_13310","BSU_03290","TnrA","NasE","tnrA","nasE","TnrA","NasE","subtiwiki","224308.BSU13310/224308.BSU03290","activation","txid224308" +"BSU_13310","BSU_03280","TnrA","NasF","tnrA","nasF","TnrA","NasF","subtiwiki","224308.BSU13310/224308.BSU03280","activation","txid224308" +"BSU_13310","BSU_03320","TnrA","NasB","tnrA","nasB","TnrA","NasB","subtiwiki","224308.BSU13310/224308.BSU03320","activation","txid224308" +"BSU_13310","BSU_03300","TnrA","NasD","tnrA","nasD","TnrA","NasD","subtiwiki","224308.BSU13310/224308.BSU03300","activation","txid224308" +"BSU_13310","BSU_03310","TnrA","NasC","tnrA","nasC","TnrA","NasC","subtiwiki","224308.BSU13310/224308.BSU03310","activation","txid224308" +"BSU_13310","BSU_11470","TnrA","OppF","tnrA","oppF","TnrA","OppF","subtiwiki","224308.BSU13310/224308.BSU11470","activation","txid224308" +"BSU_13310","BSU_11381","TnrA","AppA/1","tnrA","appA/1","TnrA","AppA/1","subtiwiki","224308.BSU13310/224308.BSU11381","activation","txid224308" +"BSU_13310","BSU_11440","TnrA","OppB","tnrA","oppB","TnrA","OppB","subtiwiki","224308.BSU13310/224308.BSU11440","activation","txid224308" +"BSU_13310","BSU_11360","TnrA","AppD","tnrA","appD","TnrA","AppD","subtiwiki","224308.BSU13310/224308.BSU11360","activation","txid224308" +"BSU_13310","BSU_11450","TnrA","OppC","tnrA","oppC","TnrA","OppC","subtiwiki","224308.BSU13310/224308.BSU11450","activation","txid224308" +"BSU_13310","BSU_11370","TnrA","AppF","tnrA","appF","TnrA","AppF","subtiwiki","224308.BSU13310/224308.BSU11370","activation","txid224308" +"BSU_13310","BSU_11382","TnrA","AppA/2","tnrA","appA/2","TnrA","AppA/2","subtiwiki","224308.BSU13310/224308.BSU11382","activation","txid224308" +"BSU_13310","BSU_11390","TnrA","AppB","tnrA","appB","TnrA","AppB","subtiwiki","224308.BSU13310/224308.BSU11390","activation","txid224308" +"BSU_13310","BSU_11430","TnrA","OppA","tnrA","oppA","TnrA","OppA","subtiwiki","224308.BSU13310/224308.BSU11430","activation","txid224308" +"BSU_13310","BSU_11400","TnrA","AppC","tnrA","appC","TnrA","AppC","subtiwiki","224308.BSU13310/224308.BSU11400","activation","txid224308" +"BSU_13310","BSU_19580","TnrA","BSU_19580","tnrA","yodF","TnrA","BSU_19580","subtiwiki","224308.BSU13310/224308.BSU19580","repression","txid224308" +"BSU_13310","BSU_19579","TnrA","BSU_19579","tnrA","yoyD","TnrA","BSU_19579","subtiwiki","224308.BSU13310/224308.BSU19579","repression","txid224308" +"BSU_13310","BSU_11460","TnrA","OppD","tnrA","oppD","TnrA","OppD","subtiwiki","224308.BSU13310/224308.BSU11460","activation","txid224308" +"BSU_13310","BSU_32450","TnrA","BSU_32450","tnrA","pucL","TnrA","BSU_32450","subtiwiki","224308.BSU13310/224308.BSU32450","activation","txid224308" +"BSU_13310","BSU_32440","TnrA","BSU_32440","tnrA","pucK","TnrA","BSU_32440","subtiwiki","224308.BSU13310/224308.BSU32440","activation","txid224308" +"BSU_13310","BSU_32430","TnrA","BSU_32430","tnrA","pucJ","TnrA","BSU_32430","subtiwiki","224308.BSU13310/224308.BSU32430","activation","txid224308" +"BSU_13310","BSU_18440","TnrA","GltB","tnrA","gltB","TnrA","GltB","subtiwiki","224308.BSU13310/224308.BSU18440","repression","txid224308" +"BSU_13310","BSU_32460","TnrA","BSU_32460","tnrA","pucM","TnrA","BSU_32460","subtiwiki","224308.BSU13310/224308.BSU32460","activation","txid224308" +"BSU_13310","BSU_18450","TnrA","GltA","tnrA","gltA","TnrA","GltA","subtiwiki","224308.BSU13310/224308.BSU18450","repression","txid224308" +"BSU_13310","BSU_33460","TnrA","BSU_33460","tnrA","yvgT","TnrA","BSU_33460","subtiwiki","224308.BSU13310/224308.BSU33460","repression","txid224308" +"BSU_13310","BSU_07560","TnrA","Pel","tnrA","pel","TnrA","Pel","subtiwiki","224308.BSU13310/224308.BSU07560","repression","txid224308" +"BSU_13310","BSU_17460","TnrA","GlnA","tnrA","glnA","TnrA","GlnA","subtiwiki","224308.BSU13310/224308.BSU17460","repression","txid224308" +"BSU_13310","BSU_17450","TnrA","GlnR","tnrA","glnR","TnrA","GlnR","subtiwiki","224308.BSU13310/224308.BSU17450","repression","txid224308" +"BSU_13310","BSU_35490","TnrA","DegU","tnrA","degU","TnrA","DegU","subtiwiki","224308.BSU13310/224308.BSU35490","repression","txid224308" +"BSU_13310","BSU_35500","TnrA","DegS","tnrA","degS","TnrA","DegS","subtiwiki","224308.BSU13310/224308.BSU35500","repression","txid224308" +"BSU_13310","BSU_37930","TnrA","BSU_37930","tnrA","ywdK","TnrA","BSU_37930","subtiwiki","224308.BSU13310/224308.BSU37930","repression","txid224308" +"BSU_13310","BSU_37950","TnrA","YwdI","tnrA","ywdI","TnrA","YwdI","subtiwiki","224308.BSU13310/224308.BSU37950","repression","txid224308" +"BSU_13310","BSU_37940","TnrA","BSU_37940","tnrA","ywdJ","TnrA","BSU_37940","subtiwiki","224308.BSU13310/224308.BSU37940","repression","txid224308" +"BSU_13310","BSU_14860","TnrA","PycA","tnrA","pycA","TnrA","PycA","subtiwiki","224308.BSU13310/224308.BSU14860","repression","txid224308" +"BSU_13310","BSU_14850","TnrA","FtsW","tnrA","ftsW","TnrA","FtsW","subtiwiki","224308.BSU13310/224308.BSU14850","repression","txid224308" +"BSU_13310","BSU_13330","TnrA","BSU_13330","tnrA","ykoL","TnrA","BSU_13330","subtiwiki","224308.BSU13310/224308.BSU13330","activation","txid224308" +"BSU_13310","BSU_13320","TnrA","BSU_13320","tnrA","ykzB","TnrA","BSU_13320","subtiwiki","224308.BSU13310/224308.BSU13320","activation","txid224308" +"BSU_13310","BSU_40480","TnrA","BSU_40480","tnrA","yycB","TnrA","BSU_40480","subtiwiki","224308.BSU13310/224308.BSU40480","repression","txid224308" +"BSU_13310","BSU_40470","TnrA","BSU_40470","tnrA","yycC","TnrA","BSU_40470","subtiwiki","224308.BSU13310/224308.BSU40470","repression","txid224308" +"BSU_13310","BSU_13310","TnrA","TnrA","tnrA","tnrA","TnrA","TnrA","subtiwiki","224308.BSU13310/224308.BSU13310","activation","txid224308" +"BSU_22770","BSU_22650","MtrB","BSU_22650","mtrB","trpF","MtrB","BSU_22650","subtiwiki","224308.BSU22770/224308.BSU22650","transcription termination","txid224308" +"BSU_22770","BSU_22600","MtrB","AroA","mtrB","aroE","MtrB","AroE","subtiwiki","224308.BSU22770/224308.BSU22600","transcription termination","txid224308" +"BSU_22770","BSU_22630","MtrB","TrpA","mtrB","trpA","MtrB","TrpA","subtiwiki","224308.BSU22770/224308.BSU22630","transcription termination","txid224308" +"BSU_22770","BSU_22660","MtrB","BSU_22660","mtrB","trpC","MtrB","BSU_22660","subtiwiki","224308.BSU22770/224308.BSU22660","transcription termination","txid224308" +"BSU_22770","BSU_22620","MtrB","HisC","mtrB","hisC","MtrB","HisC","subtiwiki","224308.BSU22770/224308.BSU22620","transcription termination","txid224308" +"BSU_22770","BSU_22680","MtrB","TrpE","mtrB","trpE","MtrB","TrpE","subtiwiki","224308.BSU22770/224308.BSU22680","transcription termination","txid224308" +"BSU_22770","BSU_22610","MtrB","TyrA","mtrB","tyrA","MtrB","TyrA","subtiwiki","224308.BSU22770/224308.BSU22610","transcription termination","txid224308" +"BSU_22770","BSU_22640","MtrB","TrpB","mtrB","trpB","MtrB","TrpB","subtiwiki","224308.BSU22770/224308.BSU22640","transcription termination","txid224308" +"BSU_22770","BSU_22670","MtrB","BSU_22670","mtrB","trpD","MtrB","BSU_22670","subtiwiki","224308.BSU22770/224308.BSU22670","transcription termination","txid224308" +"BSU_25490","BSU_25460","HrcA","DnaJ","hrcA","dnaJ","HrcA","DnaJ","subtiwiki","224308.BSU25490/224308.BSU25460","repression","txid224308" +"BSU_25490","BSU_25440","HrcA","BSU_25440","hrcA","yqeU","HrcA","BSU_25440","subtiwiki","224308.BSU25490/224308.BSU25440","repression","txid224308" +"BSU_25490","BSU_25430","HrcA","YqeV","hrcA","yqeV","HrcA","YqeV","subtiwiki","224308.BSU25490/224308.BSU25430","repression","txid224308" +"BSU_25490","BSU_25450","HrcA","YqeT","hrcA","yqeT","HrcA","YqeT","subtiwiki","224308.BSU25490/224308.BSU25450","repression","txid224308" +"BSU_25490","BSU_25480","HrcA","GrpE","hrcA","grpE","HrcA","GrpE","subtiwiki","224308.BSU25490/224308.BSU25480","repression","txid224308" +"BSU_25490","BSU_25470","HrcA","DnaK","hrcA","dnaK","HrcA","DnaK","subtiwiki","224308.BSU25490/224308.BSU25470","repression","txid224308" +"BSU_25490","BSU_06020","HrcA","GroES","hrcA","groES","HrcA","GroES","subtiwiki","224308.BSU25490/224308.BSU06020","repression","txid224308" +"BSU_25490","BSU_06030","HrcA","GroEL","hrcA","groEL","HrcA","GroEL","subtiwiki","224308.BSU25490/224308.BSU06030","repression","txid224308" +"BSU_25490","BSU_25490","HrcA","HrcA","hrcA","hrcA","HrcA","HrcA","subtiwiki","224308.BSU25490/224308.BSU25490","repression","txid224308" +"BSU_15880","BSU_15920","FapR","AcpA","fapR","acpA","FapR","AcpA","subtiwiki","224308.BSU15880/224308.BSU15920","repression","txid224308" +"BSU_15880","BSU_09540","FapR","BSU_09540","fapR","plsC","FapR","BSU_09540","subtiwiki","224308.BSU15880/224308.BSU09540","repression","txid224308" +"BSU_15880","BSU_09530","FapR","BSU_09530","fapR","yhdN","FapR","BSU_09530","subtiwiki","224308.BSU15880/224308.BSU09530","repression","txid224308" +"BSU_15880","BSU_11330","FapR","FabHA","fapR","fabHA","FapR","FabHA","subtiwiki","224308.BSU15880/224308.BSU11330","repression","txid224308" +"BSU_15880","BSU_11340","FapR","FabF","fapR","fabF","FapR","FabF","subtiwiki","224308.BSU15880/224308.BSU11340","repression","txid224308" +"BSU_15880","BSU_11720","FapR","FabI","fapR","fabI","FapR","FabI","subtiwiki","224308.BSU15880/224308.BSU11720","repression","txid224308" +"BSU_15880","BSU_15890","FapR","PlsX","fapR","plsX","FapR","PlsX","subtiwiki","224308.BSU15880/224308.BSU15890","repression","txid224308" +"BSU_15880","BSU_15910","FapR","FabG","fapR","fabG","FapR","FabG","subtiwiki","224308.BSU15880/224308.BSU15910","repression","txid224308" +"BSU_15880","BSU_15900","FapR","FabD","fapR","fabD","FapR","FabD","subtiwiki","224308.BSU15880/224308.BSU15900","repression","txid224308" +"BSU_15880","BSU_10170","FapR","FabHB","fapR","fabHB","FapR","FabHB","subtiwiki","224308.BSU15880/224308.BSU10170","repression","txid224308" +"BSU_15880","BSU_15880","FapR","FapR","fapR","fapR","FapR","FapR","subtiwiki","224308.BSU15880/224308.BSU15880","repression","txid224308" +"BSU_03750","BSU_40490","YclJ","BSU_40490","yclJ","yycA","YclJ","BSU_40490","subtiwiki","224308.BSU03750/224308.BSU40490","activation","txid224308" +"BSU_03750","BSU_03730","YclJ","YclH","yclJ","yclH","YclJ","YclH","subtiwiki","224308.BSU03750/224308.BSU03730","activation","txid224308" +"BSU_03750","BSU_03740","YclJ","YclI","yclJ","yclI","YclJ","YclI","subtiwiki","224308.BSU03750/224308.BSU03740","activation","txid224308" +"BSU_03750","BSU_12880","YclJ","BSU_12880","yclJ","ykcB","YclJ","BSU_12880","subtiwiki","224308.BSU03750/224308.BSU12880","activation","txid224308" +"BSU_03750","BSU_12890","YclJ","YkcC","yclJ","ykcC","YclJ","YkcC","subtiwiki","224308.BSU03750/224308.BSU12890","activation","txid224308" +"BSU_03750","BSU_07990","YclJ","BSU_07990","yclJ","yfjR","YclJ","BSU_07990","subtiwiki","224308.BSU03750/224308.BSU07990","activation","txid224308" +"BSU_03750","BSU_18180","YclJ","YngB","yclJ","yngB","YclJ","YngB","subtiwiki","224308.BSU03750/224308.BSU18180","activation","txid224308" +"BSU_03750","BSU_18170","YclJ","BSU_18170","yclJ","yngA","YclJ","BSU_18170","subtiwiki","224308.BSU03750/224308.BSU18170","activation","txid224308" +"BSU_03750","BSU_18190","YclJ","BSU_18190","yclJ","uptA","YclJ","BSU_18190","subtiwiki","224308.BSU03750/224308.BSU18190","activation","txid224308" +"BSU_03890","BSU_03890","GabR","GabR","gabR","gabR","GabR","GabR","subtiwiki","224308.BSU03890/224308.BSU03890","negative autoregulation","txid224308" +"BSU_03890","BSU_03900","GabR","BSU_03900","gabR","gabT","GabR","BSU_03900","subtiwiki","224308.BSU03890/224308.BSU03900","activation","txid224308" +"BSU_03890","BSU_03910","GabR","GabD","gabR","gabD","GabR","GabD","subtiwiki","224308.BSU03890/224308.BSU03910","activation","txid224308" +"BSU_33520","BSU_19880","CsoR","BSU_19880","csoR","yotH","CsoR","BSU_19880","subtiwiki","224308.BSU33520/224308.BSU19880","repression","txid224308" +"BSU_33520","BSU_19830","CsoR","BSU_19830","csoR","yotM","CsoR","BSU_19830","subtiwiki","224308.BSU33520/224308.BSU19830","repression","txid224308" +"BSU_33520","BSU_19970","CsoR","BSU_19970","csoR","yosX","CsoR","BSU_19970","subtiwiki","224308.BSU33520/224308.BSU19970","repression","txid224308" +"BSU_33520","BSU_19850","CsoR","BSU_19850","csoR","yotK","CsoR","BSU_19850","subtiwiki","224308.BSU33520/224308.BSU19850","repression","txid224308" +"BSU_33520","BSU_19870","CsoR","BSU_19870","csoR","yotI","CsoR","BSU_19870","subtiwiki","224308.BSU33520/224308.BSU19870","repression","txid224308" +"BSU_33520","BSU_19900","CsoR","BSU_19900","csoR","yotF","CsoR","BSU_19900","subtiwiki","224308.BSU33520/224308.BSU19900","repression","txid224308" +"BSU_33520","BSU_19910","CsoR","BSU_19910","csoR","yotE","CsoR","BSU_19910","subtiwiki","224308.BSU33520/224308.BSU19910","repression","txid224308" +"BSU_33520","BSU_19930","CsoR","BSU_19930","csoR","yotC","CsoR","BSU_19930","subtiwiki","224308.BSU33520/224308.BSU19930","repression","txid224308" +"BSU_33520","BSU_19920","CsoR","BSU_19920","csoR","yotD","CsoR","BSU_19920","subtiwiki","224308.BSU33520/224308.BSU19920","repression","txid224308" +"BSU_33520","BSU_19820","CsoR","SprB","csoR","sprB","CsoR","SprB","subtiwiki","224308.BSU33520/224308.BSU19820","repression","txid224308" +"BSU_33520","BSU_19890","CsoR","BSU_19890","csoR","yotG","CsoR","BSU_19890","subtiwiki","224308.BSU33520/224308.BSU19890","repression","txid224308" +"BSU_33520","BSU_19940","CsoR","BSU_19940","csoR","yotB","CsoR","BSU_19940","subtiwiki","224308.BSU33520/224308.BSU19940","repression","txid224308" +"BSU_33520","BSU_19860","CsoR","BSU_19860","csoR","yotJ","CsoR","BSU_19860","subtiwiki","224308.BSU33520/224308.BSU19860","repression","txid224308" +"BSU_33520","BSU_33500","CsoR","CopA","csoR","copA","CsoR","CopA","subtiwiki","224308.BSU33520/224308.BSU33500","repression","txid224308" +"BSU_33520","BSU_33510","CsoR","CopZ","csoR","copZ","CsoR","CopZ","subtiwiki","224308.BSU33520/224308.BSU33510","repression","txid224308" +"BSU_05420","BSU_05430","YdfI","BSU_05430","ydfI","ydfJ","YdfI","BSU_05430","subtiwiki","224308.BSU05420/224308.BSU05430","activation","txid224308" +"BSU_36300","BSU_36300","GlcR","GlcR","glcR","glcR","GlcR","GlcR","subtiwiki","224308.BSU36300/224308.BSU36300","repression","txid224308" +"BSU_36300","BSU_36290","GlcR","BSU_36290","glcR","phoC","GlcR","BSU_36290","subtiwiki","224308.BSU36300/224308.BSU36290","repression","txid224308" +"BSU_07590","BSU_07610","CitT","BSU_07610","citT","citM","CitT","BSU_07610","subtiwiki","224308.BSU07590/224308.BSU07610","activation","txid224308" +"BSU_07590","BSU_07620","CitT","BSU_07620","citT","yflN","CitT","BSU_07620","subtiwiki","224308.BSU07590/224308.BSU07620","activation","txid224308" +"BSU_36020","BSU_36010","AlsR","AlsS","alsR","alsS","AlsR","AlsS","subtiwiki","224308.BSU36020/224308.BSU36010","activation","txid224308" +"BSU_36020","BSU_36000","AlsR","BSU_36000","alsR","alsD","AlsR","BSU_36000","subtiwiki","224308.BSU36020/224308.BSU36000","activation","txid224308" +"BSU_08100","BSU_08090","AcoR","AcoL","acoR","acoL","AcoR","AcoL","subtiwiki","224308.BSU08100/224308.BSU08090","activation","txid224308" +"BSU_08100","BSU_08070","AcoR","AcoB","acoR","acoB","AcoR","AcoB","subtiwiki","224308.BSU08100/224308.BSU08070","activation","txid224308" +"BSU_08100","BSU_08080","AcoR","AcoC","acoR","acoC","AcoR","AcoC","subtiwiki","224308.BSU08100/224308.BSU08080","activation","txid224308" +"BSU_08100","BSU_08060","AcoR","AcoA","acoR","acoA","AcoR","AcoA","subtiwiki","224308.BSU08100/224308.BSU08060","activation","txid224308" +"BSU_09380","new_1399409_1400187","NsrR","new_1399409_1400187","nsrR","S477","NsrR","new_1399409_1400187","subtiwiki","224308.BSU09380/224308.new13994091400187","repression","txid224308" +"BSU_09380","BSU_13360","NsrR","BSU_13360","nsrR","ykoP","NsrR","BSU_13360","subtiwiki","224308.BSU09380/224308.BSU13360","repression","txid224308" +"BSU_09380","BSU_37320","NsrR","NarK","nsrR","narK","NsrR","NarK","subtiwiki","224308.BSU09380/224308.BSU37320","repression","txid224308" +"BSU_09380","BSU_13040","NsrR","BSU_13040","nsrR","hmp","NsrR","BSU_13040","subtiwiki","224308.BSU09380/224308.BSU13040","repression","txid224308" +"BSU_09380","BSU_37310","NsrR","BSU_37310","nsrR","fnr","NsrR","BSU_37310","subtiwiki","224308.BSU09380/224308.BSU37310","repression","txid224308" +"BSU_09380","BSU_14160","NsrR","BSU_14160","nsrR","ykuO","NsrR","BSU_14160","subtiwiki","224308.BSU09380/224308.BSU14160","repression","txid224308" +"BSU_09380","BSU_14150","NsrR","YkuN","nsrR","ykuN","NsrR","YkuN","subtiwiki","224308.BSU09380/224308.BSU14150","repression","txid224308" +"BSU_09380","BSU_14170","NsrR","YkuP","nsrR","ykuP","NsrR","YkuP","subtiwiki","224308.BSU09380/224308.BSU14170","repression","txid224308" +"BSU_09380","BSU_03300","NsrR","NasD","nsrR","nasD","NsrR","NasD","subtiwiki","224308.BSU09380/224308.BSU03300","repression","txid224308" +"BSU_09380","BSU_03290","NsrR","NasE","nsrR","nasE","NsrR","NasE","subtiwiki","224308.BSU09380/224308.BSU03290","repression","txid224308" +"BSU_09380","BSU_03310","NsrR","NasC","nsrR","nasC","NsrR","NasC","subtiwiki","224308.BSU09380/224308.BSU03310","repression","txid224308" +"BSU_09380","BSU_03320","NsrR","NasB","nsrR","nasB","NsrR","NasB","subtiwiki","224308.BSU09380/224308.BSU03320","repression","txid224308" +"BSU_09380","BSU_03280","NsrR","NasF","nsrR","nasF","NsrR","NasF","subtiwiki","224308.BSU09380/224308.BSU03280","repression","txid224308" +"BSU_18000","BSU_28410","CitB","GerE","citB","gerE","CitB","GerE","subtiwiki","224308.BSU18000/224308.BSU28410","mRNA stability control","txid224308" +"BSU_18000","BSU_38150","CitB","QoxC","citB","qoxC","CitB","QoxC","subtiwiki","224308.BSU18000/224308.BSU38150","translation control","txid224308" +"BSU_18000","BSU_38170","CitB","QoxA","citB","qoxA","CitB","QoxA","subtiwiki","224308.BSU18000/224308.BSU38170","translation control","txid224308" +"BSU_18000","BSU_38160","CitB","QoxB","citB","qoxB","CitB","QoxB","subtiwiki","224308.BSU18000/224308.BSU38160","translation control","txid224308" +"BSU_18000","BSU_38140","CitB","QoxD","citB","qoxD","CitB","QoxD","subtiwiki","224308.BSU18000/224308.BSU38140","translation control","txid224308" +"BSU_18000","BSU_29120","CitB","Mdh","citB","mdh","CitB","Mdh","subtiwiki","224308.BSU18000/224308.BSU29120","mRNA stability control","txid224308" +"BSU_18000","BSU_29130","CitB","Icd","citB","icd","CitB","Icd","subtiwiki","224308.BSU18000/224308.BSU29130","mRNA stability control","txid224308" +"BSU_18000","BSU_29140","CitB","CitZ","citB","citZ","CitB","CitZ","subtiwiki","224308.BSU18000/224308.BSU29140","mRNA stability control","txid224308" +"BSU_09520","BSU_27180","SigM","BSU_27180","sigM","yrhH","SigM","BSU_27180","subtiwiki","224308.BSU09520/224308.BSU27180","sigma factor","txid224308" +"BSU_09520","BSU_18190","SigM","BSU_18190","sigM","uptA","SigM","BSU_18190","subtiwiki","224308.BSU09520/224308.BSU18190","sigma factor","txid224308" +"BSU_09520","BSU_35850","SigM","YwtE","sigM","ywtE","SigM","YwtE","subtiwiki","224308.BSU09520/224308.BSU35850","sigma factor","txid224308" +"BSU_09520","BSU_00720","SigM","YacD","sigM","yacD","SigM","YacD","subtiwiki","224308.BSU09520/224308.BSU00720","sigma factor","txid224308" +"BSU_09520","BSU_00730","SigM","CysK","sigM","cysK","SigM","CysK","subtiwiki","224308.BSU09520/224308.BSU00730","sigma factor","txid224308" +"BSU_09520","BSU_03240","SigM","BSU_03240","sigM","ycgQ","SigM","BSU_03240","subtiwiki","224308.BSU09520/224308.BSU03240","sigma factor","txid224308" +"BSU_09520","BSU_27650","SigM","SecDF","sigM","secDF","SigM","SecDF","subtiwiki","224308.BSU09520/224308.BSU27650","sigma factor","txid224308" +"BSU_09520","BSU_03250","SigM","YcgR","sigM","ycgR","SigM","YcgR","subtiwiki","224308.BSU09520/224308.BSU03250","sigma factor","txid224308" +"BSU_09520","BSU_27660","SigM","ComN","sigM","comN","SigM","ComN","subtiwiki","224308.BSU09520/224308.BSU27660","sigma factor","txid224308" +"BSU_09520","BSU_22310","SigM","RecU","sigM","recU","SigM","RecU","subtiwiki","224308.BSU09520/224308.BSU22310","sigma factor","txid224308" +"BSU_09520","BSU_22320","SigM","PonA","sigM","ponA","SigM","PonA","subtiwiki","224308.BSU09520/224308.BSU22320","sigma factor","txid224308" +"BSU_09520","BSU_11490","SigM","BSU_11490","sigM","yjbC","SigM","BSU_11490","subtiwiki","224308.BSU09520/224308.BSU11490","sigma factor","txid224308" +"BSU_09520","BSU_00700","SigM","CoaX","sigM","coaX","SigM","CoaX","subtiwiki","224308.BSU09520/224308.BSU00700","sigma factor","txid224308" +"BSU_09520","BSU_00710","SigM","HslO","sigM","yacC","SigM","YacC","subtiwiki","224308.BSU09520/224308.BSU00710","sigma factor","txid224308" +"BSU_09520","BSU_00910","SigM","IspF","sigM","ispF","SigM","IspF","subtiwiki","224308.BSU09520/224308.BSU00910","sigma factor","txid224308" +"BSU_09520","BSU_00890","SigM","YacL","sigM","yacL","SigM","YacL","subtiwiki","224308.BSU09520/224308.BSU00890","sigma factor","txid224308" +"BSU_09520","BSU_00900","SigM","BSU_00900","sigM","ispD","SigM","BSU_00900","subtiwiki","224308.BSU09520/224308.BSU00900","sigma factor","txid224308" +"BSU_09520","BSU_36530","SigM","BcrC","sigM","bcrC","SigM","BcrC","subtiwiki","224308.BSU09520/224308.BSU36530","sigma factor","txid224308" +"BSU_09520","BSU_04230","SigM","BSU_04230","sigM","amj","SigM","BSU_04230","subtiwiki","224308.BSU09520/224308.BSU04230","sigma factor","txid224308" +"BSU_09520","BSU_14480","SigM","Abh","sigM","abh","SigM","Abh","subtiwiki","224308.BSU09520/224308.BSU14480","sigma factor","txid224308" +"BSU_09520","BSU_04570","SigM","MurF","sigM","murF","SigM","MurF","subtiwiki","224308.BSU09520/224308.BSU04570","sigma factor","txid224308" +"BSU_09520","BSU_04560","SigM","BSU_04560","sigM","ddl","SigM","BSU_04560","subtiwiki","224308.BSU09520/224308.BSU04560","sigma factor","txid224308" +"BSU_09520","BSU_38480","SigM","RelQ","sigM","sasA","SigM","RelQ","subtiwiki","224308.BSU09520/224308.BSU38480","sigma factor","txid224308" +"BSU_09520","BSU_22980","SigM","BSU_22980","sigM","ypbG","SigM","BSU_22980","subtiwiki","224308.BSU09520/224308.BSU22980","sigma factor","txid224308" +"BSU_09520","BSU_23300","SigM","BSU_23300","sigM","ypuD","SigM","BSU_23300","subtiwiki","224308.BSU09520/224308.BSU23300","sigma factor","txid224308" +"BSU_09520","BSU_16950","SigM","BSU_16950","sigM","pbpX","SigM","BSU_16950","subtiwiki","224308.BSU09520/224308.BSU16950","sigma factor","txid224308" +"BSU_09520","BSU_23830","SigM","BSU_23830","sigM","yqjL","SigM","BSU_23830","subtiwiki","224308.BSU09520/224308.BSU23830","sigma factor","txid224308" +"BSU_09520","BSU_07260","SigM","LtaSA","sigM","yfnI","SigM","YfnI","subtiwiki","224308.BSU09520/224308.BSU07260","sigma factor","txid224308" +"BSU_09520","BSU_38250","SigM","BSU_38250","sigM","ywbO","SigM","BSU_38250","subtiwiki","224308.BSU09520/224308.BSU38250","sigma factor","txid224308" +"BSU_09520","BSU_38260","SigM","EfeB","sigM","efeB","SigM","EfeB","subtiwiki","224308.BSU09520/224308.BSU38260","sigma factor","txid224308" +"BSU_09520","BSU_36540","SigM","BSU_36540","sigM","ywnJ","SigM","BSU_36540","subtiwiki","224308.BSU09520/224308.BSU36540","sigma factor","txid224308" +"BSU_09520","BSU_30510","SigM","BSU_30510","sigM","ytpA","SigM","BSU_30510","subtiwiki","224308.BSU09520/224308.BSU30510","sigma factor","txid224308" +"BSU_09520","BSU_38120","SigM","RodA","sigM","rodA","SigM","RodA","subtiwiki","224308.BSU09520/224308.BSU38120","sigma factor","txid224308" +"BSU_09520","BSU_36380","SigM","BSU_36380","sigM","rapD","SigM","BSU_36380","subtiwiki","224308.BSU09520/224308.BSU36380","sigma factor","txid224308" +"BSU_09520","BSU_27020","SigM","BSU_27020","sigM","yraA","SigM","BSU_27020","subtiwiki","224308.BSU09520/224308.BSU27020","sigma factor","txid224308" +"BSU_09520","BSU_21910","SigM","BSU_21910","sigM","metA","SigM","BSU_21910","subtiwiki","224308.BSU09520/224308.BSU21910","sigma factor","txid224308" +"BSU_09520","BSU_09500","SigM","YhdK","sigM","yhdK","SigM","YhdK","subtiwiki","224308.BSU09520/224308.BSU09500","sigma factor","txid224308" +"BSU_09520","BSU_09510","SigM","YhdL","sigM","yhdL","SigM","YhdL","subtiwiki","224308.BSU09520/224308.BSU09510","sigma factor","txid224308" +"BSU_09520","BSU_35840","SigM","TagT","sigM","tagT","SigM","TagT","subtiwiki","224308.BSU09520/224308.BSU35840","sigma factor","txid224308" +"BSU_09520","BSU_11500","SigM","SpxA","sigM","spx","SigM","Spx","subtiwiki","224308.BSU09520/224308.BSU11500","sigma factor","txid224308" +"BSU_09520","BSU_35650","SigM","TagU","sigM","tagU","SigM","TagU","subtiwiki","224308.BSU09520/224308.BSU35650","sigma factor","txid224308" +"BSU_09520","BSU_00580","SigM","BSU_00580","sigM","yabN","SigM","BSU_00580","subtiwiki","224308.BSU09520/224308.BSU00580","sigma factor","txid224308" +"BSU_09520","BSU_00630","SigM","YabR","sigM","yabR","SigM","YabR","subtiwiki","224308.BSU09520/224308.BSU00630","sigma factor","txid224308" +"BSU_09520","BSU_00610","SigM","BSU_00610","sigM","shfA","SigM","BSU_00610","subtiwiki","224308.BSU09520/224308.BSU00610","sigma factor","txid224308" +"BSU_09520","BSU_00600","SigM","BSU_00600","sigM","yabP","SigM","BSU_00600","subtiwiki","224308.BSU09520/224308.BSU00600","sigma factor","txid224308" +"BSU_09520","BSU_00620","SigM","DivIC","sigM","divIC","SigM","DivIC","subtiwiki","224308.BSU09520/224308.BSU00620","sigma factor","txid224308" +"BSU_09520","BSU_00590","SigM","HslR","sigM","rqcP","SigM","RqcP","subtiwiki","224308.BSU09520/224308.BSU00590","sigma factor","txid224308" +"BSU_09520","BSU_00570","SigM","BSU_00570","sigM","yabM","SigM","BSU_00570","subtiwiki","224308.BSU09520/224308.BSU00570","sigma factor","txid224308" +"BSU_09520","BSU_00830","SigM","CtsR","sigM","ctsR","SigM","CtsR","subtiwiki","224308.BSU09520/224308.BSU00830","sigma factor","txid224308" +"BSU_09520","BSU_15260","SigM","BSU_15260","sigM","ylxX","SigM","BSU_15260","subtiwiki","224308.BSU09520/224308.BSU15260","sigma factor","txid224308" +"BSU_09520","BSU_15220","SigM","MurG","sigM","murG","SigM","MurG","subtiwiki","224308.BSU09520/224308.BSU15220","sigma factor","txid224308" +"BSU_09520","BSU_15230","SigM","MurB","sigM","murB","SigM","MurB","subtiwiki","224308.BSU09520/224308.BSU15230","sigma factor","txid224308" +"BSU_09520","BSU_00860","SigM","ClpC","sigM","clpC","SigM","ClpC","subtiwiki","224308.BSU09520/224308.BSU00860","sigma factor","txid224308" +"BSU_09520","BSU_15250","SigM","BSU_15250","sigM","ylxW","SigM","BSU_15250","subtiwiki","224308.BSU09520/224308.BSU15250","sigma factor","txid224308" +"BSU_09520","BSU_27170","SigM","BscR","sigM","fatR","SigM","FatR","subtiwiki","224308.BSU09520/224308.BSU27170","sigma factor","txid224308" +"BSU_09520","BSU_00870","SigM","RadA","sigM","radA","SigM","RadA","subtiwiki","224308.BSU09520/224308.BSU00870","sigma factor","txid224308" +"BSU_09520","BSU_00840","SigM","McsA","sigM","mcsA","SigM","McsA","subtiwiki","224308.BSU09520/224308.BSU00840","sigma factor","txid224308" +"BSU_09520","BSU_00880","SigM","DisA","sigM","disA","SigM","DisA","subtiwiki","224308.BSU09520/224308.BSU00880","sigma factor","txid224308" +"BSU_09520","BSU_15270","SigM","BSU_15270","sigM","sbp","SigM","BSU_15270","subtiwiki","224308.BSU09520/224308.BSU15270","sigma factor","txid224308" +"BSU_09520","BSU_15240","SigM","DivIB","sigM","divIB","SigM","DivIB","subtiwiki","224308.BSU09520/224308.BSU15240","sigma factor","txid224308" +"BSU_09520","BSU_00850","SigM","McsB","sigM","mcsB","SigM","McsB","subtiwiki","224308.BSU09520/224308.BSU00850","sigma factor","txid224308" +"BSU_09520","BSU_27160","SigM","CypB","sigM","yrhJ","SigM","CypB","subtiwiki","224308.BSU09520/224308.BSU27160","sigma factor","txid224308" +"BSU_09520","BSU_02920","SigM","BSU_02920","sigM","meeF","SigM","BSU_02920","subtiwiki","224308.BSU09520/224308.BSU02920","sigma factor","txid224308" +"BSU_09520","BSU_02940","SigM","YceH","sigM","yceH","SigM","YceH","subtiwiki","224308.BSU09520/224308.BSU02940","sigma factor","txid224308" +"BSU_09520","BSU_02930","SigM","BSU_02930","sigM","yceG","SigM","BSU_02930","subtiwiki","224308.BSU09520/224308.BSU02930","sigma factor","txid224308" +"BSU_09520","BSU_02910","SigM","YceE","sigM","yceE","SigM","YceE","subtiwiki","224308.BSU09520/224308.BSU02910","sigma factor","txid224308" +"BSU_09520","BSU_02890","SigM","YceC","sigM","yceC","SigM","YceC","subtiwiki","224308.BSU09520/224308.BSU02890","sigma factor","txid224308" +"BSU_09520","BSU_02900","SigM","YceD","sigM","yceD","SigM","YceD","subtiwiki","224308.BSU09520/224308.BSU02900","sigma factor","txid224308" +"BSU_09520","BSU_28010","SigM","MreD","sigM","mreD","SigM","MreD","subtiwiki","224308.BSU09520/224308.BSU28010","sigma factor","txid224308" +"BSU_09520","BSU_28000","SigM","MinC","sigM","minC","SigM","MinC","subtiwiki","224308.BSU09520/224308.BSU28000","sigma factor","txid224308" +"BSU_09520","BSU_28040","SigM","BSU_28040","sigM","radC","SigM","BSU_28040","subtiwiki","224308.BSU09520/224308.BSU28040","sigma factor","txid224308" +"BSU_09520","BSU_27990","SigM","MinD","sigM","minD","SigM","MinD","subtiwiki","224308.BSU09520/224308.BSU27990","sigma factor","txid224308" +"BSU_09520","BSU_28030","SigM","MreB","sigM","mreB","SigM","MreB","subtiwiki","224308.BSU09520/224308.BSU28030","sigma factor","txid224308" +"BSU_09520","BSU_28020","SigM","MreC","sigM","mreC","SigM","MreC","subtiwiki","224308.BSU09520/224308.BSU28020","sigma factor","txid224308" +"BSU_09520","BSU_28050","SigM","Maf","sigM","maf","SigM","Maf","subtiwiki","224308.BSU09520/224308.BSU28050","sigma factor","txid224308" +"BSU_09520","BSU_38500","SigM","DltA","sigM","dltA","SigM","DltA","subtiwiki","224308.BSU09520/224308.BSU38500","sigma factor","txid224308" +"BSU_09520","BSU_38520","SigM","DltC","sigM","dltC","SigM","DltC","subtiwiki","224308.BSU09520/224308.BSU38520","sigma factor","txid224308" +"BSU_09520","BSU_38540","SigM","BSU_38540","sigM","dltE","SigM","BSU_38540","subtiwiki","224308.BSU09520/224308.BSU38540","sigma factor","txid224308" +"BSU_09520","BSU_38499","SigM","BSU_38499","sigM","dltX","SigM","BSU_38499","subtiwiki","224308.BSU09520/224308.BSU38499","sigma factor","txid224308" +"BSU_09520","BSU_38510","SigM","DltB","sigM","dltB","SigM","DltB","subtiwiki","224308.BSU09520/224308.BSU38510","sigma factor","txid224308" +"BSU_09520","BSU_30500","SigM","BSU_30500","sigM","ytpB","SigM","BSU_30500","subtiwiki","224308.BSU09520/224308.BSU30500","sigma factor","txid224308" +"BSU_09520","BSU_38530","SigM","DltD","sigM","dltD","SigM","DltD","subtiwiki","224308.BSU09520/224308.BSU38530","sigma factor","txid224308" +"BSU_09520","BSU_21920","SigM","UgtP","sigM","ugtP","SigM","UgtP","subtiwiki","224308.BSU09520/224308.BSU21920","sigma factor","txid224308" +"BSU_09520","BSU_00680","SigM","HprT","sigM","hprT","SigM","HprT","subtiwiki","224308.BSU09520/224308.BSU00680","sigma factor","txid224308" +"BSU_09520","BSU_00670","SigM","TilS","sigM","tilS","SigM","TilS","subtiwiki","224308.BSU09520/224308.BSU00670","sigma factor","txid224308" +"BSU_09520","BSU_00690","SigM","FtsH","sigM","ftsH","SigM","FtsH","subtiwiki","224308.BSU09520/224308.BSU00690","sigma factor","txid224308" +"BSU_09520","BSU_06380","SigM","YebC","sigM","yebC","SigM","YebC","subtiwiki","224308.BSU09520/224308.BSU06380","sigma factor","txid224308" +"BSU_09520","BSU_23370","SigM","BSU_23370","sigM","ypuA","SigM","BSU_23370","subtiwiki","224308.BSU09520/224308.BSU23370","sigma factor","txid224308" +"BSU_09520","BSU_09520","SigM","SigM","sigM","sigM","SigM","SigM","subtiwiki","224308.BSU09520/224308.BSU09520","sigma factor","txid224308" +"BSU_24610","BSU_34310","SinR","BSU_34310","sinR","epsG","SinR","BSU_34310","subtiwiki","224308.BSU24610/224308.BSU34310","anti-activation","txid224308" +"BSU_24610","BSU_31450","SinR","KinB","sinR","kinB","SinR","KinB","subtiwiki","224308.BSU24610/224308.BSU31450","repression","txid224308" +"BSU_24610","BSU_31460","SinR","BSU_31460","sinR","kapB","SinR","BSU_31460","subtiwiki","224308.BSU24610/224308.BSU31460","repression","txid224308" +"BSU_24610","BSU_33400","SinR","YvgN","sinR","yvgN","SinR","YvgN","subtiwiki","224308.BSU24610/224308.BSU33400","repression","txid224308" +"BSU_24610","BSU_38360","SinR","BSU_38360","sinR","rlmQ","SinR","BSU_38360","subtiwiki","224308.BSU24610/224308.BSU38360","repression","txid224308" +"BSU_24610","BSU_34360","SinR","EpsB","sinR","epsB","SinR","EpsB","subtiwiki","224308.BSU24610/224308.BSU34360","anti-activation","txid224308" +"BSU_24610","BSU_34265","SinR","BSU_34265","sinR","epsK","SinR","BSU_34265","subtiwiki","224308.BSU24610/224308.BSU34265","anti-activation","txid224308" +"BSU_24610","BSU_34350","SinR","BSU_34350","sinR","epsC","SinR","BSU_34350","subtiwiki","224308.BSU24610/224308.BSU34350","anti-activation","txid224308" +"BSU_24610","BSU_34220","SinR","BSU_34220","sinR","epsO","SinR","BSU_34220","subtiwiki","224308.BSU24610/224308.BSU34220","anti-activation","txid224308" +"BSU_24610","BSU_34250","SinR","BSU_34250","sinR","epsL","SinR","BSU_34250","subtiwiki","224308.BSU24610/224308.BSU34250","anti-activation","txid224308" +"BSU_24610","BSU_35640","SinR","BSU_35640","sinR","lytA","SinR","BSU_35640","subtiwiki","224308.BSU24610/224308.BSU35640","repression","txid224308" +"BSU_24610","BSU_35630","SinR","BSU_35630","sinR","lytB","SinR","BSU_35630","subtiwiki","224308.BSU24610/224308.BSU35630","repression","txid224308" +"BSU_24610","BSU_35620","SinR","LytC","sinR","lytC","SinR","LytC","subtiwiki","224308.BSU24610/224308.BSU35620","repression","txid224308" +"BSU_24610","BSU_34040","SinR","LutB","sinR","lutB","SinR","LutB","subtiwiki","224308.BSU24610/224308.BSU34040","repression","txid224308" +"BSU_24610","BSU_34050","SinR","LutA","sinR","lutA","SinR","LutA","subtiwiki","224308.BSU24610/224308.BSU34050","repression","txid224308" +"BSU_24610","BSU_24600","SinR","SinI","sinR","sinI","SinR","SinI","subtiwiki","224308.BSU24610/224308.BSU24600","repression","txid224308" +"BSU_24610","BSU_34030","SinR","LutC","sinR","lutC","SinR","LutC","subtiwiki","224308.BSU24610/224308.BSU34030","repression","txid224308" +"BSU_24610","BSU_15310","SinR","SpoIIGA","sinR","spoIIGA","SinR","SpoIIGA","subtiwiki","224308.BSU24610/224308.BSU15310","repression","txid224308" +"BSU_24610","BSU_15330","SinR","SigG","sinR","sigG","SinR","SigG","subtiwiki","224308.BSU24610/224308.BSU15330","repression","txid224308" +"BSU_24610","BSU_15320","SinR","SigE","sinR","sigE","SinR","SigE","subtiwiki","224308.BSU24610/224308.BSU15320","repression","txid224308" +"BSU_24610","BSU_35500","SinR","DegS","sinR","degS","SinR","DegS","subtiwiki","224308.BSU24610/224308.BSU35500","repression","txid224308" +"BSU_24610","BSU_35490","SinR","DegU","sinR","degU","SinR","DegU","subtiwiki","224308.BSU24610/224308.BSU35490","repression","txid224308" +"BSU_24610","BSU_24640","SinR","TapA","sinR","tapA","SinR","TapA","subtiwiki","224308.BSU24610/224308.BSU24640","repression","txid224308" +"BSU_24610","BSU_24620","SinR","TasA","sinR","tasA","SinR","TasA","subtiwiki","224308.BSU24610/224308.BSU24620","repression","txid224308" +"BSU_24610","BSU_24630","SinR","SipW","sinR","sipW","SinR","SipW","subtiwiki","224308.BSU24610/224308.BSU24630","repression","txid224308" +"BSU_24610","BSU_14240","SinR","Rok","sinR","rok","SinR","Rok","subtiwiki","224308.BSU24610/224308.BSU14240","repression","txid224308" +"BSU_24610","BSU_10300","SinR","AprE","sinR","aprE","SinR","AprE","subtiwiki","224308.BSU24610/224308.BSU10300","repression","txid224308" +"BSU_24610","BSU_00490","SinR","SpoVG","sinR","spoVG","SinR","SpoVG","subtiwiki","224308.BSU24610/224308.BSU00490","repression","txid224308" +"BSU_24610","BSU_23470","SinR","SpoIIAA","sinR","spoIIAA","SinR","SpoIIAA","subtiwiki","224308.BSU24610/224308.BSU23470","repression","txid224308" +"BSU_24610","BSU_23460","SinR","SpoIIAB","sinR","spoIIAB","SinR","SpoIIAB","subtiwiki","224308.BSU24610/224308.BSU23460","repression","txid224308" +"BSU_24610","BSU_23450","SinR","SigF","sinR","sigF","SinR","SigF","subtiwiki","224308.BSU24610/224308.BSU23450","repression","txid224308" +"BSU_24610","BSU_38400","SinR","BSU_38400","sinR","epr","SinR","BSU_38400","subtiwiki","224308.BSU24610/224308.BSU38400","repression","txid224308" +"BSU_24610","BSU_34380","SinR","SlrR","sinR","slrR","SinR","SlrR","subtiwiki","224308.BSU24610/224308.BSU34380","repression","txid224308" +"BSU_24610","BSU_34390","SinR","BSU_34390","sinR","pnbA","SinR","BSU_34390","subtiwiki","224308.BSU24610/224308.BSU34390","repression","txid224308" +"BSU_24610","BSU_31322","SinR","BSU_31322","sinR","yugO","SinR","BSU_31322","subtiwiki","224308.BSU24610/224308.BSU31322","repression","txid224308" +"BSU_24610","BSU_40300","SinR","RapG","sinR","rapG","SinR","RapG","subtiwiki","224308.BSU24610/224308.BSU40300","repression","txid224308" +"BSU_24610","BSU_40310","SinR","PhrG","sinR","phrG","SinR","PhrG","subtiwiki","224308.BSU24610/224308.BSU40310","repression","txid224308" +"BSU_24610","BSU_31321","SinR","BSU_31321","sinR","mstX","SinR","BSU_31321","subtiwiki","224308.BSU24610/224308.BSU31321","repression","txid224308" +"BSU_24610","BSU_09370","SinR","LytF","sinR","lytF","SinR","LytF","subtiwiki","224308.BSU24610/224308.BSU09370","repression","txid224308" +"BSU_24610","BSU_34370","SinR","EpsA","sinR","epsA","SinR","EpsA","subtiwiki","224308.BSU24610/224308.BSU34370","anti-activation","txid224308" +"BSU_24610","BSU_34290","SinR","BSU_34290","sinR","epsI","SinR","BSU_34290","subtiwiki","224308.BSU24610/224308.BSU34290","anti-activation","txid224308" +"BSU_24610","BSU_34300","SinR","BSU_34300","sinR","epsH","SinR","BSU_34300","subtiwiki","224308.BSU24610/224308.BSU34300","anti-activation","txid224308" +"BSU_24610","BSU_34320","SinR","BSU_34320","sinR","epsF","SinR","BSU_34320","subtiwiki","224308.BSU24610/224308.BSU34320","anti-activation","txid224308" +"BSU_24610","BSU_34340","SinR","BSU_34340","sinR","epsD","SinR","BSU_34340","subtiwiki","224308.BSU24610/224308.BSU34340","anti-activation","txid224308" +"BSU_24610","BSU_34330","SinR","EpsE","sinR","epsE","SinR","EpsE","subtiwiki","224308.BSU24610/224308.BSU34330","anti-activation","txid224308" +"BSU_24610","BSU_34280","SinR","BSU_34280","sinR","epsJ","SinR","BSU_34280","subtiwiki","224308.BSU24610/224308.BSU34280","anti-activation","txid224308" +"BSU_24610","BSU_34240","SinR","BSU_34240","sinR","epsM","SinR","BSU_34240","subtiwiki","224308.BSU24610/224308.BSU34240","anti-activation","txid224308" +"BSU_24610","BSU_34230","SinR","BSU_34230","sinR","epsN","SinR","BSU_34230","subtiwiki","224308.BSU24610/224308.BSU34230","anti-activation","txid224308" +"BSU_24610","BSU_24610","SinR","SinR","sinR","sinR","SinR","SinR","subtiwiki","224308.BSU24610/224308.BSU24610","repression","txid224308" +"BSU_33030","BSU_33029","YuxN","YuzO","yuxN","yirB","YuxN","YirB","subtiwiki","224308.BSU33030/224308.BSU33029","repression","txid224308" +"BSU_31680","BSU_12440","ComA","PhrA","comA","phrA","ComA","PhrA","subtiwiki","224308.BSU31680/224308.BSU12440","activation","txid224308" +"BSU_31680","BSU_12430","ComA","RapA","comA","rapA","ComA","RapA","subtiwiki","224308.BSU31680/224308.BSU12430","activation","txid224308" +"BSU_31680","BSU_37470","ComA","PhrF","comA","phrF","ComA","PhrF","subtiwiki","224308.BSU31680/224308.BSU37470","activation","txid224308" +"BSU_31680","BSU_37460","ComA","RapF","comA","rapF","ComA","RapF","subtiwiki","224308.BSU31680/224308.BSU37460","activation","txid224308" +"BSU_31680","BSU_07560","ComA","Pel","comA","pel","ComA","Pel","subtiwiki","224308.BSU31680/224308.BSU07560","activation","txid224308" +"BSU_31680","BSU_25840","ComA","BSU_25840","comA","phrE","ComA","BSU_25840","subtiwiki","224308.BSU31680/224308.BSU25840","activation","txid224308" +"BSU_31680","BSU_05010","ComA","RapI","comA","rapI","ComA","RapI","subtiwiki","224308.BSU31680/224308.BSU05010","activation","txid224308" +"BSU_31680","BSU_05020","ComA","PhrI","comA","phrI","ComA","PhrI","subtiwiki","224308.BSU31680/224308.BSU05020","activation","txid224308" +"BSU_31680","BSU_03770","ComA","RapC","comA","rapC","ComA","RapC","subtiwiki","224308.BSU31680/224308.BSU03770","activation","txid224308" +"BSU_31680","BSU_03780","ComA","PhrC","comA","phrC","ComA","PhrC","subtiwiki","224308.BSU31680/224308.BSU03780","activation","txid224308" +"BSU_31680","BSU_03480","ComA","SrfAA","comA","srfAA","ComA","SrfAA","subtiwiki","224308.BSU31680/224308.BSU03480","activation","txid224308" +"BSU_31680","BSU_03520","ComA","BSU_03520","comA","srfAD","ComA","BSU_03520","subtiwiki","224308.BSU31680/224308.BSU03520","activation","txid224308" +"BSU_31680","BSU_03500","ComA","ComS","comA","comS","ComA","ComS","subtiwiki","224308.BSU31680/224308.BSU03500","activation","txid224308" +"BSU_31680","BSU_03510","ComA","SrfAC","comA","srfAC","ComA","SrfAC","subtiwiki","224308.BSU31680/224308.BSU03510","activation","txid224308" +"BSU_31680","BSU_03490","ComA","SrfAB","comA","srfAB","ComA","SrfAB","subtiwiki","224308.BSU31680/224308.BSU03490","activation","txid224308" +"BSU_31680","BSU_03530","ComA","BSU_03530","comA","ycxA","ComA","BSU_03530","subtiwiki","224308.BSU31680/224308.BSU03530","activation","txid224308" +"BSU_31680","BSU_37480","ComA","BSU_37480","comA","ywhH","ComA","BSU_37480","subtiwiki","224308.BSU31680/224308.BSU37480","activation","txid224308" +"BSU_31680","BSU_25830","ComA","RapE","comA","rapE","ComA","RapE","subtiwiki","224308.BSU31680/224308.BSU25830","activation","txid224308" +"BSU_31680","BSU_15880","ComA","FapR","comA","fapR","ComA","FapR","subtiwiki","224308.BSU31680/224308.BSU15880","activation","txid224308" +"BSU_31680","BSU_15890","ComA","PlsX","comA","plsX","ComA","PlsX","subtiwiki","224308.BSU31680/224308.BSU15890","activation","txid224308" +"BSU_31680","BSU_15920","ComA","AcpA","comA","acpA","ComA","AcpA","subtiwiki","224308.BSU31680/224308.BSU15920","activation","txid224308" +"BSU_31680","BSU_15910","ComA","FabG","comA","fabG","ComA","FabG","subtiwiki","224308.BSU31680/224308.BSU15910","activation","txid224308" +"BSU_31680","BSU_15900","ComA","FabD","comA","fabD","ComA","FabD","subtiwiki","224308.BSU31680/224308.BSU15900","activation","txid224308" +"BSU_31680","BSU_34190","ComA","BSU_34190","comA","lutP","ComA","BSU_34190","subtiwiki","224308.BSU31680/224308.BSU34190","activation","txid224308" +"BSU_31680","BSU_31720","ComA","DegQ","comA","degQ","ComA","DegQ","subtiwiki","224308.BSU31680/224308.BSU31720","activation","txid224308" +"BSU_33010","BSU_33029","CssR","YuzO","cssR","yirB","CssR","YirB","subtiwiki","224308.BSU33010/224308.BSU33029","activation","txid224308" +"BSU_33010","BSU_12900","CssR","HtrA","cssR","htrA","CssR","HtrA","subtiwiki","224308.BSU33010/224308.BSU12900","activation","txid224308" +"BSU_33010","BSU_33000","CssR","HtrB","cssR","htrB","CssR","HtrB","subtiwiki","224308.BSU33010/224308.BSU33000","activation","txid224308" +"BSU_33010","BSU_33010","CssR","CssR","cssR","cssR","CssR","CssR","subtiwiki","224308.BSU33010/224308.BSU33010","activation","txid224308" +"BSU_33010","BSU_33020","CssR","CssS","cssR","cssS","CssR","CssS","subtiwiki","224308.BSU33010/224308.BSU33020","activation","txid224308" +"BSU_27080","BSU_27030","LevR","BSU_27030","levR","sacC","LevR","BSU_27030","subtiwiki","224308.BSU27080/224308.BSU27030","activation","txid224308" +"BSU_27080","BSU_27070","LevR","LevD","levR","levD","LevR","LevD","subtiwiki","224308.BSU27080/224308.BSU27070","activation","txid224308" +"BSU_27080","BSU_27050","LevR","LevF","levR","levF","LevR","LevF","subtiwiki","224308.BSU27080/224308.BSU27050","activation","txid224308" +"BSU_27080","BSU_27040","LevR","LevG","levR","levG","LevR","LevG","subtiwiki","224308.BSU27080/224308.BSU27040","activation","txid224308" +"BSU_27080","BSU_27060","LevR","LevE","levR","levE","LevR","LevE","subtiwiki","224308.BSU27080/224308.BSU27060","activation","txid224308" +"BSU_15090","BSU_19780","GerR","CgeA","gerR","cgeA","GerR","CgeA","subtiwiki","224308.BSU15090/224308.BSU19780","activation","txid224308" +"BSU_15090","BSU_19790","GerR","BSU_19790","gerR","cgeB","GerR","BSU_19790","subtiwiki","224308.BSU15090/224308.BSU19790","activation","txid224308" +"BSU_15090","BSU_11810","GerR","BSU_11810","gerR","spoVIF","GerR","BSU_11810","subtiwiki","224308.BSU15090/224308.BSU11810","activation","txid224308" +"BSU_15090","BSU_17670","GerR","CotU","gerR","cotU","GerR","CotU","subtiwiki","224308.BSU15090/224308.BSU17670","repression","txid224308" +"BSU_15090","BSU_11760","GerR","CotX","gerR","cotX","GerR","CotX","subtiwiki","224308.BSU15090/224308.BSU11760","activation","txid224308" +"BSU_15090","BSU_36070","GerR","CotG","gerR","cotG","GerR","CotG","subtiwiki","224308.BSU15090/224308.BSU36070","activation","txid224308" +"BSU_15090","BSU_11750","GerR","CotY","gerR","cotY","GerR","CotY","subtiwiki","224308.BSU15090/224308.BSU11750","activation","txid224308" +"BSU_15090","BSU_11740","GerR","CotZ","gerR","cotZ","GerR","CotZ","subtiwiki","224308.BSU15090/224308.BSU11740","activation","txid224308" +"BSU_15090","BSU_36060","GerR","CotH","gerR","cotH","GerR","CotH","subtiwiki","224308.BSU15090/224308.BSU36060","activation","txid224308" +"BSU_15090","BSU_36040","GerR","BSU_36040","gerR","ywrJ","GerR","BSU_36040","subtiwiki","224308.BSU15090/224308.BSU36040","activation","txid224308" +"BSU_15090","BSU_36050","GerR","CotB","gerR","cotB","GerR","CotB","subtiwiki","224308.BSU15090/224308.BSU36050","activation","txid224308" +"BSU_15470","BSU_15510","PyrR","PyrAA","pyrR","pyrAA","PyrR","PyrAA","subtiwiki","224308.BSU15470/224308.BSU15510","termination","txid224308" +"BSU_15470","BSU_15550","PyrR","PyrF","pyrR","pyrF","PyrR","PyrF","subtiwiki","224308.BSU15470/224308.BSU15550","termination","txid224308" +"BSU_15470","BSU_15530","PyrR","PyrK","pyrR","pyrK","PyrR","PyrK","subtiwiki","224308.BSU15470/224308.BSU15530","termination","txid224308" +"BSU_15470","BSU_15480","PyrR","BSU_15480","pyrR","pyrP","PyrR","BSU_15480","subtiwiki","224308.BSU15470/224308.BSU15480","termination","txid224308" +"BSU_15470","BSU_15500","PyrR","PyrC","pyrR","pyrC","PyrR","PyrC","subtiwiki","224308.BSU15470/224308.BSU15500","termination","txid224308" +"BSU_15470","BSU_15560","PyrR","PyrE","pyrR","pyrE","PyrR","PyrE","subtiwiki","224308.BSU15470/224308.BSU15560","termination","txid224308" +"BSU_15470","BSU_15520","PyrR","PyrAB","pyrR","pyrAB","PyrR","PyrAB","subtiwiki","224308.BSU15470/224308.BSU15520","termination","txid224308" +"BSU_15470","BSU_15470","PyrR","PyrR","pyrR","pyrR","PyrR","PyrR","subtiwiki","224308.BSU15470/224308.BSU15470","termination","txid224308" +"BSU_15470","BSU_15540","PyrR","PyrD","pyrR","pyrD","PyrR","PyrD","subtiwiki","224308.BSU15470/224308.BSU15540","termination","txid224308" +"BSU_15470","BSU_15490","PyrR","PyrB","pyrR","pyrB","PyrR","PyrB","subtiwiki","224308.BSU15470/224308.BSU15490","termination","txid224308" +"BSU_16600","BSU_16640","NusA","BSU_16640","nusA","ylxP","NusA","BSU_16640","subtiwiki","224308.BSU16600/224308.BSU16640","attenuation","txid224308" +"BSU_16600","BSU_16620","NusA","RplGA","nusA","rplGA","NusA","RplGA","subtiwiki","224308.BSU16600/224308.BSU16620","attenuation","txid224308" +"BSU_16600","BSU_16590","NusA","YlxS","nusA","ylxS","NusA","YlxS","subtiwiki","224308.BSU16600/224308.BSU16590","attenuation","txid224308" +"BSU_16600","BSU_16650","NusA","RbfA","nusA","rbfA","NusA","RbfA","subtiwiki","224308.BSU16600/224308.BSU16650","attenuation","txid224308" +"BSU_16600","BSU_16610","NusA","BSU_16610","nusA","rnpM","NusA","BSU_16610","subtiwiki","224308.BSU16600/224308.BSU16610","attenuation","txid224308" +"BSU_16600","BSU_16630","NusA","InfB","nusA","infB","NusA","InfB","subtiwiki","224308.BSU16600/224308.BSU16630","attenuation","txid224308" +"BSU_16600","BSU_16600","NusA","NusA","nusA","nusA","NusA","NusA","subtiwiki","224308.BSU16600/224308.BSU16600","attenuation","txid224308" +"BSU_29300","BSU_23280","RbfK","BSU_23280","ribR","ribD","RbfK","BSU_23280","subtiwiki","224308.BSU29300/224308.BSU23280","antitermination","txid224308" +"BSU_29300","BSU_23250","RbfK","RibH","ribR","ribH","RbfK","RibH","subtiwiki","224308.BSU29300/224308.BSU23250","antitermination","txid224308" +"BSU_29300","BSU_23260","RbfK","RibAB","ribR","ribA","RbfK","RibAB","subtiwiki","224308.BSU29300/224308.BSU23260","antitermination","txid224308" +"BSU_29300","BSU_23270","RbfK","RibE","ribR","ribE","RbfK","RibE","subtiwiki","224308.BSU29300/224308.BSU23270","antitermination","txid224308" +"BSU_29300","BSU_23240","RbfK","RibT","ribR","ribT","RbfK","RibT","subtiwiki","224308.BSU29300/224308.BSU23240","antitermination","txid224308" +"BSU_29300","BSU_23050","RbfK","FmnP","ribR","ribU","RbfK","RibU","subtiwiki","224308.BSU29300/224308.BSU23050","antitermination","txid224308" +"BSU_17850","BSU_29230","LexA","DnaE","lexA","dnaE","LexA","DnaE","subtiwiki","224308.BSU17850/224308.BSU29230","repression","txid224308" +"BSU_17850","BSU_23670","LexA","BSU_23670","lexA","yqkA","LexA","BSU_23670","subtiwiki","224308.BSU17850/224308.BSU23670","repression","txid224308" +"BSU_17850","BSU_23690","LexA","BSU_23690","lexA","yqjY","LexA","BSU_23690","subtiwiki","224308.BSU17850/224308.BSU23690","repression","txid224308" +"BSU_17850","BSU_23710","LexA","PolYB","lexA","polY2","LexA","PolY2","subtiwiki","224308.BSU17850/224308.BSU23710","repression","txid224308" +"BSU_17850","BSU_23680","LexA","BSU_23680","lexA","yqjZ","LexA","BSU_23680","subtiwiki","224308.BSU17850/224308.BSU23680","repression","txid224308" +"BSU_17850","BSU_23700","LexA","YqjX","lexA","yqjX","LexA","YqjX","subtiwiki","224308.BSU17850/224308.BSU23700","repression","txid224308" +"BSU_17850","BSU_23660","LexA","BSU_23660","lexA","yqkB","LexA","BSU_23660","subtiwiki","224308.BSU17850/224308.BSU23660","repression","txid224308" +"BSU_17850","BSU_23650","LexA","BSU_23650","lexA","yqkC","LexA","BSU_23650","subtiwiki","224308.BSU17850/224308.BSU23650","repression","txid224308" +"BSU_17850","BSU_06620","LexA","LigA","lexA","ligA","LexA","LigA","subtiwiki","224308.BSU17850/224308.BSU06620","repression","txid224308" +"BSU_17850","BSU_06600","LexA","PcrB","lexA","pcrB","LexA","PcrB","subtiwiki","224308.BSU17850/224308.BSU06600","repression","txid224308" +"BSU_17850","BSU_06630","LexA","BSU_06630","lexA","yerH","LexA","BSU_06630","subtiwiki","224308.BSU17850/224308.BSU06630","repression","txid224308" +"BSU_17850","BSU_06610","LexA","PcrA","lexA","pcrA","LexA","PcrA","subtiwiki","224308.BSU17850/224308.BSU06610","repression","txid224308" +"BSU_17850","BSU_01530","LexA","BSU_01530","lexA","cwlD","LexA","BSU_01530","subtiwiki","224308.BSU17850/224308.BSU01530","repression","txid224308" +"BSU_17850","BSU_01520","LexA","BSU_01520","lexA","ybaK","LexA","BSU_01520","subtiwiki","224308.BSU17850/224308.BSU01520","repression","txid224308" +"BSU_17850","BSU_40350","LexA","RocR","lexA","rocR","LexA","RocR","subtiwiki","224308.BSU17850/224308.BSU40350","autorepression","txid224308" +"BSU_17850","BSU_21520","LexA","BSU_21520","lexA","yolC","LexA","BSU_21520","subtiwiki","224308.BSU17850/224308.BSU21520","repression","txid224308" +"BSU_17850","BSU_16940","LexA","RecA","lexA","recA","LexA","RecA","subtiwiki","224308.BSU17850/224308.BSU16940","repression","txid224308" +"BSU_17850","BSU_18930","LexA","YobH","lexA","yobH","LexA","YobH","subtiwiki","224308.BSU17850/224308.BSU18930","repression","txid224308" +"BSU_17850","BSU_18950","LexA","YozL","lexA","yozL","LexA","YozL","subtiwiki","224308.BSU17850/224308.BSU18950","repression","txid224308" +"BSU_17850","BSU_18940","LexA","BSU_18940","lexA","yozK","LexA","BSU_18940","subtiwiki","224308.BSU17850/224308.BSU18940","repression","txid224308" +"BSU_17850","BSU_22790","LexA","Hbs","lexA","hbs","LexA","Hbs","subtiwiki","224308.BSU17850/224308.BSU22790","repression","txid224308" +"BSU_17850","BSU_20440","LexA","BSU_20440","lexA","yorB","LexA","BSU_20440","subtiwiki","224308.BSU17850/224308.BSU20440","repression","txid224308" +"BSU_17850","BSU_20430","LexA","BSU_20430","lexA","yorC","LexA","BSU_20430","subtiwiki","224308.BSU17850/224308.BSU20430","repression","txid224308" +"BSU_17850","BSU_06070","LexA","BsuMB","lexA","ydiP","LexA","BsuMB","subtiwiki","224308.BSU17850/224308.BSU06070","repression","txid224308" +"BSU_17850","BSU_06060","LexA","BsuMA","lexA","ydiO","LexA","BsuMA","subtiwiki","224308.BSU17850/224308.BSU06060","repression","txid224308" +"BSU_17850","BSU_23720","LexA","BSU_23720","lexA","yqzH","LexA","BSU_23720","subtiwiki","224308.BSU17850/224308.BSU23720","repression","txid224308" +"BSU_17850","BSU_18100","LexA","ParC","lexA","parC","LexA","ParC","subtiwiki","224308.BSU17850/224308.BSU18100","repression","txid224308" +"BSU_17850","BSU_18090","LexA","ParE","lexA","parE","LexA","ParE","subtiwiki","224308.BSU17850/224308.BSU18090","repression","txid224308" +"BSU_17850","BSU_21510","LexA","YolD","lexA","yolD","LexA","YolD","subtiwiki","224308.BSU17850/224308.BSU21510","repression","txid224308" +"BSU_17850","BSU_21500","LexA","UvrX","lexA","uvrX","LexA","UvrX","subtiwiki","224308.BSU17850/224308.BSU21500","repression","txid224308" +"BSU_17850","BSU_05630","LexA","BSU_05630","lexA","bstG","LexA","BSU_05630","subtiwiki","224308.BSU17850/224308.BSU05630","repression","txid224308" +"BSU_17850","BSU_18960","LexA","BSU_18960","lexA","yozM","LexA","BSU_18960","subtiwiki","224308.BSU17850/224308.BSU18960","repression","txid224308" +"BSU_17850","BSU_10480","LexA","BSU_10480","lexA","yhjE","LexA","BSU_10480","subtiwiki","224308.BSU17850/224308.BSU10480","repression","txid224308" +"BSU_17850","BSU_10490","LexA","BSU_10490","lexA","sipV","LexA","BSU_10490","subtiwiki","224308.BSU17850/224308.BSU10490","repression","txid224308" +"BSU_17850","BSU_12500","LexA","BSU_12500","lexA","xkdA","LexA","BSU_12500","subtiwiki","224308.BSU17850/224308.BSU12500","repression","txid224308" +"BSU_17850","BSU_13800","LexA","BSU_13800","lexA","ykvR","LexA","BSU_13800","subtiwiki","224308.BSU17850/224308.BSU13800","repression","txid224308" +"BSU_17850","BSU_35170","LexA","UvrB","lexA","uvrB","LexA","UvrB","subtiwiki","224308.BSU17850/224308.BSU35170","repression","txid224308" +"BSU_17850","BSU_35160","LexA","UvrA","lexA","uvrA","LexA","UvrA","subtiwiki","224308.BSU17850/224308.BSU35160","repression","txid224308" +"BSU_17850","BSU_10470","LexA","BSU_10470","lexA","yhjD","LexA","BSU_10470","subtiwiki","224308.BSU17850/224308.BSU10470","repression","txid224308" +"BSU_17850","BSU_09810","LexA","BSU_09810","lexA","yhaZ","LexA","BSU_09810","subtiwiki","224308.BSU17850/224308.BSU09810","repression","txid224308" +"BSU_17850","BSU_25690","LexA","Sda","lexA","sda","LexA","Sda","subtiwiki","224308.BSU17850/224308.BSU25690","repression","txid224308" +"BSU_17850","BSU_23300","LexA","BSU_23300","lexA","ypuD","LexA","BSU_23300","subtiwiki","224308.BSU17850/224308.BSU23300","repression","txid224308" +"BSU_17850","BSU_05650","LexA","YdgH","lexA","ydgH","LexA","YdgH","subtiwiki","224308.BSU17850/224308.BSU05650","repression","txid224308" +"BSU_17850","BSU_05640","LexA","BSU_05640","lexA","ydgG","LexA","BSU_05640","subtiwiki","224308.BSU17850/224308.BSU05640","repression","txid224308" +"BSU_17850","BSU_09920","LexA","SbcE","lexA","sbcE","LexA","SbcE","subtiwiki","224308.BSU17850/224308.BSU09920","repression","txid224308" +"BSU_17850","BSU_09930","LexA","YhaM","lexA","yhaM","LexA","YhaM","subtiwiki","224308.BSU17850/224308.BSU09930","repression","txid224308" +"BSU_17850","BSU_09910","LexA","YhaO","lexA","yhaO","LexA","YhaO","subtiwiki","224308.BSU17850/224308.BSU09910","repression","txid224308" +"BSU_17850","BSU_17260","LexA","BSU_17260","lexA","aprX","LexA","BSU_17260","subtiwiki","224308.BSU17850/224308.BSU17260","repression","txid224308" +"BSU_17850","BSU_24740","LexA","BSU_24740","lexA","corA","LexA","BSU_24740","subtiwiki","224308.BSU17850/224308.BSU24740","repression","txid224308" +"BSU_17850","BSU_38090","LexA","BSU_38090","lexA","vpr","LexA","BSU_38090","subtiwiki","224308.BSU17850/224308.BSU38090","repression","txid224308" +"BSU_17850","BSU_17870","LexA","BSU_17870","lexA","yneB","LexA","BSU_17870","subtiwiki","224308.BSU17850/224308.BSU17870","repression","txid224308" +"BSU_17850","BSU_17880","LexA","BSU_17880","lexA","ynzC","LexA","BSU_17880","subtiwiki","224308.BSU17850/224308.BSU17880","repression","txid224308" +"BSU_17850","BSU_17860","LexA","YneA","lexA","yneA","LexA","YneA","subtiwiki","224308.BSU17850/224308.BSU17860","repression","txid224308" +"BSU_17850","BSU_28490","LexA","UvrC","lexA","uvrC","LexA","UvrC","subtiwiki","224308.BSU17850/224308.BSU28490","repression","txid224308" +"BSU_17850","BSU_27730","LexA","RuvB","lexA","ruvB","LexA","RuvB","subtiwiki","224308.BSU17850/224308.BSU27730","repression","txid224308" +"BSU_17850","BSU_27740","LexA","RuvA","lexA","ruvA","LexA","RuvA","subtiwiki","224308.BSU17850/224308.BSU27740","repression","txid224308" +"BSU_17850","BSU_24750","LexA","BSU_24750","lexA","yqhB","LexA","BSU_24750","subtiwiki","224308.BSU17850/224308.BSU24750","repression","txid224308" +"BSU_17850","BSU_35770","LexA","BSU_35770","lexA","tagC","LexA","BSU_35770","subtiwiki","224308.BSU17850/224308.BSU35770","repression","txid224308" +"BSU_17850","BSU_29220","LexA","YtsJ","lexA","ytsJ","LexA","YtsJ","subtiwiki","224308.BSU17850/224308.BSU29220","repression","txid224308" +"BSU_17850","BSU_17850","LexA","LexA","lexA","lexA","LexA","LexA","subtiwiki","224308.BSU17850/224308.BSU17850","repression","txid224308" +"BSU_17450","BSU_18120","GlnR","BSU_18120","glnR","alsT","GlnR","BSU_18120","subtiwiki","224308.BSU17450/224308.BSU18120","repression","txid224308" +"BSU_17450","BSU_13310","GlnR","TnrA","glnR","tnrA","GlnR","TnrA","subtiwiki","224308.BSU17450/224308.BSU13310","repression","txid224308" +"BSU_17450","BSU_36650","GlnR","UreB","glnR","ureB","GlnR","UreB","subtiwiki","224308.BSU17450/224308.BSU36650","repression","txid224308" +"BSU_17450","BSU_36640","GlnR","UreC","glnR","ureC","GlnR","UreC","subtiwiki","224308.BSU17450/224308.BSU36640","repression","txid224308" +"BSU_17450","BSU_36660","GlnR","UreA","glnR","ureA","GlnR","UreA","subtiwiki","224308.BSU17450/224308.BSU36660","repression","txid224308" +"BSU_17450","BSU_17450","GlnR","GlnR","glnR","glnR","GlnR","GlnR","subtiwiki","224308.BSU17450/224308.BSU17450","repression","txid224308" +"BSU_17450","BSU_17460","GlnR","GlnA","glnR","glnA","GlnR","GlnA","subtiwiki","224308.BSU17450/224308.BSU17460","repression","txid224308" +"BSU_18460","BSU_18440","GltC","GltB","gltC","gltB","GltC","GltB","subtiwiki","224308.BSU18460/224308.BSU18440","activation","txid224308" +"BSU_18460","BSU_18450","GltC","GltA","gltC","gltA","GltC","GltA","subtiwiki","224308.BSU18460/224308.BSU18450","activation","txid224308" +"BSU_18460","BSU_18460","GltC","GltC","gltC","gltC","GltC","GltC","subtiwiki","224308.BSU18460/224308.BSU18460","auto-repression","txid224308" +"BSU_19200","BSU_19180","DesR","Des","desR","des","DesR","Des","subtiwiki","224308.BSU19200/224308.BSU19180","activation","txid224308" +"BSU_28920","BSU_28900","LytT","PftB","lytT","pftB","LytT","PftB","subtiwiki","224308.BSU28920/224308.BSU28900","activation","txid224308" +"BSU_28920","BSU_28910","LytT","PftA","lytT","pftA","LytT","PftA","subtiwiki","224308.BSU28920/224308.BSU28910","activation","txid224308" +"BSU_35080","BSU_35060","YvmB","BSU_35060","pchR","cypX","YvmB","BSU_35060","subtiwiki","224308.BSU35080/224308.BSU35060","repression","txid224308" +"BSU_35080","BSU_35090","YvmB","BSU_35090","pchR","yvmA","YvmB","BSU_35090","subtiwiki","224308.BSU35080/224308.BSU35090","repression","txid224308" +"BSU_35080","BSU_35070","YvmB","BSU_35070","pchR","yvmC","YvmB","BSU_35070","subtiwiki","224308.BSU35080/224308.BSU35070","repression","txid224308" +"BSU_35080","BSU_10730","YvmB","BSU_10730","pchR","yisI","YvmB","BSU_10730","subtiwiki","224308.BSU35080/224308.BSU10730","activation","txid224308" +"BSU_35080","BSU_35080","YvmB","YvmB","pchR","pchR","YvmB","YvmB","subtiwiki","224308.BSU35080/224308.BSU35080","repression","txid224308" +"BSU_27910","BSU_32240","YszB","BSU_32240","thrR","thrB","YszB","BSU_32240","subtiwiki","224308.BSU27910/224308.BSU32240","repression","txid224308" +"BSU_27910","BSU_32260","YszB","Hom","thrR","hom","YszB","Hom","subtiwiki","224308.BSU27910/224308.BSU32260","repression","txid224308" +"BSU_27910","BSU_32250","YszB","ThrC","thrR","thrC","YszB","ThrC","subtiwiki","224308.BSU27910/224308.BSU32250","repression","txid224308" +"BSU_27910","BSU_03790","YszB","YclM","thrR","thrD","YszB","YclM","subtiwiki","224308.BSU27910/224308.BSU03790","repression","txid224308" +"BSU_23100","BSU_00620","SigX","DivIC","sigX","divIC","SigX","DivIC","subtiwiki","224308.BSU23100/224308.BSU00620","sigma factor","txid224308" +"BSU_23100","BSU_00630","SigX","YabR","sigX","yabR","SigX","YabR","subtiwiki","224308.BSU23100/224308.BSU00630","sigma factor","txid224308" +"BSU_23100","BSU_00590","SigX","HslR","sigX","rqcP","SigX","RqcP","subtiwiki","224308.BSU23100/224308.BSU00590","sigma factor","txid224308" +"BSU_23100","BSU_00580","SigX","BSU_00580","sigX","yabN","SigX","BSU_00580","subtiwiki","224308.BSU23100/224308.BSU00580","sigma factor","txid224308" +"BSU_23100","BSU_00610","SigX","BSU_00610","sigX","shfA","SigX","BSU_00610","subtiwiki","224308.BSU23100/224308.BSU00610","sigma factor","txid224308" +"BSU_23100","BSU_00600","SigX","BSU_00600","sigX","yabP","SigX","BSU_00600","subtiwiki","224308.BSU23100/224308.BSU00600","sigma factor","txid224308" +"BSU_23100","BSU_00570","SigX","BSU_00570","sigX","yabM","SigX","BSU_00570","subtiwiki","224308.BSU23100/224308.BSU00570","sigma factor","txid224308" +"BSU_23100","BSU_27170","SigX","BscR","sigX","fatR","SigX","FatR","subtiwiki","224308.BSU23100/224308.BSU27170","sigma factor","txid224308" +"BSU_23100","BSU_27160","SigX","CypB","sigX","yrhJ","SigX","CypB","subtiwiki","224308.BSU23100/224308.BSU27160","sigma factor","txid224308" +"BSU_23100","BSU_02900","SigX","YceD","sigX","yceD","SigX","YceD","subtiwiki","224308.BSU23100/224308.BSU02900","sigma factor","txid224308" +"BSU_23100","BSU_02910","SigX","YceE","sigX","yceE","SigX","YceE","subtiwiki","224308.BSU23100/224308.BSU02910","sigma factor","txid224308" +"BSU_23100","BSU_02940","SigX","YceH","sigX","yceH","SigX","YceH","subtiwiki","224308.BSU23100/224308.BSU02940","sigma factor","txid224308" +"BSU_23100","BSU_02920","SigX","BSU_02920","sigX","meeF","SigX","BSU_02920","subtiwiki","224308.BSU23100/224308.BSU02920","sigma factor","txid224308" +"BSU_23100","BSU_02890","SigX","YceC","sigX","yceC","SigX","YceC","subtiwiki","224308.BSU23100/224308.BSU02890","sigma factor","txid224308" +"BSU_23100","BSU_02930","SigX","BSU_02930","sigX","yceG","SigX","BSU_02930","subtiwiki","224308.BSU23100/224308.BSU02930","sigma factor","txid224308" +"BSU_23100","BSU_38520","SigX","DltC","sigX","dltC","SigX","DltC","subtiwiki","224308.BSU23100/224308.BSU38520","sigma factor","txid224308" +"BSU_23100","BSU_38499","SigX","BSU_38499","sigX","dltX","SigX","BSU_38499","subtiwiki","224308.BSU23100/224308.BSU38499","sigma factor","txid224308" +"BSU_23100","BSU_38530","SigX","DltD","sigX","dltD","SigX","DltD","subtiwiki","224308.BSU23100/224308.BSU38530","sigma factor","txid224308" +"BSU_23100","BSU_38540","SigX","BSU_38540","sigX","dltE","SigX","BSU_38540","subtiwiki","224308.BSU23100/224308.BSU38540","sigma factor","txid224308" +"BSU_23100","BSU_38510","SigX","DltB","sigX","dltB","SigX","DltB","subtiwiki","224308.BSU23100/224308.BSU38510","sigma factor","txid224308" +"BSU_23100","BSU_38500","SigX","DltA","sigX","dltA","SigX","DltA","subtiwiki","224308.BSU23100/224308.BSU38500","sigma factor","txid224308" +"BSU_23100","BSU_27180","SigX","BSU_27180","sigX","yrhH","SigX","BSU_27180","subtiwiki","224308.BSU23100/224308.BSU27180","sigma factor","txid224308" +"BSU_23100","BSU_35650","SigX","TagU","sigX","tagU","SigX","TagU","subtiwiki","224308.BSU23100/224308.BSU35650","sigma factor","txid224308" +"BSU_23100","BSU_02280","SigX","BSU_02280","sigX","petA","SigX","BSU_02280","subtiwiki","224308.BSU23100/224308.BSU02280","sigma factor","txid224308" +"BSU_23100","BSU_02260","SigX","BSU_02260","sigX","ybfK","SigX","BSU_02260","subtiwiki","224308.BSU23100/224308.BSU02260","sigma factor","txid224308" +"BSU_23100","BSU_02290","SigX","BSU_02290","sigX","psd","SigX","BSU_02290","subtiwiki","224308.BSU23100/224308.BSU02290","sigma factor","txid224308" +"BSU_23100","BSU_02270","SigX","BSU_02270","sigX","pssA","SigX","BSU_02270","subtiwiki","224308.BSU23100/224308.BSU02270","sigma factor","txid224308" +"BSU_23100","BSU_11500","SigX","SpxA","sigX","spx","SigX","Spx","subtiwiki","224308.BSU23100/224308.BSU11500","sigma factor","txid224308" +"BSU_23100","BSU_08610","SigX","BSU_08610","sigX","yfhO","SigX","BSU_08610","subtiwiki","224308.BSU23100/224308.BSU08610","sigma factor","txid224308" +"BSU_23100","BSU_08600","SigX","BSU_08600","sigX","csbB","SigX","BSU_08600","subtiwiki","224308.BSU23100/224308.BSU08600","sigma factor","txid224308" +"BSU_23100","BSU_36380","SigX","BSU_36380","sigX","rapD","SigX","BSU_36380","subtiwiki","224308.BSU23100/224308.BSU36380","sigma factor","txid224308" +"BSU_23100","BSU_36540","SigX","BSU_36540","sigX","ywnJ","SigX","BSU_36540","subtiwiki","224308.BSU23100/224308.BSU36540","sigma factor","txid224308" +"BSU_23100","BSU_38250","SigX","BSU_38250","sigX","ywbO","SigX","BSU_38250","subtiwiki","224308.BSU23100/224308.BSU38250","sigma factor","txid224308" +"BSU_23100","BSU_38260","SigX","EfeB","sigX","efeB","SigX","EfeB","subtiwiki","224308.BSU23100/224308.BSU38260","sigma factor","txid224308" +"BSU_23100","BSU_16950","SigX","BSU_16950","sigX","pbpX","SigX","BSU_16950","subtiwiki","224308.BSU23100/224308.BSU16950","sigma factor","txid224308" +"BSU_23100","BSU_14480","SigX","Abh","sigX","abh","SigX","Abh","subtiwiki","224308.BSU23100/224308.BSU14480","sigma factor","txid224308" +"BSU_23100","BSU_36530","SigX","BcrC","sigX","bcrC","SigX","BcrC","subtiwiki","224308.BSU23100/224308.BSU36530","sigma factor","txid224308" +"BSU_23100","BSU_11490","SigX","BSU_11490","sigX","yjbC","SigX","BSU_11490","subtiwiki","224308.BSU23100/224308.BSU11490","sigma factor","txid224308" +"BSU_23100","BSU_23090","SigX","RsiX","sigX","rsiX","SigX","RsiX","subtiwiki","224308.BSU23100/224308.BSU23090","sigma factor","txid224308" +"BSU_23100","BSU_23100","SigX","SigX","sigX","sigX","SigX","SigX","subtiwiki","224308.BSU23100/224308.BSU23100","sigma factor","txid224308" +"BSU_23120","BSU_09290","ResD","GlpK","resD","glpK","ResD","GlpK","subtiwiki","224308.BSU23120/224308.BSU09290","repression","txid224308" +"BSU_23120","BSU_13360","ResD","BSU_13360","resD","ykoP","ResD","BSU_13360","subtiwiki","224308.BSU23120/224308.BSU13360","activation","txid224308" +"BSU_23120","new_1399409_1400187","ResD","new_1399409_1400187","resD","S477","ResD","new_1399409_1400187","subtiwiki","224308.BSU23120/224308.new13994091400187","activation","txid224308" +"BSU_23120","BSU_09280","ResD","BSU_09280","resD","glpF","ResD","BSU_09280","subtiwiki","224308.BSU23120/224308.BSU09280","repression","txid224308" +"BSU_23120","BSU_12290","ResD","Ndh","resD","ndh","ResD","Ndh","subtiwiki","224308.BSU23120/224308.BSU12290","repression","txid224308" +"BSU_23120","BSU_38130","ResD","BSU_38130","resD","ywcE","ResD","BSU_38130","subtiwiki","224308.BSU23120/224308.BSU38130","repression","txid224308" +"BSU_23120","BSU_misc_RNA_67","ResD","RoxS","resD","roxS","ResD","RoxS","subtiwiki","224308.BSU23120/224308.BSUmiscRNA67","transcriptional activation","txid224308" +"BSU_23120","BSU_12280","ResD","YjlC","resD","yjlC","ResD","YjlC","subtiwiki","224308.BSU23120/224308.BSU12280","repression","txid224308" +"BSU_23120","BSU_14890","ResD","CtaC","resD","ctaC","ResD","CtaC","subtiwiki","224308.BSU23120/224308.BSU14890","activation","txid224308" +"BSU_23120","BSU_14930","ResD","BSU_14930","resD","ctaG","ResD","BSU_14930","subtiwiki","224308.BSU23120/224308.BSU14930","activation","txid224308" +"BSU_23120","BSU_14900","ResD","CtaD","resD","ctaD","ResD","CtaD","subtiwiki","224308.BSU23120/224308.BSU14900","activation","txid224308" +"BSU_23120","BSU_14910","ResD","CtaE","resD","ctaE","ResD","CtaE","subtiwiki","224308.BSU23120/224308.BSU14910","activation","txid224308" +"BSU_23120","BSU_14920","ResD","CtaF","resD","ctaF","ResD","CtaF","subtiwiki","224308.BSU23120/224308.BSU14920","activation","txid224308" +"BSU_23120","BSU_14880","ResD","CtaB","resD","ctaB","ResD","CtaB","subtiwiki","224308.BSU23120/224308.BSU14880","activation","txid224308" +"BSU_23120","BSU_03320","ResD","NasB","resD","nasB","ResD","NasB","subtiwiki","224308.BSU23120/224308.BSU03320","activation","txid224308" +"BSU_23120","BSU_03300","ResD","NasD","resD","nasD","ResD","NasD","subtiwiki","224308.BSU23120/224308.BSU03300","activation","txid224308" +"BSU_23120","BSU_03290","ResD","NasE","resD","nasE","ResD","NasE","subtiwiki","224308.BSU23120/224308.BSU03290","activation","txid224308" +"BSU_23120","BSU_03280","ResD","NasF","resD","nasF","ResD","NasF","subtiwiki","224308.BSU23120/224308.BSU03280","activation","txid224308" +"BSU_23120","BSU_03310","ResD","NasC","resD","nasC","ResD","NasC","subtiwiki","224308.BSU23120/224308.BSU03310","activation","txid224308" +"BSU_23120","BSU_14160","ResD","BSU_14160","resD","ykuO","ResD","BSU_14160","subtiwiki","224308.BSU23120/224308.BSU14160","activation","txid224308" +"BSU_23120","BSU_14150","ResD","YkuN","resD","ykuN","ResD","YkuN","subtiwiki","224308.BSU23120/224308.BSU14150","activation","txid224308" +"BSU_23120","BSU_14170","ResD","YkuP","resD","ykuP","ResD","YkuP","subtiwiki","224308.BSU23120/224308.BSU14170","activation","txid224308" +"BSU_23120","BSU_17400","ResD","BSU_17400","resD","ymaB","ResD","BSU_17400","subtiwiki","224308.BSU23120/224308.BSU17400","activation","txid224308" +"BSU_23120","BSU_17390","ResD","NrdF","resD","nrdF","ResD","NrdF","subtiwiki","224308.BSU23120/224308.BSU17390","activation","txid224308" +"BSU_23120","BSU_17370","ResD","NrdI","resD","nrdI","ResD","NrdI","subtiwiki","224308.BSU23120/224308.BSU17370","activation","txid224308" +"BSU_23120","BSU_17380","ResD","NrdE","resD","nrdE","ResD","NrdE","subtiwiki","224308.BSU23120/224308.BSU17380","activation","txid224308" +"BSU_23120","BSU_03760","ResD","YclK","resD","yclK","ResD","YclK","subtiwiki","224308.BSU23120/224308.BSU03760","activation","txid224308" +"BSU_23120","BSU_03750","ResD","YclJ","resD","yclJ","ResD","YclJ","subtiwiki","224308.BSU23120/224308.BSU03750","activation","txid224308" +"BSU_23120","BSU_37310","ResD","BSU_37310","resD","fnr","ResD","BSU_37310","subtiwiki","224308.BSU23120/224308.BSU37310","activation","txid224308" +"BSU_23120","BSU_22560","ResD","QcrA","resD","qcrA","ResD","QcrA","subtiwiki","224308.BSU23120/224308.BSU22560","activation","txid224308" +"BSU_23120","BSU_22540","ResD","QcrC","resD","qcrC","ResD","QcrC","subtiwiki","224308.BSU23120/224308.BSU22540","activation","txid224308" +"BSU_23120","BSU_22550","ResD","QcrB","resD","qcrB","ResD","QcrB","subtiwiki","224308.BSU23120/224308.BSU22550","activation","txid224308" +"BSU_23120","BSU_37390","ResD","AlbC","resD","albC","ResD","AlbC","subtiwiki","224308.BSU23120/224308.BSU37390","activation","txid224308" +"BSU_23120","BSU_37370","ResD","BSU_37370","resD","albA","ResD","BSU_37370","subtiwiki","224308.BSU23120/224308.BSU37370","activation","txid224308" +"BSU_23120","BSU_37380","ResD","BSU_37380","resD","albB","ResD","BSU_37380","subtiwiki","224308.BSU23120/224308.BSU37380","activation","txid224308" +"BSU_23120","BSU_37400","ResD","AlbD","resD","albD","ResD","AlbD","subtiwiki","224308.BSU23120/224308.BSU37400","activation","txid224308" +"BSU_23120","BSU_37360","ResD","BSU_37360","resD","sboX","ResD","BSU_37360","subtiwiki","224308.BSU23120/224308.BSU37360","activation","txid224308" +"BSU_23120","BSU_37410","ResD","AlbE","resD","albE","ResD","AlbE","subtiwiki","224308.BSU23120/224308.BSU37410","activation","txid224308" +"BSU_23120","BSU_37420","ResD","AlbF","resD","albF","ResD","AlbF","subtiwiki","224308.BSU23120/224308.BSU37420","activation","txid224308" +"BSU_23120","BSU_37350","ResD","BSU_37350","resD","sboA","ResD","BSU_37350","subtiwiki","224308.BSU23120/224308.BSU37350","activation","txid224308" +"BSU_23120","BSU_37430","ResD","BSU_37430","resD","albG","ResD","BSU_37430","subtiwiki","224308.BSU23120/224308.BSU37430","activation","txid224308" +"BSU_23120","BSU_23140","ResD","ResB","resD","resB","ResD","ResB","subtiwiki","224308.BSU23120/224308.BSU23140","activation","txid224308" +"BSU_23120","BSU_23110","ResD","ResE","resD","resE","ResD","ResE","subtiwiki","224308.BSU23120/224308.BSU23110","activation","txid224308" +"BSU_23120","BSU_23130","ResD","ResC","resD","resC","ResD","ResC","subtiwiki","224308.BSU23120/224308.BSU23130","activation","txid224308" +"BSU_23120","BSU_23150","ResD","ResA","resD","resA","ResD","ResA","subtiwiki","224308.BSU23120/224308.BSU23150","activation","txid224308" +"BSU_23120","BSU_38740","ResD","CydC","resD","cydC","ResD","CydC","subtiwiki","224308.BSU23120/224308.BSU38740","activation","txid224308" +"BSU_23120","BSU_38760","ResD","CydA","resD","cydA","ResD","CydA","subtiwiki","224308.BSU23120/224308.BSU38760","activation","txid224308" +"BSU_23120","BSU_13040","ResD","BSU_13040","resD","hmp","ResD","BSU_13040","subtiwiki","224308.BSU23120/224308.BSU13040","activation","txid224308" +"BSU_23120","BSU_38750","ResD","CydB","resD","cydB","ResD","CydB","subtiwiki","224308.BSU23120/224308.BSU38750","activation","txid224308" +"BSU_23120","BSU_38730","ResD","CydD","resD","cydD","ResD","CydD","subtiwiki","224308.BSU23120/224308.BSU38730","activation","txid224308" +"BSU_23120","BSU_14870","ResD","CtaA","resD","ctaA","ResD","CtaA","subtiwiki","224308.BSU23120/224308.BSU14870","activation","txid224308" +"BSU_23120","BSU_23120","ResD","ResD","resD","resD","ResD","ResD","subtiwiki","224308.BSU23120/224308.BSU23120","activation","txid224308" +"BSU_24220","BSU_40340","Spo0A","BSU_40340","spo0A","rocD","Spo0A","BSU_40340","subtiwiki","224308.BSU24220/224308.BSU40340","repression","txid224308" +"BSU_24220","BSU_36750","Spo0A","SpoIID","spo0A","spoIID","Spo0A","SpoIID","subtiwiki","224308.BSU24220/224308.BSU36750","repression","txid224308" +"BSU_24220","BSU_00390","Spo0A","BSU_00390","spo0A","yabD","Spo0A","BSU_00390","subtiwiki","224308.BSU24220/224308.BSU00390","repression","txid224308" +"BSU_24220","BSU_10760","Spo0A","BSU_10760","spo0A","yisL","Spo0A","BSU_10760","subtiwiki","224308.BSU24220/224308.BSU10760","activation","txid224308" +"BSU_24220","BSU_10750","Spo0A","YisK","spo0A","yisK","Spo0A","YisK","subtiwiki","224308.BSU24220/224308.BSU10750","activation","txid224308" +"BSU_24220","BSU_00120","Spo0A","PdxT","spo0A","pdxT","Spo0A","PdxT","subtiwiki","224308.BSU24220/224308.BSU00120","repression","txid224308" +"BSU_24220","BSU_00110","Spo0A","PdxS","spo0A","pdxS","Spo0A","PdxS","subtiwiki","224308.BSU24220/224308.BSU00110","repression","txid224308" +"BSU_24220","BSU_09420","Spo0A","LytE","spo0A","lytE","Spo0A","LytE","subtiwiki","224308.BSU24220/224308.BSU09420","repression","txid224308" +"BSU_24220","BSU_25210","Spo0A","DnaG","spo0A","dnaG","Spo0A","DnaG","subtiwiki","224308.BSU24220/224308.BSU25210","repression","txid224308" +"BSU_24220","BSU_06580","Spo0A","BSU_06580","spo0A","yerC","Spo0A","BSU_06580","subtiwiki","224308.BSU24220/224308.BSU06580","activation","txid224308" +"BSU_24220","BSU_25200","Spo0A","SigA","spo0A","sigA","Spo0A","SigA","subtiwiki","224308.BSU24220/224308.BSU25200","repression","txid224308" +"BSU_24220","BSU_06570","Spo0A","YerB","spo0A","yerB","Spo0A","YerB","subtiwiki","224308.BSU24220/224308.BSU06570","activation","txid224308" +"BSU_24220","BSU_25230","Spo0A","BSU_25230","spo0A","yqxD","Spo0A","BSU_25230","subtiwiki","224308.BSU24220/224308.BSU25230","repression","txid224308" +"BSU_24220","BSU_01910","Spo0A","SkfA","spo0A","skfA","Spo0A","SkfA","subtiwiki","224308.BSU24220/224308.BSU01910","activation","txid224308" +"BSU_24220","BSU_13990","Spo0A","KinA","spo0A","kinA","Spo0A","KinA","subtiwiki","224308.BSU24220/224308.BSU13990","activation","txid224308" +"BSU_24220","BSU_01960","Spo0A","SkfF","spo0A","skfF","Spo0A","SkfF","subtiwiki","224308.BSU24220/224308.BSU01960","activation","txid224308" +"BSU_24220","BSU_01920","Spo0A","SkfB","spo0A","skfB","Spo0A","SkfB","subtiwiki","224308.BSU24220/224308.BSU01920","activation","txid224308" +"BSU_24220","BSU_01980","Spo0A","BSU_01980","spo0A","skfH","Spo0A","BSU_01980","subtiwiki","224308.BSU24220/224308.BSU01980","activation","txid224308" +"BSU_24220","BSU_37030","Spo0A","RacA","spo0A","racA","Spo0A","RacA","subtiwiki","224308.BSU24220/224308.BSU37030","activation","txid224308" +"BSU_24220","BSU_01950","Spo0A","SkfE","spo0A","skfE","Spo0A","SkfE","subtiwiki","224308.BSU24220/224308.BSU01950","activation","txid224308" +"BSU_24220","BSU_01970","Spo0A","BSU_01970","spo0A","skfG","Spo0A","BSU_01970","subtiwiki","224308.BSU24220/224308.BSU01970","activation","txid224308" +"BSU_24220","BSU_01935","Spo0A","BSU_01935","spo0A","skfC","Spo0A","BSU_01935","subtiwiki","224308.BSU24220/224308.BSU01935","activation","txid224308" +"BSU_24220","BSU_00380","Spo0A","MetS","spo0A","metS","Spo0A","MetS","subtiwiki","224308.BSU24220/224308.BSU00380","repression","txid224308" +"BSU_24220","BSU_32760","Spo0A","BSU_32760","spo0A","yusD","Spo0A","BSU_32760","subtiwiki","224308.BSU24220/224308.BSU32760","activation","txid224308" +"BSU_24220","BSU_32770","Spo0A","BSU_32770","spo0A","yusE","Spo0A","BSU_32770","subtiwiki","224308.BSU24220/224308.BSU32770","activation","txid224308" +"BSU_24220","BSU_17890","Spo0A","Tkt","spo0A","tkt","Spo0A","Tkt","subtiwiki","224308.BSU24220/224308.BSU17890","repression","txid224308" +"BSU_24220","BSU_31740","Spo0A","YuxH","spo0A","pdeH","Spo0A","YuxH","subtiwiki","224308.BSU24220/224308.BSU31740","repression","txid224308" +"BSU_24220","BSU_25860","Spo0A","RttG","spo0A","yqcG","Spo0A","YqcG","subtiwiki","224308.BSU24220/224308.BSU25860","activation","txid224308" +"BSU_24220","BSU_15420","Spo0A","DivIVA","spo0A","divIVA","Spo0A","DivIVA","subtiwiki","224308.BSU24220/224308.BSU15420","repression","txid224308" +"BSU_24220","BSU_25870","Spo0A","RttF","spo0A","yqcF","Spo0A","YqcF","subtiwiki","224308.BSU24220/224308.BSU25870","activation","txid224308" +"BSU_24220","BSU_24940","Spo0A","SweC","spo0A","sweC","Spo0A","SweC","subtiwiki","224308.BSU24220/224308.BSU24940","repression","txid224308" +"BSU_24220","BSU_24930","Spo0A","SweD","spo0A","sweD","Spo0A","SweD","subtiwiki","224308.BSU24220/224308.BSU24930","repression","txid224308" +"BSU_24220","BSU_38100","Spo0A","BSU_38100","spo0A","ywcH","Spo0A","BSU_38100","subtiwiki","224308.BSU24220/224308.BSU38100","repression","txid224308" +"BSU_24220","BSU_38110","Spo0A","NfrAA","spo0A","nfrA","Spo0A","NfrAA","subtiwiki","224308.BSU24220/224308.BSU38110","repression","txid224308" +"BSU_24220","BSU_29630","Spo0A","RefZ","spo0A","refZ","Spo0A","RefZ","subtiwiki","224308.BSU24220/224308.BSU29630","activation","txid224308" +"BSU_24220","BSU_19210","Spo0A","BSU_19210","spo0A","yocH","Spo0A","BSU_19210","subtiwiki","224308.BSU24220/224308.BSU19210","activation","txid224308" +"BSU_24220","BSU_38400","Spo0A","BSU_38400","spo0A","epr","Spo0A","BSU_38400","subtiwiki","224308.BSU24220/224308.BSU38400","activation","txid224308" +"BSU_24220","BSU_14490","Spo0A","KinC","spo0A","kinC","Spo0A","KinC","subtiwiki","224308.BSU24220/224308.BSU14490","activation","txid224308" +"BSU_24220","BSU_14510","Spo0A","KtrC","spo0A","ktrC","Spo0A","KtrC","subtiwiki","224308.BSU24220/224308.BSU14510","activation","txid224308" +"BSU_24220","BSU_14500","Spo0A","BSU_14500","spo0A","ykqA","Spo0A","BSU_14500","subtiwiki","224308.BSU24220/224308.BSU14500","activation","txid224308" +"BSU_24220","BSU_00020","Spo0A","DnaN","spo0A","dnaN","Spo0A","DnaN","subtiwiki","224308.BSU24220/224308.BSU00020","repression","txid224308" +"BSU_24220","BSU_00010","Spo0A","DnaA","spo0A","dnaA","Spo0A","DnaA","subtiwiki","224308.BSU24220/224308.BSU00010","repression","txid224308" +"BSU_24220","BSU_23460","Spo0A","SpoIIAB","spo0A","spoIIAB","Spo0A","SpoIIAB","subtiwiki","224308.BSU24220/224308.BSU23460","activation","txid224308" +"BSU_24220","BSU_23450","Spo0A","SigF","spo0A","sigF","Spo0A","SigF","subtiwiki","224308.BSU24220/224308.BSU23450","activation","txid224308" +"BSU_24220","BSU_23470","Spo0A","SpoIIAA","spo0A","spoIIAA","Spo0A","SpoIIAA","subtiwiki","224308.BSU24220/224308.BSU23470","activation","txid224308" +"BSU_24220","BSU_03220","Spo0A","BSU_03220","spo0A","putP","Spo0A","BSU_03220","subtiwiki","224308.BSU24220/224308.BSU03220","activation","txid224308" +"BSU_24220","BSU_03200","Spo0A","PutB","spo0A","putB","Spo0A","PutB","subtiwiki","224308.BSU24220/224308.BSU03200","activation","txid224308" +"BSU_24220","BSU_03210","Spo0A","PutC","spo0A","putC","Spo0A","PutC","subtiwiki","224308.BSU24220/224308.BSU03210","activation","txid224308" +"BSU_24220","BSU_11300","Spo0A","BSU_11300","spo0A","med","Spo0A","BSU_11300","subtiwiki","224308.BSU24220/224308.BSU11300","repression","txid224308" +"BSU_24220","BSU_11310","Spo0A","BSU_11310","spo0A","comZ","Spo0A","BSU_11310","subtiwiki","224308.BSU24220/224308.BSU11310","repression","txid224308" +"BSU_24220","BSU_37130","Spo0A","Spo0F","spo0A","spo0F","Spo0A","Spo0F","subtiwiki","224308.BSU24220/224308.BSU37130","activation","txid224308" +"BSU_24220","BSU_25890","Spo0A","BSU_25890","spo0A","yqxI","Spo0A","BSU_25890","subtiwiki","224308.BSU24220/224308.BSU25890","activation","txid224308" +"BSU_24220","BSU_25880","Spo0A","BSU_25880","spo0A","yqxJ","Spo0A","BSU_25880","subtiwiki","224308.BSU24220/224308.BSU25880","activation","txid224308" +"BSU_24220","BSU_27370","Spo0A","MltG","spo0A","mltG","Spo0A","MltG","subtiwiki","224308.BSU24220/224308.BSU27370","repression","txid224308" +"BSU_24220","BSU_26050","Spo0A","BSU_26050","spo0A","txpA","Spo0A","BSU_26050","subtiwiki","224308.BSU24220/224308.BSU26050","transcription activation","txid224308" +"BSU_24220","BSU_14240","Spo0A","Rok","spo0A","rok","Spo0A","Rok","subtiwiki","224308.BSU24220/224308.BSU14240","repression","txid224308" +"BSU_24220","BSU_29200","Spo0A","AccA","spo0A","accA","Spo0A","AccA","subtiwiki","224308.BSU24220/224308.BSU29200","activation","txid224308" +"BSU_24220","BSU_29210","Spo0A","AccD","spo0A","accD","Spo0A","AccD","subtiwiki","224308.BSU24220/224308.BSU29210","activation","txid224308" +"BSU_24220","BSU_12840","Spo0A","BSU_12840","spo0A","pit","Spo0A","BSU_12840","subtiwiki","224308.BSU24220/224308.BSU12840","repression","txid224308" +"BSU_24220","BSU_00640","Spo0A","SpoIIE","spo0A","spoIIE","Spo0A","SpoIIE","subtiwiki","224308.BSU24220/224308.BSU00640","activation","txid224308" +"BSU_24220","BSU_12850","Spo0A","YkaA","spo0A","ykaA","Spo0A","YkaA","subtiwiki","224308.BSU24220/224308.BSU12850","repression","txid224308" +"BSU_24220","BSU_33750","Spo0A","BSU_33750","spo0A","sdpA","Spo0A","BSU_33750","subtiwiki","224308.BSU24220/224308.BSU33750","activation","txid224308" +"BSU_24220","BSU_33760","Spo0A","BSU_33760","spo0A","sdpB","Spo0A","BSU_33760","subtiwiki","224308.BSU24220/224308.BSU33760","activation","txid224308" +"BSU_24220","BSU_33770","Spo0A","SdpC","spo0A","sdpC","Spo0A","SdpC","subtiwiki","224308.BSU24220/224308.BSU33770","activation","txid224308" +"BSU_24220","BSU_00370","Spo0A","AbrB","spo0A","abrB","Spo0A","AbrB","subtiwiki","224308.BSU24220/224308.BSU00370","repression","txid224308" +"BSU_24220","BSU_07450","Spo0A","BSU_07450","spo0A","yfmJ","Spo0A","BSU_07450","subtiwiki","224308.BSU24220/224308.BSU07450","activation","txid224308" +"BSU_24220","BSU_07460","Spo0A","BSU_07460","spo0A","yfmI","Spo0A","BSU_07460","subtiwiki","224308.BSU24220/224308.BSU07460","activation","txid224308" +"BSU_24220","BSU_19640","Spo0A","BSU_19640","spo0A","yodL","Spo0A","BSU_19640","subtiwiki","224308.BSU24220/224308.BSU19640","activation","txid224308" +"BSU_24220","BSU_misc_RNA_72","Spo0A","BSU_misc_RNA_72","spo0A","surA","Spo0A","BSU_misc_RNA_72","subtiwiki","224308.BSU24220/224308.BSUmiscRNA72","unknown","txid224308" +"BSU_24220","BSU_22270","Spo0A","BSU_22270","spo0A","yppE","Spo0A","BSU_22270","subtiwiki","224308.BSU24220/224308.BSU22270","activation","txid224308" +"BSU_24220","BSU_15390","Spo0A","SepF","spo0A","sepF","Spo0A","SepF","subtiwiki","224308.BSU24220/224308.BSU15390","repression","txid224308" +"BSU_24220","BSU_15400","Spo0A","BSU_15400","spo0A","ylmG","Spo0A","BSU_15400","subtiwiki","224308.BSU24220/224308.BSU15400","repression","txid224308" +"BSU_24220","BSU_22280","Spo0A","YppD","spo0A","yppD","Spo0A","YppD","subtiwiki","224308.BSU24220/224308.BSU22280","activation","txid224308" +"BSU_24220","BSU_15370","Spo0A","BSU_15370","spo0A","ylmD","Spo0A","BSU_15370","subtiwiki","224308.BSU24220/224308.BSU15370","repression","txid224308" +"BSU_24220","BSU_15410","Spo0A","BSU_15410","spo0A","ylmH","Spo0A","BSU_15410","subtiwiki","224308.BSU24220/224308.BSU15410","repression","txid224308" +"BSU_24220","BSU_15380","Spo0A","BSU_15380","spo0A","ylmE","Spo0A","BSU_15380","subtiwiki","224308.BSU24220/224308.BSU15380","repression","txid224308" +"BSU_24220","BSU_17910","Spo0A","YneF","spo0A","yneF","Spo0A","YneF","subtiwiki","224308.BSU24220/224308.BSU17910","activation","txid224308" +"BSU_24220","BSU_35520","Spo0A","BSU_35520","spo0A","tagV","Spo0A","BSU_35520","subtiwiki","224308.BSU24220/224308.BSU35520","repression","txid224308" +"BSU_24220","BSU_35510","Spo0A","BSU_35510","spo0A","yvyE","Spo0A","BSU_35510","subtiwiki","224308.BSU24220/224308.BSU35510","repression","txid224308" +"BSU_24220","BSU_40970","Spo0A","ParA","spo0A","parA","Spo0A","ParA","subtiwiki","224308.BSU24220/224308.BSU40970","repression","txid224308" +"BSU_24220","BSU_17900","Spo0A","PcfA","spo0A","sirA","Spo0A","SirA","subtiwiki","224308.BSU24220/224308.BSU17900","activation","txid224308" +"BSU_24220","BSU_40960","Spo0A","ParB","spo0A","parB","Spo0A","ParB","subtiwiki","224308.BSU24220/224308.BSU40960","repression","txid224308" +"BSU_24220","BSU_38530","Spo0A","DltD","spo0A","dltD","Spo0A","DltD","subtiwiki","224308.BSU24220/224308.BSU38530","repression","txid224308" +"BSU_24220","BSU_38510","Spo0A","DltB","spo0A","dltB","Spo0A","DltB","subtiwiki","224308.BSU24220/224308.BSU38510","repression","txid224308" +"BSU_24220","BSU_38520","Spo0A","DltC","spo0A","dltC","Spo0A","DltC","subtiwiki","224308.BSU24220/224308.BSU38520","repression","txid224308" +"BSU_24220","BSU_38500","Spo0A","DltA","spo0A","dltA","Spo0A","DltA","subtiwiki","224308.BSU24220/224308.BSU38500","repression","txid224308" +"BSU_24220","BSU_38540","Spo0A","BSU_38540","spo0A","dltE","Spo0A","BSU_38540","subtiwiki","224308.BSU24220/224308.BSU38540","repression","txid224308" +"BSU_24220","BSU_38499","Spo0A","BSU_38499","spo0A","dltX","Spo0A","BSU_38499","subtiwiki","224308.BSU24220/224308.BSU38499","repression","txid224308" +"BSU_24220","BSU_10420","Spo0A","ComK","spo0A","comK","Spo0A","ComK","subtiwiki","224308.BSU24220/224308.BSU10420","activation","txid224308" +"BSU_24220","BSU_15310","Spo0A","SpoIIGA","spo0A","spoIIGA","Spo0A","SpoIIGA","subtiwiki","224308.BSU24220/224308.BSU15310","activation","txid224308" +"BSU_24220","BSU_15330","Spo0A","SigG","spo0A","sigG","Spo0A","SigG","subtiwiki","224308.BSU24220/224308.BSU15330","activation","txid224308" +"BSU_24220","BSU_15320","Spo0A","SigE","spo0A","sigE","Spo0A","SigE","subtiwiki","224308.BSU24220/224308.BSU15320","activation","txid224308" +"BSU_24220","BSU_35250","Spo0A","FtsX","spo0A","ftsX","Spo0A","FtsX","subtiwiki","224308.BSU24220/224308.BSU35250","repression","txid224308" +"BSU_24220","BSU_35260","Spo0A","FtsE","spo0A","ftsE","Spo0A","FtsE","subtiwiki","224308.BSU24220/224308.BSU35260","repression","txid224308" +"BSU_24220","BSU_14130","Spo0A","DarB","spo0A","darB","Spo0A","DarB","subtiwiki","224308.BSU24220/224308.BSU14130","activation","txid224308" +"BSU_24220","BSU_14110","Spo0A","BSU_14110","spo0A","ykuK","Spo0A","BSU_14110","subtiwiki","224308.BSU24220/224308.BSU14110","activation","txid224308" +"BSU_24220","BSU_14140","Spo0A","CcpC","spo0A","ccpC","Spo0A","CcpC","subtiwiki","224308.BSU24220/224308.BSU14140","activation","txid224308" +"BSU_24220","BSU_14100","Spo0A","YkuJ","spo0A","ykuJ","Spo0A","YkuJ","subtiwiki","224308.BSU24220/224308.BSU14100","activation","txid224308" +"BSU_24220","BSU_14120","Spo0A","AbbA","spo0A","abbA","Spo0A","AbbA","subtiwiki","224308.BSU24220/224308.BSU14120","activation","txid224308" +"BSU_24220","BSU_12430","Spo0A","RapA","spo0A","rapA","Spo0A","RapA","subtiwiki","224308.BSU24220/224308.BSU12430","repression","txid224308" +"BSU_24220","BSU_12440","Spo0A","PhrA","spo0A","phrA","Spo0A","PhrA","subtiwiki","224308.BSU24220/224308.BSU12440","repression","txid224308" +"BSU_24220","BSU_24610","Spo0A","SinR","spo0A","sinR","Spo0A","SinR","subtiwiki","224308.BSU24220/224308.BSU24610","activation","txid224308" +"BSU_24220","BSU_40320","Spo0A","RocF","spo0A","rocF","Spo0A","RocF","subtiwiki","224308.BSU24220/224308.BSU40320","repression","txid224308" +"BSU_24220","BSU_36250","Spo0A","PtkA","spo0A","ptkA","Spo0A","PtkA","subtiwiki","224308.BSU24220/224308.BSU36250","activation","txid224308" +"BSU_24220","BSU_36240","Spo0A","YwqE","spo0A","ptpZ","Spo0A","PtpZ","subtiwiki","224308.BSU24220/224308.BSU36240","activation","txid224308" +"BSU_24220","BSU_36230","Spo0A","YwqF","spo0A","ugd","Spo0A","YwqF","subtiwiki","224308.BSU24220/224308.BSU36230","activation","txid224308" +"BSU_24220","BSU_36260","Spo0A","YwqC","spo0A","tkmA","Spo0A","TkmA","subtiwiki","224308.BSU24220/224308.BSU36260","activation","txid224308" +"BSU_24220","BSU_39880","Spo0A","BSU_39880","spo0A","yxbC","Spo0A","BSU_39880","subtiwiki","224308.BSU24220/224308.BSU39880","activation","txid224308" +"BSU_24220","BSU_39870","Spo0A","YxbD","spo0A","yxbD","Spo0A","YxbD","subtiwiki","224308.BSU24220/224308.BSU39870","activation","txid224308" +"BSU_24220","BSU_16470","Spo0A","SigD","spo0A","sigD","Spo0A","SigD","subtiwiki","224308.BSU24220/224308.BSU16470","repression","txid224308" +"BSU_24220","BSU_16370","Spo0A","FliR","spo0A","fliR","Spo0A","FliR","subtiwiki","224308.BSU24220/224308.BSU16370","repression","txid224308" +"BSU_24220","BSU_16350","Spo0A","FliP","spo0A","fliP","Spo0A","FliP","subtiwiki","224308.BSU24220/224308.BSU16350","repression","txid224308" +"BSU_24220","BSU_16230","Spo0A","FliH","spo0A","fliH","Spo0A","FliH","subtiwiki","224308.BSU24220/224308.BSU16230","repression","txid224308" +"BSU_24220","BSU_16200","Spo0A","FliE","spo0A","fliE","Spo0A","FliE","subtiwiki","224308.BSU24220/224308.BSU16200","repression","txid224308" +"BSU_24220","BSU_16220","Spo0A","FliG","spo0A","fliG","Spo0A","FliG","subtiwiki","224308.BSU24220/224308.BSU16220","repression","txid224308" +"BSU_24220","BSU_16420","Spo0A","BSU_16420","spo0A","cheB","Spo0A","BSU_16420","subtiwiki","224308.BSU24220/224308.BSU16420","repression","txid224308" +"BSU_24220","BSU_16430","Spo0A","CheA","spo0A","cheA","Spo0A","CheA","subtiwiki","224308.BSU24220/224308.BSU16430","repression","txid224308" +"BSU_24220","BSU_16290","Spo0A","FlgE","spo0A","flgE","Spo0A","FlgE","subtiwiki","224308.BSU24220/224308.BSU16290","repression","txid224308" +"BSU_24220","BSU_16310","Spo0A","FliM","spo0A","fliM","Spo0A","FliM","subtiwiki","224308.BSU24220/224308.BSU16310","repression","txid224308" +"BSU_24220","BSU_16380","Spo0A","FlhB","spo0A","flhB","Spo0A","FlhB","subtiwiki","224308.BSU24220/224308.BSU16380","repression","txid224308" +"BSU_24220","BSU_16440","Spo0A","CheW","spo0A","cheW","Spo0A","CheW","subtiwiki","224308.BSU24220/224308.BSU16440","repression","txid224308" +"BSU_24220","BSU_16190","Spo0A","FlgC","spo0A","flgC","Spo0A","FlgC","subtiwiki","224308.BSU24220/224308.BSU16190","repression","txid224308" +"BSU_24220","BSU_16390","Spo0A","FlhA","spo0A","flhA","Spo0A","FlhA","subtiwiki","224308.BSU24220/224308.BSU16390","repression","txid224308" +"BSU_24220","BSU_16280","Spo0A","FlgD","spo0A","flgD","Spo0A","FlgD","subtiwiki","224308.BSU24220/224308.BSU16280","repression","txid224308" +"BSU_24220","BSU_16460","Spo0A","CheD","spo0A","cheD","Spo0A","CheD","subtiwiki","224308.BSU24220/224308.BSU16460","repression","txid224308" +"BSU_24220","BSU_16250","Spo0A","FliJ","spo0A","fliJ","Spo0A","FliJ","subtiwiki","224308.BSU24220/224308.BSU16250","repression","txid224308" +"BSU_24220","BSU_16480","Spo0A","BSU_16480","spo0A","swrB","Spo0A","BSU_16480","subtiwiki","224308.BSU24220/224308.BSU16480","repression","txid224308" +"BSU_24220","BSU_16360","Spo0A","FliQ","spo0A","fliQ","Spo0A","FliQ","subtiwiki","224308.BSU24220/224308.BSU16360","repression","txid224308" +"BSU_24220","BSU_16400","Spo0A","FlhF","spo0A","flhF","Spo0A","FlhF","subtiwiki","224308.BSU24220/224308.BSU16400","repression","txid224308" +"BSU_24220","BSU_16450","Spo0A","CheC","spo0A","cheC","Spo0A","CheC","subtiwiki","224308.BSU24220/224308.BSU16450","repression","txid224308" +"BSU_24220","BSU_16299","Spo0A","BSU_16299","spo0A","swrD","Spo0A","BSU_16299","subtiwiki","224308.BSU24220/224308.BSU16299","repression","txid224308" +"BSU_24220","BSU_16210","Spo0A","FliF","spo0A","fliF","Spo0A","FliF","subtiwiki","224308.BSU24220/224308.BSU16210","repression","txid224308" +"BSU_24220","BSU_16300","Spo0A","FliL","spo0A","fliL","Spo0A","FliL","subtiwiki","224308.BSU24220/224308.BSU16300","repression","txid224308" +"BSU_24220","BSU_16340","Spo0A","FliZ","spo0A","fliO","Spo0A","FliO","subtiwiki","224308.BSU24220/224308.BSU16340","repression","txid224308" +"BSU_24220","BSU_16330","Spo0A","CheY","spo0A","cheY","Spo0A","CheY","subtiwiki","224308.BSU24220/224308.BSU16330","repression","txid224308" +"BSU_24220","BSU_16180","Spo0A","FlgB","spo0A","flgB","Spo0A","FlgB","subtiwiki","224308.BSU24220/224308.BSU16180","repression","txid224308" +"BSU_24220","BSU_16270","Spo0A","BSU_16270","spo0A","fliK","Spo0A","BSU_16270","subtiwiki","224308.BSU24220/224308.BSU16270","repression","txid224308" +"BSU_24220","BSU_16320","Spo0A","FliY","spo0A","fliY","Spo0A","FliY","subtiwiki","224308.BSU24220/224308.BSU16320","repression","txid224308" +"BSU_24220","BSU_16410","Spo0A","YlxH","spo0A","flhG","Spo0A","FlhG","subtiwiki","224308.BSU24220/224308.BSU16410","repression","txid224308" +"BSU_24220","BSU_16240","Spo0A","FliI","spo0A","fliI","Spo0A","FliI","subtiwiki","224308.BSU24220/224308.BSU16240","repression","txid224308" +"BSU_24220","BSU_16260","Spo0A","YlxF","spo0A","ylxF","Spo0A","YlxF","subtiwiki","224308.BSU24220/224308.BSU16260","repression","txid224308" +"BSU_24220","BSU_24600","Spo0A","SinI","spo0A","sinI","Spo0A","SinI","subtiwiki","224308.BSU24220/224308.BSU24600","activation","txid224308" +"BSU_24220","BSU_40330","Spo0A","BSU_40330","spo0A","rocE","Spo0A","BSU_40330","subtiwiki","224308.BSU24220/224308.BSU40330","repression","txid224308" +"BSU_24220","BSU_24220","Spo0A","Spo0A","spo0A","spo0A","Spo0A","Spo0A","subtiwiki","224308.BSU24220/224308.BSU24220","repression","txid224308" +"BSU_25250","BSU_29010","CcpN","BSU_29010","ccpN","speD","CcpN","BSU_29010","subtiwiki","224308.BSU25250/224308.BSU29010","repression","txid224308" +"BSU_25250","BSU_29020","CcpN","GapB","ccpN","gapB","CcpN","GapB","subtiwiki","224308.BSU25250/224308.BSU29020","repression","txid224308" +"BSU_25250","BSU_14629","CcpN","Sr1","ccpN","sr1","CcpN","Sr1","subtiwiki","224308.BSU25250/224308.BSU14629","repression","txid224308" +"BSU_25250","BSU_30560","CcpN","PckA","ccpN","pckA","CcpN","PckA","subtiwiki","224308.BSU25250/224308.BSU30560","repression","txid224308" +"BSU_25250","BSU_21820","CcpN","ThyB","ccpN","thyB","CcpN","ThyB","subtiwiki","224308.BSU25250/224308.BSU21820","activation","txid224308" +"BSU_25250","BSU_21810","CcpN","DfrA","ccpN","dfrA","CcpN","DfrA","subtiwiki","224308.BSU25250/224308.BSU21810","activation","txid224308" +"BSU_27170","BSU_27160","BscR","CypB","fatR","yrhJ","FatR","CypB","subtiwiki","224308.BSU27170/224308.BSU27160","repression","txid224308" +"BSU_27170","BSU_27170","BscR","BscR","fatR","fatR","FatR","FatR","subtiwiki","224308.BSU27170/224308.BSU27170","repression","txid224308" +"BSU_28410","BSU_37820","GerE","BSU_37820","gerE","spsK","GerE","BSU_37820","subtiwiki","224308.BSU28410/224308.BSU37820","activation","txid224308" +"BSU_28410","BSU_26390","GerE","SigKC","gerE","sigKC","GerE","SigKC","subtiwiki","224308.BSU28410/224308.BSU26390","repression","txid224308" +"BSU_28410","BSU_misc_RNA_79","GerE","BSU_misc_RNA_79","gerE","surC","GerE","BSU_misc_RNA_79","subtiwiki","224308.BSU28410/224308.BSUmiscRNA79","transcription repression","txid224308" +"BSU_28410","BSU_13789","GerE","BSU_13789","gerE","ykzQ","GerE","BSU_13789","subtiwiki","224308.BSU28410/224308.BSU13789","activation","txid224308" +"BSU_28410","BSU_19790","GerE","BSU_19790","gerE","cgeB","GerE","BSU_19790","subtiwiki","224308.BSU28410/224308.BSU19790","activation","txid224308" +"BSU_28410","BSU_19780","GerE","CgeA","gerE","cgeA","GerE","CgeA","subtiwiki","224308.BSU28410/224308.BSU19780","activation","txid224308" +"BSU_28410","BSU_19490","GerE","BSU_19490","gerE","gerT","GerE","BSU_19490","subtiwiki","224308.BSU28410/224308.BSU19490","repression","txid224308" +"BSU_28410","BSU_34520","GerE","YvdP","gerE","cotQ","GerE","CotQ","subtiwiki","224308.BSU28410/224308.BSU34520","activation","txid224308" +"BSU_28410","BSU_22250","GerE","BSU_22250","gerE","yppG","GerE","BSU_22250","subtiwiki","224308.BSU28410/224308.BSU22250","activation","txid224308" +"BSU_28410","BSU_10680","GerE","BSU_10680","gerE","gerPE","GerE","BSU_10680","subtiwiki","224308.BSU28410/224308.BSU10680","repression","txid224308" +"BSU_28410","BSU_10690","GerE","BSU_10690","gerE","gerPD","GerE","BSU_10690","subtiwiki","224308.BSU28410/224308.BSU10690","repression","txid224308" +"BSU_28410","BSU_10700","GerE","BSU_10700","gerE","gerPC","GerE","BSU_10700","subtiwiki","224308.BSU28410/224308.BSU10700","repression","txid224308" +"BSU_28410","BSU_10670","GerE","BSU_10670","gerE","gerPF","GerE","BSU_10670","subtiwiki","224308.BSU28410/224308.BSU10670","repression","txid224308" +"BSU_28410","BSU_10720","GerE","BSU_10720","gerE","gerPA","GerE","BSU_10720","subtiwiki","224308.BSU28410/224308.BSU10720","repression","txid224308" +"BSU_28410","BSU_10710","GerE","BSU_10710","gerE","gerPB","GerE","BSU_10710","subtiwiki","224308.BSU28410/224308.BSU10710","repression","txid224308" +"BSU_28410","BSU_28320","GerE","BSU_28320","gerE","ysnD","GerE","BSU_28320","subtiwiki","224308.BSU28410/224308.BSU28320","repression","txid224308" +"BSU_28410","BSU_05550","GerE","BSU_05550","gerE","cotP","GerE","BSU_05550","subtiwiki","224308.BSU28410/224308.BSU05550","repression","txid224308" +"BSU_28410","BSU_05570","GerE","BSU_05570","gerE","ydgB","GerE","BSU_05570","subtiwiki","224308.BSU28410/224308.BSU05570","repression","txid224308" +"BSU_28410","BSU_19810","GerE","BSU_19810","gerE","yodU","GerE","BSU_19810","subtiwiki","224308.BSU28410/224308.BSU19810","activation","txid224308" +"BSU_28410","BSU_25710","GerE","BSU_25710","gerE","cwlH","GerE","BSU_25710","subtiwiki","224308.BSU28410/224308.BSU25710","activation","txid224308" +"BSU_28410","BSU_05560","GerE","BSU_05560","gerE","ydgA","GerE","BSU_05560","subtiwiki","224308.BSU28410/224308.BSU05560","repression","txid224308" +"BSU_28410","BSU_32650","GerE","BSU_32650","gerE","yurS","GerE","BSU_32650","subtiwiki","224308.BSU28410/224308.BSU32650","activation","txid224308" +"BSU_28410","BSU_14970","GerE","BSU_14970","gerE","ylbD","GerE","BSU_14970","subtiwiki","224308.BSU28410/224308.BSU14970","activation","txid224308" +"BSU_28410","BSU_14980","GerE","BSU_14980","gerE","ylbE","GerE","BSU_14980","subtiwiki","224308.BSU28410/224308.BSU14980","activation","txid224308" +"BSU_28410","BSU_17670","GerE","CotU","gerE","cotU","GerE","CotU","subtiwiki","224308.BSU28410/224308.BSU17670","activation","txid224308" +"BSU_28410","BSU_17310","GerE","BSU_17310","gerE","ymaG","GerE","BSU_17310","subtiwiki","224308.BSU28410/224308.BSU17310","activation","txid224308" +"BSU_28410","BSU_37880","GerE","BSU_37880","gerE","spsD","GerE","BSU_37880","subtiwiki","224308.BSU28410/224308.BSU37880","activation","txid224308" +"BSU_28410","BSU_37810","GerE","SpsL","gerE","spsL","GerE","SpsL","subtiwiki","224308.BSU28410/224308.BSU37810","activation","txid224308" +"BSU_28410","BSU_37840","GerE","BSU_37840","gerE","spsI","GerE","BSU_37840","subtiwiki","224308.BSU28410/224308.BSU37840","activation","txid224308" +"BSU_28410","BSU_37890","GerE","BSU_37890","gerE","spsC","GerE","BSU_37890","subtiwiki","224308.BSU28410/224308.BSU37890","activation","txid224308" +"BSU_28410","BSU_37910","GerE","BSU_37910","gerE","spsA","GerE","BSU_37910","subtiwiki","224308.BSU28410/224308.BSU37910","activation","txid224308" +"BSU_28410","BSU_37830","GerE","BSU_37830","gerE","spsJ","GerE","BSU_37830","subtiwiki","224308.BSU28410/224308.BSU37830","activation","txid224308" +"BSU_28410","BSU_36060","GerE","CotH","gerE","cotH","GerE","CotH","subtiwiki","224308.BSU28410/224308.BSU36060","repression","txid224308" +"BSU_28410","BSU_36050","GerE","CotB","gerE","cotB","GerE","CotB","subtiwiki","224308.BSU28410/224308.BSU36050","repression","txid224308" +"BSU_28410","BSU_36040","GerE","BSU_36040","gerE","ywrJ","GerE","BSU_36040","subtiwiki","224308.BSU28410/224308.BSU36040","repression","txid224308" +"BSU_28410","BSU_30880","GerE","BSU_30880","gerE","ytcC","GerE","BSU_30880","subtiwiki","224308.BSU28410/224308.BSU30880","repression","txid224308" +"BSU_28410","BSU_30860","GerE","YtcA","gerE","ytcA","GerE","YtcA","subtiwiki","224308.BSU28410/224308.BSU30860","repression","txid224308" +"BSU_28410","BSU_30870","GerE","BSU_30870","gerE","ytcB","GerE","BSU_30870","subtiwiki","224308.BSU28410/224308.BSU30870","repression","txid224308" +"BSU_28410","BSU_11780","GerE","CotV","gerE","cotV","GerE","CotV","subtiwiki","224308.BSU28410/224308.BSU11780","activation","txid224308" +"BSU_28410","BSU_11770","GerE","CotW","gerE","cotW","GerE","CotW","subtiwiki","224308.BSU28410/224308.BSU11770","activation","txid224308" +"BSU_28410","BSU_11760","GerE","CotX","gerE","cotX","GerE","CotX","subtiwiki","224308.BSU28410/224308.BSU11760","activation","txid224308" +"BSU_28410","BSU_11740","GerE","CotZ","gerE","cotZ","GerE","CotZ","subtiwiki","224308.BSU28410/224308.BSU11740","activation","txid224308" +"BSU_28410","BSU_25760","GerE","SigK","gerE","sigK","GerE","SigK","subtiwiki","224308.BSU28410/224308.BSU25760","repression","txid224308" +"BSU_28410","BSU_11750","GerE","CotY","gerE","cotY","GerE","CotY","subtiwiki","224308.BSU28410/224308.BSU11750","activation","txid224308" +"BSU_28410","BSU_17030","GerE","CotE","gerE","cotE","GerE","CotE","subtiwiki","224308.BSU28410/224308.BSU17030","repression","txid224308" +"BSU_28410","BSU_04110","GerE","BSU_04110","gerE","lipC","GerE","BSU_04110","subtiwiki","224308.BSU28410/224308.BSU04110","activation","txid224308" +"BSU_28410","BSU_31270","GerE","Tgl","gerE","tgl","GerE","Tgl","subtiwiki","224308.BSU28410/224308.BSU31270","repression","txid224308" +"BSU_28410","BSU_36070","GerE","CotG","gerE","cotG","GerE","CotG","subtiwiki","224308.BSU28410/224308.BSU36070","activation","txid224308" +"BSU_28410","BSU_17700","GerE","CotC","gerE","cotC","GerE","CotC","subtiwiki","224308.BSU28410/224308.BSU17700","activation","txid224308" +"BSU_28410","BSU_07280","GerE","BSU_07280","gerE","yfnG","GerE","BSU_07280","subtiwiki","224308.BSU28410/224308.BSU07280","activation","txid224308" +"BSU_28410","BSU_07270","GerE","BSU_07270","gerE","yfnH","GerE","BSU_07270","subtiwiki","224308.BSU28410/224308.BSU07270","activation","txid224308" +"BSU_28410","BSU_07300","GerE","BSU_07300","gerE","yfnE","GerE","BSU_07300","subtiwiki","224308.BSU28410/224308.BSU07300","activation","txid224308" +"BSU_28410","BSU_07310","GerE","BSU_07310","gerE","yfnD","GerE","BSU_07310","subtiwiki","224308.BSU28410/224308.BSU07310","activation","txid224308" +"BSU_28410","BSU_07290","GerE","BSU_07290","gerE","yfnF","GerE","BSU_07290","subtiwiki","224308.BSU28410/224308.BSU07290","activation","txid224308" +"BSU_28410","BSU_10900","GerE","BSU_10900","gerE","yisY","GerE","BSU_10900","subtiwiki","224308.BSU28410/224308.BSU10900","repression","txid224308" +"BSU_28410","BSU_06300","GerE","CotA","gerE","cotA","GerE","CotA","subtiwiki","224308.BSU28410/224308.BSU06300","repression","txid224308" +"BSU_28410","BSU_32640","GerE","SspG","gerE","sspG","GerE","SspG","subtiwiki","224308.BSU28410/224308.BSU32640","activation","txid224308" +"BSU_28410","BSU_17970","GerE","CotM","gerE","cotM","GerE","CotM","subtiwiki","224308.BSU28410/224308.BSU17970","repression","txid224308" +"BSU_28410","BSU_12090","GerE","BSU_12090","gerE","cotT","GerE","BSU_12090","subtiwiki","224308.BSU28410/224308.BSU12090","repression","txid224308" +"BSU_28410","BSU_15950","GerE","FtsY","gerE","ftsY","GerE","FtsY","subtiwiki","224308.BSU28410/224308.BSU15950","activation","txid224308" +"BSU_28410","BSU_09958","GerE","BSU_09958","gerE","sscA","GerE","BSU_09958","subtiwiki","224308.BSU28410/224308.BSU09958","activation","txid224308" +"BSU_28410","BSU_10610","GerE","BSU_10610","gerE","yhjR","GerE","BSU_10610","subtiwiki","224308.BSU28410/224308.BSU10610","repression","txid224308" +"BSU_28410","BSU_10600","GerE","YhjQ","gerE","yhjQ","GerE","YhjQ","subtiwiki","224308.BSU28410/224308.BSU10600","repression","txid224308" +"BSU_28410","BSU_22200","GerE","BSU_22200","gerE","cotD","GerE","BSU_22200","subtiwiki","224308.BSU28410/224308.BSU22200","activation","txid224308" +"BSU_28410","BSU_11320","GerE","BSU_11320","gerE","yjzB","GerE","BSU_11320","subtiwiki","224308.BSU28410/224308.BSU11320","activation","txid224308" +"BSU_28410","BSU_39580","GerE","YxeE","gerE","yxeE","GerE","YxeE","subtiwiki","224308.BSU28410/224308.BSU39580","activation","txid224308" +"BSU_28410","BSU_06850","GerE","YeeK","gerE","yeeK","GerE","YeeK","subtiwiki","224308.BSU28410/224308.BSU06850","activation","txid224308" +"BSU_28410","BSU_18670","GerE","YoaN","gerE","oxdD","GerE","OxdD","subtiwiki","224308.BSU28410/224308.BSU18670","repression","txid224308" +"BSU_28410","BSU_30900","GerE","BSU_30900","gerE","cotS","GerE","BSU_30900","subtiwiki","224308.BSU28410/224308.BSU30900","activation","txid224308" +"BSU_28410","BSU_19760","GerE","BSU_19760","gerE","cgeD","GerE","BSU_19760","subtiwiki","224308.BSU28410/224308.BSU19760","activation","txid224308" +"BSU_28410","BSU_30910","GerE","BSU_30910","gerE","cotSA","GerE","BSU_30910","subtiwiki","224308.BSU28410/224308.BSU30910","activation","txid224308" +"BSU_28410","BSU_30890","GerE","BSU_30890","gerE","ytxO","GerE","BSU_30890","subtiwiki","224308.BSU28410/224308.BSU30890","activation","txid224308" +"BSU_28410","BSU_19750","GerE","BSU_19750","gerE","cgeE","GerE","BSU_19750","subtiwiki","224308.BSU28410/224308.BSU19750","activation","txid224308" +"BSU_28410","BSU_19770","GerE","CgeC","gerE","cgeC","GerE","CgeC","subtiwiki","224308.BSU28410/224308.BSU19770","activation","txid224308" +"BSU_28410","BSU_37850","GerE","BSU_37850","gerE","spsG","GerE","BSU_37850","subtiwiki","224308.BSU28410/224308.BSU37850","activation","txid224308" +"BSU_28410","BSU_37900","GerE","SpsB","gerE","spsB","GerE","SpsB","subtiwiki","224308.BSU28410/224308.BSU37900","activation","txid224308" +"BSU_28410","BSU_37860","GerE","BSU_37860","gerE","spsF","GerE","BSU_37860","subtiwiki","224308.BSU28410/224308.BSU37860","activation","txid224308" +"BSU_28410","BSU_37870","GerE","BSU_37870","gerE","spsE","GerE","BSU_37870","subtiwiki","224308.BSU28410/224308.BSU37870","activation","txid224308" +"BSU_33950","BSU_33910","CggR","Pgm","cggR","pgm","CggR","Pgm","subtiwiki","224308.BSU33950/224308.BSU33910","repression","txid224308" +"BSU_33950","BSU_33900","CggR","Eno","cggR","eno","CggR","Eno","subtiwiki","224308.BSU33950/224308.BSU33900","repression","txid224308" +"BSU_33950","BSU_33920","CggR","Tpi","cggR","tpi","CggR","Tpi","subtiwiki","224308.BSU33950/224308.BSU33920","repression","txid224308" +"BSU_33950","BSU_33950","CggR","CggR","cggR","cggR","CggR","CggR","subtiwiki","224308.BSU33950/224308.BSU33950","repression","txid224308" +"BSU_33950","BSU_33930","CggR","Pgk","cggR","pgk","CggR","Pgk","subtiwiki","224308.BSU33950/224308.BSU33930","repression","txid224308" +"BSU_33950","BSU_33940","CggR","GapA","cggR","gapA","CggR","GapA","subtiwiki","224308.BSU33950/224308.BSU33940","repression","txid224308" +"BSU_29110","BSU_24980","PhoP","PstC","phoP","pstC","PhoP","PstC","subtiwiki","224308.BSU29110/224308.BSU24980","activation","txid224308" +"BSU_29110","BSU_06260","PhoP","BSU_06260","phoP","ydjN","PhoP","BSU_06260","subtiwiki","224308.BSU29110/224308.BSU06260","activation","txid224308" +"BSU_29110","BSU_01935","PhoP","BSU_01935","phoP","skfC","PhoP","BSU_01935","subtiwiki","224308.BSU29110/224308.BSU01935","activation","txid224308" +"BSU_29110","BSU_01910","PhoP","SkfA","phoP","skfA","PhoP","SkfA","subtiwiki","224308.BSU29110/224308.BSU01910","activation","txid224308" +"BSU_29110","BSU_01960","PhoP","SkfF","phoP","skfF","PhoP","SkfF","subtiwiki","224308.BSU29110/224308.BSU01960","activation","txid224308" +"BSU_29110","BSU_01920","PhoP","SkfB","phoP","skfB","PhoP","SkfB","subtiwiki","224308.BSU29110/224308.BSU01920","activation","txid224308" +"BSU_29110","BSU_01970","PhoP","BSU_01970","phoP","skfG","PhoP","BSU_01970","subtiwiki","224308.BSU29110/224308.BSU01970","activation","txid224308" +"BSU_29110","BSU_01980","PhoP","BSU_01980","phoP","skfH","PhoP","BSU_01980","subtiwiki","224308.BSU29110/224308.BSU01980","activation","txid224308" +"BSU_29110","BSU_01950","PhoP","SkfE","phoP","skfE","PhoP","SkfE","subtiwiki","224308.BSU29110/224308.BSU01950","activation","txid224308" +"BSU_29110","BSU_38090","PhoP","BSU_38090","phoP","vpr","PhoP","BSU_38090","subtiwiki","224308.BSU29110/224308.BSU38090","activation","txid224308" +"BSU_29110","BSU_05740","PhoP","PhoB","phoP","phoB","PhoP","PhoB","subtiwiki","224308.BSU29110/224308.BSU05740","activation","txid224308" +"BSU_29110","BSU_05730","PhoP","BSU_05730","phoP","ydhF","PhoP","BSU_05730","subtiwiki","224308.BSU29110/224308.BSU05730","activation","txid224308" +"BSU_29110","BSU_07840","PhoP","YfkN","phoP","yfkN","PhoP","YfkN","subtiwiki","224308.BSU29110/224308.BSU07840","activation","txid224308" +"BSU_29110","BSU_35720","PhoP","TagF","phoP","tagF","PhoP","TagF","subtiwiki","224308.BSU29110/224308.BSU35720","repression","txid224308" +"BSU_29110","BSU_35700","PhoP","TagH","phoP","tagH","PhoP","TagH","subtiwiki","224308.BSU29110/224308.BSU35700","repression","txid224308" +"BSU_29110","BSU_35730","PhoP","TagE","phoP","tagE","PhoP","TagE","subtiwiki","224308.BSU29110/224308.BSU35730","repression","txid224308" +"BSU_29110","BSU_35740","PhoP","TagD","phoP","tagD","PhoP","TagD","subtiwiki","224308.BSU29110/224308.BSU35740","repression","txid224308" +"BSU_29110","BSU_35710","PhoP","TagG","phoP","tagG","PhoP","TagG","subtiwiki","224308.BSU29110/224308.BSU35710","repression","txid224308" +"BSU_29110","BSU_29630","PhoP","RefZ","phoP","refZ","PhoP","RefZ","subtiwiki","224308.BSU29110/224308.BSU29630","activation","txid224308" +"BSU_29110","BSU_07800","PhoP","TreP","phoP","treP","PhoP","TreP","subtiwiki","224308.BSU29110/224308.BSU07800","activation","txid224308" +"BSU_29110","BSU_07810","PhoP","TreA","phoP","treA","PhoP","TreA","subtiwiki","224308.BSU29110/224308.BSU07810","activation","txid224308" +"BSU_29110","BSU_07820","PhoP","BSU_07820","phoP","treR","PhoP","BSU_07820","subtiwiki","224308.BSU29110/224308.BSU07820","activation","txid224308" +"BSU_29110","BSU_35310","PhoP","Hpf","phoP","hpf","PhoP","Hpf","subtiwiki","224308.BSU29110/224308.BSU35310","activation","txid224308" +"BSU_29110","BSU_11990","PhoP","BSU_11990","phoP","yjdB","PhoP","BSU_11990","subtiwiki","224308.BSU29110/224308.BSU11990","activation","txid224308" +"BSU_29110","BSU_24990","PhoP","PstS","phoP","pstS","PhoP","PstS","subtiwiki","224308.BSU29110/224308.BSU24990","activation","txid224308" +"BSU_29110","BSU_24970","PhoP","PstA","phoP","pstA","PhoP","PstA","subtiwiki","224308.BSU29110/224308.BSU24970","activation","txid224308" +"BSU_29110","BSU_24960","PhoP","PstBA","phoP","pstBA","PhoP","PstBA","subtiwiki","224308.BSU29110/224308.BSU24960","activation","txid224308" +"BSU_29110","BSU_24950","PhoP","PstBB","phoP","pstBB","PhoP","PstBB","subtiwiki","224308.BSU29110/224308.BSU24950","activation","txid224308" +"BSU_29110","BSU_02140","PhoP","BSU_02140","phoP","glpT","PhoP","BSU_02140","subtiwiki","224308.BSU29110/224308.BSU02140","activation","txid224308" +"BSU_29110","BSU_02130","PhoP","GlpQA","phoP","glpQ","PhoP","GlpQA","subtiwiki","224308.BSU29110/224308.BSU02130","activation","txid224308" +"BSU_29110","BSU_02620","PhoP","PhoD","phoP","phoD","PhoP","PhoD","subtiwiki","224308.BSU29110/224308.BSU02620","activation","txid224308" +"BSU_29110","BSU_02630","PhoP","TatAD","phoP","tatAD","PhoP","TatAD","subtiwiki","224308.BSU29110/224308.BSU02630","activation","txid224308" +"BSU_29110","BSU_02640","PhoP","TatCD","phoP","tatCD","PhoP","TatCD","subtiwiki","224308.BSU29110/224308.BSU02640","activation","txid224308" +"BSU_29110","BSU_35570","PhoP","BSU_35570","phoP","tuaE","PhoP","BSU_35570","subtiwiki","224308.BSU29110/224308.BSU35570","activation","txid224308" +"BSU_29110","BSU_35580","PhoP","TuaD","phoP","tuaD","PhoP","TuaD","subtiwiki","224308.BSU29110/224308.BSU35580","activation","txid224308" +"BSU_29110","BSU_35600","PhoP","BSU_35600","phoP","tuaB","PhoP","BSU_35600","subtiwiki","224308.BSU29110/224308.BSU35600","activation","txid224308" +"BSU_29110","BSU_35550","PhoP","BSU_35550","phoP","tuaG","PhoP","BSU_35550","subtiwiki","224308.BSU29110/224308.BSU35550","activation","txid224308" +"BSU_29110","BSU_35560","PhoP","BSU_35560","phoP","tuaF","PhoP","BSU_35560","subtiwiki","224308.BSU29110/224308.BSU35560","activation","txid224308" +"BSU_29110","BSU_35590","PhoP","BSU_35590","phoP","tuaC","PhoP","BSU_35590","subtiwiki","224308.BSU29110/224308.BSU35590","activation","txid224308" +"BSU_29110","BSU_35610","PhoP","BSU_35610","phoP","tuaA/2","PhoP","BSU_35610","subtiwiki","224308.BSU29110/224308.BSU35610","activation","txid224308" +"BSU_29110","BSU_35540","PhoP","BSU_35540","phoP","tuaH","PhoP","BSU_35540","subtiwiki","224308.BSU29110/224308.BSU35540","activation","txid224308" +"BSU_29110","BSU_35609","PhoP","BSU_35609","phoP","tuaA/1","PhoP","BSU_35609","subtiwiki","224308.BSU29110/224308.BSU35609","activation","txid224308" +"BSU_29110","BSU_32540","PhoP","BSU_32540","phoP","yurI","PhoP","BSU_32540","subtiwiki","224308.BSU29110/224308.BSU32540","activation","txid224308" +"BSU_29110","BSU_09410","PhoP","PhoA","phoP","phoA","PhoP","PhoA","subtiwiki","224308.BSU29110/224308.BSU09410","activation","txid224308" +"BSU_29110","BSU_40260","PhoP","BSU_40260","phoP","yycQ","PhoP","BSU_40260","subtiwiki","224308.BSU29110/224308.BSU40260","activation","txid224308" +"BSU_29110","BSU_40280","PhoP","BSU_40280","phoP","yycO","PhoP","BSU_40280","subtiwiki","224308.BSU29110/224308.BSU40280","activation","txid224308" +"BSU_29110","BSU_40270","PhoP","BSU_40270","phoP","yycP","PhoP","BSU_40270","subtiwiki","224308.BSU29110/224308.BSU40270","activation","txid224308" +"BSU_29110","BSU_39100","PhoP","BSU_39100","phoP","yxiO","PhoP","BSU_39100","subtiwiki","224308.BSU29110/224308.BSU39100","activation","txid224308" +"BSU_29110","BSU_13320","PhoP","BSU_13320","phoP","ykzB","PhoP","BSU_13320","subtiwiki","224308.BSU29110/224308.BSU13320","activation","txid224308" +"BSU_29110","BSU_13330","PhoP","BSU_13330","phoP","ykoL","PhoP","BSU_13330","subtiwiki","224308.BSU29110/224308.BSU13330","activation","txid224308" +"BSU_29110","BSU_06250","PhoP","BSU_06250","phoP","ydjM","PhoP","BSU_06250","subtiwiki","224308.BSU29110/224308.BSU06250","activation","txid224308" +"BSU_29110","BSU_03490","PhoP","SrfAB","phoP","srfAB","PhoP","SrfAB","subtiwiki","224308.BSU29110/224308.BSU03490","activation","txid224308" +"BSU_29110","BSU_03480","PhoP","SrfAA","phoP","srfAA","PhoP","SrfAA","subtiwiki","224308.BSU29110/224308.BSU03480","activation","txid224308" +"BSU_29110","BSU_03510","PhoP","SrfAC","phoP","srfAC","PhoP","SrfAC","subtiwiki","224308.BSU29110/224308.BSU03510","activation","txid224308" +"BSU_29110","BSU_03520","PhoP","BSU_03520","phoP","srfAD","PhoP","BSU_03520","subtiwiki","224308.BSU29110/224308.BSU03520","activation","txid224308" +"BSU_29110","BSU_03500","PhoP","ComS","phoP","comS","PhoP","ComS","subtiwiki","224308.BSU29110/224308.BSU03500","activation","txid224308" +"BSU_29110","BSU_35760","PhoP","TagB","phoP","tagB","PhoP","TagB","subtiwiki","224308.BSU29110/224308.BSU35760","repression","txid224308" +"BSU_29110","BSU_35750","PhoP","TagA","phoP","tagA","PhoP","TagA","subtiwiki","224308.BSU29110/224308.BSU35750","repression","txid224308" +"BSU_29110","BSU_18920","PhoP","PhrK","phoP","phrK","PhoP","PhrK","subtiwiki","224308.BSU29110/224308.BSU18920","activation","txid224308" +"BSU_29110","BSU_18910","PhoP","RapK","phoP","rapK","PhoP","RapK","subtiwiki","224308.BSU29110/224308.BSU18910","activation","txid224308" +"BSU_29110","BSU_23140","PhoP","ResB","phoP","resB","PhoP","ResB","subtiwiki","224308.BSU29110/224308.BSU23140","activation","txid224308" +"BSU_29110","BSU_23150","PhoP","ResA","phoP","resA","PhoP","ResA","subtiwiki","224308.BSU29110/224308.BSU23150","activation","txid224308" +"BSU_29110","BSU_23110","PhoP","ResE","phoP","resE","PhoP","ResE","subtiwiki","224308.BSU29110/224308.BSU23110","activation","txid224308" +"BSU_29110","BSU_23120","PhoP","ResD","phoP","resD","PhoP","ResD","subtiwiki","224308.BSU29110/224308.BSU23120","activation","txid224308" +"BSU_29110","BSU_23130","PhoP","ResC","phoP","resC","PhoP","ResC","subtiwiki","224308.BSU29110/224308.BSU23130","activation","txid224308" +"BSU_29110","BSU_29100","PhoP","PhoR","phoP","phoR","PhoP","PhoR","subtiwiki","224308.BSU29110/224308.BSU29100","activation","txid224308" +"BSU_29110","BSU_29110","PhoP","PhoP","phoP","phoP","PhoP","PhoP","subtiwiki","224308.BSU29110/224308.BSU29110","activation","txid224308" +"BSU_33660","BSU_40310","RghRA","PhrG","rghR","phrG","RghR","PhrG","subtiwiki","224308.BSU33660/224308.BSU40310","repression","txid224308" +"BSU_33660","BSU_40300","RghRA","RapG","rghR","rapG","RghR","RapG","subtiwiki","224308.BSU33660/224308.BSU40300","repression","txid224308" +"BSU_33660","BSU_33640","RghRA","BSU_33640","rghR","yvaM","RghR","BSU_33640","subtiwiki","224308.BSU33660/224308.BSU33640","repression","txid224308" +"BSU_33660","BSU_36380","RghRA","BSU_36380","rghR","rapD","RghR","BSU_36380","subtiwiki","224308.BSU33660/224308.BSU36380","repression","txid224308" +"BSU_33660","BSU_06830","RghRA","RapH","rghR","rapH","RghR","RapH","subtiwiki","224308.BSU33660/224308.BSU06830","repression","txid224308" +"BSU_33660","BSU_06839","RghRA","PhrH","rghR","phrH","RghR","PhrH","subtiwiki","224308.BSU33660/224308.BSU06839","repression","txid224308" +"BSU_39660","BSU_39640","YxdJ","BSU_39640","yxdJ","yxdL","YxdJ","BSU_39640","subtiwiki","224308.BSU39660/224308.BSU39640","activation","txid224308" +"BSU_39660","BSU_39630","YxdJ","BSU_39630","yxdJ","yxdM","YxdJ","BSU_39630","subtiwiki","224308.BSU39660/224308.BSU39630","activation","txid224308" +"BSU_39660","BSU_39620","YxdJ","BSU_39620","yxdJ","yxeA","YxdJ","BSU_39620","subtiwiki","224308.BSU39660/224308.BSU39620","activation","txid224308" +"BSU_38700","BSU_02380","SigY","BSU_02380","sigY","ybgB","SigY","BSU_02380","subtiwiki","224308.BSU38700/224308.BSU02380","sigma factor","txid224308" +"BSU_38700","BSU_38670","SigY","BSU_38670","sigY","yxlE","SigY","BSU_38670","subtiwiki","224308.BSU38700/224308.BSU38670","sigma factor","txid224308" +"BSU_38700","BSU_38690","SigY","YxlC","sigY","yxlC","SigY","YxlC","subtiwiki","224308.BSU38700/224308.BSU38690","sigma factor","txid224308" +"BSU_38700","BSU_38650","SigY","BSU_38650","sigY","yxlG","SigY","BSU_38650","subtiwiki","224308.BSU38700/224308.BSU38650","sigma factor","txid224308" +"BSU_38700","BSU_38660","SigY","BSU_38660","sigY","yxlF","SigY","BSU_38660","subtiwiki","224308.BSU38700/224308.BSU38660","sigma factor","txid224308" +"BSU_38700","BSU_38700","SigY","SigY","sigY","sigY","SigY","SigY","subtiwiki","224308.BSU38700/224308.BSU38700","sigma factor","txid224308" +"BSU_38700","BSU_38680","SigY","BSU_38680","sigY","yxlD","SigY","BSU_38680","subtiwiki","224308.BSU38700/224308.BSU38680","sigma factor","txid224308" +"BSU_40410","BSU_13450","WalR","SigI","walR","sigI","WalR","SigI","subtiwiki","224308.BSU40410/224308.BSU13450","activation","txid224308" +"BSU_40410","BSU_13460","WalR","RsgI","walR","rsgI","WalR","RsgI","subtiwiki","224308.BSU40410/224308.BSU13460","activation","txid224308" +"BSU_40410","BSU_14460","WalR","BSU_14460","walR","ykpC","WalR","BSU_14460","subtiwiki","224308.BSU40410/224308.BSU14460","activation","txid224308" +"BSU_40410","BSU_14470","WalR","MreBH","walR","mreBH","WalR","MreBH","subtiwiki","224308.BSU40410/224308.BSU14470","activation","txid224308" +"BSU_40410","BSU_06250","WalR","BSU_06250","walR","ydjM","WalR","BSU_06250","subtiwiki","224308.BSU40410/224308.BSU06250","activation","txid224308" +"BSU_40410","BSU_35760","WalR","TagB","walR","tagB","WalR","TagB","subtiwiki","224308.BSU40410/224308.BSU35760","activation","txid224308" +"BSU_40410","BSU_35750","WalR","TagA","walR","tagA","WalR","TagA","subtiwiki","224308.BSU40410/224308.BSU35750","activation","txid224308" +"BSU_40410","BSU_39220","WalR","YxxG","walR","wapI","WalR","WapI","subtiwiki","224308.BSU40410/224308.BSU39220","repression","txid224308" +"BSU_40410","BSU_39230","WalR","WapA","walR","wapA","WalR","WapA","subtiwiki","224308.BSU40410/224308.BSU39230","repression","txid224308" +"BSU_40410","BSU_19210","WalR","BSU_19210","walR","yocH","WalR","BSU_19210","subtiwiki","224308.BSU40410/224308.BSU19210","activation","txid224308" +"BSU_40410","BSU_35710","WalR","TagG","walR","tagG","WalR","TagG","subtiwiki","224308.BSU40410/224308.BSU35710","activation","txid224308" +"BSU_40410","BSU_35730","WalR","TagE","walR","tagE","WalR","TagE","subtiwiki","224308.BSU40410/224308.BSU35730","activation","txid224308" +"BSU_40410","BSU_35700","WalR","TagH","walR","tagH","WalR","TagH","subtiwiki","224308.BSU40410/224308.BSU35700","activation","txid224308" +"BSU_40410","BSU_35740","WalR","TagD","walR","tagD","WalR","TagD","subtiwiki","224308.BSU40410/224308.BSU35740","activation","txid224308" +"BSU_40410","BSU_15290","WalR","FtsZ","walR","ftsZ","WalR","FtsZ","subtiwiki","224308.BSU40410/224308.BSU15290","activation","txid224308" +"BSU_40410","BSU_15280","WalR","FtsA","walR","ftsA","WalR","FtsA","subtiwiki","224308.BSU40410/224308.BSU15280","activation","txid224308" +"BSU_40410","BSU_35720","WalR","TagF","walR","tagF","WalR","TagF","subtiwiki","224308.BSU40410/224308.BSU35720","activation","txid224308" +"BSU_40410","BSU_13820","WalR","BSU_13820","walR","ykvT","WalR","BSU_13820","subtiwiki","224308.BSU40410/224308.BSU13820","activation","txid224308" +"BSU_40410","BSU_13819","WalR","BSU_13819","walR","ykzS","WalR","BSU_13819","subtiwiki","224308.BSU40410/224308.BSU13819","activation","txid224308" +"BSU_40410","BSU_18380","WalR","IseA","walR","iseA","WalR","IseA","subtiwiki","224308.BSU40410/224308.BSU18380","repression","txid224308" +"BSU_40410","BSU_09420","WalR","LytE","walR","lytE","WalR","LytE","subtiwiki","224308.BSU40410/224308.BSU09420","activation","txid224308" +"BSU_40410","BSU_34800","WalR","CwlO","walR","cwlO","WalR","CwlO","subtiwiki","224308.BSU40410/224308.BSU34800","activation","txid224308" +"BSU_40410","BSU_12100","WalR","PdaC","walR","pdaC","WalR","PdaC","subtiwiki","224308.BSU40410/224308.BSU12100","repression","txid224308" +"BSU_40410","BSU_06260","WalR","BSU_06260","walR","ydjN","WalR","BSU_06260","subtiwiki","224308.BSU40410/224308.BSU06260","activation","txid224308" +"BSU_40410","BSU_38480","WalR","RelQ","walR","sasA","WalR","RelQ","subtiwiki","224308.BSU40410/224308.BSU38480","repression","txid224308" +"BSU_04160","BSU_03990","MtlR","BSU_03990","mtlR","mtlD","MtlR","BSU_03990","subtiwiki","224308.BSU04160/224308.BSU03990","activation","txid224308" +"BSU_04160","BSU_03981","MtlR","MtlA","mtlR","mtlA","MtlR","MtlA","subtiwiki","224308.BSU04160/224308.BSU03981","activation","txid224308" +"BSU_04160","BSU_03982","MtlR","MtlF","mtlR","mtlF","MtlR","MtlF","subtiwiki","224308.BSU04160/224308.BSU03982","activation","txid224308" +"BSU_34200","BSU_24060","SigL","LpdV","sigL","lpdV","SigL","LpdV","subtiwiki","224308.BSU34200/224308.BSU24060","sigma factor","txid224308" +"BSU_34200","BSU_24070","SigL","Buk","sigL","buk","SigL","Buk","subtiwiki","224308.BSU34200/224308.BSU24070","sigma factor","txid224308" +"BSU_34200","BSU_24090","SigL","BSU_24090","sigL","ptb","SigL","BSU_24090","subtiwiki","224308.BSU34200/224308.BSU24090","sigma factor","txid224308" +"BSU_34200","BSU_24030","SigL","BkdB","sigL","bkdB","SigL","BkdB","subtiwiki","224308.BSU34200/224308.BSU24030","sigma factor","txid224308" +"BSU_34200","BSU_24050","SigL","BkdAA","sigL","bkdAA","SigL","BkdAA","subtiwiki","224308.BSU34200/224308.BSU24050","sigma factor","txid224308" +"BSU_34200","BSU_24040","SigL","BkdAB","sigL","bkdAB","SigL","BkdAB","subtiwiki","224308.BSU34200/224308.BSU24040","sigma factor","txid224308" +"BSU_34200","BSU_24080","SigL","Bcd","sigL","bcd","SigL","Bcd","subtiwiki","224308.BSU34200/224308.BSU24080","sigma factor","txid224308" +"BSU_34200","BSU_40320","SigL","RocF","sigL","rocF","SigL","RocF","subtiwiki","224308.BSU34200/224308.BSU40320","sigma factor","txid224308" +"BSU_34200","BSU_40330","SigL","BSU_40330","sigL","rocE","SigL","BSU_40330","subtiwiki","224308.BSU34200/224308.BSU40330","sigma factor","txid224308" +"BSU_34200","BSU_40340","SigL","BSU_40340","sigL","rocD","SigL","BSU_40340","subtiwiki","224308.BSU34200/224308.BSU40340","sigma factor","txid224308" +"BSU_34200","BSU_27030","SigL","BSU_27030","sigL","sacC","SigL","BSU_27030","subtiwiki","224308.BSU34200/224308.BSU27030","sigma factor","txid224308" +"BSU_34200","BSU_27070","SigL","LevD","sigL","levD","SigL","LevD","subtiwiki","224308.BSU34200/224308.BSU27070","sigma factor","txid224308" +"BSU_34200","BSU_08080","SigL","AcoC","sigL","acoC","SigL","AcoC","subtiwiki","224308.BSU34200/224308.BSU08080","sigma factor","txid224308" +"BSU_34200","BSU_27040","SigL","LevG","sigL","levG","SigL","LevG","subtiwiki","224308.BSU34200/224308.BSU27040","sigma factor","txid224308" +"BSU_34200","BSU_27060","SigL","LevE","sigL","levE","SigL","LevE","subtiwiki","224308.BSU34200/224308.BSU27060","sigma factor","txid224308" +"BSU_34200","BSU_27050","SigL","LevF","sigL","levF","SigL","LevF","subtiwiki","224308.BSU34200/224308.BSU27050","sigma factor","txid224308" +"BSU_34200","BSU_08090","SigL","AcoL","sigL","acoL","SigL","AcoL","subtiwiki","224308.BSU34200/224308.BSU08090","sigma factor","txid224308" +"BSU_34200","BSU_08060","SigL","AcoA","sigL","acoA","SigL","AcoA","subtiwiki","224308.BSU34200/224308.BSU08060","sigma factor","txid224308" +"BSU_34200","BSU_08070","SigL","AcoB","sigL","acoB","SigL","AcoB","subtiwiki","224308.BSU34200/224308.BSU08070","sigma factor","txid224308" +"BSU_34200","BSU_37790","SigL","RocG","sigL","rocG","SigL","RocG","subtiwiki","224308.BSU34200/224308.BSU37790","sigma factor","txid224308" +"BSU_34200","BSU_37770","SigL","BSU_37770","sigL","rocB","SigL","BSU_37770","subtiwiki","224308.BSU34200/224308.BSU37770","sigma factor","txid224308" +"BSU_34200","BSU_37760","SigL","BSU_37760","sigL","rocC","SigL","BSU_37760","subtiwiki","224308.BSU34200/224308.BSU37760","sigma factor","txid224308" +"BSU_34200","BSU_37780","SigL","RocA","sigL","rocA","SigL","RocA","subtiwiki","224308.BSU34200/224308.BSU37780","sigma factor","txid224308" +"BSU_00980","BSU_10760","SigH","BSU_10760","sigH","yisL","SigH","BSU_10760","subtiwiki","224308.BSU00980/224308.BSU10760","sigma factor","txid224308" +"BSU_00980","BSU_10750","SigH","YisK","sigH","yisK","SigH","YisK","subtiwiki","224308.BSU00980/224308.BSU10750","sigma factor","txid224308" +"BSU_00980","BSU_37460","SigH","RapF","sigH","rapF","SigH","RapF","subtiwiki","224308.BSU00980/224308.BSU37460","sigma factor","txid224308" +"BSU_00980","BSU_37470","SigH","PhrF","sigH","phrF","SigH","PhrF","subtiwiki","224308.BSU00980/224308.BSU37470","sigma factor","txid224308" +"BSU_00980","BSU_24220","SigH","Spo0A","sigH","spo0A","SigH","Spo0A","subtiwiki","224308.BSU00980/224308.BSU24220","sigma factor","txid224308" +"BSU_00980","BSU_22790","SigH","Hbs","sigH","hbs","SigH","Hbs","subtiwiki","224308.BSU00980/224308.BSU22790","sigma factor","txid224308" +"BSU_00980","BSU_25840","SigH","BSU_25840","sigH","phrE","SigH","BSU_25840","subtiwiki","224308.BSU00980/224308.BSU25840","sigma factor","txid224308" +"BSU_00980","BSU_28020","SigH","MreC","sigH","mreC","SigH","MreC","subtiwiki","224308.BSU00980/224308.BSU28020","sigma factor","txid224308" +"BSU_00980","BSU_28010","SigH","MreD","sigH","mreD","SigH","MreD","subtiwiki","224308.BSU00980/224308.BSU28010","sigma factor","txid224308" +"BSU_00980","BSU_28030","SigH","MreB","sigH","mreB","SigH","MreB","subtiwiki","224308.BSU00980/224308.BSU28030","sigma factor","txid224308" +"BSU_00980","BSU_27990","SigH","MinD","sigH","minD","SigH","MinD","subtiwiki","224308.BSU00980/224308.BSU27990","sigma factor","txid224308" +"BSU_00980","BSU_28000","SigH","MinC","sigH","minC","SigH","MinC","subtiwiki","224308.BSU00980/224308.BSU28000","sigma factor","txid224308" +"BSU_00980","BSU_25200","SigH","SigA","sigH","sigA","SigH","SigA","subtiwiki","224308.BSU00980/224308.BSU25200","sigma factor","txid224308" +"BSU_00980","BSU_33040","SigH","FumC","sigH","citG","SigH","CitG","subtiwiki","224308.BSU00980/224308.BSU33040","sigma factor","txid224308" +"BSU_00980","BSU_05010","SigH","RapI","sigH","rapI","SigH","RapI","subtiwiki","224308.BSU00980/224308.BSU05010","sigma factor","txid224308" +"BSU_00980","BSU_05020","SigH","PhrI","sigH","phrI","SigH","PhrI","subtiwiki","224308.BSU00980/224308.BSU05020","sigma factor","txid224308" +"BSU_00980","BSU_03770","SigH","RapC","sigH","rapC","SigH","RapC","subtiwiki","224308.BSU00980/224308.BSU03770","sigma factor","txid224308" +"BSU_00980","BSU_03780","SigH","PhrC","sigH","phrC","SigH","PhrC","subtiwiki","224308.BSU00980/224308.BSU03780","sigma factor","txid224308" +"BSU_00980","BSU_29770","SigH","YtxH","sigH","ytxH","SigH","YtxH","subtiwiki","224308.BSU00980/224308.BSU29770","sigma factor","txid224308" +"BSU_00980","BSU_39330","SigH","BSU_39330","sigH","abn2","SigH","BSU_39330","subtiwiki","224308.BSU00980/224308.BSU39330","sigma factor","txid224308" +"BSU_00980","BSU_29760","SigH","BSU_29760","sigH","brxC","SigH","BSU_29760","subtiwiki","224308.BSU00980/224308.BSU29760","sigma factor","txid224308" +"BSU_00980","BSU_29780","SigH","FacZ","sigH","facZ","SigH","FacZ","subtiwiki","224308.BSU00980/224308.BSU29780","sigma factor","txid224308" +"BSU_00980","BSU_37130","SigH","Spo0F","sigH","spo0F","SigH","Spo0F","subtiwiki","224308.BSU00980/224308.BSU37130","sigma factor","txid224308" +"BSU_00980","BSU_18920","SigH","PhrK","sigH","phrK","SigH","PhrK","subtiwiki","224308.BSU00980/224308.BSU18920","sigma factor","txid224308" +"BSU_00980","BSU_18910","SigH","RapK","sigH","rapK","SigH","RapK","subtiwiki","224308.BSU00980/224308.BSU18910","sigma factor","txid224308" +"BSU_00980","BSU_00490","SigH","SpoVG","sigH","spoVG","SigH","SpoVG","subtiwiki","224308.BSU00980/224308.BSU00490","sigma factor","txid224308" +"BSU_00980","BSU_23450","SigH","SigF","sigH","sigF","SigH","SigF","subtiwiki","224308.BSU00980/224308.BSU23450","sigma factor","txid224308" +"BSU_00980","BSU_23470","SigH","SpoIIAA","sigH","spoIIAA","SigH","SpoIIAA","subtiwiki","224308.BSU00980/224308.BSU23470","sigma factor","txid224308" +"BSU_00980","BSU_23460","SigH","SpoIIAB","sigH","spoIIAB","SigH","SpoIIAB","subtiwiki","224308.BSU00980/224308.BSU23460","sigma factor","txid224308" +"BSU_00980","BSU_08760","SigH","Spo0M","sigH","spo0M","SigH","Spo0M","subtiwiki","224308.BSU00980/224308.BSU08760","sigma factor","txid224308" +"BSU_00980","BSU_36660","SigH","UreA","sigH","ureA","SigH","UreA","subtiwiki","224308.BSU00980/224308.BSU36660","sigma factor","txid224308" +"BSU_00980","BSU_36640","SigH","UreC","sigH","ureC","SigH","UreC","subtiwiki","224308.BSU00980/224308.BSU36640","sigma factor","txid224308" +"BSU_00980","BSU_36650","SigH","UreB","sigH","ureB","SigH","UreB","subtiwiki","224308.BSU00980/224308.BSU36650","sigma factor","txid224308" +"BSU_00980","BSU_35310","SigH","Hpf","sigH","hpf","SigH","Hpf","subtiwiki","224308.BSU00980/224308.BSU35310","sigma factor","txid224308" +"BSU_00980","BSU_16980","SigH","SpoVS","sigH","spoVS","SigH","SpoVS","subtiwiki","224308.BSU00980/224308.BSU16980","sigma factor","txid224308" +"BSU_00980","BSU_15290","SigH","FtsZ","sigH","ftsZ","SigH","FtsZ","subtiwiki","224308.BSU00980/224308.BSU15290","sigma factor","txid224308" +"BSU_00980","BSU_15280","SigH","FtsA","sigH","ftsA","SigH","FtsA","subtiwiki","224308.BSU00980/224308.BSU15280","sigma factor","txid224308" +"BSU_00980","BSU_40310","SigH","PhrG","sigH","phrG","SigH","PhrG","subtiwiki","224308.BSU00980/224308.BSU40310","sigma factor","txid224308" +"BSU_00980","BSU_40300","SigH","RapG","sigH","rapG","SigH","RapG","subtiwiki","224308.BSU00980/224308.BSU40300","sigma factor","txid224308" +"BSU_00980","BSU_38090","SigH","BSU_38090","sigH","vpr","SigH","BSU_38090","subtiwiki","224308.BSU00980/224308.BSU38090","sigma factor","txid224308" +"BSU_00980","BSU_37030","SigH","RacA","sigH","racA","SigH","RacA","subtiwiki","224308.BSU00980/224308.BSU37030","sigma factor","txid224308" +"BSU_00980","BSU_13990","SigH","KinA","sigH","kinA","SigH","KinA","subtiwiki","224308.BSU00980/224308.BSU13990","sigma factor","txid224308" +"BSU_00980","BSU_25230","SigH","BSU_25230","sigH","yqxD","SigH","BSU_25230","subtiwiki","224308.BSU00980/224308.BSU25230","sigma factor","txid224308" +"BSU_00980","BSU_25210","SigH","DnaG","sigH","dnaG","SigH","DnaG","subtiwiki","224308.BSU00980/224308.BSU25210","sigma factor","txid224308" +"BSU_00980","BSU_09420","SigH","LytE","sigH","lytE","SigH","LytE","subtiwiki","224308.BSU00980/224308.BSU09420","sigma factor","txid224308" +"BSU_00980","BSU_18360","SigH","BSU_18360","sigH","galM","SigH","BSU_18360","subtiwiki","224308.BSU00980/224308.BSU18360","sigma factor","txid224308" +"BSU_00980","BSU_18350","SigH","DacC","sigH","dacC","SigH","DacC","subtiwiki","224308.BSU00980/224308.BSU18350","sigma factor","txid224308" +"BSU_00980","BSU_19410","SigH","CwlS","sigH","cwlS","SigH","CwlS","subtiwiki","224308.BSU00980/224308.BSU19410","sigma factor","txid224308" +"BSU_16470","BSU_16280","SigD","FlgD","sigD","flgD","SigD","FlgD","subtiwiki","224308.BSU16470/224308.BSU16280","sigma factor","txid224308" +"BSU_16470","new_4164565_4165231","SigD","new_4164565_4165231","sigD","S1559","SigD","new_4164565_4165231","subtiwiki","224308.BSU16470/224308.new41645654165231","sigma factor","txid224308" +"BSU_16470","BSU_29960","SigD","BSU_29960","sigD","ytlP","SigD","BSU_29960","subtiwiki","224308.BSU16470/224308.BSU29960","sigma factor","txid224308" +"BSU_16470","BSU_29930","SigD","AmyX","sigD","amyX","SigD","AmyX","subtiwiki","224308.BSU16470/224308.BSU29930","sigma factor","txid224308" +"BSU_16470","BSU_29940","SigD","BSU_29940","sigD","ytlR","SigD","BSU_29940","subtiwiki","224308.BSU16470/224308.BSU29940","sigma factor","txid224308" +"BSU_16470","BSU_29950","SigD","BSU_29950","sigD","ytlQ","SigD","BSU_29950","subtiwiki","224308.BSU16470/224308.BSU29950","sigma factor","txid224308" +"BSU_16470","BSU_26200","SigD","BSU_26200","sigD","yqaS","SigD","BSU_26200","subtiwiki","224308.BSU16470/224308.BSU26200","sigma factor","txid224308" +"BSU_16470","BSU_19749","SigD","BSU_19749","sigD","yoyG","SigD","BSU_19749","subtiwiki","224308.BSU16470/224308.BSU19749","sigma factor","txid224308" +"BSU_16470","BSU_33690","SigD","YvaQ","sigD","yvaQ","SigD","YvaQ","subtiwiki","224308.BSU16470/224308.BSU33690","sigma factor","txid224308" +"BSU_16470","BSU_35310","SigD","Hpf","sigD","hpf","SigD","Hpf","subtiwiki","224308.BSU16470/224308.BSU35310","sigma factor","txid224308" +"BSU_16470","BSU_26210","SigD","BSU_26210","sigD","yqaR","SigD","BSU_26210","subtiwiki","224308.BSU16470/224308.BSU26210","sigma factor","txid224308" +"BSU_16470","new_3631609_3631729_c","SigD","new_3631609_3631729_c","sigD","S1350","SigD","new_3631609_3631729_c","subtiwiki","224308.BSU16470/224308.new36316093631729c","sigma factor","txid224308" +"BSU_16470","BSU_35319","SigD","SmiA","sigD","smiA","SigD","SmiA","subtiwiki","224308.BSU16470/224308.BSU35319","sigma factor","txid224308" +"BSU_16470","BSU_35230","SigD","SwrA","sigD","swrA","SigD","SwrA","subtiwiki","224308.BSU16470/224308.BSU35230","sigma factor","txid224308" +"BSU_16470","BSU_19410","SigD","CwlS","sigD","cwlS","SigD","CwlS","subtiwiki","224308.BSU16470/224308.BSU19410","sigma factor","txid224308" +"BSU_16470","BSU_11910","SigD","YjcM","sigD","yjcM","SigD","YjcM","subtiwiki","224308.BSU16470/224308.BSU11910","sigma factor","txid224308" +"BSU_16470","BSU_35780","SigD","LytD","sigD","lytD","SigD","LytD","subtiwiki","224308.BSU16470/224308.BSU35780","sigma factor","txid224308" +"BSU_16470","BSU_38800","SigD","BSU_38800","sigD","yxkH","SigD","BSU_38800","subtiwiki","224308.BSU16470/224308.BSU38800","sigma factor","txid224308" +"BSU_16470","BSU_07350","SigD","YfmT","sigD","yfmT","SigD","YfmT","subtiwiki","224308.BSU16470/224308.BSU07350","sigma factor","txid224308" +"BSU_16470","BSU_07360","SigD","YfmS","sigD","yfmS","SigD","YfmS","subtiwiki","224308.BSU16470/224308.BSU07360","sigma factor","txid224308" +"BSU_16470","BSU_36400","SigD","FlhO","sigD","flhO","SigD","FlhO","subtiwiki","224308.BSU16470/224308.BSU36400","sigma factor","txid224308" +"BSU_16470","BSU_36390","SigD","FlhP","sigD","flhP","SigD","FlhP","subtiwiki","224308.BSU16470/224308.BSU36390","sigma factor","txid224308" +"BSU_16470","BSU_misc_RNA_82","SigD","BSU_misc_RNA_82","sigD","rnaC","SigD","BSU_misc_RNA_82","subtiwiki","224308.BSU16470/224308.BSUmiscRNA82","sigma factor","txid224308" +"BSU_16470","BSU_13420","SigD","BSU_13420","sigD","dgcW","SigD","BSU_13420","subtiwiki","224308.BSU16470/224308.BSU13420","sigma factor","txid224308" +"BSU_16470","BSU_35350","SigD","BSU_35350","sigD","yvyC","SigD","BSU_35350","subtiwiki","224308.BSU16470/224308.BSU35350","sigma factor","txid224308" +"BSU_16470","BSU_38850","SigD","YxkC","sigD","yxkC","SigD","YxkC","subtiwiki","224308.BSU16470/224308.BSU38850","sigma factor","txid224308" +"BSU_16470","BSU_35340","SigD","FliD","sigD","fliD","SigD","FliD","subtiwiki","224308.BSU16470/224308.BSU35340","sigma factor","txid224308" +"BSU_16470","BSU_35320","SigD","FliT","sigD","fliT","SigD","FliT","subtiwiki","224308.BSU16470/224308.BSU35320","sigma factor","txid224308" +"BSU_16470","BSU_35330","SigD","FliS","sigD","fliS","SigD","FliS","subtiwiki","224308.BSU16470/224308.BSU35330","sigma factor","txid224308" +"BSU_16470","BSU_09370","SigD","LytF","sigD","lytF","SigD","LytF","subtiwiki","224308.BSU16470/224308.BSU09370","sigma factor","txid224308" +"BSU_16470","BSU_35360","SigD","Hag","sigD","hag","SigD","Hag","subtiwiki","224308.BSU16470/224308.BSU35360","sigma factor","txid224308" +"BSU_16470","BSU_11570","SigD","BSU_11570","sigD","cwlQ","SigD","BSU_11570","subtiwiki","224308.BSU16470/224308.BSU11570","sigma factor","txid224308" +"BSU_16470","BSU_13680","SigD","MotB","sigD","motB","SigD","MotB","subtiwiki","224308.BSU16470/224308.BSU13680","sigma factor","txid224308" +"BSU_16470","BSU_13690","SigD","MotA","sigD","motA","SigD","MotA","subtiwiki","224308.BSU16470/224308.BSU13690","sigma factor","txid224308" +"BSU_16470","BSU_38100","SigD","BSU_38100","sigD","ywcH","SigD","BSU_38100","subtiwiki","224308.BSU16470/224308.BSU38100","sigma factor","txid224308" +"BSU_16470","BSU_38110","SigD","NfrAA","sigD","nfrA","SigD","NfrAA","subtiwiki","224308.BSU16470/224308.BSU38110","sigma factor","txid224308" +"BSU_16470","BSU_31250","SigD","TlpA","sigD","tlpA","SigD","TlpA","subtiwiki","224308.BSU16470/224308.BSU31250","sigma factor","txid224308" +"BSU_16470","BSU_12120","SigD","BSU_12120","sigD","yjfB","SigD","BSU_12120","subtiwiki","224308.BSU16470/224308.BSU12120","sigma factor","txid224308" +"BSU_16470","BSU_31240","SigD","McpA","sigD","mcpA","SigD","McpA","subtiwiki","224308.BSU16470/224308.BSU31240","sigma factor","txid224308" +"BSU_16470","BSU_19750","SigD","BSU_19750","sigD","cgeE","SigD","BSU_19750","subtiwiki","224308.BSU16470/224308.BSU19750","sigma factor","txid224308" +"BSU_16470","BSU_19770","SigD","CgeC","sigD","cgeC","SigD","CgeC","subtiwiki","224308.BSU16470/224308.BSU19770","sigma factor","txid224308" +"BSU_16470","BSU_19760","SigD","BSU_19760","sigD","cgeD","SigD","BSU_19760","subtiwiki","224308.BSU16470/224308.BSU19760","sigma factor","txid224308" +"BSU_16470","BSU_31260","SigD","McpB","sigD","mcpB","SigD","McpB","subtiwiki","224308.BSU16470/224308.BSU31260","sigma factor","txid224308" +"BSU_16470","BSU_38400","SigD","BSU_38400","sigD","epr","SigD","BSU_38400","subtiwiki","224308.BSU16470/224308.BSU38400","sigma factor","txid224308" +"BSU_16470","BSU_12500","SigD","BSU_12500","sigD","xkdA","SigD","BSU_12500","subtiwiki","224308.BSU16470/224308.BSU12500","sigma factor","txid224308" +"BSU_16470","BSU_18610","SigD","BSU_18610","sigD","yoaH","SigD","BSU_18610","subtiwiki","224308.BSU16470/224308.BSU18610","sigma factor","txid224308" +"BSU_16470","BSU_33870","SigD","BSU_33870","sigD","yvbI","SigD","BSU_33870","subtiwiki","224308.BSU16470/224308.BSU33870","sigma factor","txid224308" +"BSU_16470","BSU_14010","SigD","CheV","sigD","cheV","SigD","CheV","subtiwiki","224308.BSU16470/224308.BSU14010","sigma factor","txid224308" +"BSU_16470","BSU_03440","SigD","TlpC","sigD","tlpC","SigD","TlpC","subtiwiki","224308.BSU16470/224308.BSU03440","sigma factor","txid224308" +"BSU_16470","BSU_35860","SigD","BSU_35860","sigD","pgdS","SigD","BSU_35860","subtiwiki","224308.BSU16470/224308.BSU35860","sigma factor","txid224308" +"BSU_16470","BSU_25200","SigD","SigA","sigD","sigA","SigD","SigA","subtiwiki","224308.BSU16470/224308.BSU25200","sigma factor","txid224308" +"BSU_16470","BSU_28890","SigD","BSU_28890","sigD","yscB","SigD","BSU_28890","subtiwiki","224308.BSU16470/224308.BSU28890","sigma factor","txid224308" +"BSU_16470","BSU_02050","SigD","BSU_02050","sigD","ybdO","SigD","BSU_02050","subtiwiki","224308.BSU16470/224308.BSU02050","sigma factor","txid224308" +"BSU_16470","BSU_31230","SigD","TlpB","sigD","tlpB","SigD","TlpB","subtiwiki","224308.BSU16470/224308.BSU31230","sigma factor","txid224308" +"BSU_16470","BSU_21940","SigD","BSU_21940","sigD","degR","SigD","BSU_21940","subtiwiki","224308.BSU16470/224308.BSU21940","sigma factor","txid224308" +"BSU_16470","BSU_16070","SigD","BSU_16070","sigD","ylqG","SigD","BSU_16070","subtiwiki","224308.BSU16470/224308.BSU16070","sigma factor","txid224308" +"BSU_16470","BSU_16060","SigD","RnhB","sigD","rnhB","SigD","RnhB","subtiwiki","224308.BSU16470/224308.BSU16060","sigma factor","txid224308" +"BSU_16470","BSU_16080","SigD","BSU_16080","sigD","ylqH","SigD","BSU_16080","subtiwiki","224308.BSU16470/224308.BSU16080","sigma factor","txid224308" +"BSU_16470","BSU_10380","SigD","HemAT","sigD","hemAT","SigD","HemAT","subtiwiki","224308.BSU16470/224308.BSU10380","sigma factor","txid224308" +"BSU_16470","BSU_11940","SigD","BSU_11940","sigD","yjcP","SigD","BSU_11940","subtiwiki","224308.BSU16470/224308.BSU11940","sigma factor","txid224308" +"BSU_16470","BSU_13950","SigD","McpC","sigD","mcpC","SigD","McpC","subtiwiki","224308.BSU16470/224308.BSU13950","sigma factor","txid224308" +"BSU_16470","BSU_11950","SigD","BSU_11950","sigD","yjcQ","SigD","BSU_11950","subtiwiki","224308.BSU16470/224308.BSU11950","sigma factor","txid224308" +"BSU_16470","BSU_38510","SigD","DltB","sigD","dltB","SigD","DltB","subtiwiki","224308.BSU16470/224308.BSU38510","sigma factor","txid224308" +"BSU_16470","BSU_38530","SigD","DltD","sigD","dltD","SigD","DltD","subtiwiki","224308.BSU16470/224308.BSU38530","sigma factor","txid224308" +"BSU_16470","BSU_38500","SigD","DltA","sigD","dltA","SigD","DltA","subtiwiki","224308.BSU16470/224308.BSU38500","sigma factor","txid224308" +"BSU_16470","BSU_38520","SigD","DltC","sigD","dltC","SigD","DltC","subtiwiki","224308.BSU16470/224308.BSU38520","sigma factor","txid224308" +"BSU_16470","BSU_15960","SigD","BSU_15960","sigD","sivC","SigD","BSU_15960","subtiwiki","224308.BSU16470/224308.BSU15960","sigma factor","txid224308" +"BSU_16470","BSU_38540","SigD","BSU_38540","sigD","dltE","SigD","BSU_38540","subtiwiki","224308.BSU16470/224308.BSU38540","sigma factor","txid224308" +"BSU_16470","BSU_38499","SigD","BSU_38499","sigD","dltX","SigD","BSU_38499","subtiwiki","224308.BSU16470/224308.BSU38499","sigma factor","txid224308" +"BSU_16470","BSU_16430","SigD","CheA","sigD","cheA","SigD","CheA","subtiwiki","224308.BSU16470/224308.BSU16430","sigma factor","txid224308" +"BSU_16470","BSU_16200","SigD","FliE","sigD","fliE","SigD","FliE","subtiwiki","224308.BSU16470/224308.BSU16200","sigma factor","txid224308" +"BSU_16470","BSU_16360","SigD","FliQ","sigD","fliQ","SigD","FliQ","subtiwiki","224308.BSU16470/224308.BSU16360","sigma factor","txid224308" +"BSU_16470","BSU_16300","SigD","FliL","sigD","fliL","SigD","FliL","subtiwiki","224308.BSU16470/224308.BSU16300","sigma factor","txid224308" +"BSU_16470","BSU_16250","SigD","FliJ","sigD","fliJ","SigD","FliJ","subtiwiki","224308.BSU16470/224308.BSU16250","sigma factor","txid224308" +"BSU_16470","BSU_16190","SigD","FlgC","sigD","flgC","SigD","FlgC","subtiwiki","224308.BSU16470/224308.BSU16190","sigma factor","txid224308" +"BSU_16470","BSU_16240","SigD","FliI","sigD","fliI","SigD","FliI","subtiwiki","224308.BSU16470/224308.BSU16240","sigma factor","txid224308" +"BSU_16470","BSU_16340","SigD","FliZ","sigD","fliO","SigD","FliO","subtiwiki","224308.BSU16470/224308.BSU16340","sigma factor","txid224308" +"BSU_16470","BSU_16400","SigD","FlhF","sigD","flhF","SigD","FlhF","subtiwiki","224308.BSU16470/224308.BSU16400","sigma factor","txid224308" +"BSU_16470","BSU_16330","SigD","CheY","sigD","cheY","SigD","CheY","subtiwiki","224308.BSU16470/224308.BSU16330","sigma factor","txid224308" +"BSU_16470","BSU_16410","SigD","YlxH","sigD","flhG","SigD","FlhG","subtiwiki","224308.BSU16470/224308.BSU16410","sigma factor","txid224308" +"BSU_16470","BSU_00590","SigD","HslR","sigD","rqcP","SigD","RqcP","subtiwiki","224308.BSU16470/224308.BSU00590","sigma factor","txid224308" +"BSU_16470","BSU_35440","SigD","BSU_35440","sigD","yvyF","SigD","BSU_35440","subtiwiki","224308.BSU16470/224308.BSU35440","sigma factor","txid224308" +"BSU_16470","BSU_35390","SigD","BSU_35390","sigD","yviE","SigD","BSU_35390","subtiwiki","224308.BSU16470/224308.BSU35390","sigma factor","txid224308" +"BSU_16470","BSU_00610","SigD","BSU_00610","sigD","shfA","SigD","BSU_00610","subtiwiki","224308.BSU16470/224308.BSU00610","sigma factor","txid224308" +"BSU_16470","BSU_35460","SigD","ComFB","sigD","comFB","SigD","ComFB","subtiwiki","224308.BSU16470/224308.BSU35460","sigma factor","txid224308" +"BSU_16470","BSU_35400","SigD","FlgL","sigD","flgL","SigD","FlgL","subtiwiki","224308.BSU16470/224308.BSU35400","sigma factor","txid224308" +"BSU_16470","BSU_35420","SigD","BSU_35420","sigD","flgN","SigD","BSU_35420","subtiwiki","224308.BSU16470/224308.BSU35420","sigma factor","txid224308" +"BSU_16470","BSU_35370","SigD","CsrA","sigD","csrA","SigD","CsrA","subtiwiki","224308.BSU16470/224308.BSU35370","sigma factor","txid224308" +"BSU_16470","BSU_00570","SigD","BSU_00570","sigD","yabM","SigD","BSU_00570","subtiwiki","224308.BSU16470/224308.BSU00570","sigma factor","txid224308" +"BSU_16470","BSU_35410","SigD","FlgK","sigD","flgK","SigD","FlgK","subtiwiki","224308.BSU16470/224308.BSU35410","sigma factor","txid224308" +"BSU_16470","BSU_00600","SigD","BSU_00600","sigD","yabP","SigD","BSU_00600","subtiwiki","224308.BSU16470/224308.BSU00600","sigma factor","txid224308" +"BSU_16470","BSU_00580","SigD","BSU_00580","sigD","yabN","SigD","BSU_00580","subtiwiki","224308.BSU16470/224308.BSU00580","sigma factor","txid224308" +"BSU_16470","BSU_35380","SigD","FliW","sigD","fliW","SigD","FliW","subtiwiki","224308.BSU16470/224308.BSU35380","sigma factor","txid224308" +"BSU_16470","BSU_35470","SigD","ComFA","sigD","comFA","SigD","ComFA","subtiwiki","224308.BSU16470/224308.BSU35470","sigma factor","txid224308" +"BSU_16470","BSU_00630","SigD","YabR","sigD","yabR","SigD","YabR","subtiwiki","224308.BSU16470/224308.BSU00630","sigma factor","txid224308" +"BSU_16470","BSU_35430","SigD","FlgM","sigD","flgM","SigD","FlgM","subtiwiki","224308.BSU16470/224308.BSU35430","sigma factor","txid224308" +"BSU_16470","BSU_00620","SigD","DivIC","sigD","divIC","SigD","DivIC","subtiwiki","224308.BSU16470/224308.BSU00620","sigma factor","txid224308" +"BSU_16470","BSU_35450","SigD","ComFC","sigD","comFC","SigD","ComFC","subtiwiki","224308.BSU16470/224308.BSU35450","sigma factor","txid224308" +"BSU_16470","BSU_35239","SigD","SwrAA/2","sigD","swrAA/2","SigD","SwrAA/2","subtiwiki","224308.BSU16470/224308.BSU35239","sigma factor","txid224308" +"BSU_16470","BSU_35220","SigD","MinJ","sigD","minJ","SigD","MinJ","subtiwiki","224308.BSU16470/224308.BSU35220","sigma factor","txid224308" +"BSU_16470","BSU_35640","SigD","BSU_35640","sigD","lytA","SigD","BSU_35640","subtiwiki","224308.BSU16470/224308.BSU35640","sigma factor","txid224308" +"BSU_16470","BSU_35630","SigD","BSU_35630","sigD","lytB","SigD","BSU_35630","subtiwiki","224308.BSU16470/224308.BSU35630","sigma factor","txid224308" +"BSU_16470","BSU_35620","SigD","LytC","sigD","lytC","SigD","LytC","subtiwiki","224308.BSU16470/224308.BSU35620","sigma factor","txid224308" +"BSU_16470","BSU_16310","SigD","FliM","sigD","fliM","SigD","FliM","subtiwiki","224308.BSU16470/224308.BSU16310","sigma factor","txid224308" +"BSU_16470","BSU_16460","SigD","CheD","sigD","cheD","SigD","CheD","subtiwiki","224308.BSU16470/224308.BSU16460","sigma factor","txid224308" +"BSU_16470","BSU_16270","SigD","BSU_16270","sigD","fliK","SigD","BSU_16270","subtiwiki","224308.BSU16470/224308.BSU16270","sigma factor","txid224308" +"BSU_16470","BSU_16230","SigD","FliH","sigD","fliH","SigD","FliH","subtiwiki","224308.BSU16470/224308.BSU16230","sigma factor","txid224308" +"BSU_16470","BSU_16260","SigD","YlxF","sigD","ylxF","SigD","YlxF","subtiwiki","224308.BSU16470/224308.BSU16260","sigma factor","txid224308" +"BSU_16470","BSU_16380","SigD","FlhB","sigD","flhB","SigD","FlhB","subtiwiki","224308.BSU16470/224308.BSU16380","sigma factor","txid224308" +"BSU_16470","BSU_16180","SigD","FlgB","sigD","flgB","SigD","FlgB","subtiwiki","224308.BSU16470/224308.BSU16180","sigma factor","txid224308" +"BSU_16470","BSU_16220","SigD","FliG","sigD","fliG","SigD","FliG","subtiwiki","224308.BSU16470/224308.BSU16220","sigma factor","txid224308" +"BSU_16470","BSU_16210","SigD","FliF","sigD","fliF","SigD","FliF","subtiwiki","224308.BSU16470/224308.BSU16210","sigma factor","txid224308" +"BSU_16470","BSU_16390","SigD","FlhA","sigD","flhA","SigD","FlhA","subtiwiki","224308.BSU16470/224308.BSU16390","sigma factor","txid224308" +"BSU_16470","BSU_16370","SigD","FliR","sigD","fliR","SigD","FliR","subtiwiki","224308.BSU16470/224308.BSU16370","sigma factor","txid224308" +"BSU_16470","BSU_16350","SigD","FliP","sigD","fliP","SigD","FliP","subtiwiki","224308.BSU16470/224308.BSU16350","sigma factor","txid224308" +"BSU_16470","BSU_16320","SigD","FliY","sigD","fliY","SigD","FliY","subtiwiki","224308.BSU16470/224308.BSU16320","sigma factor","txid224308" +"BSU_16470","BSU_16450","SigD","CheC","sigD","cheC","SigD","CheC","subtiwiki","224308.BSU16470/224308.BSU16450","sigma factor","txid224308" +"BSU_16470","BSU_16480","SigD","BSU_16480","sigD","swrB","SigD","BSU_16480","subtiwiki","224308.BSU16470/224308.BSU16480","sigma factor","txid224308" +"BSU_16470","BSU_16290","SigD","FlgE","sigD","flgE","SigD","FlgE","subtiwiki","224308.BSU16470/224308.BSU16290","sigma factor","txid224308" +"BSU_16470","BSU_16420","SigD","BSU_16420","sigD","cheB","SigD","BSU_16420","subtiwiki","224308.BSU16470/224308.BSU16420","sigma factor","txid224308" +"BSU_16470","BSU_16440","SigD","CheW","sigD","cheW","SigD","CheW","subtiwiki","224308.BSU16470/224308.BSU16440","sigma factor","txid224308" +"BSU_16470","BSU_16299","SigD","BSU_16299","sigD","swrD","SigD","BSU_16299","subtiwiki","224308.BSU16470/224308.BSU16299","sigma factor","txid224308" +"BSU_16470","BSU_16470","SigD","SigD","sigD","sigD","SigD","SigD","subtiwiki","224308.BSU16470/224308.BSU16470","sigma factor","txid224308" +"BSU_14730","BSU_14720","YlaC","BSU_14720","ylaC","ylaB","YlaC","BSU_14720","subtiwiki","224308.BSU14730/224308.BSU14720","sigma factor","txid224308" +"BSU_14730","BSU_14730","YlaC","YlaC","ylaC","ylaC","YlaC","YlaC","subtiwiki","224308.BSU14730/224308.BSU14730","sigma factor","txid224308" +"BSU_14730","BSU_14740","YlaC","YlaD","ylaC","ylaD","YlaC","YlaD","subtiwiki","224308.BSU14730/224308.BSU14740","sigma factor","txid224308" +"BSU_14730","BSU_14710","YlaC","BSU_14710","ylaC","ylaA","YlaC","BSU_14710","subtiwiki","224308.BSU14730/224308.BSU14710","sigma factor","txid224308" +"BSU_23450","BSU_23460","SigF","SpoIIAB","sigF","spoIIAB","SigF","SpoIIAB","subtiwiki","224308.BSU23450/224308.BSU23460","sigma factor","txid224308" +"BSU_23450","BSU_16880","SigF","BSU_16880","sigF","ymfJ","SigF","BSU_16880","subtiwiki","224308.BSU23450/224308.BSU16880","sigma factor","txid224308" +"BSU_23450","BSU_22869","SigF","BSU_22869","sigF","ypzI","SigF","BSU_22869","subtiwiki","224308.BSU23450/224308.BSU22869","sigma factor","txid224308" +"BSU_23450","BSU_30739","SigF","BSU_30739","sigF","ytzL","SigF","BSU_30739","subtiwiki","224308.BSU23450/224308.BSU30739","sigma factor","txid224308" +"BSU_23450","BSU_27469","SigF","BSU_27469","sigF","yrzR","SigF","BSU_27469","subtiwiki","224308.BSU23450/224308.BSU27469","sigma factor","txid224308" +"BSU_23450","BSU_30470","SigF","BSU_30470","sigF","ytzC","SigF","BSU_30470","subtiwiki","224308.BSU23450/224308.BSU30470","sigma factor","txid224308" +"BSU_23450","BSU_26620","SigF","BSU_26620","sigF","yrdR","SigF","BSU_26620","subtiwiki","224308.BSU23450/224308.BSU26620","sigma factor","txid224308" +"BSU_23450","new_1569226_1569349_c","SigF","new_1569226_1569349_c","sigF","csfG","SigF","new_1569226_1569349_c","subtiwiki","224308.BSU23450/224308.new15692261569349c","sigma factor","txid224308" +"BSU_23450","BSU_26619","SigF","BSU_26619","sigF","yrzO","SigF","BSU_26619","subtiwiki","224308.BSU23450/224308.BSU26619","sigma factor","txid224308" +"BSU_23450","BSU_27468","SigF","BSU_27468","sigF","yrzQ","SigF","BSU_27468","subtiwiki","224308.BSU23450/224308.BSU27468","sigma factor","txid224308" +"BSU_23450","BSU_07140","SigF","YetF","sigF","yetF","SigF","YetF","subtiwiki","224308.BSU23450/224308.BSU07140","sigma factor","txid224308" +"BSU_23450","BSU_15670","SigF","RemA","sigF","remA","SigF","RemA","subtiwiki","224308.BSU23450/224308.BSU15670","sigma factor","txid224308" +"BSU_23450","BSU_00690","SigF","FtsH","sigF","ftsH","SigF","FtsH","subtiwiki","224308.BSU23450/224308.BSU00690","sigma factor","txid224308" +"BSU_23450","BSU_15690","SigF","RpoZ","sigF","yloH","SigF","YloH","subtiwiki","224308.BSU23450/224308.BSU15690","sigma factor","txid224308" +"BSU_23450","BSU_07130","SigF","BSU_07130","sigF","lplD","SigF","BSU_07130","subtiwiki","224308.BSU23450/224308.BSU07130","sigma factor","txid224308" +"BSU_23450","BSU_22900","SigF","BSU_22900","sigF","ypfB","SigF","BSU_22900","subtiwiki","224308.BSU23450/224308.BSU22900","sigma factor","txid224308" +"BSU_23450","BSU_00640","SigF","SpoIIE","sigF","spoIIE","SigF","SpoIIE","subtiwiki","224308.BSU23450/224308.BSU00640","sigma factor","txid224308" +"BSU_23450","BSU_00680","SigF","HprT","sigF","hprT","SigF","HprT","subtiwiki","224308.BSU23450/224308.BSU00680","sigma factor","txid224308" +"BSU_23450","BSU_00660","SigF","YabT","sigF","yabT","SigF","YabT","subtiwiki","224308.BSU23450/224308.BSU00660","sigma factor","txid224308" +"BSU_23450","BSU_15660","SigF","YloC","sigF","yloC","SigF","YloC","subtiwiki","224308.BSU23450/224308.BSU15660","sigma factor","txid224308" +"BSU_23450","BSU_00670","SigF","TilS","sigF","tilS","SigF","TilS","subtiwiki","224308.BSU23450/224308.BSU00670","sigma factor","txid224308" +"BSU_23450","BSU_00650","SigF","YabS","sigF","yabS","SigF","YabS","subtiwiki","224308.BSU23450/224308.BSU00650","sigma factor","txid224308" +"BSU_23450","BSU_15680","SigF","Gmk","sigF","gmk","SigF","Gmk","subtiwiki","224308.BSU23450/224308.BSU15680","sigma factor","txid224308" +"BSU_23450","BSU_11410","SigF","BSU_11410","sigF","yjbA","SigF","BSU_11410","subtiwiki","224308.BSU23450/224308.BSU11410","sigma factor","txid224308" +"BSU_23450","BSU_00540","SigF","Fin","sigF","fin","SigF","Fin","subtiwiki","224308.BSU23450/224308.BSU00540","sigma factor","txid224308" +"BSU_23450","BSU_33050","SigF","GerAA","sigF","gerAA","SigF","GerAA","subtiwiki","224308.BSU23450/224308.BSU33050","sigma factor","txid224308" +"BSU_23450","BSU_01550","SigF","GerD","sigF","gerD","SigF","GerD","subtiwiki","224308.BSU23450/224308.BSU01550","sigma factor","txid224308" +"BSU_23450","BSU_33070","SigF","GerAC","sigF","gerAC","SigF","GerAC","subtiwiki","224308.BSU23450/224308.BSU33070","sigma factor","txid224308" +"BSU_23450","BSU_33060","SigF","GerAB","sigF","gerAB","SigF","GerAB","subtiwiki","224308.BSU23450/224308.BSU33060","sigma factor","txid224308" +"BSU_23450","BSU_28210","SigF","BSU_28210","sigF","lonB","SigF","BSU_28210","subtiwiki","224308.BSU23450/224308.BSU28210","sigma factor","txid224308" +"BSU_23450","BSU_18030","SigF","BSU_18030","sigF","tlp","SigF","BSU_18030","subtiwiki","224308.BSU23450/224308.BSU18030","sigma factor","txid224308" +"BSU_23450","BSU_18020","SigF","BSU_18020","sigF","sspN","SigF","BSU_18020","subtiwiki","224308.BSU23450/224308.BSU18020","sigma factor","txid224308" +"BSU_23450","BSU_25540","SigF","BSU_25540","sigF","gpr","SigF","BSU_25540","subtiwiki","224308.BSU23450/224308.BSU25540","sigma factor","txid224308" +"BSU_23450","BSU_24500","SigF","BSU_24500","sigF","yqhP","SigF","BSU_24500","subtiwiki","224308.BSU23450/224308.BSU24500","sigma factor","txid224308" +"BSU_23450","BSU_00240","SigF","CsfB","sigF","csfB","SigF","CsfB","subtiwiki","224308.BSU23450/224308.BSU00240","sigma factor","txid224308" +"BSU_23450","BSU_39060","SigF","BSU_39060","sigF","citH","SigF","BSU_39060","subtiwiki","224308.BSU23450/224308.BSU39060","sigma factor","txid224308" +"BSU_23450","BSU_24490","SigF","BSU_24490","sigF","yqhQ","SigF","BSU_24490","subtiwiki","224308.BSU23450/224308.BSU24490","sigma factor","txid224308" +"BSU_23450","BSU_25780","SigF","ArsC","sigF","arsC","SigF","ArsC","subtiwiki","224308.BSU23450/224308.BSU25780","sigma factor","txid224308" +"BSU_23450","BSU_25800","SigF","BSU_25800","sigF","yqcK","SigF","BSU_25800","subtiwiki","224308.BSU23450/224308.BSU25800","sigma factor","txid224308" +"BSU_23450","BSU_25810","SigF","BSU_25810","sigF","arsR","SigF","BSU_25810","subtiwiki","224308.BSU23450/224308.BSU25810","sigma factor","txid224308" +"BSU_23450","BSU_25790","SigF","BSU_25790","sigF","arsB","SigF","BSU_25790","subtiwiki","224308.BSU23450/224308.BSU25790","sigma factor","txid224308" +"BSU_23450","BSU_24580","SigF","BSU_24580","sigF","yqhH","SigF","BSU_24580","subtiwiki","224308.BSU23450/224308.BSU24580","sigma factor","txid224308" +"BSU_23450","BSU_24590","SigF","BSU_24590","sigF","yqhG","SigF","BSU_24590","subtiwiki","224308.BSU23450/224308.BSU24590","sigma factor","txid224308" +"BSU_23450","BSU_22850","SigF","BSU_22850","sigF","seaA","SigF","BSU_22850","subtiwiki","224308.BSU23450/224308.BSU22850","sigma factor","txid224308" +"BSU_23450","BSU_22860","SigF","BSU_22860","sigF","yphA","SigF","BSU_22860","subtiwiki","224308.BSU23450/224308.BSU22860","sigma factor","txid224308" +"BSU_23450","BSU_08510","SigF","BSU_08510","sigF","yfhF","SigF","BSU_08510","subtiwiki","224308.BSU23450/224308.BSU08510","sigma factor","txid224308" +"BSU_23450","BSU_08490","SigF","BSU_08490","sigF","yfhD","SigF","BSU_08490","subtiwiki","224308.BSU23450/224308.BSU08490","sigma factor","txid224308" +"BSU_23450","BSU_03400","SigF","BSU_03400","sigF","yckD","SigF","BSU_03400","subtiwiki","224308.BSU23450/224308.BSU03400","sigma factor","txid224308" +"BSU_23450","BSU_08500","SigF","BSU_08500","sigF","yfhE","SigF","BSU_08500","subtiwiki","224308.BSU23450/224308.BSU08500","sigma factor","txid224308" +"BSU_23450","BSU_23480","SigF","DacF","sigF","dacF","SigF","DacF","subtiwiki","224308.BSU23450/224308.BSU23480","sigma factor","txid224308" +"BSU_23450","BSU_36780","SigF","BSU_36780","sigF","ywzB","SigF","BSU_36780","subtiwiki","224308.BSU23450/224308.BSU36780","sigma factor","txid224308" +"BSU_23450","BSU_36760","SigF","MurAA","sigF","murAA","SigF","MurAA","subtiwiki","224308.BSU23450/224308.BSU36760","sigma factor","txid224308" +"BSU_23450","BSU_36770","SigF","BSU_36770","sigF","spoIIT","SigF","BSU_36770","subtiwiki","224308.BSU23450/224308.BSU36770","sigma factor","txid224308" +"BSU_23450","BSU_32070","SigF","BSU_32070","sigF","yuiC","SigF","BSU_32070","subtiwiki","224308.BSU23450/224308.BSU32070","sigma factor","txid224308" +"BSU_23450","BSU_37510","SigF","PbpG","sigF","pbpG","SigF","PbpG","subtiwiki","224308.BSU23450/224308.BSU37510","sigma factor","txid224308" +"BSU_23450","BSU_36550","SigF","SpoIIQ","sigF","spoIIQ","SigF","SpoIIQ","subtiwiki","224308.BSU23450/224308.BSU36550","sigma factor","txid224308" +"BSU_23450","BSU_27760","SigF","BSU_27760","sigF","csbX","SigF","BSU_27760","subtiwiki","224308.BSU23450/224308.BSU27760","sigma factor","txid224308" +"BSU_23450","BSU_27750","SigF","BofC","sigF","bofC","SigF","BofC","subtiwiki","224308.BSU23450/224308.BSU27750","sigma factor","txid224308" +"BSU_23450","BSU_38740","SigF","CydC","sigF","cydC","SigF","CydC","subtiwiki","224308.BSU23450/224308.BSU38740","sigma factor","txid224308" +"BSU_23450","BSU_38730","SigF","CydD","sigF","cydD","SigF","CydD","subtiwiki","224308.BSU23450/224308.BSU38730","sigma factor","txid224308" +"BSU_23450","BSU_38750","SigF","CydB","sigF","cydB","SigF","CydB","subtiwiki","224308.BSU23450/224308.BSU38750","sigma factor","txid224308" +"BSU_23450","BSU_38760","SigF","CydA","sigF","cydA","SigF","CydA","subtiwiki","224308.BSU23450/224308.BSU38760","sigma factor","txid224308" +"BSU_23450","BSU_24650","SigF","BSU_24650","sigF","yqzG","SigF","BSU_24650","subtiwiki","224308.BSU23450/224308.BSU24650","sigma factor","txid224308" +"BSU_23450","BSU_38630","SigF","KatX","sigF","katX","SigF","KatX","subtiwiki","224308.BSU23450/224308.BSU38630","sigma factor","txid224308" +"BSU_23450","BSU_40950","SigF","BSU_40950","sigF","yyaC","SigF","BSU_40950","subtiwiki","224308.BSU23450/224308.BSU40950","sigma factor","txid224308" +"BSU_23450","BSU_09150","SigF","BSU_09150","sigF","yhcN","SigF","BSU_09150","subtiwiki","224308.BSU23450/224308.BSU09150","sigma factor","txid224308" +"BSU_23450","BSU_23470","SigF","SpoIIAA","sigF","spoIIAA","SigF","SpoIIAA","subtiwiki","224308.BSU23450/224308.BSU23470","sigma factor","txid224308" +"BSU_23450","BSU_14950","SigF","BSU_14950","sigF","ylbB","SigF","BSU_14950","subtiwiki","224308.BSU23450/224308.BSU14950","sigma factor","txid224308" +"BSU_23450","BSU_14960","SigF","BSU_14960","sigF","ylbC","SigF","BSU_14960","subtiwiki","224308.BSU23450/224308.BSU14960","sigma factor","txid224308" +"BSU_23450","BSU_00840","SigF","McsA","sigF","mcsA","SigF","McsA","subtiwiki","224308.BSU23450/224308.BSU00840","sigma factor","txid224308" +"BSU_23450","BSU_00830","SigF","CtsR","sigF","ctsR","SigF","CtsR","subtiwiki","224308.BSU23450/224308.BSU00830","sigma factor","txid224308" +"BSU_23450","BSU_00860","SigF","ClpC","sigF","clpC","SigF","ClpC","subtiwiki","224308.BSU23450/224308.BSU00860","sigma factor","txid224308" +"BSU_23450","BSU_00870","SigF","RadA","sigF","radA","SigF","RadA","subtiwiki","224308.BSU23450/224308.BSU00870","sigma factor","txid224308" +"BSU_23450","BSU_00850","SigF","McsB","sigF","mcsB","SigF","McsB","subtiwiki","224308.BSU23450/224308.BSU00850","sigma factor","txid224308" +"BSU_23450","BSU_00880","SigF","DisA","sigF","disA","SigF","DisA","subtiwiki","224308.BSU23450/224308.BSU00880","sigma factor","txid224308" +"BSU_23450","BSU_27310","SigF","PbpI","sigF","pbpI","SigF","PbpI","subtiwiki","224308.BSU23450/224308.BSU27310","sigma factor","txid224308" +"BSU_23450","BSU_27300","SigF","YrrS","sigF","yrrS","SigF","YrrS","subtiwiki","224308.BSU23450/224308.BSU27300","sigma factor","txid224308" +"BSU_23450","BSU_29510","SigF","BSU_29510","sigF","ytfI","SigF","BSU_29510","subtiwiki","224308.BSU23450/224308.BSU29510","sigma factor","txid224308" +"BSU_23450","BSU_29500","SigF","BSU_29500","sigF","gerW","SigF","BSU_29500","subtiwiki","224308.BSU23450/224308.BSU29500","sigma factor","txid224308" +"BSU_23450","BSU_35609","SigF","BSU_35609","sigF","tuaA/1","SigF","BSU_35609","subtiwiki","224308.BSU23450/224308.BSU35609","sigma factor","txid224308" +"BSU_23450","BSU_35570","SigF","BSU_35570","sigF","tuaE","SigF","BSU_35570","subtiwiki","224308.BSU23450/224308.BSU35570","sigma factor","txid224308" +"BSU_23450","BSU_35540","SigF","BSU_35540","sigF","tuaH","SigF","BSU_35540","subtiwiki","224308.BSU23450/224308.BSU35540","sigma factor","txid224308" +"BSU_23450","BSU_35580","SigF","TuaD","sigF","tuaD","SigF","TuaD","subtiwiki","224308.BSU23450/224308.BSU35580","sigma factor","txid224308" +"BSU_23450","BSU_35550","SigF","BSU_35550","sigF","tuaG","SigF","BSU_35550","subtiwiki","224308.BSU23450/224308.BSU35550","sigma factor","txid224308" +"BSU_23450","BSU_35560","SigF","BSU_35560","sigF","tuaF","SigF","BSU_35560","subtiwiki","224308.BSU23450/224308.BSU35560","sigma factor","txid224308" +"BSU_23450","BSU_35590","SigF","BSU_35590","sigF","tuaC","SigF","BSU_35590","subtiwiki","224308.BSU23450/224308.BSU35590","sigma factor","txid224308" +"BSU_23450","BSU_35600","SigF","BSU_35600","sigF","tuaB","SigF","BSU_35600","subtiwiki","224308.BSU23450/224308.BSU35600","sigma factor","txid224308" +"BSU_23450","BSU_35610","SigF","BSU_35610","sigF","tuaA/2","SigF","BSU_35610","subtiwiki","224308.BSU23450/224308.BSU35610","sigma factor","txid224308" +"BSU_23450","BSU_15310","SigF","SpoIIGA","sigF","spoIIGA","SigF","SpoIIGA","subtiwiki","224308.BSU23450/224308.BSU15310","sigma factor","txid224308" +"BSU_23450","BSU_15330","SigF","SigG","sigF","sigG","SigF","SigG","subtiwiki","224308.BSU23450/224308.BSU15330","sigma factor","txid224308" +"BSU_23450","BSU_25520","SigF","BSU_25520","sigF","yqxA","SigF","BSU_25520","subtiwiki","224308.BSU23450/224308.BSU25520","sigma factor","txid224308" +"BSU_23450","BSU_25530","SigF","SpoIIP","sigF","spoIIP","SigF","SpoIIP","subtiwiki","224308.BSU23450/224308.BSU25530","sigma factor","txid224308" +"BSU_23450","BSU_15320","SigF","SigE","sigF","sigE","SigF","SigE","subtiwiki","224308.BSU23450/224308.BSU15320","sigma factor","txid224308" +"BSU_23450","BSU_09140","SigF","BSU_09140","sigF","yhcM","SigF","BSU_09140","subtiwiki","224308.BSU23450/224308.BSU09140","sigma factor","txid224308" +"BSU_23450","BSU_24230","SigF","SpoIVB","sigF","spoIVB","SigF","SpoIVB","subtiwiki","224308.BSU23450/224308.BSU24230","sigma factor","txid224308" +"BSU_23450","BSU_24730","SigF","ComGA","sigF","comGA","SigF","ComGA","subtiwiki","224308.BSU23450/224308.BSU24730","sigma factor","txid224308" +"BSU_23450","BSU_24680","SigF","BSU_24680","sigF","comGF","SigF","BSU_24680","subtiwiki","224308.BSU23450/224308.BSU24680","sigma factor","txid224308" +"BSU_23450","BSU_24670","SigF","ComGG","sigF","comGG","SigF","ComGG","subtiwiki","224308.BSU23450/224308.BSU24670","sigma factor","txid224308" +"BSU_23450","BSU_24690","SigF","ComGE","sigF","comGE","SigF","ComGE","subtiwiki","224308.BSU23450/224308.BSU24690","sigma factor","txid224308" +"BSU_23450","BSU_24700","SigF","ComGD","sigF","comGD","SigF","ComGD","subtiwiki","224308.BSU23450/224308.BSU24700","sigma factor","txid224308" +"BSU_23450","BSU_24710","SigF","ComGC","sigF","comGC","SigF","ComGC","subtiwiki","224308.BSU23450/224308.BSU24710","sigma factor","txid224308" +"BSU_23450","BSU_24720","SigF","ComGB","sigF","comGB","SigF","ComGB","subtiwiki","224308.BSU23450/224308.BSU24720","sigma factor","txid224308" +"BSU_23450","BSU_24660","SigF","BSU_24660","sigF","spoIIIL","SigF","BSU_24660","subtiwiki","224308.BSU23450/224308.BSU24660","sigma factor","txid224308" +"BSU_23450","BSU_30630","SigF","BSU_30630","sigF","rppH","SigF","BSU_30630","subtiwiki","224308.BSU23450/224308.BSU30630","sigma factor","txid224308" +"BSU_23450","BSU_10390","SigF","BSU_10390","sigF","yhfW","SigF","BSU_10390","subtiwiki","224308.BSU23450/224308.BSU10390","sigma factor","txid224308" +"BSU_23450","BSU_08320","SigF","YfiM","sigF","lnrM","SigF","LnrM","subtiwiki","224308.BSU23450/224308.BSU08320","sigma factor","txid224308" +"BSU_23450","BSU_08330","SigF","YfiN","sigF","lnrN","SigF","LnrN","subtiwiki","224308.BSU23450/224308.BSU08330","sigma factor","txid224308" +"BSU_23450","BSU_08310","SigF","LnrL","sigF","lnrL","SigF","LnrL","subtiwiki","224308.BSU23450/224308.BSU08310","sigma factor","txid224308" +"BSU_23450","BSU_37620","SigF","RsfA","sigF","rsfA","SigF","RsfA","subtiwiki","224308.BSU23450/224308.BSU37620","sigma factor","txid224308" +"BSU_23450","BSU_00560","SigF","BSU_00560","sigF","spoVT","SigF","BSU_00560","subtiwiki","224308.BSU23450/224308.BSU00560","sigma factor","txid224308" +"BSU_23450","BSU_10280","SigF","BSU_10280","sigF","yhfM","SigF","BSU_10280","subtiwiki","224308.BSU23450/224308.BSU10280","sigma factor","txid224308" +"BSU_23450","BSU_36970","SigF","SpoIIR","sigF","spoIIR","SigF","SpoIIR","subtiwiki","224308.BSU23450/224308.BSU36970","sigma factor","txid224308" +"BSU_23450","BSU_36540","SigF","BSU_36540","sigF","ywnJ","SigF","BSU_36540","subtiwiki","224308.BSU23450/224308.BSU36540","sigma factor","txid224308" +"BSU_23450","BSU_23450","SigF","SigF","sigF","sigF","SigF","SigF","subtiwiki","224308.BSU23450/224308.BSU23450","sigma factor","txid224308" +"BSU_15320","BSU_09770","SigE","YheD","sigE","yheD","SigE","YheD","subtiwiki","224308.BSU15320/224308.BSU09770","sigma factor","txid224308" +"BSU_15320","BSU_11549","SigE","BSU_11549","sigE","yizD","SigE","BSU_11549","subtiwiki","224308.BSU15320/224308.BSU11549","sigma factor","txid224308" +"BSU_15320","BSU_08640","SigE","BSU_08640","sigE","yfhS","SigE","BSU_08640","subtiwiki","224308.BSU15320/224308.BSU08640","sigma factor","txid224308" +"BSU_15320","BSU_27690","SigE","BSU_27690","sigE","yrzE","SigE","BSU_27690","subtiwiki","224308.BSU15320/224308.BSU27690","sigma factor","txid224308" +"BSU_15320","BSU_27670","SigE","BSU_27670","sigE","spoVB","SigE","BSU_27670","subtiwiki","224308.BSU15320/224308.BSU27670","sigma factor","txid224308" +"BSU_15320","BSU_11310","SigE","BSU_11310","sigE","comZ","SigE","BSU_11310","subtiwiki","224308.BSU15320/224308.BSU11310","sigma factor","txid224308" +"BSU_15320","BSU_31280","SigE","BSU_31280","sigE","yugU","SigE","BSU_31280","subtiwiki","224308.BSU15320/224308.BSU31280","sigma factor","txid224308" +"BSU_15320","BSU_31279","SigE","BSU_31279","sigE","yuzH","SigE","BSU_31279","subtiwiki","224308.BSU15320/224308.BSU31279","sigma factor","txid224308" +"BSU_15320","BSU_11300","SigE","BSU_11300","sigE","med","SigE","BSU_11300","subtiwiki","224308.BSU15320/224308.BSU11300","sigma factor","txid224308" +"BSU_15320","BSU_29070","SigE","BSU_29070","sigE","ytaF","SigE","BSU_29070","subtiwiki","224308.BSU15320/224308.BSU29070","sigma factor","txid224308" +"BSU_15320","BSU_29060","SigE","BSU_29060","sigE","coaE","SigE","BSU_29060","subtiwiki","224308.BSU15320/224308.BSU29060","sigma factor","txid224308" +"BSU_15320","BSU_29080","SigE","BSU_29080","sigE","mutM","SigE","BSU_29080","subtiwiki","224308.BSU15320/224308.BSU29080","sigma factor","txid224308" +"BSU_15320","BSU_11290","SigE","BSU_11290","sigE","yjaV","SigE","BSU_11290","subtiwiki","224308.BSU15320/224308.BSU11290","sigma factor","txid224308" +"BSU_15320","BSU_32890","SigE","BSU_32890","sigE","yusQ","SigE","BSU_32890","subtiwiki","224308.BSU15320/224308.BSU32890","sigma factor","txid224308" +"BSU_15320","BSU_29090","SigE","PolA","sigE","polA","SigE","PolA","subtiwiki","224308.BSU15320/224308.BSU29090","sigma factor","txid224308" +"BSU_15320","BSU_32910","SigE","BSU_32910","sigE","yusS","SigE","BSU_32910","subtiwiki","224308.BSU15320/224308.BSU32910","sigma factor","txid224308" +"BSU_15320","BSU_19250","SigE","BSU_19250","sigE","yocL","SigE","BSU_19250","subtiwiki","224308.BSU15320/224308.BSU19250","sigma factor","txid224308" +"BSU_15320","BSU_32900","SigE","BSU_32900","sigE","yusR","SigE","BSU_32900","subtiwiki","224308.BSU15320/224308.BSU32900","sigma factor","txid224308" +"BSU_15320","BSU_23620","SigE","BSU_23620","sigE","yqkF","SigE","BSU_23620","subtiwiki","224308.BSU15320/224308.BSU23620","sigma factor","txid224308" +"BSU_15320","BSU_23616","SigE","MciZ","sigE","mciZ","SigE","MciZ","subtiwiki","224308.BSU15320/224308.BSU23616","sigma factor","txid224308" +"BSU_15320","BSU_15360","SigE","BSU_15360","sigE","ylmC","SigE","BSU_15360","subtiwiki","224308.BSU15320/224308.BSU15360","sigma factor","txid224308" +"BSU_15320","BSU_09940","SigE","YhaL","sigE","yhaL","SigE","YhaL","subtiwiki","224308.BSU15320/224308.BSU09940","sigma factor","txid224308" +"BSU_15320","BSU_13710","SigE","BSU_13710","sigE","ykvI","SigE","BSU_13710","subtiwiki","224308.BSU15320/224308.BSU13710","sigma factor","txid224308" +"BSU_15320","BSU_26390","SigE","SigKC","sigE","sigKC","SigE","SigKC","subtiwiki","224308.BSU15320/224308.BSU26390","sigma factor","txid224308" +"BSU_15320","BSU_37920","SigE","GerQ","sigE","gerQ","SigE","GerQ","subtiwiki","224308.BSU15320/224308.BSU37920","sigma factor","txid224308" +"BSU_15320","BSU_15810","SigE","SpoVM","sigE","spoVM","SigE","SpoVM","subtiwiki","224308.BSU15320/224308.BSU15810","sigma factor","txid224308" +"BSU_15320","BSU_18780","SigE","BSU_18780","sigE","yoaW","SigE","BSU_18780","subtiwiki","224308.BSU15320/224308.BSU18780","sigma factor","txid224308" +"BSU_15320","BSU_36430","SigE","BSU_36430","sigE","usd","SigE","BSU_36430","subtiwiki","224308.BSU15320/224308.BSU36430","sigma factor","txid224308" +"BSU_15320","BSU_36420","SigE","BSU_36420","sigE","spoIIID","SigE","BSU_36420","subtiwiki","224308.BSU15320/224308.BSU36420","sigma factor","txid224308" +"BSU_15320","BSU_22250","SigE","BSU_22250","sigE","yppG","SigE","BSU_22250","subtiwiki","224308.BSU15320/224308.BSU22250","sigma factor","txid224308" +"BSU_15320","BSU_22800","SigE","SpoIVA","sigE","spoIVA","SigE","SpoIVA","subtiwiki","224308.BSU15320/224308.BSU22800","sigma factor","txid224308" +"BSU_15320","BSU_19330","SigE","SodF","sigE","sodF","SigE","SodF","subtiwiki","224308.BSU15320/224308.BSU19330","sigma factor","txid224308" +"BSU_15320","BSU_19320","SigE","BSU_19320","sigE","sqhC","SigE","BSU_19320","subtiwiki","224308.BSU15320/224308.BSU19320","sigma factor","txid224308" +"BSU_15320","BSU_19110","SigE","BSU_19110","sigE","yobW","SigE","BSU_19110","subtiwiki","224308.BSU15320/224308.BSU19110","sigma factor","txid224308" +"BSU_15320","BSU_00230","SigE","BofA","sigE","bofA","SigE","BofA","subtiwiki","224308.BSU15320/224308.BSU00230","sigma factor","txid224308" +"BSU_15320","BSU_27830","SigE","BSU_27830","sigE","coxA","SigE","BSU_27830","subtiwiki","224308.BSU15320/224308.BSU27830","sigma factor","txid224308" +"BSU_15320","BSU_27840","SigE","SafA","sigE","safA","SigE","SafA","subtiwiki","224308.BSU15320/224308.BSU27840","sigma factor","txid224308" +"BSU_15320","BSU_09400","SigE","SpoVR","sigE","spoVR","SigE","SpoVR","subtiwiki","224308.BSU15320/224308.BSU09400","sigma factor","txid224308" +"BSU_15320","BSU_39060","SigE","BSU_39060","sigE","citH","SigE","BSU_39060","subtiwiki","224308.BSU15320/224308.BSU39060","sigma factor","txid224308" +"BSU_15320","BSU_36750","SigE","SpoIID","sigE","spoIID","SigE","SpoIID","subtiwiki","224308.BSU15320/224308.BSU36750","sigma factor","txid224308" +"BSU_15320","BSU_03390","SigE","BSU_03390","sigE","yckC","SigE","BSU_03390","subtiwiki","224308.BSU15320/224308.BSU03390","sigma factor","txid224308" +"BSU_15320","BSU_23180","SigE","BSU_23180","sigE","spmA","SigE","BSU_23180","subtiwiki","224308.BSU15320/224308.BSU23180","sigma factor","txid224308" +"BSU_15320","BSU_14870","SigE","CtaA","sigE","ctaA","SigE","CtaA","subtiwiki","224308.BSU15320/224308.BSU14870","sigma factor","txid224308" +"BSU_15320","BSU_23190","SigE","DacB","sigE","dacB","SigE","DacB","subtiwiki","224308.BSU15320/224308.BSU23190","sigma factor","txid224308" +"BSU_15320","BSU_08970","SigE","PrkA","sigE","prkA","SigE","PrkA","subtiwiki","224308.BSU15320/224308.BSU08970","sigma factor","txid224308" +"BSU_15320","BSU_23170","SigE","BSU_23170","sigE","spmB","SigE","BSU_23170","subtiwiki","224308.BSU15320/224308.BSU23170","sigma factor","txid224308" +"BSU_15320","BSU_12050","SigE","BSU_12050","sigE","yjdH","SigE","BSU_12050","subtiwiki","224308.BSU15320/224308.BSU12050","sigma factor","txid224308" +"BSU_15320","BSU_25360","SigE","BSU_25360","sigE","yqfC","SigE","BSU_25360","subtiwiki","224308.BSU15320/224308.BSU25360","sigma factor","txid224308" +"BSU_15320","BSU_25350","SigE","BSU_25350","sigE","yqfD","SigE","BSU_25350","subtiwiki","224308.BSU15320/224308.BSU25350","sigma factor","txid224308" +"BSU_15320","BSU_28320","SigE","BSU_28320","sigE","ysnD","SigE","BSU_28320","subtiwiki","224308.BSU15320/224308.BSU28320","sigma factor","txid224308" +"BSU_15320","BSU_15030","SigE","BSU_15030","sigE","spoVV","SigE","BSU_15030","subtiwiki","224308.BSU15320/224308.BSU15030","sigma factor","txid224308" +"BSU_15320","BSU_05740","SigE","PhoB","sigE","phoB","SigE","PhoB","subtiwiki","224308.BSU15320/224308.BSU05740","sigma factor","txid224308" +"BSU_15320","BSU_05730","SigE","BSU_05730","sigE","ydhF","SigE","BSU_05730","subtiwiki","224308.BSU15320/224308.BSU05730","sigma factor","txid224308" +"BSU_15320","BSU_32350","SigE","FisB","sigE","fisB","SigE","FisB","subtiwiki","224308.BSU15320/224308.BSU32350","sigma factor","txid224308" +"BSU_15320","BSU_01570","SigE","BSU_01570","sigE","pdaB","SigE","BSU_01570","subtiwiki","224308.BSU15320/224308.BSU01570","sigma factor","txid224308" +"BSU_15320","BSU_38240","SigE","BSU_38240","sigE","ywcA","SigE","BSU_38240","subtiwiki","224308.BSU15320/224308.BSU38240","sigma factor","txid224308" +"BSU_15320","BSU_38230","SigE","BSU_38230","sigE","ywcB","SigE","BSU_38230","subtiwiki","224308.BSU15320/224308.BSU38230","sigma factor","txid224308" +"BSU_15320","BSU_18260","SigE","BSU_18260","sigE","yngJ","SigE","BSU_18260","subtiwiki","224308.BSU15320/224308.BSU18260","sigma factor","txid224308" +"BSU_15320","BSU_18250","SigE","BSU_18250","sigE","yngI","SigE","BSU_18250","subtiwiki","224308.BSU15320/224308.BSU18250","sigma factor","txid224308" +"BSU_15320","BSU_18240","SigE","YngHA","sigE","yngH","SigE","YngH","subtiwiki","224308.BSU15320/224308.BSU18240","sigma factor","txid224308" +"BSU_15320","BSU_18239","SigE","YngHB","sigE","yngHB","SigE","YngHB","subtiwiki","224308.BSU15320/224308.BSU18239","sigma factor","txid224308" +"BSU_15320","BSU_18220","SigE","BSU_18220","sigE","yngF","SigE","BSU_18220","subtiwiki","224308.BSU15320/224308.BSU18220","sigma factor","txid224308" +"BSU_15320","BSU_18210","SigE","YngE","sigE","yngE","SigE","YngE","subtiwiki","224308.BSU15320/224308.BSU18210","sigma factor","txid224308" +"BSU_15320","BSU_18230","SigE","BSU_18230","sigE","yngG","SigE","BSU_18230","subtiwiki","224308.BSU15320/224308.BSU18230","sigma factor","txid224308" +"BSU_15320","BSU_35240","SigE","CtpB","sigE","ctpB","SigE","CtpB","subtiwiki","224308.BSU15320/224308.BSU35240","sigma factor","txid224308" +"BSU_15320","BSU_10400","SigE","BSU_10400","sigE","yhxC","SigE","BSU_10400","subtiwiki","224308.BSU15320/224308.BSU10400","sigma factor","txid224308" +"BSU_15320","BSU_03100","SigE","BSU_03100","sigE","ycgG","SigE","BSU_03100","subtiwiki","224308.BSU15320/224308.BSU03100","sigma factor","txid224308" +"BSU_15320","BSU_29239","SigE","BSU_29239","sigE","ytrH","SigE","BSU_29239","subtiwiki","224308.BSU15320/224308.BSU29239","sigma factor","txid224308" +"BSU_15320","BSU_29240","SigE","BSU_29240","sigE","ytrI","SigE","BSU_29240","subtiwiki","224308.BSU15320/224308.BSU29240","sigma factor","txid224308" +"BSU_15320","BSU_37900","SigE","SpsB","sigE","spsB","SigE","SpsB","subtiwiki","224308.BSU15320/224308.BSU37900","sigma factor","txid224308" +"BSU_15320","BSU_37810","SigE","SpsL","sigE","spsL","SigE","SpsL","subtiwiki","224308.BSU15320/224308.BSU37810","sigma factor","txid224308" +"BSU_15320","BSU_37870","SigE","BSU_37870","sigE","spsE","SigE","BSU_37870","subtiwiki","224308.BSU15320/224308.BSU37870","sigma factor","txid224308" +"BSU_15320","BSU_37830","SigE","BSU_37830","sigE","spsJ","SigE","BSU_37830","subtiwiki","224308.BSU15320/224308.BSU37830","sigma factor","txid224308" +"BSU_15320","BSU_37840","SigE","BSU_37840","sigE","spsI","SigE","BSU_37840","subtiwiki","224308.BSU15320/224308.BSU37840","sigma factor","txid224308" +"BSU_15320","BSU_37880","SigE","BSU_37880","sigE","spsD","SigE","BSU_37880","subtiwiki","224308.BSU15320/224308.BSU37880","sigma factor","txid224308" +"BSU_15320","BSU_37820","SigE","BSU_37820","sigE","spsK","SigE","BSU_37820","subtiwiki","224308.BSU15320/224308.BSU37820","sigma factor","txid224308" +"BSU_15320","BSU_37860","SigE","BSU_37860","sigE","spsF","SigE","BSU_37860","subtiwiki","224308.BSU15320/224308.BSU37860","sigma factor","txid224308" +"BSU_15320","BSU_37890","SigE","BSU_37890","sigE","spsC","SigE","BSU_37890","subtiwiki","224308.BSU15320/224308.BSU37890","sigma factor","txid224308" +"BSU_15320","BSU_37910","SigE","BSU_37910","sigE","spsA","SigE","BSU_37910","subtiwiki","224308.BSU15320/224308.BSU37910","sigma factor","txid224308" +"BSU_15320","BSU_37850","SigE","BSU_37850","sigE","spsG","SigE","BSU_37850","subtiwiki","224308.BSU15320/224308.BSU37850","sigma factor","txid224308" +"BSU_15320","BSU_39000","SigE","BSU_39000","sigE","hbuT","SigE","BSU_39000","subtiwiki","224308.BSU15320/224308.BSU39000","sigma factor","txid224308" +"BSU_15320","BSU_38980","SigE","AtoB","sigE","scoB","SigE","ScoB","subtiwiki","224308.BSU15320/224308.BSU38980","sigma factor","txid224308" +"BSU_15320","BSU_38990","SigE","AtoA","sigE","scoA","SigE","ScoA","subtiwiki","224308.BSU15320/224308.BSU38990","sigma factor","txid224308" +"BSU_15320","BSU_38970","SigE","BSU_38970","sigE","yxjF","SigE","BSU_38970","subtiwiki","224308.BSU15320/224308.BSU38970","sigma factor","txid224308" +"BSU_15320","BSU_29160","SigE","BSU_29160","sigE","ytvI","SigE","BSU_29160","subtiwiki","224308.BSU15320/224308.BSU29160","sigma factor","txid224308" +"BSU_15320","BSU_28100","SigE","BSU_28100","sigE","ysxE","SigE","BSU_28100","subtiwiki","224308.BSU15320/224308.BSU28100","sigma factor","txid224308" +"BSU_15320","BSU_13830","SigE","BSU_13830","sigE","ykvU","SigE","BSU_13830","subtiwiki","224308.BSU15320/224308.BSU13830","sigma factor","txid224308" +"BSU_15320","BSU_28110","SigE","SpoVID","sigE","spoVID","SigE","SpoVID","subtiwiki","224308.BSU15320/224308.BSU28110","sigma factor","txid224308" +"BSU_15320","G8J2-20","SigE","CmpA","sigE","cmpA","SigE","CmpA","subtiwiki","224308.BSU15320/224308.G8J2-20","sigma factor","txid224308" +"BSU_15320","BSU_13840","SigE","StoA","sigE","stoA","SigE","StoA","subtiwiki","224308.BSU15320/224308.BSU13840","sigma factor","txid224308" +"BSU_15320","BSU_10790","SigE","AsnO","sigE","asnO","SigE","AsnO","subtiwiki","224308.BSU15320/224308.BSU10790","sigma factor","txid224308" +"BSU_15320","BSU_29110","SigE","PhoP","sigE","phoP","SigE","PhoP","subtiwiki","224308.BSU15320/224308.BSU29110","sigma factor","txid224308" +"BSU_15320","BSU_10940","SigE","BSU_10940","sigE","yitC","SigE","BSU_10940","subtiwiki","224308.BSU15320/224308.BSU10940","sigma factor","txid224308" +"BSU_15320","BSU_08980","SigE","BSU_08980","sigE","yhbH","SigE","BSU_08980","subtiwiki","224308.BSU15320/224308.BSU08980","sigma factor","txid224308" +"BSU_15320","BSU_17420","SigE","BSU_17420","sigE","spoVK","SigE","BSU_17420","subtiwiki","224308.BSU15320/224308.BSU17420","sigma factor","txid224308" +"BSU_15320","BSU_29100","SigE","PhoR","sigE","phoR","SigE","PhoR","subtiwiki","224308.BSU15320/224308.BSU29100","sigma factor","txid224308" +"BSU_15320","BSU_15090","SigE","GerR","sigE","gerR","SigE","GerR","subtiwiki","224308.BSU15320/224308.BSU15090","sigma factor","txid224308" +"BSU_15320","BSU_10950","SigE","BSU_10950","sigE","yitD","SigE","BSU_10950","subtiwiki","224308.BSU15320/224308.BSU10950","sigma factor","txid224308" +"BSU_15320","BSU_28380","SigE","GerM","sigE","gerM","SigE","GerM","subtiwiki","224308.BSU15320/224308.BSU28380","sigma factor","txid224308" +"BSU_15320","BSU_22240","SigE","BSU_22240","sigE","ypqA","SigE","BSU_22240","subtiwiki","224308.BSU15320/224308.BSU22240","sigma factor","txid224308" +"BSU_15320","BSU_28960","SigE","BSU_28960","sigE","ytxC","SigE","BSU_28960","subtiwiki","224308.BSU15320/224308.BSU28960","sigma factor","txid224308" +"BSU_15320","BSU_11730","SigE","CotO","sigE","cotO","SigE","CotO","subtiwiki","224308.BSU15320/224308.BSU11730","sigma factor","txid224308" +"BSU_15320","BSU_17740","SigE","BSU_17740","sigE","ynzB","SigE","BSU_17740","subtiwiki","224308.BSU15320/224308.BSU17740","sigma factor","txid224308" +"BSU_15320","BSU_25070","SigE","IspG","sigE","ispG","SigE","IspG","subtiwiki","224308.BSU15320/224308.BSU25070","sigma factor","txid224308" +"BSU_15320","BSU_10610","SigE","BSU_10610","sigE","yhjR","SigE","BSU_10610","subtiwiki","224308.BSU15320/224308.BSU10610","sigma factor","txid224308" +"BSU_15320","BSU_11790","SigE","BSU_11790","sigE","yjcA","SigE","BSU_11790","subtiwiki","224308.BSU15320/224308.BSU11790","sigma factor","txid224308" +"BSU_15320","BSU_10600","SigE","YhjQ","sigE","yhjQ","SigE","YhjQ","subtiwiki","224308.BSU15320/224308.BSU10600","sigma factor","txid224308" +"BSU_15320","BSU_40940","SigE","BSU_40940","sigE","yyaD","SigE","BSU_40940","subtiwiki","224308.BSU15320/224308.BSU40940","sigma factor","txid224308" +"BSU_15320","BSU_17720","SigE","BSU_17720","sigE","yndA","SigE","BSU_17720","subtiwiki","224308.BSU15320/224308.BSU17720","sigma factor","txid224308" +"BSU_15320","BSU_25060","SigE","BSU_25060","sigE","yqfZ","SigE","BSU_25060","subtiwiki","224308.BSU15320/224308.BSU25060","sigma factor","txid224308" +"BSU_15320","BSU_09830","SigE","YhaX","sigE","yhaX","SigE","YhaX","subtiwiki","224308.BSU15320/224308.BSU09830","sigma factor","txid224308" +"BSU_15320","BSU_17640","SigE","AlrB","sigE","yncD","SigE","YncD","subtiwiki","224308.BSU15320/224308.BSU17640","sigma factor","txid224308" +"BSU_15320","BSU_04630","SigE","BSU_04630","sigE","ssdC","SigE","BSU_04630","subtiwiki","224308.BSU15320/224308.BSU04630","sigma factor","txid224308" +"BSU_15320","BSU_08920","SigE","YhbB","sigE","yhbB","SigE","YhbB","subtiwiki","224308.BSU15320/224308.BSU08920","sigma factor","txid224308" +"BSU_15320","BSU_08930","SigE","BSU_08930","sigE","cspR","SigE","BSU_08930","subtiwiki","224308.BSU15320/224308.BSU08930","sigma factor","txid224308" +"BSU_15320","BSU_22520","SigE","BSU_22520","sigE","ypjB","SigE","BSU_22520","subtiwiki","224308.BSU15320/224308.BSU22520","sigma factor","txid224308" +"BSU_15320","BSU_15170","SigE","SpoVD","sigE","spoVD","SigE","SpoVD","subtiwiki","224308.BSU15320/224308.BSU15170","sigma factor","txid224308" +"BSU_15320","BSU_00160","SigE","YaaH","sigE","yaaH","SigE","YaaH","subtiwiki","224308.BSU15320/224308.BSU00160","sigma factor","txid224308" +"BSU_15320","BSU_24140","SigE","MmgD","sigE","mmgD","SigE","MmgD","subtiwiki","224308.BSU15320/224308.BSU24140","sigma factor","txid224308" +"BSU_15320","BSU_30080","SigE","BSU_30080","sigE","yteV","SigE","BSU_30080","subtiwiki","224308.BSU15320/224308.BSU30080","sigma factor","txid224308" +"BSU_15320","BSU_27440","SigE","GlnH","sigE","glnH","SigE","GlnH","subtiwiki","224308.BSU15320/224308.BSU27440","sigma factor","txid224308" +"BSU_15320","BSU_27430","SigE","GlnQ","sigE","glnQ","SigE","GlnQ","subtiwiki","224308.BSU15320/224308.BSU27430","sigma factor","txid224308" +"BSU_15320","BSU_24150","SigE","BSU_24150","sigE","mmgC","SigE","BSU_24150","subtiwiki","224308.BSU15320/224308.BSU24150","sigma factor","txid224308" +"BSU_15320","BSU_27450","SigE","GlnM","sigE","glnM","SigE","GlnM","subtiwiki","224308.BSU15320/224308.BSU27450","sigma factor","txid224308" +"BSU_15320","BSU_24160","SigE","MmgB","sigE","mmgB","SigE","MmgB","subtiwiki","224308.BSU15320/224308.BSU24160","sigma factor","txid224308" +"BSU_15320","BSU_27460","SigE","GlnP","sigE","glnP","SigE","GlnP","subtiwiki","224308.BSU15320/224308.BSU27460","sigma factor","txid224308" +"BSU_15320","BSU_24130","SigE","MmgE","sigE","mmgE","SigE","MmgE","subtiwiki","224308.BSU15320/224308.BSU24130","sigma factor","txid224308" +"BSU_15320","BSU_24170","SigE","MmgA","sigE","mmgA","SigE","MmgA","subtiwiki","224308.BSU15320/224308.BSU24170","sigma factor","txid224308" +"BSU_15320","BSU_24120","SigE","MmgF","sigE","mmgF","SigE","MmgF","subtiwiki","224308.BSU15320/224308.BSU24120","sigma factor","txid224308" +"BSU_15320","BSU_02600","SigE","CwlJ","sigE","cwlJ","SigE","CwlJ","subtiwiki","224308.BSU15320/224308.BSU02600","sigma factor","txid224308" +"BSU_15320","BSU_33480","SigE","BdbD","sigE","bdbD","SigE","BdbD","subtiwiki","224308.BSU15320/224308.BSU33480","sigma factor","txid224308" +"BSU_15320","BSU_12090","SigE","BSU_12090","sigE","cotT","SigE","BSU_12090","subtiwiki","224308.BSU15320/224308.BSU12090","sigma factor","txid224308" +"BSU_15320","BSU_33470","SigE","BdbC","sigE","bdbC","SigE","BdbC","subtiwiki","224308.BSU15320/224308.BSU33470","sigma factor","txid224308" +"BSU_15320","BSU_15210","SigE","SpoVE","sigE","spoVE","SigE","SpoVE","subtiwiki","224308.BSU15320/224308.BSU15210","sigma factor","txid224308" +"BSU_15320","BSU_17970","SigE","CotM","sigE","cotM","SigE","CotM","subtiwiki","224308.BSU15320/224308.BSU17970","sigma factor","txid224308" +"BSU_15320","BSU_25770","SigE","SpoIVCA","sigE","spoIVCA","SigE","SpoIVCA","subtiwiki","224308.BSU15320/224308.BSU25770","sigma factor","txid224308" +"BSU_15320","BSU_15190","SigE","BSU_15190","sigE","mraY","SigE","BSU_15190","subtiwiki","224308.BSU15320/224308.BSU15190","sigma factor","txid224308" +"BSU_15320","BSU_15180","SigE","MurE","sigE","murE","SigE","MurE","subtiwiki","224308.BSU15320/224308.BSU15180","sigma factor","txid224308" +"BSU_15320","BSU_12110","SigE","BSU_12110","sigE","yjfA","SigE","BSU_12110","subtiwiki","224308.BSU15320/224308.BSU12110","sigma factor","txid224308" +"BSU_15320","BSU_15200","SigE","MurD","sigE","murD","SigE","MurD","subtiwiki","224308.BSU15320/224308.BSU15200","sigma factor","txid224308" +"BSU_15320","BSU_23530","SigE","SpoIIM","sigE","spoIIM","SigE","SpoIIM","subtiwiki","224308.BSU15320/224308.BSU23530","sigma factor","txid224308" +"BSU_15320","BSU_39590","SigE","BSU_39590","sigE","yxeD","SigE","BSU_39590","subtiwiki","224308.BSU15320/224308.BSU39590","sigma factor","txid224308" +"BSU_15320","BSU_16720","SigE","BSU_16720","sigE","ymxH","SigE","BSU_16720","subtiwiki","224308.BSU15320/224308.BSU16720","sigma factor","txid224308" +"BSU_15320","BSU_09165","SigE","BSU_09165","sigE","yhcO","SigE","BSU_09165","subtiwiki","224308.BSU15320/224308.BSU09165","sigma factor","txid224308" +"BSU_15320","BSU_10900","SigE","BSU_10900","sigE","yisY","SigE","BSU_10900","subtiwiki","224308.BSU15320/224308.BSU10900","sigma factor","txid224308" +"BSU_15320","BSU_25750","SigE","BSU_25750","sigE","nucB","SigE","BSU_25750","subtiwiki","224308.BSU15320/224308.BSU25750","sigma factor","txid224308" +"BSU_15320","BSU_30950","SigE","BSU_30950","sigE","glgA","SigE","BSU_30950","subtiwiki","224308.BSU15320/224308.BSU30950","sigma factor","txid224308" +"BSU_15320","BSU_07300","SigE","BSU_07300","sigE","yfnE","SigE","BSU_07300","subtiwiki","224308.BSU15320/224308.BSU07300","sigma factor","txid224308" +"BSU_15320","BSU_07290","SigE","BSU_07290","sigE","yfnF","SigE","BSU_07290","subtiwiki","224308.BSU15320/224308.BSU07290","sigma factor","txid224308" +"BSU_15320","BSU_30940","SigE","GlgP","sigE","glgP","SigE","GlgP","subtiwiki","224308.BSU15320/224308.BSU30940","sigma factor","txid224308" +"BSU_15320","BSU_30960","SigE","GlgD","sigE","glgD","SigE","GlgD","subtiwiki","224308.BSU15320/224308.BSU30960","sigma factor","txid224308" +"BSU_15320","BSU_04610","SigE","BSU_04610","sigE","ydcA","SigE","BSU_04610","subtiwiki","224308.BSU15320/224308.BSU04610","sigma factor","txid224308" +"BSU_15320","BSU_07310","SigE","BSU_07310","sigE","yfnD","SigE","BSU_07310","subtiwiki","224308.BSU15320/224308.BSU07310","sigma factor","txid224308" +"BSU_15320","BSU_30980","SigE","BSU_30980","sigE","glgB","SigE","BSU_30980","subtiwiki","224308.BSU15320/224308.BSU30980","sigma factor","txid224308" +"BSU_15320","BSU_07270","SigE","BSU_07270","sigE","yfnH","SigE","BSU_07270","subtiwiki","224308.BSU15320/224308.BSU07270","sigma factor","txid224308" +"BSU_15320","BSU_07280","SigE","BSU_07280","sigE","yfnG","SigE","BSU_07280","subtiwiki","224308.BSU15320/224308.BSU07280","sigma factor","txid224308" +"BSU_15320","BSU_30970","SigE","GlgC","sigE","glgC","SigE","GlgC","subtiwiki","224308.BSU15320/224308.BSU30970","sigma factor","txid224308" +"BSU_15320","BSU_05710","SigE","BSU_05710","sigE","ydhD","SigE","BSU_05710","subtiwiki","224308.BSU15320/224308.BSU05710","sigma factor","txid224308" +"BSU_15320","BSU_19730","SigE","YodS","sigE","yodS","SigE","YodS","subtiwiki","224308.BSU15320/224308.BSU19730","sigma factor","txid224308" +"BSU_15320","BSU_36070","SigE","CotG","sigE","cotG","SigE","CotG","subtiwiki","224308.BSU15320/224308.BSU36070","sigma factor","txid224308" +"BSU_15320","BSU_19690","SigE","BSU_19690","sigE","kamA","SigE","BSU_19690","subtiwiki","224308.BSU15320/224308.BSU19690","sigma factor","txid224308" +"BSU_15320","BSU_19720","SigE","YodR","sigE","yodR","SigE","YodR","subtiwiki","224308.BSU15320/224308.BSU19720","sigma factor","txid224308" +"BSU_15320","BSU_19700","SigE","BSU_19700","sigE","yodP","SigE","BSU_19700","subtiwiki","224308.BSU15320/224308.BSU19700","sigma factor","txid224308" +"BSU_15320","BSU_19740","SigE","BSU_19740","sigE","yodT","SigE","BSU_19740","subtiwiki","224308.BSU15320/224308.BSU19740","sigma factor","txid224308" +"BSU_15320","BSU_19710","SigE","YodQ","sigE","yodQ","SigE","YodQ","subtiwiki","224308.BSU15320/224308.BSU19710","sigma factor","txid224308" +"BSU_15320","BSU_19689","SigE","BSU_19689","sigE","yokU","SigE","BSU_19689","subtiwiki","224308.BSU15320/224308.BSU19689","sigma factor","txid224308" +"BSU_15320","BSU_19680","SigE","BSU_19680","sigE","yozE","SigE","BSU_19680","subtiwiki","224308.BSU15320/224308.BSU19680","sigma factor","txid224308" +"BSU_15320","BSU_19890","SigE","BSU_19890","sigE","yotG","SigE","BSU_19890","subtiwiki","224308.BSU15320/224308.BSU19890","sigma factor","txid224308" +"BSU_15320","BSU_19900","SigE","BSU_19900","sigE","yotF","SigE","BSU_19900","subtiwiki","224308.BSU15320/224308.BSU19900","sigma factor","txid224308" +"BSU_15320","BSU_19930","SigE","BSU_19930","sigE","yotC","SigE","BSU_19930","subtiwiki","224308.BSU15320/224308.BSU19930","sigma factor","txid224308" +"BSU_15320","BSU_19830","SigE","BSU_19830","sigE","yotM","SigE","BSU_19830","subtiwiki","224308.BSU15320/224308.BSU19830","sigma factor","txid224308" +"BSU_15320","BSU_19880","SigE","BSU_19880","sigE","yotH","SigE","BSU_19880","subtiwiki","224308.BSU15320/224308.BSU19880","sigma factor","txid224308" +"BSU_15320","BSU_19910","SigE","BSU_19910","sigE","yotE","SigE","BSU_19910","subtiwiki","224308.BSU15320/224308.BSU19910","sigma factor","txid224308" +"BSU_15320","BSU_19820","SigE","SprB","sigE","sprB","SigE","SprB","subtiwiki","224308.BSU15320/224308.BSU19820","sigma factor","txid224308" +"BSU_15320","BSU_14250","SigE","YknT","sigE","yknT","SigE","YknT","subtiwiki","224308.BSU15320/224308.BSU14250","sigma factor","txid224308" +"BSU_15320","BSU_19860","SigE","BSU_19860","sigE","yotJ","SigE","BSU_19860","subtiwiki","224308.BSU15320/224308.BSU19860","sigma factor","txid224308" +"BSU_15320","BSU_19870","SigE","BSU_19870","sigE","yotI","SigE","BSU_19870","subtiwiki","224308.BSU15320/224308.BSU19870","sigma factor","txid224308" +"BSU_15320","BSU_19970","SigE","BSU_19970","sigE","yosX","SigE","BSU_19970","subtiwiki","224308.BSU15320/224308.BSU19970","sigma factor","txid224308" +"BSU_15320","BSU_19850","SigE","BSU_19850","sigE","yotK","SigE","BSU_19850","subtiwiki","224308.BSU15320/224308.BSU19850","sigma factor","txid224308" +"BSU_15320","BSU_19920","SigE","BSU_19920","sigE","yotD","SigE","BSU_19920","subtiwiki","224308.BSU15320/224308.BSU19920","sigma factor","txid224308" +"BSU_15320","BSU_31270","SigE","Tgl","sigE","tgl","SigE","Tgl","subtiwiki","224308.BSU15320/224308.BSU31270","sigma factor","txid224308" +"BSU_15320","BSU_19940","SigE","BSU_19940","sigE","yotB","SigE","BSU_19940","subtiwiki","224308.BSU15320/224308.BSU19940","sigma factor","txid224308" +"BSU_15320","BSU_27970","SigE","SpoIVFB","sigE","spoIVFB","SigE","SpoIVFB","subtiwiki","224308.BSU15320/224308.BSU27970","sigma factor","txid224308" +"BSU_15320","BSU_27980","SigE","SpoIVFA","sigE","spoIVFA","SigE","SpoIVFA","subtiwiki","224308.BSU15320/224308.BSU27980","sigma factor","txid224308" +"BSU_15320","BSU_25520","SigE","BSU_25520","sigE","yqxA","SigE","BSU_25520","subtiwiki","224308.BSU15320/224308.BSU25520","sigma factor","txid224308" +"BSU_15320","BSU_40630","SigE","BSU_40630","sigE","yybI","SigE","BSU_40630","subtiwiki","224308.BSU15320/224308.BSU40630","sigma factor","txid224308" +"BSU_15320","BSU_25530","SigE","SpoIIP","sigE","spoIIP","SigE","SpoIIP","subtiwiki","224308.BSU15320/224308.BSU25530","sigma factor","txid224308" +"BSU_15320","BSU_31730","SigE","BSU_31730","sigE","yuzC","SigE","BSU_31730","subtiwiki","224308.BSU15320/224308.BSU31730","sigma factor","txid224308" +"BSU_15320","BSU_17030","SigE","CotE","sigE","cotE","SigE","CotE","subtiwiki","224308.BSU15320/224308.BSU17030","sigma factor","txid224308" +"BSU_15320","BSU_11750","SigE","CotY","sigE","cotY","SigE","CotY","subtiwiki","224308.BSU15320/224308.BSU11750","sigma factor","txid224308" +"BSU_15320","BSU_36410","SigE","Mbl","sigE","mbl","SigE","Mbl","subtiwiki","224308.BSU15320/224308.BSU36410","sigma factor","txid224308" +"BSU_15320","BSU_25760","SigE","SigK","sigE","sigK","SigE","SigK","subtiwiki","224308.BSU15320/224308.BSU25760","sigma factor","txid224308" +"BSU_15320","BSU_11740","SigE","CotZ","sigE","cotZ","SigE","CotZ","subtiwiki","224308.BSU15320/224308.BSU11740","sigma factor","txid224308" +"BSU_15320","BSU_11780","SigE","CotV","sigE","cotV","SigE","CotV","subtiwiki","224308.BSU15320/224308.BSU11780","sigma factor","txid224308" +"BSU_15320","BSU_11770","SigE","CotW","sigE","cotW","SigE","CotW","subtiwiki","224308.BSU15320/224308.BSU11770","sigma factor","txid224308" +"BSU_15320","BSU_11760","SigE","CotX","sigE","cotX","SigE","CotX","subtiwiki","224308.BSU15320/224308.BSU11760","sigma factor","txid224308" +"BSU_15320","BSU_06900","SigE","CotJB","sigE","cotJB","SigE","CotJB","subtiwiki","224308.BSU15320/224308.BSU06900","sigma factor","txid224308" +"BSU_15320","BSU_36060","SigE","CotH","sigE","cotH","SigE","CotH","subtiwiki","224308.BSU15320/224308.BSU36060","sigma factor","txid224308" +"BSU_15320","BSU_06920","SigE","BSU_06920","sigE","yesJ","SigE","BSU_06920","subtiwiki","224308.BSU15320/224308.BSU06920","sigma factor","txid224308" +"BSU_15320","BSU_06890","SigE","CotJA","sigE","cotJA","SigE","CotJA","subtiwiki","224308.BSU15320/224308.BSU06890","sigma factor","txid224308" +"BSU_15320","BSU_36050","SigE","CotB","sigE","cotB","SigE","CotB","subtiwiki","224308.BSU15320/224308.BSU36050","sigma factor","txid224308" +"BSU_15320","BSU_06930","SigE","BSU_06930","sigE","yesK","SigE","BSU_06930","subtiwiki","224308.BSU15320/224308.BSU06930","sigma factor","txid224308" +"BSU_15320","BSU_06910","SigE","CotJC","sigE","cotJC","SigE","CotJC","subtiwiki","224308.BSU15320/224308.BSU06910","sigma factor","txid224308" +"BSU_15320","BSU_36040","SigE","BSU_36040","sigE","ywrJ","SigE","BSU_36040","subtiwiki","224308.BSU15320/224308.BSU36040","sigma factor","txid224308" +"BSU_15320","BSU_00610","SigE","BSU_00610","sigE","shfA","SigE","BSU_00610","subtiwiki","224308.BSU15320/224308.BSU00610","sigma factor","txid224308" +"BSU_15320","BSU_00620","SigE","DivIC","sigE","divIC","SigE","DivIC","subtiwiki","224308.BSU15320/224308.BSU00620","sigma factor","txid224308" +"BSU_15320","BSU_00570","SigE","BSU_00570","sigE","yabM","SigE","BSU_00570","subtiwiki","224308.BSU15320/224308.BSU00570","sigma factor","txid224308" +"BSU_15320","BSU_00630","SigE","YabR","sigE","yabR","SigE","YabR","subtiwiki","224308.BSU15320/224308.BSU00630","sigma factor","txid224308" +"BSU_15320","BSU_00580","SigE","BSU_00580","sigE","yabN","SigE","BSU_00580","subtiwiki","224308.BSU15320/224308.BSU00580","sigma factor","txid224308" +"BSU_15320","BSU_00590","SigE","HslR","sigE","rqcP","SigE","RqcP","subtiwiki","224308.BSU15320/224308.BSU00590","sigma factor","txid224308" +"BSU_15320","BSU_00600","SigE","BSU_00600","sigE","yabP","SigE","BSU_00600","subtiwiki","224308.BSU15320/224308.BSU00600","sigma factor","txid224308" +"BSU_15320","BSU_24360","SigE","SpoIIIAH","sigE","spoIIIAH","SigE","SpoIIIAH","subtiwiki","224308.BSU15320/224308.BSU24360","sigma factor","txid224308" +"BSU_15320","BSU_24410","SigE","BSU_24410","sigE","spoIIIAC","SigE","BSU_24410","subtiwiki","224308.BSU15320/224308.BSU24410","sigma factor","txid224308" +"BSU_15320","BSU_24380","SigE","SpoIIIAF","sigE","spoIIIAF","SigE","SpoIIIAF","subtiwiki","224308.BSU15320/224308.BSU24380","sigma factor","txid224308" +"BSU_15320","BSU_24430","SigE","SpoIIIAA","sigE","spoIIIAA","SigE","SpoIIIAA","subtiwiki","224308.BSU15320/224308.BSU24430","sigma factor","txid224308" +"BSU_15320","BSU_24400","SigE","SpoIIIAD","sigE","spoIIIAD","SigE","SpoIIIAD","subtiwiki","224308.BSU15320/224308.BSU24400","sigma factor","txid224308" +"BSU_15320","BSU_15230","SigE","MurB","sigE","murB","SigE","MurB","subtiwiki","224308.BSU15320/224308.BSU15230","sigma factor","txid224308" +"BSU_15320","BSU_15250","SigE","BSU_15250","sigE","ylxW","SigE","BSU_15250","subtiwiki","224308.BSU15320/224308.BSU15250","sigma factor","txid224308" +"BSU_15320","BSU_24420","SigE","SpoIIIAB","sigE","spoIIIAB","SigE","SpoIIIAB","subtiwiki","224308.BSU15320/224308.BSU24420","sigma factor","txid224308" +"BSU_15320","BSU_15220","SigE","MurG","sigE","murG","SigE","MurG","subtiwiki","224308.BSU15320/224308.BSU15220","sigma factor","txid224308" +"BSU_15320","BSU_24440","SigE","BSU_24440","sigE","yqhV","SigE","BSU_24440","subtiwiki","224308.BSU15320/224308.BSU24440","sigma factor","txid224308" +"BSU_15320","BSU_24370","SigE","SpoIIIAG","sigE","spoIIIAG","SigE","SpoIIIAG","subtiwiki","224308.BSU15320/224308.BSU24370","sigma factor","txid224308" +"BSU_15320","BSU_24390","SigE","SpoIIIAE","sigE","spoIIIAE","SigE","SpoIIIAE","subtiwiki","224308.BSU15320/224308.BSU24390","sigma factor","txid224308" +"BSU_15320","BSU_15260","SigE","BSU_15260","sigE","ylxX","SigE","BSU_15260","subtiwiki","224308.BSU15320/224308.BSU15260","sigma factor","txid224308" +"BSU_15320","BSU_15240","SigE","DivIB","sigE","divIB","SigE","DivIB","subtiwiki","224308.BSU15320/224308.BSU15240","sigma factor","txid224308" +"BSU_15320","BSU_15270","SigE","BSU_15270","sigE","sbp","SigE","BSU_15270","subtiwiki","224308.BSU15320/224308.BSU15270","sigma factor","txid224308" +"BSU_15320","BSU_01530","SigE","BSU_01530","sigE","cwlD","SigE","BSU_01530","subtiwiki","224308.BSU15320/224308.BSU01530","sigma factor","txid224308" +"BSU_15320","BSU_01520","SigE","BSU_01520","sigE","ybaK","SigE","BSU_01520","subtiwiki","224308.BSU15320/224308.BSU01520","sigma factor","txid224308" +"BSU_15320","BSU_12350","SigE","BSU_12350","sigE","yjmF","SigE","BSU_12350","subtiwiki","224308.BSU15320/224308.BSU12350","sigma factor","txid224308" +"BSU_15320","BSU_12360","SigE","BSU_12360","sigE","exuT","SigE","BSU_12360","subtiwiki","224308.BSU15320/224308.BSU12360","sigma factor","txid224308" +"BSU_15320","BSU_12320","SigE","BSU_12320","sigE","yjmC","SigE","BSU_12320","subtiwiki","224308.BSU15320/224308.BSU12320","sigma factor","txid224308" +"BSU_15320","BSU_12340","SigE","BSU_12340","sigE","uxuA","SigE","BSU_12340","subtiwiki","224308.BSU15320/224308.BSU12340","sigma factor","txid224308" +"BSU_15320","BSU_12390","SigE","BSU_12390","sigE","uxaA","SigE","BSU_12390","subtiwiki","224308.BSU15320/224308.BSU12390","sigma factor","txid224308" +"BSU_15320","BSU_12330","SigE","BSU_12330","sigE","yjmD","SigE","BSU_12330","subtiwiki","224308.BSU15320/224308.BSU12330","sigma factor","txid224308" +"BSU_15320","BSU_12380","SigE","BSU_12380","sigE","uxaB","SigE","BSU_12380","subtiwiki","224308.BSU15320/224308.BSU12380","sigma factor","txid224308" +"BSU_15320","BSU_12370","SigE","BSU_12370","sigE","exuR","SigE","BSU_12370","subtiwiki","224308.BSU15320/224308.BSU12370","sigma factor","txid224308" +"BSU_15320","BSU_27310","SigE","PbpI","sigE","pbpI","SigE","PbpI","subtiwiki","224308.BSU15320/224308.BSU27310","sigma factor","txid224308" +"BSU_15320","BSU_27300","SigE","YrrS","sigE","yrrS","SigE","YrrS","subtiwiki","224308.BSU15320/224308.BSU27300","sigma factor","txid224308" +"BSU_15320","BSU_06280","SigE","YdjP","sigE","ydjP","SigE","YdjP","subtiwiki","224308.BSU15320/224308.BSU06280","sigma factor","txid224308" +"BSU_15320","BSU_06270","SigE","YdjO","sigE","ydjO","SigE","YdjO","subtiwiki","224308.BSU15320/224308.BSU06270","sigma factor","txid224308" +"BSU_15320","BSU_06290","SigE","BSU_06290","sigE","yeaA","SigE","BSU_06290","subtiwiki","224308.BSU15320/224308.BSU06290","sigma factor","txid224308" +"BSU_15320","BSU_09780","SigE","BSU_09780","sigE","yheC","SigE","BSU_09780","subtiwiki","224308.BSU15320/224308.BSU09780","sigma factor","txid224308" +"BSU_15330","BSU_23410","SigG","SpoVAD","sigG","spoVAD","SigG","SpoVAD","subtiwiki","224308.BSU15330/224308.BSU23410","sigma factor","txid224308" +"BSU_15330","BSU_35040","SigG","BSU_35040","sigG","shfP","SigG","BSU_35040","subtiwiki","224308.BSU15330/224308.BSU35040","sigma factor","txid224308" +"BSU_15330","BSU_18200","SigG","NrnB","sigG","nrnB","SigG","NrnB","subtiwiki","224308.BSU15330/224308.BSU18200","sigma factor","txid224308" +"BSU_15330","new_1077024_1077320_c","SigG","new_1077024_1077320_c","sigG","S357","SigG","new_1077024_1077320_c","subtiwiki","224308.BSU15330/224308.new10770241077320c","Sigma factor","txid224308" +"BSU_15330","BSU_09350","SigG","BSU_09350","sigG","yhdB","SigG","BSU_09350","subtiwiki","224308.BSU15330/224308.BSU09350","sigma factor","txid224308" +"BSU_15330","BSU_11140","SigG","YitU","sigG","yitU","SigG","YitU","subtiwiki","224308.BSU15330/224308.BSU11140","sigma factor","txid224308" +"BSU_15330","BSU_22019","SigG","BSU_22019","sigG","ypzF","SigG","BSU_22019","subtiwiki","224308.BSU15330/224308.BSU22019","sigma factor","txid224308" +"BSU_15330","BSU_19639","SigG","BSU_19639","sigG","yoyE","SigG","BSU_19639","subtiwiki","224308.BSU15330/224308.BSU19639","sigma factor","txid224308" +"BSU_15330","BSU_27469","SigG","BSU_27469","sigG","yrzR","SigG","BSU_27469","subtiwiki","224308.BSU15330/224308.BSU27469","sigma factor","txid224308" +"BSU_15330","BSU_22869","SigG","BSU_22869","sigG","ypzI","SigG","BSU_22869","subtiwiki","224308.BSU15330/224308.BSU22869","sigma factor","txid224308" +"BSU_15330","BSU_27468","SigG","BSU_27468","sigG","yrzQ","SigG","BSU_27468","subtiwiki","224308.BSU15330/224308.BSU27468","sigma factor","txid224308" +"BSU_15330","BSU_22169","SigG","BSU_22169","sigG","ypzG","SigG","BSU_22169","subtiwiki","224308.BSU15330/224308.BSU22169","sigma factor","txid224308" +"BSU_15330","BSU_11139","SigG","BSU_11139","sigG","yizC","SigG","BSU_11139","subtiwiki","224308.BSU15330/224308.BSU11139","sigma factor","txid224308" +"BSU_15330","BSU_30470","SigG","BSU_30470","sigG","ytzC","SigG","BSU_30470","subtiwiki","224308.BSU15330/224308.BSU30470","sigma factor","txid224308" +"BSU_15330","BSU_26620","SigG","BSU_26620","sigG","yrdR","SigG","BSU_26620","subtiwiki","224308.BSU15330/224308.BSU26620","sigma factor","txid224308" +"BSU_15330","BSU_13290","SigG","BSU_13290","sigG","ykzD","SigG","BSU_13290","subtiwiki","224308.BSU15330/224308.BSU13290","sigma factor","txid224308" +"BSU_15330","BSU_13509","SigG","BSU_13509","sigG","ykzP","SigG","BSU_13509","subtiwiki","224308.BSU15330/224308.BSU13509","sigma factor","txid224308" +"BSU_15330","new_1569226_1569349_c","SigG","new_1569226_1569349_c","sigG","csfG","SigG","new_1569226_1569349_c","subtiwiki","224308.BSU15330/224308.new15692261569349c","sigma factor","txid224308" +"BSU_15330","BSU_26619","SigG","BSU_26619","sigG","yrzO","SigG","BSU_26619","subtiwiki","224308.BSU15330/224308.BSU26619","sigma factor","txid224308" +"BSU_15330","BSU_13510","SigG","BSU_13510","sigG","ykzE","SigG","BSU_13510","subtiwiki","224308.BSU15330/224308.BSU13510","sigma factor","txid224308" +"BSU_15330","BSU_16880","SigG","BSU_16880","sigG","ymfJ","SigG","BSU_16880","subtiwiki","224308.BSU15330/224308.BSU16880","sigma factor","txid224308" +"BSU_15330","BSU_30739","SigG","BSU_30739","sigG","ytzL","SigG","BSU_30739","subtiwiki","224308.BSU15330/224308.BSU30739","sigma factor","txid224308" +"BSU_15330","BSU_32320","SigG","BSU_32320","sigG","yutC","SigG","BSU_32320","subtiwiki","224308.BSU15330/224308.BSU32320","sigma factor","txid224308" +"BSU_15330","BSU_23940","SigG","BSU_23940","sigG","yqjB","SigG","BSU_23940","subtiwiki","224308.BSU15330/224308.BSU23940","sigma factor","txid224308" +"BSU_15330","BSU_23930","SigG","BSU_23930","sigG","yqjC","SigG","BSU_23930","subtiwiki","224308.BSU15330/224308.BSU23930","sigma factor","txid224308" +"BSU_15330","BSU_32859","SigG","BSU_32859","sigG","yuzM","SigG","BSU_32859","subtiwiki","224308.BSU15330/224308.BSU32859","sigma factor","txid224308" +"BSU_15330","BSU_32860","SigG","BSU_32860","sigG","yusN","SigG","BSU_32860","subtiwiki","224308.BSU15330/224308.BSU32860","sigma factor","txid224308" +"BSU_15330","BSU_25080","SigG","BSU_25080","sigG","yqfX","SigG","BSU_25080","subtiwiki","224308.BSU15330/224308.BSU25080","sigma factor","txid224308" +"BSU_15330","BSU_33340","SigG","BSU_33340","sigG","sspJ","SigG","BSU_33340","subtiwiki","224308.BSU15330/224308.BSU33340","sigma factor","txid224308" +"BSU_15330","BSU_00540","SigG","Fin","sigG","fin","SigG","Fin","subtiwiki","224308.BSU15330/224308.BSU00540","sigma factor","txid224308" +"BSU_15330","BSU_31380","SigG","BSU_31380","sigG","yuzA","SigG","BSU_31380","subtiwiki","224308.BSU15330/224308.BSU31380","sigma factor","txid224308" +"BSU_15330","BSU_01550","SigG","GerD","sigG","gerD","SigG","GerD","subtiwiki","224308.BSU15330/224308.BSU01550","sigma factor","txid224308" +"BSU_15330","BSU_33070","SigG","GerAC","sigG","gerAC","SigG","GerAC","subtiwiki","224308.BSU15330/224308.BSU33070","sigma factor","txid224308" +"BSU_15330","BSU_33050","SigG","GerAA","sigG","gerAA","SigG","GerAA","subtiwiki","224308.BSU15330/224308.BSU33050","sigma factor","txid224308" +"BSU_15330","BSU_18720","SigG","BSU_18720","sigG","yoaR","SigG","BSU_18720","subtiwiki","224308.BSU15330/224308.BSU18720","sigma factor","txid224308" +"BSU_15330","BSU_33060","SigG","GerAB","sigG","gerAB","SigG","GerAB","subtiwiki","224308.BSU15330/224308.BSU33060","sigma factor","txid224308" +"BSU_15330","BSU_27470","SigG","BSU_27470","sigG","yrrD","SigG","BSU_27470","subtiwiki","224308.BSU15330/224308.BSU27470","sigma factor","txid224308" +"BSU_15330","BSU_34520","SigG","YvdP","sigG","cotQ","SigG","CotQ","subtiwiki","224308.BSU15330/224308.BSU34520","sigma factor","txid224308" +"BSU_15330","BSU_18020","SigG","BSU_18020","sigG","sspN","SigG","BSU_18020","subtiwiki","224308.BSU15330/224308.BSU18020","sigma factor","txid224308" +"BSU_15330","BSU_18030","SigG","BSU_18030","sigG","tlp","SigG","BSU_18030","subtiwiki","224308.BSU15330/224308.BSU18030","sigma factor","txid224308" +"BSU_15330","BSU_25530","SigG","SpoIIP","sigG","spoIIP","SigG","SpoIIP","subtiwiki","224308.BSU15330/224308.BSU25530","sigma factor","txid224308" +"BSU_15330","BSU_25540","SigG","BSU_25540","sigG","gpr","SigG","BSU_25540","subtiwiki","224308.BSU15330/224308.BSU25540","sigma factor","txid224308" +"BSU_15330","BSU_19430","SigG","CdaS","sigG","cdaS","SigG","CdaS","subtiwiki","224308.BSU15330/224308.BSU19430","sigma factor","txid224308" +"BSU_15330","BSU_14800","SigG","BSU_14800","sigG","ylaJ","SigG","BSU_14800","subtiwiki","224308.BSU15330/224308.BSU14800","sigma factor","txid224308" +"BSU_15330","BSU_29570","SigG","BSU_29570","sigG","sspA","SigG","BSU_29570","subtiwiki","224308.BSU15330/224308.BSU29570","sigma factor","txid224308" +"BSU_15330","BSU_08630","SigG","BSU_08630","sigG","mutY","SigG","BSU_08630","subtiwiki","224308.BSU15330/224308.BSU08630","sigma factor","txid224308" +"BSU_15330","BSU_35800","SigG","GerBA","sigG","gerBA","SigG","GerBA","subtiwiki","224308.BSU15330/224308.BSU35800","sigma factor","txid224308" +"BSU_15330","BSU_35820","SigG","GerBC","sigG","gerBC","SigG","GerBC","subtiwiki","224308.BSU15330/224308.BSU35820","sigma factor","txid224308" +"BSU_15330","BSU_35810","SigG","GerBB","sigG","gerBB","SigG","GerBB","subtiwiki","224308.BSU15330/224308.BSU35810","sigma factor","txid224308" +"BSU_15330","BSU_40870","SigG","BSU_40870","sigG","ccpB","SigG","BSU_40870","subtiwiki","224308.BSU15330/224308.BSU40870","sigma factor","txid224308" +"BSU_15330","BSU_40880","SigG","BSU_40880","sigG","exoA","SigG","BSU_40880","subtiwiki","224308.BSU15330/224308.BSU40880","sigma factor","txid224308" +"BSU_15330","BSU_03400","SigG","BSU_03400","sigG","yckD","SigG","BSU_03400","subtiwiki","224308.BSU15330/224308.BSU03400","sigma factor","txid224308" +"BSU_15330","BSU_08500","SigG","BSU_08500","sigG","yfhE","SigG","BSU_08500","subtiwiki","224308.BSU15330/224308.BSU08500","sigma factor","txid224308" +"BSU_15330","BSU_08490","SigG","BSU_08490","sigG","yfhD","SigG","BSU_08490","subtiwiki","224308.BSU15330/224308.BSU08490","sigma factor","txid224308" +"BSU_15330","BSU_08510","SigG","BSU_08510","sigG","yfhF","SigG","BSU_08510","subtiwiki","224308.BSU15330/224308.BSU08510","sigma factor","txid224308" +"BSU_15330","BSU_10970","SigG","BSU_10970","sigG","yitF","SigG","BSU_10970","subtiwiki","224308.BSU15330/224308.BSU10970","sigma factor","txid224308" +"BSU_15330","BSU_13930","SigG","BSU_13930","sigG","splB","SigG","BSU_13930","subtiwiki","224308.BSU15330/224308.BSU13930","sigma factor","txid224308" +"BSU_15330","BSU_23480","SigG","DacF","sigG","dacF","SigG","DacF","subtiwiki","224308.BSU15330/224308.BSU23480","sigma factor","txid224308" +"BSU_15330","BSU_13920","SigG","BSU_13920","sigG","splA","SigG","BSU_13920","subtiwiki","224308.BSU15330/224308.BSU13920","sigma factor","txid224308" +"BSU_15330","BSU_10980","SigG","BSU_10980","sigG","yitG","SigG","BSU_10980","subtiwiki","224308.BSU15330/224308.BSU10980","sigma factor","txid224308" +"BSU_15330","BSU_35240","SigG","CtpB","sigG","ctpB","SigG","CtpB","subtiwiki","224308.BSU15330/224308.BSU35240","sigma factor","txid224308" +"BSU_15330","BSU_00450","SigG","BSU_00450","sigG","sspF","SigG","BSU_00450","subtiwiki","224308.BSU15330/224308.BSU00450","sigma factor","txid224308" +"BSU_15330","BSU_15440","SigG","BSU_15440","sigG","ylyA","SigG","BSU_15440","subtiwiki","224308.BSU15330/224308.BSU15440","sigma factor","txid224308" +"BSU_15330","BSU_07920","SigG","ChaA","sigG","chaA","SigG","ChaA","subtiwiki","224308.BSU15330/224308.BSU07920","sigma factor","txid224308" +"BSU_15330","BSU_02080","SigG","BSU_02080","sigG","ybxH","SigG","BSU_02080","subtiwiki","224308.BSU15330/224308.BSU02080","sigma factor","txid224308" +"BSU_15330","BSU_07930","SigG","BSU_07930","sigG","yfkD","SigG","BSU_07930","subtiwiki","224308.BSU15330/224308.BSU07930","sigma factor","txid224308" +"BSU_15330","BSU_02070","SigG","BSU_02070","sigG","csgA","SigG","BSU_02070","subtiwiki","224308.BSU15330/224308.BSU02070","sigma factor","txid224308" +"BSU_15330","BSU_05540","SigG","BSU_05540","sigG","ydfS","SigG","BSU_05540","subtiwiki","224308.BSU15330/224308.BSU05540","sigma factor","txid224308" +"BSU_15330","BSU_37510","SigG","PbpG","sigG","pbpG","SigG","PbpG","subtiwiki","224308.BSU15330/224308.BSU37510","sigma factor","txid224308" +"BSU_15330","BSU_08650","SigG","FabL","sigG","fabL","SigG","FabL","subtiwiki","224308.BSU15330/224308.BSU08650","sigma factor","txid224308" +"BSU_15330","BSU_08660","SigG","BSU_08660","sigG","sspE","SigG","BSU_08660","subtiwiki","224308.BSU15330/224308.BSU08660","sigma factor","txid224308" +"BSU_15330","BSU_27750","SigG","BofC","sigG","bofC","SigG","BofC","subtiwiki","224308.BSU15330/224308.BSU27750","sigma factor","txid224308" +"BSU_15330","BSU_28660","SigG","BSU_28660","sigG","sspI","SigG","BSU_28660","subtiwiki","224308.BSU15330/224308.BSU28660","sigma factor","txid224308" +"BSU_15330","BSU_27760","SigG","BSU_27760","sigG","csbX","SigG","BSU_27760","subtiwiki","224308.BSU15330/224308.BSU27760","sigma factor","txid224308" +"BSU_15330","BSU_13840","SigG","StoA","sigG","stoA","SigG","StoA","subtiwiki","224308.BSU15330/224308.BSU13840","sigma factor","txid224308" +"BSU_15330","BSU_13830","SigG","BSU_13830","sigG","ykvU","SigG","BSU_13830","subtiwiki","224308.BSU15330/224308.BSU13830","sigma factor","txid224308" +"BSU_15330","BSU_17770","SigG","BSU_17770","sigG","yndF","SigG","BSU_17770","subtiwiki","224308.BSU15330/224308.BSU17770","sigma factor","txid224308" +"BSU_15330","BSU_13400","SigG","LigD","sigG","ligD","SigG","LigD","subtiwiki","224308.BSU15330/224308.BSU13400","sigma factor","txid224308" +"BSU_15330","BSU_17760","SigG","BSU_17760","sigG","yndE","SigG","BSU_17760","subtiwiki","224308.BSU15330/224308.BSU17760","sigma factor","txid224308" +"BSU_15330","BSU_13470","SigG","BSU_13470","sigG","sspD","SigG","BSU_13470","subtiwiki","224308.BSU15330/224308.BSU13470","sigma factor","txid224308" +"BSU_15330","BSU_08550","SigG","BSU_08550","sigG","sspK","SigG","BSU_08550","subtiwiki","224308.BSU15330/224308.BSU08550","sigma factor","txid224308" +"BSU_15330","BSU_17750","SigG","BSU_17750","sigG","yndD","SigG","BSU_17750","subtiwiki","224308.BSU15330/224308.BSU17750","sigma factor","txid224308" +"BSU_15330","BSU_13410","SigG","YkoV","sigG","ykoV","SigG","YkoV","subtiwiki","224308.BSU15330/224308.BSU13410","sigma factor","txid224308" +"BSU_15330","BSU_22000","SigG","BSU_22000","sigG","sspL","SigG","BSU_22000","subtiwiki","224308.BSU15330/224308.BSU22000","sigma factor","txid224308" +"BSU_15330","BSU_18600","SigG","BSU_18600","sigG","yozQ","SigG","BSU_18600","subtiwiki","224308.BSU15330/224308.BSU18600","sigma factor","txid224308" +"BSU_15330","BSU_34510","SigG","BSU_34510","sigG","yvdQ","SigG","BSU_34510","subtiwiki","224308.BSU15330/224308.BSU34510","sigma factor","txid224308" +"BSU_15330","BSU_09150","SigG","BSU_09150","sigG","yhcN","SigG","BSU_09150","subtiwiki","224308.BSU15330/224308.BSU09150","sigma factor","txid224308" +"BSU_15330","BSU_21950","SigG","BSU_21950","sigG","ypzA","SigG","BSU_21950","subtiwiki","224308.BSU15330/224308.BSU21950","sigma factor","txid224308" +"BSU_15330","BSU_09750","SigG","SspB","sigG","sspB","SigG","SspB","subtiwiki","224308.BSU15330/224308.BSU09750","sigma factor","txid224308" +"BSU_15330","BSU_23460","SigG","SpoIIAB","sigG","spoIIAB","SigG","SpoIIAB","subtiwiki","224308.BSU15330/224308.BSU23460","sigma factor","txid224308" +"BSU_15330","BSU_23450","SigG","SigF","sigG","sigF","SigG","SigF","subtiwiki","224308.BSU15330/224308.BSU23450","sigma factor","txid224308" +"BSU_15330","BSU_23470","SigG","SpoIIAA","sigG","spoIIAA","SigG","SpoIIAA","subtiwiki","224308.BSU15330/224308.BSU23470","sigma factor","txid224308" +"BSU_15330","BSU_09230","SigG","BSU_09230","sigG","yhcV","SigG","BSU_09230","subtiwiki","224308.BSU15330/224308.BSU09230","sigma factor","txid224308" +"BSU_15330","BSU_03920","SigG","BSU_03920","sigG","glcU","SigG","BSU_03920","subtiwiki","224308.BSU15330/224308.BSU03920","sigma factor","txid224308" +"BSU_15330","BSU_07790","SigG","BSU_07790","sigG","yfkQ","SigG","BSU_07790","subtiwiki","224308.BSU15330/224308.BSU07790","sigma factor","txid224308" +"BSU_15330","BSU_07770","SigG","BSU_07770","sigG","yfkS","SigG","BSU_07770","subtiwiki","224308.BSU15330/224308.BSU07770","sigma factor","txid224308" +"BSU_15330","BSU_16790","SigG","BSU_16790","sigG","tepA","SigG","BSU_16790","subtiwiki","224308.BSU15330/224308.BSU16790","sigma factor","txid224308" +"BSU_15330","BSU_07760","SigG","BSU_07760","sigG","yfkT","SigG","BSU_07760","subtiwiki","224308.BSU15330/224308.BSU07760","sigma factor","txid224308" +"BSU_15330","BSU_16799","SigG","BSU_16799","sigG","ylzJ","SigG","BSU_16799","subtiwiki","224308.BSU15330/224308.BSU16799","sigma factor","txid224308" +"BSU_15330","BSU_07780","SigG","BSU_07780","sigG","yfkR","SigG","BSU_07780","subtiwiki","224308.BSU15330/224308.BSU07780","sigma factor","txid224308" +"BSU_15330","BSU_30840","SigG","BSU_30840","sigG","yteA","SigG","BSU_30840","subtiwiki","224308.BSU15330/224308.BSU30840","sigma factor","txid224308" +"BSU_15330","BSU_03930","SigG","Gdh","sigG","gdh","SigG","Gdh","subtiwiki","224308.BSU15330/224308.BSU03930","sigma factor","txid224308" +"BSU_15330","BSU_19950","SigG","BSU_19950","sigG","sspC","SigG","BSU_19950","subtiwiki","224308.BSU15330/224308.BSU19950","sigma factor","txid224308" +"BSU_15330","BSU_34470","SigG","BSU_34470","sigG","yveA","SigG","BSU_34470","subtiwiki","224308.BSU15330/224308.BSU34470","sigma factor","txid224308" +"BSU_15330","BSU_03710","SigG","GerKC","sigG","gerKC","SigG","GerKC","subtiwiki","224308.BSU15330/224308.BSU03710","sigma factor","txid224308" +"BSU_15330","BSU_03720","SigG","GerKB","sigG","gerKB","SigG","GerKB","subtiwiki","224308.BSU15330/224308.BSU03720","sigma factor","txid224308" +"BSU_15330","BSU_03700","SigG","GerKA","sigG","gerKA","SigG","GerKA","subtiwiki","224308.BSU15330/224308.BSU03700","sigma factor","txid224308" +"BSU_15330","BSU_00560","SigG","BSU_00560","sigG","spoVT","SigG","BSU_00560","subtiwiki","224308.BSU15330/224308.BSU00560","sigma factor","txid224308" +"BSU_15330","BSU_37620","SigG","RsfA","sigG","rsfA","SigG","RsfA","subtiwiki","224308.BSU15330/224308.BSU37620","sigma factor","txid224308" +"BSU_15330","BSU_05530","SigG","BSU_05530","sigG","ydfR","SigG","BSU_05530","subtiwiki","224308.BSU15330/224308.BSU05530","sigma factor","txid224308" +"BSU_15330","BSU_01530","SigG","BSU_01530","sigG","cwlD","SigG","BSU_01530","subtiwiki","224308.BSU15330/224308.BSU01530","sigma factor","txid224308" +"BSU_15330","BSU_01520","SigG","BSU_01520","sigG","ybaK","SigG","BSU_01520","subtiwiki","224308.BSU15330/224308.BSU01520","sigma factor","txid224308" +"BSU_15330","BSU_40360","SigG","HtrC","sigG","htrC","SigG","HtrC","subtiwiki","224308.BSU15330/224308.BSU40360","sigma factor","txid224308" +"BSU_15330","BSU_15320","SigG","SigE","sigG","sigE","SigG","SigE","subtiwiki","224308.BSU15330/224308.BSU15320","sigma factor","txid224308" +"BSU_15330","BSU_15310","SigG","SpoIIGA","sigG","spoIIGA","SigG","SpoIIGA","subtiwiki","224308.BSU15330/224308.BSU15310","sigma factor","txid224308" +"BSU_15330","BSU_09140","SigG","BSU_09140","sigG","yhcM","SigG","BSU_09140","subtiwiki","224308.BSU15330/224308.BSU09140","sigma factor","txid224308" +"BSU_15330","BSU_26960","SigG","BSU_26960","sigG","yraF","SigG","BSU_26960","subtiwiki","224308.BSU15330/224308.BSU26960","sigma factor","txid224308" +"BSU_15330","BSU_26990","SigG","BSU_26990","sigG","yraD","SigG","BSU_26990","subtiwiki","224308.BSU15330/224308.BSU26990","sigma factor","txid224308" +"BSU_15330","BSU_26970","SigG","AdhB","sigG","adhB","SigG","AdhB","subtiwiki","224308.BSU15330/224308.BSU26970","sigma factor","txid224308" +"BSU_15330","BSU_26980","SigG","BSU_26980","sigG","yraE","SigG","BSU_26980","subtiwiki","224308.BSU15330/224308.BSU26980","sigma factor","txid224308" +"BSU_15330","BSU_26950","SigG","BSU_26950","sigG","yraG","SigG","BSU_26950","subtiwiki","224308.BSU15330/224308.BSU26950","sigma factor","txid224308" +"BSU_15330","BSU_24230","SigG","SpoIVB","sigG","spoIVB","SigG","SpoIVB","subtiwiki","224308.BSU15330/224308.BSU24230","sigma factor","txid224308" +"BSU_15330","BSU_38620","SigG","BSU_38620","sigG","aag","SigG","BSU_38620","subtiwiki","224308.BSU15330/224308.BSU38620","sigma factor","txid224308" +"BSU_15330","BSU_38610","SigG","BSU_38610","sigG","yxzF","SigG","BSU_38610","subtiwiki","224308.BSU15330/224308.BSU38610","sigma factor","txid224308" +"BSU_15330","BSU_09410","SigG","PhoA","sigG","phoA","SigG","PhoA","subtiwiki","224308.BSU15330/224308.BSU09410","sigma factor","txid224308" +"BSU_15330","BSU_03690","SigG","BSU_03690","sigG","gerKD","SigG","BSU_03690","subtiwiki","224308.BSU15330/224308.BSU03690","sigma factor","txid224308" +"BSU_15330","BSU_10900","SigG","BSU_10900","sigG","yisY","SigG","BSU_10900","subtiwiki","224308.BSU15330/224308.BSU10900","sigma factor","txid224308" +"BSU_15330","BSU_17980","SigG","BSU_17980","sigG","sspP","SigG","BSU_17980","subtiwiki","224308.BSU15330/224308.BSU17980","sigma factor","txid224308" +"BSU_15330","BSU_22930","SigG","BSU_22930","sigG","sleB","SigG","BSU_22930","subtiwiki","224308.BSU15330/224308.BSU22930","sigma factor","txid224308" +"BSU_15330","BSU_22290","SigG","BSU_22290","sigG","sspM","SigG","BSU_22290","subtiwiki","224308.BSU15330/224308.BSU22290","sigma factor","txid224308" +"BSU_15330","BSU_39590","SigG","BSU_39590","sigG","yxeD","SigG","BSU_39590","subtiwiki","224308.BSU15330/224308.BSU39590","sigma factor","txid224308" +"BSU_15330","BSU_22920","SigG","YpeB","sigG","ypeB","SigG","YpeB","subtiwiki","224308.BSU15330/224308.BSU22920","sigma factor","txid224308" +"BSU_15330","BSU_17990","SigG","BSU_17990","sigG","sspO","SigG","BSU_17990","subtiwiki","224308.BSU15330/224308.BSU17990","sigma factor","txid224308" +"BSU_15330","BSU_13390","SigG","YkoT","sigG","ykoT","SigG","YkoT","subtiwiki","224308.BSU15330/224308.BSU13390","sigma factor","txid224308" +"BSU_15330","BSU_10110","SigG","PbpF","sigG","pbpF","SigG","PbpF","subtiwiki","224308.BSU15330/224308.BSU10110","sigma factor","txid224308" +"BSU_15330","BSU_13380","SigG","BSU_13380","sigG","ykoS","SigG","BSU_13380","subtiwiki","224308.BSU15330/224308.BSU13380","sigma factor","txid224308" +"BSU_15330","BSU_07980","SigG","BSU_07980","sigG","pdaA","SigG","BSU_07980","subtiwiki","224308.BSU15330/224308.BSU07980","sigma factor","txid224308" +"BSU_15330","BSU_08330","SigG","YfiN","sigG","lnrN","SigG","LnrN","subtiwiki","224308.BSU15330/224308.BSU08330","sigma factor","txid224308" +"BSU_15330","BSU_08320","SigG","YfiM","sigG","lnrM","SigG","LnrM","subtiwiki","224308.BSU15330/224308.BSU08320","sigma factor","txid224308" +"BSU_15330","BSU_08310","SigG","LnrL","sigG","lnrL","SigG","LnrL","subtiwiki","224308.BSU15330/224308.BSU08310","sigma factor","txid224308" +"BSU_15330","BSU_09180","SigG","YhcQ","sigG","yhcQ","SigG","YhcQ","subtiwiki","224308.BSU15330/224308.BSU09180","sigma factor","txid224308" +"BSU_15330","BSU_08110","SigG","BSU_08110","sigG","sspH","SigG","BSU_08110","subtiwiki","224308.BSU15330/224308.BSU08110","sigma factor","txid224308" +"BSU_15330","BSU_23402","SigG","SpoVAEB","sigG","spoVAEB","SigG","SpoVAEB","subtiwiki","224308.BSU15330/224308.BSU23402","sigma factor","txid224308" +"BSU_15330","BSU_23401","SigG","BSU_23401","sigG","spoVAEA","SigG","BSU_23401","subtiwiki","224308.BSU15330/224308.BSU23401","sigma factor","txid224308" +"BSU_15330","BSU_33540","SigG","BSU_33540","sigG","azoR2","SigG","BSU_33540","subtiwiki","224308.BSU15330/224308.BSU33540","sigma factor","txid224308" +"BSU_15330","BSU_23420","SigG","SpoVAC","sigG","spoVAC","SigG","SpoVAC","subtiwiki","224308.BSU15330/224308.BSU23420","sigma factor","txid224308" +"BSU_15330","BSU_23380","SigG","BSU_23380","sigG","lysA","SigG","BSU_23380","subtiwiki","224308.BSU15330/224308.BSU23380","sigma factor","txid224308" +"BSU_15330","BSU_23440","SigG","SpoVAA","sigG","spoVAA","SigG","SpoVAA","subtiwiki","224308.BSU15330/224308.BSU23440","sigma factor","txid224308" +"BSU_15330","BSU_23430","SigG","SpoVAB","sigG","spoVAB","SigG","SpoVAB","subtiwiki","224308.BSU15330/224308.BSU23430","sigma factor","txid224308" +"BSU_15330","BSU_23390","SigG","BSU_23390","sigG","spoVAF","SigG","BSU_23390","subtiwiki","224308.BSU15330/224308.BSU23390","sigma factor","txid224308" +"BSU_15330","BSU_15330","SigG","SigG","sigG","sigG","SigG","SigG","subtiwiki","224308.BSU15330/224308.BSU15330","sigma factor","txid224308" +"BSU_12560","BSU_12590","Xpf","BSU_12590","xpf","xkdE","Xpf","BSU_12590","subtiwiki","224308.BSU12560/224308.BSU12590","sigma factor","txid224308" +"BSU_12560","BSU_12580","Xpf","XtmB","xpf","xtmB","Xpf","XtmB","subtiwiki","224308.BSU12560/224308.BSU12580","sigma factor","txid224308" +"BSU_12560","BSU_12780","Xpf","XepA","xpf","xepA","Xpf","XepA","subtiwiki","224308.BSU12560/224308.BSU12780","sigma factor","txid224308" +"BSU_12560","BSU_12640","Xpf","BSU_12640","xpf","xkdJ","Xpf","BSU_12640","subtiwiki","224308.BSU12560/224308.BSU12640","sigma factor","txid224308" +"BSU_12560","BSU_12790","Xpf","XhlA","xpf","xhlA","Xpf","XhlA","subtiwiki","224308.BSU12560/224308.BSU12790","sigma factor","txid224308" +"BSU_12560","BSU_12660","Xpf","BSU_12660","xpf","xkdM","Xpf","BSU_12660","subtiwiki","224308.BSU12560/224308.BSU12660","sigma factor","txid224308" +"BSU_12560","BSU_12810","Xpf","BSU_12810","xpf","xlyA","Xpf","BSU_12810","subtiwiki","224308.BSU12560/224308.BSU12810","sigma factor","txid224308" +"BSU_12560","BSU_12760","Xpf","BSU_12760","xpf","xkdW","Xpf","BSU_12760","subtiwiki","224308.BSU12560/224308.BSU12760","sigma factor","txid224308" +"BSU_12560","BSU_12672","Xpf","BSU_12672","xpf","xkzB","Xpf","BSU_12672","subtiwiki","224308.BSU12560/224308.BSU12672","sigma factor","txid224308" +"BSU_12560","BSU_12800","Xpf","BSU_12800","xpf","xhlB","Xpf","BSU_12800","subtiwiki","224308.BSU12560/224308.BSU12800","sigma factor","txid224308" +"BSU_12560","BSU_12710","Xpf","BSU_12710","xpf","xkdR","Xpf","BSU_12710","subtiwiki","224308.BSU12560/224308.BSU12710","sigma factor","txid224308" +"BSU_12560","BSU_12620","Xpf","BSU_12620","xpf","xkdH","Xpf","BSU_12620","subtiwiki","224308.BSU12560/224308.BSU12620","sigma factor","txid224308" +"BSU_12560","BSU_12600","Xpf","XkdF","xpf","xkdF","Xpf","XkdF","subtiwiki","224308.BSU12560/224308.BSU12600","sigma factor","txid224308" +"BSU_12560","BSU_12730","Xpf","BSU_12730","xpf","xkdT","Xpf","BSU_12730","subtiwiki","224308.BSU12560/224308.BSU12730","sigma factor","txid224308" +"BSU_12560","BSU_12680","Xpf","BSU_12680","xpf","xkdO","Xpf","BSU_12680","subtiwiki","224308.BSU12560/224308.BSU12680","sigma factor","txid224308" +"BSU_12560","BSU_12690","Xpf","BSU_12690","xpf","xkdP","Xpf","BSU_12690","subtiwiki","224308.BSU12560/224308.BSU12690","sigma factor","txid224308" +"BSU_12560","BSU_12630","Xpf","BSU_12630","xpf","xkdI","Xpf","BSU_12630","subtiwiki","224308.BSU12560/224308.BSU12630","sigma factor","txid224308" +"BSU_12560","BSU_12740","Xpf","BSU_12740","xpf","xkdU","Xpf","BSU_12740","subtiwiki","224308.BSU12560/224308.BSU12740","sigma factor","txid224308" +"BSU_12560","BSU_12750","Xpf","BSU_12750","xpf","xkdV","Xpf","BSU_12750","subtiwiki","224308.BSU12560/224308.BSU12750","sigma factor","txid224308" +"BSU_12560","BSU_12610","Xpf","BSU_12610","xpf","xkdG","Xpf","BSU_12610","subtiwiki","224308.BSU12560/224308.BSU12610","sigma factor","txid224308" +"BSU_12560","BSU_12700","Xpf","BSU_12700","xpf","xkdQ","Xpf","BSU_12700","subtiwiki","224308.BSU12560/224308.BSU12700","sigma factor","txid224308" +"BSU_12560","BSU_12570","Xpf","XtmA","xpf","xtmA","Xpf","XtmA","subtiwiki","224308.BSU12560/224308.BSU12570","sigma factor","txid224308" +"BSU_12560","BSU_12720","Xpf","BSU_12720","xpf","xkdS","Xpf","BSU_12720","subtiwiki","224308.BSU12560/224308.BSU12720","sigma factor","txid224308" +"BSU_12560","BSU_12650","Xpf","BSU_12650","xpf","xkdK","Xpf","BSU_12650","subtiwiki","224308.BSU12560/224308.BSU12650","sigma factor","txid224308" +"BSU_12560","BSU_12671","Xpf","BSU_12671","xpf","xkdN","Xpf","BSU_12671","subtiwiki","224308.BSU12560/224308.BSU12671","sigma factor","txid224308" +"BSU_12560","BSU_12749","Xpf","BSU_12749","xpf","xkzA","Xpf","BSU_12749","subtiwiki","224308.BSU12560/224308.BSU12749","sigma factor","txid224308" +"BSU_12560","BSU_12770","Xpf","BSU_12770","xpf","xkdX","Xpf","BSU_12770","subtiwiki","224308.BSU12560/224308.BSU12770","sigma factor","txid224308" +"BSU_25760","BSU_32340","SigK","BSU_32340","sigK","lytH","SigK","BSU_32340","subtiwiki","224308.BSU25760/224308.BSU32340","sigma factor","txid224308" +"BSU_25760","BSU_12490","SigK","BSU_12490","sigK","yjqC","SigK","BSU_12490","subtiwiki","224308.BSU25760/224308.BSU12490","sigma factor","txid224308" +"BSU_25760","BSU_26390","SigK","SigKC","sigK","sigKC","SigK","SigKC","subtiwiki","224308.BSU25760/224308.BSU26390","sigma factor","txid224308" +"BSU_25760","BSU_misc_RNA_79","SigK","BSU_misc_RNA_79","sigK","surC","SigK","BSU_misc_RNA_79","subtiwiki","224308.BSU25760/224308.BSUmiscRNA79","sigma factor","txid224308" +"BSU_25760","BSU_19490","SigK","BSU_19490","sigK","gerT","SigK","BSU_19490","subtiwiki","224308.BSU25760/224308.BSU19490","sigma factor","txid224308" +"BSU_25760","BSU_19790","SigK","BSU_19790","sigK","cgeB","SigK","BSU_19790","subtiwiki","224308.BSU25760/224308.BSU19790","sigma factor","txid224308" +"BSU_25760","BSU_19780","SigK","CgeA","sigK","cgeA","SigK","CgeA","subtiwiki","224308.BSU25760/224308.BSU19780","sigma factor","txid224308" +"BSU_25760","BSU_17410","SigK","BSU_17410","sigK","cwlC","SigK","BSU_17410","subtiwiki","224308.BSU25760/224308.BSU17410","sigma factor","txid224308" +"BSU_25760","BSU_34520","SigK","YvdP","sigK","cotQ","SigK","CotQ","subtiwiki","224308.BSU25760/224308.BSU34520","sigma factor","txid224308" +"BSU_25760","BSU_22250","SigK","BSU_22250","sigK","yppG","SigK","BSU_22250","subtiwiki","224308.BSU25760/224308.BSU22250","sigma factor","txid224308" +"BSU_25760","BSU_34530","SigK","CotR","sigK","cotR","SigK","CotR","subtiwiki","224308.BSU25760/224308.BSU34530","sigma factor","txid224308" +"BSU_25760","BSU_19110","SigK","BSU_19110","sigK","yobW","SigK","BSU_19110","subtiwiki","224308.BSU25760/224308.BSU19110","sigma factor","txid224308" +"BSU_25760","BSU_00260","SigK","BSU_00260","sigK","yaaN","SigK","BSU_00260","subtiwiki","224308.BSU25760/224308.BSU00260","sigma factor","txid224308" +"BSU_25760","BSU_00250","SigK","BSU_00250","sigK","xpaC","SigK","BSU_00250","subtiwiki","224308.BSU25760/224308.BSU00250","sigma factor","txid224308" +"BSU_25760","BSU_00270","SigK","BSU_00270","sigK","yaaO","SigK","BSU_00270","subtiwiki","224308.BSU25760/224308.BSU00270","sigma factor","txid224308" +"BSU_25760","BSU_11810","SigK","BSU_11810","sigK","spoVIF","SigK","BSU_11810","subtiwiki","224308.BSU25760/224308.BSU11810","sigma factor","txid224308" +"BSU_25760","BSU_00240","SigK","CsfB","sigK","csfB","SigK","CsfB","subtiwiki","224308.BSU25760/224308.BSU00240","sigma factor","txid224308" +"BSU_25760","BSU_16730","SigK","SpoVFA","sigK","spoVFA","SigK","SpoVFA","subtiwiki","224308.BSU25760/224308.BSU16730","sigma factor","txid224308" +"BSU_25760","BSU_10690","SigK","BSU_10690","sigK","gerPD","SigK","BSU_10690","subtiwiki","224308.BSU25760/224308.BSU10690","sigma factor","txid224308" +"BSU_25760","BSU_10700","SigK","BSU_10700","sigK","gerPC","SigK","BSU_10700","subtiwiki","224308.BSU25760/224308.BSU10700","sigma factor","txid224308" +"BSU_25760","BSU_10720","SigK","BSU_10720","sigK","gerPA","SigK","BSU_10720","subtiwiki","224308.BSU25760/224308.BSU10720","sigma factor","txid224308" +"BSU_25760","BSU_16740","SigK","SpoVFB","sigK","spoVFB","SigK","SpoVFB","subtiwiki","224308.BSU25760/224308.BSU16740","sigma factor","txid224308" +"BSU_25760","BSU_10710","SigK","BSU_10710","sigK","gerPB","SigK","BSU_10710","subtiwiki","224308.BSU25760/224308.BSU10710","sigma factor","txid224308" +"BSU_25760","BSU_10670","SigK","BSU_10670","sigK","gerPF","SigK","BSU_10670","subtiwiki","224308.BSU25760/224308.BSU10670","sigma factor","txid224308" +"BSU_25760","BSU_10910","SigK","YisZ","sigK","yisZ","SigK","YisZ","subtiwiki","224308.BSU25760/224308.BSU10910","sigma factor","txid224308" +"BSU_25760","BSU_10680","SigK","BSU_10680","sigK","gerPE","SigK","BSU_10680","subtiwiki","224308.BSU25760/224308.BSU10680","sigma factor","txid224308" +"BSU_25760","BSU_10930","SigK","YitB","sigK","yitB","SigK","YitB","subtiwiki","224308.BSU25760/224308.BSU10930","sigma factor","txid224308" +"BSU_25760","BSU_10920","SigK","YitA","sigK","yitA","SigK","YitA","subtiwiki","224308.BSU25760/224308.BSU10920","sigma factor","txid224308" +"BSU_25760","BSU_30595","SigK","YtlA","sigK","ytlA","SigK","YtlA","subtiwiki","224308.BSU25760/224308.BSU30595","sigma factor","txid224308" +"BSU_25760","BSU_28320","SigK","BSU_28320","sigK","ysnD","SigK","BSU_28320","subtiwiki","224308.BSU25760/224308.BSU28320","sigma factor","txid224308" +"BSU_25760","BSU_30610","SigK","YtlC","sigK","ytlC","SigK","YtlC","subtiwiki","224308.BSU25760/224308.BSU30610","sigma factor","txid224308" +"BSU_25760","BSU_19810","SigK","BSU_19810","sigK","yodU","SigK","BSU_19810","subtiwiki","224308.BSU25760/224308.BSU19810","sigma factor","txid224308" +"BSU_25760","BSU_30620","SigK","YtlD","sigK","ytlD","SigK","YtlD","subtiwiki","224308.BSU25760/224308.BSU30620","sigma factor","txid224308" +"BSU_25760","BSU_05550","SigK","BSU_05550","sigK","cotP","SigK","BSU_05550","subtiwiki","224308.BSU25760/224308.BSU05550","sigma factor","txid224308" +"BSU_25760","BSU_05570","SigK","BSU_05570","sigK","ydgB","SigK","BSU_05570","subtiwiki","224308.BSU25760/224308.BSU05570","sigma factor","txid224308" +"BSU_25760","BSU_05560","SigK","BSU_05560","sigK","ydgA","SigK","BSU_05560","subtiwiki","224308.BSU25760/224308.BSU05560","sigma factor","txid224308" +"BSU_25760","BSU_25710","SigK","BSU_25710","sigK","cwlH","SigK","BSU_25710","subtiwiki","224308.BSU25760/224308.BSU25710","sigma factor","txid224308" +"BSU_25760","BSU_32650","SigK","BSU_32650","sigK","yurS","SigK","BSU_32650","subtiwiki","224308.BSU25760/224308.BSU32650","sigma factor","txid224308" +"BSU_25760","BSU_17670","SigK","CotU","sigK","cotU","SigK","CotU","subtiwiki","224308.BSU25760/224308.BSU17670","sigma factor","txid224308" +"BSU_25760","BSU_14980","SigK","BSU_14980","sigK","ylbE","SigK","BSU_14980","subtiwiki","224308.BSU25760/224308.BSU14980","sigma factor","txid224308" +"BSU_25760","BSU_25150","SigK","BSU_25150","sigK","yqfQ","SigK","BSU_25150","subtiwiki","224308.BSU25760/224308.BSU25150","sigma factor","txid224308" +"BSU_25760","BSU_14970","SigK","BSU_14970","sigK","ylbD","SigK","BSU_14970","subtiwiki","224308.BSU25760/224308.BSU14970","sigma factor","txid224308" +"BSU_25760","BSU_37810","SigK","SpsL","sigK","spsL","SigK","SpsL","subtiwiki","224308.BSU25760/224308.BSU37810","sigma factor","txid224308" +"BSU_25760","BSU_37820","SigK","BSU_37820","sigK","spsK","SigK","BSU_37820","subtiwiki","224308.BSU25760/224308.BSU37820","sigma factor","txid224308" +"BSU_25760","BSU_37880","SigK","BSU_37880","sigK","spsD","SigK","BSU_37880","subtiwiki","224308.BSU25760/224308.BSU37880","sigma factor","txid224308" +"BSU_25760","BSU_37870","SigK","BSU_37870","sigK","spsE","SigK","BSU_37870","subtiwiki","224308.BSU25760/224308.BSU37870","sigma factor","txid224308" +"BSU_25760","BSU_17310","SigK","BSU_17310","sigK","ymaG","SigK","BSU_17310","subtiwiki","224308.BSU25760/224308.BSU17310","sigma factor","txid224308" +"BSU_25760","BSU_37850","SigK","BSU_37850","sigK","spsG","SigK","BSU_37850","subtiwiki","224308.BSU25760/224308.BSU37850","sigma factor","txid224308" +"BSU_25760","BSU_37890","SigK","BSU_37890","sigK","spsC","SigK","BSU_37890","subtiwiki","224308.BSU25760/224308.BSU37890","sigma factor","txid224308" +"BSU_25760","BSU_37830","SigK","BSU_37830","sigK","spsJ","SigK","BSU_37830","subtiwiki","224308.BSU25760/224308.BSU37830","sigma factor","txid224308" +"BSU_25760","BSU_37840","SigK","BSU_37840","sigK","spsI","SigK","BSU_37840","subtiwiki","224308.BSU25760/224308.BSU37840","sigma factor","txid224308" +"BSU_25760","BSU_37860","SigK","BSU_37860","sigK","spsF","SigK","BSU_37860","subtiwiki","224308.BSU25760/224308.BSU37860","sigma factor","txid224308" +"BSU_25760","BSU_37910","SigK","BSU_37910","sigK","spsA","SigK","BSU_37910","subtiwiki","224308.BSU25760/224308.BSU37910","sigma factor","txid224308" +"BSU_25760","BSU_37900","SigK","SpsB","sigK","spsB","SigK","SpsB","subtiwiki","224308.BSU25760/224308.BSU37900","sigma factor","txid224308" +"BSU_25760","BSU_08620","SigK","BSU_08620","sigK","yfhP","SigK","BSU_08620","subtiwiki","224308.BSU25760/224308.BSU08620","sigma factor","txid224308" +"BSU_25760","BSU_19610","SigK","BSU_19610","sigK","yodI","SigK","BSU_19610","subtiwiki","224308.BSU25760/224308.BSU19610","sigma factor","txid224308" +"BSU_25760","BSU_19600","SigK","BSU_19600","sigK","yodH","SigK","BSU_19600","subtiwiki","224308.BSU25760/224308.BSU19600","sigma factor","txid224308" +"BSU_25760","BSU_19750","SigK","BSU_19750","sigK","cgeE","SigK","BSU_19750","subtiwiki","224308.BSU25760/224308.BSU19750","sigma factor","txid224308" +"BSU_25760","BSU_30890","SigK","BSU_30890","sigK","ytxO","SigK","BSU_30890","subtiwiki","224308.BSU25760/224308.BSU30890","sigma factor","txid224308" +"BSU_25760","BSU_30900","SigK","BSU_30900","sigK","cotS","SigK","BSU_30900","subtiwiki","224308.BSU25760/224308.BSU30900","sigma factor","txid224308" +"BSU_25760","BSU_19760","SigK","BSU_19760","sigK","cgeD","SigK","BSU_19760","subtiwiki","224308.BSU25760/224308.BSU19760","sigma factor","txid224308" +"BSU_25760","BSU_30910","SigK","BSU_30910","sigK","cotSA","SigK","BSU_30910","subtiwiki","224308.BSU25760/224308.BSU30910","sigma factor","txid224308" +"BSU_25760","BSU_19770","SigK","CgeC","sigK","cgeC","SigK","CgeC","subtiwiki","224308.BSU25760/224308.BSU19770","sigma factor","txid224308" +"BSU_25760","BSU_10940","SigK","BSU_10940","sigK","yitC","SigK","BSU_10940","subtiwiki","224308.BSU25760/224308.BSU10940","sigma factor","txid224308" +"BSU_25760","BSU_10950","SigK","BSU_10950","sigK","yitD","SigK","BSU_10950","subtiwiki","224308.BSU25760/224308.BSU10950","sigma factor","txid224308" +"BSU_25760","BSU_17420","SigK","BSU_17420","sigK","spoVK","SigK","BSU_17420","subtiwiki","224308.BSU25760/224308.BSU17420","sigma factor","txid224308" +"BSU_25760","BSU_18670","SigK","YoaN","sigK","oxdD","SigK","OxdD","subtiwiki","224308.BSU25760/224308.BSU18670","sigma factor","txid224308" +"BSU_25760","BSU_22240","SigK","BSU_22240","sigK","ypqA","SigK","BSU_22240","subtiwiki","224308.BSU25760/224308.BSU22240","sigma factor","txid224308" +"BSU_25760","BSU_00430","SigK","BSU_00430","sigK","yabG","SigK","BSU_00430","subtiwiki","224308.BSU25760/224308.BSU00430","sigma factor","txid224308" +"BSU_25760","BSU_30920","SigK","CotI","sigK","cotI","SigK","CotI","subtiwiki","224308.BSU25760/224308.BSU30920","sigma factor","txid224308" +"BSU_25760","BSU_40530","SigK","BSU_40530","sigK","cotF","SigK","BSU_40530","subtiwiki","224308.BSU25760/224308.BSU40530","sigma factor","txid224308" +"BSU_25760","BSU_06850","SigK","YeeK","sigK","yeeK","SigK","YeeK","subtiwiki","224308.BSU25760/224308.BSU06850","sigma factor","txid224308" +"BSU_25760","BSU_39580","SigK","YxeE","sigK","yxeE","SigK","YxeE","subtiwiki","224308.BSU25760/224308.BSU39580","sigma factor","txid224308" +"BSU_25760","BSU_11320","SigK","BSU_11320","sigK","yjzB","SigK","BSU_11320","subtiwiki","224308.BSU25760/224308.BSU11320","sigma factor","txid224308" +"BSU_25760","BSU_10600","SigK","YhjQ","sigK","yhjQ","SigK","YhjQ","subtiwiki","224308.BSU25760/224308.BSU10600","sigma factor","txid224308" +"BSU_25760","BSU_10610","SigK","BSU_10610","sigK","yhjR","SigK","BSU_10610","subtiwiki","224308.BSU25760/224308.BSU10610","sigma factor","txid224308" +"BSU_25760","BSU_22200","SigK","BSU_22200","sigK","cotD","SigK","BSU_22200","subtiwiki","224308.BSU25760/224308.BSU22200","sigma factor","txid224308" +"BSU_25760","BSU_16770","SigK","BSU_16770","sigK","dapA","SigK","BSU_16770","subtiwiki","224308.BSU25760/224308.BSU16770","sigma factor","txid224308" +"BSU_25760","BSU_12820","SigK","SpoIISB","sigK","spoIISB","SigK","SpoIISB","subtiwiki","224308.BSU25760/224308.BSU12820","sigma factor","txid224308" +"BSU_25760","BSU_16750","SigK","Asd","sigK","asd","SigK","Asd","subtiwiki","224308.BSU25760/224308.BSU16750","sigma factor","txid224308" +"BSU_25760","BSU_12830","SigK","SpoIISA","sigK","spoIISA","SigK","SpoIISA","subtiwiki","224308.BSU25760/224308.BSU12830","sigma factor","txid224308" +"BSU_25760","BSU_16760","SigK","DapG","sigK","dapG","SigK","DapG","subtiwiki","224308.BSU25760/224308.BSU16760","sigma factor","txid224308" +"BSU_25760","BSU_13789","SigK","BSU_13789","sigK","ykzQ","SigK","BSU_13789","subtiwiki","224308.BSU25760/224308.BSU13789","sigma factor","txid224308" +"BSU_25760","BSU_13780","SigK","BSU_13780","sigK","ykvP","SigK","BSU_13780","subtiwiki","224308.BSU25760/224308.BSU13780","sigma factor","txid224308" +"BSU_25760","BSU_13790","SigK","BSU_13790","sigK","ykvQ","SigK","BSU_13790","subtiwiki","224308.BSU25760/224308.BSU13790","sigma factor","txid224308" +"BSU_25760","BSU_09958","SigK","BSU_09958","sigK","sscA","SigK","BSU_09958","subtiwiki","224308.BSU25760/224308.BSU09958","sigma factor","txid224308" +"BSU_25760","BSU_26560","SigK","YrkC","sigK","yrkC","SigK","YrkC","subtiwiki","224308.BSU25760/224308.BSU26560","sigma factor","txid224308" +"BSU_25760","BSU_15950","SigK","FtsY","sigK","ftsY","SigK","FtsY","subtiwiki","224308.BSU25760/224308.BSU15950","sigma factor","txid224308" +"BSU_25760","BSU_26559","SigK","BSU_26559","sigK","yrzN","SigK","BSU_26559","subtiwiki","224308.BSU25760/224308.BSU26559","sigma factor","txid224308" +"BSU_25760","BSU_02600","SigK","CwlJ","sigK","cwlJ","SigK","CwlJ","subtiwiki","224308.BSU25760/224308.BSU02600","sigma factor","txid224308" +"BSU_25760","BSU_12090","SigK","BSU_12090","sigK","cotT","SigK","BSU_12090","subtiwiki","224308.BSU25760/224308.BSU12090","sigma factor","txid224308" +"BSU_25760","BSU_17970","SigK","CotM","sigK","cotM","SigK","CotM","subtiwiki","224308.BSU25760/224308.BSU17970","sigma factor","txid224308" +"BSU_25760","BSU_28410","SigK","GerE","sigK","gerE","SigK","GerE","subtiwiki","224308.BSU25760/224308.BSU28410","sigma factor","txid224308" +"BSU_25760","BSU_36060","SigK","CotH","sigK","cotH","SigK","CotH","subtiwiki","224308.BSU25760/224308.BSU36060","sigma factor","txid224308" +"BSU_25760","BSU_36040","SigK","BSU_36040","sigK","ywrJ","SigK","BSU_36040","subtiwiki","224308.BSU25760/224308.BSU36040","sigma factor","txid224308" +"BSU_25760","BSU_36050","SigK","CotB","sigK","cotB","SigK","CotB","subtiwiki","224308.BSU25760/224308.BSU36050","sigma factor","txid224308" +"BSU_25760","BSU_30860","SigK","YtcA","sigK","ytcA","SigK","YtcA","subtiwiki","224308.BSU25760/224308.BSU30860","sigma factor","txid224308" +"BSU_25760","BSU_30870","SigK","BSU_30870","sigK","ytcB","SigK","BSU_30870","subtiwiki","224308.BSU25760/224308.BSU30870","sigma factor","txid224308" +"BSU_25760","BSU_30880","SigK","BSU_30880","sigK","ytcC","SigK","BSU_30880","subtiwiki","224308.BSU25760/224308.BSU30880","sigma factor","txid224308" +"BSU_25760","BSU_11780","SigK","CotV","sigK","cotV","SigK","CotV","subtiwiki","224308.BSU25760/224308.BSU11780","sigma factor","txid224308" +"BSU_25760","BSU_11760","SigK","CotX","sigK","cotX","SigK","CotX","subtiwiki","224308.BSU25760/224308.BSU11760","sigma factor","txid224308" +"BSU_25760","BSU_11770","SigK","CotW","sigK","cotW","SigK","CotW","subtiwiki","224308.BSU25760/224308.BSU11770","sigma factor","txid224308" +"BSU_25760","BSU_11750","SigK","CotY","sigK","cotY","SigK","CotY","subtiwiki","224308.BSU25760/224308.BSU11750","sigma factor","txid224308" +"BSU_25760","BSU_11740","SigK","CotZ","sigK","cotZ","SigK","CotZ","subtiwiki","224308.BSU25760/224308.BSU11740","sigma factor","txid224308" +"BSU_25760","BSU_17030","SigK","CotE","sigK","cotE","SigK","CotE","subtiwiki","224308.BSU25760/224308.BSU17030","sigma factor","txid224308" +"BSU_25760","BSU_19820","SigK","SprB","sigK","sprB","SigK","SprB","subtiwiki","224308.BSU25760/224308.BSU19820","sigma factor","txid224308" +"BSU_25760","BSU_19940","SigK","BSU_19940","sigK","yotB","SigK","BSU_19940","subtiwiki","224308.BSU25760/224308.BSU19940","sigma factor","txid224308" +"BSU_25760","BSU_19900","SigK","BSU_19900","sigK","yotF","SigK","BSU_19900","subtiwiki","224308.BSU25760/224308.BSU19900","sigma factor","txid224308" +"BSU_25760","BSU_19830","SigK","BSU_19830","sigK","yotM","SigK","BSU_19830","subtiwiki","224308.BSU25760/224308.BSU19830","sigma factor","txid224308" +"BSU_25760","BSU_19970","SigK","BSU_19970","sigK","yosX","SigK","BSU_19970","subtiwiki","224308.BSU25760/224308.BSU19970","sigma factor","txid224308" +"BSU_25760","BSU_19870","SigK","BSU_19870","sigK","yotI","SigK","BSU_19870","subtiwiki","224308.BSU25760/224308.BSU19870","sigma factor","txid224308" +"BSU_25760","BSU_19890","SigK","BSU_19890","sigK","yotG","SigK","BSU_19890","subtiwiki","224308.BSU25760/224308.BSU19890","sigma factor","txid224308" +"BSU_25760","BSU_19910","SigK","BSU_19910","sigK","yotE","SigK","BSU_19910","subtiwiki","224308.BSU25760/224308.BSU19910","sigma factor","txid224308" +"BSU_25760","BSU_19860","SigK","BSU_19860","sigK","yotJ","SigK","BSU_19860","subtiwiki","224308.BSU25760/224308.BSU19860","sigma factor","txid224308" +"BSU_25760","BSU_19880","SigK","BSU_19880","sigK","yotH","SigK","BSU_19880","subtiwiki","224308.BSU25760/224308.BSU19880","sigma factor","txid224308" +"BSU_25760","BSU_19850","SigK","BSU_19850","sigK","yotK","SigK","BSU_19850","subtiwiki","224308.BSU25760/224308.BSU19850","sigma factor","txid224308" +"BSU_25760","BSU_31270","SigK","Tgl","sigK","tgl","SigK","Tgl","subtiwiki","224308.BSU25760/224308.BSU31270","sigma factor","txid224308" +"BSU_25760","BSU_19920","SigK","BSU_19920","sigK","yotD","SigK","BSU_19920","subtiwiki","224308.BSU25760/224308.BSU19920","sigma factor","txid224308" +"BSU_25760","BSU_04110","SigK","BSU_04110","sigK","lipC","SigK","BSU_04110","subtiwiki","224308.BSU25760/224308.BSU04110","sigma factor","txid224308" +"BSU_25760","BSU_19930","SigK","BSU_19930","sigK","yotC","SigK","BSU_19930","subtiwiki","224308.BSU25760/224308.BSU19930","sigma factor","txid224308" +"BSU_25760","BSU_30850","SigK","YtdA","sigK","ytdA","SigK","YtdA","subtiwiki","224308.BSU25760/224308.BSU30850","sigma factor","txid224308" +"BSU_25760","BSU_17700","SigK","CotC","sigK","cotC","SigK","CotC","subtiwiki","224308.BSU25760/224308.BSU17700","sigma factor","txid224308" +"BSU_25760","BSU_36070","SigK","CotG","sigK","cotG","SigK","CotG","subtiwiki","224308.BSU25760/224308.BSU36070","sigma factor","txid224308" +"BSU_25760","BSU_14040","SigK","BSU_14040","sigK","ldt","SigK","BSU_14040","subtiwiki","224308.BSU25760/224308.BSU14040","sigma factor","txid224308" +"BSU_25760","BSU_07270","SigK","BSU_07270","sigK","yfnH","SigK","BSU_07270","subtiwiki","224308.BSU25760/224308.BSU07270","sigma factor","txid224308" +"BSU_25760","BSU_07300","SigK","BSU_07300","sigK","yfnE","SigK","BSU_07300","subtiwiki","224308.BSU25760/224308.BSU07300","sigma factor","txid224308" +"BSU_25760","BSU_07280","SigK","BSU_07280","sigK","yfnG","SigK","BSU_07280","subtiwiki","224308.BSU25760/224308.BSU07280","sigma factor","txid224308" +"BSU_25760","BSU_07290","SigK","BSU_07290","sigK","yfnF","SigK","BSU_07290","subtiwiki","224308.BSU25760/224308.BSU07290","sigma factor","txid224308" +"BSU_25760","BSU_07310","SigK","BSU_07310","sigK","yfnD","SigK","BSU_07310","subtiwiki","224308.BSU25760/224308.BSU07310","sigma factor","txid224308" +"BSU_25760","BSU_10900","SigK","BSU_10900","sigK","yisY","SigK","BSU_10900","subtiwiki","224308.BSU25760/224308.BSU10900","sigma factor","txid224308" +"BSU_25760","BSU_09165","SigK","BSU_09165","sigK","yhcO","SigK","BSU_09165","subtiwiki","224308.BSU25760/224308.BSU09165","sigma factor","txid224308" +"BSU_25760","BSU_06300","SigK","CotA","sigK","cotA","SigK","CotA","subtiwiki","224308.BSU25760/224308.BSU06300","sigma factor","txid224308" +"BSU_25760","BSU_32640","SigK","SspG","sigK","sspG","SigK","SspG","subtiwiki","224308.BSU25760/224308.BSU32640","sigma factor","txid224308" +"BSU_25760","BSU_17820","SigK","BSU_17820","sigK","pghL","SigK","BSU_17820","subtiwiki","224308.BSU25760/224308.BSU17820","sigma factor","txid224308" +"BSU_25760","BSU_25760","SigK","SigK","sigK","sigK","SigK","SigK","subtiwiki","224308.BSU25760/224308.BSU25760","sigma factor","txid224308" +"BSU_35239","BSU_02780","SwrAA/2","BSU_02780","swrAA/2","ycdA","SwrAA/2","BSU_02780","subtiwiki","224308.BSU35239/224308.BSU02780","activation","txid224308" +"BSU_35490","BSU_16430","DegU","CheA","degU","cheA","DegU","CheA","subtiwiki","224308.BSU35490/224308.BSU16430","repression","txid224308" +"BSU_35490","BSU_11055","DegU","BSU_11055","degU","yitO","DegU","BSU_11055","subtiwiki","224308.BSU35490/224308.BSU11055","activation","txid224308" +"BSU_35490","BSU_11070","DegU","BSU_11070","degU","yitP","DegU","BSU_11070","subtiwiki","224308.BSU35490/224308.BSU11070","activation","txid224308" +"BSU_35490","BSU_11100","DegU","BSU_11100","degU","nprB","DegU","BSU_11100","subtiwiki","224308.BSU35490/224308.BSU11100","activation","txid224308" +"BSU_35490","BSU_11040","DegU","BSU_11040","degU","yitM","DegU","BSU_11040","subtiwiki","224308.BSU35490/224308.BSU11040","activation","txid224308" +"BSU_35490","BSU_15640","DegU","YloA","degU","rqcH","DegU","RqcH","subtiwiki","224308.BSU35490/224308.BSU15640","repression","txid224308" +"BSU_35490","BSU_34850","DegU","BSU_34850","degU","yvcA","DegU","BSU_34850","subtiwiki","224308.BSU35490/224308.BSU34850","activation","txid224308" +"BSU_35490","BSU_34830","DegU","BSU_34830","degU","yvzA","DegU","BSU_34830","subtiwiki","224308.BSU35490/224308.BSU34830","activation","txid224308" +"BSU_35490","BSU_34840","DegU","YvcB","degU","yvcB","DegU","YvcB","subtiwiki","224308.BSU35490/224308.BSU34840","activation","txid224308" +"BSU_35490","BSU_35230","DegU","SwrA","degU","swrA","DegU","SwrA","subtiwiki","224308.BSU35490/224308.BSU35230","activation","txid224308" +"BSU_35490","BSU_15300","DegU","BSU_15300","degU","bpr","DegU","BSU_15300","subtiwiki","224308.BSU35490/224308.BSU15300","activation","txid224308" +"BSU_35490","BSU_31720","DegU","DegQ","degU","degQ","DegU","DegQ","subtiwiki","224308.BSU35490/224308.BSU31720","activation","txid224308" +"BSU_35490","BSU_31080","DegU","BslA","degU","bslA","DegU","BslA","subtiwiki","224308.BSU35490/224308.BSU31080","activation","txid224308" +"BSU_35490","BSU_38400","DegU","BSU_38400","degU","epr","DegU","BSU_38400","subtiwiki","224308.BSU35490/224308.BSU38400","activation","txid224308" +"BSU_35490","BSU_39220","DegU","YxxG","degU","wapI","DegU","WapI","subtiwiki","224308.BSU35490/224308.BSU39220","repression","txid224308" +"BSU_35490","BSU_02780","DegU","BSU_02780","degU","ycdA","DegU","BSU_02780","subtiwiki","224308.BSU35490/224308.BSU02780","activation","txid224308" +"BSU_35490","BSU_39230","DegU","WapA","degU","wapA","DegU","WapA","subtiwiki","224308.BSU35490/224308.BSU39230","repression","txid224308" +"BSU_35490","BSU_38930","DegU","BSU_38930","degU","yxjJ","DegU","BSU_38930","subtiwiki","224308.BSU35490/224308.BSU38930","repression","txid224308" +"BSU_35490","BSU_10300","DegU","AprE","degU","aprE","DegU","AprE","subtiwiki","224308.BSU35490/224308.BSU10300","activation","txid224308" +"BSU_35490","BSU_34470","DegU","BSU_34470","degU","yveA","DegU","BSU_34470","subtiwiki","224308.BSU35490/224308.BSU34470","activation","txid224308" +"BSU_35490","BSU_38940","DegU","BSU_38940","degU","yxjI","DegU","BSU_38940","subtiwiki","224308.BSU35490/224308.BSU38940","repression","txid224308" +"BSU_35490","BSU_14410","DegU","SipT","degU","sipT","DegU","SipT","subtiwiki","224308.BSU35490/224308.BSU14410","activation","txid224308" +"BSU_35490","BSU_35500","DegU","DegS","degU","degS","DegU","DegS","subtiwiki","224308.BSU35490/224308.BSU35500","activation","txid224308" +"BSU_35490","BSU_10420","DegU","ComK","degU","comK","DegU","ComK","subtiwiki","224308.BSU35490/224308.BSU10420","activation","txid224308" +"BSU_35490","BSU_31890","DegU","YukC","degU","essB","DegU","EssB","subtiwiki","224308.BSU35490/224308.BSU31890","activation","txid224308" +"BSU_35490","BSU_31850","DegU","YueC","degU","yueC","DegU","YueC","subtiwiki","224308.BSU35490/224308.BSU31850","activation","txid224308" +"BSU_35490","BSU_31840","DegU","BSU_31840","degU","yueD","DegU","BSU_31840","subtiwiki","224308.BSU35490/224308.BSU31840","activation","txid224308" +"BSU_35490","BSU_31860","DegU","YueB","degU","yueB","DegU","YueB","subtiwiki","224308.BSU35490/224308.BSU31860","activation","txid224308" +"BSU_35490","BSU_31910","DegU","YukE","degU","yukE","DegU","YukE","subtiwiki","224308.BSU35490/224308.BSU31910","activation","txid224308" +"BSU_35490","BSU_31875","DegU","YukB","degU","yukB","DegU","YukB","subtiwiki","224308.BSU35490/224308.BSU31875","activation","txid224308" +"BSU_35490","BSU_31900","DegU","YukD","degU","yukD","DegU","YukD","subtiwiki","224308.BSU35490/224308.BSU31900","activation","txid224308" +"BSU_35490","BSU_38420","DegU","SacY","degU","sacY","DegU","SacY","subtiwiki","224308.BSU35490/224308.BSU38420","activation","txid224308" +"BSU_35490","BSU_38410","DegU","SacX","degU","sacX","DegU","SacX","subtiwiki","224308.BSU35490/224308.BSU38410","activation","txid224308" +"BSU_35490","BSU_34460","DegU","BSU_34460","degU","levB","DegU","BSU_34460","subtiwiki","224308.BSU35490/224308.BSU34460","activation","txid224308" +"BSU_35490","BSU_34450","DegU","BSU_34450","degU","sacB","DegU","BSU_34450","subtiwiki","224308.BSU35490/224308.BSU34450","activation","txid224308" +"BSU_35490","BSU_16240","DegU","FliI","degU","fliI","DegU","FliI","subtiwiki","224308.BSU35490/224308.BSU16240","repression","txid224308" +"BSU_35490","BSU_16230","DegU","FliH","degU","fliH","DegU","FliH","subtiwiki","224308.BSU35490/224308.BSU16230","repression","txid224308" +"BSU_35490","BSU_16470","DegU","SigD","degU","sigD","DegU","SigD","subtiwiki","224308.BSU35490/224308.BSU16470","repression","txid224308" +"BSU_35490","BSU_16460","DegU","CheD","degU","cheD","DegU","CheD","subtiwiki","224308.BSU35490/224308.BSU16460","repression","txid224308" +"BSU_35490","BSU_16250","DegU","FliJ","degU","fliJ","DegU","FliJ","subtiwiki","224308.BSU35490/224308.BSU16250","repression","txid224308" +"BSU_35490","BSU_35380","DegU","FliW","degU","fliW","DegU","FliW","subtiwiki","224308.BSU35490/224308.BSU35380","activation","txid224308" +"BSU_35490","BSU_35880","DegU","CapA","degU","capA","DegU","CapA","subtiwiki","224308.BSU35490/224308.BSU35880","activation","txid224308" +"BSU_35490","BSU_35460","DegU","ComFB","degU","comFB","DegU","ComFB","subtiwiki","224308.BSU35490/224308.BSU35460","activation","txid224308" +"BSU_35490","BSU_35420","DegU","BSU_35420","degU","flgN","DegU","BSU_35420","subtiwiki","224308.BSU35490/224308.BSU35420","activation","txid224308" +"BSU_35490","BSU_35900","DegU","CapB","degU","capB","DegU","CapB","subtiwiki","224308.BSU35490/224308.BSU35900","activation","txid224308" +"BSU_35490","BSU_35870","DegU","CapE","degU","capE","DegU","CapE","subtiwiki","224308.BSU35490/224308.BSU35870","activation","txid224308" +"BSU_35490","BSU_35450","DegU","ComFC","degU","comFC","DegU","ComFC","subtiwiki","224308.BSU35490/224308.BSU35450","activation","txid224308" +"BSU_35490","BSU_35410","DegU","FlgK","degU","flgK","DegU","FlgK","subtiwiki","224308.BSU35490/224308.BSU35410","activation","txid224308" +"BSU_35490","BSU_35390","DegU","BSU_35390","degU","yviE","DegU","BSU_35390","subtiwiki","224308.BSU35490/224308.BSU35390","activation","txid224308" +"BSU_35490","BSU_35470","DegU","ComFA","degU","comFA","DegU","ComFA","subtiwiki","224308.BSU35490/224308.BSU35470","activation","txid224308" +"BSU_35490","BSU_35400","DegU","FlgL","degU","flgL","DegU","FlgL","subtiwiki","224308.BSU35490/224308.BSU35400","activation","txid224308" +"BSU_35490","BSU_35890","DegU","CapC","degU","capC","DegU","CapC","subtiwiki","224308.BSU35490/224308.BSU35890","activation","txid224308" +"BSU_35490","BSU_35430","DegU","FlgM","degU","flgM","DegU","FlgM","subtiwiki","224308.BSU35490/224308.BSU35430","activation","txid224308" +"BSU_35490","BSU_35440","DegU","BSU_35440","degU","yvyF","DegU","BSU_35440","subtiwiki","224308.BSU35490/224308.BSU35440","activation","txid224308" +"BSU_35490","BSU_35370","DegU","CsrA","degU","csrA","DegU","CsrA","subtiwiki","224308.BSU35490/224308.BSU35370","activation","txid224308" +"BSU_35490","BSU_36230","DegU","YwqF","degU","ugd","DegU","YwqF","subtiwiki","224308.BSU35490/224308.BSU36230","activation","txid224308" +"BSU_35490","BSU_35220","DegU","MinJ","degU","minJ","DegU","MinJ","subtiwiki","224308.BSU35490/224308.BSU35220","activation","txid224308" +"BSU_35490","BSU_36250","DegU","PtkA","degU","ptkA","DegU","PtkA","subtiwiki","224308.BSU35490/224308.BSU36250","activation","txid224308" +"BSU_35490","BSU_35239","DegU","SwrAA/2","degU","swrAA/2","DegU","SwrAA/2","subtiwiki","224308.BSU35490/224308.BSU35239","activation","txid224308" +"BSU_35490","BSU_36240","DegU","YwqE","degU","ptpZ","DegU","PtpZ","subtiwiki","224308.BSU35490/224308.BSU36240","activation","txid224308" +"BSU_35490","BSU_36260","DegU","YwqC","degU","tkmA","DegU","TkmA","subtiwiki","224308.BSU35490/224308.BSU36260","activation","txid224308" +"BSU_35490","BSU_16480","DegU","BSU_16480","degU","swrB","DegU","BSU_16480","subtiwiki","224308.BSU35490/224308.BSU16480","repression","txid224308" +"BSU_35490","BSU_16390","DegU","FlhA","degU","flhA","DegU","FlhA","subtiwiki","224308.BSU35490/224308.BSU16390","repression","txid224308" +"BSU_35490","BSU_16420","DegU","BSU_16420","degU","cheB","DegU","BSU_16420","subtiwiki","224308.BSU35490/224308.BSU16420","repression","txid224308" +"BSU_35490","BSU_16270","DegU","BSU_16270","degU","fliK","DegU","BSU_16270","subtiwiki","224308.BSU35490/224308.BSU16270","repression","txid224308" +"BSU_35490","BSU_16220","DegU","FliG","degU","fliG","DegU","FliG","subtiwiki","224308.BSU35490/224308.BSU16220","repression","txid224308" +"BSU_35490","BSU_16200","DegU","FliE","degU","fliE","DegU","FliE","subtiwiki","224308.BSU35490/224308.BSU16200","repression","txid224308" +"BSU_35490","BSU_16340","DegU","FliZ","degU","fliO","DegU","FliO","subtiwiki","224308.BSU35490/224308.BSU16340","repression","txid224308" +"BSU_35490","BSU_16260","DegU","YlxF","degU","ylxF","DegU","YlxF","subtiwiki","224308.BSU35490/224308.BSU16260","repression","txid224308" +"BSU_35490","BSU_16280","DegU","FlgD","degU","flgD","DegU","FlgD","subtiwiki","224308.BSU35490/224308.BSU16280","repression","txid224308" +"BSU_35490","BSU_16400","DegU","FlhF","degU","flhF","DegU","FlhF","subtiwiki","224308.BSU35490/224308.BSU16400","repression","txid224308" +"BSU_35490","BSU_16320","DegU","FliY","degU","fliY","DegU","FliY","subtiwiki","224308.BSU35490/224308.BSU16320","repression","txid224308" +"BSU_35490","BSU_16180","DegU","FlgB","degU","flgB","DegU","FlgB","subtiwiki","224308.BSU35490/224308.BSU16180","repression","txid224308" +"BSU_35490","BSU_16450","DegU","CheC","degU","cheC","DegU","CheC","subtiwiki","224308.BSU35490/224308.BSU16450","repression","txid224308" +"BSU_35490","BSU_16299","DegU","BSU_16299","degU","swrD","DegU","BSU_16299","subtiwiki","224308.BSU35490/224308.BSU16299","repression","txid224308" +"BSU_35490","BSU_16350","DegU","FliP","degU","fliP","DegU","FliP","subtiwiki","224308.BSU35490/224308.BSU16350","repression","txid224308" +"BSU_35490","BSU_16440","DegU","CheW","degU","cheW","DegU","CheW","subtiwiki","224308.BSU35490/224308.BSU16440","repression","txid224308" +"BSU_35490","BSU_16330","DegU","CheY","degU","cheY","DegU","CheY","subtiwiki","224308.BSU35490/224308.BSU16330","repression","txid224308" +"BSU_35490","BSU_16290","DegU","FlgE","degU","flgE","DegU","FlgE","subtiwiki","224308.BSU35490/224308.BSU16290","repression","txid224308" +"BSU_35490","BSU_16300","DegU","FliL","degU","fliL","DegU","FliL","subtiwiki","224308.BSU35490/224308.BSU16300","repression","txid224308" +"BSU_35490","BSU_16310","DegU","FliM","degU","fliM","DegU","FliM","subtiwiki","224308.BSU35490/224308.BSU16310","repression","txid224308" +"BSU_35490","BSU_16380","DegU","FlhB","degU","flhB","DegU","FlhB","subtiwiki","224308.BSU35490/224308.BSU16380","repression","txid224308" +"BSU_35490","BSU_16360","DegU","FliQ","degU","fliQ","DegU","FliQ","subtiwiki","224308.BSU35490/224308.BSU16360","repression","txid224308" +"BSU_35490","BSU_16210","DegU","FliF","degU","fliF","DegU","FliF","subtiwiki","224308.BSU35490/224308.BSU16210","repression","txid224308" +"BSU_35490","BSU_16190","DegU","FlgC","degU","flgC","DegU","FlgC","subtiwiki","224308.BSU35490/224308.BSU16190","repression","txid224308" +"BSU_35490","BSU_16370","DegU","FliR","degU","fliR","DegU","FliR","subtiwiki","224308.BSU35490/224308.BSU16370","repression","txid224308" +"BSU_35490","BSU_16410","DegU","YlxH","degU","flhG","DegU","FlhG","subtiwiki","224308.BSU35490/224308.BSU16410","repression","txid224308" +"BSU_35490","BSU_35490","DegU","DegU","degU","degU","DegU","DegU","subtiwiki","224308.BSU35490/224308.BSU35490","activation","txid224308" +"BSU_34380","BSU_09370","SlrR","LytF","slrR","lytF","SlrR","LytF","subtiwiki","224308.BSU34380/224308.BSU09370","repression","txid224308" +"BSU_34380","BSU_35640","SlrR","BSU_35640","slrR","lytA","SlrR","BSU_35640","subtiwiki","224308.BSU34380/224308.BSU35640","repression","txid224308" +"BSU_34380","BSU_35620","SlrR","LytC","slrR","lytC","SlrR","LytC","subtiwiki","224308.BSU34380/224308.BSU35620","repression","txid224308" +"BSU_34380","BSU_35630","SlrR","BSU_35630","slrR","lytB","SlrR","BSU_35630","subtiwiki","224308.BSU34380/224308.BSU35630","repression","txid224308" +"BSU_13150","BSU_13140","OhrR","BSU_13140","ohrR","ohrA","OhrR","BSU_13140","subtiwiki","224308.BSU13150/224308.BSU13140","repression","txid224308" +"BSU_39080","BSU_39070","LicT","BglS","licT","bglS","LicT","BglS","subtiwiki","224308.BSU39080/224308.BSU39070","antitermination","txid224308" +"BSU_39080","BSU_39260","LicT","BSU_39260","licT","bglH","LicT","BSU_39260","subtiwiki","224308.BSU39080/224308.BSU39260","anti-termination","txid224308" +"BSU_39080","BSU_39270","LicT","BglP","licT","bglP","LicT","BglP","subtiwiki","224308.BSU39080/224308.BSU39270","anti-termination","txid224308" +"BSU_39080","BSU_39250","LicT","BSU_39250","licT","yxiE","LicT","BSU_39250","subtiwiki","224308.BSU39080/224308.BSU39250","anti-termination","txid224308" +"BSU_12000","BSU_12000","ManR","ManR","manR","manR","ManR","ManR","subtiwiki","224308.BSU12000/224308.BSU12000","activation","txid224308" +"BSU_12000","BSU_12020","ManR","ManA","manR","manA","ManR","ManA","subtiwiki","224308.BSU12000/224308.BSU12020","activation","txid224308" +"BSU_12000","BSU_12010","ManR","ManP","manR","manP","ManR","ManP","subtiwiki","224308.BSU12000/224308.BSU12010","activation","txid224308" +"BSU_12000","BSU_12030","ManR","BSU_12030","manR","yjdF","ManR","BSU_12030","subtiwiki","224308.BSU12000/224308.BSU12030","activation","txid224308" +"BSU_38600","BSU_38580","LicR","LicC","licR","licC","LicR","LicC","subtiwiki","224308.BSU38600/224308.BSU38580","activation","txid224308" +"BSU_38600","BSU_38560","LicR","BSU_38560","licR","licH","LicR","BSU_38560","subtiwiki","224308.BSU38600/224308.BSU38560","activation","txid224308" +"BSU_38600","BSU_38590","LicR","LicB","licR","licB","LicR","LicB","subtiwiki","224308.BSU38600/224308.BSU38590","activation","txid224308" +"BSU_38600","BSU_38570","LicR","LicA","licR","licA","LicR","LicA","subtiwiki","224308.BSU38600/224308.BSU38570","activation","txid224308" +"BSU_13880","BSU_13910","GlcT","PtsI","glcT","ptsI","GlcT","PtsI","subtiwiki","224308.BSU13880/224308.BSU13910","antitermination","txid224308" +"BSU_13880","BSU_13890","GlcT","PtsG","glcT","ptsG","GlcT","PtsG","subtiwiki","224308.BSU13880/224308.BSU13890","antitermination","txid224308" +"BSU_13880","BSU_13900","GlcT","PtsH","glcT","ptsH","GlcT","PtsH","subtiwiki","224308.BSU13880/224308.BSU13900","antitermination","txid224308" +"BSU_24520","BSU_04360","MntR","MntH","mntR","mntH","MntR","MntH","subtiwiki","224308.BSU24520/224308.BSU04360","repression","txid224308" +"BSU_24520","BSU_30760","MntR","MntB","mntR","mntB","MntR","MntB","subtiwiki","224308.BSU24520/224308.BSU30760","repression","txid224308" +"BSU_24520","BSU_30770","MntR","MntA","mntR","mntA","MntR","MntA","subtiwiki","224308.BSU24520/224308.BSU30770","repression","txid224308" +"BSU_24520","BSU_30750","MntR","MntC","mntR","mntC","MntR","MntC","subtiwiki","224308.BSU24520/224308.BSU30750","repression","txid224308" +"BSU_24520","BSU_30740","MntR","MntD","mntR","mntD","MntR","MntD","subtiwiki","224308.BSU24520/224308.BSU30740","repression","txid224308" +"BSU_24520","BSU_05470","MntR","BSU_05470","mntR","mneP","MntR","BSU_05470","subtiwiki","224308.BSU24520/224308.BSU05470","transcription activation","txid224308" +"BSU_24520","BSU_06320","MntR","BSU_06320","mntR","mneS","MntR","BSU_06320","subtiwiki","224308.BSU24520/224308.BSU06320","transcription activation","txid224308" +"BSU_03960","BSU_03940","YcnK","BSU_03940","ycnK","ycnI","YcnK","BSU_03940","subtiwiki","224308.BSU03960/224308.BSU03940","repression","txid224308" +"BSU_03960","BSU_03960","YcnK","YcnK","ycnK","ycnK","YcnK","YcnK","subtiwiki","224308.BSU03960/224308.BSU03960","repression","txid224308" +"BSU_03960","BSU_03950","YcnK","YcnJ","ycnK","ycnJ","YcnK","YcnJ","subtiwiki","224308.BSU03960/224308.BSU03950","repression","txid224308" +"BSU_25100","BSU_03359","Zur","BSU_03359","zur","yczL","Zur","BSU_03359","subtiwiki","224308.BSU25100/224308.BSU03359","repression","txid224308" +"BSU_25100","BSU_03360","Zur","ZagA","zur","zagA","Zur","ZinT","subtiwiki","224308.BSU25100/224308.BSU03360","repression","txid224308" +"BSU_25100","BSU_03340","Zur","FolEB","zur","folEB","Zur","FolEB","subtiwiki","224308.BSU25100/224308.BSU03340","repression","txid224308" +"BSU_25100","BSU_03350","Zur","BSU_03350","zur","yciB","Zur","BSU_03350","subtiwiki","224308.BSU25100/224308.BSU03350","repression","txid224308" +"BSU_25100","BSU_26830","Zur","YrpE","zur","zinT","Zur","YrpE","subtiwiki","224308.BSU25100/224308.BSU26830","repression","txid224308" +"BSU_25100","BSU_02870","Zur","ZnuB","zur","znuB","Zur","ZnuB","subtiwiki","224308.BSU25100/224308.BSU02870","repression","txid224308" +"BSU_25100","BSU_02850","Zur","ZnuA","zur","znuA","Zur","ZnuA","subtiwiki","224308.BSU25100/224308.BSU02850","repression","txid224308" +"BSU_25100","BSU_02860","Zur","ZnuC","zur","znuC","Zur","ZnuC","subtiwiki","224308.BSU25100/224308.BSU02860","repression","txid224308" +"BSU_25100","BSU_30700","Zur","RpmEB","zur","rpmEB","Zur","RpmEB","subtiwiki","224308.BSU25100/224308.BSU30700","repression","txid224308" +"BSU_25100","BSU_08880","Zur","RpsNB","zur","rpsNB","Zur","RpsNB","subtiwiki","224308.BSU25100/224308.BSU08880","repression","txid224308" +"BSU_25100","new_2477758_2477958_c","Zur","RpmGC","zur","rpmGC","Zur","RpmGC","subtiwiki","224308.BSU25100/224308.new24777582477958c","repression","txid224308" +"BSU_30400","BSU_30370","BceR","BceB","bceR","bceB","BceR","BceB","subtiwiki","224308.BSU30400/224308.BSU30370","activation","txid224308" +"BSU_30400","BSU_30380","BceR","BceA","bceR","bceA","BceR","BceA","subtiwiki","224308.BSU30400/224308.BSU30380","activation","txid224308" +"BSU_14480","BSU_19410","Abh","CwlS","abh","cwlS","Abh","CwlS","subtiwiki","224308.BSU14480/224308.BSU19410","repression","txid224308" +"BSU_14480","BSU_07750","Abh","BSU_07750","abh","yflA","Abh","BSU_07750","subtiwiki","224308.BSU14480/224308.BSU07750","repression","txid224308" +"BSU_14480","BSU_14750","Abh","BSU_14750","abh","ylaE","Abh","BSU_14750","subtiwiki","224308.BSU14480/224308.BSU14750","repression","txid224308" +"BSU_14480","BSU_36460","Abh","BSU_36460","abh","ywoF","Abh","BSU_36460","subtiwiki","224308.BSU14480/224308.BSU36460","repression","txid224308" +"BSU_14480","BSU_34380","Abh","SlrR","abh","slrR","Abh","SlrR","subtiwiki","224308.BSU14480/224308.BSU34380","activation","txid224308" +"BSU_14480","BSU_34390","Abh","BSU_34390","abh","pnbA","Abh","BSU_34390","subtiwiki","224308.BSU14480/224308.BSU34390","activation","txid224308" +"BSU_14480","BSU_02780","Abh","BSU_02780","abh","ycdA","Abh","BSU_02780","subtiwiki","224308.BSU14480/224308.BSU02780","repression","txid224308" +"BSU_14480","BSU_03520","Abh","BSU_03520","abh","srfAD","Abh","BSU_03520","subtiwiki","224308.BSU14480/224308.BSU03520","repression","txid224308" +"BSU_14480","BSU_03490","Abh","SrfAB","abh","srfAB","Abh","SrfAB","subtiwiki","224308.BSU14480/224308.BSU03490","repression","txid224308" +"BSU_14480","BSU_03510","Abh","SrfAC","abh","srfAC","Abh","SrfAC","subtiwiki","224308.BSU14480/224308.BSU03510","repression","txid224308" +"BSU_14480","BSU_03500","Abh","ComS","abh","comS","Abh","ComS","subtiwiki","224308.BSU14480/224308.BSU03500","repression","txid224308" +"BSU_14480","BSU_03480","Abh","SrfAA","abh","srfAA","Abh","SrfAA","subtiwiki","224308.BSU14480/224308.BSU03480","repression","txid224308" +"BSU_14480","BSU_21470","Abh","BSU_21470","abh","sunT","Abh","BSU_21470","subtiwiki","224308.BSU14480/224308.BSU21470","activation","txid224308" +"BSU_14480","BSU_21480","Abh","BSU_21480","abh","sunA","Abh","BSU_21480","subtiwiki","224308.BSU14480/224308.BSU21480","activation","txid224308" +"BSU_14480","BSU_21460","Abh","BSU_21460","abh","bdbA","Abh","BSU_21460","subtiwiki","224308.BSU14480/224308.BSU21460","activation","txid224308" +"BSU_14480","BSU_21450","Abh","BSU_21450","abh","sunS","Abh","BSU_21450","subtiwiki","224308.BSU14480/224308.BSU21450","activation","txid224308" +"BSU_14480","BSU_21440","Abh","BSU_21440","abh","bdbB","Abh","BSU_21440","subtiwiki","224308.BSU14480/224308.BSU21440","activation","txid224308" +"BSU_14480","BSU_14910","Abh","CtaE","abh","ctaE","Abh","CtaE","subtiwiki","224308.BSU14480/224308.BSU14910","repression","txid224308" +"BSU_14480","BSU_14920","Abh","CtaF","abh","ctaF","Abh","CtaF","subtiwiki","224308.BSU14480/224308.BSU14920","repression","txid224308" +"BSU_14480","BSU_14880","Abh","CtaB","abh","ctaB","Abh","CtaB","subtiwiki","224308.BSU14480/224308.BSU14880","repression","txid224308" +"BSU_14480","BSU_14890","Abh","CtaC","abh","ctaC","Abh","CtaC","subtiwiki","224308.BSU14480/224308.BSU14890","repression","txid224308" +"BSU_14480","BSU_14900","Abh","CtaD","abh","ctaD","Abh","CtaD","subtiwiki","224308.BSU14480/224308.BSU14900","repression","txid224308" +"BSU_14480","BSU_14930","Abh","BSU_14930","abh","ctaG","Abh","BSU_14930","subtiwiki","224308.BSU14480/224308.BSU14930","repression","txid224308" +"BSU_22440","BSU_10350","BirA","YhfS","birA","yhfS","BirA","YhfS","subtiwiki","224308.BSU22440/224308.BSU10350","repression","txid224308" +"BSU_22440","BSU_10360","BirA","YhfT","birA","yhfT","BirA","YhfT","subtiwiki","224308.BSU22440/224308.BSU10360","repression","txid224308" +"BSU_22440","BSU_10370","BirA","BioY","birA","panU","BirA","YhfU","subtiwiki","224308.BSU22440/224308.BSU10370","repression","txid224308" +"BSU_22440","BSU_10340","BirA","BSU_10340","birA","yhfR","BirA","BSU_10340","subtiwiki","224308.BSU22440/224308.BSU10340","repression","txid224308" +"BSU_22440","BSU_30210","BirA","BSU_30210","birA","bioD","BirA","BSU_30210","subtiwiki","224308.BSU22440/224308.BSU30210","repression","txid224308" +"BSU_22440","BSU_30180","BirA","BSU_30180","birA","ytbQ","BirA","BSU_30180","subtiwiki","224308.BSU22440/224308.BSU30180","repression","txid224308" +"BSU_22440","BSU_30200","BirA","BioB","birA","bioB","BirA","BioB","subtiwiki","224308.BSU22440/224308.BSU30200","repression","txid224308" +"BSU_22440","BSU_30220","BirA","BSU_30220","birA","bioF","BirA","BSU_30220","subtiwiki","224308.BSU22440/224308.BSU30220","repression","txid224308" +"BSU_22440","BSU_30240","BirA","BSU_30240","birA","bioW","BirA","BSU_30240","subtiwiki","224308.BSU22440/224308.BSU30240","repression","txid224308" +"BSU_22440","BSU_30230","BirA","BioK","birA","bioA","BirA","BioK","subtiwiki","224308.BSU22440/224308.BSU30230","repression","txid224308" +"BSU_22440","BSU_30190","BirA","BioI","birA","bioI","BirA","BioI","subtiwiki","224308.BSU22440/224308.BSU30190","repression","txid224308" +"BSU_22440","BSU_32030","BirA","BioYB","birA","yuiG","BirA","YuiG","subtiwiki","224308.BSU22440/224308.BSU32030","repression","txid224308" +"BSU_35650","BSU_35650","TagU","TagU","tagU","tagU","TagU","TagU","subtiwiki","224308.BSU35650/224308.BSU35650","auto-repression","txid224308" +"BSU_33221","BSU_35640","YvrHb","BSU_35640","yvrHb","lytA","YvrHb","BSU_35640","subtiwiki","224308.BSU33221/224308.BSU35640","repression","txid224308" +"BSU_33221","BSU_35620","YvrHb","LytC","yvrHb","lytC","YvrHb","LytC","subtiwiki","224308.BSU33221/224308.BSU35620","repression","txid224308" +"BSU_33221","BSU_35630","YvrHb","BSU_35630","yvrHb","lytB","YvrHb","BSU_35630","subtiwiki","224308.BSU33221/224308.BSU35630","repression","txid224308" +"BSU_33221","BSU_21440","YvrHb","BSU_21440","yvrHb","bdbB","YvrHb","BSU_21440","subtiwiki","224308.BSU33221/224308.BSU21440","activation","txid224308" +"BSU_33221","BSU_21480","YvrHb","BSU_21480","yvrHb","sunA","YvrHb","BSU_21480","subtiwiki","224308.BSU33221/224308.BSU21480","activation","txid224308" +"BSU_33221","BSU_21460","YvrHb","BSU_21460","yvrHb","bdbA","YvrHb","BSU_21460","subtiwiki","224308.BSU33221/224308.BSU21460","activation","txid224308" +"BSU_33221","BSU_21450","YvrHb","BSU_21450","yvrHb","sunS","YvrHb","BSU_21450","subtiwiki","224308.BSU33221/224308.BSU21450","activation","txid224308" +"BSU_33221","BSU_21470","YvrHb","BSU_21470","yvrHb","sunT","YvrHb","BSU_21470","subtiwiki","224308.BSU33221/224308.BSU21470","activation","txid224308" +"BSU_33221","BSU_38499","YvrHb","BSU_38499","yvrHb","dltX","YvrHb","BSU_38499","subtiwiki","224308.BSU33221/224308.BSU38499","activation","txid224308" +"BSU_33221","BSU_38520","YvrHb","DltC","yvrHb","dltC","YvrHb","DltC","subtiwiki","224308.BSU33221/224308.BSU38520","activation","txid224308" +"BSU_33221","BSU_38530","YvrHb","DltD","yvrHb","dltD","YvrHb","DltD","subtiwiki","224308.BSU33221/224308.BSU38530","activation","txid224308" +"BSU_33221","BSU_38540","YvrHb","BSU_38540","yvrHb","dltE","YvrHb","BSU_38540","subtiwiki","224308.BSU33221/224308.BSU38540","activation","txid224308" +"BSU_33221","BSU_38500","YvrHb","DltA","yvrHb","dltA","YvrHb","DltA","subtiwiki","224308.BSU33221/224308.BSU38500","activation","txid224308" +"BSU_33221","BSU_38510","YvrHb","DltB","yvrHb","dltB","YvrHb","DltB","subtiwiki","224308.BSU33221/224308.BSU38510","activation","txid224308" +"BSU_33221","BSU_33230","YvrHb","SigO","yvrHb","sigO","YvrHb","SigO","subtiwiki","224308.BSU33221/224308.BSU33230","activation","txid224308" +"BSU_33221","BSU_33222","YvrHb","RsoA","yvrHb","rsoA","YvrHb","RsoA","subtiwiki","224308.BSU33221/224308.BSU33222","activation","txid224308" +"BSU_33221","BSU_39230","YvrHb","WapA","yvrHb","wapA","YvrHb","WapA","subtiwiki","224308.BSU33221/224308.BSU39230","activation","txid224308" +"BSU_33221","BSU_39220","YvrHb","YxxG","yvrHb","wapI","YvrHb","WapI","subtiwiki","224308.BSU33221/224308.BSU39220","activation","txid224308" +"BSU_33221","BSU_10770","YvrHb","WprA","yvrHb","wprA","YvrHb","WprA","subtiwiki","224308.BSU33221/224308.BSU10770","activation","txid224308" +"BSU_33221","BSU_23100","YvrHb","SigX","yvrHb","sigX","YvrHb","SigX","subtiwiki","224308.BSU33221/224308.BSU23100","activation","txid224308" +"BSU_33221","BSU_23090","YvrHb","RsiX","yvrHb","rsiX","YvrHb","RsiX","subtiwiki","224308.BSU33221/224308.BSU23090","activation","txid224308" +"BSU_04820","BSU_04870","ImmR","BSU_04870","immR","nicK","ImmR","BSU_04870","subtiwiki","224308.BSU04820/224308.BSU04870","repression","txid224308" +"BSU_04820","BSU_04839","ImmR","BSU_04839","immR","ydzL","ImmR","BSU_04839","subtiwiki","224308.BSU04820/224308.BSU04839","repression","txid224308" +"BSU_04820","BSU_04840","ImmR","BSU_04840","immR","devI","ImmR","BSU_04840","subtiwiki","224308.BSU04820/224308.BSU04840","repression","txid224308" +"BSU_04820","BSU_04830","ImmR","BSU_04830","immR","xis","ImmR","BSU_04830","subtiwiki","224308.BSU04820/224308.BSU04830","repression","txid224308" +"BSU_04820","BSU_04860","ImmR","BSU_04860","immR","ydcQ","ImmR","BSU_04860","subtiwiki","224308.BSU04820/224308.BSU04860","repression","txid224308" +"BSU_04820","BSU_04930","ImmR","BSU_04930","immR","conD","ImmR","BSU_04930","subtiwiki","224308.BSU04820/224308.BSU04930","repression","txid224308" +"BSU_04820","BSU_04960","ImmR","ConG","immR","conG","ImmR","ConG","subtiwiki","224308.BSU04820/224308.BSU04960","repression","txid224308" +"BSU_04820","BSU_04990","ImmR","YddJ","immR","yddJ","ImmR","YddJ","subtiwiki","224308.BSU04820/224308.BSU04990","repression","txid224308" +"BSU_04820","BSU_04910","ImmR","ConB","immR","conB","ImmR","ConB","subtiwiki","224308.BSU04820/224308.BSU04910","repression","txid224308" +"BSU_04820","BSU_04880","ImmR","BSU_04880","immR","ydcS","ImmR","BSU_04880","subtiwiki","224308.BSU04820/224308.BSU04880","repression","txid224308" +"BSU_04820","BSU_04920","ImmR","BSU_04920","immR","conC","ImmR","BSU_04920","subtiwiki","224308.BSU04820/224308.BSU04920","repression","txid224308" +"BSU_04820","BSU_04890","ImmR","BSU_04890","immR","ydcT","ImmR","BSU_04890","subtiwiki","224308.BSU04820/224308.BSU04890","repression","txid224308" +"BSU_04820","BSU_04900","ImmR","BSU_04900","immR","yddA","ImmR","BSU_04900","subtiwiki","224308.BSU04820/224308.BSU04900","repression","txid224308" +"BSU_04820","BSU_04940","ImmR","ConE","immR","conE","ImmR","ConE","subtiwiki","224308.BSU04820/224308.BSU04940","repression","txid224308" +"BSU_04820","BSU_04850","ImmR","BSU_04850","immR","ydcP","ImmR","BSU_04850","subtiwiki","224308.BSU04820/224308.BSU04850","repression","txid224308" +"BSU_04820","new_535832_536095","ImmR","new_535832_536095","immR","S172","ImmR","new_535832_536095","subtiwiki","224308.BSU04820/224308.new535832536095","repression","txid224308" +"BSU_04820","BSU_04980","ImmR","BSU_04980","immR","yddI","ImmR","BSU_04980","subtiwiki","224308.BSU04820/224308.BSU04980","repression","txid224308" +"BSU_04820","BSU_04950","ImmR","BSU_04950","immR","yddF","ImmR","BSU_04950","subtiwiki","224308.BSU04820/224308.BSU04950","repression","txid224308" +"BSU_04820","BSU_04970","ImmR","CwlT","immR","cwlT","ImmR","CwlT","subtiwiki","224308.BSU04820/224308.BSU04970","repression","txid224308" +"BSU_33790","BSU_33780","SdpR","SdpI","sdpR","sdpI","SdpR","SdpI","subtiwiki","224308.BSU33790/224308.BSU33780","repression","txid224308" +"BSU_33790","BSU_33790","SdpR","SdpR","sdpR","sdpR","SdpR","SdpR","subtiwiki","224308.BSU33790/224308.BSU33790","repression","txid224308" +"BSU_33790","BSU_32850","SdpR","PutM","sdpR","fadM","SdpR","PutM","subtiwiki","224308.BSU33790/224308.BSU32850","activation","txid224308" +"BSU_33790","BSU_32820","SdpR","BSU_32820","sdpR","fadE","SdpR","BSU_32820","subtiwiki","224308.BSU33790/224308.BSU32820","activation","txid224308" +"BSU_33790","BSU_32830","SdpR","FadA","sdpR","fadA","SdpR","FadA","subtiwiki","224308.BSU33790/224308.BSU32830","activation","txid224308" +"BSU_33790","BSU_32840","SdpR","FadN","sdpR","fadN","SdpR","FadN","subtiwiki","224308.BSU33790/224308.BSU32840","activation","txid224308" +"BSU_24100","BSU_24090","BkdR","BSU_24090","bkdR","ptb","BkdR","BSU_24090","subtiwiki","224308.BSU24100/224308.BSU24090","activation","txid224308" +"BSU_24100","BSU_24030","BkdR","BkdB","bkdR","bkdB","BkdR","BkdB","subtiwiki","224308.BSU24100/224308.BSU24030","activation","txid224308" +"BSU_24100","BSU_24060","BkdR","LpdV","bkdR","lpdV","BkdR","LpdV","subtiwiki","224308.BSU24100/224308.BSU24060","activation","txid224308" +"BSU_24100","BSU_24070","BkdR","Buk","bkdR","buk","BkdR","Buk","subtiwiki","224308.BSU24100/224308.BSU24070","activation","txid224308" +"BSU_24100","BSU_24050","BkdR","BkdAA","bkdR","bkdAA","BkdR","BkdAA","subtiwiki","224308.BSU24100/224308.BSU24050","activation","txid224308" +"BSU_24100","BSU_24040","BkdR","BkdAB","bkdR","bkdAB","BkdR","BkdAB","subtiwiki","224308.BSU24100/224308.BSU24040","activation","txid224308" +"BSU_24100","BSU_24080","BkdR","Bcd","bkdR","bcd","BkdR","Bcd","subtiwiki","224308.BSU24100/224308.BSU24080","activation","txid224308" +"BSU_33080","BSU_05720","LiaR","BSU_05720","liaR","ydhE","LiaR","BSU_05720","subtiwiki","224308.BSU33080/224308.BSU05720","activation","txid224308" +"BSU_33080","BSU_33110","LiaR","LiaG","liaR","liaG","LiaR","LiaG","subtiwiki","224308.BSU33080/224308.BSU33110","activation","txid224308" +"BSU_33080","BSU_33080","LiaR","LiaR","liaR","liaR","LiaR","LiaR","subtiwiki","224308.BSU33080/224308.BSU33080","activation","txid224308" +"BSU_33080","BSU_33090","LiaR","LiaS","liaR","liaS","LiaR","LiaS","subtiwiki","224308.BSU33080/224308.BSU33090","activation","txid224308" +"BSU_33080","BSU_33100","LiaR","LiaF","liaR","liaF","LiaR","LiaF","subtiwiki","224308.BSU33080/224308.BSU33100","activation","txid224308" +"BSU_33080","BSU_33130","LiaR","LiaI","liaR","liaI","LiaR","LiaI","subtiwiki","224308.BSU33080/224308.BSU33130","activation","txid224308" +"BSU_33080","BSU_33120","LiaR","LiaH","liaR","liaH","LiaR","LiaH","subtiwiki","224308.BSU33080/224308.BSU33120","activation","txid224308" +"BSU_33080","BSU_09330","LiaR","YhcZ","liaR","yhcZ","LiaR","YhcZ","subtiwiki","224308.BSU33080/224308.BSU09330","activation","txid224308" +"BSU_33080","BSU_09340","LiaR","BSU_09340","liaR","yhdA","LiaR","BSU_09340","subtiwiki","224308.BSU33080/224308.BSU09340","activation","txid224308" +"BSU_33080","BSU_09320","LiaR","YhcY","liaR","yhcY","LiaR","YhcY","subtiwiki","224308.BSU33080/224308.BSU09320","activation","txid224308" +"BSU_06960","BSU_06970","RhgL","RhiL","rhgL","rhiL","RhgL","RhiL","subtiwiki","224308.BSU06960/224308.BSU06970","activation","txid224308" +"BSU_06960","BSU_07050","RhgL","RhgW","rhgL","yesW","RhgL","RhgW","subtiwiki","224308.BSU06960/224308.BSU07050","activation","txid224308" +"BSU_06960","BSU_07040","RhgL","BSU_07040","rhgL","yesV","RhgL","BSU_07040","subtiwiki","224308.BSU06960/224308.BSU07040","activation","txid224308" +"BSU_06960","BSU_07020","RhgL","BSU_07020","rhgL","yesT","RhgL","BSU_07020","subtiwiki","224308.BSU06960/224308.BSU07020","activation","txid224308" +"BSU_06960","BSU_06990","RhgL","RhiG","rhgL","rhiG","RhgL","RhiG","subtiwiki","224308.BSU06960/224308.BSU06990","activation","txid224308" +"BSU_06960","BSU_07060","RhgL","RhgX","rhgL","yesX","RhgL","RhgX","subtiwiki","224308.BSU06960/224308.BSU07060","activation","txid224308" +"BSU_06960","BSU_06980","RhgL","RhiF","rhgL","rhiF","RhgL","RhiF","subtiwiki","224308.BSU06960/224308.BSU06980","activation","txid224308" +"BSU_06960","BSU_07010","RhgL","YesS","rhgL","rhgR","RhgL","RhgR","subtiwiki","224308.BSU06960/224308.BSU07010","activation","txid224308" +"BSU_06960","BSU_07080","RhgL","RhgZ","rhgL","yesZ","RhgL","YesZ","subtiwiki","224308.BSU06960/224308.BSU07080","activation","txid224308" +"BSU_06960","BSU_07000","RhgL","BSU_07000","rhgL","rhiN","RhgL","BSU_07000","subtiwiki","224308.BSU06960/224308.BSU07000","activation","txid224308" +"BSU_06960","BSU_07070","RhgL","BSU_07070","rhgL","yesY","RhgL","BSU_07070","subtiwiki","224308.BSU06960/224308.BSU07070","activation","txid224308" +"BSU_06960","BSU_07030","RhgL","BSU_07030","rhgL","yesU","RhgL","BSU_07030","subtiwiki","224308.BSU06960/224308.BSU07030","activation","txid224308" +"BSU_08300","BSU_08330","LnrK","YfiN","lnrK","lnrN","LnrK","LnrN","subtiwiki","224308.BSU08300/224308.BSU08330","activation","txid224308" +"BSU_08300","BSU_08310","LnrK","LnrL","lnrK","lnrL","LnrK","LnrL","subtiwiki","224308.BSU08300/224308.BSU08310","activation","txid224308" +"BSU_08300","BSU_08320","LnrK","YfiM","lnrK","lnrM","LnrK","LnrM","subtiwiki","224308.BSU08300/224308.BSU08320","activation","txid224308" +"BSU_02450","BSU_02420","GlnL","BSU_02420","glnL","glnT","GlnL","BSU_02420","subtiwiki","224308.BSU02450/224308.BSU02420","activation","txid224308" +"BSU_02450","BSU_02430","GlnL","GlsA","glnL","glsA","GlnL","GlsA","subtiwiki","224308.BSU02450/224308.BSU02430","activation","txid224308" +"BSU_34720","BSU_34690","PsdR","PsdB","psdR","psdB","PsdR","PsdB","subtiwiki","224308.BSU34720/224308.BSU34690","activation","txid224308" +"BSU_34720","BSU_34720","PsdR","PsdR","psdR","psdR","PsdR","PsdR","subtiwiki","224308.BSU34720/224308.BSU34720","activation","txid224308" +"BSU_34720","BSU_34700","PsdR","PsdA","psdR","psdA","PsdR","PsdA","subtiwiki","224308.BSU34720/224308.BSU34700","activation","txid224308" +"BSU_34720","BSU_34710","PsdR","PsdS","psdR","psdS","PsdR","PsdS","subtiwiki","224308.BSU34720/224308.BSU34710","activation","txid224308" +"BSU_02740","BSU_02760","NatR","NatB","natR","natB","NatR","NatB","subtiwiki","224308.BSU02740/224308.BSU02760","activation","txid224308" +"BSU_02740","BSU_02750","NatR","NatA","natR","natA","NatR","NatA","subtiwiki","224308.BSU02740/224308.BSU02750","activation","txid224308" +"BSU_38070","BSU_38030","SacT","BSU_38030","sacT","ywdA","SacT","BSU_38030","subtiwiki","224308.BSU38070/224308.BSU38030","antitermination","txid224308" +"BSU_38070","BSU_38040","SacT","SacA","sacT","sacA","SacT","SacA","subtiwiki","224308.BSU38070/224308.BSU38040","antitermination","txid224308" +"BSU_38070","BSU_38050","SacT","SacP","sacT","sacP","SacT","SacP","subtiwiki","224308.BSU38070/224308.BSU38050","antitermination","txid224308" +"BSU_31530","BSU_07570","MalR","YflS","malR","yflS","MalR","YflS","subtiwiki","224308.BSU31530/224308.BSU07570","activation","txid224308" +"BSU_31530","BSU_31580","MalR","BSU_31580","malR","maeN","MalR","BSU_31580","subtiwiki","224308.BSU31530/224308.BSU31580","activation","txid224308" +"BSU_31530","BSU_37050","MalR","BSU_37050","malR","maeA","MalR","BSU_37050","subtiwiki","224308.BSU31530/224308.BSU37050","activation","txid224308" +"BSU_31530","BSU_37040","MalR","BSU_37040","malR","ywkB","MalR","BSU_37040","subtiwiki","224308.BSU31530/224308.BSU37040","activation","txid224308" +"BSU_40350","BSU_40320","RocR","RocF","rocR","rocF","RocR","RocF","subtiwiki","224308.BSU40350/224308.BSU40320","activation","txid224308" +"BSU_40350","BSU_40340","RocR","BSU_40340","rocR","rocD","RocR","BSU_40340","subtiwiki","224308.BSU40350/224308.BSU40340","activation","txid224308" +"BSU_40350","BSU_40330","RocR","BSU_40330","rocR","rocE","RocR","BSU_40330","subtiwiki","224308.BSU40350/224308.BSU40330","activation","txid224308" +"BSU_40350","BSU_37790","RocR","RocG","rocR","rocG","RocR","RocG","subtiwiki","224308.BSU40350/224308.BSU37790","activation","txid224308" +"BSU_40350","BSU_17850","RocR","LexA","rocR","lexA","RocR","LexA","subtiwiki","224308.BSU40350/224308.BSU17850","autorepression","txid224308" +"BSU_40350","BSU_37760","RocR","BSU_37760","rocR","rocC","RocR","BSU_37760","subtiwiki","224308.BSU40350/224308.BSU37760","activation","txid224308" +"BSU_40350","BSU_37770","RocR","BSU_37770","rocR","rocB","RocR","BSU_37770","subtiwiki","224308.BSU40350/224308.BSU37770","activation","txid224308" +"BSU_40350","BSU_37780","RocR","RocA","rocR","rocA","RocR","RocA","subtiwiki","224308.BSU40350/224308.BSU37780","activation","txid224308" +"BSU_40350","BSU_40350","RocR","RocR","rocR","rocR","RocR","RocR","subtiwiki","224308.BSU40350/224308.BSU40350","autorepression","txid224308" +"BSU_00470","BSU_22070","PurR","Xpt","purR","xpt","PurR","Xpt","subtiwiki","224308.BSU00470/224308.BSU22070","repression","txid224308" +"BSU_00470","BSU_22060","PurR","BSU_22060","purR","pbuX","PurR","BSU_22060","subtiwiki","224308.BSU00470/224308.BSU22060","repression","txid224308" +"BSU_00470","BSU_06450","PurR","PurC","purR","purC","PurR","PurC","subtiwiki","224308.BSU00470/224308.BSU06450","repression","txid224308" +"BSU_00470","BSU_06420","PurR","PurE","purR","purE","PurR","PurE","subtiwiki","224308.BSU00470/224308.BSU06420","repression","txid224308" +"BSU_00470","BSU_06510","PurR","PurN","purR","purN","PurR","PurN","subtiwiki","224308.BSU00470/224308.BSU06510","repression","txid224308" +"BSU_00470","BSU_06470","PurR","PurQ","purR","purQ","PurR","PurQ","subtiwiki","224308.BSU00470/224308.BSU06470","repression","txid224308" +"BSU_00470","BSU_06440","PurR","PurB","purR","purB","PurR","PurB","subtiwiki","224308.BSU00470/224308.BSU06440","repression","txid224308" +"BSU_00470","BSU_06520","PurR","PurH","purR","purH","PurR","PurH","subtiwiki","224308.BSU00470/224308.BSU06520","repression","txid224308" +"BSU_00470","BSU_06460","PurR","PurS","purR","purS","PurR","PurS","subtiwiki","224308.BSU00470/224308.BSU06460","repression","txid224308" +"BSU_00470","BSU_06430","PurR","BSU_06430","purR","purK","PurR","BSU_06430","subtiwiki","224308.BSU00470/224308.BSU06430","repression","txid224308" +"BSU_00470","BSU_06480","PurR","PurL","purR","purL","PurR","PurL","subtiwiki","224308.BSU00470/224308.BSU06480","repression","txid224308" +"BSU_00470","BSU_06500","PurR","BSU_06500","purR","purM","PurR","BSU_06500","subtiwiki","224308.BSU00470/224308.BSU06500","repression","txid224308" +"BSU_00470","BSU_06490","PurR","PurF","purR","purF","PurR","PurF","subtiwiki","224308.BSU00470/224308.BSU06490","repression","txid224308" +"BSU_00470","BSU_06530","PurR","PurD","purR","purD","PurR","PurD","subtiwiki","224308.BSU00470/224308.BSU06530","repression","txid224308" +"BSU_00470","BSU_06370","PurR","BSU_06370","purR","pbuG","PurR","BSU_06370","subtiwiki","224308.BSU00470/224308.BSU06370","RNA switch","txid224308" +"BSU_00470","BSU_40420","PurR","PurA","purR","purA","PurR","PurA","subtiwiki","224308.BSU00470/224308.BSU40420","repression","txid224308" +"BSU_00470","BSU_36900","PurR","GlyA","purR","glyA","PurR","GlyA","subtiwiki","224308.BSU00470/224308.BSU36900","repression","txid224308" +"BSU_00470","BSU_24310","PurR","FolD","purR","folD","PurR","FolD","subtiwiki","224308.BSU00470/224308.BSU24310","repression","txid224308" +"BSU_00470","BSU_24320","PurR","NusB","purR","nusB","PurR","NusB","subtiwiki","224308.BSU00470/224308.BSU24320","repression","txid224308" +"BSU_00470","BSU_00460","PurR","IspE","purR","ispE","PurR","IspE","subtiwiki","224308.BSU00470/224308.BSU00460","repression","txid224308" +"BSU_00470","BSU_00480","PurR","YabJ","purR","yabJ","PurR","YabJ","subtiwiki","224308.BSU00470/224308.BSU00480","repression","txid224308" +"BSU_00470","BSU_32130","PurR","BSU_32130","purR","guaC","PurR","BSU_32130","subtiwiki","224308.BSU00470/224308.BSU32130","repression","txid224308" +"BSU_00470","BSU_29990","PurR","BSU_29990","purR","pbuO","PurR","BSU_29990","subtiwiki","224308.BSU00470/224308.BSU29990","repression","txid224308" +"BSU_00470","BSU_00110","PurR","PdxS","purR","pdxS","PurR","PdxS","subtiwiki","224308.BSU00470/224308.BSU00110","repression","txid224308" +"BSU_00470","BSU_14860","PurR","PycA","purR","pycA","PurR","PycA","subtiwiki","224308.BSU00470/224308.BSU14860","repression","txid224308" +"BSU_00470","BSU_00120","PurR","PdxT","purR","pdxT","PurR","PdxT","subtiwiki","224308.BSU00470/224308.BSU00120","repression","txid224308" +"BSU_00470","BSU_12860","PurR","BSU_12860","purR","steT","PurR","BSU_12860","subtiwiki","224308.BSU00470/224308.BSU12860","repression","txid224308" +"BSU_00470","BSU_00470","PurR","PurR","purR","purR","PurR","PurR","subtiwiki","224308.BSU00470/224308.BSU00470","repression","txid224308" +"BSU_38420","BSU_38420","SacY","SacY","sacY","sacY","SacY","SacY","subtiwiki","224308.BSU38420/224308.BSU38420","antitermination","txid224308" +"BSU_38420","BSU_38410","SacY","SacX","sacY","sacX","SacY","SacX","subtiwiki","224308.BSU38420/224308.BSU38410","antitermination","txid224308" +"BSU_38420","BSU_34460","SacY","BSU_34460","sacY","levB","SacY","BSU_34460","subtiwiki","224308.BSU38420/224308.BSU34460","antitermination","txid224308" +"BSU_38420","BSU_34450","SacY","BSU_34450","sacY","sacB","SacY","BSU_34450","subtiwiki","224308.BSU38420/224308.BSU34450","antitermination","txid224308" +"BSU_14240","BSU_11920","Rok","YjcN","rok","yjcN","Rok","YjcN","subtiwiki","224308.BSU14240/224308.BSU11920","repression","txid224308" +"BSU_14240","BSU_40150","Rok","YydI","rok","epeA","Rok","EpeA","subtiwiki","224308.BSU14240/224308.BSU40150","repression","txid224308" +"BSU_14240","BSU_40140","Rok","YydJ","rok","epeB","Rok","EpeB","subtiwiki","224308.BSU14240/224308.BSU40140","repression","txid224308" +"BSU_14240","BSU_40170","Rok","EpeE","rok","epeE","Rok","EpeE","subtiwiki","224308.BSU14240/224308.BSU40170","repression","txid224308" +"BSU_14240","BSU_40160","Rok","EpeP","rok","epeP","Rok","EpeP","subtiwiki","224308.BSU14240/224308.BSU40160","repression","txid224308" +"BSU_14240","BSU_40180","Rok","EpeX","rok","epeX","Rok","EpeX","subtiwiki","224308.BSU14240/224308.BSU40180","repression","txid224308" +"BSU_14240","BSU_14240","Rok","Rok","rok","rok","Rok","Rok","subtiwiki","224308.BSU14240/224308.BSU14240","repression","txid224308" +"BSU_14240","BSU_37350","Rok","BSU_37350","rok","sboA","Rok","BSU_37350","subtiwiki","224308.BSU14240/224308.BSU37350","repression","txid224308" +"BSU_14240","BSU_37430","Rok","BSU_37430","rok","albG","Rok","BSU_37430","subtiwiki","224308.BSU14240/224308.BSU37430","repression","txid224308" +"BSU_14240","BSU_37360","Rok","BSU_37360","rok","sboX","Rok","BSU_37360","subtiwiki","224308.BSU14240/224308.BSU37360","repression","txid224308" +"BSU_14240","BSU_37370","Rok","BSU_37370","rok","albA","Rok","BSU_37370","subtiwiki","224308.BSU14240/224308.BSU37370","repression","txid224308" +"BSU_14240","BSU_37420","Rok","AlbF","rok","albF","Rok","AlbF","subtiwiki","224308.BSU14240/224308.BSU37420","repression","txid224308" +"BSU_14240","BSU_37380","Rok","BSU_37380","rok","albB","Rok","BSU_37380","subtiwiki","224308.BSU14240/224308.BSU37380","repression","txid224308" +"BSU_14240","BSU_37410","Rok","AlbE","rok","albE","Rok","AlbE","subtiwiki","224308.BSU14240/224308.BSU37410","repression","txid224308" +"BSU_14240","BSU_37390","Rok","AlbC","rok","albC","Rok","AlbC","subtiwiki","224308.BSU14240/224308.BSU37390","repression","txid224308" +"BSU_14240","BSU_37400","Rok","AlbD","rok","albD","Rok","AlbD","subtiwiki","224308.BSU14240/224308.BSU37400","repression","txid224308" +"BSU_14240","BSU_33770","Rok","SdpC","rok","sdpC","Rok","SdpC","subtiwiki","224308.BSU14240/224308.BSU33770","repression","txid224308" +"BSU_14240","BSU_33760","Rok","BSU_33760","rok","sdpB","Rok","BSU_33760","subtiwiki","224308.BSU14240/224308.BSU33760","repression","txid224308" +"BSU_14240","BSU_33750","Rok","BSU_33750","rok","sdpA","Rok","BSU_33750","subtiwiki","224308.BSU14240/224308.BSU33750","repression","txid224308" +"BSU_14240","BSU_13640","Rok","Spo0E","rok","spo0E","Rok","Spo0E","subtiwiki","224308.BSU14240/224308.BSU13640","repression","txid224308" +"BSU_14240","BSU_10420","Rok","ComK","rok","comK","Rok","ComK","subtiwiki","224308.BSU14240/224308.BSU10420","repression","txid224308" +"BSU_14240","BSU_13490","Rok","BSU_13490","rok","htpX","Rok","BSU_13490","subtiwiki","224308.BSU14240/224308.BSU13490","repression","txid224308" +"BSU_14240","BSU_39940","Rok","YxaL","rok","yxaL","Rok","YxaL","subtiwiki","224308.BSU14240/224308.BSU39940","repression","txid224308" +"BSU_14240","BSU_39950","Rok","BSU_39950","rok","yxaJ","Rok","BSU_39950","subtiwiki","224308.BSU14240/224308.BSU39950","repression","txid224308" +"BSU_14240","BSU_21470","Rok","BSU_21470","rok","sunT","Rok","BSU_21470","subtiwiki","224308.BSU14240/224308.BSU21470","repression","txid224308" +"BSU_14240","BSU_21440","Rok","BSU_21440","rok","bdbB","Rok","BSU_21440","subtiwiki","224308.BSU14240/224308.BSU21440","repression","txid224308" +"BSU_14240","BSU_21480","Rok","BSU_21480","rok","sunA","Rok","BSU_21480","subtiwiki","224308.BSU14240/224308.BSU21480","repression","txid224308" +"BSU_14240","BSU_21460","Rok","BSU_21460","rok","bdbA","Rok","BSU_21460","subtiwiki","224308.BSU14240/224308.BSU21460","repression","txid224308" +"BSU_14240","BSU_21450","Rok","BSU_21450","rok","sunS","Rok","BSU_21450","subtiwiki","224308.BSU14240/224308.BSU21450","repression","txid224308" +"BSU_14240","BSU_40580","Rok","BSU_40580","rok","yybN","Rok","BSU_40580","subtiwiki","224308.BSU14240/224308.BSU40580","repression","txid224308" +"BSU_14240","BSU_40610","Rok","BSU_40610","rok","yybK","Rok","BSU_40610","subtiwiki","224308.BSU14240/224308.BSU40610","repression","txid224308" +"BSU_14240","BSU_40600","Rok","BSU_40600","rok","yybL","Rok","BSU_40600","subtiwiki","224308.BSU14240/224308.BSU40600","repression","txid224308" +"BSU_14240","BSU_40590","Rok","BSU_40590","rok","yybM","Rok","BSU_40590","subtiwiki","224308.BSU14240/224308.BSU40590","repression","txid224308" +"BSU_14240","BSU_40620","Rok","BSU_40620","rok","yybJ","Rok","BSU_40620","subtiwiki","224308.BSU14240/224308.BSU40620","repression","txid224308" +"BSU_39340","BSU_39390","HutP","BSU_39390","hutP","hutM","HutP","BSU_39390","subtiwiki","224308.BSU39340/224308.BSU39390","antitermination","txid224308" +"BSU_39340","BSU_39370","HutP","BSU_39370","hutP","hutI","HutP","BSU_39370","subtiwiki","224308.BSU39340/224308.BSU39370","antitermination","txid224308" +"BSU_39340","BSU_39360","HutP","BSU_39360","hutP","hutU","HutP","BSU_39360","subtiwiki","224308.BSU39340/224308.BSU39360","antitermination","txid224308" +"BSU_39340","BSU_39380","HutP","BSU_39380","hutP","hutG","HutP","BSU_39380","subtiwiki","224308.BSU39340/224308.BSU39380","antitermination","txid224308" +"BSU_39340","BSU_39350","HutP","BSU_39350","hutP","hutH","HutP","BSU_39350","subtiwiki","224308.BSU39340/224308.BSU39350","antitermination","txid224308" +"BSU_39340","BSU_39340","HutP","HutP","hutP","hutP","HutP","HutP","subtiwiki","224308.BSU39340/224308.BSU39340","antitermination","txid224308" +"BSU_08340","BSU_34400","PadR","BSU_34400","padR","padC","PadR","BSU_34400","subtiwiki","224308.BSU08340/224308.BSU34400","repression","txid224308" +"BSU_08340","BSU_34420","PadR","BSU_34420","padR","yveF","PadR","BSU_34420","subtiwiki","224308.BSU08340/224308.BSU34420","repression","txid224308" +"BSU_08340","BSU_34410","PadR","BSU_34410","padR","yveG","PadR","BSU_34410","subtiwiki","224308.BSU08340/224308.BSU34410","repression","txid224308" +"BSU_35230","BSU_16430","SwrA","CheA","swrA","cheA","SwrA","CheA","subtiwiki","224308.BSU35230/224308.BSU16430","activation","txid224308" +"BSU_35230","BSU_16190","SwrA","FlgC","swrA","flgC","SwrA","FlgC","subtiwiki","224308.BSU35230/224308.BSU16190","activation","txid224308" +"BSU_35230","BSU_16180","SwrA","FlgB","swrA","flgB","SwrA","FlgB","subtiwiki","224308.BSU35230/224308.BSU16180","activation","txid224308" +"BSU_35230","BSU_16280","SwrA","FlgD","swrA","flgD","SwrA","FlgD","subtiwiki","224308.BSU35230/224308.BSU16280","activation","txid224308" +"BSU_35230","BSU_16320","SwrA","FliY","swrA","fliY","SwrA","FliY","subtiwiki","224308.BSU35230/224308.BSU16320","activation","txid224308" +"BSU_35230","BSU_16440","SwrA","CheW","swrA","cheW","SwrA","CheW","subtiwiki","224308.BSU35230/224308.BSU16440","activation","txid224308" +"BSU_35230","BSU_16299","SwrA","BSU_16299","swrA","swrD","SwrA","BSU_16299","subtiwiki","224308.BSU35230/224308.BSU16299","activation","txid224308" +"BSU_35230","BSU_16360","SwrA","FliQ","swrA","fliQ","SwrA","FliQ","subtiwiki","224308.BSU35230/224308.BSU16360","activation","txid224308" +"BSU_35230","BSU_16400","SwrA","FlhF","swrA","flhF","SwrA","FlhF","subtiwiki","224308.BSU35230/224308.BSU16400","activation","txid224308" +"BSU_35230","BSU_16350","SwrA","FliP","swrA","fliP","SwrA","FliP","subtiwiki","224308.BSU35230/224308.BSU16350","activation","txid224308" +"BSU_35230","BSU_16240","SwrA","FliI","swrA","fliI","SwrA","FliI","subtiwiki","224308.BSU35230/224308.BSU16240","activation","txid224308" +"BSU_35230","BSU_16200","SwrA","FliE","swrA","fliE","SwrA","FliE","subtiwiki","224308.BSU35230/224308.BSU16200","activation","txid224308" +"BSU_35230","BSU_16260","SwrA","YlxF","swrA","ylxF","SwrA","YlxF","subtiwiki","224308.BSU35230/224308.BSU16260","activation","txid224308" +"BSU_35230","BSU_16460","SwrA","CheD","swrA","cheD","SwrA","CheD","subtiwiki","224308.BSU35230/224308.BSU16460","activation","txid224308" +"BSU_35230","BSU_16220","SwrA","FliG","swrA","fliG","SwrA","FliG","subtiwiki","224308.BSU35230/224308.BSU16220","activation","txid224308" +"BSU_35230","BSU_16230","SwrA","FliH","swrA","fliH","SwrA","FliH","subtiwiki","224308.BSU35230/224308.BSU16230","activation","txid224308" +"BSU_35230","BSU_16450","SwrA","CheC","swrA","cheC","SwrA","CheC","subtiwiki","224308.BSU35230/224308.BSU16450","activation","txid224308" +"BSU_35230","BSU_16480","SwrA","BSU_16480","swrA","swrB","SwrA","BSU_16480","subtiwiki","224308.BSU35230/224308.BSU16480","activation","txid224308" +"BSU_35230","BSU_16390","SwrA","FlhA","swrA","flhA","SwrA","FlhA","subtiwiki","224308.BSU35230/224308.BSU16390","activation","txid224308" +"BSU_35230","BSU_16370","SwrA","FliR","swrA","fliR","SwrA","FliR","subtiwiki","224308.BSU35230/224308.BSU16370","activation","txid224308" +"BSU_35230","BSU_16470","SwrA","SigD","swrA","sigD","SwrA","SigD","subtiwiki","224308.BSU35230/224308.BSU16470","activation","txid224308" +"BSU_35230","BSU_16290","SwrA","FlgE","swrA","flgE","SwrA","FlgE","subtiwiki","224308.BSU35230/224308.BSU16290","activation","txid224308" +"BSU_35230","BSU_16210","SwrA","FliF","swrA","fliF","SwrA","FliF","subtiwiki","224308.BSU35230/224308.BSU16210","activation","txid224308" +"BSU_35230","BSU_16340","SwrA","FliZ","swrA","fliO","SwrA","FliO","subtiwiki","224308.BSU35230/224308.BSU16340","activation","txid224308" +"BSU_35230","BSU_16420","SwrA","BSU_16420","swrA","cheB","SwrA","BSU_16420","subtiwiki","224308.BSU35230/224308.BSU16420","activation","txid224308" +"BSU_35230","BSU_16250","SwrA","FliJ","swrA","fliJ","SwrA","FliJ","subtiwiki","224308.BSU35230/224308.BSU16250","activation","txid224308" +"BSU_35230","BSU_16270","SwrA","BSU_16270","swrA","fliK","SwrA","BSU_16270","subtiwiki","224308.BSU35230/224308.BSU16270","activation","txid224308" +"BSU_35230","BSU_16410","SwrA","YlxH","swrA","flhG","SwrA","FlhG","subtiwiki","224308.BSU35230/224308.BSU16410","activation","txid224308" +"BSU_35230","BSU_16330","SwrA","CheY","swrA","cheY","SwrA","CheY","subtiwiki","224308.BSU35230/224308.BSU16330","activation","txid224308" +"BSU_35230","BSU_16380","SwrA","FlhB","swrA","flhB","SwrA","FlhB","subtiwiki","224308.BSU35230/224308.BSU16380","activation","txid224308" +"BSU_35230","BSU_16300","SwrA","FliL","swrA","fliL","SwrA","FliL","subtiwiki","224308.BSU35230/224308.BSU16300","activation","txid224308" +"BSU_35230","BSU_16310","SwrA","FliM","swrA","fliM","SwrA","FliM","subtiwiki","224308.BSU35230/224308.BSU16310","activation","txid224308" +"BSU_14140","BSU_29140","CcpC","CitZ","ccpC","citZ","CcpC","CitZ","subtiwiki","224308.BSU14140/224308.BSU29140","repression","txid224308" +"BSU_14140","BSU_18010","CcpC","BSU_18010","ccpC","yneN","CcpC","BSU_18010","subtiwiki","224308.BSU14140/224308.BSU18010","repression","txid224308" +"BSU_14140","BSU_18000","CcpC","CitB","ccpC","citB","CcpC","CitB","subtiwiki","224308.BSU14140/224308.BSU18000","repression","txid224308" +"BSU_14140","BSU_14140","CcpC","CcpC","ccpC","ccpC","CcpC","CcpC","subtiwiki","224308.BSU14140/224308.BSU14140","repression","txid224308" +"BSU_14140","BSU_29120","CcpC","Mdh","ccpC","mdh","CcpC","Mdh","subtiwiki","224308.BSU14140/224308.BSU29120","repression","txid224308" +"BSU_14140","BSU_29130","CcpC","Icd","ccpC","icd","CcpC","Icd","subtiwiki","224308.BSU14140/224308.BSU29130","repression","txid224308" +"BSU_26430","BSU_26450","YrkP","BSU_26450","yrkP","yrkN","YrkP","BSU_26450","subtiwiki","224308.BSU26430/224308.BSU26450","activation","txid224308" +"BSU_26430","BSU_26440","YrkP","BSU_26440","yrkP","yrkO","YrkP","BSU_26440","subtiwiki","224308.BSU26430/224308.BSU26440","activation","txid224308" +"BSU_26430","BSU_12880","YrkP","BSU_12880","yrkP","ykcB","YrkP","BSU_12880","subtiwiki","224308.BSU26430/224308.BSU12880","activation","txid224308" +"BSU_26430","BSU_12890","YrkP","YkcC","yrkP","ykcC","YrkP","YkcC","subtiwiki","224308.BSU26430/224308.BSU12890","activation","txid224308" +"BSU_26430","BSU_26430","YrkP","YrkP","yrkP","yrkP","YrkP","YrkP","subtiwiki","224308.BSU26430/224308.BSU26430","activation","txid224308" +"BSU_26430","BSU_26420","YrkP","YrkQ","yrkP","yrkQ","YrkP","YrkQ","subtiwiki","224308.BSU26430/224308.BSU26420","activation","txid224308" +"BSU_26430","BSU_26410","YrkP","BSU_26410","yrkP","yrkR","YrkP","BSU_26410","subtiwiki","224308.BSU26430/224308.BSU26410","activation","txid224308" +"BSU_misc_RNA_67","BSU_04000","RoxS","BSU_04000","roxS","ycsA","RoxS","BSU_04000","subtiwiki","224308.BSUmiscRNA67/224308.BSU04000","sRNA","txid224308" +"BSU_misc_RNA_67","BSU_10270","RoxS","LcfB","roxS","lcfB","RoxS","LcfB","subtiwiki","224308.BSUmiscRNA67/224308.BSU10270","sRNA","txid224308" +"BSU_24770","BSU_24770","MgsR","MgsR","mgsR","mgsR","MgsR","MgsR","subtiwiki","224308.BSU24770/224308.BSU24770","activation","txid224308" +"BSU_23520","BSU_33300","Fur","FhuG","fur","fhuG","Fur","FhuG","subtiwiki","224308.BSU23520/224308.BSU33300","repression","txid224308" +"BSU_23520","BSU_08230","Fur","BSU_08230","fur","catD","Fur","BSU_08230","subtiwiki","224308.BSU23520/224308.BSU08230","repression","txid224308" +"BSU_23520","BSU_08240","Fur","BSU_08240","fur","catE","Fur","BSU_08240","subtiwiki","224308.BSU23520/224308.BSU08240","repression","txid224308" +"BSU_23520","BSU_13850","Fur","BSU_13850","fur","pfeT","Fur","BSU_13850","subtiwiki","224308.BSU23520/224308.BSU13850","activation","txid224308" +"BSU_23520","BSU_37230","Fur","BSU_37230","fur","ywjA","Fur","BSU_37230","subtiwiki","224308.BSU23520/224308.BSU37230","repression","txid224308" +"BSU_23520","BSU_13360","Fur","BSU_13360","fur","ykoP","Fur","BSU_13360","subtiwiki","224308.BSU23520/224308.BSU13360","repression","txid224308" +"BSU_23520","BSU_08460","Fur","YfhA","fur","yfhA","Fur","YfhA","subtiwiki","224308.BSU23520/224308.BSU08460","repression","txid224308" +"BSU_23520","BSU_32940","Fur","YusV","fur","yusV","Fur","YusV","subtiwiki","224308.BSU23520/224308.BSU32940","repression","txid224308" +"BSU_23520","BSU_32930","Fur","BSU_32930","fur","yusU","Fur","BSU_32930","subtiwiki","224308.BSU23520/224308.BSU32930","repression","txid224308" +"BSU_23520","BSU_37240","Fur","YwiE","fur","ywiE","Fur","YwiE","subtiwiki","224308.BSU23520/224308.BSU37240","repression","txid224308" +"BSU_23520","BSU_08450","Fur","YfiZ","fur","yfiZ","Fur","YfiZ","subtiwiki","224308.BSU23520/224308.BSU08450","repression","txid224308" +"BSU_23520","new_1399409_1400187","Fur","new_1399409_1400187","fur","S477","Fur","new_1399409_1400187","subtiwiki","224308.BSU23520/224308.new13994091400187","repression","txid224308" +"BSU_23520","BSU_05890","Fur","BSU_05890","fur","ydhU/1","Fur","BSU_05890","subtiwiki","224308.BSU23520/224308.BSU05890","repression","txid224308" +"BSU_23520","BSU_10330","Fur","YhfQ","fur","yhfQ","Fur","YhfQ","subtiwiki","224308.BSU23520/224308.BSU10330","repression","txid224308" +"BSU_23520","BSU_misc_RNA_69","Fur","FsrA","fur","fsrA","Fur","FsrA","subtiwiki","224308.BSU23520/224308.BSUmiscRNA69","repression","txid224308" +"BSU_23520","BSU_08480","Fur","BSU_08480","fur","yfhC","Fur","BSU_08480","subtiwiki","224308.BSU23520/224308.BSU08480","repression","txid224308" +"BSU_23520","BSU_22036","Fur","BSU_22036","fur","fbpC","Fur","BSU_22036","subtiwiki","224308.BSU23520/224308.BSU22036","repression","txid224308" +"BSU_23520","BSU_33310","Fur","FhuB","fur","fhuB","Fur","FhuB","subtiwiki","224308.BSU23520/224308.BSU33310","repression","txid224308" +"BSU_23520","BSU_33290","Fur","FhuC","fur","fhuC","Fur","FhuC","subtiwiki","224308.BSU23520/224308.BSU33290","repression","txid224308" +"BSU_23520","BSU_03310","Fur","NasC","fur","nasC","Fur","NasC","subtiwiki","224308.BSU23520/224308.BSU03310","repression","txid224308" +"BSU_23520","BSU_03290","Fur","NasE","fur","nasE","Fur","NasE","subtiwiki","224308.BSU23520/224308.BSU03290","repression","txid224308" +"BSU_23520","BSU_03320","Fur","NasB","fur","nasB","Fur","NasB","subtiwiki","224308.BSU23520/224308.BSU03320","repression","txid224308" +"BSU_23520","BSU_03280","Fur","NasF","fur","nasF","Fur","NasF","subtiwiki","224308.BSU23520/224308.BSU03280","repression","txid224308" +"BSU_23520","BSU_03300","Fur","NasD","fur","nasD","Fur","NasD","subtiwiki","224308.BSU23520/224308.BSU03300","repression","txid224308" +"BSU_23520","BSU_04530","Fur","BSU_04530","fur","fbpB","Fur","BSU_04530","subtiwiki","224308.BSU23520/224308.BSU04530","repression","txid224308" +"BSU_23520","BSU_14160","Fur","BSU_14160","fur","ykuO","Fur","BSU_14160","subtiwiki","224308.BSU23520/224308.BSU14160","repression","txid224308" +"BSU_23520","BSU_14150","Fur","YkuN","fur","ykuN","Fur","YkuN","subtiwiki","224308.BSU23520/224308.BSU14150","repression","txid224308" +"BSU_23520","BSU_14170","Fur","YkuP","fur","ykuP","Fur","YkuP","subtiwiki","224308.BSU23520/224308.BSU14170","repression","txid224308" +"BSU_23520","BSU_04536","Fur","BSU_04536","fur","fbpA","Fur","BSU_04536","subtiwiki","224308.BSU23520/224308.BSU04536","repression","txid224308" +"BSU_23520","BSU_18450","Fur","GltA","fur","gltA","Fur","GltA","subtiwiki","224308.BSU23520/224308.BSU18450","indirect effect","txid224308" +"BSU_23520","BSU_18440","Fur","GltB","fur","gltB","Fur","GltB","subtiwiki","224308.BSU23520/224308.BSU18440","indirect effect","txid224308" +"BSU_23520","BSU_08440","Fur","YfiY","fur","yfiY","Fur","YfiY","subtiwiki","224308.BSU23520/224308.BSU08440","repression","txid224308" +"BSU_23520","BSU_38280","Fur","EfeU","fur","efeU","Fur","EfeU","subtiwiki","224308.BSU23520/224308.BSU38280","repression","txid224308" +"BSU_23520","BSU_38270","Fur","EfeO","fur","efeO","Fur","EfeO","subtiwiki","224308.BSU23520/224308.BSU38270","repression","txid224308" +"BSU_23520","BSU_38260","Fur","EfeB","fur","efeB","Fur","EfeB","subtiwiki","224308.BSU23520/224308.BSU38260","repression","txid224308" +"BSU_23520","BSU_07520","Fur","YfmC","fur","fecC","Fur","FecC","subtiwiki","224308.BSU23520/224308.BSU07520","repression","txid224308" +"BSU_23520","BSU_07530","Fur","BSU_07530","fur","yfmB","Fur","BSU_07530","subtiwiki","224308.BSU23520/224308.BSU07530","repression","txid224308" +"BSU_23520","BSU_32010","Fur","BSU_32010","fur","besA","Fur","BSU_32010","subtiwiki","224308.BSU23520/224308.BSU32010","repression","txid224308" +"BSU_23520","BSU_07510","Fur","YfmD","fur","fecD","Fur","FecD","subtiwiki","224308.BSU23520/224308.BSU07510","repression","txid224308" +"BSU_23520","BSU_07500","Fur","YfmE","fur","fecE","Fur","FecE","subtiwiki","224308.BSU23520/224308.BSU07500","repression","txid224308" +"BSU_23520","BSU_07490","Fur","YfmF","fur","fecF","Fur","FecF","subtiwiki","224308.BSU23520/224308.BSU07490","repression","txid224308" +"BSU_23520","BSU_18630","Fur","BSU_18630","fur","yoaJ","Fur","BSU_18630","subtiwiki","224308.BSU23520/224308.BSU18630","repression","txid224308" +"BSU_23520","BSU_03810","Fur","FpbO","fur","fpbO","Fur","FpbO","subtiwiki","224308.BSU23520/224308.BSU03810","repression","txid224308" +"BSU_23520","BSU_03820","Fur","FpbP","fur","fpbP","Fur","FpbP","subtiwiki","224308.BSU23520/224308.BSU03820","repression","txid224308" +"BSU_23520","BSU_03800","Fur","FpbN","fur","fpbN","Fur","FpbN","subtiwiki","224308.BSU23520/224308.BSU03800","repression","txid224308" +"BSU_23520","BSU_03830","Fur","FpbQ","fur","fpbQ","Fur","FpbQ","subtiwiki","224308.BSU23520/224308.BSU03830","repression","txid224308" +"BSU_23520","BSU_01640","Fur","Btr","fur","btr","Fur","Btr","subtiwiki","224308.BSU23520/224308.BSU01640","repression","txid224308" +"BSU_23520","BSU_01620","Fur","FeuB","fur","feuB","Fur","FeuB","subtiwiki","224308.BSU23520/224308.BSU01620","repression","txid224308" +"BSU_23520","BSU_01630","Fur","FeuA","fur","feuA","Fur","FeuA","subtiwiki","224308.BSU23520/224308.BSU01630","repression","txid224308" +"BSU_23520","BSU_03270","Fur","BSU_03270","fur","ycgT","Fur","BSU_03270","subtiwiki","224308.BSU23520/224308.BSU03270","repression","txid224308" +"BSU_23520","BSU_01600","Fur","BSU_01600","fur","ybbA","Fur","BSU_01600","subtiwiki","224308.BSU23520/224308.BSU01600","repression","txid224308" +"BSU_23520","BSU_01610","Fur","FeuC","fur","feuC","Fur","FeuC","subtiwiki","224308.BSU23520/224308.BSU01610","repression","txid224308" +"BSU_23520","BSU_04470","Fur","DctP","fur","dctP","Fur","DctP","subtiwiki","224308.BSU23520/224308.BSU04470","indirect effect","txid224308" +"BSU_23520","BSU_37220","Fur","BSU_37220","fur","ywjB","Fur","BSU_37220","subtiwiki","224308.BSU23520/224308.BSU37220","repression","txid224308" +"BSU_23520","BSU_31959","Fur","BSU_31959","fur","ybdZ","Fur","BSU_31959","subtiwiki","224308.BSU23520/224308.BSU31959","repression","txid224308" +"BSU_23520","BSU_31960","Fur","DhbF","fur","dhbF","Fur","DhbF","subtiwiki","224308.BSU23520/224308.BSU31960","repression","txid224308" +"BSU_23520","BSU_31990","Fur","DhbC","fur","dhbC","Fur","DhbC","subtiwiki","224308.BSU23520/224308.BSU31990","repression","txid224308" +"BSU_23520","BSU_31970","Fur","DhbB","fur","dhbB","Fur","DhbB","subtiwiki","224308.BSU23520/224308.BSU31970","repression","txid224308" +"BSU_23520","BSU_31980","Fur","DhbE","fur","dhbE","Fur","DhbE","subtiwiki","224308.BSU23520/224308.BSU31980","repression","txid224308" +"BSU_23520","BSU_32000","Fur","DhbA","fur","dhbA","Fur","DhbA","subtiwiki","224308.BSU23520/224308.BSU32000","repression","txid224308" +"BSU_23520","BSU_07850","Fur","BSU_07850","fur","yfkM","Fur","BSU_07850","subtiwiki","224308.BSU23520/224308.BSU07850","repression","txid224308" +"BSU_23520","BSU_33320","Fur","FhuD","fur","fhuD","Fur","FhuD","subtiwiki","224308.BSU23520/224308.BSU33320","repression","txid224308" +"BSU_23520","BSU_05899","Fur","BSU_05899","fur","ydhU/2","Fur","BSU_05899","subtiwiki","224308.BSU23520/224308.BSU05899","repression","txid224308" +"BSU_23520","BSU_07150","Fur","BSU_07150","fur","hmoA","Fur","BSU_07150","subtiwiki","224308.BSU23520/224308.BSU07150","repression","txid224308" +"BSU_23520","BSU_39610","Fur","YxeB","fur","yxeB","Fur","YxeB","subtiwiki","224308.BSU23520/224308.BSU39610","repression","txid224308" +"BSU_15670","BSU_34370","RemA","EpsA","remA","epsA","RemA","EpsA","subtiwiki","224308.BSU15670/224308.BSU34370","activation","txid224308" +"BSU_15670","BSU_34340","RemA","BSU_34340","remA","epsD","RemA","BSU_34340","subtiwiki","224308.BSU15670/224308.BSU34340","activation","txid224308" +"BSU_15670","BSU_34240","RemA","BSU_34240","remA","epsM","RemA","BSU_34240","subtiwiki","224308.BSU15670/224308.BSU34240","activation","txid224308" +"BSU_15670","BSU_34310","RemA","BSU_34310","remA","epsG","RemA","BSU_34310","subtiwiki","224308.BSU15670/224308.BSU34310","activation","txid224308" +"BSU_15670","BSU_34280","RemA","BSU_34280","remA","epsJ","RemA","BSU_34280","subtiwiki","224308.BSU15670/224308.BSU34280","activation","txid224308" +"BSU_15670","BSU_34300","RemA","BSU_34300","remA","epsH","RemA","BSU_34300","subtiwiki","224308.BSU15670/224308.BSU34300","activation","txid224308" +"BSU_15670","BSU_34220","RemA","BSU_34220","remA","epsO","RemA","BSU_34220","subtiwiki","224308.BSU15670/224308.BSU34220","activation","txid224308" +"BSU_15670","BSU_34230","RemA","BSU_34230","remA","epsN","RemA","BSU_34230","subtiwiki","224308.BSU15670/224308.BSU34230","activation","txid224308" +"BSU_15670","BSU_34250","RemA","BSU_34250","remA","epsL","RemA","BSU_34250","subtiwiki","224308.BSU15670/224308.BSU34250","activation","txid224308" +"BSU_15670","BSU_34330","RemA","EpsE","remA","epsE","RemA","EpsE","subtiwiki","224308.BSU15670/224308.BSU34330","activation","txid224308" +"BSU_15670","BSU_34320","RemA","BSU_34320","remA","epsF","RemA","BSU_34320","subtiwiki","224308.BSU15670/224308.BSU34320","activation","txid224308" +"BSU_15670","BSU_34360","RemA","EpsB","remA","epsB","RemA","EpsB","subtiwiki","224308.BSU15670/224308.BSU34360","activation","txid224308" +"BSU_15670","BSU_34290","RemA","BSU_34290","remA","epsI","RemA","BSU_34290","subtiwiki","224308.BSU15670/224308.BSU34290","activation","txid224308" +"BSU_15670","BSU_34350","RemA","BSU_34350","remA","epsC","RemA","BSU_34350","subtiwiki","224308.BSU15670/224308.BSU34350","activation","txid224308" +"BSU_15670","BSU_34265","RemA","BSU_34265","remA","epsK","RemA","BSU_34265","subtiwiki","224308.BSU15670/224308.BSU34265","activation","txid224308" +"BSU_15670","BSU_33800","RemA","OpuCD","remA","opuCD","RemA","OpuCD","subtiwiki","224308.BSU15670/224308.BSU33800","activation","txid224308" +"BSU_15670","BSU_33820","RemA","OpuCB","remA","opuCB","RemA","OpuCB","subtiwiki","224308.BSU15670/224308.BSU33820","activation","txid224308" +"BSU_15670","BSU_33810","RemA","OpuCC","remA","opuCC","RemA","OpuCC","subtiwiki","224308.BSU15670/224308.BSU33810","activation","txid224308" +"BSU_15670","BSU_33830","RemA","OpuCA","remA","opuCA","RemA","OpuCA","subtiwiki","224308.BSU15670/224308.BSU33830","activation","txid224308" +"BSU_15670","BSU_24640","RemA","TapA","remA","tapA","RemA","TapA","subtiwiki","224308.BSU15670/224308.BSU24640","activation","txid224308" +"BSU_15670","BSU_24620","RemA","TasA","remA","tasA","RemA","TasA","subtiwiki","224308.BSU15670/224308.BSU24620","activation","txid224308" +"BSU_15670","BSU_24630","RemA","SipW","remA","sipW","RemA","SipW","subtiwiki","224308.BSU15670/224308.BSU24630","activation","txid224308" +"BSU_15670","BSU_02990","RemA","OpuAB","remA","opuAB","RemA","OpuAB","subtiwiki","224308.BSU15670/224308.BSU02990","activation","txid224308" +"BSU_15670","BSU_33710","RemA","OpuBC","remA","opuBC","RemA","OpuBC","subtiwiki","224308.BSU15670/224308.BSU33710","activation","txid224308" +"BSU_15670","BSU_33700","RemA","OpuBD","remA","opuBD","RemA","OpuBD","subtiwiki","224308.BSU15670/224308.BSU33700","activation","txid224308" +"BSU_15670","BSU_33730","RemA","OpuBA","remA","opuBA","RemA","OpuBA","subtiwiki","224308.BSU15670/224308.BSU33730","activation","txid224308" +"BSU_15670","BSU_02980","RemA","OpuAA","remA","opuAA","RemA","OpuAA","subtiwiki","224308.BSU15670/224308.BSU02980","activation","txid224308" +"BSU_15670","BSU_33720","RemA","OpuBB","remA","opuBB","RemA","OpuBB","subtiwiki","224308.BSU15670/224308.BSU33720","activation","txid224308" +"BSU_15670","BSU_03000","RemA","OpuAC","remA","opuAC","RemA","OpuAC","subtiwiki","224308.BSU15670/224308.BSU03000","activation","txid224308" +"BSU_07220","BSU_07230","YetL","BSU_07230","yetL","yetM","YetL","BSU_07230","subtiwiki","224308.BSU07220/224308.BSU07230","repression","txid224308" +"BSU_29000","BSU_17400","NrdR","BSU_17400","nrdR","ymaB","NrdR","BSU_17400","subtiwiki","224308.BSU29000/224308.BSU17400","repression","txid224308" +"BSU_29000","BSU_17390","NrdR","NrdF","nrdR","nrdF","NrdR","NrdF","subtiwiki","224308.BSU29000/224308.BSU17390","repression","txid224308" +"BSU_29000","BSU_17380","NrdR","NrdE","nrdR","nrdE","NrdR","NrdE","subtiwiki","224308.BSU29000/224308.BSU17380","repression","txid224308" +"BSU_29000","BSU_17370","NrdR","NrdI","nrdR","nrdI","NrdR","NrdI","subtiwiki","224308.BSU29000/224308.BSU17370","repression","txid224308" +"BSU_24250","BSU_40340","AhrC","BSU_40340","ahrC","rocD","AhrC","BSU_40340","subtiwiki","224308.BSU24250/224308.BSU40340","activation","txid224308" +"BSU_24250","BSU_40320","AhrC","RocF","ahrC","rocF","AhrC","RocF","subtiwiki","224308.BSU24250/224308.BSU40320","activation","txid224308" +"BSU_24250","BSU_40330","AhrC","BSU_40330","ahrC","rocE","AhrC","BSU_40330","subtiwiki","224308.BSU24250/224308.BSU40330","activation","txid224308" +"BSU_24250","BSU_37790","AhrC","RocG","ahrC","rocG","AhrC","RocG","subtiwiki","224308.BSU24250/224308.BSU37790","activation","txid224308" +"BSU_24250","BSU_37760","AhrC","BSU_37760","ahrC","rocC","AhrC","BSU_37760","subtiwiki","224308.BSU24250/224308.BSU37760","activation","txid224308" +"BSU_24250","BSU_37780","AhrC","RocA","ahrC","rocA","AhrC","RocA","subtiwiki","224308.BSU24250/224308.BSU37780","activation","txid224308" +"BSU_24250","BSU_37770","AhrC","BSU_37770","ahrC","rocB","AhrC","BSU_37770","subtiwiki","224308.BSU24250/224308.BSU37770","activation","txid224308" +"BSU_24250","BSU_11190","AhrC","ArgC","ahrC","argC","AhrC","ArgC","subtiwiki","224308.BSU24250/224308.BSU11190","repression","txid224308" +"BSU_24250","BSU_11250","AhrC","ArgF","ahrC","argF","AhrC","ArgF","subtiwiki","224308.BSU24250/224308.BSU11250","repression","txid224308" +"BSU_24250","BSU_11220","AhrC","ArgD","ahrC","argD","AhrC","ArgD","subtiwiki","224308.BSU24250/224308.BSU11220","repression","txid224308" +"BSU_24250","BSU_11230","AhrC","CarA","ahrC","carA","AhrC","CarA","subtiwiki","224308.BSU24250/224308.BSU11230","repression","txid224308" +"BSU_24250","BSU_11240","AhrC","CarB","ahrC","carB","AhrC","CarB","subtiwiki","224308.BSU24250/224308.BSU11240","repression","txid224308" +"BSU_24250","BSU_11210","AhrC","BSU_11210","ahrC","argB","AhrC","BSU_11210","subtiwiki","224308.BSU24250/224308.BSU11210","repression","txid224308" +"BSU_24250","BSU_11200","AhrC","ArgJ","ahrC","argJ","AhrC","ArgJ","subtiwiki","224308.BSU24250/224308.BSU11200","repression","txid224308" +"BSU_24250","BSU_29450","AhrC","ArgG","ahrC","argG","AhrC","ArgG","subtiwiki","224308.BSU24250/224308.BSU29450","repression","txid224308" +"BSU_24250","BSU_29440","AhrC","ArgH","ahrC","argH","AhrC","ArgH","subtiwiki","224308.BSU24250/224308.BSU29440","repression","txid224308" +"BSU_36420","BSU_15090","BSU_36420","GerR","spoIIID","gerR","BSU_36420","GerR","subtiwiki","224308.BSU36420/224308.BSU15090","activation","txid224308" +"BSU_36420","BSU_27690","BSU_36420","BSU_27690","spoIIID","yrzE","BSU_36420","BSU_27690","subtiwiki","224308.BSU36420/224308.BSU27690","repression","txid224308" +"BSU_36420","BSU_27670","BSU_36420","BSU_27670","spoIIID","spoVB","BSU_36420","BSU_27670","subtiwiki","224308.BSU36420/224308.BSU27670","repression","txid224308" +"BSU_36420","BSU_31280","BSU_36420","BSU_31280","spoIIID","yugU","BSU_36420","BSU_31280","subtiwiki","224308.BSU36420/224308.BSU31280","repression","txid224308" +"BSU_36420","BSU_31279","BSU_36420","BSU_31279","spoIIID","yuzH","BSU_36420","BSU_31279","subtiwiki","224308.BSU36420/224308.BSU31279","repression","txid224308" +"BSU_36420","BSU_26390","BSU_36420","SigKC","spoIIID","sigKC","BSU_36420","SigKC","subtiwiki","224308.BSU36420/224308.BSU26390","activation","txid224308" +"BSU_36420","BSU_15360","BSU_36420","BSU_15360","spoIIID","ylmC","BSU_36420","BSU_15360","subtiwiki","224308.BSU36420/224308.BSU15360","repression","txid224308" +"BSU_36420","BSU_15810","BSU_36420","SpoVM","spoIIID","spoVM","BSU_36420","SpoVM","subtiwiki","224308.BSU36420/224308.BSU15810","activation","txid224308" +"BSU_36420","BSU_22800","BSU_36420","SpoIVA","spoIIID","spoIVA","BSU_36420","SpoIVA","subtiwiki","224308.BSU36420/224308.BSU22800","repression","txid224308" +"BSU_36420","BSU_00230","BSU_36420","BofA","spoIIID","bofA","BSU_36420","BofA","subtiwiki","224308.BSU36420/224308.BSU00230","repression","txid224308" +"BSU_36420","BSU_36750","BSU_36420","SpoIID","spoIIID","spoIID","BSU_36420","SpoIID","subtiwiki","224308.BSU36420/224308.BSU36750","repression","txid224308" +"BSU_36420","BSU_25350","BSU_36420","BSU_25350","spoIIID","yqfD","BSU_36420","BSU_25350","subtiwiki","224308.BSU36420/224308.BSU25350","repression","txid224308" +"BSU_36420","BSU_25360","BSU_36420","BSU_25360","spoIIID","yqfC","BSU_36420","BSU_25360","subtiwiki","224308.BSU36420/224308.BSU25360","repression","txid224308" +"BSU_36420","BSU_15030","BSU_36420","BSU_15030","spoIIID","spoVV","BSU_36420","BSU_15030","subtiwiki","224308.BSU36420/224308.BSU15030","repression","txid224308" +"BSU_36420","BSU_01570","BSU_36420","BSU_01570","spoIIID","pdaB","BSU_36420","BSU_01570","subtiwiki","224308.BSU36420/224308.BSU01570","repression","txid224308" +"BSU_36420","G8J2-20","BSU_36420","CmpA","spoIIID","cmpA","BSU_36420","CmpA","subtiwiki","224308.BSU36420/224308.G8J2-20","activation","txid224308" +"BSU_36420","BSU_17420","BSU_36420","BSU_17420","spoIIID","spoVK","BSU_36420","BSU_17420","subtiwiki","224308.BSU36420/224308.BSU17420","activation","txid224308" +"BSU_36420","BSU_06890","BSU_36420","CotJA","spoIIID","cotJA","BSU_36420","CotJA","subtiwiki","224308.BSU36420/224308.BSU06890","activation","txid224308" +"BSU_36420","BSU_06900","BSU_36420","CotJB","spoIIID","cotJB","BSU_36420","CotJB","subtiwiki","224308.BSU36420/224308.BSU06900","activation","txid224308" +"BSU_36420","BSU_06930","BSU_36420","BSU_06930","spoIIID","yesK","BSU_36420","BSU_06930","subtiwiki","224308.BSU36420/224308.BSU06930","activation","txid224308" +"BSU_36420","BSU_06920","BSU_36420","BSU_06920","spoIIID","yesJ","BSU_36420","BSU_06920","subtiwiki","224308.BSU36420/224308.BSU06920","activation","txid224308" +"BSU_36420","BSU_36050","BSU_36420","CotB","spoIIID","cotB","BSU_36420","CotB","subtiwiki","224308.BSU36420/224308.BSU36050","activation","txid224308" +"BSU_36420","BSU_36060","BSU_36420","CotH","spoIIID","cotH","BSU_36420","CotH","subtiwiki","224308.BSU36420/224308.BSU36060","activation","txid224308" +"BSU_36420","BSU_36040","BSU_36420","BSU_36040","spoIIID","ywrJ","BSU_36420","BSU_36040","subtiwiki","224308.BSU36420/224308.BSU36040","activation","txid224308" +"BSU_36420","BSU_06910","BSU_36420","CotJC","spoIIID","cotJC","BSU_36420","CotJC","subtiwiki","224308.BSU36420/224308.BSU06910","activation","txid224308" +"BSU_36420","BSU_24420","BSU_36420","SpoIIIAB","spoIIID","spoIIIAB","BSU_36420","SpoIIIAB","subtiwiki","224308.BSU36420/224308.BSU24420","repression","txid224308" +"BSU_36420","BSU_24370","BSU_36420","SpoIIIAG","spoIIID","spoIIIAG","BSU_36420","SpoIIIAG","subtiwiki","224308.BSU36420/224308.BSU24370","repression","txid224308" +"BSU_36420","BSU_15230","BSU_36420","MurB","spoIIID","murB","BSU_36420","MurB","subtiwiki","224308.BSU36420/224308.BSU15230","repression","txid224308" +"BSU_36420","BSU_24430","BSU_36420","SpoIIIAA","spoIIID","spoIIIAA","BSU_36420","SpoIIIAA","subtiwiki","224308.BSU36420/224308.BSU24430","repression","txid224308" +"BSU_36420","BSU_15270","BSU_36420","BSU_15270","spoIIID","sbp","BSU_36420","BSU_15270","subtiwiki","224308.BSU36420/224308.BSU15270","repression","txid224308" +"BSU_36420","BSU_24380","BSU_36420","SpoIIIAF","spoIIID","spoIIIAF","BSU_36420","SpoIIIAF","subtiwiki","224308.BSU36420/224308.BSU24380","repression","txid224308" +"BSU_36420","BSU_24440","BSU_36420","BSU_24440","spoIIID","yqhV","BSU_36420","BSU_24440","subtiwiki","224308.BSU36420/224308.BSU24440","repression","txid224308" +"BSU_36420","BSU_24410","BSU_36420","BSU_24410","spoIIID","spoIIIAC","BSU_36420","BSU_24410","subtiwiki","224308.BSU36420/224308.BSU24410","repression","txid224308" +"BSU_36420","BSU_15250","BSU_36420","BSU_15250","spoIIID","ylxW","BSU_36420","BSU_15250","subtiwiki","224308.BSU36420/224308.BSU15250","repression","txid224308" +"BSU_36420","BSU_24400","BSU_36420","SpoIIIAD","spoIIID","spoIIIAD","BSU_36420","SpoIIIAD","subtiwiki","224308.BSU36420/224308.BSU24400","repression","txid224308" +"BSU_36420","BSU_15240","BSU_36420","DivIB","spoIIID","divIB","BSU_36420","DivIB","subtiwiki","224308.BSU36420/224308.BSU15240","repression","txid224308" +"BSU_36420","BSU_15260","BSU_36420","BSU_15260","spoIIID","ylxX","BSU_36420","BSU_15260","subtiwiki","224308.BSU36420/224308.BSU15260","repression","txid224308" +"BSU_36420","BSU_24390","BSU_36420","SpoIIIAE","spoIIID","spoIIIAE","BSU_36420","SpoIIIAE","subtiwiki","224308.BSU36420/224308.BSU24390","repression","txid224308" +"BSU_36420","BSU_15220","BSU_36420","MurG","spoIIID","murG","BSU_36420","MurG","subtiwiki","224308.BSU36420/224308.BSU15220","repression","txid224308" +"BSU_36420","BSU_24360","BSU_36420","SpoIIIAH","spoIIID","spoIIIAH","BSU_36420","SpoIIIAH","subtiwiki","224308.BSU36420/224308.BSU24360","repression","txid224308" +"BSU_36420","BSU_09770","BSU_36420","YheD","spoIIID","yheD","BSU_36420","YheD","subtiwiki","224308.BSU36420/224308.BSU09770","activation","txid224308" +"BSU_36420","BSU_09780","BSU_36420","BSU_09780","spoIIID","yheC","BSU_36420","BSU_09780","subtiwiki","224308.BSU36420/224308.BSU09780","activation","txid224308" +"BSU_36420","BSU_11760","BSU_36420","CotX","spoIIID","cotX","BSU_36420","CotX","subtiwiki","224308.BSU36420/224308.BSU11760","activation","txid224308" +"BSU_36420","BSU_11770","BSU_36420","CotW","spoIIID","cotW","BSU_36420","CotW","subtiwiki","224308.BSU36420/224308.BSU11770","activation","txid224308" +"BSU_36420","BSU_11780","BSU_36420","CotV","spoIIID","cotV","BSU_36420","CotV","subtiwiki","224308.BSU36420/224308.BSU11780","activation","txid224308" +"BSU_36420","BSU_25760","BSU_36420","SigK","spoIIID","sigK","BSU_36420","SigK","subtiwiki","224308.BSU36420/224308.BSU25760","activation","txid224308" +"BSU_36420","BSU_27980","BSU_36420","SpoIVFA","spoIIID","spoIVFA","BSU_36420","SpoIVFA","subtiwiki","224308.BSU36420/224308.BSU27980","repression","txid224308" +"BSU_36420","BSU_27970","BSU_36420","SpoIVFB","spoIIID","spoIVFB","BSU_36420","SpoIVFB","subtiwiki","224308.BSU36420/224308.BSU27970","repression","txid224308" +"BSU_36420","BSU_14250","BSU_36420","YknT","spoIIID","yknT","BSU_36420","YknT","subtiwiki","224308.BSU36420/224308.BSU14250","activation","txid224308" +"BSU_36420","BSU_17700","BSU_36420","CotC","spoIIID","cotC","BSU_36420","CotC","subtiwiki","224308.BSU36420/224308.BSU17700","repression","txid224308" +"BSU_36420","BSU_15200","BSU_36420","MurD","spoIIID","murD","BSU_36420","MurD","subtiwiki","224308.BSU36420/224308.BSU15200","repression","txid224308" +"BSU_36420","BSU_15210","BSU_36420","SpoVE","spoIIID","spoVE","BSU_36420","SpoVE","subtiwiki","224308.BSU36420/224308.BSU15210","repression","txid224308" +"BSU_36420","BSU_15190","BSU_36420","BSU_15190","spoIIID","mraY","BSU_36420","BSU_15190","subtiwiki","224308.BSU36420/224308.BSU15190","repression","txid224308" +"BSU_36420","BSU_15180","BSU_36420","MurE","spoIIID","murE","BSU_36420","MurE","subtiwiki","224308.BSU36420/224308.BSU15180","repression","txid224308" +"BSU_36420","BSU_25770","BSU_36420","SpoIVCA","spoIIID","spoIVCA","BSU_36420","SpoIVCA","subtiwiki","224308.BSU36420/224308.BSU25770","activation","txid224308" +"BSU_36420","BSU_28410","BSU_36420","GerE","spoIIID","gerE","BSU_36420","GerE","subtiwiki","224308.BSU36420/224308.BSU28410","activation","txid224308" +"BSU_36420","BSU_12090","BSU_36420","BSU_12090","spoIIID","cotT","BSU_36420","BSU_12090","subtiwiki","224308.BSU36420/224308.BSU12090","activation","txid224308" +"BSU_36420","BSU_02600","BSU_36420","CwlJ","spoIIID","cwlJ","BSU_36420","CwlJ","subtiwiki","224308.BSU36420/224308.BSU02600","activation","txid224308" +"BSU_36420","BSU_00160","BSU_36420","YaaH","spoIIID","yaaH","BSU_36420","YaaH","subtiwiki","224308.BSU36420/224308.BSU00160","repression","txid224308" +"BSU_36420","BSU_15170","BSU_36420","SpoVD","spoIIID","spoVD","BSU_36420","SpoVD","subtiwiki","224308.BSU36420/224308.BSU15170","repression","txid224308" +"BSU_36420","BSU_22520","BSU_36420","BSU_22520","spoIIID","ypjB","BSU_36420","BSU_22520","subtiwiki","224308.BSU36420/224308.BSU22520","repression","txid224308" +"BSU_36420","BSU_09830","BSU_36420","YhaX","spoIIID","yhaX","BSU_36420","YhaX","subtiwiki","224308.BSU36420/224308.BSU09830","repression","txid224308" +"BSU_36420","BSU_25070","BSU_36420","IspG","spoIIID","ispG","BSU_36420","IspG","subtiwiki","224308.BSU36420/224308.BSU25070","repression","txid224308" +"BSU_36420","BSU_22200","BSU_36420","BSU_22200","spoIIID","cotD","BSU_36420","BSU_22200","subtiwiki","224308.BSU36420/224308.BSU22200","repression","txid224308" +"BSU_36420","BSU_25060","BSU_36420","BSU_25060","spoIIID","yqfZ","BSU_36420","BSU_25060","subtiwiki","224308.BSU36420/224308.BSU25060","repression","txid224308" +"BSU_36420","BSU_40530","BSU_36420","BSU_40530","spoIIID","cotF","BSU_36420","BSU_40530","subtiwiki","224308.BSU36420/224308.BSU40530","activation","txid224308" +"BSU_36420","BSU_28380","BSU_36420","GerM","spoIIID","gerM","BSU_36420","GerM","subtiwiki","224308.BSU36420/224308.BSU28380","repression","txid224308" +"NA","BSU_00950","NA","MrnC","E9866855F0156859C45E98F3B385FE1263BB7EBC","mrnC","NA","MrnC","subtiwiki","224308.NA/224308.BSU00950","RNA switch","txid224308" +"NA","BSU_01770","NA","GlmM","E9866855F0156859C45E98F3B385FE1263BB7EBC","glmM","NA","GlmM","subtiwiki","224308.NA/224308.BSU01770","RNA switch","txid224308" +"NA","BSU_01750","NA","YbbP","E9866855F0156859C45E98F3B385FE1263BB7EBC","cdaA","NA","CdaA","subtiwiki","224308.NA/224308.BSU01750","RNA switch","txid224308" +"NA","BSU_01780","NA","GlmS","E9866855F0156859C45E98F3B385FE1263BB7EBC","glmS","NA","GlmS","subtiwiki","224308.NA/224308.BSU01780","RNA switch","txid224308" +"NA","BSU_01760","NA","CdaR","E9866855F0156859C45E98F3B385FE1263BB7EBC","cdaR","NA","CdaR","subtiwiki","224308.NA/224308.BSU01760","RNA switch","txid224308" +"NA","BSU_38840","NA","BSU_38840","E9866855F0156859C45E98F3B385FE1263BB7EBC","yxkD","NA","BSU_38840","subtiwiki","224308.NA/224308.BSU38840","RNA switch","txid224308" +"NA","BSU_13300","NA","MgtE","E9866855F0156859C45E98F3B385FE1263BB7EBC","mgtE","NA","MgtE","subtiwiki","224308.NA/224308.BSU13300","RNA switch","txid224308" +"NA","BSU_11010","NA","SamT","E9866855F0156859C45E98F3B385FE1263BB7EBC","yitJ","NA","SamT","subtiwiki","224308.NA/224308.BSU11010","RNA switch","txid224308" +"NA","BSU_14770","NA","YlaG","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylaG","NA","BipA","subtiwiki","224308.NA/224308.BSU14770","negative regulation","txid224308" +"NA","BSU_14780","NA","BSU_14780","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylaH","NA","BSU_14780","subtiwiki","224308.NA/224308.BSU14780","negative regulation","txid224308" +"NA","BSU_01020","NA","RplK","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplK","NA","RplK","subtiwiki","224308.NA/224308.BSU01020","negative regulation","txid224308" +"NA","BSU_01500","NA","RpsI","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsI","NA","RpsI","subtiwiki","224308.NA/224308.BSU01500","negative regulation","txid224308" +"NA","BSU_34010","NA","YvbW","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvbW","NA","YvbW","subtiwiki","224308.NA/224308.BSU34010","RNA switch","txid224308" +"NA","BSU_01490","NA","RplM","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplM","NA","RplM","subtiwiki","224308.NA/224308.BSU01490","negative regulation","txid224308" +"NA","BSU_misc_RNA_3","NA","BSU_misc_RNA_3","E9866855F0156859C45E98F3B385FE1263BB7EBC","BSU_misc_RNA_3","NA","BSU_misc_RNA_3","subtiwiki","224308.NA/224308.BSUmiscRNA3","negative regulation","txid224308" +"NA","BSU_01030","NA","RplA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplA","NA","RplA","subtiwiki","224308.NA/224308.BSU01030","negative regulation","txid224308" +"NA","BSU_01480","NA","TruA","E9866855F0156859C45E98F3B385FE1263BB7EBC","truA","NA","TruA","subtiwiki","224308.NA/224308.BSU01480","negative regulation","txid224308" +"NA","BSU_33330","NA","BSU_33330","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvsH","NA","BSU_33330","subtiwiki","224308.NA/224308.BSU33330","RNA switch","txid224308" +"NA","BSU_24260","NA","BSU_24260","E9866855F0156859C45E98F3B385FE1263BB7EBC","tlyA","NA","BSU_24260","subtiwiki","224308.NA/224308.BSU24260","negative regulation","txid224308" +"NA","BSU_24270","NA","BSU_24270","E9866855F0156859C45E98F3B385FE1263BB7EBC","dxs","NA","BSU_24270","subtiwiki","224308.NA/224308.BSU24270","negative regulation","txid224308" +"NA","BSU_16500","NA","Tsf","E9866855F0156859C45E98F3B385FE1263BB7EBC","tsf","NA","Tsf","subtiwiki","224308.NA/224308.BSU16500","negative regulation","txid224308" +"NA","BSU_16510","NA","BSU_16510","E9866855F0156859C45E98F3B385FE1263BB7EBC","pyrH","NA","BSU_16510","subtiwiki","224308.NA/224308.BSU16510","negative regulation","txid224308" +"NA","BSU_05800","NA","BSU_05800","E9866855F0156859C45E98F3B385FE1263BB7EBC","pbuE","NA","BSU_05800","subtiwiki","224308.NA/224308.BSU05800","RNA switch","txid224308" +"NA","BSU_24240","NA","BSU_24240","E9866855F0156859C45E98F3B385FE1263BB7EBC","recN","NA","BSU_24240","subtiwiki","224308.NA/224308.BSU24240","negative regulation","txid224308" +"NA","BSU_01130","NA","TufA","E9866855F0156859C45E98F3B385FE1263BB7EBC","tufA","NA","TufA","subtiwiki","224308.NA/224308.BSU01130","negative regulation","txid224308" +"NA","BSU_01090","NA","RplGB","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplGB","NA","RplGB","subtiwiki","224308.NA/224308.BSU01090","negative regulation","txid224308" +"NA","BSU_01110","NA","RpsG","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsG","NA","RpsG","subtiwiki","224308.NA/224308.BSU01110","negative regulation","txid224308" +"NA","BSU_16520","NA","Frr","E9866855F0156859C45E98F3B385FE1263BB7EBC","frr","NA","Frr","subtiwiki","224308.NA/224308.BSU16520","negative regulation","txid224308" +"NA","BSU_01120","NA","FusA","E9866855F0156859C45E98F3B385FE1263BB7EBC","fusA","NA","FusA","subtiwiki","224308.NA/224308.BSU01120","negative regulation","txid224308" +"NA","BSU_16490","NA","RpsB","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsB","NA","RpsB","subtiwiki","224308.NA/224308.BSU16490","negative regulation","txid224308" +"NA","BSU_16040","NA","RplS","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplS","NA","RplS","subtiwiki","224308.NA/224308.BSU16040","negative regulation","txid224308" +"NA","BSU_15820","NA","RpmB","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmB","NA","RpmB","subtiwiki","224308.NA/224308.BSU15820","negative regulation","txid224308" +"NA","BSU_15430","NA","IleS","E9866855F0156859C45E98F3B385FE1263BB7EBC","ileS","NA","IleS","subtiwiki","224308.NA/224308.BSU15430","RNA switch","txid224308" +"NA","BSU_16690","NA","PnpA","E9866855F0156859C45E98F3B385FE1263BB7EBC","pnpA","NA","PnpA","subtiwiki","224308.NA/224308.BSU16690","negative regulation","txid224308" +"NA","BSU_21000","NA","YonT","E9866855F0156859C45E98F3B385FE1263BB7EBC","yonT","NA","YonT","subtiwiki","224308.NA/224308.BSU21000","antisense RNA","txid224308" +"NA","BSU_01100","NA","RpsL","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsL","NA","RpsL","subtiwiki","224308.NA/224308.BSU01100","negative regulation","txid224308" +"NA","BSU_24250","NA","AhrC","E9866855F0156859C45E98F3B385FE1263BB7EBC","ahrC","NA","AhrC","subtiwiki","224308.NA/224308.BSU24250","negative regulation","txid224308" +"NA","BSU_27410","NA","AlaS","E9866855F0156859C45E98F3B385FE1263BB7EBC","alaS","NA","AlaS","subtiwiki","224308.NA/224308.BSU27410","RNA switch","txid224308" +"NA","BSU_27380","NA","YrzB","E9866855F0156859C45E98F3B385FE1263BB7EBC","yrzB","NA","YrzB","subtiwiki","224308.NA/224308.BSU27380","RNA switch","txid224308" +"NA","BSU_27400","NA","BSU_27400","E9866855F0156859C45E98F3B385FE1263BB7EBC","reoM","NA","BSU_27400","subtiwiki","224308.NA/224308.BSU27400","RNA switch","txid224308" +"NA","BSU_27390","NA","BSU_27390","E9866855F0156859C45E98F3B385FE1263BB7EBC","yrrK","NA","BSU_27390","subtiwiki","224308.NA/224308.BSU27390","RNA switch","txid224308" +"NA","BSU_29670","NA","TyrS","E9866855F0156859C45E98F3B385FE1263BB7EBC","tyrS","NA","TyrS","subtiwiki","224308.NA/224308.BSU29670","RNA switch","txid224308" +"NA","BSU_13890","NA","PtsG","E9866855F0156859C45E98F3B385FE1263BB7EBC","ptsG","NA","PtsG","subtiwiki","224308.NA/224308.BSU13890","negative regulation","txid224308" +"NA","BSU_13910","NA","PtsI","E9866855F0156859C45E98F3B385FE1263BB7EBC","ptsI","NA","PtsI","subtiwiki","224308.NA/224308.BSU13910","negative regulation","txid224308" +"NA","BSU_15940","NA","Smc","E9866855F0156859C45E98F3B385FE1263BB7EBC","smc","NA","Smc","subtiwiki","224308.NA/224308.BSU15940","negative regulation","txid224308" +"NA","BSU_15950","NA","FtsY","E9866855F0156859C45E98F3B385FE1263BB7EBC","ftsY","NA","FtsY","subtiwiki","224308.NA/224308.BSU15950","negative regulation","txid224308" +"NA","BSU_13900","NA","PtsH","E9866855F0156859C45E98F3B385FE1263BB7EBC","ptsH","NA","PtsH","subtiwiki","224308.NA/224308.BSU13900","negative regulation","txid224308" +"NA","BSU_15930","NA","Rnc","E9866855F0156859C45E98F3B385FE1263BB7EBC","rnc","NA","Rnc","subtiwiki","224308.NA/224308.BSU15930","negative regulation","txid224308" +"NA","BSU_13990","NA","KinA","E9866855F0156859C45E98F3B385FE1263BB7EBC","kinA","NA","KinA","subtiwiki","224308.NA/224308.BSU13990","positive regulation","txid224308" +"NA","BSU_23210","NA","SpcB","E9866855F0156859C45E98F3B385FE1263BB7EBC","scpB","NA","ScpB","subtiwiki","224308.NA/224308.BSU23210","negative regulation","txid224308" +"NA","BSU_23220","NA","ScpA","E9866855F0156859C45E98F3B385FE1263BB7EBC","scpA","NA","ScpA","subtiwiki","224308.NA/224308.BSU23220","negative regulation","txid224308" +"NA","BSU_23200","NA","BSU_23200","E9866855F0156859C45E98F3B385FE1263BB7EBC","ypuI","NA","BSU_23200","subtiwiki","224308.NA/224308.BSU23200","negative regulation","txid224308" +"NA","BSU_34330","NA","EpsE","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsE","NA","EpsE","subtiwiki","224308.NA/224308.BSU34330","processive antitermination","txid224308" +"NA","BSU_34370","NA","EpsA","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsA","NA","EpsA","subtiwiki","224308.NA/224308.BSU34370","processive antitermination","txid224308" +"NA","BSU_38170","NA","QoxA","E9866855F0156859C45E98F3B385FE1263BB7EBC","qoxA","NA","QoxA","subtiwiki","224308.NA/224308.BSU38170","negative regulation","txid224308" +"NA","BSU_27520","NA","CymR","E9866855F0156859C45E98F3B385FE1263BB7EBC","cymR","NA","CymR","subtiwiki","224308.NA/224308.BSU27520","negative regulation","txid224308" +"NA","BSU_34340","NA","BSU_34340","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsD","NA","BSU_34340","subtiwiki","224308.NA/224308.BSU34340","processive antitermination","txid224308" +"NA","BSU_34250","NA","BSU_34250","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsL","NA","BSU_34250","subtiwiki","224308.NA/224308.BSU34250","processive antitermination","txid224308" +"NA","BSU_34320","NA","BSU_34320","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsF","NA","BSU_34320","subtiwiki","224308.NA/224308.BSU34320","processive antitermination","txid224308" +"NA","BSU_34310","NA","BSU_34310","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsG","NA","BSU_34310","subtiwiki","224308.NA/224308.BSU34310","processive antitermination","txid224308" +"NA","BSU_34290","NA","BSU_34290","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsI","NA","BSU_34290","subtiwiki","224308.NA/224308.BSU34290","processive antitermination","txid224308" +"NA","BSU_34240","NA","BSU_34240","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsM","NA","BSU_34240","subtiwiki","224308.NA/224308.BSU34240","processive antitermination","txid224308" +"NA","BSU_38960","NA","YxjG","E9866855F0156859C45E98F3B385FE1263BB7EBC","yxjG","NA","YxjG","subtiwiki","224308.NA/224308.BSU38960","RNA switch","txid224308" +"NA","BSU_34280","NA","BSU_34280","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsJ","NA","BSU_34280","subtiwiki","224308.NA/224308.BSU34280","processive antitermination","txid224308" +"NA","BSU_38160","NA","QoxB","E9866855F0156859C45E98F3B385FE1263BB7EBC","qoxB","NA","QoxB","subtiwiki","224308.NA/224308.BSU38160","negative regulation","txid224308" +"NA","BSU_34360","NA","EpsB","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsB","NA","EpsB","subtiwiki","224308.NA/224308.BSU34360","processive antitermination","txid224308" +"NA","BSU_34350","NA","BSU_34350","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsC","NA","BSU_34350","subtiwiki","224308.NA/224308.BSU34350","processive antitermination","txid224308" +"NA","BSU_27500","NA","TrmU","E9866855F0156859C45E98F3B385FE1263BB7EBC","trmU","NA","TrmU","subtiwiki","224308.NA/224308.BSU27500","negative regulation","txid224308" +"NA","BSU_34230","NA","BSU_34230","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsN","NA","BSU_34230","subtiwiki","224308.NA/224308.BSU34230","processive antitermination","txid224308" +"NA","BSU_38140","NA","QoxD","E9866855F0156859C45E98F3B385FE1263BB7EBC","qoxD","NA","QoxD","subtiwiki","224308.NA/224308.BSU38140","negative regulation","txid224308" +"NA","BSU_27510","NA","IscSA","E9866855F0156859C45E98F3B385FE1263BB7EBC","yrvO","NA","YrvO","subtiwiki","224308.NA/224308.BSU27510","negative regulation","txid224308" +"NA","BSU_34265","NA","BSU_34265","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsK","NA","BSU_34265","subtiwiki","224308.NA/224308.BSU34265","processive antitermination","txid224308" +"NA","BSU_34300","NA","BSU_34300","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsH","NA","BSU_34300","subtiwiki","224308.NA/224308.BSU34300","processive antitermination","txid224308" +"NA","BSU_34220","NA","BSU_34220","E9866855F0156859C45E98F3B385FE1263BB7EBC","epsO","NA","BSU_34220","subtiwiki","224308.NA/224308.BSU34220","processive antitermination","txid224308" +"NA","BSU_38150","NA","QoxC","E9866855F0156859C45E98F3B385FE1263BB7EBC","qoxC","NA","QoxC","subtiwiki","224308.NA/224308.BSU38150","negative regulation","txid224308" +"NA","BSU_18540","NA","BSU_18540","E9866855F0156859C45E98F3B385FE1263BB7EBC","yoaB","NA","BSU_18540","subtiwiki","224308.NA/224308.BSU18540","RNA switch","txid224308" +"NA","BSU_18560","NA","YoaD","E9866855F0156859C45E98F3B385FE1263BB7EBC","yoaD","NA","YoaD","subtiwiki","224308.NA/224308.BSU18560","RNA switch","txid224308" +"NA","BSU_18550","NA","YoaC","E9866855F0156859C45E98F3B385FE1263BB7EBC","yoaC","NA","YoaC","subtiwiki","224308.NA/224308.BSU18550","RNA switch","txid224308" +"NA","BSU_25260","NA","GlyS","E9866855F0156859C45E98F3B385FE1263BB7EBC","glyS","NA","GlyS","subtiwiki","224308.NA/224308.BSU25260","RNA switch","txid224308" +"NA","BSU_13180","NA","MetE","E9866855F0156859C45E98F3B385FE1263BB7EBC","metE","NA","MetE","subtiwiki","224308.NA/224308.BSU13180","RNA switch","txid224308" +"NA","BSU_23800","NA","ProI","E9866855F0156859C45E98F3B385FE1263BB7EBC","proI","NA","ProI","subtiwiki","224308.NA/224308.BSU23800","RNA switch","txid224308" +"NA","BSU_25270","NA","GlyQ","E9866855F0156859C45E98F3B385FE1263BB7EBC","glyQ","NA","GlyQ","subtiwiki","224308.NA/224308.BSU25270","RNA switch","txid224308" +"NA","BSU_37550","NA","BSU_37550","E9866855F0156859C45E98F3B385FE1263BB7EBC","ywhA","NA","BSU_37550","subtiwiki","224308.NA/224308.BSU37550","RNA switch","txid224308" +"NA","BSU_37560","NA","ThrZ","E9866855F0156859C45E98F3B385FE1263BB7EBC","thrZ","NA","ThrZ","subtiwiki","224308.NA/224308.BSU37560","RNA switch","txid224308" +"NA","BSU_36010","NA","AlsS","E9866855F0156859C45E98F3B385FE1263BB7EBC","alsS","NA","AlsS","subtiwiki","224308.NA/224308.BSU36010","positive regulation","txid224308" +"NA","BSU_36000","NA","BSU_36000","E9866855F0156859C45E98F3B385FE1263BB7EBC","alsD","NA","BSU_36000","subtiwiki","224308.NA/224308.BSU36000","positive regulation","txid224308" +"NA","BSU_27610","NA","Apt","E9866855F0156859C45E98F3B385FE1263BB7EBC","apt","NA","Apt","subtiwiki","224308.NA/224308.BSU27610","negative regulation","txid224308" +"NA","BSU_27620","NA","RecJ","E9866855F0156859C45E98F3B385FE1263BB7EBC","recJ","NA","RecJ","subtiwiki","224308.NA/224308.BSU27620","negative regulation","txid224308" +"NA","BSU_15630","NA","SirC","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylnF","NA","SirC","subtiwiki","224308.NA/224308.BSU15630","RNA switch","txid224308" +"NA","BSU_15620","NA","SirB","E9866855F0156859C45E98F3B385FE1263BB7EBC","sirB","NA","SirB","subtiwiki","224308.NA/224308.BSU15620","RNA switch","txid224308" +"NA","BSU_15600","NA","CysC","E9866855F0156859C45E98F3B385FE1263BB7EBC","cysC","NA","CysC","subtiwiki","224308.NA/224308.BSU15600","RNA switch","txid224308" +"NA","BSU_40890","NA","RpsR","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsR","NA","RpsR","subtiwiki","224308.NA/224308.BSU40890","negative regulation","txid224308" +"NA","BSU_40920","NA","EngD","E9866855F0156859C45E98F3B385FE1263BB7EBC","yyaF","NA","EngD","subtiwiki","224308.NA/224308.BSU40920","negative regulation","txid224308" +"NA","BSU_15570","NA","CysH","E9866855F0156859C45E98F3B385FE1263BB7EBC","cysH","NA","CysH","subtiwiki","224308.NA/224308.BSU15570","RNA switch","txid224308" +"NA","BSU_40910","NA","RpsF","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsF","NA","RpsF","subtiwiki","224308.NA/224308.BSU40910","negative regulation","txid224308" +"NA","BSU_28950","NA","ThrS","E9866855F0156859C45E98F3B385FE1263BB7EBC","thrS","NA","ThrS","subtiwiki","224308.NA/224308.BSU28950","RNA switch","txid224308" +"NA","BSU_15610","NA","SumT","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylnD","NA","SumT","subtiwiki","224308.NA/224308.BSU15610","RNA switch","txid224308" +"NA","BSU_15590","NA","Sat","E9866855F0156859C45E98F3B385FE1263BB7EBC","sat","NA","Sat","subtiwiki","224308.NA/224308.BSU15590","RNA switch","txid224308" +"NA","BSU_15580","NA","BSU_15580","E9866855F0156859C45E98F3B385FE1263BB7EBC","cysP","NA","BSU_15580","subtiwiki","224308.NA/224308.BSU15580","RNA switch","txid224308" +"NA","BSU_40900","NA","SsbA","E9866855F0156859C45E98F3B385FE1263BB7EBC","ssbA","NA","SsbA","subtiwiki","224308.NA/224308.BSU40900","negative regulation","txid224308" +"NA","BSU_01070","NA","RpoB","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpoB","NA","RpoB","subtiwiki","224308.NA/224308.BSU01070","negative regulation","txid224308" +"NA","BSU_01080","NA","RpoC","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpoC","NA","RpoC","subtiwiki","224308.NA/224308.BSU01080","negative regulation","txid224308" +"NA","BSU_01160","NA","RplC","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplC","NA","RplC","subtiwiki","224308.NA/224308.BSU01160","negative regulation","txid224308" +"NA","BSU_01210","NA","RplV","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplV","NA","RplV","subtiwiki","224308.NA/224308.BSU01210","negative regulation","txid224308" +"NA","BSU_24320","NA","NusB","E9866855F0156859C45E98F3B385FE1263BB7EBC","nusB","NA","NusB","subtiwiki","224308.NA/224308.BSU24320","negative regulation","txid224308" +"NA","BSU_01410","NA","RpsM","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsM","NA","RpsM","subtiwiki","224308.NA/224308.BSU01410","negative regulation","txid224308" +"NA","BSU_24310","NA","FolD","E9866855F0156859C45E98F3B385FE1263BB7EBC","folD","NA","FolD","subtiwiki","224308.NA/224308.BSU24310","negative regulation","txid224308" +"NA","BSU_01230","NA","RplP","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplP","NA","RplP","subtiwiki","224308.NA/224308.BSU01230","negative regulation","txid224308" +"NA","BSU_01220","NA","RpsC","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsC","NA","RpsC","subtiwiki","224308.NA/224308.BSU01220","negative regulation","txid224308" +"NA","BSU_01400","NA","RpmJ","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmJ","NA","RpmJ","subtiwiki","224308.NA/224308.BSU01400","negative regulation","txid224308" +"NA","BSU_01390","NA","BSU_01390","E9866855F0156859C45E98F3B385FE1263BB7EBC","infA","NA","BSU_01390","subtiwiki","224308.NA/224308.BSU01390","negative regulation","txid224308" +"NA","BSU_01280","NA","RplE","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplE","NA","RplE","subtiwiki","224308.NA/224308.BSU01280","negative regulation","txid224308" +"NA","BSU_01310","NA","RplF","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplF","NA","RplF","subtiwiki","224308.NA/224308.BSU01310","negative regulation","txid224308" +"NA","BSU_01150","NA","RpsJ","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsJ","NA","RpsJ","subtiwiki","224308.NA/224308.BSU01150","negative regulation","txid224308" +"NA","BSU_01340","NA","RpmD","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmD","NA","RpmD","subtiwiki","224308.NA/224308.BSU01340","negative regulation","txid224308" +"NA","BSU_01180","NA","RplW","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplW","NA","RplW","subtiwiki","224308.NA/224308.BSU01180","negative regulation","txid224308" +"NA","BSU_01300","NA","RpsH","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsH","NA","RpsH","subtiwiki","224308.NA/224308.BSU01300","negative regulation","txid224308" +"NA","BSU_01330","NA","RpsE","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsE","NA","RpsE","subtiwiki","224308.NA/224308.BSU01330","negative regulation","txid224308" +"NA","BSU_01440","NA","RplQ","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplQ","NA","RplQ","subtiwiki","224308.NA/224308.BSU01440","negative regulation","txid224308" +"NA","BSU_01170","NA","RplD","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplD","NA","RplD","subtiwiki","224308.NA/224308.BSU01170","negative regulation","txid224308" +"NA","BSU_01260","NA","RplNA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplN","NA","RplN","subtiwiki","224308.NA/224308.BSU01260","negative regulation","txid224308" +"NA","BSU_01420","NA","RpsK","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsK","NA","RpsK","subtiwiki","224308.NA/224308.BSU01420","negative regulation","txid224308" +"NA","BSU_01320","NA","RplR","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplR","NA","RplR","subtiwiki","224308.NA/224308.BSU01320","negative regulation","txid224308" +"NA","BSU_01240","NA","RpmC","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmC","NA","RpmC","subtiwiki","224308.NA/224308.BSU01240","negative regulation","txid224308" +"NA","BSU_01389","NA","BSU_01389","E9866855F0156859C45E98F3B385FE1263BB7EBC","ybzG","NA","BSU_01389","subtiwiki","224308.NA/224308.BSU01389","negative regulation","txid224308" +"NA","BSU_01190","NA","RplB","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplB","NA","RplB","subtiwiki","224308.NA/224308.BSU01190","negative regulation","txid224308" +"NA","BSU_01290","NA","RpsNA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsN","NA","RpsN","subtiwiki","224308.NA/224308.BSU01290","negative regulation","txid224308" +"NA","BSU_01200","NA","RpsS","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsS","NA","RpsS","subtiwiki","224308.NA/224308.BSU01200","negative regulation","txid224308" +"NA","BSU_01430","NA","RpoA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpoA","NA","RpoA","subtiwiki","224308.NA/224308.BSU01430","negative regulation","txid224308" +"NA","new_148755_148930","NA","new_148755_148930","E9866855F0156859C45E98F3B385FE1263BB7EBC","S56","NA","new_148755_148930","subtiwiki","224308.NA/224308.new148755148930","negative regulation","txid224308" +"NA","BSU_01270","NA","RplX","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplX","NA","RplX","subtiwiki","224308.NA/224308.BSU01270","negative regulation","txid224308" +"NA","BSU_01250","NA","RpsQ","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsQ","NA","RpsQ","subtiwiki","224308.NA/224308.BSU01250","negative regulation","txid224308" +"NA","BSU_37150","NA","BSU_37150","E9866855F0156859C45E98F3B385FE1263BB7EBC","pyrG","NA","BSU_37150","subtiwiki","224308.NA/224308.BSU37150","RNA switch","txid224308" +"NA","BSU_13120","NA","ProB","E9866855F0156859C45E98F3B385FE1263BB7EBC","proB","NA","ProB","subtiwiki","224308.NA/224308.BSU13120","RNA switch","txid224308" +"NA","BSU_31390","NA","YugI","E9866855F0156859C45E98F3B385FE1263BB7EBC","yugI","NA","YugI","subtiwiki","224308.NA/224308.BSU31390","negative regulation","txid224308" +"NA","BSU_13130","NA","BSU_13130","E9866855F0156859C45E98F3B385FE1263BB7EBC","proA","NA","BSU_13130","subtiwiki","224308.NA/224308.BSU13130","RNA switch","txid224308" +"NA","BSU_01370","NA","Adk","E9866855F0156859C45E98F3B385FE1263BB7EBC","adk","NA","Adk","subtiwiki","224308.NA/224308.BSU01370","negative regulation","txid224308" +"NA","BSU_01360","NA","SecY","E9866855F0156859C45E98F3B385FE1263BB7EBC","secY","NA","SecY","subtiwiki","224308.NA/224308.BSU01360","negative regulation","txid224308" +"NA","BSU_01350","NA","RplO","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplO","NA","RplO","subtiwiki","224308.NA/224308.BSU01350","negative regulation","txid224308" +"NA","BSU_01380","NA","Map","E9866855F0156859C45E98F3B385FE1263BB7EBC","map","NA","Map","subtiwiki","224308.NA/224308.BSU01380","negative regulation","txid224308" +"NA","BSU_13600","NA","BSU_13600","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnX","NA","BSU_13600","subtiwiki","224308.NA/224308.BSU13600","RNA switch","txid224308" +"NA","BSU_13590","NA","MtnW","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnW","NA","MtnW","subtiwiki","224308.NA/224308.BSU13590","RNA switch","txid224308" +"NA","BSU_13620","NA","MtnD","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnD","NA","MtnD","subtiwiki","224308.NA/224308.BSU13620","RNA switch","txid224308" +"NA","BSU_13610","NA","MtnB","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnB","NA","MtnB","subtiwiki","224308.NA/224308.BSU13610","RNA switch","txid224308" +"NA","BSU_00520","NA","Ctc","E9866855F0156859C45E98F3B385FE1263BB7EBC","ctc","NA","Ctc","subtiwiki","224308.NA/224308.BSU00520","negative regulation","txid224308" +"NA","BSU_16000","NA","BSU_16000","E9866855F0156859C45E98F3B385FE1263BB7EBC","khpA","NA","BSU_16000","subtiwiki","224308.NA/224308.BSU16000","negative regulation","txid224308" +"NA","BSU_15990","NA","RpsP","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsP","NA","RpsP","subtiwiki","224308.NA/224308.BSU15990","negative regulation","txid224308" +"NA","BSU_00500","NA","GcaD","E9866855F0156859C45E98F3B385FE1263BB7EBC","gcaD","NA","GcaD","subtiwiki","224308.NA/224308.BSU00500","negative regulation","txid224308" +"NA","BSU_00510","NA","Prs","E9866855F0156859C45E98F3B385FE1263BB7EBC","prs","NA","Prs","subtiwiki","224308.NA/224308.BSU00510","negative regulation","txid224308" +"NA","BSU_01050","NA","RplL","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplL","NA","RplL","subtiwiki","224308.NA/224308.BSU01050","negative regulation","txid224308" +"NA","BSU_37070","NA","RpmEA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmE","NA","RpmE","subtiwiki","224308.NA/224308.BSU37070","negative regulation","txid224308" +"NA","BSU_36900","NA","GlyA","E9866855F0156859C45E98F3B385FE1263BB7EBC","glyA","NA","GlyA","subtiwiki","224308.NA/224308.BSU36900","RNA switch","txid224308" +"NA","BSU_01040","NA","RplJ","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplJ","NA","RplJ","subtiwiki","224308.NA/224308.BSU01040","negative regulation","txid224308" +"NA","BSU_15080","NA","RpmF","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmF","NA","RpmF","subtiwiki","224308.NA/224308.BSU15080","negative regulation","txid224308" +"NA","BSU_15070","NA","YlbN","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylbN","NA","YlbN","subtiwiki","224308.NA/224308.BSU15070","negative regulation","txid224308" +"NA","BSU_16680","NA","RpsO","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsO","NA","RpsO","subtiwiki","224308.NA/224308.BSU16680","negative regulation","txid224308" +"NA","BSU_38950","NA","YxjH","E9866855F0156859C45E98F3B385FE1263BB7EBC","yxjH","NA","YxjH","subtiwiki","224308.NA/224308.BSU38950","RNA switch","txid224308" +"NA","BSU_31460","NA","BSU_31460","E9866855F0156859C45E98F3B385FE1263BB7EBC","kapB","NA","BSU_31460","subtiwiki","224308.NA/224308.BSU31460","positive regulation","txid224308" +"NA","BSU_31450","NA","KinB","E9866855F0156859C45E98F3B385FE1263BB7EBC","kinB","NA","KinB","subtiwiki","224308.NA/224308.BSU31450","positive regulation","txid224308" +"NA","BSU_27950","NA","BSU_27950","E9866855F0156859C45E98F3B385FE1263BB7EBC","prp","NA","BSU_27950","subtiwiki","224308.NA/224308.BSU27950","negative regulation","txid224308" +"NA","BSU_13560","NA","MtnK","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnK","NA","MtnK","subtiwiki","224308.NA/224308.BSU13560","RNA switch","txid224308" +"NA","BSU_27960","NA","RplU","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplU","NA","RplU","subtiwiki","224308.NA/224308.BSU27960","negative regulation","txid224308" +"NA","BSU_15180","NA","MurE","E9866855F0156859C45E98F3B385FE1263BB7EBC","murE","NA","MurE","subtiwiki","224308.NA/224308.BSU15180","negative regulation","txid224308" +"NA","BSU_15260","NA","BSU_15260","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylxX","NA","BSU_15260","subtiwiki","224308.NA/224308.BSU15260","negative regulation","txid224308" +"NA","BSU_13550","NA","MtnA","E9866855F0156859C45E98F3B385FE1263BB7EBC","mtnA","NA","MtnA","subtiwiki","224308.NA/224308.BSU13550","RNA switch","txid224308" +"NA","BSU_15270","NA","BSU_15270","E9866855F0156859C45E98F3B385FE1263BB7EBC","sbp","NA","BSU_15270","subtiwiki","224308.NA/224308.BSU15270","negative regulation","txid224308" +"NA","BSU_15220","NA","MurG","E9866855F0156859C45E98F3B385FE1263BB7EBC","murG","NA","MurG","subtiwiki","224308.NA/224308.BSU15220","negative regulation","txid224308" +"NA","BSU_15230","NA","MurB","E9866855F0156859C45E98F3B385FE1263BB7EBC","murB","NA","MurB","subtiwiki","224308.NA/224308.BSU15230","negative regulation","txid224308" +"NA","BSU_15200","NA","MurD","E9866855F0156859C45E98F3B385FE1263BB7EBC","murD","NA","MurD","subtiwiki","224308.NA/224308.BSU15200","negative regulation","txid224308" +"NA","BSU_27940","NA","RpmA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmA","NA","RpmA","subtiwiki","224308.NA/224308.BSU27940","negative regulation","txid224308" +"NA","BSU_15190","NA","BSU_15190","E9866855F0156859C45E98F3B385FE1263BB7EBC","mraY","NA","BSU_15190","subtiwiki","224308.NA/224308.BSU15190","negative regulation","txid224308" +"NA","BSU_15250","NA","BSU_15250","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylxW","NA","BSU_15250","subtiwiki","224308.NA/224308.BSU15250","negative regulation","txid224308" +"NA","BSU_15210","NA","SpoVE","E9866855F0156859C45E98F3B385FE1263BB7EBC","spoVE","NA","SpoVE","subtiwiki","224308.NA/224308.BSU15210","negative regulation","txid224308" +"NA","BSU_15240","NA","DivIB","E9866855F0156859C45E98F3B385FE1263BB7EBC","divIB","NA","DivIB","subtiwiki","224308.NA/224308.BSU15240","negative regulation","txid224308" +"NA","BSU_14860","NA","PycA","E9866855F0156859C45E98F3B385FE1263BB7EBC","pycA","NA","PycA","subtiwiki","224308.NA/224308.BSU14860","positive regulation","txid224308" +"NA","BSU_14850","NA","FtsW","E9866855F0156859C45E98F3B385FE1263BB7EBC","ftsW","NA","FtsW","subtiwiki","224308.NA/224308.BSU14850","positive regulation","txid224308" +"NA","BSU_28230","NA","Tig","E9866855F0156859C45E98F3B385FE1263BB7EBC","tig","NA","Tig","subtiwiki","224308.NA/224308.BSU28230","negative regulation","txid224308" +"NA","BSU_36840","NA","AtpH","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpH","NA","AtpH","subtiwiki","224308.NA/224308.BSU36840","negative regulation","txid224308" +"NA","BSU_24550","NA","GcvPB","E9866855F0156859C45E98F3B385FE1263BB7EBC","gcvPB","NA","GcvPB","subtiwiki","224308.NA/224308.BSU24550","RNA switch","txid224308" +"NA","BSU_36820","NA","AtpG","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpG","NA","AtpG","subtiwiki","224308.NA/224308.BSU36820","negative regulation","txid224308" +"NA","BSU_36880","NA","AtpI","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpI","NA","AtpI","subtiwiki","224308.NA/224308.BSU36880","negative regulation","txid224308" +"NA","BSU_36830","NA","AtpA","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpA","NA","AtpA","subtiwiki","224308.NA/224308.BSU36830","negative regulation","txid224308" +"NA","BSU_36870","NA","AtpB","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpB","NA","AtpB","subtiwiki","224308.NA/224308.BSU36870","negative regulation","txid224308" +"NA","BSU_24570","NA","GcvT","E9866855F0156859C45E98F3B385FE1263BB7EBC","gcvT","NA","GcvT","subtiwiki","224308.NA/224308.BSU24570","RNA switch","txid224308" +"NA","BSU_36800","NA","AtpC","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpC","NA","AtpC","subtiwiki","224308.NA/224308.BSU36800","negative regulation","txid224308" +"NA","BSU_12280","NA","YjlC","E9866855F0156859C45E98F3B385FE1263BB7EBC","yjlC","NA","YjlC","subtiwiki","224308.NA/224308.BSU12280","negative regulation","txid224308" +"NA","BSU_36810","NA","AtpD","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpD","NA","AtpD","subtiwiki","224308.NA/224308.BSU36810","negative regulation","txid224308" +"NA","BSU_12290","NA","Ndh","E9866855F0156859C45E98F3B385FE1263BB7EBC","ndh","NA","Ndh","subtiwiki","224308.NA/224308.BSU12290","negative regulation","txid224308" +"NA","BSU_36860","NA","AtpE","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpE","NA","AtpE","subtiwiki","224308.NA/224308.BSU36860","negative regulation","txid224308" +"NA","BSU_24560","NA","GcvPA","E9866855F0156859C45E98F3B385FE1263BB7EBC","gcvPA","NA","GcvPA","subtiwiki","224308.NA/224308.BSU24560","RNA switch","txid224308" +"NA","BSU_36850","NA","AtpF","E9866855F0156859C45E98F3B385FE1263BB7EBC","atpF","NA","AtpF","subtiwiki","224308.NA/224308.BSU36850","negative regulation","txid224308" +"NA","BSU_00130","NA","BSU_00130","E9866855F0156859C45E98F3B385FE1263BB7EBC","serS","NA","BSU_00130","subtiwiki","224308.NA/224308.BSU00130","RNA switch","txid224308" +"NA","BSU_29660","NA","RpsD","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpsD","NA","RpsD","subtiwiki","224308.NA/224308.BSU29660","negative regulation","txid224308" +"NA","BSU_38500","NA","DltA","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltA","NA","DltA","subtiwiki","224308.NA/224308.BSU38500","negative regulation","txid224308" +"NA","BSU_38530","NA","DltD","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltD","NA","DltD","subtiwiki","224308.NA/224308.BSU38530","negative regulation","txid224308" +"NA","BSU_38520","NA","DltC","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltC","NA","DltC","subtiwiki","224308.NA/224308.BSU38520","negative regulation","txid224308" +"NA","BSU_38499","NA","BSU_38499","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltX","NA","BSU_38499","subtiwiki","224308.NA/224308.BSU38499","negative regulation","txid224308" +"NA","BSU_38540","NA","BSU_38540","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltE","NA","BSU_38540","subtiwiki","224308.NA/224308.BSU38540","negative regulation","txid224308" +"NA","BSU_38510","NA","DltB","E9866855F0156859C45E98F3B385FE1263BB7EBC","dltB","NA","DltB","subtiwiki","224308.NA/224308.BSU38510","negative regulation","txid224308" +"NA","BSU_28630","NA","PheT","E9866855F0156859C45E98F3B385FE1263BB7EBC","pheT","NA","PheT","subtiwiki","224308.NA/224308.BSU28630","RNA switch","txid224308" +"NA","BSU_28640","NA","PheS","E9866855F0156859C45E98F3B385FE1263BB7EBC","pheS","NA","PheS","subtiwiki","224308.NA/224308.BSU28640","RNA switch","txid224308" +"NA","BSU_06370","NA","BSU_06370","E9866855F0156859C45E98F3B385FE1263BB7EBC","pbuG","NA","BSU_06370","subtiwiki","224308.NA/224308.BSU06370","termination","txid224308" +"NA","BSU_36410","NA","Mbl","E9866855F0156859C45E98F3B385FE1263BB7EBC","mbl","NA","Mbl","subtiwiki","224308.NA/224308.BSU36410","negative regulation","txid224308" +"NA","BSU_06510","NA","PurN","E9866855F0156859C45E98F3B385FE1263BB7EBC","purN","NA","PurN","subtiwiki","224308.NA/224308.BSU06510","RNA switch","txid224308" +"NA","BSU_06430","NA","BSU_06430","E9866855F0156859C45E98F3B385FE1263BB7EBC","purK","NA","BSU_06430","subtiwiki","224308.NA/224308.BSU06430","RNA switch","txid224308" +"NA","BSU_06490","NA","PurF","E9866855F0156859C45E98F3B385FE1263BB7EBC","purF","NA","PurF","subtiwiki","224308.NA/224308.BSU06490","RNA switch","txid224308" +"NA","BSU_06470","NA","PurQ","E9866855F0156859C45E98F3B385FE1263BB7EBC","purQ","NA","PurQ","subtiwiki","224308.NA/224308.BSU06470","RNA switch","txid224308" +"NA","BSU_06500","NA","BSU_06500","E9866855F0156859C45E98F3B385FE1263BB7EBC","purM","NA","BSU_06500","subtiwiki","224308.NA/224308.BSU06500","RNA switch","txid224308" +"NA","BSU_06530","NA","PurD","E9866855F0156859C45E98F3B385FE1263BB7EBC","purD","NA","PurD","subtiwiki","224308.NA/224308.BSU06530","RNA switch","txid224308" +"NA","BSU_06440","NA","PurB","E9866855F0156859C45E98F3B385FE1263BB7EBC","purB","NA","PurB","subtiwiki","224308.NA/224308.BSU06440","RNA switch","txid224308" +"NA","BSU_06520","NA","PurH","E9866855F0156859C45E98F3B385FE1263BB7EBC","purH","NA","PurH","subtiwiki","224308.NA/224308.BSU06520","RNA switch","txid224308" +"NA","BSU_06480","NA","PurL","E9866855F0156859C45E98F3B385FE1263BB7EBC","purL","NA","PurL","subtiwiki","224308.NA/224308.BSU06480","RNA switch","txid224308" +"NA","BSU_06460","NA","PurS","E9866855F0156859C45E98F3B385FE1263BB7EBC","purS","NA","PurS","subtiwiki","224308.NA/224308.BSU06460","RNA switch","txid224308" +"NA","BSU_06450","NA","PurC","E9866855F0156859C45E98F3B385FE1263BB7EBC","purC","NA","PurC","subtiwiki","224308.NA/224308.BSU06450","RNA switch","txid224308" +"NA","BSU_06420","NA","PurE","E9866855F0156859C45E98F3B385FE1263BB7EBC","purE","NA","PurE","subtiwiki","224308.NA/224308.BSU06420","RNA switch","txid224308" +"NA","BSU_33180","NA","BSU_33180","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvrC","NA","BSU_33180","subtiwiki","224308.NA/224308.BSU33180","RNA switch","txid224308" +"NA","BSU_23050","NA","FmnP","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribU","NA","RibU","subtiwiki","224308.NA/224308.BSU23050","RNA switch","txid224308" +"NA","BSU_22070","NA","Xpt","E9866855F0156859C45E98F3B385FE1263BB7EBC","xpt","NA","Xpt","subtiwiki","224308.NA/224308.BSU22070","RNA switch","txid224308" +"NA","BSU_04320","NA","KimA","E9866855F0156859C45E98F3B385FE1263BB7EBC","kimA","NA","KimA","subtiwiki","224308.NA/224308.BSU04320","RNA switch","txid224308" +"NA","BSU_13440","NA","BSU_13440","E9866855F0156859C45E98F3B385FE1263BB7EBC","meeY","NA","BSU_13440","subtiwiki","224308.NA/224308.BSU13440","RNA switch","txid224308" +"NA","BSU_33170","NA","BSU_33170","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvrB","NA","BSU_33170","subtiwiki","224308.NA/224308.BSU33170","RNA switch","txid224308" +"NA","BSU_22060","NA","BSU_22060","E9866855F0156859C45E98F3B385FE1263BB7EBC","pbuX","NA","BSU_22060","subtiwiki","224308.NA/224308.BSU22060","RNA switch","txid224308" +"NA","BSU_33150","NA","BSU_33150","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvqK","NA","BSU_33150","subtiwiki","224308.NA/224308.BSU33150","RNA switch","txid224308" +"NA","BSU_11880","NA","MetC","E9866855F0156859C45E98F3B385FE1263BB7EBC","metC","NA","MetC","subtiwiki","224308.NA/224308.BSU11880","RNA switch","txid224308" +"NA","BSU_38450","NA","BSU_38450","E9866855F0156859C45E98F3B385FE1263BB7EBC","dtrR","NA","BSU_38450","subtiwiki","224308.NA/224308.BSU38450","RNA switch","txid224308" +"NA","BSU_38460","NA","TyrZ","E9866855F0156859C45E98F3B385FE1263BB7EBC","tyrZ","NA","TyrZ","subtiwiki","224308.NA/224308.BSU38460","RNA switch","txid224308" +"NA","BSU_11870","NA","MetI","E9866855F0156859C45E98F3B385FE1263BB7EBC","metI","NA","MetI","subtiwiki","224308.NA/224308.BSU11870","RNA switch","txid224308" +"NA","BSU_00920","NA","GltX","E9866855F0156859C45E98F3B385FE1263BB7EBC","gltX","NA","GltX","subtiwiki","224308.NA/224308.BSU00920","RNA switch","txid224308" +"NA","BSU_00970","NA","BSU_00970","E9866855F0156859C45E98F3B385FE1263BB7EBC","yacP","NA","BSU_00970","subtiwiki","224308.NA/224308.BSU00970","RNA switch","txid224308" +"NA","BSU_33160","NA","BSU_33160","E9866855F0156859C45E98F3B385FE1263BB7EBC","yvrA","NA","BSU_33160","subtiwiki","224308.NA/224308.BSU33160","RNA switch","txid224308" +"NA","BSU_23280","NA","BSU_23280","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribD","NA","BSU_23280","subtiwiki","224308.NA/224308.BSU23280","RNA switch","txid224308" +"NA","BSU_23260","NA","RibAB","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribA","NA","RibAB","subtiwiki","224308.NA/224308.BSU23260","RNA switch","txid224308" +"NA","BSU_23250","NA","RibH","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribH","NA","RibH","subtiwiki","224308.NA/224308.BSU23250","RNA switch","txid224308" +"NA","BSU_23270","NA","RibE","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribE","NA","RibE","subtiwiki","224308.NA/224308.BSU23270","RNA switch","txid224308" +"NA","BSU_23240","NA","RibT","E9866855F0156859C45E98F3B385FE1263BB7EBC","ribT","NA","RibT","subtiwiki","224308.NA/224308.BSU23240","RNA switch","txid224308" +"NA","BSU_31090","NA","KtrA","E9866855F0156859C45E98F3B385FE1263BB7EBC","ktrA","NA","KtrA","subtiwiki","224308.NA/224308.BSU31090","RNA switch","txid224308" +"NA","BSU_31100","NA","KtrB","E9866855F0156859C45E98F3B385FE1263BB7EBC","ktrB","NA","KtrB","subtiwiki","224308.NA/224308.BSU31100","RNA switch","txid224308" +"NA","BSU_13750","NA","QueF","E9866855F0156859C45E98F3B385FE1263BB7EBC","queF","NA","QueF","subtiwiki","224308.NA/224308.BSU13750","RNA switch","txid224308" +"NA","BSU_13720","NA","BSU_13720","E9866855F0156859C45E98F3B385FE1263BB7EBC","queC","NA","BSU_13720","subtiwiki","224308.NA/224308.BSU13720","RNA switch","txid224308" +"NA","BSU_13740","NA","QueE","E9866855F0156859C45E98F3B385FE1263BB7EBC","queE","NA","QueE","subtiwiki","224308.NA/224308.BSU13740","RNA switch","txid224308" +"NA","BSU_13730","NA","BSU_13730","E9866855F0156859C45E98F3B385FE1263BB7EBC","queD","NA","BSU_13730","subtiwiki","224308.NA/224308.BSU13730","RNA switch","txid224308" +"NA","BSU_28840","NA","BSU_28840","E9866855F0156859C45E98F3B385FE1263BB7EBC","ysdA","NA","BSU_28840","subtiwiki","224308.NA/224308.BSU28840","negative regulation","txid224308" +"NA","BSU_28870","NA","InfC","E9866855F0156859C45E98F3B385FE1263BB7EBC","infC","NA","InfC","subtiwiki","224308.NA/224308.BSU28870","negative regulation","txid224308" +"NA","BSU_32740","NA","MetP","E9866855F0156859C45E98F3B385FE1263BB7EBC","metP","NA","MetP","subtiwiki","224308.NA/224308.BSU32740","RNA switch","txid224308" +"NA","BSU_28850","NA","RplT","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplT","NA","RplT","subtiwiki","224308.NA/224308.BSU28850","negative regulation","txid224308" +"NA","BSU_27550","NA","AspS","E9866855F0156859C45E98F3B385FE1263BB7EBC","aspS","NA","AspS","subtiwiki","224308.NA/224308.BSU27550","RNA switch","txid224308" +"NA","BSU_02530","NA","RtpA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rtpA","NA","RtpA","subtiwiki","224308.NA/224308.BSU02530","RNA switch","txid224308" +"NA","BSU_02540","NA","BSU_02540","E9866855F0156859C45E98F3B385FE1263BB7EBC","ycbK","NA","BSU_02540","subtiwiki","224308.NA/224308.BSU02540","RNA switch","txid224308" +"NA","BSU_32750","NA","MetN","E9866855F0156859C45E98F3B385FE1263BB7EBC","metN","NA","MetN","subtiwiki","224308.NA/224308.BSU32750","RNA switch","txid224308" +"NA","BSU_27560","NA","HisS","E9866855F0156859C45E98F3B385FE1263BB7EBC","hisS","NA","HisS","subtiwiki","224308.NA/224308.BSU27560","RNA switch","txid224308" +"NA","BSU_28860","NA","RpmI","E9866855F0156859C45E98F3B385FE1263BB7EBC","rpmI","NA","RpmI","subtiwiki","224308.NA/224308.BSU28860","negative regulation","txid224308" +"NA","BSU_32730","NA","MetQ","E9866855F0156859C45E98F3B385FE1263BB7EBC","metQ","NA","MetQ","subtiwiki","224308.NA/224308.BSU32730","RNA switch","txid224308" +"NA","BSU_14580","NA","PdhA","E9866855F0156859C45E98F3B385FE1263BB7EBC","pdhA","NA","PdhA","subtiwiki","224308.NA/224308.BSU14580","negative regulation","txid224308" +"NA","BSU_14590","NA","PdhB","E9866855F0156859C45E98F3B385FE1263BB7EBC","pdhB","NA","PdhB","subtiwiki","224308.NA/224308.BSU14590","negative regulation","txid224308" +"NA","BSU_14610","NA","PdhD","E9866855F0156859C45E98F3B385FE1263BB7EBC","pdhD","NA","PdhD","subtiwiki","224308.NA/224308.BSU14610","negative regulation","txid224308" +"NA","BSU_30320","NA","LeuS","E9866855F0156859C45E98F3B385FE1263BB7EBC","leuS","NA","LeuS","subtiwiki","224308.NA/224308.BSU30320","RNA switch","txid224308" +"NA","BSU_14600","NA","PdhC","E9866855F0156859C45E98F3B385FE1263BB7EBC","pdhC","NA","PdhC","subtiwiki","224308.NA/224308.BSU14600","negative regulation","txid224308" +"NA","BSU_30550","NA","MetK","E9866855F0156859C45E98F3B385FE1263BB7EBC","metK","NA","MetK","subtiwiki","224308.NA/224308.BSU30550","RNA switch","txid224308" +"NA","BSU_28470","NA","LysC","E9866855F0156859C45E98F3B385FE1263BB7EBC","lysC","NA","LysC","subtiwiki","224308.NA/224308.BSU28470","RNA switch","txid224308" +"NA","BSU_39020","NA","NupG","E9866855F0156859C45E98F3B385FE1263BB7EBC","nupG","NA","NupG","subtiwiki","224308.NA/224308.BSU39020","RNA switch","txid224308" +"NA","BSU_28290","NA","IlvC","E9866855F0156859C45E98F3B385FE1263BB7EBC","ilvC","NA","IlvC","subtiwiki","224308.NA/224308.BSU28290","RNA switch","txid224308" +"NA","BSU_28250","NA","LeuD","E9866855F0156859C45E98F3B385FE1263BB7EBC","leuD","NA","LeuD","subtiwiki","224308.NA/224308.BSU28250","RNA switch","txid224308" +"NA","BSU_28300","NA","IlvH","E9866855F0156859C45E98F3B385FE1263BB7EBC","ilvH","NA","IlvH","subtiwiki","224308.NA/224308.BSU28300","RNA switch","txid224308" +"NA","BSU_28280","NA","BSU_28280","E9866855F0156859C45E98F3B385FE1263BB7EBC","leuA","NA","BSU_28280","subtiwiki","224308.NA/224308.BSU28280","RNA switch","txid224308" +"NA","BSU_28310","NA","IlvB","E9866855F0156859C45E98F3B385FE1263BB7EBC","ilvB","NA","IlvB","subtiwiki","224308.NA/224308.BSU28310","RNA switch","txid224308" +"NA","BSU_28260","NA","LeuC","E9866855F0156859C45E98F3B385FE1263BB7EBC","leuC","NA","LeuC","subtiwiki","224308.NA/224308.BSU28260","RNA switch","txid224308" +"NA","BSU_28270","NA","LeuB","E9866855F0156859C45E98F3B385FE1263BB7EBC","leuB","NA","LeuB","subtiwiki","224308.NA/224308.BSU28270","RNA switch","txid224308" +"NA","BSU_40560","NA","BSU_40560","E9866855F0156859C45E98F3B385FE1263BB7EBC","yybP","NA","BSU_40560","subtiwiki","224308.NA/224308.BSU40560","RNA switch","txid224308" +"NA","BSU_16630","NA","InfB","E9866855F0156859C45E98F3B385FE1263BB7EBC","infB","NA","InfB","subtiwiki","224308.NA/224308.BSU16630","negative regulation","txid224308" +"NA","BSU_16640","NA","BSU_16640","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylxP","NA","BSU_16640","subtiwiki","224308.NA/224308.BSU16640","negative regulation","txid224308" +"NA","BSU_16610","NA","BSU_16610","E9866855F0156859C45E98F3B385FE1263BB7EBC","rnpM","NA","BSU_16610","subtiwiki","224308.NA/224308.BSU16610","negative regulation","txid224308" +"NA","BSU_16600","NA","NusA","E9866855F0156859C45E98F3B385FE1263BB7EBC","nusA","NA","NusA","subtiwiki","224308.NA/224308.BSU16600","negative regulation","txid224308" +"NA","BSU_16620","NA","RplGA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rplGA","NA","RplGA","subtiwiki","224308.NA/224308.BSU16620","negative regulation","txid224308" +"NA","BSU_16590","NA","YlxS","E9866855F0156859C45E98F3B385FE1263BB7EBC","ylxS","NA","YlxS","subtiwiki","224308.NA/224308.BSU16590","negative regulation","txid224308" +"NA","BSU_28090","NA","BSU_28090","E9866855F0156859C45E98F3B385FE1263BB7EBC","valS","NA","BSU_28090","subtiwiki","224308.NA/224308.BSU28090","RNA switch","txid224308" +"NA","BSU_16650","NA","RbfA","E9866855F0156859C45E98F3B385FE1263BB7EBC","rbfA","NA","RbfA","subtiwiki","224308.NA/224308.BSU16650","negative regulation","txid224308" +"NA","BSU_28080","NA","BSU_28080","E9866855F0156859C45E98F3B385FE1263BB7EBC","folC","NA","BSU_28080","subtiwiki","224308.NA/224308.BSU28080","RNA switch","txid224308" +"NA","BSU_00960","NA","YacO","E9866855F0156859C45E98F3B385FE1263BB7EBC","yacO","NA","YacO","subtiwiki","224308.NA/224308.BSU00960","RNA switch","txid224308" +"NA","BSU_00940","NA","CysS","E9866855F0156859C45E98F3B385FE1263BB7EBC","cysS","NA","CysS","subtiwiki","224308.NA/224308.BSU00940","RNA switch","txid224308" +"NA","BSU_00930","NA","CysE","E9866855F0156859C45E98F3B385FE1263BB7EBC","cysE","NA","CysE","subtiwiki","224308.NA/224308.BSU00930","RNA switch","txid224308" +"BSU_10560","BSU_10520","BSU_10560","BSU_10520","ntdR","glcP","BSU_10560","BSU_10520","subtiwiki","224308.BSU10560/224308.BSU10520","activation","txid224308" +"BSU_10560","BSU_10540","BSU_10560","BSU_10540","ntdR","ntdB","BSU_10560","BSU_10540","subtiwiki","224308.BSU10560/224308.BSU10540","activation","txid224308" +"BSU_10560","BSU_10550","BSU_10560","NtdA","ntdR","ntdA","BSU_10560","NtdA","subtiwiki","224308.BSU10560/224308.BSU10550","activation","txid224308" +"BSU_10560","BSU_10530","BSU_10560","BSU_10530","ntdR","ntdC","BSU_10560","BSU_10530","subtiwiki","224308.BSU10560/224308.BSU10530","activation","txid224308" +"BSU_09270","BSU_02140","BSU_09270","BSU_02140","glpP","glpT","BSU_09270","BSU_02140","subtiwiki","224308.BSU09270/224308.BSU02140","antitermination","txid224308" +"BSU_09270","BSU_02130","BSU_09270","GlpQA","glpP","glpQ","BSU_09270","GlpQA","subtiwiki","224308.BSU09270/224308.BSU02130","antitermination","txid224308" +"BSU_09270","BSU_09300","BSU_09270","GlpD","glpP","glpD","BSU_09270","GlpD","subtiwiki","224308.BSU09270/224308.BSU09300","antitermination","txid224308" +"BSU_09270","BSU_09280","BSU_09270","BSU_09280","glpP","glpF","BSU_09270","BSU_09280","subtiwiki","224308.BSU09270/224308.BSU09280","antitermination","txid224308" +"BSU_09270","BSU_09290","BSU_09270","GlpK","glpP","glpK","BSU_09270","GlpK","subtiwiki","224308.BSU09270/224308.BSU09290","antitermination","txid224308" +"BSU_12370","BSU_12300","BSU_12370","BSU_12300","exuR","uxaC","BSU_12370","BSU_12300","subtiwiki","224308.BSU12370/224308.BSU12300","repression","txid224308" +"BSU_12370","BSU_12310","BSU_12370","ExuM","exuR","yjmB","BSU_12370","ExuM","subtiwiki","224308.BSU12370/224308.BSU12310","repression","txid224308" +"BSU_12370","BSU_12330","BSU_12370","BSU_12330","exuR","yjmD","BSU_12370","BSU_12330","subtiwiki","224308.BSU12370/224308.BSU12330","repression","txid224308" +"BSU_12370","BSU_12360","BSU_12370","BSU_12360","exuR","exuT","BSU_12370","BSU_12360","subtiwiki","224308.BSU12370/224308.BSU12360","repression","txid224308" +"BSU_12370","BSU_12380","BSU_12370","BSU_12380","exuR","uxaB","BSU_12370","BSU_12380","subtiwiki","224308.BSU12370/224308.BSU12380","repression","txid224308" +"BSU_12370","BSU_12350","BSU_12370","BSU_12350","exuR","yjmF","BSU_12370","BSU_12350","subtiwiki","224308.BSU12370/224308.BSU12350","repression","txid224308" +"BSU_12370","BSU_12390","BSU_12370","BSU_12390","exuR","uxaA","BSU_12370","BSU_12390","subtiwiki","224308.BSU12370/224308.BSU12390","repression","txid224308" +"BSU_12370","BSU_12340","BSU_12370","BSU_12340","exuR","uxuA","BSU_12370","BSU_12340","subtiwiki","224308.BSU12370/224308.BSU12340","repression","txid224308" +"BSU_12370","BSU_12370","BSU_12370","BSU_12370","exuR","exuR","BSU_12370","BSU_12370","subtiwiki","224308.BSU12370/224308.BSU12370","repression","txid224308" +"BSU_12370","BSU_12320","BSU_12370","BSU_12320","exuR","yjmC","BSU_12370","BSU_12320","subtiwiki","224308.BSU12370/224308.BSU12320","repression","txid224308" +"BSU_34180","BSU_31080","BSU_34180","BslA","lutR","bslA","BSU_34180","BslA","subtiwiki","224308.BSU34180/224308.BSU31080","activation","txid224308" +"BSU_34180","BSU_34190","BSU_34180","BSU_34190","lutR","lutP","BSU_34180","BSU_34190","subtiwiki","224308.BSU34180/224308.BSU34190","repression","txid224308" +"BSU_34180","BSU_24640","BSU_34180","TapA","lutR","tapA","BSU_34180","TapA","subtiwiki","224308.BSU34180/224308.BSU24640","activation","txid224308" +"BSU_34180","BSU_24620","BSU_34180","TasA","lutR","tasA","BSU_34180","TasA","subtiwiki","224308.BSU34180/224308.BSU24620","activation","txid224308" +"BSU_34180","BSU_24630","BSU_34180","SipW","lutR","sipW","BSU_34180","SipW","subtiwiki","224308.BSU34180/224308.BSU24630","activation","txid224308" +"BSU_34180","BSU_34040","BSU_34180","LutB","lutR","lutB","BSU_34180","LutB","subtiwiki","224308.BSU34180/224308.BSU34040","repression","txid224308" +"BSU_34180","BSU_34050","BSU_34180","LutA","lutR","lutA","BSU_34180","LutA","subtiwiki","224308.BSU34180/224308.BSU34050","repression","txid224308" +"BSU_34180","BSU_34030","BSU_34180","LutC","lutR","lutC","BSU_34180","LutC","subtiwiki","224308.BSU34180/224308.BSU34030","repression","txid224308" +"BSU_09700","new_1045199_1045317","BSU_09700","new_1045199_1045317","bmrB","bmrX","BSU_09700","new_1045199_1045317","subtiwiki","224308.BSU09700/224308.new10451991045317","attenuation","txid224308" +"BSU_09700","BSU_09710","BSU_09700","YheI","bmrB","bmrC","BSU_09700","BmrC","subtiwiki","224308.BSU09700/224308.BSU09710","attenuation","txid224308" +"BSU_09700","BSU_09700","BSU_09700","BSU_09700","bmrB","bmrB","BSU_09700","BSU_09700","subtiwiki","224308.BSU09700/224308.BSU09700","attenuation","txid224308" +"BSU_09700","BSU_09720","BSU_09700","YheH","bmrB","bmrD","BSU_09700","BmrD","subtiwiki","224308.BSU09700/224308.BSU09720","attenuation","txid224308" +"BSU_28550","BSU_32840","BSU_28550","FadN","fadR","fadN","BSU_28550","FadN","subtiwiki","224308.BSU28550/224308.BSU32840","repression","txid224308" +"BSU_28550","BSU_32820","BSU_28550","BSU_32820","fadR","fadE","BSU_28550","BSU_32820","subtiwiki","224308.BSU28550/224308.BSU32820","repression","txid224308" +"BSU_28550","BSU_32830","BSU_28550","FadA","fadR","fadA","BSU_28550","FadA","subtiwiki","224308.BSU28550/224308.BSU32830","repression","txid224308" +"BSU_28550","BSU_28520","BSU_28550","EtfA","fadR","etfA","BSU_28550","EtfA","subtiwiki","224308.BSU28550/224308.BSU28520","repression","txid224308" +"BSU_28550","BSU_28530","BSU_28550","EtfB","fadR","etfB","BSU_28550","EtfB","subtiwiki","224308.BSU28550/224308.BSU28530","repression","txid224308" +"BSU_28550","BSU_28560","BSU_28550","LcfA","fadR","lcfA","BSU_28550","LcfA","subtiwiki","224308.BSU28550/224308.BSU28560","repression","txid224308" +"BSU_28550","BSU_28540","BSU_28550","BSU_28540","fadR","fadB","BSU_28550","BSU_28540","subtiwiki","224308.BSU28550/224308.BSU28540","repression","txid224308" +"BSU_28550","BSU_14071","BSU_28550","BSU_14071","fadR","fadG","BSU_28550","BSU_14071","subtiwiki","224308.BSU28550/224308.BSU14071","repression","txid224308" +"BSU_28550","BSU_14060","BSU_28550","BSU_14060","fadR","fadH","BSU_28550","BSU_14060","subtiwiki","224308.BSU28550/224308.BSU14060","repression","txid224308" +"BSU_28550","BSU_14072","BSU_28550","BSU_14072","fadR","ykzU","BSU_28550","BSU_14072","subtiwiki","224308.BSU28550/224308.BSU14072","repression","txid224308" +"BSU_28550","BSU_10270","BSU_28550","LcfB","fadR","lcfB","BSU_28550","LcfB","subtiwiki","224308.BSU28550/224308.BSU10270","repression","txid224308" +"BSU_28550","BSU_32850","BSU_28550","PutM","fadR","fadM","BSU_28550","PutM","subtiwiki","224308.BSU28550/224308.BSU32850","repression","txid224308" +"BSU_28550","BSU_37170","BSU_28550","BSU_37170","fadR","acdA","BSU_28550","BSU_37170","subtiwiki","224308.BSU28550/224308.BSU37170","repression","txid224308" +"BSU_28550","BSU_37160","BSU_28550","RpoE","fadR","rpoE","BSU_28550","RpoE","subtiwiki","224308.BSU28550/224308.BSU37160","repression","txid224308" +"BSU_28550","BSU_37180","BSU_28550","FadF","fadR","fadF","BSU_28550","FadF","subtiwiki","224308.BSU28550/224308.BSU37180","repression","txid224308" +"BSU_28550","BSU_28550","BSU_28550","BSU_28550","fadR","fadR","BSU_28550","BSU_28550","subtiwiki","224308.BSU28550/224308.BSU28550","repression","txid224308" +"BSU_misc_RNA_11","BSU_30990","BSU_misc_RNA_11","ThiT","Thi-box","thiT","BSU_misc_RNA_11","ThiT","subtiwiki","224308.BSUmiscRNA11/224308.BSU30990","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_15350","BSU_misc_RNA_11","YlmB","Thi-box","ylmB","BSU_misc_RNA_11","YlmB","subtiwiki","224308.BSUmiscRNA11/224308.BSU15350","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_08790","BSU_misc_RNA_11","ThiC","Thi-box","thiC","BSU_misc_RNA_11","ThiC","subtiwiki","224308.BSUmiscRNA11/224308.BSU08790","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11680","BSU_misc_RNA_11","ThiS","Thi-box","thiS","BSU_misc_RNA_11","ThiS","subtiwiki","224308.BSUmiscRNA11/224308.BSU11680","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11690","BSU_misc_RNA_11","ThiG","Thi-box","thiG","BSU_misc_RNA_11","ThiG","subtiwiki","224308.BSUmiscRNA11/224308.BSU11690","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_13210","BSU_misc_RNA_11","ThiX","Thi-box","thiX","BSU_misc_RNA_11","ThiX","subtiwiki","224308.BSUmiscRNA11/224308.BSU13210","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11700","BSU_misc_RNA_11","ThiF","Thi-box","thiF","BSU_misc_RNA_11","ThiF","subtiwiki","224308.BSUmiscRNA11/224308.BSU11700","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11650","BSU_misc_RNA_11","TenA","Thi-box","tenA","BSU_misc_RNA_11","TenA","subtiwiki","224308.BSUmiscRNA11/224308.BSU11650","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_13240","BSU_misc_RNA_11","ThiU","Thi-box","thiU","BSU_misc_RNA_11","ThiU","subtiwiki","224308.BSUmiscRNA11/224308.BSU13240","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11710","BSU_misc_RNA_11","BSU_11710","Thi-box","thiD","BSU_misc_RNA_11","BSU_11710","subtiwiki","224308.BSUmiscRNA11/224308.BSU11710","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_13220","BSU_misc_RNA_11","ThiW","Thi-box","thiW","BSU_misc_RNA_11","ThiW","subtiwiki","224308.BSUmiscRNA11/224308.BSU13220","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_13230","BSU_misc_RNA_11","ThiV","Thi-box","thiV","BSU_misc_RNA_11","ThiV","subtiwiki","224308.BSUmiscRNA11/224308.BSU13230","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11660","BSU_misc_RNA_11","BSU_11660","Thi-box","tenI","BSU_misc_RNA_11","BSU_11660","subtiwiki","224308.BSUmiscRNA11/224308.BSU11660","RNA switch","txid224308" +"BSU_misc_RNA_11","BSU_11670","BSU_misc_RNA_11","ThiO","Thi-box","thiO","BSU_misc_RNA_11","ThiO","subtiwiki","224308.BSUmiscRNA11/224308.BSU11670","RNA switch","txid224308" +"BSU_16610","BSU_29450","BSU_16610","ArgG","rnpM","argG","BSU_16610","ArgG","subtiwiki","224308.BSU16610/224308.BSU29450","unknown","txid224308" +"BSU_16610","BSU_13130","BSU_16610","BSU_13130","rnpM","proA","BSU_16610","BSU_13130","subtiwiki","224308.BSU16610/224308.BSU13130","unknown","txid224308" +"BSU_16610","BSU_11200","BSU_16610","ArgJ","rnpM","argJ","BSU_16610","ArgJ","subtiwiki","224308.BSU16610/224308.BSU11200","unknown","txid224308" +"BSU_16610","BSU_32600","BSU_16610","FrlO","rnpM","frlO","BSU_16610","FrlO","subtiwiki","224308.BSU16610/224308.BSU32600","unknown","txid224308" +"BSU_16610","BSU_32570","BSU_16610","FrlD","rnpM","frlD","BSU_16610","FrlD","subtiwiki","224308.BSU16610/224308.BSU32570","unknown","txid224308" +"BSU_16610","BSU_13120","BSU_16610","ProB","rnpM","proB","BSU_16610","ProB","subtiwiki","224308.BSU16610/224308.BSU13120","unknown","txid224308" +"BSU_16610","BSU_11190","BSU_16610","ArgC","rnpM","argC","BSU_16610","ArgC","subtiwiki","224308.BSU16610/224308.BSU11190","unknown","txid224308" +"BSU_16610","BSU_34930","BSU_16610","HisZ","rnpM","hisZ","BSU_16610","HisZ","subtiwiki","224308.BSU16610/224308.BSU34930","unknown","txid224308" +"BSU_16610","BSU_32580","BSU_16610","FrlM","rnpM","frlM","BSU_16610","FrlM","subtiwiki","224308.BSU16610/224308.BSU32580","unknown","txid224308" +"BSU_16610","BSU_08880","BSU_16610","RpsNB","rnpM","rpsNB","BSU_16610","RpsNB","subtiwiki","224308.BSU16610/224308.BSU08880","unknown","txid224308" +"BSU_16610","BSU_34900","BSU_16610","HisB","rnpM","hisB","BSU_16610","HisB","subtiwiki","224308.BSU16610/224308.BSU34900","unknown","txid224308" +"BSU_16610","BSU_19639","BSU_16610","BSU_19639","rnpM","yoyE","BSU_16610","BSU_19639","subtiwiki","224308.BSU16610/224308.BSU19639","unknown","txid224308" +"BSU_16610","BSU_33800","BSU_16610","OpuCD","rnpM","opuCD","BSU_16610","OpuCD","subtiwiki","224308.BSU16610/224308.BSU33800","unknown","txid224308" +"BSU_16610","BSU_34920","BSU_16610","HisG","rnpM","hisG","BSU_16610","HisG","subtiwiki","224308.BSU16610/224308.BSU34920","unknown","txid224308" +"BSU_16610","BSU_33820","BSU_16610","OpuCB","rnpM","opuCB","BSU_16610","OpuCB","subtiwiki","224308.BSU16610/224308.BSU33820","unknown","txid224308" +"BSU_16610","BSU_23970","BSU_16610","ArtQ","rnpM","artQ","BSU_16610","ArtQ","subtiwiki","224308.BSU16610/224308.BSU23970","unknown","txid224308" +"BSU_16610","BSU_32590","BSU_16610","FrlN","rnpM","frlN","BSU_16610","FrlN","subtiwiki","224308.BSU16610/224308.BSU32590","unknown","txid224308" +"BSU_16610","BSU_32610","BSU_16610","BSU_32610","rnpM","frlB","BSU_16610","BSU_32610","subtiwiki","224308.BSU16610/224308.BSU32610","unknown","txid224308" +"BSU_16610","BSU_11230","BSU_16610","CarA","rnpM","carA","BSU_16610","CarA","subtiwiki","224308.BSU16610/224308.BSU11230","unknown","txid224308" +"BSU_16610","BSU_32550","BSU_16610","YurJ","rnpM","frlP","BSU_16610","FrlP","subtiwiki","224308.BSU16610/224308.BSU32550","unknown","txid224308" +"BSU_16610","BSU_34870","BSU_16610","HisF","rnpM","hisF","BSU_16610","HisF","subtiwiki","224308.BSU16610/224308.BSU34870","unknown","txid224308" +"BSU_16610","BSU_23980","BSU_16610","ArtP","rnpM","artP","BSU_16610","ArtP","subtiwiki","224308.BSU16610/224308.BSU23980","unknown","txid224308" +"BSU_16610","BSU_34860","BSU_16610","BSU_34860","rnpM","hisI","BSU_16610","BSU_34860","subtiwiki","224308.BSU16610/224308.BSU34860","unknown","txid224308" +"BSU_16610","BSU_11220","BSU_16610","ArgD","rnpM","argD","BSU_16610","ArgD","subtiwiki","224308.BSU16610/224308.BSU11220","unknown","txid224308" +"BSU_16610","BSU_34890","BSU_16610","HisH","rnpM","hisH","BSU_16610","HisH","subtiwiki","224308.BSU16610/224308.BSU34890","unknown","txid224308" +"BSU_16610","BSU_34880","BSU_16610","BSU_34880","rnpM","hisA","BSU_16610","BSU_34880","subtiwiki","224308.BSU16610/224308.BSU34880","unknown","txid224308" +"BSU_16610","BSU_11240","BSU_16610","CarB","rnpM","carB","BSU_16610","CarB","subtiwiki","224308.BSU16610/224308.BSU11240","unknown","txid224308" +"BSU_16610","BSU_10230","BSU_16610","BSU_10230","rnpM","yhfH","BSU_16610","BSU_10230","subtiwiki","224308.BSU16610/224308.BSU10230","unknown","txid224308" +"BSU_16610","BSU_34910","BSU_16610","BSU_34910","rnpM","hisD","BSU_16610","BSU_34910","subtiwiki","224308.BSU16610/224308.BSU34910","unknown","txid224308" +"BSU_16610","BSU_31590","BSU_16610","BSU_31590","rnpM","yufS","BSU_16610","BSU_31590","subtiwiki","224308.BSU16610/224308.BSU31590","unknown","txid224308" +"BSU_16610","BSU_11250","BSU_16610","ArgF","rnpM","argF","BSU_16610","ArgF","subtiwiki","224308.BSU16610/224308.BSU11250","unknown","txid224308" +"BSU_16610","BSU_23960","BSU_16610","ArtR","rnpM","artR","BSU_16610","ArtR","subtiwiki","224308.BSU16610/224308.BSU23960","unknown","txid224308" +"BSU_16610","BSU_33810","BSU_16610","OpuCC","rnpM","opuCC","BSU_16610","OpuCC","subtiwiki","224308.BSU16610/224308.BSU33810","unknown","txid224308" +"BSU_16610","BSU_33830","BSU_16610","OpuCA","rnpM","opuCA","BSU_16610","OpuCA","subtiwiki","224308.BSU16610/224308.BSU33830","unknown","txid224308" +"BSU_16610","BSU_29440","BSU_16610","ArgH","rnpM","argH","BSU_16610","ArgH","subtiwiki","224308.BSU16610/224308.BSU29440","unknown","txid224308" +"BSU_16610","BSU_11210","BSU_16610","BSU_11210","rnpM","argB","BSU_16610","BSU_11210","subtiwiki","224308.BSU16610/224308.BSU11210","unknown","txid224308" +"BSU_30460","BSU_36500","BSU_30460","BSU_36500","ytrA","ywoB","BSU_30460","BSU_36500","subtiwiki","224308.BSU30460/224308.BSU36500","repression","txid224308" +"BSU_30460","BSU_36480","BSU_30460","BSU_36480","ytrA","ywoD","BSU_30460","BSU_36480","subtiwiki","224308.BSU30460/224308.BSU36480","repression","txid224308" +"BSU_30460","BSU_36490","BSU_30460","BSU_36490","ytrA","ywoC","BSU_30460","BSU_36490","subtiwiki","224308.BSU30460/224308.BSU36490","repression","txid224308" +"BSU_30460","BSU_30440","BSU_30460","YtrC","ytrA","ytrC","BSU_30460","YtrC","subtiwiki","224308.BSU30460/224308.BSU30440","repression","txid224308" +"BSU_30460","BSU_30420","BSU_30460","YtrE","ytrA","ytrE","BSU_30460","YtrE","subtiwiki","224308.BSU30460/224308.BSU30420","repression","txid224308" +"BSU_30460","BSU_30460","BSU_30460","BSU_30460","ytrA","ytrA","BSU_30460","BSU_30460","subtiwiki","224308.BSU30460/224308.BSU30460","repression","txid224308" +"BSU_30460","BSU_30430","BSU_30460","YtrD","ytrA","ytrD","BSU_30460","YtrD","subtiwiki","224308.BSU30460/224308.BSU30430","repression","txid224308" +"BSU_30460","BSU_CDS_3119273","BSU_30460","BSU_CDS_3119273","ytrA","ytrG","BSU_30460","BSU_CDS_3119273","subtiwiki","224308.BSU30460/224308.BSUCDS3119273","repression","txid224308" +"BSU_30460","BSU_30410","BSU_30460","YtrF","ytrA","ytrF","BSU_30460","YtrF","subtiwiki","224308.BSU30460/224308.BSU30410","repression","txid224308" +"BSU_30460","BSU_30450","BSU_30460","YtrB","ytrA","ytrB","BSU_30460","YtrB","subtiwiki","224308.BSU30460/224308.BSU30450","repression","txid224308" +"BSU_38450","BSU_38450","BSU_38450","BSU_38450","dtrR","dtrR","BSU_38450","BSU_38450","subtiwiki","224308.BSU38450/224308.BSU38450","repression","txid224308" +"BSU_38450","BSU_38460","BSU_38450","TyrZ","dtrR","tyrZ","BSU_38450","TyrZ","subtiwiki","224308.BSU38450/224308.BSU38460","repression","txid224308" +"BSU_32420","BSU_32530","BSU_32420","BSU_32530","pucR","pucF","BSU_32420","BSU_32530","subtiwiki","224308.BSU32420/224308.BSU32530","activation","txid224308" +"BSU_32420","BSU_32520","BSU_32420","BSU_32520","pucR","pucG","BSU_32420","BSU_32520","subtiwiki","224308.BSU32420/224308.BSU32520","activation","txid224308" +"BSU_32420","BSU_32410","BSU_32420","PucH","pucR","pucH","BSU_32420","PucH","subtiwiki","224308.BSU32420/224308.BSU32410","activation","txid224308" +"BSU_32420","BSU_36470","BSU_32420","BSU_36470","pucR","pucI","BSU_32420","BSU_36470","subtiwiki","224308.BSU32420/224308.BSU36470","activation","txid224308" +"BSU_32420","BSU_36650","BSU_32420","UreB","pucR","ureB","BSU_32420","UreB","subtiwiki","224308.BSU32420/224308.BSU36650","activation","txid224308" +"BSU_32420","BSU_36660","BSU_32420","UreA","pucR","ureA","BSU_32420","UreA","subtiwiki","224308.BSU32420/224308.BSU36660","activation","txid224308" +"BSU_32420","BSU_36640","BSU_32420","UreC","pucR","ureC","BSU_32420","UreC","subtiwiki","224308.BSU32420/224308.BSU36640","activation","txid224308" +"BSU_32420","BSU_32420","BSU_32420","BSU_32420","pucR","pucR","BSU_32420","BSU_32420","subtiwiki","224308.BSU32420/224308.BSU32420","auto-repression","txid224308" +"BSU_32420","BSU_32450","BSU_32420","BSU_32450","pucR","pucL","BSU_32420","BSU_32450","subtiwiki","224308.BSU32420/224308.BSU32450","auto-repression","txid224308" +"BSU_32420","BSU_32440","BSU_32420","BSU_32440","pucR","pucK","BSU_32420","BSU_32440","subtiwiki","224308.BSU32420/224308.BSU32440","auto-repression","txid224308" +"BSU_32420","BSU_32430","BSU_32420","BSU_32430","pucR","pucJ","BSU_32420","BSU_32430","subtiwiki","224308.BSU32420/224308.BSU32430","auto-repression","txid224308" +"BSU_32420","BSU_32460","BSU_32420","BSU_32460","pucR","pucM","BSU_32420","BSU_32460","subtiwiki","224308.BSU32420/224308.BSU32460","auto-repression","txid224308" +"BSU_32420","BSU_13170","BSU_32420","BSU_13170","pucR","guaD","BSU_32420","BSU_13170","subtiwiki","224308.BSU32420/224308.BSU13170","activation","txid224308" +"BSU_32420","BSU_32470","BSU_32420","PucE","pucR","pucE","BSU_32420","PucE","subtiwiki","224308.BSU32420/224308.BSU32470","activation","txid224308" +"BSU_32420","BSU_32500","BSU_32420","PucB","pucR","pucB","BSU_32420","PucB","subtiwiki","224308.BSU32420/224308.BSU32500","activation","txid224308" +"BSU_32420","BSU_32490","BSU_32420","PucC","pucR","pucC","BSU_32420","PucC","subtiwiki","224308.BSU32420/224308.BSU32490","activation","txid224308" +"BSU_32420","BSU_32510","BSU_32420","PucA","pucR","pucA","BSU_32420","PucA","subtiwiki","224308.BSU32420/224308.BSU32510","activation","txid224308" +"BSU_32420","BSU_32480","BSU_32420","PucD","pucR","pucD","BSU_32420","PucD","subtiwiki","224308.BSU32420/224308.BSU32480","activation","txid224308" +"BSU_14020","BSU_13360","BSU_14020","BSU_13360","kre","ykoP","BSU_14020","BSU_13360","subtiwiki","224308.BSU14020/224308.BSU13360","repression","txid224308" +"BSU_14020","new_1399409_1400187","BSU_14020","new_1399409_1400187","kre","S477","BSU_14020","new_1399409_1400187","subtiwiki","224308.BSU14020/224308.new13994091400187","repression","txid224308" +"BSU_14020","BSU_31970","BSU_14020","DhbB","kre","dhbB","BSU_14020","DhbB","subtiwiki","224308.BSU14020/224308.BSU31970","repression","txid224308" +"BSU_14020","BSU_31980","BSU_14020","DhbE","kre","dhbE","BSU_14020","DhbE","subtiwiki","224308.BSU14020/224308.BSU31980","repression","txid224308" +"BSU_14020","BSU_31990","BSU_14020","DhbC","kre","dhbC","BSU_14020","DhbC","subtiwiki","224308.BSU14020/224308.BSU31990","repression","txid224308" +"BSU_14020","BSU_31959","BSU_14020","BSU_31959","kre","ybdZ","BSU_14020","BSU_31959","subtiwiki","224308.BSU14020/224308.BSU31959","repression","txid224308" +"BSU_14020","BSU_31960","BSU_14020","DhbF","kre","dhbF","BSU_14020","DhbF","subtiwiki","224308.BSU14020/224308.BSU31960","repression","txid224308" +"BSU_14020","BSU_32000","BSU_14020","DhbA","kre","dhbA","BSU_14020","DhbA","subtiwiki","224308.BSU14020/224308.BSU32000","repression","txid224308" +"BSU_14020","BSU_28910","BSU_14020","PftA","kre","pftA","BSU_14020","PftA","subtiwiki","224308.BSU14020/224308.BSU28910","repression","txid224308" +"BSU_14020","BSU_28900","BSU_14020","PftB","kre","pftB","BSU_14020","PftB","subtiwiki","224308.BSU14020/224308.BSU28900","repression","txid224308" +"BSU_14020","BSU_14170","BSU_14020","YkuP","kre","ykuP","BSU_14020","YkuP","subtiwiki","224308.BSU14020/224308.BSU14170","repression","txid224308" +"BSU_14020","BSU_14150","BSU_14020","YkuN","kre","ykuN","BSU_14020","YkuN","subtiwiki","224308.BSU14020/224308.BSU14150","repression","txid224308" +"BSU_14020","BSU_14160","BSU_14020","BSU_14160","kre","ykuO","BSU_14020","BSU_14160","subtiwiki","224308.BSU14020/224308.BSU14160","repression","txid224308" +"BSU_32870","BSU_32880","BSU_32870","BSU_32880","mdtR","mdtP","BSU_32870","BSU_32880","subtiwiki","224308.BSU32870/224308.BSU32880","repression","txid224308" +"BSU_32870","BSU_32870","BSU_32870","BSU_32870","mdtR","mdtR","BSU_32870","BSU_32870","subtiwiki","224308.BSU32870/224308.BSU32870","repression","txid224308" +"BSU_08810","BSU_09990","BSU_08810","ScoC","senS","scoC","BSU_08810","ScoC","subtiwiki","224308.BSU08810/224308.BSU09990","activation","txid224308" +"BSU_40050","BSU_40070","BSU_40050","BSU_40070","gntR","gntP","BSU_40050","BSU_40070","subtiwiki","224308.BSU40050/224308.BSU40070","repression","txid224308" +"BSU_40050","BSU_40060","BSU_40050","BSU_40060","gntR","gntK","BSU_40050","BSU_40060","subtiwiki","224308.BSU40050/224308.BSU40060","repression","txid224308" +"BSU_40050","BSU_40080","BSU_40050","GntZ","gntR","gntZ","BSU_40050","GntZ","subtiwiki","224308.BSU40050/224308.BSU40080","repression","txid224308" +"BSU_40050","BSU_40050","BSU_40050","BSU_40050","gntR","gntR","BSU_40050","BSU_40050","subtiwiki","224308.BSU40050/224308.BSU40050","repression","txid224308" +"BSU_13670","BSU_19570","BSU_13670","BSU_19570","mhqR","mhqE","BSU_13670","BSU_19570","subtiwiki","224308.BSU13670/224308.BSU19570","repression","txid224308" +"BSU_13670","BSU_19560","BSU_13670","BSU_19560","mhqR","mhqD","BSU_13670","BSU_19560","subtiwiki","224308.BSU13670/224308.BSU19560","repression","txid224308" +"BSU_13670","BSU_12870","BSU_13670","BSU_12870","mhqR","mhqA","BSU_13670","BSU_12870","subtiwiki","224308.BSU13670/224308.BSU12870","repression","txid224308" +"BSU_13670","BSU_05480","BSU_13670","BSU_05480","mhqR","mhqN","BSU_13670","BSU_05480","subtiwiki","224308.BSU13670/224308.BSU05480","repression","txid224308" +"BSU_13670","BSU_33540","BSU_13670","BSU_33540","mhqR","azoR2","BSU_13670","BSU_33540","subtiwiki","224308.BSU13670/224308.BSU33540","repression","txid224308" +"BSU_13670","BSU_05490","BSU_13670","BSU_05490","mhqR","mhqO","BSU_13670","BSU_05490","subtiwiki","224308.BSU13670/224308.BSU05490","repression","txid224308" +"BSU_13670","BSU_05500","BSU_13670","BSU_05500","mhqR","mhqP","BSU_13670","BSU_05500","subtiwiki","224308.BSU13670/224308.BSU05500","repression","txid224308" +"BSU_40540","BSU_07830","BSU_40540","BSU_07830","hypR","hypO","BSU_40540","BSU_07830","subtiwiki","224308.BSU40540/224308.BSU07830","activation","txid224308" +"BSU_40540","BSU_40540","BSU_40540","BSU_40540","hypR","hypR","BSU_40540","BSU_40540","subtiwiki","224308.BSU40540/224308.BSU40540","activation","txid224308" +"BSU_36110","BSU_36110","BSU_36110","BSU_36110","chrS","chrS","BSU_36110","BSU_36110","subtiwiki","224308.BSU36110/224308.BSU36110","repression","txid224308" +"BSU_36110","BSU_36120","BSU_36110","YwrB","chrS","ywrB","BSU_36110","YwrB","subtiwiki","224308.BSU36110/224308.BSU36120","repression","txid224308" +"BSU_36110","BSU_36130","BSU_36110","YwrA","chrS","ywrA","BSU_36110","YwrA","subtiwiki","224308.BSU36110/224308.BSU36130","repression","txid224308" +"BSU_27890","BSU_27880","BSU_27890","NifS","nadR","nifS","BSU_27890","NifS","subtiwiki","224308.BSU27890/224308.BSU27880","repression","txid224308" +"BSU_27890","BSU_27890","BSU_27890","BSU_27890","nadR","nadR","BSU_27890","BSU_27890","subtiwiki","224308.BSU27890/224308.BSU27890","repression","txid224308" +"BSU_27890","BSU_02950","BSU_27890","BSU_02950","nadR","niaP","BSU_27890","BSU_02950","subtiwiki","224308.BSU27890/224308.BSU02950","repression","txid224308" +"BSU_27890","BSU_27850","BSU_27890","NadA","nadR","nadA","BSU_27890","NadA","subtiwiki","224308.BSU27890/224308.BSU27850","repression","txid224308" +"BSU_27890","BSU_27870","BSU_27890","BSU_27870","nadR","nadB","BSU_27890","BSU_27870","subtiwiki","224308.BSU27890/224308.BSU27870","repression","txid224308" +"BSU_27890","BSU_27860","BSU_27890","BSU_27860","nadR","nadC","BSU_27890","BSU_27860","subtiwiki","224308.BSU27890/224308.BSU27860","repression","txid224308" +"BSU_37310","BSU_37320","BSU_37310","NarK","fnr","narK","BSU_37310","NarK","subtiwiki","224308.BSU37310/224308.BSU37320","activation","txid224308" +"BSU_37310","BSU_37290","BSU_37310","BSU_37290","fnr","arfM","BSU_37310","BSU_37290","subtiwiki","224308.BSU37310/224308.BSU37290","activation","txid224308" +"BSU_37310","BSU_37270","BSU_37310","NarH","fnr","narH","BSU_37310","NarH","subtiwiki","224308.BSU37310/224308.BSU37270","activation","txid224308" +"BSU_37310","BSU_37250","BSU_37310","NarI","fnr","narI","BSU_37310","NarI","subtiwiki","224308.BSU37310/224308.BSU37250","activation","txid224308" +"BSU_37310","BSU_37280","BSU_37310","NarG","fnr","narG","BSU_37310","NarG","subtiwiki","224308.BSU37310/224308.BSU37280","activation","txid224308" +"BSU_37310","BSU_37260","BSU_37310","BSU_37260","fnr","narJ","BSU_37310","BSU_37260","subtiwiki","224308.BSU37310/224308.BSU37260","activation","txid224308" +"BSU_37310","BSU_37310","BSU_37310","BSU_37310","fnr","fnr","BSU_37310","BSU_37310","subtiwiki","224308.BSU37310/224308.BSU37310","activation","txid224308" +"BSU_37310","BSU_08080","BSU_37310","AcoC","fnr","acoC","BSU_37310","AcoC","subtiwiki","224308.BSU37310/224308.BSU08080","indirect positive regulation","txid224308" +"BSU_37310","BSU_08090","BSU_37310","AcoL","fnr","acoL","BSU_37310","AcoL","subtiwiki","224308.BSU37310/224308.BSU08090","indirect positive regulation","txid224308" +"BSU_37310","BSU_08060","BSU_37310","AcoA","fnr","acoA","BSU_37310","AcoA","subtiwiki","224308.BSU37310/224308.BSU08060","indirect positive regulation","txid224308" +"BSU_37310","BSU_08070","BSU_37310","AcoB","fnr","acoB","BSU_37310","AcoB","subtiwiki","224308.BSU37310/224308.BSU08070","indirect positive regulation","txid224308" +"BSU_02370","BSU_02370","BSU_02370","BSU_02370","gamR","gamR","BSU_02370","BSU_02370","subtiwiki","224308.BSU02370/224308.BSU02370","repression","txid224308" +"BSU_02370","BSU_02380","BSU_02370","BSU_02380","gamR","ybgB","BSU_02370","BSU_02380","subtiwiki","224308.BSU02370/224308.BSU02380","repression","txid224308" +"BSU_02370","BSU_02350","BSU_02370","GamP","gamR","gamP","BSU_02370","GamP","subtiwiki","224308.BSU02370/224308.BSU02350","repression","txid224308" +"BSU_02370","BSU_02360","BSU_02370","NagBB","gamR","gamA","BSU_02370","NagBB","subtiwiki","224308.BSU02370/224308.BSU02360","repression","txid224308" +"BSU_08730","BSU_28170","BSU_08730","BSU_28170","perR","hemA","BSU_08730","BSU_28170","subtiwiki","224308.BSU08730/224308.BSU28170","repression","txid224308" +"BSU_08730","BSU_28150","BSU_08730","HemC","perR","hemC","BSU_08730","HemC","subtiwiki","224308.BSU08730/224308.BSU28150","repression","txid224308" +"BSU_08730","BSU_28160","BSU_08730","BSU_28160","perR","hemX","BSU_08730","BSU_28160","subtiwiki","224308.BSU08730/224308.BSU28160","repression","txid224308" +"BSU_08730","BSU_28120","BSU_08730","HemL","perR","hemL","BSU_08730","HemL","subtiwiki","224308.BSU08730/224308.BSU28120","repression","txid224308" +"BSU_08730","BSU_28140","BSU_08730","HemD","perR","hemD","BSU_08730","HemD","subtiwiki","224308.BSU08730/224308.BSU28140","repression","txid224308" +"BSU_08730","BSU_28130","BSU_08730","BSU_28130","perR","hemB","BSU_08730","BSU_28130","subtiwiki","224308.BSU08730/224308.BSU28130","repression","txid224308" +"BSU_08730","BSU_17380","BSU_08730","NrdE","perR","nrdE","BSU_08730","NrdE","subtiwiki","224308.BSU08730/224308.BSU17380","transcription repression","txid224308" +"BSU_08730","BSU_11500","BSU_08730","SpxA","perR","spx","BSU_08730","Spx","subtiwiki","224308.BSU08730/224308.BSU11500","repression","txid224308" +"BSU_08730","BSU_17390","BSU_08730","NrdF","perR","nrdF","BSU_08730","NrdF","subtiwiki","224308.BSU08730/224308.BSU17390","transcription repression","txid224308" +"BSU_08730","BSU_17400","BSU_08730","BSU_17400","perR","ymaB","BSU_08730","BSU_17400","subtiwiki","224308.BSU08730/224308.BSU17400","transcription repression","txid224308" +"BSU_08730","BSU_17370","BSU_08730","NrdI","perR","nrdI","BSU_08730","NrdI","subtiwiki","224308.BSU08730/224308.BSU17370","transcription repression","txid224308" +"BSU_08730","BSU_03520","BSU_08730","BSU_03520","perR","srfAD","BSU_08730","BSU_03520","subtiwiki","224308.BSU08730/224308.BSU03520","activation","txid224308" +"BSU_08730","BSU_03480","BSU_08730","SrfAA","perR","srfAA","BSU_08730","SrfAA","subtiwiki","224308.BSU08730/224308.BSU03480","activation","txid224308" +"BSU_08730","BSU_03500","BSU_08730","ComS","perR","comS","BSU_08730","ComS","subtiwiki","224308.BSU08730/224308.BSU03500","activation","txid224308" +"BSU_08730","BSU_03510","BSU_08730","SrfAC","perR","srfAC","BSU_08730","SrfAC","subtiwiki","224308.BSU08730/224308.BSU03510","activation","txid224308" +"BSU_08730","BSU_03490","BSU_08730","SrfAB","perR","srfAB","BSU_08730","SrfAB","subtiwiki","224308.BSU08730/224308.BSU03490","activation","txid224308" +"BSU_08730","BSU_08820","BSU_08730","KatA","perR","katA","BSU_08730","KatA","subtiwiki","224308.BSU08730/224308.BSU08820","repression","txid224308" +"BSU_08730","BSU_40090","BSU_08730","AhpC","perR","ahpC","BSU_08730","AhpC","subtiwiki","224308.BSU08730/224308.BSU40090","repression","txid224308" +"BSU_08730","BSU_23520","BSU_08730","Fur","perR","fur","BSU_08730","Fur","subtiwiki","224308.BSU08730/224308.BSU23520","repression","txid224308" +"BSU_08730","BSU_40100","BSU_08730","AhpF","perR","ahpF","BSU_08730","AhpF","subtiwiki","224308.BSU08730/224308.BSU40100","repression","txid224308" +"BSU_08730","BSU_32990","BSU_08730","BSU_32990","perR","mrgA","BSU_08730","BSU_32990","subtiwiki","224308.BSU08730/224308.BSU32990","repression","txid224308" +"BSU_08730","BSU_13850","BSU_08730","BSU_13850","perR","pfeT","BSU_08730","BSU_13850","subtiwiki","224308.BSU08730/224308.BSU13850","repression","txid224308" +"BSU_08730","BSU_11490","BSU_08730","BSU_11490","perR","yjbC","BSU_08730","BSU_11490","subtiwiki","224308.BSU08730/224308.BSU11490","repression","txid224308" +"BSU_08730","BSU_08730","BSU_08730","BSU_08730","perR","perR","BSU_08730","BSU_08730","subtiwiki","224308.BSU08730/224308.BSU08730","repression","txid224308" +"BSU_00560","BSU_24230","BSU_00560","SpoIVB","spoVT","spoIVB","BSU_00560","SpoIVB","subtiwiki","224308.BSU00560/224308.BSU24230","activation","txid224308" +"BSU_00560","BSU_13390","BSU_00560","YkoT","spoVT","ykoT","BSU_00560","YkoT","subtiwiki","224308.BSU00560/224308.BSU13390","repression","txid224308" +"BSU_00560","BSU_13380","BSU_00560","BSU_13380","spoVT","ykoS","BSU_00560","BSU_13380","subtiwiki","224308.BSU00560/224308.BSU13380","repression","txid224308" +"BSU_00560","BSU_23401","BSU_00560","BSU_23401","spoVT","spoVAEA","BSU_00560","BSU_23401","subtiwiki","224308.BSU00560/224308.BSU23401","activation","txid224308" +"BSU_00560","BSU_23380","BSU_00560","BSU_23380","spoVT","lysA","BSU_00560","BSU_23380","subtiwiki","224308.BSU00560/224308.BSU23380","activation","txid224308" +"BSU_00560","BSU_23390","BSU_00560","BSU_23390","spoVT","spoVAF","BSU_00560","BSU_23390","subtiwiki","224308.BSU00560/224308.BSU23390","activation","txid224308" +"BSU_00560","BSU_23402","BSU_00560","SpoVAEB","spoVT","spoVAEB","BSU_00560","SpoVAEB","subtiwiki","224308.BSU00560/224308.BSU23402","activation","txid224308" +"BSU_00560","BSU_23440","BSU_00560","SpoVAA","spoVT","spoVAA","BSU_00560","SpoVAA","subtiwiki","224308.BSU00560/224308.BSU23440","activation","txid224308" +"BSU_00560","BSU_23420","BSU_00560","SpoVAC","spoVT","spoVAC","BSU_00560","SpoVAC","subtiwiki","224308.BSU00560/224308.BSU23420","activation","txid224308" +"BSU_00560","BSU_23430","BSU_00560","SpoVAB","spoVT","spoVAB","BSU_00560","SpoVAB","subtiwiki","224308.BSU00560/224308.BSU23430","activation","txid224308" +"BSU_00560","BSU_23410","BSU_00560","SpoVAD","spoVT","spoVAD","BSU_00560","SpoVAD","subtiwiki","224308.BSU00560/224308.BSU23410","activation","txid224308" +"BSU_00560","BSU_03710","BSU_00560","GerKC","spoVT","gerKC","BSU_00560","GerKC","subtiwiki","224308.BSU00560/224308.BSU03710","repression","txid224308" +"BSU_00560","BSU_03700","BSU_00560","GerKA","spoVT","gerKA","BSU_00560","GerKA","subtiwiki","224308.BSU00560/224308.BSU03700","repression","txid224308" +"BSU_00560","BSU_03720","BSU_00560","GerKB","spoVT","gerKB","BSU_00560","GerKB","subtiwiki","224308.BSU00560/224308.BSU03720","repression","txid224308" +"BSU_00560","BSU_30840","BSU_00560","BSU_30840","spoVT","yteA","BSU_00560","BSU_30840","subtiwiki","224308.BSU00560/224308.BSU30840","activation","txid224308" +"BSU_00560","BSU_16799","BSU_00560","BSU_16799","spoVT","ylzJ","BSU_00560","BSU_16799","subtiwiki","224308.BSU00560/224308.BSU16799","repression","txid224308" +"BSU_00560","BSU_16790","BSU_00560","BSU_16790","spoVT","tepA","BSU_00560","BSU_16790","subtiwiki","224308.BSU00560/224308.BSU16790","repression","txid224308" +"BSU_00560","BSU_03920","BSU_00560","BSU_03920","spoVT","glcU","BSU_00560","BSU_03920","subtiwiki","224308.BSU00560/224308.BSU03920","repression","txid224308" +"BSU_00560","BSU_03930","BSU_00560","Gdh","spoVT","gdh","BSU_00560","Gdh","subtiwiki","224308.BSU00560/224308.BSU03930","repression","txid224308" +"BSU_00560","BSU_09750","BSU_00560","SspB","spoVT","sspB","BSU_00560","SspB","subtiwiki","224308.BSU00560/224308.BSU09750","activation","txid224308" +"BSU_00560","BSU_13400","BSU_00560","LigD","spoVT","ligD","BSU_00560","LigD","subtiwiki","224308.BSU00560/224308.BSU13400","activation","txid224308" +"BSU_00560","BSU_13410","BSU_00560","YkoV","spoVT","ykoV","BSU_00560","YkoV","subtiwiki","224308.BSU00560/224308.BSU13410","activation","txid224308" +"BSU_00560","BSU_13470","BSU_00560","BSU_13470","spoVT","sspD","BSU_00560","BSU_13470","subtiwiki","224308.BSU00560/224308.BSU13470","activation","txid224308" +"BSU_00560","BSU_08650","BSU_00560","FabL","spoVT","fabL","BSU_00560","FabL","subtiwiki","224308.BSU00560/224308.BSU08650","repression","txid224308" +"BSU_00560","BSU_08660","BSU_00560","BSU_08660","spoVT","sspE","BSU_00560","BSU_08660","subtiwiki","224308.BSU00560/224308.BSU08660","repression","txid224308" +"BSU_00560","BSU_02070","BSU_00560","BSU_02070","spoVT","csgA","BSU_00560","BSU_02070","subtiwiki","224308.BSU00560/224308.BSU02070","repression","txid224308" +"BSU_00560","BSU_02080","BSU_00560","BSU_02080","spoVT","ybxH","BSU_00560","BSU_02080","subtiwiki","224308.BSU00560/224308.BSU02080","repression","txid224308" +"BSU_00560","BSU_15440","BSU_00560","BSU_15440","spoVT","ylyA","BSU_00560","BSU_15440","subtiwiki","224308.BSU00560/224308.BSU15440","activation","txid224308" +"BSU_00560","BSU_29570","BSU_00560","BSU_29570","spoVT","sspA","BSU_00560","BSU_29570","subtiwiki","224308.BSU00560/224308.BSU29570","activation","txid224308" +"BSU_00560","BSU_25530","BSU_00560","SpoIIP","spoVT","spoIIP","BSU_00560","SpoIIP","subtiwiki","224308.BSU00560/224308.BSU25530","repression","txid224308" +"BSU_00560","BSU_25540","BSU_00560","BSU_25540","spoVT","gpr","BSU_00560","BSU_25540","subtiwiki","224308.BSU00560/224308.BSU25540","repression","txid224308" +"BSU_00560","BSU_33070","BSU_00560","GerAC","spoVT","gerAC","BSU_00560","GerAC","subtiwiki","224308.BSU00560/224308.BSU33070","repression","txid224308" +"BSU_00560","BSU_33060","BSU_00560","GerAB","spoVT","gerAB","BSU_00560","GerAB","subtiwiki","224308.BSU00560/224308.BSU33060","repression","txid224308" +"BSU_00560","BSU_33050","BSU_00560","GerAA","spoVT","gerAA","BSU_00560","GerAA","subtiwiki","224308.BSU00560/224308.BSU33050","repression","txid224308" +"BSU_00560","BSU_23940","BSU_00560","BSU_23940","spoVT","yqjB","BSU_00560","BSU_23940","subtiwiki","224308.BSU00560/224308.BSU23940","repression","txid224308" +"BSU_00560","BSU_23930","BSU_00560","BSU_23930","spoVT","yqjC","BSU_00560","BSU_23930","subtiwiki","224308.BSU00560/224308.BSU23930","repression","txid224308" +"BSU_00560","BSU_18200","BSU_00560","NrnB","spoVT","nrnB","BSU_00560","NrnB","subtiwiki","224308.BSU00560/224308.BSU18200","repression","txid224308" +"BSU_09690","BSU_09680","BSU_09690","BSU_09680","nhaX","nhaC","BSU_09690","BSU_09680","subtiwiki","224308.BSU09690/224308.BSU09680","activation","txid224308" +"BSU_05970","BSU_12280","BSU_05970","YjlC","rex","yjlC","BSU_05970","YjlC","subtiwiki","224308.BSU05970/224308.BSU12280","repression","txid224308" +"BSU_05970","BSU_12290","BSU_05970","Ndh","rex","ndh","BSU_05970","Ndh","subtiwiki","224308.BSU05970/224308.BSU12290","repression","txid224308" +"BSU_05970","BSU_03060","BSU_05970","BSU_03060","rex","lctP","BSU_05970","BSU_03060","subtiwiki","224308.BSU05970/224308.BSU03060","repression","txid224308" +"BSU_05970","BSU_03050","BSU_05970","Ldh","rex","ldh","BSU_05970","Ldh","subtiwiki","224308.BSU05970/224308.BSU03050","repression","txid224308" +"BSU_05970","BSU_38740","BSU_05970","CydC","rex","cydC","BSU_05970","CydC","subtiwiki","224308.BSU05970/224308.BSU38740","repression","txid224308" +"BSU_05970","BSU_38750","BSU_05970","CydB","rex","cydB","BSU_05970","CydB","subtiwiki","224308.BSU05970/224308.BSU38750","repression","txid224308" +"BSU_05970","BSU_38730","BSU_05970","CydD","rex","cydD","BSU_05970","CydD","subtiwiki","224308.BSU05970/224308.BSU38730","repression","txid224308" +"BSU_05970","BSU_38760","BSU_05970","CydA","rex","cydA","BSU_05970","CydA","subtiwiki","224308.BSU05970/224308.BSU38760","repression","txid224308" +"BSU_05970","BSU_36000","BSU_05970","BSU_36000","rex","alsD","BSU_05970","BSU_36000","subtiwiki","224308.BSU05970/224308.BSU36000","repression","txid224308" +"BSU_05970","BSU_36010","BSU_05970","AlsS","rex","alsS","BSU_05970","AlsS","subtiwiki","224308.BSU05970/224308.BSU36010","repression","txid224308" +"BSU_05970","BSU_09840","BSU_05970","HemZ","rex","hemZ","BSU_05970","HemZ","subtiwiki","224308.BSU05970/224308.BSU09840","repression","txid224308" +"BSU_05970","BSU_misc_RNA_67","BSU_05970","RoxS","rex","roxS","BSU_05970","RoxS","subtiwiki","224308.BSU05970/224308.BSUmiscRNA67","repression","txid224308" +"BSU_05970","BSU_38060","BSU_05970","BSU_38060","rex","ywcJ","BSU_05970","BSU_38060","subtiwiki","224308.BSU05970/224308.BSU38060","repression","txid224308" +"BSU_31070","BSU_31050","BSU_31070","BSU_31050","gbsR","gbsB","BSU_31070","BSU_31050","subtiwiki","224308.BSU31070/224308.BSU31050","repression","txid224308" +"BSU_31070","BSU_31060","BSU_31070","BSU_31060","gbsR","gbsA","BSU_31070","BSU_31060","subtiwiki","224308.BSU31070/224308.BSU31060","repression","txid224308" +"BSU_31070","BSU_33730","BSU_31070","OpuBA","gbsR","opuBA","BSU_31070","OpuBA","subtiwiki","224308.BSU31070/224308.BSU33730","repression","txid224308" +"BSU_31070","BSU_33710","BSU_31070","OpuBC","gbsR","opuBC","BSU_31070","OpuBC","subtiwiki","224308.BSU31070/224308.BSU33710","repression","txid224308" +"BSU_31070","BSU_33720","BSU_31070","OpuBB","gbsR","opuBB","BSU_31070","OpuBB","subtiwiki","224308.BSU31070/224308.BSU33720","repression","txid224308" +"BSU_31070","BSU_33700","BSU_31070","OpuBD","gbsR","opuBD","BSU_31070","OpuBD","subtiwiki","224308.BSU31070/224308.BSU33700","repression","txid224308" +"BSU_33840","BSU_33830","BSU_33840","OpuCA","opcR","opuCA","BSU_33840","OpuCA","subtiwiki","224308.BSU33840/224308.BSU33830","repression","txid224308" +"BSU_33840","BSU_33820","BSU_33840","OpuCB","opcR","opuCB","BSU_33840","OpuCB","subtiwiki","224308.BSU33840/224308.BSU33820","repression","txid224308" +"BSU_33840","BSU_33810","BSU_33840","OpuCC","opcR","opuCC","BSU_33840","OpuCC","subtiwiki","224308.BSU33840/224308.BSU33810","repression","txid224308" +"BSU_33840","BSU_33800","BSU_33840","OpuCD","opcR","opuCD","BSU_33840","OpuCD","subtiwiki","224308.BSU33840/224308.BSU33800","repression","txid224308" +"BSU_33840","BSU_33700","BSU_33840","OpuBD","opcR","opuBD","BSU_33840","OpuBD","subtiwiki","224308.BSU33840/224308.BSU33700","repression","txid224308" +"BSU_33840","BSU_33710","BSU_33840","OpuBC","opcR","opuBC","BSU_33840","OpuBC","subtiwiki","224308.BSU33840/224308.BSU33710","repression","txid224308" +"BSU_33840","BSU_33730","BSU_33840","OpuBA","opcR","opuBA","BSU_33840","OpuBA","subtiwiki","224308.BSU33840/224308.BSU33730","repression","txid224308" +"BSU_33840","BSU_33720","BSU_33840","OpuBB","opcR","opuBB","BSU_33840","OpuBB","subtiwiki","224308.BSU33840/224308.BSU33720","repression","txid224308" +"BSU_31210","BSU_31190","BSU_31210","BSU_31190","rhaR","rhaM","BSU_31210","BSU_31190","subtiwiki","224308.BSU31210/224308.BSU31190","repression","txid224308" +"BSU_31210","BSU_31210","BSU_31210","BSU_31210","rhaR","rhaR","BSU_31210","BSU_31210","subtiwiki","224308.BSU31210/224308.BSU31210","repression","txid224308" +"BSU_31210","BSU_31200","BSU_31210","BSU_31200","rhaR","rhaB","BSU_31210","BSU_31200","subtiwiki","224308.BSU31210/224308.BSU31200","repression","txid224308" +"BSU_31210","BSU_31220","BSU_31210","BSU_31220","rhaR","rhaEW","BSU_31210","BSU_31220","subtiwiki","224308.BSU31210/224308.BSU31220","repression","txid224308" +"BSU_31210","BSU_31180","BSU_31210","BSU_31180","rhaR","rhaA","BSU_31210","BSU_31180","subtiwiki","224308.BSU31210/224308.BSU31180","repression","txid224308" +"BSU_32560","BSU_32610","BSU_32560","BSU_32610","frlR","frlB","BSU_32560","BSU_32610","subtiwiki","224308.BSU32560/224308.BSU32610","repression","txid224308" +"BSU_32560","BSU_32580","BSU_32560","FrlM","frlR","frlM","BSU_32560","FrlM","subtiwiki","224308.BSU32560/224308.BSU32580","repression","txid224308" +"BSU_32560","BSU_32550","BSU_32560","YurJ","frlR","frlP","BSU_32560","FrlP","subtiwiki","224308.BSU32560/224308.BSU32550","repression","txid224308" +"BSU_32560","BSU_32570","BSU_32560","FrlD","frlR","frlD","BSU_32560","FrlD","subtiwiki","224308.BSU32560/224308.BSU32570","repression","txid224308" +"BSU_32560","BSU_32590","BSU_32560","FrlN","frlR","frlN","BSU_32560","FrlN","subtiwiki","224308.BSU32560/224308.BSU32590","repression","txid224308" +"BSU_32560","BSU_32600","BSU_32560","FrlO","frlR","frlO","BSU_32560","FrlO","subtiwiki","224308.BSU32560/224308.BSU32600","repression","txid224308" +"BSU_02500","BSU_02510","BSU_02500","GarD","ycbG","ycbH","BSU_02500","GarD","subtiwiki","224308.BSU02500/224308.BSU02510","repression","txid224308" +"BSU_02500","BSU_02500","BSU_02500","BSU_02500","ycbG","ycbG","BSU_02500","BSU_02500","subtiwiki","224308.BSU02500/224308.BSU02500","repression","txid224308" +"BSU_02500","BSU_02480","BSU_02500","BSU_02480","ycbG","ycbE","BSU_02500","BSU_02480","subtiwiki","224308.BSU02500/224308.BSU02480","repression","txid224308" +"BSU_02500","BSU_02470","BSU_02500","BSU_02470","ycbG","ycbD","BSU_02500","BSU_02470","subtiwiki","224308.BSU02500/224308.BSU02470","repression","txid224308" +"BSU_02500","BSU_02520","BSU_02500","BSU_02520","ycbG","ycbJ","BSU_02500","BSU_02520","subtiwiki","224308.BSU02500/224308.BSU02520","repression","txid224308" +"BSU_02500","BSU_02460","BSU_02500","BSU_02460","ycbG","ycbC","BSU_02500","BSU_02460","subtiwiki","224308.BSU02500/224308.BSU02460","repression","txid224308" +"BSU_02500","BSU_02490","BSU_02500","BSU_02490","ycbG","ycbF","BSU_02500","BSU_02490","subtiwiki","224308.BSU02500/224308.BSU02490","repression","txid224308" +"BSU_18420","BSU_14860","BSU_18420","PycA","yofA","pycA","BSU_18420","PycA","subtiwiki","224308.BSU18420/224308.BSU14860","activation","txid224308" +"BSU_18420","BSU_14850","BSU_18420","FtsW","yofA","ftsW","BSU_18420","FtsW","subtiwiki","224308.BSU18420/224308.BSU14850","activation","txid224308" +"BSU_35030","BSU_07680","BSU_35030","BSU_07680","nagR","yflH","BSU_35030","BSU_07680","subtiwiki","224308.BSU35030/224308.BSU07680","repression","txid224308" +"BSU_35030","BSU_07690","BSU_35030","BSU_07690","nagR","yflG","BSU_35030","BSU_07690","subtiwiki","224308.BSU35030/224308.BSU07690","repression","txid224308" +"BSU_35030","BSU_07670","BSU_35030","BSU_07670","nagR","yflI","BSU_35030","BSU_07670","subtiwiki","224308.BSU35030/224308.BSU07670","repression","txid224308" +"BSU_35030","BSU_07700","BSU_35030","NagP","nagR","nagP","BSU_35030","NagP","subtiwiki","224308.BSU35030/224308.BSU07700","repression","txid224308" +"BSU_35030","BSU_35030","BSU_35030","BSU_35030","nagR","nagR","BSU_35030","BSU_35030","subtiwiki","224308.BSU35030/224308.BSU35030","repression","txid224308" +"BSU_35030","BSU_35020","BSU_35030","NagBA","nagR","nagB","BSU_35030","NagBA","subtiwiki","224308.BSU35030/224308.BSU35020","repression","txid224308" +"BSU_35030","BSU_35010","BSU_35030","BSU_35010","nagR","nagA","BSU_35030","BSU_35010","subtiwiki","224308.BSU35030/224308.BSU35010","repression","txid224308" +"BSU_19540","BSU_19550","BSU_19540","BSU_19550","yodB","nox","BSU_19540","BSU_19550","subtiwiki","224308.BSU19540/224308.BSU19550","repression","txid224308" +"BSU_19540","BSU_19540","BSU_19540","BSU_19540","yodB","yodB","BSU_19540","BSU_19540","subtiwiki","224308.BSU19540/224308.BSU19540","repression","txid224308" +"BSU_19540","BSU_19230","BSU_19540","BSU_19230","yodB","azoR1","BSU_19540","BSU_19230","subtiwiki","224308.BSU19540/224308.BSU19230","repression","txid224308" +"BSU_19540","BSU_08240","BSU_19540","BSU_08240","yodB","catE","BSU_19540","BSU_08240","subtiwiki","224308.BSU19540/224308.BSU08240","repression","txid224308" +"BSU_19540","BSU_08230","BSU_19540","BSU_08230","yodB","catD","BSU_19540","BSU_08230","subtiwiki","224308.BSU19540/224308.BSU08230","repression","txid224308" +"BSU_33680","BSU_08230","BSU_33680","BSU_08230","catR","catD","BSU_33680","BSU_08230","subtiwiki","224308.BSU33680/224308.BSU08230","repression","txid224308" +"BSU_33680","BSU_08240","BSU_33680","BSU_08240","catR","catE","BSU_33680","BSU_08240","subtiwiki","224308.BSU33680/224308.BSU08240","repression","txid224308" +"BSU_06140","BSU_06160","BSU_06140","BSU_06160","gutR","gutP","BSU_06140","BSU_06160","subtiwiki","224308.BSU06140/224308.BSU06160","activation","txid224308" +"BSU_06140","BSU_06150","BSU_06140","BSU_06150","gutR","gutB","BSU_06140","BSU_06150","subtiwiki","224308.BSU06140/224308.BSU06150","activation","txid224308" +"BSU_06140","BSU_06170","BSU_06140","YdjE","gutR","fruC","BSU_06140","YdjE","subtiwiki","224308.BSU06140/224308.BSU06170","activation","txid224308" +"BSU_03230","BSU_03210","BSU_03230","PutC","putR","putC","BSU_03230","PutC","subtiwiki","224308.BSU03230/224308.BSU03210","activation","txid224308" +"BSU_03230","BSU_03200","BSU_03230","PutB","putR","putB","BSU_03230","PutB","subtiwiki","224308.BSU03230/224308.BSU03200","activation","txid224308" +"BSU_03230","BSU_03220","BSU_03230","BSU_03220","putR","putP","BSU_03230","BSU_03220","subtiwiki","224308.BSU03230/224308.BSU03220","activation","txid224308" +"BSU_36600","BSU_16825","BSU_36600","BSU_16825","mta","ymfD","BSU_36600","BSU_16825","subtiwiki","224308.BSU36600/224308.BSU16825","activation","txid224308" +"BSU_36600","BSU_16845","BSU_36600","YmfF","mta","ymfF","BSU_36600","YmfF","subtiwiki","224308.BSU36600/224308.BSU16845","activation","txid224308" +"BSU_36600","BSU_16860","BSU_36600","YmfH","mta","ymfH","BSU_36600","YmfH","subtiwiki","224308.BSU36600/224308.BSU16860","activation","txid224308" +"BSU_36600","BSU_36600","BSU_36600","BSU_36600","mta","mta","BSU_36600","BSU_36600","subtiwiki","224308.BSU36600/224308.BSU36600","activation","txid224308" +"BSU_36600","BSU_24010","BSU_36600","BSU_24010","mta","bmr","BSU_36600","BSU_24010","subtiwiki","224308.BSU36600/224308.BSU24010","activation","txid224308" +"BSU_36600","BSU_24020","BSU_36600","BmrR","mta","bmrR","BSU_36600","BmrR","subtiwiki","224308.BSU36600/224308.BSU24020","activation","txid224308" +"BSU_36600","BSU_26590","BSU_36600","BSU_26590","mta","blt","BSU_36600","BSU_26590","subtiwiki","224308.BSU36600/224308.BSU26590","activation","txid224308" +"BSU_36600","BSU_26600","BSU_36600","BSU_26600","mta","bltD","BSU_36600","BSU_26600","subtiwiki","224308.BSU36600/224308.BSU26600","activation","txid224308" +"BSU_36600","BSU_05450","BSU_36600","BSU_05450","mta","ydfK","BSU_36600","BSU_05450","subtiwiki","224308.BSU36600/224308.BSU05450","activation","txid224308" +"BSU_22120","BSU_22090","BSU_22120","BSU_22090","kdgR","kdgT","BSU_22120","BSU_22090","subtiwiki","224308.BSU22120/224308.BSU22090","repression","txid224308" +"BSU_22120","BSU_22110","BSU_22120","BSU_22110","kdgR","kdgK","BSU_22120","BSU_22110","subtiwiki","224308.BSU22120/224308.BSU22110","repression","txid224308" +"BSU_22120","BSU_22100","BSU_22120","BSU_22100","kdgR","kdgA","BSU_22120","BSU_22100","subtiwiki","224308.BSU22120/224308.BSU22100","repression","txid224308" +"BSU_22120","BSU_22130","BSU_22120","BSU_22130","kdgR","kduI","BSU_22120","BSU_22130","subtiwiki","224308.BSU22120/224308.BSU22130","repression","txid224308" +"BSU_22120","BSU_22140","BSU_22120","BSU_22140","kdgR","kduD","BSU_22120","BSU_22140","subtiwiki","224308.BSU22120/224308.BSU22140","repression","txid224308" +"BSU_22120","BSU_22120","BSU_22120","BSU_22120","kdgR","kdgR","BSU_22120","BSU_22120","subtiwiki","224308.BSU22120/224308.BSU22120","repression","txid224308" +"BSU_31920","BSU_31930","BSU_31920","Ald","adeR","ald","BSU_31920","Ald","subtiwiki","224308.BSU31920/224308.BSU31930","activation","txid224308" +"BSU_05850","BSU_05810","BSU_05850","GmuB","gmuR","gmuB","BSU_05850","GmuB","subtiwiki","224308.BSU05850/224308.BSU05810","repression","txid224308" +"BSU_05850","BSU_05820","BSU_05850","GmuA","gmuR","gmuA","BSU_05850","GmuA","subtiwiki","224308.BSU05850/224308.BSU05820","repression","txid224308" +"BSU_05850","BSU_05870","BSU_05850","GmuF","gmuR","gmuF","BSU_05850","GmuF","subtiwiki","224308.BSU05850/224308.BSU05870","repression","txid224308" +"BSU_05850","BSU_05850","BSU_05850","BSU_05850","gmuR","gmuR","BSU_05850","BSU_05850","subtiwiki","224308.BSU05850/224308.BSU05850","repression","txid224308" +"BSU_05850","BSU_05840","BSU_05850","GmuD","gmuR","gmuD","BSU_05850","GmuD","subtiwiki","224308.BSU05850/224308.BSU05840","repression","txid224308" +"BSU_05850","BSU_05860","BSU_05850","GmuE","gmuR","gmuE","BSU_05850","GmuE","subtiwiki","224308.BSU05850/224308.BSU05860","repression","txid224308" +"BSU_05850","BSU_05880","BSU_05850","GmuG","gmuR","gmuG","BSU_05850","GmuG","subtiwiki","224308.BSU05850/224308.BSU05880","repression","txid224308" +"BSU_05850","BSU_05830","BSU_05850","GmuC","gmuR","gmuC","BSU_05850","GmuC","subtiwiki","224308.BSU05850/224308.BSU05830","repression","txid224308" +"BSU_14380","BSU_14390","BSU_14380","BSU_14390","fruR","fruK","BSU_14380","BSU_14390","subtiwiki","224308.BSU14380/224308.BSU14390","repression","txid224308" +"BSU_14380","BSU_14400","BSU_14380","FruA","fruR","fruA","BSU_14380","FruA","subtiwiki","224308.BSU14380/224308.BSU14400","repression","txid224308" +"BSU_14380","BSU_14380","BSU_14380","BSU_14380","fruR","fruR","BSU_14380","BSU_14380","subtiwiki","224308.BSU14380/224308.BSU14380","repression","txid224308" +"BSU_33970","BSU_28510","BSU_33970","Xsa","araR","abf2","BSU_33970","Xsa","subtiwiki","224308.BSU33970/224308.BSU28510","repression","txid224308" +"BSU_33970","BSU_28810","BSU_33970","BSU_28810","araR","abnA","BSU_33970","BSU_28810","subtiwiki","224308.BSU33970/224308.BSU28810","repression","txid224308" +"BSU_33970","BSU_28720","BSU_33970","AbfA","araR","abfA","BSU_33970","AbfA","subtiwiki","224308.BSU33970/224308.BSU28720","repression","txid224308" +"BSU_33970","BSU_28800","BSU_33970","BSU_28800","araR","araA","BSU_33970","BSU_28800","subtiwiki","224308.BSU33970/224308.BSU28800","repression","txid224308" +"BSU_33970","BSU_28770","BSU_33970","BSU_28770","araR","araL","BSU_33970","BSU_28770","subtiwiki","224308.BSU33970/224308.BSU28770","repression","txid224308" +"BSU_33970","BSU_28760","BSU_33970","AraM","araR","araM","BSU_33970","AraM","subtiwiki","224308.BSU33970/224308.BSU28760","repression","txid224308" +"BSU_33970","BSU_28730","BSU_33970","AraQ","araR","araQ","BSU_33970","AraQ","subtiwiki","224308.BSU33970/224308.BSU28730","repression","txid224308" +"BSU_33970","BSU_28740","BSU_33970","AraP","araR","araP","BSU_33970","AraP","subtiwiki","224308.BSU33970/224308.BSU28740","repression","txid224308" +"BSU_33970","BSU_28790","BSU_33970","BSU_28790","araR","araB","BSU_33970","BSU_28790","subtiwiki","224308.BSU33970/224308.BSU28790","repression","txid224308" +"BSU_33970","BSU_28780","BSU_33970","BSU_28780","araR","araD","BSU_33970","BSU_28780","subtiwiki","224308.BSU33970/224308.BSU28780","repression","txid224308" +"BSU_33970","BSU_28750","BSU_33970","AraN","araR","araN","BSU_33970","AraN","subtiwiki","224308.BSU33970/224308.BSU28750","repression","txid224308" +"BSU_33970","BSU_33970","BSU_33970","BSU_33970","araR","araR","BSU_33970","BSU_33970","subtiwiki","224308.BSU33970/224308.BSU33970","repression","txid224308" +"BSU_33970","BSU_33960","BSU_33970","BSU_33960","araR","araE","BSU_33970","BSU_33960","subtiwiki","224308.BSU33970/224308.BSU33960","repression","txid224308" +"BSU_29400","BSU_29300","BSU_29400","RbfK","ascR","ribR","BSU_29400","RbfK","subtiwiki","224308.BSU29400/224308.BSU29300","activation","txid224308" +"BSU_29400","BSU_29290","BSU_29400","BSU_29290","ascR","sndA","BSU_29400","BSU_29290","subtiwiki","224308.BSU29400/224308.BSU29290","activation","txid224308" +"BSU_29400","BSU_29310","BSU_29400","BSU_29310","ascR","cmoJ","BSU_29400","BSU_29310","subtiwiki","224308.BSU29400/224308.BSU29310","activation","txid224308" +"BSU_29400","BSU_29390","BSU_29400","BSU_29390","ascR","snaA","BSU_29400","BSU_29390","subtiwiki","224308.BSU29400/224308.BSU29390","activation","txid224308" +"BSU_29400","BSU_29330","BSU_29400","BSU_29330","ascR","cmoO","BSU_29400","BSU_29330","subtiwiki","224308.BSU29400/224308.BSU29330","activation","txid224308" +"BSU_29400","BSU_29280","BSU_29400","BSU_29280","ascR","ytnM","BSU_29400","BSU_29280","subtiwiki","224308.BSU29400/224308.BSU29280","activation","txid224308" +"BSU_29400","BSU_29350","BSU_29400","TcyM","ascR","tcyM","BSU_29400","TcyM","subtiwiki","224308.BSU29400/224308.BSU29350","activation","txid224308" +"BSU_29400","BSU_29340","BSU_29400","TcyN","ascR","tcyN","BSU_29400","TcyN","subtiwiki","224308.BSU29400/224308.BSU29340","activation","txid224308" +"BSU_29400","BSU_29370","BSU_29400","TcyK","ascR","tcyK","BSU_29400","TcyK","subtiwiki","224308.BSU29400/224308.BSU29370","activation","txid224308" +"BSU_29400","BSU_29380","BSU_29400","TcyJ","ascR","tcyJ","BSU_29400","TcyJ","subtiwiki","224308.BSU29400/224308.BSU29380","activation","txid224308" +"BSU_29400","BSU_29360","BSU_29400","TcyL","ascR","tcyL","BSU_29400","TcyL","subtiwiki","224308.BSU29400/224308.BSU29360","activation","txid224308" +"BSU_29400","BSU_29320","BSU_29400","BSU_29320","ascR","cmoI","BSU_29400","BSU_29320","subtiwiki","224308.BSU29400/224308.BSU29320","activation","txid224308" +"BSU_27000","BSU_27010","BSU_27000","AdhA","adhR","adhA","BSU_27000","AdhA","subtiwiki","224308.BSU27000/224308.BSU27010","activation","txid224308" +"BSU_27000","BSU_27020","BSU_27000","BSU_27020","adhR","yraA","BSU_27000","BSU_27020","subtiwiki","224308.BSU27000/224308.BSU27020","activation","txid224308" +"BSU_01810","BSU_01800","BSU_01810","AlkA","adaA","alkA","BSU_01810","AlkA","subtiwiki","224308.BSU01810/224308.BSU01800","activation","txid224308" +"BSU_01810","BSU_01820","BSU_01810","BSU_01820","adaA","adaB","BSU_01810","BSU_01820","subtiwiki","224308.BSU01810/224308.BSU01820","activation","txid224308" +"BSU_01810","BSU_01810","BSU_01810","BSU_01810","adaA","adaA","BSU_01810","BSU_01810","subtiwiki","224308.BSU01810/224308.BSU01810","activation","txid224308" +"BSU_misc_RNA_81","BSU_26050","BSU_misc_RNA_81","BSU_26050","ratA","txpA","BSU_misc_RNA_81","BSU_26050","subtiwiki","224308.BSUmiscRNA81/224308.BSU26050","antisense RNA","txid224308" +"BSU_26670","BSU_26670","BSU_26670","BSU_26670","gltR","gltR","BSU_26670","BSU_26670","subtiwiki","224308.BSU26670/224308.BSU26670","negative autoregulation","txid224308" +"BSU_03620","BSU_03651","BSU_03620","BsdD","bsdA","bsdD","BSU_03620","BsdD","subtiwiki","224308.BSU03620/224308.BSU03651","activation","txid224308" +"BSU_03620","BSU_03640","BSU_03620","BsdC","bsdA","bsdC","BSU_03620","BsdC","subtiwiki","224308.BSU03620/224308.BSU03640","activation","txid224308" +"BSU_03620","BSU_03630","BSU_03620","BsdB","bsdA","bsdB","BSU_03620","BsdB","subtiwiki","224308.BSU03620/224308.BSU03630","activation","txid224308" +"BSU_19120","BSU_26640","BSU_19120","BSU_26640","czrA","czcO","BSU_19120","BSU_26640","subtiwiki","224308.BSU19120/224308.BSU26640","repression","txid224308" +"BSU_19120","BSU_26650","BSU_19120","BSU_26650","czrA","czcD","BSU_19120","BSU_26650","subtiwiki","224308.BSU19120/224308.BSU26650","repression","txid224308" +"BSU_19120","BSU_33490","BSU_19120","BSU_33490","czrA","cadA","BSU_19120","BSU_33490","subtiwiki","224308.BSU19120/224308.BSU33490","repression","txid224308" +"BSU_26580","BSU_26590","BSU_26580","BSU_26590","bltR","blt","BSU_26580","BSU_26590","subtiwiki","224308.BSU26580/224308.BSU26590","activation","txid224308" +"BSU_26580","BSU_26600","BSU_26580","BSU_26600","bltR","bltD","BSU_26580","BSU_26600","subtiwiki","224308.BSU26580/224308.BSU26600","activation","txid224308" +"BSU_07390","BSU_07390","BSU_07390","BSU_07390","yfmP","yfmP","BSU_07390","BSU_07390","subtiwiki","224308.BSU07390/224308.BSU07390","repression","txid224308" +"BSU_07390","BSU_07400","BSU_07390","BSU_07400","yfmP","yfmO","BSU_07390","BSU_07400","subtiwiki","224308.BSU07390/224308.BSU07400","repression","txid224308" +"BSU_38310","BSU_38320","BSU_38310","BSU_38320","ywbI","ywbH","BSU_38310","BSU_38320","subtiwiki","224308.BSU38310/224308.BSU38320","activation","txid224308" +"BSU_38310","BSU_38330","BSU_38310","BSU_38330","ywbI","ywbG","BSU_38310","BSU_38330","subtiwiki","224308.BSU38310/224308.BSU38330","activation","txid224308" +"BSU_26720","BSU_26690","BSU_26720","BSU_26690","azlB","brnQ","BSU_26720","BSU_26690","subtiwiki","224308.BSU26720/224308.BSU26690","repression","txid224308" +"BSU_26720","BSU_26720","BSU_26720","BSU_26720","azlB","azlB","BSU_26720","BSU_26720","subtiwiki","224308.BSU26720/224308.BSU26720","repression","txid224308" +"BSU_26720","BSU_26700","BSU_26720","AzlD","azlB","azlD","BSU_26720","AzlD","subtiwiki","224308.BSU26720/224308.BSU26700","repression","txid224308" +"BSU_26720","BSU_26680","BSU_26720","BSU_26680","azlB","yrdK","BSU_26720","BSU_26680","subtiwiki","224308.BSU26720/224308.BSU26680","repression","txid224308" +"BSU_26720","BSU_26710","BSU_26720","AzlC","azlB","azlC","BSU_26720","AzlC","subtiwiki","224308.BSU26720/224308.BSU26710","repression","txid224308" +"BSU_26350","BSU_26340","BSU_26350","BSU_26340","sknR","yqaF","BSU_26350","BSU_26340","subtiwiki","224308.BSU26350/224308.BSU26340","repression","txid224308" +"BSU_26350","BSU_26310","BSU_26350","YqaH","sknR","yqaH","BSU_26350","YqaH","subtiwiki","224308.BSU26350/224308.BSU26310","repression","txid224308" +"BSU_26350","BSU_26250","BSU_26350","BSU_26250","sknR","yqaN","BSU_26350","BSU_26250","subtiwiki","224308.BSU26350/224308.BSU26250","repression","txid224308" +"BSU_26350","BSU_26280","BSU_26350","BSU_26280","sknR","yqaK","BSU_26350","BSU_26280","subtiwiki","224308.BSU26350/224308.BSU26280","repression","txid224308" +"BSU_26350","BSU_26330","BSU_26350","BSU_26330","sknR","yqdA","BSU_26350","BSU_26330","subtiwiki","224308.BSU26350/224308.BSU26330","repression","txid224308" +"BSU_26350","BSU_26259","BSU_26350","BSU_26259","sknR","yqzO","BSU_26350","BSU_26259","subtiwiki","224308.BSU26350/224308.BSU26259","repression","txid224308" +"BSU_26350","BSU_26300","BSU_26350","BSU_26300","sknR","yqaI","BSU_26350","BSU_26300","subtiwiki","224308.BSU26350/224308.BSU26300","repression","txid224308" +"BSU_26350","BSU_26320","BSU_26350","BSU_26320","sknR","yqaG","BSU_26350","BSU_26320","subtiwiki","224308.BSU26350/224308.BSU26320","repression","txid224308" +"BSU_26350","BSU_26290","BSU_26350","BSU_26290","sknR","yqaJ","BSU_26350","BSU_26290","subtiwiki","224308.BSU26350/224308.BSU26290","repression","txid224308" +"BSU_26350","BSU_26260","BSU_26350","YqaM","sknR","yqaM","BSU_26350","YqaM","subtiwiki","224308.BSU26350/224308.BSU26260","repression","txid224308" +"BSU_26350","BSU_26270","BSU_26350","BSU_26270","sknR","yqaL","BSU_26350","BSU_26270","subtiwiki","224308.BSU26350/224308.BSU26270","repression","txid224308" +"BSU_37650","BSU_33430","BSU_37650","CysI","cysL","cysI","BSU_37650","CysI","subtiwiki","224308.BSU37650/224308.BSU33430","activation","txid224308" +"BSU_37650","BSU_33440","BSU_37650","CysJ","cysL","cysJ","BSU_37650","CysJ","subtiwiki","224308.BSU37650/224308.BSU33440","activation","txid224308" +"BSU_37650","BSU_37650","BSU_37650","BSU_37650","cysL","cysL","BSU_37650","BSU_37650","subtiwiki","224308.BSU37650/224308.BSU37650","auto-repression","txid224308" +"BSU_08370","BSU_08370","BSU_08370","BSU_08370","yfiR","yfiR","BSU_08370","BSU_08370","subtiwiki","224308.BSU08370/224308.BSU08370","repression","txid224308" +"BSU_08370","BSU_08380","BSU_08370","BSU_08380","yfiR","yfiS","BSU_08370","BSU_08380","subtiwiki","224308.BSU08370/224308.BSU08380","repression","txid224308" +"BSU_34750","BSU_34740","BSU_34750","Crh","whiA","crh","BSU_34750","Crh","subtiwiki","224308.BSU34750/224308.BSU34740","transcription repression","txid224308" +"BSU_34750","BSU_34770","BSU_34750","YvcJ","whiA","yvcJ","BSU_34750","YvcJ","subtiwiki","224308.BSU34750/224308.BSU34770","transcription repression","txid224308" +"BSU_34750","BSU_34730","BSU_34750","BSU_34730","whiA","yvcN","BSU_34750","BSU_34730","subtiwiki","224308.BSU34750/224308.BSU34730","transcription repression","txid224308" +"BSU_34750","BSU_34760","BSU_34750","GlmR","whiA","glmR","BSU_34750","GlmR","subtiwiki","224308.BSU34750/224308.BSU34760","transcription repression","txid224308" +"BSU_34750","BSU_34780","BSU_34750","NahA","whiA","nahA","BSU_34750","NahA","subtiwiki","224308.BSU34750/224308.BSU34780","transcription repression","txid224308" +"BSU_34750","BSU_34750","BSU_34750","BSU_34750","whiA","whiA","BSU_34750","BSU_34750","subtiwiki","224308.BSU34750/224308.BSU34750","transcription repression","txid224308" +"BSU_12510","BSU_12550","BSU_12510","BSU_12550","xre","xtrA","BSU_12510","BSU_12550","subtiwiki","224308.BSU12510/224308.BSU12550","repression","txid224308" +"BSU_12510","BSU_12519","BSU_12510","BSU_12519","xre","yjzJ","BSU_12510","BSU_12519","subtiwiki","224308.BSU12510/224308.BSU12519","repression","txid224308" +"BSU_12510","BSU_12520","BSU_12510","BSU_12520","xre","xkdB","BSU_12510","BSU_12520","subtiwiki","224308.BSU12510/224308.BSU12520","repression","txid224308" +"BSU_12510","BSU_12539","BSU_12510","BSU_12539","xre","ykzK","BSU_12510","BSU_12539","subtiwiki","224308.BSU12510/224308.BSU12539","repression","txid224308" +"BSU_12510","BSU_12530","BSU_12510","XkdC","xre","xkdC","BSU_12510","XkdC","subtiwiki","224308.BSU12510/224308.BSU12530","repression","txid224308" +"BSU_12510","BSU_12540","BSU_12510","BSU_12540","xre","xkdD","BSU_12510","BSU_12540","subtiwiki","224308.BSU12510/224308.BSU12540","repression","txid224308" +"BSU_08620","BSU_08630","BSU_08620","BSU_08630","yfhP","mutY","BSU_08620","BSU_08630","subtiwiki","224308.BSU08620/224308.BSU08630","repression","txid224308" +"BSU_08620","BSU_08650","BSU_08620","FabL","yfhP","fabL","BSU_08620","FabL","subtiwiki","224308.BSU08620/224308.BSU08650","repression","txid224308" +"BSU_08620","BSU_08660","BSU_08620","BSU_08660","yfhP","sspE","BSU_08620","BSU_08660","subtiwiki","224308.BSU08620/224308.BSU08660","repression","txid224308" +"BSU_07820","BSU_07800","BSU_07820","TreP","treR","treP","BSU_07820","TreP","subtiwiki","224308.BSU07820/224308.BSU07800","repression","txid224308" +"BSU_07820","BSU_07810","BSU_07820","TreA","treR","treA","BSU_07820","TreA","subtiwiki","224308.BSU07820/224308.BSU07810","repression","txid224308" +"BSU_07820","BSU_07820","BSU_07820","BSU_07820","treR","treR","BSU_07820","BSU_07820","subtiwiki","224308.BSU07820/224308.BSU07820","repression","txid224308" +"BSU_30260","BSU_30260","BSU_30260","BSU_30260","melR","melR","BSU_30260","BSU_30260","subtiwiki","224308.BSU30260/224308.BSU30260","repression","txid224308" +"BSU_30260","BSU_30280","BSU_30260","AmyD","melR","melD","BSU_30260","MelD","subtiwiki","224308.BSU30260/224308.BSU30280","repression","txid224308" +"BSU_30260","BSU_30300","BSU_30260","BSU_30300","melR","melA","BSU_30260","BSU_30300","subtiwiki","224308.BSU30260/224308.BSU30300","repression","txid224308" +"BSU_30260","BSU_30290","BSU_30260","AmyC","melR","melC","BSU_30260","MelC","subtiwiki","224308.BSU30260/224308.BSU30290","repression","txid224308" +"BSU_30260","BSU_30270","BSU_30260","MsmE","melR","melE","BSU_30260","MelE","subtiwiki","224308.BSU30260/224308.BSU30270","repression","txid224308" +"BSU_13920","BSU_13920","BSU_13920","BSU_13920","splA","splA","BSU_13920","BSU_13920","subtiwiki","224308.BSU13920/224308.BSU13920","negative autoregulation","txid224308" +"BSU_13920","BSU_13930","BSU_13920","BSU_13930","splA","splB","BSU_13920","BSU_13930","subtiwiki","224308.BSU13920/224308.BSU13930","negative autoregulation","txid224308" +"BSU_04100","BSU_04110","BSU_04100","BSU_04110","kipR","lipC","BSU_04100","BSU_04110","subtiwiki","224308.BSU04100/224308.BSU04110","repression","txid224308" +"BSU_04100","BSU_04080","BSU_04100","PxpB","kipR","pxpB","BSU_04100","PxpB","subtiwiki","224308.BSU04100/224308.BSU04080","repression","txid224308" +"BSU_04100","BSU_04060","BSU_04100","YcsG","kipR","ycsG","BSU_04100","YcsG","subtiwiki","224308.BSU04100/224308.BSU04060","repression","txid224308" +"BSU_04100","BSU_04100","BSU_04100","BSU_04100","kipR","kipR","BSU_04100","BSU_04100","subtiwiki","224308.BSU04100/224308.BSU04100","repression","txid224308" +"BSU_04100","BSU_04050","BSU_04100","BSU_04050","kipR","pxpA","BSU_04100","BSU_04050","subtiwiki","224308.BSU04100/224308.BSU04050","repression","txid224308" +"BSU_04100","BSU_04070","BSU_04100","BSU_04070","kipR","ycsI","BSU_04100","BSU_04070","subtiwiki","224308.BSU04100/224308.BSU04070","repression","txid224308" +"BSU_04100","BSU_04090","BSU_04100","PxpC","kipR","pxpC","BSU_04100","PxpC","subtiwiki","224308.BSU04100/224308.BSU04090","repression","txid224308" +"BSU_38220","BSU_38229","BSU_38220","SlrA","ywcC","slrA","BSU_38220","SlrA","subtiwiki","224308.BSU38220/224308.BSU38229","repression","txid224308" +"BSU_39770","BSU_06230","BSU_39770","BSU_06230","iolR","iolT","BSU_39770","BSU_06230","subtiwiki","224308.BSU39770/224308.BSU06230","repression","txid224308" +"BSU_39770","BSU_39780","BSU_39770","BSU_39780","iolR","iolS","BSU_39770","BSU_39780","subtiwiki","224308.BSU39770/224308.BSU39780","repression","txid224308" +"BSU_39770","BSU_39770","BSU_39770","BSU_39770","iolR","iolR","BSU_39770","BSU_39770","subtiwiki","224308.BSU39770/224308.BSU39770","repression","txid224308" +"BSU_39770","BSU_39740","BSU_39770","BSU_39740","iolR","iolC","BSU_39770","BSU_39740","subtiwiki","224308.BSU39770/224308.BSU39740","repression","txid224308" +"BSU_39770","BSU_39680","BSU_39770","BSU_39680","iolR","iolI","BSU_39770","BSU_39680","subtiwiki","224308.BSU39770/224308.BSU39680","repression","txid224308" +"BSU_39770","BSU_39710","BSU_39770","BSU_39710","iolR","iolF","BSU_39770","BSU_39710","subtiwiki","224308.BSU39770/224308.BSU39710","repression","txid224308" +"BSU_39770","BSU_39690","BSU_39770","BSU_39690","iolR","iolH","BSU_39770","BSU_39690","subtiwiki","224308.BSU39770/224308.BSU39690","repression","txid224308" +"BSU_39770","BSU_39760","BSU_39770","BSU_39760","iolR","iolA","BSU_39770","BSU_39760","subtiwiki","224308.BSU39770/224308.BSU39760","repression","txid224308" +"BSU_39770","BSU_39750","BSU_39770","BSU_39750","iolR","iolB","BSU_39770","BSU_39750","subtiwiki","224308.BSU39770/224308.BSU39750","repression","txid224308" +"BSU_39770","BSU_39730","BSU_39770","IolD","iolR","iolD","BSU_39770","IolD","subtiwiki","224308.BSU39770/224308.BSU39730","repression","txid224308" +"BSU_39770","BSU_39700","BSU_39770","IolG","iolR","iolG","BSU_39770","IolG","subtiwiki","224308.BSU39770/224308.BSU39700","repression","txid224308" +"BSU_39770","BSU_39720","BSU_39770","BSU_39720","iolR","iolE","BSU_39770","BSU_39720","subtiwiki","224308.BSU39770/224308.BSU39720","repression","txid224308" +"BSU_39770","BSU_39670","BSU_39770","BSU_39670","iolR","iolJ","BSU_39770","BSU_39670","subtiwiki","224308.BSU39770/224308.BSU39670","repression","txid224308" +"BSU_02680","BSU_02670","BSU_02680","BSU_02670","lmrA","lmrB","BSU_02680","BSU_02670","subtiwiki","224308.BSU02680/224308.BSU02670","repression","txid224308" +"BSU_02680","BSU_02680","BSU_02680","BSU_02680","lmrA","lmrA","BSU_02680","BSU_02680","subtiwiki","224308.BSU02680/224308.BSU02680","repression","txid224308" +"BSU_02680","BSU_39990","BSU_02680","BSU_39990","lmrA","qdoR","BSU_02680","BSU_39990","subtiwiki","224308.BSU02680/224308.BSU39990","repression","txid224308" +"BSU_02680","BSU_39980","BSU_02680","BSU_39980","lmrA","qdoI","BSU_02680","BSU_39980","subtiwiki","224308.BSU02680/224308.BSU39980","repression","txid224308" +"BSU_02680","BSU_39970","BSU_02680","BSU_39970","lmrA","yxaH","BSU_02680","BSU_39970","subtiwiki","224308.BSU02680/224308.BSU39970","repression","txid224308" +"BSU_39990","BSU_39990","BSU_39990","BSU_39990","qdoR","qdoR","BSU_39990","BSU_39990","subtiwiki","224308.BSU39990/224308.BSU39990","repression","txid224308" +"BSU_39990","BSU_39970","BSU_39990","BSU_39970","qdoR","yxaH","BSU_39990","BSU_39970","subtiwiki","224308.BSU39990/224308.BSU39970","repression","txid224308" +"BSU_39990","BSU_39980","BSU_39990","BSU_39980","qdoR","qdoI","BSU_39990","BSU_39980","subtiwiki","224308.BSU39990/224308.BSU39980","repression","txid224308" +"BSU_25810","BSU_25790","BSU_25810","BSU_25790","arsR","arsB","BSU_25810","BSU_25790","subtiwiki","224308.BSU25810/224308.BSU25790","repression","txid224308" +"BSU_25810","BSU_25780","BSU_25810","ArsC","arsR","arsC","BSU_25810","ArsC","subtiwiki","224308.BSU25810/224308.BSU25780","repression","txid224308" +"BSU_25810","BSU_25800","BSU_25810","BSU_25800","arsR","yqcK","BSU_25810","BSU_25800","subtiwiki","224308.BSU25810/224308.BSU25800","repression","txid224308" +"BSU_25810","BSU_25810","BSU_25810","BSU_25810","arsR","arsR","BSU_25810","BSU_25810","subtiwiki","224308.BSU25810/224308.BSU25810","repression","txid224308" +"BSU_34170","BSU_34170","BSU_34170","BSU_34170","ganR","ganR","BSU_34170","BSU_34170","subtiwiki","224308.BSU34170/224308.BSU34170","repression","txid224308" +"BSU_34170","BSU_34160","BSU_34170","CycB","ganR","ganS","BSU_34170","GanS","subtiwiki","224308.BSU34170/224308.BSU34160","repression","txid224308" +"BSU_34170","BSU_34120","BSU_34170","GanB","ganR","ganB","BSU_34170","GanB","subtiwiki","224308.BSU34170/224308.BSU34120","repression","txid224308" +"BSU_34170","BSU_34150","BSU_34170","GanP","ganR","ganP","BSU_34170","GanP","subtiwiki","224308.BSU34170/224308.BSU34150","repression","txid224308" +"BSU_34170","BSU_34130","BSU_34170","GanA","ganR","ganA","BSU_34170","GanA","subtiwiki","224308.BSU34170/224308.BSU34130","repression","txid224308" +"BSU_34170","BSU_34140","BSU_34170","GanQ","ganR","ganQ","BSU_34170","GanQ","subtiwiki","224308.BSU34170/224308.BSU34140","repression","txid224308" +"BSU_17590","BSU_17580","BSU_17590","BSU_17580","xylR","xynB","BSU_17590","BSU_17580","subtiwiki","224308.BSU17590/224308.BSU17580","repression","txid224308" +"BSU_17590","BSU_17570","BSU_17590","BSU_17570","xylR","xynP","BSU_17590","BSU_17570","subtiwiki","224308.BSU17590/224308.BSU17570","repression","txid224308" +"BSU_17590","BSU_17610","BSU_17590","BSU_17610","xylR","xylB","BSU_17590","BSU_17610","subtiwiki","224308.BSU17590/224308.BSU17610","repression","txid224308" +"BSU_17590","BSU_17600","BSU_17590","BSU_17600","xylR","xylA","BSU_17590","BSU_17600","subtiwiki","224308.BSU17590/224308.BSU17600","repression","txid224308" +"BSU_09430","BSU_09440","BSU_09430","CitA","citR","citA","BSU_09430","CitA","subtiwiki","224308.BSU09430/224308.BSU09440","repression","txid224308" +"BSU_09430","BSU_09450","BSU_09430","BSU_09450","citR","yhdF","BSU_09430","BSU_09450","subtiwiki","224308.BSU09430/224308.BSU09450","repression","txid224308" +"BSU_03470","BSU_03460","BSU_03470","HxlA","hxlR","hxlA","BSU_03470","HxlA","subtiwiki","224308.BSU03470/224308.BSU03460","activation","txid224308" +"BSU_03470","BSU_03450","BSU_03470","HxlB","hxlR","hxlB","BSU_03470","HxlB","subtiwiki","224308.BSU03470/224308.BSU03450","activation","txid224308" +"BSU_08190","BSU_08200","BSU_08190","MalP","glvR","malP","BSU_08190","MalP","subtiwiki","224308.BSU08190/224308.BSU08200","activation","txid224308" +"BSU_08190","BSU_08190","BSU_08190","BSU_08190","glvR","glvR","BSU_08190","BSU_08190","subtiwiki","224308.BSU08190/224308.BSU08190","activation","txid224308" +"BSU_08190","BSU_08180","BSU_08190","MalA","glvR","malA","BSU_08190","MalA","subtiwiki","224308.BSU08190/224308.BSU08180","activation","txid224308" +"BSU_39430","BSU_39420","BSU_39430","BSU_39420","deoR","dra","BSU_39430","BSU_39420","subtiwiki","224308.BSU39430/224308.BSU39420","repression","txid224308" +"BSU_39430","BSU_39410","BSU_39430","BSU_39410","deoR","nupC","BSU_39430","BSU_39410","subtiwiki","224308.BSU39430/224308.BSU39410","repression","txid224308" +"BSU_39430","BSU_39400","BSU_39430","Pdp","deoR","pdp","BSU_39430","Pdp","subtiwiki","224308.BSU39430/224308.BSU39400","repression","txid224308" +"BSU_misc_RNA_16","BSU_13100","BSU_misc_RNA_16","YkkD","YkkC riboswitch","ykkD","BSU_misc_RNA_16","YkkD","subtiwiki","224308.BSUmiscRNA16/224308.BSU13100","RNA switch","txid224308" +"BSU_misc_RNA_16","BSU_13090","BSU_misc_RNA_16","YkkC","YkkC riboswitch","ykkC","BSU_misc_RNA_16","YkkC","subtiwiki","224308.BSUmiscRNA16/224308.BSU13090","RNA switch","txid224308" +"BSU_05330","BSU_05340","BSU_05330","BSU_05340","aseR","aseA","BSU_05330","BSU_05340","subtiwiki","224308.BSU05330/224308.BSU05340","repression","txid224308" +"BSU_05330","BSU_05344","BSU_05330","BSU_05344","aseR","ydzS/2","BSU_05330","BSU_05344","subtiwiki","224308.BSU05330/224308.BSU05344","repression","txid224308" +"BSU_05330","BSU_05343","BSU_05330","BSU_05343","aseR","ydzS/1","BSU_05330","BSU_05343","subtiwiki","224308.BSU05330/224308.BSU05343","repression","txid224308" +"BSU_05330","BSU_05330","BSU_05330","BSU_05330","aseR","aseR","BSU_05330","BSU_05330","subtiwiki","224308.BSU05330/224308.BSU05330","repression","txid224308" +"BSU_misc_RNA_92","BSU_misc_RNA_81","BSU_misc_RNA_92","BSU_misc_RNA_81","as-bsrH","ratA","BSU_misc_RNA_92","BSU_misc_RNA_81","subtiwiki","224308.BSUmiscRNA92/224308.BSUmiscRNA81","antisense RNA","txid224308" +"BSU_misc_RNA_92","BSU_26055","BSU_misc_RNA_92","BSU_26055","as-bsrH","bsrH","BSU_misc_RNA_92","BSU_26055","subtiwiki","224308.BSUmiscRNA92/224308.BSU26055","antisense RNA","txid224308" +"BSU_05150","BSU_05160","BSU_05150","BSU_05160","aerA","aexA","BSU_05150","BSU_05160","subtiwiki","224308.BSU05150/224308.BSU05160","transcription activation","txid224308" +"BSU_10840","BSU_10850","BSU_10840","YisS","iolQ","iolX","BSU_10840","YisS","subtiwiki","224308.BSU10840/224308.BSU10850","repression","txid224308" +"BSU_04770","BSU_04760","BSU_04770","BSU_04760","pamR","ydcG","BSU_04770","BSU_04760","subtiwiki","224308.BSU04770/224308.BSU04760","repression","txid224308" +"BSU_04770","BSU_04770","BSU_04770","BSU_04770","pamR","pamR","BSU_04770","BSU_04770","subtiwiki","224308.BSU04770/224308.BSU04770","repression","txid224308" +"BSU_04770","BSU_04750","BSU_04770","BSU_04750","pamR","ydcF","BSU_04770","BSU_04750","subtiwiki","224308.BSU04770/224308.BSU04750","repression","txid224308" +"BSU_01690","BSU_01690","BSU_01690","BSU_01690","murR","murR","BSU_01690","BSU_01690","subtiwiki","224308.BSU01690/224308.BSU01690","repression","txid224308" +"BSU_01690","BSU_01700","BSU_01690","BSU_01700","murR","murQ","BSU_01690","BSU_01700","subtiwiki","224308.BSU01690/224308.BSU01700","repression","txid224308" +"BSU_01690","BSU_01680","BSU_01690","YbbF","murR","murP","BSU_01690","MurP","subtiwiki","224308.BSU01690/224308.BSU01680","repression","txid224308" +"BSU_01690","BSU_01670","BSU_01690","AmiE","murR","amiE","BSU_01690","AmiE","subtiwiki","224308.BSU01690/224308.BSU01670","repression","txid224308" +"BSU_01690","BSU_01660","BSU_01690","BSU_01660","murR","nagZ","BSU_01690","BSU_01660","subtiwiki","224308.BSU01690/224308.BSU01660","repression","txid224308" +"BSU_01690","BSU_01650","BSU_01690","NamZ","murR","namZ","BSU_01690","NamZ","subtiwiki","224308.BSU01690/224308.BSU01650","repression","txid224308" +"new_4005137_4005322_c","BSU_39010","new_4005137_4005322_c","BSU_39010","tlrBL","tlrB","new_4005137_4005322_c","BSU_39010","subtiwiki","224308.new40051374005322c/224308.BSU39010","attenuation","txid224308" +"new_820648_820823","BSU_07480","new_820648_820823","BSU_07480","yfmH","yfmG","new_820648_820823","BSU_07480","subtiwiki","224308.new820648820823/224308.BSU07480","attenuation","txid224308" +"BSU_34630","BSU_34570","BSU_34630","MdxK","mdxR","yvdK","BSU_34630","MdxK","subtiwiki","224308.BSU34630/224308.BSU34570","activation","txid224308" +"BSU_34630","BSU_34560","BSU_34630","MdxL","mdxR","malL","BSU_34630","MdxL","subtiwiki","224308.BSU34630/224308.BSU34560","activation","txid224308" +"BSU_34630","BSU_34620","BSU_34630","MdxD","mdxR","yvdF","BSU_34630","MdxD","subtiwiki","224308.BSU34630/224308.BSU34620","activation","txid224308" +"BSU_34630","BSU_34590","BSU_34630","MdxG","mdxR","mdxG","BSU_34630","MdxG","subtiwiki","224308.BSU34630/224308.BSU34590","activation","txid224308" +"BSU_34630","BSU_34580","BSU_34630","BSU_34580","mdxR","yvdJ","BSU_34630","BSU_34580","subtiwiki","224308.BSU34630/224308.BSU34580","activation","txid224308" +"BSU_34630","BSU_34600","BSU_34630","MdxF","mdxR","mdxF","BSU_34630","MdxF","subtiwiki","224308.BSU34630/224308.BSU34600","activation","txid224308" +"BSU_34630","BSU_34630","BSU_34630","BSU_34630","mdxR","mdxR","BSU_34630","BSU_34630","subtiwiki","224308.BSU34630/224308.BSU34630","activation","txid224308" +"BSU_34630","BSU_34610","BSU_34630","MdxE","mdxR","mdxE","BSU_34630","MdxE","subtiwiki","224308.BSU34630/224308.BSU34610","activation","txid224308" +"BSU_34630","BSU_34550","BSU_34630","BSU_34550","mdxR","pgcM","BSU_34630","BSU_34550","subtiwiki","224308.BSU34630/224308.BSU34550","activation","txid224308" +"BSU_20790","BSU_19920","BSU_20790","BSU_19920","mrpR","yotD","BSU_20790","BSU_19920","subtiwiki","224308.BSU20790/224308.BSU19920","repression","txid224308" +"BSU_20790","BSU_19820","BSU_20790","SprB","mrpR","sprB","BSU_20790","SprB","subtiwiki","224308.BSU20790/224308.BSU19820","repression","txid224308" +"BSU_20790","BSU_19970","BSU_20790","BSU_19970","mrpR","yosX","BSU_20790","BSU_19970","subtiwiki","224308.BSU20790/224308.BSU19970","repression","txid224308" +"BSU_20790","BSU_19870","BSU_20790","BSU_19870","mrpR","yotI","BSU_20790","BSU_19870","subtiwiki","224308.BSU20790/224308.BSU19870","repression","txid224308" +"BSU_20790","BSU_20860","BSU_20790","YopK","mrpR","aimR","BSU_20790","AimR","subtiwiki","224308.BSU20790/224308.BSU20860","repression","txid224308" +"BSU_20790","BSU_19940","BSU_20790","BSU_19940","mrpR","yotB","BSU_20790","BSU_19940","subtiwiki","224308.BSU20790/224308.BSU19940","repression","txid224308" +"BSU_20790","BSU_19930","BSU_20790","BSU_19930","mrpR","yotC","BSU_20790","BSU_19930","subtiwiki","224308.BSU20790/224308.BSU19930","repression","txid224308" +"BSU_20790","BSU_19910","BSU_20790","BSU_19910","mrpR","yotE","BSU_20790","BSU_19910","subtiwiki","224308.BSU20790/224308.BSU19910","repression","txid224308" +"BSU_20790","BSU_19880","BSU_20790","BSU_19880","mrpR","yotH","BSU_20790","BSU_19880","subtiwiki","224308.BSU20790/224308.BSU19880","repression","txid224308" +"BSU_20790","BSU_20850","BSU_20790","AimP","mrpR","aimP","BSU_20790","AimP","subtiwiki","224308.BSU20790/224308.BSU20850","repression","txid224308" +"BSU_20790","BSU_19890","BSU_20790","BSU_19890","mrpR","yotG","BSU_20790","BSU_19890","subtiwiki","224308.BSU20790/224308.BSU19890","repression","txid224308" +"BSU_20790","BSU_19860","BSU_20790","BSU_19860","mrpR","yotJ","BSU_20790","BSU_19860","subtiwiki","224308.BSU20790/224308.BSU19860","repression","txid224308" +"BSU_20790","BSU_19830","BSU_20790","BSU_19830","mrpR","yotM","BSU_20790","BSU_19830","subtiwiki","224308.BSU20790/224308.BSU19830","repression","txid224308" +"BSU_20790","BSU_19850","BSU_20790","BSU_19850","mrpR","yotK","BSU_20790","BSU_19850","subtiwiki","224308.BSU20790/224308.BSU19850","repression","txid224308" +"BSU_20790","BSU_19900","BSU_20790","BSU_19900","mrpR","yotF","BSU_20790","BSU_19900","subtiwiki","224308.BSU20790/224308.BSU19900","repression","txid224308" diff --git a/data/oxidative_stress/txid224308/nx.html b/data/oxidative_stress/txid224308/nx.html index d860c46..0b52dc3 100644 --- a/data/oxidative_stress/txid224308/nx.html +++ b/data/oxidative_stress/txid224308/nx.html @@ -1,161 +1,155 @@ - - - - - - - - - -
-

-
- - - - - - -
-

-
- + + + + +
+ + +
+
+ + + + + - + return network; + } + drawGraph(); + + \ No newline at end of file diff --git a/data/oxidative_stress/txid224308/stress_ppi_names.csv b/data/oxidative_stress/txid224308/stress_ppi_names.csv new file mode 100644 index 0000000..ea275c7 --- /dev/null +++ b/data/oxidative_stress/txid224308/stress_ppi_names.csv @@ -0,0 +1,35 @@ +id1,id2,geneName1,geneName2 +BSU_13180,BSU_29740,metE,ccpA +BSU_13180,BSU_21860,metE,brxA +BSU_13180,BSU_23990,metE,brxB +BSU_29740,BSU_40100,ccpA,ahpF +BSU_29740,BSU_40090,ccpA,ahpC +BSU_29470,BSU_29740,ackA,ccpA +BSU_12420,BSU_29740,yjoB,ccpA +BSU_12420,BSU_21860,yjoB,brxA +BSU_40090,BSU_40100,ahpC,ahpF +BSU_11500,BSU_25200,spxA,sigA +BSU_08720,BSU_29470,ygaF,ackA +BSU_08820,BSU_12420,katA,yjoB +BSU_08820,BSU_39050,katA,katE +BSU_08820,BSU_38630,katA,katX +BSU_38630,BSU_39050,katX,katE +BSU_13150,BSU_21860,ohrR,brxA +BSU_13150,BSU_23990,ohrR,brxB +BSU_29740,BSU_13180,ccpA,metE +BSU_21860,BSU_13180,brxA,metE +BSU_23990,BSU_13180,brxB,metE +BSU_40100,BSU_29740,ahpF,ccpA +BSU_40090,BSU_29740,ahpC,ccpA +BSU_29740,BSU_29470,ccpA,ackA +BSU_29740,BSU_12420,ccpA,yjoB +BSU_21860,BSU_12420,brxA,yjoB +BSU_40100,BSU_40090,ahpF,ahpC +BSU_25200,BSU_11500,sigA,spxA +BSU_29470,BSU_08720,ackA,ygaF +BSU_12420,BSU_08820,yjoB,katA +BSU_39050,BSU_08820,katE,katA +BSU_38630,BSU_08820,katX,katA +BSU_39050,BSU_38630,katE,katX +BSU_21860,BSU_13150,brxA,ohrR +BSU_23990,BSU_13150,brxB,ohrR diff --git a/data/oxidative_stress/txid224308/stress_reg_names.csv b/data/oxidative_stress/txid224308/stress_reg_names.csv new file mode 100644 index 0000000..2b5a82f --- /dev/null +++ b/data/oxidative_stress/txid224308/stress_reg_names.csv @@ -0,0 +1,40 @@ +id1,id2,geneName1,geneName2 +BSU_04730,BSU_38630,sigB,katX +BSU_04730,BSU_29760,sigB,brxC +BSU_04730,BSU_11500,sigB,spx +BSU_04730,BSU_39050,sigB,katE +BSU_04730,BSU_04730,sigB,sigB +BSU_29740,BSU_29470,ccpA,ackA +BSU_29740,BSU_04730,ccpA,sigB +BSU_25760,BSU_17970,sigK,cotM +BSU_25760,BSU_28410,sigK,gerE +BSU_25760,BSU_25760,sigK,sigK +BSU_00370,BSU_14220,abrB,ahpA +BSU_00370,BSU_15320,abrB,sigE +BSU_00370,BSU_00370,abrB,abrB +BSU_15320,BSU_17970,sigE,cotM +BSU_15320,BSU_25760,sigE,sigK +BSU_11500,BSU_21680,spx,msrB +BSU_11500,BSU_21690,spx,msrA +BSU_25200,BSU_11500,sigA,spx +BSU_25200,BSU_08730,sigA,perR +BSU_25200,BSU_40100,sigA,ahpF +BSU_25200,BSU_40090,sigA,ahpC +BSU_25200,BSU_29740,sigA,ccpA +BSU_25200,BSU_13150,sigA,ohrR +BSU_25200,BSU_13140,sigA,ohrA +BSU_25200,BSU_00370,sigA,abrB +BSU_25200,BSU_29470,sigA,ackA +BSU_25200,BSU_15320,sigA,sigE +BSU_25200,BSU_04730,sigA,sigB +BSU_25200,BSU_21680,sigA,msrB +BSU_25200,BSU_21690,sigA,msrA +BSU_25200,BSU_25200,sigA,sigA +BSU_28410,BSU_25760,gerE,sigK +BSU_28410,BSU_17970,gerE,cotM +BSU_13150,BSU_13140,ohrR,ohrA +BSU_08730,BSU_11500,perR,spx +BSU_08730,BSU_08820,perR,katA +BSU_08730,BSU_40090,perR,ahpC +BSU_08730,BSU_40100,perR,ahpF +BSU_08730,BSU_08730,perR,perR diff --git a/data/oxidative_stress/txid7955-protein_protein_interaction.csv b/data/oxidative_stress/txid7955-protein_protein_interaction.csv new file mode 100644 index 0000000..7c39c49 --- /dev/null +++ b/data/oxidative_stress/txid7955-protein_protein_interaction.csv @@ -0,0 +1,45004 @@ +"id1","id2","name1","name2","geneName1","geneName2","altName1","altName2","source","sourceLink","intType","species" +"Q6P2U7","Q503E6","nherf1a","ezrl","slc9a3r1a","Q503E6","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000108896/7955.ENSDARP00000000069","physical","txid7955" +"Q6P2U7","B6DUH7","nherf1a","si:dkey-31f5.2","slc9a3r1a","B6DUH7","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Chloride anion exchanger (Solute carrier family 26 member 3)","string-db","7955.ENSDARP00000040423/7955.ENSDARP00000000069","physical","txid7955" +"Q6P2U7","E7F638","nherf1a","msn","slc9a3r1a","E7F638","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000105041/7955.ENSDARP00000000069","physical","txid7955" +"Q6P2U7","Q5TZG5","nherf1a","ezr","slc9a3r1a","ezrb","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000073352/7955.ENSDARP00000000069","physical","txid7955" +"Q6P2U7","Q66I42","nherf1a","rdx","slc9a3r1a","msna","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000017246/7955.ENSDARP00000000069","physical","txid7955" +"Q6P2U7","Q1LX78","nherf1a","cftr","slc9a3r1a","Q1LX78","Na(+)/H(+) exchange regulatory cofactor NHE-RF","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000000069","physical","txid7955" +"Q66I42","Q6Q413","rdx","nf2a","msna","nf2b","Moesin (Membrane-organizing extension spike protein)","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","string-db","7955.ENSDARP00000035057/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","A0A8M2B8K6","rdx","inadl","msna","A0A8M2B8K6","Moesin (Membrane-organizing extension spike protein)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q5YKG4","rdx","gna12","msna","gna12a","Moesin (Membrane-organizing extension spike protein)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","F1QTX0","rdx","cb1074","msna","F1QTX0","Moesin (Membrane-organizing extension spike protein)","Na(+)/H(+) exchange regulatory cofactor NHE-RF3 (PDZ domain-containing 1)","string-db","7955.ENSDARP00000108396/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q1A5L2","rdx","crb2","msna","crb2a","Moesin (Membrane-organizing extension spike protein)","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","string-db","7955.ENSDARP00000078813/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","B3DGL5","rdx","LOC561184","msna","B3DGL5","Moesin (Membrane-organizing extension spike protein)","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","string-db","7955.ENSDARP00000120670/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q8JG61","rdx","epb41","msna","epb41b","Moesin (Membrane-organizing extension spike protein)","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","string-db","7955.ENSDARP00000039745/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","P83751","rdx","actb","msna","P83751","Moesin (Membrane-organizing extension spike protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q7ZVI7","rdx","actba","msna","actba","Moesin (Membrane-organizing extension spike protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q7ZVF9","rdx","actbb","msna","Q7ZVF9","Moesin (Membrane-organizing extension spike protein)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","E7F6T0","rdx","CD44 antigen","msna","cd44a","Moesin (Membrane-organizing extension spike protein)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","P83750","rdx","actb","msna","P83750","Moesin (Membrane-organizing extension spike protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000017246","physical","txid7955" +"Q66I42","Q5TZG5","rdx","ezr","msna","ezrb","Moesin (Membrane-organizing extension spike protein)","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000073352/7955.ENSDARP00000017246","physical","txid7955" +"Q5TZG5","A0A0R4IP15","ezr","cb333","ezrb","neo1a","Ezrin (Cytovillin) (Villin-2) (p81)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","Q7ZSZ9","ezr","rac1","ezrb","rac1a","Ezrin (Cytovillin) (Villin-2) (p81)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","B3DGL5","ezr","LOC561184","ezrb","B3DGL5","Ezrin (Cytovillin) (Villin-2) (p81)","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","string-db","7955.ENSDARP00000120670/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","F1QTX0","ezr","cb1074","ezrb","F1QTX0","Ezrin (Cytovillin) (Villin-2) (p81)","Na(+)/H(+) exchange regulatory cofactor NHE-RF3 (PDZ domain-containing 1)","string-db","7955.ENSDARP00000108396/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","A0A8M2B8K6","ezr","inadl","ezrb","A0A8M2B8K6","Ezrin (Cytovillin) (Villin-2) (p81)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","E7F6T0","ezr","CD44 antigen","ezrb","cd44a","Ezrin (Cytovillin) (Villin-2) (p81)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","E7F004","ezr","LOC100332721","ezrb","neo1b","Ezrin (Cytovillin) (Villin-2) (p81)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","Q29RC5","ezr","Ras-related C3 botulinum toxin substrate 1","ezrb","rac1b","Ezrin (Cytovillin) (Villin-2) (p81)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000106208/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","A0A0R4IAS2","ezr","cb180","ezrb","ppl","Ezrin (Cytovillin) (Villin-2) (p81)","Periplakin","string-db","7955.ENSDARP00000130075/7955.ENSDARP00000073352","physical","txid7955" +"Q5TZG5","Q5RHU2","ezr","si:dkey-146n1.1","ezrb","podxl","Ezrin (Cytovillin) (Villin-2) (p81)","Podocalyxin (Podocalyxin-like protein 1)","string-db","7955.ENSDARP00000093077/7955.ENSDARP00000073352","physical","txid7955" +"Q503E6","Q6NV39","ezrl","im:7151147","Q503E6","Q6NV39","Ezrin (Cytovillin) (Villin-2) (p81)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000108896","physical","txid7955" +"E7F638","A0A8M2B8K6","msn","inadl","E7F638","A0A8M2B8K6","Moesin (Membrane-organizing extension spike protein)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000105041","physical","txid7955" +"E7F638","E7F6T0","msn","CD44 antigen","E7F638","cd44a","Moesin (Membrane-organizing extension spike protein)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000105041","physical","txid7955" +"Q1LX78","A0A0N4SUD2","cftr","Ubi-p63E","Q1LX78","ubb","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","B8JL43","cftr","cb285","Q1LX78","tfa","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Serotransferrin","string-db","7955.ENSDARP00000100241/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q7ZW98","cftr","ap2m1b","Q1LX78","Q7ZW98","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q6PHG0","cftr","fe38f01","Q1LX78","gopc","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Golgi-associated PDZ and coiled-coil motif-containing","string-db","7955.ENSDARP00000061134/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","F8W4B7","cftr","Histone deacetylase 6","Q1LX78","hdac6","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q7SXA3","cftr","zgc:66168","Q1LX78","rps27a","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q4VBS8","cftr","zgc:110436","Q1LX78","derl2","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q6PBH4","cftr","dynll2","Q1LX78","dynll1","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q7T3F3","cftr","ube2nl","Q1LX78","ube2nb","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","E9QDP8","cftr","il-7ra","Q1LX78","il7r","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q2TTK0","cftr","si:ch211-214g8.2","Q1LX78","igf2r","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q5MPX4","cftr","Transferrin receptor protein 1","Q1LX78","Q5MPX4","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q1LUM9","cftr","dncli2","Q1LX78","Q1LUM9","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","A0A2R8Q7M1","cftr","scarb2b","Q1LX78","A0A2R8Q7M1","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","A3QK16","cftr","erlin2","Q1LX78","erlin2","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q6NYJ9","cftr","fa16e07","Q1LX78","ap2b1","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","A0A0R4IQX4","cftr","si:ch73-215d9.1","Q1LX78","A0A0R4IQX4","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","Q8JGR8","cftr","scarb2","Q1LX78","scarb2a","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000060242","physical","txid7955" +"Q1LX78","F1QHN6","cftr","im:7042025","Q1LX78","ubc","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060242","physical","txid7955" +"B6DUH7","F1QTX0","si:dkey-31f5.2","cb1074","B6DUH7","F1QTX0","Chloride anion exchanger (Solute carrier family 26 member 3)","Na(+)/H(+) exchange regulatory cofactor NHE-RF3 (PDZ domain-containing 1)","string-db","7955.ENSDARP00000108396/7955.ENSDARP00000040423","physical","txid7955" +"Q98867","Q90415","thraa","rxrab","thraa","Q90415","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","Retinoic acid receptor RXR-alpha-B (Nuclear receptor subfamily 2 group B member 1-B) (Retinoid X receptor alpha-B)","string-db","7955.ENSDARP00000004918/7955.ENSDARP00000000160","physical","txid7955" +"Q98867","U3JAT9","thraa","Thyroid hormone receptor alpha b","thraa","thrab","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000000160","physical","txid7955" +"Q98867","Q5TZH0","thraa","si:dkey-244b23.1","thraa","Q5TZH0","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","Glutamate receptor-interacting protein 1","string-db","7955.ENSDARP00000006095/7955.ENSDARP00000000160","physical","txid7955" +"Q5TZH0","E7FCN9","si:dkey-244b23.1","Chondroitin sulfate proteoglycan 4","Q5TZH0","E7FCN9","Glutamate receptor-interacting protein 1","Chondroitin sulfate proteoglycan 4","string-db","7955.ENSDARP00000101583/7955.ENSDARP00000006095","physical","txid7955" +"Q5TZH0","Q1XHK0","si:dkey-244b23.1","fb13f09","Q5TZH0","nr3c1","Glutamate receptor-interacting protein 1","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","string-db","7955.ENSDARP00000054263/7955.ENSDARP00000006095","physical","txid7955" +"U3JAT9","X1WHD4","Thyroid hormone receptor alpha b","Corticotropin-releasing factor receptor 1","thrab","crhr1","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000127358","physical","txid7955" +"U3JAT9","E7F3U8","Thyroid hormone receptor alpha b","Muscarinic acetylcholine receptor","thrab","chrm4a","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000142993/7955.ENSDARP00000127358","physical","txid7955" +"Q90415","Q91392","rxrab","rarga","Q90415","rarga","Retinoic acid receptor RXR-alpha-B (Nuclear receptor subfamily 2 group B member 1-B) (Retinoid X receptor alpha-B)","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","string-db","7955.ENSDARP00000049550/7955.ENSDARP00000004918","physical","txid7955" +"Q90415","Q90271","rxrab","raraa","Q90415","raraa","Retinoic acid receptor RXR-alpha-B (Nuclear receptor subfamily 2 group B member 1-B) (Retinoid X receptor alpha-B)","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","string-db","7955.ENSDARP00000073792/7955.ENSDARP00000004918","physical","txid7955" +"Q6DHB6","Q1LXK0","fa97a07","Keratin, type 1, gene 19d","Q6DHB6","krt1-19d","Keratin 91 (Zgc:92533)","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","string-db","7955.ENSDARP00000011549/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q7ZTS4","fa97a07","krt18","Q6DHB6","Q7ZTS4","Keratin 91 (Zgc:92533)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q1RLR3","fa97a07","wu:fa96h10","Q6DHB6","Q1RLR3","Keratin 91 (Zgc:92533)","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","string-db","7955.ENSDARP00000006888/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q1LXJ7","fa97a07","Type I cytokeratin, enveloping layer,-like","Q6DHB6","cyt1l","Keratin 91 (Zgc:92533)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","B0UYR9","fa97a07","zgc:171226","Q6DHB6","B0UYR9","Keratin 91 (Zgc:92533)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q6DHU3","fa97a07","cb112","Q6DHB6","Q6DHU3","Keratin 91 (Zgc:92533)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q9PWD8","fa97a07","wu:fa03a08","Q6DHB6","Q9PWD8","Keratin 91 (Zgc:92533)","Type I cytokeratin","string-db","7955.ENSDARP00000028148/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q1LXJ9","fa97a07","im:6905469","Q6DHB6","Q1LXJ9","Keratin 91 (Zgc:92533)","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","F1QV31","fa97a07","ckii","Q6DHB6","krt5","Keratin 91 (Zgc:92533)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q6NWF6","fa97a07","krt8","Q6DHB6","krt8","Keratin 91 (Zgc:92533)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q6DG66","fa97a07","Keratin 95","Q6DHB6","krt95","Keratin 91 (Zgc:92533)","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","string-db","7955.ENSDARP00000041532/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","B0UYS0","fa97a07","wu:fa91c06","Q6DHB6","B0UYS0","Keratin 91 (Zgc:92533)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","F1RDG4","fa97a07","Keratin, type II cytoskeletal 8 isoform X1","Q6DHB6","F1RDG4","Keratin 91 (Zgc:92533)","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","string-db","7955.ENSDARP00000063483/7955.ENSDARP00000000221","physical","txid7955" +"Q6DHB6","Q1LXJ1","fa97a07","si:dkeyp-113d7.7","Q6DHB6","Q1LXJ1","Keratin 91 (Zgc:92533)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000000221","physical","txid7955" +"Q6DG66","Q1LXJ1","Keratin 95","si:dkeyp-113d7.7","krt95","Q1LXJ1","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","Q1LXJ7","Keratin 95","Type I cytokeratin, enveloping layer,-like","krt95","cyt1l","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","Q6DHU3","Keratin 95","cb112","krt95","Q6DHU3","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","F1QV31","Keratin 95","ckii","krt95","krt5","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","Q7ZTS4","Keratin 95","krt18","krt95","Q7ZTS4","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","B0UYR9","Keratin 95","zgc:171226","krt95","B0UYR9","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","B0UYS0","Keratin 95","wu:fa91c06","krt95","B0UYS0","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","Q1LXJ9","Keratin 95","im:6905469","krt95","Q1LXJ9","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","F1RDG4","Keratin 95","Keratin, type II cytoskeletal 8 isoform X1","krt95","F1RDG4","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","string-db","7955.ENSDARP00000063483/7955.ENSDARP00000041532","physical","txid7955" +"Q6DG66","Q6NWF6","Keratin 95","krt8","krt95","krt8","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000041532","physical","txid7955" +"Q1LXJ1","Q1LXJ7","si:dkeyp-113d7.7","Type I cytokeratin, enveloping layer,-like","Q1LXJ1","cyt1l","Keratin 17 (Si:dkeyp-113d7.7)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000095774","physical","txid7955" +"Q1LXJ1","B0UYR9","si:dkeyp-113d7.7","zgc:171226","Q1LXJ1","B0UYR9","Keratin 17 (Si:dkeyp-113d7.7)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000095774","physical","txid7955" +"Q1LXJ1","F1QV31","si:dkeyp-113d7.7","ckii","Q1LXJ1","krt5","Keratin 17 (Si:dkeyp-113d7.7)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000095774","physical","txid7955" +"Q1LXJ1","Q7ZTS4","si:dkeyp-113d7.7","krt18","Q1LXJ1","Q7ZTS4","Keratin 17 (Si:dkeyp-113d7.7)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000095774","physical","txid7955" +"Q1LXJ1","Q6DHU3","si:dkeyp-113d7.7","cb112","Q1LXJ1","Q6DHU3","Keratin 17 (Si:dkeyp-113d7.7)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000095774","physical","txid7955" +"Q9PWD8","Q6DHU3","wu:fa03a08","cb112","Q9PWD8","Q6DHU3","Type I cytokeratin","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","F1RDG4","wu:fa03a08","Keratin, type II cytoskeletal 8 isoform X1","Q9PWD8","F1RDG4","Type I cytokeratin","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","string-db","7955.ENSDARP00000063483/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q6NWF6","wu:fa03a08","krt8","Q9PWD8","krt8","Type I cytokeratin","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","F1QV31","wu:fa03a08","ckii","Q9PWD8","krt5","Type I cytokeratin","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","B0UYS0","wu:fa03a08","wu:fa91c06","Q9PWD8","B0UYS0","Type I cytokeratin","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q7ZTS4","wu:fa03a08","krt18","Q9PWD8","Q7ZTS4","Type I cytokeratin","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q1LXJ9","wu:fa03a08","im:6905469","Q9PWD8","Q1LXJ9","Type I cytokeratin","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q1LXJ1","wu:fa03a08","si:dkeyp-113d7.7","Q9PWD8","Q1LXJ1","Type I cytokeratin","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q1LXJ7","wu:fa03a08","Type I cytokeratin, enveloping layer,-like","Q9PWD8","cyt1l","Type I cytokeratin","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","Q6DG66","wu:fa03a08","Keratin 95","Q9PWD8","krt95","Type I cytokeratin","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","string-db","7955.ENSDARP00000041532/7955.ENSDARP00000028148","physical","txid7955" +"Q9PWD8","B0UYR9","wu:fa03a08","zgc:171226","Q9PWD8","B0UYR9","Type I cytokeratin","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000028148","physical","txid7955" +"Q1LXJ7","Q6DHU3","Type I cytokeratin, enveloping layer,-like","cb112","cyt1l","Q6DHU3","Type I cytokeratin, enveloping layer,-like","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000095806","physical","txid7955" +"Q1LXJ7","Q804S5","Type I cytokeratin, enveloping layer,-like","mib1","cyt1l","mib1","Type I cytokeratin, enveloping layer,-like","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000095806","physical","txid7955" +"Q1LXJ7","B0UYR9","Type I cytokeratin, enveloping layer,-like","zgc:171226","cyt1l","B0UYR9","Type I cytokeratin, enveloping layer,-like","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000095806","physical","txid7955" +"Q1LXJ7","F1QV31","Type I cytokeratin, enveloping layer,-like","ckii","cyt1l","krt5","Type I cytokeratin, enveloping layer,-like","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000095806","physical","txid7955" +"Q1LXJ7","Q7ZTS4","Type I cytokeratin, enveloping layer,-like","krt18","cyt1l","Q7ZTS4","Type I cytokeratin, enveloping layer,-like","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000095806","physical","txid7955" +"Q7ZTS4","Q58EK5","krt18","tdrd1","Q7ZTS4","Q58EK5","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000110768","physical","txid7955" +"Q7ZTS4","B0UYR9","krt18","zgc:171226","Q7ZTS4","B0UYR9","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000110768","physical","txid7955" +"F1QV31","Q7ZTS4","ckii","krt18","krt5","Q7ZTS4","Keratin 5","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000108711","physical","txid7955" +"F1QV31","B0UYR9","ckii","zgc:171226","krt5","B0UYR9","Keratin 5","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000108711","physical","txid7955" +"Q6NWF6","Q6DHU3","krt8","cb112","krt8","Q6DHU3","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","Q58EK5","krt8","tdrd1","krt8","Q58EK5","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","B0UYS0","krt8","wu:fa91c06","krt8","B0UYS0","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","Q1LXJ7","krt8","Type I cytokeratin, enveloping layer,-like","krt8","cyt1l","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","F1QV31","krt8","ckii","krt8","krt5","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","B0UYR9","krt8","zgc:171226","krt8","B0UYR9","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","Q7ZTS4","krt8","krt18","krt8","Q7ZTS4","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000075658","physical","txid7955" +"Q6NWF6","Q1LXJ1","krt8","si:dkeyp-113d7.7","krt8","Q1LXJ1","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000075658","physical","txid7955" +"F1RDG4","F1QV31","Keratin, type II cytoskeletal 8 isoform X1","ckii","F1RDG4","krt5","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q1LXJ1","Keratin, type II cytoskeletal 8 isoform X1","si:dkeyp-113d7.7","F1RDG4","Q1LXJ1","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","B0UYR9","Keratin, type II cytoskeletal 8 isoform X1","zgc:171226","F1RDG4","B0UYR9","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q6NWF6","Keratin, type II cytoskeletal 8 isoform X1","krt8","F1RDG4","krt8","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q6DHU3","Keratin, type II cytoskeletal 8 isoform X1","cb112","F1RDG4","Q6DHU3","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q1LXJ9","Keratin, type II cytoskeletal 8 isoform X1","im:6905469","F1RDG4","Q1LXJ9","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","B0UYS0","Keratin, type II cytoskeletal 8 isoform X1","wu:fa91c06","F1RDG4","B0UYS0","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q7ZTS4","Keratin, type II cytoskeletal 8 isoform X1","krt18","F1RDG4","Q7ZTS4","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000063483","physical","txid7955" +"F1RDG4","Q1LXJ7","Keratin, type II cytoskeletal 8 isoform X1","Type I cytokeratin, enveloping layer,-like","F1RDG4","cyt1l","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000063483","physical","txid7955" +"Q1LXK0","Q7ZTS4","Keratin, type 1, gene 19d","krt18","krt1-19d","Q7ZTS4","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q6NWF6","Keratin, type 1, gene 19d","krt8","krt1-19d","krt8","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","B0UYS0","Keratin, type 1, gene 19d","wu:fa91c06","krt1-19d","B0UYS0","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q6DG66","Keratin, type 1, gene 19d","Keratin 95","krt1-19d","krt95","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","string-db","7955.ENSDARP00000041532/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","F1RDG4","Keratin, type 1, gene 19d","Keratin, type II cytoskeletal 8 isoform X1","krt1-19d","F1RDG4","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","string-db","7955.ENSDARP00000063483/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","F1QV31","Keratin, type 1, gene 19d","ckii","krt1-19d","krt5","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q1LXJ1","Keratin, type 1, gene 19d","si:dkeyp-113d7.7","krt1-19d","Q1LXJ1","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q1LXJ9","Keratin, type 1, gene 19d","im:6905469","krt1-19d","Q1LXJ9","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q1LXJ7","Keratin, type 1, gene 19d","Type I cytokeratin, enveloping layer,-like","krt1-19d","cyt1l","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","B0UYR9","Keratin, type 1, gene 19d","zgc:171226","krt1-19d","B0UYR9","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q9PWD8","Keratin, type 1, gene 19d","wu:fa03a08","krt1-19d","Q9PWD8","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Type I cytokeratin","string-db","7955.ENSDARP00000028148/7955.ENSDARP00000011549","physical","txid7955" +"Q1LXK0","Q6DHU3","Keratin, type 1, gene 19d","cb112","krt1-19d","Q6DHU3","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000011549","physical","txid7955" +"Q6DHU3","F1QV31","cb112","ckii","Q6DHU3","krt5","Keratin 97 (Zgc:92061)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000096586","physical","txid7955" +"Q6DHU3","B0UYR9","cb112","zgc:171226","Q6DHU3","B0UYR9","Keratin 97 (Zgc:92061)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000096586","physical","txid7955" +"Q6DHU3","Q7ZTS4","cb112","krt18","Q6DHU3","Q7ZTS4","Keratin 97 (Zgc:92061)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000096586","physical","txid7955" +"B0UYS0","Q6DHU3","wu:fa91c06","cb112","B0UYS0","Q6DHU3","Keratin 15 (Keratin, type I cytoskeletal 24)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000095029","physical","txid7955" +"B0UYS0","B0UYR9","wu:fa91c06","zgc:171226","B0UYS0","B0UYR9","Keratin 15 (Keratin, type I cytoskeletal 24)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000095029","physical","txid7955" +"B0UYS0","F1QV31","wu:fa91c06","ckii","B0UYS0","krt5","Keratin 15 (Keratin, type I cytoskeletal 24)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000095029","physical","txid7955" +"B0UYS0","Q1LXJ1","wu:fa91c06","si:dkeyp-113d7.7","B0UYS0","Q1LXJ1","Keratin 15 (Keratin, type I cytoskeletal 24)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000095029","physical","txid7955" +"B0UYS0","Q7ZTS4","wu:fa91c06","krt18","B0UYS0","Q7ZTS4","Keratin 15 (Keratin, type I cytoskeletal 24)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000095029","physical","txid7955" +"B0UYS0","Q1LXJ7","wu:fa91c06","Type I cytokeratin, enveloping layer,-like","B0UYS0","cyt1l","Keratin 15 (Keratin, type I cytoskeletal 24)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000095029","physical","txid7955" +"Q1RLR3","F1QV31","wu:fa96h10","ckii","Q1RLR3","krt5","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q1LXJ7","wu:fa96h10","Type I cytokeratin, enveloping layer,-like","Q1RLR3","cyt1l","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q1LXJ9","wu:fa96h10","im:6905469","Q1RLR3","Q1LXJ9","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin type 1 c19e","string-db","7955.ENSDARP00000066619/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q9PWD8","wu:fa96h10","wu:fa03a08","Q1RLR3","Q9PWD8","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Type I cytokeratin","string-db","7955.ENSDARP00000028148/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q6NWF6","wu:fa96h10","krt8","Q1RLR3","krt8","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q1LXK0","wu:fa96h10","Keratin, type 1, gene 19d","Q1RLR3","krt1-19d","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","string-db","7955.ENSDARP00000011549/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q1LXJ1","wu:fa96h10","si:dkeyp-113d7.7","Q1RLR3","Q1LXJ1","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","B0UYR9","wu:fa96h10","zgc:171226","Q1RLR3","B0UYR9","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","F1RDG4","wu:fa96h10","Keratin, type II cytoskeletal 8 isoform X1","Q1RLR3","F1RDG4","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin, type II cytoskeletal 8 isoform X1 (Si:dkey-222f2.1)","string-db","7955.ENSDARP00000063483/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q6DHU3","wu:fa96h10","cb112","Q1RLR3","Q6DHU3","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","B0UYS0","wu:fa96h10","wu:fa91c06","Q1RLR3","B0UYS0","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q7ZTS4","wu:fa96h10","krt18","Q1RLR3","Q7ZTS4","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000006888","physical","txid7955" +"Q1RLR3","Q6DG66","wu:fa96h10","Keratin 95","Q1RLR3","krt95","Keratin 93 (Uncharacterized protein LOC678611) (Zgc:136902)","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","string-db","7955.ENSDARP00000041532/7955.ENSDARP00000006888","physical","txid7955" +"Q1LXJ9","Q7ZTS4","im:6905469","krt18","Q1LXJ9","Q7ZTS4","Keratin type 1 c19e","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","Q1LXJ7","im:6905469","Type I cytokeratin, enveloping layer,-like","Q1LXJ9","cyt1l","Keratin type 1 c19e","Type I cytokeratin, enveloping layer,-like","string-db","7955.ENSDARP00000095806/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","F1QV31","im:6905469","ckii","Q1LXJ9","krt5","Keratin type 1 c19e","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","Q1LXJ1","im:6905469","si:dkeyp-113d7.7","Q1LXJ9","Q1LXJ1","Keratin type 1 c19e","Keratin 17 (Si:dkeyp-113d7.7)","string-db","7955.ENSDARP00000095774/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","Q6NWF6","im:6905469","krt8","Q1LXJ9","krt8","Keratin type 1 c19e","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","string-db","7955.ENSDARP00000075658/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","Q6DHU3","im:6905469","cb112","Q1LXJ9","Q6DHU3","Keratin type 1 c19e","Keratin 97 (Zgc:92061)","string-db","7955.ENSDARP00000096586/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","B0UYS0","im:6905469","wu:fa91c06","Q1LXJ9","B0UYS0","Keratin type 1 c19e","Keratin 15 (Keratin, type I cytoskeletal 24)","string-db","7955.ENSDARP00000095029/7955.ENSDARP00000066619","physical","txid7955" +"Q1LXJ9","B0UYR9","im:6905469","zgc:171226","Q1LXJ9","B0UYR9","Keratin type 1 c19e","Keratin 98 (Uncharacterized protein LOC100124615 isoform X1)","string-db","7955.ENSDARP00000121004/7955.ENSDARP00000066619","physical","txid7955" +"B0S789","A0A8M2B248","STAT","ISGF3G","stat1b","A0A8M2B248","Signal transducer and activator of transcription","Interferon regulatory factor 9","string-db","7955.ENSDARP00000123550/7955.ENSDARP00000000280","physical","txid7955" +"B0S789","Q7ZVT2","STAT","pkm2a","stat1b","pkma","Signal transducer and activator of transcription","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000000280","physical","txid7955" +"A0A8M2B248","A0A0R4IMZ8","ISGF3G","wu:fc12b10","A0A8M2B248","A0A0R4IMZ8","Interferon regulatory factor 9","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000123550","physical","txid7955" +"Q800E7","Q502C6","si:bz1d10.3","zgc:158528","Q800E7","Q502C6","Phosphodiesterase (EC 3.1.4.-)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134263/7955.ENSDARP00000000392","physical","txid7955" +"Q800E7","Q90WX6","si:bz1d10.3","fk56e06","Q800E7","Q90WX6","Phosphodiesterase (EC 3.1.4.-)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000000392","physical","txid7955" +"Q800E7","Q90WX5","si:bz1d10.3","Cone transducin alpha subunit","Q800E7","Q90WX5","Phosphodiesterase (EC 3.1.4.-)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000000392","physical","txid7955" +"Q800E7","Q7ZVI5","si:bz1d10.3","pde6g","Q800E7","Q7ZVI5","Phosphodiesterase (EC 3.1.4.-)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134212/7955.ENSDARP00000000392","physical","txid7955" +"Q800E7","E7F5I9","si:bz1d10.3","Phosphodiesterase","Q800E7","E7F5I9","Phosphodiesterase (EC 3.1.4.-)","Phosphodiesterase (EC 3.1.4.-)","string-db","7955.ENSDARP00000123023/7955.ENSDARP00000000392","physical","txid7955" +"Q7ZVI5","Q502C6","pde6g","zgc:158528","Q7ZVI5","Q502C6","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134263/7955.ENSDARP00000134212","physical","txid7955" +"Q90WX5","Q15KE4","Cone transducin alpha subunit","zgc:110302","Q90WX5","Q15KE4","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q1JPZ3","Cone transducin alpha subunit","src","Q90WX5","Q1JPZ3","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6ZM84","Cone transducin alpha subunit","rgs9","Q90WX5","rgs9b","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","R4GE45","Cone transducin alpha subunit","Guanine nucleotide-binding protein subunit gamma","Q90WX5","si:ch211-286b5.5","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","F1Q9W6","Cone transducin alpha subunit","rgs7","Q90WX5","F1Q9W6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","B8JJL3","Cone transducin alpha subunit","ER[b]1","Q90WX5","B8JJL3","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A8M6Z3Y2","Cone transducin alpha subunit","adenylate cyclase","Q90WX5","A0A8M6Z3Y2","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q1LW07","Cone transducin alpha subunit","si:ch211-207c7.1","Q90WX5","Q1LW07","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q5YKG3","Cone transducin alpha subunit","gna13","Q90WX5","gna13a","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A0G2L6W9","Cone transducin alpha subunit","Guanine nucleotide-binding protein subunit gamma","Q90WX5","A0A0G2L6W9","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6DGI0","Cone transducin alpha subunit","rgs8","Q90WX5","Q6DGI0","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G-protein signaling 8 (RGS8)","string-db","7955.ENSDARP00000093238/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A2R8RKX9","Cone transducin alpha subunit","zgc:101614","Q90WX5","A0A2R8RKX9","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q503Q6","Cone transducin alpha subunit","zgc:110316","Q90WX5","Q503Q6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A0G2LAU9","Cone transducin alpha subunit","gnaz","Q90WX5","A0A0G2LAU9","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q1L8K1","Cone transducin alpha subunit","si:dkey-266i6.1","Q90WX5","Q1L8K1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000119823/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q7ZVI5","Cone transducin alpha subunit","pde6g","Q90WX5","Q7ZVI5","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134212/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","B8A5L7","Cone transducin alpha subunit","zgc:171922","Q90WX5","rgs11","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q9YI00","Cone transducin alpha subunit","zg05","Q90WX5","fzd8a","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6PBR4","Cone transducin alpha subunit","gngt2","Q90WX5","Q6PBR4","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","E7FDV3","Cone transducin alpha subunit","adcy3","Q90WX5","E7FDV3","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000101956/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q5RIV6","Cone transducin alpha subunit","Opn5m","Q90WX5","Q5RIV6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","B3DIM4","Cone transducin alpha subunit","LOC100007047","Q90WX5","B3DIM4","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q9W6A9","Cone transducin alpha subunit","opn1sw1","Q90WX5","Q9W6A9","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","D2CFN3","Cone transducin alpha subunit","si:dkey-178j17.2","Q90WX5","adcy5","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","F1QJL5","Cone transducin alpha subunit","zgc:100942","Q90WX5","gna15.1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A9NJI7","Cone transducin alpha subunit","Encephalopsin","Q90WX5","opn3","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","B3DI16","Cone transducin alpha subunit","gna11","Q90WX5","B3DI16","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q8AYN0","Cone transducin alpha subunit","opn1lw2","Q90WX5","opn1lw2","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A0R4IHM6","Cone transducin alpha subunit","gng12b","Q90WX5","si:dkey-44g17.6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q9I9I2","Cone transducin alpha subunit","wnt11r","Q90WX5","wnt11","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6PBP1","Cone transducin alpha subunit","gnao1","Q90WX5","Q6PBP1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q803H5","Cone transducin alpha subunit","gnb1l","Q90WX5","gnb1b","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q38JL1","Cone transducin alpha subunit","hm:zeh0300","Q90WX5","rgs6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","E7F2G6","Cone transducin alpha subunit","G protein-coupled purinergic receptor p2y 12","Q90WX5","E7F2G6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q7T2D3","Cone transducin alpha subunit","rgs5","Q90WX5","rgs5a","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","string-db","7955.ENSDARP00000108854/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q567Y2","Cone transducin alpha subunit","rgr1","Q90WX5","Q567Y2","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0A8M3ANZ5","Cone transducin alpha subunit","gng12","Q90WX5","A0A8M3ANZ5","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6PH57","Cone transducin alpha subunit","gnb1","Q90WX5","gnb1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","X1WBG0","Cone transducin alpha subunit","fb09a11","Q90WX5","si:dkey-204f11.64","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A0JBX4","Cone transducin alpha subunit","fzd3l","Q90WX5","fzd3b","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q2MHK8","Cone transducin alpha subunit","tas2r1a","Q90WX5","Q2MHK8","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Taste receptor type 2","string-db","7955.ENSDARP00000097664/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q7ZW82","Cone transducin alpha subunit","cb874","Q90WX5","gnaia","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","P57717","Cone transducin alpha subunit","esr1","Q90WX5","P57717","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A1L271","Cone transducin alpha subunit","gnb5a","Q90WX5","gnb5a","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","B3DI13","Cone transducin alpha subunit","zgc:194426","Q90WX5","rgs19","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Regulator of G-protein signaling 19 (Zgc:194426)","string-db","7955.ENSDARP00000102733/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q90WX6","Cone transducin alpha subunit","fk56e06","Q90WX5","Q90WX6","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","E7F5I9","Cone transducin alpha subunit","Phosphodiesterase","Q90WX5","E7F5I9","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Phosphodiesterase (EC 3.1.4.-)","string-db","7955.ENSDARP00000123023/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","F1QJX7","Cone transducin alpha subunit","Adenylate cyclase-stimulating G alpha protein","Q90WX5","gnas","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","E7F1F5","Cone transducin alpha subunit","Guanine nucleotide-binding protein subunit gamma","Q90WX5","gngt2b","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","A1L1U1","Cone transducin alpha subunit","Striatin","Q90WX5","A1L1U1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q9W6A7","Cone transducin alpha subunit","opn1lw1","Q90WX5","opn1lw1","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6TNT8","Cone transducin alpha subunit","gnai2l","Q90WX5","gnai2a","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX5","Q6PBY0","Cone transducin alpha subunit","gnb5b","Q90WX5","gnb5b","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000062362","physical","txid7955" +"Q90WX6","Q6PBP1","fk56e06","gnao1","Q90WX6","Q6PBP1","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A0A8M3ANZ5","fk56e06","gng12","Q90WX6","A0A8M3ANZ5","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A0A0G2L6W9","fk56e06","Guanine nucleotide-binding protein subunit gamma","Q90WX6","A0A0G2L6W9","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","E7F1F5","fk56e06","Guanine nucleotide-binding protein subunit gamma","Q90WX6","gngt2b","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q6PBY0","fk56e06","gnb5b","Q90WX6","gnb5b","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A1L271","fk56e06","gnb5a","Q90WX6","gnb5a","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","E7F5I9","fk56e06","Phosphodiesterase","Q90WX6","E7F5I9","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Phosphodiesterase (EC 3.1.4.-)","string-db","7955.ENSDARP00000123023/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","B3DI16","fk56e06","gna11","Q90WX6","B3DI16","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q6PBR4","fk56e06","gngt2","Q90WX6","Q6PBR4","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","R4GE45","fk56e06","Guanine nucleotide-binding protein subunit gamma","Q90WX6","si:ch211-286b5.5","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q6TNT8","fk56e06","gnai2l","Q90WX6","gnai2a","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q15KE4","fk56e06","zgc:110302","Q90WX6","Q15KE4","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A0A2R8RKX9","fk56e06","zgc:101614","Q90WX6","A0A2R8RKX9","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q8AYN0","fk56e06","opn1lw2","Q90WX6","opn1lw2","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","X1WBG0","fk56e06","fb09a11","Q90WX6","si:dkey-204f11.64","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q9W6A7","fk56e06","opn1lw1","Q90WX6","opn1lw1","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","B3DIM4","fk56e06","LOC100007047","Q90WX6","B3DIM4","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q6PH57","fk56e06","gnb1","Q90WX6","gnb1","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","F1QJL5","fk56e06","zgc:100942","Q90WX6","gna15.1","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q7ZW82","fk56e06","cb874","Q90WX6","gnaia","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q7ZVI5","fk56e06","pde6g","Q90WX6","Q7ZVI5","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134212/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q567Y2","fk56e06","rgr1","Q90WX6","Q567Y2","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q9W6A9","fk56e06","opn1sw1","Q90WX6","Q9W6A9","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q5RIV6","fk56e06","Opn5m","Q90WX6","Q5RIV6","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","F1QJX7","fk56e06","Adenylate cyclase-stimulating G alpha protein","Q90WX6","gnas","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q803H5","fk56e06","gnb1l","Q90WX6","gnb1b","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q5YKG3","fk56e06","gna13","Q90WX6","gna13a","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","Q1LW07","fk56e06","si:ch211-207c7.1","Q90WX6","Q1LW07","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A0A0R4IHM6","fk56e06","gng12b","Q90WX6","si:dkey-44g17.6","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A9NJI7","fk56e06","Encephalopsin","Q90WX6","opn3","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000064895","physical","txid7955" +"Q90WX6","A0A0G2LAU9","fk56e06","gnaz","Q90WX6","A0A0G2LAU9","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000064895","physical","txid7955" +"E7F5I9","Q7ZVI5","Phosphodiesterase","pde6g","E7F5I9","Q7ZVI5","Phosphodiesterase (EC 3.1.4.-)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134212/7955.ENSDARP00000123023","physical","txid7955" +"E7F5I9","Q502C6","Phosphodiesterase","zgc:158528","E7F5I9","Q502C6","Phosphodiesterase (EC 3.1.4.-)","Rhodopsin-sensitive cGMP 3',5'-cyclic phosphodiesterase subunit gamma (EC 3.1.4.35)","string-db","7955.ENSDARP00000134263/7955.ENSDARP00000123023","physical","txid7955" +"Q8AX99","A0A0R4IIA7","fb95c03","si:busm1-132m23.1","Q8AX99","tln2a","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","A0A0R4IN44","fb95c03","pdlim5","Q8AX99","pdlim5a","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","F1R8W3","fb95c03","cb290","Q8AX99","desma","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Desmin","string-db","7955.ENSDARP00000075994/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","F1R833","fb95c03","zgc:136406","Q8AX99","F1R833","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Nebulin-related-anchoring protein","string-db","7955.ENSDARP00000107517/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","E9QCX4","fb95c03","Telethonin","Q8AX99","E9QCX4","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Telethonin","string-db","7955.ENSDARP00000027408/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","F1QJC0","fb95c03","csrp3b","Q8AX99","csrp3","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Cysteine and glycine-rich protein 3 (cardiac LIM protein) (Cysteine and glycine-rich protein 3 isoform 2)","string-db","7955.ENSDARP00000138514/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q1LWS2","fb95c03","fk96b08","Q8AX99","Q1LWS2","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q7SXW6","fb95c03","actr2a","Q8AX99","Q7SXW6","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q2MJQ9","fb95c03","sth","Q8AX99","smyd1b","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","[histone H3]-lysine(4) N-trimethyltransferase (EC 2.1.1.354)","string-db","7955.ENSDARP00000130524/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","B3DJR0","fb95c03","cmya5l","Q8AX99","cmya5","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Cardiomyopathy associated 5 like (Cardiomyopathy-associated 5)","string-db","7955.ENSDARP00000081901/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q1LVK6","fb95c03","Vasodilator-stimulated phosphoprotein b","Q8AX99","vaspb","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q1LYG0","fb95c03","sh3pxd2a","Q8AX99","Q1LYG0","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q8QGW4","fb95c03","rapsyn","Q8AX99","Q8QGW4","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","43 kDa receptor-associated protein of the synapse (Rapsyn protein) (Receptor-associated protein of the synapse, 43kD)","string-db","7955.ENSDARP00000060294/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q6NZW3","fb95c03","zgc:77288","Q8AX99","cfl2","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Cofilin 2 (Muscle) (Cofilin-2)","string-db","7955.ENSDARP00000006783/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q7ZWD8","fb95c03","CFL1","Q8AX99","cfl1l","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","string-db","7955.ENSDARP00000006420/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q6TH32","fb95c03","CFL2","Q8AX99","cfl1","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Cofilin-1 (Muscle cofilin 2)","string-db","7955.ENSDARP00000023177/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","F1QC03","fb95c03","zgc:171680","Q8AX99","zyx","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","Q56A35","fb95c03","actr2b","Q8AX99","actr2b","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000000803","physical","txid7955" +"Q8AX99","F1QGH7","fb95c03","ctnnb1","Q8AX99","ctnnb1","Actinin alpha 3b (Actn3b) (Alpha-actinin) (Novel actinin)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000000803","physical","txid7955" +"Q1LYG0","A0A0R4INJ8","sh3pxd2a","adam12","Q1LYG0","A0A0R4INJ8","SH3 and PX domain-containing protein 2A","ADAM metallopeptidase domain 12 (Disintegrin and metalloproteinase domain-containing protein 12 isoform X1)","string-db","7955.ENSDARP00000135966/7955.ENSDARP00000127586","physical","txid7955" +"Q6NZW3","Q1LYG0","zgc:77288","sh3pxd2a","cfl2","Q1LYG0","Cofilin 2 (Muscle) (Cofilin-2)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","O42364","zgc:77288","apoeb","cfl2","apoeb","Cofilin 2 (Muscle) (Cofilin-2)","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q1LWS2","zgc:77288","fk96b08","cfl2","Q1LWS2","Cofilin 2 (Muscle) (Cofilin-2)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q7ZVF9","zgc:77288","actbb","cfl2","Q7ZVF9","Cofilin 2 (Muscle) (Cofilin-2)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q6TH32","zgc:77288","CFL2","cfl2","cfl1","Cofilin 2 (Muscle) (Cofilin-2)","Cofilin-1 (Muscle cofilin 2)","string-db","7955.ENSDARP00000023177/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","P83751","zgc:77288","actb","cfl2","P83751","Cofilin 2 (Muscle) (Cofilin-2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q04475","zgc:77288","b2m","cfl2","b2m","Cofilin 2 (Muscle) (Cofilin-2)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q7ZVG7","zgc:77288","fb60h05","cfl2","Q7ZVG7","Cofilin 2 (Muscle) (Cofilin-2)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","F1QJX3","zgc:77288","zgc:109985","cfl2","F1QJX3","Cofilin 2 (Muscle) (Cofilin-2)","WW domain-binding protein 2","string-db","7955.ENSDARP00000089702/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q7ZVI7","zgc:77288","actba","cfl2","actba","Cofilin 2 (Muscle) (Cofilin-2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","P83750","zgc:77288","actb","cfl2","P83750","Cofilin 2 (Muscle) (Cofilin-2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006783","physical","txid7955" +"Q6NZW3","Q7T369","zgc:77288","wbp2","cfl2","wbp2nl","Cofilin 2 (Muscle) (Cofilin-2)","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","string-db","7955.ENSDARP00000065921/7955.ENSDARP00000006783","physical","txid7955" +"Q7ZWD8","Q804S5","CFL1","mib1","cfl1l","mib1","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q7ZVI7","CFL1","actba","cfl1l","actba","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","P83751","CFL1","actb","cfl1l","P83751","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q6NZW3","CFL1","zgc:77288","cfl1l","cfl2","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Cofilin 2 (Muscle) (Cofilin-2)","string-db","7955.ENSDARP00000006783/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q1LWS2","CFL1","fk96b08","cfl1l","Q1LWS2","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q6TH32","CFL1","CFL2","cfl1l","cfl1","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Cofilin-1 (Muscle cofilin 2)","string-db","7955.ENSDARP00000023177/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","P83750","CFL1","actb","cfl1l","P83750","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q1LYG0","CFL1","sh3pxd2a","cfl1l","Q1LYG0","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000006420","physical","txid7955" +"Q7ZWD8","Q7ZVF9","CFL1","actbb","cfl1l","Q7ZVF9","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000006420","physical","txid7955" +"Q6TH32","P83750","CFL2","actb","cfl1","P83750","Cofilin-1 (Muscle cofilin 2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","P13104","CFL2","tpma","cfl1","tpma","Cofilin-1 (Muscle cofilin 2)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q1LWS2","CFL2","fk96b08","cfl1","Q1LWS2","Cofilin-1 (Muscle cofilin 2)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q7T369","CFL2","wbp2","cfl1","wbp2nl","Cofilin-1 (Muscle cofilin 2)","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","string-db","7955.ENSDARP00000065921/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","F1QJX3","CFL2","zgc:109985","cfl1","F1QJX3","Cofilin-1 (Muscle cofilin 2)","WW domain-binding protein 2","string-db","7955.ENSDARP00000089702/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","P83751","CFL2","actb","cfl1","P83751","Cofilin-1 (Muscle cofilin 2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q7ZVG7","CFL2","fb60h05","cfl1","Q7ZVG7","Cofilin-1 (Muscle cofilin 2)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q7ZVI7","CFL2","actba","cfl1","actba","Cofilin-1 (Muscle cofilin 2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","O42364","CFL2","apoeb","cfl1","apoeb","Cofilin-1 (Muscle cofilin 2)","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q1LYG0","CFL2","sh3pxd2a","cfl1","Q1LYG0","Cofilin-1 (Muscle cofilin 2)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q7ZVF9","CFL2","actbb","cfl1","Q7ZVF9","Cofilin-1 (Muscle cofilin 2)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023177","physical","txid7955" +"Q6TH32","Q04475","CFL2","b2m","cfl1","b2m","Cofilin-1 (Muscle cofilin 2)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000023177","physical","txid7955" +"F1QC03","A0A8M9QH30","zgc:171680","wu:fb53f05","zyx","A0A8M9QH30","Zyxin","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000113371","physical","txid7955" +"F1QC03","B8JHU4","zgc:171680","Alpha-actinin-1","zyx","B8JHU4","Zyxin","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000113371","physical","txid7955" +"F1QC03","A0A0R4IIA7","zgc:171680","si:busm1-132m23.1","zyx","tln2a","Zyxin","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000113371","physical","txid7955" +"F1QC03","F1R9Z0","zgc:171680","zgc:172271","zyx","-","Zyxin","Serotransferrin","string-db","7955.ENSDARP00000128500/7955.ENSDARP00000113371","physical","txid7955" +"F1QGH7","Q7ZSY3","ctnnb1","smarca4","ctnnb1","smarca4a","Catenin beta-1 (Beta-catenin)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","F1QHN6","ctnnb1","im:7042025","ctnnb1","ubc","Catenin beta-1 (Beta-catenin)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","Q803G3","ctnnb1","fc05c02","ctnnb1","ppp2cb","Catenin beta-1 (Beta-catenin)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","A0A286Y8C1","ctnnb1","Catenin","ctnnb1","A0A286Y8C1","Catenin beta-1 (Beta-catenin)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","A0A0N4SUD2","ctnnb1","Ubi-p63E","ctnnb1","ubb","Catenin beta-1 (Beta-catenin)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","F1R405","ctnnb1","si:ch73-15j19.1","ctnnb1","bcl9","Catenin beta-1 (Beta-catenin)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","A0A0R4IWH7","ctnnb1","cb965","ctnnb1","A0A0R4IWH7","Catenin beta-1 (Beta-catenin)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","Q6TEN5","ctnnb1","SOX7","ctnnb1","sox7","Catenin beta-1 (Beta-catenin)","SRY-box 7 (SRY-box containing gene 7) (SRY-box transcription factor 7) (Transcription factor SOX-7)","string-db","7955.ENSDARP00000147155/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","E7FBX7","ctnnb1","si:ch211-231o6.2","ctnnb1","gfi1b","Catenin beta-1 (Beta-catenin)","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","string-db","7955.ENSDARP00000145290/7955.ENSDARP00000139205","physical","txid7955" +"F1QGH7","Q90YL6","ctnnb1","zFF1","ctnnb1","nr5a2","Catenin beta-1 (Beta-catenin)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000139205","physical","txid7955" +"Q56A35","Q1LWS2","actr2b","fk96b08","actr2b","Q1LWS2","Actin-related protein 2-B (Actin-like protein 2-B)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","A0A8M1P4I3","actr2b","zgc:56010","actr2b","A0A8M1P4I3","Actin-related protein 2-B (Actin-like protein 2-B)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","F1R187","actr2b","abi1","actr2b","F1R187","Actin-related protein 2-B (Actin-like protein 2-B)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","B0S541","actr2b","Myosin X","actr2b","myo10","Actin-related protein 2-B (Actin-like protein 2-B)","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","E7F6M0","actr2b","Cytoplasmic protein","actr2b","nck1b","Actin-related protein 2-B (Actin-like protein 2-B)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","A0A8M1QUR0","actr2b","WAS/WASL-interacting protein family member 1","actr2b","A0A8M1QUR0","Actin-related protein 2-B (Actin-like protein 2-B)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","A9JRP8","actr2b","Actin-related protein 2/3 complex subunit","actr2b","-","Actin-related protein 2-B (Actin-like protein 2-B)","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","Q7ZSZ9","actr2b","rac1","actr2b","rac1a","Actin-related protein 2-B (Actin-like protein 2-B)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","A3QJU6","actr2b","zgc:136923","actr2b","A3QJU6","Actin-related protein 2-B (Actin-like protein 2-B)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","Q6PC73","actr2b","grb2","actr2b","grb2b","Actin-related protein 2-B (Actin-like protein 2-B)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","B0S6R1","actr2b","nckap1","actr2b","B0S6R1","Actin-related protein 2-B (Actin-like protein 2-B)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000093331","physical","txid7955" +"Q56A35","B0S516","actr2b","si:dkeyp-15f12.2","actr2b","arpc5lb","Actin-related protein 2-B (Actin-like protein 2-B)","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000093331","physical","txid7955" +"Q8QGW4","A0A0R4IJ40","rapsyn","hm:gc12","Q8QGW4","A0A0R4IJ40","43 kDa receptor-associated protein of the synapse (Rapsyn protein) (Receptor-associated protein of the synapse, 43kD)","Agrin","string-db","7955.ENSDARP00000133459/7955.ENSDARP00000060294","physical","txid7955" +"Q8QGW4","Q8JFU3","rapsyn","fj98e12","Q8QGW4","Q8JFU3","43 kDa receptor-associated protein of the synapse (Rapsyn protein) (Receptor-associated protein of the synapse, 43kD)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000060294","physical","txid7955" +"Q1LWS2","A0A286Y8W8","fk96b08","Guanine nucleotide exchange factor VAV2 isoform X5","Q1LWS2","vav2","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000119144","physical","txid7955" +"Q1LWS2","Q1LYG0","fk96b08","sh3pxd2a","Q1LWS2","Q1LYG0","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000119144","physical","txid7955" +"Q1LWS2","A0A8M2BL09","fk96b08","Sep2","Q1LWS2","A0A8M2BL09","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","Septin","string-db","7955.ENSDARP00000121708/7955.ENSDARP00000119144","physical","txid7955" +"Q1LWS2","Q90413","fk96b08","fgfr4","Q1LWS2","Q90413","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000119144","physical","txid7955" +"Q1LWS2","A0A0R4IIR1","fk96b08","dnm2","Q1LWS2","dnm2a","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000119144","physical","txid7955" +"E9QCX4","F1R8W3","Telethonin","cb290","E9QCX4","desma","Telethonin","Desmin","string-db","7955.ENSDARP00000075994/7955.ENSDARP00000027408","physical","txid7955" +"E9QCX4","O42222","Telethonin","mstnb","E9QCX4","mstnb","Telethonin","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","string-db","7955.ENSDARP00000091159/7955.ENSDARP00000027408","physical","txid7955" +"E9QCX4","F1QJC0","Telethonin","csrp3b","E9QCX4","csrp3","Telethonin","Cysteine and glycine-rich protein 3 (cardiac LIM protein) (Cysteine and glycine-rich protein 3 isoform 2)","string-db","7955.ENSDARP00000138514/7955.ENSDARP00000027408","physical","txid7955" +"Q1LVK6","F1QC06","Vasodilator-stimulated phosphoprotein b","Integrin alpha-2-like isoform X1","vaspb","F1QC06","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","A2BGT8","Vasodilator-stimulated phosphoprotein b","fat","vaspb","fat1a","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","string-db","7955.ENSDARP00000112805/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","A0A2R8QAL3","Vasodilator-stimulated phosphoprotein b","fat3","vaspb","fat3a","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","FAT atypical cadherin 3a (Protocadherin Fat 3 isoform X1)","string-db","7955.ENSDARP00000150399/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","E7F1U2","Vasodilator-stimulated phosphoprotein b","dnmbp","vaspb","dnmbp","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Dynamin-binding protein (Scaffold protein Tuba)","string-db","7955.ENSDARP00000127379/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","X1WCU6","Vasodilator-stimulated phosphoprotein b","si:ch211-175f11.5","vaspb","X1WCU6","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","F1QC03","Vasodilator-stimulated phosphoprotein b","zgc:171680","vaspb","zyx","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","F1R0C1","Vasodilator-stimulated phosphoprotein b","si:dkey-162f21.1","vaspb","F1R0C1","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","F1R2R3","Vasodilator-stimulated phosphoprotein b","im:7145180","vaspb","itga3b","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","Q1LWS2","Vasodilator-stimulated phosphoprotein b","fk96b08","vaspb","Q1LWS2","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","A0A0R4ICS1","Vasodilator-stimulated phosphoprotein b","Integrin alpha 4","vaspb","itga4","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","Q802D5","Vasodilator-stimulated phosphoprotein b","pfn2","vaspb","pfn2","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","E7F0A1","Vasodilator-stimulated phosphoprotein b","fa91a03","vaspb","E7F0A1","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","A8WHQ8","Vasodilator-stimulated phosphoprotein b","Integrin alpha-6 isoform X1","vaspb","A8WHQ8","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000089635","physical","txid7955" +"Q1LVK6","B3DIV2","Vasodilator-stimulated phosphoprotein b","itgb1","vaspb","B3DIV2","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000089635","physical","txid7955" +"A0A0R4IN44","Q6P7E4","pdlim5","pdlim7","pdlim5a","Q6P7E4","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000135287","physical","txid7955" +"A0A0R4IN44","Q802V0","pdlim5","ldb3l","pdlim5a","Q802V0","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000135287","physical","txid7955" +"Q7SXW6","Q6ZM62","actr2a","zgc:86828","Q7SXW6","arpc3","Actin-related protein 2-A (Actin-like protein 2-A)","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q56A35","actr2a","actr2b","Q7SXW6","actr2b","Actin-related protein 2-A (Actin-like protein 2-A)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","A0A8M1P4I3","actr2a","zgc:56010","Q7SXW6","A0A8M1P4I3","Actin-related protein 2-A (Actin-like protein 2-A)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q6NZZ2","actr2a","arpc4","Q7SXW6","arpc4","Actin-related protein 2-A (Actin-like protein 2-A)","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","B0S541","actr2a","Myosin X","Q7SXW6","myo10","Actin-related protein 2-A (Actin-like protein 2-A)","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","A3QJU6","actr2a","zgc:136923","Q7SXW6","A3QJU6","Actin-related protein 2-A (Actin-like protein 2-A)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q90473","actr2a","hspa8","Q7SXW6","Q90473","Actin-related protein 2-A (Actin-like protein 2-A)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q6PC73","actr2a","grb2","Q7SXW6","grb2b","Actin-related protein 2-A (Actin-like protein 2-A)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","A9JRP8","actr2a","Actin-related protein 2/3 complex subunit","Q7SXW6","-","Actin-related protein 2-A (Actin-like protein 2-A)","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","B0S6R1","actr2a","nckap1","Q7SXW6","B0S6R1","Actin-related protein 2-A (Actin-like protein 2-A)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q1LWS2","actr2a","fk96b08","Q7SXW6","Q1LWS2","Actin-related protein 2-A (Actin-like protein 2-A)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","B0S516","actr2a","si:dkeyp-15f12.2","Q7SXW6","arpc5lb","Actin-related protein 2-A (Actin-like protein 2-A)","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q7ZSZ9","actr2a","rac1","Q7SXW6","rac1a","Actin-related protein 2-A (Actin-like protein 2-A)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","A0A8M1QUR0","actr2a","WAS/WASL-interacting protein family member 1","Q7SXW6","A0A8M1QUR0","Actin-related protein 2-A (Actin-like protein 2-A)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","Q6P2T5","actr2a","fk84a07","Q7SXW6","arpc2","Actin-related protein 2-A (Actin-like protein 2-A)","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","F1R187","actr2a","abi1","Q7SXW6","F1R187","Actin-related protein 2-A (Actin-like protein 2-A)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","B0V217","actr2a","zgc:153663","Q7SXW6","B0V217","Actin-related protein 2-A (Actin-like protein 2-A)","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000068783","physical","txid7955" +"Q7SXW6","E7F6M0","actr2a","Cytoplasmic protein","Q7SXW6","nck1b","Actin-related protein 2-A (Actin-like protein 2-A)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000068783","physical","txid7955" +"Q7SZK7","B8JK76","ofd1","Sdccag8","Q7SZK7","B8JK76","Centriole and centriolar satellite protein ofd1 (Oral-facial-digital syndrome 1 protein homolog)","Serologically defined colon cancer antigen 8 homolog","string-db","7955.ENSDARP00000153600/7955.ENSDARP00000000952","physical","txid7955" +"Q7SZK7","F8W4B7","ofd1","Histone deacetylase 6","Q7SZK7","hdac6","Centriole and centriolar satellite protein ofd1 (Oral-facial-digital syndrome 1 protein homolog)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000000952","physical","txid7955" +"Q7SZK7","X1WC30","ofd1","Protein moonraker isoform X1","Q7SZK7","si:dkey-243i1.1","Centriole and centriolar satellite protein ofd1 (Oral-facial-digital syndrome 1 protein homolog)","Protein moonraker isoform X1 (Si:dkey-243i1.1)","string-db","7955.ENSDARP00000127773/7955.ENSDARP00000000952","physical","txid7955" +"F8W4B7","I3ISP1","Histone deacetylase 6","fc85c01","hdac6","pcnt","Histone deacetylase 6","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","A0A0R4ITP2","Histone deacetylase 6","Mjd","hdac6","atxn3","Histone deacetylase 6","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","A0A0N4SUD2","Histone deacetylase 6","Ubi-p63E","hdac6","ubb","Histone deacetylase 6","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","Q7SXA3","Histone deacetylase 6","zgc:66168","hdac6","rps27a","Histone deacetylase 6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","Q6DRP3","Histone deacetylase 6","fb37b08","hdac6","snw1","Histone deacetylase 6","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","Q5XJ36","Histone deacetylase 6","park7","hdac6","park7","Histone deacetylase 6","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","Q1LUM9","Histone deacetylase 6","dncli2","hdac6","Q1LUM9","Histone deacetylase 6","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000124246","physical","txid7955" +"F8W4B7","F1QHN6","Histone deacetylase 6","im:7042025","hdac6","ubc","Histone deacetylase 6","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000124246","physical","txid7955" +"Q6P3J6","A9ULR9","zgc:77672","kctd13","fkbp8","kctd13","peptidylprolyl isomerase (EC 5.2.1.8)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000000956","physical","txid7955" +"Q6P3J6","Q803Q7","zgc:77672","aldoa","fkbp8","aldoaa","peptidylprolyl isomerase (EC 5.2.1.8)","Fructose-bisphosphate aldolase (EC 4.1.2.13)","string-db","7955.ENSDARP00000018850/7955.ENSDARP00000000956","physical","txid7955" +"Q6P3J6","Q6NX90","zgc:77672","MAP1-LC3A","fkbp8","Q6NX90","peptidylprolyl isomerase (EC 5.2.1.8)","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","string-db","7955.ENSDARP00000042321/7955.ENSDARP00000000956","physical","txid7955" +"Q6P3J6","Q90474","zgc:77672","hsp90a.1","fkbp8","Q90474","peptidylprolyl isomerase (EC 5.2.1.8)","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000000956","physical","txid7955" +"Q6P3J6","A2BGT0","zgc:77672","usp30","fkbp8","usp30","peptidylprolyl isomerase (EC 5.2.1.8)","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","string-db","7955.ENSDARP00000073858/7955.ENSDARP00000000956","physical","txid7955" +"Q6P3J6","F1QN74","zgc:77672","zmynd10","fkbp8","F1QN74","peptidylprolyl isomerase (EC 5.2.1.8)","Zinc finger MYND domain-containing protein 10","string-db","7955.ENSDARP00000006141/7955.ENSDARP00000000956","physical","txid7955" +"F1QN74","B3DH20","zmynd10","dnaaf11","F1QN74","B3DH20","Zinc finger MYND domain-containing protein 10","Dynein axonemal assembly factor 11 (DNAAF11) (Leucine-rich repeat-containing 6-like protein) (Leucine-rich repeat-containing protein 6) (Protein tilB homolog) (Seahorse)","string-db","7955.ENSDARP00000113887/7955.ENSDARP00000006141","physical","txid7955" +"A9ULR9","A0A2R8Q1W5","kctd13","keap1b","kctd13","keap1b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A0JMG1","kctd13","spoplb","kctd13","A0JMG1","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A0A0R4ICR0","kctd13","wu:fc15b07","kctd13","klhl13","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A0A0R4IP02","kctd13","wu:fc15b07","kctd13","A0A0R4IP02","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q6PC71","kctd13","arhe","kctd13","rnd3a","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q6P7X5","kctd13","wu:fb30g12","kctd13","kctd10","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","E7F6F9","kctd13","klhl3","kctd13","E7F6F9","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","B3DIU1","kctd13","cul3","kctd13","cul3b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q08CL3","kctd13","kbtbd8","kctd13","Q08CL3","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A2RRV4","kctd13","zgc:158266","kctd13","klhl8","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q0P4B0","kctd13","Rho","kctd13","Q0P4B0","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q6NYM1","kctd13","klhl21","kctd13","klhl21","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A0A2R8QC39","kctd13","LOC101886608","kctd13","A0A2R8QC39","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q7T330","kctd13","spop","kctd13","Q7T330","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","F1Q9R3","kctd13","Kelch-like protein 22","kctd13","F1Q9R3","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","A0A0G2KCH4","kctd13","klhl25","kctd13","A0A0G2KCH4","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","U3JA92","kctd13","BTB/POZ domain-containing protein KCTD5-like isoform X2","kctd13","kctd17","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","E9QHV0","kctd13","Kelch-like protein 9 isoform X1","kctd13","E9QHV0","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000065806","physical","txid7955" +"A9ULR9","Q5U374","kctd13","klhl12","kctd13","Q5U374","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000065806","physical","txid7955" +"Q90474","Q6PGX4","hsp90a.1","zgc:63663","Q90474","hsc70","Heat shock protein HSP 90-alpha 1","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","string-db","7955.ENSDARP00000039324/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F8W2D1","hsp90a.1","wu:fb34f09","Q90474","fkbp4","Heat shock protein HSP 90-alpha 1","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q564A4","hsp90a.1","bcl2","Q90474","bcl2a","Heat shock protein HSP 90-alpha 1","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F6NMX7","hsp90a.1","NADPH oxidase 1","Q90474","F6NMX7","Heat shock protein HSP 90-alpha 1","NADPH oxidase 1","string-db","7955.ENSDARP00000080539/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F1QFY1","hsp90a.1","Cullin-5","Q90474","F1QFY1","Heat shock protein HSP 90-alpha 1","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q90473","hsp90a.1","hspa8","Q90474","Q90473","Heat shock protein HSP 90-alpha 1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q8AXB3","hsp90a.1","kdrl","Q90474","Q8AXB3","Heat shock protein HSP 90-alpha 1","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F1REN0","hsp90a.1","cul5","Q90474","F1REN0","Heat shock protein HSP 90-alpha 1","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","B3DKF4","hsp90a.1","LOC561889","Q90474","gra","Heat shock protein HSP 90-alpha 1","Granulito (Uncharacterized protein C8orf88 homolog)","string-db","7955.ENSDARP00000098356/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q5RG12","hsp90a.1","hsp90a.2","Q90474","Q5RG12","Heat shock protein HSP 90-alpha 1","Heat shock protein HSP 90-alpha","string-db","7955.ENSDARP00000026065/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q6NX98","hsp90a.1","wu:fd15g02","Q90474","st13","Heat shock protein HSP 90-alpha 1","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","string-db","7955.ENSDARP00000112549/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","A4FVK4","hsp90a.1","rab8","Q90474","rab8a","Heat shock protein HSP 90-alpha 1","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q5BJI7","hsp90a.1","smyd2a","Q90474","Q5BJI7","Heat shock protein HSP 90-alpha 1","N-lysine methyltransferase SMYD2-A (EC 2.1.1.-) (Histone methyltransferase SMYD2-A) (EC 2.1.1.354) (SET and MYND domain-containing protein 2A)","string-db","7955.ENSDARP00000071926/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","O73872","hsp90a.1","sod1","Q90474","sod1","Heat shock protein HSP 90-alpha 1","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","string-db","7955.ENSDARP00000064375/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F1Q8K3","hsp90a.1","wu:fc22f04","Q90474","F1Q8K3","Heat shock protein HSP 90-alpha 1","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","A0A0R4IBR4","hsp90a.1","Hif-3alpha","Q90474","hif1al","Heat shock protein HSP 90-alpha 1","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","E7F683","hsp90a.1","mitogen-activated protein kinase kinase kinase","Q90474","map3k2","Heat shock protein HSP 90-alpha 1","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125758/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","P79734","hsp90a.1","tp53","Q90474","tp53","Heat shock protein HSP 90-alpha 1","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q5U3E4","hsp90a.1","sgut1","Q90474","Q5U3E4","Heat shock protein HSP 90-alpha 1","Protein SGT1 homolog (SGT1 homolog, MIS12 kinetochore complex assembly cochaperone) (Zgc:103668)","string-db","7955.ENSDARP00000135565/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q6IVV7","hsp90a.1","MGC35261l","Q90474","dnaaf6","Heat shock protein HSP 90-alpha 1","PIH1 domain containing 3 (Protein PIH1D3) (Twister)","string-db","7955.ENSDARP00000056374/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","B0UXS6","hsp90a.1","zgc:174006","Q90474","B0UXS6","Heat shock protein HSP 90-alpha 1","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q1RM55","hsp90a.1","pih1d1","Q90474","Q1RM55","Heat shock protein HSP 90-alpha 1","PIH1 domain-containing protein 1","string-db","7955.ENSDARP00000055307/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q6YLH9","hsp90a.1","CAV1","Q90474","cav1","Heat shock protein HSP 90-alpha 1","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","F1R498","hsp90a.1","zgc:56178","Q90474","rpap3","Heat shock protein HSP 90-alpha 1","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q5GIT4","hsp90a.1","kdr","Q90474","kdr","Heat shock protein HSP 90-alpha 1","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","string-db","7955.ENSDARP00000049203/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","P52160","hsp90a.1","myca","Q90474","P52160","Heat shock protein HSP 90-alpha 1","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000022302","physical","txid7955" +"Q90474","Q1JPZ3","hsp90a.1","src","Q90474","Q1JPZ3","Heat shock protein HSP 90-alpha 1","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000022302","physical","txid7955" +"A2BGT0","Q6NVC5","usp30","rhot1a","usp30","rhot1a","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","string-db","7955.ENSDARP00000141563/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","Q6DH66","usp30","tomm20b","usp30","tomm20b","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","A0A0R4IL71","usp30","CH211-129M12.3","usp30","ide","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Insulin-degrading enzyme (Novel protein similar to H.sapiens IDE, insulin-degrading enzyme (IDE, zgc:162603))","string-db","7955.ENSDARP00000135107/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","A0A0N4SUD2","usp30","Ubi-p63E","usp30","ubb","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","F1Q6B2","usp30","wu:fj09f02","usp30","ptrh2","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","peptidyl-tRNA hydrolase (EC 3.1.1.29)","string-db","7955.ENSDARP00000118511/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","Q7SXA3","usp30","zgc:66168","usp30","rps27a","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","B0R197","usp30","wu:fb01e12","usp30","vdac3","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","F1QHN6","usp30","im:7042025","usp30","ubc","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","Q5BJJ6","usp30","mat2b","usp30","Q5BJJ6","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","Methionine adenosyltransferase 2 subunit beta (Methionine adenosyltransferase II beta) (MAT II beta)","string-db","7955.ENSDARP00000123222/7955.ENSDARP00000073858","physical","txid7955" +"A2BGT0","F1QJY3","usp30","im:7146383","usp30","F1QJY3","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000077716/7955.ENSDARP00000073858","physical","txid7955" +"Q6NX90","F1RDC0","MAP1-LC3A","apg5l","Q6NX90","atg5","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000042321","physical","txid7955" +"Q6NX90","F1Q5Z8","MAP1-LC3A","p62","Q6NX90","sqstm1","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000042321","physical","txid7955" +"Q6NX90","B2ZZ14","MAP1-LC3A","Microtubule-associated protein 1B","Q6NX90","B2ZZ14","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","Microtubule-associated protein 1B","string-db","7955.ENSDARP00000079577/7955.ENSDARP00000042321","physical","txid7955" +"Q6NX90","A0A8M2BJP0","MAP1-LC3A","mg:cb01g09","Q6NX90","A0A8M2BJP0","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000042321","physical","txid7955" +"Q6NX90","Q6DH87","MAP1-LC3A","fundc1","Q6NX90","fundc1","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","FUN14 domain-containing protein 1","string-db","7955.ENSDARP00000059836/7955.ENSDARP00000042321","physical","txid7955" +"Q6NX90","Q6NWC1","MAP1-LC3A","VDAC1","Q6NX90","vdac1","Microtubule-associated protein 1 light chain 3 alpha (Microtubule-associated protein 1-light chain 3A) (Microtubule-associated proteins 1A/1B light chain 3A)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000042321","physical","txid7955" +"Q803Q7","Q7ZW98","aldoa","ap2m1b","aldoaa","Q7ZW98","Fructose-bisphosphate aldolase (EC 4.1.2.13)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000018850","physical","txid7955" +"Q803Q7","Q8JH71","aldoa","aldob","aldoaa","aldob","Fructose-bisphosphate aldolase (EC 4.1.2.13)","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","string-db","7955.ENSDARP00000070225/7955.ENSDARP00000018850","physical","txid7955" +"Q803Q7","Q8JH70","aldoa","aldocb","aldoaa","aldocb","Fructose-bisphosphate aldolase (EC 4.1.2.13)","Fructose-bisphosphate aldolase C-B (EC 4.1.2.13) (Brain-type aldolase-B)","string-db","7955.ENSDARP00000151215/7955.ENSDARP00000018850","physical","txid7955" +"Q803Q7","E7F9M6","aldoa","ATP-dependent 6-phosphofructokinase","aldoaa","pfkla","Fructose-bisphosphate aldolase (EC 4.1.2.13)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000018850","physical","txid7955" +"Q803Q7","Q6NYJ9","aldoa","fa16e07","aldoaa","ap2b1","Fructose-bisphosphate aldolase (EC 4.1.2.13)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000018850","physical","txid7955" +"Q803Q7","Q66HV8","aldoa","pfkm","aldoaa","pfkma","Fructose-bisphosphate aldolase (EC 4.1.2.13)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000023022/7955.ENSDARP00000018850","physical","txid7955" +"Q9W6A6","Q66I67","opn1mw4","ift20","opn1mw4","Q66I67","Green-sensitive opsin-4 (Green cone photoreceptor pigment 4) (Opsin RH2-4) (Opsin-1, medium-wave-sensitive 4)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000000979","physical","txid7955" +"Q9W6A6","F1QKS4","opn1mw4","wu:fe06b12","opn1mw4","canx","Green-sensitive opsin-4 (Green cone photoreceptor pigment 4) (Opsin RH2-4) (Opsin-1, medium-wave-sensitive 4)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000000979","physical","txid7955" +"F1QKS4","A0A0G2KIH5","wu:fe06b12","si:dkey-52p2.4","canx","A0A0G2KIH5","Calnexin","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A8E7F2","wu:fe06b12","si:ch211-287j19.6","canx","mhc1zea","Calnexin","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","string-db","7955.ENSDARP00000091917/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","Q6PCS3","wu:fe06b12","id:ibd5026","canx","mef2ca","Calnexin","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","E9QG66","wu:fe06b12","ER membrane protein complex subunit 1","canx","E9QG66","Calnexin","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A0R4ISW2","wu:fe06b12","si:zfos-2070c2.3","canx","A0A0R4ISW2","Calnexin","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","Q1MTC8","wu:fe06b12","Major histocompatibility complex class II DAB gene","canx","Q1MTC8","Calnexin","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","E7F146","wu:fe06b12","Uncharacterized protein LOC100002840 precursor","canx","E7F146","Calnexin","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","F1R0K2","wu:fe06b12","si:busm1-160c18.6","canx","F1R0K2","Calnexin","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A8M1PSV3","wu:fe06b12","Calnexin-like","canx","A0A8M1PSV3","Calnexin","Calnexin-like (Si:ch211-274f20.2)","string-db","7955.ENSDARP00000122942/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A0R4IR31","wu:fe06b12","LOC103911540","canx","A0A0R4IR31","Calnexin","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","Q6PE26","wu:fe06b12","calr","canx","calr3a","Calnexin","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","F1Q8W8","wu:fe06b12","calrl2","canx","calr","Calnexin","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","F1QVI4","wu:fe06b12","si:busm1-104n07.3","canx","F1QVI4","Calnexin","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","F1QNN0","wu:fe06b12","si:zfos-367g9.1","canx","F1QNN0","Calnexin","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","X1WF41","wu:fe06b12","novopsin-2","canx","X1WF41","Calnexin","Novopsin-2 (Opsin 6, group member b) (Uncharacterized protein LOC557053)","string-db","7955.ENSDARP00000128845/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A2R8QFS1","wu:fe06b12","mhc2d8.35a1","canx","A0A2R8QFS1","Calnexin","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A0R4IL29","wu:fe06b12","calr3","canx","calr3b","Calnexin","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","X1WF74","wu:fe06b12","Si:dkey-52p2.5","canx","X1WF74","Calnexin","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A0R4IZK4","wu:fe06b12","mhc1lca","canx","si:dkey-225f5.5","Calnexin","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A0R4IRA8","wu:fe06b12","si:busm1-160c18.3","canx","A0A0R4IRA8","Calnexin","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A4FUN8","wu:fe06b12","rh1.2","canx","rhol","Calnexin","Rhodopsin","string-db","7955.ENSDARP00000094748/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","X1WF83","wu:fe06b12","si:ch211-147g22.3","canx","X1WF83","Calnexin","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000083454","physical","txid7955" +"F1QKS4","A0A1L1QZR0","wu:fe06b12","si:ch73-158p21.3","canx","A0A1L1QZR0","Calnexin","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000083454","physical","txid7955" +"Q7ZYZ7","A0A8M2BE57","pcgf1","zgc:110231","Q7ZYZ7","A0A8M2BE57","Polycomb group RING finger protein 1","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","string-db","7955.ENSDARP00000018746/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7T3E6","pcgf1","bmi1b","Q7ZYZ7","bmi1b","Polycomb group RING finger protein 1","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","E9QH38","pcgf1","Probable assembly chaperone of rpl4","Q7ZYZ7","si:dkey-12j5.1","Polycomb group RING finger protein 1","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q68EK9","pcgf1","cdc26","Q7ZYZ7","cdc26","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q8QHL5","pcgf1","phc2","Q7ZYZ7","phc2","Polycomb group RING finger protein 1","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7ZTY4","pcgf1","rbbp7","Q7ZYZ7","Q7ZTY4","Polycomb group RING finger protein 1","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","E7F4T8","pcgf1","ph1","Q7ZYZ7","phc1","Polycomb group RING finger protein 1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7T304","pcgf1","fb68e12","Q7ZYZ7","yy1b","Polycomb group RING finger protein 1","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q561X1","pcgf1","zgc:110659","Q7ZYZ7","anapc16","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7ZVH3","pcgf1","zgc:56013","Q7ZYZ7","cdc23","Polycomb group RING finger protein 1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","B0R1D5","pcgf1","suz12b","Q7ZYZ7","suz12b","Polycomb group RING finger protein 1","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7ZUP9","pcgf1","fzr1","Q7ZYZ7","fzr1a","Polycomb group RING finger protein 1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","string-db","7955.ENSDARP00000003004/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","F1Q5X3","pcgf1","wu:fb54g06","Q7ZYZ7","cdc27","Polycomb group RING finger protein 1","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q566T0","pcgf1","eed","Q7ZYZ7","eed","Polycomb group RING finger protein 1","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","B3DK16","pcgf1","pcgf5a","Q7ZYZ7","pcgf5a","Polycomb group RING finger protein 1","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7T1S3","pcgf1","yy1","Q7ZYZ7","yy1a","Polycomb group RING finger protein 1","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q5PR93","pcgf1","zgc:101872","Q7ZYZ7","Q5PR93","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q6PBY8","pcgf1","skp1a","Q7ZYZ7","skp1","Polycomb group RING finger protein 1","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q803I4","pcgf1","rnf2","Q7ZYZ7","rnf2","Polycomb group RING finger protein 1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","string-db","7955.ENSDARP00000002609/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A0R4ISV4","pcgf1","si:ch73-203i15.5","Q7ZYZ7","anapc2","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A8M9PX23","pcgf1","ASXL transcriptional regulator 1","Q7ZYZ7","A0A8M9PX23","Polycomb group RING finger protein 1","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A9C3Q3","pcgf1","si:ch211-127h20.1","Q7ZYZ7","anapc7","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","F6P2R0","pcgf1","PHC2","Q7ZYZ7","F6P2R0","Polycomb group RING finger protein 1","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","string-db","7955.ENSDARP00000018055/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","E7FCJ1","pcgf1","Anaphase-promoting complex subunit 10","Q7ZYZ7","anapc10","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q1JPS1","pcgf1","pcgf5b","Q7ZYZ7","pcgf5b","Polycomb group RING finger protein 1","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A2ATX3","pcgf1","si:ch211-67n3.7","Q7ZYZ7","pcgf6","Polycomb group RING finger protein 1","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q8JIR0","pcgf1","bmi1a","Q7ZYZ7","Q8JIR0","Polycomb group RING finger protein 1","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q08BS4","pcgf1","ezh2","Q7ZYZ7","Q08BS4","Polycomb group RING finger protein 1","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","string-db","7955.ENSDARP00000023693/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q08BH9","pcgf1","si:dkey-237i9.4","Q7ZYZ7","anapc11","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q4V908","pcgf1","ube2s","Q7ZYZ7","ube2s","Polycomb group RING finger protein 1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","E7FFM7","pcgf1","si:dkey-269g4.3","Q7ZYZ7","anapc13","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A1L2G3","pcgf1","bap1","Q7ZYZ7","A1L2G3","Polycomb group RING finger protein 1","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q6DC03","pcgf1","suz12a","Q7ZYZ7","Q6DC03","Polycomb group RING finger protein 1","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7SYB3","pcgf1","rybpa","Q7ZYZ7","Q7SYB3","Polycomb group RING finger protein 1","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","string-db","7955.ENSDARP00000055037/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A2R8QA59","pcgf1","Anaphase-promoting complex subunit 1","Q7ZYZ7","anapc1","Polycomb group RING finger protein 1","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q7SXV2","pcgf1","aebp2","Q7ZYZ7","aebp2","Polycomb group RING finger protein 1","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","string-db","7955.ENSDARP00000022060/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","E7FEN0","pcgf1","Polyhomeotic-like protein 3 isoform X4","Q7ZYZ7","si:ch211-230g15.5","Polycomb group RING finger protein 1","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","Q6P3H7","pcgf1","rbbp4","Q7ZYZ7","Q6P3H7","Polycomb group RING finger protein 1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A8M1RLN6","pcgf1","Fizzy-related protein homolog isoform X1","Q7ZYZ7","A0A8M1RLN6","Polycomb group RING finger protein 1","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A0R4IU39","pcgf1","wu:fe49f10","Q7ZYZ7","cdc20","Polycomb group RING finger protein 1","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000001039","physical","txid7955" +"Q7ZYZ7","A0A8M3AYF3","pcgf1","Chromobox homolog 7b","Q7ZYZ7","A0A8M3AYF3","Polycomb group RING finger protein 1","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000001039","physical","txid7955" +"E7F4T8","Q1JPS1","ph1","pcgf5b","phc1","pcgf5b","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q6AZW3","ph1","zgc:101049","phc1","Q6AZW3","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7T1S3","ph1","yy1","phc1","yy1a","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7FFM7","ph1","si:dkey-269g4.3","phc1","anapc13","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q803N1","ph1","tfdp1l","phc1","tfdp1a","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A3KNV9","ph1","zgc:162582","phc1","A3KNV9","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7FE07","ph1","si:ch211-113a14.16","phc1","E7FE07","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A8M3AYF3","ph1","Chromobox homolog 7b","phc1","A0A8M3AYF3","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7EXD7","ph1","si:dkey-261m9.11","phc1","si:ch211-113a14.19","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7FCJ1","ph1","Anaphase-promoting complex subunit 10","phc1","anapc10","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q71PD7","ph1","h2az2a","phc1","h2az2a","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","B3DJF8","ph1","LOC570661","phc1","LOC570661","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A140LGS2","ph1","Histone H2A","phc1","si:ch1073-153i20.5","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A1L2G3","ph1","bap1","phc1","A1L2G3","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","X1WHF1","ph1","Histone H2B","phc1","si:dkey-261m9.6","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q5BJA5","ph1",";","phc1","-","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7EZX1","ph1","si:dkey-261m9.15","phc1","hist1h2a5","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","B0R1D5","ph1","suz12b","phc1","suz12b","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7FEN0","ph1","Polyhomeotic-like protein 3 isoform X4","phc1","si:ch211-230g15.5","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","F1Q5X3","ph1","wu:fb54g06","phc1","cdc27","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","R4GE15","ph1","si:ch211-113a14.29","phc1","si:ch211-113a14.22","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q08BH9","ph1","si:dkey-237i9.4","phc1","anapc11","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A0G2KI00","ph1","LOC101885450","phc1","A0A0G2KI00","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7F4D0","ph1","Activator of transcription and developmental regulator AUTS2 a","phc1","auts2a","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A4FVM2","ph1","si:ch73-368j24.13","phc1","A4FVM2","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7T3E6","ph1","bmi1b","phc1","bmi1b","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q4QRF4","ph1","; ;","phc1","-","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q561X1","ph1","zgc:110659","phc1","anapc16","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q68EK9","ph1","cdc26","phc1","cdc26","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7ZVH3","ph1","zgc:56013","phc1","cdc23","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q5EG55","ph1","rybpb","phc1","Q5EG55","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","string-db","7955.ENSDARP00000069979/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A8M9PX23","ph1","ASXL transcriptional regulator 1","phc1","A0A8M9PX23","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A2ATX3","ph1","si:ch211-67n3.7","phc1","pcgf6","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E9QH38","ph1","Probable assembly chaperone of rpl4","phc1","si:dkey-12j5.1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q5XJK2","ph1","h2afx1","phc1","h2ax1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A0R4ISV4","ph1","si:ch73-203i15.5","phc1","anapc2","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7T304","ph1","fb68e12","phc1","yy1b","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q6DC03","ph1","suz12a","phc1","Q6DC03","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A0R4IU39","ph1","wu:fe49f10","phc1","cdc20","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","E7F5W3","ph1","si:dkey-108k21.26","phc1","hist1h2a10","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q91398","ph1","csnk2b","phc1","csnk2b","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A0R4IE41","ph1","non-specific serine/threonine protein kinase","phc1","A0A0R4IE41","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7ZTY4","ph1","rbbp7","phc1","Q7ZTY4","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q8JIR0","ph1","bmi1a","phc1","Q8JIR0","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A8KBJ5","ph1","si:ch1073-153i20.2","phc1","-","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","X1WDH8","ph1","Histone H2B","phc1","si:dkey-261m9.19","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A140LG54","ph1","Histone H2B","phc1","si:dkey-23a13.22","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A140LGT1","ph1","unp1266","phc1","A0A140LGT1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q561S9","ph1","H2A","phc1","hist1h2a3","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q4FZZ7","ph1","hist1h2a2","phc1","hist1h2a2","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A8M1RLN6","ph1","Fizzy-related protein homolog isoform X1","phc1","A0A8M1RLN6","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A0A2R8QA59","ph1","Anaphase-promoting complex subunit 1","phc1","anapc1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","B3DK16","ph1","pcgf5a","phc1","pcgf5a","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q9DGB8","ph1","runxa","phc1","runx1","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q6PI20","ph1","h3f3a; h3f3b.1; h3-5; h3f3d","phc1","h3f3a;h3f3b.1;h3-5;h3f3d","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q5PR93","ph1","zgc:101872","phc1","Q5PR93","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q566T0","ph1","eed","phc1","eed","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","Q7ZTT0","ph1","zgc:56685","phc1","Q7ZTT0","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000058495","physical","txid7955" +"E7F4T8","A9C3Q3","ph1","si:ch211-127h20.1","phc1","anapc7","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000058495","physical","txid7955" +"Q68EK9","A0A2R8QA59","cdc26","Anaphase-promoting complex subunit 1","cdc26","anapc1","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q7T3E6","cdc26","bmi1b","cdc26","bmi1b","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","E9QH38","cdc26","Probable assembly chaperone of rpl4","cdc26","si:dkey-12j5.1","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q08BH9","cdc26","si:dkey-237i9.4","cdc26","anapc11","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q8JIR0","cdc26","bmi1a","cdc26","Q8JIR0","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q7SXA3","cdc26","zgc:66168","cdc26","rps27a","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","E7FFM7","cdc26","si:dkey-269g4.3","cdc26","anapc13","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q561X1","cdc26","zgc:110659","cdc26","anapc16","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","A0A8M1RLN6","cdc26","Fizzy-related protein homolog isoform X1","cdc26","A0A8M1RLN6","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","A0A8M3AYF3","cdc26","Chromobox homolog 7b","cdc26","A0A8M3AYF3","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","A0A0R4IU39","cdc26","wu:fe49f10","cdc26","cdc20","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","A0A0R4ISV4","cdc26","si:ch73-203i15.5","cdc26","anapc2","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","U3JAH9","cdc26","zgc:101571","cdc26","bub3","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","Q7T3L7","cdc26","cdc2","cdc26","cdk1","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","F1Q636","cdc26","BUB1 mitotic checkpoint serine/threonine kinase Ba","cdc26","bub1ba","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","F1QHN6","cdc26","im:7042025","cdc26","ubc","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","E7FCJ1","cdc26","Anaphase-promoting complex subunit 10","cdc26","anapc10","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","F1Q5X3","cdc26","wu:fb54g06","cdc26","cdc27","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000100739","physical","txid7955" +"Q68EK9","A0A0N4SUD2","cdc26","Ubi-p63E","cdc26","ubb","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000100739","physical","txid7955" +"Q7ZTY4","A0A2R8RTX5","rbbp7","Metastasis-associated 1","Q7ZTY4","mta1","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A3KNV9","rbbp7","zgc:162582","Q7ZTY4","A3KNV9","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A0R4ISL4","rbbp7","si:ch211-195p4.3","Q7ZTY4","cenpw","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q2EI20","rbbp7","rest","Q7ZTY4","Q2EI20","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A0R4IUU4","rbbp7","NEDD8-conjugating enzyme Ubc12","Q7ZTY4","si:ch1073-205c8.3","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q803H4","rbbp7","cenpa","Q7ZTY4","cenpa","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","F1R1K5","rbbp7","dnmt3a1","Q7ZTY4","dnmt3ab","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A140LGS2","rbbp7","Histone H2A","Q7ZTY4","si:ch1073-153i20.5","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","X1WGM0","rbbp7","si:dkey-148h10.5","Q7ZTY4","si:dkey-148h10.5","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","R4GE15","rbbp7","si:ch211-113a14.29","Q7ZTY4","si:ch211-113a14.22","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q6NXC6","rbbp7","wu:fi47e09","Q7ZTY4","Q6NXC6","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","B0UXK0","rbbp7","phf13","Q7ZTY4","phf19","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","F1RAN4","rbbp7","si:busm1-142b24.1","Q7ZTY4","mis18bp1","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A4FVM2","rbbp7","si:ch73-368j24.13","Q7ZTY4","A4FVM2","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q566T0","rbbp7","eed","Q7ZTY4","eed","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","E7FCU0","rbbp7","npm1","Q7ZTY4","npm1a","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A8M9PX23","rbbp7","ASXL transcriptional regulator 1","Q7ZTY4","A0A8M9PX23","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A0G2KI00","rbbp7","LOC101885450","Q7ZTY4","A0A0G2KI00","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","B8A4N0","rbbp7","si:dkey-71p21.8","Q7ZTY4","oip5","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A8M3B2X7","rbbp7","si:ch73-376l24.6","Q7ZTY4","A0A8M3B2X7","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q7ZTT0","rbbp7","zgc:56685","Q7ZTY4","Q7ZTT0","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","X1WDH8","rbbp7","Histone H2B","Q7ZTY4","si:dkey-261m9.19","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","B0R1D5","rbbp7","suz12b","Q7ZTY4","suz12b","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","F1RBT2","rbbp7","DNA helicase","Q7ZTY4","chd4b","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q7T304","rbbp7","fb68e12","Q7ZTY4","yy1b","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","X1WHF1","rbbp7","Histone H2B","Q7ZTY4","si:dkey-261m9.6","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A140LG54","rbbp7","Histone H2B","Q7ZTY4","si:dkey-23a13.22","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","E9QIT3","rbbp7","si:ch211-225g23.1","Q7ZTY4","cenpt","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","F8W428","rbbp7","im:7140950","Q7ZTY4","cul4b","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q5RHQ8","rbbp7","lin9","Q7ZTY4","lin9","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","Q7T2C1","rbbp7","zgc:64071","Q7ZTY4","cul4a","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A0A8M9PN25","rbbp7","PHD finger protein 21A isoform X6","Q7ZTY4","A0A8M9PN25","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZTY4","A8WHV8","rbbp7","si:dkey-186m8.3","Q7ZTY4","cenph","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000117542","physical","txid7955" +"Q7ZVH3","A0A0R4ISV4","zgc:56013","si:ch73-203i15.5","cdc23","anapc2","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A0A0R4IU39","zgc:56013","wu:fe49f10","cdc23","cdc20","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q8JIR0","zgc:56013","bmi1a","cdc23","Q8JIR0","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q1JPS1","zgc:56013","pcgf5b","cdc23","pcgf5b","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q6DRK7","zgc:56013","Serine/threonine-protein kinase PLK","cdc23","plk1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A2ATX3","zgc:56013","si:ch211-67n3.7","cdc23","pcgf6","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","U3JAH9","zgc:56013","zgc:101571","cdc23","bub3","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q7SXA3","zgc:56013","zgc:66168","cdc23","rps27a","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","E9QH38","zgc:56013","Probable assembly chaperone of rpl4","cdc23","si:dkey-12j5.1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","B3DK16","zgc:56013","pcgf5a","cdc23","pcgf5a","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A9C3Q3","zgc:56013","si:ch211-127h20.1","cdc23","anapc7","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A0A8M3AYF3","zgc:56013","Chromobox homolog 7b","cdc23","A0A8M3AYF3","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","E7FEN0","zgc:56013","Polyhomeotic-like protein 3 isoform X4","cdc23","si:ch211-230g15.5","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","B8A4J0","zgc:56013","si:ch211-232m8.6","cdc23","pttg1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","E7FCJ1","zgc:56013","Anaphase-promoting complex subunit 10","cdc23","anapc10","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","F1Q5X3","zgc:56013","wu:fb54g06","cdc23","cdc27","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q08BH9","zgc:56013","si:dkey-237i9.4","cdc23","anapc11","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","E7FFM7","zgc:56013","si:dkey-269g4.3","cdc23","anapc13","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A0A0N4SUD2","zgc:56013","Ubi-p63E","cdc23","ubb","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","F1QHN6","zgc:56013","im:7042025","cdc23","ubc","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q7T3E6","zgc:56013","bmi1b","cdc23","bmi1b","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q68EK9","zgc:56013","cdc26","cdc23","cdc26","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q561X1","zgc:56013","zgc:110659","cdc23","anapc16","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A0A8M1RLN6","zgc:56013","Fizzy-related protein homolog isoform X1","cdc23","A0A8M1RLN6","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A3KP53","zgc:56013","id:ibd5121","cdc23","skp2","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","Q7T3L7","zgc:56013","cdc2","cdc23","cdk1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","A0A2R8QA59","zgc:56013","Anaphase-promoting complex subunit 1","cdc23","anapc1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","F1QLF9","zgc:56013","orc1l","cdc23","orc1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000065324","physical","txid7955" +"Q7ZVH3","F1Q636","zgc:56013","BUB1 mitotic checkpoint serine/threonine kinase Ba","cdc23","bub1ba","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000065324","physical","txid7955" +"E9QH38","A0A0R4ISV4","Probable assembly chaperone of rpl4","si:ch73-203i15.5","si:dkey-12j5.1","anapc2","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","E7FFM7","Probable assembly chaperone of rpl4","si:dkey-269g4.3","si:dkey-12j5.1","anapc13","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","Q08BH9","Probable assembly chaperone of rpl4","si:dkey-237i9.4","si:dkey-12j5.1","anapc11","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","E7FCJ1","Probable assembly chaperone of rpl4","Anaphase-promoting complex subunit 10","si:dkey-12j5.1","anapc10","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","A0A2R8QA59","Probable assembly chaperone of rpl4","Anaphase-promoting complex subunit 1","si:dkey-12j5.1","anapc1","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","A0A0R4IU39","Probable assembly chaperone of rpl4","wu:fe49f10","si:dkey-12j5.1","cdc20","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000122373","physical","txid7955" +"E9QH38","A0A8M1RLN6","Probable assembly chaperone of rpl4","Fizzy-related protein homolog isoform X1","si:dkey-12j5.1","A0A8M1RLN6","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000122373","physical","txid7955" +"Q561X1","E9QH38","zgc:110659","Probable assembly chaperone of rpl4","anapc16","si:dkey-12j5.1","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A8M3AYF3","zgc:110659","Chromobox homolog 7b","anapc16","A0A8M3AYF3","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A2R8QA59","zgc:110659","Anaphase-promoting complex subunit 1","anapc16","anapc1","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","Q7T3E6","zgc:110659","bmi1b","anapc16","bmi1b","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A8M1RLN6","zgc:110659","Fizzy-related protein homolog isoform X1","anapc16","A0A8M1RLN6","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","Q08BH9","zgc:110659","si:dkey-237i9.4","anapc16","anapc11","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","E7FCJ1","zgc:110659","Anaphase-promoting complex subunit 10","anapc16","anapc10","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","F1QHN6","zgc:110659","im:7042025","anapc16","ubc","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A0N4SUD2","zgc:110659","Ubi-p63E","anapc16","ubb","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","F1Q5X3","zgc:110659","wu:fb54g06","anapc16","cdc27","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","Q7SXA3","zgc:110659","zgc:66168","anapc16","rps27a","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A0R4IU39","zgc:110659","wu:fe49f10","anapc16","cdc20","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","A0A0R4ISV4","zgc:110659","si:ch73-203i15.5","anapc16","anapc2","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","E7FFM7","zgc:110659","si:dkey-269g4.3","anapc16","anapc13","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","Q7T3L7","zgc:110659","cdc2","anapc16","cdk1","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000107781","physical","txid7955" +"Q561X1","U3JAH9","zgc:110659","zgc:101571","anapc16","bub3","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000107781","physical","txid7955" +"A0A8M2BE57","A4QN68","zgc:110231","si:ch211-154e15.3","A0A8M2BE57","A4QN68","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q6NXC6","zgc:110231","wu:fi47e09","A0A8M2BE57","Q6NXC6","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q561X1","zgc:110231","zgc:110659","A0A8M2BE57","anapc16","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q7T3E6","zgc:110231","bmi1b","A0A8M2BE57","bmi1b","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","B8A6D0","zgc:110231","murr1","A0A8M2BE57","B8A6D0","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E9QH38","zgc:110231","Probable assembly chaperone of rpl4","A0A8M2BE57","si:dkey-12j5.1","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q68EK9","zgc:110231","cdc26","A0A8M2BE57","cdc26","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q4V909","zgc:110231","ccdc22","A0A8M2BE57","Q4V909","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q7ZVH3","zgc:110231","zgc:56013","A0A8M2BE57","cdc23","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E7F4T8","zgc:110231","ph1","A0A8M2BE57","phc1","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q5RHX6","zgc:110231","dcun1d4","A0A8M2BE57","Q5RHX6","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","B3DK16","zgc:110231","pcgf5a","A0A8M2BE57","pcgf5a","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q8QHL5","zgc:110231","phc2","A0A8M2BE57","phc2","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q4V908","zgc:110231","ube2s","A0A8M2BE57","ube2s","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","F1REN0","zgc:110231","cul5","A0A8M2BE57","F1REN0","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A0A0R4IU39","zgc:110231","wu:fe49f10","A0A8M2BE57","cdc20","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q8JIR0","zgc:110231","bmi1a","A0A8M2BE57","Q8JIR0","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A9C3Q3","zgc:110231","si:ch211-127h20.1","A0A8M2BE57","anapc7","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q08BH9","zgc:110231","si:dkey-237i9.4","A0A8M2BE57","anapc11","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A7MD57","zgc:110231","DCN1-like protein","A0A8M2BE57","dcun1d3","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q66IB1","zgc:110231","zgc:101879","A0A8M2BE57","eloca","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","F1Q5X3","zgc:110231","wu:fb54g06","A0A8M2BE57","cdc27","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","F1Q509","zgc:110231","zgc:153556","A0A8M2BE57","commd4","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E7FCJ1","zgc:110231","Anaphase-promoting complex subunit 10","A0A8M2BE57","anapc10","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E7FFM7","zgc:110231","si:dkey-269g4.3","A0A8M2BE57","anapc13","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E7FEN0","zgc:110231","Polyhomeotic-like protein 3 isoform X4","A0A8M2BE57","si:ch211-230g15.5","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A0A8M3AYF3","zgc:110231","Chromobox homolog 7b","A0A8M2BE57","A0A8M3AYF3","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A2ATX3","zgc:110231","si:ch211-67n3.7","A0A8M2BE57","pcgf6","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A0A0R4ISV4","zgc:110231","si:ch73-203i15.5","A0A8M2BE57","anapc2","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A0A2R8QA59","zgc:110231","Anaphase-promoting complex subunit 1","A0A8M2BE57","anapc1","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q5EB19","zgc:110231","fj63f04","A0A8M2BE57","rnf7","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","A0A8M1RLN6","zgc:110231","Fizzy-related protein homolog isoform X1","A0A8M2BE57","A0A8M1RLN6","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q5PR93","zgc:110231","zgc:101872","A0A8M2BE57","Q5PR93","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q502M9","zgc:110231","zgc:92635","A0A8M2BE57","elocb","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","Q1JPS1","zgc:110231","pcgf5b","A0A8M2BE57","pcgf5b","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000018746","physical","txid7955" +"A0A8M2BE57","E9QCG0","zgc:110231","COMM domain-containing protein 6","A0A8M2BE57","commd6","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000018746","physical","txid7955" +"Q7T304","B0R1D5","fb68e12","suz12b","yy1b","suz12b","YY1 transcription factor b","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000124590","physical","txid7955" +"Q7T304","Q566T0","fb68e12","eed","yy1b","eed","YY1 transcription factor b","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000124590","physical","txid7955" +"Q7T3E6","B0R1D5","bmi1b","suz12b","bmi1b","suz12b","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","A0A8M9PX23","bmi1b","ASXL transcriptional regulator 1","bmi1b","A0A8M9PX23","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","E7FFM7","bmi1b","si:dkey-269g4.3","bmi1b","anapc13","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","Q7T304","bmi1b","fb68e12","bmi1b","yy1b","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","A0A8M1RLN6","bmi1b","Fizzy-related protein homolog isoform X1","bmi1b","A0A8M1RLN6","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","E9QH38","bmi1b","Probable assembly chaperone of rpl4","bmi1b","si:dkey-12j5.1","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","X1WBY5","bmi1b","Chromobox homolog 6b","bmi1b","cbx6b","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Chromobox homolog 6b","string-db","7955.ENSDARP00000127727/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","E7FCJ1","bmi1b","Anaphase-promoting complex subunit 10","bmi1b","anapc10","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","A0A2R8QA59","bmi1b","Anaphase-promoting complex subunit 1","bmi1b","anapc1","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","Q08BH9","bmi1b","si:dkey-237i9.4","bmi1b","anapc11","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","A0A0R4IU39","bmi1b","wu:fe49f10","bmi1b","cdc20","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","A0A0R4ISV4","bmi1b","si:ch73-203i15.5","bmi1b","anapc2","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","Q7ZTY4","bmi1b","rbbp7","bmi1b","Q7ZTY4","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000115422","physical","txid7955" +"Q7T3E6","Q566T0","bmi1b","eed","bmi1b","eed","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000115422","physical","txid7955" +"Q8QHL5","A0A2R8QA59","phc2","Anaphase-promoting complex subunit 1","phc2","anapc1","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A8M9PX23","phc2","ASXL transcriptional regulator 1","phc2","A0A8M9PX23","Polyhomeotic-like protein 2","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q566T0","phc2","eed","phc2","eed","Polyhomeotic-like protein 2","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q6DC03","phc2","suz12a","phc2","Q6DC03","Polyhomeotic-like protein 2","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q5BJA5","phc2",";","phc2","-","Polyhomeotic-like protein 2","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7FEN0","phc2","Polyhomeotic-like protein 3 isoform X4","phc2","si:ch211-230g15.5","Polyhomeotic-like protein 2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A2ATX3","phc2","si:ch211-67n3.7","phc2","pcgf6","Polyhomeotic-like protein 2","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","R4GE15","phc2","si:ch211-113a14.29","phc2","si:ch211-113a14.22","Polyhomeotic-like protein 2","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q561S9","phc2","H2A","phc2","hist1h2a3","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","F1Q5X3","phc2","wu:fb54g06","phc2","cdc27","Polyhomeotic-like protein 2","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A140LGT1","phc2","unp1266","phc2","A0A140LGT1","Polyhomeotic-like protein 2","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7FCJ1","phc2","Anaphase-promoting complex subunit 10","phc2","anapc10","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q6PI20","phc2","h3f3a; h3f3b.1; h3-5; h3f3d","phc2","h3f3a;h3f3b.1;h3-5;h3f3d","Polyhomeotic-like protein 2","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A0R4ISV4","phc2","si:ch73-203i15.5","phc2","anapc2","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7T1S3","phc2","yy1","phc2","yy1a","Polyhomeotic-like protein 2","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7FFM7","phc2","si:dkey-269g4.3","phc2","anapc13","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A8KBJ5","phc2","si:ch1073-153i20.2","phc2","-","Polyhomeotic-like protein 2","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q8JIR0","phc2","bmi1a","phc2","Q8JIR0","Polyhomeotic-like protein 2","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7FE07","phc2","si:ch211-113a14.16","phc2","E7FE07","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","B3DJF8","phc2","LOC570661","phc2","LOC570661","Polyhomeotic-like protein 2","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A0R4IU39","phc2","wu:fe49f10","phc2","cdc20","Polyhomeotic-like protein 2","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q4FZZ7","phc2","hist1h2a2","phc2","hist1h2a2","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7F4T8","phc2","ph1","phc2","phc1","Polyhomeotic-like protein 2","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A140LGS2","phc2","Histone H2A","phc2","si:ch1073-153i20.5","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A0G2KI00","phc2","LOC101885450","phc2","A0A0G2KI00","Polyhomeotic-like protein 2","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A9C3Q3","phc2","si:ch211-127h20.1","phc2","anapc7","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A4FVM2","phc2","si:ch73-368j24.13","phc2","A4FVM2","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q1JPS1","phc2","pcgf5b","phc2","pcgf5b","Polyhomeotic-like protein 2","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7ZTT0","phc2","zgc:56685","phc2","Q7ZTT0","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","X1WHF1","phc2","Histone H2B","phc2","si:dkey-261m9.6","Polyhomeotic-like protein 2","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7EXD7","phc2","si:dkey-261m9.11","phc2","si:ch211-113a14.19","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7EZX1","phc2","si:dkey-261m9.15","phc2","hist1h2a5","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q5EG55","phc2","rybpb","phc2","Q5EG55","Polyhomeotic-like protein 2","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","string-db","7955.ENSDARP00000069979/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q5XJK2","phc2","h2afx1","phc2","h2ax1","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q9DGB8","phc2","runxa","phc2","runx1","Polyhomeotic-like protein 2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q91398","phc2","csnk2b","phc2","csnk2b","Polyhomeotic-like protein 2","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","B0R1D5","phc2","suz12b","phc2","suz12b","Polyhomeotic-like protein 2","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A8M3AYF3","phc2","Chromobox homolog 7b","phc2","A0A8M3AYF3","Polyhomeotic-like protein 2","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7F5W3","phc2","si:dkey-108k21.26","phc2","hist1h2a10","Polyhomeotic-like protein 2","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A8M1RLN6","phc2","Fizzy-related protein homolog isoform X1","phc2","A0A8M1RLN6","Polyhomeotic-like protein 2","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q561X1","phc2","zgc:110659","phc2","anapc16","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q4QRF4","phc2","; ;","phc2","-","Polyhomeotic-like protein 2","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","X1WDH8","phc2","Histone H2B","phc2","si:dkey-261m9.19","Polyhomeotic-like protein 2","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q08BH9","phc2","si:dkey-237i9.4","phc2","anapc11","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q71PD7","phc2","h2az2a","phc2","h2az2a","Polyhomeotic-like protein 2","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E9QH38","phc2","Probable assembly chaperone of rpl4","phc2","si:dkey-12j5.1","Polyhomeotic-like protein 2","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7ZTY4","phc2","rbbp7","phc2","Q7ZTY4","Polyhomeotic-like protein 2","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7ZVH3","phc2","zgc:56013","phc2","cdc23","Polyhomeotic-like protein 2","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q5PR93","phc2","zgc:101872","phc2","Q5PR93","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q68EK9","phc2","cdc26","phc2","cdc26","Polyhomeotic-like protein 2","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A140LG54","phc2","Histone H2B","phc2","si:dkey-23a13.22","Polyhomeotic-like protein 2","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A1L2G3","phc2","bap1","phc2","A1L2G3","Polyhomeotic-like protein 2","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A0A0R4IE41","phc2","non-specific serine/threonine protein kinase","phc2","A0A0R4IE41","Polyhomeotic-like protein 2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7T3E6","phc2","bmi1b","phc2","bmi1b","Polyhomeotic-like protein 2","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","E7F4D0","phc2","Activator of transcription and developmental regulator AUTS2 a","phc2","auts2a","Polyhomeotic-like protein 2","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q7T304","phc2","fb68e12","phc2","yy1b","Polyhomeotic-like protein 2","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","B3DK16","phc2","pcgf5a","phc2","pcgf5a","Polyhomeotic-like protein 2","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q6PC60","phc2","hist2h2l","phc2","hist2h2l","Polyhomeotic-like protein 2","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","A3KNV9","phc2","zgc:162582","phc2","A3KNV9","Polyhomeotic-like protein 2","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000054361","physical","txid7955" +"Q8QHL5","Q6AZW3","phc2","zgc:101049","phc2","Q6AZW3","Polyhomeotic-like protein 2","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000054361","physical","txid7955" +"A0A0R4ISV4","A0A0R4IU39","si:ch73-203i15.5","wu:fe49f10","anapc2","cdc20","Anaphase-promoting complex subunit 2","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000139310","physical","txid7955" +"A0A0R4ISV4","A0A0N4SUD2","si:ch73-203i15.5","Ubi-p63E","anapc2","ubb","Anaphase-promoting complex subunit 2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000139310","physical","txid7955" +"A0A0R4ISV4","F1QHN6","si:ch73-203i15.5","im:7042025","anapc2","ubc","Anaphase-promoting complex subunit 2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000139310","physical","txid7955" +"A0A0R4ISV4","A0A2R8QA59","si:ch73-203i15.5","Anaphase-promoting complex subunit 1","anapc2","anapc1","Anaphase-promoting complex subunit 2","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000139310","physical","txid7955" +"Q8JIR0","X1WHF1","bmi1a","Histone H2B","Q8JIR0","si:dkey-261m9.6","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q7ZTY4","bmi1a","rbbp7","Q8JIR0","Q7ZTY4","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","E9QH38","bmi1a","Probable assembly chaperone of rpl4","Q8JIR0","si:dkey-12j5.1","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","X1WDH8","bmi1a","Histone H2B","Q8JIR0","si:dkey-261m9.19","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q7T3E6","bmi1a","bmi1b","Q8JIR0","bmi1b","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A0G2KI00","bmi1a","LOC101885450","Q8JIR0","A0A0G2KI00","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q7T304","bmi1a","fb68e12","Q8JIR0","yy1b","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","X1WBY5","bmi1a","Chromobox homolog 6b","Q8JIR0","cbx6b","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Chromobox homolog 6b","string-db","7955.ENSDARP00000127727/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A0R4IE41","bmi1a","non-specific serine/threonine protein kinase","Q8JIR0","A0A0R4IE41","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q561X1","bmi1a","zgc:110659","Q8JIR0","anapc16","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","E7F4D0","bmi1a","Activator of transcription and developmental regulator AUTS2 a","Q8JIR0","auts2a","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A4FVM2","bmi1a","si:ch73-368j24.13","Q8JIR0","A4FVM2","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A140LG54","bmi1a","Histone H2B","Q8JIR0","si:dkey-23a13.22","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A8M9PX23","bmi1a","ASXL transcriptional regulator 1","Q8JIR0","A0A8M9PX23","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A140LGT1","bmi1a","unp1266","Q8JIR0","A0A140LGT1","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A8M3AYF3","bmi1a","Chromobox homolog 7b","Q8JIR0","A0A8M3AYF3","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A8M1RLN6","bmi1a","Fizzy-related protein homolog isoform X1","Q8JIR0","A0A8M1RLN6","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","B0R1D5","bmi1a","suz12b","Q8JIR0","suz12b","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A0R4IU39","bmi1a","wu:fe49f10","Q8JIR0","cdc20","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A0R4ISV4","bmi1a","si:ch73-203i15.5","Q8JIR0","anapc2","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q08BH9","bmi1a","si:dkey-237i9.4","Q8JIR0","anapc11","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A2R8QA59","bmi1a","Anaphase-promoting complex subunit 1","Q8JIR0","anapc1","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q7ZTT0","bmi1a","zgc:56685","Q8JIR0","Q7ZTT0","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q9DGB8","bmi1a","runxa","Q8JIR0","runx1","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","E7FCJ1","bmi1a","Anaphase-promoting complex subunit 10","Q8JIR0","anapc10","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","Q566T0","bmi1a","eed","Q8JIR0","eed","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A3KNV9","bmi1a","zgc:162582","Q8JIR0","A3KNV9","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","E7FFM7","bmi1a","si:dkey-269g4.3","Q8JIR0","anapc13","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","F1Q5X3","bmi1a","wu:fb54g06","Q8JIR0","cdc27","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","A0A140LGS2","bmi1a","Histone H2A","Q8JIR0","si:ch1073-153i20.5","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000106943","physical","txid7955" +"Q8JIR0","R4GE15","bmi1a","si:ch211-113a14.29","Q8JIR0","si:ch211-113a14.22","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000106943","physical","txid7955" +"A0A0R4IU39","A0A0N4SUD2","wu:fe49f10","Ubi-p63E","cdc20","ubb","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000140575","physical","txid7955" +"A0A0R4IU39","A0A2R8QA59","wu:fe49f10","Anaphase-promoting complex subunit 1","cdc20","anapc1","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000140575","physical","txid7955" +"F6P2R0","E7FEN0","PHC2","Polyhomeotic-like protein 3 isoform X4","F6P2R0","si:ch211-230g15.5","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","E7FFM7","PHC2","si:dkey-269g4.3","F6P2R0","anapc13","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A1L2G3","PHC2","bap1","F6P2R0","A1L2G3","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7ZVH3","PHC2","zgc:56013","F6P2R0","cdc23","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","E7FCJ1","PHC2","Anaphase-promoting complex subunit 10","F6P2R0","anapc10","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7T3E6","PHC2","bmi1b","F6P2R0","bmi1b","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q08BH9","PHC2","si:dkey-237i9.4","F6P2R0","anapc11","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A0R4ISV4","PHC2","si:ch73-203i15.5","F6P2R0","anapc2","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A8M9PX23","PHC2","ASXL transcriptional regulator 1","F6P2R0","A0A8M9PX23","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q566T0","PHC2","eed","F6P2R0","eed","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q1JPS1","PHC2","pcgf5b","F6P2R0","pcgf5b","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q5PR93","PHC2","zgc:101872","F6P2R0","Q5PR93","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q6P3H7","PHC2","rbbp4","F6P2R0","Q6P3H7","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7ZTY4","PHC2","rbbp7","F6P2R0","Q7ZTY4","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7T304","PHC2","fb68e12","F6P2R0","yy1b","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A8M1RLN6","PHC2","Fizzy-related protein homolog isoform X1","F6P2R0","A0A8M1RLN6","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","E9QH38","PHC2","Probable assembly chaperone of rpl4","F6P2R0","si:dkey-12j5.1","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A9C3Q3","PHC2","si:ch211-127h20.1","F6P2R0","anapc7","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A2R8QA59","PHC2","Anaphase-promoting complex subunit 1","F6P2R0","anapc1","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","B0R1D5","PHC2","suz12b","F6P2R0","suz12b","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","F1Q5X3","PHC2","wu:fb54g06","F6P2R0","cdc27","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7SXV2","PHC2","aebp2","F6P2R0","aebp2","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","string-db","7955.ENSDARP00000022060/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A8M3AYF3","PHC2","Chromobox homolog 7b","F6P2R0","A0A8M3AYF3","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q8JIR0","PHC2","bmi1a","F6P2R0","Q8JIR0","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q08BS4","PHC2","ezh2","F6P2R0","Q08BS4","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","string-db","7955.ENSDARP00000023693/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q561X1","PHC2","zgc:110659","F6P2R0","anapc16","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","B3DK16","PHC2","pcgf5a","F6P2R0","pcgf5a","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q68EK9","PHC2","cdc26","F6P2R0","cdc26","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A0R4IU39","PHC2","wu:fe49f10","F6P2R0","cdc20","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A0A8M2BE57","PHC2","zgc:110231","F6P2R0","A0A8M2BE57","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","string-db","7955.ENSDARP00000018746/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","E7F4T8","PHC2","ph1","F6P2R0","phc1","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q7T1S3","PHC2","yy1","F6P2R0","yy1a","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q6DC03","PHC2","suz12a","F6P2R0","Q6DC03","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","A2ATX3","PHC2","si:ch211-67n3.7","F6P2R0","pcgf6","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q4V908","PHC2","ube2s","F6P2R0","ube2s","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000018055","physical","txid7955" +"F6P2R0","Q8QHL5","PHC2","phc2","F6P2R0","phc2","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000018055","physical","txid7955" +"A0A8M9PX23","Q7T304","ASXL transcriptional regulator 1","fb68e12","A0A8M9PX23","yy1b","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000121943","physical","txid7955" +"A0A8M9PX23","B0R1D5","ASXL transcriptional regulator 1","suz12b","A0A8M9PX23","suz12b","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000121943","physical","txid7955" +"A0A8M9PX23","X1WFM6","ASXL transcriptional regulator 1","Methyl-CpG-binding domain protein 6","A0A8M9PX23","mbd6","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","Methyl-CpG-binding domain protein 6","string-db","7955.ENSDARP00000129030/7955.ENSDARP00000121943","physical","txid7955" +"A0A8M9PX23","Q566T0","ASXL transcriptional regulator 1","eed","A0A8M9PX23","eed","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000121943","physical","txid7955" +"Q6DC03","A0A8M9PX23","suz12a","ASXL transcriptional regulator 1","Q6DC03","A0A8M9PX23","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","Q7ZTY4","suz12a","rbbp7","Q6DC03","Q7ZTY4","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","Q7T3E6","suz12a","bmi1b","Q6DC03","bmi1b","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","Q566T0","suz12a","eed","Q6DC03","eed","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","Q8JIR0","suz12a","bmi1a","Q6DC03","Q8JIR0","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","Q7T304","suz12a","fb68e12","Q6DC03","yy1b","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","E7FEN0","suz12a","Polyhomeotic-like protein 3 isoform X4","Q6DC03","si:ch211-230g15.5","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","B0R1D5","suz12a","suz12b","Q6DC03","suz12b","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","A0A8M3AYF3","suz12a","Chromobox homolog 7b","Q6DC03","A0A8M3AYF3","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000093727","physical","txid7955" +"Q6DC03","B3DK16","suz12a","pcgf5a","Q6DC03","pcgf5a","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000093727","physical","txid7955" +"A2ATX3","A0A0R4ISV4","si:ch211-67n3.7","si:ch73-203i15.5","pcgf6","anapc2","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","P52161","si:ch211-67n3.7","max","pcgf6","P52161","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","A0A0R4IU39","si:ch211-67n3.7","wu:fe49f10","pcgf6","cdc20","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q561X1","si:ch211-67n3.7","zgc:110659","pcgf6","anapc16","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q7T3E6","si:ch211-67n3.7","bmi1b","pcgf6","bmi1b","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q8JIR0","si:ch211-67n3.7","bmi1a","pcgf6","Q8JIR0","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q68EK9","si:ch211-67n3.7","cdc26","pcgf6","cdc26","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q7ZTY4","si:ch211-67n3.7","rbbp7","pcgf6","Q7ZTY4","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","A0A8M9PX23","si:ch211-67n3.7","ASXL transcriptional regulator 1","pcgf6","A0A8M9PX23","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q6DC03","si:ch211-67n3.7","suz12a","pcgf6","Q6DC03","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","E9QH38","si:ch211-67n3.7","Probable assembly chaperone of rpl4","pcgf6","si:dkey-12j5.1","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q7T304","si:ch211-67n3.7","fb68e12","pcgf6","yy1b","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","F1Q5X3","si:ch211-67n3.7","wu:fb54g06","pcgf6","cdc27","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q08BH9","si:ch211-67n3.7","si:dkey-237i9.4","pcgf6","anapc11","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","B3DK16","si:ch211-67n3.7","pcgf5a","pcgf6","pcgf5a","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","E7FFM7","si:ch211-67n3.7","si:dkey-269g4.3","pcgf6","anapc13","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","A0A8M1RLN6","si:ch211-67n3.7","Fizzy-related protein homolog isoform X1","pcgf6","A0A8M1RLN6","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","B0R1D5","si:ch211-67n3.7","suz12b","pcgf6","suz12b","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","A0A8M3AYF3","si:ch211-67n3.7","Chromobox homolog 7b","pcgf6","A0A8M3AYF3","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","Q566T0","si:ch211-67n3.7","eed","pcgf6","eed","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","A0A2R8QA59","si:ch211-67n3.7","Anaphase-promoting complex subunit 1","pcgf6","anapc1","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","E7FCJ1","si:ch211-67n3.7","Anaphase-promoting complex subunit 10","pcgf6","anapc10","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000092355","physical","txid7955" +"A2ATX3","E7FEN0","si:ch211-67n3.7","Polyhomeotic-like protein 3 isoform X4","pcgf6","si:ch211-230g15.5","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000092355","physical","txid7955" +"Q7SYB3","Q7T1S3","rybpa","yy1","Q7SYB3","yy1a","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000055037","physical","txid7955" +"Q7SYB3","F1R4V8","rybpa","im:7137244","Q7SYB3","l3mbtl2","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","Lethal(3)malignant brain tumor-like protein 2","string-db","7955.ENSDARP00000072956/7955.ENSDARP00000055037","physical","txid7955" +"Q7SYB3","Q91398","rybpa","csnk2b","Q7SYB3","csnk2b","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000055037","physical","txid7955" +"Q7SYB3","Q8JIR0","rybpa","bmi1a","Q7SYB3","Q8JIR0","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000055037","physical","txid7955" +"Q7SYB3","A2ATX3","rybpa","si:ch211-67n3.7","Q7SYB3","pcgf6","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000055037","physical","txid7955" +"Q6PBY8","Q5SPK4","skp1a","si:busm1-132m23.3","skp1","fbxo22","S-phase kinase-associated protein 1","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","string-db","7955.ENSDARP00000070020/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q7SXA3","skp1a","zgc:66168","skp1","rps27a","S-phase kinase-associated protein 1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A5WVX8","skp1a","metap2l","skp1","A5WVX8","S-phase kinase-associated protein 1","Methionine aminopeptidase 2 (MAP 2) (MetAP 2) (EC 3.4.11.18) (Initiation factor 2-associated 67 kDa glycoprotein) (Peptidase M) (p67) (p67eIF2)","string-db","7955.ENSDARP00000109712/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A4QN68","skp1a","si:ch211-154e15.3","skp1","A4QN68","S-phase kinase-associated protein 1","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6P3K3","skp1a","fbxo9","skp1","fbxo9","S-phase kinase-associated protein 1","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q642H5","skp1a","ppp2r1b","skp1","ppp2r1bb","S-phase kinase-associated protein 1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000017693/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B8K0E7","skp1a","F-box and leucine-rich repeat protein 20","skp1","fbxl20","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F6NVK8","skp1a","cul3","skp1","cul3a","S-phase kinase-associated protein 1","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A0N4SUD2","skp1a","Ubi-p63E","skp1","ubb","S-phase kinase-associated protein 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6NYS3","skp1a","Cul1","skp1","cul1a","S-phase kinase-associated protein 1","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q803G3","skp1a","fc05c02","skp1","ppp2cb","S-phase kinase-associated protein 1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A5WVU0","skp1a","tbl1xr1","skp1","tbl1xr1b","S-phase kinase-associated protein 1","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","string-db","7955.ENSDARP00000114269/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E7FDM3","skp1a","Retinoblastoma-like 2","skp1","rbl2","S-phase kinase-associated protein 1","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q7T394","skp1a","pafah1b1a","skp1","pafah1b1a","S-phase kinase-associated protein 1","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6TH11","skp1a","zgc:100907","skp1","Q6TH11","S-phase kinase-associated protein 1","F-box only protein 25","string-db","7955.ENSDARP00000102730/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1Q509","skp1a","zgc:153556","skp1","commd4","S-phase kinase-associated protein 1","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q503Q8","skp1a","CH211-51H4.1","skp1","Q503Q8","S-phase kinase-associated protein 1","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q4V909","skp1a","ccdc22","skp1","Q4V909","S-phase kinase-associated protein 1","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B7ZDC8","skp1a","F-box/WD repeat-containing protein 7","skp1","fbxw7","S-phase kinase-associated protein 1","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A1A5X2","skp1a","fbxl7","skp1","fbxl7","S-phase kinase-associated protein 1","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","string-db","7955.ENSDARP00000084255/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q5RH13","skp1a","fbxl14","skp1","fbxl14b","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 14b","string-db","7955.ENSDARP00000067321/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","P47794","skp1a","ccne1","skp1","P47794","S-phase kinase-associated protein 1","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B3DIU1","skp1a","cul3","skp1","cul3b","S-phase kinase-associated protein 1","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q0II00","skp1a","p100","skp1","nfkb2","S-phase kinase-associated protein 1","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q5U3U6","skp1a","bora","skp1","Q5U3U6","S-phase kinase-associated protein 1","Protein aurora borealis","string-db","7955.ENSDARP00000062627/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A5WWG2","skp1a","cip1","skp1","cdkn1a","S-phase kinase-associated protein 1","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B8A6D0","skp1a","murr1","skp1","B8A6D0","S-phase kinase-associated protein 1","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QHN6","skp1a","im:7042025","skp1","ubc","S-phase kinase-associated protein 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A4QP33","skp1a","ppp2r5c","skp1","ppp2r5cb","S-phase kinase-associated protein 1","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","P57094","skp1a","axin1","skp1","P57094","S-phase kinase-associated protein 1","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q567Y8","skp1a","ppp2ca","skp1","ppp2caa","S-phase kinase-associated protein 1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F6PB05","skp1a","F-box and WD repeat domain-containing 11-B","skp1","fbxw11b","S-phase kinase-associated protein 1","F-box and WD repeat domain-containing 11-B","string-db","7955.ENSDARP00000017497/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E9QCG0","skp1a","COMM domain-containing protein 6","skp1","commd6","S-phase kinase-associated protein 1","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6NW95","skp1a","fbxl15","skp1","Q6NW95","S-phase kinase-associated protein 1","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A2RUX0","skp1a","zgc:158242","skp1","tbl1x","S-phase kinase-associated protein 1","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q0V967","skp1a","fbxo5","skp1","Q0V967","S-phase kinase-associated protein 1","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","string-db","7955.ENSDARP00000056961/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A5PMV7","skp1a","ppp2r1a","skp1","ppp2r1ba","S-phase kinase-associated protein 1","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6NZ03","skp1a","fbxo45","skp1","Q6NZ03","S-phase kinase-associated protein 1","F-box/SPRY domain-containing protein 1 (F-box only protein 45)","string-db","7955.ENSDARP00000106584/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E7FEY1","skp1a","mitogen-activated protein kinase kinase kinase","skp1","map3k14a","S-phase kinase-associated protein 1","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1Q8M7","skp1a","zgc:100832","skp1","F1Q8M7","S-phase kinase-associated protein 1","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E7F6Z4","skp1a","F-box and leucine-rich repeat protein 3,-like","skp1","fbxl3l","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","string-db","7955.ENSDARP00000054395/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q7T162","skp1a","im:7153024","skp1","fbxl3a","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A4FUL3","skp1a","im:7137515","skp1","rbx1","S-phase kinase-associated protein 1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6NYX6","skp1a","ccnf","skp1","ccnf","S-phase kinase-associated protein 1","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q8JHE0","skp1a","CHUNP6894","skp1","csnk1a1","S-phase kinase-associated protein 1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q330L3","skp1a","sla","skp1","Q330L3","S-phase kinase-associated protein 1","Somatolactin alpha","string-db","7955.ENSDARP00000109558/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QSL6","skp1a","fbxo44","skp1","F1QSL6","S-phase kinase-associated protein 1","F-box protein 44","string-db","7955.ENSDARP00000122089/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A0R4ITC5","skp1a","trrap","skp1","trrap","S-phase kinase-associated protein 1","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q7ZUQ2","skp1a","ppp2r5e1","skp1","ppp2r5eb","S-phase kinase-associated protein 1","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q803D2","skp1a","pafah1b1b","skp1","Q803D2","S-phase kinase-associated protein 1","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","string-db","7955.ENSDARP00000039257/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6DGE6","skp1a","c-rel","skp1","Q6DGE6","S-phase kinase-associated protein 1","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","string-db","7955.ENSDARP00000072078/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A0R4IU39","skp1a","wu:fe49f10","skp1","cdc20","S-phase kinase-associated protein 1","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A3KNG1","skp1a","F-box protein 15","skp1","-","S-phase kinase-associated protein 1","F-box protein 15 (Zgc:161973)","string-db","7955.ENSDARP00000043955/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E7FEU4","skp1a","CMT1A duplicated region transcript 1 protein","skp1","fbxw10","S-phase kinase-associated protein 1","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q9YH60","skp1a","gsk3b","skp1","gsk3ba","S-phase kinase-associated protein 1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QN14","skp1a","zgc:123259","skp1","fbxl8","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","string-db","7955.ENSDARP00000070860/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F6NUQ2","skp1a","F-box only protein 41","skp1","fbxo41","S-phase kinase-associated protein 1","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q7ZWB1","skp1a","zgc:56598","skp1","cdk2","S-phase kinase-associated protein 1","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B0BLX4","skp1a","F-box only protein 2","skp1","fbxo2","S-phase kinase-associated protein 1","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A0R4IJR2","skp1a","fbxo11","skp1","A0A0R4IJR2","S-phase kinase-associated protein 1","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A3KP53","skp1a","id:ibd5121","skp1","skp2","S-phase kinase-associated protein 1","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q9IBH3","skp1a","dac","skp1","fbxw4","S-phase kinase-associated protein 1","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","string-db","7955.ENSDARP00000043116/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q2YDQ5","skp1a","fbxl5","skp1","Q2YDQ5","S-phase kinase-associated protein 1","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QMF9","skp1a","si:zc14a17.5","skp1","nedd8","S-phase kinase-associated protein 1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QGH4","skp1a","fd14f08","skp1","ccna1","S-phase kinase-associated protein 1","Cyclin-A1","string-db","7955.ENSDARP00000020968/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A8M9PQC9","skp1a","prlr","skp1","A0A8M9PQC9","S-phase kinase-associated protein 1","Prolactin receptor (PRL-R)","string-db","7955.ENSDARP00000111484/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","I3ITN3","skp1a","si:dkey-20j1.3","skp1","I3ITN3","S-phase kinase-associated protein 1","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q1JQ34","skp1a","ghl","skp1","Q1JQ34","S-phase kinase-associated protein 1","Growth hormone 1 (Somatotropin precursor)","string-db","7955.ENSDARP00000055674/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","B0UYM8","skp1a","fc03h03","skp1","lmo7a","S-phase kinase-associated protein 1","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","string-db","7955.ENSDARP00000027005/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","E7F5P0","skp1a","F-box only protein 31 isoform X1","skp1","fbxo31","S-phase kinase-associated protein 1","F-box only protein 31 isoform X1 (F-box protein 31)","string-db","7955.ENSDARP00000084075/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A0R4IWH7","skp1a","cb965","skp1","A0A0R4IWH7","S-phase kinase-associated protein 1","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1RDM5","skp1a","amer1","skp1","amer1","S-phase kinase-associated protein 1","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1Q9Y3","skp1a","Serine/threonine protein phosphatase 2A regulatory subunit","skp1","ppp2r5b","S-phase kinase-associated protein 1","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q6PFV0","skp1a","wu:fd14c04","skp1","fbxw5","S-phase kinase-associated protein 1","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q8AXX6","skp1a","ppp2r5e2","skp1","ppp2r5ea","S-phase kinase-associated protein 1","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000016494/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","F1QGH7","skp1a","ctnnb1","skp1","ctnnb1","S-phase kinase-associated protein 1","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","Q90YX4","skp1a","cdkn1b","skp1","cdkn1bb","S-phase kinase-associated protein 1","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000015887","physical","txid7955" +"Q6PBY8","A0A8M2BKM1","skp1a","BCL-6 corepressor-like protein 1 isoform X1","skp1","A0A8M2BKM1","S-phase kinase-associated protein 1","BCL-6 corepressor-like protein 1 isoform X1 (BCL6 corepressor-like 1)","string-db","7955.ENSDARP00000102285/7955.ENSDARP00000015887","physical","txid7955" +"A9C3Q3","Q561X1","si:ch211-127h20.1","zgc:110659","anapc7","anapc16","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","U3JAH9","si:ch211-127h20.1","zgc:101571","anapc7","bub3","Anaphase-promoting complex subunit 7","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q08BH9","si:ch211-127h20.1","si:dkey-237i9.4","anapc7","anapc11","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","E7FEN0","si:ch211-127h20.1","Polyhomeotic-like protein 3 isoform X4","anapc7","si:ch211-230g15.5","Anaphase-promoting complex subunit 7","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A0R4IU39","si:ch211-127h20.1","wu:fe49f10","anapc7","cdc20","Anaphase-promoting complex subunit 7","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","F1QHN6","si:ch211-127h20.1","im:7042025","anapc7","ubc","Anaphase-promoting complex subunit 7","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q8JIR0","si:ch211-127h20.1","bmi1a","anapc7","Q8JIR0","Anaphase-promoting complex subunit 7","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A8M3AYF3","si:ch211-127h20.1","Chromobox homolog 7b","anapc7","A0A8M3AYF3","Anaphase-promoting complex subunit 7","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q68EK9","si:ch211-127h20.1","cdc26","anapc7","cdc26","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","B3DK16","si:ch211-127h20.1","pcgf5a","anapc7","pcgf5a","Anaphase-promoting complex subunit 7","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q7SXA3","si:ch211-127h20.1","zgc:66168","anapc7","rps27a","Anaphase-promoting complex subunit 7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A2ATX3","si:ch211-127h20.1","si:ch211-67n3.7","anapc7","pcgf6","Anaphase-promoting complex subunit 7","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","F1Q5X3","si:ch211-127h20.1","wu:fb54g06","anapc7","cdc27","Anaphase-promoting complex subunit 7","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","E7FFM7","si:ch211-127h20.1","si:dkey-269g4.3","anapc7","anapc13","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","E9QH38","si:ch211-127h20.1","Probable assembly chaperone of rpl4","anapc7","si:dkey-12j5.1","Anaphase-promoting complex subunit 7","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A8M1RLN6","si:ch211-127h20.1","Fizzy-related protein homolog isoform X1","anapc7","A0A8M1RLN6","Anaphase-promoting complex subunit 7","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","E7FCJ1","si:ch211-127h20.1","Anaphase-promoting complex subunit 10","anapc7","anapc10","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A0N4SUD2","si:ch211-127h20.1","Ubi-p63E","anapc7","ubb","Anaphase-promoting complex subunit 7","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q7T3L7","si:ch211-127h20.1","cdc2","anapc7","cdk1","Anaphase-promoting complex subunit 7","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A2R8QA59","si:ch211-127h20.1","Anaphase-promoting complex subunit 1","anapc7","anapc1","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","F1Q636","si:ch211-127h20.1","BUB1 mitotic checkpoint serine/threonine kinase Ba","anapc7","bub1ba","Anaphase-promoting complex subunit 7","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A3KP53","si:ch211-127h20.1","id:ibd5121","anapc7","skp2","Anaphase-promoting complex subunit 7","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","Q7T3E6","si:ch211-127h20.1","bmi1b","anapc7","bmi1b","Anaphase-promoting complex subunit 7","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000086117","physical","txid7955" +"A9C3Q3","A0A0R4ISV4","si:ch211-127h20.1","si:ch73-203i15.5","anapc7","anapc2","Anaphase-promoting complex subunit 7","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000086117","physical","txid7955" +"Q1JPS1","B0R1D5","pcgf5b","suz12b","pcgf5b","suz12b","Polycomb group RING finger protein 5-B","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A9C3Q3","pcgf5b","si:ch211-127h20.1","pcgf5b","anapc7","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","E7FEN0","pcgf5b","Polyhomeotic-like protein 3 isoform X4","pcgf5b","si:ch211-230g15.5","Polycomb group RING finger protein 5-B","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A3KNV9","pcgf5b","zgc:162582","pcgf5b","A3KNV9","Polycomb group RING finger protein 5-B","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","B3DK16","pcgf5b","pcgf5a","pcgf5b","pcgf5a","Polycomb group RING finger protein 5-B","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q91398","pcgf5b","csnk2b","pcgf5b","csnk2b","Polycomb group RING finger protein 5-B","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q7ZTY4","pcgf5b","rbbp7","pcgf5b","Q7ZTY4","Polycomb group RING finger protein 5-B","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q08BH9","pcgf5b","si:dkey-237i9.4","pcgf5b","anapc11","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","E7F4D0","pcgf5b","Activator of transcription and developmental regulator AUTS2 a","pcgf5b","auts2a","Polycomb group RING finger protein 5-B","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","E7FCJ1","pcgf5b","Anaphase-promoting complex subunit 10","pcgf5b","anapc10","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q7T3E6","pcgf5b","bmi1b","pcgf5b","bmi1b","Polycomb group RING finger protein 5-B","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","E7FFM7","pcgf5b","si:dkey-269g4.3","pcgf5b","anapc13","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q9DGB8","pcgf5b","runxa","pcgf5b","runx1","Polycomb group RING finger protein 5-B","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A8M1RLN6","pcgf5b","Fizzy-related protein homolog isoform X1","pcgf5b","A0A8M1RLN6","Polycomb group RING finger protein 5-B","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A2R8QA59","pcgf5b","Anaphase-promoting complex subunit 1","pcgf5b","anapc1","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","E9QH38","pcgf5b","Probable assembly chaperone of rpl4","pcgf5b","si:dkey-12j5.1","Polycomb group RING finger protein 5-B","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A1L2G3","pcgf5b","bap1","pcgf5b","A1L2G3","Polycomb group RING finger protein 5-B","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q6AZW3","pcgf5b","zgc:101049","pcgf5b","Q6AZW3","Polycomb group RING finger protein 5-B","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q68EK9","pcgf5b","cdc26","pcgf5b","cdc26","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q566T0","pcgf5b","eed","pcgf5b","eed","Polycomb group RING finger protein 5-B","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A0R4IE41","pcgf5b","non-specific serine/threonine protein kinase","pcgf5b","A0A0R4IE41","Polycomb group RING finger protein 5-B","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q561X1","pcgf5b","zgc:110659","pcgf5b","anapc16","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A8M3AYF3","pcgf5b","Chromobox homolog 7b","pcgf5b","A0A8M3AYF3","Polycomb group RING finger protein 5-B","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","F1Q5X3","pcgf5b","wu:fb54g06","pcgf5b","cdc27","Polycomb group RING finger protein 5-B","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A0R4IU39","pcgf5b","wu:fe49f10","pcgf5b","cdc20","Polycomb group RING finger protein 5-B","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q6DC03","pcgf5b","suz12a","pcgf5b","Q6DC03","Polycomb group RING finger protein 5-B","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A8M9PX23","pcgf5b","ASXL transcriptional regulator 1","pcgf5b","A0A8M9PX23","Polycomb group RING finger protein 5-B","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q7T304","pcgf5b","fb68e12","pcgf5b","yy1b","Polycomb group RING finger protein 5-B","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","Q8JIR0","pcgf5b","bmi1a","pcgf5b","Q8JIR0","Polycomb group RING finger protein 5-B","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A0R4ISV4","pcgf5b","si:ch73-203i15.5","pcgf5b","anapc2","Polycomb group RING finger protein 5-B","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A0A140LGT1","pcgf5b","unp1266","pcgf5b","A0A140LGT1","Polycomb group RING finger protein 5-B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000080646","physical","txid7955" +"Q1JPS1","A2ATX3","pcgf5b","si:ch211-67n3.7","pcgf5b","pcgf6","Polycomb group RING finger protein 5-B","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000080646","physical","txid7955" +"Q6P3H7","Q6DC03","rbbp4","suz12a","Q6P3H7","Q6DC03","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A2R8RTX5","rbbp4","Metastasis-associated 1","Q6P3H7","mta1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q1LV50","rbbp4","cenpp","Q6P3H7","cenpp","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","F1QJK1","rbbp4","Centromere protein I","Q6P3H7","cenpi","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A8WHV8","rbbp4","si:dkey-186m8.3","Q6P3H7","cenph","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q8QHL5","rbbp4","phc2","Q6P3H7","phc2","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M9PN25","rbbp4","PHD finger protein 21A isoform X6","Q6P3H7","A0A8M9PN25","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6PC60","rbbp4","hist2h2l","Q6P3H7","hist2h2l","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A0R4ICD5","rbbp4","fb72f07","Q6P3H7","e2f4","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q7T1S3","rbbp4","yy1","Q6P3H7","yy1a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6P026","rbbp4","banf1","Q6P3H7","banf1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Barrier-to-autointegration factor","string-db","7955.ENSDARP00000053793/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q5RHQ8","rbbp4","lin9","Q6P3H7","lin9","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E9QIT3","rbbp4","si:ch211-225g23.1","Q6P3H7","cenpt","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6AZW3","rbbp4","zgc:101049","Q6P3H7","Q6AZW3","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7F4T8","rbbp4","ph1","Q6P3H7","phc1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q7T3E6","rbbp4","bmi1b","Q6P3H7","bmi1b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FCV0","rbbp4","si:dkey-185e18.7","Q6P3H7","si:dkey-185e18.7","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","X1WHF1","rbbp4","Histone H2B","Q6P3H7","si:dkey-261m9.6","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6DRD4","rbbp4","cenpl","Q6P3H7","cenpl","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein L (CENP-L)","string-db","7955.ENSDARP00000056666/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q71PD7","rbbp4","h2az2a","Q6P3H7","h2az2a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B8JJJ1","rbbp4","zgc:92021","Q6P3H7","suds3","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q499A1","rbbp4","zgc:110391","Q6P3H7","Q499A1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","string-db","7955.ENSDARP00000064411/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7EZX1","rbbp4","si:dkey-261m9.15","Q6P3H7","hist1h2a5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7EYR2","rbbp4","fe36g06","Q6P3H7","chaf1b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","string-db","7955.ENSDARP00000073678/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q7T304","rbbp4","fb68e12","Q6P3H7","yy1b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q4FZZ7","rbbp4","hist1h2a2","Q6P3H7","hist1h2a2","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A8KBJ5","rbbp4","si:ch1073-153i20.2","Q6P3H7","-","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q1RLQ4","rbbp4","fa96d06","Q6P3H7","-","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","C-terminal-binding protein 1 (Zgc:136929)","string-db","7955.ENSDARP00000130473/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M9PYB8","rbbp4","Protein Mis18-alpha","Q6P3H7","A0A8M9PYB8","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Protein Mis18-alpha","string-db","7955.ENSDARP00000051197/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q503Z1","rbbp4","fc85b02","Q6P3H7","hmg20b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","string-db","7955.ENSDARP00000061616/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q4QRF4","rbbp4","; ;","Q6P3H7","-","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q5BJA5","rbbp4",";","Q6P3H7","-","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A5WUE8","rbbp4","E2F4","Q6P3H7","e2f5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","string-db","7955.ENSDARP00000056678/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","X1WDH8","rbbp4","Histone H2B","Q6P3H7","si:dkey-261m9.19","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A140LG54","rbbp4","Histone H2B","Q6P3H7","si:dkey-23a13.22","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","F1RBT2","rbbp4","DNA helicase","Q6P3H7","chd4b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M2BEF6","rbbp4","cb91","Q6P3H7","A0A8M2BEF6","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FEN0","rbbp4","Polyhomeotic-like protein 3 isoform X4","Q6P3H7","si:ch211-230g15.5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B3DK16","rbbp4","pcgf5a","Q6P3H7","pcgf5a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0AUQ6","rbbp4","lin52","Q6P3H7","A0AUQ6","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M3B2X7","rbbp4","si:ch73-376l24.6","Q6P3H7","A0A8M3B2X7","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M3AYF3","rbbp4","Chromobox homolog 7b","Q6P3H7","A0A8M3AYF3","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","F6NIA2","rbbp4","aof2","Q6P3H7","kdm1a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q08CM4","rbbp4","lin54","Q6P3H7","Q08CM4","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Protein lin-54 homolog","string-db","7955.ENSDARP00000086543/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B0R1D5","rbbp4","suz12b","Q6P3H7","suz12b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q7ZTT0","rbbp4","zgc:56685","Q6P3H7","Q7ZTT0","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0JMK9","rbbp4","chaf1a","Q6P3H7","chaf1a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","string-db","7955.ENSDARP00000101598/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FCU0","rbbp4","npm1","Q6P3H7","npm1a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A2ATX3","rbbp4","si:ch211-67n3.7","Q6P3H7","pcgf6","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7F6J7","rbbp4","Jumonji, AT-rich interactive domain 2a","Q6P3H7","jarid2a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","string-db","7955.ENSDARP00000080768/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A3KNV9","rbbp4","zgc:162582","Q6P3H7","A3KNV9","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q561S9","rbbp4","H2A","Q6P3H7","hist1h2a3","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q803H4","rbbp4","cenpa","Q6P3H7","cenpa","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7EXD7","rbbp4","si:dkey-261m9.11","Q6P3H7","si:ch211-113a14.19","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FAC3","rbbp4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","Q6P3H7","si:ch211-161h7.4","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6PC41","rbbp4","zgc:73118","Q6P3H7","sap18","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6DHP4","rbbp4","hi3634","Q6P3H7","cenpn","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein N","string-db","7955.ENSDARP00000064079/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7F1X6","rbbp4","si:ch73-362i18.3","Q6P3H7","cenpx","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B3DJV8","rbbp4","LOC569270","Q6P3H7","B3DJV8","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7F5W3","rbbp4","si:dkey-108k21.26","Q6P3H7","hist1h2a10","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","F1R1K5","rbbp4","dnmt3a1","Q6P3H7","dnmt3ab","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A0R4ISL4","rbbp4","si:ch211-195p4.3","Q6P3H7","cenpw","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B3DJF8","rbbp4","LOC570661","Q6P3H7","LOC570661","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q1LYP4","rbbp4","im:7143343","Q6P3H7","chd4a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000111640/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q2EI20","rbbp4","rest","Q6P3H7","Q2EI20","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q803N1","rbbp4","tfdp1l","Q6P3H7","tfdp1a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q1JPS1","rbbp4","pcgf5b","Q6P3H7","pcgf5b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7F366","rbbp4","Bromodomain PHD finger transcription factor","Q6P3H7","bptf","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A140LGS2","rbbp4","Histone H2A","Q6P3H7","si:ch1073-153i20.5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A1L2G3","rbbp4","bap1","Q6P3H7","A1L2G3","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A5D6S0","rbbp4","Paired amphipathic helix protein Sin3a","Q6P3H7","sin3aa","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","X1WGM0","rbbp4","si:dkey-148h10.5","Q6P3H7","si:dkey-148h10.5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q1LVC2","rbbp4","jarid2b","Q6P3H7","jarid2b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6TGX7","rbbp4","MBD3","Q6P3H7","mbd3a","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Methyl-CpG-binding domain protein 3","string-db","7955.ENSDARP00000082941/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FE07","rbbp4","si:ch211-113a14.16","Q6P3H7","E7FE07","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","F1RAN4","rbbp4","si:busm1-142b24.1","Q6P3H7","mis18bp1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q6PI20","rbbp4","h3f3a; h3f3b.1; h3-5; h3f3d","Q6P3H7","h3f3a;h3f3b.1;h3-5;h3f3d","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A4FVM2","rbbp4","si:ch73-368j24.13","Q6P3H7","A4FVM2","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A0G2KI00","rbbp4","LOC101885450","Q6P3H7","A0A0G2KI00","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","R4GE15","rbbp4","si:ch211-113a14.29","Q6P3H7","si:ch211-113a14.22","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q566T0","rbbp4","eed","Q6P3H7","eed","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B0UXK0","rbbp4","phf13","Q6P3H7","phf19","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q8JIR0","rbbp4","bmi1a","Q6P3H7","Q8JIR0","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q7ZTY4","rbbp4","rbbp7","Q6P3H7","Q7ZTY4","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","B8A4N0","rbbp4","si:dkey-71p21.8","Q6P3H7","oip5","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","Q5XJK2","rbbp4","h2afx1","Q6P3H7","h2ax1","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A3KNA6","rbbp4","LOC566102","Q6P3H7","epc1b","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","E7FDM3","rbbp4","Retinoblastoma-like 2","Q6P3H7","rbl2","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000048143","physical","txid7955" +"Q6P3H7","A0A8M9PX23","rbbp4","ASXL transcriptional regulator 1","Q6P3H7","A0A8M9PX23","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000048143","physical","txid7955" +"Q803I4","X1WDH8","rnf2","Histone H2B","rnf2","si:dkey-261m9.19","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q68EI2","rnf2","zgc:91986","rnf2","Q68EI2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A4FVM2","rnf2","si:ch73-368j24.13","rnf2","A4FVM2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q561S9","rnf2","H2A","rnf2","hist1h2a3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q5BJA5","rnf2",";","rnf2","-","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q8AWW7","rnf2","ruvbl1","rnf2","Q8AWW7","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","string-db","7955.ENSDARP00000012488/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7FEN0","rnf2","Polyhomeotic-like protein 3 isoform X4","rnf2","si:ch211-230g15.5","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7F4T8","rnf2","ph1","rnf2","phc1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A0G2KI00","rnf2","LOC101885450","rnf2","A0A0G2KI00","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7FFM7","rnf2","si:dkey-269g4.3","rnf2","anapc13","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7FCJ1","rnf2","Anaphase-promoting complex subunit 10","rnf2","anapc10","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q8AXX2","rnf2","tbx1","rnf2","tbx1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","T-box transcription factor TBX1 (T-box protein 1)","string-db","7955.ENSDARP00000040825/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7SXV2","rnf2","aebp2","rnf2","aebp2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","string-db","7955.ENSDARP00000022060/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q5PR93","rnf2","zgc:101872","rnf2","Q5PR93","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7ZTT0","rnf2","zgc:56685","rnf2","Q7ZTT0","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7SXM7","rnf2","prpf31","rnf2","prpf31","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","B3DK16","rnf2","pcgf5a","rnf2","pcgf5a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","B0R1D5","rnf2","suz12b","rnf2","suz12b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6P0E3","rnf2","wu:fj97a11","rnf2","mcrs1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Microspherule protein 1","string-db","7955.ENSDARP00000023460/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M3AYF3","rnf2","Chromobox homolog 7b","rnf2","A0A8M3AYF3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A2R8QA59","rnf2","Anaphase-promoting complex subunit 1","rnf2","anapc1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M1RLN6","rnf2","Fizzy-related protein homolog isoform X1","rnf2","A0A8M1RLN6","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A3KNV9","rnf2","zgc:162582","rnf2","A3KNV9","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q08BH9","rnf2","si:dkey-237i9.4","rnf2","anapc11","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","F1QNF2","rnf2","cbx3","rnf2","cbx3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","string-db","7955.ENSDARP00000009789/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A140LGT1","rnf2","unp1266","rnf2","A0A140LGT1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A8KBJ5","rnf2","si:ch1073-153i20.2","rnf2","-","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7FCZ6","rnf2","Casein kinase 2, alpha prime polypeptide b","rnf2","csnk2a2b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","string-db","7955.ENSDARP00000045487/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","B3DJF8","rnf2","LOC570661","rnf2","LOC570661","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7EXD7","rnf2","si:dkey-261m9.11","rnf2","si:ch211-113a14.19","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A140LG54","rnf2","Histone H2B","rnf2","si:dkey-23a13.22","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7SYB3","rnf2","rybpa","rnf2","Q7SYB3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","RING1 and YY1-binding protein A (Death effector domain-associated factor A) (DED-associated factor A)","string-db","7955.ENSDARP00000055037/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A0R4IU39","rnf2","wu:fe49f10","rnf2","cdc20","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7ZUY3","rnf2","h2ax","rnf2","Q7ZUY3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A0R4IE41","rnf2","non-specific serine/threonine protein kinase","rnf2","A0A0R4IE41","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7F5W3","rnf2","si:dkey-108k21.26","rnf2","hist1h2a10","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","P52161","rnf2","max","rnf2","P52161","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7F4D0","rnf2","Activator of transcription and developmental regulator AUTS2 a","rnf2","auts2a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q91398","rnf2","csnk2b","rnf2","csnk2b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7T304","rnf2","fb68e12","rnf2","yy1b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7ZVH3","rnf2","zgc:56013","rnf2","cdc23","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q5XJK2","rnf2","h2afx1","rnf2","h2ax1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q566T0","rnf2","eed","rnf2","eed","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6PI20","rnf2","h3f3a; h3f3b.1; h3-5; h3f3d","rnf2","h3f3a;h3f3b.1;h3-5;h3f3d","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7FE07","rnf2","si:ch211-113a14.16","rnf2","E7FE07","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","F1Q5X3","rnf2","wu:fb54g06","rnf2","cdc27","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","R4GE15","rnf2","si:ch211-113a14.29","rnf2","si:ch211-113a14.22","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M3AXL2","rnf2","fc61g09","rnf2","A0A8M3AXL2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Host cell factor C1a","string-db","7955.ENSDARP00000007626/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6AZW3","rnf2","zgc:101049","rnf2","Q6AZW3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A1L2G3","rnf2","bap1","rnf2","A1L2G3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q4V908","rnf2","ube2s","rnf2","ube2s","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q803N1","rnf2","tfdp1l","rnf2","tfdp1a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","P83571","rnf2","ruvbl2","rnf2","ruvbl2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q08BS4","rnf2","ezh2","rnf2","Q08BS4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","string-db","7955.ENSDARP00000023693/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7T1S3","rnf2","yy1","rnf2","yy1a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q9DGB8","rnf2","runxa","rnf2","runx1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6P3H7","rnf2","rbbp4","rnf2","Q6P3H7","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q71PD7","rnf2","h2az2a","rnf2","h2az2a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7ZUP9","rnf2","fzr1","rnf2","fzr1a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","string-db","7955.ENSDARP00000003004/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A2BEN4","rnf2","fc03g04","rnf2","senp3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q4FZZ7","rnf2","hist1h2a2","rnf2","hist1h2a2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A140LGS2","rnf2","Histone H2A","rnf2","si:ch1073-153i20.5","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q1JPS1","rnf2","pcgf5b","rnf2","pcgf5b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A2ATX3","rnf2","si:ch211-67n3.7","rnf2","pcgf6","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M9QDM8","rnf2","PHD finger protein 20 isoform X1","rnf2","A0A8M9QDM8","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A9C3Q3","rnf2","si:ch211-127h20.1","rnf2","anapc7","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E7EZX1","rnf2","si:dkey-261m9.15","rnf2","hist1h2a5","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","X1WHF1","rnf2","Histone H2B","rnf2","si:dkey-261m9.6","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6DC03","rnf2","suz12a","rnf2","Q6DC03","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M9PX23","rnf2","ASXL transcriptional regulator 1","rnf2","A0A8M9PX23","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q8JIR0","rnf2","bmi1a","rnf2","Q8JIR0","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q8QHL5","rnf2","phc2","rnf2","phc2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","F6P2R0","rnf2","PHC2","rnf2","F6P2R0","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","string-db","7955.ENSDARP00000018055/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A0R4ISV4","rnf2","si:ch73-203i15.5","rnf2","anapc2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7T3E6","rnf2","bmi1b","rnf2","bmi1b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6DH34","rnf2","wu:fb49g10","rnf2","Q6DH34","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","X1WCP5","rnf2","si:ch73-376i21.2","rnf2","hcfc2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M9PQY4","rnf2","fc07b09","rnf2","A0A8M9PQY4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","E9QH38","rnf2","Probable assembly chaperone of rpl4","rnf2","si:dkey-12j5.1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q7ZTY4","rnf2","rbbp7","rnf2","Q7ZTY4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","A0A8M2BE57","rnf2","zgc:110231","rnf2","A0A8M2BE57","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","string-db","7955.ENSDARP00000018746/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q6PC60","rnf2","hist2h2l","rnf2","hist2h2l","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","X1WBY5","rnf2","Chromobox homolog 6b","rnf2","cbx6b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Chromobox homolog 6b","string-db","7955.ENSDARP00000127727/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q803M3","rnf2","tex10","rnf2","Q803M3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q98SP7","rnf2","bbs2","rnf2","bbs2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Bardet-Biedl syndrome 2 protein homolog","string-db","7955.ENSDARP00000060999/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","B0R0I6","rnf2","chd8","rnf2","B0R0I6","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","string-db","7955.ENSDARP00000011455/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q68EK9","rnf2","cdc26","rnf2","cdc26","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q5EG55","rnf2","rybpb","rnf2","Q5EG55","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","string-db","7955.ENSDARP00000069979/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q561X1","rnf2","zgc:110659","rnf2","anapc16","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000002609","physical","txid7955" +"Q803I4","Q4QRF4","rnf2","; ;","rnf2","-","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000002609","physical","txid7955" +"Q5PR93","Q8JIR0","zgc:101872","bmi1a","Q5PR93","Q8JIR0","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A0R4ISV4","zgc:101872","si:ch73-203i15.5","Q5PR93","anapc2","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q7T3E6","zgc:101872","bmi1b","Q5PR93","bmi1b","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q561X1","zgc:101872","zgc:110659","Q5PR93","anapc16","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","E7FCJ1","zgc:101872","Anaphase-promoting complex subunit 10","Q5PR93","anapc10","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A8M1RLN6","zgc:101872","Fizzy-related protein homolog isoform X1","Q5PR93","A0A8M1RLN6","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","F1Q636","zgc:101872","BUB1 mitotic checkpoint serine/threonine kinase Ba","Q5PR93","bub1ba","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A2ATX3","zgc:101872","si:ch211-67n3.7","Q5PR93","pcgf6","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","F1QHN6","zgc:101872","im:7042025","Q5PR93","ubc","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q7T3L7","zgc:101872","cdc2","Q5PR93","cdk1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","B8A4J0","zgc:101872","si:ch211-232m8.6","Q5PR93","pttg1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A2R8QA59","zgc:101872","Anaphase-promoting complex subunit 1","Q5PR93","anapc1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q7SXA3","zgc:101872","zgc:66168","Q5PR93","rps27a","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q08BH9","zgc:101872","si:dkey-237i9.4","Q5PR93","anapc11","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q6DRK7","zgc:101872","Serine/threonine-protein kinase PLK","Q5PR93","plk1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A8M3AYF3","zgc:101872","Chromobox homolog 7b","Q5PR93","A0A8M3AYF3","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q7ZVH3","zgc:101872","zgc:56013","Q5PR93","cdc23","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","B3DK16","zgc:101872","pcgf5a","Q5PR93","pcgf5a","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","U3JAH9","zgc:101872","zgc:101571","Q5PR93","bub3","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","F1Q5X3","zgc:101872","wu:fb54g06","Q5PR93","cdc27","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q1JPS1","zgc:101872","pcgf5b","Q5PR93","pcgf5b","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","E7FFM7","zgc:101872","si:dkey-269g4.3","Q5PR93","anapc13","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A0R4IU39","zgc:101872","wu:fe49f10","Q5PR93","cdc20","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","E9QH38","zgc:101872","Probable assembly chaperone of rpl4","Q5PR93","si:dkey-12j5.1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","E7FEN0","zgc:101872","Polyhomeotic-like protein 3 isoform X4","Q5PR93","si:ch211-230g15.5","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A9C3Q3","zgc:101872","si:ch211-127h20.1","Q5PR93","anapc7","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","Q68EK9","zgc:101872","cdc26","Q5PR93","cdc26","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A0A0N4SUD2","zgc:101872","Ubi-p63E","Q5PR93","ubb","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000058523","physical","txid7955" +"Q5PR93","A3KP53","zgc:101872","id:ibd5121","Q5PR93","skp2","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000058523","physical","txid7955" +"Q08BH9","A0A0R4IU39","si:dkey-237i9.4","wu:fe49f10","anapc11","cdc20","Anaphase-promoting complex subunit 11","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000130416","physical","txid7955" +"Q08BH9","A0A0R4ISV4","si:dkey-237i9.4","si:ch73-203i15.5","anapc11","anapc2","Anaphase-promoting complex subunit 11","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000130416","physical","txid7955" +"Q08BH9","A0A2R8QA59","si:dkey-237i9.4","Anaphase-promoting complex subunit 1","anapc11","anapc1","Anaphase-promoting complex subunit 11","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000130416","physical","txid7955" +"Q08BH9","A0A0N4SUD2","si:dkey-237i9.4","Ubi-p63E","anapc11","ubb","Anaphase-promoting complex subunit 11","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000130416","physical","txid7955" +"Q08BH9","F1QHN6","si:dkey-237i9.4","im:7042025","anapc11","ubc","Anaphase-promoting complex subunit 11","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000130416","physical","txid7955" +"A0A8M3AYF3","Q7ZTY4","Chromobox homolog 7b","rbbp7","A0A8M3AYF3","Q7ZTY4","Chromobox homolog 7b (Chromobox protein homolog 7)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","A0A2R8QA59","Chromobox homolog 7b","Anaphase-promoting complex subunit 1","A0A8M3AYF3","anapc1","Chromobox homolog 7b (Chromobox protein homolog 7)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","B0R1D5","Chromobox homolog 7b","suz12b","A0A8M3AYF3","suz12b","Chromobox homolog 7b (Chromobox protein homolog 7)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","E9QH38","Chromobox homolog 7b","Probable assembly chaperone of rpl4","A0A8M3AYF3","si:dkey-12j5.1","Chromobox homolog 7b (Chromobox protein homolog 7)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","Q7T304","Chromobox homolog 7b","fb68e12","A0A8M3AYF3","yy1b","Chromobox homolog 7b (Chromobox protein homolog 7)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","A0A8M1RLN6","Chromobox homolog 7b","Fizzy-related protein homolog isoform X1","A0A8M3AYF3","A0A8M1RLN6","Chromobox homolog 7b (Chromobox protein homolog 7)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","Q08BH9","Chromobox homolog 7b","si:dkey-237i9.4","A0A8M3AYF3","anapc11","Chromobox homolog 7b (Chromobox protein homolog 7)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","F1Q5X3","Chromobox homolog 7b","wu:fb54g06","A0A8M3AYF3","cdc27","Chromobox homolog 7b (Chromobox protein homolog 7)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","A0A0R4IU39","Chromobox homolog 7b","wu:fe49f10","A0A8M3AYF3","cdc20","Chromobox homolog 7b (Chromobox protein homolog 7)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","E7FFM7","Chromobox homolog 7b","si:dkey-269g4.3","A0A8M3AYF3","anapc13","Chromobox homolog 7b (Chromobox protein homolog 7)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","Q7T3E6","Chromobox homolog 7b","bmi1b","A0A8M3AYF3","bmi1b","Chromobox homolog 7b (Chromobox protein homolog 7)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","Q566T0","Chromobox homolog 7b","eed","A0A8M3AYF3","eed","Chromobox homolog 7b (Chromobox protein homolog 7)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","E7FCJ1","Chromobox homolog 7b","Anaphase-promoting complex subunit 10","A0A8M3AYF3","anapc10","Chromobox homolog 7b (Chromobox protein homolog 7)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","A0A8M9PX23","Chromobox homolog 7b","ASXL transcriptional regulator 1","A0A8M3AYF3","A0A8M9PX23","Chromobox homolog 7b (Chromobox protein homolog 7)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000108294","physical","txid7955" +"A0A8M3AYF3","A0A0R4ISV4","Chromobox homolog 7b","si:ch73-203i15.5","A0A8M3AYF3","anapc2","Chromobox homolog 7b (Chromobox protein homolog 7)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000108294","physical","txid7955" +"Q08BS4","E7EZX1","ezh2","si:dkey-261m9.15","Q08BS4","hist1h2a5","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7ZTT0","ezh2","zgc:56685","Q08BS4","Q7ZTT0","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q561S9","ezh2","H2A","Q08BS4","hist1h2a3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A8M3AYF3","ezh2","Chromobox homolog 7b","Q08BS4","A0A8M3AYF3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","B0R1D5","ezh2","suz12b","Q08BS4","suz12b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","B3DK16","ezh2","pcgf5a","Q08BS4","pcgf5a","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7FEN0","ezh2","Polyhomeotic-like protein 3 isoform X4","Q08BS4","si:ch211-230g15.5","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7EXD7","ezh2","si:dkey-261m9.11","Q08BS4","si:ch211-113a14.19","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A8M2BEF6","ezh2","cb91","Q08BS4","A0A8M2BEF6","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A1L2G3","ezh2","bap1","Q08BS4","A1L2G3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A140LGS2","ezh2","Histone H2A","Q08BS4","si:ch1073-153i20.5","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q803C3","ezh2","hdac3","Q08BS4","Q803C3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","string-db","7955.ENSDARP00000054625/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6PI20","ezh2","h3f3a; h3f3b.1; h3-5; h3f3d","Q08BS4","h3f3a;h3f3b.1;h3-5;h3f3d","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6P0E1","ezh2","sox2","Q08BS4","sox2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Transcription factor Sox-2","string-db","7955.ENSDARP00000095266/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6IQX0","ezh2","kdm5bb","Q08BS4","Q6IQX0","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Lysine-specific demethylase 5B-B (EC 1.14.11.67) (Histone demethylase JARID1B-B) (Jumonji/ARID domain-containing protein 1B-B) ([histone H3]-trimethyl-L-lysine(4) demethylase 5B-B)","string-db","7955.ENSDARP00000023794/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A3KNA6","ezh2","LOC566102","Q08BS4","epc1b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q8QHL5","ezh2","phc2","Q08BS4","phc2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A8M9PX23","ezh2","ASXL transcriptional regulator 1","Q08BS4","A0A8M9PX23","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q8JIR0","ezh2","bmi1a","Q08BS4","Q8JIR0","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6DC03","ezh2","suz12a","Q08BS4","Q6DC03","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A8M9Q713","ezh2","id:ibd5050","Q08BS4","A0A8M9Q713","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","string-db","7955.ENSDARP00000156841/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7F6P0","ezh2","Chromodomain Y-like protein","Q08BS4","E7F6P0","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Chromodomain Y-like protein (Chromodomain protein, Y-like)","string-db","7955.ENSDARP00000073586/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7T2T7","ezh2","wu:fk96a04","Q08BS4","mecp2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A2ATX3","ezh2","si:ch211-67n3.7","Q08BS4","pcgf6","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7F5W3","ezh2","si:dkey-108k21.26","Q08BS4","hist1h2a10","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q566T0","ezh2","eed","Q08BS4","eed","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","X1WHF1","ezh2","Histone H2B","Q08BS4","si:dkey-261m9.6","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A3KNV9","ezh2","zgc:162582","Q08BS4","A3KNV9","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","B0UXK0","ezh2","phf13","Q08BS4","phf19","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7T1S3","ezh2","yy1","Q08BS4","yy1a","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q803N1","ezh2","tfdp1l","Q08BS4","tfdp1a","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A4FVM2","ezh2","si:ch73-368j24.13","Q08BS4","A4FVM2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7F4T8","ezh2","ph1","Q08BS4","phc1","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6P3H7","ezh2","rbbp4","Q08BS4","Q6P3H7","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7ZTY4","ezh2","rbbp7","Q08BS4","Q7ZTY4","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A4GT83","ezh2","NR3C4","Q08BS4","A4GT83","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7ZUY3","ezh2","h2ax","Q08BS4","Q7ZUY3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q4QRF4","ezh2","; ;","Q08BS4","-","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A140LG54","ezh2","Histone H2B","Q08BS4","si:dkey-23a13.22","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7F6J7","ezh2","Jumonji, AT-rich interactive domain 2a","Q08BS4","jarid2a","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","string-db","7955.ENSDARP00000080768/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6PC60","ezh2","hist2h2l","Q08BS4","hist2h2l","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q4FZZ7","ezh2","hist1h2a2","Q08BS4","hist1h2a2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q9DFS2","ezh2","klf4","Q08BS4","klf17","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","string-db","7955.ENSDARP00000056654/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","F1QC62","ezh2","fi26c04","Q08BS4","F1QC62","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q5PQY5","ezh2","cb147","Q08BS4","snai2","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Snail family zinc finger 2 (Snail homolog 2 (Drosophila)) (Zinc finger protein SNAI2)","string-db","7955.ENSDARP00000058570/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7T304","ezh2","fb68e12","Q08BS4","yy1b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q5XJK2","ezh2","h2afx1","Q08BS4","h2ax1","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","B3DJF8","ezh2","LOC570661","Q08BS4","LOC570661","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","F1R1K5","ezh2","dnmt3a1","Q08BS4","dnmt3ab","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q5BJA5","ezh2",";","Q08BS4","-","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","X1WDH8","ezh2","Histone H2B","Q08BS4","si:dkey-261m9.19","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q1JPS1","ezh2","pcgf5b","Q08BS4","pcgf5b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q6AZW3","ezh2","zgc:101049","Q08BS4","Q6AZW3","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A0A0G2KI00","ezh2","LOC101885450","Q08BS4","A0A0G2KI00","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","R4GE15","ezh2","si:ch211-113a14.29","Q08BS4","si:ch211-113a14.22","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q7T3E6","ezh2","bmi1b","Q08BS4","bmi1b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","E7FE07","ezh2","si:ch211-113a14.16","Q08BS4","E7FE07","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q71PD7","ezh2","h2az2a","Q08BS4","h2az2a","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","Q1LVC2","ezh2","jarid2b","Q08BS4","jarid2b","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000023693","physical","txid7955" +"Q08BS4","A8KBJ5","ezh2","si:ch1073-153i20.2","Q08BS4","-","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000023693","physical","txid7955" +"Q7ZUP9","Q7T3E6","fzr1","bmi1b","fzr1a","bmi1b","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","B8A4J0","fzr1","si:ch211-232m8.6","fzr1a","pttg1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A2ATX3","fzr1","si:ch211-67n3.7","fzr1a","pcgf6","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","E7F4T8","fzr1","ph1","fzr1a","phc1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","F6P2R0","fzr1","PHC2","fzr1a","F6P2R0","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyhomeotic homolog 2b (Drosophila) (Polyhomeotic-like 2)","string-db","7955.ENSDARP00000018055/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","E9QH38","fzr1","Probable assembly chaperone of rpl4","fzr1a","si:dkey-12j5.1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q7ZWB1","fzr1","zgc:56598","fzr1a","cdk2","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6DG68","fzr1","wu:fb38h07","fzr1a","ube2e2","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A8M2BE57","fzr1","zgc:110231","fzr1a","A0A8M2BE57","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","string-db","7955.ENSDARP00000018746/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","F1QGH4","fzr1","fd14f08","fzr1a","ccna1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Cyclin-A1","string-db","7955.ENSDARP00000020968/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q4V908","fzr1","ube2s","fzr1a","ube2s","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A0N4SUD2","fzr1","Ubi-p63E","fzr1a","ubb","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","E7FEN0","fzr1","Polyhomeotic-like protein 3 isoform X4","fzr1a","si:ch211-230g15.5","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A8M1RLN6","fzr1","Fizzy-related protein homolog isoform X1","fzr1a","A0A8M1RLN6","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q7ZVH3","fzr1","zgc:56013","fzr1a","cdc23","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6DRK7","fzr1","Serine/threonine-protein kinase PLK","fzr1a","plk1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q1JPS1","fzr1","pcgf5b","fzr1a","pcgf5b","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6PC58","fzr1","ube2d1","fzr1a","ube2d1b","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q8JIR0","fzr1","bmi1a","fzr1a","Q8JIR0","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q561X1","fzr1","zgc:110659","fzr1a","anapc16","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q68EK9","fzr1","cdc26","fzr1a","cdc26","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q8QHL5","fzr1","phc2","fzr1a","phc2","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A8M3AYF3","fzr1","Chromobox homolog 7b","fzr1a","A0A8M3AYF3","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A9C3Q3","fzr1","si:ch211-127h20.1","fzr1a","anapc7","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q5PR93","fzr1","zgc:101872","fzr1a","Q5PR93","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","F1QHN6","fzr1","im:7042025","fzr1a","ubc","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6NYS3","fzr1","Cul1","fzr1a","cul1a","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6NW76","fzr1","aurkb","fzr1a","Q6NW76","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","string-db","7955.ENSDARP00000054822/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q08BH9","fzr1","si:dkey-237i9.4","fzr1a","anapc11","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q0V967","fzr1","fbxo5","fzr1a","Q0V967","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","string-db","7955.ENSDARP00000056961/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A3KP53","fzr1","id:ibd5121","fzr1a","skp2","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q7SXA3","fzr1","zgc:66168","fzr1a","rps27a","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A0R4IU39","fzr1","wu:fe49f10","fzr1a","cdc20","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A2R8QA59","fzr1","Anaphase-promoting complex subunit 1","fzr1a","anapc1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","F1Q5X3","fzr1","wu:fb54g06","fzr1a","cdc27","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","Q6PBY8","fzr1","skp1a","fzr1a","skp1","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","A0A0R4ISV4","fzr1","si:ch73-203i15.5","fzr1a","anapc2","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","E7FFM7","fzr1","si:dkey-269g4.3","fzr1a","anapc13","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","E7FCJ1","fzr1","Anaphase-promoting complex subunit 10","fzr1a","anapc10","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000003004","physical","txid7955" +"Q7ZUP9","B3DK16","fzr1","pcgf5a","fzr1a","pcgf5a","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000003004","physical","txid7955" +"A0A8M1RLN6","A0A0R4IU39","Fizzy-related protein homolog isoform X1","wu:fe49f10","A0A8M1RLN6","cdc20","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000128402","physical","txid7955" +"A0A8M1RLN6","Q08BH9","Fizzy-related protein homolog isoform X1","si:dkey-237i9.4","A0A8M1RLN6","anapc11","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000128402","physical","txid7955" +"A0A8M1RLN6","A0A2R8QA59","Fizzy-related protein homolog isoform X1","Anaphase-promoting complex subunit 1","A0A8M1RLN6","anapc1","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000128402","physical","txid7955" +"A0A8M1RLN6","A0A0R4ISV4","Fizzy-related protein homolog isoform X1","si:ch73-203i15.5","A0A8M1RLN6","anapc2","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000128402","physical","txid7955" +"B0R1D5","Q7ZTT0","suz12b","zgc:56685","suz12b","Q7ZTT0","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","A3KNV9","suz12b","zgc:162582","suz12b","A3KNV9","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","A0A140LG54","suz12b","Histone H2B","suz12b","si:dkey-23a13.22","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","A4FVM2","suz12b","si:ch73-368j24.13","suz12b","A4FVM2","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","A0A0G2KI00","suz12b","LOC101885450","suz12b","A0A0G2KI00","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","A0A140LGS2","suz12b","Histone H2A","suz12b","si:ch1073-153i20.5","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000130332","physical","txid7955" +"B0R1D5","Q566T0","suz12b","eed","suz12b","eed","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000130332","physical","txid7955" +"B3DK16","A0A2R8QA59","pcgf5a","Anaphase-promoting complex subunit 1","pcgf5a","anapc1","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q7T3E6","pcgf5a","bmi1b","pcgf5a","bmi1b","Polycomb group RING finger protein 5-A","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q68EK9","pcgf5a","cdc26","pcgf5a","cdc26","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","F1Q5X3","pcgf5a","wu:fb54g06","pcgf5a","cdc27","Polycomb group RING finger protein 5-A","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","A0A8M1RLN6","pcgf5a","Fizzy-related protein homolog isoform X1","pcgf5a","A0A8M1RLN6","Polycomb group RING finger protein 5-A","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","E7FCJ1","pcgf5a","Anaphase-promoting complex subunit 10","pcgf5a","anapc10","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q566T0","pcgf5a","eed","pcgf5a","eed","Polycomb group RING finger protein 5-A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q7T304","pcgf5a","fb68e12","pcgf5a","yy1b","Polycomb group RING finger protein 5-A","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","A0A8M3AYF3","pcgf5a","Chromobox homolog 7b","pcgf5a","A0A8M3AYF3","Polycomb group RING finger protein 5-A","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q561X1","pcgf5a","zgc:110659","pcgf5a","anapc16","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q7ZTY4","pcgf5a","rbbp7","pcgf5a","Q7ZTY4","Polycomb group RING finger protein 5-A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","A0A8M9PX23","pcgf5a","ASXL transcriptional regulator 1","pcgf5a","A0A8M9PX23","Polycomb group RING finger protein 5-A","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","E7FEN0","pcgf5a","Polyhomeotic-like protein 3 isoform X4","pcgf5a","si:ch211-230g15.5","Polycomb group RING finger protein 5-A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","E9QH38","pcgf5a","Probable assembly chaperone of rpl4","pcgf5a","si:dkey-12j5.1","Polycomb group RING finger protein 5-A","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","B0R1D5","pcgf5a","suz12b","pcgf5a","suz12b","Polycomb group RING finger protein 5-A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q08BH9","pcgf5a","si:dkey-237i9.4","pcgf5a","anapc11","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","E7FFM7","pcgf5a","si:dkey-269g4.3","pcgf5a","anapc13","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","A0A0R4IU39","pcgf5a","wu:fe49f10","pcgf5a","cdc20","Polycomb group RING finger protein 5-A","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","A0A0R4ISV4","pcgf5a","si:ch73-203i15.5","pcgf5a","anapc2","Polycomb group RING finger protein 5-A","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000095486","physical","txid7955" +"B3DK16","Q8JIR0","pcgf5a","bmi1a","pcgf5a","Q8JIR0","Polycomb group RING finger protein 5-A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000095486","physical","txid7955" +"A1L2G3","Q8JIR0","bap1","bmi1a","A1L2G3","Q8JIR0","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","Q7ZTY4","bap1","rbbp7","A1L2G3","Q7ZTY4","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","A2ATX3","bap1","si:ch211-67n3.7","A1L2G3","pcgf6","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","A0A8M9PX23","bap1","ASXL transcriptional regulator 1","A1L2G3","A0A8M9PX23","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","Q6DC03","bap1","suz12a","A1L2G3","Q6DC03","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","Q7T3E6","bap1","bmi1b","A1L2G3","bmi1b","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","Q7T304","bap1","fb68e12","A1L2G3","yy1b","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","A0A8M9PQY4","bap1","fc07b09","A1L2G3","A0A8M9PQY4","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","E7FEN0","bap1","Polyhomeotic-like protein 3 isoform X4","A1L2G3","si:ch211-230g15.5","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","Q566T0","bap1","eed","A1L2G3","eed","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","X1WFM6","bap1","Methyl-CpG-binding domain protein 6","A1L2G3","mbd6","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Methyl-CpG-binding domain protein 6","string-db","7955.ENSDARP00000129030/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","B0R1D5","bap1","suz12b","A1L2G3","suz12b","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","A0A8M3AYF3","bap1","Chromobox homolog 7b","A1L2G3","A0A8M3AYF3","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000086210","physical","txid7955" +"A1L2G3","B3DK16","bap1","pcgf5a","A1L2G3","pcgf5a","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000086210","physical","txid7955" +"Q4V908","Q8QHL5","ube2s","phc2","ube2s","phc2","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q8JIR0","ube2s","bmi1a","ube2s","Q8JIR0","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q5PR93","ube2s","zgc:101872","ube2s","Q5PR93","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","F1Q8K3","ube2s","wu:fc22f04","ube2s","F1Q8K3","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A0N4SUD2","ube2s","Ubi-p63E","ube2s","ubb","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A2ATX3","ube2s","si:ch211-67n3.7","ube2s","pcgf6","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A0R4ISV4","ube2s","si:ch73-203i15.5","ube2s","anapc2","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q7T3L7","ube2s","cdc2","ube2s","cdk1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","E7F4T8","ube2s","ph1","ube2s","phc1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q68EK9","ube2s","cdc26","ube2s","cdc26","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","F1Q5X3","ube2s","wu:fb54g06","ube2s","cdc27","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A9C3Q3","ube2s","si:ch211-127h20.1","ube2s","anapc7","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","B3DK16","ube2s","pcgf5a","ube2s","pcgf5a","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A0R4IU39","ube2s","wu:fe49f10","ube2s","cdc20","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","F1Q636","ube2s","BUB1 mitotic checkpoint serine/threonine kinase Ba","ube2s","bub1ba","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q1JPS1","ube2s","pcgf5b","ube2s","pcgf5b","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q6DG68","ube2s","wu:fb38h07","ube2s","ube2e2","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q6DRK7","ube2s","Serine/threonine-protein kinase PLK","ube2s","plk1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A8M3AYF3","ube2s","Chromobox homolog 7b","ube2s","A0A8M3AYF3","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A3KP53","ube2s","id:ibd5121","ube2s","skp2","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q7ZVH3","ube2s","zgc:56013","ube2s","cdc23","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","E7FCJ1","ube2s","Anaphase-promoting complex subunit 10","ube2s","anapc10","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","F1QHN6","ube2s","im:7042025","ube2s","ubc","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q7T3E6","ube2s","bmi1b","ube2s","bmi1b","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","E7FFM7","ube2s","si:dkey-269g4.3","ube2s","anapc13","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A8M1RLN6","ube2s","Fizzy-related protein homolog isoform X1","ube2s","A0A8M1RLN6","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","E7FEN0","ube2s","Polyhomeotic-like protein 3 isoform X4","ube2s","si:ch211-230g15.5","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q08BH9","ube2s","si:dkey-237i9.4","ube2s","anapc11","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","A0A2R8QA59","ube2s","Anaphase-promoting complex subunit 1","ube2s","anapc1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","U3JAH9","ube2s","zgc:101571","ube2s","bub3","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q561X1","ube2s","zgc:110659","ube2s","anapc16","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q6NW76","ube2s","aurkb","ube2s","Q6NW76","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","string-db","7955.ENSDARP00000054822/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","B8A4J0","ube2s","si:ch211-232m8.6","ube2s","pttg1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","E9QH38","ube2s","Probable assembly chaperone of rpl4","ube2s","si:dkey-12j5.1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000047451","physical","txid7955" +"Q4V908","Q7SXA3","ube2s","zgc:66168","ube2s","rps27a","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000047451","physical","txid7955" +"Q7T1S3","A1L2G3","yy1","bap1","yy1a","A1L2G3","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","X1WHF1","yy1","Histone H2B","yy1a","si:dkey-261m9.6","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q4FZZ7","yy1","hist1h2a2","yy1a","hist1h2a2","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","B3DK16","yy1","pcgf5a","yy1a","pcgf5a","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q1JPS1","yy1","pcgf5b","yy1a","pcgf5b","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q71PD7","yy1","h2az2a","yy1a","h2az2a","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q7ZTT0","yy1","zgc:56685","yy1a","Q7ZTT0","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A8M3AYF3","yy1","Chromobox homolog 7b","yy1a","A0A8M3AYF3","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A140LGS2","yy1","Histone H2A","yy1a","si:ch1073-153i20.5","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7EXD7","yy1","si:dkey-261m9.11","yy1a","si:ch211-113a14.19","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7EZX1","yy1","si:dkey-261m9.15","yy1a","hist1h2a5","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","B0R1D5","yy1","suz12b","yy1a","suz12b","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q561S9","yy1","H2A","yy1a","hist1h2a3","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A4FVM2","yy1","si:ch73-368j24.13","yy1a","A4FVM2","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q5BJA5","yy1",";","yy1a","-","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A2ATX3","yy1","si:ch211-67n3.7","yy1a","pcgf6","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7F3N6","yy1","TCF3","yy1a","tfpt","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0JMM0","yy1","zgc:153976","yy1a","A0JMM0","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Zgc:153976 (Zinc finger protein 362a)","string-db","7955.ENSDARP00000080722/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A8KBJ5","yy1","si:ch1073-153i20.2","yy1a","-","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q8JIR0","yy1","bmi1a","yy1a","Q8JIR0","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A8M9PX23","yy1","ASXL transcriptional regulator 1","yy1a","A0A8M9PX23","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q7T3E6","yy1","bmi1b","yy1a","bmi1b","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","B3DJF8","yy1","LOC570661","yy1a","LOC570661","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q6DC03","yy1","suz12a","yy1a","Q6DC03","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A140LG54","yy1","Histone H2B","yy1a","si:dkey-23a13.22","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q5XJK2","yy1","h2afx1","yy1a","h2ax1","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","C3PTE8","yy1","Beta-arrestin-1","yy1a","arrb1","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Beta-arrestin-1 (Arrestin beta-1)","psicquic","26190107;19879840","physical","txid7955" +"Q7T1S3","Q566T0","yy1","eed","yy1a","eed","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A8M2B866","yy1","si:dkey-92k1.11","yy1a","A0A8M2B866","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7F5W3","yy1","si:dkey-108k21.26","yy1a","hist1h2a10","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A1L1F4","yy1","pds5a","yy1a","A1L1F4","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A0R4INH3","yy1","LOC110440037","yy1a","A0A0R4INH3","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q6PI20","yy1","h3f3a; h3f3b.1; h3-5; h3f3d","yy1a","h3f3a;h3f3b.1;h3-5;h3f3d","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q4QRF4","yy1","; ;","yy1a","-","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q7ZTY4","yy1","rbbp7","yy1a","Q7ZTY4","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","Q7T304","yy1","fb68e12","yy1a","yy1b","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7FE07","yy1","si:ch211-113a14.16","yy1a","E7FE07","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","F1QBY1","yy1","nipblb","yy1a","nipblb","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","E7FEN0","yy1","Polyhomeotic-like protein 3 isoform X4","yy1a","si:ch211-230g15.5","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A8M2B7S9","yy1","Zinc finger protein 512","yy1a","A0A8M2B7S9","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Zinc finger protein 512","string-db","7955.ENSDARP00000120545/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","A0A8M9PQY4","yy1","fc07b09","yy1a","A0A8M9PQY4","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","P59679","yy1","actr8","yy1a","P59679","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","X1WDH8","yy1","Histone H2B","yy1a","si:dkey-261m9.19","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","R4GE15","yy1","si:ch211-113a14.29","yy1a","si:ch211-113a14.22","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000062810","physical","txid7955" +"Q7T1S3","F1R4X0","yy1","fj61b08","yy1a","ino80c","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000062810","physical","txid7955" +"E7FFM7","A0A0R4IU39","si:dkey-269g4.3","wu:fe49f10","anapc13","cdc20","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000123603","physical","txid7955" +"E7FFM7","E7FCJ1","si:dkey-269g4.3","Anaphase-promoting complex subunit 10","anapc13","anapc10","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000123603","physical","txid7955" +"E7FFM7","A0A8M1RLN6","si:dkey-269g4.3","Fizzy-related protein homolog isoform X1","anapc13","A0A8M1RLN6","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000123603","physical","txid7955" +"E7FFM7","A0A2R8QA59","si:dkey-269g4.3","Anaphase-promoting complex subunit 1","anapc13","anapc1","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000123603","physical","txid7955" +"E7FFM7","Q08BH9","si:dkey-269g4.3","si:dkey-237i9.4","anapc13","anapc11","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000123603","physical","txid7955" +"E7FFM7","A0A0R4ISV4","si:dkey-269g4.3","si:ch73-203i15.5","anapc13","anapc2","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000123603","physical","txid7955" +"F1Q5X3","Q7T3E6","wu:fb54g06","bmi1b","cdc27","bmi1b","Cell division cycle protein 27 homolog","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","E9QH38","wu:fb54g06","Probable assembly chaperone of rpl4","cdc27","si:dkey-12j5.1","Cell division cycle protein 27 homolog","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","A0A0R4ISV4","wu:fb54g06","si:ch73-203i15.5","cdc27","anapc2","Cell division cycle protein 27 homolog","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","A0A0N4SUD2","wu:fb54g06","Ubi-p63E","cdc27","ubb","Cell division cycle protein 27 homolog","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","E7FFM7","wu:fb54g06","si:dkey-269g4.3","cdc27","anapc13","Cell division cycle protein 27 homolog","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","A0A8M1RLN6","wu:fb54g06","Fizzy-related protein homolog isoform X1","cdc27","A0A8M1RLN6","Cell division cycle protein 27 homolog","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","Q7SXA3","wu:fb54g06","zgc:66168","cdc27","rps27a","Cell division cycle protein 27 homolog","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","Q08BH9","wu:fb54g06","si:dkey-237i9.4","cdc27","anapc11","Cell division cycle protein 27 homolog","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","E7FCJ1","wu:fb54g06","Anaphase-promoting complex subunit 10","cdc27","anapc10","Cell division cycle protein 27 homolog","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","U3JAH9","wu:fb54g06","zgc:101571","cdc27","bub3","Cell division cycle protein 27 homolog","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","F1QHN6","wu:fb54g06","im:7042025","cdc27","ubc","Cell division cycle protein 27 homolog","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","A0A0R4IU39","wu:fb54g06","wu:fe49f10","cdc27","cdc20","Cell division cycle protein 27 homolog","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000113979","physical","txid7955" +"F1Q5X3","A0A2R8QA59","wu:fb54g06","Anaphase-promoting complex subunit 1","cdc27","anapc1","Cell division cycle protein 27 homolog","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000113979","physical","txid7955" +"E7FCJ1","A0A0R4IU39","Anaphase-promoting complex subunit 10","wu:fe49f10","anapc10","cdc20","Anaphase-promoting complex subunit 10","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","A0A0R4ISV4","Anaphase-promoting complex subunit 10","si:ch73-203i15.5","anapc10","anapc2","Anaphase-promoting complex subunit 10","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","A0A8M1RLN6","Anaphase-promoting complex subunit 10","Fizzy-related protein homolog isoform X1","anapc10","A0A8M1RLN6","Anaphase-promoting complex subunit 10","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","A0A2R8QA59","Anaphase-promoting complex subunit 10","Anaphase-promoting complex subunit 1","anapc10","anapc1","Anaphase-promoting complex subunit 10","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","Q7SXA3","Anaphase-promoting complex subunit 10","zgc:66168","anapc10","rps27a","Anaphase-promoting complex subunit 10","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","U3JAH9","Anaphase-promoting complex subunit 10","zgc:101571","anapc10","bub3","Anaphase-promoting complex subunit 10","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","A0A0N4SUD2","Anaphase-promoting complex subunit 10","Ubi-p63E","anapc10","ubb","Anaphase-promoting complex subunit 10","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","Q08BH9","Anaphase-promoting complex subunit 10","si:dkey-237i9.4","anapc10","anapc11","Anaphase-promoting complex subunit 10","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000124965","physical","txid7955" +"E7FCJ1","F1QHN6","Anaphase-promoting complex subunit 10","im:7042025","anapc10","ubc","Anaphase-promoting complex subunit 10","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000124965","physical","txid7955" +"Q7SXV2","E7F6J7","aebp2","Jumonji, AT-rich interactive domain 2a","aebp2","jarid2a","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","string-db","7955.ENSDARP00000080768/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7T1S3","aebp2","yy1","aebp2","yy1a","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7FE07","aebp2","si:ch211-113a14.16","aebp2","E7FE07","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7EXD7","aebp2","si:dkey-261m9.11","aebp2","si:ch211-113a14.19","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","R4GE15","aebp2","si:ch211-113a14.29","aebp2","si:ch211-113a14.22","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q1LVC2","aebp2","jarid2b","aebp2","jarid2b","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q5BJA5","aebp2",";","aebp2","-","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7FEN0","aebp2","Polyhomeotic-like protein 3 isoform X4","aebp2","si:ch211-230g15.5","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q6PI20","aebp2","h3f3a; h3f3b.1; h3-5; h3f3d","aebp2","h3f3a;h3f3b.1;h3-5;h3f3d","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q1JPS1","aebp2","pcgf5b","aebp2","pcgf5b","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A0A140LGS2","aebp2","Histone H2A","aebp2","si:ch1073-153i20.5","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q566T0","aebp2","eed","aebp2","eed","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q561S9","aebp2","H2A","aebp2","hist1h2a3","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q6P3H7","aebp2","rbbp4","aebp2","Q6P3H7","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q4FZZ7","aebp2","hist1h2a2","aebp2","hist1h2a2","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","X1WHF1","aebp2","Histone H2B","aebp2","si:dkey-261m9.6","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7EZX1","aebp2","si:dkey-261m9.15","aebp2","hist1h2a5","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","B0R1D5","aebp2","suz12b","aebp2","suz12b","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7ZTT0","aebp2","zgc:56685","aebp2","Q7ZTT0","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A0A8M3AYF3","aebp2","Chromobox homolog 7b","aebp2","A0A8M3AYF3","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A1L2G3","aebp2","bap1","aebp2","A1L2G3","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q8QHL5","aebp2","phc2","aebp2","phc2","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q08BS4","aebp2","ezh2","aebp2","Q08BS4","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","string-db","7955.ENSDARP00000023693/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q71PD7","aebp2","h2az2a","aebp2","h2az2a","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","B3DJF8","aebp2","LOC570661","aebp2","LOC570661","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","B3DK16","aebp2","pcgf5a","aebp2","pcgf5a","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb group RING finger protein 5-A","string-db","7955.ENSDARP00000095486/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q6DC03","aebp2","suz12a","aebp2","Q6DC03","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A0A8M9PX23","aebp2","ASXL transcriptional regulator 1","aebp2","A0A8M9PX23","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A8KBJ5","aebp2","si:ch1073-153i20.2","aebp2","-","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7ZUY3","aebp2","h2ax","aebp2","Q7ZUY3","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A2ATX3","aebp2","si:ch211-67n3.7","aebp2","pcgf6","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q8JIR0","aebp2","bmi1a","aebp2","Q8JIR0","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","B0UXK0","aebp2","phf13","aebp2","phf19","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A4FVM2","aebp2","si:ch73-368j24.13","aebp2","A4FVM2","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7F5W3","aebp2","si:dkey-108k21.26","aebp2","hist1h2a10","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7ZTY4","aebp2","rbbp7","aebp2","Q7ZTY4","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","E7F4T8","aebp2","ph1","aebp2","phc1","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q5XJK2","aebp2","h2afx1","aebp2","h2ax1","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7T3E6","aebp2","bmi1b","aebp2","bmi1b","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","X1WDH8","aebp2","Histone H2B","aebp2","si:dkey-261m9.19","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q6PC60","aebp2","hist2h2l","aebp2","hist2h2l","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q7T304","aebp2","fb68e12","aebp2","yy1b","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","Q4QRF4","aebp2","; ;","aebp2","-","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000022060","physical","txid7955" +"Q7SXV2","A0A140LG54","aebp2","Histone H2B","aebp2","si:dkey-23a13.22","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000022060","physical","txid7955" +"Q566T0","Q7ZTT0","eed","zgc:56685","eed","Q7ZTT0","Polycomb protein eed","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000131820","physical","txid7955" +"Q566T0","A0A140LGS2","eed","Histone H2A","eed","si:ch1073-153i20.5","Polycomb protein eed","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000131820","physical","txid7955" +"Q566T0","A4FVM2","eed","si:ch73-368j24.13","eed","A4FVM2","Polycomb protein eed","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000131820","physical","txid7955" +"Q566T0","A0A0G2KI00","eed","LOC101885450","eed","A0A0G2KI00","Polycomb protein eed","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000131820","physical","txid7955" +"Q566T0","A0A140LG54","eed","Histone H2B","eed","si:dkey-23a13.22","Polycomb protein eed","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000131820","physical","txid7955" +"Q566T0","A3KNV9","eed","zgc:162582","eed","A3KNV9","Polycomb protein eed","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000131820","physical","txid7955" +"E7FEN0","Q08BH9","Polyhomeotic-like protein 3 isoform X4","si:dkey-237i9.4","si:ch211-230g15.5","anapc11","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A8M9PX23","Polyhomeotic-like protein 3 isoform X4","ASXL transcriptional regulator 1","si:ch211-230g15.5","A0A8M9PX23","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q7ZTY4","Polyhomeotic-like protein 3 isoform X4","rbbp7","si:ch211-230g15.5","Q7ZTY4","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A0G2KI00","Polyhomeotic-like protein 3 isoform X4","LOC101885450","si:ch211-230g15.5","A0A0G2KI00","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q561X1","Polyhomeotic-like protein 3 isoform X4","zgc:110659","si:ch211-230g15.5","anapc16","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A140LGT1","Polyhomeotic-like protein 3 isoform X4","unp1266","si:ch211-230g15.5","A0A140LGT1","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A4FVM2","Polyhomeotic-like protein 3 isoform X4","si:ch73-368j24.13","si:ch211-230g15.5","A4FVM2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E7F4D0","Polyhomeotic-like protein 3 isoform X4","Activator of transcription and developmental regulator AUTS2 a","si:ch211-230g15.5","auts2a","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A0R4IE41","Polyhomeotic-like protein 3 isoform X4","non-specific serine/threonine protein kinase","si:ch211-230g15.5","A0A0R4IE41","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A0R4ISV4","Polyhomeotic-like protein 3 isoform X4","si:ch73-203i15.5","si:ch211-230g15.5","anapc2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E9QH38","Polyhomeotic-like protein 3 isoform X4","Probable assembly chaperone of rpl4","si:ch211-230g15.5","si:dkey-12j5.1","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","string-db","7955.ENSDARP00000122373/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A140LG54","Polyhomeotic-like protein 3 isoform X4","Histone H2B","si:ch211-230g15.5","si:dkey-23a13.22","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q7T3E6","Polyhomeotic-like protein 3 isoform X4","bmi1b","si:ch211-230g15.5","bmi1b","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","string-db","7955.ENSDARP00000115422/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q68EK9","Polyhomeotic-like protein 3 isoform X4","cdc26","si:ch211-230g15.5","cdc26","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A0R4IU39","Polyhomeotic-like protein 3 isoform X4","wu:fe49f10","si:ch211-230g15.5","cdc20","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q8JIR0","Polyhomeotic-like protein 3 isoform X4","bmi1a","si:ch211-230g15.5","Q8JIR0","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","X1WDH8","Polyhomeotic-like protein 3 isoform X4","Histone H2B","si:ch211-230g15.5","si:dkey-261m9.19","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q7T304","Polyhomeotic-like protein 3 isoform X4","fb68e12","si:ch211-230g15.5","yy1b","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","YY1 transcription factor b","string-db","7955.ENSDARP00000124590/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","X1WHF1","Polyhomeotic-like protein 3 isoform X4","Histone H2B","si:ch211-230g15.5","si:dkey-261m9.6","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q9DGB8","Polyhomeotic-like protein 3 isoform X4","runxa","si:ch211-230g15.5","runx1","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E7FCJ1","Polyhomeotic-like protein 3 isoform X4","Anaphase-promoting complex subunit 10","si:ch211-230g15.5","anapc10","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A2R8QA59","Polyhomeotic-like protein 3 isoform X4","Anaphase-promoting complex subunit 1","si:ch211-230g15.5","anapc1","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A3KNV9","Polyhomeotic-like protein 3 isoform X4","zgc:162582","si:ch211-230g15.5","A3KNV9","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E7EXD7","Polyhomeotic-like protein 3 isoform X4","si:dkey-261m9.11","si:ch211-230g15.5","si:ch211-113a14.19","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E7EZX1","Polyhomeotic-like protein 3 isoform X4","si:dkey-261m9.15","si:ch211-230g15.5","hist1h2a5","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","E7FFM7","Polyhomeotic-like protein 3 isoform X4","si:dkey-269g4.3","si:ch211-230g15.5","anapc13","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","string-db","7955.ENSDARP00000123603/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","R4GE15","Polyhomeotic-like protein 3 isoform X4","si:ch211-113a14.29","si:ch211-230g15.5","si:ch211-113a14.22","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A8M3AYF3","Polyhomeotic-like protein 3 isoform X4","Chromobox homolog 7b","si:ch211-230g15.5","A0A8M3AYF3","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Chromobox homolog 7b (Chromobox protein homolog 7)","string-db","7955.ENSDARP00000108294/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","B0R1D5","Polyhomeotic-like protein 3 isoform X4","suz12b","si:ch211-230g15.5","suz12b","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","F1Q5X3","Polyhomeotic-like protein 3 isoform X4","wu:fb54g06","si:ch211-230g15.5","cdc27","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q7ZTT0","Polyhomeotic-like protein 3 isoform X4","zgc:56685","si:ch211-230g15.5","Q7ZTT0","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q5BJA5","Polyhomeotic-like protein 3 isoform X4",";","si:ch211-230g15.5","-","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A8M1RLN6","Polyhomeotic-like protein 3 isoform X4","Fizzy-related protein homolog isoform X1","si:ch211-230g15.5","A0A8M1RLN6","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Fizzy-related protein homolog isoform X1 (Fizzy/cell division cycle 20-related 1b)","string-db","7955.ENSDARP00000128402/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","A0A140LGS2","Polyhomeotic-like protein 3 isoform X4","Histone H2A","si:ch211-230g15.5","si:ch1073-153i20.5","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000100341","physical","txid7955" +"E7FEN0","Q566T0","Polyhomeotic-like protein 3 isoform X4","eed","si:ch211-230g15.5","eed","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000100341","physical","txid7955" +"Q5SQE1","A0A8M3BEN4","si:ch211-194d6.2","zgc:101599","gtf2e1","A0A8M3BEN4","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1QMB9","si:ch211-194d6.2","ccnk","gtf2e1","F1QMB9","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","E7FBZ0","si:ch211-194d6.2","TAF4A RNA polymerase II, TATA box-binding protein","gtf2e1","taf4a","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1QDT4","si:ch211-194d6.2","TAF2G","gtf2e1","taf9","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A8KBY5","si:ch211-194d6.2","TAF11 RNA polymerase II, TATA box-binding protein","gtf2e1","taf11","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q6NXA3","si:ch211-194d6.2","wu:fa05d01","gtf2e1","gtf2e2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor IIE subunit beta","string-db","7955.ENSDARP00000020885/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7ZV11","si:ch211-194d6.2","wu:fk48d01","gtf2e1","polr2c","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q5SNQ6","si:ch211-194d6.2","si:dkey-12h9.4","gtf2e1","gtf2h5","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q1LYC2","si:ch211-194d6.2","wu:fi04f03","gtf2e1","taf1","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q32PW3","si:ch211-194d6.2","taf2","gtf2e1","taf2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A1A5X7","si:ch211-194d6.2","fa11g05","gtf2e1","taf15","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q6DEG5","si:ch211-194d6.2","polr2e","gtf2e1","polr2eb","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q4VBU5","si:ch211-194d6.2","zgc:110005","gtf2e1","polr2j","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q2V6H0","si:ch211-194d6.2","zgc:85821","gtf2e1","Q2V6H0","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7ZVV1","si:ch211-194d6.2","ercc3","gtf2e1","Q7ZVV1","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","string-db","7955.ENSDARP00000010637/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q66I03","si:ch211-194d6.2","zgc:92126","gtf2e1","Q66I03","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7ZUP7","si:ch211-194d6.2","zgc:55475","gtf2e1","snapc1b","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","string-db","7955.ENSDARP00000023186/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A5D6S6","si:ch211-194d6.2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf2e1","polr2l","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","B8JHR3","si:ch211-194d6.2","gtf2f2","gtf2e1","gtf2f2a","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q1LVK2","si:ch211-194d6.2","zgc:103515","gtf2e1","polr2i","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q5RH27","si:ch211-194d6.2","fi76b06","gtf2e1","taf3","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1RDV9","si:ch211-194d6.2","zgc:171795","gtf2e1","F1RDV9","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7SXL3","si:ch211-194d6.2","tbp","gtf2e1","tbp","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","string-db","7955.ENSDARP00000010211/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q1LVD6","si:ch211-194d6.2","si:dkey-72l14.8","gtf2e1","taf10","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q8JHG4","si:ch211-194d6.2","CHUNP6888","gtf2e1","taf7","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1QW97","si:ch211-194d6.2","fc18h09","gtf2e1","sp1","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7ZW41","si:ch211-194d6.2","polr2g","gtf2e1","polr2g","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q568H8","si:ch211-194d6.2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","gtf2e1","polr2h","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7ZVV4","si:ch211-194d6.2","wu:fb93b01","gtf2e1","gtf2h2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription factor IIH subunit","string-db","7955.ENSDARP00000018901/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1R096","si:ch211-194d6.2","sh3bp5lb","gtf2e1","gtf2h4","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q66HZ5","si:ch211-194d6.2","wu:fb83e08","gtf2e1","Q66HZ5","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q6P013","si:ch211-194d6.2","fl03a12","gtf2e1","taf12","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q1LXI0","si:ch211-194d6.2","si:rp71-14b1.2","gtf2e1","Q1LXI0","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q503H9","si:ch211-194d6.2","Transcription initiation factor IIA subunit 2","gtf2e1","gtf2a2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A0A0R4IMS9","si:ch211-194d6.2","DNA-directed RNA polymerase subunit","gtf2e1","polr2a","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q6P0T2","si:ch211-194d6.2","taf8","gtf2e1","Q6P0T2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","string-db","7955.ENSDARP00000032165/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","E7F685","si:ch211-194d6.2","Small nuclear RNA-activating complex, polypeptide 2","gtf2e1","snapc2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A2BGI0","si:ch211-194d6.2","zgc:114132","gtf2e1","ccnh","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Cyclin-H","string-db","7955.ENSDARP00000004735/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q7SXE8","si:ch211-194d6.2","cdk9","gtf2e1","cdk9","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","Q803Q8","si:ch211-194d6.2","ccnt2","gtf2e1","Q803Q8","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1QVS5","si:ch211-194d6.2","fi18h02","gtf2e1","snapc4","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","A5WWE3","si:ch211-194d6.2","fc26a07","gtf2e1","A5WWE3","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000001151","physical","txid7955" +"Q5SQE1","F1Q5E7","si:ch211-194d6.2","XPD","gtf2e1","ercc2","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000001151","physical","txid7955" +"Q7ZVV4","Q9DDT5","wu:fb93b01","supt5h","gtf2h2","Q9DDT5","General transcription factor IIH subunit","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q1LVE4","wu:fb93b01","wu:fb12d05","gtf2h2","xpc","General transcription factor IIH subunit","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A2R8PYT0","wu:fb93b01","zgc:65951","gtf2h2","rad23b","General transcription factor IIH subunit","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1R096","wu:fb93b01","sh3bp5lb","gtf2h2","gtf2h4","General transcription factor IIH subunit","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q66I03","wu:fb93b01","zgc:92126","gtf2h2","Q66I03","General transcription factor IIH subunit","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1R789","wu:fb93b01","Caltractin","gtf2h2","cetn4","General transcription factor IIH subunit","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q5SP02","wu:fb93b01","si:ch211-180b22.3","gtf2h2","taf1a","General transcription factor IIH subunit","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A0R4I9V4","wu:fb93b01","DNA-directed RNA polymerase subunit","gtf2h2","polr1a","General transcription factor IIH subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6NY74","wu:fb93b01","rpa1","gtf2h2","rpa1","General transcription factor IIH subunit","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6NY98","wu:fb93b01","rngtt","gtf2h2","rngtt","General transcription factor IIH subunit","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A8M3B2X7","wu:fb93b01","si:ch73-376l24.6","gtf2h2","A0A8M3B2X7","General transcription factor IIH subunit","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","B0S7C3","wu:fb93b01","Tcfubf","gtf2h2","ubtfl","General transcription factor IIH subunit","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q803Q8","wu:fb93b01","ccnt2","gtf2h2","Q803Q8","General transcription factor IIH subunit","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q2YDS1","wu:fb93b01","ddb2","gtf2h2","ddb2","General transcription factor IIH subunit","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1QHN6","wu:fb93b01","im:7042025","gtf2h2","ubc","General transcription factor IIH subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7ZV11","wu:fb93b01","wu:fk48d01","gtf2h2","polr2c","General transcription factor IIH subunit","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7ZW41","wu:fb93b01","polr2g","gtf2h2","polr2g","General transcription factor IIH subunit","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","B8JKD7","wu:fb93b01","polr1b","gtf2h2","polr1b","General transcription factor IIH subunit","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q5SNQ6","wu:fb93b01","si:dkey-12h9.4","gtf2h2","gtf2h5","General transcription factor IIH subunit","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q2V6H0","wu:fb93b01","zgc:85821","gtf2h2","Q2V6H0","General transcription factor IIH subunit","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7T2C1","wu:fb93b01","zgc:64071","gtf2h2","cul4a","General transcription factor IIH subunit","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","B8JHR3","wu:fb93b01","gtf2f2","gtf2h2","gtf2f2a","General transcription factor IIH subunit","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q1LWR1","wu:fb93b01","znrd1","gtf2h2","polr1h","General transcription factor IIH subunit","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7ZU90","wu:fb93b01","chd1l","gtf2h2","Q7ZU90","General transcription factor IIH subunit","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","string-db","7955.ENSDARP00000022305/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q4VBU5","wu:fb93b01","zgc:110005","gtf2h2","polr2j","General transcription factor IIH subunit","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A0N4SUD2","wu:fb93b01","Ubi-p63E","gtf2h2","ubb","General transcription factor IIH subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A5D6S6","wu:fb93b01","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf2h2","polr2l","General transcription factor IIH subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6PHG8","wu:fb93b01","polr1f","gtf2h2","Q6PHG8","General transcription factor IIH subunit","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6DEG5","wu:fb93b01","polr2e","gtf2h2","polr2eb","General transcription factor IIH subunit","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6NY87","wu:fb93b01","zgc:77511","gtf2h2","ercc1","General transcription factor IIH subunit","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A0R4ICI5","wu:fb93b01","RNA polymerase I-specific transcription initiation factor RRN3","gtf2h2","rrn3","General transcription factor IIH subunit","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1R3W0","wu:fb93b01","taf1b","gtf2h2","taf1b","General transcription factor IIH subunit","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F8W428","wu:fb93b01","im:7140950","gtf2h2","cul4b","General transcription factor IIH subunit","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A0R4IMS9","wu:fb93b01","DNA-directed RNA polymerase subunit","gtf2h2","polr2a","General transcription factor IIH subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q501W9","wu:fb93b01","zgc:112501","gtf2h2","polr1e","General transcription factor IIH subunit","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1QJS3","wu:fb93b01","DNA repair protein complementing XP-G cells","gtf2h2","ercc5","General transcription factor IIH subunit","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q1MTD3","wu:fb93b01","rnmt","gtf2h2","rnmt","General transcription factor IIH subunit","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1QMB9","wu:fb93b01","ccnk","gtf2h2","F1QMB9","General transcription factor IIH subunit","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1Q5E7","wu:fb93b01","XPD","gtf2h2","ercc2","General transcription factor IIH subunit","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1RDV9","wu:fb93b01","zgc:171795","gtf2h2","F1RDV9","General transcription factor IIH subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A6NA21","wu:fb93b01","fd20g07","gtf2h2","cavin1b","General transcription factor IIH subunit","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6NXA3","wu:fb93b01","wu:fa05d01","gtf2h2","gtf2e2","General transcription factor IIH subunit","Transcription initiation factor IIE subunit beta","string-db","7955.ENSDARP00000020885/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q504I6","wu:fb93b01","ik:tdsubc_2g1","gtf2h2","rpa2","General transcription factor IIH subunit","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q802D2","wu:fb93b01","zgc:55690","gtf2h2","ccnt2b","General transcription factor IIH subunit","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","E7F092","wu:fb93b01","Cyclin-dependent kinase 13","gtf2h2","cdk13","General transcription factor IIH subunit","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q6DHL4","wu:fb93b01","sumo2","gtf2h2","sumo2","General transcription factor IIH subunit","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q568H8","wu:fb93b01","DNA-directed RNA polymerases I, II, and III subunit RPABC3","gtf2h2","polr2h","General transcription factor IIH subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1R6Y1","wu:fb93b01","Cyclin-dependent kinase 12","gtf2h2","cdk12","General transcription factor IIH subunit","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A5WWE3","wu:fb93b01","fc26a07","gtf2h2","A5WWE3","General transcription factor IIH subunit","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A4FUL3","wu:fb93b01","im:7137515","gtf2h2","rbx1","General transcription factor IIH subunit","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7SXA3","wu:fb93b01","zgc:66168","gtf2h2","rps27a","General transcription factor IIH subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","A0A8M3BEN4","wu:fb93b01","zgc:101599","gtf2h2","A0A8M3BEN4","General transcription factor IIH subunit","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q1LVK2","wu:fb93b01","zgc:103515","gtf2h2","polr2i","General transcription factor IIH subunit","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","Q7SZR5","wu:fb93b01","sumo1","gtf2h2","sumo1","General transcription factor IIH subunit","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000018901","physical","txid7955" +"Q7ZVV4","F1QC62","wu:fb93b01","fi26c04","gtf2h2","F1QC62","General transcription factor IIH subunit","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000018901","physical","txid7955" +"A5WWE3","Q6PHG8","fc26a07","polr1f","A5WWE3","Q6PHG8","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","E7F092","fc26a07","Cyclin-dependent kinase 13","A5WWE3","cdk13","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q5SNQ6","fc26a07","si:dkey-12h9.4","A5WWE3","gtf2h5","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A0R4ICI5","fc26a07","RNA polymerase I-specific transcription initiation factor RRN3","A5WWE3","rrn3","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","B8JHR3","fc26a07","gtf2f2","A5WWE3","gtf2f2a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1R096","fc26a07","sh3bp5lb","A5WWE3","gtf2h4","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1RDV9","fc26a07","zgc:171795","A5WWE3","F1RDV9","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q2YDS1","fc26a07","ddb2","A5WWE3","ddb2","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","B8JKD7","fc26a07","polr1b","A5WWE3","polr1b","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A0R4IMS9","fc26a07","DNA-directed RNA polymerase subunit","A5WWE3","polr2a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q7T2C1","fc26a07","zgc:64071","A5WWE3","cul4a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1Q5E7","fc26a07","XPD","A5WWE3","ercc2","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A2R8PYT0","fc26a07","zgc:65951","A5WWE3","rad23b","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q5SP02","fc26a07","si:ch211-180b22.3","A5WWE3","taf1a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1QMB9","fc26a07","ccnk","A5WWE3","F1QMB9","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A0R4I9V4","fc26a07","DNA-directed RNA polymerase subunit","A5WWE3","polr1a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q7SXA3","fc26a07","zgc:66168","A5WWE3","rps27a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","Q6DHL4","fc26a07","sumo2","A5WWE3","sumo2","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F8W428","fc26a07","im:7140950","A5WWE3","cul4b","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A5WWG2","fc26a07","cip1","A5WWE3","cdkn1a","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A8M3B2X7","fc26a07","si:ch73-376l24.6","A5WWE3","A0A8M3B2X7","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1QJS3","fc26a07","DNA repair protein complementing XP-G cells","A5WWE3","ercc5","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","A0A0N4SUD2","fc26a07","Ubi-p63E","A5WWE3","ubb","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000088015","physical","txid7955" +"A5WWE3","F1QHN6","fc26a07","im:7042025","A5WWE3","ubc","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000088015","physical","txid7955" +"Q6P013","Q6NWA8","fl03a12","tada1","taf12","Q6NWA8","Transcription initiation factor TFIID subunit 12","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","Q32PW3","fl03a12","taf2","taf12","taf2","Transcription initiation factor TFIID subunit 12","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","Q66HZ5","fl03a12","wu:fb83e08","taf12","Q66HZ5","Transcription initiation factor TFIID subunit 12","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","A0A0R4IMS9","fl03a12","DNA-directed RNA polymerase subunit","taf12","polr2a","Transcription initiation factor TFIID subunit 12","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","Q8JHG4","fl03a12","CHUNP6888","taf12","taf7","Transcription initiation factor TFIID subunit 12","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","A0A0R4ITC5","fl03a12","trrap","taf12","trrap","Transcription initiation factor TFIID subunit 12","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000130095","physical","txid7955" +"Q6P013","A0A0R4IXF6","fl03a12","kat2a","taf12","kat2a","Transcription initiation factor TFIID subunit 12","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000130095","physical","txid7955" +"Q6P0T2","Q8JHG4","taf8","CHUNP6888","Q6P0T2","taf7","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","F1QW97","taf8","fc18h09","Q6P0T2","sp1","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q66HZ5","taf8","wu:fb83e08","Q6P0T2","Q66HZ5","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q7ZW41","taf8","polr2g","Q6P0T2","polr2g","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q803Q8","taf8","ccnt2","Q6P0T2","Q803Q8","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","E7FEV1","taf8","fa05b10","Q6P0T2","taf6l","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q6P013","taf8","fl03a12","Q6P0T2","taf12","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","F1QVS5","taf8","fi18h02","Q6P0T2","snapc4","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","A0A0R4IMS9","taf8","DNA-directed RNA polymerase subunit","Q6P0T2","polr2a","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q503H9","taf8","Transcription initiation factor IIA subunit 2","Q6P0T2","gtf2a2","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q568H8","taf8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q6P0T2","polr2h","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q5RH27","taf8","fi76b06","Q6P0T2","taf3","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","F1QDT4","taf8","TAF2G","Q6P0T2","taf9","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","E7FBZ0","taf8","TAF4A RNA polymerase II, TATA box-binding protein","Q6P0T2","taf4a","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q1LVK2","taf8","zgc:103515","Q6P0T2","polr2i","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","E7F685","taf8","Small nuclear RNA-activating complex, polypeptide 2","Q6P0T2","snapc2","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","F1QMB9","taf8","ccnk","Q6P0T2","F1QMB9","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","F1RDV9","taf8","zgc:171795","Q6P0T2","F1RDV9","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","B8JHR3","taf8","gtf2f2","Q6P0T2","gtf2f2a","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","A8KBY5","taf8","TAF11 RNA polymerase II, TATA box-binding protein","Q6P0T2","taf11","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q32PW3","taf8","taf2","Q6P0T2","taf2","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q7SXE8","taf8","cdk9","Q6P0T2","cdk9","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q1LXI0","taf8","si:rp71-14b1.2","Q6P0T2","Q1LXI0","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","E7FFQ2","taf8","Si:dkey-219c3.2","Q6P0T2","E7FFQ2","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q1LYC2","taf8","wu:fi04f03","Q6P0T2","taf1","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q7ZV11","taf8","wu:fk48d01","Q6P0T2","polr2c","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q2V6H0","taf8","zgc:85821","Q6P0T2","Q2V6H0","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q4VBU5","taf8","zgc:110005","Q6P0T2","polr2j","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","Q1LVD6","taf8","si:dkey-72l14.8","Q6P0T2","taf10","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000032165","physical","txid7955" +"Q6P0T2","A5D6S6","taf8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q6P0T2","polr2l","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000032165","physical","txid7955" +"F1QVS5","A0A8M1NAV1","fi18h02","rcp9","snapc4","A0A8M1NAV1","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","F1QW97","fi18h02","fc18h09","snapc4","sp1","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","F1QMB9","fi18h02","ccnk","snapc4","F1QMB9","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","A8KBY5","fi18h02","TAF11 RNA polymerase II, TATA box-binding protein","snapc4","taf11","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","F1QDT4","fi18h02","TAF2G","snapc4","taf9","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","B8JHR3","fi18h02","gtf2f2","snapc4","gtf2f2a","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","F1RDV9","fi18h02","zgc:171795","snapc4","F1RDV9","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","F1R866","fi18h02","Sin","snapc4","polr3e","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","A8KBY2","fi18h02","brf2","snapc4","A8KBY2","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","A0A0R4IV41","fi18h02","fb81e09","snapc4","A0A0R4IV41","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000088244","physical","txid7955" +"F1QVS5","Q66HZ5","fi18h02","wu:fb83e08","snapc4","Q66HZ5","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000088244","physical","txid7955" +"F1Q5E7","A0A0R4IMS9","XPD","DNA-directed RNA polymerase subunit","ercc2","polr2a","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","A0A2R8PYT0","XPD","zgc:65951","ercc2","rad23b","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","Q7T2C1","XPD","zgc:64071","ercc2","cul4a","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","Q6DHL4","XPD","sumo2","ercc2","sumo2","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","A0A0R4ICI5","XPD","RNA polymerase I-specific transcription initiation factor RRN3","ercc2","rrn3","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","F1QJS3","XPD","DNA repair protein complementing XP-G cells","ercc2","ercc5","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","Q7SXA3","XPD","zgc:66168","ercc2","rps27a","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","A0A8M3B2X7","XPD","si:ch73-376l24.6","ercc2","A0A8M3B2X7","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","A0A0N4SUD2","XPD","Ubi-p63E","ercc2","ubb","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","A0A0R4I9V4","XPD","DNA-directed RNA polymerase subunit","ercc2","polr1a","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","F8W428","XPD","im:7140950","ercc2","cul4b","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","F1QHN6","XPD","im:7042025","ercc2","ubc","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000114026","physical","txid7955" +"F1Q5E7","Q5SNQ6","XPD","si:dkey-12h9.4","ercc2","gtf2h5","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000114026","physical","txid7955" +"F1QW97","Q66HZ5","fc18h09","wu:fb83e08","sp1","Q66HZ5","Sp1 transcription factor (Transcription factor Sp1)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000110200","physical","txid7955" +"F1QW97","F1QMB9","fc18h09","ccnk","sp1","F1QMB9","Sp1 transcription factor (Transcription factor Sp1)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000110200","physical","txid7955" +"F1QW97","Q1L959","fc18h09","fb12g11","sp1","usf2","Sp1 transcription factor (Transcription factor Sp1)","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000110200","physical","txid7955" +"F1QW97","A0A8M9PTD7","fc18h09","Nuclear receptor coactivator 1","sp1","A0A8M9PTD7","Sp1 transcription factor (Transcription factor Sp1)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000110200","physical","txid7955" +"F1QW97","A8KBY5","fc18h09","TAF11 RNA polymerase II, TATA box-binding protein","sp1","taf11","Sp1 transcription factor (Transcription factor Sp1)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000110200","physical","txid7955" +"Q8JHG4","Q32PW3","CHUNP6888","taf2","taf7","taf2","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000133252","physical","txid7955" +"Q8JHG4","A0A0R4IMS9","CHUNP6888","DNA-directed RNA polymerase subunit","taf7","polr2a","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000133252","physical","txid7955" +"Q8JHG4","Q66HZ5","CHUNP6888","wu:fb83e08","taf7","Q66HZ5","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000133252","physical","txid7955" +"Q66HZ5","A0A0R4ITC5","wu:fb83e08","trrap","Q66HZ5","trrap","Transcription initiation factor TFIID subunit 6","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000134854","physical","txid7955" +"Q66HZ5","A0A0R4IMS9","wu:fb83e08","DNA-directed RNA polymerase subunit","Q66HZ5","polr2a","Transcription initiation factor TFIID subunit 6","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000134854","physical","txid7955" +"Q66HZ5","Q6NWA8","wu:fb83e08","tada1","Q66HZ5","Q6NWA8","Transcription initiation factor TFIID subunit 6","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000134854","physical","txid7955" +"Q66HZ5","A0A0R4IXF6","wu:fb83e08","kat2a","Q66HZ5","kat2a","Transcription initiation factor TFIID subunit 6","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000134854","physical","txid7955" +"Q66HZ5","Q32PW3","wu:fb83e08","taf2","Q66HZ5","taf2","Transcription initiation factor TFIID subunit 6","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000134854","physical","txid7955" +"F1R096","F1QMB9","sh3bp5lb","ccnk","gtf2h4","F1QMB9","SH3 domain-binding protein 5 (SH3BP-5)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A0R4IMS9","sh3bp5lb","DNA-directed RNA polymerase subunit","gtf2h4","polr2a","SH3 domain-binding protein 5 (SH3BP-5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","F1QHN6","sh3bp5lb","im:7042025","gtf2h4","ubc","SH3 domain-binding protein 5 (SH3BP-5)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","Q7T2C1","sh3bp5lb","zgc:64071","gtf2h4","cul4a","SH3 domain-binding protein 5 (SH3BP-5)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A2R8PYT0","sh3bp5lb","zgc:65951","gtf2h4","rad23b","SH3 domain-binding protein 5 (SH3BP-5)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","F1QJS3","sh3bp5lb","DNA repair protein complementing XP-G cells","gtf2h4","ercc5","SH3 domain-binding protein 5 (SH3BP-5)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A0N4SUD2","sh3bp5lb","Ubi-p63E","gtf2h4","ubb","SH3 domain-binding protein 5 (SH3BP-5)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A0R4I9V4","sh3bp5lb","DNA-directed RNA polymerase subunit","gtf2h4","polr1a","SH3 domain-binding protein 5 (SH3BP-5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","Q6DHL4","sh3bp5lb","sumo2","gtf2h4","sumo2","SH3 domain-binding protein 5 (SH3BP-5)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","Q7SXA3","sh3bp5lb","zgc:66168","gtf2h4","rps27a","SH3 domain-binding protein 5 (SH3BP-5)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","Q5SNQ6","sh3bp5lb","si:dkey-12h9.4","gtf2h4","gtf2h5","SH3 domain-binding protein 5 (SH3BP-5)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A0R4ICI5","sh3bp5lb","RNA polymerase I-specific transcription initiation factor RRN3","gtf2h4","rrn3","SH3 domain-binding protein 5 (SH3BP-5)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","F8W428","sh3bp5lb","im:7140950","gtf2h4","cul4b","SH3 domain-binding protein 5 (SH3BP-5)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","F1Q5E7","sh3bp5lb","XPD","gtf2h4","ercc2","SH3 domain-binding protein 5 (SH3BP-5)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000113057","physical","txid7955" +"F1R096","A0A8M3B2X7","sh3bp5lb","si:ch73-376l24.6","gtf2h4","A0A8M3B2X7","SH3 domain-binding protein 5 (SH3BP-5)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000113057","physical","txid7955" +"A0A0R4IMS9","Q7ZTT0","DNA-directed RNA polymerase subunit","zgc:56685","polr2a","Q7ZTT0","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","Q32PW3","DNA-directed RNA polymerase subunit","taf2","polr2a","taf2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","Q4V8Q5","DNA-directed RNA polymerase subunit","sfrs7","polr2a","srsf7b","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A0A0N4SUD2","DNA-directed RNA polymerase subunit","Ubi-p63E","polr2a","ubb","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","E7F2X3","DNA-directed RNA polymerase subunit","Integrator complex subunit 4","polr2a","ints4","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","Q6TNU3","DNA-directed RNA polymerase subunit","ints10","polr2a","Q6TNU3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A0A140LG54","DNA-directed RNA polymerase subunit","Histone H2B","polr2a","si:dkey-23a13.22","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A0A0R4IJ75","DNA-directed RNA polymerase subunit","Integrator complex subunit 1","polr2a","ints1","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","Q6DGQ0","DNA-directed RNA polymerase subunit","supt4h1","polr2a","Q6DGQ0","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A0A140LGS2","DNA-directed RNA polymerase subunit","Histone H2A","polr2a","si:ch1073-153i20.5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","F1QHN6","DNA-directed RNA polymerase subunit","im:7042025","polr2a","ubc","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A4FVM2","DNA-directed RNA polymerase subunit","si:ch73-368j24.13","polr2a","A4FVM2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000135038","physical","txid7955" +"A0A0R4IMS9","A0A0R4IY96","DNA-directed RNA polymerase subunit","Integrator complex subunit 5","polr2a","A0A0R4IY96","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000135038","physical","txid7955" +"A2BGI0","A5WWE3","zgc:114132","fc26a07","ccnh","A5WWE3","Cyclin-H","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7ZVV4","zgc:114132","wu:fb93b01","ccnh","gtf2h2","Cyclin-H","General transcription factor IIH subunit","string-db","7955.ENSDARP00000018901/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1R096","zgc:114132","sh3bp5lb","ccnh","gtf2h4","Cyclin-H","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q5SP02","zgc:114132","si:ch211-180b22.3","ccnh","taf1a","Cyclin-H","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","E7F092","zgc:114132","Cyclin-dependent kinase 13","ccnh","cdk13","Cyclin-H","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q1LVE4","zgc:114132","wu:fb12d05","ccnh","xpc","Cyclin-H","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7ZW41","zgc:114132","polr2g","ccnh","polr2g","Cyclin-H","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7ZV11","zgc:114132","wu:fk48d01","ccnh","polr2c","Cyclin-H","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q2YDS1","zgc:114132","ddb2","ccnh","ddb2","Cyclin-H","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1QC62","zgc:114132","fi26c04","ccnh","F1QC62","Cyclin-H","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","B0S7C3","zgc:114132","Tcfubf","ccnh","ubtfl","Cyclin-H","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1QHN6","zgc:114132","im:7042025","ccnh","ubc","Cyclin-H","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q6PHG8","zgc:114132","polr1f","ccnh","Q6PHG8","Cyclin-H","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A0R4ICI5","zgc:114132","RNA polymerase I-specific transcription initiation factor RRN3","ccnh","rrn3","Cyclin-H","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","B8JHR3","zgc:114132","gtf2f2","ccnh","gtf2f2a","Cyclin-H","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q4VBU5","zgc:114132","zgc:110005","ccnh","polr2j","Cyclin-H","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7SXE8","zgc:114132","cdk9","ccnh","cdk9","Cyclin-H","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q6DEG5","zgc:114132","polr2e","ccnh","polr2eb","Cyclin-H","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7ZVV1","zgc:114132","ercc3","ccnh","Q7ZVV1","Cyclin-H","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","string-db","7955.ENSDARP00000010637/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q5SNQ6","zgc:114132","si:dkey-12h9.4","ccnh","gtf2h5","Cyclin-H","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q803Q8","zgc:114132","ccnt2","ccnh","Q803Q8","Cyclin-H","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A2R8PYT0","zgc:114132","zgc:65951","ccnh","rad23b","Cyclin-H","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7ZWB1","zgc:114132","zgc:56598","ccnh","cdk2","Cyclin-H","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A5D6S6","zgc:114132","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ccnh","polr2l","Cyclin-H","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1R3W0","zgc:114132","taf1b","ccnh","taf1b","Cyclin-H","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q2V6H0","zgc:114132","zgc:85821","ccnh","Q2V6H0","Cyclin-H","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7SXA3","zgc:114132","zgc:66168","ccnh","rps27a","Cyclin-H","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q802D2","zgc:114132","zgc:55690","ccnh","ccnt2b","Cyclin-H","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7SXL3","zgc:114132","tbp","ccnh","tbp","Cyclin-H","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","string-db","7955.ENSDARP00000010211/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q568H8","zgc:114132","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ccnh","polr2h","Cyclin-H","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A8M3BEN4","zgc:114132","zgc:101599","ccnh","A0A8M3BEN4","Cyclin-H","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q6NXA3","zgc:114132","wu:fa05d01","ccnh","gtf2e2","Cyclin-H","Transcription initiation factor IIE subunit beta","string-db","7955.ENSDARP00000020885/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q1LVK2","zgc:114132","zgc:103515","ccnh","polr2i","Cyclin-H","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A0R4I9V4","zgc:114132","DNA-directed RNA polymerase subunit","ccnh","polr1a","Cyclin-H","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A8M3B2X7","zgc:114132","si:ch73-376l24.6","ccnh","A0A8M3B2X7","Cyclin-H","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q1LWR1","zgc:114132","znrd1","ccnh","polr1h","Cyclin-H","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A0N4SUD2","zgc:114132","Ubi-p63E","ccnh","ubb","Cyclin-H","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q9DDT5","zgc:114132","supt5h","ccnh","Q9DDT5","Cyclin-H","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q5RHR0","zgc:114132","parp1","ccnh","parp1","Cyclin-H","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","string-db","7955.ENSDARP00000008364/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1QMB9","zgc:114132","ccnk","ccnh","F1QMB9","Cyclin-H","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A4FUL3","zgc:114132","im:7137515","ccnh","rbx1","Cyclin-H","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1Q5E7","zgc:114132","XPD","ccnh","ercc2","Cyclin-H","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","B8JKD7","zgc:114132","polr1b","ccnh","polr1b","Cyclin-H","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q66I03","zgc:114132","zgc:92126","ccnh","Q66I03","Cyclin-H","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q6NY98","zgc:114132","rngtt","ccnh","rngtt","Cyclin-H","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q501W9","zgc:114132","zgc:112501","ccnh","polr1e","Cyclin-H","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1RDV9","zgc:114132","zgc:171795","ccnh","F1RDV9","Cyclin-H","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F8W428","zgc:114132","im:7140950","ccnh","cul4b","Cyclin-H","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1R789","zgc:114132","Caltractin","ccnh","cetn4","Cyclin-H","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","F1R6Y1","zgc:114132","Cyclin-dependent kinase 12","ccnh","cdk12","Cyclin-H","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q7T2C1","zgc:114132","zgc:64071","ccnh","cul4a","Cyclin-H","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","Q1MTD3","zgc:114132","rnmt","ccnh","rnmt","Cyclin-H","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A0A0R4IMS9","zgc:114132","DNA-directed RNA polymerase subunit","ccnh","polr2a","Cyclin-H","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000004735","physical","txid7955" +"A2BGI0","A6NA21","zgc:114132","fd20g07","ccnh","cavin1b","Cyclin-H","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000004735","physical","txid7955" +"Q803Q8","F1RAF7","ccnt2","LOC565819","Q803Q8","si:ch211-13k12.2","Cyclin T2 (Cyclin-T2 isoform 2)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q6IQD2","ccnt2","wu:fb52f06","Q803Q8","eaf1","Cyclin T2 (Cyclin-T2 isoform 2)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q66IB1","ccnt2","zgc:101879","Q803Q8","eloca","Cyclin T2 (Cyclin-T2 isoform 2)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q9DDT5","ccnt2","supt5h","Q803Q8","Q9DDT5","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q1LVK2","ccnt2","zgc:103515","Q803Q8","polr2i","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QMB9","ccnt2","ccnk","Q803Q8","F1QMB9","Cyclin T2 (Cyclin-T2 isoform 2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1R2K7","ccnt2","cb244","Q803Q8","ell2","Cyclin T2 (Cyclin-T2 isoform 2)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q6P5M2","ccnt2","skic8","Q803Q8","Q6P5M2","Cyclin T2 (Cyclin-T2 isoform 2)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QF30","ccnt2","cb162","Q803Q8","F1QF30","Cyclin T2 (Cyclin-T2 isoform 2)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","A5A4L9","ccnt2","DUF140","Q803Q8","A5A4L9","Cyclin T2 (Cyclin-T2 isoform 2)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q6DGQ0","ccnt2","supt4h1","Q803Q8","Q6DGQ0","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","X1WHN7","ccnt2","hrpt2","Q803Q8","cdc73","Cyclin T2 (Cyclin-T2 isoform 2)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","A5D6S6","ccnt2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q803Q8","polr2l","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q7T319","ccnt2","zgc:64163","Q803Q8","elof1","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q502M9","ccnt2","zgc:92635","Q803Q8","elocb","Cyclin T2 (Cyclin-T2 isoform 2)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QW97","ccnt2","fc18h09","Q803Q8","sp1","Cyclin T2 (Cyclin-T2 isoform 2)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","E7EZF8","ccnt2","Interactor of little elongator complex ELL subunit 2","Q803Q8","ice2","Cyclin T2 (Cyclin-T2 isoform 2)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","A5WWE3","ccnt2","fc26a07","Q803Q8","A5WWE3","Cyclin T2 (Cyclin-T2 isoform 2)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q5SNQ6","ccnt2","si:dkey-12h9.4","Q803Q8","gtf2h5","Cyclin T2 (Cyclin-T2 isoform 2)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q503H9","ccnt2","Transcription initiation factor IIA subunit 2","Q803Q8","gtf2a2","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","I3ISK1","ccnt2","AF4/FMR2 family member 4 isoform X2","Q803Q8","aff4","Cyclin T2 (Cyclin-T2 isoform 2)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1R6Y1","ccnt2","Cyclin-dependent kinase 12","Q803Q8","cdk12","Cyclin T2 (Cyclin-T2 isoform 2)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q7ZW41","ccnt2","polr2g","Q803Q8","polr2g","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q6NYV9","ccnt2","leo1","Q803Q8","leo1","Cyclin T2 (Cyclin-T2 isoform 2)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q566Y1","ccnt2","elp4","Q803Q8","Q566Y1","Cyclin T2 (Cyclin-T2 isoform 2)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","E7F7H1","ccnt2","tceb3l","Q803Q8","eloal","Cyclin T2 (Cyclin-T2 isoform 2)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F6NLJ7","ccnt2","FACT complex subunit SSRP1","Q803Q8","ssrp1b","Cyclin T2 (Cyclin-T2 isoform 2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QVS5","ccnt2","fi18h02","Q803Q8","snapc4","Cyclin T2 (Cyclin-T2 isoform 2)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","A0A0R4IMS9","ccnt2","DNA-directed RNA polymerase subunit","Q803Q8","polr2a","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q08BB8","ccnt2","Occludin","Q803Q8","-","Cyclin T2 (Cyclin-T2 isoform 2)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q4U0S5","ccnt2","paf1","Q803Q8","Q4U0S5","Cyclin T2 (Cyclin-T2 isoform 2)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QDT4","ccnt2","TAF2G","Q803Q8","taf9","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1QEB4","ccnt2","ssrp1","Q803Q8","F1QEB4","Cyclin T2 (Cyclin-T2 isoform 2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","P52160","ccnt2","myca","Q803Q8","P52160","Cyclin T2 (Cyclin-T2 isoform 2)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","E7F685","ccnt2","Small nuclear RNA-activating complex, polypeptide 2","Q803Q8","snapc2","Cyclin T2 (Cyclin-T2 isoform 2)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1RDV9","ccnt2","zgc:171795","Q803Q8","F1RDV9","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q568H8","ccnt2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q803Q8","polr2h","Cyclin T2 (Cyclin-T2 isoform 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q1LWQ2","ccnt2","rdbp","Q803Q8","nelfe","Cyclin T2 (Cyclin-T2 isoform 2)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","B8JHR3","ccnt2","gtf2f2","Q803Q8","gtf2f2a","Cyclin T2 (Cyclin-T2 isoform 2)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q7SXE8","ccnt2","cdk9","Q803Q8","cdk9","Cyclin T2 (Cyclin-T2 isoform 2)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","F1R096","ccnt2","sh3bp5lb","Q803Q8","gtf2h4","Cyclin T2 (Cyclin-T2 isoform 2)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","E7F092","ccnt2","Cyclin-dependent kinase 13","Q803Q8","cdk13","Cyclin T2 (Cyclin-T2 isoform 2)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","E7FFE0","ccnt2","fi75f03","Q803Q8","nelfa","Cyclin T2 (Cyclin-T2 isoform 2)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q1LXI0","ccnt2","si:rp71-14b1.2","Q803Q8","Q1LXI0","Cyclin T2 (Cyclin-T2 isoform 2)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","Q66HZ5","ccnt2","wu:fb83e08","Q803Q8","Q66HZ5","Cyclin T2 (Cyclin-T2 isoform 2)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000053281","physical","txid7955" +"Q803Q8","A8KBY5","ccnt2","TAF11 RNA polymerase II, TATA box-binding protein","Q803Q8","taf11","Cyclin T2 (Cyclin-T2 isoform 2)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000053281","physical","txid7955" +"Q503H9","B8JHR3","Transcription initiation factor IIA subunit 2","gtf2f2","gtf2a2","gtf2f2a","Transcription initiation factor IIA subunit 2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q66HZ5","Transcription initiation factor IIA subunit 2","wu:fb83e08","gtf2a2","Q66HZ5","Transcription initiation factor IIA subunit 2","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","A0A0R4IMS9","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerase subunit","gtf2a2","polr2a","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","B8JKI8","Transcription initiation factor IIA subunit 2","htatip","gtf2a2","kat5b","Transcription initiation factor IIA subunit 2","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q1LVD6","Transcription initiation factor IIA subunit 2","si:dkey-72l14.8","gtf2a2","taf10","Transcription initiation factor IIA subunit 2","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q6P0C9","Transcription initiation factor IIA subunit 2","fkd7","gtf2a2","foxa1","Transcription initiation factor IIA subunit 2","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q8JHG4","Transcription initiation factor IIA subunit 2","CHUNP6888","gtf2a2","taf7","Transcription initiation factor IIA subunit 2","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1QMV7","Transcription initiation factor IIA subunit 2","Nuclear receptor coactivator 3","gtf2a2","ncoa3","Transcription initiation factor IIA subunit 2","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","P57717","Transcription initiation factor IIA subunit 2","esr1","gtf2a2","P57717","Transcription initiation factor IIA subunit 2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q1LUC3","Transcription initiation factor IIA subunit 2","kat2b","gtf2a2","kat2b","Transcription initiation factor IIA subunit 2","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","A1A5X7","Transcription initiation factor IIA subunit 2","fa11g05","gtf2a2","taf15","Transcription initiation factor IIA subunit 2","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1R8F7","Transcription initiation factor IIA subunit 2","ston1","gtf2a2","gtf2a1l","Transcription initiation factor IIA subunit 2","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1QW97","Transcription initiation factor IIA subunit 2","fc18h09","gtf2a2","sp1","Transcription initiation factor IIA subunit 2","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q7ZW41","Transcription initiation factor IIA subunit 2","polr2g","gtf2a2","polr2g","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","E7FBZ0","Transcription initiation factor IIA subunit 2","TAF4A RNA polymerase II, TATA box-binding protein","gtf2a2","taf4a","Transcription initiation factor IIA subunit 2","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q08BV4","Transcription initiation factor IIA subunit 2","General transcription factor IIA, 1-like","gtf2a2","Q08BV4","Transcription initiation factor IIA subunit 2","General transcription factor IIA, 1-like (TFIIA-alpha and beta-like factor) (Zgc:154100)","string-db","7955.ENSDARP00000087654/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1RDV9","Transcription initiation factor IIA subunit 2","zgc:171795","gtf2a2","F1RDV9","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","A0A8M9PTD7","Transcription initiation factor IIA subunit 2","Nuclear receptor coactivator 1","gtf2a2","A0A8M9PTD7","Transcription initiation factor IIA subunit 2","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1QVS5","Transcription initiation factor IIA subunit 2","fi18h02","gtf2a2","snapc4","Transcription initiation factor IIA subunit 2","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","E7F685","Transcription initiation factor IIA subunit 2","Small nuclear RNA-activating complex, polypeptide 2","gtf2a2","snapc2","Transcription initiation factor IIA subunit 2","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","A5D6S6","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf2a2","polr2l","Transcription initiation factor IIA subunit 2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1QMB9","Transcription initiation factor IIA subunit 2","ccnk","gtf2a2","F1QMB9","Transcription initiation factor IIA subunit 2","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q1LXI0","Transcription initiation factor IIA subunit 2","si:rp71-14b1.2","gtf2a2","Q1LXI0","Transcription initiation factor IIA subunit 2","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q32PW3","Transcription initiation factor IIA subunit 2","taf2","gtf2a2","taf2","Transcription initiation factor IIA subunit 2","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","Q6P013","Transcription initiation factor IIA subunit 2","fl03a12","gtf2a2","taf12","Transcription initiation factor IIA subunit 2","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","A8KBY5","Transcription initiation factor IIA subunit 2","TAF11 RNA polymerase II, TATA box-binding protein","gtf2a2","taf11","Transcription initiation factor IIA subunit 2","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000070238","physical","txid7955" +"Q503H9","F1QDT4","Transcription initiation factor IIA subunit 2","TAF2G","gtf2a2","taf9","Transcription initiation factor IIA subunit 2","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000070238","physical","txid7955" +"Q7ZW41","F1R096","polr2g","sh3bp5lb","polr2g","gtf2h4","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","X1WHF1","polr2g","Histone H2B","polr2g","si:dkey-261m9.6","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6NZT9","polr2g","zgc:55876","polr2g","srsf2b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q1LVD6","polr2g","si:dkey-72l14.8","polr2g","taf10","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A0R4IY96","polr2g","Integrator complex subunit 5","polr2g","A0A0R4IY96","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","B8JHR3","polr2g","gtf2f2","polr2g","gtf2f2a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q71PD7","polr2g","h2az2a","polr2g","h2az2a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q1LWQ2","polr2g","rdbp","polr2g","nelfe","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7EZX1","polr2g","si:dkey-261m9.15","polr2g","hist1h2a5","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F8W428","polr2g","im:7140950","polr2g","cul4b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6TNU3","polr2g","ints10","polr2g","Q6TNU3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","B0UYL7","polr2g","ddx26a","polr2g","ints6","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7FFE0","polr2g","fi75f03","polr2g","nelfa","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1RDV9","polr2g","zgc:171795","polr2g","F1RDV9","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A140LGS2","polr2g","Histone H2A","polr2g","si:ch1073-153i20.5","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1QHN6","polr2g","im:7042025","polr2g","ubc","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","R4GE15","polr2g","si:ch211-113a14.29","polr2g","si:ch211-113a14.22","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7ZTT0","polr2g","zgc:56685","polr2g","Q7ZTT0","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A0R4IMS9","polr2g","DNA-directed RNA polymerase subunit","polr2g","polr2a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q66HZ5","polr2g","wu:fb83e08","polr2g","Q66HZ5","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A8KBY5","polr2g","TAF11 RNA polymerase II, TATA box-binding protein","polr2g","taf11","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A8M2BK34","polr2g","si:ch73-190f16.2","polr2g","A0A8M2BK34","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A4FVM2","polr2g","si:ch73-368j24.13","polr2g","A4FVM2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7FBZ0","polr2g","TAF4A RNA polymerase II, TATA box-binding protein","polr2g","taf4a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q08BB6","polr2g","zgc:154012","polr2g","ints9","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","X1WDH8","polr2g","Histone H2B","polr2g","si:dkey-261m9.19","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q1MTD3","polr2g","rnmt","polr2g","rnmt","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7EZF8","polr2g","Interactor of little elongator complex ELL subunit 2","polr2g","ice2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A5D6S6","polr2g","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2g","polr2l","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7T2C1","polr2g","zgc:64071","polr2g","cul4a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A0R4IJ75","polr2g","Integrator complex subunit 1","polr2g","ints1","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1R2K7","polr2g","cb244","polr2g","ell2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q5XJK2","polr2g","h2afx1","polr2g","h2ax1","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A1A5X7","polr2g","fa11g05","polr2g","taf15","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","P57717","polr2g","esr1","polr2g","P57717","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A140LG54","polr2g","Histone H2B","polr2g","si:dkey-23a13.22","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A8M1QHE8","polr2g","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2g","A0A8M1QHE8","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7SZS0","polr2g","zgc:77372","polr2g","srsf10b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7ZV13","polr2g","sfrs2","polr2g","srsf2a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q5PRC7","polr2g","nabp1","polr2g","Q5PRC7","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q4QRF4","polr2g","; ;","polr2g","-","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6PI20","polr2g","h3f3a; h3f3b.1; h3-5; h3f3d","polr2g","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","X1WG39","polr2g","si:ch211-119n15.3","polr2g","X1WG39","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q5SNQ6","polr2g","si:dkey-12h9.4","polr2g","gtf2h5","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1Q5E7","polr2g","XPD","polr2g","ercc2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7ZVK5","polr2g","PCBP2","polr2g","pcbp2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q5BJA5","polr2g",";","polr2g","-","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6DGQ0","polr2g","supt4h1","polr2g","Q6DGQ0","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E9QC62","polr2g","zgc:109975","polr2g","E9QC62","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q5RHQ7","polr2g","hnrnpu","polr2g","hnrnpub","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","I3ISK1","polr2g","AF4/FMR2 family member 4 isoform X2","polr2g","aff4","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7FDD7","polr2g","polr2ea","polr2g","E7FDD7","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A5WWG4","polr2g","sfrs3","polr2g","srsf3b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6IQU7","polr2g","ints12","polr2g","ints12","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A8KC22","polr2g","hnrnpl","polr2g","hnrnpl2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q4V8Q5","polr2g","sfrs7","polr2g","srsf7b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A3KQN9","polr2g","zgc:111823","polr2g","ints8","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A5WWE3","polr2g","fc26a07","polr2g","A5WWE3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6DHJ0","polr2g","sfrs5b","polr2g","srsf5b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7ZUK5","polr2g","zgc:55794","polr2g","Q7ZUK5","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q8JHG4","polr2g","CHUNP6888","polr2g","taf7","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","B8JLJ8","polr2g","wu:fc19f05","polr2g","B8JLJ8","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6NYA0","polr2g","srsf1b","polr2g","srsf1b","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q561S9","polr2g","H2A","polr2g","hist1h2a3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7F2X3","polr2g","Integrator complex subunit 4","polr2g","ints4","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6IQD2","polr2g","wu:fb52f06","polr2g","eaf1","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","A0A0N4SUD2","polr2g","Ubi-p63E","polr2g","ubb","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1QDT4","polr2g","TAF2G","polr2g","taf9","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7F5W3","polr2g","si:dkey-108k21.26","polr2g","hist1h2a10","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q32PW3","polr2g","taf2","polr2g","taf2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q7SXA3","polr2g","zgc:66168","polr2g","rps27a","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","Q6P013","polr2g","fl03a12","polr2g","taf12","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","E7EXD7","polr2g","si:dkey-261m9.11","polr2g","si:ch211-113a14.19","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000073018","physical","txid7955" +"Q7ZW41","F1QMB9","polr2g","ccnk","polr2g","F1QMB9","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000073018","physical","txid7955" +"E7F685","Q66HZ5","Small nuclear RNA-activating complex, polypeptide 2","wu:fb83e08","snapc2","Q66HZ5","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","A8KBY5","Small nuclear RNA-activating complex, polypeptide 2","TAF11 RNA polymerase II, TATA box-binding protein","snapc2","taf11","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1QW97","Small nuclear RNA-activating complex, polypeptide 2","fc18h09","snapc2","sp1","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1QQA2","Small nuclear RNA-activating complex, polypeptide 2","DNA-directed RNA polymerase subunit beta","snapc2","polr3b","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1R866","Small nuclear RNA-activating complex, polypeptide 2","Sin","snapc2","polr3e","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","Q1LXI0","Small nuclear RNA-activating complex, polypeptide 2","si:rp71-14b1.2","snapc2","Q1LXI0","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","A0A8M1NAV1","Small nuclear RNA-activating complex, polypeptide 2","rcp9","snapc2","A0A8M1NAV1","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1QVS5","Small nuclear RNA-activating complex, polypeptide 2","fi18h02","snapc2","snapc4","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","A5D6S6","Small nuclear RNA-activating complex, polypeptide 2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","snapc2","polr2l","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1QMB9","Small nuclear RNA-activating complex, polypeptide 2","ccnk","snapc2","F1QMB9","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1RDV9","Small nuclear RNA-activating complex, polypeptide 2","zgc:171795","snapc2","F1RDV9","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","A0A0R4IV41","Small nuclear RNA-activating complex, polypeptide 2","fb81e09","snapc2","A0A0R4IV41","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","A8KBY2","Small nuclear RNA-activating complex, polypeptide 2","brf2","snapc2","A8KBY2","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","F1QDT4","Small nuclear RNA-activating complex, polypeptide 2","TAF2G","snapc2","taf9","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000073820","physical","txid7955" +"E7F685","B8JHR3","Small nuclear RNA-activating complex, polypeptide 2","gtf2f2","snapc2","gtf2f2a","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000073820","physical","txid7955" +"Q1LXI0","Q66HZ5","si:rp71-14b1.2","wu:fb83e08","Q1LXI0","Q66HZ5","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1QDT4","si:rp71-14b1.2","TAF2G","Q1LXI0","taf9","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1RDV9","si:rp71-14b1.2","zgc:171795","Q1LXI0","F1RDV9","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1R866","si:rp71-14b1.2","Sin","Q1LXI0","polr3e","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1QW97","si:rp71-14b1.2","fc18h09","Q1LXI0","sp1","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","B8JHR3","si:rp71-14b1.2","gtf2f2","Q1LXI0","gtf2f2a","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1QQA2","si:rp71-14b1.2","DNA-directed RNA polymerase subunit beta","Q1LXI0","polr3b","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","A0A8M1NAV1","si:rp71-14b1.2","rcp9","Q1LXI0","A0A8M1NAV1","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","A0A0R4IV41","si:rp71-14b1.2","fb81e09","Q1LXI0","A0A0R4IV41","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1QMB9","si:rp71-14b1.2","ccnk","Q1LXI0","F1QMB9","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","F1QVS5","si:rp71-14b1.2","fi18h02","Q1LXI0","snapc4","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","A8KBY5","si:rp71-14b1.2","TAF11 RNA polymerase II, TATA box-binding protein","Q1LXI0","taf11","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000084846","physical","txid7955" +"Q1LXI0","A8KBY2","si:rp71-14b1.2","brf2","Q1LXI0","A8KBY2","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000084846","physical","txid7955" +"Q7SXE8","A5D6S6","cdk9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","cdk9","polr2l","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q6IQD2","cdk9","wu:fb52f06","cdk9","eaf1","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q6DGQ0","cdk9","supt4h1","cdk9","Q6DGQ0","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1QW97","cdk9","fc18h09","cdk9","sp1","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","B8JHR3","cdk9","gtf2f2","cdk9","gtf2f2a","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q503H9","cdk9","Transcription initiation factor IIA subunit 2","cdk9","gtf2a2","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","I3ISK1","cdk9","AF4/FMR2 family member 4 isoform X2","cdk9","aff4","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q7ZW41","cdk9","polr2g","cdk9","polr2g","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q1LXI0","cdk9","si:rp71-14b1.2","cdk9","Q1LXI0","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","P57717","cdk9","esr1","cdk9","P57717","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","A8KBY5","cdk9","TAF11 RNA polymerase II, TATA box-binding protein","cdk9","taf11","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1QWB4","cdk9","hnrpk","cdk9","hnrnpk","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q1LWQ2","cdk9","rdbp","cdk9","nelfe","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1QVS5","cdk9","fi18h02","cdk9","snapc4","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1QMB9","cdk9","ccnk","cdk9","F1QMB9","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","E7F685","cdk9","Small nuclear RNA-activating complex, polypeptide 2","cdk9","snapc2","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","E7FFE0","cdk9","fi75f03","cdk9","nelfa","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1RDV9","cdk9","zgc:171795","cdk9","F1RDV9","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","Q66HZ5","cdk9","wu:fb83e08","cdk9","Q66HZ5","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1R5H6","cdk9","brd4","cdk9","brd4","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","A0A0R4IMS9","cdk9","DNA-directed RNA polymerase subunit","cdk9","polr2a","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","A5A4L9","cdk9","DUF140","cdk9","A5A4L9","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000065858","physical","txid7955" +"Q7SXE8","F1QDT4","cdk9","TAF2G","cdk9","taf9","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000065858","physical","txid7955" +"Q568H8","F1QMB9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ccnk","polr2h","F1QMB9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6NZT9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:55876","polr2h","srsf2b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4ICI5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","RNA polymerase I-specific transcription initiation factor RRN3","polr2h","rrn3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B8JHR3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","gtf2f2","polr2h","gtf2f2a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7FFE0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fi75f03","polr2h","nelfa","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LWQ2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rdbp","polr2h","nelfe","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4I9V4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit","polr2h","polr1a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1R6C4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","wu:fb82g12","polr2h","dek","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","X1WHF1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","polr2h","si:dkey-261m9.6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5SNQ6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:dkey-12h9.4","polr2h","gtf2h5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1MTD3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rnmt","polr2h","rnmt","DNA-directed RNA polymerases I, II, and III subunit RPABC3","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q4FZZ7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","hist1h2a2","polr2h","hist1h2a2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B8A552","DNA-directed RNA polymerases I, II, and III subunit RPABC3","chunp6878","polr2h","B8A552","DNA-directed RNA polymerases I, II, and III subunit RPABC3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6DRL5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","mybbp1a","polr2h","Q6DRL5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7FBZ0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF4A RNA polymerase II, TATA box-binding protein","polr2h","taf4a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7EZX1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:dkey-261m9.15","polr2h","hist1h2a5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A8M1QHE8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2h","A0A8M1QHE8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1QVS5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fi18h02","polr2h","snapc4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7SXE8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","cdk9","polr2h","cdk9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F8W428","DNA-directed RNA polymerases I, II, and III subunit RPABC3","im:7140950","polr2h","cul4b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1RDV9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:171795","polr2h","F1RDV9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A6NA21","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fd20g07","polr2h","cavin1b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","X1WGE9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","cd3eap","polr2h","polr1g","DNA-directed RNA polymerases I, II, and III subunit RPABC3","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5PRC7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","nabp1","polr2h","Q5PRC7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr1f","polr2h","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6TNU3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ints10","polr2h","Q6TNU3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q503H9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor IIA subunit 2","polr2h","gtf2a2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q71PD7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","h2az2a","polr2h","h2az2a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A8KBJ5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch1073-153i20.2","polr2h","-","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A5D6S6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2h","polr2l","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LUC3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","kat2b","polr2h","kat2b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B8JKD7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr1b","polr2h","polr1b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4IY96","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 5","polr2h","A0A0R4IY96","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A8M3B2X7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch73-376l24.6","polr2h","A0A8M3B2X7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fb81e09","polr2h","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1Q5E7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","XPD","polr2h","ercc2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A140LG54","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","polr2h","si:dkey-23a13.22","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZUX1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr3c","polr2h","Q7ZUX1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZTT0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:56685","polr2h","Q7ZTT0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LXC9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ints3","polr2h","ints3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rcp9","polr2h","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1QQZ1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Splicing factor 3B subunit 1 isoform X1","polr2h","sf3b1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5RHQ7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","hnrnpu","polr2h","hnrnpub","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7T2C1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:64071","polr2h","cul4a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E9QC62","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:109975","polr2h","E9QC62","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q66HZ5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","wu:fb83e08","polr2h","Q66HZ5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4IMS9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit","polr2h","polr2a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q4QRF4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","; ;","polr2h","-","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LVD6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:dkey-72l14.8","polr2h","taf10","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5BJA5","DNA-directed RNA polymerases I, II, and III subunit RPABC3",";","polr2h","-","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4IJ75","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 1","polr2h","ints1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","X1WDH8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","polr2h","si:dkey-261m9.19","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6IQU7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ints12","polr2h","ints12","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B0S7C3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Tcfubf","polr2h","ubtfl","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5SP02","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch211-180b22.3","polr2h","taf1a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","I3ISK1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","AF4/FMR2 family member 4 isoform X2","polr2h","aff4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7EZ29","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription factor 3C polypeptide 5","polr2h","gtf3c5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZUK5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:55794","polr2h","Q7ZUK5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7SZS0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:77372","polr2h","srsf10b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6DGQ0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","supt4h1","polr2h","Q6DGQ0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A8KBY5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF11 RNA polymerase II, TATA box-binding protein","polr2h","taf11","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZVK5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","PCBP2","polr2h","pcbp2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q8JHG4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","CHUNP6888","polr2h","taf7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","R4GE15","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch211-113a14.29","polr2h","si:ch211-113a14.22","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6P0V0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:77712","polr2h","hnrnph1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5XJK2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","h2afx1","polr2h","h2ax1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","P57717","DNA-directed RNA polymerases I, II, and III subunit RPABC3","esr1","polr2h","P57717","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A8M3APY8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","myo1c","polr2h","A0A8M3APY8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B8JLJ8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","wu:fc19f05","polr2h","B8JLJ8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q5RH27","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fi76b06","polr2h","taf3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q08BB6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:154012","polr2h","ints9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1QQA2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit beta","polr2h","polr3b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7FDD7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr2ea","polr2h","E7FDD7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LVK2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:103515","polr2h","polr2i","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7FE07","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch211-113a14.16","polr2h","E7FE07","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1R096","DNA-directed RNA polymerases I, II, and III subunit RPABC3","sh3bp5lb","polr2h","gtf2h4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1QHN6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","im:7042025","polr2h","ubc","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7F685","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Small nuclear RNA-activating complex, polypeptide 2","polr2h","snapc2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1R2K7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","cb244","polr2h","ell2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6DHJ0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","sfrs5b","polr2h","srsf5b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A1A5X7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fa11g05","polr2h","taf15","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q1LXI0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:rp71-14b1.2","polr2h","Q1LXI0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A4FVM2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch73-368j24.13","polr2h","A4FVM2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A8KBY2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","brf2","polr2h","A8KBY2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B0UYL7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ddx26a","polr2h","ints6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6NYA0","DNA-directed RNA polymerases I, II, and III subunit RPABC3","srsf1b","polr2h","srsf1b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZV13","DNA-directed RNA polymerases I, II, and III subunit RPABC3","sfrs2","polr2h","srsf2a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A2BIL7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","baz1b","polr2h","A2BIL7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A8M2BK34","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch73-190f16.2","polr2h","A0A8M2BK34","DNA-directed RNA polymerases I, II, and III subunit RPABC3","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7EZF8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Interactor of little elongator complex ELL subunit 2","polr2h","ice2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","X1WG39","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:ch211-119n15.3","polr2h","X1WG39","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7F5W3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:dkey-108k21.26","polr2h","hist1h2a10","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1R866","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Sin","polr2h","polr3e","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7ZW41","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr2g","polr2h","polr2g","DNA-directed RNA polymerases I, II, and III subunit RPABC3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6PI20","DNA-directed RNA polymerases I, II, and III subunit RPABC3","h3f3a; h3f3b.1; h3-5; h3f3d","polr2h","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A140LGS2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","polr2h","si:ch1073-153i20.5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q9DDT5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","supt5h","polr2h","Q9DDT5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7EXD7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","si:dkey-261m9.11","polr2h","si:ch211-113a14.19","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A3KQN9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:111823","polr2h","ints8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A5WWE3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fc26a07","polr2h","A5WWE3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A8KC22","DNA-directed RNA polymerases I, II, and III subunit RPABC3","hnrnpl","polr2h","hnrnpl2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q32PW3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","taf2","polr2h","taf2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1QDT4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","TAF2G","polr2h","taf9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A2R9YJN8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","cb960","polr2h","ddx21","DNA-directed RNA polymerases I, II, and III subunit RPABC3","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q561S9","DNA-directed RNA polymerases I, II, and III subunit RPABC3","H2A","polr2h","hist1h2a3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A5WWG4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","sfrs3","polr2h","srsf3b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","F1RDA7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","im:7136784","polr2h","gtf3c3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q4V8Q5","DNA-directed RNA polymerases I, II, and III subunit RPABC3","sfrs7","polr2h","srsf7b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0R4IXF6","DNA-directed RNA polymerases I, II, and III subunit RPABC3","kat2a","polr2h","kat2a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6IQD2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","wu:fb52f06","polr2h","eaf1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q6P013","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fl03a12","polr2h","taf12","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","A0A0N4SUD2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Ubi-p63E","polr2h","ubb","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","Q7SXA3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","zgc:66168","polr2h","rps27a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","B3DJF8","DNA-directed RNA polymerases I, II, and III subunit RPABC3","LOC570661","polr2h","LOC570661","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000056187","physical","txid7955" +"Q568H8","E7F2X3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 4","polr2h","ints4","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000056187","physical","txid7955" +"Q66I03","Q803Q8","zgc:92126","ccnt2","Q66I03","Q803Q8","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1QEB4","zgc:92126","ssrp1","Q66I03","F1QEB4","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q7ZW41","zgc:92126","polr2g","Q66I03","polr2g","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1R6Y1","zgc:92126","Cyclin-dependent kinase 12","Q66I03","cdk12","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q1LVE4","zgc:92126","wu:fb12d05","Q66I03","xpc","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q5SNQ6","zgc:92126","si:dkey-12h9.4","Q66I03","gtf2h5","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q7ZV11","zgc:92126","wu:fk48d01","Q66I03","polr2c","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1R3W0","zgc:92126","taf1b","Q66I03","taf1b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1R789","zgc:92126","Caltractin","Q66I03","cetn4","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","E7F092","zgc:92126","Cyclin-dependent kinase 13","Q66I03","cdk13","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","B8JKD7","zgc:92126","polr1b","Q66I03","polr1b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A0N4SUD2","zgc:92126","Ubi-p63E","Q66I03","ubb","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1QHN6","zgc:92126","im:7042025","Q66I03","ubc","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q7SXA3","zgc:92126","zgc:66168","Q66I03","rps27a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1QMB9","zgc:92126","ccnk","Q66I03","F1QMB9","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q9DDT5","zgc:92126","supt5h","Q66I03","Q9DDT5","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","B0S7C3","zgc:92126","Tcfubf","Q66I03","ubtfl","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q802D2","zgc:92126","zgc:55690","Q66I03","ccnt2b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q2V6H0","zgc:92126","zgc:85821","Q66I03","Q2V6H0","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1QC62","zgc:92126","fi26c04","Q66I03","F1QC62","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A6NA21","zgc:92126","fd20g07","Q66I03","cavin1b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q2YDS1","zgc:92126","ddb2","Q66I03","ddb2","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A0R4I9V4","zgc:92126","DNA-directed RNA polymerase subunit","Q66I03","polr1a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A8M3B2X7","zgc:92126","si:ch73-376l24.6","Q66I03","A0A8M3B2X7","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q1LWR1","zgc:92126","znrd1","Q66I03","polr1h","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q6DHL4","zgc:92126","sumo2","Q66I03","sumo2","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q568H8","zgc:92126","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q66I03","polr2h","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A2R8PYT0","zgc:92126","zgc:65951","Q66I03","rad23b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A5WWE3","zgc:92126","fc26a07","Q66I03","A5WWE3","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A0R4IMS9","zgc:92126","DNA-directed RNA polymerase subunit","Q66I03","polr2a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q501W9","zgc:92126","zgc:112501","Q66I03","polr1e","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q5SP02","zgc:92126","si:ch211-180b22.3","Q66I03","taf1a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q6PHG8","zgc:92126","polr1f","Q66I03","Q6PHG8","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1R096","zgc:92126","sh3bp5lb","Q66I03","gtf2h4","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A0A0R4ICI5","zgc:92126","RNA polymerase I-specific transcription initiation factor RRN3","Q66I03","rrn3","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q1LVK2","zgc:92126","zgc:103515","Q66I03","polr2i","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q7SZR5","zgc:92126","sumo1","Q66I03","sumo1","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q6NY87","zgc:92126","zgc:77511","Q66I03","ercc1","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1QJS3","zgc:92126","DNA repair protein complementing XP-G cells","Q66I03","ercc5","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1RDV9","zgc:92126","zgc:171795","Q66I03","F1RDV9","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q4VBU5","zgc:92126","zgc:110005","Q66I03","polr2j","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F8W428","zgc:92126","im:7140950","Q66I03","cul4b","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A5D6S6","zgc:92126","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q66I03","polr2l","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q1MTD3","zgc:92126","rnmt","Q66I03","rnmt","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","A4FUL3","zgc:92126","im:7137515","Q66I03","rbx1","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","B8JHR3","zgc:92126","gtf2f2","Q66I03","gtf2f2a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q504I6","zgc:92126","ik:tdsubc_2g1","Q66I03","rpa2","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","F1Q5E7","zgc:92126","XPD","Q66I03","ercc2","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q7T2C1","zgc:92126","zgc:64071","Q66I03","cul4a","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000038901","physical","txid7955" +"Q66I03","Q6NY98","zgc:92126","rngtt","Q66I03","rngtt","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000038901","physical","txid7955" +"F1RDV9","R4GE15","zgc:171795","si:ch211-113a14.29","F1RDV9","si:ch211-113a14.22","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q7ZTT0","zgc:171795","zgc:56685","F1RDV9","Q7ZTT0","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A8M3B2X7","zgc:171795","si:ch73-376l24.6","F1RDV9","A0A8M3B2X7","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6TNU3","zgc:171795","ints10","F1RDV9","Q6TNU3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E7FBZ0","zgc:171795","TAF4A RNA polymerase II, TATA box-binding protein","F1RDV9","taf4a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q5BJA5","zgc:171795",";","F1RDV9","-","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A8KBY5","zgc:171795","TAF11 RNA polymerase II, TATA box-binding protein","F1RDV9","taf11","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4I9V4","zgc:171795","DNA-directed RNA polymerase subunit","F1RDV9","polr1a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","B8A552","zgc:171795","chunp6878","F1RDV9","B8A552","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q1LWQ2","zgc:171795","rdbp","F1RDV9","nelfe","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q5PRC7","zgc:171795","nabp1","F1RDV9","Q5PRC7","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A140LG54","zgc:171795","Histone H2B","F1RDV9","si:dkey-23a13.22","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4ICI5","zgc:171795","RNA polymerase I-specific transcription initiation factor RRN3","F1RDV9","rrn3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A8M1NAV1","zgc:171795","rcp9","F1RDV9","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E9QC62","zgc:171795","zgc:109975","F1RDV9","E9QC62","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4IJ75","zgc:171795","Integrator complex subunit 1","F1RDV9","ints1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","X1WGE9","zgc:171795","cd3eap","F1RDV9","polr1g","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6DRL5","zgc:171795","mybbp1a","F1RDV9","Q6DRL5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q5SNQ6","zgc:171795","si:dkey-12h9.4","F1RDV9","gtf2h5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","B8JKD7","zgc:171795","polr1b","F1RDV9","polr1b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q5RHQ7","zgc:171795","hnrnpu","F1RDV9","hnrnpub","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","X1WDH8","zgc:171795","Histone H2B","F1RDV9","si:dkey-261m9.19","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4IV41","zgc:171795","fb81e09","F1RDV9","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1Q5E7","zgc:171795","XPD","F1RDV9","ercc2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F8W428","zgc:171795","im:7140950","F1RDV9","cul4b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E7EXD7","zgc:171795","si:dkey-261m9.11","F1RDV9","si:ch211-113a14.19","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6NZT9","zgc:171795","zgc:55876","F1RDV9","srsf2b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","I3ISK1","zgc:171795","AF4/FMR2 family member 4 isoform X2","F1RDV9","aff4","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q7ZUK5","zgc:171795","zgc:55794","F1RDV9","Q7ZUK5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6P013","zgc:171795","fl03a12","F1RDV9","taf12","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","X1WHF1","zgc:171795","Histone H2B","F1RDV9","si:dkey-261m9.6","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q66HZ5","zgc:171795","wu:fb83e08","F1RDV9","Q66HZ5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q7T2C1","zgc:171795","zgc:64071","F1RDV9","cul4a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4IMS9","zgc:171795","DNA-directed RNA polymerase subunit","F1RDV9","polr2a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1R866","zgc:171795","Sin","F1RDV9","polr3e","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6PHG8","zgc:171795","polr1f","F1RDV9","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4IXF6","zgc:171795","kat2a","F1RDV9","kat2a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E7EZX1","zgc:171795","si:dkey-261m9.15","F1RDV9","hist1h2a5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0R4IY96","zgc:171795","Integrator complex subunit 5","F1RDV9","A0A0R4IY96","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6DHJ0","zgc:171795","sfrs5b","F1RDV9","srsf5b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1R096","zgc:171795","sh3bp5lb","F1RDV9","gtf2h4","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6NYA0","zgc:171795","srsf1b","F1RDV9","srsf1b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1RDA7","zgc:171795","im:7136784","F1RDV9","gtf3c3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6DGQ0","zgc:171795","supt4h1","F1RDV9","Q6DGQ0","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A8KBY2","zgc:171795","brf2","F1RDV9","A8KBY2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","B8JLJ8","zgc:171795","wu:fc19f05","F1RDV9","B8JLJ8","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","X1WG39","zgc:171795","si:ch211-119n15.3","F1RDV9","X1WG39","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A8KC22","zgc:171795","hnrnpl","F1RDV9","hnrnpl2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q7SXA3","zgc:171795","zgc:66168","F1RDV9","rps27a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1QMB9","zgc:171795","ccnk","F1RDV9","F1QMB9","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q5SP02","zgc:171795","si:ch211-180b22.3","F1RDV9","taf1a","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q6IQU7","zgc:171795","ints12","F1RDV9","ints12","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E7F2X3","zgc:171795","Integrator complex subunit 4","F1RDV9","ints4","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A0N4SUD2","zgc:171795","Ubi-p63E","F1RDV9","ubb","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A5WWG4","zgc:171795","sfrs3","F1RDV9","srsf3b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","E7EZF8","zgc:171795","Interactor of little elongator complex ELL subunit 2","F1RDV9","ice2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A2BIL7","zgc:171795","baz1b","F1RDV9","A2BIL7","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","B0UYL7","zgc:171795","ddx26a","F1RDV9","ints6","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A140LGS2","zgc:171795","Histone H2A","F1RDV9","si:ch1073-153i20.5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q4V8Q5","zgc:171795","sfrs7","F1RDV9","srsf7b","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q8JHG4","zgc:171795","CHUNP6888","F1RDV9","taf7","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q32PW3","zgc:171795","taf2","F1RDV9","taf2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A4FVM2","zgc:171795","si:ch73-368j24.13","F1RDV9","A4FVM2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A8M2BK34","zgc:171795","si:ch73-190f16.2","F1RDV9","A0A8M2BK34","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","A0A8M3APY8","zgc:171795","myo1c","F1RDV9","A0A8M3APY8","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","F1QHN6","zgc:171795","im:7042025","F1RDV9","ubc","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000099037","physical","txid7955" +"F1RDV9","Q7ZVK5","zgc:171795","PCBP2","F1RDV9","pcbp2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000099037","physical","txid7955" +"Q7ZUP7","Q2V6H0","zgc:55475","zgc:85821","snapc1b","Q2V6H0","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1QDT4","zgc:55475","TAF2G","snapc1b","taf9","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","A0A0R4IV41","zgc:55475","fb81e09","snapc1b","A0A0R4IV41","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","E7F685","zgc:55475","Small nuclear RNA-activating complex, polypeptide 2","snapc1b","snapc2","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","A5D6S6","zgc:55475","DNA-directed RNA polymerases I, II, and III subunit RPABC5","snapc1b","polr2l","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q6DEG5","zgc:55475","polr2e","snapc1b","polr2eb","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q6DGU0","zgc:55475","zgc:92774","snapc1b","polr3k","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1R866","zgc:55475","Sin","snapc1b","polr3e","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q66HZ5","zgc:55475","wu:fb83e08","snapc1b","Q66HZ5","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","B8JHR3","zgc:55475","gtf2f2","snapc1b","gtf2f2a","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q503H9","zgc:55475","Transcription initiation factor IIA subunit 2","snapc1b","gtf2a2","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q568H8","zgc:55475","DNA-directed RNA polymerases I, II, and III subunit RPABC3","snapc1b","polr2h","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1RDV9","zgc:55475","zgc:171795","snapc1b","F1RDV9","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","A8KBY2","zgc:55475","brf2","snapc1b","A8KBY2","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q1LXI0","zgc:55475","si:rp71-14b1.2","snapc1b","Q1LXI0","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q803Q8","zgc:55475","ccnt2","snapc1b","Q803Q8","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","A0A8M1NAV1","zgc:55475","rcp9","snapc1b","A0A8M1NAV1","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q7SXE8","zgc:55475","cdk9","snapc1b","cdk9","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1QVS5","zgc:55475","fi18h02","snapc1b","snapc4","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q6P0T2","zgc:55475","taf8","snapc1b","Q6P0T2","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","string-db","7955.ENSDARP00000032165/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1QMB9","zgc:55475","ccnk","snapc1b","F1QMB9","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1QQA2","zgc:55475","DNA-directed RNA polymerase subunit beta","snapc1b","polr3b","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","Q7ZUX1","zgc:55475","polr3c","snapc1b","Q7ZUX1","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","F1QW97","zgc:55475","fc18h09","snapc1b","sp1","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000023186","physical","txid7955" +"Q7ZUP7","A8KBY5","zgc:55475","TAF11 RNA polymerase II, TATA box-binding protein","snapc1b","taf11","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000023186","physical","txid7955" +"Q5SNQ6","A0A0N4SUD2","si:dkey-12h9.4","Ubi-p63E","gtf2h5","ubb","General transcription and DNA repair factor IIH subunit TFB5","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","A0A0R4I9V4","si:dkey-12h9.4","DNA-directed RNA polymerase subunit","gtf2h5","polr1a","General transcription and DNA repair factor IIH subunit TFB5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","Q7T2C1","si:dkey-12h9.4","zgc:64071","gtf2h5","cul4a","General transcription and DNA repair factor IIH subunit TFB5","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","A0A0R4ICI5","si:dkey-12h9.4","RNA polymerase I-specific transcription initiation factor RRN3","gtf2h5","rrn3","General transcription and DNA repair factor IIH subunit TFB5","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","F1QHN6","si:dkey-12h9.4","im:7042025","gtf2h5","ubc","General transcription and DNA repair factor IIH subunit TFB5","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","A0A2R8PYT0","si:dkey-12h9.4","zgc:65951","gtf2h5","rad23b","General transcription and DNA repair factor IIH subunit TFB5","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","A0A0R4IMS9","si:dkey-12h9.4","DNA-directed RNA polymerase subunit","gtf2h5","polr2a","General transcription and DNA repair factor IIH subunit TFB5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","Q6DHL4","si:dkey-12h9.4","sumo2","gtf2h5","sumo2","General transcription and DNA repair factor IIH subunit TFB5","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000126549","physical","txid7955" +"Q5SNQ6","Q7SXA3","si:dkey-12h9.4","zgc:66168","gtf2h5","rps27a","General transcription and DNA repair factor IIH subunit TFB5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126549","physical","txid7955" +"Q4VBU5","E7EXD7","zgc:110005","si:dkey-261m9.11","polr2j","si:ch211-113a14.19","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1LYC2","zgc:110005","wu:fi04f03","polr2j","taf1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q08BB6","zgc:110005","zgc:154012","polr2j","ints9","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A0R4IY96","zgc:110005","Integrator complex subunit 5","polr2j","A0A0R4IY96","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6PI20","zgc:110005","h3f3a; h3f3b.1; h3-5; h3f3d","polr2j","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q2V6H0","zgc:110005","zgc:85821","polr2j","Q2V6H0","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","R4GE15","zgc:110005","si:ch211-113a14.29","polr2j","si:ch211-113a14.22","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6DGQ0","zgc:110005","supt4h1","polr2j","Q6DGQ0","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZVK5","zgc:110005","PCBP2","polr2j","pcbp2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1LVD6","zgc:110005","si:dkey-72l14.8","polr2j","taf10","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1LVK2","zgc:110005","zgc:103515","polr2j","polr2i","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6IQU7","zgc:110005","ints12","polr2j","ints12","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","B8JLJ8","zgc:110005","wu:fc19f05","polr2j","B8JLJ8","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6DGS5","zgc:110005","zgc:92790","polr2j","Q6DGS5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","string-db","7955.ENSDARP00000053200/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q66HZ5","zgc:110005","wu:fb83e08","polr2j","Q66HZ5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q71PD7","zgc:110005","h2az2a","polr2j","h2az2a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A140LGS2","zgc:110005","Histone H2A","polr2j","si:ch1073-153i20.5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A1A5X7","zgc:110005","fa11g05","polr2j","taf15","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1LXC9","zgc:110005","ints3","polr2j","ints3","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q4FZZ7","zgc:110005","hist1h2a2","polr2j","hist1h2a2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","B0UYL7","zgc:110005","ddx26a","polr2j","ints6","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A0R4IMS9","zgc:110005","DNA-directed RNA polymerase subunit","polr2j","polr2a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q8JHG4","zgc:110005","CHUNP6888","polr2j","taf7","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","P57717","zgc:110005","esr1","polr2j","P57717","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6P0V0","zgc:110005","zgc:77712","polr2j","hnrnph1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7EZX1","zgc:110005","si:dkey-261m9.15","polr2j","hist1h2a5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7FE07","zgc:110005","si:ch211-113a14.16","polr2j","E7FE07","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7SZS0","zgc:110005","zgc:77372","polr2j","srsf10b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5RH27","zgc:110005","fi76b06","polr2j","taf3","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1R0M4","zgc:110005","zgc:56390","polr2j","fus","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","X1WHF1","zgc:110005","Histone H2B","polr2j","si:dkey-261m9.6","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1QHN6","zgc:110005","im:7042025","polr2j","ubc","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1R2K7","zgc:110005","cb244","polr2j","ell2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F8W428","zgc:110005","im:7140950","polr2j","cul4b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q561S9","zgc:110005","H2A","polr2j","hist1h2a3","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6NYA0","zgc:110005","srsf1b","polr2j","srsf1b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q4V8Q5","zgc:110005","sfrs7","polr2j","srsf7b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7EZF8","zgc:110005","Interactor of little elongator complex ELL subunit 2","polr2j","ice2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZV13","zgc:110005","sfrs2","polr2j","srsf2a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7SXE8","zgc:110005","cdk9","polr2j","cdk9","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5XJK2","zgc:110005","h2afx1","polr2j","h2ax1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q803Q8","zgc:110005","ccnt2","polr2j","Q803Q8","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5BJA5","zgc:110005",";","polr2j","-","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q503H9","zgc:110005","Transcription initiation factor IIA subunit 2","polr2j","gtf2a2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1LWQ2","zgc:110005","rdbp","polr2j","nelfe","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7T2C1","zgc:110005","zgc:64071","polr2j","cul4a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A8M2BK34","zgc:110005","si:ch73-190f16.2","polr2j","A0A8M2BK34","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A5D6S6","zgc:110005","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2j","polr2l","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7FFE0","zgc:110005","fi75f03","polr2j","nelfa","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A4FUL3","zgc:110005","im:7137515","polr2j","rbx1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","B8JHR3","zgc:110005","gtf2f2","polr2j","gtf2f2a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1Q5E7","zgc:110005","XPD","polr2j","ercc2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A5WWG4","zgc:110005","sfrs3","polr2j","srsf3b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A4FVM2","zgc:110005","si:ch73-368j24.13","polr2j","A4FVM2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZUK9","zgc:110005","fb23h08","polr2j","rprd1b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","string-db","7955.ENSDARP00000055563/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6PC60","zgc:110005","hist2h2l","polr2j","hist2h2l","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","X1WG39","zgc:110005","si:ch211-119n15.3","polr2j","X1WG39","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A8KC22","zgc:110005","hnrnpl","polr2j","hnrnpl2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6NZT9","zgc:110005","zgc:55876","polr2j","srsf2b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A0N4SUD2","zgc:110005","Ubi-p63E","polr2j","ubb","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6IQD2","zgc:110005","wu:fb52f06","polr2j","eaf1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A0R4IJ75","zgc:110005","Integrator complex subunit 1","polr2j","ints1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZTT0","zgc:110005","zgc:56685","polr2j","Q7ZTT0","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7F5W3","zgc:110005","si:dkey-108k21.26","polr2j","hist1h2a10","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A8KBJ5","zgc:110005","si:ch1073-153i20.2","polr2j","-","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7FDD7","zgc:110005","polr2ea","polr2j","E7FDD7","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5PRC7","zgc:110005","nabp1","polr2j","Q5PRC7","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","B3DJF8","zgc:110005","LOC570661","polr2j","LOC570661","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5SNQ6","zgc:110005","si:dkey-12h9.4","polr2j","gtf2h5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1QMB9","zgc:110005","ccnk","polr2j","F1QMB9","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1R096","zgc:110005","sh3bp5lb","polr2j","gtf2h4","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7F2X3","zgc:110005","Integrator complex subunit 4","polr2j","ints4","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q568H8","zgc:110005","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr2j","polr2h","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A5WWE3","zgc:110005","fc26a07","polr2j","A5WWE3","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A8M1QHE8","zgc:110005","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2j","A0A8M1QHE8","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q9DDT5","zgc:110005","supt5h","polr2j","Q9DDT5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6TNU3","zgc:110005","ints10","polr2j","Q6TNU3","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6P013","zgc:110005","fl03a12","polr2j","taf12","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1RDV9","zgc:110005","zgc:171795","polr2j","F1RDV9","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q32PW3","zgc:110005","taf2","polr2j","taf2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","B0UYH6","zgc:110005","rpap2","polr2j","rpap2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A3KQN9","zgc:110005","zgc:111823","polr2j","ints8","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZW41","zgc:110005","polr2g","polr2j","polr2g","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A0A140LG54","zgc:110005","Histone H2B","polr2j","si:dkey-23a13.22","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7SXA3","zgc:110005","zgc:66168","polr2j","rps27a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","X1WDH8","zgc:110005","Histone H2B","polr2j","si:dkey-261m9.19","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E9QC62","zgc:110005","zgc:109975","polr2j","E9QC62","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","E7FBZ0","zgc:110005","TAF4A RNA polymerase II, TATA box-binding protein","polr2j","taf4a","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q1MTD3","zgc:110005","rnmt","polr2j","rnmt","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q4QRF4","zgc:110005","; ;","polr2j","-","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q5RHQ7","zgc:110005","hnrnpu","polr2j","hnrnpub","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","I3ISK1","zgc:110005","AF4/FMR2 family member 4 isoform X2","polr2j","aff4","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","A8KBY5","zgc:110005","TAF11 RNA polymerase II, TATA box-binding protein","polr2j","taf11","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q6DHJ0","zgc:110005","sfrs5b","polr2j","srsf5b","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","Q7ZUK5","zgc:110005","zgc:55794","polr2j","Q7ZUK5","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000050901","physical","txid7955" +"Q4VBU5","F1QDT4","zgc:110005","TAF2G","polr2j","taf9","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000050901","physical","txid7955" +"B8JHR3","I3ISK1","gtf2f2","AF4/FMR2 family member 4 isoform X2","gtf2f2a","aff4","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q5SNQ6","gtf2f2","si:dkey-12h9.4","gtf2f2a","gtf2h5","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1RDV9","gtf2f2","zgc:171795","gtf2f2a","F1RDV9","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","E7FBZ0","gtf2f2","TAF4A RNA polymerase II, TATA box-binding protein","gtf2f2a","taf4a","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q1LWQ2","gtf2f2","rdbp","gtf2f2a","nelfe","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6P013","gtf2f2","fl03a12","gtf2f2a","taf12","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q5RHQ7","gtf2f2","hnrnpu","gtf2f2a","hnrnpub","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6NZT9","gtf2f2","zgc:55876","gtf2f2a","srsf2b","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1R096","gtf2f2","sh3bp5lb","gtf2f2a","gtf2h4","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q66HZ5","gtf2f2","wu:fb83e08","gtf2f2a","Q66HZ5","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6DGQ0","gtf2f2","supt4h1","gtf2f2a","Q6DGQ0","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1Q5E7","gtf2f2","XPD","gtf2f2a","ercc2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1QW97","gtf2f2","fc18h09","gtf2f2a","sp1","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1QDT4","gtf2f2","TAF2G","gtf2f2a","taf9","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q32PW3","gtf2f2","taf2","gtf2f2a","taf2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","A8KC22","gtf2f2","hnrnpl","gtf2f2a","hnrnpl2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","B8JLJ8","gtf2f2","wu:fc19f05","gtf2f2a","B8JLJ8","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6NYA0","gtf2f2","srsf1b","gtf2f2a","srsf1b","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6DHJ0","gtf2f2","sfrs5b","gtf2f2a","srsf5b","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q6IQD2","gtf2f2","wu:fb52f06","gtf2f2a","eaf1","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","A0A0R4IMS9","gtf2f2","DNA-directed RNA polymerase subunit","gtf2f2a","polr2a","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","A1A5X7","gtf2f2","fa11g05","gtf2f2a","taf15","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q7ZVK5","gtf2f2","PCBP2","gtf2f2a","pcbp2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","A8KBY5","gtf2f2","TAF11 RNA polymerase II, TATA box-binding protein","gtf2f2a","taf11","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","A5WWG4","gtf2f2","sfrs3","gtf2f2a","srsf3b","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q4V8Q5","gtf2f2","sfrs7","gtf2f2a","srsf7b","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","F1QMB9","gtf2f2","ccnk","gtf2f2a","F1QMB9","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000092894","physical","txid7955" +"B8JHR3","Q8JHG4","gtf2f2","CHUNP6888","gtf2f2a","taf7","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000092894","physical","txid7955" +"Q7ZV11","E7FDD7","wu:fk48d01","polr2ea","polr2c","E7FDD7","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7FE07","wu:fk48d01","si:ch211-113a14.16","polr2c","E7FE07","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6DGS5","wu:fk48d01","zgc:92790","polr2c","Q6DGS5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","string-db","7955.ENSDARP00000053200/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","R4GE15","wu:fk48d01","si:ch211-113a14.29","polr2c","si:ch211-113a14.22","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A1A5X7","wu:fk48d01","fa11g05","polr2c","taf15","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7SZS0","wu:fk48d01","zgc:77372","polr2c","srsf10b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZVK5","wu:fk48d01","PCBP2","polr2c","pcbp2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6P0V0","wu:fk48d01","zgc:77712","polr2c","hnrnph1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A5WWE3","wu:fk48d01","fc26a07","polr2c","A5WWE3","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A4FVM2","wu:fk48d01","si:ch73-368j24.13","polr2c","A4FVM2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A8KC22","wu:fk48d01","hnrnpl","polr2c","hnrnpl2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q32PW3","wu:fk48d01","taf2","polr2c","taf2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6IQU7","wu:fk48d01","ints12","polr2c","ints12","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A140LGS2","wu:fk48d01","Histone H2A","polr2c","si:ch1073-153i20.5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7F2X3","wu:fk48d01","Integrator complex subunit 4","polr2c","ints4","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A0N4SUD2","wu:fk48d01","Ubi-p63E","polr2c","ubb","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6PI20","wu:fk48d01","h3f3a; h3f3b.1; h3-5; h3f3d","polr2c","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q8JHG4","wu:fk48d01","CHUNP6888","polr2c","taf7","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1QMB9","wu:fk48d01","ccnk","polr2c","F1QMB9","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q803Q8","wu:fk48d01","ccnt2","polr2c","Q803Q8","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1QHN6","wu:fk48d01","im:7042025","polr2c","ubc","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1R096","wu:fk48d01","sh3bp5lb","polr2c","gtf2h4","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1QDT4","wu:fk48d01","TAF2G","polr2c","taf9","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5XJK2","wu:fk48d01","h2afx1","polr2c","h2ax1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q561S9","wu:fk48d01","H2A","polr2c","hist1h2a3","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","B0UYL7","wu:fk48d01","ddx26a","polr2c","ints6","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q4VBU5","wu:fk48d01","zgc:110005","polr2c","polr2j","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A3KQN9","wu:fk48d01","zgc:111823","polr2c","ints8","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6IQD2","wu:fk48d01","wu:fb52f06","polr2c","eaf1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZUK5","wu:fk48d01","zgc:55794","polr2c","Q7ZUK5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6DGQ0","wu:fk48d01","supt4h1","polr2c","Q6DGQ0","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6P013","wu:fk48d01","fl03a12","polr2c","taf12","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A8M2BK34","wu:fk48d01","si:ch73-190f16.2","polr2c","A0A8M2BK34","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5RH27","wu:fk48d01","fi76b06","polr2c","taf3","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1LVK2","wu:fk48d01","zgc:103515","polr2c","polr2i","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6NYA0","wu:fk48d01","srsf1b","polr2c","srsf1b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1R2K7","wu:fk48d01","cb244","polr2c","ell2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7EXD7","wu:fk48d01","si:dkey-261m9.11","polr2c","si:ch211-113a14.19","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","B0UYH6","wu:fk48d01","rpap2","polr2c","rpap2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7SXA3","wu:fk48d01","zgc:66168","polr2c","rps27a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","P57717","wu:fk48d01","esr1","polr2c","P57717","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","B8JLJ8","wu:fk48d01","wu:fc19f05","polr2c","B8JLJ8","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q4V8Q5","wu:fk48d01","sfrs7","polr2c","srsf7b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q08BB6","wu:fk48d01","zgc:154012","polr2c","ints9","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","X1WG39","wu:fk48d01","si:ch211-119n15.3","polr2c","X1WG39","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A5WWG4","wu:fk48d01","sfrs3","polr2c","srsf3b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","B3DJF8","wu:fk48d01","LOC570661","polr2c","LOC570661","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7EZF8","wu:fk48d01","Interactor of little elongator complex ELL subunit 2","polr2c","ice2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q2V6H0","wu:fk48d01","zgc:85821","polr2c","Q2V6H0","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q568H8","wu:fk48d01","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr2c","polr2h","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1Q5E7","wu:fk48d01","XPD","polr2c","ercc2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZUK9","wu:fk48d01","fb23h08","polr2c","rprd1b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","string-db","7955.ENSDARP00000055563/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q66HZ5","wu:fk48d01","wu:fb83e08","polr2c","Q66HZ5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F8W428","wu:fk48d01","im:7140950","polr2c","cul4b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6DHJ0","wu:fk48d01","sfrs5b","polr2c","srsf5b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7T2C1","wu:fk48d01","zgc:64071","polr2c","cul4a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7EZX1","wu:fk48d01","si:dkey-261m9.15","polr2c","hist1h2a5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A0R4IY96","wu:fk48d01","Integrator complex subunit 5","polr2c","A0A0R4IY96","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q4FZZ7","wu:fk48d01","hist1h2a2","polr2c","hist1h2a2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A4FUL3","wu:fk48d01","im:7137515","polr2c","rbx1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q71PD7","wu:fk48d01","h2az2a","polr2c","h2az2a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1LWQ2","wu:fk48d01","rdbp","polr2c","nelfe","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q9DDT5","wu:fk48d01","supt5h","polr2c","Q9DDT5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A8KBY5","wu:fk48d01","TAF11 RNA polymerase II, TATA box-binding protein","polr2c","taf11","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","X1WHF1","wu:fk48d01","Histone H2B","polr2c","si:dkey-261m9.6","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","I3ISK1","wu:fk48d01","AF4/FMR2 family member 4 isoform X2","polr2c","aff4","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1R0M4","wu:fk48d01","zgc:56390","polr2c","fus","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1MTD3","wu:fk48d01","rnmt","polr2c","rnmt","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E9QC62","wu:fk48d01","zgc:109975","polr2c","E9QC62","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A8KBJ5","wu:fk48d01","si:ch1073-153i20.2","polr2c","-","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZTT0","wu:fk48d01","zgc:56685","polr2c","Q7ZTT0","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6TNU3","wu:fk48d01","ints10","polr2c","Q6TNU3","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5RHQ7","wu:fk48d01","hnrnpu","polr2c","hnrnpub","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7FBZ0","wu:fk48d01","TAF4A RNA polymerase II, TATA box-binding protein","polr2c","taf4a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A140LG54","wu:fk48d01","Histone H2B","polr2c","si:dkey-23a13.22","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A0R4IJ75","wu:fk48d01","Integrator complex subunit 1","polr2c","ints1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q4QRF4","wu:fk48d01","; ;","polr2c","-","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","F1RDV9","wu:fk48d01","zgc:171795","polr2c","F1RDV9","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A8M1QHE8","wu:fk48d01","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2c","A0A8M1QHE8","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5BJA5","wu:fk48d01",";","polr2c","-","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","X1WDH8","wu:fk48d01","Histone H2B","polr2c","si:dkey-261m9.19","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5PRC7","wu:fk48d01","nabp1","polr2c","Q5PRC7","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A5D6S6","wu:fk48d01","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2c","polr2l","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q5SNQ6","wu:fk48d01","si:dkey-12h9.4","polr2c","gtf2h5","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6NZT9","wu:fk48d01","zgc:55876","polr2c","srsf2b","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1LVD6","wu:fk48d01","si:dkey-72l14.8","polr2c","taf10","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZW41","wu:fk48d01","polr2g","polr2c","polr2g","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q6PC60","wu:fk48d01","hist2h2l","polr2c","hist2h2l","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1LXC9","wu:fk48d01","ints3","polr2c","ints3","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","A0A0R4IMS9","wu:fk48d01","DNA-directed RNA polymerase subunit","polr2c","polr2a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7FFE0","wu:fk48d01","fi75f03","polr2c","nelfa","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q503H9","wu:fk48d01","Transcription initiation factor IIA subunit 2","polr2c","gtf2a2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7SXE8","wu:fk48d01","cdk9","polr2c","cdk9","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","B8JHR3","wu:fk48d01","gtf2f2","polr2c","gtf2f2a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q7ZV13","wu:fk48d01","sfrs2","polr2c","srsf2a","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","E7F5W3","wu:fk48d01","si:dkey-108k21.26","polr2c","hist1h2a10","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000043811","physical","txid7955" +"Q7ZV11","Q1LYC2","wu:fk48d01","wu:fi04f03","polr2c","taf1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000043811","physical","txid7955" +"Q6NXA3","Q568H8","wu:fa05d01","DNA-directed RNA polymerases I, II, and III subunit RPABC3","gtf2e2","polr2h","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q1LVK2","wu:fa05d01","zgc:103515","gtf2e2","polr2i","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q7ZW41","wu:fa05d01","polr2g","gtf2e2","polr2g","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q4VBU5","wu:fa05d01","zgc:110005","gtf2e2","polr2j","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q1LXI0","wu:fa05d01","si:rp71-14b1.2","gtf2e2","Q1LXI0","Transcription initiation factor IIE subunit beta","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","E7F685","wu:fa05d01","Small nuclear RNA-activating complex, polypeptide 2","gtf2e2","snapc2","Transcription initiation factor IIE subunit beta","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1QW97","wu:fa05d01","fc18h09","gtf2e2","sp1","Transcription initiation factor IIE subunit beta","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q66HZ5","wu:fa05d01","wu:fb83e08","gtf2e2","Q66HZ5","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q6P013","wu:fa05d01","fl03a12","gtf2e2","taf12","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q803Q8","wu:fa05d01","ccnt2","gtf2e2","Q803Q8","Transcription initiation factor IIE subunit beta","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q503H9","wu:fa05d01","Transcription initiation factor IIA subunit 2","gtf2e2","gtf2a2","Transcription initiation factor IIE subunit beta","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q8JHG4","wu:fa05d01","CHUNP6888","gtf2e2","taf7","Transcription initiation factor IIE subunit beta","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1Q5E7","wu:fa05d01","XPD","gtf2e2","ercc2","Transcription initiation factor IIE subunit beta","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1QDT4","wu:fa05d01","TAF2G","gtf2e2","taf9","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","E7FBZ0","wu:fa05d01","TAF4A RNA polymerase II, TATA box-binding protein","gtf2e2","taf4a","Transcription initiation factor IIE subunit beta","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q6P0T2","wu:fa05d01","taf8","gtf2e2","Q6P0T2","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","string-db","7955.ENSDARP00000032165/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A1A5X7","wu:fa05d01","fa11g05","gtf2e2","taf15","Transcription initiation factor IIE subunit beta","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A5D6S6","wu:fa05d01","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf2e2","polr2l","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1RDV9","wu:fa05d01","zgc:171795","gtf2e2","F1RDV9","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A5WWE3","wu:fa05d01","fc26a07","gtf2e2","A5WWE3","Transcription initiation factor IIE subunit beta","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1QVS5","wu:fa05d01","fi18h02","gtf2e2","snapc4","Transcription initiation factor IIE subunit beta","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q1LYC2","wu:fa05d01","wu:fi04f03","gtf2e2","taf1","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q5SNQ6","wu:fa05d01","si:dkey-12h9.4","gtf2e2","gtf2h5","Transcription initiation factor IIE subunit beta","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A0A0R4IMS9","wu:fa05d01","DNA-directed RNA polymerase subunit","gtf2e2","polr2a","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q1LVD6","wu:fa05d01","si:dkey-72l14.8","gtf2e2","taf10","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q7ZV11","wu:fa05d01","wu:fk48d01","gtf2e2","polr2c","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q5RH27","wu:fa05d01","fi76b06","gtf2e2","taf3","Transcription initiation factor IIE subunit beta","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q7SXE8","wu:fa05d01","cdk9","gtf2e2","cdk9","Transcription initiation factor IIE subunit beta","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q6DEG5","wu:fa05d01","polr2e","gtf2e2","polr2eb","Transcription initiation factor IIE subunit beta","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","B8JHR3","wu:fa05d01","gtf2f2","gtf2e2","gtf2f2a","Transcription initiation factor IIE subunit beta","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1R096","wu:fa05d01","sh3bp5lb","gtf2e2","gtf2h4","Transcription initiation factor IIE subunit beta","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q66I03","wu:fa05d01","zgc:92126","gtf2e2","Q66I03","Transcription initiation factor IIE subunit beta","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q7ZUP7","wu:fa05d01","zgc:55475","gtf2e2","snapc1b","Transcription initiation factor IIE subunit beta","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","string-db","7955.ENSDARP00000023186/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q32PW3","wu:fa05d01","taf2","gtf2e2","taf2","Transcription initiation factor IIE subunit beta","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A8KBY5","wu:fa05d01","TAF11 RNA polymerase II, TATA box-binding protein","gtf2e2","taf11","Transcription initiation factor IIE subunit beta","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","F1QMB9","wu:fa05d01","ccnk","gtf2e2","F1QMB9","Transcription initiation factor IIE subunit beta","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","A0A8M3BEN4","wu:fa05d01","zgc:101599","gtf2e2","A0A8M3BEN4","Transcription initiation factor IIE subunit beta","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000020885","physical","txid7955" +"Q6NXA3","Q2V6H0","wu:fa05d01","zgc:85821","gtf2e2","Q2V6H0","Transcription initiation factor IIE subunit beta","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000020885","physical","txid7955" +"Q6DEG5","F1Q5E7","polr2e","XPD","polr2eb","ercc2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7F2X3","polr2e","Integrator complex subunit 4","polr2eb","ints4","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q4V8Q5","polr2e","sfrs7","polr2eb","srsf7b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q561S9","polr2e","H2A","polr2eb","hist1h2a3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0N4SUD2","polr2e","Ubi-p63E","polr2eb","ubb","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A8KC22","polr2e","hnrnpl","polr2eb","hnrnpl2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A2R9YJN8","polr2e","cb960","polr2eb","ddx21","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7SXA3","polr2e","zgc:66168","polr2eb","rps27a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A5WWG4","polr2e","sfrs3","polr2eb","srsf3b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6IQD2","polr2e","wu:fb52f06","polr2eb","eaf1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A3KQN9","polr2e","zgc:111823","polr2eb","ints8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZVK5","polr2e","PCBP2","polr2eb","pcbp2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QMB9","polr2e","ccnk","polr2eb","F1QMB9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","I3ISK1","polr2e","AF4/FMR2 family member 4 isoform X2","polr2eb","aff4","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7EXD7","polr2e","si:dkey-261m9.11","polr2eb","si:ch211-113a14.19","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q568H8","polr2e","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr2eb","polr2h","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QC62","polr2e","fi26c04","polr2eb","F1QC62","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1RDA7","polr2e","im:7136784","polr2eb","gtf3c3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B0S7C3","polr2e","Tcfubf","polr2eb","ubtfl","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LVK2","polr2e","zgc:103515","polr2eb","polr2i","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7FDD7","polr2e","polr2ea","polr2eb","E7FDD7","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7SZS0","polr2e","zgc:77372","polr2eb","srsf10b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A8KBY2","polr2e","brf2","polr2eb","A8KBY2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6P013","polr2e","fl03a12","polr2eb","taf12","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B3DJF8","polr2e","LOC570661","polr2eb","LOC570661","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R2K7","polr2e","cb244","polr2eb","ell2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","P57717","polr2e","esr1","polr2eb","P57717","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7F5W3","polr2e","si:dkey-108k21.26","polr2eb","hist1h2a10","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DRI4","polr2e","polr1d","polr2eb","Q6DRI4","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","string-db","7955.ENSDARP00000054709/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7F685","polr2e","Small nuclear RNA-activating complex, polypeptide 2","polr2eb","snapc2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R866","polr2e","Sin","polr2eb","polr3e","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R096","polr2e","sh3bp5lb","polr2eb","gtf2h4","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZW41","polr2e","polr2g","polr2eb","polr2g","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6PI20","polr2e","h3f3a; h3f3b.1; h3-5; h3f3d","polr2eb","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A5PN55","polr2e","zgc:100941","polr2eb","me2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Malic enzyme","string-db","7955.ENSDARP00000132162/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DGU0","polr2e","zgc:92774","polr2eb","polr3k","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B0UYH6","polr2e","rpap2","polr2eb","rpap2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A1A5X7","polr2e","fa11g05","polr2eb","taf15","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q32PW3","polr2e","taf2","polr2eb","taf2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6P0V0","polr2e","zgc:77712","polr2eb","hnrnph1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DHJ0","polr2e","sfrs5b","polr2eb","srsf5b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DGQ0","polr2e","supt4h1","polr2eb","Q6DGQ0","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A5WWE3","polr2e","fc26a07","polr2eb","A5WWE3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QHN6","polr2e","im:7042025","polr2eb","ubc","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","R4GE15","polr2e","si:ch211-113a14.29","polr2eb","si:ch211-113a14.22","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A8M3APY8","polr2e","myo1c","polr2eb","A0A8M3APY8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LWR1","polr2e","znrd1","polr2eb","polr1h","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DGS5","polr2e","zgc:92790","polr2eb","Q6DGS5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","string-db","7955.ENSDARP00000053200/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7FE07","polr2e","si:ch211-113a14.16","polr2eb","E7FE07","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QDT4","polr2e","TAF2G","polr2eb","taf9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4IXF6","polr2e","kat2a","polr2eb","kat2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZUK5","polr2e","zgc:55794","polr2eb","Q7ZUK5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QQA2","polr2e","DNA-directed RNA polymerase subunit beta","polr2eb","polr3b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5XJK2","polr2e","h2afx1","polr2eb","h2ax1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q503E1","polr2e","cpsf3l","polr2eb","Q503E1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","string-db","7955.ENSDARP00000032843/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7EZF8","polr2e","Interactor of little elongator complex ELL subunit 2","polr2eb","ice2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","X1WGE9","polr2e","cd3eap","polr2eb","polr1g","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5RHQ7","polr2e","hnrnpu","polr2eb","hnrnpub","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q08BB6","polr2e","zgc:154012","polr2eb","ints9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q8JHG4","polr2e","CHUNP6888","polr2eb","taf7","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A8KBY5","polr2e","TAF11 RNA polymerase II, TATA box-binding protein","polr2eb","taf11","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZV11","polr2e","wu:fk48d01","polr2eb","polr2c","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZTT0","polr2e","zgc:56685","polr2eb","Q7ZTT0","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4I9V4","polr2e","DNA-directed RNA polymerase subunit","polr2eb","polr1a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A140LGS2","polr2e","Histone H2A","polr2eb","si:ch1073-153i20.5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q803Q8","polr2e","ccnt2","polr2eb","Q803Q8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E9QC62","polr2e","zgc:109975","polr2eb","E9QC62","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1MTD3","polr2e","rnmt","polr2eb","rnmt","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A8KBJ5","polr2e","si:ch1073-153i20.2","polr2eb","-","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A8M2BK34","polr2e","si:ch73-190f16.2","polr2eb","A0A8M2BK34","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q501W9","polr2e","zgc:112501","polr2eb","polr1e","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","X1WG39","polr2e","si:ch211-119n15.3","polr2eb","X1WG39","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7EZ29","polr2e","General transcription factor 3C polypeptide 5","polr2eb","gtf3c5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6P0T2","polr2e","taf8","polr2eb","Q6P0T2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","string-db","7955.ENSDARP00000032165/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R6C4","polr2e","wu:fb82g12","polr2eb","dek","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LXI0","polr2e","si:rp71-14b1.2","polr2eb","Q1LXI0","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7FBZ0","polr2e","TAF4A RNA polymerase II, TATA box-binding protein","polr2eb","taf4a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4IJ75","polr2e","Integrator complex subunit 1","polr2eb","ints1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5RH27","polr2e","fi76b06","polr2eb","taf3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A140LG54","polr2e","Histone H2B","polr2eb","si:dkey-23a13.22","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A2BIL7","polr2e","baz1b","polr2eb","A2BIL7","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6NYA0","polr2e","srsf1b","polr2eb","srsf1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q4VBU5","polr2e","zgc:110005","polr2eb","polr2j","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A8M1NAV1","polr2e","rcp9","polr2eb","A0A8M1NAV1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1RDV9","polr2e","zgc:171795","polr2eb","F1RDV9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6IQU7","polr2e","ints12","polr2eb","ints12","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6DRL5","polr2e","mybbp1a","polr2eb","Q6DRL5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B8A552","polr2e","chunp6878","polr2eb","B8A552","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R3W0","polr2e","taf1b","polr2eb","taf1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A4FVM2","polr2e","si:ch73-368j24.13","polr2eb","A4FVM2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZUY3","polr2e","h2ax","polr2eb","Q7ZUY3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B8JLJ8","polr2e","wu:fc19f05","polr2eb","B8JLJ8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A8M3B2X7","polr2e","si:ch73-376l24.6","polr2eb","A0A8M3B2X7","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B0UYL7","polr2e","ddx26a","polr2eb","ints6","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6NY98","polr2e","rngtt","polr2eb","rngtt","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5SP02","polr2e","si:ch211-180b22.3","polr2eb","taf1a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q9DDT5","polr2e","supt5h","polr2eb","Q9DDT5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZV13","polr2e","sfrs2","polr2eb","srsf2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5BJA5","polr2e",";","polr2eb","-","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A5D6S6","polr2e","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2eb","polr2l","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5PRC7","polr2e","nabp1","polr2eb","Q5PRC7","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QVS5","polr2e","fi18h02","polr2eb","snapc4","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F8W428","polr2e","im:7140950","polr2eb","cul4b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZUX1","polr2e","polr3c","polr2eb","Q7ZUX1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LUC3","polr2e","kat2b","polr2eb","kat2b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4IY96","polr2e","Integrator complex subunit 5","polr2eb","A0A0R4IY96","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q66HZ5","polr2e","wu:fb83e08","polr2eb","Q66HZ5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7SXE8","polr2e","cdk9","polr2eb","cdk9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B8JKD7","polr2e","polr1b","polr2eb","polr1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A4FUL3","polr2e","im:7137515","polr2eb","rbx1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q503H9","polr2e","Transcription initiation factor IIA subunit 2","polr2eb","gtf2a2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7ZUK9","polr2e","fb23h08","polr2eb","rprd1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","string-db","7955.ENSDARP00000055563/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q5SNQ6","polr2e","si:dkey-12h9.4","polr2eb","gtf2h5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4IV41","polr2e","fb81e09","polr2eb","A0A0R4IV41","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R9S3","polr2e","brf1","polr2eb","brf1a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","B-related factor 1","string-db","7955.ENSDARP00000029653/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LWQ2","polr2e","rdbp","polr2eb","nelfe","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LXC9","polr2e","ints3","polr2eb","ints3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","X1WHF1","polr2e","Histone H2B","polr2eb","si:dkey-261m9.6","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q4QRF4","polr2e","; ;","polr2eb","-","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q4FZZ7","polr2e","hist1h2a2","polr2eb","hist1h2a2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LYC2","polr2e","wu:fi04f03","polr2eb","taf1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4IMS9","polr2e","DNA-directed RNA polymerase subunit","polr2eb","polr2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7FFE0","polr2e","fi75f03","polr2eb","nelfa","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1R0M4","polr2e","zgc:56390","polr2eb","fus","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q2V6H0","polr2e","zgc:85821","polr2eb","Q2V6H0","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q71PD7","polr2e","h2az2a","polr2eb","h2az2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6PHG8","polr2e","polr1f","polr2eb","Q6PHG8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A8M1QHE8","polr2e","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2eb","A0A8M1QHE8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q1LVD6","polr2e","si:dkey-72l14.8","polr2eb","taf10","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","B8JHR3","polr2e","gtf2f2","polr2eb","gtf2f2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6PC60","polr2e","hist2h2l","polr2eb","hist2h2l","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6TNU3","polr2e","ints10","polr2eb","Q6TNU3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q66I03","polr2e","zgc:92126","polr2eb","Q66I03","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A0A0R4ICI5","polr2e","RNA polymerase I-specific transcription initiation factor RRN3","polr2eb","rrn3","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q6NZT9","polr2e","zgc:55876","polr2eb","srsf2b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","X1WDH8","polr2e","Histone H2B","polr2eb","si:dkey-261m9.19","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","F1QQZ1","polr2e","Splicing factor 3B subunit 1 isoform X1","polr2eb","sf3b1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","A6NA21","polr2e","fd20g07","polr2eb","cavin1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","E7EZX1","polr2e","si:dkey-261m9.15","polr2eb","hist1h2a5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000028718","physical","txid7955" +"Q6DEG5","Q7T2C1","polr2e","zgc:64071","polr2eb","cul4a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000028718","physical","txid7955" +"E7FBZ0","A0A0R4IMS9","TAF4A RNA polymerase II, TATA box-binding protein","DNA-directed RNA polymerase subunit","taf4a","polr2a","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000103064","physical","txid7955" +"E7FBZ0","Q6P013","TAF4A RNA polymerase II, TATA box-binding protein","fl03a12","taf4a","taf12","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000103064","physical","txid7955" +"E7FBZ0","Q66HZ5","TAF4A RNA polymerase II, TATA box-binding protein","wu:fb83e08","taf4a","Q66HZ5","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000103064","physical","txid7955" +"E7FBZ0","Q8JHG4","TAF4A RNA polymerase II, TATA box-binding protein","CHUNP6888","taf4a","taf7","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000103064","physical","txid7955" +"E7FBZ0","Q32PW3","TAF4A RNA polymerase II, TATA box-binding protein","taf2","taf4a","taf2","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000103064","physical","txid7955" +"E7FBZ0","A8KBY5","TAF4A RNA polymerase II, TATA box-binding protein","TAF11 RNA polymerase II, TATA box-binding protein","taf4a","taf11","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000103064","physical","txid7955" +"A8KBY5","Q6P013","TAF11 RNA polymerase II, TATA box-binding protein","fl03a12","taf11","taf12","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000121547","physical","txid7955" +"A8KBY5","Q8JHG4","TAF11 RNA polymerase II, TATA box-binding protein","CHUNP6888","taf11","taf7","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000121547","physical","txid7955" +"A8KBY5","Q32PW3","TAF11 RNA polymerase II, TATA box-binding protein","taf2","taf11","taf2","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000121547","physical","txid7955" +"A8KBY5","Q66HZ5","TAF11 RNA polymerase II, TATA box-binding protein","wu:fb83e08","taf11","Q66HZ5","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000121547","physical","txid7955" +"A8KBY5","A0A0R4IMS9","TAF11 RNA polymerase II, TATA box-binding protein","DNA-directed RNA polymerase subunit","taf11","polr2a","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000121547","physical","txid7955" +"Q2V6H0","A0A0R4ICI5","zgc:85821","RNA polymerase I-specific transcription initiation factor RRN3","Q2V6H0","rrn3","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A6NA21","zgc:85821","fd20g07","Q2V6H0","cavin1b","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1QMB9","zgc:85821","ccnk","Q2V6H0","F1QMB9","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q1LXI0","zgc:85821","si:rp71-14b1.2","Q2V6H0","Q1LXI0","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","B8JKD7","zgc:85821","polr1b","Q2V6H0","polr1b","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","E7F092","zgc:85821","Cyclin-dependent kinase 13","Q2V6H0","cdk13","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q7SXE8","zgc:85821","cdk9","Q2V6H0","cdk9","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q7T2C1","zgc:85821","zgc:64071","Q2V6H0","cul4a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q501W9","zgc:85821","zgc:112501","Q2V6H0","polr1e","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q9DDT5","zgc:85821","supt5h","Q2V6H0","Q9DDT5","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","E7F685","zgc:85821","Small nuclear RNA-activating complex, polypeptide 2","Q2V6H0","snapc2","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A5WWE3","zgc:85821","fc26a07","Q2V6H0","A5WWE3","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F8W428","zgc:85821","im:7140950","Q2V6H0","cul4b","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q802D2","zgc:85821","zgc:55690","Q2V6H0","ccnt2b","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A0A0R4IMS9","zgc:85821","DNA-directed RNA polymerase subunit","Q2V6H0","polr2a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q66HZ5","zgc:85821","wu:fb83e08","Q2V6H0","Q66HZ5","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1R6Y1","zgc:85821","Cyclin-dependent kinase 12","Q2V6H0","cdk12","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1R096","zgc:85821","sh3bp5lb","Q2V6H0","gtf2h4","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A0A0N4SUD2","zgc:85821","Ubi-p63E","Q2V6H0","ubb","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q568H8","zgc:85821","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q2V6H0","polr2h","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A8KBY5","zgc:85821","TAF11 RNA polymerase II, TATA box-binding protein","Q2V6H0","taf11","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q2YDS1","zgc:85821","ddb2","Q2V6H0","ddb2","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q1LVK2","zgc:85821","zgc:103515","Q2V6H0","polr2i","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1RDV9","zgc:85821","zgc:171795","Q2V6H0","F1RDV9","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q5SNQ6","zgc:85821","si:dkey-12h9.4","Q2V6H0","gtf2h5","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q803Q8","zgc:85821","ccnt2","Q2V6H0","Q803Q8","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q1MTD3","zgc:85821","rnmt","Q2V6H0","rnmt","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1R789","zgc:85821","Caltractin","Q2V6H0","cetn4","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q6PHG8","zgc:85821","polr1f","Q2V6H0","Q6PHG8","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q1LWR1","zgc:85821","znrd1","Q2V6H0","polr1h","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A0A0R4I9V4","zgc:85821","DNA-directed RNA polymerase subunit","Q2V6H0","polr1a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1QHN6","zgc:85821","im:7042025","Q2V6H0","ubc","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1QW97","zgc:85821","fc18h09","Q2V6H0","sp1","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1Q5E7","zgc:85821","XPD","Q2V6H0","ercc2","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q1LVE4","zgc:85821","wu:fb12d05","Q2V6H0","xpc","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q503H9","zgc:85821","Transcription initiation factor IIA subunit 2","Q2V6H0","gtf2a2","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1QVS5","zgc:85821","fi18h02","Q2V6H0","snapc4","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q7ZW41","zgc:85821","polr2g","Q2V6H0","polr2g","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A0A2R8PYT0","zgc:85821","zgc:65951","Q2V6H0","rad23b","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","F1QDT4","zgc:85821","TAF2G","Q2V6H0","taf9","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A0A8M3B2X7","zgc:85821","si:ch73-376l24.6","Q2V6H0","A0A8M3B2X7","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q7SXA3","zgc:85821","zgc:66168","Q2V6H0","rps27a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A5D6S6","zgc:85821","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q2V6H0","polr2l","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","B0S7C3","zgc:85821","Tcfubf","Q2V6H0","ubtfl","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","B8JHR3","zgc:85821","gtf2f2","Q2V6H0","gtf2f2a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","A4FUL3","zgc:85821","im:7137515","Q2V6H0","rbx1","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000051002","physical","txid7955" +"Q2V6H0","Q5SP02","zgc:85821","si:ch211-180b22.3","Q2V6H0","taf1a","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000051002","physical","txid7955" +"F1QMB9","Q7T319","ccnk","zgc:64163","F1QMB9","elof1","Cyclin-K","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q566Y1","ccnk","elp4","F1QMB9","Q566Y1","Cyclin-K","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q4U0S5","ccnk","paf1","F1QMB9","Q4U0S5","Cyclin-K","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q66HZ5","ccnk","wu:fb83e08","F1QMB9","Q66HZ5","Cyclin-K","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","A0A0R4IMS9","ccnk","DNA-directed RNA polymerase subunit","F1QMB9","polr2a","Cyclin-K","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q1LWQ2","ccnk","rdbp","F1QMB9","nelfe","Cyclin-K","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","F1QEB4","ccnk","ssrp1","F1QMB9","F1QEB4","Cyclin-K","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","F6NLJ7","ccnk","FACT complex subunit SSRP1","F1QMB9","ssrp1b","Cyclin-K","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q5SNQ6","ccnk","si:dkey-12h9.4","F1QMB9","gtf2h5","Cyclin-K","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","I3ISK1","ccnk","AF4/FMR2 family member 4 isoform X2","F1QMB9","aff4","Cyclin-K","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q502M9","ccnk","zgc:92635","F1QMB9","elocb","Cyclin-K","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","A8KBY5","ccnk","TAF11 RNA polymerase II, TATA box-binding protein","F1QMB9","taf11","Cyclin-K","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","F1QF30","ccnk","cb162","F1QMB9","F1QF30","Cyclin-K","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","Q6DGQ0","ccnk","supt4h1","F1QMB9","Q6DGQ0","Cyclin-K","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000113893","physical","txid7955" +"F1QMB9","X1WHN7","ccnk","hrpt2","F1QMB9","cdc73","Cyclin-K","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000113893","physical","txid7955" +"Q7ZVV1","A5WWE3","ercc3","fc26a07","Q7ZVV1","A5WWE3","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","E7F558","ercc3","Mismatch repair endonuclease PMS2","Q7ZVV1","pms2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q5SP02","ercc3","si:ch211-180b22.3","Q7ZVV1","taf1a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q504I6","ercc3","ik:tdsubc_2g1","Q7ZVV1","rpa2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A8M3BEN4","ercc3","zgc:101599","Q7ZVV1","A0A8M3BEN4","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A4FVI0","ercc3","zswim7","Q7ZVV1","zswim7","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q9DDT5","ercc3","supt5h","Q7ZVV1","Q9DDT5","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7SXA3","ercc3","zgc:66168","Q7ZVV1","rps27a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","P52160","ercc3","myca","Q7ZVV1","P52160","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A2R8PYT0","ercc3","zgc:65951","Q7ZVV1","rad23b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1Q5E7","ercc3","XPD","Q7ZVV1","ercc2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","E7F092","ercc3","Cyclin-dependent kinase 13","Q7ZVV1","cdk13","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7ZW41","ercc3","polr2g","Q7ZVV1","polr2g","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1R6Y1","ercc3","Cyclin-dependent kinase 12","Q7ZVV1","cdk12","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6NY98","ercc3","rngtt","Q7ZVV1","rngtt","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","B3DFL2","ercc3","im:7144246","Q7ZVV1","B3DFL2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7ZV11","ercc3","wu:fk48d01","Q7ZVV1","polr2c","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A0G2L8U4","ercc3","LOC100536580","Q7ZVV1","A0A0G2L8U4","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Transcription factor IIIB 50 kDa subunit-like","string-db","7955.ENSDARP00000141210/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6NV18","ercc3","nhej1","Q7ZVV1","Q6NV18","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7ZU90","ercc3","chd1l","Q7ZVV1","Q7ZU90","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","string-db","7955.ENSDARP00000022305/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6DEG5","ercc3","polr2e","Q7ZVV1","polr2eb","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q66I03","ercc3","zgc:92126","Q7ZVV1","Q66I03","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6PHG8","ercc3","polr1f","Q7ZVV1","Q6PHG8","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q5RGE5","ercc3","dclre1c","Q7ZVV1","dclre1c","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q802D2","ercc3","zgc:55690","Q7ZVV1","ccnt2b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A8KBY2","ercc3","brf2","Q7ZVV1","A8KBY2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1R9S3","ercc3","brf1","Q7ZVV1","brf1a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","B-related factor 1","string-db","7955.ENSDARP00000029653/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1Q9E8","ercc3","zgc:165595","Q7ZVV1","lig4","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1QC62","ercc3","fi26c04","Q7ZVV1","F1QC62","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q1LVK2","ercc3","zgc:103515","Q7ZVV1","polr2i","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q501W9","ercc3","zgc:112501","Q7ZVV1","polr1e","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","E9QGK9","ercc3","c19orf39","Q7ZVV1","swsap1","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F8W428","ercc3","im:7140950","Q7ZVV1","cul4b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","B0S7C3","ercc3","Tcfubf","Q7ZVV1","ubtfl","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q2V6H0","ercc3","zgc:85821","Q7ZVV1","Q2V6H0","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7SZR5","ercc3","sumo1","Q7ZVV1","sumo1","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q4VBU5","ercc3","zgc:110005","Q7ZVV1","polr2j","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1QHN6","ercc3","im:7042025","Q7ZVV1","ubc","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","B8JHR3","ercc3","gtf2f2","Q7ZVV1","gtf2f2a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6PBP2","ercc3","zgc:73312","Q7ZVV1","Q6PBP2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","string-db","7955.ENSDARP00000025376/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6DHL4","ercc3","sumo2","Q7ZVV1","sumo2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A8M3B2X7","ercc3","si:ch73-376l24.6","Q7ZVV1","A0A8M3B2X7","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7ZVV4","ercc3","wu:fb93b01","Q7ZVV1","gtf2h2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription factor IIH subunit","string-db","7955.ENSDARP00000018901/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A0R4ICI5","ercc3","RNA polymerase I-specific transcription initiation factor RRN3","Q7ZVV1","rrn3","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1QJS3","ercc3","DNA repair protein complementing XP-G cells","Q7ZVV1","ercc5","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A5D6S6","ercc3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q7ZVV1","polr2l","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q568H8","ercc3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q7ZVV1","polr2h","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A0R4IMS9","ercc3","DNA-directed RNA polymerase subunit","Q7ZVV1","polr2a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A0R4I9V4","ercc3","DNA-directed RNA polymerase subunit","Q7ZVV1","polr1a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6NXA3","ercc3","wu:fa05d01","Q7ZVV1","gtf2e2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Transcription initiation factor IIE subunit beta","string-db","7955.ENSDARP00000020885/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A6NA21","ercc3","fd20g07","Q7ZVV1","cavin1b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1QMB9","ercc3","ccnk","Q7ZVV1","F1QMB9","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6NY74","ercc3","rpa1","Q7ZVV1","rpa1","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q1LWR1","ercc3","znrd1","Q7ZVV1","polr1h","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A0A0N4SUD2","ercc3","Ubi-p63E","Q7ZVV1","ubb","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q1LVE4","ercc3","wu:fb12d05","Q7ZVV1","xpc","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q2YDS1","ercc3","ddb2","Q7ZVV1","ddb2","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","B8JKD7","ercc3","polr1b","Q7ZVV1","polr1b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q803Q8","ercc3","ccnt2","Q7ZVV1","Q803Q8","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1R096","ercc3","sh3bp5lb","Q7ZVV1","gtf2h4","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q5SNQ6","ercc3","si:dkey-12h9.4","Q7ZVV1","gtf2h5","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","A4FUL3","ercc3","im:7137515","Q7ZVV1","rbx1","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q6NY87","ercc3","zgc:77511","Q7ZVV1","ercc1","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1R789","ercc3","Caltractin","Q7ZVV1","cetn4","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1RDV9","ercc3","zgc:171795","Q7ZVV1","F1RDV9","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q1MTD3","ercc3","rnmt","Q7ZVV1","rnmt","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","F1R3W0","ercc3","taf1b","Q7ZVV1","taf1b","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000010637","physical","txid7955" +"Q7ZVV1","Q7T2C1","ercc3","zgc:64071","Q7ZVV1","cul4a","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000010637","physical","txid7955" +"Q1LVD6","E7EXD7","si:dkey-72l14.8","si:dkey-261m9.11","taf10","si:ch211-113a14.19","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","X1WDH8","si:dkey-72l14.8","Histone H2B","taf10","si:dkey-261m9.19","Transcription initiation factor TFIID subunit 10","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","F1QDT4","si:dkey-72l14.8","TAF2G","taf10","taf9","Transcription initiation factor TFIID subunit 10","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q561S9","si:dkey-72l14.8","H2A","taf10","hist1h2a3","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7F640","si:dkey-72l14.8","Ataxin 7","taf10","atxn7","Transcription initiation factor TFIID subunit 10","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7FC00","si:dkey-72l14.8","fm52d09","taf10","si:dkeyp-118b1.2","Transcription initiation factor TFIID subunit 10","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q6DH42","si:dkey-72l14.8","eny2","taf10","eny2","Transcription initiation factor TFIID subunit 10","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","F1RDV9","si:dkey-72l14.8","zgc:171795","taf10","F1RDV9","Transcription initiation factor TFIID subunit 10","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","X1WHF1","si:dkey-72l14.8","Histone H2B","taf10","si:dkey-261m9.6","Transcription initiation factor TFIID subunit 10","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A4FVM2","si:dkey-72l14.8","si:ch73-368j24.13","taf10","A4FVM2","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","R4GE15","si:dkey-72l14.8","si:ch211-113a14.29","taf10","si:ch211-113a14.22","Transcription initiation factor TFIID subunit 10","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7EZX1","si:dkey-72l14.8","si:dkey-261m9.15","taf10","hist1h2a5","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A0A0R4ITC5","si:dkey-72l14.8","trrap","taf10","trrap","Transcription initiation factor TFIID subunit 10","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7FFQ2","si:dkey-72l14.8","Si:dkey-219c3.2","taf10","E7FFQ2","Transcription initiation factor TFIID subunit 10","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","B8JHR3","si:dkey-72l14.8","gtf2f2","taf10","gtf2f2a","Transcription initiation factor TFIID subunit 10","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A1A5X7","si:dkey-72l14.8","fa11g05","taf10","taf15","Transcription initiation factor TFIID subunit 10","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A0A0R4IMS9","si:dkey-72l14.8","DNA-directed RNA polymerase subunit","taf10","polr2a","Transcription initiation factor TFIID subunit 10","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q66HZ5","si:dkey-72l14.8","wu:fb83e08","taf10","Q66HZ5","Transcription initiation factor TFIID subunit 10","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A1L209","si:dkey-72l14.8","atxn7l3","taf10","A1L209","Transcription initiation factor TFIID subunit 10","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A0A140LGS2","si:dkey-72l14.8","Histone H2A","taf10","si:ch1073-153i20.5","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q8JHG4","si:dkey-72l14.8","CHUNP6888","taf10","taf7","Transcription initiation factor TFIID subunit 10","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q6NWA8","si:dkey-72l14.8","tada1","taf10","Q6NWA8","Transcription initiation factor TFIID subunit 10","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q5XJK2","si:dkey-72l14.8","h2afx1","taf10","h2ax1","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7FBZ0","si:dkey-72l14.8","TAF4A RNA polymerase II, TATA box-binding protein","taf10","taf4a","Transcription initiation factor TFIID subunit 10","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q32PW3","si:dkey-72l14.8","taf2","taf10","taf2","Transcription initiation factor TFIID subunit 10","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q7ZTT0","si:dkey-72l14.8","zgc:56685","taf10","Q7ZTT0","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A0A140LG54","si:dkey-72l14.8","Histone H2B","taf10","si:dkey-23a13.22","Transcription initiation factor TFIID subunit 10","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7FEV1","si:dkey-72l14.8","fa05b10","taf10","taf6l","Transcription initiation factor TFIID subunit 10","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A8KBY5","si:dkey-72l14.8","TAF11 RNA polymerase II, TATA box-binding protein","taf10","taf11","Transcription initiation factor TFIID subunit 10","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","A0A0R4IXF6","si:dkey-72l14.8","kat2a","taf10","kat2a","Transcription initiation factor TFIID subunit 10","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q5BJA5","si:dkey-72l14.8",";","taf10","-","Transcription initiation factor TFIID subunit 10","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","E7F5W3","si:dkey-72l14.8","si:dkey-108k21.26","taf10","hist1h2a10","Transcription initiation factor TFIID subunit 10","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000090137","physical","txid7955" +"Q1LVD6","Q6P013","si:dkey-72l14.8","fl03a12","taf10","taf12","Transcription initiation factor TFIID subunit 10","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000090137","physical","txid7955" +"A1A5X7","E7FBZ0","fa11g05","TAF4A RNA polymerase II, TATA box-binding protein","taf15","taf4a","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","A8KBY5","fa11g05","TAF11 RNA polymerase II, TATA box-binding protein","taf15","taf11","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","A0A0R4IMS9","fa11g05","DNA-directed RNA polymerase subunit","taf15","polr2a","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","Q6P013","fa11g05","fl03a12","taf15","taf12","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","Q32PW3","fa11g05","taf2","taf15","taf2","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","F1QDT4","fa11g05","TAF2G","taf15","taf9","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","Q8JHG4","fa11g05","CHUNP6888","taf15","taf7","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","Q66HZ5","fa11g05","wu:fb83e08","taf15","Q66HZ5","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000093187","physical","txid7955" +"A1A5X7","F1RDV9","fa11g05","zgc:171795","taf15","F1RDV9","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000093187","physical","txid7955" +"A0A8M3BEN4","F1QHN6","zgc:101599","im:7042025","A0A8M3BEN4","ubc","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A2R8PYT0","zgc:101599","zgc:65951","A0A8M3BEN4","rad23b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1R096","zgc:101599","sh3bp5lb","A0A8M3BEN4","gtf2h4","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1Q5E7","zgc:101599","XPD","A0A8M3BEN4","ercc2","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","E7F092","zgc:101599","Cyclin-dependent kinase 13","A0A8M3BEN4","cdk13","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q7T2C1","zgc:101599","zgc:64071","A0A8M3BEN4","cul4a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1R3W0","zgc:101599","taf1b","A0A8M3BEN4","taf1b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A5WWE3","zgc:101599","fc26a07","A0A8M3BEN4","A5WWE3","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1R789","zgc:101599","Caltractin","A0A8M3BEN4","cetn4","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A5D6S6","zgc:101599","DNA-directed RNA polymerases I, II, and III subunit RPABC5","A0A8M3BEN4","polr2l","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A0N4SUD2","zgc:101599","Ubi-p63E","A0A8M3BEN4","ubb","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q7SXA3","zgc:101599","zgc:66168","A0A8M3BEN4","rps27a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q7ZV11","zgc:101599","wu:fk48d01","A0A8M3BEN4","polr2c","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1QMB9","zgc:101599","ccnk","A0A8M3BEN4","F1QMB9","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q7ZW41","zgc:101599","polr2g","A0A8M3BEN4","polr2g","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q2V6H0","zgc:101599","zgc:85821","A0A8M3BEN4","Q2V6H0","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q66I03","zgc:101599","zgc:92126","A0A8M3BEN4","Q66I03","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q1LVE4","zgc:101599","wu:fb12d05","A0A8M3BEN4","xpc","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A4FUL3","zgc:101599","im:7137515","A0A8M3BEN4","rbx1","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q6NY98","zgc:101599","rngtt","A0A8M3BEN4","rngtt","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","string-db","7955.ENSDARP00000040679/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A6NA21","zgc:101599","fd20g07","A0A8M3BEN4","cavin1b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1QC62","zgc:101599","fi26c04","A0A8M3BEN4","F1QC62","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A0R4IMS9","zgc:101599","DNA-directed RNA polymerase subunit","A0A8M3BEN4","polr2a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q5SNQ6","zgc:101599","si:dkey-12h9.4","A0A8M3BEN4","gtf2h5","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q1MTD3","zgc:101599","rnmt","A0A8M3BEN4","rnmt","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q9DDT5","zgc:101599","supt5h","A0A8M3BEN4","Q9DDT5","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q2YDS1","zgc:101599","ddb2","A0A8M3BEN4","ddb2","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q1LWR1","zgc:101599","znrd1","A0A8M3BEN4","polr1h","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q501W9","zgc:101599","zgc:112501","A0A8M3BEN4","polr1e","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","B8JHR3","zgc:101599","gtf2f2","A0A8M3BEN4","gtf2f2a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q568H8","zgc:101599","DNA-directed RNA polymerases I, II, and III subunit RPABC3","A0A8M3BEN4","polr2h","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1RDV9","zgc:101599","zgc:171795","A0A8M3BEN4","F1RDV9","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F8W428","zgc:101599","im:7140950","A0A8M3BEN4","cul4b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q6DEG5","zgc:101599","polr2e","A0A8M3BEN4","polr2eb","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q5SP02","zgc:101599","si:ch211-180b22.3","A0A8M3BEN4","taf1a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q1LVK2","zgc:101599","zgc:103515","A0A8M3BEN4","polr2i","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","B0S7C3","zgc:101599","Tcfubf","A0A8M3BEN4","ubtfl","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q4VBU5","zgc:101599","zgc:110005","A0A8M3BEN4","polr2j","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A0R4I9V4","zgc:101599","DNA-directed RNA polymerase subunit","A0A8M3BEN4","polr1a","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","F1R6Y1","zgc:101599","Cyclin-dependent kinase 12","A0A8M3BEN4","cdk12","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q6PHG8","zgc:101599","polr1f","A0A8M3BEN4","Q6PHG8","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","B8JKD7","zgc:101599","polr1b","A0A8M3BEN4","polr1b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q802D2","zgc:101599","zgc:55690","A0A8M3BEN4","ccnt2b","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","Q803Q8","zgc:101599","ccnt2","A0A8M3BEN4","Q803Q8","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A8M3B2X7","zgc:101599","si:ch73-376l24.6","A0A8M3BEN4","A0A8M3B2X7","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000027502","physical","txid7955" +"A0A8M3BEN4","A0A0R4ICI5","zgc:101599","RNA polymerase I-specific transcription initiation factor RRN3","A0A8M3BEN4","rrn3","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000027502","physical","txid7955" +"A5D6S6","Q1MTD3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rnmt","polr2l","rnmt","DNA-directed RNA polymerases I, II, and III subunit RPABC5","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1R2K7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","cb244","polr2l","ell2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A1A5X7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fa11g05","polr2l","taf15","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7SZS0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:77372","polr2l","srsf10b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7EZ29","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription factor 3C polypeptide 5","polr2l","gtf3c5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1QQA2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit beta","polr2l","polr3b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7ZVK5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","PCBP2","polr2l","pcbp2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6PI20","DNA-directed RNA polymerases I, II, and III subunit RPABC5","h3f3a; h3f3b.1; h3-5; h3f3d","polr2l","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A140LGS2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","polr2l","si:ch1073-153i20.5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","R4GE15","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch211-113a14.29","polr2l","si:ch211-113a14.22","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A8KBY2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","brf2","polr2l","A8KBY2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6DGQ0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","supt4h1","polr2l","Q6DGQ0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","B0UYL7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ddx26a","polr2l","ints6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1QHN6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","im:7042025","polr2l","ubc","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","P57717","DNA-directed RNA polymerases I, II, and III subunit RPABC5","esr1","polr2l","P57717","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A8M3APY8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","myo1c","polr2l","A0A8M3APY8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q1LXI0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:rp71-14b1.2","polr2l","Q1LXI0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7F5W3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:dkey-108k21.26","polr2l","hist1h2a10","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1R866","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Sin","polr2l","polr3e","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","X1WG39","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch211-119n15.3","polr2l","X1WG39","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A8M2BK34","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch73-190f16.2","polr2l","A0A8M2BK34","DNA-directed RNA polymerases I, II, and III subunit RPABC5","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7SXA3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:66168","polr2l","rps27a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A4FVM2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch73-368j24.13","polr2l","A4FVM2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6DHJ0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sfrs5b","polr2l","srsf5b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q4V8Q5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sfrs7","polr2l","srsf7b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5XJK2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","h2afx1","polr2l","h2ax1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q8JHG4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","CHUNP6888","polr2l","taf7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6IQU7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ints12","polr2l","ints12","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A2R9YJN8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","cb960","polr2l","ddx21","DNA-directed RNA polymerases I, II, and III subunit RPABC5","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q561S9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","H2A","polr2l","hist1h2a3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q08BB6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:154012","polr2l","ints9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7F2X3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 4","polr2l","ints4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A5WWE3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fc26a07","polr2l","A5WWE3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5SP02","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch211-180b22.3","polr2l","taf1a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1RDA7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","im:7136784","polr2l","gtf3c3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","I3ISK1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","AF4/FMR2 family member 4 isoform X2","polr2l","aff4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A2BIL7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","baz1b","polr2l","A2BIL7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6IQD2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","wu:fb52f06","polr2l","eaf1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1QDT4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF2G","polr2l","taf9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7EZF8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Interactor of little elongator complex ELL subunit 2","polr2l","ice2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A5WWG4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sfrs3","polr2l","srsf3b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A8KC22","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hnrnpl","polr2l","hnrnpl2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","B8JLJ8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","wu:fc19f05","polr2l","B8JLJ8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6NYA0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","srsf1b","polr2l","srsf1b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7EXD7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:dkey-261m9.11","polr2l","si:ch211-113a14.19","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1QMB9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ccnk","polr2l","F1QMB9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0N4SUD2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Ubi-p63E","polr2l","ubb","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q32PW3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","taf2","polr2l","taf2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7FDD7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2ea","polr2l","E7FDD7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","X1WHF1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","polr2l","si:dkey-261m9.6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q1LUC3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","kat2b","polr2l","kat2b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7FFE0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fi75f03","polr2l","nelfa","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6NZT9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:55876","polr2l","srsf2b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr1f","polr2l","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7ZUK5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:55794","polr2l","Q7ZUK5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q71PD7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","h2az2a","polr2l","h2az2a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4ICI5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","RNA polymerase I-specific transcription initiation factor RRN3","polr2l","rrn3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","B8JKD7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr1b","polr2l","polr1b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F8W428","DNA-directed RNA polymerases I, II, and III subunit RPABC5","im:7140950","polr2l","cul4b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7EZX1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:dkey-261m9.15","polr2l","hist1h2a5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q1LVD6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:dkey-72l14.8","polr2l","taf10","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4IY96","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 5","polr2l","A0A0R4IY96","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A3KQN9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:111823","polr2l","ints8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4IXF6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","kat2a","polr2l","kat2a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6P013","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fl03a12","polr2l","taf12","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1R096","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sh3bp5lb","polr2l","gtf2h4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fb81e09","polr2l","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5PRC7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","nabp1","polr2l","Q5PRC7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1Q5E7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","XPD","polr2l","ercc2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5SNQ6","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:dkey-12h9.4","polr2l","gtf2h5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4IJ75","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 1","polr2l","ints1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6TNU3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ints10","polr2l","Q6TNU3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","B8JHR3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf2f2","polr2l","gtf2f2a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E9QC62","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:109975","polr2l","E9QC62","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A140LG54","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","polr2l","si:dkey-23a13.22","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4I9V4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit","polr2l","polr1a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5BJA5","DNA-directed RNA polymerases I, II, and III subunit RPABC5",";","polr2l","-","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A6NA21","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fd20g07","polr2l","cavin1b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7ZTT0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:56685","polr2l","Q7ZTT0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","B8A552","DNA-directed RNA polymerases I, II, and III subunit RPABC5","chunp6878","polr2l","B8A552","DNA-directed RNA polymerases I, II, and III subunit RPABC5","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A8M1QHE8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2l","A0A8M1QHE8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q4QRF4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","; ;","polr2l","-","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q7T2C1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:64071","polr2l","cul4a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q6DRL5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","mybbp1a","polr2l","Q6DRL5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","X1WGE9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","cd3eap","polr2l","polr1g","DNA-directed RNA polymerases I, II, and III subunit RPABC5","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A8M3B2X7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","si:ch73-376l24.6","polr2l","A0A8M3B2X7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A0R4IMS9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit","polr2l","polr2a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q1LWQ2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rdbp","polr2l","nelfe","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q5RHQ7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hnrnpu","polr2l","hnrnpub","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1RDV9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","zgc:171795","polr2l","F1RDV9","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","X1WDH8","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","polr2l","si:dkey-261m9.19","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","Q66HZ5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","wu:fb83e08","polr2l","Q66HZ5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A8KBY5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF11 RNA polymerase II, TATA box-binding protein","polr2l","taf11","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","E7FBZ0","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF4A RNA polymerase II, TATA box-binding protein","polr2l","taf4a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rcp9","polr2l","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000075655","physical","txid7955" +"A5D6S6","F1QVS5","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fi18h02","polr2l","snapc4","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000075655","physical","txid7955" +"Q5RH27","Q7ZW41","fi76b06","polr2g","taf3","polr2g","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q6P013","fi76b06","fl03a12","taf3","taf12","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q8JHG4","fi76b06","CHUNP6888","taf3","taf7","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q4QRF4","fi76b06","; ;","taf3","-","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A0A0R4IMS9","fi76b06","DNA-directed RNA polymerase subunit","taf3","polr2a","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","F1RDV9","fi76b06","zgc:171795","taf3","F1RDV9","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q503H9","fi76b06","Transcription initiation factor IIA subunit 2","taf3","gtf2a2","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q66HZ5","fi76b06","wu:fb83e08","taf3","Q66HZ5","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","B8JHR3","fi76b06","gtf2f2","taf3","gtf2f2a","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","E7FFQ2","fi76b06","Si:dkey-219c3.2","taf3","E7FFQ2","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","E7FBZ0","fi76b06","TAF4A RNA polymerase II, TATA box-binding protein","taf3","taf4a","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","E7FEV1","fi76b06","fa05b10","taf3","taf6l","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A8KBJ5","fi76b06","si:ch1073-153i20.2","taf3","-","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","F1QDT4","fi76b06","TAF2G","taf3","taf9","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q32PW3","fi76b06","taf2","taf3","taf2","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A5D6S6","fi76b06","DNA-directed RNA polymerases I, II, and III subunit RPABC5","taf3","polr2l","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q6PI20","fi76b06","h3f3a; h3f3b.1; h3-5; h3f3d","taf3","h3f3a;h3f3b.1;h3-5;h3f3d","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A8KBY5","fi76b06","TAF11 RNA polymerase II, TATA box-binding protein","taf3","taf11","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A0A140LG23","fi76b06","si:dkey-23a13.21","taf3","A0A140LG23","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","A1A5X7","fi76b06","fa11g05","taf3","taf15","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000066928","physical","txid7955" +"Q5RH27","Q1LVD6","fi76b06","si:dkey-72l14.8","taf3","taf10","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000066928","physical","txid7955" +"Q1LYC2","E7FEV1","wu:fi04f03","fa05b10","taf1","taf6l","Transcription initiation factor TFIID subunit","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","A5D6S6","wu:fi04f03","DNA-directed RNA polymerases I, II, and III subunit RPABC5","taf1","polr2l","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","A8KBY5","wu:fi04f03","TAF11 RNA polymerase II, TATA box-binding protein","taf1","taf11","Transcription initiation factor TFIID subunit","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","E7FFQ2","wu:fi04f03","Si:dkey-219c3.2","taf1","E7FFQ2","Transcription initiation factor TFIID subunit","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","F1QDT4","wu:fi04f03","TAF2G","taf1","taf9","Transcription initiation factor TFIID subunit","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q503H9","wu:fi04f03","Transcription initiation factor IIA subunit 2","taf1","gtf2a2","Transcription initiation factor TFIID subunit","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q8JHG4","wu:fi04f03","CHUNP6888","taf1","taf7","Transcription initiation factor TFIID subunit","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","F1RDV9","wu:fi04f03","zgc:171795","taf1","F1RDV9","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","A1A5X7","wu:fi04f03","fa11g05","taf1","taf15","Transcription initiation factor TFIID subunit","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q568H8","wu:fi04f03","DNA-directed RNA polymerases I, II, and III subunit RPABC3","taf1","polr2h","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q1LVK2","wu:fi04f03","zgc:103515","taf1","polr2i","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q6P013","wu:fi04f03","fl03a12","taf1","taf12","Transcription initiation factor TFIID subunit","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","A0A0R4IMS9","wu:fi04f03","DNA-directed RNA polymerase subunit","taf1","polr2a","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q32PW3","wu:fi04f03","taf2","taf1","taf2","Transcription initiation factor TFIID subunit","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","B0S6L0","wu:fi04f03","im:7158173","taf1","kdm5c","Transcription initiation factor TFIID subunit","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","string-db","7955.ENSDARP00000110667/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q7ZW41","wu:fi04f03","polr2g","taf1","polr2g","Transcription initiation factor TFIID subunit","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","E7FBZ0","wu:fi04f03","TAF4A RNA polymerase II, TATA box-binding protein","taf1","taf4a","Transcription initiation factor TFIID subunit","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","A5D6S0","wu:fi04f03","Paired amphipathic helix protein Sin3a","taf1","sin3aa","Transcription initiation factor TFIID subunit","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","B8JHR3","wu:fi04f03","gtf2f2","taf1","gtf2f2a","Transcription initiation factor TFIID subunit","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q66HZ5","wu:fi04f03","wu:fb83e08","taf1","Q66HZ5","Transcription initiation factor TFIID subunit","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q1LVD6","wu:fi04f03","si:dkey-72l14.8","taf1","taf10","Transcription initiation factor TFIID subunit","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000051195","physical","txid7955" +"Q1LYC2","Q5RH27","wu:fi04f03","fi76b06","taf1","taf3","Transcription initiation factor TFIID subunit","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000051195","physical","txid7955" +"Q1LVK2","Q1LVD6","zgc:103515","si:dkey-72l14.8","polr2i","taf10","DNA-directed RNA polymerase subunit","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q4V8Q5","zgc:103515","sfrs7","polr2i","srsf7b","DNA-directed RNA polymerase subunit","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A140LG54","zgc:103515","Histone H2B","polr2i","si:dkey-23a13.22","DNA-directed RNA polymerase subunit","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A0R4IJ75","zgc:103515","Integrator complex subunit 1","polr2i","ints1","DNA-directed RNA polymerase subunit","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7FBZ0","zgc:103515","TAF4A RNA polymerase II, TATA box-binding protein","polr2i","taf4a","DNA-directed RNA polymerase subunit","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","X1WDH8","zgc:103515","Histone H2B","polr2i","si:dkey-261m9.19","DNA-directed RNA polymerase subunit","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5BJA5","zgc:103515",";","polr2i","-","DNA-directed RNA polymerase subunit","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1RDV9","zgc:103515","zgc:171795","polr2i","F1RDV9","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7F2X3","zgc:103515","Integrator complex subunit 4","polr2i","ints4","DNA-directed RNA polymerase subunit","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1QDT4","zgc:103515","TAF2G","polr2i","taf9","DNA-directed RNA polymerase subunit","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7ZTT0","zgc:103515","zgc:56685","polr2i","Q7ZTT0","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q9DDT5","zgc:103515","supt5h","polr2i","Q9DDT5","DNA-directed RNA polymerase subunit","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6IQD2","zgc:103515","wu:fb52f06","polr2i","eaf1","DNA-directed RNA polymerase subunit","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A8KC22","zgc:103515","hnrnpl","polr2i","hnrnpl2","DNA-directed RNA polymerase subunit","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6P013","zgc:103515","fl03a12","polr2i","taf12","DNA-directed RNA polymerase subunit","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1QMB9","zgc:103515","ccnk","polr2i","F1QMB9","DNA-directed RNA polymerase subunit","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6DHJ0","zgc:103515","sfrs5b","polr2i","srsf5b","DNA-directed RNA polymerase subunit","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A8M1QHE8","zgc:103515","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","polr2i","A0A8M1QHE8","DNA-directed RNA polymerase subunit","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A3KQN9","zgc:103515","zgc:111823","polr2i","ints8","DNA-directed RNA polymerase subunit","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5RHQ7","zgc:103515","hnrnpu","polr2i","hnrnpub","DNA-directed RNA polymerase subunit","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A5D6S6","zgc:103515","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr2i","polr2l","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5SNQ6","zgc:103515","si:dkey-12h9.4","polr2i","gtf2h5","DNA-directed RNA polymerase subunit","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A8KBY5","zgc:103515","TAF11 RNA polymerase II, TATA box-binding protein","polr2i","taf11","DNA-directed RNA polymerase subunit","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A5WWE3","zgc:103515","fc26a07","polr2i","A5WWE3","DNA-directed RNA polymerase subunit","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E9QC62","zgc:103515","zgc:109975","polr2i","E9QC62","DNA-directed RNA polymerase subunit","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7EXD7","zgc:103515","si:dkey-261m9.11","polr2i","si:ch211-113a14.19","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5PRC7","zgc:103515","nabp1","polr2i","Q5PRC7","DNA-directed RNA polymerase subunit","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A5WWG4","zgc:103515","sfrs3","polr2i","srsf3b","DNA-directed RNA polymerase subunit","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","B3DJF8","zgc:103515","LOC570661","polr2i","LOC570661","DNA-directed RNA polymerase subunit","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q561S9","zgc:103515","H2A","polr2i","hist1h2a3","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6TNU3","zgc:103515","ints10","polr2i","Q6TNU3","DNA-directed RNA polymerase subunit","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q4QRF4","zgc:103515","; ;","polr2i","-","DNA-directed RNA polymerase subunit","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q32PW3","zgc:103515","taf2","polr2i","taf2","DNA-directed RNA polymerase subunit","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7FDD7","zgc:103515","polr2ea","polr2i","E7FDD7","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7F5W3","zgc:103515","si:dkey-108k21.26","polr2i","hist1h2a10","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A0N4SUD2","zgc:103515","Ubi-p63E","polr2i","ubb","DNA-directed RNA polymerase subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A8KBJ5","zgc:103515","si:ch1073-153i20.2","polr2i","-","DNA-directed RNA polymerase subunit","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7SXA3","zgc:103515","zgc:66168","polr2i","rps27a","DNA-directed RNA polymerase subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7ZV13","zgc:103515","sfrs2","polr2i","srsf2a","DNA-directed RNA polymerase subunit","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7ZW41","zgc:103515","polr2g","polr2i","polr2g","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","I3ISK1","zgc:103515","AF4/FMR2 family member 4 isoform X2","polr2i","aff4","DNA-directed RNA polymerase subunit","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5XJK2","zgc:103515","h2afx1","polr2i","h2ax1","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q4FZZ7","zgc:103515","hist1h2a2","polr2i","hist1h2a2","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7EZF8","zgc:103515","Interactor of little elongator complex ELL subunit 2","polr2i","ice2","DNA-directed RNA polymerase subunit","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7ZVK5","zgc:103515","PCBP2","polr2i","pcbp2","DNA-directed RNA polymerase subunit","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q503H9","zgc:103515","Transcription initiation factor IIA subunit 2","polr2i","gtf2a2","DNA-directed RNA polymerase subunit","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1R2K7","zgc:103515","cb244","polr2i","ell2","DNA-directed RNA polymerase subunit","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","R4GE15","zgc:103515","si:ch211-113a14.29","polr2i","si:ch211-113a14.22","DNA-directed RNA polymerase subunit","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7SZS0","zgc:103515","zgc:77372","polr2i","srsf10b","DNA-directed RNA polymerase subunit","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6P0V0","zgc:103515","zgc:77712","polr2i","hnrnph1","DNA-directed RNA polymerase subunit","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7SXE8","zgc:103515","cdk9","polr2i","cdk9","DNA-directed RNA polymerase subunit","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7EZX1","zgc:103515","si:dkey-261m9.15","polr2i","hist1h2a5","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6DGQ0","zgc:103515","supt4h1","polr2i","Q6DGQ0","DNA-directed RNA polymerase subunit","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F8W428","zgc:103515","im:7140950","polr2i","cul4b","DNA-directed RNA polymerase subunit","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q71PD7","zgc:103515","h2az2a","polr2i","h2az2a","DNA-directed RNA polymerase subunit","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A140LGS2","zgc:103515","Histone H2A","polr2i","si:ch1073-153i20.5","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A1A5X7","zgc:103515","fa11g05","polr2i","taf15","DNA-directed RNA polymerase subunit","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A4FVM2","zgc:103515","si:ch73-368j24.13","polr2i","A4FVM2","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7ZUK5","zgc:103515","zgc:55794","polr2i","Q7ZUK5","DNA-directed RNA polymerase subunit","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","P57717","zgc:103515","esr1","polr2i","P57717","DNA-directed RNA polymerase subunit","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q5RH27","zgc:103515","fi76b06","polr2i","taf3","DNA-directed RNA polymerase subunit","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q1LXC9","zgc:103515","ints3","polr2i","ints3","DNA-directed RNA polymerase subunit","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6NZT9","zgc:103515","zgc:55876","polr2i","srsf2b","DNA-directed RNA polymerase subunit","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q1MTD3","zgc:103515","rnmt","polr2i","rnmt","DNA-directed RNA polymerase subunit","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1R096","zgc:103515","sh3bp5lb","polr2i","gtf2h4","DNA-directed RNA polymerase subunit","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6PI20","zgc:103515","h3f3a; h3f3b.1; h3-5; h3f3d","polr2i","h3f3a;h3f3b.1;h3-5;h3f3d","DNA-directed RNA polymerase subunit","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7FE07","zgc:103515","si:ch211-113a14.16","polr2i","E7FE07","DNA-directed RNA polymerase subunit","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q8JHG4","zgc:103515","CHUNP6888","polr2i","taf7","DNA-directed RNA polymerase subunit","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A0R4IMS9","zgc:103515","DNA-directed RNA polymerase subunit","polr2i","polr2a","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","B8JLJ8","zgc:103515","wu:fc19f05","polr2i","B8JLJ8","DNA-directed RNA polymerase subunit","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","E7FFE0","zgc:103515","fi75f03","polr2i","nelfa","DNA-directed RNA polymerase subunit","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1Q5E7","zgc:103515","XPD","polr2i","ercc2","DNA-directed RNA polymerase subunit","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6IQU7","zgc:103515","ints12","polr2i","ints12","DNA-directed RNA polymerase subunit","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q66HZ5","zgc:103515","wu:fb83e08","polr2i","Q66HZ5","DNA-directed RNA polymerase subunit","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q6NYA0","zgc:103515","srsf1b","polr2i","srsf1b","DNA-directed RNA polymerase subunit","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","B8JHR3","zgc:103515","gtf2f2","polr2i","gtf2f2a","DNA-directed RNA polymerase subunit","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q7T2C1","zgc:103515","zgc:64071","polr2i","cul4a","DNA-directed RNA polymerase subunit","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A8M2BK34","zgc:103515","si:ch73-190f16.2","polr2i","A0A8M2BK34","DNA-directed RNA polymerase subunit","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q08BB6","zgc:103515","zgc:154012","polr2i","ints9","DNA-directed RNA polymerase subunit","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","Q1LWQ2","zgc:103515","rdbp","polr2i","nelfe","DNA-directed RNA polymerase subunit","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","A0A0R4IY96","zgc:103515","Integrator complex subunit 5","polr2i","A0A0R4IY96","DNA-directed RNA polymerase subunit","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","X1WHF1","zgc:103515","Histone H2B","polr2i","si:dkey-261m9.6","DNA-directed RNA polymerase subunit","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","B0UYL7","zgc:103515","ddx26a","polr2i","ints6","DNA-directed RNA polymerase subunit","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","X1WG39","zgc:103515","si:ch211-119n15.3","polr2i","X1WG39","DNA-directed RNA polymerase subunit","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000059195","physical","txid7955" +"Q1LVK2","F1QHN6","zgc:103515","im:7042025","polr2i","ubc","DNA-directed RNA polymerase subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000059195","physical","txid7955" +"Q7SXL3","Q1LXI0","tbp","si:rp71-14b1.2","tbp","Q1LXI0","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QDT4","tbp","TAF2G","tbp","taf9","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6DGU0","tbp","zgc:92774","tbp","polr3k","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1RDA7","tbp","im:7136784","tbp","gtf3c3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1LWR1","tbp","znrd1","tbp","polr1h","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","E7F685","tbp","Small nuclear RNA-activating complex, polypeptide 2","tbp","snapc2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QMB9","tbp","ccnk","tbp","F1QMB9","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZVV1","tbp","ercc3","tbp","Q7ZVV1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","string-db","7955.ENSDARP00000010637/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","E7FEV1","tbp","fa05b10","tbp","taf6l","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZW41","tbp","polr2g","tbp","polr2g","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1Q5L6","tbp","wu:fa56a07","tbp","ddx5","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q32PW3","tbp","taf2","tbp","taf2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q568H8","tbp","DNA-directed RNA polymerases I, II, and III subunit RPABC3","tbp","polr2h","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R3J9","tbp","fb39h07","tbp","F1R3J9","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","type I protein arginine methyltransferase (EC 2.1.1.319)","string-db","7955.ENSDARP00000010384/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R866","tbp","Sin","tbp","polr3e","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A2R9YJN8","tbp","cb960","tbp","ddx21","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6P013","tbp","fl03a12","tbp","taf12","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A5WWE3","tbp","fc26a07","tbp","A5WWE3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QC62","tbp","fi26c04","tbp","F1QC62","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A0R4IXF6","tbp","kat2a","tbp","kat2a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q501W9","tbp","zgc:112501","tbp","polr1e","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","E7EZ29","tbp","General transcription factor 3C polypeptide 5","tbp","gtf3c5","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R096","tbp","sh3bp5lb","tbp","gtf2h4","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q5RH27","tbp","fi76b06","tbp","taf3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","B0S7C3","tbp","Tcfubf","tbp","ubtfl","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","P57717","tbp","esr1","tbp","P57717","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A1A5X7","tbp","fa11g05","tbp","taf15","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QQA2","tbp","DNA-directed RNA polymerase subunit beta","tbp","polr3b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A8KBY2","tbp","brf2","tbp","A8KBY2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1LVK2","tbp","zgc:103515","tbp","polr2i","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A8M3APY8","tbp","myo1c","tbp","A0A8M3APY8","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q803Q8","tbp","ccnt2","tbp","Q803Q8","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A2BIL7","tbp","baz1b","tbp","A2BIL7","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6DEG5","tbp","polr2e","tbp","polr2eb","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R3W0","tbp","taf1b","tbp","taf1b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","string-db","7955.ENSDARP00000049223/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q8JHG4","tbp","CHUNP6888","tbp","taf7","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q5SP02","tbp","si:ch211-180b22.3","tbp","taf1a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A8M3B2X7","tbp","si:ch73-376l24.6","tbp","A0A8M3B2X7","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q8AWW7","tbp","ruvbl1","tbp","Q8AWW7","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","string-db","7955.ENSDARP00000012488/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","E7FFQ2","tbp","Si:dkey-219c3.2","tbp","E7FFQ2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZV11","tbp","wu:fk48d01","tbp","polr2c","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A6NA21","tbp","fd20g07","tbp","cavin1b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A0R4IMS9","tbp","DNA-directed RNA polymerase subunit","tbp","polr2a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","B8JHR3","tbp","gtf2f2","tbp","gtf2f2a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q66HZ5","tbp","wu:fb83e08","tbp","Q66HZ5","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1JPY4","tbp","tbpl2","tbp","Q1JPY4","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TATA box-binding protein-like 2 (TBP-like 2) (TATA box-binding protein-related factor 3) (TBP-related factor 3)","string-db","7955.ENSDARP00000051526/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","B8JKD7","tbp","polr1b","tbp","polr1b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1LVD6","tbp","si:dkey-72l14.8","tbp","taf10","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1Q5E7","tbp","XPD","tbp","ercc2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7SXE8","tbp","cdk9","tbp","cdk9","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6DC04","tbp","carm1","tbp","carm1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","string-db","7955.ENSDARP00000016959/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZUP7","tbp","zgc:55475","tbp","snapc1b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","string-db","7955.ENSDARP00000023186/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6PHG8","tbp","polr1f","tbp","Q6PHG8","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q503H9","tbp","Transcription initiation factor IIA subunit 2","tbp","gtf2a2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A0R4ICI5","tbp","RNA polymerase I-specific transcription initiation factor RRN3","tbp","rrn3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QGH7","tbp","ctnnb1","tbp","ctnnb1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q91428","tbp","gata3","tbp","gata3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription factor GATA-3 (GATA-binding factor 3)","string-db","7955.ENSDARP00000017572/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","B8JKI8","tbp","htatip","tbp","kat5b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","P83571","tbp","ruvbl2","tbp","ruvbl2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6NXA3","tbp","wu:fa05d01","tbp","gtf2e2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor IIE subunit beta","string-db","7955.ENSDARP00000020885/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QMV7","tbp","Nuclear receptor coactivator 3","tbp","ncoa3","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QQZ1","tbp","Splicing factor 3B subunit 1 isoform X1","tbp","sf3b1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QVS5","tbp","fi18h02","tbp","snapc4","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R6C4","tbp","wu:fb82g12","tbp","dek","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1LUC3","tbp","kat2b","tbp","kat2b","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q2V6H0","tbp","zgc:85821","tbp","Q2V6H0","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q1LYC2","tbp","wu:fi04f03","tbp","taf1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit","string-db","7955.ENSDARP00000051195/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A0R4IV41","tbp","fb81e09","tbp","A0A0R4IV41","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZUX1","tbp","polr3c","tbp","Q7ZUX1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6P0C9","tbp","fkd7","tbp","foxa1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1R9S3","tbp","brf1","tbp","brf1a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","B-related factor 1","string-db","7955.ENSDARP00000029653/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q5SNQ6","tbp","si:dkey-12h9.4","tbp","gtf2h5","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6DRL5","tbp","mybbp1a","tbp","Q6DRL5","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A8M3BEN4","tbp","zgc:101599","tbp","A0A8M3BEN4","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A8KBY5","tbp","TAF11 RNA polymerase II, TATA box-binding protein","tbp","taf11","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","B8A552","tbp","chunp6878","tbp","B8A552","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q7ZVV4","tbp","wu:fb93b01","tbp","gtf2h2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor IIH subunit","string-db","7955.ENSDARP00000018901/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q66I03","tbp","zgc:92126","tbp","Q66I03","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A8M1NAV1","tbp","rcp9","tbp","A0A8M1NAV1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","E7FBZ0","tbp","TAF4A RNA polymerase II, TATA box-binding protein","tbp","taf4a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1QW97","tbp","fc18h09","tbp","sp1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A5D6S6","tbp","DNA-directed RNA polymerases I, II, and III subunit RPABC5","tbp","polr2l","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A8M9PTD7","tbp","Nuclear receptor coactivator 1","tbp","A0A8M9PTD7","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","F1RDV9","tbp","zgc:171795","tbp","F1RDV9","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q5U385","tbp","tbpl1","tbp","tbpl1","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","TATA box-binding protein-like 1 (TBP-like 1) (TATA box-binding protein-related factor 2) (TBP-related factor 2) (TBP-like factor)","string-db","7955.ENSDARP00000053533/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q6P0T2","tbp","taf8","tbp","Q6P0T2","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","Transcription initiation factor TFIID subunit 8 (Protein taube nuss-like) (TBP-associated factor 8)","string-db","7955.ENSDARP00000032165/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","A0A0R4I9V4","tbp","DNA-directed RNA polymerase subunit","tbp","polr1a","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000010211","physical","txid7955" +"Q7SXL3","Q4VBU5","tbp","zgc:110005","tbp","polr2j","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000010211","physical","txid7955" +"F1QDT4","R4GE15","TAF2G","si:ch211-113a14.29","taf9","si:ch211-113a14.22","Transcription initiation factor TFIID subunit 9","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","X1WDH8","TAF2G","Histone H2B","taf9","si:dkey-261m9.19","Transcription initiation factor TFIID subunit 9","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","F1QMB9","TAF2G","ccnk","taf9","F1QMB9","Transcription initiation factor TFIID subunit 9","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7FC00","TAF2G","fm52d09","taf9","si:dkeyp-118b1.2","Transcription initiation factor TFIID subunit 9","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q5BJA5","TAF2G",";","taf9","-","Transcription initiation factor TFIID subunit 9","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q7ZTT0","TAF2G","zgc:56685","taf9","Q7ZTT0","Transcription initiation factor TFIID subunit 9","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7EXD7","TAF2G","si:dkey-261m9.11","taf9","si:ch211-113a14.19","Transcription initiation factor TFIID subunit 9","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A8KBY5","TAF2G","TAF11 RNA polymerase II, TATA box-binding protein","taf9","taf11","Transcription initiation factor TFIID subunit 9","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q32PW3","TAF2G","taf2","taf9","taf2","Transcription initiation factor TFIID subunit 9","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A0A0R4IMS9","TAF2G","DNA-directed RNA polymerase subunit","taf9","polr2a","Transcription initiation factor TFIID subunit 9","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","F1QAC4","TAF2G","GLI family zinc finger 1","taf9","gli1","Transcription initiation factor TFIID subunit 9","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A0A140LG54","TAF2G","Histone H2B","taf9","si:dkey-23a13.22","Transcription initiation factor TFIID subunit 9","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7FBZ0","TAF2G","TAF4A RNA polymerase II, TATA box-binding protein","taf9","taf4a","Transcription initiation factor TFIID subunit 9","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A0A0R4IXF6","TAF2G","kat2a","taf9","kat2a","Transcription initiation factor TFIID subunit 9","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A4FVM2","TAF2G","si:ch73-368j24.13","taf9","A4FVM2","Transcription initiation factor TFIID subunit 9","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","F1QW97","TAF2G","fc18h09","taf9","sp1","Transcription initiation factor TFIID subunit 9","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q6NWA8","TAF2G","tada1","taf9","Q6NWA8","Transcription initiation factor TFIID subunit 9","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q6P013","TAF2G","fl03a12","taf9","taf12","Transcription initiation factor TFIID subunit 9","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","X1WHF1","TAF2G","Histone H2B","taf9","si:dkey-261m9.6","Transcription initiation factor TFIID subunit 9","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7EZX1","TAF2G","si:dkey-261m9.15","taf9","hist1h2a5","Transcription initiation factor TFIID subunit 9","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q8JHG4","TAF2G","CHUNP6888","taf9","taf7","Transcription initiation factor TFIID subunit 9","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7FFQ2","TAF2G","Si:dkey-219c3.2","taf9","E7FFQ2","Transcription initiation factor TFIID subunit 9","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","E7FEV1","TAF2G","fa05b10","taf9","taf6l","Transcription initiation factor TFIID subunit 9","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A0A140LGS2","TAF2G","Histone H2A","taf9","si:ch1073-153i20.5","Transcription initiation factor TFIID subunit 9","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","Q66HZ5","TAF2G","wu:fb83e08","taf9","Q66HZ5","Transcription initiation factor TFIID subunit 9","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","F1RDV9","TAF2G","zgc:171795","taf9","F1RDV9","Transcription initiation factor TFIID subunit 9","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000098102","physical","txid7955" +"F1QDT4","A0A0R4ITC5","TAF2G","trrap","taf9","trrap","Transcription initiation factor TFIID subunit 9","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000098102","physical","txid7955" +"Q9W6A5","F1QKS4","opn1mw1","wu:fe06b12","Q9W6A5","canx","Green-sensitive opsin-1 (Green cone photoreceptor pigment 1) (Opsin RH2-1) (Opsin-1, medium-wave-sensitive 1)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000001158","physical","txid7955" +"Q9W6A5","Q66I67","opn1mw1","ift20","Q9W6A5","Q66I67","Green-sensitive opsin-1 (Green cone photoreceptor pigment 1) (Opsin RH2-1) (Opsin-1, medium-wave-sensitive 1)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000001158","physical","txid7955" +"Q7ZYZ9","E7EZR6","zgc:64059","Platelet-activating factor receptor","Q7ZYZ9","E7EZR6","A disintegrin and metalloproteinase domain 8a (ADAM metallopeptidase domain 8a) (Adam8a protein) (Disintegrin and metalloproteinase domain-containing protein 8 precursor)","Platelet-activating factor receptor","string-db","7955.ENSDARP00000128308/7955.ENSDARP00000001187","physical","txid7955" +"Q9PUS3","Q6GQM3","PSMB9A","psma6b","Q9PUS3","Q6GQM3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q7ZV77","PSMB9A","wu:fe05d10","Q9PUS3","psma4","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6DRF3","PSMB9A","psmb1","Q9PUS3","psmb1","Proteasome subunit beta","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q4V918","PSMB9A","zgc:114044","Q9PUS3","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6NZ09","PSMB9A","adrm1b","Q9PUS3","Q6NZ09","Proteasome subunit beta","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6TGV6","PSMB9A","PSMA5","Q9PUS3","psma5","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000009133/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q9PUS6","PSMB9A","psmb11","Q9PUS3","Q9PUS6","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000001845/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","F1QR78","PSMB9A","zgc:92791","Q9PUS3","F1QR78","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","O57330","PSMB9A","psmb8","Q9PUS3","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6DGX8","PSMB9A","zgc:92726","Q9PUS3","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","A8E7N8","PSMB9A","im:6909492","Q9PUS3","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6P0I2","PSMB9A","zgc:77139","Q9PUS3","psma8","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006445/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q7T002","PSMB9A","C167P9.3","Q9PUS3","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6DHI9","PSMB9A","zgc:92282","Q9PUS3","psmb2","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q7SXN6","PSMB9A","Proteasome subunit alpha type","Q9PUS3","Q7SXN6","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006320/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q1LWY1","PSMB9A","psmb10","Q9PUS3","psmb13a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000001256/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q4VBR8","PSMB9A","psma2","Q9PUS3","psma2","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q7ZUJ8","PSMB9A","wu:fb11d10","Q9PUS3","psmb3","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","B0R027","PSMB9A","psmb11a","Q9PUS3","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","F1QMF9","PSMB9A","si:zc14a17.5","Q9PUS3","nedd8","Proteasome subunit beta","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","Q6DGY8","PSMB9A","zgc:92716","Q9PUS3","psma6b","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000001220","physical","txid7955" +"Q9PUS3","B3DG31","PSMB9A","si:rp71-45k5.4","Q9PUS3","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000001220","physical","txid7955" +"Q4V918","B3DG31","zgc:114044","si:rp71-45k5.4","psma3","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000108560","physical","txid7955" +"Q4V918","B0R027","zgc:114044","psmb11a","psma3","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000108560","physical","txid7955" +"Q4V918","Q7T002","zgc:114044","C167P9.3","psma3","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000108560","physical","txid7955" +"Q4V918","Q6DGX8","zgc:114044","zgc:92726","psma3","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000108560","physical","txid7955" +"Q4V918","A8E7N8","zgc:114044","im:6909492","psma3","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000108560","physical","txid7955" +"Q6DHI9","Q6GQM3","zgc:92282","psma6b","psmb2","Q6GQM3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q4V918","zgc:92282","zgc:114044","psmb2","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","F1QR78","zgc:92282","zgc:92791","psmb2","F1QR78","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","A8E7N8","zgc:92282","im:6909492","psmb2","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q6DGX8","zgc:92282","zgc:92726","psmb2","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q4VBR8","zgc:92282","psma2","psmb2","psma2","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","B0R027","zgc:92282","psmb11a","psmb2","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q6NZ09","zgc:92282","adrm1b","psmb2","Q6NZ09","Proteasome subunit beta","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","B3DG31","zgc:92282","si:rp71-45k5.4","psmb2","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","O57330","zgc:92282","psmb8","psmb2","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q7ZV77","zgc:92282","wu:fe05d10","psmb2","psma4","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000041113","physical","txid7955" +"Q6DHI9","Q7T002","zgc:92282","C167P9.3","psmb2","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000041113","physical","txid7955" +"Q6GQM3","F1QR78","psma6b","zgc:92791","Q6GQM3","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","Q4V918","psma6b","zgc:114044","Q6GQM3","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","Q7ZV77","psma6b","wu:fe05d10","Q6GQM3","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","Q6DGX8","psma6b","zgc:92726","Q6GQM3","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","A8E7N8","psma6b","im:6909492","Q6GQM3","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","Q7T002","psma6b","C167P9.3","Q6GQM3","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","B0R027","psma6b","psmb11a","Q6GQM3","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","O57330","psma6b","psmb8","Q6GQM3","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000064461","physical","txid7955" +"Q6GQM3","B3DG31","psma6b","si:rp71-45k5.4","Q6GQM3","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000064461","physical","txid7955" +"Q7T002","B3DG31","C167P9.3","si:rp71-45k5.4","psmb7","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000112303","physical","txid7955" +"Q7T002","B0R027","C167P9.3","psmb11a","psmb7","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000112303","physical","txid7955" +"Q7T002","Q6DGX8","C167P9.3","zgc:92726","psmb7","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000112303","physical","txid7955" +"Q7T002","A8E7N8","C167P9.3","im:6909492","psmb7","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000112303","physical","txid7955" +"Q7ZV77","A8E7N8","wu:fe05d10","im:6909492","psma4","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","Q4V918","wu:fe05d10","zgc:114044","psma4","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","Q6NZ09","wu:fe05d10","adrm1b","psma4","Q6NZ09","Proteasome subunit alpha type","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","Q6DGX8","wu:fe05d10","zgc:92726","psma4","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","F1QR78","wu:fe05d10","zgc:92791","psma4","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","O57330","wu:fe05d10","psmb8","psma4","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","Q7T002","wu:fe05d10","C167P9.3","psma4","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","B3DG31","wu:fe05d10","si:rp71-45k5.4","psma4","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000067511","physical","txid7955" +"Q7ZV77","B0R027","wu:fe05d10","psmb11a","psma4","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000067511","physical","txid7955" +"Q6DGY8","Q6DGX8","zgc:92716","zgc:92726","psma6b","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","A8E7N8","zgc:92716","im:6909492","psma6b","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q6GQM3","zgc:92716","psma6b","psma6b","Q6GQM3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q7T002","zgc:92716","C167P9.3","psma6b","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","B0R027","zgc:92716","psmb11a","psma6b","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q6DHI9","zgc:92716","zgc:92282","psma6b","psmb2","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","O57330","zgc:92716","psmb8","psma6b","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q4V918","zgc:92716","zgc:114044","psma6b","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q4VBR8","zgc:92716","psma2","psma6b","psma2","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","Q7ZV77","zgc:92716","wu:fe05d10","psma6b","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","F1QR78","zgc:92716","zgc:92791","psma6b","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000028134","physical","txid7955" +"Q6DGY8","B3DG31","zgc:92716","si:rp71-45k5.4","psma6b","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000028134","physical","txid7955" +"Q7ZUJ8","B0R027","wu:fb11d10","psmb11a","psmb3","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","A8E7N8","wu:fb11d10","im:6909492","psmb3","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","F1QR78","wu:fb11d10","zgc:92791","psmb3","F1QR78","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q7T002","wu:fb11d10","C167P9.3","psmb3","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q6GQM3","wu:fb11d10","psma6b","psmb3","Q6GQM3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q6DGY8","wu:fb11d10","zgc:92716","psmb3","psma6b","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q4VBR8","wu:fb11d10","psma2","psmb3","psma2","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q4V918","wu:fb11d10","zgc:114044","psmb3","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","F1QMF9","wu:fb11d10","si:zc14a17.5","psmb3","nedd8","Proteasome subunit beta","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q7ZV77","wu:fb11d10","wu:fe05d10","psmb3","psma4","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q6NZ09","wu:fb11d10","adrm1b","psmb3","Q6NZ09","Proteasome subunit beta","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q6DHI9","wu:fb11d10","zgc:92282","psmb3","psmb2","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","B3DG31","wu:fb11d10","si:rp71-45k5.4","psmb3","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","O57330","wu:fb11d10","psmb8","psmb3","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000013624","physical","txid7955" +"Q7ZUJ8","Q6DGX8","wu:fb11d10","zgc:92726","psmb3","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000013624","physical","txid7955" +"A8E7N8","B0R027","im:6909492","psmb11a","psmb4","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000117990","physical","txid7955" +"A8E7N8","Q6DGX8","im:6909492","zgc:92726","psmb4","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000117990","physical","txid7955" +"A8E7N8","B3DG31","im:6909492","si:rp71-45k5.4","psmb4","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000117990","physical","txid7955" +"Q6NZ09","Q6IQC6","adrm1b","zgc:86833","Q6NZ09","psmd4a","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q4V918","adrm1b","zgc:114044","Q6NZ09","psma3","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q7ZYX7","adrm1b","wu:fi03c01","Q6NZ09","psmd7","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q8AW07","adrm1b","fc34f08","Q6NZ09","Q8AW07","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","F6P3G4","adrm1b","psmd11a","Q6NZ09","psmd11a","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","F1R2X6","adrm1b","psme4b","Q6NZ09","F1R2X6","Proteasomal ubiquitin receptor ADRM1","Proteasome activator complex subunit 4B (Proteasome activator PA200-B)","string-db","7955.ENSDARP00000127351/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","F1QU35","adrm1b","im:7137623","Q6NZ09","psmd5","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q6AZC1","adrm1b","wu:fa14g03","Q6NZ09","psmc5","Proteasomal ubiquitin receptor ADRM1","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","A8E7N8","adrm1b","im:6909492","Q6NZ09","psmb4","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","F1QR78","adrm1b","zgc:92791","Q6NZ09","F1QR78","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q7ZU69","adrm1b","zgc:56377","Q6NZ09","psmd13","Proteasomal ubiquitin receptor ADRM1","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q7T002","adrm1b","C167P9.3","Q6NZ09","psmb7","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","O57330","adrm1b","psmb8","Q6NZ09","psmb8a","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","A0A0R4II16","adrm1b","zgc:92785","Q6NZ09","psmf1","Proteasomal ubiquitin receptor ADRM1","Proteasome inhibitor PI31 subunit","string-db","7955.ENSDARP00000133267/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","B3DG31","adrm1b","si:rp71-45k5.4","Q6NZ09","B3DG31","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000075874","physical","txid7955" +"Q6NZ09","Q6DGX8","adrm1b","zgc:92726","Q6NZ09","psma1","Proteasomal ubiquitin receptor ADRM1","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000075874","physical","txid7955" +"Q1LWY1","Q9PUS6","psmb10","psmb11","psmb13a","Q9PUS6","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000001845/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6DGY8","psmb10","zgc:92716","psmb13a","psma6b","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q4V918","psmb10","zgc:114044","psmb13a","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","A8E7N8","psmb10","im:6909492","psmb13a","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","F1QR78","psmb10","zgc:92791","psmb13a","F1QR78","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q7T002","psmb10","C167P9.3","psmb13a","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","B3DG31","psmb10","si:rp71-45k5.4","psmb13a","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6P0I2","psmb10","zgc:77139","psmb13a","psma8","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006445/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","B0R027","psmb10","psmb11a","psmb13a","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","O57330","psmb10","psmb8","psmb13a","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q7ZV77","psmb10","wu:fe05d10","psmb13a","psma4","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6TGV6","psmb10","PSMA5","psmb13a","psma5","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000009133/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q7SXN6","psmb10","Proteasome subunit alpha type","psmb13a","Q7SXN6","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006320/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6GQM3","psmb10","psma6b","psmb13a","Q6GQM3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6DHI9","psmb10","zgc:92282","psmb13a","psmb2","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q7ZUJ8","psmb10","wu:fb11d10","psmb13a","psmb3","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6DGX8","psmb10","zgc:92726","psmb13a","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q4VBR8","psmb10","psma2","psmb13a","psma2","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000001256","physical","txid7955" +"Q1LWY1","Q6DRF3","psmb10","psmb1","psmb13a","psmb1","Proteasome subunit beta","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000001256","physical","txid7955" +"Q4VBR8","B3DG31","psma2","si:rp71-45k5.4","psma2","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6NZ09","psma2","adrm1b","psma2","Q6NZ09","Proteasome subunit alpha type","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q4V918","psma2","zgc:114044","psma2","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6DGX8","psma2","zgc:92726","psma2","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q7T002","psma2","C167P9.3","psma2","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6IQC6","psma2","zgc:86833","psma2","psmd4a","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","A0A0R4II16","psma2","zgc:92785","psma2","psmf1","Proteasome subunit alpha type","Proteasome inhibitor PI31 subunit","string-db","7955.ENSDARP00000133267/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","A8E7N8","psma2","im:6909492","psma2","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6NWL6","psma2","wu:fj17f09","psma2","uchl5","Proteasome subunit alpha type","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","O57330","psma2","psmb8","psma2","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","F1QR78","psma2","zgc:92791","psma2","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6IQ72","psma2","wu:fj14c10","psma2","psmc1b","Proteasome subunit alpha type","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","string-db","7955.ENSDARP00000063949/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q7ZV77","psma2","wu:fe05d10","psma2","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q8AW07","psma2","fc34f08","psma2","Q8AW07","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q7ZU69","psma2","zgc:56377","psma2","psmd13","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6GQM3","psma2","psma6b","psma2","Q6GQM3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","F1R2X6","psma2","psme4b","psma2","F1R2X6","Proteasome subunit alpha type","Proteasome activator complex subunit 4B (Proteasome activator PA200-B)","string-db","7955.ENSDARP00000127351/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","B0R027","psma2","psmb11a","psma2","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","F1QU35","psma2","im:7137623","psma2","psmd5","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q7ZYX7","psma2","wu:fi03c01","psma2","psmd7","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000058679","physical","txid7955" +"Q4VBR8","Q6AZC1","psma2","wu:fa14g03","psma2","psmc5","Proteasome subunit alpha type","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000058679","physical","txid7955" +"F1QR78","Q7T002","zgc:92791","C167P9.3","F1QR78","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","A8E7N8","zgc:92791","im:6909492","F1QR78","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","Q4V918","zgc:92791","zgc:114044","F1QR78","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","B0R027","zgc:92791","psmb11a","F1QR78","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","Q6DGX8","zgc:92791","zgc:92726","F1QR78","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","B3DG31","zgc:92791","si:rp71-45k5.4","F1QR78","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000090716","physical","txid7955" +"F1QR78","O57330","zgc:92791","psmb8","F1QR78","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000090716","physical","txid7955" +"O57330","A8E7N8","psmb8","im:6909492","psmb8a","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000095608","physical","txid7955" +"O57330","B0R027","psmb8","psmb11a","psmb8a","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000095608","physical","txid7955" +"O57330","Q4V918","psmb8","zgc:114044","psmb8a","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000095608","physical","txid7955" +"O57330","Q6DGX8","psmb8","zgc:92726","psmb8a","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000095608","physical","txid7955" +"O57330","B3DG31","psmb8","si:rp71-45k5.4","psmb8a","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000095608","physical","txid7955" +"O57330","Q7T002","psmb8","C167P9.3","psmb8a","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000095608","physical","txid7955" +"Q6DGX8","B0R027","zgc:92726","psmb11a","psma1","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000134179","physical","txid7955" +"F1QMF9","A0A8M9P612","si:zc14a17.5","Cullin-2","nedd8","A0A8M9P612","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A0R4IUU4","si:zc14a17.5","NEDD8-conjugating enzyme Ubc12","nedd8","si:ch1073-205c8.3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1R2X6","si:zc14a17.5","psme4b","nedd8","F1R2X6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome activator complex subunit 4B (Proteasome activator PA200-B)","string-db","7955.ENSDARP00000127351/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NYM1","si:zc14a17.5","klhl21","nedd8","klhl21","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q08BZ1","si:zc14a17.5","wdr22","nedd8","Q08BZ1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1QU35","si:zc14a17.5","im:7137623","nedd8","psmd5","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NYS3","si:zc14a17.5","Cul1","nedd8","cul1a","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6DHI9","si:zc14a17.5","zgc:92282","nedd8","psmb2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7T3E0","si:zc14a17.5","wdr68","nedd8","dcaf7","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","string-db","7955.ENSDARP00000058220/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q803X4","si:zc14a17.5","dcaf13","nedd8","Q803X4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q9PUC4","si:zc14a17.5","unp309","nedd8","psme2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B3DIU1","si:zc14a17.5","cul3","nedd8","cul3b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7T3P8","si:zc14a17.5","fem1c","nedd8","Q7T3P8","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7ZVX6","si:zc14a17.5","uba3","nedd8","uba3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","string-db","7955.ENSDARP00000075198/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q0VFV7","si:zc14a17.5","kctd7","nedd8","Q0VFV7","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6DG99","si:zc14a17.5","kctd6","nedd8","kctd6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","BTB/POZ domain-containing protein KCTD6","string-db","7955.ENSDARP00000034172/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q5TZE1","si:zc14a17.5","btbd6b","nedd8","btbd6b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","BTB/POZ domain-containing protein 6-B","string-db","7955.ENSDARP00000039906/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A8WHR0","si:zc14a17.5","dcaf17","nedd8","dcaf17","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1Q509","si:zc14a17.5","zgc:153556","nedd8","commd4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A4QN68","si:zc14a17.5","si:ch211-154e15.3","nedd8","A4QN68","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q2YDS1","si:zc14a17.5","ddb2","nedd8","ddb2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E7FGS1","si:zc14a17.5","Zinc finger and BTB domain-containing 16b","nedd8","zbtb16b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6IQ72","si:zc14a17.5","wu:fj14c10","nedd8","psmc1b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","string-db","7955.ENSDARP00000063949/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B0QZE8","si:zc14a17.5","iqwd1","nedd8","dcaf6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7ZYX7","si:zc14a17.5","wu:fi03c01","nedd8","psmd7","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B3DJF2","si:zc14a17.5","fc31b01","nedd8","B3DJF2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B8A6D0","si:zc14a17.5","murr1","nedd8","B8A6D0","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q5RHI5","si:zc14a17.5","dtl","nedd8","dtl","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7ZTY4","si:zc14a17.5","rbbp7","nedd8","Q7ZTY4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7SXP2","si:zc14a17.5","nae1","nedd8","Q7SXP2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","NEDD8-activating enzyme E1 regulatory subunit (APP-BP1) (Amyloid protein-binding protein 1)","string-db","7955.ENSDARP00000026192/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NYV1","si:zc14a17.5","zgc:65867","nedd8","psmd3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q8AW07","si:zc14a17.5","fc34f08","nedd8","Q8AW07","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7ZV77","si:zc14a17.5","wu:fe05d10","nedd8","psma4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1Q9R3","si:zc14a17.5","Kelch-like protein 22","nedd8","F1Q9R3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6AZC1","si:zc14a17.5","wu:fa14g03","nedd8","psmc5","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7T002","si:zc14a17.5","C167P9.3","nedd8","psmb7","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q4V909","si:zc14a17.5","ccdc22","nedd8","Q4V909","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A0R4II16","si:zc14a17.5","zgc:92785","nedd8","psmf1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome inhibitor PI31 subunit","string-db","7955.ENSDARP00000133267/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q66IB1","si:zc14a17.5","zgc:101879","nedd8","eloca","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F8W428","si:zc14a17.5","im:7140950","nedd8","cul4b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A8E7N8","si:zc14a17.5","im:6909492","nedd8","psmb4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1QF18","si:zc14a17.5","DDB1 and CUL4-associated factor 8","nedd8","dcaf8","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NY82","si:zc14a17.5","ube2f","nedd8","ube2f","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","string-db","7955.ENSDARP00000094476/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1R7L1","si:zc14a17.5","wu:fb30g07","nedd8","psmd9","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 9 (26S proteasome regulatory subunit p27)","string-db","7955.ENSDARP00000025305/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A2R8Q1W5","si:zc14a17.5","keap1b","nedd8","keap1b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NXC6","si:zc14a17.5","wu:fi47e09","nedd8","Q6NXC6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A8M9PKI1","si:zc14a17.5","Kelch-like family member 2","nedd8","A0A8M9PKI1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like family member 2 (Kelch-like protein 2)","string-db","7955.ENSDARP00000082978/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B8JIG8","si:zc14a17.5","Kelch-like family member 5","nedd8","B8JIG8","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like family member 5 (Kelch-like protein 5)","string-db","7955.ENSDARP00000083875/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q2YDQ5","si:zc14a17.5","fbxl5","nedd8","Q2YDQ5","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7T2A3","si:zc14a17.5","dda1","nedd8","dda1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q08CL3","si:zc14a17.5","kbtbd8","nedd8","Q08CL3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A8M1PRY0","si:zc14a17.5","Kelch repeat and BTB","nedd8","A0A8M1PRY0","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A4FUL3","si:zc14a17.5","im:7137515","nedd8","rbx1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7T2C1","si:zc14a17.5","zgc:64071","nedd8","cul4a","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E9QC58","si:zc14a17.5","fc33f09","nedd8","klhl20","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","string-db","7955.ENSDARP00000056665/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E7F6F9","si:zc14a17.5","klhl3","nedd8","E7F6F9","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q502M9","si:zc14a17.5","zgc:92635","nedd8","elocb","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q4VBR8","si:zc14a17.5","psma2","nedd8","psma2","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B0R1D0","si:zc14a17.5","CH211-265P12.8","nedd8","psmc4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q4V918","si:zc14a17.5","zgc:114044","nedd8","psma3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","A0A0G2KCH4","si:zc14a17.5","klhl25","nedd8","A0A0G2KCH4","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q7ZU69","si:zc14a17.5","zgc:56377","nedd8","psmd13","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","O57330","si:zc14a17.5","psmb8","nedd8","psmb8a","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q499B0","si:zc14a17.5","zgc:110066","nedd8","Q499B0","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 11","string-db","7955.ENSDARP00000027560/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E7F7Y4","si:zc14a17.5","Fem-1 homolog b","nedd8","fem1b","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Fem-1 homolog b","string-db","7955.ENSDARP00000085236/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q504C0","si:zc14a17.5","im:6908825","nedd8","uchl3","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000095097/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","F1QR78","si:zc14a17.5","zgc:92791","nedd8","F1QR78","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6IQC6","si:zc14a17.5","zgc:86833","nedd8","psmd4a","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E9QCG0","si:zc14a17.5","COMM domain-containing protein 6","nedd8","commd6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q5RHX6","si:zc14a17.5","dcun1d4","nedd8","Q5RHX6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","B3DG31","si:zc14a17.5","si:rp71-45k5.4","nedd8","B3DG31","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6DGX8","si:zc14a17.5","zgc:92726","nedd8","psma1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6NWH1","si:zc14a17.5","dcaf10","nedd8","Q6NWH1","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","string-db","7955.ENSDARP00000047739/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6IQH4","si:zc14a17.5","zgc:86762","nedd8","psmd8","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q6DRD2","si:zc14a17.5","wu:fc85c10","nedd8","psmc6","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","Q08CI6","si:zc14a17.5","SUMO peptidase family member, NEDD8-specific","nedd8","senp8","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","SUMO peptidase family member, NEDD8-specific (Sentrin-specific protease 8 (EC 3.4.22.68)) (Zgc:153043)","string-db","7955.ENSDARP00000023878/7955.ENSDARP00000021095","physical","txid7955" +"F1QMF9","E9QHV0","si:zc14a17.5","Kelch-like protein 9 isoform X1","nedd8","E9QHV0","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000021095","physical","txid7955" +"Q6P0I2","Q6DHI9","zgc:77139","zgc:92282","psma8","psmb2","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q4V918","zgc:77139","zgc:114044","psma8","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q4VBR8","zgc:77139","psma2","psma8","psma2","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6DGX8","zgc:77139","zgc:92726","psma8","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6DRF3","zgc:77139","psmb1","psma8","psmb1","Proteasome subunit alpha type","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","B0R027","zgc:77139","psmb11a","psma8","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","O57330","zgc:77139","psmb8","psma8","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6GQM3","zgc:77139","psma6b","psma8","Q6GQM3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6TGV6","zgc:77139","PSMA5","psma8","psma5","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000009133/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6NZ09","zgc:77139","adrm1b","psma8","Q6NZ09","Proteasome subunit alpha type","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q7ZUJ8","zgc:77139","wu:fb11d10","psma8","psmb3","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q7ZV77","zgc:77139","wu:fe05d10","psma8","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","A8E7N8","zgc:77139","im:6909492","psma8","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q7T002","zgc:77139","C167P9.3","psma8","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","F1QMF9","zgc:77139","si:zc14a17.5","psma8","nedd8","Proteasome subunit alpha type","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","F1QR78","zgc:77139","zgc:92791","psma8","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","Q6DGY8","zgc:77139","zgc:92716","psma8","psma6b","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000006445","physical","txid7955" +"Q6P0I2","B3DG31","zgc:77139","si:rp71-45k5.4","psma8","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000006445","physical","txid7955" +"B3DG31","Q6DGX8","si:rp71-45k5.4","zgc:92726","B3DG31","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000127697","physical","txid7955" +"B3DG31","Q7ZYX7","si:rp71-45k5.4","wu:fi03c01","B3DG31","psmd7","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000127697","physical","txid7955" +"B3DG31","Q6IQC6","si:rp71-45k5.4","zgc:86833","B3DG31","psmd4a","Proteasome subunit alpha type","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000127697","physical","txid7955" +"B3DG31","A0A0R4II16","si:rp71-45k5.4","zgc:92785","B3DG31","psmf1","Proteasome subunit alpha type","Proteasome inhibitor PI31 subunit","string-db","7955.ENSDARP00000133267/7955.ENSDARP00000127697","physical","txid7955" +"B3DG31","B0R027","si:rp71-45k5.4","psmb11a","B3DG31","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000127697","physical","txid7955" +"Q7SXN6","Q6NZ09","Proteasome subunit alpha type","adrm1b","Q7SXN6","Q6NZ09","Proteasome subunit alpha type","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","B3DG31","Proteasome subunit alpha type","si:rp71-45k5.4","Q7SXN6","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q7T002","Proteasome subunit alpha type","C167P9.3","Q7SXN6","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q4VBR8","Proteasome subunit alpha type","psma2","Q7SXN6","psma2","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q7ZUJ8","Proteasome subunit alpha type","wu:fb11d10","Q7SXN6","psmb3","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6DHI9","Proteasome subunit alpha type","zgc:92282","Q7SXN6","psmb2","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q4V918","Proteasome subunit alpha type","zgc:114044","Q7SXN6","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6TGV6","Proteasome subunit alpha type","PSMA5","Q7SXN6","psma5","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000009133/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6DGY8","Proteasome subunit alpha type","zgc:92716","Q7SXN6","psma6b","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","A8E7N8","Proteasome subunit alpha type","im:6909492","Q7SXN6","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q7ZV77","Proteasome subunit alpha type","wu:fe05d10","Q7SXN6","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","B0R027","Proteasome subunit alpha type","psmb11a","Q7SXN6","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","O57330","Proteasome subunit alpha type","psmb8","Q7SXN6","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6GQM3","Proteasome subunit alpha type","psma6b","Q7SXN6","Q6GQM3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6P0I2","Proteasome subunit alpha type","zgc:77139","Q7SXN6","psma8","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006445/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","F1QR78","Proteasome subunit alpha type","zgc:92791","Q7SXN6","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","F1QMF9","Proteasome subunit alpha type","si:zc14a17.5","Q7SXN6","nedd8","Proteasome subunit alpha type","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6DRF3","Proteasome subunit alpha type","psmb1","Q7SXN6","psmb1","Proteasome subunit alpha type","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000006320","physical","txid7955" +"Q7SXN6","Q6DGX8","Proteasome subunit alpha type","zgc:92726","Q7SXN6","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000006320","physical","txid7955" +"Q9PUS6","Q6DGX8","psmb11","zgc:92726","Q9PUS6","psma1","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q7T002","psmb11","C167P9.3","Q9PUS6","psmb7","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6P0I2","psmb11","zgc:77139","Q9PUS6","psma8","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006445/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","B3DG31","psmb11","si:rp71-45k5.4","Q9PUS6","B3DG31","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6DGY8","psmb11","zgc:92716","Q9PUS6","psma6b","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6DHI9","psmb11","zgc:92282","Q9PUS6","psmb2","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","F1QR78","psmb11","zgc:92791","Q9PUS6","F1QR78","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q7ZV77","psmb11","wu:fe05d10","Q9PUS6","psma4","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","B0R027","psmb11","psmb11a","Q9PUS6","B0R027","Proteasome subunit beta","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q7SXN6","psmb11","Proteasome subunit alpha type","Q9PUS6","Q7SXN6","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000006320/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6TGV6","psmb11","PSMA5","Q9PUS6","psma5","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000009133/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","A8E7N8","psmb11","im:6909492","Q9PUS6","psmb4","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6GQM3","psmb11","psma6b","Q9PUS6","Q6GQM3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q7ZUJ8","psmb11","wu:fb11d10","Q9PUS6","psmb3","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q4V918","psmb11","zgc:114044","Q9PUS6","psma3","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q6DRF3","psmb11","psmb1","Q9PUS6","psmb1","Proteasome subunit beta","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","Q4VBR8","psmb11","psma2","Q9PUS6","psma2","Proteasome subunit beta","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000001845","physical","txid7955" +"Q9PUS6","O57330","psmb11","psmb8","Q9PUS6","psmb8a","Proteasome subunit beta","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000001845","physical","txid7955" +"Q6TGV6","Q6NZ09","PSMA5","adrm1b","psma5","Q6NZ09","Proteasome subunit alpha type","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","O57330","PSMA5","psmb8","psma5","psmb8a","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q4VBR8","PSMA5","psma2","psma5","psma2","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","F1QR78","PSMA5","zgc:92791","psma5","F1QR78","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q6DRF3","PSMA5","psmb1","psma5","psmb1","Proteasome subunit alpha type","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","string-db","7955.ENSDARP00000011778/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","F1QMF9","PSMA5","si:zc14a17.5","psma5","nedd8","Proteasome subunit alpha type","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q7ZUJ8","PSMA5","wu:fb11d10","psma5","psmb3","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q6GQM3","PSMA5","psma6b","psma5","Q6GQM3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q4V918","PSMA5","zgc:114044","psma5","psma3","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q804S5","PSMA5","mib1","psma5","mib1","Proteasome subunit alpha type","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q6DHI9","PSMA5","zgc:92282","psma5","psmb2","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q7ZV77","PSMA5","wu:fe05d10","psma5","psma4","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","A8E7N8","PSMA5","im:6909492","psma5","psmb4","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q6DGX8","PSMA5","zgc:92726","psma5","psma1","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","B0R027","PSMA5","psmb11a","psma5","B0R027","Proteasome subunit alpha type","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q7T002","PSMA5","C167P9.3","psma5","psmb7","Proteasome subunit alpha type","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","Q6DGY8","PSMA5","zgc:92716","psma5","psma6b","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000009133","physical","txid7955" +"Q6TGV6","B3DG31","PSMA5","si:rp71-45k5.4","psma5","B3DG31","Proteasome subunit alpha type","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000009133","physical","txid7955" +"Q6DRF3","Q6GQM3","psmb1","psma6b","psmb1","Q6GQM3","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000064461/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","F1QMF9","psmb1","si:zc14a17.5","psmb1","nedd8","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q6DGX8","psmb1","zgc:92726","psmb1","psma1","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000134179/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","F1QR78","psmb1","zgc:92791","psmb1","F1QR78","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000090716/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q7ZV77","psmb1","wu:fe05d10","psmb1","psma4","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000067511/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q7T002","psmb1","C167P9.3","psmb1","psmb7","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000112303/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q4VBR8","psmb1","psma2","psmb1","psma2","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","B0R027","psmb1","psmb11a","psmb1","B0R027","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Novel protein similar to proteasomes (Proteasome 20S subunit beta 11a) (Proteasome subunit beta type-11 (EC 3.4.25.1))","string-db","7955.ENSDARP00000151058/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","B3DG31","psmb1","si:rp71-45k5.4","psmb1","B3DG31","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","A8E7N8","psmb1","im:6909492","psmb1","psmb4","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000117990/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q6DHI9","psmb1","zgc:92282","psmb1","psmb2","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000041113/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q6NZ09","psmb1","adrm1b","psmb1","Q6NZ09","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q6DGY8","psmb1","zgc:92716","psmb1","psma6b","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000028134/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q7ZUJ8","psmb1","wu:fb11d10","psmb1","psmb3","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000013624/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","O57330","psmb1","psmb8","psmb1","psmb8a","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000011778","physical","txid7955" +"Q6DRF3","Q4V918","psmb1","zgc:114044","psmb1","psma3","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000108560/7955.ENSDARP00000011778","physical","txid7955" +"Q6ZM24","Q90474","wu:fb96b08","hsp90a.1","tomm34","Q90474","Mitochondrial import receptor subunit TOM34 (Translocase of outer mitochondrial membrane 34)","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000001240","physical","txid7955" +"F1R3X8","C0LU14","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Voltage-dependent L-type calcium channel subunit alpha","cacna2d3","C0LU14","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","E7F5Q0","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Cache domain-containing 1","cacna2d3","cachd1","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q5TZ68","Calcium channel, voltage-dependent, alpha2/delta subunit 3","si:ch211-251k4.1","cacna2d3","Q5TZ68","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","string-db","7955.ENSDARP00000027410/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","F1QH36","Calcium channel, voltage-dependent, alpha2/delta subunit 3","ZfCav1.4","cacna2d3","cacna1fb","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000041563/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q6RKB0","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacna1s","cacna2d3","Q6RKB0","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","A8B6E8","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacna2d3","cacna1eb","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","E7FGK7","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacng4","cacna2d3","E7FGK7","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","B0F0D0","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacnb4.2","cacna2d3","cacnb4a","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000022331/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","A0A0R4INZ4","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Calcium channel, voltage-dependent, gamma subunit 2b","cacna2d3","A0A0R4INZ4","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q2Q551","Calcium channel, voltage-dependent, alpha2/delta subunit 3","zgc:91982","cacna2d3","cacnb1","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","B0F0D1","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacnb4.1","cacna2d3","cacnb4b","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","A0A1D5NSP7","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacna2d2","cacna2d3","A0A1D5NSP7","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","A0A2R8QF91","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Calcium channel, voltage-dependent, gamma subunit 4a","cacna2d3","A0A2R8QF91","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","E7F9M5","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Calcium channel, voltage-dependent, gamma subunit 6b","cacna2d3","E7F9M5","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","A2BHF4","Calcium channel, voltage-dependent, alpha2/delta subunit 3","si:ch211-238e12.1","cacna2d3","A2BHF4","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent N-type calcium channel subunit alpha","string-db","7955.ENSDARP00000047718/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q6PFS3","Calcium channel, voltage-dependent, alpha2/delta subunit 3","cacng2","cacna2d3","cacng2a","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q6DBR6","Calcium channel, voltage-dependent, alpha2/delta subunit 3","stac3","cacna2d3","Q6DBR6","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","Q1L8R4","Calcium channel, voltage-dependent, alpha2/delta subunit 3","si:dkey-234p10.2","cacna2d3","Q1L8R4","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000001281","physical","txid7955" +"F1R3X8","E7F1R5","Calcium channel, voltage-dependent, alpha2/delta subunit 3","Voltage-dependent calcium channel gamma-1 subunit","cacna2d3","E7F1R5","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000001281","physical","txid7955" +"A0A2R8QF91","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 4a","shisa6","A0A2R8QF91","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000152488","physical","txid7955" +"B0F0D1","A0A0R4INZ4","cacnb4.1","Calcium channel, voltage-dependent, gamma subunit 2b","cacnb4b","A0A0R4INZ4","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","A0A1D5NSP7","cacnb4.1","cacna2d2","cacnb4b","A0A1D5NSP7","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","A0A2R8QF91","cacnb4.1","Calcium channel, voltage-dependent, gamma subunit 4a","cacnb4b","A0A2R8QF91","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","C0LU14","cacnb4.1","Voltage-dependent L-type calcium channel subunit alpha","cacnb4b","C0LU14","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","A8B6E8","cacnb4.1","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacnb4b","cacna1eb","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","Q1L8R4","cacnb4.1","si:dkey-234p10.2","cacnb4b","Q1L8R4","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","Q6DBR6","cacnb4.1","stac3","cacnb4b","Q6DBR6","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000083997","physical","txid7955" +"B0F0D1","E7FGK7","cacnb4.1","cacng4","cacnb4b","E7FGK7","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000083997","physical","txid7955" +"E7F1R5","Q1L8R4","Voltage-dependent calcium channel gamma-1 subunit","si:dkey-234p10.2","E7F1R5","Q1L8R4","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","E7FGK7","Voltage-dependent calcium channel gamma-1 subunit","cacng4","E7F1R5","E7FGK7","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","A0A1D5NSP7","Voltage-dependent calcium channel gamma-1 subunit","cacna2d2","E7F1R5","A0A1D5NSP7","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","A0A2R8QF91","Voltage-dependent calcium channel gamma-1 subunit","Calcium channel, voltage-dependent, gamma subunit 4a","E7F1R5","A0A2R8QF91","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","Q6DBR6","Voltage-dependent calcium channel gamma-1 subunit","stac3","E7F1R5","Q6DBR6","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","B0F0D1","Voltage-dependent calcium channel gamma-1 subunit","cacnb4.1","E7F1R5","cacnb4b","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","A0A0R4INZ4","Voltage-dependent calcium channel gamma-1 subunit","Calcium channel, voltage-dependent, gamma subunit 2b","E7F1R5","A0A0R4INZ4","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","A8B6E8","Voltage-dependent calcium channel gamma-1 subunit","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","E7F1R5","cacna1eb","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","E7F5Q0","Voltage-dependent calcium channel gamma-1 subunit","Cache domain-containing 1","E7F1R5","cachd1","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000068688","physical","txid7955" +"E7F1R5","C0LU14","Voltage-dependent calcium channel gamma-1 subunit","Voltage-dependent L-type calcium channel subunit alpha","E7F1R5","C0LU14","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000068688","physical","txid7955" +"Q6PFS3","A0A2R8RZ78","cacng2","shisa6","cacng2a","A0A2R8RZ78","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","B0F0D1","cacng2","cacnb4.1","cacng2a","cacnb4b","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A2R8QF68","cacng2","grik2","cacng2a","grik2","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q6RKB0","cacng2","cacna1s","cacng2a","Q6RKB0","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q5BLC7","cacng2","shisa9a","cacng2a","Q5BLC7","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A1D5NSP7","cacng2","cacna2d2","cacng2a","A0A1D5NSP7","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q71E64","cacng2","Gria1","cacng2a","gria1b","Voltage-dependent calcium channel gamma-2 subunit","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","string-db","7955.ENSDARP00000044734/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","F1QDE5","cacng2","Glutamate receptor","cacng2a","grin2ab","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","X1WEB1","cacng2","Calcium channel, voltage-dependent, gamma subunit 5b","cacng2a","cacng5b","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q71E60","cacng2","glur3b","cacng2a","Q71E60","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","B0UZC8","cacng2","vwc2l","cacng2a","vwc2l","Voltage-dependent calcium channel gamma-2 subunit","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","F1R366","cacng2","NMDAR1.1","cacng2a","grin1a","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","F6NW67","cacng2","si:dkey-21p19.1","cacng2a","F6NW67","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7F0R2","cacng2","Protein shisa-9","cacng2a","E7F0R2","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7FH62","cacng2","il12rb2l","cacng2a","E7FH62","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","I3NI77","cacng2","Glutamate receptor ionotropic, NMDA 2D","cacng2a","grin2da","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7F8B1","cacng2","Brorin-like","cacng2a","E7F8B1","Voltage-dependent calcium channel gamma-2 subunit","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7EY10","cacng2","Voltage-dependent calcium channel gamma-3 subunit","cacng2a","E7EY10","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","F1QH36","cacng2","ZfCav1.4","cacng2a","cacna1fb","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000041563/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7F9M5","cacng2","Calcium channel, voltage-dependent, gamma subunit 6b","cacng2a","E7F9M5","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A8B6E8","cacng2","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacng2a","cacna1eb","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7FGK7","cacng2","cacng4","cacng2a","E7FGK7","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","B8JLR6","cacng2","wu:fq25a07","cacng2a","B8JLR6","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","B3DHW5","cacng2","shisa9b","cacng2a","B3DHW5","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7FEG9","cacng2","grik3","cacng2a","E7FEG9","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A8M1P8P0","cacng2","zgc:112144","cacng2a","A0A8M1P8P0","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A286Y8J8","cacng2","LOC100535636","cacng2a","LOC100535636","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","F1QKT1","cacng2","glur2b","cacng2a","gria2b","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A0R4INZ4","cacng2","Calcium channel, voltage-dependent, gamma subunit 2b","cacng2a","A0A0R4INZ4","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A2CG69","cacng2","gria3.1","cacng2a","A2CG69","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q6DBR6","cacng2","stac3","cacng2a","Q6DBR6","Voltage-dependent calcium channel gamma-2 subunit","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A8M1QHZ3","cacng2","Glutamate receptor","cacng2a","A0A8M1QHZ3","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E9QCW1","cacng2","Calcium channel, voltage-dependent, gamma subunit 8b","cacng2a","cacng8b","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","B0I1T8","cacng2","brorin","cacng2a","vwc2","Voltage-dependent calcium channel gamma-2 subunit","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q1L8R4","cacng2","si:dkey-234p10.2","cacng2a","Q1L8R4","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7F5Q0","cacng2","Cache domain-containing 1","cacng2a","cachd1","Voltage-dependent calcium channel gamma-2 subunit","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","Q2Q551","cacng2","zgc:91982","cacng2a","cacnb1","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A8M1NH89","cacng2","si:ch211-243a20.1","cacng2a","A0A8M1NH89","Voltage-dependent calcium channel gamma-2 subunit","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","C0LU14","cacng2","Voltage-dependent L-type calcium channel subunit alpha","cacng2a","C0LU14","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A2R8QF91","cacng2","Calcium channel, voltage-dependent, gamma subunit 4a","cacng2a","A0A2R8QF91","Voltage-dependent calcium channel gamma-2 subunit","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","E7F1R5","cacng2","Voltage-dependent calcium channel gamma-1 subunit","cacng2a","E7F1R5","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A2BHF4","cacng2","si:ch211-238e12.1","cacng2a","A2BHF4","Voltage-dependent calcium channel gamma-2 subunit","Voltage-dependent N-type calcium channel subunit alpha","string-db","7955.ENSDARP00000047718/7955.ENSDARP00000041387","physical","txid7955" +"Q6PFS3","A0A8M2B6I1","cacng2","Protein shisa-7 isoform X1","cacng2a","A0A8M2B6I1","Voltage-dependent calcium channel gamma-2 subunit","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000041387","physical","txid7955" +"Q6RKB0","A0A0R4INZ4","cacna1s","Calcium channel, voltage-dependent, gamma subunit 2b","Q6RKB0","A0A0R4INZ4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","Q6DBR6","cacna1s","stac3","Q6RKB0","Q6DBR6","Voltage-dependent L-type calcium channel subunit alpha","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","Q1L8R4","cacna1s","si:dkey-234p10.2","Q6RKB0","Q1L8R4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","C0LU14","cacna1s","Voltage-dependent L-type calcium channel subunit alpha","Q6RKB0","C0LU14","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","A0A1D5NSP7","cacna1s","cacna2d2","Q6RKB0","A0A1D5NSP7","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","A8B6E8","cacna1s","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","Q6RKB0","cacna1eb","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","A0A2R8QF91","cacna1s","Calcium channel, voltage-dependent, gamma subunit 4a","Q6RKB0","A0A2R8QF91","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","E7F9M5","cacna1s","Calcium channel, voltage-dependent, gamma subunit 6b","Q6RKB0","E7F9M5","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","B0F0D1","cacna1s","cacnb4.1","Q6RKB0","cacnb4b","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","E7F5Q0","cacna1s","Cache domain-containing 1","Q6RKB0","cachd1","Voltage-dependent L-type calcium channel subunit alpha","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","E7F1R5","cacna1s","Voltage-dependent calcium channel gamma-1 subunit","Q6RKB0","E7F1R5","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000062405","physical","txid7955" +"Q6RKB0","E7FGK7","cacna1s","cacng4","Q6RKB0","E7FGK7","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000062405","physical","txid7955" +"B0F0D0","Q6DBR6","cacnb4.2","stac3","cacnb4a","Q6DBR6","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","Q1L8R4","cacnb4.2","si:dkey-234p10.2","cacnb4a","Q1L8R4","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","E7F9M5","cacnb4.2","Calcium channel, voltage-dependent, gamma subunit 6b","cacnb4a","E7F9M5","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","C0LU14","cacnb4.2","Voltage-dependent L-type calcium channel subunit alpha","cacnb4a","C0LU14","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","E7F5Q0","cacnb4.2","Cache domain-containing 1","cacnb4a","cachd1","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","A8B6E8","cacnb4.2","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacnb4a","cacna1eb","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","Q6PFS3","cacnb4.2","cacng2","cacnb4a","cacng2a","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","A0A0R4INZ4","cacnb4.2","Calcium channel, voltage-dependent, gamma subunit 2b","cacnb4a","A0A0R4INZ4","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","B0F0D1","cacnb4.2","cacnb4.1","cacnb4a","cacnb4b","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","F1QH36","cacnb4.2","ZfCav1.4","cacnb4a","cacna1fb","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000041563/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","A0A1D5NSP7","cacnb4.2","cacna2d2","cacnb4a","A0A1D5NSP7","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","A0A2R8QF91","cacnb4.2","Calcium channel, voltage-dependent, gamma subunit 4a","cacnb4a","A0A2R8QF91","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","Q5TZ68","cacnb4.2","si:ch211-251k4.1","cacnb4a","Q5TZ68","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","string-db","7955.ENSDARP00000027410/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","E7FGK7","cacnb4.2","cacng4","cacnb4a","E7FGK7","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","Q6RKB0","cacnb4.2","cacna1s","cacnb4a","Q6RKB0","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","A2BHF4","cacnb4.2","si:ch211-238e12.1","cacnb4a","A2BHF4","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent N-type calcium channel subunit alpha","string-db","7955.ENSDARP00000047718/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","E7F1R5","cacnb4.2","Voltage-dependent calcium channel gamma-1 subunit","cacnb4a","E7F1R5","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000022331","physical","txid7955" +"B0F0D0","Q2Q551","cacnb4.2","zgc:91982","cacnb4a","cacnb1","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000022331","physical","txid7955" +"Q6DBR6","A0A1D5NSP7","stac3","cacna2d2","Q6DBR6","A0A1D5NSP7","SH3 and cysteine-rich domain-containing protein 3","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000133228","physical","txid7955" +"Q6DBR6","A0A2R8QF91","stac3","Calcium channel, voltage-dependent, gamma subunit 4a","Q6DBR6","A0A2R8QF91","SH3 and cysteine-rich domain-containing protein 3","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000133228","physical","txid7955" +"Q6DBR6","A0A0R4INZ4","stac3","Calcium channel, voltage-dependent, gamma subunit 2b","Q6DBR6","A0A0R4INZ4","SH3 and cysteine-rich domain-containing protein 3","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000133228","physical","txid7955" +"E7FGK7","Q6DBR6","cacng4","stac3","E7FGK7","Q6DBR6","Voltage-dependent calcium channel gamma-4 subunit","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","F6NW67","cacng4","si:dkey-21p19.1","E7FGK7","F6NW67","Voltage-dependent calcium channel gamma-4 subunit","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A8M1NH89","cacng4","si:ch211-243a20.1","E7FGK7","A0A8M1NH89","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","Q71E60","cacng4","glur3b","E7FGK7","Q71E60","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","B0I1T8","cacng4","brorin","E7FGK7","vwc2","Voltage-dependent calcium channel gamma-4 subunit","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","I3NI77","cacng4","Glutamate receptor ionotropic, NMDA 2D","E7FGK7","grin2da","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","E7FH62","cacng4","il12rb2l","E7FGK7","E7FH62","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A8M1P8P0","cacng4","zgc:112144","E7FGK7","A0A8M1P8P0","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A2R8RZ78","cacng4","shisa6","E7FGK7","A0A2R8RZ78","Voltage-dependent calcium channel gamma-4 subunit","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A2R8QF68","cacng4","grik2","E7FGK7","grik2","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","B8JLR6","cacng4","wu:fq25a07","E7FGK7","B8JLR6","Voltage-dependent calcium channel gamma-4 subunit","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A8B6E8","cacng4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","E7FGK7","cacna1eb","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","F8W3T1","cacng4","ADAM metallopeptidase domain 23a","E7FGK7","F8W3T1","Voltage-dependent calcium channel gamma-4 subunit","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","E7F0R2","cacng4","Protein shisa-9","E7FGK7","E7F0R2","Voltage-dependent calcium channel gamma-4 subunit","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A2R8QF91","cacng4","Calcium channel, voltage-dependent, gamma subunit 4a","E7FGK7","A0A2R8QF91","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","B0UZC8","cacng4","vwc2l","E7FGK7","vwc2l","Voltage-dependent calcium channel gamma-4 subunit","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A0R4INZ4","cacng4","Calcium channel, voltage-dependent, gamma subunit 2b","E7FGK7","A0A0R4INZ4","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","X1WEB1","cacng4","Calcium channel, voltage-dependent, gamma subunit 5b","E7FGK7","cacng5b","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A1D5NSP7","cacng4","cacna2d2","E7FGK7","A0A1D5NSP7","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A286Y8J8","cacng4","LOC100535636","E7FGK7","LOC100535636","Voltage-dependent calcium channel gamma-4 subunit","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","A0A8M2B6I1","cacng4","Protein shisa-7 isoform X1","E7FGK7","A0A8M2B6I1","Voltage-dependent calcium channel gamma-4 subunit","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","Q1L8R4","cacng4","si:dkey-234p10.2","E7FGK7","Q1L8R4","Voltage-dependent calcium channel gamma-4 subunit","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000099217","physical","txid7955" +"E7FGK7","F1QF43","cacng4","ADAM metallopeptidase domain 22","E7FGK7","F1QF43","Voltage-dependent calcium channel gamma-4 subunit","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","string-db","7955.ENSDARP00000111920/7955.ENSDARP00000099217","physical","txid7955" +"Q1L8R4","A0A2R8QF91","si:dkey-234p10.2","Calcium channel, voltage-dependent, gamma subunit 4a","Q1L8R4","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000122169","physical","txid7955" +"Q1L8R4","A0A0R4INZ4","si:dkey-234p10.2","Calcium channel, voltage-dependent, gamma subunit 2b","Q1L8R4","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000122169","physical","txid7955" +"Q1L8R4","A0A1D5NSP7","si:dkey-234p10.2","cacna2d2","Q1L8R4","A0A1D5NSP7","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000122169","physical","txid7955" +"Q1L8R4","Q6DBR6","si:dkey-234p10.2","stac3","Q1L8R4","Q6DBR6","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000122169","physical","txid7955" +"A0A0R4INZ4","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 2b","Calcium channel, voltage-dependent, gamma subunit 4a","A0A0R4INZ4","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 2b","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","I3NI77","Calcium channel, voltage-dependent, gamma subunit 2b","Glutamate receptor ionotropic, NMDA 2D","A0A0R4INZ4","grin2da","Calcium channel, voltage-dependent, gamma subunit 2b","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","A0A1D5NSP7","Calcium channel, voltage-dependent, gamma subunit 2b","cacna2d2","A0A0R4INZ4","A0A1D5NSP7","Calcium channel, voltage-dependent, gamma subunit 2b","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 2b","shisa6","A0A0R4INZ4","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 2b","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","A0A286Y8J8","Calcium channel, voltage-dependent, gamma subunit 2b","LOC100535636","A0A0R4INZ4","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 2b","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 2b","Protein shisa-9","A0A0R4INZ4","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 2b","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000136308","physical","txid7955" +"A0A0R4INZ4","A0A2R8QF68","Calcium channel, voltage-dependent, gamma subunit 2b","grik2","A0A0R4INZ4","grik2","Calcium channel, voltage-dependent, gamma subunit 2b","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000136308","physical","txid7955" +"A2BHF4","A0A2R8QF91","si:ch211-238e12.1","Calcium channel, voltage-dependent, gamma subunit 4a","A2BHF4","A0A2R8QF91","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","A0A0R4INZ4","si:ch211-238e12.1","Calcium channel, voltage-dependent, gamma subunit 2b","A2BHF4","A0A0R4INZ4","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","C0LU14","si:ch211-238e12.1","Voltage-dependent L-type calcium channel subunit alpha","A2BHF4","C0LU14","Voltage-dependent N-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","Q2Q551","si:ch211-238e12.1","zgc:91982","A2BHF4","cacnb1","Voltage-dependent N-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","A0A1D5NSP7","si:ch211-238e12.1","cacna2d2","A2BHF4","A0A1D5NSP7","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","E7F5Q0","si:ch211-238e12.1","Cache domain-containing 1","A2BHF4","cachd1","Voltage-dependent N-type calcium channel subunit alpha","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","Q6DBR6","si:ch211-238e12.1","stac3","A2BHF4","Q6DBR6","Voltage-dependent N-type calcium channel subunit alpha","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","Q1L8R4","si:ch211-238e12.1","si:dkey-234p10.2","A2BHF4","Q1L8R4","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","E7FGK7","si:ch211-238e12.1","cacng4","A2BHF4","E7FGK7","Voltage-dependent N-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","E7F1R5","si:ch211-238e12.1","Voltage-dependent calcium channel gamma-1 subunit","A2BHF4","E7F1R5","Voltage-dependent N-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","E7F9M5","si:ch211-238e12.1","Calcium channel, voltage-dependent, gamma subunit 6b","A2BHF4","E7F9M5","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","B0F0D1","si:ch211-238e12.1","cacnb4.1","A2BHF4","cacnb4b","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","A8B6E8","si:ch211-238e12.1","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","A2BHF4","cacna1eb","Voltage-dependent N-type calcium channel subunit alpha","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000047718","physical","txid7955" +"A2BHF4","Q6RKB0","si:ch211-238e12.1","cacna1s","A2BHF4","Q6RKB0","Voltage-dependent N-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000047718","physical","txid7955" +"C0LU14","Q6DBR6","Voltage-dependent L-type calcium channel subunit alpha","stac3","C0LU14","Q6DBR6","Voltage-dependent L-type calcium channel subunit alpha","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","A8B6E8","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","C0LU14","cacna1eb","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","A0A2R8QF91","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 4a","C0LU14","A0A2R8QF91","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","Q1L8R4","Voltage-dependent L-type calcium channel subunit alpha","si:dkey-234p10.2","C0LU14","Q1L8R4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","A0A1D5NSP7","Voltage-dependent L-type calcium channel subunit alpha","cacna2d2","C0LU14","A0A1D5NSP7","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","E7FGK7","Voltage-dependent L-type calcium channel subunit alpha","cacng4","C0LU14","E7FGK7","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000096673","physical","txid7955" +"C0LU14","A0A0R4INZ4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 2b","C0LU14","A0A0R4INZ4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000096673","physical","txid7955" +"A0A1D5NSP7","A0A2R8QF91","cacna2d2","Calcium channel, voltage-dependent, gamma subunit 4a","A0A1D5NSP7","A0A2R8QF91","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000142864","physical","txid7955" +"F1QH36","E7FGK7","ZfCav1.4","cacng4","cacna1fb","E7FGK7","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","A8B6E8","ZfCav1.4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacna1fb","cacna1eb","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","E7F5Q0","ZfCav1.4","Cache domain-containing 1","cacna1fb","cachd1","Voltage-dependent L-type calcium channel subunit alpha","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","A0A2R8QF91","ZfCav1.4","Calcium channel, voltage-dependent, gamma subunit 4a","cacna1fb","A0A2R8QF91","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","Q1L8R4","ZfCav1.4","si:dkey-234p10.2","cacna1fb","Q1L8R4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","Q6DBR6","ZfCav1.4","stac3","cacna1fb","Q6DBR6","Voltage-dependent L-type calcium channel subunit alpha","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","Q6RKB0","ZfCav1.4","cacna1s","cacna1fb","Q6RKB0","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","C0LU14","ZfCav1.4","Voltage-dependent L-type calcium channel subunit alpha","cacna1fb","C0LU14","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","B0F0D1","ZfCav1.4","cacnb4.1","cacna1fb","cacnb4b","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","E7F1R5","ZfCav1.4","Voltage-dependent calcium channel gamma-1 subunit","cacna1fb","E7F1R5","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","A0A0R4INZ4","ZfCav1.4","Calcium channel, voltage-dependent, gamma subunit 2b","cacna1fb","A0A0R4INZ4","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","A0A1D5NSP7","ZfCav1.4","cacna2d2","cacna1fb","A0A1D5NSP7","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","A2BHF4","ZfCav1.4","si:ch211-238e12.1","cacna1fb","A2BHF4","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent N-type calcium channel subunit alpha","string-db","7955.ENSDARP00000047718/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","Q2Q551","ZfCav1.4","zgc:91982","cacna1fb","cacnb1","Voltage-dependent L-type calcium channel subunit alpha","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000041563","physical","txid7955" +"F1QH36","E7F9M5","ZfCav1.4","Calcium channel, voltage-dependent, gamma subunit 6b","cacna1fb","E7F9M5","Voltage-dependent L-type calcium channel subunit alpha","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000041563","physical","txid7955" +"E7F9M5","A0A1D5NSP7","Calcium channel, voltage-dependent, gamma subunit 6b","cacna2d2","E7F9M5","A0A1D5NSP7","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","A8B6E8","Calcium channel, voltage-dependent, gamma subunit 6b","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","E7F9M5","cacna1eb","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 6b","cacng4","E7F9M5","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","E7F5Q0","Calcium channel, voltage-dependent, gamma subunit 6b","Cache domain-containing 1","E7F9M5","cachd1","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","Q1L8R4","Calcium channel, voltage-dependent, gamma subunit 6b","si:dkey-234p10.2","E7F9M5","Q1L8R4","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","B0F0D1","Calcium channel, voltage-dependent, gamma subunit 6b","cacnb4.1","E7F9M5","cacnb4b","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 6b","Calcium channel, voltage-dependent, gamma subunit 4a","E7F9M5","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 6b","Calcium channel, voltage-dependent, gamma subunit 2b","E7F9M5","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","E7F1R5","Calcium channel, voltage-dependent, gamma subunit 6b","Voltage-dependent calcium channel gamma-1 subunit","E7F9M5","E7F1R5","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","Q6DBR6","Calcium channel, voltage-dependent, gamma subunit 6b","stac3","E7F9M5","Q6DBR6","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000067740","physical","txid7955" +"E7F9M5","C0LU14","Calcium channel, voltage-dependent, gamma subunit 6b","Voltage-dependent L-type calcium channel subunit alpha","E7F9M5","C0LU14","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000067740","physical","txid7955" +"Q5TZ68","A2BHF4","si:ch211-251k4.1","si:ch211-238e12.1","Q5TZ68","A2BHF4","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent N-type calcium channel subunit alpha","string-db","7955.ENSDARP00000047718/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","E7F9M5","si:ch211-251k4.1","Calcium channel, voltage-dependent, gamma subunit 6b","Q5TZ68","E7F9M5","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","Q1L8R4","si:ch211-251k4.1","si:dkey-234p10.2","Q5TZ68","Q1L8R4","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","F1QH36","si:ch211-251k4.1","ZfCav1.4","Q5TZ68","cacna1fb","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000041563/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","A0A2R8QF91","si:ch211-251k4.1","Calcium channel, voltage-dependent, gamma subunit 4a","Q5TZ68","A0A2R8QF91","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","B0F0D1","si:ch211-251k4.1","cacnb4.1","Q5TZ68","cacnb4b","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","Q6DBR6","si:ch211-251k4.1","stac3","Q5TZ68","Q6DBR6","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","E7F5Q0","si:ch211-251k4.1","Cache domain-containing 1","Q5TZ68","cachd1","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","A0A1D5NSP7","si:ch211-251k4.1","cacna2d2","Q5TZ68","A0A1D5NSP7","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","Q6PFS3","si:ch211-251k4.1","cacng2","Q5TZ68","cacng2a","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","A0A0R4INZ4","si:ch211-251k4.1","Calcium channel, voltage-dependent, gamma subunit 2b","Q5TZ68","A0A0R4INZ4","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","Q2Q551","si:ch211-251k4.1","zgc:91982","Q5TZ68","cacnb1","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","string-db","7955.ENSDARP00000057158/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","E7F1R5","si:ch211-251k4.1","Voltage-dependent calcium channel gamma-1 subunit","Q5TZ68","E7F1R5","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","C0LU14","si:ch211-251k4.1","Voltage-dependent L-type calcium channel subunit alpha","Q5TZ68","C0LU14","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","Q6RKB0","si:ch211-251k4.1","cacna1s","Q5TZ68","Q6RKB0","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","E7FGK7","si:ch211-251k4.1","cacng4","Q5TZ68","E7FGK7","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000027410","physical","txid7955" +"Q5TZ68","A8B6E8","si:ch211-251k4.1","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","Q5TZ68","cacna1eb","Calcium channel, voltage-dependent, alpha 2/delta subunit 1a (Voltage-dependent calcium channel subunit alpha-2/delta-1 precursor)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000027410","physical","txid7955" +"Q2Q551","A0A0R4INZ4","zgc:91982","Calcium channel, voltage-dependent, gamma subunit 2b","cacnb1","A0A0R4INZ4","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","E7FGK7","zgc:91982","cacng4","cacnb1","E7FGK7","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","Q1L8R4","zgc:91982","si:dkey-234p10.2","cacnb1","Q1L8R4","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","Q6DBR6","zgc:91982","stac3","cacnb1","Q6DBR6","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","E7F5Q0","zgc:91982","Cache domain-containing 1","cacnb1","cachd1","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000082397/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","A8B6E8","zgc:91982","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacnb1","cacna1eb","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","E7F9M5","zgc:91982","Calcium channel, voltage-dependent, gamma subunit 6b","cacnb1","E7F9M5","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, gamma subunit 6b (Voltage-dependent calcium channel gamma-6 subunit-like)","string-db","7955.ENSDARP00000067740/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","Q6RKB0","zgc:91982","cacna1s","cacnb1","Q6RKB0","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000062405/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","F6NW67","zgc:91982","si:dkey-21p19.1","cacnb1","F6NW67","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","C0LU14","zgc:91982","Voltage-dependent L-type calcium channel subunit alpha","cacnb1","C0LU14","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","A0A8M1P8P0","zgc:91982","zgc:112144","cacnb1","A0A8M1P8P0","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","B0F0D1","zgc:91982","cacnb4.1","cacnb1","cacnb4b","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","A0A1D5NSP7","zgc:91982","cacna2d2","cacnb1","A0A1D5NSP7","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","A0A2R8QF91","zgc:91982","Calcium channel, voltage-dependent, gamma subunit 4a","cacnb1","A0A2R8QF91","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000057158","physical","txid7955" +"Q2Q551","E7F1R5","zgc:91982","Voltage-dependent calcium channel gamma-1 subunit","cacnb1","E7F1R5","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","Voltage-dependent calcium channel gamma-1 subunit (Dihydropyridine-sensitive L-type, skeletal muscle calcium channel subunit gamma)","string-db","7955.ENSDARP00000068688/7955.ENSDARP00000057158","physical","txid7955" +"A8B6E8","Q6DBR6","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","stac3","cacna1eb","Q6DBR6","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000118832","physical","txid7955" +"A8B6E8","Q1L8R4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","si:dkey-234p10.2","cacna1eb","Q1L8R4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000118832","physical","txid7955" +"A8B6E8","A0A2R8QF91","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","Calcium channel, voltage-dependent, gamma subunit 4a","cacna1eb","A0A2R8QF91","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000118832","physical","txid7955" +"A8B6E8","A0A0R4INZ4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","Calcium channel, voltage-dependent, gamma subunit 2b","cacna1eb","A0A0R4INZ4","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000118832","physical","txid7955" +"A8B6E8","A0A1D5NSP7","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cacna2d2","cacna1eb","A0A1D5NSP7","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000118832","physical","txid7955" +"E7F5Q0","Q6DBR6","Cache domain-containing 1","stac3","cachd1","Q6DBR6","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","SH3 and cysteine-rich domain-containing protein 3","string-db","7955.ENSDARP00000133228/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","A0A0R4INZ4","Cache domain-containing 1","Calcium channel, voltage-dependent, gamma subunit 2b","cachd1","A0A0R4INZ4","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","E7FGK7","Cache domain-containing 1","cacng4","cachd1","E7FGK7","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","B0F0D1","Cache domain-containing 1","cacnb4.1","cachd1","cacnb4b","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","string-db","7955.ENSDARP00000083997/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","A0A1D5NSP7","Cache domain-containing 1","cacna2d2","cachd1","A0A1D5NSP7","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, alpha 2/delta subunit 2a (Voltage-dependent calcium channel subunit alpha-2/delta-2)","string-db","7955.ENSDARP00000142864/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","C0LU14","Cache domain-containing 1","Voltage-dependent L-type calcium channel subunit alpha","cachd1","C0LU14","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Voltage-dependent L-type calcium channel subunit alpha","string-db","7955.ENSDARP00000096673/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","A8B6E8","Cache domain-containing 1","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","cachd1","cacna1eb","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","string-db","7955.ENSDARP00000118832/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","A0A2R8QF91","Cache domain-containing 1","Calcium channel, voltage-dependent, gamma subunit 4a","cachd1","A0A2R8QF91","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000082397","physical","txid7955" +"E7F5Q0","Q1L8R4","Cache domain-containing 1","si:dkey-234p10.2","cachd1","Q1L8R4","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","Calcium channel, voltage-dependent, gamma subunit 6a (Voltage-dependent calcium channel gamma-6 subunit)","string-db","7955.ENSDARP00000122169/7955.ENSDARP00000082397","physical","txid7955" +"Q6DRM1","Q66HZ8","nkapl","zgc:92155","nkap","leng1","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","string-db","7955.ENSDARP00000029247/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q6IQL3","nkapl","Peptidyl-prolyl cis-trans isomerase","nkap","ppil3","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q08C72","nkapl","cwc22","nkap","Q08C72","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","string-db","7955.ENSDARP00000013971/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q5U3F2","nkapl","slu7","nkap","Q5U3F2","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q3KR14","nkapl","zgc:123245","nkap","ppil1","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q66I22","nkapl","srrt","nkap","srrt","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","string-db","7955.ENSDARP00000005886/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q6DGP2","nkapl","syf2","nkap","syf2","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q7T293","nkapl","sde2","nkap","Q7T293","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q6GQN4","nkapl","fam32al","nkap","fam32al","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q568K9","nkapl","fam50a","nkap","Q568K9","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Protein FAM50A","string-db","7955.ENSDARP00000028381/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q66I61","nkapl","steep1;","nkap","Q66I61","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","F1Q5L6","nkapl","wu:fa56a07","nkap","ddx5","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q568A0","nkapl","prkrip1","nkap","prkrip1","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","F1Q8W0","nkapl","cactin","nkap","F1Q8W0","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000001288","physical","txid7955" +"Q6DRM1","Q5XJ46","nkapl","DKEY-226M8.1","nkap","DKEY-226M8.1","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","string-db","7955.ENSDARP00000027320/7955.ENSDARP00000001288","physical","txid7955" +"Q66I22","Q568K9","srrt","fam50a","srrt","Q568K9","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Protein FAM50A","string-db","7955.ENSDARP00000028381/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q7T293","srrt","sde2","srrt","Q7T293","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q6DGP2","srrt","syf2","srrt","syf2","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","F1Q5L6","srrt","wu:fa56a07","srrt","ddx5","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q8JGR6","srrt","ncbp2","srrt","ncbp2","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q5U3F2","srrt","slu7","srrt","Q5U3F2","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q568A0","srrt","prkrip1","srrt","prkrip1","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q6GQN4","srrt","fam32al","srrt","fam32al","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q08C72","srrt","cwc22","srrt","Q08C72","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","string-db","7955.ENSDARP00000013971/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","F1Q8W0","srrt","cactin","srrt","F1Q8W0","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","F1QNX7","srrt","upf3b","srrt","upf3b","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","string-db","7955.ENSDARP00000011948/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q66HZ8","srrt","zgc:92155","srrt","leng1","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","string-db","7955.ENSDARP00000029247/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q3KR14","srrt","zgc:123245","srrt","ppil1","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q6IQL3","srrt","Peptidyl-prolyl cis-trans isomerase","srrt","ppil3","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q66I61","srrt","steep1;","srrt","Q66I61","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000005886","physical","txid7955" +"Q66I22","Q5XJ46","srrt","DKEY-226M8.1","srrt","DKEY-226M8.1","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","string-db","7955.ENSDARP00000027320/7955.ENSDARP00000005886","physical","txid7955" +"Q5XJ46","Q6IQL3","DKEY-226M8.1","Peptidyl-prolyl cis-trans isomerase","DKEY-226M8.1","ppil3","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q3KR14","DKEY-226M8.1","zgc:123245","DKEY-226M8.1","ppil1","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q66I61","DKEY-226M8.1","steep1;","DKEY-226M8.1","Q66I61","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q6DGP2","DKEY-226M8.1","syf2","DKEY-226M8.1","syf2","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","F1Q8W0","DKEY-226M8.1","cactin","DKEY-226M8.1","F1Q8W0","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q568K9","DKEY-226M8.1","fam50a","DKEY-226M8.1","Q568K9","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Protein FAM50A","string-db","7955.ENSDARP00000028381/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q6GQN4","DKEY-226M8.1","fam32al","DKEY-226M8.1","fam32al","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q7T293","DKEY-226M8.1","sde2","DKEY-226M8.1","Q7T293","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q568A0","DKEY-226M8.1","prkrip1","DKEY-226M8.1","prkrip1","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","F1Q5L6","DKEY-226M8.1","wu:fa56a07","DKEY-226M8.1","ddx5","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q66HZ8","DKEY-226M8.1","zgc:92155","DKEY-226M8.1","leng1","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","string-db","7955.ENSDARP00000029247/7955.ENSDARP00000027320","physical","txid7955" +"Q5XJ46","Q5U3F2","DKEY-226M8.1","slu7","DKEY-226M8.1","Q5U3F2","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000027320","physical","txid7955" +"Q6IQL3","Q3KR14","Peptidyl-prolyl cis-trans isomerase","zgc:123245","ppil3","ppil1","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","Q66I61","Peptidyl-prolyl cis-trans isomerase","steep1;","ppil3","Q66I61","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","Q6DGP2","Peptidyl-prolyl cis-trans isomerase","syf2","ppil3","syf2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","Q568A0","Peptidyl-prolyl cis-trans isomerase","prkrip1","ppil3","prkrip1","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","Q5U3F2","Peptidyl-prolyl cis-trans isomerase","slu7","ppil3","Q5U3F2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","Q6GQN4","Peptidyl-prolyl cis-trans isomerase","fam32al","ppil3","fam32al","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","F1Q5L6","Peptidyl-prolyl cis-trans isomerase","wu:fa56a07","ppil3","ddx5","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000044646","physical","txid7955" +"Q6IQL3","F1Q8W0","Peptidyl-prolyl cis-trans isomerase","cactin","ppil3","F1Q8W0","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000044646","physical","txid7955" +"Q6GQN4","Q5U3F2","fam32al","slu7","fam32al","Q5U3F2","Protein FAM32A-like","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000108572","physical","txid7955" +"Q6GQN4","Q3KR14","fam32al","zgc:123245","fam32al","ppil1","Protein FAM32A-like","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000108572","physical","txid7955" +"F1Q5L6","F1Q8W0","wu:fa56a07","cactin","ddx5","F1Q8W0","RNA helicase (EC 3.6.4.13)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","P57717","wu:fa56a07","esr1","ddx5","P57717","RNA helicase (EC 3.6.4.13)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q66I61","wu:fa56a07","steep1;","ddx5","Q66I61","RNA helicase (EC 3.6.4.13)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q5U3F2","wu:fa56a07","slu7","ddx5","Q5U3F2","RNA helicase (EC 3.6.4.13)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q804S5","wu:fa56a07","mib1","ddx5","mib1","RNA helicase (EC 3.6.4.13)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q3KR14","wu:fa56a07","zgc:123245","ddx5","ppil1","RNA helicase (EC 3.6.4.13)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q1LUC3","wu:fa56a07","kat2b","ddx5","kat2b","RNA helicase (EC 3.6.4.13)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","F1QMV7","wu:fa56a07","Nuclear receptor coactivator 3","ddx5","ncoa3","RNA helicase (EC 3.6.4.13)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q503H9","wu:fa56a07","Transcription initiation factor IIA subunit 2","ddx5","gtf2a2","RNA helicase (EC 3.6.4.13)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q6DGP2","wu:fa56a07","syf2","ddx5","syf2","RNA helicase (EC 3.6.4.13)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","F1QBS1","wu:fa56a07","hm:zeh0176","ddx5","si:dkey-156n14.5","RNA helicase (EC 3.6.4.13)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q6P0C9","wu:fa56a07","fkd7","ddx5","foxa1","RNA helicase (EC 3.6.4.13)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","A0A8M9PTD7","wu:fa56a07","Nuclear receptor coactivator 1","ddx5","A0A8M9PTD7","RNA helicase (EC 3.6.4.13)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","Q6GQN4","wu:fa56a07","fam32al","ddx5","fam32al","RNA helicase (EC 3.6.4.13)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000055491","physical","txid7955" +"F1Q5L6","B8JKI8","wu:fa56a07","htatip","ddx5","kat5b","RNA helicase (EC 3.6.4.13)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000055491","physical","txid7955" +"Q568K9","Q66HZ8","fam50a","zgc:92155","Q568K9","leng1","Protein FAM50A","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","string-db","7955.ENSDARP00000029247/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q6DGP2","fam50a","syf2","Q568K9","syf2","Protein FAM50A","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q66I61","fam50a","steep1;","Q568K9","Q66I61","Protein FAM50A","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q3KR14","fam50a","zgc:123245","Q568K9","ppil1","Protein FAM50A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q6GQN4","fam50a","fam32al","Q568K9","fam32al","Protein FAM50A","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q568A0","fam50a","prkrip1","Q568K9","prkrip1","Protein FAM50A","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q6IQL3","fam50a","Peptidyl-prolyl cis-trans isomerase","Q568K9","ppil3","Protein FAM50A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q5U3F2","fam50a","slu7","Q568K9","Q5U3F2","Protein FAM50A","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","F1Q8W0","fam50a","cactin","Q568K9","F1Q8W0","Protein FAM50A","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","F1Q5L6","fam50a","wu:fa56a07","Q568K9","ddx5","Protein FAM50A","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000028381","physical","txid7955" +"Q568K9","Q7T293","fam50a","sde2","Q568K9","Q7T293","Protein FAM50A","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000028381","physical","txid7955" +"Q08C72","Q6GQN4","cwc22","fam32al","Q08C72","fam32al","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7ZV92","cwc22","prp19","Q08C72","prpf19","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","F1Q5L6","cwc22","wu:fa56a07","Q08C72","ddx5","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7ZVA0","cwc22","smu1","Q08C72","Q7ZVA0","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","string-db","7955.ENSDARP00000089117/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7ZVA6","cwc22","eif4a3","Q08C72","Q7ZVA6","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","A8WHR3","cwc22","yju2","Q08C72","yju2","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Splicing factor YJU2","string-db","7955.ENSDARP00000035484/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q6IQU4","cwc22","cwc15","Q08C72","Q6IQU4","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Protein CWC15 homolog","string-db","7955.ENSDARP00000022647/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q568A0","cwc22","prkrip1","Q08C72","prkrip1","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7ZW86","cwc22","cwc27","Q08C72","Q7ZW86","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","string-db","7955.ENSDARP00000064209/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q568K9","cwc22","fam50a","Q08C72","Q568K9","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Protein FAM50A","string-db","7955.ENSDARP00000028381/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q66HZ8","cwc22","zgc:92155","Q08C72","leng1","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","string-db","7955.ENSDARP00000029247/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q6DGP2","cwc22","syf2","Q08C72","syf2","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q6DHU4","cwc22","prpf38a","Q08C72","prpf38a","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Pre-mRNA-splicing factor 38A","string-db","7955.ENSDARP00000057289/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7SXM7","cwc22","prpf31","Q08C72","prpf31","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q803R7","cwc22","zgc:55327","Q08C72","crnkl1","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7T293","cwc22","sde2","Q08C72","Q7T293","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q1LVE8","cwc22","sf3b3","Q08C72","sf3b3","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q5D018","cwc22","rbm8a","Q08C72","rbm8a","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q7ZUG0","cwc22","snrpe","Q08C72","snrpe","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q5U3F2","cwc22","slu7","Q08C72","Q5U3F2","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q1ECZ4","cwc22","casc3","Q08C72","casc3","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q3KR14","cwc22","zgc:123245","Q08C72","ppil1","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q6IQL3","cwc22","Peptidyl-prolyl cis-trans isomerase","Q08C72","ppil3","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q5XJ46","cwc22","DKEY-226M8.1","Q08C72","DKEY-226M8.1","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","string-db","7955.ENSDARP00000027320/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q66I61","cwc22","steep1;","Q08C72","Q66I61","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","F1Q8W0","cwc22","cactin","Q08C72","F1Q8W0","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000013971","physical","txid7955" +"Q08C72","Q5RKQ0","cwc22","bcas2","Q08C72","bcas2","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000013971","physical","txid7955" +"Q568A0","F1Q8W0","prkrip1","cactin","prkrip1","F1Q8W0","PRKR-interacting protein 1 homolog","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","Q6DGP2","prkrip1","syf2","prkrip1","syf2","PRKR-interacting protein 1 homolog","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","Q66I61","prkrip1","steep1;","prkrip1","Q66I61","PRKR-interacting protein 1 homolog","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","Q5U3F2","prkrip1","slu7","prkrip1","Q5U3F2","PRKR-interacting protein 1 homolog","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","F1Q5L6","prkrip1","wu:fa56a07","prkrip1","ddx5","PRKR-interacting protein 1 homolog","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","Q3KR14","prkrip1","zgc:123245","prkrip1","ppil1","PRKR-interacting protein 1 homolog","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000045517","physical","txid7955" +"Q568A0","Q6GQN4","prkrip1","fam32al","prkrip1","fam32al","PRKR-interacting protein 1 homolog","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000045517","physical","txid7955" +"Q6DGP2","Q3LSS0","syf2","cwf19l2","syf2","Q3LSS0","Pre-mRNA-splicing factor syf2","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","Q6GQN4","syf2","fam32al","syf2","fam32al","Pre-mRNA-splicing factor syf2","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","Q5U3F2","syf2","slu7","syf2","Q5U3F2","Pre-mRNA-splicing factor syf2","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","Q7ZV92","syf2","prp19","syf2","prpf19","Pre-mRNA-splicing factor syf2","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","F1R2E0","syf2","si:ch211-197g15.1","syf2","hnrnpm","Pre-mRNA-splicing factor syf2","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","Q803R7","syf2","zgc:55327","syf2","crnkl1","Pre-mRNA-splicing factor syf2","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000090723","physical","txid7955" +"Q6DGP2","Q3KR14","syf2","zgc:123245","syf2","ppil1","Pre-mRNA-splicing factor syf2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000090723","physical","txid7955" +"Q5U3F2","Q4V8Q5","slu7","sfrs7","Q5U3F2","srsf7b","Pre-mRNA-splicing factor SLU7","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","A5WWG4","slu7","sfrs3","Q5U3F2","srsf3b","Pre-mRNA-splicing factor SLU7","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q6DHJ0","slu7","sfrs5b","Q5U3F2","srsf5b","Pre-mRNA-splicing factor SLU7","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q6NYA0","slu7","srsf1b","Q5U3F2","srsf1b","Pre-mRNA-splicing factor SLU7","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q3KR14","slu7","zgc:123245","Q5U3F2","ppil1","Pre-mRNA-splicing factor SLU7","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q6NZT9","slu7","zgc:55876","Q5U3F2","srsf2b","Pre-mRNA-splicing factor SLU7","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q7ZVA6","slu7","eif4a3","Q5U3F2","Q7ZVA6","Pre-mRNA-splicing factor SLU7","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000112935","physical","txid7955" +"Q5U3F2","Q6PG31","slu7","rnps1","Q5U3F2","Q6PG31","Pre-mRNA-splicing factor SLU7","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000112935","physical","txid7955" +"F1Q8W0","Q3KR14","cactin","zgc:123245","F1Q8W0","ppil1","Splicing factor Cactin (zCactin)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000078145","physical","txid7955" +"F1Q8W0","Q6GQN4","cactin","fam32al","F1Q8W0","fam32al","Splicing factor Cactin (zCactin)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000078145","physical","txid7955" +"F1Q8W0","Q6DGP2","cactin","syf2","F1Q8W0","syf2","Splicing factor Cactin (zCactin)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000078145","physical","txid7955" +"F1Q8W0","Q5U3F2","cactin","slu7","F1Q8W0","Q5U3F2","Splicing factor Cactin (zCactin)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000078145","physical","txid7955" +"Q66I61","F1Q8W0","steep1;","cactin","Q66I61","F1Q8W0","STING ER exit protein (STEEP)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000069117","physical","txid7955" +"Q66I61","Q3KR14","steep1;","zgc:123245","Q66I61","ppil1","STING ER exit protein (STEEP)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000069117","physical","txid7955" +"Q66I61","Q6DGP2","steep1;","syf2","Q66I61","syf2","STING ER exit protein (STEEP)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000069117","physical","txid7955" +"Q66I61","Q6GQN4","steep1;","fam32al","Q66I61","fam32al","STING ER exit protein (STEEP)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000069117","physical","txid7955" +"Q66I61","Q5U3F2","steep1;","slu7","Q66I61","Q5U3F2","STING ER exit protein (STEEP)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000069117","physical","txid7955" +"Q7T293","Q6DGP2","sde2","syf2","Q7T293","syf2","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q3KR14","sde2","zgc:123245","Q7T293","ppil1","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","F1Q5L6","sde2","wu:fa56a07","Q7T293","ddx5","Splicing regulator SDE2 (Replication stress response regulator SDE2)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","F1Q8W0","sde2","cactin","Q7T293","F1Q8W0","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","E9QIC1","sde2","zgc:55853","Q7T293","cdc5l","Splicing regulator SDE2 (Replication stress response regulator SDE2)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q568A0","sde2","prkrip1","Q7T293","prkrip1","Splicing regulator SDE2 (Replication stress response regulator SDE2)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q66I61","sde2","steep1;","Q7T293","Q66I61","Splicing regulator SDE2 (Replication stress response regulator SDE2)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q5U3F2","sde2","slu7","Q7T293","Q5U3F2","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q6IQL3","sde2","Peptidyl-prolyl cis-trans isomerase","Q7T293","ppil3","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000043773","physical","txid7955" +"Q7T293","Q6GQN4","sde2","fam32al","Q7T293","fam32al","Splicing regulator SDE2 (Replication stress response regulator SDE2)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000043773","physical","txid7955" +"Q66HZ8","Q5U3F2","zgc:92155","slu7","leng1","Q5U3F2","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q568A0","zgc:92155","prkrip1","leng1","prkrip1","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","F1Q8W0","zgc:92155","cactin","leng1","F1Q8W0","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q7T293","zgc:92155","sde2","leng1","Q7T293","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q6DGP2","zgc:92155","syf2","leng1","syf2","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q66I61","zgc:92155","steep1;","leng1","Q66I61","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q6IQL3","zgc:92155","Peptidyl-prolyl cis-trans isomerase","leng1","ppil3","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q3KR14","zgc:92155","zgc:123245","leng1","ppil1","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","Q6GQN4","zgc:92155","fam32al","leng1","fam32al","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000029247","physical","txid7955" +"Q66HZ8","F1Q5L6","zgc:92155","wu:fa56a07","leng1","ddx5","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000029247","physical","txid7955" +"Q7ZZ04","A7YT47","fj55e05","hadha","echs1","hadhaa","Enoyl-CoA hydratase, mitochondrial (EC 4.2.1.17) (EC 5.3.3.8) (Enoyl-CoA hydratase 1) (Short-chain enoyl-CoA hydratase)","enoyl-CoA hydratase (EC 4.2.1.17)","string-db","7955.ENSDARP00000074186/7955.ENSDARP00000001565","physical","txid7955" +"A7YT47","Q58EK5","hadha","tdrd1","hadhaa","Q58EK5","enoyl-CoA hydratase (EC 4.2.1.17)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000074186","physical","txid7955" +"Q8AYM7","F1QKS4","opn1mw3","wu:fe06b12","Q8AYM7","canx","Green-sensitive opsin-3 (Green cone photoreceptor pigment 3) (Opsin RH2-3) (Opsin-1, medium-wave-sensitive 3)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000001943","physical","txid7955" +"Q8AYM7","Q1XG76","opn1mw3","si:dkey-21e2.2","Q8AYM7","Q1XG76","Green-sensitive opsin-3 (Green cone photoreceptor pigment 3) (Opsin RH2-3) (Opsin-1, medium-wave-sensitive 3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000001943","physical","txid7955" +"Q8AYM7","Q66I67","opn1mw3","ift20","Q8AYM7","Q66I67","Green-sensitive opsin-3 (Green cone photoreceptor pigment 3) (Opsin RH2-3) (Opsin-1, medium-wave-sensitive 3)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000001943","physical","txid7955" +"Q1XG76","A0A0R4IN60","si:dkey-21e2.2","Fibroblast growth factor","Q1XG76","fgf19","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q6SJP8","si:dkey-21e2.2","fgf17","Q1XG76","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A0N4SUD2","si:dkey-21e2.2","Ubi-p63E","Q1XG76","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","P48802","si:dkey-21e2.2","fgf3","Q1XG76","fgf3","Fibroblast growth factor (FGF)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","F1QAD7","si:dkey-21e2.2","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q1XG76","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q90413","si:dkey-21e2.2","fgfr4","Q1XG76","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","F1Q7S5","si:dkey-21e2.2","fb11b01","Q1XG76","gab1","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A8M1NFA3","si:dkey-21e2.2","sc:d0374","Q1XG76","A0A8M1NFA3","Fibroblast growth factor (FGF)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A0R4IKQ9","si:dkey-21e2.2","Insulin receptor substrate 2","Q1XG76","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A8M9Q0I5","si:dkey-21e2.2","Fibroblast growth factor-binding protein 1","Q1XG76","A0A8M9Q0I5","Fibroblast growth factor (FGF)","Fibroblast growth factor-binding protein 1","string-db","7955.ENSDARP00000105647/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q2LJ24","si:dkey-21e2.2","Fibroblast growth factor","Q1XG76","fgf20b","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q7SXA3","si:dkey-21e2.2","zgc:66168","Q1XG76","rps27a","Fibroblast growth factor (FGF)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","O42171","si:dkey-21e2.2","or111-4","Q1XG76","O42171","Fibroblast growth factor (FGF)","Odorant receptor (Odorant receptor, family D, subfamily 111, member 4) (Olfactory receptor protein 2.7)","string-db","7955.ENSDARP00000108081/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q6PC73","si:dkey-21e2.2","grb2","Q1XG76","grb2b","Fibroblast growth factor (FGF)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","E7F020","si:dkey-21e2.2","Fibroblast growth factor receptor substrate 2","Q1XG76","E7F020","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","B8A507","si:dkey-21e2.2","fb93g11","Q1XG76","flrt3","Fibroblast growth factor (FGF)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q9DFC9","si:dkey-21e2.2","wu:fc89b01","Q1XG76","fgf4","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","F1QHN6","si:dkey-21e2.2","im:7042025","Q1XG76","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","B3DHR9","si:dkey-21e2.2","Fibroblast growth factor","Q1XG76","fgf7","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","F1QLT3","si:dkey-21e2.2","zgc:162825","Q1XG76","F1QLT3","Fibroblast growth factor (FGF)","Fibroblast growth factor binding protein 2b isoform X1 (Fibroblast growth factor-binding protein 2b)","string-db","7955.ENSDARP00000136188/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A8M9PPG4","si:dkey-21e2.2","zgc:165461","Q1XG76","A0A8M9PPG4","Fibroblast growth factor (FGF)","Fibroblast growth factor-binding protein 1 (Fibroblast growth factor-binding protein 3)","string-db","7955.ENSDARP00000128356/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","E7F251","si:dkey-21e2.2","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q1XG76","pik3cb","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","Q8JG38","si:dkey-21e2.2","fgfr2","Q1XG76","Q8JG38","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A0R4I9X7","si:dkey-21e2.2","GRB2-associated-binding protein 2","Q1XG76","A0A0R4I9X7","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000103162","physical","txid7955" +"Q1XG76","A0A0R4IX01","si:dkey-21e2.2","Beta-klotho","Q1XG76","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000103162","physical","txid7955" +"F1QUA1","P57717","zgc:56547","esr1","usf1","P57717","Upstream stimulatory factor 1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","F1QMV7","zgc:56547","Nuclear receptor coactivator 3","usf1","ncoa3","Upstream stimulatory factor 1","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","F1QW97","zgc:56547","fc18h09","usf1","sp1","Upstream stimulatory factor 1","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","Q98TW1","zgc:56547","ncoa2","usf1","Q98TW1","Upstream stimulatory factor 1","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","Q9PUQ1","zgc:56547","etv4","usf1","Q9PUQ1","Upstream stimulatory factor 1","ETS translocation variant 4 (Polyomavirus enhancer activator 3 homolog) (Protein PEA3)","string-db","7955.ENSDARP00000016969/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","P79734","zgc:56547","tp53","usf1","tp53","Upstream stimulatory factor 1","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","A0A8M9PTD7","zgc:56547","Nuclear receptor coactivator 1","usf1","A0A8M9PTD7","Upstream stimulatory factor 1","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000002107","physical","txid7955" +"F1QUA1","Q1L959","zgc:56547","fb12g11","usf1","usf2","Upstream stimulatory factor 1","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000002107","physical","txid7955" +"F1QMV7","Q98TW1","Nuclear receptor coactivator 3","ncoa2","ncoa3","Q98TW1","Nuclear receptor coactivator 3","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","Q1L959","Nuclear receptor coactivator 3","fb12g11","ncoa3","usf2","Nuclear receptor coactivator 3","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","X1WHF1","Nuclear receptor coactivator 3","Histone H2B","ncoa3","si:dkey-261m9.6","Nuclear receptor coactivator 3","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","A0A140LG54","Nuclear receptor coactivator 3","Histone H2B","ncoa3","si:dkey-23a13.22","Nuclear receptor coactivator 3","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","Q6P0C9","Nuclear receptor coactivator 3","fkd7","ncoa3","foxa1","Nuclear receptor coactivator 3","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","E7EZ61","Nuclear receptor coactivator 3","fc11a05","ncoa3","znf217","Nuclear receptor coactivator 3","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","X1WDH8","Nuclear receptor coactivator 3","Histone H2B","ncoa3","si:dkey-261m9.19","Nuclear receptor coactivator 3","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","R4GE15","Nuclear receptor coactivator 3","si:ch211-113a14.29","ncoa3","si:ch211-113a14.22","Nuclear receptor coactivator 3","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","A4FVM2","Nuclear receptor coactivator 3","si:ch73-368j24.13","ncoa3","A4FVM2","Nuclear receptor coactivator 3","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","E7EZX1","Nuclear receptor coactivator 3","si:dkey-261m9.15","ncoa3","hist1h2a5","Nuclear receptor coactivator 3","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","A0A140LGS2","Nuclear receptor coactivator 3","Histone H2A","ncoa3","si:ch1073-153i20.5","Nuclear receptor coactivator 3","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","A0A8M9PTD7","Nuclear receptor coactivator 3","Nuclear receptor coactivator 1","ncoa3","A0A8M9PTD7","Nuclear receptor coactivator 3","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","E7EXD7","Nuclear receptor coactivator 3","si:dkey-261m9.11","ncoa3","si:ch211-113a14.19","Nuclear receptor coactivator 3","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","F1QW97","Nuclear receptor coactivator 3","fc18h09","ncoa3","sp1","Nuclear receptor coactivator 3","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","Q90YL6","Nuclear receptor coactivator 3","zFF1","ncoa3","nr5a2","Nuclear receptor coactivator 3","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000102117","physical","txid7955" +"F1QMV7","Q7ZTT0","Nuclear receptor coactivator 3","zgc:56685","ncoa3","Q7ZTT0","Nuclear receptor coactivator 3","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000102117","physical","txid7955" +"P57717","Q5XJK2","esr1","h2afx1","P57717","h2ax1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QGS9","esr1","Beta-glucuronidase","P57717","gusb","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Beta-glucuronidase (EC 3.2.1.31)","string-db","7955.ENSDARP00000086365/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q90YL6","esr1","zFF1","P57717","nr5a2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q7ZTT0","esr1","zgc:56685","P57717","Q7ZTT0","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q5BJA5","esr1",";","P57717","-","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q98TW1","esr1","ncoa2","P57717","Q98TW1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1RDV9","esr1","zgc:171795","P57717","F1RDV9","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A8M9PTD7","esr1","Nuclear receptor coactivator 1","P57717","A0A8M9PTD7","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000082277","physical","txid7955" +"P57717","X1WDH8","esr1","Histone H2B","P57717","si:dkey-261m9.19","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A2R8RKX9","esr1","zgc:101614","P57717","A0A2R8RKX9","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q4QRF4","esr1","; ;","P57717","-","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q1JPZ3","esr1","src","P57717","Q1JPZ3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6IQL7","esr1","wu:fb18b07","P57717","ppid","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q8JG38","esr1","fgfr2","P57717","Q8JG38","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6P0C9","esr1","fkd7","P57717","foxa1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000082277","physical","txid7955" +"P57717","E7EZX1","esr1","si:dkey-261m9.15","P57717","hist1h2a5","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QW97","esr1","fc18h09","P57717","sp1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A140LG54","esr1","Histone H2B","P57717","si:dkey-23a13.22","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A1L271","esr1","gnb5a","P57717","gnb5a","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000082277","physical","txid7955" +"P57717","X1WHF1","esr1","Histone H2B","P57717","si:dkey-261m9.6","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q1LUC3","esr1","kat2b","P57717","kat2b","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A0G2L6W9","esr1","Guanine nucleotide-binding protein subunit gamma","P57717","A0A0G2L6W9","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A1L1U1","esr1","Striatin","P57717","A1L1U1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000082277","physical","txid7955" +"P57717","E7EZ61","esr1","fc11a05","P57717","znf217","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000082277","physical","txid7955" +"P57717","B8JKI8","esr1","htatip","P57717","kat5b","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q9DGB8","esr1","runxa","P57717","runx1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q71PD7","esr1","h2az2a","P57717","h2az2a","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6PCS3","esr1","id:ibd5026","P57717","mef2ca","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F6NMN3","esr1","fc83f08","P57717","ppp5c","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000106662/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QAG4","esr1","Growth-regulating estrogen receptor-binding 1","P57717","greb1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","string-db","7955.ENSDARP00000115127/7955.ENSDARP00000082277","physical","txid7955" +"P57717","P46530","esr1","notch1a","P57717","P46530","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A0R4IMS9","esr1","DNA-directed RNA polymerase subunit","P57717","polr2a","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QMV7","esr1","Nuclear receptor coactivator 3","P57717","ncoa3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000082277","physical","txid7955" +"P57717","E7EXD7","esr1","si:dkey-261m9.11","P57717","si:ch211-113a14.19","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A0R4IU63","esr1","grm1","P57717","A0A0R4IU63","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A8M3ANZ5","esr1","gng12","P57717","A0A8M3ANZ5","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000082277","physical","txid7955" +"P57717","B8JHR3","esr1","gtf2f2","P57717","gtf2f2a","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A140LGT1","esr1","unp1266","P57717","A0A140LGT1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QAD7","esr1","phosphatidylinositol-4,5-bisphosphate 3-kinase","P57717","pik3ca","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A4GT83","esr1","NR3C4","P57717","A4GT83","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q561S9","esr1","H2A","P57717","hist1h2a3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A140LGS2","esr1","Histone H2A","P57717","si:ch1073-153i20.5","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A2R9YJL7","esr1","Glutamate receptor, metabotropic 1a","P57717","A0A2R9YJL7","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000082277","physical","txid7955" +"P57717","E7F5W3","esr1","si:dkey-108k21.26","P57717","hist1h2a10","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000082277","physical","txid7955" +"P57717","B8JJL3","esr1","ER[b]1","P57717","B8JJL3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6PBR4","esr1","gngt2","P57717","Q6PBR4","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q803H5","esr1","gnb1l","P57717","gnb1b","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A4FVM2","esr1","si:ch73-368j24.13","P57717","A4FVM2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F1QMY9","esr1","Nuclear receptor-interacting protein 1","P57717","nrip1a","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Nuclear receptor-interacting protein 1","string-db","7955.ENSDARP00000114091/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q1L959","esr1","fb12g11","P57717","usf2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000082277","physical","txid7955" +"P57717","R4GE15","esr1","si:ch211-113a14.29","P57717","si:ch211-113a14.22","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q1LUQ0","esr1","jmjd2b","P57717","kdm4b","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6YLH9","esr1","CAV1","P57717","cav1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000082277","physical","txid7955" +"P57717","Q6PI20","esr1","h3f3a; h3f3b.1; h3-5; h3f3d","P57717","h3f3a;h3f3b.1;h3-5;h3f3d","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000082277","physical","txid7955" +"P57717","A0A0R4IPF2","esr1","histone acetyltransferase","P57717","crebbpa","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000082277","physical","txid7955" +"P57717","O13168","esr1","tle3b","P57717","tle3b","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000082277","physical","txid7955" +"P57717","F8W2D1","esr1","wu:fb34f09","P57717","fkbp4","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000082277","physical","txid7955" +"P57717","E7F3T0","esr1","SHC-transforming protein 1","P57717","shc1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000082277","physical","txid7955" +"A0A8M9PTD7","Q6P0C9","Nuclear receptor coactivator 1","fkd7","A0A8M9PTD7","foxa1","Nuclear receptor coactivator 1","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000111627","physical","txid7955" +"A0A8M9PTD7","Q7SYN5","Nuclear receptor coactivator 1","rxrba","A0A8M9PTD7","rxrba","Nuclear receptor coactivator 1","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000111627","physical","txid7955" +"A0A8M9PTD7","A0A0R4IVP0","Nuclear receptor coactivator 1","im:7141239","A0A8M9PTD7","A0A0R4IVP0","Nuclear receptor coactivator 1","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000111627","physical","txid7955" +"A0A8M9PTD7","Q1L959","Nuclear receptor coactivator 1","fb12g11","A0A8M9PTD7","usf2","Nuclear receptor coactivator 1","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000111627","physical","txid7955" +"A0A8M9PTD7","K7DY57","Nuclear receptor coactivator 1","PPAR[a]","A0A8M9PTD7","pparab","Nuclear receptor coactivator 1","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000111627","physical","txid7955" +"A0A8M9PTD7","F1QGH7","Nuclear receptor coactivator 1","ctnnb1","A0A8M9PTD7","ctnnb1","Nuclear receptor coactivator 1","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000111627","physical","txid7955" +"P79734","E7F683","tp53","mitogen-activated protein kinase kinase kinase","tp53","map3k2","Cellular tumor antigen p53 (Tumor suppressor p53)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125758/7955.ENSDARP00000116736","physical","txid7955" +"P79734","F6P390","tp53","Bromodomain and PHD finger-containing protein 3","tp53","brpf3b","Cellular tumor antigen p53 (Tumor suppressor p53)","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000116736","physical","txid7955" +"P79734","Q7ZVY3","tp53","fb98f01","tp53","nfyc","Cellular tumor antigen p53 (Tumor suppressor p53)","Nuclear transcription factor Y subunit gamma (CAAT box DNA-binding protein subunit C) (Nuclear transcription factor Y subunit C)","string-db","7955.ENSDARP00000135886/7955.ENSDARP00000116736","physical","txid7955" +"P79734","Q6DHF1","tp53","fe11c08","tp53","ing2","Cellular tumor antigen p53 (Tumor suppressor p53)","Inhibitor of growth protein","string-db","7955.ENSDARP00000134787/7955.ENSDARP00000116736","physical","txid7955" +"P79734","E7FDB6","tp53","Transforming growth factor, beta receptor III","tp53","tgfbr3","Cellular tumor antigen p53 (Tumor suppressor p53)","Transforming growth factor, beta receptor III","string-db","7955.ENSDARP00000133083/7955.ENSDARP00000116736","physical","txid7955" +"P79734","X1WGA8","tp53","non-specific serine/threonine protein kinase","tp53","X1WGA8","Cellular tumor antigen p53 (Tumor suppressor p53)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000129263/7955.ENSDARP00000116736","physical","txid7955" +"P79734","A1L1N5","tp53","hnf1ba","tp53","A1L1N5","Cellular tumor antigen p53 (Tumor suppressor p53)","Hepatocyte nuclear factor 1-beta-A (HNF-1-beta-A) (HNF-1B-A) (Hepatocyte nuclear factor 1-beta-2) (HNF-1B-2) (Transcription factor 2) (TCF-2) (Variant hepatic nuclear factor 1) (vHNF1)","string-db","7955.ENSDARP00000119593/7955.ENSDARP00000116736","physical","txid7955" +"P79734","A0A0R4IL45","tp53","RING-type E3 ubiquitin transferase","tp53","A0A0R4IL45","Cellular tumor antigen p53 (Tumor suppressor p53)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000136136/7955.ENSDARP00000116736","physical","txid7955" +"P79734","Q6AZD3","tp53","meaf6","tp53","meaf6","Cellular tumor antigen p53 (Tumor suppressor p53)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000116736","physical","txid7955" +"P79734","F1QY38","tp53","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1","tp53","F1QY38","Cellular tumor antigen p53 (Tumor suppressor p53)","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1 (Ubiquitin-specific peptidase 42)","string-db","7955.ENSDARP00000130865/7955.ENSDARP00000116736","physical","txid7955" +"Q9PUQ1","F1QMV7","etv4","Nuclear receptor coactivator 3","Q9PUQ1","ncoa3","ETS translocation variant 4 (Polyomavirus enhancer activator 3 homolog) (Protein PEA3)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000016969","physical","txid7955" +"Q98TW1","F1QW97","ncoa2","fc18h09","Q98TW1","sp1","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000107210","physical","txid7955" +"Q98TW1","K7DY57","ncoa2","PPAR[a]","Q98TW1","pparab","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000107210","physical","txid7955" +"Q98TW1","Q1L959","ncoa2","fb12g11","Q98TW1","usf2","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000107210","physical","txid7955" +"Q98TW1","A0A8M9PTD7","ncoa2","Nuclear receptor coactivator 1","Q98TW1","A0A8M9PTD7","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000107210","physical","txid7955" +"Q6TLH9","Q6P6E4","fc30d10","zgc:77848","zmat2","Q6P6E4","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U6 snRNA-associated Sm-like protein LSm4","string-db","7955.ENSDARP00000037344/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q6PH45","fc30d10","mg:ab03a02","zmat2","prpf4","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q7ZVB5","fc30d10","wu:fa18f04","zmat2","snrpd3l","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","E7EZE6","fc30d10","LSM3","zmat2","E7EZE6","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q7ZUG0","fc30d10","snrpe","zmat2","snrpe","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","A7E2L8","fc30d10","LSM5","zmat2","lsm5","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","F1QPY7","fc30d10","zgc:103688","zmat2","snrpg","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q9I9E5","fc30d10","Snrpn","zmat2","snrpb","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","E7EZ02","fc30d10","LSM8","zmat2","lsm8","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q567V5","fc30d10","im:6908977","zmat2","snrpd2","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","A0A2R8PWG5","fc30d10","c20orf14","zmat2","prpf6","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q7ZV23","fc30d10","nhp2l1","zmat2","Q7ZV23","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q6GMH0","fc30d10","prpf18","zmat2","Q6GMH0","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q7SXM7","fc30d10","prpf31","zmat2","prpf31","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q3B728","fc30d10","zgc:123253","zmat2","txnl4b","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","A4FVI7","fc30d10","fj64g01","zmat2","A4FVI7","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q6IMW9","fc30d10","zgc:92379","zmat2","lsm6","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q7ZU93","fc30d10","zgc:56066","zmat2","snu13a","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q6DG11","fc30d10","zgc:91927","zmat2","sart1","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","string-db","7955.ENSDARP00000002453/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q5RKP8","fc30d10","lsm2","zmat2","smx5","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000002108","physical","txid7955" +"Q6TLH9","Q8JHH1","fc30d10","CHUNP6882","zmat2","Q8JHH1","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000002108","physical","txid7955" +"Q7ZUG0","Q803R7","snrpe","zgc:55327","snrpe","crnkl1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","E7EZE6","snrpe","LSM3","snrpe","E7EZE6","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1R300","snrpe","im:7142962","snrpe","snrpa1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7ZVB5","snrpe","wu:fa18f04","snrpe","snrpd3l","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","P0C218","snrpe","ddx20","snrpe","P0C218","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q5SP50","snrpe","zcrb1","snrpe","zcrb1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q5RKP8","snrpe","lsm2","snrpe","smx5","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7ZW86","snrpe","cwc27","snrpe","Q7ZW86","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","string-db","7955.ENSDARP00000064209/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6IMW9","snrpe","zgc:92379","snrpe","lsm6","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1R879","snrpe","Gem","snrpe","F1R879","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6GMH0","snrpe","prpf18","snrpe","Q6GMH0","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","B0S754","snrpe","fb63a09","snrpe","B0S754","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1QAZ5","snrpe","wu:fd13g07","snrpe","F1QAZ5","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","string-db","7955.ENSDARP00000053932/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6AXL8","snrpe","zmat5","snrpe","Q6AXL8","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A3KMT0","snrpe","CH73-131E21.2","snrpe","-","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6YMR2","snrpe","chunp6910","snrpe","phf5a","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q1JPZ7","snrpe","prpf39","snrpe","prpf39","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","E9QH84","snrpe","Gem","snrpe","gemin5","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A0A0R4IMG9","snrpe","fd10a06","snrpe","snrnp48","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6DHU4","snrpe","prpf38a","snrpe","prpf38a","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-splicing factor 38A","string-db","7955.ENSDARP00000057289/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q4TVV3","snrpe","ddx46","snrpe","Q4TVV3","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7SXM7","snrpe","prpf31","snrpe","prpf31","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7ZU93","snrpe","zgc:56066","snrpe","snu13a","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","E7EZ02","snrpe","LSM8","snrpe","lsm8","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q5RKQ0","snrpe","bcas2","snrpe","bcas2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A4FVI7","snrpe","fj64g01","snrpe","A4FVI7","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q90X41","snrpe","wu:fc38e01","snrpe","sf3a1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q3B728","snrpe","zgc:123253","snrpe","txnl4b","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1RAH8","snrpe","im:7141316","snrpe","rbmx2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6DGP2","snrpe","syf2","snrpe","syf2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1QQZ1","snrpe","Splicing factor 3B subunit 1 isoform X1","snrpe","sf3b1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A7E2L8","snrpe","LSM5","snrpe","lsm5","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q1LVE8","snrpe","sf3b3","snrpe","sf3b3","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7ZVA0","snrpe","smu1","snrpe","Q7ZVA0","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","string-db","7955.ENSDARP00000089117/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1QPY7","snrpe","zgc:103688","snrpe","snrpg","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6DRE8","snrpe","snrp70","snrpe","snrnp70","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A0A8M2B4I2","snrpe","id:ibd1257","snrpe","A0A8M2B4I2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q4KMD3","snrpe","snrnp35","snrpe","snrnp35","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","R4GDR2","snrpe","im:7148817","snrpe","snrpb2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q7ZUE4","snrpe","fb18h07","snrpe","prpf40a","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","F1QSB8","snrpe","im:7148194","snrpe","ddx42","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","A0A2R8PWG5","snrpe","c20orf14","snrpe","prpf6","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","E7F3I8","snrpe","im:2639158","snrpe","E7F3I8","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q6PH45","snrpe","mg:ab03a02","snrpe","prpf4","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","Q567V5","snrpe","im:6908977","snrpe","snrpd2","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000050295","physical","txid7955" +"Q7ZUG0","E9QCG7","snrpe","mp:zf637-1-000918","snrpe","u2surp","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000050295","physical","txid7955" +"Q5RKP8","F1QPY7","lsm2","zgc:103688","smx5","snrpg","U6 snRNA-associated Sm-like protein LSm2","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000132667","physical","txid7955" +"Q5RKP8","A0A2R8PWG5","lsm2","c20orf14","smx5","prpf6","U6 snRNA-associated Sm-like protein LSm2","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000132667","physical","txid7955" +"A4FVI7","Q7ZUE4","fj64g01","fb18h07","A4FVI7","prpf40a","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q90X41","fj64g01","wu:fc38e01","A4FVI7","sf3a1","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","A0A2R8PWG5","fj64g01","c20orf14","A4FVI7","prpf6","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","A2RRV3","fj64g01","patl1","A4FVI7","A2RRV3","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","string-db","7955.ENSDARP00000091710/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q4KMD3","fj64g01","snrnp35","A4FVI7","snrnp35","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","A7E2L8","fj64g01","LSM5","A4FVI7","lsm5","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","E7EZ02","fj64g01","LSM8","A4FVI7","lsm8","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q6PH45","fj64g01","mg:ab03a02","A4FVI7","prpf4","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","E7EZE6","fj64g01","LSM3","A4FVI7","E7EZE6","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q7SXM7","fj64g01","prpf31","A4FVI7","prpf31","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","A0A0R4IMG9","fj64g01","fd10a06","A4FVI7","snrnp48","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","A3KMT0","fj64g01","CH73-131E21.2","A4FVI7","-","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q3B728","fj64g01","zgc:123253","A4FVI7","txnl4b","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q7ZWA3","fj64g01","rbmx","A4FVI7","rbmx","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q1JPZ7","fj64g01","prpf39","A4FVI7","prpf39","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","B0S754","fj64g01","fb63a09","A4FVI7","B0S754","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","F1QPY7","fj64g01","zgc:103688","A4FVI7","snrpg","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q7ZU93","fj64g01","zgc:56066","A4FVI7","snu13a","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q5RKP8","fj64g01","lsm2","A4FVI7","smx5","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000075631","physical","txid7955" +"A4FVI7","Q7ZVB5","fj64g01","wu:fa18f04","A4FVI7","snrpd3l","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000075631","physical","txid7955" +"Q7ZV23","Q6GMH0","nhp2l1","prpf18","Q7ZV23","Q6GMH0","Ribonucloprotein","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","F1QXL6","nhp2l1","H/ACA ribonucleoprotein complex non-core subunit NAF1","Q7ZV23","naf1","Ribonucloprotein","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","F1Q4S6","nhp2l1","wu:fi43b02","Q7ZV23","nol6","Ribonucloprotein","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A2R8QFQ6","nhp2l1","fbxw11a","Q7ZV23","A0A2R8QFQ6","Ribonucloprotein","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6PH45","nhp2l1","mg:ab03a02","Q7ZV23","prpf4","Ribonucloprotein","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A2R8QAU3","nhp2l1","zgc:56526","Q7ZV23","imp3","Ribonucloprotein","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A0R4IA74","nhp2l1","fc04b12","Q7ZV23","utp23","Ribonucloprotein","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A2R8PWG5","nhp2l1","c20orf14","Q7ZV23","prpf6","Ribonucloprotein","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","F1QS85","nhp2l1","fc10d08","Q7ZV23","rpp38","Ribonucloprotein","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6PBV6","nhp2l1","nhp2","Q7ZV23","nhp2","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q567V5","nhp2l1","im:6908977","Q7ZV23","snrpd2","Ribonucloprotein","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A2R8RL46","nhp2l1","rnu3ip2","Q7ZV23","A0A2R8RL46","Ribonucloprotein","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q568H9","nhp2l1","zgc:110288","Q7ZV23","fcf1","Ribonucloprotein","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A2CEY8","nhp2l1","Si:dkey-251i10.3","Q7ZV23","si:dkey-251i10.3","Ribonucloprotein","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6IMW9","nhp2l1","zgc:92379","Q7ZV23","lsm6","Ribonucloprotein","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","E7EZE6","nhp2l1","LSM3","Q7ZV23","E7EZE6","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6DI25","nhp2l1","zgc:86740","Q7ZV23","imp4","Ribonucloprotein","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6P6X6","nhp2l1","NOP5/NOP58","Q7ZV23","Q6P6X6","Ribonucloprotein","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A4FVI7","nhp2l1","fj64g01","Q7ZV23","A4FVI7","Ribonucloprotein","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q5BJI6","nhp2l1","pop5","Q7ZV23","Q5BJI6","Ribonucloprotein","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q66I02","nhp2l1","zgc:92127","Q7ZV23","Q66I02","Ribonucloprotein","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q5XJ22","nhp2l1","fj61g07","Q7ZV23","pop7","Ribonucloprotein","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A0A0R4IQW7","nhp2l1","Small subunit processome component 20 homolog","Q7ZV23","utp20","Ribonucloprotein","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7SY48","nhp2l1","heatr1","Q7ZV23","Q7SY48","Ribonucloprotein","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7ZUG0","nhp2l1","snrpe","Q7ZV23","snrpe","Ribonucloprotein","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7ZTZ4","nhp2l1","fb37g12","Q7ZV23","fbl","Ribonucloprotein","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","A7E2L8","nhp2l1","LSM5","Q7ZV23","lsm5","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6DRE5","nhp2l1","nol5a","Q7ZV23","nop56","Ribonucloprotein","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","E7EZ02","nhp2l1","LSM8","Q7ZV23","lsm8","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7ZVE0","nhp2l1","gar1","Q7ZV23","Q7ZVE0","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6DRH5","nhp2l1","nop10","Q7ZV23","nop10","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q4VBT2","nhp2l1","noc4l","Q7ZV23","Q4VBT2","Ribonucloprotein","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7ZU93","nhp2l1","zgc:56066","Q7ZV23","snu13a","Ribonucloprotein","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q5RKP8","nhp2l1","lsm2","Q7ZV23","smx5","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q6PFJ1","nhp2l1","ngdn","Q7ZV23","Q6PFJ1","Ribonucloprotein","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7ZVB5","nhp2l1","wu:fa18f04","Q7ZV23","snrpd3l","Ribonucloprotein","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q3B728","nhp2l1","zgc:123253","Q7ZV23","txnl4b","Ribonucloprotein","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","P62084","nhp2l1","rps7","Q7ZV23","rps7","Ribonucloprotein","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","F1QPY7","nhp2l1","zgc:103688","Q7ZV23","snrpg","Ribonucloprotein","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000038446","physical","txid7955" +"Q7ZV23","Q7SXM7","nhp2l1","prpf31","Q7ZV23","prpf31","Ribonucloprotein","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000038446","physical","txid7955" +"Q6IMW9","A4FVI7","zgc:92379","fj64g01","lsm6","A4FVI7","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q3B728","zgc:92379","zgc:123253","lsm6","txnl4b","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","E7EZ02","zgc:92379","LSM8","lsm6","lsm8","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","F1QXL6","zgc:92379","H/ACA ribonucleoprotein complex non-core subunit NAF1","lsm6","naf1","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q5RKP8","zgc:92379","lsm2","lsm6","smx5","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6DBW5","zgc:92379","zgc:101136","lsm6","Q6DBW5","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U6 snRNA-associated Sm-like protein LSm1","string-db","7955.ENSDARP00000063391/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","F1QS85","zgc:92379","fc10d08","lsm6","rpp38","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6PH45","zgc:92379","mg:ab03a02","lsm6","prpf4","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q5BJI6","zgc:92379","pop5","lsm6","Q5BJI6","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6DRH5","zgc:92379","nop10","lsm6","nop10","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q7ZVB5","zgc:92379","wu:fa18f04","lsm6","snrpd3l","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6PBV6","zgc:92379","nhp2","lsm6","nhp2","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6DRE5","zgc:92379","nol5a","lsm6","nop56","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","E7EZE6","zgc:92379","LSM3","lsm6","E7EZE6","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","A2RRV3","zgc:92379","patl1","lsm6","A2RRV3","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","string-db","7955.ENSDARP00000091710/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q566W5","zgc:92379","FSHD region gene 1","lsm6","frg1","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","FSHD region gene 1 (Protein FRG1) (Zgc:112426)","string-db","7955.ENSDARP00000143283/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6P6X6","zgc:92379","NOP5/NOP58","lsm6","Q6P6X6","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","A7E2L8","zgc:92379","LSM5","lsm6","lsm5","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","F1QPY7","zgc:92379","zgc:103688","lsm6","snrpg","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","A0A2R8PWG5","zgc:92379","c20orf14","lsm6","prpf6","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q567V5","zgc:92379","im:6908977","lsm6","snrpd2","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q7ZTZ4","zgc:92379","fb37g12","lsm6","fbl","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q7ZU93","zgc:92379","zgc:56066","lsm6","snu13a","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q7ZVE0","zgc:92379","gar1","lsm6","Q7ZVE0","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q7SXM7","zgc:92379","prpf31","lsm6","prpf31","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000053772","physical","txid7955" +"Q6IMW9","Q6GMH0","zgc:92379","prpf18","lsm6","Q6GMH0","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000053772","physical","txid7955" +"Q6DG11","E7EZ02","zgc:91927","LSM8","sart1","lsm8","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q5RKP8","zgc:91927","lsm2","sart1","smx5","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q7ZUG0","zgc:91927","snrpe","sart1","snrpe","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","E7EZE6","zgc:91927","LSM3","sart1","E7EZE6","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","F1QPY7","zgc:91927","zgc:103688","sart1","snrpg","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q3B728","zgc:91927","zgc:123253","sart1","txnl4b","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q7ZU93","zgc:91927","zgc:56066","sart1","snu13a","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q7ZV23","zgc:91927","nhp2l1","sart1","Q7ZV23","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q6PH45","zgc:91927","mg:ab03a02","sart1","prpf4","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q7ZVB5","zgc:91927","wu:fa18f04","sart1","snrpd3l","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q9I9E5","zgc:91927","Snrpn","sart1","snrpb","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q6GMH0","zgc:91927","prpf18","sart1","Q6GMH0","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q6P6E4","zgc:91927","zgc:77848","sart1","Q6P6E4","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U6 snRNA-associated Sm-like protein LSm4","string-db","7955.ENSDARP00000037344/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","A4FVI7","zgc:91927","fj64g01","sart1","A4FVI7","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","A7E2L8","zgc:91927","LSM5","sart1","lsm5","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q7SXM7","zgc:91927","prpf31","sart1","prpf31","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q567V5","zgc:91927","im:6908977","sart1","snrpd2","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q8JHH1","zgc:91927","CHUNP6882","sart1","Q8JHH1","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","A0A2R8PWG5","zgc:91927","c20orf14","sart1","prpf6","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000002453","physical","txid7955" +"Q6DG11","Q6IMW9","zgc:91927","zgc:92379","sart1","lsm6","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000002453","physical","txid7955" +"E7EZ02","Q5RKP8","LSM8","lsm2","lsm8","smx5","U6 snRNA-associated Sm-like protein LSm8","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000104545","physical","txid7955" +"E7EZ02","F1QPY7","LSM8","zgc:103688","lsm8","snrpg","U6 snRNA-associated Sm-like protein LSm8","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000104545","physical","txid7955" +"E7EZ02","Q7SXM7","LSM8","prpf31","lsm8","prpf31","U6 snRNA-associated Sm-like protein LSm8","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000104545","physical","txid7955" +"E7EZ02","Q566W5","LSM8","FSHD region gene 1","lsm8","frg1","U6 snRNA-associated Sm-like protein LSm8","FSHD region gene 1 (Protein FRG1) (Zgc:112426)","string-db","7955.ENSDARP00000143283/7955.ENSDARP00000104545","physical","txid7955" +"E7EZ02","A0A2R8PWG5","LSM8","c20orf14","lsm8","prpf6","U6 snRNA-associated Sm-like protein LSm8","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000104545","physical","txid7955" +"Q8JHH1","E9QH84","CHUNP6882","Gem","Q8JHH1","gemin5","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q1JPZ7","CHUNP6882","prpf39","Q8JHH1","prpf39","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A3KMT0","CHUNP6882","CH73-131E21.2","Q8JHH1","-","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7SXM7","CHUNP6882","prpf31","Q8JHH1","prpf31","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","P0C218","CHUNP6882","ddx20","Q8JHH1","P0C218","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","E9QCG7","CHUNP6882","mp:zf637-1-000918","Q8JHH1","u2surp","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZWA3","CHUNP6882","rbmx","Q8JHH1","rbmx","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1R300","CHUNP6882","im:7142962","Q8JHH1","snrpa1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6IMW9","CHUNP6882","zgc:92379","Q8JHH1","lsm6","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q567V5","CHUNP6882","im:6908977","Q8JHH1","snrpd2","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6YMR2","CHUNP6882","chunp6910","Q8JHH1","phf5a","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","E7EZE6","CHUNP6882","LSM3","Q8JHH1","E7EZE6","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZU93","CHUNP6882","zgc:56066","Q8JHH1","snu13a","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1QAZ5","CHUNP6882","wu:fd13g07","Q8JHH1","F1QAZ5","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","string-db","7955.ENSDARP00000053932/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A0A0R4IMG9","CHUNP6882","fd10a06","Q8JHH1","snrnp48","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","R4GDR2","CHUNP6882","im:7148817","Q8JHH1","snrpb2","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A4FVI7","CHUNP6882","fj64g01","Q8JHH1","A4FVI7","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6DRE8","CHUNP6882","snrp70","Q8JHH1","snrnp70","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1RAH8","CHUNP6882","im:7141316","Q8JHH1","rbmx2","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q3B728","CHUNP6882","zgc:123253","Q8JHH1","txnl4b","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6GMH0","CHUNP6882","prpf18","Q8JHH1","Q6GMH0","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","E7EZ02","CHUNP6882","LSM8","Q8JHH1","lsm8","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZV80","CHUNP6882","smndc1","Q8JHH1","smndc1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","string-db","7955.ENSDARP00000038215/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZUG0","CHUNP6882","snrpe","Q8JHH1","snrpe","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","E7F3I8","CHUNP6882","im:2639158","Q8JHH1","E7F3I8","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A0A2R8PWG5","CHUNP6882","c20orf14","Q8JHH1","prpf6","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZVN6","CHUNP6882","zgc:55840","Q8JHH1","rbm17","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Splicing factor 45 (RNA-binding motif protein 17)","string-db","7955.ENSDARP00000044042/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6P6E4","CHUNP6882","zgc:77848","Q8JHH1","Q6P6E4","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U6 snRNA-associated Sm-like protein LSm4","string-db","7955.ENSDARP00000037344/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1QQZ1","CHUNP6882","Splicing factor 3B subunit 1 isoform X1","Q8JHH1","sf3b1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZTY9","CHUNP6882","wdr57","Q8JHH1","Q7ZTY9","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","string-db","7955.ENSDARP00000038728/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A7E2L8","CHUNP6882","LSM5","Q8JHH1","lsm5","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1QPY7","CHUNP6882","zgc:103688","Q8JHH1","snrpg","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q1LVE8","CHUNP6882","sf3b3","Q8JHH1","sf3b3","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6P2T1","CHUNP6882","fc19d01","Q8JHH1","snrpa","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U1 small nuclear ribonucleoprotein A","string-db","7955.ENSDARP00000027914/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q4TVV3","CHUNP6882","ddx46","Q8JHH1","Q4TVV3","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q4KMD3","CHUNP6882","snrnp35","Q8JHH1","snrnp35","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6AXL8","CHUNP6882","zmat5","Q8JHH1","Q6AXL8","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q6PH45","CHUNP6882","mg:ab03a02","Q8JHH1","prpf4","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","A0A8M2B4I2","CHUNP6882","id:ibd1257","Q8JHH1","A0A8M2B4I2","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q5RKP8","CHUNP6882","lsm2","Q8JHH1","smx5","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q90X41","CHUNP6882","wu:fc38e01","Q8JHH1","sf3a1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZUE4","CHUNP6882","fb18h07","Q8JHH1","prpf40a","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q566W5","CHUNP6882","FSHD region gene 1","Q8JHH1","frg1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","FSHD region gene 1 (Protein FRG1) (Zgc:112426)","string-db","7955.ENSDARP00000143283/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZVB5","CHUNP6882","wu:fa18f04","Q8JHH1","snrpd3l","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q7ZV23","CHUNP6882","nhp2l1","Q8JHH1","Q7ZV23","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1R879","CHUNP6882","Gem","Q8JHH1","F1R879","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","Q5SP50","CHUNP6882","zcrb1","Q8JHH1","zcrb1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","F1QSB8","CHUNP6882","im:7148194","Q8JHH1","ddx42","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000027770","physical","txid7955" +"Q8JHH1","B0S754","CHUNP6882","fb63a09","Q8JHH1","B0S754","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000027770","physical","txid7955" +"Q6P6E4","E7EZE6","zgc:77848","LSM3","Q6P6E4","E7EZE6","U6 snRNA-associated Sm-like protein LSm4","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q6GMH0","zgc:77848","prpf18","Q6P6E4","Q6GMH0","U6 snRNA-associated Sm-like protein LSm4","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q7SXM7","zgc:77848","prpf31","Q6P6E4","prpf31","U6 snRNA-associated Sm-like protein LSm4","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q7ZVB5","zgc:77848","wu:fa18f04","Q6P6E4","snrpd3l","U6 snRNA-associated Sm-like protein LSm4","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q7ZV23","zgc:77848","nhp2l1","Q6P6E4","Q7ZV23","U6 snRNA-associated Sm-like protein LSm4","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q5RKP8","zgc:77848","lsm2","Q6P6E4","smx5","U6 snRNA-associated Sm-like protein LSm4","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q7ZU93","zgc:77848","zgc:56066","Q6P6E4","snu13a","U6 snRNA-associated Sm-like protein LSm4","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","F1QPY7","zgc:77848","zgc:103688","Q6P6E4","snrpg","U6 snRNA-associated Sm-like protein LSm4","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q3B728","zgc:77848","zgc:123253","Q6P6E4","txnl4b","U6 snRNA-associated Sm-like protein LSm4","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q567V5","zgc:77848","im:6908977","Q6P6E4","snrpd2","U6 snRNA-associated Sm-like protein LSm4","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q6IMW9","zgc:77848","zgc:92379","Q6P6E4","lsm6","U6 snRNA-associated Sm-like protein LSm4","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","A0A2R8PWG5","zgc:77848","c20orf14","Q6P6E4","prpf6","U6 snRNA-associated Sm-like protein LSm4","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","E7EZ02","zgc:77848","LSM8","Q6P6E4","lsm8","U6 snRNA-associated Sm-like protein LSm4","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","A7E2L8","zgc:77848","LSM5","Q6P6E4","lsm5","U6 snRNA-associated Sm-like protein LSm4","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","A4FVI7","zgc:77848","fj64g01","Q6P6E4","A4FVI7","U6 snRNA-associated Sm-like protein LSm4","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","A2RRV3","zgc:77848","patl1","Q6P6E4","A2RRV3","U6 snRNA-associated Sm-like protein LSm4","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","string-db","7955.ENSDARP00000091710/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q7ZUG0","zgc:77848","snrpe","Q6P6E4","snrpe","U6 snRNA-associated Sm-like protein LSm4","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q6DBW5","zgc:77848","zgc:101136","Q6P6E4","Q6DBW5","U6 snRNA-associated Sm-like protein LSm4","U6 snRNA-associated Sm-like protein LSm1","string-db","7955.ENSDARP00000063391/7955.ENSDARP00000037344","physical","txid7955" +"Q6P6E4","Q6PH45","zgc:77848","mg:ab03a02","Q6P6E4","prpf4","U6 snRNA-associated Sm-like protein LSm4","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000037344","physical","txid7955" +"E7EZE6","Q5RKP8","LSM3","lsm2","E7EZE6","smx5","U6 snRNA-associated Sm-like protein LSm3","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000104495","physical","txid7955" +"E7EZE6","A0A2R8PWG5","LSM3","c20orf14","E7EZE6","prpf6","U6 snRNA-associated Sm-like protein LSm3","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000104495","physical","txid7955" +"E7EZE6","Q7SXM7","LSM3","prpf31","E7EZE6","prpf31","U6 snRNA-associated Sm-like protein LSm3","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000104495","physical","txid7955" +"E7EZE6","F1QPY7","LSM3","zgc:103688","E7EZE6","snrpg","U6 snRNA-associated Sm-like protein LSm3","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000104495","physical","txid7955" +"E7EZE6","E7EZ02","LSM3","LSM8","E7EZE6","lsm8","U6 snRNA-associated Sm-like protein LSm3","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000104495","physical","txid7955" +"Q567V5","F1RAH8","im:6908977","im:7141316","snrpd2","rbmx2","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q1LVE8","im:6908977","sf3b3","snrpd2","sf3b3","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","F1QPY7","im:6908977","zgc:103688","snrpd2","snrpg","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","A0A2R8PWG5","im:6908977","c20orf14","snrpd2","prpf6","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","A7E2L8","im:6908977","LSM5","snrpd2","lsm5","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q7ZUE4","im:6908977","fb18h07","snrpd2","prpf40a","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","F1QQZ1","im:6908977","Splicing factor 3B subunit 1 isoform X1","snrpd2","sf3b1","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q7ZVB5","im:6908977","wu:fa18f04","snrpd2","snrpd3l","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","E7EZE6","im:6908977","LSM3","snrpd2","E7EZE6","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q6YMR2","im:6908977","chunp6910","snrpd2","phf5a","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q7SXM7","im:6908977","prpf31","snrpd2","prpf31","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q90X41","im:6908977","wu:fc38e01","snrpd2","sf3a1","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q6PH45","im:6908977","mg:ab03a02","snrpd2","prpf4","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","A3KMT0","im:6908977","CH73-131E21.2","snrpd2","-","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q1JPZ7","im:6908977","prpf39","snrpd2","prpf39","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q3B728","im:6908977","zgc:123253","snrpd2","txnl4b","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","A4FVI7","im:6908977","fj64g01","snrpd2","A4FVI7","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q7ZU93","im:6908977","zgc:56066","snrpd2","snu13a","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","F1R300","im:6908977","im:7142962","snrpd2","snrpa1","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","A0A8M2B4I2","im:6908977","id:ibd1257","snrpd2","A0A8M2B4I2","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","E7EZ02","im:6908977","LSM8","snrpd2","lsm8","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q5RKP8","im:6908977","lsm2","snrpd2","smx5","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000059193","physical","txid7955" +"Q567V5","Q6GMH0","im:6908977","prpf18","snrpd2","Q6GMH0","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000059193","physical","txid7955" +"Q7ZVB5","A0A0R4IMG9","wu:fa18f04","fd10a06","snrpd3l","snrnp48","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","A0A8M2B4I2","wu:fa18f04","id:ibd1257","snrpd3l","A0A8M2B4I2","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","E9QH84","wu:fa18f04","Gem","snrpd3l","gemin5","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","P0C218","wu:fa18f04","ddx20","snrpd3l","P0C218","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","F1QPY7","wu:fa18f04","zgc:103688","snrpd3l","snrpg","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q1JPZ7","wu:fa18f04","prpf39","snrpd3l","prpf39","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q4TVV3","wu:fa18f04","ddx46","snrpd3l","Q4TVV3","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","F1R300","wu:fa18f04","im:7142962","snrpd3l","snrpa1","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q7ZWA3","wu:fa18f04","rbmx","snrpd3l","rbmx","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","E7EZE6","wu:fa18f04","LSM3","snrpd3l","E7EZE6","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q3B728","wu:fa18f04","zgc:123253","snrpd3l","txnl4b","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q5RKP8","wu:fa18f04","lsm2","snrpd3l","smx5","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","F1RAH8","wu:fa18f04","im:7141316","snrpd3l","rbmx2","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q7SXM7","wu:fa18f04","prpf31","snrpd3l","prpf31","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","A0A2R8PWG5","wu:fa18f04","c20orf14","snrpd3l","prpf6","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q90X41","wu:fa18f04","wu:fc38e01","snrpd3l","sf3a1","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q4KMD3","wu:fa18f04","snrnp35","snrpd3l","snrnp35","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","E7EZ02","wu:fa18f04","LSM8","snrpd3l","lsm8","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","F1QSB8","wu:fa18f04","im:7148194","snrpd3l","ddx42","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000100216","physical","txid7955" +"Q7ZVB5","Q1LVE8","wu:fa18f04","sf3b3","snrpd3l","sf3b3","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000100216","physical","txid7955" +"A7E2L8","E7EZ02","LSM5","LSM8","lsm5","lsm8","U6 snRNA-associated Sm-like protein LSm5","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","Q3B728","LSM5","zgc:123253","lsm5","txnl4b","U6 snRNA-associated Sm-like protein LSm5","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","F1QPY7","LSM5","zgc:103688","lsm5","snrpg","U6 snRNA-associated Sm-like protein LSm5","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","A0A2R8PWG5","LSM5","c20orf14","lsm5","prpf6","U6 snRNA-associated Sm-like protein LSm5","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","E7EZE6","LSM5","LSM3","lsm5","E7EZE6","U6 snRNA-associated Sm-like protein LSm5","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","Q7SXM7","LSM5","prpf31","lsm5","prpf31","U6 snRNA-associated Sm-like protein LSm5","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","Q5RKP8","LSM5","lsm2","lsm5","smx5","U6 snRNA-associated Sm-like protein LSm5","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000096681","physical","txid7955" +"A7E2L8","Q7ZVB5","LSM5","wu:fa18f04","lsm5","snrpd3l","U6 snRNA-associated Sm-like protein LSm5","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000096681","physical","txid7955" +"Q3B728","A0A8M2B4I2","zgc:123253","id:ibd1257","txnl4b","A0A8M2B4I2","Thioredoxin-like protein","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","Q5RKP8","zgc:123253","lsm2","txnl4b","smx5","Thioredoxin-like protein","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","F1QPY7","zgc:123253","zgc:103688","txnl4b","snrpg","Thioredoxin-like protein","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","A0A2R8PWG5","zgc:123253","c20orf14","txnl4b","prpf6","Thioredoxin-like protein","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","E7EZE6","zgc:123253","LSM3","txnl4b","E7EZE6","Thioredoxin-like protein","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","E7EZ02","zgc:123253","LSM8","txnl4b","lsm8","Thioredoxin-like protein","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000100887","physical","txid7955" +"Q3B728","Q7SXM7","zgc:123253","prpf31","txnl4b","prpf31","Thioredoxin-like protein","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000100887","physical","txid7955" +"F1QPY7","Q4KMD3","zgc:103688","snrnp35","snrpg","snrnp35","Small nuclear ribonucleoprotein G (snRNP-G)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","P0C218","zgc:103688","ddx20","snrpg","P0C218","Small nuclear ribonucleoprotein G (snRNP-G)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","Q1LVE8","zgc:103688","sf3b3","snrpg","sf3b3","Small nuclear ribonucleoprotein G (snRNP-G)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","Q4TVV3","zgc:103688","ddx46","snrpg","Q4TVV3","Small nuclear ribonucleoprotein G (snRNP-G)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","Q90X41","zgc:103688","wu:fc38e01","snrpg","sf3a1","Small nuclear ribonucleoprotein G (snRNP-G)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","A0A0R4IMG9","zgc:103688","fd10a06","snrpg","snrnp48","Small nuclear ribonucleoprotein G (snRNP-G)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","Q1JPZ7","zgc:103688","prpf39","snrpg","prpf39","Small nuclear ribonucleoprotein G (snRNP-G)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000133036","physical","txid7955" +"F1QPY7","A0A2R8PWG5","zgc:103688","c20orf14","snrpg","prpf6","Small nuclear ribonucleoprotein G (snRNP-G)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000133036","physical","txid7955" +"Q6PH45","E7EZE6","mg:ab03a02","LSM3","prpf4","E7EZE6","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","Q7ZVB5","mg:ab03a02","wu:fa18f04","prpf4","snrpd3l","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","Q5RKP8","mg:ab03a02","lsm2","prpf4","smx5","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","A7E2L8","mg:ab03a02","LSM5","prpf4","lsm5","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","A0A2R8PWG5","mg:ab03a02","c20orf14","prpf4","prpf6","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","E7EZ02","mg:ab03a02","LSM8","prpf4","lsm8","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","Q3B728","mg:ab03a02","zgc:123253","prpf4","txnl4b","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","F1QPY7","mg:ab03a02","zgc:103688","prpf4","snrpg","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","A0A8M2B4I2","mg:ab03a02","id:ibd1257","prpf4","A0A8M2B4I2","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000088166","physical","txid7955" +"Q6PH45","Q7SXM7","mg:ab03a02","prpf31","prpf4","prpf31","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000088166","physical","txid7955" +"Q9I9E5","Q6GMH0","Snrpn","prpf18","snrpb","Q6GMH0","Small nuclear ribonucleoprotein-associated protein","Pre-mRNA-splicing factor 18 (PRP18 homolog)","string-db","7955.ENSDARP00000075597/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A0A8M2B4I2","Snrpn","id:ibd1257","snrpb","A0A8M2B4I2","Small nuclear ribonucleoprotein-associated protein","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","P0C218","Snrpn","ddx20","snrpb","P0C218","Small nuclear ribonucleoprotein-associated protein","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1RAH8","Snrpn","im:7141316","snrpb","rbmx2","Small nuclear ribonucleoprotein-associated protein","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q567V5","Snrpn","im:6908977","snrpb","snrpd2","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q5SP50","Snrpn","zcrb1","snrpb","zcrb1","Small nuclear ribonucleoprotein-associated protein","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","E7EZE6","Snrpn","LSM3","snrpb","E7EZE6","Small nuclear ribonucleoprotein-associated protein","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q4TVV3","Snrpn","ddx46","snrpb","Q4TVV3","Small nuclear ribonucleoprotein-associated protein","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6P6E4","Snrpn","zgc:77848","snrpb","Q6P6E4","Small nuclear ribonucleoprotein-associated protein","U6 snRNA-associated Sm-like protein LSm4","string-db","7955.ENSDARP00000037344/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6DRE8","Snrpn","snrp70","snrpb","snrnp70","Small nuclear ribonucleoprotein-associated protein","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6P2T1","Snrpn","fc19d01","snrpb","snrpa","Small nuclear ribonucleoprotein-associated protein","U1 small nuclear ribonucleoprotein A","string-db","7955.ENSDARP00000027914/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","E7EZ02","Snrpn","LSM8","snrpb","lsm8","Small nuclear ribonucleoprotein-associated protein","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","B0S754","Snrpn","fb63a09","snrpb","B0S754","Small nuclear ribonucleoprotein-associated protein","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","R4GDR2","Snrpn","im:7148817","snrpb","snrpb2","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZUG0","Snrpn","snrpe","snrpb","snrpe","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q1LVE8","Snrpn","sf3b3","snrpb","sf3b3","Small nuclear ribonucleoprotein-associated protein","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A7E2L8","Snrpn","LSM5","snrpb","lsm5","Small nuclear ribonucleoprotein-associated protein","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZUE4","Snrpn","fb18h07","snrpb","prpf40a","Small nuclear ribonucleoprotein-associated protein","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A0A0R4IMG9","Snrpn","fd10a06","snrpb","snrnp48","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q1JPZ7","Snrpn","prpf39","snrpb","prpf39","Small nuclear ribonucleoprotein-associated protein","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6YMR2","Snrpn","chunp6910","snrpb","phf5a","Small nuclear ribonucleoprotein-associated protein","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A0A2R8PWG5","Snrpn","c20orf14","snrpb","prpf6","Small nuclear ribonucleoprotein-associated protein","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q90X41","Snrpn","wu:fc38e01","snrpb","sf3a1","Small nuclear ribonucleoprotein-associated protein","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1QSB8","Snrpn","im:7148194","snrpb","ddx42","Small nuclear ribonucleoprotein-associated protein","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZV80","Snrpn","smndc1","snrpb","smndc1","Small nuclear ribonucleoprotein-associated protein","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","string-db","7955.ENSDARP00000038215/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","E7F3I8","Snrpn","im:2639158","snrpb","E7F3I8","Small nuclear ribonucleoprotein-associated protein","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6IMW9","Snrpn","zgc:92379","snrpb","lsm6","Small nuclear ribonucleoprotein-associated protein","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A4FVI7","Snrpn","fj64g01","snrpb","A4FVI7","Small nuclear ribonucleoprotein-associated protein","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZTY9","Snrpn","wdr57","snrpb","Q7ZTY9","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","string-db","7955.ENSDARP00000038728/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1QQZ1","Snrpn","Splicing factor 3B subunit 1 isoform X1","snrpb","sf3b1","Small nuclear ribonucleoprotein-associated protein","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6PH45","Snrpn","mg:ab03a02","snrpb","prpf4","Small nuclear ribonucleoprotein-associated protein","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZVN6","Snrpn","zgc:55840","snrpb","rbm17","Small nuclear ribonucleoprotein-associated protein","Splicing factor 45 (RNA-binding motif protein 17)","string-db","7955.ENSDARP00000044042/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6AXL8","Snrpn","zmat5","snrpb","Q6AXL8","Small nuclear ribonucleoprotein-associated protein","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q4KMD3","Snrpn","snrnp35","snrpb","snrnp35","Small nuclear ribonucleoprotein-associated protein","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q8JHH1","Snrpn","CHUNP6882","snrpb","Q8JHH1","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q5RKP8","Snrpn","lsm2","snrpb","smx5","Small nuclear ribonucleoprotein-associated protein","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q3B728","Snrpn","zgc:123253","snrpb","txnl4b","Small nuclear ribonucleoprotein-associated protein","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1R879","Snrpn","Gem","snrpb","F1R879","Small nuclear ribonucleoprotein-associated protein","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","E9QCG7","Snrpn","mp:zf637-1-000918","snrpb","u2surp","Small nuclear ribonucleoprotein-associated protein","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1R300","Snrpn","im:7142962","snrpb","snrpa1","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZVB5","Snrpn","wu:fa18f04","snrpb","snrpd3l","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q6P022","Snrpn","wu:fb73g02","snrpb","Q6P022","Small nuclear ribonucleoprotein-associated protein","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1QAZ5","Snrpn","wu:fd13g07","snrpb","F1QAZ5","Small nuclear ribonucleoprotein-associated protein","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","string-db","7955.ENSDARP00000053932/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7SXM7","Snrpn","prpf31","snrpb","prpf31","Small nuclear ribonucleoprotein-associated protein","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZU93","Snrpn","zgc:56066","snrpb","snu13a","Small nuclear ribonucleoprotein-associated protein","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","Q7ZV23","Snrpn","nhp2l1","snrpb","Q7ZV23","Small nuclear ribonucleoprotein-associated protein","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","F1QPY7","Snrpn","zgc:103688","snrpb","snrpg","Small nuclear ribonucleoprotein-associated protein","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","E9QH84","Snrpn","Gem","snrpb","gemin5","Small nuclear ribonucleoprotein-associated protein","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000023337","physical","txid7955" +"Q9I9E5","A3KMT0","Snrpn","CH73-131E21.2","snrpb","-","Small nuclear ribonucleoprotein-associated protein","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000023337","physical","txid7955" +"Q7SXM7","Q1LVE8","prpf31","sf3b3","prpf31","sf3b3","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000120708","physical","txid7955" +"Q7SXM7","X1WCP5","prpf31","si:ch73-376i21.2","prpf31","hcfc2","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000120708","physical","txid7955" +"Q7SXM7","Q5RKP8","prpf31","lsm2","prpf31","smx5","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000120708","physical","txid7955" +"Q7SXM7","A0A8M9PQY4","prpf31","fc07b09","prpf31","A0A8M9PQY4","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000120708","physical","txid7955" +"Q7SXM7","A0A2R8PWG5","prpf31","c20orf14","prpf31","prpf6","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000120708","physical","txid7955" +"Q7SXM7","F1QPY7","prpf31","zgc:103688","prpf31","snrpg","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000120708","physical","txid7955" +"Q7ZU93","F1QPY7","zgc:56066","zgc:103688","snu13a","snrpg","Ribonucloprotein","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","E7EZE6","zgc:56066","LSM3","snu13a","E7EZE6","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A2R8RL46","zgc:56066","rnu3ip2","snu13a","A0A2R8RL46","Ribonucloprotein","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A2R8PWG5","zgc:56066","c20orf14","snu13a","prpf6","Ribonucloprotein","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A2R8QFQ6","zgc:56066","fbxw11a","snu13a","A0A2R8QFQ6","Ribonucloprotein","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q6PBV6","zgc:56066","nhp2","snu13a","nhp2","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A2CEY8","zgc:56066","Si:dkey-251i10.3","snu13a","si:dkey-251i10.3","Ribonucloprotein","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","E7EZ02","zgc:56066","LSM8","snu13a","lsm8","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q6DRH5","zgc:56066","nop10","snu13a","nop10","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A2R8QAU3","zgc:56066","zgc:56526","snu13a","imp3","Ribonucloprotein","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A7E2L8","zgc:56066","LSM5","snu13a","lsm5","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q6P6X6","zgc:56066","NOP5/NOP58","snu13a","Q6P6X6","Ribonucloprotein","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q6PH45","zgc:56066","mg:ab03a02","snu13a","prpf4","Ribonucloprotein","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q6DRE5","zgc:56066","nol5a","snu13a","nop56","Ribonucloprotein","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q3B728","zgc:56066","zgc:123253","snu13a","txnl4b","Ribonucloprotein","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q568H9","zgc:56066","zgc:110288","snu13a","fcf1","Ribonucloprotein","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q7SY48","zgc:56066","heatr1","snu13a","Q7SY48","Ribonucloprotein","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A0R4IQW7","zgc:56066","Small subunit processome component 20 homolog","snu13a","utp20","Ribonucloprotein","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q5RKP8","zgc:56066","lsm2","snu13a","smx5","Ribonucloprotein","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","F1QXL6","zgc:56066","H/ACA ribonucleoprotein complex non-core subunit NAF1","snu13a","naf1","Ribonucloprotein","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q7ZVE0","zgc:56066","gar1","snu13a","Q7ZVE0","Ribonucloprotein","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q7SXM7","zgc:56066","prpf31","snu13a","prpf31","Ribonucloprotein","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","P62084","zgc:56066","rps7","snu13a","rps7","Ribonucloprotein","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","Q7ZVB5","zgc:56066","wu:fa18f04","snu13a","snrpd3l","Ribonucloprotein","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000087463","physical","txid7955" +"Q7ZU93","A0A0R4IA74","zgc:56066","fc04b12","snu13a","utp23","Ribonucloprotein","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000087463","physical","txid7955" +"Q6GMH0","Q7ZU93","prpf18","zgc:56066","Q6GMH0","snu13a","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","A4FUN5","prpf18","rab43","Q6GMH0","isy1","Pre-mRNA-splicing factor 18 (PRP18 homolog)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","A0A2R8PWG5","prpf18","c20orf14","Q6GMH0","prpf6","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","Q6PH45","prpf18","mg:ab03a02","Q6GMH0","prpf4","Pre-mRNA-splicing factor 18 (PRP18 homolog)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","Q7SXM7","prpf18","prpf31","Q6GMH0","prpf31","Pre-mRNA-splicing factor 18 (PRP18 homolog)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","Q7ZVB5","prpf18","wu:fa18f04","Q6GMH0","snrpd3l","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","A7E2L8","prpf18","LSM5","Q6GMH0","lsm5","Pre-mRNA-splicing factor 18 (PRP18 homolog)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","E7EZE6","prpf18","LSM3","Q6GMH0","E7EZE6","Pre-mRNA-splicing factor 18 (PRP18 homolog)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","A0A8M2B4I2","prpf18","id:ibd1257","Q6GMH0","A0A8M2B4I2","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","Q5RKP8","prpf18","lsm2","Q6GMH0","smx5","Pre-mRNA-splicing factor 18 (PRP18 homolog)","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","A4FVI7","prpf18","fj64g01","Q6GMH0","A4FVI7","Pre-mRNA-splicing factor 18 (PRP18 homolog)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","F1QPY7","prpf18","zgc:103688","Q6GMH0","snrpg","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","E7EZ02","prpf18","LSM8","Q6GMH0","lsm8","Pre-mRNA-splicing factor 18 (PRP18 homolog)","U6 snRNA-associated Sm-like protein LSm8","string-db","7955.ENSDARP00000104545/7955.ENSDARP00000075597","physical","txid7955" +"Q6GMH0","Q3B728","prpf18","zgc:123253","Q6GMH0","txnl4b","Pre-mRNA-splicing factor 18 (PRP18 homolog)","Thioredoxin-like protein","string-db","7955.ENSDARP00000100887/7955.ENSDARP00000075597","physical","txid7955" +"Q7T368","F1R0J8","wu:fc76a05","zgc:66110","pdhb","pdhx","Pyruvate dehydrogenase E1 component subunit beta (EC 1.2.4.1)","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","string-db","7955.ENSDARP00000093629/7955.ENSDARP00000002122","physical","txid7955" +"Q7T368","F6NRK1","wu:fc76a05","Acetyltransferase component of pyruvate dehydrogenase complex","pdhb","F6NRK1","Pyruvate dehydrogenase E1 component subunit beta (EC 1.2.4.1)","Acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.12)","string-db","7955.ENSDARP00000023098/7955.ENSDARP00000002122","physical","txid7955" +"Q7T368","Q6P948","wu:fc76a05","pdha1","pdhb","Q6P948","Pyruvate dehydrogenase E1 component subunit beta (EC 1.2.4.1)","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","string-db","7955.ENSDARP00000024338/7955.ENSDARP00000002122","physical","txid7955" +"F6NRK1","Q6P948","Acetyltransferase component of pyruvate dehydrogenase complex","pdha1","F6NRK1","Q6P948","Acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.12)","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","string-db","7955.ENSDARP00000024338/7955.ENSDARP00000023098","physical","txid7955" +"F6NRK1","F1R0J8","Acetyltransferase component of pyruvate dehydrogenase complex","zgc:66110","F6NRK1","pdhx","Acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.12)","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","string-db","7955.ENSDARP00000093629/7955.ENSDARP00000023098","physical","txid7955" +"Q6P948","F1R0J8","pdha1","zgc:66110","Q6P948","pdhx","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","string-db","7955.ENSDARP00000093629/7955.ENSDARP00000024338","physical","txid7955" +"Q6P948","Q8JHI0","pdha1","SLC25A5","Q6P948","slc25a5","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000024338","physical","txid7955" +"Q6P948","F1QYZ6","pdha1","PYCb","Q6P948","F1QYZ6","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000068144/7955.ENSDARP00000024338","physical","txid7955" +"Q6P948","A0A0R4IFJ4","pdha1","PYCa","Q6P948","pcxa","Pyruvate dehydrogenase E1 component subunit alpha (EC 1.2.4.1)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000132084/7955.ENSDARP00000024338","physical","txid7955" +"Q6PE34","F1RB89","fj33a08","fc08b04","Q6PE34","dync1li2","Tubulin beta chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6GQM5","fj33a08","wu:fj84g10","Q6PE34","rab7b","Tubulin beta chain","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","string-db","7955.ENSDARP00000025539/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","E7F6M9","fj33a08","RILP-like protein 1 isoform X1","Q6PE34","E7F6M9","Tubulin beta chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","E7F6H7","fj33a08","dync1i2a","Q6PE34","dync1i2a","Tubulin beta chain","Dynein, cytoplasmic 1, intermediate chain 2a","string-db","7955.ENSDARP00000009095/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6DC49","fj33a08","zgc:101117","Q6PE34","Q6DC49","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","E7F244","fj33a08","Tubulin alpha chain","Q6PE34","E7F244","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6GQM1","fj33a08","zgc:91972","Q6PE34","Q6GQM1","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6P972","fj33a08","zgc:73108","Q6PE34","tuba2","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","A1A5Y4","fj33a08","zgc:158394","Q6PE34","dync1i1","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q7T2C6","fj33a08","rab7","Q6PE34","Q7T2C6","Tubulin beta chain","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","string-db","7955.ENSDARP00000022120/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6PC95","fj33a08","zgc:73046","Q6PE34","tuba8l2","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q1LUM9","fj33a08","dncli2","Q6PE34","Q1LUM9","Tubulin beta chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6TGS5","fj33a08","fi05b01","Q6PE34","Q6TGS5","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","B8A518","fj33a08","tuba1l","Q6PE34","tuba1c","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","O57474","fj33a08","gja1","Q6PE34","gja1","Tubulin beta chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","B8A516","fj33a08","cb944","Q6PE34","tuba1b","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","E7FBZ4","fj33a08","LOC565638","Q6PE34","E7FBZ4","Tubulin beta chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","A0A0R4IXD8","fj33a08","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q6PE34","A0A0R4IXD8","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000002175","physical","txid7955" +"Q6PE34","Q6NWK7","fj33a08","tuba1","Q6PE34","Q6NWK7","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000019888/7955.ENSDARP00000002175","physical","txid7955" +"Q1LUM9","Q5XJ36","dncli2","park7","Q1LUM9","park7","Dynein light intermediate chain","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","A0A0R4IXD8","dncli2","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q1LUM9","A0A0R4IXD8","Dynein light intermediate chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","A0A0N4SUD2","dncli2","Ubi-p63E","Q1LUM9","ubb","Dynein light intermediate chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","A0A1D5NS24","dncli2","wdr60","Q1LUM9","wdr60","Dynein light intermediate chain","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","A0A0R4IXC8","dncli2","si:ch211-9a18.2","Q1LUM9","tubb6","Dynein light intermediate chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","Q7SXP1","dncli2","wu:fk65f06","Q1LUM9","capzb","Dynein light intermediate chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000138705","physical","txid7955" +"Q1LUM9","F1QHN6","dncli2","im:7042025","Q1LUM9","ubc","Dynein light intermediate chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000138705","physical","txid7955" +"Q6PC95","O57474","zgc:73046","gja1","tuba8l2","gja1","Tubulin alpha chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","E7FC32","zgc:73046","si:ch211-122i22.4","tuba8l2","tubb1","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","E7F6M9","zgc:73046","RILP-like protein 1 isoform X1","tuba8l2","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","E7FBZ4","zgc:73046","LOC565638","tuba8l2","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","A0A0R4IXD8","zgc:73046","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tuba8l2","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","Q1LUM9","zgc:73046","dncli2","tuba8l2","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","Q6P5M9","zgc:73046","tubb2c","tuba8l2","tubb4b","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","A1A5Y4","zgc:73046","zgc:158394","tuba8l2","dync1i1","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","A0A8M9Q3L6","zgc:73046","im:7137060","tuba8l2","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","Q6NW90","zgc:73046","Tubb5","tuba8l2","tubb5","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000040203","physical","txid7955" +"Q6PC95","A0A0R4IXC8","zgc:73046","si:ch211-9a18.2","tuba8l2","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000040203","physical","txid7955" +"A1A5Y4","A0A0R4IXC8","zgc:158394","si:ch211-9a18.2","dync1i1","tubb6","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","B8A516","zgc:158394","cb944","dync1i1","tuba1b","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","Q6TGS5","zgc:158394","fi05b01","dync1i1","Q6TGS5","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","E7F6M9","zgc:158394","RILP-like protein 1 isoform X1","dync1i1","E7F6M9","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","Q6GQM1","zgc:158394","zgc:91972","dync1i1","Q6GQM1","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","Q6DC49","zgc:158394","zgc:101117","dync1i1","Q6DC49","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","Q66IC8","zgc:158394","dynlt5","dync1i1","tctex1d1","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","A0A0R4IXD8","zgc:158394","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dync1i1","A0A0R4IXD8","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","A0A1D5NS24","zgc:158394","wdr60","dync1i1","wdr60","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000080844","physical","txid7955" +"A1A5Y4","Q1LUM9","zgc:158394","dncli2","dync1i1","Q1LUM9","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000080844","physical","txid7955" +"E7F6M9","Q6TGS5","RILP-like protein 1 isoform X1","fi05b01","E7F6M9","Q6TGS5","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","A0A0R4IXC8","RILP-like protein 1 isoform X1","si:ch211-9a18.2","E7F6M9","tubb6","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","Q1LUM9","RILP-like protein 1 isoform X1","dncli2","E7F6M9","Q1LUM9","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","A0A8M9Q392","RILP-like protein 1 isoform X1","Oxysterol-binding protein","E7F6M9","A0A8M9Q392","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Oxysterol-binding protein","string-db","7955.ENSDARP00000138426/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","Q6GQM1","RILP-like protein 1 isoform X1","zgc:91972","E7F6M9","Q6GQM1","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","B8A516","RILP-like protein 1 isoform X1","cb944","E7F6M9","tuba1b","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000097554","physical","txid7955" +"E7F6M9","A0A0R4IXD8","RILP-like protein 1 isoform X1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","E7F6M9","A0A0R4IXD8","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000097554","physical","txid7955" +"Q6GQM1","A0A0R4IXC8","zgc:91972","si:ch211-9a18.2","Q6GQM1","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000133235","physical","txid7955" +"Q6GQM1","Q1LUM9","zgc:91972","dncli2","Q6GQM1","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000133235","physical","txid7955" +"Q6GQM1","A0A0R4IXD8","zgc:91972","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q6GQM1","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000133235","physical","txid7955" +"Q6DC49","A0A0R4IXD8","zgc:101117","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q6DC49","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000093490","physical","txid7955" +"Q6DC49","A0A0R4IXC8","zgc:101117","si:ch211-9a18.2","Q6DC49","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000093490","physical","txid7955" +"Q6DC49","E7F6M9","zgc:101117","RILP-like protein 1 isoform X1","Q6DC49","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000093490","physical","txid7955" +"Q6DC49","Q1LUM9","zgc:101117","dncli2","Q6DC49","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000093490","physical","txid7955" +"Q6DC49","E7FBZ4","zgc:101117","LOC565638","Q6DC49","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000093490","physical","txid7955" +"Q6DC49","A0A8M9Q3L6","zgc:101117","im:7137060","Q6DC49","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000093490","physical","txid7955" +"E7F6H7","Q7ZUX8","dync1i2a","DNCL2A","dync1i2a","dynlrb1","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A7MD87","dync1i2a","dync2i1","dync1i2a","wdr34","Dynein, cytoplasmic 1, intermediate chain 2a","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6TGT3","dync1i2a","TCTE1L","dync1i2a","dynlt3","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6DC49","dync1i2a","zgc:101117","dync1i2a","Q6DC49","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","I3ISP1","dync1i2a","fc85c01","dync1i2a","pcnt","Dynein, cytoplasmic 1, intermediate chain 2a","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","F1R789","dync1i2a","Caltractin","dync1i2a","cetn4","Dynein, cytoplasmic 1, intermediate chain 2a","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","F8W4B7","dync1i2a","Histone deacetylase 6","dync1i2a","hdac6","Dynein, cytoplasmic 1, intermediate chain 2a","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q5BL99","dync1i2a","dynll2b","dync1i2a","dynll2b","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain","string-db","7955.ENSDARP00000015065/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","E7FC32","dync1i2a","si:ch211-122i22.4","dync1i2a","tubb1","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","E7F6M9","dync1i2a","RILP-like protein 1 isoform X1","dync1i2a","E7F6M9","Dynein, cytoplasmic 1, intermediate chain 2a","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6PBH4","dync1i2a","dynll2","dync1i2a","dynll1","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","F1QHN6","dync1i2a","im:7042025","dync1i2a","ubc","Dynein, cytoplasmic 1, intermediate chain 2a","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q66IC8","dync1i2a","dynlt5","dync1i2a","tctex1d1","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A0A0N4SUD2","dync1i2a","Ubi-p63E","dync1i2a","ubb","Dynein, cytoplasmic 1, intermediate chain 2a","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6NWK7","dync1i2a","tuba1","dync1i2a","Q6NWK7","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000019888/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6PC95","dync1i2a","zgc:73046","dync1i2a","tuba8l2","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A0A1D5NS24","dync1i2a","wdr60","dync1i2a","wdr60","Dynein, cytoplasmic 1, intermediate chain 2a","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A1A5Y4","dync1i2a","zgc:158394","dync1i2a","dync1i1","Dynein, cytoplasmic 1, intermediate chain 2a","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6P972","dync1i2a","zgc:73108","dync1i2a","tuba2","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q5XJ36","dync1i2a","park7","dync1i2a","park7","Dynein, cytoplasmic 1, intermediate chain 2a","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","E7F244","dync1i2a","Tubulin alpha chain","dync1i2a","E7F244","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q7SXY4","dync1i2a","dync2li1","dync1i2a","Q7SXY4","Dynein, cytoplasmic 1, intermediate chain 2a","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6GQM5","dync1i2a","wu:fj84g10","dync1i2a","rab7b","Dynein, cytoplasmic 1, intermediate chain 2a","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","string-db","7955.ENSDARP00000025539/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6GQM1","dync1i2a","zgc:91972","dync1i2a","Q6GQM1","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6NW90","dync1i2a","Tubb5","dync1i2a","tubb5","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q1LUM9","dync1i2a","dncli2","dync1i2a","Q1LUM9","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","F1Q5L5","dync1i2a","dynlt1","dync1i2a","dynlt1","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A0A0R4IXD8","dync1i2a","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dync1i2a","A0A0R4IXD8","Dynein, cytoplasmic 1, intermediate chain 2a","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q7T3H1","dync1i2a","dctn2","dync1i2a","Q7T3H1","Dynein, cytoplasmic 1, intermediate chain 2a","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6GQL6","dync1i2a","wu:fc38g10","dync1i2a","Q6GQL6","Dynein, cytoplasmic 1, intermediate chain 2a","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q1LX78","dync1i2a","cftr","dync1i2a","Q1LX78","Dynein, cytoplasmic 1, intermediate chain 2a","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","A0A0R4IXC8","dync1i2a","si:ch211-9a18.2","dync1i2a","tubb6","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","B8A516","dync1i2a","cb944","dync1i2a","tuba1b","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","B8A518","dync1i2a","tuba1l","dync1i2a","tuba1c","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q7SXA3","dync1i2a","zgc:66168","dync1i2a","rps27a","Dynein, cytoplasmic 1, intermediate chain 2a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6TGS5","dync1i2a","fi05b01","dync1i2a","Q6TGS5","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q8JHI3","dync1i2a","arl13b","dync1i2a","arl13b","Dynein, cytoplasmic 1, intermediate chain 2a","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","F1RB89","dync1i2a","fc08b04","dync1i2a","dync1li2","Dynein, cytoplasmic 1, intermediate chain 2a","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6P5M9","dync1i2a","tubb2c","dync1i2a","tubb4b","Dynein, cytoplasmic 1, intermediate chain 2a","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q7SXP1","dync1i2a","wu:fk65f06","dync1i2a","capzb","Dynein, cytoplasmic 1, intermediate chain 2a","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q7T2C6","dync1i2a","rab7","dync1i2a","Q7T2C6","Dynein, cytoplasmic 1, intermediate chain 2a","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","string-db","7955.ENSDARP00000022120/7955.ENSDARP00000009095","physical","txid7955" +"E7F6H7","Q6ZM50","dync1i2a","si:dkey-16k6.1","dync1i2a","Q6ZM50","Dynein, cytoplasmic 1, intermediate chain 2a","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000009095","physical","txid7955" +"Q7T2C6","Q6DGB7","rab7","rac3","Q7T2C6","rac3a","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6TGS5","rab7","fi05b01","Q7T2C6","Q6TGS5","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6DC49","rab7","zgc:101117","Q7T2C6","Q6DC49","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A3QJU6","rab7","zgc:136923","Q7T2C6","A3QJU6","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q7ZVI3","rab7","wu:fi15a09","Q7T2C6","rhoq","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","string-db","7955.ENSDARP00000032142/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","B8A516","rab7","cb944","Q7T2C6","tuba1b","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A0A8M9Q392","rab7","Oxysterol-binding protein","Q7T2C6","A0A8M9Q392","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Oxysterol-binding protein","string-db","7955.ENSDARP00000138426/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6NW90","rab7","Tubb5","Q7T2C6","tubb5","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6PC95","rab7","zgc:73046","Q7T2C6","tuba8l2","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q4V946","rab7","fj12b07","Q7T2C6","rabggtb","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A0A0R4IXD8","rab7","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q7T2C6","A0A0R4IXD8","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A1A5Y4","rab7","zgc:158394","Q7T2C6","dync1i1","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","B8A518","rab7","tuba1l","Q7T2C6","tuba1c","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A9JRY8","rab7","Rac family small GTPase 3b","Q7T2C6","rac3b","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A2AR68","rab7","zgc:110600","Q7T2C6","gdi1","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q1LUM9","rab7","dncli2","Q7T2C6","Q1LUM9","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6P5M9","rab7","tubb2c","Q7T2C6","tubb4b","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q7ZSZ9","rab7","rac1","Q7T2C6","rac1a","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6GQM1","rab7","zgc:91972","Q7T2C6","Q6GQM1","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q6P972","rab7","zgc:73108","Q7T2C6","tuba2","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","E7FC32","rab7","si:ch211-122i22.4","Q7T2C6","tubb1","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A0A0R4IXC8","rab7","si:ch211-9a18.2","Q7T2C6","tubb6","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","F1R1D2","rab7","Ras homolog family member H","Q7T2C6","F1R1D2","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","E7F6M9","rab7","RILP-like protein 1 isoform X1","Q7T2C6","E7F6M9","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","Q803F2","rab7","wu:fk30f01","Q7T2C6","rhogb","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","E7F244","rab7","Tubulin alpha chain","Q7T2C6","E7F244","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","F1RB89","rab7","fc08b04","Q7T2C6","dync1li2","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000022120","physical","txid7955" +"Q7T2C6","A0A8M3B6E4","rab7","FYVE and coiled-coil domain autophagy adaptor 1a","Q7T2C6","A0A8M3B6E4","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","FYVE and coiled-coil domain autophagy adaptor 1a (FYVE and coiled-coil domain-containing protein 1-like isoform X1)","string-db","7955.ENSDARP00000134006/7955.ENSDARP00000022120","physical","txid7955" +"A0A0R4IXD8","A0A1D5NS24","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","wdr60","A0A0R4IXD8","wdr60","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000141192","physical","txid7955" +"Q6P972","A0A0R4IXD8","zgc:73108","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tuba2","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","E7F6M9","zgc:73108","RILP-like protein 1 isoform X1","tuba2","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","A0A0R4IXC8","zgc:73108","si:ch211-9a18.2","tuba2","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","E7FC32","zgc:73108","si:ch211-122i22.4","tuba2","tubb1","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","E7FBZ4","zgc:73108","LOC565638","tuba2","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","Q1LUM9","zgc:73108","dncli2","tuba2","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","A0A8M9Q3L6","zgc:73108","im:7137060","tuba2","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000066176","physical","txid7955" +"Q6P972","A1A5Y4","zgc:73108","zgc:158394","tuba2","dync1i1","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000066176","physical","txid7955" +"Q6GQM5","A0A0R4IXC8","wu:fj84g10","si:ch211-9a18.2","rab7b","tubb6","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6P972","wu:fj84g10","zgc:73108","rab7b","tuba2","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","E7FC32","wu:fj84g10","si:ch211-122i22.4","rab7b","tubb1","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","B8A518","wu:fj84g10","tuba1l","rab7b","tuba1c","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6PC95","wu:fj84g10","zgc:73046","rab7b","tuba8l2","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","A0A0R4IXD8","wu:fj84g10","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","rab7b","A0A0R4IXD8","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6DC49","wu:fj84g10","zgc:101117","rab7b","Q6DC49","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","F1RB89","wu:fj84g10","fc08b04","rab7b","dync1li2","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","E7F244","wu:fj84g10","Tubulin alpha chain","rab7b","E7F244","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","B8A516","wu:fj84g10","cb944","rab7b","tuba1b","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6NW90","wu:fj84g10","Tubb5","rab7b","tubb5","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6P5M9","wu:fj84g10","tubb2c","rab7b","tubb4b","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","A0A8M3B6E4","wu:fj84g10","FYVE and coiled-coil domain autophagy adaptor 1a","rab7b","A0A8M3B6E4","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","FYVE and coiled-coil domain autophagy adaptor 1a (FYVE and coiled-coil domain-containing protein 1-like isoform X1)","string-db","7955.ENSDARP00000134006/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","E7F6M9","wu:fj84g10","RILP-like protein 1 isoform X1","rab7b","E7F6M9","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","A1A5Y4","wu:fj84g10","zgc:158394","rab7b","dync1i1","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q1LUM9","wu:fj84g10","dncli2","rab7b","Q1LUM9","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6TGS5","wu:fj84g10","fi05b01","rab7b","Q6TGS5","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000025539","physical","txid7955" +"Q6GQM5","Q6GQM1","wu:fj84g10","zgc:91972","rab7b","Q6GQM1","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000025539","physical","txid7955" +"B8A516","A0A0R4IXC8","cb944","si:ch211-9a18.2","tuba1b","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000105094","physical","txid7955" +"B8A516","E7FBZ4","cb944","LOC565638","tuba1b","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000105094","physical","txid7955" +"B8A516","A0A0R4IXD8","cb944","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tuba1b","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000105094","physical","txid7955" +"B8A516","Q1LUM9","cb944","dncli2","tuba1b","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000105094","physical","txid7955" +"B8A516","A0A8M9Q3L6","cb944","im:7137060","tuba1b","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000105094","physical","txid7955" +"O57474","B8A516","gja1","cb944","gja1","tuba1b","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000061260","physical","txid7955" +"O57474","B0R0X0","gja1","cx39.9","gja1","cx39.9","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q8JFD6","gja1","gja9","gja1","gjd2b","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000061260","physical","txid7955" +"O57474","E9QBV1","gja1","fd07f11","gja1","cltcb","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000061260","physical","txid7955" +"O57474","B3DIR8","gja1","zgc:194216","gja1","B3DIR8","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000061260","physical","txid7955" +"O57474","B3DHR0","gja1","LOC572372","gja1","B3DHR0","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6P972","gja1","zgc:73108","gja1","tuba2","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000061260","physical","txid7955" +"O57474","A0A8N1Z0D3","gja1","cx50.5","gja1","A0A8N1Z0D3","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6DEG1","gja1","cx30.9","gja1","Q6DEG1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000061260","physical","txid7955" +"O57474","B8A518","gja1","tuba1l","gja1","tuba1c","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000061260","physical","txid7955" +"O57474","A0A8M6Z9E1","gja1","si:rp71-1c10.10","gja1","A0A8M6Z9E1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6GQM1","gja1","zgc:91972","gja1","Q6GQM1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q7T047","gja1","cx32.2","gja1","Q7T047","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000061260","physical","txid7955" +"O57474","E7FF16","gja1","cx31.7","gja1","E7FF16","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q8JFD2","gja1","cx48.5","gja1","Q8JFD2","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6NYU5","gja1","cx52.9","gja1","Q6NYU5","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000061260","physical","txid7955" +"O57474","A0A286Y9F1","gja1","Clathrin light chain","gja1","A0A286Y9F1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000061260","physical","txid7955" +"O57474","B3DHU2","gja1","tmem65","gja1","tmem65","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Transmembrane protein 65","string-db","7955.ENSDARP00000100142/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6DC49","gja1","zgc:101117","gja1","Q6DC49","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q5TYP1","gja1","cx34.5","gja1","Q5TYP1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6P937","gja1","wu:fb61d08","gja1","clta","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000061260","physical","txid7955" +"O57474","F1QL21","gja1","cx45.6","gja1","gja5a","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000061260","physical","txid7955" +"O57474","E7FBZ4","gja1","LOC565638","gja1","E7FBZ4","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000061260","physical","txid7955" +"O57474","I3ITL1","gja1","si:dkey-91f15.1","gja1","I3ITL1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q1JPZ3","gja1","src","gja1","Q1JPZ3","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q1LWG0","gja1","cx39.4","gja1","Q1LWG0","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000061260","physical","txid7955" +"O57474","A0A0R4IXC8","gja1","si:ch211-9a18.2","gja1","tubb6","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q6TGS5","gja1","fi05b01","gja1","Q6TGS5","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q503F4","gja1","cx33.8","gja1","cx30.3","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000061260","physical","txid7955" +"O57474","U3JA75","gja1","cx23","gja1","cx23","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q7ZW98","gja1","ap2m1b","gja1","Q7ZW98","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000061260","physical","txid7955" +"O57474","E7FC32","gja1","si:ch211-122i22.4","gja1","tubb1","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q5SNV2","gja1","LOC566668","gja1","cx28.8","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000061260","physical","txid7955" +"O57474","Q66HV7","gja1","cx47.1","gja1","Q66HV7","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000061260","physical","txid7955" +"O57474","A0A0R4IIR1","gja1","dnm2","gja1","dnm2a","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000061260","physical","txid7955" +"F1RB89","Q6P5M9","fc08b04","tubb2c","dync1li2","tubb4b","Dynein light intermediate chain","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A0A1D5NS24","fc08b04","wdr60","dync1li2","wdr60","Dynein light intermediate chain","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6TGS5","fc08b04","fi05b01","dync1li2","Q6TGS5","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q66IC8","fc08b04","dynlt5","dync1li2","tctex1d1","Dynein light intermediate chain","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q7ZUX8","fc08b04","DNCL2A","dync1li2","dynlrb1","Dynein light intermediate chain","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q7SXY4","fc08b04","dync2li1","dync1li2","Q7SXY4","Dynein light intermediate chain","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q5XJ36","fc08b04","park7","dync1li2","park7","Dynein light intermediate chain","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","F1R789","fc08b04","Caltractin","dync1li2","cetn4","Dynein light intermediate chain","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6GQL6","fc08b04","wu:fc38g10","dync1li2","Q6GQL6","Dynein light intermediate chain","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","B8A516","fc08b04","cb944","dync1li2","tuba1b","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A1A5Y4","fc08b04","zgc:158394","dync1li2","dync1i1","Dynein light intermediate chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6NW90","fc08b04","Tubb5","dync1li2","tubb5","Dynein light intermediate chain","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6PBH4","fc08b04","dynll2","dync1li2","dynll1","Dynein light intermediate chain","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","E7F6M9","fc08b04","RILP-like protein 1 isoform X1","dync1li2","E7F6M9","Dynein light intermediate chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6P972","fc08b04","zgc:73108","dync1li2","tuba2","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6GQM1","fc08b04","zgc:91972","dync1li2","Q6GQM1","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q1LUM9","fc08b04","dncli2","dync1li2","Q1LUM9","Dynein light intermediate chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","E7FC32","fc08b04","si:ch211-122i22.4","dync1li2","tubb1","Dynein light intermediate chain","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","F8W4B7","fc08b04","Histone deacetylase 6","dync1li2","hdac6","Dynein light intermediate chain","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A0A0R4IXC8","fc08b04","si:ch211-9a18.2","dync1li2","tubb6","Dynein light intermediate chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q7SXP1","fc08b04","wu:fk65f06","dync1li2","capzb","Dynein light intermediate chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","F1QHN6","fc08b04","im:7042025","dync1li2","ubc","Dynein light intermediate chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","I3ISP1","fc08b04","fc85c01","dync1li2","pcnt","Dynein light intermediate chain","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","F1Q5L5","fc08b04","dynlt1","dync1li2","dynlt1","Dynein light intermediate chain","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q7T3H1","fc08b04","dctn2","dync1li2","Q7T3H1","Dynein light intermediate chain","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q8JHI3","fc08b04","arl13b","dync1li2","arl13b","Dynein light intermediate chain","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6PC95","fc08b04","zgc:73046","dync1li2","tuba8l2","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q1LX78","fc08b04","cftr","dync1li2","Q1LX78","Dynein light intermediate chain","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6DC49","fc08b04","zgc:101117","dync1li2","Q6DC49","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","B8A518","fc08b04","tuba1l","dync1li2","tuba1c","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6TGT3","fc08b04","TCTE1L","dync1li2","dynlt3","Dynein light intermediate chain","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q7SXA3","fc08b04","zgc:66168","dync1li2","rps27a","Dynein light intermediate chain","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","Q6ZM50","fc08b04","si:dkey-16k6.1","dync1li2","Q6ZM50","Dynein light intermediate chain","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A7MD87","fc08b04","dync2i1","dync1li2","wdr34","Dynein light intermediate chain","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","E7F244","fc08b04","Tubulin alpha chain","dync1li2","E7F244","Dynein light intermediate chain","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A0A0N4SUD2","fc08b04","Ubi-p63E","dync1li2","ubb","Dynein light intermediate chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000031864","physical","txid7955" +"F1RB89","A0A0R4IXD8","fc08b04","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dync1li2","A0A0R4IXD8","Dynein light intermediate chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000031864","physical","txid7955" +"Q6NWK7","A0A8M9Q3L6","tuba1","im:7137060","Q6NWK7","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","E7FC32","tuba1","si:ch211-122i22.4","Q6NWK7","tubb1","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","Q6GQM5","tuba1","wu:fj84g10","Q6NWK7","rab7b","Tubulin alpha chain","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","string-db","7955.ENSDARP00000025539/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","A0A0R4IXD8","tuba1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q6NWK7","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","O57474","tuba1","gja1","Q6NWK7","gja1","Tubulin alpha chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","A1A5Y4","tuba1","zgc:158394","Q6NWK7","dync1i1","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","Q6P5M9","tuba1","tubb2c","Q6NWK7","tubb4b","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","Q1LUM9","tuba1","dncli2","Q6NWK7","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","E7FBZ4","tuba1","LOC565638","Q6NWK7","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","F1RB89","tuba1","fc08b04","Q6NWK7","dync1li2","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","E7F6M9","tuba1","RILP-like protein 1 isoform X1","Q6NWK7","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","Q6NW90","tuba1","Tubb5","Q6NWK7","tubb5","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","Q7T2C6","tuba1","rab7","Q6NWK7","Q7T2C6","Tubulin alpha chain","RAB7, member RAS oncogene family (RAB7a, member RAS oncogene family) (Rab7 protein) (Ras-related protein Rab-7a)","string-db","7955.ENSDARP00000022120/7955.ENSDARP00000019888","physical","txid7955" +"Q6NWK7","A0A0R4IXC8","tuba1","si:ch211-9a18.2","Q6NWK7","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000019888","physical","txid7955" +"E7FBZ4","B3DHR0","LOC565638","LOC572372","E7FBZ4","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000124989","physical","txid7955" +"E7FBZ4","I3ITL1","LOC565638","si:dkey-91f15.1","E7FBZ4","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000124989","physical","txid7955" +"E7FBZ4","U3JA75","LOC565638","cx23","E7FBZ4","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000124989","physical","txid7955" +"E7FBZ4","Q6GQM1","LOC565638","zgc:91972","E7FBZ4","Q6GQM1","Gap junction protein","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000124989","physical","txid7955" +"E7FBZ4","A0A0R4IXC8","LOC565638","si:ch211-9a18.2","E7FBZ4","tubb6","Gap junction protein","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000124989","physical","txid7955" +"B8A518","E7F6M9","tuba1l","RILP-like protein 1 isoform X1","tuba1c","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","Q1LUM9","tuba1l","dncli2","tuba1c","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","A0A0R4IXD8","tuba1l","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tuba1c","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","A0A0R4IXC8","tuba1l","si:ch211-9a18.2","tuba1c","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","A0A8M9Q3L6","tuba1l","im:7137060","tuba1c","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","A1A5Y4","tuba1l","zgc:158394","tuba1c","dync1i1","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","E7FBZ4","tuba1l","LOC565638","tuba1c","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000072006","physical","txid7955" +"B8A518","F1R1D2","tuba1l","Ras homolog family member H","tuba1c","F1R1D2","Tubulin alpha chain","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000072006","physical","txid7955" +"Q6TGS5","A0A0R4IXC8","fi05b01","si:ch211-9a18.2","Q6TGS5","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000098004","physical","txid7955" +"Q6TGS5","A0A0R4IXD8","fi05b01","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q6TGS5","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000098004","physical","txid7955" +"Q6TGS5","A0A8M9Q3L6","fi05b01","im:7137060","Q6TGS5","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000098004","physical","txid7955" +"Q6TGS5","Q1LUM9","fi05b01","dncli2","Q6TGS5","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000098004","physical","txid7955" +"Q6TGS5","E7FBZ4","fi05b01","LOC565638","Q6TGS5","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000098004","physical","txid7955" +"E7F244","A1A5Y4","Tubulin alpha chain","zgc:158394","E7F244","dync1i1","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","E7F244","A0A0R4IXD8","Tubulin alpha chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","E7FC32","Tubulin alpha chain","si:ch211-122i22.4","E7F244","tubb1","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000069525/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","Q6NW90","Tubulin alpha chain","Tubb5","E7F244","tubb5","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000055379/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1","E7F244","E7F6M9","Tubulin alpha chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","A0A8M9Q3L6","Tubulin alpha chain","im:7137060","E7F244","A0A8M9Q3L6","Tubulin alpha chain","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","E7FBZ4","Tubulin alpha chain","LOC565638","E7F244","E7FBZ4","Tubulin alpha chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","Q1LUM9","Tubulin alpha chain","dncli2","E7F244","Q1LUM9","Tubulin alpha chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","O57474","Tubulin alpha chain","gja1","E7F244","gja1","Tubulin alpha chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000053303","physical","txid7955" +"E7F244","A0A0R4IXC8","Tubulin alpha chain","si:ch211-9a18.2","E7F244","tubb6","Tubulin alpha chain","Tubulin beta chain","string-db","7955.ENSDARP00000140249/7955.ENSDARP00000053303","physical","txid7955" +"A3QK15","Q6AZB2","aacs","oxct1","aacs","oxct1a","Acetoacetyl-CoA synthetase (EC 6.2.1.16)","Succinyl-CoA:3-ketoacid-coenzyme A transferase (EC 2.8.3.5)","string-db","7955.ENSDARP00000002234/7955.ENSDARP00000002180","physical","txid7955" +"B0S6P6","Q08BA6","ddx3","alkbh5","ddx3xa","alkbh5","RNA helicase (EC 3.6.4.13)","RNA demethylase ALKBH5 (EC 1.14.11.53) (Alkylated DNA repair protein alkB homolog 5) (Alpha-ketoglutarate-dependent dioxygenase alkB homolog 5)","string-db","7955.ENSDARP00000086116/7955.ENSDARP00000002260","physical","txid7955" +"B0S6P6","Q0GKD6","ddx3","wu:fk70c05","ddx3xa","tbk1","RNA helicase (EC 3.6.4.13)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000002260","physical","txid7955" +"B0S6P6","Q5TZG5","ddx3","ezr","ddx3xa","ezrb","RNA helicase (EC 3.6.4.13)","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000073352/7955.ENSDARP00000002260","physical","txid7955" +"Q08BA6","Q4TVV3","alkbh5","ddx46","alkbh5","Q4TVV3","RNA demethylase ALKBH5 (EC 1.14.11.53) (Alkylated DNA repair protein alkB homolog 5) (Alpha-ketoglutarate-dependent dioxygenase alkB homolog 5)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000086116","physical","txid7955" +"Q0GKD6","E7F4N7","wu:fk70c05","sting1","tbk1","E7F4N7","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000132718","physical","txid7955" +"A0A2R8QT05","F1QWB4","gata1","hnrpk","A0A2R8QT05","hnrnpk","GATA-binding protein 1 (Gata1 protein)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F1R5H6","gata1","brd4","A0A2R8QT05","brd4","GATA-binding protein 1 (Gata1 protein)","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F1R4T3","gata1","FOG-A","A0A2R8QT05","zfpm2a","GATA-binding protein 1 (Gata1 protein)","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","string-db","7955.ENSDARP00000058684/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F1RAW8","gata1","fb34c06","A0A2R8QT05","ash2l","GATA-binding protein 1 (Gata1 protein)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","I3IT74","gata1","si:ch211-234f14.1","A0A2R8QT05","cdk6","GATA-binding protein 1 (Gata1 protein)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","A0A140LGT1","gata1","unp1266","A0A2R8QT05","A0A140LGT1","GATA-binding protein 1 (Gata1 protein)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","A4VAK4","gata1","hsp1","A0A2R8QT05","hspb1","GATA-binding protein 1 (Gata1 protein)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q7ZTX2","gata1","wu:fk47f04","A0A2R8QT05","wdr5","GATA-binding protein 1 (Gata1 protein)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q7T3G1","gata1","gata2","A0A2R8QT05","Q7T3G1","GATA-binding protein 1 (Gata1 protein)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","O93599","gata1","STAT3b1","A0A2R8QT05","stat3","GATA-binding protein 1 (Gata1 protein)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","O93507","gata1","tal1","A0A2R8QT05","tal1","GATA-binding protein 1 (Gata1 protein)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","A0A8M3BBB7","gata1","CBFA2/RUNX1 partner transcriptional co-repressor 3","A0A2R8QT05","A0A8M3BBB7","GATA-binding protein 1 (Gata1 protein)","CBFA2/RUNX1 partner transcriptional co-repressor 3 (Protein CBFA2T3 isoform X1)","string-db","7955.ENSDARP00000009143/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q9I9P9","gata1","smad2","A0A2R8QT05","smad2","GATA-binding protein 1 (Gata1 protein)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q588C1","gata1","dnmt2","A0A2R8QT05","trdmt1","GATA-binding protein 1 (Gata1 protein)","tRNA (cytosine(38)-C(5))-methyltransferase (EC 2.1.1.204) (DNA (cytosine-5)-methyltransferase-like protein 2)","string-db","7955.ENSDARP00000048632/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q1LY77","gata1","setd1ba","A0A2R8QT05","Q1LY77","GATA-binding protein 1 (Gata1 protein)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F8W580","gata1","[histone H3]-lysine","A0A2R8QT05","kmt2bb","GATA-binding protein 1 (Gata1 protein)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","O73715","gata1","ldb1a","A0A2R8QT05","ldb1a","GATA-binding protein 1 (Gata1 protein)","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","string-db","7955.ENSDARP00000003158/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","E9QGQ0","gata1","Histone-lysine N-methyltransferase SETD1A isoform X1","A0A2R8QT05","setd1a","GATA-binding protein 1 (Gata1 protein)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","A5D6S0","gata1","Paired amphipathic helix protein Sin3a","A0A2R8QT05","sin3aa","GATA-binding protein 1 (Gata1 protein)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q9PTJ3","gata1","lmo2","A0A2R8QT05","lmo2","GATA-binding protein 1 (Gata1 protein)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q91428","gata1","gata3","A0A2R8QT05","gata3","GATA-binding protein 1 (Gata1 protein)","Transcription factor GATA-3 (GATA-binding factor 3)","string-db","7955.ENSDARP00000017572/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","B1H1L4","gata1","tcf3a","A0A2R8QT05","tcf3b","GATA-binding protein 1 (Gata1 protein)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F1R3J9","gata1","fb39h07","A0A2R8QT05","F1R3J9","GATA-binding protein 1 (Gata1 protein)","type I protein arginine methyltransferase (EC 2.1.1.319)","string-db","7955.ENSDARP00000010384/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q9DGB8","gata1","runxa","A0A2R8QT05","runx1","GATA-binding protein 1 (Gata1 protein)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","F1QQP6","gata1","brd3","A0A2R8QT05","brd3a","GATA-binding protein 1 (Gata1 protein)","Bromodomain-containing 3a (Bromodomain-containing protein 3)","string-db","7955.ENSDARP00000117023/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q90XE6","gata1","klf1","A0A2R8QT05","Q90XE6","GATA-binding protein 1 (Gata1 protein)","Kruppel-like factor 1 (Erythroid krueppel-like transcription factor) (Kruppel-like factor d)","string-db","7955.ENSDARP00000020778/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q8JFQ2","gata1","lmo1","A0A2R8QT05","lmo1","GATA-binding protein 1 (Gata1 protein)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","P60622","gata1","zfpm1","A0A2R8QT05","P60622","GATA-binding protein 1 (Gata1 protein)","Zinc finger protein ZFPM1 (Friend of GATA protein 1) (FOG-1) (Friend of GATA 1) (Zinc finger protein multitype 1)","string-db","7955.ENSDARP00000060948/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","A0A1L1QZF4","gata1","wu:fb74g05","A0A2R8QT05","A0A1L1QZF4","GATA-binding protein 1 (Gata1 protein)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000002330","physical","txid7955" +"A0A2R8QT05","Q1LUC3","gata1","kat2b","A0A2R8QT05","kat2b","GATA-binding protein 1 (Gata1 protein)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000002330","physical","txid7955" +"Q588C1","F1QWB4","dnmt2","hnrpk","trdmt1","hnrnpk","tRNA (cytosine(38)-C(5))-methyltransferase (EC 2.1.1.204) (DNA (cytosine-5)-methyltransferase-like protein 2)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000048632","physical","txid7955" +"A4VAK4","Q90473","hsp1","hspa8","hspb1","Q90473","Heat shock protein beta-1 (Heat shock 27 kDa protein)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000060161","physical","txid7955" +"A4VAK4","F1Q8K3","hsp1","wu:fc22f04","hspb1","F1Q8K3","Heat shock protein beta-1 (Heat shock 27 kDa protein)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000060161","physical","txid7955" +"A4VAK4","A0A8M1NE33","hsp1","si:ch211-199o1.2","hspb1","A0A8M1NE33","Heat shock protein beta-1 (Heat shock 27 kDa protein)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000060161","physical","txid7955" +"A4VAK4","B0UXR9","hsp1","hsp70.1","hspb1","B0UXR9","Heat shock protein beta-1 (Heat shock 27 kDa protein)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000060161","physical","txid7955" +"A4VAK4","A0A8M2BKT2","hsp1","Caspase-3","hspb1","A0A8M2BKT2","Heat shock protein beta-1 (Heat shock 27 kDa protein)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000060161","physical","txid7955" +"A4VAK4","B0UXS6","hsp1","zgc:174006","hspb1","B0UXS6","Heat shock protein beta-1 (Heat shock 27 kDa protein)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000060161","physical","txid7955" +"O93507","Q9PTJ3","tal1","lmo2","tal1","lmo2","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000077498","physical","txid7955" +"O93507","A5D6S0","tal1","Paired amphipathic helix protein Sin3a","tal1","sin3aa","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000077498","physical","txid7955" +"O93507","Q8JFQ2","tal1","lmo1","tal1","lmo1","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000077498","physical","txid7955" +"O93507","Q9DGB8","tal1","runxa","tal1","runx1","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000077498","physical","txid7955" +"O93507","A0A1L1QZF4","tal1","wu:fb74g05","tal1","A0A1L1QZF4","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000077498","physical","txid7955" +"O93507","A0A140LGT1","tal1","unp1266","tal1","A0A140LGT1","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000077498","physical","txid7955" +"O93507","B1H1L4","tal1","tcf3a","tal1","tcf3b","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000077498","physical","txid7955" +"O93507","Q9I9P9","tal1","smad2","tal1","smad2","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000077498","physical","txid7955" +"Q90XE6","Q1LUC3","klf1","kat2b","Q90XE6","kat2b","Kruppel-like factor 1 (Erythroid krueppel-like transcription factor) (Kruppel-like factor d)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000020778","physical","txid7955" +"Q90XE6","O93507","klf1","tal1","Q90XE6","tal1","Kruppel-like factor 1 (Erythroid krueppel-like transcription factor) (Kruppel-like factor d)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000020778","physical","txid7955" +"Q90XE6","Q9PTJ3","klf1","lmo2","Q90XE6","lmo2","Kruppel-like factor 1 (Erythroid krueppel-like transcription factor) (Kruppel-like factor d)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000020778","physical","txid7955" +"Q8JFQ2","A0A140LGT1","lmo1","unp1266","lmo1","A0A140LGT1","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000135314","physical","txid7955" +"Q8JFQ2","B1H1L4","lmo1","tcf3a","lmo1","tcf3b","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000135314","physical","txid7955" +"Q8JFQ2","A0A1L1QZF4","lmo1","wu:fb74g05","lmo1","A0A1L1QZF4","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000135314","physical","txid7955" +"Q7T3G1","O93507","gata2","tal1","Q7T3G1","tal1","GATA-binding protein 2a","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","Q8JFQ2","gata2","lmo1","Q7T3G1","lmo1","GATA-binding protein 2a","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","A0A1L1QZF4","gata2","wu:fb74g05","Q7T3G1","A0A1L1QZF4","GATA-binding protein 2a","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","A0A140LGT1","gata2","unp1266","Q7T3G1","A0A140LGT1","GATA-binding protein 2a","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","B1H1L4","gata2","tcf3a","Q7T3G1","tcf3b","GATA-binding protein 2a","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","Q9I9P9","gata2","smad2","Q7T3G1","smad2","GATA-binding protein 2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","Q9PTJ3","gata2","lmo2","Q7T3G1","lmo2","GATA-binding protein 2a","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","Q8QG63","gata2","lmo4","Q7T3G1","lmo4a","GATA-binding protein 2a","LIM domain only 4 (LIM domain only 4a isoform X1) (LIM only 4 protein) (Lmo4 protein)","string-db","7955.ENSDARP00000079654/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","Q9DGB8","gata2","runxa","Q7T3G1","runx1","GATA-binding protein 2a","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000076860","physical","txid7955" +"Q7T3G1","A5D6S0","gata2","Paired amphipathic helix protein Sin3a","Q7T3G1","sin3aa","GATA-binding protein 2a","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000076860","physical","txid7955" +"F1R3J9","F1RAW8","fb39h07","fb34c06","F1R3J9","ash2l","type I protein arginine methyltransferase (EC 2.1.1.319)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q7T3G1","fb39h07","gata2","F1R3J9","Q7T3G1","type I protein arginine methyltransferase (EC 2.1.1.319)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","I3IT74","fb39h07","si:ch211-234f14.1","F1R3J9","cdk6","type I protein arginine methyltransferase (EC 2.1.1.319)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","A0A140LGT1","fb39h07","unp1266","F1R3J9","A0A140LGT1","type I protein arginine methyltransferase (EC 2.1.1.319)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q6DC04","fb39h07","carm1","F1R3J9","carm1","type I protein arginine methyltransferase (EC 2.1.1.319)","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","string-db","7955.ENSDARP00000016959/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q7ZTZ4","fb39h07","fb37g12","F1R3J9","fbl","type I protein arginine methyltransferase (EC 2.1.1.319)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","A5D6S0","fb39h07","Paired amphipathic helix protein Sin3a","F1R3J9","sin3aa","type I protein arginine methyltransferase (EC 2.1.1.319)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","E9QGQ0","fb39h07","Histone-lysine N-methyltransferase SETD1A isoform X1","F1R3J9","setd1a","type I protein arginine methyltransferase (EC 2.1.1.319)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","F1Q5L6","fb39h07","wu:fa56a07","F1R3J9","ddx5","type I protein arginine methyltransferase (EC 2.1.1.319)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","B8JKI8","fb39h07","htatip","F1R3J9","kat5b","type I protein arginine methyltransferase (EC 2.1.1.319)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","P57717","fb39h07","esr1","F1R3J9","P57717","type I protein arginine methyltransferase (EC 2.1.1.319)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q503H9","fb39h07","Transcription initiation factor IIA subunit 2","F1R3J9","gtf2a2","type I protein arginine methyltransferase (EC 2.1.1.319)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q7ZTX2","fb39h07","wu:fk47f04","F1R3J9","wdr5","type I protein arginine methyltransferase (EC 2.1.1.319)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q6P0C9","fb39h07","fkd7","F1R3J9","foxa1","type I protein arginine methyltransferase (EC 2.1.1.319)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","F8W580","fb39h07","[histone H3]-lysine","F1R3J9","kmt2bb","type I protein arginine methyltransferase (EC 2.1.1.319)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","F1QMV7","fb39h07","Nuclear receptor coactivator 3","F1R3J9","ncoa3","type I protein arginine methyltransferase (EC 2.1.1.319)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","O93507","fb39h07","tal1","F1R3J9","tal1","type I protein arginine methyltransferase (EC 2.1.1.319)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q9I9P9","fb39h07","smad2","F1R3J9","smad2","type I protein arginine methyltransferase (EC 2.1.1.319)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q91428","fb39h07","gata3","F1R3J9","gata3","type I protein arginine methyltransferase (EC 2.1.1.319)","Transcription factor GATA-3 (GATA-binding factor 3)","string-db","7955.ENSDARP00000017572/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q1LY77","fb39h07","setd1ba","F1R3J9","Q1LY77","type I protein arginine methyltransferase (EC 2.1.1.319)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","A0A8M9PTD7","fb39h07","Nuclear receptor coactivator 1","F1R3J9","A0A8M9PTD7","type I protein arginine methyltransferase (EC 2.1.1.319)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q1LUC3","fb39h07","kat2b","F1R3J9","kat2b","type I protein arginine methyltransferase (EC 2.1.1.319)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000010384","physical","txid7955" +"F1R3J9","Q9DGB8","fb39h07","runxa","F1R3J9","runx1","type I protein arginine methyltransferase (EC 2.1.1.319)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000010384","physical","txid7955" +"A0A140LGT1","B2KL77","unp1266","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","A0A140LGT1","smarcd3b","Core-binding factor subunit beta","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000142460","physical","txid7955" +"A0A140LGT1","Q7ZSY3","unp1266","smarca4","A0A140LGT1","smarca4a","Core-binding factor subunit beta","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000142460","physical","txid7955" +"A0A140LGT1","E7F0R9","unp1266","Paired amphipathic helix protein Sin3a isoform X2","A0A140LGT1","sin3ab","Core-binding factor subunit beta","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000142460","physical","txid7955" +"A0A140LGT1","A0A1L1QZF4","unp1266","wu:fb74g05","A0A140LGT1","A0A1L1QZF4","Core-binding factor subunit beta","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000142460","physical","txid7955" +"A0A140LGT1","A0A2R8QIV0","unp1266","ef2","A0A140LGT1","elf2b","Core-binding factor subunit beta","E74-like factor 2b (ets domain transcription factor) (ETS-related transcription factor Elf-2 isoform X1)","string-db","7955.ENSDARP00000154068/7955.ENSDARP00000142460","physical","txid7955" +"B1H1L4","A0A140LGT1","tcf3a","unp1266","tcf3b","A0A140LGT1","Transcription factor E2-alpha (Transcription factor 3)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000135697","physical","txid7955" +"B1H1L4","J7HE56","tcf3a","MEF2B","tcf3b","mef2b","Transcription factor E2-alpha (Transcription factor 3)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000135697","physical","txid7955" +"A5D6S0","Q9DGB8","Paired amphipathic helix protein Sin3a","runxa","sin3aa","runx1","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A8E7A9","Paired amphipathic helix protein Sin3a","wu:fi22b08","sin3aa","-","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Krueppel-like factor 16 (Zgc:153115)","string-db","7955.ENSDARP00000119414/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A0A0R4ICD5","Paired amphipathic helix protein Sin3a","fb72f07","sin3aa","e2f4","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q7ZTY4","Paired amphipathic helix protein Sin3a","rbbp7","sin3aa","Q7ZTY4","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","E7F0R9","Paired amphipathic helix protein Sin3a","Paired amphipathic helix protein Sin3a isoform X2","sin3aa","sin3ab","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","F1REK0","Paired amphipathic helix protein Sin3a","zgc:162722","sin3aa","sap130a","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","B8JJJ1","Paired amphipathic helix protein Sin3a","zgc:92021","sin3aa","suds3","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A8WIP9","Paired amphipathic helix protein Sin3a","si:ch211-223c6.1","sin3aa","A8WIP9","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","DNA-binding protein SATB (Special AT-rich sequence-binding protein)","string-db","7955.ENSDARP00000083309/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","X1WDS1","Paired amphipathic helix protein Sin3a","PHD finger protein 12","sin3aa","phf12b","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q9I9P9","Paired amphipathic helix protein Sin3a","smad2","sin3aa","smad2","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A0A2R8Q4R6","Paired amphipathic helix protein Sin3a","si:ch211-220a11.1","sin3aa","tet3","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000145927/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q7T2T7","Paired amphipathic helix protein Sin3a","wu:fk96a04","sin3aa","mecp2","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q1LYM8","Paired amphipathic helix protein Sin3a","si:dkey-6n6.6","sin3aa","Q1LYM8","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","E7EXI6","Paired amphipathic helix protein Sin3a","PHD finger protein 12","sin3aa","phf12a","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","PHD finger protein 12","string-db","7955.ENSDARP00000098593/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","B0S8H2","Paired amphipathic helix protein Sin3a","si:dkey-5i22.5","sin3aa","sap130b","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q6PG31","Paired amphipathic helix protein Sin3a","rnps1","sin3aa","Q6PG31","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q6DHF1","Paired amphipathic helix protein Sin3a","fe11c08","sin3aa","ing2","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Inhibitor of growth protein","string-db","7955.ENSDARP00000134787/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A2BGS7","Paired amphipathic helix protein Sin3a","si:dkey-201c13.3","sin3aa","klf9","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Krueppel-like factor 9 (Kruppel-like factor 9) (Si:dkey-201c13.3)","string-db","7955.ENSDARP00000089244/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","F1R5N6","Paired amphipathic helix protein Sin3a","bcl6","sin3aa","bcl6aa","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","string-db","7955.ENSDARP00000107695/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","I3IT74","Paired amphipathic helix protein Sin3a","si:ch211-234f14.1","sin3aa","cdk6","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A2BFZ1","Paired amphipathic helix protein Sin3a","Max dimerization protein 1","sin3aa","mxd1","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Max dimerization protein 1","string-db","7955.ENSDARP00000121877/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","A8E7S8","Paired amphipathic helix protein Sin3a","zgc:92289","sin3aa","morf4l1","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","B0S6L0","Paired amphipathic helix protein Sin3a","im:7158173","sin3aa","kdm5c","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","string-db","7955.ENSDARP00000110667/7955.ENSDARP00000077974","physical","txid7955" +"A5D6S0","Q5RIQ4","Paired amphipathic helix protein Sin3a","klf11","sin3aa","klf11a","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","Krueppel-like factor 11 isoform X1 (Kruppel-like factor 11a)","string-db","7955.ENSDARP00000112617/7955.ENSDARP00000077974","physical","txid7955" +"Q9DGB8","A0A0R4ISW4","runxa","fd07d11","runx1","A0A0R4ISW4","Runt-related transcription factor","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q803S1","runxa","baf57","runx1","smarce1","Runt-related transcription factor","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","F8W580","runxa","[histone H3]-lysine","runx1","kmt2bb","Runt-related transcription factor","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","F1QGF8","runxa","Pax[Zf-b]","runx1","F1QGF8","Runt-related transcription factor","Paired box 5 (Paired box protein Pax-5)","string-db","7955.ENSDARP00000114412/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A4FVM2","runxa","si:ch73-368j24.13","runx1","A4FVM2","Runt-related transcription factor","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q1LY77","runxa","setd1ba","runx1","Q1LY77","Runt-related transcription factor","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","I3IT74","runxa","si:ch211-234f14.1","runx1","cdk6","Runt-related transcription factor","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q9PTJ3","runxa","lmo2","runx1","lmo2","Runt-related transcription factor","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","E7F0R9","runxa","Paired amphipathic helix protein Sin3a isoform X2","runx1","sin3ab","Runt-related transcription factor","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","F8W3Z2","runxa","zgc:110167","runx1","actl6b","Runt-related transcription factor","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A0R4IPF2","runxa","histone acetyltransferase","runx1","crebbpa","Runt-related transcription factor","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A0R4IBR4","runxa","Hif-3alpha","runx1","hif1al","Runt-related transcription factor","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","X1WHF1","runxa","Histone H2B","runx1","si:dkey-261m9.6","Runt-related transcription factor","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","R4GE15","runxa","si:ch211-113a14.29","runx1","si:ch211-113a14.22","Runt-related transcription factor","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","E9QGQ0","runxa","Histone-lysine N-methyltransferase SETD1A isoform X1","runx1","setd1a","Runt-related transcription factor","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A140LGS2","runxa","Histone H2A","runx1","si:ch1073-153i20.5","Runt-related transcription factor","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","B1H1L4","runxa","tcf3a","runx1","tcf3b","Runt-related transcription factor","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A140LGT1","runxa","unp1266","runx1","A0A140LGT1","Runt-related transcription factor","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A1L1QZF4","runxa","wu:fb74g05","runx1","A0A1L1QZF4","Runt-related transcription factor","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q8JFQ2","runxa","lmo1","runx1","lmo1","Runt-related transcription factor","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q7ZSY3","runxa","smarca4","runx1","smarca4a","Runt-related transcription factor","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A2R8QIV0","runxa","ef2","runx1","elf2b","Runt-related transcription factor","E74-like factor 2b (ets domain transcription factor) (ETS-related transcription factor Elf-2 isoform X1)","string-db","7955.ENSDARP00000154068/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","X1WDH8","runxa","Histone H2B","runx1","si:dkey-261m9.19","Runt-related transcription factor","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q90459","runxa","ccnd1","runx1","ccnd1","Runt-related transcription factor","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A140LG54","runxa","Histone H2B","runx1","si:dkey-23a13.22","Runt-related transcription factor","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A0A0R4IE41","runxa","non-specific serine/threonine protein kinase","runx1","A0A0R4IE41","Runt-related transcription factor","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","A3KNV9","runxa","zgc:162582","runx1","A3KNV9","Runt-related transcription factor","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","B2KL77","runxa","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","runx1","smarcd3b","Runt-related transcription factor","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000112019","physical","txid7955" +"Q9DGB8","Q7ZTT0","runxa","zgc:56685","runx1","Q7ZTT0","Runt-related transcription factor","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000112019","physical","txid7955" +"F1R5H6","B3DHW2","brd4","nfkb3","brd4","rela","Bromodomain-containing protein 4","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","string-db","7955.ENSDARP00000133181/7955.ENSDARP00000101616","physical","txid7955" +"F1R5H6","A0A140LG23","brd4","si:dkey-23a13.21","brd4","A0A140LG23","Bromodomain-containing protein 4","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000101616","physical","txid7955" +"Q7ZTX2","F1RAW8","wu:fk47f04","fb34c06","wdr5","ash2l","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q6NXC6","wu:fk47f04","wu:fi47e09","wdr5","Q6NXC6","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q1LUC3","wu:fk47f04","kat2b","wdr5","kat2b","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A0A8M9PQY4","wu:fk47f04","fc07b09","wdr5","A0A8M9PQY4","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q6PI20","wu:fk47f04","h3f3a; h3f3b.1; h3-5; h3f3d","wdr5","h3f3a;h3f3b.1;h3-5;h3f3d","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q5RHX6","wu:fk47f04","dcun1d4","wdr5","Q5RHX6","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A0A140LGT1","wu:fk47f04","unp1266","wdr5","A0A140LGT1","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A0A0G2KNT1","wu:fk47f04","DPY30 domain-containing 2","wdr5","A0A0G2KNT1","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F8W580","wu:fk47f04","[histone H3]-lysine","wdr5","kmt2bb","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A0A0R4IUU4","wu:fk47f04","NEDD8-conjugating enzyme Ubc12","wdr5","si:ch1073-205c8.3","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1QMF9","wu:fk47f04","si:zc14a17.5","wdr5","nedd8","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A0A140LG23","wu:fk47f04","si:dkey-23a13.21","wdr5","A0A140LG23","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","B8A6D0","wu:fk47f04","murr1","wdr5","B8A6D0","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A8KBJ5","wu:fk47f04","si:ch1073-153i20.2","wdr5","-","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1QGL1","wu:fk47f04","DNA helicase","wdr5","chd7","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000114372/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q7T2C1","wu:fk47f04","zgc:64071","wdr5","cul4a","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1R4V8","wu:fk47f04","im:7137244","wdr5","l3mbtl2","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Lethal(3)malignant brain tumor-like protein 2","string-db","7955.ENSDARP00000072956/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q1LY77","wu:fk47f04","setd1ba","wdr5","Q1LY77","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q98TU2","wu:fk47f04","eom","wdr5","eomesa","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","string-db","7955.ENSDARP00000146371/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A4QN68","wu:fk47f04","si:ch211-154e15.3","wdr5","A4QN68","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q4V909","wu:fk47f04","ccdc22","wdr5","Q4V909","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q4QRF4","wu:fk47f04","; ;","wdr5","-","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q6NV31","wu:fk47f04","wdr82","wdr5","wdr82","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","WD repeat-containing protein 82 (Protein word of mouth)","string-db","7955.ENSDARP00000019685/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F8W428","wu:fk47f04","im:7140950","wdr5","cul4b","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1Q509","wu:fk47f04","zgc:153556","wdr5","commd4","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","Q9DGB8","wu:fk47f04","runxa","wdr5","runx1","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1QAV3","wu:fk47f04","YEATS domain-containing 2","wdr5","yeats2","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","E9QCG0","wu:fk47f04","COMM domain-containing protein 6","wdr5","commd6","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","A4FUL3","wu:fk47f04","im:7137515","wdr5","rbx1","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","F1R869","wu:fk47f04","Nuclear receptor coactivator 6","wdr5","ncoa6","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Nuclear receptor coactivator 6","string-db","7955.ENSDARP00000096057/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","E9QGQ0","wu:fk47f04","Histone-lysine N-methyltransferase SETD1A isoform X1","wdr5","setd1a","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000017859","physical","txid7955" +"Q7ZTX2","B0S733","wu:fk47f04","upf3a","wdr5","B0S733","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000017859","physical","txid7955" +"Q1LUC3","A0A0R4I9V4","kat2b","DNA-directed RNA polymerase subunit","kat2b","polr1a","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q561S9","kat2b","H2A","kat2b","hist1h2a3","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A2R9YJN8","kat2b","cb960","kat2b","ddx21","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","F1QDT4","kat2b","TAF2G","kat2b","taf9","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E7EXD7","kat2b","si:dkey-261m9.11","kat2b","si:ch211-113a14.19","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","B8A552","kat2b","chunp6878","kat2b","B8A552","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6NWA8","kat2b","tada1","kat2b","Q6NWA8","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6P013","kat2b","fl03a12","kat2b","taf12","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A1L209","kat2b","atxn7l3","kat2b","A1L209","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E7FC00","kat2b","fm52d09","kat2b","si:dkeyp-118b1.2","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","P79734","kat2b","tp53","kat2b","tp53","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q307I6","kat2b","WW domain-containing transcription regulator 1","kat2b","wwtr1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","F1RDV9","kat2b","zgc:171795","kat2b","F1RDV9","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q7ZTT0","kat2b","zgc:56685","kat2b","Q7ZTT0","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A0R4IPF2","kat2b","histone acetyltransferase","kat2b","crebbpa","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q1LY77","kat2b","setd1ba","kat2b","Q1LY77","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6DRP3","kat2b","fb37b08","kat2b","snw1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A140LGS2","kat2b","Histone H2A","kat2b","si:ch1073-153i20.5","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6DRL5","kat2b","mybbp1a","kat2b","Q6DRL5","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q5SP02","kat2b","si:ch211-180b22.3","kat2b","taf1a","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A140LGT1","kat2b","unp1266","kat2b","A0A140LGT1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","F1QAC4","kat2b","GLI family zinc finger 1","kat2b","gli1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A0R4IXF6","kat2b","kat2a","kat2b","kat2a","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E7F5W3","kat2b","si:dkey-108k21.26","kat2b","hist1h2a10","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6P0C9","kat2b","fkd7","kat2b","foxa1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6PHG8","kat2b","polr1f","kat2b","Q6PHG8","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q1LVD6","kat2b","si:dkey-72l14.8","kat2b","taf10","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A0R4ITC5","kat2b","trrap","kat2b","trrap","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E7EZX1","kat2b","si:dkey-261m9.15","kat2b","hist1h2a5","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","F8W580","kat2b","[histone H3]-lysine","kat2b","kmt2bb","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q9DGB8","kat2b","runxa","kat2b","runx1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E9QGQ0","kat2b","Histone-lysine N-methyltransferase SETD1A isoform X1","kat2b","setd1a","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q9I9P9","kat2b","smad2","kat2b","smad2","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q66HZ5","kat2b","wu:fb83e08","kat2b","Q66HZ5","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","B8JKD7","kat2b","polr1b","kat2b","polr1b","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A4FTT4","kat2b","Su","kat2b","rbpjb","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","string-db","7955.ENSDARP00000087012/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A4FVM2","kat2b","si:ch73-368j24.13","kat2b","A4FVM2","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","B8JI71","kat2b","eys","kat2b","B8JI71","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Protein eyes shut homolog","string-db","7955.ENSDARP00000144515/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A2BIL7","kat2b","baz1b","kat2b","A2BIL7","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","E7FEV1","kat2b","fa05b10","kat2b","taf6l","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q5XJK2","kat2b","h2afx1","kat2b","h2ax1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q6DH42","kat2b","eny2","kat2b","eny2","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","A0A8M3APY8","kat2b","myo1c","kat2b","A0A8M3APY8","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000085190","physical","txid7955" +"Q1LUC3","Q5RGA4","kat2b","mysm1","kat2b","mysm1","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000085190","physical","txid7955" +"E9QGQ0","A0A0G2KNT1","Histone-lysine N-methyltransferase SETD1A isoform X1","DPY30 domain-containing 2","setd1a","A0A0G2KNT1","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000115396","physical","txid7955" +"E9QGQ0","A0A8M9PQY4","Histone-lysine N-methyltransferase SETD1A isoform X1","fc07b09","setd1a","A0A8M9PQY4","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000115396","physical","txid7955" +"E9QGQ0","A0A140LGT1","Histone-lysine N-methyltransferase SETD1A isoform X1","unp1266","setd1a","A0A140LGT1","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000115396","physical","txid7955" +"E9QGQ0","Q1LY77","Histone-lysine N-methyltransferase SETD1A isoform X1","setd1ba","setd1a","Q1LY77","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000115396","physical","txid7955" +"Q91428","E7FE07","gata3","si:ch211-113a14.16","gata3","E7FE07","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","R4GE15","gata3","si:ch211-113a14.29","gata3","si:ch211-113a14.22","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q6PI20","gata3","h3f3a; h3f3b.1; h3-5; h3f3d","gata3","h3f3a;h3f3b.1;h3-5;h3f3d","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","F1QMV7","gata3","Nuclear receptor coactivator 3","gata3","ncoa3","Transcription factor GATA-3 (GATA-binding factor 3)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","E9QFQ5","gata3","Ubiquitin carboxyl-terminal hydrolase","gata3","usp21","Transcription factor GATA-3 (GATA-binding factor 3)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","F1R4T3","gata3","FOG-A","gata3","zfpm2a","Transcription factor GATA-3 (GATA-binding factor 3)","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","string-db","7955.ENSDARP00000058684/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q503H9","gata3","Transcription initiation factor IIA subunit 2","gata3","gtf2a2","Transcription factor GATA-3 (GATA-binding factor 3)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q6PC60","gata3","hist2h2l","gata3","hist2h2l","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q9PTJ3","gata3","lmo2","gata3","lmo2","Transcription factor GATA-3 (GATA-binding factor 3)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","B8JKI8","gata3","htatip","gata3","kat5b","Transcription factor GATA-3 (GATA-binding factor 3)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q5XJK2","gata3","h2afx1","gata3","h2ax1","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","X1WHF1","gata3","Histone H2B","gata3","si:dkey-261m9.6","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q1LUC3","gata3","kat2b","gata3","kat2b","Transcription factor GATA-3 (GATA-binding factor 3)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A4FVM2","gata3","si:ch73-368j24.13","gata3","A4FVM2","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","O13168","gata3","tle3b","gata3","tle3b","Transcription factor GATA-3 (GATA-binding factor 3)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","F1QMY9","gata3","Nuclear receptor-interacting protein 1","gata3","nrip1a","Transcription factor GATA-3 (GATA-binding factor 3)","Nuclear receptor-interacting protein 1","string-db","7955.ENSDARP00000114091/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q6NZT5","gata3","fj36h07","gata3","jun","Transcription factor GATA-3 (GATA-binding factor 3)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","B3DJF8","gata3","LOC570661","gata3","LOC570661","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A0A8M9PTD7","gata3","Nuclear receptor coactivator 1","gata3","A0A8M9PTD7","Transcription factor GATA-3 (GATA-binding factor 3)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A0A1L1QZF4","gata3","wu:fb74g05","gata3","A0A1L1QZF4","Transcription factor GATA-3 (GATA-binding factor 3)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","E7EZX1","gata3","si:dkey-261m9.15","gata3","hist1h2a5","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A8KBJ5","gata3","si:ch1073-153i20.2","gata3","-","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q8JFQ2","gata3","lmo1","gata3","lmo1","Transcription factor GATA-3 (GATA-binding factor 3)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q6P0C9","gata3","fkd7","gata3","foxa1","Transcription factor GATA-3 (GATA-binding factor 3)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A0A140LGT1","gata3","unp1266","gata3","A0A140LGT1","Transcription factor GATA-3 (GATA-binding factor 3)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A0A140LG54","gata3","Histone H2B","gata3","si:dkey-23a13.22","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q7ZUY3","gata3","h2ax","gata3","Q7ZUY3","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","F1Q5L6","gata3","wu:fa56a07","gata3","ddx5","Transcription factor GATA-3 (GATA-binding factor 3)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","E7EXD7","gata3","si:dkey-261m9.11","gata3","si:ch211-113a14.19","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q4QRF4","gata3","; ;","gata3","-","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q71PD7","gata3","h2az2a","gata3","h2az2a","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q4FZZ7","gata3","hist1h2a2","gata3","hist1h2a2","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","X1WDH8","gata3","Histone H2B","gata3","si:dkey-261m9.19","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q9DGB8","gata3","runxa","gata3","runx1","Transcription factor GATA-3 (GATA-binding factor 3)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","A0A140LGS2","gata3","Histone H2A","gata3","si:ch1073-153i20.5","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","E7F5W3","gata3","si:dkey-108k21.26","gata3","hist1h2a10","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","O93507","gata3","tal1","gata3","tal1","Transcription factor GATA-3 (GATA-binding factor 3)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q6P0S4","gata3","fos","gata3","fosab","Transcription factor GATA-3 (GATA-binding factor 3)","Protein c-Fos (Cellular oncogene fos)","string-db","7955.ENSDARP00000043297/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q7T3G1","gata3","gata2","gata3","Q7T3G1","Transcription factor GATA-3 (GATA-binding factor 3)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q5BJA5","gata3",";","gata3","-","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q561S9","gata3","H2A","gata3","hist1h2a3","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","B1H1L4","gata3","tcf3a","gata3","tcf3b","Transcription factor GATA-3 (GATA-binding factor 3)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","Q7ZTT0","gata3","zgc:56685","gata3","Q7ZTT0","Transcription factor GATA-3 (GATA-binding factor 3)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000017572","physical","txid7955" +"Q91428","P57717","gata3","esr1","gata3","P57717","Transcription factor GATA-3 (GATA-binding factor 3)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000017572","physical","txid7955" +"F1R4T3","Q6NW63","FOG-A","GATA-5","zfpm2a","gata6","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","string-db","7955.ENSDARP00000137653/7955.ENSDARP00000058684","physical","txid7955" +"F1R4T3","Q7T3G1","FOG-A","gata2","zfpm2a","Q7T3G1","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000058684","physical","txid7955" +"A0A8M3BBB7","Q78AM8","CBFA2/RUNX1 partner transcriptional co-repressor 3","spi1","A0A8M3BBB7","Q78AM8","CBFA2/RUNX1 partner transcriptional co-repressor 3 (Protein CBFA2T3 isoform X1)","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","string-db","7955.ENSDARP00000029369/7955.ENSDARP00000009143","physical","txid7955" +"A0A8M3BBB7","O93507","CBFA2/RUNX1 partner transcriptional co-repressor 3","tal1","A0A8M3BBB7","tal1","CBFA2/RUNX1 partner transcriptional co-repressor 3 (Protein CBFA2T3 isoform X1)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000009143","physical","txid7955" +"O93599","Q56JH6","STAT3b1","kitla","stat3","Q56JH6","Signal transducer and activator of transcription","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000095292","physical","txid7955" +"O93599","F1QLR7","STAT3b1","c-met","stat3","met","Signal transducer and activator of transcription","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A3R4U5","STAT3b1","IL-15RA","stat3","A3R4U5","Signal transducer and activator of transcription","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","string-db","7955.ENSDARP00000099117/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A8WH92","STAT3b1","il-2rb","stat3","il2rb","Signal transducer and activator of transcription","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000095292","physical","txid7955" +"O93599","B8ZHI7","STAT3b1","gcsf","stat3","B8ZHI7","Signal transducer and activator of transcription","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000095292","physical","txid7955" +"O93599","H9A0J9","STAT3b1","Interleukin-6","stat3","H9A0J9","Signal transducer and activator of transcription","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000095292","physical","txid7955" +"O93599","E7F976","STAT3b1","crfb14","stat3","ifnlr1","Signal transducer and activator of transcription","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000095292","physical","txid7955" +"O93599","Q8JFR5","STAT3b1","kita","stat3","kita","Signal transducer and activator of transcription","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A8WH79","STAT3b1","gp130","stat3","il6st","Signal transducer and activator of transcription","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000095292","physical","txid7955" +"O93599","Q1L959","STAT3b1","fb12g11","stat3","usf2","Signal transducer and activator of transcription","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","string-db","7955.ENSDARP00000116833/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A0A8M2B248","STAT3b1","ISGF3G","stat3","A0A8M2B248","Signal transducer and activator of transcription","Interferon regulatory factor 9","string-db","7955.ENSDARP00000123550/7955.ENSDARP00000095292","physical","txid7955" +"O93599","F1QWE3","STAT3b1","receptor protein-tyrosine kinase","stat3","mertka","Signal transducer and activator of transcription","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000101815/7955.ENSDARP00000095292","physical","txid7955" +"O93599","F6NZK1","STAT3b1","crfb17","stat3","F6NZK1","Signal transducer and activator of transcription","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000095292","physical","txid7955" +"O93599","Q15KG7","STAT3b1","Interleukin","stat3","Q15KG7","Signal transducer and activator of transcription","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000095292","physical","txid7955" +"O93599","Q1RLY5","STAT3b1","zgc:136695","stat3","lck","Signal transducer and activator of transcription","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A0A8M3AQW8","STAT3b1","Tyrosine-protein kinase","stat3","A0A8M3AQW8","Signal transducer and activator of transcription","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000095292","physical","txid7955" +"O93599","Q7ZVT2","STAT3b1","pkm2a","stat3","pkma","Signal transducer and activator of transcription","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000095292","physical","txid7955" +"O93599","B0UXH1","STAT3b1","Cytokine receptor family member b2","stat3","crfb2","Signal transducer and activator of transcription","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000095292","physical","txid7955" +"O93599","X1WC58","STAT3b1","il-21ra.a","stat3","X1WC58","Signal transducer and activator of transcription","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A8WH91","STAT3b1","il-2rgc.b","stat3","A8WH91","Signal transducer and activator of transcription","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000095292","physical","txid7955" +"O93599","A0A2R8Q0D8","STAT3b1","Platelet-derived growth factor subunit B","stat3","A0A2R8Q0D8","Signal transducer and activator of transcription","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000095292","physical","txid7955" +"O73715","Q8JFQ2","ldb1a","lmo1","ldb1a","lmo1","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","string-db","7955.ENSDARP00000135314/7955.ENSDARP00000003158","physical","txid7955" +"O73715","Q9DGB8","ldb1a","runxa","ldb1a","runx1","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000003158","physical","txid7955" +"O73715","O93507","ldb1a","tal1","ldb1a","tal1","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","string-db","7955.ENSDARP00000077498/7955.ENSDARP00000003158","physical","txid7955" +"O73715","Q9PTJ3","ldb1a","lmo2","ldb1a","lmo2","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000003158","physical","txid7955" +"O73715","Q91428","ldb1a","gata3","ldb1a","gata3","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Transcription factor GATA-3 (GATA-binding factor 3)","string-db","7955.ENSDARP00000017572/7955.ENSDARP00000003158","physical","txid7955" +"O73715","A0A1L1QZF4","ldb1a","wu:fb74g05","ldb1a","A0A1L1QZF4","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000003158","physical","txid7955" +"O73715","B1H1L4","ldb1a","tcf3a","ldb1a","tcf3b","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000003158","physical","txid7955" +"O73715","A0A140LGT1","ldb1a","unp1266","ldb1a","A0A140LGT1","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000003158","physical","txid7955" +"O73715","Q7T3G1","ldb1a","gata2","ldb1a","Q7T3G1","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000003158","physical","txid7955" +"Q9PTJ3","B1H1L4","lmo2","tcf3a","lmo2","tcf3b","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000115969","physical","txid7955" +"Q9PTJ3","E7FBX7","lmo2","si:ch211-231o6.2","lmo2","gfi1b","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","string-db","7955.ENSDARP00000145290/7955.ENSDARP00000115969","physical","txid7955" +"Q9PTJ3","A0A1L1QZF4","lmo2","wu:fb74g05","lmo2","A0A1L1QZF4","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000115969","physical","txid7955" +"Q9PTJ3","F1QUD8","lmo2","zgc:111884","lmo2","F1QUD8","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","T-cell acute lymphocytic leukemia 2 (T-cell acute lymphocytic leukemia protein 2)","string-db","7955.ENSDARP00000124306/7955.ENSDARP00000115969","physical","txid7955" +"Q9PTJ3","A0A140LGT1","lmo2","unp1266","lmo2","A0A140LGT1","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000115969","physical","txid7955" +"F8W580","A0A140LGT1","[histone H3]-lysine","unp1266","kmt2bb","A0A140LGT1","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000123759","physical","txid7955" +"Q1LY77","A0A0G2KNT1","setd1ba","DPY30 domain-containing 2","Q1LY77","A0A0G2KNT1","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000130529","physical","txid7955" +"Q1LY77","A0A140LGT1","setd1ba","unp1266","Q1LY77","A0A140LGT1","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000130529","physical","txid7955" +"P60622","Q7T3G1","zfpm1","gata2","P60622","Q7T3G1","Zinc finger protein ZFPM1 (Friend of GATA protein 1) (FOG-1) (Friend of GATA 1) (Zinc finger protein multitype 1)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000060948","physical","txid7955" +"Q9I9P9","Q90VY7","smad2","prep1","smad2","pknox1.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","string-db","7955.ENSDARP00000111569/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","F1QHN6","smad2","im:7042025","smad2","ubc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","Q98TU2","smad2","eom","smad2","eomesa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","string-db","7955.ENSDARP00000146371/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A8M2B5I7","smad2","im:7137698","smad2","A0A8M2B5I7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","P79734","smad2","tp53","smad2","tp53","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","F1QW97","smad2","fc18h09","smad2","sp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A3RK74","smad2","foxo1a","smad2","foxo1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A8M1N9U9","smad2","si:dkey-222b8.1","smad2","A0A8M1N9U9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A2R8QPY7","smad2","LOC100535338","smad2","LOC100535338","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Homeobox protein TGIF2-like","string-db","7955.ENSDARP00000154899/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","Q5TYX1","smad2","bon","smad2","mixl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Homeobox protein MIXL1 (Mix paired-like homeobox)","string-db","7955.ENSDARP00000108258/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A2R8Q1W5","smad2","keap1b","smad2","keap1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A0R4ICD5","smad2","fb72f07","smad2","e2f4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A5PMI2","smad2","Zinc finger FYVE domain-containing protein 9 isoform X1","smad2","zfyve9a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","string-db","7955.ENSDARP00000131596/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","P52161","smad2","max","smad2","P52161","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A8M9QGN3","smad2","jmjd3","smad2","A0A8M9QGN3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","Q7SXA3","smad2","zgc:66168","smad2","rps27a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","Q8AXB3","smad2","kdrl","smad2","Q8AXB3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","A0A0N4SUD2","smad2","Ubi-p63E","smad2","ubb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","E7FFZ5","smad2","smad10b","smad2","E7FFZ5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000106756","physical","txid7955" +"Q9I9P9","Q9W7C0","smad2","Lymphocyte enhancer binding factor 1","smad2","lef1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000106756","physical","txid7955" +"I3IT74","A0A140LGT1","si:ch211-234f14.1","unp1266","cdk6","A0A140LGT1","Cyclin-dependent kinase 6","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","A0A0R4IWW7","si:ch211-234f14.1","zgc:85716","cdk6","thrap3b","Cyclin-dependent kinase 6","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q2QCI8","si:ch211-234f14.1","med12","cdk6","Q2QCI8","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q4V8V8","si:ch211-234f14.1","Mediator of RNA polymerase II transcription subunit 30","cdk6","-","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","A0A8M3AQV5","si:ch211-234f14.1","Thyroid hormone receptor-associated protein 3 isoform X1","cdk6","A0A8M3AQV5","Cyclin-dependent kinase 6","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","A2VCZ5","si:ch211-234f14.1","Mediator of RNA polymerase II transcription subunit 13-like","cdk6","A2VCZ5","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q6PC45","si:ch211-234f14.1","med30","cdk6","Q6PC45","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q6NYT1","si:ch211-234f14.1","med8","cdk6","Q6NYT1","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q2PW47","si:ch211-234f14.1","med24","cdk6","med24","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q6DBX1","si:ch211-234f14.1","med20","cdk6","med20","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","Q90459","si:ch211-234f14.1","ccnd1","cdk6","ccnd1","Cyclin-dependent kinase 6","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000126132","physical","txid7955" +"I3IT74","R4GDN4","si:ch211-234f14.1","med9","cdk6","si:ch73-105m5.1","Cyclin-dependent kinase 6","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000126132","physical","txid7955" +"F1RAW8","Q9DGB8","fb34c06","runxa","ash2l","runx1","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","F1QGH7","fb34c06","ctnnb1","ash2l","ctnnb1","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","F8W580","fb34c06","[histone H3]-lysine","ash2l","kmt2bb","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","string-db","7955.ENSDARP00000123759/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q1LY77","fb34c06","setd1ba","ash2l","Q1LY77","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","A0A8M9PQY4","fb34c06","fc07b09","ash2l","A0A8M9PQY4","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q9W7C0","fb34c06","Lymphocyte enhancer binding factor 1","ash2l","lef1","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","A0A0G2KNT1","fb34c06","DPY30 domain-containing 2","ash2l","A0A0G2KNT1","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q67FY3","fb34c06","bcl9l","ash2l","Q67FY3","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","string-db","7955.ENSDARP00000123831/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q6PCS3","fb34c06","id:ibd5026","ash2l","mef2ca","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","F1QGL1","fb34c06","DNA helicase","ash2l","chd7","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000114372/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q1LUC3","fb34c06","kat2b","ash2l","kat2b","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","E9QGQ0","fb34c06","Histone-lysine N-methyltransferase SETD1A isoform X1","ash2l","setd1a","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q1L8T6","fb34c06","wu:fc46c10","ash2l","pygo2","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Pygopus homolog 2","string-db","7955.ENSDARP00000117585/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","O57418","fb34c06","pax7","ash2l","pax7a","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","string-db","7955.ENSDARP00000138120/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","A0A140LGT1","fb34c06","unp1266","ash2l","A0A140LGT1","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","Q9YHE8","fb34c06","tcf7l1a","ash2l","tcf7l1a","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","string-db","7955.ENSDARP00000090035/7955.ENSDARP00000079466","physical","txid7955" +"F1RAW8","F1R405","fb34c06","si:ch73-15j19.1","ash2l","bcl9","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000079466","physical","txid7955" +"Q567Y7","Q8AV68","zgc:110642","chrnb3","chrna5","Q8AV68","Neuronal acetylcholine receptor subunit alpha-5","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","string-db","7955.ENSDARP00000050036/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","Q98880","zgc:110642","chrna1","chrna5","Q98880","Neuronal acetylcholine receptor subunit alpha-5","Acetylcholine receptor subunit alpha","string-db","7955.ENSDARP00000021860/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","Q0PJT8","zgc:110642","LOC556619","chrna5","chrna4b","Neuronal acetylcholine receptor subunit alpha-5","Neuronal acetylcholine receptor subunit alpha-4","string-db","7955.ENSDARP00000022694/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","Q1RLX8","zgc:110642","zgc:136717","chrna5","Q1RLX8","Neuronal acetylcholine receptor subunit alpha-5","Neuronal acetylcholine receptor subunit alpha-2","string-db","7955.ENSDARP00000028704/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","A0A0G2L879","zgc:110642","chrna7b","chrna5","LOC101882451","Neuronal acetylcholine receptor subunit alpha-5","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","A0A0R4ISQ3","zgc:110642","Neuronal acetylcholine receptor subunit beta-4","chrna5","chrnb4","Neuronal acetylcholine receptor subunit alpha-5","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000002331","physical","txid7955" +"Q567Y7","E7F4S7","zgc:110642","chrnb2b","chrna5","chrnb2","Neuronal acetylcholine receptor subunit alpha-5","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","string-db","7955.ENSDARP00000041624/7955.ENSDARP00000002331","physical","txid7955" +"E7F4S7","Q8AV68","chrnb2b","chrnb3","chrnb2","Q8AV68","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","string-db","7955.ENSDARP00000050036/7955.ENSDARP00000041624","physical","txid7955" +"E7F4S7","A0A0G2L879","chrnb2b","chrna7b","chrnb2","LOC101882451","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000041624","physical","txid7955" +"E7F4S7","A2BG85","chrnb2b","im:7154697","chrnb2","chrne","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000041624","physical","txid7955" +"E7F4S7","E7F9V1","chrnb2b","chrngl","chrnb2","E7F9V1","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000041624","physical","txid7955" +"E7F4S7","A0A0R4ISQ3","chrnb2b","Neuronal acetylcholine receptor subunit beta-4","chrnb2","chrnb4","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000041624","physical","txid7955" +"Q98880","E7F9V1","chrna1","chrngl","Q98880","E7F9V1","Acetylcholine receptor subunit alpha","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","A0A0G2L879","chrna1","chrna7b","Q98880","LOC101882451","Acetylcholine receptor subunit alpha","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","Q0PJT8","chrna1","LOC556619","Q98880","chrna4b","Acetylcholine receptor subunit alpha","Neuronal acetylcholine receptor subunit alpha-4","string-db","7955.ENSDARP00000022694/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","E7F2Q4","chrna1","Cholinergic receptor, nicotinic, beta 1","Q98880","chrnb1l","Acetylcholine receptor subunit alpha","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","string-db","7955.ENSDARP00000034131/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","Q1L8Y9","chrna1","si:ch211-39a7.1","Q98880","chrna11","Acetylcholine receptor subunit alpha","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","A0A0R4ISQ3","chrna1","Neuronal acetylcholine receptor subunit beta-4","Q98880","chrnb4","Acetylcholine receptor subunit alpha","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","E7F4S7","chrna1","chrnb2b","Q98880","chrnb2","Acetylcholine receptor subunit alpha","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","string-db","7955.ENSDARP00000041624/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","Q1RLX8","chrna1","zgc:136717","Q98880","Q1RLX8","Acetylcholine receptor subunit alpha","Neuronal acetylcholine receptor subunit alpha-2","string-db","7955.ENSDARP00000028704/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","Q8AV68","chrna1","chrnb3","Q98880","Q8AV68","Acetylcholine receptor subunit alpha","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","string-db","7955.ENSDARP00000050036/7955.ENSDARP00000021860","physical","txid7955" +"Q98880","A2BG85","chrna1","im:7154697","Q98880","chrne","Acetylcholine receptor subunit alpha","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000021860","physical","txid7955" +"A0A0R4ISQ3","A0A0G2L879","Neuronal acetylcholine receptor subunit beta-4","chrna7b","chrnb4","LOC101882451","Neuronal acetylcholine receptor subunit beta-4","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000138900","physical","txid7955" +"Q8AV68","A0A0G2L879","chrnb3","chrna7b","Q8AV68","LOC101882451","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000050036","physical","txid7955" +"Q8AV68","A0A0R4ISQ3","chrnb3","Neuronal acetylcholine receptor subunit beta-4","Q8AV68","chrnb4","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000050036","physical","txid7955" +"Q0PJT8","Q1L8Y9","LOC556619","si:ch211-39a7.1","chrna4b","chrna11","Neuronal acetylcholine receptor subunit alpha-4","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","Q8AV68","LOC556619","chrnb3","chrna4b","Q8AV68","Neuronal acetylcholine receptor subunit alpha-4","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","string-db","7955.ENSDARP00000050036/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","A0A0G2L879","LOC556619","chrna7b","chrna4b","LOC101882451","Neuronal acetylcholine receptor subunit alpha-4","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","A0A0R4ISQ3","LOC556619","Neuronal acetylcholine receptor subunit beta-4","chrna4b","chrnb4","Neuronal acetylcholine receptor subunit alpha-4","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","E7F2Q4","LOC556619","Cholinergic receptor, nicotinic, beta 1","chrna4b","chrnb1l","Neuronal acetylcholine receptor subunit alpha-4","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","string-db","7955.ENSDARP00000034131/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","E7F4S7","LOC556619","chrnb2b","chrna4b","chrnb2","Neuronal acetylcholine receptor subunit alpha-4","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","string-db","7955.ENSDARP00000041624/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","E7F9V1","LOC556619","chrngl","chrna4b","E7F9V1","Neuronal acetylcholine receptor subunit alpha-4","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","A2BG85","LOC556619","im:7154697","chrna4b","chrne","Neuronal acetylcholine receptor subunit alpha-4","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000022694","physical","txid7955" +"Q0PJT8","Q1RLX8","LOC556619","zgc:136717","chrna4b","Q1RLX8","Neuronal acetylcholine receptor subunit alpha-4","Neuronal acetylcholine receptor subunit alpha-2","string-db","7955.ENSDARP00000028704/7955.ENSDARP00000022694","physical","txid7955" +"Q1RLX8","A0A0R4ISQ3","zgc:136717","Neuronal acetylcholine receptor subunit beta-4","Q1RLX8","chrnb4","Neuronal acetylcholine receptor subunit alpha-2","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","E7F4S7","zgc:136717","chrnb2b","Q1RLX8","chrnb2","Neuronal acetylcholine receptor subunit alpha-2","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","string-db","7955.ENSDARP00000041624/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","Q1L8Y9","zgc:136717","si:ch211-39a7.1","Q1RLX8","chrna11","Neuronal acetylcholine receptor subunit alpha-2","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","E7F9V1","zgc:136717","chrngl","Q1RLX8","E7F9V1","Neuronal acetylcholine receptor subunit alpha-2","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","A0A0G2L879","zgc:136717","chrna7b","Q1RLX8","LOC101882451","Neuronal acetylcholine receptor subunit alpha-2","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","A2BG85","zgc:136717","im:7154697","Q1RLX8","chrne","Neuronal acetylcholine receptor subunit alpha-2","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","E7F2Q4","zgc:136717","Cholinergic receptor, nicotinic, beta 1","Q1RLX8","chrnb1l","Neuronal acetylcholine receptor subunit alpha-2","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","string-db","7955.ENSDARP00000034131/7955.ENSDARP00000028704","physical","txid7955" +"Q1RLX8","Q8AV68","zgc:136717","chrnb3","Q1RLX8","Q8AV68","Neuronal acetylcholine receptor subunit alpha-2","Cholinergic receptor nicotinic beta 3 subunit b (Cholinergic receptor, nicotinic, beta 3b (Neuronal) precursor) (Cholinergic receptor, nicotinic, beta polypeptide 3b) (Nicotinic acetylecholine receptor beta3 subunit)","string-db","7955.ENSDARP00000050036/7955.ENSDARP00000028704","physical","txid7955" +"Q9I9L0","Q7ZVI8","hey2","npl4","hey2","Q7ZVI8","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000002357","physical","txid7955" +"Q9I9L0","Q0VFV6","hey2","vimp","hey2","vimp","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","Selenoprotein S (SelS) (VCP-interacting membrane protein)","string-db","7955.ENSDARP00000079033/7955.ENSDARP00000002357","physical","txid7955" +"Q9I9L0","Q8AXV6","hey2","hey1","hey2","hey1","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","Hairy/enhancer-of-split related with YRPW motif protein 1","string-db","7955.ENSDARP00000094416/7955.ENSDARP00000002357","physical","txid7955" +"Q9I9L0","Q8AXV5","hey2","heyl","hey2","heyl","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","Hairy/enhancer-of-split related with YRPW motif-like protein","string-db","7955.ENSDARP00000072659/7955.ENSDARP00000002357","physical","txid7955" +"Q7ZVI8","A0A0N4SUD2","npl4","Ubi-p63E","Q7ZVI8","ubb","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000133068","physical","txid7955" +"Q7ZVI8","A0A0G2L7I0","npl4","sprtn","Q7ZVI8","A0A0G2L7I0","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000133068","physical","txid7955" +"Q7ZVI8","F1QHN6","npl4","im:7042025","Q7ZVI8","ubc","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000133068","physical","txid7955" +"Q0VFV6","Q7ZVI8","vimp","npl4","vimp","Q7ZVI8","Selenoprotein S (SelS) (VCP-interacting membrane protein)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000079033","physical","txid7955" +"Q8AXV5","Q8AXV6","heyl","hey1","heyl","hey1","Hairy/enhancer-of-split related with YRPW motif-like protein","Hairy/enhancer-of-split related with YRPW motif protein 1","string-db","7955.ENSDARP00000094416/7955.ENSDARP00000072659","physical","txid7955" +"Q6NSN6","Q5XJD3","wu:fc04c08","fip1l1","ppp1caa","Q5XJD3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q6NV31","wu:fc04c08","wdr82","ppp1caa","wdr82","Serine/threonine-protein phosphatase (EC 3.1.3.16)","WD repeat-containing protein 82 (Protein word of mouth)","string-db","7955.ENSDARP00000019685/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q6PC19","wu:fc04c08","ssu72","ppp1caa","ssu72","Serine/threonine-protein phosphatase (EC 3.1.3.16)","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","string-db","7955.ENSDARP00000041894/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q5RHJ8","wu:fc04c08","Pre-mRNA 3'-end-processing factor FIP1","ppp1caa","Q5RHJ8","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q6DRG7","wu:fc04c08","ppp1r12a","ppp1caa","Q6DRG7","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","string-db","7955.ENSDARP00000118021/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","A0A0R4IZT6","wu:fc04c08","ppp1cc","ppp1caa","ppp1cc","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","U3JAJ0","wu:fc04c08","zgc:110570","ppp1caa","U3JAJ0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q7ZVR3","wu:fc04c08","zgc:76940","ppp1caa","ppp1cab","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000087338/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","Q08BR9","wu:fc04c08","zgc:152881","ppp1caa","Q08BR9","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 1 regulatory subunit 12C (Protein phosphatase 1, regulatory subunit 12C) (Zgc:152881)","string-db","7955.ENSDARP00000068745/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","A0A0R4IC37","wu:fc04c08","cpsf1","ppp1caa","cpsf1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000002360","physical","txid7955" +"Q6NSN6","F1QVV4","wu:fc04c08","zgc:92484","ppp1caa","cpsf2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000002360","physical","txid7955" +"Q6NV31","E9QGQ0","wdr82","Histone-lysine N-methyltransferase SETD1A isoform X1","wdr82","setd1a","WD repeat-containing protein 82 (Protein word of mouth)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","Q1LY77","wdr82","setd1ba","wdr82","Q1LY77","WD repeat-containing protein 82 (Protein word of mouth)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","A0A8M9PQY4","wdr82","fc07b09","wdr82","A0A8M9PQY4","WD repeat-containing protein 82 (Protein word of mouth)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","Q5XJD3","wdr82","fip1l1","wdr82","Q5XJD3","WD repeat-containing protein 82 (Protein word of mouth)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","Q6PC19","wdr82","ssu72","wdr82","ssu72","WD repeat-containing protein 82 (Protein word of mouth)","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","string-db","7955.ENSDARP00000041894/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","Q7ZVR3","wdr82","zgc:76940","wdr82","ppp1cab","WD repeat-containing protein 82 (Protein word of mouth)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000087338/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","A0A0R4IZT6","wdr82","ppp1cc","wdr82","ppp1cc","WD repeat-containing protein 82 (Protein word of mouth)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","F1RAW8","wdr82","fb34c06","wdr82","ash2l","WD repeat-containing protein 82 (Protein word of mouth)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","F1QVV4","wdr82","zgc:92484","wdr82","cpsf2","WD repeat-containing protein 82 (Protein word of mouth)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","Q5RHJ8","wdr82","Pre-mRNA 3'-end-processing factor FIP1","wdr82","Q5RHJ8","WD repeat-containing protein 82 (Protein word of mouth)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","U3JAJ0","wdr82","zgc:110570","wdr82","U3JAJ0","WD repeat-containing protein 82 (Protein word of mouth)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","A0A0G2KNT1","wdr82","DPY30 domain-containing 2","wdr82","A0A0G2KNT1","WD repeat-containing protein 82 (Protein word of mouth)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000019685","physical","txid7955" +"Q6NV31","A0A0R4IC37","wdr82","cpsf1","wdr82","cpsf1","WD repeat-containing protein 82 (Protein word of mouth)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000019685","physical","txid7955" +"Q7ZVR3","U3JAJ0","zgc:76940","zgc:110570","ppp1cab","U3JAJ0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","F1QVV4","zgc:76940","zgc:92484","ppp1cab","cpsf2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","Q6DRG7","zgc:76940","ppp1r12a","ppp1cab","Q6DRG7","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","string-db","7955.ENSDARP00000118021/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","A0A0R4IZT6","zgc:76940","ppp1cc","ppp1cab","ppp1cc","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","Q5RHJ8","zgc:76940","Pre-mRNA 3'-end-processing factor FIP1","ppp1cab","Q5RHJ8","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","A0A0R4IC37","zgc:76940","cpsf1","ppp1cab","cpsf1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000087338","physical","txid7955" +"Q7ZVR3","Q5XJD3","zgc:76940","fip1l1","ppp1cab","Q5XJD3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000087338","physical","txid7955" +"A0A0R4IC37","F1QVV4","cpsf1","zgc:92484","cpsf1","cpsf2","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000130523","physical","txid7955" +"A0A0R4IC37","A0A0R4IZT6","cpsf1","ppp1cc","cpsf1","ppp1cc","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000130523","physical","txid7955" +"Q5RHJ8","U3JAJ0","Pre-mRNA 3'-end-processing factor FIP1","zgc:110570","Q5RHJ8","U3JAJ0","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000118281","physical","txid7955" +"Q5RHJ8","A0A0R4IC37","Pre-mRNA 3'-end-processing factor FIP1","cpsf1","Q5RHJ8","cpsf1","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000118281","physical","txid7955" +"Q5RHJ8","F1QVV4","Pre-mRNA 3'-end-processing factor FIP1","zgc:92484","Q5RHJ8","cpsf2","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000118281","physical","txid7955" +"Q5RHJ8","A0A0R4IZT6","Pre-mRNA 3'-end-processing factor FIP1","ppp1cc","Q5RHJ8","ppp1cc","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000118281","physical","txid7955" +"A0A0R4IZT6","F1QVV4","ppp1cc","zgc:92484","ppp1cc","cpsf2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000141959","physical","txid7955" +"Q6DRG7","A3KPX4","ppp1r12a","CHUNP6885","Q6DRG7","ppp1r10","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","Serine/threonine-protein phosphatase 1 regulatory subunit 10 (MHC class I region proline-rich protein CAT53)","string-db","7955.ENSDARP00000120235/7955.ENSDARP00000118021","physical","txid7955" +"Q6DRG7","A0A0R4IZT6","ppp1r12a","ppp1cc","Q6DRG7","ppp1cc","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000118021","physical","txid7955" +"Q6PC19","Q6NWC6","ssu72","cpsf6","ssu72","cpsf6","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","A0A0R4IC37","ssu72","cpsf1","ssu72","cpsf1","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","A0A0R4IZT6","ssu72","ppp1cc","ssu72","ppp1cc","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","U3JAJ0","ssu72","zgc:110570","ssu72","U3JAJ0","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","F1QVV4","ssu72","zgc:92484","ssu72","cpsf2","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","F1QFK9","ssu72","fc22d10","ssu72","cstf1","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","Q5XJD3","ssu72","fip1l1","ssu72","Q5XJD3","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","Q5RHJ8","ssu72","Pre-mRNA 3'-end-processing factor FIP1","ssu72","Q5RHJ8","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","A0A0R4I9D6","ssu72","Symplekin","ssu72","sympk","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","E7F3I6","ssu72","clp1","ssu72","clp1","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000041894","physical","txid7955" +"Q6PC19","Q7ZVR3","ssu72","zgc:76940","ssu72","ppp1cab","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000087338/7955.ENSDARP00000041894","physical","txid7955" +"Q08BR9","A0A0R4IZT6","zgc:152881","ppp1cc","Q08BR9","ppp1cc","Protein phosphatase 1 regulatory subunit 12C (Protein phosphatase 1, regulatory subunit 12C) (Zgc:152881)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000068745","physical","txid7955" +"Q08BR9","Q7ZVR3","zgc:152881","zgc:76940","Q08BR9","ppp1cab","Protein phosphatase 1 regulatory subunit 12C (Protein phosphatase 1, regulatory subunit 12C) (Zgc:152881)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000087338/7955.ENSDARP00000068745","physical","txid7955" +"Q08BR9","Q6DRG7","zgc:152881","ppp1r12a","Q08BR9","Q6DRG7","Protein phosphatase 1 regulatory subunit 12C (Protein phosphatase 1, regulatory subunit 12C) (Zgc:152881)","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","string-db","7955.ENSDARP00000118021/7955.ENSDARP00000068745","physical","txid7955" +"Q5XJD3","A0A0R4IC37","fip1l1","cpsf1","Q5XJD3","cpsf1","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000094123","physical","txid7955" +"Q5XJD3","A0A0R4IZT6","fip1l1","ppp1cc","Q5XJD3","ppp1cc","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000094123","physical","txid7955" +"Q5XJD3","U3JAJ0","fip1l1","zgc:110570","Q5XJD3","U3JAJ0","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000094123","physical","txid7955" +"Q5XJD3","F1QFK9","fip1l1","fc22d10","Q5XJD3","cstf1","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000094123","physical","txid7955" +"Q5XJD3","Q5RHJ8","fip1l1","Pre-mRNA 3'-end-processing factor FIP1","Q5XJD3","Q5RHJ8","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000094123","physical","txid7955" +"Q5XJD3","F1QVV4","fip1l1","zgc:92484","Q5XJD3","cpsf2","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000094123","physical","txid7955" +"U3JAJ0","A0A0R4IC37","zgc:110570","cpsf1","U3JAJ0","cpsf1","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000127258","physical","txid7955" +"U3JAJ0","A0A0R4IZT6","zgc:110570","ppp1cc","U3JAJ0","ppp1cc","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000127258","physical","txid7955" +"U3JAJ0","F1QVV4","zgc:110570","zgc:92484","U3JAJ0","cpsf2","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000127258","physical","txid7955" +"Q1L8Y5","Q9DFS6","pdcd4-2","eif4ea","pdcd4b","Q9DFS6","Programmed cell death protein 4","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000002420","physical","txid7955" +"Q1L8Y5","Q9PW28","pdcd4-2","eif4e1b","pdcd4b","Q9PW28","Programmed cell death protein 4","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","string-db","7955.ENSDARP00000022906/7955.ENSDARP00000002420","physical","txid7955" +"Q1L8Y5","B0S754","pdcd4-2","fb63a09","pdcd4b","B0S754","Programmed cell death protein 4","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000002420","physical","txid7955" +"Q1L8Y5","Q6NW56","pdcd4-2","khdrbs1","pdcd4b","khdrbs1a","Programmed cell death protein 4","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","string-db","7955.ENSDARP00000069273/7955.ENSDARP00000002420","physical","txid7955" +"Q1L8Y5","Q7ZUE4","pdcd4-2","fb18h07","pdcd4b","prpf40a","Programmed cell death protein 4","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000002420","physical","txid7955" +"Q1L8Y5","F1QBS1","pdcd4-2","hm:zeh0176","pdcd4b","si:dkey-156n14.5","Programmed cell death protein 4","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000002420","physical","txid7955" +"Q7ZUE4","F1QPY7","fb18h07","zgc:103688","prpf40a","snrpg","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000075769","physical","txid7955" +"Q7ZUE4","A3KMT0","fb18h07","CH73-131E21.2","prpf40a","-","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000075769","physical","txid7955" +"Q7ZUE4","Q7ZVB5","fb18h07","wu:fa18f04","prpf40a","snrpd3l","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000075769","physical","txid7955" +"Q7ZUE4","Q1JPZ7","fb18h07","prpf39","prpf40a","prpf39","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000075769","physical","txid7955" +"Q7ZUE4","Q90X41","fb18h07","wu:fc38e01","prpf40a","sf3a1","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000075769","physical","txid7955" +"Q7ZUE4","F1QBS1","fb18h07","hm:zeh0176","prpf40a","si:dkey-156n14.5","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000075769","physical","txid7955" +"Q6NW56","B0S754","khdrbs1","fb63a09","khdrbs1a","B0S754","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000069273","physical","txid7955" +"Q6NW56","Q7ZUE4","khdrbs1","fb18h07","khdrbs1a","prpf40a","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000069273","physical","txid7955" +"Q6NW56","F1QBS1","khdrbs1","hm:zeh0176","khdrbs1a","si:dkey-156n14.5","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000069273","physical","txid7955" +"Q9DFS6","Q6PBU4","eif4ea","eIF4E2B","Q9DFS6","Q6PBU4","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","E9QH84","eif4ea","Gem","Q9DFS6","gemin5","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","A0A0R4IMF6","eif4ea","eif4b","Q9DFS6","eif4ba","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","B3DIT1","eif4ea","zgc:194528","Q9DFS6","B3DIT1","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","A0A140LGN9","eif4ea","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","Q9DFS6","eif4g3a","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","F1QYM4","eif4ea","wbscr1","Q9DFS6","F1QYM4","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Eukaryotic translation initiation factor 4H","string-db","7955.ENSDARP00000117924/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","A1L200","eif4ea","zgc:110542","Q9DFS6","A1L200","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000103599","physical","txid7955" +"Q9DFS6","Q7T3G5","eif4ea","cb12","Q9DFS6","pabpc4","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","Polyadenylate-binding protein (PABP)","string-db","7955.ENSDARP00000140050/7955.ENSDARP00000103599","physical","txid7955" +"Q9PW28","Q7T3G5","eif4e1b","cb12","Q9PW28","pabpc4","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Polyadenylate-binding protein (PABP)","string-db","7955.ENSDARP00000140050/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","A9JT06","eif4e1b","eif4E-1C","Q9PW28","A9JT06","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","string-db","7955.ENSDARP00000031553/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","B3DIT1","eif4e1b","zgc:194528","Q9PW28","B3DIT1","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","A1L200","eif4e1b","zgc:110542","Q9PW28","A1L200","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q98TT6","eif4e1b","eif4ebp3l","Q9PW28","eif4ebp3l","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","string-db","7955.ENSDARP00000060989/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q6P3L1","eif4e1b","pabpc1","Q9PW28","pabpc1b","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Polyadenylate-binding protein (PABP)","string-db","7955.ENSDARP00000034822/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q9DFS6","eif4e1b","eif4ea","Q9PW28","Q9DFS6","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","A0A140LGN9","eif4e1b","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","Q9PW28","eif4g3a","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q6PBU4","eif4e1b","eIF4E2B","Q9PW28","Q6PBU4","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","E9QH84","eif4e1b","Gem","Q9PW28","gemin5","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","F1QYM4","eif4e1b","wbscr1","Q9PW28","F1QYM4","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4H","string-db","7955.ENSDARP00000117924/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q1MTD3","eif4e1b","rnmt","Q9PW28","rnmt","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q90YM8","eif4e1b","cyfip1","Q9PW28","Q90YM8","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","Q9YH60","eif4e1b","gsk3b","Q9PW28","gsk3ba","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000022906","physical","txid7955" +"Q9PW28","A0A0R4IMF6","eif4e1b","eif4b","Q9PW28","eif4ba","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000022906","physical","txid7955" +"B0S754","F1QBS1","fb63a09","hm:zeh0176","B0S754","si:dkey-156n14.5","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000098660","physical","txid7955" +"B0S754","F1QPY7","fb63a09","zgc:103688","B0S754","snrpg","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000098660","physical","txid7955" +"B0S754","A0A8M2B4I2","fb63a09","id:ibd1257","B0S754","A0A8M2B4I2","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000098660","physical","txid7955" +"B0S754","A0A2R8PWG5","fb63a09","c20orf14","B0S754","prpf6","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000098660","physical","txid7955" +"B0S754","Q7ZVB5","fb63a09","wu:fa18f04","B0S754","snrpd3l","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000098660","physical","txid7955" +"Q6PGZ3","Q7SXY4","traf3ip1","dync2li1","Q6PGZ3","Q7SXY4","TRAF3-interacting protein 1","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q567Y6","traf3ip1","ift22","Q6PGZ3","ift22","TRAF3-interacting protein 1","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","string-db","7955.ENSDARP00000011140/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A7MBP4","traf3ip1","ift46","Q6PGZ3","A7MBP4","TRAF3-interacting protein 1","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A0A1D5NS24","traf3ip1","wdr60","Q6PGZ3","wdr60","TRAF3-interacting protein 1","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","B7ZD88","traf3ip1","im:7159945","Q6PGZ3","wdr35","TRAF3-interacting protein 1","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q7ZUX8","traf3ip1","DNCL2A","Q6PGZ3","dynlrb1","TRAF3-interacting protein 1","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q6PBH4","traf3ip1","dynll2","Q6PGZ3","dynll1","TRAF3-interacting protein 1","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","F1QN54","traf3ip1","kif3b","Q6PGZ3","kif3b","TRAF3-interacting protein 1","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q5PR66","traf3ip1","ift56","Q6PGZ3","ttc26","TRAF3-interacting protein 1","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q6IVW0","traf3ip1","ift57","Q6PGZ3","ift57","TRAF3-interacting protein 1","Intraflagellar transport protein 57 homolog","string-db","7955.ENSDARP00000013774/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q7ZVC2","traf3ip1","cluap1","Q6PGZ3","Q7ZVC2","TRAF3-interacting protein 1","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","F1QV34","traf3ip1","Kinesin-like protein","Q6PGZ3","F1QV34","TRAF3-interacting protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q5PR92","traf3ip1","zgc:101893","Q6PGZ3","Q5PR92","TRAF3-interacting protein 1","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A7YE96","traf3ip1","ift70a","Q6PGZ3","A7YE96","TRAF3-interacting protein 1","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A4FVK4","traf3ip1","rab8","Q6PGZ3","rab8a","TRAF3-interacting protein 1","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A7MD87","traf3ip1","dync2i1","Q6PGZ3","wdr34","TRAF3-interacting protein 1","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","A0A8M9PXA7","traf3ip1","zgc:92052","Q6PGZ3","A0A8M9PXA7","TRAF3-interacting protein 1","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","string-db","7955.ENSDARP00000027867/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q66IC8","traf3ip1","dynlt5","Q6PGZ3","tctex1d1","TRAF3-interacting protein 1","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","F1QG20","traf3ip1","Intraflagellar transport 140 homolog","Q6PGZ3","F1QG20","TRAF3-interacting protein 1","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q5BL99","traf3ip1","dynll2b","Q6PGZ3","dynll2b","TRAF3-interacting protein 1","Dynein light chain","string-db","7955.ENSDARP00000015065/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","B0R0W1","traf3ip1","sb:cb947","Q6PGZ3","ttc21b","TRAF3-interacting protein 1","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q5RHH4","traf3ip1","ift172","Q6PGZ3","ift172","TRAF3-interacting protein 1","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000002437","physical","txid7955" +"Q6PGZ3","Q66I67","traf3ip1","ift20","Q6PGZ3","Q66I67","TRAF3-interacting protein 1","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000002437","physical","txid7955" +"Q5PR66","Q5RHH4","ift56","ift172","ttc26","ift172","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q7ZVC2","ift56","cluap1","ttc26","Q7ZVC2","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","F1QV34","ift56","Kinesin-like protein","ttc26","F1QV34","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","A0A1D5NS24","ift56","wdr60","ttc26","wdr60","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q6PBH4","ift56","dynll2","ttc26","dynll1","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","B0R0W1","ift56","sb:cb947","ttc26","ttc21b","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q5PR92","ift56","zgc:101893","ttc26","Q5PR92","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","F1QN54","ift56","kif3b","ttc26","kif3b","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","A7YE96","ift56","ift70a","ttc26","A7YE96","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q66I67","ift56","ift20","ttc26","Q66I67","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q66IC8","ift56","dynlt5","ttc26","tctex1d1","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q7ZUX8","ift56","DNCL2A","ttc26","dynlrb1","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","F1QG20","ift56","Intraflagellar transport 140 homolog","ttc26","F1QG20","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","Q7SXY4","ift56","dync2li1","ttc26","Q7SXY4","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","A7MBP4","ift56","ift46","ttc26","A7MBP4","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","A7MD87","ift56","dync2i1","ttc26","wdr34","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000032176","physical","txid7955" +"Q5PR66","B7ZD88","ift56","im:7159945","ttc26","wdr35","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000032176","physical","txid7955" +"A7MBP4","Q66IC8","ift46","dynlt5","A7MBP4","tctex1d1","Intraflagellar transport protein 46 homolog","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","F1QN54","ift46","kif3b","A7MBP4","kif3b","Intraflagellar transport protein 46 homolog","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","A0A1D5NS24","ift46","wdr60","A7MBP4","wdr60","Intraflagellar transport protein 46 homolog","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","B7ZD88","ift46","im:7159945","A7MBP4","wdr35","Intraflagellar transport protein 46 homolog","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","Q1LV15","ift46","daw1","A7MBP4","Q1LV15","Intraflagellar transport protein 46 homolog","Dynein assembly factor with WD repeat domains 1 (Outer row dynein assembly protein 16 homolog) (WD repeat-containing protein 69)","string-db","7955.ENSDARP00000116595/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","F1QG20","ift46","Intraflagellar transport 140 homolog","A7MBP4","F1QG20","Intraflagellar transport protein 46 homolog","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","Q66I67","ift46","ift20","A7MBP4","Q66I67","Intraflagellar transport protein 46 homolog","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","Q7ZVC2","ift46","cluap1","A7MBP4","Q7ZVC2","Intraflagellar transport protein 46 homolog","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","F1QV34","ift46","Kinesin-like protein","A7MBP4","F1QV34","Intraflagellar transport protein 46 homolog","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000083038","physical","txid7955" +"A7MBP4","Q5PR92","ift46","zgc:101893","A7MBP4","Q5PR92","Intraflagellar transport protein 46 homolog","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000083038","physical","txid7955" +"F1QG20","Q5PR92","Intraflagellar transport 140 homolog","zgc:101893","F1QG20","Q5PR92","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000111859","physical","txid7955" +"F1QG20","Q66I67","Intraflagellar transport 140 homolog","ift20","F1QG20","Q66I67","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000111859","physical","txid7955" +"B7ZD88","F1QG20","im:7159945","Intraflagellar transport 140 homolog","wdr35","F1QG20","WD repeat-containing protein 35","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","F1QV34","im:7159945","Kinesin-like protein","wdr35","F1QV34","WD repeat-containing protein 35","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","Q66I67","im:7159945","ift20","wdr35","Q66I67","WD repeat-containing protein 35","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","F1QN54","im:7159945","kif3b","wdr35","kif3b","WD repeat-containing protein 35","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","Q66IC8","im:7159945","dynlt5","wdr35","tctex1d1","WD repeat-containing protein 35","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","A0A1D5NS24","im:7159945","wdr60","wdr35","wdr60","WD repeat-containing protein 35","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","Q5PR92","im:7159945","zgc:101893","wdr35","Q5PR92","WD repeat-containing protein 35","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000091436","physical","txid7955" +"B7ZD88","Q7ZVC2","im:7159945","cluap1","wdr35","Q7ZVC2","WD repeat-containing protein 35","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000091436","physical","txid7955" +"A4FVK4","A0A2R8QBM8","rab8","si:ch211-153c20.4","rab8a","A0A2R8QBM8","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000125104","physical","txid7955" +"A4FVK4","Q66I67","rab8","ift20","rab8a","Q66I67","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000125104","physical","txid7955" +"A4FVK4","Q0GKD6","rab8","wu:fk70c05","rab8a","tbk1","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000125104","physical","txid7955" +"A4FVK4","A0A0R4INF7","rab8","fd16d06","rab8a","micall2a","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000125104","physical","txid7955" +"A0A8M9PXA7","Q66IC8","zgc:92052","dynlt5","A0A8M9PXA7","tctex1d1","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q5RHH4","zgc:92052","ift172","A0A8M9PXA7","ift172","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","F1QG20","zgc:92052","Intraflagellar transport 140 homolog","A0A8M9PXA7","F1QG20","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","A7YE96","zgc:92052","ift70a","A0A8M9PXA7","A7YE96","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","F1QV34","zgc:92052","Kinesin-like protein","A0A8M9PXA7","F1QV34","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","A7MBP4","zgc:92052","ift46","A0A8M9PXA7","A7MBP4","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q5PR66","zgc:92052","ift56","A0A8M9PXA7","ttc26","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q6PBH4","zgc:92052","dynll2","A0A8M9PXA7","dynll1","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","B7ZD88","zgc:92052","im:7159945","A0A8M9PXA7","wdr35","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q7ZUX8","zgc:92052","DNCL2A","A0A8M9PXA7","dynlrb1","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","A7MD87","zgc:92052","dync2i1","A0A8M9PXA7","wdr34","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q7ZVC2","zgc:92052","cluap1","A0A8M9PXA7","Q7ZVC2","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","F1QN54","zgc:92052","kif3b","A0A8M9PXA7","kif3b","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q7SXY4","zgc:92052","dync2li1","A0A8M9PXA7","Q7SXY4","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q5PR92","zgc:92052","zgc:101893","A0A8M9PXA7","Q5PR92","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","Q66I67","zgc:92052","ift20","A0A8M9PXA7","Q66I67","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","B0R0W1","zgc:92052","sb:cb947","A0A8M9PXA7","ttc21b","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000027867","physical","txid7955" +"A0A8M9PXA7","A0A1D5NS24","zgc:92052","wdr60","A0A8M9PXA7","wdr60","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000027867","physical","txid7955" +"F1QV34","Q66I67","Kinesin-like protein","ift20","F1QV34","Q66I67","Kinesin-like protein","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","Q1LUU7","Kinesin-like protein","fc27e02","F1QV34","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","X1WGN9","Kinesin-like protein","Kinesin family member 20Bb","F1QV34","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","X1WFZ0","Kinesin-like protein","Kinesin family member 13Ba","F1QV34","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","A8WFU8","Kinesin-like protein","kif22","F1QV34","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","Q568G6","Kinesin-like protein","Kinesin light chain 4","F1QV34","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","Q66IC8","Kinesin-like protein","dynlt5","F1QV34","tctex1d1","Kinesin-like protein","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa","F1QV34","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","F1QN54","Kinesin-like protein","kif3b","F1QV34","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","A0A1D5NS24","Kinesin-like protein","wdr60","F1QV34","wdr60","Kinesin-like protein","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","F8W409","Kinesin-like protein","Kinesin family member 21A","F1QV34","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","Q803Q2","Kinesin-like protein","ndel1b","F1QV34","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","E7FAN6","Kinesin-like protein","Kinesin family member 20Ba","F1QV34","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","A0A0R4IRM1","Kinesin-like protein","kif5bb","F1QV34","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","A0A0R4IWI7","Kinesin-like protein","kif5a","F1QV34","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000108705","physical","txid7955" +"F1QV34","F1QW58","Kinesin-like protein","kif3c","F1QV34","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000108705","physical","txid7955" +"Q5PR92","Q66I67","zgc:101893","ift20","Q5PR92","Q66I67","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000131706","physical","txid7955" +"A7YE96","Q66I67","ift70a","ift20","A7YE96","Q66I67","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","A0A1D5NS24","ift70a","wdr60","A7YE96","wdr60","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","A7MBP4","ift70a","ift46","A7YE96","A7MBP4","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","F1QN54","ift70a","kif3b","A7YE96","kif3b","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","F1QG20","ift70a","Intraflagellar transport 140 homolog","A7YE96","F1QG20","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q7SXY4","ift70a","dync2li1","A7YE96","Q7SXY4","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q66IC8","ift70a","dynlt5","A7YE96","tctex1d1","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","A7MD87","ift70a","dync2i1","A7YE96","wdr34","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","B7ZD88","ift70a","im:7159945","A7YE96","wdr35","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q7ZVC2","ift70a","cluap1","A7YE96","Q7ZVC2","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q5RHH4","ift70a","ift172","A7YE96","ift172","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","F1QV34","ift70a","Kinesin-like protein","A7YE96","F1QV34","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q5PR92","ift70a","zgc:101893","A7YE96","Q5PR92","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000055421","physical","txid7955" +"A7YE96","Q6PBH4","ift70a","dynll2","A7YE96","dynll1","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000055421","physical","txid7955" +"Q7SXY4","Q66I67","dync2li1","ift20","Q7SXY4","Q66I67","Cytoplasmic dynein 2 light intermediate chain 1","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q5RHH4","dync2li1","ift172","Q7SXY4","ift172","Cytoplasmic dynein 2 light intermediate chain 1","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q1LUM9","dync2li1","dncli2","Q7SXY4","Q1LUM9","Cytoplasmic dynein 2 light intermediate chain 1","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","B7ZD88","dync2li1","im:7159945","Q7SXY4","wdr35","Cytoplasmic dynein 2 light intermediate chain 1","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","A7MD87","dync2li1","dync2i1","Q7SXY4","wdr34","Cytoplasmic dynein 2 light intermediate chain 1","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","F1Q5L5","dync2li1","dynlt1","Q7SXY4","dynlt1","Cytoplasmic dynein 2 light intermediate chain 1","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","A0A0R4IXD8","dync2li1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","Q7SXY4","A0A0R4IXD8","Cytoplasmic dynein 2 light intermediate chain 1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","A1A5Y4","dync2li1","zgc:158394","Q7SXY4","dync1i1","Cytoplasmic dynein 2 light intermediate chain 1","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","F1QV34","dync2li1","Kinesin-like protein","Q7SXY4","F1QV34","Cytoplasmic dynein 2 light intermediate chain 1","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","A7MBP4","dync2li1","ift46","Q7SXY4","A7MBP4","Cytoplasmic dynein 2 light intermediate chain 1","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q6PBH4","dync2li1","dynll2","Q7SXY4","dynll1","Cytoplasmic dynein 2 light intermediate chain 1","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q7ZVC2","dync2li1","cluap1","Q7SXY4","Q7ZVC2","Cytoplasmic dynein 2 light intermediate chain 1","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","F1QN54","dync2li1","kif3b","Q7SXY4","kif3b","Cytoplasmic dynein 2 light intermediate chain 1","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","A0A1D5NS24","dync2li1","wdr60","Q7SXY4","wdr60","Cytoplasmic dynein 2 light intermediate chain 1","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q6TGT3","dync2li1","TCTE1L","Q7SXY4","dynlt3","Cytoplasmic dynein 2 light intermediate chain 1","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000058146","physical","txid7955" +"Q7SXY4","Q66IC8","dync2li1","dynlt5","Q7SXY4","tctex1d1","Cytoplasmic dynein 2 light intermediate chain 1","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000058146","physical","txid7955" +"Q6PBH4","E7F2M5","dynll2","fj38b04","dynll1","E7F2M5","Dynein light chain","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F1Q9F3","dynll2","im:7147158","dynll1","pik3c3","Dynein light chain","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F1QHN6","dynll2","im:7042025","dynll1","ubc","Dynein light chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q66I67","dynll2","ift20","dynll1","Q66I67","Dynein light chain","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q5XJ36","dynll2","park7","dynll1","park7","Dynein light chain","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","A0A0R4IXD8","dynll2","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dynll1","A0A0R4IXD8","Dynein light chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q9YGW7","dynll2","dazl","dynll1","Q9YGW7","Dynein light chain","Deleted in azoospermia-like (DAZ-like protein) (zDazl)","string-db","7955.ENSDARP00000113712/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F1RCP1","dynll2","becn1","dynll1","F1RCP1","Dynein light chain","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","B8JK68","dynll2","BCL2-like 11","dynll1","B8JK68","Dynein light chain","BCL2-like 11","string-db","7955.ENSDARP00000097551/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","B7ZD88","dynll2","im:7159945","dynll1","wdr35","Dynein light chain","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q8JHI3","dynll2","arl13b","dynll1","arl13b","Dynein light chain","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F8W4B7","dynll2","Histone deacetylase 6","dynll1","hdac6","Dynein light chain","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q7SXA3","dynll2","zgc:66168","dynll1","rps27a","Dynein light chain","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q7SXP1","dynll2","wu:fk65f06","dynll1","capzb","Dynein light chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","A0A1D5NS24","dynll2","wdr60","dynll1","wdr60","Dynein light chain","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q7ZVC2","dynll2","cluap1","dynll1","Q7ZVC2","Dynein light chain","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","A7MBP4","dynll2","ift46","dynll1","A7MBP4","Dynein light chain","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","X1WHY6","dynll2","ambra1b","dynll1","X1WHY6","Dynein light chain","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F1QN54","dynll2","kif3b","dynll1","kif3b","Dynein light chain","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","F1QV34","dynll2","Kinesin-like protein","dynll1","F1QV34","Dynein light chain","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q1LUM9","dynll2","dncli2","dynll1","Q1LUM9","Dynein light chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","A0A0N4SUD2","dynll2","Ubi-p63E","dynll1","ubb","Dynein light chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","Q66IC8","dynll2","dynlt5","dynll1","tctex1d1","Dynein light chain","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","A1A5Y4","dynll2","zgc:158394","dynll1","dync1i1","Dynein light chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000075768","physical","txid7955" +"Q6PBH4","I3ISP1","dynll2","fc85c01","dynll1","pcnt","Dynein light chain","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000075768","physical","txid7955" +"A7MD87","Q66I67","dync2i1","ift20","wdr34","Q66I67","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","F1QV34","dync2i1","Kinesin-like protein","wdr34","F1QV34","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","A7MBP4","dync2i1","ift46","wdr34","A7MBP4","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","Q6PBH4","dync2i1","dynll2","wdr34","dynll1","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","A0A1D5NS24","dync2i1","wdr60","wdr34","wdr60","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","A0A0R4IXD8","dync2i1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","wdr34","A0A0R4IXD8","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","Q66IC8","dync2i1","dynlt5","wdr34","tctex1d1","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","F1QN54","dync2i1","kif3b","wdr34","kif3b","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","B7ZD88","dync2i1","im:7159945","wdr34","wdr35","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","Q1LUM9","dync2i1","dncli2","wdr34","Q1LUM9","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","Q7ZVC2","dync2i1","cluap1","wdr34","Q7ZVC2","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000074797","physical","txid7955" +"A7MD87","A1A5Y4","dync2i1","zgc:158394","wdr34","dync1i1","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000074797","physical","txid7955" +"F1QN54","Q1LUU7","kif3b","fc27e02","kif3b","kifc1","Kinesin-like protein KIF3B","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","Q803Q2","kif3b","ndel1b","kif3b","ndel1b","Kinesin-like protein KIF3B","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","A8WFU8","kif3b","kif22","kif3b","A8WFU8","Kinesin-like protein KIF3B","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","A0A1D5NS24","kif3b","wdr60","kif3b","wdr60","Kinesin-like protein KIF3B","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","Q66I67","kif3b","ift20","kif3b","Q66I67","Kinesin-like protein KIF3B","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","Q66IC8","kif3b","dynlt5","kif3b","tctex1d1","Kinesin-like protein KIF3B","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","Q7SXP1","kif3b","wu:fk65f06","kif3b","capzb","Kinesin-like protein KIF3B","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","A0A0R4IWI7","kif3b","kif5a","kif3b","kif5aa","Kinesin-like protein KIF3B","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000133077","physical","txid7955" +"F1QN54","A0A0R4IRM1","kif3b","kif5bb","kif3b","A0A0R4IRM1","Kinesin-like protein KIF3B","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000133077","physical","txid7955" +"Q66IC8","Q66I67","dynlt5","ift20","tctex1d1","Q66I67","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000133488","physical","txid7955" +"Q66IC8","A0A0R4IXD8","dynlt5","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tctex1d1","A0A0R4IXD8","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000133488","physical","txid7955" +"Q66IC8","A0A1D5NS24","dynlt5","wdr60","tctex1d1","wdr60","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000133488","physical","txid7955" +"Q66IC8","Q1LUM9","dynlt5","dncli2","tctex1d1","Q1LUM9","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000133488","physical","txid7955" +"A0A1D5NS24","Q66I67","wdr60","ift20","wdr60","Q66I67","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000142632","physical","txid7955" +"Q7ZUX8","Q1LUM9","DNCL2A","dncli2","dynlrb1","Q1LUM9","Dynein light chain roadblock","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q66IC8","DNCL2A","dynlt5","dynlrb1","tctex1d1","Dynein light chain roadblock","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A1A5Y4","DNCL2A","zgc:158394","dynlrb1","dync1i1","Dynein light chain roadblock","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A0A0R4IXD8","DNCL2A","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dynlrb1","A0A0R4IXD8","Dynein light chain roadblock","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q66I67","DNCL2A","ift20","dynlrb1","Q66I67","Dynein light chain roadblock","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q6TGT3","DNCL2A","TCTE1L","dynlrb1","dynlt3","Dynein light chain roadblock","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","B7ZD88","DNCL2A","im:7159945","dynlrb1","wdr35","Dynein light chain roadblock","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q5RHH4","DNCL2A","ift172","dynlrb1","ift172","Dynein light chain roadblock","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A7MD87","DNCL2A","dync2i1","dynlrb1","wdr34","Dynein light chain roadblock","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q7ZVC2","DNCL2A","cluap1","dynlrb1","Q7ZVC2","Dynein light chain roadblock","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","F1Q5L5","DNCL2A","dynlt1","dynlrb1","dynlt1","Dynein light chain roadblock","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A0A1D5NS24","DNCL2A","wdr60","dynlrb1","wdr60","Dynein light chain roadblock","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","F1QN54","DNCL2A","kif3b","dynlrb1","kif3b","Dynein light chain roadblock","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","B0R0W1","DNCL2A","sb:cb947","dynlrb1","ttc21b","Dynein light chain roadblock","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","F1QV34","DNCL2A","Kinesin-like protein","dynlrb1","F1QV34","Dynein light chain roadblock","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q6PBH4","DNCL2A","dynll2","dynlrb1","dynll1","Dynein light chain roadblock","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","Q7SXY4","DNCL2A","dync2li1","dynlrb1","Q7SXY4","Dynein light chain roadblock","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A7YE96","DNCL2A","ift70a","dynlrb1","A7YE96","Dynein light chain roadblock","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000038553","physical","txid7955" +"Q7ZUX8","A7MBP4","DNCL2A","ift46","dynlrb1","A7MBP4","Dynein light chain roadblock","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000038553","physical","txid7955" +"Q567Y6","A0A1D5NS24","ift22","wdr60","ift22","wdr60","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q7ZUX8","ift22","DNCL2A","ift22","dynlrb1","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q6IVW0","ift22","ift57","ift22","ift57","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 57 homolog","string-db","7955.ENSDARP00000013774/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q66IC8","ift22","dynlt5","ift22","tctex1d1","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q7ZVC2","ift22","cluap1","ift22","Q7ZVC2","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","F1QN54","ift22","kif3b","ift22","kif3b","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","F1QG20","ift22","Intraflagellar transport 140 homolog","ift22","F1QG20","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","F1QV34","ift22","Kinesin-like protein","ift22","F1QV34","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q5RHH4","ift22","ift172","ift22","ift172","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q5PRA5","ift22","zgc:101792","ift22","Q5PRA5","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q5PR92","ift22","zgc:101893","ift22","Q5PR92","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q66I67","ift22","ift20","ift22","Q66I67","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","A7YE96","ift22","ift70a","ift22","A7YE96","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","A7MBP4","ift22","ift46","ift22","A7MBP4","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q6PBH4","ift22","dynll2","ift22","dynll1","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","A0A8M9PXA7","ift22","zgc:92052","ift22","A0A8M9PXA7","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","string-db","7955.ENSDARP00000027867/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q5PR66","ift22","ift56","ift22","ttc26","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","A7MD87","ift22","dync2i1","ift22","wdr34","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q7SXY4","ift22","dync2li1","ift22","Q7SXY4","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","Q5BL99","ift22","dynll2b","ift22","dynll2b","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Dynein light chain","string-db","7955.ENSDARP00000015065/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","B0R0W1","ift22","sb:cb947","ift22","ttc21b","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000011140","physical","txid7955" +"Q567Y6","B7ZD88","ift22","im:7159945","ift22","wdr35","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000011140","physical","txid7955" +"Q7ZVC2","F1QV34","cluap1","Kinesin-like protein","Q7ZVC2","F1QV34","Clusterin-associated protein 1 homolog (Qilin)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","Q5PR92","cluap1","zgc:101893","Q7ZVC2","Q5PR92","Clusterin-associated protein 1 homolog (Qilin)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","F1QG20","cluap1","Intraflagellar transport 140 homolog","Q7ZVC2","F1QG20","Clusterin-associated protein 1 homolog (Qilin)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","F1QN54","cluap1","kif3b","Q7ZVC2","kif3b","Clusterin-associated protein 1 homolog (Qilin)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","Q66IC8","cluap1","dynlt5","Q7ZVC2","tctex1d1","Clusterin-associated protein 1 homolog (Qilin)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","A0A1D5NS24","cluap1","wdr60","Q7ZVC2","wdr60","Clusterin-associated protein 1 homolog (Qilin)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000101015","physical","txid7955" +"Q7ZVC2","Q66I67","cluap1","ift20","Q7ZVC2","Q66I67","Clusterin-associated protein 1 homolog (Qilin)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000101015","physical","txid7955" +"Q6IVW0","Q6PBH4","ift57","dynll2","ift57","dynll1","Intraflagellar transport protein 57 homolog","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q5PR66","ift57","ift56","ift57","ttc26","Intraflagellar transport protein 57 homolog","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q5PR92","ift57","zgc:101893","ift57","Q5PR92","Intraflagellar transport protein 57 homolog","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","F1QV34","ift57","Kinesin-like protein","ift57","F1QV34","Intraflagellar transport protein 57 homolog","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","A0A8M9PXA7","ift57","zgc:92052","ift57","A0A8M9PXA7","Intraflagellar transport protein 57 homolog","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","string-db","7955.ENSDARP00000027867/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q5RHH4","ift57","ift172","ift57","ift172","Intraflagellar transport protein 57 homolog","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q7ZVC2","ift57","cluap1","ift57","Q7ZVC2","Intraflagellar transport protein 57 homolog","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q7ZUX8","ift57","DNCL2A","ift57","dynlrb1","Intraflagellar transport protein 57 homolog","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","A7YE96","ift57","ift70a","ift57","A7YE96","Intraflagellar transport protein 57 homolog","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q7SXY4","ift57","dync2li1","ift57","Q7SXY4","Intraflagellar transport protein 57 homolog","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","A7MD87","ift57","dync2i1","ift57","wdr34","Intraflagellar transport protein 57 homolog","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","A7MBP4","ift57","ift46","ift57","A7MBP4","Intraflagellar transport protein 57 homolog","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","F1QG20","ift57","Intraflagellar transport 140 homolog","ift57","F1QG20","Intraflagellar transport protein 57 homolog","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","B7ZD88","ift57","im:7159945","ift57","wdr35","Intraflagellar transport protein 57 homolog","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q66I67","ift57","ift20","ift57","Q66I67","Intraflagellar transport protein 57 homolog","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","B0R0W1","ift57","sb:cb947","ift57","ttc21b","Intraflagellar transport protein 57 homolog","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q5BL99","ift57","dynll2b","ift57","dynll2b","Intraflagellar transport protein 57 homolog","Dynein light chain","string-db","7955.ENSDARP00000015065/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","F1QN54","ift57","kif3b","ift57","kif3b","Intraflagellar transport protein 57 homolog","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","A0A1D5NS24","ift57","wdr60","ift57","wdr60","Intraflagellar transport protein 57 homolog","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000013774","physical","txid7955" +"Q6IVW0","Q66IC8","ift57","dynlt5","ift57","tctex1d1","Intraflagellar transport protein 57 homolog","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000013774","physical","txid7955" +"Q5BL99","Q1LX78","dynll2b","cftr","dynll2b","Q1LX78","Dynein light chain","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1Q9F3","dynll2b","im:7147158","dynll2b","pik3c3","Dynein light chain","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q9YGW7","dynll2b","dazl","dynll2b","Q9YGW7","Dynein light chain","Deleted in azoospermia-like (DAZ-like protein) (zDazl)","string-db","7955.ENSDARP00000113712/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A7YE96","dynll2b","ift70a","dynll2b","A7YE96","Dynein light chain","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7ZUX8","dynll2b","DNCL2A","dynll2b","dynlrb1","Dynein light chain","Dynein light chain roadblock","string-db","7955.ENSDARP00000038553/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A0A0R4IXD8","dynll2b","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dynll2b","A0A0R4IXD8","Dynein light chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q1LUM9","dynll2b","dncli2","dynll2b","Q1LUM9","Dynein light chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q8JHI3","dynll2b","arl13b","dynll2b","arl13b","Dynein light chain","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1QHN6","dynll2b","im:7042025","dynll2b","ubc","Dynein light chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7T3H1","dynll2b","dctn2","dynll2b","Q7T3H1","Dynein light chain","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7SXY4","dynll2b","dync2li1","dynll2b","Q7SXY4","Dynein light chain","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","B0R0W1","dynll2b","sb:cb947","dynll2b","ttc21b","Dynein light chain","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","string-db","7955.ENSDARP00000044269/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q66I67","dynll2b","ift20","dynll2b","Q66I67","Dynein light chain","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q6TGT3","dynll2b","TCTE1L","dynll2b","dynlt3","Dynein light chain","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A7MBP4","dynll2b","ift46","dynll2b","A7MBP4","Dynein light chain","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","X1WHY6","dynll2b","ambra1b","dynll2b","X1WHY6","Dynein light chain","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A7MD87","dynll2b","dync2i1","dynll2b","wdr34","Dynein light chain","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1R789","dynll2b","Caltractin","dynll2b","cetn4","Dynein light chain","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","B7ZD88","dynll2b","im:7159945","dynll2b","wdr35","Dynein light chain","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","I3ISP1","dynll2b","fc85c01","dynll2b","pcnt","Dynein light chain","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q66IC8","dynll2b","dynlt5","dynll2b","tctex1d1","Dynein light chain","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F8W4B7","dynll2b","Histone deacetylase 6","dynll2b","hdac6","Dynein light chain","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q6ZM50","dynll2b","si:dkey-16k6.1","dynll2b","Q6ZM50","Dynein light chain","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1RCP1","dynll2b","becn1","dynll2b","F1RCP1","Dynein light chain","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1Q5L5","dynll2b","dynlt1","dynll2b","dynlt1","Dynein light chain","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A0A0N4SUD2","dynll2b","Ubi-p63E","dynll2b","ubb","Dynein light chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7SXA3","dynll2b","zgc:66168","dynll2b","rps27a","Dynein light chain","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A1A5Y4","dynll2b","zgc:158394","dynll2b","dync1i1","Dynein light chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q6PBH4","dynll2b","dynll2","dynll2b","dynll1","Dynein light chain","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q6GQL6","dynll2b","wu:fc38g10","dynll2b","Q6GQL6","Dynein light chain","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q5RHH4","dynll2b","ift172","dynll2b","ift172","Dynein light chain","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1QV34","dynll2b","Kinesin-like protein","dynll2b","F1QV34","Dynein light chain","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1RB89","dynll2b","fc08b04","dynll2b","dync1li2","Dynein light chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000031864/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q5XJ36","dynll2b","park7","dynll2b","park7","Dynein light chain","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A0A1D5NS24","dynll2b","wdr60","dynll2b","wdr60","Dynein light chain","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7ZVC2","dynll2b","cluap1","dynll2b","Q7ZVC2","Dynein light chain","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","A0A8M9PXA7","dynll2b","zgc:92052","dynll2b","A0A8M9PXA7","Dynein light chain","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","string-db","7955.ENSDARP00000027867/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","F1QN54","dynll2b","kif3b","dynll2b","kif3b","Dynein light chain","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q5PR66","dynll2b","ift56","dynll2b","ttc26","Dynein light chain","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000015065","physical","txid7955" +"Q5BL99","Q7SXP1","dynll2b","wu:fk65f06","dynll2b","capzb","Dynein light chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000015065","physical","txid7955" +"B0R0W1","Q66IC8","sb:cb947","dynlt5","ttc21b","tctex1d1","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q66I67","sb:cb947","ift20","ttc21b","Q66I67","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","A0A1D5NS24","sb:cb947","wdr60","ttc21b","wdr60","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","F1QV34","sb:cb947","Kinesin-like protein","ttc21b","F1QV34","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","A7MD87","sb:cb947","dync2i1","ttc21b","wdr34","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","A7YE96","sb:cb947","ift70a","ttc21b","A7YE96","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport protein 70A (Protein fleer) (Tetratricopeptide repeat protein 30A) (TPR repeat protein 30A)","string-db","7955.ENSDARP00000055421/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","F1R8G2","sb:cb947","zmp:0000000711","ttc21b","zmp:0000000711","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Tubby-like protein","string-db","7955.ENSDARP00000087668/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q6PBH4","sb:cb947","dynll2","ttc21b","dynll1","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q5RHH4","sb:cb947","ift172","ttc21b","ift172","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport protein 172 homolog","string-db","7955.ENSDARP00000061333/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","B7ZD88","sb:cb947","im:7159945","ttc21b","wdr35","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q7ZVC2","sb:cb947","cluap1","ttc21b","Q7ZVC2","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","A7MBP4","sb:cb947","ift46","ttc21b","A7MBP4","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q5PR92","sb:cb947","zgc:101893","ttc21b","Q5PR92","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","F1QN54","sb:cb947","kif3b","ttc21b","kif3b","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q90X46","sb:cb947","gpr161","ttc21b","gpr161","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","G-protein coupled receptor 161","string-db","7955.ENSDARP00000072514/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","F1QG20","sb:cb947","Intraflagellar transport 140 homolog","ttc21b","F1QG20","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000044269","physical","txid7955" +"B0R0W1","Q7SXY4","sb:cb947","dync2li1","ttc21b","Q7SXY4","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","Cytoplasmic dynein 2 light intermediate chain 1","string-db","7955.ENSDARP00000058146/7955.ENSDARP00000044269","physical","txid7955" +"Q5RHH4","F1QV34","ift172","Kinesin-like protein","ift172","F1QV34","Intraflagellar transport protein 172 homolog","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","Q5PR92","ift172","zgc:101893","ift172","Q5PR92","Intraflagellar transport protein 172 homolog","Intraflagellar transport 27 homolog (Chlamydomonas) (Intraflagellar transport protein 27 homolog) (Zgc:101893)","string-db","7955.ENSDARP00000131706/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","Q6PBH4","ift172","dynll2","ift172","dynll1","Intraflagellar transport protein 172 homolog","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","Q7ZVC2","ift172","cluap1","ift172","Q7ZVC2","Intraflagellar transport protein 172 homolog","Clusterin-associated protein 1 homolog (Qilin)","string-db","7955.ENSDARP00000101015/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","A7MD87","ift172","dync2i1","ift172","wdr34","Intraflagellar transport protein 172 homolog","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","F1QN54","ift172","kif3b","ift172","kif3b","Intraflagellar transport protein 172 homolog","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","B7ZD88","ift172","im:7159945","ift172","wdr35","Intraflagellar transport protein 172 homolog","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","A7MBP4","ift172","ift46","ift172","A7MBP4","Intraflagellar transport protein 172 homolog","Intraflagellar transport protein 46 homolog","string-db","7955.ENSDARP00000083038/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","Q66I67","ift172","ift20","ift172","Q66I67","Intraflagellar transport protein 172 homolog","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","Q66IC8","ift172","dynlt5","ift172","tctex1d1","Intraflagellar transport protein 172 homolog","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","A0A1D5NS24","ift172","wdr60","ift172","wdr60","Intraflagellar transport protein 172 homolog","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000061333","physical","txid7955" +"Q5RHH4","F1QG20","ift172","Intraflagellar transport 140 homolog","ift172","F1QG20","Intraflagellar transport protein 172 homolog","Intraflagellar transport 140 homolog (Chlamydomonas) (Intraflagellar transport protein 140 homolog isoform X2)","string-db","7955.ENSDARP00000111859/7955.ENSDARP00000061333","physical","txid7955" +"Q9W7K3","Q802Z5","dmrt2","wu:fb40d10","dmrt2a","nono","Doublesex and mab-3-related transcription factor 2a (Doublesex- and mab-3-related transcription factor 2) (Terra)","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","string-db","7955.ENSDARP00000014106/7955.ENSDARP00000002460","physical","txid7955" +"Q802Z5","Q800H6","wu:fb40d10","matr3l1.2","nono","matr3l1.1","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","Matrin 3-like","string-db","7955.ENSDARP00000117572/7955.ENSDARP00000014106","physical","txid7955" +"Q802Z5","Q6NXA4","wu:fb40d10","ilf3","nono","Q6NXA4","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","Interleukin enhancer-binding factor 3 homolog","string-db","7955.ENSDARP00000140809/7955.ENSDARP00000014106","physical","txid7955" +"Q802Z5","Q7ZTX2","wu:fb40d10","wu:fk47f04","nono","wdr5","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000014106","physical","txid7955" +"Q802Z5","Q5TYR1","wu:fb40d10","wu:fb38e12","nono","rad51","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000014106","physical","txid7955" +"Q802Z5","A0A2R8RVN3","wu:fb40d10","DNA topoisomerase 2-binding protein 1","nono","topbp1","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000014106","physical","txid7955" +"B3DKP1","B0UXS6","VEGFR1","zgc:174006","B3DKP1","B0UXS6","receptor protein-tyrosine kinase (EC 2.7.10.1)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","X1WBL7","VEGFR1","Placenta growth factor isoform X1","B3DKP1","X1WBL7","receptor protein-tyrosine kinase (EC 2.7.10.1)","Placenta growth factor isoform X1 (Placental growth factor b)","string-db","7955.ENSDARP00000127609/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q8QFX6","VEGFR1","nrp1a","B3DKP1","Q8QFX6","receptor protein-tyrosine kinase (EC 2.7.10.1)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q6PC73","VEGFR1","grb2","B3DKP1","grb2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q208T6","VEGFR1","figf","B3DKP1","vegfd","receptor protein-tyrosine kinase (EC 2.7.10.1)","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","string-db","7955.ENSDARP00000121602/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q7T3I6","VEGFR1","Vascular endothelial growth factor C","B3DKP1","vegfc","receptor protein-tyrosine kinase (EC 2.7.10.1)","Vascular endothelial growth factor C","string-db","7955.ENSDARP00000092263/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","O73682","VEGFR1","vegfaa","B3DKP1","vegfaa","receptor protein-tyrosine kinase (EC 2.7.10.1)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q6PH56","VEGFR1","hsp70","B3DKP1","hsp70.3","receptor protein-tyrosine kinase (EC 2.7.10.1)","Heat shock cognate 70-kd protein (Hsp70 protein)","string-db","7955.ENSDARP00000010413/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q8AXB3","VEGFR1","kdrl","B3DKP1","Q8AXB3","receptor protein-tyrosine kinase (EC 2.7.10.1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000002466","physical","txid7955" +"B3DKP1","Q5RKN6","VEGFR1","zgc:103549","B3DKP1","grb2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000002466","physical","txid7955" +"Q5RKN6","Q8AXB3","zgc:103549","kdrl","grb2a","Q8AXB3","Growth factor receptor-bound protein 2a (Zgc:103549)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000133720","physical","txid7955" +"Q5RKN6","Q9I8N6","zgc:103549","csf1r","grb2a","Q9I8N6","Growth factor receptor-bound protein 2a (Zgc:103549)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000133720","physical","txid7955" +"Q5RKN6","Q90413","zgc:103549","fgfr4","grb2a","Q90413","Growth factor receptor-bound protein 2a (Zgc:103549)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000133720","physical","txid7955" +"Q8AXB3","Q8QFX6","kdrl","nrp1a","Q8AXB3","Q8QFX6","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000134625","physical","txid7955" +"Q8AXB3","A0A2R8QRK0","kdrl","cb503","Q8AXB3","robo3","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Roundabout homolog 3 isoform X3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","string-db","7955.ENSDARP00000157596/7955.ENSDARP00000134625","physical","txid7955" +"Q8AXB3","F1QGH7","kdrl","ctnnb1","Q8AXB3","ctnnb1","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000134625","physical","txid7955" +"Q8AXB3","Q90413","kdrl","fgfr4","Q8AXB3","Q90413","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000134625","physical","txid7955" +"Q8AXB3","A0A8M3B365","kdrl","lrrtm4l1","Q8AXB3","A0A8M3B365","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Leucine-rich repeat transmembrane neuronal protein 4 isoform X2","psicquic","20802085;20802085","physical","txid7955" +"Q8AXB3","A0A8M1P5N0","kdrl","dspg3","Q8AXB3","A0A8M1P5N0","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Epiphycan (Epiphycan isoform X2)","psicquic","20802085;20802085","physical","txid7955" +"Q8AXB3","B7ZV58","kdrl","zgc:136455","Q8AXB3","B7ZV58","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Neurotrimin (Zgc:136455 protein)","psicquic","19765300;26190107;19765300;26190107","physical","txid7955" +"Q8AXB3","Q8UVD6","kdrl","wu:fa16d03","Q8AXB3","Q8UVD6","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Brother of CDO","psicquic","20802085","physical","txid7955" +"Q8AXB3","Q58EG3","kdrl","nectin3","Q8AXB3","nectin3","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","psicquic","20802085;20802085","physical","txid7955" +"X1WBL7","O73682","Placenta growth factor isoform X1","vegfaa","X1WBL7","vegfaa","Placenta growth factor isoform X1 (Placental growth factor b)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000127609","physical","txid7955" +"Q6PC73","F8W3R9","grb2","alk","grb2b","alk","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IKQ9","grb2","Insulin receptor substrate 2","grb2b","irs2b","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q6SJP8","grb2","fgf17","grb2b","fgf17","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q803G3","grb2","fc05c02","grb2b","ppp2cb","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IN60","grb2","Fibroblast growth factor","grb2b","fgf19","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q6NYJ9","grb2","fa16e07","grb2b","ap2b1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","B0S6R1","grb2","nckap1","grb2b","B0S6R1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A2R8RKR5","grb2","LOC103910147","grb2b","A0A2R8RKR5","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F8W3B7","grb2","Tyrosine-protein kinase","grb2b","btk","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F1QM89","grb2","sc:d0645","grb2b","F1QM89","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F1QHN6","grb2","im:7042025","grb2b","ubc","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q9I8N6","grb2","csf1r","grb2b","Q9I8N6","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q98TU0","grb2","gdnf","grb2b","Q98TU0","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q1LYG0","grb2","sh3pxd2a","grb2b","Q1LYG0","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0G2KKC1","grb2","LOC103910066","grb2b","A0A0G2KKC1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","B- and T-lymphocyte attenuator-like","string-db","7955.ENSDARP00000132782/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4I9X7","grb2","GRB2-associated-binding protein 2","grb2b","A0A0R4I9X7","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","P48802","grb2","fgf3","grb2b","fgf3","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","E7EYW2","grb2","Epsin 2","grb2b","epn2","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F8W2F9","grb2","Tyrosine-protein kinase","grb2b","abl1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0N4SUD2","grb2","Ubi-p63E","grb2b","ubb","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F1QAD7","grb2","phosphatidylinositol-4,5-bisphosphate 3-kinase","grb2b","pik3ca","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","B1PBZ7","grb2","Protein sprouty homolog 1","grb2b","B1PBZ7","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IUB6","grb2","epn1","grb2b","epn1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IBM0","grb2","wu:fm70e01","grb2b","nrg1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","E7F251","grb2","phosphatidylinositol-4,5-bisphosphate 3-kinase","grb2b","pik3cb","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q7SXA3","grb2","zgc:66168","grb2b","rps27a","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IWG0","grb2","Epigen","grb2b","epgn","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4INZ6","grb2","Betacellulin, epidermal growth factor family member","grb2b","A0A0R4INZ6","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q8AXB3","grb2","kdrl","grb2b","Q8AXB3","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q5RKN6","grb2","zgc:103549","grb2b","grb2a","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A2R8Q2T0","grb2","Hcph","grb2b","A0A2R8Q2T0","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Tyrosine-protein phosphatase non-receptor type (EC 3.1.3.48)","string-db","7955.ENSDARP00000148161/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","F1QLR7","grb2","c-met","grb2b","met","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A3QJU6","grb2","zgc:136923","grb2b","A3QJU6","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","B8ZHI7","grb2","gcsf","grb2b","B8ZHI7","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q5MD89","grb2","flt4","grb2b","Q5MD89","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A8WH92","grb2","il-2rb","grb2b","il2rb","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q1RLY5","grb2","zgc:136695","grb2b","lck","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q90413","grb2","fgfr4","grb2b","Q90413","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q8JG38","grb2","fgfr2","grb2b","Q8JG38","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A8M1QUR0","grb2","WAS/WASL-interacting protein family member 1","grb2b","A0A8M1QUR0","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A286Y8W8","grb2","Guanine nucleotide exchange factor VAV2 isoform X5","grb2b","vav2","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","X1WC58","grb2","il-21ra.a","grb2b","X1WC58","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A286Y8A3","grb2","sh2b2","grb2b","A0A286Y8A3","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A2R8Q0D8","grb2","Platelet-derived growth factor subunit B","grb2b","A0A2R8Q0D8","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","E2DGP8","grb2","ngfrl","grb2b","E2DGP8","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Nerve growth factor receptor b (Nerve growth factor recptor)","string-db","7955.ENSDARP00000126756/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4IX01","grb2","Beta-klotho","grb2b","A0A0R4IX01","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q7ZW98","grb2","ap2m1b","grb2b","Q7ZW98","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4INF7","grb2","fd16d06","grb2b","micall2a","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A0R4ID76","grb2","B-cell antigen receptor complex-associated protein beta chain","grb2b","A0A0R4ID76","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","B-cell antigen receptor complex-associated protein beta chain (CD79b molecule, immunoglobulin-associated beta)","string-db","7955.ENSDARP00000130568/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","E7F020","grb2","Fibroblast growth factor receptor substrate 2","grb2b","E7F020","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A8M3AQW8","grb2","Tyrosine-protein kinase","grb2b","A0A8M3AQW8","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","Q9DFC9","grb2","wu:fc89b01","grb2b","fgf4","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000122829","physical","txid7955" +"Q6PC73","A0A2R8Q515","grb2","fc28d09","grb2b","A0A2R8Q515","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000122829","physical","txid7955" +"Q7T3I6","Q5MD89","Vascular endothelial growth factor C","flt4","vegfc","Q5MD89","Vascular endothelial growth factor C","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","A0A2R8QLT6","Vascular endothelial growth factor C","fj84c10","vegfc","lyve1b","Vascular endothelial growth factor C","Lymphatic vessel endothelial hyaluronic receptor 1b","string-db","7955.ENSDARP00000155383/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","O73682","Vascular endothelial growth factor C","vegfaa","vegfc","vegfaa","Vascular endothelial growth factor C","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","Q9YHV4","Vascular endothelial growth factor C","fsta","vegfc","fsta","Vascular endothelial growth factor C","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","A5PMP7","Vascular endothelial growth factor C","LOC103909601","vegfc","A5PMP7","Vascular endothelial growth factor C","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","string-db","7955.ENSDARP00000095859/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","Q208T6","Vascular endothelial growth factor C","figf","vegfc","vegfd","Vascular endothelial growth factor C","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","string-db","7955.ENSDARP00000121602/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","X1WBL7","Vascular endothelial growth factor C","Placenta growth factor isoform X1","vegfc","X1WBL7","Vascular endothelial growth factor C","Placenta growth factor isoform X1 (Placental growth factor b)","string-db","7955.ENSDARP00000127609/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","Q9PSU4","Vascular endothelial growth factor C","or111-7","vegfc","Q9PSU4","Vascular endothelial growth factor C","Odorant receptor (Olfactory receptor protein 2.1)","string-db","7955.ENSDARP00000109377/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","Q8QFX6","Vascular endothelial growth factor C","nrp1a","vegfc","Q8QFX6","Vascular endothelial growth factor C","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","P48802","Vascular endothelial growth factor C","fgf3","vegfc","fgf3","Vascular endothelial growth factor C","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000092263","physical","txid7955" +"Q7T3I6","Q8AXB3","Vascular endothelial growth factor C","kdrl","vegfc","Q8AXB3","Vascular endothelial growth factor C","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000092263","physical","txid7955" +"O73682","Q8AXB3","vegfaa","kdrl","vegfaa","Q8AXB3","Vascular endothelial growth factor A-A (VEGF-A-A)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000133415","physical","txid7955" +"O73682","Q8QFX6","vegfaa","nrp1a","vegfaa","Q8QFX6","Vascular endothelial growth factor A-A (VEGF-A-A)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000133415","physical","txid7955" +"B0UXS6","A0A0R4IPA7","zgc:174006","si:ch211-149f21.2","B0UXS6","A0A0R4IPA7","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Sperm flagellar 2 (Sperm flagellar protein 2)","string-db","7955.ENSDARP00000137146/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","Q568T4","zgc:174006","hikeshi","B0UXS6","hikeshi","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","Q6NX98","zgc:174006","wu:fd15g02","B0UXS6","st13","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","string-db","7955.ENSDARP00000112549/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","A5WUU0","zgc:174006","si:dkey-165i4.4","B0UXS6","dnajb5","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","DnaJ heat shock protein family (Hsp40) member B5 (DnaJ homolog subfamily B member 5)","string-db","7955.ENSDARP00000115536/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","P79734","zgc:174006","tp53","B0UXS6","tp53","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","A3KH14","zgc:174006","TLR1.2","B0UXS6","A3KH14","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Toll-like receptor 18 (Toll-like receptor 18 precursor)","string-db","7955.ENSDARP00000124565/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","F1Q8K3","zgc:174006","wu:fc22f04","B0UXS6","F1Q8K3","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","F8W2D1","zgc:174006","wu:fb34f09","B0UXS6","fkbp4","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","F1QFY1","zgc:174006","Cullin-5","B0UXS6","F1QFY1","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000109199","physical","txid7955" +"B0UXS6","Q8AXB3","zgc:174006","kdrl","B0UXS6","Q8AXB3","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000109199","physical","txid7955" +"Q208T6","O73682","figf","vegfaa","vegfd","vegfaa","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000121602","physical","txid7955" +"Q208T6","Q5MD89","figf","flt4","vegfd","Q5MD89","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000121602","physical","txid7955" +"Q208T6","X1WBL7","figf","Placenta growth factor isoform X1","vegfd","X1WBL7","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Placenta growth factor isoform X1 (Placental growth factor b)","string-db","7955.ENSDARP00000127609/7955.ENSDARP00000121602","physical","txid7955" +"Q208T6","Q8QFX6","figf","nrp1a","vegfd","Q8QFX6","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000121602","physical","txid7955" +"Q208T6","P48802","figf","fgf3","vegfd","fgf3","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000121602","physical","txid7955" +"Q208T6","Q8AXB3","figf","kdrl","vegfd","Q8AXB3","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000121602","physical","txid7955" +"Q8QFX6","A0A2R8Q5T8","nrp1a","Sema domain, immunoglobulin domain","Q8QFX6","sema3fb","Neuropilin-1a (znrp1)","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3Fb (Semaphorin-3F isoform X1)","string-db","7955.ENSDARP00000146383/7955.ENSDARP00000140900","physical","txid7955" +"Q8QFX6","A0A2R8QPJ6","nrp1a","Plexin-A2","Q8QFX6","plxna2","Neuropilin-1a (znrp1)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000140900","physical","txid7955" +"Q8QFX6","Q90460","nrp1a","alcama","Q8QFX6","Q90460","Neuropilin-1a (znrp1)","CD166 antigen homolog A (Activated leukocyte cell adhesion molecule A) (DM-GRASP homolog) (Neurolin) (CD antigen CD166)","string-db","7955.ENSDARP00000152888/7955.ENSDARP00000140900","physical","txid7955" +"Q8QFX6","A0A0R4IYX8","nrp1a","CRMP-3","Q8QFX6","dpysl4","Neuropilin-1a (znrp1)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000140900","physical","txid7955" +"Q6PH56","B0UXR9","hsp70","hsp70.1","hsp70.3","B0UXR9","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","A0A0R4IPA7","hsp70","si:ch211-149f21.2","hsp70.3","A0A0R4IPA7","Heat shock cognate 70-kd protein (Hsp70 protein)","Sperm flagellar 2 (Sperm flagellar protein 2)","string-db","7955.ENSDARP00000137146/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","P79734","hsp70","tp53","hsp70.3","tp53","Heat shock cognate 70-kd protein (Hsp70 protein)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q6PBT7","hsp70","dnajc19","hsp70.3","Q6PBT7","Heat shock cognate 70-kd protein (Hsp70 protein)","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","string-db","7955.ENSDARP00000065238/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1Q8K1","hsp70","zgc:153612","hsp70.3","hspa12a","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","A0A8M1NE33","hsp70","si:ch211-199o1.2","hsp70.3","A0A8M1NE33","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q5RG12","hsp70","hsp90a.2","hsp70.3","Q5RG12","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein HSP 90-alpha","string-db","7955.ENSDARP00000026065/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","O57521","hsp70","hsp90ab1","hsp70.3","hsp90ab1","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein HSP 90-beta","string-db","7955.ENSDARP00000014978/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","O73872","hsp70","sod1","hsp70.3","sod1","Heat shock cognate 70-kd protein (Hsp70 protein)","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","string-db","7955.ENSDARP00000064375/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q7ZUC6","hsp70","fj09e12","hsp70.3","socs3a","Heat shock cognate 70-kd protein (Hsp70 protein)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000038723/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q568T4","hsp70","hikeshi","hsp70.3","hikeshi","Heat shock cognate 70-kd protein (Hsp70 protein)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q6NX98","hsp70","wu:fd15g02","hsp70.3","st13","Heat shock cognate 70-kd protein (Hsp70 protein)","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","string-db","7955.ENSDARP00000112549/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","P83571","hsp70","ruvbl2","hsp70.3","ruvbl2","Heat shock cognate 70-kd protein (Hsp70 protein)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1Q8K3","hsp70","wu:fc22f04","hsp70.3","F1Q8K3","Heat shock cognate 70-kd protein (Hsp70 protein)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q7ZUP5","hsp70","dnaja2","hsp70.3","dnaja2a","Heat shock cognate 70-kd protein (Hsp70 protein)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","string-db","7955.ENSDARP00000156655/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","A0A8M2BKT2","hsp70","Caspase-3","hsp70.3","A0A8M2BKT2","Heat shock cognate 70-kd protein (Hsp70 protein)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q5RKM3","hsp70","fb36h09","hsp70.3","stip1","Heat shock cognate 70-kd protein (Hsp70 protein)","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1R9V3","hsp70","si:dkey-4p15.3","hsp70.3","hspa8b","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","A4VAK4","hsp70","hsp1","hsp70.3","hspb1","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","A5WUU0","hsp70","si:dkey-165i4.4","hsp70.3","dnajb5","Heat shock cognate 70-kd protein (Hsp70 protein)","DnaJ heat shock protein family (Hsp40) member B5 (DnaJ homolog subfamily B member 5)","string-db","7955.ENSDARP00000115536/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1REN0","hsp70","cul5","hsp70.3","F1REN0","Heat shock cognate 70-kd protein (Hsp70 protein)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q5RGE6","hsp70","hspa14","hsp70.3","hspa14","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock 70 kDa protein 14","string-db","7955.ENSDARP00000075275/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q90474","hsp70","hsp90a.1","hsp70.3","Q90474","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F6P697","hsp70","HSF","hsp70.3","hsf1","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q8AXB3","hsp70","kdrl","hsp70.3","Q8AXB3","Heat shock cognate 70-kd protein (Hsp70 protein)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q7ZU46","hsp70","hspa4l","hsp70.3","hspa4a","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","string-db","7955.ENSDARP00000026086/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q6NWJ4","hsp70","dnajc2","hsp70.3","dnajc2","Heat shock cognate 70-kd protein (Hsp70 protein)","DnaJ homolog subfamily C member 2","string-db","7955.ENSDARP00000094239/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1QB54","hsp70","pabpc1a","hsp70.3","pabpc1a","Heat shock cognate 70-kd protein (Hsp70 protein)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","string-db","7955.ENSDARP00000021064/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q5GIT4","hsp70","kdr","hsp70.3","kdr","Heat shock cognate 70-kd protein (Hsp70 protein)","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","string-db","7955.ENSDARP00000049203/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1R498","hsp70","zgc:56178","hsp70.3","rpap3","Heat shock cognate 70-kd protein (Hsp70 protein)","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q0R4G9","hsp70","HSPA12B","hsp70.3","Q0R4G9","Heat shock cognate 70-kd protein (Hsp70 protein)","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","string-db","7955.ENSDARP00000081527/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q6NXA1","hsp70","fk20d10","hsp70.3","sgta","Heat shock cognate 70-kd protein (Hsp70 protein)","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","string-db","7955.ENSDARP00000027982/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","X1WBR5","hsp70","Heat shock 70 kDa protein 4L","hsp70.3","hspa4l","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F8W2D1","hsp70","wu:fb34f09","hsp70.3","fkbp4","Heat shock cognate 70-kd protein (Hsp70 protein)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","Q90473","hsp70","hspa8","hsp70.3","Q90473","Heat shock cognate 70-kd protein (Hsp70 protein)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","E7F8W3","hsp70","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hsp70.3","E7F8W3","Heat shock cognate 70-kd protein (Hsp70 protein)","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1QFY1","hsp70","Cullin-5","hsp70.3","F1QFY1","Heat shock cognate 70-kd protein (Hsp70 protein)","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000010413","physical","txid7955" +"Q6PH56","F1R7L2","hsp70","zgc:92462","hsp70.3","sgtb","Heat shock cognate 70-kd protein (Hsp70 protein)","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","string-db","7955.ENSDARP00000013325/7955.ENSDARP00000010413","physical","txid7955" +"F1QUS9","A3RK75","Ubiquitin carboxyl-terminal hydrolase 7","foxo1b","usp7","foxo1b","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Forkhead box protein O1-B","string-db","7955.ENSDARP00000082331/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","A3RK74","Ubiquitin carboxyl-terminal hydrolase 7","foxo1a","usp7","foxo1a","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","P79734","Ubiquitin carboxyl-terminal hydrolase 7","tp53","usp7","tp53","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","O42354","Ubiquitin carboxyl-terminal hydrolase 7","mdm2","usp7","O42354","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","F1QAC4","Ubiquitin carboxyl-terminal hydrolase 7","GLI family zinc finger 1","usp7","gli1","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","Q6PFM9","Ubiquitin carboxyl-terminal hydrolase 7","wdr48","usp7","wdr48","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","WD repeat-containing protein 48 (USP1-associated factor 1)","string-db","7955.ENSDARP00000056247/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","F1R3E6","Ubiquitin carboxyl-terminal hydrolase 7","Forkhead box O4","usp7","foxo4","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Forkhead box O4 (Forkhead box protein O4)","string-db","7955.ENSDARP00000072649/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","Q1LUU4","Ubiquitin carboxyl-terminal hydrolase 7","si:dz179b20.7","usp7","daxx","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","F1RCN0","Ubiquitin carboxyl-terminal hydrolase 7","cb1075","usp7","dnmt1","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000013243/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","Q7ZUW7","Ubiquitin carboxyl-terminal hydrolase 7","mdm4","usp7","Q7ZUW7","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","string-db","7955.ENSDARP00000074651/7955.ENSDARP00000002502","physical","txid7955" +"F1QUS9","E7EXT2","Ubiquitin carboxyl-terminal hydrolase 7","uvssa","usp7","uvssa","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","UV-stimulated scaffold protein A","string-db","7955.ENSDARP00000133113/7955.ENSDARP00000002502","physical","txid7955" +"A3RK75","Q568V0","foxo1b","foxg1","foxo1b","foxg1a","Forkhead box protein O1-B","Forkhead box protein G1","string-db","7955.ENSDARP00000094979/7955.ENSDARP00000082331","physical","txid7955" +"A3RK75","Q9I9P9","foxo1b","smad2","foxo1b","smad2","Forkhead box protein O1-B","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000082331","physical","txid7955" +"A3RK75","A0A0R4ITP2","foxo1b","Mjd","foxo1b","atxn3","Forkhead box protein O1-B","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000082331","physical","txid7955" +"A3RK75","A3RK74","foxo1b","foxo1a","foxo1b","foxo1a","Forkhead box protein O1-B","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000082331","physical","txid7955" +"O42354","F1R2P1","mdm2","zgc:92134","O42354","usp2a","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000119800/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q803G3","mdm2","fc05c02","O42354","ppp2cb","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q6PBI5","mdm2","rps25","O42354","rps25","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000072320","physical","txid7955" +"O42354","P79734","mdm2","tp53","O42354","tp53","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q1LUU4","mdm2","si:dz179b20.7","O42354","daxx","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q6P6E2","mdm2","wu:fa91f03","O42354","Q6P6E2","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000072320","physical","txid7955" +"O42354","A0A0R4IDU4","mdm2","z-numb","O42354","A0A0R4IDU4","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q7SXA1","mdm2","rpl26","O42354","Q7SXA1","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q7ZUW7","mdm2","mdm4","O42354","Q7ZUW7","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","string-db","7955.ENSDARP00000074651/7955.ENSDARP00000072320","physical","txid7955" +"O42354","A4QP33","mdm2","ppp2r5c","O42354","ppp2r5cb","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000072320","physical","txid7955" +"O42354","P62084","mdm2","rps7","O42354","rps7","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000072320","physical","txid7955" +"O42354","C3PTE8","mdm2","Beta-arrestin-1","O42354","arrb1","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000072320","physical","txid7955" +"O42354","A5PMV7","mdm2","ppp2r1a","O42354","ppp2r1ba","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q6Q421","mdm2","wu:fa93f04","O42354","rps15","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q6IQB1","mdm2","fj02g05","O42354","Q6IQB1","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000072320","physical","txid7955" +"O42354","Q6DRP2","mdm2","gnl3","O42354","Q6DRP2","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","Guanine nucleotide-binding protein-like 3 (Nucleostemin-like protein)","string-db","7955.ENSDARP00000109517/7955.ENSDARP00000072320","physical","txid7955" +"Q7ZUW7","Q1LUU4","mdm4","si:dz179b20.7","Q7ZUW7","daxx","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000074651","physical","txid7955" +"Q7ZUW7","F1R2P1","mdm4","zgc:92134","Q7ZUW7","usp2a","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000119800/7955.ENSDARP00000074651","physical","txid7955" +"Q7ZUW7","P79734","mdm4","tp53","Q7ZUW7","tp53","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000074651","physical","txid7955" +"Q7ZUW7","Q8JHE0","mdm4","CHUNP6894","Q7ZUW7","csnk1a1","Protein Mdm4 (Double minute 4 protein) (Mdm2-like p53-binding protein) (Protein Mdmx) (p53-binding protein Mdm4)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000074651","physical","txid7955" +"Q1LUU4","E7F4M2","si:dz179b20.7","atrxl","daxx","atrx","Death domain-associated protein 6 (Daxx)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","Q7ZTT0","si:dz179b20.7","zgc:56685","daxx","Q7ZTT0","Death domain-associated protein 6 (Daxx)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","A0A140LGS2","si:dz179b20.7","Histone H2A","daxx","si:ch1073-153i20.5","Death domain-associated protein 6 (Daxx)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","Q6NYJ3","si:dz179b20.7","terf2ip","daxx","Q6NYJ3","Death domain-associated protein 6 (Daxx)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","A0A140LG54","si:dz179b20.7","Histone H2B","daxx","si:dkey-23a13.22","Death domain-associated protein 6 (Daxx)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","F1R9M2","si:dz179b20.7","TERF1","daxx","tinf2","Death domain-associated protein 6 (Daxx)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","R4GE15","si:dz179b20.7","si:ch211-113a14.29","daxx","si:ch211-113a14.22","Death domain-associated protein 6 (Daxx)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","A4FVM2","si:dz179b20.7","si:ch73-368j24.13","daxx","A4FVM2","Death domain-associated protein 6 (Daxx)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","X1WHF1","si:dz179b20.7","Histone H2B","daxx","si:dkey-261m9.6","Death domain-associated protein 6 (Daxx)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000105452","physical","txid7955" +"Q1LUU4","X1WDH8","si:dz179b20.7","Histone H2B","daxx","si:dkey-261m9.19","Death domain-associated protein 6 (Daxx)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000105452","physical","txid7955" +"A3RK74","A0A0R4IS45","foxo1a","si:ch211-203f4.1","foxo1a","cog6","Forkhead box protein O1-A","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000134884","physical","txid7955" +"A3RK74","A0A0R4IPF2","foxo1a","histone acetyltransferase","foxo1a","crebbpa","Forkhead box protein O1-A","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000134884","physical","txid7955" +"A3RK74","A0A2R8RRI1","foxo1a","Transcription factor EB","foxo1a","tfeb","Forkhead box protein O1-A","Transcription factor EB","string-db","7955.ENSDARP00000156744/7955.ENSDARP00000134884","physical","txid7955" +"A3RK74","F1QAD7","foxo1a","phosphatidylinositol-4,5-bisphosphate 3-kinase","foxo1a","pik3ca","Forkhead box protein O1-A","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000134884","physical","txid7955" +"A3RK74","A0A0R4ITP2","foxo1a","Mjd","foxo1a","atxn3","Forkhead box protein O1-A","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000134884","physical","txid7955" +"F1R3E6","Q568V0","Forkhead box O4","foxg1","foxo4","foxg1a","Forkhead box O4 (Forkhead box protein O4)","Forkhead box protein G1","string-db","7955.ENSDARP00000094979/7955.ENSDARP00000072649","physical","txid7955" +"F1R3E6","A0A0R4ITP2","Forkhead box O4","Mjd","foxo4","atxn3","Forkhead box O4 (Forkhead box protein O4)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000072649","physical","txid7955" +"F1R3E6","Q9I9P9","Forkhead box O4","smad2","foxo4","smad2","Forkhead box O4 (Forkhead box protein O4)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000072649","physical","txid7955" +"F1RCN0","E7EZX1","cb1075","si:dkey-261m9.15","dnmt1","hist1h2a5","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q5BJA5","cb1075",";","dnmt1","-","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q6PC60","cb1075","hist2h2l","dnmt1","hist2h2l","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q4QRF4","cb1075","; ;","dnmt1","-","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","A0A140LG54","cb1075","Histone H2B","dnmt1","si:dkey-23a13.22","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","E7FE07","cb1075","si:ch211-113a14.16","dnmt1","E7FE07","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","B0R1D5","cb1075","suz12b","dnmt1","suz12b","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","B3DJF8","cb1075","LOC570661","dnmt1","LOC570661","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q7ZUY3","cb1075","h2ax","dnmt1","Q7ZUY3","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q6P3H7","cb1075","rbbp4","dnmt1","Q6P3H7","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","E7EZF3","cb1075","uhrf1","dnmt1","uhrf1","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","string-db","7955.ENSDARP00000135054/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q4FZZ7","cb1075","hist1h2a2","dnmt1","hist1h2a2","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q71PD7","cb1075","h2az2a","dnmt1","h2az2a","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","A0A140LGS2","cb1075","Histone H2A","dnmt1","si:ch1073-153i20.5","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q7ZTT0","cb1075","zgc:56685","dnmt1","Q7ZTT0","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","R4GE15","cb1075","si:ch211-113a14.29","dnmt1","si:ch211-113a14.22","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q561S9","cb1075","H2A","dnmt1","hist1h2a3","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q7ZTY4","cb1075","rbbp7","dnmt1","Q7ZTY4","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","A8KBJ5","cb1075","si:ch1073-153i20.2","dnmt1","-","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q6PI20","cb1075","h3f3a; h3f3b.1; h3-5; h3f3d","dnmt1","h3f3a;h3f3b.1;h3-5;h3f3d","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","A0A0R4ICD5","cb1075","fb72f07","dnmt1","e2f4","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","A4FVM2","cb1075","si:ch73-368j24.13","dnmt1","A4FVM2","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","X1WHF1","cb1075","Histone H2B","dnmt1","si:dkey-261m9.6","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","X1WDH8","cb1075","Histone H2B","dnmt1","si:dkey-261m9.19","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q566T0","cb1075","eed","dnmt1","eed","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","E7F5W3","cb1075","si:dkey-108k21.26","dnmt1","hist1h2a10","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q08BS4","cb1075","ezh2","dnmt1","Q08BS4","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone-lysine N-methyltransferase EZH2 (EC 2.1.1.356) (Enhancer of zeste homolog 2)","string-db","7955.ENSDARP00000023693/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","E7EXD7","cb1075","si:dkey-261m9.11","dnmt1","si:ch211-113a14.19","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q7T2T7","cb1075","wu:fk96a04","dnmt1","mecp2","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000013243","physical","txid7955" +"F1RCN0","Q5XJK2","cb1075","h2afx1","dnmt1","h2ax1","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000013243","physical","txid7955" +"Q5SPR8","F1QBY1","esco2","nipblb","Q5SPR8","nipblb","N-acetyltransferase ESCO2 (EC 2.3.1.-) (Establishment of cohesion 1 homolog 2) (ECO1 homolog 2)","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000002535","physical","txid7955" +"Q5SPR8","E7F0X6","esco2","Structural maintenance of chromosomes protein","Q5SPR8","smc1a","N-acetyltransferase ESCO2 (EC 2.3.1.-) (Establishment of cohesion 1 homolog 2) (ECO1 homolog 2)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000072610/7955.ENSDARP00000002535","physical","txid7955" +"Q5SPR8","Q6DRM9","esco2","im:7158706","Q5SPR8","smc1al","N-acetyltransferase ESCO2 (EC 2.3.1.-) (Establishment of cohesion 1 homolog 2) (ECO1 homolog 2)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000075459/7955.ENSDARP00000002535","physical","txid7955" +"Q5SPR8","X1WEK0","esco2","Establishment of sister chromatid cohesion N-acetyltransferase 1","Q5SPR8","esco1","N-acetyltransferase ESCO2 (EC 2.3.1.-) (Establishment of cohesion 1 homolog 2) (ECO1 homolog 2)","Establishment of sister chromatid cohesion N-acetyltransferase 1 (N-acetyltransferase ESCO1 isoform X2)","string-db","7955.ENSDARP00000128651/7955.ENSDARP00000002535","physical","txid7955" +"Q5SPR8","P46530","esco2","notch1a","Q5SPR8","P46530","N-acetyltransferase ESCO2 (EC 2.3.1.-) (Establishment of cohesion 1 homolog 2) (ECO1 homolog 2)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000002535","physical","txid7955" +"F1QBY1","F5HSE3","nipblb","nipbla","nipblb","F5HSE3","Nipped-B-like protein B","Nipped-B-like protein A","string-db","7955.ENSDARP00000132739/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","A0A0R4IP12","nipblb","PDS5 cohesin-associated factor B","nipblb","pds5b","Nipped-B-like protein B","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","F1R5H6","nipblb","brd4","nipblb","brd4","Nipped-B-like protein B","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","A0A0R4IZR5","nipblb","Cohesin subunit SA","nipblb","stag2b","Nipped-B-like protein B","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","Q1L8E1","nipblb","si:ch211-246f9.1","nipblb","rad21b","Nipped-B-like protein B","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","X1WEK0","nipblb","Establishment of sister chromatid cohesion N-acetyltransferase 1","nipblb","esco1","Nipped-B-like protein B","Establishment of sister chromatid cohesion N-acetyltransferase 1 (N-acetyltransferase ESCO1 isoform X2)","string-db","7955.ENSDARP00000128651/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","A1L1F4","nipblb","pds5a","nipblb","A1L1F4","Nipped-B-like protein B","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000081295","physical","txid7955" +"F1QBY1","A0A8M1QHV0","nipblb","E3 SUMO-protein ligase ZNF451 isoform X1","nipblb","A0A8M1QHV0","Nipped-B-like protein B","E3 SUMO-protein ligase ZNF451 isoform X1 (Zinc finger protein 451)","string-db","7955.ENSDARP00000120051/7955.ENSDARP00000081295","physical","txid7955" +"E7F0X6","A1L1F4","Structural maintenance of chromosomes protein","pds5a","smc1a","A1L1F4","Structural maintenance of chromosomes protein","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","F1QBY1","Structural maintenance of chromosomes protein","nipblb","smc1a","nipblb","Structural maintenance of chromosomes protein","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","A0A0R4IP12","Structural maintenance of chromosomes protein","PDS5 cohesin-associated factor B","smc1a","pds5b","Structural maintenance of chromosomes protein","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","Q1L8E1","Structural maintenance of chromosomes protein","si:ch211-246f9.1","smc1a","rad21b","Structural maintenance of chromosomes protein","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","E7FC33","Structural maintenance of chromosomes protein","Cohesin subunit SA","smc1a","stag1b","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","B0S5T4","Structural maintenance of chromosomes protein","Cohesin subunit SA","smc1a","B0S5T4","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000117413/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","A0JMM5","Structural maintenance of chromosomes protein","zgc:154013","smc1a","A0JMM5","Structural maintenance of chromosomes protein","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","string-db","7955.ENSDARP00000074083/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","A0A8N7T6W3","Structural maintenance of chromosomes protein","Mediator of DNA damage checkpoint protein 1","smc1a","A0A8N7T6W3","Structural maintenance of chromosomes protein","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","A0A8M1NE13","Structural maintenance of chromosomes protein","fc39a01","smc1a","A0A8M1NE13","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000112624/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","A0A0R4IZR5","Structural maintenance of chromosomes protein","Cohesin subunit SA","smc1a","stag2b","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000072610","physical","txid7955" +"E7F0X6","Q6DRM9","Structural maintenance of chromosomes protein","im:7158706","smc1a","smc1al","Structural maintenance of chromosomes protein","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000075459/7955.ENSDARP00000072610","physical","txid7955" +"Q6DRM9","A0A8N7T6W3","im:7158706","Mediator of DNA damage checkpoint protein 1","smc1al","A0A8N7T6W3","Structural maintenance of chromosomes protein","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","B0S5T4","im:7158706","Cohesin subunit SA","smc1al","B0S5T4","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000117413/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","E7FC33","im:7158706","Cohesin subunit SA","smc1al","stag1b","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","A1L1F4","im:7158706","pds5a","smc1al","A1L1F4","Structural maintenance of chromosomes protein","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","A0A0R4IZR5","im:7158706","Cohesin subunit SA","smc1al","stag2b","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","Q1L8E1","im:7158706","si:ch211-246f9.1","smc1al","rad21b","Structural maintenance of chromosomes protein","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","A0A0R4IP12","im:7158706","PDS5 cohesin-associated factor B","smc1al","pds5b","Structural maintenance of chromosomes protein","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","F1QBY1","im:7158706","nipblb","smc1al","nipblb","Structural maintenance of chromosomes protein","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000075459","physical","txid7955" +"Q6DRM9","A0A8M1NE13","im:7158706","fc39a01","smc1al","A0A8M1NE13","Structural maintenance of chromosomes protein","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000112624/7955.ENSDARP00000075459","physical","txid7955" +"P46530","F1QGH7","notch1a","ctnnb1","P46530","ctnnb1","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000137942","physical","txid7955" +"F1QUS3","F1QJL0","zgc:152728","wu:fb60f06","F1QUS3","F1QJL0","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000018699/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","Q5TYP5","zgc:152728","pou3","F1QUS3","Q5TYP5","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 3","string-db","7955.ENSDARP00000061743/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","F1QJ26","zgc:152728","fc33d01","F1QUS3","F1QJ26","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","C1KH59","zgc:152728","zgc:154116","F1QUS3","b4galt1l","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","Q7ZVF1","zgc:152728","zgc:56053","F1QUS3","Q7ZVF1","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","F1R003","zgc:152728","zgc:114013","F1QUS3","F1R003","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","Q6P006","zgc:152728","zgc:55941","F1QUS3","Q6P006","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000002544","physical","txid7955" +"F1QUS3","Q6NZZ8","zgc:152728","zgc:55406","F1QUS3","Q6NZZ8","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000067816/7955.ENSDARP00000002544","physical","txid7955" +"C1KH59","A0A0R4ICJ7","zgc:154116","CH1073-177A15.1","b4galt1l","b4galt4","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000139422/7955.ENSDARP00000135827","physical","txid7955" +"C1KH59","Q6P006","zgc:154116","zgc:55941","b4galt1l","Q6P006","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000135827","physical","txid7955" +"C1KH59","Q7ZVF1","zgc:154116","zgc:56053","b4galt1l","Q7ZVF1","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000135827","physical","txid7955" +"Q6NZZ8","F1QMZ0","zgc:55406","zp2","Q6NZZ8","F1QMZ0","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000068574/7955.ENSDARP00000067816","physical","txid7955" +"Q6NZZ8","F1QJ26","zgc:55406","fc33d01","Q6NZZ8","F1QJ26","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000067816","physical","txid7955" +"Q6NZZ8","C1KH59","zgc:55406","zgc:154116","Q6NZZ8","b4galt1l","chitinase (EC 3.2.1.14)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000067816","physical","txid7955" +"Q6NZZ8","F1R003","zgc:55406","zgc:114013","Q6NZZ8","F1R003","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000067816","physical","txid7955" +"F1R003","F1QJ26","zgc:114013","fc33d01","F1R003","F1QJ26","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000090133","physical","txid7955" +"F1R003","Q7ZVF1","zgc:114013","zgc:56053","F1R003","Q7ZVF1","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000090133","physical","txid7955" +"F1R003","C1KH59","zgc:114013","zgc:154116","F1R003","b4galt1l","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000090133","physical","txid7955" +"F1R003","Q6P006","zgc:114013","zgc:55941","F1R003","Q6P006","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000090133","physical","txid7955" +"F1QJ26","Q6P006","fc33d01","zgc:55941","F1QJ26","Q6P006","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000109385","physical","txid7955" +"F1QJ26","C1KH59","fc33d01","zgc:154116","F1QJ26","b4galt1l","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000109385","physical","txid7955" +"F1QJ26","Q7ZVF1","fc33d01","zgc:56053","F1QJ26","Q7ZVF1","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000109385","physical","txid7955" +"F1QJL0","F1QMZ0","wu:fb60f06","zp2","F1QJL0","F1QMZ0","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000068574/7955.ENSDARP00000018699","physical","txid7955" +"F1QJL0","F1QJ26","wu:fb60f06","fc33d01","F1QJL0","F1QJ26","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000018699","physical","txid7955" +"F1QJL0","C1KH59","wu:fb60f06","zgc:154116","F1QJL0","b4galt1l","chitinase (EC 3.2.1.14)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000018699","physical","txid7955" +"F1QJL0","Q5TYP5","wu:fb60f06","pou3","F1QJL0","Q5TYP5","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 3","string-db","7955.ENSDARP00000061743/7955.ENSDARP00000018699","physical","txid7955" +"F1QJL0","F1QNI8","wu:fb60f06","Zona pellucida sperm-binding protein 4","F1QJL0","F1QNI8","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000056088/7955.ENSDARP00000018699","physical","txid7955" +"F1QJL0","F1R003","wu:fb60f06","zgc:114013","F1QJL0","F1R003","chitinase (EC 3.2.1.14)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000018699","physical","txid7955" +"Q5TYP5","C1KH59","pou3","zgc:154116","Q5TYP5","b4galt1l","Zona pellucida sperm-binding protein 3","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","F1QJ26","pou3","fc33d01","Q5TYP5","F1QJ26","Zona pellucida sperm-binding protein 3","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","F1R003","pou3","zgc:114013","Q5TYP5","F1R003","Zona pellucida sperm-binding protein 3","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","F1QMZ0","pou3","zp2","Q5TYP5","F1QMZ0","Zona pellucida sperm-binding protein 3","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000068574/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","Q7ZVF1","pou3","zgc:56053","Q5TYP5","Q7ZVF1","Zona pellucida sperm-binding protein 3","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","Q6P006","pou3","zgc:55941","Q5TYP5","Q6P006","Zona pellucida sperm-binding protein 3","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000061743","physical","txid7955" +"Q5TYP5","Q6NZZ8","pou3","zgc:55406","Q5TYP5","Q6NZZ8","Zona pellucida sperm-binding protein 3","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000067816/7955.ENSDARP00000061743","physical","txid7955" +"Q9PUT2","Q7SZE5","iclp1","sec23a","Q9PUT2","Q7SZE5","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","E7F146","iclp1","Uncharacterized protein LOC100002840 precursor","Q9PUT2","E7F146","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q8WM94","iclp1","si:busm1-194e12.11","Q9PUT2","Q8WM94","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4IRS1","iclp1","AP-1 complex subunit mu-1","Q9PUT2","ap1m1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4ICL5","iclp1","Protein transport protein Sec24A isoform X2","Q9PUT2","sec24a","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","E7F715","iclp1","Protein transport protein Sec24B isoform X1","Q9PUT2","E7F715","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q5RHR9","iclp1","dnm3","Q9PUT2","Q5RHR9","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000047038/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1R0K2","iclp1","si:busm1-160c18.6","Q9PUT2","F1R0K2","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q6NSP1","iclp1","zgc:56704","Q9PUT2","ap1s1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q7ZW98","iclp1","ap2m1b","Q9PUT2","Q7ZW98","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q6P937","iclp1","wu:fb61d08","Q9PUT2","clta","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1QNN0","iclp1","si:zfos-367g9.1","Q9PUT2","F1QNN0","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q803D1","iclp1","wu:fb33e02","Q9PUT2","arf1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A5PMS9","iclp1","fa11e04","Q9PUT2","ap1b1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A1L1QZR0","iclp1","si:ch73-158p21.3","Q9PUT2","A0A1L1QZR0","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4ISW2","iclp1","si:zfos-2070c2.3","Q9PUT2","A0A0R4ISW2","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1R3L9","iclp1","Ap1m1","Q9PUT2","F1R3L9","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","E9QBV1","iclp1","fd07f11","Q9PUT2","cltcb","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1QKS4","iclp1","wu:fe06b12","Q9PUT2","canx","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q6PEJ2","iclp1","zgc:65827","Q9PUT2","ap2s1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q6NYJ9","iclp1","fa16e07","Q9PUT2","ap2b1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A2R8QFS1","iclp1","mhc2d8.35a1","Q9PUT2","A0A2R8QFS1","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q7SYD5","iclp1","sec31a","Q9PUT2","Q7SYD5","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4IRA8","iclp1","si:busm1-160c18.3","Q9PUT2","A0A0R4IRA8","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","M9MM93","iclp1","LOC571282","Q9PUT2","M9MM93","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","string-db","7955.ENSDARP00000010619/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1QRB4","iclp1","Protein transport protein Sec24D isoform X1","Q9PUT2","F1QRB4","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","string-db","7955.ENSDARP00000035564/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q1MTC7","iclp1","mhc2a","Q9PUT2","Q1MTC7","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","string-db","7955.ENSDARP00000048447/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q1MTC8","iclp1","Major histocompatibility complex class II DAB gene","Q9PUT2","Q1MTC8","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","F1QVI4","iclp1","si:busm1-104n07.3","Q9PUT2","F1QVI4","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4IMX2","iclp1","im:7145364","Q9PUT2","A0A0R4IMX2","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q6PBX2","iclp1","sara2","Q9PUT2","sar1b","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4IIR1","iclp1","dnm2","Q9PUT2","dnm2a","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q803T6","iclp1","sh3gl2","Q9PUT2","sh3gl2a","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","Q0ZBR7","iclp1","MIF","Q9PUT2","Q0ZBR7","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","Macrophage migration inhibitory factor (EC 5.3.2.1) (EC 5.3.3.12) (L-dopachrome isomerase) (L-dopachrome tautomerase) (Phenylpyruvate tautomerase)","string-db","7955.ENSDARP00000096200/7955.ENSDARP00000002547","physical","txid7955" +"Q9PUT2","A0A0R4IR31","iclp1","LOC103911540","Q9PUT2","A0A0R4IR31","CD74 molecule, major histocompatibility complex, class II invariant chain a (Iclp1 protein) (Invariant chain-like protein 1)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000002547","physical","txid7955" +"F1QVI4","Q7ZW98","si:busm1-104n07.3","ap2m1b","F1QVI4","Q7ZW98","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q6NSP1","si:busm1-104n07.3","zgc:56704","F1QVI4","ap1s1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q8WM94","si:busm1-104n07.3","si:busm1-194e12.11","F1QVI4","Q8WM94","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","E7F146","si:busm1-104n07.3","Uncharacterized protein LOC100002840 precursor","F1QVI4","E7F146","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A5PMS9","si:busm1-104n07.3","fa11e04","F1QVI4","ap1b1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q803D1","si:busm1-104n07.3","wu:fb33e02","F1QVI4","arf1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q9W629","si:busm1-104n07.3","bmpr1b","F1QVI4","Q9W629","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","F1QNN0","si:busm1-104n07.3","si:zfos-367g9.1","F1QVI4","F1QNN0","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q7SYD5","si:busm1-104n07.3","sec31a","F1QVI4","Q7SYD5","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4IR31","si:busm1-104n07.3","LOC103911540","F1QVI4","A0A0R4IR31","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4IRA8","si:busm1-104n07.3","si:busm1-160c18.3","F1QVI4","A0A0R4IRA8","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4ICL5","si:busm1-104n07.3","Protein transport protein Sec24A isoform X2","F1QVI4","sec24a","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4ISW2","si:busm1-104n07.3","si:zfos-2070c2.3","F1QVI4","A0A0R4ISW2","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q7SZE5","si:busm1-104n07.3","sec23a","F1QVI4","Q7SZE5","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q6PBX2","si:busm1-104n07.3","sara2","F1QVI4","sar1b","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q6NYJ9","si:busm1-104n07.3","fa16e07","F1QVI4","ap2b1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","Q1MTC8","si:busm1-104n07.3","Major histocompatibility complex class II DAB gene","F1QVI4","Q1MTC8","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4IRS1","si:busm1-104n07.3","AP-1 complex subunit mu-1","F1QVI4","ap1m1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","F1Q6F3","si:busm1-104n07.3","zgc:92465","F1QVI4","F1Q6F3","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4IIR1","si:busm1-104n07.3","dnm2","F1QVI4","dnm2a","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A0R4IMX2","si:busm1-104n07.3","im:7145364","F1QVI4","A0A0R4IMX2","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","F1R0K2","si:busm1-104n07.3","si:busm1-160c18.6","F1QVI4","F1R0K2","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A2R8QFS1","si:busm1-104n07.3","mhc2d8.35a1","F1QVI4","A0A2R8QFS1","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","E7F715","si:busm1-104n07.3","Protein transport protein Sec24B isoform X1","F1QVI4","E7F715","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","A0A1L1QZR0","si:busm1-104n07.3","si:ch73-158p21.3","F1QVI4","A0A1L1QZR0","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","E9QBV1","si:busm1-104n07.3","fd07f11","F1QVI4","cltcb","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000088705","physical","txid7955" +"F1QVI4","E7F1G6","si:busm1-104n07.3","b2m","F1QVI4","E7F1G6","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000088705","physical","txid7955" +"Q6PBX2","A0A0R4ISW2","sara2","si:zfos-2070c2.3","sar1b","A0A0R4ISW2","GTP-binding protein SAR1b","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","A0A0R4IRA8","sara2","si:busm1-160c18.3","sar1b","A0A0R4IRA8","GTP-binding protein SAR1b","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","Q7SXP0","sara2","sec22bb","sar1b","sec22bb","GTP-binding protein SAR1b","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","A0A1L1QZR0","sara2","si:ch73-158p21.3","sar1b","A0A1L1QZR0","GTP-binding protein SAR1b","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","A0A2R8QFS1","sara2","mhc2d8.35a1","sar1b","A0A2R8QFS1","GTP-binding protein SAR1b","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","E9QFN4","sara2","SEC22 homolog C, vesicle-trafficking protein","sar1b","sec22c","GTP-binding protein SAR1b","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","A0A0R4IR31","sara2","LOC103911540","sar1b","A0A0R4IR31","GTP-binding protein SAR1b","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","Q7SZE5","sara2","sec23a","sar1b","Q7SZE5","GTP-binding protein SAR1b","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000136017","physical","txid7955" +"Q6PBX2","A0A0R4IZK4","sara2","mhc1lca","sar1b","si:dkey-225f5.5","GTP-binding protein SAR1b","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000136017","physical","txid7955" +"E7F715","A0A8N7TCU0","Protein transport protein Sec24B isoform X1","Protein transport protein Sec16B isoform X1","E7F715","A0A8N7TCU0","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q1MTC8","Protein transport protein Sec24B isoform X1","Major histocompatibility complex class II DAB gene","E7F715","Q1MTC8","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A9JRW9","Protein transport protein Sec24B isoform X1","Proheparin-binding EGF-like growth factor","E7F715","A9JRW9","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q7ZUN8","Protein transport protein Sec24B isoform X1","ykt6","E7F715","Q7ZUN8","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A2R8QFS1","Protein transport protein Sec24B isoform X1","mhc2d8.35a1","E7F715","A0A2R8QFS1","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4IR31","Protein transport protein Sec24B isoform X1","LOC103911540","E7F715","A0A0R4IR31","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q5BL21","Protein transport protein Sec24B isoform X1","cnih2","E7F715","cnih2","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E7F1G6","Protein transport protein Sec24B isoform X1","b2m","E7F715","E7F1G6","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E7F2M5","Protein transport protein Sec24B isoform X1","fj38b04","E7F715","E7F2M5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q5U374","Protein transport protein Sec24B isoform X1","klhl12","E7F715","Q5U374","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E9QFN4","Protein transport protein Sec24B isoform X1","SEC22 homolog C, vesicle-trafficking protein","E7F715","sec22c","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","X1WF74","Protein transport protein Sec24B isoform X1","Si:dkey-52p2.5","E7F715","X1WF74","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4IZK4","Protein transport protein Sec24B isoform X1","mhc1lca","E7F715","si:dkey-225f5.5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q5RIH0","Protein transport protein Sec24B isoform X1","Cornichon family AMPA receptor auxiliary protein 3","E7F715","cnih3","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q5SPJ4","Protein transport protein Sec24B isoform X1","wu:fb61c07","E7F715","Q5SPJ4","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4ISW2","Protein transport protein Sec24B isoform X1","si:zfos-2070c2.3","E7F715","A0A0R4ISW2","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4IMX2","Protein transport protein Sec24B isoform X1","im:7145364","E7F715","A0A0R4IMX2","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E7FAF7","Protein transport protein Sec24B isoform X1","Circularly permutated Ras protein 1-like","E7F715","E7FAF7","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q7SYD5","Protein transport protein Sec24B isoform X1","sec31a","E7F715","Q7SYD5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0G2KIH5","Protein transport protein Sec24B isoform X1","si:dkey-52p2.4","E7F715","A0A0G2KIH5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4IRA8","Protein transport protein Sec24B isoform X1","si:busm1-160c18.3","E7F715","A0A0R4IRA8","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","F1QNN0","Protein transport protein Sec24B isoform X1","si:zfos-367g9.1","E7F715","F1QNN0","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E7F146","Protein transport protein Sec24B isoform X1","Uncharacterized protein LOC100002840 precursor","E7F715","E7F146","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","E7F114","Protein transport protein Sec24B isoform X1","Protein transport protein Sec31A isoform X3","E7F715","sec31b","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A0R4ICL5","Protein transport protein Sec24B isoform X1","Protein transport protein Sec24A isoform X2","E7F715","sec24a","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","A0A1L1QZR0","Protein transport protein Sec24B isoform X1","si:ch73-158p21.3","E7F715","A0A1L1QZR0","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q6PBX2","Protein transport protein Sec24B isoform X1","sara2","E7F715","sar1b","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","X1WF83","Protein transport protein Sec24B isoform X1","si:ch211-147g22.3","E7F715","X1WF83","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q90WY5","Protein transport protein Sec24B isoform X1","adra2b","E7F715","Q90WY5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q7SZE5","Protein transport protein Sec24B isoform X1","sec23a","E7F715","Q7SZE5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","Q7SXP0","Protein transport protein Sec24B isoform X1","sec22bb","E7F715","sec22bb","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000097487","physical","txid7955" +"E7F715","F8W5D3","Protein transport protein Sec24B isoform X1","Alpha-1-antiproteinase 2-like","E7F715","F8W5D3","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000097487","physical","txid7955" +"Q6NYJ9","A0A1L1QZR0","fa16e07","si:ch73-158p21.3","ap2b1","A0A1L1QZR0","AP complex subunit beta","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4ISW2","fa16e07","si:zfos-2070c2.3","ap2b1","A0A0R4ISW2","AP complex subunit beta","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4INZ6","fa16e07","Betacellulin, epidermal growth factor family member","ap2b1","A0A0R4INZ6","AP complex subunit beta","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A286Y9F1","fa16e07","Clathrin light chain","ap2b1","A0A286Y9F1","AP complex subunit beta","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","P59845","fa16e07","slc18a3b","ap2b1","P59845","AP complex subunit beta","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IUB6","fa16e07","epn1","ap2b1","epn1","AP complex subunit beta","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IR31","fa16e07","LOC103911540","ap2b1","A0A0R4IR31","AP complex subunit beta","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0N4SUD2","fa16e07","Ubi-p63E","ap2b1","ubb","AP complex subunit beta","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IWG0","fa16e07","Epigen","ap2b1","epgn","AP complex subunit beta","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IRA8","fa16e07","si:busm1-160c18.3","ap2b1","A0A0R4IRA8","AP complex subunit beta","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","Q5MPX4","fa16e07","Transferrin receptor protein 1","ap2b1","Q5MPX4","AP complex subunit beta","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IRS1","fa16e07","AP-1 complex subunit mu-1","ap2b1","ap1m1","AP complex subunit beta","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","B7ZUU8","fa16e07","si:ch211-129c21.6","ap2b1","ap3d1","AP complex subunit beta","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A2R8Q7M1","fa16e07","scarb2b","ap2b1","A0A2R8Q7M1","AP complex subunit beta","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IQI7","fa16e07","AP-4 complex subunit epsilon","ap2b1","ap4e1","AP complex subunit beta","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","F1QHN6","fa16e07","im:7042025","ap2b1","ubc","AP complex subunit beta","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","Q8JGR8","fa16e07","scarb2","ap2b1","scarb2a","AP complex subunit beta","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","B3DKN8","fa16e07","chrm2","ap2b1","B3DKN8","AP complex subunit beta","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A0R4IQX4","fa16e07","si:ch73-215d9.1","ap2b1","A0A0R4IQX4","AP complex subunit beta","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","A0A2R8QFS1","fa16e07","mhc2d8.35a1","ap2b1","A0A2R8QFS1","AP complex subunit beta","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000132587","physical","txid7955" +"Q6NYJ9","B0R024","fa16e07","fc07e03","ap2b1","B0R024","AP complex subunit beta","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000132587","physical","txid7955" +"A0A0R4ICL5","Q6PBX2","Protein transport protein Sec24A isoform X2","sara2","sec24a","sar1b","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A8N7TCU0","Protein transport protein Sec24A isoform X2","Protein transport protein Sec16B isoform X1","sec24a","A0A8N7TCU0","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0R4IZK4","Protein transport protein Sec24A isoform X2","mhc1lca","sec24a","si:dkey-225f5.5","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0R4IR31","Protein transport protein Sec24A isoform X2","LOC103911540","sec24a","A0A0R4IR31","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","Q5U374","Protein transport protein Sec24A isoform X2","klhl12","sec24a","Q5U374","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0R4ISW2","Protein transport protein Sec24A isoform X2","si:zfos-2070c2.3","sec24a","A0A0R4ISW2","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0R4IMX2","Protein transport protein Sec24A isoform X2","im:7145364","sec24a","A0A0R4IMX2","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A2R8QFS1","Protein transport protein Sec24A isoform X2","mhc2d8.35a1","sec24a","A0A2R8QFS1","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0G2KIH5","Protein transport protein Sec24A isoform X2","si:dkey-52p2.4","sec24a","A0A0G2KIH5","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A1L1QZR0","Protein transport protein Sec24A isoform X2","si:ch73-158p21.3","sec24a","A0A1L1QZR0","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","E9QFN4","Protein transport protein Sec24A isoform X2","SEC22 homolog C, vesicle-trafficking protein","sec24a","sec22c","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","Q7SXP0","Protein transport protein Sec24A isoform X2","sec22bb","sec24a","sec22bb","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","A0A0R4IRA8","Protein transport protein Sec24A isoform X2","si:busm1-160c18.3","sec24a","A0A0R4IRA8","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000130391","physical","txid7955" +"A0A0R4ICL5","Q7SZE5","Protein transport protein Sec24A isoform X2","sec23a","sec24a","Q7SZE5","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000130391","physical","txid7955" +"Q1MTC7","Q04475","mhc2a","b2m","Q1MTC7","b2m","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","F1QNN0","mhc2a","si:zfos-367g9.1","Q1MTC7","F1QNN0","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","A0A0R4ISW2","mhc2a","si:zfos-2070c2.3","Q1MTC7","A0A0R4ISW2","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","E7F146","mhc2a","Uncharacterized protein LOC100002840 precursor","Q1MTC7","E7F146","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","A0A0R4IRA8","mhc2a","si:busm1-160c18.3","Q1MTC7","A0A0R4IRA8","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","F1R0K2","mhc2a","si:busm1-160c18.6","Q1MTC7","F1R0K2","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","F1QVI4","mhc2a","si:busm1-104n07.3","Q1MTC7","F1QVI4","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","E7F1G6","mhc2a","b2m","Q1MTC7","E7F1G6","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","A0A1L1QZR0","mhc2a","si:ch73-158p21.3","Q1MTC7","A0A1L1QZR0","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","Q8WM94","mhc2a","si:busm1-194e12.11","Q1MTC7","Q8WM94","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","A0A0R4IR31","mhc2a","LOC103911540","Q1MTC7","A0A0R4IR31","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","A0A2R8QFS1","mhc2a","mhc2d8.35a1","Q1MTC7","A0A2R8QFS1","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000048447","physical","txid7955" +"Q1MTC7","Q1MTC8","mhc2a","Major histocompatibility complex class II DAB gene","Q1MTC7","Q1MTC8","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000048447","physical","txid7955" +"E7F146","A0A0R4IR31","Uncharacterized protein LOC100002840 precursor","LOC103911540","E7F146","A0A0R4IR31","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4IRS1","Uncharacterized protein LOC100002840 precursor","AP-1 complex subunit mu-1","E7F146","ap1m1","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","Q7ZW98","Uncharacterized protein LOC100002840 precursor","ap2m1b","E7F146","Q7ZW98","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A2R8QFS1","Uncharacterized protein LOC100002840 precursor","mhc2d8.35a1","E7F146","A0A2R8QFS1","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","E7F1G6","Uncharacterized protein LOC100002840 precursor","b2m","E7F146","E7F1G6","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4ISW2","Uncharacterized protein LOC100002840 precursor","si:zfos-2070c2.3","E7F146","A0A0R4ISW2","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4IIR1","Uncharacterized protein LOC100002840 precursor","dnm2","E7F146","dnm2a","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A5PMS9","Uncharacterized protein LOC100002840 precursor","fa11e04","E7F146","ap1b1","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A1L1QZR0","Uncharacterized protein LOC100002840 precursor","si:ch73-158p21.3","E7F146","A0A1L1QZR0","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4ICL5","Uncharacterized protein LOC100002840 precursor","Protein transport protein Sec24A isoform X2","E7F146","sec24a","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","Q8WM94","Uncharacterized protein LOC100002840 precursor","si:busm1-194e12.11","E7F146","Q8WM94","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4IRA8","Uncharacterized protein LOC100002840 precursor","si:busm1-160c18.3","E7F146","A0A0R4IRA8","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","E9QBV1","Uncharacterized protein LOC100002840 precursor","fd07f11","E7F146","cltcb","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","Q7SZE5","Uncharacterized protein LOC100002840 precursor","sec23a","E7F146","Q7SZE5","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","Q6NYJ9","Uncharacterized protein LOC100002840 precursor","fa16e07","E7F146","ap2b1","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","Q6PBX2","Uncharacterized protein LOC100002840 precursor","sara2","E7F146","sar1b","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000107098","physical","txid7955" +"E7F146","A0A0R4IMX2","Uncharacterized protein LOC100002840 precursor","im:7145364","E7F146","A0A0R4IMX2","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000107098","physical","txid7955" +"F1QNN0","E7F146","si:zfos-367g9.1","Uncharacterized protein LOC100002840 precursor","F1QNN0","E7F146","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q6PBX2","si:zfos-367g9.1","sara2","F1QNN0","sar1b","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4IRS1","si:zfos-367g9.1","AP-1 complex subunit mu-1","F1QNN0","ap1m1","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4IIR1","si:zfos-367g9.1","dnm2","F1QNN0","dnm2a","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","E9QBV1","si:zfos-367g9.1","fd07f11","F1QNN0","cltcb","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A2R8QFS1","si:zfos-367g9.1","mhc2d8.35a1","F1QNN0","A0A2R8QFS1","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4IRA8","si:zfos-367g9.1","si:busm1-160c18.3","F1QNN0","A0A0R4IRA8","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4ICL5","si:zfos-367g9.1","Protein transport protein Sec24A isoform X2","F1QNN0","sec24a","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A1L1QZR0","si:zfos-367g9.1","si:ch73-158p21.3","F1QNN0","A0A1L1QZR0","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q7SZE5","si:zfos-367g9.1","sec23a","F1QNN0","Q7SZE5","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","E7F1G6","si:zfos-367g9.1","b2m","F1QNN0","E7F1G6","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q803D1","si:zfos-367g9.1","wu:fb33e02","F1QNN0","arf1","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q6NYJ9","si:zfos-367g9.1","fa16e07","F1QNN0","ap2b1","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4IR31","si:zfos-367g9.1","LOC103911540","F1QNN0","A0A0R4IR31","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q7ZW98","si:zfos-367g9.1","ap2m1b","F1QNN0","Q7ZW98","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4IMX2","si:zfos-367g9.1","im:7145364","F1QNN0","A0A0R4IMX2","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A5PMS9","si:zfos-367g9.1","fa11e04","F1QNN0","ap1b1","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q1MTC8","si:zfos-367g9.1","Major histocompatibility complex class II DAB gene","F1QNN0","Q1MTC8","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q8WM94","si:zfos-367g9.1","si:busm1-194e12.11","F1QNN0","Q8WM94","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","Q7SYD5","si:zfos-367g9.1","sec31a","F1QNN0","Q7SYD5","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000100115","physical","txid7955" +"F1QNN0","A0A0R4ISW2","si:zfos-367g9.1","si:zfos-2070c2.3","F1QNN0","A0A0R4ISW2","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000100115","physical","txid7955" +"Q8WM94","A0A0R4IRA8","si:busm1-194e12.11","si:busm1-160c18.3","Q8WM94","A0A0R4IRA8","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000136215","physical","txid7955" +"Q8WM94","A0A0R4ISW2","si:busm1-194e12.11","si:zfos-2070c2.3","Q8WM94","A0A0R4ISW2","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000136215","physical","txid7955" +"Q8WM94","A0A2R8QFS1","si:busm1-194e12.11","mhc2d8.35a1","Q8WM94","A0A2R8QFS1","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000136215","physical","txid7955" +"Q8WM94","A0A0R4IR31","si:busm1-194e12.11","LOC103911540","Q8WM94","A0A0R4IR31","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000136215","physical","txid7955" +"Q8WM94","A0A1L1QZR0","si:busm1-194e12.11","si:ch73-158p21.3","Q8WM94","A0A1L1QZR0","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000136215","physical","txid7955" +"Q6P937","A0A0R4IUB6","wu:fb61d08","epn1","clta","epn1","Clathrin light chain","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E9QCS7","wu:fb61d08","fi34f05","clta","E9QCS7","Clathrin light chain","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E9QBV1","wu:fb61d08","fd07f11","clta","cltcb","Clathrin light chain","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IRA8","wu:fb61d08","si:busm1-160c18.3","clta","A0A0R4IRA8","Clathrin light chain","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q803D1","wu:fb61d08","wu:fb33e02","clta","arf1","Clathrin light chain","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QHJ5","wu:fb61d08","Clathrin interactor 1-like isoform X2","clta","clint1b","Clathrin light chain","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","B3DKN8","wu:fb61d08","chrm2","clta","B3DKN8","Clathrin light chain","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","C3PTE8","wu:fb61d08","Beta-arrestin-1","clta","arrb1","Clathrin light chain","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1R184","wu:fb61d08","wu:fb20a07","clta","txndc5","Clathrin light chain","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7F254","wu:fb61d08","Carboxypeptidase D","clta","cpda","Clathrin light chain","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","string-db","7955.ENSDARP00000072498/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","P59845","wu:fb61d08","slc18a3b","clta","P59845","Clathrin light chain","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4ISW2","wu:fb61d08","si:zfos-2070c2.3","clta","A0A0R4ISW2","Clathrin light chain","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q5VSI7","wu:fb61d08","si:dkey-217m5.1","clta","reps1","Clathrin light chain","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A5PMY5","wu:fb61d08","wu:fv75b10","clta","stam","Clathrin light chain","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q5MPX4","wu:fb61d08","Transferrin receptor protein 1","clta","Q5MPX4","Clathrin light chain","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E9QC42","wu:fb61d08","zgc:56506","clta","sybl1","Clathrin light chain","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QVI4","wu:fb61d08","si:busm1-104n07.3","clta","F1QVI4","Clathrin light chain","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q5SPP0","wu:fb61d08","clvs2","clta","clvs2","Clathrin light chain","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","string-db","7955.ENSDARP00000069597/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IRS1","wu:fb61d08","AP-1 complex subunit mu-1","clta","ap1m1","Clathrin light chain","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A8M2B3R6","wu:fb61d08","Synergin gamma isoform X1","clta","A0A8M2B3R6","Clathrin light chain","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1R0K2","wu:fb61d08","si:busm1-160c18.6","clta","F1R0K2","Clathrin light chain","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q803T6","wu:fb61d08","sh3gl2","clta","sh3gl2a","Clathrin light chain","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q7SXA3","wu:fb61d08","zgc:66168","clta","rps27a","Clathrin light chain","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IWG0","wu:fb61d08","Epigen","clta","epgn","Clathrin light chain","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","B0R024","wu:fb61d08","fc07e03","clta","B0R024","Clathrin light chain","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7FEQ8","wu:fb61d08","Type-1 angiotensin II receptor","clta","agtr1b","Clathrin light chain","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0N4SUD2","wu:fb61d08","Ubi-p63E","clta","ubb","Clathrin light chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A286Y9F1","wu:fb61d08","Clathrin light chain","clta","A0A286Y9F1","Clathrin light chain","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q6PC73","wu:fb61d08","grb2","clta","grb2b","Clathrin light chain","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4INZ6","wu:fb61d08","Betacellulin, epidermal growth factor family member","clta","A0A0R4INZ6","Clathrin light chain","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","B3DIW6","wu:fb61d08","Uncharacterized protein LOC792915","clta","-","Clathrin light chain","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7F2J6","wu:fb61d08","Proprotein convertase subtilisin/kexin type 9","clta","E7F2J6","Clathrin light chain","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","string-db","7955.ENSDARP00000104114/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q90Z32","wu:fb61d08","fc10d03","clta","Q90Z32","Clathrin light chain","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1RAQ5","wu:fb61d08","zgc:110468","clta","F1RAQ5","Clathrin light chain","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q6NUT7","wu:fb61d08","sort1","clta","Q6NUT7","Clathrin light chain","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q7SZZ7","wu:fb61d08","zgc:91931","clta","ap4m1","Clathrin light chain","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IKR8","wu:fb61d08","hip1r","clta","A0A0R4IKR8","Clathrin light chain","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q1L8R9","wu:fb61d08","si:dkey-222b8.2","clta","snapin","Clathrin light chain","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7F146","wu:fb61d08","Uncharacterized protein LOC100002840 precursor","clta","E7F146","Clathrin light chain","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IR31","wu:fb61d08","LOC103911540","clta","A0A0R4IR31","Clathrin light chain","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","B0R0W9","wu:fb61d08","tbc1d8b","clta","tbc1d8b","Clathrin light chain","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A5PMS9","wu:fb61d08","fa11e04","clta","ap1b1","Clathrin light chain","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QHN6","wu:fb61d08","im:7042025","clta","ubc","Clathrin light chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q7T011","wu:fb61d08","si:ch211-10e8.7","clta","Q7T011","Clathrin light chain","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","B0JZP5","wu:fb61d08","fa56d08","clta","B0JZP5","Clathrin light chain","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A9JRW9","wu:fb61d08","Proheparin-binding EGF-like growth factor","clta","A9JRW9","Clathrin light chain","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q6IQ85","wu:fb61d08","yipf6","clta","yipf6","Clathrin light chain","Protein YIPF6 (YIP1 family member 6)","string-db","7955.ENSDARP00000071098/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q6NYJ9","wu:fb61d08","fa16e07","clta","ap2b1","Clathrin light chain","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QNN0","wu:fb61d08","si:zfos-367g9.1","clta","F1QNN0","Clathrin light chain","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QIY4","wu:fb61d08","wu:fi09g03","clta","F1QIY4","Clathrin light chain","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QB98","wu:fb61d08","Aftiphilin b","clta","aftphb","Clathrin light chain","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IQI7","wu:fb61d08","AP-4 complex subunit epsilon","clta","ap4e1","Clathrin light chain","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q7SZZ5","wu:fb61d08","wu:fj61c06","clta","Q7SZZ5","Clathrin light chain","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7F2A4","wu:fb61d08","Epsin 3a","clta","epn3a","Clathrin light chain","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q7ZW98","wu:fb61d08","ap2m1b","clta","Q7ZW98","Clathrin light chain","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q90473","wu:fb61d08","hspa8","clta","Q90473","Clathrin light chain","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A1L1QZR0","wu:fb61d08","si:ch73-158p21.3","clta","A0A1L1QZR0","Clathrin light chain","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q1MTC8","wu:fb61d08","Major histocompatibility complex class II DAB gene","clta","Q1MTC8","Clathrin light chain","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","F1QIJ6","wu:fb61d08","Epidermal growth factor receptor pathway substrate 15","clta","eps15","Clathrin light chain","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A0R4IIR1","wu:fb61d08","dnm2","clta","dnm2a","Clathrin light chain","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A8M1NRF7","wu:fb61d08","CH73-131E21.7","clta","A0A8M1NRF7","Clathrin light chain","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","Q6NSP1","wu:fb61d08","zgc:56704","clta","ap1s1","Clathrin light chain","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","A0A2R8QFS1","wu:fb61d08","mhc2d8.35a1","clta","A0A2R8QFS1","Clathrin light chain","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000067081","physical","txid7955" +"Q6P937","E7EYW2","wu:fb61d08","Epsin 2","clta","epn2","Clathrin light chain","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000067081","physical","txid7955" +"Q5RHR9","Q6NSP1","dnm3","zgc:56704","Q5RHR9","ap1s1","dynamin GTPase (EC 3.6.5.5)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","Q803D1","dnm3","wu:fb33e02","Q5RHR9","arf1","dynamin GTPase (EC 3.6.5.5)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A1L1QZR0","dnm3","si:ch73-158p21.3","Q5RHR9","A0A1L1QZR0","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","F1QVI4","dnm3","si:busm1-104n07.3","Q5RHR9","F1QVI4","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A2R8QFS1","dnm3","mhc2d8.35a1","Q5RHR9","A0A2R8QFS1","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A0R4IRS1","dnm3","AP-1 complex subunit mu-1","Q5RHR9","ap1m1","dynamin GTPase (EC 3.6.5.5)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","E9QBV1","dnm3","fd07f11","Q5RHR9","cltcb","dynamin GTPase (EC 3.6.5.5)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A0R4IRA8","dnm3","si:busm1-160c18.3","Q5RHR9","A0A0R4IRA8","dynamin GTPase (EC 3.6.5.5)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","Q6P937","dnm3","wu:fb61d08","Q5RHR9","clta","dynamin GTPase (EC 3.6.5.5)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","F1R0K2","dnm3","si:busm1-160c18.6","Q5RHR9","F1R0K2","dynamin GTPase (EC 3.6.5.5)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A0R4ISW2","dnm3","si:zfos-2070c2.3","Q5RHR9","A0A0R4ISW2","dynamin GTPase (EC 3.6.5.5)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A0A0R4IR31","dnm3","LOC103911540","Q5RHR9","A0A0R4IR31","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","F1QNN0","dnm3","si:zfos-367g9.1","Q5RHR9","F1QNN0","dynamin GTPase (EC 3.6.5.5)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","E7F146","dnm3","Uncharacterized protein LOC100002840 precursor","Q5RHR9","E7F146","dynamin GTPase (EC 3.6.5.5)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","A5PMS9","dnm3","fa11e04","Q5RHR9","ap1b1","dynamin GTPase (EC 3.6.5.5)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000047038","physical","txid7955" +"Q5RHR9","Q1MTC8","dnm3","Major histocompatibility complex class II DAB gene","Q5RHR9","Q1MTC8","dynamin GTPase (EC 3.6.5.5)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000047038","physical","txid7955" +"Q7ZW98","A0A0R4IWG0","ap2m1b","Epigen","Q7ZW98","epgn","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","Q6NYJ9","ap2m1b","fa16e07","Q7ZW98","ap2b1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A2R8Q7M1","ap2m1b","scarb2b","Q7ZW98","A0A2R8Q7M1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IRS1","ap2m1b","AP-1 complex subunit mu-1","Q7ZW98","ap1m1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","B0R024","ap2m1b","fc07e03","Q7ZW98","B0R024","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","F1QHN6","ap2m1b","im:7042025","Q7ZW98","ubc","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","X1WDD8","ap2m1b","gb:cf995958","Q7ZW98","ap5z1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","E7F2A4","ap2m1b","Epsin 3a","Q7ZW98","epn3a","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A2R8QFS1","ap2m1b","mhc2d8.35a1","Q7ZW98","A0A2R8QFS1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A1L1QZR0","ap2m1b","si:ch73-158p21.3","Q7ZW98","A0A1L1QZR0","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","B7ZUU8","ap2m1b","si:ch211-129c21.6","Q7ZW98","ap3d1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IQX4","ap2m1b","si:ch73-215d9.1","Q7ZW98","A0A0R4IQX4","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","Q8JGR8","ap2m1b","scarb2","Q7ZW98","scarb2a","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IQI7","ap2m1b","AP-4 complex subunit epsilon","Q7ZW98","ap4e1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","B3DKN8","ap2m1b","chrm2","Q7ZW98","B3DKN8","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4INZ6","ap2m1b","Betacellulin, epidermal growth factor family member","Q7ZW98","A0A0R4INZ6","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","P59845","ap2m1b","slc18a3b","Q7ZW98","P59845","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IRA8","ap2m1b","si:busm1-160c18.3","Q7ZW98","A0A0R4IRA8","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A286Y9F1","ap2m1b","Clathrin light chain","Q7ZW98","A0A286Y9F1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IR31","ap2m1b","LOC103911540","Q7ZW98","A0A0R4IR31","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IIR1","ap2m1b","dnm2","Q7ZW98","dnm2a","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","E7EYW2","ap2m1b","Epsin 2","Q7ZW98","epn2","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4ISW2","ap2m1b","si:zfos-2070c2.3","Q7ZW98","A0A0R4ISW2","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0R4IUB6","ap2m1b","epn1","Q7ZW98","epn1","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","A0A0N4SUD2","ap2m1b","Ubi-p63E","Q7ZW98","ubb","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","Q7SXA3","ap2m1b","zgc:66168","Q7ZW98","rps27a","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126276","physical","txid7955" +"Q7ZW98","Q5MPX4","ap2m1b","Transferrin receptor protein 1","Q7ZW98","Q5MPX4","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000126276","physical","txid7955" +"A5PMS9","A0A0R4IKR8","fa11e04","hip1r","ap1b1","A0A0R4IKR8","AP complex subunit beta","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IRS1","fa11e04","AP-1 complex subunit mu-1","ap1b1","ap1m1","AP complex subunit beta","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","B7ZUU8","fa11e04","si:ch211-129c21.6","ap1b1","ap3d1","AP complex subunit beta","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A1L1QZR0","fa11e04","si:ch73-158p21.3","ap1b1","A0A1L1QZR0","AP complex subunit beta","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","B0R024","fa11e04","fc07e03","ap1b1","B0R024","AP complex subunit beta","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IQI7","fa11e04","AP-4 complex subunit epsilon","ap1b1","ap4e1","AP complex subunit beta","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A2R8QFS1","fa11e04","mhc2d8.35a1","ap1b1","A0A2R8QFS1","AP complex subunit beta","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","Q6NUT7","fa11e04","sort1","ap1b1","Q6NUT7","AP complex subunit beta","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","E7F2A4","fa11e04","Epsin 3a","ap1b1","epn3a","AP complex subunit beta","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","Q6NYJ9","fa11e04","fa16e07","ap1b1","ap2b1","AP complex subunit beta","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4ISW2","fa11e04","si:zfos-2070c2.3","ap1b1","A0A0R4ISW2","AP complex subunit beta","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IUB6","fa11e04","epn1","ap1b1","epn1","AP complex subunit beta","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A286Y9F1","fa11e04","Clathrin light chain","ap1b1","A0A286Y9F1","AP complex subunit beta","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IIR1","fa11e04","dnm2","ap1b1","dnm2a","AP complex subunit beta","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IR31","fa11e04","LOC103911540","ap1b1","A0A0R4IR31","AP complex subunit beta","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","E7EYW2","fa11e04","Epsin 2","ap1b1","epn2","AP complex subunit beta","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","Q5MPX4","fa11e04","Transferrin receptor protein 1","ap1b1","Q5MPX4","AP complex subunit beta","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","P59845","fa11e04","slc18a3b","ap1b1","P59845","AP complex subunit beta","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","A0A0R4IRA8","fa11e04","si:busm1-160c18.3","ap1b1","A0A0R4IRA8","AP complex subunit beta","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","Q7ZW98","fa11e04","ap2m1b","ap1b1","Q7ZW98","AP complex subunit beta","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000122116","physical","txid7955" +"A5PMS9","X1WDD8","fa11e04","gb:cf995958","ap1b1","ap5z1","AP complex subunit beta","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000122116","physical","txid7955" +"Q6PEJ2","E9QBV1","zgc:65827","fd07f11","ap2s1","cltcb","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E9QGV7","zgc:65827","EH domain-containing protein 2-like","ap2s1","E9QGV7","AP complex subunit sigma","EH domain-containing protein 2-like (EH-domain-containing 2a)","string-db","7955.ENSDARP00000050884/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IR31","zgc:65827","LOC103911540","ap2s1","A0A0R4IR31","AP complex subunit sigma","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q5VSI7","zgc:65827","si:dkey-217m5.1","ap2s1","reps1","AP complex subunit sigma","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IUB6","zgc:65827","epn1","ap2s1","epn1","AP complex subunit sigma","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B0R024","zgc:65827","fc07e03","ap2s1","B0R024","AP complex subunit sigma","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6P937","zgc:65827","wu:fb61d08","ap2s1","clta","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6PC73","zgc:65827","grb2","ap2s1","grb2b","AP complex subunit sigma","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1R0K2","zgc:65827","si:busm1-160c18.6","ap2s1","F1R0K2","AP complex subunit sigma","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A8M1NRF7","zgc:65827","CH73-131E21.7","ap2s1","A0A8M1NRF7","AP complex subunit sigma","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","P59845","zgc:65827","slc18a3b","ap2s1","P59845","AP complex subunit sigma","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A286Y9F1","zgc:65827","Clathrin light chain","ap2s1","A0A286Y9F1","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q1LX78","zgc:65827","cftr","ap2s1","Q1LX78","AP complex subunit sigma","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B8JKA7","zgc:65827","si:dkey-146d24.2","ap2s1","ap5s1","AP complex subunit sigma","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q7ZZT0","zgc:65827","ldlr","ap2s1","Q7ZZT0","AP complex subunit sigma","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","string-db","7955.ENSDARP00000046296/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6YBR5","zgc:65827","ngf","ap2s1","ngf","AP complex subunit sigma","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q66IE3","zgc:65827","AP complex subunit sigma","ap2s1","Q66IE3","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000038591/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E7F2J6","zgc:65827","Proprotein convertase subtilisin/kexin type 9","ap2s1","E7F2J6","AP complex subunit sigma","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","string-db","7955.ENSDARP00000104114/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1R3L9","zgc:65827","Ap1m1","ap2s1","F1R3L9","AP complex subunit sigma","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q8JGR8","zgc:65827","scarb2","ap2s1","scarb2a","AP complex subunit sigma","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QHJ5","zgc:65827","Clathrin interactor 1-like isoform X2","ap2s1","clint1b","AP complex subunit sigma","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4INZ6","zgc:65827","Betacellulin, epidermal growth factor family member","ap2s1","A0A0R4INZ6","AP complex subunit sigma","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A8M2B3R6","zgc:65827","Synergin gamma isoform X1","ap2s1","A0A8M2B3R6","AP complex subunit sigma","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q5MPX4","zgc:65827","Transferrin receptor protein 1","ap2s1","Q5MPX4","AP complex subunit sigma","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QIJ6","zgc:65827","Epidermal growth factor receptor pathway substrate 15","ap2s1","eps15","AP complex subunit sigma","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QB98","zgc:65827","Aftiphilin b","ap2s1","aftphb","AP complex subunit sigma","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q2TTK0","zgc:65827","si:ch211-214g8.2","ap2s1","igf2r","AP complex subunit sigma","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q90Z32","zgc:65827","fc10d03","ap2s1","Q90Z32","AP complex subunit sigma","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","X1WDD8","zgc:65827","gb:cf995958","ap2s1","ap5z1","AP complex subunit sigma","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A2CEJ3","zgc:65827","fi18g12","ap2s1","ephb2b","AP complex subunit sigma","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000043755/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B7ZUU8","zgc:65827","si:ch211-129c21.6","ap2s1","ap3d1","AP complex subunit sigma","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B3DKN8","zgc:65827","chrm2","ap2s1","B3DKN8","AP complex subunit sigma","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E9QCS7","zgc:65827","fi34f05","ap2s1","E9QCS7","AP complex subunit sigma","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q7T011","zgc:65827","si:ch211-10e8.7","ap2s1","Q7T011","AP complex subunit sigma","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A9JRW9","zgc:65827","Proheparin-binding EGF-like growth factor","ap2s1","A9JRW9","AP complex subunit sigma","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A1L1QZR0","zgc:65827","si:ch73-158p21.3","ap2s1","A0A1L1QZR0","AP complex subunit sigma","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q7ZW98","zgc:65827","ap2m1b","ap2s1","Q7ZW98","AP complex subunit sigma","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q1MTC8","zgc:65827","Major histocompatibility complex class II DAB gene","ap2s1","Q1MTC8","AP complex subunit sigma","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IQI7","zgc:65827","AP-4 complex subunit epsilon","ap2s1","ap4e1","AP complex subunit sigma","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QVI4","zgc:65827","si:busm1-104n07.3","ap2s1","F1QVI4","AP complex subunit sigma","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E7F146","zgc:65827","Uncharacterized protein LOC100002840 precursor","ap2s1","E7F146","AP complex subunit sigma","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1R966","zgc:65827","cb1033","ap2s1","F1R966","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IWG0","zgc:65827","Epigen","ap2s1","epgn","AP complex subunit sigma","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A2R8Q7M1","zgc:65827","scarb2b","ap2s1","A0A2R8Q7M1","AP complex subunit sigma","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1RAQ5","zgc:65827","zgc:110468","ap2s1","F1RAQ5","AP complex subunit sigma","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6NSP1","zgc:65827","zgc:56704","ap2s1","ap1s1","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q7SXA3","zgc:65827","zgc:66168","ap2s1","rps27a","AP complex subunit sigma","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E9QCW0","zgc:65827","tacr1a","ap2s1","E9QCW0","AP complex subunit sigma","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","string-db","7955.ENSDARP00000051515/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B8JL43","zgc:65827","cb285","ap2s1","tfa","AP complex subunit sigma","Serotransferrin","string-db","7955.ENSDARP00000100241/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E7FEQ8","zgc:65827","Type-1 angiotensin II receptor","ap2s1","agtr1b","AP complex subunit sigma","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IQX4","zgc:65827","si:ch73-215d9.1","ap2s1","A0A0R4IQX4","AP complex subunit sigma","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QHN6","zgc:65827","im:7042025","ap2s1","ubc","AP complex subunit sigma","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A5PMY5","zgc:65827","wu:fv75b10","ap2s1","stam","AP complex subunit sigma","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","F1QNN0","zgc:65827","si:zfos-367g9.1","ap2s1","F1QNN0","AP complex subunit sigma","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","B3DIW6","zgc:65827","Uncharacterized protein LOC792915","ap2s1","-","AP complex subunit sigma","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A5PMS9","zgc:65827","fa11e04","ap2s1","ap1b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q803T6","zgc:65827","sh3gl2","ap2s1","sh3gl2a","AP complex subunit sigma","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IRS1","zgc:65827","AP-1 complex subunit mu-1","ap2s1","ap1m1","AP complex subunit sigma","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4ISW2","zgc:65827","si:zfos-2070c2.3","ap2s1","A0A0R4ISW2","AP complex subunit sigma","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6NYJ9","zgc:65827","fa16e07","ap2s1","ap2b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6P3J7","zgc:65827","ehd2","ap2s1","ehd2b","AP complex subunit sigma","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","string-db","7955.ENSDARP00000059062/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","C3PTE8","zgc:65827","Beta-arrestin-1","ap2s1","arrb1","AP complex subunit sigma","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E9QDP8","zgc:65827","il-7ra","ap2s1","il7r","AP complex subunit sigma","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0R4IRA8","zgc:65827","si:busm1-160c18.3","ap2s1","A0A0R4IRA8","AP complex subunit sigma","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A2R8QFS1","zgc:65827","mhc2d8.35a1","ap2s1","A0A2R8QFS1","AP complex subunit sigma","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q502I9","zgc:65827","fcho2","ap2s1","Q502I9","AP complex subunit sigma","F-BAR domain only protein 2","string-db","7955.ENSDARP00000051270/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6DGS0","zgc:65827","zgc:92795","ap2s1","ap3s2","AP complex subunit sigma","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q6P0R9","zgc:65827","wu:fb94g06","ap2s1","ap1s2","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","Q7SZZ7","zgc:65827","zgc:91931","ap2s1","ap4m1","AP complex subunit sigma","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E7EYW2","zgc:65827","Epsin 2","ap2s1","epn2","AP complex subunit sigma","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","E7F2A4","zgc:65827","Epsin 3a","ap2s1","epn3a","AP complex subunit sigma","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A9JRS9","zgc:65827","cb430","ap2s1","A9JRS9","AP complex subunit sigma","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","string-db","7955.ENSDARP00000039639/7955.ENSDARP00000031559","physical","txid7955" +"Q6PEJ2","A0A0N4SUD2","zgc:65827","Ubi-p63E","ap2s1","ubb","AP complex subunit sigma","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000031559","physical","txid7955" +"Q6NSP1","F1QHJ5","zgc:56704","Clathrin interactor 1-like isoform X2","ap1s1","clint1b","AP complex subunit sigma","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A286Y9F1","zgc:56704","Clathrin light chain","ap1s1","A0A286Y9F1","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IRA8","zgc:56704","si:busm1-160c18.3","ap1s1","A0A0R4IRA8","AP complex subunit sigma","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B0R024","zgc:56704","fc07e03","ap1s1","B0R024","AP complex subunit sigma","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IR31","zgc:56704","LOC103911540","ap1s1","A0A0R4IR31","AP complex subunit sigma","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q803D1","zgc:56704","wu:fb33e02","ap1s1","arf1","AP complex subunit sigma","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A1L1QZR0","zgc:56704","si:ch73-158p21.3","ap1s1","A0A1L1QZR0","AP complex subunit sigma","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","E7F146","zgc:56704","Uncharacterized protein LOC100002840 precursor","ap1s1","E7F146","AP complex subunit sigma","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IUB6","zgc:56704","epn1","ap1s1","epn1","AP complex subunit sigma","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","E7EYW2","zgc:56704","Epsin 2","ap1s1","epn2","AP complex subunit sigma","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A8M1NRF7","zgc:56704","CH73-131E21.7","ap1s1","A0A8M1NRF7","AP complex subunit sigma","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q5MPX4","zgc:56704","Transferrin receptor protein 1","ap1s1","Q5MPX4","AP complex subunit sigma","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A2R8QFS1","zgc:56704","mhc2d8.35a1","ap1s1","A0A2R8QFS1","AP complex subunit sigma","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B8JKA7","zgc:56704","si:dkey-146d24.2","ap1s1","ap5s1","AP complex subunit sigma","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","E9QBV1","zgc:56704","fd07f11","ap1s1","cltcb","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","P59845","zgc:56704","slc18a3b","ap1s1","P59845","AP complex subunit sigma","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IKR8","zgc:56704","hip1r","ap1s1","A0A0R4IKR8","AP complex subunit sigma","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q1MTC8","zgc:56704","Major histocompatibility complex class II DAB gene","ap1s1","Q1MTC8","AP complex subunit sigma","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A8M2B3R6","zgc:56704","Synergin gamma isoform X1","ap1s1","A0A8M2B3R6","AP complex subunit sigma","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","F1QIY4","zgc:56704","wu:fi09g03","ap1s1","F1QIY4","AP complex subunit sigma","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","F1QNN0","zgc:56704","si:zfos-367g9.1","ap1s1","F1QNN0","AP complex subunit sigma","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B0JZP5","zgc:56704","fa56d08","ap1s1","B0JZP5","AP complex subunit sigma","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IRS1","zgc:56704","AP-1 complex subunit mu-1","ap1s1","ap1m1","AP complex subunit sigma","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","E9QC42","zgc:56704","zgc:56506","ap1s1","sybl1","AP complex subunit sigma","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A5PMS9","zgc:56704","fa11e04","ap1s1","ap1b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","F1R184","zgc:56704","wu:fb20a07","ap1s1","txndc5","AP complex subunit sigma","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q6NYJ9","zgc:56704","fa16e07","ap1s1","ap2b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","F1QB98","zgc:56704","Aftiphilin b","ap1s1","aftphb","AP complex subunit sigma","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q6NUT7","zgc:56704","sort1","ap1s1","Q6NUT7","AP complex subunit sigma","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","E7F2A4","zgc:56704","Epsin 3a","ap1s1","epn3a","AP complex subunit sigma","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B0R0W9","zgc:56704","tbc1d8b","ap1s1","tbc1d8b","AP complex subunit sigma","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","X1WDD8","zgc:56704","gb:cf995958","ap1s1","ap5z1","AP complex subunit sigma","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IQI7","zgc:56704","AP-4 complex subunit epsilon","ap1s1","ap4e1","AP complex subunit sigma","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","Q7ZW98","zgc:56704","ap2m1b","ap1s1","Q7ZW98","AP complex subunit sigma","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","C3PTE8","zgc:56704","Beta-arrestin-1","ap1s1","arrb1","AP complex subunit sigma","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B7ZUU8","zgc:56704","si:ch211-129c21.6","ap1s1","ap3d1","AP complex subunit sigma","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4ISW2","zgc:56704","si:zfos-2070c2.3","ap1s1","A0A0R4ISW2","AP complex subunit sigma","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","B3DIW6","zgc:56704","Uncharacterized protein LOC792915","ap1s1","-","AP complex subunit sigma","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","F1R0K2","zgc:56704","si:busm1-160c18.6","ap1s1","F1R0K2","AP complex subunit sigma","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000091884","physical","txid7955" +"Q6NSP1","A0A0R4IIR1","zgc:56704","dnm2","ap1s1","dnm2a","AP complex subunit sigma","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000091884","physical","txid7955" +"Q803D1","F1RAM9","wu:fb33e02","zgc:76996","arf1","tmed7","ADP-ribosylation factor","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IKR8","wu:fb33e02","hip1r","arf1","A0A0R4IKR8","ADP-ribosylation factor","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A5PMS9","wu:fb33e02","fa11e04","arf1","ap1b1","ADP-ribosylation factor","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q7SZQ7","wu:fb33e02","surf4","arf1","Q7SZQ7","ADP-ribosylation factor","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","E9QC42","wu:fb33e02","zgc:56506","arf1","sybl1","ADP-ribosylation factor","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","E7F146","wu:fb33e02","Uncharacterized protein LOC100002840 precursor","arf1","E7F146","ADP-ribosylation factor","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IIR1","wu:fb33e02","dnm2","arf1","dnm2a","ADP-ribosylation factor","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q7SXP0","wu:fb33e02","sec22bb","arf1","sec22bb","ADP-ribosylation factor","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A286Y9X1","wu:fb33e02","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","arf1","gbf1","ADP-ribosylation factor","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q5MPX4","wu:fb33e02","Transferrin receptor protein 1","arf1","Q5MPX4","ADP-ribosylation factor","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","F1R184","wu:fb33e02","wu:fb20a07","arf1","txndc5","ADP-ribosylation factor","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","B0R0W9","wu:fb33e02","tbc1d8b","arf1","tbc1d8b","ADP-ribosylation factor","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IR31","wu:fb33e02","LOC103911540","arf1","A0A0R4IR31","ADP-ribosylation factor","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IRA8","wu:fb33e02","si:busm1-160c18.3","arf1","A0A0R4IRA8","ADP-ribosylation factor","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4ISW2","wu:fb33e02","si:zfos-2070c2.3","arf1","A0A0R4ISW2","ADP-ribosylation factor","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q804C0","wu:fb33e02","ncs1","arf1","ncs1a","ADP-ribosylation factor","Neuronal calcium sensor 1","string-db","7955.ENSDARP00000136419/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","E9QBV1","wu:fb33e02","fd07f11","arf1","cltcb","ADP-ribosylation factor","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q6DKF5","wu:fb33e02","Coatomer subunit zeta","arf1","copz2","ADP-ribosylation factor","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q6NUT7","wu:fb33e02","sort1","arf1","Q6NUT7","ADP-ribosylation factor","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A2R8QFS1","wu:fb33e02","mhc2d8.35a1","arf1","A0A2R8QFS1","ADP-ribosylation factor","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IQI7","wu:fb33e02","AP-4 complex subunit epsilon","arf1","ap4e1","ADP-ribosylation factor","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","C3PTE8","wu:fb33e02","Beta-arrestin-1","arf1","arrb1","ADP-ribosylation factor","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A1L1QZR0","wu:fb33e02","si:ch73-158p21.3","arf1","A0A1L1QZR0","ADP-ribosylation factor","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","A0A0R4IRS1","wu:fb33e02","AP-1 complex subunit mu-1","arf1","ap1m1","ADP-ribosylation factor","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","Q5M7Y0","wu:fb33e02","cert1","arf1","Q5M7Y0","ADP-ribosylation factor","Ceramide transfer protein (CERT) (Collagen type IV alpha-3-binding protein) (Goodpasture antigen-binding protein) (GPBP)","string-db","7955.ENSDARP00000124594/7955.ENSDARP00000102498","physical","txid7955" +"Q803D1","B0JZP5","wu:fb33e02","fa56d08","arf1","B0JZP5","ADP-ribosylation factor","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000102498","physical","txid7955" +"A0A0R4IRS1","A0A286Y9F1","AP-1 complex subunit mu-1","Clathrin light chain","ap1m1","A0A286Y9F1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A0R4IR31","AP-1 complex subunit mu-1","LOC103911540","ap1m1","A0A0R4IR31","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A0R4IQI7","AP-1 complex subunit mu-1","AP-4 complex subunit epsilon","ap1m1","ap4e1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A1L1QZR0","AP-1 complex subunit mu-1","si:ch73-158p21.3","ap1m1","A0A1L1QZR0","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A0R4ISW2","AP-1 complex subunit mu-1","si:zfos-2070c2.3","ap1m1","A0A0R4ISW2","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A2R8QFS1","AP-1 complex subunit mu-1","mhc2d8.35a1","ap1m1","A0A2R8QFS1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","A0A0R4IUB6","AP-1 complex subunit mu-1","epn1","ap1m1","epn1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000137784","physical","txid7955" +"A0A0R4IRS1","P59845","AP-1 complex subunit mu-1","slc18a3b","ap1m1","P59845","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000137784","physical","txid7955" +"F1R0K2","A5PMS9","si:busm1-160c18.6","fa11e04","F1R0K2","ap1b1","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q7SZE5","si:busm1-160c18.6","sec23a","F1R0K2","Q7SZE5","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4IMX2","si:busm1-160c18.6","im:7145364","F1R0K2","A0A0R4IMX2","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q7SYD5","si:busm1-160c18.6","sec31a","F1R0K2","Q7SYD5","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q8WM94","si:busm1-160c18.6","si:busm1-194e12.11","F1R0K2","Q8WM94","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q7ZW98","si:busm1-160c18.6","ap2m1b","F1R0K2","Q7ZW98","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4ICL5","si:busm1-160c18.6","Protein transport protein Sec24A isoform X2","F1R0K2","sec24a","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q1MTC8","si:busm1-160c18.6","Major histocompatibility complex class II DAB gene","F1R0K2","Q1MTC8","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","F1QNN0","si:busm1-160c18.6","si:zfos-367g9.1","F1R0K2","F1QNN0","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q6NYJ9","si:busm1-160c18.6","fa16e07","F1R0K2","ap2b1","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4IRS1","si:busm1-160c18.6","AP-1 complex subunit mu-1","F1R0K2","ap1m1","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4ISW2","si:busm1-160c18.6","si:zfos-2070c2.3","F1R0K2","A0A0R4ISW2","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q803D1","si:busm1-160c18.6","wu:fb33e02","F1R0K2","arf1","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","Q6PBX2","si:busm1-160c18.6","sara2","F1R0K2","sar1b","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4IRA8","si:busm1-160c18.6","si:busm1-160c18.3","F1R0K2","A0A0R4IRA8","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A1L1QZR0","si:busm1-160c18.6","si:ch73-158p21.3","F1R0K2","A0A1L1QZR0","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","E9QBV1","si:busm1-160c18.6","fd07f11","F1R0K2","cltcb","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","E7F715","si:busm1-160c18.6","Protein transport protein Sec24B isoform X1","F1R0K2","E7F715","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","E7F146","si:busm1-160c18.6","Uncharacterized protein LOC100002840 precursor","F1R0K2","E7F146","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4IIR1","si:busm1-160c18.6","dnm2","F1R0K2","dnm2a","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A0R4IR31","si:busm1-160c18.6","LOC103911540","F1R0K2","A0A0R4IR31","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","A0A2R8QFS1","si:busm1-160c18.6","mhc2d8.35a1","F1R0K2","A0A2R8QFS1","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000093621","physical","txid7955" +"F1R0K2","E7F1G6","si:busm1-160c18.6","b2m","F1R0K2","E7F1G6","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000093621","physical","txid7955" +"E9QBV1","A0A0R4IIR1","fd07f11","dnm2","cltcb","dnm2a","Clathrin heavy chain","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4ISW2","fd07f11","si:zfos-2070c2.3","cltcb","A0A0R4ISW2","Clathrin heavy chain","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A286Y9F1","fd07f11","Clathrin light chain","cltcb","A0A286Y9F1","Clathrin heavy chain","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A1L1QZR0","fd07f11","si:ch73-158p21.3","cltcb","A0A1L1QZR0","Clathrin heavy chain","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","B0R024","fd07f11","fc07e03","cltcb","B0R024","Clathrin heavy chain","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IR31","fd07f11","LOC103911540","cltcb","A0A0R4IR31","Clathrin heavy chain","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IQI7","fd07f11","AP-4 complex subunit epsilon","cltcb","ap4e1","Clathrin heavy chain","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IRS1","fd07f11","AP-1 complex subunit mu-1","cltcb","ap1m1","Clathrin heavy chain","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","F1QHN6","fd07f11","im:7042025","cltcb","ubc","Clathrin heavy chain","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q6PC73","fd07f11","grb2","cltcb","grb2b","Clathrin heavy chain","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4INZ6","fd07f11","Betacellulin, epidermal growth factor family member","cltcb","A0A0R4INZ6","Clathrin heavy chain","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","B0JZP5","fd07f11","fa56d08","cltcb","B0JZP5","Clathrin heavy chain","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","E7F2A4","fd07f11","Epsin 3a","cltcb","epn3a","Clathrin heavy chain","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IUB6","fd07f11","epn1","cltcb","epn1","Clathrin heavy chain","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","E9QCS7","fd07f11","fi34f05","cltcb","E9QCS7","Clathrin heavy chain","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","B3DKN8","fd07f11","chrm2","cltcb","B3DKN8","Clathrin heavy chain","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","P59845","fd07f11","slc18a3b","cltcb","P59845","Clathrin heavy chain","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A2R8QFS1","fd07f11","mhc2d8.35a1","cltcb","A0A2R8QFS1","Clathrin heavy chain","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q6NUT7","fd07f11","sort1","cltcb","Q6NUT7","Clathrin heavy chain","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q6NYJ9","fd07f11","fa16e07","cltcb","ap2b1","Clathrin heavy chain","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","E7FEQ8","fd07f11","Type-1 angiotensin II receptor","cltcb","agtr1b","Clathrin heavy chain","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0N4SUD2","fd07f11","Ubi-p63E","cltcb","ubb","Clathrin heavy chain","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","B0R0W9","fd07f11","tbc1d8b","cltcb","tbc1d8b","Clathrin heavy chain","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q7ZW98","fd07f11","ap2m1b","cltcb","Q7ZW98","Clathrin heavy chain","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IWG0","fd07f11","Epigen","cltcb","epgn","Clathrin heavy chain","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IKR8","fd07f11","hip1r","cltcb","A0A0R4IKR8","Clathrin heavy chain","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q7SXA3","fd07f11","zgc:66168","cltcb","rps27a","Clathrin heavy chain","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","F1QB98","fd07f11","Aftiphilin b","cltcb","aftphb","Clathrin heavy chain","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A5PMS9","fd07f11","fa11e04","cltcb","ap1b1","Clathrin heavy chain","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","Q5MPX4","fd07f11","Transferrin receptor protein 1","cltcb","Q5MPX4","Clathrin heavy chain","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","E7EYW2","fd07f11","Epsin 2","cltcb","epn2","Clathrin heavy chain","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A5PMY5","fd07f11","wu:fv75b10","cltcb","stam","Clathrin heavy chain","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000119038","physical","txid7955" +"E9QBV1","A0A0R4IRA8","fd07f11","si:busm1-160c18.3","cltcb","A0A0R4IRA8","Clathrin heavy chain","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000119038","physical","txid7955" +"Q803T6","A0A0R4IRS1","sh3gl2","AP-1 complex subunit mu-1","sh3gl2a","ap1m1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QIJ6","sh3gl2","Epidermal growth factor receptor pathway substrate 15","sh3gl2a","eps15","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q6NSP1","sh3gl2","zgc:56704","sh3gl2a","ap1s1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q8JG38","sh3gl2","fgfr2","sh3gl2a","Q8JG38","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","B0R0W9","sh3gl2","tbc1d8b","sh3gl2a","tbc1d8b","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A1L1QZR0","sh3gl2","si:ch73-158p21.3","sh3gl2a","A0A1L1QZR0","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q6PC73","sh3gl2","grb2","sh3gl2a","grb2b","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E9QBV1","sh3gl2","fd07f11","sh3gl2a","cltcb","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q1MTC8","sh3gl2","Major histocompatibility complex class II DAB gene","sh3gl2a","Q1MTC8","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IUB6","sh3gl2","epn1","sh3gl2a","epn1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q90413","sh3gl2","fgfr4","sh3gl2a","Q90413","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1R184","sh3gl2","wu:fb20a07","sh3gl2a","txndc5","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E7EYW2","sh3gl2","Epsin 2","sh3gl2a","epn2","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q6NUT7","sh3gl2","sort1","sh3gl2a","Q6NUT7","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QLR7","sh3gl2","c-met","sh3gl2a","met","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4ISW2","sh3gl2","si:zfos-2070c2.3","sh3gl2a","A0A0R4ISW2","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E9QC42","sh3gl2","zgc:56506","sh3gl2a","sybl1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A5PMS9","sh3gl2","fa11e04","sh3gl2a","ap1b1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IR31","sh3gl2","LOC103911540","sh3gl2a","A0A0R4IR31","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QVI4","sh3gl2","si:busm1-104n07.3","sh3gl2a","F1QVI4","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E9QCS7","sh3gl2","fi34f05","sh3gl2a","E9QCS7","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QNN0","sh3gl2","si:zfos-367g9.1","sh3gl2a","F1QNN0","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q9DE49","sh3gl2","pdgfra","sh3gl2a","Q9DE49","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","C3PTE8","sh3gl2","Beta-arrestin-1","sh3gl2a","arrb1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","B1PBZ7","sh3gl2","Protein sprouty homolog 1","sh3gl2a","B1PBZ7","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F6PCP5","sh3gl2","si:ch211-175g6.9","sh3gl2a","F6PCP5","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","B0JZP5","sh3gl2","fa56d08","sh3gl2a","B0JZP5","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q7ZW98","sh3gl2","ap2m1b","sh3gl2a","Q7ZW98","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q7SXA3","sh3gl2","zgc:66168","sh3gl2a","rps27a","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A3QJU6","sh3gl2","zgc:136923","sh3gl2a","A3QJU6","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QIY4","sh3gl2","wu:fi09g03","sh3gl2a","F1QIY4","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E9QHF3","sh3gl2","fb02f11","sh3gl2a","synj1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IWG0","sh3gl2","Epigen","sh3gl2a","epgn","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q6NYJ9","sh3gl2","fa16e07","sh3gl2a","ap2b1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IQI7","sh3gl2","AP-4 complex subunit epsilon","sh3gl2a","ap4e1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A9JRW9","sh3gl2","Proheparin-binding EGF-like growth factor","sh3gl2a","A9JRW9","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1R0K2","sh3gl2","si:busm1-160c18.6","sh3gl2a","F1R0K2","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A2R8Q515","sh3gl2","fc28d09","sh3gl2a","A0A2R8Q515","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","E7F146","sh3gl2","Uncharacterized protein LOC100002840 precursor","sh3gl2a","E7F146","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A5PMY5","sh3gl2","wu:fv75b10","sh3gl2a","stam","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4INZ6","sh3gl2","Betacellulin, epidermal growth factor family member","sh3gl2a","A0A0R4INZ6","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IKR8","sh3gl2","hip1r","sh3gl2a","A0A0R4IKR8","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","F1QHN6","sh3gl2","im:7042025","sh3gl2a","ubc","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","Q5MPX4","sh3gl2","Transferrin receptor protein 1","sh3gl2a","Q5MPX4","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0N4SUD2","sh3gl2","Ubi-p63E","sh3gl2a","ubb","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IIR1","sh3gl2","dnm2","sh3gl2a","dnm2a","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A0R4IRA8","sh3gl2","si:busm1-160c18.3","sh3gl2a","A0A0R4IRA8","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000085044","physical","txid7955" +"Q803T6","A0A2R8QFS1","sh3gl2","mhc2d8.35a1","sh3gl2a","A0A2R8QFS1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000085044","physical","txid7955" +"A0A2R8QFS1","A0A0R4IR31","mhc2d8.35a1","LOC103911540","A0A2R8QFS1","A0A0R4IR31","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000151819","physical","txid7955" +"A0A1L1QZR0","A0A2R8QFS1","si:ch73-158p21.3","mhc2d8.35a1","A0A1L1QZR0","A0A2R8QFS1","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000143185","physical","txid7955" +"A0A1L1QZR0","A0A0R4IR31","si:ch73-158p21.3","LOC103911540","A0A1L1QZR0","A0A0R4IR31","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000143185","physical","txid7955" +"A0A0R4IMX2","A0A8N7TCU0","im:7145364","Protein transport protein Sec16B isoform X1","A0A0R4IMX2","A0A8N7TCU0","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A2R8QFS1","im:7145364","mhc2d8.35a1","A0A0R4IMX2","A0A2R8QFS1","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","Q7SZE5","im:7145364","sec23a","A0A0R4IMX2","Q7SZE5","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A0R4IR31","im:7145364","LOC103911540","A0A0R4IMX2","A0A0R4IR31","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","Q6PBX2","im:7145364","sara2","A0A0R4IMX2","sar1b","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A0R4IRA8","im:7145364","si:busm1-160c18.3","A0A0R4IMX2","A0A0R4IRA8","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A1L1QZR0","im:7145364","si:ch73-158p21.3","A0A0R4IMX2","A0A1L1QZR0","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","Q7SXP0","im:7145364","sec22bb","A0A0R4IMX2","sec22bb","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A0R4ISW2","im:7145364","si:zfos-2070c2.3","A0A0R4IMX2","A0A0R4ISW2","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","A0A0R4IZK4","im:7145364","mhc1lca","A0A0R4IMX2","si:dkey-225f5.5","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000135644","physical","txid7955" +"A0A0R4IMX2","E9QFN4","im:7145364","SEC22 homolog C, vesicle-trafficking protein","A0A0R4IMX2","sec22c","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000135644","physical","txid7955" +"F1QRB4","E7F114","Protein transport protein Sec24D isoform X1","Protein transport protein Sec31A isoform X3","F1QRB4","sec31b","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A8E7F2","Protein transport protein Sec24D isoform X1","si:ch211-287j19.6","F1QRB4","mhc1zea","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","string-db","7955.ENSDARP00000091917/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1RAH2","Protein transport protein Sec24D isoform X1","mhc1lia","F1QRB4","F1RAH2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","string-db","7955.ENSDARP00000067874/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1QNN0","Protein transport protein Sec24D isoform X1","si:zfos-367g9.1","F1QRB4","F1QNN0","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7ZW40","Protein transport protein Sec24D isoform X1","vdp","F1QRB4","uso1","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q5BL21","Protein transport protein Sec24D isoform X1","cnih2","F1QRB4","cnih2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A9JRW9","Protein transport protein Sec24D isoform X1","Proheparin-binding EGF-like growth factor","F1QRB4","A9JRW9","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q1MTC8","Protein transport protein Sec24D isoform X1","Major histocompatibility complex class II DAB gene","F1QRB4","Q1MTC8","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7F146","Protein transport protein Sec24D isoform X1","Uncharacterized protein LOC100002840 precursor","F1QRB4","E7F146","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7F2M5","Protein transport protein Sec24D isoform X1","fj38b04","F1QRB4","E7F2M5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4IZK4","Protein transport protein Sec24D isoform X1","mhc1lca","F1QRB4","si:dkey-225f5.5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1QVI4","Protein transport protein Sec24D isoform X1","si:busm1-104n07.3","F1QRB4","F1QVI4","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0G2KIH5","Protein transport protein Sec24D isoform X1","si:dkey-52p2.4","F1QRB4","A0A0G2KIH5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q5SPJ4","Protein transport protein Sec24D isoform X1","wu:fb61c07","F1QRB4","Q5SPJ4","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q6PBX2","Protein transport protein Sec24D isoform X1","sara2","F1QRB4","sar1b","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F8W5D3","Protein transport protein Sec24D isoform X1","Alpha-1-antiproteinase 2-like","F1QRB4","F8W5D3","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7F715","Protein transport protein Sec24D isoform X1","Protein transport protein Sec24B isoform X1","F1QRB4","E7F715","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A2R8QFS1","Protein transport protein Sec24D isoform X1","mhc2d8.35a1","F1QRB4","A0A2R8QFS1","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7SZE5","Protein transport protein Sec24D isoform X1","sec23a","F1QRB4","Q7SZE5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7ZUN8","Protein transport protein Sec24D isoform X1","ykt6","F1QRB4","Q7ZUN8","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7SXP0","Protein transport protein Sec24D isoform X1","sec22bb","F1QRB4","sec22bb","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1QBW3","Protein transport protein Sec24D isoform X1","fc44f07","F1QRB4","F1QBW3","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4IR31","Protein transport protein Sec24D isoform X1","LOC103911540","F1QRB4","A0A0R4IR31","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q90WY5","Protein transport protein Sec24D isoform X1","adra2b","F1QRB4","Q90WY5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7FAF7","Protein transport protein Sec24D isoform X1","Circularly permutated Ras protein 1-like","F1QRB4","E7FAF7","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1RAH3","Protein transport protein Sec24D isoform X1","si:ch211-147g22.1","F1QRB4","F1RAH3","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class I LDA","string-db","7955.ENSDARP00000067873/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4IMX2","Protein transport protein Sec24D isoform X1","im:7145364","F1QRB4","A0A0R4IMX2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A1L1QZR0","Protein transport protein Sec24D isoform X1","si:ch73-158p21.3","F1QRB4","A0A1L1QZR0","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7T366","Protein transport protein Sec24D isoform X1","wu:fc33b02","F1QRB4","Q7T366","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4IRA8","Protein transport protein Sec24D isoform X1","si:busm1-160c18.3","F1QRB4","A0A0R4IRA8","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A5PMC4","Protein transport protein Sec24D isoform X1","wu:fb16f04","F1QRB4","A5PMC4","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A4FUM4","Protein transport protein Sec24D isoform X1","dZ63M10.1","F1QRB4","A4FUM4","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","string-db","7955.ENSDARP00000063528/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","F1R0K2","Protein transport protein Sec24D isoform X1","si:busm1-160c18.6","F1QRB4","F1R0K2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4ICL5","Protein transport protein Sec24D isoform X1","Protein transport protein Sec24A isoform X2","F1QRB4","sec24a","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A8N7TCU0","Protein transport protein Sec24D isoform X1","Protein transport protein Sec16B isoform X1","F1QRB4","A0A8N7TCU0","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7F1G6","Protein transport protein Sec24D isoform X1","b2m","F1QRB4","E7F1G6","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7SYD5","Protein transport protein Sec24D isoform X1","sec31a","F1QRB4","Q7SYD5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q5XJ39","Protein transport protein Sec24D isoform X1","hm:zeh1186","F1QRB4","mcfd2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","string-db","7955.ENSDARP00000058106/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7T2E1","Protein transport protein Sec24D isoform X1","sec13l1","F1QRB4","sec13","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q04475","Protein transport protein Sec24D isoform X1","b2m","F1QRB4","b2m","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E7FAH6","Protein transport protein Sec24D isoform X1","MHC class I antigen transcript variant 1","F1QRB4","E7FAH6","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","string-db","7955.ENSDARP00000057223/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A1IH00","Protein transport protein Sec24D isoform X1","golga2","F1QRB4","golga2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q5U374","Protein transport protein Sec24D isoform X1","klhl12","F1QRB4","Q5U374","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","B7ZD40","Protein transport protein Sec24D isoform X1","sar1a","F1QRB4","sar1ab","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","GTP-binding protein SAR1a","string-db","7955.ENSDARP00000041514/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A0A0R4ISW2","Protein transport protein Sec24D isoform X1","si:zfos-2070c2.3","F1QRB4","A0A0R4ISW2","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q7T011","Protein transport protein Sec24D isoform X1","si:ch211-10e8.7","F1QRB4","Q7T011","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","A8E7F4","Protein transport protein Sec24D isoform X1","hlazel","F1QRB4","mhc1zba","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","string-db","7955.ENSDARP00000053152/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","E9QFN4","Protein transport protein Sec24D isoform X1","SEC22 homolog C, vesicle-trafficking protein","F1QRB4","sec22c","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q5RIH0","Protein transport protein Sec24D isoform X1","Cornichon family AMPA receptor auxiliary protein 3","F1QRB4","cnih3","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","Q6NWI7","Protein transport protein Sec24D isoform X1","TMP21","F1QRB4","Q6NWI7","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","X1WF74","Protein transport protein Sec24D isoform X1","Si:dkey-52p2.5","F1QRB4","X1WF74","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000035564","physical","txid7955" +"F1QRB4","X1WF83","Protein transport protein Sec24D isoform X1","si:ch211-147g22.3","F1QRB4","X1WF83","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000035564","physical","txid7955" +"A0A0R4IIR1","A0A0R4IKR8","dnm2","hip1r","dnm2a","A0A0R4IKR8","dynamin GTPase (EC 3.6.5.5)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A0R4IR31","dnm2","LOC103911540","dnm2a","A0A0R4IR31","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A0R4ISW2","dnm2","si:zfos-2070c2.3","dnm2a","A0A0R4ISW2","dynamin GTPase (EC 3.6.5.5)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A1L1QZR0","dnm2","si:ch73-158p21.3","dnm2a","A0A1L1QZR0","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A2R8QFS1","dnm2","mhc2d8.35a1","dnm2a","A0A2R8QFS1","dynamin GTPase (EC 3.6.5.5)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","Q5MPX4","dnm2","Transferrin receptor protein 1","dnm2a","Q5MPX4","dynamin GTPase (EC 3.6.5.5)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A286Y9F1","dnm2","Clathrin light chain","dnm2a","A0A286Y9F1","dynamin GTPase (EC 3.6.5.5)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A0R4IRA8","dnm2","si:busm1-160c18.3","dnm2a","A0A0R4IRA8","dynamin GTPase (EC 3.6.5.5)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","Q6YLH9","dnm2","CAV1","dnm2a","cav1","dynamin GTPase (EC 3.6.5.5)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A0R4IQI7","dnm2","AP-4 complex subunit epsilon","dnm2a","ap4e1","dynamin GTPase (EC 3.6.5.5)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000134807","physical","txid7955" +"A0A0R4IIR1","A0A0R4IRS1","dnm2","AP-1 complex subunit mu-1","dnm2a","ap1m1","dynamin GTPase (EC 3.6.5.5)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000134807","physical","txid7955" +"M9MM93","Q803D1","LOC571282","wu:fb33e02","M9MM93","arf1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q8WM94","LOC571282","si:busm1-194e12.11","M9MM93","Q8WM94","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q5RHR9","LOC571282","dnm3","M9MM93","Q5RHR9","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000047038/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1R0K2","LOC571282","si:busm1-160c18.6","M9MM93","F1R0K2","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q7ZW98","LOC571282","ap2m1b","M9MM93","Q7ZW98","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4ISW2","LOC571282","si:zfos-2070c2.3","M9MM93","A0A0R4ISW2","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q1MTC8","LOC571282","Major histocompatibility complex class II DAB gene","M9MM93","Q1MTC8","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4IIR1","LOC571282","dnm2","M9MM93","dnm2a","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q7SZE5","LOC571282","sec23a","M9MM93","Q7SZE5","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4IMX2","LOC571282","im:7145364","M9MM93","A0A0R4IMX2","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4IRS1","LOC571282","AP-1 complex subunit mu-1","M9MM93","ap1m1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A1L1QZR0","LOC571282","si:ch73-158p21.3","M9MM93","A0A1L1QZR0","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q6PBX2","LOC571282","sara2","M9MM93","sar1b","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1QRB4","LOC571282","Protein transport protein Sec24D isoform X1","M9MM93","F1QRB4","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","string-db","7955.ENSDARP00000035564/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q7SYD5","LOC571282","sec31a","M9MM93","Q7SYD5","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q6NSP1","LOC571282","zgc:56704","M9MM93","ap1s1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1QNN0","LOC571282","si:zfos-367g9.1","M9MM93","F1QNN0","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q803T6","LOC571282","sh3gl2","M9MM93","sh3gl2a","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A5PMS9","LOC571282","fa11e04","M9MM93","ap1b1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4IR31","LOC571282","LOC103911540","M9MM93","A0A0R4IR31","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4ICL5","LOC571282","Protein transport protein Sec24A isoform X2","M9MM93","sec24a","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1QKS4","LOC571282","wu:fe06b12","M9MM93","canx","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","E7F715","LOC571282","Protein transport protein Sec24B isoform X1","M9MM93","E7F715","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A0R4IRA8","LOC571282","si:busm1-160c18.3","M9MM93","A0A0R4IRA8","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","E7F146","LOC571282","Uncharacterized protein LOC100002840 precursor","M9MM93","E7F146","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q6NYJ9","LOC571282","fa16e07","M9MM93","ap2b1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q1MTC7","LOC571282","mhc2a","M9MM93","Q1MTC7","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Major histocompatibility complex class II integral membrane alpha chain gene (Novel vertebrate MHC class II alpha chain protein)","string-db","7955.ENSDARP00000048447/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1R3L9","LOC571282","Ap1m1","M9MM93","F1R3L9","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","E7F1G6","LOC571282","b2m","M9MM93","E7F1G6","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","A0A2R8QFS1","LOC571282","mhc2d8.35a1","M9MM93","A0A2R8QFS1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q04475","LOC571282","b2m","M9MM93","b2m","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","E9QBV1","LOC571282","fd07f11","M9MM93","cltcb","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q6P937","LOC571282","wu:fb61d08","M9MM93","clta","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","F1QVI4","LOC571282","si:busm1-104n07.3","M9MM93","F1QVI4","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000010619","physical","txid7955" +"M9MM93","Q6PEJ2","LOC571282","zgc:65827","M9MM93","ap2s1","H-2 class II histocompatibility antigen, A-U alpha chain (Si:ch73-211l2.3)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000010619","physical","txid7955" +"Q7SZE5","A0A0R4ISW2","sec23a","si:zfos-2070c2.3","Q7SZE5","A0A0R4ISW2","Protein transport protein Sec23A (SEC23-related protein A)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","A0A0R4IZK4","sec23a","mhc1lca","Q7SZE5","si:dkey-225f5.5","Protein transport protein Sec23A (SEC23-related protein A)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","A0A0R4IRA8","sec23a","si:busm1-160c18.3","Q7SZE5","A0A0R4IRA8","Protein transport protein Sec23A (SEC23-related protein A)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","A0A0R4IR31","sec23a","LOC103911540","Q7SZE5","A0A0R4IR31","Protein transport protein Sec23A (SEC23-related protein A)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","A0A1L1QZR0","sec23a","si:ch73-158p21.3","Q7SZE5","A0A1L1QZR0","Protein transport protein Sec23A (SEC23-related protein A)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","A0A2R8QFS1","sec23a","mhc2d8.35a1","Q7SZE5","A0A2R8QFS1","Protein transport protein Sec23A (SEC23-related protein A)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000137308","physical","txid7955" +"Q7SZE5","E9QFN4","sec23a","SEC22 homolog C, vesicle-trafficking protein","Q7SZE5","sec22c","Protein transport protein Sec23A (SEC23-related protein A)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000137308","physical","txid7955" +"F1R3L9","Q6NUT7","Ap1m1","sort1","F1R3L9","Q6NUT7","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q7SZZ7","Ap1m1","zgc:91931","F1R3L9","ap4m1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q1L8R9","Ap1m1","si:dkey-222b8.2","F1R3L9","snapin","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B8JKA7","Ap1m1","si:dkey-146d24.2","F1R3L9","ap5s1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1RAQ5","Ap1m1","zgc:110468","F1R3L9","F1RAQ5","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A8M2B3R6","Ap1m1","Synergin gamma isoform X1","F1R3L9","A0A8M2B3R6","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IUB6","Ap1m1","epn1","F1R3L9","epn1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B0JZP5","Ap1m1","fa56d08","F1R3L9","B0JZP5","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QIJ6","Ap1m1","Epidermal growth factor receptor pathway substrate 15","F1R3L9","eps15","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QHJ5","Ap1m1","Clathrin interactor 1-like isoform X2","F1R3L9","clint1b","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4ISW2","Ap1m1","si:zfos-2070c2.3","F1R3L9","A0A0R4ISW2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A8M1NRF7","Ap1m1","CH73-131E21.7","F1R3L9","A0A8M1NRF7","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","X1WDD8","Ap1m1","gb:cf995958","F1R3L9","ap5z1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","C3PTE8","Ap1m1","Beta-arrestin-1","F1R3L9","arrb1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1R0K2","Ap1m1","si:busm1-160c18.6","F1R3L9","F1R0K2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6P0R9","Ap1m1","wu:fb94g06","F1R3L9","ap1s2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E7F146","Ap1m1","Uncharacterized protein LOC100002840 precursor","F1R3L9","E7F146","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A1L1QZR0","Ap1m1","si:ch73-158p21.3","F1R3L9","A0A1L1QZR0","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E9QC42","Ap1m1","zgc:56506","F1R3L9","sybl1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IRA8","Ap1m1","si:busm1-160c18.3","F1R3L9","A0A0R4IRA8","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q5MPX4","Ap1m1","Transferrin receptor protein 1","F1R3L9","Q5MPX4","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IIR1","Ap1m1","dnm2","F1R3L9","dnm2a","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q5RHR9","Ap1m1","dnm3","F1R3L9","Q5RHR9","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000047038/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q503Z0","Ap1m1","zgc:110003","F1R3L9","tpd52l1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","string-db","7955.ENSDARP00000062401/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6P937","Ap1m1","wu:fb61d08","F1R3L9","clta","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B0R0W9","Ap1m1","tbc1d8b","F1R3L9","tbc1d8b","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q66IE3","Ap1m1","AP complex subunit sigma","F1R3L9","Q66IE3","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000038591/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q1MTC8","Ap1m1","Major histocompatibility complex class II DAB gene","F1R3L9","Q1MTC8","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E7EYW2","Ap1m1","Epsin 2","F1R3L9","epn2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","P59845","Ap1m1","slc18a3b","F1R3L9","P59845","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B0R024","Ap1m1","fc07e03","F1R3L9","B0R024","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A286Y9F1","Ap1m1","Clathrin light chain","F1R3L9","A0A286Y9F1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IRS1","Ap1m1","AP-1 complex subunit mu-1","F1R3L9","ap1m1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6IQ85","Ap1m1","yipf6","F1R3L9","yipf6","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Protein YIPF6 (YIP1 family member 6)","string-db","7955.ENSDARP00000071098/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IQI7","Ap1m1","AP-4 complex subunit epsilon","F1R3L9","ap4e1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q7SZZ5","Ap1m1","wu:fj61c06","F1R3L9","Q7SZZ5","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6DGS0","Ap1m1","zgc:92795","F1R3L9","ap3s2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6NSP1","Ap1m1","zgc:56704","F1R3L9","ap1s1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E9QBV1","Ap1m1","fd07f11","F1R3L9","cltcb","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q803D1","Ap1m1","wu:fb33e02","F1R3L9","arf1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1R966","Ap1m1","cb1033","F1R3L9","F1R966","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QVI4","Ap1m1","si:busm1-104n07.3","F1R3L9","F1QVI4","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A9JRS9","Ap1m1","cb430","F1R3L9","A9JRS9","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","string-db","7955.ENSDARP00000039639/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q5SPP0","Ap1m1","clvs2","F1R3L9","clvs2","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","string-db","7955.ENSDARP00000069597/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q803T6","Ap1m1","sh3gl2","F1R3L9","sh3gl2a","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q6NYJ9","Ap1m1","fa16e07","F1R3L9","ap2b1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A2R8QFS1","Ap1m1","mhc2d8.35a1","F1R3L9","A0A2R8QFS1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B3DIW6","Ap1m1","Uncharacterized protein LOC792915","F1R3L9","-","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QB98","Ap1m1","Aftiphilin b","F1R3L9","aftphb","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E7F2A4","Ap1m1","Epsin 3a","F1R3L9","epn3a","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IKR8","Ap1m1","hip1r","F1R3L9","A0A0R4IKR8","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A5PMS9","Ap1m1","fa11e04","F1R3L9","ap1b1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q7ZW98","Ap1m1","ap2m1b","F1R3L9","Q7ZW98","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","B7ZUU8","Ap1m1","si:ch211-129c21.6","F1R3L9","ap3d1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QIY4","Ap1m1","wu:fi09g03","F1R3L9","F1QIY4","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","E7F254","Ap1m1","Carboxypeptidase D","F1R3L9","cpda","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","string-db","7955.ENSDARP00000072498/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1R184","Ap1m1","wu:fb20a07","F1R3L9","txndc5","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","F1QNN0","Ap1m1","si:zfos-367g9.1","F1R3L9","F1QNN0","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","A0A0R4IR31","Ap1m1","LOC103911540","F1R3L9","A0A0R4IR31","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000037980","physical","txid7955" +"F1R3L9","Q2TTK0","Ap1m1","si:ch211-214g8.2","F1R3L9","igf2r","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000037980","physical","txid7955" +"Q7SYD5","E7F1G6","sec31a","b2m","Q7SYD5","E7F1G6","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4IRA8","sec31a","si:busm1-160c18.3","Q7SYD5","A0A0R4IRA8","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4IZK4","sec31a","mhc1lca","Q7SYD5","si:dkey-225f5.5","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","E7F2M5","sec31a","fj38b04","Q7SYD5","E7F2M5","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q5U374","sec31a","klhl12","Q7SYD5","Q5U374","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q7SZE5","sec31a","sec23a","Q7SYD5","Q7SZE5","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q5RIH0","sec31a","Cornichon family AMPA receptor auxiliary protein 3","Q7SYD5","cnih3","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4ISW2","sec31a","si:zfos-2070c2.3","Q7SYD5","A0A0R4ISW2","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q7ZUN8","sec31a","ykt6","Q7SYD5","Q7ZUN8","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4IR31","sec31a","LOC103911540","Q7SYD5","A0A0R4IR31","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A2R8QFS1","sec31a","mhc2d8.35a1","Q7SYD5","A0A2R8QFS1","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q7SXP0","sec31a","sec22bb","Q7SYD5","sec22bb","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A8N7TCU0","sec31a","Protein transport protein Sec16B isoform X1","Q7SYD5","A0A8N7TCU0","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q6PBX2","sec31a","sara2","Q7SYD5","sar1b","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","X1WF74","sec31a","Si:dkey-52p2.5","Q7SYD5","X1WF74","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","E7F146","sec31a","Uncharacterized protein LOC100002840 precursor","Q7SYD5","E7F146","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4ICL5","sec31a","Protein transport protein Sec24A isoform X2","Q7SYD5","sec24a","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","E9QFN4","sec31a","SEC22 homolog C, vesicle-trafficking protein","Q7SYD5","sec22c","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","Q5BL21","sec31a","cnih2","Q7SYD5","cnih2","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A1L1QZR0","sec31a","si:ch73-158p21.3","Q7SYD5","A0A1L1QZR0","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","E7F114","sec31a","Protein transport protein Sec31A isoform X3","Q7SYD5","sec31b","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","F8W5D3","sec31a","Alpha-1-antiproteinase 2-like","Q7SYD5","F8W5D3","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0R4IMX2","sec31a","im:7145364","Q7SYD5","A0A0R4IMX2","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","E7FAF7","sec31a","Circularly permutated Ras protein 1-like","Q7SYD5","E7FAF7","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","X1WF83","sec31a","si:ch211-147g22.3","Q7SYD5","X1WF83","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000104171","physical","txid7955" +"Q7SYD5","A0A0G2KIH5","sec31a","si:dkey-52p2.4","Q7SYD5","A0A0G2KIH5","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000104171","physical","txid7955" +"A0A0R4ISW2","A0A1L1QZR0","si:zfos-2070c2.3","si:ch73-158p21.3","A0A0R4ISW2","A0A1L1QZR0","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000140023","physical","txid7955" +"A0A0R4ISW2","A0A2R8QFS1","si:zfos-2070c2.3","mhc2d8.35a1","A0A0R4ISW2","A0A2R8QFS1","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000140023","physical","txid7955" +"A0A0R4ISW2","A0A0R4IR31","si:zfos-2070c2.3","LOC103911540","A0A0R4ISW2","A0A0R4IR31","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000140023","physical","txid7955" +"Q1MTC8","Q7ZW98","Major histocompatibility complex class II DAB gene","ap2m1b","Q1MTC8","Q7ZW98","Major histocompatibility complex class II DAB gene","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","E9QBV1","Major histocompatibility complex class II DAB gene","fd07f11","Q1MTC8","cltcb","Major histocompatibility complex class II DAB gene","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4IIR1","Major histocompatibility complex class II DAB gene","dnm2","Q1MTC8","dnm2a","Major histocompatibility complex class II DAB gene","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q8WM94","Major histocompatibility complex class II DAB gene","si:busm1-194e12.11","Q1MTC8","Q8WM94","Major histocompatibility complex class II DAB gene","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A1L1QZR0","Major histocompatibility complex class II DAB gene","si:ch73-158p21.3","Q1MTC8","A0A1L1QZR0","Major histocompatibility complex class II DAB gene","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4ICL5","Major histocompatibility complex class II DAB gene","Protein transport protein Sec24A isoform X2","Q1MTC8","sec24a","Major histocompatibility complex class II DAB gene","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q7SYD5","Major histocompatibility complex class II DAB gene","sec31a","Q1MTC8","Q7SYD5","Major histocompatibility complex class II DAB gene","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q7SZE5","Major histocompatibility complex class II DAB gene","sec23a","Q1MTC8","Q7SZE5","Major histocompatibility complex class II DAB gene","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","E7F146","Major histocompatibility complex class II DAB gene","Uncharacterized protein LOC100002840 precursor","Q1MTC8","E7F146","Major histocompatibility complex class II DAB gene","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4IR31","Major histocompatibility complex class II DAB gene","LOC103911540","Q1MTC8","A0A0R4IR31","Major histocompatibility complex class II DAB gene","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q803D1","Major histocompatibility complex class II DAB gene","wu:fb33e02","Q1MTC8","arf1","Major histocompatibility complex class II DAB gene","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q6NYJ9","Major histocompatibility complex class II DAB gene","fa16e07","Q1MTC8","ap2b1","Major histocompatibility complex class II DAB gene","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A2R8QFS1","Major histocompatibility complex class II DAB gene","mhc2d8.35a1","Q1MTC8","A0A2R8QFS1","Major histocompatibility complex class II DAB gene","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","E7F1G6","Major histocompatibility complex class II DAB gene","b2m","Q1MTC8","E7F1G6","Major histocompatibility complex class II DAB gene","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A5PMS9","Major histocompatibility complex class II DAB gene","fa11e04","Q1MTC8","ap1b1","Major histocompatibility complex class II DAB gene","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4IMX2","Major histocompatibility complex class II DAB gene","im:7145364","Q1MTC8","A0A0R4IMX2","Major histocompatibility complex class II DAB gene","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4ISW2","Major histocompatibility complex class II DAB gene","si:zfos-2070c2.3","Q1MTC8","A0A0R4ISW2","Major histocompatibility complex class II DAB gene","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4IRS1","Major histocompatibility complex class II DAB gene","AP-1 complex subunit mu-1","Q1MTC8","ap1m1","Major histocompatibility complex class II DAB gene","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","A0A0R4IRA8","Major histocompatibility complex class II DAB gene","si:busm1-160c18.3","Q1MTC8","A0A0R4IRA8","Major histocompatibility complex class II DAB gene","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000100252","physical","txid7955" +"Q1MTC8","Q6PBX2","Major histocompatibility complex class II DAB gene","sara2","Q1MTC8","sar1b","Major histocompatibility complex class II DAB gene","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000100252","physical","txid7955" +"A0A0R4IRA8","A0A0R4IRS1","si:busm1-160c18.3","AP-1 complex subunit mu-1","A0A0R4IRA8","ap1m1","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000137499","physical","txid7955" +"A0A0R4IRA8","Q9W629","si:busm1-160c18.3","bmpr1b","A0A0R4IRA8","Q9W629","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000137499","physical","txid7955" +"A0A0R4IRA8","A0A0R4IR31","si:busm1-160c18.3","LOC103911540","A0A0R4IRA8","A0A0R4IR31","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000137499","physical","txid7955" +"A0A0R4IRA8","A0A1L1QZR0","si:busm1-160c18.3","si:ch73-158p21.3","A0A0R4IRA8","A0A1L1QZR0","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000137499","physical","txid7955" +"A0A0R4IRA8","A0A0R4ISW2","si:busm1-160c18.3","si:zfos-2070c2.3","A0A0R4IRA8","A0A0R4ISW2","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000137499","physical","txid7955" +"A0A0R4IRA8","A0A2R8QFS1","si:busm1-160c18.3","mhc2d8.35a1","A0A0R4IRA8","A0A2R8QFS1","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000137499","physical","txid7955" +"Q5XJK2","Q803C1","h2afx1","rnf8","h2ax1","Q803C1","Histone H2A","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1R4C4","h2afx1","pias4a","h2ax1","pias4a","Histone H2A","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A0R4IXF6","h2afx1","kat2a","h2ax1","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","X1WDH8","h2afx1","Histone H2B","h2ax1","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A8N7T6W3","h2afx1","Mediator of DNA damage checkpoint protein 1","h2ax1","A0A8N7T6W3","Histone H2A","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A8M9QPT3","h2afx1","fc38f05","h2ax1","A0A8M9QPT3","Histone H2A","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A140LG54","h2afx1","Histone H2B","h2ax1","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6NWG4","h2afx1","prmt6","h2ax1","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1R1K5","h2afx1","dnmt3a1","h2ax1","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A140LGT1","h2afx1","unp1266","h2ax1","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1RDV9","h2afx1","zgc:171795","h2ax1","F1RDV9","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6NYJ3","h2afx1","terf2ip","h2ax1","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7F640","h2afx1","Ataxin 7","h2ax1","atxn7","Histone H2A","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","B0R1D5","h2afx1","suz12b","h2ax1","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1QDT4","h2afx1","TAF2G","h2ax1","taf9","Histone H2A","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","B8A5K9","h2afx1","SMC2L1","h2ax1","smc2","Histone H2A","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q90YL6","h2afx1","zFF1","h2ax1","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6PC53","h2afx1","ppial","h2ax1","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A0R4IMS9","h2afx1","DNA-directed RNA polymerase subunit","h2ax1","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q5RGA4","h2afx1","mysm1","h2ax1","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q1LUU4","h2afx1","si:dz179b20.7","h2ax1","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A8M2BEF6","h2afx1","cb91","h2ax1","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A8N7UW22","h2afx1","DNA repair protein RAD50","h2ax1","A0A8N7UW22","Histone H2A","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7FEN0","h2afx1","Polyhomeotic-like protein 3 isoform X4","h2ax1","si:ch211-230g15.5","Histone H2A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A3KNV9","h2afx1","zgc:162582","h2ax1","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q8JIR0","h2afx1","bmi1a","h2ax1","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7F0N6","h2afx1","Amyloid beta","h2ax1","apbb1","Histone H2A","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q803H4","h2afx1","cenpa","h2ax1","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q5BJA5","h2afx1",";","h2ax1","-","Histone H2A","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7FH61","h2afx1","ncapg2","h2ax1","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","X1WG21","h2afx1","fe50h06","h2ax1","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q7ZTY4","h2afx1","rbbp7","h2ax1","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","X1WHF1","h2afx1","Histone H2B","h2ax1","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6AXK4","h2afx1","babam1","h2ax1","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","R4GE15","h2afx1","si:ch211-113a14.29","h2ax1","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E9QFQ5","h2afx1","Ubiquitin carboxyl-terminal hydrolase","h2ax1","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6P0C9","h2afx1","fkd7","h2ax1","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","B0UXK0","h2afx1","phf13","h2ax1","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q1LUQ0","h2afx1","jmjd2b","h2ax1","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7EZ61","h2afx1","fc11a05","h2ax1","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","A0A0R4ITC5","h2afx1","trrap","h2ax1","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q566T0","h2afx1","eed","h2ax1","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1R9M2","h2afx1","TERF1","h2ax1","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q9DGB8","h2afx1","runxa","h2ax1","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q6AZW3","h2afx1","zgc:101049","h2ax1","Q6AZW3","Histone H2A","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7F0R9","h2afx1","Paired amphipathic helix protein Sin3a isoform X2","h2ax1","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","X1WG39","h2afx1","si:ch211-119n15.3","h2ax1","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1R692","h2afx1","Ribosomal RNA-processing protein 8","h2ax1","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","B8JKI8","h2afx1","htatip","h2ax1","kat5b","Histone H2A","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","P0CH95","h2afx1","phf8","h2ax1","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","F1QMV7","h2afx1","Nuclear receptor coactivator 3","h2ax1","ncoa3","Histone H2A","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7F0D5","h2afx1","Protection of telomeres protein 1","h2ax1","pot1","Histone H2A","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","Q7T308","h2afx1","rnf168","h2ax1","Q7T308","Histone H2A","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000090794","physical","txid7955" +"Q5XJK2","E7F4M2","h2afx1","atrxl","h2ax1","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000090794","physical","txid7955" +"Q6PI20","E7EZX1","h3f3a; h3f3b.1; h3-5; h3f3d","si:dkey-261m9.15","h3f3a;h3f3b.1;h3-5;h3f3d","hist1h2a5","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q6NYY4","h3f3a; h3f3b.1; h3-5; h3f3d","asf1ba","h3f3a;h3f3b.1;h3-5;h3f3d","asf1ba","Histone H3.3","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","string-db","7955.ENSDARP00000140363/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7F5W3","h3f3a; h3f3b.1; h3-5; h3f3d","si:dkey-108k21.26","h3f3a;h3f3b.1;h3-5;h3f3d","hist1h2a10","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A140LGT1","h3f3a; h3f3b.1; h3-5; h3f3d","unp1266","h3f3a;h3f3b.1;h3-5;h3f3d","A0A140LGT1","Histone H3.3","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q6NWG4","h3f3a; h3f3b.1; h3-5; h3f3d","prmt6","h3f3a;h3f3b.1;h3-5;h3f3d","Q6NWG4","Histone H3.3","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7EXD7","h3f3a; h3f3b.1; h3-5; h3f3d","si:dkey-261m9.11","h3f3a;h3f3b.1;h3-5;h3f3d","si:ch211-113a14.19","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","F1R1K5","h3f3a; h3f3b.1; h3-5; h3f3d","dnmt3a1","h3f3a;h3f3b.1;h3-5;h3f3d","dnmt3ab","Histone H3.3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A1L223","h3f3a; h3f3b.1; h3-5; h3f3d","id:ibd2026","h3f3a;h3f3b.1;h3-5;h3f3d","cbx5","Histone H3.3","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","string-db","7955.ENSDARP00000115557/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q1L957","h3f3a; h3f3b.1; h3-5; h3f3d","Barrier-to-autointegration factor","h3f3a;h3f3b.1;h3-5;h3f3d","Q1L957","Histone H3.3","Barrier-to-autointegration factor (Si:dkey-211g8.4)","string-db","7955.ENSDARP00000118510/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q561S9","h3f3a; h3f3b.1; h3-5; h3f3d","H2A","h3f3a;h3f3b.1;h3-5;h3f3d","hist1h2a3","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q7ZTY4","h3f3a; h3f3b.1; h3-5; h3f3d","rbbp7","h3f3a;h3f3b.1;h3-5;h3f3d","Q7ZTY4","Histone H3.3","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A3KNV9","h3f3a; h3f3b.1; h3-5; h3f3d","zgc:162582","h3f3a;h3f3b.1;h3-5;h3f3d","A3KNV9","Histone H3.3","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q802D5","h3f3a; h3f3b.1; h3-5; h3f3d","pfn2","h3f3a;h3f3b.1;h3-5;h3f3d","pfn2","Histone H3.3","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","B8A5K9","h3f3a; h3f3b.1; h3-5; h3f3d","SMC2L1","h3f3a;h3f3b.1;h3-5;h3f3d","smc2","Histone H3.3","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","B0UXK0","h3f3a; h3f3b.1; h3-5; h3f3d","phf13","h3f3a;h3f3b.1;h3-5;h3f3d","phf19","Histone H3.3","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q5XJK2","h3f3a; h3f3b.1; h3-5; h3f3d","h2afx1","h3f3a;h3f3b.1;h3-5;h3f3d","h2ax1","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7FH61","h3f3a; h3f3b.1; h3-5; h3f3d","ncapg2","h3f3a;h3f3b.1;h3-5;h3f3d","ncapg2","Histone H3.3","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q1LUQ0","h3f3a; h3f3b.1; h3-5; h3f3d","jmjd2b","h3f3a;h3f3b.1;h3-5;h3f3d","kdm4b","Histone H3.3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","X1WG39","h3f3a; h3f3b.1; h3-5; h3f3d","si:ch211-119n15.3","h3f3a;h3f3b.1;h3-5;h3f3d","X1WG39","Histone H3.3","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A4FVM2","h3f3a; h3f3b.1; h3-5; h3f3d","si:ch73-368j24.13","h3f3a;h3f3b.1;h3-5;h3f3d","A4FVM2","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","F1R5H6","h3f3a; h3f3b.1; h3-5; h3f3d","brd4","h3f3a;h3f3b.1;h3-5;h3f3d","brd4","Histone H3.3","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q8JIR0","h3f3a; h3f3b.1; h3-5; h3f3d","bmi1a","h3f3a;h3f3b.1;h3-5;h3f3d","Q8JIR0","Histone H3.3","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7F4M2","h3f3a; h3f3b.1; h3-5; h3f3d","atrxl","h3f3a;h3f3b.1;h3-5;h3f3d","atrx","Histone H3.3","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","P0CH95","h3f3a; h3f3b.1; h3-5; h3f3d","phf8","h3f3a;h3f3b.1;h3-5;h3f3d","phf8","Histone H3.3","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","R4GE15","h3f3a; h3f3b.1; h3-5; h3f3d","si:ch211-113a14.29","h3f3a;h3f3b.1;h3-5;h3f3d","si:ch211-113a14.22","Histone H3.3","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A140LGS2","h3f3a; h3f3b.1; h3-5; h3f3d","Histone H2A","h3f3a;h3f3b.1;h3-5;h3f3d","si:ch1073-153i20.5","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q566T0","h3f3a; h3f3b.1; h3-5; h3f3d","eed","h3f3a;h3f3b.1;h3-5;h3f3d","eed","Histone H3.3","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","X1WDH8","h3f3a; h3f3b.1; h3-5; h3f3d","Histone H2B","h3f3a;h3f3b.1;h3-5;h3f3d","si:dkey-261m9.19","Histone H3.3","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7F0A1","h3f3a; h3f3b.1; h3-5; h3f3d","fa91a03","h3f3a;h3f3b.1;h3-5;h3f3d","E7F0A1","Histone H3.3","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A140LG54","h3f3a; h3f3b.1; h3-5; h3f3d","Histone H2B","h3f3a;h3f3b.1;h3-5;h3f3d","si:dkey-23a13.22","Histone H3.3","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","F1RDV9","h3f3a; h3f3b.1; h3-5; h3f3d","zgc:171795","h3f3a;h3f3b.1;h3-5;h3f3d","F1RDV9","Histone H3.3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","B0R1D5","h3f3a; h3f3b.1; h3-5; h3f3d","suz12b","h3f3a;h3f3b.1;h3-5;h3f3d","suz12b","Histone H3.3","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q7ZTT0","h3f3a; h3f3b.1; h3-5; h3f3d","zgc:56685","h3f3a;h3f3b.1;h3-5;h3f3d","Q7ZTT0","Histone H3.3","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q90YL6","h3f3a; h3f3b.1; h3-5; h3f3d","zFF1","h3f3a;h3f3b.1;h3-5;h3f3d","nr5a2","Histone H3.3","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q5BJA5","h3f3a; h3f3b.1; h3-5; h3f3d",";","h3f3a;h3f3b.1;h3-5;h3f3d","-","Histone H3.3","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7FEN0","h3f3a; h3f3b.1; h3-5; h3f3d","Polyhomeotic-like protein 3 isoform X4","h3f3a;h3f3b.1;h3-5;h3f3d","si:ch211-230g15.5","Histone H3.3","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A8M2BEF6","h3f3a; h3f3b.1; h3-5; h3f3d","cb91","h3f3a;h3f3b.1;h3-5;h3f3d","A0A8M2BEF6","Histone H3.3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","F1QMV7","h3f3a; h3f3b.1; h3-5; h3f3d","Nuclear receptor coactivator 3","h3f3a;h3f3b.1;h3-5;h3f3d","ncoa3","Histone H3.3","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7F0R9","h3f3a; h3f3b.1; h3-5; h3f3d","Paired amphipathic helix protein Sin3a isoform X2","h3f3a;h3f3b.1;h3-5;h3f3d","sin3ab","Histone H3.3","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A0R4IMS9","h3f3a; h3f3b.1; h3-5; h3f3d","DNA-directed RNA polymerase subunit","h3f3a;h3f3b.1;h3-5;h3f3d","polr2a","Histone H3.3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A286Y9D1","h3f3a; h3f3b.1; h3-5; h3f3d","phf14","h3f3a;h3f3b.1;h3-5;h3f3d","phf14","Histone H3.3","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7EZF3","h3f3a; h3f3b.1; h3-5; h3f3d","uhrf1","h3f3a;h3f3b.1;h3-5;h3f3d","uhrf1","Histone H3.3","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","string-db","7955.ENSDARP00000135054/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","X1WHF1","h3f3a; h3f3b.1; h3-5; h3f3d","Histone H2B","h3f3a;h3f3b.1;h3-5;h3f3d","si:dkey-261m9.6","Histone H3.3","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q71PD7","h3f3a; h3f3b.1; h3-5; h3f3d","h2az2a","h3f3a;h3f3b.1;h3-5;h3f3d","h2az2a","Histone H3.3","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","F1R692","h3f3a; h3f3b.1; h3-5; h3f3d","Ribosomal RNA-processing protein 8","h3f3a;h3f3b.1;h3-5;h3f3d","F1R692","Histone H3.3","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q6AZW3","h3f3a; h3f3b.1; h3-5; h3f3d","zgc:101049","h3f3a;h3f3b.1;h3-5;h3f3d","Q6AZW3","Histone H3.3","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q6P0C9","h3f3a; h3f3b.1; h3-5; h3f3d","fkd7","h3f3a;h3f3b.1;h3-5;h3f3d","foxa1","Histone H3.3","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","A0A140LG23","h3f3a; h3f3b.1; h3-5; h3f3d","si:dkey-23a13.21","h3f3a;h3f3b.1;h3-5;h3f3d","A0A140LG23","Histone H3.3","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","X1WCU6","h3f3a; h3f3b.1; h3-5; h3f3d","si:ch211-175f11.5","h3f3a;h3f3b.1;h3-5;h3f3d","X1WCU6","Histone H3.3","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","E7EZ61","h3f3a; h3f3b.1; h3-5; h3f3d","fc11a05","h3f3a;h3f3b.1;h3-5;h3f3d","znf217","Histone H3.3","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000089753","physical","txid7955" +"Q6PI20","Q9DGB8","h3f3a; h3f3b.1; h3-5; h3f3d","runxa","h3f3a;h3f3b.1;h3-5;h3f3d","runx1","Histone H3.3","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000089753","physical","txid7955" +"R4GE15","Q6NYJ3","si:ch211-113a14.29","terf2ip","si:ch211-113a14.22","Q6NYJ3","Histone H2B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","F1QHN6","si:ch211-113a14.29","im:7042025","si:ch211-113a14.22","ubc","Histone H2B","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","E7EZ61","si:ch211-113a14.29","fc11a05","si:ch211-113a14.22","znf217","Histone H2B","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q6P0C9","si:ch211-113a14.29","fkd7","si:ch211-113a14.22","foxa1","Histone H2B","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","P0CH95","si:ch211-113a14.29","phf8","si:ch211-113a14.22","phf8","Histone H2B","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q566T0","si:ch211-113a14.29","eed","si:ch211-113a14.22","eed","Histone H2B","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A0R4IMS9","si:ch211-113a14.29","DNA-directed RNA polymerase subunit","si:ch211-113a14.22","polr2a","Histone H2B","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","F1R692","si:ch211-113a14.29","Ribosomal RNA-processing protein 8","si:ch211-113a14.22","F1R692","Histone H2B","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A140LGS2","si:ch211-113a14.29","Histone H2A","si:ch211-113a14.22","si:ch1073-153i20.5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q4U0S5","si:ch211-113a14.29","paf1","si:ch211-113a14.22","Q4U0S5","Histone H2B","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q7T308","si:ch211-113a14.29","rnf168","si:ch211-113a14.22","Q7T308","Histone H2B","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A4FVM2","si:ch211-113a14.29","si:ch73-368j24.13","si:ch211-113a14.22","A4FVM2","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q90YL6","si:ch211-113a14.29","zFF1","si:ch211-113a14.22","nr5a2","Histone H2B","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","X1WG39","si:ch211-113a14.29","si:ch211-119n15.3","si:ch211-113a14.22","X1WG39","Histone H2B","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","X1WG21","si:ch211-113a14.29","fe50h06","si:ch211-113a14.22","usp3","Histone H2B","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A0N4SUD2","si:ch211-113a14.29","Ubi-p63E","si:ch211-113a14.22","ubb","Histone H2B","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","E7F0R9","si:ch211-113a14.29","Paired amphipathic helix protein Sin3a isoform X2","si:ch211-113a14.22","sin3ab","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q1LUQ0","si:ch211-113a14.29","jmjd2b","si:ch211-113a14.22","kdm4b","Histone H2B","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A0R4ITC5","si:ch211-113a14.29","trrap","si:ch211-113a14.22","trrap","Histone H2B","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q789K9","si:ch211-113a14.29","mp:zf637-2-000771","si:ch211-113a14.22","ube2a","Histone H2B","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q803H4","si:ch211-113a14.29","cenpa","si:ch211-113a14.22","cenpa","Histone H2B","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","X1WHN7","si:ch211-113a14.29","hrpt2","si:ch211-113a14.22","cdc73","Histone H2B","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","B0R1D5","si:ch211-113a14.29","suz12b","si:ch211-113a14.22","suz12b","Histone H2B","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A140LGT1","si:ch211-113a14.29","unp1266","si:ch211-113a14.22","A0A140LGT1","Histone H2B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q7ZTT0","si:ch211-113a14.29","zgc:56685","si:ch211-113a14.22","Q7ZTT0","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A0R4IXF6","si:ch211-113a14.29","kat2a","si:ch211-113a14.22","kat2a","Histone H2B","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A0A8M9QPT3","si:ch211-113a14.29","fc38f05","si:ch211-113a14.22","A0A8M9QPT3","Histone H2B","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","A3KNV9","si:ch211-113a14.29","zgc:162582","si:ch211-113a14.22","A3KNV9","Histone H2B","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000126726","physical","txid7955" +"R4GE15","Q7SXA3","si:ch211-113a14.29","zgc:66168","si:ch211-113a14.22","rps27a","Histone H2B","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126726","physical","txid7955" +"E7FE07","B3DJF8","si:ch211-113a14.16","LOC570661","E7FE07","LOC570661","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A4GT83","si:ch211-113a14.16","NR3C4","E7FE07","A4GT83","Histone H2A","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","P57717","si:ch211-113a14.16","esr1","E7FE07","P57717","Histone H2A","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q9DGB8","si:ch211-113a14.16","runxa","E7FE07","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A8HAL1","si:ch211-113a14.16","usp16","E7FE07","usp16","Histone H2A","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","string-db","7955.ENSDARP00000080080/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7FH61","si:ch211-113a14.16","ncapg2","E7FE07","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","R4GE15","si:ch211-113a14.16","si:ch211-113a14.29","E7FE07","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LUQ0","si:ch211-113a14.16","jmjd2b","E7FE07","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LUU4","si:ch211-113a14.16","si:dz179b20.7","E7FE07","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6PI20","si:ch211-113a14.16","h3f3a; h3f3b.1; h3-5; h3f3d","E7FE07","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H2A","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","X1WG39","si:ch211-113a14.16","si:ch211-119n15.3","E7FE07","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1QMV7","si:ch211-113a14.16","Nuclear receptor coactivator 3","E7FE07","ncoa3","Histone H2A","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q7SY21","si:ch211-113a14.16","tada3","E7FE07","Q7SY21","Histone H2A","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6AXK4","si:ch211-113a14.16","babam1","E7FE07","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q8JIR0","si:ch211-113a14.16","bmi1a","E7FE07","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q566T0","si:ch211-113a14.16","eed","E7FE07","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6AZW3","si:ch211-113a14.16","zgc:101049","E7FE07","Q6AZW3","Histone H2A","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7F8W3","si:ch211-113a14.16","NAD-dependent protein deacetylase sirtuin-1 isoform X1","E7FE07","E7F8W3","Histone H2A","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LVD6","si:ch211-113a14.16","si:dkey-72l14.8","E7FE07","taf10","Histone H2A","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7F4M2","si:ch211-113a14.16","atrxl","E7FE07","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7F0D5","si:ch211-113a14.16","Protection of telomeres protein 1","E7FE07","pot1","Histone H2A","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LUC3","si:ch211-113a14.16","kat2b","E7FE07","kat2b","Histone H2A","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E9QFQ5","si:ch211-113a14.16","Ubiquitin carboxyl-terminal hydrolase","E7FE07","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q7ZTY4","si:ch211-113a14.16","rbbp7","E7FE07","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","X1WHF1","si:ch211-113a14.16","Histone H2B","E7FE07","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1R692","si:ch211-113a14.16","Ribosomal RNA-processing protein 8","E7FE07","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1R9M2","si:ch211-113a14.16","TERF1","E7FE07","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","B0UXK0","si:ch211-113a14.16","phf13","E7FE07","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7F0R9","si:ch211-113a14.16","Paired amphipathic helix protein Sin3a isoform X2","E7FE07","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","B0R1D5","si:ch211-113a14.16","suz12b","E7FE07","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7EZ61","si:ch211-113a14.16","fc11a05","E7FE07","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6DRK7","si:ch211-113a14.16","Serine/threonine-protein kinase PLK","E7FE07","plk1","Histone H2A","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A0R4IMS9","si:ch211-113a14.16","DNA-directed RNA polymerase subunit","E7FE07","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","P0CH95","si:ch211-113a14.16","phf8","E7FE07","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6P0C9","si:ch211-113a14.16","fkd7","E7FE07","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LVC2","si:ch211-113a14.16","jarid2b","E7FE07","jarid2b","Histone H2A","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A0R4ITC5","si:ch211-113a14.16","trrap","E7FE07","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1R1K5","si:ch211-113a14.16","dnmt3a1","E7FE07","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","B8A5K9","si:ch211-113a14.16","SMC2L1","E7FE07","smc2","Histone H2A","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q5RGA4","si:ch211-113a14.16","mysm1","E7FE07","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7F640","si:ch211-113a14.16","Ataxin 7","E7FE07","atxn7","Histone H2A","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A140LG54","si:ch211-113a14.16","Histone H2B","E7FE07","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","X1WDH8","si:ch211-113a14.16","Histone H2B","E7FE07","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","E7FEN0","si:ch211-113a14.16","Polyhomeotic-like protein 3 isoform X4","E7FE07","si:ch211-230g15.5","Histone H2A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A8M2BEF6","si:ch211-113a14.16","cb91","E7FE07","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A3KNV9","si:ch211-113a14.16","zgc:162582","E7FE07","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1QDT4","si:ch211-113a14.16","TAF2G","E7FE07","taf9","Histone H2A","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6PC53","si:ch211-113a14.16","ppial","E7FE07","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F1RDV9","si:ch211-113a14.16","zgc:171795","E7FE07","F1RDV9","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A140LGT1","si:ch211-113a14.16","unp1266","E7FE07","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A5D6S6","si:ch211-113a14.16","DNA-directed RNA polymerases I, II, and III subunit RPABC5","E7FE07","polr2l","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6NYJ3","si:ch211-113a14.16","terf2ip","E7FE07","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q5BJA5","si:ch211-113a14.16",";","E7FE07","-","Histone H2A","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q7ZW41","si:ch211-113a14.16","polr2g","E7FE07","polr2g","Histone H2A","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q1LYM8","si:ch211-113a14.16","si:dkey-6n6.6","E7FE07","Q1LYM8","Histone H2A","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A8KBJ5","si:ch211-113a14.16","si:ch1073-153i20.2","E7FE07","-","Histone H2A","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","X1WG21","si:ch211-113a14.16","fe50h06","E7FE07","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","A0A0R4IXF6","si:ch211-113a14.16","kat2a","E7FE07","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","B0S6M0","si:ch211-113a14.16","fe47h06","E7FE07","suv39h1b","Histone H2A","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q803H4","si:ch211-113a14.16","cenpa","E7FE07","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q90YL6","si:ch211-113a14.16","zFF1","E7FE07","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q6NWG4","si:ch211-113a14.16","prmt6","E7FE07","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","Q4QRF4","si:ch211-113a14.16","; ;","E7FE07","-","Histone H2A","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000067893","physical","txid7955" +"E7FE07","F6NIA2","si:ch211-113a14.16","aof2","E7FE07","kdm1a","Histone H2A","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000067893","physical","txid7955" +"P83571","E7F3N6","ruvbl2","TCF3","ruvbl2","tfpt","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6AZD3","ruvbl2","meaf6","ruvbl2","meaf6","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A3KNA6","ruvbl2","LOC566102","ruvbl2","epc1b","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A2BEN4","ruvbl2","fc03g04","ruvbl2","senp3a","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1QGH7","ruvbl2","ctnnb1","ruvbl2","ctnnb1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000072482","physical","txid7955" +"P83571","E7FAZ7","ruvbl2","Helicase SRCAP isoform X2","ruvbl2","srcap","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1QVJ4","ruvbl2","fb76c07","ruvbl2","msl2b","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000072482","physical","txid7955" +"P83571","B0UXS6","ruvbl2","zgc:174006","ruvbl2","B0UXS6","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A8M9QDM8","ruvbl2","PHD finger protein 20 isoform X1","ruvbl2","A0A8M9QDM8","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1R4X0","ruvbl2","fj61b08","ruvbl2","ino80c","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q7SXM7","ruvbl2","prpf31","ruvbl2","prpf31","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6DRH5","ruvbl2","nop10","ruvbl2","nop10","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000072482","physical","txid7955" +"P83571","E7FGD3","ruvbl2","KAT8 regulatory NSL complex subunit 1 isoform X2","ruvbl2","kansl1a","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1R498","ruvbl2","zgc:56178","ruvbl2","rpap3","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A8E7S8","ruvbl2","zgc:92289","ruvbl2","morf4l1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1RBN2","ruvbl2","spag1a","ruvbl2","spag1a","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Sperm-associated antigen 1A","string-db","7955.ENSDARP00000154012/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1QUH6","ruvbl2","KAT8 regulatory NSL complex subunit 1","ruvbl2","kansl1b","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000072482","physical","txid7955" +"P83571","P52161","ruvbl2","max","ruvbl2","P52161","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A9JRX0","ruvbl2","msl1l1","ruvbl2","A9JRX0","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F8W3Z2","ruvbl2","zgc:110167","ruvbl2","actl6b","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A8M9PQY4","ruvbl2","fc07b09","ruvbl2","A0A8M9PQY4","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6DH34","ruvbl2","wu:fb49g10","ruvbl2","Q6DH34","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000072482","physical","txid7955" +"P83571","F1QAV3","ruvbl2","YEATS domain-containing 2","ruvbl2","yeats2","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6PC03","ruvbl2","c20orf20","ruvbl2","mrgbp","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6NWL6","ruvbl2","wu:fj17f09","ruvbl2","uchl5","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A0R4ITC5","ruvbl2","trrap","ruvbl2","trrap","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q6PBV6","ruvbl2","nhp2","ruvbl2","nhp2","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000072482","physical","txid7955" +"P83571","Q803M3","ruvbl2","tex10","ruvbl2","Q803M3","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000072482","physical","txid7955" +"P83571","X1WCP5","ruvbl2","si:ch73-376i21.2","ruvbl2","hcfc2","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A8M2B866","ruvbl2","si:dkey-92k1.11","ruvbl2","A0A8M2B866","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000072482","physical","txid7955" +"P83571","P59679","ruvbl2","actr8","ruvbl2","P59679","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A3KPL8","ruvbl2","fi15f05","ruvbl2","cfdp1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A8M1P3C1","ruvbl2","fb34f12","ruvbl2","A0A8M1P3C1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000072482","physical","txid7955" +"P83571","A0A0R4ICZ3","ruvbl2","Enhancer of polycomb homolog","ruvbl2","epc1a","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000072482","physical","txid7955" +"P83571","B8JKI8","ruvbl2","htatip","ruvbl2","kat5b","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000072482","physical","txid7955" +"Q803N1","Q9I9P9","tfdp1l","smad2","tfdp1a","smad2","Transcription factor","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","B8JLN4","tfdp1l","wu:fc51d01","tfdp1a","e2f3","Transcription factor","E2F transcription factor 3 (Transcription factor E2F3)","string-db","7955.ENSDARP00000109781/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","Q08CM4","tfdp1l","lin54","tfdp1a","Q08CM4","Transcription factor","Protein lin-54 homolog","string-db","7955.ENSDARP00000086543/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","A3KNA6","tfdp1l","LOC566102","tfdp1a","epc1b","Transcription factor","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","A0AUQ6","tfdp1l","lin52","tfdp1a","A0AUQ6","Transcription factor","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","Q8JIR0","tfdp1l","bmi1a","tfdp1a","Q8JIR0","Transcription factor","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","Q7ZTY4","tfdp1l","rbbp7","tfdp1a","Q7ZTY4","Transcription factor","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","E7FEN0","tfdp1l","Polyhomeotic-like protein 3 isoform X4","tfdp1a","si:ch211-230g15.5","Transcription factor","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","Q5RHQ8","tfdp1l","lin9","tfdp1a","lin9","Transcription factor","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","Q566T0","tfdp1l","eed","tfdp1a","eed","Transcription factor","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","B0R1D5","tfdp1l","suz12b","tfdp1a","suz12b","Transcription factor","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","A0A0R4ICD5","tfdp1l","fb72f07","tfdp1a","e2f4","Transcription factor","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","P52161","tfdp1l","max","tfdp1a","P52161","Transcription factor","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","P47794","tfdp1l","ccne1","tfdp1a","P47794","Transcription factor","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","A2ATX3","tfdp1l","si:ch211-67n3.7","tfdp1a","pcgf6","Transcription factor","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000072266","physical","txid7955" +"Q803N1","E7FFJ8","tfdp1l","si:ch211-160f23.5","tfdp1a","si:ch211-160f23.5","Transcription factor","Si:ch211-160f23.5 (Transcription factor E2F2)","string-db","7955.ENSDARP00000100111/7955.ENSDARP00000072266","physical","txid7955" +"Q6AZW3","X1WDH8","zgc:101049","Histone H2B","Q6AZW3","si:dkey-261m9.19","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A4FVM2","zgc:101049","si:ch73-368j24.13","Q6AZW3","A4FVM2","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","B0R1D5","zgc:101049","suz12b","Q6AZW3","suz12b","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A0A140LG54","zgc:101049","Histone H2B","Q6AZW3","si:dkey-23a13.22","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","E7F4D0","zgc:101049","Activator of transcription and developmental regulator AUTS2 a","Q6AZW3","auts2a","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q7ZTY4","zgc:101049","rbbp7","Q6AZW3","Q7ZTY4","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A0A140LGS2","zgc:101049","Histone H2A","Q6AZW3","si:ch1073-153i20.5","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q9DGB8","zgc:101049","runxa","Q6AZW3","runx1","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q91398","zgc:101049","csnk2b","Q6AZW3","csnk2b","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A0A0R4IE41","zgc:101049","non-specific serine/threonine protein kinase","Q6AZW3","A0A0R4IE41","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A3KNV9","zgc:101049","zgc:162582","Q6AZW3","A3KNV9","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q7ZTT0","zgc:101049","zgc:56685","Q6AZW3","Q7ZTT0","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","E7FEN0","zgc:101049","Polyhomeotic-like protein 3 isoform X4","Q6AZW3","si:ch211-230g15.5","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q5BJA5","zgc:101049",";","Q6AZW3","-","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A0A140LGT1","zgc:101049","unp1266","Q6AZW3","A0A140LGT1","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","E7EZX1","zgc:101049","si:dkey-261m9.15","Q6AZW3","hist1h2a5","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","R4GE15","zgc:101049","si:ch211-113a14.29","Q6AZW3","si:ch211-113a14.22","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q8JIR0","zgc:101049","bmi1a","Q6AZW3","Q8JIR0","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","Q566T0","zgc:101049","eed","Q6AZW3","eed","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","X1WHF1","zgc:101049","Histone H2B","Q6AZW3","si:dkey-261m9.6","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","A0A0G2KI00","zgc:101049","LOC101885450","Q6AZW3","A0A0G2KI00","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Gastrula zinc finger protein XlCGF49.1-like","string-db","7955.ENSDARP00000131941/7955.ENSDARP00000095582","physical","txid7955" +"Q6AZW3","E7EXD7","zgc:101049","si:dkey-261m9.11","Q6AZW3","si:ch211-113a14.19","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000095582","physical","txid7955" +"A0A8M3AXL2","F1R3C6","fc61g09","Methylcytosine dioxygenase TET","A0A8M3AXL2","tet1","Host cell factor C1a","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000104252/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","F1RAW8","fc61g09","fb34c06","A0A8M3AXL2","ash2l","Host cell factor C1a","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","A2BEN4","fc61g09","fc03g04","A0A8M3AXL2","senp3a","Host cell factor C1a","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","B8JMZ3","fc61g09","zgc:92638","A0A8M3AXL2","dpy30","Host cell factor C1a","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","string-db","7955.ENSDARP00000017331/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","A0A8M9QDM8","fc61g09","PHD finger protein 20 isoform X1","A0A8M3AXL2","A0A8M9QDM8","Host cell factor C1a","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q6NV31","fc61g09","wdr82","A0A8M3AXL2","wdr82","Host cell factor C1a","WD repeat-containing protein 82 (Protein word of mouth)","string-db","7955.ENSDARP00000019685/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q803M3","fc61g09","tex10","A0A8M3AXL2","Q803M3","Host cell factor C1a","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","X1WCP5","fc61g09","si:ch73-376i21.2","A0A8M3AXL2","hcfc2","Host cell factor C1a","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q8AWW7","fc61g09","ruvbl1","A0A8M3AXL2","Q8AWW7","Host cell factor C1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","string-db","7955.ENSDARP00000012488/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","E7F958","fc61g09","Methylcytosine dioxygenase TET","A0A8M3AXL2","tet2","Host cell factor C1a","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000101295/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","E9QGQ0","fc61g09","Histone-lysine N-methyltransferase SETD1A isoform X1","A0A8M3AXL2","setd1a","Host cell factor C1a","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","B0R0I6","fc61g09","chd8","A0A8M3AXL2","B0R0I6","Host cell factor C1a","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","string-db","7955.ENSDARP00000011455/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q7SXM7","fc61g09","prpf31","A0A8M3AXL2","prpf31","Host cell factor C1a","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","A0A8M9PQY4","fc61g09","fc07b09","A0A8M3AXL2","A0A8M9PQY4","Host cell factor C1a","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q7ZTX2","fc61g09","wu:fk47f04","A0A8M3AXL2","wdr5","Host cell factor C1a","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q6P0E3","fc61g09","wu:fj97a11","A0A8M3AXL2","mcrs1","Host cell factor C1a","Microspherule protein 1","string-db","7955.ENSDARP00000023460/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q68EI2","fc61g09","zgc:91986","A0A8M3AXL2","Q68EI2","Host cell factor C1a","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","P83571","fc61g09","ruvbl2","A0A8M3AXL2","ruvbl2","Host cell factor C1a","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","A0A0G2KNT1","fc61g09","DPY30 domain-containing 2","A0A8M3AXL2","A0A0G2KNT1","Host cell factor C1a","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q1LY77","fc61g09","setd1ba","A0A8M3AXL2","Q1LY77","Host cell factor C1a","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","P52161","fc61g09","max","A0A8M3AXL2","P52161","Host cell factor C1a","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000007626","physical","txid7955" +"A0A8M3AXL2","Q6DH34","fc61g09","wu:fb49g10","A0A8M3AXL2","Q6DH34","Host cell factor C1a","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000007626","physical","txid7955" +"Q71PD7","Q1LUU4","h2az2a","si:dz179b20.7","h2az2a","daxx","Histone H2A.V (H2A.F/Z)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7F4M2","h2az2a","atrxl","h2az2a","atrx","Histone H2A.V (H2A.F/Z)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","R4GE15","h2az2a","si:ch211-113a14.29","h2az2a","si:ch211-113a14.22","Histone H2A.V (H2A.F/Z)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q9DGB8","h2az2a","runxa","h2az2a","runx1","Histone H2A.V (H2A.F/Z)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q6P0C9","h2az2a","fkd7","h2az2a","foxa1","Histone H2A.V (H2A.F/Z)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7EZ61","h2az2a","fc11a05","h2az2a","znf217","Histone H2A.V (H2A.F/Z)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","X1WHF1","h2az2a","Histone H2B","h2az2a","si:dkey-261m9.6","Histone H2A.V (H2A.F/Z)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7FH61","h2az2a","ncapg2","h2az2a","ncapg2","Histone H2A.V (H2A.F/Z)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q90YL6","h2az2a","zFF1","h2az2a","nr5a2","Histone H2A.V (H2A.F/Z)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","X1WG39","h2az2a","si:ch211-119n15.3","h2az2a","X1WG39","Histone H2A.V (H2A.F/Z)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","A0A8M2BEF6","h2az2a","cb91","h2az2a","A0A8M2BEF6","Histone H2A.V (H2A.F/Z)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q6PC53","h2az2a","ppial","h2az2a","ppiab","Histone H2A.V (H2A.F/Z)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q8JIR0","h2az2a","bmi1a","h2az2a","Q8JIR0","Histone H2A.V (H2A.F/Z)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q7ZTY4","h2az2a","rbbp7","h2az2a","Q7ZTY4","Histone H2A.V (H2A.F/Z)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","F1QMV7","h2az2a","Nuclear receptor coactivator 3","h2az2a","ncoa3","Histone H2A.V (H2A.F/Z)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7F0D5","h2az2a","Protection of telomeres protein 1","h2az2a","pot1","Histone H2A.V (H2A.F/Z)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q1LUQ0","h2az2a","jmjd2b","h2az2a","kdm4b","Histone H2A.V (H2A.F/Z)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","A0A0R4IMS9","h2az2a","DNA-directed RNA polymerase subunit","h2az2a","polr2a","Histone H2A.V (H2A.F/Z)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q803H4","h2az2a","cenpa","h2az2a","cenpa","Histone H2A.V (H2A.F/Z)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","B0UXK0","h2az2a","phf13","h2az2a","phf19","Histone H2A.V (H2A.F/Z)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","B0R1D5","h2az2a","suz12b","h2az2a","suz12b","Histone H2A.V (H2A.F/Z)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","P0CH95","h2az2a","phf8","h2az2a","phf8","Histone H2A.V (H2A.F/Z)","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","A0A140LG54","h2az2a","Histone H2B","h2az2a","si:dkey-23a13.22","Histone H2A.V (H2A.F/Z)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","B8A5K9","h2az2a","SMC2L1","h2az2a","smc2","Histone H2A.V (H2A.F/Z)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q5BJA5","h2az2a",";","h2az2a","-","Histone H2A.V (H2A.F/Z)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","A3KNV9","h2az2a","zgc:162582","h2az2a","A3KNV9","Histone H2A.V (H2A.F/Z)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","F1R1K5","h2az2a","dnmt3a1","h2az2a","dnmt3ab","Histone H2A.V (H2A.F/Z)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","A0A140LGT1","h2az2a","unp1266","h2az2a","A0A140LGT1","Histone H2A.V (H2A.F/Z)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q6NWG4","h2az2a","prmt6","h2az2a","Q6NWG4","Histone H2A.V (H2A.F/Z)","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7FEN0","h2az2a","Polyhomeotic-like protein 3 isoform X4","h2az2a","si:ch211-230g15.5","Histone H2A.V (H2A.F/Z)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","F1RDV9","h2az2a","zgc:171795","h2az2a","F1RDV9","Histone H2A.V (H2A.F/Z)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q6NYJ3","h2az2a","terf2ip","h2az2a","Q6NYJ3","Histone H2A.V (H2A.F/Z)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","X1WDH8","h2az2a","Histone H2B","h2az2a","si:dkey-261m9.19","Histone H2A.V (H2A.F/Z)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q6AZW3","h2az2a","zgc:101049","h2az2a","Q6AZW3","Histone H2A.V (H2A.F/Z)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","E7F0R9","h2az2a","Paired amphipathic helix protein Sin3a isoform X2","h2az2a","sin3ab","Histone H2A.V (H2A.F/Z)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","Q566T0","h2az2a","eed","h2az2a","eed","Histone H2A.V (H2A.F/Z)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","F1R9M2","h2az2a","TERF1","h2az2a","tinf2","Histone H2A.V (H2A.F/Z)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000090434","physical","txid7955" +"Q71PD7","F1R692","h2az2a","Ribosomal RNA-processing protein 8","h2az2a","F1R692","Histone H2A.V (H2A.F/Z)","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000090434","physical","txid7955" +"Q4FZZ7","B8A5K9","hist1h2a2","SMC2L1","hist1h2a2","smc2","Histone H2A","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6PI20","hist1h2a2","h3f3a; h3f3b.1; h3-5; h3f3d","hist1h2a2","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H2A","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LVD6","hist1h2a2","si:dkey-72l14.8","hist1h2a2","taf10","Histone H2A","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","R4GE15","hist1h2a2","si:ch211-113a14.29","hist1h2a2","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LVC2","hist1h2a2","jarid2b","hist1h2a2","jarid2b","Histone H2A","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1R692","hist1h2a2","Ribosomal RNA-processing protein 8","hist1h2a2","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E9QFQ5","hist1h2a2","Ubiquitin carboxyl-terminal hydrolase","hist1h2a2","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A4GT83","hist1h2a2","NR3C4","hist1h2a2","A4GT83","Histone H2A","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7F8W3","hist1h2a2","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hist1h2a2","E7F8W3","Histone H2A","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6AZW3","hist1h2a2","zgc:101049","hist1h2a2","Q6AZW3","Histone H2A","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LUC3","hist1h2a2","kat2b","hist1h2a2","kat2b","Histone H2A","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q566T0","hist1h2a2","eed","hist1h2a2","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","P0CH95","hist1h2a2","phf8","hist1h2a2","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q9DGB8","hist1h2a2","runxa","hist1h2a2","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7F0D5","hist1h2a2","Protection of telomeres protein 1","hist1h2a2","pot1","Histone H2A","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6DRK7","hist1h2a2","Serine/threonine-protein kinase PLK","hist1h2a2","plk1","Histone H2A","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","X1WHF1","hist1h2a2","Histone H2B","hist1h2a2","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7EZ61","hist1h2a2","fc11a05","hist1h2a2","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A8HAL1","hist1h2a2","usp16","hist1h2a2","usp16","Histone H2A","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","string-db","7955.ENSDARP00000080080/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6P0C9","hist1h2a2","fkd7","hist1h2a2","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","P57717","hist1h2a2","esr1","hist1h2a2","P57717","Histone H2A","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LUU4","hist1h2a2","si:dz179b20.7","hist1h2a2","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7F4M2","hist1h2a2","atrxl","hist1h2a2","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A0R4IMS9","hist1h2a2","DNA-directed RNA polymerase subunit","hist1h2a2","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q7ZTY4","hist1h2a2","rbbp7","hist1h2a2","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q8JIR0","hist1h2a2","bmi1a","hist1h2a2","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1QMV7","hist1h2a2","Nuclear receptor coactivator 3","hist1h2a2","ncoa3","Histone H2A","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q7SY21","hist1h2a2","tada3","hist1h2a2","Q7SY21","Histone H2A","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A0R4ITC5","hist1h2a2","trrap","hist1h2a2","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6AXK4","hist1h2a2","babam1","hist1h2a2","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","B0UXK0","hist1h2a2","phf13","hist1h2a2","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7FH61","hist1h2a2","ncapg2","hist1h2a2","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1R9M2","hist1h2a2","TERF1","hist1h2a2","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q5RGA4","hist1h2a2","mysm1","hist1h2a2","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7F0R9","hist1h2a2","Paired amphipathic helix protein Sin3a isoform X2","hist1h2a2","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","X1WG21","hist1h2a2","fe50h06","hist1h2a2","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","X1WG39","hist1h2a2","si:ch211-119n15.3","hist1h2a2","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LUQ0","hist1h2a2","jmjd2b","hist1h2a2","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q7ZW41","hist1h2a2","polr2g","hist1h2a2","polr2g","Histone H2A","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A140LG54","hist1h2a2","Histone H2B","hist1h2a2","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7F640","hist1h2a2","Ataxin 7","hist1h2a2","atxn7","Histone H2A","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6NWG4","hist1h2a2","prmt6","hist1h2a2","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q4QRF4","hist1h2a2","; ;","hist1h2a2","-","Histone H2A","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6NYJ3","hist1h2a2","terf2ip","hist1h2a2","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","X1WDH8","hist1h2a2","Histone H2B","hist1h2a2","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q6PC53","hist1h2a2","ppial","hist1h2a2","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A140LGT1","hist1h2a2","unp1266","hist1h2a2","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1RDV9","hist1h2a2","zgc:171795","hist1h2a2","F1RDV9","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","B3DJF8","hist1h2a2","LOC570661","hist1h2a2","LOC570661","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1R1K5","hist1h2a2","dnmt3a1","hist1h2a2","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A8KBJ5","hist1h2a2","si:ch1073-153i20.2","hist1h2a2","-","Histone H2A","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A0R4IXF6","hist1h2a2","kat2a","hist1h2a2","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q90YL6","hist1h2a2","zFF1","hist1h2a2","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","B0R1D5","hist1h2a2","suz12b","hist1h2a2","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A3KNV9","hist1h2a2","zgc:162582","hist1h2a2","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F6NIA2","hist1h2a2","aof2","hist1h2a2","kdm1a","Histone H2A","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","B0S6M0","hist1h2a2","fe47h06","hist1h2a2","suv39h1b","Histone H2A","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","F1QDT4","hist1h2a2","TAF2G","hist1h2a2","taf9","Histone H2A","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q803H4","hist1h2a2","cenpa","hist1h2a2","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q5BJA5","hist1h2a2",";","hist1h2a2","-","Histone H2A","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","E7FEN0","hist1h2a2","Polyhomeotic-like protein 3 isoform X4","hist1h2a2","si:ch211-230g15.5","Histone H2A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A0A8M2BEF6","hist1h2a2","cb91","hist1h2a2","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","Q1LYM8","hist1h2a2","si:dkey-6n6.6","hist1h2a2","Q1LYM8","Histone H2A","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000067895","physical","txid7955" +"Q4FZZ7","A5D6S6","hist1h2a2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hist1h2a2","polr2l","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000067895","physical","txid7955" +"A0A140LGS2","E7EZ61","Histone H2A","fc11a05","si:ch1073-153i20.5","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","A0A0R4IXF6","Histone H2A","kat2a","si:ch1073-153i20.5","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","Q6NYJ3","Histone H2A","terf2ip","si:ch1073-153i20.5","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","Q803H4","Histone H2A","cenpa","si:ch1073-153i20.5","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","A0A140LGT1","Histone H2A","unp1266","si:ch1073-153i20.5","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","E7F0R9","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2","si:ch1073-153i20.5","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000142451","physical","txid7955" +"A0A140LGS2","P0CH95","Histone H2A","phf8","si:ch1073-153i20.5","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000142451","physical","txid7955" +"A2BEN4","X1WCP5","fc03g04","si:ch73-376i21.2","senp3a","hcfc2","SUMO-specific peptidase 3a","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000114111","physical","txid7955" +"A2BEN4","Q7SXM7","fc03g04","prpf31","senp3a","prpf31","SUMO-specific peptidase 3a","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000114111","physical","txid7955" +"A2BEN4","A0A8M9PQY4","fc03g04","fc07b09","senp3a","A0A8M9PQY4","SUMO-specific peptidase 3a","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000114111","physical","txid7955" +"X1WHF1","A0A0R4IXF6","Histone H2B","kat2a","si:dkey-261m9.6","kat2a","Histone H2B","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","P0CH95","Histone H2B","phf8","si:dkey-261m9.6","phf8","Histone H2B","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q566T0","Histone H2B","eed","si:dkey-261m9.6","eed","Histone H2B","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","F1QHN6","Histone H2B","im:7042025","si:dkey-261m9.6","ubc","Histone H2B","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A0R4IMS9","Histone H2B","DNA-directed RNA polymerase subunit","si:dkey-261m9.6","polr2a","Histone H2B","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A140LG23","Histone H2B","si:dkey-23a13.21","si:dkey-261m9.6","A0A140LG23","Histone H2B","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","E7F0R9","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2","si:dkey-261m9.6","sin3ab","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A0R4ITC5","Histone H2B","trrap","si:dkey-261m9.6","trrap","Histone H2B","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q4U0S5","Histone H2B","paf1","si:dkey-261m9.6","Q4U0S5","Histone H2B","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q7T308","Histone H2B","rnf168","si:dkey-261m9.6","Q7T308","Histone H2B","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","E7EZ61","Histone H2B","fc11a05","si:dkey-261m9.6","znf217","Histone H2B","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q6P0C9","Histone H2B","fkd7","si:dkey-261m9.6","foxa1","Histone H2B","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A140LGS2","Histone H2B","Histone H2A","si:dkey-261m9.6","si:ch1073-153i20.5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A4FVM2","Histone H2B","si:ch73-368j24.13","si:dkey-261m9.6","A4FVM2","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q1LUQ0","Histone H2B","jmjd2b","si:dkey-261m9.6","kdm4b","Histone H2B","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A3KNV9","Histone H2B","zgc:162582","si:dkey-261m9.6","A3KNV9","Histone H2B","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q803H4","Histone H2B","cenpa","si:dkey-261m9.6","cenpa","Histone H2B","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A8M9QPT3","Histone H2B","fc38f05","si:dkey-261m9.6","A0A8M9QPT3","Histone H2B","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q7ZTT0","Histone H2B","zgc:56685","si:dkey-261m9.6","Q7ZTT0","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","B0R1D5","Histone H2B","suz12b","si:dkey-261m9.6","suz12b","Histone H2B","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q90YL6","Histone H2B","zFF1","si:dkey-261m9.6","nr5a2","Histone H2B","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q789K9","Histone H2B","mp:zf637-2-000771","si:dkey-261m9.6","ube2a","Histone H2B","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","X1WHN7","Histone H2B","hrpt2","si:dkey-261m9.6","cdc73","Histone H2B","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A0N4SUD2","Histone H2B","Ubi-p63E","si:dkey-261m9.6","ubb","Histone H2B","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","Q6NYJ3","Histone H2B","terf2ip","si:dkey-261m9.6","Q6NYJ3","Histone H2B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000129663","physical","txid7955" +"X1WHF1","A0A140LGT1","Histone H2B","unp1266","si:dkey-261m9.6","A0A140LGT1","Histone H2B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000129663","physical","txid7955" +"E7EZX1","X1WG21","si:dkey-261m9.15","fe50h06","hist1h2a5","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","E7F0R9","si:dkey-261m9.15","Paired amphipathic helix protein Sin3a isoform X2","hist1h2a5","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","X1WG39","si:dkey-261m9.15","si:ch211-119n15.3","hist1h2a5","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","E7FH61","si:dkey-261m9.15","ncapg2","hist1h2a5","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","F1R9M2","si:dkey-261m9.15","TERF1","hist1h2a5","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","B0UXK0","si:dkey-261m9.15","phf13","hist1h2a5","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q6AXK4","si:dkey-261m9.15","babam1","hist1h2a5","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q1LUQ0","si:dkey-261m9.15","jmjd2b","hist1h2a5","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A0R4ITC5","si:dkey-261m9.15","trrap","hist1h2a5","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","E7EZ61","si:dkey-261m9.15","fc11a05","hist1h2a5","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","F1R692","si:dkey-261m9.15","Ribosomal RNA-processing protein 8","hist1h2a5","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q8JIR0","si:dkey-261m9.15","bmi1a","hist1h2a5","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q566T0","si:dkey-261m9.15","eed","hist1h2a5","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A0R4IMS9","si:dkey-261m9.15","DNA-directed RNA polymerase subunit","hist1h2a5","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q9DGB8","si:dkey-261m9.15","runxa","hist1h2a5","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q6P0C9","si:dkey-261m9.15","fkd7","hist1h2a5","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","E7F4M2","si:dkey-261m9.15","atrxl","hist1h2a5","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","E9QFQ5","si:dkey-261m9.15","Ubiquitin carboxyl-terminal hydrolase","hist1h2a5","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","R4GE15","si:dkey-261m9.15","si:ch211-113a14.29","hist1h2a5","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q7ZTY4","si:dkey-261m9.15","rbbp7","hist1h2a5","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","P0CH95","si:dkey-261m9.15","phf8","hist1h2a5","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","X1WHF1","si:dkey-261m9.15","Histone H2B","hist1h2a5","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q1LUU4","si:dkey-261m9.15","si:dz179b20.7","hist1h2a5","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A3KNV9","si:dkey-261m9.15","zgc:162582","hist1h2a5","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q5RGA4","si:dkey-261m9.15","mysm1","hist1h2a5","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q6NYJ3","si:dkey-261m9.15","terf2ip","hist1h2a5","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","F1R1K5","si:dkey-261m9.15","dnmt3a1","hist1h2a5","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","B0R1D5","si:dkey-261m9.15","suz12b","hist1h2a5","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q6NWG4","si:dkey-261m9.15","prmt6","hist1h2a5","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q6PC53","si:dkey-261m9.15","ppial","hist1h2a5","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q803H4","si:dkey-261m9.15","cenpa","hist1h2a5","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A0R4IXF6","si:dkey-261m9.15","kat2a","hist1h2a5","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","X1WDH8","si:dkey-261m9.15","Histone H2B","hist1h2a5","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A8M2BEF6","si:dkey-261m9.15","cb91","hist1h2a5","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","Q90YL6","si:dkey-261m9.15","zFF1","hist1h2a5","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A140LG54","si:dkey-261m9.15","Histone H2B","hist1h2a5","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000104399","physical","txid7955" +"E7EZX1","A0A140LGT1","si:dkey-261m9.15","unp1266","hist1h2a5","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000104399","physical","txid7955" +"A0A8M9QDM8","Q6PC03","PHD finger protein 20 isoform X1","c20orf20","A0A8M9QDM8","mrgbp","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","X1WCP5","PHD finger protein 20 isoform X1","si:ch73-376i21.2","A0A8M9QDM8","hcfc2","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","P52161","PHD finger protein 20 isoform X1","max","A0A8M9QDM8","P52161","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","A0A0R4ICZ3","PHD finger protein 20 isoform X1","Enhancer of polycomb homolog","A0A8M9QDM8","epc1a","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","E7FGD3","PHD finger protein 20 isoform X1","KAT8 regulatory NSL complex subunit 1 isoform X2","A0A8M9QDM8","kansl1a","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","Q7SXM7","PHD finger protein 20 isoform X1","prpf31","A0A8M9QDM8","prpf31","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","F1QAV3","PHD finger protein 20 isoform X1","YEATS domain-containing 2","A0A8M9QDM8","yeats2","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","A0A0R4ITC5","PHD finger protein 20 isoform X1","trrap","A0A8M9QDM8","trrap","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","F8W3Z2","PHD finger protein 20 isoform X1","zgc:110167","A0A8M9QDM8","actl6b","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","A2BEN4","PHD finger protein 20 isoform X1","fc03g04","A0A8M9QDM8","senp3a","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","B8JKI8","PHD finger protein 20 isoform X1","htatip","A0A8M9QDM8","kat5b","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","A0A8M9PQY4","PHD finger protein 20 isoform X1","fc07b09","A0A8M9QDM8","A0A8M9PQY4","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","A8E7S8","PHD finger protein 20 isoform X1","zgc:92289","A0A8M9QDM8","morf4l1","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","F1QUH6","PHD finger protein 20 isoform X1","KAT8 regulatory NSL complex subunit 1","A0A8M9QDM8","kansl1b","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000111291","physical","txid7955" +"A0A8M9QDM8","Q6AZD3","PHD finger protein 20 isoform X1","meaf6","A0A8M9QDM8","meaf6","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000111291","physical","txid7955" +"Q6DH34","A2BEN4","wu:fb49g10","fc03g04","Q6DH34","senp3a","Uncharacterized protein LOC436695 (Zgc:92664)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","A2BIL7","wu:fb49g10","baz1b","Q6DH34","A2BIL7","Uncharacterized protein LOC436695 (Zgc:92664)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","A0A8M9QDM8","wu:fb49g10","PHD finger protein 20 isoform X1","Q6DH34","A0A8M9QDM8","Uncharacterized protein LOC436695 (Zgc:92664)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","A0A8M9PQY4","wu:fb49g10","fc07b09","Q6DH34","A0A8M9PQY4","Uncharacterized protein LOC436695 (Zgc:92664)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","F1RCN2","wu:fb49g10","CECR2 histone acetyl-lysine reader","Q6DH34","cecr2","Uncharacterized protein LOC436695 (Zgc:92664)","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","string-db","7955.ENSDARP00000100992/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","P52161","wu:fb49g10","max","Q6DH34","P52161","Uncharacterized protein LOC436695 (Zgc:92664)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","E7F366","wu:fb49g10","Bromodomain PHD finger transcription factor","Q6DH34","bptf","Uncharacterized protein LOC436695 (Zgc:92664)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","Q7SXM7","wu:fb49g10","prpf31","Q6DH34","prpf31","Uncharacterized protein LOC436695 (Zgc:92664)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000091894","physical","txid7955" +"Q6DH34","X1WCP5","wu:fb49g10","si:ch73-376i21.2","Q6DH34","hcfc2","Uncharacterized protein LOC436695 (Zgc:92664)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000091894","physical","txid7955" +"Q6PC60","Q4QRF4","hist2h2l","; ;","hist2h2l","-","Histone H2B 3","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F4M2","hist2h2l","atrxl","hist2h2l","atrx","Histone H2B 3","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7EZ61","hist2h2l","fc11a05","hist2h2l","znf217","Histone H2B 3","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1QHN6","hist2h2l","im:7042025","hist2h2l","ubc","Histone H2B 3","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7T308","hist2h2l","rnf168","hist2h2l","Q7T308","Histone H2B 3","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q568D5","hist2h2l","babam2","hist2h2l","Q568D5","Histone H2B 3","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6P0C9","hist2h2l","fkd7","hist2h2l","foxa1","Histone H2B 3","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6NZT5","hist2h2l","fj36h07","hist2h2l","jun","Histone H2B 3","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A4FVM2","hist2h2l","si:ch73-368j24.13","hist2h2l","A4FVM2","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q4FZZ7","hist2h2l","hist1h2a2","hist2h2l","hist1h2a2","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A0R4ITC5","hist2h2l","trrap","hist2h2l","trrap","Histone H2B 3","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F4T8","hist2h2l","ph1","hist2h2l","phc1","Histone H2B 3","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6NYV9","hist2h2l","leo1","hist2h2l","leo1","Histone H2B 3","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6AXK4","hist2h2l","babam1","hist2h2l","babam1","Histone H2B 3","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q5I2W8","hist2h2l","nbn","hist2h2l","nbn","Histone H2B 3","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6P5M2","hist2h2l","skic8","hist2h2l","Q6P5M2","Histone H2B 3","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q5XJK2","hist2h2l","h2afx1","hist2h2l","h2ax1","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","P57717","hist2h2l","esr1","hist2h2l","P57717","Histone H2B 3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7ZUM8","hist2h2l","usp44","hist2h2l","Q7ZUM8","Histone H2B 3","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","string-db","7955.ENSDARP00000104741/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7ZUK7","hist2h2l","waca","hist2h2l","Q7ZUK7","Histone H2B 3","WW domain-containing adapter protein with coiled-coil","string-db","7955.ENSDARP00000073355/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q803C1","hist2h2l","rnf8","hist2h2l","Q803C1","Histone H2B 3","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q71PD7","hist2h2l","h2az2a","hist2h2l","h2az2a","Histone H2B 3","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7EZX1","hist2h2l","si:dkey-261m9.15","hist2h2l","hist1h2a5","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6DRK7","hist2h2l","Serine/threonine-protein kinase PLK","hist2h2l","plk1","Histone H2B 3","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A4GT83","hist2h2l","NR3C4","hist2h2l","A4GT83","Histone H2B 3","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q566T0","hist2h2l","eed","hist2h2l","eed","Histone H2B 3","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F8W3","hist2h2l","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hist2h2l","E7F8W3","Histone H2B 3","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","P0CH95","hist2h2l","phf8","hist2h2l","phf8","Histone H2B 3","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LVD6","hist2h2l","si:dkey-72l14.8","hist2h2l","taf10","Histone H2B 3","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","X1WG39","hist2h2l","si:ch211-119n15.3","hist2h2l","X1WG39","Histone H2B 3","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6AZW3","hist2h2l","zgc:101049","hist2h2l","Q6AZW3","Histone H2B 3","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LVC2","hist2h2l","jarid2b","hist2h2l","jarid2b","Histone H2B 3","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F0D5","hist2h2l","Protection of telomeres protein 1","hist2h2l","pot1","Histone H2B 3","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6PI20","hist2h2l","h3f3a; h3f3b.1; h3-5; h3f3d","hist2h2l","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H2B 3","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LVK2","hist2h2l","zgc:103515","hist2h2l","polr2i","Histone H2B 3","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","B0UXK0","hist2h2l","phf13","hist2h2l","phf19","Histone H2B 3","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q5RGE5","hist2h2l","dclre1c","hist2h2l","dclre1c","Histone H2B 3","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A140LG23","hist2h2l","si:dkey-23a13.21","hist2h2l","A0A140LG23","Histone H2B 3","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F0R9","hist2h2l","Paired amphipathic helix protein Sin3a isoform X2","hist2h2l","sin3ab","Histone H2B 3","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A140LGS2","hist2h2l","Histone H2A","hist2h2l","si:ch1073-153i20.5","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q9DGB8","hist2h2l","runxa","hist2h2l","runx1","Histone H2B 3","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LUQ0","hist2h2l","jmjd2b","hist2h2l","kdm4b","Histone H2B 3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1R692","hist2h2l","Ribosomal RNA-processing protein 8","hist2h2l","F1R692","Histone H2B 3","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7FE07","hist2h2l","si:ch211-113a14.16","hist2h2l","E7FE07","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","B8JKI8","hist2h2l","htatip","hist2h2l","kat5b","Histone H2B 3","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1QMV7","hist2h2l","Nuclear receptor coactivator 3","hist2h2l","ncoa3","Histone H2B 3","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7T1S3","hist2h2l","yy1","hist2h2l","yy1a","Histone H2B 3","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7FH61","hist2h2l","ncapg2","hist2h2l","ncapg2","Histone H2B 3","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","B0S6M0","hist2h2l","fe47h06","hist2h2l","suv39h1b","Histone H2B 3","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A0R4IMS9","hist2h2l","DNA-directed RNA polymerase subunit","hist2h2l","polr2a","Histone H2B 3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A8N7UW22","hist2h2l","DNA repair protein RAD50","hist2h2l","A0A8N7UW22","Histone H2B 3","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","B0R1D5","hist2h2l","suz12b","hist2h2l","suz12b","Histone H2B 3","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q8JIR0","hist2h2l","bmi1a","hist2h2l","Q8JIR0","Histone H2B 3","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A3KNV9","hist2h2l","zgc:162582","hist2h2l","A3KNV9","Histone H2B 3","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1QDT4","hist2h2l","TAF2G","hist2h2l","taf9","Histone H2B 3","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1R926","hist2h2l","E3 ubiquitin protein ligase","hist2h2l","rnf20","Histone H2B 3","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7SXA3","hist2h2l","zgc:66168","hist2h2l","rps27a","Histone H2B 3","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7SY21","hist2h2l","tada3","hist2h2l","Q7SY21","Histone H2B 3","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1R9M2","hist2h2l","TERF1","hist2h2l","tinf2","Histone H2B 3","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7EXD7","hist2h2l","si:dkey-261m9.11","hist2h2l","si:ch211-113a14.19","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q90YL6","hist2h2l","zFF1","hist2h2l","nr5a2","Histone H2B 3","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1QRC8","hist2h2l","CHUNP6903","hist2h2l","terfa","Histone H2B 3","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LUU4","hist2h2l","si:dz179b20.7","hist2h2l","daxx","Histone H2B 3","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7ZTT0","hist2h2l","zgc:56685","hist2h2l","Q7ZTT0","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F0N6","hist2h2l","Amyloid beta","hist2h2l","apbb1","Histone H2B 3","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q803H4","hist2h2l","cenpa","hist2h2l","cenpa","Histone H2B 3","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","X1WHN7","hist2h2l","hrpt2","hist2h2l","cdc73","Histone H2B 3","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7ZTY4","hist2h2l","rbbp7","hist2h2l","Q7ZTY4","Histone H2B 3","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q4U0S5","hist2h2l","paf1","hist2h2l","Q4U0S5","Histone H2B 3","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F6NIA2","hist2h2l","aof2","hist2h2l","kdm1a","Histone H2B 3","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F5W3","hist2h2l","si:dkey-108k21.26","hist2h2l","hist1h2a10","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1R1K5","hist2h2l","dnmt3a1","hist2h2l","dnmt3ab","Histone H2B 3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A5D6S6","hist2h2l","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hist2h2l","polr2l","Histone H2B 3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","B8A5K9","hist2h2l","SMC2L1","hist2h2l","smc2","Histone H2B 3","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1RDV9","hist2h2l","zgc:171795","hist2h2l","F1RDV9","Histone H2B 3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A8KBJ5","hist2h2l","si:ch1073-153i20.2","hist2h2l","-","Histone H2B 3","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7FEN0","hist2h2l","Polyhomeotic-like protein 3 isoform X4","hist2h2l","si:ch211-230g15.5","Histone H2B 3","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A140LGT1","hist2h2l","unp1266","hist2h2l","A0A140LGT1","Histone H2B 3","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7T3F3","hist2h2l","ube2nl","hist2h2l","ube2nb","Histone H2B 3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","E7F640","hist2h2l","Ataxin 7","hist2h2l","atxn7","Histone H2B 3","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1R4C4","hist2h2l","pias4a","hist2h2l","pias4a","Histone H2B 3","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A8M9QPT3","hist2h2l","fc38f05","hist2h2l","A0A8M9QPT3","Histone H2B 3","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A8M2BEF6","hist2h2l","cb91","hist2h2l","A0A8M2BEF6","Histone H2B 3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q789K9","hist2h2l","mp:zf637-2-000771","hist2h2l","ube2a","Histone H2B 3","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A6H8I0","hist2h2l","usp22","hist2h2l","usp22","Histone H2B 3","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","string-db","7955.ENSDARP00000059142/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q568H8","hist2h2l","DNA-directed RNA polymerases I, II, and III subunit RPABC3","hist2h2l","polr2h","Histone H2B 3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6NWG4","hist2h2l","prmt6","hist2h2l","Q6NWG4","Histone H2B 3","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","F1Q4W7","hist2h2l","Histone-lysine N-methyltransferase, H3 lysine-79 specific","hist2h2l","dot1l","Histone H2B 3","Histone-lysine N-methyltransferase, H3 lysine-79 specific (EC 2.1.1.360) (Histone H3-K79 methyltransferase)","string-db","7955.ENSDARP00000083509/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q561S9","hist2h2l","H2A","hist2h2l","hist1h2a3","Histone H2B 3","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A8N7T6W3","hist2h2l","Mediator of DNA damage checkpoint protein 1","hist2h2l","A0A8N7T6W3","Histone H2B 3","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q7ZW41","hist2h2l","polr2g","hist2h2l","polr2g","Histone H2B 3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A0N4SUD2","hist2h2l","Ubi-p63E","hist2h2l","ubb","Histone H2B 3","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q6NYJ3","hist2h2l","terf2ip","hist2h2l","Q6NYJ3","Histone H2B 3","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","X1WG21","hist2h2l","fe50h06","hist2h2l","usp3","Histone H2B 3","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LVP6","hist2h2l","abraxas1","hist2h2l","abraxas1","Histone H2B 3","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","A0A0R4IXF6","hist2h2l","kat2a","hist2h2l","kat2a","Histone H2B 3","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000055912","physical","txid7955" +"Q6PC60","Q1LYM8","hist2h2l","si:dkey-6n6.6","hist2h2l","Q1LYM8","Histone H2B 3","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000055912","physical","txid7955" +"A0A8M9PQY4","X1WFM6","fc07b09","Methyl-CpG-binding domain protein 6","A0A8M9PQY4","mbd6","Host cell factor 1 (Host cell factor C1b)","Methyl-CpG-binding domain protein 6","string-db","7955.ENSDARP00000129030/7955.ENSDARP00000121690","physical","txid7955" +"A0A8M9PQY4","A0A0G2KNT1","fc07b09","DPY30 domain-containing 2","A0A8M9PQY4","A0A0G2KNT1","Host cell factor 1 (Host cell factor C1b)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000121690","physical","txid7955" +"A0A8M9PQY4","A0A8M9PX23","fc07b09","ASXL transcriptional regulator 1","A0A8M9PQY4","A0A8M9PX23","Host cell factor 1 (Host cell factor C1b)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000121690","physical","txid7955" +"A0A8M9PQY4","X1WCP5","fc07b09","si:ch73-376i21.2","A0A8M9PQY4","hcfc2","Host cell factor 1 (Host cell factor C1b)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000121690","physical","txid7955" +"A0A8M9PQY4","Q1LY77","fc07b09","setd1ba","A0A8M9PQY4","Q1LY77","Host cell factor 1 (Host cell factor C1b)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000121690","physical","txid7955" +"Q803M3","A2BEN4","tex10","fc03g04","Q803M3","senp3a","Testis-expressed protein 10 homolog","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","E7F654","tex10","nol9","Q803M3","nol9","Testis-expressed protein 10 homolog","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","Q7SXM7","tex10","prpf31","Q803M3","prpf31","Testis-expressed protein 10 homolog","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","F1R3C6","tex10","Methylcytosine dioxygenase TET","Q803M3","tet1","Testis-expressed protein 10 homolog","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000104252/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","A0JMQ0","tex10","bop1","Q803M3","A0JMQ0","Testis-expressed protein 10 homolog","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","A0A8M9QDM8","tex10","PHD finger protein 20 isoform X1","Q803M3","A0A8M9QDM8","Testis-expressed protein 10 homolog","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","Q6DH34","tex10","wu:fb49g10","Q803M3","Q6DH34","Testis-expressed protein 10 homolog","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","X1WCP5","tex10","si:ch73-376i21.2","Q803M3","hcfc2","Testis-expressed protein 10 homolog","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","P52161","tex10","max","Q803M3","P52161","Testis-expressed protein 10 homolog","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","F1RE30","tex10","Proline-, glutamic acid- and leucine-rich protein 1","Q803M3","pelp1","Testis-expressed protein 10 homolog","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","string-db","7955.ENSDARP00000100297/7955.ENSDARP00000072745","physical","txid7955" +"Q803M3","A0A8M9PQY4","tex10","fc07b09","Q803M3","A0A8M9PQY4","Testis-expressed protein 10 homolog","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000072745","physical","txid7955" +"Q98SP7","Q1L8Y6","bbs2","bbip1","bbs2","bbip1","Bardet-Biedl syndrome 2 protein homolog","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","string-db","7955.ENSDARP00000118928/7955.ENSDARP00000060999","physical","txid7955" +"Q98SP7","E7EXH4","bbs2","zgc:152964","bbs2","E7EXH4","Bardet-Biedl syndrome 2 protein homolog","Bardet-Biedl syndrome 4","string-db","7955.ENSDARP00000104870/7955.ENSDARP00000060999","physical","txid7955" +"Q98SP7","A2BHH9","bbs2","Somatostatin receptor 3","bbs2","A2BHH9","Bardet-Biedl syndrome 2 protein homolog","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000060999","physical","txid7955" +"B0R0I6","Q6P0E3","chd8","wu:fj97a11","B0R0I6","mcrs1","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Microspherule protein 1","string-db","7955.ENSDARP00000023460/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","P52161","chd8","max","B0R0I6","P52161","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","F1QGH7","chd8","ctnnb1","B0R0I6","ctnnb1","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","Q7SXM7","chd8","prpf31","B0R0I6","prpf31","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","A2BEN4","chd8","fc03g04","B0R0I6","senp3a","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","P83571","chd8","ruvbl2","B0R0I6","ruvbl2","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","E7FBV6","chd8","Family with sequence similarity 124B","B0R0I6","E7FBV6","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Family with sequence similarity 124B (Protein FAM124B isoform X2)","string-db","7955.ENSDARP00000109776/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","Q8AWW7","chd8","ruvbl1","B0R0I6","Q8AWW7","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","string-db","7955.ENSDARP00000012488/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","Q68EI2","chd8","zgc:91986","B0R0I6","Q68EI2","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","A0A8M9PQY4","chd8","fc07b09","B0R0I6","A0A8M9PQY4","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","A0A8M9QDM8","chd8","PHD finger protein 20 isoform X1","B0R0I6","A0A8M9QDM8","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","X1WCP5","chd8","si:ch73-376i21.2","B0R0I6","hcfc2","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","Q803M3","chd8","tex10","B0R0I6","Q803M3","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000011455","physical","txid7955" +"B0R0I6","Q6DH34","chd8","wu:fb49g10","B0R0I6","Q6DH34","Chromodomain-helicase-DNA-binding protein 8 (CHD-8) (EC 3.6.4.12) (ATP-dependent helicase CHD8)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000011455","physical","txid7955" +"Q5EG55","Q8JIR0","rybpb","bmi1a","Q5EG55","Q8JIR0","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","A3KNV9","rybpb","zgc:162582","Q5EG55","A3KNV9","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","A0A140LGT1","rybpb","unp1266","Q5EG55","A0A140LGT1","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","Q1JPS1","rybpb","pcgf5b","Q5EG55","pcgf5b","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","Q9DGB8","rybpb","runxa","Q5EG55","runx1","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","Q91398","rybpb","csnk2b","Q5EG55","csnk2b","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","E7FEN0","rybpb","Polyhomeotic-like protein 3 isoform X4","Q5EG55","si:ch211-230g15.5","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","E7F4D0","rybpb","Activator of transcription and developmental regulator AUTS2 a","Q5EG55","auts2a","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","Q6AZW3","rybpb","zgc:101049","Q5EG55","Q6AZW3","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","Q803N1","rybpb","tfdp1l","Q5EG55","tfdp1a","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000069979","physical","txid7955" +"Q5EG55","A0A0R4IE41","rybpb","non-specific serine/threonine protein kinase","Q5EG55","A0A0R4IE41","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000069979","physical","txid7955" +"Q4QRF4","Q566T0","; ;","eed","-","eed","Histone H3.2","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7FEN0","; ;","Polyhomeotic-like protein 3 isoform X4","-","si:ch211-230g15.5","Histone H3.2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","B0R1D5","; ;","suz12b","-","suz12b","Histone H3.2","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q7ZTT0","; ;","zgc:56685","-","Q7ZTT0","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q5BJA5","; ;",";","-","-","Histone H3.2","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q90YL6","; ;","zFF1","-","nr5a2","Histone H3.2","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7EZ61","; ;","fc11a05","-","znf217","Histone H3.2","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q9DGB8","; ;","runxa","-","runx1","Histone H3.2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7EZX1","; ;","si:dkey-261m9.15","-","hist1h2a5","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A140LG54","; ;","Histone H2B","-","si:dkey-23a13.22","Histone H3.2","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q1LYM8","; ;","si:dkey-6n6.6","-","Q1LYM8","Histone H3.2","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q6P0C9","; ;","fkd7","-","foxa1","Histone H3.2","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","F1RDV9","; ;","zgc:171795","-","F1RDV9","Histone H3.2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","X1WHF1","; ;","Histone H2B","-","si:dkey-261m9.6","Histone H3.2","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A8M2BEF6","; ;","cb91","-","A0A8M2BEF6","Histone H3.2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q71PD7","; ;","h2az2a","-","h2az2a","Histone H3.2","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","X1WCU6","; ;","si:ch211-175f11.5","-","X1WCU6","Histone H3.2","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","X1WDH8","; ;","Histone H2B","-","si:dkey-261m9.19","Histone H3.2","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q6AZW3","; ;","zgc:101049","-","Q6AZW3","Histone H3.2","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A140LG23","; ;","si:dkey-23a13.21","-","A0A140LG23","Histone H3.2","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7F0R9","; ;","Paired amphipathic helix protein Sin3a isoform X2","-","sin3ab","Histone H3.2","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7EZF3","; ;","uhrf1","-","uhrf1","Histone H3.2","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","string-db","7955.ENSDARP00000135054/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","F1R692","; ;","Ribosomal RNA-processing protein 8","-","F1R692","Histone H3.2","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","F1QMV7","; ;","Nuclear receptor coactivator 3","-","ncoa3","Histone H3.2","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A286Y9D1","; ;","phf14","-","phf14","Histone H3.2","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A3KNV9","; ;","zgc:162582","-","A3KNV9","Histone H3.2","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7EXD7","; ;","si:dkey-261m9.11","-","si:ch211-113a14.19","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A0R4IMS9","; ;","DNA-directed RNA polymerase subunit","-","polr2a","Histone H3.2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A1L223","; ;","id:ibd2026","-","cbx5","Histone H3.2","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","string-db","7955.ENSDARP00000115557/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q6NYY4","; ;","asf1ba","-","asf1ba","Histone H3.2","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","string-db","7955.ENSDARP00000140363/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","F1R1K5","; ;","dnmt3a1","-","dnmt3ab","Histone H3.2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q802D5","; ;","pfn2","-","pfn2","Histone H3.2","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7F4M2","; ;","atrxl","-","atrx","Histone H3.2","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7F5W3","; ;","si:dkey-108k21.26","-","hist1h2a10","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q561S9","; ;","H2A","-","hist1h2a3","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q6NWG4","; ;","prmt6","-","Q6NWG4","Histone H3.2","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q1L957","; ;","Barrier-to-autointegration factor","-","Q1L957","Histone H3.2","Barrier-to-autointegration factor (Si:dkey-211g8.4)","string-db","7955.ENSDARP00000118510/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A140LGT1","; ;","unp1266","-","A0A140LGT1","Histone H3.2","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","B8A5K9","; ;","SMC2L1","-","smc2","Histone H3.2","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A4GT83","; ;","NR3C4","-","A4GT83","Histone H3.2","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7F8W3","; ;","NAD-dependent protein deacetylase sirtuin-1 isoform X1","-","E7F8W3","Histone H3.2","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A0A140LGS2","; ;","Histone H2A","-","si:ch1073-153i20.5","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","F1R5H6","; ;","brd4","-","brd4","Histone H3.2","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q8JIR0","; ;","bmi1a","-","Q8JIR0","Histone H3.2","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7FH61","; ;","ncapg2","-","ncapg2","Histone H3.2","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q7ZTY4","; ;","rbbp7","-","Q7ZTY4","Histone H3.2","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q5XJK2","; ;","h2afx1","-","h2ax1","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q1LUQ0","; ;","jmjd2b","-","kdm4b","Histone H3.2","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","E7F0A1","; ;","fa91a03","-","E7F0A1","Histone H3.2","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","R4GE15","; ;","si:ch211-113a14.29","-","si:ch211-113a14.22","Histone H3.2","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","B0UXK0","; ;","phf13","-","phf19","Histone H3.2","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","A4FVM2","; ;","si:ch73-368j24.13","-","A4FVM2","Histone H3.2","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","X1WG39","; ;","si:ch211-119n15.3","-","X1WG39","Histone H3.2","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","Q6PI20","; ;","h3f3a; h3f3b.1; h3-5; h3f3d","-","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H3.2","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000084277","physical","txid7955" +"Q4QRF4","P0CH95","; ;","phf8","-","phf8","Histone H3.2","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000084277","physical","txid7955" +"X1WDH8","A0A0R4IMS9","Histone H2B","DNA-directed RNA polymerase subunit","si:dkey-261m9.19","polr2a","Histone H2B","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q803H4","Histone H2B","cenpa","si:dkey-261m9.19","cenpa","Histone H2B","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A3KNV9","Histone H2B","zgc:162582","si:dkey-261m9.19","A3KNV9","Histone H2B","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","B0R1D5","Histone H2B","suz12b","si:dkey-261m9.19","suz12b","Histone H2B","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","X1WHN7","Histone H2B","hrpt2","si:dkey-261m9.19","cdc73","Histone H2B","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q90YL6","Histone H2B","zFF1","si:dkey-261m9.19","nr5a2","Histone H2B","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q7ZTT0","Histone H2B","zgc:56685","si:dkey-261m9.19","Q7ZTT0","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q7SXA3","Histone H2B","zgc:66168","si:dkey-261m9.19","rps27a","Histone H2B","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A140LGT1","Histone H2B","unp1266","si:dkey-261m9.19","A0A140LGT1","Histone H2B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q7T308","Histone H2B","rnf168","si:dkey-261m9.19","Q7T308","Histone H2B","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","X1WG21","Histone H2B","fe50h06","si:dkey-261m9.19","usp3","Histone H2B","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A0R4IXF6","Histone H2B","kat2a","si:dkey-261m9.19","kat2a","Histone H2B","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A8M9QPT3","Histone H2B","fc38f05","si:dkey-261m9.19","A0A8M9QPT3","Histone H2B","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A0N4SUD2","Histone H2B","Ubi-p63E","si:dkey-261m9.19","ubb","Histone H2B","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","E7EZ61","Histone H2B","fc11a05","si:dkey-261m9.19","znf217","Histone H2B","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q789K9","Histone H2B","mp:zf637-2-000771","si:dkey-261m9.19","ube2a","Histone H2B","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q6NYJ3","Histone H2B","terf2ip","si:dkey-261m9.19","Q6NYJ3","Histone H2B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A140LGS2","Histone H2B","Histone H2A","si:dkey-261m9.19","si:ch1073-153i20.5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q6P0C9","Histone H2B","fkd7","si:dkey-261m9.19","foxa1","Histone H2B","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","P0CH95","Histone H2B","phf8","si:dkey-261m9.19","phf8","Histone H2B","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A0A0R4ITC5","Histone H2B","trrap","si:dkey-261m9.19","trrap","Histone H2B","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","F1R692","Histone H2B","Ribosomal RNA-processing protein 8","si:dkey-261m9.19","F1R692","Histone H2B","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","E7F0R9","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2","si:dkey-261m9.19","sin3ab","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q566T0","Histone H2B","eed","si:dkey-261m9.19","eed","Histone H2B","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","X1WG39","Histone H2B","si:ch211-119n15.3","si:dkey-261m9.19","X1WG39","Histone H2B","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","A4FVM2","Histone H2B","si:ch73-368j24.13","si:dkey-261m9.19","A4FVM2","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q1LUQ0","Histone H2B","jmjd2b","si:dkey-261m9.19","kdm4b","Histone H2B","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","F1QHN6","Histone H2B","im:7042025","si:dkey-261m9.19","ubc","Histone H2B","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128277","physical","txid7955" +"X1WDH8","Q4U0S5","Histone H2B","paf1","si:dkey-261m9.19","Q4U0S5","Histone H2B","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000128277","physical","txid7955" +"E7F5W3","Q6P0C9","si:dkey-108k21.26","fkd7","hist1h2a10","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1R1K5","si:dkey-108k21.26","dnmt3a1","hist1h2a10","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A0R4IXF6","si:dkey-108k21.26","kat2a","hist1h2a10","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q6NYJ3","si:dkey-108k21.26","terf2ip","hist1h2a10","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7FEN0","si:dkey-108k21.26","Polyhomeotic-like protein 3 isoform X4","hist1h2a10","si:ch211-230g15.5","Histone H2A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q90YL6","si:dkey-108k21.26","zFF1","hist1h2a10","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A140LGT1","si:dkey-108k21.26","unp1266","hist1h2a10","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1RDV9","si:dkey-108k21.26","zgc:171795","hist1h2a10","F1RDV9","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q6NWG4","si:dkey-108k21.26","prmt6","hist1h2a10","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q6PC53","si:dkey-108k21.26","ppial","hist1h2a10","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1QDT4","si:dkey-108k21.26","TAF2G","hist1h2a10","taf9","Histone H2A","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A3KNV9","si:dkey-108k21.26","zgc:162582","hist1h2a10","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q5RGA4","si:dkey-108k21.26","mysm1","hist1h2a10","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","B8A5K9","si:dkey-108k21.26","SMC2L1","hist1h2a10","smc2","Histone H2A","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","B0R1D5","si:dkey-108k21.26","suz12b","hist1h2a10","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A140LG54","si:dkey-108k21.26","Histone H2B","hist1h2a10","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7F640","si:dkey-108k21.26","Ataxin 7","hist1h2a10","atxn7","Histone H2A","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q5BJA5","si:dkey-108k21.26",";","hist1h2a10","-","Histone H2A","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q803H4","si:dkey-108k21.26","cenpa","hist1h2a10","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","X1WG21","si:dkey-108k21.26","fe50h06","hist1h2a10","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","X1WDH8","si:dkey-108k21.26","Histone H2B","hist1h2a10","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A8M2BEF6","si:dkey-108k21.26","cb91","hist1h2a10","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q7ZTY4","si:dkey-108k21.26","rbbp7","hist1h2a10","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7F4M2","si:dkey-108k21.26","atrxl","hist1h2a10","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","P0CH95","si:dkey-108k21.26","phf8","hist1h2a10","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q8JIR0","si:dkey-108k21.26","bmi1a","hist1h2a10","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q9DGB8","si:dkey-108k21.26","runxa","hist1h2a10","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A0R4IMS9","si:dkey-108k21.26","DNA-directed RNA polymerase subunit","hist1h2a10","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7F0D5","si:dkey-108k21.26","Protection of telomeres protein 1","hist1h2a10","pot1","Histone H2A","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q1LUQ0","si:dkey-108k21.26","jmjd2b","hist1h2a10","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E9QFQ5","si:dkey-108k21.26","Ubiquitin carboxyl-terminal hydrolase","hist1h2a10","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","R4GE15","si:dkey-108k21.26","si:ch211-113a14.29","hist1h2a10","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7F0R9","si:dkey-108k21.26","Paired amphipathic helix protein Sin3a isoform X2","hist1h2a10","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1QMV7","si:dkey-108k21.26","Nuclear receptor coactivator 3","hist1h2a10","ncoa3","Histone H2A","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","B0UXK0","si:dkey-108k21.26","phf13","hist1h2a10","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q1LUU4","si:dkey-108k21.26","si:dz179b20.7","hist1h2a10","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1R9M2","si:dkey-108k21.26","TERF1","hist1h2a10","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q6AXK4","si:dkey-108k21.26","babam1","hist1h2a10","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","X1WHF1","si:dkey-108k21.26","Histone H2B","hist1h2a10","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7EZ61","si:dkey-108k21.26","fc11a05","hist1h2a10","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q566T0","si:dkey-108k21.26","eed","hist1h2a10","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","A0A0R4ITC5","si:dkey-108k21.26","trrap","hist1h2a10","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","X1WG39","si:dkey-108k21.26","si:ch211-119n15.3","hist1h2a10","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","Q6AZW3","si:dkey-108k21.26","zgc:101049","hist1h2a10","Q6AZW3","Histone H2A","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","F1R692","si:dkey-108k21.26","Ribosomal RNA-processing protein 8","hist1h2a10","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000090632","physical","txid7955" +"E7F5W3","E7FH61","si:dkey-108k21.26","ncapg2","hist1h2a10","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000090632","physical","txid7955" +"P52161","A0A8M9PQY4","max","fc07b09","P52161","A0A8M9PQY4","Protein max (Myc-associated factor X)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000111552","physical","txid7955" +"P52161","A0A8M2B5I7","max","im:7137698","P52161","A0A8M2B5I7","Protein max (Myc-associated factor X)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000111552","physical","txid7955" +"P52161","X1WCP5","max","si:ch73-376i21.2","P52161","hcfc2","Protein max (Myc-associated factor X)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000111552","physical","txid7955" +"P52161","Q7SXM7","max","prpf31","P52161","prpf31","Protein max (Myc-associated factor X)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000111552","physical","txid7955" +"P52161","E7FFZ5","max","smad10b","P52161","E7FFZ5","Protein max (Myc-associated factor X)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000111552","physical","txid7955" +"P52161","A2BEN4","max","fc03g04","P52161","senp3a","Protein max (Myc-associated factor X)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000111552","physical","txid7955" +"P52161","A0A8M1N9U9","max","si:dkey-222b8.1","P52161","A0A8M1N9U9","Protein max (Myc-associated factor X)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000111552","physical","txid7955" +"Q91398","F6NLJ7","csnk2b","FACT complex subunit SSRP1","csnk2b","ssrp1b","Casein kinase II subunit beta (CK II beta)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","Q8JIR0","csnk2b","bmi1a","csnk2b","Q8JIR0","Casein kinase II subunit beta (CK II beta)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","Q804S5","csnk2b","mib1","csnk2b","mib1","Casein kinase II subunit beta (CK II beta)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","A5A4L9","csnk2b","DUF140","csnk2b","A5A4L9","Casein kinase II subunit beta (CK II beta)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","E7F737","csnk2b","dvl3","csnk2b","dvl3b","Casein kinase II subunit beta (CK II beta)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","A0A140LGT1","csnk2b","unp1266","csnk2b","A0A140LGT1","Casein kinase II subunit beta (CK II beta)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","A3KNV9","csnk2b","zgc:162582","csnk2b","A3KNV9","Casein kinase II subunit beta (CK II beta)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","A0A0R4IE41","csnk2b","non-specific serine/threonine protein kinase","csnk2b","A0A0R4IE41","Casein kinase II subunit beta (CK II beta)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","E7F4D0","csnk2b","Activator of transcription and developmental regulator AUTS2 a","csnk2b","auts2a","Casein kinase II subunit beta (CK II beta)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","E7FEN0","csnk2b","Polyhomeotic-like protein 3 isoform X4","csnk2b","si:ch211-230g15.5","Casein kinase II subunit beta (CK II beta)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000098474","physical","txid7955" +"Q91398","Q9DGB8","csnk2b","runxa","csnk2b","runx1","Casein kinase II subunit beta (CK II beta)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000098474","physical","txid7955" +"E7F4D0","A0A140LGT1","Activator of transcription and developmental regulator AUTS2 a","unp1266","auts2a","A0A140LGT1","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000107382","physical","txid7955" +"E7F4D0","A3KNV9","Activator of transcription and developmental regulator AUTS2 a","zgc:162582","auts2a","A3KNV9","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000107382","physical","txid7955" +"E7F4D0","Q9DGB8","Activator of transcription and developmental regulator AUTS2 a","runxa","auts2a","runx1","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000107382","physical","txid7955" +"E7F4D0","A0A0R4IE41","Activator of transcription and developmental regulator AUTS2 a","non-specific serine/threonine protein kinase","auts2a","A0A0R4IE41","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000107382","physical","txid7955" +"A0A0R4IE41","A3KNV9","non-specific serine/threonine protein kinase","zgc:162582","A0A0R4IE41","A3KNV9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000132416","physical","txid7955" +"A0A0R4IE41","E7F737","non-specific serine/threonine protein kinase","dvl3","A0A0R4IE41","dvl3b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000132416","physical","txid7955" +"A0A0R4IE41","A0A140LGT1","non-specific serine/threonine protein kinase","unp1266","A0A0R4IE41","A0A140LGT1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000132416","physical","txid7955" +"A0A140LG54","E7F0R9","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2","si:dkey-23a13.22","sin3ab","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","A0A0R4IXF6","Histone H2B","kat2a","si:dkey-23a13.22","kat2a","Histone H2B","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","A0A140LGT1","Histone H2B","unp1266","si:dkey-23a13.22","A0A140LGT1","Histone H2B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","Q6NYJ3","Histone H2B","terf2ip","si:dkey-23a13.22","Q6NYJ3","Histone H2B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","Q803H4","Histone H2B","cenpa","si:dkey-23a13.22","cenpa","Histone H2B","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","P0CH95","Histone H2B","phf8","si:dkey-23a13.22","phf8","Histone H2B","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","Q7T308","Histone H2B","rnf168","si:dkey-23a13.22","Q7T308","Histone H2B","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","A0A140LGS2","Histone H2B","Histone H2A","si:dkey-23a13.22","si:ch1073-153i20.5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000142232","physical","txid7955" +"A0A140LG54","E7EZ61","Histone H2B","fc11a05","si:dkey-23a13.22","znf217","Histone H2B","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000142232","physical","txid7955" +"B3DJF8","E7F8W3","LOC570661","NAD-dependent protein deacetylase sirtuin-1 isoform X1","LOC570661","E7F8W3","Histone H2B","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","B0R1D5","LOC570661","suz12b","LOC570661","suz12b","Histone H2B","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1R4C4","LOC570661","pias4a","LOC570661","pias4a","Histone H2B","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A140LGT1","LOC570661","unp1266","LOC570661","A0A140LGT1","Histone H2B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","B8A5K9","LOC570661","SMC2L1","LOC570661","smc2","Histone H2B","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A8N7UW22","LOC570661","DNA repair protein RAD50","LOC570661","A0A8N7UW22","Histone H2B","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7SXA3","LOC570661","zgc:66168","LOC570661","rps27a","Histone H2B","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q789K9","LOC570661","mp:zf637-2-000771","LOC570661","ube2a","Histone H2B","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q803H4","LOC570661","cenpa","LOC570661","cenpa","Histone H2B","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A5D6S6","LOC570661","DNA-directed RNA polymerases I, II, and III subunit RPABC5","LOC570661","polr2l","Histone H2B","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q1LYM8","LOC570661","si:dkey-6n6.6","LOC570661","Q1LYM8","Histone H2B","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1R1K5","LOC570661","dnmt3a1","LOC570661","dnmt3ab","Histone H2B","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7ZW41","LOC570661","polr2g","LOC570661","polr2g","Histone H2B","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6NWG4","LOC570661","prmt6","LOC570661","Q6NWG4","Histone H2B","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F640","LOC570661","Ataxin 7","LOC570661","atxn7","Histone H2B","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F5W3","LOC570661","si:dkey-108k21.26","LOC570661","hist1h2a10","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A8M2BEF6","LOC570661","cb91","LOC570661","A0A8M2BEF6","Histone H2B","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A8N7T6W3","LOC570661","Mediator of DNA damage checkpoint protein 1","LOC570661","A0A8N7T6W3","Histone H2B","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q4QRF4","LOC570661","; ;","LOC570661","-","Histone H2B","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1QDT4","LOC570661","TAF2G","LOC570661","taf9","Histone H2B","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6NYJ3","LOC570661","terf2ip","LOC570661","Q6NYJ3","Histone H2B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1RDV9","LOC570661","zgc:171795","LOC570661","F1RDV9","Histone H2B","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A8M9QPT3","LOC570661","fc38f05","LOC570661","A0A8M9QPT3","Histone H2B","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F6NIA2","LOC570661","aof2","LOC570661","kdm1a","Histone H2B","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A3KNV9","LOC570661","zgc:162582","LOC570661","A3KNV9","Histone H2B","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7FEN0","LOC570661","Polyhomeotic-like protein 3 isoform X4","LOC570661","si:ch211-230g15.5","Histone H2B","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","X1WG21","LOC570661","fe50h06","LOC570661","usp3","Histone H2B","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","B0S6M0","LOC570661","fe47h06","LOC570661","suv39h1b","Histone H2B","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A0N4SUD2","LOC570661","Ubi-p63E","LOC570661","ubb","Histone H2B","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A0R4IXF6","LOC570661","kat2a","LOC570661","kat2a","Histone H2B","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q561S9","LOC570661","H2A","LOC570661","hist1h2a3","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1R926","LOC570661","E3 ubiquitin protein ligase","LOC570661","rnf20","Histone H2B","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1R9M2","LOC570661","TERF1","LOC570661","tinf2","Histone H2B","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1QMV7","LOC570661","Nuclear receptor coactivator 3","LOC570661","ncoa3","Histone H2B","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A0R4ITC5","LOC570661","trrap","LOC570661","trrap","Histone H2B","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7ZTY4","LOC570661","rbbp7","LOC570661","Q7ZTY4","Histone H2B","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7ZTT0","LOC570661","zgc:56685","LOC570661","Q7ZTT0","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A0R4IMS9","LOC570661","DNA-directed RNA polymerase subunit","LOC570661","polr2a","Histone H2B","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q5XJK2","LOC570661","h2afx1","LOC570661","h2ax1","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7FH61","LOC570661","ncapg2","LOC570661","ncapg2","Histone H2B","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q90YL6","LOC570661","zFF1","LOC570661","nr5a2","Histone H2B","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F0N6","LOC570661","Amyloid beta","LOC570661","apbb1","Histone H2B","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","X1WG39","LOC570661","si:ch211-119n15.3","LOC570661","X1WG39","Histone H2B","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q4U0S5","LOC570661","paf1","LOC570661","Q4U0S5","Histone H2B","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7SY21","LOC570661","tada3","LOC570661","Q7SY21","Histone H2B","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","X1WHN7","LOC570661","hrpt2","LOC570661","cdc73","Histone H2B","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7EXD7","LOC570661","si:dkey-261m9.11","LOC570661","si:ch211-113a14.19","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A4FVM2","LOC570661","si:ch73-368j24.13","LOC570661","A4FVM2","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q1LUU4","LOC570661","si:dz179b20.7","LOC570661","daxx","Histone H2B","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q8JIR0","LOC570661","bmi1a","LOC570661","Q8JIR0","Histone H2B","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F0R9","LOC570661","Paired amphipathic helix protein Sin3a isoform X2","LOC570661","sin3ab","Histone H2B","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","B0UXK0","LOC570661","phf13","LOC570661","phf19","Histone H2B","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6AXK4","LOC570661","babam1","LOC570661","babam1","Histone H2B","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q1LUQ0","LOC570661","jmjd2b","LOC570661","kdm4b","Histone H2B","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q71PD7","LOC570661","h2az2a","LOC570661","h2az2a","Histone H2B","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q1LVD6","LOC570661","si:dkey-72l14.8","LOC570661","taf10","Histone H2B","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6P5M2","LOC570661","skic8","LOC570661","Q6P5M2","Histone H2B","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q1LVC2","LOC570661","jarid2b","LOC570661","jarid2b","Histone H2B","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","P0CH95","LOC570661","phf8","LOC570661","phf8","Histone H2B","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7ZUK7","LOC570661","waca","LOC570661","Q7ZUK7","Histone H2B","WW domain-containing adapter protein with coiled-coil","string-db","7955.ENSDARP00000073355/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1QHN6","LOC570661","im:7042025","LOC570661","ubc","Histone H2B","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A4GT83","LOC570661","NR3C4","LOC570661","A4GT83","Histone H2B","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6P0C9","LOC570661","fkd7","LOC570661","foxa1","Histone H2B","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","B8JKI8","LOC570661","htatip","LOC570661","kat5b","Histone H2B","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","A0A140LGS2","LOC570661","Histone H2A","LOC570661","si:ch1073-153i20.5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q803C1","LOC570661","rnf8","LOC570661","Q803C1","Histone H2B","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","P57717","LOC570661","esr1","LOC570661","P57717","Histone H2B","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6DRK7","LOC570661","Serine/threonine-protein kinase PLK","LOC570661","plk1","Histone H2B","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F4M2","LOC570661","atrxl","LOC570661","atrx","Histone H2B","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7F0D5","LOC570661","Protection of telomeres protein 1","LOC570661","pot1","Histone H2B","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7EZ61","LOC570661","fc11a05","LOC570661","znf217","Histone H2B","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7T308","LOC570661","rnf168","LOC570661","Q7T308","Histone H2B","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6AZW3","LOC570661","zgc:101049","LOC570661","Q6AZW3","Histone H2B","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6NYV9","LOC570661","leo1","LOC570661","leo1","Histone H2B","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","E7EZX1","LOC570661","si:dkey-261m9.15","LOC570661","hist1h2a5","Histone H2B","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","F1R692","LOC570661","Ribosomal RNA-processing protein 8","LOC570661","F1R692","Histone H2B","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q6PI20","LOC570661","h3f3a; h3f3b.1; h3-5; h3f3d","LOC570661","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H2B","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q7ZUM8","LOC570661","usp44","LOC570661","Q7ZUM8","Histone H2B","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","string-db","7955.ENSDARP00000104741/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q566T0","LOC570661","eed","LOC570661","eed","Histone H2B","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000067948","physical","txid7955" +"B3DJF8","Q9DGB8","LOC570661","runxa","LOC570661","runx1","Histone H2B","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000067948","physical","txid7955" +"F1QNF2","A0A140LGS2","cbx3","Histone H2A","cbx3a","si:ch1073-153i20.5","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","A8KBJ5","cbx3","si:ch1073-153i20.2","cbx3a","-","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","E7F5W3","cbx3","si:dkey-108k21.26","cbx3a","hist1h2a10","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q8AXX2","cbx3","tbx1","cbx3a","tbx1","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","T-box transcription factor TBX1 (T-box protein 1)","string-db","7955.ENSDARP00000040825/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q561S9","cbx3","H2A","cbx3a","hist1h2a3","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q6PC60","cbx3","hist2h2l","cbx3a","hist2h2l","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","A2ATX3","cbx3","si:ch211-67n3.7","cbx3a","pcgf6","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","X1WDH8","cbx3","Histone H2B","cbx3a","si:dkey-261m9.19","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","B3DJF8","cbx3","LOC570661","cbx3a","LOC570661","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q7ZTT0","cbx3","zgc:56685","cbx3a","Q7ZTT0","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","E7EXD7","cbx3","si:dkey-261m9.11","cbx3a","si:ch211-113a14.19","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","E7EZX1","cbx3","si:dkey-261m9.15","cbx3a","hist1h2a5","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q4QRF4","cbx3","; ;","cbx3a","-","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","A0A140LG54","cbx3","Histone H2B","cbx3a","si:dkey-23a13.22","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q803N1","cbx3","tfdp1l","cbx3a","tfdp1a","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","P52161","cbx3","max","cbx3a","P52161","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q5BJA5","cbx3",";","cbx3a","-","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","X1WHF1","cbx3","Histone H2B","cbx3a","si:dkey-261m9.6","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","A4FVM2","cbx3","si:ch73-368j24.13","cbx3a","A4FVM2","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q6PI20","cbx3","h3f3a; h3f3b.1; h3-5; h3f3d","cbx3a","h3f3a;h3f3b.1;h3-5;h3f3d","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q7ZUY3","cbx3","h2ax","cbx3a","Q7ZUY3","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","E7FE07","cbx3","si:ch211-113a14.16","cbx3a","E7FE07","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","R4GE15","cbx3","si:ch211-113a14.29","cbx3a","si:ch211-113a14.22","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q4FZZ7","cbx3","hist1h2a2","cbx3a","hist1h2a2","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q5XJK2","cbx3","h2afx1","cbx3a","h2ax1","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000009789","physical","txid7955" +"F1QNF2","Q71PD7","cbx3","h2az2a","cbx3a","h2az2a","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000009789","physical","txid7955" +"A8KBJ5","Q9DGB8","si:ch1073-153i20.2","runxa","-","runx1","Histone H3","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A4GT83","si:ch1073-153i20.2","NR3C4","-","A4GT83","Histone H3","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","P57717","si:ch1073-153i20.2","esr1","-","P57717","Histone H3","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7F0A1","si:ch1073-153i20.2","fa91a03","-","E7F0A1","Histone H3","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7F8W3","si:ch1073-153i20.2","NAD-dependent protein deacetylase sirtuin-1 isoform X1","-","E7F8W3","Histone H3","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7F4M2","si:ch1073-153i20.2","atrxl","-","atrx","Histone H3","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","P0CH95","si:ch1073-153i20.2","phf8","-","phf8","Histone H3","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F1R5H6","si:ch1073-153i20.2","brd4","-","brd4","Histone H3","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q8JIR0","si:ch1073-153i20.2","bmi1a","-","Q8JIR0","Histone H3","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q1LVC2","si:ch1073-153i20.2","jarid2b","-","jarid2b","Histone H3","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6DRK7","si:ch1073-153i20.2","Serine/threonine-protein kinase PLK","-","plk1","Histone H3","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A140LGS2","si:ch1073-153i20.2","Histone H2A","-","si:ch1073-153i20.5","Histone H3","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6PI20","si:ch1073-153i20.2","h3f3a; h3f3b.1; h3-5; h3f3d","-","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H3","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q7ZTY4","si:ch1073-153i20.2","rbbp7","-","Q7ZTY4","Histone H3","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","R4GE15","si:ch1073-153i20.2","si:ch211-113a14.29","-","si:ch211-113a14.22","Histone H3","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7FH61","si:ch1073-153i20.2","ncapg2","-","ncapg2","Histone H3","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q566T0","si:ch1073-153i20.2","eed","-","eed","Histone H3","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q1LUQ0","si:ch1073-153i20.2","jmjd2b","-","kdm4b","Histone H3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q5XJK2","si:ch1073-153i20.2","h2afx1","-","h2ax1","Histone H3","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q802D5","si:ch1073-153i20.2","pfn2","-","pfn2","Histone H3","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A140LGT1","si:ch1073-153i20.2","unp1266","-","A0A140LGT1","Histone H3","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","B3DJF8","si:ch1073-153i20.2","LOC570661","-","LOC570661","Histone H3","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6NWG4","si:ch1073-153i20.2","prmt6","-","Q6NWG4","Histone H3","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6NYY4","si:ch1073-153i20.2","asf1ba","-","asf1ba","Histone H3","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","string-db","7955.ENSDARP00000140363/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F1R692","si:ch1073-153i20.2","Ribosomal RNA-processing protein 8","-","F1R692","Histone H3","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","B0UXK0","si:ch1073-153i20.2","phf13","-","phf19","Histone H3","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A0R4IMS9","si:ch1073-153i20.2","DNA-directed RNA polymerase subunit","-","polr2a","Histone H3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","X1WHF1","si:ch1073-153i20.2","Histone H2B","-","si:dkey-261m9.6","Histone H3","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A286Y9D1","si:ch1073-153i20.2","phf14","-","phf14","Histone H3","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q561S9","si:ch1073-153i20.2","H2A","-","hist1h2a3","Histone H3","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A1L223","si:ch1073-153i20.2","id:ibd2026","-","cbx5","Histone H3","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","string-db","7955.ENSDARP00000115557/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","X1WCU6","si:ch1073-153i20.2","si:ch211-175f11.5","-","X1WCU6","Histone H3","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A140LG23","si:ch1073-153i20.2","si:dkey-23a13.21","-","A0A140LG23","Histone H3","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6P0C9","si:ch1073-153i20.2","fkd7","-","foxa1","Histone H3","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","B8A5K9","si:ch1073-153i20.2","SMC2L1","-","smc2","Histone H3","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7EXD7","si:ch1073-153i20.2","si:dkey-261m9.11","-","si:ch211-113a14.19","Histone H3","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A3KNV9","si:ch1073-153i20.2","zgc:162582","-","A3KNV9","Histone H3","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q1L957","si:ch1073-153i20.2","Barrier-to-autointegration factor","-","Q1L957","Histone H3","Barrier-to-autointegration factor (Si:dkey-211g8.4)","string-db","7955.ENSDARP00000118510/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","O13034","si:ch1073-153i20.2","rag2","-","O13034","Histone H3","V(D)J recombination-activating protein 2 (RAG-2)","string-db","7955.ENSDARP00000068402/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7F5W3","si:ch1073-153i20.2","si:dkey-108k21.26","-","hist1h2a10","Histone H3","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q71PD7","si:ch1073-153i20.2","h2az2a","-","h2az2a","Histone H3","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","X1WG39","si:ch1073-153i20.2","si:ch211-119n15.3","-","X1WG39","Histone H3","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7EZ61","si:ch1073-153i20.2","fc11a05","-","znf217","Histone H3","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A8M2BEF6","si:ch1073-153i20.2","cb91","-","A0A8M2BEF6","Histone H3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F1RDV9","si:ch1073-153i20.2","zgc:171795","-","F1RDV9","Histone H3","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A5D6S6","si:ch1073-153i20.2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","-","polr2l","Histone H3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q7ZTT0","si:ch1073-153i20.2","zgc:56685","-","Q7ZTT0","Histone H3","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","B0S6M0","si:ch1073-153i20.2","fe47h06","-","suv39h1b","Histone H3","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","X1WDH8","si:ch1073-153i20.2","Histone H2B","-","si:dkey-261m9.19","Histone H3","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7EZF3","si:ch1073-153i20.2","uhrf1","-","uhrf1","Histone H3","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","string-db","7955.ENSDARP00000135054/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","B0R1D5","si:ch1073-153i20.2","suz12b","-","suz12b","Histone H3","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7FEN0","si:ch1073-153i20.2","Polyhomeotic-like protein 3 isoform X4","-","si:ch211-230g15.5","Histone H3","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q5BJA5","si:ch1073-153i20.2",";","-","-","Histone H3","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q1LYM8","si:ch1073-153i20.2","si:dkey-6n6.6","-","Q1LYM8","Histone H3","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7F0R9","si:ch1073-153i20.2","Paired amphipathic helix protein Sin3a isoform X2","-","sin3ab","Histone H3","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q4QRF4","si:ch1073-153i20.2","; ;","-","-","Histone H3","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F1QMV7","si:ch1073-153i20.2","Nuclear receptor coactivator 3","-","ncoa3","Histone H3","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F6NIA2","si:ch1073-153i20.2","aof2","-","kdm1a","Histone H3","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q90YL6","si:ch1073-153i20.2","zFF1","-","nr5a2","Histone H3","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A0A140LG54","si:ch1073-153i20.2","Histone H2B","-","si:dkey-23a13.22","Histone H3","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q7ZW41","si:ch1073-153i20.2","polr2g","-","polr2g","Histone H3","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","E7EZX1","si:ch1073-153i20.2","si:dkey-261m9.15","-","hist1h2a5","Histone H3","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","Q6AZW3","si:ch1073-153i20.2","zgc:101049","-","Q6AZW3","Histone H3","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","A4FVM2","si:ch1073-153i20.2","si:ch73-368j24.13","-","A4FVM2","Histone H3","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000067896","physical","txid7955" +"A8KBJ5","F1R1K5","si:ch1073-153i20.2","dnmt3a1","-","dnmt3ab","Histone H3","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000067896","physical","txid7955" +"Q7ZUY3","E7F0D5","h2ax","Protection of telomeres protein 1","Q7ZUY3","pot1","Histone H2AX (H2a/x) (Histone H2A.X)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B8A5K9","h2ax","SMC2L1","Q7ZUY3","smc2","Histone H2AX (H2a/x) (Histone H2A.X)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q90YL6","h2ax","zFF1","Q7ZUY3","nr5a2","Histone H2AX (H2a/x) (Histone H2A.X)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q5RGA4","h2ax","mysm1","Q7ZUY3","mysm1","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A8M2BEF6","h2ax","cb91","Q7ZUY3","A0A8M2BEF6","Histone H2AX (H2a/x) (Histone H2A.X)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LYM8","h2ax","si:dkey-6n6.6","Q7ZUY3","Q1LYM8","Histone H2AX (H2a/x) (Histone H2A.X)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7FEN0","h2ax","Polyhomeotic-like protein 3 isoform X4","Q7ZUY3","si:ch211-230g15.5","Histone H2AX (H2a/x) (Histone H2A.X)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q803H4","h2ax","cenpa","Q7ZUY3","cenpa","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1QDT4","h2ax","TAF2G","Q7ZUY3","taf9","Histone H2AX (H2a/x) (Histone H2A.X)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B0R1D5","h2ax","suz12b","Q7ZUY3","suz12b","Histone H2AX (H2a/x) (Histone H2A.X)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q5TYR1","h2ax","wu:fb38e12","Q7ZUY3","rad51","Histone H2AX (H2a/x) (Histone H2A.X)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6PC53","h2ax","ppial","Q7ZUY3","ppiab","Histone H2AX (H2a/x) (Histone H2A.X)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A3KNV9","h2ax","zgc:162582","Q7ZUY3","A3KNV9","Histone H2AX (H2a/x) (Histone H2A.X)","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A5D6S6","h2ax","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q7ZUY3","polr2l","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6P0S4","h2ax","fos","Q7ZUY3","fosab","Histone H2AX (H2a/x) (Histone H2A.X)","Protein c-Fos (Cellular oncogene fos)","string-db","7955.ENSDARP00000043297/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B0S6M0","h2ax","fe47h06","Q7ZUY3","suv39h1b","Histone H2AX (H2a/x) (Histone H2A.X)","Histone-lysine N-methyltransferase (EC 2.1.1.355)","string-db","7955.ENSDARP00000072614/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","X1WG21","h2ax","fe50h06","Q7ZUY3","usp3","Histone H2AX (H2a/x) (Histone H2A.X)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q5BJA5","h2ax",";","Q7ZUY3","-","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F6NIA2","h2ax","aof2","Q7ZUY3","kdm1a","Histone H2AX (H2a/x) (Histone H2A.X)","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A8N7T6W3","h2ax","Mediator of DNA damage checkpoint protein 1","Q7ZUY3","A0A8N7T6W3","Histone H2AX (H2a/x) (Histone H2A.X)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6NZT5","h2ax","fj36h07","Q7ZUY3","jun","Histone H2AX (H2a/x) (Histone H2A.X)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","X1WHF1","h2ax","Histone H2B","Q7ZUY3","si:dkey-261m9.6","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A2R8RUJ1","h2ax","Matrix metallopeptidase 28","Q7ZUY3","A0A2R8RUJ1","Histone H2AX (H2a/x) (Histone H2A.X)","Matrix metallopeptidase 28 (Matrix metalloproteinase-28 isoform X1)","string-db","7955.ENSDARP00000153136/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LUC3","h2ax","kat2b","Q7ZUY3","kat2b","Histone H2AX (H2a/x) (Histone H2A.X)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","R4GE15","h2ax","si:ch211-113a14.29","Q7ZUY3","si:ch211-113a14.22","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LVD6","h2ax","si:dkey-72l14.8","Q7ZUY3","taf10","Histone H2AX (H2a/x) (Histone H2A.X)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","P0CH95","h2ax","phf8","Q7ZUY3","phf8","Histone H2AX (H2a/x) (Histone H2A.X)","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E9QFQ5","h2ax","Ubiquitin carboxyl-terminal hydrolase","Q7ZUY3","usp21","Histone H2AX (H2a/x) (Histone H2A.X)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LVK2","h2ax","zgc:103515","Q7ZUY3","polr2i","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6AZW3","h2ax","zgc:101049","Q7ZUY3","Q6AZW3","Histone H2AX (H2a/x) (Histone H2A.X)","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B3DJF8","h2ax","LOC570661","Q7ZUY3","LOC570661","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7T308","h2ax","rnf168","Q7ZUY3","Q7T308","Histone H2AX (H2a/x) (Histone H2A.X)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A140LG54","h2ax","Histone H2B","Q7ZUY3","si:dkey-23a13.22","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A8HAL1","h2ax","usp16","Q7ZUY3","usp16","Histone H2AX (H2a/x) (Histone H2A.X)","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","string-db","7955.ENSDARP00000080080/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1RDV9","h2ax","zgc:171795","Q7ZUY3","F1RDV9","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6PI20","h2ax","h3f3a; h3f3b.1; h3-5; h3f3d","Q7ZUY3","h3f3a;h3f3b.1;h3-5;h3f3d","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F640","h2ax","Ataxin 7","Q7ZUY3","atxn7","Histone H2AX (H2a/x) (Histone H2A.X)","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A8KBJ5","h2ax","si:ch1073-153i20.2","Q7ZUY3","-","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q568H8","h2ax","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q7ZUY3","polr2h","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F6T0","h2ax","CD44 antigen","Q7ZUY3","cd44a","Histone H2AX (H2a/x) (Histone H2A.X)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7ZW41","h2ax","polr2g","Q7ZUY3","polr2g","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A4GT83","h2ax","NR3C4","Q7ZUY3","A4GT83","Histone H2AX (H2a/x) (Histone H2A.X)","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A0R4IB13","h2ax","Ku80","Q7ZUY3","A0A0R4IB13","Histone H2AX (H2a/x) (Histone H2A.X)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","P57717","h2ax","esr1","Q7ZUY3","P57717","Histone H2AX (H2a/x) (Histone H2A.X)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q567N5","h2ax","wu:fa93h05","Q7ZUY3","Q567N5","Histone H2AX (H2a/x) (Histone H2A.X)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1R692","h2ax","Ribosomal RNA-processing protein 8","Q7ZUY3","F1R692","Histone H2AX (H2a/x) (Histone H2A.X)","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A140LGT1","h2ax","unp1266","Q7ZUY3","A0A140LGT1","Histone H2AX (H2a/x) (Histone H2A.X)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q4QRF4","h2ax","; ;","Q7ZUY3","-","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LVC2","h2ax","jarid2b","Q7ZUY3","jarid2b","Histone H2AX (H2a/x) (Histone H2A.X)","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","string-db","7955.ENSDARP00000084269/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1QZ60","h2ax","Ku70","Q7ZUY3","xrcc6","Histone H2AX (H2a/x) (Histone H2A.X)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A6H8I0","h2ax","usp22","Q7ZUY3","usp22","Histone H2AX (H2a/x) (Histone H2A.X)","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","string-db","7955.ENSDARP00000059142/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q566T0","h2ax","eed","Q7ZUY3","eed","Histone H2AX (H2a/x) (Histone H2A.X)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q568D5","h2ax","babam2","Q7ZUY3","Q568D5","Histone H2AX (H2a/x) (Histone H2A.X)","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F4T8","h2ax","ph1","Q7ZUY3","phc1","Histone H2AX (H2a/x) (Histone H2A.X)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","X1WG39","h2ax","si:ch211-119n15.3","Q7ZUY3","X1WG39","Histone H2AX (H2a/x) (Histone H2A.X)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q5RH01","h2ax","ncaph2","Q7ZUY3","ncaph2","Histone H2AX (H2a/x) (Histone H2A.X)","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","string-db","7955.ENSDARP00000040826/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A0R4IMS9","h2ax","DNA-directed RNA polymerase subunit","Q7ZUY3","polr2a","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1QMV7","h2ax","Nuclear receptor coactivator 3","Q7ZUY3","ncoa3","Histone H2AX (H2a/x) (Histone H2A.X)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q8JIR0","h2ax","bmi1a","Q7ZUY3","Q8JIR0","Histone H2AX (H2a/x) (Histone H2A.X)","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q4VBU5","h2ax","zgc:110005","Q7ZUY3","polr2j","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A0R4ITC5","h2ax","trrap","Q7ZUY3","trrap","Histone H2AX (H2a/x) (Histone H2A.X)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6PC60","h2ax","hist2h2l","Q7ZUY3","hist2h2l","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1QJL4","h2ax","im:7139055","Q7ZUY3","F1QJL4","Histone H2AX (H2a/x) (Histone H2A.X)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6AXK4","h2ax","babam1","Q7ZUY3","babam1","Histone H2AX (H2a/x) (Histone H2A.X)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7SY21","h2ax","tada3","Q7ZUY3","Q7SY21","Histone H2AX (H2a/x) (Histone H2A.X)","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1QRC8","h2ax","CHUNP6903","Q7ZUY3","terfa","Histone H2AX (H2a/x) (Histone H2A.X)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7ZV11","h2ax","wu:fk48d01","Q7ZUY3","polr2c","Histone H2AX (H2a/x) (Histone H2A.X)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F0R9","h2ax","Paired amphipathic helix protein Sin3a isoform X2","Q7ZUY3","sin3ab","Histone H2AX (H2a/x) (Histone H2A.X)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B7ZDD5","h2ax","fancj","Q7ZUY3","brip1","Histone H2AX (H2a/x) (Histone H2A.X)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7ZTY4","h2ax","rbbp7","Q7ZUY3","Q7ZTY4","Histone H2AX (H2a/x) (Histone H2A.X)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1R9M2","h2ax","TERF1","Q7ZUY3","tinf2","Histone H2AX (H2a/x) (Histone H2A.X)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A8M2B481","h2ax","fancd1","Q7ZUY3","A0A8M2B481","Histone H2AX (H2a/x) (Histone H2A.X)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LUQ0","h2ax","jmjd2b","Q7ZUY3","kdm4b","Histone H2AX (H2a/x) (Histone H2A.X)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7FH61","h2ax","ncapg2","Q7ZUY3","ncapg2","Histone H2AX (H2a/x) (Histone H2A.X)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LUU4","h2ax","si:dz179b20.7","Q7ZUY3","daxx","Histone H2AX (H2a/x) (Histone H2A.X)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6P3H7","h2ax","rbbp4","Q7ZUY3","Q6P3H7","Histone H2AX (H2a/x) (Histone H2A.X)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q8QHL5","h2ax","phc2","Q7ZUY3","phc2","Histone H2AX (H2a/x) (Histone H2A.X)","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6P0C9","h2ax","fkd7","Q7ZUY3","foxa1","Histone H2AX (H2a/x) (Histone H2A.X)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","B0UXK0","h2ax","phf13","Q7ZUY3","phf19","Histone H2AX (H2a/x) (Histone H2A.X)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7T1S3","h2ax","yy1","Q7ZUY3","yy1a","Histone H2AX (H2a/x) (Histone H2A.X)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F8W3","h2ax","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Q7ZUY3","E7F8W3","Histone H2AX (H2a/x) (Histone H2A.X)","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7F4M2","h2ax","atrxl","Q7ZUY3","atrx","Histone H2AX (H2a/x) (Histone H2A.X)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6DRK7","h2ax","Serine/threonine-protein kinase PLK","Q7ZUY3","plk1","Histone H2AX (H2a/x) (Histone H2A.X)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q9DGB8","h2ax","runxa","Q7ZUY3","runx1","Histone H2AX (H2a/x) (Histone H2A.X)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","X1WDH8","h2ax","Histone H2B","Q7ZUY3","si:dkey-261m9.19","Histone H2AX (H2a/x) (Histone H2A.X)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6NYJ3","h2ax","terf2ip","Q7ZUY3","Q6NYJ3","Histone H2AX (H2a/x) (Histone H2A.X)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","A0A0R4IXF6","h2ax","kat2a","Q7ZUY3","kat2a","Histone H2AX (H2a/x) (Histone H2A.X)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q6NWG4","h2ax","prmt6","Q7ZUY3","Q6NWG4","Histone H2AX (H2a/x) (Histone H2A.X)","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","F1R1K5","h2ax","dnmt3a1","Q7ZUY3","dnmt3ab","Histone H2AX (H2a/x) (Histone H2A.X)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","E7EZ61","h2ax","fc11a05","Q7ZUY3","znf217","Histone H2AX (H2a/x) (Histone H2A.X)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q1LVP6","h2ax","abraxas1","Q7ZUY3","abraxas1","Histone H2AX (H2a/x) (Histone H2A.X)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000040327","physical","txid7955" +"Q7ZUY3","Q7T3L7","h2ax","cdc2","Q7ZUY3","cdk1","Histone H2AX (H2a/x) (Histone H2A.X)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000040327","physical","txid7955" +"E7FCZ6","Q8QHL5","Casein kinase 2, alpha prime polypeptide b","phc2","csnk2a2b","phc2","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Polyhomeotic-like protein 2","string-db","7955.ENSDARP00000054361/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","F1QNA4","Casein kinase 2, alpha prime polypeptide b","dvl1","csnk2a2b","dvl1b","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","E7F4D0","Casein kinase 2, alpha prime polypeptide b","Activator of transcription and developmental regulator AUTS2 a","csnk2a2b","auts2a","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","string-db","7955.ENSDARP00000107382/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","A5A4L9","Casein kinase 2, alpha prime polypeptide b","DUF140","csnk2a2b","A5A4L9","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","E7F4T8","Casein kinase 2, alpha prime polypeptide b","ph1","csnk2a2b","phc1","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","string-db","7955.ENSDARP00000058495/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q9DGB8","Casein kinase 2, alpha prime polypeptide b","runxa","csnk2a2b","runx1","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","A0A0R4IE41","Casein kinase 2, alpha prime polypeptide b","non-specific serine/threonine protein kinase","csnk2a2b","A0A0R4IE41","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q6AZW3","Casein kinase 2, alpha prime polypeptide b","zgc:101049","csnk2a2b","Q6AZW3","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q5EG55","Casein kinase 2, alpha prime polypeptide b","rybpb","csnk2a2b","Q5EG55","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","RING1 and YY1-binding protein B (Death effector domain-associated factor B) (DED-associated factor B)","string-db","7955.ENSDARP00000069979/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q1JPS1","Casein kinase 2, alpha prime polypeptide b","pcgf5b","csnk2a2b","pcgf5b","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Polycomb group RING finger protein 5-B","string-db","7955.ENSDARP00000080646/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","F6NLJ7","Casein kinase 2, alpha prime polypeptide b","FACT complex subunit SSRP1","csnk2a2b","ssrp1b","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q8JIR0","Casein kinase 2, alpha prime polypeptide b","bmi1a","csnk2a2b","Q8JIR0","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","E7F737","Casein kinase 2, alpha prime polypeptide b","dvl3","csnk2a2b","dvl3b","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","E7FEN0","Casein kinase 2, alpha prime polypeptide b","Polyhomeotic-like protein 3 isoform X4","csnk2a2b","si:ch211-230g15.5","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","A0A140LGT1","Casein kinase 2, alpha prime polypeptide b","unp1266","csnk2a2b","A0A140LGT1","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","B8JMI2","Casein kinase 2, alpha prime polypeptide b","dvl3","csnk2a2b","dvl3a","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","A3KNV9","Casein kinase 2, alpha prime polypeptide b","zgc:162582","csnk2a2b","A3KNV9","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000045487","physical","txid7955" +"E7FCZ6","Q91398","Casein kinase 2, alpha prime polypeptide b","csnk2b","csnk2a2b","csnk2b","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000045487","physical","txid7955" +"E7EXD7","Q6NYJ3","si:dkey-261m9.11","terf2ip","si:ch211-113a14.19","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q6P0C9","si:dkey-261m9.11","fkd7","si:ch211-113a14.19","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","E9QFQ5","si:dkey-261m9.11","Ubiquitin carboxyl-terminal hydrolase","si:ch211-113a14.19","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","P0CH95","si:dkey-261m9.11","phf8","si:ch211-113a14.19","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","E7F4M2","si:dkey-261m9.11","atrxl","si:ch211-113a14.19","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","X1WHF1","si:dkey-261m9.11","Histone H2B","si:ch211-113a14.19","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","E7EZ61","si:dkey-261m9.11","fc11a05","si:ch211-113a14.19","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q566T0","si:dkey-261m9.11","eed","si:ch211-113a14.19","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","F1R692","si:dkey-261m9.11","Ribosomal RNA-processing protein 8","si:ch211-113a14.19","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","R4GE15","si:dkey-261m9.11","si:ch211-113a14.29","si:ch211-113a14.19","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q1LUQ0","si:dkey-261m9.11","jmjd2b","si:ch211-113a14.19","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q9DGB8","si:dkey-261m9.11","runxa","si:ch211-113a14.19","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q8JIR0","si:dkey-261m9.11","bmi1a","si:ch211-113a14.19","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q6AXK4","si:dkey-261m9.11","babam1","si:ch211-113a14.19","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","X1WG39","si:dkey-261m9.11","si:ch211-119n15.3","si:ch211-113a14.19","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q5RGA4","si:dkey-261m9.11","mysm1","si:ch211-113a14.19","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","X1WG21","si:dkey-261m9.11","fe50h06","si:ch211-113a14.19","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","E7F0R9","si:dkey-261m9.11","Paired amphipathic helix protein Sin3a isoform X2","si:ch211-113a14.19","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q1LUU4","si:dkey-261m9.11","si:dz179b20.7","si:ch211-113a14.19","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A0R4ITC5","si:dkey-261m9.11","trrap","si:ch211-113a14.19","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A8M2BEF6","si:dkey-261m9.11","cb91","si:ch211-113a14.19","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","F1R9M2","si:dkey-261m9.11","TERF1","si:ch211-113a14.19","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q7ZTY4","si:dkey-261m9.11","rbbp7","si:ch211-113a14.19","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A0R4IMS9","si:dkey-261m9.11","DNA-directed RNA polymerase subunit","si:ch211-113a14.19","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","B0UXK0","si:dkey-261m9.11","phf13","si:ch211-113a14.19","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","E7FH61","si:dkey-261m9.11","ncapg2","si:ch211-113a14.19","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q6PC53","si:dkey-261m9.11","ppial","si:ch211-113a14.19","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A3KNV9","si:dkey-261m9.11","zgc:162582","si:ch211-113a14.19","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A140LG54","si:dkey-261m9.11","Histone H2B","si:ch211-113a14.19","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","B0R1D5","si:dkey-261m9.11","suz12b","si:ch211-113a14.19","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q803H4","si:dkey-261m9.11","cenpa","si:ch211-113a14.19","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","F1R1K5","si:dkey-261m9.11","dnmt3a1","si:ch211-113a14.19","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q6NWG4","si:dkey-261m9.11","prmt6","si:ch211-113a14.19","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","Q90YL6","si:dkey-261m9.11","zFF1","si:ch211-113a14.19","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","X1WDH8","si:dkey-261m9.11","Histone H2B","si:ch211-113a14.19","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A140LGT1","si:dkey-261m9.11","unp1266","si:ch211-113a14.19","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000104630","physical","txid7955" +"E7EXD7","A0A0R4IXF6","si:dkey-261m9.11","kat2a","si:ch211-113a14.19","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000104630","physical","txid7955" +"Q7ZTT0","E7F0R9","zgc:56685","Paired amphipathic helix protein Sin3a isoform X2","Q7ZTT0","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","Q90YL6","zgc:56685","zFF1","Q7ZTT0","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","Q803H4","zgc:56685","cenpa","Q7ZTT0","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","A0A8M9QPT3","zgc:56685","fc38f05","Q7ZTT0","A0A8M9QPT3","Histone H2A","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","Q7T308","zgc:56685","rnf168","Q7ZTT0","Q7T308","Histone H2A","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","Q6NYJ3","zgc:56685","terf2ip","Q7ZTT0","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","A0A140LG54","zgc:56685","Histone H2B","Q7ZTT0","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","A0A140LGT1","zgc:56685","unp1266","Q7ZTT0","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","A0A0R4IXF6","zgc:56685","kat2a","Q7ZTT0","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","P0CH95","zgc:56685","phf8","Q7ZTT0","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000137682","physical","txid7955" +"Q7ZTT0","E7EZ61","zgc:56685","fc11a05","Q7ZTT0","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000137682","physical","txid7955" +"A3KNV9","A4FVM2","zgc:162582","si:ch73-368j24.13","A3KNV9","A4FVM2","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000132543","physical","txid7955" +"A3KNV9","A0A140LGS2","zgc:162582","Histone H2A","A3KNV9","si:ch1073-153i20.5","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000132543","physical","txid7955" +"A3KNV9","Q7ZTT0","zgc:162582","zgc:56685","A3KNV9","Q7ZTT0","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000132543","physical","txid7955" +"A3KNV9","A0A140LG54","zgc:162582","Histone H2B","A3KNV9","si:dkey-23a13.22","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000132543","physical","txid7955" +"A3KNV9","A0A140LGT1","zgc:162582","unp1266","A3KNV9","A0A140LGT1","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000132543","physical","txid7955" +"Q6P0E3","Q6PC03","wu:fj97a11","c20orf20","mcrs1","mrgbp","Microspherule protein 1","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A8E7S8","wu:fj97a11","zgc:92289","mcrs1","morf4l1","Microspherule protein 1","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A0R4ITC5","wu:fj97a11","trrap","mcrs1","trrap","Microspherule protein 1","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","E7F3N6","wu:fj97a11","TCF3","mcrs1","tfpt","Microspherule protein 1","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","P59679","wu:fj97a11","actr8","mcrs1","P59679","Microspherule protein 1","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A8M2B866","wu:fj97a11","si:dkey-92k1.11","mcrs1","A0A8M2B866","Microspherule protein 1","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A3KNA6","wu:fj97a11","LOC566102","mcrs1","epc1b","Microspherule protein 1","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A8M9QDM8","wu:fj97a11","PHD finger protein 20 isoform X1","mcrs1","A0A8M9QDM8","Microspherule protein 1","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6DH34","wu:fj97a11","wu:fb49g10","mcrs1","Q6DH34","Microspherule protein 1","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6NUW5","wu:fj97a11","anp32e","mcrs1","anp32e","Microspherule protein 1","Acidic leucine-rich nuclear phosphoprotein 32 family member E","string-db","7955.ENSDARP00000071527/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A0R4INH3","wu:fj97a11","LOC110440037","mcrs1","A0A0R4INH3","Microspherule protein 1","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6TEM2","wu:fj97a11","ING3","mcrs1","ing3","Microspherule protein 1","Inhibitor of growth protein","string-db","7955.ENSDARP00000031200/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","P52161","wu:fj97a11","max","mcrs1","P52161","Microspherule protein 1","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A8M9PQY4","wu:fj97a11","fc07b09","mcrs1","A0A8M9PQY4","Microspherule protein 1","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","F1QAV3","wu:fj97a11","YEATS domain-containing 2","mcrs1","yeats2","Microspherule protein 1","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q68EI2","wu:fj97a11","zgc:91986","mcrs1","Q68EI2","Microspherule protein 1","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q7SXM7","wu:fj97a11","prpf31","mcrs1","prpf31","Microspherule protein 1","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","F1R4X0","wu:fj97a11","fj61b08","mcrs1","ino80c","Microspherule protein 1","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","P83571","wu:fj97a11","ruvbl2","mcrs1","ruvbl2","Microspherule protein 1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q7T1S3","wu:fj97a11","yy1","mcrs1","yy1a","Microspherule protein 1","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q7ZVF9","wu:fj97a11","actbb","mcrs1","Q7ZVF9","Microspherule protein 1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","F1QVJ4","wu:fj97a11","fb76c07","mcrs1","msl2b","Microspherule protein 1","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","F1QUH6","wu:fj97a11","KAT8 regulatory NSL complex subunit 1","mcrs1","kansl1b","Microspherule protein 1","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q561S5","wu:fj97a11","zgc:112524","mcrs1","znhit1","Microspherule protein 1","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","string-db","7955.ENSDARP00000071271/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","P83750","wu:fj97a11","actb","mcrs1","P83750","Microspherule protein 1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","P83751","wu:fj97a11","actb","mcrs1","P83751","Microspherule protein 1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6DHD0","wu:fj97a11","Histone acetyltransferase","mcrs1","kat5a","Microspherule protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000030282/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6DGB4","wu:fj97a11","zgc:100841","mcrs1","yeats4","Microspherule protein 1","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A0A0R4ICZ3","wu:fj97a11","Enhancer of polycomb homolog","mcrs1","epc1a","Microspherule protein 1","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A2BEN4","wu:fj97a11","fc03g04","mcrs1","senp3a","Microspherule protein 1","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q803M3","wu:fj97a11","tex10","mcrs1","Q803M3","Microspherule protein 1","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A9JRX0","wu:fj97a11","msl1l1","mcrs1","A9JRX0","Microspherule protein 1","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6P110","wu:fj97a11","si:ch73-54f23.2","mcrs1","ino80e","Microspherule protein 1","INO80 complex subunit E (Zgc:77312)","string-db","7955.ENSDARP00000028787/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","A3KPL8","wu:fj97a11","fi15f05","mcrs1","cfdp1","Microspherule protein 1","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6AZD3","wu:fj97a11","meaf6","mcrs1","meaf6","Microspherule protein 1","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q499B3","wu:fj97a11","kansl3","mcrs1","kansl3","Microspherule protein 1","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","X1WCP5","wu:fj97a11","si:ch73-376i21.2","mcrs1","hcfc2","Microspherule protein 1","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","B8JKI8","wu:fj97a11","htatip","mcrs1","kat5b","Microspherule protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","F8W3Z2","wu:fj97a11","zgc:110167","mcrs1","actl6b","Microspherule protein 1","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","E7FGD3","wu:fj97a11","KAT8 regulatory NSL complex subunit 1 isoform X2","mcrs1","kansl1a","Microspherule protein 1","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","B0V0X0","wu:fj97a11","msl2s","mcrs1","msl2a","Microspherule protein 1","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q6NWL6","wu:fj97a11","wu:fj17f09","mcrs1","uchl5","Microspherule protein 1","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","Q7ZVI7","wu:fj97a11","actba","mcrs1","actba","Microspherule protein 1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000023460","physical","txid7955" +"Q6P0E3","E7FAZ7","wu:fj97a11","Helicase SRCAP isoform X2","mcrs1","srcap","Microspherule protein 1","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000023460","physical","txid7955" +"Q8AXX2","Q673G8","tbx1","dact2","tbx1","Q673G8","T-box transcription factor TBX1 (T-box protein 1)","Dapper homolog 2 (Frodo 2)","string-db","7955.ENSDARP00000078756/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","P52161","tbx1","max","tbx1","P52161","T-box transcription factor TBX1 (T-box protein 1)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","Q803N1","tbx1","tfdp1l","tbx1","tfdp1a","T-box transcription factor TBX1 (T-box protein 1)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","F1REQ6","tbx1","cb886","tbx1","prickle2b","T-box transcription factor TBX1 (T-box protein 1)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","F1Q6J9","tbx1","fk71b09","tbx1","prickle1a","T-box transcription factor TBX1 (T-box protein 1)","Prickle homolog 1a","string-db","7955.ENSDARP00000059513/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","A2ATX3","tbx1","si:ch211-67n3.7","tbx1","pcgf6","T-box transcription factor TBX1 (T-box protein 1)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","string-db","7955.ENSDARP00000092355/7955.ENSDARP00000040825","physical","txid7955" +"Q8AXX2","F2Z4V3","tbx1","fb98c11","tbx1","prickle1b","T-box transcription factor TBX1 (T-box protein 1)","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000040825","physical","txid7955" +"Q5BJA5","B8JKI8",";","htatip","-","kat5b","Histone H2B 1/2","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q6NYJ3",";","terf2ip","-","Q6NYJ3","Histone H2B 1/2","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","X1WHN7",";","hrpt2","-","cdc73","Histone H2B 1/2","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q7SXA3",";","zgc:66168","-","rps27a","Histone H2B 1/2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q6NWG4",";","prmt6","-","Q6NWG4","Histone H2B 1/2","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q90YL6",";","zFF1","-","nr5a2","Histone H2B 1/2","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q789K9",";","mp:zf637-2-000771","-","ube2a","Histone H2B 1/2","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q7ZTT0",";","zgc:56685","-","Q7ZTT0","Histone H2B 1/2","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A8M2BEF6",";","cb91","-","A0A8M2BEF6","Histone H2B 1/2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A8N7UW22",";","DNA repair protein RAD50","-","A0A8N7UW22","Histone H2B 1/2","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7F0N6",";","Amyloid beta","-","apbb1","Histone H2B 1/2","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7EXD7",";","si:dkey-261m9.11","-","si:ch211-113a14.19","Histone H2B 1/2","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q803H4",";","cenpa","-","cenpa","Histone H2B 1/2","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","B0R1D5",";","suz12b","-","suz12b","Histone H2B 1/2","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1R1K5",";","dnmt3a1","-","dnmt3ab","Histone H2B 1/2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A8M9QPT3",";","fc38f05","-","A0A8M9QPT3","Histone H2B 1/2","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1R9M2",";","TERF1","-","tinf2","Histone H2B 1/2","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q7ZTY4",";","rbbp7","-","Q7ZTY4","Histone H2B 1/2","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","B8A5K9",";","SMC2L1","-","smc2","Histone H2B 1/2","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A3KNV9",";","zgc:162582","-","A3KNV9","Histone H2B 1/2","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","X1WG21",";","fe50h06","-","usp3","Histone H2B 1/2","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A0R4IXF6",";","kat2a","-","kat2a","Histone H2B 1/2","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A8N7T6W3",";","Mediator of DNA damage checkpoint protein 1","-","A0A8N7T6W3","Histone H2B 1/2","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A0N4SUD2",";","Ubi-p63E","-","ubb","Histone H2B 1/2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A140LGT1",";","unp1266","-","A0A140LGT1","Histone H2B 1/2","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1QMV7",";","Nuclear receptor coactivator 3","-","ncoa3","Histone H2B 1/2","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q8JIR0",";","bmi1a","-","Q8JIR0","Histone H2B 1/2","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","B0UXK0",";","phf13","-","phf19","Histone H2B 1/2","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A140LGS2",";","Histone H2A","-","si:ch1073-153i20.5","Histone H2B 1/2","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","P0CH95",";","phf8","-","phf8","Histone H2B 1/2","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q6AXK4",";","babam1","-","babam1","Histone H2B 1/2","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q1LUQ0",";","jmjd2b","-","kdm4b","Histone H2B 1/2","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A4FVM2",";","si:ch73-368j24.13","-","A4FVM2","Histone H2B 1/2","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7EZ61",";","fc11a05","-","znf217","Histone H2B 1/2","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q6P0C9",";","fkd7","-","foxa1","Histone H2B 1/2","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A0R4ITC5",";","trrap","-","trrap","Histone H2B 1/2","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7EZX1",";","si:dkey-261m9.15","-","hist1h2a5","Histone H2B 1/2","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7FH61",";","ncapg2","-","ncapg2","Histone H2B 1/2","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q4U0S5",";","paf1","-","Q4U0S5","Histone H2B 1/2","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","X1WG39",";","si:ch211-119n15.3","-","X1WG39","Histone H2B 1/2","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","A0A0R4IMS9",";","DNA-directed RNA polymerase subunit","-","polr2a","Histone H2B 1/2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1R926",";","E3 ubiquitin protein ligase","-","rnf20","Histone H2B 1/2","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q7ZUM8",";","usp44","-","Q7ZUM8","Histone H2B 1/2","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","string-db","7955.ENSDARP00000104741/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7F4M2",";","atrxl","-","atrx","Histone H2B 1/2","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q9DGB8",";","runxa","-","runx1","Histone H2B 1/2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q7T308",";","rnf168","-","Q7T308","Histone H2B 1/2","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7F0R9",";","Paired amphipathic helix protein Sin3a isoform X2","-","sin3ab","Histone H2B 1/2","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q1LUU4",";","si:dz179b20.7","-","daxx","Histone H2B 1/2","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q6P5M2",";","skic8","-","Q6P5M2","Histone H2B 1/2","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q803C1",";","rnf8","-","Q803C1","Histone H2B 1/2","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","Q566T0",";","eed","-","eed","Histone H2B 1/2","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1QHN6",";","im:7042025","-","ubc","Histone H2B 1/2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","F1R692",";","Ribosomal RNA-processing protein 8","-","F1R692","Histone H2B 1/2","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000101525","physical","txid7955" +"Q5BJA5","E7F0D5",";","Protection of telomeres protein 1","-","pot1","Histone H2B 1/2","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000101525","physical","txid7955" +"Q561S9","P0CH95","H2A","phf8","hist1h2a3","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A0R4IXF6","H2A","kat2a","hist1h2a3","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7F640","H2A","Ataxin 7","hist1h2a3","atxn7","Histone H2A","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A140LGT1","H2A","unp1266","hist1h2a3","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1RDV9","H2A","zgc:171795","hist1h2a3","F1RDV9","Histone H2A","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A140LG54","H2A","Histone H2B","hist1h2a3","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6NYJ3","H2A","terf2ip","hist1h2a3","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","X1WDH8","H2A","Histone H2B","hist1h2a3","si:dkey-261m9.19","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1R1K5","H2A","dnmt3a1","hist1h2a3","dnmt3ab","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000126446/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q90YL6","H2A","zFF1","hist1h2a3","nr5a2","Histone H2A","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6PC53","H2A","ppial","hist1h2a3","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7FEN0","H2A","Polyhomeotic-like protein 3 isoform X4","hist1h2a3","si:ch211-230g15.5","Histone H2A","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","string-db","7955.ENSDARP00000100341/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6NWG4","H2A","prmt6","hist1h2a3","Q6NWG4","Histone H2A","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","B8A5K9","H2A","SMC2L1","hist1h2a3","smc2","Histone H2A","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1QDT4","H2A","TAF2G","hist1h2a3","taf9","Histone H2A","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A0R4IMS9","H2A","DNA-directed RNA polymerase subunit","hist1h2a3","polr2a","Histone H2A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q5BJA5","H2A",";","hist1h2a3","-","Histone H2A","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q803H4","H2A","cenpa","hist1h2a3","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","X1WG21","H2A","fe50h06","hist1h2a3","usp3","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000129176/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A8M2BEF6","H2A","cb91","hist1h2a3","A0A8M2BEF6","Histone H2A","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","string-db","7955.ENSDARP00000108732/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A3KNV9","H2A","zgc:162582","hist1h2a3","A3KNV9","Histone H2A","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q1LUU4","H2A","si:dz179b20.7","hist1h2a3","daxx","Histone H2A","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","B0R1D5","H2A","suz12b","hist1h2a3","suz12b","Histone H2A","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q8JIR0","H2A","bmi1a","hist1h2a3","Q8JIR0","Histone H2A","Polycomb complex protein BMI-1-A (Polycomb group RING finger protein 4-A)","string-db","7955.ENSDARP00000106943/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q5RGA4","H2A","mysm1","hist1h2a3","mysm1","Histone H2A","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","string-db","7955.ENSDARP00000107103/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q7ZTY4","H2A","rbbp7","hist1h2a3","Q7ZTY4","Histone H2A","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7F4M2","H2A","atrxl","hist1h2a3","atrx","Histone H2A","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1R692","H2A","Ribosomal RNA-processing protein 8","hist1h2a3","F1R692","Histone H2A","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","B0UXK0","H2A","phf13","hist1h2a3","phf19","Histone H2A","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6AZW3","H2A","zgc:101049","hist1h2a3","Q6AZW3","Histone H2A","Chromobox homolog 6a (Chromobox protein homolog 6) (Zgc:101049)","string-db","7955.ENSDARP00000095582/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q9DGB8","H2A","runxa","hist1h2a3","runx1","Histone H2A","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7EZ61","H2A","fc11a05","hist1h2a3","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7F0R9","H2A","Paired amphipathic helix protein Sin3a isoform X2","hist1h2a3","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","R4GE15","H2A","si:ch211-113a14.29","hist1h2a3","si:ch211-113a14.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E9QFQ5","H2A","Ubiquitin carboxyl-terminal hydrolase","hist1h2a3","usp21","Histone H2A","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000122828/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","X1WHF1","H2A","Histone H2B","hist1h2a3","si:dkey-261m9.6","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6AXK4","H2A","babam1","hist1h2a3","babam1","Histone H2A","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1R9M2","H2A","TERF1","hist1h2a3","tinf2","Histone H2A","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q566T0","H2A","eed","hist1h2a3","eed","Histone H2A","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","A0A0R4ITC5","H2A","trrap","hist1h2a3","trrap","Histone H2A","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7F0D5","H2A","Protection of telomeres protein 1","hist1h2a3","pot1","Histone H2A","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","E7FH61","H2A","ncapg2","hist1h2a3","ncapg2","Histone H2A","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q1LUQ0","H2A","jmjd2b","hist1h2a3","kdm4b","Histone H2A","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","X1WG39","H2A","si:ch211-119n15.3","hist1h2a3","X1WG39","Histone H2A","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","Q6P0C9","H2A","fkd7","hist1h2a3","foxa1","Histone H2A","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000093780","physical","txid7955" +"Q561S9","F1QMV7","H2A","Nuclear receptor coactivator 3","hist1h2a3","ncoa3","Histone H2A","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000093780","physical","txid7955" +"Q8AWW7","X1WCP5","ruvbl1","si:ch73-376i21.2","Q8AWW7","hcfc2","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7FAZ7","ruvbl1","Helicase SRCAP isoform X2","Q8AWW7","srcap","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DHP4","ruvbl1","hi3634","Q8AWW7","cenpn","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein N","string-db","7955.ENSDARP00000064079/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QGH4","ruvbl1","fd14f08","Q8AWW7","ccna1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Cyclin-A1","string-db","7955.ENSDARP00000020968/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A0R4INH3","ruvbl1","LOC110440037","Q8AWW7","A0A0R4INH3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DGB4","ruvbl1","zgc:100841","Q8AWW7","yeats4","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6PC03","ruvbl1","c20orf20","Q8AWW7","mrgbp","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6AZC1","ruvbl1","wu:fa14g03","Q8AWW7","psmc5","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DHD0","ruvbl1","Histone acetyltransferase","Q8AWW7","kat5a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000030282/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","P59679","ruvbl1","actr8","Q8AWW7","P59679","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A0R4ISL4","ruvbl1","si:ch211-195p4.3","Q8AWW7","cenpw","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7SXM7","ruvbl1","prpf31","Q8AWW7","prpf31","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6P110","ruvbl1","si:ch73-54f23.2","Q8AWW7","ino80e","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","INO80 complex subunit E (Zgc:77312)","string-db","7955.ENSDARP00000028787/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","P52161","ruvbl1","max","Q8AWW7","P52161","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A8M9PYB8","ruvbl1","Protein Mis18-alpha","Q8AWW7","A0A8M9PYB8","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Protein Mis18-alpha","string-db","7955.ENSDARP00000051197/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QHZ6","ruvbl1","dnai4","Q8AWW7","wdr78","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","string-db","7955.ENSDARP00000065205/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A3KPL8","ruvbl1","fi15f05","Q8AWW7","cfdp1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q803H4","ruvbl1","cenpa","Q8AWW7","cenpa","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","B3DJV8","ruvbl1","LOC569270","Q8AWW7","B3DJV8","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q9YHE8","ruvbl1","tcf7l1a","Q8AWW7","tcf7l1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","string-db","7955.ENSDARP00000090035/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7F6T8","ruvbl1","usp37","Q8AWW7","E7F6T8","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","C5J7W8","ruvbl1","smg1","Q8AWW7","smg1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","string-db","7955.ENSDARP00000071267/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QUH6","ruvbl1","KAT8 regulatory NSL complex subunit 1","Q8AWW7","kansl1b","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7F1X6","ruvbl1","si:ch73-362i18.3","Q8AWW7","cenpx","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7FAC3","ruvbl1","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","Q8AWW7","si:ch211-161h7.4","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QAV3","ruvbl1","YEATS domain-containing 2","Q8AWW7","yeats2","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1R4X0","ruvbl1","fj61b08","Q8AWW7","ino80c","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DH34","ruvbl1","wu:fb49g10","Q8AWW7","Q6DH34","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q1LV50","ruvbl1","cenpp","Q8AWW7","cenpp","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6TEM2","ruvbl1","ING3","Q8AWW7","ing3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Inhibitor of growth protein","string-db","7955.ENSDARP00000031200/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q561S5","ruvbl1","zgc:112524","Q8AWW7","znhit1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","string-db","7955.ENSDARP00000071271/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q499B3","ruvbl1","kansl3","Q8AWW7","kansl3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6AZD3","ruvbl1","meaf6","Q8AWW7","meaf6","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A2BEN4","ruvbl1","fc03g04","Q8AWW7","senp3a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A8E7S8","ruvbl1","zgc:92289","Q8AWW7","morf4l1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A8M9PDN4","ruvbl1","PHD finger protein 20-like protein 1","Q8AWW7","A0A8M9PDN4","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","PHD finger protein 20-like protein 1","string-db","7955.ENSDARP00000022161/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7F3N6","ruvbl1","TCF3","Q8AWW7","tfpt","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DRH5","ruvbl1","nop10","Q8AWW7","nop10","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7ZVI7","ruvbl1","actba","Q8AWW7","actba","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","P83571","ruvbl1","ruvbl2","Q8AWW7","ruvbl2","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","P83751","ruvbl1","actb","Q8AWW7","P83751","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7ZVF9","ruvbl1","actbb","Q8AWW7","Q7ZVF9","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7FCV0","ruvbl1","si:dkey-185e18.7","Q8AWW7","si:dkey-185e18.7","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","X1WGM0","ruvbl1","si:dkey-148h10.5","Q8AWW7","si:dkey-148h10.5","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1RAN4","ruvbl1","si:busm1-142b24.1","Q8AWW7","mis18bp1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","B8JKI8","ruvbl1","htatip","Q8AWW7","kat5b","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6NWL6","ruvbl1","wu:fj17f09","Q8AWW7","uchl5","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A3KNA6","ruvbl1","LOC566102","Q8AWW7","epc1b","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QVJ4","ruvbl1","fb76c07","Q8AWW7","msl2b","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A9JRX0","ruvbl1","msl1l1","Q8AWW7","A9JRX0","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QGH7","ruvbl1","ctnnb1","Q8AWW7","ctnnb1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","B0V0X0","ruvbl1","msl2s","Q8AWW7","msl2a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7T1S3","ruvbl1","yy1","Q8AWW7","yy1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A8WHV8","ruvbl1","si:dkey-186m8.3","Q8AWW7","cenph","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","P83750","ruvbl1","actb","Q8AWW7","P83750","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6P3H7","ruvbl1","rbbp4","Q8AWW7","Q6P3H7","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1QJK1","ruvbl1","Centromere protein I","Q8AWW7","cenpi","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6DRD4","ruvbl1","cenpl","Q8AWW7","cenpl","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein L (CENP-L)","string-db","7955.ENSDARP00000056666/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q1RM55","ruvbl1","pih1d1","Q8AWW7","Q1RM55","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","PIH1 domain-containing protein 1","string-db","7955.ENSDARP00000055307/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7ZZC6","ruvbl1","cenpm","Q8AWW7","Q7ZZC6","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","string-db","7955.ENSDARP00000038262/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F8W3Z2","ruvbl1","zgc:110167","Q8AWW7","actl6b","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E9QIT3","ruvbl1","si:ch211-225g23.1","Q8AWW7","cenpt","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q803M3","ruvbl1","tex10","Q8AWW7","Q803M3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","B8A4N0","ruvbl1","si:dkey-71p21.8","Q8AWW7","oip5","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6P0E3","ruvbl1","wu:fj97a11","Q8AWW7","mcrs1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Microspherule protein 1","string-db","7955.ENSDARP00000023460/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q5PRB3","ruvbl1","pih1d2","Q8AWW7","Q5PRB3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","PIH1 domain-containing protein 2","string-db","7955.ENSDARP00000017232/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A0R4ICZ3","ruvbl1","Enhancer of polycomb homolog","Q8AWW7","epc1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A8M2B866","ruvbl1","si:dkey-92k1.11","Q8AWW7","A0A8M2B866","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7FCU0","ruvbl1","npm1","Q8AWW7","npm1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q68EI2","ruvbl1","zgc:91986","Q8AWW7","Q68EI2","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6PBV6","ruvbl1","nhp2","Q8AWW7","nhp2","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","E7FGD3","ruvbl1","KAT8 regulatory NSL complex subunit 1 isoform X2","Q8AWW7","kansl1a","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q7ZTY4","ruvbl1","rbbp7","Q8AWW7","Q7ZTY4","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q9W7C0","ruvbl1","Lymphocyte enhancer binding factor 1","Q8AWW7","lef1","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","F1R498","ruvbl1","zgc:56178","Q8AWW7","rpap3","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A8M9PQY4","ruvbl1","fc07b09","Q8AWW7","A0A8M9PQY4","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A0R4ITC5","ruvbl1","trrap","Q8AWW7","trrap","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","A0A8M9QDM8","ruvbl1","PHD finger protein 20 isoform X1","Q8AWW7","A0A8M9QDM8","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000012488","physical","txid7955" +"Q8AWW7","Q6NUW5","ruvbl1","anp32e","Q8AWW7","anp32e","RuvB-like 1 (EC 3.6.4.12) (Pontin) (zPontin)","Acidic leucine-rich nuclear phosphoprotein 32 family member E","string-db","7955.ENSDARP00000071527/7955.ENSDARP00000012488","physical","txid7955" +"A0A0G2KI00","A3KNV9","LOC101885450","zgc:162582","A0A0G2KI00","A3KNV9","Gastrula zinc finger protein XlCGF49.1-like","Scm polycomb group protein homolog 1 (Zgc:162582 protein)","string-db","7955.ENSDARP00000132543/7955.ENSDARP00000131941","physical","txid7955" +"A4FVM2","E7F0R9","si:ch73-368j24.13","Paired amphipathic helix protein Sin3a isoform X2","A4FVM2","sin3ab","Histone H2A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","Q803H4","si:ch73-368j24.13","cenpa","A4FVM2","cenpa","Histone H2A","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","A0A140LGT1","si:ch73-368j24.13","unp1266","A4FVM2","A0A140LGT1","Histone H2A","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","Q6NYJ3","si:ch73-368j24.13","terf2ip","A4FVM2","Q6NYJ3","Histone H2A","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","A0A140LG54","si:ch73-368j24.13","Histone H2B","A4FVM2","si:dkey-23a13.22","Histone H2A","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","A0A0R4IXF6","si:ch73-368j24.13","kat2a","A4FVM2","kat2a","Histone H2A","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","P0CH95","si:ch73-368j24.13","phf8","A4FVM2","phf8","Histone H2A","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000142091","physical","txid7955" +"A4FVM2","E7EZ61","si:ch73-368j24.13","fc11a05","A4FVM2","znf217","Histone H2A","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000142091","physical","txid7955" +"Q68EI2","F1QVJ4","zgc:91986","fb76c07","Q68EI2","msl2b","PHD finger protein 20, b (Zgc:91986)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","P52161","zgc:91986","max","Q68EI2","P52161","PHD finger protein 20, b (Zgc:91986)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A3KNA6","zgc:91986","LOC566102","Q68EI2","epc1b","PHD finger protein 20, b (Zgc:91986)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","F8W3Z2","zgc:91986","zgc:110167","Q68EI2","actl6b","PHD finger protein 20, b (Zgc:91986)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q6PC03","zgc:91986","c20orf20","Q68EI2","mrgbp","PHD finger protein 20, b (Zgc:91986)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A0A8M9PQY4","zgc:91986","fc07b09","Q68EI2","A0A8M9PQY4","PHD finger protein 20, b (Zgc:91986)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A8E7S8","zgc:91986","zgc:92289","Q68EI2","morf4l1","PHD finger protein 20, b (Zgc:91986)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A0A8M9QDM8","zgc:91986","PHD finger protein 20 isoform X1","Q68EI2","A0A8M9QDM8","PHD finger protein 20, b (Zgc:91986)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","P79734","zgc:91986","tp53","Q68EI2","tp53","PHD finger protein 20, b (Zgc:91986)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","X1WCP5","zgc:91986","si:ch73-376i21.2","Q68EI2","hcfc2","PHD finger protein 20, b (Zgc:91986)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","E7FGD3","zgc:91986","KAT8 regulatory NSL complex subunit 1 isoform X2","Q68EI2","kansl1a","PHD finger protein 20, b (Zgc:91986)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","F1QUH6","zgc:91986","KAT8 regulatory NSL complex subunit 1","Q68EI2","kansl1b","PHD finger protein 20, b (Zgc:91986)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q499B3","zgc:91986","kansl3","Q68EI2","kansl3","PHD finger protein 20, b (Zgc:91986)","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q7SXM7","zgc:91986","prpf31","Q68EI2","prpf31","PHD finger protein 20, b (Zgc:91986)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q6DGB4","zgc:91986","zgc:100841","Q68EI2","yeats4","PHD finger protein 20, b (Zgc:91986)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A2BEN4","zgc:91986","fc03g04","Q68EI2","senp3a","PHD finger protein 20, b (Zgc:91986)","SUMO-specific peptidase 3a","string-db","7955.ENSDARP00000114111/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q6AZD3","zgc:91986","meaf6","Q68EI2","meaf6","PHD finger protein 20, b (Zgc:91986)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A0A0R4ITC5","zgc:91986","trrap","Q68EI2","trrap","PHD finger protein 20, b (Zgc:91986)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A9JRX0","zgc:91986","msl1l1","Q68EI2","A9JRX0","PHD finger protein 20, b (Zgc:91986)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","B0V0X0","zgc:91986","msl2s","Q68EI2","msl2a","PHD finger protein 20, b (Zgc:91986)","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","A0A0R4ICZ3","zgc:91986","Enhancer of polycomb homolog","Q68EI2","epc1a","PHD finger protein 20, b (Zgc:91986)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","B8JKI8","zgc:91986","htatip","Q68EI2","kat5b","PHD finger protein 20, b (Zgc:91986)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","F1QAV3","zgc:91986","YEATS domain-containing 2","Q68EI2","yeats2","PHD finger protein 20, b (Zgc:91986)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q6DH34","zgc:91986","wu:fb49g10","Q68EI2","Q6DH34","PHD finger protein 20, b (Zgc:91986)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","Q803M3","zgc:91986","tex10","Q68EI2","Q803M3","PHD finger protein 20, b (Zgc:91986)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000056569","physical","txid7955" +"Q68EI2","P83571","zgc:91986","ruvbl2","Q68EI2","ruvbl2","PHD finger protein 20, b (Zgc:91986)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000056569","physical","txid7955" +"B0S687","F1Q5P6","wu:fb48f05","si:dkey-170e5.1","pola2","rpl9","DNA polymerase alpha subunit B","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q504I6","wu:fb48f05","ik:tdsubc_2g1","pola2","rpa2","DNA polymerase alpha subunit B","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","B0V351","wu:fb48f05","si:dkeyp-98c11.2","pola2","B0V351","DNA polymerase alpha subunit B","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q6NY74","wu:fb48f05","rpa1","pola2","rpa1","DNA polymerase alpha subunit B","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","B8JIP2","wu:fb48f05","PRIM2A","pola2","prim2","DNA polymerase alpha subunit B","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","F8W5R6","wu:fb48f05","DNA polymerase subunit gamma-1","pola2","polg","DNA polymerase alpha subunit B","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","B8JKF4","wu:fb48f05","stn1","pola2","stn1","DNA polymerase alpha subunit B","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","string-db","7955.ENSDARP00000013967/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q6PBL4","wu:fb48f05","zgc:73351","pola2","pole3","DNA polymerase alpha subunit B","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","string-db","7955.ENSDARP00000002886/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","F1R9M2","wu:fb48f05","TERF1","pola2","tinf2","DNA polymerase alpha subunit B","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","E7F0D5","wu:fb48f05","Protection of telomeres protein 1","pola2","pot1","DNA polymerase alpha subunit B","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","F1R563","wu:fb48f05","im:7142218","pola2","si:dkey-28b4.7","DNA polymerase alpha subunit B","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","F1QRC8","wu:fb48f05","CHUNP6903","pola2","terfa","DNA polymerase alpha subunit B","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q568H3","wu:fb48f05","mad2l2","pola2","Q568H3","DNA polymerase alpha subunit B","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","E7FB68","wu:fb48f05","cb678","pola2","pola1","DNA polymerase alpha subunit B","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","F1RCI6","wu:fb48f05","zgc:110337","pola2","pole4","DNA polymerase alpha subunit B","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","string-db","7955.ENSDARP00000016362/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q9PTP1","wu:fb48f05","pcna","pola2","pcna","DNA polymerase alpha subunit B","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q6NYJ3","wu:fb48f05","terf2ip","pola2","Q6NYJ3","DNA polymerase alpha subunit B","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","Q6DRK4","wu:fb48f05","zgc:110313","pola2","rfc5","DNA polymerase alpha subunit B","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","A0JMF1","wu:fb48f05","ctc1","pola2","A0JMF1","DNA polymerase alpha subunit B","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","string-db","7955.ENSDARP00000093415/7955.ENSDARP00000002618","physical","txid7955" +"B0S687","X1WCR0","wu:fb48f05","fb06e02","pola2","ten1","DNA polymerase alpha subunit B","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000002618","physical","txid7955" +"Q6PBL4","F1Q7Z9","zgc:73351","fc50a12","pole3","F1Q7Z9","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q6TNU4","zgc:73351","fen1","pole3","fen1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q7T2C1","zgc:73351","zgc:64071","pole3","cul4a","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1Q5P6","zgc:73351","si:dkey-170e5.1","pole3","rpl9","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1RCI6","zgc:73351","zgc:110337","pole3","pole4","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","string-db","7955.ENSDARP00000016362/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q9PTP1","zgc:73351","pcna","pole3","pcna","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","A0A0N4SUD2","zgc:73351","Ubi-p63E","pole3","ubb","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q6DGE1","zgc:73351","zgc:100921","pole3","Q6DGE1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F8W428","zgc:73351","im:7140950","pole3","cul4b","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","A2BIL7","zgc:73351","baz1b","pole3","A2BIL7","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","B0V351","zgc:73351","si:dkeyp-98c11.2","pole3","B0V351","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q504I6","zgc:73351","ik:tdsubc_2g1","pole3","rpa2","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q6DH34","zgc:73351","wu:fb49g10","pole3","Q6DH34","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","A0MTA1","zgc:73351","apex1","pole3","A0MTA1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1RCN2","zgc:73351","CECR2 histone acetyl-lysine reader","pole3","cecr2","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","string-db","7955.ENSDARP00000100992/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1R563","zgc:73351","im:7142218","pole3","si:dkey-28b4.7","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q6NY74","zgc:73351","rpa1","pole3","rpa1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","E7F366","zgc:73351","Bromodomain PHD finger transcription factor","pole3","bptf","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1QHN6","zgc:73351","im:7042025","pole3","ubc","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","E7F6Y7","zgc:73351","DNA polymerase kappa","pole3","polk","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F8W5R6","zgc:73351","DNA polymerase subunit gamma-1","pole3","polg","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q6DRK4","zgc:73351","zgc:110313","pole3","rfc5","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","B8A552","zgc:73351","chunp6878","pole3","B8A552","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q568H3","zgc:73351","mad2l2","pole3","Q568H3","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q5RHI5","zgc:73351","dtl","pole3","dtl","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","F1Q6Y6","zgc:73351","Remodeling and spacing factor 1 isoform X2","pole3","rsf1b.1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","string-db","7955.ENSDARP00000071629/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","E7FB68","zgc:73351","cb678","pole3","pola1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","Q7SXA3","zgc:73351","zgc:66168","pole3","rps27a","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","A4FUL3","zgc:73351","im:7137515","pole3","rbx1","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000002886","physical","txid7955" +"Q6PBL4","B8JIP2","zgc:73351","PRIM2A","pole3","prim2","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000002886","physical","txid7955" +"E7F0D5","R4GE15","Protection of telomeres protein 1","si:ch211-113a14.29","pot1","si:ch211-113a14.22","Protection of telomeres protein 1","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","Q6DRH5","Protection of telomeres protein 1","nop10","pot1","nop10","Protection of telomeres protein 1","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","E7FB68","Protection of telomeres protein 1","cb678","pot1","pola1","Protection of telomeres protein 1","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","F1Q5P6","Protection of telomeres protein 1","si:dkey-170e5.1","pot1","rpl9","Protection of telomeres protein 1","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","E7F4M2","Protection of telomeres protein 1","atrxl","pot1","atrx","Protection of telomeres protein 1","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","Q1LUU4","Protection of telomeres protein 1","si:dz179b20.7","pot1","daxx","Protection of telomeres protein 1","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","A0A8M1P3C1","Protection of telomeres protein 1","fb34f12","pot1","A0A8M1P3C1","Protection of telomeres protein 1","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","H0WER0","Protection of telomeres protein 1","Si:dkey-14d8.1","pot1","si:dkey-14d8.1","Protection of telomeres protein 1","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","P0C928","Protection of telomeres protein 1","rtel1","pot1","P0C928","Protection of telomeres protein 1","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","string-db","7955.ENSDARP00000105420/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","F1QGF1","Protection of telomeres protein 1","Uncharacterized protein LOC503753","pot1","-","Protection of telomeres protein 1","Uncharacterized protein LOC503753 (Zgc:113263)","string-db","7955.ENSDARP00000111063/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","X1WDH8","Protection of telomeres protein 1","Histone H2B","pot1","si:dkey-261m9.19","Protection of telomeres protein 1","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","B8JIP2","Protection of telomeres protein 1","PRIM2A","pot1","prim2","Protection of telomeres protein 1","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","F1R563","Protection of telomeres protein 1","im:7142218","pot1","si:dkey-28b4.7","Protection of telomeres protein 1","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","A0A140LG54","Protection of telomeres protein 1","Histone H2B","pot1","si:dkey-23a13.22","Protection of telomeres protein 1","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","Q6NYJ3","Protection of telomeres protein 1","terf2ip","pot1","Q6NYJ3","Protection of telomeres protein 1","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","E7EZX1","Protection of telomeres protein 1","si:dkey-261m9.15","pot1","hist1h2a5","Protection of telomeres protein 1","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","A0A140LGS2","Protection of telomeres protein 1","Histone H2A","pot1","si:ch1073-153i20.5","Protection of telomeres protein 1","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","F1R9M2","Protection of telomeres protein 1","TERF1","pot1","tinf2","Protection of telomeres protein 1","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","E7EXD7","Protection of telomeres protein 1","si:dkey-261m9.11","pot1","si:ch211-113a14.19","Protection of telomeres protein 1","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","X1WHF1","Protection of telomeres protein 1","Histone H2B","pot1","si:dkey-261m9.6","Protection of telomeres protein 1","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","A4FVM2","Protection of telomeres protein 1","si:ch73-368j24.13","pot1","A4FVM2","Protection of telomeres protein 1","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","Q7ZTT0","Protection of telomeres protein 1","zgc:56685","pot1","Q7ZTT0","Protection of telomeres protein 1","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000102969","physical","txid7955" +"E7F0D5","X1WCR0","Protection of telomeres protein 1","fb06e02","pot1","ten1","Protection of telomeres protein 1","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000102969","physical","txid7955" +"F1Q5P6","Q6TNU4","si:dkey-170e5.1","fen1","rpl9","fen1","Replication factor C subunit 1","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","F1R9M2","si:dkey-170e5.1","TERF1","rpl9","tinf2","Replication factor C subunit 1","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","B8JIP2","si:dkey-170e5.1","PRIM2A","rpl9","prim2","Replication factor C subunit 1","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","A0A0N4SUD2","si:dkey-170e5.1","Ubi-p63E","rpl9","ubb","Replication factor C subunit 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","F1R563","si:dkey-170e5.1","im:7142218","rpl9","si:dkey-28b4.7","Replication factor C subunit 1","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","A0A0G2L7I0","si:dkey-170e5.1","sprtn","rpl9","A0A0G2L7I0","Replication factor C subunit 1","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","Q6NYJ3","si:dkey-170e5.1","terf2ip","rpl9","Q6NYJ3","Replication factor C subunit 1","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","B0UY97","si:dkey-170e5.1","si:dkey-57a22.7","rpl9","rev1","Replication factor C subunit 1","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","F1Q7Z9","si:dkey-170e5.1","fc50a12","rpl9","F1Q7Z9","Replication factor C subunit 1","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","F1QHN6","si:dkey-170e5.1","im:7042025","rpl9","ubc","Replication factor C subunit 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","Q7ZVI8","si:dkey-170e5.1","npl4","rpl9","Q7ZVI8","Replication factor C subunit 1","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","F8W428","si:dkey-170e5.1","im:7140950","rpl9","cul4b","Replication factor C subunit 1","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","Q7SXA3","si:dkey-170e5.1","zgc:66168","rpl9","rps27a","Replication factor C subunit 1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000113369","physical","txid7955" +"F1Q5P6","Q7T2C1","si:dkey-170e5.1","zgc:64071","rpl9","cul4a","Replication factor C subunit 1","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000113369","physical","txid7955" +"F1R563","Q6TNU4","im:7142218","fen1","si:dkey-28b4.7","fen1","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","Q6NYJ3","im:7142218","terf2ip","si:dkey-28b4.7","Q6NYJ3","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","F8W5R6","im:7142218","DNA polymerase subunit gamma-1","si:dkey-28b4.7","polg","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","A0A0N4SUD2","im:7142218","Ubi-p63E","si:dkey-28b4.7","ubb","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","F8W428","im:7142218","im:7140950","si:dkey-28b4.7","cul4b","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","Q7SXA3","im:7142218","zgc:66168","si:dkey-28b4.7","rps27a","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","F1QHN6","im:7142218","im:7042025","si:dkey-28b4.7","ubc","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000119350","physical","txid7955" +"F1R563","Q7T2C1","im:7142218","zgc:64071","si:dkey-28b4.7","cul4a","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000119350","physical","txid7955" +"F1RCI6","Q6DGE1","zgc:110337","zgc:100921","pole4","Q6DGE1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q6DRK4","zgc:110337","zgc:110313","pole4","rfc5","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q504I6","zgc:110337","ik:tdsubc_2g1","pole4","rpa2","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q6NY74","zgc:110337","rpa1","pole4","rpa1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","E7F6Y7","zgc:110337","DNA polymerase kappa","pole4","polk","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q568H3","zgc:110337","mad2l2","pole4","Q568H3","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F1R563","zgc:110337","im:7142218","pole4","si:dkey-28b4.7","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","A0A0N4SUD2","zgc:110337","Ubi-p63E","pole4","ubb","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","B0V351","zgc:110337","si:dkeyp-98c11.2","pole4","B0V351","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q5RHI5","zgc:110337","dtl","pole4","dtl","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","E7FB68","zgc:110337","cb678","pole4","pola1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q6TNU4","zgc:110337","fen1","pole4","fen1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F1Q5P6","zgc:110337","si:dkey-170e5.1","pole4","rpl9","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q7SXA3","zgc:110337","zgc:66168","pole4","rps27a","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q9PTP1","zgc:110337","pcna","pole4","pcna","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F8W5R6","zgc:110337","DNA polymerase subunit gamma-1","pole4","polg","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F1QHN6","zgc:110337","im:7042025","pole4","ubc","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","A4FUL3","zgc:110337","im:7137515","pole4","rbx1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F1Q7Z9","zgc:110337","fc50a12","pole4","F1Q7Z9","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","Q7T2C1","zgc:110337","zgc:64071","pole4","cul4a","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","B8JIP2","zgc:110337","PRIM2A","pole4","prim2","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","F8W428","zgc:110337","im:7140950","pole4","cul4b","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000016362","physical","txid7955" +"F1RCI6","A0MTA1","zgc:110337","apex1","pole4","A0MTA1","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000016362","physical","txid7955" +"Q6NY74","B0S509","rpa1","rad9a","rpa1","B0S509","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6DRD5","rpa1","zgc:92341","rpa1","ufd1l","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","string-db","7955.ENSDARP00000035108/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QRE0","rpa1","fc50c03","rpa1","F1QRE0","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7F643","rpa1","DNA helicase MCM8","rpa1","E7F643","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q5TYR1","rpa1","wu:fb38e12","rpa1","rad51","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A0G2L7I0","rpa1","sprtn","rpa1","A0A0G2L7I0","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1R096","rpa1","sh3bp5lb","rpa1","gtf2h4","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7ZVM9","rpa1","rmi1","rpa1","Q7ZVM9","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B5DDZ2","rpa1","Protein DBF4 homolog A","rpa1","dbf4","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6TNU4","rpa1","fen1","rpa1","fen1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6NY87","rpa1","zgc:77511","rpa1","ercc1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7SXA3","rpa1","zgc:66168","rpa1","rps27a","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A8M9QPT3","rpa1","fc38f05","rpa1","A0A8M9QPT3","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QHN6","rpa1","im:7042025","rpa1","ubc","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6NZV2","rpa1","cb1025","rpa1","mcm4","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q08BH7","rpa1","ube2t","rpa1","Q08BH7","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7F6Y7","rpa1","DNA polymerase kappa","rpa1","polk","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A0R4IF65","rpa1","cb737","rpa1","A0A0R4IF65","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q5SNQ6","rpa1","si:dkey-12h9.4","rpa1","gtf2h5","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6P2T4","rpa1","zgc:56502","rpa1","rad1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B8JKI8","rpa1","htatip","rpa1","kat5b","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A0R4IUC9","rpa1","RecQ mediated genome instability 2","rpa1","A0A0R4IUC9","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QP75","rpa1","fi40c09","rpa1","F1QP75","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Origin recognition complex subunit 3","string-db","7955.ENSDARP00000047856/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A0N4SUD2","rpa1","Ubi-p63E","rpa1","ubb","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7F1X6","rpa1","si:ch73-362i18.3","rpa1","cenpx","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QXE3","rpa1","zgc:112400","rpa1","rad52","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6ZM36","rpa1","orc6l","rpa1","orc6","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q568H3","rpa1","mad2l2","rpa1","Q568H3","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QJS3","rpa1","DNA repair protein complementing XP-G cells","rpa1","ercc5","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B0UY97","rpa1","si:dkey-57a22.7","rpa1","rev1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q803U7","rpa1","exo1","rpa1","Q803U7","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A8N7UW22","rpa1","DNA repair protein RAD50","rpa1","A0A8N7UW22","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7F0D5","rpa1","Protection of telomeres protein 1","rpa1","pot1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q504I6","rpa1","ik:tdsubc_2g1","rpa1","rpa2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q66I03","rpa1","zgc:92126","rpa1","Q66I03","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0MTA1","rpa1","apex1","rpa1","A0MTA1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B0V351","rpa1","si:dkeyp-98c11.2","rpa1","B0V351","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A2BGQ6","rpa1","zgc:91969","rpa1","rad17","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q5I2W8","rpa1","nbn","rpa1","nbn","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1Q5P6","rpa1","si:dkey-170e5.1","rpa1","rpl9","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6DRK4","rpa1","zgc:110313","rpa1","rfc5","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1R3B9","rpa1","fc21c10","rpa1","fanci","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7ZVI8","rpa1","npl4","rpa1","Q7ZVI8","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QRC8","rpa1","CHUNP6903","rpa1","terfa","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B3DJT4","rpa1","FA complementation group D2","rpa1","fancd2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","string-db","7955.ENSDARP00000070083/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F8W428","rpa1","im:7140950","rpa1","cul4b","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7F2N1","rpa1","si:ch73-352p4.5","rpa1","si:ch73-352p4.5","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6P0X9","rpa1","orc5l","rpa1","orc5","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","string-db","7955.ENSDARP00000033056/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","U3JAR8","rpa1","si:dkey-57h18.1","rpa1","faap100","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7T2C1","rpa1","zgc:64071","rpa1","cul4a","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A2R8RVN3","rpa1","DNA topoisomerase 2-binding protein 1","rpa1","topbp1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1Q5E7","rpa1","XPD","rpa1","ercc2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B7ZDD5","rpa1","fancj","rpa1","brip1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A4FUL3","rpa1","im:7137515","rpa1","rbx1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B8JIP2","rpa1","PRIM2A","rpa1","prim2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","X1WCF3","rpa1","DNA topoisomerase","rpa1","top3a","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q2YDS1","rpa1","ddb2","rpa1","ddb2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A0A8M6YW51","rpa1","DNA helicase","rpa1","A0A8M6YW51","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1R9M2","rpa1","TERF1","rpa1","tinf2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q5RHY1","rpa1","mcm10","rpa1","Q5RHY1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F6P697","rpa1","HSF","rpa1","hsf1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1R563","rpa1","im:7142218","rpa1","si:dkey-28b4.7","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1QNX4","rpa1","DNA topoisomerase","rpa1","F1QNX4","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000035935/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7ZWB1","rpa1","zgc:56598","rpa1","cdk2","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q5RHI5","rpa1","dtl","rpa1","dtl","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1R983","rpa1","rbbp8","rpa1","rbbp8","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q7ZU79","rpa1","cdc45l","rpa1","cdc45","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q9PTP1","rpa1","pcna","rpa1","pcna","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","A5WWE3","rpa1","fc26a07","rpa1","A5WWE3","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","B3DJV8","rpa1","LOC569270","rpa1","B3DJV8","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q6NYJ3","rpa1","terf2ip","rpa1","Q6NYJ3","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","E7FB68","rpa1","cb678","rpa1","pola1","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","F1Q7Z9","rpa1","fc50a12","rpa1","F1Q7Z9","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000029067","physical","txid7955" +"Q6NY74","Q1LXB1","rpa1","si:dkey-42i9.5","rpa1","atrip","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000029067","physical","txid7955" +"Q6DRK4","F1R9M2","zgc:110313","TERF1","rfc5","tinf2","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B0V351","zgc:110313","si:dkeyp-98c11.2","rfc5","B0V351","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q5I2W8","zgc:110313","nbn","rfc5","nbn","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A4FUL3","zgc:110313","im:7137515","rfc5","rbx1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B8JIP2","zgc:110313","PRIM2A","rfc5","prim2","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B8JKI8","zgc:110313","htatip","rfc5","kat5b","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A2BGQ6","zgc:110313","zgc:91969","rfc5","rad17","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q6NYJ3","zgc:110313","terf2ip","rfc5","Q6NYJ3","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1R563","zgc:110313","im:7142218","rfc5","si:dkey-28b4.7","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q504I6","zgc:110313","ik:tdsubc_2g1","rfc5","rpa2","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0MTA1","zgc:110313","apex1","rfc5","A0MTA1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q568H3","zgc:110313","mad2l2","rfc5","Q568H3","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A0N4SUD2","zgc:110313","Ubi-p63E","rfc5","ubb","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A0G2L7I0","zgc:110313","sprtn","rfc5","A0A0G2L7I0","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1QXE3","zgc:110313","zgc:112400","rfc5","rad52","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1QRC8","zgc:110313","CHUNP6903","rfc5","terfa","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F8W428","zgc:110313","im:7140950","rfc5","cul4b","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A8M6YW51","zgc:110313","DNA helicase","rfc5","A0A8M6YW51","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q7SXA3","zgc:110313","zgc:66168","rfc5","rps27a","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","E7F2N1","zgc:110313","si:ch73-352p4.5","rfc5","si:ch73-352p4.5","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A2R8RVN3","zgc:110313","DNA topoisomerase 2-binding protein 1","rfc5","topbp1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q6TNU4","zgc:110313","fen1","rfc5","fen1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q7ZVM9","zgc:110313","rmi1","rfc5","Q7ZVM9","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A0R4IUC9","zgc:110313","RecQ mediated genome instability 2","rfc5","A0A0R4IUC9","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1QHN6","zgc:110313","im:7042025","rfc5","ubc","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B7ZDD5","zgc:110313","fancj","rfc5","brip1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q6P2T4","zgc:110313","zgc:56502","rfc5","rad1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B0UY97","zgc:110313","si:dkey-57a22.7","rfc5","rev1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1Q7Z9","zgc:110313","fc50a12","rfc5","F1Q7Z9","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q1LUE7","zgc:110313","si:ch211-218c6.5","rfc5","chtf8","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","string-db","7955.ENSDARP00000090933/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","E7FB68","zgc:110313","cb678","rfc5","pola1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","E7F6Y7","zgc:110313","DNA polymerase kappa","rfc5","polk","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","X1WCF3","zgc:110313","DNA topoisomerase","rfc5","top3a","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","E7F0D5","zgc:110313","Protection of telomeres protein 1","rfc5","pot1","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q5TYR1","zgc:110313","wu:fb38e12","rfc5","rad51","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q9PTP1","zgc:110313","pcna","rfc5","pcna","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q7T2C1","zgc:110313","zgc:64071","rfc5","cul4a","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q803U7","zgc:110313","exo1","rfc5","Q803U7","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q1LXB1","zgc:110313","si:dkey-42i9.5","rfc5","atrip","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1R983","zgc:110313","rbbp8","rfc5","rbbp8","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","Q7ZVI8","zgc:110313","npl4","rfc5","Q7ZVI8","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A8M9QPT3","zgc:110313","fc38f05","rfc5","A0A8M9QPT3","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","A0A8N7UW22","zgc:110313","DNA repair protein RAD50","rfc5","A0A8N7UW22","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","B0S509","zgc:110313","rad9a","rfc5","B0S509","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000051669","physical","txid7955" +"Q6DRK4","F1Q5P6","zgc:110313","si:dkey-170e5.1","rfc5","rpl9","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000051669","physical","txid7955" +"X1WCR0","Q6NYJ3","fb06e02","terf2ip","ten1","Q6NYJ3","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000128007","physical","txid7955" +"E7FB68","B8JIP2","cb678","PRIM2A","pola1","prim2","DNA polymerase (EC 2.7.7.7)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","Q6NYJ3","cb678","terf2ip","pola1","Q6NYJ3","DNA polymerase (EC 2.7.7.7)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","F1R563","cb678","im:7142218","pola1","si:dkey-28b4.7","DNA polymerase (EC 2.7.7.7)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","F8W5R6","cb678","DNA polymerase subunit gamma-1","pola1","polg","DNA polymerase (EC 2.7.7.7)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","F1Q5P6","cb678","si:dkey-170e5.1","pola1","rpl9","DNA polymerase (EC 2.7.7.7)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","F1R9M2","cb678","TERF1","pola1","tinf2","DNA polymerase (EC 2.7.7.7)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000106559","physical","txid7955" +"E7FB68","X1WCR0","cb678","fb06e02","pola1","ten1","DNA polymerase (EC 2.7.7.7)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000106559","physical","txid7955" +"Q568H3","E7FB68","mad2l2","cb678","Q568H3","pola1","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","Q9PTP1","mad2l2","pcna","Q568H3","pcna","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","A0A0N4SUD2","mad2l2","Ubi-p63E","Q568H3","ubb","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","B0V351","mad2l2","si:dkeyp-98c11.2","Q568H3","B0V351","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","U3JAH9","mad2l2","zgc:101571","Q568H3","bub3","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","D9IWE2","mad2l2","zgc:56571","Q568H3","mad1l1","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Mitotic arrest deficient 1-like 1 (Mitotic arrest deficient-like protein 1) (Mitotic spindle assembly checkpoint protein MAD1)","string-db","7955.ENSDARP00000123048/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","B0UY97","mad2l2","si:dkey-57a22.7","Q568H3","rev1","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","B8JIP2","mad2l2","PRIM2A","Q568H3","prim2","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","F1Q5P6","mad2l2","si:dkey-170e5.1","Q568H3","rpl9","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","F1R563","mad2l2","im:7142218","Q568H3","si:dkey-28b4.7","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","Q7SXA3","mad2l2","zgc:66168","Q568H3","rps27a","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","F1QHN6","mad2l2","im:7042025","Q568H3","ubc","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","F8W5R6","mad2l2","DNA polymerase subunit gamma-1","Q568H3","polg","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000062253","physical","txid7955" +"Q568H3","E7F6Y7","mad2l2","DNA polymerase kappa","Q568H3","polk","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000062253","physical","txid7955" +"Q9PTP1","Q6TNU4","pcna","fen1","pcna","fen1","Proliferating cell nuclear antigen (PCNA)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","A0A0G2L7I0","pcna","sprtn","pcna","A0A0G2L7I0","Proliferating cell nuclear antigen (PCNA)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F8W428","pcna","im:7140950","pcna","cul4b","Proliferating cell nuclear antigen (PCNA)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q803U7","pcna","exo1","pcna","Q803U7","Proliferating cell nuclear antigen (PCNA)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F1R563","pcna","im:7142218","pcna","si:dkey-28b4.7","Proliferating cell nuclear antigen (PCNA)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","E7FB68","pcna","cb678","pcna","pola1","Proliferating cell nuclear antigen (PCNA)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q1LUE7","pcna","si:ch211-218c6.5","pcna","chtf8","Proliferating cell nuclear antigen (PCNA)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","string-db","7955.ENSDARP00000090933/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","A0A0N4SUD2","pcna","Ubi-p63E","pcna","ubb","Proliferating cell nuclear antigen (PCNA)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F1QHN6","pcna","im:7042025","pcna","ubc","Proliferating cell nuclear antigen (PCNA)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q7ZVI8","pcna","npl4","pcna","Q7ZVI8","Proliferating cell nuclear antigen (PCNA)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","B8JIP2","pcna","PRIM2A","pcna","prim2","Proliferating cell nuclear antigen (PCNA)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","X1WD98","pcna","E3 ubiquitin-protein ligase SHPRH isoform X1","pcna","shprh","Proliferating cell nuclear antigen (PCNA)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","string-db","7955.ENSDARP00000128195/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","B0V351","pcna","si:dkeyp-98c11.2","pcna","B0V351","Proliferating cell nuclear antigen (PCNA)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q7SXA3","pcna","zgc:66168","pcna","rps27a","Proliferating cell nuclear antigen (PCNA)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F1Q5P6","pcna","si:dkey-170e5.1","pcna","rpl9","Proliferating cell nuclear antigen (PCNA)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F1R9M2","pcna","TERF1","pcna","tinf2","Proliferating cell nuclear antigen (PCNA)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","E7F0D5","pcna","Protection of telomeres protein 1","pcna","pot1","Proliferating cell nuclear antigen (PCNA)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q7T2C1","pcna","zgc:64071","pcna","cul4a","Proliferating cell nuclear antigen (PCNA)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","A0A8M2BAK6","pcna","Helicase-like transcription factor","pcna","A0A8M2BAK6","Proliferating cell nuclear antigen (PCNA)","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","Q6NYJ3","pcna","terf2ip","pcna","Q6NYJ3","Proliferating cell nuclear antigen (PCNA)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","E7F558","pcna","Mismatch repair endonuclease PMS2","pcna","pms2","Proliferating cell nuclear antigen (PCNA)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","B0UY97","pcna","si:dkey-57a22.7","pcna","rev1","Proliferating cell nuclear antigen (PCNA)","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","F1Q7Z9","pcna","fc50a12","pcna","F1Q7Z9","Proliferating cell nuclear antigen (PCNA)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000070780","physical","txid7955" +"Q9PTP1","E7F6Y7","pcna","DNA polymerase kappa","pcna","polk","Proliferating cell nuclear antigen (PCNA)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000070780","physical","txid7955" +"B8JIP2","F1R563","PRIM2A","im:7142218","prim2","si:dkey-28b4.7","DNA primase large subunit","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000115722","physical","txid7955" +"B8JIP2","Q6NYJ3","PRIM2A","terf2ip","prim2","Q6NYJ3","DNA primase large subunit","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000115722","physical","txid7955" +"B8JIP2","X1WCR0","PRIM2A","fb06e02","prim2","ten1","DNA primase large subunit","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000115722","physical","txid7955" +"B8JIP2","F8W5R6","PRIM2A","DNA polymerase subunit gamma-1","prim2","polg","DNA primase large subunit","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000115722","physical","txid7955" +"B0V351","F1Q5P6","si:dkeyp-98c11.2","si:dkey-170e5.1","B0V351","rpl9","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","B8JIP2","si:dkeyp-98c11.2","PRIM2A","B0V351","prim2","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","F8W5R6","si:dkeyp-98c11.2","DNA polymerase subunit gamma-1","B0V351","polg","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","string-db","7955.ENSDARP00000125000/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","F1Q7Z9","si:dkeyp-98c11.2","fc50a12","B0V351","F1Q7Z9","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","Q7T2C1","si:dkeyp-98c11.2","zgc:64071","B0V351","cul4a","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","F1R563","si:dkeyp-98c11.2","im:7142218","B0V351","si:dkey-28b4.7","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","E7FB68","si:dkeyp-98c11.2","cb678","B0V351","pola1","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","Q6TNU4","si:dkeyp-98c11.2","fen1","B0V351","fen1","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","F1QHN6","si:dkeyp-98c11.2","im:7042025","B0V351","ubc","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","F8W428","si:dkeyp-98c11.2","im:7140950","B0V351","cul4b","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","E7F6Y7","si:dkeyp-98c11.2","DNA polymerase kappa","B0V351","polk","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","A0A0N4SUD2","si:dkeyp-98c11.2","Ubi-p63E","B0V351","ubb","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075852","physical","txid7955" +"B0V351","Q7SXA3","si:dkeyp-98c11.2","zgc:66168","B0V351","rps27a","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075852","physical","txid7955" +"F1QRC8","B8JIP2","CHUNP6903","PRIM2A","terfa","prim2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","A0A140LG54","CHUNP6903","Histone H2B","terfa","si:dkey-23a13.22","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7F5W3","CHUNP6903","si:dkey-108k21.26","terfa","hist1h2a10","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","X1WDH8","CHUNP6903","Histone H2B","terfa","si:dkey-261m9.19","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","F1R9M2","CHUNP6903","TERF1","terfa","tinf2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","A0A140LGS2","CHUNP6903","Histone H2A","terfa","si:ch1073-153i20.5","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","F1R563","CHUNP6903","im:7142218","terfa","si:dkey-28b4.7","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q6PBV6","CHUNP6903","nhp2","terfa","nhp2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q71PD7","CHUNP6903","h2az2a","terfa","h2az2a","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q6NYJ3","CHUNP6903","terf2ip","terfa","Q6NYJ3","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q4FZZ7","CHUNP6903","hist1h2a2","terfa","hist1h2a2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","A0A8M1P3C1","CHUNP6903","fb34f12","terfa","A0A8M1P3C1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","X1WHF1","CHUNP6903","Histone H2B","terfa","si:dkey-261m9.6","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","R4GE15","CHUNP6903","si:ch211-113a14.29","terfa","si:ch211-113a14.22","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","H0WER0","CHUNP6903","Si:dkey-14d8.1","terfa","si:dkey-14d8.1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7EZX1","CHUNP6903","si:dkey-261m9.15","terfa","hist1h2a5","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q9PTP1","CHUNP6903","pcna","terfa","pcna","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q1LUU4","CHUNP6903","si:dz179b20.7","terfa","daxx","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Death domain-associated protein 6 (Daxx)","string-db","7955.ENSDARP00000105452/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7FB68","CHUNP6903","cb678","terfa","pola1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","X1WCR0","CHUNP6903","fb06e02","terfa","ten1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q5XJK2","CHUNP6903","h2afx1","terfa","h2ax1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7F4M2","CHUNP6903","atrxl","terfa","atrx","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","string-db","7955.ENSDARP00000105895/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q5BJA5","CHUNP6903",";","terfa","-","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q1LUE7","CHUNP6903","si:ch211-218c6.5","terfa","chtf8","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","string-db","7955.ENSDARP00000090933/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","A0JMF1","CHUNP6903","ctc1","terfa","A0JMF1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","string-db","7955.ENSDARP00000093415/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q7ZTT0","CHUNP6903","zgc:56685","terfa","Q7ZTT0","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7EXD7","CHUNP6903","si:dkey-261m9.11","terfa","si:ch211-113a14.19","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","A4FVM2","CHUNP6903","si:ch73-368j24.13","terfa","A4FVM2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","P0C928","CHUNP6903","rtel1","terfa","P0C928","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","string-db","7955.ENSDARP00000105420/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q6DRH5","CHUNP6903","nop10","terfa","nop10","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","B3DJF8","CHUNP6903","LOC570661","terfa","LOC570661","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7F0D5","CHUNP6903","Protection of telomeres protein 1","terfa","pot1","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","E7FE07","CHUNP6903","si:ch211-113a14.16","terfa","E7FE07","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q561S9","CHUNP6903","H2A","terfa","hist1h2a3","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","Q7ZVE0","CHUNP6903","gar1","terfa","Q7ZVE0","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","F1Q5P6","CHUNP6903","si:dkey-170e5.1","terfa","rpl9","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000057422","physical","txid7955" +"F1QRC8","F1QGF1","CHUNP6903","Uncharacterized protein LOC503753","terfa","-","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","Uncharacterized protein LOC503753 (Zgc:113263)","string-db","7955.ENSDARP00000111063/7955.ENSDARP00000057422","physical","txid7955" +"F1R9M2","R4GE15","TERF1","si:ch211-113a14.29","tinf2","si:ch211-113a14.22","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","X1WCR0","TERF1","fb06e02","tinf2","ten1","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","A4FVM2","TERF1","si:ch73-368j24.13","tinf2","A4FVM2","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","H0WER0","TERF1","Si:dkey-14d8.1","tinf2","si:dkey-14d8.1","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","X1WDH8","TERF1","Histone H2B","tinf2","si:dkey-261m9.19","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","Q6NYJ3","TERF1","terf2ip","tinf2","Q6NYJ3","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","X1WHF1","TERF1","Histone H2B","tinf2","si:dkey-261m9.6","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","A0A140LG54","TERF1","Histone H2B","tinf2","si:dkey-23a13.22","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","B8JIP2","TERF1","PRIM2A","tinf2","prim2","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","Q7ZTT0","TERF1","zgc:56685","tinf2","Q7ZTT0","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","A0A140LGS2","TERF1","Histone H2A","tinf2","si:ch1073-153i20.5","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","Q6DRH5","TERF1","nop10","tinf2","nop10","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000113476","physical","txid7955" +"F1R9M2","F1R563","TERF1","im:7142218","tinf2","si:dkey-28b4.7","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000113476","physical","txid7955" +"Q504I6","B5DDZ2","ik:tdsubc_2g1","Protein DBF4 homolog A","rpa2","dbf4","Replication factor A protein 2","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7F6Y7","ik:tdsubc_2g1","DNA polymerase kappa","rpa2","polk","Replication factor A protein 2","DNA polymerase kappa","string-db","7955.ENSDARP00000078372/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q5SNQ6","ik:tdsubc_2g1","si:dkey-12h9.4","rpa2","gtf2h5","Replication factor A protein 2","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A4FUL3","ik:tdsubc_2g1","im:7137515","rpa2","rbx1","Replication factor A protein 2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B0UY97","ik:tdsubc_2g1","si:dkey-57a22.7","rpa2","rev1","Replication factor A protein 2","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q804S5","ik:tdsubc_2g1","mib1","rpa2","mib1","Replication factor A protein 2","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A0G2L7I0","ik:tdsubc_2g1","sprtn","rpa2","A0A0G2L7I0","Replication factor A protein 2","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A8N7UW22","ik:tdsubc_2g1","DNA repair protein RAD50","rpa2","A0A8N7UW22","Replication factor A protein 2","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q5RHY1","ik:tdsubc_2g1","mcm10","rpa2","Q5RHY1","Replication factor A protein 2","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q7ZVM9","ik:tdsubc_2g1","rmi1","rpa2","Q7ZVM9","Replication factor A protein 2","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B0S509","ik:tdsubc_2g1","rad9a","rpa2","B0S509","Replication factor A protein 2","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7F1X6","ik:tdsubc_2g1","si:ch73-362i18.3","rpa2","cenpx","Replication factor A protein 2","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q7SXA3","ik:tdsubc_2g1","zgc:66168","rpa2","rps27a","Replication factor A protein 2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1Q5P6","ik:tdsubc_2g1","si:dkey-170e5.1","rpa2","rpl9","Replication factor A protein 2","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1R096","ik:tdsubc_2g1","sh3bp5lb","rpa2","gtf2h4","Replication factor A protein 2","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q6P2T4","ik:tdsubc_2g1","zgc:56502","rpa2","rad1","Replication factor A protein 2","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1QXE3","ik:tdsubc_2g1","zgc:112400","rpa2","rad52","Replication factor A protein 2","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q6NZV2","ik:tdsubc_2g1","cb1025","rpa2","mcm4","Replication factor A protein 2","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F8W428","ik:tdsubc_2g1","im:7140950","rpa2","cul4b","Replication factor A protein 2","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B7ZDD5","ik:tdsubc_2g1","fancj","rpa2","brip1","Replication factor A protein 2","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A0N4SUD2","ik:tdsubc_2g1","Ubi-p63E","rpa2","ubb","Replication factor A protein 2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B8JKI8","ik:tdsubc_2g1","htatip","rpa2","kat5b","Replication factor A protein 2","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7F2N1","ik:tdsubc_2g1","si:ch73-352p4.5","rpa2","si:ch73-352p4.5","Replication factor A protein 2","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q1LXB1","ik:tdsubc_2g1","si:dkey-42i9.5","rpa2","atrip","Replication factor A protein 2","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","U3JAR8","ik:tdsubc_2g1","si:dkey-57h18.1","rpa2","faap100","Replication factor A protein 2","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A2BGQ6","ik:tdsubc_2g1","zgc:91969","rpa2","rad17","Replication factor A protein 2","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A0R4IF65","ik:tdsubc_2g1","cb737","rpa2","A0A0R4IF65","Replication factor A protein 2","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A8M9QPT3","ik:tdsubc_2g1","fc38f05","rpa2","A0A8M9QPT3","Replication factor A protein 2","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q803U7","ik:tdsubc_2g1","exo1","rpa2","Q803U7","Replication factor A protein 2","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A8M6YW51","ik:tdsubc_2g1","DNA helicase","rpa2","A0A8M6YW51","Replication factor A protein 2","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1R563","ik:tdsubc_2g1","im:7142218","rpa2","si:dkey-28b4.7","Replication factor A protein 2","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q7T2C1","ik:tdsubc_2g1","zgc:64071","rpa2","cul4a","Replication factor A protein 2","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q08BH7","ik:tdsubc_2g1","ube2t","rpa2","Q08BH7","Replication factor A protein 2","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q6NYJ3","ik:tdsubc_2g1","terf2ip","rpa2","Q6NYJ3","Replication factor A protein 2","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q9PTP1","ik:tdsubc_2g1","pcna","rpa2","pcna","Replication factor A protein 2","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1Q7Z9","ik:tdsubc_2g1","fc50a12","rpa2","F1Q7Z9","Replication factor A protein 2","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q6ZM36","ik:tdsubc_2g1","orc6l","rpa2","orc6","Replication factor A protein 2","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q7ZVI8","ik:tdsubc_2g1","npl4","rpa2","Q7ZVI8","Replication factor A protein 2","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q5I2W8","ik:tdsubc_2g1","nbn","rpa2","nbn","Replication factor A protein 2","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1R3B9","ik:tdsubc_2g1","fc21c10","rpa2","fanci","Replication factor A protein 2","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1QRC8","ik:tdsubc_2g1","CHUNP6903","rpa2","terfa","Replication factor A protein 2","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B8JIP2","ik:tdsubc_2g1","PRIM2A","rpa2","prim2","Replication factor A protein 2","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1R983","ik:tdsubc_2g1","rbbp8","rpa2","rbbp8","Replication factor A protein 2","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q2YDS1","ik:tdsubc_2g1","ddb2","rpa2","ddb2","Replication factor A protein 2","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1R9M2","ik:tdsubc_2g1","TERF1","rpa2","tinf2","Replication factor A protein 2","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7F0D5","ik:tdsubc_2g1","Protection of telomeres protein 1","rpa2","pot1","Replication factor A protein 2","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0MTA1","ik:tdsubc_2g1","apex1","rpa2","A0MTA1","Replication factor A protein 2","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1QHN6","ik:tdsubc_2g1","im:7042025","rpa2","ubc","Replication factor A protein 2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","X1WCF3","ik:tdsubc_2g1","DNA topoisomerase","rpa2","top3a","Replication factor A protein 2","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7FB68","ik:tdsubc_2g1","cb678","rpa2","pola1","Replication factor A protein 2","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1QJS3","ik:tdsubc_2g1","DNA repair protein complementing XP-G cells","rpa2","ercc5","Replication factor A protein 2","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B0V351","ik:tdsubc_2g1","si:dkeyp-98c11.2","rpa2","B0V351","Replication factor A protein 2","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","E7F643","ik:tdsubc_2g1","DNA helicase MCM8","rpa2","E7F643","Replication factor A protein 2","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B3DJV8","ik:tdsubc_2g1","LOC569270","rpa2","B3DJV8","Replication factor A protein 2","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","B3DJT4","ik:tdsubc_2g1","FA complementation group D2","rpa2","fancd2","Replication factor A protein 2","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","string-db","7955.ENSDARP00000070083/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q6TNU4","ik:tdsubc_2g1","fen1","rpa2","fen1","Replication factor A protein 2","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1Q5E7","ik:tdsubc_2g1","XPD","rpa2","ercc2","Replication factor A protein 2","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F1QRE0","ik:tdsubc_2g1","fc50c03","rpa2","F1QRE0","Replication factor A protein 2","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q5TYR1","ik:tdsubc_2g1","wu:fb38e12","rpa2","rad51","Replication factor A protein 2","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q568H3","ik:tdsubc_2g1","mad2l2","rpa2","Q568H3","Replication factor A protein 2","Mitotic spindle assembly checkpoint protein MAD2B (Mitotic arrest deficient 2-like protein 2) (MAD2-like protein 2)","string-db","7955.ENSDARP00000062253/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","Q7ZU79","ik:tdsubc_2g1","cdc45l","rpa2","cdc45","Replication factor A protein 2","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A0R4IUC9","ik:tdsubc_2g1","RecQ mediated genome instability 2","rpa2","A0A0R4IUC9","Replication factor A protein 2","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","F6P697","ik:tdsubc_2g1","HSF","rpa2","hsf1","Replication factor A protein 2","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A5WWE3","ik:tdsubc_2g1","fc26a07","rpa2","A5WWE3","Replication factor A protein 2","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000054077","physical","txid7955" +"Q504I6","A0A2R8RVN3","ik:tdsubc_2g1","DNA topoisomerase 2-binding protein 1","rpa2","topbp1","Replication factor A protein 2","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000054077","physical","txid7955" +"B8JKF4","F1R9M2","stn1","TERF1","stn1","tinf2","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","X1WCR0","stn1","fb06e02","stn1","ten1","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","E7F0D5","stn1","Protection of telomeres protein 1","stn1","pot1","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","B8JIP2","stn1","PRIM2A","stn1","prim2","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","F1QRC8","stn1","CHUNP6903","stn1","terfa","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","Q6NYJ3","stn1","terf2ip","stn1","Q6NYJ3","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","F1QGF1","stn1","Uncharacterized protein LOC503753","stn1","-","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","Uncharacterized protein LOC503753 (Zgc:113263)","string-db","7955.ENSDARP00000111063/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","A0JMF1","stn1","ctc1","stn1","A0JMF1","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","string-db","7955.ENSDARP00000093415/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","E7FB68","stn1","cb678","stn1","pola1","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000013967","physical","txid7955" +"B8JKF4","H0WER0","stn1","Si:dkey-14d8.1","stn1","si:dkey-14d8.1","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000013967","physical","txid7955" +"A0JMF1","F1QGF1","ctc1","Uncharacterized protein LOC503753","A0JMF1","-","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","Uncharacterized protein LOC503753 (Zgc:113263)","string-db","7955.ENSDARP00000111063/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","H0WER0","ctc1","Si:dkey-14d8.1","A0JMF1","si:dkey-14d8.1","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","E7F0D5","ctc1","Protection of telomeres protein 1","A0JMF1","pot1","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","F1R9M2","ctc1","TERF1","A0JMF1","tinf2","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","B8JIP2","ctc1","PRIM2A","A0JMF1","prim2","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","DNA primase large subunit","string-db","7955.ENSDARP00000115722/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","E7FB68","ctc1","cb678","A0JMF1","pola1","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","DNA polymerase (EC 2.7.7.7)","string-db","7955.ENSDARP00000106559/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","X1WCR0","ctc1","fb06e02","A0JMF1","ten1","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000093415","physical","txid7955" +"A0JMF1","Q6NYJ3","ctc1","terf2ip","A0JMF1","Q6NYJ3","CST complex subunit CTC1 (Conserved telomere maintenance component 1)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000093415","physical","txid7955" +"Q9PVD7","Q6V7J8","AANAT2","zgc:73074","aanat2","aanat1","Arylalkylamine N-acetyltransferase (EC 2.3.1.87)","Arylalkylamine N-acetyltransferase (Serotonin N-acetyltransferase (EC 2.3.1.87))","string-db","7955.ENSDARP00000053125/7955.ENSDARP00000002650","physical","txid7955" +"F1QSJ2","X1WCE6","wu:fb34e11","colgalt1","col11a1a","X1WCE6","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A0A0R4IJJ1","wu:fb34e11","procollagen-proline 3-dioxygenase","col11a1a","p3h2","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","F1QB32","wu:fb34e11","procollagen-proline 3-dioxygenase","col11a1a","p3h3","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A8WIN7","wu:fb34e11","fc95g08","col11a1a","plod1a","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","string-db","7955.ENSDARP00000077830/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A0A0R4IPV5","wu:fb34e11","psmb3","col11a1a","p4hb","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A4U7F9","wu:fb34e11","lh2","col11a1a","plod2","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","string-db","7955.ENSDARP00000012147/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A0A0R4I9E8","wu:fb34e11","Prolyl 3-hydroxylase 1","col11a1a","A0A0R4I9E8","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Prolyl 3-hydroxylase 1","string-db","7955.ENSDARP00000093602/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","F1QQ04","wu:fb34e11","cb216","col11a1a","serpinh1b","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Serpin H1 (Collagen-binding protein)","string-db","7955.ENSDARP00000037780/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","B3DLK0","wu:fb34e11","col2a1","col11a1a","B3DLK0","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A9C3Q0","wu:fb34e11","LOC100003546x","col11a1a","A9C3Q0","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","string-db","7955.ENSDARP00000013506/7955.ENSDARP00000002692","physical","txid7955" +"F1QSJ2","A0A8M1P8Y1","wu:fb34e11","col11a1","col11a1a","A0A8M1P8Y1","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000002692","physical","txid7955" +"A4U7F9","Q1LUA9","lh2","si:ch211-197n10.4","plod2","col8a2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","F1R7R7","lh2","wu:fb99e07","plod2","F1R7R7","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","F1R9Y1","lh2","Collagen alpha-1","plod2","col14a1a","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","string-db","7955.ENSDARP00000017432/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","A8WIN7","lh2","fc95g08","plod2","plod1a","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","string-db","7955.ENSDARP00000077830/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","B3DLK0","lh2","col2a1","plod2","B3DLK0","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","F1Q6P3","lh2","Collagen alpha-1","plod2","col6a1","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","E7FCV8","lh2","Collagen alpha-2","plod2","col6a2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","string-db","7955.ENSDARP00000082031/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","X1WGI4","lh2","Collagen alpha-1","plod2","X1WGI4","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","A0A0R4IAT5","lh2","Collagen alpha-1","plod2","A0A0R4IAT5","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","Q1LXU2","lh2","cb343","plod2","col9a2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","string-db","7955.ENSDARP00000037624/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","A0A8M1P8Y1","lh2","col11a1","plod2","A0A8M1P8Y1","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","A3KNH4","lh2","cb479","plod2","plod3","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","string-db","7955.ENSDARP00000080199/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","Q6IQX2","lh2","alpha2","plod2","Q6IQX2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000012147","physical","txid7955" +"A4U7F9","B8A4S4","lh2","si:ch211-281g13.3","plod2","B8A4S4","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000012147","physical","txid7955" +"A9C3Q0","A0A0R4IAT5","LOC100003546x","Collagen alpha-1","A9C3Q0","A0A0R4IAT5","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","F1Q6P3","LOC100003546x","Collagen alpha-1","A9C3Q0","col6a1","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","F1R7R7","LOC100003546x","wu:fb99e07","A9C3Q0","F1R7R7","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","Q1LXU2","LOC100003546x","cb343","A9C3Q0","col9a2","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","string-db","7955.ENSDARP00000037624/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","X1WGI4","LOC100003546x","Collagen alpha-1","A9C3Q0","X1WGI4","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","Q6IQX2","LOC100003546x","alpha2","A9C3Q0","Q6IQX2","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","B3DLK0","LOC100003546x","col2a1","A9C3Q0","B3DLK0","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","E7FCV8","LOC100003546x","Collagen alpha-2","A9C3Q0","col6a2","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","string-db","7955.ENSDARP00000082031/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","A0A8M1P8Y1","LOC100003546x","col11a1","A9C3Q0","A0A8M1P8Y1","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","F1R9Y1","LOC100003546x","Collagen alpha-1","A9C3Q0","col14a1a","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","string-db","7955.ENSDARP00000017432/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","B8A4S4","LOC100003546x","si:ch211-281g13.3","A9C3Q0","B8A4S4","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000013506","physical","txid7955" +"A9C3Q0","Q1LUA9","LOC100003546x","si:ch211-197n10.4","A9C3Q0","col8a2","Collagen beta(1-O)galactosyltransferase 2 (Novel protein similar to vertebrate glycosyltransferase 25 domain containing 1 (GLT25D1)) (Procollagen galactosyltransferase 2 precursor (EC 2.4.1.50))","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000013506","physical","txid7955" +"A8WIN7","F1R7R7","fc95g08","wu:fb99e07","plod1a","F1R7R7","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","Q1LUA9","fc95g08","si:ch211-197n10.4","plod1a","col8a2","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","A0A0R4IAT5","fc95g08","Collagen alpha-1","plod1a","A0A0R4IAT5","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","A3KNH4","fc95g08","cb479","plod1a","plod3","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","string-db","7955.ENSDARP00000080199/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","E7FCV8","fc95g08","Collagen alpha-2","plod1a","col6a2","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","string-db","7955.ENSDARP00000082031/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","F1Q6P3","fc95g08","Collagen alpha-1","plod1a","col6a1","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","A0A8M1P8Y1","fc95g08","col11a1","plod1a","A0A8M1P8Y1","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","X1WGI4","fc95g08","Collagen alpha-1","plod1a","X1WGI4","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","B8A4S4","fc95g08","si:ch211-281g13.3","plod1a","B8A4S4","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","B3DLK0","fc95g08","col2a1","plod1a","B3DLK0","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000077830","physical","txid7955" +"A8WIN7","Q6IQX2","fc95g08","alpha2","plod1a","Q6IQX2","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000077830","physical","txid7955" +"A0A0R4IPV5","A0A286Y8C8","psmb3","zgc:91948","p4hb","p4ha2","Protein disulfide-isomerase (EC 5.3.4.1)","procollagen-proline 4-dioxygenase (EC 1.14.11.2)","string-db","7955.ENSDARP00000143396/7955.ENSDARP00000138657","physical","txid7955" +"A0A0R4I9E8","F1R7R7","Prolyl 3-hydroxylase 1","wu:fb99e07","A0A0R4I9E8","F1R7R7","Prolyl 3-hydroxylase 1","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","A0A0R4IAT5","Prolyl 3-hydroxylase 1","Collagen alpha-1","A0A0R4I9E8","A0A0R4IAT5","Prolyl 3-hydroxylase 1","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","Q1LUA9","Prolyl 3-hydroxylase 1","si:ch211-197n10.4","A0A0R4I9E8","col8a2","Prolyl 3-hydroxylase 1","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","F1Q6P3","Prolyl 3-hydroxylase 1","Collagen alpha-1","A0A0R4I9E8","col6a1","Prolyl 3-hydroxylase 1","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","A0A8M1P8Y1","Prolyl 3-hydroxylase 1","col11a1","A0A0R4I9E8","A0A8M1P8Y1","Prolyl 3-hydroxylase 1","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","Q6IQX2","Prolyl 3-hydroxylase 1","alpha2","A0A0R4I9E8","Q6IQX2","Prolyl 3-hydroxylase 1","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","X1WGI4","Prolyl 3-hydroxylase 1","Collagen alpha-1","A0A0R4I9E8","X1WGI4","Prolyl 3-hydroxylase 1","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000093602","physical","txid7955" +"A0A0R4I9E8","B8A4S4","Prolyl 3-hydroxylase 1","si:ch211-281g13.3","A0A0R4I9E8","B8A4S4","Prolyl 3-hydroxylase 1","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000093602","physical","txid7955" +"X1WCE6","A0A0R4IAT5","colgalt1","Collagen alpha-1","X1WCE6","A0A0R4IAT5","procollagen galactosyltransferase (EC 2.4.1.50)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000127889","physical","txid7955" +"X1WCE6","X1WGI4","colgalt1","Collagen alpha-1","X1WCE6","X1WGI4","procollagen galactosyltransferase (EC 2.4.1.50)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000127889","physical","txid7955" +"A0A8M1P8Y1","A0A0R4IPV5","col11a1","psmb3","A0A8M1P8Y1","p4hb","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000125963","physical","txid7955" +"A0A8M1P8Y1","X1WCE6","col11a1","colgalt1","A0A8M1P8Y1","X1WCE6","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000125963","physical","txid7955" +"A0A8M1P8Y1","A0A0R4IJJ1","col11a1","procollagen-proline 3-dioxygenase","A0A8M1P8Y1","p3h2","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000125963","physical","txid7955" +"B3DLK0","B8A4S4","col2a1","si:ch211-281g13.3","B3DLK0","B8A4S4","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","A0A0R4IJJ1","col2a1","procollagen-proline 3-dioxygenase","B3DLK0","p3h2","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","A0A8M1P8Y1","col2a1","col11a1","B3DLK0","A0A8M1P8Y1","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","A0A0R4IAT5","col2a1","Collagen alpha-1","B3DLK0","A0A0R4IAT5","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","F1R2R3","col2a1","im:7145180","B3DLK0","itga3b","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","F1QB32","col2a1","procollagen-proline 3-dioxygenase","B3DLK0","p3h3","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","X1WGI4","col2a1","Collagen alpha-1","B3DLK0","X1WGI4","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","Q6IQX2","col2a1","alpha2","B3DLK0","Q6IQX2","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","A0A0R4IPV5","col2a1","psmb3","B3DLK0","p4hb","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","X1WCE6","col2a1","colgalt1","B3DLK0","X1WCE6","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","A0A0R4I9E8","col2a1","Prolyl 3-hydroxylase 1","B3DLK0","A0A0R4I9E8","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Prolyl 3-hydroxylase 1","string-db","7955.ENSDARP00000093602/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","Q1LUA9","col2a1","si:ch211-197n10.4","B3DLK0","col8a2","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000091007","physical","txid7955" +"B3DLK0","F1R7R7","col2a1","wu:fb99e07","B3DLK0","F1R7R7","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000091007","physical","txid7955" +"F1QQ04","A0A0R4IAT5","cb216","Collagen alpha-1","serpinh1b","A0A0R4IAT5","Serpin H1 (Collagen-binding protein)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","A0A8M1P8Y1","cb216","col11a1","serpinh1b","A0A8M1P8Y1","Serpin H1 (Collagen-binding protein)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","Q6IQX2","cb216","alpha2","serpinh1b","Q6IQX2","Serpin H1 (Collagen-binding protein)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","X1WGI4","cb216","Collagen alpha-1","serpinh1b","X1WGI4","Serpin H1 (Collagen-binding protein)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","Q1LUA9","cb216","si:ch211-197n10.4","serpinh1b","col8a2","Serpin H1 (Collagen-binding protein)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","B8A4S4","cb216","si:ch211-281g13.3","serpinh1b","B8A4S4","Serpin H1 (Collagen-binding protein)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","B3DLK0","cb216","col2a1","serpinh1b","B3DLK0","Serpin H1 (Collagen-binding protein)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000037780","physical","txid7955" +"F1QQ04","F1R7R7","cb216","wu:fb99e07","serpinh1b","F1R7R7","Serpin H1 (Collagen-binding protein)","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000037780","physical","txid7955" +"F1QB32","A0A0R4IAT5","procollagen-proline 3-dioxygenase","Collagen alpha-1","p3h3","A0A0R4IAT5","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000120912","physical","txid7955" +"F1QB32","A0A8M1P8Y1","procollagen-proline 3-dioxygenase","col11a1","p3h3","A0A8M1P8Y1","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","Collagen alpha-2(XI) chain isoform 2 precursor (Collagen alpha-2(XI) chain isoform X4) (Collagen, type XI, alpha 2)","string-db","7955.ENSDARP00000125963/7955.ENSDARP00000120912","physical","txid7955" +"F1QB32","B8A4S4","procollagen-proline 3-dioxygenase","si:ch211-281g13.3","p3h3","B8A4S4","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000120912","physical","txid7955" +"F1QB32","X1WGI4","procollagen-proline 3-dioxygenase","Collagen alpha-1","p3h3","X1WGI4","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000120912","physical","txid7955" +"Q5U9X3","F1QPB6","gprc6a","fc14h06","Q5U9X3","F1QPB6","G-protein coupled receptor family C group 6 member A (Odorant receptor ZO6)","G-protein coupled receptor family C group 6 member A-like precursor (Olfactory receptor C family, b1)","string-db","7955.ENSDARP00000023804/7955.ENSDARP00000002697","physical","txid7955" +"F1QQW7","F1QDT4","ccdc101","TAF2G","sgf29","taf9","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q6NWA8","ccdc101","tada1","sgf29","Q6NWA8","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q6P013","ccdc101","fl03a12","sgf29","taf12","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","A0A0R4IXF6","ccdc101","kat2a","sgf29","kat2a","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q1LUC3","ccdc101","kat2b","sgf29","kat2b","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q5EAS4","ccdc101","im:6909690","sgf29","supt7l","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","string-db","7955.ENSDARP00000013539/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","E7FC00","ccdc101","fm52d09","sgf29","si:dkeyp-118b1.2","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q7SY21","ccdc101","tada3","sgf29","Q7SY21","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","A0A0R4ITC5","ccdc101","trrap","sgf29","trrap","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","E7FEV1","ccdc101","fa05b10","sgf29","taf6l","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q1LVD6","ccdc101","si:dkey-72l14.8","sgf29","taf10","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q503N9","ccdc101","tada2b","sgf29","Q503N9","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcriptional adapter 2-beta","string-db","7955.ENSDARP00000012853/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q66HZ5","ccdc101","wu:fb83e08","sgf29","Q66HZ5","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","A1L209","ccdc101","atxn7l3","sgf29","A1L209","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000002714","physical","txid7955" +"F1QQW7","Q6DH42","ccdc101","eny2","sgf29","eny2","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000002714","physical","txid7955" +"E7FC00","Q66HZ5","fm52d09","wu:fb83e08","si:dkeyp-118b1.2","Q66HZ5","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000126649","physical","txid7955" +"E7FC00","Q6P013","fm52d09","fl03a12","si:dkeyp-118b1.2","taf12","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000126649","physical","txid7955" +"E7FC00","A0A0R4ITC5","fm52d09","trrap","si:dkeyp-118b1.2","trrap","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000126649","physical","txid7955" +"E7FC00","Q6NWA8","fm52d09","tada1","si:dkeyp-118b1.2","Q6NWA8","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000126649","physical","txid7955" +"E7FC00","A0A0R4IXF6","fm52d09","kat2a","si:dkeyp-118b1.2","kat2a","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000126649","physical","txid7955" +"E7FEV1","E7FBZ0","fa05b10","TAF4A RNA polymerase II, TATA box-binding protein","taf6l","taf4a","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","Q32PW3","fa05b10","taf2","taf6l","taf2","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","A0A0R4IXF6","fa05b10","kat2a","taf6l","kat2a","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","E7FC00","fa05b10","fm52d09","taf6l","si:dkeyp-118b1.2","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","A0A0R4ITC5","fa05b10","trrap","taf6l","trrap","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","Q6P013","fa05b10","fl03a12","taf6l","taf12","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","A8KBY5","fa05b10","TAF11 RNA polymerase II, TATA box-binding protein","taf6l","taf11","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","Q6NWA8","fa05b10","tada1","taf6l","Q6NWA8","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","Q66HZ5","fa05b10","wu:fb83e08","taf6l","Q66HZ5","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","E7FFQ2","fa05b10","Si:dkey-219c3.2","taf6l","E7FFQ2","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000100701/7955.ENSDARP00000100182","physical","txid7955" +"E7FEV1","Q8JHG4","fa05b10","CHUNP6888","taf6l","taf7","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000100182","physical","txid7955" +"A0A0R4ITC5","A4FVM2","trrap","si:ch73-368j24.13","trrap","A4FVM2","Transformation/transcription domain-associated protein","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","Q7ZTT0","trrap","zgc:56685","trrap","Q7ZTT0","Transformation/transcription domain-associated protein","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","F1QAV3","trrap","YEATS domain-containing 2","trrap","yeats2","Transformation/transcription domain-associated protein","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","F1QGH7","trrap","ctnnb1","trrap","ctnnb1","Transformation/transcription domain-associated protein","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","A0A140LGS2","trrap","Histone H2A","trrap","si:ch1073-153i20.5","Transformation/transcription domain-associated protein","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","A0A0R4IXF6","trrap","kat2a","trrap","kat2a","Transformation/transcription domain-associated protein","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000137625","physical","txid7955" +"A0A0R4ITC5","A0A140LG54","trrap","Histone H2B","trrap","si:dkey-23a13.22","Transformation/transcription domain-associated protein","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000137625","physical","txid7955" +"Q7SY21","E7EZX1","tada3","si:dkey-261m9.15","Q7SY21","hist1h2a5","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","X1WHF1","tada3","Histone H2B","Q7SY21","si:dkey-261m9.6","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q7ZTT0","tada3","zgc:56685","Q7SY21","Q7ZTT0","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","F1QDT4","tada3","TAF2G","Q7SY21","taf9","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A1L209","tada3","atxn7l3","Q7SY21","A1L209","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","E7EXD7","tada3","si:dkey-261m9.11","Q7SY21","si:ch211-113a14.19","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A0A140LGS2","tada3","Histone H2A","Q7SY21","si:ch1073-153i20.5","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q66HZ5","tada3","wu:fb83e08","Q7SY21","Q66HZ5","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","X1WDH8","tada3","Histone H2B","Q7SY21","si:dkey-261m9.19","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","R4GE15","tada3","si:ch211-113a14.29","Q7SY21","si:ch211-113a14.22","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q1LVD6","tada3","si:dkey-72l14.8","Q7SY21","taf10","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q1LUC3","tada3","kat2b","Q7SY21","kat2b","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A0A0R4ITC5","tada3","trrap","Q7SY21","trrap","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A0A0R4IXF6","tada3","kat2a","Q7SY21","kat2a","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q6DH42","tada3","eny2","Q7SY21","eny2","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","E7F5W3","tada3","si:dkey-108k21.26","Q7SY21","hist1h2a10","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q5XJK2","tada3","h2afx1","Q7SY21","h2ax1","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","E7FC00","tada3","fm52d09","Q7SY21","si:dkeyp-118b1.2","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q6P013","tada3","fl03a12","Q7SY21","taf12","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A4FVM2","tada3","si:ch73-368j24.13","Q7SY21","A4FVM2","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q6NWA8","tada3","tada1","Q7SY21","Q6NWA8","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","E7FEV1","tada3","fa05b10","Q7SY21","taf6l","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","A0A140LG54","tada3","Histone H2B","Q7SY21","si:dkey-23a13.22","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","E7F640","tada3","Ataxin 7","Q7SY21","atxn7","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q5BJA5","tada3",";","Q7SY21","-","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000075497","physical","txid7955" +"Q7SY21","Q561S9","tada3","H2A","Q7SY21","hist1h2a3","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000075497","physical","txid7955" +"Q6DH42","Q66HZ5","eny2","wu:fb83e08","eny2","Q66HZ5","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","A0A0R4ITC5","eny2","trrap","eny2","trrap","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","Q6P013","eny2","fl03a12","eny2","taf12","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","A1L209","eny2","atxn7l3","eny2","A1L209","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","F1QDT4","eny2","TAF2G","eny2","taf9","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","E7FEV1","eny2","fa05b10","eny2","taf6l","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","Q6NWA8","eny2","tada1","eny2","Q6NWA8","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","A0A0R4IXF6","eny2","kat2a","eny2","kat2a","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000093259","physical","txid7955" +"Q6DH42","E7FC00","eny2","fm52d09","eny2","si:dkeyp-118b1.2","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000093259","physical","txid7955" +"A1L209","Q6NWA8","atxn7l3","tada1","A1L209","Q6NWA8","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","A0A0R4IXF6","atxn7l3","kat2a","A1L209","kat2a","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","Q66HZ5","atxn7l3","wu:fb83e08","A1L209","Q66HZ5","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","A0A0R4ITC5","atxn7l3","trrap","A1L209","trrap","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","E7FEV1","atxn7l3","fa05b10","A1L209","taf6l","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","Q6P013","atxn7l3","fl03a12","A1L209","taf12","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","E7FC00","atxn7l3","fm52d09","A1L209","si:dkeyp-118b1.2","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000094893","physical","txid7955" +"A1L209","F1QDT4","atxn7l3","TAF2G","A1L209","taf9","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000094893","physical","txid7955" +"Q5EAS4","E7FEV1","im:6909690","fa05b10","supt7l","taf6l","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","A0A0R4ITC5","im:6909690","trrap","supt7l","trrap","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","A1L209","im:6909690","atxn7l3","supt7l","A1L209","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q1LUC3","im:6909690","kat2b","supt7l","kat2b","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q7SY21","im:6909690","tada3","supt7l","Q7SY21","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","F1QDT4","im:6909690","TAF2G","supt7l","taf9","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","E7FC00","im:6909690","fm52d09","supt7l","si:dkeyp-118b1.2","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q1LVD6","im:6909690","si:dkey-72l14.8","supt7l","taf10","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q6NWA8","im:6909690","tada1","supt7l","Q6NWA8","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q6DH42","im:6909690","eny2","supt7l","eny2","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q6P013","im:6909690","fl03a12","supt7l","taf12","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","A0A0R4IXF6","im:6909690","kat2a","supt7l","kat2a","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000013539","physical","txid7955" +"Q5EAS4","Q66HZ5","im:6909690","wu:fb83e08","supt7l","Q66HZ5","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000013539","physical","txid7955" +"Q503N9","Q1LUC3","tada2b","kat2b","Q503N9","kat2b","Transcriptional adapter 2-beta","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7FE07","tada2b","si:ch211-113a14.16","Q503N9","E7FE07","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q1LVD6","tada2b","si:dkey-72l14.8","Q503N9","taf10","Transcriptional adapter 2-beta","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q561S9","tada2b","H2A","Q503N9","hist1h2a3","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","R4GE15","tada2b","si:ch211-113a14.29","Q503N9","si:ch211-113a14.22","Transcriptional adapter 2-beta","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q5BJA5","tada2b",";","Q503N9","-","Transcriptional adapter 2-beta","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q6DH42","tada2b","eny2","Q503N9","eny2","Transcriptional adapter 2-beta","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7FC00","tada2b","fm52d09","Q503N9","si:dkeyp-118b1.2","Transcriptional adapter 2-beta","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000126649/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7EZX1","tada2b","si:dkey-261m9.15","Q503N9","hist1h2a5","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A1L209","tada2b","atxn7l3","Q503N9","A1L209","Transcriptional adapter 2-beta","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","string-db","7955.ENSDARP00000094893/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7EXD7","tada2b","si:dkey-261m9.11","Q503N9","si:ch211-113a14.19","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q7ZTT0","tada2b","zgc:56685","Q503N9","Q7ZTT0","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q4FZZ7","tada2b","hist1h2a2","Q503N9","hist1h2a2","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","X1WHF1","tada2b","Histone H2B","Q503N9","si:dkey-261m9.6","Transcriptional adapter 2-beta","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q5EAS4","tada2b","im:6909690","Q503N9","supt7l","Transcriptional adapter 2-beta","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","string-db","7955.ENSDARP00000013539/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A0A140LGS2","tada2b","Histone H2A","Q503N9","si:ch1073-153i20.5","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","B3DJF8","tada2b","LOC570661","Q503N9","LOC570661","Transcriptional adapter 2-beta","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q6P013","tada2b","fl03a12","Q503N9","taf12","Transcriptional adapter 2-beta","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q66HZ5","tada2b","wu:fb83e08","Q503N9","Q66HZ5","Transcriptional adapter 2-beta","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A6H8I0","tada2b","usp22","Q503N9","usp22","Transcriptional adapter 2-beta","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","string-db","7955.ENSDARP00000059142/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A0A0R4IXF6","tada2b","kat2a","Q503N9","kat2a","Transcriptional adapter 2-beta","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q6NWA8","tada2b","tada1","Q503N9","Q6NWA8","Transcriptional adapter 2-beta","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","string-db","7955.ENSDARP00000135265/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q7ZUY3","tada2b","h2ax","Q503N9","Q7ZUY3","Transcriptional adapter 2-beta","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","F1QDT4","tada2b","TAF2G","Q503N9","taf9","Transcriptional adapter 2-beta","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7FEV1","tada2b","fa05b10","Q503N9","taf6l","Transcriptional adapter 2-beta","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","string-db","7955.ENSDARP00000100182/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q5XJK2","tada2b","h2afx1","Q503N9","h2ax1","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7F640","tada2b","Ataxin 7","Q503N9","atxn7","Transcriptional adapter 2-beta","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","E7F5W3","tada2b","si:dkey-108k21.26","Q503N9","hist1h2a10","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A0A0R4ITC5","tada2b","trrap","Q503N9","trrap","Transcriptional adapter 2-beta","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A4FVM2","tada2b","si:ch73-368j24.13","Q503N9","A4FVM2","Transcriptional adapter 2-beta","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","X1WDH8","tada2b","Histone H2B","Q503N9","si:dkey-261m9.19","Transcriptional adapter 2-beta","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q6PC60","tada2b","hist2h2l","Q503N9","hist2h2l","Transcriptional adapter 2-beta","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","Q7SY21","tada2b","tada3","Q503N9","Q7SY21","Transcriptional adapter 2-beta","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000012853","physical","txid7955" +"Q503N9","A0A140LG54","tada2b","Histone H2B","Q503N9","si:dkey-23a13.22","Transcriptional adapter 2-beta","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000012853","physical","txid7955" +"Q6NWA8","A0A0R4IXF6","tada1","kat2a","Q6NWA8","kat2a","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000135265","physical","txid7955" +"Q6NWA8","A0A0R4ITC5","tada1","trrap","Q6NWA8","trrap","Transcriptional adapter 1 (Transcriptional adapter 1-like protein)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000135265","physical","txid7955" +"A0A8M2B990","Q98UK4","Nuclear factor, erythroid 2","maf","A0A8M2B990","Q98UK4","Nuclear factor, erythroid 2 (Transcription factor NF-E2 45 kDa subunit isoform X1)","Transcription factor Maf","string-db","7955.ENSDARP00000101942/7955.ENSDARP00000002745","physical","txid7955" +"A0A8M2B990","Q7T3H0","Nuclear factor, erythroid 2","maft","A0A8M2B990","maff","Nuclear factor, erythroid 2 (Transcription factor NF-E2 45 kDa subunit isoform X1)","Transcription factor MafF (Transcription factor mafT) (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F) (V-maf musculoaponeurotic fibrosarcoma oncogene homolog f (Avian))","string-db","7955.ENSDARP00000044859/7955.ENSDARP00000002745","physical","txid7955" +"A0A8M2B990","Q6NW89","Nuclear factor, erythroid 2","mafg2","A0A8M2B990","mafgb","Nuclear factor, erythroid 2 (Transcription factor NF-E2 45 kDa subunit isoform X1)","Transcription factor MafG (V-maf musculoaponeurotic fibrosarcoma oncogene homolog G)","string-db","7955.ENSDARP00000142222/7955.ENSDARP00000002745","physical","txid7955" +"A0A8M2B990","A0A0R4IVU1","Nuclear factor, erythroid 2","Transcription factor MafK isoform X1","A0A8M2B990","mafk","Nuclear factor, erythroid 2 (Transcription factor NF-E2 45 kDa subunit isoform X1)","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","string-db","7955.ENSDARP00000140698/7955.ENSDARP00000002745","physical","txid7955" +"A0A8M2B990","Q6NZW9","Nuclear factor, erythroid 2","maf","A0A8M2B990","Q6NZW9","Nuclear factor, erythroid 2 (Transcription factor NF-E2 45 kDa subunit isoform X1)","Transcription factor Maf","string-db","7955.ENSDARP00000108952/7955.ENSDARP00000002745","physical","txid7955" +"Q98UK4","Q5RIW6","maf","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","Q98UK4","bach2b","Transcription factor Maf","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","string-db","7955.ENSDARP00000116013/7955.ENSDARP00000101942","physical","txid7955" +"Q6NZW9","Q804S5","maf","mib1","Q6NZW9","mib1","Transcription factor Maf","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000108952","physical","txid7955" +"Q6NZW9","Q5RIW6","maf","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","Q6NZW9","bach2b","Transcription factor Maf","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","string-db","7955.ENSDARP00000116013/7955.ENSDARP00000108952","physical","txid7955" +"Q6NZW9","P26630","maf","pax6a","Q6NZW9","pax6a","Transcription factor Maf","Paired box protein Pax-6 (Pax[Zf-a])","string-db","7955.ENSDARP00000135767/7955.ENSDARP00000108952","physical","txid7955" +"Q90ZZ7","Q6GQN6","aldh3d1","zgc:92385","Q90ZZ7","acaa1","Aldehyde dehydrogenase","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","string-db","7955.ENSDARP00000017622/7955.ENSDARP00000002746","physical","txid7955" +"Q6GQN6","X1WBM4","zgc:92385","Aldehyde dehydrogenase","acaa1","X1WBM4","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Aldehyde dehydrogenase","string-db","7955.ENSDARP00000143500/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","E9QH31","zgc:92385","zgc:103715","acaa1","aldh3a2b","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Aldehyde dehydrogenase","string-db","7955.ENSDARP00000103212/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","Q90ZZ8","zgc:92385","aldh3a2","acaa1","aldh3a2a","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Aldehyde dehydrogenase","string-db","7955.ENSDARP00000037108/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","B0R157","zgc:92385","zgc:56182","acaa1","B0R157","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","Q8AYH1","zgc:92385","Dbp","acaa1","Q8AYH1","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","17-beta-hydroxysteroid dehydrogenase type 4 (Hsd17b4 protein) (Hydroxysteroid (17-beta) dehydrogenase 4) (Peroxisomal multifunctional enzyme type 2)","string-db","7955.ENSDARP00000136011/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","Q561X9","zgc:92385","bdh2","acaa1","bdh2","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Dehydrogenase/reductase SDR family member 6 (EC 1.1.1.-) ((R)-beta-hydroxybutyrate dehydrogenase) (3-hydroxybutyrate dehydrogenase type 2) (EC 1.1.1.30) (4-oxo-L-proline reductase) (EC 1.1.1.104) (Oxidoreductase UCPA) (Short chain dehydrogenase/reductase family 15C member 1)","string-db","7955.ENSDARP00000069085/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","F1QCD8","zgc:92385","zgc:63690","acaa1","hao2","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","string-db","7955.ENSDARP00000037427/7955.ENSDARP00000017622","physical","txid7955" +"Q6GQN6","Q5XJ92","zgc:92385","zgc:103520","acaa1","Q5XJ92","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000017622","physical","txid7955" +"Q6DHE8","A8WH93","rhoad","il-2rgc.a","rhoad","A8WH93","Rho-related GTP-binding protein RhoA-D","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","F1Q554","rhoad","si:dkey-39e8.3","rhoad","kif14","Rho-related GTP-binding protein RhoA-D","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6IQK3","rhoad","zgc:86726","rhoad","vamp3","Rho-related GTP-binding protein RhoA-D","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7SY52","rhoad","stk10","rhoad","Q7SY52","Rho-related GTP-binding protein RhoA-D","Serine/threonine-protein kinase 10 (EC 2.7.11.1)","string-db","7955.ENSDARP00000131896/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A0A0R4IVY5","rhoad","Rho-associated protein kinase","rhoad","A0A0R4IVY5","Rho-related GTP-binding protein RhoA-D","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6NZV1","rhoad","zgc:77318","rhoad","pdpk1b","Rho-related GTP-binding protein RhoA-D","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","string-db","7955.ENSDARP00000019085/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6PFT0","rhoad","zgc:64103","rhoad","flot2b","Rho-related GTP-binding protein RhoA-D","Flotillin","string-db","7955.ENSDARP00000092565/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","E7FBB9","rhoad","tjp2.1","rhoad","E7FBB9","Rho-related GTP-binding protein RhoA-D","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6R005","rhoad","dlg4","rhoad","Q6R005","Rho-related GTP-binding protein RhoA-D","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q502L1","rhoad","acbd5a","rhoad","Q502L1","Rho-related GTP-binding protein RhoA-D","Acyl-CoA-binding domain-containing protein 5A","string-db","7955.ENSDARP00000117266/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7ZZ76","rhoad","flot1","rhoad","flot1a","Rho-related GTP-binding protein RhoA-D","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6YLH9","rhoad","CAV1","rhoad","cav1","Rho-related GTP-binding protein RhoA-D","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","P83750","rhoad","actb","rhoad","P83750","Rho-related GTP-binding protein RhoA-D","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q5MPX4","rhoad","Transferrin receptor protein 1","rhoad","Q5MPX4","Rho-related GTP-binding protein RhoA-D","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q802D5","rhoad","pfn2","rhoad","pfn2","Rho-related GTP-binding protein RhoA-D","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","E7F0A1","rhoad","fa91a03","rhoad","E7F0A1","Rho-related GTP-binding protein RhoA-D","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A0A286Y917","rhoad","si:ch211-197n10.2","rhoad","anln","Rho-related GTP-binding protein RhoA-D","Anillin isoform X1 (Anillin, actin-binding protein)","string-db","7955.ENSDARP00000143654/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","F1QCQ7","rhoad","band7.2","rhoad","F1QCQ7","Rho-related GTP-binding protein RhoA-D","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","F1Q9E9","rhoad","BCR activator of RhoGEF and GTPase","rhoad","bcr","Rho-related GTP-binding protein RhoA-D","BCR activator of RhoGEF and GTPase (Breakpoint cluster region protein)","string-db","7955.ENSDARP00000092056/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6DG84","rhoad","wu:fj81f08","rhoad","stx5a","Rho-related GTP-binding protein RhoA-D","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","F1R3F7","rhoad","fa14h03","rhoad","c1qbp","Rho-related GTP-binding protein RhoA-D","Complement component 1 Q subcomponent-binding protein, mitochondrial","string-db","7955.ENSDARP00000058345/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6NXC0","rhoad","fmnl3","rhoad","fmnl3","Rho-related GTP-binding protein RhoA-D","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000099869/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7ZVF9","rhoad","actbb","rhoad","Q7ZVF9","Rho-related GTP-binding protein RhoA-D","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q5RHJ3","rhoad","daam1l","rhoad","Q5RHJ3","Rho-related GTP-binding protein RhoA-D","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","string-db","7955.ENSDARP00000025716/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6NUX8","rhoad","rhoaa","rhoad","rhoaa","Rho-related GTP-binding protein RhoA-D","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q90Y37","rhoad","rock2","rhoad","rock2a","Rho-related GTP-binding protein RhoA-D","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","F1QKR1","rhoad","Formin-like 2a","rhoad","F1QKR1","Rho-related GTP-binding protein RhoA-D","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000118722/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","E7F7I3","rhoad","protein kinase C","rhoad","E7F7I3","Rho-related GTP-binding protein RhoA-D","protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000103609/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7T2E8","rhoad","rhoac","rhoad","rhoac","Rho-related GTP-binding protein RhoA-D","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q2TLY2","rhoad","Maco1a","rhoad","Maco1a","Rho-related GTP-binding protein RhoA-D","Macoilin-1 (Transmembrane protein 57a)","string-db","7955.ENSDARP00000008156/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7ZVI7","rhoad","actba","rhoad","actba","Rho-related GTP-binding protein RhoA-D","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A8WH91","rhoad","il-2rgc.b","rhoad","A8WH91","Rho-related GTP-binding protein RhoA-D","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","B7ZD09","rhoad","fk52g01","rhoad","B7ZD09","Rho-related GTP-binding protein RhoA-D","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113992/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","P83751","rhoad","actb","rhoad","P83751","Rho-related GTP-binding protein RhoA-D","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A7MBL8","rhoad","pkn2","rhoad","A7MBL8","Rho-related GTP-binding protein RhoA-D","Serine/threonine-protein kinase N2 (EC 2.7.11.13) (PKN gamma) (Protein kinase C-like 2) (Protein-kinase C-related kinase 2)","string-db","7955.ENSDARP00000147780/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q7ZSZ9","rhoad","rac1","rhoad","rac1a","Rho-related GTP-binding protein RhoA-D","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","Q6P2B0","rhoad","fc05d09","rhoad","vapb","Rho-related GTP-binding protein RhoA-D","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","string-db","7955.ENSDARP00000094134/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A6NA21","rhoad","fd20g07","rhoad","cavin1b","Rho-related GTP-binding protein RhoA-D","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A8WH92","rhoad","il-2rb","rhoad","il2rb","Rho-related GTP-binding protein RhoA-D","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","A2BI20","rhoad","si:dkey-40c11.1","rhoad","A2BI20","Rho-related GTP-binding protein RhoA-D","Rhotekin (Si:dkey-40c11.1)","string-db","7955.ENSDARP00000069502/7955.ENSDARP00000002761","physical","txid7955" +"Q6DHE8","B0V210","rhoad","stb2","rhoad","B0V210","Rho-related GTP-binding protein RhoA-D","Vang-like protein","string-db","7955.ENSDARP00000028523/7955.ENSDARP00000002761","physical","txid7955" +"A8WH92","F1QAD7","il-2rb","phosphatidylinositol-4,5-bisphosphate 3-kinase","il2rb","pik3ca","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000128491","physical","txid7955" +"A8WH92","Q7T2E8","il-2rb","rhoac","il2rb","rhoac","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000128491","physical","txid7955" +"A8WH92","A0A0R4I9X7","il-2rb","GRB2-associated-binding protein 2","il2rb","A0A0R4I9X7","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000128491","physical","txid7955" +"A6NA21","B8JKD7","fd20g07","polr1b","cavin1b","polr1b","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","Q5SP02","fd20g07","si:ch211-180b22.3","cavin1b","taf1a","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","Q6PHG8","fd20g07","polr1f","cavin1b","Q6PHG8","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","F1RDV9","fd20g07","zgc:171795","cavin1b","F1RDV9","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","F1R096","fd20g07","sh3bp5lb","cavin1b","gtf2h4","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","Q5SNQ6","fd20g07","si:dkey-12h9.4","cavin1b","gtf2h5","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","Q7T2E8","fd20g07","rhoac","cavin1b","rhoac","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","A0A8M3B2X7","fd20g07","si:ch73-376l24.6","cavin1b","A0A8M3B2X7","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","A0A0R4I9V4","fd20g07","DNA-directed RNA polymerase subunit","cavin1b","polr1a","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","F1Q5E7","fd20g07","XPD","cavin1b","ercc2","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000076902","physical","txid7955" +"A6NA21","A5WWE3","fd20g07","fc26a07","cavin1b","A5WWE3","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000076902","physical","txid7955" +"Q90Y37","A0A0R4IVY5","rock2","Rho-associated protein kinase","rock2a","A0A0R4IVY5","Rho-associated protein kinase (EC 2.7.11.1)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000122621","physical","txid7955" +"Q90Y37","Q7T2E8","rock2","rhoac","rock2a","rhoac","Rho-associated protein kinase (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000122621","physical","txid7955" +"Q7SY52","Q7T2E8","stk10","rhoac","Q7SY52","rhoac","Serine/threonine-protein kinase 10 (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000131896","physical","txid7955" +"P83751","F1QKR1","actb","Formin-like 2a","P83751","F1QKR1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118722","physical","txid7955" +"P83751","Q503E6","actb","ezrl","P83751","Q503E6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000108896","physical","txid7955" +"P83751","Q6NZZ2","actb","arpc4","P83751","arpc4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075505","physical","txid7955" +"P83751","A0A8M3APY8","actb","myo1c","P83751","A0A8M3APY8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000054986","physical","txid7955" +"P83751","B0S516","actb","si:dkeyp-15f12.2","P83751","arpc5lb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118393","physical","txid7955" +"P83751","E7F0A1","actb","fa91a03","P83751","E7F0A1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000109185","physical","txid7955" +"P83751","B0S6R1","actb","nckap1","P83751","B0S6R1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q6NXC0","actb","fmnl3","P83751","fmnl3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000099869","physical","txid7955" +"P83751","E7F638","actb","msn","P83751","E7F638","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000105041","physical","txid7955" +"P83751","A4IG46","actb","zgc:162217","P83751","A4IG46","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000122263","physical","txid7955" +"P83751","Q803M7","actb","wu:fb09c07","P83751","arpc5a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000057173","physical","txid7955" +"P83751","A0A8M9QH30","actb","wu:fb53f05","P83751","A0A8M9QH30","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000122263","physical","txid7955" +"P83751","Q6PH25","actb","zgc:66078","P83751","Q6PH25","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q6ZM62","actb","zgc:86828","P83751","arpc3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075074","physical","txid7955" +"P83751","F1R3G4","actb","Myosin, heavy chain 10, non-muscle","P83751","myh10","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000122263","physical","txid7955" +"P83751","A3KNP3","actb","Gamma-parvin","P83751","A3KNP3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000088293","physical","txid7955" +"P83751","F1QC03","actb","zgc:171680","P83751","zyx","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Zyxin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000113371","physical","txid7955" +"P83751","Q802D5","actb","pfn2","P83751","pfn2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095458","physical","txid7955" +"P83751","Q9W7M8","actb","tmsb","P83751","tmsb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000071665","physical","txid7955" +"P83751","F1R4X0","actb","fj61b08","P83751","ino80c","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit C","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000072582","physical","txid7955" +"P83751","Q1LVK6","actb","Vasodilator-stimulated phosphoprotein b","P83751","vaspb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000089635","physical","txid7955" +"P83751","A2CEI6","actb","piwil2","P83751","A2CEI6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000054986","physical","txid7955" +"P83751","B7ZC77","actb","Ctnna2","P83751","Ctnna2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000092080","physical","txid7955" +"P83751","B8JHU4","actb","Alpha-actinin-1","P83751","B8JHU4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q90YM8","actb","cyfip1","P83751","Q90YM8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000065126","physical","txid7955" +"P83751","P59679","actb","actr8","P83751","P59679","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000122263","physical","txid7955" +"P83751","I3ITQ8","actb","Formin-like 1a","P83751","fmnl1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000122263","physical","txid7955" +"P83751","Q6P0D3","actb","arpc5l","P83751","arpc5la","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061143","physical","txid7955" +"P83751","Q7SXW6","actb","actr2a","P83751","Q7SXW6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000068783","physical","txid7955" +"P83751","F1R187","actb","abi1","P83751","F1R187","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000116601","physical","txid7955" +"P83751","A0A8M1QUR0","actb","WAS/WASL-interacting protein family member 1","P83751","A0A8M1QUR0","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000122263","physical","txid7955" +"P83751","A0A8M2B866","actb","si:dkey-92k1.11","P83751","A0A8M2B866","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000054986","physical","txid7955" +"P83751","E7F6M0","actb","Cytoplasmic protein","P83751","nck1b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic protein","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000121375","physical","txid7955" +"P83751","Q6P2T5","actb","fk84a07","P83751","arpc2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000090576","physical","txid7955" +"P83751","B0V217","actb","zgc:153663","P83751","B0V217","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075483","physical","txid7955" +"P83751","Q9PVF8","actb","ctnna","P83751","ctnna1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000054986","physical","txid7955" +"P83751","E7F3N6","actb","TCF3","P83751","tfpt","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000107994","physical","txid7955" +"P83751","P83750","actb","actb","P83751","P83750","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q7ZVI7","actb","actba","P83751","actba","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q7ZVF9","actb","actbb","P83751","Q7ZVF9","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q45QT2","actb","Tbeta11","P83751","tmsb4x","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095248","physical","txid7955" +"P83751","Q7T1S3","actb","yy1","P83751","yy1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000062810","physical","txid7955" +"P83751","Q56A35","actb","actr2b","P83751","actr2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093331","physical","txid7955" +"P83751","A3QJU6","actb","zgc:136923","P83751","A3QJU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000054986","physical","txid7955" +"P83751","A9JRP8","actb","Actin-related protein 2/3 complex subunit","P83751","-","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093657","physical","txid7955" +"P83751","Q5TZG5","actb","ezr","P83751","ezrb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000073352","physical","txid7955" +"P83751","X1WCU6","actb","si:ch211-175f11.5","P83751","X1WCU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000122263","physical","txid7955" +"P83751","Q1LWS2","actb","fk96b08","P83751","Q1LWS2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000119144","physical","txid7955" +"P83751","Q6PC73","actb","grb2","P83751","grb2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122263","physical","txid7955" +"P83751","E7F9J6","actb","fb39e12","P83751","E7F9J6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000054986","physical","txid7955" +"P83751","Q6DRM4","actb","parva","P83751","Q6DRM4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000064186","physical","txid7955" +"P83751","A0A8M1P4I3","actb","zgc:56010","P83751","A0A8M1P4I3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000104195","physical","txid7955" +"P83751","A0A0R4INH3","actb","LOC110440037","P83751","A0A0R4INH3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000122263","physical","txid7955" +"P83751","Q6IQ86","actb","brk1","P83751","brk1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Probable protein BRICK1","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061519","physical","txid7955" +"P83751","Q7ZSZ9","actb","rac1","P83751","rac1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000096950","physical","txid7955" +"P83751","A0A2R8QMT1","actb","synpo","P83751","synpo","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000122263","physical","txid7955" +"P83750","F1QKR1","actb","Formin-like 2a","P83750","F1QKR1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118722","physical","txid7955" +"P83750","Q6NZZ2","actb","arpc4","P83750","arpc4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075505","physical","txid7955" +"P83750","A0A8M3APY8","actb","myo1c","P83750","A0A8M3APY8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q503E6","actb","ezrl","P83750","Q503E6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000108896","physical","txid7955" +"P83750","B0S516","actb","si:dkeyp-15f12.2","P83750","arpc5lb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118393","physical","txid7955" +"P83750","E7F0A1","actb","fa91a03","P83750","E7F0A1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000109185","physical","txid7955" +"P83750","B0S6R1","actb","nckap1","P83750","B0S6R1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q6NXC0","actb","fmnl3","P83750","fmnl3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000099869","physical","txid7955" +"P83750","E7F638","actb","msn","P83750","E7F638","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000105041","physical","txid7955" +"P83750","A4IG46","actb","zgc:162217","P83750","A4IG46","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000122263","physical","txid7955" +"P83750","Q803M7","actb","wu:fb09c07","P83750","arpc5a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000057173","physical","txid7955" +"P83750","A0A8M9QH30","actb","wu:fb53f05","P83750","A0A8M9QH30","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000122263","physical","txid7955" +"P83750","Q6PH25","actb","zgc:66078","P83750","Q6PH25","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q6ZM62","actb","zgc:86828","P83750","arpc3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075074","physical","txid7955" +"P83750","A3KNP3","actb","Gamma-parvin","P83750","A3KNP3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000088293","physical","txid7955" +"P83750","F1R3G4","actb","Myosin, heavy chain 10, non-muscle","P83750","myh10","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000122263","physical","txid7955" +"P83750","F1QC03","actb","zgc:171680","P83750","zyx","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Zyxin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000113371","physical","txid7955" +"P83750","Q802D5","actb","pfn2","P83750","pfn2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095458","physical","txid7955" +"P83750","F1R4X0","actb","fj61b08","P83750","ino80c","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit C","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000072582","physical","txid7955" +"P83750","Q9W7M8","actb","tmsb","P83750","tmsb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000071665","physical","txid7955" +"P83750","A2CEI6","actb","piwil2","P83750","A2CEI6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q1LVK6","actb","Vasodilator-stimulated phosphoprotein b","P83750","vaspb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000089635","physical","txid7955" +"P83750","B7ZC77","actb","Ctnna2","P83750","Ctnna2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000092080","physical","txid7955" +"P83750","Q90YM8","actb","cyfip1","P83750","Q90YM8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000065126","physical","txid7955" +"P83750","P59679","actb","actr8","P83750","P59679","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000122263","physical","txid7955" +"P83750","B8JHU4","actb","Alpha-actinin-1","P83750","B8JHU4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000054986","physical","txid7955" +"P83750","I3ITQ8","actb","Formin-like 1a","P83750","fmnl1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000122263","physical","txid7955" +"P83750","Q7SXW6","actb","actr2a","P83750","Q7SXW6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000068783","physical","txid7955" +"P83750","Q6P0D3","actb","arpc5l","P83750","arpc5la","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061143","physical","txid7955" +"P83750","F1R187","actb","abi1","P83750","F1R187","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000116601","physical","txid7955" +"P83750","A0A8M1QUR0","actb","WAS/WASL-interacting protein family member 1","P83750","A0A8M1QUR0","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000122263","physical","txid7955" +"P83750","A0A8M2B866","actb","si:dkey-92k1.11","P83750","A0A8M2B866","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000054986","physical","txid7955" +"P83750","B0V217","actb","zgc:153663","P83750","B0V217","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075483","physical","txid7955" +"P83750","E7F6M0","actb","Cytoplasmic protein","P83750","nck1b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic protein","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000121375","physical","txid7955" +"P83750","Q6P2T5","actb","fk84a07","P83750","arpc2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000090576","physical","txid7955" +"P83750","E7F3N6","actb","TCF3","P83750","tfpt","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000107994","physical","txid7955" +"P83750","Q9PVF8","actb","ctnna","P83750","ctnna1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q7ZVI7","actb","actba","P83750","actba","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q7ZVF9","actb","actbb","P83750","Q7ZVF9","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q7T1S3","actb","yy1","P83750","yy1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000062810","physical","txid7955" +"P83750","Q45QT2","actb","Tbeta11","P83750","tmsb4x","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095248","physical","txid7955" +"P83750","A3QJU6","actb","zgc:136923","P83750","A3QJU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q56A35","actb","actr2b","P83750","actr2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093331","physical","txid7955" +"P83750","A9JRP8","actb","Actin-related protein 2/3 complex subunit","P83750","-","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093657","physical","txid7955" +"P83750","Q5TZG5","actb","ezr","P83750","ezrb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000073352","physical","txid7955" +"P83750","Q1LWS2","actb","fk96b08","P83750","Q1LWS2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000119144","physical","txid7955" +"P83750","Q6PC73","actb","grb2","P83750","grb2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122263","physical","txid7955" +"P83750","X1WCU6","actb","si:ch211-175f11.5","P83750","X1WCU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000122263","physical","txid7955" +"P83750","E7F9J6","actb","fb39e12","P83750","E7F9J6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000054986","physical","txid7955" +"P83750","Q6DRM4","actb","parva","P83750","Q6DRM4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000064186","physical","txid7955" +"P83750","A0A0R4INH3","actb","LOC110440037","P83750","A0A0R4INH3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000122263","physical","txid7955" +"P83750","A0A8M1P4I3","actb","zgc:56010","P83750","A0A8M1P4I3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000104195","physical","txid7955" +"P83750","Q7ZSZ9","actb","rac1","P83750","rac1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000096950","physical","txid7955" +"P83750","Q6IQ86","actb","brk1","P83750","brk1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Probable protein BRICK1","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061519","physical","txid7955" +"P83750","A0A2R8QMT1","actb","synpo","P83750","synpo","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","F1R4X0","actba","fj61b08","actba","ino80c","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit C","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000072582","physical","txid7955" +"Q7ZVI7","A0A8M3APY8","actba","myo1c","actba","A0A8M3APY8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","Q503E6","actba","ezrl","actba","Q503E6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000108896","physical","txid7955" +"Q7ZVI7","Q6NZZ2","actba","arpc4","actba","arpc4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075505","physical","txid7955" +"Q7ZVI7","B0S516","actba","si:dkeyp-15f12.2","actba","arpc5lb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118393","physical","txid7955" +"Q7ZVI7","E7F0A1","actba","fa91a03","actba","E7F0A1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000109185","physical","txid7955" +"Q7ZVI7","B0S6R1","actba","nckap1","actba","B0S6R1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","Q803M7","actba","wu:fb09c07","actba","arpc5a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000057173","physical","txid7955" +"Q7ZVI7","Q6NXC0","actba","fmnl3","actba","fmnl3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000099869","physical","txid7955" +"Q7ZVI7","E7F638","actba","msn","actba","E7F638","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000105041","physical","txid7955" +"Q7ZVI7","A4IG46","actba","zgc:162217","actba","A4IG46","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","A0A8M9QH30","actba","wu:fb53f05","actba","A0A8M9QH30","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q6PH25","actba","zgc:66078","actba","Q6PH25","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","A3KNP3","actba","Gamma-parvin","actba","A3KNP3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000088293","physical","txid7955" +"Q7ZVI7","F1R3G4","actba","Myosin, heavy chain 10, non-muscle","actba","myh10","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q6ZM62","actba","zgc:86828","actba","arpc3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075074","physical","txid7955" +"Q7ZVI7","F1QC03","actba","zgc:171680","actba","zyx","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Zyxin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000113371","physical","txid7955" +"Q7ZVI7","Q802D5","actba","pfn2","actba","pfn2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095458","physical","txid7955" +"Q7ZVI7","F1QKR1","actba","Formin-like 2a","actba","F1QKR1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118722","physical","txid7955" +"Q7ZVI7","Q9W7M8","actba","tmsb","actba","tmsb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000071665","physical","txid7955" +"Q7ZVI7","Q1LVK6","actba","Vasodilator-stimulated phosphoprotein b","actba","vaspb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000089635","physical","txid7955" +"Q7ZVI7","A2CEI6","actba","piwil2","actba","A2CEI6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","B7ZC77","actba","Ctnna2","actba","Ctnna2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000092080","physical","txid7955" +"Q7ZVI7","P59679","actba","actr8","actba","P59679","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q90YM8","actba","cyfip1","actba","Q90YM8","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000065126","physical","txid7955" +"Q7ZVI7","B8JHU4","actba","Alpha-actinin-1","actba","B8JHU4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","I3ITQ8","actba","Formin-like 1a","actba","fmnl1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q6P0D3","actba","arpc5l","actba","arpc5la","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061143","physical","txid7955" +"Q7ZVI7","Q7SXW6","actba","actr2a","actba","Q7SXW6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000068783","physical","txid7955" +"Q7ZVI7","A0A8M1QUR0","actba","WAS/WASL-interacting protein family member 1","actba","A0A8M1QUR0","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","F1R187","actba","abi1","actba","F1R187","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000116601","physical","txid7955" +"Q7ZVI7","A0A8M2B866","actba","si:dkey-92k1.11","actba","A0A8M2B866","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","B0V217","actba","zgc:153663","actba","B0V217","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075483","physical","txid7955" +"Q7ZVI7","Q6P2T5","actba","fk84a07","actba","arpc2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000090576","physical","txid7955" +"Q7ZVI7","E7F6M0","actba","Cytoplasmic protein","actba","nck1b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cytoplasmic protein","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000121375","physical","txid7955" +"Q7ZVI7","Q9PVF8","actba","ctnna","actba","ctnna1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","E7F3N6","actba","TCF3","actba","tfpt","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000107994","physical","txid7955" +"Q7ZVI7","Q7ZVF9","actba","actbb","actba","Q7ZVF9","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","Q7T1S3","actba","yy1","actba","yy1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000062810","physical","txid7955" +"Q7ZVI7","Q45QT2","actba","Tbeta11","actba","tmsb4x","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095248","physical","txid7955" +"Q7ZVI7","A9JRP8","actba","Actin-related protein 2/3 complex subunit","actba","-","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093657","physical","txid7955" +"Q7ZVI7","Q56A35","actba","actr2b","actba","actr2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093331","physical","txid7955" +"Q7ZVI7","A3QJU6","actba","zgc:136923","actba","A3QJU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","Q5TZG5","actba","ezr","actba","ezrb","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000073352","physical","txid7955" +"Q7ZVI7","X1WCU6","actba","si:ch211-175f11.5","actba","X1WCU6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q1LWS2","actba","fk96b08","actba","Q1LWS2","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000119144","physical","txid7955" +"Q7ZVI7","Q6PC73","actba","grb2","actba","grb2b","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","E7F9J6","actba","fb39e12","actba","E7F9J6","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVI7","Q6DRM4","actba","parva","actba","Q6DRM4","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000064186","physical","txid7955" +"Q7ZVI7","A0A8M1P4I3","actba","zgc:56010","actba","A0A8M1P4I3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000104195","physical","txid7955" +"Q7ZVI7","A0A0R4INH3","actba","LOC110440037","actba","A0A0R4INH3","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","A0A2R8QMT1","actba","synpo","actba","synpo","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVI7","Q6IQ86","actba","brk1","actba","brk1","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Probable protein BRICK1","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061519","physical","txid7955" +"Q7ZVI7","Q7ZSZ9","actba","rac1","actba","rac1a","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZVF9","F1QKR1","actbb","Formin-like 2a","Q7ZVF9","F1QKR1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118722","physical","txid7955" +"Q7ZVF9","Q6NZZ2","actbb","arpc4","Q7ZVF9","arpc4","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075505","physical","txid7955" +"Q7ZVF9","A0A8M3APY8","actbb","myo1c","Q7ZVF9","A0A8M3APY8","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","Q503E6","actbb","ezrl","Q7ZVF9","Q503E6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000108896","physical","txid7955" +"Q7ZVF9","B0S516","actbb","si:dkeyp-15f12.2","Q7ZVF9","arpc5lb","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000118393","physical","txid7955" +"Q7ZVF9","E7F0A1","actbb","fa91a03","Q7ZVF9","E7F0A1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000109185","physical","txid7955" +"Q7ZVF9","Q6NXC0","actbb","fmnl3","Q7ZVF9","fmnl3","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000099869","physical","txid7955" +"Q7ZVF9","B0S6R1","actbb","nckap1","Q7ZVF9","B0S6R1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","A4IG46","actbb","zgc:162217","Q7ZVF9","A4IG46","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","E7F638","actbb","msn","Q7ZVF9","E7F638","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000105041","physical","txid7955" +"Q7ZVF9","Q803M7","actbb","wu:fb09c07","Q7ZVF9","arpc5a","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000057173","physical","txid7955" +"Q7ZVF9","A0A8M9QH30","actbb","wu:fb53f05","Q7ZVF9","A0A8M9QH30","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","Q6PH25","actbb","zgc:66078","Q7ZVF9","Q6PH25","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","F1R3G4","actbb","Myosin, heavy chain 10, non-muscle","Q7ZVF9","myh10","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","A3KNP3","actbb","Gamma-parvin","Q7ZVF9","A3KNP3","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000088293","physical","txid7955" +"Q7ZVF9","Q6ZM62","actbb","zgc:86828","Q7ZVF9","arpc3","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075074","physical","txid7955" +"Q7ZVF9","Q802D5","actbb","pfn2","Q7ZVF9","pfn2","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095458","physical","txid7955" +"Q7ZVF9","F1QC03","actbb","zgc:171680","Q7ZVF9","zyx","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Zyxin","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000113371","physical","txid7955" +"Q7ZVF9","F1R4X0","actbb","fj61b08","Q7ZVF9","ino80c","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","INO80 complex subunit C","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000072582","physical","txid7955" +"Q7ZVF9","Q9W7M8","actbb","tmsb","Q7ZVF9","tmsb","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000071665","physical","txid7955" +"Q7ZVF9","Q1LVK6","actbb","Vasodilator-stimulated phosphoprotein b","Q7ZVF9","vaspb","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000089635","physical","txid7955" +"Q7ZVF9","A2CEI6","actbb","piwil2","Q7ZVF9","A2CEI6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","B8JHU4","actbb","Alpha-actinin-1","Q7ZVF9","B8JHU4","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","B7ZC77","actbb","Ctnna2","Q7ZVF9","Ctnna2","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000092080","physical","txid7955" +"Q7ZVF9","P59679","actbb","actr8","Q7ZVF9","P59679","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","Q90YM8","actbb","cyfip1","Q7ZVF9","Q90YM8","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000065126","physical","txid7955" +"Q7ZVF9","Q7SXW6","actbb","actr2a","Q7ZVF9","Q7SXW6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000068783","physical","txid7955" +"Q7ZVF9","I3ITQ8","actbb","Formin-like 1a","Q7ZVF9","fmnl1a","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","Q6P0D3","actbb","arpc5l","Q7ZVF9","arpc5la","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061143","physical","txid7955" +"Q7ZVF9","A0A8M1QUR0","actbb","WAS/WASL-interacting protein family member 1","Q7ZVF9","A0A8M1QUR0","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","F1R187","actbb","abi1","Q7ZVF9","F1R187","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000116601","physical","txid7955" +"Q7ZVF9","A0A8M2B866","actbb","si:dkey-92k1.11","Q7ZVF9","A0A8M2B866","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","B0V217","actbb","zgc:153663","Q7ZVF9","B0V217","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000075483","physical","txid7955" +"Q7ZVF9","E7F6M0","actbb","Cytoplasmic protein","Q7ZVF9","nck1b","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Cytoplasmic protein","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000121375","physical","txid7955" +"Q7ZVF9","Q6P2T5","actbb","fk84a07","Q7ZVF9","arpc2","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000090576","physical","txid7955" +"Q7ZVF9","E7F3N6","actbb","TCF3","Q7ZVF9","tfpt","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000107994","physical","txid7955" +"Q7ZVF9","Q9PVF8","actbb","ctnna","Q7ZVF9","ctnna1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","Q7T1S3","actbb","yy1","Q7ZVF9","yy1a","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000062810","physical","txid7955" +"Q7ZVF9","Q45QT2","actbb","Tbeta11","Q7ZVF9","tmsb4x","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Thymosin beta","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000095248","physical","txid7955" +"Q7ZVF9","A9JRP8","actbb","Actin-related protein 2/3 complex subunit","Q7ZVF9","-","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093657","physical","txid7955" +"Q7ZVF9","A3QJU6","actbb","zgc:136923","Q7ZVF9","A3QJU6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","Q56A35","actbb","actr2b","Q7ZVF9","actr2b","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000093331","physical","txid7955" +"Q7ZVF9","Q5TZG5","actbb","ezr","Q7ZVF9","ezrb","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000073352","physical","txid7955" +"Q7ZVF9","X1WCU6","actbb","si:ch211-175f11.5","Q7ZVF9","X1WCU6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","Q1LWS2","actbb","fk96b08","Q7ZVF9","Q1LWS2","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000119144","physical","txid7955" +"Q7ZVF9","Q6PC73","actbb","grb2","Q7ZVF9","grb2b","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","E7F9J6","actbb","fb39e12","Q7ZVF9","E7F9J6","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000054986","physical","txid7955" +"Q7ZVF9","Q6DRM4","actbb","parva","Q7ZVF9","Q6DRM4","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000064186","physical","txid7955" +"Q7ZVF9","A0A8M1P4I3","actbb","zgc:56010","Q7ZVF9","A0A8M1P4I3","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000104195","physical","txid7955" +"Q7ZVF9","A0A0R4INH3","actbb","LOC110440037","Q7ZVF9","A0A0R4INH3","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000122263","physical","txid7955" +"Q7ZVF9","Q6IQ86","actbb","brk1","Q7ZVF9","brk1","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Probable protein BRICK1","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000061519","physical","txid7955" +"Q7ZVF9","Q7ZSZ9","actbb","rac1","Q7ZVF9","rac1a","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZVF9","A0A2R8QMT1","actbb","synpo","Q7ZVF9","synpo","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000122263","physical","txid7955" +"Q5RHJ3","Q7T2E8","daam1l","rhoac","Q5RHJ3","rhoac","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","F1QNA4","daam1l","dvl1","Q5RHJ3","dvl1b","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","Q6NUX8","daam1l","rhoaa","Q5RHJ3","rhoaa","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","E7F737","daam1l","dvl3","Q5RHJ3","dvl3b","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","E7F0A1","daam1l","fa91a03","Q5RHJ3","E7F0A1","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","B8JMI2","daam1l","dvl3","Q5RHJ3","dvl3a","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","A3QJU6","daam1l","zgc:136923","Q5RHJ3","A3QJU6","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000025716","physical","txid7955" +"Q5RHJ3","Q802D5","daam1l","pfn2","Q5RHJ3","pfn2","Disheveled-associated activator of morphogenesis 1 (Dishevelled-associated activator of morphogenesis 1b)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000025716","physical","txid7955" +"E7FBB9","Q7T2E8","tjp2.1","rhoac","E7FBB9","rhoac","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000119264","physical","txid7955" +"Q5MPX4","A0A0R4IRS1","Transferrin receptor protein 1","AP-1 complex subunit mu-1","Q5MPX4","ap1m1","Transferrin receptor protein 1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000137503","physical","txid7955" +"Q5MPX4","Q0P436","Transferrin receptor protein 1","tmem14c","Q5MPX4","Q0P436","Transferrin receptor protein 1","Transmembrane protein 14C","string-db","7955.ENSDARP00000152761/7955.ENSDARP00000137503","physical","txid7955" +"Q5MPX4","Q7T2E8","Transferrin receptor protein 1","rhoac","Q5MPX4","rhoac","Transferrin receptor protein 1","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000137503","physical","txid7955" +"Q5MPX4","A0A0R4IZK4","Transferrin receptor protein 1","mhc1lca","Q5MPX4","si:dkey-225f5.5","Transferrin receptor protein 1","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000137503","physical","txid7955" +"Q5MPX4","A0A2R8Q7M1","Transferrin receptor protein 1","scarb2b","Q5MPX4","A0A2R8Q7M1","Transferrin receptor protein 1","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000137503","physical","txid7955" +"Q5MPX4","Q8JGR8","Transferrin receptor protein 1","scarb2","Q5MPX4","scarb2a","Transferrin receptor protein 1","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000137503","physical","txid7955" +"A8WH91","X1WC58","il-2rgc.b","il-21ra.a","A8WH91","X1WC58","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000124621","physical","txid7955" +"A8WH91","A8WH92","il-2rgc.b","il-2rb","A8WH91","il2rb","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000124621","physical","txid7955" +"A8WH91","Q7T2E8","il-2rgc.b","rhoac","A8WH91","rhoac","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000124621","physical","txid7955" +"Q7ZZ76","Q7T2E8","flot1","rhoac","flot1a","rhoac","Flotillin","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000143360","physical","txid7955" +"B0V210","Q8UVJ6","stb2","vangl2","B0V210","vangl2","Vang-like protein","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","string-db","7955.ENSDARP00000031546/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1R9W4","stb2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","B0V210","celsr1a","Vang-like protein","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","string-db","7955.ENSDARP00000043736/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1QM54","stb2","fb18g01","B0V210","F1QM54","Vang-like protein","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","A0A2R8QM71","stb2","msn3","B0V210","mink1","Vang-like protein","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000156553/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F2Z4V3","stb2","fb98c11","B0V210","prickle1b","Vang-like protein","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q7ZSZ9","stb2","rac1","B0V210","rac1a","Vang-like protein","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q6PC71","stb2","arhe","B0V210","rnd3a","Vang-like protein","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","A9JRY8","stb2","Rac family small GTPase 3b","B0V210","rac3b","Vang-like protein","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q7ZVI3","stb2","wu:fi15a09","B0V210","rhoq","Vang-like protein","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","string-db","7955.ENSDARP00000032142/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q5YLG6","stb2","OTTDARP00000007023","B0V210","rhov","Vang-like protein","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","A3QJU6","stb2","zgc:136923","B0V210","A3QJU6","Vang-like protein","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","B8JMI2","stb2","dvl3","B0V210","dvl3a","Vang-like protein","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1Q6J9","stb2","fk71b09","B0V210","prickle1a","Vang-like protein","Prickle homolog 1a","string-db","7955.ENSDARP00000059513/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q7T2E8","stb2","rhoac","B0V210","rhoac","Vang-like protein","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q0P4B0","stb2","Rho","B0V210","Q0P4B0","Vang-like protein","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1QNA4","stb2","dvl1","B0V210","dvl1b","Vang-like protein","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q6NUX8","stb2","rhoaa","B0V210","rhoaa","Vang-like protein","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1R1D2","stb2","Ras homolog family member H","B0V210","F1R1D2","Vang-like protein","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","E7F737","stb2","dvl3","B0V210","dvl3b","Vang-like protein","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","F1REQ6","stb2","cb886","B0V210","prickle2b","Vang-like protein","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000028523","physical","txid7955" +"B0V210","Q6DGB7","stb2","rac3","B0V210","rac3a","Vang-like protein","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000028523","physical","txid7955" +"Q6YLH9","Q7T2E8","CAV1","rhoac","cav1","rhoac","Caveolin","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000141857","physical","txid7955" +"Q6YLH9","A0A2R8PYI8","CAV1","eni","cav1","A0A2R8PYI8","Caveolin","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000141857","physical","txid7955" +"E7F0A1","I3ITQ8","fa91a03","Formin-like 1a","E7F0A1","fmnl1a","Profilin","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","E7F737","fa91a03","dvl3","E7F0A1","dvl3b","Profilin","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","A0A140LG23","fa91a03","si:dkey-23a13.21","E7F0A1","A0A140LG23","Profilin","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","X1WCU6","fa91a03","si:ch211-175f11.5","E7F0A1","X1WCU6","Profilin","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","F1QKR1","fa91a03","Formin-like 2a","E7F0A1","F1QKR1","Profilin","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000118722/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","A3QJU6","fa91a03","zgc:136923","E7F0A1","A3QJU6","Profilin","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","E7F9J6","fa91a03","fb39e12","E7F0A1","E7F9J6","Profilin","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000109185","physical","txid7955" +"E7F0A1","Q7ZVT2","fa91a03","pkm2a","E7F0A1","pkma","Profilin","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000109185","physical","txid7955" +"Q6NXC0","A3QJU6","fmnl3","zgc:136923","fmnl3","A3QJU6","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000099869","physical","txid7955" +"Q6NXC0","Q7T2E8","fmnl3","rhoac","fmnl3","rhoac","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000099869","physical","txid7955" +"Q6NXC0","E7F0A1","fmnl3","fa91a03","fmnl3","E7F0A1","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000099869","physical","txid7955" +"A0A286Y917","Q7T2E8","si:ch211-197n10.2","rhoac","anln","rhoac","Anillin isoform X1 (Anillin, actin-binding protein)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000143654","physical","txid7955" +"A0A286Y917","A0A8M9QH30","si:ch211-197n10.2","wu:fb53f05","anln","A0A8M9QH30","Anillin isoform X1 (Anillin, actin-binding protein)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000143654","physical","txid7955" +"A2BI20","Q7T2E8","si:dkey-40c11.1","rhoac","A2BI20","rhoac","Rhotekin (Si:dkey-40c11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000069502","physical","txid7955" +"A2BI20","Q8AWD4","si:dkey-40c11.1","wu:fb37e03","A2BI20","tax1bp3","Rhotekin (Si:dkey-40c11.1)","Tax1-binding protein 3","string-db","7955.ENSDARP00000076660/7955.ENSDARP00000069502","physical","txid7955" +"A7MBL8","Q7T2E8","pkn2","rhoac","A7MBL8","rhoac","Serine/threonine-protein kinase N2 (EC 2.7.11.13) (PKN gamma) (Protein kinase C-like 2) (Protein-kinase C-related kinase 2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000147780","physical","txid7955" +"Q502L1","Q7T2E8","acbd5a","rhoac","Q502L1","rhoac","Acyl-CoA-binding domain-containing protein 5A","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000117266","physical","txid7955" +"A8WH93","A0A0R4IKQ9","il-2rgc.a","Insulin receptor substrate 2","A8WH93","irs2b","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","A8WH91","il-2rgc.a","il-2rgc.b","A8WH93","A8WH91","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","O93599","il-2rgc.a","STAT3b1","A8WH93","stat3","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","A0A0R4I9X7","il-2rgc.a","GRB2-associated-binding protein 2","A8WH93","A0A0R4I9X7","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","F1QAD7","il-2rgc.a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A8WH93","pik3ca","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","E7F251","il-2rgc.a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A8WH93","pik3cb","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","Q7T2E8","il-2rgc.a","rhoac","A8WH93","rhoac","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","Q6PC73","il-2rgc.a","grb2","A8WH93","grb2b","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","A3R4U5","il-2rgc.a","IL-15RA","A8WH93","A3R4U5","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","string-db","7955.ENSDARP00000099117/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","E9QDP8","il-2rgc.a","il-7ra","A8WH93","il7r","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","Q15KG7","il-2rgc.a","Interleukin","A8WH93","Q15KG7","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","A8WH92","il-2rgc.a","il-2rb","A8WH93","il2rb","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000090505","physical","txid7955" +"A8WH93","X1WC58","il-2rgc.a","il-21ra.a","A8WH93","X1WC58","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000090505","physical","txid7955" +"F1QCQ7","A0A0R4ID46","band7.2","ASIC1","F1QCQ7","A0A0R4ID46","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","Acid-sensing ion channel 1B","string-db","7955.ENSDARP00000132694/7955.ENSDARP00000120230","physical","txid7955" +"F1QCQ7","A3QJU6","band7.2","zgc:136923","F1QCQ7","A3QJU6","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000120230","physical","txid7955" +"F1QCQ7","Q7T2E8","band7.2","rhoac","F1QCQ7","rhoac","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000120230","physical","txid7955" +"F1QCQ7","Q708S6","band7.2","asic1c","F1QCQ7","Q708S6","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","string-db","7955.ENSDARP00000130223/7955.ENSDARP00000120230","physical","txid7955" +"F1QCQ7","Q708S5","band7.2","asic2","F1QCQ7","asic2","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","string-db","7955.ENSDARP00000122509/7955.ENSDARP00000120230","physical","txid7955" +"Q6NZV1","A7MBL8","zgc:77318","pkn2","pdpk1b","A7MBL8","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Serine/threonine-protein kinase N2 (EC 2.7.11.13) (PKN gamma) (Protein kinase C-like 2) (Protein-kinase C-related kinase 2)","string-db","7955.ENSDARP00000147780/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","E7F8A6","zgc:77318","B-cell lymphoma/leukemia 10 isoform X1","pdpk1b","bcl10","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","A0A8M3APH7","zgc:77318","amotl1","pdpk1b","A0A8M3APH7","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Angiomotin like 1 (Angiomotin-like protein 1)","string-db","7955.ENSDARP00000024424/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q5RFW2","zgc:77318","tab2","pdpk1b","tab2","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","string-db","7955.ENSDARP00000019647/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q6IWL4","zgc:77318","traf6","pdpk1b","traf6","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q6NUX8","zgc:77318","rhoaa","pdpk1b","rhoaa","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q7ZSZ9","zgc:77318","rac1","pdpk1b","rac1a","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","A0A2R8Q8S1","zgc:77318","wu:fa04e08","pdpk1b","kras","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","A0A0R4IVY5","zgc:77318","Rho-associated protein kinase","pdpk1b","A0A0R4IVY5","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","P79737","zgc:77318","nras","pdpk1b","P79737","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","E7F7I3","zgc:77318","protein kinase C","pdpk1b","E7F7I3","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000103609/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","E7EXT6","zgc:77318","non-specific serine/threonine protein kinase","pdpk1b","akt3b","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000111940/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q7T2E8","zgc:77318","rhoac","pdpk1b","rhoac","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000019085","physical","txid7955" +"Q6NZV1","Q8UUX0","zgc:77318","cb945","pdpk1b","akt2","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000023119/7955.ENSDARP00000019085","physical","txid7955" +"A0A0R4IVY5","Q7T2E8","Rho-associated protein kinase","rhoac","A0A0R4IVY5","rhoac","Rho-associated protein kinase (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000141411","physical","txid7955" +"Q802D5","A0A140LG23","pfn2","si:dkey-23a13.21","pfn2","A0A140LG23","Profilin","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","A3QJU6","pfn2","zgc:136923","pfn2","A3QJU6","Profilin","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","E7F0A1","pfn2","fa91a03","pfn2","E7F0A1","Profilin","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","F1QKR1","pfn2","Formin-like 2a","pfn2","F1QKR1","Profilin","Formin-like 2a (Formin-like protein 2 isoform X6)","string-db","7955.ENSDARP00000118722/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","I3ITQ8","pfn2","Formin-like 1a","pfn2","fmnl1a","Profilin","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","E7F737","pfn2","dvl3","pfn2","dvl3b","Profilin","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","Q7ZSZ9","pfn2","rac1","pfn2","rac1a","Profilin","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","Q6NXC0","pfn2","fmnl3","pfn2","fmnl3","Profilin","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","string-db","7955.ENSDARP00000099869/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","X1WCU6","pfn2","si:ch211-175f11.5","pfn2","X1WCU6","Profilin","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","E7F9J6","pfn2","fb39e12","pfn2","E7F9J6","Profilin","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000095458","physical","txid7955" +"Q802D5","Q7ZVT2","pfn2","pkm2a","pfn2","pkma","Profilin","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000095458","physical","txid7955" +"E7F7I3","Q7T2E8","protein kinase C","rhoac","E7F7I3","rhoac","protein kinase C (EC 2.7.11.13)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000103609","physical","txid7955" +"F1QKR1","A3QJU6","Formin-like 2a","zgc:136923","F1QKR1","A3QJU6","Formin-like 2a (Formin-like protein 2 isoform X6)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000118722","physical","txid7955" +"F1Q554","X1WFZ0","si:dkey-39e8.3","Kinesin family member 13Ba","kif14","kif13ba","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","A8WFU8","si:dkey-39e8.3","kif22","kif14","A8WFU8","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","E9QB71","si:dkey-39e8.3","fc55h04","kif14","kif3a","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F1QN54","si:dkey-39e8.3","kif3b","kif14","kif3b","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","A0A0R4IRM1","si:dkey-39e8.3","kif5bb","kif14","A0A0R4IRM1","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","X1WGN9","si:dkey-39e8.3","Kinesin family member 20Bb","kif14","kif20bb","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q803Q2","si:dkey-39e8.3","ndel1b","kif14","ndel1b","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","B0S7G2","si:dkey-39e8.3","si:ch211-61f14.1","kif14","B0S7G2","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q0P4B0","si:dkey-39e8.3","Rho","kif14","Q0P4B0","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q7T2E8","si:dkey-39e8.3","rhoac","kif14","rhoac","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F8W409","si:dkey-39e8.3","Kinesin family member 21A","kif14","F8W409","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","A0A0R4IWI7","si:dkey-39e8.3","kif5a","kif14","kif5aa","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F1QV34","si:dkey-39e8.3","Kinesin-like protein","kif14","F1QV34","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","X1WHC0","si:dkey-39e8.3","Kinesin family member 1Aa","kif14","X1WHC0","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F1QW58","si:dkey-39e8.3","kif3c","kif14","kif3cb","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F1RCT7","si:dkey-39e8.3","Kinesin family member 16Bb","kif14","kif16bb","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q7ZSZ9","si:dkey-39e8.3","rac1","kif14","rac1a","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q568G6","si:dkey-39e8.3","Kinesin light chain 4","kif14","Q568G6","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","E7F0X8","si:dkey-39e8.3","StAR-related lipid transfer","kif14","stard9","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","E7FAN6","si:dkey-39e8.3","Kinesin family member 20Ba","kif14","kif20ba","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","Q1LUU7","si:dkey-39e8.3","fc27e02","kif14","kifc1","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000084055","physical","txid7955" +"F1Q554","F1R5M2","si:dkey-39e8.3","Kinesin-like protein","kif14","kif5ba","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000084055","physical","txid7955" +"Q7ZSZ9","E7F737","rac1","dvl3","rac1a","dvl3b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1R187","rac1","abi1","rac1a","F1R187","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A8M1QUR0","rac1","WAS/WASL-interacting protein family member 1","rac1a","A0A8M1QUR0","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","I3ITQ8","rac1","Formin-like 1a","rac1a","fmnl1a","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1Q7U0","rac1","Plexin b1b","rac1a","plxnb1b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","X1WEB9","rac1","Dedicator of cytokinesis 9b","rac1a","dock9b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dedicator of cytokinesis 9b (Dedicator of cytokinesis protein 9 isoform X10)","string-db","7955.ENSDARP00000128570/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A3QJU6","rac1","zgc:136923","rac1a","A3QJU6","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F6M0","rac1","Cytoplasmic protein","rac1a","nck1b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A2R8QPJ6","rac1","Plexin-A2","rac1a","plxna2","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1QM84","rac1","Nischarin","rac1a","nisch","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Nischarin","string-db","7955.ENSDARP00000120971/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","B0S6C8","rac1","fk86g11","rac1a","B0S6C8","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q8JG38","rac1","fgfr2","rac1a","Q8JG38","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q6PC73","rac1","grb2","rac1a","grb2b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A2R8Q515","rac1","fc28d09","rac1a","A0A2R8Q515","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q29RC5","rac1","Ras-related C3 botulinum toxin substrate 1","rac1a","rac1b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000106208/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","B0R034","rac1","si:ch211-150g2.3","rac1a","B0R034","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dedicator of cytokinesis 11 (Dedicator of cytokinesis protein 11 isoform X1)","string-db","7955.ENSDARP00000119904/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1QLR7","rac1","c-met","rac1a","met","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q5MPX4","rac1","Transferrin receptor protein 1","rac1a","Q5MPX4","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A286Y8W8","rac1","Guanine nucleotide exchange factor VAV2 isoform X5","rac1a","vav2","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","B0V1J1","rac1","pld1","rac1a","B0V1J1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Phospholipase (EC 3.1.4.4)","string-db","7955.ENSDARP00000120802/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F913","rac1","CDC42 effector protein","rac1a","E7F913","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A2CE93","rac1","fc20f09","rac1a","iqgap2","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","string-db","7955.ENSDARP00000122218/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A0R4IWI7","rac1","kif5a","rac1a","kif5aa","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q8QFX6","rac1","nrp1a","rac1a","Q8QFX6","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F8W425","rac1","Tyrosine-protein kinase","rac1a","F8W425","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1QAD7","rac1","phosphatidylinositol-4,5-bisphosphate 3-kinase","rac1a","pik3ca","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q7ZUN8","rac1","ykt6","rac1a","Q7ZUN8","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","X1WF60","rac1","Dedicator of cytokinesis 10","rac1a","X1WF60","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dedicator of cytokinesis 10 (Dedicator of cytokinesis protein 10 isoform X1)","string-db","7955.ENSDARP00000128864/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A0A8M1P4I3","rac1","zgc:56010","rac1a","A0A8M1P4I3","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q6IQK3","rac1","zgc:86726","rac1a","vamp3","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","B0S6R1","rac1","nckap1","rac1a","B0S6R1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q6YLH9","rac1","CAV1","rac1a","cav1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q6P0D7","rac1","mpp7","rac1a","mpp7","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","MAGUK p55 subfamily member 7 (Protein humpback)","string-db","7955.ENSDARP00000141751/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F7I3","rac1","protein kinase C","rac1a","E7F7I3","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000103609/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7FBZ6","rac1","Ragulator complex protein LAMTOR1","rac1a","E7FBZ6","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F049","rac1","cb213","rac1a","ktn1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A5PEY8","rac1","pak6","rac1a","A5PEY8","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113873/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","Q7T2E8","rac1","rhoac","rac1a","rhoac","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F7G6","rac1","CDC42 effector protein","rac1a","cdc42ep4b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","CDC42 effector protein (Rho GTPase-binding) 4b (Cdc42 effector protein 4)","string-db","7955.ENSDARP00000127185/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","E7F0A1","rac1","fa91a03","rac1a","E7F0A1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","F1R5M2","rac1","Kinesin-like protein","rac1a","kif5ba","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000096950","physical","txid7955" +"Q7ZSZ9","A7MBL8","rac1","pkn2","rac1a","A7MBL8","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Serine/threonine-protein kinase N2 (EC 2.7.11.13) (PKN gamma) (Protein kinase C-like 2) (Protein-kinase C-related kinase 2)","string-db","7955.ENSDARP00000147780/7955.ENSDARP00000096950","physical","txid7955" +"Q6P2B0","F1QVN6","fc05d09","im:7137347","vapb","zfyve27","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","Protrudin (Zinc finger FYVE domain-containing protein 27)","string-db","7955.ENSDARP00000113701/7955.ENSDARP00000094134","physical","txid7955" +"Q6P2B0","Q7T2E8","fc05d09","rhoac","vapb","rhoac","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000094134","physical","txid7955" +"Q6P2B0","Q502L1","fc05d09","acbd5a","vapb","Q502L1","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","Acyl-CoA-binding domain-containing protein 5A","string-db","7955.ENSDARP00000117266/7955.ENSDARP00000094134","physical","txid7955" +"Q6P2B0","Q5M7Y0","fc05d09","cert1","vapb","Q5M7Y0","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","Ceramide transfer protein (CERT) (Collagen type IV alpha-3-binding protein) (Goodpasture antigen-binding protein) (GPBP)","string-db","7955.ENSDARP00000124594/7955.ENSDARP00000094134","physical","txid7955" +"Q6IQK3","Q5RGD1","zgc:86726","si:ch211-279m15.2","vamp3","stxbp5a","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","B8A651","zgc:86726","zgc:165520","vamp3","-","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A0R4IK07","zgc:86726","si:ch211-208k15.1","vamp3","tsnare1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q7SXP0","zgc:86726","sec22bb","vamp3","sec22bb","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A0R4IG59","zgc:86726","BCL2-interacting protein 1b","vamp3","A0A0R4IG59","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A3QJU6","zgc:86726","zgc:136923","vamp3","A3QJU6","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q6DGI1","zgc:86726","Vesicle-associated membrane protein 1","vamp3","-","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A5PMJ7","zgc:86726","zgc:86632","vamp3","stx12","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A8M1P6T1","zgc:86726","im:7139509","vamp3","A0A8M1P6T1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q7T361","zgc:86726","zgc:64079","vamp3","stx8","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A8M9QGE3","zgc:86726","Syntaxin 16","vamp3","A0A8M9QGE3","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A8M3BF01","zgc:86726","RAB9B, member RAS oncogene family","vamp3","A0A8M3BF01","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q5MPX4","zgc:86726","Transferrin receptor protein 1","vamp3","Q5MPX4","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q6GQN7","zgc:86726","rabepk","vamp3","Q6GQN7","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q6PBJ3","zgc:86726","vamp1","vamp3","vamp1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","Q7T2E8","zgc:86726","rhoac","vamp3","rhoac","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","E9QC42","zgc:86726","zgc:56506","vamp3","sybl1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","E7F0D3","zgc:86726","Syntaxin 12,-like","vamp3","stx12l","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","F1QFP8","zgc:86726","zgc:101617","vamp3","F1QFP8","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","E9QFW9","zgc:86726","zgc:112064","vamp3","gosr1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000114025","physical","txid7955" +"Q6IQK3","A0A8M9QGE5","zgc:86726","cplx2b","vamp3","A0A8M9QGE5","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000114025","physical","txid7955" +"Q6R005","E9QFN0","dlg4","Calpain-1 catalytic subunit","Q6R005","E9QFN0","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Calpain-1 catalytic subunit (EC 3.4.22.52) (Calcium-activated neutral proteinase 1) (Calpain mu-type) (Calpain-1 large subunit) (Micromolar-calpain)","string-db","7955.ENSDARP00000072123/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A0R4IQG7","dlg4","nNOS","Q6R005","A0A0R4IQG7","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A0R4IJ74","dlg4","nlgn3b","Q6R005","nlgn3a","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A8M1NH89","dlg4","si:ch211-243a20.1","Q6R005","A0A8M1NH89","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","D2X2F9","dlg4","Neuroligin 1","Q6R005","D2X2F9","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A2CEA7","dlg4","rasgrf2","Q6R005","rasgrf2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","string-db","7955.ENSDARP00000077785/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q9W6E3","dlg4","fk48e04","Q6R005","fzd10","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","string-db","7955.ENSDARP00000089291/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q1LWS2","dlg4","fk96b08","Q6R005","Q1LWS2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A8WGA3","dlg4","lrfn1l","Q6R005","A8WGA3","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q4V9P8","dlg4","camk2ga","Q6R005","camk2g1","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","string-db","7955.ENSDARP00000096291/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A2CEP2","dlg4","sh3glb2","Q6R005","A2CEP2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","string-db","7955.ENSDARP00000114502/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q5BL21","dlg4","cnih2","Q6R005","cnih2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F1R366","dlg4","NMDAR1.1","Q6R005","grin1a","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A2R8QF68","dlg4","grik2","Q6R005","grik2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F1R4D3","dlg4","Leucine-rich repeat transmembrane neuronal 2","Q6R005","lrrtm2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Leucine-rich repeat transmembrane neuronal 2 (Leucine-rich repeat transmembrane neuronal protein 2)","string-db","7955.ENSDARP00000096250/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F1Q7U0","dlg4","Plexin b1b","Q6R005","plxnb1b","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q5PYH5","dlg4","dlg1l","Q6R005","dlg1l","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A8M1P8P0","dlg4","zgc:112144","Q6R005","A0A8M1P8P0","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","D3KYL2","dlg4","fj59a01","Q6R005","gphnb","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","string-db","7955.ENSDARP00000134783/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q5PYH7","dlg4","dlg2","Q6R005","dlg2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q7ZSZ9","dlg4","rac1","Q6R005","rac1a","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F1QF43","dlg4","ADAM metallopeptidase domain 22","Q6R005","F1QF43","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","string-db","7955.ENSDARP00000111920/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A9JTH1","dlg4","ncalda","Q6R005","A9JTH1","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Neurocalcin-delta A","string-db","7955.ENSDARP00000094833/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A8M3AU21","dlg4","Neuroligin 2a","Q6R005","A0A8M3AU21","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Neuroligin 2a (Neuroligin 2b isoform X1)","string-db","7955.ENSDARP00000111294/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F8W3T1","dlg4","ADAM metallopeptidase domain 23a","Q6R005","F8W3T1","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q7T2E8","dlg4","rhoac","Q6R005","rhoac","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A1XQX1","dlg4","nrxn1a","Q6R005","A1XQX1","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Neurexin-1a-beta (Neurexin Ia-beta)","string-db","7955.ENSDARP00000082592/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A5PMP1","dlg4","si:ch211-203k12.4","Q6R005","A5PMP1","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Calpain 1, (mu/I) large subunit b (Calpain 1, large subunit (EC 3.4.22.17))","string-db","7955.ENSDARP00000095870/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A8M1P3L5","dlg4","Glutamate receptor","Q6R005","A0A8M1P3L5","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Glutamate receptor","string-db","7955.ENSDARP00000133431/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","Q7ZYZ6","dlg4","dlgap1","Q6R005","Q7ZYZ6","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","string-db","7955.ENSDARP00000113100/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","E7FE43","dlg4","Leucine-rich repeat and fibronectin type III domain-containing 2b","Q6R005","E7FE43","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","E7FGK7","dlg4","cacng4","Q6R005","E7FGK7","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A0R4INA6","dlg4","gpgb1","Q6R005","A0A0R4INA6","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Gephyrin a (Gephyrin isoform X7)","string-db","7955.ENSDARP00000135843/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","E7EY10","dlg4","Voltage-dependent calcium channel gamma-3 subunit","Q6R005","E7EY10","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A8M2B6G8","dlg4","si:ch211-250g4.1","Q6R005","A0A8M2B6G8","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","string-db","7955.ENSDARP00000093925/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A2AV32","dlg4","shank2","Q6R005","A2AV32","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","E7F7V2","dlg4","si:ch211-234p18.3","Q6R005","si:ch211-234p18.3","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","F1R662","dlg4","Leucine-rich glioma-inactivated protein 1","Q6R005","F1R662","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Leucine-rich glioma-inactivated protein 1","string-db","7955.ENSDARP00000075741/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","E7FEG9","dlg4","grik3","Q6R005","E7FEG9","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000048431","physical","txid7955" +"Q6R005","A0A0R4IVK2","dlg4","fz1","Q6R005","A0A0R4IVK2","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000048431","physical","txid7955" +"Q6DG84","Q5RIH0","wu:fj81f08","Cornichon family AMPA receptor auxiliary protein 3","stx5a","cnih3","Syntaxin 5","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q5SPJ4","wu:fj81f08","wu:fb61c07","stx5a","Q5SPJ4","Syntaxin 5","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q4VBI7","wu:fj81f08","stx18","stx5a","stx18","Syntaxin 5","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1QRB4","wu:fj81f08","Protein transport protein Sec24D isoform X1","stx5a","F1QRB4","Syntaxin 5","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","string-db","7955.ENSDARP00000035564/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0R4IS45","wu:fj81f08","si:ch211-203f4.1","stx5a","cog6","Syntaxin 5","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q4V9B6","wu:fj81f08","fj55h11","stx5a","-","Syntaxin 5","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q08BK6","wu:fj81f08","CPLX4a","stx5a","Q08BK6","Syntaxin 5","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A8M9QGE5","wu:fj81f08","cplx2b","stx5a","A0A8M9QGE5","Syntaxin 5","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6PBJ3","wu:fj81f08","vamp1","stx5a","vamp1","Syntaxin 5","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7SZE5","wu:fj81f08","sec23a","stx5a","Q7SZE5","Syntaxin 5","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E9QFW9","wu:fj81f08","zgc:112064","stx5a","gosr1","Syntaxin 5","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6PBX2","wu:fj81f08","sara2","stx5a","sar1b","Syntaxin 5","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0A0MPL4","wu:fj81f08","Syntaxin-7","stx5a","A0A0A0MPL4","Syntaxin 5","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0R4ICL5","wu:fj81f08","Protein transport protein Sec24A isoform X2","stx5a","sec24a","Syntaxin 5","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0R4IG59","wu:fj81f08","BCL2-interacting protein 1b","stx5a","A0A0R4IG59","Syntaxin 5","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A8M2BKM7","wu:fj81f08","LOC563082","stx5a","A0A8M2BKM7","Syntaxin 5","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A2BG37","wu:fj81f08","fc83b05","stx5a","vamp5","Syntaxin 5","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7T2E8","wu:fj81f08","rhoac","stx5a","rhoac","Syntaxin 5","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6PHV0","wu:fj81f08","stx3a","stx5a","stx3a","Syntaxin 5","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A8N7TCU0","wu:fj81f08","Protein transport protein Sec16B isoform X1","stx5a","A0A8N7TCU0","Syntaxin 5","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7ZV15","wu:fj81f08","sec22ba","stx5a","Q7ZV15","Syntaxin 5","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E7F0C0","wu:fj81f08","Syntaxin-binding protein 5 isoform X5","stx5a","E7F0C0","Syntaxin 5","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0R4IMX2","wu:fj81f08","im:7145364","stx5a","A0A0R4IMX2","Syntaxin 5","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A0R4IK07","wu:fj81f08","si:ch211-208k15.1","stx5a","tsnare1","Syntaxin 5","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E7F715","wu:fj81f08","Protein transport protein Sec24B isoform X1","stx5a","E7F715","Syntaxin 5","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q29RB1","wu:fj81f08","cog4","stx5a","cog4","Syntaxin 5","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","string-db","7955.ENSDARP00000070899/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7SXP0","wu:fj81f08","sec22bb","stx5a","sec22bb","Syntaxin 5","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1Q9P4","wu:fj81f08","beta-snap1","stx5a","napbb","Syntaxin 5","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q1L8U1","wu:fj81f08","Si:ch211-81a5.8","stx5a","Q1L8U1","Syntaxin 5","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F8W5D3","wu:fj81f08","Alpha-1-antiproteinase 2-like","stx5a","F8W5D3","Syntaxin 5","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1QFP8","wu:fj81f08","zgc:101617","stx5a","F1QFP8","Syntaxin 5","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7SZZ5","wu:fj81f08","wu:fj61c06","stx5a","Q7SZZ5","Syntaxin 5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A5PMJ7","wu:fj81f08","zgc:86632","stx5a","stx12","Syntaxin 5","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E9QBD8","wu:fj81f08","BCL2-interacting protein 1a","stx5a","bnip1a","Syntaxin 5","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6NWI7","wu:fj81f08","TMP21","stx5a","Q6NWI7","Syntaxin 5","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E7EXN4","wu:fj81f08","LOC110440104","stx5a","E7EXN4","Syntaxin 5","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A9JRW9","wu:fj81f08","Proheparin-binding EGF-like growth factor","stx5a","A9JRW9","Syntaxin 5","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A1IH00","wu:fj81f08","golga2","stx5a","golga2","Syntaxin 5","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E9QC42","wu:fj81f08","zgc:56506","stx5a","sybl1","Syntaxin 5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A8M9QGE3","wu:fj81f08","Syntaxin 16","stx5a","A0A8M9QGE3","Syntaxin 5","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7SY45","wu:fj81f08","zgc:63525","stx5a","vti1b","Syntaxin 5","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7T366","wu:fj81f08","wu:fc33b02","stx5a","Q7T366","Syntaxin 5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6IQK3","wu:fj81f08","zgc:86726","stx5a","vamp3","Syntaxin 5","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1QBW3","wu:fj81f08","fc44f07","stx5a","F1QBW3","Syntaxin 5","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7SYD5","wu:fj81f08","sec31a","stx5a","Q7SYD5","Syntaxin 5","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E7F0D3","wu:fj81f08","Syntaxin 12,-like","stx5a","stx12l","Syntaxin 5","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A5PMC4","wu:fj81f08","wu:fb16f04","stx5a","A5PMC4","Syntaxin 5","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","D2K289","wu:fj81f08","CPLX3a","stx5a","D2K289","Syntaxin 5","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E9QFN4","wu:fj81f08","SEC22 homolog C, vesicle-trafficking protein","stx5a","sec22c","Syntaxin 5","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","B7ZV62","wu:fj81f08","nsf","stx5a","nsfa","Syntaxin 5","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6DGI1","wu:fj81f08","Vesicle-associated membrane protein 1","stx5a","-","Syntaxin 5","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7T011","wu:fj81f08","si:ch211-10e8.7","stx5a","Q7T011","Syntaxin 5","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1R892","wu:fj81f08","zgc:123218","stx5a","F1R892","Syntaxin 5","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6PC54","wu:fj81f08","snap25b","stx5a","snap25b","Syntaxin 5","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q5XJ39","wu:fj81f08","hm:zeh1186","stx5a","mcfd2","Syntaxin 5","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","string-db","7955.ENSDARP00000058106/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7ZUN8","wu:fj81f08","ykt6","stx5a","Q7ZUN8","Syntaxin 5","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q5BL21","wu:fj81f08","cnih2","stx5a","cnih2","Syntaxin 5","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","A0A8M1P6T1","wu:fj81f08","im:7139509","stx5a","A0A8M1P6T1","Syntaxin 5","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q567Y3","wu:fj81f08","fb51b08","stx5a","Q567Y3","Syntaxin 5","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","D2K290","wu:fj81f08","CPLX3b","stx5a","D2K290","Syntaxin 5","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","E7F2M5","wu:fj81f08","fj38b04","stx5a","E7F2M5","Syntaxin 5","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7ZW40","wu:fj81f08","vdp","stx5a","uso1","Syntaxin 5","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q0P4A7","wu:fj81f08","snap47","stx5a","snap47","Syntaxin 5","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1RC32","wu:fj81f08","fi35f06","stx5a","napga","Syntaxin 5","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","F1Q7S0","wu:fj81f08","zgc:109895","stx5a","F1Q7S0","Syntaxin 5","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","B8A651","wu:fj81f08","zgc:165520","stx5a","-","Syntaxin 5","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q7T361","wu:fj81f08","zgc:64079","stx5a","stx8","Syntaxin 5","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q5RGD1","wu:fj81f08","si:ch211-279m15.2","stx5a","stxbp5a","Syntaxin 5","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000034979","physical","txid7955" +"Q6DG84","Q6P5J5","wu:fj81f08","zgc:63558","stx5a","stx11b.1","Syntaxin 5","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000034979","physical","txid7955" +"Q6PFT0","Q7T2E8","zgc:64103","rhoac","flot2b","rhoac","Flotillin","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000092565","physical","txid7955" +"Q6PFT0","A8WGA3","zgc:64103","lrfn1l","flot2b","A8WGA3","Flotillin","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000092565","physical","txid7955" +"Q6PFT0","Q7ZZ76","zgc:64103","flot1","flot2b","flot1a","Flotillin","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000092565","physical","txid7955" +"Q6PFT0","Q6TH07","zgc:64103","FLOT1","flot2b","flot1b","Flotillin","Flotillin","string-db","7955.ENSDARP00000094800/7955.ENSDARP00000092565","physical","txid7955" +"Q6PFT0","Q58EK5","zgc:64103","tdrd1","flot2b","Q58EK5","Flotillin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000092565","physical","txid7955" +"Q6PFT0","Q6PC71","zgc:64103","arhe","flot2b","rnd3a","Flotillin","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000092565","physical","txid7955" +"Q6NUX8","A8WH93","rhoaa","il-2rgc.a","rhoaa","A8WH93","Rho-related GTP-binding protein RhoA-A","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A8WH92","rhoaa","il-2rb","rhoaa","il2rb","Rho-related GTP-binding protein RhoA-A","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A0A0R4IVY5","rhoaa","Rho-associated protein kinase","rhoaa","A0A0R4IVY5","Rho-related GTP-binding protein RhoA-A","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q7T2E8","rhoaa","rhoac","rhoaa","rhoac","Rho-related GTP-binding protein RhoA-A","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A8WH91","rhoaa","il-2rgc.b","rhoaa","A8WH91","Rho-related GTP-binding protein RhoA-A","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","E7FBB9","rhoaa","tjp2.1","rhoaa","E7FBB9","Rho-related GTP-binding protein RhoA-A","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","B7ZD09","rhoaa","fk52g01","rhoaa","B7ZD09","Rho-related GTP-binding protein RhoA-A","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113992/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q7SY52","rhoaa","stk10","rhoaa","Q7SY52","Rho-related GTP-binding protein RhoA-A","Serine/threonine-protein kinase 10 (EC 2.7.11.1)","string-db","7955.ENSDARP00000131896/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6PC54","rhoaa","snap25b","rhoaa","snap25b","Rho-related GTP-binding protein RhoA-A","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q7ZSZ9","rhoaa","rac1","rhoaa","rac1a","Rho-related GTP-binding protein RhoA-A","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","E7F7I3","rhoaa","protein kinase C","rhoaa","E7F7I3","Rho-related GTP-binding protein RhoA-A","protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000103609/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A7MBL8","rhoaa","pkn2","rhoaa","A7MBL8","Rho-related GTP-binding protein RhoA-A","Serine/threonine-protein kinase N2 (EC 2.7.11.13) (PKN gamma) (Protein kinase C-like 2) (Protein-kinase C-related kinase 2)","string-db","7955.ENSDARP00000147780/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q90Y37","rhoaa","rock2","rhoaa","rock2a","Rho-related GTP-binding protein RhoA-A","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","F1Q554","rhoaa","si:dkey-39e8.3","rhoaa","kif14","Rho-related GTP-binding protein RhoA-A","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A0A286Y917","rhoaa","si:ch211-197n10.2","rhoaa","anln","Rho-related GTP-binding protein RhoA-A","Anillin isoform X1 (Anillin, actin-binding protein)","string-db","7955.ENSDARP00000143654/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A6NA21","rhoaa","fd20g07","rhoaa","cavin1b","Rho-related GTP-binding protein RhoA-A","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","F1Q9E9","rhoaa","BCR activator of RhoGEF and GTPase","rhoaa","bcr","Rho-related GTP-binding protein RhoA-A","BCR activator of RhoGEF and GTPase (Breakpoint cluster region protein)","string-db","7955.ENSDARP00000092056/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6PFT0","rhoaa","zgc:64103","rhoaa","flot2b","Rho-related GTP-binding protein RhoA-A","Flotillin","string-db","7955.ENSDARP00000092565/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A2BI20","rhoaa","si:dkey-40c11.1","rhoaa","A2BI20","Rho-related GTP-binding protein RhoA-A","Rhotekin (Si:dkey-40c11.1)","string-db","7955.ENSDARP00000069502/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6IQL9","rhoaa","Actin, alpha cardiac muscle 1","rhoaa","Q6IQL9","Rho-related GTP-binding protein RhoA-A","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","string-db","7955.ENSDARP00000075110/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q5MPX4","rhoaa","Transferrin receptor protein 1","rhoaa","Q5MPX4","Rho-related GTP-binding protein RhoA-A","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q7ZZ76","rhoaa","flot1","rhoaa","flot1a","Rho-related GTP-binding protein RhoA-A","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","F1QCQ7","rhoaa","band7.2","rhoaa","F1QCQ7","Rho-related GTP-binding protein RhoA-A","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A0A0R4IS55","rhoaa","Ankyrin repeat domain-containing protein SOWAHC","rhoaa","sowahca","Rho-related GTP-binding protein RhoA-A","Ankyrin repeat domain-containing protein SOWAHC (Sosondowah ankyrin repeat domain family Ca)","string-db","7955.ENSDARP00000138607/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","A0A0H2UKU4","rhoaa","Protocadherin 7b","rhoaa","A0A0H2UKU4","Rho-related GTP-binding protein RhoA-A","Protocadherin 7b (Protocadherin-7 isoform X1)","string-db","7955.ENSDARP00000139416/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6R005","rhoaa","dlg4","rhoaa","Q6R005","Rho-related GTP-binding protein RhoA-A","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6IQK3","rhoaa","zgc:86726","rhoaa","vamp3","Rho-related GTP-binding protein RhoA-A","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000040644","physical","txid7955" +"Q6NUX8","Q6YLH9","rhoaa","CAV1","rhoaa","cav1","Rho-related GTP-binding protein RhoA-A","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000040644","physical","txid7955" +"B7ZD09","Q7T2E8","fk52g01","rhoac","B7ZD09","rhoac","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000113992","physical","txid7955" +"B7ZD09","B8A4S3","fk52g01","fb78a01","B7ZD09","B8A4S3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000114830/7955.ENSDARP00000113992","physical","txid7955" +"F1R3F7","A5PF55","fa14h03","wu:fk84e06","c1qbp","A5PF55","Complement component 1 Q subcomponent-binding protein, mitochondrial","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","string-db","7955.ENSDARP00000079274/7955.ENSDARP00000058345","physical","txid7955" +"F1R3F7","A0A0R4IIK0","fa14h03","Transmembrane protease, serine 13a","c1qbp","A0A0R4IIK0","Complement component 1 Q subcomponent-binding protein, mitochondrial","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000058345","physical","txid7955" +"F1R3F7","Q7T2E8","fa14h03","rhoac","c1qbp","rhoac","Complement component 1 Q subcomponent-binding protein, mitochondrial","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000058345","physical","txid7955" +"F1R3F7","A5PMY0","fa14h03","st14","c1qbp","st14a","Complement component 1 Q subcomponent-binding protein, mitochondrial","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","string-db","7955.ENSDARP00000081386/7955.ENSDARP00000058345","physical","txid7955" +"F1R3F7","H9GXL1","fa14h03","zmp:0000001114","c1qbp","H9GXL1","Complement component 1 Q subcomponent-binding protein, mitochondrial","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000058345","physical","txid7955" +"Q2TLY2","Q7T2E8","Maco1a","rhoac","Maco1a","rhoac","Macoilin-1 (Transmembrane protein 57a)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000008156","physical","txid7955" +"B3DLG5","Q1MT02","ednra","si:ch211-202b2.2","ednraa","Q1MT02","Endothelin-1 receptor (Endothelin receptor type A)","Endothelin 2","string-db","7955.ENSDARP00000094560/7955.ENSDARP00000002773","physical","txid7955" +"B3DLG5","A0A8M1P7F8","ednra","zgc:85942","ednraa","A0A8M1P7F8","Endothelin-1 receptor (Endothelin receptor type A)","Endothelin-1 receptor (Endothelin receptor type A)","string-db","7955.ENSDARP00000124118/7955.ENSDARP00000002773","physical","txid7955" +"B3DLG5","E9QFS0","ednra","EDN3","ednraa","E9QFS0","Endothelin-1 receptor (Endothelin receptor type A)","Endothelin-3 (Preproendothelin-3)","string-db","7955.ENSDARP00000115695/7955.ENSDARP00000002773","physical","txid7955" +"Q1MT02","Q9DGM2","si:ch211-202b2.2","ednrb1","Q1MT02","ednrba","Endothelin 2","Endothelin receptor type B (Endothelin receptor non-selective type)","string-db","7955.ENSDARP00000111210/7955.ENSDARP00000094560","physical","txid7955" +"F1QWX4","B3DJY2","fj86h06","LOC795445","spra","B3DJY2","Sepiapterin reductase (EC 1.1.1.153)","Sepiapterin reductase (EC 1.1.1.153)","string-db","7955.ENSDARP00000075873/7955.ENSDARP00000002775","physical","txid7955" +"F1QWX4","Q7SYD0","fj86h06","Carbonyl reductase 1","spra","cbr1","Sepiapterin reductase (EC 1.1.1.153)","Carbonyl reductase 1 (Carbonyl reductase [NADPH] 1)","string-db","7955.ENSDARP00000053151/7955.ENSDARP00000002775","physical","txid7955" +"Q7SYD0","B3DJY2","Carbonyl reductase 1","LOC795445","cbr1","B3DJY2","Carbonyl reductase 1 (Carbonyl reductase [NADPH] 1)","Sepiapterin reductase (EC 1.1.1.153)","string-db","7955.ENSDARP00000075873/7955.ENSDARP00000053151","physical","txid7955" +"Q90XR2","Q9YH90","cldnc","cldng","Q90XR2","cldng","Claudin-3","Claudin-like protein ZF-A9 (Claudin g)","string-db","7955.ENSDARP00000015898/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q8QHA3","cldnc","cldn10","Q90XR2","Q8QHA3","Claudin-3","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q6DBT9","cldnc","zgc:91878","Q90XR2","Q6DBT9","Claudin-3","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q90XR9","cldnc","fb16e12","Q90XR2","cldne","Claudin-3","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","A0A2R8Q922","cldnc","cldn10l1b","Q90XR2","cldn15lb","Claudin-3","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q568F1","cldnc","sb:cb574","Q90XR2","-","Claudin-3","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q90XR6","cldnc","b52b12","Q90XR2","Q90XR6","Claudin-3","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","A4QNU3","cldnc","cldn11","Q90XR2","cldn11b","Claudin-3","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q1RLW4","cldnc","zgc:136755","Q90XR2","Q1RLW4","Claudin-3","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q567D5","cldnc","zgc:112141","Q90XR2","Q567D5","Claudin-3","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","A0A0G2L7R9","cldnc","Claudin-18","Q90XR2","A0A0G2L7R9","Claudin-3","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q90XR8","cldnc","wu:fa66b05","Q90XR2","cldnb","Claudin-3","Claudin b (Cldnb protein)","string-db","7955.ENSDARP00000013958/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q561T6","cldnc","Claudin","Q90XR2","Q561T6","Claudin-3","Claudin","string-db","7955.ENSDARP00000025285/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","A0A8M2BHQ8","cldnc","cb766","Q90XR2","A0A8M2BHQ8","Claudin-3","Tight junction protein 3 (Tight junction protein ZO-3)","string-db","7955.ENSDARP00000025259/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","F1R5J2","cldnc","zgc:103419","Q90XR2","cldn5b","Claudin-3","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q6DHP1","cldnc","cldn7a","Q90XR2","cldn7a","Claudin-3","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","B8JLG4","cldnc","cldn10","Q90XR2","B8JLG4","Claudin-3","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q9YH92","cldnc","cldn7b","Q90XR2","Q9YH92","Claudin-3","Claudin-7-B (Claudin-like protein ZF4A22)","string-db","7955.ENSDARP00000004546/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q6DHL0","cldnc","zgc:92247","Q90XR2","Q6DHL0","Claudin-3","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","A0A8M2BHN3","cldnc","zgc:92260","Q90XR2","A0A8M2BHN3","Claudin-3","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","B0V349","cldnc","si:dkey-98f17.3","Q90XR2","B0V349","Claudin-3","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","F1QH81","cldnc","zgc:110625","Q90XR2","F1QH81","Claudin-3","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","F1QB03","cldnc","sr:nyz177","Q90XR2","F1QB03","Claudin-3","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q7T2E7","cldnc","cldn15l","Q90XR2","cldn15a","Claudin-3","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q9YH91","cldnc","cldnd","Q90XR2","cldnd","Claudin-3","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","E7FDA9","cldnc","cldn34a","Q90XR2","E7FDA9","Claudin-3","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000002797","physical","txid7955" +"Q90XR2","Q6NUZ6","cldnc","zgc:85723","Q90XR2","Q6NUZ6","Claudin-3","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000002797","physical","txid7955" +"Q567D5","Q7T2E7","zgc:112141","cldn15l","Q567D5","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","Q90XR6","zgc:112141","b52b12","Q567D5","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","B0V349","zgc:112141","si:dkey-98f17.3","Q567D5","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","A0A2R8Q922","zgc:112141","cldn10l1b","Q567D5","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","A0A0G2L7R9","zgc:112141","Claudin-18","Q567D5","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","E7FDA9","zgc:112141","cldn34a","Q567D5","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","F1QB03","zgc:112141","sr:nyz177","Q567D5","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","Q8QHA3","zgc:112141","cldn10","Q567D5","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","F1QH81","zgc:112141","zgc:110625","Q567D5","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","Q1RLW4","zgc:112141","zgc:136755","Q567D5","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","F1R5J2","zgc:112141","zgc:103419","Q567D5","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000065460","physical","txid7955" +"Q567D5","A4QNU3","zgc:112141","cldn11","Q567D5","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000065460","physical","txid7955" +"Q8QHA3","B0V349","cldn10","si:dkey-98f17.3","Q8QHA3","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","A0A0G2L7R9","cldn10","Claudin-18","Q8QHA3","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","F1QB03","cldn10","sr:nyz177","Q8QHA3","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","A0A2R8Q922","cldn10","cldn10l1b","Q8QHA3","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","F1QH81","cldn10","zgc:110625","Q8QHA3","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","A4QNU3","cldn10","cldn11","Q8QHA3","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","Q7T2E7","cldn10","cldn15l","Q8QHA3","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","E7FDA9","cldn10","cldn34a","Q8QHA3","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","F1R5J2","cldn10","zgc:103419","Q8QHA3","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000076338","physical","txid7955" +"Q8QHA3","Q1RLW4","cldn10","zgc:136755","Q8QHA3","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000076338","physical","txid7955" +"Q90XR9","E7FDA9","fb16e12","cldn34a","cldne","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","B0V349","fb16e12","si:dkey-98f17.3","cldne","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","F1QB03","fb16e12","sr:nyz177","cldne","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","A0A8M2BHN3","fb16e12","zgc:92260","cldne","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q567D5","fb16e12","zgc:112141","cldne","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q8QHA3","fb16e12","cldn10","cldne","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","F1QH81","fb16e12","zgc:110625","cldne","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","A4QNU3","fb16e12","cldn11","cldne","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","A0A2R8Q922","fb16e12","cldn10l1b","cldne","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","A0A0G2L7R9","fb16e12","Claudin-18","cldne","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q90XR6","fb16e12","b52b12","cldne","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q7T2E7","fb16e12","cldn15l","cldne","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q1RLW4","fb16e12","zgc:136755","cldne","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","Q6NUZ6","fb16e12","zgc:85723","cldne","Q6NUZ6","Claudin","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000063319","physical","txid7955" +"Q90XR9","F1R5J2","fb16e12","zgc:103419","cldne","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000063319","physical","txid7955" +"Q6DBT9","B0V349","zgc:91878","si:dkey-98f17.3","Q6DBT9","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q1RLW4","zgc:91878","zgc:136755","Q6DBT9","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","A0A0G2L7R9","zgc:91878","Claudin-18","Q6DBT9","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q567D5","zgc:91878","zgc:112141","Q6DBT9","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","F1QB03","zgc:91878","sr:nyz177","Q6DBT9","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","F1QH81","zgc:91878","zgc:110625","Q6DBT9","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q7T2E7","zgc:91878","cldn15l","Q6DBT9","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q6NUZ6","zgc:91878","zgc:85723","Q6DBT9","Q6NUZ6","Claudin","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q8QHA3","zgc:91878","cldn10","Q6DBT9","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q90XR9","zgc:91878","fb16e12","Q6DBT9","cldne","Claudin","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","A0A2R8Q922","zgc:91878","cldn10l1b","Q6DBT9","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","F1R5J2","zgc:91878","zgc:103419","Q6DBT9","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","Q90XR6","zgc:91878","b52b12","Q6DBT9","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","A4QNU3","zgc:91878","cldn11","Q6DBT9","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","A0A8M2BHN3","zgc:91878","zgc:92260","Q6DBT9","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000062115","physical","txid7955" +"Q6DBT9","E7FDA9","zgc:91878","cldn34a","Q6DBT9","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000062115","physical","txid7955" +"Q6DHL0","Q568F1","zgc:92247","sb:cb574","Q6DHL0","-","Claudin","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q6DBT9","zgc:92247","zgc:91878","Q6DHL0","Q6DBT9","Claudin","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","A0A0G2L7R9","zgc:92247","Claudin-18","Q6DHL0","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","A4QNU3","zgc:92247","cldn11","Q6DHL0","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q90XR6","zgc:92247","b52b12","Q6DHL0","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","F1QH81","zgc:92247","zgc:110625","Q6DHL0","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","F1R5J2","zgc:92247","zgc:103419","Q6DHL0","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","F1QB03","zgc:92247","sr:nyz177","Q6DHL0","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","B0V349","zgc:92247","si:dkey-98f17.3","Q6DHL0","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q7T2E7","zgc:92247","cldn15l","Q6DHL0","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q8QHA3","zgc:92247","cldn10","Q6DHL0","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q1RLW4","zgc:92247","zgc:136755","Q6DHL0","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","A0A2R8Q922","zgc:92247","cldn10l1b","Q6DHL0","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q6DHP1","zgc:92247","cldn7a","Q6DHL0","cldn7a","Claudin","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","A0A8M2BHN3","zgc:92247","zgc:92260","Q6DHL0","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q567D5","zgc:92247","zgc:112141","Q6DHL0","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q90XR9","zgc:92247","fb16e12","Q6DHL0","cldne","Claudin","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","Q6NUZ6","zgc:92247","zgc:85723","Q6DHL0","Q6NUZ6","Claudin","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000027131","physical","txid7955" +"Q6DHL0","E7FDA9","zgc:92247","cldn34a","Q6DHL0","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000027131","physical","txid7955" +"Q9YH92","B0V349","cldn7b","si:dkey-98f17.3","Q9YH92","B0V349","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","F1R5J2","cldn7b","zgc:103419","Q9YH92","cldn5b","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","F1QB03","cldn7b","sr:nyz177","Q9YH92","F1QB03","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","B8JLG4","cldn7b","cldn10","Q9YH92","B8JLG4","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q568F1","cldn7b","sb:cb574","Q9YH92","-","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","F1QH81","cldn7b","zgc:110625","Q9YH92","F1QH81","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q8QHA3","cldn7b","cldn10","Q9YH92","Q8QHA3","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","A0A0G2L7R9","cldn7b","Claudin-18","Q9YH92","A0A0G2L7R9","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q7T2E7","cldn7b","cldn15l","Q9YH92","cldn15a","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q90XR6","cldn7b","b52b12","Q9YH92","Q90XR6","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q9YH91","cldn7b","cldnd","Q9YH92","cldnd","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q1RLW4","cldn7b","zgc:136755","Q9YH92","Q1RLW4","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q90XR9","cldn7b","fb16e12","Q9YH92","cldne","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","A0A8M2BHN3","cldn7b","zgc:92260","Q9YH92","A0A8M2BHN3","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q6DHL0","cldn7b","zgc:92247","Q9YH92","Q6DHL0","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","A0A8M2BHQ8","cldn7b","cb766","Q9YH92","A0A8M2BHQ8","Claudin-7-B (Claudin-like protein ZF4A22)","Tight junction protein 3 (Tight junction protein ZO-3)","string-db","7955.ENSDARP00000025259/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q6DHP1","cldn7b","cldn7a","Q9YH92","cldn7a","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q9YH90","cldn7b","cldng","Q9YH92","cldng","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin-like protein ZF-A9 (Claudin g)","string-db","7955.ENSDARP00000015898/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q6DBT9","cldn7b","zgc:91878","Q9YH92","Q6DBT9","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q567D5","cldn7b","zgc:112141","Q9YH92","Q567D5","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","E7FDA9","cldn7b","cldn34a","Q9YH92","E7FDA9","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q90XR8","cldn7b","wu:fa66b05","Q9YH92","cldnb","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin b (Cldnb protein)","string-db","7955.ENSDARP00000013958/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q561T6","cldn7b","Claudin","Q9YH92","Q561T6","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000025285/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","A0A2R8Q922","cldn7b","cldn10l1b","Q9YH92","cldn15lb","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","Q6NUZ6","cldn7b","zgc:85723","Q9YH92","Q6NUZ6","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000004546","physical","txid7955" +"Q9YH92","A4QNU3","cldn7b","cldn11","Q9YH92","cldn11b","Claudin-7-B (Claudin-like protein ZF4A22)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000004546","physical","txid7955" +"Q561T6","B0V349","Claudin","si:dkey-98f17.3","Q561T6","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q8QHA3","Claudin","cldn10","Q561T6","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q568F1","Claudin","sb:cb574","Q561T6","-","Claudin","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","A0A8M2BHN3","Claudin","zgc:92260","Q561T6","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","F1R5J2","Claudin","zgc:103419","Q561T6","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q6DHL0","Claudin","zgc:92247","Q561T6","Q6DHL0","Claudin","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","B8JLG4","Claudin","cldn10","Q561T6","B8JLG4","Claudin","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","E7FDA9","Claudin","cldn34a","Q561T6","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","F1QB03","Claudin","sr:nyz177","Q561T6","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q9YH91","Claudin","cldnd","Q561T6","cldnd","Claudin","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","F1QH81","Claudin","zgc:110625","Q561T6","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q567D5","Claudin","zgc:112141","Q561T6","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q6NUZ6","Claudin","zgc:85723","Q561T6","Q6NUZ6","Claudin","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q90XR6","Claudin","b52b12","Q561T6","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q7T2E7","Claudin","cldn15l","Q561T6","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q6DHP1","Claudin","cldn7a","Q561T6","cldn7a","Claudin","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q1RLW4","Claudin","zgc:136755","Q561T6","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q90XR9","Claudin","fb16e12","Q561T6","cldne","Claudin","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","A4QNU3","Claudin","cldn11","Q561T6","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","A0A0G2L7R9","Claudin","Claudin-18","Q561T6","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","A0A2R8Q922","Claudin","cldn10l1b","Q561T6","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000025285","physical","txid7955" +"Q561T6","Q6DBT9","Claudin","zgc:91878","Q561T6","Q6DBT9","Claudin","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000025285","physical","txid7955" +"F1QB03","Q7T2E7","sr:nyz177","cldn15l","F1QB03","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000118625","physical","txid7955" +"F1QB03","Q1RLW4","sr:nyz177","zgc:136755","F1QB03","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000118625","physical","txid7955" +"F1QB03","F1QH81","sr:nyz177","zgc:110625","F1QB03","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000118625","physical","txid7955" +"F1QB03","A0A0G2L7R9","sr:nyz177","Claudin-18","F1QB03","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000118625","physical","txid7955" +"F1QB03","A0A2R8Q922","sr:nyz177","cldn10l1b","F1QB03","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000118625","physical","txid7955" +"B0V349","F1QB03","si:dkey-98f17.3","sr:nyz177","B0V349","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","F1R5J2","si:dkey-98f17.3","zgc:103419","B0V349","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","F1QH81","si:dkey-98f17.3","zgc:110625","B0V349","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","Q7T2E7","si:dkey-98f17.3","cldn15l","B0V349","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","E7FDA9","si:dkey-98f17.3","cldn34a","B0V349","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","Q1RLW4","si:dkey-98f17.3","zgc:136755","B0V349","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","A0A0G2L7R9","si:dkey-98f17.3","Claudin-18","B0V349","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","A4QNU3","si:dkey-98f17.3","cldn11","B0V349","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000090522","physical","txid7955" +"B0V349","A0A2R8Q922","si:dkey-98f17.3","cldn10l1b","B0V349","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000090522","physical","txid7955" +"A0A0G2L7R9","A0A2R8Q922","Claudin-18","cldn10l1b","A0A0G2L7R9","cldn15lb","Claudin-18","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000140824","physical","txid7955" +"A0A0G2L7R9","Q7T2E7","Claudin-18","cldn15l","A0A0G2L7R9","cldn15a","Claudin-18","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000140824","physical","txid7955" +"A0A2R8Q922","Q7T2E7","cldn10l1b","cldn15l","cldn15lb","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000149686","physical","txid7955" +"Q90XR6","A0A2R8Q922","b52b12","cldn10l1b","Q90XR6","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","F1QH81","b52b12","zgc:110625","Q90XR6","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","Q1RLW4","b52b12","zgc:136755","Q90XR6","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","F1QB03","b52b12","sr:nyz177","Q90XR6","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","E7FDA9","b52b12","cldn34a","Q90XR6","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","A0A0G2L7R9","b52b12","Claudin-18","Q90XR6","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","Q7T2E7","b52b12","cldn15l","Q90XR6","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","B0V349","b52b12","si:dkey-98f17.3","Q90XR6","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","F1R5J2","b52b12","zgc:103419","Q90XR6","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","Q8QHA3","b52b12","cldn10","Q90XR6","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000071321","physical","txid7955" +"Q90XR6","A4QNU3","b52b12","cldn11","Q90XR6","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000071321","physical","txid7955" +"F1QH81","A0A2R8Q922","zgc:110625","cldn10l1b","F1QH81","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000138308","physical","txid7955" +"F1QH81","Q7T2E7","zgc:110625","cldn15l","F1QH81","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000138308","physical","txid7955" +"F1QH81","A0A0G2L7R9","zgc:110625","Claudin-18","F1QH81","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000138308","physical","txid7955" +"Q1RLW4","Q7T2E7","zgc:136755","cldn15l","Q1RLW4","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000132431","physical","txid7955" +"Q1RLW4","A0A2R8Q922","zgc:136755","cldn10l1b","Q1RLW4","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000132431","physical","txid7955" +"Q1RLW4","A0A0G2L7R9","zgc:136755","Claudin-18","Q1RLW4","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000132431","physical","txid7955" +"Q1RLW4","F1QH81","zgc:136755","zgc:110625","Q1RLW4","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000132431","physical","txid7955" +"Q568F1","F1R5J2","sb:cb574","zgc:103419","-","cldn5b","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","F1QB03","sb:cb574","sr:nyz177","-","F1QB03","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","B0V349","sb:cb574","si:dkey-98f17.3","-","B0V349","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","F1QH81","sb:cb574","zgc:110625","-","F1QH81","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q90XR6","sb:cb574","b52b12","-","Q90XR6","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","A0A0G2L7R9","sb:cb574","Claudin-18","-","A0A0G2L7R9","Claudin 8-like (Zgc:110333)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q7T2E7","sb:cb574","cldn15l","-","cldn15a","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q1RLW4","sb:cb574","zgc:136755","-","Q1RLW4","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","E7FDA9","sb:cb574","cldn34a","-","E7FDA9","Claudin 8-like (Zgc:110333)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","A0A2R8Q922","sb:cb574","cldn10l1b","-","cldn15lb","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","A0A8M2BHN3","sb:cb574","zgc:92260","-","A0A8M2BHN3","Claudin 8-like (Zgc:110333)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q6NUZ6","sb:cb574","zgc:85723","-","Q6NUZ6","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q8QHA3","sb:cb574","cldn10","-","Q8QHA3","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","A4QNU3","sb:cb574","cldn11","-","cldn11b","Claudin 8-like (Zgc:110333)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q567D5","sb:cb574","zgc:112141","-","Q567D5","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q6DBT9","sb:cb574","zgc:91878","-","Q6DBT9","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000059483","physical","txid7955" +"Q568F1","Q90XR9","sb:cb574","fb16e12","-","cldne","Claudin 8-like (Zgc:110333)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000059483","physical","txid7955" +"A0A8M2BHQ8","Q8QHA3","cb766","cldn10","A0A8M2BHQ8","Q8QHA3","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","A0A8M2B8K6","cb766","inadl","A0A8M2BHQ8","A0A8M2B8K6","Tight junction protein 3 (Tight junction protein ZO-3)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q90XR6","cb766","b52b12","A0A8M2BHQ8","Q90XR6","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q567D5","cb766","zgc:112141","A0A8M2BHQ8","Q567D5","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","F1R5J2","cb766","zgc:103419","A0A8M2BHQ8","cldn5b","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q561T6","cb766","Claudin","A0A8M2BHQ8","Q561T6","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000025285/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","A0A0G2L7R9","cb766","Claudin-18","A0A8M2BHQ8","A0A0G2L7R9","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q568F1","cb766","sb:cb574","A0A8M2BHQ8","-","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q90XR9","cb766","fb16e12","A0A8M2BHQ8","cldne","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","B8JLG4","cb766","cldn10","A0A8M2BHQ8","B8JLG4","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q1RLW4","cb766","zgc:136755","A0A8M2BHQ8","Q1RLW4","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q6DBT9","cb766","zgc:91878","A0A8M2BHQ8","Q6DBT9","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","F1QH81","cb766","zgc:110625","A0A8M2BHQ8","F1QH81","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","F1QB03","cb766","sr:nyz177","A0A8M2BHQ8","F1QB03","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","A0A2R8Q922","cb766","cldn10l1b","A0A8M2BHQ8","cldn15lb","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q7T2E7","cb766","cldn15l","A0A8M2BHQ8","cldn15a","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","A4QNU3","cb766","cldn11","A0A8M2BHQ8","cldn11b","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","B0V349","cb766","si:dkey-98f17.3","A0A8M2BHQ8","B0V349","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","E7FDA9","cb766","cldn34a","A0A8M2BHQ8","E7FDA9","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q6DHL0","cb766","zgc:92247","A0A8M2BHQ8","Q6DHL0","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q9YH91","cb766","cldnd","A0A8M2BHQ8","cldnd","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q6NUZ6","cb766","zgc:85723","A0A8M2BHQ8","Q6NUZ6","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","Q6DHP1","cb766","cldn7a","A0A8M2BHQ8","cldn7a","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000025259","physical","txid7955" +"A0A8M2BHQ8","A0A8M2BHN3","cb766","zgc:92260","A0A8M2BHQ8","A0A8M2BHN3","Tight junction protein 3 (Tight junction protein ZO-3)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000025259","physical","txid7955" +"A4QNU3","E7FDA9","cldn11","cldn34a","cldn11b","E7FDA9","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","F1R5J2","cldn11","zgc:103419","cldn11b","cldn5b","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","F1QB03","cldn11","sr:nyz177","cldn11b","F1QB03","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","F1QH81","cldn11","zgc:110625","cldn11b","F1QH81","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","A0A2R8Q922","cldn11","cldn10l1b","cldn11b","cldn15lb","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","Q1RLW4","cldn11","zgc:136755","cldn11b","Q1RLW4","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","A0A0G2L7R9","cldn11","Claudin-18","cldn11b","A0A0G2L7R9","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000096562","physical","txid7955" +"A4QNU3","Q7T2E7","cldn11","cldn15l","cldn11b","cldn15a","Claudin 11b (Claudin-11) (Cldn11 protein)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000096562","physical","txid7955" +"B8JLG4","Q9YH91","cldn10","cldnd","B8JLG4","cldnd","Claudin","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q90XR6","cldn10","b52b12","B8JLG4","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","F1QB03","cldn10","sr:nyz177","B8JLG4","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","A0A8M2BHN3","cldn10","zgc:92260","B8JLG4","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q1RLW4","cldn10","zgc:136755","B8JLG4","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","A4QNU3","cldn10","cldn11","B8JLG4","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q6DHP1","cldn10","cldn7a","B8JLG4","cldn7a","Claudin","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","F1R5J2","cldn10","zgc:103419","B8JLG4","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","A0A2R8Q922","cldn10","cldn10l1b","B8JLG4","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q567D5","cldn10","zgc:112141","B8JLG4","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q6NUZ6","cldn10","zgc:85723","B8JLG4","Q6NUZ6","Claudin","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","A0A0G2L7R9","cldn10","Claudin-18","B8JLG4","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q6DBT9","cldn10","zgc:91878","B8JLG4","Q6DBT9","Claudin","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","B0V349","cldn10","si:dkey-98f17.3","B8JLG4","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q7T2E7","cldn10","cldn15l","B8JLG4","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q6DHL0","cldn10","zgc:92247","B8JLG4","Q6DHL0","Claudin","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","F1QH81","cldn10","zgc:110625","B8JLG4","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q568F1","cldn10","sb:cb574","B8JLG4","-","Claudin","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","E7FDA9","cldn10","cldn34a","B8JLG4","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q8QHA3","cldn10","cldn10","B8JLG4","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000025611","physical","txid7955" +"B8JLG4","Q90XR9","cldn10","fb16e12","B8JLG4","cldne","Claudin","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000025611","physical","txid7955" +"Q9YH90","F1R5J2","cldng","zgc:103419","cldng","cldn5b","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q6DBT9","cldng","zgc:91878","cldng","Q6DBT9","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q6DHL0","cldng","zgc:92247","cldng","Q6DHL0","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q6DHP1","cldng","cldn7a","cldng","cldn7a","Claudin-like protein ZF-A9 (Claudin g)","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","B0V349","cldng","si:dkey-98f17.3","cldng","B0V349","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q567D5","cldng","zgc:112141","cldng","Q567D5","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","E7FDA9","cldng","cldn34a","cldng","E7FDA9","Claudin-like protein ZF-A9 (Claudin g)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q6NUZ6","cldng","zgc:85723","cldng","Q6NUZ6","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","F1QB03","cldng","sr:nyz177","cldng","F1QB03","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q9YH91","cldng","cldnd","cldng","cldnd","Claudin-like protein ZF-A9 (Claudin g)","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","F1QH81","cldng","zgc:110625","cldng","F1QH81","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","A0A8M2BHQ8","cldng","cb766","cldng","A0A8M2BHQ8","Claudin-like protein ZF-A9 (Claudin g)","Tight junction protein 3 (Tight junction protein ZO-3)","string-db","7955.ENSDARP00000025259/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","B8JLG4","cldng","cldn10","cldng","B8JLG4","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q7T2E7","cldng","cldn15l","cldng","cldn15a","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q561T6","cldng","Claudin","cldng","Q561T6","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000025285/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q90XR9","cldng","fb16e12","cldng","cldne","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","A4QNU3","cldng","cldn11","cldng","cldn11b","Claudin-like protein ZF-A9 (Claudin g)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q568F1","cldng","sb:cb574","cldng","-","Claudin-like protein ZF-A9 (Claudin g)","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q90XR6","cldng","b52b12","cldng","Q90XR6","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q8QHA3","cldng","cldn10","cldng","Q8QHA3","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","A0A8M2BHN3","cldng","zgc:92260","cldng","A0A8M2BHN3","Claudin-like protein ZF-A9 (Claudin g)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","A0A0G2L7R9","cldng","Claudin-18","cldng","A0A0G2L7R9","Claudin-like protein ZF-A9 (Claudin g)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","A0A2R8Q922","cldng","cldn10l1b","cldng","cldn15lb","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH90","Q1RLW4","cldng","zgc:136755","cldng","Q1RLW4","Claudin-like protein ZF-A9 (Claudin g)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000015898","physical","txid7955" +"Q9YH91","Q568F1","cldnd","sb:cb574","cldnd","-","Claudin-like protein ZF-A89 (Claudin d)","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","A0A0G2L7R9","cldnd","Claudin-18","cldnd","A0A0G2L7R9","Claudin-like protein ZF-A89 (Claudin d)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q90XR6","cldnd","b52b12","cldnd","Q90XR6","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","B0V349","cldnd","si:dkey-98f17.3","cldnd","B0V349","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q6DHL0","cldnd","zgc:92247","cldnd","Q6DHL0","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q6DHP1","cldnd","cldn7a","cldnd","cldn7a","Claudin-like protein ZF-A89 (Claudin d)","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","E7FDA9","cldnd","cldn34a","cldnd","E7FDA9","Claudin-like protein ZF-A89 (Claudin d)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","A4QNU3","cldnd","cldn11","cldnd","cldn11b","Claudin-like protein ZF-A89 (Claudin d)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","A0A2R8Q922","cldnd","cldn10l1b","cldnd","cldn15lb","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","A0A8M2BHN3","cldnd","zgc:92260","cldnd","A0A8M2BHN3","Claudin-like protein ZF-A89 (Claudin d)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q7T2E7","cldnd","cldn15l","cldnd","cldn15a","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q6NUZ6","cldnd","zgc:85723","cldnd","Q6NUZ6","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q1RLW4","cldnd","zgc:136755","cldnd","Q1RLW4","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q567D5","cldnd","zgc:112141","cldnd","Q567D5","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","F1QB03","cldnd","sr:nyz177","cldnd","F1QB03","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","F1R5J2","cldnd","zgc:103419","cldnd","cldn5b","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","H0WFA5","cldnd","buc","cldnd","H0WFA5","Claudin-like protein ZF-A89 (Claudin d)","Bucky ball (buc) (Prion-like protein Bucky ball)","string-db","7955.ENSDARP00000125536/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q8QHA3","cldnd","cldn10","cldnd","Q8QHA3","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","F1QH81","cldnd","zgc:110625","cldnd","F1QH81","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q6DBT9","cldnd","zgc:91878","cldnd","Q6DBT9","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000025766","physical","txid7955" +"Q9YH91","Q90XR9","cldnd","fb16e12","cldnd","cldne","Claudin-like protein ZF-A89 (Claudin d)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000025766","physical","txid7955" +"Q6DHP1","Q90XR9","cldn7a","fb16e12","cldn7a","cldne","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q6NUZ6","cldn7a","zgc:85723","cldn7a","Q6NUZ6","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","F1QB03","cldn7a","sr:nyz177","cldn7a","F1QB03","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","A4QNU3","cldn7a","cldn11","cldn7a","cldn11b","Claudin-7-A","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","E7FDA9","cldn7a","cldn34a","cldn7a","E7FDA9","Claudin-7-A","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q90XR6","cldn7a","b52b12","cldn7a","Q90XR6","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","B0V349","cldn7a","si:dkey-98f17.3","cldn7a","B0V349","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q8QHA3","cldn7a","cldn10","cldn7a","Q8QHA3","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q6DBT9","cldn7a","zgc:91878","cldn7a","Q6DBT9","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","A0A0G2L7R9","cldn7a","Claudin-18","cldn7a","A0A0G2L7R9","Claudin-7-A","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q1RLW4","cldn7a","zgc:136755","cldn7a","Q1RLW4","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","A0A8M2BHN3","cldn7a","zgc:92260","cldn7a","A0A8M2BHN3","Claudin-7-A","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","F1QH81","cldn7a","zgc:110625","cldn7a","F1QH81","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q567D5","cldn7a","zgc:112141","cldn7a","Q567D5","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","A0A2R8Q922","cldn7a","cldn10l1b","cldn7a","cldn15lb","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q7T2E7","cldn7a","cldn15l","cldn7a","cldn15a","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","Q568F1","cldn7a","sb:cb574","cldn7a","-","Claudin-7-A","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000052843","physical","txid7955" +"Q6DHP1","F1R5J2","cldn7a","zgc:103419","cldn7a","cldn5b","Claudin-7-A","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000052843","physical","txid7955" +"Q6NUZ6","Q66I72","zgc:85723","JAM","Q6NUZ6","f11r.1","Claudin","Junctional adhesion molecule A (Junctional adhesion molecule 1)","string-db","7955.ENSDARP00000099952/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","F1QH81","zgc:85723","zgc:110625","Q6NUZ6","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","A0A2R8Q922","zgc:85723","cldn10l1b","Q6NUZ6","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","Q7T2E7","zgc:85723","cldn15l","Q6NUZ6","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","F1R5J2","zgc:85723","zgc:103419","Q6NUZ6","cldn5b","Claudin","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","A0A0G2L7R9","zgc:85723","Claudin-18","Q6NUZ6","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","Q567D5","zgc:85723","zgc:112141","Q6NUZ6","Q567D5","Claudin","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","Q8QHA3","zgc:85723","cldn10","Q6NUZ6","Q8QHA3","Claudin","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","E7FDA9","zgc:85723","cldn34a","Q6NUZ6","E7FDA9","Claudin","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","B0V349","zgc:85723","si:dkey-98f17.3","Q6NUZ6","B0V349","Claudin","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","Q1RLW4","zgc:85723","zgc:136755","Q6NUZ6","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","A4QNU3","zgc:85723","cldn11","Q6NUZ6","cldn11b","Claudin","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","F1QB03","zgc:85723","sr:nyz177","Q6NUZ6","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","Q90XR6","zgc:85723","b52b12","Q6NUZ6","Q90XR6","Claudin","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000064196","physical","txid7955" +"Q6NUZ6","A0A8M2BHN3","zgc:85723","zgc:92260","Q6NUZ6","A0A8M2BHN3","Claudin","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000064196","physical","txid7955" +"Q90XR8","Q7T2E7","wu:fa66b05","cldn15l","cldnb","cldn15a","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q9YH91","wu:fa66b05","cldnd","cldnb","cldnd","Claudin b (Cldnb protein)","Claudin-like protein ZF-A89 (Claudin d)","string-db","7955.ENSDARP00000025766/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q6DBT9","wu:fa66b05","zgc:91878","cldnb","Q6DBT9","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000062115/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q1RLW4","wu:fa66b05","zgc:136755","cldnb","Q1RLW4","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q561T6","wu:fa66b05","Claudin","cldnb","Q561T6","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000025285/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q567D5","wu:fa66b05","zgc:112141","cldnb","Q567D5","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q8QHA3","wu:fa66b05","cldn10","cldnb","Q8QHA3","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","A0A8M2BHQ8","wu:fa66b05","cb766","cldnb","A0A8M2BHQ8","Claudin b (Cldnb protein)","Tight junction protein 3 (Tight junction protein ZO-3)","string-db","7955.ENSDARP00000025259/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","A0A2R8Q922","wu:fa66b05","cldn10l1b","cldnb","cldn15lb","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","A4QNU3","wu:fa66b05","cldn11","cldnb","cldn11b","Claudin b (Cldnb protein)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","E7FDA9","wu:fa66b05","cldn34a","cldnb","E7FDA9","Claudin b (Cldnb protein)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q9YH90","wu:fa66b05","cldng","cldnb","cldng","Claudin b (Cldnb protein)","Claudin-like protein ZF-A9 (Claudin g)","string-db","7955.ENSDARP00000015898/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q6DHL0","wu:fa66b05","zgc:92247","cldnb","Q6DHL0","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000027131/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","F1QB03","wu:fa66b05","sr:nyz177","cldnb","F1QB03","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","B8JLG4","wu:fa66b05","cldn10","cldnb","B8JLG4","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000025611/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q568F1","wu:fa66b05","sb:cb574","cldnb","-","Claudin b (Cldnb protein)","Claudin 8-like (Zgc:110333)","string-db","7955.ENSDARP00000059483/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","A0A0G2L7R9","wu:fa66b05","Claudin-18","cldnb","A0A0G2L7R9","Claudin b (Cldnb protein)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q90XR9","wu:fa66b05","fb16e12","cldnb","cldne","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000063319/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q6DHP1","wu:fa66b05","cldn7a","cldnb","cldn7a","Claudin b (Cldnb protein)","Claudin-7-A","string-db","7955.ENSDARP00000052843/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","F1R5J2","wu:fa66b05","zgc:103419","cldnb","cldn5b","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q6NUZ6","wu:fa66b05","zgc:85723","cldnb","Q6NUZ6","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000064196/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","A0A8M2BHN3","wu:fa66b05","zgc:92260","cldnb","A0A8M2BHN3","Claudin b (Cldnb protein)","Claudin 2 (Claudin-14)","string-db","7955.ENSDARP00000065182/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","B0V349","wu:fa66b05","si:dkey-98f17.3","cldnb","B0V349","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","Q90XR6","wu:fa66b05","b52b12","cldnb","Q90XR6","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000013958","physical","txid7955" +"Q90XR8","F1QH81","wu:fa66b05","zgc:110625","cldnb","F1QH81","Claudin b (Cldnb protein)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000013958","physical","txid7955" +"E7FDA9","F1QH81","cldn34a","zgc:110625","E7FDA9","F1QH81","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","Q7T2E7","cldn34a","cldn15l","E7FDA9","cldn15a","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","F1QB03","cldn34a","sr:nyz177","E7FDA9","F1QB03","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","F1R5J2","cldn34a","zgc:103419","E7FDA9","cldn5b","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","A0A2R8Q922","cldn34a","cldn10l1b","E7FDA9","cldn15lb","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","Q1RLW4","cldn34a","zgc:136755","E7FDA9","Q1RLW4","Claudin 34a (Claudin-34)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000104954","physical","txid7955" +"E7FDA9","A0A0G2L7R9","cldn34a","Claudin-18","E7FDA9","A0A0G2L7R9","Claudin 34a (Claudin-34)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000104954","physical","txid7955" +"F1R5J2","F1QB03","zgc:103419","sr:nyz177","cldn5b","F1QB03","Claudin","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000116125","physical","txid7955" +"F1R5J2","A0A0G2L7R9","zgc:103419","Claudin-18","cldn5b","A0A0G2L7R9","Claudin","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000116125","physical","txid7955" +"F1R5J2","A0A2R8Q922","zgc:103419","cldn10l1b","cldn5b","cldn15lb","Claudin","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000116125","physical","txid7955" +"F1R5J2","Q1RLW4","zgc:103419","zgc:136755","cldn5b","Q1RLW4","Claudin","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000116125","physical","txid7955" +"F1R5J2","Q7T2E7","zgc:103419","cldn15l","cldn5b","cldn15a","Claudin","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000116125","physical","txid7955" +"F1R5J2","F1QH81","zgc:103419","zgc:110625","cldn5b","F1QH81","Claudin","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000116125","physical","txid7955" +"A0A8M2BHN3","Q567D5","zgc:92260","zgc:112141","A0A8M2BHN3","Q567D5","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000065460/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","Q90XR6","zgc:92260","b52b12","A0A8M2BHN3","Q90XR6","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000071321/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","F1R5J2","zgc:92260","zgc:103419","A0A8M2BHN3","cldn5b","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000116125/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","E7FDA9","zgc:92260","cldn34a","A0A8M2BHN3","E7FDA9","Claudin 2 (Claudin-14)","Claudin 34a (Claudin-34)","string-db","7955.ENSDARP00000104954/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","F1QB03","zgc:92260","sr:nyz177","A0A8M2BHN3","F1QB03","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000118625/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","A0A2R8Q922","zgc:92260","cldn10l1b","A0A8M2BHN3","cldn15lb","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000149686/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","B0V349","zgc:92260","si:dkey-98f17.3","A0A8M2BHN3","B0V349","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000090522/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","A4QNU3","zgc:92260","cldn11","A0A8M2BHN3","cldn11b","Claudin 2 (Claudin-14)","Claudin 11b (Claudin-11) (Cldn11 protein)","string-db","7955.ENSDARP00000096562/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","Q1RLW4","zgc:92260","zgc:136755","A0A8M2BHN3","Q1RLW4","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000132431/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","A0A0G2L7R9","zgc:92260","Claudin-18","A0A8M2BHN3","A0A0G2L7R9","Claudin 2 (Claudin-14)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","Q8QHA3","zgc:92260","cldn10","A0A8M2BHN3","Q8QHA3","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000076338/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","F1QH81","zgc:92260","zgc:110625","A0A8M2BHN3","F1QH81","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000138308/7955.ENSDARP00000065182","physical","txid7955" +"A0A8M2BHN3","Q7T2E7","zgc:92260","cldn15l","A0A8M2BHN3","cldn15a","Claudin 2 (Claudin-14)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000065182","physical","txid7955" +"E7F8D4","E2DGP8","Neurotrophin receptor-associated death domain","ngfrl","nradd","E2DGP8","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","Nerve growth factor receptor b (Nerve growth factor recptor)","string-db","7955.ENSDARP00000126756/7955.ENSDARP00000002813","physical","txid7955" +"E7F8D4","Q5RKN6","Neurotrophin receptor-associated death domain","zgc:103549","nradd","grb2a","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000002813","physical","txid7955" +"E7F8D4","E7FGW0","Neurotrophin receptor-associated death domain","Nerve growth factor receptor a","nradd","ngfra","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000002813","physical","txid7955" +"E7F8D4","Q6PC73","Neurotrophin receptor-associated death domain","grb2","nradd","grb2b","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000002813","physical","txid7955" +"E2DGP8","Q5RKN6","ngfrl","zgc:103549","E2DGP8","grb2a","Nerve growth factor receptor b (Nerve growth factor recptor)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000126756","physical","txid7955" +"E7FGW0","Q6PC73","Nerve growth factor receptor a","grb2","ngfra","grb2b","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","F1QSA4","Nerve growth factor receptor a","siglec-4","ngfra","mag","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","Q5RKN6","Nerve growth factor receptor a","zgc:103549","ngfra","grb2a","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","Q7T2E8","Nerve growth factor receptor a","rhoac","ngfra","rhoac","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","F1Q5Z8","Nerve growth factor receptor a","p62","ngfra","sqstm1","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","X1WGM0","Nerve growth factor receptor a","si:dkey-148h10.5","ngfra","si:dkey-148h10.5","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","F6NJE2","Nerve growth factor receptor a","Interleukin-1 receptor-associated kinase 1","ngfra","irak1","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","A0A8M1NIE6","Nerve growth factor receptor a","ikk2","ngfra","A0A8M1NIE6","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000112207","physical","txid7955" +"E7FGW0","E2DGP8","Nerve growth factor receptor a","ngfrl","ngfra","E2DGP8","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","Nerve growth factor receptor b (Nerve growth factor recptor)","string-db","7955.ENSDARP00000126756/7955.ENSDARP00000112207","physical","txid7955" +"Q6DBV8","Q58G59","zgc:91856","kif7","Q6DBV8","Q58G59","cAMP-dependent protein kinase (EC 2.7.11.11)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","A3KMS9","zgc:91856","zgc:158799","Q6DBV8","prkacaa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q6P3K7","zgc:91856","csnk1db","Q6DBV8","csnk1db","cAMP-dependent protein kinase (EC 2.7.11.11)","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","string-db","7955.ENSDARP00000014900/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q5I0F6","zgc:91856","prkar1a","Q6DBV8","prkar1aa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q6NW93","zgc:91856","prkar2a","Q6DBV8","prkar2ab","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000115860/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","F2Z4T4","zgc:91856","akap12","Q6DBV8","F2Z4T4","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 12b (A-kinase anchor protein 12 isoform 2)","string-db","7955.ENSDARP00000103304/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q5PRD4","zgc:91856","csnk1g1","Q6DBV8","csnk1g1","cAMP-dependent protein kinase (EC 2.7.11.11)","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","string-db","7955.ENSDARP00000138782/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","B8JIQ1","zgc:91856","si:dkeyp-80c12.7","Q6DBV8","gsk3bb","cAMP-dependent protein kinase (EC 2.7.11.11)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q503C4","zgc:91856","csnk1g2","Q6DBV8","csnk1g2a","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000056920/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q9YH60","zgc:91856","gsk3b","Q6DBV8","gsk3ba","cAMP-dependent protein kinase (EC 2.7.11.11)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q3ZB92","zgc:91856","prkacb","Q6DBV8","prkacbb","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q564A4","zgc:91856","bcl2","Q6DBV8","bcl2a","cAMP-dependent protein kinase (EC 2.7.11.11)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q0P446","zgc:91856","zgc:153415","Q6DBV8","csnk1g2b","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000091101/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q66IC9","zgc:91856","ropn1l","Q6DBV8","ropn1l","cAMP-dependent protein kinase (EC 2.7.11.11)","Ropporin-1-like protein","string-db","7955.ENSDARP00000123631/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q9W6T7","zgc:91856","psen1","Q6DBV8","Q9W6T7","cAMP-dependent protein kinase (EC 2.7.11.11)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","A0A0R4ICD5","zgc:91856","fb72f07","Q6DBV8","e2f4","cAMP-dependent protein kinase (EC 2.7.11.11)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","A9C3T0","zgc:91856","wu:fb55f12","Q6DBV8","prkar2aa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000048675/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q9I8V2","zgc:91856","smad1","Q6DBV8","Q9I8V2","cAMP-dependent protein kinase (EC 2.7.11.11)","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","string-db","7955.ENSDARP00000030150/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q6YLH7","zgc:91856","im:6902906","Q6DBV8","Q6YLH7","cAMP-dependent protein kinase (EC 2.7.11.11)","Caveolin","string-db","7955.ENSDARP00000034317/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q6P109","zgc:91856","zgc:77310","Q6DBV8","csnk1e","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000066390/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q7T2E3","zgc:91856","csnk1da","Q6DBV8","csnk1da","cAMP-dependent protein kinase (EC 2.7.11.11)","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","string-db","7955.ENSDARP00000003101/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","F1RBY1","zgc:91856","akap1","Q6DBV8","akap1b","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","string-db","7955.ENSDARP00000115383/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q7T374","zgc:91856","zgc:64054","Q6DBV8","Q7T374","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000023805/7955.ENSDARP00000002825","physical","txid7955" +"Q6DBV8","Q08C49","zgc:91856","Protein kinase, cAMP-dependent, regulatory, type I, beta","Q6DBV8","Q08C49","cAMP-dependent protein kinase (EC 2.7.11.11)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000002825","physical","txid7955" +"Q7T2E3","A0A2R8QPB8","csnk1da","adrbk2","csnk1da","grk3","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","Q6PBT1","csnk1da","zgc:73262","csnk1da","rps27.2","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","Q7T374","csnk1da","zgc:64054","csnk1da","Q7T374","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000023805/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","Q6P6E2","csnk1da","wu:fa91f03","csnk1da","Q6P6E2","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","Q3ZB92","csnk1da","prkacb","csnk1da","prkacbb","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","Q6P3K7","csnk1da","csnk1db","csnk1da","csnk1db","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","string-db","7955.ENSDARP00000014900/7955.ENSDARP00000003101","physical","txid7955" +"Q7T2E3","A3KMS9","csnk1da","zgc:158799","csnk1da","prkacaa","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000003101","physical","txid7955" +"Q9I8V2","Q1L8Y3","smad1","LOC564395","Q9I8V2","smad6b","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000091342/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A9JRZ0","smad1","smurf2","Q9I8V2","smurf2","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","string-db","7955.ENSDARP00000055490/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A0A2R8Q1W5","smad1","keap1b","Q9I8V2","keap1b","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","E7F6D8","smad1","Zinc finger FYVE domain-containing protein","Q9I8V2","E7F6D8","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Zinc finger FYVE domain-containing protein","string-db","7955.ENSDARP00000114103/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A3KMS9","smad1","zgc:158799","Q9I8V2","prkacaa","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","O93369","smad1","BMP2b","Q9I8V2","bmp2b","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A0A8M1N9U9","smad1","si:dkey-222b8.1","Q9I8V2","A0A8M1N9U9","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","Q9I9P9","smad1","smad2","Q9I8V2","smad2","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","Q8AY15","smad1","madh3","Q9I8V2","smad3a","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A0A8M2B5I7","smad1","im:7137698","Q9I8V2","A0A8M2B5I7","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","Q9W7E7","smad1","smad5","Q9I8V2","smad5","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","string-db","7955.ENSDARP00000054174/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","F1QXZ9","smad1","sma8","Q9I8V2","smad9","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","E7FFZ5","smad1","smad10b","Q9I8V2","E7FFZ5","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","Q9W629","smad1","bmpr1b","Q9I8V2","Q9W629","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","P52160","smad1","myca","Q9I8V2","P52160","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","Q3ZB92","smad1","prkacb","Q9I8V2","prkacbb","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","A0A140LGT1","smad1","unp1266","Q9I8V2","A0A140LGT1","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000030150","physical","txid7955" +"Q9I8V2","P52161","smad1","max","Q9I8V2","P52161","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000030150","physical","txid7955" +"Q6P109","P57095","zgc:77310","axin2","csnk1e","axin2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000066390","physical","txid7955" +"Q6P109","A3KMS9","zgc:77310","zgc:158799","csnk1e","prkacaa","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000066390","physical","txid7955" +"Q6P109","Q3ZB92","zgc:77310","prkacb","csnk1e","prkacbb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000066390","physical","txid7955" +"Q6P109","A0A2R8QPB8","zgc:77310","adrbk2","csnk1e","grk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000066390","physical","txid7955" +"Q6P109","B8JIQ1","zgc:77310","si:dkeyp-80c12.7","csnk1e","gsk3bb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000066390","physical","txid7955" +"Q6P109","P57094","zgc:77310","axin1","csnk1e","P57094","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000066390","physical","txid7955" +"F1RBY1","Q5I0F6","akap1","prkar1a","akap1b","prkar1aa","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000115383","physical","txid7955" +"F1RBY1","A3KMS9","akap1","zgc:158799","akap1b","prkacaa","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000115383","physical","txid7955" +"F1RBY1","Q08C49","akap1","Protein kinase, cAMP-dependent, regulatory, type I, beta","akap1b","Q08C49","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000115383","physical","txid7955" +"Q6YLH7","A0A8M6Z2B2","im:6902906","zgc:63694","Q6YLH7","A0A8M6Z2B2","Caveolin","High affinity cationic amino acid transporter 1 (Solute carrier family 7 member 1b)","string-db","7955.ENSDARP00000135330/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","Q3ZB92","im:6902906","prkacb","Q6YLH7","prkacbb","Caveolin","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","A3KMS9","im:6902906","zgc:158799","Q6YLH7","prkacaa","Caveolin","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","P57717","im:6902906","esr1","Q6YLH7","P57717","Caveolin","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","F1QG85","im:6902906","itgb1","Q6YLH7","F1QG85","Caveolin","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","E7F4H1","im:6902906","si:rp71-50c18.1","Q6YLH7","E7F4H1","Caveolin","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","string-db","7955.ENSDARP00000077055/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","F1QGX0","im:6902906","Integrin beta","Q6YLH7","itgb6","Caveolin","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","B3DIV2","im:6902906","itgb1","Q6YLH7","B3DIV2","Caveolin","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000034317","physical","txid7955" +"Q6YLH7","Q19U09","im:6902906","zgc:85632","Q6YLH7","itgb1b.2","Caveolin","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000034317","physical","txid7955" +"A0A0R4ICD5","P47794","fb72f07","ccne1","e2f4","P47794","E2F transcription factor 4 (Transcription factor E2F4)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000132304","physical","txid7955" +"A0A0R4ICD5","A3KMS9","fb72f07","zgc:158799","e2f4","prkacaa","E2F transcription factor 4 (Transcription factor E2F4)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000132304","physical","txid7955" +"A0A0R4ICD5","A0A2R8PY68","fb72f07","mcidas","e2f4","A0A2R8PY68","E2F transcription factor 4 (Transcription factor E2F4)","Multicilin (Multiciliate differentiation and DNA synthesis-associated cell cycle protein) (Protein Idas)","string-db","7955.ENSDARP00000146040/7955.ENSDARP00000132304","physical","txid7955" +"Q9W6T7","A0A8M1RKH6","psen1","Bax inhibitor 1","Q9W6T7","A0A8M1RKH6","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","Bax inhibitor 1","string-db","7955.ENSDARP00000142335/7955.ENSDARP00000136264","physical","txid7955" +"Q66IC9","A3KMS9","ropn1l","zgc:158799","ropn1l","prkacaa","Ropporin-1-like protein","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000123631","physical","txid7955" +"Q7T374","A3KMS9","zgc:64054","zgc:158799","Q7T374","prkacaa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q9YH60","zgc:64054","gsk3b","Q7T374","gsk3ba","cAMP-dependent protein kinase (EC 2.7.11.11)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","A9C3T0","zgc:64054","wu:fb55f12","Q7T374","prkar2aa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000048675/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","B8JIQ1","zgc:64054","si:dkeyp-80c12.7","Q7T374","gsk3bb","cAMP-dependent protein kinase (EC 2.7.11.11)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q0P446","zgc:64054","zgc:153415","Q7T374","csnk1g2b","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000091101/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q3ZB92","zgc:64054","prkacb","Q7T374","prkacbb","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q9W6T7","zgc:64054","psen1","Q7T374","Q9W6T7","cAMP-dependent protein kinase (EC 2.7.11.11)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q58G59","zgc:64054","kif7","Q7T374","Q58G59","cAMP-dependent protein kinase (EC 2.7.11.11)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q6NW93","zgc:64054","prkar2a","Q7T374","prkar2ab","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000115860/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q5PRD4","zgc:64054","csnk1g1","Q7T374","csnk1g1","cAMP-dependent protein kinase (EC 2.7.11.11)","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","string-db","7955.ENSDARP00000138782/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","A0A0R4ICD5","zgc:64054","fb72f07","Q7T374","e2f4","cAMP-dependent protein kinase (EC 2.7.11.11)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q503C4","zgc:64054","csnk1g2","Q7T374","csnk1g2a","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000056920/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q564A4","zgc:64054","bcl2","Q7T374","bcl2a","cAMP-dependent protein kinase (EC 2.7.11.11)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","F2Z4T4","zgc:64054","akap12","Q7T374","F2Z4T4","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 12b (A-kinase anchor protein 12 isoform 2)","string-db","7955.ENSDARP00000103304/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q5I0F6","zgc:64054","prkar1a","Q7T374","prkar1aa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q6YLH7","zgc:64054","im:6902906","Q7T374","Q6YLH7","cAMP-dependent protein kinase (EC 2.7.11.11)","Caveolin","string-db","7955.ENSDARP00000034317/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q6P109","zgc:64054","zgc:77310","Q7T374","csnk1e","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000066390/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","F1RBY1","zgc:64054","akap1","Q7T374","akap1b","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","string-db","7955.ENSDARP00000115383/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q08C49","zgc:64054","Protein kinase, cAMP-dependent, regulatory, type I, beta","Q7T374","Q08C49","cAMP-dependent protein kinase (EC 2.7.11.11)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q9I8V2","zgc:64054","smad1","Q7T374","Q9I8V2","cAMP-dependent protein kinase (EC 2.7.11.11)","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","string-db","7955.ENSDARP00000030150/7955.ENSDARP00000023805","physical","txid7955" +"Q7T374","Q66IC9","zgc:64054","ropn1l","Q7T374","ropn1l","cAMP-dependent protein kinase (EC 2.7.11.11)","Ropporin-1-like protein","string-db","7955.ENSDARP00000123631/7955.ENSDARP00000023805","physical","txid7955" +"A9C3T0","Q08C49","wu:fb55f12","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkar2aa","Q08C49","cAMP-dependent protein kinase type II-alpha regulatory subunit","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","Q6NW93","wu:fb55f12","prkar2a","prkar2aa","prkar2ab","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000115860/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","Q3ZB92","wu:fb55f12","prkacb","prkar2aa","prkacbb","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","F1QN39","wu:fb55f12","Protein kinase X-linked","prkar2aa","prkx","cAMP-dependent protein kinase type II-alpha regulatory subunit","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","string-db","7955.ENSDARP00000117890/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","A0A140LGZ4","wu:fb55f12","A-kinase anchor protein 14","prkar2aa","si:dkeyp-81f3.4","cAMP-dependent protein kinase type II-alpha regulatory subunit","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","string-db","7955.ENSDARP00000142524/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","Q5I0F6","wu:fb55f12","prkar1a","prkar2aa","prkar1aa","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","F1RBY1","wu:fb55f12","akap1","prkar2aa","akap1b","cAMP-dependent protein kinase type II-alpha regulatory subunit","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","string-db","7955.ENSDARP00000115383/7955.ENSDARP00000048675","physical","txid7955" +"A9C3T0","A3KMS9","wu:fb55f12","zgc:158799","prkar2aa","prkacaa","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000048675","physical","txid7955" +"Q08C49","A0A140LGZ4","Protein kinase, cAMP-dependent, regulatory, type I, beta","A-kinase anchor protein 14","Q08C49","si:dkeyp-81f3.4","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","string-db","7955.ENSDARP00000142524/7955.ENSDARP00000140440","physical","txid7955" +"A3KMS9","Q5PRD4","zgc:158799","csnk1g1","prkacaa","csnk1g1","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","string-db","7955.ENSDARP00000138782/7955.ENSDARP00000135348","physical","txid7955" +"A3KMS9","Q08C49","zgc:158799","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkacaa","Q08C49","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000135348","physical","txid7955" +"A3KMS9","Q9W6T7","zgc:158799","psen1","prkacaa","Q9W6T7","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000135348","physical","txid7955" +"Q5PRD4","A0A2R8QPB8","csnk1g1","adrbk2","csnk1g1","grk3","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000138782","physical","txid7955" +"Q5I0F6","Q08C49","prkar1a","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkar1aa","Q08C49","cAMP-dependent protein kinase type I-alpha regulatory subunit","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000121293","physical","txid7955" +"Q5I0F6","A0A140LGZ4","prkar1a","A-kinase anchor protein 14","prkar1aa","si:dkeyp-81f3.4","cAMP-dependent protein kinase type I-alpha regulatory subunit","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","string-db","7955.ENSDARP00000142524/7955.ENSDARP00000121293","physical","txid7955" +"Q5I0F6","A3KMS9","prkar1a","zgc:158799","prkar1aa","prkacaa","cAMP-dependent protein kinase type I-alpha regulatory subunit","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000121293","physical","txid7955" +"Q564A4","A0A8M2BJP0","bcl2","mg:cb01g09","bcl2a","A0A8M2BJP0","B-cell leukemia/lymphoma 2 (Bcl2)","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000120749","physical","txid7955" +"Q564A4","A0A8M1RKH6","bcl2","Bax inhibitor 1","bcl2a","A0A8M1RKH6","B-cell leukemia/lymphoma 2 (Bcl2)","Bax inhibitor 1","string-db","7955.ENSDARP00000142335/7955.ENSDARP00000120749","physical","txid7955" +"Q564A4","A3KMS9","bcl2","zgc:158799","bcl2a","prkacaa","B-cell leukemia/lymphoma 2 (Bcl2)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000120749","physical","txid7955" +"Q564A4","F8W266","bcl2","Apoptosis regulator Bcl-2","bcl2a","F8W266","B-cell leukemia/lymphoma 2 (Bcl2)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000120749","physical","txid7955" +"Q564A4","A0A386CAB9","bcl2","nlrp1","bcl2a","A0A386CAB9","B-cell leukemia/lymphoma 2 (Bcl2)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000120749","physical","txid7955" +"Q9YH60","F1QHN6","gsk3b","im:7042025","gsk3ba","ubc","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q9I903","gsk3b","icat","gsk3ba","ctnnbip1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","string-db","7955.ENSDARP00000056864/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A2R8QFQ6","gsk3b","fbxw11a","gsk3ba","A0A2R8QFQ6","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q6YLH9","gsk3b","CAV1","gsk3ba","cav1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","P57094","gsk3b","axin1","gsk3ba","P57094","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q803G3","gsk3b","fc05c02","gsk3ba","ppp2cb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q6NYS3","gsk3b","Cul1","gsk3ba","cul1a","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A4QP33","gsk3b","ppp2r5c","gsk3ba","ppp2r5cb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A2R8PYI8","gsk3b","eni","gsk3ba","A0A2R8PYI8","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q9DFS6","gsk3b","eif4ea","gsk3ba","Q9DFS6","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q8JHE0","gsk3b","CHUNP6894","gsk3ba","csnk1a1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F1QTJ4","gsk3b","LRP6","gsk3ba","F1QTJ4","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A5PMV7","gsk3b","ppp2r1a","gsk3ba","ppp2r1ba","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q6P109","gsk3b","zgc:77310","gsk3ba","csnk1e","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000066390/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","P57095","gsk3b","axin2","gsk3ba","axin2","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","P51029","gsk3b","wnt8b","gsk3ba","P51029","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Protein Wnt-8b","string-db","7955.ENSDARP00000049623/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q567Y8","gsk3b","ppp2ca","gsk3ba","ppp2caa","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A4FUL3","gsk3b","im:7137515","gsk3ba","rbx1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A0G2KHX4","gsk3b","fc16b02","gsk3ba","A0A0G2KHX4","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","E7F737","gsk3b","dvl3","gsk3ba","dvl3b","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q7SXA3","gsk3b","zgc:66168","gsk3ba","rps27a","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A0N4SUD2","gsk3b","Ubi-p63E","gsk3ba","ubb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F1QGH7","gsk3b","ctnnb1","gsk3ba","ctnnb1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F1QNA4","gsk3b","dvl1","gsk3ba","dvl1b","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F1Q9Y3","gsk3b","Serine/threonine protein phosphatase 2A regulatory subunit","gsk3ba","ppp2r5b","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","U3JA39","gsk3b","fbxo11b","gsk3ba","fbxo11a","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","F-box only protein 11 isoform X1 (F-box protein 11a)","string-db","7955.ENSDARP00000127104/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","P51028","gsk3b","wnt8a","gsk3ba","P51028","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","B3DJ49","gsk3b","zgc:194774","gsk3ba","B3DJ49","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","B3DIG4","gsk3b","fzd8c","gsk3ba","B3DIG4","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","string-db","7955.ENSDARP00000036600/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F1RDM5","gsk3b","amer1","gsk3ba","amer1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","F6NJE0","gsk3b","ankrd6","gsk3ba","ankrd6b","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","string-db","7955.ENSDARP00000118157/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q9YI01","gsk3b","Gbp protein","gsk3ba","gbp","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Gbp protein (Glycogen synthase kinase-binding protein)","string-db","7955.ENSDARP00000058586/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q58G59","gsk3b","kif7","gsk3ba","Q58G59","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A0R4IJR2","gsk3b","fbxo11","gsk3ba","A0A0R4IJR2","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q3ZB92","gsk3b","prkacb","gsk3ba","prkacbb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A0A0R4IWH7","gsk3b","cb965","gsk3ba","A0A0R4IWH7","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","A3KMS9","gsk3b","zgc:158799","gsk3ba","prkacaa","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q9YI00","gsk3b","zg05","gsk3ba","fzd8a","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","B8JIQ1","gsk3b","si:dkeyp-80c12.7","gsk3ba","gsk3bb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","Q7ZUQ2","gsk3b","ppp2r5e1","gsk3ba","ppp2r5eb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000027785","physical","txid7955" +"Q9YH60","P24257","gsk3b","wnt1","gsk3ba","wnt1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Protein Wnt-1","string-db","7955.ENSDARP00000072397/7955.ENSDARP00000027785","physical","txid7955" +"Q6P3K7","Q3ZB92","csnk1db","prkacb","csnk1db","prkacbb","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000014900","physical","txid7955" +"Q6P3K7","A0A2R8QPB8","csnk1db","adrbk2","csnk1db","grk3","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000014900","physical","txid7955" +"Q6P3K7","Q7T374","csnk1db","zgc:64054","csnk1db","Q7T374","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000023805/7955.ENSDARP00000014900","physical","txid7955" +"Q6P3K7","Q6PBT1","csnk1db","zgc:73262","csnk1db","rps27.2","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000014900","physical","txid7955" +"Q6P3K7","A3KMS9","csnk1db","zgc:158799","csnk1db","prkacaa","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000014900","physical","txid7955" +"Q6P3K7","Q6P6E2","csnk1db","wu:fa91f03","csnk1db","Q6P6E2","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000014900","physical","txid7955" +"F2Z4T4","A3KMS9","akap12","zgc:158799","F2Z4T4","prkacaa","A kinase (PRKA) anchor protein 12b (A-kinase anchor protein 12 isoform 2)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000103304","physical","txid7955" +"Q3ZB92","Q0P446","prkacb","zgc:153415","prkacbb","csnk1g2b","cAMP-dependent protein kinase (EC 2.7.11.11)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000091101/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q9W6T7","prkacb","psen1","prkacbb","Q9W6T7","cAMP-dependent protein kinase (EC 2.7.11.11)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q6NW93","prkacb","prkar2a","prkacbb","prkar2ab","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type II-alpha regulatory subunit","string-db","7955.ENSDARP00000115860/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","F1RBY1","prkacb","akap1","prkacbb","akap1b","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","string-db","7955.ENSDARP00000115383/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","A0A0R4ICD5","prkacb","fb72f07","prkacbb","e2f4","cAMP-dependent protein kinase (EC 2.7.11.11)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q66IC9","prkacb","ropn1l","prkacbb","ropn1l","cAMP-dependent protein kinase (EC 2.7.11.11)","Ropporin-1-like protein","string-db","7955.ENSDARP00000123631/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q08C49","prkacb","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkacbb","Q08C49","cAMP-dependent protein kinase (EC 2.7.11.11)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q564A4","prkacb","bcl2","prkacbb","bcl2a","cAMP-dependent protein kinase (EC 2.7.11.11)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q5I0F6","prkacb","prkar1a","prkacbb","prkar1aa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","A3KMS9","prkacb","zgc:158799","prkacbb","prkacaa","cAMP-dependent protein kinase (EC 2.7.11.11)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","F2Z4T4","prkacb","akap12","prkacbb","F2Z4T4","cAMP-dependent protein kinase (EC 2.7.11.11)","A kinase (PRKA) anchor protein 12b (A-kinase anchor protein 12 isoform 2)","string-db","7955.ENSDARP00000103304/7955.ENSDARP00000076580","physical","txid7955" +"Q3ZB92","Q5PRD4","prkacb","csnk1g1","prkacbb","csnk1g1","cAMP-dependent protein kinase (EC 2.7.11.11)","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","string-db","7955.ENSDARP00000138782/7955.ENSDARP00000076580","physical","txid7955" +"Q503C4","A0A2R8QPB8","csnk1g2","adrbk2","csnk1g2a","grk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000056920","physical","txid7955" +"Q503C4","Q3ZB92","csnk1g2","prkacb","csnk1g2a","prkacbb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000056920","physical","txid7955" +"Q503C4","A3KMS9","csnk1g2","zgc:158799","csnk1g2a","prkacaa","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000056920","physical","txid7955" +"Q0P446","A3KMS9","zgc:153415","zgc:158799","csnk1g2b","prkacaa","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000091101","physical","txid7955" +"Q0P446","A0A2R8QPB8","zgc:153415","adrbk2","csnk1g2b","grk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000091101","physical","txid7955" +"Q6NW93","A0A140LGZ4","prkar2a","A-kinase anchor protein 14","prkar2ab","si:dkeyp-81f3.4","cAMP-dependent protein kinase type II-alpha regulatory subunit","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","string-db","7955.ENSDARP00000142524/7955.ENSDARP00000115860","physical","txid7955" +"Q6NW93","Q08C49","prkar2a","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkar2ab","Q08C49","cAMP-dependent protein kinase type II-alpha regulatory subunit","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000115860","physical","txid7955" +"Q6NW93","F1QN39","prkar2a","Protein kinase X-linked","prkar2ab","prkx","cAMP-dependent protein kinase type II-alpha regulatory subunit","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","string-db","7955.ENSDARP00000117890/7955.ENSDARP00000115860","physical","txid7955" +"Q6NW93","Q5I0F6","prkar2a","prkar1a","prkar2ab","prkar1aa","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000115860","physical","txid7955" +"Q6NW93","A3KMS9","prkar2a","zgc:158799","prkar2ab","prkacaa","cAMP-dependent protein kinase type II-alpha regulatory subunit","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000115860","physical","txid7955" +"B8JIQ1","F6NJE0","si:dkeyp-80c12.7","ankrd6","gsk3bb","ankrd6b","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","string-db","7955.ENSDARP00000118157/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","P57095","si:dkeyp-80c12.7","axin2","gsk3bb","axin2","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","U3JA39","si:dkeyp-80c12.7","fbxo11b","gsk3bb","fbxo11a","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","F-box only protein 11 isoform X1 (F-box protein 11a)","string-db","7955.ENSDARP00000127104/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","F1QGH7","si:dkeyp-80c12.7","ctnnb1","gsk3bb","ctnnb1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","P57094","si:dkeyp-80c12.7","axin1","gsk3bb","P57094","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","Q3ZB92","si:dkeyp-80c12.7","prkacb","gsk3bb","prkacbb","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","A3KMS9","si:dkeyp-80c12.7","zgc:158799","gsk3bb","prkacaa","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","F1RDM5","si:dkeyp-80c12.7","amer1","gsk3bb","amer1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","Q8JHE0","si:dkeyp-80c12.7","CHUNP6894","gsk3bb","csnk1a1","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000068806","physical","txid7955" +"B8JIQ1","A0A0R4IJR2","si:dkeyp-80c12.7","fbxo11","gsk3bb","A0A0R4IJR2","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000068806","physical","txid7955" +"Q58G59","Q803Q2","kif7","ndel1b","Q58G59","ndel1b","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1RAK1","kif7","fj55b02","Q58G59","-","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QN54","kif7","kif3b","Q58G59","kif3b","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","E7F0X8","kif7","StAR-related lipid transfer","Q58G59","stard9","Kinesin-like protein kif7 (Kinesin-like protein costal2)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","B0S7G2","kif7","si:ch211-61f14.1","Q58G59","B0S7G2","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","E7F084","kif7","Kinesin family member 13Bb","Q58G59","E7F084","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","X1WHC0","kif7","Kinesin family member 1Aa","Q58G59","X1WHC0","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QAC4","kif7","GLI family zinc finger 1","Q58G59","gli1","Kinesin-like protein kif7 (Kinesin-like protein costal2)","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","E9QB71","kif7","fc55h04","Q58G59","kif3a","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QDF0","kif7","wu:fi34h02","Q58G59","kif20a","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","E7FAN6","kif7","Kinesin family member 20Ba","Q58G59","kif20ba","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F8W409","kif7","Kinesin family member 21A","Q58G59","F8W409","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QW58","kif7","kif3c","Q58G59","kif3cb","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","A8WFU8","kif7","kif22","Q58G59","A8WFU8","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","Q3ZB92","kif7","prkacb","Q58G59","prkacbb","Kinesin-like protein kif7 (Kinesin-like protein costal2)","cAMP-dependent protein kinase (EC 2.7.11.11)","string-db","7955.ENSDARP00000076580/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1RCT7","kif7","Kinesin family member 16Bb","Q58G59","kif16bb","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","A0A0R4IWI7","kif7","kif5a","Q58G59","kif5aa","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1Q554","kif7","si:dkey-39e8.3","Q58G59","kif14","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","A3KMS9","kif7","zgc:158799","Q58G59","prkacaa","Kinesin-like protein kif7 (Kinesin-like protein costal2)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","X1WFZ0","kif7","Kinesin family member 13Ba","Q58G59","kif13ba","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QV34","kif7","Kinesin-like protein","Q58G59","F1QV34","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","A0A0R4IRM1","kif7","kif5bb","Q58G59","A0A0R4IRM1","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","Q08CF1","kif7","zgc:153164","Q58G59","Q08CF1","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","Q1LUU7","kif7","fc27e02","Q58G59","kifc1","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QBV5","kif7","unm_st43","Q58G59","kif1b","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","Q568G6","kif7","Kinesin light chain 4","Q58G59","Q568G6","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","A0A8M1NGN8","kif7","si:ch211-157c24.3","Q58G59","A0A8M1NGN8","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1R5M2","kif7","Kinesin-like protein","Q58G59","kif5ba","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","X1WGN9","kif7","Kinesin family member 20Bb","Q58G59","kif20bb","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000041576","physical","txid7955" +"Q58G59","F1QYE9","kif7","si:dkey-86l18.8","Q58G59","F1QYE9","Kinesin-like protein kif7 (Kinesin-like protein costal2)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000041576","physical","txid7955" +"F1QVC6","B8JHR3","zgc:77449","gtf2f2","srsf9","gtf2f2a","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7ZV13","zgc:77449","sfrs2","srsf9","srsf2a","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","A5WWG4","zgc:77449","sfrs3","srsf9","srsf3b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","F1RDV9","zgc:77449","zgc:171795","srsf9","F1RDV9","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q5XJS5","zgc:77449","thoc6","srsf9","Q5XJS5","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q568H8","zgc:77449","DNA-directed RNA polymerases I, II, and III subunit RPABC3","srsf9","polr2h","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","A0A8M2BGM4","zgc:77449","fc32e10","srsf9","A0A8M2BGM4","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6NY52","zgc:77449","thoc5","srsf9","Q6NY52","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q1ECZ4","zgc:77449","casc3","srsf9","casc3","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7ZW41","zgc:77449","polr2g","srsf9","polr2g","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q8JGR6","zgc:77449","ncbp2","srsf9","ncbp2","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","F1QNX7","zgc:77449","upf3b","srsf9","upf3b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","string-db","7955.ENSDARP00000011948/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q5U3F2","zgc:77449","slu7","srsf9","Q5U3F2","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6DHJ0","zgc:77449","sfrs5b","srsf9","srsf5b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","F1QXF4","zgc:77449","THO","srsf9","thoc2","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6NYA0","zgc:77449","srsf1b","srsf9","srsf1b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6DGZ3","zgc:77449","thoc7","srsf9","thoc7","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","THO complex subunit 7 homolog","string-db","7955.ENSDARP00000022217/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6NZT9","zgc:77449","zgc:55876","srsf9","srsf2b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7ZV11","zgc:77449","wu:fk48d01","srsf9","polr2c","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6DEG5","zgc:77449","polr2e","srsf9","polr2eb","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q566Y8","zgc:77449","magoh","srsf9","magoh","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7ZW44","zgc:77449","zgc:55292","srsf9","chtopa","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6AXK9","zgc:77449","zgc:100815","srsf9","thoc3","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q5SNY2","zgc:77449","papolb","srsf9","Q5SNY2","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q1LVK2","zgc:77449","zgc:103515","srsf9","polr2i","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","A0A0R4IMS9","zgc:77449","DNA-directed RNA polymerase subunit","srsf9","polr2a","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","A5D6S6","zgc:77449","DNA-directed RNA polymerases I, II, and III subunit RPABC5","srsf9","polr2l","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q4V8Q5","zgc:77449","sfrs7","srsf9","srsf7b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6NUT4","zgc:77449","zgc:85979","srsf9","pabpn1","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6P022","zgc:77449","wu:fb73g02","srsf9","Q6P022","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7ZVA6","zgc:77449","eif4a3","srsf9","Q7ZVA6","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q7SXU7","zgc:77449","bat1","srsf9","ddx39b","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q5D018","zgc:77449","rbm8a","srsf9","rbm8a","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q4VBU5","zgc:77449","zgc:110005","srsf9","polr2j","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","F1Q7H6","zgc:77449","nxf1","srsf9","nxf1","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000002874","physical","txid7955" +"F1QVC6","Q6PG31","zgc:77449","rnps1","srsf9","Q6PG31","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000002874","physical","txid7955" +"Q6DHJ0","Q7ZVA6","sfrs5b","eif4a3","srsf5b","Q7ZVA6","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000122656","physical","txid7955" +"Q6DHJ0","A0A0R4IMS9","sfrs5b","DNA-directed RNA polymerase subunit","srsf5b","polr2a","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000122656","physical","txid7955" +"Q6DHJ0","Q6NZT9","sfrs5b","zgc:55876","srsf5b","srsf2b","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000122656","physical","txid7955" +"Q6DHJ0","Q6PG31","sfrs5b","rnps1","srsf5b","Q6PG31","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000122656","physical","txid7955" +"Q6DHJ0","Q4V8Q5","sfrs5b","sfrs7","srsf5b","srsf7b","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000122656","physical","txid7955" +"Q5SNY2","F1QFK9","papolb","fc22d10","Q5SNY2","cstf1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q6PFJ1","papolb","ngdn","Q5SNY2","Q6PFJ1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q4V8Q5","papolb","sfrs7","Q5SNY2","srsf7b","polynucleotide adenylyltransferase (EC 2.7.7.19)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q5U3F2","papolb","slu7","Q5SNY2","Q5U3F2","polynucleotide adenylyltransferase (EC 2.7.7.19)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q6NUT4","papolb","zgc:85979","Q5SNY2","pabpn1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q6NWC6","papolb","cpsf6","Q5SNY2","cpsf6","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","F1QVV4","papolb","zgc:92484","Q5SNY2","cpsf2","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q7ZU92","papolb","parn","Q5SNY2","Q7ZU92","polynucleotide adenylyltransferase (EC 2.7.7.19)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","A5WWG4","papolb","sfrs3","Q5SNY2","srsf3b","polynucleotide adenylyltransferase (EC 2.7.7.19)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q5XJD3","papolb","fip1l1","Q5SNY2","Q5XJD3","polynucleotide adenylyltransferase (EC 2.7.7.19)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","U3JAJ0","papolb","zgc:110570","Q5SNY2","U3JAJ0","polynucleotide adenylyltransferase (EC 2.7.7.19)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","A0A0R4IC37","papolb","cpsf1","Q5SNY2","cpsf1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q6DHJ0","papolb","sfrs5b","Q5SNY2","srsf5b","polynucleotide adenylyltransferase (EC 2.7.7.19)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","E7F3I6","papolb","clp1","Q5SNY2","clp1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","Q6NYA0","papolb","srsf1b","Q5SNY2","srsf1b","polynucleotide adenylyltransferase (EC 2.7.7.19)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000053857","physical","txid7955" +"Q5SNY2","A0A0R4I9D6","papolb","Symplekin","Q5SNY2","sympk","polynucleotide adenylyltransferase (EC 2.7.7.19)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000053857","physical","txid7955" +"Q7ZW44","Q5U3F2","zgc:55292","slu7","chtopa","Q5U3F2","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q6NYA0","zgc:55292","srsf1b","chtopa","srsf1b","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","A5WWG4","zgc:55292","sfrs3","chtopa","srsf3b","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","A0A8M2BGM4","zgc:55292","fc32e10","chtopa","A0A8M2BGM4","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q6PG31","zgc:55292","rnps1","chtopa","Q6PG31","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q7ZV13","zgc:55292","sfrs2","chtopa","srsf2a","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q4V8Q5","zgc:55292","sfrs7","chtopa","srsf7b","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","F1QXF4","zgc:55292","THO","chtopa","thoc2","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q6DHJ0","zgc:55292","sfrs5b","chtopa","srsf5b","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q6NZT9","zgc:55292","zgc:55876","chtopa","srsf2b","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000074293","physical","txid7955" +"Q7ZW44","Q7ZVA6","zgc:55292","eif4a3","chtopa","Q7ZVA6","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000074293","physical","txid7955" +"F1QXF4","A0A8M2BGM4","THO","fc32e10","thoc2","A0A8M2BGM4","THO complex subunit 2","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q6NZT9","THO","zgc:55876","thoc2","srsf2b","THO complex subunit 2","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q6NYA0","THO","srsf1b","thoc2","srsf1b","THO complex subunit 2","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q7ZVA6","THO","eif4a3","thoc2","Q7ZVA6","THO complex subunit 2","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q6PG31","THO","rnps1","thoc2","Q6PG31","THO complex subunit 2","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q4V8Q5","THO","sfrs7","thoc2","srsf7b","THO complex subunit 2","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","A0A2R8QLK1","THO","Si:dkeyp-97b10.3","thoc2","si:dkeyp-97b10.3","THO complex subunit 2","Si:dkeyp-97b10.3","string-db","7955.ENSDARP00000156303/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","A5WWG4","THO","sfrs3","thoc2","srsf3b","THO complex subunit 2","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q5U3F2","THO","slu7","thoc2","Q5U3F2","THO complex subunit 2","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000097404","physical","txid7955" +"F1QXF4","Q6DHJ0","THO","sfrs5b","thoc2","srsf5b","THO complex subunit 2","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000097404","physical","txid7955" +"Q1ECZ4","F1R543","casc3","pom121","casc3","-","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q5U3F2","casc3","slu7","casc3","Q5U3F2","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","E7EXJ6","casc3","Nucleoporin NUP188","casc3","nup188","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q7ZVA6","casc3","eif4a3","casc3","Q7ZVA6","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q566Y8","casc3","magoh","casc3","magoh","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6PC41","casc3","zgc:73118","casc3","sap18","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","F1Q7H6","casc3","nxf1","casc3","nxf1","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6DHJ0","casc3","sfrs5b","casc3","srsf5b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","E7F981","casc3","im:7151238","casc3","nup98","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","F1QXF4","casc3","THO","casc3","thoc2","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","F1QC46","casc3","Nuclear pore membrane glycoprotein 210","casc3","nup210","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6NZT9","casc3","zgc:55876","casc3","srsf2b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6PG31","casc3","rnps1","casc3","Q6PG31","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6AXK9","casc3","zgc:100815","casc3","thoc3","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q5XJS5","casc3","thoc6","casc3","Q5XJS5","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q7SXU7","casc3","bat1","casc3","ddx39b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q7ZV13","casc3","sfrs2","casc3","srsf2a","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6NYA0","casc3","srsf1b","casc3","srsf1b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6NY52","casc3","thoc5","casc3","Q6NY52","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q7ZV92","casc3","prp19","casc3","prpf19","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q4V8Q5","casc3","sfrs7","casc3","srsf7b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6P0U9","casc3","nup42","casc3","Q6P0U9","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6DBY0","casc3","nup85","casc3","Q6DBY0","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","A0A0R4IVZ0","casc3","fd23d09","casc3","nup153","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6NW98","casc3","zgc:85873","casc3","aaas","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","B0S733","casc3","upf3a","casc3","B0S733","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","A5WWG4","casc3","sfrs3","casc3","srsf3b","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q6PH11","casc3","pym1","casc3","pym1","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","string-db","7955.ENSDARP00000136874/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","Q7ZW44","casc3","zgc:55292","casc3","chtopa","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000040064","physical","txid7955" +"Q1ECZ4","A0A8M2BGM4","casc3","fc32e10","casc3","A0A8M2BGM4","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000040064","physical","txid7955" +"Q566Y8","Q6DBY0","magoh","nup85","magoh","Q6DBY0","Protein mago nashi homolog","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","A0A8M2BGM4","magoh","fc32e10","magoh","A0A8M2BGM4","Protein mago nashi homolog","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6NW98","magoh","zgc:85873","magoh","aaas","Protein mago nashi homolog","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6PH11","magoh","pym1","magoh","pym1","Protein mago nashi homolog","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","string-db","7955.ENSDARP00000136874/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6PG31","magoh","rnps1","magoh","Q6PG31","Protein mago nashi homolog","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","A5WWG4","magoh","sfrs3","magoh","srsf3b","Protein mago nashi homolog","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6NYA0","magoh","srsf1b","magoh","srsf1b","Protein mago nashi homolog","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","A0A0R4IVZ0","magoh","fd23d09","magoh","nup153","Protein mago nashi homolog","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q7ZV13","magoh","sfrs2","magoh","srsf2a","Protein mago nashi homolog","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","F1Q7H6","magoh","nxf1","magoh","nxf1","Protein mago nashi homolog","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q5U3F2","magoh","slu7","magoh","Q5U3F2","Protein mago nashi homolog","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6AXK9","magoh","zgc:100815","magoh","thoc3","Protein mago nashi homolog","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","F1R543","magoh","pom121","magoh","-","Protein mago nashi homolog","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6NZT9","magoh","zgc:55876","magoh","srsf2b","Protein mago nashi homolog","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6PC41","magoh","zgc:73118","magoh","sap18","Protein mago nashi homolog","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q6DHJ0","magoh","sfrs5b","magoh","srsf5b","Protein mago nashi homolog","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","F1QC46","magoh","Nuclear pore membrane glycoprotein 210","magoh","nup210","Protein mago nashi homolog","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","B0S733","magoh","upf3a","magoh","B0S733","Protein mago nashi homolog","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q7ZVA6","magoh","eif4a3","magoh","Q7ZVA6","Protein mago nashi homolog","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","F1QXF4","magoh","THO","magoh","thoc2","Protein mago nashi homolog","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q7ZW44","magoh","zgc:55292","magoh","chtopa","Protein mago nashi homolog","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","E7F981","magoh","im:7151238","magoh","nup98","Protein mago nashi homolog","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000056404","physical","txid7955" +"Q566Y8","Q4V8Q5","magoh","sfrs7","magoh","srsf7b","Protein mago nashi homolog","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000056404","physical","txid7955" +"F1Q7H6","Q7ZV13","nxf1","sfrs2","nxf1","srsf2a","Nuclear RNA export factor 1","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6DBY0","nxf1","nup85","nxf1","Q6DBY0","Nuclear RNA export factor 1","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6DHJ0","nxf1","sfrs5b","nxf1","srsf5b","Nuclear RNA export factor 1","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6NWC6","nxf1","cpsf6","nxf1","cpsf6","Nuclear RNA export factor 1","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","A5WWG4","nxf1","sfrs3","nxf1","srsf3b","Nuclear RNA export factor 1","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","F1QC46","nxf1","Nuclear pore membrane glycoprotein 210","nxf1","nup210","Nuclear RNA export factor 1","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","B0S733","nxf1","upf3a","nxf1","B0S733","Nuclear RNA export factor 1","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6NYA0","nxf1","srsf1b","nxf1","srsf1b","Nuclear RNA export factor 1","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","F1R543","nxf1","pom121","nxf1","-","Nuclear RNA export factor 1","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q7ZW44","nxf1","zgc:55292","nxf1","chtopa","Nuclear RNA export factor 1","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6NW98","nxf1","zgc:85873","nxf1","aaas","Nuclear RNA export factor 1","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q4V8Q5","nxf1","sfrs7","nxf1","srsf7b","Nuclear RNA export factor 1","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","A0A0R4IVZ0","nxf1","fd23d09","nxf1","nup153","Nuclear RNA export factor 1","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6PG31","nxf1","rnps1","nxf1","Q6PG31","Nuclear RNA export factor 1","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","E7F981","nxf1","im:7151238","nxf1","nup98","Nuclear RNA export factor 1","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","E9QCN6","nxf1","zgc:153074","nxf1","nxt2","Nuclear RNA export factor 1","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","F1RCY7","nxf1","RNA-binding motif protein 15","nxf1","rbm15","Nuclear RNA export factor 1","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6NZT9","nxf1","zgc:55876","nxf1","srsf2b","Nuclear RNA export factor 1","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q5U3F2","nxf1","slu7","nxf1","Q5U3F2","Nuclear RNA export factor 1","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","F1QXF4","nxf1","THO","nxf1","thoc2","Nuclear RNA export factor 1","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q6AXK9","nxf1","zgc:100815","nxf1","thoc3","Nuclear RNA export factor 1","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","Q7ZVA6","nxf1","eif4a3","nxf1","Q7ZVA6","Nuclear RNA export factor 1","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000071848","physical","txid7955" +"F1Q7H6","A0A8M2BGM4","nxf1","fc32e10","nxf1","A0A8M2BGM4","Nuclear RNA export factor 1","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000071848","physical","txid7955" +"F1QNX7","A2CEI4","upf3b","nup88","upf3b","nup88","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6PG31","upf3b","rnps1","upf3b","Q6PG31","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6P0U9","upf3b","nup42","upf3b","Q6P0U9","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7SXU7","upf3b","bat1","upf3b","ddx39b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6IQL3","upf3b","Peptidyl-prolyl cis-trans isomerase","upf3b","ppil3","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000044646/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6NY52","upf3b","thoc5","upf3b","Q6NY52","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6GQN4","upf3b","fam32al","upf3b","fam32al","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Protein FAM32A-like","string-db","7955.ENSDARP00000108572/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6DBY0","upf3b","nup85","upf3b","Q6DBY0","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6NYA0","upf3b","srsf1b","upf3b","srsf1b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q566Y8","upf3b","magoh","upf3b","magoh","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q5D018","upf3b","rbm8a","upf3b","rbm8a","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6PC41","upf3b","zgc:73118","upf3b","sap18","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q8JGR6","upf3b","ncbp2","upf3b","ncbp2","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q568K9","upf3b","fam50a","upf3b","Q568K9","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Protein FAM50A","string-db","7955.ENSDARP00000028381/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1Q8W0","upf3b","cactin","upf3b","F1Q8W0","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Splicing factor Cactin (zCactin)","string-db","7955.ENSDARP00000078145/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6NZT9","upf3b","zgc:55876","upf3b","srsf2b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1R543","upf3b","pom121","upf3b","-","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","E7F981","upf3b","im:7151238","upf3b","nup98","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1R0M4","upf3b","zgc:56390","upf3b","fus","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7SZC5","upf3b","ndc1","upf3b","Q7SZC5","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoporin NDC1 (Transmembrane protein 48)","string-db","7955.ENSDARP00000016349/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q08C72","upf3b","cwc22","upf3b","Q08C72","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","string-db","7955.ENSDARP00000013971/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6NW98","upf3b","zgc:85873","upf3b","aaas","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q568A0","upf3b","prkrip1","upf3b","prkrip1","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","PRKR-interacting protein 1 homolog","string-db","7955.ENSDARP00000045517/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7ZVA6","upf3b","eif4a3","upf3b","Q7ZVA6","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1QBS1","upf3b","hm:zeh0176","upf3b","si:dkey-156n14.5","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q66I61","upf3b","steep1;","upf3b","Q66I61","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","STING ER exit protein (STEEP)","string-db","7955.ENSDARP00000069117/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6DHJ0","upf3b","sfrs5b","upf3b","srsf5b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q1ECZ4","upf3b","casc3","upf3b","casc3","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1QC46","upf3b","Nuclear pore membrane glycoprotein 210","upf3b","nup210","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6AXK9","upf3b","zgc:100815","upf3b","thoc3","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6DGZ3","upf3b","thoc7","upf3b","thoc7","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","THO complex subunit 7 homolog","string-db","7955.ENSDARP00000022217/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6P022","upf3b","wu:fb73g02","upf3b","Q6P022","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6DGP2","upf3b","syf2","upf3b","syf2","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q6P6X9","upf3b","nup35","upf3b","nup35","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","E7EXJ6","upf3b","Nucleoporin NUP188","upf3b","nup188","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1QXF4","upf3b","THO","upf3b","thoc2","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7T293","upf3b","sde2","upf3b","Q7T293","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Splicing regulator SDE2 (Replication stress response regulator SDE2)","string-db","7955.ENSDARP00000043773/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","A5WWG4","upf3b","sfrs3","upf3b","srsf3b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","A0A0R4IVZ0","upf3b","fd23d09","upf3b","nup153","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1Q7H6","upf3b","nxf1","upf3b","nxf1","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7ZW44","upf3b","zgc:55292","upf3b","chtopa","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q5RI09","upf3b","si:dkey-97o5.5","upf3b","tprb","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1RCY6","upf3b","upf1","upf3b","F1RCY6","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q5RGI2","upf3b","si:dkey-27k7.3","upf3b","nup107","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q5U3F2","upf3b","slu7","upf3b","Q5U3F2","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7ZWF0","upf3b","rae1","upf3b","rae1","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","string-db","7955.ENSDARP00000015105/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7ZU29","upf3b","dye","upf3b","Q7ZU29","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","string-db","7955.ENSDARP00000013627/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q3KR14","upf3b","zgc:123245","upf3b","ppil1","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000127620/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","A0A8M2BGM4","upf3b","fc32e10","upf3b","A0A8M2BGM4","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q5XJS5","upf3b","thoc6","upf3b","Q5XJS5","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q4V8Q5","upf3b","sfrs7","upf3b","srsf7b","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1QNV4","upf3b","nup133","upf3b","nup133","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","B0S733","upf3b","upf3a","upf3b","B0S733","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","Q7ZV13","upf3b","sfrs2","upf3b","srsf2a","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000011948","physical","txid7955" +"F1QNX7","F1Q5L6","upf3b","wu:fa56a07","upf3b","ddx5","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000011948","physical","txid7955" +"A0A8M2BGM4","A5WWG4","fc32e10","sfrs3","A0A8M2BGM4","srsf3b","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q6PG31","fc32e10","rnps1","A0A8M2BGM4","Q6PG31","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q6DHJ0","fc32e10","sfrs5b","A0A8M2BGM4","srsf5b","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q6NZT9","fc32e10","zgc:55876","A0A8M2BGM4","srsf2b","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q5U3F2","fc32e10","slu7","A0A8M2BGM4","Q5U3F2","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q6NYA0","fc32e10","srsf1b","A0A8M2BGM4","srsf1b","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q4V8Q5","fc32e10","sfrs7","A0A8M2BGM4","srsf7b","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000105424","physical","txid7955" +"A0A8M2BGM4","Q7ZVA6","fc32e10","eif4a3","A0A8M2BGM4","Q7ZVA6","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000105424","physical","txid7955" +"Q5XJS5","A0A2R8QLK1","thoc6","Si:dkeyp-97b10.3","Q5XJS5","si:dkeyp-97b10.3","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Si:dkeyp-97b10.3","string-db","7955.ENSDARP00000156303/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q7ZW44","thoc6","zgc:55292","Q5XJS5","chtopa","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","A5WWG4","thoc6","sfrs3","Q5XJS5","srsf3b","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","A0A8M2BGM4","thoc6","fc32e10","Q5XJS5","A0A8M2BGM4","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6AXK9","thoc6","zgc:100815","Q5XJS5","thoc3","THO complex subunit 6 homolog (WD repeat-containing protein 58)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","F1QXF4","thoc6","THO","Q5XJS5","thoc2","THO complex subunit 6 homolog (WD repeat-containing protein 58)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6NZT9","thoc6","zgc:55876","Q5XJS5","srsf2b","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q5U3F2","thoc6","slu7","Q5XJS5","Q5U3F2","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q7ZVA6","thoc6","eif4a3","Q5XJS5","Q7ZVA6","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6DHJ0","thoc6","sfrs5b","Q5XJS5","srsf5b","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6PG31","thoc6","rnps1","Q5XJS5","Q6PG31","THO complex subunit 6 homolog (WD repeat-containing protein 58)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6NYA0","thoc6","srsf1b","Q5XJS5","srsf1b","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q566Y8","thoc6","magoh","Q5XJS5","magoh","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q7ZV13","thoc6","sfrs2","Q5XJS5","srsf2a","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q4V8Q5","thoc6","sfrs7","Q5XJS5","srsf7b","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","F1Q7H6","thoc6","nxf1","Q5XJS5","nxf1","THO complex subunit 6 homolog (WD repeat-containing protein 58)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000055337","physical","txid7955" +"Q5XJS5","Q6NY52","thoc6","thoc5","Q5XJS5","Q6NY52","THO complex subunit 6 homolog (WD repeat-containing protein 58)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000055337","physical","txid7955" +"Q6NZT9","Q4V8Q5","zgc:55876","sfrs7","srsf2b","srsf7b","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000131299","physical","txid7955" +"Q6NZT9","A0A0R4IMS9","zgc:55876","DNA-directed RNA polymerase subunit","srsf2b","polr2a","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000131299","physical","txid7955" +"Q6NZT9","Q6PG31","zgc:55876","rnps1","srsf2b","Q6PG31","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000131299","physical","txid7955" +"Q6NZT9","Q7ZVA6","zgc:55876","eif4a3","srsf2b","Q7ZVA6","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000131299","physical","txid7955" +"Q6AXK9","A0A8M2BGM4","zgc:100815","fc32e10","thoc3","A0A8M2BGM4","THO complex 3 (THO complex subunit 3)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","A5WWG4","zgc:100815","sfrs3","thoc3","srsf3b","THO complex 3 (THO complex subunit 3)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","F1QXF4","zgc:100815","THO","thoc3","thoc2","THO complex 3 (THO complex subunit 3)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q7ZVA6","zgc:100815","eif4a3","thoc3","Q7ZVA6","THO complex 3 (THO complex subunit 3)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q4V8Q5","zgc:100815","sfrs7","thoc3","srsf7b","THO complex 3 (THO complex subunit 3)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","A0A2R8QLK1","zgc:100815","Si:dkeyp-97b10.3","thoc3","si:dkeyp-97b10.3","THO complex 3 (THO complex subunit 3)","Si:dkeyp-97b10.3","string-db","7955.ENSDARP00000156303/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q6NZT9","zgc:100815","zgc:55876","thoc3","srsf2b","THO complex 3 (THO complex subunit 3)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q5U3F2","zgc:100815","slu7","thoc3","Q5U3F2","THO complex 3 (THO complex subunit 3)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q7ZV13","zgc:100815","sfrs2","thoc3","srsf2a","THO complex 3 (THO complex subunit 3)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q6DHJ0","zgc:100815","sfrs5b","thoc3","srsf5b","THO complex 3 (THO complex subunit 3)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q6NYA0","zgc:100815","srsf1b","thoc3","srsf1b","THO complex 3 (THO complex subunit 3)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q7ZW44","zgc:100815","zgc:55292","thoc3","chtopa","THO complex 3 (THO complex subunit 3)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000073472","physical","txid7955" +"Q6AXK9","Q6PG31","zgc:100815","rnps1","thoc3","Q6PG31","THO complex 3 (THO complex subunit 3)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000073472","physical","txid7955" +"Q6DGZ3","Q6AXK9","thoc7","zgc:100815","thoc7","thoc3","THO complex subunit 7 homolog","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q7ZW44","thoc7","zgc:55292","thoc7","chtopa","THO complex subunit 7 homolog","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","F1QXF4","thoc7","THO","thoc7","thoc2","THO complex subunit 7 homolog","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6PG31","thoc7","rnps1","thoc7","Q6PG31","THO complex subunit 7 homolog","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6P022","thoc7","wu:fb73g02","thoc7","Q6P022","THO complex subunit 7 homolog","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q7ZV13","thoc7","sfrs2","thoc7","srsf2a","THO complex subunit 7 homolog","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6NY52","thoc7","thoc5","thoc7","Q6NY52","THO complex subunit 7 homolog","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q5U3F2","thoc7","slu7","thoc7","Q5U3F2","THO complex subunit 7 homolog","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q5XJS5","thoc7","thoc6","thoc7","Q5XJS5","THO complex subunit 7 homolog","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","F1Q7H6","thoc7","nxf1","thoc7","nxf1","THO complex subunit 7 homolog","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q4V8Q5","thoc7","sfrs7","thoc7","srsf7b","THO complex subunit 7 homolog","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q566Y8","thoc7","magoh","thoc7","magoh","THO complex subunit 7 homolog","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","A5WWG4","thoc7","sfrs3","thoc7","srsf3b","THO complex subunit 7 homolog","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q5D018","thoc7","rbm8a","thoc7","rbm8a","THO complex subunit 7 homolog","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6NYA0","thoc7","srsf1b","thoc7","srsf1b","THO complex subunit 7 homolog","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q7ZVA6","thoc7","eif4a3","thoc7","Q7ZVA6","THO complex subunit 7 homolog","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6NZT9","thoc7","zgc:55876","thoc7","srsf2b","THO complex subunit 7 homolog","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q1ECZ4","thoc7","casc3","thoc7","casc3","THO complex subunit 7 homolog","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q6DHJ0","thoc7","sfrs5b","thoc7","srsf5b","THO complex subunit 7 homolog","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","A0A8M2BGM4","thoc7","fc32e10","thoc7","A0A8M2BGM4","THO complex subunit 7 homolog","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","A0A2R8QLK1","thoc7","Si:dkeyp-97b10.3","thoc7","si:dkeyp-97b10.3","THO complex subunit 7 homolog","Si:dkeyp-97b10.3","string-db","7955.ENSDARP00000156303/7955.ENSDARP00000022217","physical","txid7955" +"Q6DGZ3","Q7SXU7","thoc7","bat1","thoc7","ddx39b","THO complex subunit 7 homolog","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000022217","physical","txid7955" +"Q7ZVA6","A0A0R4IVZ0","eif4a3","fd23d09","Q7ZVA6","nup153","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000135974","physical","txid7955" +"Q7ZVA6","Q4V8Q5","eif4a3","sfrs7","Q7ZVA6","srsf7b","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000135974","physical","txid7955" +"Q6NY52","Q6PG31","thoc5","rnps1","Q6NY52","Q6PG31","THO complex subunit 5 homolog","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","F1Q7H6","thoc5","nxf1","Q6NY52","nxf1","THO complex subunit 5 homolog","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q6NYA0","thoc5","srsf1b","Q6NY52","srsf1b","THO complex subunit 5 homolog","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q6DHJ0","thoc5","sfrs5b","Q6NY52","srsf5b","THO complex subunit 5 homolog","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q7ZV13","thoc5","sfrs2","Q6NY52","srsf2a","THO complex subunit 5 homolog","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q566Y8","thoc5","magoh","Q6NY52","magoh","THO complex subunit 5 homolog","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q7ZVA6","thoc5","eif4a3","Q6NY52","Q7ZVA6","THO complex subunit 5 homolog","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q5U3F2","thoc5","slu7","Q6NY52","Q5U3F2","THO complex subunit 5 homolog","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","A0A2R8QLK1","thoc5","Si:dkeyp-97b10.3","Q6NY52","si:dkeyp-97b10.3","THO complex subunit 5 homolog","Si:dkeyp-97b10.3","string-db","7955.ENSDARP00000156303/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q6AXK9","thoc5","zgc:100815","Q6NY52","thoc3","THO complex subunit 5 homolog","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q4V8Q5","thoc5","sfrs7","Q6NY52","srsf7b","THO complex subunit 5 homolog","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q7ZW44","thoc5","zgc:55292","Q6NY52","chtopa","THO complex subunit 5 homolog","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","A5WWG4","thoc5","sfrs3","Q6NY52","srsf3b","THO complex subunit 5 homolog","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","Q6NZT9","thoc5","zgc:55876","Q6NY52","srsf2b","THO complex subunit 5 homolog","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","F1QXF4","thoc5","THO","Q6NY52","thoc2","THO complex subunit 5 homolog","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000055844","physical","txid7955" +"Q6NY52","A0A8M2BGM4","thoc5","fc32e10","Q6NY52","A0A8M2BGM4","THO complex subunit 5 homolog","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000055844","physical","txid7955" +"Q6NYA0","A5WWG4","srsf1b","sfrs3","srsf1b","srsf3b","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","Q6PG31","srsf1b","rnps1","srsf1b","Q6PG31","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","Q4V8Q5","srsf1b","sfrs7","srsf1b","srsf7b","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","Q6DHJ0","srsf1b","sfrs5b","srsf1b","srsf5b","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","A0A0R4IMS9","srsf1b","DNA-directed RNA polymerase subunit","srsf1b","polr2a","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","Q6NZT9","srsf1b","zgc:55876","srsf1b","srsf2b","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000116886","physical","txid7955" +"Q6NYA0","Q7ZVA6","srsf1b","eif4a3","srsf1b","Q7ZVA6","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000116886","physical","txid7955" +"Q7SXU7","Q7ZW44","bat1","zgc:55292","ddx39b","chtopa","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","F1QXF4","bat1","THO","ddx39b","thoc2","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q4V8Q5","bat1","sfrs7","ddx39b","srsf7b","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6PG31","bat1","rnps1","ddx39b","Q6PG31","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6NY52","bat1","thoc5","ddx39b","Q6NY52","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q566Y8","bat1","magoh","ddx39b","magoh","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","A5WWG4","bat1","sfrs3","ddx39b","srsf3b","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6NZT9","bat1","zgc:55876","ddx39b","srsf2b","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q7ZVA6","bat1","eif4a3","ddx39b","Q7ZVA6","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6AXK9","bat1","zgc:100815","ddx39b","thoc3","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","A0A8M2BGM4","bat1","fc32e10","ddx39b","A0A8M2BGM4","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q5XJS5","bat1","thoc6","ddx39b","Q5XJS5","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6NYA0","bat1","srsf1b","ddx39b","srsf1b","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q6DHJ0","bat1","sfrs5b","ddx39b","srsf5b","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q5U3F2","bat1","slu7","ddx39b","Q5U3F2","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000052354","physical","txid7955" +"Q7SXU7","Q7ZV13","bat1","sfrs2","ddx39b","srsf2a","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000052354","physical","txid7955" +"Q6PG31","A0A0R4IVZ0","rnps1","fd23d09","Q6PG31","nup153","RNA-binding protein with serine-rich domain 1","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000131565","physical","txid7955" +"Q6PG31","Q7ZVA6","rnps1","eif4a3","Q6PG31","Q7ZVA6","RNA-binding protein with serine-rich domain 1","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000131565","physical","txid7955" +"Q6PG31","Q4V8Q5","rnps1","sfrs7","Q6PG31","srsf7b","RNA-binding protein with serine-rich domain 1","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000131565","physical","txid7955" +"Q6PG31","F1RCY6","rnps1","upf1","Q6PG31","F1RCY6","RNA-binding protein with serine-rich domain 1","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000131565","physical","txid7955" +"Q7ZV13","Q6JIZ2","sfrs2","pura","srsf2a","puraa","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","string-db","7955.ENSDARP00000101909/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q6DHJ0","sfrs2","sfrs5b","srsf2a","srsf5b","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","B8JHR3","sfrs2","gtf2f2","srsf2a","gtf2f2a","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","A0A8M2BGM4","sfrs2","fc32e10","srsf2a","A0A8M2BGM4","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","A5D6S6","sfrs2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","srsf2a","polr2l","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","A5WWG4","sfrs2","sfrs3","srsf2a","srsf3b","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","A0A0R4IMS9","sfrs2","DNA-directed RNA polymerase subunit","srsf2a","polr2a","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q6NYA0","sfrs2","srsf1b","srsf2a","srsf1b","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","A0A8M1QHE8","sfrs2","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","srsf2a","A0A8M1QHE8","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q5U3F2","sfrs2","slu7","srsf2a","Q5U3F2","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q4V8Q5","sfrs2","sfrs7","srsf2a","srsf7b","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q6PG31","sfrs2","rnps1","srsf2a","Q6PG31","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","Q7ZVA6","sfrs2","eif4a3","srsf2a","Q7ZVA6","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","F1QXF4","sfrs2","THO","srsf2a","thoc2","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000074623","physical","txid7955" +"Q7ZV13","F1RDV9","sfrs2","zgc:171795","srsf2a","F1RDV9","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000074623","physical","txid7955" +"A5WWG4","A0A0R4IMS9","sfrs3","DNA-directed RNA polymerase subunit","srsf3b","polr2a","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000119957","physical","txid7955" +"A5WWG4","Q4V8Q5","sfrs3","sfrs7","srsf3b","srsf7b","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000119957","physical","txid7955" +"A5WWG4","Q7ZVA6","sfrs3","eif4a3","srsf3b","Q7ZVA6","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000119957","physical","txid7955" +"A5WWG4","Q6PG31","sfrs3","rnps1","srsf3b","Q6PG31","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000119957","physical","txid7955" +"A5WWG4","Q6DHJ0","sfrs3","sfrs5b","srsf3b","srsf5b","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000119957","physical","txid7955" +"A5WWG4","Q6NZT9","sfrs3","zgc:55876","srsf3b","srsf2b","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000119957","physical","txid7955" +"Q6NUT4","F1QVV4","zgc:85979","zgc:92484","pabpn1","cpsf2","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q5U3F2","zgc:85979","slu7","pabpn1","Q5U3F2","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","A5WWG4","zgc:85979","sfrs3","pabpn1","srsf3b","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q6NYA0","zgc:85979","srsf1b","pabpn1","srsf1b","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","F1QFK9","zgc:85979","fc22d10","pabpn1","cstf1","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q5XJD3","zgc:85979","fip1l1","pabpn1","Q5XJD3","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","A0A0R4I9D6","zgc:85979","Symplekin","pabpn1","sympk","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","U3JAJ0","zgc:85979","zgc:110570","pabpn1","U3JAJ0","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q4V8Q5","zgc:85979","sfrs7","pabpn1","srsf7b","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q6DHJ0","zgc:85979","sfrs5b","pabpn1","srsf5b","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","Q6NWC6","zgc:85979","cpsf6","pabpn1","cpsf6","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","A0A0R4IC37","zgc:85979","cpsf1","pabpn1","cpsf1","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000066721","physical","txid7955" +"Q6NUT4","E7F3I6","zgc:85979","clp1","pabpn1","clp1","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000066721","physical","txid7955" +"Q6P022","F1Q7H6","wu:fb73g02","nxf1","Q6P022","nxf1","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7ZVB5","wu:fb73g02","wu:fa18f04","Q6P022","snrpd3l","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7ZUE4","wu:fb73g02","fb18h07","Q6P022","prpf40a","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6PG31","wu:fb73g02","rnps1","Q6P022","Q6PG31","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6NY52","wu:fb73g02","thoc5","Q6P022","Q6NY52","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6NZT9","wu:fb73g02","zgc:55876","Q6P022","srsf2b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7ZVA6","wu:fb73g02","eif4a3","Q6P022","Q7ZVA6","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","F1QQZ1","wu:fb73g02","Splicing factor 3B subunit 1 isoform X1","Q6P022","sf3b1","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","A0A8M2BGM4","wu:fb73g02","fc32e10","Q6P022","A0A8M2BGM4","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q5SNY2","wu:fb73g02","papolb","Q6P022","Q5SNY2","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q566Y8","wu:fb73g02","magoh","Q6P022","magoh","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q4V8Q5","wu:fb73g02","sfrs7","Q6P022","srsf7b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6NUT4","wu:fb73g02","zgc:85979","Q6P022","pabpn1","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6DHJ0","wu:fb73g02","sfrs5b","Q6P022","srsf5b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6DRE8","wu:fb73g02","snrp70","Q6P022","snrnp70","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q5D018","wu:fb73g02","rbm8a","Q6P022","rbm8a","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q1ECZ4","wu:fb73g02","casc3","Q6P022","casc3","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","F1QXF4","wu:fb73g02","THO","Q6P022","thoc2","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q5XJS5","wu:fb73g02","thoc6","Q6P022","Q5XJS5","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7ZV13","wu:fb73g02","sfrs2","Q6P022","srsf2a","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6AXK9","wu:fb73g02","zgc:100815","Q6P022","thoc3","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","F1QPY7","wu:fb73g02","zgc:103688","Q6P022","snrpg","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q90X41","wu:fb73g02","wu:fc38e01","Q6P022","sf3a1","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","A4FVI7","wu:fb73g02","fj64g01","Q6P022","A4FVI7","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","A5WWG4","wu:fb73g02","sfrs3","Q6P022","srsf3b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q5U3F2","wu:fb73g02","slu7","Q6P022","Q5U3F2","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","A0A8M1QHE8","wu:fb73g02","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","Q6P022","A0A8M1QHE8","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q6NYA0","wu:fb73g02","srsf1b","Q6P022","srsf1b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7SXU7","wu:fb73g02","bat1","Q6P022","ddx39b","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","A3KMT0","wu:fb73g02","CH73-131E21.2","Q6P022","-","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q7ZW44","wu:fb73g02","zgc:55292","Q6P022","chtopa","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q1JPZ7","wu:fb73g02","prpf39","Q6P022","prpf39","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000023679","physical","txid7955" +"Q6P022","Q8JHH1","wu:fb73g02","CHUNP6882","Q6P022","Q8JHH1","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000023679","physical","txid7955" +"Q8JGR6","Q6NW98","ncbp2","zgc:85873","ncbp2","aaas","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZV13","ncbp2","sfrs2","ncbp2","srsf2a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A5D6S6","ncbp2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ncbp2","polr2l","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q567Y8","ncbp2","ppp2ca","ncbp2","ppp2caa","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6P0U9","ncbp2","nup42","ncbp2","Q6P0U9","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q9DDT5","ncbp2","supt5h","ncbp2","Q9DDT5","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6NWC6","ncbp2","cpsf6","ncbp2","cpsf6","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","E7F981","ncbp2","im:7151238","ncbp2","nup98","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q1LVF3","ncbp2","smg7","ncbp2","smg7","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1R7R1","ncbp2","smg5","ncbp2","smg5","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","string-db","7955.ENSDARP00000060808/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1R543","ncbp2","pom121","ncbp2","-","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QC46","ncbp2","Nuclear pore membrane glycoprotein 210","ncbp2","nup210","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1RCY6","ncbp2","upf1","ncbp2","F1RCY6","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5SNY2","ncbp2","papolb","ncbp2","Q5SNY2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A5PMV7","ncbp2","ppp2r1a","ncbp2","ppp2r1ba","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZW44","ncbp2","zgc:55292","ncbp2","chtopa","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5RHQ7","ncbp2","hnrnpu","ncbp2","hnrnpub","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q1MTD3","ncbp2","rnmt","ncbp2","rnmt","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q566Y8","ncbp2","magoh","ncbp2","magoh","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1RDV9","ncbp2","zgc:171795","ncbp2","F1RDV9","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A8M2BGM4","ncbp2","fc32e10","ncbp2","A0A8M2BGM4","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q9PW28","ncbp2","eif4e1b","ncbp2","Q9PW28","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","string-db","7955.ENSDARP00000022906/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5XJS5","ncbp2","thoc6","ncbp2","Q5XJS5","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A8M1QHE8","ncbp2","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","ncbp2","A0A8M1QHE8","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","string-db","7955.ENSDARP00000075762/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1Q7H6","ncbp2","nxf1","ncbp2","nxf1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1R0M4","ncbp2","zgc:56390","ncbp2","fus","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A0R4IMS9","ncbp2","DNA-directed RNA polymerase subunit","ncbp2","polr2a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QNV4","ncbp2","nup133","ncbp2","nup133","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6NY52","ncbp2","thoc5","ncbp2","Q6NY52","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A2BG80","ncbp2","MDS026","ncbp2","ppp2r2ab","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZVA6","ncbp2","eif4a3","ncbp2","Q7ZVA6","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q1LWQ2","ncbp2","rdbp","ncbp2","nelfe","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6P6X9","ncbp2","nup35","ncbp2","nup35","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5RGI2","ncbp2","si:dkey-27k7.3","ncbp2","nup107","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","B8JHR3","ncbp2","gtf2f2","ncbp2","gtf2f2a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","E7F3I6","ncbp2","clp1","ncbp2","clp1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","E7FFE0","ncbp2","fi75f03","ncbp2","nelfa","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6NZT9","ncbp2","zgc:55876","ncbp2","srsf2b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q4V8Q5","ncbp2","sfrs7","ncbp2","srsf7b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A2CEI4","ncbp2","nup88","ncbp2","nup88","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6PG31","ncbp2","rnps1","ncbp2","Q6PG31","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QB54","ncbp2","pabpc1a","ncbp2","pabpc1a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","string-db","7955.ENSDARP00000021064/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A8KC22","ncbp2","hnrnpl","ncbp2","hnrnpl2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","string-db","7955.ENSDARP00000115723/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A5WWG4","ncbp2","sfrs3","ncbp2","srsf3b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6AXK9","ncbp2","zgc:100815","ncbp2","thoc3","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZV11","ncbp2","wu:fk48d01","ncbp2","polr2c","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6DEG5","ncbp2","polr2e","ncbp2","polr2eb","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","B8JLJ8","ncbp2","wu:fc19f05","ncbp2","B8JLJ8","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A0R4I9D6","ncbp2","Symplekin","ncbp2","sympk","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6DGZ3","ncbp2","thoc7","ncbp2","thoc7","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","THO complex subunit 7 homolog","string-db","7955.ENSDARP00000022217/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q4VBU5","ncbp2","zgc:110005","ncbp2","polr2j","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A0R4IVZ0","ncbp2","fd23d09","ncbp2","nup153","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7SXU7","ncbp2","bat1","ncbp2","ddx39b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6NYA0","ncbp2","srsf1b","ncbp2","srsf1b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6DGQ0","ncbp2","supt4h1","ncbp2","Q6DGQ0","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q1ECZ4","ncbp2","casc3","ncbp2","casc3","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","U3JAJ0","ncbp2","zgc:110570","ncbp2","U3JAJ0","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QXF4","ncbp2","THO","ncbp2","thoc2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q1LVK2","ncbp2","zgc:103515","ncbp2","polr2i","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QFJ8","ncbp2","fb19a06","ncbp2","hnrnph1l","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Heterogeneous nuclear ribonucleoprotein H1,-like","string-db","7955.ENSDARP00000027385/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QFK9","ncbp2","fc22d10","ncbp2","cstf1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","F1QVV4","ncbp2","zgc:92484","ncbp2","cpsf2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","E7F0E8","ncbp2","Exportin 1","ncbp2","xpo1a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","string-db","7955.ENSDARP00000102922/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A0R4IZ84","ncbp2","smg6","ncbp2","A0A0R4IZ84","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZVK5","ncbp2","PCBP2","ncbp2","pcbp2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Pcbp2 protein (Poly(rC)-binding protein 2)","string-db","7955.ENSDARP00000134105/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5U3F2","ncbp2","slu7","ncbp2","Q5U3F2","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7SZS0","ncbp2","zgc:77372","ncbp2","srsf10b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","string-db","7955.ENSDARP00000091866/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q9DFS6","ncbp2","eif4ea","ncbp2","Q9DFS6","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6P0V0","ncbp2","zgc:77712","ncbp2","hnrnph1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6DHJ0","ncbp2","sfrs5b","ncbp2","srsf5b","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q7ZW41","ncbp2","polr2g","ncbp2","polr2g","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","A0A0R4IC37","ncbp2","cpsf1","ncbp2","cpsf1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q568H8","ncbp2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ncbp2","polr2h","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6P022","ncbp2","wu:fb73g02","ncbp2","Q6P022","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","E7EXJ6","ncbp2","Nucleoporin NUP188","ncbp2","nup188","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6NUT4","ncbp2","zgc:85979","ncbp2","pabpn1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5D018","ncbp2","rbm8a","ncbp2","rbm8a","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","P79735","ncbp2","ran","ncbp2","ran","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","string-db","7955.ENSDARP00000108629/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q5XJD3","ncbp2","fip1l1","ncbp2","Q5XJD3","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000020688","physical","txid7955" +"Q8JGR6","Q6DBY0","ncbp2","nup85","ncbp2","Q6DBY0","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000020688","physical","txid7955" +"Q5D018","Q7ZV92","rbm8a","prp19","rbm8a","prpf19","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q4V8Q5","rbm8a","sfrs7","rbm8a","srsf7b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6NYA0","rbm8a","srsf1b","rbm8a","srsf1b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","A8WHR3","rbm8a","yju2","rbm8a","yju2","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Splicing factor YJU2","string-db","7955.ENSDARP00000035484/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q5RGI2","rbm8a","si:dkey-27k7.3","rbm8a","nup107","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6PC41","rbm8a","zgc:73118","rbm8a","sap18","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6NZT9","rbm8a","zgc:55876","rbm8a","srsf2b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","E7F981","rbm8a","im:7151238","rbm8a","nup98","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","E7EXJ6","rbm8a","Nucleoporin NUP188","rbm8a","nup188","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6AXK9","rbm8a","zgc:100815","rbm8a","thoc3","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","THO complex 3 (THO complex subunit 3)","string-db","7955.ENSDARP00000073472/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6NY52","rbm8a","thoc5","rbm8a","Q6NY52","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","THO complex subunit 5 homolog","string-db","7955.ENSDARP00000055844/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q7ZUE4","rbm8a","fb18h07","rbm8a","prpf40a","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q7ZVA6","rbm8a","eif4a3","rbm8a","Q7ZVA6","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6DHJ0","rbm8a","sfrs5b","rbm8a","srsf5b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","string-db","7955.ENSDARP00000122656/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","F1QBS1","rbm8a","hm:zeh0176","rbm8a","si:dkey-156n14.5","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q7ZW44","rbm8a","zgc:55292","rbm8a","chtopa","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","string-db","7955.ENSDARP00000074293/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q5U3F2","rbm8a","slu7","rbm8a","Q5U3F2","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Pre-mRNA-splicing factor SLU7","string-db","7955.ENSDARP00000112935/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6P6X9","rbm8a","nup35","rbm8a","nup35","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q7SXU7","rbm8a","bat1","rbm8a","ddx39b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","string-db","7955.ENSDARP00000052354/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q566Y8","rbm8a","magoh","rbm8a","magoh","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","A0A0R4IVZ0","rbm8a","fd23d09","rbm8a","nup153","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","B0S733","rbm8a","upf3a","rbm8a","B0S733","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","string-db","7955.ENSDARP00000114416/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6DBY0","rbm8a","nup85","rbm8a","Q6DBY0","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q5XJS5","rbm8a","thoc6","rbm8a","Q5XJS5","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","THO complex subunit 6 homolog (WD repeat-containing protein 58)","string-db","7955.ENSDARP00000055337/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","F1QC46","rbm8a","Nuclear pore membrane glycoprotein 210","rbm8a","nup210","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6PG31","rbm8a","rnps1","rbm8a","Q6PG31","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","F1Q7H6","rbm8a","nxf1","rbm8a","nxf1","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","A5WWG4","rbm8a","sfrs3","rbm8a","srsf3b","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","string-db","7955.ENSDARP00000119957/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","B0S754","rbm8a","fb63a09","rbm8a","B0S754","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6PH11","rbm8a","pym1","rbm8a","pym1","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","string-db","7955.ENSDARP00000136874/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","F1QXF4","rbm8a","THO","rbm8a","thoc2","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","THO complex subunit 2","string-db","7955.ENSDARP00000097404/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6NW98","rbm8a","zgc:85873","rbm8a","aaas","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q6P0U9","rbm8a","nup42","rbm8a","Q6P0U9","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q1ECZ4","rbm8a","casc3","rbm8a","casc3","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","A0A8M2BGM4","rbm8a","fc32e10","rbm8a","A0A8M2BGM4","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","F1R543","rbm8a","pom121","rbm8a","-","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000026575","physical","txid7955" +"Q5D018","Q7ZV13","rbm8a","sfrs2","rbm8a","srsf2a","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000026575","physical","txid7955" +"A4FUL3","A8DZE6","im:7137515","wtip","rbx1","wtip","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q5Z8","im:7137515","p62","rbx1","sqstm1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E9QC58","im:7137515","fc33f09","rbx1","klhl20","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","string-db","7955.ENSDARP00000056665/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0R4IBR4","im:7137515","Hif-3alpha","rbx1","hif1al","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7F6F9","im:7137515","klhl3","rbx1","E7F6F9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QGH7","im:7137515","ctnnb1","rbx1","ctnnb1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F8W428","im:7137515","im:7140950","rbx1","cul4b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7ZVI8","im:7137515","npl4","rbx1","Q7ZVI8","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QHN6","im:7137515","im:7042025","rbx1","ubc","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q66IB1","im:7137515","zgc:101879","rbx1","eloca","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q5P6","im:7137515","si:dkey-170e5.1","rbx1","rpl9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7FFI0","im:7137515","Ajuba LIM protein","rbx1","ajuba","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Ajuba LIM protein (LIM domain-containing protein ajuba)","string-db","7955.ENSDARP00000100146/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A2R8Q1W5","im:7137515","keap1b","rbx1","keap1b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0F081","im:7137515","Sestrin 2","rbx1","A0F081","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q502M9","im:7137515","zgc:92635","rbx1","elocb","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QFY1","im:7137515","Cullin-5","rbx1","F1QFY1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0R4IWH7","im:7137515","cb965","rbx1","A0A0R4IWH7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q803G3","im:7137515","fc05c02","rbx1","ppp2cb","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T2A3","im:7137515","dda1","rbx1","dda1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A4QP33","im:7137515","ppp2r5c","rbx1","ppp2r5cb","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B3DIU1","im:7137515","cul3","rbx1","cul3b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q5E7","im:7137515","XPD","rbx1","ercc2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QNA4","im:7137515","dvl1","rbx1","dvl1b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q68EH9","im:7137515","crbn","rbx1","Q68EH9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Protein cereblon (zcrbn)","string-db","7955.ENSDARP00000062723/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B8JIG8","im:7137515","Kelch-like family member 5","rbx1","B8JIG8","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like family member 5 (Kelch-like protein 5)","string-db","7955.ENSDARP00000083875/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B8K0E7","im:7137515","F-box and leucine-rich repeat protein 20","rbx1","fbxl20","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A3KP53","im:7137515","id:ibd5121","rbx1","skp2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q509","im:7137515","zgc:153556","rbx1","commd4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0R4IMS9","im:7137515","DNA-directed RNA polymerase subunit","rbx1","polr2a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T330","im:7137515","spop","rbx1","Q7T330","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F6NVK8","im:7137515","cul3","rbx1","cul3a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7ZUQ2","im:7137515","ppp2r5e1","rbx1","ppp2r5eb","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q2YDQ5","im:7137515","fbxl5","rbx1","Q2YDQ5","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6P3K3","im:7137515","fbxo9","rbx1","fbxo9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q08CL3","im:7137515","kbtbd8","rbx1","Q08CL3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B0V351","im:7137515","si:dkeyp-98c11.2","rbx1","B0V351","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B0QZE8","im:7137515","iqwd1","rbx1","dcaf6","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1R789","im:7137515","Caltractin","rbx1","cetn4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B8A6D0","im:7137515","murr1","rbx1","B8A6D0","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q8M7","im:7137515","zgc:100832","rbx1","F1Q8M7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7FEU4","im:7137515","CMT1A duplicated region transcript 1 protein","rbx1","fbxw10","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T2C1","im:7137515","zgc:64071","rbx1","cul4a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B0BLX4","im:7137515","F-box only protein 2","rbx1","fbxo2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q1LVK2","im:7137515","zgc:103515","rbx1","polr2i","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7ZUD8","im:7137515","MAP1-LC3B","rbx1","map1lc3b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NYS3","im:7137515","Cul1","rbx1","cul1a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A8M1PRY0","im:7137515","Kelch repeat and BTB","rbx1","A0A8M1PRY0","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7FGS1","im:7137515","Zinc finger and BTB domain-containing 16b","rbx1","zbtb16b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6DHL4","im:7137515","sumo2","rbx1","sumo2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q5RH13","im:7137515","fbxl14","rbx1","fbxl14b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and leucine-rich repeat protein 14b","string-db","7955.ENSDARP00000067321/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q0VFV7","im:7137515","kctd7","rbx1","Q0VFV7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7ZTY4","im:7137515","rbbp7","rbx1","Q7ZTY4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A8M9PKI1","im:7137515","Kelch-like family member 2","rbx1","A0A8M9PKI1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like family member 2 (Kelch-like protein 2)","string-db","7955.ENSDARP00000082978/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0R4IJR2","im:7137515","fbxo11","rbx1","A0A0R4IJR2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1R563","im:7137515","im:7142218","rbx1","si:dkey-28b4.7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","U3JA92","im:7137515","BTB/POZ domain-containing protein KCTD5-like isoform X2","rbx1","kctd17","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F6NUQ2","im:7137515","F-box only protein 41","rbx1","fbxo41","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E9QCG0","im:7137515","COMM domain-containing protein 6","rbx1","commd6","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7SZR5","im:7137515","sumo1","rbx1","sumo1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","I3IS54","im:7137515","si:ch1073-342h5.2","rbx1","si:ch1073-342h5.2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NYM1","im:7137515","klhl21","rbx1","klhl21","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q2YDS1","im:7137515","ddb2","rbx1","ddb2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","P57094","im:7137515","axin1","rbx1","P57094","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E9QHV0","im:7137515","Kelch-like protein 9 isoform X1","rbx1","E9QHV0","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0N4SUD2","im:7137515","Ubi-p63E","rbx1","ubb","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B3DJF2","im:7137515","fc31b01","rbx1","B3DJF2","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6DG05","im:7137515","zgc:91970","rbx1","Q6DG05","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Sestrin-1 (EC 1.11.1.15)","string-db","7955.ENSDARP00000062992/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A4QN68","im:7137515","si:ch211-154e15.3","rbx1","A4QN68","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A1A5X2","im:7137515","fbxl7","rbx1","fbxl7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","string-db","7955.ENSDARP00000084255/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7F737","im:7137515","dvl3","rbx1","dvl3b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QF18","im:7137515","DDB1 and CUL4-associated factor 8","rbx1","dcaf8","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T162","im:7137515","im:7153024","rbx1","fbxl3a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A5D6S6","im:7137515","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rbx1","polr2l","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1R096","im:7137515","sh3bp5lb","rbx1","gtf2h4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NXC6","im:7137515","wu:fi47e09","rbx1","Q6NXC6","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","O42354","im:7137515","mdm2","rbx1","O42354","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","B7ZDC8","im:7137515","F-box/WD repeat-containing protein 7","rbx1","fbxw7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T3P8","im:7137515","fem1c","rbx1","Q7T3P8","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q9Y3","im:7137515","Serine/threonine protein phosphatase 2A regulatory subunit","rbx1","ppp2r5b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QJS3","im:7137515","DNA repair protein complementing XP-G cells","rbx1","ercc5","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6P0H6","im:7137515","cops4","rbx1","cops4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","string-db","7955.ENSDARP00000064214/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q1LVE4","im:7137515","wu:fb12d05","rbx1","xpc","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q08BZ1","im:7137515","wdr22","rbx1","Q08BZ1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q8JHE0","im:7137515","CHUNP6894","rbx1","csnk1a1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0R4IUU4","im:7137515","NEDD8-conjugating enzyme Ubc12","rbx1","si:ch1073-205c8.3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A0G2KCH4","im:7137515","klhl25","rbx1","A0A0G2KCH4","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q330L3","im:7137515","sla","rbx1","Q330L3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Somatolactin alpha","string-db","7955.ENSDARP00000109558/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A8M9PQC9","im:7137515","prlr","rbx1","A0A8M9PQC9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Prolactin receptor (PRL-R)","string-db","7955.ENSDARP00000111484/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q5U374","im:7137515","klhl12","rbx1","Q5U374","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7SXA3","im:7137515","zgc:66168","rbx1","rps27a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A5WWE3","im:7137515","fc26a07","rbx1","A5WWE3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7F7Y4","im:7137515","Fem-1 homolog b","rbx1","fem1b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Fem-1 homolog b","string-db","7955.ENSDARP00000085236/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7T3E0","im:7137515","wdr68","rbx1","dcaf7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","string-db","7955.ENSDARP00000058220/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A2R8PYT0","im:7137515","zgc:65951","rbx1","rad23b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NYJ2","im:7137515","zgc:77038","rbx1","socs3b","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NW95","im:7137515","fbxl15","rbx1","Q6NW95","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6NYX6","im:7137515","ccnf","rbx1","ccnf","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q4V909","im:7137515","ccdc22","rbx1","Q4V909","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A5PMV7","im:7137515","ppp2r1a","rbx1","ppp2r1ba","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q1JQ34","im:7137515","ghl","rbx1","Q1JQ34","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Growth hormone 1 (Somatotropin precursor)","string-db","7955.ENSDARP00000055674/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6PC30","im:7137515","cops5","rbx1","cops5","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7F518","im:7137515","hypoxia-inducible factor-proline dioxygenase","rbx1","egln1a","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","string-db","7955.ENSDARP00000056926/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A8M2B8B7","im:7137515","hif1al","rbx1","A0A8M2B8B7","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1Q9R3","im:7137515","Kelch-like protein 22","rbx1","F1Q9R3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q9PTP1","im:7137515","pcna","rbx1","pcna","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1QN14","im:7137515","zgc:123259","rbx1","fbxl8","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","string-db","7955.ENSDARP00000070860/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1REN0","im:7137515","cul5","rbx1","F1REN0","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6PFV0","im:7137515","wu:fd14c04","rbx1","fbxw5","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q5SNQ6","im:7137515","si:dkey-12h9.4","rbx1","gtf2h5","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A0A8M9P612","im:7137515","Cullin-2","rbx1","A0A8M9P612","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","A8WHR0","im:7137515","dcaf17","rbx1","dcaf17","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6DEF9","im:7137515","SOCS1","rbx1","Q6DEF9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q6P7X5","im:7137515","wu:fb30g12","rbx1","kctd10","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","I3ITN3","im:7137515","si:dkey-20j1.3","rbx1","I3ITN3","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q568H8","im:7137515","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rbx1","polr2h","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1RDV9","im:7137515","zgc:171795","rbx1","F1RDV9","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q5SPK4","im:7137515","si:busm1-132m23.3","rbx1","fbxo22","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","string-db","7955.ENSDARP00000070020/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q7ZW41","im:7137515","polr2g","rbx1","polr2g","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","E7F5P0","im:7137515","F-box only protein 31 isoform X1","rbx1","fbxo31","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","F-box only protein 31 isoform X1 (F-box protein 31)","string-db","7955.ENSDARP00000084075/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","Q5RHX6","im:7137515","dcun1d4","rbx1","Q5RHX6","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000055431","physical","txid7955" +"A4FUL3","F1RDM5","im:7137515","amer1","rbx1","amer1","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000055431","physical","txid7955" +"Q6DGE1","B3DJF8","zgc:100921","LOC570661","Q6DGE1","LOC570661","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","A0A0N4SUD2","zgc:100921","Ubi-p63E","Q6DGE1","ubb","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","F8W428","zgc:100921","im:7140950","Q6DGE1","cul4b","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","F1R926","zgc:100921","E3 ubiquitin protein ligase","Q6DGE1","rnf20","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q5RHI5","zgc:100921","dtl","Q6DGE1","dtl","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","F1R563","zgc:100921","im:7142218","Q6DGE1","si:dkey-28b4.7","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","R4GE15","zgc:100921","si:ch211-113a14.29","Q6DGE1","si:ch211-113a14.22","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","X1WHN7","zgc:100921","hrpt2","Q6DGE1","cdc73","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","X1WD98","zgc:100921","E3 ubiquitin-protein ligase SHPRH isoform X1","Q6DGE1","shprh","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","string-db","7955.ENSDARP00000128195/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q4U0S5","zgc:100921","paf1","Q6DGE1","Q4U0S5","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q7T2C1","zgc:100921","zgc:64071","Q6DGE1","cul4a","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q7SXA3","zgc:100921","zgc:66168","Q6DGE1","rps27a","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","F1Q5P6","zgc:100921","si:dkey-170e5.1","Q6DGE1","rpl9","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q6PC60","zgc:100921","hist2h2l","Q6DGE1","hist2h2l","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q6NYV9","zgc:100921","leo1","Q6DGE1","leo1","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q5BJA5","zgc:100921",";","Q6DGE1","-","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","F1QHN6","zgc:100921","im:7042025","Q6DGE1","ubc","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q6DRK4","zgc:100921","zgc:110313","Q6DGE1","rfc5","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q9PTP1","zgc:100921","pcna","Q6DGE1","pcna","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","B0V351","zgc:100921","si:dkeyp-98c11.2","Q6DGE1","B0V351","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q504I6","zgc:100921","ik:tdsubc_2g1","Q6DGE1","rpa2","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q7ZUK7","zgc:100921","waca","Q6DGE1","Q7ZUK7","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","WW domain-containing adapter protein with coiled-coil","string-db","7955.ENSDARP00000073355/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","A0A140LG54","zgc:100921","Histone H2B","Q6DGE1","si:dkey-23a13.22","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","X1WDH8","zgc:100921","Histone H2B","Q6DGE1","si:dkey-261m9.19","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q6NY74","zgc:100921","rpa1","Q6DGE1","rpa1","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q789K9","zgc:100921","mp:zf637-2-000771","Q6DGE1","ube2a","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q7T3F3","zgc:100921","ube2nl","Q6DGE1","ube2nb","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","X1WHF1","zgc:100921","Histone H2B","Q6DGE1","si:dkey-261m9.6","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","A4FUL3","zgc:100921","im:7137515","Q6DGE1","rbx1","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","Q6P5M2","zgc:100921","skic8","Q6DGE1","Q6P5M2","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000028262","physical","txid7955" +"Q6DGE1","A0A8M2BAK6","zgc:100921","Helicase-like transcription factor","Q6DGE1","A0A8M2BAK6","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000028262","physical","txid7955" +"Q7SXA3","Q6PC01","zgc:66168","fau","rps27a","Q6PC01","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q803V7","zgc:66168","zgc:55452","rps27a","cdc34a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","string-db","7955.ENSDARP00000148743/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","P48802","zgc:66168","fgf3","rps27a","fgf3","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","X1WHN7","zgc:66168","hrpt2","rps27a","cdc73","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q803G3","zgc:66168","fc05c02","rps27a","ppp2cb","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q7ZVI8","zgc:66168","npl4","rps27a","Q7ZVI8","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6DHL4","zgc:66168","sumo2","rps27a","sumo2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4ISV4","zgc:66168","si:ch73-203i15.5","rps27a","anapc2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","B1PBZ7","zgc:66168","Protein sprouty homolog 1","rps27a","B1PBZ7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q7T2E8","zgc:66168","rhoac","rps27a","rhoac","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","P57094","zgc:66168","axin1","rps27a","P57094","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IUU4","zgc:66168","NEDD8-conjugating enzyme Ubc12","rps27a","si:ch1073-205c8.3","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6SJP8","zgc:66168","fgf17","rps27a","fgf17","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IWG0","zgc:66168","Epigen","rps27a","epgn","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A2R8PYT0","zgc:66168","zgc:65951","rps27a","rad23b","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0N4SUD2","zgc:66168","Ubi-p63E","rps27a","ubb","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","X1WGM0","zgc:66168","si:dkey-148h10.5","rps27a","si:dkey-148h10.5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q7SXA1","zgc:66168","rpl26","rps27a","Q7SXA1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q1LUM9","zgc:66168","dncli2","rps27a","Q1LUM9","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IMS9","zgc:66168","DNA-directed RNA polymerase subunit","rps27a","polr2a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A8E526","zgc:66168","Large ribosomal subunit protein eL14","rps27a","A8E526","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q4QRJ7","zgc:66168","eif2a","rps27a","Q4QRJ7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q5XJ36","zgc:66168","park7","rps27a","park7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q90413","zgc:66168","fgfr4","rps27a","Q90413","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A286YBP4","zgc:66168","Large ribosomal subunit protein eL28","rps27a","rpl28","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q4U0S5","zgc:66168","paf1","rps27a","Q4U0S5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IX01","zgc:66168","Beta-klotho","rps27a","A0A0R4IX01","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6DGL4","zgc:66168","60S ribosomal protein L29","rps27a","Q6DGL4","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A2R8QA59","zgc:66168","Anaphase-promoting complex subunit 1","rps27a","anapc1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q7T2C1","zgc:66168","zgc:64071","rps27a","cul4a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q9DFC9","zgc:66168","wu:fc89b01","rps27a","fgf4","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4INZ6","zgc:66168","Betacellulin, epidermal growth factor family member","rps27a","A0A0R4INZ6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6P5M3","zgc:66168","hm:zeh0819","rps27a","rps9","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","F1QGH7","zgc:66168","ctnnb1","rps27a","ctnnb1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IU39","zgc:66168","wu:fe49f10","rps27a","cdc20","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IUB6","zgc:66168","epn1","rps27a","epn1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q789K9","zgc:66168","mp:zf637-2-000771","rps27a","ube2a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q08BH9","zgc:66168","si:dkey-237i9.4","rps27a","anapc11","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A8DZE6","zgc:66168","wtip","rps27a","wtip","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","X1WFM4","zgc:66168","wu:fi34a03","rps27a","ube2q2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","string-db","7955.ENSDARP00000129028/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","E7EYW2","zgc:66168","Epsin 2","rps27a","epn2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IBM0","zgc:66168","wu:fm70e01","rps27a","nrg1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","P47794","zgc:66168","ccne1","rps27a","P47794","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6PBJ9","zgc:66168","RpP1","rps27a","Q6PBJ9","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6NXC6","zgc:66168","wu:fi47e09","rps27a","Q6NXC6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6PH25","zgc:66168","zgc:66078","rps27a","Q6PH25","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q8JGR4","zgc:66168","rpl24","rps27a","Q8JGR4","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IN60","zgc:66168","Fibroblast growth factor","rps27a","fgf19","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","F1QHN6","zgc:66168","im:7042025","rps27a","ubc","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q7SXX7","zgc:66168","mvb12a","rps27a","Q7SXX7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6PH53","zgc:66168","zgc:101121","rps27a","zfand6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","string-db","7955.ENSDARP00000136708/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6NYJ9","zgc:66168","fa16e07","rps27a","ap2b1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q6Q415","zgc:66168","rpl36","rps27a","rpl36","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q90459","zgc:66168","ccnd1","rps27a","ccnd1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A2R8Q515","zgc:66168","fc28d09","rps27a","A0A2R8Q515","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q90Z10","zgc:66168","rpl13","rps27a","rpl13","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A8KBW2","zgc:66168","wu:fi42b06","rps27a","A8KBW2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Ube2q1 protein (Ubiquitin-conjugating enzyme E2 Q2 (EC 6.3.2.19)) (Ubiquitin-conjugating enzyme E2Q family member 1)","string-db","7955.ENSDARP00000134948/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","B3DHM1","zgc:66168","Ubiquitin-like","rps27a","B3DHM1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A140LG54","zgc:66168","Histone H2B","rps27a","si:dkey-23a13.22","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IWH7","zgc:66168","cb965","rps27a","A0A0R4IWH7","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","X1WHF1","zgc:66168","Histone H2B","rps27a","si:dkey-261m9.6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0G2L7I0","zgc:66168","sprtn","rps27a","A0A0G2L7I0","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","Q503V0","zgc:66168","chmp6","rps27a","chmp6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000128775","physical","txid7955" +"Q7SXA3","A0A0R4IBR4","zgc:66168","Hif-3alpha","rps27a","hif1al","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000128775","physical","txid7955" +"Q5RHI5","Q6NWH1","dtl","dcaf10","dtl","Q6NWH1","Denticleless protein homolog","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","string-db","7955.ENSDARP00000047739/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","B0QZE8","dtl","iqwd1","dtl","dcaf6","Denticleless protein homolog","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A0A0R4IMY2","dtl","zgc:73069","dtl","A0A0R4IMY2","Denticleless protein homolog","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","F1Q5P6","dtl","si:dkey-170e5.1","dtl","rpl9","Denticleless protein homolog","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","F1R563","dtl","im:7142218","dtl","si:dkey-28b4.7","Denticleless protein homolog","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","B0V351","dtl","si:dkeyp-98c11.2","dtl","B0V351","Denticleless protein homolog","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q2YDS1","dtl","ddb2","dtl","ddb2","Denticleless protein homolog","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","E7F3Z0","dtl","DDB1 and CUL4-associated factor 15","dtl","dcaf15","Denticleless protein homolog","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","F8W428","dtl","im:7140950","dtl","cul4b","Denticleless protein homolog","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","B8A6D0","dtl","murr1","dtl","B8A6D0","Denticleless protein homolog","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q08BZ1","dtl","wdr22","dtl","Q08BZ1","Denticleless protein homolog","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A4FUL3","dtl","im:7137515","dtl","rbx1","Denticleless protein homolog","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","E9QCG0","dtl","COMM domain-containing protein 6","dtl","commd6","Denticleless protein homolog","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A8WHR0","dtl","dcaf17","dtl","dcaf17","Denticleless protein homolog","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q6DRK4","dtl","zgc:110313","dtl","rfc5","Denticleless protein homolog","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","B3DJF2","dtl","fc31b01","dtl","B3DJF2","Denticleless protein homolog","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","F1QF18","dtl","DDB1 and CUL4-associated factor 8","dtl","dcaf8","Denticleless protein homolog","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q08BB3","dtl","dcaf12","dtl","dcaf12","Denticleless protein homolog","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q6PFV0","dtl","wu:fd14c04","dtl","fbxw5","Denticleless protein homolog","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A0A0R4IUU4","dtl","NEDD8-conjugating enzyme Ubc12","dtl","si:ch1073-205c8.3","Denticleless protein homolog","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q5RHX6","dtl","dcun1d4","dtl","Q5RHX6","Denticleless protein homolog","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q504I6","dtl","ik:tdsubc_2g1","dtl","rpa2","Denticleless protein homolog","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q7T2C1","dtl","zgc:64071","dtl","cul4a","Denticleless protein homolog","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A0A0R4IJR2","dtl","fbxo11","dtl","A0A0R4IJR2","Denticleless protein homolog","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q4V909","dtl","ccdc22","dtl","Q4V909","Denticleless protein homolog","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q7T2A3","dtl","dda1","dtl","dda1","Denticleless protein homolog","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q6NXC6","dtl","wu:fi47e09","dtl","Q6NXC6","Denticleless protein homolog","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","X1WHY6","dtl","ambra1b","dtl","X1WHY6","Denticleless protein homolog","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","F1Q509","dtl","zgc:153556","dtl","commd4","Denticleless protein homolog","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","A4QN68","dtl","si:ch211-154e15.3","dtl","A4QN68","Denticleless protein homolog","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","E7FAG6","dtl","ambra1a","dtl","ambra1a","Denticleless protein homolog","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q68EH9","dtl","crbn","dtl","Q68EH9","Denticleless protein homolog","Protein cereblon (zcrbn)","string-db","7955.ENSDARP00000062723/7955.ENSDARP00000033992","physical","txid7955" +"Q5RHI5","Q9PTP1","dtl","pcna","dtl","pcna","Denticleless protein homolog","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000033992","physical","txid7955" +"Q7T2C1","Q6NXC6","zgc:64071","wu:fi47e09","cul4a","Q6NXC6","Cullin-4A","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","A0A0N4SUD2","zgc:64071","Ubi-p63E","cul4a","ubb","Cullin-4A","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","A0A0R4IUU4","zgc:64071","NEDD8-conjugating enzyme Ubc12","cul4a","si:ch1073-205c8.3","Cullin-4A","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","Q6PFV0","zgc:64071","wu:fd14c04","cul4a","fbxw5","Cullin-4A","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","A0A0R4IMS9","zgc:64071","DNA-directed RNA polymerase subunit","cul4a","polr2a","Cullin-4A","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","Q6DHL4","zgc:64071","sumo2","cul4a","sumo2","Cullin-4A","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","A0A0R4IMY2","zgc:64071","zgc:73069","cul4a","A0A0R4IMY2","Cullin-4A","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","A0A2R8PYT0","zgc:64071","zgc:65951","cul4a","rad23b","Cullin-4A","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000131646","physical","txid7955" +"Q7T2C1","F1QHN6","zgc:64071","im:7042025","cul4a","ubc","Cullin-4A","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000131646","physical","txid7955" +"F1RCN2","A2BIL7","CECR2 histone acetyl-lysine reader","baz1b","cecr2","A2BIL7","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000100992","physical","txid7955" +"F1RCN2","E7F366","CECR2 histone acetyl-lysine reader","Bromodomain PHD finger transcription factor","cecr2","bptf","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000100992","physical","txid7955" +"B8A552","A2BIL7","chunp6878","baz1b","B8A552","A2BIL7","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000107618","physical","txid7955" +"B8A552","Q6DRL5","chunp6878","mybbp1a","B8A552","Q6DRL5","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000107618","physical","txid7955" +"B8A552","A0A0R4IXF6","chunp6878","kat2a","B8A552","kat2a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000107618","physical","txid7955" +"B8A552","Q5SP02","chunp6878","si:ch211-180b22.3","B8A552","taf1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000107618","physical","txid7955" +"B8A552","A0A8M3APY8","chunp6878","myo1c","B8A552","A0A8M3APY8","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000107618","physical","txid7955" +"B8A552","A0A0R4I9V4","chunp6878","DNA-directed RNA polymerase subunit","B8A552","polr1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000107618","physical","txid7955" +"F1Q7Z9","Q7ZVI8","fc50a12","npl4","F1Q7Z9","Q7ZVI8","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000115601","physical","txid7955" +"F1Q7Z9","F1R563","fc50a12","im:7142218","F1Q7Z9","si:dkey-28b4.7","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000115601","physical","txid7955" +"F1Q7Z9","Q7SXA3","fc50a12","zgc:66168","F1Q7Z9","rps27a","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000115601","physical","txid7955" +"F1Q7Z9","F1QHN6","fc50a12","im:7042025","F1Q7Z9","ubc","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000115601","physical","txid7955" +"F1Q7Z9","A0A0G2L7I0","fc50a12","sprtn","F1Q7Z9","A0A0G2L7I0","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000115601","physical","txid7955" +"F1Q7Z9","A0A0N4SUD2","fc50a12","Ubi-p63E","F1Q7Z9","ubb","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000115601","physical","txid7955" +"A2BIL7","Q6DRL5","baz1b","mybbp1a","A2BIL7","Q6DRL5","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000132502","physical","txid7955" +"A2BIL7","A0A0R4IXF6","baz1b","kat2a","A2BIL7","kat2a","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000132502","physical","txid7955" +"F8W428","A0A0R4IUU4","im:7140950","NEDD8-conjugating enzyme Ubc12","cul4b","si:ch1073-205c8.3","Cullin-4B","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","A0A2R8PYT0","im:7140950","zgc:65951","cul4b","rad23b","Cullin-4B","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q6NXC6","im:7140950","wu:fi47e09","cul4b","Q6NXC6","Cullin-4B","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","A0A0R4IMY2","im:7140950","zgc:73069","cul4b","A0A0R4IMY2","Cullin-4B","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q6PFV0","im:7140950","wu:fd14c04","cul4b","fbxw5","Cullin-4B","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","F1QHN6","im:7140950","im:7042025","cul4b","ubc","Cullin-4B","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q6DHL4","im:7140950","sumo2","cul4b","sumo2","Cullin-4B","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","B3DIU1","im:7140950","cul3","cul4b","cul3b","Cullin-4B","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q5SNQ6","im:7140950","si:dkey-12h9.4","cul4b","gtf2h5","Cullin-4B","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","X1WHY6","im:7140950","ambra1b","cul4b","X1WHY6","Cullin-4B","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","A0A0R4IMS9","im:7140950","DNA-directed RNA polymerase subunit","cul4b","polr2a","Cullin-4B","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q7T2C1","im:7140950","zgc:64071","cul4b","cul4a","Cullin-4B","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","A0A0N4SUD2","im:7140950","Ubi-p63E","cul4b","ubb","Cullin-4B","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000124267","physical","txid7955" +"F8W428","Q7SXA3","im:7140950","zgc:66168","cul4b","rps27a","Cullin-4B","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124267","physical","txid7955" +"A0MTA1","Q9PTP1","apex1","pcna","A0MTA1","pcna","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000067373","physical","txid7955" +"A0MTA1","Q6TNU4","apex1","fen1","A0MTA1","fen1","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000067373","physical","txid7955" +"A0MTA1","E7FBZ9","apex1","Si:ch211-141o9.10","A0MTA1","E7FBZ9","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","Si:ch211-141o9.10","string-db","7955.ENSDARP00000145097/7955.ENSDARP00000067373","physical","txid7955" +"A0MTA1","F1Q5P6","apex1","si:dkey-170e5.1","A0MTA1","rpl9","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000067373","physical","txid7955" +"A0MTA1","B0V351","apex1","si:dkeyp-98c11.2","A0MTA1","B0V351","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","DNA polymerase epsilon catalytic subunit (EC 2.7.7.7)","string-db","7955.ENSDARP00000075852/7955.ENSDARP00000067373","physical","txid7955" +"A0MTA1","F1R563","apex1","im:7142218","A0MTA1","si:dkey-28b4.7","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000067373","physical","txid7955" +"F1Q6Y6","B8A552","Remodeling and spacing factor 1 isoform X2","chunp6878","rsf1b.1","B8A552","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000071629","physical","txid7955" +"F1Q6Y6","F1RCN2","Remodeling and spacing factor 1 isoform X2","CECR2 histone acetyl-lysine reader","rsf1b.1","cecr2","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","string-db","7955.ENSDARP00000100992/7955.ENSDARP00000071629","physical","txid7955" +"F1Q6Y6","E7F366","Remodeling and spacing factor 1 isoform X2","Bromodomain PHD finger transcription factor","rsf1b.1","bptf","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000071629","physical","txid7955" +"F1Q6Y6","A2BIL7","Remodeling and spacing factor 1 isoform X2","baz1b","rsf1b.1","A2BIL7","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000071629","physical","txid7955" +"F1Q6Y6","Q6DH34","Remodeling and spacing factor 1 isoform X2","wu:fb49g10","rsf1b.1","Q6DH34","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","Uncharacterized protein LOC436695 (Zgc:92664)","string-db","7955.ENSDARP00000091894/7955.ENSDARP00000071629","physical","txid7955" +"F1QHN6","A8E526","im:7042025","Large ribosomal subunit protein eL14","ubc","A8E526","Polyubiquitin-C (Ubiquitin C)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q6DHS1","im:7042025","wu:fb63d03","ubc","Q6DHS1","Polyubiquitin-C (Ubiquitin C)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q6PH25","im:7042025","zgc:66078","ubc","Q6PH25","Polyubiquitin-C (Ubiquitin C)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","P47794","im:7042025","ccne1","ubc","P47794","Polyubiquitin-C (Ubiquitin C)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A0R4IU39","im:7042025","wu:fe49f10","ubc","cdc20","Polyubiquitin-C (Ubiquitin C)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A0G2L7I0","im:7042025","sprtn","ubc","A0A0G2L7I0","Polyubiquitin-C (Ubiquitin C)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A140LG54","im:7042025","Histone H2B","ubc","si:dkey-23a13.22","Polyubiquitin-C (Ubiquitin C)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q503V0","im:7042025","chmp6","ubc","chmp6","Polyubiquitin-C (Ubiquitin C)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q6Q415","im:7042025","rpl36","ubc","rpl36","Polyubiquitin-C (Ubiquitin C)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A2R8PYT0","im:7042025","zgc:65951","ubc","rad23b","Polyubiquitin-C (Ubiquitin C)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A2R8Q515","im:7042025","fc28d09","ubc","A0A2R8Q515","Polyubiquitin-C (Ubiquitin C)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q90459","im:7042025","ccnd1","ubc","ccnd1","Polyubiquitin-C (Ubiquitin C)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q7T2E8","im:7042025","rhoac","ubc","rhoac","Polyubiquitin-C (Ubiquitin C)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q803G3","im:7042025","fc05c02","ubc","ppp2cb","Polyubiquitin-C (Ubiquitin C)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q803V7","im:7042025","zgc:55452","ubc","cdc34a","Polyubiquitin-C (Ubiquitin C)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","string-db","7955.ENSDARP00000148743/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A0R4IWG0","im:7042025","Epigen","ubc","epgn","Polyubiquitin-C (Ubiquitin C)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A0N4SUD2","im:7042025","Ubi-p63E","ubc","ubb","Polyubiquitin-C (Ubiquitin C)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q6DGL4","im:7042025","60S ribosomal protein L29","ubc","Q6DGL4","Polyubiquitin-C (Ubiquitin C)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A0R4IX01","im:7042025","Beta-klotho","ubc","A0A0R4IX01","Polyubiquitin-C (Ubiquitin C)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q90413","im:7042025","fgfr4","ubc","Q90413","Polyubiquitin-C (Ubiquitin C)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A2R8QA59","im:7042025","Anaphase-promoting complex subunit 1","ubc","anapc1","Polyubiquitin-C (Ubiquitin C)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","Q5XJ36","im:7042025","park7","ubc","park7","Polyubiquitin-C (Ubiquitin C)","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000139647","physical","txid7955" +"F1QHN6","A0A286YBP4","im:7042025","Large ribosomal subunit protein eL28","ubc","rpl28","Polyubiquitin-C (Ubiquitin C)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000139647","physical","txid7955" +"A0A0N4SUD2","Q6PH25","Ubi-p63E","zgc:66078","ubb","Q6PH25","Polyubiquitin-B (Ubiquitin B)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q90413","Ubi-p63E","fgfr4","ubb","Q90413","Polyubiquitin-B (Ubiquitin B)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A2R8QA59","Ubi-p63E","Anaphase-promoting complex subunit 1","ubb","anapc1","Polyubiquitin-B (Ubiquitin B)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q5XJ36","Ubi-p63E","park7","ubb","park7","Polyubiquitin-B (Ubiquitin B)","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q7T2E8","Ubi-p63E","rhoac","ubb","rhoac","Polyubiquitin-B (Ubiquitin B)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A0R4IX01","Ubi-p63E","Beta-klotho","ubb","A0A0R4IX01","Polyubiquitin-B (Ubiquitin B)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A2R8PYT0","Ubi-p63E","zgc:65951","ubb","rad23b","Polyubiquitin-B (Ubiquitin B)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A0R4IWG0","Ubi-p63E","Epigen","ubb","epgn","Polyubiquitin-B (Ubiquitin B)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q803V7","Ubi-p63E","zgc:55452","ubb","cdc34a","Polyubiquitin-B (Ubiquitin B)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","string-db","7955.ENSDARP00000148743/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A0G2L7I0","Ubi-p63E","sprtn","ubb","A0A0G2L7I0","Polyubiquitin-B (Ubiquitin B)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q503V0","Ubi-p63E","chmp6","ubb","chmp6","Polyubiquitin-B (Ubiquitin B)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q6PC01","Ubi-p63E","fau","ubb","Q6PC01","Polyubiquitin-B (Ubiquitin B)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A140LG54","Ubi-p63E","Histone H2B","ubb","si:dkey-23a13.22","Polyubiquitin-B (Ubiquitin B)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A2R8Q515","Ubi-p63E","fc28d09","ubb","A0A2R8Q515","Polyubiquitin-B (Ubiquitin B)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","P47794","Ubi-p63E","ccne1","ubb","P47794","Polyubiquitin-B (Ubiquitin B)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","A0A2R8Q8D7","Ubi-p63E","lyrm4","ubb","si:ch211-152c8.4","Polyubiquitin-B (Ubiquitin B)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q6P5M3","Ubi-p63E","hm:zeh0819","ubb","rps9","Polyubiquitin-B (Ubiquitin B)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000140603","physical","txid7955" +"A0A0N4SUD2","Q6DHS1","Ubi-p63E","wu:fb63d03","ubb","Q6DHS1","Polyubiquitin-B (Ubiquitin B)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000140603","physical","txid7955" +"E7F366","A2BIL7","Bromodomain PHD finger transcription factor","baz1b","bptf","A2BIL7","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000102656","physical","txid7955" +"E7F366","B8A552","Bromodomain PHD finger transcription factor","chunp6878","bptf","B8A552","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000102656","physical","txid7955" +"E7F6Y7","F1R563","DNA polymerase kappa","im:7142218","polk","si:dkey-28b4.7","DNA polymerase kappa","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","string-db","7955.ENSDARP00000119350/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","F1Q5P6","DNA polymerase kappa","si:dkey-170e5.1","polk","rpl9","DNA polymerase kappa","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","A0A0N4SUD2","DNA polymerase kappa","Ubi-p63E","polk","ubb","DNA polymerase kappa","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","Q7SXA3","DNA polymerase kappa","zgc:66168","polk","rps27a","DNA polymerase kappa","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","B0UY97","DNA polymerase kappa","si:dkey-57a22.7","polk","rev1","DNA polymerase kappa","DNA repair protein REV1 (EC 2.7.7.-)","string-db","7955.ENSDARP00000115859/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","F1Q7Z9","DNA polymerase kappa","fc50a12","polk","F1Q7Z9","DNA polymerase kappa","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000078372","physical","txid7955" +"E7F6Y7","F1QHN6","DNA polymerase kappa","im:7042025","polk","ubc","DNA polymerase kappa","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000078372","physical","txid7955" +"Q6P0Z4","Q803C3","sox4","hdac3","sox4a","Q803C3","Transcription factor SOX","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","string-db","7955.ENSDARP00000054625/7955.ENSDARP00000002932","physical","txid7955" +"Q6P0Z4","Q9YHE8","sox4","tcf7l1a","sox4a","tcf7l1a","Transcription factor SOX","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","string-db","7955.ENSDARP00000090035/7955.ENSDARP00000002932","physical","txid7955" +"Q6P0Z4","F1QGH7","sox4","ctnnb1","sox4a","ctnnb1","Transcription factor SOX","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000002932","physical","txid7955" +"Q6P0Z4","Q9W7C0","sox4","Lymphocyte enhancer binding factor 1","sox4a","lef1","Transcription factor SOX","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000002932","physical","txid7955" +"Q803C3","A2T929","hdac3","rxraa","Q803C3","A2T929","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","A4FTT4","hdac3","Su","Q803C3","rbpjb","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","string-db","7955.ENSDARP00000087012/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","A0A0R4IVP0","hdac3","im:7141239","Q803C3","A0A0R4IVP0","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","Q5RIW6","hdac3","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","Q803C3","bach2b","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","string-db","7955.ENSDARP00000116013/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","Q9DFS2","hdac3","klf4","Q803C3","klf17","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","string-db","7955.ENSDARP00000056654/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","K7DY57","hdac3","PPAR[a]","Q803C3","pparab","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","A2RUX0","hdac3","zgc:158242","Q803C3","tbl1x","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","Q503Q8","hdac3","CH211-51H4.1","Q803C3","Q503Q8","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","Q6DRP3","hdac3","fb37b08","Q803C3","snw1","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000054625","physical","txid7955" +"Q803C3","Q7SYN5","hdac3","rxrba","Q803C3","rxrba","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000054625","physical","txid7955" +"Q9YHE8","Q67FY3","tcf7l1a","bcl9l","tcf7l1a","Q67FY3","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","string-db","7955.ENSDARP00000123831/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q800Q5","tcf7l1a","tcf7l1b","tcf7l1a","Q800Q5","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Transcription factor 7-like 1-B (HMG box transcription factor 3-B) (TCF-3-B)","string-db","7955.ENSDARP00000148053/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","O13168","tcf7l1a","tle3b","tcf7l1a","tle3b","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","A4VCF7","tcf7l1a","lnxL","tcf7l1a","lnx2b","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Ligand of numb-protein X 2b (Ligand of numb-protein X-like protein) (Zgc:85925 protein)","string-db","7955.ENSDARP00000096499/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","F1QGH7","tcf7l1a","ctnnb1","tcf7l1a","ctnnb1","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q1RLQ4","tcf7l1a","fa96d06","tcf7l1a","-","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","C-terminal-binding protein 1 (Zgc:136929)","string-db","7955.ENSDARP00000130473/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","F1R405","tcf7l1a","si:ch73-15j19.1","tcf7l1a","bcl9","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","X1WHN7","tcf7l1a","hrpt2","tcf7l1a","cdc73","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","B3DJR5","tcf7l1a","si:ch211-81i17.1","tcf7l1a","tle2a","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","string-db","7955.ENSDARP00000117865/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q5PQZ5","tcf7l1a","SRY-box 17","tcf7l1a","sox17","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","SRY-box 17 (SRY-box containing gene 17) (SRY-box transcription factor 17)","string-db","7955.ENSDARP00000135455/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q7ZSY3","tcf7l1a","smarca4","tcf7l1a","smarca4a","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","A0A0R4IPF2","tcf7l1a","histone acetyltransferase","tcf7l1a","crebbpa","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q1L8T6","tcf7l1a","wu:fc46c10","tcf7l1a","pygo2","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Pygopus homolog 2","string-db","7955.ENSDARP00000117585/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","A0A0R4IBR4","tcf7l1a","Hif-3alpha","tcf7l1a","hif1al","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","Q9W7C0","tcf7l1a","Lymphocyte enhancer binding factor 1","tcf7l1a","lef1","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","B8JKI8","tcf7l1a","htatip","tcf7l1a","kat5b","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000090035","physical","txid7955" +"Q9YHE8","A0A0R4ITC5","tcf7l1a","trrap","tcf7l1a","trrap","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000090035","physical","txid7955" +"Q9W7C0","F1QGH7","Lymphocyte enhancer binding factor 1","ctnnb1","lef1","ctnnb1","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","B3DJR5","Lymphocyte enhancer binding factor 1","si:ch211-81i17.1","lef1","tle2a","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","string-db","7955.ENSDARP00000117865/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","O13168","Lymphocyte enhancer binding factor 1","tle3b","lef1","tle3b","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","B8JKI8","Lymphocyte enhancer binding factor 1","htatip","lef1","kat5b","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","Q1L8T6","Lymphocyte enhancer binding factor 1","wu:fc46c10","lef1","pygo2","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Pygopus homolog 2","string-db","7955.ENSDARP00000117585/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","A0A0R4IPF2","Lymphocyte enhancer binding factor 1","histone acetyltransferase","lef1","crebbpa","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","Q5PQZ5","Lymphocyte enhancer binding factor 1","SRY-box 17","lef1","sox17","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","SRY-box 17 (SRY-box containing gene 17) (SRY-box transcription factor 17)","string-db","7955.ENSDARP00000135455/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","Q67FY3","Lymphocyte enhancer binding factor 1","bcl9l","lef1","Q67FY3","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","string-db","7955.ENSDARP00000123831/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","A0A0R4ITC5","Lymphocyte enhancer binding factor 1","trrap","lef1","trrap","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","X1WHN7","Lymphocyte enhancer binding factor 1","hrpt2","lef1","cdc73","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","F1R405","Lymphocyte enhancer binding factor 1","si:ch73-15j19.1","lef1","bcl9","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","A0A0R4IBR4","Lymphocyte enhancer binding factor 1","Hif-3alpha","lef1","hif1al","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","Q7ZSY3","Lymphocyte enhancer binding factor 1","smarca4","lef1","smarca4a","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000114249","physical","txid7955" +"Q9W7C0","Q800Q5","Lymphocyte enhancer binding factor 1","tcf7l1b","lef1","Q800Q5","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","Transcription factor 7-like 1-B (HMG box transcription factor 3-B) (TCF-3-B)","string-db","7955.ENSDARP00000148053/7955.ENSDARP00000114249","physical","txid7955" +"F1QTT7","Q6DRK7","fb70b04","Serine/threonine-protein kinase PLK","F1QTT7","plk1","G-2 and S-phase-expressed 1 (G2 and S phase-expressed protein 1 isoform X1)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000002941","physical","txid7955" +"F1QTT7","P79734","fb70b04","tp53","F1QTT7","tp53","G-2 and S-phase-expressed 1 (G2 and S phase-expressed protein 1 isoform X1)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000002941","physical","txid7955" +"Q6DRK7","F1Q5X3","Serine/threonine-protein kinase PLK","wu:fb54g06","plk1","cdc27","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A0A140LGS2","Serine/threonine-protein kinase PLK","Histone H2A","plk1","si:ch1073-153i20.5","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q71PD7","Serine/threonine-protein kinase PLK","h2az2a","plk1","h2az2a","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","X1WHF1","Serine/threonine-protein kinase PLK","Histone H2B","plk1","si:dkey-261m9.6","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A9C3Q3","Serine/threonine-protein kinase PLK","si:ch211-127h20.1","plk1","anapc7","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","E7EZX1","Serine/threonine-protein kinase PLK","si:dkey-261m9.15","plk1","hist1h2a5","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","R4GE15","Serine/threonine-protein kinase PLK","si:ch211-113a14.29","plk1","si:ch211-113a14.22","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","F1QHN6","Serine/threonine-protein kinase PLK","im:7042025","plk1","ubc","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","E7F5W3","Serine/threonine-protein kinase PLK","si:dkey-108k21.26","plk1","hist1h2a10","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q5BJA5","Serine/threonine-protein kinase PLK",";","plk1","-","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","I3ISP1","Serine/threonine-protein kinase PLK","fc85c01","plk1","pcnt","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q7ZTT0","Serine/threonine-protein kinase PLK","zgc:56685","plk1","Q7ZTT0","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","E7FCJ1","Serine/threonine-protein kinase PLK","Anaphase-promoting complex subunit 10","plk1","anapc10","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A4FVM2","Serine/threonine-protein kinase PLK","si:ch73-368j24.13","plk1","A4FVM2","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q561X1","Serine/threonine-protein kinase PLK","zgc:110659","plk1","anapc16","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q561S9","Serine/threonine-protein kinase PLK","H2A","plk1","hist1h2a3","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q5XJK2","Serine/threonine-protein kinase PLK","h2afx1","plk1","h2ax1","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q6PI20","Serine/threonine-protein kinase PLK","h3f3a; h3f3b.1; h3-5; h3f3d","plk1","h3f3a;h3f3b.1;h3-5;h3f3d","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","E7FH61","Serine/threonine-protein kinase PLK","ncapg2","plk1","ncapg2","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q4QRF4","Serine/threonine-protein kinase PLK","; ;","plk1","-","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q68EK9","Serine/threonine-protein kinase PLK","cdc26","plk1","cdc26","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","E7EXD7","Serine/threonine-protein kinase PLK","si:dkey-261m9.11","plk1","si:ch211-113a14.19","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A0A0N4SUD2","Serine/threonine-protein kinase PLK","Ubi-p63E","plk1","ubb","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","B8A5K9","Serine/threonine-protein kinase PLK","SMC2L1","plk1","smc2","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A0A140LG54","Serine/threonine-protein kinase PLK","Histone H2B","plk1","si:dkey-23a13.22","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A0A0R4ISV4","Serine/threonine-protein kinase PLK","si:ch73-203i15.5","plk1","anapc2","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q7SXA3","Serine/threonine-protein kinase PLK","zgc:66168","plk1","rps27a","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A1IH00","Serine/threonine-protein kinase PLK","golga2","plk1","golga2","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","Q08BH9","Serine/threonine-protein kinase PLK","si:dkey-237i9.4","plk1","anapc11","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","X1WDH8","Serine/threonine-protein kinase PLK","Histone H2B","plk1","si:dkey-261m9.19","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000075786","physical","txid7955" +"Q6DRK7","A0A2R8QA59","Serine/threonine-protein kinase PLK","Anaphase-promoting complex subunit 1","plk1","anapc1","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000075786","physical","txid7955" +"B8JIA4","Q1LUQ0","fc12c04","jmjd2b","nsd2","kdm4b","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","F1QJB6","fc12c04","non-specific serine/threonine protein kinase","nsd2","atm","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q5XJK2","fc12c04","h2afx1","nsd2","h2ax1","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","A0A8N7T6W3","fc12c04","Mediator of DNA damage checkpoint protein 1","nsd2","A0A8N7T6W3","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","B3DJF8","fc12c04","LOC570661","nsd2","LOC570661","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","F1R4C4","fc12c04","pias4a","nsd2","pias4a","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","A0A140LG54","fc12c04","Histone H2B","nsd2","si:dkey-23a13.22","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","F1QNG0","fc12c04","[histone H3]-trimethyl-L-lysine","nsd2","kdm4ab","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000009763/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q6PC60","fc12c04","hist2h2l","nsd2","hist2h2l","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q7ZTT0","fc12c04","zgc:56685","nsd2","Q7ZTT0","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","A0A8M9QPT3","fc12c04","fc38f05","nsd2","A0A8M9QPT3","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q803J2","fc12c04","ube2n","nsd2","ube2na","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000003705/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q803C1","fc12c04","rnf8","nsd2","Q803C1","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q5BJA5","fc12c04",";","nsd2","-","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","B8JKI8","fc12c04","htatip","nsd2","kat5b","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","A0A8N7UW22","fc12c04","DNA repair protein RAD50","nsd2","A0A8N7UW22","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","R4GE15","fc12c04","si:ch211-113a14.29","nsd2","si:ch211-113a14.22","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q5RGE5","fc12c04","dclre1c","nsd2","dclre1c","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","X1WDH8","fc12c04","Histone H2B","nsd2","si:dkey-261m9.19","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","X1WHF1","fc12c04","Histone H2B","nsd2","si:dkey-261m9.6","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q5I2W8","fc12c04","nbn","nsd2","nbn","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q7T3F3","fc12c04","ube2nl","nsd2","ube2nb","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q6PEH5","fc12c04","ube2v2","nsd2","ube2v2","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","Ubiquitin-conjugating enzyme E2 variant 2","string-db","7955.ENSDARP00000004795/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q7T308","fc12c04","rnf168","nsd2","Q7T308","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q6AXK4","fc12c04","babam1","nsd2","babam1","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q568D5","fc12c04","babam2","nsd2","Q568D5","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000002944","physical","txid7955" +"B8JIA4","Q1LVP6","fc12c04","abraxas1","nsd2","abraxas1","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000002944","physical","txid7955" +"Q5I2W8","F1QJL4","nbn","im:7139055","nbn","F1QJL4","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q7ZVM9","nbn","rmi1","nbn","Q7ZVM9","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q1LUQ0","nbn","jmjd2b","nbn","kdm4b","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","F1R4C4","nbn","pias4a","nbn","pias4a","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A8M2B481","nbn","fancd1","nbn","A0A8M2B481","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q6AXK4","nbn","babam1","nbn","babam1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","R4GE15","nbn","si:ch211-113a14.29","nbn","si:ch211-113a14.22","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A0R4IUC9","nbn","RecQ mediated genome instability 2","nbn","A0A0R4IUC9","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A8M9QPT3","nbn","fc38f05","nbn","A0A8M9QPT3","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q803C1","nbn","rnf8","nbn","Q803C1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q803U7","nbn","exo1","nbn","Q803U7","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q1LXB1","nbn","si:dkey-42i9.5","nbn","atrip","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q5BJA5","nbn",";","nbn","-","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A8N7UW22","nbn","DNA repair protein RAD50","nbn","A0A8N7UW22","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A2R8RVN3","nbn","DNA topoisomerase 2-binding protein 1","nbn","topbp1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q6TNU4","nbn","fen1","nbn","fen1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q6P2T4","nbn","zgc:56502","nbn","rad1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","F1QXE3","nbn","zgc:112400","nbn","rad52","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q5TYR1","nbn","wu:fb38e12","nbn","rad51","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","B8JKI8","nbn","htatip","nbn","kat5b","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q5RGE5","nbn","dclre1c","nbn","dclre1c","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q7ZTT0","nbn","zgc:56685","nbn","Q7ZTT0","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","E7F0N6","nbn","Amyloid beta","nbn","apbb1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q1LVP6","nbn","abraxas1","nbn","abraxas1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","B3DJF8","nbn","LOC570661","nbn","LOC570661","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q7T3F3","nbn","ube2nl","nbn","ube2nb","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A140LG54","nbn","Histone H2B","nbn","si:dkey-23a13.22","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A8M6YW51","nbn","DNA helicase","nbn","A0A8M6YW51","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","E7F2N1","nbn","si:ch73-352p4.5","nbn","si:ch73-352p4.5","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A0A8N7T6W3","nbn","Mediator of DNA damage checkpoint protein 1","nbn","A0A8N7T6W3","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","X1WCF3","nbn","DNA topoisomerase","nbn","top3a","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","B7ZDD5","nbn","fancj","nbn","brip1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","F1R983","nbn","rbbp8","nbn","rbbp8","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","B0S509","nbn","rad9a","nbn","B0S509","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","A2BGQ6","nbn","zgc:91969","nbn","rad17","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","X1WHF1","nbn","Histone H2B","nbn","si:dkey-261m9.6","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","X1WDH8","nbn","Histone H2B","nbn","si:dkey-261m9.19","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q7T308","nbn","rnf168","nbn","Q7T308","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","F1Q4P4","nbn","DNA polymerase theta","nbn","polq","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA polymerase theta (Polymerase (DNA directed), theta)","string-db","7955.ENSDARP00000065555/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","F1R474","nbn","zgc:77165","nbn","rad51d","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000058973","physical","txid7955" +"Q5I2W8","Q5XJK2","nbn","h2afx1","nbn","h2ax1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000058973","physical","txid7955" +"Q5RGE5","E7F558","dclre1c","Mismatch repair endonuclease PMS2","dclre1c","pms2","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A0A8N7T6W3","dclre1c","Mediator of DNA damage checkpoint protein 1","dclre1c","A0A8N7T6W3","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q5XJK2","dclre1c","h2afx1","dclre1c","h2ax1","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","F1R4C4","dclre1c","pias4a","dclre1c","pias4a","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","B3DFL2","dclre1c","im:7144246","dclre1c","B3DFL2","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","B3DJF8","dclre1c","LOC570661","dclre1c","LOC570661","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","F1QZ60","dclre1c","Ku70","dclre1c","xrcc6","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A4FVI0","dclre1c","zswim7","dclre1c","zswim7","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","B8JKI8","dclre1c","htatip","dclre1c","kat5b","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A0A140LG54","dclre1c","Histone H2B","dclre1c","si:dkey-23a13.22","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","X1WDH8","dclre1c","Histone H2B","dclre1c","si:dkey-261m9.19","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q5BJA5","dclre1c",";","dclre1c","-","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q6NV18","dclre1c","nhej1","dclre1c","Q6NV18","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q7T3F3","dclre1c","ube2nl","dclre1c","ube2nb","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A0A8N7UW22","dclre1c","DNA repair protein RAD50","dclre1c","A0A8N7UW22","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","F1Q9E8","dclre1c","zgc:165595","dclre1c","lig4","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q7ZTT0","dclre1c","zgc:56685","dclre1c","Q7ZTT0","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","E9QGK9","dclre1c","c19orf39","dclre1c","swsap1","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q803C1","dclre1c","rnf8","dclre1c","Q803C1","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A0A0R4IB13","dclre1c","Ku80","dclre1c","A0A0R4IB13","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","R4GE15","dclre1c","si:ch211-113a14.29","dclre1c","si:ch211-113a14.22","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","A0A8M9QPT3","dclre1c","fc38f05","dclre1c","A0A8M9QPT3","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","X1WHF1","dclre1c","Histone H2B","dclre1c","si:dkey-261m9.6","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000067187","physical","txid7955" +"Q5RGE5","Q7T308","dclre1c","rnf168","dclre1c","Q7T308","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000067187","physical","txid7955" +"Q803J2","A0A8M2BAK6","ube2n","Helicase-like transcription factor","ube2na","A0A8M2BAK6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6AXK4","ube2n","babam1","ube2na","babam1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","X1WD98","ube2n","E3 ubiquitin-protein ligase SHPRH isoform X1","ube2na","shprh","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","string-db","7955.ENSDARP00000128195/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6PC60","ube2n","hist2h2l","ube2na","hist2h2l","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F8W3K2","ube2n","card15","ube2na","nod2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5XJK2","ube2n","h2afx1","ube2na","h2ax1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q1LX78","ube2n","cftr","ube2na","Q1LX78","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q7T308","ube2n","rnf168","ube2na","Q7T308","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q3B7P7","ube2n","wu:fa91f08","ube2na","uba52","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q8JHI3","ube2n","arl13b","ube2na","arl13b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q803C1","ube2n","rnf8","ube2na","Q803C1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F1R4C4","ube2n","pias4a","ube2na","pias4a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","I3ISP1","ube2n","fc85c01","ube2na","pcnt","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5XJ36","ube2n","park7","ube2na","park7","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A0A0N4SUD2","ube2n","Ubi-p63E","ube2na","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A4IFZ0","ube2n","map3k7ip3l","ube2na","tab3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","string-db","7955.ENSDARP00000083707/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","E7F7M5","ube2n","E3 ubiquitin-protein ligase pellino homolog 1-like","ube2na","peli3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","string-db","7955.ENSDARP00000108458/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A0A8M9QPT3","ube2n","fc38f05","ube2na","A0A8M9QPT3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q1LUQ0","ube2n","jmjd2b","ube2na","kdm4b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F6NJE2","ube2n","Interleukin-1 receptor-associated kinase 1","ube2na","irak1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6IWL4","ube2n","traf6","ube2na","traf6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6DHJ8","ube2n","zgc:92268","ube2na","peli2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","string-db","7955.ENSDARP00000049502/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q568D5","ube2n","babam2","ube2na","Q568D5","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","X1WHF1","ube2n","Histone H2B","ube2na","si:dkey-261m9.6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F1QJB6","ube2n","non-specific serine/threonine protein kinase","ube2na","atm","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A0A140LG54","ube2n","Histone H2B","ube2na","si:dkey-23a13.22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q7ZW78","ube2n","rnf181","ube2na","rnf181","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","string-db","7955.ENSDARP00000038991/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","R4GE15","ube2n","si:ch211-113a14.29","ube2na","si:ch211-113a14.22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6PEH5","ube2n","ube2v2","ube2na","ube2v2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-conjugating enzyme E2 variant 2","string-db","7955.ENSDARP00000004795/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5BJA5","ube2n",";","ube2na","-","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","E7F8A6","ube2n","B-cell lymphoma/leukemia 10 isoform X1","ube2na","bcl10","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5RGE5","ube2n","dclre1c","ube2na","dclre1c","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","B3DJF8","ube2n","LOC570661","ube2na","LOC570661","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F1QNG0","ube2n","[histone H3]-trimethyl-L-lysine","ube2na","kdm4ab","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000009763/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","X1WDH8","ube2n","Histone H2B","ube2na","si:dkey-261m9.19","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q58EC8","ube2n","rnf152","ube2na","Q58EC8","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf152 (EC 2.3.2.27) (RING finger protein 152) (RING-type E3 ubiquitin transferase rnf152)","string-db","7955.ENSDARP00000106876/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","B8JKI8","ube2n","htatip","ube2na","kat5b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q6DGE1","ube2n","zgc:100921","ube2na","Q6DGE1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q7ZTT0","ube2n","zgc:56685","ube2na","Q7ZTT0","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A0A8N7UW22","ube2n","DNA repair protein RAD50","ube2na","A0A8N7UW22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q1LVP6","ube2n","abraxas1","ube2na","abraxas1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F1R789","ube2n","Caltractin","ube2na","cetn4","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q9PTP1","ube2n","pcna","ube2na","pcna","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A4QN36","ube2n","zgc:153297","ube2na","peli1b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","string-db","7955.ENSDARP00000087380/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q7SXA3","ube2n","zgc:66168","ube2na","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5RFW2","ube2n","tab2","ube2na","tab2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","string-db","7955.ENSDARP00000019647/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q7T3F3","ube2n","ube2nl","ube2na","ube2nb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","F1QHN6","ube2n","im:7042025","ube2na","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","A0A8N7T6W3","ube2n","Mediator of DNA damage checkpoint protein 1","ube2na","A0A8N7T6W3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000003705","physical","txid7955" +"Q803J2","Q5I2W8","ube2n","nbn","ube2na","nbn","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000003705","physical","txid7955" +"Q568D5","F1R4C4","babam2","pias4a","Q568D5","pias4a","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q4FZZ7","babam2","hist1h2a2","Q568D5","hist1h2a2","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q7T3F3","babam2","ube2nl","Q568D5","ube2nb","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A9LDD9","babam2","glycine hydroxymethyltransferase","Q568D5","shmt2","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","glycine hydroxymethyltransferase (EC 2.1.2.1)","string-db","7955.ENSDARP00000132340/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q803C1","babam2","rnf8","Q568D5","Q803C1","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A8M9QPT3","babam2","fc38f05","Q568D5","A0A8M9QPT3","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A4FVM2","babam2","si:ch73-368j24.13","Q568D5","A4FVM2","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","X1WHF1","babam2","Histone H2B","Q568D5","si:dkey-261m9.6","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A140LGS2","babam2","Histone H2A","Q568D5","si:ch1073-153i20.5","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A386CAB9","babam2","nlrp1","Q568D5","A0A386CAB9","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q1LVP6","babam2","abraxas1","Q568D5","abraxas1","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","X1WDH8","babam2","Histone H2B","Q568D5","si:dkey-261m9.19","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","E7EXD7","babam2","si:dkey-261m9.11","Q568D5","si:ch211-113a14.19","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","E7FE07","babam2","si:ch211-113a14.16","Q568D5","E7FE07","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A8N7UW22","babam2","DNA repair protein RAD50","Q568D5","A0A8N7UW22","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","R4GE15","babam2","si:ch211-113a14.29","Q568D5","si:ch211-113a14.22","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q5XJK2","babam2","h2afx1","Q568D5","h2ax1","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q7T308","babam2","rnf168","Q568D5","Q7T308","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q7ZTT0","babam2","zgc:56685","Q568D5","Q7ZTT0","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","B8JKI8","babam2","htatip","Q568D5","kat5b","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","E7F5W3","babam2","si:dkey-108k21.26","Q568D5","hist1h2a10","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q5BJA5","babam2",";","Q568D5","-","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A8N7T6W3","babam2","Mediator of DNA damage checkpoint protein 1","Q568D5","A0A8N7T6W3","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q6AXK4","babam2","babam1","Q568D5","babam1","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q561S9","babam2","H2A","Q568D5","hist1h2a3","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","Q5I2W8","babam2","nbn","Q568D5","nbn","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","B3DJF8","babam2","LOC570661","Q568D5","LOC570661","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","A0A140LG54","babam2","Histone H2B","Q568D5","si:dkey-23a13.22","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000056741","physical","txid7955" +"Q568D5","E7EZX1","babam2","si:dkey-261m9.15","Q568D5","hist1h2a5","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000056741","physical","txid7955" +"F1QNG0","Q803C1","[histone H3]-trimethyl-L-lysine","rnf8","kdm4ab","Q803C1","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q6PC60","[histone H3]-trimethyl-L-lysine","hist2h2l","kdm4ab","hist2h2l","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","B3DJF8","[histone H3]-trimethyl-L-lysine","LOC570661","kdm4ab","LOC570661","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","R4GE15","[histone H3]-trimethyl-L-lysine","si:ch211-113a14.29","kdm4ab","si:ch211-113a14.22","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","B8JKI8","[histone H3]-trimethyl-L-lysine","htatip","kdm4ab","kat5b","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","A0A8N7UW22","[histone H3]-trimethyl-L-lysine","DNA repair protein RAD50","kdm4ab","A0A8N7UW22","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q5I2W8","[histone H3]-trimethyl-L-lysine","nbn","kdm4ab","nbn","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q5BJA5","[histone H3]-trimethyl-L-lysine",";","kdm4ab","-","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q7ZTT0","[histone H3]-trimethyl-L-lysine","zgc:56685","kdm4ab","Q7ZTT0","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q7T308","[histone H3]-trimethyl-L-lysine","rnf168","kdm4ab","Q7T308","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","X1WDH8","[histone H3]-trimethyl-L-lysine","Histone H2B","kdm4ab","si:dkey-261m9.19","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","X1WHF1","[histone H3]-trimethyl-L-lysine","Histone H2B","kdm4ab","si:dkey-261m9.6","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","F1R4C4","[histone H3]-trimethyl-L-lysine","pias4a","kdm4ab","pias4a","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","A0A8M9QPT3","[histone H3]-trimethyl-L-lysine","fc38f05","kdm4ab","A0A8M9QPT3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","A0A140LG54","[histone H3]-trimethyl-L-lysine","Histone H2B","kdm4ab","si:dkey-23a13.22","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","A0A8N7T6W3","[histone H3]-trimethyl-L-lysine","Mediator of DNA damage checkpoint protein 1","kdm4ab","A0A8N7T6W3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q5XJK2","[histone H3]-trimethyl-L-lysine","h2afx1","kdm4ab","h2ax1","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","Q7T3F3","[histone H3]-trimethyl-L-lysine","ube2nl","kdm4ab","ube2nb","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000009763","physical","txid7955" +"F1QNG0","F1QJB6","[histone H3]-trimethyl-L-lysine","non-specific serine/threonine protein kinase","kdm4ab","atm","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000009763","physical","txid7955" +"A0A8N7UW22","X1WHF1","DNA repair protein RAD50","Histone H2B","A0A8N7UW22","si:dkey-261m9.6","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","R4GE15","DNA repair protein RAD50","si:ch211-113a14.29","A0A8N7UW22","si:ch211-113a14.22","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","A0A2R8RVN3","DNA repair protein RAD50","DNA topoisomerase 2-binding protein 1","A0A8N7UW22","topbp1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","X1WDH8","DNA repair protein RAD50","Histone H2B","A0A8N7UW22","si:dkey-261m9.19","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","Q7ZTT0","DNA repair protein RAD50","zgc:56685","A0A8N7UW22","Q7ZTT0","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","Q1LUQ0","DNA repair protein RAD50","jmjd2b","A0A8N7UW22","kdm4b","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","A0A0R4IUC9","DNA repair protein RAD50","RecQ mediated genome instability 2","A0A8N7UW22","A0A0R4IUC9","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","A0A8M6YW51","DNA repair protein RAD50","DNA helicase","A0A8N7UW22","A0A8M6YW51","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","Q6TNU4","DNA repair protein RAD50","fen1","A0A8N7UW22","fen1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","A0A8M9QPT3","DNA repair protein RAD50","fc38f05","A0A8N7UW22","A0A8M9QPT3","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","X1WCF3","DNA repair protein RAD50","DNA topoisomerase","A0A8N7UW22","top3a","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","A0A140LG54","DNA repair protein RAD50","Histone H2B","A0A8N7UW22","si:dkey-23a13.22","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","Q803C1","DNA repair protein RAD50","rnf8","A0A8N7UW22","Q803C1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000124284","physical","txid7955" +"A0A8N7UW22","Q7T308","DNA repair protein RAD50","rnf168","A0A8N7UW22","Q7T308","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000124284","physical","txid7955" +"Q6PEH5","X1WD98","ube2v2","E3 ubiquitin-protein ligase SHPRH isoform X1","ube2v2","shprh","Ubiquitin-conjugating enzyme E2 variant 2","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","string-db","7955.ENSDARP00000128195/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q5XJK2","ube2v2","h2afx1","ube2v2","h2ax1","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q7ZTT0","ube2v2","zgc:56685","ube2v2","Q7ZTT0","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A8M2BAK6","ube2v2","Helicase-like transcription factor","ube2v2","A0A8M2BAK6","Ubiquitin-conjugating enzyme E2 variant 2","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q1LVP6","ube2v2","abraxas1","ube2v2","abraxas1","Ubiquitin-conjugating enzyme E2 variant 2","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","X1WDH8","ube2v2","Histone H2B","ube2v2","si:dkey-261m9.19","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","F1R4C4","ube2v2","pias4a","ube2v2","pias4a","Ubiquitin-conjugating enzyme E2 variant 2","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q7T308","ube2v2","rnf168","ube2v2","Q7T308","Ubiquitin-conjugating enzyme E2 variant 2","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q9PTP1","ube2v2","pcna","ube2v2","pcna","Ubiquitin-conjugating enzyme E2 variant 2","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q5RGE5","ube2v2","dclre1c","ube2v2","dclre1c","Ubiquitin-conjugating enzyme E2 variant 2","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","X1WHF1","ube2v2","Histone H2B","ube2v2","si:dkey-261m9.6","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q6PC60","ube2v2","hist2h2l","ube2v2","hist2h2l","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q6AXK4","ube2v2","babam1","ube2v2","babam1","Ubiquitin-conjugating enzyme E2 variant 2","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q1LUQ0","ube2v2","jmjd2b","ube2v2","kdm4b","Ubiquitin-conjugating enzyme E2 variant 2","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A140LG54","ube2v2","Histone H2B","ube2v2","si:dkey-23a13.22","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q5I2W8","ube2v2","nbn","ube2v2","nbn","Ubiquitin-conjugating enzyme E2 variant 2","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q7T3F3","ube2v2","ube2nl","ube2v2","ube2nb","Ubiquitin-conjugating enzyme E2 variant 2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q6DGE1","ube2v2","zgc:100921","ube2v2","Q6DGE1","Ubiquitin-conjugating enzyme E2 variant 2","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A8N7T6W3","ube2v2","Mediator of DNA damage checkpoint protein 1","ube2v2","A0A8N7T6W3","Ubiquitin-conjugating enzyme E2 variant 2","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","B3DJF8","ube2v2","LOC570661","ube2v2","LOC570661","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","B8JKI8","ube2v2","htatip","ube2v2","kat5b","Ubiquitin-conjugating enzyme E2 variant 2","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A8N7UW22","ube2v2","DNA repair protein RAD50","ube2v2","A0A8N7UW22","Ubiquitin-conjugating enzyme E2 variant 2","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q5BJA5","ube2v2",";","ube2v2","-","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q568D5","ube2v2","babam2","ube2v2","Q568D5","Ubiquitin-conjugating enzyme E2 variant 2","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","F1QJB6","ube2v2","non-specific serine/threonine protein kinase","ube2v2","atm","Ubiquitin-conjugating enzyme E2 variant 2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A0N4SUD2","ube2v2","Ubi-p63E","ube2v2","ubb","Ubiquitin-conjugating enzyme E2 variant 2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q7SXA3","ube2v2","zgc:66168","ube2v2","rps27a","Ubiquitin-conjugating enzyme E2 variant 2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","F1QNG0","ube2v2","[histone H3]-trimethyl-L-lysine","ube2v2","kdm4ab","Ubiquitin-conjugating enzyme E2 variant 2","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000009763/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","R4GE15","ube2v2","si:ch211-113a14.29","ube2v2","si:ch211-113a14.22","Ubiquitin-conjugating enzyme E2 variant 2","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","F1QHN6","ube2v2","im:7042025","ube2v2","ubc","Ubiquitin-conjugating enzyme E2 variant 2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","Q803C1","ube2v2","rnf8","ube2v2","Q803C1","Ubiquitin-conjugating enzyme E2 variant 2","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000004795","physical","txid7955" +"Q6PEH5","A0A8M9QPT3","ube2v2","fc38f05","ube2v2","A0A8M9QPT3","Ubiquitin-conjugating enzyme E2 variant 2","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000004795","physical","txid7955" +"B8JKI8","Q1LUQ0","htatip","jmjd2b","kat5b","kdm4b","Histone acetyltransferase (EC 2.3.1.48)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A140LG54","htatip","Histone H2B","kat5b","si:dkey-23a13.22","Histone acetyltransferase (EC 2.3.1.48)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","X1WDH8","htatip","Histone H2B","kat5b","si:dkey-261m9.19","Histone acetyltransferase (EC 2.3.1.48)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A8M9QPT3","htatip","fc38f05","kat5b","A0A8M9QPT3","Histone acetyltransferase (EC 2.3.1.48)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","Q7ZTT0","htatip","zgc:56685","kat5b","Q7ZTT0","Histone acetyltransferase (EC 2.3.1.48)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","X1WHF1","htatip","Histone H2B","kat5b","si:dkey-261m9.6","Histone acetyltransferase (EC 2.3.1.48)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A0R4IUC9","htatip","RecQ mediated genome instability 2","kat5b","A0A0R4IUC9","Histone acetyltransferase (EC 2.3.1.48)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A8N7UW22","htatip","DNA repair protein RAD50","kat5b","A0A8N7UW22","Histone acetyltransferase (EC 2.3.1.48)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","F1QAV3","htatip","YEATS domain-containing 2","kat5b","yeats2","Histone acetyltransferase (EC 2.3.1.48)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A2R8RVN3","htatip","DNA topoisomerase 2-binding protein 1","kat5b","topbp1","Histone acetyltransferase (EC 2.3.1.48)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","Q7T308","htatip","rnf168","kat5b","Q7T308","Histone acetyltransferase (EC 2.3.1.48)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","F1QUH6","htatip","KAT8 regulatory NSL complex subunit 1","kat5b","kansl1b","Histone acetyltransferase (EC 2.3.1.48)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","Q6P0C9","htatip","fkd7","kat5b","foxa1","Histone acetyltransferase (EC 2.3.1.48)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","Q803C1","htatip","rnf8","kat5b","Q803C1","Histone acetyltransferase (EC 2.3.1.48)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","Q6AZD3","htatip","meaf6","kat5b","meaf6","Histone acetyltransferase (EC 2.3.1.48)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","R4GE15","htatip","si:ch211-113a14.29","kat5b","si:ch211-113a14.22","Histone acetyltransferase (EC 2.3.1.48)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","F1QGH7","htatip","ctnnb1","kat5b","ctnnb1","Histone acetyltransferase (EC 2.3.1.48)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A0R4ICZ3","htatip","Enhancer of polycomb homolog","kat5b","epc1a","Histone acetyltransferase (EC 2.3.1.48)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","X1WCF3","htatip","DNA topoisomerase","kat5b","top3a","Histone acetyltransferase (EC 2.3.1.48)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A8M6YW51","htatip","DNA helicase","kat5b","A0A8M6YW51","Histone acetyltransferase (EC 2.3.1.48)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","A0A0R4ITC5","htatip","trrap","kat5b","trrap","Histone acetyltransferase (EC 2.3.1.48)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000123237","physical","txid7955" +"B8JKI8","F8W3Z2","htatip","zgc:110167","kat5b","actl6b","Histone acetyltransferase (EC 2.3.1.48)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000123237","physical","txid7955" +"A0A8M9QPT3","A0A0R4IUC9","fc38f05","RecQ mediated genome instability 2","A0A8M9QPT3","A0A0R4IUC9","Double-strand break repair protein","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000139437","physical","txid7955" +"A0A8M9QPT3","A0A8M6YW51","fc38f05","DNA helicase","A0A8M9QPT3","A0A8M6YW51","Double-strand break repair protein","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000139437","physical","txid7955" +"A0A8M9QPT3","Q6TNU4","fc38f05","fen1","A0A8M9QPT3","fen1","Double-strand break repair protein","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000139437","physical","txid7955" +"A0A8M9QPT3","A0A2R8RVN3","fc38f05","DNA topoisomerase 2-binding protein 1","A0A8M9QPT3","topbp1","Double-strand break repair protein","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000139437","physical","txid7955" +"A0A8M9QPT3","A0A140LG54","fc38f05","Histone H2B","A0A8M9QPT3","si:dkey-23a13.22","Double-strand break repair protein","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000139437","physical","txid7955" +"A0A8M9QPT3","Q7T308","fc38f05","rnf168","A0A8M9QPT3","Q7T308","Double-strand break repair protein","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000139437","physical","txid7955" +"Q803C1","R4GE15","rnf8","si:ch211-113a14.29","Q803C1","si:ch211-113a14.22","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","Q7ZTT0","rnf8","zgc:56685","Q803C1","Q7ZTT0","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","Q7T308","rnf8","rnf168","Q803C1","Q7T308","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","X1WHF1","rnf8","Histone H2B","Q803C1","si:dkey-261m9.6","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","A0A8M9QPT3","rnf8","fc38f05","Q803C1","A0A8M9QPT3","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","Q1LUQ0","rnf8","jmjd2b","Q803C1","kdm4b","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","A0A140LG54","rnf8","Histone H2B","Q803C1","si:dkey-23a13.22","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000125628","physical","txid7955" +"Q803C1","X1WDH8","rnf8","Histone H2B","Q803C1","si:dkey-261m9.19","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000125628","physical","txid7955" +"Q7T3F3","A0A8M2BAK6","ube2nl","Helicase-like transcription factor","ube2nb","A0A8M2BAK6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q9PTP1","ube2nl","pcna","ube2nb","pcna","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q5BJA5","ube2nl",";","ube2nb","-","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q789K9","ube2nl","mp:zf637-2-000771","ube2nb","ube2a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A4IFZ0","ube2nl","map3k7ip3l","ube2nb","tab3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","string-db","7955.ENSDARP00000083707/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","X1WHF1","ube2nl","Histone H2B","ube2nb","si:dkey-261m9.6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","F1QHN6","ube2nl","im:7042025","ube2nb","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q803C1","ube2nl","rnf8","ube2nb","Q803C1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","F6NJE2","ube2nl","Interleukin-1 receptor-associated kinase 1","ube2nb","irak1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q7T308","ube2nl","rnf168","ube2nb","Q7T308","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","E7F7M5","ube2nl","E3 ubiquitin-protein ligase pellino homolog 1-like","ube2nb","peli3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","string-db","7955.ENSDARP00000108458/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","R4GE15","ube2nl","si:ch211-113a14.29","ube2nb","si:ch211-113a14.22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","B8JKI8","ube2nl","htatip","ube2nb","kat5b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","F1R926","ube2nl","E3 ubiquitin protein ligase","ube2nb","rnf20","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q5XJ36","ube2nl","park7","ube2nb","park7","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A4QN36","ube2nl","zgc:153297","ube2nb","peli1b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","string-db","7955.ENSDARP00000087380/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A0A140LG54","ube2nl","Histone H2B","ube2nb","si:dkey-23a13.22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","F8W3K2","ube2nl","card15","ube2nb","nod2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q6AXK4","ube2nl","babam1","ube2nb","babam1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","X1WD98","ube2nl","E3 ubiquitin-protein ligase SHPRH isoform X1","ube2nb","shprh","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","string-db","7955.ENSDARP00000128195/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q8JHI3","ube2nl","arl13b","ube2nb","arl13b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q7ZTT0","ube2nl","zgc:56685","ube2nb","Q7ZTT0","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q58EC8","ube2nl","rnf152","ube2nb","Q58EC8","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase rnf152 (EC 2.3.2.27) (RING finger protein 152) (RING-type E3 ubiquitin transferase rnf152)","string-db","7955.ENSDARP00000106876/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A0A0N4SUD2","ube2nl","Ubi-p63E","ube2nb","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q7SXA3","ube2nl","zgc:66168","ube2nb","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A0A8N7T6W3","ube2nl","Mediator of DNA damage checkpoint protein 1","ube2nb","A0A8N7T6W3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","B3DJF8","ube2nl","LOC570661","ube2nb","LOC570661","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q1LUQ0","ube2nl","jmjd2b","ube2nb","kdm4b","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A0A8M9QPT3","ube2nl","fc38f05","ube2nb","A0A8M9QPT3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q1L8C6","ube2nl","sb:cb752","ube2nb","akip1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","A kinase (PRKA)-interacting protein 1 (A-kinase-interacting protein 1)","string-db","7955.ENSDARP00000090899/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","I3ISP1","ube2nl","fc85c01","ube2nb","pcnt","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Pericentrin","string-db","7955.ENSDARP00000125930/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","A0A8N7UW22","ube2nl","DNA repair protein RAD50","ube2nb","A0A8N7UW22","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","P79734","ube2nl","tp53","ube2nb","tp53","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","E7F8A6","ube2nl","B-cell lymphoma/leukemia 10 isoform X1","ube2nb","bcl10","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","X1WDH8","ube2nl","Histone H2B","ube2nb","si:dkey-261m9.19","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","Q5XJK2","ube2nl","h2afx1","ube2nb","h2ax1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000067432","physical","txid7955" +"Q7T3F3","F1R4C4","ube2nl","pias4a","ube2nb","pias4a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000067432","physical","txid7955" +"Q1LVP6","B8JKI8","abraxas1","htatip","abraxas1","kat5b","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","E7EXD7","abraxas1","si:dkey-261m9.11","abraxas1","si:ch211-113a14.19","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q5BJA5","abraxas1",";","abraxas1","-","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q561S9","abraxas1","H2A","abraxas1","hist1h2a3","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A0A8M9QPT3","abraxas1","fc38f05","abraxas1","A0A8M9QPT3","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","B3DJF8","abraxas1","LOC570661","abraxas1","LOC570661","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q4FZZ7","abraxas1","hist1h2a2","abraxas1","hist1h2a2","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A0A8N7UW22","abraxas1","DNA repair protein RAD50","abraxas1","A0A8N7UW22","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","X1WHF1","abraxas1","Histone H2B","abraxas1","si:dkey-261m9.6","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","E7EZX1","abraxas1","si:dkey-261m9.15","abraxas1","hist1h2a5","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","E7FE07","abraxas1","si:ch211-113a14.16","abraxas1","E7FE07","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","R4GE15","abraxas1","si:ch211-113a14.29","abraxas1","si:ch211-113a14.22","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q7ZTT0","abraxas1","zgc:56685","abraxas1","Q7ZTT0","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A0A140LGS2","abraxas1","Histone H2A","abraxas1","si:ch1073-153i20.5","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q803C1","abraxas1","rnf8","abraxas1","Q803C1","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A0A8N7T6W3","abraxas1","Mediator of DNA damage checkpoint protein 1","abraxas1","A0A8N7T6W3","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","F1R4C4","abraxas1","pias4a","abraxas1","pias4a","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A4FVM2","abraxas1","si:ch73-368j24.13","abraxas1","A4FVM2","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","X1WDH8","abraxas1","Histone H2B","abraxas1","si:dkey-261m9.19","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q5XJK2","abraxas1","h2afx1","abraxas1","h2ax1","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q6AXK4","abraxas1","babam1","abraxas1","babam1","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q7T308","abraxas1","rnf168","abraxas1","Q7T308","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","Q7T3F3","abraxas1","ube2nl","abraxas1","ube2nb","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","A0A140LG54","abraxas1","Histone H2B","abraxas1","si:dkey-23a13.22","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000063620","physical","txid7955" +"Q1LVP6","E7F5W3","abraxas1","si:dkey-108k21.26","abraxas1","hist1h2a10","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000063620","physical","txid7955" +"Q6AXK4","Q7T308","babam1","rnf168","babam1","Q7T308","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","Q7ZTT0","babam1","zgc:56685","babam1","Q7ZTT0","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","X1WHF1","babam1","Histone H2B","babam1","si:dkey-261m9.6","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A4FVM2","babam1","si:ch73-368j24.13","babam1","A4FVM2","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","X1WDH8","babam1","Histone H2B","babam1","si:dkey-261m9.19","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A0A386CAB9","babam1","nlrp1","babam1","A0A386CAB9","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A0A140LGS2","babam1","Histone H2A","babam1","si:ch1073-153i20.5","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A0A140LG54","babam1","Histone H2B","babam1","si:dkey-23a13.22","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","B8JKI8","babam1","htatip","babam1","kat5b","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","R4GE15","babam1","si:ch211-113a14.29","babam1","si:ch211-113a14.22","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A0A8N7UW22","babam1","DNA repair protein RAD50","babam1","A0A8N7UW22","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A9LDD9","babam1","glycine hydroxymethyltransferase","babam1","shmt2","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","glycine hydroxymethyltransferase (EC 2.1.2.1)","string-db","7955.ENSDARP00000132340/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","A0A8M9QPT3","babam1","fc38f05","babam1","A0A8M9QPT3","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000108272","physical","txid7955" +"Q6AXK4","Q803C1","babam1","rnf8","babam1","Q803C1","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000108272","physical","txid7955" +"F1R4C4","B8JKI8","pias4a","htatip","pias4a","kat5b","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q803C1","pias4a","rnf8","pias4a","Q803C1","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","A0A8N7UW22","pias4a","DNA repair protein RAD50","pias4a","A0A8N7UW22","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","A0A8M9QPT3","pias4a","fc38f05","pias4a","A0A8M9QPT3","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","R4GE15","pias4a","si:ch211-113a14.29","pias4a","si:ch211-113a14.22","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q5BJA5","pias4a",";","pias4a","-","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q7ZTT0","pias4a","zgc:56685","pias4a","Q7ZTT0","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","X1WHF1","pias4a","Histone H2B","pias4a","si:dkey-261m9.6","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q7T308","pias4a","rnf168","pias4a","Q7T308","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","A0A8N7T6W3","pias4a","Mediator of DNA damage checkpoint protein 1","pias4a","A0A8N7T6W3","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q6AXK4","pias4a","babam1","pias4a","babam1","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","Q1LUQ0","pias4a","jmjd2b","pias4a","kdm4b","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","A0A140LG54","pias4a","Histone H2B","pias4a","si:dkey-23a13.22","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000096293","physical","txid7955" +"F1R4C4","X1WDH8","pias4a","Histone H2B","pias4a","si:dkey-261m9.19","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000096293","physical","txid7955" +"Q1LUQ0","A0A140LG54","jmjd2b","Histone H2B","kdm4b","si:dkey-23a13.22","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000133766","physical","txid7955" +"Q1LUQ0","A0A8M9QPT3","jmjd2b","fc38f05","kdm4b","A0A8M9QPT3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000133766","physical","txid7955" +"Q1LUQ0","Q7ZTT0","jmjd2b","zgc:56685","kdm4b","Q7ZTT0","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000133766","physical","txid7955" +"Q1LUQ0","A4FVM2","jmjd2b","si:ch73-368j24.13","kdm4b","A4FVM2","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000133766","physical","txid7955" +"Q1LUQ0","A0A140LGS2","jmjd2b","Histone H2A","kdm4b","si:ch1073-153i20.5","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000133766","physical","txid7955" +"Q1LUQ0","Q7T308","jmjd2b","rnf168","kdm4b","Q7T308","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000133766","physical","txid7955" +"F1QJB6","A2BGT0","non-specific serine/threonine protein kinase","usp30","atm","usp30","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","string-db","7955.ENSDARP00000073858/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A8N7T6W3","non-specific serine/threonine protein kinase","Mediator of DNA damage checkpoint protein 1","atm","A0A8N7T6W3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Mediator of DNA damage checkpoint protein 1","string-db","7955.ENSDARP00000106038/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","E7F0N6","non-specific serine/threonine protein kinase","Amyloid beta","atm","apbb1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q1LVP6","non-specific serine/threonine protein kinase","abraxas1","atm","abraxas1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","string-db","7955.ENSDARP00000063620/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7ZTT0","non-specific serine/threonine protein kinase","zgc:56685","atm","Q7ZTT0","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7ZWB1","non-specific serine/threonine protein kinase","zgc:56598","atm","cdk2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A0R4IUC9","non-specific serine/threonine protein kinase","RecQ mediated genome instability 2","atm","A0A0R4IUC9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A8N7UW22","non-specific serine/threonine protein kinase","DNA repair protein RAD50","atm","A0A8N7UW22","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q1LXB1","non-specific serine/threonine protein kinase","si:dkey-42i9.5","atm","atrip","non-specific serine/threonine protein kinase (EC 2.7.11.1)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1R4C4","non-specific serine/threonine protein kinase","pias4a","atm","pias4a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","string-db","7955.ENSDARP00000096293/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A8M9QPT3","non-specific serine/threonine protein kinase","fc38f05","atm","A0A8M9QPT3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","E7F2N1","non-specific serine/threonine protein kinase","si:ch73-352p4.5","atm","si:ch73-352p4.5","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q6P2T4","non-specific serine/threonine protein kinase","zgc:56502","atm","rad1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","E7F0A1","non-specific serine/threonine protein kinase","fa91a03","atm","E7F0A1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q5I2W8","non-specific serine/threonine protein kinase","nbn","atm","nbn","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q803C1","non-specific serine/threonine protein kinase","rnf8","atm","Q803C1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q568D5","non-specific serine/threonine protein kinase","babam2","atm","Q568D5","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BRISC and BRCA1-A complex member 2 (BRCA1-A complex subunit BRE) (BRCA1/BRCA2-containing complex subunit 45) (Brain and reproductive organ-expressed protein)","string-db","7955.ENSDARP00000056741/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","X1WCF3","non-specific serine/threonine protein kinase","DNA topoisomerase","atm","top3a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","R4GE15","non-specific serine/threonine protein kinase","si:ch211-113a14.29","atm","si:ch211-113a14.22","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","X1WHF1","non-specific serine/threonine protein kinase","Histone H2B","atm","si:dkey-261m9.6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A8M6YW51","non-specific serine/threonine protein kinase","DNA helicase","atm","A0A8M6YW51","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1R983","non-specific serine/threonine protein kinase","rbbp8","atm","rbbp8","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q6PC60","non-specific serine/threonine protein kinase","hist2h2l","atm","hist2h2l","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","B8JKI8","non-specific serine/threonine protein kinase","htatip","atm","kat5b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","X1WCU6","non-specific serine/threonine protein kinase","si:ch211-175f11.5","atm","X1WCU6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1R474","non-specific serine/threonine protein kinase","zgc:77165","atm","rad51d","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7ZUD8","non-specific serine/threonine protein kinase","MAP1-LC3B","atm","map1lc3b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","B7ZDD5","non-specific serine/threonine protein kinase","fancj","atm","brip1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7T308","non-specific serine/threonine protein kinase","rnf168","atm","Q7T308","non-specific serine/threonine protein kinase (EC 2.7.11.1)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q5RGE5","non-specific serine/threonine protein kinase","dclre1c","atm","dclre1c","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1Q5Z8","non-specific serine/threonine protein kinase","p62","atm","sqstm1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A2R8RVN3","non-specific serine/threonine protein kinase","DNA topoisomerase 2-binding protein 1","atm","topbp1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1QXE3","non-specific serine/threonine protein kinase","zgc:112400","atm","rad52","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q5BJA5","non-specific serine/threonine protein kinase",";","atm","-","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","B7SEE0","non-specific serine/threonine protein kinase","Interferon regulatory factor 3","atm","irf3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1QGH4","non-specific serine/threonine protein kinase","fd14f08","atm","ccna1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cyclin-A1","string-db","7955.ENSDARP00000020968/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A5WW46","non-specific serine/threonine protein kinase","si:busm1-172e19.1","atm","atmin","non-specific serine/threonine protein kinase (EC 2.7.11.1)","ATM interactor","string-db","7955.ENSDARP00000117310/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7ZVM9","non-specific serine/threonine protein kinase","rmi1","atm","Q7ZVM9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q803U7","non-specific serine/threonine protein kinase","exo1","atm","Q803U7","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q6AXK4","non-specific serine/threonine protein kinase","babam1","atm","babam1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","B0S509","non-specific serine/threonine protein kinase","rad9a","atm","B0S509","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q6NY74","non-specific serine/threonine protein kinase","rpa1","atm","rpa1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q6DRK4","non-specific serine/threonine protein kinase","zgc:110313","atm","rfc5","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","X1WDH8","non-specific serine/threonine protein kinase","Histone H2B","atm","si:dkey-261m9.19","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q1LUQ0","non-specific serine/threonine protein kinase","jmjd2b","atm","kdm4b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q5TYR1","non-specific serine/threonine protein kinase","wu:fb38e12","atm","rad51","non-specific serine/threonine protein kinase (EC 2.7.11.1)","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A2BGQ6","non-specific serine/threonine protein kinase","zgc:91969","atm","rad17","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q504I6","non-specific serine/threonine protein kinase","ik:tdsubc_2g1","atm","rpa2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A8M2B481","non-specific serine/threonine protein kinase","fancd1","atm","A0A8M2B481","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","F1R2I7","non-specific serine/threonine protein kinase","NBR1 autophagy cargo receptor b","atm","nbr1b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","NBR1 autophagy cargo receptor b","string-db","7955.ENSDARP00000104318/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7ZVS3","non-specific serine/threonine protein kinase","plk4","atm","Q7ZVS3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","string-db","7955.ENSDARP00000043865/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","A0A140LG54","non-specific serine/threonine protein kinase","Histone H2B","atm","si:dkey-23a13.22","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q5XJK2","non-specific serine/threonine protein kinase","h2afx1","atm","h2ax1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q7T3F3","non-specific serine/threonine protein kinase","ube2nl","atm","ube2nb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","Q802D5","non-specific serine/threonine protein kinase","pfn2","atm","pfn2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000015167","physical","txid7955" +"F1QJB6","B3DJF8","non-specific serine/threonine protein kinase","LOC570661","atm","LOC570661","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000015167","physical","txid7955" +"A0A8N7T6W3","A0A2R8RVN3","Mediator of DNA damage checkpoint protein 1","DNA topoisomerase 2-binding protein 1","A0A8N7T6W3","topbp1","Mediator of DNA damage checkpoint protein 1","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","Q7T308","Mediator of DNA damage checkpoint protein 1","rnf168","A0A8N7T6W3","Q7T308","Mediator of DNA damage checkpoint protein 1","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","Q7ZTT0","Mediator of DNA damage checkpoint protein 1","zgc:56685","A0A8N7T6W3","Q7ZTT0","Mediator of DNA damage checkpoint protein 1","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","Q803C1","Mediator of DNA damage checkpoint protein 1","rnf8","A0A8N7T6W3","Q803C1","Mediator of DNA damage checkpoint protein 1","E3 ubiquitin-protein ligase rnf8 (EC 2.3.2.27) (RING finger protein 8) (RING-type E3 ubiquitin transferase rnf8)","string-db","7955.ENSDARP00000125628/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","A0A8N7UW22","Mediator of DNA damage checkpoint protein 1","DNA repair protein RAD50","A0A8N7T6W3","A0A8N7UW22","Mediator of DNA damage checkpoint protein 1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","A0A8M9QPT3","Mediator of DNA damage checkpoint protein 1","fc38f05","A0A8N7T6W3","A0A8M9QPT3","Mediator of DNA damage checkpoint protein 1","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","R4GE15","Mediator of DNA damage checkpoint protein 1","si:ch211-113a14.29","A0A8N7T6W3","si:ch211-113a14.22","Mediator of DNA damage checkpoint protein 1","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","X1WHF1","Mediator of DNA damage checkpoint protein 1","Histone H2B","A0A8N7T6W3","si:dkey-261m9.6","Mediator of DNA damage checkpoint protein 1","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","B8JKI8","Mediator of DNA damage checkpoint protein 1","htatip","A0A8N7T6W3","kat5b","Mediator of DNA damage checkpoint protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","Q1LUQ0","Mediator of DNA damage checkpoint protein 1","jmjd2b","A0A8N7T6W3","kdm4b","Mediator of DNA damage checkpoint protein 1","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","X1WDH8","Mediator of DNA damage checkpoint protein 1","Histone H2B","A0A8N7T6W3","si:dkey-261m9.19","Mediator of DNA damage checkpoint protein 1","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","Q6AXK4","Mediator of DNA damage checkpoint protein 1","babam1","A0A8N7T6W3","babam1","Mediator of DNA damage checkpoint protein 1","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","string-db","7955.ENSDARP00000108272/7955.ENSDARP00000106038","physical","txid7955" +"A0A8N7T6W3","A0A140LG54","Mediator of DNA damage checkpoint protein 1","Histone H2B","A0A8N7T6W3","si:dkey-23a13.22","Mediator of DNA damage checkpoint protein 1","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000106038","physical","txid7955" +"B0UY88","F1QLC3","zgc:112151","fi12c10","f3b","F1QLC3","Tissue factor (Coagulation factor III)","coagulation factor Xa (EC 3.4.21.6)","string-db","7955.ENSDARP00000106731/7955.ENSDARP00000002953","physical","txid7955" +"Q5RGX8","B8A4T7","cb765","dkeyp-86f8.6","gys2","B8A4T7","Glycogen [starch] synthase (EC 2.4.1.11)","glycogenin glucosyltransferase (EC 2.4.1.186)","string-db","7955.ENSDARP00000041190/7955.ENSDARP00000002983","physical","txid7955" +"Q5RGX8","Q6IQP1","cb765","gygl","gys2","Q6IQP1","Glycogen [starch] synthase (EC 2.4.1.11)","glycogenin glucosyltransferase (EC 2.4.1.186)","string-db","7955.ENSDARP00000097305/7955.ENSDARP00000002983","physical","txid7955" +"Q5RGX8","Q7SYB8","cb765","zgc:63701","gys2","gys1","Glycogen [starch] synthase (EC 2.4.1.11)","Glycogen [starch] synthase (EC 2.4.1.11)","string-db","7955.ENSDARP00000007913/7955.ENSDARP00000002983","physical","txid7955" +"B8A4T7","Q6IQP1","dkeyp-86f8.6","gygl","B8A4T7","Q6IQP1","glycogenin glucosyltransferase (EC 2.4.1.186)","glycogenin glucosyltransferase (EC 2.4.1.186)","string-db","7955.ENSDARP00000097305/7955.ENSDARP00000041190","physical","txid7955" +"Q7SYB8","F1QTC2","zgc:63701","cb444","gys1","ppp1r3ca","Glycogen [starch] synthase (EC 2.4.1.11)","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000007913","physical","txid7955" +"Q7SYB8","B8A4T7","zgc:63701","dkeyp-86f8.6","gys1","B8A4T7","Glycogen [starch] synthase (EC 2.4.1.11)","glycogenin glucosyltransferase (EC 2.4.1.186)","string-db","7955.ENSDARP00000041190/7955.ENSDARP00000007913","physical","txid7955" +"Q7SYB8","Q6IQP1","zgc:63701","gygl","gys1","Q6IQP1","Glycogen [starch] synthase (EC 2.4.1.11)","glycogenin glucosyltransferase (EC 2.4.1.186)","string-db","7955.ENSDARP00000097305/7955.ENSDARP00000007913","physical","txid7955" +"F1QGH4","Q6AZC1","fd14f08","wu:fa14g03","ccna1","psmc5","Cyclin-A1","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A0N4SUD2","fd14f08","Ubi-p63E","ccna1","ubb","Cyclin-A1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A5WWG2","fd14f08","cip1","ccna1","cdkn1a","Cyclin-A1","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A0R4IU39","fd14f08","wu:fe49f10","ccna1","cdc20","Cyclin-A1","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q6DG68","fd14f08","wu:fb38h07","ccna1","ube2e2","Cyclin-A1","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","F1Q5X3","fd14f08","wu:fb54g06","ccna1","cdc27","Cyclin-A1","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A0R4ISV4","fd14f08","si:ch73-203i15.5","ccna1","anapc2","Cyclin-A1","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A5WUE8","fd14f08","E2F4","ccna1","e2f5","Cyclin-A1","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","string-db","7955.ENSDARP00000056678/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","F1R983","fd14f08","rbbp8","ccna1","rbbp8","Cyclin-A1","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","E7FDM3","fd14f08","Retinoblastoma-like 2","ccna1","rbl2","Cyclin-A1","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","E7FCJ1","fd14f08","Anaphase-promoting complex subunit 10","ccna1","anapc10","Cyclin-A1","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A8M9Q5G7","fd14f08","Protein-interacting with cyclin A1","ccna1","A0A8M9Q5G7","Cyclin-A1","Protein-interacting with cyclin A1 (Uncharacterized protein proca1)","string-db","7955.ENSDARP00000092693/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","F1Q636","fd14f08","BUB1 mitotic checkpoint serine/threonine kinase Ba","ccna1","bub1ba","Cyclin-A1","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A0R4ICD5","fd14f08","fb72f07","ccna1","e2f4","Cyclin-A1","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q561X1","fd14f08","zgc:110659","ccna1","anapc16","Cyclin-A1","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A8N7UW22","fd14f08","DNA repair protein RAD50","ccna1","A0A8N7UW22","Cyclin-A1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","B8JLN4","fd14f08","wu:fc51d01","ccna1","e2f3","Cyclin-A1","E2F transcription factor 3 (Transcription factor E2F3)","string-db","7955.ENSDARP00000109781/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q7ZWB1","fd14f08","zgc:56598","ccna1","cdk2","Cyclin-A1","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q08BH9","fd14f08","si:dkey-237i9.4","ccna1","anapc11","Cyclin-A1","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q6PC58","fd14f08","ube2d1","ccna1","ube2d1b","Cyclin-A1","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q4V908","fd14f08","ube2s","ccna1","ube2s","Cyclin-A1","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A2R8QA59","fd14f08","Anaphase-promoting complex subunit 1","ccna1","anapc1","Cyclin-A1","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","B8JKI8","fd14f08","htatip","ccna1","kat5b","Cyclin-A1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q6NYS3","fd14f08","Cul1","ccna1","cul1a","Cyclin-A1","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q7SXA3","fd14f08","zgc:66168","ccna1","rps27a","Cyclin-A1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q5I2W8","fd14f08","nbn","ccna1","nbn","Cyclin-A1","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","E7F6T8","fd14f08","usp37","ccna1","E7F6T8","Cyclin-A1","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A3KP53","fd14f08","id:ibd5121","ccna1","skp2","Cyclin-A1","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","P47794","fd14f08","ccne1","ccna1","P47794","Cyclin-A1","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","U3JAH9","fd14f08","zgc:101571","ccna1","bub3","Cyclin-A1","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q68EK9","fd14f08","cdc26","ccna1","cdc26","Cyclin-A1","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q7ZVH3","fd14f08","zgc:56013","ccna1","cdc23","Cyclin-A1","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q90YX4","fd14f08","cdkn1b","ccna1","cdkn1bb","Cyclin-A1","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q5PR93","fd14f08","zgc:101872","ccna1","Q5PR93","Cyclin-A1","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","F1QHN6","fd14f08","im:7042025","ccna1","ubc","Cyclin-A1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q803N1","fd14f08","tfdp1l","ccna1","tfdp1a","Cyclin-A1","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A9C3Q3","fd14f08","si:ch211-127h20.1","ccna1","anapc7","Cyclin-A1","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","A0A8M9QPT3","fd14f08","fc38f05","ccna1","A0A8M9QPT3","Cyclin-A1","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q1LVI4","fd14f08","cntd2","ccna1","Q1LVI4","Cyclin-A1","Cyclin N-terminal domain containing 2 (Cyclin N-terminal domain-containing protein 2)","string-db","7955.ENSDARP00000072044/7955.ENSDARP00000020968","physical","txid7955" +"F1QGH4","Q7T3L7","fd14f08","cdc2","ccna1","cdk1","Cyclin-A1","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000020968","physical","txid7955" +"Q6NW76","P79734","aurkb","tp53","Q6NW76","tp53","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","E7FCJ1","aurkb","Anaphase-promoting complex subunit 10","Q6NW76","anapc10","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","A0A0N4SUD2","aurkb","Ubi-p63E","Q6NW76","ubb","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q7SXA3","aurkb","zgc:66168","Q6NW76","rps27a","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q5XLR4","aurkb","cdca8","Q6NW76","Q5XLR4","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Borealin (Cell division cycle-associated protein 8) (Dasra-B) (DasraB) (DrDasraB)","string-db","7955.ENSDARP00000143774/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q08BH9","aurkb","si:dkey-237i9.4","Q6NW76","anapc11","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q5PR93","aurkb","zgc:101872","Q6NW76","Q5PR93","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","A0A2R8QA59","aurkb","Anaphase-promoting complex subunit 1","Q6NW76","anapc1","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q7ZVH3","aurkb","zgc:56013","Q6NW76","cdc23","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","F1QFC4","aurkb","id:ibd5110","Q6NW76","noc2l","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","P86347","aurkb","cdca9","Q6NW76","P86347","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Borealin-2 (Cell division cycle-associated protein 8.2) (Cell division cycle-associated protein 9) (Dasra-A) (DrDasraA)","string-db","7955.ENSDARP00000127103/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","A0A0R4ISV4","aurkb","si:ch73-203i15.5","Q6NW76","anapc2","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","F1Q5X3","aurkb","wu:fb54g06","Q6NW76","cdc27","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q68EK9","aurkb","cdc26","Q6NW76","cdc26","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","A9C3Q3","aurkb","si:ch211-127h20.1","Q6NW76","anapc7","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","Q561X1","aurkb","zgc:110659","Q6NW76","anapc16","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000054822","physical","txid7955" +"Q6NW76","F1QHN6","aurkb","im:7042025","Q6NW76","ubc","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000054822","physical","txid7955" +"Q0V967","A0A0R4IU39","fbxo5","wu:fe49f10","Q0V967","cdc20","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000056961","physical","txid7955" +"Q0V967","Q7SXA3","fbxo5","zgc:66168","Q0V967","rps27a","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000056961","physical","txid7955" +"Q0V967","A0A0N4SUD2","fbxo5","Ubi-p63E","Q0V967","ubb","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000056961","physical","txid7955" +"Q0V967","Q6NYS3","fbxo5","Cul1","Q0V967","cul1a","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000056961","physical","txid7955" +"Q0V967","F1QHN6","fbxo5","im:7042025","Q0V967","ubc","F-box only protein 5 (Early mitotic inhibitor 1) (Harpy protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000056961","physical","txid7955" +"Q6NYS3","A5PMV7","Cul1","ppp2r1a","cul1a","ppp2r1ba","Cullin 1a (Cullin-1)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F1Q509","Cul1","zgc:153556","cul1a","commd4","Cullin 1a (Cullin-1)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","P57094","Cul1","axin1","cul1a","P57094","Cullin 1a (Cullin-1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q0II00","Cul1","p100","cul1a","nfkb2","Cullin 1a (Cullin-1)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","E7FEU4","Cul1","CMT1A duplicated region transcript 1 protein","cul1a","fbxw10","Cullin 1a (Cullin-1)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A0A0R4IJR2","Cul1","fbxo11","cul1a","A0A0R4IJR2","Cullin 1a (Cullin-1)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q7T2C1","Cul1","zgc:64071","cul1a","cul4a","Cullin 1a (Cullin-1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q6NW95","Cul1","fbxl15","cul1a","Q6NW95","Cullin 1a (Cullin-1)","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F1QHN6","Cul1","im:7042025","cul1a","ubc","Cullin 1a (Cullin-1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A0A0R4IU39","Cul1","wu:fe49f10","cul1a","cdc20","Cullin 1a (Cullin-1)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","E7FEY1","Cul1","mitogen-activated protein kinase kinase kinase","cul1a","map3k14a","Cullin 1a (Cullin-1)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","P47794","Cul1","ccne1","cul1a","P47794","Cullin 1a (Cullin-1)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A5WWG2","Cul1","cip1","cul1a","cdkn1a","Cullin 1a (Cullin-1)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q6PFV0","Cul1","wu:fd14c04","cul1a","fbxw5","Cullin 1a (Cullin-1)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","B0BLX4","Cul1","F-box only protein 2","cul1a","fbxo2","Cullin 1a (Cullin-1)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","E9QCG0","Cul1","COMM domain-containing protein 6","cul1a","commd6","Cullin 1a (Cullin-1)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","I3ITN3","Cul1","si:dkey-20j1.3","cul1a","I3ITN3","Cullin 1a (Cullin-1)","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q803G3","Cul1","fc05c02","cul1a","ppp2cb","Cullin 1a (Cullin-1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F1Q8M7","Cul1","zgc:100832","cul1a","F1Q8M7","Cullin 1a (Cullin-1)","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","B7ZDC8","Cul1","F-box/WD repeat-containing protein 7","cul1a","fbxw7","Cullin 1a (Cullin-1)","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F6NUQ2","Cul1","F-box only protein 41","cul1a","fbxo41","Cullin 1a (Cullin-1)","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A0A0N4SUD2","Cul1","Ubi-p63E","cul1a","ubb","Cullin 1a (Cullin-1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F1QGH7","Cul1","ctnnb1","cul1a","ctnnb1","Cullin 1a (Cullin-1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","F8W428","Cul1","im:7140950","cul1a","cul4b","Cullin 1a (Cullin-1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q7SXA3","Cul1","zgc:66168","cul1a","rps27a","Cullin 1a (Cullin-1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A0A0R4IWH7","Cul1","cb965","cul1a","A0A0R4IWH7","Cullin 1a (Cullin-1)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q7T162","Cul1","im:7153024","cul1a","fbxl3a","Cullin 1a (Cullin-1)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","A0A8M9PQC9","Cul1","prlr","cul1a","A0A8M9PQC9","Cullin 1a (Cullin-1)","Prolactin receptor (PRL-R)","string-db","7955.ENSDARP00000111484/7955.ENSDARP00000109683","physical","txid7955" +"Q6NYS3","Q6NYX6","Cul1","ccnf","cul1a","ccnf","Cullin 1a (Cullin-1)","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000109683","physical","txid7955" +"Q6PC58","A3KP53","ube2d1","id:ibd5121","ube2d1b","skp2","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q7SXA3","ube2d1","zgc:66168","ube2d1b","rps27a","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q6NW76","ube2d1","aurkb","ube2d1b","Q6NW76","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","string-db","7955.ENSDARP00000054822/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A2R8QA59","ube2d1","Anaphase-promoting complex subunit 1","ube2d1b","anapc1","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A0R4IU39","ube2d1","wu:fe49f10","ube2d1b","cdc20","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q68EK9","ube2d1","cdc26","ube2d1b","cdc26","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","B0R157","ube2d1","zgc:56182","ube2d1b","B0R157","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q6DG68","ube2d1","wu:fb38h07","ube2d1b","ube2e2","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q9I9N5","ube2d1","tradd","ube2d1b","Q9I9N5","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A8M2BKT2","ube2d1","Caspase-3","ube2d1b","A0A8M2BKT2","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A9C3Q3","ube2d1","si:ch211-127h20.1","ube2d1b","anapc7","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","E7F8A6","ube2d1","B-cell lymphoma/leukemia 10 isoform X1","ube2d1b","bcl10","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","E7FCJ1","ube2d1","Anaphase-promoting complex subunit 10","ube2d1b","anapc10","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","E7F3U1","ube2d1","TNF superfamily member 11","ube2d1b","tnfsf11","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A8M9PY87","ube2d1","TNF receptor-associated factor","ube2d1b","A0A8M9PY87","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q4V908","ube2d1","ube2s","ube2d1b","ube2s","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q7T3L7","ube2d1","cdc2","ube2d1b","cdk1","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q5XJ92","ube2d1","zgc:103520","ube2d1b","Q5XJ92","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","F1Q8K3","ube2d1","wu:fc22f04","ube2d1b","F1Q8K3","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q08BH9","ube2d1","si:dkey-237i9.4","ube2d1b","anapc11","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A0R4ISV4","ube2d1","si:ch73-203i15.5","ube2d1b","anapc2","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","A0A0N4SUD2","ube2d1","Ubi-p63E","ube2d1b","ubb","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q6DHG9","ube2d1","tnfsf10l2","ube2d1b","tnfsf10","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","U3JAH9","ube2d1","zgc:101571","ube2d1b","bub3","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q6DRK7","ube2d1","Serine/threonine-protein kinase PLK","ube2d1b","plk1","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","B8A4J0","ube2d1","si:ch211-232m8.6","ube2d1b","pttg1","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","F1Q5X3","ube2d1","wu:fb54g06","ube2d1b","cdc27","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q6DH16","ube2d1","otub1l","ube2d1b","otub1a","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Ubiquitin thioesterase (EC 3.4.19.12)","string-db","7955.ENSDARP00000072363/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q7ZVH3","ube2d1","zgc:56013","ube2d1b","cdc23","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","F1QHN6","ube2d1","im:7042025","ube2d1b","ubc","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q7ZW78","ube2d1","rnf181","ube2d1b","rnf181","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","string-db","7955.ENSDARP00000038991/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q561X1","ube2d1","zgc:110659","ube2d1b","anapc16","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","F1Q636","ube2d1","BUB1 mitotic checkpoint serine/threonine kinase Ba","ube2d1b","bub1ba","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q0PKX8","ube2d1","dl3","ube2d1b","Q0PKX8","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000033537","physical","txid7955" +"Q6PC58","Q5PR93","ube2d1","zgc:101872","ube2d1b","Q5PR93","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000033537","physical","txid7955" +"A3KP53","Q08BH9","id:ibd5121","si:dkey-237i9.4","skp2","anapc11","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","A0A0N4SUD2","id:ibd5121","Ubi-p63E","skp2","ubb","S-phase kinase-associated protein 2 (Skp2 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","E7FCJ1","id:ibd5121","Anaphase-promoting complex subunit 10","skp2","anapc10","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","Q68EK9","id:ibd5121","cdc26","skp2","cdc26","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","Q7SXA3","id:ibd5121","zgc:66168","skp2","rps27a","S-phase kinase-associated protein 2 (Skp2 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","A0A0R4ISV4","id:ibd5121","si:ch73-203i15.5","skp2","anapc2","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","Q561X1","id:ibd5121","zgc:110659","skp2","anapc16","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","F1Q509","id:ibd5121","zgc:153556","skp2","commd4","S-phase kinase-associated protein 2 (Skp2 protein)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","A0A2R8QA59","id:ibd5121","Anaphase-promoting complex subunit 1","skp2","anapc1","S-phase kinase-associated protein 2 (Skp2 protein)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","A5WWG2","id:ibd5121","cip1","skp2","cdkn1a","S-phase kinase-associated protein 2 (Skp2 protein)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","F1QHN6","id:ibd5121","im:7042025","skp2","ubc","S-phase kinase-associated protein 2 (Skp2 protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","B7ZDC8","id:ibd5121","F-box/WD repeat-containing protein 7","skp2","fbxw7","S-phase kinase-associated protein 2 (Skp2 protein)","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","E9QCG0","id:ibd5121","COMM domain-containing protein 6","skp2","commd6","S-phase kinase-associated protein 2 (Skp2 protein)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","A0A8M9P612","id:ibd5121","Cullin-2","skp2","A0A8M9P612","S-phase kinase-associated protein 2 (Skp2 protein)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","B0BLX4","id:ibd5121","F-box only protein 2","skp2","fbxo2","S-phase kinase-associated protein 2 (Skp2 protein)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","F1Q5X3","id:ibd5121","wu:fb54g06","skp2","cdc27","S-phase kinase-associated protein 2 (Skp2 protein)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","Q6NYS3","id:ibd5121","Cul1","skp2","cul1a","S-phase kinase-associated protein 2 (Skp2 protein)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000092527","physical","txid7955" +"A3KP53","P47794","id:ibd5121","ccne1","skp2","P47794","S-phase kinase-associated protein 2 (Skp2 protein)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000092527","physical","txid7955" +"B8A4J0","Q08BH9","si:ch211-232m8.6","si:dkey-237i9.4","pttg1","anapc11","Securin","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","F1Q5X3","si:ch211-232m8.6","wu:fb54g06","pttg1","cdc27","Securin","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A0A0N4SUD2","si:ch211-232m8.6","Ubi-p63E","pttg1","ubb","Securin","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","Q7SXA3","si:ch211-232m8.6","zgc:66168","pttg1","rps27a","Securin","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A0A0R4IU39","si:ch211-232m8.6","wu:fe49f10","pttg1","cdc20","Securin","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A9C3Q3","si:ch211-232m8.6","si:ch211-127h20.1","pttg1","anapc7","Securin","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A0A0R4ISV4","si:ch211-232m8.6","si:ch73-203i15.5","pttg1","anapc2","Securin","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","E7FCJ1","si:ch211-232m8.6","Anaphase-promoting complex subunit 10","pttg1","anapc10","Securin","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","F1QHN6","si:ch211-232m8.6","im:7042025","pttg1","ubc","Securin","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","Q68EK9","si:ch211-232m8.6","cdc26","pttg1","cdc26","Securin","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","Q561X1","si:ch211-232m8.6","zgc:110659","pttg1","anapc16","Securin","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A0A2R8QA59","si:ch211-232m8.6","Anaphase-promoting complex subunit 1","pttg1","anapc1","Securin","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000069655","physical","txid7955" +"B8A4J0","A0A8M1Q1L6","si:ch211-232m8.6","separase","pttg1","A0A8M1Q1L6","Securin","separase (EC 3.4.22.49)","string-db","7955.ENSDARP00000128879/7955.ENSDARP00000069655","physical","txid7955" +"Q7ZWB1","A0A8N7UW22","zgc:56598","DNA repair protein RAD50","cdk2","A0A8N7UW22","cyclin-dependent kinase (EC 2.7.11.22)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q4V908","zgc:56598","ube2s","cdk2","ube2s","cyclin-dependent kinase (EC 2.7.11.22)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q5PR93","zgc:56598","zgc:101872","cdk2","Q5PR93","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6NZV2","zgc:56598","cb1025","cdk2","mcm4","cyclin-dependent kinase (EC 2.7.11.22)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","B5DDZ2","zgc:56598","Protein DBF4 homolog A","cdk2","dbf4","cyclin-dependent kinase (EC 2.7.11.22)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q7T3L7","zgc:56598","cdc2","cdk2","cdk1","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A8M9QPT3","zgc:56598","fc38f05","cdk2","A0A8M9QPT3","cyclin-dependent kinase (EC 2.7.11.22)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q08BY6","zgc:56598","zgc:153964","cdk2","Q08BY6","cyclin-dependent kinase (EC 2.7.11.22)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000078382/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q9DE44","zgc:56598","zgc:101604","cdk2","Q9DE44","cyclin-dependent kinase (EC 2.7.11.22)","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","E7FCJ1","zgc:56598","Anaphase-promoting complex subunit 10","cdk2","anapc10","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6P0X9","zgc:56598","orc5l","cdk2","orc5","cyclin-dependent kinase (EC 2.7.11.22)","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","string-db","7955.ENSDARP00000033056/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q08BH9","zgc:56598","si:dkey-237i9.4","cdk2","anapc11","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","F1QHN6","zgc:56598","im:7042025","cdk2","ubc","cyclin-dependent kinase (EC 2.7.11.22)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","P47794","zgc:56598","ccne1","cdk2","P47794","cyclin-dependent kinase (EC 2.7.11.22)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q803N1","zgc:56598","tfdp1l","cdk2","tfdp1a","cyclin-dependent kinase (EC 2.7.11.22)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A0R4IU39","zgc:56598","wu:fe49f10","cdk2","cdc20","cyclin-dependent kinase (EC 2.7.11.22)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A0R4IF65","zgc:56598","cb737","cdk2","A0A0R4IF65","cyclin-dependent kinase (EC 2.7.11.22)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A5WWG2","zgc:56598","cip1","cdk2","cdkn1a","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6NYS3","zgc:56598","Cul1","cdk2","cul1a","cyclin-dependent kinase (EC 2.7.11.22)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q8UVZ1","zgc:56598","c/ebpa","cdk2","cebpa","cyclin-dependent kinase (EC 2.7.11.22)","CCAAT/enhancer-binding protein","string-db","7955.ENSDARP00000052365/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q561X1","zgc:56598","zgc:110659","cdk2","anapc16","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q504I6","zgc:56598","ik:tdsubc_2g1","cdk2","rpa2","cyclin-dependent kinase (EC 2.7.11.22)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A9C3Q3","zgc:56598","si:ch211-127h20.1","cdk2","anapc7","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6ZM36","zgc:56598","orc6l","cdk2","orc6","cyclin-dependent kinase (EC 2.7.11.22)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q7ZVH3","zgc:56598","zgc:56013","cdk2","cdc23","cyclin-dependent kinase (EC 2.7.11.22)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q7SXA3","zgc:56598","zgc:66168","cdk2","rps27a","cyclin-dependent kinase (EC 2.7.11.22)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q5I2W8","zgc:56598","nbn","cdk2","nbn","cyclin-dependent kinase (EC 2.7.11.22)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A0N4SUD2","zgc:56598","Ubi-p63E","cdk2","ubb","cyclin-dependent kinase (EC 2.7.11.22)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A0R4ISV4","zgc:56598","si:ch73-203i15.5","cdk2","anapc2","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","F1R983","zgc:56598","rbbp8","cdk2","rbbp8","cyclin-dependent kinase (EC 2.7.11.22)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","E7FDM3","zgc:56598","Retinoblastoma-like 2","cdk2","rbl2","cyclin-dependent kinase (EC 2.7.11.22)","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","E7F643","zgc:56598","DNA helicase MCM8","cdk2","E7F643","cyclin-dependent kinase (EC 2.7.11.22)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q7ZU79","zgc:56598","cdc45l","cdk2","cdc45","cyclin-dependent kinase (EC 2.7.11.22)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q68EK9","zgc:56598","cdc26","cdk2","cdc26","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q5RHY1","zgc:56598","mcm10","cdk2","Q5RHY1","cyclin-dependent kinase (EC 2.7.11.22)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","B8A6D9","zgc:56598","Cyclin-dependent kinase inhibitor 3","cdk2","B8A6D9","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinase inhibitor 3 (EC 3.1.3.16) (EC 3.1.3.48)","string-db","7955.ENSDARP00000057154/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q90459","zgc:56598","ccnd1","cdk2","ccnd1","cyclin-dependent kinase (EC 2.7.11.22)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A3KP53","zgc:56598","id:ibd5121","cdk2","skp2","cyclin-dependent kinase (EC 2.7.11.22)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q1LX17","zgc:56598","si:dkey-94n12.2","cdk2","Q1LX17","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinases regulatory subunit","string-db","7955.ENSDARP00000096323/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6DG68","zgc:56598","wu:fb38h07","cdk2","ube2e2","cyclin-dependent kinase (EC 2.7.11.22)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","F1Q5X3","zgc:56598","wu:fb54g06","cdk2","cdc27","cyclin-dependent kinase (EC 2.7.11.22)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A5WUE8","zgc:56598","E2F4","cdk2","e2f5","cyclin-dependent kinase (EC 2.7.11.22)","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","string-db","7955.ENSDARP00000056678/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A0R4ICD5","zgc:56598","fb72f07","cdk2","e2f4","cyclin-dependent kinase (EC 2.7.11.22)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q58EK5","zgc:56598","tdrd1","cdk2","Q58EK5","cyclin-dependent kinase (EC 2.7.11.22)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","A0A2R8QA59","zgc:56598","Anaphase-promoting complex subunit 1","cdk2","anapc1","cyclin-dependent kinase (EC 2.7.11.22)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","B8JKI8","zgc:56598","htatip","cdk2","kat5b","cyclin-dependent kinase (EC 2.7.11.22)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","F1QP75","zgc:56598","fi40c09","cdk2","F1QP75","cyclin-dependent kinase (EC 2.7.11.22)","Origin recognition complex subunit 3","string-db","7955.ENSDARP00000047856/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q90YX4","zgc:56598","cdkn1b","cdk2","cdkn1bb","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","Q6PC58","zgc:56598","ube2d1","cdk2","ube2d1b","cyclin-dependent kinase (EC 2.7.11.22)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","B8JLN4","zgc:56598","wu:fc51d01","cdk2","e2f3","cyclin-dependent kinase (EC 2.7.11.22)","E2F transcription factor 3 (Transcription factor E2F3)","string-db","7955.ENSDARP00000109781/7955.ENSDARP00000032448","physical","txid7955" +"Q7ZWB1","F1QRE0","zgc:56598","fc50c03","cdk2","F1QRE0","cyclin-dependent kinase (EC 2.7.11.22)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000032448","physical","txid7955" +"Q6DG68","A0A2R8QA59","wu:fb38h07","Anaphase-promoting complex subunit 1","ube2e2","anapc1","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q68EK9","wu:fb38h07","cdc26","ube2e2","cdc26","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q7SXA3","wu:fb38h07","zgc:66168","ube2e2","rps27a","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q5PR93","wu:fb38h07","zgc:101872","ube2e2","Q5PR93","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","E7F8A6","wu:fb38h07","B-cell lymphoma/leukemia 10 isoform X1","ube2e2","bcl10","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","U3JAH9","wu:fb38h07","zgc:101571","ube2e2","bub3","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A3KP53","wu:fb38h07","id:ibd5121","ube2e2","skp2","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","E7FCJ1","wu:fb38h07","Anaphase-promoting complex subunit 10","ube2e2","anapc10","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q08BH9","wu:fb38h07","si:dkey-237i9.4","ube2e2","anapc11","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A9C3Q3","wu:fb38h07","si:ch211-127h20.1","ube2e2","anapc7","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","F1Q5X3","wu:fb38h07","wu:fb54g06","ube2e2","cdc27","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q6NW76","wu:fb38h07","aurkb","ube2e2","Q6NW76","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","string-db","7955.ENSDARP00000054822/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q7ZVH3","wu:fb38h07","zgc:56013","ube2e2","cdc23","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","F1QHN6","wu:fb38h07","im:7042025","ube2e2","ubc","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","B8A4J0","wu:fb38h07","si:ch211-232m8.6","ube2e2","pttg1","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Securin","string-db","7955.ENSDARP00000069655/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q561X1","wu:fb38h07","zgc:110659","ube2e2","anapc16","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A0A0R4ISV4","wu:fb38h07","si:ch73-203i15.5","ube2e2","anapc2","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","F1Q636","wu:fb38h07","BUB1 mitotic checkpoint serine/threonine kinase Ba","ube2e2","bub1ba","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A7MBT5","wu:fb38h07","ube2e1","ube2e2","A7MBT5","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Ubiquitin-conjugating enzyme E2 E1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 1) (Zgc:171646 protein)","string-db","7955.ENSDARP00000105375/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q7T3L7","wu:fb38h07","cdc2","ube2e2","cdk1","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","Q6DRK7","wu:fb38h07","Serine/threonine-protein kinase PLK","ube2e2","plk1","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A0A0R4IU39","wu:fb38h07","wu:fe49f10","ube2e2","cdc20","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000049374","physical","txid7955" +"Q6DG68","A0A0N4SUD2","wu:fb38h07","Ubi-p63E","ube2e2","ubb","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000049374","physical","txid7955" +"Q7SXI6","X1WFZ0","ndel1a","Kinesin family member 13Ba","Q7SXI6","kif13ba","Nuclear distribution protein nudE-like 1-A","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","E9QB71","ndel1a","fc55h04","Q7SXI6","kif3a","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","E7FAN6","ndel1a","Kinesin family member 20Ba","Q7SXI6","kif20ba","Nuclear distribution protein nudE-like 1-A","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1Q4T1","ndel1a","Kinesin family member 25","Q7SXI6","kif25","Nuclear distribution protein nudE-like 1-A","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","string-db","7955.ENSDARP00000013224/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","A0A8M1NGN8","ndel1a","si:ch211-157c24.3","Q7SXI6","A0A8M1NGN8","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QS14","ndel1a","Kns2","Q7SXI6","klc1a","Nuclear distribution protein nudE-like 1-A","Kinesin light chain","string-db","7955.ENSDARP00000011544/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","E7F0X8","ndel1a","StAR-related lipid transfer","Q7SXI6","stard9","Nuclear distribution protein nudE-like 1-A","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","A0A0R4IRM1","ndel1a","kif5bb","Q7SXI6","A0A0R4IRM1","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","X1WHC0","ndel1a","Kinesin family member 1Aa","Q7SXI6","X1WHC0","Nuclear distribution protein nudE-like 1-A","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QYE9","ndel1a","si:dkey-86l18.8","Q7SXI6","F1QYE9","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q1LWL1","ndel1a","fb99h08","Q7SXI6","Q1LWL1","Nuclear distribution protein nudE-like 1-A","Kinesin-associated protein 3","string-db","7955.ENSDARP00000009364/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QW58","ndel1a","kif3c","Q7SXI6","kif3cb","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","B0S7G2","ndel1a","si:ch211-61f14.1","Q7SXI6","B0S7G2","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q58G59","ndel1a","kif7","Q7SXI6","Q58G59","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q7ZU82","ndel1a","Surhe","Q7SXI6","Q7ZU82","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000011927/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QDF0","ndel1a","wu:fi34h02","Q7SXI6","kif20a","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q9PUU5","ndel1a","zMKLP1","Q7SXI6","Q9PUU5","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F8W409","ndel1a","Kinesin family member 21A","Q7SXI6","F8W409","Nuclear distribution protein nudE-like 1-A","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1R5M2","ndel1a","Kinesin-like protein","Q7SXI6","kif5ba","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","A8WFU8","ndel1a","kif22","Q7SXI6","A8WFU8","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q08CF1","ndel1a","zgc:153164","Q7SXI6","Q08CF1","Nuclear distribution protein nudE-like 1-A","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q1LUU7","ndel1a","fc27e02","Q7SXI6","kifc1","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","E7F084","ndel1a","Kinesin family member 13Bb","Q7SXI6","E7F084","Nuclear distribution protein nudE-like 1-A","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QN54","ndel1a","kif3b","Q7SXI6","kif3b","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1RAK1","ndel1a","fj55b02","Q7SXI6","-","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QV34","ndel1a","Kinesin-like protein","Q7SXI6","F1QV34","Nuclear distribution protein nudE-like 1-A","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QBV5","ndel1a","unm_st43","Q7SXI6","kif1b","Nuclear distribution protein nudE-like 1-A","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1RCT7","ndel1a","Kinesin family member 16Bb","Q7SXI6","kif16bb","Nuclear distribution protein nudE-like 1-A","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1Q554","ndel1a","si:dkey-39e8.3","Q7SXI6","kif14","Nuclear distribution protein nudE-like 1-A","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","F1QP72","ndel1a","Kinesin family member 26Bb","Q7SXI6","kif26bb","Nuclear distribution protein nudE-like 1-A","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q568G6","ndel1a","Kinesin light chain 4","Q7SXI6","Q568G6","Nuclear distribution protein nudE-like 1-A","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","A0A0R4IWI7","ndel1a","kif5a","Q7SXI6","kif5aa","Nuclear distribution protein nudE-like 1-A","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","E7FDX9","ndel1a","Kinesin family member 26Ba","Q7SXI6","kif26ba","Nuclear distribution protein nudE-like 1-A","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","X1WGN9","ndel1a","Kinesin family member 20Bb","Q7SXI6","kif20bb","Nuclear distribution protein nudE-like 1-A","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000003032","physical","txid7955" +"Q7SXI6","Q803Q2","ndel1a","ndel1b","Q7SXI6","ndel1b","Nuclear distribution protein nudE-like 1-A","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000003032","physical","txid7955" +"A0A8M1NGN8","A0A0R4IRM1","si:ch211-157c24.3","kif5bb","A0A8M1NGN8","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","E7FAN6","si:ch211-157c24.3","Kinesin family member 20Ba","A0A8M1NGN8","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1QN54","si:ch211-157c24.3","kif3b","A0A8M1NGN8","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1Q554","si:ch211-157c24.3","si:dkey-39e8.3","A0A8M1NGN8","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1RAK1","si:ch211-157c24.3","fj55b02","A0A8M1NGN8","-","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","X1WHC0","si:ch211-157c24.3","Kinesin family member 1Aa","A0A8M1NGN8","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1QV34","si:ch211-157c24.3","Kinesin-like protein","A0A8M1NGN8","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","A0A0R4IWI7","si:ch211-157c24.3","kif5a","A0A8M1NGN8","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1RCT7","si:ch211-157c24.3","Kinesin family member 16Bb","A0A8M1NGN8","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1QW58","si:ch211-157c24.3","kif3c","A0A8M1NGN8","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","Q803Q2","si:ch211-157c24.3","ndel1b","A0A8M1NGN8","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","X1WGN9","si:ch211-157c24.3","Kinesin family member 20Bb","A0A8M1NGN8","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F1R5M2","si:ch211-157c24.3","Kinesin-like protein","A0A8M1NGN8","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","Q568G6","si:ch211-157c24.3","Kinesin light chain 4","A0A8M1NGN8","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","B0S7G2","si:ch211-157c24.3","si:ch211-61f14.1","A0A8M1NGN8","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","X1WFZ0","si:ch211-157c24.3","Kinesin family member 13Ba","A0A8M1NGN8","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","A8WFU8","si:ch211-157c24.3","kif22","A0A8M1NGN8","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","F8W409","si:ch211-157c24.3","Kinesin family member 21A","A0A8M1NGN8","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","E9QB71","si:ch211-157c24.3","fc55h04","A0A8M1NGN8","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","Q1LUU7","si:ch211-157c24.3","fc27e02","A0A8M1NGN8","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000078002","physical","txid7955" +"A0A8M1NGN8","E7F0X8","si:ch211-157c24.3","StAR-related lipid transfer","A0A8M1NGN8","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000078002","physical","txid7955" +"E7FDX9","X1WFZ0","Kinesin family member 26Ba","Kinesin family member 13Ba","kif26ba","kif13ba","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q568G6","Kinesin family member 26Ba","Kinesin light chain 4","kif26ba","Q568G6","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","B0S7G2","Kinesin family member 26Ba","si:ch211-61f14.1","kif26ba","B0S7G2","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QBV5","Kinesin family member 26Ba","unm_st43","kif26ba","kif1b","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q08CF1","Kinesin family member 26Ba","zgc:153164","kif26ba","Q08CF1","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1R5M2","Kinesin family member 26Ba","Kinesin-like protein","kif26ba","kif5ba","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q9PUU5","Kinesin family member 26Ba","zMKLP1","kif26ba","Q9PUU5","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QP72","Kinesin family member 26Ba","Kinesin family member 26Bb","kif26ba","kif26bb","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1Q554","Kinesin family member 26Ba","si:dkey-39e8.3","kif26ba","kif14","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","X1WHC0","Kinesin family member 26Ba","Kinesin family member 1Aa","kif26ba","X1WHC0","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","A0A0R4IWI7","Kinesin family member 26Ba","kif5a","kif26ba","kif5aa","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","E9QB71","Kinesin family member 26Ba","fc55h04","kif26ba","kif3a","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q803Q2","Kinesin family member 26Ba","ndel1b","kif26ba","ndel1b","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1RAK1","Kinesin family member 26Ba","fj55b02","kif26ba","-","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","E7FAN6","Kinesin family member 26Ba","Kinesin family member 20Ba","kif26ba","kif20ba","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F8W409","Kinesin family member 26Ba","Kinesin family member 21A","kif26ba","F8W409","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","E7F084","Kinesin family member 26Ba","Kinesin family member 13Bb","kif26ba","E7F084","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","A8WFU8","Kinesin family member 26Ba","kif22","kif26ba","A8WFU8","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","X1WGN9","Kinesin family member 26Ba","Kinesin family member 20Bb","kif26ba","kif20bb","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q6P3H8","Kinesin family member 26Ba","ogr","kif26ba","racgap1","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Rac GTPase-activating protein 1","string-db","7955.ENSDARP00000020703/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QW58","Kinesin family member 26Ba","kif3c","kif26ba","kif3cb","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QYE9","Kinesin family member 26Ba","si:dkey-86l18.8","kif26ba","F1QYE9","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QDF0","Kinesin family member 26Ba","wu:fi34h02","kif26ba","kif20a","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","A0A8M1NGN8","Kinesin family member 26Ba","si:ch211-157c24.3","kif26ba","A0A8M1NGN8","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","E7F0X8","Kinesin family member 26Ba","StAR-related lipid transfer","kif26ba","stard9","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","E7F2U4","Kinesin family member 26Ba","wu:fc06a10","kif26ba","cenpe","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","A0A0R4IRM1","Kinesin family member 26Ba","kif5bb","kif26ba","A0A0R4IRM1","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q58G59","Kinesin family member 26Ba","kif7","kif26ba","Q58G59","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QN54","Kinesin family member 26Ba","kif3b","kif26ba","kif3b","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1QV34","Kinesin family member 26Ba","Kinesin-like protein","kif26ba","F1QV34","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","F1RCT7","Kinesin family member 26Ba","Kinesin family member 16Bb","kif26ba","kif16bb","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000014236","physical","txid7955" +"E7FDX9","Q1LUU7","Kinesin family member 26Ba","fc27e02","kif26ba","kifc1","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000014236","physical","txid7955" +"Q7ZU82","A8WFU8","Surhe","kif22","Q7ZU82","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","E7FDX9","Surhe","Kinesin family member 26Ba","Q7ZU82","kif26ba","Kinesin-like protein","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","X1WGN9","Surhe","Kinesin family member 20Bb","Q7ZU82","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q1LUU7","Surhe","fc27e02","Q7ZU82","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","E7FAN6","Surhe","Kinesin family member 20Ba","Q7ZU82","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q568G6","Surhe","Kinesin light chain 4","Q7ZU82","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q08CF1","Surhe","zgc:153164","Q7ZU82","Q08CF1","Kinesin-like protein","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QBV5","Surhe","unm_st43","Q7ZU82","kif1b","Kinesin-like protein","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QYE9","Surhe","si:dkey-86l18.8","Q7ZU82","F1QYE9","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","A0A8M1NGN8","Surhe","si:ch211-157c24.3","Q7ZU82","A0A8M1NGN8","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","E9QB71","Surhe","fc55h04","Q7ZU82","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1Q4T1","Surhe","Kinesin family member 25","Q7ZU82","kif25","Kinesin-like protein","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","string-db","7955.ENSDARP00000013224/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q803Q2","Surhe","ndel1b","Q7ZU82","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1R5M2","Surhe","Kinesin-like protein","Q7ZU82","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","A0A0R4IRM1","Surhe","kif5bb","Q7ZU82","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QV34","Surhe","Kinesin-like protein","Q7ZU82","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q58G59","Surhe","kif7","Q7ZU82","Q58G59","Kinesin-like protein","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","E7F084","Surhe","Kinesin family member 13Bb","Q7ZU82","E7F084","Kinesin-like protein","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","Q9PUU5","Surhe","zMKLP1","Q7ZU82","Q9PUU5","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","X1WFZ0","Surhe","Kinesin family member 13Ba","Q7ZU82","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","E7F0X8","Surhe","StAR-related lipid transfer","Q7ZU82","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1Q554","Surhe","si:dkey-39e8.3","Q7ZU82","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F8W409","Surhe","Kinesin family member 21A","Q7ZU82","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QDF0","Surhe","wu:fi34h02","Q7ZU82","kif20a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QN54","Surhe","kif3b","Q7ZU82","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","B0S7G2","Surhe","si:ch211-61f14.1","Q7ZU82","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","X1WHC0","Surhe","Kinesin family member 1Aa","Q7ZU82","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1RAK1","Surhe","fj55b02","Q7ZU82","-","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QW58","Surhe","kif3c","Q7ZU82","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","A0A0R4IWI7","Surhe","kif5a","Q7ZU82","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1RCT7","Surhe","Kinesin family member 16Bb","Q7ZU82","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000011927","physical","txid7955" +"Q7ZU82","F1QP72","Surhe","Kinesin family member 26Bb","Q7ZU82","kif26bb","Kinesin-like protein","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000011927","physical","txid7955" +"F1Q4T1","X1WFZ0","Kinesin family member 25","Kinesin family member 13Ba","kif25","kif13ba","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E7F0X8","Kinesin family member 25","StAR-related lipid transfer","kif25","stard9","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","A8WFU8","Kinesin family member 25","kif22","kif25","A8WFU8","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E7FDX9","Kinesin family member 25","Kinesin family member 26Ba","kif25","kif26ba","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QYE9","Kinesin family member 25","si:dkey-86l18.8","kif25","F1QYE9","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","X1WGN9","Kinesin family member 25","Kinesin family member 20Bb","kif25","kif20bb","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E7F2U4","Kinesin family member 25","wu:fc06a10","kif25","cenpe","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q6P3H8","Kinesin family member 25","ogr","kif25","racgap1","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Rac GTPase-activating protein 1","string-db","7955.ENSDARP00000020703/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QV34","Kinesin family member 25","Kinesin-like protein","kif25","F1QV34","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q1LUU7","Kinesin family member 25","fc27e02","kif25","kifc1","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","A0A8M1NGN8","Kinesin family member 25","si:ch211-157c24.3","kif25","A0A8M1NGN8","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","A0A0R4IRM1","Kinesin family member 25","kif5bb","kif25","A0A0R4IRM1","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E7FAN6","Kinesin family member 25","Kinesin family member 20Ba","kif25","kif20ba","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q08CF1","Kinesin family member 25","zgc:153164","kif25","Q08CF1","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F8W409","Kinesin family member 25","Kinesin family member 21A","kif25","F8W409","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1Q554","Kinesin family member 25","si:dkey-39e8.3","kif25","kif14","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QBV5","Kinesin family member 25","unm_st43","kif25","kif1b","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QW58","Kinesin family member 25","kif3c","kif25","kif3cb","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1R5M2","Kinesin family member 25","Kinesin-like protein","kif25","kif5ba","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1RCT7","Kinesin family member 25","Kinesin family member 16Bb","kif25","kif16bb","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","A0A0R4IWI7","Kinesin family member 25","kif5a","kif25","kif5aa","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E9QB71","Kinesin family member 25","fc55h04","kif25","kif3a","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q803Q2","Kinesin family member 25","ndel1b","kif25","ndel1b","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q9PUU5","Kinesin family member 25","zMKLP1","kif25","Q9PUU5","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QDF0","Kinesin family member 25","wu:fi34h02","kif25","kif20a","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q568G6","Kinesin family member 25","Kinesin light chain 4","kif25","Q568G6","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","E7F084","Kinesin family member 25","Kinesin family member 13Bb","kif25","E7F084","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","X1WHC0","Kinesin family member 25","Kinesin family member 1Aa","kif25","X1WHC0","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QP72","Kinesin family member 25","Kinesin family member 26Bb","kif25","kif26bb","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","B0S7G2","Kinesin family member 25","si:ch211-61f14.1","kif25","B0S7G2","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","Q58G59","Kinesin family member 25","kif7","kif25","Q58G59","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1RAK1","Kinesin family member 25","fj55b02","kif25","-","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000013224","physical","txid7955" +"F1Q4T1","F1QN54","Kinesin family member 25","kif3b","kif25","kif3b","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000013224","physical","txid7955" +"Q1LWL1","X1WHC0","fb99h08","Kinesin family member 1Aa","Q1LWL1","X1WHC0","Kinesin-associated protein 3","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","E7F084","fb99h08","Kinesin family member 13Bb","Q1LWL1","E7F084","Kinesin-associated protein 3","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QDF0","fb99h08","wu:fi34h02","Q1LWL1","kif20a","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q7ZU82","fb99h08","Surhe","Q1LWL1","Q7ZU82","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000011927/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","E7FDX9","fb99h08","Kinesin family member 26Ba","Q1LWL1","kif26ba","Kinesin-associated protein 3","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","E7FAN6","fb99h08","Kinesin family member 20Ba","Q1LWL1","kif20ba","Kinesin-associated protein 3","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","A0A8M1NGN8","fb99h08","si:ch211-157c24.3","Q1LWL1","A0A8M1NGN8","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1RAK1","fb99h08","fj55b02","Q1LWL1","-","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","E7F0X8","fb99h08","StAR-related lipid transfer","Q1LWL1","stard9","Kinesin-associated protein 3","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","E9QB71","fb99h08","fc55h04","Q1LWL1","kif3a","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QP72","fb99h08","Kinesin family member 26Bb","Q1LWL1","kif26bb","Kinesin-associated protein 3","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q803Q2","fb99h08","ndel1b","Q1LWL1","ndel1b","Kinesin-associated protein 3","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","A8WFU8","fb99h08","kif22","Q1LWL1","A8WFU8","Kinesin-associated protein 3","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QYE9","fb99h08","si:dkey-86l18.8","Q1LWL1","F1QYE9","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1R5M2","fb99h08","Kinesin-like protein","Q1LWL1","kif5ba","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QW58","fb99h08","kif3c","Q1LWL1","kif3cb","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q58G59","fb99h08","kif7","Q1LWL1","Q58G59","Kinesin-associated protein 3","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q568G6","fb99h08","Kinesin light chain 4","Q1LWL1","Q568G6","Kinesin-associated protein 3","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QN54","fb99h08","kif3b","Q1LWL1","kif3b","Kinesin-associated protein 3","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","A0A0R4IRM1","fb99h08","kif5bb","Q1LWL1","A0A0R4IRM1","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q1LUU7","fb99h08","fc27e02","Q1LWL1","kifc1","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","X1WGN9","fb99h08","Kinesin family member 20Bb","Q1LWL1","kif20bb","Kinesin-associated protein 3","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QBV5","fb99h08","unm_st43","Q1LWL1","kif1b","Kinesin-associated protein 3","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","B0S7G2","fb99h08","si:ch211-61f14.1","Q1LWL1","B0S7G2","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1RCT7","fb99h08","Kinesin family member 16Bb","Q1LWL1","kif16bb","Kinesin-associated protein 3","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QS14","fb99h08","Kns2","Q1LWL1","klc1a","Kinesin-associated protein 3","Kinesin light chain","string-db","7955.ENSDARP00000011544/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","A0A0R4IWI7","fb99h08","kif5a","Q1LWL1","kif5aa","Kinesin-associated protein 3","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","X1WFZ0","fb99h08","Kinesin family member 13Ba","Q1LWL1","kif13ba","Kinesin-associated protein 3","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1Q4T1","fb99h08","Kinesin family member 25","Q1LWL1","kif25","Kinesin-associated protein 3","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","string-db","7955.ENSDARP00000013224/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1Q554","fb99h08","si:dkey-39e8.3","Q1LWL1","kif14","Kinesin-associated protein 3","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q08CF1","fb99h08","zgc:153164","Q1LWL1","Q08CF1","Kinesin-associated protein 3","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F8W409","fb99h08","Kinesin family member 21A","Q1LWL1","F8W409","Kinesin-associated protein 3","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","F1QV34","fb99h08","Kinesin-like protein","Q1LWL1","F1QV34","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000009364","physical","txid7955" +"Q1LWL1","Q9PUU5","fb99h08","zMKLP1","Q1LWL1","Q9PUU5","Kinesin-associated protein 3","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000009364","physical","txid7955" +"E7FAN6","Q803Q2","Kinesin family member 20Ba","ndel1b","kif20ba","ndel1b","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","F1QN54","Kinesin family member 20Ba","kif3b","kif20ba","kif3b","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","A8WFU8","Kinesin family member 20Ba","kif22","kif20ba","A8WFU8","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","Q1LUU7","Kinesin family member 20Ba","fc27e02","kif20ba","kifc1","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","X1WFZ0","Kinesin family member 20Ba","Kinesin family member 13Ba","kif20ba","kif13ba","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","A0A0R4IWI7","Kinesin family member 20Ba","kif5a","kif20ba","kif5aa","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","A0A0R4IRM1","Kinesin family member 20Ba","kif5bb","kif20ba","A0A0R4IRM1","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","X1WGN9","Kinesin family member 20Ba","Kinesin family member 20Bb","kif20ba","kif20bb","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000127989","physical","txid7955" +"E7FAN6","X1WHC0","Kinesin family member 20Ba","Kinesin family member 1Aa","kif20ba","X1WHC0","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000127989","physical","txid7955" +"A8WFU8","Q7SXP1","kif22","wu:fk65f06","A8WFU8","capzb","Kinesin-like protein KIF22","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000137572","physical","txid7955" +"A8WFU8","Q803Q2","kif22","ndel1b","A8WFU8","ndel1b","Kinesin-like protein KIF22","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000137572","physical","txid7955" +"A8WFU8","A0A0R4IRM1","kif22","kif5bb","A8WFU8","A0A0R4IRM1","Kinesin-like protein KIF22","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000137572","physical","txid7955" +"A8WFU8","A0A0R4IWI7","kif22","kif5a","A8WFU8","kif5aa","Kinesin-like protein KIF22","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000137572","physical","txid7955" +"A8WFU8","Q1LUU7","kif22","fc27e02","A8WFU8","kifc1","Kinesin-like protein KIF22","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000137572","physical","txid7955" +"Q568G6","Q803Q2","Kinesin light chain 4","ndel1b","Q568G6","ndel1b","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","A0A0R4IRM1","Kinesin light chain 4","kif5bb","Q568G6","A0A0R4IRM1","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","F1QN54","Kinesin light chain 4","kif3b","Q568G6","kif3b","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","X1WHC0","Kinesin light chain 4","Kinesin family member 1Aa","Q568G6","X1WHC0","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","A8WFU8","Kinesin light chain 4","kif22","Q568G6","A8WFU8","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","Q1LUU7","Kinesin light chain 4","fc27e02","Q568G6","kifc1","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","A0A0R4IWI7","Kinesin light chain 4","kif5a","Q568G6","kif5aa","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","E7FAN6","Kinesin light chain 4","Kinesin family member 20Ba","Q568G6","kif20ba","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","X1WGN9","Kinesin light chain 4","Kinesin family member 20Bb","Q568G6","kif20bb","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000125673","physical","txid7955" +"Q568G6","X1WFZ0","Kinesin light chain 4","Kinesin family member 13Ba","Q568G6","kif13ba","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000125673","physical","txid7955" +"F1QYE9","F1QN54","si:dkey-86l18.8","kif3b","F1QYE9","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1RAK1","si:dkey-86l18.8","fj55b02","F1QYE9","-","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","Q1LUU7","si:dkey-86l18.8","fc27e02","F1QYE9","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F8W409","si:dkey-86l18.8","Kinesin family member 21A","F1QYE9","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","E7F2U4","si:dkey-86l18.8","wu:fc06a10","F1QYE9","cenpe","Kinesin-like protein","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","A0A8M1NGN8","si:dkey-86l18.8","si:ch211-157c24.3","F1QYE9","A0A8M1NGN8","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1QV34","si:dkey-86l18.8","Kinesin-like protein","F1QYE9","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","X1WFZ0","si:dkey-86l18.8","Kinesin family member 13Ba","F1QYE9","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","X1WGN9","si:dkey-86l18.8","Kinesin family member 20Bb","F1QYE9","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1R5M2","si:dkey-86l18.8","Kinesin-like protein","F1QYE9","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1Q554","si:dkey-86l18.8","si:dkey-39e8.3","F1QYE9","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","Q08CF1","si:dkey-86l18.8","zgc:153164","F1QYE9","Q08CF1","Kinesin-like protein","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","B0S7G2","si:dkey-86l18.8","si:ch211-61f14.1","F1QYE9","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1QW58","si:dkey-86l18.8","kif3c","F1QYE9","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","E9QB71","si:dkey-86l18.8","fc55h04","F1QYE9","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","A0A0R4IWI7","si:dkey-86l18.8","kif5a","F1QYE9","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","E7F0X8","si:dkey-86l18.8","StAR-related lipid transfer","F1QYE9","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","Q568G6","si:dkey-86l18.8","Kinesin light chain 4","F1QYE9","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","F1RCT7","si:dkey-86l18.8","Kinesin family member 16Bb","F1QYE9","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","X1WHC0","si:dkey-86l18.8","Kinesin family member 1Aa","F1QYE9","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","A0A0R4IRM1","si:dkey-86l18.8","kif5bb","F1QYE9","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","E7FAN6","si:dkey-86l18.8","Kinesin family member 20Ba","F1QYE9","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","A8WFU8","si:dkey-86l18.8","kif22","F1QYE9","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000068664","physical","txid7955" +"F1QYE9","Q803Q2","si:dkey-86l18.8","ndel1b","F1QYE9","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000068664","physical","txid7955" +"X1WGN9","Q803Q2","Kinesin family member 20Bb","ndel1b","kif20bb","ndel1b","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","F1QN54","Kinesin family member 20Bb","kif3b","kif20bb","kif3b","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","A8WFU8","Kinesin family member 20Bb","kif22","kif20bb","A8WFU8","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","X1WHC0","Kinesin family member 20Bb","Kinesin family member 1Aa","kif20bb","X1WHC0","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","A0A0R4IRM1","Kinesin family member 20Bb","kif5bb","kif20bb","A0A0R4IRM1","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","Q1LUU7","Kinesin family member 20Bb","fc27e02","kif20bb","kifc1","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000129397","physical","txid7955" +"X1WGN9","A0A0R4IWI7","Kinesin family member 20Bb","kif5a","kif20bb","kif5aa","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000129397","physical","txid7955" +"Q08CF1","E7FAN6","zgc:153164","Kinesin family member 20Ba","Q08CF1","kif20ba","Kinesin light chain","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","A0A0R4IWI7","zgc:153164","kif5a","Q08CF1","kif5aa","Kinesin light chain","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1QN54","zgc:153164","kif3b","Q08CF1","kif3b","Kinesin light chain","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","A0A0R4IRM1","zgc:153164","kif5bb","Q08CF1","A0A0R4IRM1","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1QW58","zgc:153164","kif3c","Q08CF1","kif3cb","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q1LUU7","zgc:153164","fc27e02","Q08CF1","kifc1","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1RAK1","zgc:153164","fj55b02","Q08CF1","-","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","X1WGN9","zgc:153164","Kinesin family member 20Bb","Q08CF1","kif20bb","Kinesin light chain","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","A8WFU8","zgc:153164","kif22","Q08CF1","A8WFU8","Kinesin light chain","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q803Q2","zgc:153164","ndel1b","Q08CF1","ndel1b","Kinesin light chain","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","A0A8M1NGN8","zgc:153164","si:ch211-157c24.3","Q08CF1","A0A8M1NGN8","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q6ZM50","zgc:153164","si:dkey-16k6.1","Q08CF1","Q6ZM50","Kinesin light chain","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","B0S5G3","zgc:153164","clstn2a","Q08CF1","clstn2","Kinesin light chain","Calsyntenin-2","string-db","7955.ENSDARP00000080110/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F8W409","zgc:153164","Kinesin family member 21A","Q08CF1","F8W409","Kinesin light chain","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","A3QJU6","zgc:153164","zgc:136923","Q08CF1","A3QJU6","Kinesin light chain","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q7T2E8","zgc:153164","rhoac","Q08CF1","rhoac","Kinesin light chain","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","X1WHC0","zgc:153164","Kinesin family member 1Aa","Q08CF1","X1WHC0","Kinesin light chain","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","E9QB71","zgc:153164","fc55h04","Q08CF1","kif3a","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1Q554","zgc:153164","si:dkey-39e8.3","Q08CF1","kif14","Kinesin light chain","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1R5M2","zgc:153164","Kinesin-like protein","Q08CF1","kif5ba","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","E7F2U4","zgc:153164","wu:fc06a10","Q08CF1","cenpe","Kinesin light chain","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1QV34","zgc:153164","Kinesin-like protein","Q08CF1","F1QV34","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","E7F0X8","zgc:153164","StAR-related lipid transfer","Q08CF1","stard9","Kinesin light chain","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","X1WFZ0","zgc:153164","Kinesin family member 13Ba","Q08CF1","kif13ba","Kinesin light chain","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q7SXP1","zgc:153164","wu:fk65f06","Q08CF1","capzb","Kinesin light chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","B0S7G2","zgc:153164","si:ch211-61f14.1","Q08CF1","B0S7G2","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1R520","zgc:153164","clstn1","Q08CF1","F1R520","Kinesin light chain","Calsyntenin-1","string-db","7955.ENSDARP00000119688/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q568G6","zgc:153164","Kinesin light chain 4","Q08CF1","Q568G6","Kinesin light chain","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","E7F049","zgc:153164","cb213","Q08CF1","ktn1","Kinesin light chain","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","F1RCT7","zgc:153164","Kinesin family member 16Bb","Q08CF1","kif16bb","Kinesin light chain","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000072797","physical","txid7955" +"Q08CF1","Q7ZSZ9","zgc:153164","rac1","Q08CF1","rac1a","Kinesin light chain","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000072797","physical","txid7955" +"F1QBV5","F1QN54","unm_st43","kif3b","kif1b","kif3b","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","A0A8M1NGN8","unm_st43","si:ch211-157c24.3","kif1b","A0A8M1NGN8","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","E7F0X8","unm_st43","StAR-related lipid transfer","kif1b","stard9","Kinesin family member 1B (Kinesin-like protein KIF1B)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","E9QB71","unm_st43","fc55h04","kif1b","kif3a","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1QV34","unm_st43","Kinesin-like protein","kif1b","F1QV34","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1Q554","unm_st43","si:dkey-39e8.3","kif1b","kif14","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1RCT7","unm_st43","Kinesin family member 16Bb","kif1b","kif16bb","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","E7F2U4","unm_st43","wu:fc06a10","kif1b","cenpe","Kinesin family member 1B (Kinesin-like protein KIF1B)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","B0S7G2","unm_st43","si:ch211-61f14.1","kif1b","B0S7G2","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","X1WHC0","unm_st43","Kinesin family member 1Aa","kif1b","X1WHC0","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1QW58","unm_st43","kif3c","kif1b","kif3cb","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","A8WFU8","unm_st43","kif22","kif1b","A8WFU8","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1QDF0","unm_st43","wu:fi34h02","kif1b","kif20a","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","X1WGN9","unm_st43","Kinesin family member 20Bb","kif1b","kif20bb","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","Q568G6","unm_st43","Kinesin light chain 4","kif1b","Q568G6","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1RAK1","unm_st43","fj55b02","kif1b","-","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","Q1LUU7","unm_st43","fc27e02","kif1b","kifc1","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","E7F084","unm_st43","Kinesin family member 13Bb","kif1b","E7F084","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","A8WE67","unm_st43","kifbp","kif1b","A8WE67","Kinesin family member 1B (Kinesin-like protein KIF1B)","KIF-binding protein (KIF1-binding protein)","string-db","7955.ENSDARP00000083675/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1R5M2","unm_st43","Kinesin-like protein","kif1b","kif5ba","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","E7FAN6","unm_st43","Kinesin family member 20Ba","kif1b","kif20ba","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","Q08CF1","unm_st43","zgc:153164","kif1b","Q08CF1","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F8W409","unm_st43","Kinesin family member 21A","kif1b","F8W409","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","Q803Q2","unm_st43","ndel1b","kif1b","ndel1b","Kinesin family member 1B (Kinesin-like protein KIF1B)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","F1QYE9","unm_st43","si:dkey-86l18.8","kif1b","F1QYE9","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","A0A0R4IWI7","unm_st43","kif5a","kif1b","kif5aa","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","A0A0R4IRM1","unm_st43","kif5bb","kif1b","A0A0R4IRM1","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000050914","physical","txid7955" +"F1QBV5","X1WFZ0","unm_st43","Kinesin family member 13Ba","kif1b","kif13ba","Kinesin family member 1B (Kinesin-like protein KIF1B)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000050914","physical","txid7955" +"Q1LUU7","Q803Q2","fc27e02","ndel1b","kifc1","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000139775","physical","txid7955" +"A0A0R4IRM1","A0A0R4IWI7","kif5bb","kif5a","A0A0R4IRM1","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000138324","physical","txid7955" +"A0A0R4IRM1","Q803Q2","kif5bb","ndel1b","A0A0R4IRM1","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000138324","physical","txid7955" +"A0A0R4IRM1","Q1LUU7","kif5bb","fc27e02","A0A0R4IRM1","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000138324","physical","txid7955" +"F1R5M2","E9QB71","Kinesin-like protein","fc55h04","kif5ba","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","F8W409","Kinesin-like protein","Kinesin family member 21A","kif5ba","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","E7F0X8","Kinesin-like protein","StAR-related lipid transfer","kif5ba","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","X1WFZ0","Kinesin-like protein","Kinesin family member 13Ba","kif5ba","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","Q7T2E8","Kinesin-like protein","rhoac","kif5ba","rhoac","Kinesin-like protein","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","E7FAN6","Kinesin-like protein","Kinesin family member 20Ba","kif5ba","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","A0A0R4IWI7","Kinesin-like protein","kif5a","kif5ba","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","F1QW58","Kinesin-like protein","kif3c","kif5ba","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","A0A0R4IRM1","Kinesin-like protein","kif5bb","kif5ba","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","Q803Q2","Kinesin-like protein","ndel1b","kif5ba","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","A8WFU8","Kinesin-like protein","kif22","kif5ba","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","X1WGN9","Kinesin-like protein","Kinesin family member 20Bb","kif5ba","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","F1QV34","Kinesin-like protein","Kinesin-like protein","kif5ba","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","E7F049","Kinesin-like protein","cb213","kif5ba","ktn1","Kinesin-like protein","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","Q7SXP1","Kinesin-like protein","wu:fk65f06","kif5ba","capzb","Kinesin-like protein","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","A3QJU6","Kinesin-like protein","zgc:136923","kif5ba","A3QJU6","Kinesin-like protein","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","Q568G6","Kinesin-like protein","Kinesin light chain 4","kif5ba","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","Q1LUU7","Kinesin-like protein","fc27e02","kif5ba","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa","kif5ba","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000104118","physical","txid7955" +"F1R5M2","F1QN54","Kinesin-like protein","kif3b","kif5ba","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000104118","physical","txid7955" +"X1WFZ0","X1WGN9","Kinesin family member 13Ba","Kinesin family member 20Bb","kif13ba","kif20bb","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","X1WHC0","Kinesin family member 13Ba","Kinesin family member 1Aa","kif13ba","X1WHC0","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","Q1LUU7","Kinesin family member 13Ba","fc27e02","kif13ba","kifc1","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","A0A0R4IRM1","Kinesin family member 13Ba","kif5bb","kif13ba","A0A0R4IRM1","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","Q803Q2","Kinesin family member 13Ba","ndel1b","kif13ba","ndel1b","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","F1QN54","Kinesin family member 13Ba","kif3b","kif13ba","kif3b","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","A0A0R4IWI7","Kinesin family member 13Ba","kif5a","kif13ba","kif5aa","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000129145","physical","txid7955" +"X1WFZ0","A8WFU8","Kinesin family member 13Ba","kif22","kif13ba","A8WFU8","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000129145","physical","txid7955" +"F1QP72","F1QW58","Kinesin family member 26Bb","kif3c","kif26bb","kif3cb","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1QN54","Kinesin family member 26Bb","kif3b","kif26bb","kif3b","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1RCT7","Kinesin family member 26Bb","Kinesin family member 16Bb","kif26bb","kif16bb","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","Q803Q2","Kinesin family member 26Bb","ndel1b","kif26bb","ndel1b","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","A0A0R4IWI7","Kinesin family member 26Bb","kif5a","kif26bb","kif5aa","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","E9QB71","Kinesin family member 26Bb","fc55h04","kif26bb","kif3a","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","Q1LUU7","Kinesin family member 26Bb","fc27e02","kif26bb","kifc1","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","A0A8M1NGN8","Kinesin family member 26Bb","si:ch211-157c24.3","kif26bb","A0A8M1NGN8","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","E7F0X8","Kinesin family member 26Bb","StAR-related lipid transfer","kif26bb","stard9","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1QYE9","Kinesin family member 26Bb","si:dkey-86l18.8","kif26bb","F1QYE9","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F8W409","Kinesin family member 26Bb","Kinesin family member 21A","kif26bb","F8W409","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","Q568G6","Kinesin family member 26Bb","Kinesin light chain 4","kif26bb","Q568G6","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","X1WHC0","Kinesin family member 26Bb","Kinesin family member 1Aa","kif26bb","X1WHC0","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","E7FAN6","Kinesin family member 26Bb","Kinesin family member 20Ba","kif26bb","kif20ba","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1QDF0","Kinesin family member 26Bb","wu:fi34h02","kif26bb","kif20a","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","X1WGN9","Kinesin family member 26Bb","Kinesin family member 20Bb","kif26bb","kif20bb","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","X1WFZ0","Kinesin family member 26Bb","Kinesin family member 13Ba","kif26bb","kif13ba","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","Q58G59","Kinesin family member 26Bb","kif7","kif26bb","Q58G59","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","A8WFU8","Kinesin family member 26Bb","kif22","kif26bb","A8WFU8","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","E7F084","Kinesin family member 26Bb","Kinesin family member 13Bb","kif26bb","E7F084","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1RAK1","Kinesin family member 26Bb","fj55b02","kif26bb","-","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1Q554","Kinesin family member 26Bb","si:dkey-39e8.3","kif26bb","kif14","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1QBV5","Kinesin family member 26Bb","unm_st43","kif26bb","kif1b","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1QV34","Kinesin family member 26Bb","Kinesin-like protein","kif26bb","F1QV34","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","F1R5M2","Kinesin family member 26Bb","Kinesin-like protein","kif26bb","kif5ba","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","A0A0R4IRM1","Kinesin family member 26Bb","kif5bb","kif26bb","A0A0R4IRM1","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","Q08CF1","Kinesin family member 26Bb","zgc:153164","kif26bb","Q08CF1","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000035886","physical","txid7955" +"F1QP72","B0S7G2","Kinesin family member 26Bb","si:ch211-61f14.1","kif26bb","B0S7G2","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000035886","physical","txid7955" +"A0A0R4IWI7","Q7SXP1","kif5a","wu:fk65f06","kif5aa","capzb","Kinesin family member 5A","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000139080","physical","txid7955" +"A0A0R4IWI7","Q1LUU7","kif5a","fc27e02","kif5aa","kifc1","Kinesin family member 5A","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000139080","physical","txid7955" +"A0A0R4IWI7","Q7T2E8","kif5a","rhoac","kif5aa","rhoac","Kinesin family member 5A","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000139080","physical","txid7955" +"A0A0R4IWI7","Q803Q2","kif5a","ndel1b","kif5aa","ndel1b","Kinesin family member 5A","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000139080","physical","txid7955" +"B0S7G2","E7F0X8","si:ch211-61f14.1","StAR-related lipid transfer","B0S7G2","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","F8W409","si:ch211-61f14.1","Kinesin family member 21A","B0S7G2","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","F1QW58","si:ch211-61f14.1","kif3c","B0S7G2","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","Q803Q2","si:ch211-61f14.1","ndel1b","B0S7G2","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","A0A0R4IWI7","si:ch211-61f14.1","kif5a","B0S7G2","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","F1R5M2","si:ch211-61f14.1","Kinesin-like protein","B0S7G2","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","Q568G6","si:ch211-61f14.1","Kinesin light chain 4","B0S7G2","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","A8WFU8","si:ch211-61f14.1","kif22","B0S7G2","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","F1QN54","si:ch211-61f14.1","kif3b","B0S7G2","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","X1WFZ0","si:ch211-61f14.1","Kinesin family member 13Ba","B0S7G2","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","X1WGN9","si:ch211-61f14.1","Kinesin family member 20Bb","B0S7G2","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","E7FAN6","si:ch211-61f14.1","Kinesin family member 20Ba","B0S7G2","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","F1QV34","si:ch211-61f14.1","Kinesin-like protein","B0S7G2","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","A0A0R4IRM1","si:ch211-61f14.1","kif5bb","B0S7G2","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","E9QB71","si:ch211-61f14.1","fc55h04","B0S7G2","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","X1WHC0","si:ch211-61f14.1","Kinesin family member 1Aa","B0S7G2","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","Q7SXP1","si:ch211-61f14.1","wu:fk65f06","B0S7G2","capzb","Kinesin-like protein","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000102193","physical","txid7955" +"B0S7G2","Q1LUU7","si:ch211-61f14.1","fc27e02","B0S7G2","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000102193","physical","txid7955" +"X1WHC0","Q803Q2","Kinesin family member 1Aa","ndel1b","X1WHC0","ndel1b","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000129632","physical","txid7955" +"X1WHC0","A0A0R4IWI7","Kinesin family member 1Aa","kif5a","X1WHC0","kif5aa","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000129632","physical","txid7955" +"X1WHC0","F1QN54","Kinesin family member 1Aa","kif3b","X1WHC0","kif3b","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000129632","physical","txid7955" +"X1WHC0","A0A0R4IRM1","Kinesin family member 1Aa","kif5bb","X1WHC0","A0A0R4IRM1","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000129632","physical","txid7955" +"X1WHC0","A8WFU8","Kinesin family member 1Aa","kif22","X1WHC0","A8WFU8","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000129632","physical","txid7955" +"X1WHC0","Q1LUU7","Kinesin family member 1Aa","fc27e02","X1WHC0","kifc1","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000129632","physical","txid7955" +"F1QS14","X1WGN9","Kns2","Kinesin family member 20Bb","klc1a","kif20bb","Kinesin light chain","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q803F2","Kns2","wu:fk30f01","klc1a","rhogb","Kinesin light chain","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q568G6","Kns2","Kinesin light chain 4","klc1a","Q568G6","Kinesin light chain","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q08CF1","Kns2","zgc:153164","klc1a","Q08CF1","Kinesin light chain","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1R5M2","Kns2","Kinesin-like protein","klc1a","kif5ba","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q7SXP1","Kns2","wu:fk65f06","klc1a","capzb","Kinesin light chain","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7F0X8","Kns2","StAR-related lipid transfer","klc1a","stard9","Kinesin light chain","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QN54","Kns2","kif3b","klc1a","kif3b","Kinesin light chain","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q6ZM50","Kns2","si:dkey-16k6.1","klc1a","Q6ZM50","Kinesin light chain","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q7ZSZ9","Kns2","rac1","klc1a","rac1a","Kinesin light chain","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","A3QJU6","Kns2","zgc:136923","klc1a","A3QJU6","Kinesin light chain","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7F084","Kns2","Kinesin family member 13Bb","klc1a","E7F084","Kinesin light chain","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","X1WHC0","Kns2","Kinesin family member 1Aa","klc1a","X1WHC0","Kinesin light chain","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","A0A0R4IRM1","Kns2","kif5bb","klc1a","A0A0R4IRM1","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q9PUU5","Kns2","zMKLP1","klc1a","Q9PUU5","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1RAK1","Kns2","fj55b02","klc1a","-","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QYE9","Kns2","si:dkey-86l18.8","klc1a","F1QYE9","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","X1WFZ0","Kns2","Kinesin family member 13Ba","klc1a","kif13ba","Kinesin light chain","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7FDX9","Kns2","Kinesin family member 26Ba","klc1a","kif26ba","Kinesin light chain","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q1LUU7","Kns2","fc27e02","klc1a","kifc1","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q58G59","Kns2","kif7","klc1a","Q58G59","Kinesin light chain","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F8W409","Kns2","Kinesin family member 21A","klc1a","F8W409","Kinesin light chain","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QBV5","Kns2","unm_st43","klc1a","kif1b","Kinesin light chain","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","A8WFU8","Kns2","kif22","klc1a","A8WFU8","Kinesin light chain","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QW58","Kns2","kif3c","klc1a","kif3cb","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","A0A8M1NGN8","Kns2","si:ch211-157c24.3","klc1a","A0A8M1NGN8","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E9QB71","Kns2","fc55h04","klc1a","kif3a","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1RCT7","Kns2","Kinesin family member 16Bb","klc1a","kif16bb","Kinesin light chain","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7FAN6","Kns2","Kinesin family member 20Ba","klc1a","kif20ba","Kinesin light chain","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QDF0","Kns2","wu:fi34h02","klc1a","kif20a","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q7T2E8","Kns2","rhoac","klc1a","rhoac","Kinesin light chain","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QV34","Kns2","Kinesin-like protein","klc1a","F1QV34","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1Q554","Kns2","si:dkey-39e8.3","klc1a","kif14","Kinesin light chain","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","A0A0R4IWI7","Kns2","kif5a","klc1a","kif5aa","Kinesin light chain","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q6GQL6","Kns2","wu:fc38g10","klc1a","Q6GQL6","Kinesin light chain","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q6P3H8","Kns2","ogr","klc1a","racgap1","Kinesin light chain","Rac GTPase-activating protein 1","string-db","7955.ENSDARP00000020703/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","B0S7G2","Kns2","si:ch211-61f14.1","klc1a","B0S7G2","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7F2U4","Kns2","wu:fc06a10","klc1a","cenpe","Kinesin light chain","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q7T3H1","Kns2","dctn2","klc1a","Q7T3H1","Kinesin light chain","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","E7F049","Kns2","cb213","klc1a","ktn1","Kinesin light chain","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q7ZU82","Kns2","Surhe","klc1a","Q7ZU82","Kinesin light chain","Kinesin-like protein","string-db","7955.ENSDARP00000011927/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","Q803Q2","Kns2","ndel1b","klc1a","ndel1b","Kinesin light chain","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1Q4T1","Kns2","Kinesin family member 25","klc1a","kif25","Kinesin light chain","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","string-db","7955.ENSDARP00000013224/7955.ENSDARP00000011544","physical","txid7955" +"F1QS14","F1QP72","Kns2","Kinesin family member 26Bb","klc1a","kif26bb","Kinesin light chain","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000011544","physical","txid7955" +"E9QB71","X1WHC0","fc55h04","Kinesin family member 1Aa","kif3a","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","A8WFU8","fc55h04","kif22","kif3a","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","E7F0X8","fc55h04","StAR-related lipid transfer","kif3a","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","F1QW58","fc55h04","kif3c","kif3a","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","F1QV34","fc55h04","Kinesin-like protein","kif3a","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","F1QN54","fc55h04","kif3b","kif3a","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","F8W409","fc55h04","Kinesin family member 21A","kif3a","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","A0A0R4IRM1","fc55h04","kif5bb","kif3a","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","E7FAN6","fc55h04","Kinesin family member 20Ba","kif3a","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","Q1LUU7","fc55h04","fc27e02","kif3a","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","Q803Q2","fc55h04","ndel1b","kif3a","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","Q568G6","fc55h04","Kinesin light chain 4","kif3a","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","X1WGN9","fc55h04","Kinesin family member 20Bb","kif3a","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","A0A0R4IWI7","fc55h04","kif5a","kif3a","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","P85001","fc55h04","cep290","kif3a","P85001","Kinesin-like protein","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000107221","physical","txid7955" +"E9QB71","X1WFZ0","fc55h04","Kinesin family member 13Ba","kif3a","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000107221","physical","txid7955" +"E7F084","X1WGN9","Kinesin family member 13Bb","Kinesin family member 20Bb","E7F084","kif20bb","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","A0A8M1NGN8","Kinesin family member 13Bb","si:ch211-157c24.3","E7F084","A0A8M1NGN8","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","Q568G6","Kinesin family member 13Bb","Kinesin light chain 4","E7F084","Q568G6","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1R5M2","Kinesin family member 13Bb","Kinesin-like protein","E7F084","kif5ba","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","A8WFU8","Kinesin family member 13Bb","kif22","E7F084","A8WFU8","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1QYE9","Kinesin family member 13Bb","si:dkey-86l18.8","E7F084","F1QYE9","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","Q1LUU7","Kinesin family member 13Bb","fc27e02","E7F084","kifc1","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","E7FAN6","Kinesin family member 13Bb","Kinesin family member 20Ba","E7F084","kif20ba","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","A0A0R4IRM1","Kinesin family member 13Bb","kif5bb","E7F084","A0A0R4IRM1","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1QV34","Kinesin family member 13Bb","Kinesin-like protein","E7F084","F1QV34","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","Q803Q2","Kinesin family member 13Bb","ndel1b","E7F084","ndel1b","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F8W409","Kinesin family member 13Bb","Kinesin family member 21A","E7F084","F8W409","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1QW58","Kinesin family member 13Bb","kif3c","E7F084","kif3cb","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1QDF0","Kinesin family member 13Bb","wu:fi34h02","E7F084","kif20a","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","X1WFZ0","Kinesin family member 13Bb","Kinesin family member 13Ba","E7F084","kif13ba","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","E7F0X8","Kinesin family member 13Bb","StAR-related lipid transfer","E7F084","stard9","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1RCT7","Kinesin family member 13Bb","Kinesin family member 16Bb","E7F084","kif16bb","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","B0S7G2","Kinesin family member 13Bb","si:ch211-61f14.1","E7F084","B0S7G2","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1RAK1","Kinesin family member 13Bb","fj55b02","E7F084","-","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1Q554","Kinesin family member 13Bb","si:dkey-39e8.3","E7F084","kif14","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","A0A0R4IWI7","Kinesin family member 13Bb","kif5a","E7F084","kif5aa","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","E9QB71","Kinesin family member 13Bb","fc55h04","E7F084","kif3a","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","Q08CF1","Kinesin family member 13Bb","zgc:153164","E7F084","Q08CF1","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","F1QN54","Kinesin family member 13Bb","kif3b","E7F084","kif3b","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000058857","physical","txid7955" +"E7F084","X1WHC0","Kinesin family member 13Bb","Kinesin family member 1Aa","E7F084","X1WHC0","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000058857","physical","txid7955" +"F1QDF0","F1RCT7","wu:fi34h02","Kinesin family member 16Bb","kif20a","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","E9QB71","wu:fi34h02","fc55h04","kif20a","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1RAK1","wu:fi34h02","fj55b02","kif20a","-","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q7SXP1","wu:fi34h02","wu:fk65f06","kif20a","capzb","Kinesin-like protein","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","A8WFU8","wu:fi34h02","kif22","kif20a","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q568G6","wu:fi34h02","Kinesin light chain 4","kif20a","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q1LUU7","wu:fi34h02","fc27e02","kif20a","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","X1WHC0","wu:fi34h02","Kinesin family member 1Aa","kif20a","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1R5M2","wu:fi34h02","Kinesin-like protein","kif20a","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q6ZM50","wu:fi34h02","si:dkey-16k6.1","kif20a","Q6ZM50","Kinesin-like protein","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1QN54","wu:fi34h02","kif3b","kif20a","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1QV34","wu:fi34h02","Kinesin-like protein","kif20a","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F8W409","wu:fi34h02","Kinesin family member 21A","kif20a","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q08CF1","wu:fi34h02","zgc:153164","kif20a","Q08CF1","Kinesin-like protein","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1Q554","wu:fi34h02","si:dkey-39e8.3","kif20a","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1QYE9","wu:fi34h02","si:dkey-86l18.8","kif20a","F1QYE9","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","E7F2U4","wu:fi34h02","wu:fc06a10","kif20a","cenpe","Kinesin-like protein","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","A0A0R4IWI7","wu:fi34h02","kif5a","kif20a","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","A0A8M1NGN8","wu:fi34h02","si:ch211-157c24.3","kif20a","A0A8M1NGN8","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","F1QW58","wu:fi34h02","kif3c","kif20a","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","B0S7G2","wu:fi34h02","si:ch211-61f14.1","kif20a","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","X1WFZ0","wu:fi34h02","Kinesin family member 13Ba","kif20a","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","E7FAN6","wu:fi34h02","Kinesin family member 20Ba","kif20a","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","Q803Q2","wu:fi34h02","ndel1b","kif20a","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","X1WGN9","wu:fi34h02","Kinesin family member 20Bb","kif20a","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","E7F0X8","wu:fi34h02","StAR-related lipid transfer","kif20a","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000065336","physical","txid7955" +"F1QDF0","A0A0R4IRM1","wu:fi34h02","kif5bb","kif20a","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000065336","physical","txid7955" +"Q9PUU5","Q502I3","zMKLP1","cep55","Q9PUU5","cep55","Kinesin-like protein","Centrosomal protein of 55 kDa (Centrosomal protein 55-like)","string-db","7955.ENSDARP00000136406/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QW58","zMKLP1","kif3c","Q9PUU5","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1Q554","zMKLP1","si:dkey-39e8.3","Q9PUU5","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QYE9","zMKLP1","si:dkey-86l18.8","Q9PUU5","F1QYE9","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1RCT7","zMKLP1","Kinesin family member 16Bb","Q9PUU5","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","A0A0R4IRM1","zMKLP1","kif5bb","Q9PUU5","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","E7F2U4","zMKLP1","wu:fc06a10","Q9PUU5","cenpe","Kinesin-like protein","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","A0A0R4IWI7","zMKLP1","kif5a","Q9PUU5","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QV34","zMKLP1","Kinesin-like protein","Q9PUU5","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","E9QB71","zMKLP1","fc55h04","Q9PUU5","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","A0A8M1NGN8","zMKLP1","si:ch211-157c24.3","Q9PUU5","A0A8M1NGN8","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000078002/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","X1WFZ0","zMKLP1","Kinesin family member 13Ba","Q9PUU5","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","A8WFU8","zMKLP1","kif22","Q9PUU5","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F8W409","zMKLP1","Kinesin family member 21A","Q9PUU5","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q6ZM50","zMKLP1","si:dkey-16k6.1","Q9PUU5","Q6ZM50","Kinesin-like protein","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","X1WGN9","zMKLP1","Kinesin family member 20Bb","Q9PUU5","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q1LUU7","zMKLP1","fc27e02","Q9PUU5","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","E7F0X8","zMKLP1","StAR-related lipid transfer","Q9PUU5","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","E7F084","zMKLP1","Kinesin family member 13Bb","Q9PUU5","E7F084","Kinesin-like protein","Kinesin family member 13Bb (Kinesin-like protein KIF13B isoform X2)","string-db","7955.ENSDARP00000058857/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QDF0","zMKLP1","wu:fi34h02","Q9PUU5","kif20a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QP72","zMKLP1","Kinesin family member 26Bb","Q9PUU5","kif26bb","Kinesin-like protein","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000035886/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q568G6","zMKLP1","Kinesin light chain 4","Q9PUU5","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QN54","zMKLP1","kif3b","Q9PUU5","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q58G59","zMKLP1","kif7","Q9PUU5","Q58G59","Kinesin-like protein","Kinesin-like protein kif7 (Kinesin-like protein costal2)","string-db","7955.ENSDARP00000041576/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q803Q2","zMKLP1","ndel1b","Q9PUU5","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1RAK1","zMKLP1","fj55b02","Q9PUU5","-","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","X1WHC0","zMKLP1","Kinesin family member 1Aa","Q9PUU5","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q6GQL6","zMKLP1","wu:fc38g10","Q9PUU5","Q6GQL6","Kinesin-like protein","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q7T3H1","zMKLP1","dctn2","Q9PUU5","Q7T3H1","Kinesin-like protein","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","E7FAN6","zMKLP1","Kinesin family member 20Ba","Q9PUU5","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","B0S7G2","zMKLP1","si:ch211-61f14.1","Q9PUU5","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1QBV5","zMKLP1","unm_st43","Q9PUU5","kif1b","Kinesin-like protein","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q7SXP1","zMKLP1","wu:fk65f06","Q9PUU5","capzb","Kinesin-like protein","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","F1R5M2","zMKLP1","Kinesin-like protein","Q9PUU5","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000026695","physical","txid7955" +"Q9PUU5","Q08CF1","zMKLP1","zgc:153164","Q9PUU5","Q08CF1","Kinesin-like protein","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000026695","physical","txid7955" +"F1RCT7","B0S7G2","Kinesin family member 16Bb","si:ch211-61f14.1","kif16bb","B0S7G2","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","E9QB71","Kinesin family member 16Bb","fc55h04","kif16bb","kif3a","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","E7FAN6","Kinesin family member 16Bb","Kinesin family member 20Ba","kif16bb","kif20ba","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","X1WHC0","Kinesin family member 16Bb","Kinesin family member 1Aa","kif16bb","X1WHC0","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","A0A0R4IWI7","Kinesin family member 16Bb","kif5a","kif16bb","kif5aa","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","F1QV34","Kinesin family member 16Bb","Kinesin-like protein","kif16bb","F1QV34","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","Q568G6","Kinesin family member 16Bb","Kinesin light chain 4","kif16bb","Q568G6","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","A8WFU8","Kinesin family member 16Bb","kif22","kif16bb","A8WFU8","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","X1WFZ0","Kinesin family member 16Bb","Kinesin family member 13Ba","kif16bb","kif13ba","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","F1QN54","Kinesin family member 16Bb","kif3b","kif16bb","kif3b","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","Q803Q2","Kinesin family member 16Bb","ndel1b","kif16bb","ndel1b","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","Q1LUU7","Kinesin family member 16Bb","fc27e02","kif16bb","kifc1","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","F1R5M2","Kinesin family member 16Bb","Kinesin-like protein","kif16bb","kif5ba","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","F8W409","Kinesin family member 16Bb","Kinesin family member 21A","kif16bb","F8W409","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","A0A0R4IRM1","Kinesin family member 16Bb","kif5bb","kif16bb","A0A0R4IRM1","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","X1WGN9","Kinesin family member 16Bb","Kinesin family member 20Bb","kif16bb","kif20bb","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","F1QW58","Kinesin family member 16Bb","kif3c","kif16bb","kif3cb","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000099496","physical","txid7955" +"F1RCT7","E7F0X8","Kinesin family member 16Bb","StAR-related lipid transfer","kif16bb","stard9","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000099496","physical","txid7955" +"F1RAK1","F1QW58","fj55b02","kif3c","-","kif3cb","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F1RCT7","fj55b02","Kinesin family member 16Bb","-","kif16bb","Kinesin-like protein","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","string-db","7955.ENSDARP00000099496/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","X1WGN9","fj55b02","Kinesin family member 20Bb","-","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","E7F0X8","fj55b02","StAR-related lipid transfer","-","stard9","Kinesin-like protein","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","string-db","7955.ENSDARP00000107755/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","E7FAN6","fj55b02","Kinesin family member 20Ba","-","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F1Q554","fj55b02","si:dkey-39e8.3","-","kif14","Kinesin-like protein","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","Q7SXP1","fj55b02","wu:fk65f06","-","capzb","Kinesin-like protein","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","A0A0R4IWI7","fj55b02","kif5a","-","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","X1WFZ0","fj55b02","Kinesin family member 13Ba","-","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","Q568G6","fj55b02","Kinesin light chain 4","-","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","E7F2U4","fj55b02","wu:fc06a10","-","cenpe","Kinesin-like protein","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","E9QB71","fj55b02","fc55h04","-","kif3a","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","Q1LUU7","fj55b02","fc27e02","-","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","X1WHC0","fj55b02","Kinesin family member 1Aa","-","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F1R5M2","fj55b02","Kinesin-like protein","-","kif5ba","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F8W409","fj55b02","Kinesin family member 21A","-","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","B0S7G2","fj55b02","si:ch211-61f14.1","-","B0S7G2","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F1QV34","fj55b02","Kinesin-like protein","-","F1QV34","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","F1QN54","fj55b02","kif3b","-","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","Q803Q2","fj55b02","ndel1b","-","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","A8WFU8","fj55b02","kif22","-","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000079812","physical","txid7955" +"F1RAK1","A0A0R4IRM1","fj55b02","kif5bb","-","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000079812","physical","txid7955" +"F8W409","E7FAN6","Kinesin family member 21A","Kinesin family member 20Ba","F8W409","kif20ba","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","A8WFU8","Kinesin family member 21A","kif22","F8W409","A8WFU8","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","Q568G6","Kinesin family member 21A","Kinesin light chain 4","F8W409","Q568G6","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","Q803Q2","Kinesin family member 21A","ndel1b","F8W409","ndel1b","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","X1WHC0","Kinesin family member 21A","Kinesin family member 1Aa","F8W409","X1WHC0","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","X1WFZ0","Kinesin family member 21A","Kinesin family member 13Ba","F8W409","kif13ba","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","Q1LUU7","Kinesin family member 21A","fc27e02","F8W409","kifc1","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","A0A0R4IWI7","Kinesin family member 21A","kif5a","F8W409","kif5aa","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","A0A0R4IRM1","Kinesin family member 21A","kif5bb","F8W409","A0A0R4IRM1","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","X1WGN9","Kinesin family member 21A","Kinesin family member 20Bb","F8W409","kif20bb","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000124286","physical","txid7955" +"F8W409","F1QN54","Kinesin family member 21A","kif3b","F8W409","kif3b","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000124286","physical","txid7955" +"E7F0X8","X1WHC0","StAR-related lipid transfer","Kinesin family member 1Aa","stard9","X1WHC0","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","F1QN54","StAR-related lipid transfer","kif3b","stard9","kif3b","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","A0A0R4IRM1","StAR-related lipid transfer","kif5bb","stard9","A0A0R4IRM1","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","E7FAN6","StAR-related lipid transfer","Kinesin family member 20Ba","stard9","kif20ba","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","X1WGN9","StAR-related lipid transfer","Kinesin family member 20Bb","stard9","kif20bb","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","F1QV34","StAR-related lipid transfer","Kinesin-like protein","stard9","F1QV34","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","A0A0R4IWI7","StAR-related lipid transfer","kif5a","stard9","kif5aa","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","Q803Q2","StAR-related lipid transfer","ndel1b","stard9","ndel1b","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","X1WFZ0","StAR-related lipid transfer","Kinesin family member 13Ba","stard9","kif13ba","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","F8W409","StAR-related lipid transfer","Kinesin family member 21A","stard9","F8W409","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","Q568G6","StAR-related lipid transfer","Kinesin light chain 4","stard9","Q568G6","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","Q1LUU7","StAR-related lipid transfer","fc27e02","stard9","kifc1","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","F1QW58","StAR-related lipid transfer","kif3c","stard9","kif3cb","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein","string-db","7955.ENSDARP00000110576/7955.ENSDARP00000107755","physical","txid7955" +"E7F0X8","A8WFU8","StAR-related lipid transfer","kif22","stard9","A8WFU8","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000107755","physical","txid7955" +"F1QW58","X1WHC0","kif3c","Kinesin family member 1Aa","kif3cb","X1WHC0","Kinesin-like protein","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","Q568G6","kif3c","Kinesin light chain 4","kif3cb","Q568G6","Kinesin-like protein","Kinesin light chain 4 (Uncharacterized protein LOC550511) (Zgc:110314)","string-db","7955.ENSDARP00000125673/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","X1WGN9","kif3c","Kinesin family member 20Bb","kif3cb","kif20bb","Kinesin-like protein","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000129397/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","Q803Q2","kif3c","ndel1b","kif3cb","ndel1b","Kinesin-like protein","Nuclear distribution protein nudE-like 1-B","string-db","7955.ENSDARP00000140064/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","A8WFU8","kif3c","kif22","kif3cb","A8WFU8","Kinesin-like protein","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","A0A0R4IRM1","kif3c","kif5bb","kif3cb","A0A0R4IRM1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000138324/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","F1QN54","kif3c","kif3b","kif3cb","kif3b","Kinesin-like protein","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","Q1LUU7","kif3c","fc27e02","kif3cb","kifc1","Kinesin-like protein","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","E7FAN6","kif3c","Kinesin family member 20Ba","kif3cb","kif20ba","Kinesin-like protein","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","A0A0R4IWI7","kif3c","kif5a","kif3cb","kif5aa","Kinesin-like protein","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","F8W409","kif3c","Kinesin family member 21A","kif3cb","F8W409","Kinesin-like protein","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000110576","physical","txid7955" +"F1QW58","X1WFZ0","kif3c","Kinesin family member 13Ba","kif3cb","kif13ba","Kinesin-like protein","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000110576","physical","txid7955" +"F1QDL2","A0JMQ0","fb34b10","bop1","nsa2","A0JMQ0","Ribosome biogenesis protein NSA2 homolog","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","A0A0R4IQB8","fb34b10","cb410","nsa2","ftsj3","Ribosome biogenesis protein NSA2 homolog","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q6NX08","fb34b10","wdr12","nsa2","wdr12","Ribosome biogenesis protein NSA2 homolog","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","string-db","7955.ENSDARP00000004327/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q503P2","fb34b10","nip7","nsa2","nip7","Ribosome biogenesis protein NSA2 homolog","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","F1QU59","fb34b10","Zinc finger protein 622","nsa2","znf622","Ribosome biogenesis protein NSA2 homolog","Zinc finger protein 622","string-db","7955.ENSDARP00000014151/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q6IQU6","fb34b10","rpf1","nsa2","Q6IQU6","Ribosome biogenesis protein NSA2 homolog","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q7ZV20","fb34b10","rrp15","nsa2","Q7ZV20","Ribosome biogenesis protein NSA2 homolog","RRP15-like protein","string-db","7955.ENSDARP00000013273/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","F1QFC4","fb34b10","id:ibd5110","nsa2","noc2l","Ribosome biogenesis protein NSA2 homolog","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","A2CF03","fb34b10","si:dkey-286f3.7","nsa2","las1l","Ribosome biogenesis protein NSA2 homolog","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q6NYD4","fb34b10","mak16","nsa2","Q6NYD4","Ribosome biogenesis protein NSA2 homolog","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q7SX91","fb34b10","fj66c04","nsa2","rrs1","Ribosome biogenesis protein NSA2 homolog","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","Q6ZM19","fb34b10","eif6","nsa2","eif6","Ribosome biogenesis protein NSA2 homolog","Eukaryotic translation initiation factor 6 (eIF-6)","string-db","7955.ENSDARP00000015326/7955.ENSDARP00000003036","physical","txid7955" +"F1QDL2","P79741","fb34b10","pes","nsa2","P79741","Ribosome biogenesis protein NSA2 homolog","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000003036","physical","txid7955" +"Q7SX91","A0JMQ0","fj66c04","bop1","rrs1","A0JMQ0","Ribosome biogenesis regulatory protein","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000111034","physical","txid7955" +"Q7SX91","A0A0R4IQB8","fj66c04","cb410","rrs1","ftsj3","Ribosome biogenesis regulatory protein","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000111034","physical","txid7955" +"Q7SX91","Q6IQU6","fj66c04","rpf1","rrs1","Q6IQU6","Ribosome biogenesis regulatory protein","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000111034","physical","txid7955" +"Q7SX91","A2CF03","fj66c04","si:dkey-286f3.7","rrs1","las1l","Ribosome biogenesis regulatory protein","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000111034","physical","txid7955" +"F1QFC4","Q6DRJ4","id:ibd5110","kri1","noc2l","Q6DRJ4","Nucleolar complex protein 2 homolog","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q7SY48","id:ibd5110","heatr1","noc2l","Q7SY48","Nucleolar complex protein 2 homolog","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q6NYD4","id:ibd5110","mak16","noc2l","Q6NYD4","Nucleolar complex protein 2 homolog","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","A2CF03","id:ibd5110","si:dkey-286f3.7","noc2l","las1l","Nucleolar complex protein 2 homolog","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","A0A0R4IQB8","id:ibd5110","cb410","noc2l","ftsj3","Nucleolar complex protein 2 homolog","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","A0JMQ0","id:ibd5110","bop1","noc2l","A0JMQ0","Nucleolar complex protein 2 homolog","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q7SX91","id:ibd5110","fj66c04","noc2l","rrs1","Nucleolar complex protein 2 homolog","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","E7EZJ0","id:ibd5110","nop9","noc2l","nop9","Nucleolar complex protein 2 homolog","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","A0A0R4IQW7","id:ibd5110","Small subunit processome component 20 homolog","noc2l","utp20","Nucleolar complex protein 2 homolog","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q6IQU6","id:ibd5110","rpf1","noc2l","Q6IQU6","Nucleolar complex protein 2 homolog","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","A0A2R8QAU3","id:ibd5110","zgc:56526","noc2l","imp3","Nucleolar complex protein 2 homolog","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q1LWH6","id:ibd5110","si:dkeyp-84a8.8","noc2l","fam207a","Nucleolar complex protein 2 homolog","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","Q6DI30","id:ibd5110","fc54c06","noc2l","srfbp1","Nucleolar complex protein 2 homolog","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000086095","physical","txid7955" +"F1QFC4","P79734","id:ibd5110","tp53","noc2l","tp53","Nucleolar complex protein 2 homolog","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000086095","physical","txid7955" +"Q6IQU6","A2CF03","rpf1","si:dkey-286f3.7","Q6IQU6","las1l","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000117162","physical","txid7955" +"Q6IQU6","A0A0R4IQB8","rpf1","cb410","Q6IQU6","ftsj3","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000117162","physical","txid7955" +"Q6IQU6","A0JMQ0","rpf1","bop1","Q6IQU6","A0JMQ0","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000117162","physical","txid7955" +"A2CF03","Q4KMD2","si:dkey-286f3.7","zgc:112345","las1l","Q4KMD2","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000121984","physical","txid7955" +"A2CF03","X1WBZ5","si:dkey-286f3.7","si:dkeyp-33b5.4","las1l","prorp","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000121984","physical","txid7955" +"A2CF03","F1Q5Q7","si:dkey-286f3.7","Pmscl2","las1l","exosc10","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000121984","physical","txid7955" +"A2CF03","F8W3K6","si:dkey-286f3.7","fa97b01","las1l","exosc2","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000121984","physical","txid7955" +"A2CF03","A0A0R4IQB8","si:dkey-286f3.7","cb410","las1l","ftsj3","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000121984","physical","txid7955" +"Q6ZM19","F1QFC4","eif6","id:ibd5110","eif6","noc2l","Eukaryotic translation initiation factor 6 (eIF-6)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","A2CF03","eif6","si:dkey-286f3.7","eif6","las1l","Eukaryotic translation initiation factor 6 (eIF-6)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","Q7ZUI8","eif6","eif1b","eif6","eif1","Eukaryotic translation initiation factor 6 (eIF-6)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","Q6NYD4","eif6","mak16","eif6","Q6NYD4","Eukaryotic translation initiation factor 6 (eIF-6)","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","A0A0R4IQB8","eif6","cb410","eif6","ftsj3","Eukaryotic translation initiation factor 6 (eIF-6)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","Q7SX91","eif6","fj66c04","eif6","rrs1","Eukaryotic translation initiation factor 6 (eIF-6)","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","A0JMQ0","eif6","bop1","eif6","A0JMQ0","Eukaryotic translation initiation factor 6 (eIF-6)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","P79741","eif6","pes","eif6","P79741","Eukaryotic translation initiation factor 6 (eIF-6)","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","Q503P2","eif6","nip7","eif6","nip7","Eukaryotic translation initiation factor 6 (eIF-6)","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000015326","physical","txid7955" +"Q6ZM19","Q6IQU6","eif6","rpf1","eif6","Q6IQU6","Eukaryotic translation initiation factor 6 (eIF-6)","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000015326","physical","txid7955" +"Q503P2","Q6IQU6","nip7","rpf1","nip7","Q6IQU6","60S ribosome subunit biogenesis protein NIP7 homolog","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","A2CF03","nip7","si:dkey-286f3.7","nip7","las1l","60S ribosome subunit biogenesis protein NIP7 homolog","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","A0JMQ0","nip7","bop1","nip7","A0JMQ0","60S ribosome subunit biogenesis protein NIP7 homolog","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","F1QFC4","nip7","id:ibd5110","nip7","noc2l","60S ribosome subunit biogenesis protein NIP7 homolog","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","A0A0R4IQB8","nip7","cb410","nip7","ftsj3","60S ribosome subunit biogenesis protein NIP7 homolog","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","Q6NYD4","nip7","mak16","nip7","Q6NYD4","60S ribosome subunit biogenesis protein NIP7 homolog","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000076524","physical","txid7955" +"Q503P2","Q7SX91","nip7","fj66c04","nip7","rrs1","60S ribosome subunit biogenesis protein NIP7 homolog","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000076524","physical","txid7955" +"Q7ZV20","A0A0R4IQB8","rrp15","cb410","Q7ZV20","ftsj3","RRP15-like protein","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","A2CF03","rrp15","si:dkey-286f3.7","Q7ZV20","las1l","RRP15-like protein","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","Q6NYD4","rrp15","mak16","Q7ZV20","Q6NYD4","RRP15-like protein","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","Q6IQU6","rrp15","rpf1","Q7ZV20","Q6IQU6","RRP15-like protein","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","Q503P2","rrp15","nip7","Q7ZV20","nip7","RRP15-like protein","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","F1QU59","rrp15","Zinc finger protein 622","Q7ZV20","znf622","RRP15-like protein","Zinc finger protein 622","string-db","7955.ENSDARP00000014151/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","Q6ZM19","rrp15","eif6","Q7ZV20","eif6","RRP15-like protein","Eukaryotic translation initiation factor 6 (eIF-6)","string-db","7955.ENSDARP00000015326/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","P79741","rrp15","pes","Q7ZV20","P79741","RRP15-like protein","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","F1QFC4","rrp15","id:ibd5110","Q7ZV20","noc2l","RRP15-like protein","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","Q7SX91","rrp15","fj66c04","Q7ZV20","rrs1","RRP15-like protein","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000013273","physical","txid7955" +"Q7ZV20","A0JMQ0","rrp15","bop1","Q7ZV20","A0JMQ0","RRP15-like protein","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000013273","physical","txid7955" +"P79741","F1Q4S6","pes","wu:fi43b02","P79741","nol6","Pescadillo","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6DRP2","pes","gnl3","P79741","Q6DRP2","Pescadillo","Guanine nucleotide-binding protein-like 3 (Nucleostemin-like protein)","string-db","7955.ENSDARP00000109517/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q1L876","pes","cb268","P79741","Q1L876","Pescadillo","rRNA biogenesis protein RRP36","string-db","7955.ENSDARP00000045681/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A0A2R8QAU3","pes","zgc:56526","P79741","imp3","Pescadillo","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A0JMQ0","pes","bop1","P79741","A0JMQ0","Pescadillo","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A0A2R9YJN8","pes","cb960","P79741","ddx21","Pescadillo","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000026992","physical","txid7955" +"P79741","E7F654","pes","nol9","P79741","nol9","Pescadillo","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q68EI0","pes","wdr18","P79741","wdr18","Pescadillo","WD repeat-containing protein 18","string-db","7955.ENSDARP00000060250/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6DI25","pes","zgc:86740","P79741","imp4","Pescadillo","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q4VBT2","pes","noc4l","P79741","Q4VBT2","Pescadillo","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q7SY48","pes","heatr1","P79741","Q7SY48","Pescadillo","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A0A0R4IQB8","pes","cb410","P79741","ftsj3","Pescadillo","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6NYD4","pes","mak16","P79741","Q6NYD4","Pescadillo","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q1LWH6","pes","si:dkeyp-84a8.8","P79741","fam207a","Pescadillo","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000026992","physical","txid7955" +"P79741","E7EZJ0","pes","nop9","P79741","nop9","Pescadillo","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A2CF03","pes","si:dkey-286f3.7","P79741","las1l","Pescadillo","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6DI30","pes","fc54c06","P79741","srfbp1","Pescadillo","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6IQU6","pes","rpf1","P79741","Q6IQU6","Pescadillo","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000026992","physical","txid7955" +"P79741","F1RE30","pes","Proline-, glutamic acid- and leucine-rich protein 1","P79741","pelp1","Pescadillo","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","string-db","7955.ENSDARP00000100297/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q503P2","pes","nip7","P79741","nip7","Pescadillo","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000026992","physical","txid7955" +"P79741","F1R8M8","pes","si:dkey-16i5.10","P79741","F1R8M8","Pescadillo","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q803M3","pes","tex10","P79741","Q803M3","Pescadillo","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000026992","physical","txid7955" +"P79741","A0A0R4IQW7","pes","Small subunit processome component 20 homolog","P79741","utp20","Pescadillo","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q6DRJ4","pes","kri1","P79741","Q6DRJ4","Pescadillo","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000026992","physical","txid7955" +"P79741","F1QFC4","pes","id:ibd5110","P79741","noc2l","Pescadillo","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000026992","physical","txid7955" +"P79741","E7F349","pes","bms1l","P79741","bms1","Pescadillo","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000026992","physical","txid7955" +"P79741","Q7SX91","pes","fj66c04","P79741","rrs1","Pescadillo","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000026992","physical","txid7955" +"F1QU59","F1QFC4","Zinc finger protein 622","id:ibd5110","znf622","noc2l","Zinc finger protein 622","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","Q6ZM19","Zinc finger protein 622","eif6","znf622","eif6","Zinc finger protein 622","Eukaryotic translation initiation factor 6 (eIF-6)","string-db","7955.ENSDARP00000015326/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","Q503P2","Zinc finger protein 622","nip7","znf622","nip7","Zinc finger protein 622","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","A2CF03","Zinc finger protein 622","si:dkey-286f3.7","znf622","las1l","Zinc finger protein 622","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","Q7SX91","Zinc finger protein 622","fj66c04","znf622","rrs1","Zinc finger protein 622","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","A0A0R4IQB8","Zinc finger protein 622","cb410","znf622","ftsj3","Zinc finger protein 622","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","Q6IQU6","Zinc finger protein 622","rpf1","znf622","Q6IQU6","Zinc finger protein 622","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","P79741","Zinc finger protein 622","pes","znf622","P79741","Zinc finger protein 622","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","Q6NYD4","Zinc finger protein 622","mak16","znf622","Q6NYD4","Zinc finger protein 622","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000014151","physical","txid7955" +"F1QU59","A0JMQ0","Zinc finger protein 622","bop1","znf622","A0JMQ0","Zinc finger protein 622","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000014151","physical","txid7955" +"Q6NYD4","A0A0R4IQB8","mak16","cb410","Q6NYD4","ftsj3","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","A2CF03","mak16","si:dkey-286f3.7","Q6NYD4","las1l","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","B8JKD7","mak16","polr1b","Q6NYD4","polr1b","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","B1H1H9","mak16","Pseudouridine synthase 7","Q6NYD4","pus7","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","string-db","7955.ENSDARP00000133410/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","Q7SX91","mak16","fj66c04","Q6NYD4","rrs1","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","Q6IQU6","mak16","rpf1","Q6NYD4","Q6IQU6","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000098580","physical","txid7955" +"Q6NYD4","A0JMQ0","mak16","bop1","Q6NYD4","A0JMQ0","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000098580","physical","txid7955" +"Q6NX08","Q7ZV20","wdr12","rrp15","wdr12","Q7ZV20","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","RRP15-like protein","string-db","7955.ENSDARP00000013273/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q1L876","wdr12","cb268","wdr12","Q1L876","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","rRNA biogenesis protein RRP36","string-db","7955.ENSDARP00000045681/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q68EI0","wdr12","wdr18","wdr12","wdr18","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","WD repeat-containing protein 18","string-db","7955.ENSDARP00000060250/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A3KPR1","wdr12","wu:fb33e10","wdr12","wdr36","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","WD repeat domain 36 (WD repeat-containing protein 36)","string-db","7955.ENSDARP00000008668/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A0A2R8QAU3","wdr12","zgc:56526","wdr12","imp3","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","F1Q4S6","wdr12","wu:fi43b02","wdr12","nol6","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6NYD4","wdr12","mak16","wdr12","Q6NYD4","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","E7F5L8","wdr12","fb98b07","wdr12","mphosph10","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6DI25","wdr12","zgc:86740","wdr12","imp4","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A0JMQ0","wdr12","bop1","wdr12","A0JMQ0","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","E7F654","wdr12","nol9","wdr12","nol9","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q7SY48","wdr12","heatr1","wdr12","Q7SY48","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","F1QU59","wdr12","Zinc finger protein 622","wdr12","znf622","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Zinc finger protein 622","string-db","7955.ENSDARP00000014151/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q4VBT2","wdr12","noc4l","wdr12","Q4VBT2","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A0A0R4IQB8","wdr12","cb410","wdr12","ftsj3","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","P79741","wdr12","pes","wdr12","P79741","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","E7F349","wdr12","bms1l","wdr12","bms1","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","F1RE30","wdr12","Proline-, glutamic acid- and leucine-rich protein 1","wdr12","pelp1","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","string-db","7955.ENSDARP00000100297/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6ZM19","wdr12","eif6","wdr12","eif6","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Eukaryotic translation initiation factor 6 (eIF-6)","string-db","7955.ENSDARP00000015326/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A2CF03","wdr12","si:dkey-286f3.7","wdr12","las1l","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","A0A0R4IQW7","wdr12","Small subunit processome component 20 homolog","wdr12","utp20","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6DI30","wdr12","fc54c06","wdr12","srfbp1","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6IQU6","wdr12","rpf1","wdr12","Q6IQU6","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Ribosome production factor 1 (Brix domain-containing protein 5) (Ribosome biogenesis protein RPF1)","string-db","7955.ENSDARP00000117162/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","E7EZJ0","wdr12","nop9","wdr12","nop9","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","F1QFC4","wdr12","id:ibd5110","wdr12","noc2l","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q503P2","wdr12","nip7","wdr12","nip7","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","60S ribosome subunit biogenesis protein NIP7 homolog","string-db","7955.ENSDARP00000076524/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q7SX91","wdr12","fj66c04","wdr12","rrs1","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q1LWH6","wdr12","si:dkeyp-84a8.8","wdr12","fam207a","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q6DRJ4","wdr12","kri1","wdr12","Q6DRJ4","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","F1R8M8","wdr12","si:dkey-16i5.10","wdr12","F1R8M8","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000004327","physical","txid7955" +"Q6NX08","Q803M3","wdr12","tex10","wdr12","Q803M3","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000004327","physical","txid7955" +"A0JMQ0","Q7SY48","bop1","heatr1","A0JMQ0","Q7SY48","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000120969","physical","txid7955" +"A0JMQ0","A0A2R8QAU3","bop1","zgc:56526","A0JMQ0","imp3","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000120969","physical","txid7955" +"A0JMQ0","E7F654","bop1","nol9","A0JMQ0","nol9","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000120969","physical","txid7955" +"A0JMQ0","A0A0R4IQB8","bop1","cb410","A0JMQ0","ftsj3","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000120969","physical","txid7955" +"A0JMQ0","A0A0R4IQW7","bop1","Small subunit processome component 20 homolog","A0JMQ0","utp20","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000120969","physical","txid7955" +"A0JMQ0","A2CF03","bop1","si:dkey-286f3.7","A0JMQ0","las1l","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000120969","physical","txid7955" +"F1QDK4","Q6DHP2","Dp71","zgc:92191","F1QDK4","Q6DHP2","Dystrophin","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A0R4IQG7","Dp71","nNOS","F1QDK4","A0A0R4IQG7","Dystrophin","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q6GMG2","Dp71","zgc:92432","F1QDK4","sntb1","Dystrophin","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","string-db","7955.ENSDARP00000105583/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q9PUQ6","Dp71","Sk-Tmod","F1QDK4","tmod4","Dystrophin","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","F1R412","Dp71","tpm4","F1QDK4","tpm4a","Dystrophin","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","string-db","7955.ENSDARP00000034733/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q7SXW1","Dp71","zgc:63734","F1QDK4","tpm4b","Dystrophin","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A0R4IAT6","Dp71","si:dkey-123f20.1","F1QDK4","A0A0R4IAT6","Dystrophin","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q3ZB93","Dp71","fa03a05","F1QDK4","Q3ZB93","Dystrophin","Beta-sarcoglycan","string-db","7955.ENSDARP00000068661/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A0R4IIA7","Dp71","si:busm1-132m23.1","F1QDK4","tln2a","Dystrophin","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","E9QGR6","Dp71","Tropomodulin 1","F1QDK4","E9QGR6","Dystrophin","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q6DHU6","Dp71","zgc:92053","F1QDK4","Q6DHU6","Dystrophin","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","string-db","7955.ENSDARP00000027342/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A0R4IBS6","Dp71","wu:fc49e11","F1QDK4","A0A0R4IBS6","Dystrophin","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q5PQZ7","Dp71","bves","F1QDK4","bves","Dystrophin","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","string-db","7955.ENSDARP00000075860/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A8M9Q7U4","Dp71","si:rp71-17i16.4","F1QDK4","A0A8M9Q7U4","Dystrophin","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","F8W4K0","Dp71","Alpha-sarcoglycan","F1QDK4","sgca","Dystrophin","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","E7FDL7","Dp71","Beta-2-syntrophin","F1QDK4","E7FDL7","Dystrophin","Beta-2-syntrophin (Syntrophin, beta 2)","string-db","7955.ENSDARP00000067932/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q6IQ64","Dp71","stnnc","F1QDK4","tnnc1b","Dystrophin","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","F1QMH7","Dp71","dag","F1QDK4","dag1","Dystrophin","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","string-db","7955.ENSDARP00000020759/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","F1QCC0","Dp71","zgc:110715","F1QDK4","tnni2b.1","Dystrophin","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","string-db","7955.ENSDARP00000023228/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","E7F4H1","Dp71","si:rp71-50c18.1","F1QDK4","E7F4H1","Dystrophin","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","string-db","7955.ENSDARP00000077055/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q5U3E9","Dp71","zgc:103650","F1QDK4","Q5U3E9","Dystrophin","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A8WGA6","Dp71","b44","F1QDK4","tnnt3b","Dystrophin","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","F1Q504","Dp71","zgc:100924","F1QDK4","F1Q504","Dystrophin","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q0D2W2","Dp71","hm:zehn0173","F1QDK4","tnni2a.4","Dystrophin","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","string-db","7955.ENSDARP00000037759/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q6DHH1","Dp71","scge","F1QDK4","Q6DHH1","Dystrophin","Epsilon-sarcoglycan","string-db","7955.ENSDARP00000099762/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","Q6IQD7","Dp71","fj63f03","F1QDK4","Q6IQD7","Dystrophin","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000003044","physical","txid7955" +"F1QDK4","A0A286Y8U0","Dp71","sgcz","F1QDK4","A0A286Y8U0","Dystrophin","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000003044","physical","txid7955" +"E9QGR6","Q5U3E9","Tropomodulin 1","zgc:103650","E9QGR6","Q5U3E9","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000103325","physical","txid7955" +"E9QGR6","Q7SXW1","Tropomodulin 1","zgc:63734","E9QGR6","tpm4b","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000103325","physical","txid7955" +"E9QGR6","Q6DHP2","Tropomodulin 1","zgc:92191","E9QGR6","Q6DHP2","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000103325","physical","txid7955" +"E9QGR6","A8WGA6","Tropomodulin 1","b44","E9QGR6","tnnt3b","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000103325","physical","txid7955" +"E9QGR6","A0A8M9Q7U4","Tropomodulin 1","si:rp71-17i16.4","E9QGR6","A0A8M9Q7U4","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000103325","physical","txid7955" +"E9QGR6","Q6IQD7","Tropomodulin 1","fj63f03","E9QGR6","Q6IQD7","Tropomodulin 1 (Tropomodulin-1 isoform X2)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000103325","physical","txid7955" +"Q5U3E9","Q7SXW1","zgc:103650","zgc:63734","Q5U3E9","tpm4b","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000130768","physical","txid7955" +"Q5U3E9","Q5RIF5","zgc:103650","si:ch211-136g2.1","Q5U3E9","Q5RIF5","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000130768","physical","txid7955" +"Q5U3E9","Q6IQD7","zgc:103650","fj63f03","Q5U3E9","Q6IQD7","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000130768","physical","txid7955" +"Q6DHP2","A8WGA6","zgc:92191","b44","Q6DHP2","tnnt3b","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000117341","physical","txid7955" +"Q6DHP2","Q5RIF5","zgc:92191","si:ch211-136g2.1","Q6DHP2","Q5RIF5","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000117341","physical","txid7955" +"Q6DHP2","Q7SXW1","zgc:92191","zgc:63734","Q6DHP2","tpm4b","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000117341","physical","txid7955" +"Q6DHP2","Q5U3E9","zgc:92191","zgc:103650","Q6DHP2","Q5U3E9","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000117341","physical","txid7955" +"Q6DHP2","Q6IQD7","zgc:92191","fj63f03","Q6DHP2","Q6IQD7","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000117341","physical","txid7955" +"Q3ZB93","F8W4K0","fa03a05","Alpha-sarcoglycan","Q3ZB93","sgca","Beta-sarcoglycan","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","F1Q504","fa03a05","zgc:100924","Q3ZB93","F1Q504","Beta-sarcoglycan","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","Q6GMG2","fa03a05","zgc:92432","Q3ZB93","sntb1","Beta-sarcoglycan","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","string-db","7955.ENSDARP00000105583/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","Q6DHH1","fa03a05","scge","Q3ZB93","Q6DHH1","Beta-sarcoglycan","Epsilon-sarcoglycan","string-db","7955.ENSDARP00000099762/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","A0A286Y8U0","fa03a05","sgcz","Q3ZB93","A0A286Y8U0","Beta-sarcoglycan","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","A0A0R4IAT6","fa03a05","si:dkey-123f20.1","Q3ZB93","A0A0R4IAT6","Beta-sarcoglycan","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000068661","physical","txid7955" +"Q3ZB93","A0A0R4IBS6","fa03a05","wu:fc49e11","Q3ZB93","A0A0R4IBS6","Beta-sarcoglycan","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000068661","physical","txid7955" +"F1QMH7","A0A286Y8U0","dag","sgcz","dag1","A0A286Y8U0","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","E7FDL7","dag","Beta-2-syntrophin","dag1","E7FDL7","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Beta-2-syntrophin (Syntrophin, beta 2)","string-db","7955.ENSDARP00000067932/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","A0A0R4IBS6","dag","wu:fc49e11","dag1","A0A0R4IBS6","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","Q6GMG2","dag","zgc:92432","dag1","sntb1","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","string-db","7955.ENSDARP00000105583/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","A0A0R4IAT6","dag","si:dkey-123f20.1","dag1","A0A0R4IAT6","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","Q3ZB93","dag","fa03a05","dag1","Q3ZB93","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Beta-sarcoglycan","string-db","7955.ENSDARP00000068661/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","F1Q504","dag","zgc:100924","dag1","F1Q504","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","F8W4K0","dag","Alpha-sarcoglycan","dag1","sgca","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000020759","physical","txid7955" +"F1QMH7","Q6DHH1","dag","scge","dag1","Q6DHH1","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","Epsilon-sarcoglycan","string-db","7955.ENSDARP00000099762/7955.ENSDARP00000020759","physical","txid7955" +"F1QCC0","Q5RIF5","zgc:110715","si:ch211-136g2.1","tnni2b.1","Q5RIF5","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q5U3E9","zgc:110715","zgc:103650","tnni2b.1","Q5U3E9","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q0D2W2","zgc:110715","hm:zehn0173","tnni2b.1","tnni2a.4","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","string-db","7955.ENSDARP00000037759/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q0P3Z4","zgc:110715","CH1073-380L12.2","tnni2b.1","Q0P3Z4","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q6IQD7","zgc:110715","fj63f03","tnni2b.1","Q6IQD7","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","A0A8M9Q7U4","zgc:110715","si:rp71-17i16.4","tnni2b.1","A0A8M9Q7U4","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q6DHP2","zgc:110715","zgc:92191","tnni2b.1","Q6DHP2","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","E9QGR6","zgc:110715","Tropomodulin 1","tnni2b.1","E9QGR6","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q800V7","zgc:110715","cTnC","tnni2b.1","Q800V7","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","string-db","7955.ENSDARP00000025541/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q9I8U9","zgc:110715","tnnt","tnni2b.1","tnnt3a","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q8AVB1","zgc:110715","tnnt1","tnni2b.1","tnnt2c","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","string-db","7955.ENSDARP00000044153/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q9PUQ6","zgc:110715","Sk-Tmod","tnni2b.1","tmod4","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","A8WGA6","zgc:110715","b44","tnni2b.1","tnnt3b","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q6IQ64","zgc:110715","stnnc","tnni2b.1","tnnc1b","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q7SXW1","zgc:110715","zgc:63734","tnni2b.1","tpm4b","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q9I8U8","zgc:110715","tnnc","tnni2b.1","Q9I8U8","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","F1R412","zgc:110715","tpm4","tnni2b.1","tpm4a","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","string-db","7955.ENSDARP00000034733/7955.ENSDARP00000023228","physical","txid7955" +"F1QCC0","Q6DHU6","zgc:110715","zgc:92053","tnni2b.1","Q6DHU6","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","string-db","7955.ENSDARP00000027342/7955.ENSDARP00000023228","physical","txid7955" +"A0A8M9Q7U4","Q5U3E9","si:rp71-17i16.4","zgc:103650","A0A8M9Q7U4","Q5U3E9","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000116801","physical","txid7955" +"A0A8M9Q7U4","A8WGA6","si:rp71-17i16.4","b44","A0A8M9Q7U4","tnnt3b","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000116801","physical","txid7955" +"A0A8M9Q7U4","Q6DHP2","si:rp71-17i16.4","zgc:92191","A0A8M9Q7U4","Q6DHP2","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000116801","physical","txid7955" +"A0A8M9Q7U4","Q5RIF5","si:rp71-17i16.4","si:ch211-136g2.1","A0A8M9Q7U4","Q5RIF5","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000116801","physical","txid7955" +"A0A8M9Q7U4","Q7SXW1","si:rp71-17i16.4","zgc:63734","A0A8M9Q7U4","tpm4b","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000116801","physical","txid7955" +"A0A8M9Q7U4","Q6IQD7","si:rp71-17i16.4","fj63f03","A0A8M9Q7U4","Q6IQD7","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000116801","physical","txid7955" +"Q6GMG2","A0A0R4IBS6","zgc:92432","wu:fc49e11","sntb1","A0A0R4IBS6","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000105583","physical","txid7955" +"Q6GMG2","A0A0R4IAT6","zgc:92432","si:dkey-123f20.1","sntb1","A0A0R4IAT6","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000105583","physical","txid7955" +"Q6GMG2","F1Q504","zgc:92432","zgc:100924","sntb1","F1Q504","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000105583","physical","txid7955" +"Q6GMG2","A0A286Y8U0","zgc:92432","sgcz","sntb1","A0A286Y8U0","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000105583","physical","txid7955" +"Q6GMG2","F8W4K0","zgc:92432","Alpha-sarcoglycan","sntb1","sgca","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000105583","physical","txid7955" +"Q6IQ64","Q5U3E9","stnnc","zgc:103650","tnnc1b","Q5U3E9","Slow-specific troponin C (Troponin C type 1B (slow))","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q6IQD7","stnnc","fj63f03","tnnc1b","Q6IQD7","Slow-specific troponin C (Troponin C type 1B (slow))","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q6DHP2","stnnc","zgc:92191","tnnc1b","Q6DHP2","Slow-specific troponin C (Troponin C type 1B (slow))","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q9PUQ6","stnnc","Sk-Tmod","tnnc1b","tmod4","Slow-specific troponin C (Troponin C type 1B (slow))","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","E9QGR6","stnnc","Tropomodulin 1","tnnc1b","E9QGR6","Slow-specific troponin C (Troponin C type 1B (slow))","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q9I8U8","stnnc","tnnc","tnnc1b","Q9I8U8","Slow-specific troponin C (Troponin C type 1B (slow))","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q0P3Z4","stnnc","CH1073-380L12.2","tnnc1b","Q0P3Z4","Slow-specific troponin C (Troponin C type 1B (slow))","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q5RIF5","stnnc","si:ch211-136g2.1","tnnc1b","Q5RIF5","Slow-specific troponin C (Troponin C type 1B (slow))","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","A0A8M9Q7U4","stnnc","si:rp71-17i16.4","tnnc1b","A0A8M9Q7U4","Slow-specific troponin C (Troponin C type 1B (slow))","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q9I8U9","stnnc","tnnt","tnnc1b","tnnt3a","Slow-specific troponin C (Troponin C type 1B (slow))","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","A8WGA6","stnnc","b44","tnnc1b","tnnt3b","Slow-specific troponin C (Troponin C type 1B (slow))","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000054663","physical","txid7955" +"Q6IQ64","Q7SXW1","stnnc","zgc:63734","tnnc1b","tpm4b","Slow-specific troponin C (Troponin C type 1B (slow))","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000054663","physical","txid7955" +"E7FDL7","Q6GMG2","Beta-2-syntrophin","zgc:92432","E7FDL7","sntb1","Beta-2-syntrophin (Syntrophin, beta 2)","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","string-db","7955.ENSDARP00000105583/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","A0A0R4IBS6","Beta-2-syntrophin","wu:fc49e11","E7FDL7","A0A0R4IBS6","Beta-2-syntrophin (Syntrophin, beta 2)","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","F1Q504","Beta-2-syntrophin","zgc:100924","E7FDL7","F1Q504","Beta-2-syntrophin (Syntrophin, beta 2)","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","Q3ZB93","Beta-2-syntrophin","fa03a05","E7FDL7","Q3ZB93","Beta-2-syntrophin (Syntrophin, beta 2)","Beta-sarcoglycan","string-db","7955.ENSDARP00000068661/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","Q6DHH1","Beta-2-syntrophin","scge","E7FDL7","Q6DHH1","Beta-2-syntrophin (Syntrophin, beta 2)","Epsilon-sarcoglycan","string-db","7955.ENSDARP00000099762/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","A0A0R4IAT6","Beta-2-syntrophin","si:dkey-123f20.1","E7FDL7","A0A0R4IAT6","Beta-2-syntrophin (Syntrophin, beta 2)","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","A0A286Y8U0","Beta-2-syntrophin","sgcz","E7FDL7","A0A286Y8U0","Beta-2-syntrophin (Syntrophin, beta 2)","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000067932","physical","txid7955" +"E7FDL7","F8W4K0","Beta-2-syntrophin","Alpha-sarcoglycan","E7FDL7","sgca","Beta-2-syntrophin (Syntrophin, beta 2)","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000067932","physical","txid7955" +"Q6IQD7","Q6PHJ8","fj63f03","myl9l","Q6IQD7","myl12.1","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000132881","physical","txid7955" +"Q6IQD7","Q6DHS1","fj63f03","wu:fb63d03","Q6IQD7","Q6DHS1","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000132881","physical","txid7955" +"Q6IQD7","Q5RIF5","fj63f03","si:ch211-136g2.1","Q6IQD7","Q5RIF5","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000132881","physical","txid7955" +"A8WGA6","Q5RIF5","b44","si:ch211-136g2.1","tnnt3b","Q5RIF5","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000121128","physical","txid7955" +"A8WGA6","Q5U3E9","b44","zgc:103650","tnnt3b","Q5U3E9","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000121128","physical","txid7955" +"A8WGA6","Q6IQD7","b44","fj63f03","tnnt3b","Q6IQD7","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000121128","physical","txid7955" +"A8WGA6","Q7SXW1","b44","zgc:63734","tnnt3b","tpm4b","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000121128","physical","txid7955" +"E7F4H1","F8W4B7","si:rp71-50c18.1","Histone deacetylase 6","E7F4H1","hdac6","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000077055","physical","txid7955" +"E7F4H1","Q804H0","si:rp71-50c18.1","ANX Ic","E7F4H1","Q804H0","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","Annexin","string-db","7955.ENSDARP00000139017/7955.ENSDARP00000077055","physical","txid7955" +"E7F4H1","F1QZ50","si:rp71-50c18.1","AHNAK nucleoprotein","E7F4H1","ahnak","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","string-db","7955.ENSDARP00000082917/7955.ENSDARP00000077055","physical","txid7955" +"E7F4H1","Q1LU99","si:rp71-50c18.1","ripor2","E7F4H1","ripor2","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","Rho family-interacting cell polarization regulator 2","string-db","7955.ENSDARP00000082860/7955.ENSDARP00000077055","physical","txid7955" +"A0A0R4IAT6","A0A0R4IBS6","si:dkey-123f20.1","wu:fc49e11","A0A0R4IAT6","A0A0R4IBS6","Gamma-2-syntrophin (Syntrophin, gamma 2)","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000130115","physical","txid7955" +"A0A0R4IAT6","A0A286Y8U0","si:dkey-123f20.1","sgcz","A0A0R4IAT6","A0A286Y8U0","Gamma-2-syntrophin (Syntrophin, gamma 2)","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000130115","physical","txid7955" +"Q7SXW1","Q6DHS1","zgc:63734","wu:fb63d03","tpm4b","Q6DHS1","Tropomyosin alpha-4 chain (Tropomyosin-4)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000137812","physical","txid7955" +"Q6DHU6","E9QGR6","zgc:92053","Tropomodulin 1","Q6DHU6","E9QGR6","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","F1R412","zgc:92053","tpm4","Q6DHU6","tpm4a","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","string-db","7955.ENSDARP00000034733/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","A8WGA6","zgc:92053","b44","Q6DHU6","tnnt3b","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","A0A8M9Q7U4","zgc:92053","si:rp71-17i16.4","Q6DHU6","A0A8M9Q7U4","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q9PUQ6","zgc:92053","Sk-Tmod","Q6DHU6","tmod4","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q5U3E9","zgc:92053","zgc:103650","Q6DHU6","Q5U3E9","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q0D2W2","zgc:92053","hm:zehn0173","Q6DHU6","tnni2a.4","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","string-db","7955.ENSDARP00000037759/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q5RIF5","zgc:92053","si:ch211-136g2.1","Q6DHU6","Q5RIF5","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q8AVB1","zgc:92053","tnnt1","Q6DHU6","tnnt2c","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","string-db","7955.ENSDARP00000044153/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q9I8U9","zgc:92053","tnnt","Q6DHU6","tnnt3a","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q0P3Z4","zgc:92053","CH1073-380L12.2","Q6DHU6","Q0P3Z4","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q6IQ64","zgc:92053","stnnc","Q6DHU6","tnnc1b","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q6IQD7","zgc:92053","fj63f03","Q6DHU6","Q6IQD7","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q9I8U8","zgc:92053","tnnc","Q6DHU6","Q9I8U8","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q7SXW1","zgc:92053","zgc:63734","Q6DHU6","tpm4b","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000027342","physical","txid7955" +"Q6DHU6","Q6DHP2","zgc:92053","zgc:92191","Q6DHU6","Q6DHP2","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000027342","physical","txid7955" +"F1R412","Q801M3","tpm4","cmlc2","tpm4a","myl7","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","string-db","7955.ENSDARP00000040012/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q6DHS1","tpm4","wu:fb63d03","tpm4a","Q6DHS1","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q0D2W2","tpm4","hm:zehn0173","tpm4a","tnni2a.4","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","string-db","7955.ENSDARP00000037759/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","E7F062","tpm4","Leiomodin 1b","tpm4a","E7F062","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Leiomodin 1b (smooth muscle) (Leiomodin-1)","string-db","7955.ENSDARP00000104330/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q5YLG6","tpm4","OTTDARP00000007023","tpm4a","rhov","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q5U3E9","tpm4","zgc:103650","tpm4a","Q5U3E9","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","B3DKC6","tpm4","si:dkey-216e9.5","tpm4a","B3DKC6","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q6DHP2","tpm4","zgc:92191","tpm4a","Q6DHP2","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","E9QGR6","tpm4","Tropomodulin 1","tpm4a","E9QGR6","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q9PUQ6","tpm4","Sk-Tmod","tpm4a","tmod4","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","F1R0C1","tpm4","si:dkey-162f21.1","tpm4a","F1R0C1","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","A0A8M9Q7U4","tpm4","si:rp71-17i16.4","tpm4a","A0A8M9Q7U4","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q6NVA6","tpm4","myl9","tpm4a","Q6NVA6","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q6IQ64","tpm4","stnnc","tpm4a","tnnc1b","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","Q6PHJ8","tpm4","myl9l","tpm4a","myl12.1","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","O93409","tpm4","mylpfa","tpm4a","O93409","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","string-db","7955.ENSDARP00000069948/7955.ENSDARP00000034733","physical","txid7955" +"F1R412","A8WGA6","tpm4","b44","tpm4a","tnnt3b","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000034733","physical","txid7955" +"Q5PQZ7","A0A0R4ICQ1","bves","si:ch211-194m7.2","bves","ndrg4","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","NDRG family member 4 (Protein NDRG4)","string-db","7955.ENSDARP00000130451/7955.ENSDARP00000075860","physical","txid7955" +"F1Q504","A0A286Y8U0","zgc:100924","sgcz","F1Q504","A0A286Y8U0","Gamma-sarcoglycan","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000119501","physical","txid7955" +"F1Q504","F8W4K0","zgc:100924","Alpha-sarcoglycan","F1Q504","sgca","Gamma-sarcoglycan","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000119501","physical","txid7955" +"F1Q504","A0A0R4IAT6","zgc:100924","si:dkey-123f20.1","F1Q504","A0A0R4IAT6","Gamma-sarcoglycan","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000119501","physical","txid7955" +"F1Q504","A0A0R4IBS6","zgc:100924","wu:fc49e11","F1Q504","A0A0R4IBS6","Gamma-sarcoglycan","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000119501","physical","txid7955" +"Q6DHH1","A0A0R4IBS6","scge","wu:fc49e11","Q6DHH1","A0A0R4IBS6","Epsilon-sarcoglycan","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000099762","physical","txid7955" +"Q6DHH1","F8W4K0","scge","Alpha-sarcoglycan","Q6DHH1","sgca","Epsilon-sarcoglycan","Alpha-sarcoglycan (Sarcoglycan, alpha)","string-db","7955.ENSDARP00000123911/7955.ENSDARP00000099762","physical","txid7955" +"Q6DHH1","A0A0R4IAT6","scge","si:dkey-123f20.1","Q6DHH1","A0A0R4IAT6","Epsilon-sarcoglycan","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000099762","physical","txid7955" +"Q6DHH1","F1Q504","scge","zgc:100924","Q6DHH1","F1Q504","Epsilon-sarcoglycan","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000099762","physical","txid7955" +"Q6DHH1","A0A286Y8U0","scge","sgcz","Q6DHH1","A0A286Y8U0","Epsilon-sarcoglycan","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000099762","physical","txid7955" +"Q6DHH1","Q6GMG2","scge","zgc:92432","Q6DHH1","sntb1","Epsilon-sarcoglycan","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","string-db","7955.ENSDARP00000105583/7955.ENSDARP00000099762","physical","txid7955" +"Q9PUQ6","Q6DHP2","Sk-Tmod","zgc:92191","tmod4","Q6DHP2","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000112954","physical","txid7955" +"Q9PUQ6","A0A8M9Q7U4","Sk-Tmod","si:rp71-17i16.4","tmod4","A0A8M9Q7U4","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000112954","physical","txid7955" +"Q9PUQ6","A8WGA6","Sk-Tmod","b44","tmod4","tnnt3b","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000112954","physical","txid7955" +"Q9PUQ6","Q7SXW1","Sk-Tmod","zgc:63734","tmod4","tpm4b","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000112954","physical","txid7955" +"Q9PUQ6","Q5U3E9","Sk-Tmod","zgc:103650","tmod4","Q5U3E9","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000112954","physical","txid7955" +"Q9PUQ6","Q6IQD7","Sk-Tmod","fj63f03","tmod4","Q6IQD7","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000112954","physical","txid7955" +"F8W4K0","A0A286Y8U0","Alpha-sarcoglycan","sgcz","sgca","A0A286Y8U0","Alpha-sarcoglycan (Sarcoglycan, alpha)","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000123911","physical","txid7955" +"F8W4K0","A0A0R4IAT6","Alpha-sarcoglycan","si:dkey-123f20.1","sgca","A0A0R4IAT6","Alpha-sarcoglycan (Sarcoglycan, alpha)","Gamma-2-syntrophin (Syntrophin, gamma 2)","string-db","7955.ENSDARP00000130115/7955.ENSDARP00000123911","physical","txid7955" +"F8W4K0","A0A0R4IBS6","Alpha-sarcoglycan","wu:fc49e11","sgca","A0A0R4IBS6","Alpha-sarcoglycan (Sarcoglycan, alpha)","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","string-db","7955.ENSDARP00000131999/7955.ENSDARP00000123911","physical","txid7955" +"A0A0R4IBS6","A0A286Y8U0","wu:fc49e11","sgcz","A0A0R4IBS6","A0A286Y8U0","Delta-sarcoglycan (Sarcoglycan, delta (dystrophin-associated glycoprotein))","Sarcoglycan zeta (Zeta-sarcoglycan)","string-db","7955.ENSDARP00000143594/7955.ENSDARP00000131999","physical","txid7955" +"Q0D2W2","A8WGA6","hm:zehn0173","b44","tnni2a.4","tnnt3b","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q6IQ64","hm:zehn0173","stnnc","tnni2a.4","tnnc1b","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q8AVB1","hm:zehn0173","tnnt1","tnni2a.4","tnnt2c","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","string-db","7955.ENSDARP00000044153/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q5U3E9","hm:zehn0173","zgc:103650","tnni2a.4","Q5U3E9","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","E9QGR6","hm:zehn0173","Tropomodulin 1","tnni2a.4","E9QGR6","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Tropomodulin 1 (Tropomodulin-1 isoform X2)","string-db","7955.ENSDARP00000103325/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q6DHP2","hm:zehn0173","zgc:92191","tnni2a.4","Q6DHP2","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","A0A8M9Q7U4","hm:zehn0173","si:rp71-17i16.4","tnni2a.4","A0A8M9Q7U4","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q9I8U8","hm:zehn0173","tnnc","tnni2a.4","Q9I8U8","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q0P3Z4","hm:zehn0173","CH1073-380L12.2","tnni2a.4","Q0P3Z4","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q5RIF5","hm:zehn0173","si:ch211-136g2.1","tnni2a.4","Q5RIF5","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q6IQD7","hm:zehn0173","fj63f03","tnni2a.4","Q6IQD7","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q9I8U9","hm:zehn0173","tnnt","tnni2a.4","tnnt3a","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q9PUQ6","hm:zehn0173","Sk-Tmod","tnni2a.4","tmod4","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","string-db","7955.ENSDARP00000112954/7955.ENSDARP00000037759","physical","txid7955" +"Q0D2W2","Q7SXW1","hm:zehn0173","zgc:63734","tnni2a.4","tpm4b","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000037759","physical","txid7955" +"Q6DHP9","Q7ZTI3","rxrgb","rarab","rxrgb","rarab","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","string-db","7955.ENSDARP00000044676/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","Q90271","rxrgb","raraa","rxrgb","raraa","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","string-db","7955.ENSDARP00000073792/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","Q91392","rxrgb","rarga","rxrgb","rarga","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","string-db","7955.ENSDARP00000049550/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","E7FF48","rxrgb","SMRT","rxrgb","ncor2","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","Q7SYN5","rxrgb","rxrba","rxrgb","rxrba","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","Q801Y4","rxrgb","zgc:110496","rxrgb","crabp2a","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000003080","physical","txid7955" +"Q6DHP9","A2T929","rxrgb","rxraa","rxrgb","A2T929","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000003080","physical","txid7955" +"Q90271","Q7SYN5","raraa","rxrba","raraa","rxrba","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000073792","physical","txid7955" +"Q90271","P0CH95","raraa","phf8","raraa","phf8","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000073792","physical","txid7955" +"Q90271","B8JL64","raraa","Krueppel-like factor 5","raraa","B8JL64","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","Krueppel-like factor 5 (Kruppel-like factor 5b)","string-db","7955.ENSDARP00000122207/7955.ENSDARP00000073792","physical","txid7955" +"Q90271","Q801Y4","raraa","zgc:110496","raraa","crabp2a","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000073792","physical","txid7955" +"Q90271","A2T929","raraa","rxraa","raraa","A2T929","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000073792","physical","txid7955" +"Q7SYN5","A0A0R4IVP0","rxrba","im:7141239","rxrba","A0A0R4IVP0","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000125725","physical","txid7955" +"Q7SYN5","Q801Y4","rxrba","zgc:110496","rxrba","crabp2a","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000125725","physical","txid7955" +"E7FF48","F1QLY4","SMRT","roraa","ncor2","F1QLY4","Nuclear receptor corepressor 2","Nuclear receptor ROR-alpha A (Retinoid-related orphan receptor alpha 2) (Retinoid-related orphan receptor-alpha A)","string-db","7955.ENSDARP00000106236/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","U3JAT9","SMRT","Thyroid hormone receptor alpha b","ncor2","thrab","Nuclear receptor corepressor 2","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q7T3E0","SMRT","wdr68","ncor2","dcaf7","Nuclear receptor corepressor 2","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","string-db","7955.ENSDARP00000058220/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q5RIW6","SMRT","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","ncor2","bach2b","Nuclear receptor corepressor 2","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","string-db","7955.ENSDARP00000116013/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A6YIH7","SMRT","mr","ncor2","nr3c2","Nuclear receptor corepressor 2","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q9I9P9","SMRT","smad2","ncor2","smad2","Nuclear receptor corepressor 2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q6Q6F6","SMRT","erralpha","ncor2","esrra","Nuclear receptor corepressor 2","Estrogen-related receptor alpha (Steroid hormone receptor ERR1)","string-db","7955.ENSDARP00000144183/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q5RH32","SMRT","TR2","ncor2","nr2c1","Nuclear receptor corepressor 2","Nuclear receptor subfamily 2 group C member 1 isoform X1 (Nuclear receptor subfamily 2, group C, member 1)","string-db","7955.ENSDARP00000131714/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q90YL6","SMRT","zFF1","ncor2","nr5a2","Nuclear receptor corepressor 2","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q7SYN5","SMRT","rxrba","ncor2","rxrba","Nuclear receptor corepressor 2","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q9DGB8","SMRT","runxa","ncor2","runx1","Nuclear receptor corepressor 2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q6GMI3","SMRT","reverbb2","ncor2","nr1d2b","Nuclear receptor corepressor 2","Nr1d2b protein (Nuclear receptor subfamily 1 group D member 2) (Nuclear receptor subfamily 1, group D, member 2b)","string-db","7955.ENSDARP00000112360/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1R8N1","SMRT","NOR1","ncor2","nr4a3","Nuclear receptor corepressor 2","Nuclear receptor subfamily 4 group A member 2","string-db","7955.ENSDARP00000072712/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A4FTT4","SMRT","Su","ncor2","rbpjb","Nuclear receptor corepressor 2","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","string-db","7955.ENSDARP00000087012/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A0A0R4IVP0","SMRT","im:7141239","ncor2","A0A0R4IVP0","Nuclear receptor corepressor 2","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F8W3I2","SMRT","NR0B2-A","ncor2","F8W3I2","Nuclear receptor corepressor 2","Nuclear receptor subfamily 0 group B member 2 (Nuclear receptor subfamily 0, group B, member 2a)","string-db","7955.ENSDARP00000124074/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F6PDV8","SMRT","TR4","ncor2","nr2c2","Nuclear receptor corepressor 2","Nuclear receptor subfamily 2 group C member 2 (Nuclear receptor subfamily 2, group C, member 2)","string-db","7955.ENSDARP00000107308/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A5D6S0","SMRT","Paired amphipathic helix protein Sin3a","ncor2","sin3aa","Nuclear receptor corepressor 2","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1QCV2","SMRT","hdac10","ncor2","hdac10","Nuclear receptor corepressor 2","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","string-db","7955.ENSDARP00000109870/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1RAU6","SMRT","Eip75B","ncor2","nr1d1","Nuclear receptor corepressor 2","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","string-db","7955.ENSDARP00000104933/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","P57717","SMRT","esr1","ncor2","P57717","Nuclear receptor corepressor 2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","E7FH14","SMRT","Histone deacetylase","ncor2","E7FH14","Nuclear receptor corepressor 2","Histone deacetylase (EC 3.5.1.98)","string-db","7955.ENSDARP00000100072/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q503Q8","SMRT","CH211-51H4.1","ncor2","Q503Q8","Nuclear receptor corepressor 2","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q803C3","SMRT","hdac3","ncor2","Q803C3","Nuclear receptor corepressor 2","Histone deacetylase 3 (HD3) (EC 3.5.1.98) (Protein deacetylase HDAC3) (EC 3.5.1.-) (Protein deacylase HDAC3) (EC 3.5.1.-)","string-db","7955.ENSDARP00000054625/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","B0V1H8","SMRT","PXR","ncor2","nr1i2","Nuclear receptor corepressor 2","Nuclear receptor subfamily 1 group I member 3 (Constitutive androstane receptor)","string-db","7955.ENSDARP00000106185/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A4GT83","SMRT","NR3C4","ncor2","A4GT83","Nuclear receptor corepressor 2","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q9PVE4","SMRT","thrb","ncor2","thrb","Nuclear receptor corepressor 2","Thyroid hormone receptor beta (TR-beta) (TRb) (Nuclear receptor subfamily 1 group A member 2) (Thyroid hormone receptor beta-1) (TRbeta1)","string-db","7955.ENSDARP00000152808/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q06725","SMRT","nr2f1a","ncor2","nr2f1a","Nuclear receptor corepressor 2","Nuclear receptor subfamily 2 group F member 1-A (COUP transcription factor 1-A) (COUP-TFalpha-A) (zCOUP-TFI) (Seven-up related 44) (Svp[44]) (zSvp[44]) (Steroid receptor homolog SVP 44)","string-db","7955.ENSDARP00000116750/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A9C4A5","SMRT","fk47c06","ncor2","ppardb","Nuclear receptor corepressor 2","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","string-db","7955.ENSDARP00000110137/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","B8JJL3","SMRT","ER[b]1","ncor2","B8JJL3","Nuclear receptor corepressor 2","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1QM73","SMRT","hnf4gamma","ncor2","hnf4g","Nuclear receptor corepressor 2","Hepatocyte nuclear factor 4, gamma (Hepatocyte nuclear factor 4-gamma isoform 1)","string-db","7955.ENSDARP00000120982/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q6DRP3","SMRT","fb37b08","ncor2","snw1","Nuclear receptor corepressor 2","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","K7DY57","SMRT","PPAR[a]","ncor2","pparab","Nuclear receptor corepressor 2","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q6PC13","SMRT","phb2","ncor2","phb2a","Nuclear receptor corepressor 2","Prohibitin","string-db","7955.ENSDARP00000063383/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q90271","SMRT","raraa","ncor2","raraa","Nuclear receptor corepressor 2","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","string-db","7955.ENSDARP00000073792/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1QIC9","SMRT","NR1D2-A","ncor2","nr1d2a","Nuclear receptor corepressor 2","Nuclear receptor subfamily 1, group D, member 2a","string-db","7955.ENSDARP00000129310/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A8DU70","SMRT","wu:fd36e09","ncor2","A8DU70","Nuclear receptor corepressor 2","Kaiso (Zinc finger and BTB domain-containing 33)","string-db","7955.ENSDARP00000096464/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","Q9PU65","SMRT","nr6a1a","ncor2","Q9PU65","Nuclear receptor corepressor 2","Nuclear receptor subfamily 6 group A member 1-A (Germ cell nuclear factor A) (GCNF-A) (zfGCNF)","string-db","7955.ENSDARP00000150789/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F8W4B7","SMRT","Histone deacetylase 6","ncor2","hdac6","Nuclear receptor corepressor 2","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","F1R5N6","SMRT","bcl6","ncor2","bcl6aa","Nuclear receptor corepressor 2","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","string-db","7955.ENSDARP00000107695/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A2RUX0","SMRT","zgc:158242","ncor2","tbl1x","Nuclear receptor corepressor 2","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000051138","physical","txid7955" +"E7FF48","A2T929","SMRT","rxraa","ncor2","A2T929","Nuclear receptor corepressor 2","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000051138","physical","txid7955" +"Q7ZTI3","Q91392","rarab","rarga","rarab","rarga","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","string-db","7955.ENSDARP00000049550/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","Q801Y4","rarab","zgc:110496","rarab","crabp2a","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","Q90271","rarab","raraa","rarab","raraa","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","string-db","7955.ENSDARP00000073792/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","P0CH95","rarab","phf8","rarab","phf8","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","string-db","7955.ENSDARP00000148598/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","A2T929","rarab","rxraa","rarab","A2T929","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","Q7SYN5","rarab","rxrba","rarab","rxrba","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","B8JL64","rarab","Krueppel-like factor 5","rarab","B8JL64","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Krueppel-like factor 5 (Kruppel-like factor 5b)","string-db","7955.ENSDARP00000122207/7955.ENSDARP00000044676","physical","txid7955" +"Q7ZTI3","E7FF48","rarab","SMRT","rarab","ncor2","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000044676","physical","txid7955" +"Q91392","A2T929","rarga","rxraa","rarga","A2T929","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000049550","physical","txid7955" +"Q91392","Q801Y4","rarga","zgc:110496","rarga","crabp2a","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000049550","physical","txid7955" +"Q91392","Q7SYN5","rarga","rxrba","rarga","rxrba","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000049550","physical","txid7955" +"Q91392","E7FF48","rarga","SMRT","rarga","ncor2","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000049550","physical","txid7955" +"Q91392","Q90271","rarga","raraa","rarga","raraa","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","string-db","7955.ENSDARP00000073792/7955.ENSDARP00000049550","physical","txid7955" +"A2T929","A0A8M1RLP2","rxraa","tgs1","A2T929","A0A8M1RLP2","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Trimethylguanosine synthase","string-db","7955.ENSDARP00000144467/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","B0S5T9","rxraa","fxrbeta","A2T929","nr1h5","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Nuclear receptor subfamily 1, group H, member 5","string-db","7955.ENSDARP00000105819/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","A9C4A5","rxraa","fk47c06","A2T929","ppardb","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","string-db","7955.ENSDARP00000110137/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","A2RUX0","rxraa","zgc:158242","A2T929","tbl1x","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","K7DY57","rxraa","PPAR[a]","A2T929","pparab","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q503Q8","rxraa","CH211-51H4.1","A2T929","Q503Q8","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","E7F0R9","rxraa","Paired amphipathic helix protein Sin3a isoform X2","A2T929","sin3ab","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","F1R869","rxraa","Nuclear receptor coactivator 6","A2T929","ncoa6","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Nuclear receptor coactivator 6","string-db","7955.ENSDARP00000096057/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q1LYM8","rxraa","si:dkey-6n6.6","A2T929","Q1LYM8","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","A0A8M9PTD7","rxraa","Nuclear receptor coactivator 1","A2T929","A0A8M9PTD7","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q98TW1","rxraa","ncoa2","A2T929","Q98TW1","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","A0A0R4IVP0","rxraa","im:7141239","A2T929","A0A0R4IVP0","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q7SYN5","rxraa","rxrba","A2T929","rxrba","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","A0A0R4IPF2","rxraa","histone acetyltransferase","A2T929","crebbpa","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q801Y4","rxraa","zgc:110496","A2T929","crabp2a","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","B2KL77","rxraa","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","A2T929","smarcd3b","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","B8A446","rxraa","abca1","A2T929","abca1a","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","ATP-binding cassette sub-family A member 1 (ATP-binding cassette, sub-family A (ABC1), member 1A)","string-db","7955.ENSDARP00000132417/7955.ENSDARP00000074930","physical","txid7955" +"A2T929","Q8JHE0","rxraa","CHUNP6894","A2T929","csnk1a1","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000074930","physical","txid7955" +"Q6PBT1","Q5VSI2","zgc:73262","zgc:162401","rps27.2","mrps11","40S ribosomal protein S27","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q5BJA1","zgc:73262","Small ribosomal subunit protein eS17","rps27.2","-","40S ribosomal protein S27","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6PC01","zgc:73262","fau","rps27.2","Q6PC01","40S ribosomal protein S27","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6Q420","zgc:73262","rps15a","rps27.2","rps15a","40S ribosomal protein S27","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","B5DDE8","zgc:73262","LOC100000836","rps27.2","rps8b","40S ribosomal protein S27","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","P62084","zgc:73262","rps7","rps27.2","rps7","40S ribosomal protein S27","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q7SXA3","zgc:73262","zgc:66168","rps27.2","rps27a","40S ribosomal protein S27","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6P6E2","zgc:73262","wu:fa91f03","rps27.2","Q6P6E2","40S ribosomal protein S27","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6NWC3","zgc:73262","fc94f01","rps27.2","rps2","40S ribosomal protein S27","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","A0A0N4SUD2","zgc:73262","Ubi-p63E","rps27.2","ubb","40S ribosomal protein S27","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6PBK3","zgc:73262","rps28","rps27.2","rps28","40S ribosomal protein S27","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","P62247","zgc:73262","rps8","rps27.2","rps8","40S ribosomal protein S27","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","B3DHM1","zgc:73262","Ubiquitin-like","rps27.2","B3DHM1","40S ribosomal protein S27","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6P5M3","zgc:73262","hm:zeh0819","rps27.2","rps9","40S ribosomal protein S27","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","B7ZD34","zgc:73262","wu:fa66b02","rps27.2","rps24","40S ribosomal protein S27","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6PBI5","zgc:73262","rps25","rps27.2","rps25","40S ribosomal protein S27","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q4QRJ7","zgc:73262","eif2a","rps27.2","Q4QRJ7","40S ribosomal protein S27","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q6Q421","zgc:73262","wu:fa93f04","rps27.2","rps15","40S ribosomal protein S27","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q803F6","zgc:73262","rpsa","rps27.2","rpsa","40S ribosomal protein S27","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q8JGS9","zgc:73262","rps18","rps27.2","rps18","40S ribosomal protein S27","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","I3ISV3","zgc:73262","RNA-binding protein NOB1","rps27.2","I3ISV3","40S ribosomal protein S27","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000072300","physical","txid7955" +"Q6PBT1","Q642H9","zgc:73262","rps4x","rps27.2","rps4x","40S ribosomal protein S27","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000072300","physical","txid7955" +"Q6P6E2","A7YY10","wu:fa91f03","60S ribosomal protein L37a","Q6P6E2","A7YY10","40S ribosomal protein S26","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","F1QG80","wu:fa91f03","Large ribosomal subunit protein eL22","Q6P6E2","F1QG80","40S ribosomal protein S26","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6IQB1","wu:fa91f03","fj02g05","Q6P6E2","Q6IQB1","40S ribosomal protein S26","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6PBI5","wu:fa91f03","rps25","Q6P6E2","rps25","40S ribosomal protein S26","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q7SXA3","wu:fa91f03","zgc:66168","Q6P6E2","rps27a","40S ribosomal protein S26","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","P62084","wu:fa91f03","rps7","Q6P6E2","rps7","40S ribosomal protein S26","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","B3DHM1","wu:fa91f03","Ubiquitin-like","Q6P6E2","B3DHM1","40S ribosomal protein S26","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q7SXA1","wu:fa91f03","rpl26","Q6P6E2","Q7SXA1","40S ribosomal protein S26","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q5BJA1","wu:fa91f03","Small ribosomal subunit protein eS17","Q6P6E2","-","40S ribosomal protein S26","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","I3ISV3","wu:fa91f03","RNA-binding protein NOB1","Q6P6E2","I3ISV3","40S ribosomal protein S26","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6PC01","wu:fa91f03","fau","Q6P6E2","Q6PC01","40S ribosomal protein S26","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6Q420","wu:fa91f03","rps15a","Q6P6E2","rps15a","40S ribosomal protein S26","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q4QRJ7","wu:fa91f03","eif2a","Q6P6E2","Q4QRJ7","40S ribosomal protein S26","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","A0A0N4SUD2","wu:fa91f03","Ubi-p63E","Q6P6E2","ubb","40S ribosomal protein S26","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6P3J5","wu:fa91f03","eef2b","Q6P6E2","eef2b","40S ribosomal protein S26","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q7T1K0","wu:fa91f03","zgc:65996","Q6P6E2","rpl17","40S ribosomal protein S26","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q7ZV96","wu:fa91f03","rpl10","Q6P6E2","rpl10","40S ribosomal protein S26","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q8JGR4","wu:fa91f03","rpl24","Q6P6E2","Q8JGR4","40S ribosomal protein S26","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q5BKV9","wu:fa91f03","ab02c03","Q6P6E2","Q5BKV9","40S ribosomal protein S26","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q8JGS9","wu:fa91f03","rps18","Q6P6E2","rps18","40S ribosomal protein S26","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q90Z10","wu:fa91f03","rpl13","Q6P6E2","rpl13","40S ribosomal protein S26","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q24JV3","wu:fa91f03","zgc:136896","Q6P6E2","rpl31","40S ribosomal protein S26","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6DGL4","wu:fa91f03","60S ribosomal protein L29","Q6P6E2","Q6DGL4","40S ribosomal protein S26","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q803F6","wu:fa91f03","rpsa","Q6P6E2","rpsa","40S ribosomal protein S26","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","A8E526","wu:fa91f03","Large ribosomal subunit protein eL14","Q6P6E2","A8E526","40S ribosomal protein S26","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q642H9","wu:fa91f03","rps4x","Q6P6E2","rps4x","40S ribosomal protein S26","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","A0A286YBP4","wu:fa91f03","Large ribosomal subunit protein eL28","Q6P6E2","rpl28","40S ribosomal protein S26","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6Q415","wu:fa91f03","rpl36","Q6P6E2","rpl36","40S ribosomal protein S26","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6PBK3","wu:fa91f03","rps28","Q6P6E2","rps28","40S ribosomal protein S26","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6NWC3","wu:fa91f03","fc94f01","Q6P6E2","rps2","40S ribosomal protein S26","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6P0V6","wu:fa91f03","rpl8","Q6P6E2","rpl8","40S ribosomal protein S26","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6P5M3","wu:fa91f03","hm:zeh0819","Q6P6E2","rps9","40S ribosomal protein S26","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q6DGM0","wu:fa91f03","zgc:92859","Q6P6E2","rpl35a","40S ribosomal protein S26","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000105770","physical","txid7955" +"Q6P6E2","Q9I9N0","wu:fa91f03","dap1b","Q6P6E2","Q9I9N0","40S ribosomal protein S26","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000105770","physical","txid7955" +"F1QK08","Q1RLX1","Growth differentiation factor 5","zgc:136731","gdf5","bmpr1aa","Growth differentiation factor 5 (Growth/differentiation factor 5)","receptor protein serine/threonine kinase (EC 2.7.11.30)","string-db","7955.ENSDARP00000015287/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","F1QD07","Growth differentiation factor 5","zgc:153025","gdf5","F1QD07","Growth differentiation factor 5 (Growth/differentiation factor 5)","Bone morphogenetic protein 7 isoform X1 (Bone morphogenetic protein 7b)","string-db","7955.ENSDARP00000119798/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","Q9W740","Growth differentiation factor 5","nog2","gdf5","nog2","Growth differentiation factor 5 (Growth/differentiation factor 5)","Noggin-2","string-db","7955.ENSDARP00000111870/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","A2BGK2","Growth differentiation factor 5","si:dkey-13n15.5","gdf5","bmp10","Growth differentiation factor 5 (Growth/differentiation factor 5)","Bone morphogenetic protein 10 (Si:dkey-13n15.5)","string-db","7955.ENSDARP00000082925/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","Q9W629","Growth differentiation factor 5","bmpr1b","gdf5","Q9W629","Growth differentiation factor 5 (Growth/differentiation factor 5)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","Q9W741","Growth differentiation factor 5","nog1","gdf5","Q9W741","Growth differentiation factor 5 (Growth/differentiation factor 5)","Noggin-1","string-db","7955.ENSDARP00000076205/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","O93369","Growth differentiation factor 5","BMP2b","gdf5","bmp2b","Growth differentiation factor 5 (Growth/differentiation factor 5)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","O73736","Growth differentiation factor 5","acvr1","gdf5","acvr1l","Growth differentiation factor 5 (Growth/differentiation factor 5)","receptor protein serine/threonine kinase (EC 2.7.11.30)","string-db","7955.ENSDARP00000003221/7955.ENSDARP00000003126","physical","txid7955" +"F1QK08","Q9YHV3","Growth differentiation factor 5","nog3","gdf5","Q9YHV3","Growth differentiation factor 5 (Growth/differentiation factor 5)","Noggin-3","string-db","7955.ENSDARP00000070050/7955.ENSDARP00000003126","physical","txid7955" +"Q9W741","Q9W740","nog1","nog2","Q9W741","nog2","Noggin-1","Noggin-2","string-db","7955.ENSDARP00000111870/7955.ENSDARP00000076205","physical","txid7955" +"O93369","E7F6D8","BMP2b","Zinc finger FYVE domain-containing protein","bmp2b","E7F6D8","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","Zinc finger FYVE domain-containing protein","string-db","7955.ENSDARP00000114103/7955.ENSDARP00000107417","physical","txid7955" +"O93369","F1QD07","BMP2b","zgc:153025","bmp2b","F1QD07","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","Bone morphogenetic protein 7 isoform X1 (Bone morphogenetic protein 7b)","string-db","7955.ENSDARP00000119798/7955.ENSDARP00000107417","physical","txid7955" +"O93369","F1QXZ9","BMP2b","sma8","bmp2b","smad9","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000107417","physical","txid7955" +"O93369","Q9W629","BMP2b","bmpr1b","bmp2b","Q9W629","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000107417","physical","txid7955" +"Q1RLX1","Q9PTF9","zgc:136731","Bmp7","bmpr1aa","bmp7a","receptor protein serine/threonine kinase (EC 2.7.11.30)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","string-db","7955.ENSDARP00000017352/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","E7F004","zgc:136731","LOC100332721","bmpr1aa","neo1b","receptor protein serine/threonine kinase (EC 2.7.11.30)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","F1QXZ9","zgc:136731","sma8","bmpr1aa","smad9","receptor protein serine/threonine kinase (EC 2.7.11.30)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","A0A0G2KN81","zgc:136731","LOC100331938","bmpr1aa","acvr2bb","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000133826/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q6IYD1","zgc:136731","Dragon","bmpr1aa","rgmb","receptor protein serine/threonine kinase (EC 2.7.11.30)","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","string-db","7955.ENSDARP00000017606/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","O93369","zgc:136731","BMP2b","bmpr1aa","bmp2b","receptor protein serine/threonine kinase (EC 2.7.11.30)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q1L8Y3","zgc:136731","LOC564395","bmpr1aa","smad6b","receptor protein serine/threonine kinase (EC 2.7.11.30)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000091342/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","A0A0R4IP15","zgc:136731","cb333","bmpr1aa","neo1a","receptor protein serine/threonine kinase (EC 2.7.11.30)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q9I8V2","zgc:136731","smad1","bmpr1aa","Q9I8V2","receptor protein serine/threonine kinase (EC 2.7.11.30)","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","string-db","7955.ENSDARP00000030150/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q1LVM8","zgc:136731","dlm","bmpr1aa","rgma","receptor protein serine/threonine kinase (EC 2.7.11.30)","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","string-db","7955.ENSDARP00000027966/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q1JQE7","zgc:136731","hfe2","bmpr1aa","hjv","receptor protein serine/threonine kinase (EC 2.7.11.30)","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","string-db","7955.ENSDARP00000045599/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","A0A0R4ISZ9","zgc:136731","Serine/threonine-protein kinase receptor","bmpr1aa","A0A0R4ISZ9","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000139057/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","E7F6D8","zgc:136731","Zinc finger FYVE domain-containing protein","bmpr1aa","E7F6D8","receptor protein serine/threonine kinase (EC 2.7.11.30)","Zinc finger FYVE domain-containing protein","string-db","7955.ENSDARP00000114103/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q9W629","zgc:136731","bmpr1b","bmpr1aa","Q9W629","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","Q9W7E7","zgc:136731","smad5","bmpr1aa","smad5","receptor protein serine/threonine kinase (EC 2.7.11.30)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","string-db","7955.ENSDARP00000054174/7955.ENSDARP00000015287","physical","txid7955" +"Q1RLX1","A9JRZ0","zgc:136731","smurf2","bmpr1aa","smurf2","receptor protein serine/threonine kinase (EC 2.7.11.30)","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","string-db","7955.ENSDARP00000055490/7955.ENSDARP00000015287","physical","txid7955" +"O73736","Q9PTF9","acvr1","Bmp7","acvr1l","bmp7a","receptor protein serine/threonine kinase (EC 2.7.11.30)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","string-db","7955.ENSDARP00000017352/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q1JQE7","acvr1","hfe2","acvr1l","hjv","receptor protein serine/threonine kinase (EC 2.7.11.30)","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","string-db","7955.ENSDARP00000045599/7955.ENSDARP00000003221","physical","txid7955" +"O73736","A0A0R4IP15","acvr1","cb333","acvr1l","neo1a","receptor protein serine/threonine kinase (EC 2.7.11.30)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q1LVM8","acvr1","dlm","acvr1l","rgma","receptor protein serine/threonine kinase (EC 2.7.11.30)","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","string-db","7955.ENSDARP00000027966/7955.ENSDARP00000003221","physical","txid7955" +"O73736","P85857","acvr1","gdf6a","acvr1l","gdf6a","receptor protein serine/threonine kinase (EC 2.7.11.30)","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","string-db","7955.ENSDARP00000069999/7955.ENSDARP00000003221","physical","txid7955" +"O73736","O93369","acvr1","BMP2b","acvr1l","bmp2b","receptor protein serine/threonine kinase (EC 2.7.11.30)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000003221","physical","txid7955" +"O73736","F1QZF0","acvr1","receptor protein serine/threonine kinase","acvr1l","F1QZF0","receptor protein serine/threonine kinase (EC 2.7.11.30)","receptor protein serine/threonine kinase (EC 2.7.11.30)","string-db","7955.ENSDARP00000068426/7955.ENSDARP00000003221","physical","txid7955" +"O73736","A0A0G2KN81","acvr1","LOC100331938","acvr1l","acvr2bb","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000133826/7955.ENSDARP00000003221","physical","txid7955" +"O73736","A0A0R4ISZ9","acvr1","Serine/threonine-protein kinase receptor","acvr1l","A0A0R4ISZ9","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000139057/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q9W7E7","acvr1","smad5","acvr1l","smad5","receptor protein serine/threonine kinase (EC 2.7.11.30)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","string-db","7955.ENSDARP00000054174/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q9W629","acvr1","bmpr1b","acvr1l","Q9W629","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q1RLX1","acvr1","zgc:136731","acvr1l","bmpr1aa","receptor protein serine/threonine kinase (EC 2.7.11.30)","receptor protein serine/threonine kinase (EC 2.7.11.30)","string-db","7955.ENSDARP00000015287/7955.ENSDARP00000003221","physical","txid7955" +"O73736","Q6IYD1","acvr1","Dragon","acvr1l","rgmb","receptor protein serine/threonine kinase (EC 2.7.11.30)","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","string-db","7955.ENSDARP00000017606/7955.ENSDARP00000003221","physical","txid7955" +"O73736","E7F004","acvr1","LOC100332721","acvr1l","neo1b","receptor protein serine/threonine kinase (EC 2.7.11.30)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000003221","physical","txid7955" +"A2BGK2","F1QD07","si:dkey-13n15.5","zgc:153025","bmp10","F1QD07","Bone morphogenetic protein 10 (Si:dkey-13n15.5)","Bone morphogenetic protein 7 isoform X1 (Bone morphogenetic protein 7b)","string-db","7955.ENSDARP00000119798/7955.ENSDARP00000082925","physical","txid7955" +"A2BGK2","O93369","si:dkey-13n15.5","BMP2b","bmp10","bmp2b","Bone morphogenetic protein 10 (Si:dkey-13n15.5)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000082925","physical","txid7955" +"Q9YHV3","Q9W740","nog3","nog2","Q9YHV3","nog2","Noggin-3","Noggin-2","string-db","7955.ENSDARP00000111870/7955.ENSDARP00000070050","physical","txid7955" +"Q9YHV3","O93369","nog3","BMP2b","Q9YHV3","bmp2b","Noggin-3","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000070050","physical","txid7955" +"Q9YHV3","Q9W741","nog3","nog1","Q9YHV3","Q9W741","Noggin-3","Noggin-1","string-db","7955.ENSDARP00000076205/7955.ENSDARP00000070050","physical","txid7955" +"F1QJD4","Q90Z32","receptor protein-tyrosine kinase","fc10d03","epha4l","Q90Z32","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","Q90YC5","receptor protein-tyrosine kinase","D160","epha4l","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","O73875","receptor protein-tyrosine kinase","ephb4a","epha4l","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","P79728","receptor protein-tyrosine kinase","efna5b","epha4l","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","F6P3V1","receptor protein-tyrosine kinase","receptor protein-tyrosine kinase","epha4l","F6P3V1","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","O73878","receptor protein-tyrosine kinase","ephb4b","epha4l","O73878","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","E7F2W4","receptor protein-tyrosine kinase","epha5","epha4l","epha5","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075583/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","A2CEJ3","receptor protein-tyrosine kinase","fi18g12","epha4l","ephb2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000043755/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","E7F533","receptor protein-tyrosine kinase","receptor protein-tyrosine kinase","epha4l","epha2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","Q5VSJ4","receptor protein-tyrosine kinase","fc51g03","epha4l","Q5VSJ4","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","O13147","receptor protein-tyrosine kinase","ephb3","epha4l","O13147","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","string-db","7955.ENSDARP00000040208/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","O93431","receptor protein-tyrosine kinase","efna1","epha4l","efna1b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A1","string-db","7955.ENSDARP00000012577/7955.ENSDARP00000003161","physical","txid7955" +"F1QJD4","Q90Z00","receptor protein-tyrosine kinase","fgfr1a","epha4l","fgfr1a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","string-db","7955.ENSDARP00000013742/7955.ENSDARP00000003161","physical","txid7955" +"Q90Z00","B8PYG1","fgfr1a","nsmf","fgfr1a","B8PYG1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","NMDA receptor synaptonuclear signaling and neuronal migration factor (Nasal embryonic luteinizing hormone-releasing hormone factor) (Nasal embryonic LHRH factor)","string-db","7955.ENSDARP00000135554/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","E7F3T0","fgfr1a","SHC-transforming protein 1","fgfr1a","shc1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q7SXA3","fgfr1a","zgc:66168","fgfr1a","rps27a","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","E7F4P8","fgfr1a","Insulin receptor substrate 1","fgfr1a","irs1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A0R4IKQ9","fgfr1a","Insulin receptor substrate 2","fgfr1a","irs2b","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q5RKN6","fgfr1a","zgc:103549","fgfr1a","grb2a","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q9DE49","fgfr1a","pdgfra","fgfr1a","Q9DE49","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q2HXK8","fgfr1a","fgf16","fgfr1a","Q2HXK8","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q8AXB3","fgfr1a","kdrl","fgfr1a","Q8AXB3","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A0N4SUD2","fgfr1a","Ubi-p63E","fgfr1a","ubb","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1QHN6","fgfr1a","im:7042025","fgfr1a","ubc","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","B8A507","fgfr1a","fb93g11","fgfr1a","flrt3","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q8AY90","fgfr1a","fgf10","fgfr1a","Q8AY90","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000048580/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q0PKX7","fgfr1a","fasl","fgfr1a","Q0PKX7","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q1XG76","fgfr1a","si:dkey-21e2.2","fgfr1a","Q1XG76","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q805B2","fgfr1a","fgf8b","fgfr1a","Q805B2","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor 8b (FGF-8b) (Fibroblast growth factor 17a) (FGF-17a)","string-db","7955.ENSDARP00000057884/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q6SJP8","fgfr1a","fgf17","fgfr1a","fgf17","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q6PC73","fgfr1a","grb2","fgfr1a","grb2b","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A0R4IN60","fgfr1a","Fibroblast growth factor","fgfr1a","fgf19","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q9DFC9","fgfr1a","wu:fc89b01","fgfr1a","fgf4","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","E7F1P1","fgfr1a","receptor protein-tyrosine kinase","fgfr1a","E7F1P1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","O73682","fgfr1a","vegfaa","fgfr1a","vegfaa","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","B8A574","fgfr1a","cb500","fgfr1a","tacc3","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Transforming acidic coiled-coil-containing protein 3 isoform X1 (Transforming, acidic coiled-coil-containing protein 3)","string-db","7955.ENSDARP00000022481/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q6PFU4","fgfr1a","cdc42a","fgfr1a","cdc42","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1QF54","fgfr1a","Fibronectin leucine-rich transmembrane protein 1b","fgfr1a","F1QF54","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","string-db","7955.ENSDARP00000098497/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","P48802","fgfr1a","fgf3","fgfr1a","fgf3","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q90413","fgfr1a","fgfr4","fgfr1a","Q90413","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A8M1NFA3","fgfr1a","sc:d0374","fgfr1a","A0A8M1NFA3","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","B0S6V7","fgfr1a","wu:fb65b05","fgfr1a","pik3r1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","O13148","fgfr1a","epha4a","fgfr1a","O13148","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A0R4IX01","fgfr1a","Beta-klotho","fgfr1a","A0A0R4IX01","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q6YBR5","fgfr1a","ngf","fgfr1a","ngf","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q8JG38","fgfr1a","fgfr2","fgfr1a","Q8JG38","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","E7F251","fgfr1a","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgfr1a","pik3cb","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A8M2BBW7","fgfr1a","si:dkey-97m3.4","fgfr1a","A0A8M2BBW7","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","B3DHR9","fgfr1a","Fibroblast growth factor","fgfr1a","fgf7","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1QV49","fgfr1a","Transforming acidic coiled-coil-containing protein 1 isoform X2","fgfr1a","tacc1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Transforming acidic coiled-coil-containing protein 1 isoform X2 (Transforming, acidic coiled-coil-containing protein 1)","string-db","7955.ENSDARP00000085589/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1QAD7","fgfr1a","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgfr1a","pik3ca","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q8QFX6","fgfr1a","nrp1a","fgfr1a","Q8QFX6","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1Q7S5","fgfr1a","fb11b01","fgfr1a","gab1","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","E7F020","fgfr1a","Fibroblast growth factor receptor substrate 2","fgfr1a","E7F020","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","O57341","fgfr1a","fgf8a","fgfr1a","fgf8a","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor 8 (FGF-8)","string-db","7955.ENSDARP00000018653/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","A0A0R4I9X7","fgfr1a","GRB2-associated-binding protein 2","fgfr1a","A0A0R4I9X7","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q7ZSZ9","fgfr1a","rac1","fgfr1a","rac1a","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1RC43","fgfr1a","Klotho","fgfr1a","F1RC43","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","Q2LJ24","fgfr1a","Fibroblast growth factor","fgfr1a","fgf20b","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000013742","physical","txid7955" +"Q90Z00","F1QZR6","fgfr1a","LOC569566","fgfr1a","F1QZR6","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","Fibroblast growth factor receptor 1-like (Fibroblast growth factor receptor 1b,-like)","string-db","7955.ENSDARP00000117523/7955.ENSDARP00000013742","physical","txid7955" +"F6P3V1","O73875","receptor protein-tyrosine kinase","ephb4a","F6P3V1","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000121462","physical","txid7955" +"F6P3V1","Q90YC5","receptor protein-tyrosine kinase","D160","F6P3V1","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000121462","physical","txid7955" +"F6P3V1","P79728","receptor protein-tyrosine kinase","efna5b","F6P3V1","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000121462","physical","txid7955" +"P79728","A0A2R8QF68","efna5b","grik2","P79728","grik2","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000136933","physical","txid7955" +"P79728","O73875","efna5b","ephb4a","P79728","O73875","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000136933","physical","txid7955" +"P79728","Q5ZEW1","efna5b","ephA4","P79728","Q5ZEW1","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107;26190107","physical","txid7955" +"Q5VSJ4","P79728","fc51g03","efna5b","Q5VSJ4","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000093563","physical","txid7955" +"Q5VSJ4","O73875","fc51g03","ephb4a","Q5VSJ4","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000093563","physical","txid7955" +"Q5VSJ4","F6P3V1","fc51g03","receptor protein-tyrosine kinase","Q5VSJ4","F6P3V1","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000093563","physical","txid7955" +"Q5VSJ4","Q90YC5","fc51g03","D160","Q5VSJ4","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000093563","physical","txid7955" +"O93431","O13147","efna1","ephb3","efna1b","O13147","Ephrin-A1","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","string-db","7955.ENSDARP00000040208/7955.ENSDARP00000012577","physical","txid7955" +"O93431","O73878","efna1","ephb4b","efna1b","O73878","Ephrin-A1","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000012577","physical","txid7955" +"O93431","Q90Z32","efna1","fc10d03","efna1b","Q90Z32","Ephrin-A1","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000012577","physical","txid7955" +"O93431","O73875","efna1","ephb4a","efna1b","O73875","Ephrin-A1","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000012577","physical","txid7955" +"O93431","P79728","efna1","efna5b","efna1b","P79728","Ephrin-A1","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000012577","physical","txid7955" +"O93431","O13148","efna1","epha4a","efna1b","O13148","Ephrin-A1","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000012577","physical","txid7955" +"O93431","E7F533","efna1","receptor protein-tyrosine kinase","efna1b","epha2b","Ephrin-A1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000012577","physical","txid7955" +"O93431","A2CEJ3","efna1","fi18g12","efna1b","ephb2b","Ephrin-A1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000043755/7955.ENSDARP00000012577","physical","txid7955" +"O93431","Q90YC5","efna1","D160","efna1b","efna3b","Ephrin-A1","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000012577","physical","txid7955" +"O93431","E7F2W4","efna1","epha5","efna1b","epha5","Ephrin-A1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075583/7955.ENSDARP00000012577","physical","txid7955" +"O93431","F6P3V1","efna1","receptor protein-tyrosine kinase","efna1b","F6P3V1","Ephrin-A1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000012577","physical","txid7955" +"O93431","Q5VSJ4","efna1","fc51g03","efna1b","Q5VSJ4","Ephrin-A1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000012577","physical","txid7955" +"E7F533","F1QM54","receptor protein-tyrosine kinase","fb18g01","epha2b","F1QM54","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q6DGB7","receptor protein-tyrosine kinase","rac3","epha2b","rac3a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","O73875","receptor protein-tyrosine kinase","ephb4a","epha2b","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","P79728","receptor protein-tyrosine kinase","efna5b","epha2b","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q0P4B0","receptor protein-tyrosine kinase","Rho","epha2b","Q0P4B0","receptor protein-tyrosine kinase (EC 2.7.10.1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","E7F2W4","receptor protein-tyrosine kinase","epha5","epha2b","epha5","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075583/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q6PC73","receptor protein-tyrosine kinase","grb2","epha2b","grb2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q7ZSZ9","receptor protein-tyrosine kinase","rac1","epha2b","rac1a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","F6P3V1","receptor protein-tyrosine kinase","receptor protein-tyrosine kinase","epha2b","F6P3V1","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q5VSJ4","receptor protein-tyrosine kinase","fc51g03","epha2b","Q5VSJ4","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q6PC71","receptor protein-tyrosine kinase","arhe","epha2b","rnd3a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","O73878","receptor protein-tyrosine kinase","ephb4b","epha2b","O73878","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q5RKN6","receptor protein-tyrosine kinase","zgc:103549","epha2b","grb2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q90YC5","receptor protein-tyrosine kinase","D160","epha2b","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q90Z32","receptor protein-tyrosine kinase","fc10d03","epha2b","Q90Z32","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","A9JRY8","receptor protein-tyrosine kinase","Rac family small GTPase 3b","epha2b","rac3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000044917","physical","txid7955" +"E7F533","Q5YLG6","receptor protein-tyrosine kinase","OTTDARP00000007023","epha2b","rhov","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000044917","physical","txid7955" +"E7F2W4","O73875","epha5","ephb4a","epha5","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","Q5VSJ4","epha5","fc51g03","epha5","Q5VSJ4","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","P79728","epha5","efna5b","epha5","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","Q90YC5","epha5","D160","epha5","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","Q90Z32","epha5","fc10d03","epha5","Q90Z32","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","O73878","epha5","ephb4b","epha5","O73878","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000075583","physical","txid7955" +"E7F2W4","F6P3V1","epha5","receptor protein-tyrosine kinase","epha5","F6P3V1","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000075583","physical","txid7955" +"A2CEJ3","A0A2R8Q515","fi18g12","fc28d09","ephb2b","A0A2R8Q515","receptor protein-tyrosine kinase (EC 2.7.10.1)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q6P937","fi18g12","wu:fb61d08","ephb2b","clta","receptor protein-tyrosine kinase (EC 2.7.10.1)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q7ZW98","fi18g12","ap2m1b","ephb2b","Q7ZW98","receptor protein-tyrosine kinase (EC 2.7.10.1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","E7F2W4","fi18g12","epha5","ephb2b","epha5","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075583/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q90Z32","fi18g12","fc10d03","ephb2b","Q90Z32","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","E7FAZ2","fi18g12","ARF GTPase-activating protein GIT1 isoform X2","ephb2b","E7FAZ2","receptor protein-tyrosine kinase (EC 2.7.10.1)","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","string-db","7955.ENSDARP00000057695/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q6NYJ9","fi18g12","fa16e07","ephb2b","ap2b1","receptor protein-tyrosine kinase (EC 2.7.10.1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","O73875","fi18g12","ephb4a","ephb2b","O73875","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q5VSJ4","fi18g12","fc51g03","ephb2b","Q5VSJ4","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","F6P3V1","fi18g12","receptor protein-tyrosine kinase","ephb2b","F6P3V1","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q1JPZ3","fi18g12","src","ephb2b","Q1JPZ3","receptor protein-tyrosine kinase (EC 2.7.10.1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q90YC5","fi18g12","D160","ephb2b","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","P79728","fi18g12","efna5b","ephb2b","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","E7F533","fi18g12","receptor protein-tyrosine kinase","ephb2b","epha2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","F1QFG9","fi18g12","sb:eu862","ephb2b","sdcbp","receptor protein-tyrosine kinase (EC 2.7.10.1)","Syndecan-binding protein (syntenin) (Syntenin-1)","string-db","7955.ENSDARP00000050076/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","A0A286Y9F1","fi18g12","Clathrin light chain","ephb2b","A0A286Y9F1","receptor protein-tyrosine kinase (EC 2.7.10.1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q4V9A1","fi18g12","zgc:92024","ephb2b","nck2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Cytoplasmic protein","string-db","7955.ENSDARP00000063647/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","A0A8M9Q4I8","fi18g12","Nck2","ephb2b","A0A8M9Q4I8","receptor protein-tyrosine kinase (EC 2.7.10.1)","Cytoplasmic protein","string-db","7955.ENSDARP00000093447/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","O73878","fi18g12","ephb4b","ephb2b","O73878","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","E9QBV1","fi18g12","fd07f11","ephb2b","cltcb","receptor protein-tyrosine kinase (EC 2.7.10.1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000043755","physical","txid7955" +"A2CEJ3","Q7ZSZ9","fi18g12","rac1","ephb2b","rac1a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000043755","physical","txid7955" +"O13147","O73875","ephb3","ephb4a","O13147","O73875","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000040208","physical","txid7955" +"O13147","Q5VSJ4","ephb3","fc51g03","O13147","Q5VSJ4","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000040208","physical","txid7955" +"O13147","Q90YC5","ephb3","D160","O13147","efna3b","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000040208","physical","txid7955" +"O13147","F6P3V1","ephb3","receptor protein-tyrosine kinase","O13147","F6P3V1","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000040208","physical","txid7955" +"O13147","Q90Z32","ephb3","fc10d03","O13147","Q90Z32","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000040208","physical","txid7955" +"O13147","A2CEJ3","ephb3","fi18g12","O13147","ephb2b","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000043755/7955.ENSDARP00000040208","physical","txid7955" +"O13147","O42248","ephb3","gnb2l1","O13147","gnb2l1","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000040208","physical","txid7955" +"O13147","P79728","ephb3","efna5b","O13147","P79728","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000040208","physical","txid7955" +"O13147","O73878","ephb3","ephb4b","O13147","O73878","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000040208","physical","txid7955" +"O13147","E7F2W4","ephb3","epha5","O13147","epha5","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075583/7955.ENSDARP00000040208","physical","txid7955" +"O13147","E7F533","ephb3","receptor protein-tyrosine kinase","O13147","epha2b","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000040208","physical","txid7955" +"O73878","O73875","ephb4b","ephb4a","O73878","O73875","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000088414","physical","txid7955" +"O73878","Q5VSJ4","ephb4b","fc51g03","O73878","Q5VSJ4","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000088414","physical","txid7955" +"O73878","P79728","ephb4b","efna5b","O73878","P79728","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000088414","physical","txid7955" +"O73878","F6P3V1","ephb4b","receptor protein-tyrosine kinase","O73878","F6P3V1","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000088414","physical","txid7955" +"O73878","Q90YC5","ephb4b","D160","O73878","efna3b","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000088414","physical","txid7955" +"O73878","Q90Z31","ephb4b","efnb3","O73878","efnb3b","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","psicquic","19765300;26190107","physical","txid7955" +"Q90Z32","Q1JPZ3","fc10d03","src","Q90Z32","Q1JPZ3","Ephrin-B2b","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","O73875","fc10d03","ephb4a","Q90Z32","O73875","Ephrin-B2b","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","Q7ZSZ9","fc10d03","rac1","Q90Z32","rac1a","Ephrin-B2b","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","Q5VSJ4","fc10d03","fc51g03","Q90Z32","Q5VSJ4","Ephrin-B2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","E9QBV1","fc10d03","fd07f11","Q90Z32","cltcb","Ephrin-B2b","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","F6P3V1","fc10d03","receptor protein-tyrosine kinase","Q90Z32","F6P3V1","Ephrin-B2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000121462/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","A0A8M9Q4I8","fc10d03","Nck2","Q90Z32","A0A8M9Q4I8","Ephrin-B2b","Cytoplasmic protein","string-db","7955.ENSDARP00000093447/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","Q6NYJ9","fc10d03","fa16e07","Q90Z32","ap2b1","Ephrin-B2b","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","A0A2R8Q515","fc10d03","fc28d09","Q90Z32","A0A2R8Q515","Ephrin-B2b","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","Q90YC5","fc10d03","D160","Q90Z32","efna3b","Ephrin-B2b","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","P79728","fc10d03","efna5b","Q90Z32","P79728","Ephrin-B2b","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","A0A286Y9F1","fc10d03","Clathrin light chain","Q90Z32","A0A286Y9F1","Ephrin-B2b","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","O73878","fc10d03","ephb4b","Q90Z32","O73878","Ephrin-B2b","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","string-db","7955.ENSDARP00000088414/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","Q7ZW98","fc10d03","ap2m1b","Q90Z32","Q7ZW98","Ephrin-B2b","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","O13148","fc10d03","epha4a","Q90Z32","O13148","Ephrin-B2b","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000079638","physical","txid7955" +"Q90Z32","P57094","fc10d03","axin1","Q90Z32","P57094","Ephrin-B2b","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000079638","physical","txid7955" +"Q90YC5","A0A8M9PHF0","D160","epha7","efna3b","A0A8M9PHF0","Ephrin-A3 (Ephrin-A3b)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107;26190107","physical","txid7955" +"Q90YC5","A4JYP8","D160","F3","efna3b","A4JYP8","Ephrin-A3 (Ephrin-A3b)","Cntn1a (Contactin-1a precursor)","psicquic","26190107;26190107","physical","txid7955" +"Q90YC5","P79728","D160","efna5b","efna3b","P79728","Ephrin-A3 (Ephrin-A3b)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000133669","physical","txid7955" +"Q90YC5","O73875","D160","ephb4a","efna3b","O73875","Ephrin-A3 (Ephrin-A3b)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000133669","physical","txid7955" +"Q6TGU2","Q5RHI2","seh1l","OTTDARP00000007854","seh1l","Q5RHI2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","string-db","7955.ENSDARP00000020383/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7ZWF0","seh1l","rae1","seh1l","rae1","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","string-db","7955.ENSDARP00000015105/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q5RGI2","seh1l","si:dkey-27k7.3","seh1l","nup107","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7SZC5","seh1l","ndc1","seh1l","Q7SZC5","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoporin NDC1 (Transmembrane protein 48)","string-db","7955.ENSDARP00000016349/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7ZU29","seh1l","dye","seh1l","Q7ZU29","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","string-db","7955.ENSDARP00000013627/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7ZVS6","seh1l","gats","seh1l","castor2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","string-db","7955.ENSDARP00000005214/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","A0A0R4IVZ0","seh1l","fd23d09","seh1l","nup153","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","F1QNV4","seh1l","nup133","seh1l","nup133","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q0P403","seh1l","tusc4","seh1l","Q0P403","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","string-db","7955.ENSDARP00000077473/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6P6X9","seh1l","nup35","seh1l","nup35","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7ZVA6","seh1l","eif4a3","seh1l","Q7ZVA6","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q1L8F9","seh1l","kics2","seh1l","Q1L8F9","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7ZVL2","seh1l","wdr24","seh1l","Q7ZVL2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","GATOR2 complex protein WDR24 (EC 2.3.2.27)","string-db","7955.ENSDARP00000008451/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q5RI09","seh1l","si:dkey-97o5.5","seh1l","tprb","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q08BV5","seh1l","zgc:154097","seh1l","rangap1a","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6PG31","seh1l","rnps1","seh1l","Q6PG31","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","A2CEI4","seh1l","nup88","seh1l","nup88","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","A0A286YB35","seh1l","WD repeat domain 59","seh1l","wdr59","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","A0A8N7T6T7","seh1l","AT hook-containing transcription factor 1","seh1l","A0A8N7T6T7","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6DBY0","seh1l","nup85","seh1l","Q6DBY0","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","E7EXJ6","seh1l","Nucleoporin NUP188","seh1l","nup188","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q1ECZ4","seh1l","casc3","seh1l","casc3","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6P0U9","seh1l","nup42","seh1l","Q6P0U9","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q566Y8","seh1l","magoh","seh1l","magoh","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","F1Q7H6","seh1l","nxf1","seh1l","nxf1","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","A0F081","seh1l","Sestrin 2","seh1l","A0F081","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q7T2E1","seh1l","sec13l1","seh1l","sec13","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","E7F981","seh1l","im:7151238","seh1l","nup98","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q8JGR6","seh1l","ncbp2","seh1l","ncbp2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q802U2","seh1l","mios","seh1l","Q802U2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q5D018","seh1l","rbm8a","seh1l","rbm8a","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q9W6H5","seh1l","ube2ia","seh1l","ube2ia","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","string-db","7955.ENSDARP00000011487/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6NW98","seh1l","zgc:85873","seh1l","aaas","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","F1R543","seh1l","pom121","seh1l","-","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","Q6DG05","seh1l","zgc:91970","seh1l","Q6DG05","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Sestrin-1 (EC 1.11.1.15)","string-db","7955.ENSDARP00000062992/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","F1QNX7","seh1l","upf3b","seh1l","upf3b","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","string-db","7955.ENSDARP00000011948/7955.ENSDARP00000003173","physical","txid7955" +"Q6TGU2","F1QC46","seh1l","Nuclear pore membrane glycoprotein 210","seh1l","nup210","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000003173","physical","txid7955" +"Q5RHI2","Q802U2","OTTDARP00000007854","mios","Q5RHI2","Q802U2","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","Q0P403","OTTDARP00000007854","tusc4","Q5RHI2","Q0P403","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","string-db","7955.ENSDARP00000077473/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","Q0P410","OTTDARP00000007854","bmt2","Q5RHI2","Q0P410","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","S-adenosylmethionine sensor upstream of mTORC1 (Probable methyltransferase BMT2 homolog) (EC 2.1.1.-)","string-db","7955.ENSDARP00000084049/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","A0A286YB35","OTTDARP00000007854","WD repeat domain 59","Q5RHI2","wdr59","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","A0F081","OTTDARP00000007854","Sestrin 2","Q5RHI2","A0F081","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","Q1L8F9","OTTDARP00000007854","kics2","Q5RHI2","Q1L8F9","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000020383","physical","txid7955" +"Q5RHI2","Q6DG05","OTTDARP00000007854","zgc:91970","Q5RHI2","Q6DG05","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","Sestrin-1 (EC 1.11.1.15)","string-db","7955.ENSDARP00000062992/7955.ENSDARP00000020383","physical","txid7955" +"F1QNV4","Q566Y8","nup133","magoh","nup133","magoh","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","F1Q7H6","nup133","nxf1","nup133","nxf1","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","E7F981","nup133","im:7151238","nup133","nup98","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","E7EXJ6","nup133","Nucleoporin NUP188","nup133","nup188","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q5D018","nup133","rbm8a","nup133","rbm8a","Nuclear pore complex protein Nup133 (Nucleoporin 133)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","F1R543","nup133","pom121","nup133","-","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q08BV5","nup133","zgc:154097","nup133","rangap1a","Nuclear pore complex protein Nup133 (Nucleoporin 133)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","A2CEI4","nup133","nup88","nup133","nup88","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","F1QC46","nup133","Nuclear pore membrane glycoprotein 210","nup133","nup210","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q1ECZ4","nup133","casc3","nup133","casc3","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q7T2E1","nup133","sec13l1","nup133","sec13","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q6NW98","nup133","zgc:85873","nup133","aaas","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q6PG31","nup133","rnps1","nup133","Q6PG31","Nuclear pore complex protein Nup133 (Nucleoporin 133)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","A0A8N7T6T7","nup133","AT hook-containing transcription factor 1","nup133","A0A8N7T6T7","Nuclear pore complex protein Nup133 (Nucleoporin 133)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q6P6X9","nup133","nup35","nup133","nup35","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q5RGI2","nup133","si:dkey-27k7.3","nup133","nup107","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q6DBY0","nup133","nup85","nup133","Q6DBY0","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q7ZVA6","nup133","eif4a3","nup133","Q7ZVA6","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","Q6P0U9","nup133","nup42","nup133","Q6P0U9","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000023984","physical","txid7955" +"F1QNV4","A0A0R4IVZ0","nup133","fd23d09","nup133","nup153","Nuclear pore complex protein Nup133 (Nucleoporin 133)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000023984","physical","txid7955" +"Q7ZVS6","Q5RHI2","gats","OTTDARP00000007854","castor2","Q5RHI2","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","string-db","7955.ENSDARP00000020383/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZVS6","Q1L8F9","gats","kics2","castor2","Q1L8F9","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZVS6","A0A286YB35","gats","WD repeat domain 59","castor2","wdr59","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZVS6","Q802U2","gats","mios","castor2","Q802U2","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZVS6","Q0P403","gats","tusc4","castor2","Q0P403","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","string-db","7955.ENSDARP00000077473/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZVS6","Q7ZVL2","gats","wdr24","castor2","Q7ZVL2","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","GATOR2 complex protein WDR24 (EC 2.3.2.27)","string-db","7955.ENSDARP00000008451/7955.ENSDARP00000005214","physical","txid7955" +"Q7ZWF0","F1QNV4","rae1","nup133","rae1","nup133","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q6DBY0","rae1","nup85","rae1","Q6DBY0","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q5RI09","rae1","si:dkey-97o5.5","rae1","tprb","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q6P0U9","rae1","nup42","rae1","Q6P0U9","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q6P6X9","rae1","nup35","rae1","nup35","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q6PG31","rae1","rnps1","rae1","Q6PG31","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q7ZVA6","rae1","eif4a3","rae1","Q7ZVA6","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q7SZC5","rae1","ndc1","rae1","Q7SZC5","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoporin NDC1 (Transmembrane protein 48)","string-db","7955.ENSDARP00000016349/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","A0A0R4IVZ0","rae1","fd23d09","rae1","nup153","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q5RGI2","rae1","si:dkey-27k7.3","rae1","nup107","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q6NW98","rae1","zgc:85873","rae1","aaas","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","A2CEI4","rae1","nup88","rae1","nup88","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q1ECZ4","rae1","casc3","rae1","casc3","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","F1R543","rae1","pom121","rae1","-","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","F1QC46","rae1","Nuclear pore membrane glycoprotein 210","rae1","nup210","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q08BV5","rae1","zgc:154097","rae1","rangap1a","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q8JGR6","rae1","ncbp2","rae1","ncbp2","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q5D018","rae1","rbm8a","rae1","rbm8a","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","E7EXJ6","rae1","Nucleoporin NUP188","rae1","nup188","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","Q566Y8","rae1","magoh","rae1","magoh","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","E7F981","rae1","im:7151238","rae1","nup98","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000015105","physical","txid7955" +"Q7ZWF0","F1Q7H6","rae1","nxf1","rae1","nxf1","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000015105","physical","txid7955" +"Q5RGI2","Q6PG31","si:dkey-27k7.3","rnps1","nup107","Q6PG31","Nuclear pore complex protein","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","A0A8N7T6T7","si:dkey-27k7.3","AT hook-containing transcription factor 1","nup107","A0A8N7T6T7","Nuclear pore complex protein","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q08BV5","si:dkey-27k7.3","zgc:154097","nup107","rangap1a","Nuclear pore complex protein","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q6P0U9","si:dkey-27k7.3","nup42","nup107","Q6P0U9","Nuclear pore complex protein","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q7T2E1","si:dkey-27k7.3","sec13l1","nup107","sec13","Nuclear pore complex protein","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q6DBY0","si:dkey-27k7.3","nup85","nup107","Q6DBY0","Nuclear pore complex protein","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","F1R543","si:dkey-27k7.3","pom121","nup107","-","Nuclear pore complex protein","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q6NW98","si:dkey-27k7.3","zgc:85873","nup107","aaas","Nuclear pore complex protein","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q7ZVA6","si:dkey-27k7.3","eif4a3","nup107","Q7ZVA6","Nuclear pore complex protein","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q566Y8","si:dkey-27k7.3","magoh","nup107","magoh","Nuclear pore complex protein","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","B3DFN3","si:dkey-27k7.3","fc15d06","nup107","lmnb2","Nuclear pore complex protein","Lamin-B2","string-db","7955.ENSDARP00000139279/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","F1Q7H6","si:dkey-27k7.3","nxf1","nup107","nxf1","Nuclear pore complex protein","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","F1QC46","si:dkey-27k7.3","Nuclear pore membrane glycoprotein 210","nup107","nup210","Nuclear pore complex protein","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","E7F981","si:dkey-27k7.3","im:7151238","nup107","nup98","Nuclear pore complex protein","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","E7EXJ6","si:dkey-27k7.3","Nucleoporin NUP188","nup107","nup188","Nuclear pore complex protein","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","Q1ECZ4","si:dkey-27k7.3","casc3","nup107","casc3","Nuclear pore complex protein","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000040032","physical","txid7955" +"Q5RGI2","A0A0R4IVZ0","si:dkey-27k7.3","fd23d09","nup107","nup153","Nuclear pore complex protein","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000040032","physical","txid7955" +"Q7SZC5","Q6DBY0","ndc1","nup85","Q7SZC5","Q6DBY0","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q6P0U9","ndc1","nup42","Q7SZC5","Q6P0U9","Nucleoporin NDC1 (Transmembrane protein 48)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q1ECZ4","ndc1","casc3","Q7SZC5","casc3","Nucleoporin NDC1 (Transmembrane protein 48)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q566Y8","ndc1","magoh","Q7SZC5","magoh","Nucleoporin NDC1 (Transmembrane protein 48)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","A0A8N7T6T7","ndc1","AT hook-containing transcription factor 1","Q7SZC5","A0A8N7T6T7","Nucleoporin NDC1 (Transmembrane protein 48)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","A2CEI4","ndc1","nup88","Q7SZC5","nup88","Nucleoporin NDC1 (Transmembrane protein 48)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q08BV5","ndc1","zgc:154097","Q7SZC5","rangap1a","Nucleoporin NDC1 (Transmembrane protein 48)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","E7F981","ndc1","im:7151238","Q7SZC5","nup98","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q6P6X9","ndc1","nup35","Q7SZC5","nup35","Nucleoporin NDC1 (Transmembrane protein 48)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q7ZVA6","ndc1","eif4a3","Q7SZC5","Q7ZVA6","Nucleoporin NDC1 (Transmembrane protein 48)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","F1Q7H6","ndc1","nxf1","Q7SZC5","nxf1","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q6NW98","ndc1","zgc:85873","Q7SZC5","aaas","Nucleoporin NDC1 (Transmembrane protein 48)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","E7EXJ6","ndc1","Nucleoporin NUP188","Q7SZC5","nup188","Nucleoporin NDC1 (Transmembrane protein 48)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","A0A0R4IVZ0","ndc1","fd23d09","Q7SZC5","nup153","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","F1QC46","ndc1","Nuclear pore membrane glycoprotein 210","Q7SZC5","nup210","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q5D018","ndc1","rbm8a","Q7SZC5","rbm8a","Nucleoporin NDC1 (Transmembrane protein 48)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q5RGI2","ndc1","si:dkey-27k7.3","Q7SZC5","nup107","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","F1QNV4","ndc1","nup133","Q7SZC5","nup133","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q8JGR6","ndc1","ncbp2","Q7SZC5","ncbp2","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q6PG31","ndc1","rnps1","Q7SZC5","Q6PG31","Nucleoporin NDC1 (Transmembrane protein 48)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","Q5RI09","ndc1","si:dkey-97o5.5","Q7SZC5","tprb","Nucleoporin NDC1 (Transmembrane protein 48)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000016349","physical","txid7955" +"Q7SZC5","F1R543","ndc1","pom121","Q7SZC5","-","Nucleoporin NDC1 (Transmembrane protein 48)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000016349","physical","txid7955" +"Q6P6X9","Q6P0U9","nup35","nup42","nup35","Q6P0U9","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","F1QC46","nup35","Nuclear pore membrane glycoprotein 210","nup35","nup210","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","E7EXJ6","nup35","Nucleoporin NUP188","nup35","nup188","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","A0A8N7T6T7","nup35","AT hook-containing transcription factor 1","nup35","A0A8N7T6T7","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","F1R543","nup35","pom121","nup35","-","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","F1Q7H6","nup35","nxf1","nup35","nxf1","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q6NW98","nup35","zgc:85873","nup35","aaas","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q6DBY0","nup35","nup85","nup35","Q6DBY0","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q08BV5","nup35","zgc:154097","nup35","rangap1a","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q566Y8","nup35","magoh","nup35","magoh","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","E9QIQ3","nup35","fb13d02","nup35","E9QIQ3","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore glycoprotein p62 isoform X1 (Nucleoporin 62-like)","string-db","7955.ENSDARP00000113639/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q6NYN9","nup35","zgc:77551","nup35","nup54","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","string-db","7955.ENSDARP00000130940/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q5RGI2","nup35","si:dkey-27k7.3","nup35","nup107","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","E7F981","nup35","im:7151238","nup35","nup98","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q6PG31","nup35","rnps1","nup35","Q6PG31","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","A0A0R4IVZ0","nup35","fd23d09","nup35","nup153","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q1ECZ4","nup35","casc3","nup35","casc3","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q1LUT0","nup35","zgc:101555","nup35","nutf2","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Nuclear transport factor 2 (NTF-2)","string-db","7955.ENSDARP00000073506/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","Q7ZVA6","nup35","eif4a3","nup35","Q7ZVA6","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000033355","physical","txid7955" +"Q6P6X9","E9QCN6","nup35","zgc:153074","nup35","nxt2","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000033355","physical","txid7955" +"Q0P403","Q0P410","tusc4","bmt2","Q0P403","Q0P410","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","S-adenosylmethionine sensor upstream of mTORC1 (Probable methyltransferase BMT2 homolog) (EC 2.1.1.-)","string-db","7955.ENSDARP00000084049/7955.ENSDARP00000077473","physical","txid7955" +"Q0P403","Q802U2","tusc4","mios","Q0P403","Q802U2","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000077473","physical","txid7955" +"Q0P403","Q1L8F9","tusc4","kics2","Q0P403","Q1L8F9","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000077473","physical","txid7955" +"Q0P403","A0F081","tusc4","Sestrin 2","Q0P403","A0F081","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000077473","physical","txid7955" +"Q0P403","A0A286YB35","tusc4","WD repeat domain 59","Q0P403","wdr59","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000077473","physical","txid7955" +"Q7ZU29","Q5RI09","dye","si:dkey-97o5.5","Q7ZU29","tprb","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","E7EXJ6","dye","Nucleoporin NUP188","Q7ZU29","nup188","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","E7F981","dye","im:7151238","Q7ZU29","nup98","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","F1QC46","dye","Nuclear pore membrane glycoprotein 210","Q7ZU29","nup210","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q8JGR6","dye","ncbp2","Q7ZU29","ncbp2","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q7ZWF0","dye","rae1","Q7ZU29","rae1","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","string-db","7955.ENSDARP00000015105/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","A2CEI4","dye","nup88","Q7ZU29","nup88","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","F1R543","dye","pom121","Q7ZU29","-","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q5D018","dye","rbm8a","Q7ZU29","rbm8a","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q6NW98","dye","zgc:85873","Q7ZU29","aaas","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q6PG31","dye","rnps1","Q7ZU29","Q6PG31","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q5RGI2","dye","si:dkey-27k7.3","Q7ZU29","nup107","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q7SZC5","dye","ndc1","Q7ZU29","Q7SZC5","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoporin NDC1 (Transmembrane protein 48)","string-db","7955.ENSDARP00000016349/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q6P0U9","dye","nup42","Q7ZU29","Q6P0U9","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q6DBY0","dye","nup85","Q7ZU29","Q6DBY0","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q6P6X9","dye","nup35","Q7ZU29","nup35","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q7ZVA6","dye","eif4a3","Q7ZU29","Q7ZVA6","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","F1Q7H6","dye","nxf1","Q7ZU29","nxf1","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q1ECZ4","dye","casc3","Q7ZU29","casc3","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","F1QNV4","dye","nup133","Q7ZU29","nup133","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","A0A0R4IVZ0","dye","fd23d09","Q7ZU29","nup153","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q566Y8","dye","magoh","Q7ZU29","magoh","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","Q08BV5","dye","zgc:154097","Q7ZU29","rangap1a","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000013627","physical","txid7955" +"Q7ZU29","A0A8N7T6T7","dye","AT hook-containing transcription factor 1","Q7ZU29","A0A8N7T6T7","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000013627","physical","txid7955" +"Q1L8F9","A0A286YB35","kics2","WD repeat domain 59","Q1L8F9","wdr59","KICSTOR subunit 2","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000117810","physical","txid7955" +"Q1L8F9","Q802U2","kics2","mios","Q1L8F9","Q802U2","KICSTOR subunit 2","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000117810","physical","txid7955" +"Q7ZVL2","Q0P403","wdr24","tusc4","Q7ZVL2","Q0P403","GATOR2 complex protein WDR24 (EC 2.3.2.27)","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","string-db","7955.ENSDARP00000077473/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","Q6DG05","wdr24","zgc:91970","Q7ZVL2","Q6DG05","GATOR2 complex protein WDR24 (EC 2.3.2.27)","Sestrin-1 (EC 1.11.1.15)","string-db","7955.ENSDARP00000062992/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","Q7T2E1","wdr24","sec13l1","Q7ZVL2","sec13","GATOR2 complex protein WDR24 (EC 2.3.2.27)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","Q1L8F9","wdr24","kics2","Q7ZVL2","Q1L8F9","GATOR2 complex protein WDR24 (EC 2.3.2.27)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","Q802U2","wdr24","mios","Q7ZVL2","Q802U2","GATOR2 complex protein WDR24 (EC 2.3.2.27)","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","Q5RHI2","wdr24","OTTDARP00000007854","Q7ZVL2","Q5RHI2","GATOR2 complex protein WDR24 (EC 2.3.2.27)","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","string-db","7955.ENSDARP00000020383/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","A0F081","wdr24","Sestrin 2","Q7ZVL2","A0F081","GATOR2 complex protein WDR24 (EC 2.3.2.27)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000008451","physical","txid7955" +"Q7ZVL2","A0A286YB35","wdr24","WD repeat domain 59","Q7ZVL2","wdr59","GATOR2 complex protein WDR24 (EC 2.3.2.27)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000008451","physical","txid7955" +"Q5RI09","F1QC46","si:dkey-97o5.5","Nuclear pore membrane glycoprotein 210","tprb","nup210","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","A0A0R4IVZ0","si:dkey-97o5.5","fd23d09","tprb","nup153","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q6P0U9","si:dkey-97o5.5","nup42","tprb","Q6P0U9","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","A2CEI4","si:dkey-97o5.5","nup88","tprb","nup88","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","F1R543","si:dkey-97o5.5","pom121","tprb","-","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q6P6X9","si:dkey-97o5.5","nup35","tprb","nup35","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q6NW98","si:dkey-97o5.5","zgc:85873","tprb","aaas","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","F1QNV4","si:dkey-97o5.5","nup133","tprb","nup133","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q8JGR6","si:dkey-97o5.5","ncbp2","tprb","ncbp2","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q6DBY0","si:dkey-97o5.5","nup85","tprb","Q6DBY0","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q5D018","si:dkey-97o5.5","rbm8a","tprb","rbm8a","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q08BV5","si:dkey-97o5.5","zgc:154097","tprb","rangap1a","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q1ECZ4","si:dkey-97o5.5","casc3","tprb","casc3","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q6PG31","si:dkey-97o5.5","rnps1","tprb","Q6PG31","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","F1Q7H6","si:dkey-97o5.5","nxf1","tprb","nxf1","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q7ZVA6","si:dkey-97o5.5","eif4a3","tprb","Q7ZVA6","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","E7EXJ6","si:dkey-97o5.5","Nucleoporin NUP188","tprb","nup188","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","E7F981","si:dkey-97o5.5","im:7151238","tprb","nup98","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q5RGI2","si:dkey-97o5.5","si:dkey-27k7.3","tprb","nup107","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000019846","physical","txid7955" +"Q5RI09","Q566Y8","si:dkey-97o5.5","magoh","tprb","magoh","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000019846","physical","txid7955" +"Q08BV5","A0A0R4IVZ0","zgc:154097","fd23d09","rangap1a","nup153","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000083043","physical","txid7955" +"Q08BV5","E7F981","zgc:154097","im:7151238","rangap1a","nup98","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000083043","physical","txid7955" +"Q08BV5","F1QC46","zgc:154097","Nuclear pore membrane glycoprotein 210","rangap1a","nup210","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000083043","physical","txid7955" +"Q08BV5","Q6NW98","zgc:154097","zgc:85873","rangap1a","aaas","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000083043","physical","txid7955" +"Q08BV5","F1R543","zgc:154097","pom121","rangap1a","-","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000083043","physical","txid7955" +"Q08BV5","Q6DBY0","zgc:154097","nup85","rangap1a","Q6DBY0","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000083043","physical","txid7955" +"A2CEI4","Q566Y8","nup88","magoh","nup88","magoh","Nucleoporin 88","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q1ECZ4","nup88","casc3","nup88","casc3","Nucleoporin 88","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","E7EXJ6","nup88","Nucleoporin NUP188","nup88","nup188","Nucleoporin 88","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","E7F981","nup88","im:7151238","nup88","nup98","Nucleoporin 88","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","F1Q7H6","nup88","nxf1","nup88","nxf1","Nucleoporin 88","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","F1R543","nup88","pom121","nup88","-","Nucleoporin 88","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","F1QC46","nup88","Nuclear pore membrane glycoprotein 210","nup88","nup210","Nucleoporin 88","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q5D018","nup88","rbm8a","nup88","rbm8a","Nucleoporin 88","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","E7F0E8","nup88","Exportin 1","nup88","xpo1a","Nucleoporin 88","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","string-db","7955.ENSDARP00000102922/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q08BV5","nup88","zgc:154097","nup88","rangap1a","Nucleoporin 88","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q6PG31","nup88","rnps1","nup88","Q6PG31","Nucleoporin 88","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q6P0U9","nup88","nup42","nup88","Q6P0U9","Nucleoporin 88","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q6DBY0","nup88","nup85","nup88","Q6DBY0","Nucleoporin 88","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q5RGI2","nup88","si:dkey-27k7.3","nup88","nup107","Nucleoporin 88","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q6NW98","nup88","zgc:85873","nup88","aaas","Nucleoporin 88","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q7ZVA6","nup88","eif4a3","nup88","Q7ZVA6","Nucleoporin 88","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","Q6P6X9","nup88","nup35","nup88","nup35","Nucleoporin 88","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000025718","physical","txid7955" +"A2CEI4","A0A0R4IVZ0","nup88","fd23d09","nup88","nup153","Nucleoporin 88","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000025718","physical","txid7955" +"Q7T2E1","A0A8M2BEY1","sec13l1","ift88","sec13","A0A8M2BEY1","Protein SEC13 homolog","Intraflagellar transport protein 88 homolog isoform X3","psicquic","26190107;24626987","physical","txid7955" +"Q7T2E1","A0A286YB35","sec13l1","WD repeat domain 59","sec13","wdr59","Protein SEC13 homolog","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q7SZE5","sec13l1","sec23a","sec13","Q7SZE5","Protein SEC13 homolog","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q5U374","sec13l1","klhl12","sec13","Q5U374","Protein SEC13 homolog","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","E7FAF7","sec13l1","Circularly permutated Ras protein 1-like","sec13","E7FAF7","Protein SEC13 homolog","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","E7F715","sec13l1","Protein transport protein Sec24B isoform X1","sec13","E7F715","Protein SEC13 homolog","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","A0A0R4ICL5","sec13l1","Protein transport protein Sec24A isoform X2","sec13","sec24a","Protein SEC13 homolog","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q6DBY0","sec13l1","nup85","sec13","Q6DBY0","Protein SEC13 homolog","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","E7F981","sec13l1","im:7151238","sec13","nup98","Protein SEC13 homolog","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","A0A0R4IMX2","sec13l1","im:7145364","sec13","A0A0R4IMX2","Protein SEC13 homolog","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q6PBX2","sec13l1","sara2","sec13","sar1b","Protein SEC13 homolog","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q7SYD5","sec13l1","sec31a","sec13","Q7SYD5","Protein SEC13 homolog","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","Q802U2","sec13l1","mios","sec13","Q802U2","Protein SEC13 homolog","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000071531","physical","txid7955" +"Q7T2E1","E7F114","sec13l1","Protein transport protein Sec31A isoform X3","sec13","sec31b","Protein SEC13 homolog","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000071531","physical","txid7955" +"Q6DBY0","Q6PG31","nup85","rnps1","Q6DBY0","Q6PG31","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000131114","physical","txid7955" +"Q6DBY0","A0A0R4IVZ0","nup85","fd23d09","Q6DBY0","nup153","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000131114","physical","txid7955" +"Q6DBY0","Q7ZVA6","nup85","eif4a3","Q6DBY0","Q7ZVA6","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000131114","physical","txid7955" +"A0A8N7T6T7","Q6DBY0","AT hook-containing transcription factor 1","nup85","A0A8N7T6T7","Q6DBY0","AT hook-containing transcription factor 1 (Protein ELYS)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000128519","physical","txid7955" +"Q9W6H5","Q7ZU29","ube2ia","dye","ube2ia","Q7ZU29","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein Nup93 (93 kDa nucleoporin) (Dead eye protein) (Nucleoporin Nup93)","string-db","7955.ENSDARP00000013627/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","A2CEI4","ube2ia","nup88","ube2ia","nup88","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoporin 88","string-db","7955.ENSDARP00000025718/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6IQS6","ube2ia","sae1","ube2ia","sae1","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","SUMO-activating enzyme subunit 1 (Ubiquitin-like 1-activating enzyme E1A)","string-db","7955.ENSDARP00000016138/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q08BV5","ube2ia","zgc:154097","ube2ia","rangap1a","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","A9JTA8","ube2ia","rangap1","ube2ia","rangap1b","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","string-db","7955.ENSDARP00000072946/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6NW98","ube2ia","zgc:85873","ube2ia","aaas","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6P0U9","ube2ia","nup42","ube2ia","Q6P0U9","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q7SZC5","ube2ia","ndc1","ube2ia","Q7SZC5","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoporin NDC1 (Transmembrane protein 48)","string-db","7955.ENSDARP00000016349/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q5RI09","ube2ia","si:dkey-97o5.5","ube2ia","tprb","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","string-db","7955.ENSDARP00000019846/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","E7EXJ6","ube2ia","Nucleoporin NUP188","ube2ia","nup188","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoporin NUP188","string-db","7955.ENSDARP00000043430/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","F1QNV4","ube2ia","nup133","ube2ia","nup133","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","string-db","7955.ENSDARP00000023984/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","E7F981","ube2ia","im:7151238","ube2ia","nup98","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6DBY0","ube2ia","nup85","ube2ia","Q6DBY0","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","A0A0R4IVZ0","ube2ia","fd23d09","ube2ia","nup153","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6DHL4","ube2ia","sumo2","ube2ia","sumo2","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","F1R543","ube2ia","pom121","ube2ia","-","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","F1QC46","ube2ia","Nuclear pore membrane glycoprotein 210","ube2ia","nup210","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q5RGI2","ube2ia","si:dkey-27k7.3","ube2ia","nup107","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nuclear pore complex protein","string-db","7955.ENSDARP00000040032/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6NV25","ube2ia","sumo3l","ube2ia","sumo3l","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Small ubiquitin-related modifier 3-like (SUMO-3-A)","string-db","7955.ENSDARP00000035513/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","F1QRX2","ube2ia","Small ubiquitin-related modifier","ube2ia","sumo3b","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Small ubiquitin-related modifier (SUMO)","string-db","7955.ENSDARP00000052255/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q7ZWF0","ube2ia","rae1","ube2ia","rae1","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","string-db","7955.ENSDARP00000015105/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q9DDJ0","ube2ia","ube2ib","ube2ia","ube2ib","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","string-db","7955.ENSDARP00000052745/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q6P6X9","ube2ia","nup35","ube2ia","nup35","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000011487","physical","txid7955" +"Q9W6H5","Q7SZR5","ube2ia","sumo1","ube2ia","sumo1","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000011487","physical","txid7955" +"Q6P0U9","Q7ZVA6","nup42","eif4a3","Q6P0U9","Q7ZVA6","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","A0A0R4IVZ0","nup42","fd23d09","Q6P0U9","nup153","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","F1R543","nup42","pom121","Q6P0U9","-","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","Q6DBY0","nup42","nup85","Q6P0U9","Q6DBY0","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","E7F0E8","nup42","Exportin 1","Q6P0U9","xpo1a","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","string-db","7955.ENSDARP00000102922/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","E7F981","nup42","im:7151238","Q6P0U9","nup98","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","Q08BV5","nup42","zgc:154097","Q6P0U9","rangap1a","Nucleoporin NUP42 (Nucleoporin-like protein 2)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","F1QC46","nup42","Nuclear pore membrane glycoprotein 210","Q6P0U9","nup210","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","Q6NW98","nup42","zgc:85873","Q6P0U9","aaas","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","F1Q7H6","nup42","nxf1","Q6P0U9","nxf1","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","Q566Y8","nup42","magoh","Q6P0U9","magoh","Nucleoporin NUP42 (Nucleoporin-like protein 2)","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000050124","physical","txid7955" +"Q6P0U9","Q6PG31","nup42","rnps1","Q6P0U9","Q6PG31","Nucleoporin NUP42 (Nucleoporin-like protein 2)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000050124","physical","txid7955" +"Q6NW98","Q6PG31","zgc:85873","rnps1","aaas","Q6PG31","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000130151","physical","txid7955" +"Q6NW98","Q7ZVA6","zgc:85873","eif4a3","aaas","Q7ZVA6","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000130151","physical","txid7955" +"Q6NW98","Q7T2E8","zgc:85873","rhoac","aaas","rhoac","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000130151","physical","txid7955" +"Q6NW98","Q6DBY0","zgc:85873","nup85","aaas","Q6DBY0","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000130151","physical","txid7955" +"Q6NW98","A0A0R4IVZ0","zgc:85873","fd23d09","aaas","nup153","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000130151","physical","txid7955" +"A0F081","A0A2R8Q1W5","Sestrin 2","keap1b","A0F081","keap1b","Sestrin 2","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","Q1L8F9","Sestrin 2","kics2","A0F081","Q1L8F9","Sestrin 2","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","B3DIU1","Sestrin 2","cul3","A0F081","cul3b","Sestrin 2","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","A0A286YB35","Sestrin 2","WD repeat domain 59","A0F081","wdr59","Sestrin 2","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","F1QK10","Sestrin 2","zgc:136850","A0F081","prkag3b","Sestrin 2","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","F8W5P9","Sestrin 2","zgc:153329","A0F081","F8W5P9","Sestrin 2","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","F1Q5Z8","Sestrin 2","p62","A0F081","sqstm1","Sestrin 2","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","Q7ZUD8","Sestrin 2","MAP1-LC3B","A0F081","map1lc3b","Sestrin 2","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000093160","physical","txid7955" +"A0F081","Q802U2","Sestrin 2","mios","A0F081","Q802U2","Sestrin 2","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000093160","physical","txid7955" +"Q6DG05","B3DIU1","zgc:91970","cul3","Q6DG05","cul3b","Sestrin-1 (EC 1.11.1.15)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","F8W5P9","zgc:91970","zgc:153329","Q6DG05","F8W5P9","Sestrin-1 (EC 1.11.1.15)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","F1Q5Z8","zgc:91970","p62","Q6DG05","sqstm1","Sestrin-1 (EC 1.11.1.15)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","Q802U2","zgc:91970","mios","Q6DG05","Q802U2","Sestrin-1 (EC 1.11.1.15)","GATOR2 complex protein MIOS","string-db","7955.ENSDARP00000132748/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","Q0P403","zgc:91970","tusc4","Q6DG05","Q0P403","Sestrin-1 (EC 1.11.1.15)","NPR2-like, GATOR1 complex subunit (Nitrogen permease regulator 2-like protein) (Tumor suppressor candidate 4)","string-db","7955.ENSDARP00000077473/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","E7F9C4","zgc:91970","5'-AMP-activated protein kinase catalytic subunit alpha-2","Q6DG05","prkaa2","Sestrin-1 (EC 1.11.1.15)","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","A0A2R8Q1W5","zgc:91970","keap1b","Q6DG05","keap1b","Sestrin-1 (EC 1.11.1.15)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","Q7ZUD8","zgc:91970","MAP1-LC3B","Q6DG05","map1lc3b","Sestrin-1 (EC 1.11.1.15)","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","F1QK10","zgc:91970","zgc:136850","Q6DG05","prkag3b","Sestrin-1 (EC 1.11.1.15)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","Q1L8F9","zgc:91970","kics2","Q6DG05","Q1L8F9","Sestrin-1 (EC 1.11.1.15)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","A0A286YB35","zgc:91970","WD repeat domain 59","Q6DG05","wdr59","Sestrin-1 (EC 1.11.1.15)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","A5WUM0","zgc:91970","cb116","Q6DG05","A5WUM0","Sestrin-1 (EC 1.11.1.15)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","Q6DHM2","zgc:91970","zgc:92228","Q6DG05","prkab1a","Sestrin-1 (EC 1.11.1.15)","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","string-db","7955.ENSDARP00000064865/7955.ENSDARP00000062992","physical","txid7955" +"Q6DG05","A2AWE1","zgc:91970","hm:zehl0637","Q6DG05","prdx1","Sestrin-1 (EC 1.11.1.15)","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","string-db","7955.ENSDARP00000076104/7955.ENSDARP00000062992","physical","txid7955" +"E7EXJ6","Q6DBY0","Nucleoporin NUP188","nup85","nup188","Q6DBY0","Nucleoporin NUP188","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","A0A8N7T6T7","Nucleoporin NUP188","AT hook-containing transcription factor 1","nup188","A0A8N7T6T7","Nucleoporin NUP188","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","F1R543","Nucleoporin NUP188","pom121","nup188","-","Nucleoporin NUP188","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q6P0U9","Nucleoporin NUP188","nup42","nup188","Q6P0U9","Nucleoporin NUP188","Nucleoporin NUP42 (Nucleoporin-like protein 2)","string-db","7955.ENSDARP00000050124/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q6PG31","Nucleoporin NUP188","rnps1","nup188","Q6PG31","Nucleoporin NUP188","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q7ZVA6","Nucleoporin NUP188","eif4a3","nup188","Q7ZVA6","Nucleoporin NUP188","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","F1Q7H6","Nucleoporin NUP188","nxf1","nup188","nxf1","Nucleoporin NUP188","Nuclear RNA export factor 1","string-db","7955.ENSDARP00000071848/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q5PRA5","Nucleoporin NUP188","zgc:101792","nup188","Q5PRA5","Nucleoporin NUP188","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q566Y8","Nucleoporin NUP188","magoh","nup188","magoh","Nucleoporin NUP188","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q08BV5","Nucleoporin NUP188","zgc:154097","nup188","rangap1a","Nucleoporin NUP188","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","Q6NW98","Nucleoporin NUP188","zgc:85873","nup188","aaas","Nucleoporin NUP188","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","F1QC46","Nucleoporin NUP188","Nuclear pore membrane glycoprotein 210","nup188","nup210","Nucleoporin NUP188","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","string-db","7955.ENSDARP00000086821/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","E7F981","Nucleoporin NUP188","im:7151238","nup188","nup98","Nucleoporin NUP188","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000043430","physical","txid7955" +"E7EXJ6","A0A0R4IVZ0","Nucleoporin NUP188","fd23d09","nup188","nup153","Nucleoporin NUP188","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000043430","physical","txid7955" +"E7F981","Q7ZVA6","im:7151238","eif4a3","nup98","Q7ZVA6","Nuclear pore complex protein Nup98-Nup96","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","K7DY57","im:7151238","PPAR[a]","nup98","pparab","Nuclear pore complex protein Nup98-Nup96","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","Q6NW98","im:7151238","zgc:85873","nup98","aaas","Nuclear pore complex protein Nup98-Nup96","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","A0A8N7T6T7","im:7151238","AT hook-containing transcription factor 1","nup98","A0A8N7T6T7","Nuclear pore complex protein Nup98-Nup96","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","A0A0R4IVZ0","im:7151238","fd23d09","nup98","nup153","Nuclear pore complex protein Nup98-Nup96","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","Q6PG31","im:7151238","rnps1","nup98","Q6PG31","Nuclear pore complex protein Nup98-Nup96","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000110413","physical","txid7955" +"E7F981","Q6DBY0","im:7151238","nup85","nup98","Q6DBY0","Nuclear pore complex protein Nup98-Nup96","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000110413","physical","txid7955" +"Q802U2","A0A286YB35","mios","WD repeat domain 59","Q802U2","wdr59","GATOR2 complex protein MIOS","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","string-db","7955.ENSDARP00000144192/7955.ENSDARP00000132748","physical","txid7955" +"F1R543","Q6PG31","pom121","rnps1","-","Q6PG31","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","Q6DBY0","pom121","nup85","-","Q6DBY0","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","A0A0R4IVZ0","pom121","fd23d09","-","nup153","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","Q7ZVA6","pom121","eif4a3","-","Q7ZVA6","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","Q6NW98","pom121","zgc:85873","-","aaas","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","A0A8N7T6T7","pom121","AT hook-containing transcription factor 1","-","A0A8N7T6T7","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","AT hook-containing transcription factor 1 (Protein ELYS)","string-db","7955.ENSDARP00000128519/7955.ENSDARP00000107396","physical","txid7955" +"F1R543","E7F981","pom121","im:7151238","-","nup98","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000107396","physical","txid7955" +"F1QC46","E7F981","Nuclear pore membrane glycoprotein 210","im:7151238","nup210","nup98","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","Q7ZVA6","Nuclear pore membrane glycoprotein 210","eif4a3","nup210","Q7ZVA6","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","Q6PG31","Nuclear pore membrane glycoprotein 210","rnps1","nup210","Q6PG31","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","F1R543","Nuclear pore membrane glycoprotein 210","pom121","nup210","-","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","string-db","7955.ENSDARP00000107396/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","Q6DBY0","Nuclear pore membrane glycoprotein 210","nup85","nup210","Q6DBY0","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Nuclear pore complex protein Nup85 (85 kDa nucleoporin) (Nucleoporin Nup85) (Pericentrin-1)","string-db","7955.ENSDARP00000131114/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","Q6NW98","Nuclear pore membrane glycoprotein 210","zgc:85873","nup210","aaas","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000086821","physical","txid7955" +"F1QC46","A0A0R4IVZ0","Nuclear pore membrane glycoprotein 210","fd23d09","nup210","nup153","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000086821","physical","txid7955" +"Q6P125","A0A2R8QAU3","cirh1a","zgc:56526","utp4","imp3","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6DI25","cirh1a","zgc:86740","utp4","imp4","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6P6X6","cirh1a","NOP5/NOP58","utp4","Q6P6X6","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7SY48","cirh1a","heatr1","utp4","Q7SY48","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","F1Q4S6","cirh1a","wu:fi43b02","utp4","nol6","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q1L876","cirh1a","cb268","utp4","Q1L876","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","rRNA biogenesis protein RRP36","string-db","7955.ENSDARP00000045681/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7ZVR1","cirh1a","wdr75","utp4","wdr75","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","WD repeat-containing protein 75","string-db","7955.ENSDARP00000059666/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6PFJ1","cirh1a","ngdn","utp4","Q6PFJ1","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7ZW33","cirh1a","utp15","utp4","Q7ZW33","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","U3 small nucleolar RNA-associated protein 15 homolog","string-db","7955.ENSDARP00000106434/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7ZV23","cirh1a","nhp2l1","utp4","Q7ZV23","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A3KPR1","cirh1a","wu:fb33e10","utp4","wdr36","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","WD repeat domain 36 (WD repeat-containing protein 36)","string-db","7955.ENSDARP00000008668/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6NX08","cirh1a","wdr12","utp4","wdr12","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","string-db","7955.ENSDARP00000004327/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","E7F5L8","cirh1a","fb98b07","utp4","mphosph10","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7ZU93","cirh1a","zgc:56066","utp4","snu13a","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q4VBT2","cirh1a","noc4l","utp4","Q4VBT2","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","P62084","cirh1a","rps7","utp4","rps7","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6PEH4","cirh1a","utp25","utp4","Q6PEH4","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","string-db","7955.ENSDARP00000011386/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6DRJ4","cirh1a","kri1","utp4","Q6DRJ4","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A0A2R8RL46","cirh1a","rnu3ip2","utp4","A0A2R8RL46","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q1LWH6","cirh1a","si:dkeyp-84a8.8","utp4","fam207a","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","E7EZJ0","cirh1a","nop9","utp4","nop9","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A2CEY8","cirh1a","Si:dkey-251i10.3","utp4","si:dkey-251i10.3","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A0A2R8QFQ6","cirh1a","fbxw11a","utp4","A0A2R8QFQ6","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A0A0R4IQW7","cirh1a","Small subunit processome component 20 homolog","utp4","utp20","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A0A0R4IA74","cirh1a","fc04b12","utp4","utp23","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q66I02","cirh1a","zgc:92127","utp4","Q66I02","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","F1R8M8","cirh1a","si:dkey-16i5.10","utp4","F1R8M8","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","E7F349","cirh1a","bms1l","utp4","bms1","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6DI30","cirh1a","fc54c06","utp4","srfbp1","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q803X4","cirh1a","dcaf13","utp4","Q803X4","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q568H9","cirh1a","zgc:110288","utp4","fcf1","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","F1QFC4","cirh1a","id:ibd5110","utp4","noc2l","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q6DRE5","cirh1a","nol5a","utp4","nop56","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","A0JMQ0","cirh1a","bop1","utp4","A0JMQ0","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q802W4","cirh1a","nol10","utp4","Q802W4","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Nucleolar protein 10","string-db","7955.ENSDARP00000018924/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","P79741","cirh1a","pes","utp4","P79741","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000003198","physical","txid7955" +"Q6P125","Q7ZTZ4","cirh1a","fb37g12","utp4","fbl","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000003198","physical","txid7955" +"Q7ZTZ4","Q568H9","fb37g12","zgc:110288","fbl","fcf1","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q7ZVE0","fb37g12","gar1","fbl","Q7ZVE0","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A2CEY8","fb37g12","Si:dkey-251i10.3","fbl","si:dkey-251i10.3","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q7ZU93","fb37g12","zgc:56066","fbl","snu13a","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","P62084","fb37g12","rps7","fbl","rps7","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q6DRE5","fb37g12","nol5a","fbl","nop56","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A0A0R4IQW7","fb37g12","Small subunit processome component 20 homolog","fbl","utp20","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A0A2R8QFQ6","fb37g12","fbxw11a","fbl","A0A2R8QFQ6","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A0A2R8RL46","fb37g12","rnu3ip2","fbl","A0A2R8RL46","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q66I02","fb37g12","zgc:92127","fbl","Q66I02","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q6P6X6","fb37g12","NOP5/NOP58","fbl","Q6P6X6","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q6DI25","fb37g12","zgc:86740","fbl","imp4","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A0A2R8QAU3","fb37g12","zgc:56526","fbl","imp3","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q6DRH5","fb37g12","nop10","fbl","nop10","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q6PBV6","fb37g12","nhp2","fbl","nhp2","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","F1Q4S6","fb37g12","wu:fi43b02","fbl","nol6","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","F1QXL6","fb37g12","H/ACA ribonucleoprotein complex non-core subunit NAF1","fbl","naf1","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","Q7SY48","fb37g12","heatr1","fbl","Q7SY48","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000070509","physical","txid7955" +"Q7ZTZ4","A0A0R4IA74","fb37g12","fc04b12","fbl","utp23","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000070509","physical","txid7955" +"Q6DI30","Q6DRJ4","fc54c06","kri1","srfbp1","Q6DRJ4","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000098626","physical","txid7955" +"Q6DI30","A0A0R4IQW7","fc54c06","Small subunit processome component 20 homolog","srfbp1","utp20","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000098626","physical","txid7955" +"Q6DI30","E7EZJ0","fc54c06","nop9","srfbp1","nop9","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000098626","physical","txid7955" +"Q6DI30","A0JMQ0","fc54c06","bop1","srfbp1","A0JMQ0","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000098626","physical","txid7955" +"Q6DI30","Q7SY48","fc54c06","heatr1","srfbp1","Q7SY48","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000098626","physical","txid7955" +"Q6DI30","A0A2R8QAU3","fc54c06","zgc:56526","srfbp1","imp3","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000098626","physical","txid7955" +"E7EZJ0","I3ISV3","nop9","RNA-binding protein NOB1","nop9","I3ISV3","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000104423","physical","txid7955" +"E7EZJ0","A0A0R4IQB8","nop9","cb410","nop9","ftsj3","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000104423","physical","txid7955" +"E7EZJ0","A0A2R8QAU3","nop9","zgc:56526","nop9","imp3","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000104423","physical","txid7955" +"E7EZJ0","Q7SY48","nop9","heatr1","nop9","Q7SY48","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000104423","physical","txid7955" +"E7EZJ0","A0JMQ0","nop9","bop1","nop9","A0JMQ0","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000104423","physical","txid7955" +"E7EZJ0","A0A0R4IQW7","nop9","Small subunit processome component 20 homolog","nop9","utp20","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000104423","physical","txid7955" +"Q1LWH6","Q6DI30","si:dkeyp-84a8.8","fc54c06","fam207a","srfbp1","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","E7EZJ0","si:dkeyp-84a8.8","nop9","fam207a","nop9","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","A0A2R8QAU3","si:dkeyp-84a8.8","zgc:56526","fam207a","imp3","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","A0JMQ0","si:dkeyp-84a8.8","bop1","fam207a","A0JMQ0","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","A0A0R4IQW7","si:dkeyp-84a8.8","Small subunit processome component 20 homolog","fam207a","utp20","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","Q6DRJ4","si:dkeyp-84a8.8","kri1","fam207a","Q6DRJ4","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","A0A0R4IQB8","si:dkeyp-84a8.8","cb410","fam207a","ftsj3","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","I3ISV3","si:dkeyp-84a8.8","RNA-binding protein NOB1","fam207a","I3ISV3","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000096554","physical","txid7955" +"Q1LWH6","Q7SY48","si:dkeyp-84a8.8","heatr1","fam207a","Q7SY48","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000096554","physical","txid7955" +"Q66I02","P62084","zgc:92127","rps7","Q66I02","rps7","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q7SY48","zgc:92127","heatr1","Q66I02","Q7SY48","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A0R4IQW7","zgc:92127","Small subunit processome component 20 homolog","Q66I02","utp20","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A2CEY8","zgc:92127","Si:dkey-251i10.3","Q66I02","si:dkey-251i10.3","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q7ZU93","zgc:92127","zgc:56066","Q66I02","snu13a","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","B8JLP0","zgc:92127","im:7151586","Q66I02","dhx37","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A0R4IJV5","zgc:92127","ATP-dependent RNA helicase","Q66I02","ddx52","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","F1Q4S6","zgc:92127","wu:fi43b02","Q66I02","nol6","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A2R8QAU3","zgc:92127","zgc:56526","Q66I02","imp3","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q6P6X6","zgc:92127","NOP5/NOP58","Q66I02","Q6P6X6","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A0R4IA74","zgc:92127","fc04b12","Q66I02","utp23","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q568H9","zgc:92127","zgc:110288","Q66I02","fcf1","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q6DRE5","zgc:92127","nol5a","Q66I02","nop56","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q6P5M3","zgc:92127","hm:zeh0819","Q66I02","rps9","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","Q6NWC3","zgc:92127","fc94f01","Q66I02","rps2","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A2R8QFQ6","zgc:92127","fbxw11a","Q66I02","A0A2R8QFQ6","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000073711","physical","txid7955" +"Q66I02","A0A2R8RL46","zgc:92127","rnu3ip2","Q66I02","A0A2R8RL46","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000073711","physical","txid7955" +"Q568H9","A0A0R4IQW7","zgc:110288","Small subunit processome component 20 homolog","fcf1","utp20","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","A0A0R4IJV5","zgc:110288","ATP-dependent RNA helicase","fcf1","ddx52","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","A0A0R4IA74","zgc:110288","fc04b12","fcf1","utp23","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","Q7SY48","zgc:110288","heatr1","fcf1","Q7SY48","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","A0A2R8QFQ6","zgc:110288","fbxw11a","fcf1","A0A2R8QFQ6","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","A0A2R8RL46","zgc:110288","rnu3ip2","fcf1","A0A2R8RL46","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","A0A2R8QAU3","zgc:110288","zgc:56526","fcf1","imp3","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","Q6P6X6","zgc:110288","NOP5/NOP58","fcf1","Q6P6X6","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000130801","physical","txid7955" +"Q568H9","Q6P5M3","zgc:110288","hm:zeh0819","fcf1","rps9","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000130801","physical","txid7955" +"Q6DRE5","A0A2R8QFQ6","nol5a","fbxw11a","nop56","A0A2R8QFQ6","Nucleolar protein 56 (Nucleolar protein 5A)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","A0A2R8RL46","nol5a","rnu3ip2","nop56","A0A2R8RL46","Nucleolar protein 56 (Nucleolar protein 5A)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","P62084","nol5a","rps7","nop56","rps7","Nucleolar protein 56 (Nucleolar protein 5A)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","A0A0R4IQW7","nol5a","Small subunit processome component 20 homolog","nop56","utp20","Nucleolar protein 56 (Nucleolar protein 5A)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","Q7ZVE0","nol5a","gar1","nop56","Q7ZVE0","Nucleolar protein 56 (Nucleolar protein 5A)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","Q6P6X6","nol5a","NOP5/NOP58","nop56","Q6P6X6","Nucleolar protein 56 (Nucleolar protein 5A)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","Q568H9","nol5a","zgc:110288","nop56","fcf1","Nucleolar protein 56 (Nucleolar protein 5A)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","A0A0R4IA74","nol5a","fc04b12","nop56","utp23","Nucleolar protein 56 (Nucleolar protein 5A)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","A2CEY8","nol5a","Si:dkey-251i10.3","nop56","si:dkey-251i10.3","Nucleolar protein 56 (Nucleolar protein 5A)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","Q6DRH5","nol5a","nop10","nop56","nop10","Nucleolar protein 56 (Nucleolar protein 5A)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","F1QXL6","nol5a","H/ACA ribonucleoprotein complex non-core subunit NAF1","nop56","naf1","Nucleolar protein 56 (Nucleolar protein 5A)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","Q7SY48","nol5a","heatr1","nop56","Q7SY48","Nucleolar protein 56 (Nucleolar protein 5A)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000099474","physical","txid7955" +"Q6DRE5","A0A2R8QAU3","nol5a","zgc:56526","nop56","imp3","Nucleolar protein 56 (Nucleolar protein 5A)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000099474","physical","txid7955" +"A0A2R8RL46","A0A2R8QAU3","rnu3ip2","zgc:56526","A0A2R8RL46","imp3","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000147720","physical","txid7955" +"A0A2R8RL46","A0A2R8QFQ6","rnu3ip2","fbxw11a","A0A2R8RL46","A0A2R8QFQ6","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000147720","physical","txid7955" +"A0A0R4IQW7","A0A2R8RL46","Small subunit processome component 20 homolog","rnu3ip2","utp20","A0A2R8RL46","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000138699","physical","txid7955" +"A0A0R4IQW7","A0A2R8QAU3","Small subunit processome component 20 homolog","zgc:56526","utp20","imp3","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000138699","physical","txid7955" +"A0A0R4IQW7","Q6P5M3","Small subunit processome component 20 homolog","hm:zeh0819","utp20","rps9","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000138699","physical","txid7955" +"A0A0R4IQW7","A0A2R8QFQ6","Small subunit processome component 20 homolog","fbxw11a","utp20","A0A2R8QFQ6","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000138699","physical","txid7955" +"Q6DRJ4","E7EZJ0","kri1","nop9","Q6DRJ4","nop9","Protein KRI1 homolog","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000102009","physical","txid7955" +"Q6DRJ4","A0A0R4IQW7","kri1","Small subunit processome component 20 homolog","Q6DRJ4","utp20","Protein KRI1 homolog","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000102009","physical","txid7955" +"Q6DRJ4","A0A2R8QAU3","kri1","zgc:56526","Q6DRJ4","imp3","Protein KRI1 homolog","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000102009","physical","txid7955" +"Q6DRJ4","A0JMQ0","kri1","bop1","Q6DRJ4","A0JMQ0","Protein KRI1 homolog","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000102009","physical","txid7955" +"Q6DRJ4","Q7SY48","kri1","heatr1","Q6DRJ4","Q7SY48","Protein KRI1 homolog","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000102009","physical","txid7955" +"Q802W4","Q4VBT2","nol10","noc4l","Q802W4","Q4VBT2","Nucleolar protein 10","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q803X4","nol10","dcaf13","Q802W4","Q803X4","Nucleolar protein 10","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A0A0R4IA74","nol10","fc04b12","Q802W4","utp23","Nucleolar protein 10","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A0A2R8QFQ6","nol10","fbxw11a","Q802W4","A0A2R8QFQ6","Nucleolar protein 10","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q6P6X6","nol10","NOP5/NOP58","Q802W4","Q6P6X6","Nucleolar protein 10","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","F1Q4S6","nol10","wu:fi43b02","Q802W4","nol6","Nucleolar protein 10","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A0A2R8RL46","nol10","rnu3ip2","Q802W4","A0A2R8RL46","Nucleolar protein 10","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q6DRE5","nol10","nol5a","Q802W4","nop56","Nucleolar protein 10","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","E7F5L8","nol10","fb98b07","Q802W4","mphosph10","Nucleolar protein 10","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A2CEY8","nol10","Si:dkey-251i10.3","Q802W4","si:dkey-251i10.3","Nucleolar protein 10","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q7SY48","nol10","heatr1","Q802W4","Q7SY48","Nucleolar protein 10","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q7ZU93","nol10","zgc:56066","Q802W4","snu13a","Nucleolar protein 10","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q6DI25","nol10","zgc:86740","Q802W4","imp4","Nucleolar protein 10","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A0A0R4IQW7","nol10","Small subunit processome component 20 homolog","Q802W4","utp20","Nucleolar protein 10","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q6PFJ1","nol10","ngdn","Q802W4","Q6PFJ1","Nucleolar protein 10","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","P62084","nol10","rps7","Q802W4","rps7","Nucleolar protein 10","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","A0A2R8QAU3","nol10","zgc:56526","Q802W4","imp3","Nucleolar protein 10","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q7ZTZ4","nol10","fb37g12","Q802W4","fbl","Nucleolar protein 10","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q66I02","nol10","zgc:92127","Q802W4","Q66I02","Nucleolar protein 10","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q568H9","nol10","zgc:110288","Q802W4","fcf1","Nucleolar protein 10","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000018924","physical","txid7955" +"Q802W4","Q7ZV23","nol10","nhp2l1","Q802W4","Q7ZV23","Nucleolar protein 10","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000018924","physical","txid7955" +"E7F349","Q7SY48","bms1l","heatr1","bms1","Q7SY48","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","F1Q4S6","bms1l","wu:fi43b02","bms1","nol6","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","F1QFC4","bms1l","id:ibd5110","bms1","noc2l","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","A0JMQ0","bms1l","bop1","bms1","A0JMQ0","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","A0A2R8QAU3","bms1l","zgc:56526","bms1","imp3","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","Q6DI25","bms1l","zgc:86740","bms1","imp4","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","A0A0R4IQW7","bms1l","Small subunit processome component 20 homolog","bms1","utp20","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","F1R8M8","bms1l","si:dkey-16i5.10","bms1","F1R8M8","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","Q6DRJ4","bms1l","kri1","bms1","Q6DRJ4","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","E7EZJ0","bms1l","nop9","bms1","nop9","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","Q4VBT2","bms1l","noc4l","bms1","Q4VBT2","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","Q1LWH6","bms1l","si:dkeyp-84a8.8","bms1","fam207a","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000053760","physical","txid7955" +"E7F349","Q6DI30","bms1l","fc54c06","bms1","srfbp1","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000053760","physical","txid7955" +"Q6PEH4","A0A2R8QAU3","utp25","zgc:56526","Q6PEH4","imp3","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6P5M3","utp25","hm:zeh0819","Q6PEH4","rps9","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","P62084","utp25","rps7","Q6PEH4","rps7","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q7ZU93","utp25","zgc:56066","Q6PEH4","snu13a","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q4VBT2","utp25","noc4l","Q6PEH4","Q4VBT2","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6P6X6","utp25","NOP5/NOP58","Q6PEH4","Q6P6X6","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q802W4","utp25","nol10","Q6PEH4","Q802W4","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Nucleolar protein 10","string-db","7955.ENSDARP00000018924/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6DI25","utp25","zgc:86740","Q6PEH4","imp4","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","F1Q4S6","utp25","wu:fi43b02","Q6PEH4","nol6","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q66HU4","utp25","capn3","Q6PEH4","capn3a","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6PBW3","utp25","fa92e08","Q6PEH4","rps14","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A0A0R4IQW7","utp25","Small subunit processome component 20 homolog","Q6PEH4","utp20","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q7ZTZ4","utp25","fb37g12","Q6PEH4","fbl","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q7ZV23","utp25","nhp2l1","Q6PEH4","Q7ZV23","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","B8JLP0","utp25","im:7151586","Q6PEH4","dhx37","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q7SY48","utp25","heatr1","Q6PEH4","Q7SY48","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A2CEY8","utp25","Si:dkey-251i10.3","Q6PEH4","si:dkey-251i10.3","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","E7F5L8","utp25","fb98b07","Q6PEH4","mphosph10","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A0A2R8QFQ6","utp25","fbxw11a","Q6PEH4","A0A2R8QFQ6","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q568H9","utp25","zgc:110288","Q6PEH4","fcf1","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A0A0R4IJV5","utp25","ATP-dependent RNA helicase","Q6PEH4","ddx52","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6DRE5","utp25","nol5a","Q6PEH4","nop56","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6PFJ1","utp25","ngdn","Q6PEH4","Q6PFJ1","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q4V9P9","utp25","nol11","Q6PEH4","Q4V9P9","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Nucleolar protein 11-like","string-db","7955.ENSDARP00000032159/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q6NWC3","utp25","fc94f01","Q6PEH4","rps2","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A0A2R8RL46","utp25","rnu3ip2","Q6PEH4","A0A2R8RL46","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","A0A0R4IA74","utp25","fc04b12","Q6PEH4","utp23","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q803X4","utp25","dcaf13","Q6PEH4","Q803X4","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000011386","physical","txid7955" +"Q6PEH4","Q66I02","utp25","zgc:92127","Q6PEH4","Q66I02","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000011386","physical","txid7955" +"F1R8M8","F1QFC4","si:dkey-16i5.10","id:ibd5110","F1R8M8","noc2l","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","E7EZJ0","si:dkey-16i5.10","nop9","F1R8M8","nop9","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","Q1LWH6","si:dkey-16i5.10","si:dkeyp-84a8.8","F1R8M8","fam207a","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","A0A2R8QAU3","si:dkey-16i5.10","zgc:56526","F1R8M8","imp3","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","A0A0R4IQW7","si:dkey-16i5.10","Small subunit processome component 20 homolog","F1R8M8","utp20","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","Q6NYD4","si:dkey-16i5.10","mak16","F1R8M8","Q6NYD4","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","Q6DRJ4","si:dkey-16i5.10","kri1","F1R8M8","Q6DRJ4","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","A0JMQ0","si:dkey-16i5.10","bop1","F1R8M8","A0JMQ0","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","Q7SY48","si:dkey-16i5.10","heatr1","F1R8M8","Q7SY48","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","Q6DI30","si:dkey-16i5.10","fc54c06","F1R8M8","srfbp1","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000072728","physical","txid7955" +"F1R8M8","F1Q4S6","si:dkey-16i5.10","wu:fi43b02","F1R8M8","nol6","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000072728","physical","txid7955" +"A2CEY8","A0A2R8RL46","Si:dkey-251i10.3","rnu3ip2","si:dkey-251i10.3","A0A2R8RL46","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","Q568H9","Si:dkey-251i10.3","zgc:110288","si:dkey-251i10.3","fcf1","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","A0A0R4IA74","Si:dkey-251i10.3","fc04b12","si:dkey-251i10.3","utp23","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","A0A2R8QFQ6","Si:dkey-251i10.3","fbxw11a","si:dkey-251i10.3","A0A2R8QFQ6","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","P62084","Si:dkey-251i10.3","rps7","si:dkey-251i10.3","rps7","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","Q6P6X6","Si:dkey-251i10.3","NOP5/NOP58","si:dkey-251i10.3","Q6P6X6","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","A0A0R4IQW7","Si:dkey-251i10.3","Small subunit processome component 20 homolog","si:dkey-251i10.3","utp20","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","Q7SY48","Si:dkey-251i10.3","heatr1","si:dkey-251i10.3","Q7SY48","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000105713","physical","txid7955" +"A2CEY8","A0A2R8QAU3","Si:dkey-251i10.3","zgc:56526","si:dkey-251i10.3","imp3","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000105713","physical","txid7955" +"A0A0R4IA74","Q7SY48","fc04b12","heatr1","utp23","Q7SY48","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000130967","physical","txid7955" +"A0A0R4IA74","A0A2R8RL46","fc04b12","rnu3ip2","utp23","A0A2R8RL46","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000130967","physical","txid7955" +"A0A0R4IA74","A0A0R4IQW7","fc04b12","Small subunit processome component 20 homolog","utp23","utp20","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000130967","physical","txid7955" +"A0A0R4IA74","A0A2R8QAU3","fc04b12","zgc:56526","utp23","imp3","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000130967","physical","txid7955" +"A0A0R4IA74","A0A2R8QFQ6","fc04b12","fbxw11a","utp23","A0A2R8QFQ6","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000130967","physical","txid7955" +"A0A0R4IA74","Q6P6X6","fc04b12","NOP5/NOP58","utp23","Q6P6X6","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000130967","physical","txid7955" +"Q803X4","F1Q4S6","dcaf13","wu:fi43b02","Q803X4","nol6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q4V9P9","dcaf13","nol11","Q803X4","Q4V9P9","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Nucleolar protein 11-like","string-db","7955.ENSDARP00000032159/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","E7F3Z0","dcaf13","DDB1 and CUL4-associated factor 15","Q803X4","dcaf15","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6P6X6","dcaf13","NOP5/NOP58","Q803X4","Q6P6X6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q568H9","dcaf13","zgc:110288","Q803X4","fcf1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","F1Q509","dcaf13","zgc:153556","Q803X4","commd4","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q66I02","dcaf13","zgc:92127","Q803X4","Q66I02","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6PBW3","dcaf13","fa92e08","Q803X4","rps14","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7ZU93","dcaf13","zgc:56066","Q803X4","snu13a","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7SY48","dcaf13","heatr1","Q803X4","Q7SY48","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6PFJ1","dcaf13","ngdn","Q803X4","Q6PFJ1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A2CEY8","dcaf13","Si:dkey-251i10.3","Q803X4","si:dkey-251i10.3","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A0R4IQW7","dcaf13","Small subunit processome component 20 homolog","Q803X4","utp20","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","E7FAG6","dcaf13","ambra1a","Q803X4","ambra1a","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A0R4IJV5","dcaf13","ATP-dependent RNA helicase","Q803X4","ddx52","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6NXC6","dcaf13","wu:fi47e09","Q803X4","Q6NXC6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q2YDS1","dcaf13","ddb2","Q803X4","ddb2","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6DRE5","dcaf13","nol5a","Q803X4","nop56","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6NWC3","dcaf13","fc94f01","Q803X4","rps2","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A4QN68","dcaf13","si:ch211-154e15.3","Q803X4","A4QN68","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7T2A3","dcaf13","dda1","Q803X4","dda1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7ZTZ4","dcaf13","fb37g12","Q803X4","fbl","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q5RHX6","dcaf13","dcun1d4","Q803X4","Q5RHX6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A2R8QFQ6","dcaf13","fbxw11a","Q803X4","A0A2R8QFQ6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","B0QZE8","dcaf13","iqwd1","Q803X4","dcaf6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q68EH9","dcaf13","crbn","Q803X4","Q68EH9","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Protein cereblon (zcrbn)","string-db","7955.ENSDARP00000062723/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A8WHR0","dcaf13","dcaf17","Q803X4","dcaf17","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6P5M3","dcaf13","hm:zeh0819","Q803X4","rps9","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","F1QF18","dcaf13","DDB1 and CUL4-associated factor 8","Q803X4","dcaf8","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","B8A6D0","dcaf13","murr1","Q803X4","B8A6D0","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A2R8RL46","dcaf13","rnu3ip2","Q803X4","A0A2R8RL46","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A0R4IA74","dcaf13","fc04b12","Q803X4","utp23","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q08BB3","dcaf13","dcaf12","Q803X4","dcaf12","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A0R4IMY2","dcaf13","zgc:73069","Q803X4","A0A0R4IMY2","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","B8JLP0","dcaf13","im:7151586","Q803X4","dhx37","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q4V909","dcaf13","ccdc22","Q803X4","Q4V909","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6PFV0","dcaf13","wu:fd14c04","Q803X4","fbxw5","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7T2C1","dcaf13","zgc:64071","Q803X4","cul4a","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A4FUL3","dcaf13","im:7137515","Q803X4","rbx1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q5RHI5","dcaf13","dtl","Q803X4","dtl","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6DI25","dcaf13","zgc:86740","Q803X4","imp4","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q4VBT2","dcaf13","noc4l","Q803X4","Q4VBT2","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","B3DJF2","dcaf13","fc31b01","Q803X4","B3DJF2","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q08BZ1","dcaf13","wdr22","Q803X4","Q08BZ1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","X1WHY6","dcaf13","ambra1b","Q803X4","X1WHY6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A0R4IUU4","dcaf13","NEDD8-conjugating enzyme Ubc12","Q803X4","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","P62084","dcaf13","rps7","Q803X4","rps7","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","F8W428","dcaf13","im:7140950","Q803X4","cul4b","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q6NWH1","dcaf13","dcaf10","Q803X4","Q6NWH1","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","string-db","7955.ENSDARP00000047739/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","Q7ZV23","dcaf13","nhp2l1","Q803X4","Q7ZV23","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","A0A2R8QAU3","dcaf13","zgc:56526","Q803X4","imp3","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000028109","physical","txid7955" +"Q803X4","E9QCG0","dcaf13","COMM domain-containing protein 6","Q803X4","commd6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000028109","physical","txid7955" +"A0A2R8QAU3","A0A2R8QFQ6","zgc:56526","fbxw11a","imp3","A0A2R8QFQ6","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000148639","physical","txid7955" +"P62084","Q6PBK3","rps7","rps28","rps7","rps28","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6P6X6","rps7","NOP5/NOP58","rps7","Q6P6X6","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q7SY48","rps7","heatr1","rps7","Q7SY48","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6DGL4","rps7","60S ribosomal protein L29","rps7","Q6DGL4","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6P3J5","rps7","eef2b","rps7","eef2b","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000109497","physical","txid7955" +"P62084","F1QG80","rps7","Large ribosomal subunit protein eL22","rps7","F1QG80","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q5BKV9","rps7","ab02c03","rps7","Q5BKV9","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A0R4IJV5","rps7","ATP-dependent RNA helicase","rps7","ddx52","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q7SXA1","rps7","rpl26","rps7","Q7SXA1","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6PBI5","rps7","rps25","rps7","rps25","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A2R8QFQ6","rps7","fbxw11a","rps7","A0A2R8QFQ6","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q5BJA1","rps7","Small ribosomal subunit protein eS17","rps7","-","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q8JGS9","rps7","rps18","rps7","rps18","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6PC01","rps7","fau","rps7","Q6PC01","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q803F6","rps7","rpsa","rps7","rpsa","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q7T1K0","rps7","zgc:65996","rps7","rpl17","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q8JGR4","rps7","rpl24","rps7","Q8JGR4","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q24JV3","rps7","zgc:136896","rps7","rpl31","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q90Z10","rps7","rpl13","rps7","rpl13","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A0R4IA74","rps7","fc04b12","rps7","utp23","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A2R8QAU3","rps7","zgc:56526","rps7","imp3","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q7ZV96","rps7","rpl10","rps7","rpl10","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6DGM0","rps7","zgc:92859","rps7","rpl35a","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000109497","physical","txid7955" +"P62084","B3DHM1","rps7","Ubiquitin-like","rps7","B3DHM1","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q7SXA3","rps7","zgc:66168","rps7","rps27a","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q4QRJ7","rps7","eif2a","rps7","Q4QRJ7","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6NWC3","rps7","fc94f01","rps7","rps2","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A0N4SUD2","rps7","Ubi-p63E","rps7","ubb","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A2R8RL46","rps7","rnu3ip2","rps7","A0A2R8RL46","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A7YY10","rps7","60S ribosomal protein L37a","rps7","A7YY10","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A0R4IQW7","rps7","Small subunit processome component 20 homolog","rps7","utp20","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6Q415","rps7","rpl36","rps7","rpl36","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6P0V6","rps7","rpl8","rps7","rpl8","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q568H9","rps7","zgc:110288","rps7","fcf1","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A0A286YBP4","rps7","Large ribosomal subunit protein eL28","rps7","rpl28","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q6P5M3","rps7","hm:zeh0819","rps7","rps9","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000109497","physical","txid7955" +"P62084","A8E526","rps7","Large ribosomal subunit protein eL14","rps7","A8E526","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000109497","physical","txid7955" +"P62084","Q9I9N0","rps7","dap1b","rps7","Q9I9N0","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000109497","physical","txid7955" +"Q1L876","Q6DI25","cb268","zgc:86740","Q1L876","imp4","rRNA biogenesis protein RRP36","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","Q1LWH6","cb268","si:dkeyp-84a8.8","Q1L876","fam207a","rRNA biogenesis protein RRP36","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","F1R8M8","cb268","si:dkey-16i5.10","Q1L876","F1R8M8","rRNA biogenesis protein RRP36","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","F1Q4S6","cb268","wu:fi43b02","Q1L876","nol6","rRNA biogenesis protein RRP36","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","E7EZJ0","cb268","nop9","Q1L876","nop9","rRNA biogenesis protein RRP36","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","Q7SY48","cb268","heatr1","Q1L876","Q7SY48","rRNA biogenesis protein RRP36","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","Q4VBT2","cb268","noc4l","Q1L876","Q4VBT2","rRNA biogenesis protein RRP36","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","A0JMQ0","cb268","bop1","Q1L876","A0JMQ0","rRNA biogenesis protein RRP36","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","Q6DI30","cb268","fc54c06","Q1L876","srfbp1","rRNA biogenesis protein RRP36","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","A0A2R8QAU3","cb268","zgc:56526","Q1L876","imp3","rRNA biogenesis protein RRP36","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","F1QFC4","cb268","id:ibd5110","Q1L876","noc2l","rRNA biogenesis protein RRP36","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","Q6DRJ4","cb268","kri1","Q1L876","Q6DRJ4","rRNA biogenesis protein RRP36","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","E7F349","cb268","bms1l","Q1L876","bms1","rRNA biogenesis protein RRP36","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000045681","physical","txid7955" +"Q1L876","A0A0R4IQW7","cb268","Small subunit processome component 20 homolog","Q1L876","utp20","rRNA biogenesis protein RRP36","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000045681","physical","txid7955" +"Q6P6X6","A0A2R8RL46","NOP5/NOP58","rnu3ip2","Q6P6X6","A0A2R8RL46","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000131046","physical","txid7955" +"Q6P6X6","A0A2R8QFQ6","NOP5/NOP58","fbxw11a","Q6P6X6","A0A2R8QFQ6","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000131046","physical","txid7955" +"Q6P6X6","Q7SY48","NOP5/NOP58","heatr1","Q6P6X6","Q7SY48","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000131046","physical","txid7955" +"Q6P6X6","A0A2R8QAU3","NOP5/NOP58","zgc:56526","Q6P6X6","imp3","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000131046","physical","txid7955" +"Q6P6X6","A0A0R4IQW7","NOP5/NOP58","Small subunit processome component 20 homolog","Q6P6X6","utp20","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000131046","physical","txid7955" +"Q6P6X6","Q6DRH5","NOP5/NOP58","nop10","Q6P6X6","nop10","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000131046","physical","txid7955" +"F1Q4S6","Q6P6X6","wu:fi43b02","NOP5/NOP58","nol6","Q6P6X6","Nucleolar protein 6","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q7ZU93","wu:fi43b02","zgc:56066","nol6","snu13a","Nucleolar protein 6","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0A0R4IA74","wu:fi43b02","fc04b12","nol6","utp23","Nucleolar protein 6","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","F1QFC4","wu:fi43b02","id:ibd5110","nol6","noc2l","Nucleolar protein 6","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A2CEY8","wu:fi43b02","Si:dkey-251i10.3","nol6","si:dkey-251i10.3","Nucleolar protein 6","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0JMQ0","wu:fi43b02","bop1","nol6","A0JMQ0","Nucleolar protein 6","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q7SY48","wu:fi43b02","heatr1","nol6","Q7SY48","Nucleolar protein 6","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0A2R8QAU3","wu:fi43b02","zgc:56526","nol6","imp3","Nucleolar protein 6","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","P62084","wu:fi43b02","rps7","nol6","rps7","Nucleolar protein 6","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0A2R8RL46","wu:fi43b02","rnu3ip2","nol6","A0A2R8RL46","Nucleolar protein 6","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","E7EZJ0","wu:fi43b02","nop9","nol6","nop9","Nucleolar protein 6","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q1LWH6","wu:fi43b02","si:dkeyp-84a8.8","nol6","fam207a","Nucleolar protein 6","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q6DRJ4","wu:fi43b02","kri1","nol6","Q6DRJ4","Nucleolar protein 6","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q568H9","wu:fi43b02","zgc:110288","nol6","fcf1","Nucleolar protein 6","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q6DI30","wu:fi43b02","fc54c06","nol6","srfbp1","Nucleolar protein 6","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","Q6DRE5","wu:fi43b02","nol5a","nol6","nop56","Nucleolar protein 6","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0A0R4IQW7","wu:fi43b02","Small subunit processome component 20 homolog","nol6","utp20","Nucleolar protein 6","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000077729","physical","txid7955" +"F1Q4S6","A0A2R8QFQ6","wu:fi43b02","fbxw11a","nol6","A0A2R8QFQ6","Nucleolar protein 6","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000077729","physical","txid7955" +"A3KPR1","Q7ZV23","wu:fb33e10","nhp2l1","wdr36","Q7ZV23","WD repeat domain 36 (WD repeat-containing protein 36)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q7SY48","wu:fb33e10","heatr1","wdr36","Q7SY48","WD repeat domain 36 (WD repeat-containing protein 36)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6P6X6","wu:fb33e10","NOP5/NOP58","wdr36","Q6P6X6","WD repeat domain 36 (WD repeat-containing protein 36)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","F1R8M8","wu:fb33e10","si:dkey-16i5.10","wdr36","F1R8M8","WD repeat domain 36 (WD repeat-containing protein 36)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q4VBT2","wu:fb33e10","noc4l","wdr36","Q4VBT2","WD repeat domain 36 (WD repeat-containing protein 36)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q568H9","wu:fb33e10","zgc:110288","wdr36","fcf1","WD repeat domain 36 (WD repeat-containing protein 36)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","E7F5L8","wu:fb33e10","fb98b07","wdr36","mphosph10","WD repeat domain 36 (WD repeat-containing protein 36)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6DI30","wu:fb33e10","fc54c06","wdr36","srfbp1","WD repeat domain 36 (WD repeat-containing protein 36)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q7ZTZ4","wu:fb33e10","fb37g12","wdr36","fbl","WD repeat domain 36 (WD repeat-containing protein 36)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0A2R8QFQ6","wu:fb33e10","fbxw11a","wdr36","A0A2R8QFQ6","WD repeat domain 36 (WD repeat-containing protein 36)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","F1QFC4","wu:fb33e10","id:ibd5110","wdr36","noc2l","WD repeat domain 36 (WD repeat-containing protein 36)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q1LWH6","wu:fb33e10","si:dkeyp-84a8.8","wdr36","fam207a","WD repeat domain 36 (WD repeat-containing protein 36)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6DI25","wu:fb33e10","zgc:86740","wdr36","imp4","WD repeat domain 36 (WD repeat-containing protein 36)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q7ZU93","wu:fb33e10","zgc:56066","wdr36","snu13a","WD repeat domain 36 (WD repeat-containing protein 36)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q802W4","wu:fb33e10","nol10","wdr36","Q802W4","WD repeat domain 36 (WD repeat-containing protein 36)","Nucleolar protein 10","string-db","7955.ENSDARP00000018924/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0A0R4IA74","wu:fb33e10","fc04b12","wdr36","utp23","WD repeat domain 36 (WD repeat-containing protein 36)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q1L876","wu:fb33e10","cb268","wdr36","Q1L876","WD repeat domain 36 (WD repeat-containing protein 36)","rRNA biogenesis protein RRP36","string-db","7955.ENSDARP00000045681/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","E7F349","wu:fb33e10","bms1l","wdr36","bms1","WD repeat domain 36 (WD repeat-containing protein 36)","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6DRE5","wu:fb33e10","nol5a","wdr36","nop56","WD repeat domain 36 (WD repeat-containing protein 36)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0A2R8QAU3","wu:fb33e10","zgc:56526","wdr36","imp3","WD repeat domain 36 (WD repeat-containing protein 36)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","P79741","wu:fb33e10","pes","wdr36","P79741","WD repeat domain 36 (WD repeat-containing protein 36)","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","E7EZJ0","wu:fb33e10","nop9","wdr36","nop9","WD repeat domain 36 (WD repeat-containing protein 36)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0A2R8RL46","wu:fb33e10","rnu3ip2","wdr36","A0A2R8RL46","WD repeat domain 36 (WD repeat-containing protein 36)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6PFJ1","wu:fb33e10","ngdn","wdr36","Q6PFJ1","WD repeat domain 36 (WD repeat-containing protein 36)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","P62084","wu:fb33e10","rps7","wdr36","rps7","WD repeat domain 36 (WD repeat-containing protein 36)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","F1Q4S6","wu:fb33e10","wu:fi43b02","wdr36","nol6","WD repeat domain 36 (WD repeat-containing protein 36)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0JMQ0","wu:fb33e10","bop1","wdr36","A0JMQ0","WD repeat domain 36 (WD repeat-containing protein 36)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q803X4","wu:fb33e10","dcaf13","wdr36","Q803X4","WD repeat domain 36 (WD repeat-containing protein 36)","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6DRJ4","wu:fb33e10","kri1","wdr36","Q6DRJ4","WD repeat domain 36 (WD repeat-containing protein 36)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A2CEY8","wu:fb33e10","Si:dkey-251i10.3","wdr36","si:dkey-251i10.3","WD repeat domain 36 (WD repeat-containing protein 36)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q66I02","wu:fb33e10","zgc:92127","wdr36","Q66I02","WD repeat domain 36 (WD repeat-containing protein 36)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","A0A0R4IQW7","wu:fb33e10","Small subunit processome component 20 homolog","wdr36","utp20","WD repeat domain 36 (WD repeat-containing protein 36)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000008668","physical","txid7955" +"A3KPR1","Q6PEH4","wu:fb33e10","utp25","wdr36","Q6PEH4","WD repeat domain 36 (WD repeat-containing protein 36)","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","string-db","7955.ENSDARP00000011386/7955.ENSDARP00000008668","physical","txid7955" +"Q4VBT2","Q66I02","noc4l","zgc:92127","Q4VBT2","Q66I02","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A2R8QFQ6","noc4l","fbxw11a","Q4VBT2","A0A2R8QFQ6","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6DI25","noc4l","zgc:86740","Q4VBT2","imp4","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q7ZTZ4","noc4l","fb37g12","Q4VBT2","fbl","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","P62084","noc4l","rps7","Q4VBT2","rps7","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A0R4IQB8","noc4l","cb410","Q4VBT2","ftsj3","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6P6X6","noc4l","NOP5/NOP58","Q4VBT2","Q6P6X6","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","F1Q4S6","noc4l","wu:fi43b02","Q4VBT2","nol6","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q7SY48","noc4l","heatr1","Q4VBT2","Q7SY48","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","I3ISV3","noc4l","RNA-binding protein NOB1","Q4VBT2","I3ISV3","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0JMQ0","noc4l","bop1","Q4VBT2","A0JMQ0","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A2R8QAU3","noc4l","zgc:56526","Q4VBT2","imp3","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q7ZU93","noc4l","zgc:56066","Q4VBT2","snu13a","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q568H9","noc4l","zgc:110288","Q4VBT2","fcf1","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","F1R8M8","noc4l","si:dkey-16i5.10","Q4VBT2","F1R8M8","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6NWC3","noc4l","fc94f01","Q4VBT2","rps2","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","B8JLP0","noc4l","im:7151586","Q4VBT2","dhx37","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6P5M3","noc4l","hm:zeh0819","Q4VBT2","rps9","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6DRJ4","noc4l","kri1","Q4VBT2","Q6DRJ4","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6DI30","noc4l","fc54c06","Q4VBT2","srfbp1","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","F1QFC4","noc4l","id:ibd5110","Q4VBT2","noc2l","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A0R4IA74","noc4l","fc04b12","Q4VBT2","utp23","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A2CEY8","noc4l","Si:dkey-251i10.3","Q4VBT2","si:dkey-251i10.3","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q1LWH6","noc4l","si:dkeyp-84a8.8","Q4VBT2","fam207a","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A0R4IQW7","noc4l","Small subunit processome component 20 homolog","Q4VBT2","utp20","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A0R4IJV5","noc4l","ATP-dependent RNA helicase","Q4VBT2","ddx52","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","A0A2R8RL46","noc4l","rnu3ip2","Q4VBT2","A0A2R8RL46","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","E7EZJ0","noc4l","nop9","Q4VBT2","nop9","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000067000","physical","txid7955" +"Q4VBT2","Q6DRE5","noc4l","nol5a","Q4VBT2","nop56","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000067000","physical","txid7955" +"Q6DI25","F1Q4S6","zgc:86740","wu:fi43b02","imp4","nol6","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q6P6X6","zgc:86740","NOP5/NOP58","imp4","Q6P6X6","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q7ZU93","zgc:86740","zgc:56066","imp4","snu13a","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","F1QFC4","zgc:86740","id:ibd5110","imp4","noc2l","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0A2R8QAU3","zgc:86740","zgc:56526","imp4","imp3","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0A2R8QFQ6","zgc:86740","fbxw11a","imp4","A0A2R8QFQ6","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q6DRJ4","zgc:86740","kri1","imp4","Q6DRJ4","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q568H9","zgc:86740","zgc:110288","imp4","fcf1","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0A2R8RL46","zgc:86740","rnu3ip2","imp4","A0A2R8RL46","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A2CEY8","zgc:86740","Si:dkey-251i10.3","imp4","si:dkey-251i10.3","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q6DI30","zgc:86740","fc54c06","imp4","srfbp1","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q1LWH6","zgc:86740","si:dkeyp-84a8.8","imp4","fam207a","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0A0R4IQW7","zgc:86740","Small subunit processome component 20 homolog","imp4","utp20","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","P62084","zgc:86740","rps7","imp4","rps7","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","F1R8M8","zgc:86740","si:dkey-16i5.10","imp4","F1R8M8","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","E7EZJ0","zgc:86740","nop9","imp4","nop9","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q6DRE5","zgc:86740","nol5a","imp4","nop56","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q7SY48","zgc:86740","heatr1","imp4","Q7SY48","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","Q66I02","zgc:86740","zgc:92127","imp4","Q66I02","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0JMQ0","zgc:86740","bop1","imp4","A0JMQ0","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000071213","physical","txid7955" +"Q6DI25","A0A0R4IA74","zgc:86740","fc04b12","imp4","utp23","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000071213","physical","txid7955" +"Q6PFJ1","A0A2R8RL46","ngdn","rnu3ip2","Q6PFJ1","A0A2R8RL46","Neuroguidin (EIF4E-binding protein)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A0A0R4I9D6","ngdn","Symplekin","Q6PFJ1","sympk","Neuroguidin (EIF4E-binding protein)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q6DRE5","ngdn","nol5a","Q6PFJ1","nop56","Neuroguidin (EIF4E-binding protein)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q6P6X6","ngdn","NOP5/NOP58","Q6PFJ1","Q6P6X6","Neuroguidin (EIF4E-binding protein)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","P62084","ngdn","rps7","Q6PFJ1","rps7","Neuroguidin (EIF4E-binding protein)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A2CEY8","ngdn","Si:dkey-251i10.3","Q6PFJ1","si:dkey-251i10.3","Neuroguidin (EIF4E-binding protein)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q568H9","ngdn","zgc:110288","Q6PFJ1","fcf1","Neuroguidin (EIF4E-binding protein)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q6DI25","ngdn","zgc:86740","Q6PFJ1","imp4","Neuroguidin (EIF4E-binding protein)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q7ZU93","ngdn","zgc:56066","Q6PFJ1","snu13a","Neuroguidin (EIF4E-binding protein)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q7ZTZ4","ngdn","fb37g12","Q6PFJ1","fbl","Neuroguidin (EIF4E-binding protein)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A0A2R8QFQ6","ngdn","fbxw11a","Q6PFJ1","A0A2R8QFQ6","Neuroguidin (EIF4E-binding protein)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A0A2R8QAU3","ngdn","zgc:56526","Q6PFJ1","imp3","Neuroguidin (EIF4E-binding protein)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q4VBT2","ngdn","noc4l","Q6PFJ1","Q4VBT2","Neuroguidin (EIF4E-binding protein)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A0A0R4IQW7","ngdn","Small subunit processome component 20 homolog","Q6PFJ1","utp20","Neuroguidin (EIF4E-binding protein)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","F1Q4S6","ngdn","wu:fi43b02","Q6PFJ1","nol6","Neuroguidin (EIF4E-binding protein)","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q66I02","ngdn","zgc:92127","Q6PFJ1","Q66I02","Neuroguidin (EIF4E-binding protein)","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","Q7SY48","ngdn","heatr1","Q6PFJ1","Q7SY48","Neuroguidin (EIF4E-binding protein)","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A0A0R4IA74","ngdn","fc04b12","Q6PFJ1","utp23","Neuroguidin (EIF4E-binding protein)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000066720","physical","txid7955" +"Q6PFJ1","A1L200","ngdn","zgc:110542","Q6PFJ1","A1L200","Neuroguidin (EIF4E-binding protein)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000066720","physical","txid7955" +"Q7ZVR1","Q7SY48","wdr75","heatr1","wdr75","Q7SY48","WD repeat-containing protein 75","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000059666","physical","txid7955" +"Q7ZVR1","Q7ZW33","wdr75","utp15","wdr75","Q7ZW33","WD repeat-containing protein 75","U3 small nucleolar RNA-associated protein 15 homolog","string-db","7955.ENSDARP00000106434/7955.ENSDARP00000059666","physical","txid7955" +"E7F5L8","Q6P6X6","fb98b07","NOP5/NOP58","mphosph10","Q6P6X6","U3 small nucleolar ribonucleoprotein protein MPP10","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0A2R8QAU3","fb98b07","zgc:56526","mphosph10","imp3","U3 small nucleolar ribonucleoprotein protein MPP10","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","F1QXL6","fb98b07","H/ACA ribonucleoprotein complex non-core subunit NAF1","mphosph10","naf1","U3 small nucleolar ribonucleoprotein protein MPP10","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q1L876","fb98b07","cb268","mphosph10","Q1L876","U3 small nucleolar ribonucleoprotein protein MPP10","rRNA biogenesis protein RRP36","string-db","7955.ENSDARP00000045681/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6DI25","fb98b07","zgc:86740","mphosph10","imp4","U3 small nucleolar ribonucleoprotein protein MPP10","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","string-db","7955.ENSDARP00000071213/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","F1Q4S6","fb98b07","wu:fi43b02","mphosph10","nol6","U3 small nucleolar ribonucleoprotein protein MPP10","Nucleolar protein 6","string-db","7955.ENSDARP00000077729/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q7ZU93","fb98b07","zgc:56066","mphosph10","snu13a","U3 small nucleolar ribonucleoprotein protein MPP10","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","P62084","fb98b07","rps7","mphosph10","rps7","U3 small nucleolar ribonucleoprotein protein MPP10","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0JMQ0","fb98b07","bop1","mphosph10","A0JMQ0","U3 small nucleolar ribonucleoprotein protein MPP10","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q7ZV23","fb98b07","nhp2l1","mphosph10","Q7ZV23","U3 small nucleolar ribonucleoprotein protein MPP10","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q66I02","fb98b07","zgc:92127","mphosph10","Q66I02","U3 small nucleolar ribonucleoprotein protein MPP10","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","F1R8M8","fb98b07","si:dkey-16i5.10","mphosph10","F1R8M8","U3 small nucleolar ribonucleoprotein protein MPP10","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6PBV6","fb98b07","nhp2","mphosph10","nhp2","U3 small nucleolar ribonucleoprotein protein MPP10","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0A2R8QFQ6","fb98b07","fbxw11a","mphosph10","A0A2R8QFQ6","U3 small nucleolar ribonucleoprotein protein MPP10","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q1LWH6","fb98b07","si:dkeyp-84a8.8","mphosph10","fam207a","U3 small nucleolar ribonucleoprotein protein MPP10","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q7SY48","fb98b07","heatr1","mphosph10","Q7SY48","U3 small nucleolar ribonucleoprotein protein MPP10","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","E7EZJ0","fb98b07","nop9","mphosph10","nop9","U3 small nucleolar ribonucleoprotein protein MPP10","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q803X4","fb98b07","dcaf13","mphosph10","Q803X4","U3 small nucleolar ribonucleoprotein protein MPP10","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6DRE5","fb98b07","nol5a","mphosph10","nop56","U3 small nucleolar ribonucleoprotein protein MPP10","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","F1QS85","fb98b07","fc10d08","mphosph10","rpp38","U3 small nucleolar ribonucleoprotein protein MPP10","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6PFJ1","fb98b07","ngdn","mphosph10","Q6PFJ1","U3 small nucleolar ribonucleoprotein protein MPP10","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0A0R4IQW7","fb98b07","Small subunit processome component 20 homolog","mphosph10","utp20","U3 small nucleolar ribonucleoprotein protein MPP10","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","E7F349","fb98b07","bms1l","mphosph10","bms1","U3 small nucleolar ribonucleoprotein protein MPP10","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","string-db","7955.ENSDARP00000053760/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A2CEY8","fb98b07","Si:dkey-251i10.3","mphosph10","si:dkey-251i10.3","U3 small nucleolar ribonucleoprotein protein MPP10","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","string-db","7955.ENSDARP00000105713/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0A2R8RL46","fb98b07","rnu3ip2","mphosph10","A0A2R8RL46","U3 small nucleolar ribonucleoprotein protein MPP10","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q5XJ22","fb98b07","fj61g07","mphosph10","pop7","U3 small nucleolar ribonucleoprotein protein MPP10","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6DRJ4","fb98b07","kri1","mphosph10","Q6DRJ4","U3 small nucleolar ribonucleoprotein protein MPP10","Protein KRI1 homolog","string-db","7955.ENSDARP00000102009/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q7ZVE0","fb98b07","gar1","mphosph10","Q7ZVE0","U3 small nucleolar ribonucleoprotein protein MPP10","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","F1QFC4","fb98b07","id:ibd5110","mphosph10","noc2l","U3 small nucleolar ribonucleoprotein protein MPP10","Nucleolar complex protein 2 homolog","string-db","7955.ENSDARP00000086095/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","P79741","fb98b07","pes","mphosph10","P79741","U3 small nucleolar ribonucleoprotein protein MPP10","Pescadillo","string-db","7955.ENSDARP00000026992/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6DI30","fb98b07","fc54c06","mphosph10","srfbp1","U3 small nucleolar ribonucleoprotein protein MPP10","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","string-db","7955.ENSDARP00000098626/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","A0A0R4IA74","fb98b07","fc04b12","mphosph10","utp23","U3 small nucleolar ribonucleoprotein protein MPP10","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","string-db","7955.ENSDARP00000130967/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6DRH5","fb98b07","nop10","mphosph10","nop10","U3 small nucleolar ribonucleoprotein protein MPP10","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q7ZTZ4","fb98b07","fb37g12","mphosph10","fbl","U3 small nucleolar ribonucleoprotein protein MPP10","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q6IMW9","fb98b07","zgc:92379","mphosph10","lsm6","U3 small nucleolar ribonucleoprotein protein MPP10","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q4VBT2","fb98b07","noc4l","mphosph10","Q4VBT2","U3 small nucleolar ribonucleoprotein protein MPP10","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q5BJI6","fb98b07","pop5","mphosph10","Q5BJI6","U3 small nucleolar ribonucleoprotein protein MPP10","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000025759","physical","txid7955" +"E7F5L8","Q568H9","fb98b07","zgc:110288","mphosph10","fcf1","U3 small nucleolar ribonucleoprotein protein MPP10","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000025759","physical","txid7955" +"Q7ZW33","Q7SY48","utp15","heatr1","Q7ZW33","Q7SY48","U3 small nucleolar RNA-associated protein 15 homolog","HEAT repeat-containing protein 1 (Protein BAP28)","string-db","7955.ENSDARP00000131597/7955.ENSDARP00000106434","physical","txid7955" +"Q7SY48","A0A2R8QFQ6","heatr1","fbxw11a","Q7SY48","A0A2R8QFQ6","HEAT repeat-containing protein 1 (Protein BAP28)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000131597","physical","txid7955" +"Q7SY48","A0A2R8RL46","heatr1","rnu3ip2","Q7SY48","A0A2R8RL46","HEAT repeat-containing protein 1 (Protein BAP28)","Ribosomal RNA-processing 9, U3 small nucleolar RNA-binding protein (U3 small nucleolar RNA-interacting protein 2)","string-db","7955.ENSDARP00000147720/7955.ENSDARP00000131597","physical","txid7955" +"Q7SY48","A0A2R8QAU3","heatr1","zgc:56526","Q7SY48","imp3","HEAT repeat-containing protein 1 (Protein BAP28)","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","string-db","7955.ENSDARP00000148639/7955.ENSDARP00000131597","physical","txid7955" +"Q7SY48","A0A0R4IQW7","heatr1","Small subunit processome component 20 homolog","Q7SY48","utp20","HEAT repeat-containing protein 1 (Protein BAP28)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000131597","physical","txid7955" +"A0A0G2KN81","A0A0R4ISZ9","LOC100331938","Serine/threonine-protein kinase receptor","acvr2bb","A0A0R4ISZ9","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000139057/7955.ENSDARP00000133826","physical","txid7955" +"A0A0G2KN81","Q9W629","LOC100331938","bmpr1b","acvr2bb","Q9W629","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000133826","physical","txid7955" +"A0A0R4ISZ9","Q9W629","Serine/threonine-protein kinase receptor","bmpr1b","A0A0R4ISZ9","Q9W629","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000139057","physical","txid7955" +"F1QZF0","A0A0G2KD75","receptor protein serine/threonine kinase","LOC100332902","F1QZF0","A0A0G2KD75","receptor protein serine/threonine kinase (EC 2.7.11.30)","Inhibin beta B chain (Activin beta-B chain)","string-db","7955.ENSDARP00000130239/7955.ENSDARP00000068426","physical","txid7955" +"F1QZF0","A0A0G2KN81","receptor protein serine/threonine kinase","LOC100331938","F1QZF0","acvr2bb","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000133826/7955.ENSDARP00000068426","physical","txid7955" +"F1QZF0","A0A0R4ISZ9","receptor protein serine/threonine kinase","Serine/threonine-protein kinase receptor","F1QZF0","A0A0R4ISZ9","receptor protein serine/threonine kinase (EC 2.7.11.30)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000139057/7955.ENSDARP00000068426","physical","txid7955" +"Q9W7E7","A0A8M1N9U9","smad5","si:dkey-222b8.1","smad5","A0A8M1N9U9","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","F1QXZ9","smad5","sma8","smad5","smad9","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","Q1L8Y3","smad5","LOC564395","smad5","smad6b","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000091342/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","O93369","smad5","BMP2b","smad5","bmp2b","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","Q9I9P9","smad5","smad2","smad5","smad2","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","A0A8M2B5I7","smad5","im:7137698","smad5","A0A8M2B5I7","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","E7F6D8","smad5","Zinc finger FYVE domain-containing protein","smad5","E7F6D8","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Zinc finger FYVE domain-containing protein","string-db","7955.ENSDARP00000114103/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","Q9W629","smad5","bmpr1b","smad5","Q9W629","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","P52161","smad5","max","smad5","P52161","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000054174","physical","txid7955" +"Q9W7E7","E7FFZ5","smad5","smad10b","smad5","E7FFZ5","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000054174","physical","txid7955" +"P85857","E9QHW0","gdf6a","Transforming growth factor beta","gdf6a","tgfb1b","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","Transforming growth factor beta","string-db","7955.ENSDARP00000122056/7955.ENSDARP00000069999","physical","txid7955" +"P85857","A8E7N9","gdf6a","gdf6b","gdf6a","gdf6b","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","Growth/differentiation factor 6-B (GDF-6-B) (Growth differentiation factor 6b) (Protein dynamo)","string-db","7955.ENSDARP00000126187/7955.ENSDARP00000069999","physical","txid7955" +"P85857","A0A8M9QGK2","gdf6a","tgfb2l","gdf6a","A0A8M9QGK2","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","Transforming growth factor beta","string-db","7955.ENSDARP00000097449/7955.ENSDARP00000069999","physical","txid7955" +"Q6IYD1","Q5EAQ1","Dragon","mif4gdb","rgmb","mif4gdb","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","MIF4G domain-containing protein B","psicquic","23286197;26190107;26190107;26190107","physical","txid7955" +"Q6IYD1","Q9W629","Dragon","bmpr1b","rgmb","Q9W629","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000017606","physical","txid7955" +"Q6IYD1","Q1LVM8","Dragon","dlm","rgmb","rgma","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","string-db","7955.ENSDARP00000027966/7955.ENSDARP00000017606","physical","txid7955" +"Q6IYD1","A0A0R4IP15","Dragon","cb333","rgmb","neo1a","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000017606","physical","txid7955" +"Q1LVM8","Q5EAQ1","dlm","mif4gdb","rgma","mif4gdb","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","MIF4G domain-containing protein B","psicquic","26190107;26190107","physical","txid7955" +"Q1LVM8","Q9W629","dlm","bmpr1b","rgma","Q9W629","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000027966","physical","txid7955" +"Q1LVM8","E7F004","dlm","LOC100332721","rgma","neo1b","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000027966","physical","txid7955" +"Q1LVM8","A0A0R4IP15","dlm","cb333","rgma","neo1a","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000027966","physical","txid7955" +"A0A0R4IP15","Q9W629","cb333","bmpr1b","neo1a","Q9W629","Neogenin 1a (Neogenin isoform 1 precursor)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000137310","physical","txid7955" +"Q9PTF9","O57472","Bmp7","chd","bmp7a","O57472","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Chordin (Protein chordino)","string-db","7955.ENSDARP00000045109/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q2PMI4","Bmp7","fst2","bmp7a","fstb","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Activin-binding protein","string-db","7955.ENSDARP00000075218/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q9W740","Bmp7","nog2","bmp7a","nog2","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Noggin-2","string-db","7955.ENSDARP00000111870/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","O93369","Bmp7","BMP2b","bmp7a","bmp2b","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q9YHV3","Bmp7","nog3","bmp7a","Q9YHV3","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Noggin-3","string-db","7955.ENSDARP00000070050/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q9W741","Bmp7","nog1","bmp7a","Q9W741","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Noggin-1","string-db","7955.ENSDARP00000076205/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q9W629","Bmp7","bmpr1b","bmp7a","Q9W629","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q1JQE7","Bmp7","hfe2","bmp7a","hjv","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","string-db","7955.ENSDARP00000045599/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","F1QD07","Bmp7","zgc:153025","bmp7a","F1QD07","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Bone morphogenetic protein 7 isoform X1 (Bone morphogenetic protein 7b)","string-db","7955.ENSDARP00000119798/7955.ENSDARP00000017352","physical","txid7955" +"Q9PTF9","Q9YHV4","Bmp7","fsta","bmp7a","fsta","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000017352","physical","txid7955" +"E7F004","A0A0R4IP15","LOC100332721","cb333","neo1b","neo1a","Neogenin 1b (Neogenin isoform X3)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000099985","physical","txid7955" +"E7F004","Q9W629","LOC100332721","bmpr1b","neo1b","Q9W629","Neogenin 1b (Neogenin isoform X3)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000099985","physical","txid7955" +"E7F004","A0A0R4IFE9","LOC100332721","Netrin 4","neo1b","ntn4","Neogenin 1b (Neogenin isoform X3)","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000099985","physical","txid7955" +"E7F004","O42140","LOC100332721","ntn2","neo1b","ntn1a","Neogenin 1b (Neogenin isoform X3)","Netrin-1","string-db","7955.ENSDARP00000133934/7955.ENSDARP00000099985","physical","txid7955" +"Q1JQE7","Q5EAQ1","hfe2","mif4gdb","hjv","mif4gdb","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","MIF4G domain-containing protein B","psicquic","19765300;26190107","physical","txid7955" +"Q1JQE7","E7F004","hfe2","LOC100332721","hjv","neo1b","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000045599","physical","txid7955" +"Q1JQE7","Q9W629","hfe2","bmpr1b","hjv","Q9W629","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000045599","physical","txid7955" +"Q1JQE7","A0A0R4IP15","hfe2","cb333","hjv","neo1a","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000045599","physical","txid7955" +"Q1AMT3","Q4VBT1","fabp1a","fabp1b.1","Q1AMT3","Q4VBT1","Fatty acid binding protein 1-A, liver","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q8UVG7","fabp1a","fabp11","Q1AMT3","fabp3","Fatty acid binding protein 1-A, liver","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","string-db","7955.ENSDARP00000039143/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q6IMW5","fabp1a","zgc:92421","Q1AMT3","Q6IMW5","Fatty acid binding protein 1-A, liver","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q503X5","fabp1a","fabp11b","Q1AMT3","Q503X5","Fatty acid binding protein 1-A, liver","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","string-db","7955.ENSDARP00000013026/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q6U1J7","fabp1a","Fatty acid-binding protein, brain","Q1AMT3","Q6U1J7","Fatty acid binding protein 1-A, liver","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000041228/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q9I8N9","fabp1a","FABP7","Q1AMT3","Q9I8N9","Fatty acid binding protein 1-A, liver","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000018865/7955.ENSDARP00000003282","physical","txid7955" +"Q1AMT3","Q66I80","fabp1a","fabp11","Q1AMT3","fabp4a","Fatty acid binding protein 1-A, liver","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","string-db","7955.ENSDARP00000021916/7955.ENSDARP00000003282","physical","txid7955" +"Q66I80","Q6IMW5","fabp11","zgc:92421","fabp4a","Q6IMW5","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000021916","physical","txid7955" +"Q66I80","Q8UVG7","fabp11","fabp11","fabp4a","fabp3","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","string-db","7955.ENSDARP00000039143/7955.ENSDARP00000021916","physical","txid7955" +"Q66I80","A9C4A5","fabp11","fk47c06","fabp4a","ppardb","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","string-db","7955.ENSDARP00000110137/7955.ENSDARP00000021916","physical","txid7955" +"Q66I80","Q6U1J7","fabp11","Fatty acid-binding protein, brain","fabp4a","Q6U1J7","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000041228/7955.ENSDARP00000021916","physical","txid7955" +"Q66I80","Q4VBT1","fabp11","fabp1b.1","fabp4a","Q4VBT1","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000021916","physical","txid7955" +"Q66I80","A2T929","fabp11","rxraa","fabp4a","A2T929","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000021916","physical","txid7955" +"Q9I8N9","Q8UVG7","FABP7","fabp11","Q9I8N9","fabp3","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","string-db","7955.ENSDARP00000039143/7955.ENSDARP00000018865","physical","txid7955" +"Q9I8N9","Q66I80","FABP7","fabp11","Q9I8N9","fabp4a","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","string-db","7955.ENSDARP00000021916/7955.ENSDARP00000018865","physical","txid7955" +"Q9I8N9","Q7T3J0","FABP7","hes5","Q9I8N9","Q7T3J0","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Hairy and enhancer of split 5 (Hairy and enhancer of split-related 15, tandem duplicate 1) (Her15) (Transcription factor HES-5)","string-db","7955.ENSDARP00000055706/7955.ENSDARP00000018865","physical","txid7955" +"Q9I8N9","Q6U1J7","FABP7","Fatty acid-binding protein, brain","Q9I8N9","Q6U1J7","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000041228/7955.ENSDARP00000018865","physical","txid7955" +"Q9I8N9","Q6IMW5","FABP7","zgc:92421","Q9I8N9","Q6IMW5","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000018865","physical","txid7955" +"Q9I8N9","Q4VBT1","FABP7","fabp1b.1","Q9I8N9","Q4VBT1","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000018865","physical","txid7955" +"Q6IMW5","Q4VBT1","zgc:92421","fabp1b.1","Q6IMW5","Q4VBT1","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000065447","physical","txid7955" +"Q503X5","Q9I8N9","fabp11b","FABP7","Q503X5","Q9I8N9","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000018865/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","Q6U1J7","fabp11b","Fatty acid-binding protein, brain","Q503X5","Q6U1J7","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000041228/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","Q66I80","fabp11b","fabp11","Q503X5","fabp4a","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","string-db","7955.ENSDARP00000021916/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","A9C4A5","fabp11b","fk47c06","Q503X5","ppardb","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","string-db","7955.ENSDARP00000110137/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","A2T929","fabp11b","rxraa","Q503X5","A2T929","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","Q4VBT1","fabp11b","fabp1b.1","Q503X5","Q4VBT1","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","Q8UVG7","fabp11b","fabp11","Q503X5","fabp3","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","string-db","7955.ENSDARP00000039143/7955.ENSDARP00000013026","physical","txid7955" +"Q503X5","Q6IMW5","fabp11b","zgc:92421","Q503X5","Q6IMW5","Adipocyte fatty acid-binding protein (Fabp11b protein) (Fatty acid binding protein 11b)","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000013026","physical","txid7955" +"Q6U1J7","Q6IMW5","Fatty acid-binding protein, brain","zgc:92421","Q6U1J7","Q6IMW5","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000041228","physical","txid7955" +"Q6U1J7","Q4VBT1","Fatty acid-binding protein, brain","fabp1b.1","Q6U1J7","Q4VBT1","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000041228","physical","txid7955" +"Q8UVG7","A2T929","fabp11","rxraa","fabp3","A2T929","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000039143","physical","txid7955" +"Q8UVG7","Q4VBT1","fabp11","fabp1b.1","fabp3","Q4VBT1","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Fatty acid binding protein 1-B.1 (Fatty acid binding protein 1b) (Zf-FABP1b)","string-db","7955.ENSDARP00000124794/7955.ENSDARP00000039143","physical","txid7955" +"Q8UVG7","Q6IMW5","fabp11","zgc:92421","fabp3","Q6IMW5","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Gastrotropin (Fatty acid-binding protein 6) (Ileal lipid-binding protein)","string-db","7955.ENSDARP00000065447/7955.ENSDARP00000039143","physical","txid7955" +"Q8UVG7","Q6DHC7","fabp11","zgc:92513","fabp3","cd36","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","string-db","7955.ENSDARP00000050752/7955.ENSDARP00000039143","physical","txid7955" +"Q8UVG7","Q6U1J7","fabp11","Fatty acid-binding protein, brain","fabp3","Q6U1J7","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Fatty acid-binding protein, brain (Brain-type fatty acid-binding protein) (Fatty acid-binding protein 7)","string-db","7955.ENSDARP00000041228/7955.ENSDARP00000039143","physical","txid7955" +"Q8UVG7","A9C4A5","fabp11","fk47c06","fabp3","ppardb","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","string-db","7955.ENSDARP00000110137/7955.ENSDARP00000039143","physical","txid7955" +"Q66L58","F1Q9F3","vac14","im:7147158","vac14","pik3c3","Protein VAC14 homolog","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A0A8M3AQJ0","vac14","Phosphoinositide 3-kinase regulatory subunit 6","vac14","A0A8M3AQJ0","Protein VAC14 homolog","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","F1RCP1","vac14","becn1","vac14","F1RCP1","Protein VAC14 homolog","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B0EVP7","vac14","SOCS5","vac14","socs5a","Protein VAC14 homolog","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","Q7ZUC6","vac14","fj09e12","vac14","socs3a","Protein VAC14 homolog","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000038723/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A2RV22","vac14","Phosphoinositide-3-kinase, regulatory subunit 6a","vac14","A2RV22","Protein VAC14 homolog","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","Q7T2B1","vac14","SOCS6","vac14","socs6b","Protein VAC14 homolog","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B3DHG9","vac14","Phosphatidylinositol 3-kinase regulatory subunit beta","vac14","B3DHG9","Protein VAC14 homolog","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B0EVP6","vac14","SOCS5L","vac14","socs5b","Protein VAC14 homolog","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","F1QWN6","vac14","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","vac14","F1QWN6","Protein VAC14 homolog","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","F1R340","vac14","zgc:113944","vac14","F1R340","Protein VAC14 homolog","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","string-db","7955.ENSDARP00000013568/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","F1QAD7","vac14","phosphatidylinositol-4,5-bisphosphate 3-kinase","vac14","pik3ca","Protein VAC14 homolog","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","Q6DEF9","vac14","SOCS1","vac14","Q6DEF9","Protein VAC14 homolog","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","E7F166","vac14","socs6","vac14","E7F166","Protein VAC14 homolog","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A0A0R4IFZ8","vac14","zgc:175115","vac14","socs7","Protein VAC14 homolog","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","L0N8L8","vac14","cish.b","vac14","cishb","Protein VAC14 homolog","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000017764/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","E7F251","vac14","phosphatidylinositol-4,5-bisphosphate 3-kinase","vac14","pik3cb","Protein VAC14 homolog","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A0A8M2BHX1","vac14","phosphatidylinositol-4,5-bisphosphate 3-kinase","vac14","A0A8M2BHX1","Protein VAC14 homolog","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B0S6V7","vac14","wu:fb65b05","vac14","pik3r1","Protein VAC14 homolog","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","Q6NYJ2","vac14","zgc:77038","vac14","socs3b","Protein VAC14 homolog","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B2KTE4","vac14","pip5k3","vac14","B2KTE4","Protein VAC14 homolog","1-phosphatidylinositol-3-phosphate 5-kinase (EC 2.7.1.150)","string-db","7955.ENSDARP00000124842/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A0A0R4IKB3","vac14","si:ch211-25d12.7","vac14","A0A0R4IKB3","Protein VAC14 homolog","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A9LDR6","vac14","socs4a","vac14","A9LDR6","Protein VAC14 homolog","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","Q08BW5","vac14","CISH","vac14","cish","Protein VAC14 homolog","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B0EVP5","vac14","SOCS2","vac14","B0EVP5","Protein VAC14 homolog","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","B0EVQ1","vac14","SOCS9","vac14","B0EVQ1","Protein VAC14 homolog","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","A0A0R4IUJ2","vac14","wu:fb16a12","vac14","pik3r3a","Protein VAC14 homolog","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000003288","physical","txid7955" +"Q66L58","E7FDH8","vac14","Socs1b","vac14","socs1b","Protein VAC14 homolog","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000003288","physical","txid7955" +"Q7ZUC6","A0A8M2BHX1","fj09e12","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3a","A0A8M2BHX1","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A9LDR6","fj09e12","socs4a","socs3a","A9LDR6","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","Q08BW5","fj09e12","CISH","socs3a","cish","Suppressor of cytokine signaling 3","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","F1RCP1","fj09e12","becn1","socs3a","F1RCP1","Suppressor of cytokine signaling 3","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","Q7SYL3","fj09e12","siah2l","socs3a","Q7SYL3","Suppressor of cytokine signaling 3","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","string-db","7955.ENSDARP00000065168/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","F1QWN6","fj09e12","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","socs3a","F1QWN6","Suppressor of cytokine signaling 3","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A0A0R4IKB3","fj09e12","si:ch211-25d12.7","socs3a","A0A0R4IKB3","Suppressor of cytokine signaling 3","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B8JIG8","fj09e12","Kelch-like family member 5","socs3a","B8JIG8","Suppressor of cytokine signaling 3","Kelch-like family member 5 (Kelch-like protein 5)","string-db","7955.ENSDARP00000083875/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0EVP7","fj09e12","SOCS5","socs3a","socs5a","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B3DHG9","fj09e12","Phosphatidylinositol 3-kinase regulatory subunit beta","socs3a","B3DHG9","Suppressor of cytokine signaling 3","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","F1QAD7","fj09e12","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3a","pik3ca","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A2RV22","fj09e12","Phosphoinositide-3-kinase, regulatory subunit 6a","socs3a","A2RV22","Suppressor of cytokine signaling 3","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A0A0R4IUJ2","fj09e12","wu:fb16a12","socs3a","pik3r3a","Suppressor of cytokine signaling 3","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","E7F166","fj09e12","socs6","socs3a","E7F166","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0EVQ1","fj09e12","SOCS9","socs3a","B0EVQ1","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","E7F251","fj09e12","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3a","pik3cb","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0S6V7","fj09e12","wu:fb65b05","socs3a","pik3r1","Suppressor of cytokine signaling 3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0EVP5","fj09e12","SOCS2","socs3a","B0EVP5","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","E7FDH8","fj09e12","Socs1b","socs3a","socs1b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","Q6DEF9","fj09e12","SOCS1","socs3a","Q6DEF9","Suppressor of cytokine signaling 3","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","O93599","fj09e12","STAT3b1","socs3a","stat3","Suppressor of cytokine signaling 3","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","F1Q9F3","fj09e12","im:7147158","socs3a","pik3c3","Suppressor of cytokine signaling 3","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","F1REN0","fj09e12","cul5","socs3a","F1REN0","Suppressor of cytokine signaling 3","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0UXS6","fj09e12","zgc:174006","socs3a","B0UXS6","Suppressor of cytokine signaling 3","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A9C3Q3","fj09e12","si:ch211-127h20.1","socs3a","anapc7","Suppressor of cytokine signaling 3","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","Q7T2B1","fj09e12","SOCS6","socs3a","socs6b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A0A0R4IFZ8","fj09e12","zgc:175115","socs3a","socs7","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","B0EVP6","fj09e12","SOCS5L","socs3a","socs5b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","A0A8M3AQJ0","fj09e12","Phosphoinositide 3-kinase regulatory subunit 6","socs3a","A0A8M3AQJ0","Suppressor of cytokine signaling 3","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000038723","physical","txid7955" +"Q7ZUC6","Q6NYJ2","fj09e12","zgc:77038","socs3a","socs3b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000038723","physical","txid7955" +"F1R340","Q6DHJ4","zgc:113944","nrbf2","F1R340","Q6DHJ4","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Nuclear receptor-binding factor 2","string-db","7955.ENSDARP00000029558/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","Q6DEF9","zgc:113944","SOCS1","F1R340","Q6DEF9","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","E7F166","zgc:113944","socs6","F1R340","E7F166","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0EVP5","zgc:113944","SOCS2","F1R340","B0EVP5","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","F1QAD7","zgc:113944","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1R340","pik3ca","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","Q08BW5","zgc:113944","CISH","F1R340","cish","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","F1QWN6","zgc:113944","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","F1R340","F1QWN6","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","L0N8L8","zgc:113944","cish.b","F1R340","cishb","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000017764/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","X1WHY6","zgc:113944","ambra1b","F1R340","X1WHY6","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A0A8M2BHX1","zgc:113944","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1R340","A0A8M2BHX1","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0EVP6","zgc:113944","SOCS5L","F1R340","socs5b","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","E7FAG6","zgc:113944","ambra1a","F1R340","ambra1a","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A0A0R4IUJ2","zgc:113944","wu:fb16a12","F1R340","pik3r3a","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","E7FDH8","zgc:113944","Socs1b","F1R340","socs1b","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A0A0R4IKB3","zgc:113944","si:ch211-25d12.7","F1R340","A0A0R4IKB3","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A0A8M3AQJ0","zgc:113944","Phosphoinositide 3-kinase regulatory subunit 6","F1R340","A0A8M3AQJ0","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","Q7T2B1","zgc:113944","SOCS6","F1R340","socs6b","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","Q7ZUC6","zgc:113944","fj09e12","F1R340","socs3a","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000038723/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0V151","zgc:113944","im:5777505","F1R340","B0V151","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","string-db","7955.ENSDARP00000045932/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A0A0R4IFZ8","zgc:113944","zgc:175115","F1R340","socs7","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0S6V7","zgc:113944","wu:fb65b05","F1R340","pik3r1","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","Q6NYJ2","zgc:113944","zgc:77038","F1R340","socs3b","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","E7F251","zgc:113944","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1R340","pik3cb","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0EVP7","zgc:113944","SOCS5","F1R340","socs5a","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A2RV22","zgc:113944","Phosphoinositide-3-kinase, regulatory subunit 6a","F1R340","A2RV22","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B3DHG9","zgc:113944","Phosphatidylinositol 3-kinase regulatory subunit beta","F1R340","B3DHG9","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","A9LDR6","zgc:113944","socs4a","F1R340","A9LDR6","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","F1Q9F3","zgc:113944","im:7147158","F1R340","pik3c3","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","B0EVQ1","zgc:113944","SOCS9","F1R340","B0EVQ1","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000013568","physical","txid7955" +"F1R340","F1RCP1","zgc:113944","becn1","F1R340","F1RCP1","Beclin 1-associated autophagy-related key regulator (Zgc:113944)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000013568","physical","txid7955" +"B0EVP6","F1Q9F3","SOCS5L","im:7147158","socs5b","pik3c3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","B0EVP7","SOCS5L","SOCS5","socs5b","socs5a","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q7T2B1","SOCS5L","SOCS6","socs5b","socs6b","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A2RV22","SOCS5L","Phosphoinositide-3-kinase, regulatory subunit 6a","socs5b","A2RV22","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","E7FDH8","SOCS5L","Socs1b","socs5b","socs1b","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q4V909","SOCS5L","ccdc22","socs5b","Q4V909","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","B0EVQ1","SOCS5L","SOCS9","socs5b","B0EVQ1","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","F1Q509","SOCS5L","zgc:153556","socs5b","commd4","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","F1RCP1","SOCS5L","becn1","socs5b","F1RCP1","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","B8A6D0","SOCS5L","murr1","socs5b","B8A6D0","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A0A0R4IFZ8","SOCS5L","zgc:175115","socs5b","socs7","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A9LDR6","SOCS5L","socs4a","socs5b","A9LDR6","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","E7F251","SOCS5L","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs5b","pik3cb","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A0A0R4IKB3","SOCS5L","si:ch211-25d12.7","socs5b","A0A0R4IKB3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","E9QCG0","SOCS5L","COMM domain-containing protein 6","socs5b","commd6","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q502M9","SOCS5L","zgc:92635","socs5b","elocb","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A4QN68","SOCS5L","si:ch211-154e15.3","socs5b","A4QN68","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","F1QWN6","SOCS5L","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","socs5b","F1QWN6","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","F1QAD7","SOCS5L","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs5b","pik3ca","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A0A0R4IUJ2","SOCS5L","wu:fb16a12","socs5b","pik3r3a","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","F1REN0","SOCS5L","cul5","socs5b","F1REN0","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q6NXC6","SOCS5L","wu:fi47e09","socs5b","Q6NXC6","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A7MD57","SOCS5L","DCN1-like protein","socs5b","dcun1d3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q6NYJ2","SOCS5L","zgc:77038","socs5b","socs3b","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A0A8M3AQJ0","SOCS5L","Phosphoinositide 3-kinase regulatory subunit 6","socs5b","A0A8M3AQJ0","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","B0EVP5","SOCS5L","SOCS2","socs5b","B0EVP5","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","Q5RHX6","SOCS5L","dcun1d4","socs5b","Q5RHX6","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","B3DHG9","SOCS5L","Phosphatidylinositol 3-kinase regulatory subunit beta","socs5b","B3DHG9","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP6","A0A8M2BHX1","SOCS5L","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs5b","A0A8M2BHX1","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000085530","physical","txid7955" +"B0EVP7","F1QAD7","SOCS5","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs5a","pik3ca","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000137510","physical","txid7955" +"Q7T2B1","A0A8M2BHX1","SOCS6","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs6b","A0A8M2BHX1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","F1QAD7","SOCS6","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs6b","pik3ca","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","E7FDH8","SOCS6","Socs1b","socs6b","socs1b","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","B3DHG9","SOCS6","Phosphatidylinositol 3-kinase regulatory subunit beta","socs6b","B3DHG9","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","A0A8M3AQJ0","SOCS6","Phosphoinositide 3-kinase regulatory subunit 6","socs6b","A0A8M3AQJ0","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","B0EVP5","SOCS6","SOCS2","socs6b","B0EVP5","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","A0A0R4IUJ2","SOCS6","wu:fb16a12","socs6b","pik3r3a","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","A0A0R4IKB3","SOCS6","si:ch211-25d12.7","socs6b","A0A0R4IKB3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","B0EVQ1","SOCS6","SOCS9","socs6b","B0EVQ1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","E7F251","SOCS6","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs6b","pik3cb","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","A0A0R4IFZ8","SOCS6","zgc:175115","socs6b","socs7","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","B0EVP7","SOCS6","SOCS5","socs6b","socs5a","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000114806","physical","txid7955" +"Q7T2B1","A2RV22","SOCS6","Phosphoinositide-3-kinase, regulatory subunit 6a","socs6b","A2RV22","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000114806","physical","txid7955" +"A2RV22","A0A0R4IKB3","Phosphoinositide-3-kinase, regulatory subunit 6a","si:ch211-25d12.7","A2RV22","A0A0R4IKB3","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","A0A2R8RKX9","Phosphoinositide-3-kinase, regulatory subunit 6a","zgc:101614","A2RV22","A0A2R8RKX9","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","F1QAD7","Phosphoinositide-3-kinase, regulatory subunit 6a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A2RV22","pik3ca","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","A0A0G2L6W9","Phosphoinositide-3-kinase, regulatory subunit 6a","Guanine nucleotide-binding protein subunit gamma","A2RV22","A0A0G2L6W9","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","B0EVP7","Phosphoinositide-3-kinase, regulatory subunit 6a","SOCS5","A2RV22","socs5a","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","A1L271","Phosphoinositide-3-kinase, regulatory subunit 6a","gnb5a","A2RV22","gnb5a","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000134676","physical","txid7955" +"A2RV22","B0EVQ1","Phosphoinositide-3-kinase, regulatory subunit 6a","SOCS9","A2RV22","B0EVQ1","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000134676","physical","txid7955" +"F1QWN6","A0A8M2BHX1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QWN6","A0A8M2BHX1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","A0A0R4IKB3","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","si:ch211-25d12.7","F1QWN6","A0A0R4IKB3","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","A0A0R4IFZ8","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","zgc:175115","F1QWN6","socs7","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","B0EVP7","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","SOCS5","F1QWN6","socs5a","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","E7FDH8","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","Socs1b","F1QWN6","socs1b","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","B0EVQ1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","SOCS9","F1QWN6","B0EVQ1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","A0A0R4IUJ2","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","wu:fb16a12","F1QWN6","pik3r3a","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","A0A8M3AQJ0","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","Phosphoinositide 3-kinase regulatory subunit 6","F1QWN6","A0A8M3AQJ0","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","B3DHG9","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","Phosphatidylinositol 3-kinase regulatory subunit beta","F1QWN6","B3DHG9","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","B0EVP5","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","SOCS2","F1QWN6","B0EVP5","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","E7F251","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QWN6","pik3cb","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","Q7T2B1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","SOCS6","F1QWN6","socs6b","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","F1QAD7","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QWN6","pik3ca","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000110942","physical","txid7955" +"F1QWN6","A2RV22","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","Phosphoinositide-3-kinase, regulatory subunit 6a","F1QWN6","A2RV22","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000110942","physical","txid7955" +"F1Q9F3","B0EVP7","im:7147158","SOCS5","pik3c3","socs5a","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","B0EVP5","im:7147158","SOCS2","pik3c3","B0EVP5","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A0A0R4IKB3","im:7147158","si:ch211-25d12.7","pik3c3","A0A0R4IKB3","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A0A0R4IFZ8","im:7147158","zgc:175115","pik3c3","socs7","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","B0EVQ1","im:7147158","SOCS9","pik3c3","B0EVQ1","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","B3DHG9","im:7147158","Phosphatidylinositol 3-kinase regulatory subunit beta","pik3c3","B3DHG9","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","B3DIU1","im:7147158","cul3","pik3c3","cul3b","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A9LDR6","im:7147158","socs4a","pik3c3","A9LDR6","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A0A8M3AQJ0","im:7147158","Phosphoinositide 3-kinase regulatory subunit 6","pik3c3","A0A8M3AQJ0","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","E7FDH8","im:7147158","Socs1b","pik3c3","socs1b","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","E7F251","im:7147158","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3c3","pik3cb","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","F1QWN6","im:7147158","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","pik3c3","F1QWN6","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A0A8M2BHX1","im:7147158","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3c3","A0A8M2BHX1","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","X1WHY6","im:7147158","ambra1b","pik3c3","X1WHY6","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","X1WD22","im:7147158","Kelch-like protein 20","pik3c3","si:ch211-256e16.3","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Kelch-like protein 20 (Si:ch211-256e16.3)","string-db","7955.ENSDARP00000128119/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","Q6NYJ2","im:7147158","zgc:77038","pik3c3","socs3b","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","F1QAD7","im:7147158","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3c3","pik3ca","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A2RV22","im:7147158","Phosphoinositide-3-kinase, regulatory subunit 6a","pik3c3","A2RV22","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","F1RCP1","im:7147158","becn1","pik3c3","F1RCP1","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","Q7T2B1","im:7147158","SOCS6","pik3c3","socs6b","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000092039","physical","txid7955" +"F1Q9F3","A0A0R4IUJ2","im:7147158","wu:fb16a12","pik3c3","pik3r3a","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000092039","physical","txid7955" +"B3DHG9","B0EVP7","Phosphatidylinositol 3-kinase regulatory subunit beta","SOCS5","B3DHG9","socs5a","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","A0A0R4IFZ8","Phosphatidylinositol 3-kinase regulatory subunit beta","zgc:175115","B3DHG9","socs7","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","B0EVQ1","Phosphatidylinositol 3-kinase regulatory subunit beta","SOCS9","B3DHG9","B0EVQ1","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","A0A0R4IKB3","Phosphatidylinositol 3-kinase regulatory subunit beta","si:ch211-25d12.7","B3DHG9","A0A0R4IKB3","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","A0A0R4IUJ2","Phosphatidylinositol 3-kinase regulatory subunit beta","wu:fb16a12","B3DHG9","pik3r3a","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","F1QAD7","Phosphatidylinositol 3-kinase regulatory subunit beta","phosphatidylinositol-4,5-bisphosphate 3-kinase","B3DHG9","pik3ca","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000130009","physical","txid7955" +"B3DHG9","A2RV22","Phosphatidylinositol 3-kinase regulatory subunit beta","Phosphoinositide-3-kinase, regulatory subunit 6a","B3DHG9","A2RV22","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000130009","physical","txid7955" +"F1RCP1","X1WHY6","becn1","ambra1b","F1RCP1","X1WHY6","Beclin-1","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","F1QAD7","becn1","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1RCP1","pik3ca","Beclin-1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","E7FDH8","becn1","Socs1b","F1RCP1","socs1b","Beclin-1","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","E7F251","becn1","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1RCP1","pik3cb","Beclin-1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A2RV22","becn1","Phosphoinositide-3-kinase, regulatory subunit 6a","F1RCP1","A2RV22","Beclin-1","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","F1R7U0","becn1","dram2","F1RCP1","F1R7U0","Beclin-1","DNA damage-regulated autophagy modulator protein 2 isoform X1 (DNA-damage-regulated autophagy modulator 2b)","string-db","7955.ENSDARP00000119947/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","Q564A4","becn1","bcl2","F1RCP1","bcl2a","Beclin-1","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","Q6TEN6","becn1","wdr91","F1RCP1","Q6TEN6","Beclin-1","WD repeat-containing protein 91","string-db","7955.ENSDARP00000126101/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A0R4IFZ8","becn1","zgc:175115","F1RCP1","socs7","Beclin-1","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","B0EVP7","becn1","SOCS5","F1RCP1","socs5a","Beclin-1","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","E7F0A1","becn1","fa91a03","F1RCP1","E7F0A1","Beclin-1","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A8M2BHX1","becn1","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1RCP1","A0A8M2BHX1","Beclin-1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A8M3AQJ0","becn1","Phosphoinositide 3-kinase regulatory subunit 6","F1RCP1","A0A8M3AQJ0","Beclin-1","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A0R4ITP2","becn1","Mjd","F1RCP1","atxn3","Beclin-1","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","B0EVP5","becn1","SOCS2","F1RCP1","B0EVP5","Beclin-1","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","Q7T2B1","becn1","SOCS6","F1RCP1","socs6b","Beclin-1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","F6NK88","becn1","wu:fc33a03","F1RCP1","zfyve26","Beclin-1","Zinc finger FYVE domain-containing protein 26","string-db","7955.ENSDARP00000115049/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A9LDR6","becn1","socs4a","F1RCP1","A9LDR6","Beclin-1","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","B0EVQ1","becn1","SOCS9","F1RCP1","B0EVQ1","Beclin-1","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A0R4IUJ2","becn1","wu:fb16a12","F1RCP1","pik3r3a","Beclin-1","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","B3DHG9","becn1","Phosphatidylinositol 3-kinase regulatory subunit beta","F1RCP1","B3DHG9","Beclin-1","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","F1QWN6","becn1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","F1RCP1","F1QWN6","Beclin-1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000100986","physical","txid7955" +"F1RCP1","A0A0R4IKB3","becn1","si:ch211-25d12.7","F1RCP1","A0A0R4IKB3","Beclin-1","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000100986","physical","txid7955" +"A0A8M3AQJ0","B3DHG9","Phosphoinositide 3-kinase regulatory subunit 6","Phosphatidylinositol 3-kinase regulatory subunit beta","A0A8M3AQJ0","B3DHG9","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","B0EVQ1","Phosphoinositide 3-kinase regulatory subunit 6","SOCS9","A0A8M3AQJ0","B0EVQ1","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","E7F251","Phosphoinositide 3-kinase regulatory subunit 6","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M3AQJ0","pik3cb","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","A0A0R4IKB3","Phosphoinositide 3-kinase regulatory subunit 6","si:ch211-25d12.7","A0A8M3AQJ0","A0A0R4IKB3","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","F1QAD7","Phosphoinositide 3-kinase regulatory subunit 6","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M3AQJ0","pik3ca","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","B0EVP7","Phosphoinositide 3-kinase regulatory subunit 6","SOCS5","A0A8M3AQJ0","socs5a","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","A0A0R4IFZ8","Phosphoinositide 3-kinase regulatory subunit 6","zgc:175115","A0A8M3AQJ0","socs7","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","A2RV22","Phosphoinositide 3-kinase regulatory subunit 6","Phosphoinositide-3-kinase, regulatory subunit 6a","A0A8M3AQJ0","A2RV22","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000128215","physical","txid7955" +"A0A8M3AQJ0","A0A0R4IUJ2","Phosphoinositide 3-kinase regulatory subunit 6","wu:fb16a12","A0A8M3AQJ0","pik3r3a","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000128215","physical","txid7955" +"E7F251","A0A0R4IKB3","phosphatidylinositol-4,5-bisphosphate 3-kinase","si:ch211-25d12.7","pik3cb","A0A0R4IKB3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4IUJ2","phosphatidylinositol-4,5-bisphosphate 3-kinase","wu:fb16a12","pik3cb","pik3r3a","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4IX01","phosphatidylinositol-4,5-bisphosphate 3-kinase","Beta-klotho","pik3cb","A0A0R4IX01","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","B3DHG9","phosphatidylinositol-4,5-bisphosphate 3-kinase","Phosphatidylinositol 3-kinase regulatory subunit beta","pik3cb","B3DHG9","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A2R8RKR5","phosphatidylinositol-4,5-bisphosphate 3-kinase","LOC103910147","pik3cb","A0A2R8RKR5","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A2R8Q0D8","phosphatidylinositol-4,5-bisphosphate 3-kinase","Platelet-derived growth factor subunit B","pik3cb","A0A2R8Q0D8","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","F1QAD7","phosphatidylinositol-4,5-bisphosphate 3-kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3cb","pik3ca","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","Q1RLY5","phosphatidylinositol-4,5-bisphosphate 3-kinase","zgc:136695","pik3cb","lck","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","B0EVQ1","phosphatidylinositol-4,5-bisphosphate 3-kinase","SOCS9","pik3cb","B0EVQ1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4I9X7","phosphatidylinositol-4,5-bisphosphate 3-kinase","GRB2-associated-binding protein 2","pik3cb","A0A0R4I9X7","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A8WH92","phosphatidylinositol-4,5-bisphosphate 3-kinase","il-2rb","pik3cb","il2rb","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A2RV22","phosphatidylinositol-4,5-bisphosphate 3-kinase","Phosphoinositide-3-kinase, regulatory subunit 6a","pik3cb","A2RV22","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","B0EVP7","phosphatidylinositol-4,5-bisphosphate 3-kinase","SOCS5","pik3cb","socs5a","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4IKQ9","phosphatidylinositol-4,5-bisphosphate 3-kinase","Insulin receptor substrate 2","pik3cb","irs2b","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","Q9DFC9","phosphatidylinositol-4,5-bisphosphate 3-kinase","wu:fc89b01","pik3cb","fgf4","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4IN60","phosphatidylinositol-4,5-bisphosphate 3-kinase","Fibroblast growth factor","pik3cb","fgf19","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A0R4IFZ8","phosphatidylinositol-4,5-bisphosphate 3-kinase","zgc:175115","pik3cb","socs7","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","A0A2R8Q8S1","phosphatidylinositol-4,5-bisphosphate 3-kinase","wu:fa04e08","pik3cb","kras","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","Q502U6","phosphatidylinositol-4,5-bisphosphate 3-kinase","zHBNF","pik3cb","Q502U6","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","Q6SJP8","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf17","pik3cb","fgf17","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","Q90413","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgfr4","pik3cb","Q90413","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000128403","physical","txid7955" +"E7F251","P48802","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf3","pik3cb","fgf3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000128403","physical","txid7955" +"L0N8L8","B0EVP6","cish.b","SOCS5L","cishb","socs5b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A0A8M2BHX1","cish.b","phosphatidylinositol-4,5-bisphosphate 3-kinase","cishb","A0A8M2BHX1","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A0A0R4IKB3","cish.b","si:ch211-25d12.7","cishb","A0A0R4IKB3","Cytokine-inducible SH2-containing protein","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","E7F251","cish.b","phosphatidylinositol-4,5-bisphosphate 3-kinase","cishb","pik3cb","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","Q7T2B1","cish.b","SOCS6","cishb","socs6b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","B0EVP5","cish.b","SOCS2","cishb","B0EVP5","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","Q08BW5","cish.b","CISH","cishb","cish","Cytokine-inducible SH2-containing protein","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A0A8M3AQJ0","cish.b","Phosphoinositide 3-kinase regulatory subunit 6","cishb","A0A8M3AQJ0","Cytokine-inducible SH2-containing protein","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","Q6DEF9","cish.b","SOCS1","cishb","Q6DEF9","Cytokine-inducible SH2-containing protein","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","F1QWN6","cish.b","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","cishb","F1QWN6","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","Q6NYJ2","cish.b","zgc:77038","cishb","socs3b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","B0S6V7","cish.b","wu:fb65b05","cishb","pik3r1","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","B0EVP7","cish.b","SOCS5","cishb","socs5a","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A9LDR6","cish.b","socs4a","cishb","A9LDR6","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","B3DHG9","cish.b","Phosphatidylinositol 3-kinase regulatory subunit beta","cishb","B3DHG9","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A2RV22","cish.b","Phosphoinositide-3-kinase, regulatory subunit 6a","cishb","A2RV22","Cytokine-inducible SH2-containing protein","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","B0EVQ1","cish.b","SOCS9","cishb","B0EVQ1","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","E7FDH8","cish.b","Socs1b","cishb","socs1b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","F1RCP1","cish.b","becn1","cishb","F1RCP1","Cytokine-inducible SH2-containing protein","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","F1Q9F3","cish.b","im:7147158","cishb","pik3c3","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","E7F166","cish.b","socs6","cishb","E7F166","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A0A0R4IUJ2","cish.b","wu:fb16a12","cishb","pik3r3a","Cytokine-inducible SH2-containing protein","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","A0A0R4IFZ8","cish.b","zgc:175115","cishb","socs7","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","F1QAD7","cish.b","phosphatidylinositol-4,5-bisphosphate 3-kinase","cishb","pik3ca","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000017764","physical","txid7955" +"L0N8L8","Q7ZUC6","cish.b","fj09e12","cishb","socs3a","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000038723/7955.ENSDARP00000017764","physical","txid7955" +"A0A0R4IFZ8","A2RV22","zgc:175115","Phosphoinositide-3-kinase, regulatory subunit 6a","socs7","A2RV22","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000133309","physical","txid7955" +"A0A0R4IFZ8","B0EVQ1","zgc:175115","SOCS9","socs7","B0EVQ1","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000133309","physical","txid7955" +"A0A0R4IFZ8","F1QAD7","zgc:175115","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs7","pik3ca","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000133309","physical","txid7955" +"A0A0R4IFZ8","A0A0R4IKB3","zgc:175115","si:ch211-25d12.7","socs7","A0A0R4IKB3","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000133309","physical","txid7955" +"A0A0R4IFZ8","B0EVP7","zgc:175115","SOCS5","socs7","socs5a","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000133309","physical","txid7955" +"Q6DEF9","A8E6E2","SOCS1","ifn2","Q6DEF9","A8E6E2","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","E7FDH8","SOCS1","Socs1b","Q6DEF9","socs1b","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1QFY1","SOCS1","Cullin-5","Q6DEF9","F1QFY1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B3DHG9","SOCS1","Phosphatidylinositol 3-kinase regulatory subunit beta","Q6DEF9","B3DHG9","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0S6V7","SOCS1","wu:fb65b05","Q6DEF9","pik3r1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1REN0","SOCS1","cul5","Q6DEF9","F1REN0","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A2RV22","SOCS1","Phosphoinositide-3-kinase, regulatory subunit 6a","Q6DEF9","A2RV22","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0EVP7","SOCS1","SOCS5","Q6DEF9","socs5a","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q7T2B1","SOCS1","SOCS6","Q6DEF9","socs6b","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1RCP1","SOCS1","becn1","Q6DEF9","F1RCP1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","E7F251","SOCS1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q6DEF9","pik3cb","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q1RM05","SOCS1","zgc:136623","Q6DEF9","Q1RM05","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q66IB1","SOCS1","zgc:101879","Q6DEF9","eloca","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A8M3AQJ0","SOCS1","Phosphoinositide 3-kinase regulatory subunit 6","Q6DEF9","A0A8M3AQJ0","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0EVP6","SOCS1","SOCS5L","Q6DEF9","socs5b","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A0R4IUJ2","SOCS1","wu:fb16a12","Q6DEF9","pik3r3a","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1Q9F3","SOCS1","im:7147158","Q6DEF9","pik3c3","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q5TLE6","SOCS1","IFNG_1","Q6DEF9","ifng1r","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Interferon gamma related precursor (Interferon gamma-related) (Interferon gamma_1)","string-db","7955.ENSDARP00000067152/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0EVQ1","SOCS1","SOCS9","Q6DEF9","B0EVQ1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q502M9","SOCS1","zgc:92635","Q6DEF9","elocb","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","E7F976","SOCS1","crfb14","Q6DEF9","ifnlr1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1QWN6","SOCS1","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","Q6DEF9","F1QWN6","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0UXH1","SOCS1","Cytokine receptor family member b2","Q6DEF9","crfb2","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","C5IX16","SOCS1","IFNF4","Q6DEF9","C5IX16","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A9LDR6","SOCS1","socs4a","Q6DEF9","A9LDR6","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A8M3AQW8","SOCS1","Tyrosine-protein kinase","Q6DEF9","A0A8M3AQW8","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A0R4IFZ8","SOCS1","zgc:175115","Q6DEF9","socs7","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A0R4IKB3","SOCS1","si:ch211-25d12.7","Q6DEF9","A0A0R4IKB3","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","A0A8M2BHX1","SOCS1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q6DEF9","A0A8M2BHX1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","B0EVP5","SOCS1","SOCS2","Q6DEF9","B0EVP5","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1R3V2","SOCS1","Methylated-DNA--protein-cysteine methyltransferase","Q6DEF9","F1R3V2","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Methylated-DNA--protein-cysteine methyltransferase (EC 2.1.1.63) (6-O-methylguanine-DNA methyltransferase) (O-6-methylguanine-DNA-alkyltransferase)","string-db","7955.ENSDARP00000063522/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F6NZK1","SOCS1","crfb17","Q6DEF9","F6NZK1","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q08BW5","SOCS1","CISH","Q6DEF9","cish","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","F1QAD7","SOCS1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q6DEF9","pik3ca","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","Q6NYJ2","SOCS1","zgc:77038","Q6DEF9","socs3b","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000055536","physical","txid7955" +"Q6DEF9","E7F166","SOCS1","socs6","Q6DEF9","E7F166","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000055536","physical","txid7955" +"B0EVP5","A2RV22","SOCS2","Phosphoinositide-3-kinase, regulatory subunit 6a","B0EVP5","A2RV22","Suppressor of cytokine signaling 2","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","B0EVQ1","SOCS2","SOCS9","B0EVP5","B0EVQ1","Suppressor of cytokine signaling 2","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","A0A0R4IUJ2","SOCS2","wu:fb16a12","B0EVP5","pik3r3a","Suppressor of cytokine signaling 2","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","E7FDH8","SOCS2","Socs1b","B0EVP5","socs1b","Suppressor of cytokine signaling 2","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","B0EVP7","SOCS2","SOCS5","B0EVP5","socs5a","Suppressor of cytokine signaling 2","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","A0A8M2BHX1","SOCS2","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0EVP5","A0A8M2BHX1","Suppressor of cytokine signaling 2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","B3DHG9","SOCS2","Phosphatidylinositol 3-kinase regulatory subunit beta","B0EVP5","B3DHG9","Suppressor of cytokine signaling 2","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","A0A8M3AQJ0","SOCS2","Phosphoinositide 3-kinase regulatory subunit 6","B0EVP5","A0A8M3AQJ0","Suppressor of cytokine signaling 2","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","E7F251","SOCS2","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0EVP5","pik3cb","Suppressor of cytokine signaling 2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","Q502M9","SOCS2","zgc:92635","B0EVP5","elocb","Suppressor of cytokine signaling 2","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","E9QCG0","SOCS2","COMM domain-containing protein 6","B0EVP5","commd6","Suppressor of cytokine signaling 2","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","Q6NXC6","SOCS2","wu:fi47e09","B0EVP5","Q6NXC6","Suppressor of cytokine signaling 2","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","A0A0R4IFZ8","SOCS2","zgc:175115","B0EVP5","socs7","Suppressor of cytokine signaling 2","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","F1QAD7","SOCS2","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0EVP5","pik3ca","Suppressor of cytokine signaling 2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000114987","physical","txid7955" +"B0EVP5","A0A0R4IKB3","SOCS2","si:ch211-25d12.7","B0EVP5","A0A0R4IKB3","Suppressor of cytokine signaling 2","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000114987","physical","txid7955" +"A0A8M2BHX1","B3DHG9","phosphatidylinositol-4,5-bisphosphate 3-kinase","Phosphatidylinositol 3-kinase regulatory subunit beta","A0A8M2BHX1","B3DHG9","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","A0A0R4IKB3","phosphatidylinositol-4,5-bisphosphate 3-kinase","si:ch211-25d12.7","A0A8M2BHX1","A0A0R4IKB3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","A0A0R4IFZ8","phosphatidylinositol-4,5-bisphosphate 3-kinase","zgc:175115","A0A8M2BHX1","socs7","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","A2RV22","phosphatidylinositol-4,5-bisphosphate 3-kinase","Phosphoinositide-3-kinase, regulatory subunit 6a","A0A8M2BHX1","A2RV22","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","E7F251","phosphatidylinositol-4,5-bisphosphate 3-kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2BHX1","pik3cb","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","A0A0R4IUJ2","phosphatidylinositol-4,5-bisphosphate 3-kinase","wu:fb16a12","A0A8M2BHX1","pik3r3a","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","B0EVP7","phosphatidylinositol-4,5-bisphosphate 3-kinase","SOCS5","A0A8M2BHX1","socs5a","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","A0A8M3AQJ0","phosphatidylinositol-4,5-bisphosphate 3-kinase","Phosphoinositide 3-kinase regulatory subunit 6","A0A8M2BHX1","A0A8M3AQJ0","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","B0EVQ1","phosphatidylinositol-4,5-bisphosphate 3-kinase","SOCS9","A0A8M2BHX1","B0EVQ1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000124781","physical","txid7955" +"A0A8M2BHX1","F1QAD7","phosphatidylinositol-4,5-bisphosphate 3-kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2BHX1","pik3ca","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000124781","physical","txid7955" +"Q08BW5","B0EVQ1","CISH","SOCS9","cish","B0EVQ1","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A0A0R4IUJ2","CISH","wu:fb16a12","cish","pik3r3a","Cytokine-inducible SH2-containing protein","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","E7FDH8","CISH","Socs1b","cish","socs1b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A0A0R4IKB3","CISH","si:ch211-25d12.7","cish","A0A0R4IKB3","Cytokine-inducible SH2-containing protein","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","B0EVP7","CISH","SOCS5","cish","socs5a","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","F1QWN6","CISH","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","cish","F1QWN6","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A0A8M2BHX1","CISH","phosphatidylinositol-4,5-bisphosphate 3-kinase","cish","A0A8M2BHX1","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","Q6NYJ2","CISH","zgc:77038","cish","socs3b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","F1RCP1","CISH","becn1","cish","F1RCP1","Cytokine-inducible SH2-containing protein","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A9LDR6","CISH","socs4a","cish","A9LDR6","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A0A8M3AQJ0","CISH","Phosphoinositide 3-kinase regulatory subunit 6","cish","A0A8M3AQJ0","Cytokine-inducible SH2-containing protein","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","B3DHG9","CISH","Phosphatidylinositol 3-kinase regulatory subunit beta","cish","B3DHG9","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","F1QAD7","CISH","phosphatidylinositol-4,5-bisphosphate 3-kinase","cish","pik3ca","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","Q7T2B1","CISH","SOCS6","cish","socs6b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A2RV22","CISH","Phosphoinositide-3-kinase, regulatory subunit 6a","cish","A2RV22","Cytokine-inducible SH2-containing protein","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","E7F251","CISH","phosphatidylinositol-4,5-bisphosphate 3-kinase","cish","pik3cb","Cytokine-inducible SH2-containing protein","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","B0EVP5","CISH","SOCS2","cish","B0EVP5","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","B0EVP6","CISH","SOCS5L","cish","socs5b","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","A0A0R4IFZ8","CISH","zgc:175115","cish","socs7","Cytokine-inducible SH2-containing protein","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000079296","physical","txid7955" +"Q08BW5","F1Q9F3","CISH","im:7147158","cish","pik3c3","Cytokine-inducible SH2-containing protein","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000079296","physical","txid7955" +"A0A0R4IUJ2","A0A0R4IFZ8","wu:fb16a12","zgc:175115","pik3r3a","socs7","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000130273","physical","txid7955" +"A0A0R4IUJ2","A2RV22","wu:fb16a12","Phosphoinositide-3-kinase, regulatory subunit 6a","pik3r3a","A2RV22","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000130273","physical","txid7955" +"A0A0R4IUJ2","B0EVQ1","wu:fb16a12","SOCS9","pik3r3a","B0EVQ1","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000130273","physical","txid7955" +"A0A0R4IUJ2","F1QAD7","wu:fb16a12","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3r3a","pik3ca","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000130273","physical","txid7955" +"A0A0R4IUJ2","B0EVP7","wu:fb16a12","SOCS5","pik3r3a","socs5a","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000130273","physical","txid7955" +"A0A0R4IUJ2","A0A0R4IKB3","wu:fb16a12","si:ch211-25d12.7","pik3r3a","A0A0R4IKB3","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000130273","physical","txid7955" +"A9LDR6","A0A0R4IKB3","socs4a","si:ch211-25d12.7","A9LDR6","A0A0R4IKB3","Suppressor of cytokine signaling 4","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","B0EVQ1","socs4a","SOCS9","A9LDR6","B0EVQ1","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","A0A0R4IUJ2","socs4a","wu:fb16a12","A9LDR6","pik3r3a","Suppressor of cytokine signaling 4","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","F1QAD7","socs4a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A9LDR6","pik3ca","Suppressor of cytokine signaling 4","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","E7FDH8","socs4a","Socs1b","A9LDR6","socs1b","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","A0A8M2BHX1","socs4a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A9LDR6","A0A8M2BHX1","Suppressor of cytokine signaling 4","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","A0A0R4IFZ8","socs4a","zgc:175115","A9LDR6","socs7","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","A2RV22","socs4a","Phosphoinositide-3-kinase, regulatory subunit 6a","A9LDR6","A2RV22","Suppressor of cytokine signaling 4","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","B0EVP5","socs4a","SOCS2","A9LDR6","B0EVP5","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","E7F251","socs4a","phosphatidylinositol-4,5-bisphosphate 3-kinase","A9LDR6","pik3cb","Suppressor of cytokine signaling 4","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","A0A8M3AQJ0","socs4a","Phosphoinositide 3-kinase regulatory subunit 6","A9LDR6","A0A8M3AQJ0","Suppressor of cytokine signaling 4","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","B0EVP7","socs4a","SOCS5","A9LDR6","socs5a","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","B3DHG9","socs4a","Phosphatidylinositol 3-kinase regulatory subunit beta","A9LDR6","B3DHG9","Suppressor of cytokine signaling 4","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","F1QWN6","socs4a","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","A9LDR6","F1QWN6","Suppressor of cytokine signaling 4","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000105871","physical","txid7955" +"A9LDR6","Q7T2B1","socs4a","SOCS6","A9LDR6","socs6b","Suppressor of cytokine signaling 4","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000105871","physical","txid7955" +"B0EVQ1","B0EVP7","SOCS9","SOCS5","B0EVQ1","socs5a","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000136645","physical","txid7955" +"B0EVQ1","F1QAD7","SOCS9","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0EVQ1","pik3ca","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000136645","physical","txid7955" +"E7FDH8","B0EVP7","Socs1b","SOCS5","socs1b","socs5a","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","F1QAD7","Socs1b","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs1b","pik3ca","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A0A8M3AQJ0","Socs1b","Phosphoinositide 3-kinase regulatory subunit 6","socs1b","A0A8M3AQJ0","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A0A8M2BHX1","Socs1b","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs1b","A0A8M2BHX1","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A0A0R4IFZ8","Socs1b","zgc:175115","socs1b","socs7","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A0A0R4IKB3","Socs1b","si:ch211-25d12.7","socs1b","A0A0R4IKB3","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A0A0R4IUJ2","Socs1b","wu:fb16a12","socs1b","pik3r3a","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","B3DHG9","Socs1b","Phosphatidylinositol 3-kinase regulatory subunit beta","socs1b","B3DHG9","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","E7F251","Socs1b","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs1b","pik3cb","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","B0EVQ1","Socs1b","SOCS9","socs1b","B0EVQ1","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000122638","physical","txid7955" +"E7FDH8","A2RV22","Socs1b","Phosphoinositide-3-kinase, regulatory subunit 6a","socs1b","A2RV22","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000122638","physical","txid7955" +"Q6NYJ2","A9LDR6","zgc:77038","socs4a","socs3b","A9LDR6","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F1REN0","zgc:77038","cul5","socs3b","F1REN0","Suppressor of cytokine signaling 3","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B0EVQ1","zgc:77038","SOCS9","socs3b","B0EVQ1","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","E7FDH8","zgc:77038","Socs1b","socs3b","socs1b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B0UXH1","zgc:77038","Cytokine receptor family member b2","socs3b","crfb2","Suppressor of cytokine signaling 3","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A8M2BHX1","zgc:77038","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3b","A0A8M2BHX1","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F1QWN6","zgc:77038","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","socs3b","F1QWN6","Suppressor of cytokine signaling 3","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A8WH79","zgc:77038","gp130","socs3b","il6st","Suppressor of cytokine signaling 3","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","Q7T2B1","zgc:77038","SOCS6","socs3b","socs6b","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A2RV22","zgc:77038","Phosphoinositide-3-kinase, regulatory subunit 6a","socs3b","A2RV22","Suppressor of cytokine signaling 3","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B0EVP7","zgc:77038","SOCS5","socs3b","socs5a","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","E7F251","zgc:77038","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3b","pik3cb","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A8M3AQJ0","zgc:77038","Phosphoinositide 3-kinase regulatory subunit 6","socs3b","A0A8M3AQJ0","Suppressor of cytokine signaling 3","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","H9A0J9","zgc:77038","Interleukin-6","socs3b","H9A0J9","Suppressor of cytokine signaling 3","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","Q5RHX6","zgc:77038","dcun1d4","socs3b","Q5RHX6","Suppressor of cytokine signaling 3","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A7MD57","zgc:77038","DCN1-like protein","socs3b","dcun1d3","Suppressor of cytokine signaling 3","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","E7F976","zgc:77038","crfb14","socs3b","ifnlr1","Suppressor of cytokine signaling 3","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","C5IX16","zgc:77038","IFNF4","socs3b","C5IX16","Suppressor of cytokine signaling 3","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A0R4IUJ2","zgc:77038","wu:fb16a12","socs3b","pik3r3a","Suppressor of cytokine signaling 3","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F1Q509","zgc:77038","zgc:153556","socs3b","commd4","Suppressor of cytokine signaling 3","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F6NZK1","zgc:77038","crfb17","socs3b","F6NZK1","Suppressor of cytokine signaling 3","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A8M3AQW8","zgc:77038","Tyrosine-protein kinase","socs3b","A0A8M3AQW8","Suppressor of cytokine signaling 3","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F1RCP1","zgc:77038","becn1","socs3b","F1RCP1","Suppressor of cytokine signaling 3","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A0R4IFZ8","zgc:77038","zgc:175115","socs3b","socs7","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B8ZHI7","zgc:77038","gcsf","socs3b","B8ZHI7","Suppressor of cytokine signaling 3","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","Q502M9","zgc:77038","zgc:92635","socs3b","elocb","Suppressor of cytokine signaling 3","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","F1QAD7","zgc:77038","phosphatidylinositol-4,5-bisphosphate 3-kinase","socs3b","pik3ca","Suppressor of cytokine signaling 3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B3DHG9","zgc:77038","Phosphatidylinositol 3-kinase regulatory subunit beta","socs3b","B3DHG9","Suppressor of cytokine signaling 3","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","A0A0R4IKB3","zgc:77038","si:ch211-25d12.7","socs3b","A0A0R4IKB3","Suppressor of cytokine signaling 3","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","Q6NXC6","zgc:77038","wu:fi47e09","socs3b","Q6NXC6","Suppressor of cytokine signaling 3","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","E9QCG0","zgc:77038","COMM domain-containing protein 6","socs3b","commd6","Suppressor of cytokine signaling 3","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000096314","physical","txid7955" +"Q6NYJ2","B0EVP5","zgc:77038","SOCS2","socs3b","B0EVP5","Suppressor of cytokine signaling 3","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000096314","physical","txid7955" +"F1QAD7","A1L1U1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Striatin","pik3ca","A1L1U1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","A0A0R4IX01","phosphatidylinositol-4,5-bisphosphate 3-kinase","Beta-klotho","pik3ca","A0A0R4IX01","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","A0A2R8Q0D8","phosphatidylinositol-4,5-bisphosphate 3-kinase","Platelet-derived growth factor subunit B","pik3ca","A0A2R8Q0D8","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","A0A2R8Q8S1","phosphatidylinositol-4,5-bisphosphate 3-kinase","wu:fa04e08","pik3ca","kras","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","A0A0R4IWG0","phosphatidylinositol-4,5-bisphosphate 3-kinase","Epigen","pik3ca","epgn","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","Q90413","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgfr4","pik3ca","Q90413","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","Q502U6","phosphatidylinositol-4,5-bisphosphate 3-kinase","zHBNF","pik3ca","Q502U6","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000138914","physical","txid7955" +"F1QAD7","A0A2R8RKR5","phosphatidylinositol-4,5-bisphosphate 3-kinase","LOC103910147","pik3ca","A0A2R8RKR5","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000138914","physical","txid7955" +"E7F166","A2RV22","socs6","Phosphoinositide-3-kinase, regulatory subunit 6a","E7F166","A2RV22","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B0EVP5","socs6","SOCS2","E7F166","B0EVP5","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A0A0R4IFZ8","socs6","zgc:175115","E7F166","socs7","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B0EVP6","socs6","SOCS5L","E7F166","socs5b","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","E9QCG0","socs6","COMM domain-containing protein 6","E7F166","commd6","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A0A8M3AQJ0","socs6","Phosphoinositide 3-kinase regulatory subunit 6","E7F166","A0A8M3AQJ0","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A0A0R4IUJ2","socs6","wu:fb16a12","E7F166","pik3r3a","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B8A6D0","socs6","murr1","E7F166","B8A6D0","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","E7F251","socs6","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F166","pik3cb","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1RCP1","socs6","becn1","E7F166","F1RCP1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q502M9","socs6","zgc:92635","E7F166","elocb","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B3DHG9","socs6","Phosphatidylinositol 3-kinase regulatory subunit beta","E7F166","B3DHG9","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q7T2B1","socs6","SOCS6","E7F166","socs6b","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1REN0","socs6","cul5","E7F166","F1REN0","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1Q9F3","socs6","im:7147158","E7F166","pik3c3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B0EVP7","socs6","SOCS5","E7F166","socs5a","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1QWN6","socs6","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","E7F166","F1QWN6","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","B0EVQ1","socs6","SOCS9","E7F166","B0EVQ1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","E7FDH8","socs6","Socs1b","E7F166","socs1b","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q6NXC6","socs6","wu:fi47e09","E7F166","Q6NXC6","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A0A0R4IKB3","socs6","si:ch211-25d12.7","E7F166","A0A0R4IKB3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1Q509","socs6","zgc:153556","E7F166","commd4","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q08BW5","socs6","CISH","E7F166","cish","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","F1QAD7","socs6","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F166","pik3ca","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A0A8M2BHX1","socs6","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F166","A0A8M2BHX1","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A4QN68","socs6","si:ch211-154e15.3","E7F166","A4QN68","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A9LDR6","socs6","socs4a","E7F166","A9LDR6","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q6NYJ2","socs6","zgc:77038","E7F166","socs3b","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q5RHX6","socs6","dcun1d4","E7F166","Q5RHX6","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","A7MD57","socs6","DCN1-like protein","E7F166","dcun1d3","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000075890","physical","txid7955" +"E7F166","Q4V909","socs6","ccdc22","E7F166","Q4V909","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000075890","physical","txid7955" +"B0S6V7","F1RCP1","wu:fb65b05","becn1","pik3r1","F1RCP1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","P57717","wu:fb65b05","esr1","pik3r1","P57717","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B8JJL3","wu:fb65b05","ER[b]1","pik3r1","B8JJL3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F9Z1","wu:fb65b05","VWF","pik3r1","vwf","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QLR7","wu:fb65b05","c-met","pik3r1","met","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A9LDR6","wu:fb65b05","socs4a","pik3r1","A9LDR6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 4","string-db","7955.ENSDARP00000105871/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q502U6","wu:fb65b05","zHBNF","pik3r1","Q502U6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q6PC71","wu:fb65b05","arhe","pik3r1","rnd3a","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IFZ8","wu:fb65b05","zgc:175115","pik3r1","socs7","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","string-db","7955.ENSDARP00000133309/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IN60","wu:fb65b05","Fibroblast growth factor","pik3r1","fgf19","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F1P1","wu:fb65b05","receptor protein-tyrosine kinase","pik3r1","E7F1P1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q56A36","wu:fb65b05","hsh2d","pik3r1","Q56A36","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Hematopoietic SH2 domain-containing protein homolog","string-db","7955.ENSDARP00000062985/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F150","wu:fb65b05","CMRF35-like molecule 8","pik3r1","E7F150","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","CMRF35-like molecule 8 (Si:ch211-114l13.12)","string-db","7955.ENSDARP00000107085/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q6PC73","wu:fb65b05","grb2","pik3r1","grb2b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1Q9F3","wu:fb65b05","im:7147158","pik3r1","pik3c3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A2R8RKR5","wu:fb65b05","LOC103910147","pik3r1","A0A2R8RKR5","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q9DE49","wu:fb65b05","pdgfra","pik3r1","Q9DE49","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B3DHG9","wu:fb65b05","Phosphatidylinositol 3-kinase regulatory subunit beta","pik3r1","B3DHG9","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphatidylinositol 3-kinase regulatory subunit beta (Phosphoinositide-3-kinase, regulatory subunit 2 (beta)) (Pik3r2 protein)","string-db","7955.ENSDARP00000130009/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q2HXK8","wu:fb65b05","fgf16","pik3r1","Q2HXK8","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q0P4B0","wu:fb65b05","Rho","pik3r1","Q0P4B0","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B8JLP1","wu:fb65b05","si:dkey-285c2.8","pik3r1","gp1bb","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Glycoprotein Ib platelet subunit beta (Platelet glycoprotein Ib beta chain precursor)","string-db","7955.ENSDARP00000118508/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IKB3","wu:fb65b05","si:ch211-25d12.7","pik3r1","A0A0R4IKB3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Si:ch211-25d12.7 (Src-like-adapter 2)","string-db","7955.ENSDARP00000135796/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B0EVP7","wu:fb65b05","SOCS5","pik3r1","socs5a","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q6SJP8","wu:fb65b05","fgf17","pik3r1","fgf17","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IKQ9","wu:fb65b05","Insulin receptor substrate 2","pik3r1","irs2b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q2LJ24","wu:fb65b05","Fibroblast growth factor","pik3r1","fgf20b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1RC43","wu:fb65b05","Klotho","pik3r1","F1RC43","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QJL5","wu:fb65b05","zgc:100942","pik3r1","gna15.1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B0EVQ1","wu:fb65b05","SOCS9","pik3r1","B0EVQ1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F3T0","wu:fb65b05","SHC-transforming protein 1","pik3r1","shc1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QWN6","wu:fb65b05","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta","pik3r1","F1QWN6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphatidylinositol 4-phosphate 3-kinase C2 domain-containing subunit beta (Phosphatidylinositol-4-phosphate 3-kinase, catalytic subunit type 2 beta)","string-db","7955.ENSDARP00000110942/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4I9X7","wu:fb65b05","GRB2-associated-binding protein 2","pik3r1","A0A0R4I9X7","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A1L1U1","wu:fb65b05","Striatin","pik3r1","A1L1U1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QN44","wu:fb65b05","dap12","pik3r1","F1QN44","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q98TU0","wu:fb65b05","gdnf","pik3r1","Q98TU0","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QM54","wu:fb65b05","fb18g01","pik3r1","F1QM54","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QSC3","wu:fb65b05","Growth factor receptor-bound protein 10 isoform X2","pik3r1","grb10b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QM89","wu:fb65b05","sc:d0645","pik3r1","F1QM89","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A8WH92","wu:fb65b05","il-2rb","pik3r1","il2rb","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7FGA4","wu:fb65b05","NRG2b","pik3r1","nrg2b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B3DHR9","wu:fb65b05","Fibroblast growth factor","pik3r1","fgf7","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B0EVP5","wu:fb65b05","SOCS2","pik3r1","B0EVP5","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F6NYV8","wu:fb65b05","si:ch211-67e16.2","pik3r1","F6NYV8","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","string-db","7955.ENSDARP00000114088/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","P48802","wu:fb65b05","fgf3","pik3r1","fgf3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q90413","wu:fb65b05","fgfr4","pik3r1","Q90413","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q56JH6","wu:fb65b05","kitla","pik3r1","Q56JH6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","X1WC58","wu:fb65b05","il-21ra.a","pik3r1","X1WC58","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QIR0","wu:fb65b05","Phosphoinositide 3-kinase adapter protein 1","pik3r1","pik3ap1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphoinositide 3-kinase adapter protein 1 (Phosphoinositide-3-kinase adaptor protein 1)","string-db","7955.ENSDARP00000147515/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q6YBR5","wu:fb65b05","ngf","pik3r1","ngf","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E9QDH7","wu:fb65b05","Si:ch211-67e16.3","pik3r1","E9QDH7","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Si:ch211-67e16.3","string-db","7955.ENSDARP00000117942/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q5YLG6","wu:fb65b05","OTTDARP00000007023","pik3r1","rhov","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A8M1QVE3","wu:fb65b05","Si:dkey-1h24.6","pik3r1","A0A8M1QVE3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Si:dkey-1h24.6","string-db","7955.ENSDARP00000121388/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IUJ2","wu:fb65b05","wu:fb16a12","pik3r1","pik3r3a","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","string-db","7955.ENSDARP00000130273/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A8WH93","wu:fb65b05","il-2rgc.a","pik3r1","A8WH93","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A8E7C6","wu:fb65b05","c-ret","pik3r1","ret","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","string-db","7955.ENSDARP00000072093/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7FCS5","wu:fb65b05","Neuregulin 3b","pik3r1","nrg3b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000106379/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q6NYJ2","wu:fb65b05","zgc:77038","pik3r1","socs3b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q9DFC9","wu:fb65b05","wu:fc89b01","pik3r1","fgf4","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q1XG76","wu:fb65b05","si:dkey-21e2.2","pik3r1","Q1XG76","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A2R8Q8S1","wu:fb65b05","wu:fa04e08","pik3r1","kras","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B0S6A6","wu:fb65b05","gfra2","pik3r1","B0S6A6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","GDNF family receptor alpha","string-db","7955.ENSDARP00000062696/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A2RV22","wu:fb65b05","Phosphoinositide-3-kinase, regulatory subunit 6a","pik3r1","A2RV22","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4J755","wu:fb65b05","Tyrosine-protein kinase","pik3r1","hck","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000115909/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F8W3R9","wu:fb65b05","alk","pik3r1","alk","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q1RLY5","wu:fb65b05","zgc:136695","pik3r1","lck","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4INZ6","wu:fb65b05","Betacellulin, epidermal growth factor family member","pik3r1","A0A0R4INZ6","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F251","wu:fb65b05","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3r1","pik3cb","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q2XNF5","wu:fb65b05","epo","pik3r1","epo","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Erythropoietin (Erythropoietin-L2)","string-db","7955.ENSDARP00000100433/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7FDH8","wu:fb65b05","Socs1b","pik3r1","socs1b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","string-db","7955.ENSDARP00000122638/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q1JPZ3","wu:fb65b05","src","pik3r1","Q1JPZ3","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q8JG38","wu:fb65b05","fgfr2","pik3r1","Q8JG38","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IX01","wu:fb65b05","Beta-klotho","pik3r1","A0A0R4IX01","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A8M3AQJ0","wu:fb65b05","Phosphoinositide 3-kinase regulatory subunit 6","pik3r1","A0A8M3AQJ0","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Phosphoinositide 3-kinase regulatory subunit 6 (Phosphoinositide-3-kinase, regulatory subunit 6b)","string-db","7955.ENSDARP00000128215/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q08BW5","wu:fb65b05","CISH","pik3r1","cish","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Cytokine-inducible SH2-containing protein","string-db","7955.ENSDARP00000079296/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A8M2BHX1","wu:fb65b05","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3r1","A0A8M2BHX1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000124781/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","B0EVP6","wu:fb65b05","SOCS5L","pik3r1","socs5b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A8M2BBW7","wu:fb65b05","si:dkey-97m3.4","pik3r1","A0A8M2BBW7","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F166","wu:fb65b05","socs6","pik3r1","E7F166","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E9QDP8","wu:fb65b05","il-7ra","pik3r1","il7r","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1QAD7","wu:fb65b05","phosphatidylinositol-4,5-bisphosphate 3-kinase","pik3r1","pik3ca","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q7T2B1","wu:fb65b05","SOCS6","pik3r1","socs6b","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","string-db","7955.ENSDARP00000114806/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q8JFR5","wu:fb65b05","kita","pik3r1","kita","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","F1Q7S5","wu:fb65b05","fb11b01","pik3r1","gab1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q7T011","wu:fb65b05","si:ch211-10e8.7","pik3r1","Q7T011","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IWG0","wu:fb65b05","Epigen","pik3r1","epgn","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","E7F4P8","wu:fb65b05","Insulin receptor substrate 1","pik3r1","irs1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A2R8Q0D8","wu:fb65b05","Platelet-derived growth factor subunit B","pik3r1","A0A2R8Q0D8","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A0A0R4IBM0","wu:fb65b05","wu:fm70e01","pik3r1","nrg1","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","A9JRW9","wu:fb65b05","Proheparin-binding EGF-like growth factor","pik3r1","A9JRW9","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000056212","physical","txid7955" +"B0S6V7","Q7ZSZ9","wu:fb65b05","rac1","pik3r1","rac1a","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000056212","physical","txid7955" +"A0A0R4IKB3","F1QAD7","si:ch211-25d12.7","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A0R4IKB3","pik3ca","Si:ch211-25d12.7 (Src-like-adapter 2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000135796","physical","txid7955" +"A0A0R4IKB3","B0EVP7","si:ch211-25d12.7","SOCS5","A0A0R4IKB3","socs5a","Si:ch211-25d12.7 (Src-like-adapter 2)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","string-db","7955.ENSDARP00000137510/7955.ENSDARP00000135796","physical","txid7955" +"A0A0R4IKB3","B0EVQ1","si:ch211-25d12.7","SOCS9","A0A0R4IKB3","B0EVQ1","Si:ch211-25d12.7 (Src-like-adapter 2)","Suppressor of cytokine signaling 9 isoform X1 (Suppressor of cytokine-signaling 9)","string-db","7955.ENSDARP00000136645/7955.ENSDARP00000135796","physical","txid7955" +"A0A8M2B201","Q6PFT9","Tyrosine-protein kinase","apbb1ip","A0A8M2B201","Q6PFT9","Tyrosine-protein kinase (EC 2.7.10.2)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A2CE85","Tyrosine-protein kinase","si:dkey-1o2.6","A0A8M2B201","A2CE85","Tyrosine-protein kinase (EC 2.7.10.2)","Caspase recruitment domain family, member 9 (Caspase recruitment domain-containing protein 9)","string-db","7955.ENSDARP00000088242/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","O12990","Tyrosine-protein kinase","jak1","A0A8M2B201","O12990","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","string-db","7955.ENSDARP00000037399/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","E7F3T0","Tyrosine-protein kinase","SHC-transforming protein 1","A0A8M2B201","shc1","Tyrosine-protein kinase (EC 2.7.10.2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q1RLY5","Tyrosine-protein kinase","zgc:136695","A0A8M2B201","lck","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","F1QN44","Tyrosine-protein kinase","dap12","A0A8M2B201","F1QN44","Tyrosine-protein kinase (EC 2.7.10.2)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A0A0R4I9X7","Tyrosine-protein kinase","GRB2-associated-binding protein 2","A0A8M2B201","A0A0R4I9X7","Tyrosine-protein kinase (EC 2.7.10.2)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","E7F251","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2B201","pik3cb","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q1JPZ3","Tyrosine-protein kinase","src","A0A8M2B201","Q1JPZ3","Tyrosine-protein kinase (EC 2.7.10.2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q6NYE1","Tyrosine-protein kinase","wu:fa55c11","A0A8M2B201","Q6NYE1","Tyrosine-protein kinase (EC 2.7.10.2)","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","string-db","7955.ENSDARP00000016228/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A0A0R4ID76","Tyrosine-protein kinase","B-cell antigen receptor complex-associated protein beta chain","A0A8M2B201","A0A0R4ID76","Tyrosine-protein kinase (EC 2.7.10.2)","B-cell antigen receptor complex-associated protein beta chain (CD79b molecule, immunoglobulin-associated beta)","string-db","7955.ENSDARP00000130568/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","F1QAD7","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2B201","pik3ca","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q24K33","Tyrosine-protein kinase","Immune-related lectin-like receptor 1","A0A8M2B201","Q24K33","Tyrosine-protein kinase (EC 2.7.10.2)","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","string-db","7955.ENSDARP00000095936/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A0A0R4J755","Tyrosine-protein kinase","Tyrosine-protein kinase","A0A8M2B201","hck","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000115909/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q6IQP4","Tyrosine-protein kinase","rap1a","A0A8M2B201","rap1aa","Tyrosine-protein kinase (EC 2.7.10.2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A0A0R4IN58","Tyrosine-protein kinase","FcRgamma","A0A8M2B201","fcer1g","Tyrosine-protein kinase (EC 2.7.10.2)","Fc epsilon receptor IgFc epsilon receptor Ig (Fc of IgE, high affinity I, receptor for gamma polypeptide precursor)","string-db","7955.ENSDARP00000135308/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q66I42","Tyrosine-protein kinase","rdx","A0A8M2B201","msna","Tyrosine-protein kinase (EC 2.7.10.2)","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000017246/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","B0S602","Tyrosine-protein kinase","Fn","A0A8M2B201","fn1a","Tyrosine-protein kinase (EC 2.7.10.2)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","E7F9Z1","Tyrosine-protein kinase","VWF","A0A8M2B201","vwf","Tyrosine-protein kinase (EC 2.7.10.2)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","B0S6V7","Tyrosine-protein kinase","wu:fb65b05","A0A8M2B201","pik3r1","Tyrosine-protein kinase (EC 2.7.10.2)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","F1RDG9","Tyrosine-protein kinase","fynb","A0A8M2B201","fynb","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","B8A5L6","Tyrosine-protein kinase","sb:cb892","A0A8M2B201","B8A5L6","Tyrosine-protein kinase (EC 2.7.10.2)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","B0R0P1","Tyrosine-protein kinase","Immune-related, lectin-like receptor 2","A0A8M2B201","B0R0P1","Tyrosine-protein kinase (EC 2.7.10.2)","Immune-related, lectin-like receptor 2","string-db","7955.ENSDARP00000116363/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q7ZVG7","Tyrosine-protein kinase","fb60h05","A0A8M2B201","Q7ZVG7","Tyrosine-protein kinase (EC 2.7.10.2)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","A0A8M3AQW8","Tyrosine-protein kinase","Tyrosine-protein kinase","A0A8M2B201","A0A8M3AQW8","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","F1R904","Tyrosine-protein kinase","gcsfr","A0A8M2B201","F1R904","Tyrosine-protein kinase (EC 2.7.10.2)","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","string-db","7955.ENSDARP00000063985/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q6PC73","Tyrosine-protein kinase","grb2","A0A8M2B201","grb2b","Tyrosine-protein kinase (EC 2.7.10.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","E7F150","Tyrosine-protein kinase","CMRF35-like molecule 8","A0A8M2B201","E7F150","Tyrosine-protein kinase (EC 2.7.10.2)","CMRF35-like molecule 8 (Si:ch211-114l13.12)","string-db","7955.ENSDARP00000107085/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","Q6TEN1","Tyrosine-protein kinase","rap1b","A0A8M2B201","rap1b","Tyrosine-protein kinase (EC 2.7.10.2)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000003321","physical","txid7955" +"A0A8M2B201","B8ZHI7","Tyrosine-protein kinase","gcsf","A0A8M2B201","B8ZHI7","Tyrosine-protein kinase (EC 2.7.10.2)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000003321","physical","txid7955" +"Q1RLY5","A0A286Y8A3","zgc:136695","sh2b2","lck","A0A286Y8A3","Tyrosine-protein kinase (EC 2.7.10.2)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000131919","physical","txid7955" +"Q1RLY5","F1QAD7","zgc:136695","phosphatidylinositol-4,5-bisphosphate 3-kinase","lck","pik3ca","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000131919","physical","txid7955" +"A0A0R4ID76","A0A2R8Q2T0","B-cell antigen receptor complex-associated protein beta chain","Hcph","A0A0R4ID76","A0A2R8Q2T0","B-cell antigen receptor complex-associated protein beta chain (CD79b molecule, immunoglobulin-associated beta)","Tyrosine-protein phosphatase non-receptor type (EC 3.1.3.48)","string-db","7955.ENSDARP00000148161/7955.ENSDARP00000130568","physical","txid7955" +"Q6TEN1","Q6PC73","rap1b","grb2","rap1b","grb2b","Ras-related protein Rap-1b (EC 3.6.5.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000114387","physical","txid7955" +"Q6TEN1","Q6PFT9","rap1b","apbb1ip","rap1b","Q6PFT9","Ras-related protein Rap-1b (EC 3.6.5.2)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000114387","physical","txid7955" +"Q6TEN1","Q5RGW1","rap1b","Plexin C1","rap1b","Q5RGW1","Ras-related protein Rap-1b (EC 3.6.5.2)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000114387","physical","txid7955" +"Q6TEN1","A0A2R8Q8S1","rap1b","wu:fa04e08","rap1b","kras","Ras-related protein Rap-1b (EC 3.6.5.2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000114387","physical","txid7955" +"Q6TEN1","Q5M7Y2","rap1b","zgc:92074","rap1b","Q5M7Y2","Ras-related protein Rap-1b (EC 3.6.5.2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000114387","physical","txid7955" +"A0A0R4J755","F1QAD7","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","hck","pik3ca","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000115909","physical","txid7955" +"A0A0R4J755","E7F251","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","hck","pik3cb","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000115909","physical","txid7955" +"A0A0R4J755","B8ZHI7","Tyrosine-protein kinase","gcsf","hck","B8ZHI7","Tyrosine-protein kinase (EC 2.7.10.2)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000115909","physical","txid7955" +"A0A0R4J755","A0A8M3AQW8","Tyrosine-protein kinase","Tyrosine-protein kinase","hck","A0A8M3AQW8","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000115909","physical","txid7955" +"A0A0R4J755","Q6PC73","Tyrosine-protein kinase","grb2","hck","grb2b","Tyrosine-protein kinase (EC 2.7.10.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000115909","physical","txid7955" +"A0A0R4J755","A0A0R4I9X7","Tyrosine-protein kinase","GRB2-associated-binding protein 2","hck","A0A0R4I9X7","Tyrosine-protein kinase (EC 2.7.10.2)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000115909","physical","txid7955" +"Q6NYE1","Q6DEM2","wu:fa55c11","fb34h10","Q6NYE1","crk","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q6IQP4","wu:fa55c11","rap1a","Q6NYE1","rap1aa","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q6PC73","wu:fa55c11","grb2","Q6NYE1","grb2b","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q58EK5","wu:fa55c11","tdrd1","Q6NYE1","Q58EK5","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","P79737","wu:fa55c11","nras","Q6NYE1","P79737","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q6TEN1","wu:fa55c11","rap1b","Q6NYE1","rap1b","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q5M7Y2","wu:fa55c11","zgc:92074","Q6NYE1","Q5M7Y2","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","E7FCN5","wu:fa55c11","Integrin beta","Q6NYE1","E7FCN5","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q6PFT9","wu:fa55c11","apbb1ip","Q6NYE1","Q6PFT9","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q7ZVG7","wu:fa55c11","fb60h05","Q6NYE1","Q7ZVG7","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","A0A2R8Q8S1","wu:fa55c11","wu:fa04e08","Q6NYE1","kras","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q1LYG2","wu:fa55c11","sierrabraf","Q6NYE1","Q1LYG2","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","B5DE36","wu:fa55c11","zgc:175192","Q6NYE1","B5DE36","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","B8A5L6","wu:fa55c11","sb:cb892","Q6NYE1","B8A5L6","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q7ZVK8","wu:fa55c11","ERK1","Q6NYE1","mapk3","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q1JPZ3","wu:fa55c11","src","Q6NYE1","Q1JPZ3","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","A0JMN4","wu:fa55c11","zgc:154049","Q6NYE1","csk","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q7T356","wu:fa55c11","ywhabb","Q6NYE1","Q7T356","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000016228","physical","txid7955" +"Q6NYE1","Q503B6","wu:fa55c11","hrasl","Q6NYE1","hrasb","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","string-db","7955.ENSDARP00000016622/7955.ENSDARP00000016228","physical","txid7955" +"Q1JPZ3","F8W3R9","src","alk","Q1JPZ3","alk","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A8E5L7","src","cited3","Q1JPZ3","cited4b","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","string-db","7955.ENSDARP00000137672/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A2R8Q8S1","src","wu:fa04e08","Q1JPZ3","kras","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q1LVQ2","src","sh3bp4a","Q1JPZ3","sh3bp4a","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","SH3 domain-binding protein 4-A","string-db","7955.ENSDARP00000096489/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1QAD7","src","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q1JPZ3","pik3ca","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1QC03","src","zgc:171680","Q1JPZ3","zyx","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q7ZSZ9","src","rac1","Q1JPZ3","rac1a","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","E7F251","src","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q1JPZ3","pik3cb","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q6PFT9","src","apbb1ip","Q1JPZ3","Q6PFT9","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q8JFR5","src","kita","Q1JPZ3","kita","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A0R4I9X7","src","GRB2-associated-binding protein 2","Q1JPZ3","A0A0R4I9X7","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","O93599","src","STAT3b1","Q1JPZ3","stat3","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","B8JJL3","src","ER[b]1","Q1JPZ3","B8JJL3","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1QM89","src","sc:d0645","Q1JPZ3","F1QM89","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1RCY2","src","bZ1P14.9","Q1JPZ3","trpc6a","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Short transient receptor potential channel 6 isoform X1 (Transient receptor potential cation channel subfamily c member 6a) (Transient receptor potential cation channel, subfamily C, member 6a)","string-db","7955.ENSDARP00000100760/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q98TU0","src","gdnf","Q1JPZ3","Q98TU0","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A2R8RKR5","src","LOC103910147","Q1JPZ3","A0A2R8RKR5","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q7ZVK8","src","ERK1","Q1JPZ3","mapk3","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q90413","src","fgfr4","Q1JPZ3","Q90413","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","C3PTE8","src","Beta-arrestin-1","Q1JPZ3","arrb1","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","E7FBR4","src","T-lymphoma invasion and metastasis-inducing protein 1","Q1JPZ3","tiam1a","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","string-db","7955.ENSDARP00000101604/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q6TEN1","src","rap1b","Q1JPZ3","rap1b","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A2R8Q0D8","src","Platelet-derived growth factor subunit B","Q1JPZ3","A0A2R8Q0D8","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A2R8Q515","src","fc28d09","Q1JPZ3","A0A2R8Q515","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","B0S6C8","src","fk86g11","Q1JPZ3","B0S6C8","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q6PC73","src","grb2","Q1JPZ3","grb2b","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A286Y8A3","src","sh2b2","Q1JPZ3","A0A286Y8A3","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1QN56","src","ecac","Q1JPZ3","F1QN56","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Transient receptor potential cation channel subfamily V member 6 isoform X1 (Transient receptor potential cation channel, subfamily V, member 6)","string-db","7955.ENSDARP00000105890/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","E7FDB4","src","Ephexin-1 isoform X1","Q1JPZ3","ngef","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Ephexin-1 isoform X1 (Neuronal guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000098684/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","E7F9Z1","src","VWF","Q1JPZ3","vwf","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A8M1NH89","src","si:ch211-243a20.1","Q1JPZ3","A0A8M1NH89","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q7T356","src","ywhabb","Q1JPZ3","Q7T356","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A0A286Y8W8","src","Guanine nucleotide exchange factor VAV2 isoform X5","Q1JPZ3","vav2","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q56JH6","src","kitla","Q1JPZ3","Q56JH6","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q5M7Y2","src","zgc:92074","Q1JPZ3","Q5M7Y2","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q9DE49","src","pdgfra","Q1JPZ3","Q9DE49","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","B0S602","src","Fn","Q1JPZ3","fn1a","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","A1L1U1","src","Striatin","Q1JPZ3","A1L1U1","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q1LWS2","src","fk96b08","Q1JPZ3","Q1LWS2","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","Q1RLY5","src","zgc:136695","Q1JPZ3","lck","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","F1QLR7","src","c-met","Q1JPZ3","met","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000093618","physical","txid7955" +"Q1JPZ3","B5DE36","src","zgc:175192","Q1JPZ3","B5DE36","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000093618","physical","txid7955" +"F1R904","B8ZHI7","gcsfr","gcsf","F1R904","B8ZHI7","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000063985","physical","txid7955" +"F1R904","A0A0R4J755","gcsfr","Tyrosine-protein kinase","F1R904","hck","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000115909/7955.ENSDARP00000063985","physical","txid7955" +"F1R904","A0A8M3AQW8","gcsfr","Tyrosine-protein kinase","F1R904","A0A8M3AQW8","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000063985","physical","txid7955" +"F1R904","E7F3T0","gcsfr","SHC-transforming protein 1","F1R904","shc1","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000063985","physical","txid7955" +"F1R904","Q6PC73","gcsfr","grb2","F1R904","grb2b","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000063985","physical","txid7955" +"F1R904","A0A0R4I9X7","gcsfr","GRB2-associated-binding protein 2","F1R904","A0A0R4I9X7","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000063985","physical","txid7955" +"A2CE85","E7F8A6","si:dkey-1o2.6","B-cell lymphoma/leukemia 10 isoform X1","A2CE85","bcl10","Caspase recruitment domain family, member 9 (Caspase recruitment domain-containing protein 9)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000088242","physical","txid7955" +"B8A5L6","A0A2R8Q8S1","sb:cb892","wu:fa04e08","B8A5L6","kras","Fibrinogen alpha chain","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q6PFT9","sb:cb892","apbb1ip","B8A5L6","Q6PFT9","Fibrinogen alpha chain","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q5M7Y2","sb:cb892","zgc:92074","B8A5L6","Q5M7Y2","Fibrinogen alpha chain","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q1LYG2","sb:cb892","sierrabraf","B8A5L6","Q1LYG2","Fibrinogen alpha chain","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q7ZVG7","sb:cb892","fb60h05","B8A5L6","Q7ZVG7","Fibrinogen alpha chain","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q6IQP4","sb:cb892","rap1a","B8A5L6","rap1aa","Fibrinogen alpha chain","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","A2CEI6","sb:cb892","piwil2","B8A5L6","A2CEI6","Fibrinogen alpha chain","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","P79737","sb:cb892","nras","B8A5L6","P79737","Fibrinogen alpha chain","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","A0A8M9QJ44","sb:cb892","Extracellular serine/threonine protein kinase FAM20C","B8A5L6","A0A8M9QJ44","Fibrinogen alpha chain","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","E7FCN5","sb:cb892","Integrin beta","B8A5L6","E7FCN5","Fibrinogen alpha chain","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q6TEN1","sb:cb892","rap1b","B8A5L6","rap1b","Fibrinogen alpha chain","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","A0JMN4","sb:cb892","zgc:154049","B8A5L6","csk","Fibrinogen alpha chain","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q7ZVK8","sb:cb892","ERK1","B8A5L6","mapk3","Fibrinogen alpha chain","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q6PC73","sb:cb892","grb2","B8A5L6","grb2b","Fibrinogen alpha chain","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q7T356","sb:cb892","ywhabb","B8A5L6","Q7T356","Fibrinogen alpha chain","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q1JPZ3","sb:cb892","src","B8A5L6","Q1JPZ3","Fibrinogen alpha chain","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","Q6DEM2","sb:cb892","fb34h10","B8A5L6","crk","Fibrinogen alpha chain","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000029074","physical","txid7955" +"B8A5L6","B5DE36","sb:cb892","zgc:175192","B8A5L6","B5DE36","Fibrinogen alpha chain","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000029074","physical","txid7955" +"Q7ZVG7","Q6PC73","fb60h05","grb2","Q7ZVG7","grb2b","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","A0A2R8Q8S1","fb60h05","wu:fa04e08","Q7ZVG7","kras","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","O42364","fb60h05","apoeb","Q7ZVG7","apoeb","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q7T356","fb60h05","ywhabb","Q7ZVG7","Q7T356","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","P79737","fb60h05","nras","Q7ZVG7","P79737","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","A0A8M9QJ44","fb60h05","Extracellular serine/threonine protein kinase FAM20C","Q7ZVG7","A0A8M9QJ44","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q5M7Y2","fb60h05","zgc:92074","Q7ZVG7","Q5M7Y2","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","F1QJX3","fb60h05","zgc:109985","Q7ZVG7","F1QJX3","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","WW domain-binding protein 2","string-db","7955.ENSDARP00000089702/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q04475","fb60h05","b2m","Q7ZVG7","b2m","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q6DEM2","fb60h05","fb34h10","Q7ZVG7","crk","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q7T369","fb60h05","wbp2","Q7ZVG7","wbp2nl","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","string-db","7955.ENSDARP00000065921/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","B5DE36","fb60h05","zgc:175192","Q7ZVG7","B5DE36","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q6PFT9","fb60h05","apbb1ip","Q7ZVG7","Q6PFT9","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","E7FCN5","fb60h05","Integrin beta","Q7ZVG7","E7FCN5","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q6TEN1","fb60h05","rap1b","Q7ZVG7","rap1b","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q7ZVK8","fb60h05","ERK1","Q7ZVG7","mapk3","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","A0JMN4","fb60h05","zgc:154049","Q7ZVG7","csk","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000054229","physical","txid7955" +"Q7ZVG7","Q1JPZ3","fb60h05","src","Q7ZVG7","Q1JPZ3","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000054229","physical","txid7955" +"A0A8M3AQW8","F8W2M3","Tyrosine-protein kinase","Cardiotrophin-like cytokine factor 1","A0A8M3AQW8","clcf1","Tyrosine-protein kinase (EC 2.7.10.2)","Cardiotrophin-like cytokine factor 1","string-db","7955.ENSDARP00000124677/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","B8ZHI7","Tyrosine-protein kinase","gcsf","A0A8M3AQW8","B8ZHI7","Tyrosine-protein kinase (EC 2.7.10.2)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","C5IX16","Tyrosine-protein kinase","IFNF4","A0A8M3AQW8","C5IX16","Tyrosine-protein kinase (EC 2.7.10.2)","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","A0A0R4I9X7","Tyrosine-protein kinase","GRB2-associated-binding protein 2","A0A8M3AQW8","A0A0R4I9X7","Tyrosine-protein kinase (EC 2.7.10.2)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","H9A0J9","Tyrosine-protein kinase","Interleukin-6","A0A8M3AQW8","H9A0J9","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","A8WH79","Tyrosine-protein kinase","gp130","A0A8M3AQW8","il6st","Tyrosine-protein kinase (EC 2.7.10.2)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000124187","physical","txid7955" +"A0A8M3AQW8","Q8QFX6","Tyrosine-protein kinase","nrp1a","A0A8M3AQW8","Q8QFX6","Tyrosine-protein kinase (EC 2.7.10.2)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000124187","physical","txid7955" +"F1QN44","E7FGV3","dap12","Si:dkey-238d18.5","F1QN44","E7FGV3","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","Si:dkey-238d18.5","string-db","7955.ENSDARP00000129615/7955.ENSDARP00000117884","physical","txid7955" +"F1QN44","F1QAD7","dap12","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QN44","pik3ca","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000117884","physical","txid7955" +"F1QN44","Q1RLY5","dap12","zgc:136695","F1QN44","lck","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000117884","physical","txid7955" +"F1QN44","E7F251","dap12","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QN44","pik3cb","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000117884","physical","txid7955" +"O12990","F1RBF1","jak1","crfb8","O12990","F1RBF1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cytokine receptor family member b8 precursor (Interleukin 20 receptor, alpha)","string-db","7955.ENSDARP00000043625/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q6PC73","jak1","grb2","O12990","grb2b","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F8W2M3","jak1","Cardiotrophin-like cytokine factor 1","O12990","clcf1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cardiotrophin-like cytokine factor 1","string-db","7955.ENSDARP00000124677/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A0R4IKQ9","jak1","Insulin receptor substrate 2","O12990","irs2b","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000037399","physical","txid7955" +"O12990","B8ZHI7","jak1","gcsf","O12990","B8ZHI7","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000037399","physical","txid7955" +"O12990","E7F3T0","jak1","SHC-transforming protein 1","O12990","shc1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F6NZK1","jak1","crfb17","O12990","F6NZK1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A0R4I9X7","jak1","GRB2-associated-binding protein 2","O12990","A0A0R4I9X7","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1Q5F5","jak1","lifr.b","O12990","F1Q5F5","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","string-db","7955.ENSDARP00000058305/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A3R4U5","jak1","IL-15RA","O12990","A3R4U5","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","string-db","7955.ENSDARP00000099117/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0T2N3","jak1","aplnrb","O12990","aplnrb","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000037399","physical","txid7955" +"O12990","O93599","jak1","STAT3b1","O12990","stat3","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q1RM05","jak1","zgc:136623","O12990","Q1RM05","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000037399","physical","txid7955" +"O12990","C5IX16","jak1","IFNF4","O12990","C5IX16","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A8M1P6L4","jak1","obr","O12990","A0A8M1P6L4","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Leptin receptor (Leptin receptor precursor)","string-db","7955.ENSDARP00000073629/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1QJG4","jak1","aplnr3","O12990","aplnr2","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q6NYJ2","jak1","zgc:77038","O12990","socs3b","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000037399","physical","txid7955" +"O12990","B0V237","jak1","Tyrosine-protein kinase","O12990","jak3","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000049468/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A8WH79","jak1","gp130","O12990","il6st","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A8WH91","jak1","il-2rgc.b","O12990","A8WH91","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q6DG28","jak1","clf-1.a","O12990","crlf1a","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","string-db","7955.ENSDARP00000098081/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A1YYP5","jak1","IL21","O12990","A1YYP5","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin-21","string-db","7955.ENSDARP00000088519/7955.ENSDARP00000037399","physical","txid7955" +"O12990","B0S6V7","jak1","wu:fb65b05","O12990","pik3r1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A8WH92","jak1","il-2rb","O12990","il2rb","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A4JYQ0","jak1","cb549","O12990","cntfr","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Ciliary neurotrophic factor receptor (Cntfr)","string-db","7955.ENSDARP00000114970/7955.ENSDARP00000037399","physical","txid7955" +"O12990","E7F976","jak1","crfb14","O12990","ifnlr1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000037399","physical","txid7955" +"O12990","X1WC58","jak1","il-21ra.a","O12990","X1WC58","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000037399","physical","txid7955" +"O12990","H9A0J9","jak1","Interleukin-6","O12990","H9A0J9","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A8WH93","jak1","il-2rgc.a","O12990","A8WH93","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1QWX8","jak1","jak4","O12990","jak2a","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000132483/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A0R4J755","jak1","Tyrosine-protein kinase","O12990","hck","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000115909/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A8M1N7Q2","jak1","IL10R2","O12990","A0A8M1N7Q2","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","string-db","7955.ENSDARP00000054593/7955.ENSDARP00000037399","physical","txid7955" +"O12990","E7F4P8","jak1","Insulin receptor substrate 1","O12990","irs1","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A8E6E2","jak1","ifn2","O12990","A8E6E2","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q6DEF9","jak1","SOCS1","O12990","Q6DEF9","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000037399","physical","txid7955" +"O12990","B0UXH1","jak1","Cytokine receptor family member b2","O12990","crfb2","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1QAD7","jak1","phosphatidylinositol-4,5-bisphosphate 3-kinase","O12990","pik3ca","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000037399","physical","txid7955" +"O12990","A0A8M3AQW8","jak1","Tyrosine-protein kinase","O12990","A0A8M3AQW8","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1RA83","jak1","Cytokine receptor family member B16","O12990","crfb16","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Cytokine receptor family member B16","string-db","7955.ENSDARP00000090421/7955.ENSDARP00000037399","physical","txid7955" +"O12990","E7F251","jak1","phosphatidylinositol-4,5-bisphosphate 3-kinase","O12990","pik3cb","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q5TLE6","jak1","IFNG_1","O12990","ifng1r","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interferon gamma related precursor (Interferon gamma-related) (Interferon gamma_1)","string-db","7955.ENSDARP00000067152/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q7SZP9","jak1","aplnra","O12990","aplnra","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000037399","physical","txid7955" +"O12990","Q15KG7","jak1","Interleukin","O12990","Q15KG7","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000037399","physical","txid7955" +"O12990","E9QDP8","jak1","il-7ra","O12990","il7r","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000037399","physical","txid7955" +"O12990","F1R904","jak1","gcsfr","O12990","F1R904","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","Colony-stimulating factor 3 receptor (granulocyte) (Granulocyte colony-stimulating factor receptor isoform X1)","string-db","7955.ENSDARP00000063985/7955.ENSDARP00000037399","physical","txid7955" +"E7F150","Q1RLY5","CMRF35-like molecule 8","zgc:136695","E7F150","lck","CMRF35-like molecule 8 (Si:ch211-114l13.12)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000107085","physical","txid7955" +"E7F150","F1QN44","CMRF35-like molecule 8","dap12","E7F150","F1QN44","CMRF35-like molecule 8 (Si:ch211-114l13.12)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000107085","physical","txid7955" +"E7F150","F1QAD7","CMRF35-like molecule 8","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F150","pik3ca","CMRF35-like molecule 8 (Si:ch211-114l13.12)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000107085","physical","txid7955" +"E7F150","E7F251","CMRF35-like molecule 8","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F150","pik3cb","CMRF35-like molecule 8 (Si:ch211-114l13.12)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000107085","physical","txid7955" +"E7F9Z1","B5DE36","VWF","zgc:175192","vwf","B5DE36","von Willebrand factor","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","A0A2R8Q8S1","VWF","wu:fa04e08","vwf","kras","von Willebrand factor","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","Q6PC73","VWF","grb2","vwf","grb2b","von Willebrand factor","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","Q6TEN1","VWF","rap1b","vwf","rap1b","von Willebrand factor","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","Q5M7Y2","VWF","zgc:92074","vwf","Q5M7Y2","von Willebrand factor","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","B8JLP1","VWF","si:dkey-285c2.8","vwf","gp1bb","von Willebrand factor","Glycoprotein Ib platelet subunit beta (Platelet glycoprotein Ib beta chain precursor)","string-db","7955.ENSDARP00000118508/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","F1QB78","VWF","Plasminogen activator","vwf","plat","von Willebrand factor","Plasminogen activator (EC 3.4.21.68)","string-db","7955.ENSDARP00000120778/7955.ENSDARP00000101847","physical","txid7955" +"E7F9Z1","Q6PFT9","VWF","apbb1ip","vwf","Q6PFT9","von Willebrand factor","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000101847","physical","txid7955" +"B0R0P1","A0A0R4IN58","Immune-related, lectin-like receptor 2","FcRgamma","B0R0P1","fcer1g","Immune-related, lectin-like receptor 2","Fc epsilon receptor IgFc epsilon receptor Ig (Fc of IgE, high affinity I, receptor for gamma polypeptide precursor)","string-db","7955.ENSDARP00000135308/7955.ENSDARP00000116363","physical","txid7955" +"Q6PFT9","Q5M7Y2","apbb1ip","zgc:92074","Q6PFT9","Q5M7Y2","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000117778","physical","txid7955" +"Q6PFT9","A0A2R8Q8S1","apbb1ip","wu:fa04e08","Q6PFT9","kras","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000117778","physical","txid7955" +"Q6PFT9","Q6PC73","apbb1ip","grb2","Q6PFT9","grb2b","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000117778","physical","txid7955" +"Q24K33","A0A0R4IN58","Immune-related lectin-like receptor 1","FcRgamma","Q24K33","fcer1g","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","Fc epsilon receptor IgFc epsilon receptor Ig (Fc of IgE, high affinity I, receptor for gamma polypeptide precursor)","string-db","7955.ENSDARP00000135308/7955.ENSDARP00000095936","physical","txid7955" +"Q24K33","F6PCI7","Immune-related lectin-like receptor 1","icam3","Q24K33","si:ch211-74m13.1","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","string-db","7955.ENSDARP00000113145/7955.ENSDARP00000095936","physical","txid7955" +"Q24K33","B8JHX2","Immune-related lectin-like receptor 1","si:ch211-74m13.3","Q24K33","icam3","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","string-db","7955.ENSDARP00000112816/7955.ENSDARP00000095936","physical","txid7955" +"Q24K33","B0R0P1","Immune-related lectin-like receptor 1","Immune-related, lectin-like receptor 2","Q24K33","B0R0P1","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","Immune-related, lectin-like receptor 2","string-db","7955.ENSDARP00000116363/7955.ENSDARP00000095936","physical","txid7955" +"Q24K33","E7F9T6","Immune-related lectin-like receptor 1","Hemicentin-1-like","Q24K33","E7F9T6","Immune-related lectin-like receptor 1 (Immune-related, lectin-like receptor 1)","Hemicentin-1-like (Si:ch211-66e2.5)","string-db","7955.ENSDARP00000108077/7955.ENSDARP00000095936","physical","txid7955" +"Q6IQP4","Q6PC73","rap1a","grb2","rap1aa","grb2b","small monomeric GTPase (EC 3.6.5.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q5M7Y2","rap1a","zgc:92074","rap1aa","Q5M7Y2","small monomeric GTPase (EC 3.6.5.2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q1JPZ3","rap1a","src","rap1aa","Q1JPZ3","small monomeric GTPase (EC 3.6.5.2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","A0JMN4","rap1a","zgc:154049","rap1aa","csk","small monomeric GTPase (EC 3.6.5.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","B0S602","rap1a","Fn","rap1aa","fn1a","small monomeric GTPase (EC 3.6.5.2)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","E7F3T0","rap1a","SHC-transforming protein 1","rap1aa","shc1","small monomeric GTPase (EC 3.6.5.2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","P79737","rap1a","nras","rap1aa","P79737","small monomeric GTPase (EC 3.6.5.2)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q6TEN1","rap1a","rap1b","rap1aa","rap1b","small monomeric GTPase (EC 3.6.5.2)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q6PFT9","rap1a","apbb1ip","rap1aa","Q6PFT9","small monomeric GTPase (EC 3.6.5.2)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q7ZVK8","rap1a","ERK1","rap1aa","mapk3","small monomeric GTPase (EC 3.6.5.2)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","E7FBI4","rap1a","zgc:56630","rap1aa","rap1ab","small monomeric GTPase (EC 3.6.5.2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000110237/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q7ZVG7","rap1a","fb60h05","rap1aa","Q7ZVG7","small monomeric GTPase (EC 3.6.5.2)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","F1REV3","rap1a","krit1","rap1aa","F1REV3","small monomeric GTPase (EC 3.6.5.2)","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q6DEM2","rap1a","fb34h10","rap1aa","crk","small monomeric GTPase (EC 3.6.5.2)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","A0A2R8Q8S1","rap1a","wu:fa04e08","rap1aa","kras","small monomeric GTPase (EC 3.6.5.2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q5RGW1","rap1a","Plexin C1","rap1aa","Q5RGW1","small monomeric GTPase (EC 3.6.5.2)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","B5DE36","rap1a","zgc:175192","rap1aa","B5DE36","small monomeric GTPase (EC 3.6.5.2)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","Q7T356","rap1a","ywhabb","rap1aa","Q7T356","small monomeric GTPase (EC 3.6.5.2)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000050670","physical","txid7955" +"Q6IQP4","E7F9Z1","rap1a","VWF","rap1aa","vwf","small monomeric GTPase (EC 3.6.5.2)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000050670","physical","txid7955" +"F1RDG9","E9QDH7","fynb","Si:ch211-67e16.3","fynb","E9QDH7","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Si:ch211-67e16.3","string-db","7955.ENSDARP00000117942/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q9DE44","fynb","zgc:101604","fynb","Q9DE44","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7FDB4","fynb","Ephexin-1 isoform X1","fynb","ngef","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Ephexin-1 isoform X1 (Neuronal guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000098684/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","B0S6C8","fynb","fk86g11","fynb","B0S6C8","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q5GIT4","fynb","kdr","fynb","kdr","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","string-db","7955.ENSDARP00000049203/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1QXB0","fynb","LOC558044","fynb","sptbn2","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1R366","fynb","NMDAR1.1","fynb","grin1a","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1QAD7","fynb","phosphatidylinositol-4,5-bisphosphate 3-kinase","fynb","pik3ca","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7F251","fynb","phosphatidylinositol-4,5-bisphosphate 3-kinase","fynb","pik3cb","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q8JFR5","fynb","kita","fynb","kita","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A8M9Q4I8","fynb","Nck2","fynb","A0A8M9Q4I8","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cytoplasmic protein","string-db","7955.ENSDARP00000093447/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A8M1QVE3","fynb","Si:dkey-1h24.6","fynb","A0A8M1QVE3","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Si:dkey-1h24.6","string-db","7955.ENSDARP00000121388/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7FAZ2","fynb","ARF GTPase-activating protein GIT1 isoform X2","fynb","E7FAZ2","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","string-db","7955.ENSDARP00000057695/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q90Z32","fynb","fc10d03","fynb","Q90Z32","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","B0S6V7","fynb","wu:fb65b05","fynb","pik3r1","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F8W425","fynb","Tyrosine-protein kinase","fynb","F8W425","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q7ZSZ9","fynb","rac1","fynb","rac1a","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1Q6W4","fynb","cdk5r1","fynb","cdk5r1b","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","O93599","fynb","STAT3b1","fynb","stat3","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A0R4IYX8","fynb","CRMP-3","fynb","dpysl4","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q52PJ5","fynb","dpysl3","fynb","dpysl3","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","string-db","7955.ENSDARP00000065096/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7F150","fynb","CMRF35-like molecule 8","fynb","E7F150","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","CMRF35-like molecule 8 (Si:ch211-114l13.12)","string-db","7955.ENSDARP00000107085/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q8QFX6","fynb","nrp1a","fynb","Q8QFX6","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1QM89","fynb","sc:d0645","fynb","F1QM89","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A0R4I9X7","fynb","GRB2-associated-binding protein 2","fynb","A0A0R4I9X7","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A2CEJ3","fynb","fi18g12","fynb","ephb2b","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000043755/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7FBR4","fynb","T-lymphoma invasion and metastasis-inducing protein 1","fynb","tiam1a","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","string-db","7955.ENSDARP00000101604/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q1RLY5","fynb","zgc:136695","fynb","lck","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7F6M0","fynb","Cytoplasmic protein","fynb","nck1b","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A286Y8A3","fynb","sh2b2","fynb","A0A286Y8A3","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A2R8Q515","fynb","fc28d09","fynb","A0A2R8Q515","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q9W686","fynb","sema3ab","fynb","Q9W686","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","string-db","7955.ENSDARP00000061885/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1QQE5","fynb","wu:fa09g12","fynb","sptb","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","B0S5N4","fynb","plxna3","fynb","B0S5N4","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Plexin A3","string-db","7955.ENSDARP00000043999/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q1JPZ3","fynb","src","fynb","Q1JPZ3","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q6NY23","fynb","kirrel","fynb","Q6NY23","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Kin of IRRE like (Drosophila) (Kin of IRRE like a isoform X2) (Kirre like nephrin family adhesion molecule 1a precursor) (Kirre-like nephrin family adhesion molecule 1a)","string-db","7955.ENSDARP00000123625/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A3QJU6","fynb","zgc:136923","fynb","A3QJU6","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A8M1NH89","fynb","si:ch211-243a20.1","fynb","A0A8M1NH89","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q6EWH2","fynb","fyna","fynb","fyna","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Tyrosine-protein kinase fyna (EC 2.7.10.2) (Proto-oncogene c-Fyna)","string-db","7955.ENSDARP00000123888/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F1QN44","fynb","dap12","fynb","F1QN44","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","E7FE33","fynb","FERM, RhoGEF and pleckstrin domain protein 2","fynb","farp2","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","string-db","7955.ENSDARP00000129410/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A2R8QPJ6","fynb","Plexin-A2","fynb","plxna2","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q4V9A1","fynb","zgc:92024","fynb","nck2b","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cytoplasmic protein","string-db","7955.ENSDARP00000063647/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q6PC73","fynb","grb2","fynb","grb2b","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","A0A286Y8W8","fynb","Guanine nucleotide exchange factor VAV2 isoform X5","fynb","vav2","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","Q56JH6","fynb","kitla","fynb","Q56JH6","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000037198","physical","txid7955" +"F1RDG9","F6NYV8","fynb","si:ch211-67e16.2","fynb","F6NYV8","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","string-db","7955.ENSDARP00000114088/7955.ENSDARP00000037198","physical","txid7955" +"A0A0R4I9X7","F1QAD7","GRB2-associated-binding protein 2","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A0R4I9X7","pik3ca","GRB2-associated-binding protein 2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","Q6SJP8","GRB2-associated-binding protein 2","fgf17","A0A0R4I9X7","fgf17","GRB2-associated-binding protein 2","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","A0A0R4IKQ9","GRB2-associated-binding protein 2","Insulin receptor substrate 2","A0A0R4I9X7","irs2b","GRB2-associated-binding protein 2","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","A0A0R4IX01","GRB2-associated-binding protein 2","Beta-klotho","A0A0R4I9X7","A0A0R4IX01","GRB2-associated-binding protein 2","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","B8ZHI7","GRB2-associated-binding protein 2","gcsf","A0A0R4I9X7","B8ZHI7","GRB2-associated-binding protein 2","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","Q9DFC9","GRB2-associated-binding protein 2","wu:fc89b01","A0A0R4I9X7","fgf4","GRB2-associated-binding protein 2","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","Q1RLY5","GRB2-associated-binding protein 2","zgc:136695","A0A0R4I9X7","lck","GRB2-associated-binding protein 2","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","P48802","GRB2-associated-binding protein 2","fgf3","A0A0R4I9X7","fgf3","GRB2-associated-binding protein 2","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","A0A0R4IN60","GRB2-associated-binding protein 2","Fibroblast growth factor","A0A0R4I9X7","fgf19","GRB2-associated-binding protein 2","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","A0A2R8RKR5","GRB2-associated-binding protein 2","LOC103910147","A0A0R4I9X7","A0A2R8RKR5","GRB2-associated-binding protein 2","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000130726","physical","txid7955" +"A0A0R4I9X7","Q90413","GRB2-associated-binding protein 2","fgfr4","A0A0R4I9X7","Q90413","GRB2-associated-binding protein 2","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000130726","physical","txid7955" +"B0S602","Q6PC73","Fn","grb2","fn1a","grb2b","Fibronectin","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000112231","physical","txid7955" +"B0S602","Q5M7Y2","Fn","zgc:92074","fn1a","Q5M7Y2","Fibronectin","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000112231","physical","txid7955" +"B0S602","Q6TEN1","Fn","rap1b","fn1a","rap1b","Fibronectin","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000112231","physical","txid7955" +"B0S602","A0A2R8Q8S1","Fn","wu:fa04e08","fn1a","kras","Fibronectin","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000112231","physical","txid7955" +"B0S602","Q6PFT9","Fn","apbb1ip","fn1a","Q6PFT9","Fibronectin","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000112231","physical","txid7955" +"E7F3T0","B8ZHI7","SHC-transforming protein 1","gcsf","shc1","B8ZHI7","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q98TU0","SHC-transforming protein 1","gdnf","shc1","Q98TU0","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4IN60","SHC-transforming protein 1","Fibroblast growth factor","shc1","fgf19","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A2R8RKR5","SHC-transforming protein 1","LOC103910147","shc1","A0A2R8RKR5","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q6PFT9","SHC-transforming protein 1","apbb1ip","shc1","Q6PFT9","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q502U6","SHC-transforming protein 1","zHBNF","shc1","Q502U6","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q6SJP8","SHC-transforming protein 1","fgf17","shc1","fgf17","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F8W3B7","SHC-transforming protein 1","Tyrosine-protein kinase","shc1","btk","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4I9X7","SHC-transforming protein 1","GRB2-associated-binding protein 2","shc1","A0A0R4I9X7","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","E7FGA4","SHC-transforming protein 1","NRG2b","shc1","nrg2b","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","B3DHR9","SHC-transforming protein 1","Fibroblast growth factor","shc1","fgf7","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F8W3R9","SHC-transforming protein 1","alk","shc1","alk","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F1QLR7","SHC-transforming protein 1","c-met","shc1","met","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q7ZSZ9","SHC-transforming protein 1","rac1","shc1","rac1a","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4J755","SHC-transforming protein 1","Tyrosine-protein kinase","shc1","hck","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000115909/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","E7FCS5","SHC-transforming protein 1","Neuregulin 3b","shc1","nrg3b","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000106379/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","X1WC58","SHC-transforming protein 1","il-21ra.a","shc1","X1WC58","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A286Y8W8","SHC-transforming protein 1","Guanine nucleotide exchange factor VAV2 isoform X5","shc1","vav2","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A9JRW9","SHC-transforming protein 1","Proheparin-binding EGF-like growth factor","shc1","A9JRW9","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q2LJ24","SHC-transforming protein 1","Fibroblast growth factor","shc1","fgf20b","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q9DFC9","SHC-transforming protein 1","wu:fc89b01","shc1","fgf4","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F1Q7S5","SHC-transforming protein 1","fb11b01","shc1","gab1","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A8M3AQW8","SHC-transforming protein 1","Tyrosine-protein kinase","shc1","A0A8M3AQW8","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A8WH92","SHC-transforming protein 1","il-2rb","shc1","il2rb","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","E7F251","SHC-transforming protein 1","phosphatidylinositol-4,5-bisphosphate 3-kinase","shc1","pik3cb","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q6TEN1","SHC-transforming protein 1","rap1b","shc1","rap1b","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F1QAD7","SHC-transforming protein 1","phosphatidylinositol-4,5-bisphosphate 3-kinase","shc1","pik3ca","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q1XG76","SHC-transforming protein 1","si:dkey-21e2.2","shc1","Q1XG76","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4IBM0","SHC-transforming protein 1","wu:fm70e01","shc1","nrg1","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q1JPZ3","SHC-transforming protein 1","src","shc1","Q1JPZ3","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A8WH93","SHC-transforming protein 1","il-2rgc.a","shc1","A8WH93","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q90413","SHC-transforming protein 1","fgfr4","shc1","Q90413","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","B0S6C8","SHC-transforming protein 1","fk86g11","shc1","B0S6C8","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4IX01","SHC-transforming protein 1","Beta-klotho","shc1","A0A0R4IX01","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q8JG38","SHC-transforming protein 1","fgfr2","shc1","Q8JG38","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4IWG0","SHC-transforming protein 1","Epigen","shc1","epgn","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","F1RC43","SHC-transforming protein 1","Klotho","shc1","F1RC43","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q6PC73","SHC-transforming protein 1","grb2","shc1","grb2b","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","A0A0R4INZ6","SHC-transforming protein 1","Betacellulin, epidermal growth factor family member","shc1","A0A0R4INZ6","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","Q1LX18","SHC-transforming protein 1","si:dkey-94n12.3","shc1","Q1LX18","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","SHC (Src homology 2 domain-containing)-transforming protein 2 (SHC-transforming protein 2)","string-db","7955.ENSDARP00000114455/7955.ENSDARP00000089171","physical","txid7955" +"E7F3T0","P48802","SHC-transforming protein 1","fgf3","shc1","fgf3","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000089171","physical","txid7955" +"B3DJ34","Q6IQE1","LOC560360","pip4k2c","pip4k2aa","Q6IQE1","Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PtdIns(5)P-4-kinase isoform 2-alpha)","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma (EC 2.7.1.149) (Phosphatidylinositol 5-phosphate 4-kinase type II gamma) (PI(5)P 4-kinase type II gamma) (PIP4KII-gamma)","string-db","7955.ENSDARP00000042700/7955.ENSDARP00000003352","physical","txid7955" +"B3DJ34","F1QRI7","LOC560360","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma","pip4k2aa","F1QRI7","Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PtdIns(5)P-4-kinase isoform 2-alpha)","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma (EC 2.7.1.149) (Phosphatidylinositol 5-phosphate 4-kinase type II gamma)","string-db","7955.ENSDARP00000110833/7955.ENSDARP00000003352","physical","txid7955" +"Q6IQE1","F1QRI7","pip4k2c","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma","Q6IQE1","F1QRI7","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma (EC 2.7.1.149) (Phosphatidylinositol 5-phosphate 4-kinase type II gamma) (PI(5)P 4-kinase type II gamma) (PIP4KII-gamma)","Phosphatidylinositol 5-phosphate 4-kinase type-2 gamma (EC 2.7.1.149) (Phosphatidylinositol 5-phosphate 4-kinase type II gamma)","string-db","7955.ENSDARP00000110833/7955.ENSDARP00000042700","physical","txid7955" +"Q6DEL8","Q6NYS3","zgc:101026","Cul1","cks1b","cul1a","Cyclin-dependent kinases regulatory subunit","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","Q90YX4","zgc:101026","cdkn1b","cks1b","cdkn1bb","Cyclin-dependent kinases regulatory subunit","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","A3KP53","zgc:101026","id:ibd5121","cks1b","skp2","Cyclin-dependent kinases regulatory subunit","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","F1QGH4","zgc:101026","fd14f08","cks1b","ccna1","Cyclin-dependent kinases regulatory subunit","Cyclin-A1","string-db","7955.ENSDARP00000020968/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","F1QHN6","zgc:101026","im:7042025","cks1b","ubc","Cyclin-dependent kinases regulatory subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","A0A0N4SUD2","zgc:101026","Ubi-p63E","cks1b","ubb","Cyclin-dependent kinases regulatory subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","Q7ZWB1","zgc:101026","zgc:56598","cks1b","cdk2","Cyclin-dependent kinases regulatory subunit","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","P47794","zgc:101026","ccne1","cks1b","P47794","Cyclin-dependent kinases regulatory subunit","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","Q6PBY8","zgc:101026","skp1a","cks1b","skp1","Cyclin-dependent kinases regulatory subunit","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","A5WWG2","zgc:101026","cip1","cks1b","cdkn1a","Cyclin-dependent kinases regulatory subunit","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","E7FDM3","zgc:101026","Retinoblastoma-like 2","cks1b","rbl2","Cyclin-dependent kinases regulatory subunit","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000003357","physical","txid7955" +"Q6DEL8","Q7SXA3","zgc:101026","zgc:66168","cks1b","rps27a","Cyclin-dependent kinases regulatory subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000003357","physical","txid7955" +"A5WWG2","Q90459","cip1","ccnd1","cdkn1a","ccnd1","Cyclin-dependent kinase inhibitor 1","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000114199","physical","txid7955" +"A5WWG2","A0A0N4SUD2","cip1","Ubi-p63E","cdkn1a","ubb","Cyclin-dependent kinase inhibitor 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000114199","physical","txid7955" +"A5WWG2","P47794","cip1","ccne1","cdkn1a","P47794","Cyclin-dependent kinase inhibitor 1","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000114199","physical","txid7955" +"A5WWG2","Q7SXA3","cip1","zgc:66168","cdkn1a","rps27a","Cyclin-dependent kinase inhibitor 1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000114199","physical","txid7955" +"A5WWG2","F1QHN6","cip1","im:7042025","cdkn1a","ubc","Cyclin-dependent kinase inhibitor 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000114199","physical","txid7955" +"A5WWG2","I3IT74","cip1","si:ch211-234f14.1","cdkn1a","cdk6","Cyclin-dependent kinase inhibitor 1","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000114199","physical","txid7955" +"E7FDM3","A0A0R4ICD5","Retinoblastoma-like 2","fb72f07","rbl2","e2f4","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","Q5RHQ8","Retinoblastoma-like 2","lin9","rbl2","lin9","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","A0AUQ6","Retinoblastoma-like 2","lin52","rbl2","A0AUQ6","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","Q803N1","Retinoblastoma-like 2","tfdp1l","rbl2","tfdp1a","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","F1QHN6","Retinoblastoma-like 2","im:7042025","rbl2","ubc","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","Q08CM4","Retinoblastoma-like 2","lin54","rbl2","Q08CM4","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Protein lin-54 homolog","string-db","7955.ENSDARP00000086543/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","Q7SXA3","Retinoblastoma-like 2","zgc:66168","rbl2","rps27a","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","Q6NYS3","Retinoblastoma-like 2","Cul1","rbl2","cul1a","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","A0A0N4SUD2","Retinoblastoma-like 2","Ubi-p63E","rbl2","ubb","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","A3KP53","Retinoblastoma-like 2","id:ibd5121","rbl2","skp2","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000067923","physical","txid7955" +"E7FDM3","P47794","Retinoblastoma-like 2","ccne1","rbl2","P47794","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000067923","physical","txid7955" +"Q90YX4","I3IT74","cdkn1b","si:ch211-234f14.1","cdkn1bb","cdk6","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","Q08BY6","cdkn1b","zgc:153964","cdkn1bb","Q08BY6","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000078382/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","Q6NYS3","cdkn1b","Cul1","cdkn1bb","cul1a","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","Q90459","cdkn1b","ccnd1","cdkn1bb","ccnd1","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","Q1L8M6","cdkn1b","si:ch211-240j22.2","cdkn1bb","Q1L8M6","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","G1/S-specific cyclin-D2","string-db","7955.ENSDARP00000094056/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","A0A0N4SUD2","cdkn1b","Ubi-p63E","cdkn1bb","ubb","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","F1QHN6","cdkn1b","im:7042025","cdkn1bb","ubc","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","P47794","cdkn1b","ccne1","cdkn1bb","P47794","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","A5WWG2","cdkn1b","cip1","cdkn1bb","cdkn1a","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","A3KP53","cdkn1b","id:ibd5121","cdkn1bb","skp2","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000070891","physical","txid7955" +"Q90YX4","Q7SXA3","cdkn1b","zgc:66168","cdkn1bb","rps27a","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000070891","physical","txid7955" +"Q5TZ16","F1QZB5","si:dkey-77b17.3","gabrp","gabrr1","gabrz","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A2R8QAF5","si:dkey-77b17.3","LOC562831","gabrr1","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A8M2BDH7","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","gabrr1","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","Q08BJ3","si:dkey-77b17.3","zgc:153566","gabrr1","gabra1","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","F1Q4Y6","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabrr1","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","E7F635","si:dkey-77b17.3","si:dkey-52k1.6","gabrr1","E7F635","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","Q0P445","si:dkey-77b17.3","zgc:153417","gabrr1","Q0P445","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","string-db","7955.ENSDARP00000069422/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","E9QE70","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","gabrr1","E9QE70","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","F1QGW0","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit alpha-6","gabrr1","gabra6b","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","Q568M9","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit alpha-4","gabrr1","Q568M9","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","string-db","7955.ENSDARP00000005716/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","B3DIE5","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit rho-3 precursor","gabrr1","gabrr3a","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","string-db","7955.ENSDARP00000048429/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","F1RDP2","si:dkey-77b17.3","si:ch211-145n14.1","gabrr1","F1RDP2","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A8M9QPJ3","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit pi isoform X1","gabrr1","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","string-db","7955.ENSDARP00000069305/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","F1QPW7","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","gabrr1","F1QPW7","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A8M3AZ57","si:dkey-77b17.3","LOC561083","gabrr1","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A0A0MPE6","si:dkey-77b17.3","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","gabrr1","gabrr2b","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","string-db","7955.ENSDARP00000007445/7955.ENSDARP00000003360","physical","txid7955" +"Q5TZ16","A0A8M1RQZ2","si:dkey-77b17.3","LOC100330554","gabrr1","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000003360","physical","txid7955" +"A0A8M1RQZ2","A0A8M3AZ57","LOC100330554","LOC561083","A0A8M1RQZ2","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-1-like","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000133631","physical","txid7955" +"A0A8M1RQZ2","F1Q4Y6","LOC100330554","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","A0A8M1RQZ2","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-1-like","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000133631","physical","txid7955" +"A0A8M1RQZ2","Q08BJ3","LOC100330554","zgc:153566","A0A8M1RQZ2","gabra1","Gamma-aminobutyric acid receptor subunit rho-1-like","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000133631","physical","txid7955" +"A0A8M1RQZ2","A0A2R8QAF5","LOC100330554","LOC562831","A0A8M1RQZ2","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-1-like","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000133631","physical","txid7955" +"Q568M9","F1RDP2","Gamma-aminobutyric acid receptor subunit alpha-4","si:ch211-145n14.1","Q568M9","F1RDP2","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","Q568M9","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","F1QZB5","Gamma-aminobutyric acid receptor subunit alpha-4","gabrp","Q568M9","gabrz","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","Q08BJ3","Gamma-aminobutyric acid receptor subunit alpha-4","zgc:153566","Q568M9","gabra1","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit pi isoform X1","Q568M9","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","string-db","7955.ENSDARP00000069305/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-4","LOC100330554","Q568M9","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A0A0MPE6","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Q568M9","gabrr2b","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","string-db","7955.ENSDARP00000007445/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","E7F635","Gamma-aminobutyric acid receptor subunit alpha-4","si:dkey-52k1.6","Q568M9","E7F635","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Q568M9","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","F1QPW7","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","Q568M9","F1QPW7","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","E9QE70","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","Q568M9","E9QE70","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-4","LOC561083","Q568M9","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","B3DIE5","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Q568M9","gabrr3a","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","string-db","7955.ENSDARP00000048429/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-4","LOC562831","Q568M9","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","F1QGW0","Gamma-aminobutyric acid receptor subunit alpha-4","Gamma-aminobutyric acid receptor subunit alpha-6","Q568M9","gabra6b","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000005716","physical","txid7955" +"Q568M9","Q0P445","Gamma-aminobutyric acid receptor subunit alpha-4","zgc:153417","Q568M9","Q0P445","Gamma-aminobutyric acid receptor subunit alpha-4 (Gamma-aminobutyric acid type A receptor subunit alpha4) (Zgc:110204)","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","string-db","7955.ENSDARP00000069422/7955.ENSDARP00000005716","physical","txid7955" +"Q0P445","A0A2R8QAF5","zgc:153417","LOC562831","Q0P445","A0A2R8QAF5","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","F1RDP2","zgc:153417","si:ch211-145n14.1","Q0P445","F1RDP2","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","F1QGW0","zgc:153417","Gamma-aminobutyric acid receptor subunit alpha-6","Q0P445","gabra6b","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","A0A8M2BDH7","zgc:153417","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Q0P445","A0A8M2BDH7","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","E7F635","zgc:153417","si:dkey-52k1.6","Q0P445","E7F635","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","F1QPW7","zgc:153417","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","Q0P445","F1QPW7","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","Q08BJ3","zgc:153417","zgc:153566","Q0P445","gabra1","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","F1QZB5","zgc:153417","gabrp","Q0P445","gabrz","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","E9QE70","zgc:153417","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","Q0P445","E9QE70","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","A0A8M3AZ57","zgc:153417","LOC561083","Q0P445","A0A8M3AZ57","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","F1Q4Y6","zgc:153417","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","Q0P445","F1Q4Y6","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000069422","physical","txid7955" +"Q0P445","A0A8M1RQZ2","zgc:153417","LOC100330554","Q0P445","A0A8M1RQZ2","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000069422","physical","txid7955" +"A0A8M3AZ57","F1Q4Y6","LOC561083","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","A0A8M3AZ57","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000135045","physical","txid7955" +"A0A8M3AZ57","A0A2R8QAF5","LOC561083","LOC562831","A0A8M3AZ57","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000135045","physical","txid7955" +"B3DIE5","F1QZB5","Gamma-aminobutyric acid receptor subunit rho-3 precursor","gabrp","gabrr3a","gabrz","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","E9QE70","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","gabrr3a","E9QE70","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","F1QGW0","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit alpha-6","gabrr3a","gabra6b","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-3 precursor","LOC562831","gabrr3a","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-3 precursor","LOC561083","gabrr3a","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","F1RDP2","Gamma-aminobutyric acid receptor subunit rho-3 precursor","si:ch211-145n14.1","gabrr3a","F1RDP2","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit rho-3 precursor","LOC100330554","gabrr3a","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","Q0P445","Gamma-aminobutyric acid receptor subunit rho-3 precursor","zgc:153417","gabrr3a","Q0P445","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","string-db","7955.ENSDARP00000069422/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit pi isoform X1","gabrr3a","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","string-db","7955.ENSDARP00000069305/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabrr3a","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","Q08BJ3","Gamma-aminobutyric acid receptor subunit rho-3 precursor","zgc:153566","gabrr3a","gabra1","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","E7F635","Gamma-aminobutyric acid receptor subunit rho-3 precursor","si:dkey-52k1.6","gabrr3a","E7F635","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","gabrr3a","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000048429","physical","txid7955" +"B3DIE5","F1QPW7","Gamma-aminobutyric acid receptor subunit rho-3 precursor","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","gabrr3a","F1QPW7","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000048429","physical","txid7955" +"A0A8M9QPJ3","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit pi isoform X1","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","A0A8M9QPJ3","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","F1QZB5","Gamma-aminobutyric acid receptor subunit pi isoform X1","gabrp","A0A8M9QPJ3","gabrz","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","E9QE70","Gamma-aminobutyric acid receptor subunit pi isoform X1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","A0A8M9QPJ3","E9QE70","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","F1RDP2","Gamma-aminobutyric acid receptor subunit pi isoform X1","si:ch211-145n14.1","A0A8M9QPJ3","F1RDP2","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","F1QGW0","Gamma-aminobutyric acid receptor subunit pi isoform X1","Gamma-aminobutyric acid receptor subunit alpha-6","A0A8M9QPJ3","gabra6b","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","E7F635","Gamma-aminobutyric acid receptor subunit pi isoform X1","si:dkey-52k1.6","A0A8M9QPJ3","E7F635","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","F1Q4Y6","Gamma-aminobutyric acid receptor subunit pi isoform X1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","A0A8M9QPJ3","F1Q4Y6","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit pi isoform X1","LOC562831","A0A8M9QPJ3","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit pi isoform X1","LOC100330554","A0A8M9QPJ3","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","F1QPW7","Gamma-aminobutyric acid receptor subunit pi isoform X1","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","A0A8M9QPJ3","F1QPW7","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","Q08BJ3","Gamma-aminobutyric acid receptor subunit pi isoform X1","zgc:153566","A0A8M9QPJ3","gabra1","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit pi isoform X1","LOC561083","A0A8M9QPJ3","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000069305","physical","txid7955" +"A0A8M9QPJ3","Q0P445","Gamma-aminobutyric acid receptor subunit pi isoform X1","zgc:153417","A0A8M9QPJ3","Q0P445","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","string-db","7955.ENSDARP00000069422/7955.ENSDARP00000069305","physical","txid7955" +"F1RDP2","F1Q4Y6","si:ch211-145n14.1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","F1RDP2","F1Q4Y6","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","A0A8M3AZ57","si:ch211-145n14.1","LOC561083","F1RDP2","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","A0A8M1RQZ2","si:ch211-145n14.1","LOC100330554","F1RDP2","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","F1QPW7","si:ch211-145n14.1","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","F1RDP2","F1QPW7","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","A0A2R8QAF5","si:ch211-145n14.1","LOC562831","F1RDP2","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","Q08BJ3","si:ch211-145n14.1","zgc:153566","F1RDP2","gabra1","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","E9QE70","si:ch211-145n14.1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","F1RDP2","E9QE70","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000087253","physical","txid7955" +"F1RDP2","F1QGW0","si:ch211-145n14.1","Gamma-aminobutyric acid receptor subunit alpha-6","F1RDP2","gabra6b","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000087253","physical","txid7955" +"F1QGW0","Q08BJ3","Gamma-aminobutyric acid receptor subunit alpha-6","zgc:153566","gabra6b","gabra1","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000109146","physical","txid7955" +"F1QGW0","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-6","LOC561083","gabra6b","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000109146","physical","txid7955" +"F1QGW0","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-6","LOC562831","gabra6b","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000109146","physical","txid7955" +"F1QGW0","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-6","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabra6b","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000109146","physical","txid7955" +"F1QGW0","E9QE70","Gamma-aminobutyric acid receptor subunit alpha-6","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","gabra6b","E9QE70","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000109146","physical","txid7955" +"F1QGW0","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-6","LOC100330554","gabra6b","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000109146","physical","txid7955" +"A0A0A0MPE6","E9QE70","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","gabrr2b","E9QE70","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit pi isoform X1","gabrr2b","A0A8M9QPJ3","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit pi)","string-db","7955.ENSDARP00000069305/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","LOC561083","gabrr2b","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","E7F635","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","si:dkey-52k1.6","gabrr2b","E7F635","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","F1QZB5","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","gabrp","gabrr2b","gabrz","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","string-db","7955.ENSDARP00000070797/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","gabrr2b","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabrr2b","F1Q4Y6","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","Q08BJ3","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","zgc:153566","gabrr2b","gabra1","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","B3DIE5","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit rho-3 precursor","gabrr2b","gabrr3a","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","string-db","7955.ENSDARP00000048429/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","Q0P445","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","zgc:153417","gabrr2b","Q0P445","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid (GABA) A receptor, rho 2a (Gamma-aminobutyric acid type A receptor subunit rho2a) (Zgc:153417)","string-db","7955.ENSDARP00000069422/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","F1QGW0","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-6","gabrr2b","gabra6b","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","F1QPW7","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","gabrr2b","F1QPW7","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","LOC100330554","gabrr2b","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","LOC562831","gabrr2b","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000007445","physical","txid7955" +"A0A0A0MPE6","F1RDP2","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","si:ch211-145n14.1","gabrr2b","F1RDP2","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000007445","physical","txid7955" +"F1Q4Y6","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","LOC562831","F1Q4Y6","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000138277","physical","txid7955" +"F1QPW7","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","LOC562831","F1QPW7","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","F1Q4Y6","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","F1QPW7","F1Q4Y6","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","LOC561083","F1QPW7","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","E9QE70","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","F1QPW7","E9QE70","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","LOC100330554","F1QPW7","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","F1QGW0","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-6","F1QPW7","gabra6b","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000097944","physical","txid7955" +"F1QPW7","Q08BJ3","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","zgc:153566","F1QPW7","gabra1","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000097944","physical","txid7955" +"E9QE70","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","LOC100330554","E9QE70","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000117315","physical","txid7955" +"E9QE70","Q08BJ3","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","zgc:153566","E9QE70","gabra1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000117315","physical","txid7955" +"E9QE70","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","LOC562831","E9QE70","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000117315","physical","txid7955" +"E9QE70","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","LOC561083","E9QE70","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000117315","physical","txid7955" +"E9QE70","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","E9QE70","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000117315","physical","txid7955" +"E7F635","A0A8M1RQZ2","si:dkey-52k1.6","LOC100330554","E7F635","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","A0A2R8QAF5","si:dkey-52k1.6","LOC562831","E7F635","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","E9QE70","si:dkey-52k1.6","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","E7F635","E9QE70","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","F1Q4Y6","si:dkey-52k1.6","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","E7F635","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","A0A8M2BDH7","si:dkey-52k1.6","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","E7F635","A0A8M2BDH7","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","A0A8M3AZ57","si:dkey-52k1.6","LOC561083","E7F635","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","F1QPW7","si:dkey-52k1.6","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","E7F635","F1QPW7","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","Q08BJ3","si:dkey-52k1.6","zgc:153566","E7F635","gabra1","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","F1RDP2","si:dkey-52k1.6","si:ch211-145n14.1","E7F635","F1RDP2","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000073899","physical","txid7955" +"E7F635","F1QGW0","si:dkey-52k1.6","Gamma-aminobutyric acid receptor subunit alpha-6","E7F635","gabra6b","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000073899","physical","txid7955" +"A0A8M2BDH7","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","LOC561083","A0A8M2BDH7","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","Q08BJ3","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","zgc:153566","A0A8M2BDH7","gabra1","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","F1QPW7","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","A0A8M2BDH7","F1QPW7","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","F1RDP2","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","si:ch211-145n14.1","A0A8M2BDH7","F1RDP2","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","LOC100330554","A0A8M2BDH7","A0A8M1RQZ2","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","F1Q4Y6","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","A0A8M2BDH7","F1Q4Y6","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","F1QGW0","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-6","A0A8M2BDH7","gabra6b","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","E9QE70","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","A0A8M2BDH7","E9QE70","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000081734","physical","txid7955" +"A0A8M2BDH7","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","LOC562831","A0A8M2BDH7","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000081734","physical","txid7955" +"Q08BJ3","A0A8M3AZ57","zgc:153566","LOC561083","gabra1","A0A8M3AZ57","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000134688","physical","txid7955" +"Q08BJ3","F1Q4Y6","zgc:153566","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabra1","F1Q4Y6","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000134688","physical","txid7955" +"Q08BJ3","A0A2R8QAF5","zgc:153566","LOC562831","gabra1","A0A2R8QAF5","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000134688","physical","txid7955" +"F1QZB5","A0A8M2BDH7","gabrp","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1","gabrz","A0A8M2BDH7","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit beta-3 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta3)","string-db","7955.ENSDARP00000081734/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","E9QE70","gabrp","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1","gabrz","E9QE70","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit alpha-5 isoform X1 (Gamma-aminobutyric acid type A receptor subunit alpha5)","string-db","7955.ENSDARP00000117315/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","F1QPW7","gabrp","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1","gabrz","F1QPW7","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit beta-1 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta1)","string-db","7955.ENSDARP00000097944/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","F1RDP2","gabrp","si:ch211-145n14.1","gabrz","F1RDP2","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit gamma-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit gamma2)","string-db","7955.ENSDARP00000087253/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","Q08BJ3","gabrp","zgc:153566","gabrz","gabra1","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","string-db","7955.ENSDARP00000134688/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","A0A8M1RQZ2","gabrp","LOC100330554","gabrz","A0A8M1RQZ2","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit rho-1-like","string-db","7955.ENSDARP00000133631/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","A0A2R8QAF5","gabrp","LOC562831","gabrz","A0A2R8QAF5","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit pi-like","string-db","7955.ENSDARP00000150320/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","F1Q4Y6","gabrp","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1","gabrz","F1Q4Y6","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit beta-4 isoform X1 (Gamma-aminobutyric acid type A receptor subunit beta4)","string-db","7955.ENSDARP00000138277/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","F1QGW0","gabrp","Gamma-aminobutyric acid receptor subunit alpha-6","gabrz","gabra6b","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","string-db","7955.ENSDARP00000109146/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","A0A8M3AZ57","gabrp","LOC561083","gabrz","A0A8M3AZ57","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit rho-3-like (Gamma-aminobutyric acid type A receptor subunit rho3b)","string-db","7955.ENSDARP00000135045/7955.ENSDARP00000070797","physical","txid7955" +"F1QZB5","E7F635","gabrp","si:dkey-52k1.6","gabrz","E7F635","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","Gamma-aminobutyric acid receptor subunit alpha-2 (Gamma-aminobutyric acid type A receptor subunit alpha2a)","string-db","7955.ENSDARP00000073899/7955.ENSDARP00000070797","physical","txid7955" +"Q6DRD1","F1QSP4","atp5o","CHUNP6904","atp5po","atp6v0ca","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000014897/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q7ZV27","atp5o","atp5s","atp5po","dmac2l","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","string-db","7955.ENSDARP00000014390/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q5XIY6","atp5o","atp6v1c1b","atp5po","atp6v1c1b","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6PC77","atp5o","atp5h","atp5po","atp5pd","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","E7F6Y4","atp5o","ATP synthase subunit f, mitochondrial","atp5po","E7F6Y4","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","F1QYM3","atp5o","wu:fb33a01","atp5po","atp6v0b","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","H0WES8","atp5o","USMG5","atp5po","atp5md","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6PGV1","atp5o","atp6v0d1","atp5po","atp6v0d1","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","A2BEG0","atp5o","si:ch211-106a19.2","atp5po","A2BEG0","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6IQN6","atp5o","zgc:73293","atp5po","Q6IQN6","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","A7YY99","atp5o","atp5ia","atp5po","A7YY99","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","A8WGC6","atp5o","atp5b","atp5po","A8WGC6","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","E7F7W2","atp5o","V-type proton ATPase subunit a","atp5po","atp6v0a2a","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","F8W3H2","atp5o","atp5e","atp5po","atp5f1e","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6NYF7","atp5o","atp5j","atp5po","atp5pf","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","string-db","7955.ENSDARP00000005644/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","F6P873","atp5o","atp5j2","atp5po","F6P873","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","B0R0V8","atp5o","chunp6890","atp5po","B0R0V8","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q7ZYW7","atp5o","zgc:55970","atp5po","atp5mc3a","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q9MIY6","atp5o","mt-atp8","atp5po","Q9MIY6","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q9MIY5","atp5o","mt-atp6","atp5po","mt-atp6","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","B8A655","atp5o","V-type proton ATPase subunit a","atp5po","B8A655","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q7ZVE5","atp5o","atp5g","atp5po","Q7ZVE5","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000014252/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6DRK0","atp5o","zgc:92923","atp5po","atp6v1f","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","A0A8M1P9B7","atp5o","atp5c1","atp5po","A0A8M1P9B7","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","A0A2R8RW11","atp5o","ATP synthase peripheral stalk subunit F6","atp5po","si:ch211-140m22.7","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","F1RDT4","atp5o","LOC108179059","atp5po","F1RDT4","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","string-db","7955.ENSDARP00000004741/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q08BA1","atp5o","atp5a1","atp5po","Q08BA1","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6P041","atp5o","zgc:77708","atp5po","atp6v0cb","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q504A1","atp5o","zgc:109987","atp5po","Q504A1","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q6P6E0","atp5o","mg:bb02g11","atp5po","atp5l","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","ATP synthase subunit","string-db","7955.ENSDARP00000007716/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","E7FCD8","atp5o","H","atp5po","atp6v1ab","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000003389","physical","txid7955" +"Q6DRD1","Q7T385","atp5o","atp6v1c1a","atp5po","Q7T385","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000003389","physical","txid7955" +"Q9MIY5","H0WES8","mt-atp6","USMG5","mt-atp6","atp5md","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","E7F6Y4","mt-atp6","ATP synthase subunit f, mitochondrial","mt-atp6","E7F6Y4","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","F1QYM3","mt-atp6","wu:fb33a01","mt-atp6","atp6v0b","ATP synthase subunit a (F-ATPase protein 6)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","A0A2R8RW11","mt-atp6","ATP synthase peripheral stalk subunit F6","mt-atp6","si:ch211-140m22.7","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","Q6PC77","mt-atp6","atp5h","mt-atp6","atp5pd","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","B8A655","mt-atp6","V-type proton ATPase subunit a","mt-atp6","B8A655","ATP synthase subunit a (F-ATPase protein 6)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","A7YY99","mt-atp6","atp5ia","mt-atp6","A7YY99","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","E7F7W2","mt-atp6","V-type proton ATPase subunit a","mt-atp6","atp6v0a2a","ATP synthase subunit a (F-ATPase protein 6)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","Q6PGV1","mt-atp6","atp6v0d1","mt-atp6","atp6v0d1","ATP synthase subunit a (F-ATPase protein 6)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000087874","physical","txid7955" +"Q9MIY5","F8W3H2","mt-atp6","atp5e","mt-atp6","atp5f1e","ATP synthase subunit a (F-ATPase protein 6)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000087874","physical","txid7955" +"B8A655","E7FCD8","V-type proton ATPase subunit a","H","B8A655","atp6v1ab","V-type proton ATPase subunit a","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000114268","physical","txid7955" +"B8A655","E7F7W2","V-type proton ATPase subunit a","V-type proton ATPase subunit a","B8A655","atp6v0a2a","V-type proton ATPase subunit a","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000114268","physical","txid7955" +"B8A655","A0A2R8RW11","V-type proton ATPase subunit a","ATP synthase peripheral stalk subunit F6","B8A655","si:ch211-140m22.7","V-type proton ATPase subunit a","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000114268","physical","txid7955" +"B8A655","F1QYM3","V-type proton ATPase subunit a","wu:fb33a01","B8A655","atp6v0b","V-type proton ATPase subunit a","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000114268","physical","txid7955" +"B8A655","Q6PC77","V-type proton ATPase subunit a","atp5h","B8A655","atp5pd","V-type proton ATPase subunit a","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000114268","physical","txid7955" +"Q7ZVE5","Q7ZV27","atp5g","atp5s","Q7ZVE5","dmac2l","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","string-db","7955.ENSDARP00000014390/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","A0A2R8RW11","atp5g","ATP synthase peripheral stalk subunit F6","Q7ZVE5","si:ch211-140m22.7","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q6IQN6","atp5g","zgc:73293","Q7ZVE5","Q6IQN6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","F8W3H2","atp5g","atp5e","Q7ZVE5","atp5f1e","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","B8A655","atp5g","V-type proton ATPase subunit a","Q7ZVE5","B8A655","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","A0A8M1P9B7","atp5g","atp5c1","Q7ZVE5","A0A8M1P9B7","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","A7YY99","atp5g","atp5ia","Q7ZVE5","A7YY99","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","A8WGC6","atp5g","atp5b","Q7ZVE5","A8WGC6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q6PC77","atp5g","atp5h","Q7ZVE5","atp5pd","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","A2BEG0","atp5g","si:ch211-106a19.2","Q7ZVE5","A2BEG0","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","F6P873","atp5g","atp5j2","Q7ZVE5","F6P873","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q7ZYW7","atp5g","zgc:55970","Q7ZVE5","atp5mc3a","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q08BA1","atp5g","atp5a1","Q7ZVE5","Q08BA1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","E7F6Y4","atp5g","ATP synthase subunit f, mitochondrial","Q7ZVE5","E7F6Y4","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q6PGV1","atp5g","atp6v0d1","Q7ZVE5","atp6v0d1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","F1QYM3","atp5g","wu:fb33a01","Q7ZVE5","atp6v0b","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","F1QSP4","atp5g","CHUNP6904","Q7ZVE5","atp6v0ca","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000014897/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q504A1","atp5g","zgc:109987","Q7ZVE5","Q504A1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q9MIY5","atp5g","mt-atp6","Q7ZVE5","mt-atp6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q6P041","atp5g","zgc:77708","Q7ZVE5","atp6v0cb","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","Q9MIY6","atp5g","mt-atp8","Q7ZVE5","Q9MIY6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","E7F7W2","atp5g","V-type proton ATPase subunit a","Q7ZVE5","atp6v0a2a","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000014252","physical","txid7955" +"Q7ZVE5","H0WES8","atp5g","USMG5","Q7ZVE5","atp5md","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000014252","physical","txid7955" +"Q7T385","A8WGC6","atp6v1c1a","atp5b","Q7T385","A8WGC6","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q6PGV1","atp6v1c1a","atp6v0d1","Q7T385","atp6v0d1","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","B8A655","atp6v1c1a","V-type proton ATPase subunit a","Q7T385","B8A655","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","A2BEG0","atp6v1c1a","si:ch211-106a19.2","Q7T385","A2BEG0","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","F8W3H2","atp6v1c1a","atp5e","Q7T385","atp5f1e","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q6PBR5","atp6v1c1a","wu:fa12a02","Q7T385","atp6v1g1","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","F1QYM3","atp6v1c1a","wu:fb33a01","Q7T385","atp6v0b","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q803V5","atp6v1c1a","mlst8","Q7T385","Q803V5","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q0P3X8","atp6v1c1a","lamtor4","Q7T385","lamtor4","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q6DRK0","atp6v1c1a","zgc:92923","Q7T385","atp6v1f","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q6DEG4","atp6v1c1a","lamtor2","Q7T385","Q6DEG4","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q08BA4","atp6v1c1a","slc38a9","Q7T385","slc38a9","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","string-db","7955.ENSDARP00000041067/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","E7FCD8","atp6v1c1a","H","Q7T385","atp6v1ab","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q503S6","atp6v1c1a","lamtor3","Q7T385","Q503S6","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","A0A8M1P9B7","atp6v1c1a","atp5c1","Q7T385","A0A8M1P9B7","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","A0A0R4IFI0","atp6v1c1a","Regulatory-associated protein of MTOR, complex 1","Q7T385","A0A0R4IFI0","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q504A1","atp6v1c1a","zgc:109987","Q7T385","Q504A1","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q5XIY6","atp6v1c1a","atp6v1c1b","Q7T385","atp6v1c1b","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","E7FBZ6","atp6v1c1a","Ragulator complex protein LAMTOR1","Q7T385","E7FBZ6","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","E7F7W2","atp6v1c1a","V-type proton ATPase subunit a","Q7T385","atp6v0a2a","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","E7FA90","atp6v1c1a","si:dkey-176g4.2","Q7T385","lamtor5","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q08CD8","atp6v1c1a","zgc:153231","Q7T385","rhebl1","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q5EAR6","atp6v1c1a","ccdc115","Q7T385","Q5EAR6","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","Coiled-coil domain-containing protein 115","string-db","7955.ENSDARP00000047014/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","A2AR67","atp6v1c1a","atp6ap1","Q7T385","A2AR67","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","Q6P041","atp6v1c1a","zgc:77708","Q7T385","atp6v0cb","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","B0R0V8","atp6v1c1a","chunp6890","Q7T385","B0R0V8","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000029343","physical","txid7955" +"Q7T385","F1R9A7","atp6v1c1a","ATPase H+-transporting accessory protein 1a","Q7T385","F1R9A7","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000029343","physical","txid7955" +"E7F6Y4","B8A655","ATP synthase subunit f, mitochondrial","V-type proton ATPase subunit a","E7F6Y4","B8A655","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","F8W3H2","ATP synthase subunit f, mitochondrial","atp5e","E7F6Y4","atp5f1e","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","A0A2R8RW11","ATP synthase subunit f, mitochondrial","ATP synthase peripheral stalk subunit F6","E7F6Y4","si:ch211-140m22.7","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","E7F7W2","ATP synthase subunit f, mitochondrial","V-type proton ATPase subunit a","E7F6Y4","atp6v0a2a","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","H0WES8","ATP synthase subunit f, mitochondrial","USMG5","E7F6Y4","atp5md","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","F1QYM3","ATP synthase subunit f, mitochondrial","wu:fb33a01","E7F6Y4","atp6v0b","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000110900","physical","txid7955" +"E7F6Y4","Q6PC77","ATP synthase subunit f, mitochondrial","atp5h","E7F6Y4","atp5pd","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000110900","physical","txid7955" +"Q9MIY6","Q6PGV1","mt-atp8","atp6v0d1","Q9MIY6","atp6v0d1","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","E7F7W2","mt-atp8","V-type proton ATPase subunit a","Q9MIY6","atp6v0a2a","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","A7YY99","mt-atp8","atp5ia","Q9MIY6","A7YY99","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","B8A655","mt-atp8","V-type proton ATPase subunit a","Q9MIY6","B8A655","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","F8W3H2","mt-atp8","atp5e","Q9MIY6","atp5f1e","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","A0A2R8RW11","mt-atp8","ATP synthase peripheral stalk subunit F6","Q9MIY6","si:ch211-140m22.7","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","F1QYM3","mt-atp8","wu:fb33a01","Q9MIY6","atp6v0b","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","Q9MIY5","mt-atp8","mt-atp6","Q9MIY6","mt-atp6","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","Q6PC77","mt-atp8","atp5h","Q9MIY6","atp5pd","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","E7F6Y4","mt-atp8","ATP synthase subunit f, mitochondrial","Q9MIY6","E7F6Y4","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000087873","physical","txid7955" +"Q9MIY6","H0WES8","mt-atp8","USMG5","Q9MIY6","atp5md","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000087873","physical","txid7955" +"E7F7W2","Q6PC77","V-type proton ATPase subunit a","atp5h","atp6v0a2a","atp5pd","V-type proton ATPase subunit a","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000115900","physical","txid7955" +"E7F7W2","F1QYM3","V-type proton ATPase subunit a","wu:fb33a01","atp6v0a2a","atp6v0b","V-type proton ATPase subunit a","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000115900","physical","txid7955" +"E7F7W2","A0A2R8RW11","V-type proton ATPase subunit a","ATP synthase peripheral stalk subunit F6","atp6v0a2a","si:ch211-140m22.7","V-type proton ATPase subunit a","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000115900","physical","txid7955" +"E7F7W2","E7FCD8","V-type proton ATPase subunit a","H","atp6v0a2a","atp6v1ab","V-type proton ATPase subunit a","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000115900","physical","txid7955" +"Q504A1","A0A0R4IFI0","zgc:109987","Regulatory-associated protein of MTOR, complex 1","Q504A1","A0A0R4IFI0","V-type proton ATPase subunit","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","F1QYM3","zgc:109987","wu:fb33a01","Q504A1","atp6v0b","V-type proton ATPase subunit","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","B0R0V8","zgc:109987","chunp6890","Q504A1","B0R0V8","V-type proton ATPase subunit","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","A2AR67","zgc:109987","atp6ap1","Q504A1","A2AR67","V-type proton ATPase subunit","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q6PC77","zgc:109987","atp5h","Q504A1","atp5pd","V-type proton ATPase subunit","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","E7FA90","zgc:109987","si:dkey-176g4.2","Q504A1","lamtor5","V-type proton ATPase subunit","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","E7FBZ6","zgc:109987","Ragulator complex protein LAMTOR1","Q504A1","E7FBZ6","V-type proton ATPase subunit","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","E7F6Y4","zgc:109987","ATP synthase subunit f, mitochondrial","Q504A1","E7F6Y4","V-type proton ATPase subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","E7F7W2","zgc:109987","V-type proton ATPase subunit a","Q504A1","atp6v0a2a","V-type proton ATPase subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","B8A655","zgc:109987","V-type proton ATPase subunit a","Q504A1","B8A655","V-type proton ATPase subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","A0A2R8RW11","zgc:109987","ATP synthase peripheral stalk subunit F6","Q504A1","si:ch211-140m22.7","V-type proton ATPase subunit","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q803V5","zgc:109987","mlst8","Q504A1","Q803V5","V-type proton ATPase subunit","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q9MIY5","zgc:109987","mt-atp6","Q504A1","mt-atp6","V-type proton ATPase subunit","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","E7FCD8","zgc:109987","H","Q504A1","atp6v1ab","V-type proton ATPase subunit","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","A7YY99","zgc:109987","atp5ia","Q504A1","A7YY99","V-type proton ATPase subunit","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q0P3X8","zgc:109987","lamtor4","Q504A1","lamtor4","V-type proton ATPase subunit","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q6PGV1","zgc:109987","atp6v0d1","Q504A1","atp6v0d1","V-type proton ATPase subunit","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q9MIY6","zgc:109987","mt-atp8","Q504A1","Q9MIY6","V-type proton ATPase subunit","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000076503","physical","txid7955" +"Q504A1","Q503S6","zgc:109987","lamtor3","Q504A1","Q503S6","V-type proton ATPase subunit","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000076503","physical","txid7955" +"Q7ZV27","Q6PC77","atp5s","atp5h","dmac2l","atp5pd","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","A0A8M1P9B7","atp5s","atp5c1","dmac2l","A0A8M1P9B7","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","Q9MIY5","atp5s","mt-atp6","dmac2l","mt-atp6","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","A8WGC6","atp5s","atp5b","dmac2l","A8WGC6","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","F6P873","atp5s","atp5j2","dmac2l","F6P873","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","Q7ZYW7","atp5s","zgc:55970","dmac2l","atp5mc3a","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","F8W3H2","atp5s","atp5e","dmac2l","atp5f1e","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","A7YY99","atp5s","atp5ia","dmac2l","A7YY99","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZV27","Q08BA1","atp5s","atp5a1","dmac2l","Q08BA1","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000014390","physical","txid7955" +"Q7ZYW7","F1QYM3","zgc:55970","wu:fb33a01","atp5mc3a","atp6v0b","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q9MIY6","zgc:55970","mt-atp8","atp5mc3a","Q9MIY6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","A2BEG0","zgc:55970","si:ch211-106a19.2","atp5mc3a","A2BEG0","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q6PGV1","zgc:55970","atp6v0d1","atp5mc3a","atp6v0d1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","A0A2R8RW11","zgc:55970","ATP synthase peripheral stalk subunit F6","atp5mc3a","si:ch211-140m22.7","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q08BA1","zgc:55970","atp5a1","atp5mc3a","Q08BA1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","A7YY99","zgc:55970","atp5ia","atp5mc3a","A7YY99","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q9MIY5","zgc:55970","mt-atp6","atp5mc3a","mt-atp6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q6IQN6","zgc:55970","zgc:73293","atp5mc3a","Q6IQN6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","F8W3H2","zgc:55970","atp5e","atp5mc3a","atp5f1e","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","H0WES8","zgc:55970","USMG5","atp5mc3a","atp5md","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","A8WGC6","zgc:55970","atp5b","atp5mc3a","A8WGC6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q504A1","zgc:55970","zgc:109987","atp5mc3a","Q504A1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","A0A8M1P9B7","zgc:55970","atp5c1","atp5mc3a","A0A8M1P9B7","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q6P041","zgc:55970","zgc:77708","atp5mc3a","atp6v0cb","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","E7F6Y4","zgc:55970","ATP synthase subunit f, mitochondrial","atp5mc3a","E7F6Y4","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","B8A655","zgc:55970","V-type proton ATPase subunit a","atp5mc3a","B8A655","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","E7F7W2","zgc:55970","V-type proton ATPase subunit a","atp5mc3a","atp6v0a2a","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","Q6PC77","zgc:55970","atp5h","atp5mc3a","atp5pd","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000015997","physical","txid7955" +"Q7ZYW7","F6P873","zgc:55970","atp5j2","atp5mc3a","F6P873","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000015997","physical","txid7955" +"A0A8M1P9B7","Q6DRK0","atp5c1","zgc:92923","A0A8M1P9B7","atp6v1f","ATP synthase subunit gamma","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","E7F6Y4","atp5c1","ATP synthase subunit f, mitochondrial","A0A8M1P9B7","E7F6Y4","ATP synthase subunit gamma","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","Q9MIY5","atp5c1","mt-atp6","A0A8M1P9B7","mt-atp6","ATP synthase subunit gamma","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","E7FCD8","atp5c1","H","A0A8M1P9B7","atp6v1ab","ATP synthase subunit gamma","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","Q9MIY6","atp5c1","mt-atp8","A0A8M1P9B7","Q9MIY6","ATP synthase subunit gamma","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","H0WES8","atp5c1","USMG5","A0A8M1P9B7","atp5md","ATP synthase subunit gamma","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","Q6IQN6","atp5c1","zgc:73293","A0A8M1P9B7","Q6IQN6","ATP synthase subunit gamma","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","Q6PC77","atp5c1","atp5h","A0A8M1P9B7","atp5pd","ATP synthase subunit gamma","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","F8W3H2","atp5c1","atp5e","A0A8M1P9B7","atp5f1e","ATP synthase subunit gamma","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","A7YY99","atp5c1","atp5ia","A0A8M1P9B7","A7YY99","ATP synthase subunit gamma","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","B0R0V8","atp5c1","chunp6890","A0A8M1P9B7","B0R0V8","ATP synthase subunit gamma","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000066929","physical","txid7955" +"A0A8M1P9B7","A0A2R8RW11","atp5c1","ATP synthase peripheral stalk subunit F6","A0A8M1P9B7","si:ch211-140m22.7","ATP synthase subunit gamma","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000066929","physical","txid7955" +"A7YY99","F8W3H2","atp5ia","atp5e","A7YY99","atp5f1e","ATP synthase subunit e, mitochondrial","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","F1QYM3","atp5ia","wu:fb33a01","A7YY99","atp6v0b","ATP synthase subunit e, mitochondrial","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","A0A2R8RW11","atp5ia","ATP synthase peripheral stalk subunit F6","A7YY99","si:ch211-140m22.7","ATP synthase subunit e, mitochondrial","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","E7F7W2","atp5ia","V-type proton ATPase subunit a","A7YY99","atp6v0a2a","ATP synthase subunit e, mitochondrial","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","B8A655","atp5ia","V-type proton ATPase subunit a","A7YY99","B8A655","ATP synthase subunit e, mitochondrial","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","Q6PC77","atp5ia","atp5h","A7YY99","atp5pd","ATP synthase subunit e, mitochondrial","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","E7F6Y4","atp5ia","ATP synthase subunit f, mitochondrial","A7YY99","E7F6Y4","ATP synthase subunit e, mitochondrial","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000098791","physical","txid7955" +"A7YY99","H0WES8","atp5ia","USMG5","A7YY99","atp5md","ATP synthase subunit e, mitochondrial","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000098791","physical","txid7955" +"Q6PC77","A0A2R8RW11","atp5h","ATP synthase peripheral stalk subunit F6","atp5pd","si:ch211-140m22.7","ATP synthase subunit d, mitochondrial","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000135150","physical","txid7955" +"Q08BA1","Q5XIY6","atp5a1","atp6v1c1b","Q08BA1","atp6v1c1b","ATP synthase subunit alpha","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","A0A2R8RW11","atp5a1","ATP synthase peripheral stalk subunit F6","Q08BA1","si:ch211-140m22.7","ATP synthase subunit alpha","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","E7FCD8","atp5a1","H","Q08BA1","atp6v1ab","ATP synthase subunit alpha","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q6PC77","atp5a1","atp5h","Q08BA1","atp5pd","ATP synthase subunit alpha","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q6IQN6","atp5a1","zgc:73293","Q08BA1","Q6IQN6","ATP synthase subunit alpha","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","H0WES8","atp5a1","USMG5","Q08BA1","atp5md","ATP synthase subunit alpha","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q6DRK0","atp5a1","zgc:92923","Q08BA1","atp6v1f","ATP synthase subunit alpha","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q9MIY6","atp5a1","mt-atp8","Q08BA1","Q9MIY6","ATP synthase subunit alpha","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q9MIY5","atp5a1","mt-atp6","Q08BA1","mt-atp6","ATP synthase subunit alpha","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","E7F6Y4","atp5a1","ATP synthase subunit f, mitochondrial","Q08BA1","E7F6Y4","ATP synthase subunit alpha","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","A0A8M1P9B7","atp5a1","atp5c1","Q08BA1","A0A8M1P9B7","ATP synthase subunit alpha","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","B0R0V8","atp5a1","chunp6890","Q08BA1","B0R0V8","ATP synthase subunit alpha","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","F6P873","atp5a1","atp5j2","Q08BA1","F6P873","ATP synthase subunit alpha","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q58EK5","atp5a1","tdrd1","Q08BA1","Q58EK5","ATP synthase subunit alpha","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","Q7T385","atp5a1","atp6v1c1a","Q08BA1","Q7T385","ATP synthase subunit alpha","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","F8W3H2","atp5a1","atp5e","Q08BA1","atp5f1e","ATP synthase subunit alpha","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","A7YY99","atp5a1","atp5ia","Q08BA1","A7YY99","ATP synthase subunit alpha","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000027947","physical","txid7955" +"Q08BA1","A8WGC6","atp5a1","atp5b","Q08BA1","A8WGC6","ATP synthase subunit alpha","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000027947","physical","txid7955" +"Q6NYF7","Q504A1","atp5j","zgc:109987","atp5pf","Q504A1","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","E7F7W2","atp5j","V-type proton ATPase subunit a","atp5pf","atp6v0a2a","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","A8WGC6","atp5j","atp5b","atp5pf","A8WGC6","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","E7F6Y4","atp5j","ATP synthase subunit f, mitochondrial","atp5pf","E7F6Y4","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q08BA1","atp5j","atp5a1","atp5pf","Q08BA1","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q6PGV1","atp5j","atp6v0d1","atp5pf","atp6v0d1","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","F6P873","atp5j","atp5j2","atp5pf","F6P873","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","A0A8M1P9B7","atp5j","atp5c1","atp5pf","A0A8M1P9B7","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q7ZVE5","atp5j","atp5g","atp5pf","Q7ZVE5","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000014252/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q6IQN6","atp5j","zgc:73293","atp5pf","Q6IQN6","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q6PC77","atp5j","atp5h","atp5pf","atp5pd","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q9MIY6","atp5j","mt-atp8","atp5pf","Q9MIY6","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q7ZYW7","atp5j","zgc:55970","atp5pf","atp5mc3a","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q7ZV27","atp5j","atp5s","atp5pf","dmac2l","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","string-db","7955.ENSDARP00000014390/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","A0A2R8RW11","atp5j","ATP synthase peripheral stalk subunit F6","atp5pf","si:ch211-140m22.7","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","A7YY99","atp5j","atp5ia","atp5pf","A7YY99","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","H0WES8","atp5j","USMG5","atp5pf","atp5md","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q9MIY5","atp5j","mt-atp6","atp5pf","mt-atp6","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","F1QYM3","atp5j","wu:fb33a01","atp5pf","atp6v0b","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q6P6E0","atp5j","mg:bb02g11","atp5pf","atp5l","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase subunit","string-db","7955.ENSDARP00000007716/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","A2BEG0","atp5j","si:ch211-106a19.2","atp5pf","A2BEG0","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","Q6P041","atp5j","zgc:77708","atp5pf","atp6v0cb","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","F1QSP4","atp5j","CHUNP6904","atp5pf","atp6v0ca","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000014897/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","B8A655","atp5j","V-type proton ATPase subunit a","atp5pf","B8A655","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000005644","physical","txid7955" +"Q6NYF7","F8W3H2","atp5j","atp5e","atp5pf","atp5f1e","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000005644","physical","txid7955" +"Q5XIY6","A2AR67","atp6v1c1b","atp6ap1","atp6v1c1b","A2AR67","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","B0R0V8","atp6v1c1b","chunp6890","atp6v1c1b","B0R0V8","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","Q6DRK0","atp6v1c1b","zgc:92923","atp6v1c1b","atp6v1f","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","A8WGC6","atp6v1c1b","atp5b","atp6v1c1b","A8WGC6","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","F1QYM3","atp6v1c1b","wu:fb33a01","atp6v1c1b","atp6v0b","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","Q6P041","atp6v1c1b","zgc:77708","atp6v1c1b","atp6v0cb","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","E7F7W2","atp6v1c1b","V-type proton ATPase subunit a","atp6v1c1b","atp6v0a2a","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","A0A8M1P9B7","atp6v1c1b","atp5c1","atp6v1c1b","A0A8M1P9B7","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","F1R9A7","atp6v1c1b","ATPase H+-transporting accessory protein 1a","atp6v1c1b","F1R9A7","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","Q504A1","atp6v1c1b","zgc:109987","atp6v1c1b","Q504A1","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","F8W3H2","atp6v1c1b","atp5e","atp6v1c1b","atp5f1e","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","Q6PGV1","atp6v1c1b","atp6v0d1","atp6v1c1b","atp6v0d1","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","B8A655","atp6v1c1b","V-type proton ATPase subunit a","atp6v1c1b","B8A655","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000052090","physical","txid7955" +"Q5XIY6","E7FCD8","atp6v1c1b","H","atp6v1c1b","atp6v1ab","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000052090","physical","txid7955" +"F8W3H2","E7FCD8","atp5e","H","atp5f1e","atp6v1ab","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000124085","physical","txid7955" +"F8W3H2","H0WES8","atp5e","USMG5","atp5f1e","atp5md","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000124085","physical","txid7955" +"F8W3H2","Q6PC77","atp5e","atp5h","atp5f1e","atp5pd","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000124085","physical","txid7955" +"F8W3H2","A0A2R8RW11","atp5e","ATP synthase peripheral stalk subunit F6","atp5f1e","si:ch211-140m22.7","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000124085","physical","txid7955" +"E7FCD8","A0A0R4IFI0","H","Regulatory-associated protein of MTOR, complex 1","atp6v1ab","A0A0R4IFI0","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000128988","physical","txid7955" +"A2BEG0","Q5XIY6","si:ch211-106a19.2","atp6v1c1b","A2BEG0","atp6v1c1b","V-type proton ATPase subunit a","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","B0R0V8","si:ch211-106a19.2","chunp6890","A2BEG0","B0R0V8","V-type proton ATPase subunit a","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","A2AR67","si:ch211-106a19.2","atp6ap1","A2BEG0","A2AR67","V-type proton ATPase subunit a","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6PGV1","si:ch211-106a19.2","atp6v0d1","A2BEG0","atp6v0d1","V-type proton ATPase subunit a","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","E7F7W2","si:ch211-106a19.2","V-type proton ATPase subunit a","A2BEG0","atp6v0a2a","V-type proton ATPase subunit a","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","E7F6Y4","si:ch211-106a19.2","ATP synthase subunit f, mitochondrial","A2BEG0","E7F6Y4","V-type proton ATPase subunit a","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q9MIY5","si:ch211-106a19.2","mt-atp6","A2BEG0","mt-atp6","V-type proton ATPase subunit a","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q9MIY6","si:ch211-106a19.2","mt-atp8","A2BEG0","Q9MIY6","V-type proton ATPase subunit a","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","E7FCD8","si:ch211-106a19.2","H","A2BEG0","atp6v1ab","V-type proton ATPase subunit a","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q5EAR6","si:ch211-106a19.2","ccdc115","A2BEG0","Q5EAR6","V-type proton ATPase subunit a","Coiled-coil domain-containing protein 115","string-db","7955.ENSDARP00000047014/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","F1R9A7","si:ch211-106a19.2","ATPase H+-transporting accessory protein 1a","A2BEG0","F1R9A7","V-type proton ATPase subunit a","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","B8A655","si:ch211-106a19.2","V-type proton ATPase subunit a","A2BEG0","B8A655","V-type proton ATPase subunit a","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","F6P873","si:ch211-106a19.2","atp5j2","A2BEG0","F6P873","V-type proton ATPase subunit a","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q504A1","si:ch211-106a19.2","zgc:109987","A2BEG0","Q504A1","V-type proton ATPase subunit a","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","A0A2R8RW11","si:ch211-106a19.2","ATP synthase peripheral stalk subunit F6","A2BEG0","si:ch211-140m22.7","V-type proton ATPase subunit a","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6PC77","si:ch211-106a19.2","atp5h","A2BEG0","atp5pd","V-type proton ATPase subunit a","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","F1QYM3","si:ch211-106a19.2","wu:fb33a01","A2BEG0","atp6v0b","V-type proton ATPase subunit a","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6P041","si:ch211-106a19.2","zgc:77708","A2BEG0","atp6v0cb","V-type proton ATPase subunit a","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6DRK0","si:ch211-106a19.2","zgc:92923","A2BEG0","atp6v1f","V-type proton ATPase subunit a","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","A7YY99","si:ch211-106a19.2","atp5ia","A2BEG0","A7YY99","V-type proton ATPase subunit a","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6IQN6","si:ch211-106a19.2","zgc:73293","A2BEG0","Q6IQN6","V-type proton ATPase subunit a","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000032264","physical","txid7955" +"A2BEG0","Q6PBR5","si:ch211-106a19.2","wu:fa12a02","A2BEG0","atp6v1g1","V-type proton ATPase subunit a","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000032264","physical","txid7955" +"F1RDT4","A0A0R4IFI0","LOC108179059","Regulatory-associated protein of MTOR, complex 1","F1RDT4","A0A0R4IFI0","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q503S6","LOC108179059","lamtor3","F1RDT4","Q503S6","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","F1R9A7","LOC108179059","ATPase H+-transporting accessory protein 1a","F1RDT4","F1R9A7","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q08BA1","LOC108179059","atp5a1","F1RDT4","Q08BA1","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q6DRK0","LOC108179059","zgc:92923","F1RDT4","atp6v1f","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","A0A8M1P9B7","LOC108179059","atp5c1","F1RDT4","A0A8M1P9B7","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q6DEG4","LOC108179059","lamtor2","F1RDT4","Q6DEG4","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q0P3X8","LOC108179059","lamtor4","F1RDT4","lamtor4","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","E7FCD8","LOC108179059","H","F1RDT4","atp6v1ab","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","A8WGC6","LOC108179059","atp5b","F1RDT4","A8WGC6","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","F1QYM3","LOC108179059","wu:fb33a01","F1RDT4","atp6v0b","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q7ZVX8","LOC108179059","zgc:55524","F1RDT4","Q7ZVX8","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","string-db","7955.ENSDARP00000022320/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","F1QIB5","LOC108179059","zgc:162165","F1RDT4","rragd","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ras-related GTP-binding protein","string-db","7955.ENSDARP00000015934/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","E7FA90","LOC108179059","si:dkey-176g4.2","F1RDT4","lamtor5","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q5XIY6","LOC108179059","atp6v1c1b","F1RDT4","atp6v1c1b","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q504A1","LOC108179059","zgc:109987","F1RDT4","Q504A1","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q6P041","LOC108179059","zgc:77708","F1RDT4","atp6v0cb","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","B0R0V8","LOC108179059","chunp6890","F1RDT4","B0R0V8","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q6PGV1","LOC108179059","atp6v0d1","F1RDT4","atp6v0d1","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q08BA4","LOC108179059","slc38a9","F1RDT4","slc38a9","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","string-db","7955.ENSDARP00000041067/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","E7FBZ6","LOC108179059","Ragulator complex protein LAMTOR1","F1RDT4","E7FBZ6","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q7T385","LOC108179059","atp6v1c1a","F1RDT4","Q7T385","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q6PBR5","LOC108179059","wu:fa12a02","F1RDT4","atp6v1g1","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q803V5","LOC108179059","mlst8","F1RDT4","Q803V5","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","F8W3H2","LOC108179059","atp5e","F1RDT4","atp5f1e","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000004741","physical","txid7955" +"F1RDT4","Q08CD8","LOC108179059","zgc:153231","F1RDT4","rhebl1","ATPase H+-transporting V1 subunit E1a (V-type proton ATPase subunit E 1)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000004741","physical","txid7955" +"A8WGC6","E7F6Y4","atp5b","ATP synthase subunit f, mitochondrial","A8WGC6","E7F6Y4","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","H0WES8","atp5b","USMG5","A8WGC6","atp5md","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","Q6IQN6","atp5b","zgc:73293","A8WGC6","Q6IQN6","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","Q6DRK0","atp5b","zgc:92923","A8WGC6","atp6v1f","ATP synthase subunit beta (EC 7.1.2.2)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","F8W3H2","atp5b","atp5e","A8WGC6","atp5f1e","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","Q6PC77","atp5b","atp5h","A8WGC6","atp5pd","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","Q9MIY6","atp5b","mt-atp8","A8WGC6","Q9MIY6","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","A0A8M1P9B7","atp5b","atp5c1","A8WGC6","A0A8M1P9B7","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","Q9MIY5","atp5b","mt-atp6","A8WGC6","mt-atp6","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","A7YY99","atp5b","atp5ia","A8WGC6","A7YY99","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","A0A2R8RW11","atp5b","ATP synthase peripheral stalk subunit F6","A8WGC6","si:ch211-140m22.7","ATP synthase subunit beta (EC 7.1.2.2)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","E7FCD8","atp5b","H","A8WGC6","atp6v1ab","ATP synthase subunit beta (EC 7.1.2.2)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000060309","physical","txid7955" +"A8WGC6","B0R0V8","atp5b","chunp6890","A8WGC6","B0R0V8","ATP synthase subunit beta (EC 7.1.2.2)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000060309","physical","txid7955" +"Q6P041","Q803V5","zgc:77708","mlst8","atp6v0cb","Q803V5","V-type proton ATPase proteolipid subunit","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","B0R0V8","zgc:77708","chunp6890","atp6v0cb","B0R0V8","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","A7YY99","zgc:77708","atp5ia","atp6v0cb","A7YY99","V-type proton ATPase proteolipid subunit","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","F6P873","zgc:77708","atp5j2","atp6v0cb","F6P873","V-type proton ATPase proteolipid subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","F1QYM3","zgc:77708","wu:fb33a01","atp6v0cb","atp6v0b","V-type proton ATPase proteolipid subunit","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q0P3X8","zgc:77708","lamtor4","atp6v0cb","lamtor4","V-type proton ATPase proteolipid subunit","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q6DRK0","zgc:77708","zgc:92923","atp6v0cb","atp6v1f","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","E7FCD8","zgc:77708","H","atp6v0cb","atp6v1ab","V-type proton ATPase proteolipid subunit","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q6IQN6","zgc:77708","zgc:73293","atp6v0cb","Q6IQN6","V-type proton ATPase proteolipid subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q6PC77","zgc:77708","atp5h","atp6v0cb","atp5pd","V-type proton ATPase proteolipid subunit","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","E7FA90","zgc:77708","si:dkey-176g4.2","atp6v0cb","lamtor5","V-type proton ATPase proteolipid subunit","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","A0A2R8RW11","zgc:77708","ATP synthase peripheral stalk subunit F6","atp6v0cb","si:ch211-140m22.7","V-type proton ATPase proteolipid subunit","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q503S6","zgc:77708","lamtor3","atp6v0cb","Q503S6","V-type proton ATPase proteolipid subunit","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q6PGV1","zgc:77708","atp6v0d1","atp6v0cb","atp6v0d1","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","F1R9A7","zgc:77708","ATPase H+-transporting accessory protein 1a","atp6v0cb","F1R9A7","V-type proton ATPase proteolipid subunit","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q6DEG4","zgc:77708","lamtor2","atp6v0cb","Q6DEG4","V-type proton ATPase proteolipid subunit","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q504A1","zgc:77708","zgc:109987","atp6v0cb","Q504A1","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","E7FBZ6","zgc:77708","Ragulator complex protein LAMTOR1","atp6v0cb","E7FBZ6","V-type proton ATPase proteolipid subunit","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q08CD8","zgc:77708","zgc:153231","atp6v0cb","rhebl1","V-type proton ATPase proteolipid subunit","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","E7F7W2","zgc:77708","V-type proton ATPase subunit a","atp6v0cb","atp6v0a2a","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","E7F6Y4","zgc:77708","ATP synthase subunit f, mitochondrial","atp6v0cb","E7F6Y4","V-type proton ATPase proteolipid subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","A2AR67","zgc:77708","atp6ap1","atp6v0cb","A2AR67","V-type proton ATPase proteolipid subunit","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q9MIY6","zgc:77708","mt-atp8","atp6v0cb","Q9MIY6","V-type proton ATPase proteolipid subunit","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","A0A0R4IFI0","zgc:77708","Regulatory-associated protein of MTOR, complex 1","atp6v0cb","A0A0R4IFI0","V-type proton ATPase proteolipid subunit","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","B8A655","zgc:77708","V-type proton ATPase subunit a","atp6v0cb","B8A655","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000053138","physical","txid7955" +"Q6P041","Q9MIY5","zgc:77708","mt-atp6","atp6v0cb","mt-atp6","V-type proton ATPase proteolipid subunit","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000053138","physical","txid7955" +"F1QYM3","E7FCD8","wu:fb33a01","H","atp6v0b","atp6v1ab","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000117925","physical","txid7955" +"F1QYM3","A0A0R4IFI0","wu:fb33a01","Regulatory-associated protein of MTOR, complex 1","atp6v0b","A0A0R4IFI0","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000117925","physical","txid7955" +"F1QYM3","Q6PC77","wu:fb33a01","atp5h","atp6v0b","atp5pd","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000117925","physical","txid7955" +"F1QYM3","A0A2R8RW11","wu:fb33a01","ATP synthase peripheral stalk subunit F6","atp6v0b","si:ch211-140m22.7","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000117925","physical","txid7955" +"F1QYM3","Q803V5","wu:fb33a01","mlst8","atp6v0b","Q803V5","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000117925","physical","txid7955" +"Q6DRK0","E7FBZ6","zgc:92923","Ragulator complex protein LAMTOR1","atp6v1f","E7FBZ6","V-type proton ATPase subunit F","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","Q803V5","zgc:92923","mlst8","atp6v1f","Q803V5","V-type proton ATPase subunit F","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","B0R0V8","zgc:92923","chunp6890","atp6v1f","B0R0V8","V-type proton ATPase subunit F","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","F1QYM3","zgc:92923","wu:fb33a01","atp6v1f","atp6v0b","V-type proton ATPase subunit F","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","Q0P3X8","zgc:92923","lamtor4","atp6v1f","lamtor4","V-type proton ATPase subunit F","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","A2AR67","zgc:92923","atp6ap1","atp6v1f","A2AR67","V-type proton ATPase subunit F","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","Q6PGV1","zgc:92923","atp6v0d1","atp6v1f","atp6v0d1","V-type proton ATPase subunit F","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","Q503S6","zgc:92923","lamtor3","atp6v1f","Q503S6","V-type proton ATPase subunit F","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","E7FA90","zgc:92923","si:dkey-176g4.2","atp6v1f","lamtor5","V-type proton ATPase subunit F","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","Q504A1","zgc:92923","zgc:109987","atp6v1f","Q504A1","V-type proton ATPase subunit F","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","E7F7W2","zgc:92923","V-type proton ATPase subunit a","atp6v1f","atp6v0a2a","V-type proton ATPase subunit F","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","E7FCD8","zgc:92923","H","atp6v1f","atp6v1ab","V-type proton ATPase subunit F","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","A0A0R4IFI0","zgc:92923","Regulatory-associated protein of MTOR, complex 1","atp6v1f","A0A0R4IFI0","V-type proton ATPase subunit F","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","B8A655","zgc:92923","V-type proton ATPase subunit a","atp6v1f","B8A655","V-type proton ATPase subunit F","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000066962","physical","txid7955" +"Q6DRK0","F8W3H2","zgc:92923","atp5e","atp6v1f","atp5f1e","V-type proton ATPase subunit F","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000066962","physical","txid7955" +"Q6PGV1","A0A2R8RW11","atp6v0d1","ATP synthase peripheral stalk subunit F6","atp6v0d1","si:ch211-140m22.7","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","E7FCD8","atp6v0d1","H","atp6v0d1","atp6v1ab","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","F1QYM3","atp6v0d1","wu:fb33a01","atp6v0d1","atp6v0b","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","E7F6Y4","atp6v0d1","ATP synthase subunit f, mitochondrial","atp6v0d1","E7F6Y4","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","Q503S6","atp6v0d1","lamtor3","atp6v0d1","Q503S6","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","B8A655","atp6v0d1","V-type proton ATPase subunit a","atp6v0d1","B8A655","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","A7YY99","atp6v0d1","atp5ia","atp6v0d1","A7YY99","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","E7FA90","atp6v0d1","si:dkey-176g4.2","atp6v0d1","lamtor5","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","B0R0V8","atp6v0d1","chunp6890","atp6v0d1","B0R0V8","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","E7F7W2","atp6v0d1","V-type proton ATPase subunit a","atp6v0d1","atp6v0a2a","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","E7FBZ6","atp6v0d1","Ragulator complex protein LAMTOR1","atp6v0d1","E7FBZ6","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","A0A0R4IFI0","atp6v0d1","Regulatory-associated protein of MTOR, complex 1","atp6v0d1","A0A0R4IFI0","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","Q6PC77","atp6v0d1","atp5h","atp6v0d1","atp5pd","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","Q0P3X8","atp6v0d1","lamtor4","atp6v0d1","lamtor4","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","Q803V5","atp6v0d1","mlst8","atp6v0d1","Q803V5","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000091027","physical","txid7955" +"Q6PGV1","A2AR67","atp6v0d1","atp6ap1","atp6v0d1","A2AR67","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000091027","physical","txid7955" +"Q6IQN6","H0WES8","zgc:73293","USMG5","Q6IQN6","atp5md","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","Q9MIY5","zgc:73293","mt-atp6","Q6IQN6","mt-atp6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","B8A655","zgc:73293","V-type proton ATPase subunit a","Q6IQN6","B8A655","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","Q6PGV1","zgc:73293","atp6v0d1","Q6IQN6","atp6v0d1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","F1QYM3","zgc:73293","wu:fb33a01","Q6IQN6","atp6v0b","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","A7YY99","zgc:73293","atp5ia","Q6IQN6","A7YY99","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","A0A2R8RW11","zgc:73293","ATP synthase peripheral stalk subunit F6","Q6IQN6","si:ch211-140m22.7","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","E7F7W2","zgc:73293","V-type proton ATPase subunit a","Q6IQN6","atp6v0a2a","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","Q9MIY6","zgc:73293","mt-atp8","Q6IQN6","Q9MIY6","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","F8W3H2","zgc:73293","atp5e","Q6IQN6","atp5f1e","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","Q6PC77","zgc:73293","atp5h","Q6IQN6","atp5pd","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","Q504A1","zgc:73293","zgc:109987","Q6IQN6","Q504A1","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000072885","physical","txid7955" +"Q6IQN6","E7F6Y4","zgc:73293","ATP synthase subunit f, mitochondrial","Q6IQN6","E7F6Y4","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000072885","physical","txid7955" +"F1QSP4","Q7ZYW7","CHUNP6904","zgc:55970","atp6v0ca","atp5mc3a","V-type proton ATPase proteolipid subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6DRK0","CHUNP6904","zgc:92923","atp6v0ca","atp6v1f","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q7T385","CHUNP6904","atp6v1c1a","atp6v0ca","Q7T385","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","B0R0V8","CHUNP6904","chunp6890","atp6v0ca","B0R0V8","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","A0A2R8RW11","CHUNP6904","ATP synthase peripheral stalk subunit F6","atp6v0ca","si:ch211-140m22.7","V-type proton ATPase proteolipid subunit","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","F6P873","CHUNP6904","atp5j2","atp6v0ca","F6P873","V-type proton ATPase proteolipid subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","F1QYM3","CHUNP6904","wu:fb33a01","atp6v0ca","atp6v0b","V-type proton ATPase proteolipid subunit","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q5EAR6","CHUNP6904","ccdc115","atp6v0ca","Q5EAR6","V-type proton ATPase proteolipid subunit","Coiled-coil domain-containing protein 115","string-db","7955.ENSDARP00000047014/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","F1R9A7","CHUNP6904","ATPase H+-transporting accessory protein 1a","atp6v0ca","F1R9A7","V-type proton ATPase proteolipid subunit","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6PC77","CHUNP6904","atp5h","atp6v0ca","atp5pd","V-type proton ATPase proteolipid subunit","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","A2AR67","CHUNP6904","atp6ap1","atp6v0ca","A2AR67","V-type proton ATPase proteolipid subunit","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q5XIY6","CHUNP6904","atp6v1c1b","atp6v0ca","atp6v1c1b","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q9MIY6","CHUNP6904","mt-atp8","atp6v0ca","Q9MIY6","V-type proton ATPase proteolipid subunit","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6PBR5","CHUNP6904","wu:fa12a02","atp6v0ca","atp6v1g1","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","B8A655","CHUNP6904","V-type proton ATPase subunit a","atp6v0ca","B8A655","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6P041","CHUNP6904","zgc:77708","atp6v0ca","atp6v0cb","V-type proton ATPase proteolipid subunit","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","E7FCD8","CHUNP6904","H","atp6v0ca","atp6v1ab","V-type proton ATPase proteolipid subunit","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","E7F6Y4","CHUNP6904","ATP synthase subunit f, mitochondrial","atp6v0ca","E7F6Y4","V-type proton ATPase proteolipid subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q504A1","CHUNP6904","zgc:109987","atp6v0ca","Q504A1","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","A2BEG0","CHUNP6904","si:ch211-106a19.2","atp6v0ca","A2BEG0","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","A7YY99","CHUNP6904","atp5ia","atp6v0ca","A7YY99","V-type proton ATPase proteolipid subunit","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6PGV1","CHUNP6904","atp6v0d1","atp6v0ca","atp6v0d1","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","E7F7W2","CHUNP6904","V-type proton ATPase subunit a","atp6v0ca","atp6v0a2a","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q9MIY5","CHUNP6904","mt-atp6","atp6v0ca","mt-atp6","V-type proton ATPase proteolipid subunit","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q6IQN6","CHUNP6904","zgc:73293","atp6v0ca","Q6IQN6","V-type proton ATPase proteolipid subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000014897","physical","txid7955" +"F1QSP4","Q7ZVX8","CHUNP6904","zgc:55524","atp6v0ca","Q7ZVX8","V-type proton ATPase proteolipid subunit","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","string-db","7955.ENSDARP00000022320/7955.ENSDARP00000014897","physical","txid7955" +"B0R0V8","Q803V5","chunp6890","mlst8","B0R0V8","Q803V5","V-type proton ATPase subunit H","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","A0A0R4IFI0","chunp6890","Regulatory-associated protein of MTOR, complex 1","B0R0V8","A0A0R4IFI0","V-type proton ATPase subunit H","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","F8W3H2","chunp6890","atp5e","B0R0V8","atp5f1e","V-type proton ATPase subunit H","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","B8A655","chunp6890","V-type proton ATPase subunit a","B0R0V8","B8A655","V-type proton ATPase subunit H","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","Q0P3X8","chunp6890","lamtor4","B0R0V8","lamtor4","V-type proton ATPase subunit H","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","E7F7W2","chunp6890","V-type proton ATPase subunit a","B0R0V8","atp6v0a2a","V-type proton ATPase subunit H","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","Q503S6","chunp6890","lamtor3","B0R0V8","Q503S6","V-type proton ATPase subunit H","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","E7FCD8","chunp6890","H","B0R0V8","atp6v1ab","V-type proton ATPase subunit H","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000113453","physical","txid7955" +"B0R0V8","F1QYM3","chunp6890","wu:fb33a01","B0R0V8","atp6v0b","V-type proton ATPase subunit H","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000113453","physical","txid7955" +"Q6P6E0","A0A8M1P9B7","mg:bb02g11","atp5c1","atp5l","A0A8M1P9B7","ATP synthase subunit","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q08BA1","mg:bb02g11","atp5a1","atp5l","Q08BA1","ATP synthase subunit","ATP synthase subunit alpha","string-db","7955.ENSDARP00000027947/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q6IQN6","mg:bb02g11","zgc:73293","atp5l","Q6IQN6","ATP synthase subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","A8WGC6","mg:bb02g11","atp5b","atp5l","A8WGC6","ATP synthase subunit","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q504A1","mg:bb02g11","zgc:109987","atp5l","Q504A1","ATP synthase subunit","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","B8A655","mg:bb02g11","V-type proton ATPase subunit a","atp5l","B8A655","ATP synthase subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q9MIY6","mg:bb02g11","mt-atp8","atp5l","Q9MIY6","ATP synthase subunit","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","A0A2R8RW11","mg:bb02g11","ATP synthase peripheral stalk subunit F6","atp5l","si:ch211-140m22.7","ATP synthase subunit","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","H0WES8","mg:bb02g11","USMG5","atp5l","atp5md","ATP synthase subunit","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","F1QSP4","mg:bb02g11","CHUNP6904","atp5l","atp6v0ca","ATP synthase subunit","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000014897/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q7ZVE5","mg:bb02g11","atp5g","atp5l","Q7ZVE5","ATP synthase subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000014252/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q9MIY5","mg:bb02g11","mt-atp6","atp5l","mt-atp6","ATP synthase subunit","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","E7F7W2","mg:bb02g11","V-type proton ATPase subunit a","atp5l","atp6v0a2a","ATP synthase subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","A7YY99","mg:bb02g11","atp5ia","atp5l","A7YY99","ATP synthase subunit","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","A2BEG0","mg:bb02g11","si:ch211-106a19.2","atp5l","A2BEG0","ATP synthase subunit","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","F8W3H2","mg:bb02g11","atp5e","atp5l","atp5f1e","ATP synthase subunit","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","F6P873","mg:bb02g11","atp5j2","atp5l","F6P873","ATP synthase subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000055185/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q7ZYW7","mg:bb02g11","zgc:55970","atp5l","atp5mc3a","ATP synthase subunit","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000015997/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q7ZV27","mg:bb02g11","atp5s","atp5l","dmac2l","ATP synthase subunit","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","string-db","7955.ENSDARP00000014390/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q6P041","mg:bb02g11","zgc:77708","atp5l","atp6v0cb","ATP synthase subunit","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","E7F6Y4","mg:bb02g11","ATP synthase subunit f, mitochondrial","atp5l","E7F6Y4","ATP synthase subunit","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q6PGV1","mg:bb02g11","atp6v0d1","atp5l","atp6v0d1","ATP synthase subunit","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","Q6PC77","mg:bb02g11","atp5h","atp5l","atp5pd","ATP synthase subunit","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000007716","physical","txid7955" +"Q6P6E0","F1QYM3","mg:bb02g11","wu:fb33a01","atp5l","atp6v0b","ATP synthase subunit","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000007716","physical","txid7955" +"H0WES8","Q6PC77","USMG5","atp5h","atp5md","atp5pd","ATP synthase membrane subunit K, mitochondrial","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000125277","physical","txid7955" +"H0WES8","A0A2R8RW11","USMG5","ATP synthase peripheral stalk subunit F6","atp5md","si:ch211-140m22.7","ATP synthase membrane subunit K, mitochondrial","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000125277","physical","txid7955" +"F6P873","Q504A1","atp5j2","zgc:109987","F6P873","Q504A1","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","A8WGC6","atp5j2","atp5b","F6P873","A8WGC6","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit beta (EC 7.1.2.2)","string-db","7955.ENSDARP00000060309/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","E7F6Y4","atp5j2","ATP synthase subunit f, mitochondrial","F6P873","E7F6Y4","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","string-db","7955.ENSDARP00000110900/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","Q6IQN6","atp5j2","zgc:73293","F6P873","Q6IQN6","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","string-db","7955.ENSDARP00000072885/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","F1QYM3","atp5j2","wu:fb33a01","F6P873","atp6v0b","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","Q9MIY5","atp5j2","mt-atp6","F6P873","mt-atp6","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit a (F-ATPase protein 6)","string-db","7955.ENSDARP00000087874/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","Q6PGV1","atp5j2","atp6v0d1","F6P873","atp6v0d1","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","Q9MIY6","atp5j2","mt-atp8","F6P873","Q9MIY6","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase protein 8 (A6L) (F-ATPase subunit 8)","string-db","7955.ENSDARP00000087873/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","A0A8M1P9B7","atp5j2","atp5c1","F6P873","A0A8M1P9B7","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit gamma","string-db","7955.ENSDARP00000066929/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","Q6PC77","atp5j2","atp5h","F6P873","atp5pd","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit d, mitochondrial","string-db","7955.ENSDARP00000135150/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","E7F7W2","atp5j2","V-type proton ATPase subunit a","F6P873","atp6v0a2a","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","H0WES8","atp5j2","USMG5","F6P873","atp5md","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase membrane subunit K, mitochondrial","string-db","7955.ENSDARP00000125277/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","F8W3H2","atp5j2","atp5e","F6P873","atp5f1e","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","string-db","7955.ENSDARP00000124085/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","A7YY99","atp5j2","atp5ia","F6P873","A7YY99","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase subunit e, mitochondrial","string-db","7955.ENSDARP00000098791/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","A0A2R8RW11","atp5j2","ATP synthase peripheral stalk subunit F6","F6P873","si:ch211-140m22.7","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","ATP synthase peripheral stalk subunit F6","string-db","7955.ENSDARP00000154204/7955.ENSDARP00000055185","physical","txid7955" +"F6P873","B8A655","atp5j2","V-type proton ATPase subunit a","F6P873","B8A655","ATP synthase subunit f, mitochondrial (ATP synthase membrane subunit f)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000055185","physical","txid7955" +"Q561Y1","F6P3G4","psmd4","psmd11a","psmd4b","psmd11a","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6IQH4","psmd4","zgc:86762","psmd4b","psmd8","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q7ZU20","psmd4","PA28-gamma","psmd4b","psme3","26S proteasome non-ATPase regulatory subunit 4","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","string-db","7955.ENSDARP00000005578/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","F1QGH9","psmd4","psmd11b","psmd4b","psmd11b","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","string-db","7955.ENSDARP00000020942/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6AZC1","psmd4","wu:fa14g03","psmd4b","psmc5","26S proteasome non-ATPase regulatory subunit 4","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q9PTH5","psmd4","fk89d05","psmd4b","psme1","26S proteasome non-ATPase regulatory subunit 4","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","string-db","7955.ENSDARP00000012691/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6NYV1","psmd4","zgc:65867","psmd4b","psmd3","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q8AW07","psmd4","fc34f08","psmd4b","Q8AW07","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q7ZU69","psmd4","zgc:56377","psmd4b","psmd13","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q7T3B1","psmd4","zgc:63995","psmd4b","psmc2","26S proteasome non-ATPase regulatory subunit 4","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","string-db","7955.ENSDARP00000011083/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6NZ09","psmd4","adrm1b","psmd4b","Q6NZ09","26S proteasome non-ATPase regulatory subunit 4","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q7ZYX7","psmd4","wu:fi03c01","psmd4b","psmd7","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","B0R1D0","psmd4","CH211-265P12.8","psmd4b","psmc4","26S proteasome non-ATPase regulatory subunit 4","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q4VBR8","psmd4","psma2","psmd4b","psma2","26S proteasome non-ATPase regulatory subunit 4","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6NWL6","psmd4","wu:fj17f09","psmd4b","uchl5","26S proteasome non-ATPase regulatory subunit 4","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","F1QU35","psmd4","im:7137623","psmd4b","psmd5","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6DRD2","psmd4","wu:fc85c10","psmd4b","psmc6","26S proteasome non-ATPase regulatory subunit 4","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q6IQC6","psmd4","zgc:86833","psmd4b","psmd4a","26S proteasome non-ATPase regulatory subunit 4","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000003398","physical","txid7955" +"Q561Y1","Q9PUC4","psmd4","unp309","psmd4b","psme2","26S proteasome non-ATPase regulatory subunit 4","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000003398","physical","txid7955" +"Q8AW07","F6P3G4","fc34f08","psmd11a","Q8AW07","psmd11a","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000106592","physical","txid7955" +"Q8AW07","Q7ZYX7","fc34f08","wu:fi03c01","Q8AW07","psmd7","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000106592","physical","txid7955" +"Q8AW07","Q6IQC6","fc34f08","zgc:86833","Q8AW07","psmd4a","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000106592","physical","txid7955" +"Q8AW07","B3DG31","fc34f08","si:rp71-45k5.4","Q8AW07","B3DG31","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000106592","physical","txid7955" +"Q7T3B1","Q9PUC4","zgc:63995","unp309","psmc2","psme2","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q8AW07","zgc:63995","fc34f08","psmc2","Q8AW07","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6NZ09","zgc:63995","adrm1b","psmc2","Q6NZ09","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","F6P3G4","zgc:63995","psmd11a","psmc2","psmd11a","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6NWL6","zgc:63995","wu:fj17f09","psmc2","uchl5","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","F1QGH9","zgc:63995","psmd11b","psmc2","psmd11b","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","string-db","7955.ENSDARP00000020942/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6AZC1","zgc:63995","wu:fa14g03","psmc2","psmc5","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q7ZU69","zgc:63995","zgc:56377","psmc2","psmd13","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q7ZYX7","zgc:63995","wu:fi03c01","psmc2","psmd7","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6IQC6","zgc:63995","zgc:86833","psmc2","psmd4a","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q4VBR8","zgc:63995","psma2","psmc2","psma2","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q9PTH5","zgc:63995","fk89d05","psmc2","psme1","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","string-db","7955.ENSDARP00000012691/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","B0R1D0","zgc:63995","CH211-265P12.8","psmc2","psmc4","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","F1QMF9","zgc:63995","si:zc14a17.5","psmc2","nedd8","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6DRD2","zgc:63995","wu:fc85c10","psmc2","psmc6","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","B3DG31","zgc:63995","si:rp71-45k5.4","psmc2","B3DG31","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6NYV1","zgc:63995","zgc:65867","psmc2","psmd3","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000011083","physical","txid7955" +"Q7T3B1","Q6IQH4","zgc:63995","zgc:86762","psmc2","psmd8","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000011083","physical","txid7955" +"Q6DRD2","Q8AW07","wu:fc85c10","fc34f08","psmc6","Q8AW07","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q4VBR8","wu:fc85c10","psma2","psmc6","psma2","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","B3DG31","wu:fc85c10","si:rp71-45k5.4","psmc6","B3DG31","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q7ZYX7","wu:fc85c10","wu:fi03c01","psmc6","psmd7","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","F6P3G4","wu:fc85c10","psmd11a","psmc6","psmd11a","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q6IQC6","wu:fc85c10","zgc:86833","psmc6","psmd4a","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q6NZ09","wu:fc85c10","adrm1b","psmc6","Q6NZ09","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q6AZC1","wu:fc85c10","wu:fa14g03","psmc6","psmc5","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000053833","physical","txid7955" +"Q6DRD2","Q7ZU69","wu:fc85c10","zgc:56377","psmc6","psmd13","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000053833","physical","txid7955" +"F1QGH9","Q7ZYX7","psmd11b","wu:fi03c01","psmd11b","psmd7","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","F1QMF9","psmd11b","si:zc14a17.5","psmd11b","nedd8","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","F6P3G4","psmd11b","psmd11a","psmd11b","psmd11a","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6NZ09","psmd11b","adrm1b","psmd11b","Q6NZ09","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6DRD2","psmd11b","wu:fc85c10","psmd11b","psmc6","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q8AW07","psmd11b","fc34f08","psmd11b","Q8AW07","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q7ZU69","psmd11b","zgc:56377","psmd11b","psmd13","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6NYV1","psmd11b","zgc:65867","psmd11b","psmd3","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","B0R1D0","psmd11b","CH211-265P12.8","psmd11b","psmc4","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6IQC6","psmd11b","zgc:86833","psmd11b","psmd4a","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q4VBR8","psmd11b","psma2","psmd11b","psma2","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6IQH4","psmd11b","zgc:86762","psmd11b","psmd8","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","F1QU35","psmd11b","im:7137623","psmd11b","psmd5","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q6AZC1","psmd11b","wu:fa14g03","psmd11b","psmc5","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","Q9PUC4","psmd11b","unp309","psmd11b","psme2","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000020942","physical","txid7955" +"F1QGH9","B3DG31","psmd11b","si:rp71-45k5.4","psmd11b","B3DG31","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000020942","physical","txid7955" +"Q7ZYX7","Q6IQC6","wu:fi03c01","zgc:86833","psmd7","psmd4a","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000134068","physical","txid7955" +"Q9PUC4","Q8AW07","unp309","fc34f08","psme2","Q8AW07","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q7ZU69","unp309","zgc:56377","psme2","psmd13","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","F6P3G4","unp309","psmd11a","psme2","psmd11a","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q6NZ09","unp309","adrm1b","psme2","Q6NZ09","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q4VBR8","unp309","psma2","psme2","psma2","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q7ZYX7","unp309","wu:fi03c01","psme2","psmd7","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q6AZC1","unp309","wu:fa14g03","psme2","psmc5","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","B3DG31","unp309","si:rp71-45k5.4","psme2","B3DG31","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q6DRD2","unp309","wu:fc85c10","psme2","psmc6","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000049166","physical","txid7955" +"Q9PUC4","Q6IQC6","unp309","zgc:86833","psme2","psmd4a","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000049166","physical","txid7955" +"Q6NYV1","F6P3G4","zgc:65867","psmd11a","psmd3","psmd11a","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q4VBR8","zgc:65867","psma2","psmd3","psma2","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q7ZU69","zgc:65867","zgc:56377","psmd3","psmd13","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q6DRD2","zgc:65867","wu:fc85c10","psmd3","psmc6","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q8AW07","zgc:65867","fc34f08","psmd3","Q8AW07","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q6NZ09","zgc:65867","adrm1b","psmd3","Q6NZ09","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q9PUC4","zgc:65867","unp309","psmd3","psme2","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q6AZC1","zgc:65867","wu:fa14g03","psmd3","psmc5","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q7ZYX7","zgc:65867","wu:fi03c01","psmd3","psmd7","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","B3DG31","zgc:65867","si:rp71-45k5.4","psmd3","B3DG31","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","B0R1D0","zgc:65867","CH211-265P12.8","psmd3","psmc4","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000025779","physical","txid7955" +"Q6NYV1","Q6IQC6","zgc:65867","zgc:86833","psmd3","psmd4a","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000025779","physical","txid7955" +"B0R1D0","Q6IQC6","CH211-265P12.8","zgc:86833","psmc4","psmd4a","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q4VBR8","CH211-265P12.8","psma2","psmc4","psma2","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","F6P3G4","CH211-265P12.8","psmd11a","psmc4","psmd11a","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q7ZYX7","CH211-265P12.8","wu:fi03c01","psmc4","psmd7","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q8AW07","CH211-265P12.8","fc34f08","psmc4","Q8AW07","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","B3DG31","CH211-265P12.8","si:rp71-45k5.4","psmc4","B3DG31","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q9PUC4","CH211-265P12.8","unp309","psmc4","psme2","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q6DRD2","CH211-265P12.8","wu:fc85c10","psmc4","psmc6","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q6NZ09","CH211-265P12.8","adrm1b","psmc4","Q6NZ09","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q6AZC1","CH211-265P12.8","wu:fa14g03","psmc4","psmc5","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000034904","physical","txid7955" +"B0R1D0","Q7ZU69","CH211-265P12.8","zgc:56377","psmc4","psmd13","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000034904","physical","txid7955" +"Q6IQC6","Q6NWL6","zgc:86833","wu:fj17f09","psmd4a","uchl5","26S proteasome non-ATPase regulatory subunit 4","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000138300","physical","txid7955" +"Q7ZU69","B3DG31","zgc:56377","si:rp71-45k5.4","psmd13","B3DG31","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","A2CEI6","zgc:56377","piwil2","psmd13","A2CEI6","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","Q7ZYX7","zgc:56377","wu:fi03c01","psmd13","psmd7","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","Q6AZC1","zgc:56377","wu:fa14g03","psmd13","psmc5","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","Q58EK5","zgc:56377","tdrd1","psmd13","Q58EK5","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","F6P3G4","zgc:56377","psmd11a","psmd13","psmd11a","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","Q6IQC6","zgc:56377","zgc:86833","psmd13","psmd4a","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000095348","physical","txid7955" +"Q7ZU69","Q8AW07","zgc:56377","fc34f08","psmd13","Q8AW07","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000095348","physical","txid7955" +"Q9PTH5","Q6IQC6","fk89d05","zgc:86833","psme1","psmd4a","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q6NYV1","fk89d05","zgc:65867","psme1","psmd3","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","B0R1D0","fk89d05","CH211-265P12.8","psme1","psmc4","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q6AZC1","fk89d05","wu:fa14g03","psme1","psmc5","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","F1QMF9","fk89d05","si:zc14a17.5","psme1","nedd8","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q7ZYX7","fk89d05","wu:fi03c01","psme1","psmd7","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q8AW07","fk89d05","fc34f08","psme1","Q8AW07","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","F1QGH9","fk89d05","psmd11b","psme1","psmd11b","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","string-db","7955.ENSDARP00000020942/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","B3DG31","fk89d05","si:rp71-45k5.4","psme1","B3DG31","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","F6P3G4","fk89d05","psmd11a","psme1","psmd11a","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q6NZ09","fk89d05","adrm1b","psme1","Q6NZ09","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q6DRD2","fk89d05","wu:fc85c10","psme1","psmc6","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q6IQH4","fk89d05","zgc:86762","psme1","psmd8","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q9PUC4","fk89d05","unp309","psme1","psme2","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q7ZU69","fk89d05","zgc:56377","psme1","psmd13","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000012691","physical","txid7955" +"Q9PTH5","Q4VBR8","fk89d05","psma2","psme1","psma2","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000012691","physical","txid7955" +"F1QU35","Q7ZYX7","im:7137623","wu:fi03c01","psmd5","psmd7","26S proteasome non-ATPase regulatory subunit 5","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000122309","physical","txid7955" +"F1QU35","B3DG31","im:7137623","si:rp71-45k5.4","psmd5","B3DG31","26S proteasome non-ATPase regulatory subunit 5","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000122309","physical","txid7955" +"F1QU35","Q6IQC6","im:7137623","zgc:86833","psmd5","psmd4a","26S proteasome non-ATPase regulatory subunit 5","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000122309","physical","txid7955" +"Q6AZC1","B3DG31","wu:fa14g03","si:rp71-45k5.4","psmc5","B3DG31","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000096969","physical","txid7955" +"Q6AZC1","Q8AW07","wu:fa14g03","fc34f08","psmc5","Q8AW07","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000096969","physical","txid7955" +"Q6AZC1","Q7ZYX7","wu:fa14g03","wu:fi03c01","psmc5","psmd7","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000096969","physical","txid7955" +"Q6AZC1","E7F6T8","wu:fa14g03","usp37","psmc5","E7F6T8","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000096969","physical","txid7955" +"Q6AZC1","Q6IQC6","wu:fa14g03","zgc:86833","psmc5","psmd4a","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000096969","physical","txid7955" +"Q6AZC1","F6P3G4","wu:fa14g03","psmd11a","psmc5","psmd11a","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000096969","physical","txid7955" +"Q6IQH4","Q9PUC4","zgc:86762","unp309","psmd8","psme2","26S proteasome non-ATPase regulatory subunit 8","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q4VBR8","zgc:86762","psma2","psmd8","psma2","26S proteasome non-ATPase regulatory subunit 8","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q6NZ09","zgc:86762","adrm1b","psmd8","Q6NZ09","26S proteasome non-ATPase regulatory subunit 8","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q6AZC1","zgc:86762","wu:fa14g03","psmd8","psmc5","26S proteasome non-ATPase regulatory subunit 8","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q6NYV1","zgc:86762","zgc:65867","psmd8","psmd3","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q6DRD2","zgc:86762","wu:fc85c10","psmd8","psmc6","26S proteasome non-ATPase regulatory subunit 8","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","B0R1D0","zgc:86762","CH211-265P12.8","psmd8","psmc4","26S proteasome non-ATPase regulatory subunit 8","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","F6P3G4","zgc:86762","psmd11a","psmd8","psmd11a","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","B3DG31","zgc:86762","si:rp71-45k5.4","psmd8","B3DG31","26S proteasome non-ATPase regulatory subunit 8","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","F1QU35","zgc:86762","im:7137623","psmd8","psmd5","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 5","string-db","7955.ENSDARP00000122309/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q7ZU69","zgc:86762","zgc:56377","psmd8","psmd13","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q7ZYX7","zgc:86762","wu:fi03c01","psmd8","psmd7","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q8AW07","zgc:86762","fc34f08","psmd8","Q8AW07","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000025160","physical","txid7955" +"Q6IQH4","Q6IQC6","zgc:86762","zgc:86833","psmd8","psmd4a","26S proteasome non-ATPase regulatory subunit 8","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000025160","physical","txid7955" +"F6P3G4","Q6IQC6","psmd11a","zgc:86833","psmd11a","psmd4a","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000129353","physical","txid7955" +"F6P3G4","Q7ZYX7","psmd11a","wu:fi03c01","psmd11a","psmd7","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000129353","physical","txid7955" +"Q7ZU20","Q9PUC4","PA28-gamma","unp309","psme3","psme2","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","string-db","7955.ENSDARP00000049166/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6NYV1","PA28-gamma","zgc:65867","psme3","psmd3","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","string-db","7955.ENSDARP00000025779/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","B0R1D0","PA28-gamma","CH211-265P12.8","psme3","psmc4","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","string-db","7955.ENSDARP00000034904/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6DRD2","PA28-gamma","wu:fc85c10","psme3","psmc6","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","string-db","7955.ENSDARP00000053833/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","F1QGH9","PA28-gamma","psmd11b","psme3","psmd11b","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","string-db","7955.ENSDARP00000020942/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q7ZYX7","PA28-gamma","wu:fi03c01","psme3","psmd7","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","string-db","7955.ENSDARP00000134068/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q7ZU69","PA28-gamma","zgc:56377","psme3","psmd13","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","string-db","7955.ENSDARP00000095348/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6IQH4","PA28-gamma","zgc:86762","psme3","psmd8","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 8","string-db","7955.ENSDARP00000025160/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q7T3B1","PA28-gamma","zgc:63995","psme3","psmc2","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","string-db","7955.ENSDARP00000011083/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6AZC1","PA28-gamma","wu:fa14g03","psme3","psmc5","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","string-db","7955.ENSDARP00000096969/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","F6P3G4","PA28-gamma","psmd11a","psme3","psmd11a","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","string-db","7955.ENSDARP00000129353/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6IQC6","PA28-gamma","zgc:86833","psme3","psmd4a","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q6NZ09","PA28-gamma","adrm1b","psme3","Q6NZ09","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q8AW07","PA28-gamma","fc34f08","psme3","Q8AW07","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","26S proteasome non-ATPase regulatory subunit 12 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 12) (Proteasome 26S subunit, non-ATPase 12) (Psmd12 protein)","string-db","7955.ENSDARP00000106592/7955.ENSDARP00000005578","physical","txid7955" +"Q7ZU20","Q9PTH5","PA28-gamma","fk89d05","psme3","psme1","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","string-db","7955.ENSDARP00000012691/7955.ENSDARP00000005578","physical","txid7955" +"F1QE38","F1RDG9","RPTP[a]","fynb","ptpra","fynb","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000003403","physical","txid7955" +"F1QE38","F1QXB0","RPTP[a]","LOC558044","ptpra","sptbn2","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000003403","physical","txid7955" +"F1QE38","F1QQE5","RPTP[a]","wu:fa09g12","ptpra","sptb","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000003403","physical","txid7955" +"F1QE38","Q6PC73","RPTP[a]","grb2","ptpra","grb2b","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000003403","physical","txid7955" +"F1QXB0","Q7ZW40","LOC558044","vdp","sptbn2","uso1","Spectrin beta chain","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","F1QQE5","LOC558044","wu:fa09g12","sptbn2","sptb","Spectrin beta chain","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","F1RAM9","LOC558044","zgc:76996","sptbn2","tmed7","Spectrin beta chain","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","Q6PC73","LOC558044","grb2","sptbn2","grb2b","Spectrin beta chain","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","Q6DKF5","LOC558044","Coatomer subunit zeta","sptbn2","copz2","Spectrin beta chain","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","E7F2M5","LOC558044","fj38b04","sptbn2","E7F2M5","Spectrin beta chain","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","B8JK16","LOC558044","ank1","sptbn2","B8JK16","Spectrin beta chain","Ankyrin 1, erythrocytic a","string-db","7955.ENSDARP00000104092/7955.ENSDARP00000088494","physical","txid7955" +"F1QXB0","Q7ZUN8","LOC558044","ykt6","sptbn2","Q7ZUN8","Spectrin beta chain","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000088494","physical","txid7955" +"F1QQE5","Q6DKF5","wu:fa09g12","Coatomer subunit zeta","sptb","copz2","Spectrin beta chain","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000113965","physical","txid7955" +"F1QQE5","Q7ZUN8","wu:fa09g12","ykt6","sptb","Q7ZUN8","Spectrin beta chain","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000113965","physical","txid7955" +"F1QQE5","Q6PC73","wu:fa09g12","grb2","sptb","grb2b","Spectrin beta chain","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000113965","physical","txid7955" +"F1QQE5","F1RAM9","wu:fa09g12","zgc:76996","sptb","tmed7","Spectrin beta chain","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000113965","physical","txid7955" +"Q803L5","A0A8M1RSW5","zgc:55572","Rho-related BTB domain-containing 1","Q803L5","A0A8M1RSW5","Serine/threonine kinase 38a (Serine/threonine-protein kinase 38 (EC 2.7.11.1)) (Zgc:55572)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000003411","physical","txid7955" +"A0A8M1RSW5","E9QHV0","Rho-related BTB domain-containing 1","Kelch-like protein 9 isoform X1","A0A8M1RSW5","E9QHV0","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","Q90Y37","Rho-related BTB domain-containing 1","rock2","A0A8M1RSW5","rock2a","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","B0S7D6","Rho-related BTB domain-containing 1","PDE5","A0A8M1RSW5","B0S7D6","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Phosphodiesterase (EC 3.1.4.-)","string-db","7955.ENSDARP00000114140/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","A0A0R4IVY5","Rho-related BTB domain-containing 1","Rho-associated protein kinase","A0A8M1RSW5","A0A0R4IVY5","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","A0A2R8Q1W5","Rho-related BTB domain-containing 1","keap1b","A0A8M1RSW5","keap1b","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","F6NTA0","Rho-related BTB domain-containing 1","TXNL","A0A8M1RSW5","txnl1","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","F1R926","Rho-related BTB domain-containing 1","E3 ubiquitin protein ligase","A0A8M1RSW5","rnf20","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","A0A0R4ICR0","Rho-related BTB domain-containing 1","wu:fc15b07","A0A8M1RSW5","klhl13","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000106826","physical","txid7955" +"A0A8M1RSW5","B3DIU1","Rho-related BTB domain-containing 1","cul3","A0A8M1RSW5","cul3b","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000106826","physical","txid7955" +"Q7ZW02","B8JLM0","chpt1","si:dkey-208b23.1","chpt1","B8JLM0","Cholinephosphotransferase 1 (EC 2.7.8.2) (Diacylglycerol cholinephosphotransferase 1)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","string-db","7955.ENSDARP00000076042/7955.ENSDARP00000003481","physical","txid7955" +"Q7ZW02","A7MBY6","chpt1","CH1073-272H17.1","chpt1","cept1b","Cholinephosphotransferase 1 (EC 2.7.8.2) (Diacylglycerol cholinephosphotransferase 1)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","string-db","7955.ENSDARP00000036669/7955.ENSDARP00000003481","physical","txid7955" +"A7MBY6","Q6DGV5","CH1073-272H17.1","zgc:92757","cept1b","rab10","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","Ras-related protein Rab-10","string-db","7955.ENSDARP00000067775/7955.ENSDARP00000036669","physical","txid7955" +"A7MBY6","B8JLM0","CH1073-272H17.1","si:dkey-208b23.1","cept1b","B8JLM0","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","string-db","7955.ENSDARP00000076042/7955.ENSDARP00000036669","physical","txid7955" +"B8A5N7","Q7T356","cdc25","ywhabb","cdc25b","Q7T356","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q7SXA3","cdc25","zgc:66168","cdc25b","rps27a","M-phase inducer phosphatase (EC 3.1.3.48)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q7ZW20","cdc25","fe38c12","cdc25b","ywhae1","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein epsilon","string-db","7955.ENSDARP00000032575/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q7ZUM0","cdc25","ywhaq","cdc25b","ywhaqa","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","string-db","7955.ENSDARP00000062382/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q6PC29","cdc25","ywhag1","cdc25b","ywhag1","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein gamma-1","string-db","7955.ENSDARP00000074935/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q7T3G2","cdc25","fb93e02","cdc25b","ywhah","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","string-db","7955.ENSDARP00000008690/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q803M8","cdc25","ywhaz","cdc25b","ywhaqb","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein theta","string-db","7955.ENSDARP00000022550/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","A0A0N4SUD2","cdc25","Ubi-p63E","cdc25b","ubb","M-phase inducer phosphatase (EC 3.1.3.48)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","F1QHN6","cdc25","im:7042025","cdc25b","ubc","M-phase inducer phosphatase (EC 3.1.3.48)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q6P102","cdc25","hm:zehn0976","cdc25b","ywhabl","M-phase inducer phosphatase (EC 3.1.3.48)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide like isoform X1 (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide-like)","string-db","7955.ENSDARP00000058955/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q7T3L7","cdc25","cdc2","cdc25b","cdk1","M-phase inducer phosphatase (EC 3.1.3.48)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","E7F354","cdc25","14-3-3 protein gamma-1","cdc25b","ywhag2","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","F1QY38","cdc25","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1","cdc25b","F1QY38","M-phase inducer phosphatase (EC 3.1.3.48)","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1 (Ubiquitin-specific peptidase 42)","string-db","7955.ENSDARP00000130865/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q5PRD0","cdc25","ywhaba","cdc25b","ywhaba","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein beta/alpha-A","string-db","7955.ENSDARP00000027118/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","B8JLJ3","cdc25","fb14h09","cdc25b","ywhaz","M-phase inducer phosphatase (EC 3.1.3.48)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","string-db","7955.ENSDARP00000041959/7955.ENSDARP00000003494","physical","txid7955" +"B8A5N7","Q5CZQ1","cdc25","im:7138781","cdc25b","ywhae2","M-phase inducer phosphatase (EC 3.1.3.48)","14-3-3 protein epsilon","string-db","7955.ENSDARP00000019829/7955.ENSDARP00000003494","physical","txid7955" +"Q5PRD0","Q58EK5","ywhaba","tdrd1","ywhaba","Q58EK5","14-3-3 protein beta/alpha-A","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000027118","physical","txid7955" +"B8JLJ3","E7EY34","fb14h09","AKT1 substrate 1","ywhaz","akt1s1","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000041959","physical","txid7955" +"B8JLJ3","A0JPF6","fb14h09","fam46b","ywhaz","tent5ba","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","string-db","7955.ENSDARP00000058423/7955.ENSDARP00000041959","physical","txid7955" +"B8JLJ3","A7MBZ2","fb14h09","fam46a","ywhaz","A7MBZ2","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000071346/7955.ENSDARP00000041959","physical","txid7955" +"Q7ZUM0","Q7T346","ywhaq","ddit4","ywhaqa","ddit4","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","Q804S5","ywhaq","mib1","ywhaqa","mib1","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","A0A0G2KHX4","ywhaq","fc16b02","ywhaqa","A0A0G2KHX4","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","Q7T356","ywhaq","ywhabb","ywhaqa","Q7T356","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","I3ITC2","ywhaq","LOC100004321","ywhaqa","I3ITC2","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","Apoptosis regulator BAX-like (BCL2-associated X, apoptosis regulator a)","string-db","7955.ENSDARP00000126185/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","Q7T3L7","ywhaq","cdc2","ywhaqa","cdk1","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","E7F354","ywhaq","14-3-3 protein gamma-1","ywhaqa","ywhag2","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000062382","physical","txid7955" +"Q7ZUM0","Q4V925","ywhaq","bad","ywhaqa","badb","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","string-db","7955.ENSDARP00000071687/7955.ENSDARP00000062382","physical","txid7955" +"Q7T3L7","A0A0R4IU39","cdc2","wu:fe49f10","cdk1","cdc20","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","A0A2R8QA59","cdc2","Anaphase-promoting complex subunit 1","cdk1","anapc1","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","A0A0N4SUD2","cdc2","Ubi-p63E","cdk1","ubb","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","E7FCJ1","cdc2","Anaphase-promoting complex subunit 10","cdk1","anapc10","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","F1Q5X3","cdc2","wu:fb54g06","cdk1","cdc27","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","Q6DRG7","cdc2","ppp1r12a","cdk1","Q6DRG7","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","string-db","7955.ENSDARP00000118021/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","F1QHN6","cdc2","im:7042025","cdk1","ubc","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","A0A0R4ISV4","cdc2","si:ch73-203i15.5","cdk1","anapc2","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","Q7SXA3","cdc2","zgc:66168","cdk1","rps27a","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","B8JLQ3","cdc2","wu:fa12d03","cdk1","B8JLQ3","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Nucleolin","string-db","7955.ENSDARP00000109546/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","Q66HU4","cdc2","capn3","cdk1","capn3a","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","U3JAH9","cdc2","zgc:101571","cdk1","bub3","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","F1QNS6","cdc2","BUB1 mitotic checkpoint serine/threonine kinase","cdk1","bub1","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","string-db","7955.ENSDARP00000117438/7955.ENSDARP00000109027","physical","txid7955" +"Q7T3L7","Q08BH9","cdc2","si:dkey-237i9.4","cdk1","anapc11","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000109027","physical","txid7955" +"Q7T356","Q6NYS4","ywhabb","pbp","Q7T356","pebp1","14-3-3 protein beta/alpha-B","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","string-db","7955.ENSDARP00000112865/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q803V5","ywhabb","mlst8","Q7T356","Q803V5","14-3-3 protein beta/alpha-B","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","E7EY34","ywhabb","AKT1 substrate 1","Q7T356","akt1s1","14-3-3 protein beta/alpha-B","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q503S6","ywhabb","lamtor3","Q7T356","Q503S6","14-3-3 protein beta/alpha-B","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","B0S602","ywhabb","Fn","Q7T356","fn1a","14-3-3 protein beta/alpha-B","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","A0A0R4IFI0","ywhabb","Regulatory-associated protein of MTOR, complex 1","Q7T356","A0A0R4IFI0","14-3-3 protein beta/alpha-B","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q5M7Y2","ywhabb","zgc:92074","Q7T356","Q5M7Y2","14-3-3 protein beta/alpha-B","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","A3RK74","ywhabb","foxo1a","Q7T356","foxo1a","14-3-3 protein beta/alpha-B","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q6TEN1","ywhabb","rap1b","Q7T356","rap1b","14-3-3 protein beta/alpha-B","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","A0A0G2KHX4","ywhabb","fc16b02","Q7T356","A0A0G2KHX4","14-3-3 protein beta/alpha-B","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","E7FA90","ywhabb","si:dkey-176g4.2","Q7T356","lamtor5","14-3-3 protein beta/alpha-B","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","C3PTE8","ywhabb","Beta-arrestin-1","Q7T356","arrb1","14-3-3 protein beta/alpha-B","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q7T346","ywhabb","ddit4","Q7T356","ddit4","14-3-3 protein beta/alpha-B","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","A0A2R8Q8S1","ywhabb","wu:fa04e08","Q7T356","kras","14-3-3 protein beta/alpha-B","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","E7F9Z1","ywhabb","VWF","Q7T356","vwf","14-3-3 protein beta/alpha-B","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q6PFT9","ywhabb","apbb1ip","Q7T356","Q6PFT9","14-3-3 protein beta/alpha-B","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","A0A0R4IHD1","ywhabb","fj48e07","Q7T356","A0A0R4IHD1","14-3-3 protein beta/alpha-B","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","F1QH59","ywhabb","wu:fb92b09","Q7T356","-","14-3-3 protein beta/alpha-B","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","Q0P3X8","ywhabb","lamtor4","Q7T356","lamtor4","14-3-3 protein beta/alpha-B","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000101100","physical","txid7955" +"Q7T356","E7FBZ6","ywhabb","Ragulator complex protein LAMTOR1","Q7T356","E7FBZ6","14-3-3 protein beta/alpha-B","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000101100","physical","txid7955" +"Q803M8","A7MBZ2","ywhaz","fam46a","ywhaqb","A7MBZ2","14-3-3 protein theta","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000071346/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q7T3L7","ywhaz","cdc2","ywhaqb","cdk1","14-3-3 protein theta","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","A3RK74","ywhaz","foxo1a","ywhaqb","foxo1a","14-3-3 protein theta","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","E7F354","ywhaz","14-3-3 protein gamma-1","ywhaqb","ywhag2","14-3-3 protein theta","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q4V925","ywhaz","bad","ywhaqb","badb","14-3-3 protein theta","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","string-db","7955.ENSDARP00000071687/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","E7EY34","ywhaz","AKT1 substrate 1","ywhaqb","akt1s1","14-3-3 protein theta","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","I3ITC2","ywhaz","LOC100004321","ywhaqb","I3ITC2","14-3-3 protein theta","Apoptosis regulator BAX-like (BCL2-associated X, apoptosis regulator a)","string-db","7955.ENSDARP00000126185/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q7T356","ywhaz","ywhabb","ywhaqb","Q7T356","14-3-3 protein theta","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q7T346","ywhaz","ddit4","ywhaqb","ddit4","14-3-3 protein theta","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","A0A0G2KHX4","ywhaz","fc16b02","ywhaqb","A0A0G2KHX4","14-3-3 protein theta","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q7ZW20","ywhaz","fe38c12","ywhaqb","ywhae1","14-3-3 protein theta","14-3-3 protein epsilon","string-db","7955.ENSDARP00000032575/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","A0JPF6","ywhaz","fam46b","ywhaqb","tent5ba","14-3-3 protein theta","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","string-db","7955.ENSDARP00000058423/7955.ENSDARP00000022550","physical","txid7955" +"Q803M8","Q7ZUM0","ywhaz","ywhaq","ywhaqb","ywhaqa","14-3-3 protein theta","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","string-db","7955.ENSDARP00000062382/7955.ENSDARP00000022550","physical","txid7955" +"Q5CZQ1","Q7ZW20","im:7138781","fe38c12","ywhae2","ywhae1","14-3-3 protein epsilon","14-3-3 protein epsilon","string-db","7955.ENSDARP00000032575/7955.ENSDARP00000019829","physical","txid7955" +"Q7T3G2","Q7T346","fb93e02","ddit4","ywhah","ddit4","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","E7F354","fb93e02","14-3-3 protein gamma-1","ywhah","ywhag2","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","Q7ZW20","fb93e02","fe38c12","ywhah","ywhae1","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","14-3-3 protein epsilon","string-db","7955.ENSDARP00000032575/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","Q7T356","fb93e02","ywhabb","ywhah","Q7T356","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","Q803M8","fb93e02","ywhaz","ywhah","ywhaqb","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","14-3-3 protein theta","string-db","7955.ENSDARP00000022550/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","A0A0G2KHX4","fb93e02","fc16b02","ywhah","A0A0G2KHX4","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","Q7ZUM0","fb93e02","ywhaq","ywhah","ywhaqa","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","string-db","7955.ENSDARP00000062382/7955.ENSDARP00000008690","physical","txid7955" +"Q7T3G2","Q4V925","fb93e02","bad","ywhah","badb","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","string-db","7955.ENSDARP00000071687/7955.ENSDARP00000008690","physical","txid7955" +"Q7ZW20","Q7ZUM0","fe38c12","ywhaq","ywhae1","ywhaqa","14-3-3 protein epsilon","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","string-db","7955.ENSDARP00000062382/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","F6P697","fe38c12","HSF","ywhae1","hsf1","14-3-3 protein epsilon","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","A0A0G2KHX4","fe38c12","fc16b02","ywhae1","A0A0G2KHX4","14-3-3 protein epsilon","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","Q4V925","fe38c12","bad","ywhae1","badb","14-3-3 protein epsilon","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","string-db","7955.ENSDARP00000071687/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","Q7T356","fe38c12","ywhabb","ywhae1","Q7T356","14-3-3 protein epsilon","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","Q7T346","fe38c12","ddit4","ywhae1","ddit4","14-3-3 protein epsilon","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","Q307I6","fe38c12","WW domain-containing transcription regulator 1","ywhae1","wwtr1","14-3-3 protein epsilon","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000032575","physical","txid7955" +"Q7ZW20","E7F354","fe38c12","14-3-3 protein gamma-1","ywhae1","ywhag2","14-3-3 protein epsilon","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000032575","physical","txid7955" +"E7F354","A0A0G2KHX4","14-3-3 protein gamma-1","fc16b02","ywhag2","A0A0G2KHX4","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000096898","physical","txid7955" +"E7F354","Q7T346","14-3-3 protein gamma-1","ddit4","ywhag2","ddit4","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000096898","physical","txid7955" +"E7F354","A3RK74","14-3-3 protein gamma-1","foxo1a","ywhag2","foxo1a","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000096898","physical","txid7955" +"E7F354","Q7T356","14-3-3 protein gamma-1","ywhabb","ywhag2","Q7T356","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000096898","physical","txid7955" +"B8A668","Q58EK5","si:dkey-121b10.6","tdrd1","B8A668","Q58EK5","Calponin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000003525","physical","txid7955" +"Q58EK5","A0A0R4IJT8","tdrd1","fa22h09","Q58EK5","A0A0R4IJT8","Tudor domain-containing protein 1","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q08BV6","tdrd1","zgc:154095","Q58EK5","ckba","Tudor domain-containing protein 1","creatine kinase (EC 2.7.3.2)","string-db","7955.ENSDARP00000134063/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","F1RC56","tdrd1","fi42e08","Q58EK5","adad1","Tudor domain-containing protein 1","Adenosine deaminase domain-containing 1 (testis-specific) (Adenosine deaminase domain-containing protein 1)","string-db","7955.ENSDARP00000157152/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q7ZV39","tdrd1","Voltage-dependent anion-selective channel protein 3","Q58EK5","-","Tudor domain-containing protein 1","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q6NWL6","tdrd1","wu:fj17f09","Q58EK5","uchl5","Tudor domain-containing protein 1","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q6P3L9","tdrd1","wu:fj43f02","Q58EK5","Q6P3L9","Tudor domain-containing protein 1","glutamate dehydrogenase [NAD(P)(+)] (EC 1.4.1.3)","string-db","7955.ENSDARP00000135641/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","B3DFN3","tdrd1","fc15d06","Q58EK5","lmnb2","Tudor domain-containing protein 1","Lamin-B2","string-db","7955.ENSDARP00000139279/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q803H5","tdrd1","gnb1l","Q58EK5","gnb1b","Tudor domain-containing protein 1","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q7ZUS9","tdrd1","wu:fd06h11","Q58EK5","Q7ZUS9","Tudor domain-containing protein 1","Electron transfer flavoprotein subunit alpha (Alpha-ETF)","string-db","7955.ENSDARP00000140482/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q6GQM1","tdrd1","zgc:91972","Q58EK5","Q6GQM1","Tudor domain-containing protein 1","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q6P3J5","tdrd1","eef2b","Q58EK5","eef2b","Tudor domain-containing protein 1","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","F1R3C5","tdrd1","RING finger protein 17","Q58EK5","F1R3C5","Tudor domain-containing protein 1","RING finger protein 17","string-db","7955.ENSDARP00000144505/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q9I8V1","tdrd1","acta1","Q58EK5","Q9I8V1","Tudor domain-containing protein 1","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","A0A2R8S0A2","tdrd1","zgc:91918","Q58EK5","elavl2","Tudor domain-containing protein 1","ELAV-like protein","string-db","7955.ENSDARP00000157308/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","A2RRW4","tdrd1","cimip2b","Q58EK5","A2RRW4","Tudor domain-containing protein 1","Ciliary microtubule inner protein 2B","string-db","7955.ENSDARP00000130067/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","Q92005","tdrd1","eef1a","Q58EK5","eef1a","Tudor domain-containing protein 1","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","string-db","7955.ENSDARP00000148761/7955.ENSDARP00000127267","physical","txid7955" +"Q58EK5","A0A0R4IRF0","tdrd1","zgc:101797","Q58EK5","A0A0R4IRF0","Tudor domain-containing protein 1","Tektin","string-db","7955.ENSDARP00000139154/7955.ENSDARP00000127267","physical","txid7955" +"Q567B1","Q7ZU99","yod1","vcp","yod1","vcp","Ubiquitin thioesterase OTU1 (EC 3.4.19.12)","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","string-db","7955.ENSDARP00000012048/7955.ENSDARP00000003565","physical","txid7955" +"Q567B1","Q1LYI0","yod1","ubxd1","yod1","ubxn6","Ubiquitin thioesterase OTU1 (EC 3.4.19.12)","UBX domain protein 6 (UBX domain-containing protein 6)","string-db","7955.ENSDARP00000010246/7955.ENSDARP00000003565","physical","txid7955" +"Q1LYI0","Q29RA2","ubxd1","vesicle-fusing ATPase","ubxn6","Q29RA2","UBX domain protein 6 (UBX domain-containing protein 6)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000091324/7955.ENSDARP00000010246","physical","txid7955" +"Q1LYI0","Q7ZU99","ubxd1","vcp","ubxn6","vcp","UBX domain protein 6 (UBX domain-containing protein 6)","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","string-db","7955.ENSDARP00000012048/7955.ENSDARP00000010246","physical","txid7955" +"Q1LYI0","Q6NXA9","ubxd1","ubxn1","ubxn6","Q6NXA9","UBX domain protein 6 (UBX domain-containing protein 6)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000010246","physical","txid7955" +"Q1LYI0","E7EY86","ubxd1","UBX domain protein 2A","ubxn6","ubxn2a","UBX domain protein 6 (UBX domain-containing protein 6)","UBX domain protein 2A (UBX domain-containing protein 2A isoform X1)","string-db","7955.ENSDARP00000124898/7955.ENSDARP00000010246","physical","txid7955" +"Q7ZU99","F1Q8K3","vcp","wu:fc22f04","vcp","F1Q8K3","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q504I6","vcp","ik:tdsubc_2g1","vcp","rpa2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1R1D2","vcp","Ras homolog family member H","vcp","F1R1D2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","X1WFU2","vcp","si:ch73-147o17.1","vcp","X1WFU2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Si:ch73-147o17.1 (Small VCP/p97-interacting protein)","string-db","7955.ENSDARP00000129097/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q9PTP1","vcp","pcna","vcp","pcna","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q7ZUT6","vcp","chimaerin","vcp","chn1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Chimaerin (Chimerin)","string-db","7955.ENSDARP00000130201/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q4VBS8","vcp","zgc:110436","vcp","derl2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A0G2L7I0","vcp","sprtn","vcp","A0A0G2L7I0","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","E7F0A1","vcp","fa91a03","vcp","E7F0A1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1QHN6","vcp","im:7042025","vcp","ubc","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A2R8Q1W5","vcp","keap1b","vcp","keap1b","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q98862","vcp","ihhb","vcp","Q98862","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1Q4W3","vcp","wu:fb09d07","vcp","derl1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Derlin","string-db","7955.ENSDARP00000036613/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6PC78","vcp","rnf185","vcp","rnf185","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","string-db","7955.ENSDARP00000046780/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","B3DIU1","vcp","cul3","vcp","cul3b","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","O57521","vcp","hsp90ab1","vcp","hsp90ab1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Heat shock protein HSP 90-beta","string-db","7955.ENSDARP00000014978/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1Q5P6","vcp","si:dkey-170e5.1","vcp","rpl9","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1R121","vcp","zgc:63991","vcp","F1R121","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Derlin","string-db","7955.ENSDARP00000043250/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q7ZVI8","vcp","npl4","vcp","Q7ZVI8","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1QB30","vcp","amfr","vcp","amfra","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","string-db","7955.ENSDARP00000106624/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","X1WCU6","vcp","si:ch211-175f11.5","vcp","X1WCU6","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q29RA2","vcp","vesicle-fusing ATPase","vcp","Q29RA2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000091324/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A0N4SUD2","vcp","Ubi-p63E","vcp","ubb","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q7SZQ8","vcp","ptges3","vcp","ptges3a","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","string-db","7955.ENSDARP00000054236/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q1LX78","vcp","cftr","vcp","Q1LX78","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q5RG12","vcp","hsp90a.2","vcp","Q5RG12","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Heat shock protein HSP 90-alpha","string-db","7955.ENSDARP00000026065/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q803I8","vcp","syvn1","vcp","Q803I8","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A4FUL3","vcp","im:7137515","vcp","rbx1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q90419","vcp","shhb","vcp","shhb","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1Q5A9","vcp","UFD2","vcp","ube4b","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Ubiquitin conjugation factor E4 B (EC 2.3.2.27) (Ubiquitination factor E4B, UFD2 homolog (S. cerevisiae))","string-db","7955.ENSDARP00000053803/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q58EK5","vcp","tdrd1","vcp","Q58EK5","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6NY74","vcp","rpa1","vcp","rpa1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F6P697","vcp","HSF","vcp","hsf1","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6DRK4","vcp","zgc:110313","vcp","rfc5","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q58EG2","vcp","erlin1","vcp","Q58EG2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","string-db","7955.ENSDARP00000015815/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A3QK16","vcp","erlin2","vcp","erlin2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A2R8PYT0","vcp","zgc:65951","vcp","rad23b","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6NXA9","vcp","ubxn1","vcp","Q6NXA9","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q7SXA3","vcp","zgc:66168","vcp","rps27a","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","B0S754","vcp","fb63a09","vcp","B0S754","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6ZM78","vcp","si:ch211-8a9.5","vcp","sf3b5","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Splicing factor 3B subunit 5 (SF3b5)","string-db","7955.ENSDARP00000016634/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q92008","vcp","shha","vcp","Q92008","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q802D5","vcp","pfn2","vcp","pfn2","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q7T2E1","vcp","sec13l1","vcp","sec13","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1QB54","vcp","pabpc1a","vcp","pabpc1a","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","string-db","7955.ENSDARP00000021064/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","E7EY86","vcp","UBX domain protein 2A","vcp","ubxn2a","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","UBX domain protein 2A (UBX domain-containing protein 2A isoform X1)","string-db","7955.ENSDARP00000124898/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A0R4ITP2","vcp","Mjd","vcp","atxn3","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F1Q7Z9","vcp","fc50a12","vcp","F1Q7Z9","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6DRD5","vcp","zgc:92341","vcp","ufd1l","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","string-db","7955.ENSDARP00000035108/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","F8W4B7","vcp","Histone deacetylase 6","vcp","hdac6","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q5PR66","vcp","ift56","vcp","ttc26","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","string-db","7955.ENSDARP00000032176/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","A0A8M9PXA7","vcp","zgc:92052","vcp","A0A8M9PXA7","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Intraflagellar transport 74 (Intraflagellar transport protein 74 homolog)","string-db","7955.ENSDARP00000027867/7955.ENSDARP00000012048","physical","txid7955" +"Q7ZU99","Q6IQ72","vcp","wu:fj14c10","vcp","psmc1b","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","string-db","7955.ENSDARP00000063949/7955.ENSDARP00000012048","physical","txid7955" +"Q803J3","Q7ZVK8","cb75","ERK1","rab2a","mapk3","Ras-related protein Rab-2A (EC 3.6.5.2)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000003571","physical","txid7955" +"Q803J3","Q4V946","cb75","fj12b07","rab2a","rabggtb","Ras-related protein Rab-2A (EC 3.6.5.2)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000003571","physical","txid7955" +"Q803J3","B8JM41","cb75","fe06a04","rab2a","blzf1","Ras-related protein Rab-2A (EC 3.6.5.2)","Basic leucine zipper nuclear factor 1 (Golgin-45)","string-db","7955.ENSDARP00000102207/7955.ENSDARP00000003571","physical","txid7955" +"Q803J3","Q5MJ86","cb75","gapdh-2","rab2a","Q5MJ86","Ras-related protein Rab-2A (EC 3.6.5.2)","Glyceraldehyde-3-phosphate dehydrogenase 2 (EC 1.2.1.12)","string-db","7955.ENSDARP00000058383/7955.ENSDARP00000003571","physical","txid7955" +"Q803J3","Q5XJ10","cb75","gapdh","rab2a","Q5XJ10","Ras-related protein Rab-2A (EC 3.6.5.2)","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","string-db","7955.ENSDARP00000063799/7955.ENSDARP00000003571","physical","txid7955" +"Q4V946","Q502Q0","fj12b07","zgc:111945","rabggtb","rab12","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","RAB12, member RAS oncogene family (Ras-related protein Rab-12) (Zgc:111945)","string-db","7955.ENSDARP00000154059/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q4V8U8","fj12b07","zgc:114135","rabggtb","rab27a","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-27A (EC 3.6.5.2)","string-db","7955.ENSDARP00000133424/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q1L986","fj12b07","Ras-related protein Rab-3B","rabggtb","rab3b","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-3B","string-db","7955.ENSDARP00000154264/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","A5PLC7","fj12b07","rab8bb","rabggtb","rab8b","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-8B","string-db","7955.ENSDARP00000090100/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","A4FVK4","fj12b07","rab8","rabggtb","rab8a","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q5RGB5","fj12b07","si:ch211-255d18.4","rabggtb","rab3ab","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q7ZVX4","fj12b07","cb731","rabggtb","rab14","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-14","string-db","7955.ENSDARP00000106078/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q6DGU2","fj12b07","zgc:92772","rabggtb","rab11bb","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-11B","string-db","7955.ENSDARP00000111631/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","A0A8M3BF01","fj12b07","RAB9B, member RAS oncogene family","rabggtb","A0A8M3BF01","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q08BX0","fj12b07","Ras-related protein Rab-21","rabggtb","rab21","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-21","string-db","7955.ENSDARP00000143126/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","F1Q9W8","fj12b07","zgc:112037","rabggtb","F1Q9W8","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-25","string-db","7955.ENSDARP00000135212/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","A8WHV3","fj12b07","zgc:92916","rabggtb","rab3c","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000114513/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q63ZV9","fj12b07","si:ch73-305o9.2","rabggtb","ptp4a2a","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Protein tyrosine phosphatase 4A2a (Protein tyrosine phosphatase type IVA 2 (EC 3.1.3.48)) (Zgc:91861)","string-db","7955.ENSDARP00000110642/7955.ENSDARP00000090020","physical","txid7955" +"Q4V946","Q6DHC1","fj12b07","rab18b","rabggtb","rab18b","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000090020","physical","txid7955" +"Q5XJ10","R4GEU0","gapdh","ATP-citrate synthase","Q5XJ10","aclyb","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","ATP-citrate synthase (EC 2.3.3.8) (ATP-citrate (pro-S-)-lyase) (Citrate cleavage enzyme)","string-db","7955.ENSDARP00000127003/7955.ENSDARP00000063799","physical","txid7955" +"Q5XJ10","Q1LYB7","gapdh","Large ribosomal subunit protein uL13","Q5XJ10","rpl13a","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000063799","physical","txid7955" +"Q5XJ10","F1QP23","gapdh","eprs","Q5XJ10","eprs1","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","string-db","7955.ENSDARP00000070224/7955.ENSDARP00000063799","physical","txid7955" +"Q5XJ10","Q6NWC1","gapdh","VDAC1","Q5XJ10","vdac1","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000063799","physical","txid7955" +"Q7ZVK8","Q8QHJ9","ERK1","il17rd","mapk3","Q8QHJ9","Mitogen-activated protein kinase (EC 2.7.11.24)","Interleukin-17 receptor D (IL-17 receptor D) (IL-17RD) (Similar expression to FGF genes protein) (Sef)","string-db","7955.ENSDARP00000140479/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q7T356","ERK1","ywhabb","mapk3","Q7T356","Mitogen-activated protein kinase (EC 2.7.11.24)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","A0A0R4IHD1","ERK1","fj48e07","mapk3","A0A0R4IHD1","Mitogen-activated protein kinase (EC 2.7.11.24)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","E7F6T0","ERK1","CD44 antigen","mapk3","cd44a","Mitogen-activated protein kinase (EC 2.7.11.24)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","E7F9Z1","ERK1","VWF","mapk3","vwf","Mitogen-activated protein kinase (EC 2.7.11.24)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q503S6","ERK1","lamtor3","mapk3","Q503S6","Mitogen-activated protein kinase (EC 2.7.11.24)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q66I77","ERK1","zgc:103594","mapk3","cox6a2","Mitogen-activated protein kinase (EC 2.7.11.24)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q803G3","ERK1","fc05c02","mapk3","ppp2cb","Mitogen-activated protein kinase (EC 2.7.11.24)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","B0S602","ERK1","Fn","mapk3","fn1a","Mitogen-activated protein kinase (EC 2.7.11.24)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","C3PTE8","ERK1","Beta-arrestin-1","mapk3","arrb1","Mitogen-activated protein kinase (EC 2.7.11.24)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","E9QEY0","ERK1","bmk1","mapk3","mapk7","Mitogen-activated protein kinase (EC 2.7.11.24)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000119429/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","A0A2R8Q8S1","ERK1","wu:fa04e08","mapk3","kras","Mitogen-activated protein kinase (EC 2.7.11.24)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","A4QP33","ERK1","ppp2r5c","mapk3","ppp2r5cb","Mitogen-activated protein kinase (EC 2.7.11.24)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q5M7Y2","ERK1","zgc:92074","mapk3","Q5M7Y2","Mitogen-activated protein kinase (EC 2.7.11.24)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q6TEN1","ERK1","rap1b","mapk3","rap1b","Mitogen-activated protein kinase (EC 2.7.11.24)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","A5PMV7","ERK1","ppp2r1a","mapk3","ppp2r1ba","Mitogen-activated protein kinase (EC 2.7.11.24)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000094521","physical","txid7955" +"Q7ZVK8","Q6PFT9","ERK1","apbb1ip","mapk3","Q6PFT9","Mitogen-activated protein kinase (EC 2.7.11.24)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000094521","physical","txid7955" +"Q5MJ86","Q6NUZ3","gapdh-2","nsap1","Q5MJ86","syncrip","Glyceraldehyde-3-phosphate dehydrogenase 2 (EC 1.2.1.12)","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","string-db","7955.ENSDARP00000058778/7955.ENSDARP00000058383","physical","txid7955" +"Q5MJ86","F1QP23","gapdh-2","eprs","Q5MJ86","eprs1","Glyceraldehyde-3-phosphate dehydrogenase 2 (EC 1.2.1.12)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","string-db","7955.ENSDARP00000070224/7955.ENSDARP00000058383","physical","txid7955" +"Q5MJ86","Q5XJ10","gapdh-2","gapdh","Q5MJ86","Q5XJ10","Glyceraldehyde-3-phosphate dehydrogenase 2 (EC 1.2.1.12)","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","string-db","7955.ENSDARP00000063799/7955.ENSDARP00000058383","physical","txid7955" +"E7F1D9","F1RD06","Synaptotagmin IXa","fc52d10","E7F1D9","syt11a","Synaptotagmin IXa (Synaptotagmin-9)","Synaptotagmin XIa","string-db","7955.ENSDARP00000075119/7955.ENSDARP00000003622","physical","txid7955" +"E7F1D9","F1R8F7","Synaptotagmin IXa","ston1","E7F1D9","gtf2a1l","Synaptotagmin IXa (Synaptotagmin-9)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000003622","physical","txid7955" +"E7F1D9","Q5TZ27","Synaptotagmin IXa","syt1","E7F1D9","syt1a","Synaptotagmin IXa (Synaptotagmin-9)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000003622","physical","txid7955" +"E7F1D9","F1R5C0","Synaptotagmin IXa","Synaptotagmin","E7F1D9","syt2a","Synaptotagmin IXa (Synaptotagmin-9)","Synaptotagmin","string-db","7955.ENSDARP00000121161/7955.ENSDARP00000003622","physical","txid7955" +"F1R8F7","E7FDJ9","ston1","Torsin","gtf2a1l","E7FDJ9","General transcription factor IIA, 1-like (Stonin 1)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000087679","physical","txid7955" +"F1R8F7","F1R5C0","ston1","Synaptotagmin","gtf2a1l","syt2a","General transcription factor IIA, 1-like (Stonin 1)","Synaptotagmin","string-db","7955.ENSDARP00000121161/7955.ENSDARP00000087679","physical","txid7955" +"F1R8F7","E9QHA7","ston1","im:7165310","gtf2a1l","tor1","General transcription factor IIA, 1-like (Stonin 1)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000087679","physical","txid7955" +"F1R8F7","Q5TZ27","ston1","syt1","gtf2a1l","syt1a","General transcription factor IIA, 1-like (Stonin 1)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000087679","physical","txid7955" +"F1RD06","F1R5C0","fc52d10","Synaptotagmin","syt11a","syt2a","Synaptotagmin XIa","Synaptotagmin","string-db","7955.ENSDARP00000121161/7955.ENSDARP00000075119","physical","txid7955" +"F1RD06","Q5TZ27","fc52d10","syt1","syt11a","syt1a","Synaptotagmin XIa","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000075119","physical","txid7955" +"F1RD06","F1R8F7","fc52d10","ston1","syt11a","gtf2a1l","Synaptotagmin XIa","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000075119","physical","txid7955" +"F1R5C0","Q5TZ27","Synaptotagmin","syt1","syt2a","syt1a","Synaptotagmin","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000121161","physical","txid7955" +"Q5RIC5","F6NVK8","MCM3z","cul3","mcm3","cul3a","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q7ZU79","MCM3z","cdc45l","mcm3","cdc45","DNA replication licensing factor MCM3 (EC 3.6.4.12)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q504I6","MCM3z","ik:tdsubc_2g1","mcm3","rpa2","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q6ZM36","MCM3z","orc6l","mcm3","orc6","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q6DGP2","MCM3z","syf2","mcm3","syf2","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q6NZV2","MCM3z","cb1025","mcm3","mcm4","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q5RHY1","MCM3z","mcm10","mcm3","Q5RHY1","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","B5DDZ2","MCM3z","Protein DBF4 homolog A","mcm3","dbf4","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","F1QDI9","MCM3z","mcm9","mcm3","F1QDI9","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA helicase MCM9 (EC 3.6.4.12) (Minichromosome maintenance 9)","string-db","7955.ENSDARP00000115879/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","B3DIU1","MCM3z","cul3","mcm3","cul3b","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","E7F643","MCM3z","DNA helicase MCM8","mcm3","E7F643","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","F1Q712","MCM3z","Germinal-center associated nuclear protein","mcm3","mcm3ap","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","string-db","7955.ENSDARP00000019686/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q6P0X9","MCM3z","orc5l","mcm3","orc5","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","string-db","7955.ENSDARP00000033056/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","A0A0R4IF65","MCM3z","cb737","mcm3","A0A0R4IF65","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","E7F2R5","MCM3z","Chromatin licensing and DNA replication factor 1","mcm3","cdt1","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","B8JKC1","MCM3z","MCM3","mcm3","mcm3l","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA replication licensing factor MCM3 (EC 3.6.4.12)","string-db","7955.ENSDARP00000054652/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q6NY74","MCM3z","rpa1","mcm3","rpa1","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","F1QLF9","MCM3z","orc1l","mcm3","orc1","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q7ZWB1","MCM3z","zgc:56598","mcm3","cdk2","DNA replication licensing factor MCM3 (EC 3.6.4.12)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","F1QRE0","MCM3z","fc50c03","mcm3","F1QRE0","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","Q5TYQ0","MCM3z","ccl2","mcm3","Q5TYQ0","DNA replication licensing factor MCM3 (EC 3.6.4.12)","C-C motif chemokine","string-db","7955.ENSDARP00000061310/7955.ENSDARP00000003671","physical","txid7955" +"Q5RIC5","F1QP75","MCM3z","fi40c09","mcm3","F1QP75","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 3","string-db","7955.ENSDARP00000047856/7955.ENSDARP00000003671","physical","txid7955" +"F6NVK8","U3JA92","cul3","BTB/POZ domain-containing protein KCTD5-like isoform X2","cul3a","kctd17","Cullin 3a (Cullin-3)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0JMG1","cul3","spoplb","cul3a","A0JMG1","Cullin 3a (Cullin-3)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","E9QHV0","cul3","Kelch-like protein 9 isoform X1","cul3a","E9QHV0","Cullin 3a (Cullin-3)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A9ULR9","cul3","kctd13","cul3a","kctd13","Cullin 3a (Cullin-3)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q08BL9","cul3","klhl24a","cul3a","klhl24a","Cullin 3a (Cullin-3)","Kelch-like protein 24a (Kelch-like family member 24a)","string-db","7955.ENSDARP00000088904/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q6NYM1","cul3","klhl21","cul3a","klhl21","Cullin 3a (Cullin-3)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A0R4IK06","cul3","wu:fb69g03","cul3a","A0A0R4IK06","Cullin 3a (Cullin-3)","Ankyrin repeat and FYVE domain-containing 1 (Rabankyrin-5 isoform X1)","string-db","7955.ENSDARP00000136220/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A2RRV4","cul3","zgc:158266","cul3a","klhl8","Cullin 3a (Cullin-3)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A0R4IP02","cul3","wu:fc15b07","cul3a","A0A0R4IP02","Cullin 3a (Cullin-3)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","B7ZDC8","cul3","F-box/WD repeat-containing protein 7","cul3a","fbxw7","Cullin 3a (Cullin-3)","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","F1REN0","cul3","cul5","cul3a","F1REN0","Cullin 3a (Cullin-3)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","F1R5K5","cul3","wu:fi06b02","cul3a","tnfaip1","Cullin 3a (Cullin-3)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q5U374","cul3","klhl12","cul3a","Q5U374","Cullin 3a (Cullin-3)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A2R8Q1W5","cul3","keap1b","cul3a","keap1b","Cullin 3a (Cullin-3)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A2R8QC39","cul3","LOC101886608","cul3a","A0A2R8QC39","Cullin 3a (Cullin-3)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","F8W428","cul3","im:7140950","cul3a","cul4b","Cullin 3a (Cullin-3)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","E7F6F9","cul3","klhl3","cul3a","E7F6F9","Cullin 3a (Cullin-3)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A0R4ICR0","cul3","wu:fc15b07","cul3a","klhl13","Cullin 3a (Cullin-3)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","B3DIV9","cul3","klhl40a","cul3a","B3DIV9","Cullin 3a (Cullin-3)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q6P7X5","cul3","wu:fb30g12","cul3a","kctd10","Cullin 3a (Cullin-3)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","B3DIU1","cul3","cul3","cul3a","cul3b","Cullin 3a (Cullin-3)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","A0A0G2KCH4","cul3","klhl25","cul3a","A0A0G2KCH4","Cullin 3a (Cullin-3)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q08CL3","cul3","kbtbd8","cul3a","Q08CL3","Cullin 3a (Cullin-3)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","Q7T330","cul3","spop","cul3a","Q7T330","Cullin 3a (Cullin-3)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","F1Q9F3","cul3","im:7147158","cul3a","pik3c3","Cullin 3a (Cullin-3)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000056881","physical","txid7955" +"F6NVK8","F1Q9R3","cul3","Kelch-like protein 22","cul3a","F1Q9R3","Cullin 3a (Cullin-3)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000056881","physical","txid7955" +"Q6ZM36","A0A0R4IF65","orc6l","cb737","orc6","A0A0R4IF65","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000101426","physical","txid7955" +"Q6ZM36","F1QLF9","orc6l","orc1l","orc6","orc1","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000101426","physical","txid7955" +"Q6ZM36","A0A0R4IMZ8","orc6l","wu:fc12b10","orc6","A0A0R4IMZ8","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000101426","physical","txid7955" +"Q6ZM36","E7F643","orc6l","DNA helicase MCM8","orc6","E7F643","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000101426","physical","txid7955" +"Q6ZM36","F1QRE0","orc6l","fc50c03","orc6","F1QRE0","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000101426","physical","txid7955" +"Q6NZV2","Q5RHY1","cb1025","mcm10","mcm4","Q5RHY1","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","B5DDZ2","cb1025","Protein DBF4 homolog A","mcm4","dbf4","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","F1QDI9","cb1025","mcm9","mcm4","F1QDI9","DNA replication licensing factor MCM4 (EC 3.6.4.12)","DNA helicase MCM9 (EC 3.6.4.12) (Minichromosome maintenance 9)","string-db","7955.ENSDARP00000115879/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","Q7ZU79","cb1025","cdc45l","mcm4","cdc45","DNA replication licensing factor MCM4 (EC 3.6.4.12)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","E7F2R5","cb1025","Chromatin licensing and DNA replication factor 1","mcm4","cdt1","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","E7F2U4","cb1025","wu:fc06a10","mcm4","cenpe","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","Q6ZM36","cb1025","orc6l","mcm4","orc6","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","A0A0R4IF65","cb1025","cb737","mcm4","A0A0R4IF65","DNA replication licensing factor MCM4 (EC 3.6.4.12)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","E7F643","cb1025","DNA helicase MCM8","mcm4","E7F643","DNA replication licensing factor MCM4 (EC 3.6.4.12)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","F1QRE0","cb1025","fc50c03","mcm4","F1QRE0","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000058563","physical","txid7955" +"Q6NZV2","F1QLF9","cb1025","orc1l","mcm4","orc1","DNA replication licensing factor MCM4 (EC 3.6.4.12)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000058563","physical","txid7955" +"F1QRE0","A0A0R4IF65","fc50c03","cb737","F1QRE0","A0A0R4IF65","Origin recognition complex subunit 4","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000130427","physical","txid7955" +"B3DIU1","Q7ZVI8","cul3","npl4","cul3b","Q7ZVI8","Cullin 3b (Cullin-3)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","E9QHV0","cul3","Kelch-like protein 9 isoform X1","cul3b","E9QHV0","Cullin 3b (Cullin-3)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","A0A0R4IUU4","cul3","NEDD8-conjugating enzyme Ubc12","cul3b","si:ch1073-205c8.3","Cullin 3b (Cullin-3)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","A2RRV4","cul3","zgc:158266","cul3b","klhl8","Cullin 3b (Cullin-3)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","A0A0R4IP02","cul3","wu:fc15b07","cul3b","A0A0R4IP02","Cullin 3b (Cullin-3)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","A0A2R8QC39","cul3","LOC101886608","cul3b","A0A2R8QC39","Cullin 3b (Cullin-3)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","E7F6F9","cul3","klhl3","cul3b","E7F6F9","Cullin 3b (Cullin-3)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","Q6NXC6","cul3","wu:fi47e09","cul3b","Q6NXC6","Cullin 3b (Cullin-3)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","E7F737","cul3","dvl3","cul3b","dvl3b","Cullin 3b (Cullin-3)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000132246","physical","txid7955" +"B3DIU1","A0A0R4IK06","cul3","wu:fb69g03","cul3b","A0A0R4IK06","Cullin 3b (Cullin-3)","Ankyrin repeat and FYVE domain-containing 1 (Rabankyrin-5 isoform X1)","string-db","7955.ENSDARP00000136220/7955.ENSDARP00000132246","physical","txid7955" +"B8JKC1","Q6ZM36","MCM3","orc6l","mcm3l","orc6","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","Q6DGP2","MCM3","syf2","mcm3l","syf2","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","F6NVK8","MCM3","cul3","mcm3l","cul3a","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","F1QRE0","MCM3","fc50c03","mcm3l","F1QRE0","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","E7F643","MCM3","DNA helicase MCM8","mcm3l","E7F643","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","B3DIU1","MCM3","cul3","mcm3l","cul3b","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","Q6NZV2","MCM3","cb1025","mcm3l","mcm4","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","A0A0R4IF65","MCM3","cb737","mcm3l","A0A0R4IF65","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","F1QLF9","MCM3","orc1l","mcm3l","orc1","DNA replication licensing factor MCM3 (EC 3.6.4.12)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","F1QDI9","MCM3","mcm9","mcm3l","F1QDI9","DNA replication licensing factor MCM3 (EC 3.6.4.12)","DNA helicase MCM9 (EC 3.6.4.12) (Minichromosome maintenance 9)","string-db","7955.ENSDARP00000115879/7955.ENSDARP00000054652","physical","txid7955" +"B8JKC1","Q7ZU79","MCM3","cdc45l","mcm3l","cdc45","DNA replication licensing factor MCM3 (EC 3.6.4.12)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000054652","physical","txid7955" +"F1QDI9","A0A0R4IF65","mcm9","cb737","F1QDI9","A0A0R4IF65","DNA helicase MCM9 (EC 3.6.4.12) (Minichromosome maintenance 9)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000115879","physical","txid7955" +"F1QDI9","E7F643","mcm9","DNA helicase MCM8","F1QDI9","E7F643","DNA helicase MCM9 (EC 3.6.4.12) (Minichromosome maintenance 9)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000115879","physical","txid7955" +"Q5TYQ0","E9QJ73","ccl2","cxcr3.2","Q5TYQ0","E9QJ73","C-C motif chemokine","C-X-C chemokine receptor type 3-2","string-db","7955.ENSDARP00000122984/7955.ENSDARP00000061310","physical","txid7955" +"Q5TYQ0","A0A140LFQ7","ccl2","si:ch211-207g17.2","Q5TYQ0","A0A140LFQ7","C-C motif chemokine","C-C chemokine receptor type 5-like (Chemokine (C-C motif) receptor 2)","string-db","7955.ENSDARP00000142081/7955.ENSDARP00000061310","physical","txid7955" +"F1QLF9","A0A0R4IF65","orc1l","cb737","orc1","A0A0R4IF65","Origin recognition complex subunit 1","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000110729","physical","txid7955" +"F1QLF9","F1QRE0","orc1l","fc50c03","orc1","F1QRE0","Origin recognition complex subunit 1","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000110729","physical","txid7955" +"Q6P0X9","E7F643","orc5l","DNA helicase MCM8","orc5","E7F643","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","F1QLF9","orc5l","orc1l","orc5","orc1","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","Q6NZV2","orc5l","cb1025","orc5","mcm4","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","Q504I6","orc5l","ik:tdsubc_2g1","orc5","rpa2","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","E7F2R5","orc5l","Chromatin licensing and DNA replication factor 1","orc5","cdt1","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","B8JKC1","orc5l","MCM3","orc5","mcm3l","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","DNA replication licensing factor MCM3 (EC 3.6.4.12)","string-db","7955.ENSDARP00000054652/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","A0A0R4IF65","orc5l","cb737","orc5","A0A0R4IF65","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","B0R160","orc5l","lrwd1","orc5","lrwd1","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","string-db","7955.ENSDARP00000050905/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","B5DDZ2","orc5l","Protein DBF4 homolog A","orc5","dbf4","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","F1QP75","orc5l","fi40c09","orc5","F1QP75","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Origin recognition complex subunit 3","string-db","7955.ENSDARP00000047856/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","Q5RHY1","orc5l","mcm10","orc5","Q5RHY1","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","Q7ZU79","orc5l","cdc45l","orc5","cdc45","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","Q6ZM36","orc5l","orc6l","orc5","orc6","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000033056","physical","txid7955" +"Q6P0X9","F1QRE0","orc5l","fc50c03","orc5","F1QRE0","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000033056","physical","txid7955" +"Q5RHY1","F1QRE0","mcm10","fc50c03","Q5RHY1","F1QRE0","Protein MCM10 homolog","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000067338","physical","txid7955" +"Q5RHY1","E7F2R5","mcm10","Chromatin licensing and DNA replication factor 1","Q5RHY1","cdt1","Protein MCM10 homolog","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000067338","physical","txid7955" +"Q5RHY1","E7FGL0","mcm10","Tim","Q5RHY1","timeless","Protein MCM10 homolog","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000067338","physical","txid7955" +"Q5RHY1","E7F643","mcm10","DNA helicase MCM8","Q5RHY1","E7F643","Protein MCM10 homolog","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000067338","physical","txid7955" +"Q5RHY1","Q6ZM36","mcm10","orc6l","Q5RHY1","orc6","Protein MCM10 homolog","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000067338","physical","txid7955" +"Q5RHY1","A0A0R4IF65","mcm10","cb737","Q5RHY1","A0A0R4IF65","Protein MCM10 homolog","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000067338","physical","txid7955" +"F1Q712","B8JKC1","Germinal-center associated nuclear protein","MCM3","mcm3ap","mcm3l","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","DNA replication licensing factor MCM3 (EC 3.6.4.12)","string-db","7955.ENSDARP00000054652/7955.ENSDARP00000019686","physical","txid7955" +"F1Q712","Q6DH42","Germinal-center associated nuclear protein","eny2","mcm3ap","eny2","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000019686","physical","txid7955" +"E7F2R5","F1QLF9","Chromatin licensing and DNA replication factor 1","orc1l","cdt1","orc1","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000089247","physical","txid7955" +"E7F2R5","Q6ZM36","Chromatin licensing and DNA replication factor 1","orc6l","cdt1","orc6","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000089247","physical","txid7955" +"E7F2R5","F1QRE0","Chromatin licensing and DNA replication factor 1","fc50c03","cdt1","F1QRE0","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000089247","physical","txid7955" +"E7F2R5","E7F643","Chromatin licensing and DNA replication factor 1","DNA helicase MCM8","cdt1","E7F643","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000089247","physical","txid7955" +"E7F2R5","A0A0R4IF65","Chromatin licensing and DNA replication factor 1","cb737","cdt1","A0A0R4IF65","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000089247","physical","txid7955" +"F1QP75","Q68EI0","fi40c09","wdr18","F1QP75","wdr18","Origin recognition complex subunit 3","WD repeat-containing protein 18","string-db","7955.ENSDARP00000060250/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","E7F2R5","fi40c09","Chromatin licensing and DNA replication factor 1","F1QP75","cdt1","Origin recognition complex subunit 3","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","Q5RHY1","fi40c09","mcm10","F1QP75","Q5RHY1","Origin recognition complex subunit 3","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","A0A0R4IF65","fi40c09","cb737","F1QP75","A0A0R4IF65","Origin recognition complex subunit 3","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","Q504I6","fi40c09","ik:tdsubc_2g1","F1QP75","rpa2","Origin recognition complex subunit 3","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","Q6NZV2","fi40c09","cb1025","F1QP75","mcm4","Origin recognition complex subunit 3","DNA replication licensing factor MCM4 (EC 3.6.4.12)","string-db","7955.ENSDARP00000058563/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","Q6ZM36","fi40c09","orc6l","F1QP75","orc6","Origin recognition complex subunit 3","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","E7F643","fi40c09","DNA helicase MCM8","F1QP75","E7F643","Origin recognition complex subunit 3","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","F1QLF9","fi40c09","orc1l","F1QP75","orc1","Origin recognition complex subunit 3","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","F1QRE0","fi40c09","fc50c03","F1QP75","F1QRE0","Origin recognition complex subunit 3","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","A0A2R8Q9M1","fi40c09","im:7137690","F1QP75","gins4","Origin recognition complex subunit 3","DNA replication complex GINS protein SLD5","string-db","7955.ENSDARP00000151126/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","B8JKC1","fi40c09","MCM3","F1QP75","mcm3l","Origin recognition complex subunit 3","DNA replication licensing factor MCM3 (EC 3.6.4.12)","string-db","7955.ENSDARP00000054652/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","B0R160","fi40c09","lrwd1","F1QP75","lrwd1","Origin recognition complex subunit 3","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","string-db","7955.ENSDARP00000050905/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","Q7ZU79","fi40c09","cdc45l","F1QP75","cdc45","Origin recognition complex subunit 3","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000047856","physical","txid7955" +"F1QP75","B5DDZ2","fi40c09","Protein DBF4 homolog A","F1QP75","dbf4","Origin recognition complex subunit 3","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000047856","physical","txid7955" +"Q7ZU79","A0A2R8Q9M1","cdc45l","im:7137690","cdc45","gins4","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","DNA replication complex GINS protein SLD5","string-db","7955.ENSDARP00000151126/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","E7F2R5","cdc45l","Chromatin licensing and DNA replication factor 1","cdc45","cdt1","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","Q6ZM36","cdc45l","orc6l","cdc45","orc6","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","F1QRE0","cdc45l","fc50c03","cdc45","F1QRE0","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","B5DDZ2","cdc45l","Protein DBF4 homolog A","cdc45","dbf4","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","Protein DBF4 homolog A","string-db","7955.ENSDARP00000065642/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","E7F643","cdc45l","DNA helicase MCM8","cdc45","E7F643","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","A0A0R4IF65","cdc45l","cb737","cdc45","A0A0R4IF65","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000064200","physical","txid7955" +"Q7ZU79","Q5RHY1","cdc45l","mcm10","cdc45","Q5RHY1","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000064200","physical","txid7955" +"B5DDZ2","E7F643","Protein DBF4 homolog A","DNA helicase MCM8","dbf4","E7F643","Protein DBF4 homolog A","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","string-db","7955.ENSDARP00000128121/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","Q6ZM36","Protein DBF4 homolog A","orc6l","dbf4","orc6","Protein DBF4 homolog A","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","F1QRE0","Protein DBF4 homolog A","fc50c03","dbf4","F1QRE0","Protein DBF4 homolog A","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","E7F2R5","Protein DBF4 homolog A","Chromatin licensing and DNA replication factor 1","dbf4","cdt1","Protein DBF4 homolog A","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","string-db","7955.ENSDARP00000089247/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","A0A0R4IF65","Protein DBF4 homolog A","cb737","dbf4","A0A0R4IF65","Protein DBF4 homolog A","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","E7EYS4","Protein DBF4 homolog A","DBF4 zinc finger B","dbf4","dbf4b","Protein DBF4 homolog A","DBF4 zinc finger B (Uncharacterized protein dbf4b)","string-db","7955.ENSDARP00000126927/7955.ENSDARP00000065642","physical","txid7955" +"B5DDZ2","Q5RHY1","Protein DBF4 homolog A","mcm10","dbf4","Q5RHY1","Protein DBF4 homolog A","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000065642","physical","txid7955" +"E7F643","F1QRE0","DNA helicase MCM8","fc50c03","E7F643","F1QRE0","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000128121","physical","txid7955" +"E7F643","A0A0R4IF65","DNA helicase MCM8","cb737","E7F643","A0A0R4IF65","DNA helicase MCM8 (EC 3.6.4.12) (Minichromosome maintenance 8)","DNA replication licensing factor MCM2 (EC 3.6.4.12)","string-db","7955.ENSDARP00000133012/7955.ENSDARP00000128121","physical","txid7955" +"A0A2R8Q924","Q7ZV96","Large ribosomal subunit protein uL3","rpl10","A0A2R8Q924","rpl10","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7SXA3","Large ribosomal subunit protein uL3","zgc:66168","A0A2R8Q924","rps27a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PBI5","Large ribosomal subunit protein uL3","rps25","A0A2R8Q924","rps25","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q24JV3","Large ribosomal subunit protein uL3","zgc:136896","A0A2R8Q924","rpl31","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q8AW82","Large ribosomal subunit protein uL3","pa2g4","A0A2R8Q924","pa2g4a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q1LYB7","Large ribosomal subunit protein uL3","Large ribosomal subunit protein uL13","A0A2R8Q924","rpl13a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7T1K0","Large ribosomal subunit protein uL3","zgc:65996","A0A2R8Q924","rpl17","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q9I9N0","Large ribosomal subunit protein uL3","dap1b","A0A2R8Q924","Q9I9N0","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IQJ7","Large ribosomal subunit protein uL3","zgc:86733","A0A2R8Q924","rpl37","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IMW6","Large ribosomal subunit protein uL3","fd13f08","A0A2R8Q924","rps13","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q8JGR4","Large ribosomal subunit protein uL3","rpl24","A0A2R8Q924","Q8JGR4","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7SXA1","Large ribosomal subunit protein uL3","rpl26","A0A2R8Q924","Q7SXA1","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IQQ0","Large ribosomal subunit protein uL3","wu:fb13h07","A0A2R8Q924","rpl21","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q4VBV2","Large ribosomal subunit protein uL3","wu:fa18f12","A0A2R8Q924","rps27.1","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6P3J5","Large ribosomal subunit protein uL3","eef2b","A0A2R8Q924","eef2b","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q567N5","Large ribosomal subunit protein uL3","wu:fa93h05","A0A2R8Q924","Q567N5","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IQI6","Large ribosomal subunit protein uL3","zgc:86748","A0A2R8Q924","rpl11","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","P62084","Large ribosomal subunit protein uL3","rps7","A0A2R8Q924","rps7","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","A8E526","Large ribosomal subunit protein uL3","Large ribosomal subunit protein eL14","A0A2R8Q924","A8E526","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IMW8","Large ribosomal subunit protein uL3","zgc:92371","A0A2R8Q924","rpl39","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q90Z10","Large ribosomal subunit protein uL3","rpl13","A0A2R8Q924","rpl13","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q5XJA5","Large ribosomal subunit protein uL3","habp4","A0A2R8Q924","Q5XJA5","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Intracellular hyaluronan-binding protein 4","string-db","7955.ENSDARP00000007173/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZUG5","Large ribosomal subunit protein uL3","rps21","A0A2R8Q924","Q7ZUG5","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6NWC3","Large ribosomal subunit protein uL3","fc94f01","A0A2R8Q924","rps2","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DHS3","Large ribosomal subunit protein uL3","wu:fa92b05","A0A2R8Q924","rpl15","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","F1QG80","Large ribosomal subunit protein uL3","Large ribosomal subunit protein eL22","A0A2R8Q924","F1QG80","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7T1J9","Large ribosomal subunit protein uL3","zgc:65936","A0A2R8Q924","Q7T1J9","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6P5M3","Large ribosomal subunit protein uL3","hm:zeh0819","A0A2R8Q924","rps9","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DHL6","Large ribosomal subunit protein uL3","wu:fa92e06","A0A2R8Q924","rps6","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S6","string-db","7955.ENSDARP00000011148/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","F1QHN6","Large ribosomal subunit protein uL3","im:7042025","A0A2R8Q924","ubc","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","P61486","Large ribosomal subunit protein uL3","rpl36a","A0A2R8Q924","P61486","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q642H9","Large ribosomal subunit protein uL3","rps4x","A0A2R8Q924","rps4x","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","P61485","Large ribosomal subunit protein uL3","rpl36a","A0A2R8Q924","rpl36a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","B7ZD34","Large ribosomal subunit protein uL3","wu:fa66b02","A0A2R8Q924","rps24","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q8JHJ1","Large ribosomal subunit protein uL3","rpl35","A0A2R8Q924","rpl35","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","P61487","Large ribosomal subunit protein uL3","rpl36a","A0A2R8Q924","P61487","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZV82","Large ribosomal subunit protein uL3","rpl27","A0A2R8Q924","rpl27","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PBK3","Large ribosomal subunit protein uL3","rps28","A0A2R8Q924","rps28","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZWJ4","Large ribosomal subunit protein uL3","rpl18a","A0A2R8Q924","rpl18a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6Q421","Large ribosomal subunit protein uL3","wu:fa93f04","A0A2R8Q924","rps15","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PC80","Large ribosomal subunit protein uL3","chunp6933","A0A2R8Q924","rps5","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6Q419","Large ribosomal subunit protein uL3","zgc:113935","A0A2R8Q924","rps29","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6Q420","Large ribosomal subunit protein uL3","rps15a","A0A2R8Q924","rps15a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZW95","Large ribosomal subunit protein uL3","zgc:56659","A0A2R8Q924","rpl4","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PBW3","Large ribosomal subunit protein uL3","fa92e08","A0A2R8Q924","rps14","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6NX89","Large ribosomal subunit protein uL3","eif5a","A0A2R8Q924","eif5a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q3B7P7","Large ribosomal subunit protein uL3","wu:fa91f08","A0A2R8Q924","uba52","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PBZ1","Large ribosomal subunit protein uL3","wu:fa95b03","A0A2R8Q924","rpl7a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","60S ribosomal protein L7a","string-db","7955.ENSDARP00000010055/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","A0A0R4IJ49","Large ribosomal subunit protein uL3","Small ribosomal subunit protein eS19","A0A2R8Q924","A0A0R4IJ49","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6Q417","Large ribosomal subunit protein uL3","bb02h10","A0A2R8Q924","rpl7","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","A0A286YBP4","Large ribosomal subunit protein uL3","Large ribosomal subunit protein eL28","A0A2R8Q924","rpl28","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZV05","Large ribosomal subunit protein uL3","wu:fa91c09","A0A2R8Q924","rps11","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q5BJA1","Large ribosomal subunit protein uL3","Small ribosomal subunit protein eS17","A0A2R8Q924","-","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q803F6","Large ribosomal subunit protein uL3","rpsa","A0A2R8Q924","rpsa","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q0VFW0","Large ribosomal subunit protein uL3","zgc:136591","A0A2R8Q924","Q0VFW0","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6IQB1","Large ribosomal subunit protein uL3","fj02g05","A0A2R8Q924","Q6IQB1","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PC14","Large ribosomal subunit protein uL3","rpl23","A0A2R8Q924","rpl23","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PBY1","Large ribosomal subunit protein uL3","rps3a","A0A2R8Q924","rps3a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","P62247","Large ribosomal subunit protein uL3","rps8","A0A2R8Q924","rps8","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DGL9","Large ribosomal subunit protein uL3","si:dkey-1f1.2","A0A2R8Q924","rpl38","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","string-db","7955.ENSDARP00000005837/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6PC01","Large ribosomal subunit protein uL3","fau","A0A2R8Q924","Q6PC01","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","O42248","Large ribosomal subunit protein uL3","gnb2l1","A0A2R8Q924","gnb2l1","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZWJ7","Large ribosomal subunit protein uL3","rpl34","A0A2R8Q924","rpl34","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q5BKV9","Large ribosomal subunit protein uL3","ab02c03","A0A2R8Q924","Q5BKV9","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6P0V6","Large ribosomal subunit protein uL3","rpl8","A0A2R8Q924","rpl8","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6Q415","Large ribosomal subunit protein uL3","rpl36","A0A2R8Q924","rpl36","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DGL4","Large ribosomal subunit protein uL3","60S ribosomal protein L29","A0A2R8Q924","Q6DGL4","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q24JV1","Large ribosomal subunit protein uL3","zgc:136952","A0A2R8Q924","rpl32","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","A8KB78","Large ribosomal subunit protein uL3","Small ribosomal subunit protein uS12","A0A2R8Q924","rps23","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","A7YY10","Large ribosomal subunit protein uL3","60S ribosomal protein L37a","A0A2R8Q924","A7YY10","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q1LWH1","Large ribosomal subunit protein uL3","im:6906552","A0A2R8Q924","rps16","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6P5L3","Large ribosomal subunit protein uL3","rpl19","A0A2R8Q924","rpl19","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q8JGS9","Large ribosomal subunit protein uL3","rps18","A0A2R8Q924","rps18","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6P6E2","Large ribosomal subunit protein uL3","wu:fa91f03","A0A2R8Q924","Q6P6E2","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q7ZUG6","Large ribosomal subunit protein uL3","fa93d05","A0A2R8Q924","rpl30","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DGM0","Large ribosomal subunit protein uL3","zgc:92859","A0A2R8Q924","rpl35a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","Q6DGL0","Large ribosomal subunit protein uL3","zgc:92872","A0A2R8Q924","rpl18","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000003700","physical","txid7955" +"A0A2R8Q924","F1QGI3","Large ribosomal subunit protein uL3","Ribosomal protein L23a","A0A2R8Q924","rpl23a","Large ribosomal subunit protein uL3 (60S ribosomal protein L3)","Ribosomal protein L23a","string-db","7955.ENSDARP00000006624/7955.ENSDARP00000003700","physical","txid7955" +"Q6PBK3","Q7ZV96","rps28","rpl10","rps28","rpl10","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q7SXA3","rps28","zgc:66168","rps28","rps27a","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","A0A286YBP4","rps28","Large ribosomal subunit protein eL28","rps28","rpl28","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q4QRJ7","rps28","eif2a","rps28","Q4QRJ7","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","A0A0N4SUD2","rps28","Ubi-p63E","rps28","ubb","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","B3DHM1","rps28","Ubiquitin-like","rps28","B3DHM1","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6DGM0","rps28","zgc:92859","rps28","rpl35a","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","A8E526","rps28","Large ribosomal subunit protein eL14","rps28","A8E526","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q90Z10","rps28","rpl13","rps28","rpl13","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6P3J5","rps28","eef2b","rps28","eef2b","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6P5M3","rps28","hm:zeh0819","rps28","rps9","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q7SXA1","rps28","rpl26","rps28","Q7SXA1","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6AXJ2","rps28","eif3ha","rps28","eif3ha","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q24JV3","rps28","zgc:136896","rps28","rpl31","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q803F6","rps28","rpsa","rps28","rpsa","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q5BKV9","rps28","ab02c03","rps28","Q5BKV9","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q7T1K0","rps28","zgc:65996","rps28","rpl17","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","A7YY10","rps28","60S ribosomal protein L37a","rps28","A7YY10","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6PBI5","rps28","rps25","rps28","rps25","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6NWC3","rps28","fc94f01","rps28","rps2","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6Q415","rps28","rpl36","rps28","rpl36","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q8JGR4","rps28","rpl24","rps28","Q8JGR4","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6PC01","rps28","fau","rps28","Q6PC01","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q5BJA1","rps28","Small ribosomal subunit protein eS17","rps28","-","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q8JGS9","rps28","rps18","rps28","rps18","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q9I9N0","rps28","dap1b","rps28","Q9I9N0","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000115796","physical","txid7955" +"Q6PBK3","Q6DGL4","rps28","60S ribosomal protein L29","rps28","Q6DGL4","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000115796","physical","txid7955" +"Q6DHL6","Q8JHJ1","wu:fa92e06","rpl35","rps6","rpl35","40S ribosomal protein S6","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6Q417","wu:fa92e06","bb02h10","rps6","rpl7","40S ribosomal protein S6","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q8JGR4","wu:fa92e06","rpl24","rps6","Q8JGR4","40S ribosomal protein S6","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","P61486","wu:fa92e06","rpl36a","rps6","P61486","40S ribosomal protein S6","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","O42248","wu:fa92e06","gnb2l1","rps6","gnb2l1","40S ribosomal protein S6","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IMW8","wu:fa92e06","zgc:92371","rps6","rpl39","40S ribosomal protein S6","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZV82","wu:fa92e06","rpl27","rps6","rpl27","40S ribosomal protein S6","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q4VBV2","wu:fa92e06","wu:fa18f12","rps6","rps27.1","40S ribosomal protein S6","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","B7ZD34","wu:fa92e06","wu:fa66b02","rps6","rps24","40S ribosomal protein S6","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6Q421","wu:fa92e06","wu:fa93f04","rps6","rps15","40S ribosomal protein S6","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6DGL0","wu:fa92e06","zgc:92872","rps6","rpl18","40S ribosomal protein S6","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","B5DDE8","wu:fa92e06","LOC100000836","rps6","rps8b","40S ribosomal protein S6","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6DHS3","wu:fa92e06","wu:fa92b05","rps6","rpl15","40S ribosomal protein S6","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A8KB78","wu:fa92e06","Small ribosomal subunit protein uS12","rps6","rps23","40S ribosomal protein S6","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q24JV3","wu:fa92e06","zgc:136896","rps6","rpl31","40S ribosomal protein S6","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PBI5","wu:fa92e06","rps25","rps6","rps25","40S ribosomal protein S6","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IMW6","wu:fa92e06","fd13f08","rps6","rps13","40S ribosomal protein S6","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","P61487","wu:fa92e06","rpl36a","rps6","P61487","40S ribosomal protein S6","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","P62084","wu:fa92e06","rps7","rps6","rps7","40S ribosomal protein S6","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q568H9","wu:fa92e06","zgc:110288","rps6","fcf1","40S ribosomal protein S6","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q8AW82","wu:fa92e06","pa2g4","rps6","pa2g4a","40S ribosomal protein S6","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","P62247","wu:fa92e06","rps8","rps6","rps8","40S ribosomal protein S6","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q9I9N0","wu:fa92e06","dap1b","rps6","Q9I9N0","40S ribosomal protein S6","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZWJ4","wu:fa92e06","rpl18a","rps6","rpl18a","40S ribosomal protein S6","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PC14","wu:fa92e06","rpl23","rps6","rpl23","40S ribosomal protein S6","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6NX89","wu:fa92e06","eif5a","rps6","eif5a","40S ribosomal protein S6","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q5BKV9","wu:fa92e06","ab02c03","rps6","Q5BKV9","40S ribosomal protein S6","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","P61485","wu:fa92e06","rpl36a","rps6","rpl36a","40S ribosomal protein S6","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6P5L3","wu:fa92e06","rpl19","rps6","rpl19","40S ribosomal protein S6","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7SXA1","wu:fa92e06","rpl26","rps6","Q7SXA1","40S ribosomal protein S6","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PC80","wu:fa92e06","chunp6933","rps6","rps5","40S ribosomal protein S6","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q8JGS9","wu:fa92e06","rps18","rps6","rps18","40S ribosomal protein S6","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PBW3","wu:fa92e06","fa92e08","rps6","rps14","40S ribosomal protein S6","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6DGM0","wu:fa92e06","zgc:92859","rps6","rpl35a","40S ribosomal protein S6","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q642H9","wu:fa92e06","rps4x","rps6","rps4x","40S ribosomal protein S6","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IQB1","wu:fa92e06","fj02g05","rps6","Q6IQB1","40S ribosomal protein S6","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IQJ7","wu:fa92e06","zgc:86733","rps6","rpl37","40S ribosomal protein S6","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A0A286YBP4","wu:fa92e06","Large ribosomal subunit protein eL28","rps6","rpl28","40S ribosomal protein S6","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q4V9P9","wu:fa92e06","nol11","rps6","Q4V9P9","40S ribosomal protein S6","Nucleolar protein 11-like","string-db","7955.ENSDARP00000032159/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZUG6","wu:fa92e06","fa93d05","rps6","rpl30","40S ribosomal protein S6","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PBK3","wu:fa92e06","rps28","rps6","rps28","40S ribosomal protein S6","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A0A0R4IQW7","wu:fa92e06","Small subunit processome component 20 homolog","rps6","utp20","40S ribosomal protein S6","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IQQ0","wu:fa92e06","wu:fb13h07","rps6","rpl21","40S ribosomal protein S6","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A0A0R4IJV5","wu:fa92e06","ATP-dependent RNA helicase","rps6","ddx52","40S ribosomal protein S6","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PC01","wu:fa92e06","fau","rps6","Q6PC01","40S ribosomal protein S6","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","F1QG80","wu:fa92e06","Large ribosomal subunit protein eL22","rps6","F1QG80","40S ribosomal protein S6","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6P5M3","wu:fa92e06","hm:zeh0819","rps6","rps9","40S ribosomal protein S6","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A8E526","wu:fa92e06","Large ribosomal subunit protein eL14","rps6","A8E526","40S ribosomal protein S6","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PBY1","wu:fa92e06","rps3a","rps6","rps3a","40S ribosomal protein S6","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q3B7P7","wu:fa92e06","wu:fa91f08","rps6","uba52","40S ribosomal protein S6","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6P0V6","wu:fa92e06","rpl8","rps6","rpl8","40S ribosomal protein S6","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6Q420","wu:fa92e06","rps15a","rps6","rps15a","40S ribosomal protein S6","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6Q415","wu:fa92e06","rpl36","rps6","rpl36","40S ribosomal protein S6","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q1LYB7","wu:fa92e06","Large ribosomal subunit protein uL13","rps6","rpl13a","40S ribosomal protein S6","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZUG5","wu:fa92e06","rps21","rps6","Q7ZUG5","40S ribosomal protein S6","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PEH4","wu:fa92e06","utp25","rps6","Q6PEH4","40S ribosomal protein S6","U3 small nucleolar RNA-associated protein 25 homolog (Digestive organ expansion factor) (UTP25 small subunit processor component)","string-db","7955.ENSDARP00000011386/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q90Z10","wu:fa92e06","rpl13","rps6","rpl13","40S ribosomal protein S6","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q1LWH1","wu:fa92e06","im:6906552","rps6","rps16","40S ribosomal protein S6","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PC90","wu:fa92e06","fa95a02","rps6","rps12","40S ribosomal protein S6","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q803F6","wu:fa92e06","rpsa","rps6","rpsa","40S ribosomal protein S6","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6P3J5","wu:fa92e06","eef2b","rps6","eef2b","40S ribosomal protein S6","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6PBT1","wu:fa92e06","zgc:73262","rps6","rps27.2","40S ribosomal protein S6","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZW95","wu:fa92e06","zgc:56659","rps6","rpl4","40S ribosomal protein S6","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZWJ7","wu:fa92e06","rpl34","rps6","rpl34","40S ribosomal protein S6","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q4VBT2","wu:fa92e06","noc4l","rps6","Q4VBT2","40S ribosomal protein S6","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6NWC3","wu:fa92e06","fc94f01","rps6","rps2","40S ribosomal protein S6","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q567N5","wu:fa92e06","wu:fa93h05","rps6","Q567N5","40S ribosomal protein S6","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6IQI6","wu:fa92e06","zgc:86748","rps6","rpl11","40S ribosomal protein S6","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A0A0R4IJ49","wu:fa92e06","Small ribosomal subunit protein eS19","rps6","A0A0R4IJ49","40S ribosomal protein S6","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6DGL4","wu:fa92e06","60S ribosomal protein L29","rps6","Q6DGL4","40S ribosomal protein S6","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q24JV1","wu:fa92e06","zgc:136952","rps6","rpl32","40S ribosomal protein S6","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6Q419","wu:fa92e06","zgc:113935","rps6","rps29","40S ribosomal protein S6","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q66I02","wu:fa92e06","zgc:92127","rps6","Q66I02","40S ribosomal protein S6","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7T1J9","wu:fa92e06","zgc:65936","rps6","Q7T1J9","40S ribosomal protein S6","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q6P6E2","wu:fa92e06","wu:fa91f03","rps6","Q6P6E2","40S ribosomal protein S6","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q803X4","wu:fa92e06","dcaf13","rps6","Q803X4","40S ribosomal protein S6","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZV05","wu:fa92e06","wu:fa91c09","rps6","rps11","40S ribosomal protein S6","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7ZV96","wu:fa92e06","rpl10","rps6","rpl10","40S ribosomal protein S6","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","A7YY10","wu:fa92e06","60S ribosomal protein L37a","rps6","A7YY10","40S ribosomal protein S6","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q7T1K0","wu:fa92e06","zgc:65996","rps6","rpl17","40S ribosomal protein S6","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","B8JLP0","wu:fa92e06","im:7151586","rps6","dhx37","40S ribosomal protein S6","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000011148","physical","txid7955" +"Q6DHL6","Q5BJA1","wu:fa92e06","Small ribosomal subunit protein eS17","rps6","-","40S ribosomal protein S6","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000011148","physical","txid7955" +"Q642H9","Q90Z10","rps4x","rpl13","rps4x","rpl13","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q5BKV9","rps4x","ab02c03","rps4x","Q5BKV9","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","F1QG80","rps4x","Large ribosomal subunit protein eL22","rps4x","F1QG80","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q8JGS9","rps4x","rps18","rps4x","rps18","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q8JGR4","rps4x","rpl24","rps4x","Q8JGR4","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q803F6","rps4x","rpsa","rps4x","rpsa","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q7ZV96","rps4x","rpl10","rps4x","rpl10","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6PBI5","rps4x","rps25","rps4x","rps25","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q7T1K0","rps4x","zgc:65996","rps4x","rpl17","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","A8E526","rps4x","Large ribosomal subunit protein eL14","rps4x","A8E526","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q24JV3","rps4x","zgc:136896","rps4x","rpl31","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6Q415","rps4x","rpl36","rps4x","rpl36","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6Q420","rps4x","rps15a","rps4x","rps15a","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6DGM0","rps4x","zgc:92859","rps4x","rpl35a","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","B3DHM1","rps4x","Ubiquitin-like","rps4x","B3DHM1","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q5BJA1","rps4x","Small ribosomal subunit protein eS17","rps4x","-","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6P0V6","rps4x","rpl8","rps4x","rpl8","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6PC01","rps4x","fau","rps4x","Q6PC01","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","A0A0N4SUD2","rps4x","Ubi-p63E","rps4x","ubb","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q7SXA3","rps4x","zgc:66168","rps4x","rps27a","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6DGL4","rps4x","60S ribosomal protein L29","rps4x","Q6DGL4","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6P3J5","rps4x","eef2b","rps4x","eef2b","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6P5M3","rps4x","hm:zeh0819","rps4x","rps9","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q9I9N0","rps4x","dap1b","rps4x","Q9I9N0","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q7SXA1","rps4x","rpl26","rps4x","Q7SXA1","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","A0A286YBP4","rps4x","Large ribosomal subunit protein eL28","rps4x","rpl28","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","A7YY10","rps4x","60S ribosomal protein L37a","rps4x","A7YY10","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6PBK3","rps4x","rps28","rps4x","rps28","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q4QRJ7","rps4x","eif2a","rps4x","Q4QRJ7","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","Q6NWC3","rps4x","fc94f01","rps4x","rps2","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000108089","physical","txid7955" +"Q642H9","P62084","rps4x","rps7","rps4x","rps7","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000108089","physical","txid7955" +"Q8JHJ1","Q6DGL4","rpl35","60S ribosomal protein L29","rpl35","Q6DGL4","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6P6E2","rpl35","wu:fa91f03","rpl35","Q6P6E2","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","A7YY10","rpl35","60S ribosomal protein L37a","rpl35","A7YY10","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","B7ZD34","rpl35","wu:fa66b02","rpl35","rps24","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7T1J9","rpl35","zgc:65936","rpl35","Q7T1J9","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q9I9N0","rpl35","dap1b","rpl35","Q9I9N0","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","P61485","rpl35","rpl36a","rpl35","rpl36a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6P5L3","rpl35","rpl19","rpl35","rpl19","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q8JGS9","rpl35","rps18","rpl35","rps18","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7SXA1","rpl35","rpl26","rpl35","Q7SXA1","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6NWC3","rpl35","fc94f01","rpl35","rps2","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZV96","rpl35","rpl10","rpl35","rpl10","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q90Z10","rpl35","rpl13","rpl35","rpl13","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZV82","rpl35","rpl27","rpl35","rpl27","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6Q419","rpl35","zgc:113935","rpl35","rps29","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6NX89","rpl35","eif5a","rpl35","eif5a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PC14","rpl35","rpl23","rpl35","rpl23","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q5BKV9","rpl35","ab02c03","rpl35","Q5BKV9","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","P61486","rpl35","rpl36a","rpl35","P61486","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q803F6","rpl35","rpsa","rpl35","rpsa","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q1LYB7","rpl35","Large ribosomal subunit protein uL13","rpl35","rpl13a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q24JV1","rpl35","zgc:136952","rpl35","rpl32","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q1LWH1","rpl35","im:6906552","rpl35","rps16","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q567N5","rpl35","wu:fa93h05","rpl35","Q567N5","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6Q421","rpl35","wu:fa93f04","rpl35","rps15","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZV05","rpl35","wu:fa91c09","rpl35","rps11","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZUG6","rpl35","fa93d05","rpl35","rpl30","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","A8E526","rpl35","Large ribosomal subunit protein eL14","rpl35","A8E526","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6DGL0","rpl35","zgc:92872","rpl35","rpl18","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q4VBV2","rpl35","wu:fa18f12","rpl35","rps27.1","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6DHS3","rpl35","wu:fa92b05","rpl35","rpl15","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","P62084","rpl35","rps7","rpl35","rps7","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6IMW8","rpl35","zgc:92371","rpl35","rpl39","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","O42248","rpl35","gnb2l1","rpl35","gnb2l1","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7SXA3","rpl35","zgc:66168","rpl35","rps27a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PBW3","rpl35","fa92e08","rpl35","rps14","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q0VFW0","rpl35","zgc:136591","rpl35","Q0VFW0","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","P62247","rpl35","rps8","rpl35","rps8","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","A8KB78","rpl35","Small ribosomal subunit protein uS12","rpl35","rps23","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6Q417","rpl35","bb02h10","rpl35","rpl7","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q8JGR4","rpl35","rpl24","rpl35","Q8JGR4","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6Q420","rpl35","rps15a","rpl35","rps15a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZW95","rpl35","zgc:56659","rpl35","rpl4","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","A0A0R4IJ49","rpl35","Small ribosomal subunit protein eS19","rpl35","A0A0R4IJ49","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6IMW6","rpl35","fd13f08","rpl35","rps13","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6P3J5","rpl35","eef2b","rpl35","eef2b","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6Q415","rpl35","rpl36","rpl35","rpl36","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","A0A286YBP4","rpl35","Large ribosomal subunit protein eL28","rpl35","rpl28","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZWJ7","rpl35","rpl34","rpl35","rpl34","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6IQI6","rpl35","zgc:86748","rpl35","rpl11","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6P5M3","rpl35","hm:zeh0819","rpl35","rps9","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PBI5","rpl35","rps25","rpl35","rps25","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6DGM0","rpl35","zgc:92859","rpl35","rpl35a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PC80","rpl35","chunp6933","rpl35","rps5","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6IQJ7","rpl35","zgc:86733","rpl35","rpl37","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q3B7P7","rpl35","wu:fa91f08","rpl35","uba52","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","P61487","rpl35","rpl36a","rpl35","P61487","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q5BJA1","rpl35","Small ribosomal subunit protein eS17","rpl35","-","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7T1K0","rpl35","zgc:65996","rpl35","rpl17","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","F1QHN6","rpl35","im:7042025","rpl35","ubc","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PBY1","rpl35","rps3a","rpl35","rps3a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q8AW82","rpl35","pa2g4","rpl35","pa2g4a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PBK3","rpl35","rps28","rpl35","rps28","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q24JV3","rpl35","zgc:136896","rpl35","rpl31","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q642H9","rpl35","rps4x","rpl35","rps4x","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","F1QG80","rpl35","Large ribosomal subunit protein eL22","rpl35","F1QG80","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6PC01","rpl35","fau","rpl35","Q6PC01","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZUG5","rpl35","rps21","rpl35","Q7ZUG5","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6P0V6","rpl35","rpl8","rpl35","rpl8","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q6IQB1","rpl35","fj02g05","rpl35","Q6IQB1","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000018594","physical","txid7955" +"Q8JHJ1","Q7ZWJ4","rpl35","rpl18a","rpl35","rpl18a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000018594","physical","txid7955" +"P61485","Q5BJA1","rpl36a","Small ribosomal subunit protein eS17","rpl36a","-","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6IQB1","rpl36a","fj02g05","rpl36a","Q6IQB1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000075363","physical","txid7955" +"P61485","B7ZD34","rpl36a","wu:fa66b02","rpl36a","rps24","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q642H9","rpl36a","rps4x","rpl36a","rps4x","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q8JGR4","rpl36a","rpl24","rpl36a","Q8JGR4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q5BKV9","rpl36a","ab02c03","rpl36a","Q5BKV9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000075363","physical","txid7955" +"P61485","F1QHN6","rpl36a","im:7042025","rpl36a","ubc","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6PBI5","rpl36a","rps25","rpl36a","rps25","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6NX89","rpl36a","eif5a","rpl36a","eif5a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q24JV3","rpl36a","zgc:136896","rpl36a","rpl31","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6Q421","rpl36a","wu:fa93f04","rpl36a","rps15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000075363","physical","txid7955" +"P61485","P62084","rpl36a","rps7","rpl36a","rps7","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q7SXA1","rpl36a","rpl26","rpl36a","Q7SXA1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q8JGS9","rpl36a","rps18","rpl36a","rps18","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q7SXA3","rpl36a","zgc:66168","rpl36a","rps27a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6P5L3","rpl36a","rpl19","rpl36a","rpl19","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6P5M3","rpl36a","hm:zeh0819","rpl36a","rps9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6DGM0","rpl36a","zgc:92859","rpl36a","rpl35a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q9I9N0","rpl36a","dap1b","rpl36a","Q9I9N0","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q567N5","rpl36a","wu:fa93h05","rpl36a","Q567N5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q7ZV96","rpl36a","rpl10","rpl36a","rpl10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6P3J5","rpl36a","eef2b","rpl36a","eef2b","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000075363","physical","txid7955" +"P61485","F1QG80","rpl36a","Large ribosomal subunit protein eL22","rpl36a","F1QG80","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6DGL4","rpl36a","60S ribosomal protein L29","rpl36a","Q6DGL4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q7T1K0","rpl36a","zgc:65996","rpl36a","rpl17","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6Q420","rpl36a","rps15a","rpl36a","rps15a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q803F6","rpl36a","rpsa","rpl36a","rpsa","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6PC01","rpl36a","fau","rpl36a","Q6PC01","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q90Z10","rpl36a","rpl13","rpl36a","rpl13","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6P0V6","rpl36a","rpl8","rpl36a","rpl8","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6PBK3","rpl36a","rps28","rpl36a","rps28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6P6E2","rpl36a","wu:fa91f03","rpl36a","Q6P6E2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000075363","physical","txid7955" +"P61485","A7YY10","rpl36a","60S ribosomal protein L37a","rpl36a","A7YY10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000075363","physical","txid7955" +"P61485","A8E526","rpl36a","Large ribosomal subunit protein eL14","rpl36a","A8E526","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6NWC3","rpl36a","fc94f01","rpl36a","rps2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000075363","physical","txid7955" +"P61485","Q6Q415","rpl36a","rpl36","rpl36a","rpl36","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000075363","physical","txid7955" +"P61485","A0A286YBP4","rpl36a","Large ribosomal subunit protein eL28","rpl36a","rpl28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6PC01","rpl36a","fau","P61486","Q6PC01","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6IQB1","rpl36a","fj02g05","P61486","Q6IQB1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000075363","physical","txid7955" +"P61486","B7ZD34","rpl36a","wu:fa66b02","P61486","rps24","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q642H9","rpl36a","rps4x","P61486","rps4x","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q8JGR4","rpl36a","rpl24","P61486","Q8JGR4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000075363","physical","txid7955" +"P61486","F1QHN6","rpl36a","im:7042025","P61486","ubc","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6PBI5","rpl36a","rps25","P61486","rps25","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q8JGS9","rpl36a","rps18","P61486","rps18","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q5BKV9","rpl36a","ab02c03","P61486","Q5BKV9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q7SXA1","rpl36a","rpl26","P61486","Q7SXA1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q24JV3","rpl36a","zgc:136896","P61486","rpl31","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000075363","physical","txid7955" +"P61486","P62084","rpl36a","rps7","P61486","rps7","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6NX89","rpl36a","eif5a","P61486","eif5a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6Q421","rpl36a","wu:fa93f04","P61486","rps15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q7SXA3","rpl36a","zgc:66168","P61486","rps27a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6P5L3","rpl36a","rpl19","P61486","rpl19","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q9I9N0","rpl36a","dap1b","P61486","Q9I9N0","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6P5M3","rpl36a","hm:zeh0819","P61486","rps9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q567N5","rpl36a","wu:fa93h05","P61486","Q567N5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6DGM0","rpl36a","zgc:92859","P61486","rpl35a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6Q420","rpl36a","rps15a","P61486","rps15a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q803F6","rpl36a","rpsa","P61486","rpsa","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000075363","physical","txid7955" +"P61486","F1QG80","rpl36a","Large ribosomal subunit protein eL22","P61486","F1QG80","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q7ZV96","rpl36a","rpl10","P61486","rpl10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q5BJA1","rpl36a","Small ribosomal subunit protein eS17","P61486","-","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6P3J5","rpl36a","eef2b","P61486","eef2b","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q7T1K0","rpl36a","zgc:65996","P61486","rpl17","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q90Z10","rpl36a","rpl13","P61486","rpl13","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6DGL4","rpl36a","60S ribosomal protein L29","P61486","Q6DGL4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000075363","physical","txid7955" +"P61486","A7YY10","rpl36a","60S ribosomal protein L37a","P61486","A7YY10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000075363","physical","txid7955" +"P61486","A8E526","rpl36a","Large ribosomal subunit protein eL14","P61486","A8E526","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6PBK3","rpl36a","rps28","P61486","rps28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6P6E2","rpl36a","wu:fa91f03","P61486","Q6P6E2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6Q415","rpl36a","rpl36","P61486","rpl36","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6P0V6","rpl36a","rpl8","P61486","rpl8","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000075363","physical","txid7955" +"P61486","A0A286YBP4","rpl36a","Large ribosomal subunit protein eL28","P61486","rpl28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000075363","physical","txid7955" +"P61486","Q6NWC3","rpl36a","fc94f01","P61486","rps2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000075363","physical","txid7955" +"P61487","F1QG80","rpl36a","Large ribosomal subunit protein eL22","P61487","F1QG80","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6IQB1","rpl36a","fj02g05","P61487","Q6IQB1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000075363","physical","txid7955" +"P61487","B7ZD34","rpl36a","wu:fa66b02","P61487","rps24","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q8JGS9","rpl36a","rps18","P61487","rps18","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q5BKV9","rpl36a","ab02c03","P61487","Q5BKV9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q8JGR4","rpl36a","rpl24","P61487","Q8JGR4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q642H9","rpl36a","rps4x","P61487","rps4x","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000075363","physical","txid7955" +"P61487","F1QHN6","rpl36a","im:7042025","P61487","ubc","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6PBI5","rpl36a","rps25","P61487","rps25","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000075363","physical","txid7955" +"P61487","P62084","rpl36a","rps7","P61487","rps7","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6NX89","rpl36a","eif5a","P61487","eif5a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q24JV3","rpl36a","zgc:136896","P61487","rpl31","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q7SXA1","rpl36a","rpl26","P61487","Q7SXA1","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6Q421","rpl36a","wu:fa93f04","P61487","rps15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q7SXA3","rpl36a","zgc:66168","P61487","rps27a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6P5L3","rpl36a","rpl19","P61487","rpl19","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6P5M3","rpl36a","hm:zeh0819","P61487","rps9","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q567N5","rpl36a","wu:fa93h05","P61487","Q567N5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6DGM0","rpl36a","zgc:92859","P61487","rpl35a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q9I9N0","rpl36a","dap1b","P61487","Q9I9N0","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q90Z10","rpl36a","rpl13","P61487","rpl13","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q803F6","rpl36a","rpsa","P61487","rpsa","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6Q420","rpl36a","rps15a","P61487","rps15a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q7T1K0","rpl36a","zgc:65996","P61487","rpl17","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q7ZV96","rpl36a","rpl10","P61487","rpl10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6DGL4","rpl36a","60S ribosomal protein L29","P61487","Q6DGL4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6PC01","rpl36a","fau","P61487","Q6PC01","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q5BJA1","rpl36a","Small ribosomal subunit protein eS17","P61487","-","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6P3J5","rpl36a","eef2b","P61487","eef2b","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000075363","physical","txid7955" +"P61487","A7YY10","rpl36a","60S ribosomal protein L37a","P61487","A7YY10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6PBK3","rpl36a","rps28","P61487","rps28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6P0V6","rpl36a","rpl8","P61487","rpl8","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000075363","physical","txid7955" +"P61487","A0A286YBP4","rpl36a","Large ribosomal subunit protein eL28","P61487","rpl28","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6Q415","rpl36a","rpl36","P61487","rpl36","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6P6E2","rpl36a","wu:fa91f03","P61487","Q6P6E2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000075363","physical","txid7955" +"P61487","Q6NWC3","rpl36a","fc94f01","P61487","rps2","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000075363","physical","txid7955" +"P61487","A8E526","rpl36a","Large ribosomal subunit protein eL14","P61487","A8E526","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000075363","physical","txid7955" +"B7ZD34","Q6P3J5","wu:fa66b02","eef2b","rps24","eef2b","40S ribosomal protein S24","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6P0V6","wu:fa66b02","rpl8","rps24","rpl8","40S ribosomal protein S24","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","A8E526","wu:fa66b02","Large ribosomal subunit protein eL14","rps24","A8E526","40S ribosomal protein S24","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6P5L3","wu:fa66b02","rpl19","rps24","rpl19","40S ribosomal protein S24","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6PBK3","wu:fa66b02","rps28","rps24","rps28","40S ribosomal protein S24","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6DGM0","wu:fa66b02","zgc:92859","rps24","rpl35a","40S ribosomal protein S24","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","A7YY10","wu:fa66b02","60S ribosomal protein L37a","rps24","A7YY10","40S ribosomal protein S24","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6P6E2","wu:fa66b02","wu:fa91f03","rps24","Q6P6E2","40S ribosomal protein S24","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6Q415","wu:fa66b02","rpl36","rps24","rpl36","40S ribosomal protein S24","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6P5M3","wu:fa66b02","hm:zeh0819","rps24","rps9","40S ribosomal protein S24","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q9I9N0","wu:fa66b02","dap1b","rps24","Q9I9N0","40S ribosomal protein S24","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","P62084","wu:fa66b02","rps7","rps24","rps7","40S ribosomal protein S24","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6NWC3","wu:fa66b02","fc94f01","rps24","rps2","40S ribosomal protein S24","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q8JGS9","wu:fa66b02","rps18","rps24","rps18","40S ribosomal protein S24","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q7T1K0","wu:fa66b02","zgc:65996","rps24","rpl17","40S ribosomal protein S24","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q803F6","wu:fa66b02","rpsa","rps24","rpsa","40S ribosomal protein S24","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q7SXA1","wu:fa66b02","rpl26","rps24","Q7SXA1","40S ribosomal protein S24","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q24JV3","wu:fa66b02","zgc:136896","rps24","rpl31","40S ribosomal protein S24","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6NX89","wu:fa66b02","eif5a","rps24","eif5a","40S ribosomal protein S24","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6IQB1","wu:fa66b02","fj02g05","rps24","Q6IQB1","40S ribosomal protein S24","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q642H9","wu:fa66b02","rps4x","rps24","rps4x","40S ribosomal protein S24","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6DGL4","wu:fa66b02","60S ribosomal protein L29","rps24","Q6DGL4","40S ribosomal protein S24","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6Q421","wu:fa66b02","wu:fa93f04","rps24","rps15","40S ribosomal protein S24","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q5BKV9","wu:fa66b02","ab02c03","rps24","Q5BKV9","40S ribosomal protein S24","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","F1QG80","wu:fa66b02","Large ribosomal subunit protein eL22","rps24","F1QG80","40S ribosomal protein S24","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q567N5","wu:fa66b02","wu:fa93h05","rps24","Q567N5","40S ribosomal protein S24","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6PBI5","wu:fa66b02","rps25","rps24","rps25","40S ribosomal protein S24","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q5BJA1","wu:fa66b02","Small ribosomal subunit protein eS17","rps24","-","40S ribosomal protein S24","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","A0A286YBP4","wu:fa66b02","Large ribosomal subunit protein eL28","rps24","rpl28","40S ribosomal protein S24","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q8JGR4","wu:fa66b02","rpl24","rps24","Q8JGR4","40S ribosomal protein S24","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6PC01","wu:fa66b02","fau","rps24","Q6PC01","40S ribosomal protein S24","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q7ZV96","wu:fa66b02","rpl10","rps24","rpl10","40S ribosomal protein S24","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q6Q420","wu:fa66b02","rps15a","rps24","rps15a","40S ribosomal protein S24","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000091586","physical","txid7955" +"B7ZD34","Q90Z10","wu:fa66b02","rpl13","rps24","rpl13","40S ribosomal protein S24","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000091586","physical","txid7955" +"Q7ZV82","P61486","rpl27","rpl36a","rpl27","P61486","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","P61485","rpl27","rpl36a","rpl27","rpl36a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZWJ4","rpl27","rpl18a","rpl27","rpl18a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","P61487","rpl27","rpl36a","rpl27","P61487","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q5BKV9","rpl27","ab02c03","rpl27","Q5BKV9","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZW95","rpl27","zgc:56659","rpl27","rpl4","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q642H9","rpl27","rps4x","rpl27","rps4x","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","F1QHN6","rpl27","im:7042025","rpl27","ubc","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6IQB1","rpl27","fj02g05","rpl27","Q6IQB1","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PC01","rpl27","fau","rpl27","Q6PC01","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q8JGR4","rpl27","rpl24","rpl27","Q8JGR4","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6Q421","rpl27","wu:fa93f04","rpl27","rps15","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q803F6","rpl27","rpsa","rpl27","rpsa","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6Q420","rpl27","rps15a","rpl27","rps15a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7SXA1","rpl27","rpl26","rpl27","Q7SXA1","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q90Z10","rpl27","rpl13","rpl27","rpl13","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","F1QG80","rpl27","Large ribosomal subunit protein eL22","rpl27","F1QG80","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6IQJ7","rpl27","zgc:86733","rpl27","rpl37","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q24JV1","rpl27","zgc:136952","rpl27","rpl32","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q5BJA1","rpl27","Small ribosomal subunit protein eS17","rpl27","-","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7T1K0","rpl27","zgc:65996","rpl27","rpl17","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q3B7P7","rpl27","wu:fa91f08","rpl27","uba52","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6NX89","rpl27","eif5a","rpl27","eif5a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q24JV3","rpl27","zgc:136896","rpl27","rpl31","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","B7ZD34","rpl27","wu:fa66b02","rpl27","rps24","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q8JGS9","rpl27","rps18","rpl27","rps18","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6Q419","rpl27","zgc:113935","rpl27","rps29","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZV96","rpl27","rpl10","rpl27","rpl10","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6IMW6","rpl27","fd13f08","rpl27","rps13","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","P62084","rpl27","rps7","rpl27","rps7","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6DGL0","rpl27","zgc:92872","rpl27","rpl18","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6P0V6","rpl27","rpl8","rpl27","rpl8","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZUG6","rpl27","fa93d05","rpl27","rpl30","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6P6E2","rpl27","wu:fa91f03","rpl27","Q6P6E2","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PC14","rpl27","rpl23","rpl27","rpl23","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6DGM0","rpl27","zgc:92859","rpl27","rpl35a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","P62247","rpl27","rps8","rpl27","rps8","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6DHS3","rpl27","wu:fa92b05","rpl27","rpl15","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PBI5","rpl27","rps25","rpl27","rps25","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PBY1","rpl27","rps3a","rpl27","rps3a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q0VFW0","rpl27","zgc:136591","rpl27","Q0VFW0","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6P5M3","rpl27","hm:zeh0819","rpl27","rps9","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6Q417","rpl27","bb02h10","rpl27","rpl7","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6IQI6","rpl27","zgc:86748","rpl27","rpl11","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q8AW82","rpl27","pa2g4","rpl27","pa2g4a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","A8E526","rpl27","Large ribosomal subunit protein eL14","rpl27","A8E526","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","O42248","rpl27","gnb2l1","rpl27","gnb2l1","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q9I9N0","rpl27","dap1b","rpl27","Q9I9N0","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q4VBV2","rpl27","wu:fa18f12","rpl27","rps27.1","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZWJ7","rpl27","rpl34","rpl27","rpl34","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","A7YY10","rpl27","60S ribosomal protein L37a","rpl27","A7YY10","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PC80","rpl27","chunp6933","rpl27","rps5","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","A0A286YBP4","rpl27","Large ribosomal subunit protein eL28","rpl27","rpl28","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6P5L3","rpl27","rpl19","rpl27","rpl19","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","A8KB78","rpl27","Small ribosomal subunit protein uS12","rpl27","rps23","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PBK3","rpl27","rps28","rpl27","rps28","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6IMW8","rpl27","zgc:92371","rpl27","rpl39","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q1LYB7","rpl27","Large ribosomal subunit protein uL13","rpl27","rpl13a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","A0A0R4IJ49","rpl27","Small ribosomal subunit protein eS19","rpl27","A0A0R4IJ49","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7T1J9","rpl27","zgc:65936","rpl27","Q7T1J9","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q1LWH1","rpl27","im:6906552","rpl27","rps16","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6NWC3","rpl27","fc94f01","rpl27","rps2","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZV05","rpl27","wu:fa91c09","rpl27","rps11","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7SXA3","rpl27","zgc:66168","rpl27","rps27a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q567N5","rpl27","wu:fa93h05","rpl27","Q567N5","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6Q415","rpl27","rpl36","rpl27","rpl36","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q7ZUG5","rpl27","rps21","rpl27","Q7ZUG5","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6PBW3","rpl27","fa92e08","rpl27","rps14","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6DGL4","rpl27","60S ribosomal protein L29","rpl27","Q6DGL4","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q6P3J5","rpl27","eef2b","rpl27","eef2b","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000018737","physical","txid7955" +"Q7ZV82","Q804S5","rpl27","mib1","rpl27","mib1","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000018737","physical","txid7955" +"A8KB78","Q24JV3","Small ribosomal subunit protein uS12","zgc:136896","rps23","rpl31","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","O42248","Small ribosomal subunit protein uS12","gnb2l1","rps23","gnb2l1","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q567N5","Small ribosomal subunit protein uS12","wu:fa93h05","rps23","Q567N5","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PC14","Small ribosomal subunit protein uS12","rpl23","rps23","rpl23","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZV96","Small ribosomal subunit protein uS12","rpl10","rps23","rpl10","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7SXA1","Small ribosomal subunit protein uS12","rpl26","rps23","Q7SXA1","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6Q421","Small ribosomal subunit protein uS12","wu:fa93f04","rps23","rps15","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","B5DDE8","Small ribosomal subunit protein uS12","LOC100000836","rps23","rps8b","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6P0V6","Small ribosomal subunit protein uS12","rpl8","rps23","rpl8","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6Q419","Small ribosomal subunit protein uS12","zgc:113935","rps23","rps29","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","B3DHM1","Small ribosomal subunit protein uS12","Ubiquitin-like","rps23","B3DHM1","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6NX89","Small ribosomal subunit protein uS12","eif5a","rps23","eif5a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","A7YY10","Small ribosomal subunit protein uS12","60S ribosomal protein L37a","rps23","A7YY10","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","P62247","Small ribosomal subunit protein uS12","rps8","rps23","rps8","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q9I9N0","Small ribosomal subunit protein uS12","dap1b","rps23","Q9I9N0","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PC01","Small ribosomal subunit protein uS12","fau","rps23","Q6PC01","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7SXA3","Small ribosomal subunit protein uS12","zgc:66168","rps23","rps27a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","F1QG80","Small ribosomal subunit protein uS12","Large ribosomal subunit protein eL22","rps23","F1QG80","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","A0A0N4SUD2","Small ribosomal subunit protein uS12","Ubi-p63E","rps23","ubb","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PBI5","Small ribosomal subunit protein uS12","rps25","rps23","rps25","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6DHS3","Small ribosomal subunit protein uS12","wu:fa92b05","rps23","rpl15","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6P5M3","Small ribosomal subunit protein uS12","hm:zeh0819","rps23","rps9","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","P61485","Small ribosomal subunit protein uS12","rpl36a","rps23","rpl36a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q8JGR4","Small ribosomal subunit protein uS12","rpl24","rps23","Q8JGR4","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6Q415","Small ribosomal subunit protein uS12","rpl36","rps23","rpl36","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZUG6","Small ribosomal subunit protein uS12","fa93d05","rps23","rpl30","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q642H9","Small ribosomal subunit protein uS12","rps4x","rps23","rps4x","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6IMW8","Small ribosomal subunit protein uS12","zgc:92371","rps23","rpl39","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q1LWH1","Small ribosomal subunit protein uS12","im:6906552","rps23","rps16","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","B7ZD34","Small ribosomal subunit protein uS12","wu:fa66b02","rps23","rps24","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","P61486","Small ribosomal subunit protein uS12","rpl36a","rps23","P61486","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7T1K0","Small ribosomal subunit protein uS12","zgc:65996","rps23","rpl17","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PBT1","Small ribosomal subunit protein uS12","zgc:73262","rps23","rps27.2","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZWJ4","Small ribosomal subunit protein uS12","rpl18a","rps23","rpl18a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","F1RA98","Small ribosomal subunit protein uS12","im:7142593","rps23","F1RA98","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","A0A0R4IJ49","Small ribosomal subunit protein uS12","Small ribosomal subunit protein eS19","rps23","A0A0R4IJ49","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6NWC3","Small ribosomal subunit protein uS12","fc94f01","rps23","rps2","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","A0A286YBP4","Small ribosomal subunit protein uS12","Large ribosomal subunit protein eL28","rps23","rpl28","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q8AW82","Small ribosomal subunit protein uS12","pa2g4","rps23","pa2g4a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6DGM0","Small ribosomal subunit protein uS12","zgc:92859","rps23","rpl35a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6P5L3","Small ribosomal subunit protein uS12","rpl19","rps23","rpl19","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZWJ7","Small ribosomal subunit protein uS12","rpl34","rps23","rpl34","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q24JV1","Small ribosomal subunit protein uS12","zgc:136952","rps23","rpl32","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6P3J5","Small ribosomal subunit protein uS12","eef2b","rps23","eef2b","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q4QRJ7","Small ribosomal subunit protein uS12","eif2a","rps23","Q4QRJ7","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PBY1","Small ribosomal subunit protein uS12","rps3a","rps23","rps3a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7T1J9","Small ribosomal subunit protein uS12","zgc:65936","rps23","Q7T1J9","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6DGL4","Small ribosomal subunit protein uS12","60S ribosomal protein L29","rps23","Q6DGL4","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PBK3","Small ribosomal subunit protein uS12","rps28","rps23","rps28","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6P6E2","Small ribosomal subunit protein uS12","wu:fa91f03","rps23","Q6P6E2","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6Q420","Small ribosomal subunit protein uS12","rps15a","rps23","rps15a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q5VSI2","Small ribosomal subunit protein uS12","zgc:162401","rps23","mrps11","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PC80","Small ribosomal subunit protein uS12","chunp6933","rps23","rps5","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","A8E526","Small ribosomal subunit protein uS12","Large ribosomal subunit protein eL14","rps23","A8E526","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6IQI6","Small ribosomal subunit protein uS12","zgc:86748","rps23","rpl11","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q9PV90","Small ribosomal subunit protein uS12","rplp0","rps23","Q9PV90","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q803F6","Small ribosomal subunit protein uS12","rpsa","rps23","rpsa","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q5BJA1","Small ribosomal subunit protein uS12","Small ribosomal subunit protein eS17","rps23","-","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q90Z10","Small ribosomal subunit protein uS12","rpl13","rps23","rpl13","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6IMW6","Small ribosomal subunit protein uS12","fd13f08","rps23","rps13","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6DGL0","Small ribosomal subunit protein uS12","zgc:92872","rps23","rpl18","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZW95","Small ribosomal subunit protein uS12","zgc:56659","rps23","rpl4","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PBW3","Small ribosomal subunit protein uS12","fa92e08","rps23","rps14","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q5BKV9","Small ribosomal subunit protein uS12","ab02c03","rps23","Q5BKV9","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","P61487","Small ribosomal subunit protein uS12","rpl36a","rps23","P61487","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","P62084","Small ribosomal subunit protein uS12","rps7","rps23","rps7","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q3B7P7","Small ribosomal subunit protein uS12","wu:fa91f08","rps23","uba52","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6IQB1","Small ribosomal subunit protein uS12","fj02g05","rps23","Q6IQB1","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q1LYB7","Small ribosomal subunit protein uS12","Large ribosomal subunit protein uL13","rps23","rpl13a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6IQJ7","Small ribosomal subunit protein uS12","zgc:86733","rps23","rpl37","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q7ZV05","Small ribosomal subunit protein uS12","wu:fa91c09","rps23","rps11","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q6PC90","Small ribosomal subunit protein uS12","fa95a02","rps23","rps12","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000035273","physical","txid7955" +"A8KB78","Q8JGS9","Small ribosomal subunit protein uS12","rps18","rps23","rps18","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000035273","physical","txid7955" +"Q6PC14","Q5BKV9","rpl23","ab02c03","rpl23","Q5BKV9","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","A0A286YBP4","rpl23","Large ribosomal subunit protein eL28","rpl23","rpl28","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6P0V6","rpl23","rpl8","rpl23","rpl8","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6P6E2","rpl23","wu:fa91f03","rpl23","Q6P6E2","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q7T1K0","rpl23","zgc:65996","rpl23","rpl17","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6PBK3","rpl23","rps28","rpl23","rps28","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q803F6","rpl23","rpsa","rpl23","rpsa","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6NWC3","rpl23","fc94f01","rpl23","rps2","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6Q415","rpl23","rpl36","rpl23","rpl36","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","A7YY10","rpl23","60S ribosomal protein L37a","rpl23","A7YY10","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","A8E526","rpl23","Large ribosomal subunit protein eL14","rpl23","A8E526","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q90Z10","rpl23","rpl13","rpl23","rpl13","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6DGL4","rpl23","60S ribosomal protein L29","rpl23","Q6DGL4","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","F1QG80","rpl23","Large ribosomal subunit protein eL22","rpl23","F1QG80","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6P3J5","rpl23","eef2b","rpl23","eef2b","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6Q420","rpl23","rps15a","rpl23","rps15a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q0VFW0","rpl23","zgc:136591","rpl23","Q0VFW0","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q567N5","rpl23","wu:fa93h05","rpl23","Q567N5","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q7ZV96","rpl23","rpl10","rpl23","rpl10","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q5BJA1","rpl23","Small ribosomal subunit protein eS17","rpl23","-","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6PC01","rpl23","fau","rpl23","Q6PC01","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","O42354","rpl23","mdm2","rpl23","O42354","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q9I9N0","rpl23","dap1b","rpl23","Q9I9N0","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","P62084","rpl23","rps7","rpl23","rps7","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q7SXA3","rpl23","zgc:66168","rpl23","rps27a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6P5M3","rpl23","hm:zeh0819","rpl23","rps9","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6P5L3","rpl23","rpl19","rpl23","rpl19","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6DGM0","rpl23","zgc:92859","rpl23","rpl35a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","P62247","rpl23","rps8","rpl23","rps8","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","F1QHN6","rpl23","im:7042025","rpl23","ubc","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","P61486","rpl23","rpl36a","rpl23","P61486","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","P61485","rpl23","rpl36a","rpl23","rpl36a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","P61487","rpl23","rpl36a","rpl23","P61487","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q642H9","rpl23","rps4x","rpl23","rps4x","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q24JV3","rpl23","zgc:136896","rpl23","rpl31","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q7SXA1","rpl23","rpl26","rpl23","Q7SXA1","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6NX89","rpl23","eif5a","rpl23","eif5a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q8JGR4","rpl23","rpl24","rpl23","Q8JGR4","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6Q421","rpl23","wu:fa93f04","rpl23","rps15","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q8JGS9","rpl23","rps18","rpl23","rps18","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6PBI5","rpl23","rps25","rpl23","rps25","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","B7ZD34","rpl23","wu:fa66b02","rpl23","rps24","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000069977","physical","txid7955" +"Q6PC14","Q6IQB1","rpl23","fj02g05","rpl23","Q6IQB1","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000069977","physical","txid7955" +"Q6PBI5","Q7SXA1","rps25","rpl26","rps25","Q7SXA1","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","B3DHM1","rps25","Ubiquitin-like","rps25","B3DHM1","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","A0A0N4SUD2","rps25","Ubi-p63E","rps25","ubb","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q8JGS9","rps25","rps18","rps25","rps18","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","A7YY10","rps25","60S ribosomal protein L37a","rps25","A7YY10","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6DGM0","rps25","zgc:92859","rps25","rpl35a","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q24JV3","rps25","zgc:136896","rps25","rpl31","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q5BJA1","rps25","Small ribosomal subunit protein eS17","rps25","-","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6Q415","rps25","rpl36","rps25","rpl36","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","A0A286YBP4","rps25","Large ribosomal subunit protein eL28","rps25","rpl28","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q8JGR4","rps25","rpl24","rps25","Q8JGR4","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6P3J5","rps25","eef2b","rps25","eef2b","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q9I9N0","rps25","dap1b","rps25","Q9I9N0","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q7SXA3","rps25","zgc:66168","rps25","rps27a","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","A8E526","rps25","Large ribosomal subunit protein eL14","rps25","A8E526","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6PC01","rps25","fau","rps25","Q6PC01","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6DGL4","rps25","60S ribosomal protein L29","rps25","Q6DGL4","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q6P5M3","rps25","hm:zeh0819","rps25","rps9","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q4QRJ7","rps25","eif2a","rps25","Q4QRJ7","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBI5","Q90Z10","rps25","rpl13","rps25","rpl13","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000124711","physical","txid7955" +"Q6PBZ1","Q6PC80","wu:fa95b03","chunp6933","rpl7a","rps5","60S ribosomal protein L7a","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q567N5","wu:fa95b03","wu:fa93h05","rpl7a","Q567N5","60S ribosomal protein L7a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q5BJA1","wu:fa95b03","Small ribosomal subunit protein eS17","rpl7a","-","60S ribosomal protein L7a","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","B7ZD34","wu:fa95b03","wu:fa66b02","rpl7a","rps24","60S ribosomal protein L7a","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q8JGR4","wu:fa95b03","rpl24","rpl7a","Q8JGR4","60S ribosomal protein L7a","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q24JV3","wu:fa95b03","zgc:136896","rpl7a","rpl31","60S ribosomal protein L7a","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IQJ7","wu:fa95b03","zgc:86733","rpl7a","rpl37","60S ribosomal protein L7a","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","A0A286YBP4","wu:fa95b03","Large ribosomal subunit protein eL28","rpl7a","rpl28","60S ribosomal protein L7a","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","P61486","wu:fa95b03","rpl36a","rpl7a","P61486","60S ribosomal protein L7a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6NX89","wu:fa95b03","eif5a","rpl7a","eif5a","60S ribosomal protein L7a","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6Q421","wu:fa95b03","wu:fa93f04","rpl7a","rps15","60S ribosomal protein L7a","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZWJ4","wu:fa95b03","rpl18a","rpl7a","rpl18a","60S ribosomal protein L7a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PBI5","wu:fa95b03","rps25","rpl7a","rps25","60S ribosomal protein L7a","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q90Z10","wu:fa95b03","rpl13","rpl7a","rpl13","60S ribosomal protein L7a","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q8JGS9","wu:fa95b03","rps18","rpl7a","rps18","60S ribosomal protein L7a","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q1LYB7","wu:fa95b03","Large ribosomal subunit protein uL13","rpl7a","rpl13a","60S ribosomal protein L7a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","A8E526","wu:fa95b03","Large ribosomal subunit protein eL14","rpl7a","A8E526","60S ribosomal protein L7a","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IMW6","wu:fa95b03","fd13f08","rpl7a","rps13","60S ribosomal protein L7a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZW95","wu:fa95b03","zgc:56659","rpl7a","rpl4","60S ribosomal protein L7a","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","A7YY10","wu:fa95b03","60S ribosomal protein L37a","rpl7a","A7YY10","60S ribosomal protein L7a","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","A8KB78","wu:fa95b03","Small ribosomal subunit protein uS12","rpl7a","rps23","60S ribosomal protein L7a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7T1J9","wu:fa95b03","zgc:65936","rpl7a","Q7T1J9","60S ribosomal protein L7a","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6Q420","wu:fa95b03","rps15a","rpl7a","rps15a","60S ribosomal protein L7a","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","A0A0R4IJ49","wu:fa95b03","Small ribosomal subunit protein eS19","rpl7a","A0A0R4IJ49","60S ribosomal protein L7a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6Q419","wu:fa95b03","zgc:113935","rpl7a","rps29","60S ribosomal protein L7a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IQQ0","wu:fa95b03","wu:fb13h07","rpl7a","rpl21","60S ribosomal protein L7a","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZV82","wu:fa95b03","rpl27","rpl7a","rpl27","60S ribosomal protein L7a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6DGL0","wu:fa95b03","zgc:92872","rpl7a","rpl18","60S ribosomal protein L7a","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZUG5","wu:fa95b03","rps21","rpl7a","Q7ZUG5","60S ribosomal protein L7a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","O42248","wu:fa95b03","gnb2l1","rpl7a","gnb2l1","60S ribosomal protein L7a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6DHS3","wu:fa95b03","wu:fa92b05","rpl7a","rpl15","60S ribosomal protein L7a","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7SXA3","wu:fa95b03","zgc:66168","rpl7a","rps27a","60S ribosomal protein L7a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q1LWH1","wu:fa95b03","im:6906552","rpl7a","rps16","60S ribosomal protein L7a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q9I9N0","wu:fa95b03","dap1b","rpl7a","Q9I9N0","60S ribosomal protein L7a","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6Q417","wu:fa95b03","bb02h10","rpl7a","rpl7","60S ribosomal protein L7a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZWJ7","wu:fa95b03","rpl34","rpl7a","rpl34","60S ribosomal protein L7a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZV05","wu:fa95b03","wu:fa91c09","rpl7a","rps11","60S ribosomal protein L7a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6P5M3","wu:fa95b03","hm:zeh0819","rpl7a","rps9","60S ribosomal protein L7a","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","P62247","wu:fa95b03","rps8","rpl7a","rps8","60S ribosomal protein L7a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q4VBV2","wu:fa95b03","wu:fa18f12","rpl7a","rps27.1","60S ribosomal protein L7a","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IMW8","wu:fa95b03","zgc:92371","rpl7a","rpl39","60S ribosomal protein L7a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PBW3","wu:fa95b03","fa92e08","rpl7a","rps14","60S ribosomal protein L7a","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6P5L3","wu:fa95b03","rpl19","rpl7a","rpl19","60S ribosomal protein L7a","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","P62084","wu:fa95b03","rps7","rpl7a","rps7","60S ribosomal protein L7a","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6DGM0","wu:fa95b03","zgc:92859","rpl7a","rpl35a","60S ribosomal protein L7a","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7T1K0","wu:fa95b03","zgc:65996","rpl7a","rpl17","60S ribosomal protein L7a","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q8AW82","wu:fa95b03","pa2g4","rpl7a","pa2g4a","60S ribosomal protein L7a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q8JHJ1","wu:fa95b03","rpl35","rpl7a","rpl35","60S ribosomal protein L7a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6DHL6","wu:fa95b03","wu:fa92e06","rpl7a","rps6","60S ribosomal protein L7a","40S ribosomal protein S6","string-db","7955.ENSDARP00000011148/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q24JV1","wu:fa95b03","zgc:136952","rpl7a","rpl32","60S ribosomal protein L7a","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IQB1","wu:fa95b03","fj02g05","rpl7a","Q6IQB1","60S ribosomal protein L7a","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PBK3","wu:fa95b03","rps28","rpl7a","rps28","60S ribosomal protein L7a","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q803F6","wu:fa95b03","rpsa","rpl7a","rpsa","60S ribosomal protein L7a","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6NWC3","wu:fa95b03","fc94f01","rpl7a","rps2","60S ribosomal protein L7a","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PC01","wu:fa95b03","fau","rpl7a","Q6PC01","60S ribosomal protein L7a","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","P61487","wu:fa95b03","rpl36a","rpl7a","P61487","60S ribosomal protein L7a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6Q415","wu:fa95b03","rpl36","rpl7a","rpl36","60S ribosomal protein L7a","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PBY1","wu:fa95b03","rps3a","rpl7a","rps3a","60S ribosomal protein L7a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6PC14","wu:fa95b03","rpl23","rpl7a","rpl23","60S ribosomal protein L7a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6DGL4","wu:fa95b03","60S ribosomal protein L29","rpl7a","Q6DGL4","60S ribosomal protein L7a","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","P61485","wu:fa95b03","rpl36a","rpl7a","rpl36a","60S ribosomal protein L7a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7SXA1","wu:fa95b03","rpl26","rpl7a","Q7SXA1","60S ribosomal protein L7a","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q642H9","wu:fa95b03","rps4x","rpl7a","rps4x","60S ribosomal protein L7a","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6P0V6","wu:fa95b03","rpl8","rpl7a","rpl8","60S ribosomal protein L7a","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","F1QHN6","wu:fa95b03","im:7042025","rpl7a","ubc","60S ribosomal protein L7a","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","F1QG80","wu:fa95b03","Large ribosomal subunit protein eL22","rpl7a","F1QG80","60S ribosomal protein L7a","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6P6E2","wu:fa95b03","wu:fa91f03","rpl7a","Q6P6E2","60S ribosomal protein L7a","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZV96","wu:fa95b03","rpl10","rpl7a","rpl10","60S ribosomal protein L7a","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6P3J5","wu:fa95b03","eef2b","rpl7a","eef2b","60S ribosomal protein L7a","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q5BKV9","wu:fa95b03","ab02c03","rpl7a","Q5BKV9","60S ribosomal protein L7a","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q3B7P7","wu:fa95b03","wu:fa91f08","rpl7a","uba52","60S ribosomal protein L7a","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q0VFW0","wu:fa95b03","zgc:136591","rpl7a","Q0VFW0","60S ribosomal protein L7a","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q7ZUG6","wu:fa95b03","fa93d05","rpl7a","rpl30","60S ribosomal protein L7a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000010055","physical","txid7955" +"Q6PBZ1","Q6IQI6","wu:fa95b03","zgc:86748","rpl7a","rpl11","60S ribosomal protein L7a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000010055","physical","txid7955" +"Q24JV3","A8E526","zgc:136896","Large ribosomal subunit protein eL14","rpl31","A8E526","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6DGM0","zgc:136896","zgc:92859","rpl31","rpl35a","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q7SXA3","zgc:136896","zgc:66168","rpl31","rps27a","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6PC01","zgc:136896","fau","rpl31","Q6PC01","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","A0A286YBP4","zgc:136896","Large ribosomal subunit protein eL28","rpl31","rpl28","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q8JGR4","zgc:136896","rpl24","rpl31","Q8JGR4","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6DGL4","zgc:136896","60S ribosomal protein L29","rpl31","Q6DGL4","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","A7YY10","zgc:136896","60S ribosomal protein L37a","rpl31","A7YY10","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q9I9N0","zgc:136896","dap1b","rpl31","Q9I9N0","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6P3J5","zgc:136896","eef2b","rpl31","eef2b","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","F1QHN6","zgc:136896","im:7042025","rpl31","ubc","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q7SXA1","zgc:136896","rpl26","rpl31","Q7SXA1","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q90Z10","zgc:136896","rpl13","rpl31","rpl13","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6P5M3","zgc:136896","hm:zeh0819","rpl31","rps9","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q8JGS9","zgc:136896","rps18","rpl31","rps18","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q5BJA1","zgc:136896","Small ribosomal subunit protein eS17","rpl31","-","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000124804","physical","txid7955" +"Q24JV3","Q6Q415","zgc:136896","rpl36","rpl31","rpl36","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000124804","physical","txid7955" +"Q8JGS9","Q8JGR4","rps18","rpl24","rps18","Q8JGR4","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","Q6Q415","rps18","rpl36","rps18","rpl36","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","A7YY10","rps18","60S ribosomal protein L37a","rps18","A7YY10","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","A0A286YBP4","rps18","Large ribosomal subunit protein eL28","rps18","rpl28","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","A8E526","rps18","Large ribosomal subunit protein eL14","rps18","A8E526","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","Q6PC01","rps18","fau","rps18","Q6PC01","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","Q6DGL4","rps18","60S ribosomal protein L29","rps18","Q6DGL4","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","Q9I9N0","rps18","dap1b","rps18","Q9I9N0","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGS9","Q6P5M3","rps18","hm:zeh0819","rps18","rps9","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000133054","physical","txid7955" +"Q8JGR4","Q6P5M3","rpl24","hm:zeh0819","Q8JGR4","rps9","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","Q6DGL4","rpl24","60S ribosomal protein L29","Q8JGR4","Q6DGL4","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","Q6PC01","rpl24","fau","Q8JGR4","Q6PC01","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","Q6Q415","rpl24","rpl36","Q8JGR4","rpl36","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","A8E526","rpl24","Large ribosomal subunit protein eL14","Q8JGR4","A8E526","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","A0A286YBP4","rpl24","Large ribosomal subunit protein eL28","Q8JGR4","rpl28","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","A7YY10","rpl24","60S ribosomal protein L37a","Q8JGR4","A7YY10","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","F1QHN6","rpl24","im:7042025","Q8JGR4","ubc","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135555","physical","txid7955" +"Q8JGR4","Q9I9N0","rpl24","dap1b","Q8JGR4","Q9I9N0","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000135555","physical","txid7955" +"Q6NX89","P62084","eif5a","rps7","eif5a","rps7","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q803F6","eif5a","rpsa","eif5a","rpsa","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q9I9N0","eif5a","dap1b","eif5a","Q9I9N0","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6PBI5","eif5a","rps25","eif5a","rps25","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q8JGR4","eif5a","rpl24","eif5a","Q8JGR4","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6P6E2","eif5a","wu:fa91f03","eif5a","Q6P6E2","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6P3J5","eif5a","eef2b","eif5a","eef2b","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6DGM0","eif5a","zgc:92859","eif5a","rpl35a","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q7SXA1","eif5a","rpl26","eif5a","Q7SXA1","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","A7YY10","eif5a","60S ribosomal protein L37a","eif5a","A7YY10","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6P5L3","eif5a","rpl19","eif5a","rpl19","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6Q420","eif5a","rps15a","eif5a","rps15a","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q24JV3","eif5a","zgc:136896","eif5a","rpl31","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q5BJA1","eif5a","Small ribosomal subunit protein eS17","eif5a","-","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6NWC3","eif5a","fc94f01","eif5a","rps2","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q8JGS9","eif5a","rps18","eif5a","rps18","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6DGL4","eif5a","60S ribosomal protein L29","eif5a","Q6DGL4","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6P5M3","eif5a","hm:zeh0819","eif5a","rps9","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6PC01","eif5a","fau","eif5a","Q6PC01","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q90Z10","eif5a","rpl13","eif5a","rpl13","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6Q415","eif5a","rpl36","eif5a","rpl36","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6IQB1","eif5a","fj02g05","eif5a","Q6IQB1","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6PBK3","eif5a","rps28","eif5a","rps28","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q6P0V6","eif5a","rpl8","eif5a","rpl8","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q7T1K0","eif5a","zgc:65996","eif5a","rpl17","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q5BKV9","eif5a","ab02c03","eif5a","Q5BKV9","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","F1QG80","eif5a","Large ribosomal subunit protein eL22","eif5a","F1QG80","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q7ZV96","eif5a","rpl10","eif5a","rpl10","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","Q642H9","eif5a","rps4x","eif5a","rps4x","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","A0A286YBP4","eif5a","Large ribosomal subunit protein eL28","eif5a","rpl28","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000099088","physical","txid7955" +"Q6NX89","A8E526","eif5a","Large ribosomal subunit protein eL14","eif5a","A8E526","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000099088","physical","txid7955" +"Q4VBV2","Q4QRJ7","wu:fa18f12","eif2a","rps27.1","Q4QRJ7","40S ribosomal protein S27","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q1LYB7","wu:fa18f12","Large ribosomal subunit protein uL13","rps27.1","rpl13a","40S ribosomal protein S27","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6DGL0","wu:fa18f12","zgc:92872","rps27.1","rpl18","40S ribosomal protein S27","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q1LWH1","wu:fa18f12","im:6906552","rps27.1","rps16","40S ribosomal protein S27","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZV05","wu:fa18f12","wu:fa91c09","rps27.1","rps11","40S ribosomal protein S27","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6P0V6","wu:fa18f12","rpl8","rps27.1","rpl8","40S ribosomal protein S27","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6IMW8","wu:fa18f12","zgc:92371","rps27.1","rpl39","40S ribosomal protein S27","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q8AW82","wu:fa18f12","pa2g4","rps27.1","pa2g4a","40S ribosomal protein S27","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A0A0N4SUD2","wu:fa18f12","Ubi-p63E","rps27.1","ubb","40S ribosomal protein S27","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6Q421","wu:fa18f12","wu:fa93f04","rps27.1","rps15","40S ribosomal protein S27","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A8E526","wu:fa18f12","Large ribosomal subunit protein eL14","rps27.1","A8E526","40S ribosomal protein S27","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7T1K0","wu:fa18f12","zgc:65996","rps27.1","rpl17","40S ribosomal protein S27","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6NX89","wu:fa18f12","eif5a","rps27.1","eif5a","40S ribosomal protein S27","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6Q419","wu:fa18f12","zgc:113935","rps27.1","rps29","40S ribosomal protein S27","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6DHS3","wu:fa18f12","wu:fa92b05","rps27.1","rpl15","40S ribosomal protein S27","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZUG5","wu:fa18f12","rps21","rps27.1","Q7ZUG5","40S ribosomal protein S27","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PC80","wu:fa18f12","chunp6933","rps27.1","rps5","40S ribosomal protein S27","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","P62247","wu:fa18f12","rps8","rps27.1","rps8","40S ribosomal protein S27","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","B5DDE8","wu:fa18f12","LOC100000836","rps27.1","rps8b","40S ribosomal protein S27","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A0A286YBP4","wu:fa18f12","Large ribosomal subunit protein eL28","rps27.1","rpl28","40S ribosomal protein S27","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7SXA3","wu:fa18f12","zgc:66168","rps27.1","rps27a","40S ribosomal protein S27","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","P62084","wu:fa18f12","rps7","rps27.1","rps7","40S ribosomal protein S27","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7SXA1","wu:fa18f12","rpl26","rps27.1","Q7SXA1","40S ribosomal protein S27","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7T1J9","wu:fa18f12","zgc:65936","rps27.1","Q7T1J9","40S ribosomal protein S27","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PBT1","wu:fa18f12","zgc:73262","rps27.1","rps27.2","40S ribosomal protein S27","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q5BJA1","wu:fa18f12","Small ribosomal subunit protein eS17","rps27.1","-","40S ribosomal protein S27","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6NWC3","wu:fa18f12","fc94f01","rps27.1","rps2","40S ribosomal protein S27","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PBK3","wu:fa18f12","rps28","rps27.1","rps28","40S ribosomal protein S27","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6DGM0","wu:fa18f12","zgc:92859","rps27.1","rpl35a","40S ribosomal protein S27","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q9I9N0","wu:fa18f12","dap1b","rps27.1","Q9I9N0","40S ribosomal protein S27","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6P5M3","wu:fa18f12","hm:zeh0819","rps27.1","rps9","40S ribosomal protein S27","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6IQI6","wu:fa18f12","zgc:86748","rps27.1","rpl11","40S ribosomal protein S27","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZUG6","wu:fa18f12","fa93d05","rps27.1","rpl30","40S ribosomal protein S27","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","O42248","wu:fa18f12","gnb2l1","rps27.1","gnb2l1","40S ribosomal protein S27","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6P3J5","wu:fa18f12","eef2b","rps27.1","eef2b","40S ribosomal protein S27","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q24JV3","wu:fa18f12","zgc:136896","rps27.1","rpl31","40S ribosomal protein S27","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q24JV1","wu:fa18f12","zgc:136952","rps27.1","rpl32","40S ribosomal protein S27","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PC90","wu:fa18f12","fa95a02","rps27.1","rps12","40S ribosomal protein S27","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","P61486","wu:fa18f12","rpl36a","rps27.1","P61486","40S ribosomal protein S27","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q5BKV9","wu:fa18f12","ab02c03","rps27.1","Q5BKV9","40S ribosomal protein S27","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6IMW6","wu:fa18f12","fd13f08","rps27.1","rps13","40S ribosomal protein S27","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PC01","wu:fa18f12","fau","rps27.1","Q6PC01","40S ribosomal protein S27","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q567N5","wu:fa18f12","wu:fa93h05","rps27.1","Q567N5","40S ribosomal protein S27","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZWJ4","wu:fa18f12","rpl18a","rps27.1","rpl18a","40S ribosomal protein S27","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZW95","wu:fa18f12","zgc:56659","rps27.1","rpl4","40S ribosomal protein S27","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6IQJ7","wu:fa18f12","zgc:86733","rps27.1","rpl37","40S ribosomal protein S27","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q642H9","wu:fa18f12","rps4x","rps27.1","rps4x","40S ribosomal protein S27","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","P61485","wu:fa18f12","rpl36a","rps27.1","rpl36a","40S ribosomal protein S27","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6IQB1","wu:fa18f12","fj02g05","rps27.1","Q6IQB1","40S ribosomal protein S27","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6DGL4","wu:fa18f12","60S ribosomal protein L29","rps27.1","Q6DGL4","40S ribosomal protein S27","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","B7ZD34","wu:fa18f12","wu:fa66b02","rps27.1","rps24","40S ribosomal protein S27","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6Q420","wu:fa18f12","rps15a","rps27.1","rps15a","40S ribosomal protein S27","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PC14","wu:fa18f12","rpl23","rps27.1","rpl23","40S ribosomal protein S27","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","F1QG80","wu:fa18f12","Large ribosomal subunit protein eL22","rps27.1","F1QG80","40S ribosomal protein S27","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","P61487","wu:fa18f12","rpl36a","rps27.1","P61487","40S ribosomal protein S27","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZV96","wu:fa18f12","rpl10","rps27.1","rpl10","40S ribosomal protein S27","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q5VSI2","wu:fa18f12","zgc:162401","rps27.1","mrps11","40S ribosomal protein S27","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q90Z10","wu:fa18f12","rpl13","rps27.1","rpl13","40S ribosomal protein S27","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A8KB78","wu:fa18f12","Small ribosomal subunit protein uS12","rps27.1","rps23","40S ribosomal protein S27","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PBI5","wu:fa18f12","rps25","rps27.1","rps25","40S ribosomal protein S27","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","F1RA98","wu:fa18f12","im:7142593","rps27.1","F1RA98","40S ribosomal protein S27","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q3B7P7","wu:fa18f12","wu:fa91f08","rps27.1","uba52","40S ribosomal protein S27","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PBY1","wu:fa18f12","rps3a","rps27.1","rps3a","40S ribosomal protein S27","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6P5L3","wu:fa18f12","rpl19","rps27.1","rpl19","40S ribosomal protein S27","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q803F6","wu:fa18f12","rpsa","rps27.1","rpsa","40S ribosomal protein S27","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6P6E2","wu:fa18f12","wu:fa91f03","rps27.1","Q6P6E2","40S ribosomal protein S27","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q7ZWJ7","wu:fa18f12","rpl34","rps27.1","rpl34","40S ribosomal protein S27","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6Q415","wu:fa18f12","rpl36","rps27.1","rpl36","40S ribosomal protein S27","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q8JGS9","wu:fa18f12","rps18","rps27.1","rps18","40S ribosomal protein S27","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","B3DHM1","wu:fa18f12","Ubiquitin-like","rps27.1","B3DHM1","40S ribosomal protein S27","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q6PBW3","wu:fa18f12","fa92e08","rps27.1","rps14","40S ribosomal protein S27","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A0A0R4IJ49","wu:fa18f12","Small ribosomal subunit protein eS19","rps27.1","A0A0R4IJ49","40S ribosomal protein S27","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","A7YY10","wu:fa18f12","60S ribosomal protein L37a","rps27.1","A7YY10","40S ribosomal protein S27","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000029079","physical","txid7955" +"Q4VBV2","Q8JGR4","wu:fa18f12","rpl24","rps27.1","Q8JGR4","40S ribosomal protein S27","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000029079","physical","txid7955" +"Q6IMW8","Q3B7P7","zgc:92371","wu:fa91f08","rpl39","uba52","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","B7ZD34","zgc:92371","wu:fa66b02","rpl39","rps24","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6P3J5","zgc:92371","eef2b","rpl39","eef2b","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q5BJA1","zgc:92371","Small ribosomal subunit protein eS17","rpl39","-","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7SXA1","zgc:92371","rpl26","rpl39","Q7SXA1","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PBI5","zgc:92371","rps25","rpl39","rps25","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6DGL4","zgc:92371","60S ribosomal protein L29","rpl39","Q6DGL4","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","F1QHN6","zgc:92371","im:7042025","rpl39","ubc","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6Q420","zgc:92371","rps15a","rpl39","rps15a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q90Z10","zgc:92371","rpl13","rpl39","rpl13","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q8AW82","zgc:92371","pa2g4","rpl39","pa2g4a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6IQB1","zgc:92371","fj02g05","rpl39","Q6IQB1","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q24JV3","zgc:92371","zgc:136896","rpl39","rpl31","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","P61486","zgc:92371","rpl36a","rpl39","P61486","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6Q419","zgc:92371","zgc:113935","rpl39","rps29","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7T1K0","zgc:92371","zgc:65996","rpl39","rpl17","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q24JV1","zgc:92371","zgc:136952","rpl39","rpl32","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PC14","zgc:92371","rpl23","rpl39","rpl23","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q9PV90","zgc:92371","rplp0","rpl39","Q9PV90","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","F1QG80","zgc:92371","Large ribosomal subunit protein eL22","rpl39","F1QG80","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q5BKV9","zgc:92371","ab02c03","rpl39","Q5BKV9","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6Q415","zgc:92371","rpl36","rpl39","rpl36","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6P5L3","zgc:92371","rpl19","rpl39","rpl19","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","A7YY10","zgc:92371","60S ribosomal protein L37a","rpl39","A7YY10","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7ZW95","zgc:92371","zgc:56659","rpl39","rpl4","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q0VFW0","zgc:92371","zgc:136591","rpl39","Q0VFW0","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PC01","zgc:92371","fau","rpl39","Q6PC01","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6NX89","zgc:92371","eif5a","rpl39","eif5a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7ZV96","zgc:92371","rpl10","rpl39","rpl10","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6DGM0","zgc:92371","zgc:92859","rpl39","rpl35a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","P61487","zgc:92371","rpl36a","rpl39","P61487","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q1LYB7","zgc:92371","Large ribosomal subunit protein uL13","rpl39","rpl13a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q1LWH1","zgc:92371","im:6906552","rpl39","rps16","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","P62247","zgc:92371","rps8","rpl39","rps8","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6P6E2","zgc:92371","wu:fa91f03","rpl39","Q6P6E2","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6NWC3","zgc:92371","fc94f01","rpl39","rps2","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PBK3","zgc:92371","rps28","rpl39","rps28","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7ZV05","zgc:92371","wu:fa91c09","rpl39","rps11","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q7SXA3","zgc:92371","zgc:66168","rpl39","rps27a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6P5M3","zgc:92371","hm:zeh0819","rpl39","rps9","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6IQI6","zgc:92371","zgc:86748","rpl39","rpl11","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","P62084","zgc:92371","rps7","rpl39","rps7","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6P0V6","zgc:92371","rpl8","rpl39","rpl8","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","A0A286YBP4","zgc:92371","Large ribosomal subunit protein eL28","rpl39","rpl28","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","O42248","zgc:92371","gnb2l1","rpl39","gnb2l1","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q9I9N0","zgc:92371","dap1b","rpl39","Q9I9N0","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PBW3","zgc:92371","fa92e08","rpl39","rps14","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","A8E526","zgc:92371","Large ribosomal subunit protein eL14","rpl39","A8E526","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q642H9","zgc:92371","rps4x","rpl39","rps4x","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6PC80","zgc:92371","chunp6933","rpl39","rps5","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q8JGS9","zgc:92371","rps18","rpl39","rps18","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q567N5","zgc:92371","wu:fa93h05","rpl39","Q567N5","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","P61485","zgc:92371","rpl36a","rpl39","rpl36a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q6Q421","zgc:92371","wu:fa93f04","rpl39","rps15","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q8JGR4","zgc:92371","rpl24","rpl39","Q8JGR4","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000052760","physical","txid7955" +"Q6IMW8","Q803F6","zgc:92371","rpsa","rpl39","rpsa","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000052760","physical","txid7955" +"Q6DGL0","Q6Q420","zgc:92872","rps15a","rpl18","rps15a","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q3B7P7","zgc:92872","wu:fa91f08","rpl18","uba52","Ribosomal protein L18 (Zgc:92872)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q567N5","zgc:92872","wu:fa93h05","rpl18","Q567N5","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PBI5","zgc:92872","rps25","rpl18","rps25","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","P61487","zgc:92872","rpl36a","rpl18","P61487","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6NX89","zgc:92872","eif5a","rpl18","eif5a","Ribosomal protein L18 (Zgc:92872)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6P6E2","zgc:92872","wu:fa91f03","rpl18","Q6P6E2","Ribosomal protein L18 (Zgc:92872)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6P3J5","zgc:92872","eef2b","rpl18","eef2b","Ribosomal protein L18 (Zgc:92872)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q8JGR4","zgc:92872","rpl24","rpl18","Q8JGR4","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","P62084","zgc:92872","rps7","rpl18","rps7","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PC90","zgc:92872","fa95a02","rpl18","rps12","Ribosomal protein L18 (Zgc:92872)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q8AW82","zgc:92872","pa2g4","rpl18","pa2g4a","Ribosomal protein L18 (Zgc:92872)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q90Z10","zgc:92872","rpl13","rpl18","rpl13","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","F1QHN6","zgc:92872","im:7042025","rpl18","ubc","Ribosomal protein L18 (Zgc:92872)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6P5M3","zgc:92872","hm:zeh0819","rpl18","rps9","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6IMW6","zgc:92872","fd13f08","rpl18","rps13","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7SXA1","zgc:92872","rpl26","rpl18","Q7SXA1","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q24JV1","zgc:92872","zgc:136952","rpl18","rpl32","Ribosomal protein L18 (Zgc:92872)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","B7ZD34","zgc:92872","wu:fa66b02","rpl18","rps24","Ribosomal protein L18 (Zgc:92872)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","O42248","zgc:92872","gnb2l1","rpl18","gnb2l1","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6Q415","zgc:92872","rpl36","rpl18","rpl36","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q9I9N0","zgc:92872","dap1b","rpl18","Q9I9N0","Ribosomal protein L18 (Zgc:92872)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PBK3","zgc:92872","rps28","rpl18","rps28","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6IMW8","zgc:92872","zgc:92371","rpl18","rpl39","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PC14","zgc:92872","rpl23","rpl18","rpl23","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6Q421","zgc:92872","wu:fa93f04","rpl18","rps15","Ribosomal protein L18 (Zgc:92872)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q642H9","zgc:92872","rps4x","rpl18","rps4x","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q5BKV9","zgc:92872","ab02c03","rpl18","Q5BKV9","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PC01","zgc:92872","fau","rpl18","Q6PC01","Ribosomal protein L18 (Zgc:92872)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6DGL4","zgc:92872","60S ribosomal protein L29","rpl18","Q6DGL4","Ribosomal protein L18 (Zgc:92872)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6P5L3","zgc:92872","rpl19","rpl18","rpl19","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6IQJ7","zgc:92872","zgc:86733","rpl18","rpl37","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","P61486","zgc:92872","rpl36a","rpl18","P61486","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q1LWH1","zgc:92872","im:6906552","rpl18","rps16","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7T1K0","zgc:92872","zgc:65996","rpl18","rpl17","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","A8E526","zgc:92872","Large ribosomal subunit protein eL14","rpl18","A8E526","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","A0A286YBP4","zgc:92872","Large ribosomal subunit protein eL28","rpl18","rpl28","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7ZV05","zgc:92872","wu:fa91c09","rpl18","rps11","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","F1QG80","zgc:92872","Large ribosomal subunit protein eL22","rpl18","F1QG80","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7ZV96","zgc:92872","rpl10","rpl18","rpl10","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6DGM0","zgc:92872","zgc:92859","rpl18","rpl35a","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","P61485","zgc:92872","rpl36a","rpl18","rpl36a","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q8JGS9","zgc:92872","rps18","rpl18","rps18","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7SXA3","zgc:92872","zgc:66168","rpl18","rps27a","Ribosomal protein L18 (Zgc:92872)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q24JV3","zgc:92872","zgc:136896","rpl18","rpl31","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","A0A0R4IJ49","zgc:92872","Small ribosomal subunit protein eS19","rpl18","A0A0R4IJ49","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7ZW95","zgc:92872","zgc:56659","rpl18","rpl4","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6IQB1","zgc:92872","fj02g05","rpl18","Q6IQB1","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q9PV90","zgc:92872","rplp0","rpl18","Q9PV90","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PBW3","zgc:92872","fa92e08","rpl18","rps14","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6IQI6","zgc:92872","zgc:86748","rpl18","rpl11","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q0VFW0","zgc:92872","zgc:136591","rpl18","Q0VFW0","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","A7YY10","zgc:92872","60S ribosomal protein L37a","rpl18","A7YY10","Ribosomal protein L18 (Zgc:92872)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","P62247","zgc:92872","rps8","rpl18","rps8","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6P0V6","zgc:92872","rpl8","rpl18","rpl8","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q803F6","zgc:92872","rpsa","rpl18","rpsa","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q1LYB7","zgc:92872","Large ribosomal subunit protein uL13","rpl18","rpl13a","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7ZUG6","zgc:92872","fa93d05","rpl18","rpl30","Ribosomal protein L18 (Zgc:92872)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6NWC3","zgc:92872","fc94f01","rpl18","rps2","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6Q419","zgc:92872","zgc:113935","rpl18","rps29","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q5BJA1","zgc:92872","Small ribosomal subunit protein eS17","rpl18","-","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PBY1","zgc:92872","rps3a","rpl18","rps3a","Ribosomal protein L18 (Zgc:92872)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q6PC80","zgc:92872","chunp6933","rpl18","rps5","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000043172","physical","txid7955" +"Q6DGL0","Q7T1J9","zgc:92872","zgc:65936","rpl18","Q7T1J9","Ribosomal protein L18 (Zgc:92872)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000043172","physical","txid7955" +"Q6P5M3","A7YY10","hm:zeh0819","60S ribosomal protein L37a","rps9","A7YY10","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000147936","physical","txid7955" +"Q7ZV05","Q6PBT1","wu:fa91c09","zgc:73262","rps11","rps27.2","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q7ZV96","wu:fa91c09","rpl10","rps11","rpl10","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q803F6","wu:fa91c09","rpsa","rps11","rpsa","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","P61486","wu:fa91c09","rpl36a","rps11","P61486","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6P3J5","wu:fa91c09","eef2b","rps11","eef2b","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","A0A286YBP4","wu:fa91c09","Large ribosomal subunit protein eL28","rps11","rpl28","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6PC14","wu:fa91c09","rpl23","rps11","rpl23","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q5VSI2","wu:fa91c09","zgc:162401","rps11","mrps11","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6Q421","wu:fa91c09","wu:fa93f04","rps11","rps15","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q642H9","wu:fa91c09","rps4x","rps11","rps4x","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6P0V6","wu:fa91c09","rpl8","rps11","rpl8","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q4QRJ7","wu:fa91c09","eif2a","rps11","Q4QRJ7","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6Q420","wu:fa91c09","rps15a","rps11","rps15a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6NX89","wu:fa91c09","eif5a","rps11","eif5a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q24JV3","wu:fa91c09","zgc:136896","rps11","rpl31","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","B7ZD34","wu:fa91c09","wu:fa66b02","rps11","rps24","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q5BKV9","wu:fa91c09","ab02c03","rps11","Q5BKV9","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6PBI5","wu:fa91c09","rps25","rps11","rps25","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","A8E526","wu:fa91c09","Large ribosomal subunit protein eL14","rps11","A8E526","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6Q415","wu:fa91c09","rpl36","rps11","rpl36","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","P61485","wu:fa91c09","rpl36a","rps11","rpl36a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q90Z10","wu:fa91c09","rpl13","rps11","rpl13","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6PBK3","wu:fa91c09","rps28","rps11","rps28","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","P61487","wu:fa91c09","rpl36a","rps11","P61487","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6IQB1","wu:fa91c09","fj02g05","rps11","Q6IQB1","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","A7YY10","wu:fa91c09","60S ribosomal protein L37a","rps11","A7YY10","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","F1QG80","wu:fa91c09","Large ribosomal subunit protein eL22","rps11","F1QG80","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6NWC3","wu:fa91c09","fc94f01","rps11","rps2","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q7SXA1","wu:fa91c09","rpl26","rps11","Q7SXA1","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q567N5","wu:fa91c09","wu:fa93h05","rps11","Q567N5","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q7T1K0","wu:fa91c09","zgc:65996","rps11","rpl17","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6PC01","wu:fa91c09","fau","rps11","Q6PC01","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q5BJA1","wu:fa91c09","Small ribosomal subunit protein eS17","rps11","-","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6DGL4","wu:fa91c09","60S ribosomal protein L29","rps11","Q6DGL4","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","P62247","wu:fa91c09","rps8","rps11","rps8","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6DGM0","wu:fa91c09","zgc:92859","rps11","rpl35a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q9I9N0","wu:fa91c09","dap1b","rps11","Q9I9N0","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","P62084","wu:fa91c09","rps7","rps11","rps7","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q8JGS9","wu:fa91c09","rps18","rps11","rps18","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6P5L3","wu:fa91c09","rpl19","rps11","rpl19","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6P5M3","wu:fa91c09","hm:zeh0819","rps11","rps9","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","B5DDE8","wu:fa91c09","LOC100000836","rps11","rps8b","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q7SXA3","wu:fa91c09","zgc:66168","rps11","rps27a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q8JGR4","wu:fa91c09","rpl24","rps11","Q8JGR4","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","A0A0N4SUD2","wu:fa91c09","Ubi-p63E","rps11","ubb","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","B3DHM1","wu:fa91c09","Ubiquitin-like","rps11","B3DHM1","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000069513","physical","txid7955" +"Q7ZV05","Q6P6E2","wu:fa91c09","wu:fa91f03","rps11","Q6P6E2","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000069513","physical","txid7955" +"Q1LWH1","Q7ZV05","im:6906552","wu:fa91c09","rps16","rps11","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6P0V6","im:6906552","rpl8","rps16","rpl8","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","P61486","im:6906552","rpl36a","rps16","P61486","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q642H9","im:6906552","rps4x","rps16","rps4x","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q7T1K0","im:6906552","zgc:65996","rps16","rpl17","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q567N5","im:6906552","wu:fa93h05","rps16","Q567N5","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q4QRJ7","im:6906552","eif2a","rps16","Q4QRJ7","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q803F6","im:6906552","rpsa","rps16","rpsa","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q5BKV9","im:6906552","ab02c03","rps16","Q5BKV9","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6PBT1","im:6906552","zgc:73262","rps16","rps27.2","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","F1QG80","im:6906552","Large ribosomal subunit protein eL22","rps16","F1QG80","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6DGL4","im:6906552","60S ribosomal protein L29","rps16","Q6DGL4","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6NWC3","im:6906552","fc94f01","rps16","rps2","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","B7ZD34","im:6906552","wu:fa66b02","rps16","rps24","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6PBK3","im:6906552","rps28","rps16","rps28","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6Q420","im:6906552","rps15a","rps16","rps15a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q7ZV96","im:6906552","rpl10","rps16","rpl10","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6PBI5","im:6906552","rps25","rps16","rps25","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","B3DHM1","im:6906552","Ubiquitin-like","rps16","B3DHM1","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6IQB1","im:6906552","fj02g05","rps16","Q6IQB1","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","P61485","im:6906552","rpl36a","rps16","rpl36a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6Q415","im:6906552","rpl36","rps16","rpl36","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6P6E2","im:6906552","wu:fa91f03","rps16","Q6P6E2","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","A7YY10","im:6906552","60S ribosomal protein L37a","rps16","A7YY10","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6PC14","im:6906552","rpl23","rps16","rpl23","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q5BJA1","im:6906552","Small ribosomal subunit protein eS17","rps16","-","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","A8E526","im:6906552","Large ribosomal subunit protein eL14","rps16","A8E526","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6PC01","im:6906552","fau","rps16","Q6PC01","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","A0A286YBP4","im:6906552","Large ribosomal subunit protein eL28","rps16","rpl28","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q90Z10","im:6906552","rpl13","rps16","rpl13","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","P61487","im:6906552","rpl36a","rps16","P61487","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q5VSI2","im:6906552","zgc:162401","rps16","mrps11","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6P3J5","im:6906552","eef2b","rps16","eef2b","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","B5DDE8","im:6906552","LOC100000836","rps16","rps8b","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q8JGS9","im:6906552","rps18","rps16","rps18","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","A0A0N4SUD2","im:6906552","Ubi-p63E","rps16","ubb","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q7SXA1","im:6906552","rpl26","rps16","Q7SXA1","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q7SXA3","im:6906552","zgc:66168","rps16","rps27a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","P62084","im:6906552","rps7","rps16","rps7","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","P62247","im:6906552","rps8","rps16","rps8","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6P5L3","im:6906552","rpl19","rps16","rpl19","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q24JV3","im:6906552","zgc:136896","rps16","rpl31","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6DGM0","im:6906552","zgc:92859","rps16","rpl35a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6P5M3","im:6906552","hm:zeh0819","rps16","rps9","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6Q421","im:6906552","wu:fa93f04","rps16","rps15","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q8JGR4","im:6906552","rpl24","rps16","Q8JGR4","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q9I9N0","im:6906552","dap1b","rps16","Q9I9N0","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000066897","physical","txid7955" +"Q1LWH1","Q6NX89","im:6906552","eif5a","rps16","eif5a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000066897","physical","txid7955" +"Q7ZUG5","Q24JV3","rps21","zgc:136896","Q7ZUG5","rpl31","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q1LWH1","rps21","im:6906552","Q7ZUG5","rps16","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZWJ7","rps21","rpl34","Q7ZUG5","rpl34","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q5RHZ5","rps21","wu:fe25a04","Q7ZUG5","si:ch211-214j24.10","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","string-db","7955.ENSDARP00000067377/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q1LYB7","rps21","Large ribosomal subunit protein uL13","Q7ZUG5","rpl13a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZV05","rps21","wu:fa91c09","Q7ZUG5","rps11","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7T1K0","rps21","zgc:65996","Q7ZUG5","rpl17","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6Q415","rps21","rpl36","Q7ZUG5","rpl36","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","O42248","rps21","gnb2l1","Q7ZUG5","gnb2l1","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q8JGS9","rps21","rps18","Q7ZUG5","rps18","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A8KB78","rps21","Small ribosomal subunit protein uS12","Q7ZUG5","rps23","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q4QRJ7","rps21","eif2a","Q7ZUG5","Q4QRJ7","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7SXA1","rps21","rpl26","Q7ZUG5","Q7SXA1","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","P62084","rps21","rps7","Q7ZUG5","rps7","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6IQI6","rps21","zgc:86748","Q7ZUG5","rpl11","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6NX89","rps21","eif5a","Q7ZUG5","eif5a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6IMW8","rps21","zgc:92371","Q7ZUG5","rpl39","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6DGL4","rps21","60S ribosomal protein L29","Q7ZUG5","Q6DGL4","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A0A286YBP4","rps21","Large ribosomal subunit protein eL28","Q7ZUG5","rpl28","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q567N5","rps21","wu:fa93h05","Q7ZUG5","Q567N5","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6IQB1","rps21","fj02g05","Q7ZUG5","Q6IQB1","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","P62247","rps21","rps8","Q7ZUG5","rps8","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PC01","rps21","fau","Q7ZUG5","Q6PC01","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6Q419","rps21","zgc:113935","Q7ZUG5","rps29","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PBI5","rps21","rps25","Q7ZUG5","rps25","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6P6E2","rps21","wu:fa91f03","Q7ZUG5","Q6P6E2","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7SXA3","rps21","zgc:66168","Q7ZUG5","rps27a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q803F6","rps21","rpsa","Q7ZUG5","rpsa","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PBY1","rps21","rps3a","Q7ZUG5","rps3a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q5BJA1","rps21","Small ribosomal subunit protein eS17","Q7ZUG5","-","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","E7FCK6","rps21","Nuclear FMR1-interacting protein 2","Q7ZUG5","E7FCK6","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","string-db","7955.ENSDARP00000090987/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7T1J9","rps21","zgc:65936","Q7ZUG5","Q7T1J9","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PC80","rps21","chunp6933","Q7ZUG5","rps5","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q8AW82","rps21","pa2g4","Q7ZUG5","pa2g4a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","B7ZD34","rps21","wu:fa66b02","Q7ZUG5","rps24","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PBK3","rps21","rps28","Q7ZUG5","rps28","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6NWC3","rps21","fc94f01","Q7ZUG5","rps2","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q5VSI2","rps21","zgc:162401","Q7ZUG5","mrps11","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6DHS3","rps21","wu:fa92b05","Q7ZUG5","rpl15","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q5BKV9","rps21","ab02c03","Q7ZUG5","Q5BKV9","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6IMW6","rps21","fd13f08","Q7ZUG5","rps13","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q24JV1","rps21","zgc:136952","Q7ZUG5","rpl32","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","P61486","rps21","rpl36a","Q7ZUG5","P61486","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZW95","rps21","zgc:56659","Q7ZUG5","rpl4","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6IQJ7","rps21","zgc:86733","Q7ZUG5","rpl37","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q642H9","rps21","rps4x","Q7ZUG5","rps4x","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","P61487","rps21","rpl36a","Q7ZUG5","P61487","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6AXJ2","rps21","eif3ha","Q7ZUG5","eif3ha","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","P61485","rps21","rpl36a","Q7ZUG5","rpl36a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q3B7P7","rps21","wu:fa91f08","Q7ZUG5","uba52","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q08C78","rps21","wu:fb05d06","Q7ZUG5","btf3","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Transcription factor BTF3","string-db","7955.ENSDARP00000051294/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","F1QG80","rps21","Large ribosomal subunit protein eL22","Q7ZUG5","F1QG80","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZV96","rps21","rpl10","Q7ZUG5","rpl10","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PC14","rps21","rpl23","Q7ZUG5","rpl23","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6Q421","rps21","wu:fa93f04","Q7ZUG5","rps15","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZUG6","rps21","fa93d05","Q7ZUG5","rpl30","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","B3DHM1","rps21","Ubiquitin-like","Q7ZUG5","B3DHM1","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q9I9N0","rps21","dap1b","Q7ZUG5","Q9I9N0","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6P3J5","rps21","eef2b","Q7ZUG5","eef2b","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6P0V6","rps21","rpl8","Q7ZUG5","rpl8","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q8JGR4","rps21","rpl24","Q7ZUG5","Q8JGR4","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A0A0N4SUD2","rps21","Ubi-p63E","Q7ZUG5","ubb","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","F1RA98","rps21","im:7142593","Q7ZUG5","F1RA98","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6P5L3","rps21","rpl19","Q7ZUG5","rpl19","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PBW3","rps21","fa92e08","Q7ZUG5","rps14","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A7YY10","rps21","60S ribosomal protein L37a","Q7ZUG5","A7YY10","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6P5M3","rps21","hm:zeh0819","Q7ZUG5","rps9","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q90Z10","rps21","rpl13","Q7ZUG5","rpl13","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q7ZWJ4","rps21","rpl18a","Q7ZUG5","rpl18a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PBT1","rps21","zgc:73262","Q7ZUG5","rps27.2","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6DGM0","rps21","zgc:92859","Q7ZUG5","rpl35a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6DGL0","rps21","zgc:92872","Q7ZUG5","rpl18","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6PC90","rps21","fa95a02","Q7ZUG5","rps12","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","B5DDE8","rps21","LOC100000836","Q7ZUG5","rps8b","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q6Q420","rps21","rps15a","Q7ZUG5","rps15a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A8E526","rps21","Large ribosomal subunit protein eL14","Q7ZUG5","A8E526","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","Q5PR67","rps21","eif3hb","Q7ZUG5","eif3hb","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZUG5","A0A0R4IJ49","rps21","Small ribosomal subunit protein eS19","Q7ZUG5","A0A0R4IJ49","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000031181","physical","txid7955" +"Q7ZV96","Q24JV3","rpl10","zgc:136896","rpl10","rpl31","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q803F6","rpl10","rpsa","rpl10","rpsa","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q5BJA1","rpl10","Small ribosomal subunit protein eS17","rpl10","-","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","A0A286YBP4","rpl10","Large ribosomal subunit protein eL28","rpl10","rpl28","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6DGL4","rpl10","60S ribosomal protein L29","rpl10","Q6DGL4","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6PC01","rpl10","fau","rpl10","Q6PC01","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6P3J5","rpl10","eef2b","rpl10","eef2b","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6DGM0","rpl10","zgc:92859","rpl10","rpl35a","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","A8E526","rpl10","Large ribosomal subunit protein eL14","rpl10","A8E526","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6Q415","rpl10","rpl36","rpl10","rpl36","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q90Z10","rpl10","rpl13","rpl10","rpl13","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","A7YY10","rpl10","60S ribosomal protein L37a","rpl10","A7YY10","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q8JGR4","rpl10","rpl24","rpl10","Q8JGR4","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q7SXA3","rpl10","zgc:66168","rpl10","rps27a","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q9I9N0","rpl10","dap1b","rpl10","Q9I9N0","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","F1QHN6","rpl10","im:7042025","rpl10","ubc","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q8JGS9","rpl10","rps18","rpl10","rps18","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q7SXA1","rpl10","rpl26","rpl10","Q7SXA1","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q5BKV9","rpl10","ab02c03","rpl10","Q5BKV9","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6P5M3","rpl10","hm:zeh0819","rpl10","rps9","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZV96","Q6PBI5","rpl10","rps25","rpl10","rps25","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000120909","physical","txid7955" +"Q7ZW95","Q3B7P7","zgc:56659","wu:fa91f08","rpl4","uba52","Ribosomal protein L4","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q7SXA3","zgc:56659","zgc:66168","rpl4","rps27a","Ribosomal protein L4","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","B7ZD34","zgc:56659","wu:fa66b02","rpl4","rps24","Ribosomal protein L4","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","P62084","zgc:56659","rps7","rpl4","rps7","Ribosomal protein L4","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","P61485","zgc:56659","rpl36a","rpl4","rpl36a","Ribosomal protein L4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6PC14","zgc:56659","rpl23","rpl4","rpl23","Ribosomal protein L4","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6Q421","zgc:56659","wu:fa93f04","rpl4","rps15","Ribosomal protein L4","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6IQB1","zgc:56659","fj02g05","rpl4","Q6IQB1","Ribosomal protein L4","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q7SXA1","zgc:56659","rpl26","rpl4","Q7SXA1","Ribosomal protein L4","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","P61486","zgc:56659","rpl36a","rpl4","P61486","Ribosomal protein L4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","O42248","zgc:56659","gnb2l1","rpl4","gnb2l1","Ribosomal protein L4","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","A8E526","zgc:56659","Large ribosomal subunit protein eL14","rpl4","A8E526","Ribosomal protein L4","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q7ZV96","zgc:56659","rpl10","rpl4","rpl10","Ribosomal protein L4","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q5BJA1","zgc:56659","Small ribosomal subunit protein eS17","rpl4","-","Ribosomal protein L4","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q803F6","zgc:56659","rpsa","rpl4","rpsa","Ribosomal protein L4","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","F1QG80","zgc:56659","Large ribosomal subunit protein eL22","rpl4","F1QG80","Ribosomal protein L4","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","P62247","zgc:56659","rps8","rpl4","rps8","Ribosomal protein L4","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6P6E2","zgc:56659","wu:fa91f03","rpl4","Q6P6E2","Ribosomal protein L4","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6Q419","zgc:56659","zgc:113935","rpl4","rps29","Ribosomal protein L4","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","P61487","zgc:56659","rpl36a","rpl4","P61487","Ribosomal protein L4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q8JGR4","zgc:56659","rpl24","rpl4","Q8JGR4","Ribosomal protein L4","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6P0V6","zgc:56659","rpl8","rpl4","rpl8","Ribosomal protein L4","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6NWC3","zgc:56659","fc94f01","rpl4","rps2","Ribosomal protein L4","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","F1QHN6","zgc:56659","im:7042025","rpl4","ubc","Ribosomal protein L4","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6NX89","zgc:56659","eif5a","rpl4","eif5a","Ribosomal protein L4","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6P3J5","zgc:56659","eef2b","rpl4","eef2b","Ribosomal protein L4","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6DGM0","zgc:56659","zgc:92859","rpl4","rpl35a","Ribosomal protein L4","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q7T1K0","zgc:56659","zgc:65996","rpl4","rpl17","Ribosomal protein L4","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q0VFW0","zgc:56659","zgc:136591","rpl4","Q0VFW0","Ribosomal protein L4","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q1LWH1","zgc:56659","im:6906552","rpl4","rps16","Ribosomal protein L4","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q7ZV05","zgc:56659","wu:fa91c09","rpl4","rps11","Ribosomal protein L4","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6PC80","zgc:56659","chunp6933","rpl4","rps5","Ribosomal protein L4","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q9I9N0","zgc:56659","dap1b","rpl4","Q9I9N0","Ribosomal protein L4","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6P5M3","zgc:56659","hm:zeh0819","rpl4","rps9","Ribosomal protein L4","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6PC01","zgc:56659","fau","rpl4","Q6PC01","Ribosomal protein L4","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q5BKV9","zgc:56659","ab02c03","rpl4","Q5BKV9","Ribosomal protein L4","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6PBK3","zgc:56659","rps28","rpl4","rps28","Ribosomal protein L4","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q24JV3","zgc:56659","zgc:136896","rpl4","rpl31","Ribosomal protein L4","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","A0A286YBP4","zgc:56659","Large ribosomal subunit protein eL28","rpl4","rpl28","Ribosomal protein L4","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q90Z10","zgc:56659","rpl13","rpl4","rpl13","Ribosomal protein L4","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","A7YY10","zgc:56659","60S ribosomal protein L37a","rpl4","A7YY10","Ribosomal protein L4","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q8JGS9","zgc:56659","rps18","rpl4","rps18","Ribosomal protein L4","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6Q420","zgc:56659","rps15a","rpl4","rps15a","Ribosomal protein L4","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6P5L3","zgc:56659","rpl19","rpl4","rpl19","Ribosomal protein L4","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6IQI6","zgc:56659","zgc:86748","rpl4","rpl11","Ribosomal protein L4","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q567N5","zgc:56659","wu:fa93h05","rpl4","Q567N5","Ribosomal protein L4","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q642H9","zgc:56659","rps4x","rpl4","rps4x","Ribosomal protein L4","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q1LYB7","zgc:56659","Large ribosomal subunit protein uL13","rpl4","rpl13a","Ribosomal protein L4","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6PBI5","zgc:56659","rps25","rpl4","rps25","Ribosomal protein L4","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6DGL4","zgc:56659","60S ribosomal protein L29","rpl4","Q6DGL4","Ribosomal protein L4","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000060362","physical","txid7955" +"Q7ZW95","Q6Q415","zgc:56659","rpl36","rpl4","rpl36","Ribosomal protein L4","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000060362","physical","txid7955" +"F1QG80","Q7ZV96","Large ribosomal subunit protein eL22","rpl10","F1QG80","rpl10","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","A7YY10","Large ribosomal subunit protein eL22","60S ribosomal protein L37a","F1QG80","A7YY10","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q803F6","Large ribosomal subunit protein eL22","rpsa","F1QG80","rpsa","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6P0V6","Large ribosomal subunit protein eL22","rpl8","F1QG80","rpl8","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q7SXA1","Large ribosomal subunit protein eL22","rpl26","F1QG80","Q7SXA1","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q7T1K0","Large ribosomal subunit protein eL22","zgc:65996","F1QG80","rpl17","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6DGL4","Large ribosomal subunit protein eL22","60S ribosomal protein L29","F1QG80","Q6DGL4","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q24JV3","Large ribosomal subunit protein eL22","zgc:136896","F1QG80","rpl31","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6P5M3","Large ribosomal subunit protein eL22","hm:zeh0819","F1QG80","rps9","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6NWC3","Large ribosomal subunit protein eL22","fc94f01","F1QG80","rps2","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q7SXA3","Large ribosomal subunit protein eL22","zgc:66168","F1QG80","rps27a","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6PC01","Large ribosomal subunit protein eL22","fau","F1QG80","Q6PC01","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q9I9N0","Large ribosomal subunit protein eL22","dap1b","F1QG80","Q9I9N0","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q8JGR4","Large ribosomal subunit protein eL22","rpl24","F1QG80","Q8JGR4","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6DGM0","Large ribosomal subunit protein eL22","zgc:92859","F1QG80","rpl35a","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q5BJA1","Large ribosomal subunit protein eL22","Small ribosomal subunit protein eS17","F1QG80","-","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6PBI5","Large ribosomal subunit protein eL22","rps25","F1QG80","rps25","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6P3J5","Large ribosomal subunit protein eL22","eef2b","F1QG80","eef2b","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","A8E526","Large ribosomal subunit protein eL22","Large ribosomal subunit protein eL14","F1QG80","A8E526","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","F1QHN6","Large ribosomal subunit protein eL22","im:7042025","F1QG80","ubc","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q8JGS9","Large ribosomal subunit protein eL22","rps18","F1QG80","rps18","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6PBK3","Large ribosomal subunit protein eL22","rps28","F1QG80","rps28","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","A0A286YBP4","Large ribosomal subunit protein eL22","Large ribosomal subunit protein eL28","F1QG80","rpl28","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q90Z10","Large ribosomal subunit protein eL22","rpl13","F1QG80","rpl13","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q5BKV9","Large ribosomal subunit protein eL22","ab02c03","F1QG80","Q5BKV9","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000111487","physical","txid7955" +"F1QG80","Q6Q415","Large ribosomal subunit protein eL22","rpl36","F1QG80","rpl36","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000111487","physical","txid7955" +"Q3B7P7","A8E526","wu:fa91f08","Large ribosomal subunit protein eL14","uba52","A8E526","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","P61485","wu:fa91f08","rpl36a","uba52","rpl36a","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q567N5","wu:fa91f08","wu:fa93h05","uba52","Q567N5","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","F1QG80","wu:fa91f08","Large ribosomal subunit protein eL22","uba52","F1QG80","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","A0A286YBP4","wu:fa91f08","Large ribosomal subunit protein eL28","uba52","rpl28","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q7ZV96","wu:fa91f08","rpl10","uba52","rpl10","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q7T1K0","wu:fa91f08","zgc:65996","uba52","rpl17","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PBT1","wu:fa91f08","zgc:73262","uba52","rps27.2","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","B7ZD34","wu:fa91f08","wu:fa66b02","uba52","rps24","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6Q420","wu:fa91f08","rps15a","uba52","rps15a","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","B5DDE8","wu:fa91f08","LOC100000836","uba52","rps8b","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q7ZV05","wu:fa91f08","wu:fa91c09","uba52","rps11","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PBI5","wu:fa91f08","rps25","uba52","rps25","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","A2BGT0","wu:fa91f08","usp30","uba52","usp30","Ubiquitin-ribosomal protein eL40 fusion protein","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","string-db","7955.ENSDARP00000073858/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PC01","wu:fa91f08","fau","uba52","Q6PC01","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q90Z10","wu:fa91f08","rpl13","uba52","rpl13","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6P0V6","wu:fa91f08","rpl8","uba52","rpl8","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q7SXA3","wu:fa91f08","zgc:66168","uba52","rps27a","Ubiquitin-ribosomal protein eL40 fusion protein","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6P3J5","wu:fa91f08","eef2b","uba52","eef2b","Ubiquitin-ribosomal protein eL40 fusion protein","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q5BJA1","wu:fa91f08","Small ribosomal subunit protein eS17","uba52","-","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q642H9","wu:fa91f08","rps4x","uba52","rps4x","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","A7YY10","wu:fa91f08","60S ribosomal protein L37a","uba52","A7YY10","Ubiquitin-ribosomal protein eL40 fusion protein","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6P5M3","wu:fa91f08","hm:zeh0819","uba52","rps9","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q1LWH1","wu:fa91f08","im:6906552","uba52","rps16","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6Q415","wu:fa91f08","rpl36","uba52","rpl36","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","F1QHN6","wu:fa91f08","im:7042025","uba52","ubc","Ubiquitin-ribosomal protein eL40 fusion protein","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","F1RA98","wu:fa91f08","im:7142593","uba52","F1RA98","Ubiquitin-ribosomal protein eL40 fusion protein","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q8JGS9","wu:fa91f08","rps18","uba52","rps18","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q24JV3","wu:fa91f08","zgc:136896","uba52","rpl31","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q5VSI2","wu:fa91f08","zgc:162401","uba52","mrps11","Ubiquitin-ribosomal protein eL40 fusion protein","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6DGL4","wu:fa91f08","60S ribosomal protein L29","uba52","Q6DGL4","Ubiquitin-ribosomal protein eL40 fusion protein","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","B3DHM1","wu:fa91f08","Ubiquitin-like","uba52","B3DHM1","Ubiquitin-ribosomal protein eL40 fusion protein","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q803F6","wu:fa91f08","rpsa","uba52","rpsa","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q8JGR4","wu:fa91f08","rpl24","uba52","Q8JGR4","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q4QRJ7","wu:fa91f08","eif2a","uba52","Q4QRJ7","Ubiquitin-ribosomal protein eL40 fusion protein","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q1LYB7","wu:fa91f08","Large ribosomal subunit protein uL13","uba52","rpl13a","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6NX89","wu:fa91f08","eif5a","uba52","eif5a","Ubiquitin-ribosomal protein eL40 fusion protein","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","P61487","wu:fa91f08","rpl36a","uba52","P61487","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","P61486","wu:fa91f08","rpl36a","uba52","P61486","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q9I9N0","wu:fa91f08","dap1b","uba52","Q9I9N0","Ubiquitin-ribosomal protein eL40 fusion protein","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q5BKV9","wu:fa91f08","ab02c03","uba52","Q5BKV9","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6DGM0","wu:fa91f08","zgc:92859","uba52","rpl35a","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6IQB1","wu:fa91f08","fj02g05","uba52","Q6IQB1","Ubiquitin-ribosomal protein eL40 fusion protein","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","O42248","wu:fa91f08","gnb2l1","uba52","gnb2l1","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","E7FEV5","wu:fa91f08","Ubiquitin carboxyl-terminal hydrolase CYLD","uba52","E7FEV5","Ubiquitin-ribosomal protein eL40 fusion protein","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PBK3","wu:fa91f08","rps28","uba52","rps28","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6Q421","wu:fa91f08","wu:fa93f04","uba52","rps15","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PC80","wu:fa91f08","chunp6933","uba52","rps5","Ubiquitin-ribosomal protein eL40 fusion protein","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6P5L3","wu:fa91f08","rpl19","uba52","rpl19","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6P6E2","wu:fa91f08","wu:fa91f03","uba52","Q6P6E2","Ubiquitin-ribosomal protein eL40 fusion protein","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q7SXA1","wu:fa91f08","rpl26","uba52","Q7SXA1","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","P62247","wu:fa91f08","rps8","uba52","rps8","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6IQI6","wu:fa91f08","zgc:86748","uba52","rpl11","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","P62084","wu:fa91f08","rps7","uba52","rps7","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6NWC3","wu:fa91f08","fc94f01","uba52","rps2","Ubiquitin-ribosomal protein eL40 fusion protein","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","A0A0N4SUD2","wu:fa91f08","Ubi-p63E","uba52","ubb","Ubiquitin-ribosomal protein eL40 fusion protein","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060744","physical","txid7955" +"Q3B7P7","Q6PC14","wu:fa91f08","rpl23","uba52","rpl23","Ubiquitin-ribosomal protein eL40 fusion protein","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000060744","physical","txid7955" +"Q567N5","Q6Q415","wu:fa93h05","rpl36","Q567N5","rpl36","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q5BKV9","wu:fa93h05","ab02c03","Q567N5","Q5BKV9","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","F1QG80","wu:fa93h05","Large ribosomal subunit protein eL22","Q567N5","F1QG80","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6PBI5","wu:fa93h05","rps25","Q567N5","rps25","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","F1QHN6","wu:fa93h05","im:7042025","Q567N5","ubc","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q7ZV96","wu:fa93h05","rpl10","Q567N5","rpl10","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q642H9","wu:fa93h05","rps4x","Q567N5","rps4x","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q7SXA1","wu:fa93h05","rpl26","Q567N5","Q7SXA1","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q24JV3","wu:fa93h05","zgc:136896","Q567N5","rpl31","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6Q421","wu:fa93h05","wu:fa93f04","Q567N5","rps15","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6DGL4","wu:fa93h05","60S ribosomal protein L29","Q567N5","Q6DGL4","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6PC01","wu:fa93h05","fau","Q567N5","Q6PC01","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q8JGR4","wu:fa93h05","rpl24","Q567N5","Q8JGR4","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6NX89","wu:fa93h05","eif5a","Q567N5","eif5a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6Q420","wu:fa93h05","rps15a","Q567N5","rps15a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6IQB1","wu:fa93h05","fj02g05","Q567N5","Q6IQB1","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q90Z10","wu:fa93h05","rpl13","Q567N5","rpl13","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q7T1K0","wu:fa93h05","zgc:65996","Q567N5","rpl17","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q5BJA1","wu:fa93h05","Small ribosomal subunit protein eS17","Q567N5","-","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6P3J5","wu:fa93h05","eef2b","Q567N5","eef2b","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","A0A286YBP4","wu:fa93h05","Large ribosomal subunit protein eL28","Q567N5","rpl28","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6P0V6","wu:fa93h05","rpl8","Q567N5","rpl8","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6P5M3","wu:fa93h05","hm:zeh0819","Q567N5","rps9","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q8JGS9","wu:fa93h05","rps18","Q567N5","rps18","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q7SXA3","wu:fa93h05","zgc:66168","Q567N5","rps27a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","P62084","wu:fa93h05","rps7","Q567N5","rps7","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q803F6","wu:fa93h05","rpsa","Q567N5","rpsa","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","A8E526","wu:fa93h05","Large ribosomal subunit protein eL14","Q567N5","A8E526","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6NWC3","wu:fa93h05","fc94f01","Q567N5","rps2","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6PBK3","wu:fa93h05","rps28","Q567N5","rps28","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q9I9N0","wu:fa93h05","dap1b","Q567N5","Q9I9N0","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6DGM0","wu:fa93h05","zgc:92859","Q567N5","rpl35a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6P5L3","wu:fa93h05","rpl19","Q567N5","rpl19","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","Q6P6E2","wu:fa93h05","wu:fa91f03","Q567N5","Q6P6E2","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000091899","physical","txid7955" +"Q567N5","A7YY10","wu:fa93h05","60S ribosomal protein L37a","Q567N5","A7YY10","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000091899","physical","txid7955" +"F1QGI3","Q6Q415","Ribosomal protein L23a","rpl36","rpl23a","rpl36","Ribosomal protein L23a","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q803F6","Ribosomal protein L23a","rpsa","rpl23a","rpsa","Ribosomal protein L23a","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZV96","Ribosomal protein L23a","rpl10","rpl23a","rpl10","Ribosomal protein L23a","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IQI6","Ribosomal protein L23a","zgc:86748","rpl23a","rpl11","Ribosomal protein L23a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PBY1","Ribosomal protein L23a","rps3a","rpl23a","rps3a","Ribosomal protein L23a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q8JGS9","Ribosomal protein L23a","rps18","rpl23a","rps18","Ribosomal protein L23a","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q8JGR4","Ribosomal protein L23a","rpl24","rpl23a","Q8JGR4","Ribosomal protein L23a","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","A0A0R4IJ49","Ribosomal protein L23a","Small ribosomal subunit protein eS19","rpl23a","A0A0R4IJ49","Ribosomal protein L23a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q5XJA5","Ribosomal protein L23a","habp4","rpl23a","Q5XJA5","Ribosomal protein L23a","Intracellular hyaluronan-binding protein 4","string-db","7955.ENSDARP00000007173/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IQB1","Ribosomal protein L23a","fj02g05","rpl23a","Q6IQB1","Ribosomal protein L23a","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q24JV3","Ribosomal protein L23a","zgc:136896","rpl23a","rpl31","Ribosomal protein L23a","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6Q420","Ribosomal protein L23a","rps15a","rpl23a","rps15a","Ribosomal protein L23a","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7SXA1","Ribosomal protein L23a","rpl26","rpl23a","Q7SXA1","Ribosomal protein L23a","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q1LYB7","Ribosomal protein L23a","Large ribosomal subunit protein uL13","rpl23a","rpl13a","Ribosomal protein L23a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q567N5","Ribosomal protein L23a","wu:fa93h05","rpl23a","Q567N5","Ribosomal protein L23a","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6DGL4","Ribosomal protein L23a","60S ribosomal protein L29","rpl23a","Q6DGL4","Ribosomal protein L23a","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7T1K0","Ribosomal protein L23a","zgc:65996","rpl23a","rpl17","Ribosomal protein L23a","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZWJ4","Ribosomal protein L23a","rpl18a","rpl23a","rpl18a","Ribosomal protein L23a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q3B7P7","Ribosomal protein L23a","wu:fa91f08","rpl23a","uba52","Ribosomal protein L23a","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6P6E2","Ribosomal protein L23a","wu:fa91f03","rpl23a","Q6P6E2","Ribosomal protein L23a","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","B7ZD34","Ribosomal protein L23a","wu:fa66b02","rpl23a","rps24","Ribosomal protein L23a","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IQQ0","Ribosomal protein L23a","wu:fb13h07","rpl23a","rpl21","Ribosomal protein L23a","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7T1J9","Ribosomal protein L23a","zgc:65936","rpl23a","Q7T1J9","Ribosomal protein L23a","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6P0V6","Ribosomal protein L23a","rpl8","rpl23a","rpl8","Ribosomal protein L23a","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q5BJA1","Ribosomal protein L23a","Small ribosomal subunit protein eS17","rpl23a","-","Ribosomal protein L23a","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6NWC3","Ribosomal protein L23a","fc94f01","rpl23a","rps2","Ribosomal protein L23a","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","F1QG80","Ribosomal protein L23a","Large ribosomal subunit protein eL22","rpl23a","F1QG80","Ribosomal protein L23a","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZV82","Ribosomal protein L23a","rpl27","rpl23a","rpl27","Ribosomal protein L23a","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","P61486","Ribosomal protein L23a","rpl36a","rpl23a","P61486","Ribosomal protein L23a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q642H9","Ribosomal protein L23a","rps4x","rpl23a","rps4x","Ribosomal protein L23a","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q5BKV9","Ribosomal protein L23a","ab02c03","rpl23a","Q5BKV9","Ribosomal protein L23a","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZV05","Ribosomal protein L23a","wu:fa91c09","rpl23a","rps11","Ribosomal protein L23a","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6Q417","Ribosomal protein L23a","bb02h10","rpl23a","rpl7","Ribosomal protein L23a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q0VFW0","Ribosomal protein L23a","zgc:136591","rpl23a","Q0VFW0","Ribosomal protein L23a","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","F1QHN6","Ribosomal protein L23a","im:7042025","rpl23a","ubc","Ribosomal protein L23a","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZUG5","Ribosomal protein L23a","rps21","rpl23a","Q7ZUG5","Ribosomal protein L23a","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6P5M3","Ribosomal protein L23a","hm:zeh0819","rpl23a","rps9","Ribosomal protein L23a","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","P61487","Ribosomal protein L23a","rpl36a","rpl23a","P61487","Ribosomal protein L23a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q1LWH1","Ribosomal protein L23a","im:6906552","rpl23a","rps16","Ribosomal protein L23a","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","P61485","Ribosomal protein L23a","rpl36a","rpl23a","rpl36a","Ribosomal protein L23a","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","P62247","Ribosomal protein L23a","rps8","rpl23a","rps8","Ribosomal protein L23a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PC80","Ribosomal protein L23a","chunp6933","rpl23a","rps5","Ribosomal protein L23a","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q8JHJ1","Ribosomal protein L23a","rpl35","rpl23a","rpl35","Ribosomal protein L23a","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6DGL0","Ribosomal protein L23a","zgc:92872","rpl23a","rpl18","Ribosomal protein L23a","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6DHS3","Ribosomal protein L23a","wu:fa92b05","rpl23a","rpl15","Ribosomal protein L23a","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZWJ7","Ribosomal protein L23a","rpl34","rpl23a","rpl34","Ribosomal protein L23a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6DGM0","Ribosomal protein L23a","zgc:92859","rpl23a","rpl35a","Ribosomal protein L23a","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PBW3","Ribosomal protein L23a","fa92e08","rpl23a","rps14","Ribosomal protein L23a","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IMW8","Ribosomal protein L23a","zgc:92371","rpl23a","rpl39","Ribosomal protein L23a","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IQJ7","Ribosomal protein L23a","zgc:86733","rpl23a","rpl37","Ribosomal protein L23a","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q9I9N0","Ribosomal protein L23a","dap1b","rpl23a","Q9I9N0","Ribosomal protein L23a","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","O42248","Ribosomal protein L23a","gnb2l1","rpl23a","gnb2l1","Ribosomal protein L23a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q4VBV2","Ribosomal protein L23a","wu:fa18f12","rpl23a","rps27.1","Ribosomal protein L23a","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7SXA3","Ribosomal protein L23a","zgc:66168","rpl23a","rps27a","Ribosomal protein L23a","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q8AW82","Ribosomal protein L23a","pa2g4","rpl23a","pa2g4a","Ribosomal protein L23a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6P5L3","Ribosomal protein L23a","rpl19","rpl23a","rpl19","Ribosomal protein L23a","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","P62084","Ribosomal protein L23a","rps7","rpl23a","rps7","Ribosomal protein L23a","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6IMW6","Ribosomal protein L23a","fd13f08","rpl23a","rps13","Ribosomal protein L23a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","A8KB78","Ribosomal protein L23a","Small ribosomal subunit protein uS12","rpl23a","rps23","Ribosomal protein L23a","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PBK3","Ribosomal protein L23a","rps28","rpl23a","rps28","Ribosomal protein L23a","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6P3J5","Ribosomal protein L23a","eef2b","rpl23a","eef2b","Ribosomal protein L23a","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PBI5","Ribosomal protein L23a","rps25","rpl23a","rps25","Ribosomal protein L23a","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PC14","Ribosomal protein L23a","rpl23","rpl23a","rpl23","Ribosomal protein L23a","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q90Z10","Ribosomal protein L23a","rpl13","rpl23a","rpl13","Ribosomal protein L23a","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","A8E526","Ribosomal protein L23a","Large ribosomal subunit protein eL14","rpl23a","A8E526","Ribosomal protein L23a","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","A0A286YBP4","Ribosomal protein L23a","Large ribosomal subunit protein eL28","rpl23a","rpl28","Ribosomal protein L23a","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","A7YY10","Ribosomal protein L23a","60S ribosomal protein L37a","rpl23a","A7YY10","Ribosomal protein L23a","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PC01","Ribosomal protein L23a","fau","rpl23a","Q6PC01","Ribosomal protein L23a","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZW95","Ribosomal protein L23a","zgc:56659","rpl23a","rpl4","Ribosomal protein L23a","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6DHL6","Ribosomal protein L23a","wu:fa92e06","rpl23a","rps6","Ribosomal protein L23a","40S ribosomal protein S6","string-db","7955.ENSDARP00000011148/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6PBZ1","Ribosomal protein L23a","wu:fa95b03","rpl23a","rpl7a","Ribosomal protein L23a","60S ribosomal protein L7a","string-db","7955.ENSDARP00000010055/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6Q421","Ribosomal protein L23a","wu:fa93f04","rpl23a","rps15","Ribosomal protein L23a","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q7ZUG6","Ribosomal protein L23a","fa93d05","rpl23a","rpl30","Ribosomal protein L23a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6NX89","Ribosomal protein L23a","eif5a","rpl23a","eif5a","Ribosomal protein L23a","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q6Q419","Ribosomal protein L23a","zgc:113935","rpl23a","rps29","Ribosomal protein L23a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000006624","physical","txid7955" +"F1QGI3","Q24JV1","Ribosomal protein L23a","zgc:136952","rpl23a","rpl32","Ribosomal protein L23a","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000006624","physical","txid7955" +"Q90Z10","A0A286YBP4","rpl13","Large ribosomal subunit protein eL28","rpl13","rpl28","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","A7YY10","rpl13","60S ribosomal protein L37a","rpl13","A7YY10","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q6PC01","rpl13","fau","rpl13","Q6PC01","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q9I9N0","rpl13","dap1b","rpl13","Q9I9N0","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","F1QHN6","rpl13","im:7042025","rpl13","ubc","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q6P5M3","rpl13","hm:zeh0819","rpl13","rps9","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q6Q415","rpl13","rpl36","rpl13","rpl36","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q8JGR4","rpl13","rpl24","rpl13","Q8JGR4","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q8JGS9","rpl13","rps18","rpl13","rps18","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","Q6DGL4","rpl13","60S ribosomal protein L29","rpl13","Q6DGL4","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000132139","physical","txid7955" +"Q90Z10","A8E526","rpl13","Large ribosomal subunit protein eL14","rpl13","A8E526","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000132139","physical","txid7955" +"Q6PC01","Q9I9N0","fau","dap1b","Q6PC01","Q9I9N0","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000141629","physical","txid7955" +"Q6PC01","Q6DGL4","fau","60S ribosomal protein L29","Q6PC01","Q6DGL4","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000141629","physical","txid7955" +"Q6PC01","Q6P5M3","fau","hm:zeh0819","Q6PC01","rps9","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000141629","physical","txid7955" +"Q6PC01","A0A286YBP4","fau","Large ribosomal subunit protein eL28","Q6PC01","rpl28","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000141629","physical","txid7955" +"Q6PC01","A7YY10","fau","60S ribosomal protein L37a","Q6PC01","A7YY10","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000141629","physical","txid7955" +"Q5XJA5","Q6DGL0","habp4","zgc:92872","Q5XJA5","rpl18","Intracellular hyaluronan-binding protein 4","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6NWC3","habp4","fc94f01","Q5XJA5","rps2","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6Q415","habp4","rpl36","Q5XJA5","rpl36","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6P3J5","habp4","eef2b","Q5XJA5","eef2b","Intracellular hyaluronan-binding protein 4","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","A7YY10","habp4","60S ribosomal protein L37a","Q5XJA5","A7YY10","Intracellular hyaluronan-binding protein 4","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q5BJA1","habp4","Small ribosomal subunit protein eS17","Q5XJA5","-","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6P6E2","habp4","wu:fa91f03","Q5XJA5","Q6P6E2","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PC01","habp4","fau","Q5XJA5","Q6PC01","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6DGL4","habp4","60S ribosomal protein L29","Q5XJA5","Q6DGL4","Intracellular hyaluronan-binding protein 4","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7SXA1","habp4","rpl26","Q5XJA5","Q7SXA1","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6P5L3","habp4","rpl19","Q5XJA5","rpl19","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PC80","habp4","chunp6933","Q5XJA5","rps5","Intracellular hyaluronan-binding protein 4","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q1LYB7","habp4","Large ribosomal subunit protein uL13","Q5XJA5","rpl13a","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6Q420","habp4","rps15a","Q5XJA5","rps15a","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q24JV3","habp4","zgc:136896","Q5XJA5","rpl31","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q1LWH1","habp4","im:6906552","Q5XJA5","rps16","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6P5M3","habp4","hm:zeh0819","Q5XJA5","rps9","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q803F6","habp4","rpsa","Q5XJA5","rpsa","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q8JGR4","habp4","rpl24","Q5XJA5","Q8JGR4","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PBK3","habp4","rps28","Q5XJA5","rps28","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q90Z10","habp4","rpl13","Q5XJA5","rpl13","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q8JGS9","habp4","rps18","Q5XJA5","rps18","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6Q417","habp4","bb02h10","Q5XJA5","rpl7","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6DHL6","habp4","wu:fa92e06","Q5XJA5","rps6","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S6","string-db","7955.ENSDARP00000011148/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q8AW82","habp4","pa2g4","Q5XJA5","pa2g4a","Intracellular hyaluronan-binding protein 4","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q567N5","habp4","wu:fa93h05","Q5XJA5","Q567N5","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZUG5","habp4","rps21","Q5XJA5","Q7ZUG5","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q8JHJ1","habp4","rpl35","Q5XJA5","rpl35","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PBZ1","habp4","wu:fa95b03","Q5XJA5","rpl7a","Intracellular hyaluronan-binding protein 4","60S ribosomal protein L7a","string-db","7955.ENSDARP00000010055/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","A8KB78","habp4","Small ribosomal subunit protein uS12","Q5XJA5","rps23","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6NX89","habp4","eif5a","Q5XJA5","eif5a","Intracellular hyaluronan-binding protein 4","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6Q419","habp4","zgc:113935","Q5XJA5","rps29","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q4VBV2","habp4","wu:fa18f12","Q5XJA5","rps27.1","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7T1K0","habp4","zgc:65996","Q5XJA5","rpl17","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IQI6","habp4","zgc:86748","Q5XJA5","rpl11","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","O42248","habp4","gnb2l1","Q5XJA5","gnb2l1","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","P61487","habp4","rpl36a","Q5XJA5","P61487","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","P62084","habp4","rps7","Q5XJA5","rps7","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","B7ZD34","habp4","wu:fa66b02","Q5XJA5","rps24","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q5BKV9","habp4","ab02c03","Q5XJA5","Q5BKV9","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","A0A286YBP4","habp4","Large ribosomal subunit protein eL28","Q5XJA5","rpl28","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PBW3","habp4","fa92e08","Q5XJA5","rps14","Intracellular hyaluronan-binding protein 4","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q642H9","habp4","rps4x","Q5XJA5","rps4x","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6DHS3","habp4","wu:fa92b05","Q5XJA5","rpl15","Intracellular hyaluronan-binding protein 4","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IQJ7","habp4","zgc:86733","Q5XJA5","rpl37","Intracellular hyaluronan-binding protein 4","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IQB1","habp4","fj02g05","Q5XJA5","Q6IQB1","Intracellular hyaluronan-binding protein 4","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q3B7P7","habp4","wu:fa91f08","Q5XJA5","uba52","Intracellular hyaluronan-binding protein 4","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6Q421","habp4","wu:fa93f04","Q5XJA5","rps15","Intracellular hyaluronan-binding protein 4","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZUG6","habp4","fa93d05","Q5XJA5","rpl30","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PC14","habp4","rpl23","Q5XJA5","rpl23","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","A0A0R4IJ49","habp4","Small ribosomal subunit protein eS19","Q5XJA5","A0A0R4IJ49","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IMW6","habp4","fd13f08","Q5XJA5","rps13","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","P61485","habp4","rpl36a","Q5XJA5","rpl36a","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7T1J9","habp4","zgc:65936","Q5XJA5","Q7T1J9","Intracellular hyaluronan-binding protein 4","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IMW8","habp4","zgc:92371","Q5XJA5","rpl39","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PBI5","habp4","rps25","Q5XJA5","rps25","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","P61486","habp4","rpl36a","Q5XJA5","P61486","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6IQQ0","habp4","wu:fb13h07","Q5XJA5","rpl21","Intracellular hyaluronan-binding protein 4","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","P62247","habp4","rps8","Q5XJA5","rps8","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZW95","habp4","zgc:56659","Q5XJA5","rpl4","Intracellular hyaluronan-binding protein 4","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZV05","habp4","wu:fa91c09","Q5XJA5","rps11","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","F1QG80","habp4","Large ribosomal subunit protein eL22","Q5XJA5","F1QG80","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZV82","habp4","rpl27","Q5XJA5","rpl27","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q24JV1","habp4","zgc:136952","Q5XJA5","rpl32","Intracellular hyaluronan-binding protein 4","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6PBY1","habp4","rps3a","Q5XJA5","rps3a","Intracellular hyaluronan-binding protein 4","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","A8E526","habp4","Large ribosomal subunit protein eL14","Q5XJA5","A8E526","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZV96","habp4","rpl10","Q5XJA5","rpl10","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6P0V6","habp4","rpl8","Q5XJA5","rpl8","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZWJ4","habp4","rpl18a","Q5XJA5","rpl18a","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q7ZWJ7","habp4","rpl34","Q5XJA5","rpl34","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q9I9N0","habp4","dap1b","Q5XJA5","Q9I9N0","Intracellular hyaluronan-binding protein 4","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000007173","physical","txid7955" +"Q5XJA5","Q6DGM0","habp4","zgc:92859","Q5XJA5","rpl35a","Intracellular hyaluronan-binding protein 4","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000007173","physical","txid7955" +"Q7T1K0","Q7SXA3","zgc:65996","zgc:66168","rpl17","rps27a","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","A0A286YBP4","zgc:65996","Large ribosomal subunit protein eL28","rpl17","rpl28","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q7ZV96","zgc:65996","rpl10","rpl17","rpl10","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q5BJA1","zgc:65996","Small ribosomal subunit protein eS17","rpl17","-","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6Q415","zgc:65996","rpl36","rpl17","rpl36","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6P3J5","zgc:65996","eef2b","rpl17","eef2b","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6DGL4","zgc:65996","60S ribosomal protein L29","rpl17","Q6DGL4","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","A8E526","zgc:65996","Large ribosomal subunit protein eL14","rpl17","A8E526","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q804S5","zgc:65996","mib1","rpl17","mib1","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6PC01","zgc:65996","fau","rpl17","Q6PC01","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q90Z10","zgc:65996","rpl13","rpl17","rpl13","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","A7YY10","zgc:65996","60S ribosomal protein L37a","rpl17","A7YY10","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q803F6","zgc:65996","rpsa","rpl17","rpsa","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","F1QHN6","zgc:65996","im:7042025","rpl17","ubc","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6PBI5","zgc:65996","rps25","rpl17","rps25","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q8JGR4","zgc:65996","rpl24","rpl17","Q8JGR4","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q8JGS9","zgc:65996","rps18","rpl17","rps18","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6DGM0","zgc:65996","zgc:92859","rpl17","rpl35a","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q5BKV9","zgc:65996","ab02c03","rpl17","Q5BKV9","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q24JV3","zgc:65996","zgc:136896","rpl17","rpl31","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q7SXA1","zgc:65996","rpl26","rpl17","Q7SXA1","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q9I9N0","zgc:65996","dap1b","rpl17","Q9I9N0","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000119756","physical","txid7955" +"Q7T1K0","Q6P5M3","zgc:65996","hm:zeh0819","rpl17","rps9","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000119756","physical","txid7955" +"Q6Q419","A7YY10","zgc:113935","60S ribosomal protein L37a","rps29","A7YY10","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6Q421","zgc:113935","wu:fa93f04","rps29","rps15","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6P5L3","zgc:113935","rpl19","rps29","rpl19","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6DGM0","zgc:113935","zgc:92859","rps29","rpl35a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","P62084","zgc:113935","rps7","rps29","rps7","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6NWC3","zgc:113935","fc94f01","rps29","rps2","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q5VSI2","zgc:113935","zgc:162401","rps29","mrps11","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6IQI6","zgc:113935","zgc:86748","rps29","rpl11","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PBK3","zgc:113935","rps28","rps29","rps28","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6P6E2","zgc:113935","wu:fa91f03","rps29","Q6P6E2","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","A0A0N4SUD2","zgc:113935","Ubi-p63E","rps29","ubb","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","A8E526","zgc:113935","Large ribosomal subunit protein eL14","rps29","A8E526","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","A0A286YBP4","zgc:113935","Large ribosomal subunit protein eL28","rps29","rpl28","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q5BJA1","zgc:113935","Small ribosomal subunit protein eS17","rps29","-","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q9I9N0","zgc:113935","dap1b","rps29","Q9I9N0","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","O42248","zgc:113935","gnb2l1","rps29","gnb2l1","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6IQB1","zgc:113935","fj02g05","rps29","Q6IQB1","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6DGL4","zgc:113935","60S ribosomal protein L29","rps29","Q6DGL4","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q7ZV05","zgc:113935","wu:fa91c09","rps29","rps11","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6P3J5","zgc:113935","eef2b","rps29","eef2b","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6Q420","zgc:113935","rps15a","rps29","rps15a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q7SXA1","zgc:113935","rpl26","rps29","Q7SXA1","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q803F6","zgc:113935","rpsa","rps29","rpsa","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6P5M3","zgc:113935","hm:zeh0819","rps29","rps9","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","P62247","zgc:113935","rps8","rps29","rps8","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q4QRJ7","zgc:113935","eif2a","rps29","Q4QRJ7","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PC80","zgc:113935","chunp6933","rps29","rps5","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q1LWH1","zgc:113935","im:6906552","rps29","rps16","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q5BKV9","zgc:113935","ab02c03","rps29","Q5BKV9","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","P61486","zgc:113935","rpl36a","rps29","P61486","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6Q415","zgc:113935","rpl36","rps29","rpl36","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PC14","zgc:113935","rpl23","rps29","rpl23","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q8JGR4","zgc:113935","rpl24","rps29","Q8JGR4","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q7ZV96","zgc:113935","rpl10","rps29","rpl10","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","B3DHM1","zgc:113935","Ubiquitin-like","rps29","B3DHM1","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q642H9","zgc:113935","rps4x","rps29","rps4x","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q3B7P7","zgc:113935","wu:fa91f08","rps29","uba52","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q7T1K0","zgc:113935","zgc:65996","rps29","rpl17","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","B5DDE8","zgc:113935","LOC100000836","rps29","rps8b","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PBI5","zgc:113935","rps25","rps29","rps25","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","F1QG80","zgc:113935","Large ribosomal subunit protein eL22","rps29","F1QG80","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q1LYB7","zgc:113935","Large ribosomal subunit protein uL13","rps29","rpl13a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q90Z10","zgc:113935","rpl13","rps29","rpl13","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","F1RA98","zgc:113935","im:7142593","rps29","F1RA98","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","P61487","zgc:113935","rpl36a","rps29","P61487","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q567N5","zgc:113935","wu:fa93h05","rps29","Q567N5","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","B7ZD34","zgc:113935","wu:fa66b02","rps29","rps24","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PBT1","zgc:113935","zgc:73262","rps29","rps27.2","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6NX89","zgc:113935","eif5a","rps29","eif5a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6PC01","zgc:113935","fau","rps29","Q6PC01","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q7SXA3","zgc:113935","zgc:66168","rps29","rps27a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","P61485","zgc:113935","rpl36a","rps29","rpl36a","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q24JV3","zgc:113935","zgc:136896","rps29","rpl31","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q6P0V6","zgc:113935","rpl8","rps29","rpl8","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000060443","physical","txid7955" +"Q6Q419","Q8JGS9","zgc:113935","rps18","rps29","rps18","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000060443","physical","txid7955" +"Q7ZUG6","Q6Q419","fa93d05","zgc:113935","rpl30","rps29","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PC80","fa93d05","chunp6933","rpl30","rps5","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q24JV3","fa93d05","zgc:136896","rpl30","rpl31","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PBW3","fa93d05","fa92e08","rpl30","rps14","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","O42248","fa93d05","gnb2l1","rpl30","gnb2l1","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q8JGR4","fa93d05","rpl24","rpl30","Q8JGR4","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6IMW8","fa93d05","zgc:92371","rpl30","rpl39","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q8JGS9","fa93d05","rps18","rpl30","rps18","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6Q421","fa93d05","wu:fa93f04","rpl30","rps15","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q8AW82","fa93d05","pa2g4","rpl30","pa2g4a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6P5L3","fa93d05","rpl19","rpl30","rpl19","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q0VFW0","fa93d05","zgc:136591","rpl30","Q0VFW0","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q1LWH1","fa93d05","im:6906552","rpl30","rps16","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q9I9N0","fa93d05","dap1b","rpl30","Q9I9N0","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7SXA1","fa93d05","rpl26","rpl30","Q7SXA1","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","P62247","fa93d05","rps8","rpl30","rps8","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6DGM0","fa93d05","zgc:92859","rpl30","rpl35a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6NX89","fa93d05","eif5a","rpl30","eif5a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7ZV05","fa93d05","wu:fa91c09","rpl30","rps11","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6P5M3","fa93d05","hm:zeh0819","rpl30","rps9","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7SXA3","fa93d05","zgc:66168","rpl30","rps27a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","P62084","fa93d05","rps7","rpl30","rps7","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6P6E2","fa93d05","wu:fa91f03","rpl30","Q6P6E2","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6IQB1","fa93d05","fj02g05","rpl30","Q6IQB1","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","A7YY10","fa93d05","60S ribosomal protein L37a","rpl30","A7YY10","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PBI5","fa93d05","rps25","rpl30","rps25","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q567N5","fa93d05","wu:fa93h05","rpl30","Q567N5","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6Q415","fa93d05","rpl36","rpl30","rpl36","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q803F6","fa93d05","rpsa","rpl30","rpsa","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6P0V6","fa93d05","rpl8","rpl30","rpl8","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","F1QG80","fa93d05","Large ribosomal subunit protein eL22","rpl30","F1QG80","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7ZW95","fa93d05","zgc:56659","rpl30","rpl4","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6DGL4","fa93d05","60S ribosomal protein L29","rpl30","Q6DGL4","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","B7ZD34","fa93d05","wu:fa66b02","rpl30","rps24","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6P3J5","fa93d05","eef2b","rpl30","eef2b","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6NWC3","fa93d05","fc94f01","rpl30","rps2","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","P61485","fa93d05","rpl36a","rpl30","rpl36a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6IMW6","fa93d05","fd13f08","rpl30","rps13","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7ZV96","fa93d05","rpl10","rpl30","rpl10","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","P61486","fa93d05","rpl36a","rpl30","P61486","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PBK3","fa93d05","rps28","rpl30","rps28","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q3B7P7","fa93d05","wu:fa91f08","rpl30","uba52","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q24JV1","fa93d05","zgc:136952","rpl30","rpl32","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q5BKV9","fa93d05","ab02c03","rpl30","Q5BKV9","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q642H9","fa93d05","rps4x","rpl30","rps4x","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PC14","fa93d05","rpl23","rpl30","rpl23","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q7T1K0","fa93d05","zgc:65996","rpl30","rpl17","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q90Z10","fa93d05","rpl13","rpl30","rpl13","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","F1QHN6","fa93d05","im:7042025","rpl30","ubc","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q1LYB7","fa93d05","Large ribosomal subunit protein uL13","rpl30","rpl13a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6Q420","fa93d05","rps15a","rpl30","rps15a","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6IQI6","fa93d05","zgc:86748","rpl30","rpl11","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","A8E526","fa93d05","Large ribosomal subunit protein eL14","rpl30","A8E526","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","P61487","fa93d05","rpl36a","rpl30","P61487","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q5BJA1","fa93d05","Small ribosomal subunit protein eS17","rpl30","-","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","A0A286YBP4","fa93d05","Large ribosomal subunit protein eL28","rpl30","rpl28","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000052081","physical","txid7955" +"Q7ZUG6","Q6PC01","fa93d05","fau","rpl30","Q6PC01","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000052081","physical","txid7955" +"Q6Q415","A0A286YBP4","rpl36","Large ribosomal subunit protein eL28","rpl36","rpl28","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000141617","physical","txid7955" +"Q6Q415","A7YY10","rpl36","60S ribosomal protein L37a","rpl36","A7YY10","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000141617","physical","txid7955" +"Q6Q415","Q6DGL4","rpl36","60S ribosomal protein L29","rpl36","Q6DGL4","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000141617","physical","txid7955" +"Q6Q415","Q6PC01","rpl36","fau","rpl36","Q6PC01","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000141617","physical","txid7955" +"Q6Q415","Q6P5M3","rpl36","hm:zeh0819","rpl36","rps9","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000141617","physical","txid7955" +"Q6Q415","Q9I9N0","rpl36","dap1b","rpl36","Q9I9N0","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000141617","physical","txid7955" +"Q6P0V6","Q24JV3","rpl8","zgc:136896","rpl8","rpl31","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q9I9N0","rpl8","dap1b","rpl8","Q9I9N0","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q7SXA3","rpl8","zgc:66168","rpl8","rps27a","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6DGL4","rpl8","60S ribosomal protein L29","rpl8","Q6DGL4","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q7T1K0","rpl8","zgc:65996","rpl8","rpl17","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6P5M3","rpl8","hm:zeh0819","rpl8","rps9","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q5BJA1","rpl8","Small ribosomal subunit protein eS17","rpl8","-","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q803F6","rpl8","rpsa","rpl8","rpsa","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","A7YY10","rpl8","60S ribosomal protein L37a","rpl8","A7YY10","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6PBK3","rpl8","rps28","rpl8","rps28","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q7SXA1","rpl8","rpl26","rpl8","Q7SXA1","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","A8E526","rpl8","Large ribosomal subunit protein eL14","rpl8","A8E526","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6PBI5","rpl8","rps25","rpl8","rps25","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6DGM0","rpl8","zgc:92859","rpl8","rpl35a","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6PC01","rpl8","fau","rpl8","Q6PC01","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q90Z10","rpl8","rpl13","rpl8","rpl13","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q7ZV96","rpl8","rpl10","rpl8","rpl10","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q5BKV9","rpl8","ab02c03","rpl8","Q5BKV9","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6P3J5","rpl8","eef2b","rpl8","eef2b","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6NWC3","rpl8","fc94f01","rpl8","rps2","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q6Q415","rpl8","rpl36","rpl8","rpl36","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","A0A286YBP4","rpl8","Large ribosomal subunit protein eL28","rpl8","rpl28","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","F1QHN6","rpl8","im:7042025","rpl8","ubc","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q8JGS9","rpl8","rps18","rpl8","rps18","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000115147","physical","txid7955" +"Q6P0V6","Q8JGR4","rpl8","rpl24","rpl8","Q8JGR4","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000115147","physical","txid7955" +"Q1LYB7","P62247","Large ribosomal subunit protein uL13","rps8","rpl13a","rps8","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","P61485","Large ribosomal subunit protein uL13","rpl36a","rpl13a","rpl36a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q642H9","Large ribosomal subunit protein uL13","rps4x","rpl13a","rps4x","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6PBI5","Large ribosomal subunit protein uL13","rps25","rpl13a","rps25","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","P61487","Large ribosomal subunit protein uL13","rpl36a","rpl13a","P61487","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","F1QHN6","Large ribosomal subunit protein uL13","im:7042025","rpl13a","ubc","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","P61486","Large ribosomal subunit protein uL13","rpl36a","rpl13a","P61486","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6PC14","Large ribosomal subunit protein uL13","rpl23","rpl13a","rpl23","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q5BKV9","Large ribosomal subunit protein uL13","ab02c03","rpl13a","Q5BKV9","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","A8E526","Large ribosomal subunit protein uL13","Large ribosomal subunit protein eL14","rpl13a","A8E526","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6PC01","Large ribosomal subunit protein uL13","fau","rpl13a","Q6PC01","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6PBK3","Large ribosomal subunit protein uL13","rps28","rpl13a","rps28","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q567N5","Large ribosomal subunit protein uL13","wu:fa93h05","rpl13a","Q567N5","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q7ZV96","Large ribosomal subunit protein uL13","rpl10","rpl13a","rpl10","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6P0V6","Large ribosomal subunit protein uL13","rpl8","rpl13a","rpl8","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","A0A286YBP4","Large ribosomal subunit protein uL13","Large ribosomal subunit protein eL28","rpl13a","rpl28","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q8JGS9","Large ribosomal subunit protein uL13","rps18","rpl13a","rps18","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q90Z10","Large ribosomal subunit protein uL13","rpl13","rpl13a","rpl13","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6Q421","Large ribosomal subunit protein uL13","wu:fa93f04","rpl13a","rps15","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q9I9N0","Large ribosomal subunit protein uL13","dap1b","rpl13a","Q9I9N0","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6P3J5","Large ribosomal subunit protein uL13","eef2b","rpl13a","eef2b","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6P6E2","Large ribosomal subunit protein uL13","wu:fa91f03","rpl13a","Q6P6E2","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q7T1K0","Large ribosomal subunit protein uL13","zgc:65996","rpl13a","rpl17","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6Q415","Large ribosomal subunit protein uL13","rpl36","rpl13a","rpl36","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","P62084","Large ribosomal subunit protein uL13","rps7","rpl13a","rps7","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6NWC3","Large ribosomal subunit protein uL13","fc94f01","rpl13a","rps2","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q0VFW0","Large ribosomal subunit protein uL13","zgc:136591","rpl13a","Q0VFW0","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q7ZV05","Large ribosomal subunit protein uL13","wu:fa91c09","rpl13a","rps11","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6IQB1","Large ribosomal subunit protein uL13","fj02g05","rpl13a","Q6IQB1","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q7SXA3","Large ribosomal subunit protein uL13","zgc:66168","rpl13a","rps27a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q7SXA1","Large ribosomal subunit protein uL13","rpl26","rpl13a","Q7SXA1","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","F1QP23","Large ribosomal subunit protein uL13","eprs","rpl13a","eprs1","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","string-db","7955.ENSDARP00000070224/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q8JGR4","Large ribosomal subunit protein uL13","rpl24","rpl13a","Q8JGR4","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","A7YY10","Large ribosomal subunit protein uL13","60S ribosomal protein L37a","rpl13a","A7YY10","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6P5M3","Large ribosomal subunit protein uL13","hm:zeh0819","rpl13a","rps9","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6DGM0","Large ribosomal subunit protein uL13","zgc:92859","rpl13a","rpl35a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6DGL4","Large ribosomal subunit protein uL13","60S ribosomal protein L29","rpl13a","Q6DGL4","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q24JV3","Large ribosomal subunit protein uL13","zgc:136896","rpl13a","rpl31","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6NX89","Large ribosomal subunit protein uL13","eif5a","rpl13a","eif5a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q803F6","Large ribosomal subunit protein uL13","rpsa","rpl13a","rpsa","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","F1QG80","Large ribosomal subunit protein uL13","Large ribosomal subunit protein eL22","rpl13a","F1QG80","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6P5L3","Large ribosomal subunit protein uL13","rpl19","rpl13a","rpl19","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","B7ZD34","Large ribosomal subunit protein uL13","wu:fa66b02","rpl13a","rps24","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q1LWH1","Large ribosomal subunit protein uL13","im:6906552","rpl13a","rps16","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q5BJA1","Large ribosomal subunit protein uL13","Small ribosomal subunit protein eS17","rpl13a","-","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000064738","physical","txid7955" +"Q1LYB7","Q6Q420","Large ribosomal subunit protein uL13","rps15a","rpl13a","rps15a","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000064738","physical","txid7955" +"Q6IMW6","Q5BKV9","fd13f08","ab02c03","rps13","Q5BKV9","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q9I9N0","fd13f08","dap1b","rps13","Q9I9N0","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6P6E2","fd13f08","wu:fa91f03","rps13","Q6P6E2","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6NWC3","fd13f08","fc94f01","rps13","rps2","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","A0A0N4SUD2","fd13f08","Ubi-p63E","rps13","ubb","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q4QRJ7","fd13f08","eif2a","rps13","Q4QRJ7","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","A0A286YBP4","fd13f08","Large ribosomal subunit protein eL28","rps13","rpl28","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PBT1","fd13f08","zgc:73262","rps13","rps27.2","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q8AW82","fd13f08","pa2g4","rps13","pa2g4a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","B3DHM1","fd13f08","Ubiquitin-like","rps13","B3DHM1","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PC80","fd13f08","chunp6933","rps13","rps5","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","P62084","fd13f08","rps7","rps13","rps7","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q1LYB7","fd13f08","Large ribosomal subunit protein uL13","rps13","rpl13a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6Q420","fd13f08","rps15a","rps13","rps15a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6Q421","fd13f08","wu:fa93f04","rps13","rps15","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6DGL4","fd13f08","60S ribosomal protein L29","rps13","Q6DGL4","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6P3J5","fd13f08","eef2b","rps13","eef2b","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","P62247","fd13f08","rps8","rps13","rps8","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q5BJA1","fd13f08","Small ribosomal subunit protein eS17","rps13","-","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","O42248","fd13f08","gnb2l1","rps13","gnb2l1","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","F1QG80","fd13f08","Large ribosomal subunit protein eL22","rps13","F1QG80","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PBK3","fd13f08","rps28","rps13","rps28","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","A8E526","fd13f08","Large ribosomal subunit protein eL14","rps13","A8E526","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PBW3","fd13f08","fa92e08","rps13","rps14","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","A7YY10","fd13f08","60S ribosomal protein L37a","rps13","A7YY10","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q803F6","fd13f08","rpsa","rps13","rpsa","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6Q415","fd13f08","rpl36","rps13","rpl36","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q24JV1","fd13f08","zgc:136952","rps13","rpl32","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7SXA1","fd13f08","rpl26","rps13","Q7SXA1","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6P0V6","fd13f08","rpl8","rps13","rpl8","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q5VSI2","fd13f08","zgc:162401","rps13","mrps11","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6IQB1","fd13f08","fj02g05","rps13","Q6IQB1","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6DGM0","fd13f08","zgc:92859","rps13","rpl35a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6IQI6","fd13f08","zgc:86748","rps13","rpl11","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7ZV96","fd13f08","rpl10","rps13","rpl10","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7ZW95","fd13f08","zgc:56659","rps13","rpl4","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q8JGR4","fd13f08","rpl24","rps13","Q8JGR4","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","P61486","fd13f08","rpl36a","rps13","P61486","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7T1K0","fd13f08","zgc:65996","rps13","rpl17","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q642H9","fd13f08","rps4x","rps13","rps4x","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PC14","fd13f08","rpl23","rps13","rpl23","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","B7ZD34","fd13f08","wu:fa66b02","rps13","rps24","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","P61485","fd13f08","rpl36a","rps13","rpl36a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6NX89","fd13f08","eif5a","rps13","eif5a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","F1RA98","fd13f08","im:7142593","rps13","F1RA98","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PBI5","fd13f08","rps25","rps13","rps25","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7ZV05","fd13f08","wu:fa91c09","rps13","rps11","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q1LWH1","fd13f08","im:6906552","rps13","rps16","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","B5DDE8","fd13f08","LOC100000836","rps13","rps8b","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6P5M3","fd13f08","hm:zeh0819","rps13","rps9","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6IMW8","fd13f08","zgc:92371","rps13","rpl39","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PC01","fd13f08","fau","rps13","Q6PC01","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q90Z10","fd13f08","rpl13","rps13","rpl13","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q567N5","fd13f08","wu:fa93h05","rps13","Q567N5","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q24JV3","fd13f08","zgc:136896","rps13","rpl31","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","P61487","fd13f08","rpl36a","rps13","P61487","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q7SXA3","fd13f08","zgc:66168","rps13","rps27a","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q8JGS9","fd13f08","rps18","rps13","rps18","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6Q419","fd13f08","zgc:113935","rps13","rps29","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6PC90","fd13f08","fa95a02","rps13","rps12","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q6P5L3","fd13f08","rpl19","rps13","rpl19","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000052729","physical","txid7955" +"Q6IMW6","Q3B7P7","fd13f08","wu:fa91f08","rps13","uba52","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000052729","physical","txid7955" +"Q5BKV9","Q6P5M3","ab02c03","hm:zeh0819","Q5BKV9","rps9","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q24JV3","ab02c03","zgc:136896","Q5BKV9","rpl31","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q7SXA1","ab02c03","rpl26","Q5BKV9","Q7SXA1","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6PBI5","ab02c03","rps25","Q5BKV9","rps25","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6DGL4","ab02c03","60S ribosomal protein L29","Q5BKV9","Q6DGL4","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q8JGR4","ab02c03","rpl24","Q5BKV9","Q8JGR4","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q8JGS9","ab02c03","rps18","Q5BKV9","rps18","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q5BJA1","ab02c03","Small ribosomal subunit protein eS17","Q5BKV9","-","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6P3J5","ab02c03","eef2b","Q5BKV9","eef2b","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","A7YY10","ab02c03","60S ribosomal protein L37a","Q5BKV9","A7YY10","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q803F6","ab02c03","rpsa","Q5BKV9","rpsa","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","A8E526","ab02c03","Large ribosomal subunit protein eL14","Q5BKV9","A8E526","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6Q415","ab02c03","rpl36","Q5BKV9","rpl36","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6PC01","ab02c03","fau","Q5BKV9","Q6PC01","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q90Z10","ab02c03","rpl13","Q5BKV9","rpl13","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","A0A286YBP4","ab02c03","Large ribosomal subunit protein eL28","Q5BKV9","rpl28","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q6DGM0","ab02c03","zgc:92859","Q5BKV9","rpl35a","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000121649","physical","txid7955" +"Q5BKV9","Q9I9N0","ab02c03","dap1b","Q5BKV9","Q9I9N0","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000121649","physical","txid7955" +"Q6IQJ7","Q6PC01","zgc:86733","fau","rpl37","Q6PC01","Ribosomal protein L37","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7T1K0","zgc:86733","zgc:65996","rpl37","rpl17","Ribosomal protein L37","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7ZUG6","zgc:86733","fa93d05","rpl37","rpl30","Ribosomal protein L37","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q5BKV9","zgc:86733","ab02c03","rpl37","Q5BKV9","Ribosomal protein L37","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6Q420","zgc:86733","rps15a","rpl37","rps15a","Ribosomal protein L37","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6P5M3","zgc:86733","hm:zeh0819","rpl37","rps9","Ribosomal protein L37","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","A7YY10","zgc:86733","60S ribosomal protein L37a","rpl37","A7YY10","Ribosomal protein L37","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q8JGS9","zgc:86733","rps18","rpl37","rps18","Ribosomal protein L37","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PBK3","zgc:86733","rps28","rpl37","rps28","Ribosomal protein L37","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","B7ZD34","zgc:86733","wu:fa66b02","rpl37","rps24","Ribosomal protein L37","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","A8E526","zgc:86733","Large ribosomal subunit protein eL14","rpl37","A8E526","Ribosomal protein L37","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6IMW6","zgc:86733","fd13f08","rpl37","rps13","Ribosomal protein L37","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q567N5","zgc:86733","wu:fa93h05","rpl37","Q567N5","Ribosomal protein L37","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PC80","zgc:86733","chunp6933","rpl37","rps5","Ribosomal protein L37","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PBY1","zgc:86733","rps3a","rpl37","rps3a","Ribosomal protein L37","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6P6E2","zgc:86733","wu:fa91f03","rpl37","Q6P6E2","Ribosomal protein L37","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7ZV96","zgc:86733","rpl10","rpl37","rpl10","Ribosomal protein L37","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7ZW95","zgc:86733","zgc:56659","rpl37","rpl4","Ribosomal protein L37","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6NWC3","zgc:86733","fc94f01","rpl37","rps2","Ribosomal protein L37","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6Q421","zgc:86733","wu:fa93f04","rpl37","rps15","Ribosomal protein L37","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q1LYB7","zgc:86733","Large ribosomal subunit protein uL13","rpl37","rpl13a","Ribosomal protein L37","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","A0A0R4IJ49","zgc:86733","Small ribosomal subunit protein eS19","rpl37","A0A0R4IJ49","Ribosomal protein L37","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","P61487","zgc:86733","rpl36a","rpl37","P61487","Ribosomal protein L37","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q8JGR4","zgc:86733","rpl24","rpl37","Q8JGR4","Ribosomal protein L37","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6Q419","zgc:86733","zgc:113935","rpl37","rps29","Ribosomal protein L37","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PBW3","zgc:86733","fa92e08","rpl37","rps14","Ribosomal protein L37","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q1LWH1","zgc:86733","im:6906552","rpl37","rps16","Ribosomal protein L37","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6P5L3","zgc:86733","rpl19","rpl37","rpl19","Ribosomal protein L37","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","P62247","zgc:86733","rps8","rpl37","rps8","Ribosomal protein L37","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6DGM0","zgc:86733","zgc:92859","rpl37","rpl35a","Ribosomal protein L37","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6IMW8","zgc:86733","zgc:92371","rpl37","rpl39","Ribosomal protein L37","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7ZV05","zgc:86733","wu:fa91c09","rpl37","rps11","Ribosomal protein L37","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","O42248","zgc:86733","gnb2l1","rpl37","gnb2l1","Ribosomal protein L37","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","P62084","zgc:86733","rps7","rpl37","rps7","Ribosomal protein L37","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","A0A286YBP4","zgc:86733","Large ribosomal subunit protein eL28","rpl37","rpl28","Ribosomal protein L37","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6DGL4","zgc:86733","60S ribosomal protein L29","rpl37","Q6DGL4","Ribosomal protein L37","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6IQB1","zgc:86733","fj02g05","rpl37","Q6IQB1","Ribosomal protein L37","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6Q415","zgc:86733","rpl36","rpl37","rpl36","Ribosomal protein L37","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q24JV3","zgc:86733","zgc:136896","rpl37","rpl31","Ribosomal protein L37","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PBI5","zgc:86733","rps25","rpl37","rps25","Ribosomal protein L37","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q3B7P7","zgc:86733","wu:fa91f08","rpl37","uba52","Ribosomal protein L37","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","P61485","zgc:86733","rpl36a","rpl37","rpl36a","Ribosomal protein L37","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6IQI6","zgc:86733","zgc:86748","rpl37","rpl11","Ribosomal protein L37","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7T1J9","zgc:86733","zgc:65936","rpl37","Q7T1J9","Ribosomal protein L37","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q90Z10","zgc:86733","rpl13","rpl37","rpl13","Ribosomal protein L37","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q7SXA1","zgc:86733","rpl26","rpl37","Q7SXA1","Ribosomal protein L37","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6NX89","zgc:86733","eif5a","rpl37","eif5a","Ribosomal protein L37","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q8AW82","zgc:86733","pa2g4","rpl37","pa2g4a","Ribosomal protein L37","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6PC14","zgc:86733","rpl23","rpl37","rpl23","Ribosomal protein L37","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q642H9","zgc:86733","rps4x","rpl37","rps4x","Ribosomal protein L37","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","F1QG80","zgc:86733","Large ribosomal subunit protein eL22","rpl37","F1QG80","Ribosomal protein L37","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q803F6","zgc:86733","rpsa","rpl37","rpsa","Ribosomal protein L37","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6P0V6","zgc:86733","rpl8","rpl37","rpl8","Ribosomal protein L37","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","P61486","zgc:86733","rpl36a","rpl37","P61486","Ribosomal protein L37","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q6P3J5","zgc:86733","eef2b","rpl37","eef2b","Ribosomal protein L37","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q24JV1","zgc:86733","zgc:136952","rpl37","rpl32","Ribosomal protein L37","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q9I9N0","zgc:86733","dap1b","rpl37","Q9I9N0","Ribosomal protein L37","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQJ7","Q5BJA1","zgc:86733","Small ribosomal subunit protein eS17","rpl37","-","Ribosomal protein L37","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000045283","physical","txid7955" +"Q6IQB1","Q5BJA1","fj02g05","Small ribosomal subunit protein eS17","Q6IQB1","-","Ribosomal protein L5","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6PBI5","fj02g05","rps25","Q6IQB1","rps25","Ribosomal protein L5","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","F1QHN6","fj02g05","im:7042025","Q6IQB1","ubc","Ribosomal protein L5","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q5BKV9","fj02g05","ab02c03","Q6IQB1","Q5BKV9","Ribosomal protein L5","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","A0A286YBP4","fj02g05","Large ribosomal subunit protein eL28","Q6IQB1","rpl28","Ribosomal protein L5","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","P62084","fj02g05","rps7","Q6IQB1","rps7","Ribosomal protein L5","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q7SXA1","fj02g05","rpl26","Q6IQB1","Q7SXA1","Ribosomal protein L5","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q7SXA3","fj02g05","zgc:66168","Q6IQB1","rps27a","Ribosomal protein L5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6DGM0","fj02g05","zgc:92859","Q6IQB1","rpl35a","Ribosomal protein L5","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q642H9","fj02g05","rps4x","Q6IQB1","rps4x","Ribosomal protein L5","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q9I9N0","fj02g05","dap1b","Q6IQB1","Q9I9N0","Ribosomal protein L5","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q8JGR4","fj02g05","rpl24","Q6IQB1","Q8JGR4","Ribosomal protein L5","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q8JGS9","fj02g05","rps18","Q6IQB1","rps18","Ribosomal protein L5","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6P5M3","fj02g05","hm:zeh0819","Q6IQB1","rps9","Ribosomal protein L5","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q24JV3","fj02g05","zgc:136896","Q6IQB1","rpl31","Ribosomal protein L5","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6PC01","fj02g05","fau","Q6IQB1","Q6PC01","Ribosomal protein L5","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6P3J5","fj02g05","eef2b","Q6IQB1","eef2b","Ribosomal protein L5","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6DGL4","fj02g05","60S ribosomal protein L29","Q6IQB1","Q6DGL4","Ribosomal protein L5","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q803F6","fj02g05","rpsa","Q6IQB1","rpsa","Ribosomal protein L5","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","A8E526","fj02g05","Large ribosomal subunit protein eL14","Q6IQB1","A8E526","Ribosomal protein L5","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6NWC3","fj02g05","fc94f01","Q6IQB1","rps2","Ribosomal protein L5","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q90Z10","fj02g05","rpl13","Q6IQB1","rpl13","Ribosomal protein L5","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","A7YY10","fj02g05","60S ribosomal protein L37a","Q6IQB1","A7YY10","Ribosomal protein L5","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6PBK3","fj02g05","rps28","Q6IQB1","rps28","Ribosomal protein L5","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6Q420","fj02g05","rps15a","Q6IQB1","rps15a","Ribosomal protein L5","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6Q415","fj02g05","rpl36","Q6IQB1","rpl36","Ribosomal protein L5","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q6P0V6","fj02g05","rpl8","Q6IQB1","rpl8","Ribosomal protein L5","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","P79734","fj02g05","tp53","Q6IQB1","tp53","Ribosomal protein L5","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","F1QG80","fj02g05","Large ribosomal subunit protein eL22","Q6IQB1","F1QG80","Ribosomal protein L5","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q7T1K0","fj02g05","zgc:65996","Q6IQB1","rpl17","Ribosomal protein L5","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000106359","physical","txid7955" +"Q6IQB1","Q7ZV96","fj02g05","rpl10","Q6IQB1","rpl10","Ribosomal protein L5","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000106359","physical","txid7955" +"Q7ZWJ4","Q7ZW95","rpl18a","zgc:56659","rpl18a","rpl4","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q24JV3","rpl18a","zgc:136896","rpl18a","rpl31","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q5BJA1","rpl18a","Small ribosomal subunit protein eS17","rpl18a","-","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PC01","rpl18a","fau","rpl18a","Q6PC01","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6Q419","rpl18a","zgc:113935","rpl18a","rps29","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6P3J5","rpl18a","eef2b","rpl18a","eef2b","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7T1K0","rpl18a","zgc:65996","rpl18a","rpl17","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6Q420","rpl18a","rps15a","rpl18a","rps15a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6DGL4","rpl18a","60S ribosomal protein L29","rpl18a","Q6DGL4","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q90Z10","rpl18a","rpl13","rpl18a","rpl13","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7SXA1","rpl18a","rpl26","rpl18a","Q7SXA1","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6NX89","rpl18a","eif5a","rpl18a","eif5a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q24JV1","rpl18a","zgc:136952","rpl18a","rpl32","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PBJ9","rpl18a","RpP1","rpl18a","Q6PBJ9","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","P61485","rpl18a","rpl36a","rpl18a","rpl36a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7ZV96","rpl18a","rpl10","rpl18a","rpl10","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6IMW6","rpl18a","fd13f08","rpl18a","rps13","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6IQJ7","rpl18a","zgc:86733","rpl18a","rpl37","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","F1QG80","rpl18a","Large ribosomal subunit protein eL22","rpl18a","F1QG80","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","P61487","rpl18a","rpl36a","rpl18a","P61487","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","P61486","rpl18a","rpl36a","rpl18a","P61486","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6Q421","rpl18a","wu:fa93f04","rpl18a","rps15","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q8JGR4","rpl18a","rpl24","rpl18a","Q8JGR4","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q8JGS9","rpl18a","rps18","rpl18a","rps18","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q3B7P7","rpl18a","wu:fa91f08","rpl18a","uba52","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q803F6","rpl18a","rpsa","rpl18a","rpsa","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6NWC3","rpl18a","fc94f01","rpl18a","rps2","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6P0V6","rpl18a","rpl8","rpl18a","rpl8","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q5BKV9","rpl18a","ab02c03","rpl18a","Q5BKV9","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6IMW8","rpl18a","zgc:92371","rpl18a","rpl39","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6IQI6","rpl18a","zgc:86748","rpl18a","rpl11","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","A8E526","rpl18a","Large ribosomal subunit protein eL14","rpl18a","A8E526","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","A0A0R4IJ49","rpl18a","Small ribosomal subunit protein eS19","rpl18a","A0A0R4IJ49","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PBY1","rpl18a","rps3a","rpl18a","rps3a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","A0A286YBP4","rpl18a","Large ribosomal subunit protein eL28","rpl18a","rpl28","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7ZUG6","rpl18a","fa93d05","rpl18a","rpl30","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7T1J9","rpl18a","zgc:65936","rpl18a","Q7T1J9","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","P62084","rpl18a","rps7","rpl18a","rps7","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7SXA3","rpl18a","zgc:66168","rpl18a","rps27a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PBK3","rpl18a","rps28","rpl18a","rps28","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","O42248","rpl18a","gnb2l1","rpl18a","gnb2l1","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PBW3","rpl18a","fa92e08","rpl18a","rps14","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","P62247","rpl18a","rps8","rpl18a","rps8","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6Q415","rpl18a","rpl36","rpl18a","rpl36","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7ZV05","rpl18a","wu:fa91c09","rpl18a","rps11","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6DGL0","rpl18a","zgc:92872","rpl18a","rpl18","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q8AW82","rpl18a","pa2g4","rpl18a","pa2g4a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PC80","rpl18a","chunp6933","rpl18a","rps5","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6DGM0","rpl18a","zgc:92859","rpl18a","rpl35a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q7ZWJ7","rpl18a","rpl34","rpl18a","rpl34","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","A7YY10","rpl18a","60S ribosomal protein L37a","rpl18a","A7YY10","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q1LYB7","rpl18a","Large ribosomal subunit protein uL13","rpl18a","rpl13a","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q1LWH1","rpl18a","im:6906552","rpl18a","rps16","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6P5L3","rpl18a","rpl19","rpl18a","rpl19","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q0VFW0","rpl18a","zgc:136591","rpl18a","Q0VFW0","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6IQB1","rpl18a","fj02g05","rpl18a","Q6IQB1","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PBI5","rpl18a","rps25","rpl18a","rps25","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","F1QHN6","rpl18a","im:7042025","rpl18a","ubc","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q567N5","rpl18a","wu:fa93h05","rpl18a","Q567N5","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6PC14","rpl18a","rpl23","rpl18a","rpl23","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","B7ZD34","rpl18a","wu:fa66b02","rpl18a","rps24","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q9I9N0","rpl18a","dap1b","rpl18a","Q9I9N0","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6P6E2","rpl18a","wu:fa91f03","rpl18a","Q6P6E2","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q642H9","rpl18a","rps4x","rpl18a","rps4x","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000038658","physical","txid7955" +"Q7ZWJ4","Q6P5M3","rpl18a","hm:zeh0819","rpl18a","rps9","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000038658","physical","txid7955" +"Q7SXA1","A7YY10","rpl26","60S ribosomal protein L37a","Q7SXA1","A7YY10","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q9I9N0","rpl26","dap1b","Q7SXA1","Q9I9N0","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q90Z10","rpl26","rpl13","Q7SXA1","rpl13","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q6P3J5","rpl26","eef2b","Q7SXA1","eef2b","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q6Q415","rpl26","rpl36","Q7SXA1","rpl36","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","A0A286YBP4","rpl26","Large ribosomal subunit protein eL28","Q7SXA1","rpl28","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q6DGL4","rpl26","60S ribosomal protein L29","Q7SXA1","Q6DGL4","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q8JGR4","rpl26","rpl24","Q7SXA1","Q8JGR4","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","A8E526","rpl26","Large ribosomal subunit protein eL14","Q7SXA1","A8E526","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","F1QHN6","rpl26","im:7042025","Q7SXA1","ubc","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q6P5M3","rpl26","hm:zeh0819","Q7SXA1","rps9","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q6PC01","rpl26","fau","Q7SXA1","Q6PC01","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000130503","physical","txid7955" +"Q7SXA1","Q8JGS9","rpl26","rps18","Q7SXA1","rps18","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000130503","physical","txid7955" +"Q6Q421","Q6PBK3","wu:fa93f04","rps28","rps15","rps28","40S ribosomal protein S15","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6PC01","wu:fa93f04","fau","rps15","Q6PC01","40S ribosomal protein S15","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q8JGS9","wu:fa93f04","rps18","rps15","rps18","40S ribosomal protein S15","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","A0A0N4SUD2","wu:fa93f04","Ubi-p63E","rps15","ubb","40S ribosomal protein S15","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6DGL4","wu:fa93f04","60S ribosomal protein L29","rps15","Q6DGL4","40S ribosomal protein S15","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6PBI5","wu:fa93f04","rps25","rps15","rps25","40S ribosomal protein S15","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q7SXA1","wu:fa93f04","rpl26","rps15","Q7SXA1","40S ribosomal protein S15","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6NX89","wu:fa93f04","eif5a","rps15","eif5a","40S ribosomal protein S15","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6Q420","wu:fa93f04","rps15a","rps15","rps15a","40S ribosomal protein S15","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q803F6","wu:fa93f04","rpsa","rps15","rpsa","40S ribosomal protein S15","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q7SXA3","wu:fa93f04","zgc:66168","rps15","rps27a","40S ribosomal protein S15","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","P62084","wu:fa93f04","rps7","rps15","rps7","40S ribosomal protein S15","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6IQB1","wu:fa93f04","fj02g05","rps15","Q6IQB1","40S ribosomal protein S15","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6P5L3","wu:fa93f04","rpl19","rps15","rpl19","40S ribosomal protein S15","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q5BKV9","wu:fa93f04","ab02c03","rps15","Q5BKV9","40S ribosomal protein S15","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q24JV3","wu:fa93f04","zgc:136896","rps15","rpl31","40S ribosomal protein S15","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6DGM0","wu:fa93f04","zgc:92859","rps15","rpl35a","40S ribosomal protein S15","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q90Z10","wu:fa93f04","rpl13","rps15","rpl13","40S ribosomal protein S15","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q5BJA1","wu:fa93f04","Small ribosomal subunit protein eS17","rps15","-","40S ribosomal protein S15","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q9I9N0","wu:fa93f04","dap1b","rps15","Q9I9N0","40S ribosomal protein S15","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q7T1K0","wu:fa93f04","zgc:65996","rps15","rpl17","40S ribosomal protein S15","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6P3J5","wu:fa93f04","eef2b","rps15","eef2b","40S ribosomal protein S15","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q8JGR4","wu:fa93f04","rpl24","rps15","Q8JGR4","40S ribosomal protein S15","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q5VSI2","wu:fa93f04","zgc:162401","rps15","mrps11","40S ribosomal protein S15","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q642H9","wu:fa93f04","rps4x","rps15","rps4x","40S ribosomal protein S15","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6P5M3","wu:fa93f04","hm:zeh0819","rps15","rps9","40S ribosomal protein S15","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","B3DHM1","wu:fa93f04","Ubiquitin-like","rps15","B3DHM1","40S ribosomal protein S15","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q4QRJ7","wu:fa93f04","eif2a","rps15","Q4QRJ7","40S ribosomal protein S15","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","A7YY10","wu:fa93f04","60S ribosomal protein L37a","rps15","A7YY10","40S ribosomal protein S15","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","A8E526","wu:fa93f04","Large ribosomal subunit protein eL14","rps15","A8E526","40S ribosomal protein S15","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","F1QG80","wu:fa93f04","Large ribosomal subunit protein eL22","rps15","F1QG80","40S ribosomal protein S15","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q7ZV96","wu:fa93f04","rpl10","rps15","rpl10","40S ribosomal protein S15","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6P6E2","wu:fa93f04","wu:fa91f03","rps15","Q6P6E2","40S ribosomal protein S15","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6Q415","wu:fa93f04","rpl36","rps15","rpl36","40S ribosomal protein S15","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6P0V6","wu:fa93f04","rpl8","rps15","rpl8","40S ribosomal protein S15","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","A0A286YBP4","wu:fa93f04","Large ribosomal subunit protein eL28","rps15","rpl28","40S ribosomal protein S15","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000095139","physical","txid7955" +"Q6Q421","Q6NWC3","wu:fa93f04","fc94f01","rps15","rps2","40S ribosomal protein S15","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000095139","physical","txid7955" +"O42248","Q6PC14","gnb2l1","rpl23","gnb2l1","rpl23","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6P5L3","gnb2l1","rpl19","gnb2l1","rpl19","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000061000","physical","txid7955" +"O42248","P62084","gnb2l1","rps7","gnb2l1","rps7","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6P5M3","gnb2l1","hm:zeh0819","gnb2l1","rps9","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000061000","physical","txid7955" +"O42248","P61486","gnb2l1","rpl36a","gnb2l1","P61486","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000061000","physical","txid7955" +"O42248","P61485","gnb2l1","rpl36a","gnb2l1","rpl36a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000061000","physical","txid7955" +"O42248","A0A8M1NIE6","gnb2l1","ikk2","gnb2l1","A0A8M1NIE6","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000061000","physical","txid7955" +"O42248","P61487","gnb2l1","rpl36a","gnb2l1","P61487","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q7ZV05","gnb2l1","wu:fa91c09","gnb2l1","rps11","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q642H9","gnb2l1","rps4x","gnb2l1","rps4x","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6DGM0","gnb2l1","zgc:92859","gnb2l1","rpl35a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000061000","physical","txid7955" +"O42248","P62247","gnb2l1","rps8","gnb2l1","rps8","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000061000","physical","txid7955" +"O42248","E7FBR1","gnb2l1","sphingomyelin phosphodiesterase","gnb2l1","smpd2b","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000069090/7955.ENSDARP00000061000","physical","txid7955" +"O42248","F1QGX0","gnb2l1","Integrin beta","gnb2l1","itgb6","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6PC80","gnb2l1","chunp6933","gnb2l1","rps5","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q9I9N0","gnb2l1","dap1b","gnb2l1","Q9I9N0","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q1LWH1","gnb2l1","im:6906552","gnb2l1","rps16","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6IQB1","gnb2l1","fj02g05","gnb2l1","Q6IQB1","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q7ZV96","gnb2l1","rpl10","gnb2l1","rpl10","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6DGL4","gnb2l1","60S ribosomal protein L29","gnb2l1","Q6DGL4","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q0PKX8","gnb2l1","dl3","gnb2l1","Q0PKX8","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6NWC3","gnb2l1","fc94f01","gnb2l1","rps2","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000061000","physical","txid7955" +"O42248","E7FCN5","gnb2l1","Integrin beta","gnb2l1","E7FCN5","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6Q415","gnb2l1","rpl36","gnb2l1","rpl36","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q1LYB7","gnb2l1","Large ribosomal subunit protein uL13","gnb2l1","rpl13a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000061000","physical","txid7955" +"O42248","A7YY10","gnb2l1","60S ribosomal protein L37a","gnb2l1","A7YY10","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000061000","physical","txid7955" +"O42248","F1QG80","gnb2l1","Large ribosomal subunit protein eL22","gnb2l1","F1QG80","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000061000","physical","txid7955" +"O42248","B3DIV2","gnb2l1","itgb1","gnb2l1","B3DIV2","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q8JGR4","gnb2l1","rpl24","gnb2l1","Q8JGR4","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q803F6","gnb2l1","rpsa","gnb2l1","rpsa","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6IQI6","gnb2l1","zgc:86748","gnb2l1","rpl11","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6PBI5","gnb2l1","rps25","gnb2l1","rps25","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q567N5","gnb2l1","wu:fa93h05","gnb2l1","Q567N5","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000061000","physical","txid7955" +"O42248","E7F3U1","gnb2l1","TNF superfamily member 11","gnb2l1","tnfsf11","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q7T1K0","gnb2l1","zgc:65996","gnb2l1","rpl17","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000061000","physical","txid7955" +"O42248","A0A286YBP4","gnb2l1","Large ribosomal subunit protein eL28","gnb2l1","rpl28","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6PBK3","gnb2l1","rps28","gnb2l1","rps28","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q7SXA1","gnb2l1","rpl26","gnb2l1","Q7SXA1","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6Q420","gnb2l1","rps15a","gnb2l1","rps15a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000061000","physical","txid7955" +"O42248","B7ZD34","gnb2l1","wu:fa66b02","gnb2l1","rps24","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000061000","physical","txid7955" +"O42248","A8E526","gnb2l1","Large ribosomal subunit protein eL14","gnb2l1","A8E526","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q24JV3","gnb2l1","zgc:136896","gnb2l1","rpl31","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6NX89","gnb2l1","eif5a","gnb2l1","eif5a","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q90Z10","gnb2l1","rpl13","gnb2l1","rpl13","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q5BKV9","gnb2l1","ab02c03","gnb2l1","Q5BKV9","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q5BJA1","gnb2l1","Small ribosomal subunit protein eS17","gnb2l1","-","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000061000","physical","txid7955" +"O42248","F1QZ06","gnb2l1","Neutral sphingomyelinase","gnb2l1","nsmaf","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","string-db","7955.ENSDARP00000068125/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6P6E2","gnb2l1","wu:fa91f03","gnb2l1","Q6P6E2","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000061000","physical","txid7955" +"O42248","B1B5D9","gnb2l1","nSMase2","gnb2l1","smpd3","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6P3J5","gnb2l1","eef2b","gnb2l1","eef2b","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q8JGS9","gnb2l1","rps18","gnb2l1","rps18","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6Q421","gnb2l1","wu:fa93f04","gnb2l1","rps15","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6P0V6","gnb2l1","rpl8","gnb2l1","rpl8","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6DHG9","gnb2l1","tnfsf10l2","gnb2l1","tnfsf10","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000061000","physical","txid7955" +"O42248","Q6PC01","gnb2l1","fau","gnb2l1","Q6PC01","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000061000","physical","txid7955" +"P62247","Q90Z10","rps8","rpl13","rps8","rpl13","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000072874","physical","txid7955" +"P62247","B7ZD34","rps8","wu:fa66b02","rps8","rps24","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q7T1K0","rps8","zgc:65996","rps8","rpl17","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q5BKV9","rps8","ab02c03","rps8","Q5BKV9","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000072874","physical","txid7955" +"P62247","P61485","rps8","rpl36a","rps8","rpl36a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q24JV3","rps8","zgc:136896","rps8","rpl31","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6Q421","rps8","wu:fa93f04","rps8","rps15","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q803F6","rps8","rpsa","rps8","rpsa","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6PBI5","rps8","rps25","rps8","rps25","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q567N5","rps8","wu:fa93h05","rps8","Q567N5","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6P5L3","rps8","rpl19","rps8","rpl19","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6PC01","rps8","fau","rps8","Q6PC01","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6P3J5","rps8","eef2b","rps8","eef2b","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000072874","physical","txid7955" +"P62247","A0A0N4SUD2","rps8","Ubi-p63E","rps8","ubb","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q642H9","rps8","rps4x","rps8","rps4x","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q7SXA1","rps8","rpl26","rps8","Q7SXA1","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000072874","physical","txid7955" +"P62247","P61486","rps8","rpl36a","rps8","P61486","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q7SXA3","rps8","zgc:66168","rps8","rps27a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000072874","physical","txid7955" +"P62247","B3DHM1","rps8","Ubiquitin-like","rps8","B3DHM1","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6DGL4","rps8","60S ribosomal protein L29","rps8","Q6DGL4","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q7ZV96","rps8","rpl10","rps8","rpl10","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q5VSI2","rps8","zgc:162401","rps8","mrps11","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000072874","physical","txid7955" +"P62247","F1QG80","rps8","Large ribosomal subunit protein eL22","rps8","F1QG80","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000072874","physical","txid7955" +"P62247","P61487","rps8","rpl36a","rps8","P61487","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000072874","physical","txid7955" +"P62247","B5DDE8","rps8","LOC100000836","rps8","rps8b","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6IQB1","rps8","fj02g05","rps8","Q6IQB1","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q5BJA1","rps8","Small ribosomal subunit protein eS17","rps8","-","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6PBK3","rps8","rps28","rps8","rps28","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q8JGR4","rps8","rpl24","rps8","Q8JGR4","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000072874","physical","txid7955" +"P62247","A8E526","rps8","Large ribosomal subunit protein eL14","rps8","A8E526","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6NX89","rps8","eif5a","rps8","eif5a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6Q420","rps8","rps15a","rps8","rps15a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q4QRJ7","rps8","eif2a","rps8","Q4QRJ7","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000072874","physical","txid7955" +"P62247","A0A286YBP4","rps8","Large ribosomal subunit protein eL28","rps8","rpl28","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6Q415","rps8","rpl36","rps8","rpl36","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6P5M3","rps8","hm:zeh0819","rps8","rps9","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6DGM0","rps8","zgc:92859","rps8","rpl35a","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6P0V6","rps8","rpl8","rps8","rpl8","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000072874","physical","txid7955" +"P62247","A7YY10","rps8","60S ribosomal protein L37a","rps8","A7YY10","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6P6E2","rps8","wu:fa91f03","rps8","Q6P6E2","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q6NWC3","rps8","fc94f01","rps8","rps2","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q9I9N0","rps8","dap1b","rps8","Q9I9N0","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000072874","physical","txid7955" +"P62247","Q8JGS9","rps8","rps18","rps8","rps18","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000072874","physical","txid7955" +"P62247","P62084","rps8","rps7","rps8","rps7","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000072874","physical","txid7955" +"Q6PBW3","P61487","fa92e08","rpl36a","rps14","P61487","Ribosomal protein S14","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q803F6","fa92e08","rpsa","rps14","rpsa","Ribosomal protein S14","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6P6E2","fa92e08","wu:fa91f03","rps14","Q6P6E2","Ribosomal protein S14","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q4VBT2","fa92e08","noc4l","rps14","Q4VBT2","Ribosomal protein S14","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q24JV1","fa92e08","zgc:136952","rps14","rpl32","Ribosomal protein S14","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","B8JLP0","fa92e08","im:7151586","rps14","dhx37","Ribosomal protein S14","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6DGL4","fa92e08","60S ribosomal protein L29","rps14","Q6DGL4","Ribosomal protein S14","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6Q420","fa92e08","rps15a","rps14","rps15a","Ribosomal protein S14","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q5BJA1","fa92e08","Small ribosomal subunit protein eS17","rps14","-","Ribosomal protein S14","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","O42248","fa92e08","gnb2l1","rps14","gnb2l1","Ribosomal protein S14","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q4QRJ7","fa92e08","eif2a","rps14","Q4QRJ7","Ribosomal protein S14","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","P62247","fa92e08","rps8","rps14","rps8","Ribosomal protein S14","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q5VSI2","fa92e08","zgc:162401","rps14","mrps11","Ribosomal protein S14","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6P3J5","fa92e08","eef2b","rps14","eef2b","Ribosomal protein S14","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PBK3","fa92e08","rps28","rps14","rps28","Ribosomal protein S14","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6NWC3","fa92e08","fc94f01","rps14","rps2","Ribosomal protein S14","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A8E526","fa92e08","Large ribosomal subunit protein eL14","rps14","A8E526","Ribosomal protein S14","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A0A286YBP4","fa92e08","Large ribosomal subunit protein eL28","rps14","rpl28","Ribosomal protein S14","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6IQI6","fa92e08","zgc:86748","rps14","rpl11","Ribosomal protein S14","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PBI5","fa92e08","rps25","rps14","rps25","Ribosomal protein S14","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6P5L3","fa92e08","rpl19","rps14","rpl19","Ribosomal protein S14","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","B3DHM1","fa92e08","Ubiquitin-like","rps14","B3DHM1","Ribosomal protein S14","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A0A0R4IQW7","fa92e08","Small subunit processome component 20 homolog","rps14","utp20","Ribosomal protein S14","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","B5DDE8","fa92e08","LOC100000836","rps14","rps8b","Ribosomal protein S14","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q8AW82","fa92e08","pa2g4","rps14","pa2g4a","Ribosomal protein S14","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A0A0R4IJV5","fa92e08","ATP-dependent RNA helicase","rps14","ddx52","Ribosomal protein S14","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","P61485","fa92e08","rpl36a","rps14","rpl36a","Ribosomal protein S14","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","P61486","fa92e08","rpl36a","rps14","P61486","Ribosomal protein S14","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6P5M3","fa92e08","hm:zeh0819","rps14","rps9","Ribosomal protein S14","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A0A0N4SUD2","fa92e08","Ubi-p63E","rps14","ubb","Ribosomal protein S14","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6Q415","fa92e08","rpl36","rps14","rpl36","Ribosomal protein S14","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PC14","fa92e08","rpl23","rps14","rpl23","Ribosomal protein S14","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q642H9","fa92e08","rps4x","rps14","rps4x","Ribosomal protein S14","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7T1K0","fa92e08","zgc:65996","rps14","rpl17","Ribosomal protein S14","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6P0V6","fa92e08","rpl8","rps14","rpl8","Ribosomal protein S14","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","F1QG80","fa92e08","Large ribosomal subunit protein eL22","rps14","F1QG80","Ribosomal protein S14","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","B7ZD34","fa92e08","wu:fa66b02","rps14","rps24","Ribosomal protein S14","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6NX89","fa92e08","eif5a","rps14","eif5a","Ribosomal protein S14","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6IQB1","fa92e08","fj02g05","rps14","Q6IQB1","Ribosomal protein S14","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q1LWH1","fa92e08","im:6906552","rps14","rps16","Ribosomal protein S14","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PC01","fa92e08","fau","rps14","Q6PC01","Ribosomal protein S14","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7ZW95","fa92e08","zgc:56659","rps14","rpl4","Ribosomal protein S14","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PBT1","fa92e08","zgc:73262","rps14","rps27.2","Ribosomal protein S14","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q568H9","fa92e08","zgc:110288","rps14","fcf1","Ribosomal protein S14","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q24JV3","fa92e08","zgc:136896","rps14","rpl31","Ribosomal protein S14","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q8JGS9","fa92e08","rps18","rps14","rps18","Ribosomal protein S14","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","F1RA98","fa92e08","im:7142593","rps14","F1RA98","Ribosomal protein S14","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q9I9N0","fa92e08","dap1b","rps14","Q9I9N0","Ribosomal protein S14","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q8JGR4","fa92e08","rpl24","rps14","Q8JGR4","Ribosomal protein S14","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q90Z10","fa92e08","rpl13","rps14","rpl13","Ribosomal protein S14","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PC90","fa92e08","fa95a02","rps14","rps12","Ribosomal protein S14","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q66I02","fa92e08","zgc:92127","rps14","Q66I02","Ribosomal protein S14","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7SXA1","fa92e08","rpl26","rps14","Q7SXA1","Ribosomal protein S14","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6PC80","fa92e08","chunp6933","rps14","rps5","Ribosomal protein S14","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6Q419","fa92e08","zgc:113935","rps14","rps29","Ribosomal protein S14","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q567N5","fa92e08","wu:fa93h05","rps14","Q567N5","Ribosomal protein S14","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6DGM0","fa92e08","zgc:92859","rps14","rpl35a","Ribosomal protein S14","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q6Q421","fa92e08","wu:fa93f04","rps14","rps15","Ribosomal protein S14","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","P62084","fa92e08","rps7","rps14","rps7","Ribosomal protein S14","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7ZV05","fa92e08","wu:fa91c09","rps14","rps11","Ribosomal protein S14","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","O42354","fa92e08","mdm2","rps14","O42354","Ribosomal protein S14","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7ZV96","fa92e08","rpl10","rps14","rpl10","Ribosomal protein S14","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","A7YY10","fa92e08","60S ribosomal protein L37a","rps14","A7YY10","Ribosomal protein S14","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q7SXA3","fa92e08","zgc:66168","rps14","rps27a","Ribosomal protein S14","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q5BKV9","fa92e08","ab02c03","rps14","Q5BKV9","Ribosomal protein S14","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q3B7P7","fa92e08","wu:fa91f08","rps14","uba52","Ribosomal protein S14","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000053207","physical","txid7955" +"Q6PBW3","Q1LYB7","fa92e08","Large ribosomal subunit protein uL13","rps14","rpl13a","Ribosomal protein S14","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000053207","physical","txid7955" +"Q6DHS3","Q3B7P7","wu:fa92b05","wu:fa91f08","rpl15","uba52","Ribosomal protein L15","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6DGM0","wu:fa92b05","zgc:92859","rpl15","rpl35a","Ribosomal protein L15","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6DGL0","wu:fa92b05","zgc:92872","rpl15","rpl18","Ribosomal protein L15","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6P5L3","wu:fa92b05","rpl19","rpl15","rpl19","Ribosomal protein L15","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q8AW82","wu:fa92b05","pa2g4","rpl15","pa2g4a","Ribosomal protein L15","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PC80","wu:fa92b05","chunp6933","rpl15","rps5","Ribosomal protein L15","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZWJ7","wu:fa92b05","rpl34","rpl15","rpl34","Ribosomal protein L15","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PBW3","wu:fa92b05","fa92e08","rpl15","rps14","Ribosomal protein L15","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q1LWH1","wu:fa92b05","im:6906552","rpl15","rps16","Ribosomal protein L15","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6P5M3","wu:fa92b05","hm:zeh0819","rpl15","rps9","Ribosomal protein L15","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q9I9N0","wu:fa92b05","dap1b","rpl15","Q9I9N0","Ribosomal protein L15","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZV05","wu:fa92b05","wu:fa91c09","rpl15","rps11","Ribosomal protein L15","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q0VFW0","wu:fa92b05","zgc:136591","rpl15","Q0VFW0","Ribosomal protein L15","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q803F6","wu:fa92b05","rpsa","rpl15","rpsa","Ribosomal protein L15","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PBK3","wu:fa92b05","rps28","rpl15","rps28","Ribosomal protein L15","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","F1QHN6","wu:fa92b05","im:7042025","rpl15","ubc","Ribosomal protein L15","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PBI5","wu:fa92b05","rps25","rpl15","rps25","Ribosomal protein L15","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q90Z10","wu:fa92b05","rpl13","rpl15","rpl13","Ribosomal protein L15","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","A7YY10","wu:fa92b05","60S ribosomal protein L37a","rpl15","A7YY10","Ribosomal protein L15","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q1LYB7","wu:fa92b05","Large ribosomal subunit protein uL13","rpl15","rpl13a","Ribosomal protein L15","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q8JGS9","wu:fa92b05","rps18","rpl15","rps18","Ribosomal protein L15","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q5BKV9","wu:fa92b05","ab02c03","rpl15","Q5BKV9","Ribosomal protein L15","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q8JGR4","wu:fa92b05","rpl24","rpl15","Q8JGR4","Ribosomal protein L15","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","A0A286YBP4","wu:fa92b05","Large ribosomal subunit protein eL28","rpl15","rpl28","Ribosomal protein L15","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q24JV3","wu:fa92b05","zgc:136896","rpl15","rpl31","Ribosomal protein L15","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","F1QG80","wu:fa92b05","Large ribosomal subunit protein eL22","rpl15","F1QG80","Ribosomal protein L15","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6Q420","wu:fa92b05","rps15a","rpl15","rps15a","Ribosomal protein L15","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PC01","wu:fa92b05","fau","rpl15","Q6PC01","Ribosomal protein L15","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6IQJ7","wu:fa92b05","zgc:86733","rpl15","rpl37","Ribosomal protein L15","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6P0V6","wu:fa92b05","rpl8","rpl15","rpl8","Ribosomal protein L15","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7T1J9","wu:fa92b05","zgc:65936","rpl15","Q7T1J9","Ribosomal protein L15","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6Q421","wu:fa92b05","wu:fa93f04","rpl15","rps15","Ribosomal protein L15","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6P3J5","wu:fa92b05","eef2b","rpl15","eef2b","Ribosomal protein L15","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7T1K0","wu:fa92b05","zgc:65996","rpl15","rpl17","Ribosomal protein L15","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","O42248","wu:fa92b05","gnb2l1","rpl15","gnb2l1","Ribosomal protein L15","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q24JV1","wu:fa92b05","zgc:136952","rpl15","rpl32","Ribosomal protein L15","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6P6E2","wu:fa92b05","wu:fa91f03","rpl15","Q6P6E2","Ribosomal protein L15","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6IQI6","wu:fa92b05","zgc:86748","rpl15","rpl11","Ribosomal protein L15","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","A0A0R4IJ49","wu:fa92b05","Small ribosomal subunit protein eS19","rpl15","A0A0R4IJ49","Ribosomal protein L15","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6NWC3","wu:fa92b05","fc94f01","rpl15","rps2","Ribosomal protein L15","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZWJ4","wu:fa92b05","rpl18a","rpl15","rpl18a","Ribosomal protein L15","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7SXA1","wu:fa92b05","rpl26","rpl15","Q7SXA1","Ribosomal protein L15","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZV96","wu:fa92b05","rpl10","rpl15","rpl10","Ribosomal protein L15","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PBY1","wu:fa92b05","rps3a","rpl15","rps3a","Ribosomal protein L15","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZUG6","wu:fa92b05","fa93d05","rpl15","rpl30","Ribosomal protein L15","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7ZW95","wu:fa92b05","zgc:56659","rpl15","rpl4","Ribosomal protein L15","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6NX89","wu:fa92b05","eif5a","rpl15","eif5a","Ribosomal protein L15","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q567N5","wu:fa92b05","wu:fa93h05","rpl15","Q567N5","Ribosomal protein L15","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","P61487","wu:fa92b05","rpl36a","rpl15","P61487","Ribosomal protein L15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","A8E526","wu:fa92b05","Large ribosomal subunit protein eL14","rpl15","A8E526","Ribosomal protein L15","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6PC14","wu:fa92b05","rpl23","rpl15","rpl23","Ribosomal protein L15","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","P62247","wu:fa92b05","rps8","rpl15","rps8","Ribosomal protein L15","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","B7ZD34","wu:fa92b05","wu:fa66b02","rpl15","rps24","Ribosomal protein L15","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","P61485","wu:fa92b05","rpl36a","rpl15","rpl36a","Ribosomal protein L15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6Q415","wu:fa92b05","rpl36","rpl15","rpl36","Ribosomal protein L15","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6IMW6","wu:fa92b05","fd13f08","rpl15","rps13","Ribosomal protein L15","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6DGL4","wu:fa92b05","60S ribosomal protein L29","rpl15","Q6DGL4","Ribosomal protein L15","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6IMW8","wu:fa92b05","zgc:92371","rpl15","rpl39","Ribosomal protein L15","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6Q419","wu:fa92b05","zgc:113935","rpl15","rps29","Ribosomal protein L15","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q642H9","wu:fa92b05","rps4x","rpl15","rps4x","Ribosomal protein L15","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q6IQB1","wu:fa92b05","fj02g05","rpl15","Q6IQB1","Ribosomal protein L15","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q7SXA3","wu:fa92b05","zgc:66168","rpl15","rps27a","Ribosomal protein L15","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","Q5BJA1","wu:fa92b05","Small ribosomal subunit protein eS17","rpl15","-","Ribosomal protein L15","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","P61486","wu:fa92b05","rpl36a","rpl15","P61486","Ribosomal protein L15","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000037569","physical","txid7955" +"Q6DHS3","P62084","wu:fa92b05","rps7","rpl15","rps7","Ribosomal protein L15","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000037569","physical","txid7955" +"Q0VFW0","Q6Q415","zgc:136591","rpl36","Q0VFW0","rpl36","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","A8E526","zgc:136591","Large ribosomal subunit protein eL14","Q0VFW0","A8E526","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q7SXA3","zgc:136591","zgc:66168","Q0VFW0","rps27a","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","A0A286YBP4","zgc:136591","Large ribosomal subunit protein eL28","Q0VFW0","rpl28","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q567N5","zgc:136591","wu:fa93h05","Q0VFW0","Q567N5","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q6DGM0","zgc:136591","zgc:92859","Q0VFW0","rpl35a","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q90Z10","zgc:136591","rpl13","Q0VFW0","rpl13","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","P61486","zgc:136591","rpl36a","Q0VFW0","P61486","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q6P5L3","zgc:136591","rpl19","Q0VFW0","rpl19","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","F1QG80","zgc:136591","Large ribosomal subunit protein eL22","Q0VFW0","F1QG80","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q7T1K0","zgc:136591","zgc:65996","Q0VFW0","rpl17","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q7ZV96","zgc:136591","rpl10","Q0VFW0","rpl10","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q6IQB1","zgc:136591","fj02g05","Q0VFW0","Q6IQB1","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","P61485","zgc:136591","rpl36a","Q0VFW0","rpl36a","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","F1QHN6","zgc:136591","im:7042025","Q0VFW0","ubc","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","P61487","zgc:136591","rpl36a","Q0VFW0","P61487","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q8JGR4","zgc:136591","rpl24","Q0VFW0","Q8JGR4","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q6DGL4","zgc:136591","60S ribosomal protein L29","Q0VFW0","Q6DGL4","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q7SXA1","zgc:136591","rpl26","Q0VFW0","Q7SXA1","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q24JV3","zgc:136591","zgc:136896","Q0VFW0","rpl31","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000074434","physical","txid7955" +"Q0VFW0","Q6P0V6","zgc:136591","rpl8","Q0VFW0","rpl8","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000074434","physical","txid7955" +"Q6DGM0","A0A286YBP4","zgc:92859","Large ribosomal subunit protein eL28","rpl35a","rpl28","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q8JGS9","zgc:92859","rps18","rpl35a","rps18","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q8JGR4","zgc:92859","rpl24","rpl35a","Q8JGR4","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q7SXA1","zgc:92859","rpl26","rpl35a","Q7SXA1","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q5BJA1","zgc:92859","Small ribosomal subunit protein eS17","rpl35a","-","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q6PC01","zgc:92859","fau","rpl35a","Q6PC01","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q90Z10","zgc:92859","rpl13","rpl35a","rpl13","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q6P3J5","zgc:92859","eef2b","rpl35a","eef2b","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q6DGL4","zgc:92859","60S ribosomal protein L29","rpl35a","Q6DGL4","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","F1QHN6","zgc:92859","im:7042025","rpl35a","ubc","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q6Q415","zgc:92859","rpl36","rpl35a","rpl36","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","A7YY10","zgc:92859","60S ribosomal protein L37a","rpl35a","A7YY10","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q6P5M3","zgc:92859","hm:zeh0819","rpl35a","rps9","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q9I9N0","zgc:92859","dap1b","rpl35a","Q9I9N0","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","A8E526","zgc:92859","Large ribosomal subunit protein eL14","rpl35a","A8E526","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000126258","physical","txid7955" +"Q6DGM0","Q7SXA3","zgc:92859","zgc:66168","rpl35a","rps27a","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126258","physical","txid7955" +"Q6P5L3","Q6P5M3","rpl19","hm:zeh0819","rpl19","rps9","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","A8E526","rpl19","Large ribosomal subunit protein eL14","rpl19","A8E526","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","A0A286YBP4","rpl19","Large ribosomal subunit protein eL28","rpl19","rpl28","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q90Z10","rpl19","rpl13","rpl19","rpl13","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6Q415","rpl19","rpl36","rpl19","rpl36","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q803F6","rpl19","rpsa","rpl19","rpsa","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","F1QG80","rpl19","Large ribosomal subunit protein eL22","rpl19","F1QG80","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q7T1K0","rpl19","zgc:65996","rpl19","rpl17","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","A7YY10","rpl19","60S ribosomal protein L37a","rpl19","A7YY10","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q7ZV96","rpl19","rpl10","rpl19","rpl10","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6PBK3","rpl19","rps28","rpl19","rps28","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q5BJA1","rpl19","Small ribosomal subunit protein eS17","rpl19","-","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6P0V6","rpl19","rpl8","rpl19","rpl8","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6P3J5","rpl19","eef2b","rpl19","eef2b","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6P6E2","rpl19","wu:fa91f03","rpl19","Q6P6E2","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6NWC3","rpl19","fc94f01","rpl19","rps2","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6PC01","rpl19","fau","rpl19","Q6PC01","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q7SXA3","rpl19","zgc:66168","rpl19","rps27a","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6DGL4","rpl19","60S ribosomal protein L29","rpl19","Q6DGL4","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6Q420","rpl19","rps15a","rpl19","rps15a","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","P62084","rpl19","rps7","rpl19","rps7","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q642H9","rpl19","rps4x","rpl19","rps4x","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6IQB1","rpl19","fj02g05","rpl19","Q6IQB1","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6DGM0","rpl19","zgc:92859","rpl19","rpl35a","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q5BKV9","rpl19","ab02c03","rpl19","Q5BKV9","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q9I9N0","rpl19","dap1b","rpl19","Q9I9N0","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q6PBI5","rpl19","rps25","rpl19","rps25","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","F1QHN6","rpl19","im:7042025","rpl19","ubc","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q8JGS9","rpl19","rps18","rpl19","rps18","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q8JGR4","rpl19","rpl24","rpl19","Q8JGR4","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q7SXA1","rpl19","rpl26","rpl19","Q7SXA1","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000105649","physical","txid7955" +"Q6P5L3","Q24JV3","rpl19","zgc:136896","rpl19","rpl31","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000105649","physical","txid7955" +"Q6PC80","Q803F6","chunp6933","rpsa","rps5","rpsa","Ribosomal protein S5","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","F1RA98","chunp6933","im:7142593","rps5","F1RA98","Ribosomal protein S5","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q8JGR4","chunp6933","rpl24","rps5","Q8JGR4","Ribosomal protein S5","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q24JV3","chunp6933","zgc:136896","rps5","rpl31","Ribosomal protein S5","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6NX89","chunp6933","eif5a","rps5","eif5a","Ribosomal protein S5","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6Q421","chunp6933","wu:fa93f04","rps5","rps15","Ribosomal protein S5","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q8JGS9","chunp6933","rps18","rps5","rps18","Ribosomal protein S5","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","P62247","chunp6933","rps8","rps5","rps8","Ribosomal protein S5","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","A0A286YBP4","chunp6933","Large ribosomal subunit protein eL28","rps5","rpl28","Ribosomal protein S5","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6PC14","chunp6933","rpl23","rps5","rpl23","Ribosomal protein S5","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q642H9","chunp6933","rps4x","rps5","rps4x","Ribosomal protein S5","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q7ZV96","chunp6933","rpl10","rps5","rpl10","Ribosomal protein S5","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q5VSI2","chunp6933","zgc:162401","rps5","mrps11","Ribosomal protein S5","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","P62084","chunp6933","rps7","rps5","rps7","Ribosomal protein S5","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6P5M3","chunp6933","hm:zeh0819","rps5","rps9","Ribosomal protein S5","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6Q415","chunp6933","rpl36","rps5","rpl36","Ribosomal protein S5","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q4QRJ7","chunp6933","eif2a","rps5","Q4QRJ7","Ribosomal protein S5","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q7T1K0","chunp6933","zgc:65996","rps5","rpl17","Ribosomal protein S5","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6DGM0","chunp6933","zgc:92859","rps5","rpl35a","Ribosomal protein S5","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","P61485","chunp6933","rpl36a","rps5","rpl36a","Ribosomal protein S5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","A7YY10","chunp6933","60S ribosomal protein L37a","rps5","A7YY10","Ribosomal protein S5","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6PC01","chunp6933","fau","rps5","Q6PC01","Ribosomal protein S5","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","F1QG80","chunp6933","Large ribosomal subunit protein eL22","rps5","F1QG80","Ribosomal protein S5","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q5BJA1","chunp6933","Small ribosomal subunit protein eS17","rps5","-","Ribosomal protein S5","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q1LWH1","chunp6933","im:6906552","rps5","rps16","Ribosomal protein S5","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","B5DDE8","chunp6933","LOC100000836","rps5","rps8b","Ribosomal protein S5","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","P61487","chunp6933","rpl36a","rps5","P61487","Ribosomal protein S5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","A0A0N4SUD2","chunp6933","Ubi-p63E","rps5","ubb","Ribosomal protein S5","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","P61486","chunp6933","rpl36a","rps5","P61486","Ribosomal protein S5","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6P3J5","chunp6933","eef2b","rps5","eef2b","Ribosomal protein S5","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q7SXA1","chunp6933","rpl26","rps5","Q7SXA1","Ribosomal protein S5","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6PBT1","chunp6933","zgc:73262","rps5","rps27.2","Ribosomal protein S5","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","B7ZD34","chunp6933","wu:fa66b02","rps5","rps24","Ribosomal protein S5","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6NWC3","chunp6933","fc94f01","rps5","rps2","Ribosomal protein S5","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6P5L3","chunp6933","rpl19","rps5","rpl19","Ribosomal protein S5","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6PBK3","chunp6933","rps28","rps5","rps28","Ribosomal protein S5","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","A8E526","chunp6933","Large ribosomal subunit protein eL14","rps5","A8E526","Ribosomal protein S5","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q567N5","chunp6933","wu:fa93h05","rps5","Q567N5","Ribosomal protein S5","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","B3DHM1","chunp6933","Ubiquitin-like","rps5","B3DHM1","Ribosomal protein S5","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6DGL4","chunp6933","60S ribosomal protein L29","rps5","Q6DGL4","Ribosomal protein S5","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6IQB1","chunp6933","fj02g05","rps5","Q6IQB1","Ribosomal protein S5","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6P0V6","chunp6933","rpl8","rps5","rpl8","Ribosomal protein S5","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6PBI5","chunp6933","rps25","rps5","rps25","Ribosomal protein S5","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6IQI6","chunp6933","zgc:86748","rps5","rpl11","Ribosomal protein S5","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q90Z10","chunp6933","rpl13","rps5","rpl13","Ribosomal protein S5","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q7SXA3","chunp6933","zgc:66168","rps5","rps27a","Ribosomal protein S5","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q7ZV05","chunp6933","wu:fa91c09","rps5","rps11","Ribosomal protein S5","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6P6E2","chunp6933","wu:fa91f03","rps5","Q6P6E2","Ribosomal protein S5","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q5BKV9","chunp6933","ab02c03","rps5","Q5BKV9","Ribosomal protein S5","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q6Q420","chunp6933","rps15a","rps5","rps15a","Ribosomal protein S5","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q1LYB7","chunp6933","Large ribosomal subunit protein uL13","rps5","rpl13a","Ribosomal protein S5","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","Q9I9N0","chunp6933","dap1b","rps5","Q9I9N0","Ribosomal protein S5","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000063788","physical","txid7955" +"Q6PC80","A0A8M2BKT2","chunp6933","Caspase-3","rps5","A0A8M2BKT2","Ribosomal protein S5","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000063788","physical","txid7955" +"Q8AW82","Q8JGS9","pa2g4","rps18","pa2g4a","rps18","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q7ZV05","pa2g4","wu:fa91c09","pa2g4a","rps11","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","P62247","pa2g4","rps8","pa2g4a","rps8","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6NYD4","pa2g4","mak16","pa2g4a","Q6NYD4","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6PC80","pa2g4","chunp6933","pa2g4a","rps5","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6PBK3","pa2g4","rps28","pa2g4a","rps28","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","A0A286YBP4","pa2g4","Large ribosomal subunit protein eL28","pa2g4a","rpl28","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6P5L3","pa2g4","rpl19","pa2g4a","rpl19","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6DGM0","pa2g4","zgc:92859","pa2g4a","rpl35a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","A7YY10","pa2g4","60S ribosomal protein L37a","pa2g4a","A7YY10","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6IQI6","pa2g4","zgc:86748","pa2g4a","rpl11","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","A8E526","pa2g4","Large ribosomal subunit protein eL14","pa2g4a","A8E526","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","P62084","pa2g4","rps7","pa2g4a","rps7","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","O42248","pa2g4","gnb2l1","pa2g4a","gnb2l1","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q1LWH1","pa2g4","im:6906552","pa2g4a","rps16","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q1LYB7","pa2g4","Large ribosomal subunit protein uL13","pa2g4a","rpl13a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q567N5","pa2g4","wu:fa93h05","pa2g4a","Q567N5","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q7ZV96","pa2g4","rpl10","pa2g4a","rpl10","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q7ZW95","pa2g4","zgc:56659","pa2g4a","rpl4","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q642H9","pa2g4","rps4x","pa2g4a","rps4x","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6DGL4","pa2g4","60S ribosomal protein L29","pa2g4a","Q6DGL4","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6Q421","pa2g4","wu:fa93f04","pa2g4a","rps15","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6PC01","pa2g4","fau","pa2g4a","Q6PC01","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","P61485","pa2g4","rpl36a","pa2g4a","rpl36a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q803F6","pa2g4","rpsa","pa2g4a","rpsa","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6NWC3","pa2g4","fc94f01","pa2g4a","rps2","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q90Z10","pa2g4","rpl13","pa2g4a","rpl13","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q5BKV9","pa2g4","ab02c03","pa2g4a","Q5BKV9","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q24JV1","pa2g4","zgc:136952","pa2g4a","rpl32","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","P61487","pa2g4","rpl36a","pa2g4a","P61487","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6Q415","pa2g4","rpl36","pa2g4a","rpl36","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6P0V6","pa2g4","rpl8","pa2g4a","rpl8","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6P3J5","pa2g4","eef2b","pa2g4a","eef2b","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6PC14","pa2g4","rpl23","pa2g4a","rpl23","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6IQB1","pa2g4","fj02g05","pa2g4a","Q6IQB1","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6Q419","pa2g4","zgc:113935","pa2g4a","rps29","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q24JV3","pa2g4","zgc:136896","pa2g4a","rpl31","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q8JGR4","pa2g4","rpl24","pa2g4a","Q8JGR4","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","B1H1H9","pa2g4","Pseudouridine synthase 7","pa2g4a","pus7","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","string-db","7955.ENSDARP00000133410/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6NX89","pa2g4","eif5a","pa2g4a","eif5a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","B7ZD34","pa2g4","wu:fa66b02","pa2g4a","rps24","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q3B7P7","pa2g4","wu:fa91f08","pa2g4a","uba52","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","P61486","pa2g4","rpl36a","pa2g4a","P61486","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6PBI5","pa2g4","rps25","pa2g4a","rps25","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6Q420","pa2g4","rps15a","pa2g4a","rps15a","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6P5M3","pa2g4","hm:zeh0819","pa2g4a","rps9","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q9I9N0","pa2g4","dap1b","pa2g4a","Q9I9N0","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q7T1K0","pa2g4","zgc:65996","pa2g4a","rpl17","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q5BJA1","pa2g4","Small ribosomal subunit protein eS17","pa2g4a","-","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q7SXA1","pa2g4","rpl26","pa2g4a","Q7SXA1","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q6P6E2","pa2g4","wu:fa91f03","pa2g4a","Q6P6E2","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","B8JKD7","pa2g4","polr1b","pa2g4a","polr1b","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","F1QG80","pa2g4","Large ribosomal subunit protein eL22","pa2g4a","F1QG80","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","Q8JIY8","pa2g4","nifk","pa2g4a","nifk","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","string-db","7955.ENSDARP00000059548/7955.ENSDARP00000057822","physical","txid7955" +"Q8AW82","F1R8M8","pa2g4","si:dkey-16i5.10","pa2g4a","F1R8M8","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000057822","physical","txid7955" +"Q6Q417","Q6IQI6","bb02h10","zgc:86748","rpl7","rpl11","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","O42248","bb02h10","gnb2l1","rpl7","gnb2l1","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6DHS3","bb02h10","wu:fa92b05","rpl7","rpl15","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PBW3","bb02h10","fa92e08","rpl7","rps14","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6IMW8","bb02h10","zgc:92371","rpl7","rpl39","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","P62247","bb02h10","rps8","rpl7","rps8","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6DGL4","bb02h10","60S ribosomal protein L29","rpl7","Q6DGL4","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6Q421","bb02h10","wu:fa93f04","rpl7","rps15","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q24JV1","bb02h10","zgc:136952","rpl7","rpl32","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6IMW6","bb02h10","fd13f08","rpl7","rps13","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZV96","bb02h10","rpl10","rpl7","rpl10","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6P5M3","bb02h10","hm:zeh0819","rpl7","rps9","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q3B7P7","bb02h10","wu:fa91f08","rpl7","uba52","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6NWC3","bb02h10","fc94f01","rpl7","rps2","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","P61486","bb02h10","rpl36a","rpl7","P61486","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q9I9N0","bb02h10","dap1b","rpl7","Q9I9N0","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PC01","bb02h10","fau","rpl7","Q6PC01","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7SXA1","bb02h10","rpl26","rpl7","Q7SXA1","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZUG5","bb02h10","rps21","rpl7","Q7ZUG5","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6Q415","bb02h10","rpl36","rpl7","rpl36","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZWJ7","bb02h10","rpl34","rpl7","rpl34","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","F1QHN6","bb02h10","im:7042025","rpl7","ubc","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q1LWH1","bb02h10","im:6906552","rpl7","rps16","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","P61485","bb02h10","rpl36a","rpl7","rpl36a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6Q419","bb02h10","zgc:113935","rpl7","rps29","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","A8E526","bb02h10","Large ribosomal subunit protein eL14","rpl7","A8E526","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q8JGS9","bb02h10","rps18","rpl7","rps18","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q90Z10","bb02h10","rpl13","rpl7","rpl13","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PC14","bb02h10","rpl23","rpl7","rpl23","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","P62084","bb02h10","rps7","rpl7","rps7","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q4VBV2","bb02h10","wu:fa18f12","rpl7","rps27.1","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7SXA3","bb02h10","zgc:66168","rpl7","rps27a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PBK3","bb02h10","rps28","rpl7","rps28","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZV05","bb02h10","wu:fa91c09","rpl7","rps11","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q8AW82","bb02h10","pa2g4","rpl7","pa2g4a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","A0A0R4IJ49","bb02h10","Small ribosomal subunit protein eS19","rpl7","A0A0R4IJ49","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PBJ9","bb02h10","RpP1","rpl7","Q6PBJ9","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6Q420","bb02h10","rps15a","rpl7","rps15a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6DGL0","bb02h10","zgc:92872","rpl7","rpl18","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6P0V6","bb02h10","rpl8","rpl7","rpl8","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6IQJ7","bb02h10","zgc:86733","rpl7","rpl37","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6NX89","bb02h10","eif5a","rpl7","eif5a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","B7ZD34","bb02h10","wu:fa66b02","rpl7","rps24","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q803F6","bb02h10","rpsa","rpl7","rpsa","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q5BKV9","bb02h10","ab02c03","rpl7","Q5BKV9","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6P6E2","bb02h10","wu:fa91f03","rpl7","Q6P6E2","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7T1J9","bb02h10","zgc:65936","rpl7","Q7T1J9","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZW95","bb02h10","zgc:56659","rpl7","rpl4","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZWJ4","bb02h10","rpl18a","rpl7","rpl18a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q0VFW0","bb02h10","zgc:136591","rpl7","Q0VFW0","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6DGM0","bb02h10","zgc:92859","rpl7","rpl35a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6IQB1","bb02h10","fj02g05","rpl7","Q6IQB1","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7ZUG6","bb02h10","fa93d05","rpl7","rpl30","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","A8KB78","bb02h10","Small ribosomal subunit protein uS12","rpl7","rps23","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PBY1","bb02h10","rps3a","rpl7","rps3a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q24JV3","bb02h10","zgc:136896","rpl7","rpl31","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q7T1K0","bb02h10","zgc:65996","rpl7","rpl17","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q5BJA1","bb02h10","Small ribosomal subunit protein eS17","rpl7","-","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","F1QG80","bb02h10","Large ribosomal subunit protein eL22","rpl7","F1QG80","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6P5L3","bb02h10","rpl19","rpl7","rpl19","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q642H9","bb02h10","rps4x","rpl7","rps4x","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PBI5","bb02h10","rps25","rpl7","rps25","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","P61487","bb02h10","rpl36a","rpl7","P61487","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6P3J5","bb02h10","eef2b","rpl7","eef2b","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q1LYB7","bb02h10","Large ribosomal subunit protein uL13","rpl7","rpl13a","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","A7YY10","bb02h10","60S ribosomal protein L37a","rpl7","A7YY10","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q6PC80","bb02h10","chunp6933","rpl7","rps5","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","A0A286YBP4","bb02h10","Large ribosomal subunit protein eL28","rpl7","rpl28","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q567N5","bb02h10","wu:fa93h05","rpl7","Q567N5","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000018980","physical","txid7955" +"Q6Q417","Q8JGR4","bb02h10","rpl24","rpl7","Q8JGR4","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000018980","physical","txid7955" +"Q9I9N0","A0A286YBP4","dap1b","Large ribosomal subunit protein eL28","Q9I9N0","rpl28","Death-associated protein-like 1 homolog (Death-associated protein 1b)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000141912","physical","txid7955" +"Q9I9N0","A7YY10","dap1b","60S ribosomal protein L37a","Q9I9N0","A7YY10","Death-associated protein-like 1 homolog (Death-associated protein 1b)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000141912","physical","txid7955" +"Q9I9N0","Q6P5M3","dap1b","hm:zeh0819","Q9I9N0","rps9","Death-associated protein-like 1 homolog (Death-associated protein 1b)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000141912","physical","txid7955" +"Q9I9N0","Q6DGL4","dap1b","60S ribosomal protein L29","Q9I9N0","Q6DGL4","Death-associated protein-like 1 homolog (Death-associated protein 1b)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000141912","physical","txid7955" +"Q7ZWJ7","Q8JGR4","rpl34","rpl24","rpl34","Q8JGR4","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q1LYB7","rpl34","Large ribosomal subunit protein uL13","rpl34","rpl13a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PBK3","rpl34","rps28","rpl34","rps28","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6P5M3","rpl34","hm:zeh0819","rpl34","rps9","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6DGM0","rpl34","zgc:92859","rpl34","rpl35a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6P0V6","rpl34","rpl8","rpl34","rpl8","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q9I9N0","rpl34","dap1b","rpl34","Q9I9N0","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q1LWH1","rpl34","im:6906552","rpl34","rps16","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PC80","rpl34","chunp6933","rpl34","rps5","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6P5L3","rpl34","rpl19","rpl34","rpl19","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6NWC3","rpl34","fc94f01","rpl34","rps2","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6P6E2","rpl34","wu:fa91f03","rpl34","Q6P6E2","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7ZV05","rpl34","wu:fa91c09","rpl34","rps11","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6Q415","rpl34","rpl36","rpl34","rpl36","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q8AW82","rpl34","pa2g4","rpl34","pa2g4a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q8JGS9","rpl34","rps18","rpl34","rps18","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PC01","rpl34","fau","rpl34","Q6PC01","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PC14","rpl34","rpl23","rpl34","rpl23","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q0VFW0","rpl34","zgc:136591","rpl34","Q0VFW0","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","P62247","rpl34","rps8","rpl34","rps8","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","A8E526","rpl34","Large ribosomal subunit protein eL14","rpl34","A8E526","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PBI5","rpl34","rps25","rpl34","rps25","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PBW3","rpl34","fa92e08","rpl34","rps14","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q90Z10","rpl34","rpl13","rpl34","rpl13","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","P62084","rpl34","rps7","rpl34","rps7","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q24JV1","rpl34","zgc:136952","rpl34","rpl32","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7SXA1","rpl34","rpl26","rpl34","Q7SXA1","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6DGL4","rpl34","60S ribosomal protein L29","rpl34","Q6DGL4","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6IQI6","rpl34","zgc:86748","rpl34","rpl11","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","O42248","rpl34","gnb2l1","rpl34","gnb2l1","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7SXA3","rpl34","zgc:66168","rpl34","rps27a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7ZUG6","rpl34","fa93d05","rpl34","rpl30","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7T1J9","rpl34","zgc:65936","rpl34","Q7T1J9","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6Q420","rpl34","rps15a","rpl34","rps15a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6PBY1","rpl34","rps3a","rpl34","rps3a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","A0A286YBP4","rpl34","Large ribosomal subunit protein eL28","rpl34","rpl28","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7ZV96","rpl34","rpl10","rpl34","rpl10","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6IQJ7","rpl34","zgc:86733","rpl34","rpl37","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","F1QG80","rpl34","Large ribosomal subunit protein eL22","rpl34","F1QG80","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7ZW95","rpl34","zgc:56659","rpl34","rpl4","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q5BKV9","rpl34","ab02c03","rpl34","Q5BKV9","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6IQB1","rpl34","fj02g05","rpl34","Q6IQB1","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","P61485","rpl34","rpl36a","rpl34","rpl36a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6Q419","rpl34","zgc:113935","rpl34","rps29","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q642H9","rpl34","rps4x","rpl34","rps4x","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","A0A0R4IJ49","rpl34","Small ribosomal subunit protein eS19","rpl34","A0A0R4IJ49","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q24JV3","rpl34","zgc:136896","rpl34","rpl31","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6NX89","rpl34","eif5a","rpl34","eif5a","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6Q421","rpl34","wu:fa93f04","rpl34","rps15","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","F1QHN6","rpl34","im:7042025","rpl34","ubc","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","P61487","rpl34","rpl36a","rpl34","P61487","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","B7ZD34","rpl34","wu:fa66b02","rpl34","rps24","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6IMW8","rpl34","zgc:92371","rpl34","rpl39","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","P61486","rpl34","rpl36a","rpl34","P61486","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q5BJA1","rpl34","Small ribosomal subunit protein eS17","rpl34","-","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6P3J5","rpl34","eef2b","rpl34","eef2b","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6DGL0","rpl34","zgc:92872","rpl34","rpl18","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q6IMW6","rpl34","fd13f08","rpl34","rps13","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","A7YY10","rpl34","60S ribosomal protein L37a","rpl34","A7YY10","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q3B7P7","rpl34","wu:fa91f08","rpl34","uba52","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q567N5","rpl34","wu:fa93h05","rpl34","Q567N5","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q803F6","rpl34","rpsa","rpl34","rpsa","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000040770","physical","txid7955" +"Q7ZWJ7","Q7T1K0","rpl34","zgc:65996","rpl34","rpl17","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000040770","physical","txid7955" +"Q6DGL9","Q3B7P7","si:dkey-1f1.2","wu:fa91f08","rpl38","uba52","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZWJ4","si:dkey-1f1.2","rpl18a","rpl38","rpl18a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PBY1","si:dkey-1f1.2","rps3a","rpl38","rps3a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZV05","si:dkey-1f1.2","wu:fa91c09","rpl38","rps11","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6P5L3","si:dkey-1f1.2","rpl19","rpl38","rpl19","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZUG6","si:dkey-1f1.2","fa93d05","rpl38","rpl30","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IQJ7","si:dkey-1f1.2","zgc:86733","rpl38","rpl37","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","F1QHN6","si:dkey-1f1.2","im:7042025","rpl38","ubc","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q4VBV2","si:dkey-1f1.2","wu:fa18f12","rpl38","rps27.1","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7SXA1","si:dkey-1f1.2","rpl26","rpl38","Q7SXA1","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q5BKV9","si:dkey-1f1.2","ab02c03","rpl38","Q5BKV9","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IMW8","si:dkey-1f1.2","zgc:92371","rpl38","rpl39","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","P61485","si:dkey-1f1.2","rpl36a","rpl38","rpl36a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7SXA3","si:dkey-1f1.2","zgc:66168","rpl38","rps27a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IMW6","si:dkey-1f1.2","fd13f08","rpl38","rps13","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6DHS3","si:dkey-1f1.2","wu:fa92b05","rpl38","rpl15","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","P62084","si:dkey-1f1.2","rps7","rpl38","rps7","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","P62247","si:dkey-1f1.2","rps8","rpl38","rps8","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","P61487","si:dkey-1f1.2","rpl36a","rpl38","P61487","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","A8E526","si:dkey-1f1.2","Large ribosomal subunit protein eL14","rpl38","A8E526","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZV96","si:dkey-1f1.2","rpl10","rpl38","rpl10","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","A0A0R4IJ49","si:dkey-1f1.2","Small ribosomal subunit protein eS19","rpl38","A0A0R4IJ49","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","A0A286YBP4","si:dkey-1f1.2","Large ribosomal subunit protein eL28","rpl38","rpl28","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IQI6","si:dkey-1f1.2","zgc:86748","rpl38","rpl11","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","P61486","si:dkey-1f1.2","rpl36a","rpl38","P61486","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q24JV1","si:dkey-1f1.2","zgc:136952","rpl38","rpl32","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PBW3","si:dkey-1f1.2","fa92e08","rpl38","rps14","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q8JHJ1","si:dkey-1f1.2","rpl35","rpl38","rpl35","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6NX89","si:dkey-1f1.2","eif5a","rpl38","eif5a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PC01","si:dkey-1f1.2","fau","rpl38","Q6PC01","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","A7YY10","si:dkey-1f1.2","60S ribosomal protein L37a","rpl38","A7YY10","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6Q420","si:dkey-1f1.2","rps15a","rpl38","rps15a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","B7ZD34","si:dkey-1f1.2","wu:fa66b02","rpl38","rps24","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PBI5","si:dkey-1f1.2","rps25","rpl38","rps25","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZV82","si:dkey-1f1.2","rpl27","rpl38","rpl27","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","F1QG80","si:dkey-1f1.2","Large ribosomal subunit protein eL22","rpl38","F1QG80","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6P5M3","si:dkey-1f1.2","hm:zeh0819","rpl38","rps9","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6Q415","si:dkey-1f1.2","rpl36","rpl38","rpl36","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6DGM0","si:dkey-1f1.2","zgc:92859","rpl38","rpl35a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6NWC3","si:dkey-1f1.2","fc94f01","rpl38","rps2","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZWJ7","si:dkey-1f1.2","rpl34","rpl38","rpl34","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6Q419","si:dkey-1f1.2","zgc:113935","rpl38","rps29","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6DGL0","si:dkey-1f1.2","zgc:92872","rpl38","rpl18","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6Q421","si:dkey-1f1.2","wu:fa93f04","rpl38","rps15","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","F1QGI3","si:dkey-1f1.2","Ribosomal protein L23a","rpl38","rpl23a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L23a","string-db","7955.ENSDARP00000006624/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PC14","si:dkey-1f1.2","rpl23","rpl38","rpl23","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6P6E2","si:dkey-1f1.2","wu:fa91f03","rpl38","Q6P6E2","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZW95","si:dkey-1f1.2","zgc:56659","rpl38","rpl4","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PBZ1","si:dkey-1f1.2","wu:fa95b03","rpl38","rpl7a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","60S ribosomal protein L7a","string-db","7955.ENSDARP00000010055/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q24JV3","si:dkey-1f1.2","zgc:136896","rpl38","rpl31","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PBK3","si:dkey-1f1.2","rps28","rpl38","rps28","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q642H9","si:dkey-1f1.2","rps4x","rpl38","rps4x","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q5XJA5","si:dkey-1f1.2","habp4","rpl38","Q5XJA5","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Intracellular hyaluronan-binding protein 4","string-db","7955.ENSDARP00000007173/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6PC80","si:dkey-1f1.2","chunp6933","rpl38","rps5","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6Q417","si:dkey-1f1.2","bb02h10","rpl38","rpl7","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7ZUG5","si:dkey-1f1.2","rps21","rpl38","Q7ZUG5","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q0VFW0","si:dkey-1f1.2","zgc:136591","rpl38","Q0VFW0","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6DGL4","si:dkey-1f1.2","60S ribosomal protein L29","rpl38","Q6DGL4","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IQB1","si:dkey-1f1.2","fj02g05","rpl38","Q6IQB1","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q5BJA1","si:dkey-1f1.2","Small ribosomal subunit protein eS17","rpl38","-","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q8JGR4","si:dkey-1f1.2","rpl24","rpl38","Q8JGR4","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q8AW82","si:dkey-1f1.2","pa2g4","rpl38","pa2g4a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q9I9N0","si:dkey-1f1.2","dap1b","rpl38","Q9I9N0","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7T1K0","si:dkey-1f1.2","zgc:65996","rpl38","rpl17","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q567N5","si:dkey-1f1.2","wu:fa93h05","rpl38","Q567N5","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q803F6","si:dkey-1f1.2","rpsa","rpl38","rpsa","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q8JGS9","si:dkey-1f1.2","rps18","rpl38","rps18","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q90Z10","si:dkey-1f1.2","rpl13","rpl38","rpl13","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6P0V6","si:dkey-1f1.2","rpl8","rpl38","rpl8","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","A8KB78","si:dkey-1f1.2","Small ribosomal subunit protein uS12","rpl38","rps23","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q1LYB7","si:dkey-1f1.2","Large ribosomal subunit protein uL13","rpl38","rpl13a","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6DHL6","si:dkey-1f1.2","wu:fa92e06","rpl38","rps6","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","40S ribosomal protein S6","string-db","7955.ENSDARP00000011148/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6P3J5","si:dkey-1f1.2","eef2b","rpl38","eef2b","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q1LWH1","si:dkey-1f1.2","im:6906552","rpl38","rps16","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","O42248","si:dkey-1f1.2","gnb2l1","rpl38","gnb2l1","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q6IQQ0","si:dkey-1f1.2","wu:fb13h07","rpl38","rpl21","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","60S ribosomal protein L21","string-db","7955.ENSDARP00000016158/7955.ENSDARP00000005837","physical","txid7955" +"Q6DGL9","Q7T1J9","si:dkey-1f1.2","zgc:65936","rpl38","Q7T1J9","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000005837","physical","txid7955" +"Q24JV1","Q7ZV05","zgc:136952","wu:fa91c09","rpl32","rps11","60S ribosomal protein L32","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q3B7P7","zgc:136952","wu:fa91f08","rpl32","uba52","60S ribosomal protein L32","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","P61485","zgc:136952","rpl36a","rpl32","rpl36a","60S ribosomal protein L32","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6NX89","zgc:136952","eif5a","rpl32","eif5a","60S ribosomal protein L32","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q1LWH1","zgc:136952","im:6906552","rpl32","rps16","60S ribosomal protein L32","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q7SXA3","zgc:136952","zgc:66168","rpl32","rps27a","60S ribosomal protein L32","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","P61487","zgc:136952","rpl36a","rpl32","P61487","60S ribosomal protein L32","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6Q419","zgc:136952","zgc:113935","rpl32","rps29","60S ribosomal protein L32","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q5BKV9","zgc:136952","ab02c03","rpl32","Q5BKV9","60S ribosomal protein L32","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","P61486","zgc:136952","rpl36a","rpl32","P61486","60S ribosomal protein L32","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q7ZV96","zgc:136952","rpl10","rpl32","rpl10","60S ribosomal protein L32","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q8JGS9","zgc:136952","rps18","rpl32","rps18","60S ribosomal protein L32","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6PC80","zgc:136952","chunp6933","rpl32","rps5","60S ribosomal protein L32","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","P62084","zgc:136952","rps7","rpl32","rps7","60S ribosomal protein L32","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6P5L3","zgc:136952","rpl19","rpl32","rpl19","60S ribosomal protein L32","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6PBI5","zgc:136952","rps25","rpl32","rps25","60S ribosomal protein L32","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q8JGR4","zgc:136952","rpl24","rpl32","Q8JGR4","60S ribosomal protein L32","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6PC14","zgc:136952","rpl23","rpl32","rpl23","60S ribosomal protein L32","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","P62247","zgc:136952","rps8","rpl32","rps8","60S ribosomal protein L32","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6P5M3","zgc:136952","hm:zeh0819","rpl32","rps9","60S ribosomal protein L32","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q9I9N0","zgc:136952","dap1b","rpl32","Q9I9N0","60S ribosomal protein L32","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q642H9","zgc:136952","rps4x","rpl32","rps4x","60S ribosomal protein L32","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q567N5","zgc:136952","wu:fa93h05","rpl32","Q567N5","60S ribosomal protein L32","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q7T1K0","zgc:136952","zgc:65996","rpl32","rpl17","60S ribosomal protein L32","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6IQB1","zgc:136952","fj02g05","rpl32","Q6IQB1","60S ribosomal protein L32","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q24JV3","zgc:136952","zgc:136896","rpl32","rpl31","60S ribosomal protein L32","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","F1QHN6","zgc:136952","im:7042025","rpl32","ubc","60S ribosomal protein L32","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q7ZW95","zgc:136952","zgc:56659","rpl32","rpl4","60S ribosomal protein L32","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","A0A286YBP4","zgc:136952","Large ribosomal subunit protein eL28","rpl32","rpl28","60S ribosomal protein L32","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6DGL4","zgc:136952","60S ribosomal protein L29","rpl32","Q6DGL4","60S ribosomal protein L32","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6P3J5","zgc:136952","eef2b","rpl32","eef2b","60S ribosomal protein L32","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6IQI6","zgc:136952","zgc:86748","rpl32","rpl11","60S ribosomal protein L32","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6P0V6","zgc:136952","rpl8","rpl32","rpl8","60S ribosomal protein L32","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6PC01","zgc:136952","fau","rpl32","Q6PC01","60S ribosomal protein L32","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6NWC3","zgc:136952","fc94f01","rpl32","rps2","60S ribosomal protein L32","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6P6E2","zgc:136952","wu:fa91f03","rpl32","Q6P6E2","60S ribosomal protein L32","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6Q420","zgc:136952","rps15a","rpl32","rps15a","60S ribosomal protein L32","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q90Z10","zgc:136952","rpl13","rpl32","rpl13","60S ribosomal protein L32","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6PBK3","zgc:136952","rps28","rpl32","rps28","60S ribosomal protein L32","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q1LYB7","zgc:136952","Large ribosomal subunit protein uL13","rpl32","rpl13a","60S ribosomal protein L32","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","A8E526","zgc:136952","Large ribosomal subunit protein eL14","rpl32","A8E526","60S ribosomal protein L32","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","A7YY10","zgc:136952","60S ribosomal protein L37a","rpl32","A7YY10","60S ribosomal protein L32","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6Q415","zgc:136952","rpl36","rpl32","rpl36","60S ribosomal protein L32","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q5BJA1","zgc:136952","Small ribosomal subunit protein eS17","rpl32","-","60S ribosomal protein L32","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","B7ZD34","zgc:136952","wu:fa66b02","rpl32","rps24","60S ribosomal protein L32","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6DGM0","zgc:136952","zgc:92859","rpl32","rpl35a","60S ribosomal protein L32","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q0VFW0","zgc:136952","zgc:136591","rpl32","Q0VFW0","60S ribosomal protein L32","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","F1QG80","zgc:136952","Large ribosomal subunit protein eL22","rpl32","F1QG80","60S ribosomal protein L32","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q803F6","zgc:136952","rpsa","rpl32","rpsa","60S ribosomal protein L32","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","O42248","zgc:136952","gnb2l1","rpl32","gnb2l1","60S ribosomal protein L32","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q7SXA1","zgc:136952","rpl26","rpl32","Q7SXA1","60S ribosomal protein L32","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000060004","physical","txid7955" +"Q24JV1","Q6Q421","zgc:136952","wu:fa93f04","rpl32","rps15","60S ribosomal protein L32","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000060004","physical","txid7955" +"Q5BJA1","Q7SXA1","Small ribosomal subunit protein eS17","rpl26","-","Q7SXA1","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q9I9N0","Small ribosomal subunit protein eS17","dap1b","-","Q9I9N0","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6P5M3","Small ribosomal subunit protein eS17","hm:zeh0819","-","rps9","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","A7YY10","Small ribosomal subunit protein eS17","60S ribosomal protein L37a","-","A7YY10","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6Q415","Small ribosomal subunit protein eS17","rpl36","-","rpl36","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6P6F0","Small ribosomal subunit protein eS17","zgc:77702","-","Q6P6F0","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000135366/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","A0A286YBP4","Small ribosomal subunit protein eS17","Large ribosomal subunit protein eL28","-","rpl28","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","A8E526","Small ribosomal subunit protein eS17","Large ribosomal subunit protein eL14","-","A8E526","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q90Z10","Small ribosomal subunit protein eS17","rpl13","-","rpl13","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6P3J5","Small ribosomal subunit protein eS17","eef2b","-","eef2b","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6PC01","Small ribosomal subunit protein eS17","fau","-","Q6PC01","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q8JGS9","Small ribosomal subunit protein eS17","rps18","-","rps18","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q6DGL4","Small ribosomal subunit protein eS17","60S ribosomal protein L29","-","Q6DGL4","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000127775","physical","txid7955" +"Q5BJA1","Q8JGR4","Small ribosomal subunit protein eS17","rpl24","-","Q8JGR4","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000127775","physical","txid7955" +"Q6P3J5","Q8JGR4","eef2b","rpl24","eef2b","Q8JGR4","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q6Q415","eef2b","rpl36","eef2b","rpl36","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q6DGL4","eef2b","60S ribosomal protein L29","eef2b","Q6DGL4","Elongation factor 2b (EF-2) (EC 3.6.5.-)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q6PC01","eef2b","fau","eef2b","Q6PC01","Elongation factor 2b (EF-2) (EC 3.6.5.-)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","A0A286YBP4","eef2b","Large ribosomal subunit protein eL28","eef2b","rpl28","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q90Z10","eef2b","rpl13","eef2b","rpl13","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","A8E526","eef2b","Large ribosomal subunit protein eL14","eef2b","A8E526","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","A7YY10","eef2b","60S ribosomal protein L37a","eef2b","A7YY10","Elongation factor 2b (EF-2) (EC 3.6.5.-)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q6P5M3","eef2b","hm:zeh0819","eef2b","rps9","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q9I9N0","eef2b","dap1b","eef2b","Q9I9N0","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000131100","physical","txid7955" +"Q6P3J5","Q8JGS9","eef2b","rps18","eef2b","rps18","Elongation factor 2b (EF-2) (EC 3.6.5.-)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000131100","physical","txid7955" +"Q6DGL4","A0A286YBP4","60S ribosomal protein L29","Large ribosomal subunit protein eL28","Q6DGL4","rpl28","60S ribosomal protein L29","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000142323","physical","txid7955" +"Q6DGL4","A7YY10","60S ribosomal protein L29","60S ribosomal protein L37a","Q6DGL4","A7YY10","60S ribosomal protein L29","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000142323","physical","txid7955" +"Q6DGL4","Q6P5M3","60S ribosomal protein L29","hm:zeh0819","Q6DGL4","rps9","60S ribosomal protein L29","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000142323","physical","txid7955" +"Q6Q420","Q7SXA3","rps15a","zgc:66168","rps15a","rps27a","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6NWC3","rps15a","fc94f01","rps15a","rps2","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6Q415","rps15a","rpl36","rps15a","rpl36","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q7T1K0","rps15a","zgc:65996","rps15a","rpl17","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","A0A286YBP4","rps15a","Large ribosomal subunit protein eL28","rps15a","rpl28","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q4QRJ7","rps15a","eif2a","rps15a","Q4QRJ7","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6P0V6","rps15a","rpl8","rps15a","rpl8","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6PBK3","rps15a","rps28","rps15a","rps28","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6P3J5","rps15a","eef2b","rps15a","eef2b","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6DGL4","rps15a","60S ribosomal protein L29","rps15a","Q6DGL4","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q7ZV96","rps15a","rpl10","rps15a","rpl10","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","A7YY10","rps15a","60S ribosomal protein L37a","rps15a","A7YY10","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","B3DHM1","rps15a","Ubiquitin-like","rps15a","B3DHM1","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6PC01","rps15a","fau","rps15a","Q6PC01","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","A8E526","rps15a","Large ribosomal subunit protein eL14","rps15a","A8E526","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q5BJA1","rps15a","Small ribosomal subunit protein eS17","rps15a","-","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q90Z10","rps15a","rpl13","rps15a","rpl13","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q803F6","rps15a","rpsa","rps15a","rpsa","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6DGM0","rps15a","zgc:92859","rps15a","rpl35a","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q24JV3","rps15a","zgc:136896","rps15a","rpl31","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q8JGR4","rps15a","rpl24","rps15a","Q8JGR4","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q9I9N0","rps15a","dap1b","rps15a","Q9I9N0","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","A0A0N4SUD2","rps15a","Ubi-p63E","rps15a","ubb","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q8JGS9","rps15a","rps18","rps15a","rps18","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6P5M3","rps15a","hm:zeh0819","rps15a","rps9","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q5BKV9","rps15a","ab02c03","rps15a","Q5BKV9","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","F1QG80","rps15a","Large ribosomal subunit protein eL22","rps15a","F1QG80","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q7SXA1","rps15a","rpl26","rps15a","Q7SXA1","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","P62084","rps15a","rps7","rps15a","rps7","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000108197","physical","txid7955" +"Q6Q420","Q6PBI5","rps15a","rps25","rps15a","rps25","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000108197","physical","txid7955" +"Q803F6","Q7SXA1","rpsa","rpl26","rpsa","Q7SXA1","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","A7YY10","rpsa","60S ribosomal protein L37a","rpsa","A7YY10","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q24JV3","rpsa","zgc:136896","rpsa","rpl31","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","B3DHM1","rpsa","Ubiquitin-like","rpsa","B3DHM1","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6Q415","rpsa","rpl36","rpsa","rpl36","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q90Z10","rpsa","rpl13","rpsa","rpl13","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6PC01","rpsa","fau","rpsa","Q6PC01","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q58EK5","rpsa","tdrd1","rpsa","Q58EK5","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q8JGS9","rpsa","rps18","rpsa","rps18","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q5BJA1","rpsa","Small ribosomal subunit protein eS17","rpsa","-","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q4QRJ7","rpsa","eif2a","rpsa","Q4QRJ7","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q9I9N0","rpsa","dap1b","rpsa","Q9I9N0","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6P3J5","rpsa","eef2b","rpsa","eef2b","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q7SXA3","rpsa","zgc:66168","rpsa","rps27a","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6DGM0","rpsa","zgc:92859","rpsa","rpl35a","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","A0A286YBP4","rpsa","Large ribosomal subunit protein eL28","rpsa","rpl28","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","A8E526","rpsa","Large ribosomal subunit protein eL14","rpsa","A8E526","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6DGL4","rpsa","60S ribosomal protein L29","rpsa","Q6DGL4","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","A0A0N4SUD2","rpsa","Ubi-p63E","rpsa","ubb","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6PBI5","rpsa","rps25","rpsa","rps25","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q8JGR4","rpsa","rpl24","rpsa","Q8JGR4","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000123183","physical","txid7955" +"Q803F6","Q6P5M3","rpsa","hm:zeh0819","rpsa","rps9","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000123183","physical","txid7955" +"Q7T1J9","F1QG80","zgc:65936","Large ribosomal subunit protein eL22","Q7T1J9","F1QG80","Ribosomal protein S10","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6NWC3","zgc:65936","fc94f01","Q7T1J9","rps2","Ribosomal protein S10","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q5BKV9","zgc:65936","ab02c03","Q7T1J9","Q5BKV9","Ribosomal protein S10","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q8AW82","zgc:65936","pa2g4","Q7T1J9","pa2g4a","Ribosomal protein S10","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PC80","zgc:65936","chunp6933","Q7T1J9","rps5","Ribosomal protein S10","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q5VSI2","zgc:65936","zgc:162401","Q7T1J9","mrps11","Ribosomal protein S10","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PC01","zgc:65936","fau","Q7T1J9","Q6PC01","Ribosomal protein S10","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","P61487","zgc:65936","rpl36a","Q7T1J9","P61487","Ribosomal protein S10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PBI5","zgc:65936","rps25","Q7T1J9","rps25","Ribosomal protein S10","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6IMW6","zgc:65936","fd13f08","Q7T1J9","rps13","Ribosomal protein S10","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q24JV3","zgc:65936","zgc:136896","Q7T1J9","rpl31","Ribosomal protein S10","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6NX89","zgc:65936","eif5a","Q7T1J9","eif5a","Ribosomal protein S10","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6DGL4","zgc:65936","60S ribosomal protein L29","Q7T1J9","Q6DGL4","Ribosomal protein S10","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","P61486","zgc:65936","rpl36a","Q7T1J9","P61486","Ribosomal protein S10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7ZV96","zgc:65936","rpl10","Q7T1J9","rpl10","Ribosomal protein S10","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6P5M3","zgc:65936","hm:zeh0819","Q7T1J9","rps9","Ribosomal protein S10","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","A7YY10","zgc:65936","60S ribosomal protein L37a","Q7T1J9","A7YY10","Ribosomal protein S10","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q3B7P7","zgc:65936","wu:fa91f08","Q7T1J9","uba52","Ribosomal protein S10","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6P6E2","zgc:65936","wu:fa91f03","Q7T1J9","Q6P6E2","Ribosomal protein S10","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q642H9","zgc:65936","rps4x","Q7T1J9","rps4x","Ribosomal protein S10","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6P3J5","zgc:65936","eef2b","Q7T1J9","eef2b","Ribosomal protein S10","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q8JGS9","zgc:65936","rps18","Q7T1J9","rps18","Ribosomal protein S10","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q567N5","zgc:65936","wu:fa93h05","Q7T1J9","Q567N5","Ribosomal protein S10","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q90Z10","zgc:65936","rpl13","Q7T1J9","rpl13","Ribosomal protein S10","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q24JV1","zgc:65936","zgc:136952","Q7T1J9","rpl32","Ribosomal protein S10","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6IQB1","zgc:65936","fj02g05","Q7T1J9","Q6IQB1","Ribosomal protein S10","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6P5L3","zgc:65936","rpl19","Q7T1J9","rpl19","Ribosomal protein S10","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7SXA1","zgc:65936","rpl26","Q7T1J9","Q7SXA1","Ribosomal protein S10","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6P0V6","zgc:65936","rpl8","Q7T1J9","rpl8","Ribosomal protein S10","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","P61485","zgc:65936","rpl36a","Q7T1J9","rpl36a","Ribosomal protein S10","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q9I9N0","zgc:65936","dap1b","Q7T1J9","Q9I9N0","Ribosomal protein S10","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PC90","zgc:65936","fa95a02","Q7T1J9","rps12","Ribosomal protein S10","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7ZV05","zgc:65936","wu:fa91c09","Q7T1J9","rps11","Ribosomal protein S10","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6Q421","zgc:65936","wu:fa93f04","Q7T1J9","rps15","Ribosomal protein S10","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","A0A0N4SUD2","zgc:65936","Ubi-p63E","Q7T1J9","ubb","Ribosomal protein S10","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","A0A286YBP4","zgc:65936","Large ribosomal subunit protein eL28","Q7T1J9","rpl28","Ribosomal protein S10","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q4QRJ7","zgc:65936","eif2a","Q7T1J9","Q4QRJ7","Ribosomal protein S10","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PBT1","zgc:65936","zgc:73262","Q7T1J9","rps27.2","Ribosomal protein S10","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PBK3","zgc:65936","rps28","Q7T1J9","rps28","Ribosomal protein S10","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","P62247","zgc:65936","rps8","Q7T1J9","rps8","Ribosomal protein S10","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","A8E526","zgc:65936","Large ribosomal subunit protein eL14","Q7T1J9","A8E526","Ribosomal protein S10","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6IMW8","zgc:65936","zgc:92371","Q7T1J9","rpl39","Ribosomal protein S10","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PBW3","zgc:65936","fa92e08","Q7T1J9","rps14","Ribosomal protein S10","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","B5DDE8","zgc:65936","LOC100000836","Q7T1J9","rps8b","Ribosomal protein S10","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PBY1","zgc:65936","rps3a","Q7T1J9","rps3a","Ribosomal protein S10","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","A0A0R4IJ49","zgc:65936","Small ribosomal subunit protein eS19","Q7T1J9","A0A0R4IJ49","Ribosomal protein S10","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","O42248","zgc:65936","gnb2l1","Q7T1J9","gnb2l1","Ribosomal protein S10","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6IQI6","zgc:65936","zgc:86748","Q7T1J9","rpl11","Ribosomal protein S10","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","P62084","zgc:65936","rps7","Q7T1J9","rps7","Ribosomal protein S10","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7ZUG6","zgc:65936","fa93d05","Q7T1J9","rpl30","Ribosomal protein S10","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","B3DHM1","zgc:65936","Ubiquitin-like","Q7T1J9","B3DHM1","Ribosomal protein S10","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7SXA3","zgc:65936","zgc:66168","Q7T1J9","rps27a","Ribosomal protein S10","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","B7ZD34","zgc:65936","wu:fa66b02","Q7T1J9","rps24","Ribosomal protein S10","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6Q420","zgc:65936","rps15a","Q7T1J9","rps15a","Ribosomal protein S10","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6Q419","zgc:65936","zgc:113935","Q7T1J9","rps29","Ribosomal protein S10","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q5BJA1","zgc:65936","Small ribosomal subunit protein eS17","Q7T1J9","-","Ribosomal protein S10","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7T1K0","zgc:65936","zgc:65996","Q7T1J9","rpl17","Ribosomal protein S10","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6PC14","zgc:65936","rpl23","Q7T1J9","rpl23","Ribosomal protein S10","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6DGM0","zgc:65936","zgc:92859","Q7T1J9","rpl35a","Ribosomal protein S10","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q7ZW95","zgc:65936","zgc:56659","Q7T1J9","rpl4","Ribosomal protein S10","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q803F6","zgc:65936","rpsa","Q7T1J9","rpsa","Ribosomal protein S10","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","F1RA98","zgc:65936","im:7142593","Q7T1J9","F1RA98","Ribosomal protein S10","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q1LWH1","zgc:65936","im:6906552","Q7T1J9","rps16","Ribosomal protein S10","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q1LYB7","zgc:65936","Large ribosomal subunit protein uL13","Q7T1J9","rpl13a","Ribosomal protein S10","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q6Q415","zgc:65936","rpl36","Q7T1J9","rpl36","Ribosomal protein S10","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000045900","physical","txid7955" +"Q7T1J9","Q8JGR4","zgc:65936","rpl24","Q7T1J9","Q8JGR4","Ribosomal protein S10","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000045900","physical","txid7955" +"A8E526","Q9I9N0","Large ribosomal subunit protein eL14","dap1b","A8E526","Q9I9N0","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","Q6Q415","Large ribosomal subunit protein eL14","rpl36","A8E526","rpl36","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","Q6DGL4","Large ribosomal subunit protein eL14","60S ribosomal protein L29","A8E526","Q6DGL4","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","Q6P5M3","Large ribosomal subunit protein eL14","hm:zeh0819","A8E526","rps9","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","A7YY10","Large ribosomal subunit protein eL14","60S ribosomal protein L37a","A8E526","A7YY10","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","A0A286YBP4","Large ribosomal subunit protein eL14","Large ribosomal subunit protein eL28","A8E526","rpl28","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000140879","physical","txid7955" +"A8E526","Q6PC01","Large ribosomal subunit protein eL14","fau","A8E526","Q6PC01","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000140879","physical","txid7955" +"Q6PBY1","Q8JGR4","rps3a","rpl24","rps3a","Q8JGR4","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q3B7P7","rps3a","wu:fa91f08","rps3a","uba52","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6P3J5","rps3a","eef2b","rps3a","eef2b","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PBT1","rps3a","zgc:73262","rps3a","rps27.2","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q1LYB7","rps3a","Large ribosomal subunit protein uL13","rps3a","rpl13a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q5BJA1","rps3a","Small ribosomal subunit protein eS17","rps3a","-","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6DGL4","rps3a","60S ribosomal protein L29","rps3a","Q6DGL4","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6NWC3","rps3a","fc94f01","rps3a","rps2","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","F1QG80","rps3a","Large ribosomal subunit protein eL22","rps3a","F1QG80","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6Q415","rps3a","rpl36","rps3a","rpl36","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6P6E2","rps3a","wu:fa91f03","rps3a","Q6P6E2","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q803F6","rps3a","rpsa","rps3a","rpsa","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","A7YY10","rps3a","60S ribosomal protein L37a","rps3a","A7YY10","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6Q420","rps3a","rps15a","rps3a","rps15a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7ZV96","rps3a","rpl10","rps3a","rpl10","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6P0V6","rps3a","rpl8","rps3a","rpl8","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7T1K0","rps3a","zgc:65996","rps3a","rpl17","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q567N5","rps3a","wu:fa93h05","rps3a","Q567N5","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6Q419","rps3a","zgc:113935","rps3a","rps29","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q90Z10","rps3a","rpl13","rps3a","rpl13","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PBK3","rps3a","rps28","rps3a","rps28","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","B3DHM1","rps3a","Ubiquitin-like","rps3a","B3DHM1","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7ZW95","rps3a","zgc:56659","rps3a","rpl4","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7ZUG6","rps3a","fa93d05","rps3a","rpl30","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PC01","rps3a","fau","rps3a","Q6PC01","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q24JV1","rps3a","zgc:136952","rps3a","rpl32","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q5VSI2","rps3a","zgc:162401","rps3a","mrps11","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PC90","rps3a","fa95a02","rps3a","rps12","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6IQI6","rps3a","zgc:86748","rps3a","rpl11","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6IQB1","rps3a","fj02g05","rps3a","Q6IQB1","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6P5L3","rps3a","rpl19","rps3a","rpl19","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","P61485","rps3a","rpl36a","rps3a","rpl36a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","A0A0N4SUD2","rps3a","Ubi-p63E","rps3a","ubb","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PC14","rps3a","rpl23","rps3a","rpl23","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q9I9N0","rps3a","dap1b","rps3a","Q9I9N0","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6P5M3","rps3a","hm:zeh0819","rps3a","rps9","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","P61486","rps3a","rpl36a","rps3a","P61486","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6IMW8","rps3a","zgc:92371","rps3a","rpl39","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","A0A286YBP4","rps3a","Large ribosomal subunit protein eL28","rps3a","rpl28","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PC80","rps3a","chunp6933","rps3a","rps5","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","P62247","rps3a","rps8","rps3a","rps8","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","A8E526","rps3a","Large ribosomal subunit protein eL14","rps3a","A8E526","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","P61487","rps3a","rpl36a","rps3a","P61487","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","F1RA98","rps3a","im:7142593","rps3a","F1RA98","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6IMW6","rps3a","fd13f08","rps3a","rps13","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7SXA3","rps3a","zgc:66168","rps3a","rps27a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","B7ZD34","rps3a","wu:fa66b02","rps3a","rps24","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q90VY7","rps3a","prep1","rps3a","pknox1.1","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","string-db","7955.ENSDARP00000111569/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q8JGS9","rps3a","rps18","rps3a","rps18","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6Q421","rps3a","wu:fa93f04","rps3a","rps15","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q1LWH1","rps3a","im:6906552","rps3a","rps16","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","P62084","rps3a","rps7","rps3a","rps7","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q5BKV9","rps3a","ab02c03","rps3a","Q5BKV9","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PBW3","rps3a","fa92e08","rps3a","rps14","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6PBI5","rps3a","rps25","rps3a","rps25","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q24JV3","rps3a","zgc:136896","rps3a","rpl31","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q4QRJ7","rps3a","eif2a","rps3a","Q4QRJ7","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7SXA1","rps3a","rpl26","rps3a","Q7SXA1","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q642H9","rps3a","rps4x","rps3a","rps4x","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q7ZV05","rps3a","wu:fa91c09","rps3a","rps11","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","B5DDE8","rps3a","LOC100000836","rps3a","rps8b","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q8AW82","rps3a","pa2g4","rps3a","pa2g4a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6DGM0","rps3a","zgc:92859","rps3a","rpl35a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","O42248","rps3a","gnb2l1","rps3a","gnb2l1","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000051762","physical","txid7955" +"Q6PBY1","Q6NX89","rps3a","eif5a","rps3a","eif5a","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000051762","physical","txid7955" +"A0A0R4IJ49","B7ZD34","Small ribosomal subunit protein eS19","wu:fa66b02","A0A0R4IJ49","rps24","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PBW3","Small ribosomal subunit protein eS19","fa92e08","A0A0R4IJ49","rps14","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","A0A0N4SUD2","Small ribosomal subunit protein eS19","Ubi-p63E","A0A0R4IJ49","ubb","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q9I9N0","Small ribosomal subunit protein eS19","dap1b","A0A0R4IJ49","Q9I9N0","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6IMW8","Small ribosomal subunit protein eS19","zgc:92371","A0A0R4IJ49","rpl39","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6P5M3","Small ribosomal subunit protein eS19","hm:zeh0819","A0A0R4IJ49","rps9","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","P62247","Small ribosomal subunit protein eS19","rps8","A0A0R4IJ49","rps8","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","O42248","Small ribosomal subunit protein eS19","gnb2l1","A0A0R4IJ49","gnb2l1","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","B5DDE8","Small ribosomal subunit protein eS19","LOC100000836","A0A0R4IJ49","rps8b","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7SXA3","Small ribosomal subunit protein eS19","zgc:66168","A0A0R4IJ49","rps27a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","P62084","Small ribosomal subunit protein eS19","rps7","A0A0R4IJ49","rps7","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6P5L3","Small ribosomal subunit protein eS19","rpl19","A0A0R4IJ49","rpl19","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6P0V6","Small ribosomal subunit protein eS19","rpl8","A0A0R4IJ49","rpl8","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PBY1","Small ribosomal subunit protein eS19","rps3a","A0A0R4IJ49","rps3a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q1LWH1","Small ribosomal subunit protein eS19","im:6906552","A0A0R4IJ49","rps16","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6IQB1","Small ribosomal subunit protein eS19","fj02g05","A0A0R4IJ49","Q6IQB1","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6Q420","Small ribosomal subunit protein eS19","rps15a","A0A0R4IJ49","rps15a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q803F6","Small ribosomal subunit protein eS19","rpsa","A0A0R4IJ49","rpsa","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6DGL4","Small ribosomal subunit protein eS19","60S ribosomal protein L29","A0A0R4IJ49","Q6DGL4","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q90Z10","Small ribosomal subunit protein eS19","rpl13","A0A0R4IJ49","rpl13","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","F1QG80","Small ribosomal subunit protein eS19","Large ribosomal subunit protein eL22","A0A0R4IJ49","F1QG80","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","F1RA98","Small ribosomal subunit protein eS19","im:7142593","A0A0R4IJ49","F1RA98","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","P61485","Small ribosomal subunit protein eS19","rpl36a","A0A0R4IJ49","rpl36a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q5BJA1","Small ribosomal subunit protein eS19","Small ribosomal subunit protein eS17","A0A0R4IJ49","-","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6IQI6","Small ribosomal subunit protein eS19","zgc:86748","A0A0R4IJ49","rpl11","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6DGM0","Small ribosomal subunit protein eS19","zgc:92859","A0A0R4IJ49","rpl35a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7ZV96","Small ribosomal subunit protein eS19","rpl10","A0A0R4IJ49","rpl10","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","P61486","Small ribosomal subunit protein eS19","rpl36a","A0A0R4IJ49","P61486","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q24JV3","Small ribosomal subunit protein eS19","zgc:136896","A0A0R4IJ49","rpl31","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6NWC3","Small ribosomal subunit protein eS19","fc94f01","A0A0R4IJ49","rps2","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7T1K0","Small ribosomal subunit protein eS19","zgc:65996","A0A0R4IJ49","rpl17","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6NX89","Small ribosomal subunit protein eS19","eif5a","A0A0R4IJ49","eif5a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6IMW6","Small ribosomal subunit protein eS19","fd13f08","A0A0R4IJ49","rps13","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q5BKV9","Small ribosomal subunit protein eS19","ab02c03","A0A0R4IJ49","Q5BKV9","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q0ZBR7","Small ribosomal subunit protein eS19","MIF","A0A0R4IJ49","Q0ZBR7","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Macrophage migration inhibitory factor (EC 5.3.2.1) (EC 5.3.3.12) (L-dopachrome isomerase) (L-dopachrome tautomerase) (Phenylpyruvate tautomerase)","string-db","7955.ENSDARP00000096200/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PC01","Small ribosomal subunit protein eS19","fau","A0A0R4IJ49","Q6PC01","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q642H9","Small ribosomal subunit protein eS19","rps4x","A0A0R4IJ49","rps4x","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","A7YY10","Small ribosomal subunit protein eS19","60S ribosomal protein L37a","A0A0R4IJ49","A7YY10","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PBK3","Small ribosomal subunit protein eS19","rps28","A0A0R4IJ49","rps28","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q567N5","Small ribosomal subunit protein eS19","wu:fa93h05","A0A0R4IJ49","Q567N5","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7SXA1","Small ribosomal subunit protein eS19","rpl26","A0A0R4IJ49","Q7SXA1","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7ZW95","Small ribosomal subunit protein eS19","zgc:56659","A0A0R4IJ49","rpl4","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","P61487","Small ribosomal subunit protein eS19","rpl36a","A0A0R4IJ49","P61487","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q24JV1","Small ribosomal subunit protein eS19","zgc:136952","A0A0R4IJ49","rpl32","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PC14","Small ribosomal subunit protein eS19","rpl23","A0A0R4IJ49","rpl23","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6P6E2","Small ribosomal subunit protein eS19","wu:fa91f03","A0A0R4IJ49","Q6P6E2","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q3B7P7","Small ribosomal subunit protein eS19","wu:fa91f08","A0A0R4IJ49","uba52","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q8JGS9","Small ribosomal subunit protein eS19","rps18","A0A0R4IJ49","rps18","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PBI5","Small ribosomal subunit protein eS19","rps25","A0A0R4IJ49","rps25","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7ZV05","Small ribosomal subunit protein eS19","wu:fa91c09","A0A0R4IJ49","rps11","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PBT1","Small ribosomal subunit protein eS19","zgc:73262","A0A0R4IJ49","rps27.2","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PC80","Small ribosomal subunit protein eS19","chunp6933","A0A0R4IJ49","rps5","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","B3DHM1","Small ribosomal subunit protein eS19","Ubiquitin-like","A0A0R4IJ49","B3DHM1","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q8JGR4","Small ribosomal subunit protein eS19","rpl24","A0A0R4IJ49","Q8JGR4","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6Q419","Small ribosomal subunit protein eS19","zgc:113935","A0A0R4IJ49","rps29","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6P3J5","Small ribosomal subunit protein eS19","eef2b","A0A0R4IJ49","eef2b","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","A8E526","Small ribosomal subunit protein eS19","Large ribosomal subunit protein eL14","A0A0R4IJ49","A8E526","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q7ZUG6","Small ribosomal subunit protein eS19","fa93d05","A0A0R4IJ49","rpl30","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q1LYB7","Small ribosomal subunit protein eS19","Large ribosomal subunit protein uL13","A0A0R4IJ49","rpl13a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","A0A286YBP4","Small ribosomal subunit protein eS19","Large ribosomal subunit protein eL28","A0A0R4IJ49","rpl28","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6PC90","Small ribosomal subunit protein eS19","fa95a02","A0A0R4IJ49","rps12","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S12","string-db","7955.ENSDARP00000053541/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q4QRJ7","Small ribosomal subunit protein eS19","eif2a","A0A0R4IJ49","Q4QRJ7","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6Q421","Small ribosomal subunit protein eS19","wu:fa93f04","A0A0R4IJ49","rps15","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q5VSI2","Small ribosomal subunit protein eS19","zgc:162401","A0A0R4IJ49","mrps11","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q8AW82","Small ribosomal subunit protein eS19","pa2g4","A0A0R4IJ49","pa2g4a","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000048598","physical","txid7955" +"A0A0R4IJ49","Q6Q415","Small ribosomal subunit protein eS19","rpl36","A0A0R4IJ49","rpl36","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000048598","physical","txid7955" +"A0A286YBP4","A7YY10","Large ribosomal subunit protein eL28","60S ribosomal protein L37a","rpl28","A7YY10","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000144405","physical","txid7955" +"A0A286YBP4","Q6P5M3","Large ribosomal subunit protein eL28","hm:zeh0819","rpl28","rps9","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000144405","physical","txid7955" +"Q6IQI6","Q7SXA1","zgc:86748","rpl26","rpl11","Q7SXA1","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6PBI5","zgc:86748","rps25","rpl11","rps25","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q0VFW0","zgc:86748","zgc:136591","rpl11","Q0VFW0","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6PC14","zgc:86748","rpl23","rpl11","rpl23","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q567N5","zgc:86748","wu:fa93h05","rpl11","Q567N5","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q7ZV96","zgc:86748","rpl10","rpl11","rpl10","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6P6E2","zgc:86748","wu:fa91f03","rpl11","Q6P6E2","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","O42354","zgc:86748","mdm2","rpl11","O42354","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6P3J5","zgc:86748","eef2b","rpl11","eef2b","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P62084","zgc:86748","rps7","rpl11","rps7","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","F1QG80","zgc:86748","Large ribosomal subunit protein eL22","rpl11","F1QG80","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q90Z10","zgc:86748","rpl13","rpl11","rpl13","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6PBK3","zgc:86748","rps28","rpl11","rps28","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q8JGR4","zgc:86748","rpl24","rpl11","Q8JGR4","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q642H9","zgc:86748","rps4x","rpl11","rps4x","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6IQB1","zgc:86748","fj02g05","rpl11","Q6IQB1","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q1LYB7","zgc:86748","Large ribosomal subunit protein uL13","rpl11","rpl13a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6PC01","zgc:86748","fau","rpl11","Q6PC01","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P61486","zgc:86748","rpl36a","rpl11","P61486","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6NX89","zgc:86748","eif5a","rpl11","eif5a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P61487","zgc:86748","rpl36a","rpl11","P61487","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q5BJA1","zgc:86748","Small ribosomal subunit protein eS17","rpl11","-","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P61485","zgc:86748","rpl36a","rpl11","rpl36a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q8JGS9","zgc:86748","rps18","rpl11","rps18","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q24JV3","zgc:86748","zgc:136896","rpl11","rpl31","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6P5M3","zgc:86748","hm:zeh0819","rpl11","rps9","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","A0A286YBP4","zgc:86748","Large ribosomal subunit protein eL28","rpl11","rpl28","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6DGL4","zgc:86748","60S ribosomal protein L29","rpl11","Q6DGL4","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6Q420","zgc:86748","rps15a","rpl11","rps15a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6P0V6","zgc:86748","rpl8","rpl11","rpl8","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6P5L3","zgc:86748","rpl19","rpl11","rpl19","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q1LWH1","zgc:86748","im:6906552","rpl11","rps16","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q7ZV05","zgc:86748","wu:fa91c09","rpl11","rps11","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6DGM0","zgc:86748","zgc:92859","rpl11","rpl35a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6Q421","zgc:86748","wu:fa93f04","rpl11","rps15","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","F1QHN6","zgc:86748","im:7042025","rpl11","ubc","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6Q415","zgc:86748","rpl36","rpl11","rpl36","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P52160","zgc:86748","myca","rpl11","P52160","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q6NWC3","zgc:86748","fc94f01","rpl11","rps2","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","P62247","zgc:86748","rps8","rpl11","rps8","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q803F6","zgc:86748","rpsa","rpl11","rpsa","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q7T1K0","zgc:86748","zgc:65996","rpl11","rpl17","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","A7YY10","zgc:86748","60S ribosomal protein L37a","rpl11","A7YY10","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q7SXA3","zgc:86748","zgc:66168","rpl11","rps27a","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q9I9N0","zgc:86748","dap1b","rpl11","Q9I9N0","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","Q5BKV9","zgc:86748","ab02c03","rpl11","Q5BKV9","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","A8E526","zgc:86748","Large ribosomal subunit protein eL14","rpl11","A8E526","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQI6","B7ZD34","zgc:86748","wu:fa66b02","rpl11","rps24","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000063869","physical","txid7955" +"Q6IQQ0","Q8JGR4","wu:fb13h07","rpl24","rpl21","Q8JGR4","60S ribosomal protein L21","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","P62084","wu:fb13h07","rps7","rpl21","rps7","60S ribosomal protein L21","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7T1J9","wu:fb13h07","zgc:65936","rpl21","Q7T1J9","60S ribosomal protein L21","Ribosomal protein S10","string-db","7955.ENSDARP00000045900/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6Q419","wu:fb13h07","zgc:113935","rpl21","rps29","60S ribosomal protein L21","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6DGL4","wu:fb13h07","60S ribosomal protein L29","rpl21","Q6DGL4","60S ribosomal protein L21","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6IMW8","wu:fb13h07","zgc:92371","rpl21","rpl39","60S ribosomal protein L21","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7SXA1","wu:fb13h07","rpl26","rpl21","Q7SXA1","60S ribosomal protein L21","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZV96","wu:fb13h07","rpl10","rpl21","rpl10","60S ribosomal protein L21","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PBK3","wu:fb13h07","rps28","rpl21","rps28","60S ribosomal protein L21","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","P62247","wu:fb13h07","rps8","rpl21","rps8","60S ribosomal protein L21","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","P61486","wu:fb13h07","rpl36a","rpl21","P61486","60S ribosomal protein L21","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6NWC3","wu:fb13h07","fc94f01","rpl21","rps2","60S ribosomal protein L21","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PBW3","wu:fb13h07","fa92e08","rpl21","rps14","60S ribosomal protein L21","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6NX89","wu:fb13h07","eif5a","rpl21","eif5a","60S ribosomal protein L21","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","string-db","7955.ENSDARP00000099088/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","P61487","wu:fb13h07","rpl36a","rpl21","P61487","60S ribosomal protein L21","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q642H9","wu:fb13h07","rps4x","rpl21","rps4x","60S ribosomal protein L21","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","A7YY10","wu:fb13h07","60S ribosomal protein L37a","rpl21","A7YY10","60S ribosomal protein L21","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","P61485","wu:fb13h07","rpl36a","rpl21","rpl36a","60S ribosomal protein L21","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PC14","wu:fb13h07","rpl23","rpl21","rpl23","60S ribosomal protein L21","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","string-db","7955.ENSDARP00000069977/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q5BJA1","wu:fb13h07","Small ribosomal subunit protein eS17","rpl21","-","60S ribosomal protein L21","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6IMW6","wu:fb13h07","fd13f08","rpl21","rps13","60S ribosomal protein L21","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","string-db","7955.ENSDARP00000052729/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q24JV1","wu:fb13h07","zgc:136952","rpl21","rpl32","60S ribosomal protein L21","60S ribosomal protein L32","string-db","7955.ENSDARP00000060004/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZW95","wu:fb13h07","zgc:56659","rpl21","rpl4","60S ribosomal protein L21","Ribosomal protein L4","string-db","7955.ENSDARP00000060362/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6IQI6","wu:fb13h07","zgc:86748","rpl21","rpl11","60S ribosomal protein L21","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","string-db","7955.ENSDARP00000063869/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZV82","wu:fb13h07","rpl27","rpl21","rpl27","60S ribosomal protein L21","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","string-db","7955.ENSDARP00000018737/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q90Z10","wu:fb13h07","rpl13","rpl21","rpl13","60S ribosomal protein L21","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PBI5","wu:fb13h07","rps25","rpl21","rps25","60S ribosomal protein L21","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6P0V6","wu:fb13h07","rpl8","rpl21","rpl8","60S ribosomal protein L21","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","string-db","7955.ENSDARP00000115147/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZUG5","wu:fb13h07","rps21","rpl21","Q7ZUG5","60S ribosomal protein L21","Small ribosomal subunit protein eS21 (40S ribosomal protein S21)","string-db","7955.ENSDARP00000031181/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6P5M3","wu:fb13h07","hm:zeh0819","rpl21","rps9","60S ribosomal protein L21","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q1LWH1","wu:fb13h07","im:6906552","rpl21","rps16","60S ribosomal protein L21","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6Q417","wu:fb13h07","bb02h10","rpl21","rpl7","60S ribosomal protein L21","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","string-db","7955.ENSDARP00000018980/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q9I9N0","wu:fb13h07","dap1b","rpl21","Q9I9N0","60S ribosomal protein L21","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q8AW82","wu:fb13h07","pa2g4","rpl21","pa2g4a","60S ribosomal protein L21","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","string-db","7955.ENSDARP00000057822/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PC80","wu:fb13h07","chunp6933","rpl21","rps5","60S ribosomal protein L21","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q4VBV2","wu:fb13h07","wu:fa18f12","rpl21","rps27.1","60S ribosomal protein L21","40S ribosomal protein S27","string-db","7955.ENSDARP00000029079/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6P5L3","wu:fb13h07","rpl19","rpl21","rpl19","60S ribosomal protein L21","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","string-db","7955.ENSDARP00000105649/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6DGL0","wu:fb13h07","zgc:92872","rpl21","rpl18","60S ribosomal protein L21","Ribosomal protein L18 (Zgc:92872)","string-db","7955.ENSDARP00000043172/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q567N5","wu:fb13h07","wu:fa93h05","rpl21","Q567N5","60S ribosomal protein L21","Large ribosomal subunit protein eL6 (60S ribosomal protein L6)","string-db","7955.ENSDARP00000091899/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q0VFW0","wu:fb13h07","zgc:136591","rpl21","Q0VFW0","60S ribosomal protein L21","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7SXA3","wu:fb13h07","zgc:66168","rpl21","rps27a","60S ribosomal protein L21","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6DGM0","wu:fb13h07","zgc:92859","rpl21","rpl35a","60S ribosomal protein L21","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZWJ7","wu:fb13h07","rpl34","rpl21","rpl34","60S ribosomal protein L21","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","string-db","7955.ENSDARP00000040770/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZV05","wu:fb13h07","wu:fa91c09","rpl21","rps11","60S ribosomal protein L21","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","O42248","wu:fb13h07","gnb2l1","rpl21","gnb2l1","60S ribosomal protein L21","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","B7ZD34","wu:fb13h07","wu:fa66b02","rpl21","rps24","60S ribosomal protein L21","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","A8KB78","wu:fb13h07","Small ribosomal subunit protein uS12","rpl21","rps23","60S ribosomal protein L21","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","string-db","7955.ENSDARP00000035273/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q803F6","wu:fb13h07","rpsa","rpl21","rpsa","60S ribosomal protein L21","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q3B7P7","wu:fb13h07","wu:fa91f08","rpl21","uba52","60S ribosomal protein L21","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6Q415","wu:fb13h07","rpl36","rpl21","rpl36","60S ribosomal protein L21","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q8JGS9","wu:fb13h07","rps18","rpl21","rps18","60S ribosomal protein L21","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q8JHJ1","wu:fb13h07","rpl35","rpl21","rpl35","60S ribosomal protein L21","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","string-db","7955.ENSDARP00000018594/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6Q421","wu:fb13h07","wu:fa93f04","rpl21","rps15","60S ribosomal protein L21","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7T1K0","wu:fb13h07","zgc:65996","rpl21","rpl17","60S ribosomal protein L21","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PC01","wu:fb13h07","fau","rpl21","Q6PC01","60S ribosomal protein L21","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6DHS3","wu:fb13h07","wu:fa92b05","rpl21","rpl15","60S ribosomal protein L21","Ribosomal protein L15","string-db","7955.ENSDARP00000037569/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6P6E2","wu:fb13h07","wu:fa91f03","rpl21","Q6P6E2","60S ribosomal protein L21","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q1LYB7","wu:fb13h07","Large ribosomal subunit protein uL13","rpl21","rpl13a","60S ribosomal protein L21","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","string-db","7955.ENSDARP00000064738/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q24JV3","wu:fb13h07","zgc:136896","rpl21","rpl31","60S ribosomal protein L21","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q5BKV9","wu:fb13h07","ab02c03","rpl21","Q5BKV9","60S ribosomal protein L21","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6Q420","wu:fb13h07","rps15a","rpl21","rps15a","60S ribosomal protein L21","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","F1QG80","wu:fb13h07","Large ribosomal subunit protein eL22","rpl21","F1QG80","60S ribosomal protein L21","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6IQB1","wu:fb13h07","fj02g05","rpl21","Q6IQB1","60S ribosomal protein L21","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZUG6","wu:fb13h07","fa93d05","rpl21","rpl30","60S ribosomal protein L21","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","string-db","7955.ENSDARP00000052081/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","A0A286YBP4","wu:fb13h07","Large ribosomal subunit protein eL28","rpl21","rpl28","60S ribosomal protein L21","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","A8E526","wu:fb13h07","Large ribosomal subunit protein eL14","rpl21","A8E526","60S ribosomal protein L21","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","F1QHN6","wu:fb13h07","im:7042025","rpl21","ubc","60S ribosomal protein L21","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6IQJ7","wu:fb13h07","zgc:86733","rpl21","rpl37","60S ribosomal protein L21","Ribosomal protein L37","string-db","7955.ENSDARP00000045283/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6PBY1","wu:fb13h07","rps3a","rpl21","rps3a","60S ribosomal protein L21","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","string-db","7955.ENSDARP00000051762/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","A0A0R4IJ49","wu:fb13h07","Small ribosomal subunit protein eS19","rpl21","A0A0R4IJ49","60S ribosomal protein L21","Small ribosomal subunit protein eS19 (40S ribosomal protein S19)","string-db","7955.ENSDARP00000048598/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q7ZWJ4","wu:fb13h07","rpl18a","rpl21","rpl18a","60S ribosomal protein L21","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","string-db","7955.ENSDARP00000038658/7955.ENSDARP00000016158","physical","txid7955" +"Q6IQQ0","Q6P3J5","wu:fb13h07","eef2b","rpl21","eef2b","60S ribosomal protein L21","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000016158","physical","txid7955" +"Q6NWC3","Q6DGL4","fc94f01","60S ribosomal protein L29","rps2","Q6DGL4","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","60S ribosomal protein L29","string-db","7955.ENSDARP00000142323/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","B3DHM1","fc94f01","Ubiquitin-like","rps2","B3DHM1","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q7T1K0","fc94f01","zgc:65996","rps2","rpl17","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","string-db","7955.ENSDARP00000119756/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6PC01","fc94f01","fau","rps2","Q6PC01","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q8JGR4","fc94f01","rpl24","rps2","Q8JGR4","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q24JV3","fc94f01","zgc:136896","rps2","rpl31","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","string-db","7955.ENSDARP00000124804/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6Q415","fc94f01","rpl36","rps2","rpl36","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","string-db","7955.ENSDARP00000141617/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q8JGS9","fc94f01","rps18","rps2","rps18","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q7ZV96","fc94f01","rpl10","rps2","rpl10","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","string-db","7955.ENSDARP00000120909/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A7YY10","fc94f01","60S ribosomal protein L37a","rps2","A7YY10","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","60S ribosomal protein L37a (Zgc:171772)","string-db","7955.ENSDARP00000149337/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6PBI5","fc94f01","rps25","rps2","rps25","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q90Z10","fc94f01","rpl13","rps2","rpl13","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","string-db","7955.ENSDARP00000132139/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A0A0R4IQW7","fc94f01","Small subunit processome component 20 homolog","rps2","utp20","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q7SXA3","fc94f01","zgc:66168","rps2","rps27a","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6P3J5","fc94f01","eef2b","rps2","eef2b","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6DGM0","fc94f01","zgc:92859","rps2","rpl35a","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","string-db","7955.ENSDARP00000126258/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A0A0R4IJV5","fc94f01","ATP-dependent RNA helicase","rps2","ddx52","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A0A0N4SUD2","fc94f01","Ubi-p63E","rps2","ubb","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q6P5M3","fc94f01","hm:zeh0819","rps2","rps9","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q9I9N0","fc94f01","dap1b","rps2","Q9I9N0","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Death-associated protein-like 1 homolog (Death-associated protein 1b)","string-db","7955.ENSDARP00000141912/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q568H9","fc94f01","zgc:110288","rps2","fcf1","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q7SXA1","fc94f01","rpl26","rps2","Q7SXA1","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein uL24 (60S ribosomal protein L26)","string-db","7955.ENSDARP00000130503/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q803F6","fc94f01","rpsa","rps2","rpsa","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q5BKV9","fc94f01","ab02c03","rps2","Q5BKV9","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein uL6 (60S ribosomal protein L9)","string-db","7955.ENSDARP00000121649/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q5BJA1","fc94f01","Small ribosomal subunit protein eS17","rps2","-","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","Q4QRJ7","fc94f01","eif2a","rps2","Q4QRJ7","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A8E526","fc94f01","Large ribosomal subunit protein eL14","rps2","A8E526","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL14 (60S ribosomal protein L14)","string-db","7955.ENSDARP00000140879/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","A0A286YBP4","fc94f01","Large ribosomal subunit protein eL28","rps2","rpl28","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","string-db","7955.ENSDARP00000144405/7955.ENSDARP00000117673","physical","txid7955" +"Q6NWC3","B8A4D7","fc94f01","cb360","rps2","rrbp1a","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","Ribosome binding protein 1 (Ribosome-binding protein 1a)","string-db","7955.ENSDARP00000118039/7955.ENSDARP00000117673","physical","txid7955" +"X1WD98","Q7ZVA6","E3 ubiquitin-protein ligase SHPRH isoform X1","eif4a3","shprh","Q7ZVA6","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000128195","physical","txid7955" +"X1WD98","F1QHN6","E3 ubiquitin-protein ligase SHPRH isoform X1","im:7042025","shprh","ubc","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128195","physical","txid7955" +"X1WD98","Q7SXA3","E3 ubiquitin-protein ligase SHPRH isoform X1","zgc:66168","shprh","rps27a","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000128195","physical","txid7955" +"X1WD98","A0A0N4SUD2","E3 ubiquitin-protein ligase SHPRH isoform X1","Ubi-p63E","shprh","ubb","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128195","physical","txid7955" +"X1WD98","F1RCY6","E3 ubiquitin-protein ligase SHPRH isoform X1","upf1","shprh","F1RCY6","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000128195","physical","txid7955" +"F6NJE2","Q7ZV43","Interleukin-1 receptor-associated kinase 1","tollip","irak1","Q7ZV43","Interleukin-1 receptor-associated kinase 1","Toll-interacting protein","string-db","7955.ENSDARP00000140869/7955.ENSDARP00000118154","physical","txid7955" +"F6NJE2","F8W3K2","Interleukin-1 receptor-associated kinase 1","card15","irak1","nod2","Interleukin-1 receptor-associated kinase 1","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000118154","physical","txid7955" +"F6NJE2","E7FGC6","Interleukin-1 receptor-associated kinase 1","LOC799279","irak1","E7FGC6","Interleukin-1 receptor-associated kinase 1","Interleukin-1 receptor type 1-like","string-db","7955.ENSDARP00000144331/7955.ENSDARP00000118154","physical","txid7955" +"Q6IWL4","A0JMQ9","traf6","zranb1b","traf6","A0JMQ9","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin thioesterase zranb1-B (EC 3.4.19.12) (Zinc finger Ran-binding domain-containing protein 1-B)","string-db","7955.ENSDARP00000086546/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F6NJE2","traf6","Interleukin-1 receptor-associated kinase 1","traf6","irak1","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","A4QN36","traf6","zgc:153297","traf6","peli1b","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","string-db","7955.ENSDARP00000087380/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F1QNG2","traf6","wu:fl24c03","traf6","irf7","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Interferon regulatory factor 7","string-db","7955.ENSDARP00000094398/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F1QHN6","traf6","im:7042025","traf6","ubc","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F1Q5Z8","traf6","p62","traf6","sqstm1","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q6YBR5","traf6","ngf","traf6","ngf","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F8W3K2","traf6","card15","traf6","nod2","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q6DH16","traf6","otub1l","traf6","otub1a","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin thioesterase (EC 3.4.19.12)","string-db","7955.ENSDARP00000072363/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","B8A4W7","traf6","wu:fj20d04","traf6","B8A4W7","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Mitochondrial antiviral-signaling protein","string-db","7955.ENSDARP00000080716/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","X1WGM0","traf6","si:dkey-148h10.5","traf6","si:dkey-148h10.5","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","A0A8M1NIE6","traf6","ikk2","traf6","A0A8M1NIE6","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q7T3F3","traf6","ube2nl","traf6","ube2nb","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q08CK1","traf6","ecsit","traf6","Q08CK1","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7F8A6","traf6","B-cell lymphoma/leukemia 10 isoform X1","traf6","bcl10","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","A0A0N4SUD2","traf6","Ubi-p63E","traf6","ubb","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7FEV5","traf6","Ubiquitin carboxyl-terminal hydrolase CYLD","traf6","E7FEV5","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q7SXA3","traf6","zgc:66168","traf6","rps27a","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q7ZV43","traf6","tollip","traf6","Q7ZV43","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Toll-interacting protein","string-db","7955.ENSDARP00000140869/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q6DHJ8","traf6","zgc:92268","traf6","peli2","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","string-db","7955.ENSDARP00000049502/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7FGC6","traf6","LOC799279","traf6","E7FGC6","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Interleukin-1 receptor type 1-like","string-db","7955.ENSDARP00000144331/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7F7M5","traf6","E3 ubiquitin-protein ligase pellino homolog 1-like","traf6","peli3","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","string-db","7955.ENSDARP00000108458/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","F1R506","traf6","si:ch211-239o15.1","traf6","prkcq","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000046252/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7EZD6","traf6","Ubiquitin carboxyl-terminal hydrolase 4","traf6","E7EZD6","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin carboxyl-terminal hydrolase 4 (EC 3.4.19.12) (Deubiquitinating enzyme 4) (Ubiquitin thioesterase 4) (Ubiquitin-specific-processing protease 4)","string-db","7955.ENSDARP00000039867/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7F3U1","traf6","TNF superfamily member 11","traf6","tnfsf11","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","A4IFZ0","traf6","map3k7ip3l","traf6","tab3","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","string-db","7955.ENSDARP00000083707/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","E7FGW0","traf6","Nerve growth factor receptor a","traf6","ngfra","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000036715","physical","txid7955" +"Q6IWL4","Q3B7P7","traf6","wu:fa91f08","traf6","uba52","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000036715","physical","txid7955" +"Q6DHJ8","F6NJE2","zgc:92268","Interleukin-1 receptor-associated kinase 1","peli2","irak1","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000049502","physical","txid7955" +"Q6DHJ8","A4QN36","zgc:92268","zgc:153297","peli2","peli1b","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","string-db","7955.ENSDARP00000087380/7955.ENSDARP00000049502","physical","txid7955" +"Q6DHJ8","Q7T3F3","zgc:92268","ube2nl","peli2","ube2nb","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000049502","physical","txid7955" +"Q6DHJ8","E7F7M5","zgc:92268","E3 ubiquitin-protein ligase pellino homolog 1-like","peli2","peli3","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","string-db","7955.ENSDARP00000108458/7955.ENSDARP00000049502","physical","txid7955" +"Q5RFW2","F1R506","tab2","si:ch211-239o15.1","tab2","prkcq","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000046252/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","Q7T3F3","tab2","ube2nl","tab2","ube2nb","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","F8W3K2","tab2","card15","tab2","nod2","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","A4IFZ0","tab2","map3k7ip3l","tab2","tab3","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","string-db","7955.ENSDARP00000083707/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","Q6IWL4","tab2","traf6","tab2","traf6","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","F6NJE2","tab2","Interleukin-1 receptor-associated kinase 1","tab2","irak1","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000019647","physical","txid7955" +"Q5RFW2","E7F8A6","tab2","B-cell lymphoma/leukemia 10 isoform X1","tab2","bcl10","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000019647","physical","txid7955" +"F1R789","Q7T3F3","Caltractin","ube2nl","cetn4","ube2nb","Caltractin (Centrin 4)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","A5WWE3","Caltractin","fc26a07","cetn4","A5WWE3","Caltractin (Centrin 4)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q1LUM9","Caltractin","dncli2","cetn4","Q1LUM9","Caltractin (Centrin 4)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q5SNQ6","Caltractin","si:dkey-12h9.4","cetn4","gtf2h5","Caltractin (Centrin 4)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","F8W428","Caltractin","im:7140950","cetn4","cul4b","Caltractin (Centrin 4)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q7SZR5","Caltractin","sumo1","cetn4","sumo1","Caltractin (Centrin 4)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q7SXA3","Caltractin","zgc:66168","cetn4","rps27a","Caltractin (Centrin 4)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","A0A0N4SUD2","Caltractin","Ubi-p63E","cetn4","ubb","Caltractin (Centrin 4)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q6PBH4","Caltractin","dynll2","cetn4","dynll1","Caltractin (Centrin 4)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","F1Q5E7","Caltractin","XPD","cetn4","ercc2","Caltractin (Centrin 4)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","F1R096","Caltractin","sh3bp5lb","cetn4","gtf2h4","Caltractin (Centrin 4)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","A0A2R8PYT0","Caltractin","zgc:65951","cetn4","rad23b","Caltractin (Centrin 4)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","F8W4B7","Caltractin","Histone deacetylase 6","cetn4","hdac6","Caltractin (Centrin 4)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q2YDS1","Caltractin","ddb2","cetn4","ddb2","Caltractin (Centrin 4)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","F1QHN6","Caltractin","im:7042025","cetn4","ubc","Caltractin (Centrin 4)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q7T2C1","Caltractin","zgc:64071","cetn4","cul4a","Caltractin (Centrin 4)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000060416","physical","txid7955" +"F1R789","Q6DHL4","Caltractin","sumo2","cetn4","sumo2","Caltractin (Centrin 4)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000060416","physical","txid7955" +"A4QN36","E7F7M5","zgc:153297","E3 ubiquitin-protein ligase pellino homolog 1-like","peli1b","peli3","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","string-db","7955.ENSDARP00000108458/7955.ENSDARP00000087380","physical","txid7955" +"A4QN36","F6NJE2","zgc:153297","Interleukin-1 receptor-associated kinase 1","peli1b","irak1","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000087380","physical","txid7955" +"E7F7M5","F6NJE2","E3 ubiquitin-protein ligase pellino homolog 1-like","Interleukin-1 receptor-associated kinase 1","peli3","irak1","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000108458","physical","txid7955" +"I3ISP1","Q7SXA3","fc85c01","zgc:66168","pcnt","rps27a","Pericentrin","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000125930","physical","txid7955" +"I3ISP1","F1QHN6","fc85c01","im:7042025","pcnt","ubc","Pericentrin","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000125930","physical","txid7955" +"I3ISP1","A0A0N4SUD2","fc85c01","Ubi-p63E","pcnt","ubb","Pericentrin","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000125930","physical","txid7955" +"I3ISP1","Q6PFU4","fc85c01","cdc42a","pcnt","cdc42","Pericentrin","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000125930","physical","txid7955" +"I3ISP1","Q1LUM9","fc85c01","dncli2","pcnt","Q1LUM9","Pericentrin","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000125930","physical","txid7955" +"A0A8M2BAK6","A0A0N4SUD2","Helicase-like transcription factor","Ubi-p63E","A0A8M2BAK6","ubb","Helicase-like transcription factor","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000120933","physical","txid7955" +"A0A8M2BAK6","Q7SXA3","Helicase-like transcription factor","zgc:66168","A0A8M2BAK6","rps27a","Helicase-like transcription factor","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000120933","physical","txid7955" +"A0A8M2BAK6","F1QHN6","Helicase-like transcription factor","im:7042025","A0A8M2BAK6","ubc","Helicase-like transcription factor","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000120933","physical","txid7955" +"Q58EC8","F1QHN6","rnf152","im:7042025","Q58EC8","ubc","E3 ubiquitin-protein ligase rnf152 (EC 2.3.2.27) (RING finger protein 152) (RING-type E3 ubiquitin transferase rnf152)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000106876","physical","txid7955" +"Q58EC8","A0A0N4SUD2","rnf152","Ubi-p63E","Q58EC8","ubb","E3 ubiquitin-protein ligase rnf152 (EC 2.3.2.27) (RING finger protein 152) (RING-type E3 ubiquitin transferase rnf152)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000106876","physical","txid7955" +"Q58EC8","Q7SXA3","rnf152","zgc:66168","Q58EC8","rps27a","E3 ubiquitin-protein ligase rnf152 (EC 2.3.2.27) (RING finger protein 152) (RING-type E3 ubiquitin transferase rnf152)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000106876","physical","txid7955" +"E7F8A6","Q7SXA3","B-cell lymphoma/leukemia 10 isoform X1","zgc:66168","bcl10","rps27a","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000103460","physical","txid7955" +"E7F8A6","F1QHN6","B-cell lymphoma/leukemia 10 isoform X1","im:7042025","bcl10","ubc","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000103460","physical","txid7955" +"E7F8A6","A0A0N4SUD2","B-cell lymphoma/leukemia 10 isoform X1","Ubi-p63E","bcl10","ubb","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000103460","physical","txid7955" +"Q7ZW78","Q6DG68","rnf181","wu:fb38h07","rnf181","ube2e2","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","Q7SXA3","rnf181","zgc:66168","rnf181","rps27a","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","Q7ZUK1","rnf181","zgc:55886","rnf181","ube2d2","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","string-db","7955.ENSDARP00000063836/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","Q7T3F3","rnf181","ube2nl","rnf181","ube2nb","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","E7F8A6","rnf181","B-cell lymphoma/leukemia 10 isoform X1","rnf181","bcl10","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","A0A0N4SUD2","rnf181","Ubi-p63E","rnf181","ubb","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000038991","physical","txid7955" +"Q7ZW78","F1QHN6","rnf181","im:7042025","rnf181","ubc","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000038991","physical","txid7955" +"A4IFZ0","F8W3K2","map3k7ip3l","card15","tab3","nod2","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","string-db","7955.ENSDARP00000124380/7955.ENSDARP00000083707","physical","txid7955" +"A4IFZ0","F6NJE2","map3k7ip3l","Interleukin-1 receptor-associated kinase 1","tab3","irak1","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000083707","physical","txid7955" +"Q8JHI3","F8W4B7","arl13b","Histone deacetylase 6","arl13b","hdac6","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000092960","physical","txid7955" +"Q8JHI3","Q1LUM9","arl13b","dncli2","arl13b","Q1LUM9","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000092960","physical","txid7955" +"Q8JHI3","A0A0N4SUD2","arl13b","Ubi-p63E","arl13b","ubb","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000092960","physical","txid7955" +"Q8JHI3","F1QHN6","arl13b","im:7042025","arl13b","ubc","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000092960","physical","txid7955" +"Q8JHI3","Q7SXA3","arl13b","zgc:66168","arl13b","rps27a","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000092960","physical","txid7955" +"Q7ZVN7","Q561X3","med15","med4","Q7ZVN7","Q561X3","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A0A0R4IWW7","med15","zgc:85716","Q7ZVN7","thrap3b","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q5RIW8","med15","med23","Q7ZVN7","med23","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","I3IT74","med15","si:ch211-234f14.1","Q7ZVN7","cdk6","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6DBX1","med15","med20","Q7ZVN7","med20","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","E7F602","med15","fc22c09","Q7ZVN7","med16","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","E7F5L4","med15","Cyclin-dependent kinase 21","Q7ZVN7","E7F5L4","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6NYT1","med15","med8","Q7ZVN7","Q6NYT1","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","R4GDN4","med15","med9","Q7ZVN7","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A0A8M1QLR0","med15","cyclin-dependent kinase","Q7ZVN7","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6DH26","med15","med31","Q7ZVN7","med31","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6PFL0","med15","med27","Q7ZVN7","med27","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","string-db","7955.ENSDARP00000005238/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q7T3H7","med15","med18","Q7ZVN7","med18","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A0A8M3AQV5","med15","Thyroid hormone receptor-associated protein 3 isoform X1","Q7ZVN7","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q0VIA1","med15","med10","Q7ZVN7","med10","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q2PW47","med15","med24","Q7ZVN7","med24","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q8JH47","med15","cdk8","Q7ZVN7","Q8JH47","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","string-db","7955.ENSDARP00000022588/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A3KNK7","med15","med11","Q7ZVN7","A3KNK7","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","F1QR19","med15","Mediator of RNA polymerase II transcription subunit 1","Q7ZVN7","F1QR19","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q7ZTI5","med15","med21","Q7ZVN7","med21","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q9I9P9","med15","smad2","Q7ZVN7","smad2","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q1XHK0","med15","fb13f09","Q7ZVN7","nr3c1","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","string-db","7955.ENSDARP00000054263/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q08BY1","med15","med17","Q7ZVN7","Q08BY1","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","string-db","7955.ENSDARP00000023604/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q2QCI8","med15","med12","Q7ZVN7","Q2QCI8","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6IQ63","med15","med6","Q7ZVN7","med6","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q8JHI6","med15","med29","Q7ZVN7","med29","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","string-db","7955.ENSDARP00000031379/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6DRL8","med15","med19b","Q7ZVN7","med19b","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q5RKN3","med15","med28","Q7ZVN7","Q5RKN3","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q8AY15","med15","madh3","Q7ZVN7","smad3a","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q08C81","med15","med19a","Q7ZVN7","med19a","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6PC45","med15","med30","Q7ZVN7","Q6PC45","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q7ZV35","med15","med7","Q7ZVN7","Q7ZV35","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","string-db","7955.ENSDARP00000010075/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A5WUL3","med15","med22","Q7ZVN7","med22","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q4V8V8","med15","Mediator of RNA polymerase II transcription subunit 30","Q7ZVN7","-","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","A2VCZ5","med15","Mediator of RNA polymerase II transcription subunit 13-like","Q7ZVN7","A2VCZ5","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000003782","physical","txid7955" +"Q7ZVN7","Q6PEH8","med15","med25","Q7ZVN7","Q6PEH8","Mediator of RNA polymerase II transcription subunit 15 (Mediator complex subunit 15)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000003782","physical","txid7955" +"Q2PW47","Q6DBX1","med24","med20","med24","med20","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000132097","physical","txid7955" +"Q2PW47","A0A0R4IWW7","med24","zgc:85716","med24","thrap3b","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000132097","physical","txid7955" +"Q2PW47","A0A8M3AQV5","med24","Thyroid hormone receptor-associated protein 3 isoform X1","med24","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000132097","physical","txid7955" +"Q2PW47","Q6NYT1","med24","med8","med24","Q6NYT1","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000132097","physical","txid7955" +"Q2PW47","Q6PC45","med24","med30","med24","Q6PC45","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000132097","physical","txid7955" +"Q0VIA1","Q6DH26","med10","med31","med10","med31","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A3KNK7","med10","med11","med10","A3KNK7","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A0A0R4IWW7","med10","zgc:85716","med10","thrap3b","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q4V8V8","med10","Mediator of RNA polymerase II transcription subunit 30","med10","-","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q5RIW8","med10","med23","med10","med23","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q6PC45","med10","med30","med10","Q6PC45","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A0A8M1QLR0","med10","cyclin-dependent kinase","med10","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A0A8M3AQV5","med10","Thyroid hormone receptor-associated protein 3 isoform X1","med10","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A2VCZ5","med10","Mediator of RNA polymerase II transcription subunit 13-like","med10","A2VCZ5","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","A5WUL3","med10","med22","med10","med22","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q6NYT1","med10","med8","med10","Q6NYT1","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q2PW47","med10","med24","med10","med24","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q6DRL8","med10","med19b","med10","med19b","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","R4GDN4","med10","med9","med10","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q2QCI8","med10","med12","med10","Q2QCI8","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","Q6DBX1","med10","med20","med10","med20","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000094663","physical","txid7955" +"Q0VIA1","I3IT74","med10","si:ch211-234f14.1","med10","cdk6","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000094663","physical","txid7955" +"Q7T3H7","F1QR19","med18","Mediator of RNA polymerase II transcription subunit 1","med18","F1QR19","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q6PC45","med18","med30","med18","Q6PC45","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A0A8M3AQV5","med18","Thyroid hormone receptor-associated protein 3 isoform X1","med18","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A0A8M1QLR0","med18","cyclin-dependent kinase","med18","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A3KNK7","med18","med11","med18","A3KNK7","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A2VCZ5","med18","Mediator of RNA polymerase II transcription subunit 13-like","med18","A2VCZ5","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q5RIW8","med18","med23","med18","med23","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","I3IT74","med18","si:ch211-234f14.1","med18","cdk6","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A5WUL3","med18","med22","med18","med22","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q4V8V8","med18","Mediator of RNA polymerase II transcription subunit 30","med18","-","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q6NYT1","med18","med8","med18","Q6NYT1","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","A0A0R4IWW7","med18","zgc:85716","med18","thrap3b","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q6DH26","med18","med31","med18","med31","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q2QCI8","med18","med12","med18","Q2QCI8","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q6DRL8","med18","med19b","med18","med19b","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q561X3","med18","med4","med18","Q561X3","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","R4GDN4","med18","med9","med18","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q2PW47","med18","med24","med18","med24","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q0VIA1","med18","med10","med18","med10","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000060446","physical","txid7955" +"Q7T3H7","Q6DBX1","med18","med20","med18","med20","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000060446","physical","txid7955" +"R4GDN4","A0A0R4IWW7","med9","zgc:85716","si:ch73-105m5.1","thrap3b","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q6DBX1","med9","med20","si:ch73-105m5.1","med20","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q4V8V8","med9","Mediator of RNA polymerase II transcription subunit 30","si:ch73-105m5.1","-","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q2QCI8","med9","med12","si:ch73-105m5.1","Q2QCI8","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q2PW47","med9","med24","si:ch73-105m5.1","med24","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","A0A8M3AQV5","med9","Thyroid hormone receptor-associated protein 3 isoform X1","si:ch73-105m5.1","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q6PC45","med9","med30","si:ch73-105m5.1","Q6PC45","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","Q6NYT1","med9","med8","si:ch73-105m5.1","Q6NYT1","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000126587","physical","txid7955" +"R4GDN4","A2VCZ5","med9","Mediator of RNA polymerase II transcription subunit 13-like","si:ch73-105m5.1","A2VCZ5","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000126587","physical","txid7955" +"Q8JHI6","Q2QCI8","med29","med12","med29","Q2QCI8","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q4V8V8","med29","Mediator of RNA polymerase II transcription subunit 30","med29","-","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6PC45","med29","med30","med29","Q6PC45","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q5RKN3","med29","med28","med29","Q5RKN3","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","E7F5L4","med29","Cyclin-dependent kinase 21","med29","E7F5L4","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q08C81","med29","med19a","med29","med19a","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","I3IT74","med29","si:ch211-234f14.1","med29","cdk6","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q7ZTI5","med29","med21","med29","med21","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6DRL8","med29","med19b","med29","med19b","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q561X3","med29","med4","med29","Q561X3","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","E7F602","med29","fc22c09","med29","med16","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6DBX1","med29","med20","med29","med20","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A0A8M1QLR0","med29","cyclin-dependent kinase","med29","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6PEH8","med29","med25","med29","Q6PEH8","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q5RIW8","med29","med23","med29","med23","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A2VCZ5","med29","Mediator of RNA polymerase II transcription subunit 13-like","med29","A2VCZ5","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A3KNK7","med29","med11","med29","A3KNK7","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q0VIA1","med29","med10","med29","med10","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","R4GDN4","med29","med9","med29","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6DH26","med29","med31","med29","med31","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q2PW47","med29","med24","med29","med24","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A0A0R4IWW7","med29","zgc:85716","med29","thrap3b","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A0A8M3AQV5","med29","Thyroid hormone receptor-associated protein 3 isoform X1","med29","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6IQ63","med29","med6","med29","med6","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q7T3H7","med29","med18","med29","med18","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","Q6NYT1","med29","med8","med29","Q6NYT1","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","F1QR19","med29","Mediator of RNA polymerase II transcription subunit 1","med29","F1QR19","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000031379","physical","txid7955" +"Q8JHI6","A5WUL3","med29","med22","med29","med22","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000031379","physical","txid7955" +"Q7ZV35","Q7T3H7","med7","med18","Q7ZV35","med18","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6DH26","med7","med31","Q7ZV35","med31","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q2PW47","med7","med24","Q7ZV35","med24","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","I3IT74","med7","si:ch211-234f14.1","Q7ZV35","cdk6","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","E7F5L4","med7","Cyclin-dependent kinase 21","Q7ZV35","E7F5L4","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q08C81","med7","med19a","Q7ZV35","med19a","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q8JH47","med7","cdk8","Q7ZV35","Q8JH47","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","string-db","7955.ENSDARP00000022588/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q5RIW8","med7","med23","Q7ZV35","med23","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6PC45","med7","med30","Q7ZV35","Q6PC45","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6PEH8","med7","med25","Q7ZV35","Q6PEH8","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A3KNK7","med7","med11","Q7ZV35","A3KNK7","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","E7F602","med7","fc22c09","Q7ZV35","med16","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6NYT1","med7","med8","Q7ZV35","Q6NYT1","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A5WUL3","med7","med22","Q7ZV35","med22","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q5RKN3","med7","med28","Q7ZV35","Q5RKN3","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q08BY1","med7","med17","Q7ZV35","Q08BY1","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","string-db","7955.ENSDARP00000023604/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q561X3","med7","med4","Q7ZV35","Q561X3","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q2QCI8","med7","med12","Q7ZV35","Q2QCI8","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6DRL8","med7","med19b","Q7ZV35","med19b","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q7ZTI5","med7","med21","Q7ZV35","med21","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A0A0R4IWW7","med7","zgc:85716","Q7ZV35","thrap3b","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q4V8V8","med7","Mediator of RNA polymerase II transcription subunit 30","Q7ZV35","-","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A0A8M3AQV5","med7","Thyroid hormone receptor-associated protein 3 isoform X1","Q7ZV35","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6IQ63","med7","med6","Q7ZV35","med6","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","F1QR19","med7","Mediator of RNA polymerase II transcription subunit 1","Q7ZV35","F1QR19","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q8JHI6","med7","med29","Q7ZV35","med29","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","string-db","7955.ENSDARP00000031379/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A0A8M1QLR0","med7","cyclin-dependent kinase","Q7ZV35","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","R4GDN4","med7","med9","Q7ZV35","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","A2VCZ5","med7","Mediator of RNA polymerase II transcription subunit 13-like","Q7ZV35","A2VCZ5","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q0VIA1","med7","med10","Q7ZV35","med10","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000010075","physical","txid7955" +"Q7ZV35","Q6DBX1","med7","med20","Q7ZV35","med20","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000010075","physical","txid7955" +"Q08C81","A0A8M3AQV5","med19a","Thyroid hormone receptor-associated protein 3 isoform X1","med19a","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6DRL8","med19a","med19b","med19a","med19b","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","A0A8M1QLR0","med19a","cyclin-dependent kinase","med19a","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6PC45","med19a","med30","med19a","Q6PC45","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q5RKN3","med19a","med28","med19a","Q5RKN3","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","I3IT74","med19a","si:ch211-234f14.1","med19a","cdk6","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q2QCI8","med19a","med12","med19a","Q2QCI8","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q5RIW8","med19a","med23","med19a","med23","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q4V8V8","med19a","Mediator of RNA polymerase II transcription subunit 30","med19a","-","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","E7F602","med19a","fc22c09","med19a","med16","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","A0A0R4IWW7","med19a","zgc:85716","med19a","thrap3b","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","F1QR19","med19a","Mediator of RNA polymerase II transcription subunit 1","med19a","F1QR19","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6NYT1","med19a","med8","med19a","Q6NYT1","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","R4GDN4","med19a","med9","med19a","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","A3KNK7","med19a","med11","med19a","A3KNK7","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q561X3","med19a","med4","med19a","Q561X3","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","A2VCZ5","med19a","Mediator of RNA polymerase II transcription subunit 13-like","med19a","A2VCZ5","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6DH26","med19a","med31","med19a","med31","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q2PW47","med19a","med24","med19a","med24","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","A5WUL3","med19a","med22","med19a","med22","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6PEH8","med19a","med25","med19a","Q6PEH8","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q0VIA1","med19a","med10","med19a","med10","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q7T3H7","med19a","med18","med19a","med18","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000054409","physical","txid7955" +"Q08C81","Q6DBX1","med19a","med20","med19a","med20","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000054409","physical","txid7955" +"Q561X3","Q6PC45","med4","med30","Q561X3","Q6PC45","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A2VCZ5","med4","Mediator of RNA polymerase II transcription subunit 13-like","Q561X3","A2VCZ5","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q2QCI8","med4","med12","Q561X3","Q2QCI8","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q4V8V8","med4","Mediator of RNA polymerase II transcription subunit 30","Q561X3","-","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q5RIW8","med4","med23","Q561X3","med23","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q2PW47","med4","med24","Q561X3","med24","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q6DBX1","med4","med20","Q561X3","med20","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q6NYT1","med4","med8","Q561X3","Q6NYT1","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","I3IT74","med4","si:ch211-234f14.1","Q561X3","cdk6","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q6DH26","med4","med31","Q561X3","med31","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A5WUL3","med4","med22","Q561X3","med22","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q6DRL8","med4","med19b","Q561X3","med19b","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","Q0VIA1","med4","med10","Q561X3","med10","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","F1QR19","med4","Mediator of RNA polymerase II transcription subunit 1","Q561X3","F1QR19","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","R4GDN4","med4","med9","Q561X3","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A0A8M1QLR0","med4","cyclin-dependent kinase","Q561X3","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A0A0R4IWW7","med4","zgc:85716","Q561X3","thrap3b","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A3KNK7","med4","med11","Q561X3","A3KNK7","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000060839","physical","txid7955" +"Q561X3","A0A8M3AQV5","med4","Thyroid hormone receptor-associated protein 3 isoform X1","Q561X3","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000060839","physical","txid7955" +"Q6IQ63","Q08C81","med6","med19a","med6","med19a","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q4V8V8","med6","Mediator of RNA polymerase II transcription subunit 30","med6","-","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q7T3H7","med6","med18","med6","med18","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","I3IT74","med6","si:ch211-234f14.1","med6","cdk6","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6DBX1","med6","med20","med6","med20","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6NYT1","med6","med8","med6","Q6NYT1","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A0A8M3AQV5","med6","Thyroid hormone receptor-associated protein 3 isoform X1","med6","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A0A8M1QLR0","med6","cyclin-dependent kinase","med6","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q2QCI8","med6","med12","med6","Q2QCI8","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q5RKN3","med6","med28","med6","Q5RKN3","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q561X3","med6","med4","med6","Q561X3","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A3KNK7","med6","med11","med6","A3KNK7","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A5WUL3","med6","med22","med6","med22","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6PC45","med6","med30","med6","Q6PC45","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A2VCZ5","med6","Mediator of RNA polymerase II transcription subunit 13-like","med6","A2VCZ5","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","R4GDN4","med6","med9","med6","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q5RIW8","med6","med23","med6","med23","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q0VIA1","med6","med10","med6","med10","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6DH26","med6","med31","med6","med31","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q2PW47","med6","med24","med6","med24","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","E7F5L4","med6","Cyclin-dependent kinase 21","med6","E7F5L4","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","A0A0R4IWW7","med6","zgc:85716","med6","thrap3b","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","E7F602","med6","fc22c09","med6","med16","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","F1QR19","med6","Mediator of RNA polymerase II transcription subunit 1","med6","F1QR19","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6DRL8","med6","med19b","med6","med19b","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000044114","physical","txid7955" +"Q6IQ63","Q6PEH8","med6","med25","med6","Q6PEH8","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000044114","physical","txid7955" +"Q6DBX1","Q6NYT1","med20","med8","med20","Q6NYT1","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000146689","physical","txid7955" +"Q8JH47","Q2QCI8","cdk8","med12","Q8JH47","Q2QCI8","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q4V8V8","cdk8","Mediator of RNA polymerase II transcription subunit 30","Q8JH47","-","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","E7F602","cdk8","fc22c09","Q8JH47","med16","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","R4GDN4","cdk8","med9","Q8JH47","si:ch73-105m5.1","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q08BY1","cdk8","med17","Q8JH47","Q08BY1","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","string-db","7955.ENSDARP00000023604/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A0A0R4IWW7","cdk8","zgc:85716","Q8JH47","thrap3b","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A2VCZ5","cdk8","Mediator of RNA polymerase II transcription subunit 13-like","Q8JH47","A2VCZ5","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6NYT1","cdk8","med8","Q8JH47","Q6NYT1","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A3KNK7","cdk8","med11","Q8JH47","A3KNK7","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","F1QR19","cdk8","Mediator of RNA polymerase II transcription subunit 1","Q8JH47","F1QR19","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q7T3H7","cdk8","med18","Q8JH47","med18","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6DH26","cdk8","med31","Q8JH47","med31","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A5WUL3","cdk8","med22","Q8JH47","med22","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6DRL8","cdk8","med19b","Q8JH47","med19b","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q5RIW8","cdk8","med23","Q8JH47","med23","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6PEH8","cdk8","med25","Q8JH47","Q6PEH8","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q7ZTI5","cdk8","med21","Q8JH47","med21","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","E7F5L4","cdk8","Cyclin-dependent kinase 21","Q8JH47","E7F5L4","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6PC45","cdk8","med30","Q8JH47","Q6PC45","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","F1QMB9","cdk8","ccnk","Q8JH47","F1QMB9","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A0A8M1QLR0","cdk8","cyclin-dependent kinase","Q8JH47","A0A8M1QLR0","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","A0A8M3AQV5","cdk8","Thyroid hormone receptor-associated protein 3 isoform X1","Q8JH47","A0A8M3AQV5","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q2PW47","cdk8","med24","Q8JH47","med24","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6IQ63","cdk8","med6","Q8JH47","med6","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q8JHI6","cdk8","med29","Q8JH47","med29","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","string-db","7955.ENSDARP00000031379/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q7SXE8","cdk8","cdk9","Q8JH47","cdk9","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q0VIA1","cdk8","med10","Q8JH47","med10","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q803Q8","cdk8","ccnt2","Q8JH47","Q803Q8","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q08C81","cdk8","med19a","Q8JH47","med19a","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","I3IT74","cdk8","si:ch211-234f14.1","Q8JH47","cdk6","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q5RKN3","cdk8","med28","Q8JH47","Q5RKN3","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q6DBX1","cdk8","med20","Q8JH47","med20","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000022588","physical","txid7955" +"Q8JH47","Q561X3","cdk8","med4","Q8JH47","Q561X3","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000022588","physical","txid7955" +"Q6PFL0","Q6DBX1","med27","med20","med27","med20","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q8JH47","med27","cdk8","med27","Q8JH47","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Cyclin-dependent kinase 8 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 8) (Mediator complex subunit cdk8) (Mediator of RNA polymerase II transcription subunit cdk8)","string-db","7955.ENSDARP00000022588/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q7ZV35","med27","med7","med27","Q7ZV35","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 7 (Cofactor required for Sp1 transcriptional activation subunit 9) (CRSP complex subunit 9) (Mediator complex subunit 7)","string-db","7955.ENSDARP00000010075/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q561X3","med27","med4","med27","Q561X3","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q08C81","med27","med19a","med27","med19a","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6DRL8","med27","med19b","med27","med19b","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6IQ63","med27","med6","med27","med6","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q2QCI8","med27","med12","med27","Q2QCI8","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q7T3H7","med27","med18","med27","med18","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6PC45","med27","med30","med27","Q6PC45","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q5RKN3","med27","med28","med27","Q5RKN3","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q5RIW8","med27","med23","med27","med23","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q08BY1","med27","med17","med27","Q08BY1","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","string-db","7955.ENSDARP00000023604/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q4V8V8","med27","Mediator of RNA polymerase II transcription subunit 30","med27","-","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q2PW47","med27","med24","med27","med24","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6DH26","med27","med31","med27","med31","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6PEH8","med27","med25","med27","Q6PEH8","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","E7F602","med27","fc22c09","med27","med16","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A5WUL3","med27","med22","med27","med22","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A3KNK7","med27","med11","med27","A3KNK7","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","F1QR19","med27","Mediator of RNA polymerase II transcription subunit 1","med27","F1QR19","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q7ZTI5","med27","med21","med27","med21","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","I3IT74","med27","si:ch211-234f14.1","med27","cdk6","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A0A8M1QLR0","med27","cyclin-dependent kinase","med27","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A0A0R4IWW7","med27","zgc:85716","med27","thrap3b","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A2VCZ5","med27","Mediator of RNA polymerase II transcription subunit 13-like","med27","A2VCZ5","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","R4GDN4","med27","med9","med27","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q8JHI6","med27","med29","med27","med29","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","string-db","7955.ENSDARP00000031379/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","A0A8M3AQV5","med27","Thyroid hormone receptor-associated protein 3 isoform X1","med27","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q0VIA1","med27","med10","med27","med10","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","E7F5L4","med27","Cyclin-dependent kinase 21","med27","E7F5L4","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000005238","physical","txid7955" +"Q6PFL0","Q6NYT1","med27","med8","med27","Q6NYT1","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000005238","physical","txid7955" +"Q5RKN3","A0A8M3AQV5","med28","Thyroid hormone receptor-associated protein 3 isoform X1","Q5RKN3","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","A0A8M1QLR0","med28","cyclin-dependent kinase","Q5RKN3","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6DBX1","med28","med20","Q5RKN3","med20","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","A0A0R4IWW7","med28","zgc:85716","Q5RKN3","thrap3b","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q2PW47","med28","med24","Q5RKN3","med24","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6NYT1","med28","med8","Q5RKN3","Q6NYT1","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","F1QR19","med28","Mediator of RNA polymerase II transcription subunit 1","Q5RKN3","F1QR19","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","E7F602","med28","fc22c09","Q5RKN3","med16","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q4V8V8","med28","Mediator of RNA polymerase II transcription subunit 30","Q5RKN3","-","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","A3KNK7","med28","med11","Q5RKN3","A3KNK7","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6DRL8","med28","med19b","Q5RKN3","med19b","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q561X3","med28","med4","Q5RKN3","Q561X3","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6PEH8","med28","med25","Q5RKN3","Q6PEH8","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","A2VCZ5","med28","Mediator of RNA polymerase II transcription subunit 13-like","Q5RKN3","A2VCZ5","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q0VIA1","med28","med10","Q5RKN3","med10","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6DH26","med28","med31","Q5RKN3","med31","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","A5WUL3","med28","med22","Q5RKN3","med22","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q2QCI8","med28","med12","Q5RKN3","Q2QCI8","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q7T3H7","med28","med18","Q5RKN3","med18","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","R4GDN4","med28","med9","Q5RKN3","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q6PC45","med28","med30","Q5RKN3","Q6PC45","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","I3IT74","med28","si:ch211-234f14.1","Q5RKN3","cdk6","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000054441","physical","txid7955" +"Q5RKN3","Q5RIW8","med28","med23","Q5RKN3","med23","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000054441","physical","txid7955" +"Q8AY15","Q307I6","madh3","WW domain-containing transcription regulator 1","smad3a","wwtr1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A2R8QPY7","madh3","LOC100535338","smad3a","LOC100535338","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Homeobox protein TGIF2-like","string-db","7955.ENSDARP00000154899/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","F1R3E6","madh3","Forkhead box O4","smad3a","foxo4","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box O4 (Forkhead box protein O4)","string-db","7955.ENSDARP00000072649/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q1LUC3","madh3","kat2b","smad3a","kat2b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A2R8Q1W5","madh3","keap1b","smad3a","keap1b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q9I9P9","madh3","smad2","smad3a","smad2","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q7ZZB1","madh3","si:bz36d5.4","smad3a","snx9a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Sorting nexin","string-db","7955.ENSDARP00000095249/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q8AXV6","madh3","hey1","smad3a","hey1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Hairy/enhancer-of-split related with YRPW motif protein 1","string-db","7955.ENSDARP00000094416/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q1L8Y3","madh3","LOC564395","smad3a","smad6b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000091342/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A9JRZ0","madh3","smurf2","smad3a","smurf2","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","string-db","7955.ENSDARP00000055490/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","E7FF48","madh3","SMRT","smad3a","ncor2","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q6NZ22","madh3","mettl14","smad3a","mettl14","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A3RK75","madh3","foxo1b","smad3a","foxo1b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box protein O1-B","string-db","7955.ENSDARP00000082331/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","P52160","madh3","myca","smad3a","P52160","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","E7FFZ5","madh3","smad10b","smad3a","E7FFZ5","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q7SXA3","madh3","zgc:66168","smad3a","rps27a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","P79734","madh3","tp53","smad3a","tp53","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q803F0","madh3","TGIF","smad3a","tgif1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Homeobox protein TGIF1 (TGFB-induced factor)","string-db","7955.ENSDARP00000076869/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A0R4ICD5","madh3","fb72f07","smad3a","e2f4","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A8M1N9U9","madh3","si:dkey-222b8.1","smad3a","A0A8M1N9U9","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","F1QW97","madh3","fc18h09","smad3a","sp1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q568V0","madh3","foxg1","smad3a","foxg1a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box protein G1","string-db","7955.ENSDARP00000094979/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A8M2B5I7","madh3","im:7137698","smad3a","A0A8M2B5I7","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A5WUE8","madh3","E2F4","smad3a","e2f5","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","string-db","7955.ENSDARP00000056678/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A3RK74","madh3","foxo1a","smad3a","foxo1a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q9W7E7","madh3","smad5","smad3a","smad5","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","string-db","7955.ENSDARP00000054174/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A5PMI2","madh3","Zinc finger FYVE domain-containing protein 9 isoform X1","smad3a","zfyve9a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","string-db","7955.ENSDARP00000131596/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q6NYP6","madh3","pp2ca2","smad3a","Q6NYP6","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Protein phosphatase 1A (Protein phosphatase 2C isoform alpha)","string-db","7955.ENSDARP00000070999/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q1JPV2","madh3","foxl2-1","smad3a","Q1JPV2","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box L2 (Forkhead box L2-2) (Forkhead box L2a) (Forkhead box protein L2)","string-db","7955.ENSDARP00000061827/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","F1QHN6","madh3","im:7042025","smad3a","ubc","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q9DE40","madh3","hm:zeh0655","smad3a","zic2b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","ZIC family member 2 (Odd-paired homolog, Drosophila) B (Zic family member 2b) (Zinc finger protein Zic2)","string-db","7955.ENSDARP00000054065/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q9W7C0","madh3","Lymphocyte enhancer binding factor 1","smad3a","lef1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q7SZR1","madh3","tob1","smad3a","tob1a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Protein Tob1 (Transducer of ERBB2, 1a)","string-db","7955.ENSDARP00000049239/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q6NZT5","madh3","fj36h07","smad3a","jun","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q803N1","madh3","tfdp1l","smad3a","tfdp1a","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","A0A0N4SUD2","madh3","Ubi-p63E","smad3a","ubb","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","P52161","madh3","max","smad3a","P52161","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q7SXL7","madh3","wtap","smad3a","wtap","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","string-db","7955.ENSDARP00000062551/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","Q9I9E1","madh3","foxh1","smad3a","foxh1","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","string-db","7955.ENSDARP00000072485/7955.ENSDARP00000045373","physical","txid7955" +"Q8AY15","F1Q8K3","madh3","wu:fc22f04","smad3a","F1Q8K3","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000045373","physical","txid7955" +"Q2QCI8","Q2PW47","med12","med24","Q2QCI8","med24","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","Q6DBX1","med12","med20","Q2QCI8","med20","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","A0A0R4IWW7","med12","zgc:85716","Q2QCI8","thrap3b","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","F1QGH7","med12","ctnnb1","Q2QCI8","ctnnb1","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","Q6NYT1","med12","med8","Q2QCI8","Q6NYT1","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","A0A8M3AQV5","med12","Thyroid hormone receptor-associated protein 3 isoform X1","Q2QCI8","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","Q4V8V8","med12","Mediator of RNA polymerase II transcription subunit 30","Q2QCI8","-","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000130194","physical","txid7955" +"Q2QCI8","Q6PC45","med12","med30","Q2QCI8","Q6PC45","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000130194","physical","txid7955" +"A5WUL3","Q5RIW8","med22","med23","med22","med23","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q6NYT1","med22","med8","med22","Q6NYT1","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","A2VCZ5","med22","Mediator of RNA polymerase II transcription subunit 13-like","med22","A2VCZ5","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","R4GDN4","med22","med9","med22","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q2PW47","med22","med24","med22","med24","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q4V8V8","med22","Mediator of RNA polymerase II transcription subunit 30","med22","-","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q6DRL8","med22","med19b","med22","med19b","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","A0A8M3AQV5","med22","Thyroid hormone receptor-associated protein 3 isoform X1","med22","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q6PC45","med22","med30","med22","Q6PC45","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","A3KNK7","med22","med11","med22","A3KNK7","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","A0A0R4IWW7","med22","zgc:85716","med22","thrap3b","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q2QCI8","med22","med12","med22","Q2QCI8","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","Q6DBX1","med22","med20","med22","med20","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000113772","physical","txid7955" +"A5WUL3","I3IT74","med22","si:ch211-234f14.1","med22","cdk6","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000113772","physical","txid7955" +"Q6PC45","Q6NYT1","med30","med8","Q6PC45","Q6NYT1","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000134817","physical","txid7955" +"Q6PC45","Q6DBX1","med30","med20","Q6PC45","med20","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000134817","physical","txid7955" +"Q6PC45","A0A0R4IWW7","med30","zgc:85716","Q6PC45","thrap3b","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000134817","physical","txid7955" +"Q6PC45","A0A8M3AQV5","med30","Thyroid hormone receptor-associated protein 3 isoform X1","Q6PC45","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000134817","physical","txid7955" +"E7F5L4","Q90YX4","Cyclin-dependent kinase 21","cdkn1b","E7F5L4","cdkn1bb","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6PEH8","Cyclin-dependent kinase 21","med25","E7F5L4","Q6PEH8","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","F1QR19","Cyclin-dependent kinase 21","Mediator of RNA polymerase II transcription subunit 1","E7F5L4","F1QR19","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q90459","Cyclin-dependent kinase 21","ccnd1","E7F5L4","ccnd1","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6DRL8","Cyclin-dependent kinase 21","med19b","E7F5L4","med19b","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6PC45","Cyclin-dependent kinase 21","med30","E7F5L4","Q6PC45","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6DH26","Cyclin-dependent kinase 21","med31","E7F5L4","med31","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q561X3","Cyclin-dependent kinase 21","med4","E7F5L4","Q561X3","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6NYT1","Cyclin-dependent kinase 21","med8","E7F5L4","Q6NYT1","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","I3IT74","Cyclin-dependent kinase 21","si:ch211-234f14.1","E7F5L4","cdk6","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q1L8M6","Cyclin-dependent kinase 21","si:ch211-240j22.2","E7F5L4","Q1L8M6","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","G1/S-specific cyclin-D2","string-db","7955.ENSDARP00000094056/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A2VCZ5","Cyclin-dependent kinase 21","Mediator of RNA polymerase II transcription subunit 13-like","E7F5L4","A2VCZ5","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A0A0R4ITZ5","Cyclin-dependent kinase 21","Cyclin-dependent kinase inhibitor 1C-like","E7F5L4","cdkn1cb","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Cyclin-dependent kinase inhibitor 1C-like (Cyclin-dependent kinase inhibitor 1Cb)","string-db","7955.ENSDARP00000140338/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A5WUL3","Cyclin-dependent kinase 21","med22","E7F5L4","med22","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A0A8M1QLR0","Cyclin-dependent kinase 21","cyclin-dependent kinase","E7F5L4","A0A8M1QLR0","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A0A8M3AQV5","Cyclin-dependent kinase 21","Thyroid hormone receptor-associated protein 3 isoform X1","E7F5L4","A0A8M3AQV5","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A3KNK7","Cyclin-dependent kinase 21","med11","E7F5L4","A3KNK7","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q7T3H7","Cyclin-dependent kinase 21","med18","E7F5L4","med18","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q5RIW8","Cyclin-dependent kinase 21","med23","E7F5L4","med23","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q2PW47","Cyclin-dependent kinase 21","med24","E7F5L4","med24","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q4V8V8","Cyclin-dependent kinase 21","Mediator of RNA polymerase II transcription subunit 30","E7F5L4","-","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","E7F602","Cyclin-dependent kinase 21","fc22c09","E7F5L4","med16","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","A0A0R4IWW7","Cyclin-dependent kinase 21","zgc:85716","E7F5L4","thrap3b","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q2QCI8","Cyclin-dependent kinase 21","med12","E7F5L4","Q2QCI8","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","R4GDN4","Cyclin-dependent kinase 21","med9","E7F5L4","si:ch73-105m5.1","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q5RKN3","Cyclin-dependent kinase 21","med28","E7F5L4","Q5RKN3","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q6DBX1","Cyclin-dependent kinase 21","med20","E7F5L4","med20","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q08C81","Cyclin-dependent kinase 21","med19a","E7F5L4","med19a","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000049719","physical","txid7955" +"E7F5L4","Q0VIA1","Cyclin-dependent kinase 21","med10","E7F5L4","med10","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000049719","physical","txid7955" +"A2VCZ5","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 13-like","Thyroid hormone receptor-associated protein 3 isoform X1","A2VCZ5","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","A0A0R4IWW7","Mediator of RNA polymerase II transcription subunit 13-like","zgc:85716","A2VCZ5","thrap3b","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q6PC45","Mediator of RNA polymerase II transcription subunit 13-like","med30","A2VCZ5","Q6PC45","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q6DBX1","Mediator of RNA polymerase II transcription subunit 13-like","med20","A2VCZ5","med20","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q2PW47","Mediator of RNA polymerase II transcription subunit 13-like","med24","A2VCZ5","med24","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q4V8V8","Mediator of RNA polymerase II transcription subunit 13-like","Mediator of RNA polymerase II transcription subunit 30","A2VCZ5","-","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q6NYT1","Mediator of RNA polymerase II transcription subunit 13-like","med8","A2VCZ5","Q6NYT1","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000126727","physical","txid7955" +"A2VCZ5","Q2QCI8","Mediator of RNA polymerase II transcription subunit 13-like","med12","A2VCZ5","Q2QCI8","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000126727","physical","txid7955" +"Q08BY1","Q561X3","med17","med4","Q08BY1","Q561X3","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","I3IT74","med17","si:ch211-234f14.1","Q08BY1","cdk6","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q2PW47","med17","med24","Q08BY1","med24","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q8JHI6","med17","med29","Q08BY1","med29","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","string-db","7955.ENSDARP00000031379/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6DBX1","med17","med20","Q08BY1","med20","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q2QCI8","med17","med12","Q08BY1","Q2QCI8","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","E7F602","med17","fc22c09","Q08BY1","med16","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6IQ63","med17","med6","Q08BY1","med6","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","E7F5L4","med17","Cyclin-dependent kinase 21","Q08BY1","E7F5L4","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6PC45","med17","med30","Q08BY1","Q6PC45","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q7T3H7","med17","med18","Q08BY1","med18","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","F1QR19","med17","Mediator of RNA polymerase II transcription subunit 1","Q08BY1","F1QR19","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A2VCZ5","med17","Mediator of RNA polymerase II transcription subunit 13-like","Q08BY1","A2VCZ5","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q4V8V8","med17","Mediator of RNA polymerase II transcription subunit 30","Q08BY1","-","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A3KNK7","med17","med11","Q08BY1","A3KNK7","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6DRL8","med17","med19b","Q08BY1","med19b","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6DH26","med17","med31","Q08BY1","med31","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A0A8M1QLR0","med17","cyclin-dependent kinase","Q08BY1","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q5RIW8","med17","med23","Q08BY1","med23","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A0A8M3AQV5","med17","Thyroid hormone receptor-associated protein 3 isoform X1","Q08BY1","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q5RKN3","med17","med28","Q08BY1","Q5RKN3","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6PEH8","med17","med25","Q08BY1","Q6PEH8","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q08C81","med17","med19a","Q08BY1","med19a","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A0A0R4IWW7","med17","zgc:85716","Q08BY1","thrap3b","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q7ZTI5","med17","med21","Q08BY1","med21","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","string-db","7955.ENSDARP00000036773/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q6NYT1","med17","med8","Q08BY1","Q6NYT1","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","Q0VIA1","med17","med10","Q08BY1","med10","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","R4GDN4","med17","med9","Q08BY1","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000023604","physical","txid7955" +"Q08BY1","A5WUL3","med17","med22","Q08BY1","med22","Mediator of RNA polymerase II transcription subunit 17 (Cofactor required for Sp1 transcriptional activation subunit 6) (CRSP complex subunit 6) (Mediator complex subunit 17)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000023604","physical","txid7955" +"A0A8M3AQV5","Q6DBX1","Thyroid hormone receptor-associated protein 3 isoform X1","med20","A0A8M3AQV5","med20","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000144710","physical","txid7955" +"A0A8M3AQV5","Q6NYT1","Thyroid hormone receptor-associated protein 3 isoform X1","med8","A0A8M3AQV5","Q6NYT1","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000144710","physical","txid7955" +"Q5RIW8","Q6DRL8","med23","med19b","med23","med19b","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","A0A0R4IWW7","med23","zgc:85716","med23","thrap3b","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q6PC45","med23","med30","med23","Q6PC45","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","A3KNK7","med23","med11","med23","A3KNK7","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q4V8V8","med23","Mediator of RNA polymerase II transcription subunit 30","med23","-","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","A0A8M3AQV5","med23","Thyroid hormone receptor-associated protein 3 isoform X1","med23","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q6NYT1","med23","med8","med23","Q6NYT1","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","A2VCZ5","med23","Mediator of RNA polymerase II transcription subunit 13-like","med23","A2VCZ5","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q2QCI8","med23","med12","med23","Q2QCI8","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","R4GDN4","med23","med9","med23","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","I3IT74","med23","si:ch211-234f14.1","med23","cdk6","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q6DBX1","med23","med20","med23","med20","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000116237","physical","txid7955" +"Q5RIW8","Q2PW47","med23","med24","med23","med24","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000116237","physical","txid7955" +"A0A8M1QLR0","A0A8M3AQV5","cyclin-dependent kinase","Thyroid hormone receptor-associated protein 3 isoform X1","A0A8M1QLR0","A0A8M3AQV5","cyclin-dependent kinase (EC 2.7.11.22)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","A3KNK7","cyclin-dependent kinase","med11","A0A8M1QLR0","A3KNK7","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q6DRL8","cyclin-dependent kinase","med19b","A0A8M1QLR0","med19b","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q6DH26","cyclin-dependent kinase","med31","A0A8M1QLR0","med31","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q5RIW8","cyclin-dependent kinase","med23","A0A8M1QLR0","med23","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","A2VCZ5","cyclin-dependent kinase","Mediator of RNA polymerase II transcription subunit 13-like","A0A8M1QLR0","A2VCZ5","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","A0A0R4IWW7","cyclin-dependent kinase","zgc:85716","A0A8M1QLR0","thrap3b","cyclin-dependent kinase (EC 2.7.11.22)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","A5WUL3","cyclin-dependent kinase","med22","A0A8M1QLR0","med22","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q6NYT1","cyclin-dependent kinase","med8","A0A8M1QLR0","Q6NYT1","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q4V8V8","cyclin-dependent kinase","Mediator of RNA polymerase II transcription subunit 30","A0A8M1QLR0","-","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","R4GDN4","cyclin-dependent kinase","med9","A0A8M1QLR0","si:ch73-105m5.1","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q6PC45","cyclin-dependent kinase","med30","A0A8M1QLR0","Q6PC45","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","I3IT74","cyclin-dependent kinase","si:ch211-234f14.1","A0A8M1QLR0","cdk6","cyclin-dependent kinase (EC 2.7.11.22)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q6DBX1","cyclin-dependent kinase","med20","A0A8M1QLR0","med20","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q2PW47","cyclin-dependent kinase","med24","A0A8M1QLR0","med24","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000095438","physical","txid7955" +"A0A8M1QLR0","Q2QCI8","cyclin-dependent kinase","med12","A0A8M1QLR0","Q2QCI8","cyclin-dependent kinase (EC 2.7.11.22)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000095438","physical","txid7955" +"Q6DH26","R4GDN4","med31","med9","med31","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q5RIW8","med31","med23","med31","med23","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q2PW47","med31","med24","med31","med24","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","I3IT74","med31","si:ch211-234f14.1","med31","cdk6","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q2QCI8","med31","med12","med31","Q2QCI8","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q6DBX1","med31","med20","med31","med20","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","A0A8M3AQV5","med31","Thyroid hormone receptor-associated protein 3 isoform X1","med31","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q4V8V8","med31","Mediator of RNA polymerase II transcription subunit 30","med31","-","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","A2VCZ5","med31","Mediator of RNA polymerase II transcription subunit 13-like","med31","A2VCZ5","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","A3KNK7","med31","med11","med31","A3KNK7","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","A5WUL3","med31","med22","med31","med22","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q6DRL8","med31","med19b","med31","med19b","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","A0A0R4IWW7","med31","zgc:85716","med31","thrap3b","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q6NYT1","med31","med8","med31","Q6NYT1","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000104686","physical","txid7955" +"Q6DH26","Q6PC45","med31","med30","med31","Q6PC45","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000104686","physical","txid7955" +"A3KNK7","I3IT74","med11","si:ch211-234f14.1","A3KNK7","cdk6","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q4V8V8","med11","Mediator of RNA polymerase II transcription subunit 30","A3KNK7","-","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q6DBX1","med11","med20","A3KNK7","med20","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","A0A8M3AQV5","med11","Thyroid hormone receptor-associated protein 3 isoform X1","A3KNK7","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q6NYT1","med11","med8","A3KNK7","Q6NYT1","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","A2VCZ5","med11","Mediator of RNA polymerase II transcription subunit 13-like","A3KNK7","A2VCZ5","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q6PC45","med11","med30","A3KNK7","Q6PC45","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","A0A0R4IWW7","med11","zgc:85716","A3KNK7","thrap3b","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q2QCI8","med11","med12","A3KNK7","Q2QCI8","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","Q2PW47","med11","med24","A3KNK7","med24","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000120505","physical","txid7955" +"A3KNK7","R4GDN4","med11","med9","A3KNK7","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000120505","physical","txid7955" +"A0A0R4IWW7","Q6DBX1","zgc:85716","med20","thrap3b","med20","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000141866","physical","txid7955" +"A0A0R4IWW7","A0A8M3AQV5","zgc:85716","Thyroid hormone receptor-associated protein 3 isoform X1","thrap3b","A0A8M3AQV5","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000141866","physical","txid7955" +"A0A0R4IWW7","Q6NYT1","zgc:85716","med8","thrap3b","Q6NYT1","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000141866","physical","txid7955" +"Q4V8V8","Q2PW47","Mediator of RNA polymerase II transcription subunit 30","med24","-","med24","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000130510","physical","txid7955" +"Q4V8V8","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 30","Thyroid hormone receptor-associated protein 3 isoform X1","-","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000130510","physical","txid7955" +"Q4V8V8","Q6PC45","Mediator of RNA polymerase II transcription subunit 30","med30","-","Q6PC45","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000130510","physical","txid7955" +"Q4V8V8","Q6NYT1","Mediator of RNA polymerase II transcription subunit 30","med8","-","Q6NYT1","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000130510","physical","txid7955" +"Q4V8V8","Q6DBX1","Mediator of RNA polymerase II transcription subunit 30","med20","-","med20","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000130510","physical","txid7955" +"Q4V8V8","A0A0R4IWW7","Mediator of RNA polymerase II transcription subunit 30","zgc:85716","-","thrap3b","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000130510","physical","txid7955" +"F1QR19","Q2QCI8","Mediator of RNA polymerase II transcription subunit 1","med12","F1QR19","Q2QCI8","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q6PC45","Mediator of RNA polymerase II transcription subunit 1","med30","F1QR19","Q6PC45","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q5RIW8","Mediator of RNA polymerase II transcription subunit 1","med23","F1QR19","med23","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","R4GDN4","Mediator of RNA polymerase II transcription subunit 1","med9","F1QR19","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q6DH26","Mediator of RNA polymerase II transcription subunit 1","med31","F1QR19","med31","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q0VIA1","Mediator of RNA polymerase II transcription subunit 1","med10","F1QR19","med10","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","I3IT74","Mediator of RNA polymerase II transcription subunit 1","si:ch211-234f14.1","F1QR19","cdk6","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 1","cyclin-dependent kinase","F1QR19","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q4V8V8","Mediator of RNA polymerase II transcription subunit 1","Mediator of RNA polymerase II transcription subunit 30","F1QR19","-","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q2PW47","Mediator of RNA polymerase II transcription subunit 1","med24","F1QR19","med24","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q6DRL8","Mediator of RNA polymerase II transcription subunit 1","med19b","F1QR19","med19b","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 1","Thyroid hormone receptor-associated protein 3 isoform X1","F1QR19","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A3KNK7","Mediator of RNA polymerase II transcription subunit 1","med11","F1QR19","A3KNK7","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q6DBX1","Mediator of RNA polymerase II transcription subunit 1","med20","F1QR19","med20","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A5WUL3","Mediator of RNA polymerase II transcription subunit 1","med22","F1QR19","med22","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A2VCZ5","Mediator of RNA polymerase II transcription subunit 1","Mediator of RNA polymerase II transcription subunit 13-like","F1QR19","A2VCZ5","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","A0A0R4IWW7","Mediator of RNA polymerase II transcription subunit 1","zgc:85716","F1QR19","thrap3b","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000076961","physical","txid7955" +"F1QR19","Q6NYT1","Mediator of RNA polymerase II transcription subunit 1","med8","F1QR19","Q6NYT1","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000076961","physical","txid7955" +"Q7ZTI5","Q0VIA1","med21","med10","med21","med10","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q2PW47","med21","med24","med21","med24","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q7T3H7","med21","med18","med21","med18","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","R4GDN4","med21","med9","med21","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q5RIW8","med21","med23","med21","med23","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q4V8V8","med21","Mediator of RNA polymerase II transcription subunit 30","med21","-","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A0A0R4IWW7","med21","zgc:85716","med21","thrap3b","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q5RKN3","med21","med28","med21","Q5RKN3","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 28 (Mediator complex subunit 28)","string-db","7955.ENSDARP00000054441/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6PEH8","med21","med25","med21","Q6PEH8","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","string-db","7955.ENSDARP00000055392/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","E7F602","med21","fc22c09","med21","med16","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q2QCI8","med21","med12","med21","Q2QCI8","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6DRL8","med21","med19b","med21","med19b","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6NYT1","med21","med8","med21","Q6NYT1","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A5WUL3","med21","med22","med21","med22","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6DBX1","med21","med20","med21","med20","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q561X3","med21","med4","med21","Q561X3","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A0A8M3AQV5","med21","Thyroid hormone receptor-associated protein 3 isoform X1","med21","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","I3IT74","med21","si:ch211-234f14.1","med21","cdk6","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","F1QR19","med21","Mediator of RNA polymerase II transcription subunit 1","med21","F1QR19","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6IQ63","med21","med6","med21","med6","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","string-db","7955.ENSDARP00000044114/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6DH26","med21","med31","med21","med31","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q6PC45","med21","med30","med21","Q6PC45","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A2VCZ5","med21","Mediator of RNA polymerase II transcription subunit 13-like","med21","A2VCZ5","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","E7F5L4","med21","Cyclin-dependent kinase 21","med21","E7F5L4","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A0A8M1QLR0","med21","cyclin-dependent kinase","med21","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","A3KNK7","med21","med11","med21","A3KNK7","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000036773","physical","txid7955" +"Q7ZTI5","Q08C81","med21","med19a","med21","med19a","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","string-db","7955.ENSDARP00000054409/7955.ENSDARP00000036773","physical","txid7955" +"Q6DRL8","Q6PC45","med19b","med30","med19b","Q6PC45","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","R4GDN4","med19b","med9","med19b","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","Q6DBX1","med19b","med20","med19b","med20","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","Q4V8V8","med19b","Mediator of RNA polymerase II transcription subunit 30","med19b","-","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","A3KNK7","med19b","med11","med19b","A3KNK7","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","A0A8M3AQV5","med19b","Thyroid hormone receptor-associated protein 3 isoform X1","med19b","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","A0A0R4IWW7","med19b","zgc:85716","med19b","thrap3b","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","Q6NYT1","med19b","med8","med19b","Q6NYT1","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","A2VCZ5","med19b","Mediator of RNA polymerase II transcription subunit 13-like","med19b","A2VCZ5","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","Q2PW47","med19b","med24","med19b","med24","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","I3IT74","med19b","si:ch211-234f14.1","med19b","cdk6","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000116331","physical","txid7955" +"Q6DRL8","Q2QCI8","med19b","med12","med19b","Q2QCI8","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000116331","physical","txid7955" +"Q6PEH8","Q6DH26","med25","med31","Q6PEH8","med31","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A0A0R4IWW7","med25","zgc:85716","Q6PEH8","thrap3b","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A0A8M1QLR0","med25","cyclin-dependent kinase","Q6PEH8","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","R4GDN4","med25","med9","Q6PEH8","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A3KNK7","med25","med11","Q6PEH8","A3KNK7","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q4V8V8","med25","Mediator of RNA polymerase II transcription subunit 30","Q6PEH8","-","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q561X3","med25","med4","Q6PEH8","Q561X3","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q6PC45","med25","med30","Q6PEH8","Q6PC45","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q7T3H7","med25","med18","Q6PEH8","med18","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q6DBX1","med25","med20","Q6PEH8","med20","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A0A8M3AQV5","med25","Thyroid hormone receptor-associated protein 3 isoform X1","Q6PEH8","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q5RIW8","med25","med23","Q6PEH8","med23","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q6NYT1","med25","med8","Q6PEH8","Q6NYT1","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q2PW47","med25","med24","Q6PEH8","med24","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A5WUL3","med25","med22","Q6PEH8","med22","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q6DRL8","med25","med19b","Q6PEH8","med19b","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q0VIA1","med25","med10","Q6PEH8","med10","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","Q2QCI8","med25","med12","Q6PEH8","Q2QCI8","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","F6P346","med25","id:ibd1121","Q6PEH8","F6P346","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","E3 ubiquitin-protein ligase (EC 2.3.2.26)","string-db","7955.ENSDARP00000081798/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","I3IT74","med25","si:ch211-234f14.1","Q6PEH8","cdk6","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","F1QR19","med25","Mediator of RNA polymerase II transcription subunit 1","Q6PEH8","F1QR19","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","E7F602","med25","fc22c09","Q6PEH8","med16","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","string-db","7955.ENSDARP00000059751/7955.ENSDARP00000055392","physical","txid7955" +"Q6PEH8","A2VCZ5","med25","Mediator of RNA polymerase II transcription subunit 13-like","Q6PEH8","A2VCZ5","Mediator of RNA polymerase II transcription subunit 25 (Mediator complex subunit 25)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000055392","physical","txid7955" +"E7F602","Q6NYT1","fc22c09","med8","med16","Q6NYT1","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 8 (Mediator complex subunit 8)","string-db","7955.ENSDARP00000149277/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q2PW47","fc22c09","med24","med16","med24","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","string-db","7955.ENSDARP00000132097/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q6DBX1","fc22c09","med20","med16","med20","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","string-db","7955.ENSDARP00000146689/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A0A8M3AQV5","fc22c09","Thyroid hormone receptor-associated protein 3 isoform X1","med16","A0A8M3AQV5","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3a)","string-db","7955.ENSDARP00000144710/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A0A8M1QLR0","fc22c09","cyclin-dependent kinase","med16","A0A8M1QLR0","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000095438/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q561X3","fc22c09","med4","med16","Q561X3","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 4 (Mediator complex subunit 4)","string-db","7955.ENSDARP00000060839/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q7T3H7","fc22c09","med18","med16","med18","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","string-db","7955.ENSDARP00000060446/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","I3IT74","fc22c09","si:ch211-234f14.1","med16","cdk6","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","F1QR19","fc22c09","Mediator of RNA polymerase II transcription subunit 1","med16","F1QR19","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 1 (Mediator complex subunit 1)","string-db","7955.ENSDARP00000076961/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q0VIA1","fc22c09","med10","med16","med10","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","string-db","7955.ENSDARP00000094663/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q6PC45","fc22c09","med30","med16","Q6PC45","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30) (Thyroid hormone receptor-associated protein 6 homolog)","string-db","7955.ENSDARP00000134817/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A2VCZ5","fc22c09","Mediator of RNA polymerase II transcription subunit 13-like","med16","A2VCZ5","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 13-like (Thyroid hormone receptor-associated protein complex 240 kDa component-like protein)","string-db","7955.ENSDARP00000126727/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q5RIW8","fc22c09","med23","med16","med23","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","string-db","7955.ENSDARP00000116237/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q6DRL8","fc22c09","med19b","med16","med19b","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","string-db","7955.ENSDARP00000116331/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A5WUL3","fc22c09","med22","med16","med22","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","string-db","7955.ENSDARP00000113772/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A0A0R4IWW7","fc22c09","zgc:85716","med16","thrap3b","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","string-db","7955.ENSDARP00000141866/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","R4GDN4","fc22c09","med9","med16","si:ch73-105m5.1","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","string-db","7955.ENSDARP00000126587/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","A3KNK7","fc22c09","med11","med16","A3KNK7","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 11 (Mediator complex subunit 11)","string-db","7955.ENSDARP00000120505/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q2QCI8","fc22c09","med12","med16","Q2QCI8","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q6DH26","fc22c09","med31","med16","med31","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","string-db","7955.ENSDARP00000104686/7955.ENSDARP00000059751","physical","txid7955" +"E7F602","Q4V8V8","fc22c09","Mediator of RNA polymerase II transcription subunit 30","med16","-","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","string-db","7955.ENSDARP00000130510/7955.ENSDARP00000059751","physical","txid7955" +"Q1XHK0","O93599","fb13f09","STAT3b1","nr3c1","stat3","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000054263","physical","txid7955" +"Q1XHK0","Q7ZU53","fb13f09","cry3","nr3c1","cry2","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","string-db","7955.ENSDARP00000134736/7955.ENSDARP00000054263","physical","txid7955" +"Q7T1A1","Q8AWE0","drd2c","D","Q7T1A1","drd2a","Dopamine D2c receptor (Dopamine receptor D2b)","D(2) dopamine receptor (Dopamine D2a receptor) (Dopamine receptor D2a)","string-db","7955.ENSDARP00000123971/7955.ENSDARP00000003786","physical","txid7955" +"Q7T1A1","X1WBR1","drd2c","drd2b","Q7T1A1","drd2l","Dopamine D2c receptor (Dopamine receptor D2b)","Dopamine receptor D2 like isoform X1 (Dopamine receptor D2-like)","string-db","7955.ENSDARP00000127653/7955.ENSDARP00000003786","physical","txid7955" +"Q8AWE0","X1WBR1","D","drd2b","drd2a","drd2l","D(2) dopamine receptor (Dopamine D2a receptor) (Dopamine receptor D2a)","Dopamine receptor D2 like isoform X1 (Dopamine receptor D2-like)","string-db","7955.ENSDARP00000127653/7955.ENSDARP00000123971","physical","txid7955" +"Q7ZUH1","X1WEE6","rtraf","Family with sequence similarity 98 member A","Q7ZUH1","fam98a","RNA transcription, translation and transport factor protein","Family with sequence similarity 98 member A (Protein FAM98A)","string-db","7955.ENSDARP00000128597/7955.ENSDARP00000003814","physical","txid7955" +"Q7ZUH1","Q6NZS4","rtraf","rtcb","Q7ZUH1","Q6NZS4","RNA transcription, translation and transport factor protein","RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase)","string-db","7955.ENSDARP00000140069/7955.ENSDARP00000003814","physical","txid7955" +"Q7ZUH1","F1QHG6","rtraf","Im:7138535","Q7ZUH1","im:7138535","RNA transcription, translation and transport factor protein","Im:7138535 (Uncharacterized protein LOC797998)","string-db","7955.ENSDARP00000074306/7955.ENSDARP00000003814","physical","txid7955" +"Q7ZUH1","Q566V0","rtraf","zbtb8os","Q7ZUH1","Q566V0","RNA transcription, translation and transport factor protein","Protein archease (Protein zbtb8os)","string-db","7955.ENSDARP00000020953/7955.ENSDARP00000003814","physical","txid7955" +"Q7ZUH1","Q32LR5","rtraf","Ashwin","Q7ZUH1","-","RNA transcription, translation and transport factor protein","Ashwin","string-db","7955.ENSDARP00000061584/7955.ENSDARP00000003814","physical","txid7955" +"X1WEE6","Q6NZS4","Family with sequence similarity 98 member A","rtcb","fam98a","Q6NZS4","Family with sequence similarity 98 member A (Protein FAM98A)","RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase)","string-db","7955.ENSDARP00000140069/7955.ENSDARP00000128597","physical","txid7955" +"Q566V0","X1WEE6","zbtb8os","Family with sequence similarity 98 member A","Q566V0","fam98a","Protein archease (Protein zbtb8os)","Family with sequence similarity 98 member A (Protein FAM98A)","string-db","7955.ENSDARP00000128597/7955.ENSDARP00000020953","physical","txid7955" +"Q566V0","F1QHG6","zbtb8os","Im:7138535","Q566V0","im:7138535","Protein archease (Protein zbtb8os)","Im:7138535 (Uncharacterized protein LOC797998)","string-db","7955.ENSDARP00000074306/7955.ENSDARP00000020953","physical","txid7955" +"Q566V0","Q32LR5","zbtb8os","Ashwin","Q566V0","-","Protein archease (Protein zbtb8os)","Ashwin","string-db","7955.ENSDARP00000061584/7955.ENSDARP00000020953","physical","txid7955" +"Q566V0","Q6NZS4","zbtb8os","rtcb","Q566V0","Q6NZS4","Protein archease (Protein zbtb8os)","RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase)","string-db","7955.ENSDARP00000140069/7955.ENSDARP00000020953","physical","txid7955" +"Q32LR5","X1WEE6","Ashwin","Family with sequence similarity 98 member A","-","fam98a","Ashwin","Family with sequence similarity 98 member A (Protein FAM98A)","string-db","7955.ENSDARP00000128597/7955.ENSDARP00000061584","physical","txid7955" +"Q32LR5","Q6NZS4","Ashwin","rtcb","-","Q6NZS4","Ashwin","RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase)","string-db","7955.ENSDARP00000140069/7955.ENSDARP00000061584","physical","txid7955" +"Q32LR5","F1QHG6","Ashwin","Im:7138535","-","im:7138535","Ashwin","Im:7138535 (Uncharacterized protein LOC797998)","string-db","7955.ENSDARP00000074306/7955.ENSDARP00000061584","physical","txid7955" +"F1QHG6","Q6NZS4","Im:7138535","rtcb","im:7138535","Q6NZS4","Im:7138535 (Uncharacterized protein LOC797998)","RNA-splicing ligase RtcB homolog (EC 6.5.1.8) (3'-phosphate/5'-hydroxy nucleic acid ligase)","string-db","7955.ENSDARP00000140069/7955.ENSDARP00000074306","physical","txid7955" +"F1QHG6","X1WEE6","Im:7138535","Family with sequence similarity 98 member A","im:7138535","fam98a","Im:7138535 (Uncharacterized protein LOC797998)","Family with sequence similarity 98 member A (Protein FAM98A)","string-db","7955.ENSDARP00000128597/7955.ENSDARP00000074306","physical","txid7955" +"Q7ZVD4","Q567V5","zgc:56097","im:6908977","sf3a2","snrpd2","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","F1RAH8","zgc:56097","im:7141316","sf3a2","rbmx2","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q8JHH1","zgc:56097","CHUNP6882","sf3a2","Q8JHH1","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q7ZUE4","zgc:56097","fb18h07","sf3a2","prpf40a","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","F1QQZ1","zgc:56097","Splicing factor 3B subunit 1 isoform X1","sf3a2","sf3b1","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q6DRE8","zgc:56097","snrp70","sf3a2","snrnp70","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","A3KMT0","zgc:56097","CH73-131E21.2","sf3a2","-","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q1JPZ7","zgc:56097","prpf39","sf3a2","prpf39","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q1LVE8","zgc:56097","sf3b3","sf3a2","sf3b3","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","F1QPY7","zgc:56097","zgc:103688","sf3a2","snrpg","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q6P022","zgc:56097","wu:fb73g02","sf3a2","Q6P022","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q8JGS0","zgc:56097","snrpc","sf3a2","snrpc","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","string-db","7955.ENSDARP00000010253/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q6ZM78","zgc:56097","si:ch211-8a9.5","sf3a2","sf3b5","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3B subunit 5 (SF3b5)","string-db","7955.ENSDARP00000016634/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q90X41","zgc:56097","wu:fc38e01","sf3a2","sf3a1","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q9I9E5","zgc:56097","Snrpn","sf3a2","snrpb","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","F1R300","zgc:56097","im:7142962","sf3a2","snrpa1","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q7ZVB5","zgc:56097","wu:fa18f04","sf3a2","snrpd3l","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q7ZUG0","zgc:56097","snrpe","sf3a2","snrpe","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q6YMR2","zgc:56097","chunp6910","sf3a2","phf5a","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","Q6IQM0","zgc:56097","sf3b14","sf3a2","sf3b6","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3B (Splicing factor 3b, subunit 6)","string-db","7955.ENSDARP00000006812/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","A4FVI7","zgc:56097","fj64g01","sf3a2","A4FVI7","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000003884","physical","txid7955" +"Q7ZVD4","A7YT51","zgc:56097","wu:fb53c07","sf3a2","sf3b2","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","string-db","7955.ENSDARP00000007002/7955.ENSDARP00000003884","physical","txid7955" +"A7YT51","Q90X41","wu:fb53c07","wu:fc38e01","sf3b2","sf3a1","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q7ZUG0","wu:fb53c07","snrpe","sf3b2","snrpe","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1Q8J0","wu:fb53c07","rnpc3","sf3b2","rnpc3","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","string-db","7955.ENSDARP00000019728/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q6YMR2","wu:fb53c07","chunp6910","sf3b2","phf5a","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q567V5","wu:fb53c07","im:6908977","sf3b2","snrpd2","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q6ZM78","wu:fb53c07","si:ch211-8a9.5","sf3b2","sf3b5","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Splicing factor 3B subunit 5 (SF3b5)","string-db","7955.ENSDARP00000016634/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","A0A0R4IMG9","wu:fb53c07","fd10a06","sf3b2","snrnp48","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q8JHH1","wu:fb53c07","CHUNP6882","sf3b2","Q8JHH1","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1QSB8","wu:fb53c07","im:7148194","sf3b2","ddx42","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q5SP50","wu:fb53c07","zcrb1","sf3b2","zcrb1","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1R300","wu:fb53c07","im:7142962","sf3b2","snrpa1","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q7ZWA3","wu:fb53c07","rbmx","sf3b2","rbmx","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q6AXL8","wu:fb53c07","zmat5","sf3b2","Q6AXL8","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","A4FVI7","wu:fb53c07","fj64g01","sf3b2","A4FVI7","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q1LVE8","wu:fb53c07","sf3b3","sf3b2","sf3b3","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q6NWB3","wu:fb53c07","chunp6902","sf3b2","sf3b4","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","string-db","7955.ENSDARP00000022759/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q7ZVB5","wu:fb53c07","wu:fa18f04","sf3b2","snrpd3l","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1RAH8","wu:fb53c07","im:7141316","sf3b2","rbmx2","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q4KMD3","wu:fb53c07","snrnp35","sf3b2","snrnp35","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","Q9I9E5","wu:fb53c07","Snrpn","sf3b2","snrpb","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1QPY7","wu:fb53c07","zgc:103688","sf3b2","snrpg","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000007002","physical","txid7955" +"A7YT51","F1QQZ1","wu:fb53c07","Splicing factor 3B subunit 1 isoform X1","sf3b2","sf3b1","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000007002","physical","txid7955" +"Q8JGS0","A4FVI7","snrpc","fj64g01","snrpc","A4FVI7","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q6P2T1","snrpc","fc19d01","snrpc","snrpa","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","U1 small nuclear ribonucleoprotein A","string-db","7955.ENSDARP00000027914/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q7ZVB5","snrpc","wu:fa18f04","snrpc","snrpd3l","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q8JHH1","snrpc","CHUNP6882","snrpc","Q8JHH1","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q9I9E5","snrpc","Snrpn","snrpc","snrpb","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q567V5","snrpc","im:6908977","snrpc","snrpd2","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q90X41","snrpc","wu:fc38e01","snrpc","sf3a1","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q7ZVY0","snrpc","fb73d10","snrpc","Q7ZVY0","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Cytotoxic granule-associated RNA binding protein 1 (Nucleolysin TIA-1) (TIA1 cytotoxic granule-associated RNA-binding protein)","string-db","7955.ENSDARP00000068889/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","R4GDR2","snrpc","im:7148817","snrpc","snrpb2","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","F1QPY7","snrpc","zgc:103688","snrpc","snrpg","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q6DRE8","snrpc","snrp70","snrpc","snrnp70","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q1JPZ7","snrpc","prpf39","snrpc","prpf39","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","A3KMT0","snrpc","CH73-131E21.2","snrpc","-","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q7ZUE4","snrpc","fb18h07","snrpc","prpf40a","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","F1QQZ1","snrpc","Splicing factor 3B subunit 1 isoform X1","snrpc","sf3b1","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q6P022","snrpc","wu:fb73g02","snrpc","Q6P022","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Splicing factor U2AF subunit (U2 snRNP auxiliary factor large subunit)","string-db","7955.ENSDARP00000023679/7955.ENSDARP00000010253","physical","txid7955" +"Q8JGS0","Q7ZUG0","snrpc","snrpe","snrpc","snrpe","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000010253","physical","txid7955" +"Q1LVE8","Q90X41","sf3b3","wu:fc38e01","sf3b3","sf3a1","Splicing factor 3B subunit 3","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000134109","physical","txid7955" +"F1QQZ1","Q5SP02","Splicing factor 3B subunit 1 isoform X1","si:ch211-180b22.3","sf3b1","taf1a","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A0A0R4IMG9","Splicing factor 3B subunit 1 isoform X1","fd10a06","sf3b1","snrnp48","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","F1R300","Splicing factor 3B subunit 1 isoform X1","im:7142962","sf3b1","snrpa1","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A0A0R4I9V4","Splicing factor 3B subunit 1 isoform X1","DNA-directed RNA polymerase subunit","sf3b1","polr1a","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A3KMT0","Splicing factor 3B subunit 1 isoform X1","CH73-131E21.2","sf3b1","-","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","F1QPY7","Splicing factor 3B subunit 1 isoform X1","zgc:103688","sf3b1","snrpg","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","B8A552","Splicing factor 3B subunit 1 isoform X1","chunp6878","sf3b1","B8A552","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","F1RDV9","Splicing factor 3B subunit 1 isoform X1","zgc:171795","sf3b1","F1RDV9","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A0A2R9YJN8","Splicing factor 3B subunit 1 isoform X1","cb960","sf3b1","ddx21","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A5D6S6","Splicing factor 3B subunit 1 isoform X1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sf3b1","polr2l","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","F1RAH8","Splicing factor 3B subunit 1 isoform X1","im:7141316","sf3b1","rbmx2","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q6DRL5","Splicing factor 3B subunit 1 isoform X1","mybbp1a","sf3b1","Q6DRL5","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q7ZVB5","Splicing factor 3B subunit 1 isoform X1","wu:fa18f04","sf3b1","snrpd3l","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A2BIL7","Splicing factor 3B subunit 1 isoform X1","baz1b","sf3b1","A2BIL7","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q90X41","Splicing factor 3B subunit 1 isoform X1","wu:fc38e01","sf3b1","sf3a1","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A4FVI7","Splicing factor 3B subunit 1 isoform X1","fj64g01","sf3b1","A4FVI7","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A0A8M3APY8","Splicing factor 3B subunit 1 isoform X1","myo1c","sf3b1","A0A8M3APY8","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q1LVE8","Splicing factor 3B subunit 1 isoform X1","sf3b3","sf3b1","sf3b3","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q4KMD3","Splicing factor 3B subunit 1 isoform X1","snrnp35","sf3b1","snrnp35","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q7ZWA3","Splicing factor 3B subunit 1 isoform X1","rbmx","sf3b1","rbmx","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q6PHG8","Splicing factor 3B subunit 1 isoform X1","polr1f","sf3b1","Q6PHG8","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","F1QSB8","Splicing factor 3B subunit 1 isoform X1","im:7148194","sf3b1","ddx42","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q7ZUE4","Splicing factor 3B subunit 1 isoform X1","fb18h07","sf3b1","prpf40a","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","B8JKD7","Splicing factor 3B subunit 1 isoform X1","polr1b","sf3b1","polr1b","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q1LUC3","Splicing factor 3B subunit 1 isoform X1","kat2b","sf3b1","kat2b","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","Q1JPZ7","Splicing factor 3B subunit 1 isoform X1","prpf39","sf3b1","prpf39","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000073029","physical","txid7955" +"F1QQZ1","A0A0R4IXF6","Splicing factor 3B subunit 1 isoform X1","kat2a","sf3b1","kat2a","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000073029","physical","txid7955" +"F1R300","Q4TVV3","im:7142962","ddx46","snrpa1","Q4TVV3","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000107467","physical","txid7955" +"F1R300","Q1LVE8","im:7142962","sf3b3","snrpa1","sf3b3","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000107467","physical","txid7955" +"F1R300","F1QPY7","im:7142962","zgc:103688","snrpa1","snrpg","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000107467","physical","txid7955" +"F1R300","Q90X41","im:7142962","wu:fc38e01","snrpa1","sf3a1","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000107467","physical","txid7955" +"F1R300","F1RAH8","im:7142962","im:7141316","snrpa1","rbmx2","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000107467","physical","txid7955" +"Q6YMR2","Q7ZWA3","chunp6910","rbmx","phf5a","rbmx","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","A0A0R4IMG9","chunp6910","fd10a06","phf5a","snrnp48","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","F1RAH8","chunp6910","im:7141316","phf5a","rbmx2","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","A4FVI7","chunp6910","fj64g01","phf5a","A4FVI7","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q4KMD3","chunp6910","snrnp35","phf5a","snrnp35","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","F1R300","chunp6910","im:7142962","phf5a","snrpa1","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","F1QQZ1","chunp6910","Splicing factor 3B subunit 1 isoform X1","phf5a","sf3b1","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q5SP50","chunp6910","zcrb1","phf5a","zcrb1","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q4TVV3","chunp6910","ddx46","phf5a","Q4TVV3","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","E7F3I8","chunp6910","im:2639158","phf5a","E7F3I8","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q7ZVB5","chunp6910","wu:fa18f04","phf5a","snrpd3l","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q90X41","chunp6910","wu:fc38e01","phf5a","sf3a1","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","Q1LVE8","chunp6910","sf3b3","phf5a","sf3b3","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","F1QPY7","chunp6910","zgc:103688","phf5a","snrpg","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","E9QCG7","chunp6910","mp:zf637-1-000918","phf5a","u2surp","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000066396","physical","txid7955" +"Q6YMR2","F1QSB8","chunp6910","im:7148194","phf5a","ddx42","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000066396","physical","txid7955" +"Q1JPZ7","Q90X41","prpf39","wu:fc38e01","prpf39","sf3a1","Pre-mRNA-processing factor 39 (PRP39 homolog)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000139799","physical","txid7955" +"Q6IQM0","F1QSB8","sf3b14","im:7148194","sf3b6","ddx42","Splicing factor 3B (Splicing factor 3b, subunit 6)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q9I9E5","sf3b14","Snrpn","sf3b6","snrpb","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q7ZWA3","sf3b14","rbmx","sf3b6","rbmx","Splicing factor 3B (Splicing factor 3b, subunit 6)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q7ZVB5","sf3b14","wu:fa18f04","sf3b6","snrpd3l","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","F1Q8J0","sf3b14","rnpc3","sf3b6","rnpc3","Splicing factor 3B (Splicing factor 3b, subunit 6)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","string-db","7955.ENSDARP00000019728/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","A0A0R4IMG9","sf3b14","fd10a06","sf3b6","snrnp48","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","F1QQZ1","sf3b14","Splicing factor 3B subunit 1 isoform X1","sf3b6","sf3b1","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","F1QPY7","sf3b14","zgc:103688","sf3b6","snrpg","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q6NWB3","sf3b14","chunp6902","sf3b6","sf3b4","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","string-db","7955.ENSDARP00000022759/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q7ZUG0","sf3b14","snrpe","sf3b6","snrpe","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q567V5","sf3b14","im:6908977","sf3b6","snrpd2","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","F1RAH8","sf3b14","im:7141316","sf3b6","rbmx2","Splicing factor 3B (Splicing factor 3b, subunit 6)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q6YMR2","sf3b14","chunp6910","sf3b6","phf5a","Splicing factor 3B (Splicing factor 3b, subunit 6)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","A4FVI7","sf3b14","fj64g01","sf3b6","A4FVI7","Splicing factor 3B (Splicing factor 3b, subunit 6)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q5SP50","sf3b14","zcrb1","sf3b6","zcrb1","Splicing factor 3B (Splicing factor 3b, subunit 6)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q4KMD3","sf3b14","snrnp35","sf3b6","snrnp35","Splicing factor 3B (Splicing factor 3b, subunit 6)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q6AXL8","sf3b14","zmat5","sf3b6","Q6AXL8","Splicing factor 3B (Splicing factor 3b, subunit 6)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q8JHH1","sf3b14","CHUNP6882","sf3b6","Q8JHH1","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","A7YT51","sf3b14","wu:fb53c07","sf3b6","sf3b2","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","string-db","7955.ENSDARP00000007002/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q1LVE8","sf3b14","sf3b3","sf3b6","sf3b3","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","F1R300","sf3b14","im:7142962","sf3b6","snrpa1","Splicing factor 3B (Splicing factor 3b, subunit 6)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q90X41","sf3b14","wu:fc38e01","sf3b6","sf3a1","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000006812","physical","txid7955" +"Q6IQM0","Q6ZM78","sf3b14","si:ch211-8a9.5","sf3b6","sf3b5","Splicing factor 3B (Splicing factor 3b, subunit 6)","Splicing factor 3B subunit 5 (SF3b5)","string-db","7955.ENSDARP00000016634/7955.ENSDARP00000006812","physical","txid7955" +"A3KMT0","F1QPY7","CH73-131E21.2","zgc:103688","-","snrpg","Uncharacterized protein LOC100038767 (Zgc:158803)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000091392","physical","txid7955" +"A3KMT0","Q1JPZ7","CH73-131E21.2","prpf39","-","prpf39","Uncharacterized protein LOC100038767 (Zgc:158803)","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000091392","physical","txid7955" +"A3KMT0","Q7ZVB5","CH73-131E21.2","wu:fa18f04","-","snrpd3l","Uncharacterized protein LOC100038767 (Zgc:158803)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000091392","physical","txid7955" +"A3KMT0","Q90X41","CH73-131E21.2","wu:fc38e01","-","sf3a1","Uncharacterized protein LOC100038767 (Zgc:158803)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000091392","physical","txid7955" +"Q6ZM78","F1QSB8","si:ch211-8a9.5","im:7148194","sf3b5","ddx42","Splicing factor 3B subunit 5 (SF3b5)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q5SP50","si:ch211-8a9.5","zcrb1","sf3b5","zcrb1","Splicing factor 3B subunit 5 (SF3b5)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q1LVE8","si:ch211-8a9.5","sf3b3","sf3b5","sf3b3","Splicing factor 3B subunit 5 (SF3b5)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q7ZVB5","si:ch211-8a9.5","wu:fa18f04","sf3b5","snrpd3l","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q6NWB3","si:ch211-8a9.5","chunp6902","sf3b5","sf3b4","Splicing factor 3B subunit 5 (SF3b5)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","string-db","7955.ENSDARP00000022759/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q6YMR2","si:ch211-8a9.5","chunp6910","sf3b5","phf5a","Splicing factor 3B subunit 5 (SF3b5)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q6AXL8","si:ch211-8a9.5","zmat5","sf3b5","Q6AXL8","Splicing factor 3B subunit 5 (SF3b5)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1QPY7","si:ch211-8a9.5","zgc:103688","sf3b5","snrpg","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q8JHH1","si:ch211-8a9.5","CHUNP6882","sf3b5","Q8JHH1","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q567V5","si:ch211-8a9.5","im:6908977","sf3b5","snrpd2","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1RAH8","si:ch211-8a9.5","im:7141316","sf3b5","rbmx2","Splicing factor 3B subunit 5 (SF3b5)","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","string-db","7955.ENSDARP00000113381/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1QQZ1","si:ch211-8a9.5","Splicing factor 3B subunit 1 isoform X1","sf3b5","sf3b1","Splicing factor 3B subunit 5 (SF3b5)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q9I9E5","si:ch211-8a9.5","Snrpn","sf3b5","snrpb","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1R0M4","si:ch211-8a9.5","zgc:56390","sf3b5","fus","Splicing factor 3B subunit 5 (SF3b5)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1R300","si:ch211-8a9.5","im:7142962","sf3b5","snrpa1","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q90X41","si:ch211-8a9.5","wu:fc38e01","sf3b5","sf3a1","Splicing factor 3B subunit 5 (SF3b5)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","F1Q8J0","si:ch211-8a9.5","rnpc3","sf3b5","rnpc3","Splicing factor 3B subunit 5 (SF3b5)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","string-db","7955.ENSDARP00000019728/7955.ENSDARP00000016634","physical","txid7955" +"Q6ZM78","Q7ZUG0","si:ch211-8a9.5","snrpe","sf3b5","snrpe","Splicing factor 3B subunit 5 (SF3b5)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000016634","physical","txid7955" +"Q6DRE8","Q7ZVB5","snrp70","wu:fa18f04","snrnp70","snrpd3l","U1 small nuclear ribonucleoprotein 70 kDa","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","F1QQZ1","snrp70","Splicing factor 3B subunit 1 isoform X1","snrnp70","sf3b1","U1 small nuclear ribonucleoprotein 70 kDa","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","A3KMT0","snrp70","CH73-131E21.2","snrnp70","-","U1 small nuclear ribonucleoprotein 70 kDa","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","Q567V5","snrp70","im:6908977","snrnp70","snrpd2","U1 small nuclear ribonucleoprotein 70 kDa","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","A4FVI7","snrp70","fj64g01","snrnp70","A4FVI7","U1 small nuclear ribonucleoprotein 70 kDa","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","Q1JPZ7","snrp70","prpf39","snrnp70","prpf39","U1 small nuclear ribonucleoprotein 70 kDa","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","Q7ZUE4","snrp70","fb18h07","snrnp70","prpf40a","U1 small nuclear ribonucleoprotein 70 kDa","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","F1QPY7","snrp70","zgc:103688","snrnp70","snrpg","U1 small nuclear ribonucleoprotein 70 kDa","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","Q90X41","snrp70","wu:fc38e01","snrnp70","sf3a1","U1 small nuclear ribonucleoprotein 70 kDa","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000055278","physical","txid7955" +"Q6DRE8","R4GDR2","snrp70","im:7148817","snrnp70","snrpb2","U1 small nuclear ribonucleoprotein 70 kDa","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000055278","physical","txid7955" +"F1RAH8","Q1LVE8","im:7141316","sf3b3","rbmx2","sf3b3","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000113381","physical","txid7955" +"F1RAH8","Q90X41","im:7141316","wu:fc38e01","rbmx2","sf3a1","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","string-db","7955.ENSDARP00000150615/7955.ENSDARP00000113381","physical","txid7955" +"F1RAH8","F1QPY7","im:7141316","zgc:103688","rbmx2","snrpg","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000113381","physical","txid7955" +"Q7T314","Q803G5","wu:fb68h07","samm50a","tomm40","Q803G5","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Sorting and assembly machinery component 50 homolog A","string-db","7955.ENSDARP00000095193/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q4VBW0","wu:fb68h07","mtx3","tomm40","Q4VBW0","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","A2THY5","wu:fb68h07","Metaxin","tomm40","mtx1a","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","X1WBS5","wu:fb68h07","si:ch73-15b2.6","tomm40","tomm6","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q6WFZ4","wu:fb68h07","fc02d09","tomm40","Q6WFZ4","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Metaxin-2 (Mtx2 protein)","string-db","7955.ENSDARP00000041857/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q6DH66","wu:fb68h07","tomm20b","tomm40","tomm20b","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q5U3I0","wu:fb68h07","samm50b","tomm40","Q5U3I0","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Sorting and assembly machinery component 50 homolog B","string-db","7955.ENSDARP00000058006/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","F6NZ76","wu:fb68h07","si:ch211-240l14.2","tomm40","tomm5","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","string-db","7955.ENSDARP00000089414/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q6NWH3","wu:fb68h07","zgc:85715","tomm40","tomm40l","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","string-db","7955.ENSDARP00000053324/7955.ENSDARP00000003894","physical","txid7955" +"Q7T314","Q6IQJ1","wu:fb68h07","zgc:86742","tomm40","tomm22","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM22 homolog (Translocase of outer membrane 22 kDa subunit homolog)","string-db","7955.ENSDARP00000066387/7955.ENSDARP00000003894","physical","txid7955" +"Q6NWH3","X1WBS5","zgc:85715","si:ch73-15b2.6","tomm40l","tomm6","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","Q4VBW0","zgc:85715","mtx3","tomm40l","Q4VBW0","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","Q6DH66","zgc:85715","tomm20b","tomm40l","tomm20b","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","F6NZ76","zgc:85715","si:ch211-240l14.2","tomm40l","tomm5","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","string-db","7955.ENSDARP00000089414/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","Q803G5","zgc:85715","samm50a","tomm40l","Q803G5","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Sorting and assembly machinery component 50 homolog A","string-db","7955.ENSDARP00000095193/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","A2THY5","zgc:85715","Metaxin","tomm40l","mtx1a","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000053324","physical","txid7955" +"Q6NWH3","Q5U3I0","zgc:85715","samm50b","tomm40l","Q5U3I0","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","Sorting and assembly machinery component 50 homolog B","string-db","7955.ENSDARP00000058006/7955.ENSDARP00000053324","physical","txid7955" +"Q4VBW0","X1WBS5","mtx3","si:ch73-15b2.6","Q4VBW0","tomm6","Metaxin-3 (zMTX3)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000110969","physical","txid7955" +"Q4VBW0","Q6DH66","mtx3","tomm20b","Q4VBW0","tomm20b","Metaxin-3 (zMTX3)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000110969","physical","txid7955" +"Q6WFZ4","X1WBS5","fc02d09","si:ch73-15b2.6","Q6WFZ4","tomm6","Metaxin-2 (Mtx2 protein)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","Q803G5","fc02d09","samm50a","Q6WFZ4","Q803G5","Metaxin-2 (Mtx2 protein)","Sorting and assembly machinery component 50 homolog A","string-db","7955.ENSDARP00000095193/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","Q6DH66","fc02d09","tomm20b","Q6WFZ4","tomm20b","Metaxin-2 (Mtx2 protein)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","A2THY5","fc02d09","Metaxin","Q6WFZ4","mtx1a","Metaxin-2 (Mtx2 protein)","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","Q4VBW0","fc02d09","mtx3","Q6WFZ4","Q4VBW0","Metaxin-2 (Mtx2 protein)","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","F6NZ76","fc02d09","si:ch211-240l14.2","Q6WFZ4","tomm5","Metaxin-2 (Mtx2 protein)","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","string-db","7955.ENSDARP00000089414/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","Q5U3I0","fc02d09","samm50b","Q6WFZ4","Q5U3I0","Metaxin-2 (Mtx2 protein)","Sorting and assembly machinery component 50 homolog B","string-db","7955.ENSDARP00000058006/7955.ENSDARP00000041857","physical","txid7955" +"Q6WFZ4","Q6NWH3","fc02d09","zgc:85715","Q6WFZ4","tomm40l","Metaxin-2 (Mtx2 protein)","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","string-db","7955.ENSDARP00000053324/7955.ENSDARP00000041857","physical","txid7955" +"Q6IQJ1","Q6DH66","zgc:86742","tomm20b","tomm22","tomm20b","Mitochondrial import receptor subunit TOM22 homolog (Translocase of outer membrane 22 kDa subunit homolog)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000066387","physical","txid7955" +"Q6IQJ1","X1WBS5","zgc:86742","si:ch73-15b2.6","tomm22","tomm6","Mitochondrial import receptor subunit TOM22 homolog (Translocase of outer membrane 22 kDa subunit homolog)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000066387","physical","txid7955" +"Q6IQJ1","F6NZ76","zgc:86742","si:ch211-240l14.2","tomm22","tomm5","Mitochondrial import receptor subunit TOM22 homolog (Translocase of outer membrane 22 kDa subunit homolog)","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","string-db","7955.ENSDARP00000089414/7955.ENSDARP00000066387","physical","txid7955" +"Q5U3I0","A2THY5","samm50b","Metaxin","Q5U3I0","mtx1a","Sorting and assembly machinery component 50 homolog B","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000058006","physical","txid7955" +"Q5U3I0","Q4VBW0","samm50b","mtx3","Q5U3I0","Q4VBW0","Sorting and assembly machinery component 50 homolog B","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000058006","physical","txid7955" +"Q5U3I0","Q6DH66","samm50b","tomm20b","Q5U3I0","tomm20b","Sorting and assembly machinery component 50 homolog B","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000058006","physical","txid7955" +"Q5U3I0","Q803G5","samm50b","samm50a","Q5U3I0","Q803G5","Sorting and assembly machinery component 50 homolog B","Sorting and assembly machinery component 50 homolog A","string-db","7955.ENSDARP00000095193/7955.ENSDARP00000058006","physical","txid7955" +"Q5U3I0","X1WBS5","samm50b","si:ch73-15b2.6","Q5U3I0","tomm6","Sorting and assembly machinery component 50 homolog B","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000058006","physical","txid7955" +"Q5U3I0","F6NZ76","samm50b","si:ch211-240l14.2","Q5U3I0","tomm5","Sorting and assembly machinery component 50 homolog B","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","string-db","7955.ENSDARP00000089414/7955.ENSDARP00000058006","physical","txid7955" +"Q6DH66","Q804S5","tomm20b","mib1","tomm20b","mib1","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000130577","physical","txid7955" +"Q803G5","Q4VBW0","samm50a","mtx3","Q803G5","Q4VBW0","Sorting and assembly machinery component 50 homolog A","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000095193","physical","txid7955" +"Q803G5","Q6DH66","samm50a","tomm20b","Q803G5","tomm20b","Sorting and assembly machinery component 50 homolog A","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000095193","physical","txid7955" +"Q803G5","X1WBS5","samm50a","si:ch73-15b2.6","Q803G5","tomm6","Sorting and assembly machinery component 50 homolog A","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000095193","physical","txid7955" +"Q803G5","A2THY5","samm50a","Metaxin","Q803G5","mtx1a","Sorting and assembly machinery component 50 homolog A","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000095193","physical","txid7955" +"A2THY5","X1WBS5","Metaxin","si:ch73-15b2.6","mtx1a","tomm6","Metaxin","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000098692","physical","txid7955" +"A2THY5","Q4VBW0","Metaxin","mtx3","mtx1a","Q4VBW0","Metaxin","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000098692","physical","txid7955" +"A2THY5","Q6DH66","Metaxin","tomm20b","mtx1a","tomm20b","Metaxin","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000098692","physical","txid7955" +"X1WBS5","Q6DH66","si:ch73-15b2.6","tomm20b","tomm6","tomm20b","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000127667","physical","txid7955" +"F6NZ76","A2THY5","si:ch211-240l14.2","Metaxin","tomm5","mtx1a","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","Metaxin","string-db","7955.ENSDARP00000098692/7955.ENSDARP00000089414","physical","txid7955" +"F6NZ76","Q6DH66","si:ch211-240l14.2","tomm20b","tomm5","tomm20b","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","string-db","7955.ENSDARP00000130577/7955.ENSDARP00000089414","physical","txid7955" +"F6NZ76","Q803G5","si:ch211-240l14.2","samm50a","tomm5","Q803G5","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","Sorting and assembly machinery component 50 homolog A","string-db","7955.ENSDARP00000095193/7955.ENSDARP00000089414","physical","txid7955" +"F6NZ76","Q4VBW0","si:ch211-240l14.2","mtx3","tomm5","Q4VBW0","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","Metaxin-3 (zMTX3)","string-db","7955.ENSDARP00000110969/7955.ENSDARP00000089414","physical","txid7955" +"F6NZ76","X1WBS5","si:ch211-240l14.2","si:ch73-15b2.6","tomm5","tomm6","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","string-db","7955.ENSDARP00000127667/7955.ENSDARP00000089414","physical","txid7955" +"Q90275","O57474","cdh2","gja1","Q90275","gja1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A3QJU6","cdh2","zgc:136923","Q90275","A3QJU6","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","F1QGH7","cdh2","ctnnb1","Q90275","ctnnb1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A0G2L2D6","cdh2","LOC100534755","Q90275","A0A0G2L2D6","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","E9QEL7","cdh2","fb48f12","Q90275","E9QEL7","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q9DGE2","cdh2","mapk14a","Q90275","mapk14a","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","string-db","7955.ENSDARP00000040361/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","O42376","cdh2","mapk12","Q90275","mapk12","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","string-db","7955.ENSDARP00000011298/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","F1R9W4","cdh2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","Q90275","celsr1a","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","string-db","7955.ENSDARP00000043736/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","F1R7G8","cdh2","Cadherin-related 23","Q90275","cdh23","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","B3DGG4","cdh2","vnc","Q90275","cdh11","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","string-db","7955.ENSDARP00000006449/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","B0V236","cdh2","si:dkeyp-68h1.1","Q90275","cdh12a","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A0R4IYS4","cdh2","Protocadherin-8-like","Q90275","si:ch211-199f5.1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Protocadherin-8-like (Si:ch211-199f5.1)","string-db","7955.ENSDARP00000140533/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A0G2L110","cdh2","LOC101886358","Q90275","LOC101886358","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A8M9QJ44","cdh2","Extracellular serine/threonine protein kinase FAM20C","Q90275","A0A8M9QJ44","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A5WV02","cdh2","fa95h11","Q90275","pleca","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Plectin","string-db","7955.ENSDARP00000085112/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q1L8D0","cdh2","cb507","Q90275","cdon","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q5WN09","cdh2","zgc:103673","Q90275","cdh6","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","F8W3X3","cdh2","pcdh19","Q90275","F8W3X3","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Protocadherin-19","string-db","7955.ENSDARP00000124001/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A286Y8C1","cdh2","Catenin","Q90275","A0A286Y8C1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","B7ZC77","cdh2","Ctnna2","Q90275","Ctnna2","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q08C62","cdh2","cdh18","Q90275","Q08C62","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","F8W2F9","cdh2","Tyrosine-protein kinase","Q90275","abl1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","B0S6D4","cdh2","cdh7","Q90275","cdh7a","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 7a (Cadherin-7) (Cdh7 protein)","string-db","7955.ENSDARP00000035549/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","E7FC11","cdh2","Cadherin 27","Q90275","E7FC11","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin 27 (Cadherin-like protein 26)","string-db","7955.ENSDARP00000071873/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q2MLR9","cdh2","cdh10","Q90275","cdh10a","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-6","string-db","7955.ENSDARP00000072694/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q6IQ84","cdh2","zgc:86905","Q90275","Q6IQ84","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","string-db","7955.ENSDARP00000034350/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","P57094","cdh2","axin1","Q90275","P57094","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q9DGE1","cdh2","mapk14b","Q90275","Q9DGE1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","string-db","7955.ENSDARP00000035686/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","Q9PVF8","cdh2","ctnna","Q90275","ctnna1","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A0A0R4IIE9","cdh2","Cadherin-related family member 5 isoform X2","Q90275","A0A0R4IIE9","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000003949","physical","txid7955" +"Q90275","A1L1M6","cdh2","R-cadherin","Q90275","cdh4","Cadherin-2 (Neural cadherin) (N-cadherin) (Parachute) (ZNCAD)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000003949","physical","txid7955" +"E9QEL7","A0A0G2L2D6","fb48f12","LOC100534755","E9QEL7","A0A0G2L2D6","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","A3QJU6","fb48f12","zgc:136923","E9QEL7","A3QJU6","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","B0V236","fb48f12","si:dkeyp-68h1.1","E9QEL7","cdh12a","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","B7ZC77","fb48f12","Ctnna2","E9QEL7","Ctnna2","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","A0A0R4IIE9","fb48f12","Cadherin-related family member 5 isoform X2","E9QEL7","A0A0R4IIE9","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","A1L1M6","fb48f12","R-cadherin","E9QEL7","cdh4","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","A0A0G2L110","fb48f12","LOC101886358","E9QEL7","LOC101886358","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","F8W2F9","fb48f12","Tyrosine-protein kinase","E9QEL7","abl1","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","F1QGH7","fb48f12","ctnnb1","E9QEL7","ctnnb1","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","Q08C62","fb48f12","cdh18","E9QEL7","Q08C62","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","A0A286Y8C1","fb48f12","Catenin","E9QEL7","A0A286Y8C1","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","F1R7G8","fb48f12","Cadherin-related 23","E9QEL7","cdh23","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","Q5WN09","fb48f12","zgc:103673","E9QEL7","cdh6","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000089224","physical","txid7955" +"E9QEL7","Q9PVF8","fb48f12","ctnna","E9QEL7","ctnna1","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000089224","physical","txid7955" +"A0A0G2L2D6","A0A286Y8C1","LOC100534755","Catenin","A0A0G2L2D6","A0A286Y8C1","Cadherin-10-like","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000138901","physical","txid7955" +"A0A0G2L2D6","F1QGH7","LOC100534755","ctnnb1","A0A0G2L2D6","ctnnb1","Cadherin-10-like","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000138901","physical","txid7955" +"O42376","Q6PCS3","mapk12","id:ibd5026","mapk12","mef2ca","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000011298","physical","txid7955" +"O42376","Q1LXH6","mapk12","etID309779.18","mapk12","Q1LXH6","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000011298","physical","txid7955" +"O42376","Q9PVF8","mapk12","ctnna","mapk12","ctnna1","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000011298","physical","txid7955" +"O42376","F1QLN8","mapk12","protein-tyrosine-phosphatase","mapk12","ptpn3","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","protein-tyrosine-phosphatase (EC 3.1.3.48)","string-db","7955.ENSDARP00000118507/7955.ENSDARP00000011298","physical","txid7955" +"O42376","F8W2F9","mapk12","Tyrosine-protein kinase","mapk12","abl1","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000011298","physical","txid7955" +"O42376","E9QEL7","mapk12","fb48f12","mapk12","E9QEL7","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000011298","physical","txid7955" +"O42376","B7ZC77","mapk12","Ctnna2","mapk12","Ctnna2","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000011298","physical","txid7955" +"O42376","J7HE56","mapk12","MEF2B","mapk12","mef2b","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000011298","physical","txid7955" +"O42376","Q1L8D0","mapk12","cb507","mapk12","cdon","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000011298","physical","txid7955" +"O42376","A1L1M6","mapk12","R-cadherin","mapk12","cdh4","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000011298","physical","txid7955" +"O42376","F1QGH7","mapk12","ctnnb1","mapk12","ctnnb1","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000011298","physical","txid7955" +"O42376","A3QJU6","mapk12","zgc:136923","mapk12","A3QJU6","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000011298","physical","txid7955" +"A3QJU6","Q6TEN6","zgc:136923","wdr91","A3QJU6","Q6TEN6","Cell division control protein 42 homolog","WD repeat-containing protein 91","string-db","7955.ENSDARP00000126101/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A1L271","zgc:136923","gnb5a","A3QJU6","gnb5a","Cell division control protein 42 homolog","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","F1QGH7","zgc:136923","ctnnb1","A3QJU6","ctnnb1","Cell division control protein 42 homolog","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A2R8Q515","zgc:136923","fc28d09","A3QJU6","A0A2R8Q515","Cell division control protein 42 homolog","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q5MPX4","zgc:136923","Transferrin receptor protein 1","A3QJU6","Q5MPX4","Cell division control protein 42 homolog","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","E7F913","zgc:136923","CDC42 effector protein","A3QJU6","E7F913","Cell division control protein 42 homolog","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A0G2L6W9","zgc:136923","Guanine nucleotide-binding protein subunit gamma","A3QJU6","A0A0G2L6W9","Cell division control protein 42 homolog","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","X1WEB9","zgc:136923","Dedicator of cytokinesis 9b","A3QJU6","dock9b","Cell division control protein 42 homolog","Dedicator of cytokinesis 9b (Dedicator of cytokinesis protein 9 isoform X10)","string-db","7955.ENSDARP00000128570/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","E7FEV0","zgc:136923","wdr81","A3QJU6","wdr81","Cell division control protein 42 homolog","WD repeat-containing protein 81","string-db","7955.ENSDARP00000129633/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","I3ITQ8","zgc:136923","Formin-like 1a","A3QJU6","fmnl1a","Cell division control protein 42 homolog","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q9PVF8","zgc:136923","ctnna","A3QJU6","ctnna1","Cell division control protein 42 homolog","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A8M1QUR0","zgc:136923","WAS/WASL-interacting protein family member 1","A3QJU6","A0A8M1QUR0","Cell division control protein 42 homolog","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A2R8RKX9","zgc:136923","zgc:101614","A3QJU6","A0A2R8RKX9","Cell division control protein 42 homolog","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A1L1M6","zgc:136923","R-cadherin","A3QJU6","cdh4","Cell division control protein 42 homolog","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A8M3ANZ5","zgc:136923","gng12","A3QJU6","A0A8M3ANZ5","Cell division control protein 42 homolog","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A0R4IWG0","zgc:136923","Epigen","A3QJU6","epgn","Cell division control protein 42 homolog","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A0N4SUD2","zgc:136923","Ubi-p63E","A3QJU6","ubb","Cell division control protein 42 homolog","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q7SXA3","zgc:136923","zgc:66168","A3QJU6","rps27a","Cell division control protein 42 homolog","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q803H5","zgc:136923","gnb1l","A3QJU6","gnb1b","Cell division control protein 42 homolog","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","F8W2F9","zgc:136923","Tyrosine-protein kinase","A3QJU6","abl1","Cell division control protein 42 homolog","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","F1QHN6","zgc:136923","im:7042025","A3QJU6","ubc","Cell division control protein 42 homolog","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","B0S6R1","zgc:136923","nckap1","A3QJU6","B0S6R1","Cell division control protein 42 homolog","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q6PFU4","zgc:136923","cdc42a","A3QJU6","cdc42","Cell division control protein 42 homolog","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","E7F7G6","zgc:136923","CDC42 effector protein","A3QJU6","cdc42ep4b","Cell division control protein 42 homolog","CDC42 effector protein (Rho GTPase-binding) 4b (Cdc42 effector protein 4)","string-db","7955.ENSDARP00000127185/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A0R4INZ6","zgc:136923","Betacellulin, epidermal growth factor family member","A3QJU6","A0A0R4INZ6","Cell division control protein 42 homolog","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","X1WF60","zgc:136923","Dedicator of cytokinesis 10","A3QJU6","X1WF60","Cell division control protein 42 homolog","Dedicator of cytokinesis 10 (Dedicator of cytokinesis protein 10 isoform X1)","string-db","7955.ENSDARP00000128864/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","A0A0R4IWI7","zgc:136923","kif5a","A3QJU6","kif5aa","Cell division control protein 42 homolog","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q6YLH9","zgc:136923","CAV1","A3QJU6","cav1","Cell division control protein 42 homolog","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","E7FFI2","zgc:136923","shkbp1","A3QJU6","E7FFI2","Cell division control protein 42 homolog","SH3KBP1-binding protein 1","string-db","7955.ENSDARP00000137217/7955.ENSDARP00000123487","physical","txid7955" +"A3QJU6","Q1LYG0","zgc:136923","sh3pxd2a","A3QJU6","Q1LYG0","Cell division control protein 42 homolog","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000123487","physical","txid7955" +"Q9DGE2","A3QJU6","mapk14a","zgc:136923","mapk14a","A3QJU6","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","Q1LXH6","mapk14a","etID309779.18","mapk14a","Q1LXH6","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","Q6PCS3","mapk14a","id:ibd5026","mapk14a","mef2ca","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","F1QGH7","mapk14a","ctnnb1","mapk14a","ctnnb1","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","Q1L8D0","mapk14a","cb507","mapk14a","cdon","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","F8W2F9","mapk14a","Tyrosine-protein kinase","mapk14a","abl1","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","A1L1M6","mapk14a","R-cadherin","mapk14a","cdh4","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","J7HE56","mapk14a","MEF2B","mapk14a","mef2b","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","E9QEL7","mapk14a","fb48f12","mapk14a","E9QEL7","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","B7ZC77","mapk14a","Ctnna2","mapk14a","Ctnna2","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","Q6DHN7","mapk14a","zgc:92197","mapk14a","Q6DHN7","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","string-db","7955.ENSDARP00000113922/7955.ENSDARP00000040361","physical","txid7955" +"Q9DGE2","Q9PVF8","mapk14a","ctnna","mapk14a","ctnna1","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000040361","physical","txid7955" +"F1R9W4","Q5TZ38","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","fzd3","celsr1a","fzd3a","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000043736","physical","txid7955" +"F1R9W4","Q6PFU4","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","cdc42a","celsr1a","cdc42","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000043736","physical","txid7955" +"F1R7G8","A0A0R4IIE9","Cadherin-related 23","Cadherin-related family member 5 isoform X2","cdh23","A0A0R4IIE9","Cadherin-related 23","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","F1QGH7","Cadherin-related 23","ctnnb1","cdh23","ctnnb1","Cadherin-related 23","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","A1L1M6","Cadherin-related 23","R-cadherin","cdh23","cdh4","Cadherin-related 23","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","A0A0G2L110","Cadherin-related 23","LOC101886358","cdh23","LOC101886358","Cadherin-related 23","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","A0A0G2L2D6","Cadherin-related 23","LOC100534755","cdh23","A0A0G2L2D6","Cadherin-related 23","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","Q9PVF8","Cadherin-related 23","ctnna","cdh23","ctnna1","Cadherin-related 23","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","A0A8M9PYD8","Cadherin-related 23","grxcr1","cdh23","A0A8M9PYD8","Cadherin-related 23","Glutaredoxin and cysteine-rich domain-containing 1 b (Glutaredoxin domain-containing cysteine-rich protein 1)","string-db","7955.ENSDARP00000123503/7955.ENSDARP00000119218","physical","txid7955" +"F1R7G8","Q5ICW6","Cadherin-related 23","PCDH15","cdh23","Q5ICW6","Cadherin-related 23","Protocadherin 15a (Protocadherin-related 15a)","string-db","7955.ENSDARP00000130788/7955.ENSDARP00000119218","physical","txid7955" +"A5WV02","M9MMC0","fa95h11","si:dkey-91f15.5","pleca","M9MMC0","Plectin","Obscurin-like cytoskeletal adaptor 1a (Obscurin-like protein 1 (EC 2.7.11.18))","string-db","7955.ENSDARP00000122095/7955.ENSDARP00000085112","physical","txid7955" +"A5WV02","X1WGA9","fa95h11","zgc:158327","pleca","syne3","Plectin","Nesprin-3 (Spectrin repeat-containing, nuclear envelope family member 3)","string-db","7955.ENSDARP00000129264/7955.ENSDARP00000085112","physical","txid7955" +"A5WV02","F1R480","fa95h11","Desmoglein-2","pleca","F1R480","Plectin","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000085112","physical","txid7955" +"Q5WN09","Q9PVF8","zgc:103673","ctnna","cdh6","ctnna1","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","A0A0G2L2D6","zgc:103673","LOC100534755","cdh6","A0A0G2L2D6","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","A0A286Y8C1","zgc:103673","Catenin","cdh6","A0A286Y8C1","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","F1QGH7","zgc:103673","ctnnb1","cdh6","ctnnb1","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","A0A0G2L110","zgc:103673","LOC101886358","cdh6","LOC101886358","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","A1L1M6","zgc:103673","R-cadherin","cdh6","cdh4","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","F1R7G8","zgc:103673","Cadherin-related 23","cdh6","cdh23","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000117877","physical","txid7955" +"Q5WN09","A0A0R4IIE9","zgc:103673","Cadherin-related family member 5 isoform X2","cdh6","A0A0R4IIE9","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000117877","physical","txid7955" +"B0V236","A0A0G2L110","si:dkeyp-68h1.1","LOC101886358","cdh12a","LOC101886358","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","A0A0G2L2D6","si:dkeyp-68h1.1","LOC100534755","cdh12a","A0A0G2L2D6","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","A0A286Y8C1","si:dkeyp-68h1.1","Catenin","cdh12a","A0A286Y8C1","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","A1L1M6","si:dkeyp-68h1.1","R-cadherin","cdh12a","cdh4","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","A0A0R4IIE9","si:dkeyp-68h1.1","Cadherin-related family member 5 isoform X2","cdh12a","A0A0R4IIE9","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","Q9PVF8","si:dkeyp-68h1.1","ctnna","cdh12a","ctnna1","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","Q5WN09","si:dkeyp-68h1.1","zgc:103673","cdh12a","cdh6","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","F1R7G8","si:dkeyp-68h1.1","Cadherin-related 23","cdh12a","cdh23","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000114471","physical","txid7955" +"B0V236","F1QGH7","si:dkeyp-68h1.1","ctnnb1","cdh12a","ctnnb1","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000114471","physical","txid7955" +"A0A8M9QJ44","A4IG14","Extracellular serine/threonine protein kinase FAM20C","zgc:114170","A0A8M9QJ44","A4IG14","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Follistatin-like 3 (secreted glycoprotein) (Follistatin-related protein 3 precursor) (Zgc:114170 protein)","string-db","7955.ENSDARP00000155619/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","B0S602","Extracellular serine/threonine protein kinase FAM20C","Fn","A0A8M9QJ44","fn1a","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","B8ZHI7","Extracellular serine/threonine protein kinase FAM20C","gcsf","A0A8M9QJ44","B8ZHI7","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A0R4IF32","Extracellular serine/threonine protein kinase FAM20C","si:dkey-192d15.2","A0A8M9QJ44","A0A0R4IF32","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","E7F921","Extracellular serine/threonine protein kinase FAM20C","Wolfram syndrome 1b","A0A8M9QJ44","E7F921","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Wolfram syndrome 1b (wolframin) (Wolframin isoform X1)","string-db","7955.ENSDARP00000124957/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A0R4IPV5","Extracellular serine/threonine protein kinase FAM20C","psmb3","A0A8M9QJ44","p4hb","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q8JHX6","Extracellular serine/threonine protein kinase FAM20C","Insulin-like growth factor-binding protein 1","A0A8M9QJ44","igfbp1a","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Insulin-like growth factor-binding protein 1","string-db","7955.ENSDARP00000135671/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","I3ISX5","Extracellular serine/threonine protein kinase FAM20C","si:ch73-233k15.2","A0A8M9QJ44","apol","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q66I28","Extracellular serine/threonine protein kinase FAM20C","IGFBP-3","A0A8M9QJ44","Q66I28","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Insulin-like growth factor-binding protein 3","string-db","7955.ENSDARP00000135216/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A1D5NS72","Extracellular serine/threonine protein kinase FAM20C","Neurosecretory protein VGF","A0A8M9QJ44","A0A1D5NS72","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Neurosecretory protein VGF (VGF nerve growth factor-inducible)","string-db","7955.ENSDARP00000142682/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A0G2KQ62","Extracellular serine/threonine protein kinase FAM20C","fbn2","A0A8M9QJ44","fbn2b","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Fibrillin 2b (Fibrillin-3 isoform X1)","string-db","7955.ENSDARP00000134527/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q6V9Y8","Extracellular serine/threonine protein kinase FAM20C","gpc3","A0A8M9QJ44","gpc3","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Glypican-3 [Cleaved into: Glypican-3 alpha subunit; Glypican-3 beta subunit]","string-db","7955.ENSDARP00000142166/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A8E7S2","Extracellular serine/threonine protein kinase FAM20C","penkl","A0A8M9QJ44","penka","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","F8W2U6","Extracellular serine/threonine protein kinase FAM20C","Drgal1-L3","A0A8M9QJ44","F8W2U6","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Galectin","string-db","7955.ENSDARP00000124603/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","F8W5D3","Extracellular serine/threonine protein kinase FAM20C","Alpha-1-antiproteinase 2-like","A0A8M9QJ44","F8W5D3","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","F1QYE2","Extracellular serine/threonine protein kinase FAM20C","tenc","A0A8M9QJ44","tnc","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","E7F8N2","Extracellular serine/threonine protein kinase FAM20C","Platelet endothelial aggregation receptor 1","A0A8M9QJ44","pear1","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q5NIW0","Extracellular serine/threonine protein kinase FAM20C","zgc:123028","A0A8M9QJ44","matn3b","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Matrilin-3 precursor (Matrilin-3b)","string-db","7955.ENSDARP00000122906/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","H9A0J9","Extracellular serine/threonine protein kinase FAM20C","Interleukin-6","A0A8M9QJ44","H9A0J9","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","E7FGN6","Extracellular serine/threonine protein kinase FAM20C","Patatin-like phospholipase domain-containing 2","A0A8M9QJ44","pnpla2","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Patatin-like phospholipase domain-containing 2 (Patatin-like phospholipase domain-containing protein 2)","string-db","7955.ENSDARP00000112450/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q6IQP3","Extracellular serine/threonine protein kinase FAM20C","calua","A0A8M9QJ44","Q6IQP3","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Calumenin-A","string-db","7955.ENSDARP00000112921/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A1D5NS86","Extracellular serine/threonine protein kinase FAM20C","Si:cabz01007807.1","A0A8M9QJ44","A0A1D5NS86","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","A0A2R8Q3K1","Extracellular serine/threonine protein kinase FAM20C","br146","A0A8M9QJ44","vcana","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Chondroitin sulfate proteoglycan 2 (Versican a)","string-db","7955.ENSDARP00000147274/7955.ENSDARP00000108033","physical","txid7955" +"A0A8M9QJ44","Q1LXB2","Extracellular serine/threonine protein kinase FAM20C","fk47a03","A0A8M9QJ44","si:dkey-42i9.6","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","Protein shisa-5 (Scotin)","string-db","7955.ENSDARP00000119549/7955.ENSDARP00000108033","physical","txid7955" +"A0A0G2L110","A0A0G2L2D6","LOC101886358","LOC100534755","LOC101886358","A0A0G2L2D6","Cadherin-18","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000138417","physical","txid7955" +"A0A0G2L110","A0A286Y8C1","LOC101886358","Catenin","LOC101886358","A0A286Y8C1","Cadherin-18","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000138417","physical","txid7955" +"A0A0G2L110","F1QGH7","LOC101886358","ctnnb1","LOC101886358","ctnnb1","Cadherin-18","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000138417","physical","txid7955" +"Q1L8D0","A1L1M6","cb507","R-cadherin","cdon","cdh4","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","B7ZC77","cb507","Ctnna2","cdon","Ctnna2","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","A0JML1","cb507","im:7428747","cdon","gas1b","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Growth arrest-specific 1b","string-db","7955.ENSDARP00000088818/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","A3QJU6","cb507","zgc:136923","cdon","A3QJU6","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","F8W2F9","cb507","Tyrosine-protein kinase","cdon","abl1","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","F1QGH7","cb507","ctnnb1","cdon","ctnnb1","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","E9QEL7","cb507","fb48f12","cdon","E9QEL7","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","Q9PVF8","cb507","ctnna","cdon","ctnna1","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000081773","physical","txid7955" +"Q1L8D0","Q92008","cb507","shha","cdon","Q92008","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000081773","physical","txid7955" +"B3DGG4","B7ZC77","vnc","Ctnna2","cdh11","Ctnna2","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","F1R7G8","vnc","Cadherin-related 23","cdh11","cdh23","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","Q5WN09","vnc","zgc:103673","cdh11","cdh6","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","A0A0G2L110","vnc","LOC101886358","cdh11","LOC101886358","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","F1QGH7","vnc","ctnnb1","cdh11","ctnnb1","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","A0A286Y8C1","vnc","Catenin","cdh11","A0A286Y8C1","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","B0S6D4","vnc","cdh7","cdh11","cdh7a","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 7a (Cadherin-7) (Cdh7 protein)","string-db","7955.ENSDARP00000035549/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","Q2MLR9","vnc","cdh10","cdh11","cdh10a","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-6","string-db","7955.ENSDARP00000072694/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","Q08C62","vnc","cdh18","cdh11","Q08C62","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","Q9PVF8","vnc","ctnna","cdh11","ctnna1","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","A1L1M6","vnc","R-cadherin","cdh11","cdh4","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","E7FC11","vnc","Cadherin 27","cdh11","E7FC11","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 27 (Cadherin-like protein 26)","string-db","7955.ENSDARP00000071873/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","A0A0G2L2D6","vnc","LOC100534755","cdh11","A0A0G2L2D6","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","E9QEL7","vnc","fb48f12","cdh11","E9QEL7","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","B0V236","vnc","si:dkeyp-68h1.1","cdh11","cdh12a","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000006449","physical","txid7955" +"B3DGG4","A0A0R4IIE9","vnc","Cadherin-related family member 5 isoform X2","cdh11","A0A0R4IIE9","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000006449","physical","txid7955" +"Q9DGE1","E9QEL7","mapk14b","fb48f12","Q9DGE1","E9QEL7","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","Q1L8D0","mapk14b","cb507","Q9DGE1","cdon","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","J7HE56","mapk14b","MEF2B","Q9DGE1","mef2b","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","Q6DHN7","mapk14b","zgc:92197","Q9DGE1","Q6DHN7","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","string-db","7955.ENSDARP00000113922/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","A3QJU6","mapk14b","zgc:136923","Q9DGE1","A3QJU6","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","A1L1M6","mapk14b","R-cadherin","Q9DGE1","cdh4","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","B7ZC77","mapk14b","Ctnna2","Q9DGE1","Ctnna2","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","F8W2F9","mapk14b","Tyrosine-protein kinase","Q9DGE1","abl1","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","Q1LXH6","mapk14b","etID309779.18","Q9DGE1","Q1LXH6","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","Q6PCS3","mapk14b","id:ibd5026","Q9DGE1","mef2ca","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","F1QGH7","mapk14b","ctnnb1","Q9DGE1","ctnnb1","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000035686","physical","txid7955" +"Q9DGE1","Q9PVF8","mapk14b","ctnna","Q9DGE1","ctnna1","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000035686","physical","txid7955" +"Q08C62","A1L1M6","cdh18","R-cadherin","Q08C62","cdh4","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","B7ZC77","cdh18","Ctnna2","Q08C62","Ctnna2","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","F1R7G8","cdh18","Cadherin-related 23","Q08C62","cdh23","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","F1QGH7","cdh18","ctnnb1","Q08C62","ctnnb1","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","Q5WN09","cdh18","zgc:103673","Q08C62","cdh6","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","A0A0R4IIE9","cdh18","Cadherin-related family member 5 isoform X2","Q08C62","A0A0R4IIE9","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","A0A0G2L110","cdh18","LOC101886358","Q08C62","LOC101886358","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","Q9PVF8","cdh18","ctnna","Q08C62","ctnna1","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","A0A0G2L2D6","cdh18","LOC100534755","Q08C62","A0A0G2L2D6","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000089931","physical","txid7955" +"Q08C62","B0V236","cdh18","si:dkeyp-68h1.1","Q08C62","cdh12a","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000089931","physical","txid7955" +"Q2MLR9","B7ZC77","cdh10","Ctnna2","cdh10a","Ctnna2","Cadherin-6","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","Q9PVF8","cdh10","ctnna","cdh10a","ctnna1","Cadherin-6","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","A0A0G2L110","cdh10","LOC101886358","cdh10a","LOC101886358","Cadherin-6","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","A0A286Y8C1","cdh10","Catenin","cdh10a","A0A286Y8C1","Cadherin-6","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","F1R7G8","cdh10","Cadherin-related 23","cdh10a","cdh23","Cadherin-6","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","A1L1M6","cdh10","R-cadherin","cdh10a","cdh4","Cadherin-6","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","Q08C62","cdh10","cdh18","cdh10a","Q08C62","Cadherin-6","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","A0A0G2L2D6","cdh10","LOC100534755","cdh10a","A0A0G2L2D6","Cadherin-6","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","F1QGH7","cdh10","ctnnb1","cdh10a","ctnnb1","Cadherin-6","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","Q5WN09","cdh10","zgc:103673","cdh10a","cdh6","Cadherin-6","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","A0A0R4IIE9","cdh10","Cadherin-related family member 5 isoform X2","cdh10a","A0A0R4IIE9","Cadherin-6","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","B0V236","cdh10","si:dkeyp-68h1.1","cdh10a","cdh12a","Cadherin-6","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000072694","physical","txid7955" +"Q2MLR9","E9QEL7","cdh10","fb48f12","cdh10a","E9QEL7","Cadherin-6","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000072694","physical","txid7955" +"Q9PVF8","A0A8M9QH30","ctnna","wu:fb53f05","ctnna1","A0A8M9QH30","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","A1L1M6","ctnna","R-cadherin","ctnna1","cdh4","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","A0A0G2L2D6","ctnna","LOC100534755","ctnna1","A0A0G2L2D6","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","F1QGH7","ctnna","ctnnb1","ctnna1","ctnnb1","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","A0A286Y8C1","ctnna","Catenin","ctnna1","A0A286Y8C1","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","A0A0G2L110","ctnna","LOC101886358","ctnna1","LOC101886358","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000132933","physical","txid7955" +"Q9PVF8","A0A0R4IIE9","ctnna","Cadherin-related family member 5 isoform X2","ctnna1","A0A0R4IIE9","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000132933","physical","txid7955" +"B0S6D4","A0A0R4IIE9","cdh7","Cadherin-related family member 5 isoform X2","cdh7a","A0A0R4IIE9","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","Q2MLR9","cdh7","cdh10","cdh7a","cdh10a","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-6","string-db","7955.ENSDARP00000072694/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","A0A286Y8C1","cdh7","Catenin","cdh7a","A0A286Y8C1","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","B0V236","cdh7","si:dkeyp-68h1.1","cdh7a","cdh12a","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","E9QEL7","cdh7","fb48f12","cdh7a","E9QEL7","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","A0A0G2L2D6","cdh7","LOC100534755","cdh7a","A0A0G2L2D6","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","F1QGH7","cdh7","ctnnb1","cdh7a","ctnnb1","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","A0A0G2L110","cdh7","LOC101886358","cdh7a","LOC101886358","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","E7FC11","cdh7","Cadherin 27","cdh7a","E7FC11","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin 27 (Cadherin-like protein 26)","string-db","7955.ENSDARP00000071873/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","Q5WN09","cdh7","zgc:103673","cdh7a","cdh6","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","B7ZC77","cdh7","Ctnna2","cdh7a","Ctnna2","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","A1L1M6","cdh7","R-cadherin","cdh7a","cdh4","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","Q08C62","cdh7","cdh18","cdh7a","Q08C62","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","Q9PVF8","cdh7","ctnna","cdh7a","ctnna1","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000035549","physical","txid7955" +"B0S6D4","F1R7G8","cdh7","Cadherin-related 23","cdh7a","cdh23","Cadherin 7a (Cadherin-7) (Cdh7 protein)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000035549","physical","txid7955" +"P57094","A0A2R8QFQ6","axin1","fbxw11a","P57094","A0A2R8QFQ6","Axin-1 (Axis inhibition protein 1)","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000135613","physical","txid7955" +"P57094","E7F737","axin1","dvl3","P57094","dvl3b","Axin-1 (Axis inhibition protein 1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000135613","physical","txid7955" +"P57094","B3DJ49","axin1","zgc:194774","P57094","B3DJ49","Axin-1 (Axis inhibition protein 1)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000135613","physical","txid7955" +"P57094","A0A0N4SUD2","axin1","Ubi-p63E","P57094","ubb","Axin-1 (Axis inhibition protein 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000135613","physical","txid7955" +"P57094","Q6YLH9","axin1","CAV1","P57094","cav1","Axin-1 (Axis inhibition protein 1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000135613","physical","txid7955" +"P57094","Q803G3","axin1","fc05c02","P57094","ppp2cb","Axin-1 (Axis inhibition protein 1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000135613","physical","txid7955" +"P57094","A0A0R4IWH7","axin1","cb965","P57094","A0A0R4IWH7","Axin-1 (Axis inhibition protein 1)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000135613","physical","txid7955" +"P57094","F1QHN6","axin1","im:7042025","P57094","ubc","Axin-1 (Axis inhibition protein 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135613","physical","txid7955" +"P57094","A0A2R8PYI8","axin1","eni","P57094","A0A2R8PYI8","Axin-1 (Axis inhibition protein 1)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000135613","physical","txid7955" +"P57094","F1QGH7","axin1","ctnnb1","P57094","ctnnb1","Axin-1 (Axis inhibition protein 1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000135613","physical","txid7955" +"P57094","A0A2R8RI02","axin1","Ephrin-B3-like","P57094","efnb3a","Axin-1 (Axis inhibition protein 1)","Ephrin-B3-like (Ephrin-B3a)","string-db","7955.ENSDARP00000145221/7955.ENSDARP00000135613","physical","txid7955" +"A1L1M6","A0A286Y8C1","R-cadherin","Catenin","cdh4","A0A286Y8C1","Cadherin-4","Catenin (cadherin-associated protein), delta 1 (Catenin delta-1 isoform X3)","string-db","7955.ENSDARP00000143408/7955.ENSDARP00000134356","physical","txid7955" +"A1L1M6","A0A0R4IIE9","R-cadherin","Cadherin-related family member 5 isoform X2","cdh4","A0A0R4IIE9","Cadherin-4","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000134356","physical","txid7955" +"A1L1M6","F1QGH7","R-cadherin","ctnnb1","cdh4","ctnnb1","Cadherin-4","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000134356","physical","txid7955" +"A1L1M6","A0A0G2L2D6","R-cadherin","LOC100534755","cdh4","A0A0G2L2D6","Cadherin-4","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000134356","physical","txid7955" +"A1L1M6","A0A0G2L110","R-cadherin","LOC101886358","cdh4","LOC101886358","Cadherin-4","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000134356","physical","txid7955" +"E7FC11","Q9PVF8","Cadherin 27","ctnna","E7FC11","ctnna1","Cadherin 27 (Cadherin-like protein 26)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","F1R7G8","Cadherin 27","Cadherin-related 23","E7FC11","cdh23","Cadherin 27 (Cadherin-like protein 26)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","B7ZC77","Cadherin 27","Ctnna2","E7FC11","Ctnna2","Cadherin 27 (Cadherin-like protein 26)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","Q2MLR9","Cadherin 27","cdh10","E7FC11","cdh10a","Cadherin 27 (Cadherin-like protein 26)","Cadherin-6","string-db","7955.ENSDARP00000072694/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","B0V236","Cadherin 27","si:dkeyp-68h1.1","E7FC11","cdh12a","Cadherin 27 (Cadherin-like protein 26)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","F1QGH7","Cadherin 27","ctnnb1","E7FC11","ctnnb1","Cadherin 27 (Cadherin-like protein 26)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","E9QEL7","Cadherin 27","fb48f12","E7FC11","E9QEL7","Cadherin 27 (Cadherin-like protein 26)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","Q08C62","Cadherin 27","cdh18","E7FC11","Q08C62","Cadherin 27 (Cadherin-like protein 26)","Cadherin 18, type 2 (Cadherin 18, type 2a precursor) (Cdh18 protein)","string-db","7955.ENSDARP00000089931/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","A1L1M6","Cadherin 27","R-cadherin","E7FC11","cdh4","Cadherin 27 (Cadherin-like protein 26)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","A0A0G2L2D6","Cadherin 27","LOC100534755","E7FC11","A0A0G2L2D6","Cadherin 27 (Cadherin-like protein 26)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","Q5WN09","Cadherin 27","zgc:103673","E7FC11","cdh6","Cadherin 27 (Cadherin-like protein 26)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","A0A0R4IIE9","Cadherin 27","Cadherin-related family member 5 isoform X2","E7FC11","A0A0R4IIE9","Cadherin 27 (Cadherin-like protein 26)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000071873","physical","txid7955" +"E7FC11","A0A0G2L110","Cadherin 27","LOC101886358","E7FC11","LOC101886358","Cadherin 27 (Cadherin-like protein 26)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000071873","physical","txid7955" +"Q6IQ84","J7HE56","zgc:86905","MEF2B","Q6IQ84","mef2b","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","F1QGH7","zgc:86905","ctnnb1","Q6IQ84","ctnnb1","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","Q6DHN7","zgc:86905","zgc:92197","Q6IQ84","Q6DHN7","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","string-db","7955.ENSDARP00000113922/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","E9QEL7","zgc:86905","fb48f12","Q6IQ84","E9QEL7","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Cadherin 15, type 1, M-cadherin (myotubule) (Cadherin-15 precursor)","string-db","7955.ENSDARP00000089224/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","F8W2F9","zgc:86905","Tyrosine-protein kinase","Q6IQ84","abl1","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","B7ZC77","zgc:86905","Ctnna2","Q6IQ84","Ctnna2","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Catenin alpha-2 (Alpha N-catenin)","string-db","7955.ENSDARP00000092080/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","Q6PCS3","zgc:86905","id:ibd5026","Q6IQ84","mef2ca","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","Q9PVF8","zgc:86905","ctnna","Q6IQ84","ctnna1","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","A3QJU6","zgc:86905","zgc:136923","Q6IQ84","A3QJU6","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","A1L1M6","zgc:86905","R-cadherin","Q6IQ84","cdh4","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","Q1LXH6","zgc:86905","etID309779.18","Q6IQ84","Q1LXH6","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000034350","physical","txid7955" +"Q6IQ84","Q1L8D0","zgc:86905","cb507","Q6IQ84","cdon","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000034350","physical","txid7955" +"F8W2F9","Q9PVF8","Tyrosine-protein kinase","ctnna","abl1","ctnna1","Tyrosine-protein kinase (EC 2.7.10.2)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000124744","physical","txid7955" +"F8W2F9","A1L1M6","Tyrosine-protein kinase","R-cadherin","abl1","cdh4","Tyrosine-protein kinase (EC 2.7.10.2)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000124744","physical","txid7955" +"F8W2F9","F1QGH7","Tyrosine-protein kinase","ctnnb1","abl1","ctnnb1","Tyrosine-protein kinase (EC 2.7.10.2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000124744","physical","txid7955" +"A0A0R4IIE9","A0A0G2L2D6","Cadherin-related family member 5 isoform X2","LOC100534755","A0A0R4IIE9","A0A0G2L2D6","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000135376","physical","txid7955" +"A0A0R4IIE9","F1QGH7","Cadherin-related family member 5 isoform X2","ctnnb1","A0A0R4IIE9","ctnnb1","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000135376","physical","txid7955" +"A0A0R4IIE9","A0A0G2L110","Cadherin-related family member 5 isoform X2","LOC101886358","A0A0R4IIE9","LOC101886358","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000135376","physical","txid7955" +"F8W3X3","B0S6R1","pcdh19","nckap1","F8W3X3","B0S6R1","Protocadherin-19","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000124001","physical","txid7955" +"B7ZC77","A1L1M6","Ctnna2","R-cadherin","Ctnna2","cdh4","Catenin alpha-2 (Alpha N-catenin)","Cadherin-4","string-db","7955.ENSDARP00000134356/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","Q9PVF8","Ctnna2","ctnna","Ctnna2","ctnna1","Catenin alpha-2 (Alpha N-catenin)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","A0A0G2L2D6","Ctnna2","LOC100534755","Ctnna2","A0A0G2L2D6","Catenin alpha-2 (Alpha N-catenin)","Cadherin-10-like","string-db","7955.ENSDARP00000138901/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","F1QGH7","Ctnna2","ctnnb1","Ctnna2","ctnnb1","Catenin alpha-2 (Alpha N-catenin)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","A0A8M9QH30","Ctnna2","wu:fb53f05","Ctnna2","A0A8M9QH30","Catenin alpha-2 (Alpha N-catenin)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","B0V236","Ctnna2","si:dkeyp-68h1.1","Ctnna2","cdh12a","Catenin alpha-2 (Alpha N-catenin)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","string-db","7955.ENSDARP00000114471/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","Q5WN09","Ctnna2","zgc:103673","Ctnna2","cdh6","Catenin alpha-2 (Alpha N-catenin)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","string-db","7955.ENSDARP00000117877/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","F1R7G8","Ctnna2","Cadherin-related 23","Ctnna2","cdh23","Catenin alpha-2 (Alpha N-catenin)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","A0A0R4IIE9","Ctnna2","Cadherin-related family member 5 isoform X2","Ctnna2","A0A0R4IIE9","Catenin alpha-2 (Alpha N-catenin)","Cadherin-related family member 5 isoform X2 (Cadherin-related family member 5b)","string-db","7955.ENSDARP00000135376/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","A3QJU6","Ctnna2","zgc:136923","Ctnna2","A3QJU6","Catenin alpha-2 (Alpha N-catenin)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","F8W2F9","Ctnna2","Tyrosine-protein kinase","Ctnna2","abl1","Catenin alpha-2 (Alpha N-catenin)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","A0A0G2L110","Ctnna2","LOC101886358","Ctnna2","LOC101886358","Catenin alpha-2 (Alpha N-catenin)","Cadherin-18","string-db","7955.ENSDARP00000138417/7955.ENSDARP00000092080","physical","txid7955" +"B7ZC77","B8JHU4","Ctnna2","Alpha-actinin-1","Ctnna2","B8JHU4","Catenin alpha-2 (Alpha N-catenin)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000092080","physical","txid7955" +"Q6ZM34","F1Q9I7","bZ34G2.3","d254","vps35","snx1a","Vacuolar protein sorting-associated protein 35","Sorting nexin 1","string-db","7955.ENSDARP00000069669/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q3B7E7","bZ34G2.3","wu:fb53a08","vps35","snx3","Vacuolar protein sorting-associated protein 35","Sorting nexin-3","string-db","7955.ENSDARP00000012094/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q803J1","bZ34G2.3","fc02c04","vps35","Q803J1","Vacuolar protein sorting-associated protein 35","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","string-db","7955.ENSDARP00000008027/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q7ZV03","bZ34G2.3","vps26b","vps35","vps26b","Vacuolar protein sorting-associated protein 35","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","string-db","7955.ENSDARP00000020396/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q7ZVM1","bZ34G2.3","washc5","vps35","Q7ZVM1","Vacuolar protein sorting-associated protein 35","WASH complex subunit 5 (WASH complex subunit strumpellin)","string-db","7955.ENSDARP00000131386/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","F2Z4U3","bZ34G2.3","gpr117","vps35","wls","Vacuolar protein sorting-associated protein 35","Protein wntless homolog (Wnt ligand secretion mediator)","string-db","7955.ENSDARP00000016104/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q6TNP8","bZ34G2.3","vps26a","vps35","vps26a","Vacuolar protein sorting-associated protein 35","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q7ZV68","bZ34G2.3","vps29","vps35","vps29","Vacuolar protein sorting-associated protein 35","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000003960","physical","txid7955" +"Q6ZM34","Q6DH23","bZ34G2.3","vps26bl","vps35","Q6DH23","Vacuolar protein sorting-associated protein 35","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","string-db","7955.ENSDARP00000072251/7955.ENSDARP00000003960","physical","txid7955" +"Q6TNP8","Q7ZV68","vps26a","vps29","vps26a","vps29","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000072602","physical","txid7955" +"Q6DH23","Q6TNP8","vps26bl","vps26a","Q6DH23","vps26a","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000072251","physical","txid7955" +"Q6DH23","Q7ZV68","vps26bl","vps29","Q6DH23","vps29","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000072251","physical","txid7955" +"Q7ZV03","Q7ZV68","vps26b","vps29","vps26b","vps29","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000020396","physical","txid7955" +"Q7ZV03","Q6DH23","vps26b","vps26bl","vps26b","Q6DH23","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","string-db","7955.ENSDARP00000072251/7955.ENSDARP00000020396","physical","txid7955" +"Q7ZV03","Q6TNP8","vps26b","vps26a","vps26b","vps26a","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000020396","physical","txid7955" +"Q7ZV03","F1Q9I7","vps26b","d254","vps26b","snx1a","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","Sorting nexin 1","string-db","7955.ENSDARP00000069669/7955.ENSDARP00000020396","physical","txid7955" +"F1Q9I7","Q6TNP8","d254","vps26a","snx1a","vps26a","Sorting nexin 1","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000069669","physical","txid7955" +"F1Q9I7","F8W5C6","d254","fa55b10","snx1a","snx6","Sorting nexin 1","Sorting nexin","string-db","7955.ENSDARP00000123712/7955.ENSDARP00000069669","physical","txid7955" +"F1Q9I7","Q7ZV68","d254","vps29","snx1a","vps29","Sorting nexin 1","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000069669","physical","txid7955" +"F1Q9I7","Q6DH23","d254","vps26bl","snx1a","Q6DH23","Sorting nexin 1","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","string-db","7955.ENSDARP00000072251/7955.ENSDARP00000069669","physical","txid7955" +"F2Z4U3","Q4JLT0","gpr117","wnt7a","wls","Q4JLT0","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000065888/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","B6V3E1","gpr117","zgc:153617","wls","B6V3E1","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000105575/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","P51028","gpr117","wnt8a","wls","P51028","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q9I9I2","gpr117","wnt11r","wls","wnt11","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","P47793","gpr117","wnt4a","wls","wnt4a","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-4a","string-db","7955.ENSDARP00000095904/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q7ZV68","gpr117","vps29","wls","vps29","Protein wntless homolog (Wnt ligand secretion mediator)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","X1WEJ5","gpr117","Protein Wnt","wls","wnt7bb","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000128646/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","B6V3E2","gpr117","Protein Wnt","wls","wnt9b","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000055224/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","F1R205","gpr117","Protein Wnt","wls","F1R205","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000104431/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q6TNP8","gpr117","vps26a","wls","vps26a","Protein wntless homolog (Wnt ligand secretion mediator)","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","P51029","gpr117","wnt8b","wls","P51029","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-8b","string-db","7955.ENSDARP00000049623/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q801F7","gpr117","wnt10b","wls","Q801F7","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-10b","string-db","7955.ENSDARP00000059973/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q92048","gpr117","wnt2","wls","wnt2","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-2","string-db","7955.ENSDARP00000060258/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","Q92050","gpr117","wnt5b","wls","wnt5b","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","B0LK22","gpr117","Protein Wnt","wls","wnt3","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000105032/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","P24257","gpr117","wnt1","wls","wnt1","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt-1","string-db","7955.ENSDARP00000072397/7955.ENSDARP00000016104","physical","txid7955" +"F2Z4U3","A5WVL3","gpr117","zgc:77293","wls","wnt16","Protein wntless homolog (Wnt ligand secretion mediator)","Protein Wnt","string-db","7955.ENSDARP00000122572/7955.ENSDARP00000016104","physical","txid7955" +"Q803J1","Q6DH23","fc02c04","vps26bl","Q803J1","Q6DH23","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","string-db","7955.ENSDARP00000072251/7955.ENSDARP00000008027","physical","txid7955" +"Q803J1","Q7ZV03","fc02c04","vps26b","Q803J1","vps26b","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","string-db","7955.ENSDARP00000020396/7955.ENSDARP00000008027","physical","txid7955" +"Q803J1","F1Q9I7","fc02c04","d254","Q803J1","snx1a","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Sorting nexin 1","string-db","7955.ENSDARP00000069669/7955.ENSDARP00000008027","physical","txid7955" +"Q803J1","Q6TNP8","fc02c04","vps26a","Q803J1","vps26a","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000008027","physical","txid7955" +"Q803J1","Q7ZV68","fc02c04","vps29","Q803J1","vps29","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000008027","physical","txid7955" +"Q803J1","Q3B7E7","fc02c04","wu:fb53a08","Q803J1","snx3","Snx12 protein (Sorting nexin 12) (Sorting nexin-12 isoform 1)","Sorting nexin-3","string-db","7955.ENSDARP00000012094/7955.ENSDARP00000008027","physical","txid7955" +"Q3B7E7","Q6DH23","wu:fb53a08","vps26bl","snx3","Q6DH23","Sorting nexin-3","Vacuolar protein sorting-associated protein 26B-like (Vesicle protein sorting 26B-like)","string-db","7955.ENSDARP00000072251/7955.ENSDARP00000012094","physical","txid7955" +"Q3B7E7","Q7ZV03","wu:fb53a08","vps26b","snx3","vps26b","Sorting nexin-3","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","string-db","7955.ENSDARP00000020396/7955.ENSDARP00000012094","physical","txid7955" +"Q3B7E7","F1Q9I7","wu:fb53a08","d254","snx3","snx1a","Sorting nexin-3","Sorting nexin 1","string-db","7955.ENSDARP00000069669/7955.ENSDARP00000012094","physical","txid7955" +"Q3B7E7","Q6TNP8","wu:fb53a08","vps26a","snx3","vps26a","Sorting nexin-3","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","string-db","7955.ENSDARP00000072602/7955.ENSDARP00000012094","physical","txid7955" +"Q3B7E7","F2Z4U3","wu:fb53a08","gpr117","snx3","wls","Sorting nexin-3","Protein wntless homolog (Wnt ligand secretion mediator)","string-db","7955.ENSDARP00000016104/7955.ENSDARP00000012094","physical","txid7955" +"Q3B7E7","Q7ZV68","wu:fb53a08","vps29","snx3","vps29","Sorting nexin-3","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000012094","physical","txid7955" +"F1QIB2","Q6NWC6","wu:fa99c02","cpsf6","cstf3","cpsf6","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","F1QVV4","wu:fa99c02","zgc:92484","cstf3","cpsf2","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","Q5SNY2","wu:fa99c02","papolb","cstf3","Q5SNY2","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","F1QFK9","wu:fa99c02","fc22d10","cstf3","cstf1","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","Q5XJD3","wu:fa99c02","fip1l1","cstf3","Q5XJD3","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","A0A0R4IC37","wu:fa99c02","cpsf1","cstf3","cpsf1","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","Q8JGR6","wu:fa99c02","ncbp2","cstf3","ncbp2","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","U3JAJ0","wu:fa99c02","zgc:110570","cstf3","U3JAJ0","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","Q7T3C6","wu:fa99c02","nudt21","cstf3","nudt21","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","string-db","7955.ENSDARP00000017229/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","A0A0R4I9D6","wu:fa99c02","Symplekin","cstf3","sympk","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","Q6NUT4","wu:fa99c02","zgc:85979","cstf3","pabpn1","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000003969","physical","txid7955" +"F1QIB2","E7F3I6","wu:fa99c02","clp1","cstf3","clp1","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000003969","physical","txid7955" +"A0A0R4I9D6","Q9YGX5","Symplekin","cpeb1","sympk","cpeb1","Symplekin","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","string-db","7955.ENSDARP00000089674/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","F1QFK9","Symplekin","fc22d10","sympk","cstf1","Symplekin","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","U3JAJ0","Symplekin","zgc:110570","sympk","U3JAJ0","Symplekin","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","Q7ZU92","Symplekin","parn","sympk","Q7ZU92","Symplekin","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","A0A0R4IC37","Symplekin","cpsf1","sympk","cpsf1","Symplekin","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","E7F3I6","Symplekin","clp1","sympk","clp1","Symplekin","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","A0A0G2KYC0","Symplekin","Cytoplasmic polyadenylation element-binding protein 4","sympk","cpeb4b","Symplekin","Cytoplasmic polyadenylation element-binding protein 4","string-db","7955.ENSDARP00000137460/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","Q5XJD3","Symplekin","fip1l1","sympk","Q5XJD3","Symplekin","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","F1QVV4","Symplekin","zgc:92484","sympk","cpsf2","Symplekin","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","Q5RHJ8","Symplekin","Pre-mRNA 3'-end-processing factor FIP1","sympk","Q5RHJ8","Symplekin","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000077314","physical","txid7955" +"A0A0R4I9D6","E9QIK5","Symplekin","LSM11, U7 small nuclear RNA-associated","sympk","lsm11","Symplekin","LSM11, U7 small nuclear RNA-associated","string-db","7955.ENSDARP00000105121/7955.ENSDARP00000077314","physical","txid7955" +"E7F3I6","A2BEG3","clp1","sb:eu827","clp1","dgcr8","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","U3JAJ0","clp1","zgc:110570","clp1","U3JAJ0","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","Q7SXR1","clp1","tarbp2","clp1","Q7SXR1","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","A2CF03","clp1","si:dkey-286f3.7","clp1","las1l","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","F1QVV4","clp1","zgc:92484","clp1","cpsf2","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","Q5RHJ8","clp1","Pre-mRNA 3'-end-processing factor FIP1","clp1","Q5RHJ8","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","X1WBZ5","clp1","si:dkeyp-33b5.4","clp1","prorp","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","F1QFK9","clp1","fc22d10","clp1","cstf1","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","A0A0R4IC37","clp1","cpsf1","clp1","cpsf1","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000087664","physical","txid7955" +"E7F3I6","Q5XJD3","clp1","fip1l1","clp1","Q5XJD3","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000087664","physical","txid7955" +"F1QFK9","Q5RHJ8","fc22d10","Pre-mRNA 3'-end-processing factor FIP1","cstf1","Q5RHJ8","Cleavage stimulation factor 50 kDa subunit","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000109556","physical","txid7955" +"F1QFK9","U3JAJ0","fc22d10","zgc:110570","cstf1","U3JAJ0","Cleavage stimulation factor 50 kDa subunit","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000109556","physical","txid7955" +"F1QFK9","F1QVV4","fc22d10","zgc:92484","cstf1","cpsf2","Cleavage stimulation factor 50 kDa subunit","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000109556","physical","txid7955" +"F1QFK9","A0A0R4IC37","fc22d10","cpsf1","cstf1","cpsf1","Cleavage stimulation factor 50 kDa subunit","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000109556","physical","txid7955" +"Q7T3C6","F1QFK9","nudt21","fc22d10","nudt21","cstf1","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q6NUT4","nudt21","zgc:85979","nudt21","pabpn1","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","string-db","7955.ENSDARP00000066721/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","E7F3I6","nudt21","clp1","nudt21","clp1","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q5SNY2","nudt21","papolb","nudt21","Q5SNY2","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q8JGR6","nudt21","ncbp2","nudt21","ncbp2","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","A0A0R4IAI1","nudt21","si:ch211-79l20.4","nudt21","A0A0R4IAI1","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","A0A0R4IC37","nudt21","cpsf1","nudt21","cpsf1","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q6NWC6","nudt21","cpsf6","nudt21","cpsf6","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Cleavage and polyadenylation specificity factor subunit 6","string-db","7955.ENSDARP00000076726/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","F1QVV4","nudt21","zgc:92484","nudt21","cpsf2","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q6PC19","nudt21","ssu72","nudt21","ssu72","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","string-db","7955.ENSDARP00000041894/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","U3JAJ0","nudt21","zgc:110570","nudt21","U3JAJ0","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q5XJD3","nudt21","fip1l1","nudt21","Q5XJD3","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","Q5RHJ8","nudt21","Pre-mRNA 3'-end-processing factor FIP1","nudt21","Q5RHJ8","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000017229","physical","txid7955" +"Q7T3C6","A0A0R4I9D6","nudt21","Symplekin","nudt21","sympk","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000017229","physical","txid7955" +"Q6NWC6","F1QFK9","cpsf6","fc22d10","cpsf6","cstf1","Cleavage and polyadenylation specificity factor subunit 6","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","A0A0R4IC37","cpsf6","cpsf1","cpsf6","cpsf1","Cleavage and polyadenylation specificity factor subunit 6","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","A0A8M1RSW5","cpsf6","Rho-related BTB domain-containing 1","cpsf6","A0A8M1RSW5","Cleavage and polyadenylation specificity factor subunit 6","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","U3JAJ0","cpsf6","zgc:110570","cpsf6","U3JAJ0","Cleavage and polyadenylation specificity factor subunit 6","Pre-mRNA 3' end processing protein WDR33 isoform 2 (WD repeat domain 33)","string-db","7955.ENSDARP00000127258/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","Q5XJD3","cpsf6","fip1l1","cpsf6","Q5XJD3","Cleavage and polyadenylation specificity factor subunit 6","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000094123/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","E7F3I6","cpsf6","clp1","cpsf6","clp1","Cleavage and polyadenylation specificity factor subunit 6","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","Q5RHJ8","cpsf6","Pre-mRNA 3'-end-processing factor FIP1","cpsf6","Q5RHJ8","Cleavage and polyadenylation specificity factor subunit 6","Pre-mRNA 3'-end-processing factor FIP1 (FIP1-like 1 protein)","string-db","7955.ENSDARP00000118281/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","A0A0R4I9D6","cpsf6","Symplekin","cpsf6","sympk","Cleavage and polyadenylation specificity factor subunit 6","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000076726","physical","txid7955" +"Q6NWC6","F1QVV4","cpsf6","zgc:92484","cpsf6","cpsf2","Cleavage and polyadenylation specificity factor subunit 6","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","string-db","7955.ENSDARP00000156082/7955.ENSDARP00000076726","physical","txid7955" +"C1JIE2","Q9DG12","si:ch211-152c2.1","arnt2","sim1b","Q9DG12","SIM bHLH transcription factor 1b (Sim1b long isoform)","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000003984","physical","txid7955" +"Q6NYD6","Q6P6Y4","zgc:76978","zgc:65944","rab5b","rabgef1","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","string-db","7955.ENSDARP00000016779/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","A2AR68","zgc:76978","zgc:110600","rab5b","gdi1","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","A0A0R4IHT5","zgc:76978","Si:ch211-288d18.1","rab5b","si:ch211-288d18.1","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000133596/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","Q4V946","zgc:76978","fj12b07","rab5b","rabggtb","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","F1R1B6","zgc:76978","Si:dkeyp-19e1.3","rab5b","si:dkeyp-19e1.3","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Si:dkeyp-19e1.3 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000118665/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","F1QS51","zgc:76978","Early endosome antigen 1","rab5b","F1QS51","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Early endosome antigen 1","string-db","7955.ENSDARP00000085782/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","Q7ZUW5","zgc:76978","rab5a","rab5b","Q7ZUW5","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","RAB5A, member RAS oncogene family (Rab5a protein)","string-db","7955.ENSDARP00000032505/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","Q2TTK0","zgc:76978","si:ch211-214g8.2","rab5b","igf2r","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","Q7ZVP2","zgc:76978","wu:fb98b08","rab5b","rab5c","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","string-db","7955.ENSDARP00000033828/7955.ENSDARP00000004030","physical","txid7955" +"Q6NYD6","F1Q9F3","zgc:76978","im:7147158","rab5b","pik3c3","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000004030","physical","txid7955" +"Q6P6Y4","Q7ZVP2","zgc:65944","wu:fb98b08","rabgef1","rab5c","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","string-db","7955.ENSDARP00000033828/7955.ENSDARP00000016779","physical","txid7955" +"Q6P6Y4","F1R1B6","zgc:65944","Si:dkeyp-19e1.3","rabgef1","si:dkeyp-19e1.3","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","Si:dkeyp-19e1.3 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000118665/7955.ENSDARP00000016779","physical","txid7955" +"Q6P6Y4","Q7ZUW5","zgc:65944","rab5a","rabgef1","Q7ZUW5","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","RAB5A, member RAS oncogene family (Rab5a protein)","string-db","7955.ENSDARP00000032505/7955.ENSDARP00000016779","physical","txid7955" +"Q6P6Y4","A0A0R4IHT5","zgc:65944","Si:ch211-288d18.1","rabgef1","si:ch211-288d18.1","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000133596/7955.ENSDARP00000016779","physical","txid7955" +"Q2TTK0","Q6NSP1","si:ch211-214g8.2","zgc:56704","igf2r","ap1s1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","F8W5C6","si:ch211-214g8.2","fa55b10","igf2r","snx6","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Sorting nexin","string-db","7955.ENSDARP00000123712/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q803D1","si:ch211-214g8.2","wu:fb33e02","igf2r","arf1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","E7EYA0","si:ch211-214g8.2","si:dkey-6b12.5","igf2r","E7EYA0","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","string-db","7955.ENSDARP00000109526/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q803T6","si:ch211-214g8.2","sh3gl2","igf2r","sh3gl2a","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","E9QBV1","si:ch211-214g8.2","fd07f11","igf2r","cltcb","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","B8JL43","si:ch211-214g8.2","cb285","igf2r","tfa","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Serotransferrin","string-db","7955.ENSDARP00000100241/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A2R8QEJ6","si:ch211-214g8.2","fb33h10","igf2r","gga1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","ADP-ribosylation factor-binding protein GGA1 (Golgi-associated, gamma adaptin ear-containing, ARF-binding protein 1)","string-db","7955.ENSDARP00000150330/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A2R8Q7M1","si:ch211-214g8.2","scarb2b","igf2r","A0A2R8Q7M1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","C3PTE8","si:ch211-214g8.2","Beta-arrestin-1","igf2r","arrb1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q8JGR8","si:ch211-214g8.2","scarb2","igf2r","scarb2a","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q6GQN7","si:ch211-214g8.2","rabepk","igf2r","Q6GQN7","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A8M3BF01","si:ch211-214g8.2","RAB9B, member RAS oncogene family","igf2r","A0A8M3BF01","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A0R4IRS1","si:ch211-214g8.2","AP-1 complex subunit mu-1","igf2r","ap1m1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q7ZW98","si:ch211-214g8.2","ap2m1b","igf2r","Q7ZW98","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A0R4IQX4","si:ch211-214g8.2","si:ch73-215d9.1","igf2r","A0A0R4IQX4","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q503Z0","si:ch211-214g8.2","zgc:110003","igf2r","tpd52l1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","string-db","7955.ENSDARP00000062401/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A5PMS9","si:ch211-214g8.2","fa11e04","igf2r","ap1b1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q6P937","si:ch211-214g8.2","wu:fb61d08","igf2r","clta","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","A0A0R4IIR1","si:ch211-214g8.2","dnm2","igf2r","dnm2a","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q0P458","si:ch211-214g8.2","zgc:153391","igf2r","Q0P458","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","string-db","7955.ENSDARP00000066197/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","E9QDP8","si:ch211-214g8.2","il-7ra","igf2r","il7r","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q5MPX4","si:ch211-214g8.2","Transferrin receptor protein 1","igf2r","Q5MPX4","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q6NYJ9","si:ch211-214g8.2","fa16e07","igf2r","ap2b1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q7SZZ5","si:ch211-214g8.2","wu:fj61c06","igf2r","Q7SZZ5","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","Q6IQK3","si:ch211-214g8.2","zgc:86726","igf2r","vamp3","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","E9QC42","si:ch211-214g8.2","zgc:56506","igf2r","sybl1","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000061100","physical","txid7955" +"Q2TTK0","B0R0W9","si:ch211-214g8.2","tbc1d8b","igf2r","tbc1d8b","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000061100","physical","txid7955" +"F1QS51","F1Q9F3","Early endosome antigen 1","im:7147158","F1QS51","pik3c3","Early endosome antigen 1","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000085782","physical","txid7955" +"A2AR68","Q6DHC1","zgc:110600","rab18b","gdi1","rab18b","Rab GDP dissociation inhibitor","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000111451","physical","txid7955" +"A2AR68","A4FVK4","zgc:110600","rab8","gdi1","rab8a","Rab GDP dissociation inhibitor","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000111451","physical","txid7955" +"A2AR68","Q4V8U8","zgc:110600","zgc:114135","gdi1","rab27a","Rab GDP dissociation inhibitor","Ras-related protein Rab-27A (EC 3.6.5.2)","string-db","7955.ENSDARP00000133424/7955.ENSDARP00000111451","physical","txid7955" +"A2AR68","Q08BX0","zgc:110600","Ras-related protein Rab-21","gdi1","rab21","Rab GDP dissociation inhibitor","Ras-related protein Rab-21","string-db","7955.ENSDARP00000143126/7955.ENSDARP00000111451","physical","txid7955" +"A2AR68","Q502Q0","zgc:110600","zgc:111945","gdi1","rab12","Rab GDP dissociation inhibitor","RAB12, member RAS oncogene family (Ras-related protein Rab-12) (Zgc:111945)","string-db","7955.ENSDARP00000154059/7955.ENSDARP00000111451","physical","txid7955" +"Q7ZUW5","A0A0R4IHT5","rab5a","Si:ch211-288d18.1","Q7ZUW5","si:ch211-288d18.1","RAB5A, member RAS oncogene family (Rab5a protein)","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000133596/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","F1QS51","rab5a","Early endosome antigen 1","Q7ZUW5","F1QS51","RAB5A, member RAS oncogene family (Rab5a protein)","Early endosome antigen 1","string-db","7955.ENSDARP00000085782/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","Q7ZVP2","rab5a","wu:fb98b08","Q7ZUW5","rab5c","RAB5A, member RAS oncogene family (Rab5a protein)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","string-db","7955.ENSDARP00000033828/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","Q4V946","rab5a","fj12b07","Q7ZUW5","rabggtb","RAB5A, member RAS oncogene family (Rab5a protein)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","A2AR68","rab5a","zgc:110600","Q7ZUW5","gdi1","RAB5A, member RAS oncogene family (Rab5a protein)","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","F1Q9F3","rab5a","im:7147158","Q7ZUW5","pik3c3","RAB5A, member RAS oncogene family (Rab5a protein)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","E7FE23","rab5a","RUN and FYVE domain-containing 1","Q7ZUW5","rufy1","RAB5A, member RAS oncogene family (Rab5a protein)","RUN and FYVE domain-containing 1 (RUN and FYVE domain-containing protein 1)","string-db","7955.ENSDARP00000101331/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","F1R1B6","rab5a","Si:dkeyp-19e1.3","Q7ZUW5","si:dkeyp-19e1.3","RAB5A, member RAS oncogene family (Rab5a protein)","Si:dkeyp-19e1.3 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000118665/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","Q7ZVX4","rab5a","cb731","Q7ZUW5","rab14","RAB5A, member RAS oncogene family (Rab5a protein)","Ras-related protein Rab-14","string-db","7955.ENSDARP00000106078/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZUW5","A8E7N5","rab5a","si:dkey-200h23.3","Q7ZUW5","vps45","RAB5A, member RAS oncogene family (Rab5a protein)","Vacuolar protein sorting 45 homolog (Vacuolar protein sorting-associated protein 45)","string-db","7955.ENSDARP00000081395/7955.ENSDARP00000032505","physical","txid7955" +"Q7ZVP2","B2XCM0","wu:fb98b08","Appl2","rab5c","B2XCM0","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Appl2 (DCC-interacting protein 13-beta)","psicquic","18455989","physical","txid7955" +"Q7ZVP2","E9QC42","wu:fb98b08","zgc:56506","rab5c","sybl1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","A2AR68","wu:fb98b08","zgc:110600","rab5c","gdi1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","C3PTE8","wu:fb98b08","Beta-arrestin-1","rab5c","arrb1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","E9QBV1","wu:fb98b08","fd07f11","rab5c","cltcb","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","F1QS51","wu:fb98b08","Early endosome antigen 1","rab5c","F1QS51","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Early endosome antigen 1","string-db","7955.ENSDARP00000085782/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","A0A0R4IRS1","wu:fb98b08","AP-1 complex subunit mu-1","rab5c","ap1m1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q4V946","wu:fb98b08","fj12b07","rab5c","rabggtb","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","A0A0R4IIR1","wu:fb98b08","dnm2","rab5c","dnm2a","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","B0R0W9","wu:fb98b08","tbc1d8b","rab5c","tbc1d8b","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q7SZZ5","wu:fb98b08","wu:fj61c06","rab5c","Q7SZZ5","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q803D1","wu:fb98b08","wu:fb33e02","rab5c","arf1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q803T6","wu:fb98b08","sh3gl2","rab5c","sh3gl2a","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q503Z0","wu:fb98b08","zgc:110003","rab5c","tpd52l1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","string-db","7955.ENSDARP00000062401/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","A5PMS9","wu:fb98b08","fa11e04","rab5c","ap1b1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q6NSP1","wu:fb98b08","zgc:56704","rab5c","ap1s1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","F1Q9F3","wu:fb98b08","im:7147158","rab5c","pik3c3","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q6P937","wu:fb98b08","wu:fb61d08","rab5c","clta","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","F1R3L9","wu:fb98b08","Ap1m1","rab5c","F1R3L9","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","F1R1B6","wu:fb98b08","Si:dkeyp-19e1.3","rab5c","si:dkeyp-19e1.3","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Si:dkeyp-19e1.3 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000118665/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","F1RB27","wu:fb98b08","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2","rab5c","appl2","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2 (DCC-interacting protein 13-beta isoform X1)","string-db","7955.ENSDARP00000101503/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","A0A0R4IHT5","wu:fb98b08","Si:ch211-288d18.1","rab5c","si:ch211-288d18.1","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","string-db","7955.ENSDARP00000133596/7955.ENSDARP00000033828","physical","txid7955" +"Q7ZVP2","Q58EK5","wu:fb98b08","tdrd1","rab5c","Q58EK5","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000033828","physical","txid7955" +"Q6NZZ9","A8WHR3","rbm22","yju2","rbm22","yju2","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Splicing factor YJU2","string-db","7955.ENSDARP00000035484/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q7ZV92","rbm22","prp19","rbm22","prpf19","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","E9QIC1","rbm22","zgc:55853","rbm22","cdc5l","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q7ZVA6","rbm22","eif4a3","rbm22","Q7ZVA6","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q1LY92","rbm22","LOC555321","rbm22","xab2","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","string-db","7955.ENSDARP00000010070/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","A0A0R4IBK2","rbm22","Peptidyl-prolyl cis-trans isomerase E","rbm22","A0A0R4IBK2","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q6DGP2","rbm22","syf2","rbm22","syf2","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q5D018","rbm22","rbm8a","rbm22","rbm8a","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q6IQU4","rbm22","cwc15","rbm22","Q6IQU4","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Protein CWC15 homolog","string-db","7955.ENSDARP00000022647/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q08C72","rbm22","cwc22","rbm22","Q08C72","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","string-db","7955.ENSDARP00000013971/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q567Z7","rbm22","bud31","rbm22","Q567Z7","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Protein BUD31 homolog (Protein G10 homolog)","string-db","7955.ENSDARP00000015461/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q5RKQ0","rbm22","bcas2","rbm22","bcas2","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","A3KQS1","rbm22","si:ch211-210h11.8","rbm22","prcc","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","string-db","7955.ENSDARP00000086697/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","A4FUN5","rbm22","rab43","rbm22","isy1","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q803R7","rbm22","zgc:55327","rbm22","crnkl1","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q7ZUG0","rbm22","snrpe","rbm22","snrpe","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q6DRP3","rbm22","fb37b08","rbm22","snw1","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000004055","physical","txid7955" +"Q6NZZ9","Q1ECZ4","rbm22","casc3","rbm22","casc3","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000004055","physical","txid7955" +"A0A0R4IBK2","Q6DRP3","Peptidyl-prolyl cis-trans isomerase E","fb37b08","A0A0R4IBK2","snw1","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000130313","physical","txid7955" +"A3KQS1","A4FUN5","si:ch211-210h11.8","rab43","prcc","isy1","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000086697","physical","txid7955" +"A3KQS1","Q6DRP3","si:ch211-210h11.8","fb37b08","prcc","snw1","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000086697","physical","txid7955" +"A3KQS1","Q5XJ88","si:ch211-210h11.8","zgc:103534","prcc","kansl2","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","string-db","7955.ENSDARP00000105294/7955.ENSDARP00000086697","physical","txid7955" +"A3KQS1","A0A0R4IBK2","si:ch211-210h11.8","Peptidyl-prolyl cis-trans isomerase E","prcc","A0A0R4IBK2","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000086697","physical","txid7955" +"A3KQS1","Q803R7","si:ch211-210h11.8","zgc:55327","prcc","crnkl1","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000086697","physical","txid7955" +"A4FUN5","Q803R7","rab43","zgc:55327","isy1","crnkl1","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","Q7ZV92","rab43","prp19","isy1","prpf19","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","A0A0R4IBK2","rab43","Peptidyl-prolyl cis-trans isomerase E","isy1","A0A0R4IBK2","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","Q3LSS0","rab43","cwf19l2","isy1","Q3LSS0","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","Q6DRP3","rab43","fb37b08","isy1","snw1","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","F1R2E0","rab43","si:ch211-197g15.1","isy1","hnrnpm","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000087580","physical","txid7955" +"A4FUN5","Q6DGP2","rab43","syf2","isy1","syf2","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000087580","physical","txid7955" +"Q6DRP3","A0A0R4IXF6","fb37b08","kat2a","snw1","kat2a","SNW domain-containing protein 1","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000138373","physical","txid7955" +"Q6DRP3","B8JI71","fb37b08","eys","snw1","B8JI71","SNW domain-containing protein 1","Protein eyes shut homolog","string-db","7955.ENSDARP00000144515/7955.ENSDARP00000138373","physical","txid7955" +"Q6IQU4","Q6P4V4","cwc15","zgc:77673","Q6IQU4","ctnnbl1","Protein CWC15 homolog","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q5RKQ0","cwc15","bcas2","Q6IQU4","bcas2","Protein CWC15 homolog","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q7ZV92","cwc15","prp19","Q6IQU4","prpf19","Protein CWC15 homolog","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q6P0D5","cwc15","wbp11","Q6IQU4","Q6P0D5","Protein CWC15 homolog","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q6DH51","cwc15","pqbp1l","Q6IQU4","pqbp1","Protein CWC15 homolog","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","string-db","7955.ENSDARP00000049229/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q803R7","cwc15","zgc:55327","Q6IQU4","crnkl1","Protein CWC15 homolog","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q7ZUG0","cwc15","snrpe","Q6IQU4","snrpe","Protein CWC15 homolog","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q6DGP2","cwc15","syf2","Q6IQU4","syf2","Protein CWC15 homolog","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","E9QIC1","cwc15","zgc:55853","Q6IQU4","cdc5l","Protein CWC15 homolog","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","F1R9V3","cwc15","si:dkey-4p15.3","Q6IQU4","hspa8b","Protein CWC15 homolog","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000022647","physical","txid7955" +"Q6IQU4","Q90473","cwc15","hspa8","Q6IQU4","Q90473","Protein CWC15 homolog","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000022647","physical","txid7955" +"Q803R7","Q6DRP3","zgc:55327","fb37b08","crnkl1","snw1","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000100660","physical","txid7955" +"Q803R7","Q5XJ88","zgc:55327","zgc:103534","crnkl1","kansl2","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","string-db","7955.ENSDARP00000105294/7955.ENSDARP00000100660","physical","txid7955" +"Q803R7","A0A0R4IBK2","zgc:55327","Peptidyl-prolyl cis-trans isomerase E","crnkl1","A0A0R4IBK2","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000100660","physical","txid7955" +"Q803R7","F1R2E0","zgc:55327","si:ch211-197g15.1","crnkl1","hnrnpm","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000100660","physical","txid7955" +"Q803R7","Q3LSS0","zgc:55327","cwf19l2","crnkl1","Q3LSS0","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000100660","physical","txid7955" +"Q567Z7","A4FUN5","bud31","rab43","Q567Z7","isy1","Protein BUD31 homolog (Protein G10 homolog)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000015461","physical","txid7955" +"Q567Z7","Q6DRP3","bud31","fb37b08","Q567Z7","snw1","Protein BUD31 homolog (Protein G10 homolog)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000015461","physical","txid7955" +"Q567Z7","A3KQS1","bud31","si:ch211-210h11.8","Q567Z7","prcc","Protein BUD31 homolog (Protein G10 homolog)","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","string-db","7955.ENSDARP00000086697/7955.ENSDARP00000015461","physical","txid7955" +"Q567Z7","Q803R7","bud31","zgc:55327","Q567Z7","crnkl1","Protein BUD31 homolog (Protein G10 homolog)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000015461","physical","txid7955" +"Q567Z7","A0A0R4IBK2","bud31","Peptidyl-prolyl cis-trans isomerase E","Q567Z7","A0A0R4IBK2","Protein BUD31 homolog (Protein G10 homolog)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000015461","physical","txid7955" +"Q1LY92","Q66I85","LOC555321","yju2b","xab2","ccdc130","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","string-db","7955.ENSDARP00000060887/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q5RKQ0","LOC555321","bcas2","xab2","bcas2","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","F1R2E0","LOC555321","si:ch211-197g15.1","xab2","hnrnpm","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q7ZV92","LOC555321","prp19","xab2","prpf19","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q6DI35","LOC555321","tfip11","xab2","Q6DI35","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","string-db","7955.ENSDARP00000073961/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","E9QIC1","LOC555321","zgc:55853","xab2","cdc5l","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q3LSS0","LOC555321","cwf19l2","xab2","Q3LSS0","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q7ZUG0","LOC555321","snrpe","xab2","snrpe","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q08C72","LOC555321","cwc22","xab2","Q08C72","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Pre-mRNA-splicing factor CWC22 homolog (Nucampholin homolog)","string-db","7955.ENSDARP00000013971/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q6DRP3","LOC555321","fb37b08","xab2","snw1","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q803R7","LOC555321","zgc:55327","xab2","crnkl1","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q6IQU4","LOC555321","cwc15","xab2","Q6IQU4","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Protein CWC15 homolog","string-db","7955.ENSDARP00000022647/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q5RGJ5","LOC555321","cwf19l1","xab2","cwf19l1","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","CWF19-like protein 1","string-db","7955.ENSDARP00000010750/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","A0A0R4IBK2","LOC555321","Peptidyl-prolyl cis-trans isomerase E","xab2","A0A0R4IBK2","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q567Z7","LOC555321","bud31","xab2","Q567Z7","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Protein BUD31 homolog (Protein G10 homolog)","string-db","7955.ENSDARP00000015461/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","A3KQS1","LOC555321","si:ch211-210h11.8","xab2","prcc","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","string-db","7955.ENSDARP00000086697/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","A4FUN5","LOC555321","rab43","xab2","isy1","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000010070","physical","txid7955" +"Q1LY92","Q6DGP2","LOC555321","syf2","xab2","syf2","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000010070","physical","txid7955" +"A8WHR3","Q1ECZ4","yju2","casc3","yju2","casc3","Splicing factor YJU2","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000035484","physical","txid7955" +"A8WHR3","Q7ZV92","yju2","prp19","yju2","prpf19","Splicing factor YJU2","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000035484","physical","txid7955" +"A8WHR3","Q7ZVA6","yju2","eif4a3","yju2","Q7ZVA6","Splicing factor YJU2","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000035484","physical","txid7955" +"E9QIC1","Q7ZV92","zgc:55853","prp19","cdc5l","prpf19","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","Q6P0D5","zgc:55853","wbp11","cdc5l","Q6P0D5","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","Q6DGP2","zgc:55853","syf2","cdc5l","syf2","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","Q90473","zgc:55853","hspa8","cdc5l","Q90473","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","A4FUN5","zgc:55853","rab43","cdc5l","isy1","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","Q803R7","zgc:55853","zgc:55327","cdc5l","crnkl1","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000064312","physical","txid7955" +"E9QIC1","Q6P4V4","zgc:55853","zgc:77673","cdc5l","ctnnbl1","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000064312","physical","txid7955" +"Q7ZV92","Q803R7","prp19","zgc:55327","prpf19","crnkl1","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000097371","physical","txid7955" +"Q7ZV92","Q6P4V4","prp19","zgc:77673","prpf19","ctnnbl1","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000097371","physical","txid7955" +"Q7ZV92","Q6P0D5","prp19","wbp11","prpf19","Q6P0D5","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000097371","physical","txid7955" +"Q7ZV92","Q7ZVA6","prp19","eif4a3","prpf19","Q7ZVA6","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000097371","physical","txid7955" +"Q7ZV92","A0A0R4IBK2","prp19","Peptidyl-prolyl cis-trans isomerase E","prpf19","A0A0R4IBK2","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000097371","physical","txid7955" +"Q5RKQ0","Q6DGP2","bcas2","syf2","bcas2","syf2","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","Q6P0D5","bcas2","wbp11","bcas2","Q6P0D5","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","Q90473","bcas2","hspa8","bcas2","Q90473","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","A4FUN5","bcas2","rab43","bcas2","isy1","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","Q803R7","bcas2","zgc:55327","bcas2","crnkl1","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","Q6P4V4","bcas2","zgc:77673","bcas2","ctnnbl1","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","Q7ZV92","bcas2","prp19","bcas2","prpf19","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000064065","physical","txid7955" +"Q5RKQ0","E9QIC1","bcas2","zgc:55853","bcas2","cdc5l","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000064065","physical","txid7955" +"Q7ZUZ7","Q6TH05","arf1l","GABARAPL2","arf2b","gabarapl2","ADP-ribosylation factor","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","string-db","7955.ENSDARP00000039056/7955.ENSDARP00000004127","physical","txid7955" +"Q7ZUZ7","Q803D1","arf1l","wu:fb33e02","arf2b","arf1","ADP-ribosylation factor","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000004127","physical","txid7955" +"Q7ZUZ7","Q49GP3","arf1l","pi4kb","arf2b","pi4kb","ADP-ribosylation factor","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","string-db","7955.ENSDARP00000058665/7955.ENSDARP00000004127","physical","txid7955" +"Q6TH05","Q803D1","GABARAPL2","wu:fb33e02","gabarapl2","arf1","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","E9QEG9","GABARAPL2","fa99f08","gabarapl2","nbr1a","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","string-db","7955.ENSDARP00000121070/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","B0S696","GABARAPL2","im:7137114","gabarapl2","tbc1d25","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","TBC1 domain family member 25 (TBC1 domain family, member 25)","string-db","7955.ENSDARP00000078040/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","F1Q5Z8","GABARAPL2","p62","gabarapl2","sqstm1","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","Q1LWB0","GABARAPL2","tax1bp1a","gabarapl2","tax1bp1a","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","F1QGK5","GABARAPL2","fj08c01","gabarapl2","F1QGK5","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","Calcium-binding and coiled-coil domain 2 (Calcium-binding and coiled-coil domain-containing protein 2)","string-db","7955.ENSDARP00000127186/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","Q6DH87","GABARAPL2","fundc1","gabarapl2","fundc1","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","FUN14 domain-containing protein 1","string-db","7955.ENSDARP00000059836/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","F1R2I7","GABARAPL2","NBR1 autophagy cargo receptor b","gabarapl2","nbr1b","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","NBR1 autophagy cargo receptor b","string-db","7955.ENSDARP00000104318/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","Q6P132","GABARAPL2","tax1bp1b","gabarapl2","tax1bp1b","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","Tax1-binding protein 1 homolog B","string-db","7955.ENSDARP00000040726/7955.ENSDARP00000039056","physical","txid7955" +"Q6TH05","Q1LX53","GABARAPL2","si:ch211-238n5.7","gabarapl2","bcl2l13","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","string-db","7955.ENSDARP00000120878/7955.ENSDARP00000039056","physical","txid7955" +"Q49GP3","A1L244","pi4kb","sacm1lb","pi4kb","A1L244","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","Phosphatidylinositol-3-phosphatase SAC1-B (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein B)","string-db","7955.ENSDARP00000077948/7955.ENSDARP00000058665","physical","txid7955" +"Q49GP3","Q6PE18","pi4kb","pi4k2a","pi4kb","pi4k2a","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","string-db","7955.ENSDARP00000112458/7955.ENSDARP00000058665","physical","txid7955" +"Q49GP3","A8E7C5","pi4kb","inpp5f","pi4kb","inpp5f","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","string-db","7955.ENSDARP00000121830/7955.ENSDARP00000058665","physical","txid7955" +"Q49GP3","Q803D1","pi4kb","wu:fb33e02","pi4kb","arf1","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000058665","physical","txid7955" +"Q49GP3","A4VCH0","pi4kb","sacm1la","pi4kb","A4VCH0","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","Phosphatidylinositol-3-phosphatase SAC1-A (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein A)","string-db","7955.ENSDARP00000083973/7955.ENSDARP00000058665","physical","txid7955" +"Q6PC93","B0JZL7","nmnat2","si:ch211-142e24.2","Q6PC93","B0JZL7","Nicotinamide/nicotinic acid mononucleotide adenylyltransferase 2 (NMN/NaMN adenylyltransferase 2) (EC 2.7.7.1) (EC 2.7.7.18) (Nicotinamide mononucleotide adenylyltransferase 2) (NMN adenylyltransferase 2) (Nicotinate-nucleotide adenylyltransferase 2) (NaMN adenylyltransferase 2)","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000004144","physical","txid7955" +"Q6PC93","B0V3M5","nmnat2","si:ch73-170l17.1","Q6PC93","nmnat3","Nicotinamide/nicotinic acid mononucleotide adenylyltransferase 2 (NMN/NaMN adenylyltransferase 2) (EC 2.7.7.1) (EC 2.7.7.18) (Nicotinamide mononucleotide adenylyltransferase 2) (NMN adenylyltransferase 2) (Nicotinate-nucleotide adenylyltransferase 2) (NaMN adenylyltransferase 2)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","string-db","7955.ENSDARP00000102719/7955.ENSDARP00000004144","physical","txid7955" +"Q6PC93","E9QH56","nmnat2","id:ibd5068","Q6PC93","nmnat1","Nicotinamide/nicotinic acid mononucleotide adenylyltransferase 2 (NMN/NaMN adenylyltransferase 2) (EC 2.7.7.1) (EC 2.7.7.18) (Nicotinamide mononucleotide adenylyltransferase 2) (NMN adenylyltransferase 2) (Nicotinate-nucleotide adenylyltransferase 2) (NaMN adenylyltransferase 2)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","string-db","7955.ENSDARP00000120270/7955.ENSDARP00000004144","physical","txid7955" +"B0JZL7","E9QH56","si:ch211-142e24.2","id:ibd5068","B0JZL7","nmnat1","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","string-db","7955.ENSDARP00000120270/7955.ENSDARP00000112341","physical","txid7955" +"B0JZL7","F1QDY2","si:ch211-142e24.2","Ugp2","B0JZL7","F1QDY2","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","string-db","7955.ENSDARP00000123568/7955.ENSDARP00000112341","physical","txid7955" +"B0JZL7","E9QE09","si:ch211-142e24.2","zgc:158795","B0JZL7","galt","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","Galactose-1-phosphate uridylyltransferase (EC 2.7.7.12)","string-db","7955.ENSDARP00000121978/7955.ENSDARP00000112341","physical","txid7955" +"B0V3M5","B0JZL7","si:ch73-170l17.1","si:ch211-142e24.2","nmnat3","B0JZL7","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000102719","physical","txid7955" +"B0V3M5","E9QH56","si:ch73-170l17.1","id:ibd5068","nmnat3","nmnat1","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","string-db","7955.ENSDARP00000120270/7955.ENSDARP00000102719","physical","txid7955" +"Q6NYY9","F1RCP1","vmp1","becn1","Q6NYY9","F1RCP1","Vacuole membrane protein 1","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000004153","physical","txid7955" +"Q561X2","Q6DKF5","sb:cb294","Coatomer subunit zeta","tmed9","copz2","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6DC20","sb:cb294","zgc:101030","tmed9","arf4a","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7ZW40","sb:cb294","vdp","tmed9","uso1","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","F1RAM9","sb:cb294","zgc:76996","tmed9","tmed7","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q5TYW4","sb:cb294","nbas","tmed9","nbas","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7ZUN8","sb:cb294","ykt6","tmed9","Q7ZUN8","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","F1QQE5","sb:cb294","wu:fa09g12","tmed9","sptb","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","A0A286Y9X1","sb:cb294","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","tmed9","gbf1","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6NWI7","sb:cb294","TMP21","tmed9","Q6NWI7","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","E7F2M5","sb:cb294","fj38b04","tmed9","E7F2M5","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q4VBI7","sb:cb294","stx18","tmed9","stx18","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6PFS5","sb:cb294","kdelr3","tmed9","Q6PFS5","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7SZQ7","sb:cb294","surf4","tmed9","Q7SZQ7","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q803D1","sb:cb294","wu:fb33e02","tmed9","arf1","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q66HV4","sb:cb294","copb1","tmed9","copb1","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","B3DKM3","sb:cb294","wu:fb09b11","tmed9","tmed3","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7ZUW4","sb:cb294","wu:fb16f02","tmed9","arf5","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","O73727","sb:cb294","ins","tmed9","ins","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6IQT6","sb:cb294","si:ch211-262k23.5","tmed9","bet1","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","string-db","7955.ENSDARP00000010900/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7ZTY7","sb:cb294","use1","tmed9","Q7ZTY7","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6PH70","sb:cb294","kdelr2l","tmed9","kdelr2b","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6PEH1","sb:cb294","kdelr2","tmed9","kdelr2","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","string-db","7955.ENSDARP00000011420/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","A0A0R4IG59","sb:cb294","BCL2-interacting protein 1b","tmed9","A0A0R4IG59","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","F1QXB0","sb:cb294","LOC558044","tmed9","sptbn2","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q9PUE4","sb:cb294","copg2","tmed9","copg2","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","string-db","7955.ENSDARP00000043659/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7ZW27","sb:cb294","arcn1","tmed9","arcn1a","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Coatomer subunit delta","string-db","7955.ENSDARP00000011311/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q6P5M5","sb:cb294","DKEY-238C7.11","tmed9","DKEY-238C7.11","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000004205","physical","txid7955" +"Q561X2","Q7SXP0","sb:cb294","sec22bb","tmed9","sec22bb","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000004205","physical","txid7955" +"O73727","Q6NWI7","ins","TMP21","ins","Q6NWI7","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000051221","physical","txid7955" +"O73727","F1QXB0","ins","LOC558044","ins","sptbn2","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q9PTH3","ins","igfbp2a","ins","Q9PTH3","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Insulin-like growth factor-binding protein 2-A (IGF-binding protein 2-A) (IGFBP-2-A) (IGFBP-2a)","string-db","7955.ENSDARP00000068816/7955.ENSDARP00000051221","physical","txid7955" +"O73727","A3QJZ0","ins","si:dkeyp-84g1.5","ins","A3QJZ0","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Gonadotropin releasing hormone receptor 4 isoform X1 (Gonadotropin-releasing hormone receptor 4) (Gonadotropin-releasing hormone receptor GnRH-R4SHS)","string-db","7955.ENSDARP00000055566/7955.ENSDARP00000051221","physical","txid7955" +"O73727","F1QSC3","ins","Growth factor receptor-bound protein 10 isoform X2","ins","grb10b","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000051221","physical","txid7955" +"O73727","E7F4P8","ins","Insulin receptor substrate 1","ins","irs1","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q7ZUN8","ins","ykt6","ins","Q7ZUN8","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q6DKF5","ins","Coatomer subunit zeta","ins","copz2","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q8JHX6","ins","Insulin-like growth factor-binding protein 1","ins","igfbp1a","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Insulin-like growth factor-binding protein 1","string-db","7955.ENSDARP00000135671/7955.ENSDARP00000051221","physical","txid7955" +"O73727","E7F3T0","ins","SHC-transforming protein 1","ins","shc1","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000051221","physical","txid7955" +"O73727","F1RAM9","ins","zgc:76996","ins","tmed7","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000051221","physical","txid7955" +"O73727","A0A0R4IKQ9","ins","Insulin receptor substrate 2","ins","irs2b","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000051221","physical","txid7955" +"O73727","F1QQE5","ins","wu:fa09g12","ins","sptb","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q1LVG4","ins","IRb","ins","insrb","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Tyrosine-protein kinase receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000096601/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q66HV4","ins","copb1","ins","copb1","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000051221","physical","txid7955" +"O73727","Q7ZW40","ins","vdp","ins","uso1","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000051221","physical","txid7955" +"Q7SXP0","A0A286Y9X1","sec22bb","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","sec22bb","gbf1","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","A0A8M9QGE5","sec22bb","cplx2b","sec22bb","A0A8M9QGE5","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","Q7T361","sec22bb","zgc:64079","sec22bb","stx8","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","A0A8M1P6T1","sec22bb","im:7139509","sec22bb","A0A8M1P6T1","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","A0A0R4IK07","sec22bb","si:ch211-208k15.1","sec22bb","tsnare1","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","Q7SZE5","sec22bb","sec23a","sec22bb","Q7SZE5","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000136767","physical","txid7955" +"Q7SXP0","F1RAM9","sec22bb","zgc:76996","sec22bb","tmed7","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000136767","physical","txid7955" +"Q7ZUW4","A0A286Y9X1","wu:fb16f02","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","arf5","gbf1","ADP-ribosylation factor","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","Q7T320","wu:fb16f02","gorab","arf5","Q7T320","ADP-ribosylation factor","RAB6-interacting golgin (N-terminal kinase-like-binding protein 1) (NTKL-BP1) (NTKL-binding protein 1) (SCY1-like 1-binding protein 1) (SCYL1-BP1) (SCYL1-binding protein 1)","string-db","7955.ENSDARP00000115735/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","Q7SZQ7","wu:fb16f02","surf4","arf5","Q7SZQ7","ADP-ribosylation factor","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","Q6DKF5","wu:fb16f02","Coatomer subunit zeta","arf5","copz2","ADP-ribosylation factor","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","Q7SXP0","wu:fb16f02","sec22bb","arf5","sec22bb","ADP-ribosylation factor","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","F1RAM9","wu:fb16f02","zgc:76996","arf5","tmed7","ADP-ribosylation factor","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000094243","physical","txid7955" +"Q7ZUW4","Q7ZW40","wu:fb16f02","vdp","arf5","uso1","ADP-ribosylation factor","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000094243","physical","txid7955" +"Q6DC20","Q7SXP0","zgc:101030","sec22bb","arf4a","sec22bb","ADP-ribosylation factor","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","A0A286Y9X1","zgc:101030","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","arf4a","gbf1","ADP-ribosylation factor","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","Q7SZQ7","zgc:101030","surf4","arf4a","Q7SZQ7","ADP-ribosylation factor","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","F1RAM9","zgc:101030","zgc:76996","arf4a","tmed7","ADP-ribosylation factor","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","Q6DKF5","zgc:101030","Coatomer subunit zeta","arf4a","copz2","ADP-ribosylation factor","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","Q66HV4","zgc:101030","copb1","arf4a","copb1","ADP-ribosylation factor","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","A0A2R8QBM8","zgc:101030","si:ch211-153c20.4","arf4a","A0A2R8QBM8","ADP-ribosylation factor","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000067603","physical","txid7955" +"Q6DC20","Q7ZW40","zgc:101030","vdp","arf4a","uso1","ADP-ribosylation factor","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000067603","physical","txid7955" +"E7F2M5","Q7SXP0","fj38b04","sec22bb","E7F2M5","sec22bb","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","F1RAM9","fj38b04","zgc:76996","E7F2M5","tmed7","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q6PBX2","fj38b04","sara2","E7F2M5","sar1b","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","A0A8M9PWA7","fj38b04","Complement component 7b","E7F2M5","A0A8M9PWA7","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","A0A0R4IMX2","fj38b04","im:7145364","E7F2M5","A0A0R4IMX2","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","E9QFN4","fj38b04","SEC22 homolog C, vesicle-trafficking protein","E7F2M5","sec22c","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q6DKF5","fj38b04","Coatomer subunit zeta","E7F2M5","copz2","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","A0A8N7TCU0","fj38b04","Protein transport protein Sec16B isoform X1","E7F2M5","A0A8N7TCU0","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q7SZE5","fj38b04","sec23a","E7F2M5","Q7SZE5","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","A0A0R4ICL5","fj38b04","Protein transport protein Sec24A isoform X2","E7F2M5","sec24a","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","F8W5D3","fj38b04","Alpha-1-antiproteinase 2-like","E7F2M5","F8W5D3","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","F1QQE5","fj38b04","wu:fa09g12","E7F2M5","sptb","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q5RIH0","fj38b04","Cornichon family AMPA receptor auxiliary protein 3","E7F2M5","cnih3","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q5BL21","fj38b04","cnih2","E7F2M5","cnih2","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q8JFU3","fj38b04","fj98e12","E7F2M5","Q8JFU3","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","F1Q6F3","fj38b04","zgc:92465","E7F2M5","F1Q6F3","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","Q7ZUN8","fj38b04","ykt6","E7F2M5","Q7ZUN8","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000107557","physical","txid7955" +"E7F2M5","B8A565","fj38b04","wu:fb60b05","E7F2M5","B8A565","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000107557","physical","txid7955" +"Q6NWI7","Q5SPJ4","TMP21","wu:fb61c07","Q6NWI7","Q5SPJ4","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A1IH00","TMP21","golga2","Q6NWI7","golga2","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q803D1","TMP21","wu:fb33e02","Q6NWI7","arf1","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7T011","TMP21","si:ch211-10e8.7","Q6NWI7","Q7T011","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A5PMC4","TMP21","wu:fb16f04","Q6NWI7","A5PMC4","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7SXP0","TMP21","sec22bb","Q6NWI7","sec22bb","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A0A0R4IG59","TMP21","BCL2-interacting protein 1b","Q6NWI7","A0A0R4IG59","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7SZE5","TMP21","sec23a","Q6NWI7","Q7SZE5","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","F1QXB0","TMP21","LOC558044","Q6NWI7","sptbn2","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","E9QFN4","TMP21","SEC22 homolog C, vesicle-trafficking protein","Q6NWI7","sec22c","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","F1QQE5","TMP21","wu:fa09g12","Q6NWI7","sptb","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","F1RAM9","TMP21","zgc:76996","Q6NWI7","tmed7","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A0A0R4ICL5","TMP21","Protein transport protein Sec24A isoform X2","Q6NWI7","sec24a","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A0A0R4IMX2","TMP21","im:7145364","Q6NWI7","A0A0R4IMX2","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q6DKF5","TMP21","Coatomer subunit zeta","Q6NWI7","copz2","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q6DC20","TMP21","zgc:101030","Q6NWI7","arf4a","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A0A8N7TCU0","TMP21","Protein transport protein Sec16B isoform X1","Q6NWI7","A0A8N7TCU0","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7ZUW4","TMP21","wu:fb16f02","Q6NWI7","arf5","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7SZQ7","TMP21","surf4","Q6NWI7","Q7SZQ7","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q6PBX2","TMP21","sara2","Q6NWI7","sar1b","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q6P5M5","TMP21","DKEY-238C7.11","Q6NWI7","DKEY-238C7.11","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7SYD5","TMP21","sec31a","Q6NWI7","Q7SYD5","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","E7F715","TMP21","Protein transport protein Sec24B isoform X1","Q6NWI7","E7F715","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A9JRW9","TMP21","Proheparin-binding EGF-like growth factor","Q6NWI7","A9JRW9","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","F8W5D3","TMP21","Alpha-1-antiproteinase 2-like","Q6NWI7","F8W5D3","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7ZUN8","TMP21","ykt6","Q6NWI7","Q7ZUN8","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7T366","TMP21","wu:fc33b02","Q6NWI7","Q7T366","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","A0A286Y9X1","TMP21","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","Q6NWI7","gbf1","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q5BL21","TMP21","cnih2","Q6NWI7","cnih2","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q7ZW40","TMP21","vdp","Q6NWI7","uso1","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","E7F2M5","TMP21","fj38b04","Q6NWI7","E7F2M5","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q5RIH0","TMP21","Cornichon family AMPA receptor auxiliary protein 3","Q6NWI7","cnih3","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","Q66HV4","TMP21","copb1","Q6NWI7","copb1","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000060684","physical","txid7955" +"Q6NWI7","F1QBW3","TMP21","fc44f07","Q6NWI7","F1QBW3","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000060684","physical","txid7955" +"Q7ZW40","E9QFN4","vdp","SEC22 homolog C, vesicle-trafficking protein","uso1","sec22c","General vesicular transport factor p115","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q5BL21","vdp","cnih2","uso1","cnih2","General vesicular transport factor p115","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","F1RAM9","vdp","zgc:76996","uso1","tmed7","General vesicular transport factor p115","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","A0A286Y9X1","vdp","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","uso1","gbf1","General vesicular transport factor p115","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","F1QQE5","vdp","wu:fa09g12","uso1","sptb","General vesicular transport factor p115","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","A0A0R4IMX2","vdp","im:7145364","uso1","A0A0R4IMX2","General vesicular transport factor p115","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q7SZE5","vdp","sec23a","uso1","Q7SZE5","General vesicular transport factor p115","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q5SPJ4","vdp","wu:fb61c07","uso1","Q5SPJ4","General vesicular transport factor p115","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q7SXP0","vdp","sec22bb","uso1","sec22bb","General vesicular transport factor p115","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q6DKF5","vdp","Coatomer subunit zeta","uso1","copz2","General vesicular transport factor p115","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","F8W5D3","vdp","Alpha-1-antiproteinase 2-like","uso1","F8W5D3","General vesicular transport factor p115","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q803D1","vdp","wu:fb33e02","uso1","arf1","General vesicular transport factor p115","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q7ZUN8","vdp","ykt6","uso1","Q7ZUN8","General vesicular transport factor p115","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q58EK5","vdp","tdrd1","uso1","Q58EK5","General vesicular transport factor p115","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","E7F2M5","vdp","fj38b04","uso1","E7F2M5","General vesicular transport factor p115","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q804S5","vdp","mib1","uso1","mib1","General vesicular transport factor p115","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000101948","physical","txid7955" +"Q7ZW40","Q5RIH0","vdp","Cornichon family AMPA receptor auxiliary protein 3","uso1","cnih3","General vesicular transport factor p115","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000101948","physical","txid7955" +"Q6DKF5","Q7SXP0","Coatomer subunit zeta","sec22bb","copz2","sec22bb","Coatomer subunit zeta","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000120170","physical","txid7955" +"Q6DKF5","A0A0R4IG59","Coatomer subunit zeta","BCL2-interacting protein 1b","copz2","A0A0R4IG59","Coatomer subunit zeta","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000120170","physical","txid7955" +"Q6DKF5","Q7ZUN8","Coatomer subunit zeta","ykt6","copz2","Q7ZUN8","Coatomer subunit zeta","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000120170","physical","txid7955" +"Q6DKF5","Q7SZQ7","Coatomer subunit zeta","surf4","copz2","Q7SZQ7","Coatomer subunit zeta","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000120170","physical","txid7955" +"Q6DKF5","A0A286Y9X1","Coatomer subunit zeta","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","copz2","gbf1","Coatomer subunit zeta","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000120170","physical","txid7955" +"Q6DKF5","F1RAM9","Coatomer subunit zeta","zgc:76996","copz2","tmed7","Coatomer subunit zeta","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000120170","physical","txid7955" +"Q4VBI7","Q6DHC1","stx18","rab18b","stx18","rab18b","Syntaxin-18","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6IQK3","stx18","zgc:86726","stx18","vamp3","Syntaxin-18","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A8M1P6T1","stx18","im:7139509","stx18","A0A8M1P6T1","Syntaxin-18","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A5PMJ7","stx18","zgc:86632","stx18","stx12","Syntaxin-18","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1QFP8","stx18","zgc:101617","stx18","F1QFP8","Syntaxin-18","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","B8A651","stx18","zgc:165520","stx18","-","Syntaxin-18","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6PFS5","stx18","kdelr3","stx18","Q6PFS5","Syntaxin-18","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1Q7S0","stx18","zgc:109895","stx18","F1Q7S0","Syntaxin-18","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1R892","stx18","zgc:123218","stx18","F1R892","Syntaxin-18","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1RC32","stx18","fi35f06","stx18","napga","Syntaxin-18","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7SZZ5","stx18","wu:fj61c06","stx18","Q7SZZ5","Syntaxin-18","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E7EXN4","stx18","LOC110440104","stx18","E7EXN4","Syntaxin-18","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6DGI1","stx18","Vesicle-associated membrane protein 1","stx18","-","Syntaxin-18","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1Q9P4","stx18","beta-snap1","stx18","napbb","Syntaxin-18","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E9QC42","stx18","zgc:56506","stx18","sybl1","Syntaxin-18","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A8M9QGE5","stx18","cplx2b","stx18","A0A8M9QGE5","Syntaxin-18","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q0P4A7","stx18","snap47","stx18","snap47","Syntaxin-18","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E7F0D3","stx18","Syntaxin 12,-like","stx18","stx12l","Syntaxin-18","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6PBJ3","stx18","vamp1","stx18","vamp1","Syntaxin-18","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q4V9B6","stx18","fj55h11","stx18","-","Syntaxin-18","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6PHV0","stx18","stx3a","stx18","stx3a","Syntaxin-18","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A0R4IK07","stx18","si:ch211-208k15.1","stx18","tsnare1","Syntaxin-18","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A8M9QGE3","stx18","Syntaxin 16","stx18","A0A8M9QGE3","Syntaxin-18","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A0A0MPL4","stx18","Syntaxin-7","stx18","A0A0A0MPL4","Syntaxin-18","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7T361","stx18","zgc:64079","stx18","stx8","Syntaxin-18","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q08BK6","stx18","CPLX4a","stx18","Q08BK6","Syntaxin-18","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","D2K290","stx18","CPLX3b","stx18","D2K290","Syntaxin-18","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7SZQ7","stx18","surf4","stx18","Q7SZQ7","Syntaxin-18","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7SY45","stx18","zgc:63525","stx18","vti1b","Syntaxin-18","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E7F0C0","stx18","Syntaxin-binding protein 5 isoform X5","stx18","E7F0C0","Syntaxin-18","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E9QFW9","stx18","zgc:112064","stx18","gosr1","Syntaxin-18","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6PH70","stx18","kdelr2l","stx18","kdelr2b","Syntaxin-18","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q5RGD1","stx18","si:ch211-279m15.2","stx18","stxbp5a","Syntaxin-18","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A0R4IG59","stx18","BCL2-interacting protein 1b","stx18","A0A0R4IG59","Syntaxin-18","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","E9QBD8","stx18","BCL2-interacting protein 1a","stx18","bnip1a","Syntaxin-18","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A2BG37","stx18","fc83b05","stx18","vamp5","Syntaxin-18","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7T366","stx18","wu:fc33b02","stx18","Q7T366","Syntaxin-18","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","A0A8M2BKM7","stx18","LOC563082","stx18","A0A8M2BKM7","Syntaxin-18","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6DKF5","stx18","Coatomer subunit zeta","stx18","copz2","Syntaxin-18","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q567Y3","stx18","fb51b08","stx18","Q567Y3","Syntaxin-18","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q1L8U1","stx18","Si:ch211-81a5.8","stx18","Q1L8U1","Syntaxin-18","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","D2K289","stx18","CPLX3a","stx18","D2K289","Syntaxin-18","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6PC54","stx18","snap25b","stx18","snap25b","Syntaxin-18","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q66HV4","stx18","copb1","stx18","copb1","Syntaxin-18","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","B7ZV62","stx18","nsf","stx18","nsfa","Syntaxin-18","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","F1RAM9","stx18","zgc:76996","stx18","tmed7","Syntaxin-18","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q7SXP0","stx18","sec22bb","stx18","sec22bb","Syntaxin-18","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000051892","physical","txid7955" +"Q4VBI7","Q6NWI7","stx18","TMP21","stx18","Q6NWI7","Syntaxin-18","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000051892","physical","txid7955" +"Q66HV4","A0A0R4IG59","copb1","BCL2-interacting protein 1b","copb1","A0A0R4IG59","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q7SXP0","copb1","sec22bb","copb1","sec22bb","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q7ZW40","copb1","vdp","copb1","uso1","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","E7F2M5","copb1","fj38b04","copb1","E7F2M5","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q1LUM9","copb1","dncli2","copb1","Q1LUM9","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q7ZUW4","copb1","wu:fb16f02","copb1","arf5","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","F1QQE5","copb1","wu:fa09g12","copb1","sptb","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","F1QXB0","copb1","LOC558044","copb1","sptbn2","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q6PBH4","copb1","dynll2","copb1","dynll1","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q6DKF5","copb1","Coatomer subunit zeta","copb1","copz2","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q803D1","copb1","wu:fb33e02","copb1","arf1","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q7ZUN8","copb1","ykt6","copb1","Q7ZUN8","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","Q7SZQ7","copb1","surf4","copb1","Q7SZQ7","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","A0A286Y9X1","copb1","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","copb1","gbf1","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000073498","physical","txid7955" +"Q66HV4","F1RAM9","copb1","zgc:76996","copb1","tmed7","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000073498","physical","txid7955" +"Q6IQT6","Q5SQE2","si:ch211-262k23.5","stxbp5l","bet1","stxbp5l","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7T361","si:ch211-262k23.5","zgc:64079","bet1","stx8","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A8M9QGE3","si:ch211-262k23.5","Syntaxin 16","bet1","A0A8M9QGE3","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A0R4IG59","si:ch211-262k23.5","BCL2-interacting protein 1b","bet1","A0A0R4IG59","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZVE4","si:ch211-262k23.5","Synaptosomal-associated protein","bet1","Q7ZVE4","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein","string-db","7955.ENSDARP00000014467/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A8M9QGE5","si:ch211-262k23.5","cplx2b","bet1","A0A8M9QGE5","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E7F0C0","si:ch211-262k23.5","Syntaxin-binding protein 5 isoform X5","bet1","E7F0C0","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E9QBD8","si:ch211-262k23.5","BCL2-interacting protein 1a","bet1","bnip1a","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","B3DKM3","si:ch211-262k23.5","wu:fb09b11","bet1","tmed3","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7SY45","si:ch211-262k23.5","zgc:63525","bet1","vti1b","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6DGI1","si:ch211-262k23.5","Vesicle-associated membrane protein 1","bet1","-","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PBJ3","si:ch211-262k23.5","vamp1","bet1","vamp1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1QFP8","si:ch211-262k23.5","zgc:101617","bet1","F1QFP8","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","O73727","si:ch211-262k23.5","ins","bet1","ins","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6DHG4","si:ch211-262k23.5","cplx2a","bet1","cplx2l","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q1L8U1","si:ch211-262k23.5","Si:ch211-81a5.8","bet1","Q1L8U1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6DG84","si:ch211-262k23.5","wu:fj81f08","bet1","stx5a","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A0A0MPL4","si:ch211-262k23.5","Syntaxin-7","bet1","A0A0A0MPL4","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A8M1P6T1","si:ch211-262k23.5","im:7139509","bet1","A0A8M1P6T1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E9QC42","si:ch211-262k23.5","zgc:56506","bet1","sybl1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1RC32","si:ch211-262k23.5","fi35f06","bet1","napga","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1QXB0","si:ch211-262k23.5","LOC558044","bet1","sptbn2","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PEH1","si:ch211-262k23.5","kdelr2","bet1","kdelr2","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","string-db","7955.ENSDARP00000011420/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q5TZ66","si:ch211-262k23.5","snap25a","bet1","Q5TZ66","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","string-db","7955.ENSDARP00000019054/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1RAM9","si:ch211-262k23.5","zgc:76996","bet1","tmed7","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1R892","si:ch211-262k23.5","zgc:123218","bet1","F1R892","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","D2K290","si:ch211-262k23.5","CPLX3b","bet1","D2K290","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZUC1","si:ch211-262k23.5","wu:fa18d07","bet1","Q7ZUC1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q9PUE4","si:ch211-262k23.5","copg2","bet1","copg2","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","string-db","7955.ENSDARP00000043659/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E9QFN4","si:ch211-262k23.5","SEC22 homolog C, vesicle-trafficking protein","bet1","sec22c","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PFS5","si:ch211-262k23.5","kdelr3","bet1","Q6PFS5","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PC54","si:ch211-262k23.5","snap25b","bet1","snap25b","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1Q7S0","si:ch211-262k23.5","zgc:109895","bet1","F1Q7S0","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6NWI7","si:ch211-262k23.5","TMP21","bet1","Q6NWI7","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q5RGD1","si:ch211-262k23.5","si:ch211-279m15.2","bet1","stxbp5a","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1QQE5","si:ch211-262k23.5","wu:fa09g12","bet1","sptb","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZV15","si:ch211-262k23.5","sec22ba","bet1","Q7ZV15","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7SZZ5","si:ch211-262k23.5","wu:fj61c06","bet1","Q7SZZ5","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q0P4A7","si:ch211-262k23.5","snap47","bet1","snap47","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","B8A651","si:ch211-262k23.5","zgc:165520","bet1","-","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","B7ZV62","si:ch211-262k23.5","nsf","bet1","nsfa","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7SXP0","si:ch211-262k23.5","sec22bb","bet1","sec22bb","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZW27","si:ch211-262k23.5","arcn1","bet1","arcn1a","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Coatomer subunit delta","string-db","7955.ENSDARP00000011311/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1QBW3","si:ch211-262k23.5","fc44f07","bet1","F1QBW3","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7T366","si:ch211-262k23.5","wu:fc33b02","bet1","Q7T366","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZUN8","si:ch211-262k23.5","ykt6","bet1","Q7ZUN8","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A8M2BKM7","si:ch211-262k23.5","LOC563082","bet1","A0A8M2BKM7","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","F1Q9P4","si:ch211-262k23.5","beta-snap1","bet1","napbb","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A2BG37","si:ch211-262k23.5","fc83b05","bet1","vamp5","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q4V9B6","si:ch211-262k23.5","fj55h11","bet1","-","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A5PMJ7","si:ch211-262k23.5","zgc:86632","bet1","stx12","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q66HV4","si:ch211-262k23.5","copb1","bet1","copb1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6P5J5","si:ch211-262k23.5","zgc:63558","bet1","stx11b.1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q4VBI7","si:ch211-262k23.5","stx18","bet1","stx18","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q567Y3","si:ch211-262k23.5","fb51b08","bet1","Q567Y3","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","A0A0R4IK07","si:ch211-262k23.5","si:ch211-208k15.1","bet1","tsnare1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PHV0","si:ch211-262k23.5","stx3a","bet1","stx3a","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E7EXN4","si:ch211-262k23.5","LOC110440104","bet1","E7EXN4","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6IQK3","si:ch211-262k23.5","zgc:86726","bet1","vamp3","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","D2K289","si:ch211-262k23.5","CPLX3a","bet1","D2K289","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E9QFW9","si:ch211-262k23.5","zgc:112064","bet1","gosr1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q08BK6","si:ch211-262k23.5","CPLX4a","bet1","Q08BK6","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E7F2M5","si:ch211-262k23.5","fj38b04","bet1","E7F2M5","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZTY7","si:ch211-262k23.5","use1","bet1","Q7ZTY7","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6PH70","si:ch211-262k23.5","kdelr2l","bet1","kdelr2b","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q7ZW40","si:ch211-262k23.5","vdp","bet1","uso1","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","E7F0D3","si:ch211-262k23.5","Syntaxin 12,-like","bet1","stx12l","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000010900","physical","txid7955" +"Q6IQT6","Q6DKF5","si:ch211-262k23.5","Coatomer subunit zeta","bet1","copz2","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000010900","physical","txid7955" +"Q7ZUN8","A0A8N7TCU0","ykt6","Protein transport protein Sec16B isoform X1","Q7ZUN8","A0A8N7TCU0","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","Q7T2E8","ykt6","rhoac","Q7ZUN8","rhoac","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","Q6PBX2","ykt6","sara2","Q7ZUN8","sar1b","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","A0A0R4ICL5","ykt6","Protein transport protein Sec24A isoform X2","Q7ZUN8","sec24a","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","A0A0R4IMX2","ykt6","im:7145364","Q7ZUN8","A0A0R4IMX2","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","F8W5D3","ykt6","Alpha-1-antiproteinase 2-like","Q7ZUN8","F8W5D3","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","Q7SZE5","ykt6","sec23a","Q7ZUN8","Q7SZE5","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","A3QJU6","ykt6","zgc:136923","Q7ZUN8","A3QJU6","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","F1RAM9","ykt6","zgc:76996","Q7ZUN8","tmed7","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000121331","physical","txid7955" +"Q7ZUN8","Q5RIH0","ykt6","Cornichon family AMPA receptor auxiliary protein 3","Q7ZUN8","cnih3","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000121331","physical","txid7955" +"Q6P5M5","Q6DKF5","DKEY-238C7.11","Coatomer subunit zeta","DKEY-238C7.11","copz2","ADP-ribosylation factor","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","Q7SZQ7","DKEY-238C7.11","surf4","DKEY-238C7.11","Q7SZQ7","ADP-ribosylation factor","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","F1RAM9","DKEY-238C7.11","zgc:76996","DKEY-238C7.11","tmed7","ADP-ribosylation factor","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","Q7ZW40","DKEY-238C7.11","vdp","DKEY-238C7.11","uso1","ADP-ribosylation factor","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","Q7SXP0","DKEY-238C7.11","sec22bb","DKEY-238C7.11","sec22bb","ADP-ribosylation factor","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","Q66HV4","DKEY-238C7.11","copb1","DKEY-238C7.11","copb1","ADP-ribosylation factor","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000062142","physical","txid7955" +"Q6P5M5","A0A286Y9X1","DKEY-238C7.11","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","DKEY-238C7.11","gbf1","ADP-ribosylation factor","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000062142","physical","txid7955" +"B3DKM3","O73727","wu:fb09b11","ins","tmed3","ins","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q4VBI7","wu:fb09b11","stx18","tmed3","stx18","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","E7F2M5","wu:fb09b11","fj38b04","tmed3","E7F2M5","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6DC20","wu:fb09b11","zgc:101030","tmed3","arf4a","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7ZW40","wu:fb09b11","vdp","tmed3","uso1","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6DKF5","wu:fb09b11","Coatomer subunit zeta","tmed3","copz2","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6P5M5","wu:fb09b11","DKEY-238C7.11","tmed3","DKEY-238C7.11","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q66HV4","wu:fb09b11","copb1","tmed3","copb1","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","F1RAM9","wu:fb09b11","zgc:76996","tmed3","tmed7","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q5TYW4","wu:fb09b11","nbas","tmed3","nbas","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q803D1","wu:fb09b11","wu:fb33e02","tmed3","arf1","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","A0A286Y9X1","wu:fb09b11","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","tmed3","gbf1","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","F1QQE5","wu:fb09b11","wu:fa09g12","tmed3","sptb","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6PH70","wu:fb09b11","kdelr2l","tmed3","kdelr2b","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6NWI7","wu:fb09b11","TMP21","tmed3","Q6NWI7","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7ZUW4","wu:fb09b11","wu:fb16f02","tmed3","arf5","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7ZUN8","wu:fb09b11","ykt6","tmed3","Q7ZUN8","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","A0A0R4IG59","wu:fb09b11","BCL2-interacting protein 1b","tmed3","A0A0R4IG59","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7SZQ7","wu:fb09b11","surf4","tmed3","Q7SZQ7","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7ZU89","wu:fb09b11","arcn1l","tmed3","arcn1b","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Coatomer subunit delta","string-db","7955.ENSDARP00000047901/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q6PFS5","wu:fb09b11","kdelr3","tmed3","Q6PFS5","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","F1QXB0","wu:fb09b11","LOC558044","tmed3","sptbn2","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000046688","physical","txid7955" +"B3DKM3","Q7SXP0","wu:fb09b11","sec22bb","tmed3","sec22bb","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000046688","physical","txid7955" +"Q7ZW27","Q6NWI7","arcn1","TMP21","arcn1a","Q6NWI7","Coatomer subunit delta","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7ZW40","arcn1","vdp","arcn1a","uso1","Coatomer subunit delta","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","E7F2M5","arcn1","fj38b04","arcn1a","E7F2M5","Coatomer subunit delta","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6DC20","arcn1","zgc:101030","arcn1a","arf4a","Coatomer subunit delta","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","F1QXB0","arcn1","LOC558044","arcn1a","sptbn2","Coatomer subunit delta","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","O73727","arcn1","ins","arcn1a","ins","Coatomer subunit delta","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q803D1","arcn1","wu:fb33e02","arcn1a","arf1","Coatomer subunit delta","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7ZTY7","arcn1","use1","arcn1a","Q7ZTY7","Coatomer subunit delta","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6DKF5","arcn1","Coatomer subunit zeta","arcn1a","copz2","Coatomer subunit delta","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7ZUW4","arcn1","wu:fb16f02","arcn1a","arf5","Coatomer subunit delta","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6PH70","arcn1","kdelr2l","arcn1a","kdelr2b","Coatomer subunit delta","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q4VBI7","arcn1","stx18","arcn1a","stx18","Coatomer subunit delta","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7SXP0","arcn1","sec22bb","arcn1a","sec22bb","Coatomer subunit delta","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q66HV4","arcn1","copb1","arcn1a","copb1","Coatomer subunit delta","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q9PUE4","arcn1","copg2","arcn1a","copg2","Coatomer subunit delta","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","string-db","7955.ENSDARP00000043659/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6PFS5","arcn1","kdelr3","arcn1a","Q6PFS5","Coatomer subunit delta","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","A0A286Y9X1","arcn1","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","arcn1a","gbf1","Coatomer subunit delta","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","F1RAM9","arcn1","zgc:76996","arcn1a","tmed7","Coatomer subunit delta","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6PEH1","arcn1","kdelr2","arcn1a","kdelr2","Coatomer subunit delta","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","string-db","7955.ENSDARP00000011420/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7ZU89","arcn1","arcn1l","arcn1a","arcn1b","Coatomer subunit delta","Coatomer subunit delta","string-db","7955.ENSDARP00000047901/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7SZQ7","arcn1","surf4","arcn1a","Q7SZQ7","Coatomer subunit delta","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","F1QQE5","arcn1","wu:fa09g12","arcn1a","sptb","Coatomer subunit delta","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q5TYW4","arcn1","nbas","arcn1a","nbas","Coatomer subunit delta","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","A0A0R4IG59","arcn1","BCL2-interacting protein 1b","arcn1a","A0A0R4IG59","Coatomer subunit delta","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","B3DKM3","arcn1","wu:fb09b11","arcn1a","tmed3","Coatomer subunit delta","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q7ZUN8","arcn1","ykt6","arcn1a","Q7ZUN8","Coatomer subunit delta","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000011311","physical","txid7955" +"Q7ZW27","Q6P5M5","arcn1","DKEY-238C7.11","arcn1a","DKEY-238C7.11","Coatomer subunit delta","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000011311","physical","txid7955" +"Q6PH70","Q803D1","kdelr2l","wu:fb33e02","kdelr2b","arf1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","F1QXB0","kdelr2l","LOC558044","kdelr2b","sptbn2","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q7ZW40","kdelr2l","vdp","kdelr2b","uso1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q6DC20","kdelr2l","zgc:101030","kdelr2b","arf4a","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","A0A286Y9X1","kdelr2l","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","kdelr2b","gbf1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","A0A0R4IG59","kdelr2l","BCL2-interacting protein 1b","kdelr2b","A0A0R4IG59","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q7ZUW4","kdelr2l","wu:fb16f02","kdelr2b","arf5","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q66HV4","kdelr2l","copb1","kdelr2b","copb1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q6DKF5","kdelr2l","Coatomer subunit zeta","kdelr2b","copz2","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q6NWI7","kdelr2l","TMP21","kdelr2b","Q6NWI7","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q7SXP0","kdelr2l","sec22bb","kdelr2b","sec22bb","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","F1QQE5","kdelr2l","wu:fa09g12","kdelr2b","sptb","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q7ZUN8","kdelr2l","ykt6","kdelr2b","Q7ZUN8","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","Q6P5M5","kdelr2l","DKEY-238C7.11","kdelr2b","DKEY-238C7.11","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000054366","physical","txid7955" +"Q6PH70","F1RAM9","kdelr2l","zgc:76996","kdelr2b","tmed7","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000054366","physical","txid7955" +"Q6PEH1","Q7ZUW4","kdelr2","wu:fb16f02","kdelr2","arf5","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","F1QXB0","kdelr2","LOC558044","kdelr2","sptbn2","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","B3DKM3","kdelr2","wu:fb09b11","kdelr2","tmed3","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q9PUE4","kdelr2","copg2","kdelr2","copg2","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","string-db","7955.ENSDARP00000043659/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q803D1","kdelr2","wu:fb33e02","kdelr2","arf1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q7ZW40","kdelr2","vdp","kdelr2","uso1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","A0A286Y9X1","kdelr2","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","kdelr2","gbf1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q6DC20","kdelr2","zgc:101030","kdelr2","arf4a","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q6DKF5","kdelr2","Coatomer subunit zeta","kdelr2","copz2","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","A0A0R4IG59","kdelr2","BCL2-interacting protein 1b","kdelr2","A0A0R4IG59","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q6NWI7","kdelr2","TMP21","kdelr2","Q6NWI7","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q7ZUN8","kdelr2","ykt6","kdelr2","Q7ZUN8","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","F1RAM9","kdelr2","zgc:76996","kdelr2","tmed7","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q7SXP0","kdelr2","sec22bb","kdelr2","sec22bb","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q4VBI7","kdelr2","stx18","kdelr2","stx18","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","F1QQE5","kdelr2","wu:fa09g12","kdelr2","sptb","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q5TYW4","kdelr2","nbas","kdelr2","nbas","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q7ZTY7","kdelr2","use1","kdelr2","Q7ZTY7","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q6P5M5","kdelr2","DKEY-238C7.11","kdelr2","DKEY-238C7.11","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000011420","physical","txid7955" +"Q6PEH1","Q66HV4","kdelr2","copb1","kdelr2","copb1","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000011420","physical","txid7955" +"Q9PUE4","Q803D1","copg2","wu:fb33e02","copg2","arf1","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6DKF5","copg2","Coatomer subunit zeta","copg2","copz2","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6PH70","copg2","kdelr2l","copg2","kdelr2b","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q4VBI7","copg2","stx18","copg2","stx18","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","B3DKM3","copg2","wu:fb09b11","copg2","tmed3","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7ZUN8","copg2","ykt6","copg2","Q7ZUN8","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7SZQ7","copg2","surf4","copg2","Q7SZQ7","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","O73727","copg2","ins","copg2","ins","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7ZU89","copg2","arcn1l","copg2","arcn1b","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Coatomer subunit delta","string-db","7955.ENSDARP00000047901/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6DC20","copg2","zgc:101030","copg2","arf4a","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6PFS5","copg2","kdelr3","copg2","Q6PFS5","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q5TYW4","copg2","nbas","copg2","nbas","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7ZUW4","copg2","wu:fb16f02","copg2","arf5","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","F1QQE5","copg2","wu:fa09g12","copg2","sptb","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","A0A0R4IG59","copg2","BCL2-interacting protein 1b","copg2","A0A0R4IG59","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","E7F2M5","copg2","fj38b04","copg2","E7F2M5","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7SXP0","copg2","sec22bb","copg2","sec22bb","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q66HV4","copg2","copb1","copg2","copb1","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q7ZW40","copg2","vdp","copg2","uso1","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6NWI7","copg2","TMP21","copg2","Q6NWI7","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","A0A286Y9X1","copg2","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","copg2","gbf1","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","F1QXB0","copg2","LOC558044","copg2","sptbn2","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","F1RAM9","copg2","zgc:76996","copg2","tmed7","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000043659","physical","txid7955" +"Q9PUE4","Q6P5M5","copg2","DKEY-238C7.11","copg2","DKEY-238C7.11","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000043659","physical","txid7955" +"Q7ZTY7","Q4V9B6","use1","fj55h11","Q7ZTY7","-","Vesicle transport protein USE1 (USE1-like protein)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q08BK6","use1","CPLX4a","Q7ZTY7","Q08BK6","Vesicle transport protein USE1 (USE1-like protein)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A0A0MPL4","use1","Syntaxin-7","Q7ZTY7","A0A0A0MPL4","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A8M9QGE5","use1","cplx2b","Q7ZTY7","A0A8M9QGE5","Vesicle transport protein USE1 (USE1-like protein)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E7F0C0","use1","Syntaxin-binding protein 5 isoform X5","Q7ZTY7","E7F0C0","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6DKF5","use1","Coatomer subunit zeta","Q7ZTY7","copz2","Vesicle transport protein USE1 (USE1-like protein)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q5TYW4","use1","nbas","Q7ZTY7","nbas","Vesicle transport protein USE1 (USE1-like protein)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","string-db","7955.ENSDARP00000047833/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7ZV15","use1","sec22ba","Q7ZTY7","Q7ZV15","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E9QFW9","use1","zgc:112064","Q7ZTY7","gosr1","Vesicle transport protein USE1 (USE1-like protein)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A0R4IK07","use1","si:ch211-208k15.1","Q7ZTY7","tsnare1","Vesicle transport protein USE1 (USE1-like protein)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A8M2BKM7","use1","LOC563082","Q7ZTY7","A0A8M2BKM7","Vesicle transport protein USE1 (USE1-like protein)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6PHV0","use1","stx3a","Q7ZTY7","stx3a","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A0R4IG59","use1","BCL2-interacting protein 1b","Q7ZTY7","A0A0R4IG59","Vesicle transport protein USE1 (USE1-like protein)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q4VBI7","use1","stx18","Q7ZTY7","stx18","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","D2K290","use1","CPLX3b","Q7ZTY7","D2K290","Vesicle transport protein USE1 (USE1-like protein)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1RAM9","use1","zgc:76996","Q7ZTY7","tmed7","Vesicle transport protein USE1 (USE1-like protein)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E7EXN4","use1","LOC110440104","Q7ZTY7","E7EXN4","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A8M1P6T1","use1","im:7139509","Q7ZTY7","A0A8M1P6T1","Vesicle transport protein USE1 (USE1-like protein)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1QFP8","use1","zgc:101617","Q7ZTY7","F1QFP8","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6DHG4","use1","cplx2a","Q7ZTY7","cplx2l","Vesicle transport protein USE1 (USE1-like protein)","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q0P4A7","use1","snap47","Q7ZTY7","snap47","Vesicle transport protein USE1 (USE1-like protein)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E9QBD8","use1","BCL2-interacting protein 1a","Q7ZTY7","bnip1a","Vesicle transport protein USE1 (USE1-like protein)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6PFS5","use1","kdelr3","Q7ZTY7","Q6PFS5","Vesicle transport protein USE1 (USE1-like protein)","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q5SQE2","use1","stxbp5l","Q7ZTY7","stxbp5l","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q66HV4","use1","copb1","Q7ZTY7","copb1","Vesicle transport protein USE1 (USE1-like protein)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","D2K289","use1","CPLX3a","Q7ZTY7","D2K289","Vesicle transport protein USE1 (USE1-like protein)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","B8A651","use1","zgc:165520","Q7ZTY7","-","Vesicle transport protein USE1 (USE1-like protein)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q5RGD1","use1","si:ch211-279m15.2","Q7ZTY7","stxbp5a","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","B3DKM3","use1","wu:fb09b11","Q7ZTY7","tmed3","Vesicle transport protein USE1 (USE1-like protein)","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","string-db","7955.ENSDARP00000046688/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6DG84","use1","wu:fj81f08","Q7ZTY7","stx5a","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A2BG37","use1","fc83b05","Q7ZTY7","vamp5","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6PH70","use1","kdelr2l","Q7ZTY7","kdelr2b","Vesicle transport protein USE1 (USE1-like protein)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7T361","use1","zgc:64079","Q7ZTY7","stx8","Vesicle transport protein USE1 (USE1-like protein)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1R892","use1","zgc:123218","Q7ZTY7","F1R892","Vesicle transport protein USE1 (USE1-like protein)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6DGI1","use1","Vesicle-associated membrane protein 1","Q7ZTY7","-","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1Q9P4","use1","beta-snap1","Q7ZTY7","napbb","Vesicle transport protein USE1 (USE1-like protein)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7SXP0","use1","sec22bb","Q7ZTY7","sec22bb","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","B7ZV62","use1","nsf","Q7ZTY7","nsfa","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A0A8M9QGE3","use1","Syntaxin 16","Q7ZTY7","A0A8M9QGE3","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7ZUC1","use1","wu:fa18d07","Q7ZTY7","Q7ZUC1","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6PC54","use1","snap25b","Q7ZTY7","snap25b","Vesicle transport protein USE1 (USE1-like protein)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6NWI7","use1","TMP21","Q7ZTY7","Q6NWI7","Vesicle transport protein USE1 (USE1-like protein)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7T366","use1","wu:fc33b02","Q7ZTY7","Q7T366","Vesicle transport protein USE1 (USE1-like protein)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q1L8U1","use1","Si:ch211-81a5.8","Q7ZTY7","Q1L8U1","Vesicle transport protein USE1 (USE1-like protein)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q9PUE4","use1","copg2","Q7ZTY7","copg2","Vesicle transport protein USE1 (USE1-like protein)","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","string-db","7955.ENSDARP00000043659/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","A5PMJ7","use1","zgc:86632","Q7ZTY7","stx12","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q567Y3","use1","fb51b08","Q7ZTY7","Q567Y3","Vesicle transport protein USE1 (USE1-like protein)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6PBJ3","use1","vamp1","Q7ZTY7","vamp1","Vesicle transport protein USE1 (USE1-like protein)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7SZQ7","use1","surf4","Q7ZTY7","Q7SZQ7","Vesicle transport protein USE1 (USE1-like protein)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1RC32","use1","fi35f06","Q7ZTY7","napga","Vesicle transport protein USE1 (USE1-like protein)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6P5J5","use1","zgc:63558","Q7ZTY7","stx11b.1","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","F1Q7S0","use1","zgc:109895","Q7ZTY7","F1Q7S0","Vesicle transport protein USE1 (USE1-like protein)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q6IQK3","use1","zgc:86726","Q7ZTY7","vamp3","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7SY45","use1","zgc:63525","Q7ZTY7","vti1b","Vesicle transport protein USE1 (USE1-like protein)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E9QC42","use1","zgc:56506","Q7ZTY7","sybl1","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","Q7SZZ5","use1","wu:fj61c06","Q7ZTY7","Q7SZZ5","Vesicle transport protein USE1 (USE1-like protein)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000024706","physical","txid7955" +"Q7ZTY7","E7F0D3","use1","Syntaxin 12,-like","Q7ZTY7","stx12l","Vesicle transport protein USE1 (USE1-like protein)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000024706","physical","txid7955" +"Q7SZQ7","Q7SXP0","surf4","sec22bb","Q7SZQ7","sec22bb","Surfeit locus protein 4","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000132774","physical","txid7955" +"Q7SZQ7","A0A286Y9X1","surf4","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","Q7SZQ7","gbf1","Surfeit locus protein 4","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000132774","physical","txid7955" +"Q7SZQ7","F1RAM9","surf4","zgc:76996","Q7SZQ7","tmed7","Surfeit locus protein 4","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000132774","physical","txid7955" +"A0A0R4IG59","Q7T361","BCL2-interacting protein 1b","zgc:64079","A0A0R4IG59","stx8","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","F1RAM9","BCL2-interacting protein 1b","zgc:76996","A0A0R4IG59","tmed7","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","A0A8M1P6T1","BCL2-interacting protein 1b","im:7139509","A0A0R4IG59","A0A8M1P6T1","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","Q7SZQ7","BCL2-interacting protein 1b","surf4","A0A0R4IG59","Q7SZQ7","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","A0A0R4IK07","BCL2-interacting protein 1b","si:ch211-208k15.1","A0A0R4IG59","tsnare1","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","A0A8M9QGE5","BCL2-interacting protein 1b","cplx2b","A0A0R4IG59","A0A8M9QGE5","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000132436","physical","txid7955" +"A0A0R4IG59","Q7SXP0","BCL2-interacting protein 1b","sec22bb","A0A0R4IG59","sec22bb","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000132436","physical","txid7955" +"Q5TYW4","Q66HV4","nbas","copb1","nbas","copb1","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q7SXP0","nbas","sec22bb","nbas","sec22bb","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q4VBI7","nbas","stx18","nbas","stx18","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q6NWI7","nbas","TMP21","nbas","Q6NWI7","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q6DKF5","nbas","Coatomer subunit zeta","nbas","copz2","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q6PH70","nbas","kdelr2l","nbas","kdelr2b","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","string-db","7955.ENSDARP00000054366/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","F1RAM9","nbas","zgc:76996","nbas","tmed7","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q7SZQ7","nbas","surf4","nbas","Q7SZQ7","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","Surfeit locus protein 4","string-db","7955.ENSDARP00000132774/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","Q6PFS5","nbas","kdelr3","nbas","Q6PFS5","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","string-db","7955.ENSDARP00000059955/7955.ENSDARP00000047833","physical","txid7955" +"Q5TYW4","A0A0R4IG59","nbas","BCL2-interacting protein 1b","nbas","A0A0R4IG59","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000047833","physical","txid7955" +"A0A286Y9X1","F1RAM9","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","zgc:76996","gbf1","tmed7","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000143759","physical","txid7955" +"Q6PFS5","Q7ZW40","kdelr3","vdp","Q6PFS5","uso1","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q6DKF5","kdelr3","Coatomer subunit zeta","Q6PFS5","copz2","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q6NWI7","kdelr3","TMP21","Q6PFS5","Q6NWI7","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q7SXP0","kdelr3","sec22bb","Q6PFS5","sec22bb","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q803D1","kdelr3","wu:fb33e02","Q6PFS5","arf1","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q66HV4","kdelr3","copb1","Q6PFS5","copb1","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","A0A286Y9X1","kdelr3","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","Q6PFS5","gbf1","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","string-db","7955.ENSDARP00000143759/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","F1RAM9","kdelr3","zgc:76996","Q6PFS5","tmed7","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","string-db","7955.ENSDARP00000157340/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q6P5M5","kdelr3","DKEY-238C7.11","Q6PFS5","DKEY-238C7.11","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000062142/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","A0A0R4IG59","kdelr3","BCL2-interacting protein 1b","Q6PFS5","A0A0R4IG59","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","F1QQE5","kdelr3","wu:fa09g12","Q6PFS5","sptb","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Spectrin beta chain","string-db","7955.ENSDARP00000113965/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q7ZUN8","kdelr3","ykt6","Q6PFS5","Q7ZUN8","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q6DC20","kdelr3","zgc:101030","Q6PFS5","arf4a","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","F1QXB0","kdelr3","LOC558044","Q6PFS5","sptbn2","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","Spectrin beta chain","string-db","7955.ENSDARP00000088494/7955.ENSDARP00000059955","physical","txid7955" +"Q6PFS5","Q7ZUW4","kdelr3","wu:fb16f02","Q6PFS5","arf5","ER lumen protein-retaining receptor 3 (KDEL endoplasmic reticulum protein retention receptor 3) (KDEL receptor 3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000094243/7955.ENSDARP00000059955","physical","txid7955" +"Q9I879","Q2PGD2","bmal1a","bhlhb3l","arntl1a","bhlhe41","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Dec2 (Basic helix-loop-helix domain containing, class B, 3 like) (Basic helix-loop-helix family, member e41) (Class E basic helix-loop-helix protein 41) (Novel protein similar to vertebrate basic helix-loop-helix domain containing, class B, 3 (BHLHB3))","string-db","7955.ENSDARP00000061105/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","A4QN37","bmal1a","zgc:153885","arntl1a","cry1a","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Cryptochrome-1","string-db","7955.ENSDARP00000112452/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","Q8JIG3","bmal1a","zfCLOCK2","arntl1a","npas2","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","BHLH-PAS transcription factor (Circadian clock protein PASD1) (Neuronal PAS domain protein 2)","string-db","7955.ENSDARP00000016938/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","Q9DG12","bmal1a","arnt2","arntl1a","Q9DG12","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","E7F8W3","bmal1a","NAD-dependent protein deacetylase sirtuin-1 isoform X1","arntl1a","E7F8W3","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","O57521","bmal1a","hsp90ab1","arntl1a","hsp90ab1","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Heat shock protein HSP 90-beta","string-db","7955.ENSDARP00000014978/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","A0A0R4IH97","bmal1a","bmal2","arntl1a","arntl2","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","string-db","7955.ENSDARP00000134619/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","Q1ECW2","bmal1a","npas4a","arntl1a","Q1ECW2","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Neuronal PAS domain-containing protein 4A (Neuronal PAS4A)","string-db","7955.ENSDARP00000072616/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","Q5RIV1","bmal1a","clock","arntl1a","clocka","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000126787/7955.ENSDARP00000004223","physical","txid7955" +"Q9I879","Q4U3K9","bmal1a","si:dkey-159d6.1","arntl1a","ahr1b","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","Aryl hydrocarbon receptor","string-db","7955.ENSDARP00000035291/7955.ENSDARP00000004223","physical","txid7955" +"Q1ECW2","Q9DG12","npas4a","arnt2","Q1ECW2","Q9DG12","Neuronal PAS domain-containing protein 4A (Neuronal PAS4A)","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000072616","physical","txid7955" +"Q1ECW2","Q7T0K5","npas4a","mage","Q1ECW2","ndnl2","Neuronal PAS domain-containing protein 4A (Neuronal PAS4A)","Mage (Necdin-like 2)","string-db","7955.ENSDARP00000075481/7955.ENSDARP00000072616","physical","txid7955" +"Q4U3K9","A0A0R4IH97","si:dkey-159d6.1","bmal2","ahr1b","arntl2","Aryl hydrocarbon receptor","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","string-db","7955.ENSDARP00000134619/7955.ENSDARP00000035291","physical","txid7955" +"Q4U3K9","Q9DG12","si:dkey-159d6.1","arnt2","ahr1b","Q9DG12","Aryl hydrocarbon receptor","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000035291","physical","txid7955" +"A0A0R4IH97","Q9DG12","bmal2","arnt2","arntl2","Q9DG12","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000134619","physical","txid7955" +"E7F8W3","Q7ZTT0","NAD-dependent protein deacetylase sirtuin-1 isoform X1","zgc:56685","E7F8W3","Q7ZTT0","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","A0A8M6Z193","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Histone deacetylase 4-like isoform X1","E7F8W3","A0A8M6Z193","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone deacetylase 4-like isoform X1 (Histone deacetylase 7b)","string-db","7955.ENSDARP00000128596/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","R4GE15","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:ch211-113a14.29","E7F8W3","si:ch211-113a14.22","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","X1WHF1","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Histone H2B","E7F8W3","si:dkey-261m9.6","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q5XJK2","NAD-dependent protein deacetylase sirtuin-1 isoform X1","h2afx1","E7F8W3","h2ax1","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","X1WDH8","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Histone H2B","E7F8W3","si:dkey-261m9.19","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","A0A140LG54","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Histone H2B","E7F8W3","si:dkey-23a13.22","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q561S9","NAD-dependent protein deacetylase sirtuin-1 isoform X1","H2A","E7F8W3","hist1h2a3","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","P79734","NAD-dependent protein deacetylase sirtuin-1 isoform X1","tp53","E7F8W3","tp53","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","A0A8M1NE33","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:ch211-199o1.2","E7F8W3","A0A8M1NE33","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","A4FVM2","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:ch73-368j24.13","E7F8W3","A4FVM2","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","F1QQP6","NAD-dependent protein deacetylase sirtuin-1 isoform X1","brd3","E7F8W3","brd3a","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Bromodomain-containing 3a (Bromodomain-containing protein 3)","string-db","7955.ENSDARP00000117023/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","E7F5W3","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:dkey-108k21.26","E7F8W3","hist1h2a10","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","E7EXD7","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:dkey-261m9.11","E7F8W3","si:ch211-113a14.19","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q71PD7","NAD-dependent protein deacetylase sirtuin-1 isoform X1","h2az2a","E7F8W3","h2az2a","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q5BJA5","NAD-dependent protein deacetylase sirtuin-1 isoform X1",";","E7F8W3","-","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","F1R692","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Ribosomal RNA-processing protein 8","E7F8W3","F1R692","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","E7EZX1","NAD-dependent protein deacetylase sirtuin-1 isoform X1","si:dkey-261m9.15","E7F8W3","hist1h2a5","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q90473","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hspa8","E7F8W3","Q90473","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","F6P697","NAD-dependent protein deacetylase sirtuin-1 isoform X1","HSF","E7F8W3","hsf1","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","B0UXR9","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hsp70.1","E7F8W3","B0UXR9","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","A0A140LGS2","NAD-dependent protein deacetylase sirtuin-1 isoform X1","Histone H2A","E7F8W3","si:ch1073-153i20.5","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000088981","physical","txid7955" +"E7F8W3","Q6PI20","NAD-dependent protein deacetylase sirtuin-1 isoform X1","h3f3a; h3f3b.1; h3-5; h3f3d","E7F8W3","h3f3a;h3f3b.1;h3-5;h3f3d","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000088981","physical","txid7955" +"O57521","Q9DG12","hsp90ab1","arnt2","hsp90ab1","Q9DG12","Heat shock protein HSP 90-beta","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000014978","physical","txid7955" +"O57521","B0UXR9","hsp90ab1","hsp70.1","hsp90ab1","B0UXR9","Heat shock protein HSP 90-beta","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q4U3K9","hsp90ab1","si:dkey-159d6.1","hsp90ab1","ahr1b","Heat shock protein HSP 90-beta","Aryl hydrocarbon receptor","string-db","7955.ENSDARP00000035291/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q90473","hsp90ab1","hspa8","hsp90ab1","Q90473","Heat shock protein HSP 90-beta","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q5U3E4","hsp90ab1","sgut1","hsp90ab1","Q5U3E4","Heat shock protein HSP 90-beta","Protein SGT1 homolog (SGT1 homolog, MIS12 kinetochore complex assembly cochaperone) (Zgc:103668)","string-db","7955.ENSDARP00000135565/7955.ENSDARP00000014978","physical","txid7955" +"O57521","F8W4B7","hsp90ab1","Histone deacetylase 6","hsp90ab1","hdac6","Heat shock protein HSP 90-beta","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q5RG12","hsp90ab1","hsp90a.2","hsp90ab1","Q5RG12","Heat shock protein HSP 90-beta","Heat shock protein HSP 90-alpha","string-db","7955.ENSDARP00000026065/7955.ENSDARP00000014978","physical","txid7955" +"O57521","P57717","hsp90ab1","esr1","hsp90ab1","P57717","Heat shock protein HSP 90-beta","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q564A4","hsp90ab1","bcl2","hsp90ab1","bcl2a","Heat shock protein HSP 90-beta","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A4GT83","hsp90ab1","NR3C4","hsp90ab1","A4GT83","Heat shock protein HSP 90-beta","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A9JTC8","hsp90ab1","Guanine nucleotide-binding protein G","hsp90ab1","A9JTC8","Heat shock protein HSP 90-beta","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q58EK5","hsp90ab1","tdrd1","hsp90ab1","Q58EK5","Heat shock protein HSP 90-beta","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000014978","physical","txid7955" +"O57521","B7SEE0","hsp90ab1","Interferon regulatory factor 3","hsp90ab1","irf3","Heat shock protein HSP 90-beta","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000014978","physical","txid7955" +"O57521","F8W2D1","hsp90ab1","wu:fb34f09","hsp90ab1","fkbp4","Heat shock protein HSP 90-beta","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000014978","physical","txid7955" +"O57521","B8JJL3","hsp90ab1","ER[b]1","hsp90ab1","B8JJL3","Heat shock protein HSP 90-beta","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q7SZQ8","hsp90ab1","ptges3","hsp90ab1","ptges3a","Heat shock protein HSP 90-beta","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","string-db","7955.ENSDARP00000054236/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A0A386CAB9","hsp90ab1","nlrp1","hsp90ab1","A0A386CAB9","Heat shock protein HSP 90-beta","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q90474","hsp90ab1","hsp90a.1","hsp90ab1","Q90474","Heat shock protein HSP 90-beta","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000014978","physical","txid7955" +"O57521","F6NMN3","hsp90ab1","fc83f08","hsp90ab1","ppp5c","Heat shock protein HSP 90-beta","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000106662/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q0GKD6","hsp90ab1","wu:fk70c05","hsp90ab1","tbk1","Heat shock protein HSP 90-beta","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A0A8M1NE33","hsp90ab1","si:ch211-199o1.2","hsp90ab1","A0A8M1NE33","Heat shock protein HSP 90-beta","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q804S5","hsp90ab1","mib1","hsp90ab1","mib1","Heat shock protein HSP 90-beta","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q5RKM3","hsp90ab1","fb36h09","hsp90ab1","stip1","Heat shock protein HSP 90-beta","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A6YIH7","hsp90ab1","mr","hsp90ab1","nr3c2","Heat shock protein HSP 90-beta","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q6IQL7","hsp90ab1","wu:fb18b07","hsp90ab1","ppid","Heat shock protein HSP 90-beta","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000014978","physical","txid7955" +"O57521","A0A0R4IH97","hsp90ab1","bmal2","hsp90ab1","arntl2","Heat shock protein HSP 90-beta","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","string-db","7955.ENSDARP00000134619/7955.ENSDARP00000014978","physical","txid7955" +"O57521","Q502U6","hsp90ab1","zHBNF","hsp90ab1","Q502U6","Heat shock protein HSP 90-beta","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000014978","physical","txid7955" +"O57521","F6P697","hsp90ab1","HSF","hsp90ab1","hsf1","Heat shock protein HSP 90-beta","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000014978","physical","txid7955" +"O57521","F1R9V3","hsp90ab1","si:dkey-4p15.3","hsp90ab1","hspa8b","Heat shock protein HSP 90-beta","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000014978","physical","txid7955" +"Q8JIG3","B3DH92","zfCLOCK2","clock3","npas2","clockb","BHLH-PAS transcription factor (Circadian clock protein PASD1) (Neuronal PAS domain protein 2)","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000120780/7955.ENSDARP00000016938","physical","txid7955" +"Q8JIG3","Q5RIV1","zfCLOCK2","clock","npas2","clocka","BHLH-PAS transcription factor (Circadian clock protein PASD1) (Neuronal PAS domain protein 2)","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000126787/7955.ENSDARP00000016938","physical","txid7955" +"A4QN37","B3DH92","zgc:153885","clock3","cry1a","clockb","Cryptochrome-1","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000120780/7955.ENSDARP00000112452","physical","txid7955" +"A4QN37","Q5RIV1","zgc:153885","clock","cry1a","clocka","Cryptochrome-1","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000126787/7955.ENSDARP00000112452","physical","txid7955" +"Q568P9","F8W3R9","henmt1","alk","Q568P9","alk","Small RNA 2'-O-methyltransferase (EC 2.1.1.386) (HEN1 methyltransferase homolog 1)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000004251","physical","txid7955" +"Q568P9","F1QVU0","henmt1","ltk","Q568P9","F1QVU0","Small RNA 2'-O-methyltransferase (EC 2.1.1.386) (HEN1 methyltransferase homolog 1)","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","string-db","7955.ENSDARP00000061546/7955.ENSDARP00000004251","physical","txid7955" +"F1QVU0","Q1JPZ3","ltk","src","F1QVU0","Q1JPZ3","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000061546","physical","txid7955" +"F1QVU0","A0A0R4IH76","ltk","numa1","F1QVU0","-","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","Nuclear mitotic apparatus protein 1 (Wu:fb44b02)","string-db","7955.ENSDARP00000132708/7955.ENSDARP00000061546","physical","txid7955" +"F1QVU0","Q6PC73","ltk","grb2","F1QVU0","grb2b","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000061546","physical","txid7955" +"F1QVU0","E7F4P8","ltk","Insulin receptor substrate 1","F1QVU0","irs1","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000061546","physical","txid7955" +"F1QVU0","Q502U6","ltk","zHBNF","F1QVU0","Q502U6","Tyrosine-protein kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 1) (alk-1) (Protein moonstone) (mne) (Protein shady) (shd)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000061546","physical","txid7955" +"F8W3R9","E7F251","alk","phosphatidylinositol-4,5-bisphosphate 3-kinase","alk","pik3cb","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000124055","physical","txid7955" +"F8W3R9","Q502U6","alk","zHBNF","alk","Q502U6","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000124055","physical","txid7955" +"F8W3R9","F1QAD7","alk","phosphatidylinositol-4,5-bisphosphate 3-kinase","alk","pik3ca","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000124055","physical","txid7955" +"F8W3R9","A0A0R4IH76","alk","numa1","alk","-","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","Nuclear mitotic apparatus protein 1 (Wu:fb44b02)","string-db","7955.ENSDARP00000132708/7955.ENSDARP00000124055","physical","txid7955" +"A0A8M1PAP8","A5D6R3","fi61g08","plcd3a","A0A8M1PAP8","A5D6R3","Phosphoinositide phospholipase C (EC 3.1.4.11)","1-phosphatidylinositol 4,5-bisphosphate phosphodiesterase delta-3-A (EC 3.1.4.11) (Phosphoinositide phospholipase C-delta-3-A) (Phospholipase C-delta-3-A) (PLC-delta-3-A)","string-db","7955.ENSDARP00000093449/7955.ENSDARP00000004276","physical","txid7955" +"Q68EI0","F1RE30","wdr18","Proline-, glutamic acid- and leucine-rich protein 1","wdr18","pelp1","WD repeat-containing protein 18","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","string-db","7955.ENSDARP00000100297/7955.ENSDARP00000060250","physical","txid7955" +"Q68EI0","Q803M3","wdr18","tex10","wdr18","Q803M3","WD repeat-containing protein 18","Testis-expressed protein 10 homolog","string-db","7955.ENSDARP00000072745/7955.ENSDARP00000060250","physical","txid7955" +"Q68EI0","E7F654","wdr18","nol9","wdr18","nol9","WD repeat-containing protein 18","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000060250","physical","txid7955" +"Q68EI0","A0JMQ0","wdr18","bop1","wdr18","A0JMQ0","WD repeat-containing protein 18","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000060250","physical","txid7955" +"F1RE30","E7F654","Proline-, glutamic acid- and leucine-rich protein 1","nol9","pelp1","nol9","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","string-db","7955.ENSDARP00000145169/7955.ENSDARP00000100297","physical","txid7955" +"F1RE30","A0JMQ0","Proline-, glutamic acid- and leucine-rich protein 1","bop1","pelp1","A0JMQ0","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","Ribosome biogenesis protein bop1 (Block of proliferation 1 protein)","string-db","7955.ENSDARP00000120969/7955.ENSDARP00000100297","physical","txid7955" +"Q6EHI4","Q7SXA3","hif1a","zgc:66168","hif1ab","rps27a","Hypoxia-inducible factor 1-alpha","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A4QN68","hif1a","si:ch211-154e15.3","hif1ab","A4QN68","Hypoxia-inducible factor 1-alpha","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","F1QGH7","hif1a","ctnnb1","hif1ab","ctnnb1","Hypoxia-inducible factor 1-alpha","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A8DZE6","hif1a","wtip","hif1ab","wtip","Hypoxia-inducible factor 1-alpha","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A0A0N4SUD2","hif1a","Ubi-p63E","hif1ab","ubb","Hypoxia-inducible factor 1-alpha","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A0A0R4IBR4","hif1a","Hif-3alpha","hif1ab","hif1al","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","F1Q509","hif1a","zgc:153556","hif1ab","commd4","Hypoxia-inducible factor 1-alpha","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q6NXC6","hif1a","wu:fi47e09","hif1ab","Q6NXC6","Hypoxia-inducible factor 1-alpha","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q9DGB8","hif1a","runxa","hif1ab","runx1","Hypoxia-inducible factor 1-alpha","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A0A8M9P612","hif1a","Cullin-2","hif1ab","A0A8M9P612","Hypoxia-inducible factor 1-alpha","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q5RHX6","hif1a","dcun1d4","hif1ab","Q5RHX6","Hypoxia-inducible factor 1-alpha","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","B8A6D0","hif1a","murr1","hif1ab","B8A6D0","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A4FUL3","hif1a","im:7137515","hif1ab","rbx1","Hypoxia-inducible factor 1-alpha","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","F1QNB9","hif1a","Hypoxia-inducible factor 1-alpha","hif1ab","hif1aa","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000044281/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A0A0R4IPF2","hif1a","histone acetyltransferase","hif1ab","crebbpa","Hypoxia-inducible factor 1-alpha","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q6DH33","hif1a","wu:fb12e01","hif1ab","commd2","Hypoxia-inducible factor 1-alpha","COMM domain-containing 2 (COMM domain-containing protein 2)","string-db","7955.ENSDARP00000015280/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","E7F518","hif1a","hypoxia-inducible factor-proline dioxygenase","hif1ab","egln1a","Hypoxia-inducible factor 1-alpha","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","string-db","7955.ENSDARP00000056926/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","F1QHN6","hif1a","im:7042025","hif1ab","ubc","Hypoxia-inducible factor 1-alpha","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","E9QCG0","hif1a","COMM domain-containing protein 6","hif1ab","commd6","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","A0A8M2B8B7","hif1a","hif1al","hif1ab","A0A8M2B8B7","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q4V909","hif1a","ccdc22","hif1ab","Q4V909","Hypoxia-inducible factor 1-alpha","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q66IB1","hif1a","zgc:101879","hif1ab","eloca","Hypoxia-inducible factor 1-alpha","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","B0S6H8","hif1a","ppfia2","hif1ab","ppfia4","Hypoxia-inducible factor 1-alpha","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","E7FFI0","hif1a","Ajuba LIM protein","hif1ab","ajuba","Hypoxia-inducible factor 1-alpha","Ajuba LIM protein (LIM domain-containing protein ajuba)","string-db","7955.ENSDARP00000100146/7955.ENSDARP00000004329","physical","txid7955" +"Q6EHI4","Q502M9","hif1a","zgc:92635","hif1ab","elocb","Hypoxia-inducible factor 1-alpha","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000004329","physical","txid7955" +"B8A6D0","B3DJF2","murr1","fc31b01","B8A6D0","B3DJF2","COMM domain-containing protein 1","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B1H1G8","murr1","LOC559863","B8A6D0","B1H1G8","COMM domain-containing protein 1","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7T2C1","murr1","zgc:64071","B8A6D0","cul4a","COMM domain-containing protein 1","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1Q8M7","murr1","zgc:100832","B8A6D0","F1Q8M7","COMM domain-containing protein 1","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B0BLX4","murr1","F-box only protein 2","B8A6D0","fbxo2","COMM domain-containing protein 1","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7T2A3","murr1","dda1","B8A6D0","dda1","COMM domain-containing protein 1","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q2YDQ5","murr1","fbxl5","B8A6D0","Q2YDQ5","COMM domain-containing protein 1","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1REN0","murr1","cul5","B8A6D0","F1REN0","COMM domain-containing protein 1","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E7FFI8","murr1","B-cell lymphoma 3 protein homolog","B8A6D0","bcl3","COMM domain-containing protein 1","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7T3P8","murr1","fem1c","B8A6D0","Q7T3P8","COMM domain-containing protein 1","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A0R4IJR2","murr1","fbxo11","B8A6D0","A0A0R4IJR2","COMM domain-containing protein 1","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F6NJC6","murr1","si:ch211-222h17.4","B8A6D0","tulp4a","COMM domain-containing protein 1","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A2R8Q1W5","murr1","keap1b","B8A6D0","keap1b","COMM domain-containing protein 1","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A0R4IUU4","murr1","NEDD8-conjugating enzyme Ubc12","B8A6D0","si:ch1073-205c8.3","COMM domain-containing protein 1","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A8M9P612","murr1","Cullin-2","B8A6D0","A0A8M9P612","COMM domain-containing protein 1","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NXC6","murr1","wu:fi47e09","B8A6D0","Q6NXC6","COMM domain-containing protein 1","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6PFV0","murr1","wu:fd14c04","B8A6D0","fbxw5","COMM domain-containing protein 1","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E7FFH0","murr1","Ankyrin repeat and SOCS box protein 13 isoform X1","B8A6D0","asb13b","COMM domain-containing protein 1","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A0R4IBR4","murr1","Hif-3alpha","B8A6D0","hif1al","COMM domain-containing protein 1","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NYX6","murr1","ccnf","B8A6D0","ccnf","COMM domain-containing protein 1","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A8M6Z154","murr1","si:dkey-145p14.5","B8A6D0","A0A8M6Z154","COMM domain-containing protein 1","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B8JKT2","murr1","si:ch73-263f13.4","B8A6D0","wsb2","COMM domain-containing protein 1","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7T162","murr1","im:7153024","B8A6D0","fbxl3a","COMM domain-containing protein 1","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q502M9","murr1","zgc:92635","B8A6D0","elocb","COMM domain-containing protein 1","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A8WHR0","murr1","dcaf17","B8A6D0","dcaf17","COMM domain-containing protein 1","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A8M1PRY0","murr1","Kelch repeat and BTB","B8A6D0","A0A8M1PRY0","COMM domain-containing protein 1","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E7F6F9","murr1","klhl3","B8A6D0","E7F6F9","COMM domain-containing protein 1","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1QHN6","murr1","im:7042025","B8A6D0","ubc","COMM domain-containing protein 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7ZTY4","murr1","rbbp7","B8A6D0","Q7ZTY4","COMM domain-containing protein 1","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q08CL3","murr1","kbtbd8","B8A6D0","Q08CL3","COMM domain-containing protein 1","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B0EVP5","murr1","SOCS2","B8A6D0","B0EVP5","COMM domain-containing protein 1","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","I3ITN3","murr1","si:dkey-20j1.3","B8A6D0","I3ITN3","COMM domain-containing protein 1","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B0S5W3","murr1","si:dkeyp-90g12.2","B8A6D0","spsb4a","COMM domain-containing protein 1","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F8W428","murr1","im:7140950","B8A6D0","cul4b","COMM domain-containing protein 1","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A0N4SUD2","murr1","Ubi-p63E","B8A6D0","ubb","COMM domain-containing protein 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q7SXA3","murr1","zgc:66168","B8A6D0","rps27a","COMM domain-containing protein 1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q5RHX6","murr1","dcun1d4","B8A6D0","Q5RHX6","COMM domain-containing protein 1","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A8M2B8B7","murr1","hif1al","B8A6D0","A0A8M2B8B7","COMM domain-containing protein 1","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B0QZE8","murr1","iqwd1","B8A6D0","dcaf6","COMM domain-containing protein 1","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1QY53","murr1","Ankyrin repeat and SOCS box protein 2 isoform X1","B8A6D0","asb2a.1","COMM domain-containing protein 1","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1Q9R3","murr1","Kelch-like protein 22","B8A6D0","F1Q9R3","COMM domain-containing protein 1","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F1QF18","murr1","DDB1 and CUL4-associated factor 8","B8A6D0","dcaf8","COMM domain-containing protein 1","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B8K0E7","murr1","F-box and leucine-rich repeat protein 20","B8A6D0","fbxl20","COMM domain-containing protein 1","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A7MD57","murr1","DCN1-like protein","B8A6D0","dcun1d3","COMM domain-containing protein 1","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NYJ2","murr1","zgc:77038","B8A6D0","socs3b","COMM domain-containing protein 1","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A3KP53","murr1","id:ibd5121","B8A6D0","skp2","COMM domain-containing protein 1","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E7FEU4","murr1","CMT1A duplicated region transcript 1 protein","B8A6D0","fbxw10","COMM domain-containing protein 1","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E9QHV0","murr1","Kelch-like protein 9 isoform X1","B8A6D0","E9QHV0","COMM domain-containing protein 1","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NYM1","murr1","klhl21","B8A6D0","klhl21","COMM domain-containing protein 1","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","F6NUQ2","murr1","F-box only protein 41","B8A6D0","fbxo41","COMM domain-containing protein 1","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","E7FGS1","murr1","Zinc finger and BTB domain-containing 16b","B8A6D0","zbtb16b","COMM domain-containing protein 1","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","B3DIU1","murr1","cul3","B8A6D0","cul3b","COMM domain-containing protein 1","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NW95","murr1","fbxl15","B8A6D0","Q6NW95","COMM domain-containing protein 1","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6P3K3","murr1","fbxo9","B8A6D0","fbxo9","COMM domain-containing protein 1","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","I3IS54","murr1","si:ch1073-342h5.2","B8A6D0","si:ch1073-342h5.2","COMM domain-containing protein 1","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q6NYS3","murr1","Cul1","B8A6D0","cul1a","COMM domain-containing protein 1","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","A0A0G2KCH4","murr1","klhl25","B8A6D0","A0A0G2KCH4","COMM domain-containing protein 1","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000091561","physical","txid7955" +"B8A6D0","Q0VFV7","murr1","kctd7","B8A6D0","Q0VFV7","COMM domain-containing protein 1","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000091561","physical","txid7955" +"B0S6H8","A0A0R4IBR4","ppfia2","Hif-3alpha","ppfia4","hif1al","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000103774","physical","txid7955" +"B0S6H8","A0A0R4IJU5","ppfia2","zgc:123199","ppfia4","A0A0R4IJU5","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000103774","physical","txid7955" +"B0S6H8","Q5TZ27","ppfia2","syt1","ppfia4","syt1a","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000103774","physical","txid7955" +"B0S6H8","B0UXI4","ppfia2","si:dkey-90n12.3","ppfia4","B0UXI4","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","Synapsin-1 (Synapsin I)","string-db","7955.ENSDARP00000115298/7955.ENSDARP00000103774","physical","txid7955" +"A4QN68","Q08CL3","si:ch211-154e15.3","kbtbd8","A4QN68","Q08CL3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1QF18","si:ch211-154e15.3","DDB1 and CUL4-associated factor 8","A4QN68","dcaf8","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NYJ2","si:ch211-154e15.3","zgc:77038","A4QN68","socs3b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NXC6","si:ch211-154e15.3","wu:fi47e09","A4QN68","Q6NXC6","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q5RHX6","si:ch211-154e15.3","dcun1d4","A4QN68","Q5RHX6","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1Q9R3","si:ch211-154e15.3","Kelch-like protein 22","A4QN68","F1Q9R3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6PFV0","si:ch211-154e15.3","wu:fd14c04","A4QN68","fbxw5","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A7MD57","si:ch211-154e15.3","DCN1-like protein","A4QN68","dcun1d3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q0VFV7","si:ch211-154e15.3","kctd7","A4QN68","Q0VFV7","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NYM1","si:ch211-154e15.3","klhl21","A4QN68","klhl21","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E7FEU4","si:ch211-154e15.3","CMT1A duplicated region transcript 1 protein","A4QN68","fbxw10","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B3DJF2","si:ch211-154e15.3","fc31b01","A4QN68","B3DJF2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A0G2KCH4","si:ch211-154e15.3","klhl25","A4QN68","A0A0G2KCH4","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q4V909","si:ch211-154e15.3","ccdc22","A4QN68","Q4V909","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A8M9P612","si:ch211-154e15.3","Cullin-2","A4QN68","A0A8M9P612","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F6NUQ2","si:ch211-154e15.3","F-box only protein 41","A4QN68","fbxo41","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NW95","si:ch211-154e15.3","fbxl15","A4QN68","Q6NW95","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A3KP53","si:ch211-154e15.3","id:ibd5121","A4QN68","skp2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7SXA3","si:ch211-154e15.3","zgc:66168","A4QN68","rps27a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7ZTY4","si:ch211-154e15.3","rbbp7","A4QN68","Q7ZTY4","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E7FFI8","si:ch211-154e15.3","B-cell lymphoma 3 protein homolog","A4QN68","bcl3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E9QHV0","si:ch211-154e15.3","Kelch-like protein 9 isoform X1","A4QN68","E9QHV0","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B1H1G8","si:ch211-154e15.3","LOC559863","A4QN68","B1H1G8","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A0R4IJR2","si:ch211-154e15.3","fbxo11","A4QN68","A0A0R4IJR2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NYS3","si:ch211-154e15.3","Cul1","A4QN68","cul1a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E7F6F9","si:ch211-154e15.3","klhl3","A4QN68","E7F6F9","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B0EVP5","si:ch211-154e15.3","SOCS2","A4QN68","B0EVP5","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A0R4IBR4","si:ch211-154e15.3","Hif-3alpha","A4QN68","hif1al","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B8K0E7","si:ch211-154e15.3","F-box and leucine-rich repeat protein 20","A4QN68","fbxl20","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B0BLX4","si:ch211-154e15.3","F-box only protein 2","A4QN68","fbxo2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E7FGS1","si:ch211-154e15.3","Zinc finger and BTB domain-containing 16b","A4QN68","zbtb16b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B0S5W3","si:ch211-154e15.3","si:dkeyp-90g12.2","A4QN68","spsb4a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7T3P8","si:ch211-154e15.3","fem1c","A4QN68","Q7T3P8","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A8M1PRY0","si:ch211-154e15.3","Kelch repeat and BTB","A4QN68","A0A8M1PRY0","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6NYX6","si:ch211-154e15.3","ccnf","A4QN68","ccnf","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","I3ITN3","si:ch211-154e15.3","si:dkey-20j1.3","A4QN68","I3ITN3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7T2C1","si:ch211-154e15.3","zgc:64071","A4QN68","cul4a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q2YDS1","si:ch211-154e15.3","ddb2","A4QN68","ddb2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1REN0","si:ch211-154e15.3","cul5","A4QN68","F1REN0","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q6P3K3","si:ch211-154e15.3","fbxo9","A4QN68","fbxo9","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A8WHR0","si:ch211-154e15.3","dcaf17","A4QN68","dcaf17","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A0R4IUU4","si:ch211-154e15.3","NEDD8-conjugating enzyme Ubc12","A4QN68","si:ch1073-205c8.3","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F6NJC6","si:ch211-154e15.3","si:ch211-222h17.4","A4QN68","tulp4a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","E7FFH0","si:ch211-154e15.3","Ankyrin repeat and SOCS box protein 13 isoform X1","A4QN68","asb13b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7T2A3","si:ch211-154e15.3","dda1","A4QN68","dda1","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B3DIU1","si:ch211-154e15.3","cul3","A4QN68","cul3b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","I3IS54","si:ch211-154e15.3","si:ch1073-342h5.2","A4QN68","si:ch1073-342h5.2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A8M2B8B7","si:ch211-154e15.3","hif1al","A4QN68","A0A8M2B8B7","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F8W428","si:ch211-154e15.3","im:7140950","A4QN68","cul4b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B0QZE8","si:ch211-154e15.3","iqwd1","A4QN68","dcaf6","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q7T162","si:ch211-154e15.3","im:7153024","A4QN68","fbxl3a","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A0N4SUD2","si:ch211-154e15.3","Ubi-p63E","A4QN68","ubb","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q502M9","si:ch211-154e15.3","zgc:92635","A4QN68","elocb","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A8M6Z154","si:ch211-154e15.3","si:dkey-145p14.5","A4QN68","A0A8M6Z154","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","A0A2R8Q1W5","si:ch211-154e15.3","keap1b","A4QN68","keap1b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1QHN6","si:ch211-154e15.3","im:7042025","A4QN68","ubc","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","B8JKT2","si:ch211-154e15.3","si:ch73-263f13.4","A4QN68","wsb2","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1Q8M7","si:ch211-154e15.3","zgc:100832","A4QN68","F1Q8M7","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","F1QY53","si:ch211-154e15.3","Ankyrin repeat and SOCS box protein 2 isoform X1","A4QN68","asb2a.1","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000087357","physical","txid7955" +"A4QN68","Q2YDQ5","si:ch211-154e15.3","fbxl5","A4QN68","Q2YDQ5","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000087357","physical","txid7955" +"Q6NXC6","A0A8M6Z154","wu:fi47e09","si:dkey-145p14.5","Q6NXC6","A0A8M6Z154","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000138799","physical","txid7955" +"Q6NXC6","E9QHV0","wu:fi47e09","Kelch-like protein 9 isoform X1","Q6NXC6","E9QHV0","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000138799","physical","txid7955" +"Q6NXC6","Q7T3P8","wu:fi47e09","fem1c","Q6NXC6","Q7T3P8","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000138799","physical","txid7955" +"Q6NXC6","E7F6F9","wu:fi47e09","klhl3","Q6NXC6","E7F6F9","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000138799","physical","txid7955" +"Q6NXC6","F1QHN6","wu:fi47e09","im:7042025","Q6NXC6","ubc","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000138799","physical","txid7955" +"Q6NXC6","A0A0N4SUD2","wu:fi47e09","Ubi-p63E","Q6NXC6","ubb","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000138799","physical","txid7955" +"Q4V909","B1H1G8","ccdc22","LOC559863","Q4V909","B1H1G8","Coiled-coil domain-containing protein 22","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1Q9R3","ccdc22","Kelch-like protein 22","Q4V909","F1Q9R3","Coiled-coil domain-containing protein 22","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NYM1","ccdc22","klhl21","Q4V909","klhl21","Coiled-coil domain-containing protein 22","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6P3K3","ccdc22","fbxo9","Q4V909","fbxo9","Coiled-coil domain-containing protein 22","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6PFV0","ccdc22","wu:fd14c04","Q4V909","fbxw5","Coiled-coil domain-containing protein 22","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B0EVP5","ccdc22","SOCS2","Q4V909","B0EVP5","Coiled-coil domain-containing protein 22","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A8M9P612","ccdc22","Cullin-2","Q4V909","A0A8M9P612","Coiled-coil domain-containing protein 22","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E9QHV0","ccdc22","Kelch-like protein 9 isoform X1","Q4V909","E9QHV0","Coiled-coil domain-containing protein 22","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B3DJF2","ccdc22","fc31b01","Q4V909","B3DJF2","Coiled-coil domain-containing protein 22","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A8M1PRY0","ccdc22","Kelch repeat and BTB","Q4V909","A0A8M1PRY0","Coiled-coil domain-containing protein 22","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1REN0","ccdc22","cul5","Q4V909","F1REN0","Coiled-coil domain-containing protein 22","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","I3IS54","ccdc22","si:ch1073-342h5.2","Q4V909","si:ch1073-342h5.2","Coiled-coil domain-containing protein 22","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A0R4IUU4","ccdc22","NEDD8-conjugating enzyme Ubc12","Q4V909","si:ch1073-205c8.3","Coiled-coil domain-containing protein 22","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NW95","ccdc22","fbxl15","Q4V909","Q6NW95","Coiled-coil domain-containing protein 22","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","I3ITN3","ccdc22","si:dkey-20j1.3","Q4V909","I3ITN3","Coiled-coil domain-containing protein 22","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NYS3","ccdc22","Cul1","Q4V909","cul1a","Coiled-coil domain-containing protein 22","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A7MD57","ccdc22","DCN1-like protein","Q4V909","dcun1d3","Coiled-coil domain-containing protein 22","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E9QCG0","ccdc22","COMM domain-containing protein 6","Q4V909","commd6","Coiled-coil domain-containing protein 22","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q5RHX6","ccdc22","dcun1d4","Q4V909","Q5RHX6","Coiled-coil domain-containing protein 22","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NYJ2","ccdc22","zgc:77038","Q4V909","socs3b","Coiled-coil domain-containing protein 22","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B0S5W3","ccdc22","si:dkeyp-90g12.2","Q4V909","spsb4a","Coiled-coil domain-containing protein 22","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B8A6D0","ccdc22","murr1","Q4V909","B8A6D0","Coiled-coil domain-containing protein 22","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A0G2KCH4","ccdc22","klhl25","Q4V909","A0A0G2KCH4","Coiled-coil domain-containing protein 22","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1Q509","ccdc22","zgc:153556","Q4V909","commd4","Coiled-coil domain-containing protein 22","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B8K0E7","ccdc22","F-box and leucine-rich repeat protein 20","Q4V909","fbxl20","Coiled-coil domain-containing protein 22","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E7FEU4","ccdc22","CMT1A duplicated region transcript 1 protein","Q4V909","fbxw10","Coiled-coil domain-containing protein 22","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A3KP53","ccdc22","id:ibd5121","Q4V909","skp2","Coiled-coil domain-containing protein 22","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7ZTY4","ccdc22","rbbp7","Q4V909","Q7ZTY4","Coiled-coil domain-containing protein 22","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q0VFV7","ccdc22","kctd7","Q4V909","Q0VFV7","Coiled-coil domain-containing protein 22","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F6NUQ2","ccdc22","F-box only protein 41","Q4V909","fbxo41","Coiled-coil domain-containing protein 22","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q2YDS1","ccdc22","ddb2","Q4V909","ddb2","Coiled-coil domain-containing protein 22","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A8WHR0","ccdc22","dcaf17","Q4V909","dcaf17","Coiled-coil domain-containing protein 22","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NXC6","ccdc22","wu:fi47e09","Q4V909","Q6NXC6","Coiled-coil domain-containing protein 22","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1QF18","ccdc22","DDB1 and CUL4-associated factor 8","Q4V909","dcaf8","Coiled-coil domain-containing protein 22","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E7FGS1","ccdc22","Zinc finger and BTB domain-containing 16b","Q4V909","zbtb16b","Coiled-coil domain-containing protein 22","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B3DIU1","ccdc22","cul3","Q4V909","cul3b","Coiled-coil domain-containing protein 22","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7SXA3","ccdc22","zgc:66168","Q4V909","rps27a","Coiled-coil domain-containing protein 22","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F6NJC6","ccdc22","si:ch211-222h17.4","Q4V909","tulp4a","Coiled-coil domain-containing protein 22","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7T3P8","ccdc22","fem1c","Q4V909","Q7T3P8","Coiled-coil domain-containing protein 22","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A2R8Q1W5","ccdc22","keap1b","Q4V909","keap1b","Coiled-coil domain-containing protein 22","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A0N4SUD2","ccdc22","Ubi-p63E","Q4V909","ubb","Coiled-coil domain-containing protein 22","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A0R4IBR4","ccdc22","Hif-3alpha","Q4V909","hif1al","Coiled-coil domain-containing protein 22","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q502M9","ccdc22","zgc:92635","Q4V909","elocb","Coiled-coil domain-containing protein 22","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E7FFH0","ccdc22","Ankyrin repeat and SOCS box protein 13 isoform X1","Q4V909","asb13b","Coiled-coil domain-containing protein 22","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B8JKT2","ccdc22","si:ch73-263f13.4","Q4V909","wsb2","Coiled-coil domain-containing protein 22","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F8W428","ccdc22","im:7140950","Q4V909","cul4b","Coiled-coil domain-containing protein 22","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7T162","ccdc22","im:7153024","Q4V909","fbxl3a","Coiled-coil domain-containing protein 22","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B0QZE8","ccdc22","iqwd1","Q4V909","dcaf6","Coiled-coil domain-containing protein 22","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A0R4IJR2","ccdc22","fbxo11","Q4V909","A0A0R4IJR2","Coiled-coil domain-containing protein 22","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1QHN6","ccdc22","im:7042025","Q4V909","ubc","Coiled-coil domain-containing protein 22","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q2YDQ5","ccdc22","fbxl5","Q4V909","Q2YDQ5","Coiled-coil domain-containing protein 22","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A8M2B8B7","ccdc22","hif1al","Q4V909","A0A8M2B8B7","Coiled-coil domain-containing protein 22","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E7F6F9","ccdc22","klhl3","Q4V909","E7F6F9","Coiled-coil domain-containing protein 22","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7T2C1","ccdc22","zgc:64071","Q4V909","cul4a","Coiled-coil domain-containing protein 22","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q6NYX6","ccdc22","ccnf","Q4V909","ccnf","Coiled-coil domain-containing protein 22","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1Q8M7","ccdc22","zgc:100832","Q4V909","F1Q8M7","Coiled-coil domain-containing protein 22","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q7T2A3","ccdc22","dda1","Q4V909","dda1","Coiled-coil domain-containing protein 22","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","F1QY53","ccdc22","Ankyrin repeat and SOCS box protein 2 isoform X1","Q4V909","asb2a.1","Coiled-coil domain-containing protein 22","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","Q08CL3","ccdc22","kbtbd8","Q4V909","Q08CL3","Coiled-coil domain-containing protein 22","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","A0A8M6Z154","ccdc22","si:dkey-145p14.5","Q4V909","A0A8M6Z154","Coiled-coil domain-containing protein 22","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","E7FFI8","ccdc22","B-cell lymphoma 3 protein homolog","Q4V909","bcl3","Coiled-coil domain-containing protein 22","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000090542","physical","txid7955" +"Q4V909","B0BLX4","ccdc22","F-box only protein 2","Q4V909","fbxo2","Coiled-coil domain-containing protein 22","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000090542","physical","txid7955" +"F1Q509","B8JKT2","zgc:153556","si:ch73-263f13.4","commd4","wsb2","COMM domain-containing 4 (COMM domain-containing protein 4)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","B0BLX4","zgc:153556","F-box only protein 2","commd4","fbxo2","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F6NJC6","zgc:153556","si:ch211-222h17.4","commd4","tulp4a","COMM domain-containing 4 (COMM domain-containing protein 4)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A0R4IJR2","zgc:153556","fbxo11","commd4","A0A0R4IJR2","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","B0EVP5","zgc:153556","SOCS2","commd4","B0EVP5","COMM domain-containing 4 (COMM domain-containing protein 4)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7T2C1","zgc:153556","zgc:64071","commd4","cul4a","COMM domain-containing 4 (COMM domain-containing protein 4)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A8M9P612","zgc:153556","Cullin-2","commd4","A0A8M9P612","COMM domain-containing 4 (COMM domain-containing protein 4)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A8M1PRY0","zgc:153556","Kelch repeat and BTB","commd4","A0A8M1PRY0","COMM domain-containing 4 (COMM domain-containing protein 4)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q6NXC6","zgc:153556","wu:fi47e09","commd4","Q6NXC6","COMM domain-containing 4 (COMM domain-containing protein 4)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7T2A3","zgc:153556","dda1","commd4","dda1","COMM domain-containing 4 (COMM domain-containing protein 4)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F1QY53","zgc:153556","Ankyrin repeat and SOCS box protein 2 isoform X1","commd4","asb2a.1","COMM domain-containing 4 (COMM domain-containing protein 4)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q5RHX6","zgc:153556","dcun1d4","commd4","Q5RHX6","COMM domain-containing 4 (COMM domain-containing protein 4)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","I3ITN3","zgc:153556","si:dkey-20j1.3","commd4","I3ITN3","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","E7FFI8","zgc:153556","B-cell lymphoma 3 protein homolog","commd4","bcl3","COMM domain-containing 4 (COMM domain-containing protein 4)","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","B1H1G8","zgc:153556","LOC559863","commd4","B1H1G8","COMM domain-containing 4 (COMM domain-containing protein 4)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F1QF18","zgc:153556","DDB1 and CUL4-associated factor 8","commd4","dcaf8","COMM domain-containing 4 (COMM domain-containing protein 4)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7SXA3","zgc:153556","zgc:66168","commd4","rps27a","COMM domain-containing 4 (COMM domain-containing protein 4)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F1Q8M7","zgc:153556","zgc:100832","commd4","F1Q8M7","COMM domain-containing 4 (COMM domain-containing protein 4)","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A8WHR0","zgc:153556","dcaf17","commd4","dcaf17","COMM domain-containing 4 (COMM domain-containing protein 4)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q6NYX6","zgc:153556","ccnf","commd4","ccnf","COMM domain-containing 4 (COMM domain-containing protein 4)","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7T3P8","zgc:153556","fem1c","commd4","Q7T3P8","COMM domain-containing 4 (COMM domain-containing protein 4)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7ZTY4","zgc:153556","rbbp7","commd4","Q7ZTY4","COMM domain-containing 4 (COMM domain-containing protein 4)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q6PFV0","zgc:153556","wu:fd14c04","commd4","fbxw5","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","E7F6F9","zgc:153556","klhl3","commd4","E7F6F9","COMM domain-containing 4 (COMM domain-containing protein 4)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A0N4SUD2","zgc:153556","Ubi-p63E","commd4","ubb","COMM domain-containing 4 (COMM domain-containing protein 4)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q502M9","zgc:153556","zgc:92635","commd4","elocb","COMM domain-containing 4 (COMM domain-containing protein 4)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F8W428","zgc:153556","im:7140950","commd4","cul4b","COMM domain-containing 4 (COMM domain-containing protein 4)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","E9QHV0","zgc:153556","Kelch-like protein 9 isoform X1","commd4","E9QHV0","COMM domain-containing 4 (COMM domain-containing protein 4)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","E7FEU4","zgc:153556","CMT1A duplicated region transcript 1 protein","commd4","fbxw10","COMM domain-containing 4 (COMM domain-containing protein 4)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","B3DIU1","zgc:153556","cul3","commd4","cul3b","COMM domain-containing 4 (COMM domain-containing protein 4)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A0R4IUU4","zgc:153556","NEDD8-conjugating enzyme Ubc12","commd4","si:ch1073-205c8.3","COMM domain-containing 4 (COMM domain-containing protein 4)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","B0S5W3","zgc:153556","si:dkeyp-90g12.2","commd4","spsb4a","COMM domain-containing 4 (COMM domain-containing protein 4)","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q0VFV7","zgc:153556","kctd7","commd4","Q0VFV7","COMM domain-containing 4 (COMM domain-containing protein 4)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A8M6Z154","zgc:153556","si:dkey-145p14.5","commd4","A0A8M6Z154","COMM domain-containing 4 (COMM domain-containing protein 4)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q7T162","zgc:153556","im:7153024","commd4","fbxl3a","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A0R4IBR4","zgc:153556","Hif-3alpha","commd4","hif1al","COMM domain-containing 4 (COMM domain-containing protein 4)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q6NYM1","zgc:153556","klhl21","commd4","klhl21","COMM domain-containing 4 (COMM domain-containing protein 4)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F6NUQ2","zgc:153556","F-box only protein 41","commd4","fbxo41","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","E7FGS1","zgc:153556","Zinc finger and BTB domain-containing 16b","commd4","zbtb16b","COMM domain-containing 4 (COMM domain-containing protein 4)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A0G2KCH4","zgc:153556","klhl25","commd4","A0A0G2KCH4","COMM domain-containing 4 (COMM domain-containing protein 4)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","I3IS54","zgc:153556","si:ch1073-342h5.2","commd4","si:ch1073-342h5.2","COMM domain-containing 4 (COMM domain-containing protein 4)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A0A2R8Q1W5","zgc:153556","keap1b","commd4","keap1b","COMM domain-containing 4 (COMM domain-containing protein 4)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","A7MD57","zgc:153556","DCN1-like protein","commd4","dcun1d3","COMM domain-containing 4 (COMM domain-containing protein 4)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","Q6NW95","zgc:153556","fbxl15","commd4","Q6NW95","COMM domain-containing 4 (COMM domain-containing protein 4)","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000110023","physical","txid7955" +"F1Q509","F1QHN6","zgc:153556","im:7042025","commd4","ubc","COMM domain-containing 4 (COMM domain-containing protein 4)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000110023","physical","txid7955" +"E9QCG0","E7FGS1","COMM domain-containing protein 6","Zinc finger and BTB domain-containing 16b","commd6","zbtb16b","COMM domain-containing protein 6","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q502M9","COMM domain-containing protein 6","zgc:92635","commd6","elocb","COMM domain-containing protein 6","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q7T2C1","COMM domain-containing protein 6","zgc:64071","commd6","cul4a","COMM domain-containing protein 6","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q7T3P8","COMM domain-containing protein 6","fem1c","commd6","Q7T3P8","COMM domain-containing protein 6","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A8WHR0","COMM domain-containing protein 6","dcaf17","commd6","dcaf17","COMM domain-containing protein 6","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","B8JKT2","COMM domain-containing protein 6","si:ch73-263f13.4","commd6","wsb2","COMM domain-containing protein 6","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q6NYX6","COMM domain-containing protein 6","ccnf","commd6","ccnf","COMM domain-containing protein 6","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A2R8Q1W5","COMM domain-containing protein 6","keap1b","commd6","keap1b","COMM domain-containing protein 6","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q7SXA3","COMM domain-containing protein 6","zgc:66168","commd6","rps27a","COMM domain-containing protein 6","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F8W428","COMM domain-containing protein 6","im:7140950","commd6","cul4b","COMM domain-containing protein 6","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q7T162","COMM domain-containing protein 6","im:7153024","commd6","fbxl3a","COMM domain-containing protein 6","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F1QY53","COMM domain-containing protein 6","Ankyrin repeat and SOCS box protein 2 isoform X1","commd6","asb2a.1","COMM domain-containing protein 6","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","B0BLX4","COMM domain-containing protein 6","F-box only protein 2","commd6","fbxo2","COMM domain-containing protein 6","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F6NJC6","COMM domain-containing protein 6","si:ch211-222h17.4","commd6","tulp4a","COMM domain-containing protein 6","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F1QHN6","COMM domain-containing protein 6","im:7042025","commd6","ubc","COMM domain-containing protein 6","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F1Q8M7","COMM domain-containing protein 6","zgc:100832","commd6","F1Q8M7","COMM domain-containing protein 6","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A0R4IUU4","COMM domain-containing protein 6","NEDD8-conjugating enzyme Ubc12","commd6","si:ch1073-205c8.3","COMM domain-containing protein 6","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","B1H1G8","COMM domain-containing protein 6","LOC559863","commd6","B1H1G8","COMM domain-containing protein 6","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","E7F6F9","COMM domain-containing protein 6","klhl3","commd6","E7F6F9","COMM domain-containing protein 6","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A0R4IBR4","COMM domain-containing protein 6","Hif-3alpha","commd6","hif1al","COMM domain-containing protein 6","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A0R4IJR2","COMM domain-containing protein 6","fbxo11","commd6","A0A0R4IJR2","COMM domain-containing protein 6","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A8M6Z154","COMM domain-containing protein 6","si:dkey-145p14.5","commd6","A0A8M6Z154","COMM domain-containing protein 6","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A0N4SUD2","COMM domain-containing protein 6","Ubi-p63E","commd6","ubb","COMM domain-containing protein 6","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","I3ITN3","COMM domain-containing protein 6","si:dkey-20j1.3","commd6","I3ITN3","COMM domain-containing protein 6","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A0G2KCH4","COMM domain-containing protein 6","klhl25","commd6","A0A0G2KCH4","COMM domain-containing protein 6","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","F6NUQ2","COMM domain-containing protein 6","F-box only protein 41","commd6","fbxo41","COMM domain-containing protein 6","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","I3IS54","COMM domain-containing protein 6","si:ch1073-342h5.2","commd6","si:ch1073-342h5.2","COMM domain-containing protein 6","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q6PFV0","COMM domain-containing protein 6","wu:fd14c04","commd6","fbxw5","COMM domain-containing protein 6","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q7ZTY4","COMM domain-containing protein 6","rbbp7","commd6","Q7ZTY4","COMM domain-containing protein 6","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","B3DIU1","COMM domain-containing protein 6","cul3","commd6","cul3b","COMM domain-containing protein 6","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","Q6NXC6","COMM domain-containing protein 6","wu:fi47e09","commd6","Q6NXC6","COMM domain-containing protein 6","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A8M9P612","COMM domain-containing protein 6","Cullin-2","commd6","A0A8M9P612","COMM domain-containing protein 6","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","E9QHV0","COMM domain-containing protein 6","Kelch-like protein 9 isoform X1","commd6","E9QHV0","COMM domain-containing protein 6","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000117302","physical","txid7955" +"E9QCG0","A0A8M1PRY0","COMM domain-containing protein 6","Kelch repeat and BTB","commd6","A0A8M1PRY0","COMM domain-containing protein 6","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000117302","physical","txid7955" +"Q502M9","A0A8M9P612","zgc:92635","Cullin-2","elocb","A0A8M9P612","Elongin-C","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q1LWQ2","zgc:92635","rdbp","elocb","nelfe","Elongin-C","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q6DGQ0","zgc:92635","supt4h1","elocb","Q6DGQ0","Elongin-C","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","A0A8M6Z154","zgc:92635","si:dkey-145p14.5","elocb","A0A8M6Z154","Elongin-C","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","F1QHN6","zgc:92635","im:7042025","elocb","ubc","Elongin-C","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","I3IS54","zgc:92635","si:ch1073-342h5.2","elocb","si:ch1073-342h5.2","Elongin-C","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q7T319","zgc:92635","zgc:64163","elocb","elof1","Elongin-C","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q4U0S5","zgc:92635","paf1","elocb","Q4U0S5","Elongin-C","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q566Y1","zgc:92635","elp4","elocb","Q566Y1","Elongin-C","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","F6NLJ7","zgc:92635","FACT complex subunit SSRP1","elocb","ssrp1b","Elongin-C","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","A0A0R4IBR4","zgc:92635","Hif-3alpha","elocb","hif1al","Elongin-C","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q7T3P8","zgc:92635","fem1c","elocb","Q7T3P8","Elongin-C","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","B8JKT2","zgc:92635","si:ch73-263f13.4","elocb","wsb2","Elongin-C","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","A0A0R4IUU4","zgc:92635","NEDD8-conjugating enzyme Ubc12","elocb","si:ch1073-205c8.3","Elongin-C","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","X1WHN7","zgc:92635","hrpt2","elocb","cdc73","Elongin-C","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q7SXA3","zgc:92635","zgc:66168","elocb","rps27a","Elongin-C","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","I3ISK1","zgc:92635","AF4/FMR2 family member 4 isoform X2","elocb","aff4","Elongin-C","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","A0A0N4SUD2","zgc:92635","Ubi-p63E","elocb","ubb","Elongin-C","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","Q6NXC6","zgc:92635","wu:fi47e09","elocb","Q6NXC6","Elongin-C","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000118581","physical","txid7955" +"Q502M9","A8DZE6","zgc:92635","wtip","elocb","wtip","Elongin-C","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000118581","physical","txid7955" +"A0A0R4IPF2","Q6P0E7","histone acetyltransferase","tfap2e","crebbpa","tfap2e","histone acetyltransferase (EC 2.3.1.48)","Transcription factor AP-2-epsilon (AP-2-epsilon)","string-db","7955.ENSDARP00000140065/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","Q6DRP3","histone acetyltransferase","fb37b08","crebbpa","snw1","histone acetyltransferase (EC 2.3.1.48)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","A0A140LGT1","histone acetyltransferase","unp1266","crebbpa","A0A140LGT1","histone acetyltransferase (EC 2.3.1.48)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","A0A0R4IXF6","histone acetyltransferase","kat2a","crebbpa","kat2a","histone acetyltransferase (EC 2.3.1.48)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","F1QGH7","histone acetyltransferase","ctnnb1","crebbpa","ctnnb1","histone acetyltransferase (EC 2.3.1.48)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","A0A2R8QRQ5","histone acetyltransferase","ap2","crebbpa","tfap2a","histone acetyltransferase (EC 2.3.1.48)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000135614","physical","txid7955" +"A0A0R4IPF2","B8JI71","histone acetyltransferase","eys","crebbpa","B8JI71","histone acetyltransferase (EC 2.3.1.48)","Protein eyes shut homolog","string-db","7955.ENSDARP00000144515/7955.ENSDARP00000135614","physical","txid7955" +"Q66IB1","Q5RHX6","zgc:101879","dcun1d4","eloca","Q5RHX6","Elongin-C","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7FFI0","zgc:101879","Ajuba LIM protein","eloca","ajuba","Elongin-C","Ajuba LIM protein (LIM domain-containing protein ajuba)","string-db","7955.ENSDARP00000100146/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6IQD2","zgc:101879","wu:fb52f06","eloca","eaf1","Elongin-C","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7FFE0","zgc:101879","fi75f03","eloca","nelfa","Elongin-C","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A0N4SUD2","zgc:101879","Ubi-p63E","eloca","ubb","Elongin-C","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A5A4L9","zgc:101879","DUF140","eloca","A5A4L9","Elongin-C","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A7MD57","zgc:101879","DCN1-like protein","eloca","dcun1d3","Elongin-C","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1RAF7","zgc:101879","LOC565819","eloca","si:ch211-13k12.2","Elongin-C","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6NYV9","zgc:101879","leo1","eloca","leo1","Elongin-C","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1R6Y1","zgc:101879","Cyclin-dependent kinase 12","eloca","cdk12","Elongin-C","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6NYJ2","zgc:101879","zgc:77038","eloca","socs3b","Elongin-C","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A8DZE6","zgc:101879","wtip","eloca","wtip","Elongin-C","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q502M9","zgc:101879","zgc:92635","eloca","elocb","Elongin-C","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A8M2B8B7","zgc:101879","hif1al","eloca","A0A8M2B8B7","Elongin-C","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q08BB8","zgc:101879","Occludin","eloca","-","Elongin-C","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B8JKT2","zgc:101879","si:ch73-263f13.4","eloca","wsb2","Elongin-C","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7F092","zgc:101879","Cyclin-dependent kinase 13","eloca","cdk13","Elongin-C","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A8M6Z154","zgc:101879","si:dkey-145p14.5","eloca","A0A8M6Z154","Elongin-C","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QFY1","zgc:101879","Cullin-5","eloca","F1QFY1","Elongin-C","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1R2K7","zgc:101879","cb244","eloca","ell2","Elongin-C","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A8M9P612","zgc:101879","Cullin-2","eloca","A0A8M9P612","Elongin-C","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QEB4","zgc:101879","ssrp1","eloca","F1QEB4","Elongin-C","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1Q509","zgc:101879","zgc:153556","eloca","commd4","Elongin-C","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","I3IS54","zgc:101879","si:ch1073-342h5.2","eloca","si:ch1073-342h5.2","Elongin-C","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QHN6","zgc:101879","im:7042025","eloca","ubc","Elongin-C","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B0EVP5","zgc:101879","SOCS2","eloca","B0EVP5","Elongin-C","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7FFH0","zgc:101879","Ankyrin repeat and SOCS box protein 13 isoform X1","eloca","asb13b","Elongin-C","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","X1WHN7","zgc:101879","hrpt2","eloca","cdc73","Elongin-C","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7EZF8","zgc:101879","Interactor of little elongator complex ELL subunit 2","eloca","ice2","Elongin-C","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1REN0","zgc:101879","cul5","eloca","F1REN0","Elongin-C","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7FFI8","zgc:101879","B-cell lymphoma 3 protein homolog","eloca","bcl3","Elongin-C","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q566Y1","zgc:101879","elp4","eloca","Q566Y1","Elongin-C","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F6NJC6","zgc:101879","si:ch211-222h17.4","eloca","tulp4a","Elongin-C","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q1LWQ2","zgc:101879","rdbp","eloca","nelfe","Elongin-C","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q4U0S5","zgc:101879","paf1","eloca","Q4U0S5","Elongin-C","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q7T319","zgc:101879","zgc:64163","eloca","elof1","Elongin-C","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7F166","zgc:101879","socs6","eloca","E7F166","Elongin-C","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q4V8W1","zgc:101879","fi35c01","eloca","spsb1","Elongin-C","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","string-db","7955.ENSDARP00000073475/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QF30","zgc:101879","cb162","eloca","F1QF30","Elongin-C","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6NXC6","zgc:101879","wu:fi47e09","eloca","Q6NXC6","Elongin-C","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B0EVP6","zgc:101879","SOCS5L","eloca","socs5b","Elongin-C","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A4QN68","zgc:101879","si:ch211-154e15.3","eloca","A4QN68","Elongin-C","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B8A6D0","zgc:101879","murr1","eloca","B8A6D0","Elongin-C","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q7T3P8","zgc:101879","fem1c","eloca","Q7T3P8","Elongin-C","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F6NLJ7","zgc:101879","FACT complex subunit SSRP1","eloca","ssrp1b","Elongin-C","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q4V909","zgc:101879","ccdc22","eloca","Q4V909","Elongin-C","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A0R4IBR4","zgc:101879","Hif-3alpha","eloca","hif1al","Elongin-C","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QMB9","zgc:101879","ccnk","eloca","F1QMB9","Elongin-C","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7F7H1","zgc:101879","tceb3l","eloca","eloal","Elongin-C","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E7F7Y4","zgc:101879","Fem-1 homolog b","eloca","fem1b","Elongin-C","Fem-1 homolog b","string-db","7955.ENSDARP00000085236/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","F1QY53","zgc:101879","Ankyrin repeat and SOCS box protein 2 isoform X1","eloca","asb2a.1","Elongin-C","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","I3ISK1","zgc:101879","AF4/FMR2 family member 4 isoform X2","eloca","aff4","Elongin-C","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","A0A0R4IUU4","zgc:101879","NEDD8-conjugating enzyme Ubc12","eloca","si:ch1073-205c8.3","Elongin-C","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","E9QCG0","zgc:101879","COMM domain-containing protein 6","eloca","commd6","Elongin-C","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q5EB19","zgc:101879","fj63f04","eloca","rnf7","Elongin-C","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B0S5W3","zgc:101879","si:dkeyp-90g12.2","eloca","spsb4a","Elongin-C","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6P5M2","zgc:101879","skic8","eloca","Q6P5M2","Elongin-C","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q6DGQ0","zgc:101879","supt4h1","eloca","Q6DGQ0","Elongin-C","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","Q7SXA3","zgc:101879","zgc:66168","eloca","rps27a","Elongin-C","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000066699","physical","txid7955" +"Q66IB1","B1H1G8","zgc:101879","LOC559863","eloca","B1H1G8","Elongin-C","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000066699","physical","txid7955" +"E7FFI0","Q7SXA3","Ajuba LIM protein","zgc:66168","ajuba","rps27a","Ajuba LIM protein (LIM domain-containing protein ajuba)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","Q502M9","Ajuba LIM protein","zgc:92635","ajuba","elocb","Ajuba LIM protein (LIM domain-containing protein ajuba)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","F1QHN6","Ajuba LIM protein","im:7042025","ajuba","ubc","Ajuba LIM protein (LIM domain-containing protein ajuba)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","A0A0R4IBR4","Ajuba LIM protein","Hif-3alpha","ajuba","hif1al","Ajuba LIM protein (LIM domain-containing protein ajuba)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","A0A8M9P612","Ajuba LIM protein","Cullin-2","ajuba","A0A8M9P612","Ajuba LIM protein (LIM domain-containing protein ajuba)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","A0A0N4SUD2","Ajuba LIM protein","Ubi-p63E","ajuba","ubb","Ajuba LIM protein (LIM domain-containing protein ajuba)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","A8DZE6","Ajuba LIM protein","wtip","ajuba","wtip","Ajuba LIM protein (LIM domain-containing protein ajuba)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000100146","physical","txid7955" +"E7FFI0","A0A8M2B8B7","Ajuba LIM protein","hif1al","ajuba","A0A8M2B8B7","Ajuba LIM protein (LIM domain-containing protein ajuba)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000100146","physical","txid7955" +"A0A0R4IBR4","Q800Q5","Hif-3alpha","tcf7l1b","hif1al","Q800Q5","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","Transcription factor 7-like 1-B (HMG box transcription factor 3-B) (TCF-3-B)","string-db","7955.ENSDARP00000148053/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","A8DZE6","Hif-3alpha","wtip","hif1al","wtip","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","A0A0N4SUD2","Hif-3alpha","Ubi-p63E","hif1al","ubb","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","F1R405","Hif-3alpha","si:ch73-15j19.1","hif1al","bcl9","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","F1QGH7","Hif-3alpha","ctnnb1","hif1al","ctnnb1","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","A0A0R4IPF2","Hif-3alpha","histone acetyltransferase","hif1al","crebbpa","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","Q6NXC6","Hif-3alpha","wu:fi47e09","hif1al","Q6NXC6","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000132400","physical","txid7955" +"A0A0R4IBR4","F1QHN6","Hif-3alpha","im:7042025","hif1al","ubc","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132400","physical","txid7955" +"A0A8M9P612","A8DZE6","Cullin-2","wtip","A0A8M9P612","wtip","Cullin-2","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","Q7T3P8","Cullin-2","fem1c","A0A8M9P612","Q7T3P8","Cullin-2","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","A0A0R4IUU4","Cullin-2","NEDD8-conjugating enzyme Ubc12","A0A8M9P612","si:ch1073-205c8.3","Cullin-2","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","Q6NXC6","Cullin-2","wu:fi47e09","A0A8M9P612","Q6NXC6","Cullin-2","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","A0A0R4IBR4","Cullin-2","Hif-3alpha","A0A8M9P612","hif1al","Cullin-2","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","A0A0R4IGL5","Cullin-2","si:ch1073-82l19.1","A0A8M9P612","A0A0R4IGL5","Cullin-2","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","string-db","7955.ENSDARP00000134209/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","F1QHN6","Cullin-2","im:7042025","A0A8M9P612","ubc","Cullin-2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","A0A0N4SUD2","Cullin-2","Ubi-p63E","A0A8M9P612","ubb","Cullin-2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000123380","physical","txid7955" +"A0A8M9P612","Q7SXA3","Cullin-2","zgc:66168","A0A8M9P612","rps27a","Cullin-2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000123380","physical","txid7955" +"A8DZE6","A0A0N4SUD2","wtip","Ubi-p63E","wtip","ubb","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132856","physical","txid7955" +"A8DZE6","F1QHN6","wtip","im:7042025","wtip","ubc","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132856","physical","txid7955" +"Q5RHX6","Q7SXA3","dcun1d4","zgc:66168","Q5RHX6","rps27a","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","I3IS54","dcun1d4","si:ch1073-342h5.2","Q5RHX6","si:ch1073-342h5.2","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","F8W428","dcun1d4","im:7140950","Q5RHX6","cul4b","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","F1QY53","dcun1d4","Ankyrin repeat and SOCS box protein 2 isoform X1","Q5RHX6","asb2a.1","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A0N4SUD2","dcun1d4","Ubi-p63E","Q5RHX6","ubb","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","B8JKT2","dcun1d4","si:ch73-263f13.4","Q5RHX6","wsb2","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","B3DIU1","dcun1d4","cul3","Q5RHX6","cul3b","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","E7FGS1","dcun1d4","Zinc finger and BTB domain-containing 16b","Q5RHX6","zbtb16b","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A8M6Z154","dcun1d4","si:dkey-145p14.5","Q5RHX6","A0A8M6Z154","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A8M1PRY0","dcun1d4","Kelch repeat and BTB","Q5RHX6","A0A8M1PRY0","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","B0EVP5","dcun1d4","SOCS2","Q5RHX6","B0EVP5","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q502M9","dcun1d4","zgc:92635","Q5RHX6","elocb","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A2R8Q1W5","dcun1d4","keap1b","Q5RHX6","keap1b","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","F6NJC6","dcun1d4","si:ch211-222h17.4","Q5RHX6","tulp4a","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q0VFV7","dcun1d4","kctd7","Q5RHX6","Q0VFV7","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q6NYM1","dcun1d4","klhl21","Q5RHX6","klhl21","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","E7F6F9","dcun1d4","klhl3","Q5RHX6","E7F6F9","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A0G2KCH4","dcun1d4","klhl25","Q5RHX6","A0A0G2KCH4","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","E9QHV0","dcun1d4","Kelch-like protein 9 isoform X1","Q5RHX6","E9QHV0","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A8WHR0","dcun1d4","dcaf17","Q5RHX6","dcaf17","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q7ZTY4","dcun1d4","rbbp7","Q5RHX6","Q7ZTY4","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A8M9P612","dcun1d4","Cullin-2","Q5RHX6","A0A8M9P612","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","E9QCG0","dcun1d4","COMM domain-containing protein 6","Q5RHX6","commd6","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","F1QHN6","dcun1d4","im:7042025","Q5RHX6","ubc","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A0R4IBR4","dcun1d4","Hif-3alpha","Q5RHX6","hif1al","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q7T2C1","dcun1d4","zgc:64071","Q5RHX6","cul4a","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","B1H1G8","dcun1d4","LOC559863","Q5RHX6","B1H1G8","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","Q7T3P8","dcun1d4","fem1c","Q5RHX6","Q7T3P8","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000114939","physical","txid7955" +"Q5RHX6","A0A0R4IUU4","dcun1d4","NEDD8-conjugating enzyme Ubc12","Q5RHX6","si:ch1073-205c8.3","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000114939","physical","txid7955" +"F1QNB9","A0A0R4IPF2","Hypoxia-inducible factor 1-alpha","histone acetyltransferase","hif1aa","crebbpa","Hypoxia-inducible factor 1-alpha","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A4FUL3","Hypoxia-inducible factor 1-alpha","im:7137515","hif1aa","rbx1","Hypoxia-inducible factor 1-alpha","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","B0S6H8","Hypoxia-inducible factor 1-alpha","ppfia2","hif1aa","ppfia4","Hypoxia-inducible factor 1-alpha","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q66IB1","Hypoxia-inducible factor 1-alpha","zgc:101879","hif1aa","eloca","Hypoxia-inducible factor 1-alpha","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","E7FFI0","Hypoxia-inducible factor 1-alpha","Ajuba LIM protein","hif1aa","ajuba","Hypoxia-inducible factor 1-alpha","Ajuba LIM protein (LIM domain-containing protein ajuba)","string-db","7955.ENSDARP00000100146/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A4QN68","Hypoxia-inducible factor 1-alpha","si:ch211-154e15.3","hif1aa","A4QN68","Hypoxia-inducible factor 1-alpha","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A0A0R4IBR4","Hypoxia-inducible factor 1-alpha","Hif-3alpha","hif1aa","hif1al","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q4V909","Hypoxia-inducible factor 1-alpha","ccdc22","hif1aa","Q4V909","Hypoxia-inducible factor 1-alpha","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","B8A6D0","Hypoxia-inducible factor 1-alpha","murr1","hif1aa","B8A6D0","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q6NXC6","Hypoxia-inducible factor 1-alpha","wu:fi47e09","hif1aa","Q6NXC6","Hypoxia-inducible factor 1-alpha","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","F1Q509","Hypoxia-inducible factor 1-alpha","zgc:153556","hif1aa","commd4","Hypoxia-inducible factor 1-alpha","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q9DGB8","Hypoxia-inducible factor 1-alpha","runxa","hif1aa","runx1","Hypoxia-inducible factor 1-alpha","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","E7F518","Hypoxia-inducible factor 1-alpha","hypoxia-inducible factor-proline dioxygenase","hif1aa","egln1a","Hypoxia-inducible factor 1-alpha","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","string-db","7955.ENSDARP00000056926/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A8DZE6","Hypoxia-inducible factor 1-alpha","wtip","hif1aa","wtip","Hypoxia-inducible factor 1-alpha","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A0A8M2B8B7","Hypoxia-inducible factor 1-alpha","hif1al","hif1aa","A0A8M2B8B7","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","F1QGH7","Hypoxia-inducible factor 1-alpha","ctnnb1","hif1aa","ctnnb1","Hypoxia-inducible factor 1-alpha","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","F1QHN6","Hypoxia-inducible factor 1-alpha","im:7042025","hif1aa","ubc","Hypoxia-inducible factor 1-alpha","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A0A0N4SUD2","Hypoxia-inducible factor 1-alpha","Ubi-p63E","hif1aa","ubb","Hypoxia-inducible factor 1-alpha","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","E9QCG0","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 6","hif1aa","commd6","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","A0A8M9P612","Hypoxia-inducible factor 1-alpha","Cullin-2","hif1aa","A0A8M9P612","Hypoxia-inducible factor 1-alpha","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q7SXA3","Hypoxia-inducible factor 1-alpha","zgc:66168","hif1aa","rps27a","Hypoxia-inducible factor 1-alpha","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q502M9","Hypoxia-inducible factor 1-alpha","zgc:92635","hif1aa","elocb","Hypoxia-inducible factor 1-alpha","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000044281","physical","txid7955" +"F1QNB9","Q5RHX6","Hypoxia-inducible factor 1-alpha","dcun1d4","hif1aa","Q5RHX6","Hypoxia-inducible factor 1-alpha","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000044281","physical","txid7955" +"Q6DH33","Q08BZ1","wu:fb12e01","wdr22","commd2","Q08BZ1","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A0R4IBR4","wu:fb12e01","Hif-3alpha","commd2","hif1al","COMM domain-containing 2 (COMM domain-containing protein 2)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T3P8","wu:fb12e01","fem1c","commd2","Q7T3P8","COMM domain-containing 2 (COMM domain-containing protein 2)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7F7Y4","wu:fb12e01","Fem-1 homolog b","commd2","fem1b","COMM domain-containing 2 (COMM domain-containing protein 2)","Fem-1 homolog b","string-db","7955.ENSDARP00000085236/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A2R8Q1W5","wu:fb12e01","keap1b","commd2","keap1b","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q499B0","wu:fb12e01","zgc:110066","commd2","Q499B0","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 11","string-db","7955.ENSDARP00000027560/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B1H1G8","wu:fb12e01","LOC559863","commd2","B1H1G8","COMM domain-containing 2 (COMM domain-containing protein 2)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q2YDS1","wu:fb12e01","ddb2","commd2","ddb2","COMM domain-containing 2 (COMM domain-containing protein 2)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q2YDQ5","wu:fb12e01","fbxl5","commd2","Q2YDQ5","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","string-db","7955.ENSDARP00000106526/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7ZTY4","wu:fb12e01","rbbp7","commd2","Q7ZTY4","COMM domain-containing 2 (COMM domain-containing protein 2)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5RHX6","wu:fb12e01","dcun1d4","commd2","Q5RHX6","COMM domain-containing 2 (COMM domain-containing protein 2)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QN14","wu:fb12e01","zgc:123259","commd2","fbxl8","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","string-db","7955.ENSDARP00000070860/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NW95","wu:fb12e01","fbxl15","commd2","Q6NW95","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box/LRR-repeat protein 15","string-db","7955.ENSDARP00000112101/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A8WHR0","wu:fb12e01","dcaf17","commd2","dcaf17","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QY53","wu:fb12e01","Ankyrin repeat and SOCS box protein 2 isoform X1","commd2","asb2a.1","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0UYM8","wu:fb12e01","fc03h03","commd2","lmo7a","COMM domain-containing 2 (COMM domain-containing protein 2)","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","string-db","7955.ENSDARP00000027005/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6DG99","wu:fb12e01","kctd6","commd2","kctd6","COMM domain-containing 2 (COMM domain-containing protein 2)","BTB/POZ domain-containing protein KCTD6","string-db","7955.ENSDARP00000034172/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E9QC58","wu:fb12e01","fc33f09","commd2","klhl20","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","string-db","7955.ENSDARP00000056665/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QHN6","wu:fb12e01","im:7042025","commd2","ubc","COMM domain-containing 2 (COMM domain-containing protein 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","I3ITN3","wu:fb12e01","si:dkey-20j1.3","commd2","I3ITN3","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 16 (F-box/LRR-repeat protein 16)","string-db","7955.ENSDARP00000126304/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M9PKI1","wu:fb12e01","Kelch-like family member 2","commd2","A0A8M9PKI1","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like family member 2 (Kelch-like protein 2)","string-db","7955.ENSDARP00000082978/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M2BJJ8","wu:fb12e01","zgc:77381","commd2","A0A8M2BJJ8","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","string-db","7955.ENSDARP00000024474/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6DBS3","wu:fb12e01","wu:fd19a12","commd2","Q6DBS3","COMM domain-containing 2 (COMM domain-containing protein 2)","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","string-db","7955.ENSDARP00000059326/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5SPK4","wu:fb12e01","si:busm1-132m23.3","commd2","fbxo22","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","string-db","7955.ENSDARP00000070020/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q502M9","wu:fb12e01","zgc:92635","commd2","elocb","COMM domain-containing 2 (COMM domain-containing protein 2)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0QZE8","wu:fb12e01","iqwd1","commd2","dcaf6","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6P3K3","wu:fb12e01","fbxo9","commd2","fbxo9","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box only protein 9","string-db","7955.ENSDARP00000093542/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M2B8B7","wu:fb12e01","hif1al","commd2","A0A8M2B8B7","COMM domain-containing 2 (COMM domain-containing protein 2)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E9QHV0","wu:fb12e01","Kelch-like protein 9 isoform X1","commd2","E9QHV0","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A4FUL3","wu:fb12e01","im:7137515","commd2","rbx1","COMM domain-containing 2 (COMM domain-containing protein 2)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","I3IS54","wu:fb12e01","si:ch1073-342h5.2","commd2","si:ch1073-342h5.2","COMM domain-containing 2 (COMM domain-containing protein 2)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B8JKT2","wu:fb12e01","si:ch73-263f13.4","commd2","wsb2","COMM domain-containing 2 (COMM domain-containing protein 2)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7SXA3","wu:fb12e01","zgc:66168","commd2","rps27a","COMM domain-containing 2 (COMM domain-containing protein 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QNB9","wu:fb12e01","Hypoxia-inducible factor 1-alpha","commd2","hif1aa","COMM domain-containing 2 (COMM domain-containing protein 2)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000044281/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B8K0E7","wu:fb12e01","F-box and leucine-rich repeat protein 20","commd2","fbxl20","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","string-db","7955.ENSDARP00000100443/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5TZE1","wu:fb12e01","btbd6b","commd2","btbd6b","COMM domain-containing 2 (COMM domain-containing protein 2)","BTB/POZ domain-containing protein 6-B","string-db","7955.ENSDARP00000039906/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7ZTX2","wu:fb12e01","wu:fk47f04","commd2","wdr5","COMM domain-containing 2 (COMM domain-containing protein 2)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A3KP53","wu:fb12e01","id:ibd5121","commd2","skp2","COMM domain-containing 2 (COMM domain-containing protein 2)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q803X4","wu:fb12e01","dcaf13","commd2","Q803X4","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q9IBH3","wu:fb12e01","dac","commd2","fbxw4","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","string-db","7955.ENSDARP00000043116/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M2BE57","wu:fb12e01","zgc:110231","commd2","A0A8M2BE57","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat and SOCS box protein 6 isoform X2 (Ankyrin repeat and SOCS box-containing 6)","string-db","7955.ENSDARP00000018746/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M6Z154","wu:fb12e01","si:dkey-145p14.5","commd2","A0A8M6Z154","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T394","wu:fb12e01","pafah1b1a","commd2","pafah1b1a","COMM domain-containing 2 (COMM domain-containing protein 2)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0EVP6","wu:fb12e01","SOCS5L","commd2","socs5b","COMM domain-containing 2 (COMM domain-containing protein 2)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q66IB1","wu:fb12e01","zgc:101879","commd2","eloca","COMM domain-containing 2 (COMM domain-containing protein 2)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1Q8M7","wu:fb12e01","zgc:100832","commd2","F1Q8M7","COMM domain-containing 2 (COMM domain-containing protein 2)","Uncharacterized protein LOC445148 isoform X2 (Zgc:100832)","string-db","7955.ENSDARP00000118903/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6PFV0","wu:fb12e01","wu:fd14c04","commd2","fbxw5","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B8JIG8","wu:fb12e01","Kelch-like family member 5","commd2","B8JIG8","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like family member 5 (Kelch-like protein 5)","string-db","7955.ENSDARP00000083875/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B3DIU1","wu:fb12e01","cul3","commd2","cul3b","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5EB19","wu:fb12e01","fj63f04","commd2","rnf7","COMM domain-containing 2 (COMM domain-containing protein 2)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5RHI5","wu:fb12e01","dtl","commd2","dtl","COMM domain-containing 2 (COMM domain-containing protein 2)","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7F6Z4","wu:fb12e01","F-box and leucine-rich repeat protein 3,-like","commd2","fbxl3l","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","string-db","7955.ENSDARP00000054395/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T162","wu:fb12e01","im:7153024","commd2","fbxl3a","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","string-db","7955.ENSDARP00000136592/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QMF9","wu:fb12e01","si:zc14a17.5","commd2","nedd8","COMM domain-containing 2 (COMM domain-containing protein 2)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NYM1","wu:fb12e01","klhl21","commd2","klhl21","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7FEU4","wu:fb12e01","CMT1A duplicated region transcript 1 protein","commd2","fbxw10","COMM domain-containing 2 (COMM domain-containing protein 2)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","string-db","7955.ENSDARP00000112164/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A0G2KCH4","wu:fb12e01","klhl25","commd2","A0A0G2KCH4","COMM domain-containing 2 (COMM domain-containing protein 2)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7F166","wu:fb12e01","socs6","commd2","E7F166","COMM domain-containing 2 (COMM domain-containing protein 2)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NYX6","wu:fb12e01","ccnf","commd2","ccnf","COMM domain-containing 2 (COMM domain-containing protein 2)","Cyclin-F","string-db","7955.ENSDARP00000141877/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7FFH0","wu:fb12e01","Ankyrin repeat and SOCS box protein 13 isoform X1","commd2","asb13b","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q4V909","wu:fb12e01","ccdc22","commd2","Q4V909","COMM domain-containing 2 (COMM domain-containing protein 2)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q4V8W1","wu:fb12e01","fi35c01","commd2","spsb1","COMM domain-containing 2 (COMM domain-containing protein 2)","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","string-db","7955.ENSDARP00000073475/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T3E0","wu:fb12e01","wdr68","commd2","dcaf7","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","string-db","7955.ENSDARP00000058220/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F6NUQ2","wu:fb12e01","F-box only protein 41","commd2","fbxo41","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box only protein 41 (F-box protein 41)","string-db","7955.ENSDARP00000122575/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NYJ2","wu:fb12e01","zgc:77038","commd2","socs3b","COMM domain-containing 2 (COMM domain-containing protein 2)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6PBY8","wu:fb12e01","skp1a","commd2","skp1","COMM domain-containing 2 (COMM domain-containing protein 2)","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T2A3","wu:fb12e01","dda1","commd2","dda1","COMM domain-containing 2 (COMM domain-containing protein 2)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7F5P0","wu:fb12e01","F-box only protein 31 isoform X1","commd2","fbxo31","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box only protein 31 isoform X1 (F-box protein 31)","string-db","7955.ENSDARP00000084075/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F6NJC6","wu:fb12e01","si:ch211-222h17.4","commd2","tulp4a","COMM domain-containing 2 (COMM domain-containing protein 2)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A7MD57","wu:fb12e01","DCN1-like protein","commd2","dcun1d3","COMM domain-containing 2 (COMM domain-containing protein 2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A0R4IJR2","wu:fb12e01","fbxo11","commd2","A0A0R4IJR2","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1REN0","wu:fb12e01","cul5","commd2","F1REN0","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q08CL3","wu:fb12e01","kbtbd8","commd2","Q08CL3","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q803D2","wu:fb12e01","pafah1b1b","commd2","Q803D2","COMM domain-containing 2 (COMM domain-containing protein 2)","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","string-db","7955.ENSDARP00000039257/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0S5W3","wu:fb12e01","si:dkeyp-90g12.2","commd2","spsb4a","COMM domain-containing 2 (COMM domain-containing protein 2)","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A3KNG1","wu:fb12e01","F-box protein 15","commd2","-","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box protein 15 (Zgc:161973)","string-db","7955.ENSDARP00000043955/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M9P612","wu:fb12e01","Cullin-2","commd2","A0A8M9P612","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5RH13","wu:fb12e01","fbxl14","commd2","fbxl14b","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box and leucine-rich repeat protein 14b","string-db","7955.ENSDARP00000067321/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q7T2C1","wu:fb12e01","zgc:64071","commd2","cul4a","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1QF18","wu:fb12e01","DDB1 and CUL4-associated factor 8","commd2","dcaf8","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7FFI8","wu:fb12e01","B-cell lymphoma 3 protein homolog","commd2","bcl3","COMM domain-containing 2 (COMM domain-containing protein 2)","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A0R4IUU4","wu:fb12e01","NEDD8-conjugating enzyme Ubc12","commd2","si:ch1073-205c8.3","COMM domain-containing 2 (COMM domain-containing protein 2)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q0VFV7","wu:fb12e01","kctd7","commd2","Q0VFV7","COMM domain-containing 2 (COMM domain-containing protein 2)","BTB/POZ domain-containing protein KCTD7","string-db","7955.ENSDARP00000116571/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NXC6","wu:fb12e01","wu:fi47e09","commd2","Q6NXC6","COMM domain-containing 2 (COMM domain-containing protein 2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7F6F9","wu:fb12e01","klhl3","commd2","E7F6F9","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","E7FGS1","wu:fb12e01","Zinc finger and BTB domain-containing 16b","commd2","zbtb16b","COMM domain-containing 2 (COMM domain-containing protein 2)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","string-db","7955.ENSDARP00000128866/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NWH1","wu:fb12e01","dcaf10","commd2","Q6NWH1","COMM domain-containing 2 (COMM domain-containing protein 2)","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","string-db","7955.ENSDARP00000047739/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0EVP5","wu:fb12e01","SOCS2","commd2","B0EVP5","COMM domain-containing 2 (COMM domain-containing protein 2)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q6NYS3","wu:fb12e01","Cul1","commd2","cul1a","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B3DJF2","wu:fb12e01","fc31b01","commd2","B3DJF2","COMM domain-containing 2 (COMM domain-containing protein 2)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F8W428","wu:fb12e01","im:7140950","commd2","cul4b","COMM domain-containing 2 (COMM domain-containing protein 2)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A0N4SUD2","wu:fb12e01","Ubi-p63E","commd2","ubb","COMM domain-containing 2 (COMM domain-containing protein 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","B0BLX4","wu:fb12e01","F-box only protein 2","commd2","fbxo2","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q5U3A5","wu:fb12e01","zgc:92109","commd2","ankrd9","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","string-db","7955.ENSDARP00000049398/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A1A5X2","wu:fb12e01","fbxl7","commd2","fbxl7","COMM domain-containing 2 (COMM domain-containing protein 2)","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","string-db","7955.ENSDARP00000084255/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","F1Q9R3","wu:fb12e01","Kelch-like protein 22","commd2","F1Q9R3","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","A0A8M1PRY0","wu:fb12e01","Kelch repeat and BTB","commd2","A0A8M1PRY0","COMM domain-containing 2 (COMM domain-containing protein 2)","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","string-db","7955.ENSDARP00000128961/7955.ENSDARP00000015280","physical","txid7955" +"Q6DH33","Q68EL0","wu:fb12e01","zgc:100881","commd2","Q68EL0","COMM domain-containing 2 (COMM domain-containing protein 2)","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","string-db","7955.ENSDARP00000054692/7955.ENSDARP00000015280","physical","txid7955" +"A0A8M2B8B7","A0A8M9P612","hif1al","Cullin-2","A0A8M2B8B7","A0A8M9P612","Hypoxia-inducible factor 1-alpha","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","E9QCG0","hif1al","COMM domain-containing protein 6","A0A8M2B8B7","commd6","Hypoxia-inducible factor 1-alpha","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","Q5RHX6","hif1al","dcun1d4","A0A8M2B8B7","Q5RHX6","Hypoxia-inducible factor 1-alpha","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","A8DZE6","hif1al","wtip","A0A8M2B8B7","wtip","Hypoxia-inducible factor 1-alpha","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","F1Q509","hif1al","zgc:153556","A0A8M2B8B7","commd4","Hypoxia-inducible factor 1-alpha","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","A0A0R4IBR4","hif1al","Hif-3alpha","A0A8M2B8B7","hif1al","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","Q7SXA3","hif1al","zgc:66168","A0A8M2B8B7","rps27a","Hypoxia-inducible factor 1-alpha","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","Q502M9","hif1al","zgc:92635","A0A8M2B8B7","elocb","Hypoxia-inducible factor 1-alpha","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","A0A0N4SUD2","hif1al","Ubi-p63E","A0A8M2B8B7","ubb","Hypoxia-inducible factor 1-alpha","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","F1QHN6","hif1al","im:7042025","A0A8M2B8B7","ubc","Hypoxia-inducible factor 1-alpha","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","Q6NXC6","hif1al","wu:fi47e09","A0A8M2B8B7","Q6NXC6","Hypoxia-inducible factor 1-alpha","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000108595","physical","txid7955" +"A0A8M2B8B7","A0A0R4IPF2","hif1al","histone acetyltransferase","A0A8M2B8B7","crebbpa","Hypoxia-inducible factor 1-alpha","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000108595","physical","txid7955" +"E7F518","Q7SXA3","hypoxia-inducible factor-proline dioxygenase","zgc:66168","egln1a","rps27a","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","Q66IB1","hypoxia-inducible factor-proline dioxygenase","zgc:101879","egln1a","eloca","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","A0A8M2B8B7","hypoxia-inducible factor-proline dioxygenase","hif1al","egln1a","A0A8M2B8B7","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Hypoxia-inducible factor 1-alpha","string-db","7955.ENSDARP00000108595/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","A0A0R4IBR4","hypoxia-inducible factor-proline dioxygenase","Hif-3alpha","egln1a","hif1al","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","F1QHN6","hypoxia-inducible factor-proline dioxygenase","im:7042025","egln1a","ubc","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","A0A8M9P612","hypoxia-inducible factor-proline dioxygenase","Cullin-2","egln1a","A0A8M9P612","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","E7FFI0","hypoxia-inducible factor-proline dioxygenase","Ajuba LIM protein","egln1a","ajuba","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Ajuba LIM protein (LIM domain-containing protein ajuba)","string-db","7955.ENSDARP00000100146/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","A0A0N4SUD2","hypoxia-inducible factor-proline dioxygenase","Ubi-p63E","egln1a","ubb","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","Q502M9","hypoxia-inducible factor-proline dioxygenase","zgc:92635","egln1a","elocb","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000056926","physical","txid7955" +"E7F518","A8DZE6","hypoxia-inducible factor-proline dioxygenase","wtip","egln1a","wtip","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000056926","physical","txid7955" +"Q6NZ31","F1QKU6","cb438","zgc:110252","ccng2","cdk10","Cyclin-G2","Cyclin-dependent kinase 10 (EC 2.7.11.22)","string-db","7955.ENSDARP00000045176/7955.ENSDARP00000004469","physical","txid7955" +"F1QKU6","Q503D6","zgc:110252","ccnq","cdk10","Q503D6","Cyclin-dependent kinase 10 (EC 2.7.11.22)","Cyclin-Q (Cyclin-related protein FAM58A)","string-db","7955.ENSDARP00000054658/7955.ENSDARP00000045176","physical","txid7955" +"Q7ZV93","Q8QFX6","zgc:77689","nrp1a","gipc2","Q8QFX6","GAIP c-terminus interacting protein 2 (GIPC PDZ domain-containing family, member 2) (Gipc2 protein) (PDZ domain-containing protein GIPC2)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000004582","physical","txid7955" +"Q566N0","Q6PBZ7","enpp4","zgc:73176","enpp4","fhit","Bis(5'-adenosyl)-triphosphatase enpp4 (EC 3.6.1.29) (AP3A hydrolase) (AP3Aase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 4) (E-NPP 4) (NPP-4)","Bis(5'-adenosyl)-triphosphatase (EC 3.6.1.29)","string-db","7955.ENSDARP00000098769/7955.ENSDARP00000004660","physical","txid7955" +"Q6PBX8","Q6DGM9","zgc:73198","zgc:92850","ndufv2","ndufa7","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6PC22","zgc:73198","zgc:73139","ndufv2","ndufa8","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6P5L5","zgc:73198","nduf8","ndufv2","Q6P5L5","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","A9C3R5","zgc:73198","ndufa12l","ndufv2","ndufaf2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","string-db","7955.ENSDARP00000091479/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q567Y4","zgc:73198","wu:fb10b03","ndufv2","ndufb9","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q7SXE9","zgc:73198","zgc:66391","ndufv2","Q7SXE9","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q498W6","zgc:73198","zgc:112053","ndufv2","Q498W6","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","F1QQ42","zgc:73198","zgc:86674","ndufv2","ndufa1","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","A0A0R4IV80","zgc:73198","si:ch211-235e9.6","ndufv2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6PBJ6","zgc:73198","zgc:73375","ndufv2","ndufb6","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6P0T0","zgc:73198","ndufs8","ndufv2","ndufs8a","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","A8E5B7","zgc:73198","hm:zeh0024","ndufv2","ndufb5","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6P119","zgc:73198","si:dkeyp-118h9.4","ndufv2","Q6P119","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q502P6","zgc:73198","zgc:111955","ndufv2","ndufs5","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","string-db","7955.ENSDARP00000011338/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6PBN0","zgc:73198","wu:fb78c03","ndufv2","ndufb2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q9MIY9","zgc:73198","mt-nd2","ndufv2","mt-nd2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q502E4","zgc:73198","DKEYP-88A5.2","ndufv2","Q502E4","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","string-db","7955.ENSDARP00000051054/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6P6E5","zgc:73198","zgc:77820","ndufv2","ndufb7","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","string-db","7955.ENSDARP00000043932/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","F1Q4N4","zgc:73198","im:7149850","ndufv2","ndufs2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","A0A8M9QI03","zgc:73198","WD repeat domain 93","ndufv2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q9MIZ0","zgc:73198","mt-nd1","ndufv2","mt-nd1","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q5BJA2","zgc:73198","zgc:114172","ndufv2","Q5BJA2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","F1QCE9","zgc:73198","ndufab1","ndufv2","ndufab1b","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","Acyl carrier protein","string-db","7955.ENSDARP00000012558/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q6AZA2","zgc:73198","wu:fc01f01","ndufv2","Q6AZA2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q4VBI5","zgc:73198","zgc:112340","ndufv2","ndufa2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","string-db","7955.ENSDARP00000031098/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","F1QHE9","zgc:73198","fj19d10","ndufv2","ndufs7","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000004700","physical","txid7955" +"Q6PBX8","Q9MIY0","zgc:73198","mt-nd5","ndufv2","mt-nd5","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000004700","physical","txid7955" +"F1Q4N4","Q498W6","im:7149850","zgc:112053","ndufs2","Q498W6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","A0A8M9QI03","im:7149850","WD repeat domain 93","ndufs2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","F1QQ42","im:7149850","zgc:86674","ndufs2","ndufa1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","Q6PBN0","im:7149850","wu:fb78c03","ndufs2","ndufb2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","B0S673","im:7149850","coa1","ndufs2","B0S673","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","A1L1F1","im:7149850","ndufaf3","ndufs2","ndufaf3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","A3KP37","im:7149850","ndufaf5","ndufs2","A3KP37","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","A0A0R4IV80","im:7149850","si:ch211-235e9.6","ndufs2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","E7FDX3","im:7149850","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufs2","E7FDX3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","Q6P119","im:7149850","si:dkeyp-118h9.4","ndufs2","Q6P119","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","B3DI94","im:7149850","tmem186","ndufs2","tmem186","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000098175","physical","txid7955" +"F1Q4N4","F1QHE9","im:7149850","fj19d10","ndufs2","ndufs7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000098175","physical","txid7955" +"Q6PBN0","B3DI94","wu:fb78c03","tmem186","ndufb2","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","A0A8M9QI03","wu:fb78c03","WD repeat domain 93","ndufb2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","A0A0R4IV80","wu:fb78c03","si:ch211-235e9.6","ndufb2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","Q498W6","wu:fb78c03","zgc:112053","ndufb2","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","Q6P119","wu:fb78c03","si:dkeyp-118h9.4","ndufb2","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","B0S673","wu:fb78c03","coa1","ndufb2","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000115006","physical","txid7955" +"Q6PBN0","A1L1F1","wu:fb78c03","ndufaf3","ndufb2","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000115006","physical","txid7955" +"Q6DGM9","F1QHE9","zgc:92850","fj19d10","ndufa7","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","E7FDX3","zgc:92850","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufa7","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q1LYN0","zgc:92850","im:6897973","ndufa7","ndufb11","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","A0A0R4IV80","zgc:92850","si:ch211-235e9.6","ndufa7","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q568N3","zgc:92850","timmdc1","ndufa7","Q568N3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","A1L1F1","zgc:92850","ndufaf3","ndufa7","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6PC22","zgc:92850","zgc:73139","ndufa7","ndufa8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6PBN0","zgc:92850","wu:fb78c03","ndufa7","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6PBJ6","zgc:92850","zgc:73375","ndufa7","ndufb6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q5BJA2","zgc:92850","zgc:114172","ndufa7","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q567Y4","zgc:92850","wu:fb10b03","ndufa7","ndufb9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","A3KP37","zgc:92850","ndufaf5","ndufa7","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","A8E5B7","zgc:92850","hm:zeh0024","ndufa7","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIY1","zgc:92850","mt-nd4","ndufa7","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIY0","zgc:92850","mt-nd5","ndufa7","mt-nd5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","A0A8M9QI03","zgc:92850","WD repeat domain 93","ndufa7","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q498W6","zgc:92850","zgc:112053","ndufa7","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6P0T0","zgc:92850","ndufs8","ndufa7","ndufs8a","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q08BY0","zgc:92850","ndufaf7","ndufa7","ndufaf7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6P119","zgc:92850","si:dkeyp-118h9.4","ndufa7","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6PBK0","zgc:92850","fj49f11","ndufa7","ndufb4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q6P5L5","zgc:92850","nduf8","ndufa7","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIY3","zgc:92850","mt-nd3","ndufa7","mt-nd3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","F1Q4N4","zgc:92850","im:7149850","ndufa7","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","B0S673","zgc:92850","coa1","ndufa7","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q7SXE9","zgc:92850","zgc:66391","ndufa7","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIY9","zgc:92850","mt-nd2","ndufa7","mt-nd2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIZ0","zgc:92850","mt-nd1","ndufa7","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","F1QQ42","zgc:92850","zgc:86674","ndufa7","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","Q9MIX9","zgc:92850","mt-nd6","ndufa7","mt-nd6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000053284","physical","txid7955" +"Q6DGM9","B3DI94","zgc:92850","tmem186","ndufa7","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000053284","physical","txid7955" +"Q502E4","Q6PBN0","DKEYP-88A5.2","wu:fb78c03","Q502E4","ndufb2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6AZA2","DKEYP-88A5.2","wu:fc01f01","Q502E4","Q6AZA2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q9MIY0","DKEYP-88A5.2","mt-nd5","Q502E4","mt-nd5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","A0A8M9QI03","DKEYP-88A5.2","WD repeat domain 93","Q502E4","A0A8M9QI03","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","F1QQ42","DKEYP-88A5.2","zgc:86674","Q502E4","ndufa1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6P119","DKEYP-88A5.2","si:dkeyp-118h9.4","Q502E4","Q6P119","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6DGM9","DKEYP-88A5.2","zgc:92850","Q502E4","ndufa7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6PC22","DKEYP-88A5.2","zgc:73139","Q502E4","ndufa8","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","F1Q4N4","DKEYP-88A5.2","im:7149850","Q502E4","ndufs2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q9MIY9","DKEYP-88A5.2","mt-nd2","Q502E4","mt-nd2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q7SXE9","DKEYP-88A5.2","zgc:66391","Q502E4","Q7SXE9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6PBJ6","DKEYP-88A5.2","zgc:73375","Q502E4","ndufb6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","F1QHE9","DKEYP-88A5.2","fj19d10","Q502E4","ndufs7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","A8E5B7","DKEYP-88A5.2","hm:zeh0024","Q502E4","ndufb5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","A9C3R5","DKEYP-88A5.2","ndufa12l","Q502E4","ndufaf2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","string-db","7955.ENSDARP00000091479/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q9MIZ0","DKEYP-88A5.2","mt-nd1","Q502E4","mt-nd1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6P5L5","DKEYP-88A5.2","nduf8","Q502E4","Q6P5L5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","A0A0R4IV80","DKEYP-88A5.2","si:ch211-235e9.6","Q502E4","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q5BJA2","DKEYP-88A5.2","zgc:114172","Q502E4","Q5BJA2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q6P0T0","DKEYP-88A5.2","ndufs8","Q502E4","ndufs8a","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q567Y4","DKEYP-88A5.2","wu:fb10b03","Q502E4","ndufb9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000051054","physical","txid7955" +"Q502E4","Q498W6","DKEYP-88A5.2","zgc:112053","Q502E4","Q498W6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000051054","physical","txid7955" +"A8E5B7","A0A0R4IV80","hm:zeh0024","si:ch211-235e9.6","ndufb5","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","A1L1F1","hm:zeh0024","ndufaf3","ndufb5","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","A3KP37","hm:zeh0024","ndufaf5","ndufb5","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","F1QQ42","hm:zeh0024","zgc:86674","ndufb5","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","Q6P119","hm:zeh0024","si:dkeyp-118h9.4","ndufb5","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","E7FDX3","hm:zeh0024","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufb5","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","B0S673","hm:zeh0024","coa1","ndufb5","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","F1Q4N4","hm:zeh0024","im:7149850","ndufb5","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","Q498W6","hm:zeh0024","zgc:112053","ndufb5","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","B3DI94","hm:zeh0024","tmem186","ndufb5","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","A0A8M9QI03","hm:zeh0024","WD repeat domain 93","ndufb5","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","Q6PBN0","hm:zeh0024","wu:fb78c03","ndufb5","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","F1QHE9","hm:zeh0024","fj19d10","ndufb5","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000095073","physical","txid7955" +"A8E5B7","Q6P5L5","hm:zeh0024","nduf8","ndufb5","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000095073","physical","txid7955" +"Q9MIY0","F1Q4N4","mt-nd5","im:7149850","mt-nd5","ndufs2","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","A0A0R4IV80","mt-nd5","si:ch211-235e9.6","mt-nd5","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q9MIX9","mt-nd5","mt-nd6","mt-nd5","mt-nd6","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q6PBN0","mt-nd5","wu:fb78c03","mt-nd5","ndufb2","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q6P119","mt-nd5","si:dkeyp-118h9.4","mt-nd5","Q6P119","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","F1QQ42","mt-nd5","zgc:86674","mt-nd5","ndufa1","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q6P5L5","mt-nd5","nduf8","mt-nd5","Q6P5L5","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q5BJA2","mt-nd5","zgc:114172","mt-nd5","Q5BJA2","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","Q498W6","mt-nd5","zgc:112053","mt-nd5","Q498W6","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","A0A8M9QI03","mt-nd5","WD repeat domain 93","mt-nd5","A0A8M9QI03","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","B0S673","mt-nd5","coa1","mt-nd5","B0S673","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","B3DI94","mt-nd5","tmem186","mt-nd5","tmem186","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","F1QHE9","mt-nd5","fj19d10","mt-nd5","ndufs7","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087879","physical","txid7955" +"Q9MIY0","A8E5B7","mt-nd5","hm:zeh0024","mt-nd5","ndufb5","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087879","physical","txid7955" +"Q498W6","A0A8M9QI03","zgc:112053","WD repeat domain 93","Q498W6","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000121890","physical","txid7955" +"Q498W6","Q6P119","zgc:112053","si:dkeyp-118h9.4","Q498W6","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000121890","physical","txid7955" +"Q498W6","A0A0R4IV80","zgc:112053","si:ch211-235e9.6","Q498W6","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000121890","physical","txid7955" +"F1QCE9","Q6PBN0","ndufab1","wu:fb78c03","ndufab1b","ndufb2","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q7SXE9","ndufab1","zgc:66391","ndufab1b","Q7SXE9","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6AZA2","ndufab1","wu:fc01f01","ndufab1b","Q6AZA2","Acyl carrier protein","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q9MIZ0","ndufab1","mt-nd1","ndufab1b","mt-nd1","Acyl carrier protein","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q4VBI5","ndufab1","zgc:112340","ndufab1b","ndufa2","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","string-db","7955.ENSDARP00000031098/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","F1Q4N4","ndufab1","im:7149850","ndufab1b","ndufs2","Acyl carrier protein","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","A0A0R4IV80","ndufab1","si:ch211-235e9.6","ndufab1b","si:ch211-235e9.6","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6DGM9","ndufab1","zgc:92850","ndufab1b","ndufa7","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q498W6","ndufab1","zgc:112053","ndufab1b","Q498W6","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6P5L5","ndufab1","nduf8","ndufab1b","Q6P5L5","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q9MIY9","ndufab1","mt-nd2","ndufab1b","mt-nd2","Acyl carrier protein","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q9MIY0","ndufab1","mt-nd5","ndufab1b","mt-nd5","Acyl carrier protein","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6P6E5","ndufab1","zgc:77820","ndufab1b","ndufb7","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","string-db","7955.ENSDARP00000043932/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","A0A8M9QI03","ndufab1","WD repeat domain 93","ndufab1b","A0A8M9QI03","Acyl carrier protein","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6P119","ndufab1","si:dkeyp-118h9.4","ndufab1b","Q6P119","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q502E4","ndufab1","DKEYP-88A5.2","ndufab1b","Q502E4","Acyl carrier protein","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","string-db","7955.ENSDARP00000051054/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6P0T0","ndufab1","ndufs8","ndufab1b","ndufs8a","Acyl carrier protein","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6PC22","ndufab1","zgc:73139","ndufab1b","ndufa8","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q5BJA2","ndufab1","zgc:114172","ndufab1b","Q5BJA2","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q567Y4","ndufab1","wu:fb10b03","ndufab1b","ndufb9","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","F1QHE9","ndufab1","fj19d10","ndufab1b","ndufs7","Acyl carrier protein","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","F1QQ42","ndufab1","zgc:86674","ndufab1b","ndufa1","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","Q6PBJ6","ndufab1","zgc:73375","ndufab1b","ndufb6","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000012558","physical","txid7955" +"F1QCE9","A8E5B7","ndufab1","hm:zeh0024","ndufab1b","ndufb5","Acyl carrier protein","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000012558","physical","txid7955" +"Q567Y4","Q6P119","wu:fb10b03","si:dkeyp-118h9.4","ndufb9","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","F1QQ42","wu:fb10b03","zgc:86674","ndufb9","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q08BY0","wu:fb10b03","ndufaf7","ndufb9","ndufaf7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q6PC22","wu:fb10b03","zgc:73139","ndufb9","ndufa8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIZ0","wu:fb10b03","mt-nd1","ndufb9","mt-nd1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","F1QHE9","wu:fb10b03","fj19d10","ndufb9","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","A3KP37","wu:fb10b03","ndufaf5","ndufb9","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q6PBN0","wu:fb10b03","wu:fb78c03","ndufb9","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIY9","wu:fb10b03","mt-nd2","ndufb9","mt-nd2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","F1Q4N4","wu:fb10b03","im:7149850","ndufb9","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q568N3","wu:fb10b03","timmdc1","ndufb9","Q568N3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q7SXE9","wu:fb10b03","zgc:66391","ndufb9","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIX9","wu:fb10b03","mt-nd6","ndufb9","mt-nd6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIY0","wu:fb10b03","mt-nd5","ndufb9","mt-nd5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","A0A8M9QI03","wu:fb10b03","WD repeat domain 93","ndufb9","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q6P5L5","wu:fb10b03","nduf8","ndufb9","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q5BJA2","wu:fb10b03","zgc:114172","ndufb9","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","E7FDX3","wu:fb10b03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufb9","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","A0A0R4IV80","wu:fb10b03","si:ch211-235e9.6","ndufb9","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q6PBK0","wu:fb10b03","fj49f11","ndufb9","ndufb4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIY3","wu:fb10b03","mt-nd3","ndufb9","mt-nd3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q498W6","wu:fb10b03","zgc:112053","ndufb9","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","B0S673","wu:fb10b03","coa1","ndufb9","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","B3DI94","wu:fb10b03","tmem186","ndufb9","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","A8E5B7","wu:fb10b03","hm:zeh0024","ndufb9","ndufb5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q1LYN0","wu:fb10b03","im:6897973","ndufb9","ndufb11","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","Q9MIY1","wu:fb10b03","mt-nd4","ndufb9","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000060549","physical","txid7955" +"Q567Y4","A1L1F1","wu:fb10b03","ndufaf3","ndufb9","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000060549","physical","txid7955" +"Q6P0T0","A1L1F1","ndufs8","ndufaf3","ndufs8a","ndufaf3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIZ0","ndufs8","mt-nd1","ndufs8a","mt-nd1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q6P5L5","ndufs8","nduf8","ndufs8a","Q6P5L5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIX9","ndufs8","mt-nd6","ndufs8a","mt-nd6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q1LYN0","ndufs8","im:6897973","ndufs8a","ndufb11","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","A0A8M9QI03","ndufs8","WD repeat domain 93","ndufs8a","A0A8M9QI03","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q568N3","ndufs8","timmdc1","ndufs8a","Q568N3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","F1QQ42","ndufs8","zgc:86674","ndufs8a","ndufa1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q567Y4","ndufs8","wu:fb10b03","ndufs8a","ndufb9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q6PBK0","ndufs8","fj49f11","ndufs8a","ndufb4","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIY1","ndufs8","mt-nd4","ndufs8a","Q9MIY1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIY9","ndufs8","mt-nd2","ndufs8a","mt-nd2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q6P119","ndufs8","si:dkeyp-118h9.4","ndufs8a","Q6P119","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","F1Q4N4","ndufs8","im:7149850","ndufs8a","ndufs2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q6PC22","ndufs8","zgc:73139","ndufs8a","ndufa8","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","A3KP37","ndufs8","ndufaf5","ndufs8a","A3KP37","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","B0S673","ndufs8","coa1","ndufs8a","B0S673","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q5BJA2","ndufs8","zgc:114172","ndufs8a","Q5BJA2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","A8E5B7","ndufs8","hm:zeh0024","ndufs8a","ndufb5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q6PBN0","ndufs8","wu:fb78c03","ndufs8a","ndufb2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","F1QHE9","ndufs8","fj19d10","ndufs8a","ndufs7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q08BY0","ndufs8","ndufaf7","ndufs8a","ndufaf7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q498W6","ndufs8","zgc:112053","ndufs8a","Q498W6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIY0","ndufs8","mt-nd5","ndufs8a","mt-nd5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q9MIY3","ndufs8","mt-nd3","ndufs8a","mt-nd3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","A0A0R4IV80","ndufs8","si:ch211-235e9.6","ndufs8a","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","B3DI94","ndufs8","tmem186","ndufs8a","tmem186","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","E7FDX3","ndufs8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufs8a","E7FDX3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000059226","physical","txid7955" +"Q6P0T0","Q7SXE9","ndufs8","zgc:66391","ndufs8a","Q7SXE9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000059226","physical","txid7955" +"A0A8M9QI03","Q6P119","WD repeat domain 93","si:dkeyp-118h9.4","A0A8M9QI03","Q6P119","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000143197","physical","txid7955" +"Q9MIZ0","Q6P119","mt-nd1","si:dkeyp-118h9.4","mt-nd1","Q6P119","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","F1QQ42","mt-nd1","zgc:86674","mt-nd1","ndufa1","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","A8E5B7","mt-nd1","hm:zeh0024","mt-nd1","ndufb5","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","A0A8M9QI03","mt-nd1","WD repeat domain 93","mt-nd1","A0A8M9QI03","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","B0S673","mt-nd1","coa1","mt-nd1","B0S673","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","F1Q4N4","mt-nd1","im:7149850","mt-nd1","ndufs2","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q6P5L5","mt-nd1","nduf8","mt-nd1","Q6P5L5","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","A1L1F1","mt-nd1","ndufaf3","mt-nd1","ndufaf3","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q5BJA2","mt-nd1","zgc:114172","mt-nd1","Q5BJA2","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","E7FDX3","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","mt-nd1","E7FDX3","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIY0","mt-nd1","mt-nd5","mt-nd1","mt-nd5","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","F1QHE9","mt-nd1","fj19d10","mt-nd1","ndufs7","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIX9","mt-nd1","mt-nd6","mt-nd1","mt-nd6","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","B3DI94","mt-nd1","tmem186","mt-nd1","tmem186","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIY9","mt-nd1","mt-nd2","mt-nd1","mt-nd2","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIY3","mt-nd1","mt-nd3","mt-nd1","mt-nd3","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q6PBN0","mt-nd1","wu:fb78c03","mt-nd1","ndufb2","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","A3KP37","mt-nd1","ndufaf5","mt-nd1","A3KP37","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q498W6","mt-nd1","zgc:112053","mt-nd1","Q498W6","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIY1","mt-nd1","mt-nd4","mt-nd1","Q9MIY1","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","Q9MIY2","mt-nd1","mt-nd4l","mt-nd1","mt-nd4l","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","string-db","7955.ENSDARP00000087877/7955.ENSDARP00000087869","physical","txid7955" +"Q9MIZ0","A0A0R4IV80","mt-nd1","si:ch211-235e9.6","mt-nd1","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087869","physical","txid7955" +"F1QHE9","A3KP37","fj19d10","ndufaf5","ndufs7","A3KP37","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","B0S673","fj19d10","coa1","ndufs7","B0S673","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","Q498W6","fj19d10","zgc:112053","ndufs7","Q498W6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","Q6P119","fj19d10","si:dkeyp-118h9.4","ndufs7","Q6P119","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","B3DI94","fj19d10","tmem186","ndufs7","tmem186","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","A0A0R4IV80","fj19d10","si:ch211-235e9.6","ndufs7","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","A0A8M9QI03","fj19d10","WD repeat domain 93","ndufs7","A0A8M9QI03","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","Q6PBN0","fj19d10","wu:fb78c03","ndufs7","ndufb2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","E7FDX3","fj19d10","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufs7","E7FDX3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","Q5CZW0","fj19d10","zgc:113197","ndufs7","ndufaf1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","string-db","7955.ENSDARP00000118047/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","A1L1F1","fj19d10","ndufaf3","ndufs7","ndufaf3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000098301","physical","txid7955" +"F1QHE9","F1QQ42","fj19d10","zgc:86674","ndufs7","ndufa1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000098301","physical","txid7955" +"Q6P119","A1L1F1","si:dkeyp-118h9.4","ndufaf3","Q6P119","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000155189","physical","txid7955" +"Q6P119","B3DI94","si:dkeyp-118h9.4","tmem186","Q6P119","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000155189","physical","txid7955" +"Q6PC22","Q9MIY0","zgc:73139","mt-nd5","ndufa8","mt-nd5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","F1QQ42","zgc:73139","zgc:86674","ndufa8","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","F1QHE9","zgc:73139","fj19d10","ndufa8","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q9MIZ0","zgc:73139","mt-nd1","ndufa8","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q9MIX9","zgc:73139","mt-nd6","ndufa8","mt-nd6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q498W6","zgc:73139","zgc:112053","ndufa8","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","A0A8M9QI03","zgc:73139","WD repeat domain 93","ndufa8","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q6P119","zgc:73139","si:dkeyp-118h9.4","ndufa8","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","E7FDX3","zgc:73139","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufa8","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q9MIY3","zgc:73139","mt-nd3","ndufa8","mt-nd3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","A8E5B7","zgc:73139","hm:zeh0024","ndufa8","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q6PBN0","zgc:73139","wu:fb78c03","ndufa8","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q6P5L5","zgc:73139","nduf8","ndufa8","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q9MIY9","zgc:73139","mt-nd2","ndufa8","mt-nd2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","B3DI94","zgc:73139","tmem186","ndufa8","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","A0A0R4IV80","zgc:73139","si:ch211-235e9.6","ndufa8","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","A1L1F1","zgc:73139","ndufaf3","ndufa8","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q9MIY1","zgc:73139","mt-nd4","ndufa8","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","B0S673","zgc:73139","coa1","ndufa8","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","A3KP37","zgc:73139","ndufaf5","ndufa8","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","F1Q4N4","zgc:73139","im:7149850","ndufa8","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000075289","physical","txid7955" +"Q6PC22","Q5BJA2","zgc:73139","zgc:114172","ndufa8","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000075289","physical","txid7955" +"Q6AZA2","A8E5B7","wu:fc01f01","hm:zeh0024","Q6AZA2","ndufb5","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","F1QHE9","wu:fc01f01","fj19d10","Q6AZA2","ndufs7","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6P5L5","wu:fc01f01","nduf8","Q6AZA2","Q6P5L5","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q498W6","wu:fc01f01","zgc:112053","Q6AZA2","Q498W6","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6P0T0","wu:fc01f01","ndufs8","Q6AZA2","ndufs8a","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q567Y4","wu:fc01f01","wu:fb10b03","Q6AZA2","ndufb9","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","A0A8M9QI03","wu:fc01f01","WD repeat domain 93","Q6AZA2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q9MIY9","wu:fc01f01","mt-nd2","Q6AZA2","mt-nd2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6PBN0","wu:fc01f01","wu:fb78c03","Q6AZA2","ndufb2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6PC22","wu:fc01f01","zgc:73139","Q6AZA2","ndufa8","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q9MIZ0","wu:fc01f01","mt-nd1","Q6AZA2","mt-nd1","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6PBJ6","wu:fc01f01","zgc:73375","Q6AZA2","ndufb6","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","F1Q4N4","wu:fc01f01","im:7149850","Q6AZA2","ndufs2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q7SXE9","wu:fc01f01","zgc:66391","Q6AZA2","Q7SXE9","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6P119","wu:fc01f01","si:dkeyp-118h9.4","Q6AZA2","Q6P119","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q9MIY0","wu:fc01f01","mt-nd5","Q6AZA2","mt-nd5","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","F1QQ42","wu:fc01f01","zgc:86674","Q6AZA2","ndufa1","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q9MIY2","wu:fc01f01","mt-nd4l","Q6AZA2","mt-nd4l","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","string-db","7955.ENSDARP00000087877/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","A0A0R4IV80","wu:fc01f01","si:ch211-235e9.6","Q6AZA2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q5BJA2","wu:fc01f01","zgc:114172","Q6AZA2","Q5BJA2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","Q6DGM9","wu:fc01f01","zgc:92850","Q6AZA2","ndufa7","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000052929","physical","txid7955" +"Q6AZA2","A9C3R5","wu:fc01f01","ndufa12l","Q6AZA2","ndufaf2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","string-db","7955.ENSDARP00000091479/7955.ENSDARP00000052929","physical","txid7955" +"Q4VBI5","Q502E4","zgc:112340","DKEYP-88A5.2","ndufa2","Q502E4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","string-db","7955.ENSDARP00000051054/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q5BJA2","zgc:112340","zgc:114172","ndufa2","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIY0","zgc:112340","mt-nd5","ndufa2","mt-nd5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIX9","zgc:112340","mt-nd6","ndufa2","mt-nd6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","F1Q4N4","zgc:112340","im:7149850","ndufa2","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q1LYN0","zgc:112340","im:6897973","ndufa2","ndufb11","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","E7FDX3","zgc:112340","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufa2","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","B0S673","zgc:112340","coa1","ndufa2","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q567Y4","zgc:112340","wu:fb10b03","ndufa2","ndufb9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6DGM9","zgc:112340","zgc:92850","ndufa2","ndufa7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6P119","zgc:112340","si:dkeyp-118h9.4","ndufa2","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6P6E5","zgc:112340","zgc:77820","ndufa2","ndufb7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","string-db","7955.ENSDARP00000043932/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIY3","zgc:112340","mt-nd3","ndufa2","mt-nd3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6P0T0","zgc:112340","ndufs8","ndufa2","ndufs8a","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIY9","zgc:112340","mt-nd2","ndufa2","mt-nd2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6PBK0","zgc:112340","fj49f11","ndufa2","ndufb4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q568N3","zgc:112340","timmdc1","ndufa2","Q568N3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","F1QHE9","zgc:112340","fj19d10","ndufa2","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6PBH5","zgc:112340","ndufa4","ndufa2","Q6PBH5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000055018/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","B3DI94","zgc:112340","tmem186","ndufa2","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6PBJ6","zgc:112340","zgc:73375","ndufa2","ndufb6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6PBN0","zgc:112340","wu:fb78c03","ndufa2","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","A8E5B7","zgc:112340","hm:zeh0024","ndufa2","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q08BY0","zgc:112340","ndufaf7","ndufa2","ndufaf7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","A3KP37","zgc:112340","ndufaf5","ndufa2","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIZ0","zgc:112340","mt-nd1","ndufa2","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6AZA2","zgc:112340","wu:fc01f01","ndufa2","Q6AZA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","F1QQ42","zgc:112340","zgc:86674","ndufa2","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q7SXE9","zgc:112340","zgc:66391","ndufa2","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","A1L1F1","zgc:112340","ndufaf3","ndufa2","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q9MIY1","zgc:112340","mt-nd4","ndufa2","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","A0A8M9QI03","zgc:112340","WD repeat domain 93","ndufa2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","A0A0R4IV80","zgc:112340","si:ch211-235e9.6","ndufa2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6PC22","zgc:112340","zgc:73139","ndufa2","ndufa8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q498W6","zgc:112340","zgc:112053","ndufa2","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000031098","physical","txid7955" +"Q4VBI5","Q6P5L5","zgc:112340","nduf8","ndufa2","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000031098","physical","txid7955" +"F1QQ42","A0A8M9QI03","zgc:86674","WD repeat domain 93","ndufa1","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","B0S673","zgc:86674","coa1","ndufa1","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","Q498W6","zgc:86674","zgc:112053","ndufa1","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","A3KP37","zgc:86674","ndufaf5","ndufa1","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","Q6PBN0","zgc:86674","wu:fb78c03","ndufa1","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","B3DI94","zgc:86674","tmem186","ndufa1","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","Q6P119","zgc:86674","si:dkeyp-118h9.4","ndufa1","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","A0A0R4IV80","zgc:86674","si:ch211-235e9.6","ndufa1","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000105154","physical","txid7955" +"F1QQ42","A1L1F1","zgc:86674","ndufaf3","ndufa1","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000105154","physical","txid7955" +"Q7SXE9","E7FDX3","zgc:66391","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","Q7SXE9","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q498W6","zgc:66391","zgc:112053","Q7SXE9","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","F1Q4N4","zgc:66391","im:7149850","Q7SXE9","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIY3","zgc:66391","mt-nd3","Q7SXE9","mt-nd3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","B0S673","zgc:66391","coa1","Q7SXE9","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q5BJA2","zgc:66391","zgc:114172","Q7SXE9","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","B3DI94","zgc:66391","tmem186","Q7SXE9","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","A0A0R4IV80","zgc:66391","si:ch211-235e9.6","Q7SXE9","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q6PBN0","zgc:66391","wu:fb78c03","Q7SXE9","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","A8E5B7","zgc:66391","hm:zeh0024","Q7SXE9","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIY0","zgc:66391","mt-nd5","Q7SXE9","mt-nd5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q6P5L5","zgc:66391","nduf8","Q7SXE9","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIX9","zgc:66391","mt-nd6","Q7SXE9","mt-nd6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","F1QHE9","zgc:66391","fj19d10","Q7SXE9","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q6P119","zgc:66391","si:dkeyp-118h9.4","Q7SXE9","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q1LYN0","zgc:66391","im:6897973","Q7SXE9","ndufb11","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","A3KP37","zgc:66391","ndufaf5","Q7SXE9","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","A1L1F1","zgc:66391","ndufaf3","Q7SXE9","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q6PBK0","zgc:66391","fj49f11","Q7SXE9","ndufb4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q6PC22","zgc:66391","zgc:73139","Q7SXE9","ndufa8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","A0A8M9QI03","zgc:66391","WD repeat domain 93","Q7SXE9","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q568N3","zgc:66391","timmdc1","Q7SXE9","Q568N3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","F1QQ42","zgc:66391","zgc:86674","Q7SXE9","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q08BY0","zgc:66391","ndufaf7","Q7SXE9","ndufaf7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIZ0","zgc:66391","mt-nd1","Q7SXE9","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIY1","zgc:66391","mt-nd4","Q7SXE9","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000062786","physical","txid7955" +"Q7SXE9","Q9MIY9","zgc:66391","mt-nd2","Q7SXE9","mt-nd2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000062786","physical","txid7955" +"Q502P6","F1Q4N4","zgc:111955","im:7149850","ndufs5","ndufs2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","F1QHE9","zgc:111955","fj19d10","ndufs5","ndufs7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q498W6","zgc:111955","zgc:112053","ndufs5","Q498W6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6P5L5","zgc:111955","nduf8","ndufs5","Q6P5L5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q9MIY0","zgc:111955","mt-nd5","ndufs5","mt-nd5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","A0A0R4IV80","zgc:111955","si:ch211-235e9.6","ndufs5","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6PBN0","zgc:111955","wu:fb78c03","ndufs5","ndufb2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6AZA2","zgc:111955","wu:fc01f01","ndufs5","Q6AZA2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q502E4","zgc:111955","DKEYP-88A5.2","ndufs5","Q502E4","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","string-db","7955.ENSDARP00000051054/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6PBJ6","zgc:111955","zgc:73375","ndufs5","ndufb6","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","A0A8M9QI03","zgc:111955","WD repeat domain 93","ndufs5","A0A8M9QI03","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6P6E5","zgc:111955","zgc:77820","ndufs5","ndufb7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","string-db","7955.ENSDARP00000043932/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6P0T0","zgc:111955","ndufs8","ndufs5","ndufs8a","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q5BJA2","zgc:111955","zgc:114172","ndufs5","Q5BJA2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q9MIY9","zgc:111955","mt-nd2","ndufs5","mt-nd2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q7SXE9","zgc:111955","zgc:66391","ndufs5","Q7SXE9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","A8E5B7","zgc:111955","hm:zeh0024","ndufs5","ndufb5","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q9MIZ0","zgc:111955","mt-nd1","ndufs5","mt-nd1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q567Y4","zgc:111955","wu:fb10b03","ndufs5","ndufb9","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","F1QQ42","zgc:111955","zgc:86674","ndufs5","ndufa1","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","F1QCE9","zgc:111955","ndufab1","ndufs5","ndufab1b","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","Acyl carrier protein","string-db","7955.ENSDARP00000012558/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q4VBI5","zgc:111955","zgc:112340","ndufs5","ndufa2","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","string-db","7955.ENSDARP00000031098/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6P119","zgc:111955","si:dkeyp-118h9.4","ndufs5","Q6P119","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6DGM9","zgc:111955","zgc:92850","ndufs5","ndufa7","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000011338","physical","txid7955" +"Q502P6","Q6PC22","zgc:111955","zgc:73139","ndufs5","ndufa8","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000011338","physical","txid7955" +"Q6PBJ6","Q6PBK0","zgc:73375","fj49f11","ndufb6","ndufb4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q6P119","zgc:73375","si:dkeyp-118h9.4","ndufb6","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q5CZW0","zgc:73375","zgc:113197","ndufb6","ndufaf1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","string-db","7955.ENSDARP00000118047/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","A0A8M9QI03","zgc:73375","WD repeat domain 93","ndufb6","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIZ0","zgc:73375","mt-nd1","ndufb6","mt-nd1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIY1","zgc:73375","mt-nd4","ndufb6","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","F1Q4N4","zgc:73375","im:7149850","ndufb6","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","B3DI94","zgc:73375","tmem186","ndufb6","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q6P0T0","zgc:73375","ndufs8","ndufb6","ndufs8a","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q6PC22","zgc:73375","zgc:73139","ndufb6","ndufa8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","A0A2R8QM83","zgc:73375","zgc:73348","ndufb6","A0A2R8QM83","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q567Y4","zgc:73375","wu:fb10b03","ndufb6","ndufb9","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","B0S673","zgc:73375","coa1","ndufb6","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","F1QQ42","zgc:73375","zgc:86674","ndufb6","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","A8E5B7","zgc:73375","hm:zeh0024","ndufb6","ndufb5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q498W6","zgc:73375","zgc:112053","ndufb6","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIX9","zgc:73375","mt-nd6","ndufb6","mt-nd6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q6P5L5","zgc:73375","nduf8","ndufb6","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIY9","zgc:73375","mt-nd2","ndufb6","mt-nd2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIY3","zgc:73375","mt-nd3","ndufb6","mt-nd3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q7SXE9","zgc:73375","zgc:66391","ndufb6","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","A0A0R4IV80","zgc:73375","si:ch211-235e9.6","ndufb6","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q1LYN0","zgc:73375","im:6897973","ndufb6","ndufb11","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q6PBN0","zgc:73375","wu:fb78c03","ndufb6","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q5BJA2","zgc:73375","zgc:114172","ndufb6","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","F1QHE9","zgc:73375","fj19d10","ndufb6","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q9MIY0","zgc:73375","mt-nd5","ndufb6","mt-nd5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000054204","physical","txid7955" +"Q6PBJ6","Q08CK1","zgc:73375","ecsit","ndufb6","Q08CK1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000054204","physical","txid7955" +"Q5BJA2","F1Q4N4","zgc:114172","im:7149850","Q5BJA2","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","Q6P5L5","zgc:114172","nduf8","Q5BJA2","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","A3KP37","zgc:114172","ndufaf5","Q5BJA2","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","F1QQ42","zgc:114172","zgc:86674","Q5BJA2","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","A0A0R4IV80","zgc:114172","si:ch211-235e9.6","Q5BJA2","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","Q6PBN0","zgc:114172","wu:fb78c03","Q5BJA2","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","E7FDX3","zgc:114172","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","Q5BJA2","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","A8E5B7","zgc:114172","hm:zeh0024","Q5BJA2","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","A1L1F1","zgc:114172","ndufaf3","Q5BJA2","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","A0A8M9QI03","zgc:114172","WD repeat domain 93","Q5BJA2","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","F1QHE9","zgc:114172","fj19d10","Q5BJA2","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","Q498W6","zgc:114172","zgc:112053","Q5BJA2","Q498W6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","Q6P119","zgc:114172","si:dkeyp-118h9.4","Q5BJA2","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","B3DI94","zgc:114172","tmem186","Q5BJA2","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000094070","physical","txid7955" +"Q5BJA2","B0S673","zgc:114172","coa1","Q5BJA2","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000094070","physical","txid7955" +"Q6P6E5","Q7SXE9","zgc:77820","zgc:66391","ndufb7","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q1LYN0","zgc:77820","im:6897973","ndufb7","ndufb11","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","A8E5B7","zgc:77820","hm:zeh0024","ndufb7","ndufb5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","F1QHE9","zgc:77820","fj19d10","ndufb7","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6PC22","zgc:77820","zgc:73139","ndufb7","ndufa8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIZ0","zgc:77820","mt-nd1","ndufb7","mt-nd1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIY0","zgc:77820","mt-nd5","ndufb7","mt-nd5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6PBN0","zgc:77820","wu:fb78c03","ndufb7","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","B3DI94","zgc:77820","tmem186","ndufb7","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIY1","zgc:77820","mt-nd4","ndufb7","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6AZA2","zgc:77820","wu:fc01f01","ndufb7","Q6AZA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] flavoprotein 1, mitochondrial (EC 7.1.1.2)","string-db","7955.ENSDARP00000052929/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIY9","zgc:77820","mt-nd2","ndufb7","mt-nd2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","A1L1F1","zgc:77820","ndufaf3","ndufb7","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIY3","zgc:77820","mt-nd3","ndufb7","mt-nd3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q9MIX9","zgc:77820","mt-nd6","ndufb7","mt-nd6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q502E4","zgc:77820","DKEYP-88A5.2","ndufb7","Q502E4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 4, mitochondrial","string-db","7955.ENSDARP00000051054/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q568N3","zgc:77820","timmdc1","ndufb7","Q568N3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6PBK0","zgc:77820","fj49f11","ndufb7","ndufb4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6P0T0","zgc:77820","ndufs8","ndufb7","ndufs8a","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","E7FDX3","zgc:77820","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufb7","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","B0S673","zgc:77820","coa1","ndufb7","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q08BY0","zgc:77820","ndufaf7","ndufb7","ndufaf7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q498W6","zgc:77820","zgc:112053","ndufb7","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","A3KP37","zgc:77820","ndufaf5","ndufb7","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6PBJ6","zgc:77820","zgc:73375","ndufb7","ndufb6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q5BJA2","zgc:77820","zgc:114172","ndufb7","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6DGM9","zgc:77820","zgc:92850","ndufb7","ndufa7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","A0A0R4IV80","zgc:77820","si:ch211-235e9.6","ndufb7","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","F1Q4N4","zgc:77820","im:7149850","ndufb7","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6P119","zgc:77820","si:dkeyp-118h9.4","ndufb7","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q567Y4","zgc:77820","wu:fb10b03","ndufb7","ndufb9","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","F1QQ42","zgc:77820","zgc:86674","ndufb7","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","A0A8M9QI03","zgc:77820","WD repeat domain 93","ndufb7","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000043932","physical","txid7955" +"Q6P6E5","Q6P5L5","zgc:77820","nduf8","ndufb7","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000043932","physical","txid7955" +"Q6P5L5","B0S673","nduf8","coa1","Q6P5L5","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","A0A0R4IV80","nduf8","si:ch211-235e9.6","Q6P5L5","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","E7F4T6","nduf8","si:dkey-118j18.1","Q6P5L5","E7F4T6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","Q498W6","nduf8","zgc:112053","Q6P5L5","Q498W6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","A3KP37","nduf8","ndufaf5","Q6P5L5","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","F1Q4N4","nduf8","im:7149850","Q6P5L5","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","F1QQ42","nduf8","zgc:86674","Q6P5L5","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","Q6PBN0","nduf8","wu:fb78c03","Q6P5L5","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","Q6P119","nduf8","si:dkeyp-118h9.4","Q6P5L5","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","A0A8M9QI03","nduf8","WD repeat domain 93","Q6P5L5","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","A1L1F1","nduf8","ndufaf3","Q6P5L5","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","B3DI94","nduf8","tmem186","Q6P5L5","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","E7FDX3","nduf8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","Q6P5L5","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000095947","physical","txid7955" +"Q6P5L5","F1QHE9","nduf8","fj19d10","Q6P5L5","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000095947","physical","txid7955" +"A0A0R4IV80","Q6P119","si:ch211-235e9.6","si:dkeyp-118h9.4","si:ch211-235e9.6","Q6P119","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000140562","physical","txid7955" +"A0A0R4IV80","A1L1F1","si:ch211-235e9.6","ndufaf3","si:ch211-235e9.6","ndufaf3","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000140562","physical","txid7955" +"A0A0R4IV80","A0A8M9QI03","si:ch211-235e9.6","WD repeat domain 93","si:ch211-235e9.6","A0A8M9QI03","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000140562","physical","txid7955" +"A0A0R4IV80","B0S673","si:ch211-235e9.6","coa1","si:ch211-235e9.6","B0S673","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000140562","physical","txid7955" +"A0A0R4IV80","B3DI94","si:ch211-235e9.6","tmem186","si:ch211-235e9.6","tmem186","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000140562","physical","txid7955" +"A9C3R5","Q498W6","ndufa12l","zgc:112053","ndufaf2","Q498W6","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000091479","physical","txid7955" +"Q9MIY9","A8E5B7","mt-nd2","hm:zeh0024","mt-nd2","ndufb5","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q6PBN0","mt-nd2","wu:fb78c03","mt-nd2","ndufb2","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q9MIY0","mt-nd2","mt-nd5","mt-nd2","mt-nd5","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q6P119","mt-nd2","si:dkeyp-118h9.4","mt-nd2","Q6P119","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","A0A2R8QM83","mt-nd2","zgc:73348","mt-nd2","A0A2R8QM83","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","B3DI94","mt-nd2","tmem186","mt-nd2","tmem186","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q5BJA2","mt-nd2","zgc:114172","mt-nd2","Q5BJA2","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q6P5L5","mt-nd2","nduf8","mt-nd2","Q6P5L5","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q9MIX9","mt-nd2","mt-nd6","mt-nd2","mt-nd6","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q9MIY3","mt-nd2","mt-nd3","mt-nd2","mt-nd3","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","F1QQ42","mt-nd2","zgc:86674","mt-nd2","ndufa1","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q9MIY1","mt-nd2","mt-nd4","mt-nd2","Q9MIY1","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","F1QHE9","mt-nd2","fj19d10","mt-nd2","ndufs7","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q498W6","mt-nd2","zgc:112053","mt-nd2","Q498W6","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q5CZW0","mt-nd2","zgc:113197","mt-nd2","ndufaf1","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","string-db","7955.ENSDARP00000118047/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q9MIY2","mt-nd2","mt-nd4l","mt-nd2","mt-nd4l","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","string-db","7955.ENSDARP00000087877/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","F1Q4N4","mt-nd2","im:7149850","mt-nd2","ndufs2","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","A0A0R4IV80","mt-nd2","si:ch211-235e9.6","mt-nd2","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","A0A8M9QI03","mt-nd2","WD repeat domain 93","mt-nd2","A0A8M9QI03","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","WD repeat domain 93 (WD repeat-containing protein 93 isoform X2)","string-db","7955.ENSDARP00000143197/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","Q08CK1","mt-nd2","ecsit","mt-nd2","Q08CK1","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000087870","physical","txid7955" +"Q9MIY9","B0S673","mt-nd2","coa1","mt-nd2","B0S673","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087870","physical","txid7955" +"Q1LWR1","Q5SNQ6","znrd1","si:dkey-12h9.4","polr1h","gtf2h5","DNA-directed RNA polymerase subunit","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A8M3B2X7","znrd1","si:ch73-376l24.6","polr1h","A0A8M3B2X7","DNA-directed RNA polymerase subunit","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q568H8","znrd1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr1h","polr2h","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","F1RDV9","znrd1","zgc:171795","polr1h","F1RDV9","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A2R9YJN8","znrd1","cb960","polr1h","ddx21","DNA-directed RNA polymerase subunit","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A5WWE3","znrd1","fc26a07","polr1h","A5WWE3","DNA-directed RNA polymerase subunit","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","B0S7C3","znrd1","Tcfubf","polr1h","ubtfl","DNA-directed RNA polymerase subunit","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A0R4IXF6","znrd1","kat2a","polr1h","kat2a","DNA-directed RNA polymerase subunit","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A8M3APY8","znrd1","myo1c","polr1h","A0A8M3APY8","DNA-directed RNA polymerase subunit","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q501W9","znrd1","zgc:112501","polr1h","polr1e","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","F1R096","znrd1","sh3bp5lb","polr1h","gtf2h4","DNA-directed RNA polymerase subunit","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A5D6S6","znrd1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr1h","polr2l","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A0R4I9V4","znrd1","DNA-directed RNA polymerase subunit","polr1h","polr1a","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","B8A552","znrd1","chunp6878","polr1h","B8A552","DNA-directed RNA polymerase subunit","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q1LUC3","znrd1","kat2b","polr1h","kat2b","DNA-directed RNA polymerase subunit","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q6DRL5","znrd1","mybbp1a","polr1h","Q6DRL5","DNA-directed RNA polymerase subunit","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","F1QQZ1","znrd1","Splicing factor 3B subunit 1 isoform X1","polr1h","sf3b1","DNA-directed RNA polymerase subunit","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","X1WGE9","znrd1","cd3eap","polr1h","polr1g","DNA-directed RNA polymerase subunit","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","F1Q5E7","znrd1","XPD","polr1h","ercc2","DNA-directed RNA polymerase subunit","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","E7FDD7","znrd1","polr2ea","polr1h","E7FDD7","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q6DGS5","znrd1","zgc:92790","polr1h","Q6DGS5","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","string-db","7955.ENSDARP00000053200/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q6PHG8","znrd1","polr1f","polr1h","Q6PHG8","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q6DRI4","znrd1","polr1d","polr1h","Q6DRI4","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","string-db","7955.ENSDARP00000054709/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","F1R6C4","znrd1","wu:fb82g12","polr1h","dek","DNA-directed RNA polymerase subunit","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","B8JKD7","znrd1","polr1b","polr1h","polr1b","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A6NA21","znrd1","fd20g07","polr1h","cavin1b","DNA-directed RNA polymerase subunit","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A0A0R4ICI5","znrd1","RNA polymerase I-specific transcription initiation factor RRN3","polr1h","rrn3","DNA-directed RNA polymerase subunit","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","Q5SP02","znrd1","si:ch211-180b22.3","polr1h","taf1a","DNA-directed RNA polymerase subunit","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000052357","physical","txid7955" +"Q1LWR1","A2BIL7","znrd1","baz1b","polr1h","A2BIL7","DNA-directed RNA polymerase subunit","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000052357","physical","txid7955" +"Q501W9","Q1LUC3","zgc:112501","kat2b","polr1e","kat2b","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","F1Q5E7","zgc:112501","XPD","polr1e","ercc2","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","B8JKD7","zgc:112501","polr1b","polr1e","polr1b","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A2R9YJN8","zgc:112501","cb960","polr1e","ddx21","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q568H8","zgc:112501","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr1e","polr2h","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","F1QQZ1","zgc:112501","Splicing factor 3B subunit 1 isoform X1","polr1e","sf3b1","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A6NA21","zgc:112501","fd20g07","polr1e","cavin1b","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","B8A552","zgc:112501","chunp6878","polr1e","B8A552","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","F1RDV9","zgc:112501","zgc:171795","polr1e","F1RDV9","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A5D6S6","zgc:112501","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr1e","polr2l","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A5WWE3","zgc:112501","fc26a07","polr1e","A5WWE3","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A8M3B2X7","zgc:112501","si:ch73-376l24.6","polr1e","A0A8M3B2X7","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","F1R096","zgc:112501","sh3bp5lb","polr1e","gtf2h4","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A0R4I9V4","zgc:112501","DNA-directed RNA polymerase subunit","polr1e","polr1a","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","E7FDD7","zgc:112501","polr2ea","polr1e","E7FDD7","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q6PHG8","zgc:112501","polr1f","polr1e","Q6PHG8","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A8M3APY8","zgc:112501","myo1c","polr1e","A0A8M3APY8","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q6DRL5","zgc:112501","mybbp1a","polr1e","Q6DRL5","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q6DRI4","zgc:112501","polr1d","polr1e","Q6DRI4","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","string-db","7955.ENSDARP00000054709/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A2BIL7","zgc:112501","baz1b","polr1e","A2BIL7","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q5SP02","zgc:112501","si:ch211-180b22.3","polr1e","taf1a","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A0R4ICI5","zgc:112501","RNA polymerase I-specific transcription initiation factor RRN3","polr1e","rrn3","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","Q5SNQ6","zgc:112501","si:dkey-12h9.4","polr1e","gtf2h5","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","X1WGE9","zgc:112501","cd3eap","polr1e","polr1g","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","A0A0R4IXF6","zgc:112501","kat2a","polr1e","kat2a","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","F1R6C4","zgc:112501","wu:fb82g12","polr1e","dek","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000054573","physical","txid7955" +"Q501W9","B0S7C3","zgc:112501","Tcfubf","polr1e","ubtfl","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000054573","physical","txid7955" +"Q6NY98","A5D6S6","rngtt","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rngtt","polr2l","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","F1RDV9","rngtt","zgc:171795","rngtt","F1RDV9","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q1MTD3","rngtt","rnmt","rngtt","rnmt","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q2V6H0","rngtt","zgc:85821","rngtt","Q2V6H0","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","A0A0R4IMS9","rngtt","DNA-directed RNA polymerase subunit","rngtt","polr2a","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","F1R096","rngtt","sh3bp5lb","rngtt","gtf2h4","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q1LVK2","rngtt","zgc:103515","rngtt","polr2i","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","F1Q5E7","rngtt","XPD","rngtt","ercc2","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q5SNQ6","rngtt","si:dkey-12h9.4","rngtt","gtf2h5","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q568H8","rngtt","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rngtt","polr2h","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q9DDT5","rngtt","supt5h","rngtt","Q9DDT5","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","B8JHR3","rngtt","gtf2f2","rngtt","gtf2f2a","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q7ZV11","rngtt","wu:fk48d01","rngtt","polr2c","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q7ZW41","rngtt","polr2g","rngtt","polr2g","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","A5WWE3","rngtt","fc26a07","rngtt","A5WWE3","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000040679","physical","txid7955" +"Q6NY98","Q4VBU5","rngtt","zgc:110005","rngtt","polr2j","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000040679","physical","txid7955" +"A0A8M3B2X7","A0A0R4I9V4","si:ch73-376l24.6","DNA-directed RNA polymerase subunit","A0A8M3B2X7","polr1a","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000121645","physical","txid7955" +"A0A8M3B2X7","F1RBT2","si:ch73-376l24.6","DNA helicase","A0A8M3B2X7","chd4b","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000121645","physical","txid7955" +"A0A8M3B2X7","A0A2R8RTX5","si:ch73-376l24.6","Metastasis-associated 1","A0A8M3B2X7","mta1","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000121645","physical","txid7955" +"A0A8M3B2X7","Q5SNQ6","si:ch73-376l24.6","si:dkey-12h9.4","A0A8M3B2X7","gtf2h5","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000121645","physical","txid7955" +"A0A0R4I9V4","A0A0R4ICI5","DNA-directed RNA polymerase subunit","RNA polymerase I-specific transcription initiation factor RRN3","polr1a","rrn3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000130633","physical","txid7955" +"A0A0R4I9V4","A2BIL7","DNA-directed RNA polymerase subunit","baz1b","polr1a","A2BIL7","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000130633","physical","txid7955" +"A0A0R4I9V4","A0A0R4IXF6","DNA-directed RNA polymerase subunit","kat2a","polr1a","kat2a","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000130633","physical","txid7955" +"A0A0R4I9V4","Q6DRL5","DNA-directed RNA polymerase subunit","mybbp1a","polr1a","Q6DRL5","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000130633","physical","txid7955" +"F1QC62","A0A0R4IXF6","fi26c04","kat2a","F1QC62","kat2a","Phoenix","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A0A0R4I9V4","fi26c04","DNA-directed RNA polymerase subunit","F1QC62","polr1a","Phoenix","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A0A8M3APY8","fi26c04","myo1c","F1QC62","A0A8M3APY8","Phoenix","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","F1QQZ1","fi26c04","Splicing factor 3B subunit 1 isoform X1","F1QC62","sf3b1","Phoenix","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q568H8","fi26c04","DNA-directed RNA polymerases I, II, and III subunit RPABC3","F1QC62","polr2h","Phoenix","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q6DGS5","fi26c04","zgc:92790","F1QC62","Q6DGS5","Phoenix","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","string-db","7955.ENSDARP00000053200/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q6DRI4","fi26c04","polr1d","F1QC62","Q6DRI4","Phoenix","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","string-db","7955.ENSDARP00000054709/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A2BIL7","fi26c04","baz1b","F1QC62","A2BIL7","Phoenix","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q5SNQ6","fi26c04","si:dkey-12h9.4","F1QC62","gtf2h5","Phoenix","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q2V6H0","fi26c04","zgc:85821","F1QC62","Q2V6H0","Phoenix","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","F1R6C4","fi26c04","wu:fb82g12","F1QC62","dek","Phoenix","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A5D6S6","fi26c04","DNA-directed RNA polymerases I, II, and III subunit RPABC5","F1QC62","polr2l","Phoenix","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q1LUC3","fi26c04","kat2b","F1QC62","kat2b","Phoenix","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","F1Q5E7","fi26c04","XPD","F1QC62","ercc2","Phoenix","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A0A0R4ICI5","fi26c04","RNA polymerase I-specific transcription initiation factor RRN3","F1QC62","rrn3","Phoenix","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","B0S7C3","fi26c04","Tcfubf","F1QC62","ubtfl","Phoenix","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","B8JKD7","fi26c04","polr1b","F1QC62","polr1b","Phoenix","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A5WWE3","fi26c04","fc26a07","F1QC62","A5WWE3","Phoenix","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","F1R096","fi26c04","sh3bp5lb","F1QC62","gtf2h4","Phoenix","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","E7FDD7","fi26c04","polr2ea","F1QC62","E7FDD7","Phoenix","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","F1RDV9","fi26c04","zgc:171795","F1QC62","F1RDV9","Phoenix","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q1LWR1","fi26c04","znrd1","F1QC62","polr1h","Phoenix","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","X1WGE9","fi26c04","cd3eap","F1QC62","polr1g","Phoenix","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q5SP02","fi26c04","si:ch211-180b22.3","F1QC62","taf1a","Phoenix","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q501W9","fi26c04","zgc:112501","F1QC62","polr1e","Phoenix","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A0A2R9YJN8","fi26c04","cb960","F1QC62","ddx21","Phoenix","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q6DRL5","fi26c04","mybbp1a","F1QC62","Q6DRL5","Phoenix","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","Q6PHG8","fi26c04","polr1f","F1QC62","Q6PHG8","Phoenix","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A0A8M3B2X7","fi26c04","si:ch73-376l24.6","F1QC62","A0A8M3B2X7","Phoenix","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","B8A552","fi26c04","chunp6878","F1QC62","B8A552","Phoenix","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000050878","physical","txid7955" +"F1QC62","A6NA21","fi26c04","fd20g07","F1QC62","cavin1b","Phoenix","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000050878","physical","txid7955" +"Q802D2","F1QF30","zgc:55690","cb162","ccnt2b","F1QF30","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q6IQD2","zgc:55690","wu:fb52f06","ccnt2b","eaf1","Cyclin T2b (Cyclin-T2) (Zgc:55690)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q6DGQ0","zgc:55690","supt4h1","ccnt2b","Q6DGQ0","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q7T319","zgc:55690","zgc:64163","ccnt2b","elof1","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1R096","zgc:55690","sh3bp5lb","ccnt2b","gtf2h4","Cyclin T2b (Cyclin-T2) (Zgc:55690)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","P52160","zgc:55690","myca","ccnt2b","P52160","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1RAF7","zgc:55690","LOC565819","ccnt2b","si:ch211-13k12.2","Cyclin T2b (Cyclin-T2) (Zgc:55690)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1R2K7","zgc:55690","cb244","ccnt2b","ell2","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q502M9","zgc:55690","zgc:92635","ccnt2b","elocb","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","A5WWE3","zgc:55690","fc26a07","ccnt2b","A5WWE3","Cyclin T2b (Cyclin-T2) (Zgc:55690)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q6P5M2","zgc:55690","skic8","ccnt2b","Q6P5M2","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","E7F7H1","zgc:55690","tceb3l","ccnt2b","eloal","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1QMB9","zgc:55690","ccnk","ccnt2b","F1QMB9","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","A5A4L9","zgc:55690","DUF140","ccnt2b","A5A4L9","Cyclin T2b (Cyclin-T2) (Zgc:55690)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q6NYV9","zgc:55690","leo1","ccnt2b","leo1","Cyclin T2b (Cyclin-T2) (Zgc:55690)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","E7F092","zgc:55690","Cyclin-dependent kinase 13","ccnt2b","cdk13","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q08BB8","zgc:55690","Occludin","ccnt2b","-","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1R6Y1","zgc:55690","Cyclin-dependent kinase 12","ccnt2b","cdk12","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","X1WHN7","zgc:55690","hrpt2","ccnt2b","cdc73","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q9DDT5","zgc:55690","supt5h","ccnt2b","Q9DDT5","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q4U0S5","zgc:55690","paf1","ccnt2b","Q4U0S5","Cyclin T2b (Cyclin-T2) (Zgc:55690)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q566Y1","zgc:55690","elp4","ccnt2b","Q566Y1","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q66IB1","zgc:55690","zgc:101879","ccnt2b","eloca","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q803Q8","zgc:55690","ccnt2","ccnt2b","Q803Q8","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","E7FFE0","zgc:55690","fi75f03","ccnt2b","nelfa","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q1LWQ2","zgc:55690","rdbp","ccnt2b","nelfe","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q7SXE8","zgc:55690","cdk9","ccnt2b","cdk9","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","Q5SNQ6","zgc:55690","si:dkey-12h9.4","ccnt2b","gtf2h5","Cyclin T2b (Cyclin-T2) (Zgc:55690)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F6NLJ7","zgc:55690","FACT complex subunit SSRP1","ccnt2b","ssrp1b","Cyclin T2b (Cyclin-T2) (Zgc:55690)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","F1QEB4","zgc:55690","ssrp1","ccnt2b","F1QEB4","Cyclin T2b (Cyclin-T2) (Zgc:55690)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","E7EZF8","zgc:55690","Interactor of little elongator complex ELL subunit 2","ccnt2b","ice2","Cyclin T2b (Cyclin-T2) (Zgc:55690)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000053044","physical","txid7955" +"Q802D2","I3ISK1","zgc:55690","AF4/FMR2 family member 4 isoform X2","ccnt2b","aff4","Cyclin T2b (Cyclin-T2) (Zgc:55690)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000053044","physical","txid7955" +"Q9DDT5","Q566Y1","supt5h","elp4","Q9DDT5","Q566Y1","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q66IB1","supt5h","zgc:101879","Q9DDT5","eloca","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q502M9","supt5h","zgc:92635","Q9DDT5","elocb","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q7SXE8","supt5h","cdk9","Q9DDT5","cdk9","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1RDV9","supt5h","zgc:171795","Q9DDT5","F1RDV9","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1QEB4","supt5h","ssrp1","Q9DDT5","F1QEB4","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q1MTD3","supt5h","rnmt","Q9DDT5","rnmt","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1R096","supt5h","sh3bp5lb","Q9DDT5","gtf2h4","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","E7F7H1","supt5h","tceb3l","Q9DDT5","eloal","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q5SNQ6","supt5h","si:dkey-12h9.4","Q9DDT5","gtf2h5","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1R6Y1","supt5h","Cyclin-dependent kinase 12","Q9DDT5","cdk12","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","E7F092","supt5h","Cyclin-dependent kinase 13","Q9DDT5","cdk13","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","A5WWE3","supt5h","fc26a07","Q9DDT5","A5WWE3","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","I3ISK1","supt5h","AF4/FMR2 family member 4 isoform X2","Q9DDT5","aff4","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q7ZW41","supt5h","polr2g","Q9DDT5","polr2g","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q08BB8","supt5h","Occludin","Q9DDT5","-","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","A5D6S6","supt5h","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q9DDT5","polr2l","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","X1WHN7","supt5h","hrpt2","Q9DDT5","cdc73","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F6NLJ7","supt5h","FACT complex subunit SSRP1","Q9DDT5","ssrp1b","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","A5A4L9","supt5h","DUF140","Q9DDT5","A5A4L9","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1QMB9","supt5h","ccnk","Q9DDT5","F1QMB9","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1RAF7","supt5h","LOC565819","Q9DDT5","si:ch211-13k12.2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q6IQD2","supt5h","wu:fb52f06","Q9DDT5","eaf1","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","E7FFE0","supt5h","fi75f03","Q9DDT5","nelfa","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q6P5M2","supt5h","skic8","Q9DDT5","Q6P5M2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q4U0S5","supt5h","paf1","Q9DDT5","Q4U0S5","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","A0A0R4IMS9","supt5h","DNA-directed RNA polymerase subunit","Q9DDT5","polr2a","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","B8JHR3","supt5h","gtf2f2","Q9DDT5","gtf2f2a","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q7T319","supt5h","zgc:64163","Q9DDT5","elof1","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q6DGQ0","supt5h","supt4h1","Q9DDT5","Q6DGQ0","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q6NYV9","supt5h","leo1","Q9DDT5","leo1","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1R2K7","supt5h","cb244","Q9DDT5","ell2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1Q5E7","supt5h","XPD","Q9DDT5","ercc2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","F1QF30","supt5h","cb162","Q9DDT5","F1QF30","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","Q1LWQ2","supt5h","rdbp","Q9DDT5","nelfe","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000062675","physical","txid7955" +"Q9DDT5","E7EZF8","supt5h","Interactor of little elongator complex ELL subunit 2","Q9DDT5","ice2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000062675","physical","txid7955" +"B0S7C3","A0A8M3B2X7","Tcfubf","si:ch73-376l24.6","ubtfl","A0A8M3B2X7","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","Q6PHG8","Tcfubf","polr1f","ubtfl","Q6PHG8","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","A0A0R4ICI5","Tcfubf","RNA polymerase I-specific transcription initiation factor RRN3","ubtfl","rrn3","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","A5D6S6","Tcfubf","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ubtfl","polr2l","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","A0A0R4I9V4","Tcfubf","DNA-directed RNA polymerase subunit","ubtfl","polr1a","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","Q5SNQ6","Tcfubf","si:dkey-12h9.4","ubtfl","gtf2h5","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","B8JKD7","Tcfubf","polr1b","ubtfl","polr1b","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","Q5SP02","Tcfubf","si:ch211-180b22.3","ubtfl","taf1a","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","A5WWE3","Tcfubf","fc26a07","ubtfl","A5WWE3","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","F1RDV9","Tcfubf","zgc:171795","ubtfl","F1RDV9","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","F1R096","Tcfubf","sh3bp5lb","ubtfl","gtf2h4","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","F1Q5E7","Tcfubf","XPD","ubtfl","ercc2","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000056633","physical","txid7955" +"B0S7C3","A6NA21","Tcfubf","fd20g07","ubtfl","cavin1b","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000056633","physical","txid7955" +"Q6PHG8","F1Q5E7","polr1f","XPD","Q6PHG8","ercc2","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","X1WGE9","polr1f","cd3eap","Q6PHG8","polr1g","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","Q6DRL5","polr1f","mybbp1a","Q6PHG8","Q6DRL5","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","Q5SP02","polr1f","si:ch211-180b22.3","Q6PHG8","taf1a","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","B8A552","polr1f","chunp6878","Q6PHG8","B8A552","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A0A0R4IXF6","polr1f","kat2a","Q6PHG8","kat2a","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","F1R096","polr1f","sh3bp5lb","Q6PHG8","gtf2h4","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A2BIL7","polr1f","baz1b","Q6PHG8","A2BIL7","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","Q5SNQ6","polr1f","si:dkey-12h9.4","Q6PHG8","gtf2h5","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A0A8M3B2X7","polr1f","si:ch73-376l24.6","Q6PHG8","A0A8M3B2X7","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A0A8M3APY8","polr1f","myo1c","Q6PHG8","A0A8M3APY8","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A0A0R4ICI5","polr1f","RNA polymerase I-specific transcription initiation factor RRN3","Q6PHG8","rrn3","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000104602","physical","txid7955" +"Q6PHG8","A0A0R4I9V4","polr1f","DNA-directed RNA polymerase subunit","Q6PHG8","polr1a","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000104602","physical","txid7955" +"Q1LVE4","Q6NV18","wu:fb12d05","nhej1","xpc","Q6NV18","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q7T2C1","wu:fb12d05","zgc:64071","xpc","cul4a","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","E9QGK9","wu:fb12d05","c19orf39","xpc","swsap1","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","A0A2R8PYT0","wu:fb12d05","zgc:65951","xpc","rad23b","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q6DHL4","wu:fb12d05","sumo2","xpc","sumo2","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F1R789","wu:fb12d05","Caltractin","xpc","cetn4","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","A4FVI0","wu:fb12d05","zswim7","xpc","zswim7","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F1Q5E7","wu:fb12d05","XPD","xpc","ercc2","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F1Q9E8","wu:fb12d05","zgc:165595","xpc","lig4","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q5SNQ6","wu:fb12d05","si:dkey-12h9.4","xpc","gtf2h5","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","B3DFL2","wu:fb12d05","im:7144246","xpc","B3DFL2","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q7SXA3","wu:fb12d05","zgc:66168","xpc","rps27a","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","A0A0N4SUD2","wu:fb12d05","Ubi-p63E","xpc","ubb","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F1QHN6","wu:fb12d05","im:7042025","xpc","ubc","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q2YDS1","wu:fb12d05","ddb2","xpc","ddb2","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q7SZR5","wu:fb12d05","sumo1","xpc","sumo1","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F8W428","wu:fb12d05","im:7140950","xpc","cul4b","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","E7F558","wu:fb12d05","Mismatch repair endonuclease PMS2","xpc","pms2","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","A5WWE3","wu:fb12d05","fc26a07","xpc","A5WWE3","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","Q5RGE5","wu:fb12d05","dclre1c","xpc","dclre1c","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000058099","physical","txid7955" +"Q1LVE4","F1R096","wu:fb12d05","sh3bp5lb","xpc","gtf2h4","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000058099","physical","txid7955" +"B8JKD7","A0A0R4IXF6","polr1b","kat2a","polr1b","kat2a","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","Q5SP02","polr1b","si:ch211-180b22.3","polr1b","taf1a","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","B8A552","polr1b","chunp6878","polr1b","B8A552","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","B1H1H9","polr1b","Pseudouridine synthase 7","polr1b","pus7","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","string-db","7955.ENSDARP00000133410/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","A2BIL7","polr1b","baz1b","polr1b","A2BIL7","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","F1R096","polr1b","sh3bp5lb","polr1b","gtf2h4","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","A0A8M3APY8","polr1b","myo1c","polr1b","A0A8M3APY8","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","A0A0R4ICI5","polr1b","RNA polymerase I-specific transcription initiation factor RRN3","polr1b","rrn3","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","A0A8M3B2X7","polr1b","si:ch73-376l24.6","polr1b","A0A8M3B2X7","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","Q6DRL5","polr1b","mybbp1a","polr1b","Q6DRL5","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","A0A0R4I9V4","polr1b","DNA-directed RNA polymerase subunit","polr1b","polr1a","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","F1Q5E7","polr1b","XPD","polr1b","ercc2","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","Q6PHG8","polr1b","polr1f","polr1b","Q6PHG8","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","X1WGE9","polr1b","cd3eap","polr1b","polr1g","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000100185","physical","txid7955" +"B8JKD7","Q5SNQ6","polr1b","si:dkey-12h9.4","polr1b","gtf2h5","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000100185","physical","txid7955" +"Q5RHR0","Q6DHL4","parp1","sumo2","parp1","sumo2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1R983","parp1","rbbp8","parp1","rbbp8","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1R096","parp1","sh3bp5lb","parp1","gtf2h4","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q5SNQ6","parp1","si:dkey-12h9.4","parp1","gtf2h5","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1R789","parp1","Caltractin","parp1","cetn4","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A5WWE3","parp1","fc26a07","parp1","A5WWE3","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A0A8M9QPT3","parp1","fc38f05","parp1","A0A8M9QPT3","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q6DRD3","parp1","polb","parp1","Q6DRD3","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","string-db","7955.ENSDARP00000017489/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q1RMA6","parp1","parpbp","parp1","Q1RMA6","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","PCNA-interacting partner (PARI) (PARP-1 binding protein) (PARP1-binding protein) (PARPBP)","string-db","7955.ENSDARP00000041528/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q1LVE4","parp1","wu:fb12d05","parp1","xpc","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1QJS3","parp1","DNA repair protein complementing XP-G cells","parp1","ercc5","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7SXA3","parp1","zgc:66168","parp1","rps27a","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A0A8M3BEN4","parp1","zgc:101599","parp1","A0A8M3BEN4","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","CDK-activating kinase assembly factor MAT1 (CDK7/cyclin-H assembly factor) (Menage a trois) (RING finger protein MAT1)","string-db","7955.ENSDARP00000027502/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7SZR5","parp1","sumo1","parp1","sumo1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q9I9P9","parp1","smad2","parp1","smad2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q504I6","parp1","ik:tdsubc_2g1","parp1","rpa2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q66I03","parp1","zgc:92126","parp1","Q66I03","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A0A0N4SUD2","parp1","Ubi-p63E","parp1","ubb","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7ZU90","parp1","chd1l","parp1","Q7ZU90","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","string-db","7955.ENSDARP00000022305/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1Q5E7","parp1","XPD","parp1","ercc2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1QJB6","parp1","non-specific serine/threonine protein kinase","parp1","atm","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7ZVV1","parp1","ercc3","parp1","Q7ZVV1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription and DNA repair factor IIH helicase subunit XPB (TFIIH subunit XPB) (EC 3.6.4.12) (DNA excision repair protein ERCC-3)","string-db","7955.ENSDARP00000010637/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q6TNU4","parp1","fen1","parp1","fen1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7T2C1","parp1","zgc:64071","parp1","cul4a","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q7ZVV4","parp1","wu:fb93b01","parp1","gtf2h2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","General transcription factor IIH subunit","string-db","7955.ENSDARP00000018901/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q8AWY9","parp1","hoxb7a","parp1","hoxb7a","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Homeobox protein Hox-B7a (Hox-B7)","string-db","7955.ENSDARP00000072915/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1Q4P4","parp1","DNA polymerase theta","parp1","polq","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA polymerase theta (Polymerase (DNA directed), theta)","string-db","7955.ENSDARP00000065555/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A0A8N7UW22","parp1","DNA repair protein RAD50","parp1","A0A8N7UW22","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q8AY15","parp1","madh3","parp1","smad3a","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q6NY87","parp1","zgc:77511","parp1","ercc1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q2V6H0","parp1","zgc:85821","parp1","Q2V6H0","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A0A2R8PYT0","parp1","zgc:65951","parp1","rad23b","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q2YDS1","parp1","ddb2","parp1","ddb2","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F8W428","parp1","im:7140950","parp1","cul4b","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","F1QHN6","parp1","im:7042025","parp1","ubc","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q5I2W8","parp1","nbn","parp1","nbn","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","B3DIF9","parp1","ETS translocation variant 1 isoform X1","parp1","etv1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","ETS translocation variant 1 isoform X1 (ETS variant transcription factor 1) (Etv1 protein)","string-db","7955.ENSDARP00000129920/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","A4FUL3","parp1","im:7137515","parp1","rbx1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000008364","physical","txid7955" +"Q5RHR0","Q6NY74","parp1","rpa1","parp1","rpa1","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000008364","physical","txid7955" +"Q2YDS1","B0QZE8","ddb2","iqwd1","ddb2","dcaf6","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q9DE36","ddb2","Slit homolog 2 protein precursor","ddb2","Q9DE36","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Slit homolog 2 protein precursor (Slit2)","psicquic","26190107;19109893","physical","txid7955" +"Q2YDS1","E9QCG0","ddb2","COMM domain-containing protein 6","ddb2","commd6","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F8W428","ddb2","im:7140950","ddb2","cul4b","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1QHN6","ddb2","im:7042025","ddb2","ubc","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1Q509","ddb2","zgc:153556","ddb2","commd4","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1QF18","ddb2","DDB1 and CUL4-associated factor 8","ddb2","dcaf8","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","B8A6D0","ddb2","murr1","ddb2","B8A6D0","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","A0A0R4IMY2","ddb2","zgc:73069","ddb2","A0A0R4IMY2","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q7T2A3","ddb2","dda1","ddb2","dda1","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","A0A2R8PYT0","ddb2","zgc:65951","ddb2","rad23b","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q6DHL4","ddb2","sumo2","ddb2","sumo2","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1R096","ddb2","sh3bp5lb","ddb2","gtf2h4","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","A0A0N4SUD2","ddb2","Ubi-p63E","ddb2","ubb","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","A0A0R4IUU4","ddb2","NEDD8-conjugating enzyme Ubc12","ddb2","si:ch1073-205c8.3","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q5RHX6","ddb2","dcun1d4","ddb2","Q5RHX6","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","A8WHR0","ddb2","dcaf17","ddb2","dcaf17","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q6PFV0","ddb2","wu:fd14c04","ddb2","fbxw5","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q5SNQ6","ddb2","si:dkey-12h9.4","ddb2","gtf2h5","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q7SXA3","ddb2","zgc:66168","ddb2","rps27a","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","X1WHY6","ddb2","ambra1b","ddb2","X1WHY6","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1QJS3","ddb2","DNA repair protein complementing XP-G cells","ddb2","ercc5","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","B3DJF2","ddb2","fc31b01","ddb2","B3DJF2","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","E7F3Z0","ddb2","DDB1 and CUL4-associated factor 15","ddb2","dcaf15","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","F1Q5E7","ddb2","XPD","ddb2","ercc2","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q7T2C1","ddb2","zgc:64071","ddb2","cul4a","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q6NXC6","ddb2","wu:fi47e09","ddb2","Q6NXC6","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000091438","physical","txid7955" +"Q2YDS1","Q6DG33","ddb2","wu:fc18d06","ddb2","det1","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","DET1 homolog isoform X1 (DET1 partner of COP1 E3 ubiquitin ligase) (De-etiolated homolog 1 (Arabidopsis)) (Det1 protein)","string-db","7955.ENSDARP00000141939/7955.ENSDARP00000091438","physical","txid7955" +"F1R3W0","F1QQZ1","taf1b","Splicing factor 3B subunit 1 isoform X1","taf1b","sf3b1","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q568H8","taf1b","DNA-directed RNA polymerases I, II, and III subunit RPABC3","taf1b","polr2h","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","B8A552","taf1b","chunp6878","taf1b","B8A552","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","F1Q5E7","taf1b","XPD","taf1b","ercc2","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q1LUC3","taf1b","kat2b","taf1b","kat2b","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A0R4I9V4","taf1b","DNA-directed RNA polymerase subunit","taf1b","polr1a","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A2R9YJN8","taf1b","cb960","taf1b","ddx21","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A2BIL7","taf1b","baz1b","taf1b","A2BIL7","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q6PHG8","taf1b","polr1f","taf1b","Q6PHG8","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A6NA21","taf1b","fd20g07","taf1b","cavin1b","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","string-db","7955.ENSDARP00000076902/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A5D6S6","taf1b","DNA-directed RNA polymerases I, II, and III subunit RPABC5","taf1b","polr2l","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A8M3B2X7","taf1b","si:ch73-376l24.6","taf1b","A0A8M3B2X7","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q5SP02","taf1b","si:ch211-180b22.3","taf1b","taf1a","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","F1R6C4","taf1b","wu:fb82g12","taf1b","dek","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DEK proto-oncogene (Protein DEK)","string-db","7955.ENSDARP00000058585/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q501W9","taf1b","zgc:112501","taf1b","polr1e","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q1LWR1","taf1b","znrd1","taf1b","polr1h","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000052357/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","F1R096","taf1b","sh3bp5lb","taf1b","gtf2h4","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","B8JKD7","taf1b","polr1b","taf1b","polr1b","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","F1QC62","taf1b","fi26c04","taf1b","F1QC62","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Phoenix","string-db","7955.ENSDARP00000050878/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q6DRL5","taf1b","mybbp1a","taf1b","Q6DRL5","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","B0S7C3","taf1b","Tcfubf","taf1b","ubtfl","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","string-db","7955.ENSDARP00000056633/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A0R4ICI5","taf1b","RNA polymerase I-specific transcription initiation factor RRN3","taf1b","rrn3","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q2V6H0","taf1b","zgc:85821","taf1b","Q2V6H0","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Cyclin-dependent kinase 7 (EC 2.7.11.23) (Cell division protein kinase 7)","string-db","7955.ENSDARP00000051002/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A5WWE3","taf1b","fc26a07","taf1b","A5WWE3","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","Q5SNQ6","taf1b","si:dkey-12h9.4","taf1b","gtf2h5","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","F1RDV9","taf1b","zgc:171795","taf1b","F1RDV9","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A0R4IXF6","taf1b","kat2a","taf1b","kat2a","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000049223","physical","txid7955" +"F1R3W0","A0A8M3APY8","taf1b","myo1c","taf1b","A0A8M3APY8","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000049223","physical","txid7955" +"E7F092","Q4U0S5","Cyclin-dependent kinase 13","paf1","cdk13","Q4U0S5","Cyclin-dependent kinase 13","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","I3ISK1","Cyclin-dependent kinase 13","AF4/FMR2 family member 4 isoform X2","cdk13","aff4","Cyclin-dependent kinase 13","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q6DGQ0","Cyclin-dependent kinase 13","supt4h1","cdk13","Q6DGQ0","Cyclin-dependent kinase 13","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","F6NLJ7","Cyclin-dependent kinase 13","FACT complex subunit SSRP1","cdk13","ssrp1b","Cyclin-dependent kinase 13","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q1LWQ2","Cyclin-dependent kinase 13","rdbp","cdk13","nelfe","Cyclin-dependent kinase 13","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","A5A4L9","Cyclin-dependent kinase 13","DUF140","cdk13","A5A4L9","Cyclin-dependent kinase 13","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q502M9","Cyclin-dependent kinase 13","zgc:92635","cdk13","elocb","Cyclin-dependent kinase 13","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","F1R096","Cyclin-dependent kinase 13","sh3bp5lb","cdk13","gtf2h4","Cyclin-dependent kinase 13","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","F1QMB9","Cyclin-dependent kinase 13","ccnk","cdk13","F1QMB9","Cyclin-dependent kinase 13","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","F1QEB4","Cyclin-dependent kinase 13","ssrp1","cdk13","F1QEB4","Cyclin-dependent kinase 13","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q566Y1","Cyclin-dependent kinase 13","elp4","cdk13","Q566Y1","Cyclin-dependent kinase 13","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q7T319","Cyclin-dependent kinase 13","zgc:64163","cdk13","elof1","Cyclin-dependent kinase 13","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","F1QF30","Cyclin-dependent kinase 13","cb162","cdk13","F1QF30","Cyclin-dependent kinase 13","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","E7F7H1","Cyclin-dependent kinase 13","tceb3l","cdk13","eloal","Cyclin-dependent kinase 13","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q6P5M2","Cyclin-dependent kinase 13","skic8","cdk13","Q6P5M2","Cyclin-dependent kinase 13","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","E7EZF8","Cyclin-dependent kinase 13","Interactor of little elongator complex ELL subunit 2","cdk13","ice2","Cyclin-dependent kinase 13","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","Q5SNQ6","Cyclin-dependent kinase 13","si:dkey-12h9.4","cdk13","gtf2h5","Cyclin-dependent kinase 13","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000098003","physical","txid7955" +"E7F092","X1WHN7","Cyclin-dependent kinase 13","hrpt2","cdk13","cdc73","Cyclin-dependent kinase 13","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000098003","physical","txid7955" +"F1R6Y1","F6NLJ7","Cyclin-dependent kinase 12","FACT complex subunit SSRP1","cdk12","ssrp1b","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q1LWQ2","Cyclin-dependent kinase 12","rdbp","cdk12","nelfe","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1QEB4","Cyclin-dependent kinase 12","ssrp1","cdk12","F1QEB4","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","I3ISK1","Cyclin-dependent kinase 12","AF4/FMR2 family member 4 isoform X2","cdk12","aff4","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1QF30","Cyclin-dependent kinase 12","cb162","cdk12","F1QF30","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q6DGQ0","Cyclin-dependent kinase 12","supt4h1","cdk12","Q6DGQ0","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","E7EZF8","Cyclin-dependent kinase 12","Interactor of little elongator complex ELL subunit 2","cdk12","ice2","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q7T319","Cyclin-dependent kinase 12","zgc:64163","cdk12","elof1","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","X1WHN7","Cyclin-dependent kinase 12","hrpt2","cdk12","cdc73","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1RAF7","Cyclin-dependent kinase 12","LOC565819","cdk12","si:ch211-13k12.2","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q5SNQ6","Cyclin-dependent kinase 12","si:dkey-12h9.4","cdk12","gtf2h5","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","E7F7H1","Cyclin-dependent kinase 12","tceb3l","cdk12","eloal","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","E7F092","Cyclin-dependent kinase 12","Cyclin-dependent kinase 13","cdk12","cdk13","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q502M9","Cyclin-dependent kinase 12","zgc:92635","cdk12","elocb","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q566Y1","Cyclin-dependent kinase 12","elp4","cdk12","Q566Y1","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q6IQD2","Cyclin-dependent kinase 12","wu:fb52f06","cdk12","eaf1","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q4U0S5","Cyclin-dependent kinase 12","paf1","cdk12","Q4U0S5","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1R2K7","Cyclin-dependent kinase 12","cb244","cdk12","ell2","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","A5WWE3","Cyclin-dependent kinase 12","fc26a07","cdk12","A5WWE3","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","A5A4L9","Cyclin-dependent kinase 12","DUF140","cdk12","A5A4L9","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","Q6P5M2","Cyclin-dependent kinase 12","skic8","cdk12","Q6P5M2","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1R096","Cyclin-dependent kinase 12","sh3bp5lb","cdk12","gtf2h4","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000087834","physical","txid7955" +"F1R6Y1","F1QMB9","Cyclin-dependent kinase 12","ccnk","cdk12","F1QMB9","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000087834","physical","txid7955" +"Q5SP02","A0A0R4IXF6","si:ch211-180b22.3","kat2a","taf1a","kat2a","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","A0A8M3B2X7","si:ch211-180b22.3","si:ch73-376l24.6","taf1a","A0A8M3B2X7","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","A0A0R4ICI5","si:ch211-180b22.3","RNA polymerase I-specific transcription initiation factor RRN3","taf1a","rrn3","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","A0A8M3APY8","si:ch211-180b22.3","myo1c","taf1a","A0A8M3APY8","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","F1R096","si:ch211-180b22.3","sh3bp5lb","taf1a","gtf2h4","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","Q5SNQ6","si:ch211-180b22.3","si:dkey-12h9.4","taf1a","gtf2h5","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","A0A0R4I9V4","si:ch211-180b22.3","DNA-directed RNA polymerase subunit","taf1a","polr1a","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","Q6DRL5","si:ch211-180b22.3","mybbp1a","taf1a","Q6DRL5","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","F1Q5E7","si:ch211-180b22.3","XPD","taf1a","ercc2","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000107952","physical","txid7955" +"Q5SP02","A2BIL7","si:ch211-180b22.3","baz1b","taf1a","A2BIL7","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000107952","physical","txid7955" +"Q1MTD3","A0A0R4IMS9","rnmt","DNA-directed RNA polymerase subunit","rnmt","polr2a","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","A5WWE3","rnmt","fc26a07","rnmt","A5WWE3","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","F1Q5E7","rnmt","XPD","rnmt","ercc2","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","Q5SNQ6","rnmt","si:dkey-12h9.4","rnmt","gtf2h5","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","F1RDV9","rnmt","zgc:171795","rnmt","F1RDV9","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","F1R096","rnmt","sh3bp5lb","rnmt","gtf2h4","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","Q9DFS6","rnmt","eif4ea","rnmt","Q9DFS6","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000083350","physical","txid7955" +"Q1MTD3","B8JHR3","rnmt","gtf2f2","rnmt","gtf2f2a","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000083350","physical","txid7955" +"Q6PBR5","A0A0R4IFI0","wu:fa12a02","Regulatory-associated protein of MTOR, complex 1","atp6v1g1","A0A0R4IFI0","V-type proton ATPase subunit G","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q504A1","wu:fa12a02","zgc:109987","atp6v1g1","Q504A1","V-type proton ATPase subunit G","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","F1R9A7","wu:fa12a02","ATPase H+-transporting accessory protein 1a","atp6v1g1","F1R9A7","V-type proton ATPase subunit G","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q0P3X8","wu:fa12a02","lamtor4","atp6v1g1","lamtor4","V-type proton ATPase subunit G","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q6DEG4","wu:fa12a02","lamtor2","atp6v1g1","Q6DEG4","V-type proton ATPase subunit G","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q08BA4","wu:fa12a02","slc38a9","atp6v1g1","slc38a9","V-type proton ATPase subunit G","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","string-db","7955.ENSDARP00000041067/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q08CD8","wu:fa12a02","zgc:153231","atp6v1g1","rhebl1","V-type proton ATPase subunit G","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","E7FA90","wu:fa12a02","si:dkey-176g4.2","atp6v1g1","lamtor5","V-type proton ATPase subunit G","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","E7FCD8","wu:fa12a02","H","atp6v1g1","atp6v1ab","V-type proton ATPase subunit G","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q503S6","wu:fa12a02","lamtor3","atp6v1g1","Q503S6","V-type proton ATPase subunit G","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q5XIY6","wu:fa12a02","atp6v1c1b","atp6v1g1","atp6v1c1b","V-type proton ATPase subunit G","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","E7FBZ6","wu:fa12a02","Ragulator complex protein LAMTOR1","atp6v1g1","E7FBZ6","V-type proton ATPase subunit G","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","B8A655","wu:fa12a02","V-type proton ATPase subunit a","atp6v1g1","B8A655","V-type proton ATPase subunit G","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q6PGV1","wu:fa12a02","atp6v0d1","atp6v1g1","atp6v0d1","V-type proton ATPase subunit G","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","F1QYM3","wu:fa12a02","wu:fb33a01","atp6v1g1","atp6v0b","V-type proton ATPase subunit G","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","A2AR67","wu:fa12a02","atp6ap1","atp6v1g1","A2AR67","V-type proton ATPase subunit G","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q803V5","wu:fa12a02","mlst8","atp6v1g1","Q803V5","V-type proton ATPase subunit G","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q6DRK0","wu:fa12a02","zgc:92923","atp6v1g1","atp6v1f","V-type proton ATPase subunit G","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","B0R0V8","wu:fa12a02","chunp6890","atp6v1g1","B0R0V8","V-type proton ATPase subunit G","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q6P041","wu:fa12a02","zgc:77708","atp6v1g1","atp6v0cb","V-type proton ATPase subunit G","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","E7F7W2","wu:fa12a02","V-type proton ATPase subunit a","atp6v1g1","atp6v0a2a","V-type proton ATPase subunit G","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000033069","physical","txid7955" +"Q6PBR5","Q5EAR6","wu:fa12a02","ccdc115","atp6v1g1","Q5EAR6","V-type proton ATPase subunit G","Coiled-coil domain-containing protein 115","string-db","7955.ENSDARP00000047014/7955.ENSDARP00000033069","physical","txid7955" +"E7FA90","E7EY34","si:dkey-176g4.2","AKT1 substrate 1","lamtor5","akt1s1","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","B0R0V8","si:dkey-176g4.2","chunp6890","lamtor5","B0R0V8","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","Q6NV39","si:dkey-176g4.2","im:7151147","lamtor5","Q6NV39","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","F1QYM3","si:dkey-176g4.2","wu:fb33a01","lamtor5","atp6v0b","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","Q803V5","si:dkey-176g4.2","mlst8","lamtor5","Q803V5","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","E7FCD8","si:dkey-176g4.2","H","lamtor5","atp6v1ab","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","E9QIB7","si:dkey-176g4.2","non-specific serine/threonine protein kinase","lamtor5","ulk1b","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","Q503S6","si:dkey-176g4.2","lamtor3","lamtor5","Q503S6","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","A0A2R8QPS5","si:dkey-176g4.2","ric1","lamtor5","A0A2R8QPS5","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","Q0P3X8","si:dkey-176g4.2","lamtor4","lamtor5","lamtor4","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000106008","physical","txid7955" +"E7FA90","A0A0R4IFI0","si:dkey-176g4.2","Regulatory-associated protein of MTOR, complex 1","lamtor5","A0A0R4IFI0","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000106008","physical","txid7955" +"Q08CD8","Q5MJ86","zgc:153231","gapdh-2","rhebl1","Q5MJ86","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Glyceraldehyde-3-phosphate dehydrogenase 2 (EC 1.2.1.12)","string-db","7955.ENSDARP00000058383/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","A0A0N4SUD2","zgc:153231","Ubi-p63E","rhebl1","ubb","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E9QIB7","zgc:153231","non-specific serine/threonine protein kinase","rhebl1","ulk1b","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","A0A0R4IFI0","zgc:153231","Regulatory-associated protein of MTOR, complex 1","rhebl1","A0A0R4IFI0","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q803V5","zgc:153231","mlst8","rhebl1","Q803V5","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q7T356","zgc:153231","ywhabb","rhebl1","Q7T356","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q3B736","zgc:153231","atg101","rhebl1","atg101","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q6DRK0","zgc:153231","zgc:92923","rhebl1","atp6v1f","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q5XJ10","zgc:153231","gapdh","rhebl1","Q5XJ10","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","string-db","7955.ENSDARP00000063799/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q6DEG4","zgc:153231","lamtor2","rhebl1","Q6DEG4","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E7FFM2","zgc:153231","RB1-inducible coiled-coil 1","rhebl1","E7FFM2","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E7EY34","zgc:153231","AKT1 substrate 1","rhebl1","akt1s1","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E7FBZ6","zgc:153231","Ragulator complex protein LAMTOR1","rhebl1","E7FBZ6","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q504A1","zgc:153231","zgc:109987","rhebl1","Q504A1","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q0P3X8","zgc:153231","lamtor4","rhebl1","lamtor4","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","F1QYM3","zgc:153231","wu:fb33a01","rhebl1","atp6v0b","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q503S6","zgc:153231","lamtor3","rhebl1","Q503S6","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E7FA90","zgc:153231","si:dkey-176g4.2","rhebl1","lamtor5","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","Q6PGV1","zgc:153231","atp6v0d1","rhebl1","atp6v0d1","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","B0R0V8","zgc:153231","chunp6890","rhebl1","B0R0V8","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","E7FCD8","zgc:153231","H","rhebl1","atp6v1ab","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000057222","physical","txid7955" +"Q08CD8","F1QHN6","zgc:153231","im:7042025","rhebl1","ubc","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000057222","physical","txid7955" +"Q7ZVX8","Q6PBR5","zgc:55524","wu:fa12a02","Q7ZVX8","atp6v1g1","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q803V5","zgc:55524","mlst8","Q7ZVX8","Q803V5","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q08BA4","zgc:55524","slc38a9","Q7ZVX8","slc38a9","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","string-db","7955.ENSDARP00000041067/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","A0A0R4IFI0","zgc:55524","Regulatory-associated protein of MTOR, complex 1","Q7ZVX8","A0A0R4IFI0","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","E7F7W2","zgc:55524","V-type proton ATPase subunit a","Q7ZVX8","atp6v0a2a","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q6P041","zgc:55524","zgc:77708","Q7ZVX8","atp6v0cb","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","B8A655","zgc:55524","V-type proton ATPase subunit a","Q7ZVX8","B8A655","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q0P3X8","zgc:55524","lamtor4","Q7ZVX8","lamtor4","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q5XIY6","zgc:55524","atp6v1c1b","Q7ZVX8","atp6v1c1b","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q503S6","zgc:55524","lamtor3","Q7ZVX8","Q503S6","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q5EAR6","zgc:55524","ccdc115","Q7ZVX8","Q5EAR6","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Coiled-coil domain-containing protein 115","string-db","7955.ENSDARP00000047014/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","F1R9A7","zgc:55524","ATPase H+-transporting accessory protein 1a","Q7ZVX8","F1R9A7","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","B0R0V8","zgc:55524","chunp6890","Q7ZVX8","B0R0V8","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","E7FBZ6","zgc:55524","Ragulator complex protein LAMTOR1","Q7ZVX8","E7FBZ6","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q6DEG4","zgc:55524","lamtor2","Q7ZVX8","Q6DEG4","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","A2AR67","zgc:55524","atp6ap1","Q7ZVX8","A2AR67","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q08CD8","zgc:55524","zgc:153231","Q7ZVX8","rhebl1","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","A2BEG0","zgc:55524","si:ch211-106a19.2","Q7ZVX8","A2BEG0","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000032264/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","E7FA90","zgc:55524","si:dkey-176g4.2","Q7ZVX8","lamtor5","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q6DRK0","zgc:55524","zgc:92923","Q7ZVX8","atp6v1f","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","E7FCD8","zgc:55524","H","Q7ZVX8","atp6v1ab","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q7T385","zgc:55524","atp6v1c1a","Q7ZVX8","Q7T385","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q6PGV1","zgc:55524","atp6v0d1","Q7ZVX8","atp6v0d1","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","Q504A1","zgc:55524","zgc:109987","Q7ZVX8","Q504A1","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000022320","physical","txid7955" +"Q7ZVX8","F1QYM3","zgc:55524","wu:fb33a01","Q7ZVX8","atp6v0b","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000022320","physical","txid7955" +"Q6DEG4","Q5M7Y2","lamtor2","zgc:92074","Q6DEG4","Q5M7Y2","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q7ZVK8","lamtor2","ERK1","Q6DEG4","mapk3","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7FFM2","lamtor2","RB1-inducible coiled-coil 1","Q6DEG4","E7FFM2","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q6DRK0","lamtor2","zgc:92923","Q6DEG4","atp6v1f","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7FA90","lamtor2","si:dkey-176g4.2","Q6DEG4","lamtor5","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q6DH44","lamtor2","wdr83","Q6DEG4","Q6DH44","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","string-db","7955.ENSDARP00000060977/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q504A1","lamtor2","zgc:109987","Q6DEG4","Q504A1","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q0P3X8","lamtor2","lamtor4","Q6DEG4","lamtor4","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q503S6","lamtor2","lamtor3","Q6DEG4","Q503S6","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7FCD8","lamtor2","H","Q6DEG4","atp6v1ab","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7FA21","lamtor2","smcr8a","Q6DEG4","smcr8a","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","string-db","7955.ENSDARP00000069232/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7EY34","lamtor2","AKT1 substrate 1","Q6DEG4","akt1s1","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q6PGV1","lamtor2","atp6v0d1","Q6DEG4","atp6v0d1","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q803V5","lamtor2","mlst8","Q6DEG4","Q803V5","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","B0R0V8","lamtor2","chunp6890","Q6DEG4","B0R0V8","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q6NV39","lamtor2","im:7151147","Q6DEG4","Q6NV39","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","F1QYM3","lamtor2","wu:fb33a01","Q6DEG4","atp6v0b","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q3B736","lamtor2","atg101","Q6DEG4","atg101","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E9QIB7","lamtor2","non-specific serine/threonine protein kinase","Q6DEG4","ulk1b","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","E7FBZ6","lamtor2","Ragulator complex protein LAMTOR1","Q6DEG4","E7FBZ6","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","A0A0R4IFI0","lamtor2","Regulatory-associated protein of MTOR, complex 1","Q6DEG4","A0A0R4IFI0","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","A0A2R8QPS5","lamtor2","ric1","Q6DEG4","A0A2R8QPS5","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000058324","physical","txid7955" +"Q6DEG4","Q7T356","lamtor2","ywhabb","Q6DEG4","Q7T356","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000058324","physical","txid7955" +"F1QIB5","Q504A1","zgc:162165","zgc:109987","rragd","Q504A1","Ras-related GTP-binding protein","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q6DEG4","zgc:162165","lamtor2","rragd","Q6DEG4","Ras-related GTP-binding protein","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q7SYE0","zgc:162165","atg13","rragd","atg13","Ras-related GTP-binding protein","Autophagy-related protein 13","string-db","7955.ENSDARP00000052323/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q7T385","zgc:162165","atp6v1c1a","rragd","Q7T385","Ras-related GTP-binding protein","V-type proton ATPase subunit C 1-A (V-ATPase subunit C 1-A) (Vacuolar proton pump subunit C 1-A)","string-db","7955.ENSDARP00000029343/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q3B736","zgc:162165","atg101","rragd","atg101","Ras-related GTP-binding protein","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","A0A0R4IFI0","zgc:162165","Regulatory-associated protein of MTOR, complex 1","rragd","A0A0R4IFI0","Ras-related GTP-binding protein","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q0P3X8","zgc:162165","lamtor4","rragd","lamtor4","Ras-related GTP-binding protein","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E7FA90","zgc:162165","si:dkey-176g4.2","rragd","lamtor5","Ras-related GTP-binding protein","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q6PGV1","zgc:162165","atp6v0d1","rragd","atp6v0d1","Ras-related GTP-binding protein","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q7T356","zgc:162165","ywhabb","rragd","Q7T356","Ras-related GTP-binding protein","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q08BA4","zgc:162165","slc38a9","rragd","slc38a9","Ras-related GTP-binding protein","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","string-db","7955.ENSDARP00000041067/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","F1QYM3","zgc:162165","wu:fb33a01","rragd","atp6v0b","Ras-related GTP-binding protein","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E7FFM2","zgc:162165","RB1-inducible coiled-coil 1","rragd","E7FFM2","Ras-related GTP-binding protein","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q503S6","zgc:162165","lamtor3","rragd","Q503S6","Ras-related GTP-binding protein","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E7EY34","zgc:162165","AKT1 substrate 1","rragd","akt1s1","Ras-related GTP-binding protein","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q803V5","zgc:162165","mlst8","rragd","Q803V5","Ras-related GTP-binding protein","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q6DRK0","zgc:162165","zgc:92923","rragd","atp6v1f","Ras-related GTP-binding protein","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E7FCD8","zgc:162165","H","rragd","atp6v1ab","Ras-related GTP-binding protein","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q08CD8","zgc:162165","zgc:153231","rragd","rhebl1","Ras-related GTP-binding protein","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","B0R0V8","zgc:162165","chunp6890","rragd","B0R0V8","Ras-related GTP-binding protein","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q6P041","zgc:162165","zgc:77708","rragd","atp6v0cb","Ras-related GTP-binding protein","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E9QIB7","zgc:162165","non-specific serine/threonine protein kinase","rragd","ulk1b","Ras-related GTP-binding protein","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q6PBR5","zgc:162165","wu:fa12a02","rragd","atp6v1g1","Ras-related GTP-binding protein","V-type proton ATPase subunit G","string-db","7955.ENSDARP00000033069/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","E7FBZ6","zgc:162165","Ragulator complex protein LAMTOR1","rragd","E7FBZ6","Ras-related GTP-binding protein","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","Q7ZVX8","zgc:162165","zgc:55524","rragd","Q7ZVX8","Ras-related GTP-binding protein","V-type proton ATPase subunit D (V-type proton ATPase subunit d) (Vacuolar proton pump subunit D)","string-db","7955.ENSDARP00000022320/7955.ENSDARP00000015934","physical","txid7955" +"F1QIB5","A0A0R4IZL6","zgc:162165","si:dkey-218f9.9","rragd","rragcb","Ras-related GTP-binding protein","Ras-related GTP-binding protein","string-db","7955.ENSDARP00000142003/7955.ENSDARP00000015934","physical","txid7955" +"Q0P3X8","Q503S6","lamtor4","lamtor3","lamtor4","Q503S6","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","Q6NV39","lamtor4","im:7151147","lamtor4","Q6NV39","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","F1QYM3","lamtor4","wu:fb33a01","lamtor4","atp6v0b","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","E7FCD8","lamtor4","H","lamtor4","atp6v1ab","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","E7EY34","lamtor4","AKT1 substrate 1","lamtor4","akt1s1","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","A0A2R8QPS5","lamtor4","ric1","lamtor4","A0A2R8QPS5","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","A0A0R4IFI0","lamtor4","Regulatory-associated protein of MTOR, complex 1","lamtor4","A0A0R4IFI0","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000115287","physical","txid7955" +"Q0P3X8","Q803V5","lamtor4","mlst8","lamtor4","Q803V5","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000115287","physical","txid7955" +"Q503S6","E7FCD8","lamtor3","H","Q503S6","atp6v1ab","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","Q5M7Y2","lamtor3","zgc:92074","Q503S6","Q5M7Y2","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","F1QYM3","lamtor3","wu:fb33a01","Q503S6","atp6v0b","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","A0A2R8QPS5","lamtor3","ric1","Q503S6","A0A2R8QPS5","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","A0A0R4IFI0","lamtor3","Regulatory-associated protein of MTOR, complex 1","Q503S6","A0A0R4IFI0","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","Q6NV39","lamtor3","im:7151147","Q503S6","Q6NV39","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","E7EY34","lamtor3","AKT1 substrate 1","Q503S6","akt1s1","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000116826","physical","txid7955" +"Q503S6","Q803V5","lamtor3","mlst8","Q503S6","Q803V5","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000116826","physical","txid7955" +"Q08BA4","Q6DEG4","slc38a9","lamtor2","slc38a9","Q6DEG4","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E7FCD8","slc38a9","H","slc38a9","atp6v1ab","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q0P3X8","slc38a9","lamtor4","slc38a9","lamtor4","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","B0R0V8","slc38a9","chunp6890","slc38a9","B0R0V8","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q6DRK0","slc38a9","zgc:92923","slc38a9","atp6v1f","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q3B736","slc38a9","atg101","slc38a9","atg101","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","F1QYM3","slc38a9","wu:fb33a01","slc38a9","atp6v0b","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q6PGV1","slc38a9","atp6v0d1","slc38a9","atp6v0d1","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q7SYE0","slc38a9","atg13","slc38a9","atg13","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Autophagy-related protein 13","string-db","7955.ENSDARP00000052323/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E7FA90","slc38a9","si:dkey-176g4.2","slc38a9","lamtor5","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q504A1","slc38a9","zgc:109987","slc38a9","Q504A1","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q503S6","slc38a9","lamtor3","slc38a9","Q503S6","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q7T356","slc38a9","ywhabb","slc38a9","Q7T356","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E7FBZ6","slc38a9","Ragulator complex protein LAMTOR1","slc38a9","E7FBZ6","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q6P041","slc38a9","zgc:77708","slc38a9","atp6v0cb","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E7FFM2","slc38a9","RB1-inducible coiled-coil 1","slc38a9","E7FFM2","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q803V5","slc38a9","mlst8","slc38a9","Q803V5","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E9QIB7","slc38a9","non-specific serine/threonine protein kinase","slc38a9","ulk1b","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","Q08CD8","slc38a9","zgc:153231","slc38a9","rhebl1","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","A0A0R4IFI0","slc38a9","Regulatory-associated protein of MTOR, complex 1","slc38a9","A0A0R4IFI0","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000041067","physical","txid7955" +"Q08BA4","E7EY34","slc38a9","AKT1 substrate 1","slc38a9","akt1s1","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000041067","physical","txid7955" +"F1R9A7","B8A655","ATPase H+-transporting accessory protein 1a","V-type proton ATPase subunit a","F1R9A7","B8A655","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","F1QYM3","ATPase H+-transporting accessory protein 1a","wu:fb33a01","F1R9A7","atp6v0b","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","Q7T2E8","ATPase H+-transporting accessory protein 1a","rhoac","F1R9A7","rhoac","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","Q504A1","ATPase H+-transporting accessory protein 1a","zgc:109987","F1R9A7","Q504A1","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","B0R0V8","ATPase H+-transporting accessory protein 1a","chunp6890","F1R9A7","B0R0V8","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","E7F7W2","ATPase H+-transporting accessory protein 1a","V-type proton ATPase subunit a","F1R9A7","atp6v0a2a","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","Q6DRK0","ATPase H+-transporting accessory protein 1a","zgc:92923","F1R9A7","atp6v1f","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","Q6PGV1","ATPase H+-transporting accessory protein 1a","atp6v0d1","F1R9A7","atp6v0d1","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","E7FCD8","ATPase H+-transporting accessory protein 1a","H","F1R9A7","atp6v1ab","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000060713","physical","txid7955" +"F1R9A7","A2AR67","ATPase H+-transporting accessory protein 1a","atp6ap1","F1R9A7","A2AR67","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000060713","physical","txid7955" +"E7FBZ6","E7EY34","Ragulator complex protein LAMTOR1","AKT1 substrate 1","E7FBZ6","akt1s1","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","B0R0V8","Ragulator complex protein LAMTOR1","chunp6890","E7FBZ6","B0R0V8","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","Q803V5","Ragulator complex protein LAMTOR1","mlst8","E7FBZ6","Q803V5","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","Q6DGB7","Ragulator complex protein LAMTOR1","rac3","E7FBZ6","rac3a","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","E7FA90","Ragulator complex protein LAMTOR1","si:dkey-176g4.2","E7FBZ6","lamtor5","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","A3QJU6","Ragulator complex protein LAMTOR1","zgc:136923","E7FBZ6","A3QJU6","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","Q0P3X8","Ragulator complex protein LAMTOR1","lamtor4","E7FBZ6","lamtor4","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","Q503S6","Ragulator complex protein LAMTOR1","lamtor3","E7FBZ6","Q503S6","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","E9QIB7","Ragulator complex protein LAMTOR1","non-specific serine/threonine protein kinase","E7FBZ6","ulk1b","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","A0A0R4IFI0","Ragulator complex protein LAMTOR1","Regulatory-associated protein of MTOR, complex 1","E7FBZ6","A0A0R4IFI0","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","A0A2R8QPS5","Ragulator complex protein LAMTOR1","ric1","E7FBZ6","A0A2R8QPS5","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","Q6NV39","Ragulator complex protein LAMTOR1","im:7151147","E7FBZ6","Q6NV39","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","P57094","Ragulator complex protein LAMTOR1","axin1","E7FBZ6","P57094","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","F1QYM3","Ragulator complex protein LAMTOR1","wu:fb33a01","E7FBZ6","atp6v0b","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","A9JRY8","Ragulator complex protein LAMTOR1","Rac family small GTPase 3b","E7FBZ6","rac3b","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000103059","physical","txid7955" +"E7FBZ6","E7FCD8","Ragulator complex protein LAMTOR1","H","E7FBZ6","atp6v1ab","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000103059","physical","txid7955" +"Q803V5","A0A8M2BKU4","mlst8","depdc6","Q803V5","A0A8M2BKU4","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","DEP domain-containing MTOR-interacting protein","string-db","7955.ENSDARP00000123498/7955.ENSDARP00000118004","physical","txid7955" +"Q803V5","A0A0R4IFI0","mlst8","Regulatory-associated protein of MTOR, complex 1","Q803V5","A0A0R4IFI0","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000118004","physical","txid7955" +"Q803V5","E7FCD8","mlst8","H","Q803V5","atp6v1ab","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000118004","physical","txid7955" +"Q803V5","X1WFB5","mlst8","si:ch211-147k10.5","Q803V5","X1WFB5","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","Proline-rich protein 5-like (Si:ch211-147k10.5)","string-db","7955.ENSDARP00000128919/7955.ENSDARP00000118004","physical","txid7955" +"Q803V5","E7EY34","mlst8","AKT1 substrate 1","Q803V5","akt1s1","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000118004","physical","txid7955" +"Q6PFT1","E7F9M6","fbp1","ATP-dependent 6-phosphofructokinase","fbp1a","pfkla","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000004866","physical","txid7955" +"Q6PFT1","Q7T337","fbp1","cb598","fbp1a","fbp1b","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","string-db","7955.ENSDARP00000051312/7955.ENSDARP00000004866","physical","txid7955" +"Q6PFT1","E7FDP2","fbp1","ATP-dependent 6-phosphofructokinase","fbp1a","E7FDP2","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000029635/7955.ENSDARP00000004866","physical","txid7955" +"Q6PFT1","A0A0R4ID68","fbp1","zgc:110298","fbp1a","pfklb","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000004866","physical","txid7955" +"Q6PFT1","Q66HV8","fbp1","pfkm","fbp1a","pfkma","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000023022/7955.ENSDARP00000004866","physical","txid7955" +"Q66HV8","A0A0R4ID68","pfkm","zgc:110298","pfkma","pfklb","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000023022","physical","txid7955" +"Q66HV8","Q7T337","pfkm","cb598","pfkma","fbp1b","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","string-db","7955.ENSDARP00000051312/7955.ENSDARP00000023022","physical","txid7955" +"Q66HV8","E7FDP2","pfkm","ATP-dependent 6-phosphofructokinase","pfkma","E7FDP2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000029635/7955.ENSDARP00000023022","physical","txid7955" +"Q66HV8","Q6NYJ9","pfkm","fa16e07","pfkma","ap2b1","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000023022","physical","txid7955" +"Q66HV8","E7F9M6","pfkm","ATP-dependent 6-phosphofructokinase","pfkma","pfkla","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000023022","physical","txid7955" +"Q66HV8","Q8JH71","pfkm","aldob","pfkma","aldob","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","string-db","7955.ENSDARP00000070225/7955.ENSDARP00000023022","physical","txid7955" +"E7F9M6","Q7ZW98","ATP-dependent 6-phosphofructokinase","ap2m1b","pfkla","Q7ZW98","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000079719","physical","txid7955" +"E7F9M6","Q6NYJ9","ATP-dependent 6-phosphofructokinase","fa16e07","pfkla","ap2b1","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000079719","physical","txid7955" +"E7F9M6","A0A0R4ID68","ATP-dependent 6-phosphofructokinase","zgc:110298","pfkla","pfklb","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000079719","physical","txid7955" +"Q7T337","E7F9M6","cb598","ATP-dependent 6-phosphofructokinase","fbp1b","pfkla","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000051312","physical","txid7955" +"Q7T337","A0A0R4ID68","cb598","zgc:110298","fbp1b","pfklb","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000051312","physical","txid7955" +"E7FDP2","Q7T337","ATP-dependent 6-phosphofructokinase","cb598","E7FDP2","fbp1b","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","string-db","7955.ENSDARP00000051312/7955.ENSDARP00000029635","physical","txid7955" +"E7FDP2","E7F9M6","ATP-dependent 6-phosphofructokinase","ATP-dependent 6-phosphofructokinase","E7FDP2","pfkla","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000029635","physical","txid7955" +"E7FDP2","A0A0R4ID68","ATP-dependent 6-phosphofructokinase","zgc:110298","E7FDP2","pfklb","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000029635","physical","txid7955" +"Q68EH4","F1QGH7","Blimp-1","ctnnb1","prdm1a","ctnnb1","PR domain zinc finger protein 1 (EC 2.1.1.-)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000004889","physical","txid7955" +"Q68EH4","O13166","Blimp-1","tle3a","prdm1a","O13166","PR domain zinc finger protein 1 (EC 2.1.1.-)","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000004889","physical","txid7955" +"Q68EH4","F1QC30","Blimp-1","fkd4","prdm1a","F1QC30","PR domain zinc finger protein 1 (EC 2.1.1.-)","Forkhead box A sequence","string-db","7955.ENSDARP00000106086/7955.ENSDARP00000004889","physical","txid7955" +"O13166","A8KBJ5","tle3a","si:ch1073-153i20.2","O13166","-","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000045678","physical","txid7955" +"O13166","Q6PI20","tle3a","h3f3a; h3f3b.1; h3-5; h3f3d","O13166","h3f3a;h3f3b.1;h3-5;h3f3d","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000045678","physical","txid7955" +"O13166","A0A140LG23","tle3a","si:dkey-23a13.21","O13166","A0A140LG23","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000045678","physical","txid7955" +"O13166","Q2WG80","tle3a","ripply1","O13166","Q2WG80","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Protein ripply1","string-db","7955.ENSDARP00000154427/7955.ENSDARP00000045678","physical","txid7955" +"O13166","F1R0K1","tle3a","TCF-1","O13166","elk4","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","string-db","7955.ENSDARP00000093624/7955.ENSDARP00000045678","physical","txid7955" +"O13166","Q4QRF4","tle3a","; ;","O13166","-","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000045678","physical","txid7955" +"O13166","Q90ZE2","tle3a","znf703","O13166","znf703","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","Zinc finger protein 703 (NocA-like zinc finger protein 1) (NocA-related zinc finger protein 1)","string-db","7955.ENSDARP00000051552/7955.ENSDARP00000045678","physical","txid7955" +"B3DJT0","F1Q511","sart3","acinus","B3DJT0","acin1b","Squamous cell carcinoma antigen recognized by T-cells 3 (SART-3)","Apoptotic chromatin condensation inducer 1b (Apoptotic chromatin condensation inducer in the nucleus)","string-db","7955.ENSDARP00000029637/7955.ENSDARP00000004923","physical","txid7955" +"B3DJT0","A4FVI7","sart3","fj64g01","B3DJT0","A4FVI7","Squamous cell carcinoma antigen recognized by T-cells 3 (SART-3)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000004923","physical","txid7955" +"B3DJT0","Q6PG31","sart3","rnps1","B3DJT0","Q6PG31","Squamous cell carcinoma antigen recognized by T-cells 3 (SART-3)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000004923","physical","txid7955" +"F1Q511","Q6PG31","acinus","rnps1","acin1b","Q6PG31","Apoptotic chromatin condensation inducer 1b (Apoptotic chromatin condensation inducer in the nucleus)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000029637","physical","txid7955" +"F1Q511","Q6PC41","acinus","zgc:73118","acin1b","sap18","Apoptotic chromatin condensation inducer 1b (Apoptotic chromatin condensation inducer in the nucleus)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000029637","physical","txid7955" +"Q6VEU3","Q6P6E2","pno1","wu:fa91f03","Q6VEU3","Q6P6E2","RNA-binding protein PNO1","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000004926","physical","txid7955" +"Q6VEU3","Q6PBT1","pno1","zgc:73262","Q6VEU3","rps27.2","RNA-binding protein PNO1","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000004926","physical","txid7955" +"Q6P0G6","F1R3G4","myl1","Myosin, heavy chain 10, non-muscle","Q6P0G6","myh10","Myosin, light chain 1, alkali; skeletal, fast","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","F1R6C7","myl1","Myosin heavy chain, fast skeletal muscle","Q6P0G6","F1R6C7","Myosin, light chain 1, alkali; skeletal, fast","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","A0A0R4INI3","myl1","fb18g10","Q6P0G6","A0A0R4INI3","Myosin, light chain 1, alkali; skeletal, fast","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","A0A0R4J7R2","myl1","Myosin XVIIIAa","Q6P0G6","myo18aa","Myosin, light chain 1, alkali; skeletal, fast","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","B8A569","myl1","ns:zf-e68","Q6P0G6","B8A569","Myosin, light chain 1, alkali; skeletal, fast","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","F1QWU4","myl1","zgc:103624","Q6P0G6","myl6","Myosin, light chain 1, alkali; skeletal, fast","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","F1QZW1","myl1","mg:cb02g011","Q6P0G6","F1QZW1","Myosin, light chain 1, alkali; skeletal, fast","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","F1QYK9","myl1","zgc:103467","Q6P0G6","myl9a","Myosin, light chain 1, alkali; skeletal, fast","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","string-db","7955.ENSDARP00000055576/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","Q7ZUB0","myl1","zgc:77943","Q6P0G6","myl13","Myosin, light chain 1, alkali; skeletal, fast","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","Q9I8U7","myl1","zgc:109832","Q6P0G6","mylz3","Myosin, light chain 1, alkali; skeletal, fast","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","string-db","7955.ENSDARP00000018197/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","Q6PHJ8","myl1","myl9l","Q6P0G6","myl12.1","Myosin, light chain 1, alkali; skeletal, fast","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","B3DKC6","myl1","si:dkey-216e9.5","Q6P0G6","B3DKC6","Myosin, light chain 1, alkali; skeletal, fast","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","A2BGX6","myl1","fi38g05","Q6P0G6","A2BGX6","Myosin, light chain 1, alkali; skeletal, fast","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","B8A568","myl1","cb20","Q6P0G6","myhz1.1","Myosin, light chain 1, alkali; skeletal, fast","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","Q6NVA6","myl1","myl9","Q6P0G6","Q6NVA6","Myosin, light chain 1, alkali; skeletal, fast","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","Q6IQX1","myl1","sb:cb38","Q6P0G6","Q6IQX1","Myosin, light chain 1, alkali; skeletal, fast","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","A0A8M9QEC8","myl1","myhc3","Q6P0G6","A0A8M9QEC8","Myosin, light chain 1, alkali; skeletal, fast","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","B6IDE1","myl1","MYH7","Q6P0G6","B6IDE1","Myosin, light chain 1, alkali; skeletal, fast","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000004932","physical","txid7955" +"Q6P0G6","F1QVX3","myl1","Myosin heavy chain, fast skeletal muscle","Q6P0G6","F1QVX3","Myosin, light chain 1, alkali; skeletal, fast","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","string-db","7955.ENSDARP00000011269/7955.ENSDARP00000004932","physical","txid7955" +"F1QWU4","B8A569","zgc:103624","ns:zf-e68","myl6","B8A569","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","B6IDE1","zgc:103624","MYH7","myl6","B6IDE1","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","A0A8M9QEC8","zgc:103624","myhc3","myl6","A0A8M9QEC8","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","F1R3G4","zgc:103624","Myosin, heavy chain 10, non-muscle","myl6","myh10","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","A0A0R4INI3","zgc:103624","fb18g10","myl6","A0A0R4INI3","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","F1R6C7","zgc:103624","Myosin heavy chain, fast skeletal muscle","myl6","F1R6C7","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","B3DKC6","zgc:103624","si:dkey-216e9.5","myl6","B3DKC6","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","Q7ZUB0","zgc:103624","zgc:77943","myl6","myl13","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","Q6PHJ8","zgc:103624","myl9l","myl6","myl12.1","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","Q6DHS1","zgc:103624","wu:fb63d03","myl6","Q6DHS1","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000108226","physical","txid7955" +"F1QWU4","A0A0R4J7R2","zgc:103624","Myosin XVIIIAa","myl6","myo18aa","Myosin, light chain 6, alkali, smooth muscle and non-muscle","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000108226","physical","txid7955" +"F1QYK9","A0A0R4J7R2","zgc:103467","Myosin XVIIIAa","myl9a","myo18aa","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","Q7ZUB0","zgc:103467","zgc:77943","myl9a","myl13","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","Q6IQX1","zgc:103467","sb:cb38","myl9a","Q6IQX1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","B8A568","zgc:103467","cb20","myl9a","myhz1.1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","Q6PHJ8","zgc:103467","myl9l","myl9a","myl12.1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","Q6NVA6","zgc:103467","myl9","myl9a","Q6NVA6","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","F1R3G4","zgc:103467","Myosin, heavy chain 10, non-muscle","myl9a","myh10","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","B6IDE1","zgc:103467","MYH7","myl9a","B6IDE1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","B8A569","zgc:103467","ns:zf-e68","myl9a","B8A569","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","F1QWU4","zgc:103467","zgc:103624","myl9a","myl6","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","A0A8M9QEC8","zgc:103467","myhc3","myl9a","A0A8M9QEC8","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","Q6DHS1","zgc:103467","wu:fb63d03","myl9a","Q6DHS1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","F1R6C7","zgc:103467","Myosin heavy chain, fast skeletal muscle","myl9a","F1R6C7","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","F1QZW1","zgc:103467","mg:cb02g011","myl9a","F1QZW1","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","A2BGX6","zgc:103467","fi38g05","myl9a","A2BGX6","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","B3DKC6","zgc:103467","si:dkey-216e9.5","myl9a","B3DKC6","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000055576","physical","txid7955" +"F1QYK9","A0A0R4INI3","zgc:103467","fb18g10","myl9a","A0A0R4INI3","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000055576","physical","txid7955" +"A2BGX6","F1R3G4","fi38g05","Myosin, heavy chain 10, non-muscle","A2BGX6","myh10","Myosin heavy chain 4","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","A0A8M9QEC8","fi38g05","myhc3","A2BGX6","A0A8M9QEC8","Myosin heavy chain 4","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","E7FG54","fi38g05","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","A2BGX6","E7FG54","Myosin heavy chain 4","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","B6IDE1","fi38g05","MYH7","A2BGX6","B6IDE1","Myosin heavy chain 4","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","F1QWU4","fi38g05","zgc:103624","A2BGX6","myl6","Myosin heavy chain 4","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","F1R6C7","fi38g05","Myosin heavy chain, fast skeletal muscle","A2BGX6","F1R6C7","Myosin heavy chain 4","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","B8A569","fi38g05","ns:zf-e68","A2BGX6","B8A569","Myosin heavy chain 4","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","Q6IQX1","fi38g05","sb:cb38","A2BGX6","Q6IQX1","Myosin heavy chain 4","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","B3DKC6","fi38g05","si:dkey-216e9.5","A2BGX6","B3DKC6","Myosin heavy chain 4","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","Q7ZUB0","fi38g05","zgc:77943","A2BGX6","myl13","Myosin heavy chain 4","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","A0A0R4INI3","fi38g05","fb18g10","A2BGX6","A0A0R4INI3","Myosin heavy chain 4","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","Q6PHJ8","fi38g05","myl9l","A2BGX6","myl12.1","Myosin heavy chain 4","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000106440","physical","txid7955" +"A2BGX6","A0A0R4J7R2","fi38g05","Myosin XVIIIAa","A2BGX6","myo18aa","Myosin heavy chain 4","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000106440","physical","txid7955" +"F1QZW1","F1R3G4","mg:cb02g011","Myosin, heavy chain 10, non-muscle","F1QZW1","myh10","Myosin heavy chain 7","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","A0A8M9QEC8","mg:cb02g011","myhc3","F1QZW1","A0A8M9QEC8","Myosin heavy chain 7","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","A0A0R4J7R2","mg:cb02g011","Myosin XVIIIAa","F1QZW1","myo18aa","Myosin heavy chain 7","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","B8A569","mg:cb02g011","ns:zf-e68","F1QZW1","B8A569","Myosin heavy chain 7","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","B3DKC6","mg:cb02g011","si:dkey-216e9.5","F1QZW1","B3DKC6","Myosin heavy chain 7","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","Q6NVA6","mg:cb02g011","myl9","F1QZW1","Q6NVA6","Myosin heavy chain 7","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","F1QWU4","mg:cb02g011","zgc:103624","F1QZW1","myl6","Myosin heavy chain 7","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","B8A568","mg:cb02g011","cb20","F1QZW1","myhz1.1","Myosin heavy chain 7","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","F1R6C7","mg:cb02g011","Myosin heavy chain, fast skeletal muscle","F1QZW1","F1R6C7","Myosin heavy chain 7","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","Q7ZUB0","mg:cb02g011","zgc:77943","F1QZW1","myl13","Myosin heavy chain 7","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","E7FG54","mg:cb02g011","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","F1QZW1","E7FG54","Myosin heavy chain 7","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","Q6PHJ8","mg:cb02g011","myl9l","F1QZW1","myl12.1","Myosin heavy chain 7","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","A2BGX6","mg:cb02g011","fi38g05","F1QZW1","A2BGX6","Myosin heavy chain 7","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","Q9I8V1","mg:cb02g011","acta1","F1QZW1","Q9I8V1","Myosin heavy chain 7","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","A0A0R4INI3","mg:cb02g011","fb18g10","F1QZW1","A0A0R4INI3","Myosin heavy chain 7","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","F1RCB6","mg:cb02g011","acte1","F1QZW1","actc1a","Myosin heavy chain 7","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","string-db","7955.ENSDARP00000100195/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","Q6IQX1","mg:cb02g011","sb:cb38","F1QZW1","Q6IQX1","Myosin heavy chain 7","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000090306","physical","txid7955" +"F1QZW1","B6IDE1","mg:cb02g011","MYH7","F1QZW1","B6IDE1","Myosin heavy chain 7","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000090306","physical","txid7955" +"F1R6C7","Q7ZUB0","Myosin heavy chain, fast skeletal muscle","zgc:77943","F1R6C7","myl13","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","Q6PHJ8","Myosin heavy chain, fast skeletal muscle","myl9l","F1R6C7","myl12.1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","B3DKC6","Myosin heavy chain, fast skeletal muscle","si:dkey-216e9.5","F1R6C7","B3DKC6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","B6IDE1","Myosin heavy chain, fast skeletal muscle","MYH7","F1R6C7","B6IDE1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","A0A0R4J7R2","Myosin heavy chain, fast skeletal muscle","Myosin XVIIIAa","F1R6C7","myo18aa","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","F1R3G4","Myosin heavy chain, fast skeletal muscle","Myosin, heavy chain 10, non-muscle","F1R6C7","myh10","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","A0A0R4INI3","Myosin heavy chain, fast skeletal muscle","fb18g10","F1R6C7","A0A0R4INI3","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000116075","physical","txid7955" +"F1R6C7","E7FG54","Myosin heavy chain, fast skeletal muscle","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","F1R6C7","E7FG54","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000116075","physical","txid7955" +"A0A0R4INI3","Q7ZUB0","fb18g10","zgc:77943","A0A0R4INI3","myl13","Slow myosin heavy chain 1","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000139007","physical","txid7955" +"A0A0R4INI3","B6IDE1","fb18g10","MYH7","A0A0R4INI3","B6IDE1","Slow myosin heavy chain 1","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000139007","physical","txid7955" +"B3DKC6","Q7ZUB0","si:dkey-216e9.5","zgc:77943","B3DKC6","myl13","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","A0A0R4J7R2","si:dkey-216e9.5","Myosin XVIIIAa","B3DKC6","myo18aa","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","Q7SXW1","si:dkey-216e9.5","zgc:63734","B3DKC6","tpm4b","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","Q6IQD7","si:dkey-216e9.5","fj63f03","B3DKC6","Q6IQD7","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","A0A0R4INI3","si:dkey-216e9.5","fb18g10","B3DKC6","A0A0R4INI3","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","B6IDE1","si:dkey-216e9.5","MYH7","B3DKC6","B6IDE1","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","Q6PHJ8","si:dkey-216e9.5","myl9l","B3DKC6","myl12.1","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","F1R3G4","si:dkey-216e9.5","Myosin, heavy chain 10, non-muscle","B3DKC6","myh10","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000117880","physical","txid7955" +"B3DKC6","Q6DHS1","si:dkey-216e9.5","wu:fb63d03","B3DKC6","Q6DHS1","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000117880","physical","txid7955" +"Q6PHJ8","Q7ZUB0","myl9l","zgc:77943","myl12.1","myl13","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000137464","physical","txid7955" +"Q6PHJ8","Q7SXW1","myl9l","zgc:63734","myl12.1","tpm4b","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000137464","physical","txid7955" +"Q6PHJ8","B6IDE1","myl9l","MYH7","myl12.1","B6IDE1","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000137464","physical","txid7955" +"Q6PHJ8","A0A0R4INI3","myl9l","fb18g10","myl12.1","A0A0R4INI3","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000137464","physical","txid7955" +"Q6PHJ8","Q6DHS1","myl9l","wu:fb63d03","myl12.1","Q6DHS1","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000137464","physical","txid7955" +"Q6IQX1","B3DKC6","sb:cb38","si:dkey-216e9.5","Q6IQX1","B3DKC6","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","F1R3G4","sb:cb38","Myosin, heavy chain 10, non-muscle","Q6IQX1","myh10","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","B6IDE1","sb:cb38","MYH7","Q6IQX1","B6IDE1","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","Q7ZUB0","sb:cb38","zgc:77943","Q6IQX1","myl13","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","F1QWU4","sb:cb38","zgc:103624","Q6IQX1","myl6","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","A0A8M9QEC8","sb:cb38","myhc3","Q6IQX1","A0A8M9QEC8","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","E7FG54","sb:cb38","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","Q6IQX1","E7FG54","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","B8A569","sb:cb38","ns:zf-e68","Q6IQX1","B8A569","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","A0A0R4INI3","sb:cb38","fb18g10","Q6IQX1","A0A0R4INI3","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","A0A0R4J7R2","sb:cb38","Myosin XVIIIAa","Q6IQX1","myo18aa","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","F1R6C7","sb:cb38","Myosin heavy chain, fast skeletal muscle","Q6IQX1","F1R6C7","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000108224","physical","txid7955" +"Q6IQX1","Q6PHJ8","sb:cb38","myl9l","Q6IQX1","myl12.1","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000108224","physical","txid7955" +"F1QVX3","B8A568","Myosin heavy chain, fast skeletal muscle","cb20","F1QVX3","myhz1.1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","A2BGX6","Myosin heavy chain, fast skeletal muscle","fi38g05","F1QVX3","A2BGX6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","F1R3G4","Myosin heavy chain, fast skeletal muscle","Myosin, heavy chain 10, non-muscle","F1QVX3","myh10","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","F1QYK9","Myosin heavy chain, fast skeletal muscle","zgc:103467","F1QVX3","myl9a","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","string-db","7955.ENSDARP00000055576/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","Q9I8U7","Myosin heavy chain, fast skeletal muscle","zgc:109832","F1QVX3","mylz3","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","string-db","7955.ENSDARP00000018197/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","A0A8M9QEC8","Myosin heavy chain, fast skeletal muscle","myhc3","F1QVX3","A0A8M9QEC8","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","F1QZW1","Myosin heavy chain, fast skeletal muscle","mg:cb02g011","F1QVX3","F1QZW1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","E7FG54","Myosin heavy chain, fast skeletal muscle","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","F1QVX3","E7FG54","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","B3DKC6","Myosin heavy chain, fast skeletal muscle","si:dkey-216e9.5","F1QVX3","B3DKC6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","Q6IQX1","Myosin heavy chain, fast skeletal muscle","sb:cb38","F1QVX3","Q6IQX1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","A0A0R4J7R2","Myosin heavy chain, fast skeletal muscle","Myosin XVIIIAa","F1QVX3","myo18aa","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","Q6NVA6","Myosin heavy chain, fast skeletal muscle","myl9","F1QVX3","Q6NVA6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","F1R6C7","Myosin heavy chain, fast skeletal muscle","Myosin heavy chain, fast skeletal muscle","F1QVX3","F1R6C7","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","B6IDE1","Myosin heavy chain, fast skeletal muscle","MYH7","F1QVX3","B6IDE1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","F1QWU4","Myosin heavy chain, fast skeletal muscle","zgc:103624","F1QVX3","myl6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","B8A569","Myosin heavy chain, fast skeletal muscle","ns:zf-e68","F1QVX3","B8A569","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","A0A0R4INI3","Myosin heavy chain, fast skeletal muscle","fb18g10","F1QVX3","A0A0R4INI3","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","Q6PHJ8","Myosin heavy chain, fast skeletal muscle","myl9l","F1QVX3","myl12.1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000011269","physical","txid7955" +"F1QVX3","Q7ZUB0","Myosin heavy chain, fast skeletal muscle","zgc:77943","F1QVX3","myl13","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain b)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000011269","physical","txid7955" +"B6IDE1","Q7ZUB0","MYH7","zgc:77943","B6IDE1","myl13","Slow myosin heavy chain 2","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000141470","physical","txid7955" +"B8A569","E7FG54","ns:zf-e68","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","B8A569","E7FG54","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","F1R3G4","ns:zf-e68","Myosin, heavy chain 10, non-muscle","B8A569","myh10","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","A0A8M9QEC8","ns:zf-e68","myhc3","B8A569","A0A8M9QEC8","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","B6IDE1","ns:zf-e68","MYH7","B8A569","B6IDE1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","Q6PHJ8","ns:zf-e68","myl9l","B8A569","myl12.1","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","A0A0R4J7R2","ns:zf-e68","Myosin XVIIIAa","B8A569","myo18aa","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","A0A0R4INI3","ns:zf-e68","fb18g10","B8A569","A0A0R4INI3","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","Q7ZUB0","ns:zf-e68","zgc:77943","B8A569","myl13","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","F1R6C7","ns:zf-e68","Myosin heavy chain, fast skeletal muscle","B8A569","F1R6C7","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000111326","physical","txid7955" +"B8A569","B3DKC6","ns:zf-e68","si:dkey-216e9.5","B8A569","B3DKC6","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000111326","physical","txid7955" +"Q9I8U7","Q6IQX1","zgc:109832","sb:cb38","mylz3","Q6IQX1","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","Q7ZUB0","zgc:109832","zgc:77943","mylz3","myl13","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","A0A0R4INI3","zgc:109832","fb18g10","mylz3","A0A0R4INI3","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","F1QWU4","zgc:109832","zgc:103624","mylz3","myl6","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","Q6PHJ8","zgc:109832","myl9l","mylz3","myl12.1","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","B8A568","zgc:109832","cb20","mylz3","myhz1.1","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","B3DKC6","zgc:109832","si:dkey-216e9.5","mylz3","B3DKC6","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","F1QYK9","zgc:109832","zgc:103467","mylz3","myl9a","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","string-db","7955.ENSDARP00000055576/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","F1QZW1","zgc:109832","mg:cb02g011","mylz3","F1QZW1","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","A2BGX6","zgc:109832","fi38g05","mylz3","A2BGX6","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","A0A8M9QEC8","zgc:109832","myhc3","mylz3","A0A8M9QEC8","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","A0A0R4J7R2","zgc:109832","Myosin XVIIIAa","mylz3","myo18aa","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","F1R3G4","zgc:109832","Myosin, heavy chain 10, non-muscle","mylz3","myh10","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","Q6NVA6","zgc:109832","myl9","mylz3","Q6NVA6","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","string-db","7955.ENSDARP00000104211/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","F1R6C7","zgc:109832","Myosin heavy chain, fast skeletal muscle","mylz3","F1R6C7","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","B6IDE1","zgc:109832","MYH7","mylz3","B6IDE1","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000018197","physical","txid7955" +"Q9I8U7","B8A569","zgc:109832","ns:zf-e68","mylz3","B8A569","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000018197","physical","txid7955" +"B8A568","A0A0R4J7R2","cb20","Myosin XVIIIAa","myhz1.1","myo18aa","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","Q6PHJ8","cb20","myl9l","myhz1.1","myl12.1","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","Q7ZUB0","cb20","zgc:77943","myhz1.1","myl13","Myosin, heavy polypeptide 1.1, skeletal muscle","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","A0A0R4INI3","cb20","fb18g10","myhz1.1","A0A0R4INI3","Myosin, heavy polypeptide 1.1, skeletal muscle","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","B8A569","cb20","ns:zf-e68","myhz1.1","B8A569","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","A2BGX6","cb20","fi38g05","myhz1.1","A2BGX6","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","F1R6C7","cb20","Myosin heavy chain, fast skeletal muscle","myhz1.1","F1R6C7","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","F1R3G4","cb20","Myosin, heavy chain 10, non-muscle","myhz1.1","myh10","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","B3DKC6","cb20","si:dkey-216e9.5","myhz1.1","B3DKC6","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","B6IDE1","cb20","MYH7","myhz1.1","B6IDE1","Myosin, heavy polypeptide 1.1, skeletal muscle","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","Q6IQX1","cb20","sb:cb38","myhz1.1","Q6IQX1","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","F1QWU4","cb20","zgc:103624","myhz1.1","myl6","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","A0A8M9QEC8","cb20","myhc3","myhz1.1","A0A8M9QEC8","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000105831","physical","txid7955" +"B8A568","E7FG54","cb20","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","myhz1.1","E7FG54","Myosin, heavy polypeptide 1.1, skeletal muscle","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000105831","physical","txid7955" +"Q6NVA6","E7F062","myl9","Leiomodin 1b","Q6NVA6","E7F062","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Leiomodin 1b (smooth muscle) (Leiomodin-1)","string-db","7955.ENSDARP00000104330/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","B8A569","myl9","ns:zf-e68","Q6NVA6","B8A569","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy polypeptide 1.3, skeletal muscle)","string-db","7955.ENSDARP00000111326/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","A0A8M9QEC8","myl9","myhc3","Q6NVA6","A0A8M9QEC8","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, heavy polypeptide 1.2, skeletal muscle","string-db","7955.ENSDARP00000115054/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q6IQD7","myl9","fj63f03","Q6NVA6","Q6IQD7","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q7SXW1","myl9","zgc:63734","Q6NVA6","tpm4b","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q6PHJ8","myl9","myl9l","Q6NVA6","myl12.1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q6IQX1","myl9","sb:cb38","Q6NVA6","Q6IQX1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, heavy polypeptide 2, fast muscle specific isoform X1 (Myosin, heavy polypeptide 2, fast muscle-specific)","string-db","7955.ENSDARP00000108224/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","F1R0C1","myl9","si:dkey-162f21.1","Q6NVA6","F1R0C1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","B8A568","myl9","cb20","Q6NVA6","myhz1.1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, heavy polypeptide 1.1, skeletal muscle","string-db","7955.ENSDARP00000105831/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","B3DKC6","myl9","si:dkey-216e9.5","Q6NVA6","B3DKC6","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","B6IDE1","myl9","MYH7","Q6NVA6","B6IDE1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","A2BGX6","myl9","fi38g05","Q6NVA6","A2BGX6","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin heavy chain 4","string-db","7955.ENSDARP00000106440/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","F1R6C7","myl9","Myosin heavy chain, fast skeletal muscle","Q6NVA6","F1R6C7","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q7ZUB0","myl9","zgc:77943","Q6NVA6","myl13","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","F1R3G4","myl9","Myosin, heavy chain 10, non-muscle","Q6NVA6","myh10","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","A0A0R4J7R2","myl9","Myosin XVIIIAa","Q6NVA6","myo18aa","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","A0A0R4INI3","myl9","fb18g10","Q6NVA6","A0A0R4INI3","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","F1QWU4","myl9","zgc:103624","Q6NVA6","myl6","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","string-db","7955.ENSDARP00000108226/7955.ENSDARP00000104211","physical","txid7955" +"Q6NVA6","Q6DHS1","myl9","wu:fb63d03","Q6NVA6","Q6DHS1","Myosin, light chain 9b, regulatory (Myosin, light polypeptide 9, regulatory)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000104211","physical","txid7955" +"A0A8M9QEC8","F1R6C7","myhc3","Myosin heavy chain, fast skeletal muscle","A0A8M9QEC8","F1R6C7","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin heavy chain, fast skeletal muscle (Myosin, heavy chain a)","string-db","7955.ENSDARP00000116075/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","F1R3G4","myhc3","Myosin, heavy chain 10, non-muscle","A0A8M9QEC8","myh10","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","A0A0R4INI3","myhc3","fb18g10","A0A8M9QEC8","A0A0R4INI3","Myosin, heavy polypeptide 1.2, skeletal muscle","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","B3DKC6","myhc3","si:dkey-216e9.5","A0A8M9QEC8","B3DKC6","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","Q6PHJ8","myhc3","myl9l","A0A8M9QEC8","myl12.1","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","Q7ZUB0","myhc3","zgc:77943","A0A8M9QEC8","myl13","Myosin, heavy polypeptide 1.2, skeletal muscle","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","E7FG54","myhc3","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","A0A8M9QEC8","E7FG54","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","B6IDE1","myhc3","MYH7","A0A8M9QEC8","B6IDE1","Myosin, heavy polypeptide 1.2, skeletal muscle","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000115054","physical","txid7955" +"A0A8M9QEC8","A0A0R4J7R2","myhc3","Myosin XVIIIAa","A0A8M9QEC8","myo18aa","Myosin, heavy polypeptide 1.2, skeletal muscle","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","string-db","7955.ENSDARP00000118849/7955.ENSDARP00000115054","physical","txid7955" +"F1R3G4","B6IDE1","Myosin, heavy chain 10, non-muscle","MYH7","myh10","B6IDE1","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000125918","physical","txid7955" +"F1R3G4","A0A0R4INI3","Myosin, heavy chain 10, non-muscle","fb18g10","myh10","A0A0R4INI3","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000125918","physical","txid7955" +"F1R3G4","Q6PHJ8","Myosin, heavy chain 10, non-muscle","myl9l","myh10","myl12.1","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000125918","physical","txid7955" +"F1R3G4","E7FG54","Myosin, heavy chain 10, non-muscle","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","myh10","E7FG54","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000125918","physical","txid7955" +"F1R3G4","Q6DHS1","Myosin, heavy chain 10, non-muscle","wu:fb63d03","myh10","Q6DHS1","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000125918","physical","txid7955" +"F1R3G4","Q7ZUB0","Myosin, heavy chain 10, non-muscle","zgc:77943","myh10","myl13","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000125918","physical","txid7955" +"A0A0R4J7R2","B6IDE1","Myosin XVIIIAa","MYH7","myo18aa","B6IDE1","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000118849","physical","txid7955" +"A0A0R4J7R2","Q6PHJ8","Myosin XVIIIAa","myl9l","myo18aa","myl12.1","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000118849","physical","txid7955" +"A0A0R4J7R2","F1R3G4","Myosin XVIIIAa","Myosin, heavy chain 10, non-muscle","myo18aa","myh10","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000118849","physical","txid7955" +"A0A0R4J7R2","Q7ZUB0","Myosin XVIIIAa","zgc:77943","myo18aa","myl13","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000118849","physical","txid7955" +"A0A0R4J7R2","A0A0R4INI3","Myosin XVIIIAa","fb18g10","myo18aa","A0A0R4INI3","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000118849","physical","txid7955" +"Q8QGU1","O13166","fd07f12","tle3a","Q8QGU1","O13166","Gastrulation brain homeo box 2 (Gastrulation brain homeobox 2) (Homeobox protein GBX-2) (Transcription factor Gbx2)","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000004972","physical","txid7955" +"Q8QGU1","Q91981","fd07f12","otx2","Q8QGU1","otx2","Gastrulation brain homeo box 2 (Gastrulation brain homeobox 2) (Homeobox protein GBX-2) (Transcription factor Gbx2)","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","string-db","7955.ENSDARP00000111153/7955.ENSDARP00000004972","physical","txid7955" +"F1R0M9","A2CEI6","TDRD2","piwil2","tdrkh","A2CEI6","Tudor and KH domain-containing","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000005097","physical","txid7955" +"F1R0M9","Q58EK5","TDRD2","tdrd1","tdrkh","Q58EK5","Tudor and KH domain-containing","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000005097","physical","txid7955" +"F1R0M9","Q8UVX0","TDRD2","piwil1","tdrkh","Q8UVX0","Tudor and KH domain-containing","Piwi-like protein 1 (EC 3.1.26.-)","string-db","7955.ENSDARP00000121147/7955.ENSDARP00000005097","physical","txid7955" +"Q8UVX0","F1R3C5","piwil1","RING finger protein 17","Q8UVX0","F1R3C5","Piwi-like protein 1 (EC 3.1.26.-)","RING finger protein 17","string-db","7955.ENSDARP00000144505/7955.ENSDARP00000121147","physical","txid7955" +"Q8UVX0","Q58EK5","piwil1","tdrd1","Q8UVX0","Q58EK5","Piwi-like protein 1 (EC 3.1.26.-)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000121147","physical","txid7955" +"A2CEI6","Q1L981","piwil2","tdrd5","A2CEI6","Q1L981","Piwi-like protein 2 (EC 3.1.26.-)","Tudor domain-containing protein 5","string-db","7955.ENSDARP00000122775/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","Q6IQX2","piwil2","alpha2","A2CEI6","Q6IQX2","Piwi-like protein 2 (EC 3.1.26.-)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","Q58EK5","piwil2","tdrd1","A2CEI6","Q58EK5","Piwi-like protein 2 (EC 3.1.26.-)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","F1R3C5","piwil2","RING finger protein 17","A2CEI6","F1R3C5","Piwi-like protein 2 (EC 3.1.26.-)","RING finger protein 17","string-db","7955.ENSDARP00000144505/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","Q7ZVA6","piwil2","eif4a3","A2CEI6","Q7ZVA6","Piwi-like protein 2 (EC 3.1.26.-)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","Q8UVX0","piwil2","piwil1","A2CEI6","Q8UVX0","Piwi-like protein 2 (EC 3.1.26.-)","Piwi-like protein 1 (EC 3.1.26.-)","string-db","7955.ENSDARP00000121147/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","Q0P3U3","piwil2","exd1","A2CEI6","Q0P3U3","Piwi-like protein 2 (EC 3.1.26.-)","piRNA biogenesis protein EXD1 (Exonuclease 3'-5' domain-containing protein 1) (Exonuclease 3'-5' domain-like-containing protein 1) (Inactive exonuclease EXD1)","string-db","7955.ENSDARP00000145238/7955.ENSDARP00000114406","physical","txid7955" +"A2CEI6","A2RRW4","piwil2","cimip2b","A2CEI6","A2RRW4","Piwi-like protein 2 (EC 3.1.26.-)","Ciliary microtubule inner protein 2B","string-db","7955.ENSDARP00000130067/7955.ENSDARP00000114406","physical","txid7955" +"Q9DDU1","Q90268","hoxa11b","pax2a","Q9DDU1","pax2a","Homeobox protein Hox-A11b (Hox-A11)","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","string-db","7955.ENSDARP00000071466/7955.ENSDARP00000005174","physical","txid7955" +"Q90268","E7FA97","pax2a","Forkhead box J2","pax2a","E7FA97","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","Forkhead box J2 (Forkhead box protein J2-like)","string-db","7955.ENSDARP00000074846/7955.ENSDARP00000071466","physical","txid7955" +"Q90268","Q90470","pax2a","hoxd11a","pax2a","hoxd11a","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","Homeobox protein Hox-D11a (Hox-D11) (Homeobox protein Hox-C11)","string-db","7955.ENSDARP00000076780/7955.ENSDARP00000071466","physical","txid7955" +"Q90268","A0A0R4IDM3","pax2a","Homeobox C11b","pax2a","A0A0R4IDM3","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","Homeobox C11b (Homeobox protein Hox-C11a)","string-db","7955.ENSDARP00000156809/7955.ENSDARP00000071466","physical","txid7955" +"Q90268","Q58EL0","pax2a","hoxc11a","pax2a","hoxc11a","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","Homeobox protein Hox-C11a","string-db","7955.ENSDARP00000093920/7955.ENSDARP00000071466","physical","txid7955" +"E7EXK9","F1QZ04","LOC100001620","si:zfos-226g1.1","E7EXK9","acy1","N-acyl-aliphatic-L-amino acid amidohydrolase (EC 3.5.1.14) (N-acyl-L-amino-acid amidohydrolase)","N-acyl-aliphatic-L-amino acid amidohydrolase (EC 3.5.1.14) (N-acyl-L-amino-acid amidohydrolase)","string-db","7955.ENSDARP00000056150/7955.ENSDARP00000005183","physical","txid7955" +"A8WH97","O12990","il-12rb2.a","jak1","il12rb2","O12990","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","string-db","7955.ENSDARP00000037399/7955.ENSDARP00000005204","physical","txid7955" +"A8WH97","A0A8M1P6L4","il-12rb2.a","obr","il12rb2","A0A8M1P6L4","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","Leptin receptor (Leptin receptor precursor)","string-db","7955.ENSDARP00000073629/7955.ENSDARP00000005204","physical","txid7955" +"A8WH97","A8WH79","il-12rb2.a","gp130","il12rb2","il6st","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000005204","physical","txid7955" +"A8WH97","A0A8M3AQW8","il-12rb2.a","Tyrosine-protein kinase","il12rb2","A0A8M3AQW8","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000005204","physical","txid7955" +"A8WH97","O93599","il-12rb2.a","STAT3b1","il12rb2","stat3","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000005204","physical","txid7955" +"A0A8M1P6L4","A0A8M3AQW8","obr","Tyrosine-protein kinase","A0A8M1P6L4","A0A8M3AQW8","Leptin receptor (Leptin receptor precursor)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000073629","physical","txid7955" +"A0A8M1P6L4","Q0D250","obr","ob-a","A0A8M1P6L4","Q0D250","Leptin receptor (Leptin receptor precursor)","Leptin (Obesity factor)","string-db","7955.ENSDARP00000111103/7955.ENSDARP00000073629","physical","txid7955" +"A0A8M1P6L4","O93599","obr","STAT3b1","A0A8M1P6L4","stat3","Leptin receptor (Leptin receptor precursor)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000073629","physical","txid7955" +"A8WH79","B8ZHI7","gp130","gcsf","il6st","B8ZHI7","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000133294","physical","txid7955" +"Q7ZVA2","Q6YLH9","GEM","CAV1","Q7ZVA2","cav1","GTP-binding protein","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000005231","physical","txid7955" +"Q7ZVA2","Q6YLH7","GEM","im:6902906","Q7ZVA2","Q6YLH7","GTP-binding protein","Caveolin","string-db","7955.ENSDARP00000034317/7955.ENSDARP00000005231","physical","txid7955" +"Q5XJQ5","F1R881","exosc9","skic2","exosc9","skiv2l","Exosome complex component RRP45 (Exosome component 9)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","string-db","7955.ENSDARP00000084042/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q6P5M2","exosc9","skic8","exosc9","Q6P5M2","Exosome complex component RRP45 (Exosome component 9)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","E7F2R1","exosc9","skic3","exosc9","ttc37","Exosome complex component RRP45 (Exosome component 9)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","string-db","7955.ENSDARP00000091573/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","F1Q5Q7","exosc9","Pmscl2","exosc9","exosc10","Exosome complex component RRP45 (Exosome component 9)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","F1Q4U5","exosc9","wu:fk92c07","exosc9","xrn1","Exosome complex component RRP45 (Exosome component 9)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","E7F3S4","exosc9","LOC100334443","exosc9","-","Exosome complex component RRP45 (Exosome component 9)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000089190/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q6DBY4","exosc9","zgc:100960","exosc9","Q6DBY4","Exosome complex component RRP45 (Exosome component 9)","M-phase phosphoprotein 6 (Zgc:100960)","string-db","7955.ENSDARP00000066986/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","B8A4H5","exosc9","Exosome complex component CSL4","exosc9","B8A4H5","Exosome complex component RRP45 (Exosome component 9)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","A2CF03","exosc9","si:dkey-286f3.7","exosc9","las1l","Exosome complex component RRP45 (Exosome component 9)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q7ZU92","exosc9","parn","exosc9","Q7ZU92","Exosome complex component RRP45 (Exosome component 9)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","F8W3K6","exosc9","fa97b01","exosc9","exosc2","Exosome complex component RRP45 (Exosome component 9)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q4KMD2","exosc9","zgc:112345","exosc9","Q4KMD2","Exosome complex component RRP45 (Exosome component 9)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q6P0I8","exosc9","exosc6","exosc9","exosc6","Exosome complex component RRP45 (Exosome component 9)","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","string-db","7955.ENSDARP00000052347/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","E7FE01","exosc9","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","exosc9","E7FE01","Exosome complex component RRP45 (Exosome component 9)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q6P3H0","exosc9","zfp36l1l","exosc9","zfp36l1b","Exosome complex component RRP45 (Exosome component 9)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000011150/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q5XJ97","exosc9","c1d","exosc9","Q5XJ97","Exosome complex component RRP45 (Exosome component 9)","Nuclear nucleic acid-binding protein C1D","string-db","7955.ENSDARP00000020042/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","Q803B9","exosc9","zgc:55938","exosc9","dcp2","Exosome complex component RRP45 (Exosome component 9)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","E7F350","exosc9","DIS3-like exonuclease 2","exosc9","dis3l2","Exosome complex component RRP45 (Exosome component 9)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","A2RV18","exosc9","dis3l","exosc9","A2RV18","Exosome complex component RRP45 (Exosome component 9)","DIS3-like exonuclease 1 (EC 3.1.13.1)","string-db","7955.ENSDARP00000069661/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","A4IG62","exosc9","supv3l1","exosc9","A4IG62","Exosome complex component RRP45 (Exosome component 9)","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","A0A8N7TD97","exosc9","Transportin-1","exosc9","A0A8N7TD97","Exosome complex component RRP45 (Exosome component 9)","Transportin-1","string-db","7955.ENSDARP00000051277/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","F1RCP3","exosc9","cb198","exosc9","F1RCP3","Exosome complex component RRP45 (Exosome component 9)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000025205/7955.ENSDARP00000005262","physical","txid7955" +"Q5XJQ5","F1QH59","exosc9","wu:fb92b09","exosc9","-","Exosome complex component RRP45 (Exosome component 9)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000005262","physical","txid7955" +"A2RV18","F8W3K6","dis3l","fa97b01","A2RV18","exosc2","DIS3-like exonuclease 1 (EC 3.1.13.1)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","E7F350","dis3l","DIS3-like exonuclease 2","A2RV18","dis3l2","DIS3-like exonuclease 1 (EC 3.1.13.1)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","A2CF03","dis3l","si:dkey-286f3.7","A2RV18","las1l","DIS3-like exonuclease 1 (EC 3.1.13.1)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","F1Q5Q7","dis3l","Pmscl2","A2RV18","exosc10","DIS3-like exonuclease 1 (EC 3.1.13.1)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","A4IG62","dis3l","supv3l1","A2RV18","A4IG62","DIS3-like exonuclease 1 (EC 3.1.13.1)","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","E7FE01","dis3l","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","A2RV18","E7FE01","DIS3-like exonuclease 1 (EC 3.1.13.1)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","B8A4H5","dis3l","Exosome complex component CSL4","A2RV18","B8A4H5","DIS3-like exonuclease 1 (EC 3.1.13.1)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000069661","physical","txid7955" +"A2RV18","Q4KMD2","dis3l","zgc:112345","A2RV18","Q4KMD2","DIS3-like exonuclease 1 (EC 3.1.13.1)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000069661","physical","txid7955" +"F1QH59","Q803B9","wu:fb92b09","zgc:55938","-","dcp2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000122199","physical","txid7955" +"F1QH59","F8W3K6","wu:fb92b09","fa97b01","-","exosc2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000122199","physical","txid7955" +"A0A8N7TD97","E7F3S4","Transportin-1","LOC100334443","A0A8N7TD97","-","Transportin-1","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000089190/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","E7FE01","Transportin-1","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","A0A8N7TD97","E7FE01","Transportin-1","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","F1Q4U5","Transportin-1","wu:fk92c07","A0A8N7TD97","xrn1","Transportin-1","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","F1QH59","Transportin-1","wu:fb92b09","A0A8N7TD97","-","Transportin-1","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","F1QV34","Transportin-1","Kinesin-like protein","A0A8N7TD97","F1QV34","Transportin-1","Kinesin-like protein","string-db","7955.ENSDARP00000108705/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","F8W3K6","Transportin-1","fa97b01","A0A8N7TD97","exosc2","Transportin-1","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","Q7T356","Transportin-1","ywhabb","A0A8N7TD97","Q7T356","Transportin-1","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","B8A4H5","Transportin-1","Exosome complex component CSL4","A0A8N7TD97","B8A4H5","Transportin-1","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","Q6P0I8","Transportin-1","exosc6","A0A8N7TD97","exosc6","Transportin-1","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","string-db","7955.ENSDARP00000052347/7955.ENSDARP00000051277","physical","txid7955" +"A0A8N7TD97","Q803B9","Transportin-1","zgc:55938","A0A8N7TD97","dcp2","Transportin-1","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000051277","physical","txid7955" +"Q5XJ97","E7FE01","c1d","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","Q5XJ97","E7FE01","Nuclear nucleic acid-binding protein C1D","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","B8A4H5","c1d","Exosome complex component CSL4","Q5XJ97","B8A4H5","Nuclear nucleic acid-binding protein C1D","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","A2RV18","c1d","dis3l","Q5XJ97","A2RV18","Nuclear nucleic acid-binding protein C1D","DIS3-like exonuclease 1 (EC 3.1.13.1)","string-db","7955.ENSDARP00000069661/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","A4IG62","c1d","supv3l1","Q5XJ97","A4IG62","Nuclear nucleic acid-binding protein C1D","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","Q6P0I8","c1d","exosc6","Q5XJ97","exosc6","Nuclear nucleic acid-binding protein C1D","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","string-db","7955.ENSDARP00000052347/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","E7F350","c1d","DIS3-like exonuclease 2","Q5XJ97","dis3l2","Nuclear nucleic acid-binding protein C1D","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","Q4KMD2","c1d","zgc:112345","Q5XJ97","Q4KMD2","Nuclear nucleic acid-binding protein C1D","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","A2CF03","c1d","si:dkey-286f3.7","Q5XJ97","las1l","Nuclear nucleic acid-binding protein C1D","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","F8W3K6","c1d","fa97b01","Q5XJ97","exosc2","Nuclear nucleic acid-binding protein C1D","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","Q6DBY4","c1d","zgc:100960","Q5XJ97","Q6DBY4","Nuclear nucleic acid-binding protein C1D","M-phase phosphoprotein 6 (Zgc:100960)","string-db","7955.ENSDARP00000066986/7955.ENSDARP00000020042","physical","txid7955" +"Q5XJ97","F1Q5Q7","c1d","Pmscl2","Q5XJ97","exosc10","Nuclear nucleic acid-binding protein C1D","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000020042","physical","txid7955" +"Q6DBY4","B8A4H5","zgc:100960","Exosome complex component CSL4","Q6DBY4","B8A4H5","M-phase phosphoprotein 6 (Zgc:100960)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000066986","physical","txid7955" +"Q6DBY4","F8W3K6","zgc:100960","fa97b01","Q6DBY4","exosc2","M-phase phosphoprotein 6 (Zgc:100960)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000066986","physical","txid7955" +"Q6DBY4","F1Q5Q7","zgc:100960","Pmscl2","Q6DBY4","exosc10","M-phase phosphoprotein 6 (Zgc:100960)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000066986","physical","txid7955" +"A4IG62","F8W3K6","supv3l1","fa97b01","A4IG62","exosc2","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000099447","physical","txid7955" +"A4IG62","A2CF03","supv3l1","si:dkey-286f3.7","A4IG62","las1l","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000099447","physical","txid7955" +"A4IG62","Q4KMD2","supv3l1","zgc:112345","A4IG62","Q4KMD2","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000099447","physical","txid7955" +"A4IG62","F1Q5Q7","supv3l1","Pmscl2","A4IG62","exosc10","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000099447","physical","txid7955" +"A4IG62","E7F350","supv3l1","DIS3-like exonuclease 2","A4IG62","dis3l2","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000099447","physical","txid7955" +"Q803B9","Q7ZU92","zgc:55938","parn","dcp2","Q7ZU92","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000132902","physical","txid7955" +"Q803B9","E7FD91","zgc:55938","RNA helicase","dcp2","ddx6","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000132902","physical","txid7955" +"F1RCP3","A0A8N7TD97","cb198","Transportin-1","F1RCP3","A0A8N7TD97","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Transportin-1","string-db","7955.ENSDARP00000051277/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","Q6P0I8","cb198","exosc6","F1RCP3","exosc6","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","string-db","7955.ENSDARP00000052347/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","Q803B9","cb198","zgc:55938","F1RCP3","dcp2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","E7FE01","cb198","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","F1RCP3","E7FE01","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","F1Q4U5","cb198","wu:fk92c07","F1RCP3","xrn1","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","F8W3K6","cb198","fa97b01","F1RCP3","exosc2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","B8A4H5","cb198","Exosome complex component CSL4","F1RCP3","B8A4H5","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","A2BHJ4","cb198","cnot6l","F1RCP3","cnot6l","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","string-db","7955.ENSDARP00000071278/7955.ENSDARP00000025205","physical","txid7955" +"F1RCP3","Q7T356","cb198","ywhabb","F1RCP3","Q7T356","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000025205","physical","txid7955" +"E7F2R1","Q6P5M2","skic3","skic8","ttc37","Q6P5M2","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000091573","physical","txid7955" +"E7F2R1","F8W3K6","skic3","fa97b01","ttc37","exosc2","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000091573","physical","txid7955" +"B8A4H5","E7F3S4","Exosome complex component CSL4","LOC100334443","B8A4H5","-","Exosome complex component CSL4 (Exosome component 1)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000089190/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","Q7ZU92","Exosome complex component CSL4","parn","B8A4H5","Q7ZU92","Exosome complex component CSL4 (Exosome component 1)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","F1R881","Exosome complex component CSL4","skic2","B8A4H5","skiv2l","Exosome complex component CSL4 (Exosome component 1)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","string-db","7955.ENSDARP00000084042/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","Q803B9","Exosome complex component CSL4","zgc:55938","B8A4H5","dcp2","Exosome complex component CSL4 (Exosome component 1)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","F1Q5Q7","Exosome complex component CSL4","Pmscl2","B8A4H5","exosc10","Exosome complex component CSL4 (Exosome component 1)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","E7F2R1","Exosome complex component CSL4","skic3","B8A4H5","ttc37","Exosome complex component CSL4 (Exosome component 1)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","string-db","7955.ENSDARP00000091573/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","Q4KMD2","Exosome complex component CSL4","zgc:112345","B8A4H5","Q4KMD2","Exosome complex component CSL4 (Exosome component 1)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","A2CF03","Exosome complex component CSL4","si:dkey-286f3.7","B8A4H5","las1l","Exosome complex component CSL4 (Exosome component 1)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","F1QH59","Exosome complex component CSL4","wu:fb92b09","B8A4H5","-","Exosome complex component CSL4 (Exosome component 1)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","F1Q4U5","Exosome complex component CSL4","wu:fk92c07","B8A4H5","xrn1","Exosome complex component CSL4 (Exosome component 1)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","A4IG62","Exosome complex component CSL4","supv3l1","B8A4H5","A4IG62","Exosome complex component CSL4 (Exosome component 1)","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","F8W3K6","Exosome complex component CSL4","fa97b01","B8A4H5","exosc2","Exosome complex component CSL4 (Exosome component 1)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","E7F350","Exosome complex component CSL4","DIS3-like exonuclease 2","B8A4H5","dis3l2","Exosome complex component CSL4 (Exosome component 1)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","E7FE01","Exosome complex component CSL4","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","B8A4H5","E7FE01","Exosome complex component CSL4 (Exosome component 1)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000078068","physical","txid7955" +"B8A4H5","Q6P5M2","Exosome complex component CSL4","skic8","B8A4H5","Q6P5M2","Exosome complex component CSL4 (Exosome component 1)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000078068","physical","txid7955" +"F1Q4U5","F1RCY6","wu:fk92c07","upf1","xrn1","F1RCY6","5'-3' exoribonuclease 1 (EC 3.1.13.-)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000105487","physical","txid7955" +"F1Q4U5","F8W3K6","wu:fk92c07","fa97b01","xrn1","exosc2","5'-3' exoribonuclease 1 (EC 3.1.13.-)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000105487","physical","txid7955" +"F1Q4U5","A0A0R4ISJ3","wu:fk92c07","wu:fb38g12","xrn1","xrn2","5'-3' exoribonuclease 1 (EC 3.1.13.-)","5'-3' exoribonuclease (EC 3.1.13.-)","string-db","7955.ENSDARP00000138850/7955.ENSDARP00000105487","physical","txid7955" +"F1Q4U5","Q803B9","wu:fk92c07","zgc:55938","xrn1","dcp2","5'-3' exoribonuclease 1 (EC 3.1.13.-)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000105487","physical","txid7955" +"F1Q4U5","F1QH59","wu:fk92c07","wu:fb92b09","xrn1","-","5'-3' exoribonuclease 1 (EC 3.1.13.-)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000105487","physical","txid7955" +"E7F3S4","Q7T356","LOC100334443","ywhabb","-","Q7T356","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000089190","physical","txid7955" +"E7F3S4","F8W3K6","LOC100334443","fa97b01","-","exosc2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000089190","physical","txid7955" +"E7F3S4","Q803B9","LOC100334443","zgc:55938","-","dcp2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000089190","physical","txid7955" +"E7F3S4","F1Q4U5","LOC100334443","wu:fk92c07","-","xrn1","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000089190","physical","txid7955" +"F1R881","Q6P5M2","skic2","skic8","skiv2l","Q6P5M2","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000084042","physical","txid7955" +"F1R881","E7F2R1","skic2","skic3","skiv2l","ttc37","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","string-db","7955.ENSDARP00000091573/7955.ENSDARP00000084042","physical","txid7955" +"F1R881","F8W3K6","skic2","fa97b01","skiv2l","exosc2","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000084042","physical","txid7955" +"F8W3K6","Q803B9","fa97b01","zgc:55938","exosc2","dcp2","Exosome complex component RRP4 (Exosome component 2)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000124376","physical","txid7955" +"F8W3K6","Q7ZU92","fa97b01","parn","exosc2","Q7ZU92","Exosome complex component RRP4 (Exosome component 2)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000124376","physical","txid7955" +"F8W3K6","Q4KMD2","fa97b01","zgc:112345","exosc2","Q4KMD2","Exosome complex component RRP4 (Exosome component 2)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000124376","physical","txid7955" +"E7FE01","F1QH59","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","wu:fb92b09","E7FE01","-","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","Q6P5M2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","skic8","E7FE01","Q6P5M2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","A4IG62","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","supv3l1","E7FE01","A4IG62","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","Q803B9","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","zgc:55938","E7FE01","dcp2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","F1Q5Q7","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","Pmscl2","E7FE01","exosc10","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","E7F2R1","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","skic3","E7FE01","ttc37","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","string-db","7955.ENSDARP00000091573/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","Q4KMD2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","zgc:112345","E7FE01","Q4KMD2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","F1Q4U5","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","wu:fk92c07","E7FE01","xrn1","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","Q7ZU92","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","parn","E7FE01","Q7ZU92","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","E7F3S4","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","LOC100334443","E7FE01","-","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000089190/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","A2CF03","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","si:dkey-286f3.7","E7FE01","las1l","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","F8W3K6","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","fa97b01","E7FE01","exosc2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","E7F350","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","DIS3-like exonuclease 2","E7FE01","dis3l2","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000079889","physical","txid7955" +"E7FE01","F1R881","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","skic2","E7FE01","skiv2l","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","string-db","7955.ENSDARP00000084042/7955.ENSDARP00000079889","physical","txid7955" +"Q6P3H0","B8A4H5","zfp36l1l","Exosome complex component CSL4","zfp36l1b","B8A4H5","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","A0A8N7TD97","zfp36l1l","Transportin-1","zfp36l1b","A0A8N7TD97","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Transportin-1","string-db","7955.ENSDARP00000051277/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","Q6P0I8","zfp36l1l","exosc6","zfp36l1b","exosc6","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","string-db","7955.ENSDARP00000052347/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","E7FE01","zfp36l1l","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","zfp36l1b","E7FE01","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","F1Q4U5","zfp36l1l","wu:fk92c07","zfp36l1b","xrn1","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","Q7T356","zfp36l1l","ywhabb","zfp36l1b","Q7T356","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","F8W3K6","zfp36l1l","fa97b01","zfp36l1b","exosc2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000011150","physical","txid7955" +"Q6P3H0","Q803B9","zfp36l1l","zgc:55938","zfp36l1b","dcp2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000011150","physical","txid7955" +"Q6P5M2","X1WDH8","skic8","Histone H2B","Q6P5M2","si:dkey-261m9.19","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","A0A140LG54","skic8","Histone H2B","Q6P5M2","si:dkey-23a13.22","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","X1WHN7","skic8","hrpt2","Q6P5M2","cdc73","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","R4GE15","skic8","si:ch211-113a14.29","Q6P5M2","si:ch211-113a14.22","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","A0A0N4SUD2","skic8","Ubi-p63E","Q6P5M2","ubb","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F1QHN6","skic8","im:7042025","Q6P5M2","ubc","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F1QEB4","skic8","ssrp1","Q6P5M2","F1QEB4","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q502M9","skic8","zgc:92635","Q6P5M2","elocb","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q4U0S5","skic8","paf1","Q6P5M2","Q4U0S5","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q566Y1","skic8","elp4","Q6P5M2","Q566Y1","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","A5A4L9","skic8","DUF140","Q6P5M2","A5A4L9","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q7SXA3","skic8","zgc:66168","Q6P5M2","rps27a","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q6DGQ0","skic8","supt4h1","Q6P5M2","Q6DGQ0","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F1QMB9","skic8","ccnk","Q6P5M2","F1QMB9","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F8W3K6","skic8","fa97b01","Q6P5M2","exosc2","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q789K9","skic8","mp:zf637-2-000771","Q6P5M2","ube2a","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","X1WHF1","skic8","Histone H2B","Q6P5M2","si:dkey-261m9.6","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F6NLJ7","skic8","FACT complex subunit SSRP1","Q6P5M2","ssrp1b","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q1LWQ2","skic8","rdbp","Q6P5M2","nelfe","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","I3ISK1","skic8","AF4/FMR2 family member 4 isoform X2","Q6P5M2","aff4","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","F1QF30","skic8","cb162","Q6P5M2","F1QF30","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000110861","physical","txid7955" +"Q6P5M2","Q7T319","skic8","zgc:64163","Q6P5M2","elof1","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000110861","physical","txid7955" +"Q6P0I8","Q4KMD2","exosc6","zgc:112345","exosc6","Q4KMD2","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","F1Q5Q7","exosc6","Pmscl2","exosc6","exosc10","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","E7FE01","exosc6","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease","exosc6","E7FE01","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","DIS3 exosome endoribonuclease and 3'-5' exoribonuclease (Exosome complex exonuclease RRP44)","string-db","7955.ENSDARP00000079889/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","A4IG62","exosc6","supv3l1","exosc6","A4IG62","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","ATP-dependent RNA helicase SUPV3L1, mitochondrial (EC 3.6.4.13) (Suppressor of var1 3-like protein 1) (SUV3-like protein 1)","string-db","7955.ENSDARP00000099447/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","E7F3S4","exosc6","LOC100334443","exosc6","-","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000089190/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","E7F2R1","exosc6","skic3","exosc6","ttc37","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","string-db","7955.ENSDARP00000091573/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","F1Q4U5","exosc6","wu:fk92c07","exosc6","xrn1","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","F1QH59","exosc6","wu:fb92b09","exosc6","-","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000122199/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","F8W3K6","exosc6","fa97b01","exosc6","exosc2","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","B8A4H5","exosc6","Exosome complex component CSL4","exosc6","B8A4H5","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Exosome complex component CSL4 (Exosome component 1)","string-db","7955.ENSDARP00000078068/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","Q7ZU92","exosc6","parn","exosc6","Q7ZU92","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","Q6P5M2","exosc6","skic8","exosc6","Q6P5M2","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","A2RV18","exosc6","dis3l","exosc6","A2RV18","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","DIS3-like exonuclease 1 (EC 3.1.13.1)","string-db","7955.ENSDARP00000069661/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","Q6DBY4","exosc6","zgc:100960","exosc6","Q6DBY4","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","M-phase phosphoprotein 6 (Zgc:100960)","string-db","7955.ENSDARP00000066986/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","F1R881","exosc6","skic2","exosc6","skiv2l","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","string-db","7955.ENSDARP00000084042/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","A2CF03","exosc6","si:dkey-286f3.7","exosc6","las1l","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","E7F350","exosc6","DIS3-like exonuclease 2","exosc6","dis3l2","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","DIS3-like exonuclease 2 (EC 3.1.13.-)","string-db","7955.ENSDARP00000114941/7955.ENSDARP00000052347","physical","txid7955" +"Q6P0I8","Q803B9","exosc6","zgc:55938","exosc6","dcp2","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000052347","physical","txid7955" +"F1Q5Q7","F8W3K6","Pmscl2","fa97b01","exosc10","exosc2","Exosome component 10","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000122676","physical","txid7955" +"F1Q5Q7","Q4KMD2","Pmscl2","zgc:112345","exosc10","Q4KMD2","Exosome component 10","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000122676","physical","txid7955" +"E7F350","F1Q5Q7","DIS3-like exonuclease 2","Pmscl2","dis3l2","exosc10","DIS3-like exonuclease 2 (EC 3.1.13.-)","Exosome component 10","string-db","7955.ENSDARP00000122676/7955.ENSDARP00000114941","physical","txid7955" +"E7F350","F8W3K6","DIS3-like exonuclease 2","fa97b01","dis3l2","exosc2","DIS3-like exonuclease 2 (EC 3.1.13.-)","Exosome complex component RRP4 (Exosome component 2)","string-db","7955.ENSDARP00000124376/7955.ENSDARP00000114941","physical","txid7955" +"E7F350","A2CF03","DIS3-like exonuclease 2","si:dkey-286f3.7","dis3l2","las1l","DIS3-like exonuclease 2 (EC 3.1.13.-)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000114941","physical","txid7955" +"E7F350","Q4KMD2","DIS3-like exonuclease 2","zgc:112345","dis3l2","Q4KMD2","DIS3-like exonuclease 2 (EC 3.1.13.-)","Ribosomal RNA-processing protein 40","string-db","7955.ENSDARP00000138972/7955.ENSDARP00000114941","physical","txid7955" +"Q6DG22","P58781","ada","ada2a","Q6DG22","P58781","Adenosine deaminase (EC 3.5.4.4) (Adenosine aminohydrolase)","Adenosine deaminase 2-A (EC 3.5.4.4) (Cat eye syndrome critical region protein 1 homolog A)","string-db","7955.ENSDARP00000067907/7955.ENSDARP00000005284","physical","txid7955" +"Q6DG22","F6NKG5","ada","cecr1b","Q6DG22","F6NKG5","Adenosine deaminase (EC 3.5.4.4) (Adenosine aminohydrolase)","adenosine deaminase (EC 3.5.4.4)","string-db","7955.ENSDARP00000118045/7955.ENSDARP00000005284","physical","txid7955" +"P58781","F6NKG5","ada2a","cecr1b","P58781","F6NKG5","Adenosine deaminase 2-A (EC 3.5.4.4) (Cat eye syndrome critical region protein 1 homolog A)","adenosine deaminase (EC 3.5.4.4)","string-db","7955.ENSDARP00000118045/7955.ENSDARP00000067907","physical","txid7955" +"Q90XF2","F6NJE2","prkci","Interleukin-1 receptor-associated kinase 1","prkci","irak1","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","Q6IWL4","prkci","traf6","prkci","traf6","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","A0A8M3APH7","prkci","amotl1","prkci","A0A8M3APH7","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Angiomotin like 1 (Angiomotin-like protein 1)","string-db","7955.ENSDARP00000024424/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","Q6TNS1","prkci","PARD6G","prkci","pard6gb","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","string-db","7955.ENSDARP00000052392/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","A1YB07","prkci","amotl2a","prkci","amotl2a","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Angiomotin-like 2a","string-db","7955.ENSDARP00000083347/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","E7FGW0","prkci","Nerve growth factor receptor a","prkci","ngfra","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","A0A8M2BL72","prkci","Angiomotin","prkci","A0A8M2BL72","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Angiomotin","string-db","7955.ENSDARP00000118215/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","F1Q5Z8","prkci","p62","prkci","sqstm1","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","Q6YBR5","prkci","ngf","prkci","ngf","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000005309","physical","txid7955" +"Q90XF2","B8A5S6","prkci","zgc:154007","prkci","amotl2b","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","Angiomotin like 2b isoform X1 (Angiomotin-like 2b)","string-db","7955.ENSDARP00000114222/7955.ENSDARP00000005309","physical","txid7955" +"A1YB07","Q1L8J7","amotl2a","yap1","amotl2a","yap1","Angiomotin-like 2a","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","string-db","7955.ENSDARP00000089684/7955.ENSDARP00000083347","physical","txid7955" +"A1YB07","Q307I6","amotl2a","WW domain-containing transcription regulator 1","amotl2a","wwtr1","Angiomotin-like 2a","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000083347","physical","txid7955" +"A1YB07","A3KGU1","amotl2a","LOC567533","amotl2a","A3KGU1","Angiomotin-like 2a","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000085830/7955.ENSDARP00000083347","physical","txid7955" +"A1YB07","A0A8M2B8K6","amotl2a","inadl","amotl2a","A0A8M2B8K6","Angiomotin-like 2a","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000083347","physical","txid7955" +"A1YB07","E9QD73","amotl2a","Poly [ADP-ribose] polymerase","amotl2a","tnksa","Angiomotin-like 2a","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000117475/7955.ENSDARP00000083347","physical","txid7955" +"A1YB07","Q9W7C0","amotl2a","Lymphocyte enhancer binding factor 1","amotl2a","lef1","Angiomotin-like 2a","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000083347","physical","txid7955" +"Q6YBR5","E7F4P8","ngf","Insulin receptor substrate 1","ngf","irs1","Nerve growth factor (NGF) (zNGF)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","E7F251","ngf","phosphatidylinositol-4,5-bisphosphate 3-kinase","ngf","pik3cb","Nerve growth factor (NGF) (zNGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q6IQP3","ngf","calua","ngf","Q6IQP3","Nerve growth factor (NGF) (zNGF)","Calumenin-A","string-db","7955.ENSDARP00000112921/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","E2DGP8","ngf","ngfrl","ngf","E2DGP8","Nerve growth factor (NGF) (zNGF)","Nerve growth factor receptor b (Nerve growth factor recptor)","string-db","7955.ENSDARP00000126756/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","E9QBV1","ngf","fd07f11","ngf","cltcb","Nerve growth factor (NGF) (zNGF)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","F1QAD7","ngf","phosphatidylinositol-4,5-bisphosphate 3-kinase","ngf","pik3ca","Nerve growth factor (NGF) (zNGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","F6NJE2","ngf","Interleukin-1 receptor-associated kinase 1","ngf","irak1","Nerve growth factor (NGF) (zNGF)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","E7F4B2","ngf","GRF2","ngf","rapgef1b","Nerve growth factor (NGF) (zNGF)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","A0A8M2BBW7","ngf","si:dkey-97m3.4","ngf","A0A8M2BBW7","Nerve growth factor (NGF) (zNGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q6NYJ9","ngf","fa16e07","ngf","ap2b1","Nerve growth factor (NGF) (zNGF)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q7T163","ngf","kidins220b","ngf","Q7T163","Nerve growth factor (NGF) (zNGF)","Kinase D-interacting substrate of 220 kDa B (Ankyrin repeat-rich membrane-spanning protein B)","string-db","7955.ENSDARP00000122680/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","E7FGW0","ngf","Nerve growth factor receptor a","ngf","ngfra","Nerve growth factor (NGF) (zNGF)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q6P937","ngf","wu:fb61d08","ngf","clta","Nerve growth factor (NGF) (zNGF)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","A0A8M1NIE6","ngf","ikk2","ngf","A0A8M1NIE6","Nerve growth factor (NGF) (zNGF)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","O73797","ngf","ntf7","ngf","ntf7","Nerve growth factor (NGF) (zNGF)","Neurotrophin-7 (NT-7) (zNT-7)","string-db","7955.ENSDARP00000136047/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q7ZW98","ngf","ap2m1b","ngf","Q7ZW98","Nerve growth factor (NGF) (zNGF)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","F1Q5Z8","ngf","p62","ngf","sqstm1","Nerve growth factor (NGF) (zNGF)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q9DE49","ngf","pdgfra","ngf","Q9DE49","Nerve growth factor (NGF) (zNGF)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","A0A0R4IKQ9","ngf","Insulin receptor substrate 2","ngf","irs2b","Nerve growth factor (NGF) (zNGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","X1WGM0","ngf","si:dkey-148h10.5","ngf","si:dkey-148h10.5","Nerve growth factor (NGF) (zNGF)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q7T2E8","ngf","rhoac","ngf","rhoac","Nerve growth factor (NGF) (zNGF)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q6DEM2","ngf","fb34h10","ngf","crk","Nerve growth factor (NGF) (zNGF)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000065032","physical","txid7955" +"Q6YBR5","Q803T6","ngf","sh3gl2","ngf","sh3gl2a","Nerve growth factor (NGF) (zNGF)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000065032","physical","txid7955" +"F1Q5Z8","F1RDC0","p62","apg5l","sqstm1","atg5","Sequestosome-1","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","B3DIU1","p62","cul3","sqstm1","cul3b","Sequestosome-1","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","X1WGM0","p62","si:dkey-148h10.5","sqstm1","si:dkey-148h10.5","Sequestosome-1","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","A0A2R8Q1W5","p62","keap1b","sqstm1","keap1b","Sequestosome-1","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","A0A0N4SUD2","p62","Ubi-p63E","sqstm1","ubb","Sequestosome-1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","Q0GKD6","p62","wu:fk70c05","sqstm1","tbk1","Sequestosome-1","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","A0A8M1NIE6","p62","ikk2","sqstm1","A0A8M1NIE6","Sequestosome-1","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","F1QHN6","p62","im:7042025","sqstm1","ubc","Sequestosome-1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","A0A8M2BJP0","p62","mg:cb01g09","sqstm1","A0A8M2BJP0","Sequestosome-1","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","Q7ZUD8","p62","MAP1-LC3B","sqstm1","map1lc3b","Sequestosome-1","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","Q7SXA3","p62","zgc:66168","sqstm1","rps27a","Sequestosome-1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000117113","physical","txid7955" +"F1Q5Z8","F6NJE2","p62","Interleukin-1 receptor-associated kinase 1","sqstm1","irak1","Sequestosome-1","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000117113","physical","txid7955" +"A0A8M2BL72","A0A8M2B8K6","Angiomotin","inadl","A0A8M2BL72","A0A8M2B8K6","Angiomotin","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000118215","physical","txid7955" +"Q6TNS1","Q1A5L0","PARD6G","Crumbs homolog 3a","pard6gb","crb3a","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","Crumbs homolog 3a (Crumbs-like protein 3a)","string-db","7955.ENSDARP00000139560/7955.ENSDARP00000052392","physical","txid7955" +"Q6TNS1","Q7ZSZ9","PARD6G","rac1","pard6gb","rac1a","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000052392","physical","txid7955" +"Q6TNS1","Q6PFU4","PARD6G","cdc42a","pard6gb","cdc42","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000052392","physical","txid7955" +"Q6TNS1","Q8JHF4","PARD6G","pals1a","pard6gb","Q8JHF4","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","string-db","7955.ENSDARP00000123304/7955.ENSDARP00000052392","physical","txid7955" +"A0A8M3APH7","Q307I6","amotl1","WW domain-containing transcription regulator 1","A0A8M3APH7","wwtr1","Angiomotin like 1 (Angiomotin-like protein 1)","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000024424","physical","txid7955" +"A0A8M3APH7","A0A8M3AVD9","amotl1","fi15c05","A0A8M3APH7","A0A8M3AVD9","Angiomotin like 1 (Angiomotin-like protein 1)","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000024424","physical","txid7955" +"A0A8M3APH7","A0A8M2B8K6","amotl1","inadl","A0A8M3APH7","A0A8M2B8K6","Angiomotin like 1 (Angiomotin-like protein 1)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000024424","physical","txid7955" +"A0A8M3APH7","Q1L8J7","amotl1","yap1","A0A8M3APH7","yap1","Angiomotin like 1 (Angiomotin-like protein 1)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","string-db","7955.ENSDARP00000089684/7955.ENSDARP00000024424","physical","txid7955" +"B8A5S6","A0A8M2B8K6","zgc:154007","inadl","amotl2b","A0A8M2B8K6","Angiomotin like 2b isoform X1 (Angiomotin-like 2b)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000114222","physical","txid7955" +"Q4ZJI3","Q803U6","mip2","aqp3","mipb","Q803U6","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin-3 (Aquaglyceroporin-3)","string-db","7955.ENSDARP00000018463/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","A0A0R4IIL3","mip2","Aquaporin","mipb","aqp11","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q66I64","mip2","aqp8a","mipb","aqp8a.1","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q6AZD2","mip2","si:ch211-192k9.1","mipb","Q6AZD2","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin-4","string-db","7955.ENSDARP00000021578/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q6DEI6","mip2","mip1","mipb","Q6DEI6","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Lens fiber major intrinsic protein","string-db","7955.ENSDARP00000054237/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q0IIQ6","mip2","zgc:152755","mipb","Q0IIQ6","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin","string-db","7955.ENSDARP00000063532/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q1L8T0","mip2","si:dkey-204a24.5","mipb","Q1L8T0","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000005361","physical","txid7955" +"Q4ZJI3","Q6NZ72","mip2","fj33g04","mipb","Q6NZ72","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","string-db","7955.ENSDARP00000036702/7955.ENSDARP00000005361","physical","txid7955" +"Q803U6","Q1L8T0","aqp3","si:dkey-204a24.5","Q803U6","Q1L8T0","Aquaporin-3 (Aquaglyceroporin-3)","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","Q6NZ72","aqp3","fj33g04","Q803U6","Q6NZ72","Aquaporin-3 (Aquaglyceroporin-3)","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","string-db","7955.ENSDARP00000036702/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","Q66I64","aqp3","aqp8a","Q803U6","aqp8a.1","Aquaporin-3 (Aquaglyceroporin-3)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","A0A0R4IIL3","aqp3","Aquaporin","Q803U6","aqp11","Aquaporin-3 (Aquaglyceroporin-3)","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","Q6AZD2","aqp3","si:ch211-192k9.1","Q803U6","Q6AZD2","Aquaporin-3 (Aquaglyceroporin-3)","Aquaporin-4","string-db","7955.ENSDARP00000021578/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","Q6DEI6","aqp3","mip1","Q803U6","Q6DEI6","Aquaporin-3 (Aquaglyceroporin-3)","Lens fiber major intrinsic protein","string-db","7955.ENSDARP00000054237/7955.ENSDARP00000018463","physical","txid7955" +"Q803U6","Q0IIQ6","aqp3","zgc:152755","Q803U6","Q0IIQ6","Aquaporin-3 (Aquaglyceroporin-3)","Aquaporin","string-db","7955.ENSDARP00000063532/7955.ENSDARP00000018463","physical","txid7955" +"Q0IIQ6","Q66I64","zgc:152755","aqp8a","Q0IIQ6","aqp8a.1","Aquaporin","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000063532","physical","txid7955" +"Q0IIQ6","Q1L8T0","zgc:152755","si:dkey-204a24.5","Q0IIQ6","Q1L8T0","Aquaporin","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000063532","physical","txid7955" +"Q0IIQ6","A0A0R4IIL3","zgc:152755","Aquaporin","Q0IIQ6","aqp11","Aquaporin","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000063532","physical","txid7955" +"Q1L8T0","A0A0R4IIL3","si:dkey-204a24.5","Aquaporin","Q1L8T0","aqp11","Aquaporin 10b (Aquaporin-10)","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000121815","physical","txid7955" +"Q6AZD2","Q6DEI6","si:ch211-192k9.1","mip1","Q6AZD2","Q6DEI6","Aquaporin-4","Lens fiber major intrinsic protein","string-db","7955.ENSDARP00000054237/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","Q1L8T0","si:ch211-192k9.1","si:dkey-204a24.5","Q6AZD2","Q1L8T0","Aquaporin-4","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","Q66I64","si:ch211-192k9.1","aqp8a","Q6AZD2","aqp8a.1","Aquaporin-4","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","Q6NZ72","si:ch211-192k9.1","fj33g04","Q6AZD2","Q6NZ72","Aquaporin-4","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","string-db","7955.ENSDARP00000036702/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","Q6YLH9","si:ch211-192k9.1","CAV1","Q6AZD2","cav1","Aquaporin-4","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","A0A0R4IIL3","si:ch211-192k9.1","Aquaporin","Q6AZD2","aqp11","Aquaporin-4","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000021578","physical","txid7955" +"Q6AZD2","Q0IIQ6","si:ch211-192k9.1","zgc:152755","Q6AZD2","Q0IIQ6","Aquaporin-4","Aquaporin","string-db","7955.ENSDARP00000063532/7955.ENSDARP00000021578","physical","txid7955" +"Q6DEI6","A0A0R4IIL3","mip1","Aquaporin","Q6DEI6","aqp11","Lens fiber major intrinsic protein","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000054237","physical","txid7955" +"Q6DEI6","Q0IIQ6","mip1","zgc:152755","Q6DEI6","Q0IIQ6","Lens fiber major intrinsic protein","Aquaporin","string-db","7955.ENSDARP00000063532/7955.ENSDARP00000054237","physical","txid7955" +"Q6DEI6","Q1L8T0","mip1","si:dkey-204a24.5","Q6DEI6","Q1L8T0","Lens fiber major intrinsic protein","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000054237","physical","txid7955" +"Q6DEI6","Q66I64","mip1","aqp8a","Q6DEI6","aqp8a.1","Lens fiber major intrinsic protein","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000054237","physical","txid7955" +"Q6NZ72","A0A0R4IIL3","fj33g04","Aquaporin","Q6NZ72","aqp11","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","Q0IIQ6","fj33g04","zgc:152755","Q6NZ72","Q0IIQ6","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Aquaporin","string-db","7955.ENSDARP00000063532/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","Q1L8T0","fj33g04","si:dkey-204a24.5","Q6NZ72","Q1L8T0","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","Q7ZZJ7","fj33g04","ae1","Q6NZ72","slc4a1a","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Anion exchange protein","string-db","7955.ENSDARP00000110238/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","Q6DEI6","fj33g04","mip1","Q6NZ72","Q6DEI6","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Lens fiber major intrinsic protein","string-db","7955.ENSDARP00000054237/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","F1QCQ7","fj33g04","band7.2","Q6NZ72","F1QCQ7","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000036702","physical","txid7955" +"Q6NZ72","Q66I64","fj33g04","aqp8a","Q6NZ72","aqp8a.1","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","string-db","7955.ENSDARP00000066381/7955.ENSDARP00000036702","physical","txid7955" +"Q66I64","Q1L8T0","aqp8a","si:dkey-204a24.5","aqp8a.1","Q1L8T0","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","Aquaporin 10b (Aquaporin-10)","string-db","7955.ENSDARP00000121815/7955.ENSDARP00000066381","physical","txid7955" +"Q66I64","A0A0R4IIL3","aqp8a","Aquaporin","aqp8a.1","aqp11","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","Aquaporin","string-db","7955.ENSDARP00000134726/7955.ENSDARP00000066381","physical","txid7955" +"F6PD98","Q6Q6F6","errg","erralpha","esrrga","esrra","Estrogen-related receptor gamma a (Estrogen-related receptor gamma isoform X4)","Estrogen-related receptor alpha (Steroid hormone receptor ERR1)","string-db","7955.ENSDARP00000144183/7955.ENSDARP00000005364","physical","txid7955" +"F6PD98","E7FF48","errg","SMRT","esrrga","ncor2","Estrogen-related receptor gamma a (Estrogen-related receptor gamma isoform X4)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000005364","physical","txid7955" +"Q7SZX9","Q6DRP2","SI:zK13A21.8","gnl3","gnl3l","Q6DRP2","FLJ10613-like (Guanine nucleotide-binding protein-like 3 (nucleolar)-like) (Guanine nucleotide-binding protein-like 3-like protein) (Uncharacterized protein flj10613l)","Guanine nucleotide-binding protein-like 3 (Nucleostemin-like protein)","string-db","7955.ENSDARP00000109517/7955.ENSDARP00000005405","physical","txid7955" +"Q6PUR7","Q0P3X8","smcr8b","lamtor4","Q6PUR7","lamtor4","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","E7FA90","smcr8b","si:dkey-176g4.2","Q6PUR7","lamtor5","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q6DHI8","smcr8b","zgc:92283","Q6PUR7","rgp1","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","string-db","7955.ENSDARP00000048920/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q503S6","smcr8b","lamtor3","Q6PUR7","Q503S6","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q7ZTY5","smcr8b","zgc:56473","Q6PUR7","eif2b3","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","eIF-2B GDP-GTP exchange factor subunit gamma","string-db","7955.ENSDARP00000016277/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q7T3A4","smcr8b","rab13","Q6PUR7","rab13","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ras-related protein Rab-13","string-db","7955.ENSDARP00000046921/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","A0A2R8QPS5","smcr8b","ric1","Q6PUR7","A0A2R8QPS5","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q7ZSZ0","smcr8b","rab1a","Q6PUR7","rab1ab","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ras-related protein Rab-1A","string-db","7955.ENSDARP00000043001/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q6NV39","smcr8b","im:7151147","Q6PUR7","Q6NV39","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q6TLH8","smcr8b","C9orf72","Q6PUR7","-","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","string-db","7955.ENSDARP00000005597/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","E7FBZ6","smcr8b","Ragulator complex protein LAMTOR1","Q6PUR7","E7FBZ6","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","F1Q4U0","smcr8b","fj48d04","Q6PUR7","F1Q4U0","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q6DEG4","smcr8b","lamtor2","Q6PUR7","Q6DEG4","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q3B736","smcr8b","atg101","Q6PUR7","atg101","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","Q6DGV5","smcr8b","zgc:92757","Q6PUR7","rab10","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Ras-related protein Rab-10","string-db","7955.ENSDARP00000067775/7955.ENSDARP00000005452","physical","txid7955" +"Q6PUR7","E7FA21","smcr8b","smcr8a","Q6PUR7","smcr8a","Guanine nucleotide exchange protein smcr8b (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog B)","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","string-db","7955.ENSDARP00000069232/7955.ENSDARP00000005452","physical","txid7955" +"Q6NV39","A0A2R8QPS5","im:7151147","ric1","Q6NV39","A0A2R8QPS5","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000132398","physical","txid7955" +"Q7ZTY5","F1QGW6","zgc:56473","eif2s3","eif2b3","eif2s3","eIF-2B GDP-GTP exchange factor subunit gamma","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q6NXC7","zgc:56473","zgc:77512","eif2b3","Q6NXC7","eIF-2B GDP-GTP exchange factor subunit gamma","Translation initiation factor eIF-2B subunit beta (eIF-2B GDP-GTP exchange factor subunit beta)","string-db","7955.ENSDARP00000060688/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","E7FA90","zgc:56473","si:dkey-176g4.2","eif2b3","lamtor5","eIF-2B GDP-GTP exchange factor subunit gamma","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q0P3X8","zgc:56473","lamtor4","eif2b3","lamtor4","eIF-2B GDP-GTP exchange factor subunit gamma","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q5RIE1","zgc:56473","si:ch211-101l18.4","eif2b3","Q5RIE1","eIF-2B GDP-GTP exchange factor subunit gamma","Translation initiation factor eIF-2B subunit delta (eIF-2B GDP-GTP exchange factor subunit delta)","string-db","7955.ENSDARP00000106707/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q503S6","zgc:56473","lamtor3","eif2b3","Q503S6","eIF-2B GDP-GTP exchange factor subunit gamma","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","E7FA21","zgc:56473","smcr8a","eif2b3","smcr8a","eIF-2B GDP-GTP exchange factor subunit gamma","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","string-db","7955.ENSDARP00000069232/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q9I9E9","zgc:56473","eif2s1","eif2b3","eif2s1b","eIF-2B GDP-GTP exchange factor subunit gamma","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q7ZWD3","zgc:56473","eif2s1l","eif2b3","eif2s1a","eIF-2B GDP-GTP exchange factor subunit gamma","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000026560/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","A0A2R8QPS5","zgc:56473","ric1","eif2b3","A0A2R8QPS5","eIF-2B GDP-GTP exchange factor subunit gamma","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","E7FBZ6","zgc:56473","Ragulator complex protein LAMTOR1","eif2b3","E7FBZ6","eIF-2B GDP-GTP exchange factor subunit gamma","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q6DEG4","zgc:56473","lamtor2","eif2b3","Q6DEG4","eIF-2B GDP-GTP exchange factor subunit gamma","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q6DHI8","zgc:56473","zgc:92283","eif2b3","rgp1","eIF-2B GDP-GTP exchange factor subunit gamma","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","string-db","7955.ENSDARP00000048920/7955.ENSDARP00000016277","physical","txid7955" +"Q7ZTY5","Q6NV39","zgc:56473","im:7151147","eif2b3","Q6NV39","eIF-2B GDP-GTP exchange factor subunit gamma","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000016277","physical","txid7955" +"Q6TLH8","E7FA21","C9orf72","smcr8a","-","smcr8a","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","string-db","7955.ENSDARP00000069232/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","E9QIB7","C9orf72","non-specific serine/threonine protein kinase","-","ulk1b","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q90473","C9orf72","hspa8","-","Q90473","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q7ZSZ0","C9orf72","rab1a","-","rab1ab","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Ras-related protein Rab-1A","string-db","7955.ENSDARP00000043001/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q7SYE0","C9orf72","atg13","-","atg13","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Autophagy-related protein 13","string-db","7955.ENSDARP00000052323/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","F1Q4U0","C9orf72","fj48d04","-","F1Q4U0","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q3B736","C9orf72","atg101","-","atg101","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","X1WEA3","C9orf72","non-specific serine/threonine protein kinase","-","ulk2","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128554/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q6PGX4","C9orf72","zgc:63663","-","hsc70","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","string-db","7955.ENSDARP00000039324/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q6P0V0","C9orf72","zgc:77712","-","hnrnph1","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Heterogeneous nuclear ribonucleoprotein H1","string-db","7955.ENSDARP00000059917/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","E7FFM2","C9orf72","RB1-inducible coiled-coil 1","-","E7FFM2","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q6DGV5","C9orf72","zgc:92757","-","rab10","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Ras-related protein Rab-10","string-db","7955.ENSDARP00000067775/7955.ENSDARP00000005597","physical","txid7955" +"Q6TLH8","Q7T3A4","C9orf72","rab13","-","rab13","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","Ras-related protein Rab-13","string-db","7955.ENSDARP00000046921/7955.ENSDARP00000005597","physical","txid7955" +"E7FA21","Q6NV39","smcr8a","im:7151147","smcr8a","Q6NV39","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","Q503S6","smcr8a","lamtor3","smcr8a","Q503S6","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","F1Q4U0","smcr8a","fj48d04","smcr8a","F1Q4U0","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","E7FA90","smcr8a","si:dkey-176g4.2","smcr8a","lamtor5","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","Q0P3X8","smcr8a","lamtor4","smcr8a","lamtor4","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","A0A2R8QPS5","smcr8a","ric1","smcr8a","A0A2R8QPS5","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000069232","physical","txid7955" +"E7FA21","E7FBZ6","smcr8a","Ragulator complex protein LAMTOR1","smcr8a","E7FBZ6","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000069232","physical","txid7955" +"Q3B736","A0A0R4IFI0","atg101","Regulatory-associated protein of MTOR, complex 1","atg101","A0A0R4IFI0","Autophagy-related protein 101","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","Q803V5","atg101","mlst8","atg101","Q803V5","Autophagy-related protein 101","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","E7F9C4","atg101","5'-AMP-activated protein kinase catalytic subunit alpha-2","atg101","prkaa2","Autophagy-related protein 101","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","F8W5P9","atg101","zgc:153329","atg101","F8W5P9","Autophagy-related protein 101","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","F1QK10","atg101","zgc:136850","atg101","prkag3b","Autophagy-related protein 101","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","F1Q4U0","atg101","fj48d04","atg101","F1Q4U0","Autophagy-related protein 101","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","A5WUM0","atg101","cb116","atg101","A5WUM0","Autophagy-related protein 101","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","Q503S6","atg101","lamtor3","atg101","Q503S6","Autophagy-related protein 101","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","Q6DHM2","atg101","zgc:92228","atg101","prkab1a","Autophagy-related protein 101","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","string-db","7955.ENSDARP00000064865/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","Q0P3X8","atg101","lamtor4","atg101","lamtor4","Autophagy-related protein 101","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","E7FFM2","atg101","RB1-inducible coiled-coil 1","atg101","E7FFM2","Autophagy-related protein 101","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","X1WEA3","atg101","non-specific serine/threonine protein kinase","atg101","ulk2","Autophagy-related protein 101","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128554/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","E7FA90","atg101","si:dkey-176g4.2","atg101","lamtor5","Autophagy-related protein 101","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","E9QIB7","atg101","non-specific serine/threonine protein kinase","atg101","ulk1b","Autophagy-related protein 101","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000063543","physical","txid7955" +"Q3B736","E7FBZ6","atg101","Ragulator complex protein LAMTOR1","atg101","E7FBZ6","Autophagy-related protein 101","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000063543","physical","txid7955" +"Q7T3A4","E7FEL7","rab13","si:dkey-17e16.17","rab13","bicdl2l","Ras-related protein Rab-13","BICD family-like cargo adapter 2 (Bicaudal-D-related protein 2-like)","string-db","7955.ENSDARP00000112331/7955.ENSDARP00000046921","physical","txid7955" +"Q7T3A4","A0JMK8","rab13","bicdl2","rab13","A0JMK8","Ras-related protein Rab-13","BICD family-like cargo adapter 2 (Bicaudal D-related protein 2) (BICD-related protein 2) (BICDR-2) (Coiled-coil domain-containing protein 64B)","string-db","7955.ENSDARP00000068757/7955.ENSDARP00000046921","physical","txid7955" +"Q7T3A4","A2AR68","rab13","zgc:110600","rab13","gdi1","Ras-related protein Rab-13","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000046921","physical","txid7955" +"Q7T3A4","Q4V946","rab13","fj12b07","rab13","rabggtb","Ras-related protein Rab-13","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000046921","physical","txid7955" +"Q7T3A4","A0A0R4INF7","rab13","fd16d06","rab13","micall2a","Ras-related protein Rab-13","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000046921","physical","txid7955" +"Q7T3A4","F1QAZ3","rab13","MICAL-2","rab13","micall2b","Ras-related protein Rab-13","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","string-db","7955.ENSDARP00000118632/7955.ENSDARP00000046921","physical","txid7955" +"Q7ZSZ0","B8JLC8","rab1a","si:ch73-131e21.5","rab1ab","rab1aa","Ras-related protein Rab-1A","Ras-related protein Rab-1A","string-db","7955.ENSDARP00000068572/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","A1IH00","rab1a","golga2","rab1ab","golga2","Ras-related protein Rab-1A","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","A2AR68","rab1a","zgc:110600","rab1ab","gdi1","Ras-related protein Rab-1A","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","F1Q4U0","rab1a","fj48d04","rab1ab","F1Q4U0","Ras-related protein Rab-1A","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","Q6DRK7","rab1a","Serine/threonine-protein kinase PLK","rab1ab","plk1","Ras-related protein Rab-1A","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","Q4V946","rab1a","fj12b07","rab1ab","rabggtb","Ras-related protein Rab-1A","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000043001","physical","txid7955" +"Q7ZSZ0","A4FVK4","rab1a","rab8","rab1ab","rab8a","Ras-related protein Rab-1A","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000043001","physical","txid7955" +"Q6DHI8","Q0P3X8","zgc:92283","lamtor4","rgp1","lamtor4","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","A0A2R8QPS5","zgc:92283","ric1","rgp1","A0A2R8QPS5","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","E7FA90","zgc:92283","si:dkey-176g4.2","rgp1","lamtor5","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","Q498P3","zgc:92283","zgc:114080","rgp1","Q498P3","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","RAB33B, member RAS oncogene family a (Ras-related protein Rab-33B) (Zgc:114080)","string-db","7955.ENSDARP00000068605/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","E7FA21","zgc:92283","smcr8a","rgp1","smcr8a","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","string-db","7955.ENSDARP00000069232/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","Q503S6","zgc:92283","lamtor3","rgp1","Q503S6","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","E7FBZ6","zgc:92283","Ragulator complex protein LAMTOR1","rgp1","E7FBZ6","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","Q6NV39","zgc:92283","im:7151147","rgp1","Q6NV39","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000048920","physical","txid7955" +"Q6DHI8","Q6DEG4","zgc:92283","lamtor2","rgp1","Q6DEG4","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000048920","physical","txid7955" +"Q6DGV5","Q58EK5","zgc:92757","tdrd1","rab10","Q58EK5","Ras-related protein Rab-10","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000067775","physical","txid7955" +"Q6DGV5","Q4V946","zgc:92757","fj12b07","rab10","rabggtb","Ras-related protein Rab-10","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000067775","physical","txid7955" +"Q6DGV5","A2AR68","zgc:92757","zgc:110600","rab10","gdi1","Ras-related protein Rab-10","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000067775","physical","txid7955" +"Q90479","Q90YM0","nadl1.2","zOCAM","Q90479","ncam2","Neural cell adhesion molecule L1.2 (N-CAM-L1.2) (NCAM-L1.2)","Cell adhesion molecule OCAM (Neural cell adhesion molecule 2)","string-db","7955.ENSDARP00000091454/7955.ENSDARP00000005473","physical","txid7955" +"A0A8M1NE02","E9QDQ3","fj45h06","Leucine-rich repeat-containing 4.1","A0A8M1NE02","lrrc4.1","Leucine-rich repeat-containing 4.2 (Leucine-rich repeat-containing protein 4 isoform X1) (Leucine-rich repeat-containing protein 4 precursor)","Leucine-rich repeat-containing 4.1 (Leucine-rich repeat-containing protein 4)","string-db","7955.ENSDARP00000122550/7955.ENSDARP00000005494","physical","txid7955" +"E9QDQ3","Q90Z31","Leucine-rich repeat-containing 4.1","efnb3","lrrc4.1","efnb3b","Leucine-rich repeat-containing 4.1 (Leucine-rich repeat-containing protein 4)","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","psicquic","19765300;26190107","physical","txid7955" +"E9QDQ3","O73874","Leucine-rich repeat-containing 4.1","efnb2a","lrrc4.1","efnb2a","Leucine-rich repeat-containing 4.1 (Leucine-rich repeat-containing protein 4)","Ephrin-B2a","psicquic","19765300;26190107","physical","txid7955" +"Q7SXS7","Q6PI20","setd3","h3f3a; h3f3b.1; h3-5; h3f3d","Q7SXS7","h3f3a;h3f3b.1;h3-5;h3f3d","Actin-histidine N-methyltransferase (EC 2.1.1.85) (Protein-L-histidine N-tele-methyltransferase) (SET domain-containing protein 3)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000005500","physical","txid7955" +"Q5RGV8","E7F5V3","im:7145278","fasn","Q5RGV8","fasn","Malonyl CoA:ACP acyltransferase (mitochondrial) (Malonyl-CoA-acyl carrier protein transacylase, mitochondrial (EC 2.3.1.39))","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","string-db","7955.ENSDARP00000112100/7955.ENSDARP00000005503","physical","txid7955" +"E7F5V3","F1R7W6","fasn","osxm","fasn","F1R7W6","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","3-oxoacyl-[acyl-carrier-protein] synthase","string-db","7955.ENSDARP00000137981/7955.ENSDARP00000112100","physical","txid7955" +"Q6TLE4","Q5TYV0","mmgt1","emc7","mmgt1","emc7","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 7","string-db","7955.ENSDARP00000024849/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","A7E2M3","mmgt1","emc10","mmgt1","A7E2M3","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q7ZUY2","mmgt1","cox4nb","mmgt1","emc8","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","Cox4 neighbor (ER membrane protein complex subunit 8)","string-db","7955.ENSDARP00000013605/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q6TGY8","mmgt1","emc2","mmgt1","emc2","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","string-db","7955.ENSDARP00000006378/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q6P011","mmgt1","emc4","mmgt1","Q6P011","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","B0V1B5","mmgt1","ER membrane protein complex subunit 3","mmgt1","-","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 3","string-db","7955.ENSDARP00000046711/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q7SXW4","mmgt1","emc3","mmgt1","emc3","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q8AWD7","mmgt1","zgc:55317","mmgt1","emc9","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 9 (Zgc:55317)","string-db","7955.ENSDARP00000041393/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","Q6P0F0","mmgt1","emc6","mmgt1","emc6","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000005525","physical","txid7955" +"Q6TLE4","E9QG66","mmgt1","ER membrane protein complex subunit 1","mmgt1","E9QG66","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000005525","physical","txid7955" +"Q7ZUY2","Q6P0F0","cox4nb","emc6","emc8","emc6","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","Q8AWD7","cox4nb","zgc:55317","emc8","emc9","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 9 (Zgc:55317)","string-db","7955.ENSDARP00000041393/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","E9QG66","cox4nb","ER membrane protein complex subunit 1","emc8","E9QG66","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","Q5TYV0","cox4nb","emc7","emc8","emc7","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 7","string-db","7955.ENSDARP00000024849/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","A7E2M3","cox4nb","emc10","emc8","A7E2M3","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","Q7SXW4","cox4nb","emc3","emc8","emc3","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","Q6P011","cox4nb","emc4","emc8","Q6P011","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000013605","physical","txid7955" +"Q7ZUY2","B0V1B5","cox4nb","ER membrane protein complex subunit 3","emc8","-","Cox4 neighbor (ER membrane protein complex subunit 8)","ER membrane protein complex subunit 3","string-db","7955.ENSDARP00000046711/7955.ENSDARP00000013605","physical","txid7955" +"Q6P0F0","Q7SXW4","emc6","emc3","emc6","emc3","ER membrane protein complex subunit 6 (Transmembrane protein 93)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000051134","physical","txid7955" +"Q6P0F0","A7E2M3","emc6","emc10","emc6","A7E2M3","ER membrane protein complex subunit 6 (Transmembrane protein 93)","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000051134","physical","txid7955" +"Q6P0F0","F1RCP1","emc6","becn1","emc6","F1RCP1","ER membrane protein complex subunit 6 (Transmembrane protein 93)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000051134","physical","txid7955" +"Q6P0F0","E9QG66","emc6","ER membrane protein complex subunit 1","emc6","E9QG66","ER membrane protein complex subunit 6 (Transmembrane protein 93)","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000051134","physical","txid7955" +"Q6P0F0","Q6P011","emc6","emc4","emc6","Q6P011","ER membrane protein complex subunit 6 (Transmembrane protein 93)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000051134","physical","txid7955" +"Q8AWD7","A7E2M3","zgc:55317","emc10","emc9","A7E2M3","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000041393","physical","txid7955" +"Q8AWD7","B0V1B5","zgc:55317","ER membrane protein complex subunit 3","emc9","-","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 3","string-db","7955.ENSDARP00000046711/7955.ENSDARP00000041393","physical","txid7955" +"Q8AWD7","Q6P011","zgc:55317","emc4","emc9","Q6P011","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000041393","physical","txid7955" +"Q8AWD7","Q6P0F0","zgc:55317","emc6","emc9","emc6","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000041393","physical","txid7955" +"Q8AWD7","Q7SXW4","zgc:55317","emc3","emc9","emc3","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000041393","physical","txid7955" +"Q8AWD7","E9QG66","zgc:55317","ER membrane protein complex subunit 1","emc9","E9QG66","ER membrane protein complex subunit 9 (Zgc:55317)","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000041393","physical","txid7955" +"A7E2M3","Q6P011","emc10","emc4","A7E2M3","Q6P011","ER membrane protein complex subunit 10","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000071497","physical","txid7955" +"A7E2M3","Q7SXW4","emc10","emc3","A7E2M3","emc3","ER membrane protein complex subunit 10","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000071497","physical","txid7955" +"A7E2M3","E9QG66","emc10","ER membrane protein complex subunit 1","A7E2M3","E9QG66","ER membrane protein complex subunit 10","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000071497","physical","txid7955" +"Q6TGY8","Q6P011","emc2","emc4","emc2","Q6P011","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q7SXW4","emc2","emc3","emc2","emc3","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q4VBT5","emc2","mkrn1","emc2","mkrn1","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","Probable E3 ubiquitin-protein ligase makorin-1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase makorin-1)","string-db","7955.ENSDARP00000061069/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q7ZUY2","emc2","cox4nb","emc2","emc8","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","Cox4 neighbor (ER membrane protein complex subunit 8)","string-db","7955.ENSDARP00000013605/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q4VBS8","emc2","zgc:110436","emc2","derl2","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","E9QG66","emc2","ER membrane protein complex subunit 1","emc2","E9QG66","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q6P0F0","emc2","emc6","emc2","emc6","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q8AWD7","emc2","zgc:55317","emc2","emc9","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 9 (Zgc:55317)","string-db","7955.ENSDARP00000041393/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","Q5TYV0","emc2","emc7","emc2","emc7","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 7","string-db","7955.ENSDARP00000024849/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","B0V1B5","emc2","ER membrane protein complex subunit 3","emc2","-","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 3","string-db","7955.ENSDARP00000046711/7955.ENSDARP00000006378","physical","txid7955" +"Q6TGY8","A7E2M3","emc2","emc10","emc2","A7E2M3","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000006378","physical","txid7955" +"Q5TYV0","Q8AWD7","emc7","zgc:55317","emc7","emc9","ER membrane protein complex subunit 7","ER membrane protein complex subunit 9 (Zgc:55317)","string-db","7955.ENSDARP00000041393/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","B0V1B5","emc7","ER membrane protein complex subunit 3","emc7","-","ER membrane protein complex subunit 7","ER membrane protein complex subunit 3","string-db","7955.ENSDARP00000046711/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","Q6P011","emc7","emc4","emc7","Q6P011","ER membrane protein complex subunit 7","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","Q7SXW4","emc7","emc3","emc7","emc3","ER membrane protein complex subunit 7","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","A7E2M3","emc7","emc10","emc7","A7E2M3","ER membrane protein complex subunit 7","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","E9QG66","emc7","ER membrane protein complex subunit 1","emc7","E9QG66","ER membrane protein complex subunit 7","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000024849","physical","txid7955" +"Q5TYV0","Q6P0F0","emc7","emc6","emc7","emc6","ER membrane protein complex subunit 7","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000024849","physical","txid7955" +"B0V1B5","Q6P0F0","ER membrane protein complex subunit 3","emc6","-","emc6","ER membrane protein complex subunit 3","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000046711","physical","txid7955" +"B0V1B5","A7E2M3","ER membrane protein complex subunit 3","emc10","-","A7E2M3","ER membrane protein complex subunit 3","ER membrane protein complex subunit 10","string-db","7955.ENSDARP00000071497/7955.ENSDARP00000046711","physical","txid7955" +"B0V1B5","Q6P011","ER membrane protein complex subunit 3","emc4","-","Q6P011","ER membrane protein complex subunit 3","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000046711","physical","txid7955" +"B0V1B5","Q7SXW4","ER membrane protein complex subunit 3","emc3","-","emc3","ER membrane protein complex subunit 3","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000046711","physical","txid7955" +"B0V1B5","E9QG66","ER membrane protein complex subunit 3","ER membrane protein complex subunit 1","-","E9QG66","ER membrane protein complex subunit 3","ER membrane protein complex subunit 1","string-db","7955.ENSDARP00000095043/7955.ENSDARP00000046711","physical","txid7955" +"Q7SXW4","Q7T2E8","emc3","rhoac","emc3","rhoac","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000106382","physical","txid7955" +"Q7SXW4","Q6P011","emc3","emc4","emc3","Q6P011","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000106382","physical","txid7955" +"E9QG66","Q7SXW4","ER membrane protein complex subunit 1","emc3","E9QG66","emc3","ER membrane protein complex subunit 1","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000095043","physical","txid7955" +"E9QG66","A0A8M1PSV3","ER membrane protein complex subunit 1","Calnexin-like","E9QG66","A0A8M1PSV3","ER membrane protein complex subunit 1","Calnexin-like (Si:ch211-274f20.2)","string-db","7955.ENSDARP00000122942/7955.ENSDARP00000095043","physical","txid7955" +"E9QG66","Q6P011","ER membrane protein complex subunit 1","emc4","E9QG66","Q6P011","ER membrane protein complex subunit 1","ER membrane protein complex subunit 4 (Transmembrane protein 85)","string-db","7955.ENSDARP00000139558/7955.ENSDARP00000095043","physical","txid7955" +"E7FFM2","Q803V5","RB1-inducible coiled-coil 1","mlst8","E7FFM2","Q803V5","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","X1WEA3","RB1-inducible coiled-coil 1","non-specific serine/threonine protein kinase","E7FFM2","ulk2","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128554/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","F8W5P9","RB1-inducible coiled-coil 1","zgc:153329","E7FFM2","F8W5P9","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","E7FA90","RB1-inducible coiled-coil 1","si:dkey-176g4.2","E7FFM2","lamtor5","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","Q503S6","RB1-inducible coiled-coil 1","lamtor3","E7FFM2","Q503S6","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","F1QK10","RB1-inducible coiled-coil 1","zgc:136850","E7FFM2","prkag3b","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","A0A0R4IFI0","RB1-inducible coiled-coil 1","Regulatory-associated protein of MTOR, complex 1","E7FFM2","A0A0R4IFI0","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","Q0P3X8","RB1-inducible coiled-coil 1","lamtor4","E7FFM2","lamtor4","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","E9QIB7","RB1-inducible coiled-coil 1","non-specific serine/threonine protein kinase","E7FFM2","ulk1b","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000097746","physical","txid7955" +"E7FFM2","E7FBZ6","RB1-inducible coiled-coil 1","Ragulator complex protein LAMTOR1","E7FFM2","E7FBZ6","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000097746","physical","txid7955" +"Q6P0V0","B8JHR3","zgc:77712","gtf2f2","hnrnph1","gtf2f2a","Heterogeneous nuclear ribonucleoprotein H1","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000059917","physical","txid7955" +"Q6P0V0","A5D6S6","zgc:77712","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hnrnph1","polr2l","Heterogeneous nuclear ribonucleoprotein H1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000059917","physical","txid7955" +"Q6P0V0","Q7ZW41","zgc:77712","polr2g","hnrnph1","polr2g","Heterogeneous nuclear ribonucleoprotein H1","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000059917","physical","txid7955" +"Q6P0V0","F1RDV9","zgc:77712","zgc:171795","hnrnph1","F1RDV9","Heterogeneous nuclear ribonucleoprotein H1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000059917","physical","txid7955" +"Q6P0V0","A0A0R4IMS9","zgc:77712","DNA-directed RNA polymerase subunit","hnrnph1","polr2a","Heterogeneous nuclear ribonucleoprotein H1","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000059917","physical","txid7955" +"Q7SYE0","F1RDC0","atg13","apg5l","atg13","atg5","Autophagy-related protein 13","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","E7FBZ6","atg13","Ragulator complex protein LAMTOR1","atg13","E7FBZ6","Autophagy-related protein 13","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","A0A2R8RRI1","atg13","Transcription factor EB","atg13","tfeb","Autophagy-related protein 13","Transcription factor EB","string-db","7955.ENSDARP00000156744/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q503S6","atg13","lamtor3","atg13","Q503S6","Autophagy-related protein 13","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","E9QIB7","atg13","non-specific serine/threonine protein kinase","atg13","ulk1b","Autophagy-related protein 13","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","F8W5P9","atg13","zgc:153329","atg13","F8W5P9","Autophagy-related protein 13","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q0P3X8","atg13","lamtor4","atg13","lamtor4","Autophagy-related protein 13","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q803V5","atg13","mlst8","atg13","Q803V5","Autophagy-related protein 13","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","E7FA90","atg13","si:dkey-176g4.2","atg13","lamtor5","Autophagy-related protein 13","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","string-db","7955.ENSDARP00000106008/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","E7F9C4","atg13","5'-AMP-activated protein kinase catalytic subunit alpha-2","atg13","prkaa2","Autophagy-related protein 13","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q3B736","atg13","atg101","atg13","atg101","Autophagy-related protein 13","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q6DEG4","atg13","lamtor2","atg13","Q6DEG4","Autophagy-related protein 13","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q08CD8","atg13","zgc:153231","atg13","rhebl1","Autophagy-related protein 13","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","E7FFM2","atg13","RB1-inducible coiled-coil 1","atg13","E7FFM2","Autophagy-related protein 13","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","X1WEA3","atg13","non-specific serine/threonine protein kinase","atg13","ulk2","Autophagy-related protein 13","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128554/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","A0A0R4IFI0","atg13","Regulatory-associated protein of MTOR, complex 1","atg13","A0A0R4IFI0","Autophagy-related protein 13","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","Q6DHM2","atg13","zgc:92228","atg13","prkab1a","Autophagy-related protein 13","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","string-db","7955.ENSDARP00000064865/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","A5WUM0","atg13","cb116","atg13","A5WUM0","Autophagy-related protein 13","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000052323","physical","txid7955" +"Q7SYE0","F1QK10","atg13","zgc:136850","atg13","prkag3b","Autophagy-related protein 13","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000052323","physical","txid7955" +"E9QIB7","A0A0R4IFI0","non-specific serine/threonine protein kinase","Regulatory-associated protein of MTOR, complex 1","ulk1b","A0A0R4IFI0","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","Q0P3X8","non-specific serine/threonine protein kinase","lamtor4","ulk1b","lamtor4","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","string-db","7955.ENSDARP00000115287/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","F1QK10","non-specific serine/threonine protein kinase","zgc:136850","ulk1b","prkag3b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","Q803V5","non-specific serine/threonine protein kinase","mlst8","ulk1b","Q803V5","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","F8W5P9","non-specific serine/threonine protein kinase","zgc:153329","ulk1b","F8W5P9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","A0A8N7TAE1","non-specific serine/threonine protein kinase","TBC1 domain family member 14 isoform X1","ulk1b","A0A8N7TAE1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","TBC1 domain family member 14 isoform X1 (TBC1 domain family, member 14)","string-db","7955.ENSDARP00000121985/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","X1WEA3","non-specific serine/threonine protein kinase","non-specific serine/threonine protein kinase","ulk1b","ulk2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128554/7955.ENSDARP00000113763","physical","txid7955" +"E9QIB7","Q503S6","non-specific serine/threonine protein kinase","lamtor3","ulk1b","Q503S6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000113763","physical","txid7955" +"Q90473","Q6P4V4","hspa8","zgc:77673","Q90473","ctnnbl1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q5TZ27","hspa8","syt1","Q90473","syt1a","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q5RKM3","hspa8","fb36h09","Q90473","stip1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","E9QBV1","hspa8","fd07f11","Q90473","cltcb","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q56A35","hspa8","actr2b","Q90473","actr2b","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","F6P697","hspa8","HSF","Q90473","hsf1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q7ZUP5","hspa8","dnaja2","Q90473","dnaja2a","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","string-db","7955.ENSDARP00000156655/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","X1WBR5","hspa8","Heat shock 70 kDa protein 4L","Q90473","hspa4l","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q568T4","hspa8","hikeshi","Q90473","hikeshi","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q5RGB5","hspa8","si:ch211-255d18.4","Q90473","rab3ab","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","A0A8M1NE33","hspa8","si:ch211-199o1.2","Q90473","A0A8M1NE33","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q58EK5","hspa8","tdrd1","Q90473","Q58EK5","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","F8W2D1","hspa8","wu:fb34f09","Q90473","fkbp4","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q7ZV92","hspa8","prp19","Q90473","prpf19","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q6P0D5","hspa8","wbp11","Q90473","Q6P0D5","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","A0A286Y9F1","hspa8","Clathrin light chain","Q90473","A0A286Y9F1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","Q804S5","hspa8","mib1","Q90473","mib1","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","A0A0R4IBK2","hspa8","Peptidyl-prolyl cis-trans isomerase E","Q90473","A0A0R4IBK2","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","B0UXR9","hspa8","hsp70.1","Q90473","B0UXR9","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000090766","physical","txid7955" +"Q90473","F1Q8K1","hspa8","zgc:153612","Q90473","hspa12a","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000090766","physical","txid7955" +"Q29RD8","E7F0G2","glcel","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","glcea","ndst1a","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000084646/7955.ENSDARP00000005617","physical","txid7955" +"Q29RD8","E7F825","glcel","[heparan sulfate]-glucosamine N-sulfotransferase","glcea","E7F825","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000115823/7955.ENSDARP00000005617","physical","txid7955" +"Q29RD8","A0A0R4IR84","glcel","fj47c03","glcea","ndst1b","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000005617","physical","txid7955" +"Q29RD8","F1QR43","glcel","glceb","glcea","glceb","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","string-db","7955.ENSDARP00000090760/7955.ENSDARP00000005617","physical","txid7955" +"Q29RD8","E7F995","glcel","[heparan sulfate]-glucosamine N-sulfotransferase","glcea","E7F995","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000127253/7955.ENSDARP00000005617","physical","txid7955" +"F1QR43","E7F995","glceb","[heparan sulfate]-glucosamine N-sulfotransferase","glceb","E7F995","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000127253/7955.ENSDARP00000090760","physical","txid7955" +"F1QR43","E7F825","glceb","[heparan sulfate]-glucosamine N-sulfotransferase","glceb","E7F825","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000115823/7955.ENSDARP00000090760","physical","txid7955" +"F1QR43","A0A0R4IR84","glceb","fj47c03","glceb","ndst1b","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000090760","physical","txid7955" +"E7F995","A0A0R4IR84","[heparan sulfate]-glucosamine N-sulfotransferase","fj47c03","E7F995","ndst1b","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000127253","physical","txid7955" +"E7F825","E7F995","[heparan sulfate]-glucosamine N-sulfotransferase","[heparan sulfate]-glucosamine N-sulfotransferase","E7F825","E7F995","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000127253/7955.ENSDARP00000115823","physical","txid7955" +"E7F825","A0A0R4IR84","[heparan sulfate]-glucosamine N-sulfotransferase","fj47c03","E7F825","ndst1b","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000115823","physical","txid7955" +"E7F0G2","E7F825","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","[heparan sulfate]-glucosamine N-sulfotransferase","ndst1a","E7F825","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000115823/7955.ENSDARP00000084646","physical","txid7955" +"E7F0G2","F1QR43","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","glceb","ndst1a","glceb","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","string-db","7955.ENSDARP00000090760/7955.ENSDARP00000084646","physical","txid7955" +"E7F0G2","A0A0R4IR84","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","fj47c03","ndst1a","ndst1b","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000084646","physical","txid7955" +"E7F0G2","E7F995","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","[heparan sulfate]-glucosamine N-sulfotransferase","ndst1a","E7F995","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","[heparan sulfate]-glucosamine N-sulfotransferase (EC 2.8.2.8)","string-db","7955.ENSDARP00000127253/7955.ENSDARP00000084646","physical","txid7955" +"Q7ZUQ0","Q7ZSZ9","wu:fk93e03","rac1","arpc1a","rac1a","Actin-related protein 2/3 complex subunit","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q90YM8","wu:fk93e03","cyfip1","arpc1a","Q90YM8","Actin-related protein 2/3 complex subunit","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q7ZWH4","wu:fk93e03","Actin-related protein 2/3 complex subunit 5","arpc1a","arpc5b","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000025370/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6IQ86","wu:fk93e03","brk1","arpc1a","brk1","Actin-related protein 2/3 complex subunit","Probable protein BRICK1","string-db","7955.ENSDARP00000061519/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6NZZ2","wu:fk93e03","arpc4","arpc1a","arpc4","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","P83751","wu:fk93e03","actb","arpc1a","P83751","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q803M7","wu:fk93e03","wu:fb09c07","arpc1a","arpc5a","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000057173/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6P2T5","wu:fk93e03","fk84a07","arpc1a","arpc2","Actin-related protein 2/3 complex subunit","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","A0A8M1P4I3","wu:fk93e03","zgc:56010","arpc1a","A0A8M1P4I3","Actin-related protein 2/3 complex subunit","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","F1R187","wu:fk93e03","abi1","arpc1a","F1R187","Actin-related protein 2/3 complex subunit","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q7ZVI7","wu:fk93e03","actba","arpc1a","actba","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q7SXW6","wu:fk93e03","actr2a","arpc1a","Q7SXW6","Actin-related protein 2/3 complex subunit","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6PC73","wu:fk93e03","grb2","arpc1a","grb2b","Actin-related protein 2/3 complex subunit","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","B0S541","wu:fk93e03","Myosin X","arpc1a","myo10","Actin-related protein 2/3 complex subunit","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6ZM62","wu:fk93e03","zgc:86828","arpc1a","arpc3","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q56A35","wu:fk93e03","actr2b","arpc1a","actr2b","Actin-related protein 2/3 complex subunit","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","B0S516","wu:fk93e03","si:dkeyp-15f12.2","arpc1a","arpc5lb","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q6P0D3","wu:fk93e03","arpc5l","arpc1a","arpc5la","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000061143/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q7T372","wu:fk93e03","arpc1a","arpc1a","Q7T372","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000038520/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","A3QJU6","wu:fk93e03","zgc:136923","arpc1a","A3QJU6","Actin-related protein 2/3 complex subunit","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","B0V217","wu:fk93e03","zgc:153663","arpc1a","B0V217","Actin-related protein 2/3 complex subunit","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","Q7ZVF9","wu:fk93e03","actbb","arpc1a","Q7ZVF9","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","B0S6R1","wu:fk93e03","nckap1","arpc1a","B0S6R1","Actin-related protein 2/3 complex subunit","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","A0A8M1QUR0","wu:fk93e03","WAS/WASL-interacting protein family member 1","arpc1a","A0A8M1QUR0","Actin-related protein 2/3 complex subunit","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","P83750","wu:fk93e03","actb","arpc1a","P83750","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","E7F6M0","wu:fk93e03","Cytoplasmic protein","arpc1a","nck1b","Actin-related protein 2/3 complex subunit","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000005640","physical","txid7955" +"Q7ZUQ0","A9JRP8","wu:fk93e03","Actin-related protein 2/3 complex subunit","arpc1a","-","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000005640","physical","txid7955" +"A9JRP8","B0S516","Actin-related protein 2/3 complex subunit","si:dkeyp-15f12.2","-","arpc5lb","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000093657","physical","txid7955" +"Q7T372","Q56A35","arpc1a","actr2b","Q7T372","actr2b","Actin-related protein 2/3 complex subunit","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","A0A8M1P4I3","arpc1a","zgc:56010","Q7T372","A0A8M1P4I3","Actin-related protein 2/3 complex subunit","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","F1R187","arpc1a","abi1","Q7T372","F1R187","Actin-related protein 2/3 complex subunit","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","P83751","arpc1a","actb","Q7T372","P83751","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6IQ86","arpc1a","brk1","Q7T372","brk1","Actin-related protein 2/3 complex subunit","Probable protein BRICK1","string-db","7955.ENSDARP00000061519/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6NZZ2","arpc1a","arpc4","Q7T372","arpc4","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q7SXW6","arpc1a","actr2a","Q7T372","Q7SXW6","Actin-related protein 2/3 complex subunit","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6ZM62","arpc1a","zgc:86828","Q7T372","arpc3","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","A0A8M1QUR0","arpc1a","WAS/WASL-interacting protein family member 1","Q7T372","A0A8M1QUR0","Actin-related protein 2/3 complex subunit","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","A3QJU6","arpc1a","zgc:136923","Q7T372","A3QJU6","Actin-related protein 2/3 complex subunit","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","P83750","arpc1a","actb","Q7T372","P83750","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q90YM8","arpc1a","cyfip1","Q7T372","Q90YM8","Actin-related protein 2/3 complex subunit","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","B0S6R1","arpc1a","nckap1","Q7T372","B0S6R1","Actin-related protein 2/3 complex subunit","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q7ZSZ9","arpc1a","rac1","Q7T372","rac1a","Actin-related protein 2/3 complex subunit","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q7ZVF9","arpc1a","actbb","Q7T372","Q7ZVF9","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","E7F6M0","arpc1a","Cytoplasmic protein","Q7T372","nck1b","Actin-related protein 2/3 complex subunit","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","B0S516","arpc1a","si:dkeyp-15f12.2","Q7T372","arpc5lb","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6PC73","arpc1a","grb2","Q7T372","grb2b","Actin-related protein 2/3 complex subunit","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6P0D3","arpc1a","arpc5l","Q7T372","arpc5la","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000061143/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q6P2T5","arpc1a","fk84a07","Q7T372","arpc2","Actin-related protein 2/3 complex subunit","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","A9JRP8","arpc1a","Actin-related protein 2/3 complex subunit","Q7T372","-","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","B0V217","arpc1a","zgc:153663","Q7T372","B0V217","Actin-related protein 2/3 complex subunit","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","B0S541","arpc1a","Myosin X","Q7T372","myo10","Actin-related protein 2/3 complex subunit","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q803M7","arpc1a","wu:fb09c07","Q7T372","arpc5a","Actin-related protein 2/3 complex subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000057173/7955.ENSDARP00000038520","physical","txid7955" +"Q7T372","Q7ZVI7","arpc1a","actba","Q7T372","actba","Actin-related protein 2/3 complex subunit","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000038520","physical","txid7955" +"Q6P0D3","Q7SXW6","arpc5l","actr2a","arpc5la","Q7SXW6","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","Q6ZM62","arpc5l","zgc:86828","arpc5la","arpc3","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","Q56A35","arpc5l","actr2b","arpc5la","actr2b","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","A9JRP8","arpc5l","Actin-related protein 2/3 complex subunit","arpc5la","-","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","B0S516","arpc5l","si:dkeyp-15f12.2","arpc5la","arpc5lb","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","Q6P2T5","arpc5l","fk84a07","arpc5la","arpc2","Actin-related protein 2/3 complex subunit 5","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000061143","physical","txid7955" +"Q6P0D3","Q6NZZ2","arpc5l","arpc4","arpc5la","arpc4","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000061143","physical","txid7955" +"F1R187","E7F6M0","abi1","Cytoplasmic protein","F1R187","nck1b","Abl interactor 1 (Abl-interactor 1a)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","B3DIT1","abi1","zgc:194528","F1R187","B3DIT1","Abl interactor 1 (Abl-interactor 1a)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","A3QJU6","abi1","zgc:136923","F1R187","A3QJU6","Abl interactor 1 (Abl-interactor 1a)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","Q6PC73","abi1","grb2","F1R187","grb2b","Abl interactor 1 (Abl-interactor 1a)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","A0A0R4IID9","abi1","eps8","F1R187","A0A0R4IID9","Abl interactor 1 (Abl-interactor 1a)","Epidermal growth factor receptor kinase substrate 8 isoform X14 (Epidermal growth factor receptor pathway substrate 8a)","string-db","7955.ENSDARP00000134730/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","A0A8M1QUR0","abi1","WAS/WASL-interacting protein family member 1","F1R187","A0A8M1QUR0","Abl interactor 1 (Abl-interactor 1a)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","F8W2F9","abi1","Tyrosine-protein kinase","F1R187","abl1","Abl interactor 1 (Abl-interactor 1a)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","I3ITM8","abi1","Wiskott-Aldrich syndrome protein family member","F1R187","si:ch73-362m14.4","Abl interactor 1 (Abl-interactor 1a)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000116601","physical","txid7955" +"F1R187","B0S6R1","abi1","nckap1","F1R187","B0S6R1","Abl interactor 1 (Abl-interactor 1a)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000116601","physical","txid7955" +"A0A8M1QUR0","B0S6R1","WAS/WASL-interacting protein family member 1","nckap1","A0A8M1QUR0","B0S6R1","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000125711","physical","txid7955" +"B0V217","A0A8M1QUR0","zgc:153663","WAS/WASL-interacting protein family member 1","B0V217","A0A8M1QUR0","Abl interactor 2 isoform X11 (Abl-interactor 2a)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","F1R187","zgc:153663","abi1","B0V217","F1R187","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","A0A8M1P4I3","zgc:153663","zgc:56010","B0V217","A0A8M1P4I3","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","Q6P2T5","zgc:153663","fk84a07","B0V217","arpc2","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","Q7ZSZ9","zgc:153663","rac1","B0V217","rac1a","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","A3QJU6","zgc:153663","zgc:136923","B0V217","A3QJU6","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","Q6PC73","zgc:153663","grb2","B0V217","grb2b","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","E7F6M0","zgc:153663","Cytoplasmic protein","B0V217","nck1b","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","A9JRY8","zgc:153663","Rac family small GTPase 3b","B0V217","rac3b","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","B0S6R1","zgc:153663","nckap1","B0V217","B0S6R1","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","Q56A35","zgc:153663","actr2b","B0V217","actr2b","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000075483","physical","txid7955" +"B0V217","Q6DGB7","zgc:153663","rac3","B0V217","rac3a","Abl interactor 2 isoform X11 (Abl-interactor 2a)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000075483","physical","txid7955" +"Q6P2T5","A9JRP8","fk84a07","Actin-related protein 2/3 complex subunit","arpc2","-","Arp2/3 complex 34 kDa subunit","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","A5WWG2","fk84a07","cip1","arpc2","cdkn1a","Arp2/3 complex 34 kDa subunit","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","Q6PC73","fk84a07","grb2","arpc2","grb2b","Arp2/3 complex 34 kDa subunit","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","F1R187","fk84a07","abi1","arpc2","F1R187","Arp2/3 complex 34 kDa subunit","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","Q56A35","fk84a07","actr2b","arpc2","actr2b","Arp2/3 complex 34 kDa subunit","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","B0S541","fk84a07","Myosin X","arpc2","myo10","Arp2/3 complex 34 kDa subunit","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","E7F6M0","fk84a07","Cytoplasmic protein","arpc2","nck1b","Arp2/3 complex 34 kDa subunit","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","B0S516","fk84a07","si:dkeyp-15f12.2","arpc2","arpc5lb","Arp2/3 complex 34 kDa subunit","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","A0A8M1P4I3","fk84a07","zgc:56010","arpc2","A0A8M1P4I3","Arp2/3 complex 34 kDa subunit","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","B0S6R1","fk84a07","nckap1","arpc2","B0S6R1","Arp2/3 complex 34 kDa subunit","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","A0A8M1QUR0","fk84a07","WAS/WASL-interacting protein family member 1","arpc2","A0A8M1QUR0","Arp2/3 complex 34 kDa subunit","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","A3QJU6","fk84a07","zgc:136923","arpc2","A3QJU6","Arp2/3 complex 34 kDa subunit","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000090576","physical","txid7955" +"Q6P2T5","Q7ZSZ9","fk84a07","rac1","arpc2","rac1a","Arp2/3 complex 34 kDa subunit","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000090576","physical","txid7955" +"Q803M7","A5WWE3","wu:fb09c07","fc26a07","arpc5a","A5WWE3","Actin-related protein 2/3 complex subunit 5","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q56A35","wu:fb09c07","actr2b","arpc5a","actr2b","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q6P0D3","wu:fb09c07","arpc5l","arpc5a","arpc5la","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000061143/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q6ZM62","wu:fb09c07","zgc:86828","arpc5a","arpc3","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q7SXW6","wu:fb09c07","actr2a","arpc5a","Q7SXW6","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q6P2T5","wu:fb09c07","fk84a07","arpc5a","arpc2","Actin-related protein 2/3 complex subunit 5","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","B0S516","wu:fb09c07","si:dkeyp-15f12.2","arpc5a","arpc5lb","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","A5WWG2","wu:fb09c07","cip1","arpc5a","cdkn1a","Actin-related protein 2/3 complex subunit 5","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","A9JRP8","wu:fb09c07","Actin-related protein 2/3 complex subunit","arpc5a","-","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000057173","physical","txid7955" +"Q803M7","Q6NZZ2","wu:fb09c07","arpc4","arpc5a","arpc4","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000057173","physical","txid7955" +"E7F6M0","A0A8M1QUR0","Cytoplasmic protein","WAS/WASL-interacting protein family member 1","nck1b","A0A8M1QUR0","Cytoplasmic protein","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","Q6NY23","Cytoplasmic protein","kirrel","nck1b","Q6NY23","Cytoplasmic protein","Kin of IRRE like (Drosophila) (Kin of IRRE like a isoform X2) (Kirre like nephrin family adhesion molecule 1a precursor) (Kirre-like nephrin family adhesion molecule 1a)","string-db","7955.ENSDARP00000123625/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","B0S6R1","Cytoplasmic protein","nckap1","nck1b","B0S6R1","Cytoplasmic protein","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","A0A2R8Q0D8","Cytoplasmic protein","Platelet-derived growth factor subunit B","nck1b","A0A2R8Q0D8","Cytoplasmic protein","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","A0A0R4IJP6","Cytoplasmic protein","IQ and ubiquitin-like domain-containing protein isoform X1","nck1b","A0A0R4IJP6","Cytoplasmic protein","IQ and ubiquitin-like domain-containing protein isoform X1 (IQ motif and ubiquitin domain-containing)","string-db","7955.ENSDARP00000134606/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","Q6PC73","Cytoplasmic protein","grb2","nck1b","grb2b","Cytoplasmic protein","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000121375","physical","txid7955" +"E7F6M0","A3QJU6","Cytoplasmic protein","zgc:136923","nck1b","A3QJU6","Cytoplasmic protein","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000121375","physical","txid7955" +"A0A8M1P4I3","E7F6M0","zgc:56010","Cytoplasmic protein","A0A8M1P4I3","nck1b","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","A0A8M1QUR0","zgc:56010","WAS/WASL-interacting protein family member 1","A0A8M1P4I3","A0A8M1QUR0","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","B0S6R1","zgc:56010","nckap1","A0A8M1P4I3","B0S6R1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","I3ITM8","zgc:56010","Wiskott-Aldrich syndrome protein family member","A0A8M1P4I3","si:ch73-362m14.4","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","A9JRY8","zgc:56010","Rac family small GTPase 3b","A0A8M1P4I3","rac3b","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","A3QJU6","zgc:56010","zgc:136923","A0A8M1P4I3","A3QJU6","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","Q6DGB7","zgc:56010","rac3","A0A8M1P4I3","rac3a","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","F1R187","zgc:56010","abi1","A0A8M1P4I3","F1R187","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000104195","physical","txid7955" +"A0A8M1P4I3","Q6PC73","zgc:56010","grb2","A0A8M1P4I3","grb2b","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000104195","physical","txid7955" +"Q6ZM62","A0A8M1P4I3","zgc:86828","zgc:56010","arpc3","A0A8M1P4I3","Actin-related protein 2/3 complex subunit 3","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","Q6PC73","zgc:86828","grb2","arpc3","grb2b","Actin-related protein 2/3 complex subunit 3","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","B0S541","zgc:86828","Myosin X","arpc3","myo10","Actin-related protein 2/3 complex subunit 3","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","Q7ZSZ9","zgc:86828","rac1","arpc3","rac1a","Actin-related protein 2/3 complex subunit 3","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","Q6NZZ2","zgc:86828","arpc4","arpc3","arpc4","Actin-related protein 2/3 complex subunit 3","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","B0V217","zgc:86828","zgc:153663","arpc3","B0V217","Actin-related protein 2/3 complex subunit 3","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","Q6P2T5","zgc:86828","fk84a07","arpc3","arpc2","Actin-related protein 2/3 complex subunit 3","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","A0A8M1QUR0","zgc:86828","WAS/WASL-interacting protein family member 1","arpc3","A0A8M1QUR0","Actin-related protein 2/3 complex subunit 3","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","B0S516","zgc:86828","si:dkeyp-15f12.2","arpc3","arpc5lb","Actin-related protein 2/3 complex subunit 3","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","A9JRP8","zgc:86828","Actin-related protein 2/3 complex subunit","arpc3","-","Actin-related protein 2/3 complex subunit 3","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","E7F6M0","zgc:86828","Cytoplasmic protein","arpc3","nck1b","Actin-related protein 2/3 complex subunit 3","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","F1R187","zgc:86828","abi1","arpc3","F1R187","Actin-related protein 2/3 complex subunit 3","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","A3QJU6","zgc:86828","zgc:136923","arpc3","A3QJU6","Actin-related protein 2/3 complex subunit 3","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","B0S6R1","zgc:86828","nckap1","arpc3","B0S6R1","Actin-related protein 2/3 complex subunit 3","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","Q56A35","zgc:86828","actr2b","arpc3","actr2b","Actin-related protein 2/3 complex subunit 3","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000075074","physical","txid7955" +"Q6ZM62","A5WWE3","zgc:86828","fc26a07","arpc3","A5WWE3","Actin-related protein 2/3 complex subunit 3","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000075074","physical","txid7955" +"Q90YM8","Q9DFS6","cyfip1","eif4ea","Q90YM8","Q9DFS6","Cytoplasmic FMR1-interacting protein 1 homolog","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q1JPU9","cyfip1","zgc:136560","Q90YM8","Q1JPU9","Cytoplasmic FMR1-interacting protein 1 homolog","Abl interactor 2 (Abl-interactor 2b) (Zgc:136560)","string-db","7955.ENSDARP00000065470/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q56A35","cyfip1","actr2b","Q90YM8","actr2b","Cytoplasmic FMR1-interacting protein 1 homolog","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q6PBU4","cyfip1","eIF4E2B","Q90YM8","Q6PBU4","Cytoplasmic FMR1-interacting protein 1 homolog","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q504G6","cyfip1","Wiskott-Aldrich syndrome protein family member","Q90YM8","-","Cytoplasmic FMR1-interacting protein 1 homolog","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000092197/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","F1R187","cyfip1","abi1","Q90YM8","F1R187","Cytoplasmic FMR1-interacting protein 1 homolog","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","A3QJU6","cyfip1","zgc:136923","Q90YM8","A3QJU6","Cytoplasmic FMR1-interacting protein 1 homolog","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","A1L200","cyfip1","zgc:110542","Q90YM8","A1L200","Cytoplasmic FMR1-interacting protein 1 homolog","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","E7F6M0","cyfip1","Cytoplasmic protein","Q90YM8","nck1b","Cytoplasmic FMR1-interacting protein 1 homolog","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","B0S6R1","cyfip1","nckap1","Q90YM8","B0S6R1","Cytoplasmic FMR1-interacting protein 1 homolog","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","A0A8M1QUR0","cyfip1","WAS/WASL-interacting protein family member 1","Q90YM8","A0A8M1QUR0","Cytoplasmic FMR1-interacting protein 1 homolog","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q6DGB7","cyfip1","rac3","Q90YM8","rac3a","Cytoplasmic FMR1-interacting protein 1 homolog","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","B3DIT1","cyfip1","zgc:194528","Q90YM8","B3DIT1","Cytoplasmic FMR1-interacting protein 1 homolog","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","B0V217","cyfip1","zgc:153663","Q90YM8","B0V217","Cytoplasmic FMR1-interacting protein 1 homolog","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q6PC73","cyfip1","grb2","Q90YM8","grb2b","Cytoplasmic FMR1-interacting protein 1 homolog","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q6P2T5","cyfip1","fk84a07","Q90YM8","arpc2","Cytoplasmic FMR1-interacting protein 1 homolog","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q6ZM62","cyfip1","zgc:86828","Q90YM8","arpc3","Cytoplasmic FMR1-interacting protein 1 homolog","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","A9JRY8","cyfip1","Rac family small GTPase 3b","Q90YM8","rac3b","Cytoplasmic FMR1-interacting protein 1 homolog","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","I3ITM8","cyfip1","Wiskott-Aldrich syndrome protein family member","Q90YM8","si:ch73-362m14.4","Cytoplasmic FMR1-interacting protein 1 homolog","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q7ZSZ9","cyfip1","rac1","Q90YM8","rac1a","Cytoplasmic FMR1-interacting protein 1 homolog","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","A0A8M1P4I3","cyfip1","zgc:56010","Q90YM8","A0A8M1P4I3","Cytoplasmic FMR1-interacting protein 1 homolog","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000065126","physical","txid7955" +"Q90YM8","Q7SXW6","cyfip1","actr2a","Q90YM8","Q7SXW6","Cytoplasmic FMR1-interacting protein 1 homolog","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000065126","physical","txid7955" +"Q7ZWH4","Q803M7","Actin-related protein 2/3 complex subunit 5","wu:fb09c07","arpc5b","arpc5a","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000057173/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q7ZVF9","Actin-related protein 2/3 complex subunit 5","actbb","arpc5b","Q7ZVF9","Actin-related protein 2/3 complex subunit 5","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6NZZ2","Actin-related protein 2/3 complex subunit 5","arpc4","arpc5b","arpc4","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 4","string-db","7955.ENSDARP00000075505/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6P0D3","Actin-related protein 2/3 complex subunit 5","arpc5l","arpc5b","arpc5la","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000061143/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","B0V217","Actin-related protein 2/3 complex subunit 5","zgc:153663","arpc5b","B0V217","Actin-related protein 2/3 complex subunit 5","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q7ZVI7","Actin-related protein 2/3 complex subunit 5","actba","arpc5b","actba","Actin-related protein 2/3 complex subunit 5","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q56A35","Actin-related protein 2/3 complex subunit 5","actr2b","arpc5b","actr2b","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","B0S541","Actin-related protein 2/3 complex subunit 5","Myosin X","arpc5b","myo10","Actin-related protein 2/3 complex subunit 5","Myosin X (Unconventional myosin-X isoform X1)","string-db","7955.ENSDARP00000117317/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6PC73","Actin-related protein 2/3 complex subunit 5","grb2","arpc5b","grb2b","Actin-related protein 2/3 complex subunit 5","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","A0A8M1P4I3","Actin-related protein 2/3 complex subunit 5","zgc:56010","arpc5b","A0A8M1P4I3","Actin-related protein 2/3 complex subunit 5","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","E7F6M0","Actin-related protein 2/3 complex subunit 5","Cytoplasmic protein","arpc5b","nck1b","Actin-related protein 2/3 complex subunit 5","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6IQ86","Actin-related protein 2/3 complex subunit 5","brk1","arpc5b","brk1","Actin-related protein 2/3 complex subunit 5","Probable protein BRICK1","string-db","7955.ENSDARP00000061519/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6P2T5","Actin-related protein 2/3 complex subunit 5","fk84a07","arpc5b","arpc2","Actin-related protein 2/3 complex subunit 5","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","F1R9V3","Actin-related protein 2/3 complex subunit 5","si:dkey-4p15.3","arpc5b","hspa8b","Actin-related protein 2/3 complex subunit 5","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","B0S6R1","Actin-related protein 2/3 complex subunit 5","nckap1","arpc5b","B0S6R1","Actin-related protein 2/3 complex subunit 5","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q90473","Actin-related protein 2/3 complex subunit 5","hspa8","arpc5b","Q90473","Actin-related protein 2/3 complex subunit 5","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q7ZSZ9","Actin-related protein 2/3 complex subunit 5","rac1","arpc5b","rac1a","Actin-related protein 2/3 complex subunit 5","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","B0S516","Actin-related protein 2/3 complex subunit 5","si:dkeyp-15f12.2","arpc5b","arpc5lb","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","A3QJU6","Actin-related protein 2/3 complex subunit 5","zgc:136923","arpc5b","A3QJU6","Actin-related protein 2/3 complex subunit 5","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q7SXW6","Actin-related protein 2/3 complex subunit 5","actr2a","arpc5b","Q7SXW6","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q7T372","Actin-related protein 2/3 complex subunit 5","arpc1a","arpc5b","Q7T372","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000038520/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","A9JRP8","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit","arpc5b","-","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","F1R187","Actin-related protein 2/3 complex subunit 5","abi1","arpc5b","F1R187","Actin-related protein 2/3 complex subunit 5","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","P83751","Actin-related protein 2/3 complex subunit 5","actb","arpc5b","P83751","Actin-related protein 2/3 complex subunit 5","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","P83750","Actin-related protein 2/3 complex subunit 5","actb","arpc5b","P83750","Actin-related protein 2/3 complex subunit 5","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q6ZM62","Actin-related protein 2/3 complex subunit 5","zgc:86828","arpc5b","arpc3","Actin-related protein 2/3 complex subunit 5","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","A0A8M1QUR0","Actin-related protein 2/3 complex subunit 5","WAS/WASL-interacting protein family member 1","arpc5b","A0A8M1QUR0","Actin-related protein 2/3 complex subunit 5","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000025370","physical","txid7955" +"Q7ZWH4","Q90YM8","Actin-related protein 2/3 complex subunit 5","cyfip1","arpc5b","Q90YM8","Actin-related protein 2/3 complex subunit 5","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000025370","physical","txid7955" +"Q6NZZ2","A5WWG2","arpc4","cip1","arpc4","cdkn1a","Actin-related protein 2/3 complex subunit 4","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000075505","physical","txid7955" +"Q6NZZ2","A9JRP8","arpc4","Actin-related protein 2/3 complex subunit","arpc4","-","Actin-related protein 2/3 complex subunit 4","Actin-related protein 2/3 complex subunit","string-db","7955.ENSDARP00000093657/7955.ENSDARP00000075505","physical","txid7955" +"Q6NZZ2","B0S516","arpc4","si:dkeyp-15f12.2","arpc4","arpc5lb","Actin-related protein 2/3 complex subunit 4","Actin-related protein 2/3 complex subunit 5","string-db","7955.ENSDARP00000118393/7955.ENSDARP00000075505","physical","txid7955" +"Q6NZZ2","Q56A35","arpc4","actr2b","arpc4","actr2b","Actin-related protein 2/3 complex subunit 4","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000075505","physical","txid7955" +"Q6NZZ2","A5WWE3","arpc4","fc26a07","arpc4","A5WWE3","Actin-related protein 2/3 complex subunit 4","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000075505","physical","txid7955" +"Q6NZZ2","Q6P2T5","arpc4","fk84a07","arpc4","arpc2","Actin-related protein 2/3 complex subunit 4","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000075505","physical","txid7955" +"Q6IQ86","E7F6M0","brk1","Cytoplasmic protein","brk1","nck1b","Probable protein BRICK1","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q6PC73","brk1","grb2","brk1","grb2b","Probable protein BRICK1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q6P2T5","brk1","fk84a07","brk1","arpc2","Probable protein BRICK1","Arp2/3 complex 34 kDa subunit","string-db","7955.ENSDARP00000090576/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q56A35","brk1","actr2b","brk1","actr2b","Probable protein BRICK1","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","B3DIT1","brk1","zgc:194528","brk1","B3DIT1","Probable protein BRICK1","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q6DGB7","brk1","rac3","brk1","rac3a","Probable protein BRICK1","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","A3QJU6","brk1","zgc:136923","brk1","A3QJU6","Probable protein BRICK1","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q504G6","brk1","Wiskott-Aldrich syndrome protein family member","brk1","-","Probable protein BRICK1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000092197/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","A9JRY8","brk1","Rac family small GTPase 3b","brk1","rac3b","Probable protein BRICK1","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q7ZSZ9","brk1","rac1","brk1","rac1a","Probable protein BRICK1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q7SXW6","brk1","actr2a","brk1","Q7SXW6","Probable protein BRICK1","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","B0V217","brk1","zgc:153663","brk1","B0V217","Probable protein BRICK1","Abl interactor 2 isoform X11 (Abl-interactor 2a)","string-db","7955.ENSDARP00000075483/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q90YM8","brk1","cyfip1","brk1","Q90YM8","Probable protein BRICK1","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","Q6ZM62","brk1","zgc:86828","brk1","arpc3","Probable protein BRICK1","Actin-related protein 2/3 complex subunit 3","string-db","7955.ENSDARP00000075074/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","I3ITM8","brk1","Wiskott-Aldrich syndrome protein family member","brk1","si:ch73-362m14.4","Probable protein BRICK1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","B0S6R1","brk1","nckap1","brk1","B0S6R1","Probable protein BRICK1","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","A0A8M1P4I3","brk1","zgc:56010","brk1","A0A8M1P4I3","Probable protein BRICK1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","F1R187","brk1","abi1","brk1","F1R187","Probable protein BRICK1","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000061519","physical","txid7955" +"Q6IQ86","A0A8M1QUR0","brk1","WAS/WASL-interacting protein family member 1","brk1","A0A8M1QUR0","Probable protein BRICK1","WAS/WASL-interacting protein family member 1 (WAS/WASL-interacting protein family, member 1b)","string-db","7955.ENSDARP00000125711/7955.ENSDARP00000061519","physical","txid7955" +"P43446","F2Z4U3","wnt10a","gpr117","P43446","wls","Protein Wnt-10a","Protein wntless homolog (Wnt ligand secretion mediator)","string-db","7955.ENSDARP00000016104/7955.ENSDARP00000005680","physical","txid7955" +"P43446","F1RCL8","wnt10a","BCL-6 corepressor isoform X1","P43446","bcor","Protein Wnt-10a","BCL-6 corepressor isoform X1 (BCL6 corepressor)","string-db","7955.ENSDARP00000092882/7955.ENSDARP00000005680","physical","txid7955" +"Q6IQU8","Q6IQD2","wu:fb76c01","wu:fb52f06","eaf2","eaf1","ELL-associated factor 2","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q4U0S5","wu:fb76c01","paf1","eaf2","Q4U0S5","ELL-associated factor 2","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1QF30","wu:fb76c01","cb162","eaf2","F1QF30","ELL-associated factor 2","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q6NYV9","wu:fb76c01","leo1","eaf2","leo1","ELL-associated factor 2","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q802D2","wu:fb76c01","zgc:55690","eaf2","ccnt2b","ELL-associated factor 2","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q502M9","wu:fb76c01","zgc:92635","eaf2","elocb","ELL-associated factor 2","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1R6Y1","wu:fb76c01","Cyclin-dependent kinase 12","eaf2","cdk12","ELL-associated factor 2","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","E7FFE0","wu:fb76c01","fi75f03","eaf2","nelfa","ELL-associated factor 2","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q7T3C1","wu:fb76c01","fj48e12","eaf2","tcea1","ELL-associated factor 2","Transcription elongation factor","string-db","7955.ENSDARP00000092636/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q6P5M2","wu:fb76c01","skic8","eaf2","Q6P5M2","ELL-associated factor 2","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1QEB4","wu:fb76c01","ssrp1","eaf2","F1QEB4","ELL-associated factor 2","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1RDV9","wu:fb76c01","zgc:171795","eaf2","F1RDV9","ELL-associated factor 2","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q1LVK2","wu:fb76c01","zgc:103515","eaf2","polr2i","ELL-associated factor 2","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q8UVK2","wu:fb76c01","supt6h","eaf2","supt6h","ELL-associated factor 2","Transcription elongation factor SPT6 (Protein pandora)","string-db","7955.ENSDARP00000013353/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q566Y1","wu:fb76c01","elp4","eaf2","Q566Y1","ELL-associated factor 2","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F6NLJ7","wu:fb76c01","FACT complex subunit SSRP1","eaf2","ssrp1b","ELL-associated factor 2","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1RAF7","wu:fb76c01","LOC565819","eaf2","si:ch211-13k12.2","ELL-associated factor 2","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q7SXE8","wu:fb76c01","cdk9","eaf2","cdk9","ELL-associated factor 2","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","A5A4L9","wu:fb76c01","DUF140","eaf2","A5A4L9","ELL-associated factor 2","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q08BB8","wu:fb76c01","Occludin","eaf2","-","ELL-associated factor 2","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q6DGQ0","wu:fb76c01","supt4h1","eaf2","Q6DGQ0","ELL-associated factor 2","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","A0A0R4IMS9","wu:fb76c01","DNA-directed RNA polymerase subunit","eaf2","polr2a","ELL-associated factor 2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q7T319","wu:fb76c01","zgc:64163","eaf2","elof1","ELL-associated factor 2","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","I3ISK1","wu:fb76c01","AF4/FMR2 family member 4 isoform X2","eaf2","aff4","ELL-associated factor 2","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q568H8","wu:fb76c01","DNA-directed RNA polymerases I, II, and III subunit RPABC3","eaf2","polr2h","ELL-associated factor 2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","E7F092","wu:fb76c01","Cyclin-dependent kinase 13","eaf2","cdk13","ELL-associated factor 2","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q9DDT5","wu:fb76c01","supt5h","eaf2","Q9DDT5","ELL-associated factor 2","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q66IB1","wu:fb76c01","zgc:101879","eaf2","eloca","ELL-associated factor 2","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","A5D6S6","wu:fb76c01","DNA-directed RNA polymerases I, II, and III subunit RPABC5","eaf2","polr2l","ELL-associated factor 2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q803Q8","wu:fb76c01","ccnt2","eaf2","Q803Q8","ELL-associated factor 2","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","A3KDM3","wu:fb76c01","fc54a06","eaf2","ctr9","ELL-associated factor 2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","string-db","7955.ENSDARP00000016047/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q7ZW41","wu:fb76c01","polr2g","eaf2","polr2g","ELL-associated factor 2","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q6DEG5","wu:fb76c01","polr2e","eaf2","polr2eb","ELL-associated factor 2","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q1LWQ2","wu:fb76c01","rdbp","eaf2","nelfe","ELL-associated factor 2","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q7ZV11","wu:fb76c01","wu:fk48d01","eaf2","polr2c","ELL-associated factor 2","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","E7F7H1","wu:fb76c01","tceb3l","eaf2","eloal","ELL-associated factor 2","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","B8JHR3","wu:fb76c01","gtf2f2","eaf2","gtf2f2a","ELL-associated factor 2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1QMB9","wu:fb76c01","ccnk","eaf2","F1QMB9","ELL-associated factor 2","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","F1R2K7","wu:fb76c01","cb244","eaf2","ell2","ELL-associated factor 2","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","E7EZF8","wu:fb76c01","Interactor of little elongator complex ELL subunit 2","eaf2","ice2","ELL-associated factor 2","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","X1WHN7","wu:fb76c01","hrpt2","eaf2","cdc73","ELL-associated factor 2","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000005794","physical","txid7955" +"Q6IQU8","Q4VBU5","wu:fb76c01","zgc:110005","eaf2","polr2j","ELL-associated factor 2","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000005794","physical","txid7955" +"I3ISK1","Q566Y1","AF4/FMR2 family member 4 isoform X2","elp4","aff4","Q566Y1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000125884","physical","txid7955" +"I3ISK1","A0A0R4IMS9","AF4/FMR2 family member 4 isoform X2","DNA-directed RNA polymerase subunit","aff4","polr2a","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000125884","physical","txid7955" +"I3ISK1","Q4U0S5","AF4/FMR2 family member 4 isoform X2","paf1","aff4","Q4U0S5","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000125884","physical","txid7955" +"I3ISK1","Q7T319","AF4/FMR2 family member 4 isoform X2","zgc:64163","aff4","elof1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000125884","physical","txid7955" +"I3ISK1","X1WHN7","AF4/FMR2 family member 4 isoform X2","hrpt2","aff4","cdc73","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000125884","physical","txid7955" +"I3ISK1","Q6DGQ0","AF4/FMR2 family member 4 isoform X2","supt4h1","aff4","Q6DGQ0","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000125884","physical","txid7955" +"E7EZF8","A0A0R4IMS9","Interactor of little elongator complex ELL subunit 2","DNA-directed RNA polymerase subunit","ice2","polr2a","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q7ZUK5","Interactor of little elongator complex ELL subunit 2","zgc:55794","ice2","Q7ZUK5","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q566Y1","Interactor of little elongator complex ELL subunit 2","elp4","ice2","Q566Y1","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","A0A8M2BK34","Interactor of little elongator complex ELL subunit 2","si:ch73-190f16.2","ice2","A0A8M2BK34","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","E9QC62","Interactor of little elongator complex ELL subunit 2","zgc:109975","ice2","E9QC62","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","I3ISK1","Interactor of little elongator complex ELL subunit 2","AF4/FMR2 family member 4 isoform X2","ice2","aff4","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","A5A4L9","Interactor of little elongator complex ELL subunit 2","DUF140","ice2","A5A4L9","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q6P5M2","Interactor of little elongator complex ELL subunit 2","skic8","ice2","Q6P5M2","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","F1QMB9","Interactor of little elongator complex ELL subunit 2","ccnk","ice2","F1QMB9","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q6DGQ0","Interactor of little elongator complex ELL subunit 2","supt4h1","ice2","Q6DGQ0","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","F1QF30","Interactor of little elongator complex ELL subunit 2","cb162","ice2","F1QF30","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","X1WHN7","Interactor of little elongator complex ELL subunit 2","hrpt2","ice2","cdc73","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","A0A0R4IY96","Interactor of little elongator complex ELL subunit 2","Integrator complex subunit 5","ice2","A0A0R4IY96","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","E7F2X3","Interactor of little elongator complex ELL subunit 2","Integrator complex subunit 4","ice2","ints4","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q502M9","Interactor of little elongator complex ELL subunit 2","zgc:92635","ice2","elocb","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","B0UYL7","Interactor of little elongator complex ELL subunit 2","ddx26a","ice2","ints6","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","A0A0R4IJ75","Interactor of little elongator complex ELL subunit 2","Integrator complex subunit 1","ice2","ints1","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q7T319","Interactor of little elongator complex ELL subunit 2","zgc:64163","ice2","elof1","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","F6NLJ7","Interactor of little elongator complex ELL subunit 2","FACT complex subunit SSRP1","ice2","ssrp1b","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q1LWQ2","Interactor of little elongator complex ELL subunit 2","rdbp","ice2","nelfe","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q5PRC7","Interactor of little elongator complex ELL subunit 2","nabp1","ice2","Q5PRC7","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q6IQU7","Interactor of little elongator complex ELL subunit 2","ints12","ice2","ints12","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","F1QEB4","Interactor of little elongator complex ELL subunit 2","ssrp1","ice2","F1QEB4","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q6TNU3","Interactor of little elongator complex ELL subunit 2","ints10","ice2","Q6TNU3","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000104472","physical","txid7955" +"E7EZF8","Q4U0S5","Interactor of little elongator complex ELL subunit 2","paf1","ice2","Q4U0S5","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000104472","physical","txid7955" +"Q7T319","Q6DGQ0","zgc:64163","supt4h1","elof1","Q6DGQ0","Transcription elongation factor 1 homolog","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000136794","physical","txid7955" +"A3KDM3","X1WHF1","fc54a06","Histone H2B","ctr9","si:dkey-261m9.6","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6PC60","fc54a06","hist2h2l","ctr9","hist2h2l","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q1LWQ2","fc54a06","rdbp","ctr9","nelfe","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1QF30","fc54a06","cb162","ctr9","F1QF30","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1R926","fc54a06","E3 ubiquitin protein ligase","ctr9","rnf20","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","O93599","fc54a06","STAT3b1","ctr9","stat3","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6NYV9","fc54a06","leo1","ctr9","leo1","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q7ZUK7","fc54a06","waca","ctr9","Q7ZUK7","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","WW domain-containing adapter protein with coiled-coil","string-db","7955.ENSDARP00000073355/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1QHN6","fc54a06","im:7042025","ctr9","ubc","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q7T319","fc54a06","zgc:64163","ctr9","elof1","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6DGE1","fc54a06","zgc:100921","ctr9","Q6DGE1","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q802D2","fc54a06","zgc:55690","ctr9","ccnt2b","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6DGQ0","fc54a06","supt4h1","ctr9","Q6DGQ0","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q803Q8","fc54a06","ccnt2","ctr9","Q803Q8","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F6NLJ7","fc54a06","FACT complex subunit SSRP1","ctr9","ssrp1b","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q66IB1","fc54a06","zgc:101879","ctr9","eloca","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","E7FFE0","fc54a06","fi75f03","ctr9","nelfa","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1R2K7","fc54a06","cb244","ctr9","ell2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","R4GE15","fc54a06","si:ch211-113a14.29","ctr9","si:ch211-113a14.22","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q502M9","fc54a06","zgc:92635","ctr9","elocb","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6P5M2","fc54a06","skic8","ctr9","Q6P5M2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","E7EZF8","fc54a06","Interactor of little elongator complex ELL subunit 2","ctr9","ice2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","A5A4L9","fc54a06","DUF140","ctr9","A5A4L9","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","B3DJF8","fc54a06","LOC570661","ctr9","LOC570661","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q9DDT5","fc54a06","supt5h","ctr9","Q9DDT5","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1R6Y1","fc54a06","Cyclin-dependent kinase 12","ctr9","cdk12","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q566Y1","fc54a06","elp4","ctr9","Q566Y1","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","I3ISK1","fc54a06","AF4/FMR2 family member 4 isoform X2","ctr9","aff4","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1QMB9","fc54a06","ccnk","ctr9","F1QMB9","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q6IQD2","fc54a06","wu:fb52f06","ctr9","eaf1","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","A0A140LG54","fc54a06","Histone H2B","ctr9","si:dkey-23a13.22","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q789K9","fc54a06","mp:zf637-2-000771","ctr9","ube2a","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q5BJA5","fc54a06",";","ctr9","-","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q7SXA3","fc54a06","zgc:66168","ctr9","rps27a","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","A0A0N4SUD2","fc54a06","Ubi-p63E","ctr9","ubb","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","E7F092","fc54a06","Cyclin-dependent kinase 13","ctr9","cdk13","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q08BB8","fc54a06","Occludin","ctr9","-","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","X1WHN7","fc54a06","hrpt2","ctr9","cdc73","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","Q4U0S5","fc54a06","paf1","ctr9","Q4U0S5","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1QEB4","fc54a06","ssrp1","ctr9","F1QEB4","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","E7F7H1","fc54a06","tceb3l","ctr9","eloal","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","X1WDH8","fc54a06","Histone H2B","ctr9","si:dkey-261m9.19","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000016047","physical","txid7955" +"A3KDM3","F1RAF7","fc54a06","LOC565819","ctr9","si:ch211-13k12.2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000016047","physical","txid7955" +"X1WHN7","A0A140LG54","hrpt2","Histone H2B","cdc73","si:dkey-23a13.22","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","Q789K9","hrpt2","mp:zf637-2-000771","cdc73","ube2a","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","A0A0N4SUD2","hrpt2","Ubi-p63E","cdc73","ubb","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","F1QHN6","hrpt2","im:7042025","cdc73","ubc","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","Q4U0S5","hrpt2","paf1","cdc73","Q4U0S5","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","Q566Y1","hrpt2","elp4","cdc73","Q566Y1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","Q6DGQ0","hrpt2","supt4h1","cdc73","Q6DGQ0","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","F1QAC4","hrpt2","GLI family zinc finger 1","cdc73","gli1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","P46530","hrpt2","notch1a","cdc73","P46530","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","Q7T319","hrpt2","zgc:64163","cdc73","elof1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000129750","physical","txid7955" +"X1WHN7","F1QGH7","hrpt2","ctnnb1","cdc73","ctnnb1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000129750","physical","txid7955" +"Q1LWQ2","A0A0R4IMS9","rdbp","DNA-directed RNA polymerase subunit","nelfe","polr2a","Negative elongation factor E","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","Q566Y1","rdbp","elp4","nelfe","Q566Y1","Negative elongation factor E","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","Q4U0S5","rdbp","paf1","nelfe","Q4U0S5","Negative elongation factor E","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","X1WHN7","rdbp","hrpt2","nelfe","cdc73","Negative elongation factor E","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","I3ISK1","rdbp","AF4/FMR2 family member 4 isoform X2","nelfe","aff4","Negative elongation factor E","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","Q7T319","rdbp","zgc:64163","nelfe","elof1","Negative elongation factor E","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000124545","physical","txid7955" +"Q1LWQ2","Q6DGQ0","rdbp","supt4h1","nelfe","Q6DGQ0","Negative elongation factor E","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000124545","physical","txid7955" +"F1R2K7","F1QEB4","cb244","ssrp1","ell2","F1QEB4","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","E9QC62","cb244","zgc:109975","ell2","E9QC62","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q5PRC7","cb244","nabp1","ell2","Q5PRC7","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q7T319","cb244","zgc:64163","ell2","elof1","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A3KQN9","cb244","zgc:111823","ell2","ints8","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","E7EZF8","cb244","Interactor of little elongator complex ELL subunit 2","ell2","ice2","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q6IQU7","cb244","ints12","ell2","ints12","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q502M9","cb244","zgc:92635","ell2","elocb","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q7ZUK5","cb244","zgc:55794","ell2","Q7ZUK5","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q566Y1","cb244","elp4","ell2","Q566Y1","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A0A0R4IJ75","cb244","Integrator complex subunit 1","ell2","ints1","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q6P5M2","cb244","skic8","ell2","Q6P5M2","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q4U0S5","cb244","paf1","ell2","Q4U0S5","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A0A0R4IY96","cb244","Integrator complex subunit 5","ell2","A0A0R4IY96","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q6IQD2","cb244","wu:fb52f06","ell2","eaf1","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A5A4L9","cb244","DUF140","ell2","A5A4L9","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","F6NLJ7","cb244","FACT complex subunit SSRP1","ell2","ssrp1b","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","E7F2X3","cb244","Integrator complex subunit 4","ell2","ints4","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A0A8M2BK34","cb244","si:ch73-190f16.2","ell2","A0A8M2BK34","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","X1WHN7","cb244","hrpt2","ell2","cdc73","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","I3ISK1","cb244","AF4/FMR2 family member 4 isoform X2","ell2","aff4","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","A0A0R4IMS9","cb244","DNA-directed RNA polymerase subunit","ell2","polr2a","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","E7F7H1","cb244","tceb3l","ell2","eloal","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q1LWQ2","cb244","rdbp","ell2","nelfe","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","E7F092","cb244","Cyclin-dependent kinase 13","ell2","cdk13","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","F1QMB9","cb244","ccnk","ell2","F1QMB9","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q6DGQ0","cb244","supt4h1","ell2","Q6DGQ0","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","F1RDV9","cb244","zgc:171795","ell2","F1RDV9","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","B0UYL7","cb244","ddx26a","ell2","ints6","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","F1QF30","cb244","cb162","ell2","F1QF30","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000093185","physical","txid7955" +"F1R2K7","Q6TNU3","cb244","ints10","ell2","Q6TNU3","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000093185","physical","txid7955" +"E7F7H1","I3ISK1","tceb3l","AF4/FMR2 family member 4 isoform X2","eloal","aff4","Elongin A,-like (Transcription elongation factor B polypeptide 3)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","A5A4L9","tceb3l","DUF140","eloal","A5A4L9","Elongin A,-like (Transcription elongation factor B polypeptide 3)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","F1QEB4","tceb3l","ssrp1","eloal","F1QEB4","Elongin A,-like (Transcription elongation factor B polypeptide 3)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q4U0S5","tceb3l","paf1","eloal","Q4U0S5","Elongin A,-like (Transcription elongation factor B polypeptide 3)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q1LWQ2","tceb3l","rdbp","eloal","nelfe","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q502M9","tceb3l","zgc:92635","eloal","elocb","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","E7EZF8","tceb3l","Interactor of little elongator complex ELL subunit 2","eloal","ice2","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q6P5M2","tceb3l","skic8","eloal","Q6P5M2","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q566Y1","tceb3l","elp4","eloal","Q566Y1","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","F6NLJ7","tceb3l","FACT complex subunit SSRP1","eloal","ssrp1b","Elongin A,-like (Transcription elongation factor B polypeptide 3)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","F1QMB9","tceb3l","ccnk","eloal","F1QMB9","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","X1WHN7","tceb3l","hrpt2","eloal","cdc73","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q6DGQ0","tceb3l","supt4h1","eloal","Q6DGQ0","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","Q7T319","tceb3l","zgc:64163","eloal","elof1","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000103646","physical","txid7955" +"E7F7H1","F1QF30","tceb3l","cb162","eloal","F1QF30","Elongin A,-like (Transcription elongation factor B polypeptide 3)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000103646","physical","txid7955" +"Q7T3C1","Q6IQD2","fj48e12","wu:fb52f06","tcea1","eaf1","Transcription elongation factor","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000092636","physical","txid7955" +"Q7T3C1","I3ISK1","fj48e12","AF4/FMR2 family member 4 isoform X2","tcea1","aff4","Transcription elongation factor","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000092636","physical","txid7955" +"Q7T3C1","F1QJS3","fj48e12","DNA repair protein complementing XP-G cells","tcea1","ercc5","Transcription elongation factor","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000092636","physical","txid7955" +"E7FFE0","F1RAF7","fi75f03","LOC565819","nelfa","si:ch211-13k12.2","Negative elongation factor A (Negative elongation factor complex member A)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","B8JHR3","fi75f03","gtf2f2","nelfa","gtf2f2a","Negative elongation factor A (Negative elongation factor complex member A)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q08BB8","fi75f03","Occludin","nelfa","-","Negative elongation factor A (Negative elongation factor complex member A)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","E7EZF8","fi75f03","Interactor of little elongator complex ELL subunit 2","nelfa","ice2","Negative elongation factor A (Negative elongation factor complex member A)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","E7F7H1","fi75f03","tceb3l","nelfa","eloal","Negative elongation factor A (Negative elongation factor complex member A)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1QMB9","fi75f03","ccnk","nelfa","F1QMB9","Negative elongation factor A (Negative elongation factor complex member A)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q6P5M2","fi75f03","skic8","nelfa","Q6P5M2","Negative elongation factor A (Negative elongation factor complex member A)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","A5A4L9","fi75f03","DUF140","nelfa","A5A4L9","Negative elongation factor A (Negative elongation factor complex member A)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q6IQD2","fi75f03","wu:fb52f06","nelfa","eaf1","Negative elongation factor A (Negative elongation factor complex member A)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q6DGQ0","fi75f03","supt4h1","nelfa","Q6DGQ0","Negative elongation factor A (Negative elongation factor complex member A)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1QF30","fi75f03","cb162","nelfa","F1QF30","Negative elongation factor A (Negative elongation factor complex member A)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","A0A0R4IMS9","fi75f03","DNA-directed RNA polymerase subunit","nelfa","polr2a","Negative elongation factor A (Negative elongation factor complex member A)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1R6Y1","fi75f03","Cyclin-dependent kinase 12","nelfa","cdk12","Negative elongation factor A (Negative elongation factor complex member A)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F6NLJ7","fi75f03","FACT complex subunit SSRP1","nelfa","ssrp1b","Negative elongation factor A (Negative elongation factor complex member A)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q566Y1","fi75f03","elp4","nelfa","Q566Y1","Negative elongation factor A (Negative elongation factor complex member A)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","E7F092","fi75f03","Cyclin-dependent kinase 13","nelfa","cdk13","Negative elongation factor A (Negative elongation factor complex member A)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1RDV9","fi75f03","zgc:171795","nelfa","F1RDV9","Negative elongation factor A (Negative elongation factor complex member A)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q1LWQ2","fi75f03","rdbp","nelfa","nelfe","Negative elongation factor A (Negative elongation factor complex member A)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q502M9","fi75f03","zgc:92635","nelfa","elocb","Negative elongation factor A (Negative elongation factor complex member A)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1QEB4","fi75f03","ssrp1","nelfa","F1QEB4","Negative elongation factor A (Negative elongation factor complex member A)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","I3ISK1","fi75f03","AF4/FMR2 family member 4 isoform X2","nelfa","aff4","Negative elongation factor A (Negative elongation factor complex member A)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","F1R2K7","fi75f03","cb244","nelfa","ell2","Negative elongation factor A (Negative elongation factor complex member A)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","X1WHN7","fi75f03","hrpt2","nelfa","cdc73","Negative elongation factor A (Negative elongation factor complex member A)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q7T319","fi75f03","zgc:64163","nelfa","elof1","Negative elongation factor A (Negative elongation factor complex member A)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000082002","physical","txid7955" +"E7FFE0","Q4U0S5","fi75f03","paf1","nelfa","Q4U0S5","Negative elongation factor A (Negative elongation factor complex member A)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000082002","physical","txid7955" +"Q4U0S5","F1QHN6","paf1","im:7042025","Q4U0S5","ubc","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132235","physical","txid7955" +"Q4U0S5","Q7T319","paf1","zgc:64163","Q4U0S5","elof1","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000132235","physical","txid7955" +"Q4U0S5","Q6DGQ0","paf1","supt4h1","Q4U0S5","Q6DGQ0","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000132235","physical","txid7955" +"Q4U0S5","A0A140LG54","paf1","Histone H2B","Q4U0S5","si:dkey-23a13.22","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000132235","physical","txid7955" +"Q4U0S5","A0A0N4SUD2","paf1","Ubi-p63E","Q4U0S5","ubb","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132235","physical","txid7955" +"Q4U0S5","Q789K9","paf1","mp:zf637-2-000771","Q4U0S5","ube2a","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000132235","physical","txid7955" +"F1QF30","X1WHN7","cb162","hrpt2","F1QF30","cdc73","Elongin-B","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q803I8","cb162","syvn1","F1QF30","Q803I8","Elongin-B","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q502M9","cb162","zgc:92635","F1QF30","elocb","Elongin-B","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q6DGQ0","cb162","supt4h1","F1QF30","Q6DGQ0","Elongin-B","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q4U0S5","cb162","paf1","F1QF30","Q4U0S5","Elongin-B","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","F1QEB4","cb162","ssrp1","F1QF30","F1QEB4","Elongin-B","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q566Y1","cb162","elp4","F1QF30","Q566Y1","Elongin-B","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","F6NLJ7","cb162","FACT complex subunit SSRP1","F1QF30","ssrp1b","Elongin-B","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q7T319","cb162","zgc:64163","F1QF30","elof1","Elongin-B","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","I3ISK1","cb162","AF4/FMR2 family member 4 isoform X2","F1QF30","aff4","Elongin-B","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000114273","physical","txid7955" +"F1QF30","Q1LWQ2","cb162","rdbp","F1QF30","nelfe","Elongin-B","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000114273","physical","txid7955" +"F6NLJ7","Q566Y1","FACT complex subunit SSRP1","elp4","ssrp1b","Q566Y1","FACT complex subunit SSRP1","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","X1WHN7","FACT complex subunit SSRP1","hrpt2","ssrp1b","cdc73","FACT complex subunit SSRP1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","Q6DGQ0","FACT complex subunit SSRP1","supt4h1","ssrp1b","Q6DGQ0","FACT complex subunit SSRP1","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","Q1LWQ2","FACT complex subunit SSRP1","rdbp","ssrp1b","nelfe","FACT complex subunit SSRP1","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","Q4U0S5","FACT complex subunit SSRP1","paf1","ssrp1b","Q4U0S5","FACT complex subunit SSRP1","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","A0A0R4IE41","FACT complex subunit SSRP1","non-specific serine/threonine protein kinase","ssrp1b","A0A0R4IE41","FACT complex subunit SSRP1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","I3ISK1","FACT complex subunit SSRP1","AF4/FMR2 family member 4 isoform X2","ssrp1b","aff4","FACT complex subunit SSRP1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000118787","physical","txid7955" +"F6NLJ7","Q7T319","FACT complex subunit SSRP1","zgc:64163","ssrp1b","elof1","FACT complex subunit SSRP1","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000118787","physical","txid7955" +"Q6IQD2","F1QMB9","wu:fb52f06","ccnk","eaf1","F1QMB9","ELL-associated factor 1","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q502M9","wu:fb52f06","zgc:92635","eaf1","elocb","ELL-associated factor 1","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","E7F092","wu:fb52f06","Cyclin-dependent kinase 13","eaf1","cdk13","ELL-associated factor 1","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q6DGQ0","wu:fb52f06","supt4h1","eaf1","Q6DGQ0","ELL-associated factor 1","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","F1QF30","wu:fb52f06","cb162","eaf1","F1QF30","ELL-associated factor 1","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q7T319","wu:fb52f06","zgc:64163","eaf1","elof1","ELL-associated factor 1","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","I3ISK1","wu:fb52f06","AF4/FMR2 family member 4 isoform X2","eaf1","aff4","ELL-associated factor 1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","X1WHN7","wu:fb52f06","hrpt2","eaf1","cdc73","ELL-associated factor 1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","E7EZF8","wu:fb52f06","Interactor of little elongator complex ELL subunit 2","eaf1","ice2","ELL-associated factor 1","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","F6NLJ7","wu:fb52f06","FACT complex subunit SSRP1","eaf1","ssrp1b","ELL-associated factor 1","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","E7F7H1","wu:fb52f06","tceb3l","eaf1","eloal","ELL-associated factor 1","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q566Y1","wu:fb52f06","elp4","eaf1","Q566Y1","ELL-associated factor 1","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q1LWQ2","wu:fb52f06","rdbp","eaf1","nelfe","ELL-associated factor 1","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","A5A4L9","wu:fb52f06","DUF140","eaf1","A5A4L9","ELL-associated factor 1","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","F1RDV9","wu:fb52f06","zgc:171795","eaf1","F1RDV9","ELL-associated factor 1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q6P5M2","wu:fb52f06","skic8","eaf1","Q6P5M2","ELL-associated factor 1","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","A0A0R4IMS9","wu:fb52f06","DNA-directed RNA polymerase subunit","eaf1","polr2a","ELL-associated factor 1","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","F1QEB4","wu:fb52f06","ssrp1","eaf1","F1QEB4","ELL-associated factor 1","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000095027","physical","txid7955" +"Q6IQD2","Q4U0S5","wu:fb52f06","paf1","eaf1","Q4U0S5","ELL-associated factor 1","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000095027","physical","txid7955" +"Q6NYV9","E7FFE0","leo1","fi75f03","leo1","nelfa","RNA polymerase-associated protein LEO1","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F6NLJ7","leo1","FACT complex subunit SSRP1","leo1","ssrp1b","RNA polymerase-associated protein LEO1","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q4U0S5","leo1","paf1","leo1","Q4U0S5","RNA polymerase-associated protein LEO1","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1R926","leo1","E3 ubiquitin protein ligase","leo1","rnf20","RNA polymerase-associated protein LEO1","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q1LWQ2","leo1","rdbp","leo1","nelfe","RNA polymerase-associated protein LEO1","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q566Y1","leo1","elp4","leo1","Q566Y1","RNA polymerase-associated protein LEO1","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","E7F7H1","leo1","tceb3l","leo1","eloal","RNA polymerase-associated protein LEO1","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","I3ISK1","leo1","AF4/FMR2 family member 4 isoform X2","leo1","aff4","RNA polymerase-associated protein LEO1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1RAF7","leo1","LOC565819","leo1","si:ch211-13k12.2","RNA polymerase-associated protein LEO1","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q789K9","leo1","mp:zf637-2-000771","leo1","ube2a","RNA polymerase-associated protein LEO1","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1QEB4","leo1","ssrp1","leo1","F1QEB4","RNA polymerase-associated protein LEO1","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1R2K7","leo1","cb244","leo1","ell2","RNA polymerase-associated protein LEO1","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q6IQD2","leo1","wu:fb52f06","leo1","eaf1","RNA polymerase-associated protein LEO1","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1QHN6","leo1","im:7042025","leo1","ubc","RNA polymerase-associated protein LEO1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q7T319","leo1","zgc:64163","leo1","elof1","RNA polymerase-associated protein LEO1","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","R4GE15","leo1","si:ch211-113a14.29","leo1","si:ch211-113a14.22","RNA polymerase-associated protein LEO1","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","E7EZF8","leo1","Interactor of little elongator complex ELL subunit 2","leo1","ice2","RNA polymerase-associated protein LEO1","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","A0A140LG54","leo1","Histone H2B","leo1","si:dkey-23a13.22","RNA polymerase-associated protein LEO1","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q5BJA5","leo1",";","leo1","-","RNA polymerase-associated protein LEO1","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q7SXA3","leo1","zgc:66168","leo1","rps27a","RNA polymerase-associated protein LEO1","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q502M9","leo1","zgc:92635","leo1","elocb","RNA polymerase-associated protein LEO1","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1QF30","leo1","cb162","leo1","F1QF30","RNA polymerase-associated protein LEO1","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1QMB9","leo1","ccnk","leo1","F1QMB9","RNA polymerase-associated protein LEO1","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q9YHE8","leo1","tcf7l1a","leo1","tcf7l1a","RNA polymerase-associated protein LEO1","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","string-db","7955.ENSDARP00000090035/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","E7F092","leo1","Cyclin-dependent kinase 13","leo1","cdk13","RNA polymerase-associated protein LEO1","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","A5A4L9","leo1","DUF140","leo1","A5A4L9","RNA polymerase-associated protein LEO1","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1R6Y1","leo1","Cyclin-dependent kinase 12","leo1","cdk12","RNA polymerase-associated protein LEO1","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q7ZUK7","leo1","waca","leo1","Q7ZUK7","RNA polymerase-associated protein LEO1","WW domain-containing adapter protein with coiled-coil","string-db","7955.ENSDARP00000073355/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","X1WHF1","leo1","Histone H2B","leo1","si:dkey-261m9.6","RNA polymerase-associated protein LEO1","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","A0A0N4SUD2","leo1","Ubi-p63E","leo1","ubb","RNA polymerase-associated protein LEO1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q08BB8","leo1","Occludin","leo1","-","RNA polymerase-associated protein LEO1","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q6DGQ0","leo1","supt4h1","leo1","Q6DGQ0","RNA polymerase-associated protein LEO1","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q9W7C0","leo1","Lymphocyte enhancer binding factor 1","leo1","lef1","RNA polymerase-associated protein LEO1","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","Q6P5M2","leo1","skic8","leo1","Q6P5M2","RNA polymerase-associated protein LEO1","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","F1QGH7","leo1","ctnnb1","leo1","ctnnb1","RNA polymerase-associated protein LEO1","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","X1WHN7","leo1","hrpt2","leo1","cdc73","RNA polymerase-associated protein LEO1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000072160","physical","txid7955" +"Q6NYV9","X1WDH8","leo1","Histone H2B","leo1","si:dkey-261m9.19","RNA polymerase-associated protein LEO1","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000072160","physical","txid7955" +"Q566Y1","A0A0R4IJ07","elp4","Elongator complex protein 1","Q566Y1","elp1","Elongator complex protein 4 (ELP4)","Elongator complex protein 1","string-db","7955.ENSDARP00000135682/7955.ENSDARP00000131946","physical","txid7955" +"Q566Y1","Q0P424","elp4","elp6","Q566Y1","elp6","Elongator complex protein 4 (ELP4)","Elongator complex protein 6 (Protein TMEM103)","string-db","7955.ENSDARP00000145763/7955.ENSDARP00000131946","physical","txid7955" +"Q566Y1","Q4U0S5","elp4","paf1","Q566Y1","Q4U0S5","Elongator complex protein 4 (ELP4)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000131946","physical","txid7955" +"Q566Y1","Q6DGQ0","elp4","supt4h1","Q566Y1","Q6DGQ0","Elongator complex protein 4 (ELP4)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000131946","physical","txid7955" +"Q566Y1","A1A5V9","elp4","elp5","Q566Y1","A1A5V9","Elongator complex protein 4 (ELP4)","Elongator complex protein 5 (Dermal papilla-derived protein 6 homolog) (Retinoic acid-induced protein 12)","string-db","7955.ENSDARP00000151574/7955.ENSDARP00000131946","physical","txid7955" +"Q566Y1","Q7T319","elp4","zgc:64163","Q566Y1","elof1","Elongator complex protein 4 (ELP4)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000131946","physical","txid7955" +"A5A4L9","I3ISK1","DUF140","AF4/FMR2 family member 4 isoform X2","A5A4L9","aff4","FACT complex subunit","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","F1QEB4","DUF140","ssrp1","A5A4L9","F1QEB4","FACT complex subunit","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","X1WHN7","DUF140","hrpt2","A5A4L9","cdc73","FACT complex subunit","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","A0A0R4IE41","DUF140","non-specific serine/threonine protein kinase","A5A4L9","A0A0R4IE41","FACT complex subunit","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q1LWQ2","DUF140","rdbp","A5A4L9","nelfe","FACT complex subunit","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","F1QMB9","DUF140","ccnk","A5A4L9","F1QMB9","FACT complex subunit","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","F1QF30","DUF140","cb162","A5A4L9","F1QF30","FACT complex subunit","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q7T319","DUF140","zgc:64163","A5A4L9","elof1","FACT complex subunit","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q566Y1","DUF140","elp4","A5A4L9","Q566Y1","FACT complex subunit","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","F6NLJ7","DUF140","FACT complex subunit SSRP1","A5A4L9","ssrp1b","FACT complex subunit","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q6DGQ0","DUF140","supt4h1","A5A4L9","Q6DGQ0","FACT complex subunit","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q502M9","DUF140","zgc:92635","A5A4L9","elocb","FACT complex subunit","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000111043","physical","txid7955" +"A5A4L9","Q4U0S5","DUF140","paf1","A5A4L9","Q4U0S5","FACT complex subunit","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000111043","physical","txid7955" +"Q08BB8","Q6IQD2","Occludin","wu:fb52f06","-","eaf1","Occludin","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q6P5M2","Occludin","skic8","-","Q6P5M2","Occludin","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q502M9","Occludin","zgc:92635","-","elocb","Occludin","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1QEB4","Occludin","ssrp1","-","F1QEB4","Occludin","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","E7EZF8","Occludin","Interactor of little elongator complex ELL subunit 2","-","ice2","Occludin","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1R6Y1","Occludin","Cyclin-dependent kinase 12","-","cdk12","Occludin","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","I3ISK1","Occludin","AF4/FMR2 family member 4 isoform X2","-","aff4","Occludin","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","A5A4L9","Occludin","DUF140","-","A5A4L9","Occludin","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F6NLJ7","Occludin","FACT complex subunit SSRP1","-","ssrp1b","Occludin","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q7T319","Occludin","zgc:64163","-","elof1","Occludin","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","E7F092","Occludin","Cyclin-dependent kinase 13","-","cdk13","Occludin","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","A2BGQ3","Occludin","wu:fk83f10","-","oclnb","Occludin","Occludin b (Occludin isoform X1)","string-db","7955.ENSDARP00000116151/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1QMB9","Occludin","ccnk","-","F1QMB9","Occludin","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1QF30","Occludin","cb162","-","F1QF30","Occludin","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q1LWQ2","Occludin","rdbp","-","nelfe","Occludin","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q4U0S5","Occludin","paf1","-","Q4U0S5","Occludin","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1R2K7","Occludin","cb244","-","ell2","Occludin","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","X1WHN7","Occludin","hrpt2","-","cdc73","Occludin","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q566Y1","Occludin","elp4","-","Q566Y1","Occludin","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","F1RAF7","Occludin","LOC565819","-","si:ch211-13k12.2","Occludin","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","E7F7H1","Occludin","tceb3l","-","eloal","Occludin","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000083005","physical","txid7955" +"Q08BB8","Q6DGQ0","Occludin","supt4h1","-","Q6DGQ0","Occludin","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000083005","physical","txid7955" +"F1QEB4","I3ISK1","ssrp1","AF4/FMR2 family member 4 isoform X2","F1QEB4","aff4","FACT complex subunit SSRP1","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q4U0S5","ssrp1","paf1","F1QEB4","Q4U0S5","FACT complex subunit SSRP1","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","X1WHN7","ssrp1","hrpt2","F1QEB4","cdc73","FACT complex subunit SSRP1","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","F6NLJ7","ssrp1","FACT complex subunit SSRP1","F1QEB4","ssrp1b","FACT complex subunit SSRP1","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q566Y1","ssrp1","elp4","F1QEB4","Q566Y1","FACT complex subunit SSRP1","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q7T319","ssrp1","zgc:64163","F1QEB4","elof1","FACT complex subunit SSRP1","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q502M9","ssrp1","zgc:92635","F1QEB4","elocb","FACT complex subunit SSRP1","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q6DGQ0","ssrp1","supt4h1","F1QEB4","Q6DGQ0","FACT complex subunit SSRP1","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000114529","physical","txid7955" +"F1QEB4","Q1LWQ2","ssrp1","rdbp","F1QEB4","nelfe","FACT complex subunit SSRP1","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000114529","physical","txid7955" +"Q8UVK2","F1QMB9","supt6h","ccnk","supt6h","F1QMB9","Transcription elongation factor SPT6 (Protein pandora)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q9DDT5","supt6h","supt5h","supt6h","Q9DDT5","Transcription elongation factor SPT6 (Protein pandora)","Transcription elongation factor SPT5 (DRB sensitivity-inducing factor large subunit) (DSIF large subunit) (Protein foggy)","string-db","7955.ENSDARP00000062675/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6IQD2","supt6h","wu:fb52f06","supt6h","eaf1","Transcription elongation factor SPT6 (Protein pandora)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","A5A4L9","supt6h","DUF140","supt6h","A5A4L9","Transcription elongation factor SPT6 (Protein pandora)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q561S9","supt6h","H2A","supt6h","hist1h2a3","Transcription elongation factor SPT6 (Protein pandora)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","A3KDM3","supt6h","fc54a06","supt6h","ctr9","Transcription elongation factor SPT6 (Protein pandora)","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","string-db","7955.ENSDARP00000016047/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F1R6Y1","supt6h","Cyclin-dependent kinase 12","supt6h","cdk12","Transcription elongation factor SPT6 (Protein pandora)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","string-db","7955.ENSDARP00000087834/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F1RAF7","supt6h","LOC565819","supt6h","si:ch211-13k12.2","Transcription elongation factor SPT6 (Protein pandora)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","string-db","7955.ENSDARP00000090285/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","A8KBJ5","supt6h","si:ch1073-153i20.2","supt6h","-","Transcription elongation factor SPT6 (Protein pandora)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","E7F7H1","supt6h","tceb3l","supt6h","eloal","Transcription elongation factor SPT6 (Protein pandora)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","E7F092","supt6h","Cyclin-dependent kinase 13","supt6h","cdk13","Transcription elongation factor SPT6 (Protein pandora)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","X1WHN7","supt6h","hrpt2","supt6h","cdc73","Transcription elongation factor SPT6 (Protein pandora)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","I3ISK1","supt6h","AF4/FMR2 family member 4 isoform X2","supt6h","aff4","Transcription elongation factor SPT6 (Protein pandora)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q08BB8","supt6h","Occludin","supt6h","-","Transcription elongation factor SPT6 (Protein pandora)","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q66IB1","supt6h","zgc:101879","supt6h","eloca","Transcription elongation factor SPT6 (Protein pandora)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q802D2","supt6h","zgc:55690","supt6h","ccnt2b","Transcription elongation factor SPT6 (Protein pandora)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","string-db","7955.ENSDARP00000053044/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q4QRF4","supt6h","; ;","supt6h","-","Transcription elongation factor SPT6 (Protein pandora)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F1QEB4","supt6h","ssrp1","supt6h","F1QEB4","Transcription elongation factor SPT6 (Protein pandora)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","A0A140LG23","supt6h","si:dkey-23a13.21","supt6h","A0A140LG23","Transcription elongation factor SPT6 (Protein pandora)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6PI20","supt6h","h3f3a; h3f3b.1; h3-5; h3f3d","supt6h","h3f3a;h3f3b.1;h3-5;h3f3d","Transcription elongation factor SPT6 (Protein pandora)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q7T319","supt6h","zgc:64163","supt6h","elof1","Transcription elongation factor SPT6 (Protein pandora)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","X1WHF1","supt6h","Histone H2B","supt6h","si:dkey-261m9.6","Transcription elongation factor SPT6 (Protein pandora)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6P5M2","supt6h","skic8","supt6h","Q6P5M2","Transcription elongation factor SPT6 (Protein pandora)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q502M9","supt6h","zgc:92635","supt6h","elocb","Transcription elongation factor SPT6 (Protein pandora)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F1R2K7","supt6h","cb244","supt6h","ell2","Transcription elongation factor SPT6 (Protein pandora)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q566Y1","supt6h","elp4","supt6h","Q566Y1","Transcription elongation factor SPT6 (Protein pandora)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q7T3C1","supt6h","fj48e12","supt6h","tcea1","Transcription elongation factor SPT6 (Protein pandora)","Transcription elongation factor","string-db","7955.ENSDARP00000092636/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q4U0S5","supt6h","paf1","supt6h","Q4U0S5","Transcription elongation factor SPT6 (Protein pandora)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6DGQ0","supt6h","supt4h1","supt6h","Q6DGQ0","Transcription elongation factor SPT6 (Protein pandora)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F1QF30","supt6h","cb162","supt6h","F1QF30","Transcription elongation factor SPT6 (Protein pandora)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q803Q8","supt6h","ccnt2","supt6h","Q803Q8","Transcription elongation factor SPT6 (Protein pandora)","Cyclin T2 (Cyclin-T2 isoform 2)","string-db","7955.ENSDARP00000053281/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","E7EZF8","supt6h","Interactor of little elongator complex ELL subunit 2","supt6h","ice2","Transcription elongation factor SPT6 (Protein pandora)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6NYV9","supt6h","leo1","supt6h","leo1","Transcription elongation factor SPT6 (Protein pandora)","RNA polymerase-associated protein LEO1","string-db","7955.ENSDARP00000072160/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","F6NLJ7","supt6h","FACT complex subunit SSRP1","supt6h","ssrp1b","Transcription elongation factor SPT6 (Protein pandora)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q6PC60","supt6h","hist2h2l","supt6h","hist2h2l","Transcription elongation factor SPT6 (Protein pandora)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","Q1LWQ2","supt6h","rdbp","supt6h","nelfe","Transcription elongation factor SPT6 (Protein pandora)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000013353","physical","txid7955" +"Q8UVK2","E7FFE0","supt6h","fi75f03","supt6h","nelfa","Transcription elongation factor SPT6 (Protein pandora)","Negative elongation factor A (Negative elongation factor complex member A)","string-db","7955.ENSDARP00000082002/7955.ENSDARP00000013353","physical","txid7955" +"F1RAF7","F1QF30","LOC565819","cb162","si:ch211-13k12.2","F1QF30","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q7T319","LOC565819","zgc:64163","si:ch211-13k12.2","elof1","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Transcription elongation factor 1 homolog","string-db","7955.ENSDARP00000136794/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q4U0S5","LOC565819","paf1","si:ch211-13k12.2","Q4U0S5","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","E7EZF8","LOC565819","Interactor of little elongator complex ELL subunit 2","si:ch211-13k12.2","ice2","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q6P5M2","LOC565819","skic8","si:ch211-13k12.2","Q6P5M2","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q566Y1","LOC565819","elp4","si:ch211-13k12.2","Q566Y1","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q6IQD2","LOC565819","wu:fb52f06","si:ch211-13k12.2","eaf1","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","ELL-associated factor 1","string-db","7955.ENSDARP00000095027/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","F1QMB9","LOC565819","ccnk","si:ch211-13k12.2","F1QMB9","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Cyclin-K","string-db","7955.ENSDARP00000113893/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","E7F7H1","LOC565819","tceb3l","si:ch211-13k12.2","eloal","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Elongin A,-like (Transcription elongation factor B polypeptide 3)","string-db","7955.ENSDARP00000103646/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","E7F092","LOC565819","Cyclin-dependent kinase 13","si:ch211-13k12.2","cdk13","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Cyclin-dependent kinase 13","string-db","7955.ENSDARP00000098003/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q502M9","LOC565819","zgc:92635","si:ch211-13k12.2","elocb","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","A5A4L9","LOC565819","DUF140","si:ch211-13k12.2","A5A4L9","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","FACT complex subunit","string-db","7955.ENSDARP00000111043/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q6DGQ0","LOC565819","supt4h1","si:ch211-13k12.2","Q6DGQ0","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Transcription elongation factor SPT4 (DRB sensitivity-inducing factor small subunit) (DSIF small subunit)","string-db","7955.ENSDARP00000147232/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","I3ISK1","LOC565819","AF4/FMR2 family member 4 isoform X2","si:ch211-13k12.2","aff4","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","string-db","7955.ENSDARP00000125884/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","F1QEB4","LOC565819","ssrp1","si:ch211-13k12.2","F1QEB4","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000114529/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","X1WHN7","LOC565819","hrpt2","si:ch211-13k12.2","cdc73","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","F1R2K7","LOC565819","cb244","si:ch211-13k12.2","ell2","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","Q1LWQ2","LOC565819","rdbp","si:ch211-13k12.2","nelfe","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","Negative elongation factor E","string-db","7955.ENSDARP00000124545/7955.ENSDARP00000090285","physical","txid7955" +"F1RAF7","F6NLJ7","LOC565819","FACT complex subunit SSRP1","si:ch211-13k12.2","ssrp1b","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","FACT complex subunit SSRP1","string-db","7955.ENSDARP00000118787/7955.ENSDARP00000090285","physical","txid7955" +"Q6P025","Q7ZW82","gnb3","cb874","gnb3b","gnaia","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q803H5","gnb3","gnb1l","gnb3b","gnb1b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6TH03","gnb3","xx:tdsubc_2c12","gnb3b","gng5","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A9JTC8","gnb3","Guanine nucleotide-binding protein G","gnb3b","A9JTC8","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","X1WBG0","gnb3","fb09a11","gnb3b","si:dkey-204f11.64","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q5BJ11","gnb3","im:7138539","gnb3b","gnb2","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","F1QJG4","gnb3","aplnr3","gnb3b","aplnr2","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6DH55","gnb3","zgc:92641","gnb3b","gnb3a","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","R4GE45","gnb3","Guanine nucleotide-binding protein subunit gamma","gnb3b","si:ch211-286b5.5","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","B3DIM4","gnb3","LOC100007047","gnb3b","B3DIM4","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6TNT8","gnb3","gnai2l","gnb3b","gnai2a","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q5RKP9","gnb3","zgc:101761","gnb3b","gna11b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000044410/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","F1QJX7","gnb3","Adenylate cyclase-stimulating G alpha protein","gnb3b","gnas","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","B3DI16","gnb3","gna11","gnb3b","B3DI16","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0A0R4IHM6","gnb3","gng12b","gnb3b","si:dkey-44g17.6","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6DGZ5","gnb3","zgc:92709","gnb3b","gng7","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q503Q6","gnb3","zgc:110316","gnb3b","Q503Q6","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","B8JLJ7","gnb3","si:ch73-270f14.2","gnb3b","gnaq","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","string-db","7955.ENSDARP00000020119/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0A2R8RKX9","gnb3","zgc:101614","gnb3b","A0A2R8RKX9","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0A0G2LAU9","gnb3","gnaz","gnb3b","A0A0G2LAU9","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q90WX5","gnb3","Cone transducin alpha subunit","gnb3b","Q90WX5","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q90Z40","gnb3","[g]3","gnb3b","gng3","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000015972/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","E7F1F5","gnb3","Guanine nucleotide-binding protein subunit gamma","gnb3b","gngt2b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q90WX6","gnb3","fk56e06","gnb3b","Q90WX6","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q7T3D3","gnb3","zgc:63957","gnb3b","gnai1","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000037326/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A1L271","gnb3","gnb5a","gnb3b","gnb5a","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","F1QJL5","gnb3","zgc:100942","gnb3b","gna15.1","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6PBN9","gnb3","gng1","gnb3b","Q6PBN9","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6P967","gnb3","zgc:73153","gnb3b","gnao1b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6DH00","gnb3","zgc:92704","gnb3b","gng13b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0T2N3","gnb3","aplnrb","gnb3b","aplnrb","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6PBR4","gnb3","gngt2","gnb3b","Q6PBR4","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q5YKG4","gnb3","gna12","gnb3b","gna12a","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6PBP1","gnb3","gnao1","gnb3b","Q6PBP1","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6PBY0","gnb3","gnb5b","gnb3b","gnb5b","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0A0G2L6W9","gnb3","Guanine nucleotide-binding protein subunit gamma","gnb3b","A0A0G2L6W9","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q1LW07","gnb3","si:ch211-207c7.1","gnb3b","Q1LW07","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","A0A8M3ANZ5","gnb3","gng12","gnb3b","A0A8M3ANZ5","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q15KE4","gnb3","zgc:110302","gnb3b","Q15KE4","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q5YKG3","gnb3","gna13","gnb3b","gna13a","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q7SZP9","gnb3","aplnra","gnb3b","aplnra","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000005843","physical","txid7955" +"Q6P025","Q6PH57","gnb3","gnb1","gnb3b","gnb1","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000005843","physical","txid7955" +"Q5YKG4","Q803H5","gna12","gnb1l","gna12a","gnb1b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6DH00","gna12","zgc:92704","gna12a","gng13b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","E7FDD1","gna12","Proteinase-activated receptor 4","gna12a","E7FDD1","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","E7F8C4","gna12","LOC100333265","gna12a","LOC100333265","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6TH03","gna12","xx:tdsubc_2c12","gna12a","gng5","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","X1WBG0","gna12","fb09a11","gna12a","si:dkey-204f11.64","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q503Q6","gna12","zgc:110316","gna12a","Q503Q6","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6PBY0","gna12","gnb5b","gna12a","gnb5b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","F1QJL5","gna12","zgc:100942","gna12a","gna15.1","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A2R8RKX9","gna12","zgc:101614","gna12a","A0A2R8RKX9","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6PBP1","gna12","gnao1","gna12a","Q6PBP1","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","E7F1F5","gna12","Guanine nucleotide-binding protein subunit gamma","gna12a","gngt2b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","R4GE45","gna12","Guanine nucleotide-binding protein subunit gamma","gna12a","si:ch211-286b5.5","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A8M3ANZ5","gna12","gng12","gna12a","A0A8M3ANZ5","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6PBN9","gna12","gng1","gna12a","Q6PBN9","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6TNT8","gna12","gnai2l","gna12a","gnai2a","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q90WX6","gna12","fk56e06","gna12a","Q90WX6","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q90WX5","gna12","Cone transducin alpha subunit","gna12a","Q90WX5","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A8M1NC80","gna12","s1pr3","gna12a","A0A8M1NC80","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Sphingosine-1-phosphate receptor 3a","string-db","7955.ENSDARP00000113862/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6PH57","gna12","gnb1","gna12a","gnb1","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A0R4IHM6","gna12","gng12b","gna12a","si:dkey-44g17.6","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q15KE4","gna12","zgc:110302","gna12a","Q15KE4","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","B3DIM4","gna12","LOC100007047","gna12a","B3DIM4","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A0G2LAU9","gna12","gnaz","gna12a","A0A0G2LAU9","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","F1QJX7","gna12","Adenylate cyclase-stimulating G alpha protein","gna12a","gnas","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q5YKG3","gna12","gna13","gna12a","gna13a","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A1L271","gna12","gnb5a","gna12a","gnb5a","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","F1Q7U0","gna12","Plexin b1b","gna12a","plxnb1b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6PBR4","gna12","gngt2","gna12a","Q6PBR4","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","B3DI16","gna12","gna11","gna12a","B3DI16","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","A0A0G2L6W9","gna12","Guanine nucleotide-binding protein subunit gamma","gna12a","A0A0G2L6W9","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","F8W3B7","gna12","Tyrosine-protein kinase","gna12a","btk","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q5BJ11","gna12","im:7138539","gna12a","gnb2","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q7ZW82","gna12","cb874","gna12a","gnaia","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6P967","gna12","zgc:73153","gna12a","gnao1b","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q1LW07","gna12","si:ch211-207c7.1","gna12a","Q1LW07","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000050331","physical","txid7955" +"Q5YKG4","Q6DGZ5","gna12","zgc:92709","gna12a","gng7","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000050331","physical","txid7955" +"Q6PBY0","Q803H5","gnb5b","gnb1l","gnb5b","gnb1b","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q7ZW82","gnb5b","cb874","gnb5b","gnaia","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q1LW07","gnb5b","si:ch211-207c7.1","gnb5b","Q1LW07","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","B3DIM4","gnb5b","LOC100007047","gnb5b","B3DIM4","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","F1QJL5","gnb5b","zgc:100942","gnb5b","gna15.1","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q5YKG3","gnb5b","gna13","gnb5b","gna13a","Guanine nucleotide-binding protein subunit beta-5b","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","R4GE45","gnb5b","Guanine nucleotide-binding protein subunit gamma","gnb5b","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0A0R4IHM6","gnb5b","gng12b","gnb5b","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","F1QJG4","gnb5b","aplnr3","gnb5b","aplnr2","Guanine nucleotide-binding protein subunit beta-5b","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q6PBR4","gnb5b","gngt2","gnb5b","Q6PBR4","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q6TNT8","gnb5b","gnai2l","gnb5b","gnai2a","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","B3DI16","gnb5b","gna11","gnb5b","B3DI16","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0A0G2LAU9","gnb5b","gnaz","gnb5b","A0A0G2LAU9","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q15KE4","gnb5b","zgc:110302","gnb5b","Q15KE4","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0A0G2L6W9","gnb5b","Guanine nucleotide-binding protein subunit gamma","gnb5b","A0A0G2L6W9","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q6PBP1","gnb5b","gnao1","gnb5b","Q6PBP1","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","Q6PH57","gnb5b","gnb1","gnb5b","gnb1","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0A2R8RKX9","gnb5b","zgc:101614","gnb5b","A0A2R8RKX9","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","X1WBG0","gnb5b","fb09a11","gnb5b","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0A8M3ANZ5","gnb5b","gng12","gnb5b","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","E7F1F5","gnb5b","Guanine nucleotide-binding protein subunit gamma","gnb5b","gngt2b","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A0T2N3","gnb5b","aplnrb","gnb5b","aplnrb","Guanine nucleotide-binding protein subunit beta-5b","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","F1QJX7","gnb5b","Adenylate cyclase-stimulating G alpha protein","gnb5b","gnas","Guanine nucleotide-binding protein subunit beta-5b","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000072190","physical","txid7955" +"Q6PBY0","A1L271","gnb5b","gnb5a","gnb5b","gnb5a","Guanine nucleotide-binding protein subunit beta-5b","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000072190","physical","txid7955" +"Q90Z40","A0A8M6Z3Y2","[g]3","adenylate cyclase","gng3","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6PH57","[g]3","gnb1","gng3","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q90WY4","[g]3","adra2a","gng3","Q90WY4","Guanine nucleotide-binding protein subunit gamma","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A2R8RKX9","[g]3","zgc:101614","gng3","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","D2CFN3","[g]3","si:dkey-178j17.2","gng3","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B8JLJ7","[g]3","si:ch73-270f14.2","gng3","gnaq","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","string-db","7955.ENSDARP00000020119/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0R4ICH9","[g]3","ATP-sensitive inward rectifier potassium channel 12-like","gng3","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q803H5","[g]3","gnb1l","gng3","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QTL0","[g]3","fc06a08","gng3","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0R4IAD0","[g]3","G protein-activated inward rectifier potassium channel 4","gng3","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q5YKG4","[g]3","gna12","gng3","gna12a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B3DIM4","[g]3","LOC100007047","gng3","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FG90","[g]3","adra1a","gng3","E7FG90","Guanine nucleotide-binding protein subunit gamma","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","string-db","7955.ENSDARP00000035603/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A1L271","[g]3","gnb5a","gng3","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q90WY5","[g]3","adra2b","gng3","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q7SZP9","[g]3","aplnra","gng3","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7F2G6","[g]3","G protein-coupled purinergic receptor p2y 12","gng3","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","X1WBG0","[g]3","fb09a11","gng3","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A1L1U1","[g]3","Striatin","gng3","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q503Q6","[g]3","zgc:110316","gng3","Q503Q6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q1LUN9","[g]3","si:dkey-190l1.2","gng3","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6DGZ5","[g]3","zgc:92709","gng3","gng7","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q567Y2","[g]3","rgr1","gng3","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F8W3B7","[g]3","Tyrosine-protein kinase","gng3","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q5RIV6","[g]3","Opn5m","gng3","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","R4GE45","[g]3","Guanine nucleotide-binding protein subunit gamma","gng3","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0G2L6W9","[g]3","Guanine nucleotide-binding protein subunit gamma","gng3","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A9JTC8","[g]3","Guanine nucleotide-binding protein G","gng3","A9JTC8","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FD27","[g]3","ATP-sensitive inward rectifier potassium channel 10","gng3","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q90WX5","[g]3","Cone transducin alpha subunit","gng3","Q90WX5","Guanine nucleotide-binding protein subunit gamma","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FE45","[g]3","Prostacyclin receptor","gng3","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A8M3B6F1","[g]3","wu:fj38c03","gng3","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QJX7","[g]3","Adenylate cyclase-stimulating G alpha protein","gng3","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B0R1C3","[g]3","Glucagon b","gng3","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QJL5","[g]3","zgc:100942","gng3","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q5BJ11","[g]3","im:7138539","gng3","gnb2","Guanine nucleotide-binding protein subunit gamma","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7F8C4","[g]3","LOC100333265","gng3","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0G2LAU9","[g]3","gnaz","gng3","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q8AYN0","[g]3","opn1lw2","gng3","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q9W6A9","[g]3","opn1sw1","gng3","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q15KE4","[g]3","zgc:110302","gng3","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A3QJU6","[g]3","zgc:136923","gng3","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6TH03","[g]3","xx:tdsubc_2c12","gng3","gng5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q9YI00","[g]3","zg05","gng3","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0JBX4","[g]3","fzd3l","gng3","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A8M3ANZ5","[g]3","gng12","gng3","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q90WX6","[g]3","fk56e06","gng3","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6P967","[g]3","zgc:73153","gng3","gnao1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QLK8","[g]3","Adrenoceptor alpha 1Ba","gng3","adra1ba","Guanine nucleotide-binding protein subunit gamma","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","string-db","7955.ENSDARP00000021131/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7F1F5","[g]3","Guanine nucleotide-binding protein subunit gamma","gng3","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0R4IHM6","[g]3","gng12b","gng3","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B8JHS2","[g]3","ZFOR2","gng3","oprm1","Guanine nucleotide-binding protein subunit gamma","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q9I9I2","[g]3","wnt11r","gng3","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6PBY0","[g]3","gnb5b","gng3","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6PBN9","[g]3","gng1","gng3","Q6PBN9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0T2N3","[g]3","aplnrb","gng3","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6DH55","[g]3","zgc:92641","gng3","gnb3a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A2RV22","[g]3","Phosphoinositide-3-kinase, regulatory subunit 6a","gng3","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B3DIG4","[g]3","fzd8c","gng3","B3DIG4","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","string-db","7955.ENSDARP00000036600/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q5YKG3","[g]3","gna13","gng3","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q29ST4","[g]3","si:dkey-13b16.1","gng3","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6PBP1","[g]3","gnao1","gng3","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6DH00","[g]3","zgc:92704","gng3","gng13b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q5RKP9","[g]3","zgc:101761","gng3","gna11b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000044410/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q90WY6","[g]3","adra2c","gng3","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","P57717","[g]3","esr1","gng3","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A9NJI7","[g]3","Encephalopsin","gng3","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B3G515","[g]3","gper1","gng3","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","A0A0N4SUG9","[g]3","P2Y purinoceptor 1","gng3","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FB43","[g]3","Glucagon receptor a","gng3","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FGH1","[g]3","kcnj2","gng3","E7FGH1","Guanine nucleotide-binding protein subunit gamma","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","string-db","7955.ENSDARP00000020190/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B3DI16","[g]3","gna11","gng3","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q7ZT18","[g]3","pomc","gng3","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6PBR4","[g]3","gngt2","gng3","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QJG4","[g]3","aplnr3","gng3","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QQH0","[g]3","kcnj15","gng3","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q7ZW82","[g]3","cb874","gng3","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q7T3D3","[g]3","zgc:63957","gng3","gnai1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000037326/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QAJ3","[g]3","Gamma-aminobutyric acid","gng3","F1QAJ3","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","string-db","7955.ENSDARP00000045615/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q6TNT8","[g]3","gnai2l","gng3","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q9W6A7","[g]3","opn1lw1","gng3","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FDD1","[g]3","Proteinase-activated receptor 4","gng3","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7FEG9","[g]3","grik3","gng3","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","Q1LW07","[g]3","si:ch211-207c7.1","gng3","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","B8JJL3","[g]3","ER[b]1","gng3","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","E7F1N1","[g]3","G protein-activated inward rectifier potassium channel 1","gng3","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000015972","physical","txid7955" +"Q90Z40","F1QH85","[g]3","kcnj4","gng3","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000015972","physical","txid7955" +"Q15KE4","Q803H5","zgc:110302","gnb1l","Q15KE4","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0R4IAD0","zgc:110302","G protein-activated inward rectifier potassium channel 4","Q15KE4","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","X1WBG0","zgc:110302","fb09a11","Q15KE4","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q90WY5","zgc:110302","adra2b","Q15KE4","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A1L1U1","zgc:110302","Striatin","Q15KE4","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A8M3B6F1","zgc:110302","wu:fj38c03","Q15KE4","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q1LW07","zgc:110302","si:ch211-207c7.1","Q15KE4","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q6PBR4","zgc:110302","gngt2","Q15KE4","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A2R8RKX9","zgc:110302","zgc:101614","Q15KE4","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QJL5","zgc:110302","zgc:100942","Q15KE4","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7FE45","zgc:110302","Prostacyclin receptor","Q15KE4","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F8W3B7","zgc:110302","Tyrosine-protein kinase","Q15KE4","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q90WY6","zgc:110302","adra2c","Q15KE4","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","B3DI16","zgc:110302","gna11","Q15KE4","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A1L271","zgc:110302","gnb5a","Q15KE4","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7FEG9","zgc:110302","grik3","Q15KE4","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","D2CFN3","zgc:110302","si:dkey-178j17.2","Q15KE4","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7FD27","zgc:110302","ATP-sensitive inward rectifier potassium channel 10","Q15KE4","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0R4IHM6","zgc:110302","gng12b","Q15KE4","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","P57717","zgc:110302","esr1","Q15KE4","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A3QJU6","zgc:110302","zgc:136923","Q15KE4","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QTL0","zgc:110302","fc06a08","Q15KE4","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7F2G6","zgc:110302","G protein-coupled purinergic receptor p2y 12","Q15KE4","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A8M3ANZ5","zgc:110302","gng12","Q15KE4","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0R4ICH9","zgc:110302","ATP-sensitive inward rectifier potassium channel 12-like","Q15KE4","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QQH0","zgc:110302","kcnj15","Q15KE4","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","B0R1C3","zgc:110302","Glucagon b","Q15KE4","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","B3DIM4","zgc:110302","LOC100007047","Q15KE4","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0G2L6W9","zgc:110302","Guanine nucleotide-binding protein subunit gamma","Q15KE4","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","B8JJL3","zgc:110302","ER[b]1","Q15KE4","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q29ST4","zgc:110302","si:dkey-13b16.1","Q15KE4","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q6PH57","zgc:110302","gnb1","Q15KE4","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q1LUN9","zgc:110302","si:dkey-190l1.2","Q15KE4","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q7ZW82","zgc:110302","cb874","Q15KE4","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0JBX4","zgc:110302","fzd3l","Q15KE4","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0T2N3","zgc:110302","aplnrb","Q15KE4","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q9I9I2","zgc:110302","wnt11r","Q15KE4","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0N4SUG9","zgc:110302","P2Y purinoceptor 1","Q15KE4","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","B3G515","zgc:110302","gper1","Q15KE4","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7FB43","zgc:110302","Glucagon receptor a","Q15KE4","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q6TNT8","zgc:110302","gnai2l","Q15KE4","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q6PBP1","zgc:110302","gnao1","Q15KE4","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7F1F5","zgc:110302","Guanine nucleotide-binding protein subunit gamma","Q15KE4","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A2RV22","zgc:110302","Phosphoinositide-3-kinase, regulatory subunit 6a","Q15KE4","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QJX7","zgc:110302","Adenylate cyclase-stimulating G alpha protein","Q15KE4","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QJG4","zgc:110302","aplnr3","Q15KE4","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7F8C4","zgc:110302","LOC100333265","Q15KE4","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q5RIV6","zgc:110302","Opn5m","Q15KE4","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","Q5YKG3","zgc:110302","gna13","Q15KE4","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","E7FDD1","zgc:110302","Proteinase-activated receptor 4","Q15KE4","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A0G2LAU9","zgc:110302","gnaz","Q15KE4","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","R4GE45","zgc:110302","Guanine nucleotide-binding protein subunit gamma","Q15KE4","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","A0A8M6Z3Y2","zgc:110302","adenylate cyclase","Q15KE4","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000073854","physical","txid7955" +"Q15KE4","F1QH85","zgc:110302","kcnj4","Q15KE4","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000073854","physical","txid7955" +"Q6TNT8","A1L271","gnai2l","gnb5a","gnai2a","gnb5a","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","B3DIM4","gnai2l","LOC100007047","gnai2a","B3DIM4","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","F1QJX7","gnai2l","Adenylate cyclase-stimulating G alpha protein","gnai2a","gnas","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","F1QJG4","gnai2l","aplnr3","gnai2a","aplnr2","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","B3DI16","gnai2l","gna11","gnai2a","B3DI16","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0A2R8RKX9","gnai2l","zgc:101614","gnai2a","A0A2R8RKX9","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0A0R4IHM6","gnai2l","gng12b","gnai2a","si:dkey-44g17.6","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0A0G2L6W9","gnai2l","Guanine nucleotide-binding protein subunit gamma","gnai2a","A0A0G2L6W9","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","X1WBG0","gnai2l","fb09a11","gnai2a","si:dkey-204f11.64","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q6PH57","gnai2l","gnb1","gnai2a","gnb1","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0T2N3","gnai2l","aplnrb","gnai2a","aplnrb","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","R4GE45","gnai2l","Guanine nucleotide-binding protein subunit gamma","gnai2a","si:ch211-286b5.5","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q803H5","gnai2l","gnb1l","gnai2a","gnb1b","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0A8M3ANZ5","gnai2l","gng12","gnai2a","A0A8M3ANZ5","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","F1QJL5","gnai2l","zgc:100942","gnai2a","gna15.1","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","E7F1F5","gnai2l","Guanine nucleotide-binding protein subunit gamma","gnai2a","gngt2b","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q1LW07","gnai2l","si:ch211-207c7.1","gnai2a","Q1LW07","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q6PBR4","gnai2l","gngt2","gnai2a","Q6PBR4","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q6PBP1","gnai2l","gnao1","gnai2a","Q6PBP1","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","A0A0G2LAU9","gnai2l","gnaz","gnai2a","A0A0G2LAU9","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000106050","physical","txid7955" +"Q6TNT8","Q7ZW82","gnai2l","cb874","gnai2a","gnaia","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000106050","physical","txid7955" +"Q503Q6","Q15KE4","zgc:110316","zgc:110302","Q503Q6","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","D2CFN3","zgc:110316","si:dkey-178j17.2","Q503Q6","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QTL0","zgc:110316","fc06a08","Q503Q6","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","X1WBG0","zgc:110316","fb09a11","Q503Q6","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q7SZP9","zgc:110316","aplnra","Q503Q6","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A1L271","zgc:110316","gnb5a","Q503Q6","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0R4IAD0","zgc:110316","G protein-activated inward rectifier potassium channel 4","Q503Q6","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A8M3B6F1","zgc:110316","wu:fj38c03","Q503Q6","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","B3DIM4","zgc:110316","LOC100007047","Q503Q6","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q6TNT8","zgc:110316","gnai2l","Q503Q6","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q5RIV6","zgc:110316","Opn5m","Q503Q6","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A8M6Z3Y2","zgc:110316","adenylate cyclase","Q503Q6","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7FE45","zgc:110316","Prostacyclin receptor","Q503Q6","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","R4GE45","zgc:110316","Guanine nucleotide-binding protein subunit gamma","Q503Q6","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0T2N3","zgc:110316","aplnrb","Q503Q6","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q9I9I2","zgc:110316","wnt11r","Q503Q6","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7F1F5","zgc:110316","Guanine nucleotide-binding protein subunit gamma","Q503Q6","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A8M3ANZ5","zgc:110316","gng12","Q503Q6","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0R4IHM6","zgc:110316","gng12b","Q503Q6","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7FB43","zgc:110316","Glucagon receptor a","Q503Q6","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q9W6A7","zgc:110316","opn1lw1","Q503Q6","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A1L1U1","zgc:110316","Striatin","Q503Q6","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q7ZT18","zgc:110316","pomc","Q503Q6","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q9W6A9","zgc:110316","opn1sw1","Q503Q6","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QJG4","zgc:110316","aplnr3","Q503Q6","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q1LW07","zgc:110316","si:ch211-207c7.1","Q503Q6","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q7ZW82","zgc:110316","cb874","Q503Q6","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7F1N1","zgc:110316","G protein-activated inward rectifier potassium channel 1","Q503Q6","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q9YI00","zgc:110316","zg05","Q503Q6","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q90WY6","zgc:110316","adra2c","Q503Q6","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QH85","zgc:110316","kcnj4","Q503Q6","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0G2L6W9","zgc:110316","Guanine nucleotide-binding protein subunit gamma","Q503Q6","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0R4ICH9","zgc:110316","ATP-sensitive inward rectifier potassium channel 12-like","Q503Q6","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QJX7","zgc:110316","Adenylate cyclase-stimulating G alpha protein","Q503Q6","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q90WY5","zgc:110316","adra2b","Q503Q6","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q803H5","zgc:110316","gnb1l","Q503Q6","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QQH0","zgc:110316","kcnj15","Q503Q6","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","B8JJL3","zgc:110316","ER[b]1","Q503Q6","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q29ST4","zgc:110316","si:dkey-13b16.1","Q503Q6","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q6PBY0","zgc:110316","gnb5b","Q503Q6","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q6PBR4","zgc:110316","gngt2","Q503Q6","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7F2G6","zgc:110316","G protein-coupled purinergic receptor p2y 12","Q503Q6","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","B3DI16","zgc:110316","gna11","Q503Q6","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7FDD1","zgc:110316","Proteinase-activated receptor 4","Q503Q6","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A9NJI7","zgc:110316","Encephalopsin","Q503Q6","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7FD27","zgc:110316","ATP-sensitive inward rectifier potassium channel 10","Q503Q6","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q8AYN0","zgc:110316","opn1lw2","Q503Q6","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F1QJL5","zgc:110316","zgc:100942","Q503Q6","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q5YKG3","zgc:110316","gna13","Q503Q6","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q567Y2","zgc:110316","rgr1","Q503Q6","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q90WX6","zgc:110316","fk56e06","Q503Q6","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A3QJU6","zgc:110316","zgc:136923","Q503Q6","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A2RV22","zgc:110316","Phosphoinositide-3-kinase, regulatory subunit 6a","Q503Q6","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","F8W3B7","zgc:110316","Tyrosine-protein kinase","Q503Q6","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7F8C4","zgc:110316","LOC100333265","Q503Q6","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","B3G515","zgc:110316","gper1","Q503Q6","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A2R8RKX9","zgc:110316","zgc:101614","Q503Q6","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","P57717","zgc:110316","esr1","Q503Q6","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","E7FEG9","zgc:110316","grik3","Q503Q6","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q1LUN9","zgc:110316","si:dkey-190l1.2","Q503Q6","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0N4SUG9","zgc:110316","P2Y purinoceptor 1","Q503Q6","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q6PBP1","zgc:110316","gnao1","Q503Q6","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","Q6PH57","zgc:110316","gnb1","Q503Q6","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","B0R1C3","zgc:110316","Glucagon b","Q503Q6","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0JBX4","zgc:110316","fzd3l","Q503Q6","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000063088","physical","txid7955" +"Q503Q6","A0A0G2LAU9","zgc:110316","gnaz","Q503Q6","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000063088","physical","txid7955" +"B3DIM4","A0A0G2LAU9","LOC100007047","gnaz","B3DIM4","A0A0G2LAU9","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","A0A0G2L6W9","LOC100007047","Guanine nucleotide-binding protein subunit gamma","B3DIM4","A0A0G2L6W9","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","F1QJG4","LOC100007047","aplnr3","B3DIM4","aplnr2","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","R4GE45","LOC100007047","Guanine nucleotide-binding protein subunit gamma","B3DIM4","si:ch211-286b5.5","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","A0A8M3ANZ5","LOC100007047","gng12","B3DIM4","A0A8M3ANZ5","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","Q6PBP1","LOC100007047","gnao1","B3DIM4","Q6PBP1","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","X1WBG0","LOC100007047","fb09a11","B3DIM4","si:dkey-204f11.64","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","A0A2R8RKX9","LOC100007047","zgc:101614","B3DIM4","A0A2R8RKX9","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","B3DI16","LOC100007047","gna11","B3DIM4","B3DI16","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","A0A0R4IHM6","LOC100007047","gng12b","B3DIM4","si:dkey-44g17.6","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","E7F1F5","LOC100007047","Guanine nucleotide-binding protein subunit gamma","B3DIM4","gngt2b","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","Q1LW07","LOC100007047","si:ch211-207c7.1","B3DIM4","Q1LW07","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","Q7ZW82","LOC100007047","cb874","B3DIM4","gnaia","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","A1L271","LOC100007047","gnb5a","B3DIM4","gnb5a","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","Q803H5","LOC100007047","gnb1l","B3DIM4","gnb1b","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000121143","physical","txid7955" +"B3DIM4","F1QJL5","LOC100007047","zgc:100942","B3DIM4","gna15.1","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000121143","physical","txid7955" +"Q6P967","F1QJX7","zgc:73153","Adenylate cyclase-stimulating G alpha protein","gnao1b","gnas","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q15KE4","zgc:73153","zgc:110302","gnao1b","Q15KE4","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q90WX5","zgc:73153","Cone transducin alpha subunit","gnao1b","Q90WX5","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A1L271","zgc:73153","gnb5a","gnao1b","gnb5a","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q5YKG3","zgc:73153","gna13","gnao1b","gna13a","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A0A8M3ANZ5","zgc:73153","gng12","gnao1b","A0A8M3ANZ5","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A0A0G2LAU9","zgc:73153","gnaz","gnao1b","A0A0G2LAU9","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6TH03","zgc:73153","xx:tdsubc_2c12","gnao1b","gng5","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","B3DIM4","zgc:73153","LOC100007047","gnao1b","B3DIM4","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q503Q6","zgc:73153","zgc:110316","gnao1b","Q503Q6","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A0A2R8RKX9","zgc:73153","zgc:101614","gnao1b","A0A2R8RKX9","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q90WX6","zgc:73153","fk56e06","gnao1b","Q90WX6","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6TNT8","zgc:73153","gnai2l","gnao1b","gnai2a","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6PBY0","zgc:73153","gnb5b","gnao1b","gnb5b","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6DH00","zgc:73153","zgc:92704","gnao1b","gng13b","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","R4GE45","zgc:73153","Guanine nucleotide-binding protein subunit gamma","gnao1b","si:ch211-286b5.5","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","E7F1F5","zgc:73153","Guanine nucleotide-binding protein subunit gamma","gnao1b","gngt2b","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q803H5","zgc:73153","gnb1l","gnao1b","gnb1b","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q1LW07","zgc:73153","si:ch211-207c7.1","gnao1b","Q1LW07","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","B3DI16","zgc:73153","gna11","gnao1b","B3DI16","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6DGZ5","zgc:73153","zgc:92709","gnao1b","gng7","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A0A0R4IHM6","zgc:73153","gng12b","gnao1b","si:dkey-44g17.6","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","X1WBG0","zgc:73153","fb09a11","gnao1b","si:dkey-204f11.64","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","A0A0G2L6W9","zgc:73153","Guanine nucleotide-binding protein subunit gamma","gnao1b","A0A0G2L6W9","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6PBR4","zgc:73153","gngt2","gnao1b","Q6PBR4","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6PH57","zgc:73153","gnb1","gnao1b","gnb1","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","F1QJL5","zgc:73153","zgc:100942","gnao1b","gna15.1","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q7ZW82","zgc:73153","cb874","gnao1b","gnaia","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000052345","physical","txid7955" +"Q6P967","Q6PBP1","zgc:73153","gnao1","gnao1b","Q6PBP1","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000052345","physical","txid7955" +"Q6DH55","Q90WY6","zgc:92641","adra2c","gnb3a","Q90WY6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q5YKG4","zgc:92641","gna12","gnb3a","gna12a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q7ZT18","zgc:92641","pomc","gnb3a","Q7ZT18","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PH46","zgc:92641","zgc:65789","gnb3a","cct4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","T-complex protein 1 subunit delta","string-db","7955.ENSDARP00000025466/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7F8C4","zgc:92641","LOC100333265","gnb3a","LOC100333265","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7F2G6","zgc:92641","G protein-coupled purinergic receptor p2y 12","gnb3a","E7F2G6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q9I9I2","zgc:92641","wnt11r","gnb3a","wnt11","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q2MHK8","zgc:92641","tas2r1a","gnb3a","Q2MHK8","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Taste receptor type 2","string-db","7955.ENSDARP00000097664/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q90WX6","zgc:92641","fk56e06","gnb3a","Q90WX6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QAJ3","zgc:92641","Gamma-aminobutyric acid","gnb3a","F1QAJ3","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","string-db","7955.ENSDARP00000045615/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6NVI6","zgc:92641","unm_tf212","gnb3a","cct5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","T-complex protein 1 subunit epsilon (CCT-epsilon)","string-db","7955.ENSDARP00000066759/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QH85","zgc:92641","kcnj4","gnb3a","F1QH85","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q5RIV6","zgc:92641","Opn5m","gnb3a","Q5RIV6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B8JLJ7","zgc:92641","si:ch73-270f14.2","gnb3a","gnaq","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","string-db","7955.ENSDARP00000020119/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0R4IJT8","zgc:92641","fa22h09","gnb3a","A0A0R4IJT8","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B8JHS2","zgc:92641","ZFOR2","gnb3a","oprm1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A3QJU6","zgc:92641","zgc:136923","gnb3a","A3QJU6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7F1F5","zgc:92641","Guanine nucleotide-binding protein subunit gamma","gnb3a","gngt2b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A2R8RKX9","zgc:92641","zgc:101614","gnb3a","A0A2R8RKX9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0JBX4","zgc:92641","fzd3l","gnb3a","fzd3b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q5BJ11","zgc:92641","im:7138539","gnb3a","gnb2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q503Q6","zgc:92641","zgc:110316","gnb3a","Q503Q6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FEG9","zgc:92641","grik3","gnb3a","E7FEG9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0G2LAU9","zgc:92641","gnaz","gnb3a","A0A0G2LAU9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q90WX5","zgc:92641","Cone transducin alpha subunit","gnb3a","Q90WX5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q9W6A9","zgc:92641","opn1sw1","gnb3a","Q9W6A9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0T2N3","zgc:92641","aplnrb","gnb3a","aplnrb","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6TNT8","zgc:92641","gnai2l","gnb3a","gnai2a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6P967","zgc:92641","zgc:73153","gnb3a","gnao1b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A9NJI7","zgc:92641","Encephalopsin","gnb3a","opn3","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A1L1U1","zgc:92641","Striatin","gnb3a","A1L1U1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q7T3D3","zgc:92641","zgc:63957","gnb3a","gnai1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000037326/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","X1WBG0","zgc:92641","fb09a11","gnb3a","si:dkey-204f11.64","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q7SZP9","zgc:92641","aplnra","gnb3a","aplnra","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B3DI16","zgc:92641","gna11","gnb3a","B3DI16","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q1LUN9","zgc:92641","si:dkey-190l1.2","gnb3a","gabbr2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QJX7","zgc:92641","Adenylate cyclase-stimulating G alpha protein","gnb3a","gnas","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PBY0","zgc:92641","gnb5b","gnb3a","gnb5b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FDD1","zgc:92641","Proteinase-activated receptor 4","gnb3a","E7FDD1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q29ST4","zgc:92641","si:dkey-13b16.1","gnb3a","adora2b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q5RKP9","zgc:92641","zgc:101761","gnb3a","gna11b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000044410/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q5YKG3","zgc:92641","gna13","gnb3a","gna13a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q15KE4","zgc:92641","zgc:110302","gnb3a","Q15KE4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B3DIM4","zgc:92641","LOC100007047","gnb3a","B3DIM4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6DGZ5","zgc:92641","zgc:92709","gnb3a","gng7","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6DH00","zgc:92641","zgc:92704","gnb3a","gng13b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q9W6A7","zgc:92641","opn1lw1","gnb3a","opn1lw1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q8AYN0","zgc:92641","opn1lw2","gnb3a","opn1lw2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B8JJL3","zgc:92641","ER[b]1","gnb3a","B8JJL3","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0R4IHM6","zgc:92641","gng12b","gnb3a","si:dkey-44g17.6","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FE45","zgc:92641","Prostacyclin receptor","gnb3a","E7FE45","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PBR4","zgc:92641","gngt2","gnb3a","Q6PBR4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q1LW07","zgc:92641","si:ch211-207c7.1","gnb3a","Q1LW07","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","P57717","zgc:92641","esr1","gnb3a","P57717","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6TH03","zgc:92641","xx:tdsubc_2c12","gnb3a","gng5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0N4SUG9","zgc:92641","P2Y purinoceptor 1","gnb3a","p2ry1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FB43","zgc:92641","Glucagon receptor a","gnb3a","gcgra","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QJL5","zgc:92641","zgc:100942","gnb3a","gna15.1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q7ZW82","zgc:92641","cb874","gnb3a","gnaia","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q90WY5","zgc:92641","adra2b","gnb3a","Q90WY5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q803H5","zgc:92641","gnb1l","gnb3a","gnb1b","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F8W3B7","zgc:92641","Tyrosine-protein kinase","gnb3a","btk","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QQH0","zgc:92641","kcnj15","gnb3a","F1QQH0","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0R4ICH9","zgc:92641","ATP-sensitive inward rectifier potassium channel 12-like","gnb3a","kcnj12a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A8M3ANZ5","zgc:92641","gng12","gnb3a","A0A8M3ANZ5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q90WY4","zgc:92641","adra2a","gnb3a","Q90WY4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7F1N1","zgc:92641","G protein-activated inward rectifier potassium channel 1","gnb3a","E7F1N1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","R4GE45","zgc:92641","Guanine nucleotide-binding protein subunit gamma","gnb3a","si:ch211-286b5.5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B3DIG4","zgc:92641","fzd8c","gnb3a","B3DIG4","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","string-db","7955.ENSDARP00000036600/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A2RV22","zgc:92641","Phosphoinositide-3-kinase, regulatory subunit 6a","gnb3a","A2RV22","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B3G515","zgc:92641","gper1","gnb3a","B3G515","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q567Y2","zgc:92641","rgr1","gnb3a","Q567Y2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","B0R1C3","zgc:92641","Glucagon b","gnb3a","B0R1C3","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FGH1","zgc:92641","kcnj2","gnb3a","E7FGH1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","string-db","7955.ENSDARP00000020190/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q9YI00","zgc:92641","zg05","gnb3a","fzd8a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A1L271","zgc:92641","gnb5a","gnb3a","gnb5a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FG90","zgc:92641","adra1a","gnb3a","E7FG90","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","string-db","7955.ENSDARP00000035603/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A8M6Z3Y2","zgc:92641","adenylate cyclase","gnb3a","A0A8M6Z3Y2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PBP1","zgc:92641","gnao1","gnb3a","Q6PBP1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0G2L6W9","zgc:92641","Guanine nucleotide-binding protein subunit gamma","gnb3a","A0A0G2L6W9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QTL0","zgc:92641","fc06a08","gnb3a","pdcl","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A0R4IAD0","zgc:92641","G protein-activated inward rectifier potassium channel 4","gnb3a","A0A0R4IAD0","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PH57","zgc:92641","gnb1","gnb3a","gnb1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","E7FD27","zgc:92641","ATP-sensitive inward rectifier potassium channel 10","gnb3a","kcnj10a","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A9JTC8","zgc:92641","Guanine nucleotide-binding protein G","gnb3a","A9JTC8","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","A0A8M3B6F1","zgc:92641","wu:fj38c03","gnb3a","A0A8M3B6F1","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QLK8","zgc:92641","Adrenoceptor alpha 1Ba","gnb3a","adra1ba","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","string-db","7955.ENSDARP00000021131/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","D2CFN3","zgc:92641","si:dkey-178j17.2","gnb3a","adcy5","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","F1QJG4","zgc:92641","aplnr3","gnb3a","aplnr2","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000017443","physical","txid7955" +"Q6DH55","Q6PBN9","zgc:92641","gng1","gnb3a","Q6PBN9","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000017443","physical","txid7955" +"A0T2N3","Q6PBR4","aplnrb","gngt2","aplnrb","Q6PBR4","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","B3DIM4","aplnrb","LOC100007047","aplnrb","B3DIM4","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","R4GE45","aplnrb","Guanine nucleotide-binding protein subunit gamma","aplnrb","si:ch211-286b5.5","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","A1L271","aplnrb","gnb5a","aplnrb","gnb5a","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","E7F1F5","aplnrb","Guanine nucleotide-binding protein subunit gamma","aplnrb","gngt2b","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","Q6PH57","aplnrb","gnb1","aplnrb","gnb1","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","A0A0R4IHM6","aplnrb","gng12b","aplnrb","si:dkey-44g17.6","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","F1QJG4","aplnrb","aplnr3","aplnrb","aplnr2","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","Q7ZW82","aplnrb","cb874","aplnrb","gnaia","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","P0DMC2","aplnrb","apela","aplnrb","apela","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Apelin receptor early endogenous ligand (Protein Elabela) (ELA) (Protein Toddler)","string-db","7955.ENSDARP00000138546/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","A0A2R8RKX9","aplnrb","zgc:101614","aplnrb","A0A2R8RKX9","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","Q803H5","aplnrb","gnb1l","aplnrb","gnb1b","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","A0A0G2L6W9","aplnrb","Guanine nucleotide-binding protein subunit gamma","aplnrb","A0A0G2L6W9","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000108783","physical","txid7955" +"A0T2N3","A0A8M3ANZ5","aplnrb","gng12","aplnrb","A0A8M3ANZ5","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000108783","physical","txid7955" +"Q6DGZ5","E7F1N1","zgc:92709","G protein-activated inward rectifier potassium channel 1","gng7","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A9NJI7","zgc:92709","Encephalopsin","gng7","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0G2L6W9","zgc:92709","Guanine nucleotide-binding protein subunit gamma","gng7","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q1LW07","zgc:92709","si:ch211-207c7.1","gng7","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7FD27","zgc:92709","ATP-sensitive inward rectifier potassium channel 10","gng7","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0N4SUG9","zgc:92709","P2Y purinoceptor 1","gng7","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0G2LAU9","zgc:92709","gnaz","gng7","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B8JJL3","zgc:92709","ER[b]1","gng7","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q90WX6","zgc:92709","fk56e06","gng7","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0T2N3","zgc:92709","aplnrb","gng7","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B3DI16","zgc:92709","gna11","gng7","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q7ZT18","zgc:92709","pomc","gng7","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","P57717","zgc:92709","esr1","gng7","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q8AYN0","zgc:92709","opn1lw2","gng7","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7FDD1","zgc:92709","Proteinase-activated receptor 4","gng7","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A1L1U1","zgc:92709","Striatin","gng7","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7F1F5","zgc:92709","Guanine nucleotide-binding protein subunit gamma","gng7","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q5RIV6","zgc:92709","Opn5m","gng7","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QH85","zgc:92709","kcnj4","gng7","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6PBR4","zgc:92709","gngt2","gng7","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QJX7","zgc:92709","Adenylate cyclase-stimulating G alpha protein","gng7","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7F8C4","zgc:92709","LOC100333265","gng7","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","R4GE45","zgc:92709","Guanine nucleotide-binding protein subunit gamma","gng7","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B3G515","zgc:92709","gper1","gng7","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7FEG9","zgc:92709","grik3","gng7","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0JBX4","zgc:92709","fzd3l","gng7","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A1L271","zgc:92709","gnb5a","gng7","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q90WY5","zgc:92709","adra2b","gng7","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6PH57","zgc:92709","gnb1","gng7","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QTL0","zgc:92709","fc06a08","gng7","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7F2G6","zgc:92709","G protein-coupled purinergic receptor p2y 12","gng7","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6PBP1","zgc:92709","gnao1","gng7","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q90WY6","zgc:92709","adra2c","gng7","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q90WX5","zgc:92709","Cone transducin alpha subunit","gng7","Q90WX5","Guanine nucleotide-binding protein subunit gamma","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q9W6A7","zgc:92709","opn1lw1","gng7","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q29ST4","zgc:92709","si:dkey-13b16.1","gng7","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q7SZP9","zgc:92709","aplnra","gng7","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A8M3ANZ5","zgc:92709","gng12","gng7","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q15KE4","zgc:92709","zgc:110302","gng7","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QQH0","zgc:92709","kcnj15","gng7","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q90WY4","zgc:92709","adra2a","gng7","Q90WY4","Guanine nucleotide-binding protein subunit gamma","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q567Y2","zgc:92709","rgr1","gng7","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A8M6Z3Y2","zgc:92709","adenylate cyclase","gng7","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6TNT8","zgc:92709","gnai2l","gng7","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A3QJU6","zgc:92709","zgc:136923","gng7","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A8M3B6F1","zgc:92709","wu:fj38c03","gng7","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q803H5","zgc:92709","gnb1l","gng7","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","D2CFN3","zgc:92709","si:dkey-178j17.2","gng7","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6TH03","zgc:92709","xx:tdsubc_2c12","gng7","gng5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q6PBY0","zgc:92709","gnb5b","gng7","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A2RV22","zgc:92709","Phosphoinositide-3-kinase, regulatory subunit 6a","gng7","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q503Q6","zgc:92709","zgc:110316","gng7","Q503Q6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B3DIM4","zgc:92709","LOC100007047","gng7","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0R4ICH9","zgc:92709","ATP-sensitive inward rectifier potassium channel 12-like","gng7","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q1LUN9","zgc:92709","si:dkey-190l1.2","gng7","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0R4IHM6","zgc:92709","gng12b","gng7","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7FE45","zgc:92709","Prostacyclin receptor","gng7","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q9W6A9","zgc:92709","opn1sw1","gng7","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q7ZW82","zgc:92709","cb874","gng7","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B8JHS2","zgc:92709","ZFOR2","gng7","oprm1","Guanine nucleotide-binding protein subunit gamma","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A2R8RKX9","zgc:92709","zgc:101614","gng7","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q9YI00","zgc:92709","zg05","gng7","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","X1WBG0","zgc:92709","fb09a11","gng7","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F8W3B7","zgc:92709","Tyrosine-protein kinase","gng7","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q5YKG3","zgc:92709","gna13","gng7","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","A0A0R4IAD0","zgc:92709","G protein-activated inward rectifier potassium channel 4","gng7","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","B0R1C3","zgc:92709","Glucagon b","gng7","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","Q9I9I2","zgc:92709","wnt11r","gng7","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QJL5","zgc:92709","zgc:100942","gng7","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","F1QJG4","zgc:92709","aplnr3","gng7","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000056513","physical","txid7955" +"Q6DGZ5","E7FB43","zgc:92709","Glucagon receptor a","gng7","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000056513","physical","txid7955" +"A0A0G2L6W9","A0A0N4SUG9","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1","A0A0G2L6W9","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000140520","physical","txid7955" +"A0A0G2L6W9","E7F1F5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","A0A0G2L6W9","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000140520","physical","txid7955" +"A0A0G2L6W9","E7FD27","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10","A0A0G2L6W9","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000140520","physical","txid7955" +"A0A0G2L6W9","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","zgc:101614","A0A0G2L6W9","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000140520","physical","txid7955" +"A0A0G2L6W9","B3G515","Guanine nucleotide-binding protein subunit gamma","gper1","A0A0G2L6W9","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000140520","physical","txid7955" +"A0A0G2L6W9","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","gnaz","A0A0G2L6W9","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000140520","physical","txid7955" +"A0A8M3ANZ5","E7FB43","gng12","Glucagon receptor a","A0A8M3ANZ5","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A2RV22","gng12","Phosphoinositide-3-kinase, regulatory subunit 6a","A0A8M3ANZ5","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","F8W3B7","gng12","Tyrosine-protein kinase","A0A8M3ANZ5","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","F1QJG4","gng12","aplnr3","A0A8M3ANZ5","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","E7F1F5","gng12","Guanine nucleotide-binding protein subunit gamma","A0A8M3ANZ5","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","B3G515","gng12","gper1","A0A8M3ANZ5","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0N4SUG9","gng12","P2Y purinoceptor 1","A0A8M3ANZ5","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","R4GE45","gng12","Guanine nucleotide-binding protein subunit gamma","A0A8M3ANZ5","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","E7FD27","gng12","ATP-sensitive inward rectifier potassium channel 10","A0A8M3ANZ5","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0G2LAU9","gng12","gnaz","A0A8M3ANZ5","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0R4ICH9","gng12","ATP-sensitive inward rectifier potassium channel 12-like","A0A8M3ANZ5","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","E7F2G6","gng12","G protein-coupled purinergic receptor p2y 12","A0A8M3ANZ5","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","E7FE45","gng12","Prostacyclin receptor","A0A8M3ANZ5","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A1L271","gng12","gnb5a","A0A8M3ANZ5","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0R4IHM6","gng12","gng12b","A0A8M3ANZ5","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0G2L6W9","gng12","Guanine nucleotide-binding protein subunit gamma","A0A8M3ANZ5","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","F1QTL0","gng12","fc06a08","A0A8M3ANZ5","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","Q6PBP1","gng12","gnao1","A0A8M3ANZ5","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","Q90WY5","gng12","adra2b","A0A8M3ANZ5","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A1L1U1","gng12","Striatin","A0A8M3ANZ5","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A2R8RKX9","gng12","zgc:101614","A0A8M3ANZ5","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","Q803H5","gng12","gnb1l","A0A8M3ANZ5","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","X1WBG0","gng12","fb09a11","A0A8M3ANZ5","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000124088","physical","txid7955" +"A0A8M3ANZ5","A0A0R4IAD0","gng12","G protein-activated inward rectifier potassium channel 4","A0A8M3ANZ5","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000124088","physical","txid7955" +"Q7T3D3","Q15KE4","zgc:63957","zgc:110302","gnai1","Q15KE4","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q1L8K1","zgc:63957","si:dkey-266i6.1","gnai1","Q1L8K1","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000119823/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q803H5","zgc:63957","gnb1l","gnai1","gnb1b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6P967","zgc:63957","zgc:73153","gnai1","gnao1b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6TNT8","zgc:63957","gnai2l","gnai1","gnai2a","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q5RKP9","zgc:63957","zgc:101761","gnai1","gna11b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000044410/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","X1WBG0","zgc:63957","fb09a11","gnai1","si:dkey-204f11.64","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q90WX5","zgc:63957","Cone transducin alpha subunit","gnai1","Q90WX5","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A1L271","zgc:63957","gnb5a","gnai1","gnb5a","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q1JPZ3","zgc:63957","src","gnai1","Q1JPZ3","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6PBR4","zgc:63957","gngt2","gnai1","Q6PBR4","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q5YKG3","zgc:63957","gna13","gnai1","gna13a","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A2R8RKX9","zgc:63957","zgc:101614","gnai1","A0A2R8RKX9","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q7SZP9","zgc:63957","aplnra","gnai1","aplnra","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A8M6Z3Y2","zgc:63957","adenylate cyclase","gnai1","A0A8M6Z3Y2","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q7T2D3","zgc:63957","rgs5","gnai1","rgs5a","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","string-db","7955.ENSDARP00000108854/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","E7FDV3","zgc:63957","adcy3","gnai1","E7FDV3","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000101956/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6PH57","zgc:63957","gnb1","gnai1","gnb1","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6ZM84","zgc:63957","rgs9","gnai1","rgs9b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6TH03","zgc:63957","xx:tdsubc_2c12","gnai1","gng5","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","E7F1F5","zgc:63957","Guanine nucleotide-binding protein subunit gamma","gnai1","gngt2b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","B3DIM4","zgc:63957","LOC100007047","gnai1","B3DIM4","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q5YKG4","zgc:63957","gna12","gnai1","gna12a","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A9JTC8","zgc:63957","Guanine nucleotide-binding protein G","gnai1","A9JTC8","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","D2CFN3","zgc:63957","si:dkey-178j17.2","gnai1","adcy5","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6PBY0","zgc:63957","gnb5b","gnai1","gnb5b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q08BE2","zgc:63957","zgc:153888","gnai1","Q08BE2","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 18 (Zgc:153888)","string-db","7955.ENSDARP00000052418/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","F1QJX7","zgc:63957","Adenylate cyclase-stimulating G alpha protein","gnai1","gnas","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","R4GE45","zgc:63957","Guanine nucleotide-binding protein subunit gamma","gnai1","si:ch211-286b5.5","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6DGZ5","zgc:63957","zgc:92709","gnai1","gng7","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6PBN9","zgc:63957","gng1","gnai1","Q6PBN9","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6DGR5","zgc:63957","zgc:92802","gnai1","rgs17","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 17 (Zgc:92802)","string-db","7955.ENSDARP00000057611/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q38JL1","zgc:63957","hm:zeh0300","gnai1","rgs6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q5BJ11","zgc:63957","im:7138539","gnai1","gnb2","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A0G2LAU9","zgc:63957","gnaz","gnai1","A0A0G2LAU9","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6DH00","zgc:63957","zgc:92704","gnai1","gng13b","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","B8A5L7","zgc:63957","zgc:171922","gnai1","rgs11","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A8M3ANZ5","zgc:63957","gng12","gnai1","A0A8M3ANZ5","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A1L1U1","zgc:63957","Striatin","gnai1","A1L1U1","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","B8JJL3","zgc:63957","ER[b]1","gnai1","B8JJL3","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","F1QJL5","zgc:63957","zgc:100942","gnai1","gna15.1","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0T2N3","zgc:63957","aplnrb","gnai1","aplnrb","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6DGI0","zgc:63957","rgs8","gnai1","Q6DGI0","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 8 (RGS8)","string-db","7955.ENSDARP00000093238/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","E7F2G6","zgc:63957","G protein-coupled purinergic receptor p2y 12","gnai1","E7F2G6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q7ZW82","zgc:63957","cb874","gnai1","gnaia","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","F1Q9W6","zgc:63957","rgs7","gnai1","F1Q9W6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","B3DI16","zgc:63957","gna11","gnai1","B3DI16","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A0R4IHM6","zgc:63957","gng12b","gnai1","si:dkey-44g17.6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","P57717","zgc:63957","esr1","gnai1","P57717","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","F1QJG4","zgc:63957","aplnr3","gnai1","aplnr2","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q1LW07","zgc:63957","si:ch211-207c7.1","gnai1","Q1LW07","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q503Q6","zgc:63957","zgc:110316","gnai1","Q503Q6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q90WX6","zgc:63957","fk56e06","gnai1","Q90WX6","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","B3DI13","zgc:63957","zgc:194426","gnai1","rgs19","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 19 (Zgc:194426)","string-db","7955.ENSDARP00000102733/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6PBP1","zgc:63957","gnao1","gnai1","Q6PBP1","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","A0A0G2L6W9","zgc:63957","Guanine nucleotide-binding protein subunit gamma","gnai1","A0A0G2L6W9","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000037326","physical","txid7955" +"Q7T3D3","Q6DH47","zgc:63957","zgc:92650","gnai1","Q6DH47","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","Regulator of G-protein signaling 20","string-db","7955.ENSDARP00000056734/7955.ENSDARP00000037326","physical","txid7955" +"Q6PBP1","A1L271","gnao1","gnb5a","Q6PBP1","gnb5a","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","A0A0G2LAU9","gnao1","gnaz","Q6PBP1","A0A0G2LAU9","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","A0A2R8RKX9","gnao1","zgc:101614","Q6PBP1","A0A2R8RKX9","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","E7F1F5","gnao1","Guanine nucleotide-binding protein subunit gamma","Q6PBP1","gngt2b","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","R4GE45","gnao1","Guanine nucleotide-binding protein subunit gamma","Q6PBP1","si:ch211-286b5.5","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","A0A0R4IHM6","gnao1","gng12b","Q6PBP1","si:dkey-44g17.6","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","X1WBG0","gnao1","fb09a11","Q6PBP1","si:dkey-204f11.64","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","A0A0G2L6W9","gnao1","Guanine nucleotide-binding protein subunit gamma","Q6PBP1","A0A0G2L6W9","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000124476","physical","txid7955" +"Q6PBP1","Q803H5","gnao1","gnb1l","Q6PBP1","gnb1b","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000124476","physical","txid7955" +"Q5RKP9","A0A0G2L6W9","zgc:101761","Guanine nucleotide-binding protein subunit gamma","gna11b","A0A0G2L6W9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6DGI0","zgc:101761","rgs8","gna11b","Q6DGI0","Guanine nucleotide-binding protein subunit alpha-11","Regulator of G-protein signaling 8 (RGS8)","string-db","7955.ENSDARP00000093238/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q803H5","zgc:101761","gnb1l","gna11b","gnb1b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6PBR4","zgc:101761","gngt2","gna11b","Q6PBR4","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A0N4SUG9","zgc:101761","P2Y purinoceptor 1","gna11b","p2ry1","Guanine nucleotide-binding protein subunit alpha-11","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6TNT8","zgc:101761","gnai2l","gna11b","gnai2a","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q90WX6","zgc:101761","fk56e06","gna11b","Q90WX6","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A0G2LAU9","zgc:101761","gnaz","gna11b","A0A0G2LAU9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6PBN9","zgc:101761","gng1","gna11b","Q6PBN9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","B8JHS2","zgc:101761","ZFOR2","gna11b","oprm1","Guanine nucleotide-binding protein subunit alpha-11","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","E7F8C4","zgc:101761","LOC100333265","gna11b","LOC100333265","Guanine nucleotide-binding protein subunit alpha-11","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","F1QJX7","zgc:101761","Adenylate cyclase-stimulating G alpha protein","gna11b","gnas","Guanine nucleotide-binding protein subunit alpha-11","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","B3DIM4","zgc:101761","LOC100007047","gna11b","B3DIM4","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6DH00","zgc:101761","zgc:92704","gna11b","gng13b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A1L271","zgc:101761","gnb5a","gna11b","gnb5a","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q08BE2","zgc:101761","zgc:153888","gna11b","Q08BE2","Guanine nucleotide-binding protein subunit alpha-11","Regulator of G-protein signaling 18 (Zgc:153888)","string-db","7955.ENSDARP00000052418/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","R4GE45","zgc:101761","Guanine nucleotide-binding protein subunit gamma","gna11b","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q90WX5","zgc:101761","Cone transducin alpha subunit","gna11b","Q90WX5","Guanine nucleotide-binding protein subunit alpha-11","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q5YKG3","zgc:101761","gna13","gna11b","gna13a","Guanine nucleotide-binding protein subunit alpha-11","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q15KE4","zgc:101761","zgc:110302","gna11b","Q15KE4","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A8M3B6F1","zgc:101761","wu:fj38c03","gna11b","A0A8M3B6F1","Guanine nucleotide-binding protein subunit alpha-11","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","F1QAD7","zgc:101761","phosphatidylinositol-4,5-bisphosphate 3-kinase","gna11b","pik3ca","Guanine nucleotide-binding protein subunit alpha-11","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6PBY0","zgc:101761","gnb5b","gna11b","gnb5b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A2R8RKX9","zgc:101761","zgc:101614","gna11b","A0A2R8RKX9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6DGR5","zgc:101761","zgc:92802","gna11b","rgs17","Guanine nucleotide-binding protein subunit alpha-11","Regulator of G-protein signaling 17 (Zgc:92802)","string-db","7955.ENSDARP00000057611/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","E7F1F5","zgc:101761","Guanine nucleotide-binding protein subunit gamma","gna11b","gngt2b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q503Q6","zgc:101761","zgc:110316","gna11b","Q503Q6","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q7ZT18","zgc:101761","pomc","gna11b","Q7ZT18","Guanine nucleotide-binding protein subunit alpha-11","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","E7FDD1","zgc:101761","Proteinase-activated receptor 4","gna11b","E7FDD1","Guanine nucleotide-binding protein subunit alpha-11","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q1LW07","zgc:101761","si:ch211-207c7.1","gna11b","Q1LW07","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","B3DI16","zgc:101761","gna11","gna11b","B3DI16","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","F1QJL5","zgc:101761","zgc:100942","gna11b","gna15.1","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q7ZW82","zgc:101761","cb874","gna11b","gnaia","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A8M3ANZ5","zgc:101761","gng12","gna11b","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A2R8QPB8","zgc:101761","adrbk2","gna11b","grk3","Guanine nucleotide-binding protein subunit alpha-11","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6TH03","zgc:101761","xx:tdsubc_2c12","gna11b","gng5","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","B3DI13","zgc:101761","zgc:194426","gna11b","rgs19","Guanine nucleotide-binding protein subunit alpha-11","Regulator of G-protein signaling 19 (Zgc:194426)","string-db","7955.ENSDARP00000102733/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q5BJ11","zgc:101761","im:7138539","gna11b","gnb2","Guanine nucleotide-binding protein subunit alpha-11","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6DGZ5","zgc:101761","zgc:92709","gna11b","gng7","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","B0S6V7","zgc:101761","wu:fb65b05","gna11b","pik3r1","Guanine nucleotide-binding protein subunit alpha-11","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q5YKG4","zgc:101761","gna12","gna11b","gna12a","Guanine nucleotide-binding protein subunit alpha-11","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","X1WBG0","zgc:101761","fb09a11","gna11b","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6PH57","zgc:101761","gnb1","gna11b","gnb1","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q7T2D3","zgc:101761","rgs5","gna11b","rgs5a","Guanine nucleotide-binding protein subunit alpha-11","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","string-db","7955.ENSDARP00000108854/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","F8W3B7","zgc:101761","Tyrosine-protein kinase","gna11b","btk","Guanine nucleotide-binding protein subunit alpha-11","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6PBP1","zgc:101761","gnao1","gna11b","Q6PBP1","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A9JTC8","zgc:101761","Guanine nucleotide-binding protein G","gna11b","A9JTC8","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A0R4IJ99","zgc:101761","wu:fc60a10","gna11b","A0A0R4IJ99","Guanine nucleotide-binding protein subunit alpha-11","Kalirin RhoGEF kinase b (Kalirin isoform 2 precursor (EC 2.7.11.1))","string-db","7955.ENSDARP00000133649/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","Q6P967","zgc:101761","zgc:73153","gna11b","gnao1b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000044410","physical","txid7955" +"Q5RKP9","A0A0R4IHM6","zgc:101761","gng12b","gna11b","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000044410","physical","txid7955" +"X1WBG0","A0A0G2LAU9","fb09a11","gnaz","si:dkey-204f11.64","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","E7F1F5","fb09a11","Guanine nucleotide-binding protein subunit gamma","si:dkey-204f11.64","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","A0A0G2L6W9","fb09a11","Guanine nucleotide-binding protein subunit gamma","si:dkey-204f11.64","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","A0A2R8RKX9","fb09a11","zgc:101614","si:dkey-204f11.64","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","A1L271","fb09a11","gnb5a","si:dkey-204f11.64","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","Q803H5","fb09a11","gnb1l","si:dkey-204f11.64","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000127551","physical","txid7955" +"X1WBG0","A0A0R4IHM6","fb09a11","gng12b","si:dkey-204f11.64","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000127551","physical","txid7955" +"Q6PH57","A0A0G2L6W9","gnb1","Guanine nucleotide-binding protein subunit gamma","gnb1","A0A0G2L6W9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","Q1LW07","gnb1","si:ch211-207c7.1","gnb1","Q1LW07","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","F1QJL5","gnb1","zgc:100942","gnb1","gna15.1","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","A0A0R4IHM6","gnb1","gng12b","gnb1","si:dkey-44g17.6","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","Q803H5","gnb1","gnb1l","gnb1","gnb1b","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","Q7ZW82","gnb1","cb874","gnb1","gnaia","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","B3DI16","gnb1","gna11","gnb1","B3DI16","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","B3DIM4","gnb1","LOC100007047","gnb1","B3DIM4","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","Q6PBR4","gnb1","gngt2","gnb1","Q6PBR4","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","X1WBG0","gnb1","fb09a11","gnb1","si:dkey-204f11.64","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","A0A0G2LAU9","gnb1","gnaz","gnb1","A0A0G2LAU9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","A0A8M3ANZ5","gnb1","gng12","gnb1","A0A8M3ANZ5","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","A0A2R8RKX9","gnb1","zgc:101614","gnb1","A0A2R8RKX9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","F1QJG4","gnb1","aplnr3","gnb1","aplnr2","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","Q6PBP1","gnb1","gnao1","gnb1","Q6PBP1","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","E7F1F5","gnb1","Guanine nucleotide-binding protein subunit gamma","gnb1","gngt2b","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","R4GE45","gnb1","Guanine nucleotide-binding protein subunit gamma","gnb1","si:ch211-286b5.5","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000111963","physical","txid7955" +"Q6PH57","A1L271","gnb1","gnb5a","gnb1","gnb5a","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000111963","physical","txid7955" +"R4GE45","E7F1F5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","si:ch211-286b5.5","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","X1WBG0","Guanine nucleotide-binding protein subunit gamma","fb09a11","si:ch211-286b5.5","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","zgc:101614","si:ch211-286b5.5","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","si:ch211-286b5.5","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","Q803H5","Guanine nucleotide-binding protein subunit gamma","gnb1l","si:ch211-286b5.5","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","F1QJG4","Guanine nucleotide-binding protein subunit gamma","aplnr3","si:ch211-286b5.5","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","gnaz","si:ch211-286b5.5","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","A1L271","Guanine nucleotide-binding protein subunit gamma","gnb5a","si:ch211-286b5.5","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000126758","physical","txid7955" +"R4GE45","A0A0R4IHM6","Guanine nucleotide-binding protein subunit gamma","gng12b","si:ch211-286b5.5","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000126758","physical","txid7955" +"Q6DH00","B8JHS2","zgc:92704","ZFOR2","gng13b","oprm1","Guanine nucleotide-binding protein subunit gamma","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A1L271","zgc:92704","gnb5a","gng13b","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0R4IAD0","zgc:92704","G protein-activated inward rectifier potassium channel 4","gng13b","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","B0R1C3","zgc:92704","Glucagon b","gng13b","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q15KE4","zgc:92704","zgc:110302","gng13b","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q90WY6","zgc:92704","adra2c","gng13b","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6PBP1","zgc:92704","gnao1","gng13b","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q9YI00","zgc:92704","zg05","gng13b","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q803H5","zgc:92704","gnb1l","gng13b","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q9I9I2","zgc:92704","wnt11r","gng13b","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A8M3B6F1","zgc:92704","wu:fj38c03","gng13b","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7FE45","zgc:92704","Prostacyclin receptor","gng13b","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q90WY5","zgc:92704","adra2b","gng13b","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7F2G6","zgc:92704","G protein-coupled purinergic receptor p2y 12","gng13b","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0JBX4","zgc:92704","fzd3l","gng13b","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A2R8RKX9","zgc:92704","zgc:101614","gng13b","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7FB43","zgc:92704","Glucagon receptor a","gng13b","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6PH57","zgc:92704","gnb1","gng13b","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","X1WBG0","zgc:92704","fb09a11","gng13b","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QTL0","zgc:92704","fc06a08","gng13b","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","D2CFN3","zgc:92704","si:dkey-178j17.2","gng13b","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q7SZP9","zgc:92704","aplnra","gng13b","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","B3DIM4","zgc:92704","LOC100007047","gng13b","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q90WY4","zgc:92704","adra2a","gng13b","Q90WY4","Guanine nucleotide-binding protein subunit gamma","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6TH03","zgc:92704","xx:tdsubc_2c12","gng13b","gng5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A8M3ANZ5","zgc:92704","gng12","gng13b","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0R4ICH9","zgc:92704","ATP-sensitive inward rectifier potassium channel 12-like","gng13b","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QJL5","zgc:92704","zgc:100942","gng13b","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q7ZW82","zgc:92704","cb874","gng13b","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QQH0","zgc:92704","kcnj15","gng13b","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","B3DI16","zgc:92704","gna11","gng13b","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q9W6A9","zgc:92704","opn1sw1","gng13b","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","B3G515","zgc:92704","gper1","gng13b","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7F1F5","zgc:92704","Guanine nucleotide-binding protein subunit gamma","gng13b","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QJX7","zgc:92704","Adenylate cyclase-stimulating G alpha protein","gng13b","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6PBY0","zgc:92704","gnb5b","gng13b","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","B8JJL3","zgc:92704","ER[b]1","gng13b","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F8W3B7","zgc:92704","Tyrosine-protein kinase","gng13b","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A3QJU6","zgc:92704","zgc:136923","gng13b","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6DGZ5","zgc:92704","zgc:92709","gng13b","gng7","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6TNT8","zgc:92704","gnai2l","gng13b","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q5RIV6","zgc:92704","Opn5m","gng13b","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7F8C4","zgc:92704","LOC100333265","gng13b","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0G2L6W9","zgc:92704","Guanine nucleotide-binding protein subunit gamma","gng13b","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0N4SUG9","zgc:92704","P2Y purinoceptor 1","gng13b","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q2PRB5","zgc:92704","or102-3","gng13b","Q2PRB5","Guanine nucleotide-binding protein subunit gamma","Olfactory receptor","string-db","7955.ENSDARP00000097563/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q6PBR4","zgc:92704","gngt2","gng13b","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","R4GE45","zgc:92704","Guanine nucleotide-binding protein subunit gamma","gng13b","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0G2LAU9","zgc:92704","gnaz","gng13b","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QH85","zgc:92704","kcnj4","gng13b","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q1LUN9","zgc:92704","si:dkey-190l1.2","gng13b","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A8M6Z3Y2","zgc:92704","adenylate cyclase","gng13b","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7F1N1","zgc:92704","G protein-activated inward rectifier potassium channel 1","gng13b","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q90WX5","zgc:92704","Cone transducin alpha subunit","gng13b","Q90WX5","Guanine nucleotide-binding protein subunit gamma","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7FD27","zgc:92704","ATP-sensitive inward rectifier potassium channel 10","gng13b","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A2RV22","zgc:92704","Phosphoinositide-3-kinase, regulatory subunit 6a","gng13b","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q9W6A7","zgc:92704","opn1lw1","gng13b","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q567Y2","zgc:92704","rgr1","gng13b","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q1LW07","zgc:92704","si:ch211-207c7.1","gng13b","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0A0R4IHM6","zgc:92704","gng12b","gng13b","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q5YKG3","zgc:92704","gna13","gng13b","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q29ST4","zgc:92704","si:dkey-13b16.1","gng13b","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q7ZT18","zgc:92704","pomc","gng13b","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q2PRK7","zgc:92704","OR106-10","gng13b","Q2PRK7","Guanine nucleotide-binding protein subunit gamma","Odorant receptor","string-db","7955.ENSDARP00000090193/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","F1QJG4","zgc:92704","aplnr3","gng13b","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A1L1U1","zgc:92704","Striatin","gng13b","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A9NJI7","zgc:92704","Encephalopsin","gng13b","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q90WX6","zgc:92704","fk56e06","gng13b","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7FDD1","zgc:92704","Proteinase-activated receptor 4","gng13b","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q8AYN0","zgc:92704","opn1lw2","gng13b","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q503Q6","zgc:92704","zgc:110316","gng13b","Q503Q6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","Q2MHK8","zgc:92704","tas2r1a","gng13b","Q2MHK8","Guanine nucleotide-binding protein subunit gamma","Taste receptor type 2","string-db","7955.ENSDARP00000097664/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","P57717","zgc:92704","esr1","gng13b","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","E7FEG9","zgc:92704","grik3","gng13b","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000055268","physical","txid7955" +"Q6DH00","A0T2N3","zgc:92704","aplnrb","gng13b","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000055268","physical","txid7955" +"E7F1F5","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","gnaz","gngt2b","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000141283","physical","txid7955" +"E7F1F5","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","zgc:101614","gngt2b","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000141283","physical","txid7955" +"F1QJX7","Q29ST4","Adenylate cyclase-stimulating G alpha protein","si:dkey-13b16.1","gnas","adora2b","Adenylate cyclase-stimulating G alpha protein","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","B3G515","Adenylate cyclase-stimulating G alpha protein","gper1","gnas","B3G515","Adenylate cyclase-stimulating G alpha protein","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A0A0G2L6W9","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","gnas","A0A0G2L6W9","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","E7FE45","Adenylate cyclase-stimulating G alpha protein","Prostacyclin receptor","gnas","E7FE45","Adenylate cyclase-stimulating G alpha protein","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q6PH57","Adenylate cyclase-stimulating G alpha protein","gnb1","gnas","gnb1","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","R4GE45","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","gnas","si:ch211-286b5.5","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A0A8M3ANZ5","Adenylate cyclase-stimulating G alpha protein","gng12","gnas","A0A8M3ANZ5","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","E7F1F5","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","gnas","gngt2b","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A0A2R8RKX9","Adenylate cyclase-stimulating G alpha protein","zgc:101614","gnas","A0A2R8RKX9","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q6PBR4","Adenylate cyclase-stimulating G alpha protein","gngt2","gnas","Q6PBR4","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A0A0G2LAU9","Adenylate cyclase-stimulating G alpha protein","gnaz","gnas","A0A0G2LAU9","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q6PBP1","Adenylate cyclase-stimulating G alpha protein","gnao1","gnas","Q6PBP1","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q803H5","Adenylate cyclase-stimulating G alpha protein","gnb1l","gnas","gnb1b","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","X1WBG0","Adenylate cyclase-stimulating G alpha protein","fb09a11","gnas","si:dkey-204f11.64","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","B3DI16","Adenylate cyclase-stimulating G alpha protein","gna11","gnas","B3DI16","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q1LW07","Adenylate cyclase-stimulating G alpha protein","si:ch211-207c7.1","gnas","Q1LW07","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","Q7ZW82","Adenylate cyclase-stimulating G alpha protein","cb874","gnas","gnaia","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A1L271","Adenylate cyclase-stimulating G alpha protein","gnb5a","gnas","gnb5a","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","E7FB43","Adenylate cyclase-stimulating G alpha protein","Glucagon receptor a","gnas","gcgra","Adenylate cyclase-stimulating G alpha protein","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","F1QJL5","Adenylate cyclase-stimulating G alpha protein","zgc:100942","gnas","gna15.1","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","B0R1C3","Adenylate cyclase-stimulating G alpha protein","Glucagon b","gnas","B0R1C3","Adenylate cyclase-stimulating G alpha protein","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","A0A0R4IHM6","Adenylate cyclase-stimulating G alpha protein","gng12b","gnas","si:dkey-44g17.6","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000111263","physical","txid7955" +"F1QJX7","B3DIM4","Adenylate cyclase-stimulating G alpha protein","LOC100007047","gnas","B3DIM4","Adenylate cyclase-stimulating G alpha protein","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000111263","physical","txid7955" +"Q5YKG3","E7F8C4","gna13","LOC100333265","gna13a","LOC100333265","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","F1QJG4","gna13","aplnr3","gna13a","aplnr2","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","F1QJX7","gna13","Adenylate cyclase-stimulating G alpha protein","gna13a","gnas","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q6TNT8","gna13","gnai2l","gna13a","gnai2a","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0A0G2LAU9","gna13","gnaz","gna13a","A0A0G2LAU9","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","B3DIM4","gna13","LOC100007047","gna13a","B3DIM4","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","E7F1F5","gna13","Guanine nucleotide-binding protein subunit gamma","gna13a","gngt2b","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A1L271","gna13","gnb5a","gna13a","gnb5a","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","R4GE45","gna13","Guanine nucleotide-binding protein subunit gamma","gna13a","si:ch211-286b5.5","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","F1Q7U0","gna13","Plexin b1b","gna13a","plxnb1b","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0A0G2L6W9","gna13","Guanine nucleotide-binding protein subunit gamma","gna13a","A0A0G2L6W9","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0A2R8RKX9","gna13","zgc:101614","gna13a","A0A2R8RKX9","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","B3DI16","gna13","gna11","gna13a","B3DI16","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q6PBR4","gna13","gngt2","gna13a","Q6PBR4","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0T2N3","gna13","aplnrb","gna13a","aplnrb","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q7ZW82","gna13","cb874","gna13a","gnaia","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q6PH57","gna13","gnb1","gna13a","gnb1","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","F1QJL5","gna13","zgc:100942","gna13a","gna15.1","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q6PBP1","gna13","gnao1","gna13a","Q6PBP1","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0A8M3ANZ5","gna13","gng12","gna13a","A0A8M3ANZ5","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","F1Q4Y0","gna13","im:7155372","gna13a","arhgef1b","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Rho guanine nucleotide exchange factor (GEF) 1b (Rho guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000120441/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","X1WBG0","gna13","fb09a11","gna13a","si:dkey-204f11.64","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","A0A0R4IHM6","gna13","gng12b","gna13a","si:dkey-44g17.6","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q1LW07","gna13","si:ch211-207c7.1","gna13a","Q1LW07","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000102226","physical","txid7955" +"Q5YKG3","Q803H5","gna13","gnb1l","gna13a","gnb1b","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000102226","physical","txid7955" +"A0A0G2LAU9","A0A2R8RKX9","gnaz","zgc:101614","A0A0G2LAU9","A0A2R8RKX9","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000141935","physical","txid7955" +"F1QJG4","A0A0G2L6W9","aplnr3","Guanine nucleotide-binding protein subunit gamma","aplnr2","A0A0G2L6W9","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000133169","physical","txid7955" +"F1QJG4","A1L271","aplnr3","gnb5a","aplnr2","gnb5a","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000133169","physical","txid7955" +"F1QJG4","P0DMC2","aplnr3","apela","aplnr2","apela","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Apelin receptor early endogenous ligand (Protein Elabela) (ELA) (Protein Toddler)","string-db","7955.ENSDARP00000138546/7955.ENSDARP00000133169","physical","txid7955" +"F1QJG4","Q803H5","aplnr3","gnb1l","aplnr2","gnb1b","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000133169","physical","txid7955" +"F1QJG4","A0A2R8RKX9","aplnr3","zgc:101614","aplnr2","A0A2R8RKX9","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000133169","physical","txid7955" +"F1QJG4","E7F1F5","aplnr3","Guanine nucleotide-binding protein subunit gamma","aplnr2","gngt2b","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000133169","physical","txid7955" +"Q6PBN9","R4GE45","gng1","Guanine nucleotide-binding protein subunit gamma","Q6PBN9","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B8JJL3","gng1","ER[b]1","Q6PBN9","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6P967","gng1","zgc:73153","Q6PBN9","gnao1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q90WX6","gng1","fk56e06","Q6PBN9","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B3DI16","gng1","gna11","Q6PBN9","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","P57717","gng1","esr1","Q6PBN9","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q7ZT18","gng1","pomc","Q6PBN9","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q1LW07","gng1","si:ch211-207c7.1","Q6PBN9","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A9NJI7","gng1","Encephalopsin","Q6PBN9","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6DH00","gng1","zgc:92704","Q6PBN9","gng13b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QJG4","gng1","aplnr3","Q6PBN9","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7F8C4","gng1","LOC100333265","Q6PBN9","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B0R1C3","gng1","Glucagon b","Q6PBN9","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B3G515","gng1","gper1","Q6PBN9","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6PBY0","gng1","gnb5b","Q6PBN9","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q9W6A7","gng1","opn1lw1","Q6PBN9","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q8AYN0","gng1","opn1lw2","Q6PBN9","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7FD27","gng1","ATP-sensitive inward rectifier potassium channel 10","Q6PBN9","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6TNT8","gng1","gnai2l","Q6PBN9","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q7SZP9","gng1","aplnra","Q6PBN9","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","D2CFN3","gng1","si:dkey-178j17.2","Q6PBN9","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QQH0","gng1","kcnj15","Q6PBN9","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0JBX4","gng1","fzd3l","Q6PBN9","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7F1N1","gng1","G protein-activated inward rectifier potassium channel 1","Q6PBN9","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7FDD1","gng1","Proteinase-activated receptor 4","Q6PBN9","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QJX7","gng1","Adenylate cyclase-stimulating G alpha protein","Q6PBN9","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A3QJU6","gng1","zgc:136923","Q6PBN9","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7FEG9","gng1","grik3","Q6PBN9","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A1L1U1","gng1","Striatin","Q6PBN9","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0T2N3","gng1","aplnrb","Q6PBN9","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q7ZW82","gng1","cb874","Q6PBN9","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6PBP1","gng1","gnao1","Q6PBN9","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6TH03","gng1","xx:tdsubc_2c12","Q6PBN9","gng5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0G2L6W9","gng1","Guanine nucleotide-binding protein subunit gamma","Q6PBN9","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A8M3ANZ5","gng1","gng12","Q6PBN9","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QH85","gng1","kcnj4","Q6PBN9","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q5YKG3","gng1","gna13","Q6PBN9","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q90WY6","gng1","adra2c","Q6PBN9","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0R4IHM6","gng1","gng12b","Q6PBN9","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7FE45","gng1","Prostacyclin receptor","Q6PBN9","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F8W3B7","gng1","Tyrosine-protein kinase","Q6PBN9","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A1L271","gng1","gnb5a","Q6PBN9","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q9I9I2","gng1","wnt11r","Q6PBN9","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0R4ICH9","gng1","ATP-sensitive inward rectifier potassium channel 12-like","Q6PBN9","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7F2G6","gng1","G protein-coupled purinergic receptor p2y 12","Q6PBN9","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q90WY4","gng1","adra2a","Q6PBN9","Q90WY4","Guanine nucleotide-binding protein subunit gamma","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A8M3B6F1","gng1","wu:fj38c03","Q6PBN9","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A2R8RKX9","gng1","zgc:101614","Q6PBN9","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","X1WBG0","gng1","fb09a11","Q6PBN9","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6PH57","gng1","gnb1","Q6PBN9","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q90WX5","gng1","Cone transducin alpha subunit","Q6PBN9","Q90WX5","Guanine nucleotide-binding protein subunit gamma","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q1LUN9","gng1","si:dkey-190l1.2","Q6PBN9","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6DGZ5","gng1","zgc:92709","Q6PBN9","gng7","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q9W6A9","gng1","opn1sw1","Q6PBN9","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q803H5","gng1","gnb1l","Q6PBN9","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A2RV22","gng1","Phosphoinositide-3-kinase, regulatory subunit 6a","Q6PBN9","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q567Y2","gng1","rgr1","Q6PBN9","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B3DIM4","gng1","LOC100007047","Q6PBN9","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","B8JHS2","gng1","ZFOR2","Q6PBN9","oprm1","Guanine nucleotide-binding protein subunit gamma","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QTL0","gng1","fc06a08","Q6PBN9","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q503Q6","gng1","zgc:110316","Q6PBN9","Q503Q6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q15KE4","gng1","zgc:110302","Q6PBN9","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q6PBR4","gng1","gngt2","Q6PBN9","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","F1QJL5","gng1","zgc:100942","Q6PBN9","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7F1F5","gng1","Guanine nucleotide-binding protein subunit gamma","Q6PBN9","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q5RIV6","gng1","Opn5m","Q6PBN9","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q29ST4","gng1","si:dkey-13b16.1","Q6PBN9","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0R4IAD0","gng1","G protein-activated inward rectifier potassium channel 4","Q6PBN9","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q90WY5","gng1","adra2b","Q6PBN9","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","E7FB43","gng1","Glucagon receptor a","Q6PBN9","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","Q9YI00","gng1","zg05","Q6PBN9","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A8M6Z3Y2","gng1","adenylate cyclase","Q6PBN9","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0N4SUG9","gng1","P2Y purinoceptor 1","Q6PBN9","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000051949","physical","txid7955" +"Q6PBN9","A0A0G2LAU9","gng1","gnaz","Q6PBN9","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000051949","physical","txid7955" +"A1L271","A0A2R8RKX9","gnb5a","zgc:101614","gnb5a","A0A2R8RKX9","Guanine nucleotide-binding protein subunit beta-5a","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","B3G515","gnb5a","gper1","gnb5a","B3G515","Guanine nucleotide-binding protein subunit beta-5a","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","A0A0N4SUG9","gnb5a","P2Y purinoceptor 1","gnb5a","p2ry1","Guanine nucleotide-binding protein subunit beta-5a","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","A0A0G2LAU9","gnb5a","gnaz","gnb5a","A0A0G2LAU9","Guanine nucleotide-binding protein subunit beta-5a","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","A0A0G2L6W9","gnb5a","Guanine nucleotide-binding protein subunit gamma","gnb5a","A0A0G2L6W9","Guanine nucleotide-binding protein subunit beta-5a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","E7F1F5","gnb5a","Guanine nucleotide-binding protein subunit gamma","gnb5a","gngt2b","Guanine nucleotide-binding protein subunit beta-5a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000140306","physical","txid7955" +"A1L271","E7FD27","gnb5a","ATP-sensitive inward rectifier potassium channel 10","gnb5a","kcnj10a","Guanine nucleotide-binding protein subunit beta-5a","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000140306","physical","txid7955" +"Q7SZP9","Q15KE4","aplnra","zgc:110302","aplnra","Q15KE4","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q5YKG3","aplnra","gna13","aplnra","gna13a","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A0A0R4IHM6","aplnra","gng12b","aplnra","si:dkey-44g17.6","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A0A0G2L6W9","aplnra","Guanine nucleotide-binding protein subunit gamma","aplnra","A0A0G2L6W9","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q6TNT8","aplnra","gnai2l","aplnra","gnai2a","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q7ZW82","aplnra","cb874","aplnra","gnaia","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q4TTN8","aplnra","apln","aplnra","apln","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Apelin (APJ endogenous ligand)","string-db","7955.ENSDARP00000069796/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A1L271","aplnra","gnb5a","aplnra","gnb5a","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q6PBY0","aplnra","gnb5b","aplnra","gnb5b","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q6PBR4","aplnra","gngt2","aplnra","Q6PBR4","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q803H5","aplnra","gnb1l","aplnra","gnb1b","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","B3DIM4","aplnra","LOC100007047","aplnra","B3DIM4","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A0A8M3ANZ5","aplnra","gng12","aplnra","A0A8M3ANZ5","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A0T2N3","aplnra","aplnrb","aplnra","aplnrb","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","A0A2R8RKX9","aplnra","zgc:101614","aplnra","A0A2R8RKX9","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","Q6PH57","aplnra","gnb1","aplnra","gnb1","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","P0DMC2","aplnra","apela","aplnra","apela","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Apelin receptor early endogenous ligand (Protein Elabela) (ELA) (Protein Toddler)","string-db","7955.ENSDARP00000138546/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","R4GE45","aplnra","Guanine nucleotide-binding protein subunit gamma","aplnra","si:ch211-286b5.5","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","E7F1F5","aplnra","Guanine nucleotide-binding protein subunit gamma","aplnra","gngt2b","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000068614","physical","txid7955" +"Q7SZP9","F1QJG4","aplnra","aplnr3","aplnra","aplnr2","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000068614","physical","txid7955" +"A0A2R8RKX9","B3G515","zgc:101614","gper1","A0A2R8RKX9","B3G515","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000147599","physical","txid7955" +"F1QJL5","Q6PBP1","zgc:100942","gnao1","gna15.1","Q6PBP1","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A1L271","zgc:100942","gnb5a","gna15.1","gnb5a","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A2R8RKX9","zgc:100942","zgc:101614","gna15.1","A0A2R8RKX9","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","E7F1F5","zgc:100942","Guanine nucleotide-binding protein subunit gamma","gna15.1","gngt2b","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A0R4IHM6","zgc:100942","gng12b","gna15.1","si:dkey-44g17.6","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","F8W3B7","zgc:100942","Tyrosine-protein kinase","gna15.1","btk","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","R4GE45","zgc:100942","Guanine nucleotide-binding protein subunit gamma","gna15.1","si:ch211-286b5.5","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","Q803H5","zgc:100942","gnb1l","gna15.1","gnb1b","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A0G2L6W9","zgc:100942","Guanine nucleotide-binding protein subunit gamma","gna15.1","A0A0G2L6W9","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A0R4IJ99","zgc:100942","wu:fc60a10","gna15.1","A0A0R4IJ99","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Kalirin RhoGEF kinase b (Kalirin isoform 2 precursor (EC 2.7.11.1))","string-db","7955.ENSDARP00000133649/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","X1WBG0","zgc:100942","fb09a11","gna15.1","si:dkey-204f11.64","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A8M3ANZ5","zgc:100942","gng12","gna15.1","A0A8M3ANZ5","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A0G2LAU9","zgc:100942","gnaz","gna15.1","A0A0G2LAU9","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A0N4SUG9","zgc:100942","P2Y purinoceptor 1","gna15.1","p2ry1","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","A0A2R8QPB8","zgc:100942","adrbk2","gna15.1","grk3","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000123739","physical","txid7955" +"F1QJL5","F1QAD7","zgc:100942","phosphatidylinositol-4,5-bisphosphate 3-kinase","gna15.1","pik3ca","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000123739","physical","txid7955" +"A0A0R4IHM6","A1L271","gng12b","gnb5a","si:dkey-44g17.6","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","E7F1F5","gng12b","Guanine nucleotide-binding protein subunit gamma","si:dkey-44g17.6","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","Q803H5","gng12b","gnb1l","si:dkey-44g17.6","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","A0A0G2L6W9","gng12b","Guanine nucleotide-binding protein subunit gamma","si:dkey-44g17.6","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","A0A0G2LAU9","gng12b","gnaz","si:dkey-44g17.6","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","F1QJG4","gng12b","aplnr3","si:dkey-44g17.6","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000133096","physical","txid7955" +"A0A0R4IHM6","A0A2R8RKX9","gng12b","zgc:101614","si:dkey-44g17.6","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000133096","physical","txid7955" +"B8JLJ7","F1R5R4","si:ch73-270f14.2","kissr2","gnaq","kiss1ra","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","KISS1 receptor a (Kisspeptin receptor 2)","string-db","7955.ENSDARP00000107676/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q7T2D3","si:ch73-270f14.2","rgs5","gnaq","rgs5a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","string-db","7955.ENSDARP00000108854/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0R4IHM6","si:ch73-270f14.2","gng12b","gnaq","si:dkey-44g17.6","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PH57","si:ch73-270f14.2","gnb1","gnaq","gnb1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","B0S6V7","si:ch73-270f14.2","wu:fb65b05","gnaq","pik3r1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q5RKP9","si:ch73-270f14.2","zgc:101761","gnaq","gna11b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000044410/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A1L271","si:ch73-270f14.2","gnb5a","gnaq","gnb5a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A2R8RKX9","si:ch73-270f14.2","zgc:101614","gnaq","A0A2R8RKX9","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q1LW07","si:ch73-270f14.2","si:ch211-207c7.1","gnaq","Q1LW07","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q90WX6","si:ch73-270f14.2","fk56e06","gnaq","Q90WX6","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0G2LAU9","si:ch73-270f14.2","gnaz","gnaq","A0A0G2LAU9","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q90X46","si:ch73-270f14.2","gpr161","gnaq","gpr161","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","G-protein coupled receptor 161","string-db","7955.ENSDARP00000072514/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q1LY88","si:ch73-270f14.2","si:dkey-24p1.5","gnaq","Q1LY88","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Stromal interaction molecule 1 precursor (Stromal interaction molecule 1a)","string-db","7955.ENSDARP00000109796/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A8M1NC80","si:ch73-270f14.2","s1pr3","gnaq","A0A8M1NC80","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Sphingosine-1-phosphate receptor 3a","string-db","7955.ENSDARP00000113862/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PBP1","si:ch73-270f14.2","gnao1","gnaq","Q6PBP1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","F1QJL5","si:ch73-270f14.2","zgc:100942","gnaq","gna15.1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","B3DIM4","si:ch73-270f14.2","LOC100007047","gnaq","B3DIM4","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","X1WBG0","si:ch73-270f14.2","fb09a11","gnaq","si:dkey-204f11.64","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6DH00","si:ch73-270f14.2","zgc:92704","gnaq","gng13b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q803H5","si:ch73-270f14.2","gnb1l","gnaq","gnb1b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","F1QAD7","si:ch73-270f14.2","phosphatidylinositol-4,5-bisphosphate 3-kinase","gnaq","pik3ca","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","B3DI16","si:ch73-270f14.2","gna11","gnaq","B3DI16","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","B3DI13","si:ch73-270f14.2","zgc:194426","gnaq","rgs19","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Regulator of G-protein signaling 19 (Zgc:194426)","string-db","7955.ENSDARP00000102733/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","F8W3B7","si:ch73-270f14.2","Tyrosine-protein kinase","gnaq","btk","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6P967","si:ch73-270f14.2","zgc:73153","gnaq","gnao1b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A2R8QPB8","si:ch73-270f14.2","adrbk2","gnaq","grk3","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6DGR5","si:ch73-270f14.2","zgc:92802","gnaq","rgs17","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Regulator of G-protein signaling 17 (Zgc:92802)","string-db","7955.ENSDARP00000057611/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","B8JHS2","si:ch73-270f14.2","ZFOR2","gnaq","oprm1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q7ZW82","si:ch73-270f14.2","cb874","gnaq","gnaia","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PBR4","si:ch73-270f14.2","gngt2","gnaq","Q6PBR4","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6DGZ5","si:ch73-270f14.2","zgc:92709","gnaq","gng7","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q5BJ11","si:ch73-270f14.2","im:7138539","gnaq","gnb2","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","F1QJG4","si:ch73-270f14.2","aplnr3","gnaq","aplnr2","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6DGI0","si:ch73-270f14.2","rgs8","gnaq","Q6DGI0","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Regulator of G-protein signaling 8 (RGS8)","string-db","7955.ENSDARP00000093238/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","E7F1F5","si:ch73-270f14.2","Guanine nucleotide-binding protein subunit gamma","gnaq","gngt2b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q15KE4","si:ch73-270f14.2","zgc:110302","gnaq","Q15KE4","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0N4SUG9","si:ch73-270f14.2","P2Y purinoceptor 1","gnaq","p2ry1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q0GH74","si:ch73-270f14.2","5ht2b","gnaq","Q0GH74","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","5-hydroxytryptamine receptor 2B (Serotonin receptor 2B)","string-db","7955.ENSDARP00000147603/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q7SZP9","si:ch73-270f14.2","aplnra","gnaq","aplnra","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q90WX5","si:ch73-270f14.2","Cone transducin alpha subunit","gnaq","Q90WX5","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","E7F8C4","si:ch73-270f14.2","LOC100333265","gnaq","LOC100333265","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q7T3D3","si:ch73-270f14.2","zgc:63957","gnaq","gnai1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000037326/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6JAN0","si:ch73-270f14.2","adgrv1","gnaq","Q6JAN0","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","string-db","7955.ENSDARP00000020853/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A2BIP6","si:ch73-270f14.2","PAR1","gnaq","f2r","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Proteinase-activated receptor 1 (Thrombin receptor)","string-db","7955.ENSDARP00000078547/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6TNT8","si:ch73-270f14.2","gnai2l","gnaq","gnai2a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0R4IAT9","si:ch73-270f14.2","si:ch211-112l17.2","gnaq","A0A0R4IAT9","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","string-db","7955.ENSDARP00000131780/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PFU1","si:ch73-270f14.2","cd81","gnaq","cd81a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Tetraspanin","string-db","7955.ENSDARP00000052382/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A9JTC8","si:ch73-270f14.2","Guanine nucleotide-binding protein G","gnaq","A9JTC8","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0R4IJ99","si:ch73-270f14.2","wu:fc60a10","gnaq","A0A0R4IJ99","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Kalirin RhoGEF kinase b (Kalirin isoform 2 precursor (EC 2.7.11.1))","string-db","7955.ENSDARP00000133649/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q5YKG4","si:ch73-270f14.2","gna12","gnaq","gna12a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q08BE2","si:ch73-270f14.2","zgc:153888","gnaq","Q08BE2","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Regulator of G-protein signaling 18 (Zgc:153888)","string-db","7955.ENSDARP00000052418/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A8M3ANZ5","si:ch73-270f14.2","gng12","gnaq","A0A8M3ANZ5","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A8M3B6F1","si:ch73-270f14.2","wu:fj38c03","gnaq","A0A8M3B6F1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6TH03","si:ch73-270f14.2","xx:tdsubc_2c12","gnaq","gng5","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q5YKG3","si:ch73-270f14.2","gna13","gnaq","gna13a","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0A0G2L6W9","si:ch73-270f14.2","Guanine nucleotide-binding protein subunit gamma","gnaq","A0A0G2L6W9","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","A0T2N3","si:ch73-270f14.2","aplnrb","gnaq","aplnrb","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PBN9","si:ch73-270f14.2","gng1","gnaq","Q6PBN9","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q6PBY0","si:ch73-270f14.2","gnb5b","gnaq","gnb5b","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","R4GE45","si:ch73-270f14.2","Guanine nucleotide-binding protein subunit gamma","gnaq","si:ch211-286b5.5","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q7ZT18","si:ch73-270f14.2","pomc","gnaq","Q7ZT18","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","Q503Q6","si:ch73-270f14.2","zgc:110316","gnaq","Q503Q6","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","F1QJX7","si:ch73-270f14.2","Adenylate cyclase-stimulating G alpha protein","gnaq","gnas","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000020119","physical","txid7955" +"B8JLJ7","E7FDD1","si:ch73-270f14.2","Proteinase-activated receptor 4","gnaq","E7FDD1","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000020119","physical","txid7955" +"Q5BJ11","A0A0N4SUG9","im:7138539","P2Y purinoceptor 1","gnb2","p2ry1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6P967","im:7138539","zgc:73153","gnb2","gnao1b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A1L1U1","im:7138539","Striatin","gnb2","A1L1U1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0JBX4","im:7138539","fzd3l","gnb2","fzd3b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A8M3ANZ5","im:7138539","gng12","gnb2","A0A8M3ANZ5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q567Y2","im:7138539","rgr1","gnb2","Q567Y2","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6DGZ5","im:7138539","zgc:92709","gnb2","gng7","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0G2L6W9","im:7138539","Guanine nucleotide-binding protein subunit gamma","gnb2","A0A0G2L6W9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0R4IJT8","im:7138539","fa22h09","gnb2","A0A0R4IJT8","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A3QJU6","im:7138539","zgc:136923","gnb2","A3QJU6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7FEG9","im:7138539","grik3","gnb2","E7FEG9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6PBP1","im:7138539","gnao1","gnb2","Q6PBP1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7FD27","im:7138539","ATP-sensitive inward rectifier potassium channel 10","gnb2","kcnj10a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q9W6A7","im:7138539","opn1lw1","gnb2","opn1lw1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0T2N3","im:7138539","aplnrb","gnb2","aplnrb","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QJG4","im:7138539","aplnr3","gnb2","aplnr2","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6DH00","im:7138539","zgc:92704","gnb2","gng13b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A8M3B6F1","im:7138539","wu:fj38c03","gnb2","A0A8M3B6F1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QJX7","im:7138539","Adenylate cyclase-stimulating G alpha protein","gnb2","gnas","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","X1WBG0","im:7138539","fb09a11","gnb2","si:dkey-204f11.64","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q29ST4","im:7138539","si:dkey-13b16.1","gnb2","adora2b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0G2LAU9","im:7138539","gnaz","gnb2","A0A0G2LAU9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q90WY6","im:7138539","adra2c","gnb2","Q90WY6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7FDD1","im:7138539","Proteinase-activated receptor 4","gnb2","E7FDD1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6PH57","im:7138539","gnb1","gnb2","gnb1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","R4GE45","im:7138539","Guanine nucleotide-binding protein subunit gamma","gnb2","si:ch211-286b5.5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6PBN9","im:7138539","gng1","gnb2","Q6PBN9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q5YKG3","im:7138539","gna13","gnb2","gna13a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0R4IAD0","im:7138539","G protein-activated inward rectifier potassium channel 4","gnb2","A0A0R4IAD0","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7F1F5","im:7138539","Guanine nucleotide-binding protein subunit gamma","gnb2","gngt2b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0R4ICH9","im:7138539","ATP-sensitive inward rectifier potassium channel 12-like","gnb2","kcnj12a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B3DI16","im:7138539","gna11","gnb2","B3DI16","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A9NJI7","im:7138539","Encephalopsin","gnb2","opn3","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q7SZP9","im:7138539","aplnra","gnb2","aplnra","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A1L271","im:7138539","gnb5a","gnb2","gnb5a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B3G515","im:7138539","gper1","gnb2","B3G515","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A2R8RKX9","im:7138539","zgc:101614","gnb2","A0A2R8RKX9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","D2CFN3","im:7138539","si:dkey-178j17.2","gnb2","adcy5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QTL0","im:7138539","fc06a08","gnb2","pdcl","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q8AYN0","im:7138539","opn1lw2","gnb2","opn1lw2","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B8JJL3","im:7138539","ER[b]1","gnb2","B8JJL3","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q803H5","im:7138539","gnb1l","gnb2","gnb1b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6TH03","im:7138539","xx:tdsubc_2c12","gnb2","gng5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","P57717","im:7138539","esr1","gnb2","P57717","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QQH0","im:7138539","kcnj15","gnb2","F1QQH0","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7FB43","im:7138539","Glucagon receptor a","gnb2","gcgra","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q90WY4","im:7138539","adra2a","gnb2","Q90WY4","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6PBY0","im:7138539","gnb5b","gnb2","gnb5b","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B0R1C3","im:7138539","Glucagon b","gnb2","B0R1C3","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q1LUN9","im:7138539","si:dkey-190l1.2","gnb2","gabbr2","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q503Q6","im:7138539","zgc:110316","gnb2","Q503Q6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q15KE4","im:7138539","zgc:110302","gnb2","Q15KE4","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q90WX5","im:7138539","Cone transducin alpha subunit","gnb2","Q90WX5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A2RV22","im:7138539","Phosphoinositide-3-kinase, regulatory subunit 6a","gnb2","A2RV22","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6TNT8","im:7138539","gnai2l","gnb2","gnai2a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q9YI00","im:7138539","zg05","gnb2","fzd8a","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B3DIM4","im:7138539","LOC100007047","gnb2","B3DIM4","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q7ZT18","im:7138539","pomc","gnb2","Q7ZT18","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A0R4IHM6","im:7138539","gng12b","gnb2","si:dkey-44g17.6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","B8JHS2","im:7138539","ZFOR2","gnb2","oprm1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q9W6A9","im:7138539","opn1sw1","gnb2","Q9W6A9","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QH85","im:7138539","kcnj4","gnb2","F1QH85","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7F8C4","im:7138539","LOC100333265","gnb2","LOC100333265","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q5RIV6","im:7138539","Opn5m","gnb2","Q5RIV6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q90WX6","im:7138539","fk56e06","gnb2","Q90WX6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7F1N1","im:7138539","G protein-activated inward rectifier potassium channel 1","gnb2","E7F1N1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6NVI6","im:7138539","unm_tf212","gnb2","cct5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","T-complex protein 1 subunit epsilon (CCT-epsilon)","string-db","7955.ENSDARP00000066759/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q9I9I2","im:7138539","wnt11r","gnb2","wnt11","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","A0A8M6Z3Y2","im:7138539","adenylate cyclase","gnb2","A0A8M6Z3Y2","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7FE45","im:7138539","Prostacyclin receptor","gnb2","E7FE45","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F1QJL5","im:7138539","zgc:100942","gnb2","gna15.1","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","E7F2G6","im:7138539","G protein-coupled purinergic receptor p2y 12","gnb2","E7F2G6","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q7ZW82","im:7138539","cb874","gnb2","gnaia","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q90WY5","im:7138539","adra2b","gnb2","Q90WY5","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","F8W3B7","im:7138539","Tyrosine-protein kinase","gnb2","btk","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q1LW07","im:7138539","si:ch211-207c7.1","gnb2","Q1LW07","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000051230","physical","txid7955" +"Q5BJ11","Q6PBR4","im:7138539","gngt2","gnb2","Q6PBR4","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000051230","physical","txid7955" +"B3DI16","A1L271","gna11","gnb5a","B3DI16","gnb5a","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","A0A2R8RKX9","gna11","zgc:101614","B3DI16","A0A2R8RKX9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","R4GE45","gna11","Guanine nucleotide-binding protein subunit gamma","B3DI16","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","F1QJL5","gna11","zgc:100942","B3DI16","gna15.1","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","Q6PBP1","gna11","gnao1","B3DI16","Q6PBP1","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","A0A8M3ANZ5","gna11","gng12","B3DI16","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","A0A0G2L6W9","gna11","Guanine nucleotide-binding protein subunit gamma","B3DI16","A0A0G2L6W9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","E7F1F5","gna11","Guanine nucleotide-binding protein subunit gamma","B3DI16","gngt2b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","X1WBG0","gna11","fb09a11","B3DI16","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","A0A0R4IHM6","gna11","gng12b","B3DI16","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","A0A0G2LAU9","gna11","gnaz","B3DI16","A0A0G2LAU9","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000123118","physical","txid7955" +"B3DI16","Q803H5","gna11","gnb1l","B3DI16","gnb1b","Guanine nucleotide-binding protein subunit alpha-11","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000123118","physical","txid7955" +"Q6PBR4","F1QTL0","gngt2","fc06a08","Q6PBR4","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A1L1U1","gngt2","Striatin","Q6PBR4","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0G2LAU9","gngt2","gnaz","Q6PBR4","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","F8W3B7","gngt2","Tyrosine-protein kinase","Q6PBR4","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0N4SUG9","gngt2","P2Y purinoceptor 1","Q6PBR4","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A2RV22","gngt2","Phosphoinositide-3-kinase, regulatory subunit 6a","Q6PBR4","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","F1QJG4","gngt2","aplnr3","Q6PBR4","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0G2L6W9","gngt2","Guanine nucleotide-binding protein subunit gamma","Q6PBR4","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A3QJU6","gngt2","zgc:136923","Q6PBR4","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q7ZW82","gngt2","cb874","Q6PBR4","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A1L271","gngt2","gnb5a","Q6PBR4","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q803H5","gngt2","gnb1l","Q6PBR4","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","E7FE45","gngt2","Prostacyclin receptor","Q6PBR4","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0R4IAD0","gngt2","G protein-activated inward rectifier potassium channel 4","Q6PBR4","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0R4IHM6","gngt2","gng12b","Q6PBR4","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","E7F1F5","gngt2","Guanine nucleotide-binding protein subunit gamma","Q6PBR4","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","E7F2G6","gngt2","G protein-coupled purinergic receptor p2y 12","Q6PBR4","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q90WY5","gngt2","adra2b","Q6PBR4","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q5RIV6","gngt2","Opn5m","Q6PBR4","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","R4GE45","gngt2","Guanine nucleotide-binding protein subunit gamma","Q6PBR4","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","E7FB43","gngt2","Glucagon receptor a","Q6PBR4","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A2R8RKX9","gngt2","zgc:101614","Q6PBR4","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q1LW07","gngt2","si:ch211-207c7.1","Q6PBR4","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A8M3B6F1","gngt2","wu:fj38c03","Q6PBR4","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A0R4ICH9","gngt2","ATP-sensitive inward rectifier potassium channel 12-like","Q6PBR4","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","A0A8M3ANZ5","gngt2","gng12","Q6PBR4","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","F1QJL5","gngt2","zgc:100942","Q6PBR4","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","B8JJL3","gngt2","ER[b]1","Q6PBR4","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","B3G515","gngt2","gper1","Q6PBR4","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","B3DI16","gngt2","gna11","Q6PBR4","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","Q6PBP1","gngt2","gnao1","Q6PBR4","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","X1WBG0","gngt2","fb09a11","Q6PBR4","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","B3DIM4","gngt2","LOC100007047","Q6PBR4","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000117694","physical","txid7955" +"Q6PBR4","E7FD27","gngt2","ATP-sensitive inward rectifier potassium channel 10","Q6PBR4","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000117694","physical","txid7955" +"Q1LW07","A0A8M3ANZ5","si:ch211-207c7.1","gng12","Q1LW07","A0A8M3ANZ5","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","A0A0G2L6W9","si:ch211-207c7.1","Guanine nucleotide-binding protein subunit gamma","Q1LW07","A0A0G2L6W9","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","Q803H5","si:ch211-207c7.1","gnb1l","Q1LW07","gnb1b","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","A0A2R8RKX9","si:ch211-207c7.1","zgc:101614","Q1LW07","A0A2R8RKX9","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","Q6PBP1","si:ch211-207c7.1","gnao1","Q1LW07","Q6PBP1","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","Q7ZW82","si:ch211-207c7.1","cb874","Q1LW07","gnaia","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","A0A0G2LAU9","si:ch211-207c7.1","gnaz","Q1LW07","A0A0G2LAU9","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","A1L271","si:ch211-207c7.1","gnb5a","Q1LW07","gnb5a","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","A0A0R4IHM6","si:ch211-207c7.1","gng12b","Q1LW07","si:dkey-44g17.6","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","B3DI16","si:ch211-207c7.1","gna11","Q1LW07","B3DI16","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","E7F1F5","si:ch211-207c7.1","Guanine nucleotide-binding protein subunit gamma","Q1LW07","gngt2b","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","R4GE45","si:ch211-207c7.1","Guanine nucleotide-binding protein subunit gamma","Q1LW07","si:ch211-286b5.5","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","F1QJL5","si:ch211-207c7.1","zgc:100942","Q1LW07","gna15.1","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000121165","physical","txid7955" +"Q1LW07","X1WBG0","si:ch211-207c7.1","fb09a11","Q1LW07","si:dkey-204f11.64","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000121165","physical","txid7955" +"A9JTC8","A0A8M3ANZ5","Guanine nucleotide-binding protein G","gng12","A9JTC8","A0A8M3ANZ5","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q90WX5","Guanine nucleotide-binding protein G","Cone transducin alpha subunit","A9JTC8","Q90WX5","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6DH47","Guanine nucleotide-binding protein G","zgc:92650","A9JTC8","Q6DH47","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 20","string-db","7955.ENSDARP00000056734/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q15KE4","Guanine nucleotide-binding protein G","zgc:110302","A9JTC8","Q15KE4","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q1JPZ3","Guanine nucleotide-binding protein G","src","A9JTC8","Q1JPZ3","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6TNT8","Guanine nucleotide-binding protein G","gnai2l","A9JTC8","gnai2a","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q38JL1","Guanine nucleotide-binding protein G","hm:zeh0300","A9JTC8","rgs6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","F1Q9W6","Guanine nucleotide-binding protein G","rgs7","A9JTC8","F1Q9W6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q90WX6","Guanine nucleotide-binding protein G","fk56e06","A9JTC8","Q90WX6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6ZM84","Guanine nucleotide-binding protein G","rgs9","A9JTC8","rgs9b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0T2N3","Guanine nucleotide-binding protein G","aplnrb","A9JTC8","aplnrb","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","E7F2G6","Guanine nucleotide-binding protein G","G protein-coupled purinergic receptor p2y 12","A9JTC8","E7F2G6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6DGZ5","Guanine nucleotide-binding protein G","zgc:92709","A9JTC8","gng7","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0A0G2L6W9","Guanine nucleotide-binding protein G","Guanine nucleotide-binding protein subunit gamma","A9JTC8","A0A0G2L6W9","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6PH57","Guanine nucleotide-binding protein G","gnb1","A9JTC8","gnb1","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","E7FDV3","Guanine nucleotide-binding protein G","adcy3","A9JTC8","E7FDV3","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000101956/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q1L8K1","Guanine nucleotide-binding protein G","si:dkey-266i6.1","A9JTC8","Q1L8K1","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000119823/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6DGI0","Guanine nucleotide-binding protein G","rgs8","A9JTC8","Q6DGI0","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 8 (RGS8)","string-db","7955.ENSDARP00000093238/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","X1WBG0","Guanine nucleotide-binding protein G","fb09a11","A9JTC8","si:dkey-204f11.64","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q803H5","Guanine nucleotide-binding protein G","gnb1l","A9JTC8","gnb1b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","P57717","Guanine nucleotide-binding protein G","esr1","A9JTC8","P57717","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6TH03","Guanine nucleotide-binding protein G","xx:tdsubc_2c12","A9JTC8","gng5","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6PBY0","Guanine nucleotide-binding protein G","gnb5b","A9JTC8","gnb5b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6DGR5","Guanine nucleotide-binding protein G","zgc:92802","A9JTC8","rgs17","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 17 (Zgc:92802)","string-db","7955.ENSDARP00000057611/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q5YKG3","Guanine nucleotide-binding protein G","gna13","A9JTC8","gna13a","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0A0R4IHM6","Guanine nucleotide-binding protein G","gng12b","A9JTC8","si:dkey-44g17.6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q7T2D3","Guanine nucleotide-binding protein G","rgs5","A9JTC8","rgs5a","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","string-db","7955.ENSDARP00000108854/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","F1QJL5","Guanine nucleotide-binding protein G","zgc:100942","A9JTC8","gna15.1","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q5YKG4","Guanine nucleotide-binding protein G","gna12","A9JTC8","gna12a","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","F1QJG4","Guanine nucleotide-binding protein G","aplnr3","A9JTC8","aplnr2","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q5BJ11","Guanine nucleotide-binding protein G","im:7138539","A9JTC8","gnb2","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","B3DI13","Guanine nucleotide-binding protein G","zgc:194426","A9JTC8","rgs19","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 19 (Zgc:194426)","string-db","7955.ENSDARP00000102733/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","B3DIM4","Guanine nucleotide-binding protein G","LOC100007047","A9JTC8","B3DIM4","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0A8M6Z3Y2","Guanine nucleotide-binding protein G","adenylate cyclase","A9JTC8","A0A8M6Z3Y2","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","E7F1F5","Guanine nucleotide-binding protein G","Guanine nucleotide-binding protein subunit gamma","A9JTC8","gngt2b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","R4GE45","Guanine nucleotide-binding protein G","Guanine nucleotide-binding protein subunit gamma","A9JTC8","si:ch211-286b5.5","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","B3DI16","Guanine nucleotide-binding protein G","gna11","A9JTC8","B3DI16","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","D2CFN3","Guanine nucleotide-binding protein G","si:dkey-178j17.2","A9JTC8","adcy5","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6PBR4","Guanine nucleotide-binding protein G","gngt2","A9JTC8","Q6PBR4","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","B8A5L7","Guanine nucleotide-binding protein G","zgc:171922","A9JTC8","rgs11","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6DH00","Guanine nucleotide-binding protein G","zgc:92704","A9JTC8","gng13b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","B8JJL3","Guanine nucleotide-binding protein G","ER[b]1","A9JTC8","B8JJL3","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q08BE2","Guanine nucleotide-binding protein G","zgc:153888","A9JTC8","Q08BE2","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Regulator of G-protein signaling 18 (Zgc:153888)","string-db","7955.ENSDARP00000052418/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0A2R8RKX9","Guanine nucleotide-binding protein G","zgc:101614","A9JTC8","A0A2R8RKX9","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A1L271","Guanine nucleotide-binding protein G","gnb5a","A9JTC8","gnb5a","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A1L1U1","Guanine nucleotide-binding protein G","Striatin","A9JTC8","A1L1U1","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q7SZP9","Guanine nucleotide-binding protein G","aplnra","A9JTC8","aplnra","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q7ZW82","Guanine nucleotide-binding protein G","cb874","A9JTC8","gnaia","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6PBP1","Guanine nucleotide-binding protein G","gnao1","A9JTC8","Q6PBP1","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q1LW07","Guanine nucleotide-binding protein G","si:ch211-207c7.1","A9JTC8","Q1LW07","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6PBN9","Guanine nucleotide-binding protein G","gng1","A9JTC8","Q6PBN9","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","A0A0G2LAU9","Guanine nucleotide-binding protein G","gnaz","A9JTC8","A0A0G2LAU9","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q503Q6","Guanine nucleotide-binding protein G","zgc:110316","A9JTC8","Q503Q6","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","Q6P967","Guanine nucleotide-binding protein G","zgc:73153","A9JTC8","gnao1b","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","string-db","7955.ENSDARP00000052345/7955.ENSDARP00000047527","physical","txid7955" +"A9JTC8","F1QJX7","Guanine nucleotide-binding protein G","Adenylate cyclase-stimulating G alpha protein","A9JTC8","gnas","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000047527","physical","txid7955" +"Q7ZW82","F1QJL5","cb874","zgc:100942","gnaia","gna15.1","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","X1WBG0","cb874","fb09a11","gnaia","si:dkey-204f11.64","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A0A0R4IHM6","cb874","gng12b","gnaia","si:dkey-44g17.6","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A0A8M3ANZ5","cb874","gng12","gnaia","A0A8M3ANZ5","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","R4GE45","cb874","Guanine nucleotide-binding protein subunit gamma","gnaia","si:ch211-286b5.5","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","Q803H5","cb874","gnb1l","gnaia","gnb1b","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A0A0G2LAU9","cb874","gnaz","gnaia","A0A0G2LAU9","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","B3DI16","cb874","gna11","gnaia","B3DI16","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A1L271","cb874","gnb5a","gnaia","gnb5a","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","E7F1F5","cb874","Guanine nucleotide-binding protein subunit gamma","gnaia","gngt2b","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A0A0G2L6W9","cb874","Guanine nucleotide-binding protein subunit gamma","gnaia","A0A0G2L6W9","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","F1QJG4","cb874","aplnr3","gnaia","aplnr2","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","A0A2R8RKX9","cb874","zgc:101614","gnaia","A0A2R8RKX9","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000121492","physical","txid7955" +"Q7ZW82","Q6PBP1","cb874","gnao1","gnaia","Q6PBP1","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000121492","physical","txid7955" +"Q803H5","E7FD27","gnb1l","ATP-sensitive inward rectifier potassium channel 10","gnb1b","kcnj10a","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A2RV22","gnb1l","Phosphoinositide-3-kinase, regulatory subunit 6a","gnb1b","A2RV22","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A0A0G2LAU9","gnb1l","gnaz","gnb1b","A0A0G2LAU9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","B3G515","gnb1l","gper1","gnb1b","B3G515","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A0A0N4SUG9","gnb1l","P2Y purinoceptor 1","gnb1b","p2ry1","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","E7F1F5","gnb1l","Guanine nucleotide-binding protein subunit gamma","gnb1b","gngt2b","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","E7FB43","gnb1l","Glucagon receptor a","gnb1b","gcgra","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A1L271","gnb1l","gnb5a","gnb1b","gnb5a","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A1L1U1","gnb1l","Striatin","gnb1b","A1L1U1","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A0A0G2L6W9","gnb1l","Guanine nucleotide-binding protein subunit gamma","gnb1b","A0A0G2L6W9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A0A2R8RKX9","gnb1l","zgc:101614","gnb1b","A0A2R8RKX9","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000133655","physical","txid7955" +"Q803H5","A0A0R4IJT8","gnb1l","fa22h09","gnb1b","A0A0R4IJT8","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000133655","physical","txid7955" +"Q6TH03","A0A0N4SUG9","xx:tdsubc_2c12","P2Y purinoceptor 1","gng5","p2ry1","Guanine nucleotide-binding protein subunit gamma","P2Y purinoceptor 1 (Purinergic receptor)","string-db","7955.ENSDARP00000142018/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A3QJU6","xx:tdsubc_2c12","zgc:136923","gng5","A3QJU6","Guanine nucleotide-binding protein subunit gamma","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q5YKG3","xx:tdsubc_2c12","gna13","gng5","gna13a","Guanine nucleotide-binding protein subunit gamma","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q9W6A7","xx:tdsubc_2c12","opn1lw1","gng5","opn1lw1","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","string-db","7955.ENSDARP00000065940/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A8M6Z3Y2","xx:tdsubc_2c12","adenylate cyclase","gng5","A0A8M6Z3Y2","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000082088/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q1LW07","xx:tdsubc_2c12","si:ch211-207c7.1","gng5","Q1LW07","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 4 (Uncharacterized protein LOC562625)","string-db","7955.ENSDARP00000121165/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q9W6A9","xx:tdsubc_2c12","opn1sw1","gng5","Q9W6A9","Guanine nucleotide-binding protein subunit gamma","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","string-db","7955.ENSDARP00000067159/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7F8C4","xx:tdsubc_2c12","LOC100333265","gng5","LOC100333265","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q90WY6","xx:tdsubc_2c12","adra2c","gng5","Q90WY6","Guanine nucleotide-binding protein subunit gamma","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A0R4IAD0","xx:tdsubc_2c12","G protein-activated inward rectifier potassium channel 4","gng5","A0A0R4IAD0","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q6PBR4","xx:tdsubc_2c12","gngt2","gng5","Q6PBR4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A0G2LAU9","xx:tdsubc_2c12","gnaz","gng5","A0A0G2LAU9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q6PBY0","xx:tdsubc_2c12","gnb5b","gng5","gnb5b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5b","string-db","7955.ENSDARP00000072190/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7F1F5","xx:tdsubc_2c12","Guanine nucleotide-binding protein subunit gamma","gng5","gngt2b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000141283/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","B0R1C3","xx:tdsubc_2c12","Glucagon b","gng5","B0R1C3","Guanine nucleotide-binding protein subunit gamma","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A9NJI7","xx:tdsubc_2c12","Encephalopsin","gng5","opn3","Guanine nucleotide-binding protein subunit gamma","Encephalopsin (Opsin-3)","string-db","7955.ENSDARP00000069184/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QJX7","xx:tdsubc_2c12","Adenylate cyclase-stimulating G alpha protein","gng5","gnas","Guanine nucleotide-binding protein subunit gamma","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A0G2L6W9","xx:tdsubc_2c12","Guanine nucleotide-binding protein subunit gamma","gng5","A0A0G2L6W9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QQH0","xx:tdsubc_2c12","kcnj15","gng5","F1QQH0","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q90WX5","xx:tdsubc_2c12","Cone transducin alpha subunit","gng5","Q90WX5","Guanine nucleotide-binding protein subunit gamma","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q5RIV6","xx:tdsubc_2c12","Opn5m","gng5","Q5RIV6","Guanine nucleotide-binding protein subunit gamma","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","string-db","7955.ENSDARP00000122964/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","B3G515","xx:tdsubc_2c12","gper1","gng5","B3G515","Guanine nucleotide-binding protein subunit gamma","G-protein coupled estrogen receptor 1 (G protein-coupled estrogen receptor 1) (G-protein coupled receptor 30)","string-db","7955.ENSDARP00000156576/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","P57717","xx:tdsubc_2c12","esr1","gng5","P57717","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7F2G6","xx:tdsubc_2c12","G protein-coupled purinergic receptor p2y 12","gng5","E7F2G6","Guanine nucleotide-binding protein subunit gamma","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","string-db","7955.ENSDARP00000128926/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q1LUN9","xx:tdsubc_2c12","si:dkey-190l1.2","gng5","gabbr2","Guanine nucleotide-binding protein subunit gamma","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q503Q6","xx:tdsubc_2c12","zgc:110316","gng5","Q503Q6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q7ZT18","xx:tdsubc_2c12","pomc","gng5","Q7ZT18","Guanine nucleotide-binding protein subunit gamma","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","B3DIM4","xx:tdsubc_2c12","LOC100007047","gng5","B3DIM4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), gamma 13a (Similar to Guanine nucleotide binding protein (G protein), gamma 13)","string-db","7955.ENSDARP00000121143/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","D2CFN3","xx:tdsubc_2c12","si:dkey-178j17.2","gng5","adcy5","Guanine nucleotide-binding protein subunit gamma","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7FD27","xx:tdsubc_2c12","ATP-sensitive inward rectifier potassium channel 10","gng5","kcnj10a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","R4GE45","xx:tdsubc_2c12","Guanine nucleotide-binding protein subunit gamma","gng5","si:ch211-286b5.5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000126758/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QH85","xx:tdsubc_2c12","kcnj4","gng5","F1QH85","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7F1N1","xx:tdsubc_2c12","G protein-activated inward rectifier potassium channel 1","gng5","E7F1N1","Guanine nucleotide-binding protein subunit gamma","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A0R4ICH9","xx:tdsubc_2c12","ATP-sensitive inward rectifier potassium channel 12-like","gng5","kcnj12a","Guanine nucleotide-binding protein subunit gamma","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","B3DI16","xx:tdsubc_2c12","gna11","gng5","B3DI16","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit alpha-11","string-db","7955.ENSDARP00000123118/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QTL0","xx:tdsubc_2c12","fc06a08","gng5","pdcl","Guanine nucleotide-binding protein subunit gamma","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A1L271","xx:tdsubc_2c12","gnb5a","gng5","gnb5a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0T2N3","xx:tdsubc_2c12","aplnrb","gng5","aplnrb","Guanine nucleotide-binding protein subunit gamma","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q29ST4","xx:tdsubc_2c12","si:dkey-13b16.1","gng5","adora2b","Guanine nucleotide-binding protein subunit gamma","Adenosine A2b receptor (Adenosine receptor A2b)","string-db","7955.ENSDARP00000113432/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7FDD1","xx:tdsubc_2c12","Proteinase-activated receptor 4","gng5","E7FDD1","Guanine nucleotide-binding protein subunit gamma","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q6TNT8","xx:tdsubc_2c12","gnai2l","gng5","gnai2a","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QJG4","xx:tdsubc_2c12","aplnr3","gng5","aplnr2","Guanine nucleotide-binding protein subunit gamma","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q6PH57","xx:tdsubc_2c12","gnb1","gng5","gnb1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000111963/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F1QJL5","xx:tdsubc_2c12","zgc:100942","gng5","gna15.1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7FB43","xx:tdsubc_2c12","Glucagon receptor a","gng5","gcgra","Guanine nucleotide-binding protein subunit gamma","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A8M3B6F1","xx:tdsubc_2c12","wu:fj38c03","gng5","A0A8M3B6F1","Guanine nucleotide-binding protein subunit gamma","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7FE45","xx:tdsubc_2c12","Prostacyclin receptor","gng5","E7FE45","Guanine nucleotide-binding protein subunit gamma","Prostacyclin receptor (Prostaglandin I2 receptor)","string-db","7955.ENSDARP00000128285/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q90WY5","xx:tdsubc_2c12","adra2b","gng5","Q90WY5","Guanine nucleotide-binding protein subunit gamma","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q9YI00","xx:tdsubc_2c12","zg05","gng5","fzd8a","Guanine nucleotide-binding protein subunit gamma","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","string-db","7955.ENSDARP00000066834/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q90WY4","xx:tdsubc_2c12","adra2a","gng5","Q90WY4","Guanine nucleotide-binding protein subunit gamma","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","string-db","7955.ENSDARP00000059868/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A2R8RKX9","xx:tdsubc_2c12","zgc:101614","gng5","A0A2R8RKX9","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q6PBP1","xx:tdsubc_2c12","gnao1","gng5","Q6PBP1","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q803H5","xx:tdsubc_2c12","gnb1l","gng5","gnb1b","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0JBX4","xx:tdsubc_2c12","fzd3l","gng5","fzd3b","Guanine nucleotide-binding protein subunit gamma","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q9I9I2","xx:tdsubc_2c12","wnt11r","gng5","wnt11","Guanine nucleotide-binding protein subunit gamma","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A8M3ANZ5","xx:tdsubc_2c12","gng12","gng5","A0A8M3ANZ5","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","X1WBG0","xx:tdsubc_2c12","fb09a11","gng5","si:dkey-204f11.64","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000127551/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A2RV22","xx:tdsubc_2c12","Phosphoinositide-3-kinase, regulatory subunit 6a","gng5","A2RV22","Guanine nucleotide-binding protein subunit gamma","Phosphoinositide-3-kinase, regulatory subunit 6a (Uncharacterized protein LOC100009639) (Zgc:158654 protein)","string-db","7955.ENSDARP00000134676/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q7ZW82","xx:tdsubc_2c12","cb874","gng5","gnaia","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","string-db","7955.ENSDARP00000121492/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A0A0R4IHM6","xx:tdsubc_2c12","gng12b","gng5","si:dkey-44g17.6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000133096/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q8AYN0","xx:tdsubc_2c12","opn1lw2","gng5","opn1lw2","Guanine nucleotide-binding protein subunit gamma","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","string-db","7955.ENSDARP00000065939/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q7SZP9","xx:tdsubc_2c12","aplnra","gng5","aplnra","Guanine nucleotide-binding protein subunit gamma","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","string-db","7955.ENSDARP00000068614/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q15KE4","xx:tdsubc_2c12","zgc:110302","gng5","Q15KE4","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","B8JJL3","xx:tdsubc_2c12","ER[b]1","gng5","B8JJL3","Guanine nucleotide-binding protein subunit gamma","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","A1L1U1","xx:tdsubc_2c12","Striatin","gng5","A1L1U1","Guanine nucleotide-binding protein subunit gamma","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q90WX6","xx:tdsubc_2c12","fk56e06","gng5","Q90WX6","Guanine nucleotide-binding protein subunit gamma","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","E7FEG9","xx:tdsubc_2c12","grik3","gng5","E7FEG9","Guanine nucleotide-binding protein subunit gamma","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","F8W3B7","xx:tdsubc_2c12","Tyrosine-protein kinase","gng5","btk","Guanine nucleotide-binding protein subunit gamma","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000058257","physical","txid7955" +"Q6TH03","Q567Y2","xx:tdsubc_2c12","rgr1","gng5","Q567Y2","Guanine nucleotide-binding protein subunit gamma","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","string-db","7955.ENSDARP00000071634/7955.ENSDARP00000058257","physical","txid7955" +"B3DI78","K7DYB6","si:ch211-125m10.3","NLR family, CARD domain-containing 5","rfxank","nlrc5","DNA-binding protein RFXANK (Regulatory factor X-associated ankyrin-containing protein)","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","string-db","7955.ENSDARP00000126444/7955.ENSDARP00000005892","physical","txid7955" +"B3DI78","E7F3F4","si:ch211-125m10.3","Class II, major histocompatibility complex, transactivator","rfxank","E7F3F4","DNA-binding protein RFXANK (Regulatory factor X-associated ankyrin-containing protein)","Class II, major histocompatibility complex, transactivator (MHC class II transactivator isoform X3)","string-db","7955.ENSDARP00000105957/7955.ENSDARP00000005892","physical","txid7955" +"B3DI78","E9QDE2","si:ch211-125m10.3","si:ch211-170h2.4","rfxank","rfxap","DNA-binding protein RFXANK (Regulatory factor X-associated ankyrin-containing protein)","Regulatory factor X-associated protein","string-db","7955.ENSDARP00000114074/7955.ENSDARP00000005892","physical","txid7955" +"B3DI78","Q7T351","si:ch211-125m10.3","wu:fc92c07","rfxank","atf1","DNA-binding protein RFXANK (Regulatory factor X-associated ankyrin-containing protein)","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","string-db","7955.ENSDARP00000065037/7955.ENSDARP00000005892","physical","txid7955" +"Q7T351","A0A8M2BF48","wu:fc92c07","zgc:110211","atf1","A0A8M2BF48","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","string-db","7955.ENSDARP00000132207/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","E7F3F4","wu:fc92c07","Class II, major histocompatibility complex, transactivator","atf1","E7F3F4","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Class II, major histocompatibility complex, transactivator (MHC class II transactivator isoform X3)","string-db","7955.ENSDARP00000105957/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","Q567H4","wu:fc92c07","Uncharacterized protein LOC550357","atf1","cremb","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","string-db","7955.ENSDARP00000139282/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","Q6NW59","wu:fc92c07","atf4","atf1","atf4","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","E9QD53","wu:fc92c07","cAMP-responsive element modulator a","atf1","E9QD53","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","string-db","7955.ENSDARP00000112661/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","Q803K8","wu:fc92c07","creb1","atf1","creb1a","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","string-db","7955.ENSDARP00000070114/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","K7DYB6","wu:fc92c07","NLR family, CARD domain-containing 5","atf1","nlrc5","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","string-db","7955.ENSDARP00000126444/7955.ENSDARP00000065037","physical","txid7955" +"Q7T351","E9QDE2","wu:fc92c07","si:ch211-170h2.4","atf1","rfxap","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","Regulatory factor X-associated protein","string-db","7955.ENSDARP00000114074/7955.ENSDARP00000065037","physical","txid7955" +"E7F3F4","E9QDE2","Class II, major histocompatibility complex, transactivator","si:ch211-170h2.4","E7F3F4","rfxap","Class II, major histocompatibility complex, transactivator (MHC class II transactivator isoform X3)","Regulatory factor X-associated protein","string-db","7955.ENSDARP00000114074/7955.ENSDARP00000105957","physical","txid7955" +"E9QDE2","K7DYB6","si:ch211-170h2.4","NLR family, CARD domain-containing 5","rfxap","nlrc5","Regulatory factor X-associated protein","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","string-db","7955.ENSDARP00000126444/7955.ENSDARP00000114074","physical","txid7955" +"A0A8M1NI50","Q5XJ85","si:ch73-170d1.2","myd88","A0A8M1NI50","Q5XJ85","Interferon regulatory factor 4 (Interferon regulatory factor 4a)","Myeloid differentiation primary response protein MyD88","string-db","7955.ENSDARP00000020711/7955.ENSDARP00000005897","physical","txid7955" +"Q5XJ85","B8A691","myd88","tlr4b","Q5XJ85","B8A691","Myeloid differentiation primary response protein MyD88","Toll-like receptor 4","string-db","7955.ENSDARP00000028819/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","Q6YBR5","myd88","ngf","Q5XJ85","ngf","Myeloid differentiation primary response protein MyD88","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","F6NJE2","myd88","Interleukin-1 receptor-associated kinase 1","Q5XJ85","irak1","Myeloid differentiation primary response protein MyD88","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","Q6IWL4","myd88","traf6","Q5XJ85","traf6","Myeloid differentiation primary response protein MyD88","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","F1QNG2","myd88","wu:fl24c03","Q5XJ85","irf7","Myeloid differentiation primary response protein MyD88","Interferon regulatory factor 7","string-db","7955.ENSDARP00000094398/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","Q6PGV0","myd88","LRRFIP2","Q5XJ85","Q6PGV0","Myeloid differentiation primary response protein MyD88","Leucine-rich repeat flightless-interacting protein 2","string-db","7955.ENSDARP00000090511/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","F6NLN8","myd88","tlr4ba","Q5XJ85","F6NLN8","Myeloid differentiation primary response protein MyD88","Toll-like receptor 4","string-db","7955.ENSDARP00000098602/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","B0S682","myd88","im:7155364","Q5XJ85","irf5","Myeloid differentiation primary response protein MyD88","Interferon regulatory factor 5","string-db","7955.ENSDARP00000135859/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","Q7ZV43","myd88","tollip","Q5XJ85","Q7ZV43","Myeloid differentiation primary response protein MyD88","Toll-interacting protein","string-db","7955.ENSDARP00000140869/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","E7FGW0","myd88","Nerve growth factor receptor a","Q5XJ85","ngfra","Myeloid differentiation primary response protein MyD88","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","F1QMN8","myd88","TLR21.1","Q5XJ85","tlr21","Myeloid differentiation primary response protein MyD88","Toll-like receptor 21","string-db","7955.ENSDARP00000098992/7955.ENSDARP00000020711","physical","txid7955" +"Q5XJ85","E7FGC6","myd88","LOC799279","Q5XJ85","E7FGC6","Myeloid differentiation primary response protein MyD88","Interleukin-1 receptor type 1-like","string-db","7955.ENSDARP00000144331/7955.ENSDARP00000020711","physical","txid7955" +"Q6IQ59","A7MCR1","uqcrc2","fb78f10","uqcrc2b","A7MCR1","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","string-db","7955.ENSDARP00000011707/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q4VBV1","uqcrc2","im:6900881","uqcrc2b","uqcrb","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome b-c1 complex subunit 7","string-db","7955.ENSDARP00000011797/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q9MIX8","uqcrc2","mt-cyb","uqcrc2b","mt-cyb","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","A0A0G2L2Q2","uqcrc2","Complex III subunit 9","uqcrc2b","uqcr10","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","F1QJE0","uqcrc2","fb33d01","uqcrc2b","uqcrc2a","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","string-db","7955.ENSDARP00000015132/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q3B7R0","uqcrc2","fb80h03","uqcrc2b","cyc1","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q9MIY8","uqcrc2","mt-co1","uqcrc2b","mt-co1","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","F1QEJ5","uqcrc2","mg:bb03b10","uqcrc2b","uqcrq","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","string-db","7955.ENSDARP00000039787/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","A5PL98","uqcrc2","sdhb","uqcrc2b","sdhb","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","string-db","7955.ENSDARP00000062263/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q3B750","uqcrc2","zgc:123330","uqcrc2b","uqcrh","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000005930","physical","txid7955" +"Q6IQ59","Q6P5L5","uqcrc2","nduf8","uqcrc2b","Q6P5L5","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000005930","physical","txid7955" +"Q3B750","Q7SXM1","zgc:123330","zgc:66195","uqcrh","cox6b2","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","A0A0G2L2Q2","zgc:123330","Complex III subunit 9","uqcrh","uqcr10","Cytochrome b-c1 complex subunit 6","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","X1WER9","zgc:123330","Cytochrome c oxidase subunit 8B","uqcrh","cox8b","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","A0A0R4IVC8","zgc:123330","Cox5a2","uqcrh","cox5ab","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","A0A0R4IT01","zgc:123330","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","uqcrh","A0A0R4IT01","Cytochrome b-c1 complex subunit 6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","A0A2R8Q5H6","zgc:123330","cox7a2b","uqcrh","A0A2R8Q5H6","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","Q6PBP0","zgc:123330","wu:fj49c05","uqcrh","cox7c","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","F1R6I1","zgc:123330","Cytochrome c oxidase subunit 4","uqcrh","cox4i1l","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000125799","physical","txid7955" +"Q3B750","Q7ZTT8","zgc:123330","ndufa4l","uqcrh","ndufa4l","Cytochrome b-c1 complex subunit 6","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000125799","physical","txid7955" +"Q9MIX8","Q7ZTT8","mt-cyb","ndufa4l","mt-cyb","ndufa4l","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q7SXM1","mt-cyb","zgc:66195","mt-cyb","cox6b2","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q3B750","mt-cyb","zgc:123330","mt-cyb","uqcrh","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","A0A0G2L2Q2","mt-cyb","Complex III subunit 9","mt-cyb","uqcr10","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","B8A5J2","mt-cyb","si:ch211-258f14.5","mt-cyb","coa6","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","E9QFA6","mt-cyb","coxXVIII","mt-cyb","cox8a","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","X1WER9","mt-cyb","Cytochrome c oxidase subunit 8B","mt-cyb","cox8b","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q66I77","mt-cyb","zgc:103594","mt-cyb","cox6a2","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","F1RE72","mt-cyb","Normal mucosa of esophagus-specific gene 1 protein","mt-cyb","F1RE72","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","A0A0R4IVC8","mt-cyb","Cox5a2","mt-cyb","cox5ab","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q0P3U4","mt-cyb","zgc:153978","mt-cyb","cox5b2","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","F1R6I1","mt-cyb","Cytochrome c oxidase subunit 4","mt-cyb","cox4i1l","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","A0A2R8Q5H6","mt-cyb","cox7a2b","mt-cyb","A0A2R8Q5H6","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","A0A0R4IT01","mt-cyb","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","mt-cyb","A0A0R4IT01","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q08CE7","mt-cyb","zgc:153177","mt-cyb","cox7a1","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q6PBP0","mt-cyb","wu:fj49c05","mt-cyb","cox7c","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","F8W4B6","mt-cyb","Cytochrome c oxidase subunit 8A, mitochondrial-like","mt-cyb","F8W4B6","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000087881","physical","txid7955" +"Q9MIX8","Q4VBU7","mt-cyb","zgc:114165","mt-cyb","cox5aa","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000087881","physical","txid7955" +"Q4VBV1","A0A0G2L2Q2","im:6900881","Complex III subunit 9","uqcrb","uqcr10","Cytochrome b-c1 complex subunit 7","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","F1R6I1","im:6900881","Cytochrome c oxidase subunit 4","uqcrb","cox4i1l","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q4VBU7","im:6900881","zgc:114165","uqcrb","cox5aa","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q9MIY8","im:6900881","mt-co1","uqcrb","mt-co1","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q9MIY7","im:6900881","mt-co2","uqcrb","Q9MIY7","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q3B750","im:6900881","zgc:123330","uqcrb","uqcrh","Cytochrome b-c1 complex subunit 7","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q0P3U4","im:6900881","zgc:153978","uqcrb","cox5b2","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q7SXI1","im:6900881","D244","uqcrb","Q7SXI1","Cytochrome b-c1 complex subunit 7","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","A0A2R8Q5H6","im:6900881","cox7a2b","uqcrb","A0A2R8Q5H6","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q6DH63","im:6900881","zgc:92631","uqcrb","cox6b1","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q6PBH5","im:6900881","ndufa4","uqcrb","Q6PBH5","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000055018/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q66I77","im:6900881","zgc:103594","uqcrb","cox6a2","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q9MIY4","im:6900881","mt-co3","uqcrb","mt-co3","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q7SXM1","im:6900881","zgc:66195","uqcrb","cox6b2","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q7ZTT8","im:6900881","ndufa4l","uqcrb","ndufa4l","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","X1WER9","im:6900881","Cytochrome c oxidase subunit 8B","uqcrb","cox8b","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","F1QJE0","im:6900881","fb33d01","uqcrb","uqcrc2a","Cytochrome b-c1 complex subunit 7","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","string-db","7955.ENSDARP00000015132/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q6ZM23","im:6900881","si:ch211-239j9.2","uqcrb","cox6c","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","F8W4B6","im:6900881","Cytochrome c oxidase subunit 8A, mitochondrial-like","uqcrb","F8W4B6","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q3B7R0","im:6900881","fb80h03","uqcrb","cyc1","Cytochrome b-c1 complex subunit 7","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q9MIX8","im:6900881","mt-cyb","uqcrb","mt-cyb","Cytochrome b-c1 complex subunit 7","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","F1QEJ5","im:6900881","mg:bb03b10","uqcrb","uqcrq","Cytochrome b-c1 complex subunit 7","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","string-db","7955.ENSDARP00000039787/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","A0A0R4IT01","im:6900881","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","uqcrb","A0A0R4IT01","Cytochrome b-c1 complex subunit 7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","F1RE72","im:6900881","Normal mucosa of esophagus-specific gene 1 protein","uqcrb","F1RE72","Cytochrome b-c1 complex subunit 7","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","B8A5J2","im:6900881","si:ch211-258f14.5","uqcrb","coa6","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q08CE7","im:6900881","zgc:153177","uqcrb","cox7a1","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","E9QFA6","im:6900881","coxXVIII","uqcrb","cox8a","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","A0A0R4IVC8","im:6900881","Cox5a2","uqcrb","cox5ab","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000011797","physical","txid7955" +"Q4VBV1","Q6PBP0","im:6900881","wu:fj49c05","uqcrb","cox7c","Cytochrome b-c1 complex subunit 7","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000011797","physical","txid7955" +"A5PL98","B0S5Q2","sdhb","fa91d04","sdhb","sdhc","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","string-db","7955.ENSDARP00000121444/7955.ENSDARP00000062263","physical","txid7955" +"A5PL98","Q6P5L5","sdhb","nduf8","sdhb","Q6P5L5","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000062263","physical","txid7955" +"A5PL98","Q6DGM2","sdhb","sdhda","sdhb","Q6DGM2","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit A, mitochondrial (CybS-A) (Succinate dehydrogenase complex subunit D-A) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit A) (Succinate-ubiquinone reductase membrane anchor subunit A)","string-db","7955.ENSDARP00000072578/7955.ENSDARP00000062263","physical","txid7955" +"F1QJE0","Q9MIX8","fb33d01","mt-cyb","uqcrc2a","mt-cyb","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000015132","physical","txid7955" +"F1QJE0","Q3B750","fb33d01","zgc:123330","uqcrc2a","uqcrh","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000015132","physical","txid7955" +"F1QJE0","A0A0G2L2Q2","fb33d01","Complex III subunit 9","uqcrc2a","uqcr10","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000015132","physical","txid7955" +"F1QJE0","F1QEJ5","fb33d01","mg:bb03b10","uqcrc2a","uqcrq","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","string-db","7955.ENSDARP00000039787/7955.ENSDARP00000015132","physical","txid7955" +"F1QJE0","Q3B7R0","fb33d01","fb80h03","uqcrc2a","cyc1","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000015132","physical","txid7955" +"F1QEJ5","A0A2R8Q5H6","mg:bb03b10","cox7a2b","uqcrq","A0A2R8Q5H6","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q7SXI1","mg:bb03b10","D244","uqcrq","Q7SXI1","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","F1RE72","mg:bb03b10","Normal mucosa of esophagus-specific gene 1 protein","uqcrq","F1RE72","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q3B7R0","mg:bb03b10","fb80h03","uqcrq","cyc1","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q6ZM23","mg:bb03b10","si:ch211-239j9.2","uqcrq","cox6c","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q66I77","mg:bb03b10","zgc:103594","uqcrq","cox6a2","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q3B750","mg:bb03b10","zgc:123330","uqcrq","uqcrh","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q4VBU7","mg:bb03b10","zgc:114165","uqcrq","cox5aa","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","B8A5J2","mg:bb03b10","si:ch211-258f14.5","uqcrq","coa6","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q9MIX8","mg:bb03b10","mt-cyb","uqcrq","mt-cyb","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q6DH63","mg:bb03b10","zgc:92631","uqcrq","cox6b1","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q9MIY4","mg:bb03b10","mt-co3","uqcrq","mt-co3","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q6PBH5","mg:bb03b10","ndufa4","uqcrq","Q6PBH5","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000055018/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q0P3U4","mg:bb03b10","zgc:153978","uqcrq","cox5b2","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","X1WER9","mg:bb03b10","Cytochrome c oxidase subunit 8B","uqcrq","cox8b","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q9MIY7","mg:bb03b10","mt-co2","uqcrq","Q9MIY7","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q7ZTT8","mg:bb03b10","ndufa4l","uqcrq","ndufa4l","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","A0A0G2L2Q2","mg:bb03b10","Complex III subunit 9","uqcrq","uqcr10","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q7SXM1","mg:bb03b10","zgc:66195","uqcrq","cox6b2","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q6PBP0","mg:bb03b10","wu:fj49c05","uqcrq","cox7c","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","A0A0R4IVC8","mg:bb03b10","Cox5a2","uqcrq","cox5ab","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q9MIY8","mg:bb03b10","mt-co1","uqcrq","mt-co1","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","A0A0R4IT01","mg:bb03b10","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","uqcrq","A0A0R4IT01","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","F1R6I1","mg:bb03b10","Cytochrome c oxidase subunit 4","uqcrq","cox4i1l","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","Q08CE7","mg:bb03b10","zgc:153177","uqcrq","cox7a1","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","E9QFA6","mg:bb03b10","coxXVIII","uqcrq","cox8a","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000039787","physical","txid7955" +"F1QEJ5","F8W4B6","mg:bb03b10","Cytochrome c oxidase subunit 8A, mitochondrial-like","uqcrq","F8W4B6","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000039787","physical","txid7955" +"Q3B7R0","Q9MIY4","fb80h03","mt-co3","cyc1","mt-co3","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q7SXI1","fb80h03","D244","cyc1","Q7SXI1","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q7ZTT8","fb80h03","ndufa4l","cyc1","ndufa4l","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q6ZM23","fb80h03","si:ch211-239j9.2","cyc1","cox6c","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","E9QFA6","fb80h03","coxXVIII","cyc1","cox8a","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q6DH63","fb80h03","zgc:92631","cyc1","cox6b1","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q4VBU7","fb80h03","zgc:114165","cyc1","cox5aa","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","A0A0R4IT01","fb80h03","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cyc1","A0A0R4IT01","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","F8W4B6","fb80h03","Cytochrome c oxidase subunit 8A, mitochondrial-like","cyc1","F8W4B6","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","X1WER9","fb80h03","Cytochrome c oxidase subunit 8B","cyc1","cox8b","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q9MIY7","fb80h03","mt-co2","cyc1","Q9MIY7","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","B8A5J2","fb80h03","si:ch211-258f14.5","cyc1","coa6","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","F1RE72","fb80h03","Normal mucosa of esophagus-specific gene 1 protein","cyc1","F1RE72","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q08CE7","fb80h03","zgc:153177","cyc1","cox7a1","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q9MIX8","fb80h03","mt-cyb","cyc1","mt-cyb","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q7SXM1","fb80h03","zgc:66195","cyc1","cox6b2","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q0P3U4","fb80h03","zgc:153978","cyc1","cox5b2","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q9MIY8","fb80h03","mt-co1","cyc1","mt-co1","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q3B750","fb80h03","zgc:123330","cyc1","uqcrh","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","F1R6I1","fb80h03","Cytochrome c oxidase subunit 4","cyc1","cox4i1l","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","A0A2R8Q5H6","fb80h03","cox7a2b","cyc1","A0A2R8Q5H6","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q6PBP0","fb80h03","wu:fj49c05","cyc1","cox7c","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","A0A0G2L2Q2","fb80h03","Complex III subunit 9","cyc1","uqcr10","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","Q66I77","fb80h03","zgc:103594","cyc1","cox6a2","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000055503","physical","txid7955" +"Q3B7R0","A0A0R4IVC8","fb80h03","Cox5a2","cyc1","cox5ab","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000055503","physical","txid7955" +"Q9MIY8","Q9MIY7","mt-co1","mt-co2","mt-co1","Q9MIY7","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q66I77","mt-co1","zgc:103594","mt-co1","cox6a2","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","A0A0R4IVC8","mt-co1","Cox5a2","mt-co1","cox5ab","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","E9QFA6","mt-co1","coxXVIII","mt-co1","cox8a","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q08CE7","mt-co1","zgc:153177","mt-co1","cox7a1","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q6PBP0","mt-co1","wu:fj49c05","mt-co1","cox7c","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","B8A5J2","mt-co1","si:ch211-258f14.5","mt-co1","coa6","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","A0A0R4IT01","mt-co1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","mt-co1","A0A0R4IT01","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","A0A2R8Q5H6","mt-co1","cox7a2b","mt-co1","A0A2R8Q5H6","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","A0A0G2L2Q2","mt-co1","Complex III subunit 9","mt-co1","uqcr10","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","X1WER9","mt-co1","Cytochrome c oxidase subunit 8B","mt-co1","cox8b","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q9MIY4","mt-co1","mt-co3","mt-co1","mt-co3","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q3B750","mt-co1","zgc:123330","mt-co1","uqcrh","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q9MIX8","mt-co1","mt-cyb","mt-co1","mt-cyb","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","F1RE72","mt-co1","Normal mucosa of esophagus-specific gene 1 protein","mt-co1","F1RE72","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","F1R6I1","mt-co1","Cytochrome c oxidase subunit 4","mt-co1","cox4i1l","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","F8W4B6","mt-co1","Cytochrome c oxidase subunit 8A, mitochondrial-like","mt-co1","F8W4B6","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q4VBU7","mt-co1","zgc:114165","mt-co1","cox5aa","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q7ZTT8","mt-co1","ndufa4l","mt-co1","ndufa4l","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q0P3U4","mt-co1","zgc:153978","mt-co1","cox5b2","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000087871","physical","txid7955" +"Q9MIY8","Q7SXM1","mt-co1","zgc:66195","mt-co1","cox6b2","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000087871","physical","txid7955" +"A7MCR1","A0A0G2L2Q2","fb78f10","Complex III subunit 9","A7MCR1","uqcr10","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q7ZTT8","fb78f10","ndufa4l","A7MCR1","ndufa4l","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q7SXM1","fb78f10","zgc:66195","A7MCR1","cox6b2","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q7ZVF3","fb78f10","sdha","A7MCR1","Q7ZVF3","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","string-db","7955.ENSDARP00000018027/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","X1WER9","fb78f10","Cytochrome c oxidase subunit 8B","A7MCR1","cox8b","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q7SXI1","fb78f10","D244","A7MCR1","Q7SXI1","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","A0A2R8Q5H6","fb78f10","cox7a2b","A7MCR1","A0A2R8Q5H6","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q9MIY8","fb78f10","mt-co1","A7MCR1","mt-co1","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q66I77","fb78f10","zgc:103594","A7MCR1","cox6a2","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q0P3U4","fb78f10","zgc:153978","A7MCR1","cox5b2","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","F1R6I1","fb78f10","Cytochrome c oxidase subunit 4","A7MCR1","cox4i1l","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q6DH63","fb78f10","zgc:92631","A7MCR1","cox6b1","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q3B7R0","fb78f10","fb80h03","A7MCR1","cyc1","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","B8A5J2","fb78f10","si:ch211-258f14.5","A7MCR1","coa6","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","F1QEJ5","fb78f10","mg:bb03b10","A7MCR1","uqcrq","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","string-db","7955.ENSDARP00000039787/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q6PBH5","fb78f10","ndufa4","A7MCR1","Q6PBH5","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000055018/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q4VBU7","fb78f10","zgc:114165","A7MCR1","cox5aa","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q3B750","fb78f10","zgc:123330","A7MCR1","uqcrh","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","A0A0R4IT01","fb78f10","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","A7MCR1","A0A0R4IT01","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q9MIX8","fb78f10","mt-cyb","A7MCR1","mt-cyb","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q08CE7","fb78f10","zgc:153177","A7MCR1","cox7a1","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","F8W4B6","fb78f10","Cytochrome c oxidase subunit 8A, mitochondrial-like","A7MCR1","F8W4B6","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q6PBP0","fb78f10","wu:fj49c05","A7MCR1","cox7c","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q9MIY4","fb78f10","mt-co3","A7MCR1","mt-co3","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","E9QFA6","fb78f10","coxXVIII","A7MCR1","cox8a","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","A0A0R4IVC8","fb78f10","Cox5a2","A7MCR1","cox5ab","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","F1RE72","fb78f10","Normal mucosa of esophagus-specific gene 1 protein","A7MCR1","F1RE72","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q9MIY7","fb78f10","mt-co2","A7MCR1","Q9MIY7","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q6ZM23","fb78f10","si:ch211-239j9.2","A7MCR1","cox6c","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","Q4VBV1","fb78f10","im:6900881","A7MCR1","uqcrb","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Cytochrome b-c1 complex subunit 7","string-db","7955.ENSDARP00000011797/7955.ENSDARP00000011707","physical","txid7955" +"A7MCR1","F1QJE0","fb78f10","fb33d01","A7MCR1","uqcrc2a","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","string-db","7955.ENSDARP00000015132/7955.ENSDARP00000011707","physical","txid7955" +"A0A0G2L2Q2","Q7SXM1","Complex III subunit 9","zgc:66195","uqcr10","cox6b2","Complex III subunit 9","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000139018","physical","txid7955" +"A0A0G2L2Q2","A0A2R8Q5H6","Complex III subunit 9","cox7a2b","uqcr10","A0A2R8Q5H6","Complex III subunit 9","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000139018","physical","txid7955" +"Q7T2F6","Q6DH33","wsb1","wu:fb12e01","wsb1","commd2","WD repeat and SOCS box-containing protein 1 (WSB-1)","COMM domain-containing 2 (COMM domain-containing protein 2)","string-db","7955.ENSDARP00000015280/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","A4QN68","wsb1","si:ch211-154e15.3","wsb1","A4QN68","WD repeat and SOCS box-containing protein 1 (WSB-1)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q5RHX6","wsb1","dcun1d4","wsb1","Q5RHX6","WD repeat and SOCS box-containing protein 1 (WSB-1)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q66IB1","wsb1","zgc:101879","wsb1","eloca","WD repeat and SOCS box-containing protein 1 (WSB-1)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","F1Q509","wsb1","zgc:153556","wsb1","commd4","WD repeat and SOCS box-containing protein 1 (WSB-1)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","E9QCG0","wsb1","COMM domain-containing protein 6","wsb1","commd6","WD repeat and SOCS box-containing protein 1 (WSB-1)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q4V909","wsb1","ccdc22","wsb1","Q4V909","WD repeat and SOCS box-containing protein 1 (WSB-1)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q5EB19","wsb1","fj63f04","wsb1","rnf7","WD repeat and SOCS box-containing protein 1 (WSB-1)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q502M9","wsb1","zgc:92635","wsb1","elocb","WD repeat and SOCS box-containing protein 1 (WSB-1)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","B8A6D0","wsb1","murr1","wsb1","B8A6D0","WD repeat and SOCS box-containing protein 1 (WSB-1)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","Q6NXC6","wsb1","wu:fi47e09","wsb1","Q6NXC6","WD repeat and SOCS box-containing protein 1 (WSB-1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","A7MD57","wsb1","DCN1-like protein","wsb1","dcun1d3","WD repeat and SOCS box-containing protein 1 (WSB-1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000005989","physical","txid7955" +"Q7T2F6","F1REN0","wsb1","cul5","wsb1","F1REN0","WD repeat and SOCS box-containing protein 1 (WSB-1)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000005989","physical","txid7955" +"F1REN0","B0S5W3","cul5","si:dkeyp-90g12.2","F1REN0","spsb4a","Cullin-5","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","I3IS54","cul5","si:ch1073-342h5.2","F1REN0","si:ch1073-342h5.2","Cullin-5","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","F6NJC6","cul5","si:ch211-222h17.4","F1REN0","tulp4a","Cullin-5","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","E9QCG0","cul5","COMM domain-containing protein 6","F1REN0","commd6","Cullin-5","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","Q6NYS3","cul5","Cul1","F1REN0","cul1a","Cullin-5","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","B0EVP5","cul5","SOCS2","F1REN0","B0EVP5","Cullin-5","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","E7FFH0","cul5","Ankyrin repeat and SOCS box protein 13 isoform X1","F1REN0","asb13b","Cullin-5","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","B3DIU1","cul5","cul3","F1REN0","cul3b","Cullin-5","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","E7FFI8","cul5","B-cell lymphoma 3 protein homolog","F1REN0","bcl3","Cullin-5","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","Q5RHX6","cul5","dcun1d4","F1REN0","Q5RHX6","Cullin-5","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","A7MD57","cul5","DCN1-like protein","F1REN0","dcun1d3","Cullin-5","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","Q6NXC6","cul5","wu:fi47e09","F1REN0","Q6NXC6","Cullin-5","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","F1Q509","cul5","zgc:153556","F1REN0","commd4","Cullin-5","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","B8JKT2","cul5","si:ch73-263f13.4","F1REN0","wsb2","Cullin-5","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","F1QFY1","cul5","Cullin-5","F1REN0","F1QFY1","Cullin-5","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","B1H1G8","cul5","LOC559863","F1REN0","B1H1G8","Cullin-5","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","Q7T2C1","cul5","zgc:64071","F1REN0","cul4a","Cullin-5","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","B0UXS6","cul5","zgc:174006","F1REN0","B0UXS6","Cullin-5","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","F1QY53","cul5","Ankyrin repeat and SOCS box protein 2 isoform X1","F1REN0","asb2a.1","Cullin-5","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","F8W428","cul5","im:7140950","F1REN0","cul4b","Cullin-5","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","Q502M9","cul5","zgc:92635","F1REN0","elocb","Cullin-5","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000100474","physical","txid7955" +"F1REN0","A0A8M6Z154","cul5","si:dkey-145p14.5","F1REN0","A0A8M6Z154","Cullin-5","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000100474","physical","txid7955" +"Q5EB19","B0EVP6","fj63f04","SOCS5L","rnf7","socs5b","RING-box protein 2 (Ring finger protein 7)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","string-db","7955.ENSDARP00000085530/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q4V8W1","fj63f04","fi35c01","rnf7","spsb1","RING-box protein 2 (Ring finger protein 7)","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","string-db","7955.ENSDARP00000073475/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","F1QY53","fj63f04","Ankyrin repeat and SOCS box protein 2 isoform X1","rnf7","asb2a.1","RING-box protein 2 (Ring finger protein 7)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q5RHX6","fj63f04","dcun1d4","rnf7","Q5RHX6","RING-box protein 2 (Ring finger protein 7)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","E7F166","fj63f04","socs6","rnf7","E7F166","RING-box protein 2 (Ring finger protein 7)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6a)","string-db","7955.ENSDARP00000075890/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","F1REN0","fj63f04","cul5","rnf7","F1REN0","RING-box protein 2 (Ring finger protein 7)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q6NYJ2","fj63f04","zgc:77038","rnf7","socs3b","RING-box protein 2 (Ring finger protein 7)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","F1Q509","fj63f04","zgc:153556","rnf7","commd4","RING-box protein 2 (Ring finger protein 7)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q6NXC6","fj63f04","wu:fi47e09","rnf7","Q6NXC6","RING-box protein 2 (Ring finger protein 7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","I3IS54","fj63f04","si:ch1073-342h5.2","rnf7","si:ch1073-342h5.2","RING-box protein 2 (Ring finger protein 7)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","B8JKT2","fj63f04","si:ch73-263f13.4","rnf7","wsb2","RING-box protein 2 (Ring finger protein 7)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","A0A8M6Z154","fj63f04","si:dkey-145p14.5","rnf7","A0A8M6Z154","RING-box protein 2 (Ring finger protein 7)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","B8A6D0","fj63f04","murr1","rnf7","B8A6D0","RING-box protein 2 (Ring finger protein 7)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","E7FFI8","fj63f04","B-cell lymphoma 3 protein homolog","rnf7","bcl3","RING-box protein 2 (Ring finger protein 7)","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","string-db","7955.ENSDARP00000112109/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","B1H1G8","fj63f04","LOC559863","rnf7","B1H1G8","RING-box protein 2 (Ring finger protein 7)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","F1QFY1","fj63f04","Cullin-5","rnf7","F1QFY1","RING-box protein 2 (Ring finger protein 7)","Cullin-5","string-db","7955.ENSDARP00000109586/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q4V909","fj63f04","ccdc22","rnf7","Q4V909","RING-box protein 2 (Ring finger protein 7)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","B0S5W3","fj63f04","si:dkeyp-90g12.2","rnf7","spsb4a","RING-box protein 2 (Ring finger protein 7)","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","string-db","7955.ENSDARP00000112876/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","E9QCG0","fj63f04","COMM domain-containing protein 6","rnf7","commd6","RING-box protein 2 (Ring finger protein 7)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","E7FFH0","fj63f04","Ankyrin repeat and SOCS box protein 13 isoform X1","rnf7","asb13b","RING-box protein 2 (Ring finger protein 7)","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","string-db","7955.ENSDARP00000105139/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","F6NJC6","fj63f04","si:ch211-222h17.4","rnf7","tulp4a","RING-box protein 2 (Ring finger protein 7)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","A7MD57","fj63f04","DCN1-like protein","rnf7","dcun1d3","RING-box protein 2 (Ring finger protein 7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","Q502M9","fj63f04","zgc:92635","rnf7","elocb","RING-box protein 2 (Ring finger protein 7)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","B0EVP5","fj63f04","SOCS2","rnf7","B0EVP5","RING-box protein 2 (Ring finger protein 7)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000072361","physical","txid7955" +"Q5EB19","A4QN68","fj63f04","si:ch211-154e15.3","rnf7","A4QN68","RING-box protein 2 (Ring finger protein 7)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000072361","physical","txid7955" +"A7MD57","I3IS54","DCN1-like protein","si:ch1073-342h5.2","dcun1d3","si:ch1073-342h5.2","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","B0EVP5","DCN1-like protein","SOCS2","dcun1d3","B0EVP5","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Suppressor of cytokine signaling 2","string-db","7955.ENSDARP00000114987/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","E9QCG0","DCN1-like protein","COMM domain-containing protein 6","dcun1d3","commd6","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","F1QY53","DCN1-like protein","Ankyrin repeat and SOCS box protein 2 isoform X1","dcun1d3","asb2a.1","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","string-db","7955.ENSDARP00000117664/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","A0A8M6Z154","DCN1-like protein","si:dkey-145p14.5","dcun1d3","A0A8M6Z154","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Ankyrin repeat domain 50-like (Ankyrin repeat domain-containing protein 50)","string-db","7955.ENSDARP00000141851/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","B8JKT2","DCN1-like protein","si:ch73-263f13.4","dcun1d3","wsb2","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","string-db","7955.ENSDARP00000119398/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","B1H1G8","DCN1-like protein","LOC559863","dcun1d3","B1H1G8","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","SPRY domain-containing SOCS box protein 3","string-db","7955.ENSDARP00000117314/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","Q502M9","DCN1-like protein","zgc:92635","dcun1d3","elocb","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000114663","physical","txid7955" +"A7MD57","F6NJC6","DCN1-like protein","si:ch211-222h17.4","dcun1d3","tulp4a","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","string-db","7955.ENSDARP00000118167/7955.ENSDARP00000114663","physical","txid7955" +"Q803N7","E7FCZ6","ck2a1","Casein kinase 2, alpha prime polypeptide b","csnk2a1","csnk2a2b","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","string-db","7955.ENSDARP00000045487/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","E7F737","ck2a1","dvl3","csnk2a1","dvl3b","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","B8JMI2","ck2a1","dvl3","csnk2a1","dvl3a","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","Q6IQV0","ck2a1","im:6891713","csnk2a1","-","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","string-db","7955.ENSDARP00000024748/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","Q91398","ck2a1","csnk2b","csnk2a1","csnk2b","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","F1QNA4","ck2a1","dvl1","csnk2a1","dvl1b","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000006001","physical","txid7955" +"Q803N7","A0A0R4IE41","ck2a1","non-specific serine/threonine protein kinase","csnk2a1","A0A0R4IE41","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000006001","physical","txid7955" +"E7F737","B3DJ49","dvl3","zgc:194774","dvl3b","B3DJ49","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000141947","physical","txid7955" +"E7F737","A0A2R8PYI8","dvl3","eni","dvl3b","A0A2R8PYI8","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000141947","physical","txid7955" +"E7F737","Q7T2E8","dvl3","rhoac","dvl3b","rhoac","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000141947","physical","txid7955" +"Q6IQV0","Q91398","im:6891713","csnk2b","-","csnk2b","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000024748","physical","txid7955" +"Q6IQV0","E7FCZ6","im:6891713","Casein kinase 2, alpha prime polypeptide b","-","csnk2a2b","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","string-db","7955.ENSDARP00000045487/7955.ENSDARP00000024748","physical","txid7955" +"Q6IQV0","A0A0R4IE41","im:6891713","non-specific serine/threonine protein kinase","-","A0A0R4IE41","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000024748","physical","txid7955" +"Q6IQV0","E7F737","im:6891713","dvl3","-","dvl3b","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000024748","physical","txid7955" +"Q6IQV0","F1QNA4","im:6891713","dvl1","-","dvl1b","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000024748","physical","txid7955" +"Q6IQV0","B8JMI2","im:6891713","dvl3","-","dvl3a","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000024748","physical","txid7955" +"F1QNA4","Q6DGB7","dvl1","rac3","dvl1b","rac3a","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q7T2E8","dvl1","rhoac","dvl1b","rhoac","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","P51028","dvl1","wnt8a","dvl1b","P51028","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q802D5","dvl1","pfn2","dvl1b","pfn2","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","P47793","dvl1","wnt4a","dvl1b","wnt4a","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Protein Wnt-4a","string-db","7955.ENSDARP00000095904/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q5U374","dvl1","klhl12","dvl1b","Q5U374","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q6NV44","dvl1","Frizzled class receptor 7a","dvl1b","fzd7a","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q92050","dvl1","wnt5b","dvl1b","wnt5b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","A0JBX4","dvl1","fzd3l","dvl1b","fzd3b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","E7F0A1","dvl1","fa91a03","dvl1b","E7F0A1","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q91398","dvl1","csnk2b","dvl1b","csnk2b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","B3DJ49","dvl1","zgc:194774","dvl1b","B3DJ49","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","P57094","dvl1","axin1","dvl1b","P57094","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","A0A2R8PYI8","dvl1","eni","dvl1b","A0A2R8PYI8","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","B3DIU1","dvl1","cul3","dvl1b","cul3b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","F1QTJ4","dvl1","LRP6","dvl1b","F1QTJ4","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q1LYI3","dvl1","hecw1","dvl1b","hecw1b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","HECT-type E3 ubiquitin transferase (EC 2.3.2.26)","string-db","7955.ENSDARP00000116253/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","F1REQ6","dvl1","cb886","dvl1b","prickle2b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","A9JRY8","dvl1","Rac family small GTPase 3b","dvl1b","rac3b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","Q7ZSZ9","dvl1","rac1","dvl1b","rac1a","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","A0A0R4IE41","dvl1","non-specific serine/threonine protein kinase","dvl1b","A0A0R4IE41","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","F2Z4V3","dvl1","fb98c11","dvl1b","prickle1b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","A0A0R4IWH7","dvl1","cb965","dvl1b","A0A0R4IWH7","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000094527","physical","txid7955" +"F1QNA4","P57095","dvl1","axin2","dvl1b","axin2","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000094527","physical","txid7955" +"B8JMI2","F1REQ6","dvl3","cb886","dvl3a","prickle2b","Dishevelled segment polarity protein 3a","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","P57094","dvl3","axin1","dvl3a","P57094","Dishevelled segment polarity protein 3a","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","F1QUJ1","dvl3","deltex3","dvl3a","dtx3","Dishevelled segment polarity protein 3a","E3 ubiquitin-protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000110688/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","F2Z4V3","dvl3","fb98c11","dvl3a","prickle1b","Dishevelled segment polarity protein 3a","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","P57095","dvl3","axin2","dvl3a","axin2","Dishevelled segment polarity protein 3a","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","A0A0R4IE41","dvl3","non-specific serine/threonine protein kinase","dvl3a","A0A0R4IE41","Dishevelled segment polarity protein 3a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000132416/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","A0A0R4IWH7","dvl3","cb965","dvl3a","A0A0R4IWH7","Dishevelled segment polarity protein 3a","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000088503","physical","txid7955" +"B8JMI2","Q91398","dvl3","csnk2b","dvl3a","csnk2b","Dishevelled segment polarity protein 3a","Casein kinase II subunit beta (CK II beta)","string-db","7955.ENSDARP00000098474/7955.ENSDARP00000088503","physical","txid7955" +"B8JMZ1","B0JZL7","si:ch73-233a22.2","si:ch211-142e24.2","ugp2a","B0JZL7","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000006047","physical","txid7955" +"B8JMZ1","E9QE09","si:ch73-233a22.2","zgc:158795","ugp2a","galt","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","Galactose-1-phosphate uridylyltransferase (EC 2.7.7.12)","string-db","7955.ENSDARP00000121978/7955.ENSDARP00000006047","physical","txid7955" +"B8JMZ1","F1QDY2","si:ch73-233a22.2","Ugp2","ugp2a","F1QDY2","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","string-db","7955.ENSDARP00000123568/7955.ENSDARP00000006047","physical","txid7955" +"E9QE09","F1QDY2","zgc:158795","Ugp2","galt","F1QDY2","Galactose-1-phosphate uridylyltransferase (EC 2.7.7.12)","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","string-db","7955.ENSDARP00000123568/7955.ENSDARP00000121978","physical","txid7955" +"Q7ZUI0","P61487","Rpl5","rpl36a","rpl5a","P61487","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006085","physical","txid7955" +"Q7ZUI0","P61485","Rpl5","rpl36a","rpl5a","rpl36a","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006085","physical","txid7955" +"Q7ZUI0","P61486","Rpl5","rpl36a","rpl5a","P61486","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000006085","physical","txid7955" +"Q7ZUI0","Q6IQB1","Rpl5","fj02g05","rpl5a","Q6IQB1","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Ribosomal protein L5","string-db","7955.ENSDARP00000106359/7955.ENSDARP00000006085","physical","txid7955" +"Q7ZUI0","Q9PV90","Rpl5","rplp0","rpl5a","Q9PV90","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000006085","physical","txid7955" +"Q7ZUI0","Q6IMW8","Rpl5","zgc:92371","rpl5a","rpl39","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000006085","physical","txid7955" +"Q9PV90","F1QHN6","rplp0","im:7042025","Q9PV90","ubc","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q6PBJ9","rplp0","RpP1","Q9PV90","Q6PBJ9","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","P61485","rplp0","rpl36a","Q9PV90","rpl36a","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q7SXA3","rplp0","zgc:66168","Q9PV90","rps27a","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q6PBI5","rplp0","rps25","Q9PV90","rps25","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q0VFW0","rplp0","zgc:136591","Q9PV90","Q0VFW0","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q6P5M3","rplp0","hm:zeh0819","Q9PV90","rps9","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q803F6","rplp0","rpsa","Q9PV90","rpsa","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q804S5","rplp0","mib1","Q9PV90","mib1","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","P61486","rplp0","rpl36a","Q9PV90","P61486","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","F1QG80","rplp0","Large ribosomal subunit protein eL22","Q9PV90","F1QG80","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","Q6NWC3","rplp0","fc94f01","Q9PV90","rps2","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000067953","physical","txid7955" +"Q9PV90","P61487","rplp0","rpl36a","Q9PV90","P61487","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000067953","physical","txid7955" +"E7FCN9","A0A0R4IVA1","Chondroitin sulfate proteoglycan 4","seraf","E7FCN9","A0A0R4IVA1","Chondroitin sulfate proteoglycan 4","von Willebrand factor D and EGF domains","string-db","7955.ENSDARP00000140104/7955.ENSDARP00000101583","physical","txid7955" +"Q6PW01","Q803D1","cyth1","wu:fb33e02","Q6PW01","arf1","Cytohesin 1-like protein (Cytohesin 1a) (Cytohesin-1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000006121","physical","txid7955" +"Q6PW01","Q6P5K1","cyth1","arl4a","Q6PW01","arl4aa","Cytohesin 1-like protein (Cytohesin 1a) (Cytohesin-1)","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","string-db","7955.ENSDARP00000141503/7955.ENSDARP00000006121","physical","txid7955" +"Q5TYX5","Q801V1","LOC100003844","fd60g10","Q5TYX5","laptm4b","Lysosomal-associated transmembrane protein 4A","Lysosomal-associated transmembrane protein 4B","string-db","7955.ENSDARP00000052079/7955.ENSDARP00000006123","physical","txid7955" +"F6P1A9","Q6NX00","fa19h07","rnf128","F6P1A9","Q6NX00","Ubiquitin thioesterase (EC 3.4.19.12)","E3 ubiquitin-protein ligase RNF128 precursor (EC 6.3.2.-) (Ring finger protein 128)","string-db","7955.ENSDARP00000020552/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","P57717","fa19h07","esr1","F6P1A9","P57717","Ubiquitin thioesterase (EC 3.4.19.12)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","Q7T2E8","fa19h07","rhoac","F6P1A9","rhoac","Ubiquitin thioesterase (EC 3.4.19.12)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","Q6IWL4","fa19h07","traf6","F6P1A9","traf6","Ubiquitin thioesterase (EC 3.4.19.12)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","Q6PC58","fa19h07","ube2d1","F6P1A9","ube2d1b","Ubiquitin thioesterase (EC 3.4.19.12)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","A0A8M9P169","fa19h07","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","F6P1A9","A0A8M9P169","Ubiquitin thioesterase (EC 3.4.19.12)","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","P79734","fa19h07","tp53","F6P1A9","tp53","Ubiquitin thioesterase (EC 3.4.19.12)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000006133","physical","txid7955" +"F6P1A9","Q6DEG0","fa19h07","zgc:92367","F6P1A9","traf3","Ubiquitin thioesterase (EC 3.4.19.12)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000038596/7955.ENSDARP00000006133","physical","txid7955" +"A0A8M9P169","A0A0N4SUD2","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","Ubi-p63E","A0A8M9P169","ubb","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000126067","physical","txid7955" +"A0A8M9P169","Q7SXA3","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","zgc:66168","A0A8M9P169","rps27a","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126067","physical","txid7955" +"A0A8M9P169","F1QHN6","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","im:7042025","A0A8M9P169","ubc","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126067","physical","txid7955" +"Q6NX00","Q6DH16","rnf128","otub1l","Q6NX00","otub1a","E3 ubiquitin-protein ligase RNF128 precursor (EC 6.3.2.-) (Ring finger protein 128)","Ubiquitin thioesterase (EC 3.4.19.12)","string-db","7955.ENSDARP00000072363/7955.ENSDARP00000020552","physical","txid7955" +"Q6NX00","A0A8M9P169","rnf128","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","Q6NX00","A0A8M9P169","E3 ubiquitin-protein ligase RNF128 precursor (EC 6.3.2.-) (Ring finger protein 128)","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000020552","physical","txid7955" +"Q6DEG0","Q6DHG9","zgc:92367","tnfsf10l2","traf3","tnfsf10","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","B7SEE0","zgc:92367","Interferon regulatory factor 3","traf3","irf3","TNF receptor-associated factor (EC 2.3.2.27)","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q7T0K2","zgc:92367","IAP1","traf3","birc2","TNF receptor-associated factor (EC 2.3.2.27)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","E7F027","zgc:92367","Tumor necrosis factor receptor superfamily member 11A isoform X1","traf3","tnfrsf11a","TNF receptor-associated factor (EC 2.3.2.27)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","E7F3U1","zgc:92367","TNF superfamily member 11","traf3","tnfsf11","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","E7FEY1","zgc:92367","mitogen-activated protein kinase kinase kinase","traf3","map3k14a","TNF receptor-associated factor (EC 2.3.2.27)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","F1QNG2","zgc:92367","wu:fl24c03","traf3","irf7","TNF receptor-associated factor (EC 2.3.2.27)","Interferon regulatory factor 7","string-db","7955.ENSDARP00000094398/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","F6NJE2","zgc:92367","Interleukin-1 receptor-associated kinase 1","traf3","irak1","TNF receptor-associated factor (EC 2.3.2.27)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","E7FBC0","zgc:92367","light","traf3","E7FBC0","TNF receptor-associated factor (EC 2.3.2.27)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q1LUQ2","zgc:92367","trif","traf3","Q1LUQ2","TNF receptor-associated factor (EC 2.3.2.27)","TIR domain-containing adapter molecule 1 (Toll-like receptor adaptor molecule 1)","string-db","7955.ENSDARP00000130000/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q9I9N5","zgc:92367","tradd","traf3","Q9I9N5","TNF receptor-associated factor (EC 2.3.2.27)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","B8A4W7","zgc:92367","wu:fj20d04","traf3","B8A4W7","TNF receptor-associated factor (EC 2.3.2.27)","Mitochondrial antiviral-signaling protein","string-db","7955.ENSDARP00000080716/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","A0A8M9PY87","zgc:92367","TNF receptor-associated factor","traf3","A0A8M9PY87","TNF receptor-associated factor (EC 2.3.2.27)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","B0UYS2","zgc:92367","Interleukin-1 receptor-associated kinase 3","traf3","irak3","TNF receptor-associated factor (EC 2.3.2.27)","Interleukin-1 receptor-associated kinase 3","string-db","7955.ENSDARP00000067130/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q08BZ0","zgc:92367","TNF superfamily member 12","traf3","tnfsf12","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q0GKD6","zgc:92367","wu:fk70c05","traf3","tbk1","TNF receptor-associated factor (EC 2.3.2.27)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","B0S682","zgc:92367","im:7155364","traf3","irf5","TNF receptor-associated factor (EC 2.3.2.27)","Interferon regulatory factor 5","string-db","7955.ENSDARP00000135859/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","B8X730","zgc:92367","si:ch211-231h20.3","traf3","B8X730","TNF receptor-associated factor (EC 2.3.2.27)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q6DH16","zgc:92367","otub1l","traf3","otub1a","TNF receptor-associated factor (EC 2.3.2.27)","Ubiquitin thioesterase (EC 3.4.19.12)","string-db","7955.ENSDARP00000072363/7955.ENSDARP00000038596","physical","txid7955" +"Q6DEG0","Q0PKX8","zgc:92367","dl3","traf3","Q0PKX8","TNF receptor-associated factor (EC 2.3.2.27)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000038596","physical","txid7955" +"Q7SZR4","B8A4H6","pgam1","fd15c02","pgam1a","B8A4H6","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","string-db","7955.ENSDARP00000108556/7955.ENSDARP00000006201","physical","txid7955" +"Q7SZR4","Q7T3G4","pgam1","zgc:63876","pgam1a","Q7T3G4","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","string-db","7955.ENSDARP00000074719/7955.ENSDARP00000006201","physical","txid7955" +"Q7T3G4","B8A4H6","zgc:63876","fd15c02","Q7T3G4","B8A4H6","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","string-db","7955.ENSDARP00000108556/7955.ENSDARP00000074719","physical","txid7955" +"Q7ZZY8","F1QEG0","uts2b","UII-a","uts2b","F1QEG0","Prepro-urotensin II-beta [Cleaved into: Urophysin beta; Urotensin II-beta (U-II-beta) (UII-beta)]","Urotensin 2, alpha","string-db","7955.ENSDARP00000111968/7955.ENSDARP00000006318","physical","txid7955" +"Q7ZZY8","E7F7E1","uts2b","uts2r","uts2b","uts2r","Prepro-urotensin II-beta [Cleaved into: Urophysin beta; Urotensin II-beta (U-II-beta) (UII-beta)]","Urotensin-2 receptor","string-db","7955.ENSDARP00000066289/7955.ENSDARP00000006318","physical","txid7955" +"Q7ZZY8","H9T836","uts2b","URP","uts2b","uts2d","Prepro-urotensin II-beta [Cleaved into: Urophysin beta; Urotensin II-beta (U-II-beta) (UII-beta)]","Urotensin 2 domain containing precursor (Urotensin 2 domain-containing) (Urotensin II-related peptide)","string-db","7955.ENSDARP00000130386/7955.ENSDARP00000006318","physical","txid7955" +"F1QEG0","H9T836","UII-a","URP","F1QEG0","uts2d","Urotensin 2, alpha","Urotensin 2 domain containing precursor (Urotensin 2 domain-containing) (Urotensin II-related peptide)","string-db","7955.ENSDARP00000130386/7955.ENSDARP00000111968","physical","txid7955" +"B8A573","A5PLK0","si:ch211-67f13.6","im:7150627","kcnk1b","kcnk1a","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000066258/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","F1QAI2","si:ch211-67f13.6","Potassium channel subfamily K member 2","kcnk1b","kcnk2a","Potassium channel subfamily K member","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","string-db","7955.ENSDARP00000071906/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","A0A140LFQ8","si:ch211-67f13.6","Potassium channel subfamily K member 17-like","kcnk1b","kcnk17","Potassium channel subfamily K member","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","A8KB76","si:ch211-67f13.6","Potassium channel subfamily K member 13","kcnk1b","A8KB76","Potassium channel subfamily K member","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","string-db","7955.ENSDARP00000009284/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","F1Q5K8","si:ch211-67f13.6","zgc:171568","kcnk1b","F1Q5K8","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000119440/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","Q5TZ59","si:ch211-67f13.6","kcnk3","kcnk1b","kcnk3a","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000063815/7955.ENSDARP00000006324","physical","txid7955" +"B8A573","A3QJX1","si:ch211-67f13.6","TREK-2A","kcnk1b","kcnk10a","Potassium channel subfamily K member","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000006324","physical","txid7955" +"F1Q5K8","A3QJX1","zgc:171568","TREK-2A","F1Q5K8","kcnk10a","Potassium channel subfamily K member","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000119440","physical","txid7955" +"F1Q5K8","A0A140LFQ8","zgc:171568","Potassium channel subfamily K member 17-like","F1Q5K8","kcnk17","Potassium channel subfamily K member","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000119440","physical","txid7955" +"Q5TZ59","A3QJX1","kcnk3","TREK-2A","kcnk3a","kcnk10a","Potassium channel subfamily K member","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000063815","physical","txid7955" +"Q5TZ59","A0A140LFQ8","kcnk3","Potassium channel subfamily K member 17-like","kcnk3a","kcnk17","Potassium channel subfamily K member","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000063815","physical","txid7955" +"Q5TZ59","A5PLK0","kcnk3","im:7150627","kcnk3a","kcnk1a","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000066258/7955.ENSDARP00000063815","physical","txid7955" +"Q5TZ59","F1QAI2","kcnk3","Potassium channel subfamily K member 2","kcnk3a","kcnk2a","Potassium channel subfamily K member","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","string-db","7955.ENSDARP00000071906/7955.ENSDARP00000063815","physical","txid7955" +"Q5TZ59","F1Q5K8","kcnk3","zgc:171568","kcnk3a","F1Q5K8","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000119440/7955.ENSDARP00000063815","physical","txid7955" +"A3QJX1","A0A140LFQ8","TREK-2A","Potassium channel subfamily K member 17-like","kcnk10a","kcnk17","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000119931","physical","txid7955" +"F1QAI2","Q6JWV8","Potassium channel subfamily K member 2","popdc2","kcnk2a","Q6JWV8","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","Popeye domain-containing 2","string-db","7955.ENSDARP00000092923/7955.ENSDARP00000071906","physical","txid7955" +"F1QAI2","Q5PQZ7","Potassium channel subfamily K member 2","bves","kcnk2a","bves","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","string-db","7955.ENSDARP00000075860/7955.ENSDARP00000071906","physical","txid7955" +"F1QAI2","A0A140LFQ8","Potassium channel subfamily K member 2","Potassium channel subfamily K member 17-like","kcnk2a","kcnk17","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000071906","physical","txid7955" +"F1QAI2","F1Q5K8","Potassium channel subfamily K member 2","zgc:171568","kcnk2a","F1Q5K8","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","Potassium channel subfamily K member","string-db","7955.ENSDARP00000119440/7955.ENSDARP00000071906","physical","txid7955" +"F1QAI2","A3QJX1","Potassium channel subfamily K member 2","TREK-2A","kcnk2a","kcnk10a","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000071906","physical","txid7955" +"A8KB76","Q5TZ59","Potassium channel subfamily K member 13","kcnk3","A8KB76","kcnk3a","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel subfamily K member","string-db","7955.ENSDARP00000063815/7955.ENSDARP00000009284","physical","txid7955" +"A8KB76","A3QJX1","Potassium channel subfamily K member 13","TREK-2A","A8KB76","kcnk10a","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000009284","physical","txid7955" +"A8KB76","F1Q5K8","Potassium channel subfamily K member 13","zgc:171568","A8KB76","F1Q5K8","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel subfamily K member","string-db","7955.ENSDARP00000119440/7955.ENSDARP00000009284","physical","txid7955" +"A8KB76","A0A140LFQ8","Potassium channel subfamily K member 13","Potassium channel subfamily K member 17-like","A8KB76","kcnk17","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000009284","physical","txid7955" +"A8KB76","A5PLK0","Potassium channel subfamily K member 13","im:7150627","A8KB76","kcnk1a","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel subfamily K member","string-db","7955.ENSDARP00000066258/7955.ENSDARP00000009284","physical","txid7955" +"A8KB76","F1QAI2","Potassium channel subfamily K member 13","Potassium channel subfamily K member 2","A8KB76","kcnk2a","Potassium channel subfamily K member 13 (Potassium channel, subfamily K, member 13a) (Zgc:171694 protein)","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","string-db","7955.ENSDARP00000071906/7955.ENSDARP00000009284","physical","txid7955" +"A5PLK0","F1QAI2","im:7150627","Potassium channel subfamily K member 2","kcnk1a","kcnk2a","Potassium channel subfamily K member","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","string-db","7955.ENSDARP00000071906/7955.ENSDARP00000066258","physical","txid7955" +"A5PLK0","A0A140LFQ8","im:7150627","Potassium channel subfamily K member 17-like","kcnk1a","kcnk17","Potassium channel subfamily K member","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","string-db","7955.ENSDARP00000142082/7955.ENSDARP00000066258","physical","txid7955" +"A5PLK0","F1Q5K8","im:7150627","zgc:171568","kcnk1a","F1Q5K8","Potassium channel subfamily K member","Potassium channel subfamily K member","string-db","7955.ENSDARP00000119440/7955.ENSDARP00000066258","physical","txid7955" +"A5PLK0","A3QJX1","im:7150627","TREK-2A","kcnk1a","kcnk10a","Potassium channel subfamily K member","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","string-db","7955.ENSDARP00000119931/7955.ENSDARP00000066258","physical","txid7955" +"Q4VBS8","F1QF30","zgc:110436","cb162","derl2","F1QF30","Derlin","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q92008","zgc:110436","shha","derl2","Q92008","Derlin","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","F1QHN6","zgc:110436","im:7042025","derl2","ubc","Derlin","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q66I79","zgc:110436","selenok","derl2","Q66I79","Derlin","Selenoprotein K (SelK)","string-db","7955.ENSDARP00000132705/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","A3QK16","zgc:110436","erlin2","derl2","erlin2","Derlin","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","B3DHE4","zgc:110436","zgc:194223","derl2","B3DHE4","Derlin","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","string-db","7955.ENSDARP00000099149/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","A0A0N4SUD2","zgc:110436","Ubi-p63E","derl2","ubb","Derlin","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q98862","zgc:110436","ihhb","derl2","Q98862","Derlin","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q7SXW4","zgc:110436","emc3","derl2","emc3","Derlin","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","string-db","7955.ENSDARP00000106382/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q803I8","zgc:110436","syvn1","derl2","Q803I8","Derlin","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000062174","physical","txid7955" +"Q4VBS8","Q7SXA3","zgc:110436","zgc:66168","derl2","rps27a","Derlin","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000062174","physical","txid7955" +"F1QMV3","E7F240","trappc6b","trappc14","F1QMV3","E7F240","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","E7FA12","trappc6b","Trafficking protein particle complex subunit 8","F1QMV3","trappc8","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","Q08CN0","trappc6b","trappc2","F1QMV3","trappc2","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","Q6NUY4","trappc6b","zgc:66304","F1QMV3","trappc6bl","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","string-db","7955.ENSDARP00000043491/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","Q6DGL5","trappc6b","wu:fc34a11","F1QMV3","trappc5","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 5","string-db","7955.ENSDARP00000039210/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","A0A2R8S035","trappc6b","zgc:172319","F1QMV3","A0A2R8S035","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","F1QJL7","trappc6b","zgc:100969","F1QMV3","trappc1","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit","string-db","7955.ENSDARP00000056934/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","Q6PBY7","trappc6b","trappc13","F1QMV3","trappc13","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 13","string-db","7955.ENSDARP00000046273/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","F1RE04","trappc6b","ttc15","F1QMV3","trappc12","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000006381","physical","txid7955" +"F1QMV3","Q1RLX4","trappc6b","trappc11","F1QMV3","trappc11","Trafficking protein particle complex subunit 6b (TRAPP complex subunit 6B)","Trafficking protein particle complex subunit 11 (Protein foie gras)","string-db","7955.ENSDARP00000054808/7955.ENSDARP00000006381","physical","txid7955" +"Q6DGL5","F1QJL7","wu:fc34a11","zgc:100969","trappc5","trappc1","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit","string-db","7955.ENSDARP00000056934/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","A0A2R8S035","wu:fc34a11","zgc:172319","trappc5","A0A2R8S035","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","Q6PBY7","wu:fc34a11","trappc13","trappc5","trappc13","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 13","string-db","7955.ENSDARP00000046273/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","F1RE04","wu:fc34a11","ttc15","trappc5","trappc12","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","E7FA12","wu:fc34a11","Trafficking protein particle complex subunit 8","trappc5","trappc8","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","Q6NUY4","wu:fc34a11","zgc:66304","trappc5","trappc6bl","Trafficking protein particle complex subunit 5","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","string-db","7955.ENSDARP00000043491/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","E7F240","wu:fc34a11","trappc14","trappc5","E7F240","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","Q1RLX4","wu:fc34a11","trappc11","trappc5","trappc11","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 11 (Protein foie gras)","string-db","7955.ENSDARP00000054808/7955.ENSDARP00000039210","physical","txid7955" +"Q6DGL5","Q08CN0","wu:fc34a11","trappc2","trappc5","trappc2","Trafficking protein particle complex subunit 5","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000039210","physical","txid7955" +"Q6PBY7","Q08CN0","trappc13","trappc2","trappc13","trappc2","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","E7F240","trappc13","trappc14","trappc13","E7F240","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","Q1RLX4","trappc13","trappc11","trappc13","trappc11","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 11 (Protein foie gras)","string-db","7955.ENSDARP00000054808/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","E7FA12","trappc13","Trafficking protein particle complex subunit 8","trappc13","trappc8","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","F1QJL7","trappc13","zgc:100969","trappc13","trappc1","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit","string-db","7955.ENSDARP00000056934/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","A0A2R8S035","trappc13","zgc:172319","trappc13","A0A2R8S035","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000046273","physical","txid7955" +"Q6PBY7","F1RE04","trappc13","ttc15","trappc13","trappc12","Trafficking protein particle complex subunit 13","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000046273","physical","txid7955" +"F1QJL7","A0A2R8S035","zgc:100969","zgc:172319","trappc1","A0A2R8S035","Trafficking protein particle complex subunit","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","Q5SPJ4","zgc:100969","wu:fb61c07","trappc1","Q5SPJ4","Trafficking protein particle complex subunit","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","E7FA12","zgc:100969","Trafficking protein particle complex subunit 8","trappc1","trappc8","Trafficking protein particle complex subunit","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","F1RE04","zgc:100969","ttc15","trappc1","trappc12","Trafficking protein particle complex subunit","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","E7F240","zgc:100969","trappc14","trappc1","E7F240","Trafficking protein particle complex subunit","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","Q08CN0","zgc:100969","trappc2","trappc1","trappc2","Trafficking protein particle complex subunit","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000056934","physical","txid7955" +"F1QJL7","F8W5D3","zgc:100969","Alpha-1-antiproteinase 2-like","trappc1","F8W5D3","Trafficking protein particle complex subunit","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000056934","physical","txid7955" +"Q08CN0","A0A2R8S035","trappc2","zgc:172319","trappc2","A0A2R8S035","Trafficking protein particle complex subunit 2","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000136695","physical","txid7955" +"F1RE04","A0A2R8S035","ttc15","zgc:172319","trappc12","A0A2R8S035","Trafficking protein particle complex subunit 12","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000078783","physical","txid7955" +"F1RE04","Q08CN0","ttc15","trappc2","trappc12","trappc2","Trafficking protein particle complex subunit 12","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000078783","physical","txid7955" +"F1RE04","E7F240","ttc15","trappc14","trappc12","E7F240","Trafficking protein particle complex subunit 12","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000078783","physical","txid7955" +"E7FA12","F1RE04","Trafficking protein particle complex subunit 8","ttc15","trappc8","trappc12","Trafficking protein particle complex subunit 8","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000071563","physical","txid7955" +"E7FA12","E7F240","Trafficking protein particle complex subunit 8","trappc14","trappc8","E7F240","Trafficking protein particle complex subunit 8","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000071563","physical","txid7955" +"E7FA12","A0A2R8S035","Trafficking protein particle complex subunit 8","zgc:172319","trappc8","A0A2R8S035","Trafficking protein particle complex subunit 8","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000071563","physical","txid7955" +"E7FA12","Q08CN0","Trafficking protein particle complex subunit 8","trappc2","trappc8","trappc2","Trafficking protein particle complex subunit 8","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000071563","physical","txid7955" +"Q6NUY4","Q6PBY7","zgc:66304","trappc13","trappc6bl","trappc13","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 13","string-db","7955.ENSDARP00000046273/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","E7F240","zgc:66304","trappc14","trappc6bl","E7F240","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","string-db","7955.ENSDARP00000102748/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","F1RE04","zgc:66304","ttc15","trappc6bl","trappc12","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","A0A2R8S035","zgc:66304","zgc:172319","trappc6bl","A0A2R8S035","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","E7FA12","zgc:66304","Trafficking protein particle complex subunit 8","trappc6bl","trappc8","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","F1QJL7","zgc:66304","zgc:100969","trappc6bl","trappc1","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit","string-db","7955.ENSDARP00000056934/7955.ENSDARP00000043491","physical","txid7955" +"Q6NUY4","Q08CN0","zgc:66304","trappc2","trappc6bl","trappc2","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000043491","physical","txid7955" +"Q1RLX4","A0A2R8S035","trappc11","zgc:172319","trappc11","A0A2R8S035","Trafficking protein particle complex subunit 11 (Protein foie gras)","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000054808","physical","txid7955" +"Q1RLX4","Q08CN0","trappc11","trappc2","trappc11","trappc2","Trafficking protein particle complex subunit 11 (Protein foie gras)","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000054808","physical","txid7955" +"Q1RLX4","F1RE04","trappc11","ttc15","trappc11","trappc12","Trafficking protein particle complex subunit 11 (Protein foie gras)","Trafficking protein particle complex subunit 12","string-db","7955.ENSDARP00000078783/7955.ENSDARP00000054808","physical","txid7955" +"Q1RLX4","F1QJL7","trappc11","zgc:100969","trappc11","trappc1","Trafficking protein particle complex subunit 11 (Protein foie gras)","Trafficking protein particle complex subunit","string-db","7955.ENSDARP00000056934/7955.ENSDARP00000054808","physical","txid7955" +"Q1RLX4","E7FA12","trappc11","Trafficking protein particle complex subunit 8","trappc11","trappc8","Trafficking protein particle complex subunit 11 (Protein foie gras)","Trafficking protein particle complex subunit 8","string-db","7955.ENSDARP00000071563/7955.ENSDARP00000054808","physical","txid7955" +"E7F240","A0A2R8S035","trappc14","zgc:172319","E7F240","A0A2R8S035","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","Trafficking protein particle complex subunit 2-like protein","string-db","7955.ENSDARP00000146081/7955.ENSDARP00000102748","physical","txid7955" +"E7F240","Q08CN0","trappc14","trappc2","E7F240","trappc2","Trafficking protein particle complex subunit 14 (Microtubule-associated protein 11)","Trafficking protein particle complex subunit 2","string-db","7955.ENSDARP00000136695/7955.ENSDARP00000102748","physical","txid7955" +"Q8QGE3","B0S7E0","actba","actbetaB","Q8QGE3","inhbb","Activin beta A subunit (Inhibin subunit beta Aa) (Inhibin, beta A precursor) (Inhibin, beta Aa)","Inhibin beta B chain (Activin beta-B chain)","string-db","7955.ENSDARP00000059752/7955.ENSDARP00000006400","physical","txid7955" +"Q8QGE3","A0A0G2KD75","actba","LOC100332902","Q8QGE3","A0A0G2KD75","Activin beta A subunit (Inhibin subunit beta Aa) (Inhibin, beta A precursor) (Inhibin, beta Aa)","Inhibin beta B chain (Activin beta-B chain)","string-db","7955.ENSDARP00000130239/7955.ENSDARP00000006400","physical","txid7955" +"Q8QGE3","Q9YHV4","actba","fsta","Q8QGE3","fsta","Activin beta A subunit (Inhibin subunit beta Aa) (Inhibin, beta A precursor) (Inhibin, beta Aa)","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000006400","physical","txid7955" +"Q8QGE3","A4IG14","actba","zgc:114170","Q8QGE3","A4IG14","Activin beta A subunit (Inhibin subunit beta Aa) (Inhibin, beta A precursor) (Inhibin, beta Aa)","Follistatin-like 3 (secreted glycoprotein) (Follistatin-related protein 3 precursor) (Zgc:114170 protein)","string-db","7955.ENSDARP00000155619/7955.ENSDARP00000006400","physical","txid7955" +"Q8QGE3","F1QZF0","actba","receptor protein serine/threonine kinase","Q8QGE3","F1QZF0","Activin beta A subunit (Inhibin subunit beta Aa) (Inhibin, beta A precursor) (Inhibin, beta Aa)","receptor protein serine/threonine kinase (EC 2.7.11.30)","string-db","7955.ENSDARP00000068426/7955.ENSDARP00000006400","physical","txid7955" +"B0S7E0","A0A0G2KD75","actbetaB","LOC100332902","inhbb","A0A0G2KD75","Inhibin beta B chain (Activin beta-B chain)","Inhibin beta B chain (Activin beta-B chain)","string-db","7955.ENSDARP00000130239/7955.ENSDARP00000059752","physical","txid7955" +"Q9YHV4","A0A0G2KD75","fsta","LOC100332902","fsta","A0A0G2KD75","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","Inhibin beta B chain (Activin beta-B chain)","string-db","7955.ENSDARP00000130239/7955.ENSDARP00000122591","physical","txid7955" +"A0A0G2KD75","A4IG14","LOC100332902","zgc:114170","A0A0G2KD75","A4IG14","Inhibin beta B chain (Activin beta-B chain)","Follistatin-like 3 (secreted glycoprotein) (Follistatin-related protein 3 precursor) (Zgc:114170 protein)","string-db","7955.ENSDARP00000155619/7955.ENSDARP00000130239","physical","txid7955" +"Q804S5","A0A2R8PWG5","mib1","c20orf14","mib1","prpf6","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000132570","physical","txid7955" +"Q804S5","A0A8M9QH30","mib1","wu:fb53f05","mib1","A0A8M9QH30","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000132570","physical","txid7955" +"Q804S5","Q6IQC6","mib1","zgc:86833","mib1","psmd4a","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","26S proteasome non-ATPase regulatory subunit 4","string-db","7955.ENSDARP00000138300/7955.ENSDARP00000132570","physical","txid7955" +"Q804S5","Q7ZUB0","mib1","zgc:77943","mib1","myl13","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","string-db","7955.ENSDARP00000157571/7955.ENSDARP00000132570","physical","txid7955" +"Q804S5","O57418","mib1","pax7","mib1","pax7a","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","string-db","7955.ENSDARP00000138120/7955.ENSDARP00000132570","physical","txid7955" +"Q6PFJ9","A4FUL3","arih1","im:7137515","Q6PFJ9","rbx1","E3 ubiquitin-protein ligase arih1 (EC 2.3.2.31) (Protein ariadne-1 homolog) (ARI-1) (RING-type E3 ubiquitin transferase arih1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000006476","physical","txid7955" +"Q6PFJ9","A1L200","arih1","zgc:110542","Q6PFJ9","A1L200","E3 ubiquitin-protein ligase arih1 (EC 2.3.2.31) (Protein ariadne-1 homolog) (ARI-1) (RING-type E3 ubiquitin transferase arih1)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000006476","physical","txid7955" +"Q6PFJ9","A2BIR4","arih1","UBE2L3","Q6PFJ9","ube2l3b","E3 ubiquitin-protein ligase arih1 (EC 2.3.2.31) (Protein ariadne-1 homolog) (ARI-1) (RING-type E3 ubiquitin transferase arih1)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000006476","physical","txid7955" +"A2BIR4","A0A0R4IZN1","UBE2L3","Bloodthirsty-related gene family, member 24","ube2l3b","A0A0R4IZN1","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 24 (E3 ubiquitin-protein ligase TRIM39)","string-db","7955.ENSDARP00000141950/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A0G2KRG9","UBE2L3","E3 ubiquitin-protein ligase TRIM39","ube2l3b","A0A0G2KRG9","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","E3 ubiquitin-protein ligase TRIM39 (Si:ch211-216p19.6)","string-db","7955.ENSDARP00000134995/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A0R4ISE2","UBE2L3","Bloodthirsty-related gene family, member 22","ube2l3b","A0A0R4ISE2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 22","string-db","7955.ENSDARP00000139519/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A0R4IUT0","UBE2L3","Bloodthirsty-related gene family, member 20","ube2l3b","A0A0R4IUT0","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 20 (Zinc finger protein RFP)","string-db","7955.ENSDARP00000137833/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A9JSZ8","UBE2L3","si:dkey-218f9.5","ube2l3b","A9JSZ8","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 25 (E3 ubiquitin-protein ligase TRIM39) (Si:dkey-218f9.5 protein)","string-db","7955.ENSDARP00000130844/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A0N4SUD2","UBE2L3","Ubi-p63E","ube2l3b","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","Q7SXA3","UBE2L3","zgc:66168","ube2l3b","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","F1QHN6","UBE2L3","im:7042025","ube2l3b","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A8M1NTY9","UBE2L3","Bloodthirsty-related gene family, member 29","ube2l3b","A0A8M1NTY9","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 29","string-db","7955.ENSDARP00000140560/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","A0A0R4IEH8","UBE2L3","Uncharacterized protein LOC100137104 isoform X1","ube2l3b","A0A0R4IEH8","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Uncharacterized protein LOC100137104 isoform X1 (Zgc:173581)","string-db","7955.ENSDARP00000133849/7955.ENSDARP00000116310","physical","txid7955" +"A2BIR4","F1QZB6","UBE2L3","zgc:172052","ube2l3b","F1QZB6","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Bloodthirsty-related gene family, member 6","string-db","7955.ENSDARP00000142639/7955.ENSDARP00000116310","physical","txid7955" +"A1L200","B3DIT1","zgc:110542","zgc:194528","A1L200","B3DIT1","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A8M1NTY9","zgc:110542","Bloodthirsty-related gene family, member 29","A1L200","A0A8M1NTY9","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 29","string-db","7955.ENSDARP00000140560/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A140LGN9","zgc:110542","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","A1L200","eif4g3a","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","Q6PBU4","zgc:110542","eIF4E2B","A1L200","Q6PBU4","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A0R4IEH8","zgc:110542","Uncharacterized protein LOC100137104 isoform X1","A1L200","A0A0R4IEH8","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Uncharacterized protein LOC100137104 isoform X1 (Zgc:173581)","string-db","7955.ENSDARP00000133849/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","F1QZB6","zgc:110542","zgc:172052","A1L200","F1QZB6","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 6","string-db","7955.ENSDARP00000142639/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A0G2KRG9","zgc:110542","E3 ubiquitin-protein ligase TRIM39","A1L200","A0A0G2KRG9","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","E3 ubiquitin-protein ligase TRIM39 (Si:ch211-216p19.6)","string-db","7955.ENSDARP00000134995/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A9JSZ8","zgc:110542","si:dkey-218f9.5","A1L200","A9JSZ8","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 25 (E3 ubiquitin-protein ligase TRIM39) (Si:dkey-218f9.5 protein)","string-db","7955.ENSDARP00000130844/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A0R4IUT0","zgc:110542","Bloodthirsty-related gene family, member 20","A1L200","A0A0R4IUT0","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 20 (Zinc finger protein RFP)","string-db","7955.ENSDARP00000137833/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A2BIR4","zgc:110542","UBE2L3","A1L200","ube2l3b","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A0R4IZN1","zgc:110542","Bloodthirsty-related gene family, member 24","A1L200","A0A0R4IZN1","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 24 (E3 ubiquitin-protein ligase TRIM39)","string-db","7955.ENSDARP00000141950/7955.ENSDARP00000107220","physical","txid7955" +"A1L200","A0A0R4ISE2","zgc:110542","Bloodthirsty-related gene family, member 22","A1L200","A0A0R4ISE2","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","Bloodthirsty-related gene family, member 22","string-db","7955.ENSDARP00000139519/7955.ENSDARP00000107220","physical","txid7955" +"Q567J5","A4FVI7","Small nuclear ribonucleoprotein 25","fj64g01","snrnp25","A4FVI7","Small nuclear ribonucleoprotein 25 (Zgc:112000)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","A0A0R4IMG9","Small nuclear ribonucleoprotein 25","fd10a06","snrnp25","snrnp48","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q6YMR2","Small nuclear ribonucleoprotein 25","chunp6910","snrnp25","phf5a","Small nuclear ribonucleoprotein 25 (Zgc:112000)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q5SP50","Small nuclear ribonucleoprotein 25","zcrb1","snrnp25","zcrb1","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q8JHH1","Small nuclear ribonucleoprotein 25","CHUNP6882","snrnp25","Q8JHH1","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q7ZVB5","Small nuclear ribonucleoprotein 25","wu:fa18f04","snrnp25","snrpd3l","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q6AXL8","Small nuclear ribonucleoprotein 25","zmat5","snrnp25","Q6AXL8","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q4KMD3","Small nuclear ribonucleoprotein 25","snrnp35","snrnp25","snrnp35","Small nuclear ribonucleoprotein 25 (Zgc:112000)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","F1QPY7","Small nuclear ribonucleoprotein 25","zgc:103688","snrnp25","snrpg","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q9I9E5","Small nuclear ribonucleoprotein 25","Snrpn","snrnp25","snrpb","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","A7YT51","Small nuclear ribonucleoprotein 25","wu:fb53c07","snrnp25","sf3b2","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","string-db","7955.ENSDARP00000007002/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","F1QQZ1","Small nuclear ribonucleoprotein 25","Splicing factor 3B subunit 1 isoform X1","snrnp25","sf3b1","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","B5DE31","Small nuclear ribonucleoprotein 25","ybx1","snrnp25","ybx1","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","string-db","7955.ENSDARP00000010482/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q6IQM0","Small nuclear ribonucleoprotein 25","sf3b14","snrnp25","sf3b6","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Splicing factor 3B (Splicing factor 3b, subunit 6)","string-db","7955.ENSDARP00000006812/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q7ZWA3","Small nuclear ribonucleoprotein 25","rbmx","snrnp25","rbmx","Small nuclear ribonucleoprotein 25 (Zgc:112000)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","F1Q8J0","Small nuclear ribonucleoprotein 25","rnpc3","snrnp25","rnpc3","Small nuclear ribonucleoprotein 25 (Zgc:112000)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","string-db","7955.ENSDARP00000019728/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q7ZUG0","Small nuclear ribonucleoprotein 25","snrpe","snrnp25","snrpe","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000006492","physical","txid7955" +"Q567J5","Q6NWB3","Small nuclear ribonucleoprotein 25","chunp6902","snrnp25","sf3b4","Small nuclear ribonucleoprotein 25 (Zgc:112000)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","string-db","7955.ENSDARP00000022759/7955.ENSDARP00000006492","physical","txid7955" +"Q7ZWA3","Q4KMD3","rbmx","snrnp35","rbmx","snrnp35","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000111610","physical","txid7955" +"Q7ZWA3","A0A0R4IMG9","rbmx","fd10a06","rbmx","snrnp48","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000111610","physical","txid7955" +"Q7ZWA3","F1QPY7","rbmx","zgc:103688","rbmx","snrpg","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000111610","physical","txid7955" +"F1Q8J0","Q6YMR2","rnpc3","chunp6910","rnpc3","phf5a","RNA-binding region-containing protein 3 (RNA-binding protein 40)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","F1QSB8","rnpc3","im:7148194","rnpc3","ddx42","RNA-binding region-containing protein 3 (RNA-binding protein 40)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q7ZWA3","rnpc3","rbmx","rnpc3","rbmx","RNA-binding region-containing protein 3 (RNA-binding protein 40)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","F1QQZ1","rnpc3","Splicing factor 3B subunit 1 isoform X1","rnpc3","sf3b1","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q1LVE8","rnpc3","sf3b3","rnpc3","sf3b3","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","A0A0R4IMG9","rnpc3","fd10a06","rnpc3","snrnp48","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q8JHH1","rnpc3","CHUNP6882","rnpc3","Q8JHH1","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q5SP50","rnpc3","zcrb1","rnpc3","zcrb1","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q4KMD3","rnpc3","snrnp35","rnpc3","snrnp35","RNA-binding region-containing protein 3 (RNA-binding protein 40)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q6AXL8","rnpc3","zmat5","rnpc3","Q6AXL8","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q9I9E5","rnpc3","Snrpn","rnpc3","snrpb","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q6NWB3","rnpc3","chunp6902","rnpc3","sf3b4","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","string-db","7955.ENSDARP00000022759/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","A4FVI7","rnpc3","fj64g01","rnpc3","A4FVI7","RNA-binding region-containing protein 3 (RNA-binding protein 40)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q7ZUG0","rnpc3","snrpe","rnpc3","snrpe","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","Q7ZVB5","rnpc3","wu:fa18f04","rnpc3","snrpd3l","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000019728","physical","txid7955" +"F1Q8J0","F1QPY7","rnpc3","zgc:103688","rnpc3","snrpg","RNA-binding region-containing protein 3 (RNA-binding protein 40)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000019728","physical","txid7955" +"Q6NWB3","Q6AXL8","chunp6902","zmat5","sf3b4","Q6AXL8","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","string-db","7955.ENSDARP00000051356/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q9I9E5","chunp6902","Snrpn","sf3b4","snrpb","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q6YMR2","chunp6902","chunp6910","sf3b4","phf5a","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","F1QSB8","chunp6902","im:7148194","sf3b4","ddx42","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q7ZUG0","chunp6902","snrpe","sf3b4","snrpe","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","A0A0R4IMG9","chunp6902","fd10a06","sf3b4","snrnp48","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q7ZWA3","chunp6902","rbmx","sf3b4","rbmx","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","F1QQZ1","chunp6902","Splicing factor 3B subunit 1 isoform X1","sf3b4","sf3b1","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q7ZVB5","chunp6902","wu:fa18f04","sf3b4","snrpd3l","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q8JHH1","chunp6902","CHUNP6882","sf3b4","Q8JHH1","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q1LVE8","chunp6902","sf3b3","sf3b4","sf3b3","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q5SP50","chunp6902","zcrb1","sf3b4","zcrb1","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","A4FVI7","chunp6902","fj64g01","sf3b4","A4FVI7","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","F1QPY7","chunp6902","zgc:103688","sf3b4","snrpg","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000022759","physical","txid7955" +"Q6NWB3","Q4KMD3","chunp6902","snrnp35","sf3b4","snrnp35","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000022759","physical","txid7955" +"B5DE31","Q8JHH1","ybx1","CHUNP6882","ybx1","Q8JHH1","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q5RHQ7","ybx1","hnrnpu","ybx1","hnrnpub","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","A0A0R4IMG9","ybx1","fd10a06","ybx1","snrnp48","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q7ZW41","ybx1","polr2g","ybx1","polr2g","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","F1RDV9","ybx1","zgc:171795","ybx1","F1RDV9","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q568H8","ybx1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ybx1","polr2h","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","F1QB54","ybx1","pabpc1a","ybx1","pabpc1a","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","string-db","7955.ENSDARP00000021064/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q7ZV13","ybx1","sfrs2","ybx1","srsf2a","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q7ZVB5","ybx1","wu:fa18f04","ybx1","snrpd3l","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q4V8Q5","ybx1","sfrs7","ybx1","srsf7b","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","A5D6S6","ybx1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ybx1","polr2l","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q9I9E5","ybx1","Snrpn","ybx1","snrpb","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","F1QPY7","ybx1","zgc:103688","ybx1","snrpg","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q8JGR6","ybx1","ncbp2","ybx1","ncbp2","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q6NYA0","ybx1","srsf1b","ybx1","srsf1b","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q4KMD3","ybx1","snrnp35","ybx1","snrnp35","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","A0A0R4IMS9","ybx1","DNA-directed RNA polymerase subunit","ybx1","polr2a","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q6DEG5","ybx1","polr2e","ybx1","polr2eb","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q7ZV11","ybx1","wu:fk48d01","ybx1","polr2c","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","B8JHR3","ybx1","gtf2f2","ybx1","gtf2f2a","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q6NZT9","ybx1","zgc:55876","ybx1","srsf2b","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q4VBU5","ybx1","zgc:110005","ybx1","polr2j","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","F1R2E0","ybx1","si:ch211-197g15.1","ybx1","hnrnpm","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","A0A2R8QTX4","ybx1","fb72d01","ybx1","A0A2R8QTX4","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","ELAV-like protein","string-db","7955.ENSDARP00000157323/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q7ZUG0","ybx1","snrpe","ybx1","snrpe","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","Q1LVK2","ybx1","zgc:103515","ybx1","polr2i","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000010482","physical","txid7955" +"B5DE31","A0A8M2BIL8","ybx1","elavl1","ybx1","A0A8M2BIL8","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","ELAV-like protein","string-db","7955.ENSDARP00000120506/7955.ENSDARP00000010482","physical","txid7955" +"Q4KMD3","A0A0R4IMG9","snrnp35","fd10a06","snrnp35","snrnp48","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000135151","physical","txid7955" +"Q6AXL8","Q1LVE8","zmat5","sf3b3","Q6AXL8","sf3b3","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","Q7ZVB5","zmat5","wu:fa18f04","Q6AXL8","snrpd3l","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","Q5SP50","zmat5","zcrb1","Q6AXL8","zcrb1","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","string-db","7955.ENSDARP00000067173/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","F1QQZ1","zmat5","Splicing factor 3B subunit 1 isoform X1","Q6AXL8","sf3b1","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","A4FVI7","zmat5","fj64g01","Q6AXL8","A4FVI7","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","F1QPY7","zmat5","zgc:103688","Q6AXL8","snrpg","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","F1QSB8","zmat5","im:7148194","Q6AXL8","ddx42","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","Q7ZWA3","zmat5","rbmx","Q6AXL8","rbmx","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","Q6YMR2","zmat5","chunp6910","Q6AXL8","phf5a","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","A0A0R4IMG9","zmat5","fd10a06","Q6AXL8","snrnp48","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000051356","physical","txid7955" +"Q6AXL8","Q4KMD3","zmat5","snrnp35","Q6AXL8","snrnp35","Zinc finger matrin-type protein 5 (U11/U12 small nuclear ribonucleoprotein 20 kDa protein) (U11/U12 snRNP 20 kDa protein)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000051356","physical","txid7955" +"Q5SP50","Q7ZWA3","zcrb1","rbmx","zcrb1","rbmx","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","F1QSB8","zcrb1","im:7148194","zcrb1","ddx42","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000108493/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","A0A0R4IMG9","zcrb1","fd10a06","zcrb1","snrnp48","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","string-db","7955.ENSDARP00000136650/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","F1QQZ1","zcrb1","Splicing factor 3B subunit 1 isoform X1","zcrb1","sf3b1","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","Q1LVE8","zcrb1","sf3b3","zcrb1","sf3b3","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","F1QPY7","zcrb1","zgc:103688","zcrb1","snrpg","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","Q7ZVB5","zcrb1","wu:fa18f04","zcrb1","snrpd3l","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","A4FVI7","zcrb1","fj64g01","zcrb1","A4FVI7","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000067173","physical","txid7955" +"Q5SP50","Q4KMD3","zcrb1","snrnp35","zcrb1","snrnp35","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","string-db","7955.ENSDARP00000135151/7955.ENSDARP00000067173","physical","txid7955" +"Q7T2V2","Q6DHH8","sult1st3","sult1c3","Q7T2V2","Q6DHH8","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000023637/7955.ENSDARP00000006665","physical","txid7955" +"Q7T2V2","Q7ZUS4","sult1st3","sult1st2","Q7T2V2","Q7ZUS4","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","string-db","7955.ENSDARP00000030476/7955.ENSDARP00000006665","physical","txid7955" +"Q7T2V2","F1RD72","sult1st3","Sulfotransferase","Q7T2V2","F1RD72","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000100395/7955.ENSDARP00000006665","physical","txid7955" +"Q7T2V2","Q6PH37","sult1st3","sult1st1","Q7T2V2","Q6PH37","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","string-db","7955.ENSDARP00000034116/7955.ENSDARP00000006665","physical","txid7955" +"Q7T2V2","F1QYJ6","sult1st3","sult6b1","Q7T2V2","sult6b1","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000006665","physical","txid7955" +"Q7T2V2","A4FUP0","sult1st3","Sulfotransferase","Q7T2V2","A4FUP0","Cytosolic sulfotransferase 3 (EC 2.8.2.-) (SULT1 ST3)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000036121/7955.ENSDARP00000006665","physical","txid7955" +"Q6PH37","F1QYJ6","sult1st1","sult6b1","Q6PH37","sult6b1","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000034116","physical","txid7955" +"Q6PH37","A4FUP0","sult1st1","Sulfotransferase","Q6PH37","A4FUP0","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000036121/7955.ENSDARP00000034116","physical","txid7955" +"Q6PH37","F1RD72","sult1st1","Sulfotransferase","Q6PH37","F1RD72","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000100395/7955.ENSDARP00000034116","physical","txid7955" +"F1RD72","F1QYJ6","Sulfotransferase","sult6b1","F1RD72","sult6b1","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000100395","physical","txid7955" +"Q6DHH8","Q7ZUS4","sult1c3","sult1st2","Q6DHH8","Q7ZUS4","Sulfotransferase (EC 2.8.2.-)","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","string-db","7955.ENSDARP00000030476/7955.ENSDARP00000023637","physical","txid7955" +"Q6DHH8","Q6PH37","sult1c3","sult1st1","Q6DHH8","Q6PH37","Sulfotransferase (EC 2.8.2.-)","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","string-db","7955.ENSDARP00000034116/7955.ENSDARP00000023637","physical","txid7955" +"Q6DHH8","F1RD72","sult1c3","Sulfotransferase","Q6DHH8","F1RD72","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000100395/7955.ENSDARP00000023637","physical","txid7955" +"Q6DHH8","F1QYJ6","sult1c3","sult6b1","Q6DHH8","sult6b1","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000023637","physical","txid7955" +"Q6DHH8","A4FUP0","sult1c3","Sulfotransferase","Q6DHH8","A4FUP0","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000036121/7955.ENSDARP00000023637","physical","txid7955" +"Q7ZUS4","A4FUP0","sult1st2","Sulfotransferase","Q7ZUS4","A4FUP0","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000036121/7955.ENSDARP00000030476","physical","txid7955" +"Q7ZUS4","F1RD72","sult1st2","Sulfotransferase","Q7ZUS4","F1RD72","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000100395/7955.ENSDARP00000030476","physical","txid7955" +"Q7ZUS4","Q6PH37","sult1st2","sult1st1","Q7ZUS4","Q6PH37","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","Cytosolic sulfotransferase 1 (EC 2.8.2.-) (SULT1 ST1)","string-db","7955.ENSDARP00000034116/7955.ENSDARP00000030476","physical","txid7955" +"Q7ZUS4","F1QYJ6","sult1st2","sult6b1","Q7ZUS4","sult6b1","Cytosolic sulfotransferase 2 (EC 2.8.2.-) (SULT1 ST2)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000030476","physical","txid7955" +"A4FUP0","F1QYJ6","Sulfotransferase","sult6b1","A4FUP0","sult6b1","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","string-db","7955.ENSDARP00000105990/7955.ENSDARP00000036121","physical","txid7955" +"A4FUP0","F1RD72","Sulfotransferase","Sulfotransferase","A4FUP0","F1RD72","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000100395/7955.ENSDARP00000036121","physical","txid7955" +"Q7T369","Q04475","wbp2","b2m","wbp2nl","b2m","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000065921","physical","txid7955" +"Q04475","Q7SZE5","b2m","sec23a","b2m","Q7SZE5","Beta-2-microglobulin","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4ISW2","b2m","si:zfos-2070c2.3","b2m","A0A0R4ISW2","Beta-2-microglobulin","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","Q8WM94","b2m","si:busm1-194e12.11","b2m","Q8WM94","Beta-2-microglobulin","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4IRA8","b2m","si:busm1-160c18.3","b2m","A0A0R4IRA8","Beta-2-microglobulin","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","F1Q8W8","b2m","calrl2","b2m","calr","Beta-2-microglobulin","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A2R8QBK0","b2m","fb73h12","b2m","A0A2R8QBK0","Beta-2-microglobulin","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","E7F1G6","b2m","b2m","b2m","E7F1G6","Beta-2-microglobulin","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","X1WF74","b2m","Si:dkey-52p2.5","b2m","X1WF74","Beta-2-microglobulin","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","X1WF83","b2m","si:ch211-147g22.3","b2m","X1WF83","Beta-2-microglobulin","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","F1R0K2","b2m","si:busm1-160c18.6","b2m","F1R0K2","Beta-2-microglobulin","Si:zfos-2070c2.1 (Uncharacterized protein LOC368748 precursor)","string-db","7955.ENSDARP00000093621/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A8E7F2","b2m","si:ch211-287j19.6","b2m","mhc1zea","Beta-2-microglobulin","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","string-db","7955.ENSDARP00000091917/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4IZK4","b2m","mhc1lca","b2m","si:dkey-225f5.5","Beta-2-microglobulin","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","Q1LUU3","b2m","Novel protein similar to tapasin","b2m","Q1LUU3","Beta-2-microglobulin","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","string-db","7955.ENSDARP00000095615/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4IR31","b2m","LOC103911540","b2m","A0A0R4IR31","Beta-2-microglobulin","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A2R8QFS1","b2m","mhc2d8.35a1","b2m","A0A2R8QFS1","Beta-2-microglobulin","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","Q1MTC8","b2m","Major histocompatibility complex class II DAB gene","b2m","Q1MTC8","Beta-2-microglobulin","Major histocompatibility complex class II DAB gene","string-db","7955.ENSDARP00000100252/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4IMX2","b2m","im:7145364","b2m","A0A0R4IMX2","Beta-2-microglobulin","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","E7F146","b2m","Uncharacterized protein LOC100002840 precursor","b2m","E7F146","Beta-2-microglobulin","Uncharacterized protein LOC100002840 precursor (Zmp:0000001006)","string-db","7955.ENSDARP00000107098/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","Q6PBX2","b2m","sara2","b2m","sar1b","Beta-2-microglobulin","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A1L1QZR0","b2m","si:ch73-158p21.3","b2m","A0A1L1QZR0","Beta-2-microglobulin","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","E7F715","b2m","Protein transport protein Sec24B isoform X1","b2m","E7F715","Beta-2-microglobulin","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","Q7SYD5","b2m","sec31a","b2m","Q7SYD5","Beta-2-microglobulin","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","O57330","b2m","psmb8","b2m","psmb8a","Beta-2-microglobulin","Proteasome subunit beta","string-db","7955.ENSDARP00000095608/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","F1QNN0","b2m","si:zfos-367g9.1","b2m","F1QNN0","Beta-2-microglobulin","Mamu class II histocompatibility antigen, DR alpha chain-like (Si:zfos-367g9.1)","string-db","7955.ENSDARP00000100115/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","F1QVI4","b2m","si:busm1-104n07.3","b2m","F1QVI4","Beta-2-microglobulin","H-2 class II histocompatibility antigen, E-S beta chain (MHC class II beta chain-like)","string-db","7955.ENSDARP00000088705/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","F1QJX3","b2m","zgc:109985","b2m","F1QJX3","Beta-2-microglobulin","WW domain-binding protein 2","string-db","7955.ENSDARP00000089702/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0G2KIH5","b2m","si:dkey-52p2.4","b2m","A0A0G2KIH5","Beta-2-microglobulin","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000069612","physical","txid7955" +"Q04475","A0A0R4ICL5","b2m","Protein transport protein Sec24A isoform X2","b2m","sec24a","Beta-2-microglobulin","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000069612","physical","txid7955" +"O42364","B8JLQ3","apoeb","wu:fa12d03","apoeb","B8JLQ3","Apolipoprotein Eb (Apo-Eb)","Nucleolin","string-db","7955.ENSDARP00000109546/7955.ENSDARP00000058964","physical","txid7955" +"O42364","E9QDI1","apoeb","apoc1l","apoeb","E9QDI1","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000058964","physical","txid7955" +"O42364","A0A8M9QJ44","apoeb","Extracellular serine/threonine protein kinase FAM20C","apoeb","A0A8M9QJ44","Apolipoprotein Eb (Apo-Eb)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q804S5","apoeb","mib1","apoeb","mib1","Apolipoprotein Eb (Apo-Eb)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000058964","physical","txid7955" +"O42364","G9MDF3","apoeb","apoer2","apoeb","lrp8","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein E receptor 2 (Low density lipoprotein receptor-related protein 8, apolipoprotein e receptor) (Low-density lipoprotein receptor-related protein 8 precursor)","string-db","7955.ENSDARP00000143584/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q5TZ29","apoeb","apobb","apoeb","Q5TZ29","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q6V9Y8","apoeb","gpc3","apoeb","gpc3","Apolipoprotein Eb (Apo-Eb)","Glypican-3 [Cleaved into: Glypican-3 alpha subunit; Glypican-3 beta subunit]","string-db","7955.ENSDARP00000142166/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q04475","apoeb","b2m","apoeb","b2m","Apolipoprotein Eb (Apo-Eb)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q503V2","apoeb","zgc:110064","apoeb","Q503V2","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000058964","physical","txid7955" +"O42364","F1QJX3","apoeb","zgc:109985","apoeb","F1QJX3","Apolipoprotein Eb (Apo-Eb)","WW domain-binding protein 2","string-db","7955.ENSDARP00000089702/7955.ENSDARP00000058964","physical","txid7955" +"O42364","F1QCC6","apoeb","gpc1","apoeb","F1QCC6","Apolipoprotein Eb (Apo-Eb)","Glypican-1 [Cleaved into: Secreted glypican-1]","string-db","7955.ENSDARP00000106138/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q5RFW0","apoeb","scara5","apoeb","scara5","Apolipoprotein Eb (Apo-Eb)","Scavenger receptor class A member 5","string-db","7955.ENSDARP00000126688/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q7T369","apoeb","wbp2","apoeb","wbp2nl","Apolipoprotein Eb (Apo-Eb)","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","string-db","7955.ENSDARP00000065921/7955.ENSDARP00000058964","physical","txid7955" +"O42364","E9QEQ1","apoeb","fb71a04","apoeb","apoc2","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000058964","physical","txid7955" +"O42364","F1Q5D8","apoeb","vtn","apoeb","F1Q5D8","Apolipoprotein Eb (Apo-Eb)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000058964","physical","txid7955" +"O42364","Q642J9","apoeb","zgc:103580","apoeb","Q642J9","Apolipoprotein Eb (Apo-Eb)","Serum amyloid A protein","string-db","7955.ENSDARP00000067628/7955.ENSDARP00000058964","physical","txid7955" +"O42364","A0A0R4IKF0","apoeb","wu:fb66d03","apoeb","A0A0R4IKF0","Apolipoprotein Eb (Apo-Eb)","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000058964","physical","txid7955" +"Q9IB77","A1A5H6","cb56","cnot1","btg2","A1A5H6","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q6NWL4","cb56","cnot9","btg2","cnot9","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q6PE30","cb56","cnot6","btg2","cnot6a","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000032583/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q9I9K7","cb56","tbx20","btg2","tbx20","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","string-db","7955.ENSDARP00000026669/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q08BM8","cb56","cnot7","btg2","cnot7","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","string-db","7955.ENSDARP00000087385/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","A8E5K6","cb56","wu:fe49a05","btg2","cnot8","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","F1QL10","cb56","cyr61","btg2","ccn1","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCN family member 1 (Cellular communication network factor 1) (Protein CYR61)","string-db","7955.ENSDARP00000036965/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","A2BHJ4","cb56","cnot6l","btg2","cnot6l","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","string-db","7955.ENSDARP00000071278/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q1LUD8","cb56","cnot3","btg2","cnot3b","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","A4QP78","cb56","cnot11","btg2","cnot11","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","Q08CL8","cb56","cnot10","btg2","Q08CL8","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 10","string-db","7955.ENSDARP00000075848/7955.ENSDARP00000006800","physical","txid7955" +"Q9IB77","A4QN63","cb56","CCR4-NOT transcription complex subunit 2","btg2","cnot2","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","string-db","7955.ENSDARP00000082816/7955.ENSDARP00000006800","physical","txid7955" +"A4QN63","A4QP78","CCR4-NOT transcription complex subunit 2","cnot11","cnot2","cnot11","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","Q1LUD8","CCR4-NOT transcription complex subunit 2","cnot3","cnot2","cnot3b","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","Q08BM8","CCR4-NOT transcription complex subunit 2","cnot7","cnot2","cnot7","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","string-db","7955.ENSDARP00000087385/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","Q6NWL4","CCR4-NOT transcription complex subunit 2","cnot9","cnot2","cnot9","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","A0A286YAE5","CCR4-NOT transcription complex subunit 2","CCR4-NOT transcription complex subunit 4","cnot2","cnot4a","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","A1A5H6","CCR4-NOT transcription complex subunit 2","cnot1","cnot2","A1A5H6","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","F1Q4L8","CCR4-NOT transcription complex subunit 2","cnot3","cnot2","cnot3a","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000082816","physical","txid7955" +"A4QN63","A8E5K6","CCR4-NOT transcription complex subunit 2","wu:fe49a05","cnot2","cnot8","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000082816","physical","txid7955" +"Q9I9K7","Q90XH2","tbx20","meis1","tbx20","meis1b","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","string-db","7955.ENSDARP00000093352/7955.ENSDARP00000026669","physical","txid7955" +"Q9I9K7","P46530","tbx20","notch1a","tbx20","P46530","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000026669","physical","txid7955" +"Q9I9K7","Q7ZSY3","tbx20","smarca4","tbx20","smarca4a","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000026669","physical","txid7955" +"Q9I9K7","A5WWG2","tbx20","cip1","tbx20","cdkn1a","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000026669","physical","txid7955" +"Q9I9K7","Q9I8V2","tbx20","smad1","tbx20","Q9I8V2","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Mothers against decapentaplegic homolog 1 (MAD homolog 1) (Mothers against DPP homolog 1) (SMAD family member 1) (SMAD 1) (Smad1)","string-db","7955.ENSDARP00000030150/7955.ENSDARP00000026669","physical","txid7955" +"Q9I9K7","Q9W7E7","tbx20","smad5","tbx20","smad5","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","string-db","7955.ENSDARP00000054174/7955.ENSDARP00000026669","physical","txid7955" +"F1QL10","A0A8M9QJ44","cyr61","Extracellular serine/threonine protein kinase FAM20C","ccn1","A0A8M9QJ44","CCN family member 1 (Cellular communication network factor 1) (Protein CYR61)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000036965","physical","txid7955" +"Q6PE30","F1Q4L8","cnot6","cnot3","cnot6a","cnot3a","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","Q1LUD8","cnot6","cnot3","cnot6a","cnot3b","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","Q08BM8","cnot6","cnot7","cnot6a","cnot7","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","string-db","7955.ENSDARP00000087385/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A0A286YAE5","cnot6","CCR4-NOT transcription complex subunit 4","cnot6a","cnot4a","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A4QN63","cnot6","CCR4-NOT transcription complex subunit 2","cnot6a","cnot2","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","string-db","7955.ENSDARP00000082816/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A8E5K6","cnot6","wu:fe49a05","cnot6a","cnot8","poly(A)-specific ribonuclease (EC 3.1.13.4)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","Q6NWL4","cnot6","cnot9","cnot6a","cnot9","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A1A5H6","cnot6","cnot1","cnot6a","A1A5H6","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","Q08CL8","cnot6","cnot10","cnot6a","Q08CL8","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 10","string-db","7955.ENSDARP00000075848/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A4QP78","cnot6","cnot11","cnot6a","cnot11","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000032583","physical","txid7955" +"Q6PE30","A2BHJ4","cnot6","cnot6l","cnot6a","cnot6l","poly(A)-specific ribonuclease (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","string-db","7955.ENSDARP00000071278/7955.ENSDARP00000032583","physical","txid7955" +"A2BHJ4","A0A286YAE5","cnot6l","CCR4-NOT transcription complex subunit 4","cnot6l","cnot4a","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","Q1LUD8","cnot6l","cnot3","cnot6l","cnot3b","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","A1A5H6","cnot6l","cnot1","cnot6l","A1A5H6","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","Q6NWL4","cnot6l","cnot9","cnot6l","cnot9","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","Q08BM8","cnot6l","cnot7","cnot6l","cnot7","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","string-db","7955.ENSDARP00000087385/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","A4QP78","cnot6l","cnot11","cnot6l","cnot11","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","F1Q4L8","cnot6l","cnot3","cnot6l","cnot3a","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","A8E5K6","cnot6l","wu:fe49a05","cnot6l","cnot8","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","F1QU82","cnot6l","fi22c11","cnot6l","zfp36l2","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","string-db","7955.ENSDARP00000113845/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","Q08CL8","cnot6l","cnot10","cnot6l","Q08CL8","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 10","string-db","7955.ENSDARP00000075848/7955.ENSDARP00000071278","physical","txid7955" +"A2BHJ4","A4QN63","cnot6l","CCR4-NOT transcription complex subunit 2","cnot6l","cnot2","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","string-db","7955.ENSDARP00000082816/7955.ENSDARP00000071278","physical","txid7955" +"Q6NWL4","A8E5K6","cnot9","wu:fe49a05","cnot9","cnot8","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000113790","physical","txid7955" +"Q6NWL4","A0A286YAE5","cnot9","CCR4-NOT transcription complex subunit 4","cnot9","cnot4a","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000113790","physical","txid7955" +"Q6NWL4","Q1LUD8","cnot9","cnot3","cnot9","cnot3b","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000113790","physical","txid7955" +"A1A5H6","Q1LUD8","cnot1","cnot3","A1A5H6","cnot3b","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000111504","physical","txid7955" +"A1A5H6","E7FD91","cnot1","RNA helicase","A1A5H6","ddx6","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000111504","physical","txid7955" +"A1A5H6","A0A286YAE5","cnot1","CCR4-NOT transcription complex subunit 4","A1A5H6","cnot4a","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000111504","physical","txid7955" +"A1A5H6","Q6NWL4","cnot1","cnot9","A1A5H6","cnot9","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000111504","physical","txid7955" +"A1A5H6","A8E5K6","cnot1","wu:fe49a05","A1A5H6","cnot8","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000111504","physical","txid7955" +"Q1LUD8","A0A286YAE5","cnot3","CCR4-NOT transcription complex subunit 4","cnot3b","cnot4a","CCR4-NOT transcription complex, subunit 3b","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000121075","physical","txid7955" +"Q1LUD8","A8E5K6","cnot3","wu:fe49a05","cnot3b","cnot8","CCR4-NOT transcription complex, subunit 3b","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000121075","physical","txid7955" +"Q08CL8","A0A286YAE5","cnot10","CCR4-NOT transcription complex subunit 4","Q08CL8","cnot4a","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","A4QP78","cnot10","cnot11","Q08CL8","cnot11","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","F1Q4L8","cnot10","cnot3","Q08CL8","cnot3a","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","Q08BM8","cnot10","cnot7","Q08CL8","cnot7","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","string-db","7955.ENSDARP00000087385/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","Q6NWL4","cnot10","cnot9","Q08CL8","cnot9","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","A4QN63","cnot10","CCR4-NOT transcription complex subunit 2","Q08CL8","cnot2","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","string-db","7955.ENSDARP00000082816/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","Q1LUD8","cnot10","cnot3","Q08CL8","cnot3b","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","A1A5H6","cnot10","cnot1","Q08CL8","A1A5H6","CCR4-NOT transcription complex subunit 10","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000075848","physical","txid7955" +"Q08CL8","A8E5K6","cnot10","wu:fe49a05","Q08CL8","cnot8","CCR4-NOT transcription complex subunit 10","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000075848","physical","txid7955" +"Q08BM8","F1Q4L8","cnot7","cnot3","cnot7","cnot3a","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","A1A5H6","cnot7","cnot1","cnot7","A1A5H6","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","A8E5K6","cnot7","wu:fe49a05","cnot7","cnot8","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","Q6NWL4","cnot7","cnot9","cnot7","cnot9","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","A0A286YAE5","cnot7","CCR4-NOT transcription complex subunit 4","cnot7","cnot4a","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","Q1LUD8","cnot7","cnot3","cnot7","cnot3b","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000087385","physical","txid7955" +"Q08BM8","A4QP78","cnot7","cnot11","cnot7","cnot11","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","CCR4-NOT transcription complex subunit 11","string-db","7955.ENSDARP00000090050/7955.ENSDARP00000087385","physical","txid7955" +"A4QP78","Q1LUD8","cnot11","cnot3","cnot11","cnot3b","CCR4-NOT transcription complex subunit 11","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000090050","physical","txid7955" +"A4QP78","A1A5H6","cnot11","cnot1","cnot11","A1A5H6","CCR4-NOT transcription complex subunit 11","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000090050","physical","txid7955" +"A4QP78","F1Q4L8","cnot11","cnot3","cnot11","cnot3a","CCR4-NOT transcription complex subunit 11","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","string-db","7955.ENSDARP00000092876/7955.ENSDARP00000090050","physical","txid7955" +"A4QP78","A0A286YAE5","cnot11","CCR4-NOT transcription complex subunit 4","cnot11","cnot4a","CCR4-NOT transcription complex subunit 11","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000090050","physical","txid7955" +"A4QP78","Q6NWL4","cnot11","cnot9","cnot11","cnot9","CCR4-NOT transcription complex subunit 11","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000090050","physical","txid7955" +"A4QP78","A8E5K6","cnot11","wu:fe49a05","cnot11","cnot8","CCR4-NOT transcription complex subunit 11","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000090050","physical","txid7955" +"F1QSB8","Q1LVE8","im:7148194","sf3b3","ddx42","sf3b3","RNA helicase (EC 3.6.4.13)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000108493","physical","txid7955" +"F1QSB8","F1QPY7","im:7148194","zgc:103688","ddx42","snrpg","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000108493","physical","txid7955" +"A0A2R8QUC0","Q7SXA3","Caspase-3","zgc:66168","A0A2R8QUC0","rps27a","Caspase-3 (EC 3.4.22.56)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A0A8M9PY87","Caspase-3","TNF receptor-associated factor","A0A2R8QUC0","A0A8M9PY87","Caspase-3 (EC 3.4.22.56)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6PC58","Caspase-3","ube2d1","A0A2R8QUC0","ube2d1b","Caspase-3 (EC 3.4.22.56)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6IQM2","Caspase-3","cyc","A0A2R8QUC0","cyc","Caspase-3 (EC 3.4.22.56)","Cytochrome c","string-db","7955.ENSDARP00000034555/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6DHG9","Caspase-3","tnfsf10l2","A0A2R8QUC0","tnfsf10","Caspase-3 (EC 3.4.22.56)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A2BIR4","Caspase-3","UBE2L3","A0A2R8QUC0","ube2l3b","Caspase-3 (EC 3.4.22.56)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","F1QG24","Caspase-3","Tumor necrosis factor receptor superfamily member 6","A0A2R8QUC0","F1QG24","Caspase-3 (EC 3.4.22.56)","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","string-db","7955.ENSDARP00000074016/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q9I9N5","Caspase-3","tradd","A0A2R8QUC0","Q9I9N5","Caspase-3 (EC 3.4.22.56)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","F1QD95","Caspase-3","ZH-DR","A0A2R8QUC0","hdr","Caspase-3 (EC 3.4.22.56)","Hematopoietic death receptor","string-db","7955.ENSDARP00000012354/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A0A8M2BKT2","Caspase-3","Caspase-3","A0A2R8QUC0","A0A8M2BKT2","Caspase-3 (EC 3.4.22.56)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6GMF9","Caspase-3","zgc:91964","A0A2R8QUC0","rbck1","Caspase-3 (EC 3.4.22.56)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","string-db","7955.ENSDARP00000047443/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A0A0N4SUD2","Caspase-3","Ubi-p63E","A0A2R8QUC0","ubb","Caspase-3 (EC 3.4.22.56)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6PH56","Caspase-3","hsp70","A0A2R8QUC0","hsp70.3","Caspase-3 (EC 3.4.22.56)","Heat shock cognate 70-kd protein (Hsp70 protein)","string-db","7955.ENSDARP00000010413/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","B0UXS6","Caspase-3","zgc:174006","A0A2R8QUC0","B0UXS6","Caspase-3 (EC 3.4.22.56)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q0PKX7","Caspase-3","fasl","A0A2R8QUC0","Q0PKX7","Caspase-3 (EC 3.4.22.56)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q92008","Caspase-3","shha","A0A2R8QUC0","Q92008","Caspase-3 (EC 3.4.22.56)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","Q6PC80","Caspase-3","chunp6933","A0A2R8QUC0","rps5","Caspase-3 (EC 3.4.22.56)","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A0A0R4IXF0","Caspase-3","FAS-associated death domain protein","A0A2R8QUC0","A0A0R4IXF0","Caspase-3 (EC 3.4.22.56)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","A4VAK4","Caspase-3","hsp1","A0A2R8QUC0","hspb1","Caspase-3 (EC 3.4.22.56)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000006831","physical","txid7955" +"A0A2R8QUC0","F1QHN6","Caspase-3","im:7042025","A0A2R8QUC0","ubc","Caspase-3 (EC 3.4.22.56)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000006831","physical","txid7955" +"F1QD95","Q6DHG9","ZH-DR","tnfsf10l2","hdr","tnfsf10","Hematopoietic death receptor","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","A0A0R4IJE4","ZH-DR","zgc:194469","hdr","casp20","Hematopoietic death receptor","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","string-db","7955.ENSDARP00000135895/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","Q0PKX7","ZH-DR","fasl","hdr","Q0PKX7","Hematopoietic death receptor","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","A0A8M2BKT2","ZH-DR","Caspase-3","hdr","A0A8M2BKT2","Hematopoietic death receptor","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","A0A0R4IXF0","ZH-DR","FAS-associated death domain protein","hdr","A0A0R4IXF0","Hematopoietic death receptor","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","A0A8M9PY87","ZH-DR","TNF receptor-associated factor","hdr","A0A8M9PY87","Hematopoietic death receptor","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","F1QG24","ZH-DR","Tumor necrosis factor receptor superfamily member 6","hdr","F1QG24","Hematopoietic death receptor","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","string-db","7955.ENSDARP00000074016/7955.ENSDARP00000012354","physical","txid7955" +"F1QD95","Q9I9N5","ZH-DR","tradd","hdr","Q9I9N5","Hematopoietic death receptor","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000012354","physical","txid7955" +"Q6IQM2","A4VAK4","cyc","hsp1","cyc","hspb1","Cytochrome c","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000034555","physical","txid7955" +"Q6IQM2","F1QSB1","cyc","im:7136887","cyc","casp9","Cytochrome c","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","string-db","7955.ENSDARP00000047019/7955.ENSDARP00000034555","physical","txid7955" +"Q6IQM2","A0A8M2BKT2","cyc","Caspase-3","cyc","A0A8M2BKT2","Cytochrome c","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000034555","physical","txid7955" +"Q9I9N5","Q0PKX7","tradd","fasl","Q9I9N5","Q0PKX7","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","E7FEV5","tradd","Ubiquitin carboxyl-terminal hydrolase CYLD","Q9I9N5","E7FEV5","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","Q0GKD6","tradd","wu:fk70c05","Q9I9N5","tbk1","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","A0A8M1NIE6","tradd","ikk2","Q9I9N5","A0A8M1NIE6","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","A0A8M2BKT2","tradd","Caspase-3","Q9I9N5","A0A8M2BKT2","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","Q0PKX8","tradd","dl3","Q9I9N5","Q0PKX8","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","Q7SXA3","tradd","zgc:66168","Q9I9N5","rps27a","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","B0UXK1","tradd","TNF receptor-associated factor","Q9I9N5","traf1","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","F1QG24","tradd","Tumor necrosis factor receptor superfamily member 6","Q9I9N5","F1QG24","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","string-db","7955.ENSDARP00000074016/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","F1QHN6","tradd","im:7042025","Q9I9N5","ubc","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","Q7T0K2","tradd","IAP1","Q9I9N5","birc2","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","Q6DHG9","tradd","tnfsf10l2","Q9I9N5","tnfsf10","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","B8A4W7","tradd","wu:fj20d04","Q9I9N5","B8A4W7","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Mitochondrial antiviral-signaling protein","string-db","7955.ENSDARP00000080716/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","F1QCY8","tradd","spata2","Q9I9N5","spata2","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","A0A0R4IXF0","tradd","FAS-associated death domain protein","Q9I9N5","A0A0R4IXF0","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","A0A0R4J8N1","tradd","CAP-GLY domain-containing linker protein 3","Q9I9N5","A0A0R4J8N1","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","CAP-GLY domain-containing linker protein 3","string-db","7955.ENSDARP00000071119/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","A0A0N4SUD2","tradd","Ubi-p63E","Q9I9N5","ubb","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000052344","physical","txid7955" +"Q9I9N5","E7F3U1","tradd","TNF superfamily member 11","Q9I9N5","tnfsf11","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000052344","physical","txid7955" +"Q0PKX7","A0A0R4IXF0","fasl","FAS-associated death domain protein","Q0PKX7","A0A0R4IXF0","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000136343","physical","txid7955" +"Q6DHG9","E7FBC0","tnfsf10l2","light","tnfsf10","E7FBC0","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q0PKX7","tnfsf10l2","fasl","tnfsf10","Q0PKX7","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q08BZ0","tnfsf10l2","TNF superfamily member 12","tnfsf10","tnfsf12","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","A0A0R4IJE4","tnfsf10l2","zgc:194469","tnfsf10","casp20","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","string-db","7955.ENSDARP00000135895/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","E7F027","tnfsf10l2","Tumor necrosis factor receptor superfamily member 11A isoform X1","tnfsf10","tnfrsf11a","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q7T0K2","tnfsf10l2","IAP1","tnfsf10","birc2","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","E7FEY1","tnfsf10l2","mitogen-activated protein kinase kinase kinase","tnfsf10","map3k14a","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","A0A8M1NIE6","tnfsf10l2","ikk2","tnfsf10","A0A8M1NIE6","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","F1RAS9","tnfsf10l2","Tumor necrosis factor receptor superfamily, member 1B","tnfsf10","F1RAS9","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Tumor necrosis factor receptor superfamily, member 1B","string-db","7955.ENSDARP00000104953/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","B8X730","tnfsf10l2","si:ch211-231h20.3","tnfsf10","B8X730","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","E7F3U1","tnfsf10l2","TNF superfamily member 11","tnfsf10","tnfsf11","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","F1QCY8","tnfsf10l2","spata2","tnfsf10","spata2","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","A0A0N4SUD2","tnfsf10l2","Ubi-p63E","tnfsf10","ubb","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q0GKD6","tnfsf10l2","wu:fk70c05","tnfsf10","tbk1","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","B1B5D9","tnfsf10l2","nSMase2","tnfsf10","smpd3","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","F1QHN6","tnfsf10l2","im:7042025","tnfsf10","ubc","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","B0UXK1","tnfsf10l2","TNF receptor-associated factor","tnfsf10","traf1","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","A0A0R4IXF0","tnfsf10l2","FAS-associated death domain protein","tnfsf10","A0A0R4IXF0","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q7SXA3","tnfsf10l2","zgc:66168","tnfsf10","rps27a","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","Q0PKX8","tnfsf10l2","dl3","tnfsf10","Q0PKX8","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000074299","physical","txid7955" +"Q6DHG9","E7FEV5","tnfsf10l2","Ubiquitin carboxyl-terminal hydrolase CYLD","tnfsf10","E7FEV5","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000074299","physical","txid7955" +"Q92008","O57418","shha","pax7","Q92008","pax7a","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","string-db","7955.ENSDARP00000138120/7955.ENSDARP00000125090","physical","txid7955" +"Q92008","Q92050","shha","wnt5b","Q92008","wnt5b","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000125090","physical","txid7955" +"Q92008","A0A0R4IPV5","shha","psmb3","Q92008","p4hb","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000125090","physical","txid7955" +"Q92008","A0A2R8S0A2","shha","zgc:91918","Q92008","elavl2","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","ELAV-like protein","string-db","7955.ENSDARP00000157308/7955.ENSDARP00000125090","physical","txid7955" +"A0A8M2BKT2","A2BIR4","Caspase-3","UBE2L3","A0A8M2BKT2","ube2l3b","Caspase-3 (EC 3.4.22.56)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","Q6DHG9","Caspase-3","tnfsf10l2","A0A8M2BKT2","tnfsf10","Caspase-3 (EC 3.4.22.56)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","F1QHN6","Caspase-3","im:7042025","A0A8M2BKT2","ubc","Caspase-3 (EC 3.4.22.56)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","Q92008","Caspase-3","shha","A0A8M2BKT2","Q92008","Caspase-3 (EC 3.4.22.56)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","Q7SXA3","Caspase-3","zgc:66168","A0A8M2BKT2","rps27a","Caspase-3 (EC 3.4.22.56)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","A0A0R4IXF0","Caspase-3","FAS-associated death domain protein","A0A8M2BKT2","A0A0R4IXF0","Caspase-3 (EC 3.4.22.56)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","B0UXS6","Caspase-3","zgc:174006","A0A8M2BKT2","B0UXS6","Caspase-3 (EC 3.4.22.56)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","F1QG24","Caspase-3","Tumor necrosis factor receptor superfamily member 6","A0A8M2BKT2","F1QG24","Caspase-3 (EC 3.4.22.56)","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","string-db","7955.ENSDARP00000074016/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","A0A0N4SUD2","Caspase-3","Ubi-p63E","A0A8M2BKT2","ubb","Caspase-3 (EC 3.4.22.56)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000071815","physical","txid7955" +"A0A8M2BKT2","Q0PKX7","Caspase-3","fasl","A0A8M2BKT2","Q0PKX7","Caspase-3 (EC 3.4.22.56)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000071815","physical","txid7955" +"F1QG24","Q0PKX7","Tumor necrosis factor receptor superfamily member 6","fasl","F1QG24","Q0PKX7","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000074016","physical","txid7955" +"F1QG24","A0A0R4IJE4","Tumor necrosis factor receptor superfamily member 6","zgc:194469","F1QG24","casp20","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","string-db","7955.ENSDARP00000135895/7955.ENSDARP00000074016","physical","txid7955" +"F1QG24","Q6DHG9","Tumor necrosis factor receptor superfamily member 6","tnfsf10l2","F1QG24","tnfsf10","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000074016","physical","txid7955" +"F1QG24","A0A0R4IXF0","Tumor necrosis factor receptor superfamily member 6","FAS-associated death domain protein","F1QG24","A0A0R4IXF0","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000074016","physical","txid7955" +"Q6GMF9","A2BIR4","zgc:91964","UBE2L3","rbck1","ube2l3b","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q7T0K2","zgc:91964","IAP1","rbck1","birc2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","F1QGG2","zgc:91964","LOC100001665","rbck1","otulina","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Fibrous sheath CABYR-binding protein-like (OTU deubiquitinase with linear linkage-specificity a)","string-db","7955.ENSDARP00000102435/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q6DHG9","zgc:91964","tnfsf10l2","rbck1","tnfsf10","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","F1QCY8","zgc:91964","spata2","rbck1","spata2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A0A8M2BKT2","zgc:91964","Caspase-3","rbck1","A0A8M2BKT2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A0A2R8QN48","zgc:91964","LOC108179742","rbck1","A0A2R8QN48","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","E3 ubiquitin-protein ligase RNF31-like","string-db","7955.ENSDARP00000154092/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","E7FEV5","zgc:91964","Ubiquitin carboxyl-terminal hydrolase CYLD","rbck1","E7FEV5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q7SXA3","zgc:91964","zgc:66168","rbck1","rps27a","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q0GKD6","zgc:91964","wu:fk70c05","rbck1","tbk1","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A0A1D5NS22","zgc:91964","Si:ch211-189a15.5","rbck1","si:ch211-189a15.5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Si:ch211-189a15.5","string-db","7955.ENSDARP00000142630/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A0A0N4SUD2","zgc:91964","Ubi-p63E","rbck1","ubb","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","E7F3U1","zgc:91964","TNF superfamily member 11","rbck1","tnfsf11","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A0A8M1NIE6","zgc:91964","ikk2","rbck1","A0A8M1NIE6","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","X1WDE8","zgc:91964","RanBP-type and C3HC4-type zinc finger-containing protein 1","rbck1","X1WDE8","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","string-db","7955.ENSDARP00000128247/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q0PKX8","zgc:91964","dl3","rbck1","Q0PKX8","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","F1QHN6","zgc:91964","im:7042025","rbck1","ubc","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","A9JTG5","zgc:91964","rbck1","rbck1","A9JTG5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","string-db","7955.ENSDARP00000078154/7955.ENSDARP00000047443","physical","txid7955" +"Q6GMF9","Q9I9N5","zgc:91964","tradd","rbck1","Q9I9N5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000047443","physical","txid7955" +"A0A8M9PY87","Q6GMF9","TNF receptor-associated factor","zgc:91964","A0A8M9PY87","rbck1","TNF receptor-associated factor (EC 2.3.2.27)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","string-db","7955.ENSDARP00000047443/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","X1WDE8","TNF receptor-associated factor","RanBP-type and C3HC4-type zinc finger-containing protein 1","A0A8M9PY87","X1WDE8","TNF receptor-associated factor (EC 2.3.2.27)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","string-db","7955.ENSDARP00000128247/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q08BZ0","TNF receptor-associated factor","TNF superfamily member 12","A0A8M9PY87","tnfsf12","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7F3U1","TNF receptor-associated factor","TNF superfamily member 11","A0A8M9PY87","tnfsf11","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q0PKX7","TNF receptor-associated factor","fasl","A0A8M9PY87","Q0PKX7","TNF receptor-associated factor (EC 2.3.2.27)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q7T0K2","TNF receptor-associated factor","IAP1","A0A8M9PY87","birc2","TNF receptor-associated factor (EC 2.3.2.27)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q9I9N5","TNF receptor-associated factor","tradd","A0A8M9PY87","Q9I9N5","TNF receptor-associated factor (EC 2.3.2.27)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A0A0R4IXF0","TNF receptor-associated factor","FAS-associated death domain protein","A0A8M9PY87","A0A0R4IXF0","TNF receptor-associated factor (EC 2.3.2.27)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","F1QCY8","TNF receptor-associated factor","spata2","A0A8M9PY87","spata2","TNF receptor-associated factor (EC 2.3.2.27)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","F1QG24","TNF receptor-associated factor","Tumor necrosis factor receptor superfamily member 6","A0A8M9PY87","F1QG24","TNF receptor-associated factor (EC 2.3.2.27)","Tumor necrosis factor receptor superfamily member 6 (Apo-1 antigen) (Apoptosis-mediating surface antigen FAS) (FASLG receptor)","string-db","7955.ENSDARP00000074016/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7FEV5","TNF receptor-associated factor","Ubiquitin carboxyl-terminal hydrolase CYLD","A0A8M9PY87","E7FEV5","TNF receptor-associated factor (EC 2.3.2.27)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A0A0N4SUD2","TNF receptor-associated factor","Ubi-p63E","A0A8M9PY87","ubb","TNF receptor-associated factor (EC 2.3.2.27)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7F027","TNF receptor-associated factor","Tumor necrosis factor receptor superfamily member 11A isoform X1","A0A8M9PY87","tnfrsf11a","TNF receptor-associated factor (EC 2.3.2.27)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A9JTG5","TNF receptor-associated factor","rbck1","A0A8M9PY87","A9JTG5","TNF receptor-associated factor (EC 2.3.2.27)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","string-db","7955.ENSDARP00000078154/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","B8A4W7","TNF receptor-associated factor","wu:fj20d04","A0A8M9PY87","B8A4W7","TNF receptor-associated factor (EC 2.3.2.27)","Mitochondrial antiviral-signaling protein","string-db","7955.ENSDARP00000080716/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A0A8M1NIE6","TNF receptor-associated factor","ikk2","A0A8M9PY87","A0A8M1NIE6","TNF receptor-associated factor (EC 2.3.2.27)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q7SXA3","TNF receptor-associated factor","zgc:66168","A0A8M9PY87","rps27a","TNF receptor-associated factor (EC 2.3.2.27)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q6DHG9","TNF receptor-associated factor","tnfsf10l2","A0A8M9PY87","tnfsf10","TNF receptor-associated factor (EC 2.3.2.27)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A0A8M2BKT2","TNF receptor-associated factor","Caspase-3","A0A8M9PY87","A0A8M2BKT2","TNF receptor-associated factor (EC 2.3.2.27)","Caspase-3 (EC 3.4.22.56)","string-db","7955.ENSDARP00000071815/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","B0UYS2","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 3","A0A8M9PY87","irak3","TNF receptor-associated factor (EC 2.3.2.27)","Interleukin-1 receptor-associated kinase 3","string-db","7955.ENSDARP00000067130/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q0PKX8","TNF receptor-associated factor","dl3","A0A8M9PY87","Q0PKX8","TNF receptor-associated factor (EC 2.3.2.27)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7FEY1","TNF receptor-associated factor","mitogen-activated protein kinase kinase kinase","A0A8M9PY87","map3k14a","TNF receptor-associated factor (EC 2.3.2.27)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","B8X730","TNF receptor-associated factor","si:ch211-231h20.3","A0A8M9PY87","B8X730","TNF receptor-associated factor (EC 2.3.2.27)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","B0UXK1","TNF receptor-associated factor","TNF receptor-associated factor","A0A8M9PY87","traf1","TNF receptor-associated factor (EC 2.3.2.27)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","A0A0R4J8N1","TNF receptor-associated factor","CAP-GLY domain-containing linker protein 3","A0A8M9PY87","A0A0R4J8N1","TNF receptor-associated factor (EC 2.3.2.27)","CAP-GLY domain-containing linker protein 3","string-db","7955.ENSDARP00000071119/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7F2L3","TNF receptor-associated factor","Ask1","A0A8M9PY87","map3k5","TNF receptor-associated factor (EC 2.3.2.27)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000046640/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","F6NJE2","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 1","A0A8M9PY87","irak1","TNF receptor-associated factor (EC 2.3.2.27)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","Q0GKD6","TNF receptor-associated factor","wu:fk70c05","A0A8M9PY87","tbk1","TNF receptor-associated factor (EC 2.3.2.27)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","E7FBC0","TNF receptor-associated factor","light","A0A8M9PY87","E7FBC0","TNF receptor-associated factor (EC 2.3.2.27)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000043465","physical","txid7955" +"A0A8M9PY87","F1QHN6","TNF receptor-associated factor","im:7042025","A0A8M9PY87","ubc","TNF receptor-associated factor (EC 2.3.2.27)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000043465","physical","txid7955" +"A4QPA0","A5PN55","im:7151680","zgc:100941","me3","me2","Malic enzyme","Malic enzyme","string-db","7955.ENSDARP00000132162/7955.ENSDARP00000006882","physical","txid7955" +"A5PN55","A9LDD9","zgc:100941","glycine hydroxymethyltransferase","me2","shmt2","Malic enzyme","glycine hydroxymethyltransferase (EC 2.1.2.1)","string-db","7955.ENSDARP00000132340/7955.ENSDARP00000132162","physical","txid7955" +"F1QK82","F1QBV5","cb1","unm_st43","kif11","kif1b","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","X1WHC0","cb1","Kinesin family member 1Aa","kif11","X1WHC0","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q9PUU5","cb1","zMKLP1","kif11","Q9PUU5","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q7SXP1","cb1","wu:fk65f06","kif11","capzb","Kinesin family member 11 (Kinesin-like protein KIF11)","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1QDF0","cb1","wu:fi34h02","kif11","kif20a","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1QS14","cb1","Kns2","kif11","klc1a","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin light chain","string-db","7955.ENSDARP00000011544/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F8W409","cb1","Kinesin family member 21A","kif11","F8W409","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1R5M2","cb1","Kinesin-like protein","kif11","kif5ba","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1QN54","cb1","kif3b","kif11","kif3b","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1RAK1","cb1","fj55b02","kif11","-","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1Q4T1","cb1","Kinesin family member 25","kif11","kif25","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","string-db","7955.ENSDARP00000013224/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","A0A0R4IWI7","cb1","kif5a","kif11","kif5aa","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q7T3H1","cb1","dctn2","kif11","Q7T3H1","Kinesin family member 11 (Kinesin-like protein KIF11)","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q6P5M9","cb1","tubb2c","kif11","tubb4b","Kinesin family member 11 (Kinesin-like protein KIF11)","Tubulin beta chain","string-db","7955.ENSDARP00000041278/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q6ZM50","cb1","si:dkey-16k6.1","kif11","Q6ZM50","Kinesin family member 11 (Kinesin-like protein KIF11)","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q6GQL6","cb1","wu:fc38g10","kif11","Q6GQL6","Kinesin family member 11 (Kinesin-like protein KIF11)","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","B0S7G2","cb1","si:ch211-61f14.1","kif11","B0S7G2","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","F1QYE9","cb1","si:dkey-86l18.8","kif11","F1QYE9","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","X1WFZ0","cb1","Kinesin family member 13Ba","kif11","kif13ba","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","A8WFU8","cb1","kif22","kif11","A8WFU8","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","E7F2U4","cb1","wu:fc06a10","kif11","cenpe","Kinesin family member 11 (Kinesin-like protein KIF11)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q1LUU7","cb1","fc27e02","kif11","kifc1","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","E7FDX9","cb1","Kinesin family member 26Ba","kif11","kif26ba","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","string-db","7955.ENSDARP00000014236/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q6P3H8","cb1","ogr","kif11","racgap1","Kinesin family member 11 (Kinesin-like protein KIF11)","Rac GTPase-activating protein 1","string-db","7955.ENSDARP00000020703/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","E7FAN6","cb1","Kinesin family member 20Ba","kif11","kif20ba","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000006884","physical","txid7955" +"F1QK82","Q08CF1","cb1","zgc:153164","kif11","Q08CF1","Kinesin family member 11 (Kinesin-like protein KIF11)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000006884","physical","txid7955" +"Q6ZM50","F1RAK1","si:dkey-16k6.1","fj55b02","Q6ZM50","-","F-actin-capping protein subunit alpha","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","Q6DGT8","si:dkey-16k6.1","si:dkey-110p14.2","Q6ZM50","s100b","F-actin-capping protein subunit alpha","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","string-db","7955.ENSDARP00000074756/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","F1QN54","si:dkey-16k6.1","kif3b","Q6ZM50","kif3b","F-actin-capping protein subunit alpha","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","E7F2U4","si:dkey-16k6.1","wu:fc06a10","Q6ZM50","cenpe","F-actin-capping protein subunit alpha","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","Q7SXP1","si:dkey-16k6.1","wu:fk65f06","Q6ZM50","capzb","F-actin-capping protein subunit alpha","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","A8WFU8","si:dkey-16k6.1","kif22","Q6ZM50","A8WFU8","F-actin-capping protein subunit alpha","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","A0A0R4IWI7","si:dkey-16k6.1","kif5a","Q6ZM50","kif5aa","F-actin-capping protein subunit alpha","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","B0S7G2","si:dkey-16k6.1","si:ch211-61f14.1","Q6ZM50","B0S7G2","F-actin-capping protein subunit alpha","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","Q6PBH4","si:dkey-16k6.1","dynll2","Q6ZM50","dynll1","F-actin-capping protein subunit alpha","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","Q1LUM9","si:dkey-16k6.1","dncli2","Q6ZM50","Q1LUM9","F-actin-capping protein subunit alpha","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000072971","physical","txid7955" +"Q6ZM50","F1R5M2","si:dkey-16k6.1","Kinesin-like protein","Q6ZM50","kif5ba","F-actin-capping protein subunit alpha","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000072971","physical","txid7955" +"Q6P5M9","Q1LUM9","tubb2c","dncli2","tubb4b","Q1LUM9","Tubulin beta chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","B8A516","tubb2c","cb944","tubb4b","tuba1b","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","O57474","tubb2c","gja1","tubb4b","gja1","Tubulin beta chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","Q6GQM1","tubb2c","zgc:91972","tubb4b","Q6GQM1","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","E7F6M9","tubb2c","RILP-like protein 1 isoform X1","tubb4b","E7F6M9","Tubulin beta chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","Q6TGS5","tubb2c","fi05b01","tubb4b","Q6TGS5","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","Q6P972","tubb2c","zgc:73108","tubb4b","tuba2","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","B8A518","tubb2c","tuba1l","tubb4b","tuba1c","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","A1A5Y4","tubb2c","zgc:158394","tubb4b","dync1i1","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","A0A0R4IXD8","tubb2c","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tubb4b","A0A0R4IXD8","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","Q6DC49","tubb2c","zgc:101117","tubb4b","Q6DC49","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","E7F244","tubb2c","Tubulin alpha chain","tubb4b","E7F244","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000041278","physical","txid7955" +"Q6P5M9","E7FBZ4","tubb2c","LOC565638","tubb4b","E7FBZ4","Tubulin beta chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000041278","physical","txid7955" +"Q7T3H1","A0A0R4IWI7","dctn2","kif5a","Q7T3H1","kif5aa","Dynactin subunit 2","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6DHS1","dctn2","wu:fb63d03","Q7T3H1","Q6DHS1","Dynactin subunit 2","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","A8WFU8","dctn2","kif22","Q7T3H1","A8WFU8","Dynactin subunit 2","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6PBH4","dctn2","dynll2","Q7T3H1","dynll1","Dynactin subunit 2","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6ZM50","dctn2","si:dkey-16k6.1","Q7T3H1","Q6ZM50","Dynactin subunit 2","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","E7F2U4","dctn2","wu:fc06a10","Q7T3H1","cenpe","Dynactin subunit 2","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q1LUM9","dctn2","dncli2","Q7T3H1","Q1LUM9","Dynactin subunit 2","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6IQL9","dctn2","Actin, alpha cardiac muscle 1","Q7T3H1","Q6IQL9","Dynactin subunit 2","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","string-db","7955.ENSDARP00000075110/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q08CF1","dctn2","zgc:153164","Q7T3H1","Q08CF1","Dynactin subunit 2","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","F1QDF0","dctn2","wu:fi34h02","Q7T3H1","kif20a","Dynactin subunit 2","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","F1QN54","dctn2","kif3b","Q7T3H1","kif3b","Dynactin subunit 2","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","B0S7G2","dctn2","si:ch211-61f14.1","Q7T3H1","B0S7G2","Dynactin subunit 2","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q9I8V1","dctn2","acta1","Q7T3H1","Q9I8V1","Dynactin subunit 2","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","F1RCB6","dctn2","acte1","Q7T3H1","actc1a","Dynactin subunit 2","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","string-db","7955.ENSDARP00000100195/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6GQL6","dctn2","wu:fc38g10","Q7T3H1","Q6GQL6","Dynactin subunit 2","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q6IQR3","dctn2","actc1l","Q7T3H1","Q6IQR3","Dynactin subunit 2","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","string-db","7955.ENSDARP00000062369/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","F1RAK1","dctn2","fj55b02","Q7T3H1","-","Dynactin subunit 2","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","Q7SXP1","dctn2","wu:fk65f06","Q7T3H1","capzb","Dynactin subunit 2","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000042594","physical","txid7955" +"Q7T3H1","F1R5M2","dctn2","Kinesin-like protein","Q7T3H1","kif5ba","Dynactin subunit 2","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000042594","physical","txid7955" +"Q6P3H8","Q6GQL6","ogr","wu:fc38g10","racgap1","Q6GQL6","Rac GTPase-activating protein 1","Dynactin 3 (P22) (Dynactin subunit 3)","string-db","7955.ENSDARP00000060634/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q6ZM50","ogr","si:dkey-16k6.1","racgap1","Q6ZM50","Rac GTPase-activating protein 1","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1R5M2","ogr","Kinesin-like protein","racgap1","kif5ba","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1QN54","ogr","kif3b","racgap1","kif3b","Rac GTPase-activating protein 1","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F8W409","ogr","Kinesin family member 21A","racgap1","F8W409","Rac GTPase-activating protein 1","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1QBV5","ogr","unm_st43","racgap1","kif1b","Rac GTPase-activating protein 1","Kinesin family member 1B (Kinesin-like protein KIF1B)","string-db","7955.ENSDARP00000050914/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q08CF1","ogr","zgc:153164","racgap1","Q08CF1","Rac GTPase-activating protein 1","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","X1WHC0","ogr","Kinesin family member 1Aa","racgap1","X1WHC0","Rac GTPase-activating protein 1","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q9PUU5","ogr","zMKLP1","racgap1","Q9PUU5","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000026695/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","A0A0R4IWI7","ogr","kif5a","racgap1","kif5aa","Rac GTPase-activating protein 1","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","X1WFZ0","ogr","Kinesin family member 13Ba","racgap1","kif13ba","Rac GTPase-activating protein 1","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","B0S7G2","ogr","si:ch211-61f14.1","racgap1","B0S7G2","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","E7F2U4","ogr","wu:fc06a10","racgap1","cenpe","Rac GTPase-activating protein 1","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1QYE9","ogr","si:dkey-86l18.8","racgap1","F1QYE9","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000068664/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","A8WFU8","ogr","kif22","racgap1","A8WFU8","Rac GTPase-activating protein 1","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1RAK1","ogr","fj55b02","racgap1","-","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q1LUU7","ogr","fc27e02","racgap1","kifc1","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","F1QDF0","ogr","wu:fi34h02","racgap1","kif20a","Rac GTPase-activating protein 1","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q7T3H1","ogr","dctn2","racgap1","Q7T3H1","Rac GTPase-activating protein 1","Dynactin subunit 2","string-db","7955.ENSDARP00000042594/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","E7FAN6","ogr","Kinesin family member 20Ba","racgap1","kif20ba","Rac GTPase-activating protein 1","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000020703","physical","txid7955" +"Q6P3H8","Q7SXP1","ogr","wu:fk65f06","racgap1","capzb","Rac GTPase-activating protein 1","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000020703","physical","txid7955" +"Q6GQL6","Q6ZM50","wu:fc38g10","si:dkey-16k6.1","Q6GQL6","Q6ZM50","Dynactin 3 (P22) (Dynactin subunit 3)","F-actin-capping protein subunit alpha","string-db","7955.ENSDARP00000072971/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q6PBH4","wu:fc38g10","dynll2","Q6GQL6","dynll1","Dynactin 3 (P22) (Dynactin subunit 3)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q7SXP1","wu:fc38g10","wu:fk65f06","Q6GQL6","capzb","Dynactin 3 (P22) (Dynactin subunit 3)","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","F1RCB6","wu:fc38g10","acte1","Q6GQL6","actc1a","Dynactin 3 (P22) (Dynactin subunit 3)","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","string-db","7955.ENSDARP00000100195/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","F1RAK1","wu:fc38g10","fj55b02","Q6GQL6","-","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein","string-db","7955.ENSDARP00000079812/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","A0A0R4IWI7","wu:fc38g10","kif5a","Q6GQL6","kif5aa","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q08CF1","wu:fc38g10","zgc:153164","Q6GQL6","Q08CF1","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q9I8V1","wu:fc38g10","acta1","Q6GQL6","Q9I8V1","Dynactin 3 (P22) (Dynactin subunit 3)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","A8WFU8","wu:fc38g10","kif22","Q6GQL6","A8WFU8","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q1LUM9","wu:fc38g10","dncli2","Q6GQL6","Q1LUM9","Dynactin 3 (P22) (Dynactin subunit 3)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q6IQR3","wu:fc38g10","actc1l","Q6GQL6","Q6IQR3","Dynactin 3 (P22) (Dynactin subunit 3)","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","string-db","7955.ENSDARP00000062369/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q6DHS1","wu:fc38g10","wu:fb63d03","Q6GQL6","Q6DHS1","Dynactin 3 (P22) (Dynactin subunit 3)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","F1R5M2","wu:fc38g10","Kinesin-like protein","Q6GQL6","kif5ba","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","F1QN54","wu:fc38g10","kif3b","Q6GQL6","kif3b","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","B0S7G2","wu:fc38g10","si:ch211-61f14.1","Q6GQL6","B0S7G2","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","F1QDF0","wu:fc38g10","wu:fi34h02","Q6GQL6","kif20a","Dynactin 3 (P22) (Dynactin subunit 3)","Kinesin-like protein","string-db","7955.ENSDARP00000065336/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","E7F2U4","wu:fc38g10","wu:fc06a10","Q6GQL6","cenpe","Dynactin 3 (P22) (Dynactin subunit 3)","Centromere protein E (Centromere-associated protein E)","string-db","7955.ENSDARP00000099552/7955.ENSDARP00000060634","physical","txid7955" +"Q6GQL6","Q6IQL9","wu:fc38g10","Actin, alpha cardiac muscle 1","Q6GQL6","Q6IQL9","Dynactin 3 (P22) (Dynactin subunit 3)","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","string-db","7955.ENSDARP00000075110/7955.ENSDARP00000060634","physical","txid7955" +"E7F2U4","X1WFZ0","wu:fc06a10","Kinesin family member 13Ba","cenpe","kif13ba","Centromere protein E (Centromere-associated protein E)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","string-db","7955.ENSDARP00000129145/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","B0S7G2","wu:fc06a10","si:ch211-61f14.1","cenpe","B0S7G2","Centromere protein E (Centromere-associated protein E)","Kinesin-like protein","string-db","7955.ENSDARP00000102193/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","A8WFU8","wu:fc06a10","kif22","cenpe","A8WFU8","Centromere protein E (Centromere-associated protein E)","Kinesin-like protein KIF22","string-db","7955.ENSDARP00000137572/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","Q7SXP1","wu:fc06a10","wu:fk65f06","cenpe","capzb","Centromere protein E (Centromere-associated protein E)","F-actin-capping protein subunit beta","string-db","7955.ENSDARP00000140899/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","E7FAN6","wu:fc06a10","Kinesin family member 20Ba","cenpe","kif20ba","Centromere protein E (Centromere-associated protein E)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","string-db","7955.ENSDARP00000127989/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","X1WHC0","wu:fc06a10","Kinesin family member 1Aa","cenpe","X1WHC0","Centromere protein E (Centromere-associated protein E)","Kinesin family member 1Aa (Kinesin-like protein KIF1A isoform X16)","string-db","7955.ENSDARP00000129632/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","A0A0R4IWI7","wu:fc06a10","kif5a","cenpe","kif5aa","Centromere protein E (Centromere-associated protein E)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","F1R5M2","wu:fc06a10","Kinesin-like protein","cenpe","kif5ba","Centromere protein E (Centromere-associated protein E)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","F1QN54","wu:fc06a10","kif3b","cenpe","kif3b","Centromere protein E (Centromere-associated protein E)","Kinesin-like protein KIF3B","string-db","7955.ENSDARP00000133077/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","Q1LUU7","wu:fc06a10","fc27e02","cenpe","kifc1","Centromere protein E (Centromere-associated protein E)","Kinesin-like protein","string-db","7955.ENSDARP00000139775/7955.ENSDARP00000099552","physical","txid7955" +"E7F2U4","F8W409","wu:fc06a10","Kinesin family member 21A","cenpe","F8W409","Centromere protein E (Centromere-associated protein E)","Kinesin family member 21A (Kinesin-like protein KIF21B isoform X1)","string-db","7955.ENSDARP00000124286/7955.ENSDARP00000099552","physical","txid7955" +"Q9DFH2","F1QGH7","jef","ctnnb1","sox9a","ctnnb1","Transcription factor sox9a (SRY-box transcription factor 9a) (Transcription factor SOX-9)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000006945","physical","txid7955" +"Q98876","Q98875","dlx2b","dlx1a","Q98876","dlx1a","Homeobox protein Dlx2b (DLX-5) (Distal-less homeobox protein 2b)","Homeobox protein Dlx1a (DLX-1) (Distal-less homeobox gene 1a)","string-db","7955.ENSDARP00000011033/7955.ENSDARP00000007080","physical","txid7955" +"Q5RIK6","Q1LX78","fj60e07","cftr","sel1l","Q1LX78","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q4VBS8","fj60e07","zgc:110436","sel1l","derl2","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","F1QHN6","fj60e07","im:7042025","sel1l","ubc","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q90419","fj60e07","shhb","sel1l","shhb","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q803I8","fj60e07","syvn1","sel1l","Q803I8","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q6PC78","fj60e07","rnf185","sel1l","rnf185","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","string-db","7955.ENSDARP00000046780/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q7SXA3","fj60e07","zgc:66168","sel1l","rps27a","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q98862","fj60e07","ihhb","sel1l","Q98862","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","A3QK16","fj60e07","erlin2","sel1l","erlin2","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q7ZU99","fj60e07","vcp","sel1l","vcp","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","string-db","7955.ENSDARP00000012048/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","A0A0N4SUD2","fj60e07","Ubi-p63E","sel1l","ubb","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","F1R121","fj60e07","zgc:63991","sel1l","F1R121","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Derlin","string-db","7955.ENSDARP00000043250/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q58EG2","fj60e07","erlin1","sel1l","Q58EG2","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","string-db","7955.ENSDARP00000015815/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","F1Q4W3","fj60e07","wu:fb09d07","sel1l","derl1","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Derlin","string-db","7955.ENSDARP00000036613/7955.ENSDARP00000007196","physical","txid7955" +"Q5RIK6","Q92008","fj60e07","shha","sel1l","Q92008","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000007196","physical","txid7955" +"F1Q4W3","F1R121","wu:fb09d07","zgc:63991","derl1","F1R121","Derlin","Derlin","string-db","7955.ENSDARP00000043250/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","B3DHE4","wu:fb09d07","zgc:194223","derl1","B3DHE4","Derlin","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","string-db","7955.ENSDARP00000099149/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q66I79","wu:fb09d07","selenok","derl1","Q66I79","Derlin","Selenoprotein K (SelK)","string-db","7955.ENSDARP00000132705/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q1LX78","wu:fb09d07","cftr","derl1","Q1LX78","Derlin","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","A0A2R8PYT0","wu:fb09d07","zgc:65951","derl1","rad23b","Derlin","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","F1QHN6","wu:fb09d07","im:7042025","derl1","ubc","Derlin","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q803I8","wu:fb09d07","syvn1","derl1","Q803I8","Derlin","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","A0A0N4SUD2","wu:fb09d07","Ubi-p63E","derl1","ubb","Derlin","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","A3QK16","wu:fb09d07","erlin2","derl1","erlin2","Derlin","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q6IQ72","wu:fb09d07","wu:fj14c10","derl1","psmc1b","Derlin","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","string-db","7955.ENSDARP00000063949/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q6PBN5","wu:fb09d07","aup1","derl1","aup1","Derlin","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","string-db","7955.ENSDARP00000054866/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q4VBS8","wu:fb09d07","zgc:110436","derl1","derl2","Derlin","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q7SXA3","wu:fb09d07","zgc:66168","derl1","rps27a","Derlin","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q6PC78","wu:fb09d07","rnf185","derl1","rnf185","Derlin","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","string-db","7955.ENSDARP00000046780/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","F1QB30","wu:fb09d07","amfr","derl1","amfra","Derlin","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","string-db","7955.ENSDARP00000106624/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","F1QF30","wu:fb09d07","cb162","derl1","F1QF30","Derlin","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q6PFS7","wu:fb09d07","atg3","derl1","atg3","Derlin","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","string-db","7955.ENSDARP00000041303/7955.ENSDARP00000036613","physical","txid7955" +"F1Q4W3","Q6NXA9","wu:fb09d07","ubxn1","derl1","Q6NXA9","Derlin","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000036613","physical","txid7955" +"Q58EG2","A0A0N4SUD2","erlin1","Ubi-p63E","Q58EG2","ubb","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","Q7SXA3","erlin1","zgc:66168","Q58EG2","rps27a","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","Q6PC78","erlin1","rnf185","Q58EG2","rnf185","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","string-db","7955.ENSDARP00000046780/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","F1Q4W3","erlin1","wu:fb09d07","Q58EG2","derl1","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Derlin","string-db","7955.ENSDARP00000036613/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","Q1LX78","erlin1","cftr","Q58EG2","Q1LX78","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","Q4VBS8","erlin1","zgc:110436","Q58EG2","derl2","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","A3QK16","erlin1","erlin2","Q58EG2","erlin2","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","Q58EK5","erlin1","tdrd1","Q58EG2","Q58EK5","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000015815","physical","txid7955" +"Q58EG2","F1QHN6","erlin1","im:7042025","Q58EG2","ubc","Erlin-1 (Endoplasmic reticulum lipid raft-associated protein 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000015815","physical","txid7955" +"Q98862","A0A0R4IPV5","ihhb","psmb3","Q98862","p4hb","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000076199","physical","txid7955" +"Q98862","Q1L8D0","ihhb","cb507","Q98862","cdon","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000076199","physical","txid7955" +"Q98862","Q8JG38","ihhb","fgfr2","Q98862","Q8JG38","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000076199","physical","txid7955" +"Q98862","Q803I8","ihhb","syvn1","Q98862","Q803I8","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000076199","physical","txid7955" +"Q6PC78","Q4VBS8","rnf185","zgc:110436","rnf185","derl2","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000046780","physical","txid7955" +"Q6PC78","Q7SXA3","rnf185","zgc:66168","rnf185","rps27a","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000046780","physical","txid7955" +"Q6PC78","A0A0N4SUD2","rnf185","Ubi-p63E","rnf185","ubb","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000046780","physical","txid7955" +"Q6PC78","A3QK16","rnf185","erlin2","rnf185","erlin2","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","string-db","7955.ENSDARP00000121177/7955.ENSDARP00000046780","physical","txid7955" +"Q6PC78","F1QHN6","rnf185","im:7042025","rnf185","ubc","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000046780","physical","txid7955" +"Q6PC78","Q1LX78","rnf185","cftr","rnf185","Q1LX78","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000046780","physical","txid7955" +"Q803I8","Q92008","syvn1","shha","Q803I8","Q92008","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000116575","physical","txid7955" +"Q90419","Q98864","shhb","ptch1","shhb","Q98864","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Protein patched homolog 1 (PTC1) (Patched 1)","string-db","7955.ENSDARP00000071771/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","Q803I8","shhb","syvn1","shhb","Q803I8","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","Q1L8D0","shhb","cb507","shhb","cdon","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","Q4VBS8","shhb","zgc:110436","shhb","derl2","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","A0A0R4IPV5","shhb","psmb3","shhb","p4hb","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","F1Q5D8","shhb","vtn","shhb","F1Q5D8","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000056746","physical","txid7955" +"Q90419","Q6R5J1","shhb","disp2","shhb","disp2","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","Protein dispatched homolog 2","string-db","7955.ENSDARP00000062886/7955.ENSDARP00000056746","physical","txid7955" +"A3QK16","Q7SXA3","erlin2","zgc:66168","erlin2","rps27a","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000121177","physical","txid7955" +"A3QK16","A0A0N4SUD2","erlin2","Ubi-p63E","erlin2","ubb","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000121177","physical","txid7955" +"A3QK16","F1QHN6","erlin2","im:7042025","erlin2","ubc","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000121177","physical","txid7955" +"F1R121","Q803I8","zgc:63991","syvn1","F1R121","Q803I8","Derlin","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000043250","physical","txid7955" +"F1R121","Q4VBS8","zgc:63991","zgc:110436","F1R121","derl2","Derlin","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000043250","physical","txid7955" +"F1R121","B3DHE4","zgc:63991","zgc:194223","F1R121","B3DHE4","Derlin","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","string-db","7955.ENSDARP00000099149/7955.ENSDARP00000043250","physical","txid7955" +"F1R121","F1QF30","zgc:63991","cb162","F1R121","F1QF30","Derlin","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000043250","physical","txid7955" +"F1R121","Q6PBN5","zgc:63991","aup1","F1R121","aup1","Derlin","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","string-db","7955.ENSDARP00000054866/7955.ENSDARP00000043250","physical","txid7955" +"F1R121","Q66I79","zgc:63991","selenok","F1R121","Q66I79","Derlin","Selenoprotein K (SelK)","string-db","7955.ENSDARP00000132705/7955.ENSDARP00000043250","physical","txid7955" +"E7FCW9","F1QU76","cyp7a1b","cyp7a1a","cyp7a1b","F1QU76","Cholesterol 7-alpha-monooxygenase (Cytochrome P450, family 7, subfamily A, polypeptide 1b)","Cholesterol 7-alpha-monooxygenase (EC 1.14.14.23)","string-db","7955.ENSDARP00000113850/7955.ENSDARP00000007208","physical","txid7955" +"F1Q8K0","E9QHY4","rad54l","DNA repair and recombination protein RAD54B","rad54l","rad54b","DNA repair and recombination protein RAD54-like (EC 3.6.4.12)","DNA repair and recombination protein RAD54B (RAD54 homolog B)","string-db","7955.ENSDARP00000113995/7955.ENSDARP00000007237","physical","txid7955" +"Q6TEL0","Q5RHK5","mtmr8","si:dkey-155d18.2","mtmr8","mtmr9","Myotubularin-related protein 8 (Myotubularin-related protein 6) (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","Myotubularin-related protein 9","string-db","7955.ENSDARP00000150891/7955.ENSDARP00000007263","physical","txid7955" +"F1Q7C9","Q803H5","or101-1","gnb1l","F1Q7C9","gnb1b","Odorant receptor, family B, subfamily 101, member 1 (Olfactory receptor 6C75 isoform X1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000007305","physical","txid7955" +"F1Q7C9","Q2PRK7","or101-1","OR106-10","F1Q7C9","Q2PRK7","Odorant receptor, family B, subfamily 101, member 1 (Olfactory receptor 6C75 isoform X1)","Odorant receptor","string-db","7955.ENSDARP00000090193/7955.ENSDARP00000007305","physical","txid7955" +"F1Q7C9","Q2PRB5","or101-1","or102-3","F1Q7C9","Q2PRB5","Odorant receptor, family B, subfamily 101, member 1 (Olfactory receptor 6C75 isoform X1)","Olfactory receptor","string-db","7955.ENSDARP00000097563/7955.ENSDARP00000007305","physical","txid7955" +"F1Q7C9","Q6DH00","or101-1","zgc:92704","F1Q7C9","gng13b","Odorant receptor, family B, subfamily 101, member 1 (Olfactory receptor 6C75 isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000007305","physical","txid7955" +"Q2PRB5","Q803H5","or102-3","gnb1l","Q2PRB5","gnb1b","Olfactory receptor","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000097563","physical","txid7955" +"Q2PRK7","Q2PRB5","OR106-10","or102-3","Q2PRK7","Q2PRB5","Odorant receptor","Olfactory receptor","string-db","7955.ENSDARP00000097563/7955.ENSDARP00000090193","physical","txid7955" +"Q2PRK7","Q803H5","OR106-10","gnb1l","Q2PRK7","gnb1b","Odorant receptor","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000090193","physical","txid7955" +"A0JMK5","A2BGG1","mtmr2","mtmr12","mtmr2","mtmr12","Myotubularin-related protein 2 (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","Myotubularin-related protein 12 (Inactive phosphatidylinositol 3-phosphatase 12)","string-db","7955.ENSDARP00000077996/7955.ENSDARP00000007407","physical","txid7955" +"A0JMK5","A0JMF6","mtmr2","mtmr10","mtmr2","A0JMF6","Myotubularin-related protein 2 (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","Myotubularin-related protein 10 (Inactive phosphatidylinositol 3-phosphatase 10)","string-db","7955.ENSDARP00000109082/7955.ENSDARP00000007407","physical","txid7955" +"A2BGG1","A0JMF6","mtmr12","mtmr10","mtmr12","A0JMF6","Myotubularin-related protein 12 (Inactive phosphatidylinositol 3-phosphatase 12)","Myotubularin-related protein 10 (Inactive phosphatidylinositol 3-phosphatase 10)","string-db","7955.ENSDARP00000109082/7955.ENSDARP00000077996","physical","txid7955" +"A2BGG1","E7F7E6","mtmr12","wu:fj83e02","mtmr12","mtmr11","Myotubularin-related protein 12 (Inactive phosphatidylinositol 3-phosphatase 12)","Myotubularin-related protein 11","string-db","7955.ENSDARP00000092529/7955.ENSDARP00000077996","physical","txid7955" +"Q6NUU9","F1QHT3","wu:fc16d03","cb359","pigc","pigq","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","string-db","7955.ENSDARP00000114962/7955.ENSDARP00000007438","physical","txid7955" +"Q6NUU9","B0S6Z8","wu:fc16d03","im:6911675","pigc","piga","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","string-db","7955.ENSDARP00000060133/7955.ENSDARP00000007438","physical","txid7955" +"Q6NUU9","Q6DGV4","wu:fc16d03","zgc:92758","pigc","Q6DGV4","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit H (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class H) (Zgc:92758)","string-db","7955.ENSDARP00000156918/7955.ENSDARP00000007438","physical","txid7955" +"Q6NUU9","A0A2R8Q1D2","wu:fc16d03","dscr5","pigc","pigp","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","string-db","7955.ENSDARP00000147536/7955.ENSDARP00000007438","physical","txid7955" +"Q6NUU9","Q561S6","wu:fc16d03","wu:fa99c01","pigc","dpm2","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","Dolichol phosphate-mannose biosynthesis regulatory protein","string-db","7955.ENSDARP00000119493/7955.ENSDARP00000007438","physical","txid7955" +"A0A2R8Q1D2","Q6DGV4","dscr5","zgc:92758","pigp","Q6DGV4","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","Phosphatidylinositol N-acetylglucosaminyltransferase subunit H (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class H) (Zgc:92758)","string-db","7955.ENSDARP00000156918/7955.ENSDARP00000147536","physical","txid7955" +"Q561S6","A0A2R8Q1D2","wu:fa99c01","dscr5","dpm2","pigp","Dolichol phosphate-mannose biosynthesis regulatory protein","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","string-db","7955.ENSDARP00000147536/7955.ENSDARP00000119493","physical","txid7955" +"Q561S6","A0A0R4ITR4","wu:fa99c01","GPI mannosyltransferase 2","dpm2","A0A0R4ITR4","Dolichol phosphate-mannose biosynthesis regulatory protein","GPI mannosyltransferase 2 (EC 2.4.1.-)","string-db","7955.ENSDARP00000140196/7955.ENSDARP00000119493","physical","txid7955" +"Q561S6","Q6DGV4","wu:fa99c01","zgc:92758","dpm2","Q6DGV4","Dolichol phosphate-mannose biosynthesis regulatory protein","Phosphatidylinositol N-acetylglucosaminyltransferase subunit H (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class H) (Zgc:92758)","string-db","7955.ENSDARP00000156918/7955.ENSDARP00000119493","physical","txid7955" +"F1QHT3","Q561S6","cb359","wu:fa99c01","pigq","dpm2","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","Dolichol phosphate-mannose biosynthesis regulatory protein","string-db","7955.ENSDARP00000119493/7955.ENSDARP00000114962","physical","txid7955" +"F1QHT3","Q6DGV4","cb359","zgc:92758","pigq","Q6DGV4","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit H (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class H) (Zgc:92758)","string-db","7955.ENSDARP00000156918/7955.ENSDARP00000114962","physical","txid7955" +"F1QHT3","A0A2R8Q1D2","cb359","dscr5","pigq","pigp","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","string-db","7955.ENSDARP00000147536/7955.ENSDARP00000114962","physical","txid7955" +"B0S6Z8","Q6DGV4","im:6911675","zgc:92758","piga","Q6DGV4","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit H (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class H) (Zgc:92758)","string-db","7955.ENSDARP00000156918/7955.ENSDARP00000060133","physical","txid7955" +"B0S6Z8","F1QHT3","im:6911675","cb359","piga","pigq","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","string-db","7955.ENSDARP00000114962/7955.ENSDARP00000060133","physical","txid7955" +"B0S6Z8","A0A2R8Q1D2","im:6911675","dscr5","piga","pigp","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","string-db","7955.ENSDARP00000147536/7955.ENSDARP00000060133","physical","txid7955" +"B0S6Z8","Q561S6","im:6911675","wu:fa99c01","piga","dpm2","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","Dolichol phosphate-mannose biosynthesis regulatory protein","string-db","7955.ENSDARP00000119493/7955.ENSDARP00000060133","physical","txid7955" +"Q6TNV0","Q4VBV1","COX4I1","im:6900881","cox4i1","uqcrb","Cytochrome c oxidase subunit 4","Cytochrome b-c1 complex subunit 7","string-db","7955.ENSDARP00000011797/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q7ZTT8","COX4I1","ndufa4l","cox4i1","ndufa4l","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","F1R6I1","COX4I1","Cytochrome c oxidase subunit 4","cox4i1","cox4i1l","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q6PBH5","COX4I1","ndufa4","cox4i1","Q6PBH5","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000055018/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","A7MCR1","COX4I1","fb78f10","cox4i1","A7MCR1","Cytochrome c oxidase subunit 4","Cytochrome b-c1 complex subunit Rieske, mitochondrial (EC 7.1.1.8)","string-db","7955.ENSDARP00000011707/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q7SXM1","COX4I1","zgc:66195","cox4i1","cox6b2","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q9MIY8","COX4I1","mt-co1","cox4i1","mt-co1","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q66I77","COX4I1","zgc:103594","cox4i1","cox6a2","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q4VBU7","COX4I1","zgc:114165","cox4i1","cox5aa","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","F8W4B6","COX4I1","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox4i1","F8W4B6","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","X1WER9","COX4I1","Cytochrome c oxidase subunit 8B","cox4i1","cox8b","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q3B7R0","COX4I1","fb80h03","cox4i1","cyc1","Cytochrome c oxidase subunit 4","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q9MIX8","COX4I1","mt-cyb","cox4i1","mt-cyb","Cytochrome c oxidase subunit 4","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","F1RE72","COX4I1","Normal mucosa of esophagus-specific gene 1 protein","cox4i1","F1RE72","Cytochrome c oxidase subunit 4","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q6DH63","COX4I1","zgc:92631","cox4i1","cox6b1","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","B8A5J2","COX4I1","si:ch211-258f14.5","cox4i1","coa6","Cytochrome c oxidase subunit 4","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q9MIY7","COX4I1","mt-co2","cox4i1","Q9MIY7","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q6ZM23","COX4I1","si:ch211-239j9.2","cox4i1","cox6c","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","A0A0R4IVC8","COX4I1","Cox5a2","cox4i1","cox5ab","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q0P3U4","COX4I1","zgc:153978","cox4i1","cox5b2","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","F1QEJ5","COX4I1","mg:bb03b10","cox4i1","uqcrq","Cytochrome c oxidase subunit 4","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","string-db","7955.ENSDARP00000039787/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q3B750","COX4I1","zgc:123330","cox4i1","uqcrh","Cytochrome c oxidase subunit 4","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q7SXI1","COX4I1","D244","cox4i1","Q7SXI1","Cytochrome c oxidase subunit 4","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q9MIY4","COX4I1","mt-co3","cox4i1","mt-co3","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q08CE7","COX4I1","zgc:153177","cox4i1","cox7a1","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","A0A0G2L2Q2","COX4I1","Complex III subunit 9","cox4i1","uqcr10","Cytochrome c oxidase subunit 4","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","A0A0R4IT01","COX4I1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox4i1","A0A0R4IT01","Cytochrome c oxidase subunit 4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","A0A2R8Q5H6","COX4I1","cox7a2b","cox4i1","A0A2R8Q5H6","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","Q6PBP0","COX4I1","wu:fj49c05","cox4i1","cox7c","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000007446","physical","txid7955" +"Q6TNV0","E9QFA6","COX4I1","coxXVIII","cox4i1","cox8a","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000007446","physical","txid7955" +"Q9MIY7","A0A0R4IVC8","mt-co2","Cox5a2","Q9MIY7","cox5ab","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","A0A0G2L2Q2","mt-co2","Complex III subunit 9","Q9MIY7","uqcr10","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","F1RE72","mt-co2","Normal mucosa of esophagus-specific gene 1 protein","Q9MIY7","F1RE72","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","E9QFA6","mt-co2","coxXVIII","Q9MIY7","cox8a","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q4VBU7","mt-co2","zgc:114165","Q9MIY7","cox5aa","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","F8W4B6","mt-co2","Cytochrome c oxidase subunit 8A, mitochondrial-like","Q9MIY7","F8W4B6","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q9MIY4","mt-co2","mt-co3","Q9MIY7","mt-co3","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q66I77","mt-co2","zgc:103594","Q9MIY7","cox6a2","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","A0A0R4IT01","mt-co2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","Q9MIY7","A0A0R4IT01","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","A0A2R8Q5H6","mt-co2","cox7a2b","Q9MIY7","A0A2R8Q5H6","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q7SXM1","mt-co2","zgc:66195","Q9MIY7","cox6b2","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q08CE7","mt-co2","zgc:153177","Q9MIY7","cox7a1","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","F1R6I1","mt-co2","Cytochrome c oxidase subunit 4","Q9MIY7","cox4i1l","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q7ZTT8","mt-co2","ndufa4l","Q9MIY7","ndufa4l","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","X1WER9","mt-co2","Cytochrome c oxidase subunit 8B","Q9MIY7","cox8b","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q0P3U4","mt-co2","zgc:153978","Q9MIY7","cox5b2","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q3B750","mt-co2","zgc:123330","Q9MIY7","uqcrh","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q9MIX8","mt-co2","mt-cyb","Q9MIY7","mt-cyb","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","Q6PBP0","mt-co2","wu:fj49c05","Q9MIY7","cox7c","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000087872","physical","txid7955" +"Q9MIY7","B8A5J2","mt-co2","si:ch211-258f14.5","Q9MIY7","coa6","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000087872","physical","txid7955" +"Q6ZM23","Q6PBP0","si:ch211-239j9.2","wu:fj49c05","cox6c","cox7c","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q9MIY8","si:ch211-239j9.2","mt-co1","cox6c","mt-co1","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q9MIX8","si:ch211-239j9.2","mt-cyb","cox6c","mt-cyb","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","F1R6I1","si:ch211-239j9.2","Cytochrome c oxidase subunit 4","cox6c","cox4i1l","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q9MIY7","si:ch211-239j9.2","mt-co2","cox6c","Q9MIY7","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","B8A5J2","si:ch211-239j9.2","si:ch211-258f14.5","cox6c","coa6","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","F8W4B6","si:ch211-239j9.2","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox6c","F8W4B6","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q7SXI1","si:ch211-239j9.2","D244","cox6c","Q7SXI1","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q7SXM1","si:ch211-239j9.2","zgc:66195","cox6c","cox6b2","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","E9QFA6","si:ch211-239j9.2","coxXVIII","cox6c","cox8a","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q0P3U4","si:ch211-239j9.2","zgc:153978","cox6c","cox5b2","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","A0A0R4IVC8","si:ch211-239j9.2","Cox5a2","cox6c","cox5ab","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","A0A2R8Q5H6","si:ch211-239j9.2","cox7a2b","cox6c","A0A2R8Q5H6","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","X1WER9","si:ch211-239j9.2","Cytochrome c oxidase subunit 8B","cox6c","cox8b","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q3B750","si:ch211-239j9.2","zgc:123330","cox6c","uqcrh","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","A0A0G2L2Q2","si:ch211-239j9.2","Complex III subunit 9","cox6c","uqcr10","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q66I77","si:ch211-239j9.2","zgc:103594","cox6c","cox6a2","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q4VBU7","si:ch211-239j9.2","zgc:114165","cox6c","cox5aa","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q6DH63","si:ch211-239j9.2","zgc:92631","cox6c","cox6b1","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q9MIY4","si:ch211-239j9.2","mt-co3","cox6c","mt-co3","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q08CE7","si:ch211-239j9.2","zgc:153177","cox6c","cox7a1","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","F1RE72","si:ch211-239j9.2","Normal mucosa of esophagus-specific gene 1 protein","cox6c","F1RE72","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","Q7ZTT8","si:ch211-239j9.2","ndufa4l","cox6c","ndufa4l","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000056318","physical","txid7955" +"Q6ZM23","A0A0R4IT01","si:ch211-239j9.2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox6c","A0A0R4IT01","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000056318","physical","txid7955" +"Q08CE7","X1WER9","zgc:153177","Cytochrome c oxidase subunit 8B","cox7a1","cox8b","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","Q7ZTT8","zgc:153177","ndufa4l","cox7a1","ndufa4l","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","Q6PBP0","zgc:153177","wu:fj49c05","cox7a1","cox7c","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","F1R6I1","zgc:153177","Cytochrome c oxidase subunit 4","cox7a1","cox4i1l","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","Q3B750","zgc:153177","zgc:123330","cox7a1","uqcrh","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","Q4VBU7","zgc:153177","zgc:114165","cox7a1","cox5aa","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","A0A0G2L2Q2","zgc:153177","Complex III subunit 9","cox7a1","uqcr10","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","A0A0R4IVC8","zgc:153177","Cox5a2","cox7a1","cox5ab","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","A0A2R8Q5H6","zgc:153177","cox7a2b","cox7a1","A0A2R8Q5H6","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","F8W4B6","zgc:153177","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox7a1","F8W4B6","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","A0A0R4IT01","zgc:153177","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox7a1","A0A0R4IT01","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000122388","physical","txid7955" +"Q08CE7","Q7SXM1","zgc:153177","zgc:66195","cox7a1","cox6b2","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000122388","physical","txid7955" +"A0A0R4IVC8","A0A2R8Q5H6","Cox5a2","cox7a2b","cox5ab","A0A2R8Q5H6","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000138508","physical","txid7955" +"A0A0R4IVC8","A0A0G2L2Q2","Cox5a2","Complex III subunit 9","cox5ab","uqcr10","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000138508","physical","txid7955" +"A0A0R4IVC8","Q7SXM1","Cox5a2","zgc:66195","cox5ab","cox6b2","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000138508","physical","txid7955" +"X1WER9","A0A0R4IT01","Cytochrome c oxidase subunit 8B","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox8b","A0A0R4IT01","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","A0A0R4IVC8","Cytochrome c oxidase subunit 8B","Cox5a2","cox8b","cox5ab","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","Q7SXM1","Cytochrome c oxidase subunit 8B","zgc:66195","cox8b","cox6b2","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","A0A0G2L2Q2","Cytochrome c oxidase subunit 8B","Complex III subunit 9","cox8b","uqcr10","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","A0A2R8Q5H6","Cytochrome c oxidase subunit 8B","cox7a2b","cox8b","A0A2R8Q5H6","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","Q6PBP0","Cytochrome c oxidase subunit 8B","wu:fj49c05","cox8b","cox7c","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","F1R6I1","Cytochrome c oxidase subunit 8B","Cytochrome c oxidase subunit 4","cox8b","cox4i1l","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000128720","physical","txid7955" +"X1WER9","Q7ZTT8","Cytochrome c oxidase subunit 8B","ndufa4l","cox8b","ndufa4l","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000128720","physical","txid7955" +"Q6PBP0","A0A2R8Q5H6","wu:fj49c05","cox7a2b","cox7c","A0A2R8Q5H6","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000135282","physical","txid7955" +"Q6PBP0","A0A0G2L2Q2","wu:fj49c05","Complex III subunit 9","cox7c","uqcr10","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000135282","physical","txid7955" +"Q6PBP0","A0A0R4IVC8","wu:fj49c05","Cox5a2","cox7c","cox5ab","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000135282","physical","txid7955" +"Q6PBP0","Q7ZTT8","wu:fj49c05","ndufa4l","cox7c","ndufa4l","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000135282","physical","txid7955" +"Q6PBP0","Q7SXM1","wu:fj49c05","zgc:66195","cox7c","cox6b2","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000135282","physical","txid7955" +"Q6PBP0","A0A0R4IT01","wu:fj49c05","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox7c","A0A0R4IT01","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000135282","physical","txid7955" +"E9QFA6","A0A0R4IT01","coxXVIII","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox8a","A0A0R4IT01","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q3B750","coxXVIII","zgc:123330","cox8a","uqcrh","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q4VBU7","coxXVIII","zgc:114165","cox8a","cox5aa","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q7SXM1","coxXVIII","zgc:66195","cox8a","cox6b2","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","A0A2R8Q5H6","coxXVIII","cox7a2b","cox8a","A0A2R8Q5H6","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","F8W4B6","coxXVIII","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox8a","F8W4B6","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","F1R6I1","coxXVIII","Cytochrome c oxidase subunit 4","cox8a","cox4i1l","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","A0A0G2L2Q2","coxXVIII","Complex III subunit 9","cox8a","uqcr10","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q7ZTT8","coxXVIII","ndufa4l","cox8a","ndufa4l","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q08CE7","coxXVIII","zgc:153177","cox8a","cox7a1","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","A0A0R4IVC8","coxXVIII","Cox5a2","cox8a","cox5ab","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","Q6PBP0","coxXVIII","wu:fj49c05","cox8a","cox7c","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000119314","physical","txid7955" +"E9QFA6","X1WER9","coxXVIII","Cytochrome c oxidase subunit 8B","cox8a","cox8b","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000119314","physical","txid7955" +"F1RE72","A0A2R8Q5H6","Normal mucosa of esophagus-specific gene 1 protein","cox7a2b","F1RE72","A0A2R8Q5H6","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","F1R6I1","Normal mucosa of esophagus-specific gene 1 protein","Cytochrome c oxidase subunit 4","F1RE72","cox4i1l","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q7SXM1","Normal mucosa of esophagus-specific gene 1 protein","zgc:66195","F1RE72","cox6b2","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","A0A0R4IT01","Normal mucosa of esophagus-specific gene 1 protein","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","F1RE72","A0A0R4IT01","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","A0A0G2L2Q2","Normal mucosa of esophagus-specific gene 1 protein","Complex III subunit 9","F1RE72","uqcr10","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","E9QFA6","Normal mucosa of esophagus-specific gene 1 protein","coxXVIII","F1RE72","cox8a","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","B8A5J2","Normal mucosa of esophagus-specific gene 1 protein","si:ch211-258f14.5","F1RE72","coa6","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q7ZTT8","Normal mucosa of esophagus-specific gene 1 protein","ndufa4l","F1RE72","ndufa4l","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q4VBU7","Normal mucosa of esophagus-specific gene 1 protein","zgc:114165","F1RE72","cox5aa","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q08CE7","Normal mucosa of esophagus-specific gene 1 protein","zgc:153177","F1RE72","cox7a1","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","A0A0R4IVC8","Normal mucosa of esophagus-specific gene 1 protein","Cox5a2","F1RE72","cox5ab","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q66I77","Normal mucosa of esophagus-specific gene 1 protein","zgc:103594","F1RE72","cox6a2","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q6PBP0","Normal mucosa of esophagus-specific gene 1 protein","wu:fj49c05","F1RE72","cox7c","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","F8W4B6","Normal mucosa of esophagus-specific gene 1 protein","Cytochrome c oxidase subunit 8A, mitochondrial-like","F1RE72","F8W4B6","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","Q3B750","Normal mucosa of esophagus-specific gene 1 protein","zgc:123330","F1RE72","uqcrh","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000112838","physical","txid7955" +"F1RE72","X1WER9","Normal mucosa of esophagus-specific gene 1 protein","Cytochrome c oxidase subunit 8B","F1RE72","cox8b","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000112838","physical","txid7955" +"B8A5J2","A0A2R8Q5H6","si:ch211-258f14.5","cox7a2b","coa6","A0A2R8Q5H6","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q08CE7","si:ch211-258f14.5","zgc:153177","coa6","cox7a1","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q3B750","si:ch211-258f14.5","zgc:123330","coa6","uqcrh","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q6PBP0","si:ch211-258f14.5","wu:fj49c05","coa6","cox7c","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q4VBU7","si:ch211-258f14.5","zgc:114165","coa6","cox5aa","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","F8W4B6","si:ch211-258f14.5","Cytochrome c oxidase subunit 8A, mitochondrial-like","coa6","F8W4B6","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q7SXM1","si:ch211-258f14.5","zgc:66195","coa6","cox6b2","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","A0A0R4IVC8","si:ch211-258f14.5","Cox5a2","coa6","cox5ab","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","E9QFA6","si:ch211-258f14.5","coxXVIII","coa6","cox8a","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","F1R6I1","si:ch211-258f14.5","Cytochrome c oxidase subunit 4","coa6","cox4i1l","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","X1WER9","si:ch211-258f14.5","Cytochrome c oxidase subunit 8B","coa6","cox8b","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","A0A0R4IT01","si:ch211-258f14.5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","coa6","A0A0R4IT01","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","Q7ZTT8","si:ch211-258f14.5","ndufa4l","coa6","ndufa4l","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000116578","physical","txid7955" +"B8A5J2","A0A0G2L2Q2","si:ch211-258f14.5","Complex III subunit 9","coa6","uqcr10","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000116578","physical","txid7955" +"Q9MIY4","Q7ZTT8","mt-co3","ndufa4l","mt-co3","ndufa4l","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","A0A0R4IVC8","mt-co3","Cox5a2","mt-co3","cox5ab","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q9MIX8","mt-co3","mt-cyb","mt-co3","mt-cyb","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q7SXM1","mt-co3","zgc:66195","mt-co3","cox6b2","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","A0A0G2L2Q2","mt-co3","Complex III subunit 9","mt-co3","uqcr10","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q3B750","mt-co3","zgc:123330","mt-co3","uqcrh","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q66I77","mt-co3","zgc:103594","mt-co3","cox6a2","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","X1WER9","mt-co3","Cytochrome c oxidase subunit 8B","mt-co3","cox8b","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","A0A0R4IT01","mt-co3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","mt-co3","A0A0R4IT01","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q08CE7","mt-co3","zgc:153177","mt-co3","cox7a1","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","F1RE72","mt-co3","Normal mucosa of esophagus-specific gene 1 protein","mt-co3","F1RE72","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q6PBP0","mt-co3","wu:fj49c05","mt-co3","cox7c","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","A0A2R8Q5H6","mt-co3","cox7a2b","mt-co3","A0A2R8Q5H6","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","F1R6I1","mt-co3","Cytochrome c oxidase subunit 4","mt-co3","cox4i1l","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q0P3U4","mt-co3","zgc:153978","mt-co3","cox5b2","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","F8W4B6","mt-co3","Cytochrome c oxidase subunit 8A, mitochondrial-like","mt-co3","F8W4B6","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","B8A5J2","mt-co3","si:ch211-258f14.5","mt-co3","coa6","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","Q4VBU7","mt-co3","zgc:114165","mt-co3","cox5aa","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000087875","physical","txid7955" +"Q9MIY4","E9QFA6","mt-co3","coxXVIII","mt-co3","cox8a","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000087875","physical","txid7955" +"A0A0R4IT01","Q7SXM1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","zgc:66195","A0A0R4IT01","cox6b2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000137582","physical","txid7955" +"A0A0R4IT01","A0A0R4IVC8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","Cox5a2","A0A0R4IT01","cox5ab","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000137582","physical","txid7955" +"A0A0R4IT01","A0A2R8Q5H6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox7a2b","A0A0R4IT01","A0A2R8Q5H6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000137582","physical","txid7955" +"A0A0R4IT01","Q7ZTT8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","ndufa4l","A0A0R4IT01","ndufa4l","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000137582","physical","txid7955" +"A0A0R4IT01","A0A0G2L2Q2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","Complex III subunit 9","A0A0R4IT01","uqcr10","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000137582","physical","txid7955" +"Q7SXI1","A0A0R4IT01","D244","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","Q7SXI1","A0A0R4IT01","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q7ZTT8","D244","ndufa4l","Q7SXI1","ndufa4l","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q9MIY8","D244","mt-co1","Q7SXI1","mt-co1","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","X1WER9","D244","Cytochrome c oxidase subunit 8B","Q7SXI1","cox8b","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q08CE7","D244","zgc:153177","Q7SXI1","cox7a1","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q3B750","D244","zgc:123330","Q7SXI1","uqcrh","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q9MIX8","D244","mt-cyb","Q7SXI1","mt-cyb","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","F1R6I1","D244","Cytochrome c oxidase subunit 4","Q7SXI1","cox4i1l","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","F8W4B6","D244","Cytochrome c oxidase subunit 8A, mitochondrial-like","Q7SXI1","F8W4B6","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","A0A2R8Q5H6","D244","cox7a2b","Q7SXI1","A0A2R8Q5H6","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","A0A0R4IVC8","D244","Cox5a2","Q7SXI1","cox5ab","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q6PBP0","D244","wu:fj49c05","Q7SXI1","cox7c","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","E9QFA6","D244","coxXVIII","Q7SXI1","cox8a","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","F1RE72","D244","Normal mucosa of esophagus-specific gene 1 protein","Q7SXI1","F1RE72","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q0P3U4","D244","zgc:153978","Q7SXI1","cox5b2","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q7SXM1","D244","zgc:66195","Q7SXI1","cox6b2","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q9MIY7","D244","mt-co2","Q7SXI1","Q9MIY7","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q9MIY4","D244","mt-co3","Q7SXI1","mt-co3","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","A0A0G2L2Q2","D244","Complex III subunit 9","Q7SXI1","uqcr10","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","B8A5J2","D244","si:ch211-258f14.5","Q7SXI1","coa6","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q66I77","D244","zgc:103594","Q7SXI1","cox6a2","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000071656","physical","txid7955" +"Q7SXI1","Q4VBU7","D244","zgc:114165","Q7SXI1","cox5aa","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000071656","physical","txid7955" +"Q6DH63","Q4VBU7","zgc:92631","zgc:114165","cox6b1","cox5aa","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q3B750","zgc:92631","zgc:123330","cox6b1","uqcrh","Cytochrome c oxidase subunit","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q08CE7","zgc:92631","zgc:153177","cox6b1","cox7a1","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q9MIY7","zgc:92631","mt-co2","cox6b1","Q9MIY7","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q9MIY4","zgc:92631","mt-co3","cox6b1","mt-co3","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","X1WER9","zgc:92631","Cytochrome c oxidase subunit 8B","cox6b1","cox8b","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","A0A0R4IVC8","zgc:92631","Cox5a2","cox6b1","cox5ab","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","B8A5J2","zgc:92631","si:ch211-258f14.5","cox6b1","coa6","Cytochrome c oxidase subunit","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q66I77","zgc:92631","zgc:103594","cox6b1","cox6a2","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q7SXI1","zgc:92631","D244","cox6b1","Q7SXI1","Cytochrome c oxidase subunit","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q7ZTT8","zgc:92631","ndufa4l","cox6b1","ndufa4l","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q0P3U4","zgc:92631","zgc:153978","cox6b1","cox5b2","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","F1RE72","zgc:92631","Normal mucosa of esophagus-specific gene 1 protein","cox6b1","F1RE72","Cytochrome c oxidase subunit","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","A0A2R8Q5H6","zgc:92631","cox7a2b","cox6b1","A0A2R8Q5H6","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q6PBP0","zgc:92631","wu:fj49c05","cox6b1","cox7c","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","F1R6I1","zgc:92631","Cytochrome c oxidase subunit 4","cox6b1","cox4i1l","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","A0A0G2L2Q2","zgc:92631","Complex III subunit 9","cox6b1","uqcr10","Cytochrome c oxidase subunit","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","E9QFA6","zgc:92631","coxXVIII","cox6b1","cox8a","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","A0A0R4IT01","zgc:92631","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox6b1","A0A0R4IT01","Cytochrome c oxidase subunit","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q7SXM1","zgc:92631","zgc:66195","cox6b1","cox6b2","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q9MIY8","zgc:92631","mt-co1","cox6b1","mt-co1","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","F8W4B6","zgc:92631","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox6b1","F8W4B6","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000066505","physical","txid7955" +"Q6DH63","Q9MIX8","zgc:92631","mt-cyb","cox6b1","mt-cyb","Cytochrome c oxidase subunit","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000066505","physical","txid7955" +"Q0P3U4","Q3B750","zgc:153978","zgc:123330","cox5b2","uqcrh","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","E9QFA6","zgc:153978","coxXVIII","cox5b2","cox8a","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q7SXM1","zgc:153978","zgc:66195","cox5b2","cox6b2","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q7ZTT8","zgc:153978","ndufa4l","cox5b2","ndufa4l","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","F8W4B6","zgc:153978","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox5b2","F8W4B6","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","F1RE72","zgc:153978","Normal mucosa of esophagus-specific gene 1 protein","cox5b2","F1RE72","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","A0A0R4IT01","zgc:153978","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox5b2","A0A0R4IT01","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","A0A2R8Q5H6","zgc:153978","cox7a2b","cox5b2","A0A2R8Q5H6","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q66I77","zgc:153978","zgc:103594","cox5b2","cox6a2","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q4VBU7","zgc:153978","zgc:114165","cox5b2","cox5aa","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","B8A5J2","zgc:153978","si:ch211-258f14.5","cox5b2","coa6","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","X1WER9","zgc:153978","Cytochrome c oxidase subunit 8B","cox5b2","cox8b","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","A0A0G2L2Q2","zgc:153978","Complex III subunit 9","cox5b2","uqcr10","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","F1R6I1","zgc:153978","Cytochrome c oxidase subunit 4","cox5b2","cox4i1l","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q6PBP0","zgc:153978","wu:fj49c05","cox5b2","cox7c","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","A0A0R4IVC8","zgc:153978","Cox5a2","cox5b2","cox5ab","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000090311","physical","txid7955" +"Q0P3U4","Q08CE7","zgc:153978","zgc:153177","cox5b2","cox7a1","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000090311","physical","txid7955" +"F8W4B6","A0A2R8Q5H6","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox7a2b","F8W4B6","A0A2R8Q5H6","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","A0A0R4IT01","Cytochrome c oxidase subunit 8A, mitochondrial-like","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","F8W4B6","A0A0R4IT01","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","A0A0R4IVC8","Cytochrome c oxidase subunit 8A, mitochondrial-like","Cox5a2","F8W4B6","cox5ab","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","Q7ZTT8","Cytochrome c oxidase subunit 8A, mitochondrial-like","ndufa4l","F8W4B6","ndufa4l","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","A0A0G2L2Q2","Cytochrome c oxidase subunit 8A, mitochondrial-like","Complex III subunit 9","F8W4B6","uqcr10","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","F1R6I1","Cytochrome c oxidase subunit 8A, mitochondrial-like","Cytochrome c oxidase subunit 4","F8W4B6","cox4i1l","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","X1WER9","Cytochrome c oxidase subunit 8A, mitochondrial-like","Cytochrome c oxidase subunit 8B","F8W4B6","cox8b","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","Q7SXM1","Cytochrome c oxidase subunit 8A, mitochondrial-like","zgc:66195","F8W4B6","cox6b2","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","Q3B750","Cytochrome c oxidase subunit 8A, mitochondrial-like","zgc:123330","F8W4B6","uqcrh","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000124247","physical","txid7955" +"F8W4B6","Q6PBP0","Cytochrome c oxidase subunit 8A, mitochondrial-like","wu:fj49c05","F8W4B6","cox7c","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000124247","physical","txid7955" +"Q6PBH5","Q6PBP0","ndufa4","wu:fj49c05","Q6PBH5","cox7c","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","A0A0G2L2Q2","ndufa4","Complex III subunit 9","Q6PBH5","uqcr10","Cytochrome c oxidase subunit NDUFA4","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","F1RE72","ndufa4","Normal mucosa of esophagus-specific gene 1 protein","Q6PBH5","F1RE72","Cytochrome c oxidase subunit NDUFA4","Normal mucosa of esophagus-specific gene 1 protein (Zgc:153317)","string-db","7955.ENSDARP00000112838/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q9MIY8","ndufa4","mt-co1","Q6PBH5","mt-co1","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","string-db","7955.ENSDARP00000087871/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q0P3U4","ndufa4","zgc:153978","Q6PBH5","cox5b2","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","string-db","7955.ENSDARP00000090311/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","F8W4B6","ndufa4","Cytochrome c oxidase subunit 8A, mitochondrial-like","Q6PBH5","F8W4B6","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q9MIY7","ndufa4","mt-co2","Q6PBH5","Q9MIY7","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 2 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide II)","string-db","7955.ENSDARP00000087872/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q7SXM1","ndufa4","zgc:66195","Q6PBH5","cox6b2","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q08CE7","ndufa4","zgc:153177","Q6PBH5","cox7a1","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","A0A0R4IT01","ndufa4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","Q6PBH5","A0A0R4IT01","Cytochrome c oxidase subunit NDUFA4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q3B750","ndufa4","zgc:123330","Q6PBH5","uqcrh","Cytochrome c oxidase subunit NDUFA4","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q66I77","ndufa4","zgc:103594","Q6PBH5","cox6a2","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","string-db","7955.ENSDARP00000113555/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q3B7R0","ndufa4","fb80h03","Q6PBH5","cyc1","Cytochrome c oxidase subunit NDUFA4","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","string-db","7955.ENSDARP00000055503/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","F1R6I1","ndufa4","Cytochrome c oxidase subunit 4","Q6PBH5","cox4i1l","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","F1QQ42","ndufa4","zgc:86674","Q6PBH5","ndufa1","Cytochrome c oxidase subunit NDUFA4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","E9QFA6","ndufa4","coxXVIII","Q6PBH5","cox8a","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q7SXI1","ndufa4","D244","Q6PBH5","Q7SXI1","Cytochrome c oxidase subunit NDUFA4","Cox7a2l protein (Cytochrome c oxidase subunit 7A2-like) (Cytochrome c oxidase subunit VIIa polypeptide 2 like)","string-db","7955.ENSDARP00000071656/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q9MIY4","ndufa4","mt-co3","Q6PBH5","mt-co3","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","string-db","7955.ENSDARP00000087875/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q6ZM23","ndufa4","si:ch211-239j9.2","Q6PBH5","cox6c","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","string-db","7955.ENSDARP00000056318/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q9MIX8","ndufa4","mt-cyb","Q6PBH5","mt-cyb","Cytochrome c oxidase subunit NDUFA4","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","string-db","7955.ENSDARP00000087881/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q6DH63","ndufa4","zgc:92631","Q6PBH5","cox6b1","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000066505/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","A0A2R8Q5H6","ndufa4","cox7a2b","Q6PBH5","A0A2R8Q5H6","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","B8A5J2","ndufa4","si:ch211-258f14.5","Q6PBH5","coa6","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q4VBU7","ndufa4","zgc:114165","Q6PBH5","cox5aa","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","X1WER9","ndufa4","Cytochrome c oxidase subunit 8B","Q6PBH5","cox8b","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","Q7ZTT8","ndufa4","ndufa4l","Q6PBH5","ndufa4l","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000055018","physical","txid7955" +"Q6PBH5","A0A0R4IVC8","ndufa4","Cox5a2","Q6PBH5","cox5ab","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000055018","physical","txid7955" +"Q7SXM1","A0A2R8Q5H6","zgc:66195","cox7a2b","cox6b2","A0A2R8Q5H6","Cytochrome c oxidase subunit","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000140452","physical","txid7955" +"F1R6I1","A0A0R4IVC8","Cytochrome c oxidase subunit 4","Cox5a2","cox4i1l","cox5ab","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","A0A0G2L2Q2","Cytochrome c oxidase subunit 4","Complex III subunit 9","cox4i1l","uqcr10","Cytochrome c oxidase subunit 4","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","Q6PBP0","Cytochrome c oxidase subunit 4","wu:fj49c05","cox4i1l","cox7c","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","A0A0R4IT01","Cytochrome c oxidase subunit 4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox4i1l","A0A0R4IT01","Cytochrome c oxidase subunit 4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","Q7SXM1","Cytochrome c oxidase subunit 4","zgc:66195","cox4i1l","cox6b2","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","Q7ZTT8","Cytochrome c oxidase subunit 4","ndufa4l","cox4i1l","ndufa4l","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000134485","physical","txid7955" +"F1R6I1","A0A2R8Q5H6","Cytochrome c oxidase subunit 4","cox7a2b","cox4i1l","A0A2R8Q5H6","Cytochrome c oxidase subunit 4","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000134485","physical","txid7955" +"Q7ZTT8","A0A0R4IVC8","ndufa4l","Cox5a2","ndufa4l","cox5ab","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000138096","physical","txid7955" +"Q7ZTT8","Q7SXM1","ndufa4l","zgc:66195","ndufa4l","cox6b2","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000138096","physical","txid7955" +"Q7ZTT8","A0A2R8Q5H6","ndufa4l","cox7a2b","ndufa4l","A0A2R8Q5H6","Cytochrome c oxidase subunit NDUFA4","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000138096","physical","txid7955" +"Q7ZTT8","A0A0G2L2Q2","ndufa4l","Complex III subunit 9","ndufa4l","uqcr10","Cytochrome c oxidase subunit NDUFA4","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000138096","physical","txid7955" +"Q4VBU7","X1WER9","zgc:114165","Cytochrome c oxidase subunit 8B","cox5aa","cox8b","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","F1R6I1","zgc:114165","Cytochrome c oxidase subunit 4","cox5aa","cox4i1l","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","A0A0R4IT01","zgc:114165","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox5aa","A0A0R4IT01","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","Q7SXM1","zgc:114165","zgc:66195","cox5aa","cox6b2","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","A0A0R4IVC8","zgc:114165","Cox5a2","cox5aa","cox5ab","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","F8W4B6","zgc:114165","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox5aa","F8W4B6","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","A0A0G2L2Q2","zgc:114165","Complex III subunit 9","cox5aa","uqcr10","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","Q3B750","zgc:114165","zgc:123330","cox5aa","uqcrh","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","A0A2R8Q5H6","zgc:114165","cox7a2b","cox5aa","A0A2R8Q5H6","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","Q7ZTT8","zgc:114165","ndufa4l","cox5aa","ndufa4l","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000123538","physical","txid7955" +"Q4VBU7","Q6PBP0","zgc:114165","wu:fj49c05","cox5aa","cox7c","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000123538","physical","txid7955" +"Q66I77","F1R6I1","zgc:103594","Cytochrome c oxidase subunit 4","cox6a2","cox4i1l","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 4","string-db","7955.ENSDARP00000134485/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q3B750","zgc:103594","zgc:123330","cox6a2","uqcrh","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome b-c1 complex subunit 6","string-db","7955.ENSDARP00000125799/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q4VBU7","zgc:103594","zgc:114165","cox6a2","cox5aa","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000123538/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","A0A0R4IT01","zgc:103594","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2","cox6a2","A0A0R4IT01","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 4-like 2 (NDUFA4 mitochondrial complex-associated-like 2a)","string-db","7955.ENSDARP00000137582/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","F8W4B6","zgc:103594","Cytochrome c oxidase subunit 8A, mitochondrial-like","cox6a2","F8W4B6","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 8A, mitochondrial-like (Si:dkey-85n7.8)","string-db","7955.ENSDARP00000124247/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q7ZTT8","zgc:103594","ndufa4l","cox6a2","ndufa4l","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit NDUFA4","string-db","7955.ENSDARP00000138096/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q7SXM1","zgc:103594","zgc:66195","cox6a2","cox6b2","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit","string-db","7955.ENSDARP00000140452/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","E9QFA6","zgc:103594","coxXVIII","cox6a2","cox8a","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","string-db","7955.ENSDARP00000119314/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q6PBP0","zgc:103594","wu:fj49c05","cox6a2","cox7c","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","string-db","7955.ENSDARP00000135282/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","A0A0R4IVC8","zgc:103594","Cox5a2","cox6a2","cox5ab","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","string-db","7955.ENSDARP00000138508/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","A0A2R8Q5H6","zgc:103594","cox7a2b","cox6a2","A0A2R8Q5H6","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 7A2, mitochondrial (Cytochrome c oxidase subunit VIIa-liver/heart)","string-db","7955.ENSDARP00000148361/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","Q08CE7","zgc:103594","zgc:153177","cox6a2","cox7a1","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","string-db","7955.ENSDARP00000122388/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","B8A5J2","zgc:103594","si:ch211-258f14.5","cox6a2","coa6","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","string-db","7955.ENSDARP00000116578/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","X1WER9","zgc:103594","Cytochrome c oxidase subunit 8B","cox6a2","cox8b","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","string-db","7955.ENSDARP00000128720/7955.ENSDARP00000113555","physical","txid7955" +"Q66I77","A0A0G2L2Q2","zgc:103594","Complex III subunit 9","cox6a2","uqcr10","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","Complex III subunit 9","string-db","7955.ENSDARP00000139018/7955.ENSDARP00000113555","physical","txid7955" +"A8E7T8","F1QF39","bdkrb2","Galanin receptor 1b","A8E7T8","F1QF39","B1 bradykinin receptor (Bradykinin receptor B1)","Galanin receptor 1b (Similar to galanin receptor type 1)","string-db","7955.ENSDARP00000111929/7955.ENSDARP00000007507","physical","txid7955" +"A8E7T8","Q6PHE1","bdkrb2","p2ry5","A8E7T8","Q6PHE1","B1 bradykinin receptor (Bradykinin receptor B1)","Lysophosphatidic acid receptor 5a (Purinergic receptor P2Y, G-protein coupled, 5)","string-db","7955.ENSDARP00000032650/7955.ENSDARP00000007507","physical","txid7955" +"A8E7T8","F1QFF1","bdkrb2","zgc:101053","A8E7T8","lpar2a","B1 bradykinin receptor (Bradykinin receptor B1)","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","string-db","7955.ENSDARP00000062080/7955.ENSDARP00000007507","physical","txid7955" +"Q6PHE1","F1QF39","p2ry5","Galanin receptor 1b","Q6PHE1","F1QF39","Lysophosphatidic acid receptor 5a (Purinergic receptor P2Y, G-protein coupled, 5)","Galanin receptor 1b (Similar to galanin receptor type 1)","string-db","7955.ENSDARP00000111929/7955.ENSDARP00000032650","physical","txid7955" +"Q6PHE1","F1QFF1","p2ry5","zgc:101053","Q6PHE1","lpar2a","Lysophosphatidic acid receptor 5a (Purinergic receptor P2Y, G-protein coupled, 5)","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","string-db","7955.ENSDARP00000062080/7955.ENSDARP00000032650","physical","txid7955" +"F1QFF1","A0A8M2BIF4","zgc:101053","zgc:123246","lpar2a","A0A8M2BIF4","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","Lysophosphatidic acid receptor 2b","string-db","7955.ENSDARP00000062425/7955.ENSDARP00000062080","physical","txid7955" +"F1QFF1","F1QF39","zgc:101053","Galanin receptor 1b","lpar2a","F1QF39","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","Galanin receptor 1b (Similar to galanin receptor type 1)","string-db","7955.ENSDARP00000111929/7955.ENSDARP00000062080","physical","txid7955" +"Q6P9Z2","Q8JHH1","wu:fi39b12","CHUNP6882","ddx23","Q8JHH1","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","Q7ZUG0","wu:fi39b12","snrpe","ddx23","snrpe","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","Q7ZTY9","wu:fi39b12","wdr57","ddx23","Q7ZTY9","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","string-db","7955.ENSDARP00000038728/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","B0S754","wu:fi39b12","fb63a09","ddx23","B0S754","RNA helicase (EC 3.6.4.13)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","A0A2R8PWG5","wu:fi39b12","c20orf14","ddx23","prpf6","RNA helicase (EC 3.6.4.13)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","F1QPY7","wu:fi39b12","zgc:103688","ddx23","snrpg","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","A0A8M2B4I2","wu:fi39b12","id:ibd1257","ddx23","A0A8M2B4I2","RNA helicase (EC 3.6.4.13)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","Q9I9E5","wu:fi39b12","Snrpn","ddx23","snrpb","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000007528","physical","txid7955" +"Q6P9Z2","Q7ZVB5","wu:fi39b12","wu:fa18f04","ddx23","snrpd3l","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000007528","physical","txid7955" +"Q7ZTY9","Q7ZUG0","wdr57","snrpe","Q7ZTY9","snrpe","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000038728","physical","txid7955" +"Q7ZTY9","Q7ZVB5","wdr57","wu:fa18f04","Q7ZTY9","snrpd3l","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000038728","physical","txid7955" +"Q7ZTY9","A0A2R8PWG5","wdr57","c20orf14","Q7ZTY9","prpf6","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000038728","physical","txid7955" +"Q7ZTY9","F1QPY7","wdr57","zgc:103688","Q7ZTY9","snrpg","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000038728","physical","txid7955" +"Q7ZTY9","A0A8M2B4I2","wdr57","id:ibd1257","Q7ZTY9","A0A8M2B4I2","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000038728","physical","txid7955" +"Q7ZTY9","B0S754","wdr57","fb63a09","Q7ZTY9","B0S754","Small nuclear ribonucleoprotein 40 (U5) (U5 small nuclear ribonucleoprotein 40 kDa protein)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000038728","physical","txid7955" +"A0A8M2B4I2","F1QPY7","id:ibd1257","zgc:103688","A0A8M2B4I2","snrpg","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000121091","physical","txid7955" +"A0A8M2B4I2","A0A2R8PWG5","id:ibd1257","c20orf14","A0A8M2B4I2","prpf6","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","string-db","7955.ENSDARP00000145312/7955.ENSDARP00000121091","physical","txid7955" +"E7F8Y0","F8W3Z2","BICRA-like chromatin-remodeling complex-associated protein","zgc:110167","bicral","actl6b","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","Q1MTE3","BICRA-like chromatin-remodeling complex-associated protein","psa-4","bicral","smarca2","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","string-db","7955.ENSDARP00000041411/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","Q802C8","BICRA-like chromatin-remodeling complex-associated protein","wu:fa10h07","bicral","smarcd1","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","string-db","7955.ENSDARP00000009407/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","A0A8M9Q5E9","BICRA-like chromatin-remodeling complex-associated protein","SWI/SNF complex subunit SMARCC2","bicral","A0A8M9Q5E9","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","B2KL77","BICRA-like chromatin-remodeling complex-associated protein","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","bicral","smarcd3b","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","Q5U379","BICRA-like chromatin-remodeling complex-associated protein","smarcb1a","bicral","smarcb1a","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","string-db","7955.ENSDARP00000049943/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","Q7ZSY3","BICRA-like chromatin-remodeling complex-associated protein","smarca4","bicral","smarca4a","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","E9QC50","BICRA-like chromatin-remodeling complex-associated protein","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","bicral","smarcd3a","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","F1Q9K1","BICRA-like chromatin-remodeling complex-associated protein","SWI/SNF complex subunit SMARCC1 isoform X1","bicral","F1Q9K1","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","E7EYW7","BICRA-like chromatin-remodeling complex-associated protein","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","bicral","smarcd2","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","Q803S1","BICRA-like chromatin-remodeling complex-associated protein","baf57","bicral","smarce1","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","A0A0R4ISW4","BICRA-like chromatin-remodeling complex-associated protein","fd07d11","bicral","A0A0R4ISW4","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000007564","physical","txid7955" +"E7F8Y0","A9LMC0","BICRA-like chromatin-remodeling complex-associated protein","dpf3","bicral","dpf3","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","Zinc finger protein DPF3","string-db","7955.ENSDARP00000032706/7955.ENSDARP00000007564","physical","txid7955" +"A0A8M9Q5E9","E9QC50","SWI/SNF complex subunit SMARCC2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","A0A8M9Q5E9","smarcd3a","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","Q803S1","SWI/SNF complex subunit SMARCC2","baf57","A0A8M9Q5E9","smarce1","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","Q7ZSY3","SWI/SNF complex subunit SMARCC2","smarca4","A0A8M9Q5E9","smarca4a","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","B2KL77","SWI/SNF complex subunit SMARCC2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","A0A8M9Q5E9","smarcd3b","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","F1Q9K1","SWI/SNF complex subunit SMARCC2","SWI/SNF complex subunit SMARCC1 isoform X1","A0A8M9Q5E9","F1Q9K1","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","A0A140LGT1","SWI/SNF complex subunit SMARCC2","unp1266","A0A8M9Q5E9","A0A140LGT1","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","E7EYW7","SWI/SNF complex subunit SMARCC2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","A0A8M9Q5E9","smarcd2","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","Q9DGB8","SWI/SNF complex subunit SMARCC2","runxa","A0A8M9Q5E9","runx1","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","F8W3Z2","SWI/SNF complex subunit SMARCC2","zgc:110167","A0A8M9Q5E9","actl6b","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000099015","physical","txid7955" +"A0A8M9Q5E9","A0A0R4ISW4","SWI/SNF complex subunit SMARCC2","fd07d11","A0A8M9Q5E9","A0A0R4ISW4","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000099015","physical","txid7955" +"E9QC50","B2KL77","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarcd3a","smarcd3b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000114118","physical","txid7955" +"E9QC50","F8W3Z2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","zgc:110167","smarcd3a","actl6b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000114118","physical","txid7955" +"E9QC50","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","fd07d11","smarcd3a","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000114118","physical","txid7955" +"E9QC50","Q7ZSY3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarca4","smarcd3a","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000114118","physical","txid7955" +"A0A0R4ISW4","Q7ZSY3","fd07d11","smarca4","A0A0R4ISW4","smarca4a","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000139784","physical","txid7955" +"A0A0R4ISW4","B2KL77","fd07d11","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","A0A0R4ISW4","smarcd3b","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000139784","physical","txid7955" +"A0A0R4ISW4","A0A140LGT1","fd07d11","unp1266","A0A0R4ISW4","A0A140LGT1","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000139784","physical","txid7955" +"B2KL77","Q7ZSY3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarca4","smarcd3b","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000143064","physical","txid7955" +"Q1MTE3","Q7ZSY3","psa-4","smarca4","smarca2","smarca4a","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","B2KL77","psa-4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarca2","smarcd3b","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","A0A140LGT1","psa-4","unp1266","smarca2","A0A140LGT1","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","A0A0R4ISW4","psa-4","fd07d11","smarca2","A0A0R4ISW4","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","E9QC50","psa-4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarca2","smarcd3a","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","E7F8D8","psa-4","Polybromo 1","smarca2","pbrm1","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","Polybromo 1 (Protein polybromo-1 isoform X3)","string-db","7955.ENSDARP00000045970/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","A0A8M9Q5E9","psa-4","SWI/SNF complex subunit SMARCC2","smarca2","A0A8M9Q5E9","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","Q9DGB8","psa-4","runxa","smarca2","runx1","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","E7EYW7","psa-4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","smarca2","smarcd2","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","F1Q9K1","psa-4","SWI/SNF complex subunit SMARCC1 isoform X1","smarca2","F1Q9K1","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","F8W3Z2","psa-4","zgc:110167","smarca2","actl6b","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","Q5U379","psa-4","smarcb1a","smarca2","smarcb1a","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","string-db","7955.ENSDARP00000049943/7955.ENSDARP00000041411","physical","txid7955" +"Q1MTE3","Q803S1","psa-4","baf57","smarca2","smarce1","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000041411","physical","txid7955" +"E7EYW7","Q7ZSY3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","smarca4","smarcd2","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","A0A140LGT1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","unp1266","smarcd2","A0A140LGT1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","fd07d11","smarcd2","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","E9QC50","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarcd2","smarcd3a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","Q803S1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","baf57","smarcd2","smarce1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","B2KL77","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarcd2","smarcd3b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","F8W3Z2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","zgc:110167","smarcd2","actl6b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000104597","physical","txid7955" +"E7EYW7","Q9DGB8","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","runxa","smarcd2","runx1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000104597","physical","txid7955" +"Q5U379","A0A0R4ISW4","smarcb1a","fd07d11","smarcb1a","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","B2KL77","smarcb1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarcb1a","smarcd3b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","E9QC50","smarcb1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarcb1a","smarcd3a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","F1Q9K1","smarcb1a","SWI/SNF complex subunit SMARCC1 isoform X1","smarcb1a","F1Q9K1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","Q7ZSY3","smarcb1a","smarca4","smarcb1a","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","Q803S1","smarcb1a","baf57","smarcb1a","smarce1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","Q6NWE1","smarcb1a","phf10","smarcb1a","Q6NWE1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","PHD finger protein 10","string-db","7955.ENSDARP00000093339/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","F8W3Z2","smarcb1a","zgc:110167","smarcb1a","actl6b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","E7EYW7","smarcb1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","smarcb1a","smarcd2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","Q58E00","smarcb1a","Dpf2","smarcb1a","dpf2l","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","string-db","7955.ENSDARP00000054242/7955.ENSDARP00000049943","physical","txid7955" +"Q5U379","A0A8M9Q5E9","smarcb1a","SWI/SNF complex subunit SMARCC2","smarcb1a","A0A8M9Q5E9","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000049943","physical","txid7955" +"Q803S1","Q7ZSY3","baf57","smarca4","smarce1","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000112446","physical","txid7955" +"Q803S1","B2KL77","baf57","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarce1","smarcd3b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000112446","physical","txid7955" +"Q803S1","F8W3Z2","baf57","zgc:110167","smarce1","actl6b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000112446","physical","txid7955" +"Q803S1","E9QC50","baf57","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarce1","smarcd3a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000112446","physical","txid7955" +"Q803S1","A0A0R4ISW4","baf57","fd07d11","smarce1","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000112446","physical","txid7955" +"Q803S1","A0A140LGT1","baf57","unp1266","smarce1","A0A140LGT1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000112446","physical","txid7955" +"F1Q9K1","B2KL77","SWI/SNF complex subunit SMARCC1 isoform X1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","F1Q9K1","smarcd3b","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","Q9DGB8","SWI/SNF complex subunit SMARCC1 isoform X1","runxa","F1Q9K1","runx1","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","E9QC50","SWI/SNF complex subunit SMARCC1 isoform X1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","F1Q9K1","smarcd3a","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","Q7ZSY3","SWI/SNF complex subunit SMARCC1 isoform X1","smarca4","F1Q9K1","smarca4a","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","A0A140LGT1","SWI/SNF complex subunit SMARCC1 isoform X1","unp1266","F1Q9K1","A0A140LGT1","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","F8W3Z2","SWI/SNF complex subunit SMARCC1 isoform X1","zgc:110167","F1Q9K1","actl6b","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","A0A0R4ISW4","SWI/SNF complex subunit SMARCC1 isoform X1","fd07d11","F1Q9K1","A0A0R4ISW4","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","Q803S1","SWI/SNF complex subunit SMARCC1 isoform X1","baf57","F1Q9K1","smarce1","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000103197","physical","txid7955" +"F1Q9K1","E7EYW7","SWI/SNF complex subunit SMARCC1 isoform X1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","F1Q9K1","smarcd2","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000103197","physical","txid7955" +"Q802C8","Q7ZSY3","wu:fa10h07","smarca4","smarcd1","smarca4a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","F1Q9K1","wu:fa10h07","SWI/SNF complex subunit SMARCC1 isoform X1","smarcd1","F1Q9K1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","F8W3Z2","wu:fa10h07","zgc:110167","smarcd1","actl6b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","E9QC50","wu:fa10h07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","smarcd1","smarcd3a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q803S1","wu:fa10h07","baf57","smarcd1","smarce1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","A0A140LGT1","wu:fa10h07","unp1266","smarcd1","A0A140LGT1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","E7EYW7","wu:fa10h07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","smarcd1","smarcd2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q1MTE3","wu:fa10h07","psa-4","smarcd1","smarca2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","string-db","7955.ENSDARP00000041411/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q6NWE1","wu:fa10h07","phf10","smarcd1","Q6NWE1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","PHD finger protein 10","string-db","7955.ENSDARP00000093339/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q5U379","wu:fa10h07","smarcb1a","smarcd1","smarcb1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","string-db","7955.ENSDARP00000049943/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","A0A0R4ISW4","wu:fa10h07","fd07d11","smarcd1","A0A0R4ISW4","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q9DGB8","wu:fa10h07","runxa","smarcd1","runx1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","B2KL77","wu:fa10h07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","smarcd1","smarcd3b","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","A9LMC0","wu:fa10h07","dpf3","smarcd1","dpf3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","Zinc finger protein DPF3","string-db","7955.ENSDARP00000032706/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","A0A8M9Q5E9","wu:fa10h07","SWI/SNF complex subunit SMARCC2","smarcd1","A0A8M9Q5E9","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000009407","physical","txid7955" +"Q802C8","Q58E00","wu:fa10h07","Dpf2","smarcd1","dpf2l","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","string-db","7955.ENSDARP00000054242/7955.ENSDARP00000009407","physical","txid7955" +"A9LMC0","F8W3Z2","dpf3","zgc:110167","dpf3","actl6b","Zinc finger protein DPF3","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","E9QC50","dpf3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","dpf3","smarcd3a","Zinc finger protein DPF3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","Q1MTE3","dpf3","psa-4","dpf3","smarca2","Zinc finger protein DPF3","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","string-db","7955.ENSDARP00000041411/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","E7EYW7","dpf3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","dpf3","smarcd2","Zinc finger protein DPF3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","string-db","7955.ENSDARP00000104597/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","Q803S1","dpf3","baf57","dpf3","smarce1","Zinc finger protein DPF3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","string-db","7955.ENSDARP00000112446/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","A0A8M9Q5E9","dpf3","SWI/SNF complex subunit SMARCC2","dpf3","A0A8M9Q5E9","Zinc finger protein DPF3","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","Q58E00","dpf3","Dpf2","dpf3","dpf2l","Zinc finger protein DPF3","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","string-db","7955.ENSDARP00000054242/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","B2KL77","dpf3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","dpf3","smarcd3b","Zinc finger protein DPF3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","F1Q9K1","dpf3","SWI/SNF complex subunit SMARCC1 isoform X1","dpf3","F1Q9K1","Zinc finger protein DPF3","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","A0A0R4ISW4","dpf3","fd07d11","dpf3","A0A0R4ISW4","Zinc finger protein DPF3","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","Q7ZSY3","dpf3","smarca4","dpf3","smarca4a","Zinc finger protein DPF3","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000032706","physical","txid7955" +"A9LMC0","Q5U379","dpf3","smarcb1a","dpf3","smarcb1a","Zinc finger protein DPF3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","string-db","7955.ENSDARP00000049943/7955.ENSDARP00000032706","physical","txid7955" +"F8W3Z2","A0A140LGT1","zgc:110167","unp1266","actl6b","A0A140LGT1","Actin-like 6B","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","Q7ZSY3","zgc:110167","smarca4","actl6b","smarca4a","Actin-like 6B","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","F1QUH6","zgc:110167","KAT8 regulatory NSL complex subunit 1","actl6b","kansl1b","Actin-like 6B","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","A0A0R4ICZ3","zgc:110167","Enhancer of polycomb homolog","actl6b","epc1a","Actin-like 6B","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","B2KL77","zgc:110167","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","actl6b","smarcd3b","Actin-like 6B","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","A0A0R4ISW4","zgc:110167","fd07d11","actl6b","A0A0R4ISW4","Actin-like 6B","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","A0A0R4ITC5","zgc:110167","trrap","actl6b","trrap","Actin-like 6B","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","Q6AZD3","zgc:110167","meaf6","actl6b","meaf6","Actin-like 6B","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000124307","physical","txid7955" +"F8W3Z2","F1QAV3","zgc:110167","YEATS domain-containing 2","actl6b","yeats2","Actin-like 6B","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000124307","physical","txid7955" +"Q6DGZ1","Q6NZZ4","b9d2","tmem107","b9d2","tmem107","B9 domain-containing protein 2","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","E7EYQ9","b9d2","tmem216","b9d2","tmem216","B9 domain-containing protein 2","Transmembrane protein 216","string-db","7955.ENSDARP00000111752/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","Q502E0","b9d2","tmem17a","b9d2","Q502E0","B9 domain-containing protein 2","Transmembrane protein 17A","string-db","7955.ENSDARP00000012556/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","F1R392","b9d2","Tectonic family member 1","b9d2","F1R392","B9 domain-containing protein 2","Tectonic family member 1 (Tectonic-1)","string-db","7955.ENSDARP00000104299/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","E7F1V6","b9d2","Transmembrane protein 107","b9d2","tmem107l","B9 domain-containing protein 2","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","Q7T316","b9d2","tmem231","b9d2","tmem231","B9 domain-containing protein 2","Transmembrane protein 231","string-db","7955.ENSDARP00000061995/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","A3QK09","b9d2","fc54h05","b9d2","mks1","B9 domain-containing protein 2","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","string-db","7955.ENSDARP00000077569/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","P85001","b9d2","cep290","b9d2","P85001","B9 domain-containing protein 2","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","Q503B7","b9d2","b9d1","b9d2","Q503B7","B9 domain-containing protein 2","B9 domain-containing protein 1","string-db","7955.ENSDARP00000014157/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","E9QB24","b9d2","Meckelin isoform X2","b9d2","tmem67","B9 domain-containing protein 2","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000007567","physical","txid7955" +"Q6DGZ1","A5D6V4","b9d2","Tmem17b","b9d2","Tmem17b","B9 domain-containing protein 2","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000007567","physical","txid7955" +"Q502E0","E7F1V6","tmem17a","Transmembrane protein 107","Q502E0","tmem107l","Transmembrane protein 17A","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","Q6NZZ4","tmem17a","tmem107","Q502E0","tmem107","Transmembrane protein 17A","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","F1R392","tmem17a","Tectonic family member 1","Q502E0","F1R392","Transmembrane protein 17A","Tectonic family member 1 (Tectonic-1)","string-db","7955.ENSDARP00000104299/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","A5D6V4","tmem17a","Tmem17b","Q502E0","Tmem17b","Transmembrane protein 17A","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","E9QB24","tmem17a","Meckelin isoform X2","Q502E0","tmem67","Transmembrane protein 17A","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","Q7T316","tmem17a","tmem231","Q502E0","tmem231","Transmembrane protein 17A","Transmembrane protein 231","string-db","7955.ENSDARP00000061995/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","Q503B7","tmem17a","b9d1","Q502E0","Q503B7","Transmembrane protein 17A","B9 domain-containing protein 1","string-db","7955.ENSDARP00000014157/7955.ENSDARP00000012556","physical","txid7955" +"Q502E0","A3QK09","tmem17a","fc54h05","Q502E0","mks1","Transmembrane protein 17A","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","string-db","7955.ENSDARP00000077569/7955.ENSDARP00000012556","physical","txid7955" +"Q6NZZ4","A5D6V4","tmem107","Tmem17b","tmem107","Tmem17b","Transmembrane protein 107","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000137423","physical","txid7955" +"Q503B7","Q6NZZ4","b9d1","tmem107","Q503B7","tmem107","B9 domain-containing protein 1","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","A5D6V4","b9d1","Tmem17b","Q503B7","Tmem17b","B9 domain-containing protein 1","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","A0A0R4IDG1","b9d1","Si:zfos-169g10.2","Q503B7","A0A0R4IDG1","B9 domain-containing protein 1","Si:zfos-169g10.2 (Somatostatin receptor type 5-like)","string-db","7955.ENSDARP00000131115/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","Q7T316","b9d1","tmem231","Q503B7","tmem231","B9 domain-containing protein 1","Transmembrane protein 231","string-db","7955.ENSDARP00000061995/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","A2BHH9","b9d1","Somatostatin receptor 3","Q503B7","A2BHH9","B9 domain-containing protein 1","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","E9QB24","b9d1","Meckelin isoform X2","Q503B7","tmem67","B9 domain-containing protein 1","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","P85001","b9d1","cep290","Q503B7","P85001","B9 domain-containing protein 1","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","E7EYQ9","b9d1","tmem216","Q503B7","tmem216","B9 domain-containing protein 1","Transmembrane protein 216","string-db","7955.ENSDARP00000111752/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","A3QK09","b9d1","fc54h05","Q503B7","mks1","B9 domain-containing protein 1","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","string-db","7955.ENSDARP00000077569/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","F1R392","b9d1","Tectonic family member 1","Q503B7","F1R392","B9 domain-containing protein 1","Tectonic family member 1 (Tectonic-1)","string-db","7955.ENSDARP00000104299/7955.ENSDARP00000014157","physical","txid7955" +"Q503B7","E7F1V6","b9d1","Transmembrane protein 107","Q503B7","tmem107l","B9 domain-containing protein 1","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000014157","physical","txid7955" +"F1R392","E7EYQ9","Tectonic family member 1","tmem216","F1R392","tmem216","Tectonic family member 1 (Tectonic-1)","Transmembrane protein 216","string-db","7955.ENSDARP00000111752/7955.ENSDARP00000104299","physical","txid7955" +"F1R392","E7F1V6","Tectonic family member 1","Transmembrane protein 107","F1R392","tmem107l","Tectonic family member 1 (Tectonic-1)","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000104299","physical","txid7955" +"F1R392","P85001","Tectonic family member 1","cep290","F1R392","P85001","Tectonic family member 1 (Tectonic-1)","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000104299","physical","txid7955" +"F1R392","Q6NZZ4","Tectonic family member 1","tmem107","F1R392","tmem107","Tectonic family member 1 (Tectonic-1)","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000104299","physical","txid7955" +"F1R392","A5D6V4","Tectonic family member 1","Tmem17b","F1R392","Tmem17b","Tectonic family member 1 (Tectonic-1)","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000104299","physical","txid7955" +"F1R392","E9QB24","Tectonic family member 1","Meckelin isoform X2","F1R392","tmem67","Tectonic family member 1 (Tectonic-1)","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000104299","physical","txid7955" +"Q7T316","E9QB24","tmem231","Meckelin isoform X2","tmem231","tmem67","Transmembrane protein 231","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","E7F1V6","tmem231","Transmembrane protein 107","tmem231","tmem107l","Transmembrane protein 231","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","Q5PRA5","tmem231","zgc:101792","tmem231","Q5PRA5","Transmembrane protein 231","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","E7EYQ9","tmem231","tmem216","tmem231","tmem216","Transmembrane protein 231","Transmembrane protein 216","string-db","7955.ENSDARP00000111752/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","E7F4E7","tmem231","si:ch1073-301i20.1","tmem231","rpgrip1l","Transmembrane protein 231","Protein fantom (RPGRIP1-like)","string-db","7955.ENSDARP00000107198/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","Q6NZZ4","tmem231","tmem107","tmem231","tmem107","Transmembrane protein 231","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","F1R392","tmem231","Tectonic family member 1","tmem231","F1R392","Transmembrane protein 231","Tectonic family member 1 (Tectonic-1)","string-db","7955.ENSDARP00000104299/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","A5D6V4","tmem231","Tmem17b","tmem231","Tmem17b","Transmembrane protein 231","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","A3QK09","tmem231","fc54h05","tmem231","mks1","Transmembrane protein 231","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","string-db","7955.ENSDARP00000077569/7955.ENSDARP00000061995","physical","txid7955" +"Q7T316","P85001","tmem231","cep290","tmem231","P85001","Transmembrane protein 231","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000061995","physical","txid7955" +"P85001","A4FVK4","cep290","rab8","P85001","rab8a","Centrosomal protein of 290 kDa (Cep290)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000124972","physical","txid7955" +"P85001","Q5PRA5","cep290","zgc:101792","P85001","Q5PRA5","Centrosomal protein of 290 kDa (Cep290)","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000124972","physical","txid7955" +"A3QK09","F1R392","fc54h05","Tectonic family member 1","mks1","F1R392","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","Tectonic family member 1 (Tectonic-1)","string-db","7955.ENSDARP00000104299/7955.ENSDARP00000077569","physical","txid7955" +"A3QK09","E7F1V6","fc54h05","Transmembrane protein 107","mks1","tmem107l","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","Transmembrane protein 107","string-db","7955.ENSDARP00000109054/7955.ENSDARP00000077569","physical","txid7955" +"A3QK09","E9QB24","fc54h05","Meckelin isoform X2","mks1","tmem67","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000077569","physical","txid7955" +"A3QK09","Q6NZZ4","fc54h05","tmem107","mks1","tmem107","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000077569","physical","txid7955" +"A3QK09","A5D6V4","fc54h05","Tmem17b","mks1","Tmem17b","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000077569","physical","txid7955" +"E7F1V6","Q6NZZ4","Transmembrane protein 107","tmem107","tmem107l","tmem107","Transmembrane protein 107","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000109054","physical","txid7955" +"E7F1V6","E9QB24","Transmembrane protein 107","Meckelin isoform X2","tmem107l","tmem67","Transmembrane protein 107","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000109054","physical","txid7955" +"E7F1V6","A5D6V4","Transmembrane protein 107","Tmem17b","tmem107l","Tmem17b","Transmembrane protein 107","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000109054","physical","txid7955" +"E7EYQ9","A5D6V4","tmem216","Tmem17b","tmem216","Tmem17b","Transmembrane protein 216","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000111752","physical","txid7955" +"E7EYQ9","E9QB24","tmem216","Meckelin isoform X2","tmem216","tmem67","Transmembrane protein 216","Meckelin isoform X2 (Transmembrane protein 67)","string-db","7955.ENSDARP00000116688/7955.ENSDARP00000111752","physical","txid7955" +"E7EYQ9","P85001","tmem216","cep290","tmem216","P85001","Transmembrane protein 216","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000111752","physical","txid7955" +"E9QB24","Q6NZZ4","Meckelin isoform X2","tmem107","tmem67","tmem107","Meckelin isoform X2 (Transmembrane protein 67)","Transmembrane protein 107","string-db","7955.ENSDARP00000137423/7955.ENSDARP00000116688","physical","txid7955" +"E9QB24","A5D6V4","Meckelin isoform X2","Tmem17b","tmem67","Tmem17b","Meckelin isoform X2 (Transmembrane protein 67)","Transmembrane protein 17B","string-db","7955.ENSDARP00000151288/7955.ENSDARP00000116688","physical","txid7955" +"E9QB24","P85001","Meckelin isoform X2","cep290","tmem67","P85001","Meckelin isoform X2 (Transmembrane protein 67)","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000116688","physical","txid7955" +"E7F958","X1WCP5","Methylcytosine dioxygenase TET","si:ch73-376i21.2","tet2","hcfc2","Methylcytosine dioxygenase TET (EC 1.14.11.80)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000101295","physical","txid7955" +"E7F958","Q4V8W8","Methylcytosine dioxygenase TET","Smad nuclear-interacting protein","tet2","snip1","Methylcytosine dioxygenase TET (EC 1.14.11.80)","Smad nuclear-interacting protein","string-db","7955.ENSDARP00000108908/7955.ENSDARP00000101295","physical","txid7955" +"E7F958","F1QWQ9","Methylcytosine dioxygenase TET","fc16b12","tet2","F1QWQ9","Methylcytosine dioxygenase TET (EC 1.14.11.80)","PR domain zinc finger protein 14 isoform X1 (PR domain-containing 14)","string-db","7955.ENSDARP00000110909/7955.ENSDARP00000101295","physical","txid7955" +"E7F958","A0A8M9PQY4","Methylcytosine dioxygenase TET","fc07b09","tet2","A0A8M9PQY4","Methylcytosine dioxygenase TET (EC 1.14.11.80)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000101295","physical","txid7955" +"A0A0G2KNT1","A0A8M3AU53","DPY30 domain-containing 2","[histone H3]-trimethyl-L-lysine","A0A0G2KNT1","A0A8M3AU53","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000134033","physical","txid7955" +"F1R3C6","A0A8M9PQY4","Methylcytosine dioxygenase TET","fc07b09","tet1","A0A8M9PQY4","Methylcytosine dioxygenase TET (EC 1.14.11.80)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000104252","physical","txid7955" +"F1R3C6","X1WCP5","Methylcytosine dioxygenase TET","si:ch73-376i21.2","tet1","hcfc2","Methylcytosine dioxygenase TET (EC 1.14.11.80)","Host cell factor 2 (Host cell factor C2)","string-db","7955.ENSDARP00000127992/7955.ENSDARP00000104252","physical","txid7955" +"B8JMZ3","Q6NV31","zgc:92638","wdr82","dpy30","wdr82","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","WD repeat-containing protein 82 (Protein word of mouth)","string-db","7955.ENSDARP00000019685/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","Q6GMH8","zgc:92638","zgc:91805","dpy30","spag6","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Spag6 protein (Sperm-associated antigen 6)","string-db","7955.ENSDARP00000023131/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","Q5XIY8","zgc:92638","paxip1","dpy30","Q5XIY8","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","string-db","7955.ENSDARP00000113779/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","F1R869","zgc:92638","Nuclear receptor coactivator 6","dpy30","ncoa6","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Nuclear receptor coactivator 6","string-db","7955.ENSDARP00000096057/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","Q1LY77","zgc:92638","setd1ba","dpy30","Q1LY77","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Histone-lysine N-methyltransferase SETD1B-A (EC 2.1.1.354) (SET domain-containing protein 1B-A)","string-db","7955.ENSDARP00000130529/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","A0A8M9QGN3","zgc:92638","jmjd3","dpy30","A0A8M9QGN3","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","E7F1D2","zgc:92638","c16orf53","dpy30","pagr1","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","PAXIP1-associated glutamate-rich protein 1","string-db","7955.ENSDARP00000104234/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","A1L1S9","zgc:92638","utxl1","dpy30","kdm6al","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000077934/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","A0A8M9PQY4","zgc:92638","fc07b09","dpy30","A0A8M9PQY4","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","E9QGQ0","zgc:92638","Histone-lysine N-methyltransferase SETD1A isoform X1","dpy30","setd1a","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","string-db","7955.ENSDARP00000115396/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","Q7ZTX2","zgc:92638","wu:fk47f04","dpy30","wdr5","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","F1RAW8","zgc:92638","fb34c06","dpy30","ash2l","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","A0A8M3AU53","zgc:92638","[histone H3]-trimethyl-L-lysine","dpy30","A0A8M3AU53","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000017331","physical","txid7955" +"B8JMZ3","A0A0G2KNT1","zgc:92638","DPY30 domain-containing 2","dpy30","A0A0G2KNT1","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000017331","physical","txid7955" +"F1Q749","Q6IMW9","fc87a02","zgc:92379","dkc1","lsm6","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","E7F5L8","fc87a02","fb98b07","dkc1","mphosph10","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","E7F0D5","fc87a02","Protection of telomeres protein 1","dkc1","pot1","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","A0A8M1P3C1","fc87a02","fb34f12","dkc1","A0A8M1P3C1","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","A1L1R0","fc87a02","shq1","dkc1","A1L1R0","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Protein SHQ1 homolog","string-db","7955.ENSDARP00000036580/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","F1QRC8","fc87a02","CHUNP6903","dkc1","terfa","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q7ZTZ4","fc87a02","fb37g12","dkc1","fbl","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","P0C928","fc87a02","rtel1","dkc1","P0C928","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","string-db","7955.ENSDARP00000105420/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6IQM3","fc87a02","rpp40l","dkc1","Q6IQM3","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","string-db","7955.ENSDARP00000017777/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","F1R9M2","fc87a02","TERF1","dkc1","tinf2","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q7ZV23","fc87a02","nhp2l1","dkc1","Q7ZV23","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6P6X6","fc87a02","NOP5/NOP58","dkc1","Q6P6X6","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q7ZVE0","fc87a02","gar1","dkc1","Q7ZVE0","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6NYJ3","fc87a02","terf2ip","dkc1","Q6NYJ3","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6DRE5","fc87a02","nol5a","dkc1","nop56","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6DRH5","fc87a02","nop10","dkc1","nop10","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q6PBV6","fc87a02","nhp2","dkc1","nhp2","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q7ZU93","fc87a02","zgc:56066","dkc1","snu13a","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q5BJI6","fc87a02","pop5","dkc1","Q5BJI6","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","Q5XJ22","fc87a02","fj61g07","dkc1","pop7","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","F1QXL6","fc87a02","H/ACA ribonucleoprotein complex non-core subunit NAF1","dkc1","naf1","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000007628","physical","txid7955" +"F1Q749","F1QS85","fc87a02","fc10d08","dkc1","rpp38","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000007628","physical","txid7955" +"F1QS85","A2BEG3","fc10d08","sb:eu827","rpp38","dgcr8","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q5BJI6","fc10d08","pop5","rpp38","Q5BJI6","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","E7F3I6","fc10d08","clp1","rpp38","clp1","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q7ZU93","fc10d08","zgc:56066","rpp38","snu13a","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6DRH5","fc10d08","nop10","rpp38","nop10","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6PBT1","fc10d08","zgc:73262","rpp38","rps27.2","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","A2BIL9","fc10d08","tRNA-splicing endonuclease subunit Sen34","rpp38","A2BIL9","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6P6X6","fc10d08","NOP5/NOP58","rpp38","Q6P6X6","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6DRE5","fc10d08","nol5a","rpp38","nop56","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6P6E2","fc10d08","wu:fa91f03","rpp38","Q6P6E2","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q7ZTZ4","fc10d08","fb37g12","rpp38","fbl","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","A2CF03","fc10d08","si:dkey-286f3.7","rpp38","las1l","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q7SXR1","fc10d08","tarbp2","rpp38","Q7SXR1","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","F1QXL6","fc10d08","H/ACA ribonucleoprotein complex non-core subunit NAF1","rpp38","naf1","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","X1WBZ5","fc10d08","si:dkeyp-33b5.4","rpp38","prorp","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q7ZVE0","fc10d08","gar1","rpp38","Q7ZVE0","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000059052","physical","txid7955" +"F1QS85","Q6PBV6","fc10d08","nhp2","rpp38","nhp2","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000059052","physical","txid7955" +"Q5XJ22","Q7ZU93","fj61g07","zgc:56066","pop7","snu13a","Ribonuclease P protein subunit p20 (RNaseP protein p20)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","F1QXL6","fj61g07","H/ACA ribonucleoprotein complex non-core subunit NAF1","pop7","naf1","Ribonuclease P protein subunit p20 (RNaseP protein p20)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","X1WBZ5","fj61g07","si:dkeyp-33b5.4","pop7","prorp","Ribonuclease P protein subunit p20 (RNaseP protein p20)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q5BJI6","fj61g07","pop5","pop7","Q5BJI6","Ribonuclease P protein subunit p20 (RNaseP protein p20)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q6IMW9","fj61g07","zgc:92379","pop7","lsm6","Ribonuclease P protein subunit p20 (RNaseP protein p20)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q6PBV6","fj61g07","nhp2","pop7","nhp2","Ribonuclease P protein subunit p20 (RNaseP protein p20)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q6P6X6","fj61g07","NOP5/NOP58","pop7","Q6P6X6","Ribonuclease P protein subunit p20 (RNaseP protein p20)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","A2CF03","fj61g07","si:dkey-286f3.7","pop7","las1l","Ribonuclease P protein subunit p20 (RNaseP protein p20)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q7ZTZ4","fj61g07","fb37g12","pop7","fbl","Ribonuclease P protein subunit p20 (RNaseP protein p20)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","A2BEG3","fj61g07","sb:eu827","pop7","dgcr8","Ribonuclease P protein subunit p20 (RNaseP protein p20)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","F1QS85","fj61g07","fc10d08","pop7","rpp38","Ribonuclease P protein subunit p20 (RNaseP protein p20)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q7ZVE0","fj61g07","gar1","pop7","Q7ZVE0","Ribonuclease P protein subunit p20 (RNaseP protein p20)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q6DRE5","fj61g07","nol5a","pop7","nop56","Ribonuclease P protein subunit p20 (RNaseP protein p20)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","E7F3I6","fj61g07","clp1","pop7","clp1","Ribonuclease P protein subunit p20 (RNaseP protein p20)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","A2BIL9","fj61g07","tRNA-splicing endonuclease subunit Sen34","pop7","A2BIL9","Ribonuclease P protein subunit p20 (RNaseP protein p20)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q6DRH5","fj61g07","nop10","pop7","nop10","Ribonuclease P protein subunit p20 (RNaseP protein p20)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000052870","physical","txid7955" +"Q5XJ22","Q7SXR1","fj61g07","tarbp2","pop7","Q7SXR1","Ribonuclease P protein subunit p20 (RNaseP protein p20)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000052870","physical","txid7955" +"Q6PBV6","A0A0R4IZ84","nhp2","smg6","nhp2","A0A0R4IZ84","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q6P6X6","nhp2","NOP5/NOP58","nhp2","Q6P6X6","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","E7F0D5","nhp2","Protection of telomeres protein 1","nhp2","pot1","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q7ZVE0","nhp2","gar1","nhp2","Q7ZVE0","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","F1QXL6","nhp2","H/ACA ribonucleoprotein complex non-core subunit NAF1","nhp2","naf1","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","A0A8M1P3C1","nhp2","fb34f12","nhp2","A0A8M1P3C1","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q6DRE5","nhp2","nol5a","nhp2","nop56","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","P0C928","nhp2","rtel1","nhp2","P0C928","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","string-db","7955.ENSDARP00000105420/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q6NYJ3","nhp2","terf2ip","nhp2","Q6NYJ3","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","F1R9M2","nhp2","TERF1","nhp2","tinf2","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q1LVF3","nhp2","smg7","nhp2","smg7","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q5RHQ7","nhp2","hnrnpu","nhp2","hnrnpub","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000091811","physical","txid7955" +"Q6PBV6","Q6DRH5","nhp2","nop10","nhp2","nop10","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000091811","physical","txid7955" +"Q6DRH5","Q6NYJ3","nop10","terf2ip","nop10","Q6NYJ3","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000132783","physical","txid7955" +"Q6DRH5","A0A0R4IZ84","nop10","smg6","nop10","A0A0R4IZ84","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000132783","physical","txid7955" +"Q6DRH5","Q1LVF3","nop10","smg7","nop10","smg7","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000132783","physical","txid7955" +"Q5BJI6","Q6P6X6","pop5","NOP5/NOP58","Q5BJI6","Q6P6X6","Ribonuclease P/MRP protein subunit POP5","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","A2CF03","pop5","si:dkey-286f3.7","Q5BJI6","las1l","Ribonuclease P/MRP protein subunit POP5","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q6PBV6","pop5","nhp2","Q5BJI6","nhp2","Ribonuclease P/MRP protein subunit POP5","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q7ZVE0","pop5","gar1","Q5BJI6","Q7ZVE0","Ribonuclease P/MRP protein subunit POP5","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q7SXR1","pop5","tarbp2","Q5BJI6","Q7SXR1","Ribonuclease P/MRP protein subunit POP5","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q6DRE5","pop5","nol5a","Q5BJI6","nop56","Ribonuclease P/MRP protein subunit POP5","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","F1QXL6","pop5","H/ACA ribonucleoprotein complex non-core subunit NAF1","Q5BJI6","naf1","Ribonuclease P/MRP protein subunit POP5","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","E7F3I6","pop5","clp1","Q5BJI6","clp1","Ribonuclease P/MRP protein subunit POP5","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","X1WBZ5","pop5","si:dkeyp-33b5.4","Q5BJI6","prorp","Ribonuclease P/MRP protein subunit POP5","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","A2BEG3","pop5","sb:eu827","Q5BJI6","dgcr8","Ribonuclease P/MRP protein subunit POP5","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","A2BIL9","pop5","tRNA-splicing endonuclease subunit Sen34","Q5BJI6","A2BIL9","Ribonuclease P/MRP protein subunit POP5","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q6DRH5","pop5","nop10","Q5BJI6","nop10","Ribonuclease P/MRP protein subunit POP5","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q7ZU93","pop5","zgc:56066","Q5BJI6","snu13a","Ribonuclease P/MRP protein subunit POP5","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000069973","physical","txid7955" +"Q5BJI6","Q7ZTZ4","pop5","fb37g12","Q5BJI6","fbl","Ribonuclease P/MRP protein subunit POP5","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000069973","physical","txid7955" +"Q7ZVE0","Q6NYJ3","gar1","terf2ip","Q7ZVE0","Q6NYJ3","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","A0A8M1P3C1","gar1","fb34f12","Q7ZVE0","A0A8M1P3C1","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","F1R9M2","gar1","TERF1","Q7ZVE0","tinf2","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","F1QXL6","gar1","H/ACA ribonucleoprotein complex non-core subunit NAF1","Q7ZVE0","naf1","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","A0A0R4IZ84","gar1","smg6","Q7ZVE0","A0A0R4IZ84","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","Q1LVF3","gar1","smg7","Q7ZVE0","smg7","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","Q6DRH5","gar1","nop10","Q7ZVE0","nop10","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","E7F0D5","gar1","Protection of telomeres protein 1","Q7ZVE0","pot1","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","P0C928","gar1","rtel1","Q7ZVE0","P0C928","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","string-db","7955.ENSDARP00000105420/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","Q5RHQ7","gar1","hnrnpu","Q7ZVE0","hnrnpub","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000101401","physical","txid7955" +"Q7ZVE0","Q6P6X6","gar1","NOP5/NOP58","Q7ZVE0","Q6P6X6","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000101401","physical","txid7955" +"A0A8M1P3C1","F1R9M2","fb34f12","TERF1","A0A8M1P3C1","tinf2","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000105980","physical","txid7955" +"A0A8M1P3C1","Q6NYJ3","fb34f12","terf2ip","A0A8M1P3C1","Q6NYJ3","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000105980","physical","txid7955" +"A0A8M1P3C1","Q6DRH5","fb34f12","nop10","A0A8M1P3C1","nop10","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000105980","physical","txid7955" +"F1QXL6","Q6P6X6","H/ACA ribonucleoprotein complex non-core subunit NAF1","NOP5/NOP58","naf1","Q6P6X6","H/ACA ribonucleoprotein complex non-core subunit NAF1","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000114221","physical","txid7955" +"F1QXL6","Q6DRH5","H/ACA ribonucleoprotein complex non-core subunit NAF1","nop10","naf1","nop10","H/ACA ribonucleoprotein complex non-core subunit NAF1","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000114221","physical","txid7955" +"P0C928","Q6DRH5","rtel1","nop10","P0C928","nop10","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000105420","physical","txid7955" +"P0C928","A0A8M1P3C1","rtel1","fb34f12","P0C928","A0A8M1P3C1","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","Telomerase Cajal body protein 1 (WD repeat-containing protein 79)","string-db","7955.ENSDARP00000105980/7955.ENSDARP00000105420","physical","txid7955" +"P0C928","Q6NYJ3","rtel1","terf2ip","P0C928","Q6NYJ3","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000105420","physical","txid7955" +"P0C928","F1R9M2","rtel1","TERF1","P0C928","tinf2","Regulator of telomere elongation helicase 1 (EC 3.6.4.12)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000105420","physical","txid7955" +"Q6IQM3","A2BEG3","rpp40l","sb:eu827","Q6IQM3","dgcr8","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6PBV6","rpp40l","nhp2","Q6IQM3","nhp2","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q7ZU93","rpp40l","zgc:56066","Q6IQM3","snu13a","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonucloprotein","string-db","7955.ENSDARP00000087463/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","F1QS85","rpp40l","fc10d08","Q6IQM3","rpp38","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6TV19","rpp40l","dicer1","Q6IQM3","dicer1","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Endoribonuclease Dicer (EC 3.1.26.3)","string-db","7955.ENSDARP00000045880/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q5XJ22","rpp40l","fj61g07","Q6IQM3","pop7","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","A2CF03","rpp40l","si:dkey-286f3.7","Q6IQM3","las1l","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","F1QXL6","rpp40l","H/ACA ribonucleoprotein complex non-core subunit NAF1","Q6IQM3","naf1","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","H/ACA ribonucleoprotein complex non-core subunit NAF1","string-db","7955.ENSDARP00000114221/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q7ZVE0","rpp40l","gar1","Q6IQM3","Q7ZVE0","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6IMW9","rpp40l","zgc:92379","Q6IQM3","lsm6","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","string-db","7955.ENSDARP00000053772/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","B0V3F8","rpp40l","prkra","Q6IQM3","B0V3F8","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","string-db","7955.ENSDARP00000036697/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q7SXR1","rpp40l","tarbp2","Q6IQM3","Q7SXR1","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6PBT1","rpp40l","zgc:73262","Q6IQM3","rps27.2","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","A2BIL9","rpp40l","tRNA-splicing endonuclease subunit Sen34","Q6IQM3","A2BIL9","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","E7F3I6","rpp40l","clp1","Q6IQM3","clp1","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","E7F5L8","rpp40l","fb98b07","Q6IQM3","mphosph10","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","U3 small nucleolar ribonucleoprotein protein MPP10","string-db","7955.ENSDARP00000025759/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q7ZTZ4","rpp40l","fb37g12","Q6IQM3","fbl","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","string-db","7955.ENSDARP00000070509/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6P6X6","rpp40l","NOP5/NOP58","Q6IQM3","Q6P6X6","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","NOP58 ribonucleoprotein homolog (yeast) (Nop58 protein) (Nucleolar protein 58)","string-db","7955.ENSDARP00000131046/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6DRE5","rpp40l","nol5a","Q6IQM3","nop56","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Nucleolar protein 56 (Nucleolar protein 5A)","string-db","7955.ENSDARP00000099474/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q7ZV23","rpp40l","nhp2l1","Q6IQM3","Q7ZV23","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonucloprotein","string-db","7955.ENSDARP00000038446/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q5BJK2","rpp40l","fk66h08","Q6IQM3","rpp30","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","string-db","7955.ENSDARP00000037308/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6P6E2","rpp40l","wu:fa91f03","Q6IQM3","Q6P6E2","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q6DRH5","rpp40l","nop10","Q6IQM3","nop10","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","X1WBZ5","rpp40l","si:dkeyp-33b5.4","Q6IQM3","prorp","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000017777","physical","txid7955" +"Q6IQM3","Q5BJI6","rpp40l","pop5","Q6IQM3","Q5BJI6","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000017777","physical","txid7955" +"E7F8M2","Q6NYY3","LOC100537815","zgc:77244","E7F8M2","Q6NYY3","Potassium voltage-gated channel subfamily A member 2 (Voltage-gated potassium channel subunit Kv1.2)","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","string-db","7955.ENSDARP00000025832/7955.ENSDARP00000007629","physical","txid7955" +"Q6NYY3","B3DIV9","zgc:77244","klhl40a","Q6NYY3","B3DIV9","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","U3JA92","zgc:77244","BTB/POZ domain-containing protein KCTD5-like isoform X2","Q6NYY3","kctd17","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","F6NVK8","zgc:77244","cul3","Q6NYY3","cul3a","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q5BL35","zgc:77244","spopla","Q6NYY3","spopla","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Speckle-type POZ protein-like A (HIB homolog 2)","string-db","7955.ENSDARP00000026361/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q08CL3","zgc:77244","kbtbd8","Q6NYY3","Q08CL3","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A9ULR9","zgc:77244","kctd13","Q6NYY3","kctd13","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0A0R4ICR0","zgc:77244","wu:fc15b07","Q6NYY3","klhl13","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","E7F6F9","zgc:77244","klhl3","Q6NYY3","E7F6F9","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","E9QHV0","zgc:77244","Kelch-like protein 9 isoform X1","Q6NYY3","E9QHV0","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","F1R5K5","zgc:77244","wu:fi06b02","Q6NYY3","tnfaip1","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A2RRV4","zgc:77244","zgc:158266","Q6NYY3","klhl8","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q5U374","zgc:77244","klhl12","Q6NYY3","Q5U374","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0JMG1","zgc:77244","spoplb","Q6NYY3","A0JMG1","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0A2R8Q1W5","zgc:77244","keap1b","Q6NYY3","keap1b","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","B3DIU1","zgc:77244","cul3","Q6NYY3","cul3b","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q6NYM1","zgc:77244","klhl21","Q6NYY3","klhl21","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q6DC93","zgc:77244","pef1","Q6NYY3","pef1","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","string-db","7955.ENSDARP00000033243/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q7T330","zgc:77244","spop","Q6NYY3","Q7T330","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","F1Q9R3","zgc:77244","Kelch-like protein 22","Q6NYY3","F1Q9R3","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0A0R4IP02","zgc:77244","wu:fc15b07","Q6NYY3","A0A0R4IP02","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q6P7X5","zgc:77244","wu:fb30g12","Q6NYY3","kctd10","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","Q0P490","zgc:77244","zgc:153278","Q6NYY3","Q0P490","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","string-db","7955.ENSDARP00000033638/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0A0G2KCH4","zgc:77244","klhl25","Q6NYY3","A0A0G2KCH4","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000025832","physical","txid7955" +"Q6NYY3","A0A2R8QC39","zgc:77244","LOC101886608","Q6NYY3","A0A2R8QC39","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000025832","physical","txid7955" +"Q25C93","O13166","fezf1","tle3a","Q25C93","O13166","Fez family zinc finger protein 1","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000007655","physical","txid7955" +"F6NP87","Q6DGM9","ndufa9","zgc:92850","ndufa9a","ndufa7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","string-db","7955.ENSDARP00000053284/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","A8E5B7","ndufa9","hm:zeh0024","ndufa9a","ndufb5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIX9","ndufa9","mt-nd6","ndufa9a","mt-nd6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","B0S673","ndufa9","coa1","ndufa9a","B0S673","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","F1Q4N4","ndufa9","im:7149850","ndufa9a","ndufs2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6PBJ6","ndufa9","zgc:73375","ndufa9a","ndufb6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","string-db","7955.ENSDARP00000054204/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6PBN0","ndufa9","wu:fb78c03","ndufa9a","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6P119","ndufa9","si:dkeyp-118h9.4","ndufa9a","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","F1QHE9","ndufa9","fj19d10","ndufa9a","ndufs7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q5BJA2","ndufa9","zgc:114172","ndufa9a","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","E7FDX3","ndufa9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufa9a","E7FDX3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6P5L5","ndufa9","nduf8","ndufa9a","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIY0","ndufa9","mt-nd5","ndufa9a","mt-nd5","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q567Y4","ndufa9","wu:fb10b03","ndufa9a","ndufb9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","string-db","7955.ENSDARP00000060549/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIY1","ndufa9","mt-nd4","ndufa9a","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","F1QQ42","ndufa9","zgc:86674","ndufa9a","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q1LYN0","ndufa9","im:6897973","ndufa9a","ndufb11","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","string-db","7955.ENSDARP00000063816/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6PBK0","ndufa9","fj49f11","ndufa9a","ndufb4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","A1L1F1","ndufa9","ndufaf3","ndufa9a","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6P6E5","ndufa9","zgc:77820","ndufa9a","ndufb7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","string-db","7955.ENSDARP00000043932/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q08BY0","ndufa9","ndufaf7","ndufa9a","ndufaf7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIY3","ndufa9","mt-nd3","ndufa9a","mt-nd3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6P0T0","ndufa9","ndufs8","ndufa9a","ndufs8a","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","string-db","7955.ENSDARP00000059226/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q568N3","ndufa9","timmdc1","ndufa9a","Q568N3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q7SXE9","ndufa9","zgc:66391","ndufa9a","Q7SXE9","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 11 (Complex I-B14.7) (NADH-ubiquinone oxidoreductase subunit B14.7)","string-db","7955.ENSDARP00000062786/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","B3DI94","ndufa9","tmem186","ndufa9a","tmem186","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIZ0","ndufa9","mt-nd1","ndufa9a","mt-nd1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","A1L2B7","ndufa9","zgc:158774","ndufa9a","A1L2B7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NAD-dependent protein deacetylase sirtuin-3, mitochondrial (EC 3.5.1.-) (Sirtuin (Silent mating type information regulation 2 homolog) 3 (S. cerevisiae)) (Sirtuin 3)","string-db","7955.ENSDARP00000051972/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q4VBI5","ndufa9","zgc:112340","ndufa9a","ndufa2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","string-db","7955.ENSDARP00000031098/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q9MIY9","ndufa9","mt-nd2","ndufa9a","mt-nd2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","A0A0R4IV80","ndufa9","si:ch211-235e9.6","ndufa9a","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","Q6PC22","ndufa9","zgc:73139","ndufa9a","ndufa8","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000007735","physical","txid7955" +"F6NP87","A3KP37","ndufa9","ndufaf5","ndufa9a","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000007735","physical","txid7955" +"Q6PBK0","A0A0R4IV80","fj49f11","si:ch211-235e9.6","ndufb4","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIX9","fj49f11","mt-nd6","ndufb4","mt-nd6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","A8E5B7","fj49f11","hm:zeh0024","ndufb4","ndufb5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q6PC22","fj49f11","zgc:73139","ndufb4","ndufa8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q5BJA2","fj49f11","zgc:114172","ndufb4","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIZ0","fj49f11","mt-nd1","ndufb4","mt-nd1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","A1L1F1","fj49f11","ndufaf3","ndufb4","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIY9","fj49f11","mt-nd2","ndufb4","mt-nd2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIY1","fj49f11","mt-nd4","ndufb4","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","A3KP37","fj49f11","ndufaf5","ndufb4","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","F1QHE9","fj49f11","fj19d10","ndufb4","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q6P119","fj49f11","si:dkeyp-118h9.4","ndufb4","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIY0","fj49f11","mt-nd5","ndufb4","mt-nd5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","B0S673","fj49f11","coa1","ndufb4","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","F1QQ42","fj49f11","zgc:86674","ndufb4","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","B3DI94","fj49f11","tmem186","ndufb4","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","E7FDX3","fj49f11","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufb4","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","F1Q4N4","fj49f11","im:7149850","ndufb4","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q6P5L5","fj49f11","nduf8","ndufb4","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q9MIY3","fj49f11","mt-nd3","ndufb4","mt-nd3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000074959","physical","txid7955" +"Q6PBK0","Q6PBN0","fj49f11","wu:fb78c03","ndufb4","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000074959","physical","txid7955" +"Q1LYN0","B3DI94","im:6897973","tmem186","ndufb11","tmem186","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q6P5L5","im:6897973","nduf8","ndufb11","Q6P5L5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","A3KP37","im:6897973","ndufaf5","ndufb11","A3KP37","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","A8E5B7","im:6897973","hm:zeh0024","ndufb11","ndufb5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q6PC22","im:6897973","zgc:73139","ndufb11","ndufa8","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","B0S673","im:6897973","coa1","ndufb11","B0S673","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIY3","im:6897973","mt-nd3","ndufb11","mt-nd3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","string-db","7955.ENSDARP00000087876/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","A1L1F1","im:6897973","ndufaf3","ndufb11","ndufaf3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIY1","im:6897973","mt-nd4","ndufb11","Q9MIY1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","E7FDX3","im:6897973","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufb11","E7FDX3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q6PBK0","im:6897973","fj49f11","ndufb11","ndufb4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","F1Q4N4","im:6897973","im:7149850","ndufb11","ndufs2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIY9","im:6897973","mt-nd2","ndufb11","mt-nd2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","string-db","7955.ENSDARP00000087870/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q6PBN0","im:6897973","wu:fb78c03","ndufb11","ndufb2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIX9","im:6897973","mt-nd6","ndufb11","mt-nd6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","F1QHE9","im:6897973","fj19d10","ndufb11","ndufs7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","F1QQ42","im:6897973","zgc:86674","ndufb11","ndufa1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIY0","im:6897973","mt-nd5","ndufb11","mt-nd5","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q9MIZ0","im:6897973","mt-nd1","ndufb11","mt-nd1","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q6P119","im:6897973","si:dkeyp-118h9.4","ndufb11","Q6P119","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q08BY0","im:6897973","ndufaf7","ndufb11","ndufaf7","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","string-db","7955.ENSDARP00000067396/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","A0A0R4IV80","im:6897973","si:ch211-235e9.6","ndufb11","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q568N3","im:6897973","timmdc1","ndufb11","Q568N3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000063816","physical","txid7955" +"Q1LYN0","Q5BJA2","im:6897973","zgc:114172","ndufb11","Q5BJA2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000063816","physical","txid7955" +"E7FDX3","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufaf5","E7FDX3","A3KP37","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000101916","physical","txid7955" +"E7FDX3","Q6PBN0","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","wu:fb78c03","E7FDX3","ndufb2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000101916","physical","txid7955" +"E7FDX3","A0A0R4IV80","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","si:ch211-235e9.6","E7FDX3","si:ch211-235e9.6","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000101916","physical","txid7955" +"E7FDX3","A1L1F1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufaf3","E7FDX3","ndufaf3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000101916","physical","txid7955" +"E7FDX3","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","si:dkeyp-118h9.4","E7FDX3","Q6P119","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000101916","physical","txid7955" +"E7FDX3","F1QQ42","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","zgc:86674","E7FDX3","ndufa1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000101916","physical","txid7955" +"Q9MIY3","Q9MIY0","mt-nd3","mt-nd5","mt-nd3","mt-nd5","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","F1QHE9","mt-nd3","fj19d10","mt-nd3","ndufs7","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","F1QQ42","mt-nd3","zgc:86674","mt-nd3","ndufa1","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q5BJA2","mt-nd3","zgc:114172","mt-nd3","Q5BJA2","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","F1Q4N4","mt-nd3","im:7149850","mt-nd3","ndufs2","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q6P119","mt-nd3","si:dkeyp-118h9.4","mt-nd3","Q6P119","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","A0A2R8QM83","mt-nd3","zgc:73348","mt-nd3","A0A2R8QM83","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","A8E5B7","mt-nd3","hm:zeh0024","mt-nd3","ndufb5","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q5CZW0","mt-nd3","zgc:113197","mt-nd3","ndufaf1","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","string-db","7955.ENSDARP00000118047/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q9MIY2","mt-nd3","mt-nd4l","mt-nd3","mt-nd4l","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","string-db","7955.ENSDARP00000087877/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","B0S673","mt-nd3","coa1","mt-nd3","B0S673","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q08CK1","mt-nd3","ecsit","mt-nd3","Q08CK1","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q9MIX9","mt-nd3","mt-nd6","mt-nd3","mt-nd6","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q9MIY1","mt-nd3","mt-nd4","mt-nd3","Q9MIY1","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q6P5L5","mt-nd3","nduf8","mt-nd3","Q6P5L5","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","Q6PBN0","mt-nd3","wu:fb78c03","mt-nd3","ndufb2","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","A0A0R4IV80","mt-nd3","si:ch211-235e9.6","mt-nd3","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087876","physical","txid7955" +"Q9MIY3","B3DI94","mt-nd3","tmem186","mt-nd3","tmem186","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087876","physical","txid7955" +"A1L2B7","A0A2R8Q6G5","zgc:158774","wu:fa04c03","A1L2B7","A0A2R8Q6G5","NAD-dependent protein deacetylase sirtuin-3, mitochondrial (EC 3.5.1.-) (Sirtuin (Silent mating type information regulation 2 homolog) 3 (S. cerevisiae)) (Sirtuin 3)","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","string-db","7955.ENSDARP00000055053/7955.ENSDARP00000051972","physical","txid7955" +"Q08BY0","Q6PBN0","ndufaf7","wu:fb78c03","ndufaf7","ndufb2","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","A0A0R4IV80","ndufaf7","si:ch211-235e9.6","ndufaf7","si:ch211-235e9.6","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q6P5L5","ndufaf7","nduf8","ndufaf7","Q6P5L5","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","E7FDX3","ndufaf7","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","ndufaf7","E7FDX3","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q6PC22","ndufaf7","zgc:73139","ndufaf7","ndufa8","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","A8E5B7","ndufaf7","hm:zeh0024","ndufaf7","ndufb5","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q9MIZ0","ndufaf7","mt-nd1","ndufaf7","mt-nd1","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","A3KP37","ndufaf7","ndufaf5","ndufaf7","A3KP37","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q5BJA2","ndufaf7","zgc:114172","ndufaf7","Q5BJA2","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q6PBK0","ndufaf7","fj49f11","ndufaf7","ndufb4","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","A1L1F1","ndufaf7","ndufaf3","ndufaf7","ndufaf3","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q568N3","ndufaf7","timmdc1","ndufaf7","Q568N3","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","string-db","7955.ENSDARP00000069984/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","F1QHE9","ndufaf7","fj19d10","ndufaf7","ndufs7","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","F1QQ42","ndufaf7","zgc:86674","ndufaf7","ndufa1","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","Q6P119","ndufaf7","si:dkeyp-118h9.4","ndufaf7","Q6P119","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000067396","physical","txid7955" +"Q08BY0","F1Q4N4","ndufaf7","im:7149850","ndufaf7","ndufs2","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000067396","physical","txid7955" +"Q568N3","A3KP37","timmdc1","ndufaf5","Q568N3","A3KP37","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","string-db","7955.ENSDARP00000113500/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","F1Q4N4","timmdc1","im:7149850","Q568N3","ndufs2","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q6P5L5","timmdc1","nduf8","Q568N3","Q6P5L5","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q9MIZ0","timmdc1","mt-nd1","Q568N3","mt-nd1","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","string-db","7955.ENSDARP00000087869/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","A8E5B7","timmdc1","hm:zeh0024","Q568N3","ndufb5","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q6PBN0","timmdc1","wu:fb78c03","Q568N3","ndufb2","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q6PC22","timmdc1","zgc:73139","Q568N3","ndufa8","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","A0A0R4IV80","timmdc1","si:ch211-235e9.6","Q568N3","si:ch211-235e9.6","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q6P119","timmdc1","si:dkeyp-118h9.4","Q568N3","Q6P119","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","F1QHE9","timmdc1","fj19d10","Q568N3","ndufs7","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","F1QQ42","timmdc1","zgc:86674","Q568N3","ndufa1","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q5BJA2","timmdc1","zgc:114172","Q568N3","Q5BJA2","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","E7FDX3","timmdc1","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","Q568N3","E7FDX3","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 4","string-db","7955.ENSDARP00000101916/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","A1L1F1","timmdc1","ndufaf3","Q568N3","ndufaf3","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000069984","physical","txid7955" +"Q568N3","Q6PBK0","timmdc1","fj49f11","Q568N3","ndufb4","Complex I assembly factor TIMMDC1, mitochondrial (Translocase of inner mitochondrial membrane domain-containing protein 1) (TIMM domain containing-protein 1)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","string-db","7955.ENSDARP00000074959/7955.ENSDARP00000069984","physical","txid7955" +"A3KP37","A1L1F1","ndufaf5","ndufaf3","A3KP37","ndufaf3","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","string-db","7955.ENSDARP00000156172/7955.ENSDARP00000113500","physical","txid7955" +"A3KP37","A0A0R4IV80","ndufaf5","si:ch211-235e9.6","A3KP37","si:ch211-235e9.6","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000113500","physical","txid7955" +"A3KP37","Q6P119","ndufaf5","si:dkeyp-118h9.4","A3KP37","Q6P119","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000113500","physical","txid7955" +"A3KP37","Q6PBN0","ndufaf5","wu:fb78c03","A3KP37","ndufb2","Arginine-hydroxylase NDUFAF5, mitochondrial (EC 1.-.-.-) (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 5) (Putative methyltransferase NDUFAF5) (EC 2.1.1.-)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000113500","physical","txid7955" +"Q9MIY1","Q5BJA2","mt-nd4","zgc:114172","Q9MIY1","Q5BJA2","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","Q6P119","mt-nd4","si:dkeyp-118h9.4","Q9MIY1","Q6P119","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","F1QQ42","mt-nd4","zgc:86674","Q9MIY1","ndufa1","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","Q9MIX9","mt-nd4","mt-nd6","Q9MIY1","mt-nd6","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","Q6P5L5","mt-nd4","nduf8","Q9MIY1","Q6P5L5","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","A0A0R4IV80","mt-nd4","si:ch211-235e9.6","Q9MIY1","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","F1Q4N4","mt-nd4","im:7149850","Q9MIY1","ndufs2","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","Q6PBN0","mt-nd4","wu:fb78c03","Q9MIY1","ndufb2","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","A8E5B7","mt-nd4","hm:zeh0024","Q9MIY1","ndufb5","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","Q9MIY0","mt-nd4","mt-nd5","Q9MIY1","mt-nd5","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","F1QHE9","mt-nd4","fj19d10","Q9MIY1","ndufs7","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","B3DI94","mt-nd4","tmem186","Q9MIY1","tmem186","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087878","physical","txid7955" +"Q9MIY1","B0S673","mt-nd4","coa1","Q9MIY1","B0S673","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087878","physical","txid7955" +"B0S673","B3DI94","coa1","tmem186","B0S673","tmem186","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000145438","physical","txid7955" +"B0S673","A0A2R8QM83","coa1","zgc:73348","B0S673","A0A2R8QM83","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000145438","physical","txid7955" +"B0S673","Q6P119","coa1","si:dkeyp-118h9.4","B0S673","Q6P119","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000145438","physical","txid7955" +"Q9MIX9","B3DI94","mt-nd6","tmem186","mt-nd6","tmem186","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","F1QHE9","mt-nd6","fj19d10","mt-nd6","ndufs7","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q5BJA2","mt-nd6","zgc:114172","mt-nd6","Q5BJA2","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q08CK1","mt-nd6","ecsit","mt-nd6","Q08CK1","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","A0A0R4IV80","mt-nd6","si:ch211-235e9.6","mt-nd6","si:ch211-235e9.6","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","string-db","7955.ENSDARP00000140562/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","F1QQ42","mt-nd6","zgc:86674","mt-nd6","ndufa1","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","string-db","7955.ENSDARP00000105154/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","A8E5B7","mt-nd6","hm:zeh0024","mt-nd6","ndufb5","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","string-db","7955.ENSDARP00000095073/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q6P119","mt-nd6","si:dkeyp-118h9.4","mt-nd6","Q6P119","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 3 (Complex I-B12) (NADH-ubiquinone oxidoreductase B12 subunit)","string-db","7955.ENSDARP00000155189/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","F1Q4N4","mt-nd6","im:7149850","mt-nd6","ndufs2","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","string-db","7955.ENSDARP00000098175/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","B0S673","mt-nd6","coa1","mt-nd6","B0S673","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q6PBN0","mt-nd6","wu:fb78c03","mt-nd6","ndufb2","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","string-db","7955.ENSDARP00000115006/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q6P5L5","mt-nd6","nduf8","mt-nd6","Q6P5L5","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 8, mitochondrial (Complex I-ASHI) (NADH-ubiquinone oxidoreductase ASHI subunit)","string-db","7955.ENSDARP00000095947/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","A0A2R8QM83","mt-nd6","zgc:73348","mt-nd6","A0A2R8QM83","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000087880","physical","txid7955" +"Q9MIX9","Q5CZW0","mt-nd6","zgc:113197","mt-nd6","ndufaf1","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","string-db","7955.ENSDARP00000118047/7955.ENSDARP00000087880","physical","txid7955" +"E7F836","Q90Z40","Rac/Cdc42 guanine nucleotide exchange factor","[g]3","arhgef6","gng3","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000015972/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q15KE4","Rac/Cdc42 guanine nucleotide exchange factor","zgc:110302","arhgef6","Q15KE4","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q803H5","Rac/Cdc42 guanine nucleotide exchange factor","gnb1l","arhgef6","gnb1b","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","A0A8M3ANZ5","Rac/Cdc42 guanine nucleotide exchange factor","gng12","arhgef6","A0A8M3ANZ5","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","A0A0G2L6W9","Rac/Cdc42 guanine nucleotide exchange factor","Guanine nucleotide-binding protein subunit gamma","arhgef6","A0A0G2L6W9","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6PBN9","Rac/Cdc42 guanine nucleotide exchange factor","gng1","arhgef6","Q6PBN9","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","A1L271","Rac/Cdc42 guanine nucleotide exchange factor","gnb5a","arhgef6","gnb5a","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6PC42","Rac/Cdc42 guanine nucleotide exchange factor","fd02e01","arhgef6","parvb","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Beta-parvin (Parvin, beta)","string-db","7955.ENSDARP00000012119/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q5BJ11","Rac/Cdc42 guanine nucleotide exchange factor","im:7138539","arhgef6","gnb2","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","F1QM54","Rac/Cdc42 guanine nucleotide exchange factor","fb18g01","arhgef6","F1QM54","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6DGZ5","Rac/Cdc42 guanine nucleotide exchange factor","zgc:92709","arhgef6","gng7","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","A0A2R8RKX9","Rac/Cdc42 guanine nucleotide exchange factor","zgc:101614","arhgef6","A0A2R8RKX9","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q503Q6","Rac/Cdc42 guanine nucleotide exchange factor","zgc:110316","arhgef6","Q503Q6","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","A3QJU6","Rac/Cdc42 guanine nucleotide exchange factor","zgc:136923","arhgef6","A3QJU6","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6DH00","Rac/Cdc42 guanine nucleotide exchange factor","zgc:92704","arhgef6","gng13b","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6TH03","Rac/Cdc42 guanine nucleotide exchange factor","xx:tdsubc_2c12","arhgef6","gng5","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6PBR4","Rac/Cdc42 guanine nucleotide exchange factor","gngt2","arhgef6","Q6PBR4","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000007758","physical","txid7955" +"E7F836","Q6DH55","Rac/Cdc42 guanine nucleotide exchange factor","zgc:92641","arhgef6","gnb3a","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000007758","physical","txid7955" +"F1QM54","A3QJU6","fb18g01","zgc:136923","F1QM54","A3QJU6","Ras homolog family member Ub","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","F6NTA0","fb18g01","TXNL","F1QM54","txnl1","Ras homolog family member Ub","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","E9QCS7","fb18g01","fi34f05","F1QM54","E9QCS7","Ras homolog family member Ub","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","E9QBV1","fb18g01","fd07f11","F1QM54","cltcb","Ras homolog family member Ub","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","E7F6M0","fb18g01","Cytoplasmic protein","F1QM54","nck1b","Ras homolog family member Ub","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","A9C3T6","fb18g01","si:dkey-20d21.7","F1QM54","A9C3T6","Ras homolog family member Ub","tRNA (34-2'-O)-methyltransferase regulator WDR6 (WD repeat-containing protein 6)","string-db","7955.ENSDARP00000113761/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","A0A8M2B5G2","fb18g01","non-specific protein-tyrosine kinase","F1QM54","A0A8M2B5G2","Ras homolog family member Ub","non-specific protein-tyrosine kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000126522/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","E9QGF9","fb18g01","Rho GTPase-activating protein 31","F1QM54","E9QGF9","Ras homolog family member Ub","Rho GTPase-activating protein 31","string-db","7955.ENSDARP00000115419/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","Q6PC73","fb18g01","grb2","F1QM54","grb2b","Ras homolog family member Ub","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","X1WGC5","fb18g01","Pseudopodium-enriched atypical kinase 1","F1QM54","peak1","Ras homolog family member Ub","Pseudopodium-enriched atypical kinase 1","string-db","7955.ENSDARP00000129280/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","Q4FE55","fb18g01","ubiquitinyl hydrolase 1","F1QM54","usp9","Ras homolog family member Ub","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000115664/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","A0A2R8Q515","fb18g01","fc28d09","F1QM54","A0A2R8Q515","Ras homolog family member Ub","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000104615","physical","txid7955" +"F1QM54","A5PMY5","fb18g01","wu:fv75b10","F1QM54","stam","Ras homolog family member Ub","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000104615","physical","txid7955" +"Q6PC42","F1Q8T4","fd02e01","zgc:63474","parvb","itga9","Beta-parvin (Parvin, beta)","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","A0A8M9QA60","fd02e01","Integrin alpha-3 isoform X2","parvb","A0A8M9QA60","Beta-parvin (Parvin, beta)","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","Q5I2A9","fd02e01","sb:cb665","parvb","itga5","Beta-parvin (Parvin, beta)","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","string-db","7955.ENSDARP00000027718/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","Q6PHD6","fd02e01","zgc:65842","parvb","ilk","Beta-parvin (Parvin, beta)","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1QG85","fd02e01","itgb1","parvb","F1QG85","Beta-parvin (Parvin, beta)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1R2R3","fd02e01","im:7145180","parvb","itga3b","Beta-parvin (Parvin, beta)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","Q19U09","fd02e01","zgc:85632","parvb","itgb1b.2","Beta-parvin (Parvin, beta)","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1QWI2","fd02e01","itga11","parvb","F1QWI2","Beta-parvin (Parvin, beta)","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1QC06","fd02e01","Integrin alpha-2-like isoform X1","parvb","F1QC06","Beta-parvin (Parvin, beta)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","B3DIV2","fd02e01","itgb1","parvb","B3DIV2","Beta-parvin (Parvin, beta)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","Q7ZVF9","fd02e01","actbb","parvb","Q7ZVF9","Beta-parvin (Parvin, beta)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","A0A0R4ICS1","fd02e01","Integrin alpha 4","parvb","itga4","Beta-parvin (Parvin, beta)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","Q7ZVI7","fd02e01","actba","parvb","actba","Beta-parvin (Parvin, beta)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","B8JHU4","fd02e01","Alpha-actinin-1","parvb","B8JHU4","Beta-parvin (Parvin, beta)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","A8WHQ8","fd02e01","Integrin alpha-6 isoform X1","parvb","A8WHQ8","Beta-parvin (Parvin, beta)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1QZG1","fd02e01","zgc:63504","parvb","F1QZG1","Beta-parvin (Parvin, beta)","Myoferlin","string-db","7955.ENSDARP00000117746/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","A0A0R4IKD0","fd02e01","Ras suppressor protein 1","parvb","rsu1","Beta-parvin (Parvin, beta)","Ras suppressor protein 1","string-db","7955.ENSDARP00000153624/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","P83751","fd02e01","actb","parvb","P83751","Beta-parvin (Parvin, beta)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","P83750","fd02e01","actb","parvb","P83750","Beta-parvin (Parvin, beta)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000012119","physical","txid7955" +"Q6PC42","F1QGX0","fd02e01","Integrin beta","parvb","itgb6","Beta-parvin (Parvin, beta)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000012119","physical","txid7955" +"Q6TGT7","F1Q742","SH3GL3","E3 ubiquitin-protein ligase CBL","sh3gl3b","cblb","Endophilin-A3 (SH3-domain GRB2-like 3)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000033942/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","Q90413","SH3GL3","fgfr4","sh3gl3b","Q90413","Endophilin-A3 (SH3-domain GRB2-like 3)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","Q9DE49","SH3GL3","pdgfra","sh3gl3b","Q9DE49","Endophilin-A3 (SH3-domain GRB2-like 3)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","E9QHF3","SH3GL3","fb02f11","sh3gl3b","synj1","Endophilin-A3 (SH3-domain GRB2-like 3)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","Q9I8X3","SH3GL3","fgfr3","sh3gl3b","Q9I8X3","Endophilin-A3 (SH3-domain GRB2-like 3)","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000011898/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","F6PCP5","SH3GL3","si:ch211-175g6.9","sh3gl3b","F6PCP5","Endophilin-A3 (SH3-domain GRB2-like 3)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000007836","physical","txid7955" +"Q6TGT7","Q8JG38","SH3GL3","fgfr2","sh3gl3b","Q8JG38","Endophilin-A3 (SH3-domain GRB2-like 3)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000007836","physical","txid7955" +"Q9I8X3","F1QHN6","fgfr3","im:7042025","Q9I8X3","ubc","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F4P8","fgfr3","Insulin receptor substrate 1","Q9I8X3","irs1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0R4IUB6","fgfr3","epn1","Q9I8X3","epn1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1QHJ5","fgfr3","Clathrin interactor 1-like isoform X2","Q9I8X3","clint1b","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q2LJ24","fgfr3","Fibroblast growth factor","Q9I8X3","fgf20b","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q7SX76","fgfr3","fgfrl1","Q9I8X3","fgfrl1a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","string-db","7955.ENSDARP00000077102/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","B0S6V7","fgfr3","wu:fb65b05","Q9I8X3","pik3r1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","B0V151","fgfr3","im:5777505","Q9I8X3","B0V151","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","string-db","7955.ENSDARP00000045932/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1QAD7","fgfr3","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q9I8X3","pik3ca","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","B8A574","fgfr3","cb500","Q9I8X3","tacc3","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Transforming acidic coiled-coil-containing protein 3 isoform X1 (Transforming, acidic coiled-coil-containing protein 3)","string-db","7955.ENSDARP00000022481/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q8JG38","fgfr3","fgfr2","Q9I8X3","Q8JG38","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F1P1","fgfr3","receptor protein-tyrosine kinase","Q9I8X3","E7F1P1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q803T6","fgfr3","sh3gl2","Q9I8X3","sh3gl2a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","O57341","fgfr3","fgf8a","Q9I8X3","fgf8a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor 8 (FGF-8)","string-db","7955.ENSDARP00000018653/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A8M2BBW7","fgfr3","si:dkey-97m3.4","Q9I8X3","A0A8M2BBW7","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F251","fgfr3","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q9I8X3","pik3cb","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0R4IN60","fgfr3","Fibroblast growth factor","Q9I8X3","fgf19","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7EYW2","fgfr3","Epsin 2","Q9I8X3","epn2","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0R4I9X7","fgfr3","GRB2-associated-binding protein 2","Q9I8X3","A0A0R4I9X7","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q90413","fgfr3","fgfr4","Q9I8X3","Q90413","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F6PCP5","fgfr3","si:ch211-175g6.9","Q9I8X3","F6PCP5","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1Q742","fgfr3","E3 ubiquitin-protein ligase CBL","Q9I8X3","cblb","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000033942/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1Q7S5","fgfr3","fb11b01","Q9I8X3","gab1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q7ZVA3","fgfr3","cb831","Q9I8X3","sh3gl1b","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000091264/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1QV49","fgfr3","Transforming acidic coiled-coil-containing protein 1 isoform X2","Q9I8X3","tacc1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Transforming acidic coiled-coil-containing protein 1 isoform X2 (Transforming, acidic coiled-coil-containing protein 1)","string-db","7955.ENSDARP00000085589/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q91430","fgfr3","svp[40]","Q9I8X3","nr2f2","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","string-db","7955.ENSDARP00000107285/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","B3DHR9","fgfr3","Fibroblast growth factor","Q9I8X3","fgf7","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","B3DIW6","fgfr3","Uncharacterized protein LOC792915","Q9I8X3","-","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0R4IX01","fgfr3","Beta-klotho","Q9I8X3","A0A0R4IX01","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","O73682","fgfr3","vegfaa","Q9I8X3","vegfaa","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F020","fgfr3","Fibroblast growth factor receptor substrate 2","Q9I8X3","E7F020","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q90Z00","fgfr3","fgfr1a","Q9I8X3","fgfr1a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","string-db","7955.ENSDARP00000013742/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","P48802","fgfr3","fgf3","Q9I8X3","fgf3","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1RC43","fgfr3","Klotho","Q9I8X3","F1RC43","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q9DFC9","fgfr3","wu:fc89b01","Q9I8X3","fgf4","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","F1QIJ6","fgfr3","Epidermal growth factor receptor pathway substrate 15","Q9I8X3","eps15","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F3T0","fgfr3","SHC-transforming protein 1","Q9I8X3","shc1","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q6SJP8","fgfr3","fgf17","Q9I8X3","fgf17","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q6PC73","fgfr3","grb2","Q9I8X3","grb2b","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q8AY90","fgfr3","fgf10","Q9I8X3","Q8AY90","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000048580/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","E7F2A4","fgfr3","Epsin 3a","Q9I8X3","epn3a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q805B2","fgfr3","fgf8b","Q9I8X3","Q805B2","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor 8b (FGF-8b) (Fibroblast growth factor 17a) (FGF-17a)","string-db","7955.ENSDARP00000057884/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q2HXK8","fgfr3","fgf16","Q9I8X3","Q2HXK8","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0R4IKQ9","fgfr3","Insulin receptor substrate 2","Q9I8X3","irs2b","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q8AXB3","fgfr3","kdrl","Q9I8X3","Q8AXB3","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q1MT71","fgfr3","CH211-281O21.2","Q9I8X3","sh3gl1a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000110333/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","A0A0N4SUD2","fgfr3","Ubi-p63E","Q9I8X3","ubb","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q5RKN6","fgfr3","zgc:103549","Q9I8X3","grb2a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q7SXA3","fgfr3","zgc:66168","Q9I8X3","rps27a","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000011898","physical","txid7955" +"Q9I8X3","Q1XG76","fgfr3","si:dkey-21e2.2","Q9I8X3","Q1XG76","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000011898","physical","txid7955" +"Q8JG38","A0A0R4IID9","fgfr2","eps8","Q8JG38","A0A0R4IID9","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Epidermal growth factor receptor kinase substrate 8 isoform X14 (Epidermal growth factor receptor pathway substrate 8a)","string-db","7955.ENSDARP00000134730/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0R4IUB6","fgfr2","epn1","Q8JG38","epn1","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q6PFU4","fgfr2","cdc42a","Q8JG38","cdc42","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0R4IX01","fgfr2","Beta-klotho","Q8JG38","A0A0R4IX01","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","F1QAD7","fgfr2","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q8JG38","pik3ca","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","E7F020","fgfr2","Fibroblast growth factor receptor substrate 2","Q8JG38","E7F020","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","E7F2A4","fgfr2","Epsin 3a","Q8JG38","epn3a","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q5RKN6","fgfr2","zgc:103549","Q8JG38","grb2a","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q8AXB3","fgfr2","kdrl","Q8JG38","Q8AXB3","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q7SXA3","fgfr2","zgc:66168","Q8JG38","rps27a","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0N4SUD2","fgfr2","Ubi-p63E","Q8JG38","ubb","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0R4IKQ9","fgfr2","Insulin receptor substrate 2","Q8JG38","irs2b","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","F1QHN6","fgfr2","im:7042025","Q8JG38","ubc","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0R4IN60","fgfr2","Fibroblast growth factor","Q8JG38","fgf19","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","P48802","fgfr2","fgf3","Q8JG38","fgf3","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q6SJP8","fgfr2","fgf17","Q8JG38","fgf17","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","E7EYW2","fgfr2","Epsin 2","Q8JG38","epn2","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q5K373","fgfr2","fgfrl1b beta","Q8JG38","fgfrl1b","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","20802085","physical","txid7955" +"Q8JG38","Q9DFC9","fgfr2","wu:fc89b01","Q8JG38","fgf4","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","A0A0R4I9X7","fgfr2","GRB2-associated-binding protein 2","Q8JG38","A0A0R4I9X7","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","E7F251","fgfr2","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q8JG38","pik3cb","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000124472","physical","txid7955" +"Q8JG38","Q90413","fgfr2","fgfr4","Q8JG38","Q90413","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000124472","physical","txid7955" +"Q90413","Q8UVD6","fgfr4","wu:fa16d03","Q90413","Q8UVD6","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","Brother of CDO","psicquic","18296487;18296487","physical","txid7955" +"Q9DE49","E7F251","pdgfra","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q9DE49","pik3cb","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","B5DE36","pdgfra","zgc:175192","Q9DE49","B5DE36","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","F6PCP5","pdgfra","si:ch211-175g6.9","Q9DE49","F6PCP5","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","B3DIW6","pdgfra","Uncharacterized protein LOC792915","Q9DE49","-","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","A5PMP7","pdgfra","LOC103909601","Q9DE49","A5PMP7","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","string-db","7955.ENSDARP00000095859/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","A0A2R8Q0D8","pdgfra","Platelet-derived growth factor subunit B","Q9DE49","A0A2R8Q0D8","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","E7EYW2","pdgfra","Epsin 2","Q9DE49","epn2","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","F1QHJ5","pdgfra","Clathrin interactor 1-like isoform X2","Q9DE49","clint1b","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","F1QAD7","pdgfra","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q9DE49","pik3ca","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","A0A8M9Q3E7","pdgfra","si:ch211-79m20.1","Q9DE49","A0A8M9Q3E7","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Adenylate cyclase, terminal-differentiation specific (Platelet-derived growth factor beta polypeptide a)","string-db","7955.ENSDARP00000146148/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","A0A0R4IUB6","pdgfra","epn1","Q9DE49","epn1","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","O93599","pdgfra","STAT3b1","Q9DE49","stat3","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","E7F2A4","pdgfra","Epsin 3a","Q9DE49","epn3a","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","Q5RKN6","pdgfra","zgc:103549","Q9DE49","grb2a","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","Q1MT71","pdgfra","CH211-281O21.2","Q9DE49","sh3gl1a","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000110333/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","Q0PKX7","pdgfra","fasl","Q9DE49","Q0PKX7","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","F1QGH7","pdgfra","ctnnb1","Q9DE49","ctnnb1","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","B0CLV3","pdgfra","zgc:101704","Q9DE49","cadm4","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Cell adhesion molecule 4 (Zgc:101704)","psicquic","20802085","physical","txid7955" +"Q9DE49","E7F4B2","pdgfra","GRF2","Q9DE49","rapgef1b","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","E7F6M0","pdgfra","Cytoplasmic protein","Q9DE49","nck1b","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000094286","physical","txid7955" +"Q9DE49","Q6PC73","pdgfra","grb2","Q9DE49","grb2b","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000094286","physical","txid7955" +"E9QHF3","A0A0R4IDU4","fb02f11","z-numb","synj1","A0A0R4IDU4","phosphoinositide 5-phosphatase (EC 3.1.3.36)","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000122252","physical","txid7955" +"E9QHF3","X1WCN4","fb02f11","EH domain-binding protein 1","synj1","X1WCN4","phosphoinositide 5-phosphatase (EC 3.1.3.36)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000122252","physical","txid7955" +"E9QHF3","Q6PC73","fb02f11","grb2","synj1","grb2b","phosphoinositide 5-phosphatase (EC 3.1.3.36)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122252","physical","txid7955" +"F6PCP5","Q90413","si:ch211-175g6.9","fgfr4","F6PCP5","Q90413","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000099237","physical","txid7955" +"F6PCP5","Q1MT71","si:ch211-175g6.9","CH211-281O21.2","F6PCP5","sh3gl1a","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000110333/7955.ENSDARP00000099237","physical","txid7955" +"F6PCP5","Q8JG38","si:ch211-175g6.9","fgfr2","F6PCP5","Q8JG38","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000099237","physical","txid7955" +"F1Q742","F6PCP5","E3 ubiquitin-protein ligase CBL","si:ch211-175g6.9","cblb","F6PCP5","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q9DE49","E3 ubiquitin-protein ligase CBL","pdgfra","cblb","Q9DE49","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q90413","E3 ubiquitin-protein ligase CBL","fgfr4","cblb","Q90413","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","B0V151","E3 ubiquitin-protein ligase CBL","im:5777505","cblb","B0V151","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","string-db","7955.ENSDARP00000045932/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q1MT71","E3 ubiquitin-protein ligase CBL","CH211-281O21.2","cblb","sh3gl1a","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000110333/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q803T6","E3 ubiquitin-protein ligase CBL","sh3gl2","cblb","sh3gl2a","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q8JG38","E3 ubiquitin-protein ligase CBL","fgfr2","cblb","Q8JG38","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","E7F4B2","E3 ubiquitin-protein ligase CBL","GRF2","cblb","rapgef1b","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000033942","physical","txid7955" +"F1Q742","Q7ZVA3","E3 ubiquitin-protein ligase CBL","cb831","cblb","sh3gl1b","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","Endophilin-A2 (Endophilin-2)","string-db","7955.ENSDARP00000091264/7955.ENSDARP00000033942","physical","txid7955" +"Q1LWH3","A0A8M9QJ44","goz1","Extracellular serine/threonine protein kinase FAM20C","mbtps1","A0A8M9QJ44","Membrane-bound transcription factor peptidase, site 1 (Membrane-bound transcription factor protease, site 1) (Membrane-bound transcription factor site-1 protease isoform X1) (Membrane-bound transcription factor site-1 protease precursor (EC 3.4.21.112))","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000007839","physical","txid7955" +"Q5RH71","A0A1D5NT24","tspan33","adam10","tspan33","adam10a","Tetraspanin-33 (Tspan-33)","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","string-db","7955.ENSDARP00000142998/7955.ENSDARP00000007865","physical","txid7955" +"F1QTC2","A0A0R4IZT6","cb444","ppp1cc","ppp1r3ca","ppp1cc","Protein phosphatase 1 regulatory subunit 3C","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000108067","physical","txid7955" +"F1QTC2","X1WFN1","cb444","Protein phosphatase 1 regulatory subunit 3D","ppp1r3ca","ppp1r3db","Protein phosphatase 1 regulatory subunit 3C","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000108067","physical","txid7955" +"F1QTC2","E7EZR5","cb444","Protein phosphatase 1 regulatory subunit 3A","ppp1r3ca","E7EZR5","Protein phosphatase 1 regulatory subunit 3C","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000108067","physical","txid7955" +"F1QTC2","A0A0R4IXC4","cb444","Si:ch211-167b20.8","ppp1r3ca","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3C","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000108067","physical","txid7955" +"Q9DFS4","Q6P2B0","stard3","fc05d09","stard3","vapb","StAR-related lipid transfer protein 3 (MLN64-like protein) (START domain-containing protein 3) (StARD3)","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","string-db","7955.ENSDARP00000094134/7955.ENSDARP00000007948","physical","txid7955" +"F1Q6U7","Q7ZVI7","WASP actin nucleation-promoting factor a","actba","F1Q6U7","actba","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","P83750","WASP actin nucleation-promoting factor a","actb","F1Q6U7","P83750","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q7ZVF9","WASP actin nucleation-promoting factor a","actbb","F1Q6U7","Q7ZVF9","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q6PFU4","WASP actin nucleation-promoting factor a","cdc42a","F1Q6U7","cdc42","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","P83751","WASP actin nucleation-promoting factor a","actb","F1Q6U7","P83751","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q5RGJ6","WASP actin nucleation-promoting factor a","washc3","F1Q6U7","washc3","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","WASH complex subunit 3 (Coiled-coil domain-containing protein 53)","string-db","7955.ENSDARP00000066998/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q1LWS2","WASP actin nucleation-promoting factor a","fk96b08","F1Q6U7","Q1LWS2","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q1LYG0","WASP actin nucleation-promoting factor a","sh3pxd2a","F1Q6U7","Q1LYG0","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q7SXW6","WASP actin nucleation-promoting factor a","actr2a","F1Q6U7","Q7SXW6","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q6DHM9","WASP actin nucleation-promoting factor a","rhoab","F1Q6U7","rhoab","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Rho-related GTP-binding protein RhoA-B","string-db","7955.ENSDARP00000018377/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","Q56A35","WASP actin nucleation-promoting factor a","actr2b","F1Q6U7","actr2b","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000007963","physical","txid7955" +"F1Q6U7","F1QC03","WASP actin nucleation-promoting factor a","zgc:171680","F1Q6U7","zyx","WASP actin nucleation-promoting factor a (Wiskott-Aldrich syndrome protein)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000007963","physical","txid7955" +"Q5RGJ6","A4IG59","washc3","washc1","washc3","A4IG59","WASH complex subunit 3 (Coiled-coil domain-containing protein 53)","WASH complex subunit 1 (WAS protein family homolog 1)","string-db","7955.ENSDARP00000087184/7955.ENSDARP00000066998","physical","txid7955" +"Q5RGJ6","Q7ZVM1","washc3","washc5","washc3","Q7ZVM1","WASH complex subunit 3 (Coiled-coil domain-containing protein 53)","WASH complex subunit 5 (WASH complex subunit strumpellin)","string-db","7955.ENSDARP00000131386/7955.ENSDARP00000066998","physical","txid7955" +"Q5RGJ6","E7F4L4","washc3","si:dkey-23p11.2","washc3","E7F4L4","WASH complex subunit 3 (Coiled-coil domain-containing protein 53)","WASH complex subunit 4","string-db","7955.ENSDARP00000082748/7955.ENSDARP00000066998","physical","txid7955" +"Q6PFU4","Q9DGE0","cdc42a","map2k6","cdc42","map2k6","Cell division control protein 42 homolog (EC 3.6.5.2)","Dual specificity mitogen-activated protein kinase kinase 6 (MAP kinase kinase 6) (MAPKK 6) (EC 2.7.12.2) (Mitogen-activated protein kinase kinase 3) (zMKK3)","string-db","7955.ENSDARP00000143278/7955.ENSDARP00000129339","physical","txid7955" +"Q6DHM9","X1WE18","rhoab","kank2","rhoab","kank2","Rho-related GTP-binding protein RhoA-B","KN motif and ankyrin repeat domain-containing protein 2","string-db","7955.ENSDARP00000128469/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","Q7T2D2","rhoab","arrb2","rhoab","arrb2b","Rho-related GTP-binding protein RhoA-B","Arrb2b protein (Arrestin, beta 2b)","string-db","7955.ENSDARP00000024694/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","Q90Y37","rhoab","rock2","rhoab","rock2a","Rho-related GTP-binding protein RhoA-B","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","Q1LU99","rhoab","ripor2","rhoab","ripor2","Rho-related GTP-binding protein RhoA-B","Rho family-interacting cell polarization regulator 2","string-db","7955.ENSDARP00000082860/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","C3PTE8","rhoab","Beta-arrestin-1","rhoab","arrb1","Rho-related GTP-binding protein RhoA-B","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A8WH92","rhoab","il-2rb","rhoab","il2rb","Rho-related GTP-binding protein RhoA-B","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A0A286Y8W8","rhoab","Guanine nucleotide exchange factor VAV2 isoform X5","rhoab","vav2","Rho-related GTP-binding protein RhoA-B","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A8WH91","rhoab","il-2rgc.b","rhoab","A8WH91","Rho-related GTP-binding protein RhoA-B","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","B3DIU1","rhoab","cul3","rhoab","cul3b","Rho-related GTP-binding protein RhoA-B","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A8WH93","rhoab","il-2rgc.a","rhoab","A8WH93","Rho-related GTP-binding protein RhoA-B","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","Q90YJ2","rhoab","ngb","rhoab","Q90YJ2","Rho-related GTP-binding protein RhoA-B","Neuroglobin","string-db","7955.ENSDARP00000069992/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","Q92008","rhoab","shha","rhoab","Q92008","Rho-related GTP-binding protein RhoA-B","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","F1QVS6","rhoab","Epithelial cell-transforming 2","rhoab","F1QVS6","Rho-related GTP-binding protein RhoA-B","Epithelial cell-transforming 2 (Protein ECT2 isoform X3)","string-db","7955.ENSDARP00000076266/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","F6NVK8","rhoab","cul3","rhoab","cul3a","Rho-related GTP-binding protein RhoA-B","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A0A8M9PHR9","rhoab","Filamin C, gamma b","rhoab","A0A8M9PHR9","Rho-related GTP-binding protein RhoA-B","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","string-db","7955.ENSDARP00000024947/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","F1QGL5","rhoab","Filamin B, beta","rhoab","F1QGL5","Rho-related GTP-binding protein RhoA-B","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHM9","A0A0R4IVY5","rhoab","Rho-associated protein kinase","rhoab","A0A0R4IVY5","Rho-related GTP-binding protein RhoA-B","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000018377","physical","txid7955" +"Q6DHK9","A0A0R4INS8","Retinoic acid receptor responder 3-like","zgc:154040","rarres3l","A0A0R4INS8","Retinoic acid receptor responder 3-like (Retinoic acid receptor responder protein 3) (Zgc:92249)","Retinoic acid receptor responder 3 (Uncharacterized protein LOC767688)","string-db","7955.ENSDARP00000142578/7955.ENSDARP00000008065","physical","txid7955" +"Q7ZTA3","Q8JFR5","Melanocyte-stimulating hormone receptor","kita","mc1r","kita","Melanocyte-stimulating hormone receptor (MSH-R) (Melanocortin receptor 1)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000008075","physical","txid7955" +"Q7ZTA3","Q7ZT18","Melanocyte-stimulating hormone receptor","pomc","mc1r","Q7ZT18","Melanocyte-stimulating hormone receptor (MSH-R) (Melanocortin receptor 1)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000008075","physical","txid7955" +"Q7ZT18","A8E7S2","pomc","penkl","Q7ZT18","penka","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","Q803H5","pomc","gnb1l","Q7ZT18","gnb1b","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A0A8M3B6F1","pomc","wu:fj38c03","Q7ZT18","A0A8M3B6F1","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A3KGQ1","pomc","mc5ar","Q7ZT18","mc5ra","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Melanocortin receptor 5","string-db","7955.ENSDARP00000120348/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","X1WH67","pomc","C3a anaphylatoxin chemotactic receptor-like","Q7ZT18","si:dkey-117a8.1","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","string-db","7955.ENSDARP00000129577/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A0A0G2L6W9","pomc","Guanine nucleotide-binding protein subunit gamma","Q7ZT18","A0A0G2L6W9","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","F1QQG9","pomc","zgc:194235","Q7ZT18","F1QQG9","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Melanocortin 3 receptor (Melanocortin receptor 3)","string-db","7955.ENSDARP00000088561/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A1L271","pomc","gnb5a","Q7ZT18","gnb5a","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","X1WHY8","pomc","N-formyl peptide receptor 3-like","Q7ZT18","X1WHY8","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A0A8M1NCD8","pomc","si:ch211-203k16.2","Q7ZT18","A0A8M1NCD8","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Proopiomelanocortin b (Proopiomelanocortin b precursor)","string-db","7955.ENSDARP00000091524/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A3QJX7","pomc","ZFOR1","Q7ZT18","A3QJX7","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Opioid receptor, delta 1a","string-db","7955.ENSDARP00000122239/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","F1QJL5","pomc","zgc:100942","Q7ZT18","gna15.1","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","Q15KE4","pomc","zgc:110302","Q7ZT18","Q15KE4","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A0A8M3ANZ5","pomc","gng12","Q7ZT18","A0A8M3ANZ5","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","Q6PBR4","pomc","gngt2","Q7ZT18","Q6PBR4","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","A0A2R8RKX9","pomc","zgc:101614","Q7ZT18","A0A2R8RKX9","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000063332","physical","txid7955" +"Q7ZT18","E7EZJ4","pomc","Chemokine-like receptor 1","Q7ZT18","E7EZJ4","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","Chemokine-like receptor 1 (Si:dkey-42l23.7)","string-db","7955.ENSDARP00000098151/7955.ENSDARP00000063332","physical","txid7955" +"Q8JFR5","B3DK56","kita","ptpru","kita","B3DK56","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Receptor-type tyrosine-protein phosphatase U (R-PTP-U) (EC 3.1.3.48) (Receptor-type protein-tyrosine phosphatase psi) (R-PTP-psi)","string-db","7955.ENSDARP00000144361/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","F8W425","kita","Tyrosine-protein kinase","kita","F8W425","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","Q7ZVD7","kita","zgc:56093","kita","chek1","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","Q5RKN6","kita","zgc:103549","kita","grb2a","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","Q1RLY5","kita","zgc:136695","kita","lck","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","Q6PC73","kita","grb2","kita","grb2b","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","A0A286Y8A3","kita","sh2b2","kita","A0A286Y8A3","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","A0A2R8Q2T0","kita","Hcph","kita","A0A2R8Q2T0","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Tyrosine-protein phosphatase non-receptor type (EC 3.1.3.48)","string-db","7955.ENSDARP00000148161/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","A0A0R4I9X7","kita","GRB2-associated-binding protein 2","kita","A0A0R4I9X7","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","F1QSC3","kita","Growth factor receptor-bound protein 10 isoform X2","kita","grb10b","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","F1QAD7","kita","phosphatidylinositol-4,5-bisphosphate 3-kinase","kita","pik3ca","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","Q56JH6","kita","kitla","kita","Q56JH6","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000099069","physical","txid7955" +"Q8JFR5","A0A2R8QIY5","kita","im:7139045","kita","A0A2R8QIY5","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000099069","physical","txid7955" +"Q90Y54","Q7ZSZ9","jag1b","rac1","Q90Y54","rac1a","Protein jagged-1b (Jagged1b) (Jagged3)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","A9JRY8","jag1b","Rac family small GTPase 3b","Q90Y54","rac3b","Protein jagged-1b (Jagged1b) (Jagged3)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","Q90Y57","jag1b","jag1a","Q90Y54","Q90Y57","Protein jagged-1b (Jagged1b) (Jagged3)","Protein jagged-1a (Jagged1) (Jagged1a)","string-db","7955.ENSDARP00000121170/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","Q9PTE3","jag1b","Twist1b","Q90Y54","Q9PTE3","Protein jagged-1b (Jagged1b) (Jagged3)","Transcription factor twist1 (Twist family bHLH transcription factor 1a) (Twist-1 protein) (Twist1a) (Twist1b)","string-db","7955.ENSDARP00000043594/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","F1RCH4","jag1b","notch6","Q90Y54","notch2","Protein jagged-1b (Jagged1b) (Jagged3)","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","string-db","7955.ENSDARP00000112112/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","Q6DGB7","jag1b","rac3","Q90Y54","rac3a","Protein jagged-1b (Jagged1b) (Jagged3)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000008197","physical","txid7955" +"Q90Y54","P46530","jag1b","notch1a","Q90Y54","P46530","Protein jagged-1b (Jagged1b) (Jagged3)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000008197","physical","txid7955" +"Q9PTE3","Q90Y57","Twist1b","jag1a","Q9PTE3","Q90Y57","Transcription factor twist1 (Twist family bHLH transcription factor 1a) (Twist-1 protein) (Twist1a) (Twist1b)","Protein jagged-1a (Jagged1) (Jagged1a)","string-db","7955.ENSDARP00000121170/7955.ENSDARP00000043594","physical","txid7955" +"Q9PTE3","A1L1U3","Twist1b","zgc:158370","Q9PTE3","g3bp2","Transcription factor twist1 (Twist family bHLH transcription factor 1a) (Twist-1 protein) (Twist1a) (Twist1b)","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","string-db","7955.ENSDARP00000046375/7955.ENSDARP00000043594","physical","txid7955" +"Q9PTE3","F1QGH7","Twist1b","ctnnb1","Q9PTE3","ctnnb1","Transcription factor twist1 (Twist family bHLH transcription factor 1a) (Twist-1 protein) (Twist1a) (Twist1b)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000043594","physical","txid7955" +"Q90Y57","P46530","jag1a","notch1a","Q90Y57","P46530","Protein jagged-1a (Jagged1) (Jagged1a)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000121170","physical","txid7955" +"Q6DGB7","E7F913","rac3","CDC42 effector protein","rac3a","E7F913","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","A0A0R4ITF0","rac3","Starch-binding domain 1","rac3a","A0A0R4ITF0","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Starch-binding domain 1 (Starch-binding domain-containing protein 1 isoform X2)","string-db","7955.ENSDARP00000138158/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","A3QJU6","rac3","zgc:136923","rac3a","A3QJU6","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","B0S6R1","rac3","nckap1","rac3a","B0S6R1","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","Q6YLH9","rac3","CAV1","rac3a","cav1","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","F1R187","rac3","abi1","rac3a","F1R187","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","Q6IQK3","rac3","zgc:86726","rac3a","vamp3","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","F1R480","rac3","Desmoglein-2","rac3a","F1R480","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","E7F737","rac3","dvl3","rac3a","dvl3b","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","Q5MPX4","rac3","Transferrin receptor protein 1","rac3a","Q5MPX4","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000111723","physical","txid7955" +"Q6DGB7","Q6P0D7","rac3","mpp7","rac3a","mpp7","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","MAGUK p55 subfamily member 7 (Protein humpback)","string-db","7955.ENSDARP00000141751/7955.ENSDARP00000111723","physical","txid7955" +"A9JRY8","Q5MPX4","Rac family small GTPase 3b","Transferrin receptor protein 1","rac3b","Q5MPX4","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","F1R480","Rac family small GTPase 3b","Desmoglein-2","rac3b","F1R480","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","A0A0R4ITF0","Rac family small GTPase 3b","Starch-binding domain 1","rac3b","A0A0R4ITF0","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Starch-binding domain 1 (Starch-binding domain-containing protein 1 isoform X2)","string-db","7955.ENSDARP00000138158/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","F1R187","Rac family small GTPase 3b","abi1","rac3b","F1R187","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","A3QJU6","Rac family small GTPase 3b","zgc:136923","rac3b","A3QJU6","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","E7F4B2","Rac family small GTPase 3b","GRF2","rac3b","rapgef1b","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","Q6YLH9","Rac family small GTPase 3b","CAV1","rac3b","cav1","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","Q6IQK3","Rac family small GTPase 3b","zgc:86726","rac3b","vamp3","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","Q6P0D7","Rac family small GTPase 3b","mpp7","rac3b","mpp7","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","MAGUK p55 subfamily member 7 (Protein humpback)","string-db","7955.ENSDARP00000141751/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","E7F913","Rac family small GTPase 3b","CDC42 effector protein","rac3b","E7F913","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","B0S6R1","Rac family small GTPase 3b","nckap1","rac3b","B0S6R1","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000110728","physical","txid7955" +"A9JRY8","E7F737","Rac family small GTPase 3b","dvl3","rac3b","dvl3b","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000110728","physical","txid7955" +"F1RCH4","Q0KIZ7","notch6","Kir7.1","notch2","Q0KIZ7","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","Inward rectifier potassium channel 13 (Inwardly rectifying potassium channel 7.1) (Potassium inwardly rectifying channel subfamily J member 13)","string-db","7955.ENSDARP00000126942/7955.ENSDARP00000112112","physical","txid7955" +"F1RCH4","Q90Y57","notch6","jag1a","notch2","Q90Y57","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","Protein jagged-1a (Jagged1) (Jagged1a)","string-db","7955.ENSDARP00000121170/7955.ENSDARP00000112112","physical","txid7955" +"Q4V8V1","E7F0R9","brms1la","Paired amphipathic helix protein Sin3a isoform X2","brms1la","sin3ab","Breast cancer metastasis-suppressor 1-like protein-A","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","A8E7S8","brms1la","zgc:92289","brms1la","morf4l1","Breast cancer metastasis-suppressor 1-like protein-A","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","B0S8H2","brms1la","si:dkey-5i22.5","brms1la","sap130b","Breast cancer metastasis-suppressor 1-like protein-A","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","Q1LYM8","brms1la","si:dkey-6n6.6","brms1la","Q1LYM8","Breast cancer metastasis-suppressor 1-like protein-A","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","E7EXI6","brms1la","PHD finger protein 12","brms1la","phf12a","Breast cancer metastasis-suppressor 1-like protein-A","PHD finger protein 12","string-db","7955.ENSDARP00000098593/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","F1Q5H1","brms1la","BRMS1-like transcriptional repressor b","brms1la","brms1lb","Breast cancer metastasis-suppressor 1-like protein-A","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","string-db","7955.ENSDARP00000009633/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","X1WDS1","brms1la","PHD finger protein 12","brms1la","phf12b","Breast cancer metastasis-suppressor 1-like protein-A","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","F1REK0","brms1la","zgc:162722","brms1la","sap130a","Breast cancer metastasis-suppressor 1-like protein-A","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","A5D6S0","brms1la","Paired amphipathic helix protein Sin3a","brms1la","sin3aa","Breast cancer metastasis-suppressor 1-like protein-A","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","Q5RJ79","brms1la","fam60a","brms1la","sinhcaf","Breast cancer metastasis-suppressor 1-like protein-A","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","string-db","7955.ENSDARP00000042306/7955.ENSDARP00000008214","physical","txid7955" +"Q4V8V1","B8JJJ1","brms1la","zgc:92021","brms1la","suds3","Breast cancer metastasis-suppressor 1-like protein-A","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000008214","physical","txid7955" +"F1Q5H1","X1WDS1","BRMS1-like transcriptional repressor b","PHD finger protein 12","brms1lb","phf12b","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","Q1LYM8","BRMS1-like transcriptional repressor b","si:dkey-6n6.6","brms1lb","Q1LYM8","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","E7EXI6","BRMS1-like transcriptional repressor b","PHD finger protein 12","brms1lb","phf12a","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","PHD finger protein 12","string-db","7955.ENSDARP00000098593/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","B8JJJ1","BRMS1-like transcriptional repressor b","zgc:92021","brms1lb","suds3","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","F1REK0","BRMS1-like transcriptional repressor b","zgc:162722","brms1lb","sap130a","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","A5D6S0","BRMS1-like transcriptional repressor b","Paired amphipathic helix protein Sin3a","brms1lb","sin3aa","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","E7F0R9","BRMS1-like transcriptional repressor b","Paired amphipathic helix protein Sin3a isoform X2","brms1lb","sin3ab","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","Q5RJ79","BRMS1-like transcriptional repressor b","fam60a","brms1lb","sinhcaf","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","string-db","7955.ENSDARP00000042306/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","B0S8H2","BRMS1-like transcriptional repressor b","si:dkey-5i22.5","brms1lb","sap130b","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000009633","physical","txid7955" +"F1Q5H1","A8E7S8","BRMS1-like transcriptional repressor b","zgc:92289","brms1lb","morf4l1","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000009633","physical","txid7955" +"A8E7S8","A0A0R4ICZ3","zgc:92289","Enhancer of polycomb homolog","morf4l1","epc1a","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","B0S8H2","zgc:92289","si:dkey-5i22.5","morf4l1","sap130b","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","E7F0R9","zgc:92289","Paired amphipathic helix protein Sin3a isoform X2","morf4l1","sin3ab","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","A0A2R8Q8D7","zgc:92289","lyrm4","morf4l1","si:ch211-152c8.4","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","B8JKI8","zgc:92289","htatip","morf4l1","kat5b","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","F8W3Z2","zgc:92289","zgc:110167","morf4l1","actl6b","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","Q6AZD3","zgc:92289","meaf6","morf4l1","meaf6","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","A0A0R4ITC5","zgc:92289","trrap","morf4l1","trrap","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","X1WDS1","zgc:92289","PHD finger protein 12","morf4l1","phf12b","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","F1QAV3","zgc:92289","YEATS domain-containing 2","morf4l1","yeats2","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","F1QUH6","zgc:92289","KAT8 regulatory NSL complex subunit 1","morf4l1","kansl1b","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","A0A0N4SUD2","zgc:92289","Ubi-p63E","morf4l1","ubb","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000112985","physical","txid7955" +"A8E7S8","Q6PC03","zgc:92289","c20orf20","morf4l1","mrgbp","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000112985","physical","txid7955" +"Q5RJ79","B8JJJ1","fam60a","zgc:92021","sinhcaf","suds3","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","E7F0R9","fam60a","Paired amphipathic helix protein Sin3a isoform X2","sinhcaf","sin3ab","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","X1WDS1","fam60a","PHD finger protein 12","sinhcaf","phf12b","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","B0S8H2","fam60a","si:dkey-5i22.5","sinhcaf","sap130b","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","E7EXI6","fam60a","PHD finger protein 12","sinhcaf","phf12a","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","PHD finger protein 12","string-db","7955.ENSDARP00000098593/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","F1REK0","fam60a","zgc:162722","sinhcaf","sap130a","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","A8E7S8","fam60a","zgc:92289","sinhcaf","morf4l1","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","Q1LYM8","fam60a","si:dkey-6n6.6","sinhcaf","Q1LYM8","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000042306","physical","txid7955" +"Q5RJ79","A5D6S0","fam60a","Paired amphipathic helix protein Sin3a","sinhcaf","sin3aa","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000042306","physical","txid7955" +"Q1LYM8","Q71PD7","si:dkey-6n6.6","h2az2a","Q1LYM8","h2az2a","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","E7EZX1","si:dkey-6n6.6","si:dkey-261m9.15","Q1LYM8","hist1h2a5","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","A8E7S8","si:dkey-6n6.6","zgc:92289","Q1LYM8","morf4l1","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q7T2T7","si:dkey-6n6.6","wu:fk96a04","Q1LYM8","mecp2","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","E7F0R9","si:dkey-6n6.6","Paired amphipathic helix protein Sin3a isoform X2","Q1LYM8","sin3ab","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q9DGB8","si:dkey-6n6.6","runxa","Q1LYM8","runx1","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","B8JJJ1","si:dkey-6n6.6","zgc:92021","Q1LYM8","suds3","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","E7F5W3","si:dkey-6n6.6","si:dkey-108k21.26","Q1LYM8","hist1h2a10","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q7ZTY4","si:dkey-6n6.6","rbbp7","Q1LYM8","Q7ZTY4","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","B0S8H2","si:dkey-6n6.6","si:dkey-5i22.5","Q1LYM8","sap130b","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","A0A140LGT1","si:dkey-6n6.6","unp1266","Q1LYM8","A0A140LGT1","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","A0A140LGS2","si:dkey-6n6.6","Histone H2A","Q1LYM8","si:ch1073-153i20.5","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q503Q8","si:dkey-6n6.6","CH211-51H4.1","Q1LYM8","Q503Q8","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","X1WDH8","si:dkey-6n6.6","Histone H2B","Q1LYM8","si:dkey-261m9.19","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","R4GE15","si:dkey-6n6.6","si:ch211-113a14.29","Q1LYM8","si:ch211-113a14.22","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","A0A140LG54","si:dkey-6n6.6","Histone H2B","Q1LYM8","si:dkey-23a13.22","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q5XJK2","si:dkey-6n6.6","h2afx1","Q1LYM8","h2ax1","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q6NWG4","si:dkey-6n6.6","prmt6","Q1LYM8","Q6NWG4","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q6PI20","si:dkey-6n6.6","h3f3a; h3f3b.1; h3-5; h3f3d","Q1LYM8","h3f3a;h3f3b.1;h3-5;h3f3d","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q561S9","si:dkey-6n6.6","H2A","Q1LYM8","hist1h2a3","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","A4FVM2","si:dkey-6n6.6","si:ch73-368j24.13","Q1LYM8","A4FVM2","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","X1WHF1","si:dkey-6n6.6","Histone H2B","Q1LYM8","si:dkey-261m9.6","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q7ZTT0","si:dkey-6n6.6","zgc:56685","Q1LYM8","Q7ZTT0","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","K7DY57","si:dkey-6n6.6","PPAR[a]","Q1LYM8","pparab","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","E7EXD7","si:dkey-6n6.6","si:dkey-261m9.11","Q1LYM8","si:ch211-113a14.19","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","Q5BJA5","si:dkey-6n6.6",";","Q1LYM8","-","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","E7EXI6","si:dkey-6n6.6","PHD finger protein 12","Q1LYM8","phf12a","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","PHD finger protein 12","string-db","7955.ENSDARP00000098593/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","F1REK0","si:dkey-6n6.6","zgc:162722","Q1LYM8","sap130a","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000084804","physical","txid7955" +"Q1LYM8","X1WDS1","si:dkey-6n6.6","PHD finger protein 12","Q1LYM8","phf12b","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000084804","physical","txid7955" +"E7EXI6","X1WDS1","PHD finger protein 12","PHD finger protein 12","phf12a","phf12b","PHD finger protein 12","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000098593","physical","txid7955" +"E7EXI6","B8JJJ1","PHD finger protein 12","zgc:92021","phf12a","suds3","PHD finger protein 12","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000098593","physical","txid7955" +"E7EXI6","A8E7S8","PHD finger protein 12","zgc:92289","phf12a","morf4l1","PHD finger protein 12","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000098593","physical","txid7955" +"E7EXI6","E7F0R9","PHD finger protein 12","Paired amphipathic helix protein Sin3a isoform X2","phf12a","sin3ab","PHD finger protein 12","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000098593","physical","txid7955" +"E7EXI6","B0S8H2","PHD finger protein 12","si:dkey-5i22.5","phf12a","sap130b","PHD finger protein 12","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000098593","physical","txid7955" +"E7EXI6","F1REK0","PHD finger protein 12","zgc:162722","phf12a","sap130a","PHD finger protein 12","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000098593","physical","txid7955" +"X1WDS1","E7F0R9","PHD finger protein 12","Paired amphipathic helix protein Sin3a isoform X2","phf12b","sin3ab","PHD finger protein 12","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000128370","physical","txid7955" +"F1REK0","E7F0R9","zgc:162722","Paired amphipathic helix protein Sin3a isoform X2","sap130a","sin3ab","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000112480","physical","txid7955" +"F1REK0","X1WDS1","zgc:162722","PHD finger protein 12","sap130a","phf12b","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000112480","physical","txid7955" +"F1REK0","B0S8H2","zgc:162722","si:dkey-5i22.5","sap130a","sap130b","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000112480","physical","txid7955" +"F1REK0","A8E7S8","zgc:162722","zgc:92289","sap130a","morf4l1","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000112480","physical","txid7955" +"B0S8H2","E7F0R9","si:dkey-5i22.5","Paired amphipathic helix protein Sin3a isoform X2","sap130b","sin3ab","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000122670","physical","txid7955" +"B0S8H2","X1WDS1","si:dkey-5i22.5","PHD finger protein 12","sap130b","phf12b","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000122670","physical","txid7955" +"B8JJJ1","A8E7S8","zgc:92021","zgc:92289","suds3","morf4l1","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","X1WDS1","zgc:92021","PHD finger protein 12","suds3","phf12b","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","PHD finger protein 12","string-db","7955.ENSDARP00000128370/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","Q2EI20","zgc:92021","rest","suds3","Q2EI20","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","E7F0R9","zgc:92021","Paired amphipathic helix protein Sin3a isoform X2","suds3","sin3ab","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","B0S8H2","zgc:92021","si:dkey-5i22.5","suds3","sap130b","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","string-db","7955.ENSDARP00000122670/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","A0A2R8RTX5","zgc:92021","Metastasis-associated 1","suds3","mta1","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","Q7ZTY4","zgc:92021","rbbp7","suds3","Q7ZTY4","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","A0A8M9PN25","zgc:92021","PHD finger protein 21A isoform X6","suds3","A0A8M9PN25","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","F1QY38","zgc:92021","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1","suds3","F1QY38","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Ubiquitin carboxyl-terminal hydrolase 42 isoform X1 (Ubiquitin-specific peptidase 42)","string-db","7955.ENSDARP00000130865/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","F1REK0","zgc:92021","zgc:162722","suds3","sap130a","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000103896","physical","txid7955" +"B8JJJ1","F1RBT2","zgc:92021","DNA helicase","suds3","chd4b","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000103896","physical","txid7955" +"Q5XJ29","E7FF76","GRF-PACAP","adcyap1r1b","Q5XJ29","adcyap1r1a","Adcyap1a protein (Adenylate cyclase activating polypeptide 1a isoform 2 precursor) (Adenylate cyclase-activating polypeptide 1a)","Adenylate cyclase-activating polypeptide 1a (pituitary) receptor type I (Pituitary adenylate cyclase-activating polypeptide type I receptor)","string-db","7955.ENSDARP00000128526/7955.ENSDARP00000008265","physical","txid7955" +"A0A8M6Z1V1","A0A8M1P4I3","Brain-specific angiogenesis inhibitor 1-associated protein 2","zgc:56010","A0A8M6Z1V1","A0A8M1P4I3","Brain-specific angiogenesis inhibitor 1-associated protein 2","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000008305","physical","txid7955" +"A0A8M6Z1V1","I3ITM8","Brain-specific angiogenesis inhibitor 1-associated protein 2","Wiskott-Aldrich syndrome protein family member","A0A8M6Z1V1","si:ch73-362m14.4","Brain-specific angiogenesis inhibitor 1-associated protein 2","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000008305","physical","txid7955" +"A0A8M6Z1V1","Q504G6","Brain-specific angiogenesis inhibitor 1-associated protein 2","Wiskott-Aldrich syndrome protein family member","A0A8M6Z1V1","-","Brain-specific angiogenesis inhibitor 1-associated protein 2","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000092197/7955.ENSDARP00000008305","physical","txid7955" +"Q504G6","B3DIT1","Wiskott-Aldrich syndrome protein family member","zgc:194528","-","B3DIT1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000092197","physical","txid7955" +"Q504G6","A0A8M1P4I3","Wiskott-Aldrich syndrome protein family member","zgc:56010","-","A0A8M1P4I3","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000104195/7955.ENSDARP00000092197","physical","txid7955" +"Q504G6","B0S6R1","Wiskott-Aldrich syndrome protein family member","nckap1","-","B0S6R1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000092197","physical","txid7955" +"Q504G6","F1R187","Wiskott-Aldrich syndrome protein family member","abi1","-","F1R187","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Abl interactor 1 (Abl-interactor 1a)","string-db","7955.ENSDARP00000116601/7955.ENSDARP00000092197","physical","txid7955" +"Q504G6","I3ITM8","Wiskott-Aldrich syndrome protein family member","Wiskott-Aldrich syndrome protein family member","-","si:ch73-362m14.4","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000092197","physical","txid7955" +"I3ITM8","B0S6R1","Wiskott-Aldrich syndrome protein family member","nckap1","si:ch73-362m14.4","B0S6R1","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000126299","physical","txid7955" +"Q9I9H8","F1R220","apaf1","si:ch211-150c22.4","Q9I9H8","aven","Apoptotic protease-activating factor 1 (APAF-1)","Apoptosis, caspase activation inhibitor (Cell death regulator Aven)","string-db","7955.ENSDARP00000010975/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","F1QSB1","apaf1","im:7136887","Q9I9H8","casp9","Apoptotic protease-activating factor 1 (APAF-1)","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","string-db","7955.ENSDARP00000047019/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","Q6PH56","apaf1","hsp70","Q9I9H8","hsp70.3","Apoptotic protease-activating factor 1 (APAF-1)","Heat shock cognate 70-kd protein (Hsp70 protein)","string-db","7955.ENSDARP00000010413/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","Q90474","apaf1","hsp90a.1","Q9I9H8","Q90474","Apoptotic protease-activating factor 1 (APAF-1)","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","B0UXS6","apaf1","zgc:174006","Q9I9H8","B0UXS6","Apoptotic protease-activating factor 1 (APAF-1)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","Q6IQM2","apaf1","cyc","Q9I9H8","cyc","Apoptotic protease-activating factor 1 (APAF-1)","Cytochrome c","string-db","7955.ENSDARP00000034555/7955.ENSDARP00000008347","physical","txid7955" +"Q9I9H8","Q564A4","apaf1","bcl2","Q9I9H8","bcl2a","Apoptotic protease-activating factor 1 (APAF-1)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000008347","physical","txid7955" +"F1QSB1","A4VAK4","im:7136887","hsp1","casp9","hspb1","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","Q66HU4","im:7136887","capn3","casp9","capn3a","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","A0A0R4IP15","im:7136887","cb333","casp9","neo1a","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","Q7T3L7","im:7136887","cdc2","casp9","cdk1","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","E7F004","im:7136887","LOC100332721","casp9","neo1b","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","B0S6V5","im:7136887","Si:dkey-10c21.1","casp9","B0S6V5","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Si:dkey-10c21.1","string-db","7955.ENSDARP00000104147/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","Q9I9N6","im:7136887","pycard","casp9","Q9I9N6","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","string-db","7955.ENSDARP00000055920/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","F1QNS6","im:7136887","BUB1 mitotic checkpoint serine/threonine kinase","casp9","bub1","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","string-db","7955.ENSDARP00000117438/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","Q9PTF7","im:7136887","CXCR4","casp9","cxcr4b","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","string-db","7955.ENSDARP00000061498/7955.ENSDARP00000047019","physical","txid7955" +"F1QSB1","B0V1H3","im:7136887","Gene2604","casp9","si:ch211-195h23.3","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","CARD-like protein (Caspase recruitment domain-containing protein 8) (Si:ch211-195h23.3)","string-db","7955.ENSDARP00000111270/7955.ENSDARP00000047019","physical","txid7955" +"F1R220","Q90Z98","si:ch211-150c22.4","bcl2l","aven","bcl2l1","Apoptosis, caspase activation inhibitor (Cell death regulator Aven)","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","string-db","7955.ENSDARP00000027919/7955.ENSDARP00000010975","physical","txid7955" +"Q6NXD2","Q5U3V9","chmp2b","snf8","chmp2b","snf8","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6IQ73","chmp2b","chmp4c","chmp2b","chmp4c","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","string-db","7955.ENSDARP00000023938/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6PH25","chmp2b","zgc:66078","chmp2b","Q6PH25","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q7SXX7","chmp2b","mvb12a","chmp2b","Q7SXX7","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q7ZVB1","chmp2b","chmp1b","chmp2b","chmp1b","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A0A8M9PZ52","chmp2b","si:ch211-284f22.3","chmp2b","A0A8M9PZ52","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6NWF4","chmp2b","vps25","chmp2b","Q6NWF4","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q7ZW25","chmp2b","chmp2a","chmp2b","Q7ZW25","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A0JPF7","chmp2b","VPS37C subunit of ESCRT-I","chmp2b","A0JPF7","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A3KGZ5","chmp2b","si:dkey-21k4.4","chmp2b","vps37ba","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6PBQ2","chmp2b","chmp7","chmp2b","Q6PBQ2","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A0A0R4IIC4","chmp2b","DENN domain-containing protein 4C isoform X2","chmp2b","A0A0R4IIC4","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A0A0R4IS77","chmp2b","Charged multivesicular body protein 6-like isoform X1","chmp2b","chmp6a","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6PHF0","chmp2b","chmp1a","chmp2b","Q6PHF0","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6NY88","chmp2b","chmp3","chmp2b","chmp3","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q7ZVK4","chmp2b","vps36","chmp2b","Q7ZVK4","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q6DBY5","chmp2b","uevld","chmp2b","Q6DBY5","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","string-db","7955.ENSDARP00000048506/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q7ZVC4","chmp2b","chmp4b","chmp2b","Q7ZVC4","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","string-db","7955.ENSDARP00000017897/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","A5PMY5","chmp2b","wu:fv75b10","chmp2b","stam","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","B0UXH0","chmp2b","si:ch211-224m9.5","chmp2b","chmp2ba","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","E7F4Y8","chmp2b","Tumor susceptibility 101b","chmp2b","tsg101b","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","string-db","7955.ENSDARP00000013839/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","Q503V0","chmp2b","chmp6","chmp2b","chmp6","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000008354","physical","txid7955" +"Q6NXD2","F6P6X0","chmp2b","ubap1","chmp2b","ubap1","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000008354","physical","txid7955" +"Q5U3V9","Q7SXX7","snf8","mvb12a","snf8","Q7SXX7","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q6PH25","snf8","zgc:66078","snf8","Q6PH25","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","A5PMY5","snf8","wu:fv75b10","snf8","stam","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","A0A0R4IS77","snf8","Charged multivesicular body protein 6-like isoform X1","snf8","chmp6a","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","F6P6X0","snf8","ubap1","snf8","ubap1","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","A0A0R4IIC4","snf8","DENN domain-containing protein 4C isoform X2","snf8","A0A0R4IIC4","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","A0A8M9PZ52","snf8","si:ch211-284f22.3","snf8","A0A8M9PZ52","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q7ZVB1","snf8","chmp1b","snf8","chmp1b","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q7SXA3","snf8","zgc:66168","snf8","rps27a","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q503V0","snf8","chmp6","snf8","chmp6","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q6PHF0","snf8","chmp1a","snf8","Q6PHF0","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","F1QHN6","snf8","im:7042025","snf8","ubc","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","Q6NWF4","snf8","vps25","snf8","Q6NWF4","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000075332","physical","txid7955" +"Q5U3V9","A0A0N4SUD2","snf8","Ubi-p63E","snf8","ubb","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075332","physical","txid7955" +"Q7SXX7","Q6PH25","mvb12a","zgc:66078","Q7SXX7","Q6PH25","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","A0A0R4IIC4","mvb12a","DENN domain-containing protein 4C isoform X2","Q7SXX7","A0A0R4IIC4","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","Q6PHF0","mvb12a","chmp1a","Q7SXX7","Q6PHF0","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","A0A0N4SUD2","mvb12a","Ubi-p63E","Q7SXX7","ubb","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","F1QHN6","mvb12a","im:7042025","Q7SXX7","ubc","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","A0A0R4IS77","mvb12a","Charged multivesicular body protein 6-like isoform X1","Q7SXX7","chmp6a","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000137110","physical","txid7955" +"Q7SXX7","Q503V0","mvb12a","chmp6","Q7SXX7","chmp6","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000137110","physical","txid7955" +"Q6IQ73","Q5U3V9","chmp4c","snf8","chmp4c","snf8","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0A0R4ILN1","chmp4c","Coiled-coil and C2 domain-containing 1B","chmp4c","cc2d1b","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6DBY5","chmp4c","uevld","chmp4c","Q6DBY5","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","string-db","7955.ENSDARP00000048506/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6NW58","chmp4c","spast","chmp4c","Q6NW58","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Spastin (EC 5.6.1.1)","string-db","7955.ENSDARP00000029675/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","F6P6X0","chmp4c","ubap1","chmp4c","ubap1","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A5PMY5","chmp4c","wu:fv75b10","chmp4c","stam","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","F1QHN6","chmp4c","im:7042025","chmp4c","ubc","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0JPF7","chmp4c","VPS37C subunit of ESCRT-I","chmp4c","A0JPF7","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","B0UXH0","chmp4c","si:ch211-224m9.5","chmp4c","chmp2ba","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6NY88","chmp4c","chmp3","chmp4c","chmp3","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q503V0","chmp4c","chmp6","chmp4c","chmp6","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0A0N4SUD2","chmp4c","Ubi-p63E","chmp4c","ubb","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6NWF4","chmp4c","vps25","chmp4c","Q6NWF4","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0A0R4IS77","chmp4c","Charged multivesicular body protein 6-like isoform X1","chmp4c","chmp6a","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A4QP73","chmp4c","ttc19","chmp4c","A4QP73","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","string-db","7955.ENSDARP00000102293/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6PHF0","chmp4c","chmp1a","chmp4c","Q6PHF0","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0A0R4IIC4","chmp4c","DENN domain-containing protein 4C isoform X2","chmp4c","A0A0R4IIC4","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A0A8M9PZ52","chmp4c","si:ch211-284f22.3","chmp4c","A0A8M9PZ52","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7ZVK4","chmp4c","vps36","chmp4c","Q7ZVK4","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7SXA3","chmp4c","zgc:66168","chmp4c","rps27a","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6PH25","chmp4c","zgc:66078","chmp4c","Q6PH25","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7ZVB1","chmp4c","chmp1b","chmp4c","chmp1b","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7SXX7","chmp4c","mvb12a","chmp4c","Q7SXX7","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q6PBQ2","chmp4c","chmp7","chmp4c","Q6PBQ2","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","A3KGZ5","chmp4c","si:dkey-21k4.4","chmp4c","vps37ba","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q08BZ6","chmp4c","zgc:153907","chmp4c","vps4a","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000042677/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7ZW25","chmp4c","chmp2a","chmp4c","Q7ZW25","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","B8JLR1","chmp4c","wu:fb70d03","chmp4c","pdcd6ip","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","Programmed cell death 6-interacting protein","string-db","7955.ENSDARP00000121990/7955.ENSDARP00000023938","physical","txid7955" +"Q6IQ73","Q7ZVT1","chmp4c","zgc:55671","chmp4c","ist1","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","IST1 homolog (Charged multivesicular body protein 8)","string-db","7955.ENSDARP00000068086/7955.ENSDARP00000023938","physical","txid7955" +"Q7ZVK4","Q5U3V9","vps36","snf8","Q7ZVK4","snf8","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q7SXA3","vps36","zgc:66168","Q7ZVK4","rps27a","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q6NWF4","vps36","vps25","Q7ZVK4","Q6NWF4","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","A0A0N4SUD2","vps36","Ubi-p63E","Q7ZVK4","ubb","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","A0A0R4IS77","vps36","Charged multivesicular body protein 6-like isoform X1","Q7ZVK4","chmp6a","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","A0A0R4IIC4","vps36","DENN domain-containing protein 4C isoform X2","Q7ZVK4","A0A0R4IIC4","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q7SXX7","vps36","mvb12a","Q7ZVK4","Q7SXX7","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","A5PMY5","vps36","wu:fv75b10","Q7ZVK4","stam","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","F1QHN6","vps36","im:7042025","Q7ZVK4","ubc","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q6PH25","vps36","zgc:66078","Q7ZVK4","Q6PH25","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q503V0","vps36","chmp6","Q7ZVK4","chmp6","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q6PHF0","vps36","chmp1a","Q7ZVK4","Q6PHF0","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","F6P6X0","vps36","ubap1","Q7ZVK4","ubap1","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","Q7ZVB1","vps36","chmp1b","Q7ZVK4","chmp1b","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000074049","physical","txid7955" +"Q7ZVK4","A0A8M9PZ52","vps36","si:ch211-284f22.3","Q7ZVK4","A0A8M9PZ52","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000074049","physical","txid7955" +"A3KGZ5","Q7SXA3","si:dkey-21k4.4","zgc:66168","vps37ba","rps27a","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","A0A0N4SUD2","si:dkey-21k4.4","Ubi-p63E","vps37ba","ubb","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q6PHF0","si:dkey-21k4.4","chmp1a","vps37ba","Q6PHF0","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q6NWF4","si:dkey-21k4.4","vps25","vps37ba","Q6NWF4","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","A0A0R4IIC4","si:dkey-21k4.4","DENN domain-containing protein 4C isoform X2","vps37ba","A0A0R4IIC4","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","F1QHN6","si:dkey-21k4.4","im:7042025","vps37ba","ubc","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","A0A0R4IS77","si:dkey-21k4.4","Charged multivesicular body protein 6-like isoform X1","vps37ba","chmp6a","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","A0A8M9PZ52","si:dkey-21k4.4","si:ch211-284f22.3","vps37ba","A0A8M9PZ52","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q7ZVB1","si:dkey-21k4.4","chmp1b","vps37ba","chmp1b","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q6PH25","si:dkey-21k4.4","zgc:66078","vps37ba","Q6PH25","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q7ZVK4","si:dkey-21k4.4","vps36","vps37ba","Q7ZVK4","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q7SXX7","si:dkey-21k4.4","mvb12a","vps37ba","Q7SXX7","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q5U3V9","si:dkey-21k4.4","snf8","vps37ba","snf8","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","Q503V0","si:dkey-21k4.4","chmp6","vps37ba","chmp6","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","A5PMY5","si:dkey-21k4.4","wu:fv75b10","vps37ba","stam","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000073103","physical","txid7955" +"A3KGZ5","F6P6X0","si:dkey-21k4.4","ubap1","vps37ba","ubap1","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000073103","physical","txid7955" +"Q6PBQ2","Q6NWF4","chmp7","vps25","Q6PBQ2","Q6NWF4","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0A0N4SUD2","chmp7","Ubi-p63E","Q6PBQ2","ubb","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","F1QHN6","chmp7","im:7042025","Q6PBQ2","ubc","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q5U3V9","chmp7","snf8","Q6PBQ2","snf8","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0JPF7","chmp7","VPS37C subunit of ESCRT-I","Q6PBQ2","A0JPF7","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7ZW25","chmp7","chmp2a","Q6PBQ2","Q7ZW25","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q6PHF0","chmp7","chmp1a","Q6PBQ2","Q6PHF0","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7SXA3","chmp7","zgc:66168","Q6PBQ2","rps27a","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0A0R4IIC4","chmp7","DENN domain-containing protein 4C isoform X2","Q6PBQ2","A0A0R4IIC4","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A3KGZ5","chmp7","si:dkey-21k4.4","Q6PBQ2","vps37ba","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7ZVK4","chmp7","vps36","Q6PBQ2","Q7ZVK4","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0A0R4IS77","chmp7","Charged multivesicular body protein 6-like isoform X1","Q6PBQ2","chmp6a","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0A8M9PZ52","chmp7","si:ch211-284f22.3","Q6PBQ2","A0A8M9PZ52","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7SXX7","chmp7","mvb12a","Q6PBQ2","Q7SXX7","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q6PH25","chmp7","zgc:66078","Q6PBQ2","Q6PH25","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A0A0R4ILN1","chmp7","Coiled-coil and C2 domain-containing 1B","Q6PBQ2","cc2d1b","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q503V0","chmp7","chmp6","Q6PBQ2","chmp6","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7ZVT1","chmp7","zgc:55671","Q6PBQ2","ist1","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","IST1 homolog (Charged multivesicular body protein 8)","string-db","7955.ENSDARP00000068086/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","A5PMY5","chmp7","wu:fv75b10","Q6PBQ2","stam","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","Q7ZVB1","chmp7","chmp1b","Q6PBQ2","chmp1b","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000060627","physical","txid7955" +"Q6PBQ2","F6P6X0","chmp7","ubap1","Q6PBQ2","ubap1","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000060627","physical","txid7955" +"Q6PHF0","Q6PH25","chmp1a","zgc:66078","Q6PHF0","Q6PH25","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000141533","physical","txid7955" +"Q6PHF0","A0A0R4IIC4","chmp1a","DENN domain-containing protein 4C isoform X2","Q6PHF0","A0A0R4IIC4","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000141533","physical","txid7955" +"Q6PHF0","Q503V0","chmp1a","chmp6","Q6PHF0","chmp6","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000141533","physical","txid7955" +"A0JPF7","A5PMY5","VPS37C subunit of ESCRT-I","wu:fv75b10","A0JPF7","stam","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","F6P6X0","VPS37C subunit of ESCRT-I","ubap1","A0JPF7","ubap1","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q503V0","VPS37C subunit of ESCRT-I","chmp6","A0JPF7","chmp6","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q7ZVB1","VPS37C subunit of ESCRT-I","chmp1b","A0JPF7","chmp1b","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q7SXX7","VPS37C subunit of ESCRT-I","mvb12a","A0JPF7","Q7SXX7","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q7ZVK4","VPS37C subunit of ESCRT-I","vps36","A0JPF7","Q7ZVK4","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","A0A8M9PZ52","VPS37C subunit of ESCRT-I","si:ch211-284f22.3","A0JPF7","A0A8M9PZ52","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","A0A0R4IS77","VPS37C subunit of ESCRT-I","Charged multivesicular body protein 6-like isoform X1","A0JPF7","chmp6a","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q6PH25","VPS37C subunit of ESCRT-I","zgc:66078","A0JPF7","Q6PH25","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q5U3V9","VPS37C subunit of ESCRT-I","snf8","A0JPF7","snf8","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","A0A0R4IIC4","VPS37C subunit of ESCRT-I","DENN domain-containing protein 4C isoform X2","A0JPF7","A0A0R4IIC4","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","A3KGZ5","VPS37C subunit of ESCRT-I","si:dkey-21k4.4","A0JPF7","vps37ba","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","A0A0N4SUD2","VPS37C subunit of ESCRT-I","Ubi-p63E","A0JPF7","ubb","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q7SXA3","VPS37C subunit of ESCRT-I","zgc:66168","A0JPF7","rps27a","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q6PHF0","VPS37C subunit of ESCRT-I","chmp1a","A0JPF7","Q6PHF0","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","F1QHN6","VPS37C subunit of ESCRT-I","im:7042025","A0JPF7","ubc","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q6NWF4","VPS37C subunit of ESCRT-I","vps25","A0JPF7","Q6NWF4","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000067620","physical","txid7955" +"A0JPF7","Q7ZW25","VPS37C subunit of ESCRT-I","chmp2a","A0JPF7","Q7ZW25","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000067620","physical","txid7955" +"A0A0R4IIC4","Q6PH25","DENN domain-containing protein 4C isoform X2","zgc:66078","A0A0R4IIC4","Q6PH25","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000144352","physical","txid7955" +"A0A0R4IIC4","Q503V0","DENN domain-containing protein 4C isoform X2","chmp6","A0A0R4IIC4","chmp6","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000144352","physical","txid7955" +"Q6NWF4","Q7SXA3","vps25","zgc:66168","Q6NWF4","rps27a","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","A0A0N4SUD2","vps25","Ubi-p63E","Q6NWF4","ubb","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","Q6PH25","vps25","zgc:66078","Q6NWF4","Q6PH25","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","Q6PHF0","vps25","chmp1a","Q6NWF4","Q6PHF0","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","Q7ZVB1","vps25","chmp1b","Q6NWF4","chmp1b","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","A0A0R4IS77","vps25","Charged multivesicular body protein 6-like isoform X1","Q6NWF4","chmp6a","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","Q503V0","vps25","chmp6","Q6NWF4","chmp6","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","A0A8M9PZ52","vps25","si:ch211-284f22.3","Q6NWF4","A0A8M9PZ52","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","Q7SXX7","vps25","mvb12a","Q6NWF4","Q7SXX7","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","F1QHN6","vps25","im:7042025","Q6NWF4","ubc","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000126886","physical","txid7955" +"Q6NWF4","A0A0R4IIC4","vps25","DENN domain-containing protein 4C isoform X2","Q6NWF4","A0A0R4IIC4","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000126886","physical","txid7955" +"Q6NY88","Q6NWF4","chmp3","vps25","chmp3","Q6NWF4","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0A0N4SUD2","chmp3","Ubi-p63E","chmp3","ubb","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","B0UXH0","chmp3","si:ch211-224m9.5","chmp3","chmp2ba","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0JPF7","chmp3","VPS37C subunit of ESCRT-I","chmp3","A0JPF7","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q6PBQ2","chmp3","chmp7","chmp3","Q6PBQ2","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q503V0","chmp3","chmp6","chmp3","chmp6","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0A0R4IIC4","chmp3","DENN domain-containing protein 4C isoform X2","chmp3","A0A0R4IIC4","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","F1QHN6","chmp3","im:7042025","chmp3","ubc","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A5PMY5","chmp3","wu:fv75b10","chmp3","stam","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","F6P6X0","chmp3","ubap1","chmp3","ubap1","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7SXA3","chmp3","zgc:66168","chmp3","rps27a","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A3KGZ5","chmp3","si:dkey-21k4.4","chmp3","vps37ba","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0A0R4ILN1","chmp3","Coiled-coil and C2 domain-containing 1B","chmp3","cc2d1b","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7SXX7","chmp3","mvb12a","chmp3","Q7SXX7","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q5U3V9","chmp3","snf8","chmp3","snf8","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7ZVB1","chmp3","chmp1b","chmp3","chmp1b","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0A8M9PZ52","chmp3","si:ch211-284f22.3","chmp3","A0A8M9PZ52","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q6PH25","chmp3","zgc:66078","chmp3","Q6PH25","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7ZVK4","chmp3","vps36","chmp3","Q7ZVK4","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q6PHF0","chmp3","chmp1a","chmp3","Q6PHF0","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","A0A0R4IS77","chmp3","Charged multivesicular body protein 6-like isoform X1","chmp3","chmp6a","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7ZVT1","chmp3","zgc:55671","chmp3","ist1","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","IST1 homolog (Charged multivesicular body protein 8)","string-db","7955.ENSDARP00000068086/7955.ENSDARP00000055486","physical","txid7955" +"Q6NY88","Q7ZW25","chmp3","chmp2a","chmp3","Q7ZW25","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000055486","physical","txid7955" +"Q7ZW25","Q5U3V9","chmp2a","snf8","Q7ZW25","snf8","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","F6P6X0","chmp2a","ubap1","Q7ZW25","ubap1","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q503V0","chmp2a","chmp6","Q7ZW25","chmp6","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A5PMY5","chmp2a","wu:fv75b10","Q7ZW25","stam","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","B0R024","chmp2a","fc07e03","Q7ZW25","B0R024","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","F1QHN6","chmp2a","im:7042025","Q7ZW25","ubc","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A0A0R4IIC4","chmp2a","DENN domain-containing protein 4C isoform X2","Q7ZW25","A0A0R4IIC4","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q6NWF4","chmp2a","vps25","Q7ZW25","Q6NWF4","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A0A0R4ILN1","chmp2a","Coiled-coil and C2 domain-containing 1B","Q7ZW25","cc2d1b","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q6PHF0","chmp2a","chmp1a","Q7ZW25","Q6PHF0","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q7ZVK4","chmp2a","vps36","Q7ZW25","Q7ZVK4","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q7SXX7","chmp2a","mvb12a","Q7ZW25","Q7SXX7","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A0A0R4IS77","chmp2a","Charged multivesicular body protein 6-like isoform X1","Q7ZW25","chmp6a","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A0A8M9PZ52","chmp2a","si:ch211-284f22.3","Q7ZW25","A0A8M9PZ52","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","E9QCS7","chmp2a","fi34f05","Q7ZW25","E9QCS7","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q6PH25","chmp2a","zgc:66078","Q7ZW25","Q6PH25","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q7ZVB1","chmp2a","chmp1b","Q7ZW25","chmp1b","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A0A0N4SUD2","chmp2a","Ubi-p63E","Q7ZW25","ubb","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","Q7SXA3","chmp2a","zgc:66168","Q7ZW25","rps27a","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000070582","physical","txid7955" +"Q7ZW25","A3KGZ5","chmp2a","si:dkey-21k4.4","Q7ZW25","vps37ba","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000070582","physical","txid7955" +"Q6DBY5","A0JPF7","uevld","VPS37C subunit of ESCRT-I","Q6DBY5","A0JPF7","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","A3KGZ5","uevld","si:dkey-21k4.4","Q6DBY5","vps37ba","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","A0A0R4IIC4","uevld","DENN domain-containing protein 4C isoform X2","Q6DBY5","A0A0R4IIC4","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","A5PMY5","uevld","wu:fv75b10","Q6DBY5","stam","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q7ZVK4","uevld","vps36","Q6DBY5","Q7ZVK4","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","F6P6X0","uevld","ubap1","Q6DBY5","ubap1","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q5U3V9","uevld","snf8","Q6DBY5","snf8","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q7ZW25","uevld","chmp2a","Q6DBY5","Q7ZW25","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q6NWF4","uevld","vps25","Q6DBY5","Q6NWF4","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q503V0","uevld","chmp6","Q6DBY5","chmp6","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q6PBQ2","uevld","chmp7","Q6DBY5","Q6PBQ2","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q6PH25","uevld","zgc:66078","Q6DBY5","Q6PH25","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q7SXX7","uevld","mvb12a","Q6DBY5","Q7SXX7","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q6NY88","uevld","chmp3","Q6DBY5","chmp3","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q7ZVB1","uevld","chmp1b","Q6DBY5","chmp1b","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","A0A8M9PZ52","uevld","si:ch211-284f22.3","Q6DBY5","A0A8M9PZ52","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","Q6PHF0","uevld","chmp1a","Q6DBY5","Q6PHF0","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","A0A0R4IS77","uevld","Charged multivesicular body protein 6-like isoform X1","Q6DBY5","chmp6a","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000048506","physical","txid7955" +"Q6DBY5","B0UXH0","uevld","si:ch211-224m9.5","Q6DBY5","chmp2ba","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000048506","physical","txid7955" +"A0A0R4IS77","A0A0R4IIC4","Charged multivesicular body protein 6-like isoform X1","DENN domain-containing protein 4C isoform X2","chmp6a","A0A0R4IIC4","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000138959","physical","txid7955" +"A0A0R4IS77","Q6PHF0","Charged multivesicular body protein 6-like isoform X1","chmp1a","chmp6a","Q6PHF0","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000138959","physical","txid7955" +"A0A0R4IS77","Q503V0","Charged multivesicular body protein 6-like isoform X1","chmp6","chmp6a","chmp6","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000138959","physical","txid7955" +"A0A0R4IS77","Q6PH25","Charged multivesicular body protein 6-like isoform X1","zgc:66078","chmp6a","Q6PH25","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000138959","physical","txid7955" +"A0A8M9PZ52","Q7SXA3","si:ch211-284f22.3","zgc:66168","A0A8M9PZ52","rps27a","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","A0A0R4IIC4","si:ch211-284f22.3","DENN domain-containing protein 4C isoform X2","A0A8M9PZ52","A0A0R4IIC4","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","F1QHN6","si:ch211-284f22.3","im:7042025","A0A8M9PZ52","ubc","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","Q6PHF0","si:ch211-284f22.3","chmp1a","A0A8M9PZ52","Q6PHF0","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","A0A0N4SUD2","si:ch211-284f22.3","Ubi-p63E","A0A8M9PZ52","ubb","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","Q7ZVB1","si:ch211-284f22.3","chmp1b","A0A8M9PZ52","chmp1b","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","Q6PH25","si:ch211-284f22.3","zgc:66078","A0A8M9PZ52","Q6PH25","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","A0A0R4IS77","si:ch211-284f22.3","Charged multivesicular body protein 6-like isoform X1","A0A8M9PZ52","chmp6a","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","Q503V0","si:ch211-284f22.3","chmp6","A0A8M9PZ52","chmp6","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000128756","physical","txid7955" +"A0A8M9PZ52","Q7SXX7","si:ch211-284f22.3","mvb12a","A0A8M9PZ52","Q7SXX7","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000128756","physical","txid7955" +"Q7ZVB1","Q7SXX7","chmp1b","mvb12a","chmp1b","Q7SXX7","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000134015","physical","txid7955" +"Q7ZVB1","Q6PH25","chmp1b","zgc:66078","chmp1b","Q6PH25","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000134015","physical","txid7955" +"Q7ZVB1","A0A0R4IS77","chmp1b","Charged multivesicular body protein 6-like isoform X1","chmp1b","chmp6a","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000134015","physical","txid7955" +"Q7ZVB1","Q6PHF0","chmp1b","chmp1a","chmp1b","Q6PHF0","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000134015","physical","txid7955" +"Q7ZVB1","Q503V0","chmp1b","chmp6","chmp1b","chmp6","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000134015","physical","txid7955" +"Q7ZVB1","A0A0R4IIC4","chmp1b","DENN domain-containing protein 4C isoform X2","chmp1b","A0A0R4IIC4","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000134015","physical","txid7955" +"F6P6X0","Q7SXX7","ubap1","mvb12a","ubap1","Q7SXX7","Ubiquitin-associated protein 1 (UBAP-1)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q6PH25","ubap1","zgc:66078","ubap1","Q6PH25","Ubiquitin-associated protein 1 (UBAP-1)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q6PHF0","ubap1","chmp1a","ubap1","Q6PHF0","Ubiquitin-associated protein 1 (UBAP-1)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","A0A0N4SUD2","ubap1","Ubi-p63E","ubap1","ubb","Ubiquitin-associated protein 1 (UBAP-1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q7ZVB1","ubap1","chmp1b","ubap1","chmp1b","Ubiquitin-associated protein 1 (UBAP-1)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","A5PMY5","ubap1","wu:fv75b10","ubap1","stam","Ubiquitin-associated protein 1 (UBAP-1)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","A0A0R4IS77","ubap1","Charged multivesicular body protein 6-like isoform X1","ubap1","chmp6a","Ubiquitin-associated protein 1 (UBAP-1)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","A0A8M9PZ52","ubap1","si:ch211-284f22.3","ubap1","A0A8M9PZ52","Ubiquitin-associated protein 1 (UBAP-1)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q503V0","ubap1","chmp6","ubap1","chmp6","Ubiquitin-associated protein 1 (UBAP-1)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q7SXA3","ubap1","zgc:66168","ubap1","rps27a","Ubiquitin-associated protein 1 (UBAP-1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","A0A0R4IIC4","ubap1","DENN domain-containing protein 4C isoform X2","ubap1","A0A0R4IIC4","Ubiquitin-associated protein 1 (UBAP-1)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","Q6NWF4","ubap1","vps25","ubap1","Q6NWF4","Ubiquitin-associated protein 1 (UBAP-1)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000076116","physical","txid7955" +"F6P6X0","F1QHN6","ubap1","im:7042025","ubap1","ubc","Ubiquitin-associated protein 1 (UBAP-1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000076116","physical","txid7955" +"E7F4Y8","Q6PBQ2","Tumor susceptibility 101b","chmp7","tsg101b","Q6PBQ2","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q5U3V9","Tumor susceptibility 101b","snf8","tsg101b","snf8","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A3KGZ5","Tumor susceptibility 101b","si:dkey-21k4.4","tsg101b","vps37ba","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6PH25","Tumor susceptibility 101b","zgc:66078","tsg101b","Q6PH25","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A0A0R4IIC4","Tumor susceptibility 101b","DENN domain-containing protein 4C isoform X2","tsg101b","A0A0R4IIC4","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A5PMY5","Tumor susceptibility 101b","wu:fv75b10","tsg101b","stam","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6IQ73","Tumor susceptibility 101b","chmp4c","tsg101b","chmp4c","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","string-db","7955.ENSDARP00000023938/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q7ZVC4","Tumor susceptibility 101b","chmp4b","tsg101b","Q7ZVC4","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","string-db","7955.ENSDARP00000017897/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A0JPF7","Tumor susceptibility 101b","VPS37C subunit of ESCRT-I","tsg101b","A0JPF7","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A0A0R4IS77","Tumor susceptibility 101b","Charged multivesicular body protein 6-like isoform X1","tsg101b","chmp6a","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q7ZVK4","Tumor susceptibility 101b","vps36","tsg101b","Q7ZVK4","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q7ZVB1","Tumor susceptibility 101b","chmp1b","tsg101b","chmp1b","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","F6P6X0","Tumor susceptibility 101b","ubap1","tsg101b","ubap1","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q7SXX7","Tumor susceptibility 101b","mvb12a","tsg101b","Q7SXX7","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","A0A8M9PZ52","Tumor susceptibility 101b","si:ch211-284f22.3","tsg101b","A0A8M9PZ52","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","B0UXH0","Tumor susceptibility 101b","si:ch211-224m9.5","tsg101b","chmp2ba","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q503V0","Tumor susceptibility 101b","chmp6","tsg101b","chmp6","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q7ZW25","Tumor susceptibility 101b","chmp2a","tsg101b","Q7ZW25","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6NY88","Tumor susceptibility 101b","chmp3","tsg101b","chmp3","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6PHF0","Tumor susceptibility 101b","chmp1a","tsg101b","Q6PHF0","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6DBY5","Tumor susceptibility 101b","uevld","tsg101b","Q6DBY5","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","string-db","7955.ENSDARP00000048506/7955.ENSDARP00000013839","physical","txid7955" +"E7F4Y8","Q6NWF4","Tumor susceptibility 101b","vps25","tsg101b","Q6NWF4","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000013839","physical","txid7955" +"B0UXH0","Q6NWF4","si:ch211-224m9.5","vps25","chmp2ba","Q6NWF4","Charged multivesicular body protein 2b","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A0JPF7","si:ch211-224m9.5","VPS37C subunit of ESCRT-I","chmp2ba","A0JPF7","Charged multivesicular body protein 2b","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q7ZW25","si:ch211-224m9.5","chmp2a","chmp2ba","Q7ZW25","Charged multivesicular body protein 2b","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A0A0R4IIC4","si:ch211-224m9.5","DENN domain-containing protein 4C isoform X2","chmp2ba","A0A0R4IIC4","Charged multivesicular body protein 2b","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q5U3V9","si:ch211-224m9.5","snf8","chmp2ba","snf8","Charged multivesicular body protein 2b","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q6PBQ2","si:ch211-224m9.5","chmp7","chmp2ba","Q6PBQ2","Charged multivesicular body protein 2b","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q503V0","si:ch211-224m9.5","chmp6","chmp2ba","chmp6","Charged multivesicular body protein 2b","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A0A8M9PZ52","si:ch211-224m9.5","si:ch211-284f22.3","chmp2ba","A0A8M9PZ52","Charged multivesicular body protein 2b","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A3KGZ5","si:ch211-224m9.5","si:dkey-21k4.4","chmp2ba","vps37ba","Charged multivesicular body protein 2b","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q6PHF0","si:ch211-224m9.5","chmp1a","chmp2ba","Q6PHF0","Charged multivesicular body protein 2b","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q7ZVK4","si:ch211-224m9.5","vps36","chmp2ba","Q7ZVK4","Charged multivesicular body protein 2b","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A0A0R4IS77","si:ch211-224m9.5","Charged multivesicular body protein 6-like isoform X1","chmp2ba","chmp6a","Charged multivesicular body protein 2b","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q7ZVB1","si:ch211-224m9.5","chmp1b","chmp2ba","chmp1b","Charged multivesicular body protein 2b","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q7SXX7","si:ch211-224m9.5","mvb12a","chmp2ba","Q7SXX7","Charged multivesicular body protein 2b","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","F6P6X0","si:ch211-224m9.5","ubap1","chmp2ba","ubap1","Charged multivesicular body protein 2b","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","A5PMY5","si:ch211-224m9.5","wu:fv75b10","chmp2ba","stam","Charged multivesicular body protein 2b","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000055865","physical","txid7955" +"B0UXH0","Q6PH25","si:ch211-224m9.5","zgc:66078","chmp2ba","Q6PH25","Charged multivesicular body protein 2b","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000055865","physical","txid7955" +"A5PMY5","Q7ZW98","wu:fv75b10","ap2m1b","stam","Q7ZW98","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q7SXA3","wu:fv75b10","zgc:66168","stam","rps27a","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0N4SUD2","wu:fv75b10","Ubi-p63E","stam","ubb","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A8M9PZ52","wu:fv75b10","si:ch211-284f22.3","stam","A0A8M9PZ52","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0R4IIC4","wu:fv75b10","DENN domain-containing protein 4C isoform X2","stam","A0A0R4IIC4","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q6PHF0","wu:fv75b10","chmp1a","stam","Q6PHF0","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0R4INZ6","wu:fv75b10","Betacellulin, epidermal growth factor family member","stam","A0A0R4INZ6","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","B1PBZ7","wu:fv75b10","Protein sprouty homolog 1","stam","B1PBZ7","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q6NWF4","wu:fv75b10","vps25","stam","Q6NWF4","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0R4IUB6","wu:fv75b10","epn1","stam","epn1","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","E7EYW2","wu:fv75b10","Epsin 2","stam","epn2","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0R4IWG0","wu:fv75b10","Epigen","stam","epgn","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","A0A0R4IS77","wu:fv75b10","Charged multivesicular body protein 6-like isoform X1","stam","chmp6a","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","E9QCS7","wu:fv75b10","fi34f05","stam","E9QCS7","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q503V0","wu:fv75b10","chmp6","stam","chmp6","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q6PC73","wu:fv75b10","grb2","stam","grb2b","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","F1QLR7","wu:fv75b10","c-met","stam","met","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q6NYJ9","wu:fv75b10","fa16e07","stam","ap2b1","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q7SXX7","wu:fv75b10","mvb12a","stam","Q7SXX7","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","F1QHN6","wu:fv75b10","im:7042025","stam","ubc","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q6PH25","wu:fv75b10","zgc:66078","stam","Q6PH25","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000120829","physical","txid7955" +"A5PMY5","Q7ZVB1","wu:fv75b10","chmp1b","stam","chmp1b","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000120829","physical","txid7955" +"Q7ZVC4","B8JLR1","chmp4b","wu:fb70d03","Q7ZVC4","pdcd6ip","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Programmed cell death 6-interacting protein","string-db","7955.ENSDARP00000121990/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6PH25","chmp4b","zgc:66078","Q7ZVC4","Q6PH25","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q7ZW25","chmp4b","chmp2a","Q7ZVC4","Q7ZW25","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q92050","chmp4b","wnt5b","Q7ZVC4","wnt5b","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6IQ73","chmp4b","chmp4c","Q7ZVC4","chmp4c","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","string-db","7955.ENSDARP00000023938/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q7ZVK4","chmp4b","vps36","Q7ZVC4","Q7ZVK4","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Vacuolar protein-sorting-associated protein 36 (ESCRT-II complex subunit VPS36)","string-db","7955.ENSDARP00000074049/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q7ZVB1","chmp4b","chmp1b","Q7ZVC4","chmp1b","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6NWF4","chmp4b","vps25","Q7ZVC4","Q6NWF4","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Vacuolar protein-sorting-associated protein 25 (ESCRT-II complex subunit VPS25)","string-db","7955.ENSDARP00000126886/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A0A0R4IS77","chmp4b","Charged multivesicular body protein 6-like isoform X1","Q7ZVC4","chmp6a","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","string-db","7955.ENSDARP00000138959/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q5U3V9","chmp4b","snf8","Q7ZVC4","snf8","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","string-db","7955.ENSDARP00000075332/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A0JPF7","chmp4b","VPS37C subunit of ESCRT-I","Q7ZVC4","A0JPF7","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","VPS37C subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37C) (Zgc:153996)","string-db","7955.ENSDARP00000067620/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6NY88","chmp4b","chmp3","Q7ZVC4","chmp3","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A5PMY5","chmp4b","wu:fv75b10","Q7ZVC4","stam","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6PHF0","chmp4b","chmp1a","Q7ZVC4","Q6PHF0","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q503V0","chmp4b","chmp6","Q7ZVC4","chmp6","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q7SXX7","chmp4b","mvb12a","Q7ZVC4","Q7SXX7","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","F6P6X0","chmp4b","ubap1","Q7ZVC4","ubap1","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Ubiquitin-associated protein 1 (UBAP-1)","string-db","7955.ENSDARP00000076116/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A3KGZ5","chmp4b","si:dkey-21k4.4","Q7ZVC4","vps37ba","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","string-db","7955.ENSDARP00000073103/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6PBQ2","chmp4b","chmp7","Q7ZVC4","Q6PBQ2","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A0A0R4IIC4","chmp4b","DENN domain-containing protein 4C isoform X2","Q7ZVC4","A0A0R4IIC4","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","DENN domain-containing protein 4C isoform X2 (DENN/MADD domain-containing 4C)","string-db","7955.ENSDARP00000144352/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","Q6DBY5","chmp4b","uevld","Q7ZVC4","Q6DBY5","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Ubiquitin-conjugating enzyme E2 variant 3 (UEV-3) (EV and lactate/malate dehydrogenase domain-containing protein)","string-db","7955.ENSDARP00000048506/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","B0UXH0","chmp4b","si:ch211-224m9.5","Q7ZVC4","chmp2ba","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Charged multivesicular body protein 2b","string-db","7955.ENSDARP00000055865/7955.ENSDARP00000017897","physical","txid7955" +"Q7ZVC4","A0A8M9PZ52","chmp4b","si:ch211-284f22.3","Q7ZVC4","A0A8M9PZ52","Charged multivesicular body protein 4b (Chromatin-modifying protein 4b) (CHMP4b)","Si:ch211-284f22.3 (Vacuolar protein sorting-associated protein 37D)","string-db","7955.ENSDARP00000128756/7955.ENSDARP00000017897","physical","txid7955" +"Q503V0","Q6PH25","chmp6","zgc:66078","chmp6","Q6PH25","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","Vacuolar protein sorting-associated protein 28 homolog","string-db","7955.ENSDARP00000152120/7955.ENSDARP00000150680","physical","txid7955" +"F1Q4P4","A0A8M9QPT3","DNA polymerase theta","fc38f05","polq","A0A8M9QPT3","DNA polymerase theta (Polymerase (DNA directed), theta)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000065555","physical","txid7955" +"F1Q4P4","A0A8N7UW22","DNA polymerase theta","DNA repair protein RAD50","polq","A0A8N7UW22","DNA polymerase theta (Polymerase (DNA directed), theta)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000065555","physical","txid7955" +"F1Q4P4","Q6TNU4","DNA polymerase theta","fen1","polq","fen1","DNA polymerase theta (Polymerase (DNA directed), theta)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000065555","physical","txid7955" +"Q7ZU90","Q7SZR5","chd1l","sumo1","Q7ZU90","sumo1","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q5SNQ6","chd1l","si:dkey-12h9.4","Q7ZU90","gtf2h5","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q6DHL4","chd1l","sumo2","Q7ZU90","sumo2","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F1R096","chd1l","sh3bp5lb","Q7ZU90","gtf2h4","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","A5WWE3","chd1l","fc26a07","Q7ZU90","A5WWE3","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q504I6","chd1l","ik:tdsubc_2g1","Q7ZU90","rpa2","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q7SXA3","chd1l","zgc:66168","Q7ZU90","rps27a","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q2YDS1","chd1l","ddb2","Q7ZU90","ddb2","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q7T2C1","chd1l","zgc:64071","Q7ZU90","cul4a","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q1LVE4","chd1l","wu:fb12d05","Q7ZU90","xpc","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F1QJS3","chd1l","DNA repair protein complementing XP-G cells","Q7ZU90","ercc5","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","A0A2R8PYT0","chd1l","zgc:65951","Q7ZU90","rad23b","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F1R789","chd1l","Caltractin","Q7ZU90","cetn4","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Caltractin (Centrin 4)","string-db","7955.ENSDARP00000060416/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F1Q5E7","chd1l","XPD","Q7ZU90","ercc2","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q66I03","chd1l","zgc:92126","Q7ZU90","Q66I03","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","General transcription factor IIH subunit 1 (General transcription factor IIH, polypeptide 1) (Zgc:92126)","string-db","7955.ENSDARP00000038901/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q6NY74","chd1l","rpa1","Q7ZU90","rpa1","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","string-db","7955.ENSDARP00000029067/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","A0A0N4SUD2","chd1l","Ubi-p63E","Q7ZU90","ubb","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","A4FUL3","chd1l","im:7137515","Q7ZU90","rbx1","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","Q6NY87","chd1l","zgc:77511","Q7ZU90","ercc1","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F1QHN6","chd1l","im:7042025","Q7ZU90","ubc","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000022305","physical","txid7955" +"Q7ZU90","F8W428","chd1l","im:7140950","Q7ZU90","cul4b","Chromodomain-helicase-DNA-binding protein 1-like (EC 3.6.4.-)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000022305","physical","txid7955" +"Q6DRD3","A0A0R4IFT8","polb","zgc:165650","Q6DRD3","usp47","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Ubiquitin carboxyl-terminal hydrolase 47 (Deubiquitinating enzyme 47) (Ubiquitin thioesterase 47) (Ubiquitin-specific-processing protease 47)","string-db","7955.ENSDARP00000132347/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","F1QZ60","polb","Ku70","Q6DRD3","xrcc6","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","Q7ZUY3","polb","h2ax","Q6DRD3","Q7ZUY3","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","A0A0R4IRS4","polb","wu:fe48d04","Q6DRD3","pnkp","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Bifunctional polynucleotide phosphatase/kinase isoform X1 (Polynucleotide kinase 3'-phosphatase)","string-db","7955.ENSDARP00000130085/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","F1QXI2","polb","zgc:91996","Q6DRD3","xrcc1","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","string-db","7955.ENSDARP00000023168/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","A0MTA1","polb","apex1","Q6DRD3","A0MTA1","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","DNA-(apurinic or apyrimidinic site) endonuclease (EC 3.1.11.2) (APEX nuclease) (APEN) (Apurinic-apyrimidinic endonuclease 1) (AP endonuclease 1) (zAP1)","string-db","7955.ENSDARP00000067373/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","Q6TNU4","polb","fen1","Q6DRD3","fen1","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","A0A0R4IB13","polb","Ku80","Q6DRD3","A0A0R4IB13","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","Q6TGW9","polb","NEIL1","Q6DRD3","neil1","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","string-db","7955.ENSDARP00000017787/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","Q6NWG4","polb","prmt6","Q6DRD3","Q6NWG4","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000017489","physical","txid7955" +"Q6DRD3","F1QJL4","polb","im:7139055","Q6DRD3","F1QJL4","DNA polymerase beta (EC 2.7.7.7) (5'-deoxyribose-phosphate lyase) (5'-dRP lyase) (EC 4.2.99.-) (AP lyase) (EC 4.2.99.18)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000017489","physical","txid7955" +"F1QJS3","Q7T2C1","DNA repair protein complementing XP-G cells","zgc:64071","ercc5","cul4a","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000123630","physical","txid7955" +"F1QJS3","F8W428","DNA repair protein complementing XP-G cells","im:7140950","ercc5","cul4b","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000123630","physical","txid7955" +"F1QJS3","Q5SNQ6","DNA repair protein complementing XP-G cells","si:dkey-12h9.4","ercc5","gtf2h5","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000123630","physical","txid7955" +"F1R983","B7ZDD5","rbbp8","fancj","rbbp8","brip1","DNA endonuclease RBBP8 (EC 3.1.-.-)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","X1WCF3","rbbp8","DNA topoisomerase","rbbp8","top3a","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","B0S509","rbbp8","rad9a","rbbp8","B0S509","DNA endonuclease RBBP8 (EC 3.1.-.-)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A8M9QPT3","rbbp8","fc38f05","rbbp8","A0A8M9QPT3","DNA endonuclease RBBP8 (EC 3.1.-.-)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A2BGQ6","rbbp8","zgc:91969","rbbp8","rad17","DNA endonuclease RBBP8 (EC 3.1.-.-)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A0R4IUC9","rbbp8","RecQ mediated genome instability 2","rbbp8","A0A0R4IUC9","DNA endonuclease RBBP8 (EC 3.1.-.-)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A8M2B481","rbbp8","fancd1","rbbp8","A0A8M2B481","DNA endonuclease RBBP8 (EC 3.1.-.-)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","F1R474","rbbp8","zgc:77165","rbbp8","rad51d","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","F1QJL4","rbbp8","im:7139055","rbbp8","F1QJL4","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","Q1LXB1","rbbp8","si:dkey-42i9.5","rbbp8","atrip","DNA endonuclease RBBP8 (EC 3.1.-.-)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","F1Q4P4","rbbp8","DNA polymerase theta","rbbp8","polq","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA polymerase theta (Polymerase (DNA directed), theta)","string-db","7955.ENSDARP00000065555/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","B8JKI8","rbbp8","htatip","rbbp8","kat5b","DNA endonuclease RBBP8 (EC 3.1.-.-)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","Q803U7","rbbp8","exo1","rbbp8","Q803U7","DNA endonuclease RBBP8 (EC 3.1.-.-)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A8M6YW51","rbbp8","DNA helicase","rbbp8","A0A8M6YW51","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","E7F2N1","rbbp8","si:ch73-352p4.5","rbbp8","si:ch73-352p4.5","DNA endonuclease RBBP8 (EC 3.1.-.-)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","F1QXE3","rbbp8","zgc:112400","rbbp8","rad52","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","Q6TNU4","rbbp8","fen1","rbbp8","fen1","DNA endonuclease RBBP8 (EC 3.1.-.-)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A2R8RVN3","rbbp8","DNA topoisomerase 2-binding protein 1","rbbp8","topbp1","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000063831","physical","txid7955" +"F1R983","A0A8N7UW22","rbbp8","DNA repair protein RAD50","rbbp8","A0A8N7UW22","DNA endonuclease RBBP8 (EC 3.1.-.-)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000063831","physical","txid7955" +"Q7SZR5","A0A2R8PYT0","sumo1","zgc:65951","sumo1","rad23b","Small ubiquitin-related modifier 1 (SUMO-1)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","A0A0N4SUD2","sumo1","Ubi-p63E","sumo1","ubb","Small ubiquitin-related modifier 1 (SUMO-1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","F1R096","sumo1","sh3bp5lb","sumo1","gtf2h4","Small ubiquitin-related modifier 1 (SUMO-1)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q5SNQ6","sumo1","si:dkey-12h9.4","sumo1","gtf2h5","Small ubiquitin-related modifier 1 (SUMO-1)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","A0A8M9PST5","sumo1","E3 SUMO-protein ligase PIAS1 isoform X1","sumo1","A0A8M9PST5","Small ubiquitin-related modifier 1 (SUMO-1)","E3 SUMO-protein ligase PIAS1 isoform X1 (E3 SUMO-protein ligase PIAS1 isoform X2) (Protein inhibitor of-activated STAT, 1b)","string-db","7955.ENSDARP00000128322/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q2YDS1","sumo1","ddb2","sumo1","ddb2","Small ubiquitin-related modifier 1 (SUMO-1)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","A5WWE3","sumo1","fc26a07","sumo1","A5WWE3","Small ubiquitin-related modifier 1 (SUMO-1)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q7SXA3","sumo1","zgc:66168","sumo1","rps27a","Small ubiquitin-related modifier 1 (SUMO-1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q7SXG4","sumo1","uba2","sumo1","Q7SXG4","Small ubiquitin-related modifier 1 (SUMO-1)","SUMO-activating enzyme subunit 2 (EC 2.3.2.-) (Ubiquitin-like 1-activating enzyme E1B) (Ubiquitin-like modifier-activating enzyme 2)","string-db","7955.ENSDARP00000139796/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","F1Q5E7","sumo1","XPD","sumo1","ercc2","Small ubiquitin-related modifier 1 (SUMO-1)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","F8W428","sumo1","im:7140950","sumo1","cul4b","Small ubiquitin-related modifier 1 (SUMO-1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","F1QHN6","sumo1","im:7042025","sumo1","ubc","Small ubiquitin-related modifier 1 (SUMO-1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q6DHL4","sumo1","sumo2","sumo1","sumo2","Small ubiquitin-related modifier 1 (SUMO-1)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000064994","physical","txid7955" +"Q7SZR5","Q7T2C1","sumo1","zgc:64071","sumo1","cul4a","Small ubiquitin-related modifier 1 (SUMO-1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000064994","physical","txid7955" +"Q6DHL4","A0A2R8PYT0","sumo2","zgc:65951","sumo2","rad23b","Small ubiquitin-related modifier 2 (SUMO-2)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000137571","physical","txid7955" +"Q6DHL4","F1QHN6","sumo2","im:7042025","sumo2","ubc","Small ubiquitin-related modifier 2 (SUMO-2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000137571","physical","txid7955" +"Q6DHL4","A0A0N4SUD2","sumo2","Ubi-p63E","sumo2","ubb","Small ubiquitin-related modifier 2 (SUMO-2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000137571","physical","txid7955" +"Q8AWY9","A0A0R4IB13","hoxb7a","Ku80","hoxb7a","A0A0R4IB13","Homeobox protein Hox-B7a (Hox-B7)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000072915","physical","txid7955" +"Q8AWY9","Q9PW77","hoxb7a","PBXA","hoxb7a","pbx4","Homeobox protein Hox-B7a (Hox-B7)","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","string-db","7955.ENSDARP00000095454/7955.ENSDARP00000072915","physical","txid7955" +"Q8AWY9","F1QZ60","hoxb7a","Ku70","hoxb7a","xrcc6","Homeobox protein Hox-B7a (Hox-B7)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000072915","physical","txid7955" +"Q6NY87","B3DFL2","zgc:77511","im:7144246","ercc1","B3DFL2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","B0V2S2","zgc:77511","dclre1b","ercc1","B0V2S2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","string-db","7955.ENSDARP00000090466/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","A5WWE3","zgc:77511","fc26a07","ercc1","A5WWE3","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","General transcription factor IIH subunit 3 (General transcription factor IIH polypeptide 3)","string-db","7955.ENSDARP00000088015/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q7T2C1","zgc:77511","zgc:64071","ercc1","cul4a","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","B3DJV8","zgc:77511","LOC569270","ercc1","B3DJV8","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1Q5E7","zgc:77511","XPD","ercc1","ercc2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","string-db","7955.ENSDARP00000114026/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q5SNQ6","zgc:77511","si:dkey-12h9.4","ercc1","gtf2h5","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","General transcription and DNA repair factor IIH subunit TFB5","string-db","7955.ENSDARP00000126549/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","B3DJT4","zgc:77511","FA complementation group D2","ercc1","fancd2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","string-db","7955.ENSDARP00000070083/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q504I6","zgc:77511","ik:tdsubc_2g1","ercc1","rpa2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q2YDS1","zgc:77511","ddb2","ercc1","ddb2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q7SXA3","zgc:77511","zgc:66168","ercc1","rps27a","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","E9QGK9","zgc:77511","c19orf39","ercc1","swsap1","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F8W428","zgc:77511","im:7140950","ercc1","cul4b","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","A4FUL3","zgc:77511","im:7137515","ercc1","rbx1","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","E7F1X6","zgc:77511","si:ch73-362i18.3","ercc1","cenpx","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","A4FVI0","zgc:77511","zswim7","ercc1","zswim7","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1QHN6","zgc:77511","im:7042025","ercc1","ubc","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q5RGE5","zgc:77511","dclre1c","ercc1","dclre1c","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q6NV18","zgc:77511","nhej1","ercc1","Q6NV18","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1QJS3","zgc:77511","DNA repair protein complementing XP-G cells","ercc1","ercc5","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","string-db","7955.ENSDARP00000123630/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q7SXA9","zgc:77511","mus81","ercc1","Q7SXA9","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1R096","zgc:77511","sh3bp5lb","ercc1","gtf2h4","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","SH3 domain-binding protein 5 (SH3BP-5)","string-db","7955.ENSDARP00000113057/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1Q9E8","zgc:77511","zgc:165595","ercc1","lig4","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","E7F457","zgc:77511","fc49f05","ercc1","E7F457","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","U3JAR8","zgc:77511","si:dkey-57h18.1","ercc1","faap100","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","E7F6N8","zgc:77511","Crossover junction endonuclease EME1","ercc1","eme1","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1R3B9","zgc:77511","fc21c10","ercc1","fanci","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q1LWH4","zgc:77511","fan1","ercc1","Q1LWH4","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","string-db","7955.ENSDARP00000084286/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","E7F558","zgc:77511","Mismatch repair endonuclease PMS2","ercc1","pms2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","A0A0N4SUD2","zgc:77511","Ubi-p63E","ercc1","ubb","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","Q1LVE4","zgc:77511","wu:fb12d05","ercc1","xpc","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000041750","physical","txid7955" +"Q6NY87","F1QPU2","zgc:77511","Structure-specific endonuclease subunit SLX4","ercc1","F1QPU2","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","Structure-specific endonuclease subunit SLX4","string-db","7955.ENSDARP00000082010/7955.ENSDARP00000041750","physical","txid7955" +"F1R676","B0S641","fut12","fc46a11","pofut1","pofut2","GDP-fucose protein O-fucosyltransferase 1 (EC 2.4.1.221) (Peptide-O-fucosyltransferase 1)","GDP-fucose protein O-fucosyltransferase 2 (EC 2.4.1.221) (Peptide-O-fucosyltransferase 2)","string-db","7955.ENSDARP00000066423/7955.ENSDARP00000008366","physical","txid7955" +"Q7ZWE9","Q7T009","cmpk","gatb","Q7ZWE9","dctpp1","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","dCTP pyrophosphatase 1 (EC 3.6.1.12)","string-db","7955.ENSDARP00000070991/7955.ENSDARP00000008412","physical","txid7955" +"Q7ZWE9","A0A0R4IJX6","cmpk","zgc:101021","Q7ZWE9","A0A0R4IJX6","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","string-db","7955.ENSDARP00000136156/7955.ENSDARP00000008412","physical","txid7955" +"Q7ZWE9","F1QCU4","cmpk","si:ch211-10e8.4","Q7ZWE9","entpd8","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","string-db","7955.ENSDARP00000008913/7955.ENSDARP00000008412","physical","txid7955" +"Q7ZWE9","Q6NUZ5","cmpk","cant1","Q7ZWE9","cant1a","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","string-db","7955.ENSDARP00000025119/7955.ENSDARP00000008412","physical","txid7955" +"Q7ZWE9","Q6DH30","cmpk","zgc:92668","Q7ZWE9","entpd4","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","string-db","7955.ENSDARP00000056073/7955.ENSDARP00000008412","physical","txid7955" +"Q7ZWE9","E7F8A7","cmpk","nucleoside diphosphate phosphatase","Q7ZWE9","E7F8A7","UMP-CMP kinase (EC 2.7.4.14) (Deoxycytidylate kinase) (CK) (dCMP kinase) (Nucleoside-diphosphate kinase) (EC 2.7.4.6) (Uridine monophosphate/cytidine monophosphate kinase) (UMP/CMP kinase) (UMP/CMPK)","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","string-db","7955.ENSDARP00000069996/7955.ENSDARP00000008412","physical","txid7955" +"A0A0R4IJX6","A0A2R8RJH6","zgc:101021","sb:cb295","A0A0R4IJX6","guk1a","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","guanylate kinase (EC 2.7.4.8)","string-db","7955.ENSDARP00000146525/7955.ENSDARP00000136156","physical","txid7955" +"Q6DH30","A0A0R4IJX6","zgc:92668","zgc:101021","entpd4","A0A0R4IJX6","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","string-db","7955.ENSDARP00000136156/7955.ENSDARP00000056073","physical","txid7955" +"Q6DH30","E7F8A7","zgc:92668","nucleoside diphosphate phosphatase","entpd4","E7F8A7","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","string-db","7955.ENSDARP00000069996/7955.ENSDARP00000056073","physical","txid7955" +"Q6DH30","A0A2R8RJH6","zgc:92668","sb:cb295","entpd4","guk1a","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","guanylate kinase (EC 2.7.4.8)","string-db","7955.ENSDARP00000146525/7955.ENSDARP00000056073","physical","txid7955" +"F1QCU4","Q6DI51","si:ch211-10e8.4","nme6","entpd8","Q6DI51","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","string-db","7955.ENSDARP00000094574/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","A0A2R8RJH6","si:ch211-10e8.4","sb:cb295","entpd8","guk1a","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","guanylate kinase (EC 2.7.4.8)","string-db","7955.ENSDARP00000146525/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","A0A0R4IJX6","si:ch211-10e8.4","zgc:101021","entpd8","A0A0R4IJX6","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","string-db","7955.ENSDARP00000136156/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","A0A2R9YJL3","si:ch211-10e8.4","si:ch211-199m3.4","entpd8","A0A2R9YJL3","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Adenylate kinase 9","string-db","7955.ENSDARP00000118427/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q6PC37","si:ch211-10e8.4","nme2l","entpd8","Q6PC37","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000064338/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q3B752","si:ch211-10e8.4","dtymk","entpd8","dtymk","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Thymidylate kinase (EC 2.7.4.9) (dTMP kinase)","string-db","7955.ENSDARP00000068373/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q7SXL4","si:ch211-10e8.4","ndpkz2","entpd8","nme2b.2","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000135769/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q6NUZ5","si:ch211-10e8.4","cant1","entpd8","cant1a","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","string-db","7955.ENSDARP00000025119/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q6DH30","si:ch211-10e8.4","zgc:92668","entpd8","entpd4","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","string-db","7955.ENSDARP00000056073/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","Q9PTF3","si:ch211-10e8.4","ndpkz3","entpd8","nme3","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000132457/7955.ENSDARP00000008913","physical","txid7955" +"F1QCU4","E7F8A7","si:ch211-10e8.4","nucleoside diphosphate phosphatase","entpd8","E7F8A7","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","string-db","7955.ENSDARP00000069996/7955.ENSDARP00000008913","physical","txid7955" +"E7F8A7","A0A0R4IJX6","nucleoside diphosphate phosphatase","zgc:101021","E7F8A7","A0A0R4IJX6","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","string-db","7955.ENSDARP00000136156/7955.ENSDARP00000069996","physical","txid7955" +"E7F8A7","A0A2R8RJH6","nucleoside diphosphate phosphatase","sb:cb295","E7F8A7","guk1a","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","guanylate kinase (EC 2.7.4.8)","string-db","7955.ENSDARP00000146525/7955.ENSDARP00000069996","physical","txid7955" +"Q6NUZ5","A0A0R4IJX6","cant1","zgc:101021","cant1a","A0A0R4IJX6","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","Calcium activated nucleotidase 1b isoform X2 (Calcium-activated nucleotidase 1b)","string-db","7955.ENSDARP00000136156/7955.ENSDARP00000025119","physical","txid7955" +"Q6NUZ5","A0A2R8RJH6","cant1","sb:cb295","cant1a","guk1a","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","guanylate kinase (EC 2.7.4.8)","string-db","7955.ENSDARP00000146525/7955.ENSDARP00000025119","physical","txid7955" +"Q6NUZ5","E7F8A7","cant1","nucleoside diphosphate phosphatase","cant1a","E7F8A7","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","nucleoside diphosphate phosphatase (EC 3.6.1.6) (Guanosine-diphosphatase ENTPD5) (Uridine-diphosphatase ENTPD5)","string-db","7955.ENSDARP00000069996/7955.ENSDARP00000025119","physical","txid7955" +"Q6NUZ5","Q6DH30","cant1","zgc:92668","cant1a","entpd4","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","string-db","7955.ENSDARP00000056073/7955.ENSDARP00000025119","physical","txid7955" +"Q6TEP1","F1R1D2","fam91a1","Ras homolog family member H","Q6TEP1","F1R1D2","Protein FAM91A1","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000008437","physical","txid7955" +"F1R1D2","Q5MPX4","Ras homolog family member H","Transferrin receptor protein 1","F1R1D2","Q5MPX4","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","F1QCQ7","Ras homolog family member H","band7.2","F1R1D2","F1QCQ7","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","B0S5J2","Ras homolog family member H","si:dkey-181m9.10","F1R1D2","B0S5J2","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Transmembrane protein 59","string-db","7955.ENSDARP00000105109/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","A5PEY8","Ras homolog family member H","pak6","F1R1D2","A5PEY8","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113873/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","Q1RLY5","Ras homolog family member H","zgc:136695","F1R1D2","lck","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","Q6IQK3","Ras homolog family member H","zgc:86726","F1R1D2","vamp3","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","A0A0R4IVY5","Ras homolog family member H","Rho-associated protein kinase","F1R1D2","A0A0R4IVY5","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","E7FBZ6","Ras homolog family member H","Ragulator complex protein LAMTOR1","F1R1D2","E7FBZ6","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","Q6YLH9","Ras homolog family member H","CAV1","F1R1D2","cav1","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","Q90Y37","Ras homolog family member H","rock2","F1R1D2","rock2a","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000093421","physical","txid7955" +"F1R1D2","F1QEB7","Ras homolog family member H","wdr11","F1R1D2","F1QEB7","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","WD repeat-containing protein 11","string-db","7955.ENSDARP00000123378/7955.ENSDARP00000093421","physical","txid7955" +"P22574","Q7T2C1","hoxb4a","zgc:64071","hoxb4a","cul4a","Homeobox protein Hox-B4a (Hox-B4) (Homeobox protein Zf-13)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000008458","physical","txid7955" +"Q503I8","F1Q4W3","ngly1","wu:fb09d07","Q503I8","derl1","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","Derlin","string-db","7955.ENSDARP00000036613/7955.ENSDARP00000008500","physical","txid7955" +"Q503I8","F1QB30","ngly1","amfr","Q503I8","amfra","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","string-db","7955.ENSDARP00000106624/7955.ENSDARP00000008500","physical","txid7955" +"Q503I8","A0A2R8PYT0","ngly1","zgc:65951","Q503I8","rad23b","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000008500","physical","txid7955" +"Q503I8","Q7ZU99","ngly1","vcp","Q503I8","vcp","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","string-db","7955.ENSDARP00000012048/7955.ENSDARP00000008500","physical","txid7955" +"Q503I8","Q6NXA9","ngly1","ubxn1","Q503I8","Q6NXA9","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000008500","physical","txid7955" +"Q503I8","Q6IQ72","ngly1","wu:fj14c10","Q503I8","psmc1b","Peptide-N(4)-(N-acetyl-beta-glucosaminyl)asparagine amidase (PNGase) (EC 3.5.1.52) (N-glycanase 1) (Peptide:N-glycanase)","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","string-db","7955.ENSDARP00000063949/7955.ENSDARP00000008500","physical","txid7955" +"Q6NXA9","A0A2R8PYT0","ubxn1","zgc:65951","Q6NXA9","rad23b","UBX domain-containing protein 1 (SAPK substrate protein 1)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000108064","physical","txid7955" +"Q6NXA9","E7EY86","ubxn1","UBX domain protein 2A","Q6NXA9","ubxn2a","UBX domain-containing protein 1 (SAPK substrate protein 1)","UBX domain protein 2A (UBX domain-containing protein 2A isoform X1)","string-db","7955.ENSDARP00000124898/7955.ENSDARP00000108064","physical","txid7955" +"Q6IQ72","Q6NXA9","wu:fj14c10","ubxn1","psmc1b","Q6NXA9","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000063949","physical","txid7955" +"Q6IQ72","F1QB30","wu:fj14c10","amfr","psmc1b","amfra","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","string-db","7955.ENSDARP00000106624/7955.ENSDARP00000063949","physical","txid7955" +"Q6IQ72","Q6NZ09","wu:fj14c10","adrm1b","psmc1b","Q6NZ09","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000063949","physical","txid7955" +"Q6IQ72","B3DG31","wu:fj14c10","si:rp71-45k5.4","psmc1b","B3DG31","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000063949","physical","txid7955" +"Q6IQ72","A0A2R8PYT0","wu:fj14c10","zgc:65951","psmc1b","rad23b","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000063949","physical","txid7955" +"F1QB30","A0A2R8PYT0","amfr","zgc:65951","amfra","rad23b","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000106624","physical","txid7955" +"F1QB30","Q6NXA9","amfr","ubxn1","amfra","Q6NXA9","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000106624","physical","txid7955" +"A2AWA1","A0A8M2BGM4","ddx39a","fc32e10","ddx39aa","A0A8M2BGM4","RNA helicase (EC 3.6.4.13)","Zinc finger CCCH domain-containing protein 11A (Zinc finger CCCH-type-containing 11A)","string-db","7955.ENSDARP00000105424/7955.ENSDARP00000008513","physical","txid7955" +"A8E7S3","F1QS94","zgc:76925","Epidermal retinol dehydrogenase 2","sdr16c5a","si:dkey-221h15.4","Epidermal retinal dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5a)","Epidermal retinol dehydrogenase 2 (Si:dkey-221h15.4)","string-db","7955.ENSDARP00000061357/7955.ENSDARP00000008564","physical","txid7955" +"A8E7S3","Q7SZ49","zgc:76925","sdr16c5","sdr16c5a","sdr16c5b","Epidermal retinal dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5a)","Epidermal retinol dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5)","string-db","7955.ENSDARP00000049263/7955.ENSDARP00000008564","physical","txid7955" +"Q7SZ49","F1QS94","sdr16c5","Epidermal retinol dehydrogenase 2","sdr16c5b","si:dkey-221h15.4","Epidermal retinol dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5)","Epidermal retinol dehydrogenase 2 (Si:dkey-221h15.4)","string-db","7955.ENSDARP00000061357/7955.ENSDARP00000049263","physical","txid7955" +"F1R2L8","A0A2R9YJN8","si:ch211-214k9.2","cb960","ddx1","ddx21","ATP-dependent RNA helicase (EC 3.6.4.13)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000008636","physical","txid7955" +"A0A2R9YJN8","A0A0R4IXF6","cb960","kat2a","ddx21","kat2a","RNA helicase (EC 3.6.4.13)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","A2BIL7","cb960","baz1b","ddx21","A2BIL7","RNA helicase (EC 3.6.4.13)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","F1RDV9","cb960","zgc:171795","ddx21","F1RDV9","RNA helicase (EC 3.6.4.13)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","B8JKD7","cb960","polr1b","ddx21","polr1b","RNA helicase (EC 3.6.4.13)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","Q6DRL5","cb960","mybbp1a","ddx21","Q6DRL5","RNA helicase (EC 3.6.4.13)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","A0A0R4I9V4","cb960","DNA-directed RNA polymerase subunit","ddx21","polr1a","RNA helicase (EC 3.6.4.13)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","B8A552","cb960","chunp6878","ddx21","B8A552","RNA helicase (EC 3.6.4.13)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","Q5SP02","cb960","si:ch211-180b22.3","ddx21","taf1a","RNA helicase (EC 3.6.4.13)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","A0A8M3APY8","cb960","myo1c","ddx21","A0A8M3APY8","RNA helicase (EC 3.6.4.13)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","Q6PHG8","cb960","polr1f","ddx21","Q6PHG8","RNA helicase (EC 3.6.4.13)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000087581","physical","txid7955" +"A0A2R9YJN8","Q6DRP2","cb960","gnl3","ddx21","Q6DRP2","RNA helicase (EC 3.6.4.13)","Guanine nucleotide-binding protein-like 3 (Nucleostemin-like protein)","string-db","7955.ENSDARP00000109517/7955.ENSDARP00000087581","physical","txid7955" +"Q8JGR7","Q7ZV11","ints7","wu:fk48d01","ints7","polr2c","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","E7EZF8","ints7","Interactor of little elongator complex ELL subunit 2","ints7","ice2","Integrator complex subunit 7 (Int7)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q568H8","ints7","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ints7","polr2h","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","B0UYL7","ints7","ddx26a","ints7","ints6","Integrator complex subunit 7 (Int7)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q1LVK2","ints7","zgc:103515","ints7","polr2i","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A0A0R4IMS9","ints7","DNA-directed RNA polymerase subunit","ints7","polr2a","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A0A8M2BK34","ints7","si:ch73-190f16.2","ints7","A0A8M2BK34","Integrator complex subunit 7 (Int7)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q6TNU3","ints7","ints10","ints7","Q6TNU3","Integrator complex subunit 7 (Int7)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q7ZW41","ints7","polr2g","ints7","polr2g","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q4VBU5","ints7","zgc:110005","ints7","polr2j","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q503E1","ints7","cpsf3l","ints7","Q503E1","Integrator complex subunit 7 (Int7)","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","string-db","7955.ENSDARP00000032843/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","F1RDV9","ints7","zgc:171795","ints7","F1RDV9","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q6IQU7","ints7","ints12","ints7","ints12","Integrator complex subunit 7 (Int7)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q6DEG5","ints7","polr2e","ints7","polr2eb","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","E9QC62","ints7","zgc:109975","ints7","E9QC62","Integrator complex subunit 7 (Int7)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q08BB6","ints7","zgc:154012","ints7","ints9","Integrator complex subunit 7 (Int7)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q7SYD9","ints7","ints6","ints7","Q7SYD9","Integrator complex subunit 7 (Int7)","Integrator complex subunit 6 (Int6) (Protein DDX26B)","string-db","7955.ENSDARP00000026435/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q5PRC7","ints7","nabp1","ints7","Q5PRC7","Integrator complex subunit 7 (Int7)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q7ZUK9","ints7","fb23h08","ints7","rprd1b","Integrator complex subunit 7 (Int7)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","string-db","7955.ENSDARP00000055563/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","E7F2X3","ints7","Integrator complex subunit 4","ints7","ints4","Integrator complex subunit 7 (Int7)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q1LXC9","ints7","ints3","ints7","ints3","Integrator complex subunit 7 (Int7)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A0A0R4IY96","ints7","Integrator complex subunit 5","ints7","A0A0R4IY96","Integrator complex subunit 7 (Int7)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q7ZUK5","ints7","zgc:55794","ints7","Q7ZUK5","Integrator complex subunit 7 (Int7)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","B0UYH6","ints7","rpap2","ints7","rpap2","Integrator complex subunit 7 (Int7)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","F1R2K7","ints7","cb244","ints7","ell2","Integrator complex subunit 7 (Int7)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A0A0R4IJ75","ints7","Integrator complex subunit 1","ints7","ints1","Integrator complex subunit 7 (Int7)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A5D6S6","ints7","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ints7","polr2l","Integrator complex subunit 7 (Int7)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","Q7ZTY6","ints7","ints15","ints7","-","Integrator complex subunit 7 (Int7)","Integrator complex subunit 15","string-db","7955.ENSDARP00000054842/7955.ENSDARP00000008647","physical","txid7955" +"Q8JGR7","A3KQN9","ints7","zgc:111823","ints7","ints8","Integrator complex subunit 7 (Int7)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000008647","physical","txid7955" +"A0A8M2BK34","E9QC62","si:ch73-190f16.2","zgc:109975","A0A8M2BK34","E9QC62","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","Q5PRC7","si:ch73-190f16.2","nabp1","A0A8M2BK34","Q5PRC7","SOSS complex subunit B1-B (Si:ch73-190f16.2)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","B0UYL7","si:ch73-190f16.2","ddx26a","A0A8M2BK34","ints6","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","A0A8M9PN99","si:ch73-190f16.2","Si:dkey-249d8.1","A0A8M2BK34","A0A8M9PN99","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Si:dkey-249d8.1","string-db","7955.ENSDARP00000124786/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","Q6TNU3","si:ch73-190f16.2","ints10","A0A8M2BK34","Q6TNU3","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","A0A0R4IMS9","si:ch73-190f16.2","DNA-directed RNA polymerase subunit","A0A8M2BK34","polr2a","SOSS complex subunit B1-B (Si:ch73-190f16.2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","A0A0R4IJ75","si:ch73-190f16.2","Integrator complex subunit 1","A0A8M2BK34","ints1","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","Q7ZUK5","si:ch73-190f16.2","zgc:55794","A0A8M2BK34","Q7ZUK5","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","E7F2X3","si:ch73-190f16.2","Integrator complex subunit 4","A0A8M2BK34","ints4","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","A0A0R4IY96","si:ch73-190f16.2","Integrator complex subunit 5","A0A8M2BK34","A0A0R4IY96","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000105492","physical","txid7955" +"A0A8M2BK34","Q6IQU7","si:ch73-190f16.2","ints12","A0A8M2BK34","ints12","SOSS complex subunit B1-B (Si:ch73-190f16.2)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000105492","physical","txid7955" +"Q6TNU3","A0A0R4IY96","ints10","Integrator complex subunit 5","Q6TNU3","A0A0R4IY96","Integrator complex subunit 10 (Int10)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000140576","physical","txid7955" +"B0UYL7","A0A0R4IMS9","ddx26a","DNA-directed RNA polymerase subunit","ints6","polr2a","Integrator complex subunit 6","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","A0A0R4IY96","ddx26a","Integrator complex subunit 5","ints6","A0A0R4IY96","Integrator complex subunit 6","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","E7F2X3","ddx26a","Integrator complex subunit 4","ints6","ints4","Integrator complex subunit 6","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","Q5PRC7","ddx26a","nabp1","ints6","Q5PRC7","Integrator complex subunit 6","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","A0A0R4IJ75","ddx26a","Integrator complex subunit 1","ints6","ints1","Integrator complex subunit 6","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","E9QC62","ddx26a","zgc:109975","ints6","E9QC62","Integrator complex subunit 6","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000113971","physical","txid7955" +"B0UYL7","Q6TNU3","ddx26a","ints10","ints6","Q6TNU3","Integrator complex subunit 6","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000113971","physical","txid7955" +"Q503E1","Q1LXC9","cpsf3l","ints3","Q503E1","ints3","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","E7F2X3","cpsf3l","Integrator complex subunit 4","Q503E1","ints4","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A0A0R4IJ75","cpsf3l","Integrator complex subunit 1","Q503E1","ints1","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A0A0R4IY96","cpsf3l","Integrator complex subunit 5","Q503E1","A0A0R4IY96","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A5D6S6","cpsf3l","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q503E1","polr2l","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","F1R2K7","cpsf3l","cb244","Q503E1","ell2","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q5PRC7","cpsf3l","nabp1","Q503E1","Q5PRC7","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q7ZUK5","cpsf3l","zgc:55794","Q503E1","Q7ZUK5","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q6IQU7","cpsf3l","ints12","Q503E1","ints12","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A0A8M2BK34","cpsf3l","si:ch73-190f16.2","Q503E1","A0A8M2BK34","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q4VBU5","cpsf3l","zgc:110005","Q503E1","polr2j","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","B0UYL7","cpsf3l","ddx26a","Q503E1","ints6","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","F1RDV9","cpsf3l","zgc:171795","Q503E1","F1RDV9","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q7ZW41","cpsf3l","polr2g","Q503E1","polr2g","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","B0UYH6","cpsf3l","rpap2","Q503E1","rpap2","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q6TNU3","cpsf3l","ints10","Q503E1","Q6TNU3","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","E7EZF8","cpsf3l","Interactor of little elongator complex ELL subunit 2","Q503E1","ice2","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","E9QC62","cpsf3l","zgc:109975","Q503E1","E9QC62","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q568H8","cpsf3l","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q503E1","polr2h","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q7ZV11","cpsf3l","wu:fk48d01","Q503E1","polr2c","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q1LVK2","cpsf3l","zgc:103515","Q503E1","polr2i","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A3KQN9","cpsf3l","zgc:111823","Q503E1","ints8","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","A0A0R4IMS9","cpsf3l","DNA-directed RNA polymerase subunit","Q503E1","polr2a","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q08BB6","cpsf3l","zgc:154012","Q503E1","ints9","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000032843","physical","txid7955" +"Q503E1","Q7ZUK9","cpsf3l","fb23h08","Q503E1","rprd1b","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","string-db","7955.ENSDARP00000055563/7955.ENSDARP00000032843","physical","txid7955" +"Q6IQU7","A0A0R4IY96","ints12","Integrator complex subunit 5","ints12","A0A0R4IY96","Integrator complex subunit 12 (Int12)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","Q7ZUK5","ints12","zgc:55794","ints12","Q7ZUK5","Integrator complex subunit 12 (Int12)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","A0A0R4IJ75","ints12","Integrator complex subunit 1","ints12","ints1","Integrator complex subunit 12 (Int12)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","E7F2X3","ints12","Integrator complex subunit 4","ints12","ints4","Integrator complex subunit 12 (Int12)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","E9QC62","ints12","zgc:109975","ints12","E9QC62","Integrator complex subunit 12 (Int12)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","Q5PRC7","ints12","nabp1","ints12","Q5PRC7","Integrator complex subunit 12 (Int12)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","A0A0R4IMS9","ints12","DNA-directed RNA polymerase subunit","ints12","polr2a","Integrator complex subunit 12 (Int12)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","B0UYL7","ints12","ddx26a","ints12","ints6","Integrator complex subunit 12 (Int12)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000106610","physical","txid7955" +"Q6IQU7","Q6TNU3","ints12","ints10","ints12","Q6TNU3","Integrator complex subunit 12 (Int12)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000106610","physical","txid7955" +"Q7ZUK5","E7F2X3","zgc:55794","Integrator complex subunit 4","Q7ZUK5","ints4","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","Q5PRC7","zgc:55794","nabp1","Q7ZUK5","Q5PRC7","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","B0UYL7","zgc:55794","ddx26a","Q7ZUK5","ints6","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","Q6TNU3","zgc:55794","ints10","Q7ZUK5","Q6TNU3","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","A0A0R4IJ75","zgc:55794","Integrator complex subunit 1","Q7ZUK5","ints1","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","E9QC62","zgc:55794","zgc:109975","Q7ZUK5","E9QC62","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","A0A0R4IY96","zgc:55794","Integrator complex subunit 5","Q7ZUK5","A0A0R4IY96","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000111847","physical","txid7955" +"Q7ZUK5","A0A0R4IMS9","zgc:55794","DNA-directed RNA polymerase subunit","Q7ZUK5","polr2a","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000111847","physical","txid7955" +"A0A0R4IJ75","A0A0R4IY96","Integrator complex subunit 1","Integrator complex subunit 5","ints1","A0A0R4IY96","Integrator complex subunit 1","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000135262","physical","txid7955" +"A0A0R4IJ75","E7F2X3","Integrator complex subunit 1","Integrator complex subunit 4","ints1","ints4","Integrator complex subunit 1","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000135262","physical","txid7955" +"A0A0R4IJ75","Q6TNU3","Integrator complex subunit 1","ints10","ints1","Q6TNU3","Integrator complex subunit 1","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000135262","physical","txid7955" +"E9QC62","A0A0R4IJ75","zgc:109975","Integrator complex subunit 1","E9QC62","ints1","Integrator complex subunit 2","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000121278","physical","txid7955" +"E9QC62","Q5PRC7","zgc:109975","nabp1","E9QC62","Q5PRC7","Integrator complex subunit 2","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000121278","physical","txid7955" +"E9QC62","Q6TNU3","zgc:109975","ints10","E9QC62","Q6TNU3","Integrator complex subunit 2","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000121278","physical","txid7955" +"E9QC62","A0A0R4IMS9","zgc:109975","DNA-directed RNA polymerase subunit","E9QC62","polr2a","Integrator complex subunit 2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000121278","physical","txid7955" +"E9QC62","A0A0R4IY96","zgc:109975","Integrator complex subunit 5","E9QC62","A0A0R4IY96","Integrator complex subunit 2","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000121278","physical","txid7955" +"E9QC62","E7F2X3","zgc:109975","Integrator complex subunit 4","E9QC62","ints4","Integrator complex subunit 2","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000121278","physical","txid7955" +"Q7SYD9","A0A0R4IJ75","ints6","Integrator complex subunit 1","Q7SYD9","ints1","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q6TNU3","ints6","ints10","Q7SYD9","Q6TNU3","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q503E1","ints6","cpsf3l","Q7SYD9","Q503E1","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 11 (Int11) (EC 3.1.27.-) (Cleavage and polyadenylation-specific factor 3-like protein) (CPSF3-like protein)","string-db","7955.ENSDARP00000032843/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","A0A0R4IY96","ints6","Integrator complex subunit 5","Q7SYD9","A0A0R4IY96","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","E9QC62","ints6","zgc:109975","Q7SYD9","E9QC62","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q08BB6","ints6","zgc:154012","Q7SYD9","ints9","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","A3KQN9","ints6","zgc:111823","Q7SYD9","ints8","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","B0UYL7","ints6","ddx26a","Q7SYD9","ints6","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q6IQU7","ints6","ints12","Q7SYD9","ints12","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","E7F2X3","ints6","Integrator complex subunit 4","Q7SYD9","ints4","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q7ZUK5","ints6","zgc:55794","Q7SYD9","Q7ZUK5","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000026435","physical","txid7955" +"Q7SYD9","Q7ZTY6","ints6","ints15","Q7SYD9","-","Integrator complex subunit 6 (Int6) (Protein DDX26B)","Integrator complex subunit 15","string-db","7955.ENSDARP00000054842/7955.ENSDARP00000026435","physical","txid7955" +"A3KQN9","Q6TNU3","zgc:111823","ints10","ints8","Q6TNU3","Integrator complex subunit 8","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","F1RDV9","zgc:111823","zgc:171795","ints8","F1RDV9","Integrator complex subunit 8","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","A0A0R4IY96","zgc:111823","Integrator complex subunit 5","ints8","A0A0R4IY96","Integrator complex subunit 8","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","Q6IQU7","zgc:111823","ints12","ints8","ints12","Integrator complex subunit 8","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","A0A0R4IMS9","zgc:111823","DNA-directed RNA polymerase subunit","ints8","polr2a","Integrator complex subunit 8","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","E7F2X3","zgc:111823","Integrator complex subunit 4","ints8","ints4","Integrator complex subunit 8","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","Q5PRC7","zgc:111823","nabp1","ints8","Q5PRC7","Integrator complex subunit 8","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","E7EZF8","zgc:111823","Interactor of little elongator complex ELL subunit 2","ints8","ice2","Integrator complex subunit 8","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","B0UYL7","zgc:111823","ddx26a","ints8","ints6","Integrator complex subunit 8","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","A0A0R4IJ75","zgc:111823","Integrator complex subunit 1","ints8","ints1","Integrator complex subunit 8","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","A0A8M2BK34","zgc:111823","si:ch73-190f16.2","ints8","A0A8M2BK34","Integrator complex subunit 8","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","E9QC62","zgc:111823","zgc:109975","ints8","E9QC62","Integrator complex subunit 8","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000095264","physical","txid7955" +"A3KQN9","Q7ZUK5","zgc:111823","zgc:55794","ints8","Q7ZUK5","Integrator complex subunit 8","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000095264","physical","txid7955" +"Q08BB6","E9QC62","zgc:154012","zgc:109975","ints9","E9QC62","Integrator complex subunit 9","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","A0A0R4IMS9","zgc:154012","DNA-directed RNA polymerase subunit","ints9","polr2a","Integrator complex subunit 9","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","Q5PRC7","zgc:154012","nabp1","ints9","Q5PRC7","Integrator complex subunit 9","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","A3KQN9","zgc:154012","zgc:111823","ints9","ints8","Integrator complex subunit 9","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","A0A0R4IY96","zgc:154012","Integrator complex subunit 5","ints9","A0A0R4IY96","Integrator complex subunit 9","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","Q6TNU3","zgc:154012","ints10","ints9","Q6TNU3","Integrator complex subunit 9","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","Q6IQU7","zgc:154012","ints12","ints9","ints12","Integrator complex subunit 9","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","A0A0R4IJ75","zgc:154012","Integrator complex subunit 1","ints9","ints1","Integrator complex subunit 9","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","A0A8M2BK34","zgc:154012","si:ch73-190f16.2","ints9","A0A8M2BK34","Integrator complex subunit 9","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","E7F2X3","zgc:154012","Integrator complex subunit 4","ints9","ints4","Integrator complex subunit 9","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","F1RDV9","zgc:154012","zgc:171795","ints9","F1RDV9","Integrator complex subunit 9","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","E7EZF8","zgc:154012","Interactor of little elongator complex ELL subunit 2","ints9","ice2","Integrator complex subunit 9","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","F1R2K7","zgc:154012","cb244","ints9","ell2","Integrator complex subunit 9","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","B0UYL7","zgc:154012","ddx26a","ints9","ints6","Integrator complex subunit 9","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000088637","physical","txid7955" +"Q08BB6","Q7ZUK5","zgc:154012","zgc:55794","ints9","Q7ZUK5","Integrator complex subunit 9","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000088637","physical","txid7955" +"E7F2X3","Q6TNU3","Integrator complex subunit 4","ints10","ints4","Q6TNU3","Integrator complex subunit 4","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000139159","physical","txid7955" +"E7F2X3","A0A0R4IY96","Integrator complex subunit 4","Integrator complex subunit 5","ints4","A0A0R4IY96","Integrator complex subunit 4","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000139159","physical","txid7955" +"Q7ZUK9","A5D6S6","fb23h08","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rprd1b","polr2l","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","A0A8M2BK34","fb23h08","si:ch73-190f16.2","rprd1b","A0A8M2BK34","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","A0A0R4IMS9","fb23h08","DNA-directed RNA polymerase subunit","rprd1b","polr2a","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q6TNU3","fb23h08","ints10","rprd1b","Q6TNU3","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q6IQU7","fb23h08","ints12","rprd1b","ints12","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q1LXC9","fb23h08","ints3","rprd1b","ints3","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","A3KQN9","fb23h08","zgc:111823","rprd1b","ints8","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","A0A0R4IJ75","fb23h08","Integrator complex subunit 1","rprd1b","ints1","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","A0A0R4IY96","fb23h08","Integrator complex subunit 5","rprd1b","A0A0R4IY96","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q7ZW41","fb23h08","polr2g","rprd1b","polr2g","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q568H8","fb23h08","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rprd1b","polr2h","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q7ZUK5","fb23h08","zgc:55794","rprd1b","Q7ZUK5","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","B0UYL7","fb23h08","ddx26a","rprd1b","ints6","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q5PRC7","fb23h08","nabp1","rprd1b","Q5PRC7","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q08BB6","fb23h08","zgc:154012","rprd1b","ints9","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","F1RDV9","fb23h08","zgc:171795","rprd1b","F1RDV9","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","B0UYH6","fb23h08","rpap2","rprd1b","rpap2","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","string-db","7955.ENSDARP00000056033/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","F1R2K7","fb23h08","cb244","rprd1b","ell2","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","E7EZF8","fb23h08","Interactor of little elongator complex ELL subunit 2","rprd1b","ice2","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","Q1LVK2","fb23h08","zgc:103515","rprd1b","polr2i","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","E9QC62","fb23h08","zgc:109975","rprd1b","E9QC62","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000055563","physical","txid7955" +"Q7ZUK9","E7F2X3","fb23h08","Integrator complex subunit 4","rprd1b","ints4","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000055563","physical","txid7955" +"Q1LXC9","A5D6S6","ints3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ints3","polr2l","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","E7F2X3","ints3","Integrator complex subunit 4","ints3","ints4","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A0A8M9PN99","ints3","Si:dkey-249d8.1","ints3","A0A8M9PN99","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Si:dkey-249d8.1","string-db","7955.ENSDARP00000124786/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A0A0R4IMS9","ints3","DNA-directed RNA polymerase subunit","ints3","polr2a","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","E9QC62","ints3","zgc:109975","ints3","E9QC62","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q6IQU7","ints3","ints12","ints3","ints12","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A3KQN9","ints3","zgc:111823","ints3","ints8","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A0A0R4IY96","ints3","Integrator complex subunit 5","ints3","A0A0R4IY96","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q7ZUK5","ints3","zgc:55794","ints3","Q7ZUK5","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","F1R2K7","ints3","cb244","ints3","ell2","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q08BB6","ints3","zgc:154012","ints3","ints9","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A0A0R4IJ75","ints3","Integrator complex subunit 1","ints3","ints1","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q5PRC7","ints3","nabp1","ints3","Q5PRC7","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","A0A8M2BK34","ints3","si:ch73-190f16.2","ints3","A0A8M2BK34","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","F1RDV9","ints3","zgc:171795","ints3","F1RDV9","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q6TNU3","ints3","ints10","ints3","Q6TNU3","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","E7EZF8","ints3","Interactor of little elongator complex ELL subunit 2","ints3","ice2","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","Q7ZW41","ints3","polr2g","ints3","polr2g","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000067792","physical","txid7955" +"Q1LXC9","B0UYL7","ints3","ddx26a","ints3","ints6","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000067792","physical","txid7955" +"Q7ZTY6","B0UYL7","ints15","ddx26a","-","ints6","Integrator complex subunit 15","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","E7F2X3","ints15","Integrator complex subunit 4","-","ints4","Integrator complex subunit 15","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","A3KQN9","ints15","zgc:111823","-","ints8","Integrator complex subunit 15","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","Q6TNU3","ints15","ints10","-","Q6TNU3","Integrator complex subunit 15","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","Q7ZUK5","ints15","zgc:55794","-","Q7ZUK5","Integrator complex subunit 15","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","A0A0R4IJ75","ints15","Integrator complex subunit 1","-","ints1","Integrator complex subunit 15","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","Q6IQU7","ints15","ints12","-","ints12","Integrator complex subunit 15","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","A0A0R4IY96","ints15","Integrator complex subunit 5","-","A0A0R4IY96","Integrator complex subunit 15","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","E9QC62","ints15","zgc:109975","-","E9QC62","Integrator complex subunit 15","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000054842","physical","txid7955" +"Q7ZTY6","Q08BB6","ints15","zgc:154012","-","ints9","Integrator complex subunit 15","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000054842","physical","txid7955" +"Q5PRC7","A0A0R4IMS9","nabp1","DNA-directed RNA polymerase subunit","Q5PRC7","polr2a","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000123018","physical","txid7955" +"Q5PRC7","A0A0R4IJ75","nabp1","Integrator complex subunit 1","Q5PRC7","ints1","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000123018","physical","txid7955" +"Q5PRC7","A0A0R4IY96","nabp1","Integrator complex subunit 5","Q5PRC7","A0A0R4IY96","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000123018","physical","txid7955" +"Q5PRC7","A0A8M9PN99","nabp1","Si:dkey-249d8.1","Q5PRC7","A0A8M9PN99","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","Si:dkey-249d8.1","string-db","7955.ENSDARP00000124786/7955.ENSDARP00000123018","physical","txid7955" +"Q5PRC7","Q6TNU3","nabp1","ints10","Q5PRC7","Q6TNU3","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000123018","physical","txid7955" +"Q5PRC7","E7F2X3","nabp1","Integrator complex subunit 4","Q5PRC7","ints4","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000123018","physical","txid7955" +"B0UYH6","Q1LVK2","rpap2","zgc:103515","rpap2","polr2i","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q5PRC7","rpap2","nabp1","rpap2","Q5PRC7","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","F1RDV9","rpap2","zgc:171795","rpap2","F1RDV9","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","F1R2K7","rpap2","cb244","rpap2","ell2","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","string-db","7955.ENSDARP00000093185/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q6IQU7","rpap2","ints12","rpap2","ints12","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 12 (Int12)","string-db","7955.ENSDARP00000106610/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A0A0R4IMS9","rpap2","DNA-directed RNA polymerase subunit","rpap2","polr2a","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","E9QC62","rpap2","zgc:109975","rpap2","E9QC62","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 2","string-db","7955.ENSDARP00000121278/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","E7F2X3","rpap2","Integrator complex subunit 4","rpap2","ints4","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 4","string-db","7955.ENSDARP00000139159/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A5D6S6","rpap2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","rpap2","polr2l","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","B0UYL7","rpap2","ddx26a","rpap2","ints6","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 6","string-db","7955.ENSDARP00000113971/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q08BB6","rpap2","zgc:154012","rpap2","ints9","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 9","string-db","7955.ENSDARP00000088637/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A0A0R4IJ75","rpap2","Integrator complex subunit 1","rpap2","ints1","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 1","string-db","7955.ENSDARP00000135262/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A3KQN9","rpap2","zgc:111823","rpap2","ints8","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 8","string-db","7955.ENSDARP00000095264/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q7ZUK5","rpap2","zgc:55794","rpap2","Q7ZUK5","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 14 (von Willebrand factor A domain-containing protein 9)","string-db","7955.ENSDARP00000111847/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q568H8","rpap2","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rpap2","polr2h","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q6TNU3","rpap2","ints10","rpap2","Q6TNU3","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 10 (Int10)","string-db","7955.ENSDARP00000140576/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q1LXC9","rpap2","ints3","rpap2","ints3","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","E7EZF8","rpap2","Interactor of little elongator complex ELL subunit 2","rpap2","ice2","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","string-db","7955.ENSDARP00000104472/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","Q7ZW41","rpap2","polr2g","rpap2","polr2g","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A0A8M2BK34","rpap2","si:ch73-190f16.2","rpap2","A0A8M2BK34","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000056033","physical","txid7955" +"B0UYH6","A0A0R4IY96","rpap2","Integrator complex subunit 5","rpap2","A0A0R4IY96","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","Integrator complex subunit 5","string-db","7955.ENSDARP00000141758/7955.ENSDARP00000056033","physical","txid7955" +"Q4KME9","Q08CA5","cb96","fc64g03","prps1a","prps1b","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","string-db","7955.ENSDARP00000054618/7955.ENSDARP00000008663","physical","txid7955" +"Q4KME9","Q803V2","cb96","wu:fi14g04","prps1a","prpsap2","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","Phosphoribosyl pyrophosphate synthase-associated protein 2","string-db","7955.ENSDARP00000011444/7955.ENSDARP00000008663","physical","txid7955" +"Q803V2","Q08CA5","wu:fi14g04","fc64g03","prpsap2","prps1b","Phosphoribosyl pyrophosphate synthase-associated protein 2","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","string-db","7955.ENSDARP00000054618/7955.ENSDARP00000011444","physical","txid7955" +"F1R215","Q6DEG5","si:ch211-245h14.3","polr2e","gtf3c2","polr2eb","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","A0A0R4IV41","si:ch211-245h14.3","fb81e09","gtf3c2","A0A0R4IV41","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","Q6DGU0","si:ch211-245h14.3","zgc:92774","gtf3c2","polr3k","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","A0A8M1NAV1","si:ch211-245h14.3","rcp9","gtf3c2","A0A8M1NAV1","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","F1RDV9","si:ch211-245h14.3","zgc:171795","gtf3c2","F1RDV9","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","A8KBY2","si:ch211-245h14.3","brf2","gtf3c2","A8KBY2","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","F1RDA7","si:ch211-245h14.3","im:7136784","gtf3c2","gtf3c3","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","F1QQA2","si:ch211-245h14.3","DNA-directed RNA polymerase subunit beta","gtf3c2","polr3b","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","Q568H8","si:ch211-245h14.3","DNA-directed RNA polymerases I, II, and III subunit RPABC3","gtf3c2","polr2h","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","E7EZ29","si:ch211-245h14.3","General transcription factor 3C polypeptide 5","gtf3c2","gtf3c5","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","F1R866","si:ch211-245h14.3","Sin","gtf3c2","polr3e","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","A5D6S6","si:ch211-245h14.3","DNA-directed RNA polymerases I, II, and III subunit RPABC5","gtf3c2","polr2l","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","Q7ZUX1","si:ch211-245h14.3","polr3c","gtf3c2","Q7ZUX1","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","F1R9S3","si:ch211-245h14.3","brf1","gtf3c2","brf1a","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","B-related factor 1","string-db","7955.ENSDARP00000029653/7955.ENSDARP00000008672","physical","txid7955" +"F1R215","Q7SXL3","si:ch211-245h14.3","tbp","gtf3c2","tbp","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","string-db","7955.ENSDARP00000010211/7955.ENSDARP00000008672","physical","txid7955" +"F1QQA2","F1QVS5","DNA-directed RNA polymerase subunit beta","fi18h02","polr3b","snapc4","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","A0A8M1NAV1","DNA-directed RNA polymerase subunit beta","rcp9","polr3b","A0A8M1NAV1","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","A0A0R4IV41","DNA-directed RNA polymerase subunit beta","fb81e09","polr3b","A0A0R4IV41","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","F1RDV9","DNA-directed RNA polymerase subunit beta","zgc:171795","polr3b","F1RDV9","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","F1RDA7","DNA-directed RNA polymerase subunit beta","im:7136784","polr3b","gtf3c3","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","E7EZ29","DNA-directed RNA polymerase subunit beta","General transcription factor 3C polypeptide 5","polr3b","gtf3c5","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","F1R866","DNA-directed RNA polymerase subunit beta","Sin","polr3b","polr3e","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","A8KBY2","DNA-directed RNA polymerase subunit beta","brf2","polr3b","A8KBY2","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000085899","physical","txid7955" +"F1QQA2","E7FDD7","DNA-directed RNA polymerase subunit beta","polr2ea","polr3b","E7FDD7","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000085899","physical","txid7955" +"E7EZ29","F1RDV9","General transcription factor 3C polypeptide 5","zgc:171795","gtf3c5","F1RDV9","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000086268","physical","txid7955" +"E7EZ29","A0A0R4IV41","General transcription factor 3C polypeptide 5","fb81e09","gtf3c5","A0A0R4IV41","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000086268","physical","txid7955" +"E7EZ29","F1R866","General transcription factor 3C polypeptide 5","Sin","gtf3c5","polr3e","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000086268","physical","txid7955" +"E7EZ29","F1RDA7","General transcription factor 3C polypeptide 5","im:7136784","gtf3c5","gtf3c3","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000086268","physical","txid7955" +"E7EZ29","A8KBY2","General transcription factor 3C polypeptide 5","brf2","gtf3c5","A8KBY2","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000086268","physical","txid7955" +"E7EZ29","A0A8M1NAV1","General transcription factor 3C polypeptide 5","rcp9","gtf3c5","A0A8M1NAV1","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000086268","physical","txid7955" +"Q6DGU0","Q7ZUX1","zgc:92774","polr3c","polr3k","Q7ZUX1","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","Q1LXI0","zgc:92774","si:rp71-14b1.2","polr3k","Q1LXI0","DNA-directed RNA polymerase subunit","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","E7EZ29","zgc:92774","General transcription factor 3C polypeptide 5","polr3k","gtf3c5","DNA-directed RNA polymerase subunit","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","F1RDA7","zgc:92774","im:7136784","polr3k","gtf3c3","DNA-directed RNA polymerase subunit","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","F1QQA2","zgc:92774","DNA-directed RNA polymerase subunit beta","polr3k","polr3b","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","A8KBY2","zgc:92774","brf2","polr3k","A8KBY2","DNA-directed RNA polymerase subunit","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","A0A0R4IV41","zgc:92774","fb81e09","polr3k","A0A0R4IV41","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","E7F685","zgc:92774","Small nuclear RNA-activating complex, polypeptide 2","polr3k","snapc2","DNA-directed RNA polymerase subunit","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","Q568H8","zgc:92774","DNA-directed RNA polymerases I, II, and III subunit RPABC3","polr3k","polr2h","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","F1RDV9","zgc:92774","zgc:171795","polr3k","F1RDV9","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","A0A8M1NAV1","zgc:92774","rcp9","polr3k","A0A8M1NAV1","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","F1QVS5","zgc:92774","fi18h02","polr3k","snapc4","DNA-directed RNA polymerase subunit","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","A5D6S6","zgc:92774","DNA-directed RNA polymerases I, II, and III subunit RPABC5","polr3k","polr2l","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","F1R866","zgc:92774","Sin","polr3k","polr3e","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000055128","physical","txid7955" +"Q6DGU0","E7FDD7","zgc:92774","polr2ea","polr3k","E7FDD7","DNA-directed RNA polymerase subunit","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000055128","physical","txid7955" +"F1R866","A0A0R4IV41","Sin","fb81e09","polr3e","A0A0R4IV41","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000126616","physical","txid7955" +"F1R866","A8KBY2","Sin","brf2","polr3e","A8KBY2","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000126616","physical","txid7955" +"F1R9S3","F1QQA2","brf1","DNA-directed RNA polymerase subunit beta","brf1a","polr3b","B-related factor 1","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","A0A0R4IV41","brf1","fb81e09","brf1a","A0A0R4IV41","B-related factor 1","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","A0A8M1NAV1","brf1","rcp9","brf1a","A0A8M1NAV1","B-related factor 1","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","Q7ZUX1","brf1","polr3c","brf1a","Q7ZUX1","B-related factor 1","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","F1RDA7","brf1","im:7136784","brf1a","gtf3c3","B-related factor 1","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","F1RDV9","brf1","zgc:171795","brf1a","F1RDV9","B-related factor 1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","A0A0G2L8U4","brf1","LOC100536580","brf1a","A0A0G2L8U4","B-related factor 1","Transcription factor IIIB 50 kDa subunit-like","string-db","7955.ENSDARP00000141210/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","Q6DGU0","brf1","zgc:92774","brf1a","polr3k","B-related factor 1","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","Q568H8","brf1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","brf1a","polr2h","B-related factor 1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","A8KBY2","brf1","brf2","brf1a","A8KBY2","B-related factor 1","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","E7EZ29","brf1","General transcription factor 3C polypeptide 5","brf1a","gtf3c5","B-related factor 1","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","F1R866","brf1","Sin","brf1a","polr3e","B-related factor 1","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000029653","physical","txid7955" +"F1R9S3","A5D6S6","brf1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","brf1a","polr2l","B-related factor 1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000029653","physical","txid7955" +"A8KBY2","A0A0G2L8U4","brf2","LOC100536580","A8KBY2","A0A0G2L8U4","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","Transcription factor IIIB 50 kDa subunit-like","string-db","7955.ENSDARP00000141210/7955.ENSDARP00000130569","physical","txid7955" +"A8KBY2","A0A0R4IV41","brf2","fb81e09","A8KBY2","A0A0R4IV41","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000130569","physical","txid7955" +"A0A8M1NAV1","A0A0R4IV41","rcp9","fb81e09","A0A8M1NAV1","A0A0R4IV41","DNA-directed RNA polymerase III subunit RPC9","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000107938","physical","txid7955" +"A0A8M1NAV1","F1RDA7","rcp9","im:7136784","A0A8M1NAV1","gtf3c3","DNA-directed RNA polymerase III subunit RPC9","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000107938","physical","txid7955" +"A0A8M1NAV1","F1R866","rcp9","Sin","A0A8M1NAV1","polr3e","DNA-directed RNA polymerase III subunit RPC9","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000107938","physical","txid7955" +"A0A8M1NAV1","A8KBY2","rcp9","brf2","A0A8M1NAV1","A8KBY2","DNA-directed RNA polymerase III subunit RPC9","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000107938","physical","txid7955" +"Q7ZUX1","F1R866","polr3c","Sin","Q7ZUX1","polr3e","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","F1RDV9","polr3c","zgc:171795","Q7ZUX1","F1RDV9","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","E7F685","polr3c","Small nuclear RNA-activating complex, polypeptide 2","Q7ZUX1","snapc2","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","string-db","7955.ENSDARP00000073820/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","A5D6S6","polr3c","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q7ZUX1","polr2l","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","A0A8M1NAV1","polr3c","rcp9","Q7ZUX1","A0A8M1NAV1","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","F1QQA2","polr3c","DNA-directed RNA polymerase subunit beta","Q7ZUX1","polr3b","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","A0A0R4IV41","polr3c","fb81e09","Q7ZUX1","A0A0R4IV41","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","Q1LXI0","polr3c","si:rp71-14b1.2","Q7ZUX1","Q1LXI0","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","Small nuclear RNA-activating complex, polypeptide 5 (Snapc5 protein) (snRNA-activating protein complex subunit 5)","string-db","7955.ENSDARP00000084846/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","F1QVS5","polr3c","fi18h02","Q7ZUX1","snapc4","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","string-db","7955.ENSDARP00000088244/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","F1RDA7","polr3c","im:7136784","Q7ZUX1","gtf3c3","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","string-db","7955.ENSDARP00000112332/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","A8KBY2","polr3c","brf2","Q7ZUX1","A8KBY2","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","E7FDD7","polr3c","polr2ea","Q7ZUX1","E7FDD7","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000059966","physical","txid7955" +"Q7ZUX1","E7EZ29","polr3c","General transcription factor 3C polypeptide 5","Q7ZUX1","gtf3c5","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","string-db","7955.ENSDARP00000086268/7955.ENSDARP00000059966","physical","txid7955" +"F1RDA7","F1R866","im:7136784","Sin","gtf3c3","polr3e","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000112332","physical","txid7955" +"F1RDA7","A8KBY2","im:7136784","brf2","gtf3c3","A8KBY2","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","Transcription factor IIIB 50 kDa subunit (B-related factor 2) (BRF-2)","string-db","7955.ENSDARP00000130569/7955.ENSDARP00000112332","physical","txid7955" +"F1RDA7","A0A0R4IV41","im:7136784","fb81e09","gtf3c3","A0A0R4IV41","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000112332","physical","txid7955" +"Q6DHR2","Q90473","zgc:92148","hspa8","dnajb6a","Q90473","DnaJ heat shock protein family (Hsp40) member B6a (DnaJ homolog subfamily B member 6) (Zgc:92148)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000008680","physical","txid7955" +"Q4V925","E7F354","bad","14-3-3 protein gamma-1","badb","ywhag2","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","string-db","7955.ENSDARP00000096898/7955.ENSDARP00000071687","physical","txid7955" +"Q4V925","Q8UWD5","bad","NR-13","badb","bcl2l10","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","BCL2-like 10 (Bcl-2-like protein 10) (Nr13)","string-db","7955.ENSDARP00000108208/7955.ENSDARP00000071687","physical","txid7955" +"Q4V925","F8W266","bad","Apoptosis regulator Bcl-2","badb","F8W266","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000071687","physical","txid7955" +"Q4V925","Q7T356","bad","ywhabb","badb","Q7T356","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000071687","physical","txid7955" +"A0A0G2KHX4","P57094","fc16b02","axin1","A0A0G2KHX4","P57094","TSC complex subunit 2 (Tuberin)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000131915","physical","txid7955" +"A0A0G2KHX4","A0A8M2B8K6","fc16b02","inadl","A0A0G2KHX4","A0A8M2B8K6","TSC complex subunit 2 (Tuberin)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000131915","physical","txid7955" +"Q6PBT8","Q7SXA3","fgf1","zgc:66168","Q6PBT8","rps27a","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","F1QAD7","fgf1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q6PBT8","pik3ca","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q90Z00","fgf1","fgfr1a","Q6PBT8","fgfr1a","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","string-db","7955.ENSDARP00000013742/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","B8A507","fgf1","fb93g11","Q6PBT8","flrt3","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q8AYE3","fgf1","wu:fb18f10","Q6PBT8","Q8AYE3","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","string-db","7955.ENSDARP00000062617/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","F1RC43","fgf1","Klotho","Q6PBT8","F1RC43","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q8AY90","fgf1","fgf10","Q6PBT8","Q8AY90","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000048580/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","E7F4P8","fgf1","Insulin receptor substrate 1","Q6PBT8","irs1","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","F1QHN6","fgf1","im:7042025","Q6PBT8","ubc","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","E7F020","fgf1","Fibroblast growth factor receptor substrate 2","Q6PBT8","E7F020","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","E7F3T0","fgf1","SHC-transforming protein 1","Q6PBT8","shc1","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q1XG76","fgf1","si:dkey-21e2.2","Q6PBT8","Q1XG76","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A0R4IKQ9","fgf1","Insulin receptor substrate 2","Q6PBT8","irs2b","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A0N4SUD2","fgf1","Ubi-p63E","Q6PBT8","ubb","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","F1Q7S5","fgf1","fb11b01","Q6PBT8","gab1","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q2LJ24","fgf1","Fibroblast growth factor","Q6PBT8","fgf20b","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q9DFC9","fgf1","wu:fc89b01","Q6PBT8","fgf4","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q6PC73","fgf1","grb2","Q6PBT8","grb2b","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q6SJP8","fgf1","fgf17","Q6PBT8","fgf17","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A0R4IN60","fgf1","Fibroblast growth factor","Q6PBT8","fgf19","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A8M1NFA3","fgf1","sc:d0374","Q6PBT8","A0A8M1NFA3","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q90413","fgf1","fgfr4","Q6PBT8","Q90413","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A0R4IX01","fgf1","Beta-klotho","Q6PBT8","A0A0R4IX01","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q2HXK8","fgf1","fgf16","Q6PBT8","Q2HXK8","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","P48802","fgf1","fgf3","Q6PBT8","fgf3","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","E7F1P1","fgf1","receptor protein-tyrosine kinase","Q6PBT8","E7F1P1","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q9I8X3","fgf1","fgfr3","Q6PBT8","Q9I8X3","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor 3 (FGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000011898/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A0R4I9X7","fgf1","GRB2-associated-binding protein 2","Q6PBT8","A0A0R4I9X7","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","F1QF54","fgf1","Fibronectin leucine-rich transmembrane protein 1b","Q6PBT8","F1QF54","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","string-db","7955.ENSDARP00000098497/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","Q8JG38","fgf1","fgfr2","Q6PBT8","Q8JG38","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","B0S6V7","fgf1","wu:fb65b05","Q6PBT8","pik3r1","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","B3DHR9","fgf1","Fibroblast growth factor","Q6PBT8","fgf7","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","A0A8M2BBW7","fgf1","si:dkey-97m3.4","Q6PBT8","A0A8M2BBW7","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","O57341","fgf1","fgf8a","Q6PBT8","fgf8a","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","Fibroblast growth factor 8 (FGF-8)","string-db","7955.ENSDARP00000018653/7955.ENSDARP00000008825","physical","txid7955" +"Q6PBT8","E7F251","fgf1","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q6PBT8","pik3cb","Putative fibroblast growth factor 1 (FGF-1) (Acidic fibroblast growth factor) (aFGF) (Heparin-binding growth factor 1) (HBGF-1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000008825","physical","txid7955" +"A0A0R4IKQ9","Q6SJP8","Insulin receptor substrate 2","fgf17","irs2b","fgf17","Insulin receptor substrate 2","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000136042","physical","txid7955" +"A0A0R4IKQ9","F1QAD7","Insulin receptor substrate 2","phosphatidylinositol-4,5-bisphosphate 3-kinase","irs2b","pik3ca","Insulin receptor substrate 2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000136042","physical","txid7955" +"A0A0R4IKQ9","A0A2R8RKR5","Insulin receptor substrate 2","LOC103910147","irs2b","A0A2R8RKR5","Insulin receptor substrate 2","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000136042","physical","txid7955" +"A0A0R4IKQ9","Q90413","Insulin receptor substrate 2","fgfr4","irs2b","Q90413","Insulin receptor substrate 2","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000136042","physical","txid7955" +"A0A0R4IKQ9","A0A0R4IUB6","Insulin receptor substrate 2","epn1","irs2b","epn1","Insulin receptor substrate 2","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000136042","physical","txid7955" +"A0A0R4IKQ9","A0A0R4IX01","Insulin receptor substrate 2","Beta-klotho","irs2b","A0A0R4IX01","Insulin receptor substrate 2","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000136042","physical","txid7955" +"E7F4P8","P57717","Insulin receptor substrate 1","esr1","irs1","P57717","Insulin receptor substrate 1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","E7F1P1","Insulin receptor substrate 1","receptor protein-tyrosine kinase","irs1","E7F1P1","Insulin receptor substrate 1","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","A8WH93","Insulin receptor substrate 1","il-2rgc.a","irs1","A8WH93","Insulin receptor substrate 1","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q502U6","Insulin receptor substrate 1","zHBNF","irs1","Q502U6","Insulin receptor substrate 1","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","A0A0R4IKQ9","Insulin receptor substrate 1","Insulin receptor substrate 2","irs1","irs2b","Insulin receptor substrate 1","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q90413","Insulin receptor substrate 1","fgfr4","irs1","Q90413","Insulin receptor substrate 1","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q1XG76","Insulin receptor substrate 1","si:dkey-21e2.2","irs1","Q1XG76","Insulin receptor substrate 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","F8W3R9","Insulin receptor substrate 1","alk","irs1","alk","Insulin receptor substrate 1","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q9DFC9","Insulin receptor substrate 1","wu:fc89b01","irs1","fgf4","Insulin receptor substrate 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","P48802","Insulin receptor substrate 1","fgf3","irs1","fgf3","Insulin receptor substrate 1","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","F1RC43","Insulin receptor substrate 1","Klotho","irs1","F1RC43","Insulin receptor substrate 1","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","E9QDP8","Insulin receptor substrate 1","il-7ra","irs1","il7r","Insulin receptor substrate 1","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","E7F251","Insulin receptor substrate 1","phosphatidylinositol-4,5-bisphosphate 3-kinase","irs1","pik3cb","Insulin receptor substrate 1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","A0A0R4IX01","Insulin receptor substrate 1","Beta-klotho","irs1","A0A0R4IX01","Insulin receptor substrate 1","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q6SJP8","Insulin receptor substrate 1","fgf17","irs1","fgf17","Insulin receptor substrate 1","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","A0A0R4IN60","Insulin receptor substrate 1","Fibroblast growth factor","irs1","fgf19","Insulin receptor substrate 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q2LJ24","Insulin receptor substrate 1","Fibroblast growth factor","irs1","fgf20b","Insulin receptor substrate 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","A0A0R4I9X7","Insulin receptor substrate 1","GRB2-associated-binding protein 2","irs1","A0A0R4I9X7","Insulin receptor substrate 1","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","B3DHR9","Insulin receptor substrate 1","Fibroblast growth factor","irs1","fgf7","Insulin receptor substrate 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q6PC73","Insulin receptor substrate 1","grb2","irs1","grb2b","Insulin receptor substrate 1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","Q8JG38","Insulin receptor substrate 1","fgfr2","irs1","Q8JG38","Insulin receptor substrate 1","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","F1QAD7","Insulin receptor substrate 1","phosphatidylinositol-4,5-bisphosphate 3-kinase","irs1","pik3ca","Insulin receptor substrate 1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000070706","physical","txid7955" +"E7F4P8","F1Q7S5","Insulin receptor substrate 1","fb11b01","irs1","gab1","Insulin receptor substrate 1","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000070706","physical","txid7955" +"Q8AY90","A0A8M9Q0I5","fgf10","Fibroblast growth factor-binding protein 1","Q8AY90","A0A8M9Q0I5","Fibroblast growth factor (FGF)","Fibroblast growth factor-binding protein 1","string-db","7955.ENSDARP00000105647/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","E7F020","fgf10","Fibroblast growth factor receptor substrate 2","Q8AY90","E7F020","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1QAD7","fgf10","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q8AY90","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","E7F3T0","fgf10","SHC-transforming protein 1","Q8AY90","shc1","Fibroblast growth factor (FGF)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1Q7S5","fgf10","fb11b01","Q8AY90","gab1","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q7SX76","fgf10","fgfrl1","Q8AY90","fgfrl1a","Fibroblast growth factor (FGF)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","string-db","7955.ENSDARP00000077102/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A0R4I9X7","fgf10","GRB2-associated-binding protein 2","Q8AY90","A0A0R4I9X7","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A0R4IX01","fgf10","Beta-klotho","Q8AY90","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","B0S6V7","fgf10","wu:fb65b05","Q8AY90","pik3r1","Fibroblast growth factor (FGF)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A8M2BBW7","fgf10","si:dkey-97m3.4","Q8AY90","A0A8M2BBW7","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q9DFC9","fgf10","wu:fc89b01","Q8AY90","fgf4","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","B3DHR9","fgf10","Fibroblast growth factor","Q8AY90","fgf7","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A8M9PPG4","fgf10","zgc:165461","Q8AY90","A0A8M9PPG4","Fibroblast growth factor (FGF)","Fibroblast growth factor-binding protein 1 (Fibroblast growth factor-binding protein 3)","string-db","7955.ENSDARP00000128356/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q8JG38","fgf10","fgfr2","Q8AY90","Q8JG38","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q2LJ24","fgf10","Fibroblast growth factor","Q8AY90","fgf20b","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1QLT3","fgf10","zgc:162825","Q8AY90","F1QLT3","Fibroblast growth factor (FGF)","Fibroblast growth factor binding protein 2b isoform X1 (Fibroblast growth factor-binding protein 2b)","string-db","7955.ENSDARP00000136188/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","E7F251","fgf10","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q8AY90","pik3cb","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1RC43","fgf10","Klotho","Q8AY90","F1RC43","Fibroblast growth factor (FGF)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","E7F4P8","fgf10","Insulin receptor substrate 1","Q8AY90","irs1","Fibroblast growth factor (FGF)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q90413","fgf10","fgfr4","Q8AY90","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1QF54","fgf10","Fibronectin leucine-rich transmembrane protein 1b","Q8AY90","F1QF54","Fibroblast growth factor (FGF)","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","string-db","7955.ENSDARP00000098497/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A0R4IKQ9","fgf10","Insulin receptor substrate 2","Q8AY90","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q6PC73","fgf10","grb2","Q8AY90","grb2b","Fibroblast growth factor (FGF)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","F1QHN6","fgf10","im:7042025","Q8AY90","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q1XG76","fgf10","si:dkey-21e2.2","Q8AY90","Q1XG76","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","E7F1P1","fgf10","receptor protein-tyrosine kinase","Q8AY90","E7F1P1","Fibroblast growth factor (FGF)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","P48802","fgf10","fgf3","Q8AY90","fgf3","Fibroblast growth factor (FGF)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A0R4IN60","fgf10","Fibroblast growth factor","Q8AY90","fgf19","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A0N4SUD2","fgf10","Ubi-p63E","Q8AY90","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q6SJP8","fgf10","fgf17","Q8AY90","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q7SXA3","fgf10","zgc:66168","Q8AY90","rps27a","Fibroblast growth factor (FGF)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","Q2HXK8","fgf10","fgf16","Q8AY90","Q2HXK8","Fibroblast growth factor (FGF)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","B8A507","fgf10","fb93g11","Q8AY90","flrt3","Fibroblast growth factor (FGF)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000048580","physical","txid7955" +"Q8AY90","A0A8M1NFA3","fgf10","sc:d0374","Q8AY90","A0A8M1NFA3","Fibroblast growth factor (FGF)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000048580","physical","txid7955" +"B8A507","Q5K373","fb93g11","fgfrl1b beta","flrt3","fgfrl1b","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","20802085","physical","txid7955" +"B8A507","D2X2F9","fb93g11","Neuroligin 1","flrt3","D2X2F9","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","Q6SJP8","fb93g11","fgf17","flrt3","fgf17","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","P48802","fb93g11","fgf3","flrt3","fgf3","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","F1QSA4","fb93g11","siglec-4","flrt3","mag","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","Q9DFC9","fb93g11","wu:fc89b01","flrt3","fgf4","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","A0A2R8QM07","fb93g11","Adhesion G protein-coupled receptor L3 isoform X1","flrt3","adgrl3.1","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Adhesion G protein-coupled receptor L3 isoform X1 (Adhesion G protein-coupled receptor L3.1)","string-db","7955.ENSDARP00000156478/7955.ENSDARP00000120607","physical","txid7955" +"B8A507","Q8AXB3","fb93g11","kdrl","flrt3","Q8AXB3","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000120607","physical","txid7955" +"E7F020","Q6SJP8","Fibroblast growth factor receptor substrate 2","fgf17","E7F020","fgf17","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000129472","physical","txid7955" +"E7F020","P48802","Fibroblast growth factor receptor substrate 2","fgf3","E7F020","fgf3","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000129472","physical","txid7955" +"E7F020","A0A0R4IX01","Fibroblast growth factor receptor substrate 2","Beta-klotho","E7F020","A0A0R4IX01","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000129472","physical","txid7955" +"E7F020","A0A0R4IN60","Fibroblast growth factor receptor substrate 2","Fibroblast growth factor","E7F020","fgf19","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000129472","physical","txid7955" +"E7F020","Q90413","Fibroblast growth factor receptor substrate 2","fgfr4","E7F020","Q90413","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000129472","physical","txid7955" +"E7F020","Q9DFC9","Fibroblast growth factor receptor substrate 2","wu:fc89b01","E7F020","fgf4","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000129472","physical","txid7955" +"F1Q7S5","F1QAD7","fb11b01","phosphatidylinositol-4,5-bisphosphate 3-kinase","gab1","pik3ca","GRB2-associated-binding protein 1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4IX01","fb11b01","Beta-klotho","gab1","A0A0R4IX01","GRB2-associated-binding protein 1","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4INZ6","fb11b01","Betacellulin, epidermal growth factor family member","gab1","A0A0R4INZ6","GRB2-associated-binding protein 1","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","E7F251","fb11b01","phosphatidylinositol-4,5-bisphosphate 3-kinase","gab1","pik3cb","GRB2-associated-binding protein 1","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q8JG38","fb11b01","fgfr2","gab1","Q8JG38","GRB2-associated-binding protein 1","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","B3DHR9","fb11b01","Fibroblast growth factor","gab1","fgf7","GRB2-associated-binding protein 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4IWG0","fb11b01","Epigen","gab1","epgn","GRB2-associated-binding protein 1","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q98TU0","fb11b01","gdnf","gab1","Q98TU0","GRB2-associated-binding protein 1","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q9DFC9","fb11b01","wu:fc89b01","gab1","fgf4","GRB2-associated-binding protein 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q6SJP8","fb11b01","fgf17","gab1","fgf17","GRB2-associated-binding protein 1","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4IKQ9","fb11b01","Insulin receptor substrate 2","gab1","irs2b","GRB2-associated-binding protein 1","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A2R8RKR5","fb11b01","LOC103910147","gab1","A0A2R8RKR5","GRB2-associated-binding protein 1","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4IN60","fb11b01","Fibroblast growth factor","gab1","fgf19","GRB2-associated-binding protein 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q90413","fb11b01","fgfr4","gab1","Q90413","GRB2-associated-binding protein 1","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q6PC73","fb11b01","grb2","gab1","grb2b","GRB2-associated-binding protein 1","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","P48802","fb11b01","fgf3","gab1","fgf3","GRB2-associated-binding protein 1","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","Q6P2U5","fb11b01","arf6b","gab1","arf6b","GRB2-associated-binding protein 1","ADP-ribosylation factor 6","string-db","7955.ENSDARP00000119598/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","A0A0R4I9X7","fb11b01","GRB2-associated-binding protein 2","gab1","A0A0R4I9X7","GRB2-associated-binding protein 1","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000116730","physical","txid7955" +"F1Q7S5","F1QLR7","fb11b01","c-met","gab1","met","GRB2-associated-binding protein 1","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000116730","physical","txid7955" +"Q2LJ24","B3DHR9","Fibroblast growth factor","Fibroblast growth factor","fgf20b","fgf7","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A0R4I9X7","Fibroblast growth factor","GRB2-associated-binding protein 2","fgf20b","A0A0R4I9X7","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","E7F020","Fibroblast growth factor","Fibroblast growth factor receptor substrate 2","fgf20b","E7F020","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A0N4SUD2","Fibroblast growth factor","Ubi-p63E","fgf20b","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A0R4IX01","Fibroblast growth factor","Beta-klotho","fgf20b","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","F1Q7S5","Fibroblast growth factor","fb11b01","fgf20b","gab1","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A0R4IKQ9","Fibroblast growth factor","Insulin receptor substrate 2","fgf20b","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","F1QHN6","Fibroblast growth factor","im:7042025","fgf20b","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A8M1NFA3","Fibroblast growth factor","sc:d0374","fgf20b","A0A8M1NFA3","Fibroblast growth factor (FGF)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","P48802","Fibroblast growth factor","fgf3","fgf20b","fgf3","Fibroblast growth factor (FGF)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","A0A0R4IN60","Fibroblast growth factor","Fibroblast growth factor","fgf20b","fgf19","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","E7F251","Fibroblast growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf20b","pik3cb","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q9DFC9","Fibroblast growth factor","wu:fc89b01","fgf20b","fgf4","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q8JG38","Fibroblast growth factor","fgfr2","fgf20b","Q8JG38","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","F1QAD7","Fibroblast growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf20b","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","B8A507","Fibroblast growth factor","fb93g11","fgf20b","flrt3","Fibroblast growth factor (FGF)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q90413","Fibroblast growth factor","fgfr4","fgf20b","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q7SXA3","Fibroblast growth factor","zgc:66168","fgf20b","rps27a","Fibroblast growth factor (FGF)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q6PC73","Fibroblast growth factor","grb2","fgf20b","grb2b","Fibroblast growth factor (FGF)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000106996","physical","txid7955" +"Q2LJ24","Q6SJP8","Fibroblast growth factor","fgf17","fgf20b","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000106996","physical","txid7955" +"Q8AYE3","F8W5D3","wu:fb18f10","Alpha-1-antiproteinase 2-like","Q8AYE3","F8W5D3","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000062617","physical","txid7955" +"Q8AYE3","Q5SPJ4","wu:fb18f10","wu:fb61c07","Q8AYE3","Q5SPJ4","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000062617","physical","txid7955" +"Q8AYE3","F1Q5D8","wu:fb18f10","vtn","Q8AYE3","F1Q5D8","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000062617","physical","txid7955" +"Q8AYE3","A0A8M9QJ44","wu:fb18f10","Extracellular serine/threonine protein kinase FAM20C","Q8AYE3","A0A8M9QJ44","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000062617","physical","txid7955" +"F1RC43","A0A8M1NFA3","Klotho","sc:d0374","F1RC43","A0A8M1NFA3","Klotho","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","A0A0R4I9X7","Klotho","GRB2-associated-binding protein 2","F1RC43","A0A0R4I9X7","Klotho","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q1XG76","Klotho","si:dkey-21e2.2","F1RC43","Q1XG76","Klotho","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","B8A507","Klotho","fb93g11","F1RC43","flrt3","Klotho","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","F1QHN6","Klotho","im:7042025","F1RC43","ubc","Klotho","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q2LJ24","Klotho","Fibroblast growth factor","F1RC43","fgf20b","Klotho","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","P48802","Klotho","fgf3","F1RC43","fgf3","Klotho","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","B3DHR9","Klotho","Fibroblast growth factor","F1RC43","fgf7","Klotho","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q90413","Klotho","fgfr4","F1RC43","Q90413","Klotho","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","A0A0N4SUD2","Klotho","Ubi-p63E","F1RC43","ubb","Klotho","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q8JG38","Klotho","fgfr2","F1RC43","Q8JG38","Klotho","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","E7F251","Klotho","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1RC43","pik3cb","Klotho","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q9DFC9","Klotho","wu:fc89b01","F1RC43","fgf4","Klotho","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q7SXA3","Klotho","zgc:66168","F1RC43","rps27a","Klotho","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","A0A0R4IN60","Klotho","Fibroblast growth factor","F1RC43","fgf19","Klotho","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","A0A0R4IX01","Klotho","Beta-klotho","F1RC43","A0A0R4IX01","Klotho","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","F1Q7S5","Klotho","fb11b01","F1RC43","gab1","Klotho","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q6PC73","Klotho","grb2","F1RC43","grb2b","Klotho","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","A0A0R4IKQ9","Klotho","Insulin receptor substrate 2","F1RC43","irs2b","Klotho","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","F1QAD7","Klotho","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1RC43","pik3ca","Klotho","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","Q6SJP8","Klotho","fgf17","F1RC43","fgf17","Klotho","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000100445","physical","txid7955" +"F1RC43","E7F020","Klotho","Fibroblast growth factor receptor substrate 2","F1RC43","E7F020","Klotho","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000100445","physical","txid7955" +"Q9DFC9","A0A0N4SUD2","wu:fc89b01","Ubi-p63E","fgf4","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","F1QHN6","wu:fc89b01","im:7042025","fgf4","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","Q6SJP8","wu:fc89b01","fgf17","fgf4","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","F1QAD7","wu:fc89b01","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf4","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","A0A0R4IKQ9","wu:fc89b01","Insulin receptor substrate 2","fgf4","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","A0A0R4IX01","wu:fc89b01","Beta-klotho","fgf4","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000135882","physical","txid7955" +"Q9DFC9","Q90413","wu:fc89b01","fgfr4","fgf4","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000135882","physical","txid7955" +"A0A0R4IN60","A0A0R4IKQ9","Fibroblast growth factor","Insulin receptor substrate 2","fgf19","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","F1QHN6","Fibroblast growth factor","im:7042025","fgf19","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","A0A0N4SUD2","Fibroblast growth factor","Ubi-p63E","fgf19","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","Q6SJP8","Fibroblast growth factor","fgf17","fgf19","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","Q90413","Fibroblast growth factor","fgfr4","fgf19","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","A0A0R4IX01","Fibroblast growth factor","Beta-klotho","fgf19","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","F1QAD7","Fibroblast growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf19","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000135780","physical","txid7955" +"A0A0R4IN60","Q9DFC9","Fibroblast growth factor","wu:fc89b01","fgf19","fgf4","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000135780","physical","txid7955" +"Q6SJP8","A0A0N4SUD2","fgf17","Ubi-p63E","fgf17","ubb","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000137629","physical","txid7955" +"Q6SJP8","F1QHN6","fgf17","im:7042025","fgf17","ubc","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000137629","physical","txid7955" +"Q6SJP8","Q90413","fgf17","fgfr4","fgf17","Q90413","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000137629","physical","txid7955" +"Q6SJP8","A0A0R4IX01","fgf17","Beta-klotho","fgf17","A0A0R4IX01","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000137629","physical","txid7955" +"Q6SJP8","F1QAD7","fgf17","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf17","pik3ca","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000137629","physical","txid7955" +"A0A8M1NFA3","P48802","sc:d0374","fgf3","A0A8M1NFA3","fgf3","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000126632","physical","txid7955" +"A0A8M1NFA3","Q6SJP8","sc:d0374","fgf17","A0A8M1NFA3","fgf17","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000126632","physical","txid7955" +"A0A8M1NFA3","Q9DFC9","sc:d0374","wu:fc89b01","A0A8M1NFA3","fgf4","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000126632","physical","txid7955" +"P48802","F1QHN6","fgf3","im:7042025","fgf3","ubc","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000132485","physical","txid7955" +"P48802","A0A0R4IKQ9","fgf3","Insulin receptor substrate 2","fgf3","irs2b","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000132485","physical","txid7955" +"P48802","A0A0R4IN60","fgf3","Fibroblast growth factor","fgf3","fgf19","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000132485","physical","txid7955" +"P48802","A0A0N4SUD2","fgf3","Ubi-p63E","fgf3","ubb","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132485","physical","txid7955" +"P48802","Q9DFC9","fgf3","wu:fc89b01","fgf3","fgf4","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000132485","physical","txid7955" +"P48802","Q6SJP8","fgf3","fgf17","fgf3","fgf17","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000132485","physical","txid7955" +"P48802","F1QAD7","fgf3","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf3","pik3ca","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000132485","physical","txid7955" +"P48802","A0A0R4IX01","fgf3","Beta-klotho","fgf3","A0A0R4IX01","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000132485","physical","txid7955" +"P48802","Q90413","fgf3","fgfr4","fgf3","Q90413","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000132485","physical","txid7955" +"F1QF54","Q6SJP8","Fibronectin leucine-rich transmembrane protein 1b","fgf17","F1QF54","fgf17","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000098497","physical","txid7955" +"F1QF54","Q9DFC9","Fibronectin leucine-rich transmembrane protein 1b","wu:fc89b01","F1QF54","fgf4","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000098497","physical","txid7955" +"F1QF54","F1RC43","Fibronectin leucine-rich transmembrane protein 1b","Klotho","F1QF54","F1RC43","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000098497","physical","txid7955" +"F1QF54","Q2LJ24","Fibronectin leucine-rich transmembrane protein 1b","Fibroblast growth factor","F1QF54","fgf20b","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000098497","physical","txid7955" +"F1QF54","P48802","Fibronectin leucine-rich transmembrane protein 1b","fgf3","F1QF54","fgf3","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000098497","physical","txid7955" +"F1QF54","Q1XG76","Fibronectin leucine-rich transmembrane protein 1b","si:dkey-21e2.2","F1QF54","Q1XG76","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000098497","physical","txid7955" +"E7F1P1","Q8JG38","receptor protein-tyrosine kinase","fgfr2","E7F1P1","Q8JG38","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","F1QSC3","receptor protein-tyrosine kinase","Growth factor receptor-bound protein 10 isoform X2","E7F1P1","grb10b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","A0A0R4I9X7","receptor protein-tyrosine kinase","GRB2-associated-binding protein 2","E7F1P1","A0A0R4I9X7","receptor protein-tyrosine kinase (EC 2.7.10.1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","A0A0R4IX01","receptor protein-tyrosine kinase","Beta-klotho","E7F1P1","A0A0R4IX01","receptor protein-tyrosine kinase (EC 2.7.10.1)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","E7F251","receptor protein-tyrosine kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F1P1","pik3cb","receptor protein-tyrosine kinase (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","P48802","receptor protein-tyrosine kinase","fgf3","E7F1P1","fgf3","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q90413","receptor protein-tyrosine kinase","fgfr4","E7F1P1","Q90413","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q9DFC9","receptor protein-tyrosine kinase","wu:fc89b01","E7F1P1","fgf4","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","F1Q7S5","receptor protein-tyrosine kinase","fb11b01","E7F1P1","gab1","receptor protein-tyrosine kinase (EC 2.7.10.1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","F1QAD7","receptor protein-tyrosine kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","E7F1P1","pik3ca","receptor protein-tyrosine kinase (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q2LJ24","receptor protein-tyrosine kinase","Fibroblast growth factor","E7F1P1","fgf20b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","B3DHR9","receptor protein-tyrosine kinase","Fibroblast growth factor","E7F1P1","fgf7","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","F1RC43","receptor protein-tyrosine kinase","Klotho","E7F1P1","F1RC43","receptor protein-tyrosine kinase (EC 2.7.10.1)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q1XG76","receptor protein-tyrosine kinase","si:dkey-21e2.2","E7F1P1","Q1XG76","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","A0A0R4IN60","receptor protein-tyrosine kinase","Fibroblast growth factor","E7F1P1","fgf19","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q6SJP8","receptor protein-tyrosine kinase","fgf17","E7F1P1","fgf17","receptor protein-tyrosine kinase (EC 2.7.10.1)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q6PC73","receptor protein-tyrosine kinase","grb2","E7F1P1","grb2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","Q5RKN6","receptor protein-tyrosine kinase","zgc:103549","E7F1P1","grb2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000075800","physical","txid7955" +"E7F1P1","A0A0R4IKQ9","receptor protein-tyrosine kinase","Insulin receptor substrate 2","E7F1P1","irs2b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000075800","physical","txid7955" +"Q2HXK8","Q90413","fgf16","fgfr4","Q2HXK8","Q90413","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","P48802","fgf16","fgf3","Q2HXK8","fgf3","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","E7F1P1","fgf16","receptor protein-tyrosine kinase","Q2HXK8","E7F1P1","Fibroblast growth factor 16 (FGF16)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q9DFC9","fgf16","wu:fc89b01","Q2HXK8","fgf4","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A0R4IN60","fgf16","Fibroblast growth factor","Q2HXK8","fgf19","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","F1QHN6","fgf16","im:7042025","Q2HXK8","ubc","Fibroblast growth factor 16 (FGF16)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A0N4SUD2","fgf16","Ubi-p63E","Q2HXK8","ubb","Fibroblast growth factor 16 (FGF16)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q7SXA3","fgf16","zgc:66168","Q2HXK8","rps27a","Fibroblast growth factor 16 (FGF16)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q8JG38","fgf16","fgfr2","Q2HXK8","Q8JG38","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q6SJP8","fgf16","fgf17","Q2HXK8","fgf17","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A8M2BBW7","fgf16","si:dkey-97m3.4","Q2HXK8","A0A8M2BBW7","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","E7F020","fgf16","Fibroblast growth factor receptor substrate 2","Q2HXK8","E7F020","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","B3DHR9","fgf16","Fibroblast growth factor","Q2HXK8","fgf7","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q1XG76","fgf16","si:dkey-21e2.2","Q2HXK8","Q1XG76","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A0R4IX01","fgf16","Beta-klotho","Q2HXK8","A0A0R4IX01","Fibroblast growth factor 16 (FGF16)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q2LJ24","fgf16","Fibroblast growth factor","Q2HXK8","fgf20b","Fibroblast growth factor 16 (FGF16)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","F1Q7S5","fgf16","fb11b01","Q2HXK8","gab1","Fibroblast growth factor 16 (FGF16)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","F1RC43","fgf16","Klotho","Q2HXK8","F1RC43","Fibroblast growth factor 16 (FGF16)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A0R4I9X7","fgf16","GRB2-associated-binding protein 2","Q2HXK8","A0A0R4I9X7","Fibroblast growth factor 16 (FGF16)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","E7F3T0","fgf16","SHC-transforming protein 1","Q2HXK8","shc1","Fibroblast growth factor 16 (FGF16)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","A0A0R4IKQ9","fgf16","Insulin receptor substrate 2","Q2HXK8","irs2b","Fibroblast growth factor 16 (FGF16)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","E7F251","fgf16","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q2HXK8","pik3cb","Fibroblast growth factor 16 (FGF16)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","Q6PC73","fgf16","grb2","Q2HXK8","grb2b","Fibroblast growth factor 16 (FGF16)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","E7F4P8","fgf16","Insulin receptor substrate 1","Q2HXK8","irs1","Fibroblast growth factor 16 (FGF16)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000061927","physical","txid7955" +"Q2HXK8","F1QAD7","fgf16","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q2HXK8","pik3ca","Fibroblast growth factor 16 (FGF16)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000061927","physical","txid7955" +"A0A0R4IX01","Q90413","Beta-klotho","fgfr4","A0A0R4IX01","Q90413","Beta-klotho (Klotho beta)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000141358","physical","txid7955" +"B3DHR9","F1QAD7","Fibroblast growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf7","pik3ca","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A0R4I9X7","Fibroblast growth factor","GRB2-associated-binding protein 2","fgf7","A0A0R4I9X7","Fibroblast growth factor (FGF)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q8JG38","Fibroblast growth factor","fgfr2","fgf7","Q8JG38","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","E7F251","Fibroblast growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf7","pik3cb","Fibroblast growth factor (FGF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","F1QLT3","Fibroblast growth factor","zgc:162825","fgf7","F1QLT3","Fibroblast growth factor (FGF)","Fibroblast growth factor binding protein 2b isoform X1 (Fibroblast growth factor-binding protein 2b)","string-db","7955.ENSDARP00000136188/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","E7F020","Fibroblast growth factor","Fibroblast growth factor receptor substrate 2","fgf7","E7F020","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A8M9PPG4","Fibroblast growth factor","zgc:165461","fgf7","A0A8M9PPG4","Fibroblast growth factor (FGF)","Fibroblast growth factor-binding protein 1 (Fibroblast growth factor-binding protein 3)","string-db","7955.ENSDARP00000128356/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","P48802","Fibroblast growth factor","fgf3","fgf7","fgf3","Fibroblast growth factor (FGF)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A0R4IX01","Fibroblast growth factor","Beta-klotho","fgf7","A0A0R4IX01","Fibroblast growth factor (FGF)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q6SJP8","Fibroblast growth factor","fgf17","fgf7","fgf17","Fibroblast growth factor (FGF)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q9DFC9","Fibroblast growth factor","wu:fc89b01","fgf7","fgf4","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q6PC73","Fibroblast growth factor","grb2","fgf7","grb2b","Fibroblast growth factor (FGF)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A0R4IN60","Fibroblast growth factor","Fibroblast growth factor","fgf7","fgf19","Fibroblast growth factor (FGF)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q90413","Fibroblast growth factor","fgfr4","fgf7","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","F1QHN6","Fibroblast growth factor","im:7042025","fgf7","ubc","Fibroblast growth factor (FGF)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","Q7SXA3","Fibroblast growth factor","zgc:66168","fgf7","rps27a","Fibroblast growth factor (FGF)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A0R4IKQ9","Fibroblast growth factor","Insulin receptor substrate 2","fgf7","irs2b","Fibroblast growth factor (FGF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000122453","physical","txid7955" +"B3DHR9","A0A0N4SUD2","Fibroblast growth factor","Ubi-p63E","fgf7","ubb","Fibroblast growth factor (FGF)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000122453","physical","txid7955" +"A0A8M2BBW7","F1QAD7","si:dkey-97m3.4","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2BBW7","pik3ca","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","E7F4B2","si:dkey-97m3.4","GRF2","A0A8M2BBW7","rapgef1b","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q0P4B0","si:dkey-97m3.4","Rho","A0A8M2BBW7","Q0P4B0","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q6PC73","si:dkey-97m3.4","grb2","A0A8M2BBW7","grb2b","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q6SJP8","si:dkey-97m3.4","fgf17","A0A8M2BBW7","fgf17","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A0R4I9X7","si:dkey-97m3.4","GRB2-associated-binding protein 2","A0A8M2BBW7","A0A0R4I9X7","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","E7F1P1","si:dkey-97m3.4","receptor protein-tyrosine kinase","A0A8M2BBW7","E7F1P1","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","F1Q7S5","si:dkey-97m3.4","fb11b01","A0A8M2BBW7","gab1","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","F1RC43","si:dkey-97m3.4","Klotho","A0A8M2BBW7","F1RC43","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","E7F020","si:dkey-97m3.4","Fibroblast growth factor receptor substrate 2","A0A8M2BBW7","E7F020","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q7SXA3","si:dkey-97m3.4","zgc:66168","A0A8M2BBW7","rps27a","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A0R4IKQ9","si:dkey-97m3.4","Insulin receptor substrate 2","A0A8M2BBW7","irs2b","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","P48802","si:dkey-97m3.4","fgf3","A0A8M2BBW7","fgf3","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A0R4IN60","si:dkey-97m3.4","Fibroblast growth factor","A0A8M2BBW7","fgf19","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q90413","si:dkey-97m3.4","fgfr4","A0A8M2BBW7","Q90413","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q2LJ24","si:dkey-97m3.4","Fibroblast growth factor","A0A8M2BBW7","fgf20b","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A8E7C6","si:dkey-97m3.4","c-ret","A0A8M2BBW7","ret","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","string-db","7955.ENSDARP00000072093/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","E7F4P8","si:dkey-97m3.4","Insulin receptor substrate 1","A0A8M2BBW7","irs1","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q9DFC9","si:dkey-97m3.4","wu:fc89b01","A0A8M2BBW7","fgf4","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q98TU0","si:dkey-97m3.4","gdnf","A0A8M2BBW7","Q98TU0","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q8JG38","si:dkey-97m3.4","fgfr2","A0A8M2BBW7","Q8JG38","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q6DEM2","si:dkey-97m3.4","fb34h10","A0A8M2BBW7","crk","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A0N4SUD2","si:dkey-97m3.4","Ubi-p63E","A0A8M2BBW7","ubb","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","Q1XG76","si:dkey-97m3.4","si:dkey-21e2.2","A0A8M2BBW7","Q1XG76","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","E7F251","si:dkey-97m3.4","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M2BBW7","pik3cb","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","F1QHN6","si:dkey-97m3.4","im:7042025","A0A8M2BBW7","ubc","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A2R8RKR5","si:dkey-97m3.4","LOC103910147","A0A8M2BBW7","A0A2R8RKR5","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","B3DHR9","si:dkey-97m3.4","Fibroblast growth factor","A0A8M2BBW7","fgf7","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000067422","physical","txid7955" +"A0A8M2BBW7","A0A0R4IX01","si:dkey-97m3.4","Beta-klotho","A0A8M2BBW7","A0A0R4IX01","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000067422","physical","txid7955" +"O57341","Q2LJ24","fgf8a","Fibroblast growth factor","fgf8a","fgf20b","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000106996/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A8M2BBW7","fgf8a","si:dkey-97m3.4","fgf8a","A0A8M2BBW7","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000018653","physical","txid7955" +"O57341","F1RC43","fgf8a","Klotho","fgf8a","F1RC43","Fibroblast growth factor 8 (FGF-8)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A0R4IX01","fgf8a","Beta-klotho","fgf8a","A0A0R4IX01","Fibroblast growth factor 8 (FGF-8)","Beta-klotho (Klotho beta)","string-db","7955.ENSDARP00000141358/7955.ENSDARP00000018653","physical","txid7955" +"O57341","P79742","fgf8a","tbx6l","fgf8a","P79742","Fibroblast growth factor 8 (FGF-8)","T-box transcription factor TBX6L (T-box protein 6L) (T-box transcription factor TBX6) (T-box protein 6)","string-db","7955.ENSDARP00000113982/7955.ENSDARP00000018653","physical","txid7955" +"O57341","E7F251","fgf8a","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf8a","pik3cb","Fibroblast growth factor 8 (FGF-8)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000018653","physical","txid7955" +"O57341","B0S6V7","fgf8a","wu:fb65b05","fgf8a","pik3r1","Fibroblast growth factor 8 (FGF-8)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000018653","physical","txid7955" +"O57341","B3DHR9","fgf8a","Fibroblast growth factor","fgf8a","fgf7","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q90XD1","fgf8a","cls/sox10","fgf8a","sox10","Fibroblast growth factor 8 (FGF-8)","Transcription factor SOX-10","string-db","7955.ENSDARP00000100237/7955.ENSDARP00000018653","physical","txid7955" +"O57341","P48802","fgf8a","fgf3","fgf8a","fgf3","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q7SX76","fgf8a","fgfrl1","fgf8a","fgfrl1a","Fibroblast growth factor 8 (FGF-8)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","string-db","7955.ENSDARP00000077102/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A0R4I9X7","fgf8a","GRB2-associated-binding protein 2","fgf8a","A0A0R4I9X7","Fibroblast growth factor 8 (FGF-8)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000018653","physical","txid7955" +"O57341","E7F3T0","fgf8a","SHC-transforming protein 1","fgf8a","shc1","Fibroblast growth factor 8 (FGF-8)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q8JG38","fgf8a","fgfr2","fgf8a","Q8JG38","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000018653","physical","txid7955" +"O57341","F1Q7S5","fgf8a","fb11b01","fgf8a","gab1","Fibroblast growth factor 8 (FGF-8)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000018653","physical","txid7955" +"O57341","E7F020","fgf8a","Fibroblast growth factor receptor substrate 2","fgf8a","E7F020","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000018653","physical","txid7955" +"O57341","F1QAD7","fgf8a","phosphatidylinositol-4,5-bisphosphate 3-kinase","fgf8a","pik3ca","Fibroblast growth factor 8 (FGF-8)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000018653","physical","txid7955" +"O57341","F1QF54","fgf8a","Fibronectin leucine-rich transmembrane protein 1b","fgf8a","F1QF54","Fibroblast growth factor 8 (FGF-8)","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","string-db","7955.ENSDARP00000098497/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q90413","fgf8a","fgfr4","fgf8a","Q90413","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A8M1NFA3","fgf8a","sc:d0374","fgf8a","A0A8M1NFA3","Fibroblast growth factor 8 (FGF-8)","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000018653","physical","txid7955" +"O57341","E7F1P1","fgf8a","receptor protein-tyrosine kinase","fgf8a","E7F1P1","Fibroblast growth factor 8 (FGF-8)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000075800/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q6PC73","fgf8a","grb2","fgf8a","grb2b","Fibroblast growth factor 8 (FGF-8)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q6SJP8","fgf8a","fgf17","fgf8a","fgf17","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q1XG76","fgf8a","si:dkey-21e2.2","fgf8a","Q1XG76","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A0R4IN60","fgf8a","Fibroblast growth factor","fgf8a","fgf19","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135780/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q9DFC9","fgf8a","wu:fc89b01","fgf8a","fgf4","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q2HXK8","fgf8a","fgf16","fgf8a","Q2HXK8","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor 16 (FGF16)","string-db","7955.ENSDARP00000061927/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q8AY90","fgf8a","fgf10","fgf8a","Q8AY90","Fibroblast growth factor 8 (FGF-8)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000048580/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A0N4SUD2","fgf8a","Ubi-p63E","fgf8a","ubb","Fibroblast growth factor 8 (FGF-8)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000018653","physical","txid7955" +"O57341","E7F4P8","fgf8a","Insulin receptor substrate 1","fgf8a","irs1","Fibroblast growth factor 8 (FGF-8)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000018653","physical","txid7955" +"O57341","B8A507","fgf8a","fb93g11","fgf8a","flrt3","Fibroblast growth factor 8 (FGF-8)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000018653","physical","txid7955" +"O57341","A0A0R4IKQ9","fgf8a","Insulin receptor substrate 2","fgf8a","irs2b","Fibroblast growth factor 8 (FGF-8)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000018653","physical","txid7955" +"O57341","Q7SXA3","fgf8a","zgc:66168","fgf8a","rps27a","Fibroblast growth factor 8 (FGF-8)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000018653","physical","txid7955" +"O57341","F1QHN6","fgf8a","im:7042025","fgf8a","ubc","Fibroblast growth factor 8 (FGF-8)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000018653","physical","txid7955" +"P79733","P79732","rrm2","rrm1","rrm2","P79732","Ribonucleoside-diphosphate reductase subunit M2 (EC 1.17.4.1) (Ribonucleotide reductase protein R2 class I) (Ribonucleotide reductase small chain) (Ribonucleotide reductase small subunit)","Ribonucleoside-diphosphate reductase large subunit (EC 1.17.4.1) (Ribonucleoside-diphosphate reductase subunit M1) (Ribonucleotide reductase large subunit) (Ribonucleotide reductase protein R1 class I)","string-db","7955.ENSDARP00000010800/7955.ENSDARP00000008907","physical","txid7955" +"P79733","Q7ZYW0","rrm2","fb72h01","rrm2","rrm2b","Ribonucleoside-diphosphate reductase subunit M2 (EC 1.17.4.1) (Ribonucleotide reductase protein R2 class I) (Ribonucleotide reductase small chain) (Ribonucleotide reductase small subunit)","Ribonucleoside-diphosphate reductase subunit M2 B (EC 1.17.4.1) (Ribonucleotide reductase M2 b)","string-db","7955.ENSDARP00000113482/7955.ENSDARP00000008907","physical","txid7955" +"P79732","Q7ZYW0","rrm1","fb72h01","P79732","rrm2b","Ribonucleoside-diphosphate reductase large subunit (EC 1.17.4.1) (Ribonucleoside-diphosphate reductase subunit M1) (Ribonucleotide reductase large subunit) (Ribonucleotide reductase protein R1 class I)","Ribonucleoside-diphosphate reductase subunit M2 B (EC 1.17.4.1) (Ribonucleotide reductase M2 b)","string-db","7955.ENSDARP00000113482/7955.ENSDARP00000010800","physical","txid7955" +"A0A2R9YJL3","Q7ZVT2","si:ch211-199m3.4","pkm2a","A0A2R9YJL3","pkma","Adenylate kinase 9","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000118427","physical","txid7955" +"A0A2R9YJL3","Q7SXL4","si:ch211-199m3.4","ndpkz2","A0A2R9YJL3","nme2b.2","Adenylate kinase 9","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000135769/7955.ENSDARP00000118427","physical","txid7955" +"A0A2R9YJL3","Q9PTF3","si:ch211-199m3.4","ndpkz3","A0A2R9YJL3","nme3","Adenylate kinase 9","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000132457/7955.ENSDARP00000118427","physical","txid7955" +"Q6PC37","A5PN60","nme2l","ctgfb","Q6PC37","A5PN60","Nucleoside diphosphate kinase (EC 2.7.4.6)","Cellular communication network factor 2b (Connective tissue growth factor b isoform X1) (Connective tissue growth factor-like protein)","string-db","7955.ENSDARP00000133091/7955.ENSDARP00000064338","physical","txid7955" +"Q6PC37","Q6DI51","nme2l","nme6","Q6PC37","Q6DI51","Nucleoside diphosphate kinase (EC 2.7.4.6)","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","string-db","7955.ENSDARP00000094574/7955.ENSDARP00000064338","physical","txid7955" +"Q6PC37","A0A2R9YJL3","nme2l","si:ch211-199m3.4","Q6PC37","A0A2R9YJL3","Nucleoside diphosphate kinase (EC 2.7.4.6)","Adenylate kinase 9","string-db","7955.ENSDARP00000118427/7955.ENSDARP00000064338","physical","txid7955" +"Q6PC37","Q9PTF3","nme2l","ndpkz3","Q6PC37","nme3","Nucleoside diphosphate kinase (EC 2.7.4.6)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000132457/7955.ENSDARP00000064338","physical","txid7955" +"Q6PC37","Q7ZVT2","nme2l","pkm2a","Q6PC37","pkma","Nucleoside diphosphate kinase (EC 2.7.4.6)","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000064338","physical","txid7955" +"Q6PC37","Q7SXL4","nme2l","ndpkz2","Q6PC37","nme2b.2","Nucleoside diphosphate kinase (EC 2.7.4.6)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000135769/7955.ENSDARP00000064338","physical","txid7955" +"Q7SXL4","Q7ZVT2","ndpkz2","pkm2a","nme2b.2","pkma","Nucleoside diphosphate kinase (EC 2.7.4.6)","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000135769","physical","txid7955" +"Q9PTF3","Q7ZVT2","ndpkz3","pkm2a","nme3","pkma","Nucleoside diphosphate kinase (EC 2.7.4.6)","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000132457","physical","txid7955" +"Q9PTF3","Q7SXL4","ndpkz3","ndpkz2","nme3","nme2b.2","Nucleoside diphosphate kinase (EC 2.7.4.6)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000135769/7955.ENSDARP00000132457","physical","txid7955" +"Q6DI51","Q7ZVT2","nme6","pkm2a","Q6DI51","pkma","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000094574","physical","txid7955" +"Q6DI51","Q9PTF3","nme6","ndpkz3","Q6DI51","nme3","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000132457/7955.ENSDARP00000094574","physical","txid7955" +"Q6DI51","Q7SXL4","nme6","ndpkz2","Q6DI51","nme2b.2","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000135769/7955.ENSDARP00000094574","physical","txid7955" +"Q6DI51","A0A2R9YJL3","nme6","si:ch211-199m3.4","Q6DI51","A0A2R9YJL3","Nucleoside diphosphate kinase 6 (NDK 6) (NDP kinase 6) (EC 2.7.4.6)","Adenylate kinase 9","string-db","7955.ENSDARP00000118427/7955.ENSDARP00000094574","physical","txid7955" +"A2CEF7","Q6IQP4","si:dkeyp-50f7.6","rap1a","mark3b","rap1aa","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q1LYG2","si:dkeyp-50f7.6","sierrabraf","mark3b","Q1LYG2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","C3PTE8","si:dkeyp-50f7.6","Beta-arrestin-1","mark3b","arrb1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q1JPZ3","si:dkeyp-50f7.6","src","mark3b","Q1JPZ3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q7T356","si:dkeyp-50f7.6","ywhabb","mark3b","Q7T356","non-specific serine/threonine protein kinase (EC 2.7.11.1)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q1LY62","si:dkeyp-50f7.6","map2k2","mark3b","map2k2a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","string-db","7955.ENSDARP00000014914/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q5M7Y2","si:dkeyp-50f7.6","zgc:92074","mark3b","Q5M7Y2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q7ZVK8","si:dkeyp-50f7.6","ERK1","mark3b","mapk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","A0A0R4IHD1","si:dkeyp-50f7.6","fj48e07","mark3b","A0A0R4IHD1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","B0S602","si:dkeyp-50f7.6","Fn","mark3b","fn1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","A0A2R8Q8S1","si:dkeyp-50f7.6","wu:fa04e08","mark3b","kras","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","E7F9Z1","si:dkeyp-50f7.6","VWF","mark3b","vwf","non-specific serine/threonine protein kinase (EC 2.7.11.1)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q6TEN1","si:dkeyp-50f7.6","rap1b","mark3b","rap1b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","A0JMN4","si:dkeyp-50f7.6","zgc:154049","mark3b","csk","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q503B6","si:dkeyp-50f7.6","hrasl","mark3b","hrasb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","string-db","7955.ENSDARP00000016622/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q6NYE1","si:dkeyp-50f7.6","wu:fa55c11","mark3b","Q6NYE1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","string-db","7955.ENSDARP00000016228/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","B8A5L6","si:dkeyp-50f7.6","sb:cb892","mark3b","B8A5L6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q6PFT9","si:dkeyp-50f7.6","apbb1ip","mark3b","Q6PFT9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","P79737","si:dkeyp-50f7.6","nras","mark3b","P79737","non-specific serine/threonine protein kinase (EC 2.7.11.1)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000008926","physical","txid7955" +"A2CEF7","Q7ZVG7","si:dkeyp-50f7.6","fb60h05","mark3b","Q7ZVG7","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000008926","physical","txid7955" +"P79737","Q6TEN1","nras","rap1b","P79737","rap1b","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000055741","physical","txid7955" +"P79737","A0A140LGD0","nras","si:ch211-255l12.2","P79737","spred3","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","string-db","7955.ENSDARP00000142309/7955.ENSDARP00000055741","physical","txid7955" +"P79737","B0S750","nras","si:ch211-251j10.3","P79737","si:ch211-251j10.3","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","string-db","7955.ENSDARP00000118941/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q6PFT9","nras","apbb1ip","P79737","Q6PFT9","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000055741","physical","txid7955" +"P79737","E7F1U4","nras","si:dkey-246f6.1","P79737","E7F1U4","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Ras/Rap GTPase-activating protein SynGAP1b (Synaptic Ras GTPase-activating protein 1b)","string-db","7955.ENSDARP00000087797/7955.ENSDARP00000055741","physical","txid7955" +"P79737","F1QAD7","nras","phosphatidylinositol-4,5-bisphosphate 3-kinase","P79737","pik3ca","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000055741","physical","txid7955" +"P79737","A0JMN4","nras","zgc:154049","P79737","csk","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000055741","physical","txid7955" +"P79737","A2CE77","nras","si:dkey-93f15.3","P79737","A2CE77","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","RAS p21 protein activator 4 (Ras GTPase-activating protein 4)","string-db","7955.ENSDARP00000088144/7955.ENSDARP00000055741","physical","txid7955" +"P79737","E7F916","nras","RAS p21 protein activator 3","P79737","rasa3","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","string-db","7955.ENSDARP00000086956/7955.ENSDARP00000055741","physical","txid7955" +"P79737","E7F9Z1","nras","VWF","P79737","vwf","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q7ZVK8","nras","ERK1","P79737","mapk3","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000055741","physical","txid7955" +"P79737","C3PTE8","nras","Beta-arrestin-1","P79737","arrb1","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000055741","physical","txid7955" +"P79737","B0S602","nras","Fn","P79737","fn1a","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q7T356","nras","ywhabb","P79737","Q7T356","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q6NYS4","nras","pbp","P79737","pebp1","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","string-db","7955.ENSDARP00000112865/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q1JPZ3","nras","src","P79737","Q1JPZ3","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000055741","physical","txid7955" +"P79737","E7F251","nras","phosphatidylinositol-4,5-bisphosphate 3-kinase","P79737","pik3cb","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000055741","physical","txid7955" +"P79737","B0S6V7","nras","wu:fb65b05","P79737","pik3r1","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000055741","physical","txid7955" +"P79737","Q5M7Y2","nras","zgc:92074","P79737","Q5M7Y2","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000055741","physical","txid7955" +"P79737","A0A0R4IHD1","nras","fj48e07","P79737","A0A0R4IHD1","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000055741","physical","txid7955" +"P79737","E7FDZ7","nras","Disabled homolog 2-interacting protein","P79737","E7FDZ7","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","Disabled homolog 2-interacting protein (RAS protein activator-like 3)","string-db","7955.ENSDARP00000106789/7955.ENSDARP00000055741","physical","txid7955" +"Q5M7Y2","A0A2R8Q8S1","zgc:92074","wu:fa04e08","Q5M7Y2","kras","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000118701","physical","txid7955" +"Q5M7Y2","A0A0R4IHD1","zgc:92074","fj48e07","Q5M7Y2","A0A0R4IHD1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000118701","physical","txid7955" +"A0A0R4IHD1","A0A2R8Q8S1","fj48e07","wu:fa04e08","A0A0R4IHD1","kras","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000133115","physical","txid7955" +"Q503B6","A0A0R4IHD1","hrasl","fj48e07","hrasb","A0A0R4IHD1","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6NZV1","hrasl","zgc:77318","hrasb","pdpk1b","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","string-db","7955.ENSDARP00000019085/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6IQP4","hrasl","rap1a","hrasb","rap1aa","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","F1R3X3","hrasl","RAS p21 protein activator","hrasb","rasa1a","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","string-db","7955.ENSDARP00000051517/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q1LYG2","hrasl","sierrabraf","hrasb","Q1LYG2","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","A0JMN4","hrasl","zgc:154049","hrasb","csk","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","B0S750","hrasl","si:ch211-251j10.3","hrasb","si:ch211-251j10.3","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","string-db","7955.ENSDARP00000118941/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","B8A5L6","hrasl","sb:cb892","hrasb","B8A5L6","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q7ZVK8","hrasl","ERK1","hrasb","mapk3","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6TEN1","hrasl","rap1b","hrasb","rap1b","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","A0A140LGD0","hrasl","si:ch211-255l12.2","hrasb","spred3","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","string-db","7955.ENSDARP00000142309/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6NYS4","hrasl","pbp","hrasb","pebp1","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","string-db","7955.ENSDARP00000112865/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6PFT9","hrasl","apbb1ip","hrasb","Q6PFT9","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","E7F9Z1","hrasl","VWF","hrasb","vwf","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q7T356","hrasl","ywhabb","hrasb","Q7T356","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","C3PTE8","hrasl","Beta-arrestin-1","hrasb","arrb1","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","A2CE77","hrasl","si:dkey-93f15.3","hrasb","A2CE77","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","RAS p21 protein activator 4 (Ras GTPase-activating protein 4)","string-db","7955.ENSDARP00000088144/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","E7F251","hrasl","phosphatidylinositol-4,5-bisphosphate 3-kinase","hrasb","pik3cb","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","F1QX32","hrasl","RAS protein activator-like 2","hrasb","rasal2","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","string-db","7955.ENSDARP00000052665/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q1JPZ3","hrasl","src","hrasb","Q1JPZ3","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","B0S6V7","hrasl","wu:fb65b05","hrasb","pik3r1","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","I3IT01","hrasl","Ral guanine nucleotide dissociation stimulator-like 1 isoform X4","hrasb","I3IT01","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Ral guanine nucleotide dissociation stimulator-like 1 isoform X4 (Ral guanine nucleotide dissociation stimulator-like 3a)","string-db","7955.ENSDARP00000126052/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","F1QAD7","hrasl","phosphatidylinositol-4,5-bisphosphate 3-kinase","hrasb","pik3ca","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q7ZVG7","hrasl","fb60h05","hrasb","Q7ZVG7","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","E7F916","hrasl","RAS p21 protein activator 3","hrasb","rasa3","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","string-db","7955.ENSDARP00000086956/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","B0S602","hrasl","Fn","hrasb","fn1a","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q6P112","hrasl","rgl1","hrasb","Q6P112","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Ral guanine nucleotide dissociation stimulator-like 1 (RalGDS-like 1)","string-db","7955.ENSDARP00000120417/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","Q5M7Y2","hrasl","zgc:92074","hrasb","Q5M7Y2","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","E7F1U4","hrasl","si:dkey-246f6.1","hrasb","E7F1U4","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Ras/Rap GTPase-activating protein SynGAP1b (Synaptic Ras GTPase-activating protein 1b)","string-db","7955.ENSDARP00000087797/7955.ENSDARP00000016622","physical","txid7955" +"Q503B6","E7FDZ7","hrasl","Disabled homolog 2-interacting protein","hrasb","E7FDZ7","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","Disabled homolog 2-interacting protein (RAS protein activator-like 3)","string-db","7955.ENSDARP00000106789/7955.ENSDARP00000016622","physical","txid7955" +"A0JMN4","Q5M7Y2","zgc:154049","zgc:92074","csk","Q5M7Y2","Tyrosine-protein kinase (EC 2.7.10.2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","Q6TEN1","zgc:154049","rap1b","csk","rap1b","Tyrosine-protein kinase (EC 2.7.10.2)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","Q7T356","zgc:154049","ywhabb","csk","Q7T356","Tyrosine-protein kinase (EC 2.7.10.2)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","E7F9Z1","zgc:154049","VWF","csk","vwf","Tyrosine-protein kinase (EC 2.7.10.2)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","B0S602","zgc:154049","Fn","csk","fn1a","Tyrosine-protein kinase (EC 2.7.10.2)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","F1R1D2","zgc:154049","Ras homolog family member H","csk","F1R1D2","Tyrosine-protein kinase (EC 2.7.10.2)","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","Q6PFT9","zgc:154049","apbb1ip","csk","Q6PFT9","Tyrosine-protein kinase (EC 2.7.10.2)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","Q1JPZ3","zgc:154049","src","csk","Q1JPZ3","Tyrosine-protein kinase (EC 2.7.10.2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","E7F3T0","zgc:154049","SHC-transforming protein 1","csk","shc1","Tyrosine-protein kinase (EC 2.7.10.2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","A0A2R8Q8S1","zgc:154049","wu:fa04e08","csk","kras","Tyrosine-protein kinase (EC 2.7.10.2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","P57094","zgc:154049","axin1","csk","P57094","Tyrosine-protein kinase (EC 2.7.10.2)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","Q7ZVK8","zgc:154049","ERK1","csk","mapk3","Tyrosine-protein kinase (EC 2.7.10.2)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000088849","physical","txid7955" +"A0JMN4","F6P529","zgc:154049","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1","csk","pag1","Tyrosine-protein kinase (EC 2.7.10.2)","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1 (Phosphoprotein membrane anchor with glycosphingolipid microdomains 1)","string-db","7955.ENSDARP00000119853/7955.ENSDARP00000088849","physical","txid7955" +"Q1LY62","Q1LYG2","map2k2","sierrabraf","map2k2a","Q1LYG2","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","C3PTE8","map2k2","Beta-arrestin-1","map2k2a","arrb1","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6DEG4","map2k2","lamtor2","map2k2a","Q6DEG4","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","A0A2R8Q8S1","map2k2","wu:fa04e08","map2k2a","kras","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","A0A0R4IHD1","map2k2","fj48e07","map2k2a","A0A0R4IHD1","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q1JPZ3","map2k2","src","map2k2a","Q1JPZ3","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q7ZVG7","map2k2","fb60h05","map2k2a","Q7ZVG7","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6NYE1","map2k2","wu:fa55c11","map2k2a","Q6NYE1","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","string-db","7955.ENSDARP00000016228/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","P79737","map2k2","nras","map2k2a","P79737","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","B8A5L6","map2k2","sb:cb892","map2k2a","B8A5L6","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","A0JMN4","map2k2","zgc:154049","map2k2a","csk","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","B0R159","map2k2","cb233","map2k2a","bckdk","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Protein-serine/threonine kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000021993/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6TEN1","map2k2","rap1b","map2k2a","rap1b","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q7T356","map2k2","ywhabb","map2k2a","Q7T356","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q503B6","map2k2","hrasl","map2k2a","hrasb","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","string-db","7955.ENSDARP00000016622/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6PFT9","map2k2","apbb1ip","map2k2a","Q6PFT9","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6DH44","map2k2","wdr83","map2k2a","Q6DH44","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","string-db","7955.ENSDARP00000060977/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q6IQP4","map2k2","rap1a","map2k2a","rap1aa","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q5M7Y2","map2k2","zgc:92074","map2k2a","Q5M7Y2","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","E7F9Z1","map2k2","VWF","map2k2a","vwf","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q8QHJ9","map2k2","il17rd","map2k2a","Q8QHJ9","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Interleukin-17 receptor D (IL-17 receptor D) (IL-17RD) (Similar expression to FGF genes protein) (Sef)","string-db","7955.ENSDARP00000140479/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q7ZVK8","map2k2","ERK1","map2k2a","mapk3","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","Q503S6","map2k2","lamtor3","map2k2a","Q503S6","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000014914","physical","txid7955" +"Q1LY62","B0S602","map2k2","Fn","map2k2a","fn1a","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000014914","physical","txid7955" +"Q1LYG2","A0A0R4IHD1","sierrabraf","fj48e07","Q1LYG2","A0A0R4IHD1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133115/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6DEG4","sierrabraf","lamtor2","Q1LYG2","Q6DEG4","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ragulator complex protein LAMTOR2 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 2)","string-db","7955.ENSDARP00000058324/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q1JPZ3","sierrabraf","src","Q1LYG2","Q1JPZ3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6NYS4","sierrabraf","pbp","Q1LYG2","pebp1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","string-db","7955.ENSDARP00000112865/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","A0A2R8Q8S1","sierrabraf","wu:fa04e08","Q1LYG2","kras","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6TEN1","sierrabraf","rap1b","Q1LYG2","rap1b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","A0JMN4","sierrabraf","zgc:154049","Q1LYG2","csk","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","P79734","sierrabraf","tp53","Q1LYG2","tp53","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","C3PTE8","sierrabraf","Beta-arrestin-1","Q1LYG2","arrb1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","P79737","sierrabraf","nras","Q1LYG2","P79737","non-specific serine/threonine protein kinase (EC 2.7.11.1)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q503S6","sierrabraf","lamtor3","Q1LYG2","Q503S6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q7ZVK8","sierrabraf","ERK1","Q1LYG2","mapk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6PFT9","sierrabraf","apbb1ip","Q1LYG2","Q6PFT9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","F1QU39","sierrabraf","wu:fk66h11","Q1LYG2","spry2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Protein sprouty homolog 2","string-db","7955.ENSDARP00000052422/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","E7F9Z1","sierrabraf","VWF","Q1LYG2","vwf","non-specific serine/threonine protein kinase (EC 2.7.11.1)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q7T356","sierrabraf","ywhabb","Q1LYG2","Q7T356","non-specific serine/threonine protein kinase (EC 2.7.11.1)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6IQP4","sierrabraf","rap1a","Q1LYG2","rap1aa","non-specific serine/threonine protein kinase (EC 2.7.11.1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000050670/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","A0A8M1NV26","sierrabraf","RAF proto-oncogene serine/threonine-protein kinase","Q1LYG2","A0A8M1NV26","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RAF proto-oncogene serine/threonine-protein kinase (EC 2.7.11.1) (Raf-1)","string-db","7955.ENSDARP00000076954/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q6DH44","sierrabraf","wdr83","Q1LYG2","Q6DH44","non-specific serine/threonine protein kinase (EC 2.7.11.1)","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","string-db","7955.ENSDARP00000060977/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q7ZVG7","sierrabraf","fb60h05","Q1LYG2","Q7ZVG7","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","Q5M7Y2","sierrabraf","zgc:92074","Q1LYG2","Q5M7Y2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000048390","physical","txid7955" +"Q1LYG2","B0S602","sierrabraf","Fn","Q1LYG2","fn1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000048390","physical","txid7955" +"C3PTE8","E9QB71","Beta-arrestin-1","fc55h04","arrb1","kif3a","Beta-arrestin-1 (Arrestin beta-1)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A2R8Q8S1","Beta-arrestin-1","wu:fa04e08","arrb1","kras","Beta-arrestin-1 (Arrestin beta-1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q5MPX4","Beta-arrestin-1","Transferrin receptor protein 1","arrb1","Q5MPX4","Beta-arrestin-1 (Arrestin beta-1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A0R4IIR1","Beta-arrestin-1","dnm2","arrb1","dnm2a","Beta-arrestin-1 (Arrestin beta-1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q7ZW98","Beta-arrestin-1","ap2m1b","arrb1","Q7ZW98","Beta-arrestin-1 (Arrestin beta-1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q08CJ6","Beta-arrestin-1","zgc:153020","arrb1","grk4","Beta-arrestin-1 (Arrestin beta-1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000133992/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A5PMS9","Beta-arrestin-1","fa11e04","arrb1","ap1b1","Beta-arrestin-1 (Arrestin beta-1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q6QZN6","Beta-arrestin-1","dact1","arrb1","Q6QZN6","Beta-arrestin-1 (Arrestin beta-1)","Dapper homolog 1 (Frodo 1)","string-db","7955.ENSDARP00000133221/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","E7FAM4","Beta-arrestin-1","gpr161a","arrb1","si:ch211-237c6.4","Beta-arrestin-1 (Arrestin beta-1)","G-protein coupled receptor 161-like (Si:ch211-237c6.4)","string-db","7955.ENSDARP00000126068/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","E7FEQ8","Beta-arrestin-1","Type-1 angiotensin II receptor","arrb1","agtr1b","Beta-arrestin-1 (Arrestin beta-1)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A0R4IKR8","Beta-arrestin-1","hip1r","arrb1","A0A0R4IKR8","Beta-arrestin-1 (Arrestin beta-1)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","B0R0W9","Beta-arrestin-1","tbc1d8b","arrb1","tbc1d8b","Beta-arrestin-1 (Arrestin beta-1)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","F1R184","Beta-arrestin-1","wu:fb20a07","arrb1","txndc5","Beta-arrestin-1 (Arrestin beta-1)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A286Y9F1","Beta-arrestin-1","Clathrin light chain","arrb1","A0A286Y9F1","Beta-arrestin-1 (Arrestin beta-1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","E9QC42","Beta-arrestin-1","zgc:56506","arrb1","sybl1","Beta-arrestin-1 (Arrestin beta-1)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","B1NA68","Beta-arrestin-1","map2k4A","arrb1","B1NA68","Beta-arrestin-1 (Arrestin beta-1)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q5VSI7","Beta-arrestin-1","si:dkey-217m5.1","arrb1","reps1","Beta-arrestin-1 (Arrestin beta-1)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","F1R6F6","Beta-arrestin-1","G protein-coupled receptor kinase","arrb1","grk5l","Beta-arrestin-1 (Arrestin beta-1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000114075/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A0R4IID9","Beta-arrestin-1","eps8","arrb1","A0A0R4IID9","Beta-arrestin-1 (Arrestin beta-1)","Epidermal growth factor receptor kinase substrate 8 isoform X14 (Epidermal growth factor receptor pathway substrate 8a)","string-db","7955.ENSDARP00000134730/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q49HN0","Beta-arrestin-1","GRK1B","arrb1","Q49HN0","Beta-arrestin-1 (Arrestin beta-1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q6NUT7","Beta-arrestin-1","sort1","arrb1","Q6NUT7","Beta-arrestin-1 (Arrestin beta-1)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q5M7Y2","Beta-arrestin-1","zgc:92074","arrb1","Q5M7Y2","Beta-arrestin-1 (Arrestin beta-1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","Q6NYJ9","Beta-arrestin-1","fa16e07","arrb1","ap2b1","Beta-arrestin-1 (Arrestin beta-1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","B3DKN8","Beta-arrestin-1","chrm2","arrb1","B3DKN8","Beta-arrestin-1 (Arrestin beta-1)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A2R8QPB8","Beta-arrestin-1","adrbk2","arrb1","grk3","Beta-arrestin-1 (Arrestin beta-1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","E9QBV1","Beta-arrestin-1","fd07f11","arrb1","cltcb","Beta-arrestin-1 (Arrestin beta-1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A0R4IRS1","Beta-arrestin-1","AP-1 complex subunit mu-1","arrb1","ap1m1","Beta-arrestin-1 (Arrestin beta-1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","A0A0R4IQI7","Beta-arrestin-1","AP-4 complex subunit epsilon","arrb1","ap4e1","Beta-arrestin-1 (Arrestin beta-1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","P57094","Beta-arrestin-1","axin1","arrb1","P57094","Beta-arrestin-1 (Arrestin beta-1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000105997","physical","txid7955" +"C3PTE8","B0JZP5","Beta-arrestin-1","fa56d08","arrb1","B0JZP5","Beta-arrestin-1 (Arrestin beta-1)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000105997","physical","txid7955" +"Q6P4V5","Q5XJ92","scp2","zgc:103520","scp2a","Q5XJ92","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000009052","physical","txid7955" +"Q6P4V5","Q8AYH1","scp2","Dbp","scp2a","Q8AYH1","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","17-beta-hydroxysteroid dehydrogenase type 4 (Hsd17b4 protein) (Hydroxysteroid (17-beta) dehydrogenase 4) (Peroxisomal multifunctional enzyme type 2)","string-db","7955.ENSDARP00000136011/7955.ENSDARP00000009052","physical","txid7955" +"Q6P4V5","Q6PFQ3","scp2","zgc:66124","scp2a","pex13","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","Peroxisomal membrane protein PEX13 (Peroxin-13)","string-db","7955.ENSDARP00000009932/7955.ENSDARP00000009052","physical","txid7955" +"Q6P4V5","B0R157","scp2","zgc:56182","scp2a","B0R157","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000009052","physical","txid7955" +"Q6P4V5","Q6GQN6","scp2","zgc:92385","scp2a","acaa1","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","string-db","7955.ENSDARP00000017622/7955.ENSDARP00000009052","physical","txid7955" +"Q6PFQ3","F1QHN6","zgc:66124","im:7042025","pex13","ubc","Peroxisomal membrane protein PEX13 (Peroxin-13)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q642H6","zgc:66124","zgc:92317","pex13","Q642H6","Peroxisomal membrane protein PEX13 (Peroxin-13)","Carnitine O-acetyltransferase (EC 2.3.1.7) (Zgc:92317)","string-db","7955.ENSDARP00000146631/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","B0R157","zgc:66124","zgc:56182","pex13","B0R157","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q567C7","zgc:66124","zgc:112155","pex13","Q567C7","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal trans-2-enoyl-CoA reductase (EC 1.3.1.38)","string-db","7955.ENSDARP00000072849/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","B3DHE6","zgc:66124","LOC794545","pex13","nudt19","Peroxisomal membrane protein PEX13 (Peroxin-13)","Acyl-coenzyme A diphosphatase NUDT19 (Nucleoside diphosphate-linked moiety X motif 19)","string-db","7955.ENSDARP00000142787/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q5TZ51","zgc:66124","mpv17","pex13","mpv17","Peroxisomal membrane protein PEX13 (Peroxin-13)","Protein Mpv17","string-db","7955.ENSDARP00000114374/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A0A0R4IL71","zgc:66124","CH211-129M12.3","pex13","ide","Peroxisomal membrane protein PEX13 (Peroxin-13)","Insulin-degrading enzyme (Novel protein similar to H.sapiens IDE, insulin-degrading enzyme (IDE, zgc:162603))","string-db","7955.ENSDARP00000135107/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","E7FAS2","zgc:66124","Nudix","pex13","nudt7","Peroxisomal membrane protein PEX13 (Peroxin-13)","Nudix (nucleoside diphosphate-linked moiety X)-type motif 7 (Peroxisomal coenzyme A diphosphatase NUDT7)","string-db","7955.ENSDARP00000093998/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q9PT92","zgc:66124","cat","pex13","Q9PT92","Peroxisomal membrane protein PEX13 (Peroxin-13)","Catalase (EC 1.11.1.6)","string-db","7955.ENSDARP00000134519/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A0A0N4SUD2","zgc:66124","Ubi-p63E","pex13","ubb","Peroxisomal membrane protein PEX13 (Peroxin-13)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","F6NGD6","zgc:66124","slc27a2b","pex13","F6NGD6","Peroxisomal membrane protein PEX13 (Peroxin-13)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000080769/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A0A0R4IZE6","zgc:66124","zgc:172341","pex13","-","Peroxisomal membrane protein PEX13 (Peroxin-13)","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","string-db","7955.ENSDARP00000140915/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6DGU9","zgc:66124","Glutathione S-transferase kappa","pex13","gstk1","Peroxisomal membrane protein PEX13 (Peroxin-13)","Glutathione S-transferase kappa (EC 2.5.1.18)","string-db","7955.ENSDARP00000035103/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","F1QAU7","zgc:66124","Dihydroxyacetone phosphate acyltransferase","pex13","gnpat","Peroxisomal membrane protein PEX13 (Peroxin-13)","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","string-db","7955.ENSDARP00000103920/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6GQN6","zgc:66124","zgc:92385","pex13","acaa1","Peroxisomal membrane protein PEX13 (Peroxin-13)","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","string-db","7955.ENSDARP00000017622/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q7SXA3","zgc:66124","zgc:66168","pex13","rps27a","Peroxisomal membrane protein PEX13 (Peroxin-13)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6NYL3","zgc:66124","ehhadh","pex13","ehhadh","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","string-db","7955.ENSDARP00000093211/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6PC58","zgc:66124","ube2d1","pex13","ube2d1b","Peroxisomal membrane protein PEX13 (Peroxin-13)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","F1QCD8","zgc:66124","zgc:63690","pex13","hao2","Peroxisomal membrane protein PEX13 (Peroxin-13)","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","string-db","7955.ENSDARP00000037427/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q5XJ92","zgc:66124","zgc:103520","pex13","Q5XJ92","Peroxisomal membrane protein PEX13 (Peroxin-13)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q7ZUK1","zgc:66124","zgc:55886","pex13","ube2d2","Peroxisomal membrane protein PEX13 (Peroxin-13)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","string-db","7955.ENSDARP00000063836/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6PHK4","zgc:66124","agxt","pex13","agxtb","Peroxisomal membrane protein PEX13 (Peroxin-13)","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","string-db","7955.ENSDARP00000017257/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q8AYH1","zgc:66124","Dbp","pex13","Q8AYH1","Peroxisomal membrane protein PEX13 (Peroxin-13)","17-beta-hydroxysteroid dehydrogenase type 4 (Hsd17b4 protein) (Hydroxysteroid (17-beta) dehydrogenase 4) (Peroxisomal multifunctional enzyme type 2)","string-db","7955.ENSDARP00000136011/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","F1Q8N0","zgc:66124","dhrs2","pex13","dhrs4","Peroxisomal membrane protein PEX13 (Peroxin-13)","Dehydrogenase/reductase (SDR family) member 4 (Dehydrogenase/reductase SDR family member 4 (EC 1.1.1.184))","string-db","7955.ENSDARP00000106922/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q5PQY6","zgc:66124","lonp2","pex13","Q5PQY6","Peroxisomal membrane protein PEX13 (Peroxin-13)","Lon protease homolog 2, peroxisomal (EC 3.4.21.53)","string-db","7955.ENSDARP00000140082/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","B3DFU6","zgc:66124","wu:fb14b12","pex13","tysnd1","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal leader peptide-processing protease (EC 3.4.21.-)","string-db","7955.ENSDARP00000123515/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A2BGT3","zgc:66124","wu:fb55b11","pex13","dao.1","Peroxisomal membrane protein PEX13 (Peroxin-13)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000112531/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6NV34","zgc:66124","decr2","pex13","decr2","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal 2,4-dienoyl-CoA reductase [(3E)-enoyl-CoA-producing] (EC 1.3.1.124) (2,4-dienoyl-CoA reductase 2)","string-db","7955.ENSDARP00000066557/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A2VCY4","zgc:66124","long-chain-fatty-acid--CoA ligase","pex13","A2VCY4","Peroxisomal membrane protein PEX13 (Peroxin-13)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000087935/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","F1QMB0","zgc:66124","Peroxisomal ATPase PEX6","pex13","pex6","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal ATPase PEX6 (Peroxin-6)","string-db","7955.ENSDARP00000095384/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q5SPG8","zgc:66124","Acyl-CoA thioesterase 20","pex13","acot20","Peroxisomal membrane protein PEX13 (Peroxin-13)","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","string-db","7955.ENSDARP00000062337/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","B8JJQ4","zgc:66124","LOC110440136","pex13","B8JJQ4","Peroxisomal membrane protein PEX13 (Peroxin-13)","Peroxisomal N(1)-acetyl-spermine/spermidine oxidase (EC 1.5.3.13) (Si:dkey-275b16.2)","string-db","7955.ENSDARP00000016209/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A2BIN8","zgc:66124","inosa","pex13","nos2a","Peroxisomal membrane protein PEX13 (Peroxin-13)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","A3KP65","zgc:66124","Malonyl-CoA decarboxylase","pex13","A3KP65","Peroxisomal membrane protein PEX13 (Peroxin-13)","Malonyl-CoA decarboxylase (EC 4.1.1.9) (Zgc:162977 protein)","string-db","7955.ENSDARP00000132011/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q6PH53","zgc:66124","zgc:101121","pex13","zfand6","Peroxisomal membrane protein PEX13 (Peroxin-13)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","string-db","7955.ENSDARP00000136708/7955.ENSDARP00000009932","physical","txid7955" +"Q6PFQ3","Q5XJP9","zgc:66124","zgc:101691","pex13","Q5XJP9","Peroxisomal membrane protein PEX13 (Peroxin-13)","palmitoyl-CoA hydrolase (EC 3.1.2.2)","string-db","7955.ENSDARP00000009993/7955.ENSDARP00000009932","physical","txid7955" +"Q5XJ92","F6NGD6","zgc:103520","slc27a2b","Q5XJ92","F6NGD6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000080769/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q7SXA3","zgc:103520","zgc:66168","Q5XJ92","rps27a","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A0A0R4IZE6","zgc:103520","zgc:172341","Q5XJ92","-","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","string-db","7955.ENSDARP00000140915/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","B3DHE6","zgc:103520","LOC794545","Q5XJ92","nudt19","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Acyl-coenzyme A diphosphatase NUDT19 (Nucleoside diphosphate-linked moiety X motif 19)","string-db","7955.ENSDARP00000142787/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","F1QHN6","zgc:103520","im:7042025","Q5XJ92","ubc","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","F1QMB0","zgc:103520","Peroxisomal ATPase PEX6","Q5XJ92","pex6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Peroxisomal ATPase PEX6 (Peroxin-6)","string-db","7955.ENSDARP00000095384/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","B3DFU6","zgc:103520","wu:fb14b12","Q5XJ92","tysnd1","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Peroxisomal leader peptide-processing protease (EC 3.4.21.-)","string-db","7955.ENSDARP00000123515/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A2VCY4","zgc:103520","long-chain-fatty-acid--CoA ligase","Q5XJ92","A2VCY4","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000087935/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","F1QAU7","zgc:103520","Dihydroxyacetone phosphate acyltransferase","Q5XJ92","gnpat","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","string-db","7955.ENSDARP00000103920/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q8AYH1","zgc:103520","Dbp","Q5XJ92","Q8AYH1","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","17-beta-hydroxysteroid dehydrogenase type 4 (Hsd17b4 protein) (Hydroxysteroid (17-beta) dehydrogenase 4) (Peroxisomal multifunctional enzyme type 2)","string-db","7955.ENSDARP00000136011/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A0A0N4SUD2","zgc:103520","Ubi-p63E","Q5XJ92","ubb","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q6PH53","zgc:103520","zgc:101121","Q5XJ92","zfand6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","string-db","7955.ENSDARP00000136708/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q9PT92","zgc:103520","cat","Q5XJ92","Q9PT92","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Catalase (EC 1.11.1.6)","string-db","7955.ENSDARP00000134519/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q5SPG8","zgc:103520","Acyl-CoA thioesterase 20","Q5XJ92","acot20","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","string-db","7955.ENSDARP00000062337/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","F1Q8N0","zgc:103520","dhrs2","Q5XJ92","dhrs4","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Dehydrogenase/reductase (SDR family) member 4 (Dehydrogenase/reductase SDR family member 4 (EC 1.1.1.184))","string-db","7955.ENSDARP00000106922/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","E7FAS2","zgc:103520","Nudix","Q5XJ92","nudt7","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Nudix (nucleoside diphosphate-linked moiety X)-type motif 7 (Peroxisomal coenzyme A diphosphatase NUDT7)","string-db","7955.ENSDARP00000093998/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q642H6","zgc:103520","zgc:92317","Q5XJ92","Q642H6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Carnitine O-acetyltransferase (EC 2.3.1.7) (Zgc:92317)","string-db","7955.ENSDARP00000146631/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q5PQY6","zgc:103520","lonp2","Q5XJ92","Q5PQY6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Lon protease homolog 2, peroxisomal (EC 3.4.21.53)","string-db","7955.ENSDARP00000140082/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A2BGT3","zgc:103520","wu:fb55b11","Q5XJ92","dao.1","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000112531/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q6NYL3","zgc:103520","ehhadh","Q5XJ92","ehhadh","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","string-db","7955.ENSDARP00000093211/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q567C7","zgc:103520","zgc:112155","Q5XJ92","Q567C7","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Peroxisomal trans-2-enoyl-CoA reductase (EC 1.3.1.38)","string-db","7955.ENSDARP00000072849/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A3KP65","zgc:103520","Malonyl-CoA decarboxylase","Q5XJ92","A3KP65","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Malonyl-CoA decarboxylase (EC 4.1.1.9) (Zgc:162977 protein)","string-db","7955.ENSDARP00000132011/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q6NV34","zgc:103520","decr2","Q5XJ92","decr2","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Peroxisomal 2,4-dienoyl-CoA reductase [(3E)-enoyl-CoA-producing] (EC 1.3.1.124) (2,4-dienoyl-CoA reductase 2)","string-db","7955.ENSDARP00000066557/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q5TZ51","zgc:103520","mpv17","Q5XJ92","mpv17","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Protein Mpv17","string-db","7955.ENSDARP00000114374/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","Q7ZUK1","zgc:103520","zgc:55886","Q5XJ92","ube2d2","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","string-db","7955.ENSDARP00000063836/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A0A0R4IL71","zgc:103520","CH211-129M12.3","Q5XJ92","ide","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Insulin-degrading enzyme (Novel protein similar to H.sapiens IDE, insulin-degrading enzyme (IDE, zgc:162603))","string-db","7955.ENSDARP00000135107/7955.ENSDARP00000060852","physical","txid7955" +"Q5XJ92","A2BIN8","zgc:103520","inosa","Q5XJ92","nos2a","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000060852","physical","txid7955" +"B0R157","E7FAS2","zgc:56182","Nudix","B0R157","nudt7","Peroxisome assembly protein 12 (Peroxin-12)","Nudix (nucleoside diphosphate-linked moiety X)-type motif 7 (Peroxisomal coenzyme A diphosphatase NUDT7)","string-db","7955.ENSDARP00000093998/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A0A0R4IL71","zgc:56182","CH211-129M12.3","B0R157","ide","Peroxisome assembly protein 12 (Peroxin-12)","Insulin-degrading enzyme (Novel protein similar to H.sapiens IDE, insulin-degrading enzyme (IDE, zgc:162603))","string-db","7955.ENSDARP00000135107/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q5PQY6","zgc:56182","lonp2","B0R157","Q5PQY6","Peroxisome assembly protein 12 (Peroxin-12)","Lon protease homolog 2, peroxisomal (EC 3.4.21.53)","string-db","7955.ENSDARP00000140082/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","F1QAU7","zgc:56182","Dihydroxyacetone phosphate acyltransferase","B0R157","gnpat","Peroxisome assembly protein 12 (Peroxin-12)","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","string-db","7955.ENSDARP00000103920/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q7SXA3","zgc:56182","zgc:66168","B0R157","rps27a","Peroxisome assembly protein 12 (Peroxin-12)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q642H6","zgc:56182","zgc:92317","B0R157","Q642H6","Peroxisome assembly protein 12 (Peroxin-12)","Carnitine O-acetyltransferase (EC 2.3.1.7) (Zgc:92317)","string-db","7955.ENSDARP00000146631/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q6NV34","zgc:56182","decr2","B0R157","decr2","Peroxisome assembly protein 12 (Peroxin-12)","Peroxisomal 2,4-dienoyl-CoA reductase [(3E)-enoyl-CoA-producing] (EC 1.3.1.124) (2,4-dienoyl-CoA reductase 2)","string-db","7955.ENSDARP00000066557/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q6PH53","zgc:56182","zgc:101121","B0R157","zfand6","Peroxisome assembly protein 12 (Peroxin-12)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","string-db","7955.ENSDARP00000136708/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A2VCY4","zgc:56182","long-chain-fatty-acid--CoA ligase","B0R157","A2VCY4","Peroxisome assembly protein 12 (Peroxin-12)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000087935/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","F1QHN6","zgc:56182","im:7042025","B0R157","ubc","Peroxisome assembly protein 12 (Peroxin-12)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","B3DHE6","zgc:56182","LOC794545","B0R157","nudt19","Peroxisome assembly protein 12 (Peroxin-12)","Acyl-coenzyme A diphosphatase NUDT19 (Nucleoside diphosphate-linked moiety X motif 19)","string-db","7955.ENSDARP00000142787/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","F6NGD6","zgc:56182","slc27a2b","B0R157","F6NGD6","Peroxisome assembly protein 12 (Peroxin-12)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000080769/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q567C7","zgc:56182","zgc:112155","B0R157","Q567C7","Peroxisome assembly protein 12 (Peroxin-12)","Peroxisomal trans-2-enoyl-CoA reductase (EC 1.3.1.38)","string-db","7955.ENSDARP00000072849/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q5SPG8","zgc:56182","Acyl-CoA thioesterase 20","B0R157","acot20","Peroxisome assembly protein 12 (Peroxin-12)","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","string-db","7955.ENSDARP00000062337/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A0A0N4SUD2","zgc:56182","Ubi-p63E","B0R157","ubb","Peroxisome assembly protein 12 (Peroxin-12)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q8AYH1","zgc:56182","Dbp","B0R157","Q8AYH1","Peroxisome assembly protein 12 (Peroxin-12)","17-beta-hydroxysteroid dehydrogenase type 4 (Hsd17b4 protein) (Hydroxysteroid (17-beta) dehydrogenase 4) (Peroxisomal multifunctional enzyme type 2)","string-db","7955.ENSDARP00000136011/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A3KP65","zgc:56182","Malonyl-CoA decarboxylase","B0R157","A3KP65","Peroxisome assembly protein 12 (Peroxin-12)","Malonyl-CoA decarboxylase (EC 4.1.1.9) (Zgc:162977 protein)","string-db","7955.ENSDARP00000132011/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A2BGT3","zgc:56182","wu:fb55b11","B0R157","dao.1","Peroxisome assembly protein 12 (Peroxin-12)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000112531/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q9PT92","zgc:56182","cat","B0R157","Q9PT92","Peroxisome assembly protein 12 (Peroxin-12)","Catalase (EC 1.11.1.6)","string-db","7955.ENSDARP00000134519/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","F1Q8N0","zgc:56182","dhrs2","B0R157","dhrs4","Peroxisome assembly protein 12 (Peroxin-12)","Dehydrogenase/reductase (SDR family) member 4 (Dehydrogenase/reductase SDR family member 4 (EC 1.1.1.184))","string-db","7955.ENSDARP00000106922/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A2BIN8","zgc:56182","inosa","B0R157","nos2a","Peroxisome assembly protein 12 (Peroxin-12)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","B3DFU6","zgc:56182","wu:fb14b12","B0R157","tysnd1","Peroxisome assembly protein 12 (Peroxin-12)","Peroxisomal leader peptide-processing protease (EC 3.4.21.-)","string-db","7955.ENSDARP00000123515/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q7ZUK1","zgc:56182","zgc:55886","B0R157","ube2d2","Peroxisome assembly protein 12 (Peroxin-12)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","string-db","7955.ENSDARP00000063836/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q6NYL3","zgc:56182","ehhadh","B0R157","ehhadh","Peroxisome assembly protein 12 (Peroxin-12)","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","string-db","7955.ENSDARP00000093211/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","F1QMB0","zgc:56182","Peroxisomal ATPase PEX6","B0R157","pex6","Peroxisome assembly protein 12 (Peroxin-12)","Peroxisomal ATPase PEX6 (Peroxin-6)","string-db","7955.ENSDARP00000095384/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q5XJ92","zgc:56182","zgc:103520","B0R157","Q5XJ92","Peroxisome assembly protein 12 (Peroxin-12)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","A0A0R4IZE6","zgc:56182","zgc:172341","B0R157","-","Peroxisome assembly protein 12 (Peroxin-12)","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","string-db","7955.ENSDARP00000140915/7955.ENSDARP00000050911","physical","txid7955" +"B0R157","Q5TZ51","zgc:56182","mpv17","B0R157","mpv17","Peroxisome assembly protein 12 (Peroxin-12)","Protein Mpv17","string-db","7955.ENSDARP00000114374/7955.ENSDARP00000050911","physical","txid7955" +"Q6NW90","Q1LUM9","Tubb5","dncli2","tubb5","Q1LUM9","Tubulin beta chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","A1A5Y4","Tubb5","zgc:158394","tubb5","dync1i1","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","A0A0R4IXD8","Tubb5","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tubb5","A0A0R4IXD8","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","E7FBZ4","Tubb5","LOC565638","tubb5","E7FBZ4","Tubulin beta chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","Q6DC49","Tubb5","zgc:101117","tubb5","Q6DC49","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","O57474","Tubb5","gja1","tubb5","gja1","Tubulin beta chain","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","E7F6M9","Tubb5","RILP-like protein 1 isoform X1","tubb5","E7F6M9","Tubulin beta chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","Q6GQM1","Tubb5","zgc:91972","tubb5","Q6GQM1","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","Q6TGS5","Tubb5","fi05b01","tubb5","Q6TGS5","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","B8A518","Tubb5","tuba1l","tubb5","tuba1c","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","Q6P972","Tubb5","zgc:73108","tubb5","tuba2","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000055379","physical","txid7955" +"Q6NW90","B8A516","Tubb5","cb944","tubb5","tuba1b","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000055379","physical","txid7955" +"Q6TGT3","Q66IC8","TCTE1L","dynlt5","dynlt3","tctex1d1","Dynein light chain Tctex-type 3","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","Q6PBH4","TCTE1L","dynll2","dynlt3","dynll1","Dynein light chain Tctex-type 3","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","Q1LUM9","TCTE1L","dncli2","dynlt3","Q1LUM9","Dynein light chain Tctex-type 3","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","A0A0R4IXD8","TCTE1L","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dynlt3","A0A0R4IXD8","Dynein light chain Tctex-type 3","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","A1A5Y4","TCTE1L","zgc:158394","dynlt3","dync1i1","Dynein light chain Tctex-type 3","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","U3JAH9","TCTE1L","zgc:101571","dynlt3","bub3","Dynein light chain Tctex-type 3","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","A0A1D5NS24","TCTE1L","wdr60","dynlt3","wdr60","Dynein light chain Tctex-type 3","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000067821","physical","txid7955" +"Q6TGT3","A7MD87","TCTE1L","dync2i1","dynlt3","wdr34","Dynein light chain Tctex-type 3","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000067821","physical","txid7955" +"F1Q5L5","E7F4U1","dynlt1","Rho guanine nucleotide exchange factor 2 isoform X1","dynlt1","arhgef2","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Rho guanine nucleotide exchange factor 2 isoform X1 (Rho/rac guanine nucleotide exchange factor (GEF) 2)","string-db","7955.ENSDARP00000072768/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","Q1LUM9","dynlt1","dncli2","dynlt1","Q1LUM9","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","Q6TGT3","dynlt1","TCTE1L","dynlt1","dynlt3","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Dynein light chain Tctex-type 3","string-db","7955.ENSDARP00000067821/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","A0A0R4IXD8","dynlt1","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","dynlt1","A0A0R4IXD8","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","Q66IC8","dynlt1","dynlt5","dynlt1","tctex1d1","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","string-db","7955.ENSDARP00000133488/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","A0A1D5NS24","dynlt1","wdr60","dynlt1","wdr60","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","string-db","7955.ENSDARP00000142632/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","Q6PBH4","dynlt1","dynll2","dynlt1","dynll1","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Dynein light chain","string-db","7955.ENSDARP00000075768/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","A1A5Y4","dynlt1","zgc:158394","dynlt1","dync1i1","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000067481","physical","txid7955" +"F1Q5L5","A7MD87","dynlt1","dync2i1","dynlt1","wdr34","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","string-db","7955.ENSDARP00000074797/7955.ENSDARP00000067481","physical","txid7955" +"E7FC32","B8A516","si:ch211-122i22.4","cb944","tubb1","tuba1b","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","A0A0R4IXD8","si:ch211-122i22.4","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tubb1","A0A0R4IXD8","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","Q6TGS5","si:ch211-122i22.4","fi05b01","tubb1","Q6TGS5","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","Q6GQM1","si:ch211-122i22.4","zgc:91972","tubb1","Q6GQM1","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","E7F6M9","si:ch211-122i22.4","RILP-like protein 1 isoform X1","tubb1","E7F6M9","Tubulin beta chain","RILP-like protein 1 isoform X1 (Rab-interacting lysosomal protein)","string-db","7955.ENSDARP00000097554/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","Q1LUM9","si:ch211-122i22.4","dncli2","tubb1","Q1LUM9","Tubulin beta chain","Dynein light intermediate chain","string-db","7955.ENSDARP00000138705/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","Q6DC49","si:ch211-122i22.4","zgc:101117","tubb1","Q6DC49","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","E7FBZ4","si:ch211-122i22.4","LOC565638","tubb1","E7FBZ4","Tubulin beta chain","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","B8A518","si:ch211-122i22.4","tuba1l","tubb1","tuba1c","Tubulin beta chain","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000069525","physical","txid7955" +"E7FC32","A1A5Y4","si:ch211-122i22.4","zgc:158394","tubb1","dync1i1","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","string-db","7955.ENSDARP00000080844/7955.ENSDARP00000069525","physical","txid7955" +"A0A0R4IXC8","A0A0R4IXD8","si:ch211-9a18.2","Cytoplasmic dynein 1 intermediate chain 2 isoform X2","tubb6","A0A0R4IXD8","Tubulin beta chain","Cytoplasmic dynein 1 intermediate chain 2 isoform X2 (Dynein, cytoplasmic 1, intermediate chain 2b)","string-db","7955.ENSDARP00000141192/7955.ENSDARP00000140249","physical","txid7955" +"Q6DRE6","Q6P5M3","Large ribosomal subunit protein uL11","hm:zeh0819","rpl12","rps9","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","Q6IMW8","Large ribosomal subunit protein uL11","zgc:92371","rpl12","rpl39","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","string-db","7955.ENSDARP00000052760/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","P61487","Large ribosomal subunit protein uL11","rpl36a","rpl12","P61487","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","Q9PV90","Large ribosomal subunit protein uL11","rplp0","rpl12","Q9PV90","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","Q6NWC3","Large ribosomal subunit protein uL11","fc94f01","rpl12","rps2","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","P61485","Large ribosomal subunit protein uL11","rpl36a","rpl12","rpl36a","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000009096","physical","txid7955" +"Q6DRE6","P61486","Large ribosomal subunit protein uL11","rpl36a","rpl12","P61486","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a) (60S ribosomal protein L44)","string-db","7955.ENSDARP00000075363/7955.ENSDARP00000009096","physical","txid7955" +"Q78AM8","Q588C1","spi1","dnmt2","Q78AM8","trdmt1","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","tRNA (cytosine(38)-C(5))-methyltransferase (EC 2.1.1.204) (DNA (cytosine-5)-methyltransferase-like protein 2)","string-db","7955.ENSDARP00000048632/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","Q6DHK7","spi1","zgc:92252","Q78AM8","Q6DHK7","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Interferon regulatory factor 8","string-db","7955.ENSDARP00000073353/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","F1QWB4","spi1","hnrpk","Q78AM8","hnrnpk","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","Q7SZQ2","spi1","id2","Q78AM8","id2a","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","DNA-binding protein inhibitor ID-2 (Inhibitor of DNA binding 2, dominant negative helix-loop-helix protein) (Inhibitor of DNA binding/differentiation 2) (Inhibitor of DNA-binding 2a)","string-db","7955.ENSDARP00000072092/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","Q98UK4","spi1","maf","Q78AM8","Q98UK4","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Transcription factor Maf","string-db","7955.ENSDARP00000101942/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","Q7SXE8","spi1","cdk9","Q78AM8","cdk9","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","Q4KMK0","spi1","nsun3","Q78AM8","nsun3","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","tRNA (cytosine(34)-C(5))-methyltransferase, mitochondrial (EC 2.1.1.-) (NOL1/NOP2/Sun domain family member 3)","string-db","7955.ENSDARP00000118143/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","A3RK74","spi1","foxo1a","Q78AM8","foxo1a","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000029369","physical","txid7955" +"Q78AM8","E7F958","spi1","Methylcytosine dioxygenase TET","Q78AM8","tet2","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000101295/7955.ENSDARP00000029369","physical","txid7955" +"Q7ZWB2","A3KPW9","ubl4a","Bag6","Q7ZWB2","Bag6","Ubiquitin-like protein 4A","Large proline-rich protein BAG6 (BCL2-associated athanogene 6) (HLA-B-associated transcript 3)","string-db","7955.ENSDARP00000148444/7955.ENSDARP00000009190","physical","txid7955" +"Q7ZWB2","Q6NXA1","ubl4a","fk20d10","Q7ZWB2","sgta","Ubiquitin-like protein 4A","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","string-db","7955.ENSDARP00000027982/7955.ENSDARP00000009190","physical","txid7955" +"Q7ZWB2","F1R3Y3","ubl4a","cee","Q7ZWB2","get4","Ubiquitin-like protein 4A","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","string-db","7955.ENSDARP00000034770/7955.ENSDARP00000009190","physical","txid7955" +"Q7ZWB2","F1R7L2","ubl4a","zgc:92462","Q7ZWB2","sgtb","Ubiquitin-like protein 4A","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","string-db","7955.ENSDARP00000013325/7955.ENSDARP00000009190","physical","txid7955" +"F1R3Y3","A3KPW9","cee","Bag6","get4","Bag6","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","Large proline-rich protein BAG6 (BCL2-associated athanogene 6) (HLA-B-associated transcript 3)","string-db","7955.ENSDARP00000148444/7955.ENSDARP00000034770","physical","txid7955" +"F1R7L2","F1R3Y3","zgc:92462","cee","sgtb","get4","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","string-db","7955.ENSDARP00000034770/7955.ENSDARP00000013325","physical","txid7955" +"F1R7L2","Q6PGX4","zgc:92462","zgc:63663","sgtb","hsc70","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","string-db","7955.ENSDARP00000039324/7955.ENSDARP00000013325","physical","txid7955" +"F1R7L2","B0UXS6","zgc:92462","zgc:174006","sgtb","B0UXS6","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000013325","physical","txid7955" +"F1R7L2","A3KPW9","zgc:92462","Bag6","sgtb","Bag6","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Large proline-rich protein BAG6 (BCL2-associated athanogene 6) (HLA-B-associated transcript 3)","string-db","7955.ENSDARP00000148444/7955.ENSDARP00000013325","physical","txid7955" +"F1R7L2","Q6NXA1","zgc:92462","fk20d10","sgtb","sgta","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","string-db","7955.ENSDARP00000027982/7955.ENSDARP00000013325","physical","txid7955" +"F1R7L2","Q90473","zgc:92462","hspa8","sgtb","Q90473","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000013325","physical","txid7955" +"Q6NXA1","F1R3Y3","fk20d10","cee","sgta","get4","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","string-db","7955.ENSDARP00000034770/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","F2Z4R1","fk20d10","zgc:92840","sgta","sec61g","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Protein transport protein Sec61 subunit gamma","string-db","7955.ENSDARP00000122360/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","E9QH31","fk20d10","zgc:103715","sgta","aldh3a2b","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Aldehyde dehydrogenase","string-db","7955.ENSDARP00000103212/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q6PGX4","fk20d10","zgc:63663","sgta","hsc70","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","string-db","7955.ENSDARP00000039324/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","B0UXS6","fk20d10","zgc:174006","sgta","B0UXS6","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","B0UXS0","fk20d10","fc27c04","sgta","hmox1a","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Heme oxygenase (EC 1.14.14.18)","string-db","7955.ENSDARP00000038993/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q6DG84","fk20d10","wu:fj81f08","sgta","stx5a","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q7SZZ5","fk20d10","wu:fj61c06","sgta","Q7SZZ5","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","A4QNV0","fk20d10","E2 ubiquitin-conjugating enzyme","sgta","ube2j2","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000081358/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q6DGH3","fk20d10","zgc:92922","sgta","sec61b","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Protein transport protein Sec61 subunit beta","string-db","7955.ENSDARP00000059012/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q90473","fk20d10","hspa8","sgta","Q90473","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","A3KPW9","fk20d10","Bag6","sgta","Bag6","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Large proline-rich protein BAG6 (BCL2-associated athanogene 6) (HLA-B-associated transcript 3)","string-db","7955.ENSDARP00000148444/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","Q6DGW5","fk20d10","zgc:103695","sgta","Q6DGW5","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Stress-associated endoplasmic reticulum protein","string-db","7955.ENSDARP00000098138/7955.ENSDARP00000027982","physical","txid7955" +"Q6NXA1","A8WGS0","fk20d10","cyb5","sgta","cyb5a","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","Cyb5a protein (Cytochrome b5 isoform X1) (Cytochrome b5 type A (microsomal))","string-db","7955.ENSDARP00000140832/7955.ENSDARP00000027982","physical","txid7955" +"Q7T2F5","Q6PBJ3","NAPA","vamp1","Q7T2F5","vamp1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","D2K290","NAPA","CPLX3b","Q7T2F5","D2K290","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A8M1P6T1","NAPA","im:7139509","Q7T2F5","A0A8M1P6T1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q567Y3","NAPA","fb51b08","Q7T2F5","Q567Y3","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6PC54","NAPA","snap25b","Q7T2F5","snap25b","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7SZZ5","NAPA","wu:fj61c06","Q7T2F5","Q7SZZ5","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q4VBI7","NAPA","stx18","Q7T2F5","stx18","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7T361","NAPA","zgc:64079","Q7T2F5","stx8","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1Q9P4","NAPA","beta-snap1","Q7T2F5","napbb","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7SY45","NAPA","zgc:63525","Q7T2F5","vti1b","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","B8A651","NAPA","zgc:165520","Q7T2F5","-","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7ZUN8","NAPA","ykt6","Q7T2F5","Q7ZUN8","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1RC32","NAPA","fi35f06","Q7T2F5","napga","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q4V9B6","NAPA","fj55h11","Q7T2F5","-","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7ZTY7","NAPA","use1","Q7T2F5","Q7ZTY7","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7ZV15","NAPA","sec22ba","Q7T2F5","Q7ZV15","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A5PMJ7","NAPA","zgc:86632","Q7T2F5","stx12","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7ZVE4","NAPA","Synaptosomal-associated protein","Q7T2F5","Q7ZVE4","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000014467/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6DHG4","NAPA","cplx2a","Q7T2F5","cplx2l","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A8M9QGE5","NAPA","cplx2b","Q7T2F5","A0A8M9QGE5","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7SXP0","NAPA","sec22bb","Q7T2F5","sec22bb","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E7F0D3","NAPA","Syntaxin 12,-like","Q7T2F5","stx12l","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E9QBD8","NAPA","BCL2-interacting protein 1a","Q7T2F5","bnip1a","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","D2K289","NAPA","CPLX3a","Q7T2F5","D2K289","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q5RGD1","NAPA","si:ch211-279m15.2","Q7T2F5","stxbp5a","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A2BG37","NAPA","fc83b05","Q7T2F5","vamp5","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q5SQE2","NAPA","stxbp5l","Q7T2F5","stxbp5l","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1QFP8","NAPA","zgc:101617","Q7T2F5","F1QFP8","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6PHV0","NAPA","stx3a","Q7T2F5","stx3a","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6DGI1","NAPA","Vesicle-associated membrane protein 1","Q7T2F5","-","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7ZUC1","NAPA","wu:fa18d07","Q7T2F5","Q7ZUC1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A0R4IG59","NAPA","BCL2-interacting protein 1b","Q7T2F5","A0A0R4IG59","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A8M9QGE3","NAPA","Syntaxin 16","Q7T2F5","A0A8M9QGE3","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q1L8U1","NAPA","Si:ch211-81a5.8","Q7T2F5","Q1L8U1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E9QFW9","NAPA","zgc:112064","Q7T2F5","gosr1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A8M2BKM7","NAPA","LOC563082","Q7T2F5","A0A8M2BKM7","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q08BK6","NAPA","CPLX4a","Q7T2F5","Q08BK6","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q0P4A7","NAPA","snap47","Q7T2F5","snap47","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E7F0C0","NAPA","Syntaxin-binding protein 5 isoform X5","Q7T2F5","E7F0C0","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q7T366","NAPA","wu:fc33b02","Q7T2F5","Q7T366","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6IQK3","NAPA","zgc:86726","Q7T2F5","vamp3","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A0R4IK07","NAPA","si:ch211-208k15.1","Q7T2F5","tsnare1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1Q7S0","NAPA","zgc:109895","Q7T2F5","F1Q7S0","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6DG84","NAPA","wu:fj81f08","Q7T2F5","stx5a","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q5TZ66","NAPA","snap25a","Q7T2F5","Q5TZ66","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","string-db","7955.ENSDARP00000019054/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1QBW3","NAPA","fc44f07","Q7T2F5","F1QBW3","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6P5J5","NAPA","zgc:63558","Q7T2F5","stx11b.1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","Q6IQT6","NAPA","si:ch211-262k23.5","Q7T2F5","bet1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","string-db","7955.ENSDARP00000010900/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","A0A0A0MPL4","NAPA","Syntaxin-7","Q7T2F5","A0A0A0MPL4","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","B7ZV62","NAPA","nsf","Q7T2F5","nsfa","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E9QFN4","NAPA","SEC22 homolog C, vesicle-trafficking protein","Q7T2F5","sec22c","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","F1R892","NAPA","zgc:123218","Q7T2F5","F1R892","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E7EXN4","NAPA","LOC110440104","Q7T2F5","E7EXN4","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000009285","physical","txid7955" +"Q7T2F5","E9QC42","NAPA","zgc:56506","Q7T2F5","sybl1","Alpha-soluble NSF attachment protein (N-ethylmaleimide sensitive fusion protein attachment protein alpha) (N-ethylmaleimide-sensitive factor attachment protein, alpha)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000009285","physical","txid7955" +"Q7SZZ5","F1Q9P4","wu:fj61c06","beta-snap1","Q7SZZ5","napbb","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IK07","wu:fj61c06","si:ch211-208k15.1","Q7SZZ5","tsnare1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IJU5","wu:fj61c06","zgc:123199","Q7SZZ5","A0A0R4IJU5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0A0MPL4","wu:fj61c06","Syntaxin-7","Q7SZZ5","A0A0A0MPL4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A8M1P6T1","wu:fj61c06","im:7139509","Q7SZZ5","A0A8M1P6T1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","B8A651","wu:fj61c06","zgc:165520","Q7SZZ5","-","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6DGI1","wu:fj61c06","Vesicle-associated membrane protein 1","Q7SZZ5","-","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A8M2BKM7","wu:fj61c06","LOC563082","Q7SZZ5","A0A8M2BKM7","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","D2K289","wu:fj61c06","CPLX3a","Q7SZZ5","D2K289","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IG59","wu:fj61c06","BCL2-interacting protein 1b","Q7SZZ5","A0A0R4IG59","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A8M9QGE3","wu:fj61c06","Syntaxin 16","Q7SZZ5","A0A8M9QGE3","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E9QBD8","wu:fj61c06","BCL2-interacting protein 1a","Q7SZZ5","bnip1a","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q90473","wu:fj61c06","hspa8","Q7SZZ5","Q90473","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q7T361","wu:fj61c06","zgc:64079","Q7SZZ5","stx8","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E7EXN4","wu:fj61c06","LOC110440104","Q7SZZ5","E7EXN4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q7SXP0","wu:fj61c06","sec22bb","Q7SZZ5","sec22bb","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IIR1","wu:fj61c06","dnm2","Q7SZZ5","dnm2a","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A5PMS9","wu:fj61c06","fa11e04","Q7SZZ5","ap1b1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IKR8","wu:fj61c06","hip1r","Q7SZZ5","A0A0R4IKR8","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q5TZ27","wu:fj61c06","syt1","Q7SZZ5","syt1a","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E7F0D3","wu:fj61c06","Syntaxin 12,-like","Q7SZZ5","stx12l","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","B0R0W9","wu:fj61c06","tbc1d8b","Q7SZZ5","tbc1d8b","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","F1R184","wu:fj61c06","wu:fb20a07","Q7SZZ5","txndc5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A5PMJ7","wu:fj61c06","zgc:86632","Q7SZZ5","stx12","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4ICQ1","wu:fj61c06","si:ch211-194m7.2","Q7SZZ5","ndrg4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","NDRG family member 4 (Protein NDRG4)","string-db","7955.ENSDARP00000130451/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q5MPX4","wu:fj61c06","Transferrin receptor protein 1","Q7SZZ5","Q5MPX4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6NUT7","wu:fj61c06","sort1","Q7SZZ5","Q6NUT7","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q0P4A7","wu:fj61c06","snap47","Q7SZZ5","snap47","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6PC54","wu:fj61c06","snap25b","Q7SZZ5","snap25b","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","D2K290","wu:fj61c06","CPLX3b","Q7SZZ5","D2K290","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E9QFW9","wu:fj61c06","zgc:112064","Q7SZZ5","gosr1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q1L8U1","wu:fj61c06","Si:ch211-81a5.8","Q7SZZ5","Q1L8U1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A3QK31","wu:fj61c06","MGC163045","Q7SZZ5","A3QK31","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","string-db","7955.ENSDARP00000095254/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q1L8R9","wu:fj61c06","si:dkey-222b8.2","Q7SZZ5","snapin","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IRS1","wu:fj61c06","AP-1 complex subunit mu-1","Q7SZZ5","ap1m1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","C3PTE8","wu:fj61c06","Beta-arrestin-1","Q7SZZ5","arrb1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","B0UXI4","wu:fj61c06","si:dkey-90n12.3","Q7SZZ5","B0UXI4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Synapsin-1 (Synapsin I)","string-db","7955.ENSDARP00000115298/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q5RGB5","wu:fj61c06","si:ch211-255d18.4","Q7SZZ5","rab3ab","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q803D1","wu:fj61c06","wu:fb33e02","Q7SZZ5","arf1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q803T6","wu:fj61c06","sh3gl2","Q7SZZ5","sh3gl2a","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","X1WCJ5","wu:fj61c06","Liprin-alpha-3 isoform X1","Q7SZZ5","ppfia3","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A1L1T3","wu:fj61c06","zgc:158324","Q7SZZ5","A1L1T3","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E7F0C0","wu:fj61c06","Syntaxin-binding protein 5 isoform X5","Q7SZZ5","E7F0C0","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E9QC42","wu:fj61c06","zgc:56506","Q7SZZ5","sybl1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A2BG37","wu:fj61c06","fc83b05","Q7SZZ5","vamp5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6NSP1","wu:fj61c06","zgc:56704","Q7SZZ5","ap1s1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","F1QIY4","wu:fj61c06","wu:fi09g03","Q7SZZ5","F1QIY4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","B0S6H8","wu:fj61c06","ppfia2","Q7SZZ5","ppfia4","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q5RGD1","wu:fj61c06","si:ch211-279m15.2","Q7SZZ5","stxbp5a","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q08BK6","wu:fj61c06","CPLX4a","Q7SZZ5","Q08BK6","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6IQK3","wu:fj61c06","zgc:86726","Q7SZZ5","vamp3","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A0R4IQI7","wu:fj61c06","AP-4 complex subunit epsilon","Q7SZZ5","ap4e1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q5TZ25","wu:fj61c06","fj39h11","Q7SZZ5","Q5TZ25","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","E9QBV1","wu:fj61c06","fd07f11","Q7SZZ5","cltcb","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","Q6PBJ3","wu:fj61c06","vamp1","Q7SZZ5","vamp1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","A0A8M9QGE5","wu:fj61c06","cplx2b","Q7SZZ5","A0A8M9QGE5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","B0JZP5","wu:fj61c06","fa56d08","Q7SZZ5","B0JZP5","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000073910","physical","txid7955" +"Q7SZZ5","F1QFP8","wu:fj61c06","zgc:101617","Q7SZZ5","F1QFP8","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000073910","physical","txid7955" +"Q6PC54","Q5RGD1","snap25b","si:ch211-279m15.2","snap25b","stxbp5a","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A8M9QGE3","snap25b","Syntaxin 16","snap25b","A0A8M9QGE3","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E7F0D3","snap25b","Syntaxin 12,-like","snap25b","stx12l","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q0P4A7","snap25b","snap47","snap25b","snap47","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A3QJU6","snap25b","zgc:136923","snap25b","A3QJU6","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","B8A651","snap25b","zgc:165520","snap25b","-","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A8M1P6T1","snap25b","im:7139509","snap25b","A0A8M1P6T1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A2BG37","snap25b","fc83b05","snap25b","vamp5","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","F1Q9P4","snap25b","beta-snap1","snap25b","napbb","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q6IQK3","snap25b","zgc:86726","snap25b","vamp3","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E9QC42","snap25b","zgc:56506","snap25b","sybl1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E7F7R0","snap25b","Proline-rich transmembrane protein 2","snap25b","prrt2","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q7ZSZ9","snap25b","rac1","snap25b","rac1a","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E9QFW9","snap25b","zgc:112064","snap25b","gosr1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E7EXN4","snap25b","LOC110440104","snap25b","E7EXN4","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","D2K289","snap25b","CPLX3a","snap25b","D2K289","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A5PMJ7","snap25b","zgc:86632","snap25b","stx12","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q7SXP0","snap25b","sec22bb","snap25b","sec22bb","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","D2K290","snap25b","CPLX3b","snap25b","D2K290","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q6DGI1","snap25b","Vesicle-associated membrane protein 1","snap25b","-","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A0R4IK07","snap25b","si:ch211-208k15.1","snap25b","tsnare1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q6DGB7","snap25b","rac3","snap25b","rac3a","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A8M2BKM7","snap25b","LOC563082","snap25b","A0A8M2BKM7","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A0A0MPL4","snap25b","Syntaxin-7","snap25b","A0A0A0MPL4","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A9JRY8","snap25b","Rac family small GTPase 3b","snap25b","rac3b","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E9QBD8","snap25b","BCL2-interacting protein 1a","snap25b","bnip1a","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q7T361","snap25b","zgc:64079","snap25b","stx8","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A0R4IG59","snap25b","BCL2-interacting protein 1b","snap25b","A0A0R4IG59","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","F1QFP8","snap25b","zgc:101617","snap25b","F1QFP8","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q1L8U1","snap25b","Si:ch211-81a5.8","snap25b","Q1L8U1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q7T2E8","snap25b","rhoac","snap25b","rhoac","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","A0A8M9QGE5","snap25b","cplx2b","snap25b","A0A8M9QGE5","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q08BK6","snap25b","CPLX4a","snap25b","Q08BK6","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","E7F0C0","snap25b","Syntaxin-binding protein 5 isoform X5","snap25b","E7F0C0","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000075371","physical","txid7955" +"Q6PC54","Q6PBJ3","snap25b","vamp1","snap25b","vamp1","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000075371","physical","txid7955" +"F1R892","E9QC42","zgc:123218","zgc:56506","F1R892","sybl1","Synaptosomal-associated protein","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","F1Q9P4","zgc:123218","beta-snap1","F1R892","napbb","Synaptosomal-associated protein","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q6IQK3","zgc:123218","zgc:86726","F1R892","vamp3","Synaptosomal-associated protein","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","F1QFP8","zgc:123218","zgc:101617","F1R892","F1QFP8","Synaptosomal-associated protein","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q1L8U1","zgc:123218","Si:ch211-81a5.8","F1R892","Q1L8U1","Synaptosomal-associated protein","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","B8A651","zgc:123218","zgc:165520","F1R892","-","Synaptosomal-associated protein","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","E7F0D3","zgc:123218","Syntaxin 12,-like","F1R892","stx12l","Synaptosomal-associated protein","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q7T361","zgc:123218","zgc:64079","F1R892","stx8","Synaptosomal-associated protein","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A8M9QGE5","zgc:123218","cplx2b","F1R892","A0A8M9QGE5","Synaptosomal-associated protein","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q6DGI1","zgc:123218","Vesicle-associated membrane protein 1","F1R892","-","Synaptosomal-associated protein","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q0P4A7","zgc:123218","snap47","F1R892","snap47","Synaptosomal-associated protein","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q08BK6","zgc:123218","CPLX4a","F1R892","Q08BK6","Synaptosomal-associated protein","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A0R4IK07","zgc:123218","si:ch211-208k15.1","F1R892","tsnare1","Synaptosomal-associated protein","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q6PBJ3","zgc:123218","vamp1","F1R892","vamp1","Synaptosomal-associated protein","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","D2K290","zgc:123218","CPLX3b","F1R892","D2K290","Synaptosomal-associated protein","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A0R4IG59","zgc:123218","BCL2-interacting protein 1b","F1R892","A0A0R4IG59","Synaptosomal-associated protein","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q6PC54","zgc:123218","snap25b","F1R892","snap25b","Synaptosomal-associated protein","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","E9QFW9","zgc:123218","zgc:112064","F1R892","gosr1","Synaptosomal-associated protein","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q7SZZ5","zgc:123218","wu:fj61c06","F1R892","Q7SZZ5","Synaptosomal-associated protein","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A0A0MPL4","zgc:123218","Syntaxin-7","F1R892","A0A0A0MPL4","Synaptosomal-associated protein","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A2BG37","zgc:123218","fc83b05","F1R892","vamp5","Synaptosomal-associated protein","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A5PMJ7","zgc:123218","zgc:86632","F1R892","stx12","Synaptosomal-associated protein","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","E9QBD8","zgc:123218","BCL2-interacting protein 1a","F1R892","bnip1a","Synaptosomal-associated protein","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","D2K289","zgc:123218","CPLX3a","F1R892","D2K289","Synaptosomal-associated protein","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q7SXP0","zgc:123218","sec22bb","F1R892","sec22bb","Synaptosomal-associated protein","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A8M9QGE3","zgc:123218","Syntaxin 16","F1R892","A0A8M9QGE3","Synaptosomal-associated protein","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","E7EXN4","zgc:123218","LOC110440104","F1R892","E7EXN4","Synaptosomal-associated protein","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A8M1P6T1","zgc:123218","im:7139509","F1R892","A0A8M1P6T1","Synaptosomal-associated protein","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","A0A8M2BKM7","zgc:123218","LOC563082","F1R892","A0A8M2BKM7","Synaptosomal-associated protein","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","Q5RGD1","zgc:123218","si:ch211-279m15.2","F1R892","stxbp5a","Synaptosomal-associated protein","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000072048","physical","txid7955" +"F1R892","E7F0C0","zgc:123218","Syntaxin-binding protein 5 isoform X5","F1R892","E7F0C0","Synaptosomal-associated protein","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000072048","physical","txid7955" +"F1RC32","E7F0D3","fi35f06","Syntaxin 12,-like","napga","stx12l","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q6PBJ3","fi35f06","vamp1","napga","vamp1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q6DGI1","fi35f06","Vesicle-associated membrane protein 1","napga","-","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q7SZZ5","fi35f06","wu:fj61c06","napga","Q7SZZ5","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","E7EXN4","fi35f06","LOC110440104","napga","E7EXN4","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q7T366","fi35f06","wu:fc33b02","napga","Q7T366","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q5RGD1","fi35f06","si:ch211-279m15.2","napga","stxbp5a","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","D2K289","fi35f06","CPLX3a","napga","D2K289","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q6PC54","fi35f06","snap25b","napga","snap25b","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q0P4A7","fi35f06","snap47","napga","snap47","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A0A0MPL4","fi35f06","Syntaxin-7","napga","A0A0A0MPL4","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q7T361","fi35f06","zgc:64079","napga","stx8","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A0R4IG59","fi35f06","BCL2-interacting protein 1b","napga","A0A0R4IG59","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","E9QBD8","fi35f06","BCL2-interacting protein 1a","napga","bnip1a","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","F1Q7S0","fi35f06","zgc:109895","napga","F1Q7S0","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","E9QFW9","fi35f06","zgc:112064","napga","gosr1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","E9QC42","fi35f06","zgc:56506","napga","sybl1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A2BG37","fi35f06","fc83b05","napga","vamp5","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A8M9QGE3","fi35f06","Syntaxin 16","napga","A0A8M9QGE3","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","F1R892","fi35f06","zgc:123218","napga","F1R892","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","D2K290","fi35f06","CPLX3b","napga","D2K290","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","E7F0C0","fi35f06","Syntaxin-binding protein 5 isoform X5","napga","E7F0C0","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q7SXP0","fi35f06","sec22bb","napga","sec22bb","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","B8A651","fi35f06","zgc:165520","napga","-","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A8M9QGE5","fi35f06","cplx2b","napga","A0A8M9QGE5","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q08BK6","fi35f06","CPLX4a","napga","Q08BK6","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q1L8U1","fi35f06","Si:ch211-81a5.8","napga","Q1L8U1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A5PMJ7","fi35f06","zgc:86632","napga","stx12","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","F1QFP8","fi35f06","zgc:101617","napga","F1QFP8","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A8M1P6T1","fi35f06","im:7139509","napga","A0A8M1P6T1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q6IQK3","fi35f06","zgc:86726","napga","vamp3","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A0R4IK07","fi35f06","si:ch211-208k15.1","napga","tsnare1","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","A0A8M2BKM7","fi35f06","LOC563082","napga","A0A8M2BKM7","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","Q6PHV0","fi35f06","stx3a","napga","stx3a","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000063150","physical","txid7955" +"F1RC32","F1Q9P4","fi35f06","beta-snap1","napga","napbb","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000063150","physical","txid7955" +"Q7ZVE4","Q7ZTY7","Synaptosomal-associated protein","use1","Q7ZVE4","Q7ZTY7","Synaptosomal-associated protein","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6PBJ3","Synaptosomal-associated protein","vamp1","Q7ZVE4","vamp1","Synaptosomal-associated protein","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6PHV0","Synaptosomal-associated protein","stx3a","Q7ZVE4","stx3a","Synaptosomal-associated protein","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","F1RC32","Synaptosomal-associated protein","fi35f06","Q7ZVE4","napga","Synaptosomal-associated protein","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E9QFW9","Synaptosomal-associated protein","zgc:112064","Q7ZVE4","gosr1","Synaptosomal-associated protein","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q5RGD1","Synaptosomal-associated protein","si:ch211-279m15.2","Q7ZVE4","stxbp5a","Synaptosomal-associated protein","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A8M9QGE5","Synaptosomal-associated protein","cplx2b","Q7ZVE4","A0A8M9QGE5","Synaptosomal-associated protein","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A2BG37","Synaptosomal-associated protein","fc83b05","Q7ZVE4","vamp5","Synaptosomal-associated protein","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7ZV15","Synaptosomal-associated protein","sec22ba","Q7ZVE4","Q7ZV15","Synaptosomal-associated protein","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","F1R892","Synaptosomal-associated protein","zgc:123218","Q7ZVE4","F1R892","Synaptosomal-associated protein","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7T366","Synaptosomal-associated protein","wu:fc33b02","Q7ZVE4","Q7T366","Synaptosomal-associated protein","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7SZZ5","Synaptosomal-associated protein","wu:fj61c06","Q7ZVE4","Q7SZZ5","Synaptosomal-associated protein","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q08BK6","Synaptosomal-associated protein","CPLX4a","Q7ZVE4","Q08BK6","Synaptosomal-associated protein","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E7F0C0","Synaptosomal-associated protein","Syntaxin-binding protein 5 isoform X5","Q7ZVE4","E7F0C0","Synaptosomal-associated protein","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6DHG4","Synaptosomal-associated protein","cplx2a","Q7ZVE4","cplx2l","Synaptosomal-associated protein","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q4VBI7","Synaptosomal-associated protein","stx18","Q7ZVE4","stx18","Synaptosomal-associated protein","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","F1Q9P4","Synaptosomal-associated protein","beta-snap1","Q7ZVE4","napbb","Synaptosomal-associated protein","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q0P4A7","Synaptosomal-associated protein","snap47","Q7ZVE4","snap47","Synaptosomal-associated protein","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q1L8U1","Synaptosomal-associated protein","Si:ch211-81a5.8","Q7ZVE4","Q1L8U1","Synaptosomal-associated protein","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6IQK3","Synaptosomal-associated protein","zgc:86726","Q7ZVE4","vamp3","Synaptosomal-associated protein","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E9QC42","Synaptosomal-associated protein","zgc:56506","Q7ZVE4","sybl1","Synaptosomal-associated protein","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q5SQE2","Synaptosomal-associated protein","stxbp5l","Q7ZVE4","stxbp5l","Synaptosomal-associated protein","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A0R4IG59","Synaptosomal-associated protein","BCL2-interacting protein 1b","Q7ZVE4","A0A0R4IG59","Synaptosomal-associated protein","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q5TZ66","Synaptosomal-associated protein","snap25a","Q7ZVE4","Q5TZ66","Synaptosomal-associated protein","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","string-db","7955.ENSDARP00000019054/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","F1QFP8","Synaptosomal-associated protein","zgc:101617","Q7ZVE4","F1QFP8","Synaptosomal-associated protein","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7T361","Synaptosomal-associated protein","zgc:64079","Q7ZVE4","stx8","Synaptosomal-associated protein","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7SY45","Synaptosomal-associated protein","zgc:63525","Q7ZVE4","vti1b","Synaptosomal-associated protein","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E9QBD8","Synaptosomal-associated protein","BCL2-interacting protein 1a","Q7ZVE4","bnip1a","Synaptosomal-associated protein","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q567Y3","Synaptosomal-associated protein","fb51b08","Q7ZVE4","Q567Y3","Synaptosomal-associated protein","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A8M9QGE3","Synaptosomal-associated protein","Syntaxin 16","Q7ZVE4","A0A8M9QGE3","Synaptosomal-associated protein","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A0A0MPL4","Synaptosomal-associated protein","Syntaxin-7","Q7ZVE4","A0A0A0MPL4","Synaptosomal-associated protein","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6DG84","Synaptosomal-associated protein","wu:fj81f08","Q7ZVE4","stx5a","Synaptosomal-associated protein","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q4V9B6","Synaptosomal-associated protein","fj55h11","Q7ZVE4","-","Synaptosomal-associated protein","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E7F0D3","Synaptosomal-associated protein","Syntaxin 12,-like","Q7ZVE4","stx12l","Synaptosomal-associated protein","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A0R4IK07","Synaptosomal-associated protein","si:ch211-208k15.1","Q7ZVE4","tsnare1","Synaptosomal-associated protein","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A8M2BKM7","Synaptosomal-associated protein","LOC563082","Q7ZVE4","A0A8M2BKM7","Synaptosomal-associated protein","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7ZUC1","Synaptosomal-associated protein","wu:fa18d07","Q7ZVE4","Q7ZUC1","Synaptosomal-associated protein","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","B8A651","Synaptosomal-associated protein","zgc:165520","Q7ZVE4","-","Synaptosomal-associated protein","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6PC54","Synaptosomal-associated protein","snap25b","Q7ZVE4","snap25b","Synaptosomal-associated protein","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6P5J5","Synaptosomal-associated protein","zgc:63558","Q7ZVE4","stx11b.1","Synaptosomal-associated protein","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","D2K289","Synaptosomal-associated protein","CPLX3a","Q7ZVE4","D2K289","Synaptosomal-associated protein","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","F1Q7S0","Synaptosomal-associated protein","zgc:109895","Q7ZVE4","F1Q7S0","Synaptosomal-associated protein","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q7SXP0","Synaptosomal-associated protein","sec22bb","Q7ZVE4","sec22bb","Synaptosomal-associated protein","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A0A8M1P6T1","Synaptosomal-associated protein","im:7139509","Q7ZVE4","A0A8M1P6T1","Synaptosomal-associated protein","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","Q6DGI1","Synaptosomal-associated protein","Vesicle-associated membrane protein 1","Q7ZVE4","-","Synaptosomal-associated protein","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","E7EXN4","Synaptosomal-associated protein","LOC110440104","Q7ZVE4","E7EXN4","Synaptosomal-associated protein","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","D2K290","Synaptosomal-associated protein","CPLX3b","Q7ZVE4","D2K290","Synaptosomal-associated protein","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000014467","physical","txid7955" +"Q7ZVE4","A5PMJ7","Synaptosomal-associated protein","zgc:86632","Q7ZVE4","stx12","Synaptosomal-associated protein","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000014467","physical","txid7955" +"E9QFW9","Q7T361","zgc:112064","zgc:64079","gosr1","stx8","Golgi SNAP receptor complex member 1","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","Q6DGI1","zgc:112064","Vesicle-associated membrane protein 1","gosr1","-","Golgi SNAP receptor complex member 1","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A0R4IK07","zgc:112064","si:ch211-208k15.1","gosr1","tsnare1","Golgi SNAP receptor complex member 1","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A8M9QGE3","zgc:112064","Syntaxin 16","gosr1","A0A8M9QGE3","Golgi SNAP receptor complex member 1","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","E7F0D3","zgc:112064","Syntaxin 12,-like","gosr1","stx12l","Golgi SNAP receptor complex member 1","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A0R4IS45","zgc:112064","si:ch211-203f4.1","gosr1","cog6","Golgi SNAP receptor complex member 1","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A5PMJ7","zgc:112064","zgc:86632","gosr1","stx12","Golgi SNAP receptor complex member 1","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","Q7ZUN8","zgc:112064","ykt6","gosr1","Q7ZUN8","Golgi SNAP receptor complex member 1","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A8M9QGE5","zgc:112064","cplx2b","gosr1","A0A8M9QGE5","Golgi SNAP receptor complex member 1","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A8M1P6T1","zgc:112064","im:7139509","gosr1","A0A8M1P6T1","Golgi SNAP receptor complex member 1","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","A0A0R4IG59","zgc:112064","BCL2-interacting protein 1b","gosr1","A0A0R4IG59","Golgi SNAP receptor complex member 1","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000118226","physical","txid7955" +"E9QFW9","Q7SXP0","zgc:112064","sec22bb","gosr1","sec22bb","Golgi SNAP receptor complex member 1","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000118226","physical","txid7955" +"A2BG37","E7EXN4","fc83b05","LOC110440104","vamp5","E7EXN4","Vesicle-associated membrane protein 5","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q6IQK3","fc83b05","zgc:86726","vamp5","vamp3","Vesicle-associated membrane protein 5","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","F1QFP8","fc83b05","zgc:101617","vamp5","F1QFP8","Vesicle-associated membrane protein 5","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A8M9QGE3","fc83b05","Syntaxin 16","vamp5","A0A8M9QGE3","Vesicle-associated membrane protein 5","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","E7F0C0","fc83b05","Syntaxin-binding protein 5 isoform X5","vamp5","E7F0C0","Vesicle-associated membrane protein 5","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","E9QFW9","fc83b05","zgc:112064","vamp5","gosr1","Vesicle-associated membrane protein 5","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A0A0MPL4","fc83b05","Syntaxin-7","vamp5","A0A0A0MPL4","Vesicle-associated membrane protein 5","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A0R4IK07","fc83b05","si:ch211-208k15.1","vamp5","tsnare1","Vesicle-associated membrane protein 5","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q7SXP0","fc83b05","sec22bb","vamp5","sec22bb","Vesicle-associated membrane protein 5","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","E9QC42","fc83b05","zgc:56506","vamp5","sybl1","Vesicle-associated membrane protein 5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q1L8U1","fc83b05","Si:ch211-81a5.8","vamp5","Q1L8U1","Vesicle-associated membrane protein 5","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","D2K290","fc83b05","CPLX3b","vamp5","D2K290","Vesicle-associated membrane protein 5","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A8M9QGE5","fc83b05","cplx2b","vamp5","A0A8M9QGE5","Vesicle-associated membrane protein 5","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q7T361","fc83b05","zgc:64079","vamp5","stx8","Vesicle-associated membrane protein 5","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","B8A651","fc83b05","zgc:165520","vamp5","-","Vesicle-associated membrane protein 5","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q6PBJ3","fc83b05","vamp1","vamp5","vamp1","Vesicle-associated membrane protein 5","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A0R4IG59","fc83b05","BCL2-interacting protein 1b","vamp5","A0A0R4IG59","Vesicle-associated membrane protein 5","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","F1Q9P4","fc83b05","beta-snap1","vamp5","napbb","Vesicle-associated membrane protein 5","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A0A8M1P6T1","fc83b05","im:7139509","vamp5","A0A8M1P6T1","Vesicle-associated membrane protein 5","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","A5PMJ7","fc83b05","zgc:86632","vamp5","stx12","Vesicle-associated membrane protein 5","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q6DGI1","fc83b05","Vesicle-associated membrane protein 1","vamp5","-","Vesicle-associated membrane protein 5","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","E7F0D3","fc83b05","Syntaxin 12,-like","vamp5","stx12l","Vesicle-associated membrane protein 5","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","E9QBD8","fc83b05","BCL2-interacting protein 1a","vamp5","bnip1a","Vesicle-associated membrane protein 5","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000089406","physical","txid7955" +"A2BG37","Q5RGD1","fc83b05","si:ch211-279m15.2","vamp5","stxbp5a","Vesicle-associated membrane protein 5","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000089406","physical","txid7955" +"Q7ZUC1","A0A0R4IK07","wu:fa18d07","si:ch211-208k15.1","Q7ZUC1","tsnare1","Vesicle-associated membrane protein 8 (Endobrevin)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6NUT7","wu:fa18d07","sort1","Q7ZUC1","Q6NUT7","Vesicle-associated membrane protein 8 (Endobrevin)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0R4IKR8","wu:fa18d07","hip1r","Q7ZUC1","A0A0R4IKR8","Vesicle-associated membrane protein 8 (Endobrevin)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1R3L9","wu:fa18d07","Ap1m1","Q7ZUC1","F1R3L9","Vesicle-associated membrane protein 8 (Endobrevin)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6P937","wu:fa18d07","wu:fb61d08","Q7ZUC1","clta","Vesicle-associated membrane protein 8 (Endobrevin)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","D2K289","wu:fa18d07","CPLX3a","Q7ZUC1","D2K289","Vesicle-associated membrane protein 8 (Endobrevin)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","B8A651","wu:fa18d07","zgc:165520","Q7ZUC1","-","Vesicle-associated membrane protein 8 (Endobrevin)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","D2K290","wu:fa18d07","CPLX3b","Q7ZUC1","D2K290","Vesicle-associated membrane protein 8 (Endobrevin)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1R184","wu:fa18d07","wu:fb20a07","Q7ZUC1","txndc5","Vesicle-associated membrane protein 8 (Endobrevin)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E7EXN4","wu:fa18d07","LOC110440104","Q7ZUC1","E7EXN4","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A5PMJ7","wu:fa18d07","zgc:86632","Q7ZUC1","stx12","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q567Y3","wu:fa18d07","fb51b08","Q7ZUC1","Q567Y3","Vesicle-associated membrane protein 8 (Endobrevin)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","B0R0W9","wu:fa18d07","tbc1d8b","Q7ZUC1","tbc1d8b","Vesicle-associated membrane protein 8 (Endobrevin)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7ZVP2","wu:fa18d07","wu:fb98b08","Q7ZUC1","rab5c","Vesicle-associated membrane protein 8 (Endobrevin)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","string-db","7955.ENSDARP00000033828/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6DGI1","wu:fa18d07","Vesicle-associated membrane protein 1","Q7ZUC1","-","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1Q7S0","wu:fa18d07","zgc:109895","Q7ZUC1","F1Q7S0","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E9QBD8","wu:fa18d07","BCL2-interacting protein 1a","Q7ZUC1","bnip1a","Vesicle-associated membrane protein 8 (Endobrevin)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A8M1P6T1","wu:fa18d07","im:7139509","Q7ZUC1","A0A8M1P6T1","Vesicle-associated membrane protein 8 (Endobrevin)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","C3PTE8","wu:fa18d07","Beta-arrestin-1","Q7ZUC1","arrb1","Vesicle-associated membrane protein 8 (Endobrevin)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A5PMS9","wu:fa18d07","fa11e04","Q7ZUC1","ap1b1","Vesicle-associated membrane protein 8 (Endobrevin)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6IQ85","wu:fa18d07","yipf6","Q7ZUC1","yipf6","Vesicle-associated membrane protein 8 (Endobrevin)","Protein YIPF6 (YIP1 family member 6)","string-db","7955.ENSDARP00000071098/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6PC54","wu:fa18d07","snap25b","Q7ZUC1","snap25b","Vesicle-associated membrane protein 8 (Endobrevin)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7SXP0","wu:fa18d07","sec22bb","Q7ZUC1","sec22bb","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E7F0D3","wu:fa18d07","Syntaxin 12,-like","Q7ZUC1","stx12l","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q0P4A7","wu:fa18d07","snap47","Q7ZUC1","snap47","Vesicle-associated membrane protein 8 (Endobrevin)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7SY45","wu:fa18d07","zgc:63525","Q7ZUC1","vti1b","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6P5J5","wu:fa18d07","zgc:63558","Q7ZUC1","stx11b.1","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6PBJ3","wu:fa18d07","vamp1","Q7ZUC1","vamp1","Vesicle-associated membrane protein 8 (Endobrevin)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A8M9QGE5","wu:fa18d07","cplx2b","Q7ZUC1","A0A8M9QGE5","Vesicle-associated membrane protein 8 (Endobrevin)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q1L8U1","wu:fa18d07","Si:ch211-81a5.8","Q7ZUC1","Q1L8U1","Vesicle-associated membrane protein 8 (Endobrevin)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6NSP1","wu:fa18d07","zgc:56704","Q7ZUC1","ap1s1","Vesicle-associated membrane protein 8 (Endobrevin)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7SZZ5","wu:fa18d07","wu:fj61c06","Q7ZUC1","Q7SZZ5","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6IQK3","wu:fa18d07","zgc:86726","Q7ZUC1","vamp3","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q803D1","wu:fa18d07","wu:fb33e02","Q7ZUC1","arf1","Vesicle-associated membrane protein 8 (Endobrevin)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1Q9P4","wu:fa18d07","beta-snap1","Q7ZUC1","napbb","Vesicle-associated membrane protein 8 (Endobrevin)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E7F254","wu:fa18d07","Carboxypeptidase D","Q7ZUC1","cpda","Vesicle-associated membrane protein 8 (Endobrevin)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","string-db","7955.ENSDARP00000072498/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E7F0C0","wu:fa18d07","Syntaxin-binding protein 5 isoform X5","Q7ZUC1","E7F0C0","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1RC32","wu:fa18d07","fi35f06","Q7ZUC1","napga","Vesicle-associated membrane protein 8 (Endobrevin)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0R4IIR1","wu:fa18d07","dnm2","Q7ZUC1","dnm2a","Vesicle-associated membrane protein 8 (Endobrevin)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A2BG37","wu:fa18d07","fc83b05","Q7ZUC1","vamp5","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0R4IRS1","wu:fa18d07","AP-1 complex subunit mu-1","Q7ZUC1","ap1m1","Vesicle-associated membrane protein 8 (Endobrevin)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q08BK6","wu:fa18d07","CPLX4a","Q7ZUC1","Q08BK6","Vesicle-associated membrane protein 8 (Endobrevin)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7T361","wu:fa18d07","zgc:64079","Q7ZUC1","stx8","Vesicle-associated membrane protein 8 (Endobrevin)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q5RGD1","wu:fa18d07","si:ch211-279m15.2","Q7ZUC1","stxbp5a","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E9QC42","wu:fa18d07","zgc:56506","Q7ZUC1","sybl1","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7T366","wu:fa18d07","wu:fc33b02","Q7ZUC1","Q7T366","Vesicle-associated membrane protein 8 (Endobrevin)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E9QFW9","wu:fa18d07","zgc:112064","Q7ZUC1","gosr1","Vesicle-associated membrane protein 8 (Endobrevin)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1QIY4","wu:fa18d07","wu:fi09g03","Q7ZUC1","F1QIY4","Vesicle-associated membrane protein 8 (Endobrevin)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q503Z0","wu:fa18d07","zgc:110003","Q7ZUC1","tpd52l1","Vesicle-associated membrane protein 8 (Endobrevin)","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","string-db","7955.ENSDARP00000062401/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0R4IG59","wu:fa18d07","BCL2-interacting protein 1b","Q7ZUC1","A0A0R4IG59","Vesicle-associated membrane protein 8 (Endobrevin)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6PHV0","wu:fa18d07","stx3a","Q7ZUC1","stx3a","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0R4IQI7","wu:fa18d07","AP-4 complex subunit epsilon","Q7ZUC1","ap4e1","Vesicle-associated membrane protein 8 (Endobrevin)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q7ZV15","wu:fa18d07","sec22ba","Q7ZUC1","Q7ZV15","Vesicle-associated membrane protein 8 (Endobrevin)","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q5MPX4","wu:fa18d07","Transferrin receptor protein 1","Q7ZUC1","Q5MPX4","Vesicle-associated membrane protein 8 (Endobrevin)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q803T6","wu:fa18d07","sh3gl2","Q7ZUC1","sh3gl2a","Vesicle-associated membrane protein 8 (Endobrevin)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q1L8R9","wu:fa18d07","si:dkey-222b8.2","Q7ZUC1","snapin","Vesicle-associated membrane protein 8 (Endobrevin)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","E9QBV1","wu:fa18d07","fd07f11","Q7ZUC1","cltcb","Vesicle-associated membrane protein 8 (Endobrevin)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","B0JZP5","wu:fa18d07","fa56d08","Q7ZUC1","B0JZP5","Vesicle-associated membrane protein 8 (Endobrevin)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q2TTK0","wu:fa18d07","si:ch211-214g8.2","Q7ZUC1","igf2r","Vesicle-associated membrane protein 8 (Endobrevin)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A0A0MPL4","wu:fa18d07","Syntaxin-7","Q7ZUC1","A0A0A0MPL4","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1R892","wu:fa18d07","zgc:123218","Q7ZUC1","F1R892","Vesicle-associated membrane protein 8 (Endobrevin)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A8M2BKM7","wu:fa18d07","LOC563082","Q7ZUC1","A0A8M2BKM7","Vesicle-associated membrane protein 8 (Endobrevin)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q4VBI7","wu:fa18d07","stx18","Q7ZUC1","stx18","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q4V9B6","wu:fa18d07","fj55h11","Q7ZUC1","-","Vesicle-associated membrane protein 8 (Endobrevin)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","F1QFP8","wu:fa18d07","zgc:101617","Q7ZUC1","F1QFP8","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","Q6DG84","wu:fa18d07","wu:fj81f08","Q7ZUC1","stx5a","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000032940","physical","txid7955" +"Q7ZUC1","A0A8M9QGE3","wu:fa18d07","Syntaxin 16","Q7ZUC1","A0A8M9QGE3","Vesicle-associated membrane protein 8 (Endobrevin)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000032940","physical","txid7955" +"Q6DHG4","A2BG37","cplx2a","fc83b05","cplx2l","vamp5","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q5TZ25","cplx2a","fj39h11","cplx2l","Q5TZ25","Complexin 2 (Complexin 2,-like)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A3QK31","cplx2a","MGC163045","cplx2l","A3QK31","Complexin 2 (Complexin 2,-like)","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","string-db","7955.ENSDARP00000095254/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1QFP8","cplx2a","zgc:101617","cplx2l","F1QFP8","Complexin 2 (Complexin 2,-like)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6DGI1","cplx2a","Vesicle-associated membrane protein 1","cplx2l","-","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E7F0C0","cplx2a","Syntaxin-binding protein 5 isoform X5","cplx2l","E7F0C0","Complexin 2 (Complexin 2,-like)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7ZUC1","cplx2a","wu:fa18d07","cplx2l","Q7ZUC1","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A0A0MPL4","cplx2a","Syntaxin-7","cplx2l","A0A0A0MPL4","Complexin 2 (Complexin 2,-like)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q4VBI7","cplx2a","stx18","cplx2l","stx18","Complexin 2 (Complexin 2,-like)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A1L1T3","cplx2a","zgc:158324","cplx2l","A1L1T3","Complexin 2 (Complexin 2,-like)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1R9V3","cplx2a","si:dkey-4p15.3","cplx2l","hspa8b","Complexin 2 (Complexin 2,-like)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6PHV0","cplx2a","stx3a","cplx2l","stx3a","Complexin 2 (Complexin 2,-like)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6PBJ3","cplx2a","vamp1","cplx2l","vamp1","Complexin 2 (Complexin 2,-like)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q4V9B6","cplx2a","fj55h11","cplx2l","-","Complexin 2 (Complexin 2,-like)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A8M9QGE3","cplx2a","Syntaxin 16","cplx2l","A0A8M9QGE3","Complexin 2 (Complexin 2,-like)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q5RGB5","cplx2a","si:ch211-255d18.4","cplx2l","rab3ab","Complexin 2 (Complexin 2,-like)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","D2K290","cplx2a","CPLX3b","cplx2l","D2K290","Complexin 2 (Complexin 2,-like)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7T361","cplx2a","zgc:64079","cplx2l","stx8","Complexin 2 (Complexin 2,-like)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7SY45","cplx2a","zgc:63525","cplx2l","vti1b","Complexin 2 (Complexin 2,-like)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E9QBD8","cplx2a","BCL2-interacting protein 1a","cplx2l","bnip1a","Complexin 2 (Complexin 2,-like)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q0P4A7","cplx2a","snap47","cplx2l","snap47","Complexin 2 (Complexin 2,-like)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6DG84","cplx2a","wu:fj81f08","cplx2l","stx5a","Complexin 2 (Complexin 2,-like)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q5RGD1","cplx2a","si:ch211-279m15.2","cplx2l","stxbp5a","Complexin 2 (Complexin 2,-like)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E7F0D3","cplx2a","Syntaxin 12,-like","cplx2l","stx12l","Complexin 2 (Complexin 2,-like)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7T366","cplx2a","wu:fc33b02","cplx2l","Q7T366","Complexin 2 (Complexin 2,-like)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1Q7S0","cplx2a","zgc:109895","cplx2l","F1Q7S0","Complexin 2 (Complexin 2,-like)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","D2K289","cplx2a","CPLX3a","cplx2l","D2K289","Complexin 2 (Complexin 2,-like)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E9QFW9","cplx2a","zgc:112064","cplx2l","gosr1","Complexin 2 (Complexin 2,-like)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1R892","cplx2a","zgc:123218","cplx2l","F1R892","Complexin 2 (Complexin 2,-like)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7ZV15","cplx2a","sec22ba","cplx2l","Q7ZV15","Complexin 2 (Complexin 2,-like)","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A0R4IK07","cplx2a","si:ch211-208k15.1","cplx2l","tsnare1","Complexin 2 (Complexin 2,-like)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6DGJ0","cplx2a","cb995","cplx2l","dnajc5aa","Complexin 2 (Complexin 2,-like)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","string-db","7955.ENSDARP00000063056/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7SXP0","cplx2a","sec22bb","cplx2l","sec22bb","Complexin 2 (Complexin 2,-like)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q90473","cplx2a","hspa8","cplx2l","Q90473","Complexin 2 (Complexin 2,-like)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","X1WCJ5","cplx2a","Liprin-alpha-3 isoform X1","cplx2l","ppfia3","Complexin 2 (Complexin 2,-like)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E9QC42","cplx2a","zgc:56506","cplx2l","sybl1","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1RC32","cplx2a","fi35f06","cplx2l","napga","Complexin 2 (Complexin 2,-like)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A8M1P6T1","cplx2a","im:7139509","cplx2l","A0A8M1P6T1","Complexin 2 (Complexin 2,-like)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6PC54","cplx2a","snap25b","cplx2l","snap25b","Complexin 2 (Complexin 2,-like)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","E7EXN4","cplx2a","LOC110440104","cplx2l","E7EXN4","Complexin 2 (Complexin 2,-like)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A0R4IJU5","cplx2a","zgc:123199","cplx2l","A0A0R4IJU5","Complexin 2 (Complexin 2,-like)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A0R4IG59","cplx2a","BCL2-interacting protein 1b","cplx2l","A0A0R4IG59","Complexin 2 (Complexin 2,-like)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","F1Q9P4","cplx2a","beta-snap1","cplx2l","napbb","Complexin 2 (Complexin 2,-like)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q7SZZ5","cplx2a","wu:fj61c06","cplx2l","Q7SZZ5","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A8M9QGE5","cplx2a","cplx2b","cplx2l","A0A8M9QGE5","Complexin 2 (Complexin 2,-like)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q5SQE2","cplx2a","stxbp5l","cplx2l","stxbp5l","Complexin 2 (Complexin 2,-like)","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q1L8U1","cplx2a","Si:ch211-81a5.8","cplx2l","Q1L8U1","Complexin 2 (Complexin 2,-like)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6IQK3","cplx2a","zgc:86726","cplx2l","vamp3","Complexin 2 (Complexin 2,-like)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","B8A651","cplx2a","zgc:165520","cplx2l","-","Complexin 2 (Complexin 2,-like)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A0A8M2BKM7","cplx2a","LOC563082","cplx2l","A0A8M2BKM7","Complexin 2 (Complexin 2,-like)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","B0S6H8","cplx2a","ppfia2","cplx2l","ppfia4","Complexin 2 (Complexin 2,-like)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q567Y3","cplx2a","fb51b08","cplx2l","Q567Y3","Complexin 2 (Complexin 2,-like)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","B0UXI4","cplx2a","si:dkey-90n12.3","cplx2l","B0UXI4","Complexin 2 (Complexin 2,-like)","Synapsin-1 (Synapsin I)","string-db","7955.ENSDARP00000115298/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q5TZ27","cplx2a","syt1","cplx2l","syt1a","Complexin 2 (Complexin 2,-like)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q6P5J5","cplx2a","zgc:63558","cplx2l","stx11b.1","Complexin 2 (Complexin 2,-like)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","Q08BK6","cplx2a","CPLX4a","cplx2l","Q08BK6","Complexin 2 (Complexin 2,-like)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000025818","physical","txid7955" +"Q6DHG4","A5PMJ7","cplx2a","zgc:86632","cplx2l","stx12","Complexin 2 (Complexin 2,-like)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000025818","physical","txid7955" +"E9QBD8","E9QC42","BCL2-interacting protein 1a","zgc:56506","bnip1a","sybl1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","F1Q9P4","BCL2-interacting protein 1a","beta-snap1","bnip1a","napbb","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A5PMJ7","BCL2-interacting protein 1a","zgc:86632","bnip1a","stx12","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","B8A651","BCL2-interacting protein 1a","zgc:165520","bnip1a","-","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q6IQK3","BCL2-interacting protein 1a","zgc:86726","bnip1a","vamp3","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","E7EXN4","BCL2-interacting protein 1a","LOC110440104","bnip1a","E7EXN4","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q7SXP0","BCL2-interacting protein 1a","sec22bb","bnip1a","sec22bb","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A0A8M1P6T1","BCL2-interacting protein 1a","im:7139509","bnip1a","A0A8M1P6T1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q6DGI1","BCL2-interacting protein 1a","Vesicle-associated membrane protein 1","bnip1a","-","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","F1QFP8","BCL2-interacting protein 1a","zgc:101617","bnip1a","F1QFP8","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","D2K290","BCL2-interacting protein 1a","CPLX3b","bnip1a","D2K290","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A0A8M9QGE5","BCL2-interacting protein 1a","cplx2b","bnip1a","A0A8M9QGE5","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","E9QFW9","BCL2-interacting protein 1a","zgc:112064","bnip1a","gosr1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A0A0R4IG59","BCL2-interacting protein 1a","BCL2-interacting protein 1b","bnip1a","A0A0R4IG59","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A0A8M9QGE3","BCL2-interacting protein 1a","Syntaxin 16","bnip1a","A0A8M9QGE3","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q7T361","BCL2-interacting protein 1a","zgc:64079","bnip1a","stx8","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","E7F0D3","BCL2-interacting protein 1a","Syntaxin 12,-like","bnip1a","stx12l","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","A0A0R4IK07","BCL2-interacting protein 1a","si:ch211-208k15.1","bnip1a","tsnare1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q5RGD1","BCL2-interacting protein 1a","si:ch211-279m15.2","bnip1a","stxbp5a","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000098256","physical","txid7955" +"E9QBD8","Q6PBJ3","BCL2-interacting protein 1a","vamp1","bnip1a","vamp1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000098256","physical","txid7955" +"Q7SY45","F1Q7S0","zgc:63525","zgc:109895","vti1b","F1Q7S0","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","B8A651","zgc:63525","zgc:165520","vti1b","-","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q7T366","zgc:63525","wu:fc33b02","vti1b","Q7T366","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A5PMJ7","zgc:63525","zgc:86632","vti1b","stx12","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E9QBD8","zgc:63525","BCL2-interacting protein 1a","vti1b","bnip1a","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q567Y3","zgc:63525","fb51b08","vti1b","Q567Y3","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","F1RC32","zgc:63525","fi35f06","vti1b","napga","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","F1Q9P4","zgc:63525","beta-snap1","vti1b","napbb","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q6DGI1","zgc:63525","Vesicle-associated membrane protein 1","vti1b","-","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A8M9QGE3","zgc:63525","Syntaxin 16","vti1b","A0A8M9QGE3","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q7T361","zgc:63525","zgc:64079","vti1b","stx8","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A8M1P6T1","zgc:63525","im:7139509","vti1b","A0A8M1P6T1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q5RGD1","zgc:63525","si:ch211-279m15.2","vti1b","stxbp5a","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E9QC42","zgc:63525","zgc:56506","vti1b","sybl1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q7SXP0","zgc:63525","sec22bb","vti1b","sec22bb","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E7F0D3","zgc:63525","Syntaxin 12,-like","vti1b","stx12l","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E9QFW9","zgc:63525","zgc:112064","vti1b","gosr1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","D2K289","zgc:63525","CPLX3a","vti1b","D2K289","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","D2K290","zgc:63525","CPLX3b","vti1b","D2K290","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E7EXN4","zgc:63525","LOC110440104","vti1b","E7EXN4","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","F1R892","zgc:63525","zgc:123218","vti1b","F1R892","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","F1QFP8","zgc:63525","zgc:101617","vti1b","F1QFP8","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q0P4A7","zgc:63525","snap47","vti1b","snap47","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q6IQK3","zgc:63525","zgc:86726","vti1b","vamp3","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q7SZZ5","zgc:63525","wu:fj61c06","vti1b","Q7SZZ5","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q6PC54","zgc:63525","snap25b","vti1b","snap25b","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q1L8U1","zgc:63525","Si:ch211-81a5.8","vti1b","Q1L8U1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q6PBJ3","zgc:63525","vamp1","vti1b","vamp1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q4V9B6","zgc:63525","fj55h11","vti1b","-","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A8M2BKM7","zgc:63525","LOC563082","vti1b","A0A8M2BKM7","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q6PHV0","zgc:63525","stx3a","vti1b","stx3a","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A8M9QGE5","zgc:63525","cplx2b","vti1b","A0A8M9QGE5","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A2BG37","zgc:63525","fc83b05","vti1b","vamp5","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","Q08BK6","zgc:63525","CPLX4a","vti1b","Q08BK6","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A0A0MPL4","zgc:63525","Syntaxin-7","vti1b","A0A0A0MPL4","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A0R4IK07","zgc:63525","si:ch211-208k15.1","vti1b","tsnare1","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","E7F0C0","zgc:63525","Syntaxin-binding protein 5 isoform X5","vti1b","E7F0C0","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000057378","physical","txid7955" +"Q7SY45","A0A0R4IG59","zgc:63525","BCL2-interacting protein 1b","vti1b","A0A0R4IG59","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000057378","physical","txid7955" +"E7F0D3","A0A0R4IG59","Syntaxin 12,-like","BCL2-interacting protein 1b","stx12l","A0A0R4IG59","Syntaxin 12,-like (Syntaxin-12-like)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","A0A0R4IK07","Syntaxin 12,-like","si:ch211-208k15.1","stx12l","tsnare1","Syntaxin 12,-like (Syntaxin-12-like)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","Q7T361","Syntaxin 12,-like","zgc:64079","stx12l","stx8","Syntaxin 12,-like (Syntaxin-12-like)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","A0A8M9QGE3","Syntaxin 12,-like","Syntaxin 16","stx12l","A0A8M9QGE3","Syntaxin 12,-like (Syntaxin-12-like)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","A0A8M1P6T1","Syntaxin 12,-like","im:7139509","stx12l","A0A8M1P6T1","Syntaxin 12,-like (Syntaxin-12-like)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","Q7SXP0","Syntaxin 12,-like","sec22bb","stx12l","sec22bb","Syntaxin 12,-like (Syntaxin-12-like)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","Q6DGI1","Syntaxin 12,-like","Vesicle-associated membrane protein 1","stx12l","-","Syntaxin 12,-like (Syntaxin-12-like)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","A5PMJ7","Syntaxin 12,-like","zgc:86632","stx12l","stx12","Syntaxin 12,-like (Syntaxin-12-like)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000124627","physical","txid7955" +"E7F0D3","A0A8M9QGE5","Syntaxin 12,-like","cplx2b","stx12l","A0A8M9QGE5","Syntaxin 12,-like (Syntaxin-12-like)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000124627","physical","txid7955" +"Q5RGD1","Q7SXP0","si:ch211-279m15.2","sec22bb","stxbp5a","sec22bb","Syntaxin-binding protein 5","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A0A8M9QGE3","si:ch211-279m15.2","Syntaxin 16","stxbp5a","A0A8M9QGE3","Syntaxin-binding protein 5","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A5PMJ7","si:ch211-279m15.2","zgc:86632","stxbp5a","stx12","Syntaxin-binding protein 5","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A0A8M9QGE5","si:ch211-279m15.2","cplx2b","stxbp5a","A0A8M9QGE5","Syntaxin-binding protein 5","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","Q7T361","si:ch211-279m15.2","zgc:64079","stxbp5a","stx8","Syntaxin-binding protein 5","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","B8A651","si:ch211-279m15.2","zgc:165520","stxbp5a","-","Syntaxin-binding protein 5","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A0A8M1P6T1","si:ch211-279m15.2","im:7139509","stxbp5a","A0A8M1P6T1","Syntaxin-binding protein 5","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A0A0R4IG59","si:ch211-279m15.2","BCL2-interacting protein 1b","stxbp5a","A0A0R4IG59","Syntaxin-binding protein 5","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","A0A0R4IK07","si:ch211-279m15.2","si:ch211-208k15.1","stxbp5a","tsnare1","Syntaxin-binding protein 5","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","F1QFP8","si:ch211-279m15.2","zgc:101617","stxbp5a","F1QFP8","Syntaxin-binding protein 5","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","Q6DGI1","si:ch211-279m15.2","Vesicle-associated membrane protein 1","stxbp5a","-","Syntaxin-binding protein 5","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","E9QFW9","si:ch211-279m15.2","zgc:112064","stxbp5a","gosr1","Syntaxin-binding protein 5","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","E9QC42","si:ch211-279m15.2","zgc:56506","stxbp5a","sybl1","Syntaxin-binding protein 5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","Q6PBJ3","si:ch211-279m15.2","vamp1","stxbp5a","vamp1","Syntaxin-binding protein 5","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000114105","physical","txid7955" +"Q5RGD1","E7F0D3","si:ch211-279m15.2","Syntaxin 12,-like","stxbp5a","stx12l","Syntaxin-binding protein 5","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000114105","physical","txid7955" +"B8A651","Q7SXP0","zgc:165520","sec22bb","-","sec22bb","Uncharacterized protein LOC571872 (Zgc:165520)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A0A0R4IK07","zgc:165520","si:ch211-208k15.1","-","tsnare1","Uncharacterized protein LOC571872 (Zgc:165520)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A5PMJ7","zgc:165520","zgc:86632","-","stx12","Uncharacterized protein LOC571872 (Zgc:165520)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","E9QFW9","zgc:165520","zgc:112064","-","gosr1","Uncharacterized protein LOC571872 (Zgc:165520)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","Q6DGI1","zgc:165520","Vesicle-associated membrane protein 1","-","-","Uncharacterized protein LOC571872 (Zgc:165520)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A0A8M9QGE5","zgc:165520","cplx2b","-","A0A8M9QGE5","Uncharacterized protein LOC571872 (Zgc:165520)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","Q7T361","zgc:165520","zgc:64079","-","stx8","Uncharacterized protein LOC571872 (Zgc:165520)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A0A0R4IG59","zgc:165520","BCL2-interacting protein 1b","-","A0A0R4IG59","Uncharacterized protein LOC571872 (Zgc:165520)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A0A8M1P6T1","zgc:165520","im:7139509","-","A0A8M1P6T1","Uncharacterized protein LOC571872 (Zgc:165520)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","E7F0D3","zgc:165520","Syntaxin 12,-like","-","stx12l","Uncharacterized protein LOC571872 (Zgc:165520)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000118118","physical","txid7955" +"B8A651","A0A8M9QGE3","zgc:165520","Syntaxin 16","-","A0A8M9QGE3","Uncharacterized protein LOC571872 (Zgc:165520)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000118118","physical","txid7955" +"Q4V9B6","E7F0D3","fj55h11","Syntaxin 12,-like","-","stx12l","Synaptosomal-associated protein","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","F1R892","fj55h11","zgc:123218","-","F1R892","Synaptosomal-associated protein","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q7SZZ5","fj55h11","wu:fj61c06","-","Q7SZZ5","Synaptosomal-associated protein","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q5RGD1","fj55h11","si:ch211-279m15.2","-","stxbp5a","Synaptosomal-associated protein","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","F1Q9P4","fj55h11","beta-snap1","-","napbb","Synaptosomal-associated protein","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","B8A651","fj55h11","zgc:165520","-","-","Synaptosomal-associated protein","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q7SXP0","fj55h11","sec22bb","-","sec22bb","Synaptosomal-associated protein","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q6DGI1","fj55h11","Vesicle-associated membrane protein 1","-","-","Synaptosomal-associated protein","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q6IQK3","fj55h11","zgc:86726","-","vamp3","Synaptosomal-associated protein","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","F1Q7S0","fj55h11","zgc:109895","-","F1Q7S0","Synaptosomal-associated protein","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E9QC42","fj55h11","zgc:56506","-","sybl1","Synaptosomal-associated protein","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A2BG37","fj55h11","fc83b05","-","vamp5","Synaptosomal-associated protein","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","F1RC32","fj55h11","fi35f06","-","napga","Synaptosomal-associated protein","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q6PC54","fj55h11","snap25b","-","snap25b","Synaptosomal-associated protein","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q567Y3","fj55h11","fb51b08","-","Q567Y3","Synaptosomal-associated protein","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q1L8U1","fj55h11","Si:ch211-81a5.8","-","Q1L8U1","Synaptosomal-associated protein","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E7EXN4","fj55h11","LOC110440104","-","E7EXN4","Synaptosomal-associated protein","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A8M9QGE5","fj55h11","cplx2b","-","A0A8M9QGE5","Synaptosomal-associated protein","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q0P4A7","fj55h11","snap47","-","snap47","Synaptosomal-associated protein","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","F1QFP8","fj55h11","zgc:101617","-","F1QFP8","Synaptosomal-associated protein","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q7T366","fj55h11","wu:fc33b02","-","Q7T366","Synaptosomal-associated protein","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A0R4IG59","fj55h11","BCL2-interacting protein 1b","-","A0A0R4IG59","Synaptosomal-associated protein","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E9QBD8","fj55h11","BCL2-interacting protein 1a","-","bnip1a","Synaptosomal-associated protein","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A8M2BKM7","fj55h11","LOC563082","-","A0A8M2BKM7","Synaptosomal-associated protein","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q6PHV0","fj55h11","stx3a","-","stx3a","Synaptosomal-associated protein","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A8M9QGE3","fj55h11","Syntaxin 16","-","A0A8M9QGE3","Synaptosomal-associated protein","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q6PBJ3","fj55h11","vamp1","-","vamp1","Synaptosomal-associated protein","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E7F7R0","fj55h11","Proline-rich transmembrane protein 2","-","prrt2","Synaptosomal-associated protein","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q7T361","fj55h11","zgc:64079","-","stx8","Synaptosomal-associated protein","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A8M1P6T1","fj55h11","im:7139509","-","A0A8M1P6T1","Synaptosomal-associated protein","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","D2K289","fj55h11","CPLX3a","-","D2K289","Synaptosomal-associated protein","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","Q08BK6","fj55h11","CPLX4a","-","Q08BK6","Synaptosomal-associated protein","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A0A0MPL4","fj55h11","Syntaxin-7","-","A0A0A0MPL4","Synaptosomal-associated protein","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E7F0C0","fj55h11","Syntaxin-binding protein 5 isoform X5","-","E7F0C0","Synaptosomal-associated protein","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","E9QFW9","fj55h11","zgc:112064","-","gosr1","Synaptosomal-associated protein","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A0A0R4IK07","fj55h11","si:ch211-208k15.1","-","tsnare1","Synaptosomal-associated protein","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","A5PMJ7","fj55h11","zgc:86632","-","stx12","Synaptosomal-associated protein","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000060029","physical","txid7955" +"Q4V9B6","D2K290","fj55h11","CPLX3b","-","D2K290","Synaptosomal-associated protein","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000060029","physical","txid7955" +"A0A8M9QGE5","A0A8M1P6T1","cplx2b","im:7139509","A0A8M9QGE5","A0A8M1P6T1","Complexin-2","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000137988","physical","txid7955" +"A0A8M9QGE5","A0A0R4IK07","cplx2b","si:ch211-208k15.1","A0A8M9QGE5","tsnare1","Complexin-2","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000137988","physical","txid7955" +"A0A8M9QGE5","Q7T361","cplx2b","zgc:64079","A0A8M9QGE5","stx8","Complexin-2","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000137988","physical","txid7955" +"Q08BK6","E7F0D3","CPLX4a","Syntaxin 12,-like","Q08BK6","stx12l","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q5RGD1","CPLX4a","si:ch211-279m15.2","Q08BK6","stxbp5a","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A0R4IG59","CPLX4a","BCL2-interacting protein 1b","Q08BK6","A0A0R4IG59","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q7T361","CPLX4a","zgc:64079","Q08BK6","stx8","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","D2K290","CPLX4a","CPLX3b","Q08BK6","D2K290","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","E9QFW9","CPLX4a","zgc:112064","Q08BK6","gosr1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A8M9QGE3","CPLX4a","Syntaxin 16","Q08BK6","A0A8M9QGE3","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A2BG37","CPLX4a","fc83b05","Q08BK6","vamp5","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","E9QBD8","CPLX4a","BCL2-interacting protein 1a","Q08BK6","bnip1a","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q6IQK3","CPLX4a","zgc:86726","Q08BK6","vamp3","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","F1QFP8","CPLX4a","zgc:101617","Q08BK6","F1QFP8","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q1L8U1","CPLX4a","Si:ch211-81a5.8","Q08BK6","Q1L8U1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","E7F0C0","CPLX4a","Syntaxin-binding protein 5 isoform X5","Q08BK6","E7F0C0","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A8M9QGE5","CPLX4a","cplx2b","Q08BK6","A0A8M9QGE5","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A0A0MPL4","CPLX4a","Syntaxin-7","Q08BK6","A0A0A0MPL4","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q7SXP0","CPLX4a","sec22bb","Q08BK6","sec22bb","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","E7EXN4","CPLX4a","LOC110440104","Q08BK6","E7EXN4","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q6PBJ3","CPLX4a","vamp1","Q08BK6","vamp1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A0R4IK07","CPLX4a","si:ch211-208k15.1","Q08BK6","tsnare1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A8M2BKM7","CPLX4a","LOC563082","Q08BK6","A0A8M2BKM7","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q0P4A7","CPLX4a","snap47","Q08BK6","snap47","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A5PMJ7","CPLX4a","zgc:86632","Q08BK6","stx12","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","F1Q9P4","CPLX4a","beta-snap1","Q08BK6","napbb","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","D2K289","CPLX4a","CPLX3a","Q08BK6","D2K289","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","Q6DGI1","CPLX4a","Vesicle-associated membrane protein 1","Q08BK6","-","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","E9QC42","CPLX4a","zgc:56506","Q08BK6","sybl1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","A0A8M1P6T1","CPLX4a","im:7139509","Q08BK6","A0A8M1P6T1","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000078446","physical","txid7955" +"Q08BK6","B8A651","CPLX4a","zgc:165520","Q08BK6","-","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000078446","physical","txid7955" +"D2K289","E9QBD8","CPLX3a","BCL2-interacting protein 1a","D2K289","bnip1a","Complexin 3a (Complexin-3)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q6PBJ3","CPLX3a","vamp1","D2K289","vamp1","Complexin 3a (Complexin-3)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","D2K290","CPLX3a","CPLX3b","D2K289","D2K290","Complexin 3a (Complexin-3)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q5RGD1","CPLX3a","si:ch211-279m15.2","D2K289","stxbp5a","Complexin 3a (Complexin-3)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","E7F0D3","CPLX3a","Syntaxin 12,-like","D2K289","stx12l","Complexin 3a (Complexin-3)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A8M9QGE3","CPLX3a","Syntaxin 16","D2K289","A0A8M9QGE3","Complexin 3a (Complexin-3)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q7T361","CPLX3a","zgc:64079","D2K289","stx8","Complexin 3a (Complexin-3)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q0P4A7","CPLX3a","snap47","D2K289","snap47","Complexin 3a (Complexin-3)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","E9QC42","CPLX3a","zgc:56506","D2K289","sybl1","Complexin 3a (Complexin-3)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","E7EXN4","CPLX3a","LOC110440104","D2K289","E7EXN4","Complexin 3a (Complexin-3)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q7SXP0","CPLX3a","sec22bb","D2K289","sec22bb","Complexin 3a (Complexin-3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q1L8U1","CPLX3a","Si:ch211-81a5.8","D2K289","Q1L8U1","Complexin 3a (Complexin-3)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A2BG37","CPLX3a","fc83b05","D2K289","vamp5","Complexin 3a (Complexin-3)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q6IQK3","CPLX3a","zgc:86726","D2K289","vamp3","Complexin 3a (Complexin-3)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A0R4IK07","CPLX3a","si:ch211-208k15.1","D2K289","tsnare1","Complexin 3a (Complexin-3)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A0R4IG59","CPLX3a","BCL2-interacting protein 1b","D2K289","A0A0R4IG59","Complexin 3a (Complexin-3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","F1Q9P4","CPLX3a","beta-snap1","D2K289","napbb","Complexin 3a (Complexin-3)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","B8A651","CPLX3a","zgc:165520","D2K289","-","Complexin 3a (Complexin-3)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","Q6DGI1","CPLX3a","Vesicle-associated membrane protein 1","D2K289","-","Complexin 3a (Complexin-3)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","E7F0C0","CPLX3a","Syntaxin-binding protein 5 isoform X5","D2K289","E7F0C0","Complexin 3a (Complexin-3)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A8M1P6T1","CPLX3a","im:7139509","D2K289","A0A8M1P6T1","Complexin 3a (Complexin-3)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A0A0MPL4","CPLX3a","Syntaxin-7","D2K289","A0A0A0MPL4","Complexin 3a (Complexin-3)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","F1QFP8","CPLX3a","zgc:101617","D2K289","F1QFP8","Complexin 3a (Complexin-3)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A5PMJ7","CPLX3a","zgc:86632","D2K289","stx12","Complexin 3a (Complexin-3)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","A0A8M9QGE5","CPLX3a","cplx2b","D2K289","A0A8M9QGE5","Complexin 3a (Complexin-3)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000084916","physical","txid7955" +"D2K289","E9QFW9","CPLX3a","zgc:112064","D2K289","gosr1","Complexin 3a (Complexin-3)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000084916","physical","txid7955" +"B7ZV62","P59015","nsf","vps18","nsfa","vps18","Vesicle-fusing ATPase (EC 3.6.4.6)","Vacuolar protein sorting-associated protein 18 homolog","string-db","7955.ENSDARP00000094129/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","Q6IQK3","nsf","zgc:86726","nsfa","vamp3","Vesicle-fusing ATPase (EC 3.6.4.6)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","Q7SXP0","nsf","sec22bb","nsfa","sec22bb","Vesicle-fusing ATPase (EC 3.6.4.6)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","E9QFW9","nsf","zgc:112064","nsfa","gosr1","Vesicle-fusing ATPase (EC 3.6.4.6)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","Q5TZ27","nsf","syt1","nsfa","syt1a","Vesicle-fusing ATPase (EC 3.6.4.6)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","F1Q9P4","nsf","beta-snap1","nsfa","napbb","Vesicle-fusing ATPase (EC 3.6.4.6)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","F1QFP8","nsf","zgc:101617","nsfa","F1QFP8","Vesicle-fusing ATPase (EC 3.6.4.6)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","E9QFN4","nsf","SEC22 homolog C, vesicle-trafficking protein","nsfa","sec22c","Vesicle-fusing ATPase (EC 3.6.4.6)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","A0A0R4ID82","nsf","im:7136893","nsfa","A0A0R4ID82","Vesicle-fusing ATPase (EC 3.6.4.6)","Vacuolar protein sorting-associated protein 33A","string-db","7955.ENSDARP00000133149/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","A0A0R4IG59","nsf","BCL2-interacting protein 1b","nsfa","A0A0R4IG59","Vesicle-fusing ATPase (EC 3.6.4.6)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","A0A8M9QGE3","nsf","Syntaxin 16","nsfa","A0A8M9QGE3","Vesicle-fusing ATPase (EC 3.6.4.6)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","E7EXN4","nsf","LOC110440104","nsfa","E7EXN4","Vesicle-fusing ATPase (EC 3.6.4.6)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000093817","physical","txid7955" +"B7ZV62","Q7ZUN8","nsf","ykt6","nsfa","Q7ZUN8","Vesicle-fusing ATPase (EC 3.6.4.6)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000093817","physical","txid7955" +"A0A0A0MPL4","A0A8M9QGE5","Syntaxin-7","cplx2b","A0A0A0MPL4","A0A8M9QGE5","Syntaxin-7","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","E7EXN4","Syntaxin-7","LOC110440104","A0A0A0MPL4","E7EXN4","Syntaxin-7","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","F1QFP8","Syntaxin-7","zgc:101617","A0A0A0MPL4","F1QFP8","Syntaxin-7","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","E9QFW9","Syntaxin-7","zgc:112064","A0A0A0MPL4","gosr1","Syntaxin-7","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","A0A0R4IK07","Syntaxin-7","si:ch211-208k15.1","A0A0A0MPL4","tsnare1","Syntaxin-7","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q6PBJ3","Syntaxin-7","vamp1","A0A0A0MPL4","vamp1","Syntaxin-7","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","F1Q9P4","Syntaxin-7","beta-snap1","A0A0A0MPL4","napbb","Syntaxin-7","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","A0A0R4IG59","Syntaxin-7","BCL2-interacting protein 1b","A0A0A0MPL4","A0A0R4IG59","Syntaxin-7","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","A0A8M1P6T1","Syntaxin-7","im:7139509","A0A0A0MPL4","A0A8M1P6T1","Syntaxin-7","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q5RGD1","Syntaxin-7","si:ch211-279m15.2","A0A0A0MPL4","stxbp5a","Syntaxin-7","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q1L8U1","Syntaxin-7","Si:ch211-81a5.8","A0A0A0MPL4","Q1L8U1","Syntaxin-7","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","E7F0D3","Syntaxin-7","Syntaxin 12,-like","A0A0A0MPL4","stx12l","Syntaxin-7","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q7T361","Syntaxin-7","zgc:64079","A0A0A0MPL4","stx8","Syntaxin-7","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","A0A8M9QGE3","Syntaxin-7","Syntaxin 16","A0A0A0MPL4","A0A8M9QGE3","Syntaxin-7","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","E9QC42","Syntaxin-7","zgc:56506","A0A0A0MPL4","sybl1","Syntaxin-7","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","D2K290","Syntaxin-7","CPLX3b","A0A0A0MPL4","D2K290","Syntaxin-7","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","B8A651","Syntaxin-7","zgc:165520","A0A0A0MPL4","-","Syntaxin-7","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q6DGI1","Syntaxin-7","Vesicle-associated membrane protein 1","A0A0A0MPL4","-","Syntaxin-7","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","A5PMJ7","Syntaxin-7","zgc:86632","A0A0A0MPL4","stx12","Syntaxin-7","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","E9QBD8","Syntaxin-7","BCL2-interacting protein 1a","A0A0A0MPL4","bnip1a","Syntaxin-7","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q7SXP0","Syntaxin-7","sec22bb","A0A0A0MPL4","sec22bb","Syntaxin-7","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000091305","physical","txid7955" +"A0A0A0MPL4","Q6IQK3","Syntaxin-7","zgc:86726","A0A0A0MPL4","vamp3","Syntaxin-7","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000091305","physical","txid7955" +"Q6DGI1","A0A8M1P6T1","Vesicle-associated membrane protein 1","im:7139509","-","A0A8M1P6T1","Vesicle-associated membrane protein 1 (Zgc:92912)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","A0A0R4IK07","Vesicle-associated membrane protein 1","si:ch211-208k15.1","-","tsnare1","Vesicle-associated membrane protein 1 (Zgc:92912)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","Q7T361","Vesicle-associated membrane protein 1","zgc:64079","-","stx8","Vesicle-associated membrane protein 1 (Zgc:92912)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","A0A8M9QGE5","Vesicle-associated membrane protein 1","cplx2b","-","A0A8M9QGE5","Vesicle-associated membrane protein 1 (Zgc:92912)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","A0A0R4IG59","Vesicle-associated membrane protein 1","BCL2-interacting protein 1b","-","A0A0R4IG59","Vesicle-associated membrane protein 1 (Zgc:92912)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","A5PMJ7","Vesicle-associated membrane protein 1","zgc:86632","-","stx12","Vesicle-associated membrane protein 1 (Zgc:92912)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000129602","physical","txid7955" +"Q6DGI1","Q7SXP0","Vesicle-associated membrane protein 1","sec22bb","-","sec22bb","Vesicle-associated membrane protein 1 (Zgc:92912)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000129602","physical","txid7955" +"E7EXN4","F1Q9P4","LOC110440104","beta-snap1","E7EXN4","napbb","Syntaxin-10","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","E9QFW9","LOC110440104","zgc:112064","E7EXN4","gosr1","Syntaxin-10","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A0A8M9QGE5","LOC110440104","cplx2b","E7EXN4","A0A8M9QGE5","Syntaxin-10","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q5RGD1","LOC110440104","si:ch211-279m15.2","E7EXN4","stxbp5a","Syntaxin-10","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q6PBJ3","LOC110440104","vamp1","E7EXN4","vamp1","Syntaxin-10","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A0A0R4IK07","LOC110440104","si:ch211-208k15.1","E7EXN4","tsnare1","Syntaxin-10","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","B8A651","LOC110440104","zgc:165520","E7EXN4","-","Syntaxin-10","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","E9QC42","LOC110440104","zgc:56506","E7EXN4","sybl1","Syntaxin-10","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","E7F0D3","LOC110440104","Syntaxin 12,-like","E7EXN4","stx12l","Syntaxin-10","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A0A8M9QGE3","LOC110440104","Syntaxin 16","E7EXN4","A0A8M9QGE3","Syntaxin-10","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A5PMJ7","LOC110440104","zgc:86632","E7EXN4","stx12","Syntaxin-10","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","D2K290","LOC110440104","CPLX3b","E7EXN4","D2K290","Syntaxin-10","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q7T361","LOC110440104","zgc:64079","E7EXN4","stx8","Syntaxin-10","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q6DGI1","LOC110440104","Vesicle-associated membrane protein 1","E7EXN4","-","Syntaxin-10","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","F1QFP8","LOC110440104","zgc:101617","E7EXN4","F1QFP8","Syntaxin-10","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A0A0R4IG59","LOC110440104","BCL2-interacting protein 1b","E7EXN4","A0A0R4IG59","Syntaxin-10","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q7SXP0","LOC110440104","sec22bb","E7EXN4","sec22bb","Syntaxin-10","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","Q6IQK3","LOC110440104","zgc:86726","E7EXN4","vamp3","Syntaxin-10","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000098502","physical","txid7955" +"E7EXN4","A0A8M1P6T1","LOC110440104","im:7139509","E7EXN4","A0A8M1P6T1","Syntaxin-10","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000098502","physical","txid7955" +"Q7ZV15","A0A0R4IG59","sec22ba","BCL2-interacting protein 1b","Q7ZV15","A0A0R4IG59","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6IQK3","sec22ba","zgc:86726","Q7ZV15","vamp3","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E9QFW9","sec22ba","zgc:112064","Q7ZV15","gosr1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q567Y3","sec22ba","fb51b08","Q7ZV15","Q567Y3","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","F1Q7S0","sec22ba","zgc:109895","Q7ZV15","F1Q7S0","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","B8A651","sec22ba","zgc:165520","Q7ZV15","-","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A0A0MPL4","sec22ba","Syntaxin-7","Q7ZV15","A0A0A0MPL4","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E9QBD8","sec22ba","BCL2-interacting protein 1a","Q7ZV15","bnip1a","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A8M1P6T1","sec22ba","im:7139509","Q7ZV15","A0A8M1P6T1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6PBJ3","sec22ba","vamp1","Q7ZV15","vamp1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q7SXP0","sec22ba","sec22bb","Q7ZV15","sec22bb","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6PHV0","sec22ba","stx3a","Q7ZV15","stx3a","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q0P4A7","sec22ba","snap47","Q7ZV15","snap47","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6P5J5","sec22ba","zgc:63558","Q7ZV15","stx11b.1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q7T366","sec22ba","wu:fc33b02","Q7ZV15","Q7T366","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q7T361","sec22ba","zgc:64079","Q7ZV15","stx8","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","F1Q9P4","sec22ba","beta-snap1","Q7ZV15","napbb","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","F1R892","sec22ba","zgc:123218","Q7ZV15","F1R892","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A8M9QGE5","sec22ba","cplx2b","Q7ZV15","A0A8M9QGE5","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A5PMJ7","sec22ba","zgc:86632","Q7ZV15","stx12","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E7F0D3","sec22ba","Syntaxin 12,-like","Q7ZV15","stx12l","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q4V9B6","sec22ba","fj55h11","Q7ZV15","-","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q7SY45","sec22ba","zgc:63525","Q7ZV15","vti1b","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E7EXN4","sec22ba","LOC110440104","Q7ZV15","E7EXN4","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6PC54","sec22ba","snap25b","Q7ZV15","snap25b","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A8M9QGE3","sec22ba","Syntaxin 16","Q7ZV15","A0A8M9QGE3","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","D2K289","sec22ba","CPLX3a","Q7ZV15","D2K289","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","F1QFP8","sec22ba","zgc:101617","Q7ZV15","F1QFP8","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","F1RC32","sec22ba","fi35f06","Q7ZV15","napga","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q6DGI1","sec22ba","Vesicle-associated membrane protein 1","Q7ZV15","-","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A8M2BKM7","sec22ba","LOC563082","Q7ZV15","A0A8M2BKM7","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q1L8U1","sec22ba","Si:ch211-81a5.8","Q7ZV15","Q1L8U1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q08BK6","sec22ba","CPLX4a","Q7ZV15","Q08BK6","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q5RGD1","sec22ba","si:ch211-279m15.2","Q7ZV15","stxbp5a","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q7SZZ5","sec22ba","wu:fj61c06","Q7ZV15","Q7SZZ5","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E7F0C0","sec22ba","Syntaxin-binding protein 5 isoform X5","Q7ZV15","E7F0C0","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A2BG37","sec22ba","fc83b05","Q7ZV15","vamp5","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","A0A0R4IK07","sec22ba","si:ch211-208k15.1","Q7ZV15","tsnare1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","Q4VBI7","sec22ba","stx18","Q7ZV15","stx18","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","D2K290","sec22ba","CPLX3b","Q7ZV15","D2K290","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000043498","physical","txid7955" +"Q7ZV15","E9QC42","sec22ba","zgc:56506","Q7ZV15","sybl1","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000043498","physical","txid7955" +"E9QC42","E9QBV1","zgc:56506","fd07f11","sybl1","cltcb","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","E7F0D3","zgc:56506","Syntaxin 12,-like","sybl1","stx12l","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IK07","zgc:56506","si:ch211-208k15.1","sybl1","tsnare1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q7T361","zgc:56506","zgc:64079","sybl1","stx8","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IIR1","zgc:56506","dnm2","sybl1","dnm2a","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A8M9QGE3","zgc:56506","Syntaxin 16","sybl1","A0A8M9QGE3","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IG59","zgc:56506","BCL2-interacting protein 1b","sybl1","A0A0R4IG59","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q5MPX4","zgc:56506","Transferrin receptor protein 1","sybl1","Q5MPX4","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q6DGI1","zgc:56506","Vesicle-associated membrane protein 1","sybl1","-","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q6PBJ3","zgc:56506","vamp1","sybl1","vamp1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","B0R0W9","zgc:56506","tbc1d8b","sybl1","tbc1d8b","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IRS1","zgc:56506","AP-1 complex subunit mu-1","sybl1","ap1m1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A8M9QGE5","zgc:56506","cplx2b","sybl1","A0A8M9QGE5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","B0JZP5","zgc:56506","fa56d08","sybl1","B0JZP5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","E9QFW9","zgc:56506","zgc:112064","sybl1","gosr1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q7SXP0","zgc:56506","sec22bb","sybl1","sec22bb","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","F1R184","zgc:56506","wu:fb20a07","sybl1","txndc5","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A5PMJ7","zgc:56506","zgc:86632","sybl1","stx12","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IKR8","zgc:56506","hip1r","sybl1","A0A0R4IKR8","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","Q6NUT7","zgc:56506","sort1","sybl1","Q6NUT7","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A0R4IQI7","zgc:56506","AP-4 complex subunit epsilon","sybl1","ap4e1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A5PMS9","zgc:56506","fa11e04","sybl1","ap1b1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","B8A651","zgc:56506","zgc:165520","sybl1","-","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000116217","physical","txid7955" +"E9QC42","A0A8M1P6T1","zgc:56506","im:7139509","sybl1","A0A8M1P6T1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000116217","physical","txid7955" +"F1QFP8","A0A0R4IK07","zgc:101617","si:ch211-208k15.1","F1QFP8","tsnare1","Syntaxin 17 (Syntaxin-17 isoform X1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","Q7ZUN8","zgc:101617","ykt6","F1QFP8","Q7ZUN8","Syntaxin 17 (Syntaxin-17 isoform X1)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","Q6PBJ3","zgc:101617","vamp1","F1QFP8","vamp1","Syntaxin 17 (Syntaxin-17 isoform X1)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","A0A0R4IG59","zgc:101617","BCL2-interacting protein 1b","F1QFP8","A0A0R4IG59","Syntaxin 17 (Syntaxin-17 isoform X1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","Q6DGI1","zgc:101617","Vesicle-associated membrane protein 1","F1QFP8","-","Syntaxin 17 (Syntaxin-17 isoform X1)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","Q7SXP0","zgc:101617","sec22bb","F1QFP8","sec22bb","Syntaxin 17 (Syntaxin-17 isoform X1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","A5PMJ7","zgc:101617","zgc:86632","F1QFP8","stx12","Syntaxin 17 (Syntaxin-17 isoform X1)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","B8A651","zgc:101617","zgc:165520","F1QFP8","-","Syntaxin 17 (Syntaxin-17 isoform X1)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","A0A8M1P6T1","zgc:101617","im:7139509","F1QFP8","A0A8M1P6T1","Syntaxin 17 (Syntaxin-17 isoform X1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","E9QC42","zgc:101617","zgc:56506","F1QFP8","sybl1","Syntaxin 17 (Syntaxin-17 isoform X1)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","E9QFW9","zgc:101617","zgc:112064","F1QFP8","gosr1","Syntaxin 17 (Syntaxin-17 isoform X1)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","Q7T361","zgc:101617","zgc:64079","F1QFP8","stx8","Syntaxin 17 (Syntaxin-17 isoform X1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","E7F0D3","zgc:101617","Syntaxin 12,-like","F1QFP8","stx12l","Syntaxin 17 (Syntaxin-17 isoform X1)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","E9QFN4","zgc:101617","SEC22 homolog C, vesicle-trafficking protein","F1QFP8","sec22c","Syntaxin 17 (Syntaxin-17 isoform X1)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","A0A8M9QGE3","zgc:101617","Syntaxin 16","F1QFP8","A0A8M9QGE3","Syntaxin 17 (Syntaxin-17 isoform X1)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000114720","physical","txid7955" +"F1QFP8","A0A8M9QGE5","zgc:101617","cplx2b","F1QFP8","A0A8M9QGE5","Syntaxin 17 (Syntaxin-17 isoform X1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000114720","physical","txid7955" +"F1QBW3","E7F2M5","fc44f07","fj38b04","F1QBW3","E7F2M5","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q7SZE5","fc44f07","sec23a","F1QBW3","Q7SZE5","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","F8W5D3","fc44f07","Alpha-1-antiproteinase 2-like","F1QBW3","F8W5D3","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A9JRW9","fc44f07","Proheparin-binding EGF-like growth factor","F1QBW3","A9JRW9","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A0A8N7TCU0","fc44f07","Protein transport protein Sec16B isoform X1","F1QBW3","A0A8N7TCU0","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q6PBX2","fc44f07","sara2","F1QBW3","sar1b","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A5PMC4","fc44f07","wu:fb16f04","F1QBW3","A5PMC4","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q5RIH0","fc44f07","Cornichon family AMPA receptor auxiliary protein 3","F1QBW3","cnih3","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A1IH00","fc44f07","golga2","F1QBW3","golga2","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","B7ZV62","fc44f07","nsf","F1QBW3","nsfa","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","E7F715","fc44f07","Protein transport protein Sec24B isoform X1","F1QBW3","E7F715","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A0A0R4ICL5","fc44f07","Protein transport protein Sec24A isoform X2","F1QBW3","sec24a","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q7ZW40","fc44f07","vdp","F1QBW3","uso1","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","A0A0R4IMX2","fc44f07","im:7145364","F1QBW3","A0A0R4IMX2","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q5BL21","fc44f07","cnih2","F1QBW3","cnih2","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q7SYD5","fc44f07","sec31a","F1QBW3","Q7SYD5","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","F1Q9P4","fc44f07","beta-snap1","F1QBW3","napbb","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","F1QFP8","fc44f07","zgc:101617","F1QBW3","F1QFP8","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000076602","physical","txid7955" +"F1QBW3","Q5SPJ4","fc44f07","wu:fb61c07","F1QBW3","Q5SPJ4","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000076602","physical","txid7955" +"Q6PHV0","Q7SXP0","stx3a","sec22bb","stx3a","sec22bb","Syntaxin 3A (Syntaxin-3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q5RGD1","stx3a","si:ch211-279m15.2","stx3a","stxbp5a","Syntaxin 3A (Syntaxin-3)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E7EXN4","stx3a","LOC110440104","stx3a","E7EXN4","Syntaxin 3A (Syntaxin-3)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q6PC54","stx3a","snap25b","stx3a","snap25b","Syntaxin 3A (Syntaxin-3)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q6PBJ3","stx3a","vamp1","stx3a","vamp1","Syntaxin 3A (Syntaxin-3)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A2BG37","stx3a","fc83b05","stx3a","vamp5","Syntaxin 3A (Syntaxin-3)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","D2K290","stx3a","CPLX3b","stx3a","D2K290","Syntaxin 3A (Syntaxin-3)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A8M9QGE5","stx3a","cplx2b","stx3a","A0A8M9QGE5","Syntaxin 3A (Syntaxin-3)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","D2K289","stx3a","CPLX3a","stx3a","D2K289","Syntaxin 3A (Syntaxin-3)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E7F0D3","stx3a","Syntaxin 12,-like","stx3a","stx12l","Syntaxin 3A (Syntaxin-3)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q7SZZ5","stx3a","wu:fj61c06","stx3a","Q7SZZ5","Syntaxin 3A (Syntaxin-3)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A8M1P6T1","stx3a","im:7139509","stx3a","A0A8M1P6T1","Syntaxin 3A (Syntaxin-3)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q08BK6","stx3a","CPLX4a","stx3a","Q08BK6","Syntaxin 3A (Syntaxin-3)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","F1R892","stx3a","zgc:123218","stx3a","F1R892","Syntaxin 3A (Syntaxin-3)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q1L8U1","stx3a","Si:ch211-81a5.8","stx3a","Q1L8U1","Syntaxin 3A (Syntaxin-3)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q0P4A7","stx3a","snap47","stx3a","snap47","Syntaxin 3A (Syntaxin-3)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","B8A651","stx3a","zgc:165520","stx3a","-","Syntaxin 3A (Syntaxin-3)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E7F0C0","stx3a","Syntaxin-binding protein 5 isoform X5","stx3a","E7F0C0","Syntaxin 3A (Syntaxin-3)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A8M9QGE3","stx3a","Syntaxin 16","stx3a","A0A8M9QGE3","Syntaxin 3A (Syntaxin-3)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","F1QFP8","stx3a","zgc:101617","stx3a","F1QFP8","Syntaxin 3A (Syntaxin-3)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q7T366","stx3a","wu:fc33b02","stx3a","Q7T366","Syntaxin 3A (Syntaxin-3)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A0A0MPL4","stx3a","Syntaxin-7","stx3a","A0A0A0MPL4","Syntaxin 3A (Syntaxin-3)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E9QC42","stx3a","zgc:56506","stx3a","sybl1","Syntaxin 3A (Syntaxin-3)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E9QBD8","stx3a","BCL2-interacting protein 1a","stx3a","bnip1a","Syntaxin 3A (Syntaxin-3)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A0R4IG59","stx3a","BCL2-interacting protein 1b","stx3a","A0A0R4IG59","Syntaxin 3A (Syntaxin-3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A0R4IK07","stx3a","si:ch211-208k15.1","stx3a","tsnare1","Syntaxin 3A (Syntaxin-3)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q6DGI1","stx3a","Vesicle-associated membrane protein 1","stx3a","-","Syntaxin 3A (Syntaxin-3)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q6IQK3","stx3a","zgc:86726","stx3a","vamp3","Syntaxin 3A (Syntaxin-3)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","Q7T361","stx3a","zgc:64079","stx3a","stx8","Syntaxin 3A (Syntaxin-3)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","E9QFW9","stx3a","zgc:112064","stx3a","gosr1","Syntaxin 3A (Syntaxin-3)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","F1Q9P4","stx3a","beta-snap1","stx3a","napbb","Syntaxin 3A (Syntaxin-3)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A5PMJ7","stx3a","zgc:86632","stx3a","stx12","Syntaxin 3A (Syntaxin-3)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000068197","physical","txid7955" +"Q6PHV0","A0A8M2BKM7","stx3a","LOC563082","stx3a","A0A8M2BKM7","Syntaxin 3A (Syntaxin-3)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000068197","physical","txid7955" +"Q6P5J5","D2K290","zgc:63558","CPLX3b","stx11b.1","D2K290","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","F1Q7S0","zgc:63558","zgc:109895","stx11b.1","F1Q7S0","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q6PC54","zgc:63558","snap25b","stx11b.1","snap25b","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q7SZZ5","zgc:63558","wu:fj61c06","stx11b.1","Q7SZZ5","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q7T361","zgc:63558","zgc:64079","stx11b.1","stx8","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q567Y3","zgc:63558","fb51b08","stx11b.1","Q567Y3","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q5RGD1","zgc:63558","si:ch211-279m15.2","stx11b.1","stxbp5a","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E9QFW9","zgc:63558","zgc:112064","stx11b.1","gosr1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","F1Q9P4","zgc:63558","beta-snap1","stx11b.1","napbb","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A8M9QGE5","zgc:63558","cplx2b","stx11b.1","A0A8M9QGE5","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","F1QFP8","zgc:63558","zgc:101617","stx11b.1","F1QFP8","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q6IQK3","zgc:63558","zgc:86726","stx11b.1","vamp3","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E7F0C0","zgc:63558","Syntaxin-binding protein 5 isoform X5","stx11b.1","E7F0C0","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E9QC42","zgc:63558","zgc:56506","stx11b.1","sybl1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E7F0D3","zgc:63558","Syntaxin 12,-like","stx11b.1","stx12l","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q6PBJ3","zgc:63558","vamp1","stx11b.1","vamp1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","F1R892","zgc:63558","zgc:123218","stx11b.1","F1R892","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q1L8U1","zgc:63558","Si:ch211-81a5.8","stx11b.1","Q1L8U1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A8M2BKM7","zgc:63558","LOC563082","stx11b.1","A0A8M2BKM7","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A5PMJ7","zgc:63558","zgc:86632","stx11b.1","stx12","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A8M1P6T1","zgc:63558","im:7139509","stx11b.1","A0A8M1P6T1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q6DGI1","zgc:63558","Vesicle-associated membrane protein 1","stx11b.1","-","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q7SXP0","zgc:63558","sec22bb","stx11b.1","sec22bb","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A8M9QGE3","zgc:63558","Syntaxin 16","stx11b.1","A0A8M9QGE3","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q4V9B6","zgc:63558","fj55h11","stx11b.1","-","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A0R4IK07","zgc:63558","si:ch211-208k15.1","stx11b.1","tsnare1","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q08BK6","zgc:63558","CPLX4a","stx11b.1","Q08BK6","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q7T366","zgc:63558","wu:fc33b02","stx11b.1","Q7T366","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E7EXN4","zgc:63558","LOC110440104","stx11b.1","E7EXN4","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q7SY45","zgc:63558","zgc:63525","stx11b.1","vti1b","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q6PHV0","zgc:63558","stx3a","stx11b.1","stx3a","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q4VBI7","zgc:63558","stx18","stx11b.1","stx18","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","B8A651","zgc:63558","zgc:165520","stx11b.1","-","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","D2K289","zgc:63558","CPLX3a","stx11b.1","D2K289","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A0R4IG59","zgc:63558","BCL2-interacting protein 1b","stx11b.1","A0A0R4IG59","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A2BG37","zgc:63558","fc83b05","stx11b.1","vamp5","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","Q0P4A7","zgc:63558","snap47","stx11b.1","snap47","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","A0A0A0MPL4","zgc:63558","Syntaxin-7","stx11b.1","A0A0A0MPL4","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","F1RC32","zgc:63558","fi35f06","stx11b.1","napga","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000045396","physical","txid7955" +"Q6P5J5","E9QBD8","zgc:63558","BCL2-interacting protein 1a","stx11b.1","bnip1a","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000045396","physical","txid7955" +"A5PMJ7","A0A0R4IK07","zgc:86632","si:ch211-208k15.1","stx12","tsnare1","Syntaxin 12 (Syntaxin-12 isoform X1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000131485","physical","txid7955" +"A5PMJ7","Q7T361","zgc:86632","zgc:64079","stx12","stx8","Syntaxin 12 (Syntaxin-12 isoform X1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000131485","physical","txid7955" +"A5PMJ7","A0A0R4IG59","zgc:86632","BCL2-interacting protein 1b","stx12","A0A0R4IG59","Syntaxin 12 (Syntaxin-12 isoform X1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000131485","physical","txid7955" +"A5PMJ7","A0A8M9QGE5","zgc:86632","cplx2b","stx12","A0A8M9QGE5","Syntaxin 12 (Syntaxin-12 isoform X1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000131485","physical","txid7955" +"A5PMJ7","A0A8M1P6T1","zgc:86632","im:7139509","stx12","A0A8M1P6T1","Syntaxin 12 (Syntaxin-12 isoform X1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000131485","physical","txid7955" +"A5PMJ7","Q7SXP0","zgc:86632","sec22bb","stx12","sec22bb","Syntaxin 12 (Syntaxin-12 isoform X1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000131485","physical","txid7955" +"A0A8M2BKM7","Q7T361","LOC563082","zgc:64079","A0A8M2BKM7","stx8","Complexin-1","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q7SXP0","LOC563082","sec22bb","A0A8M2BKM7","sec22bb","Complexin-1","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A8M1P6T1","LOC563082","im:7139509","A0A8M2BKM7","A0A8M1P6T1","Complexin-1","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q6PBJ3","LOC563082","vamp1","A0A8M2BKM7","vamp1","Complexin-1","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E9QFW9","LOC563082","zgc:112064","A0A8M2BKM7","gosr1","Complexin-1","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","F1QFP8","LOC563082","zgc:101617","A0A8M2BKM7","F1QFP8","Complexin-1","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q0P4A7","LOC563082","snap47","A0A8M2BKM7","snap47","Complexin-1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q5RGD1","LOC563082","si:ch211-279m15.2","A0A8M2BKM7","stxbp5a","Complexin-1","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E9QBD8","LOC563082","BCL2-interacting protein 1a","A0A8M2BKM7","bnip1a","Complexin-1","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q1L8U1","LOC563082","Si:ch211-81a5.8","A0A8M2BKM7","Q1L8U1","Complexin-1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A8M9QGE3","LOC563082","Syntaxin 16","A0A8M2BKM7","A0A8M9QGE3","Complexin-1","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","D2K290","LOC563082","CPLX3b","A0A8M2BKM7","D2K290","Complexin-1","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E7F0D3","LOC563082","Syntaxin 12,-like","A0A8M2BKM7","stx12l","Complexin-1","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A5PMJ7","LOC563082","zgc:86632","A0A8M2BKM7","stx12","Complexin-1","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A2BG37","LOC563082","fc83b05","A0A8M2BKM7","vamp5","Complexin-1","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A0R4IK07","LOC563082","si:ch211-208k15.1","A0A8M2BKM7","tsnare1","Complexin-1","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A0R4IG59","LOC563082","BCL2-interacting protein 1b","A0A8M2BKM7","A0A0R4IG59","Complexin-1","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","D2K289","LOC563082","CPLX3a","A0A8M2BKM7","D2K289","Complexin-1","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E9QC42","LOC563082","zgc:56506","A0A8M2BKM7","sybl1","Complexin-1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E7EXN4","LOC563082","LOC110440104","A0A8M2BKM7","E7EXN4","Complexin-1","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A0A0MPL4","LOC563082","Syntaxin-7","A0A8M2BKM7","A0A0A0MPL4","Complexin-1","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","E7F0C0","LOC563082","Syntaxin-binding protein 5 isoform X5","A0A8M2BKM7","E7F0C0","Complexin-1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","B8A651","LOC563082","zgc:165520","A0A8M2BKM7","-","Complexin-1","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","A0A8M9QGE5","LOC563082","cplx2b","A0A8M2BKM7","A0A8M9QGE5","Complexin-1","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","F1Q9P4","LOC563082","beta-snap1","A0A8M2BKM7","napbb","Complexin-1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q6IQK3","LOC563082","zgc:86726","A0A8M2BKM7","vamp3","Complexin-1","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000083345","physical","txid7955" +"A0A8M2BKM7","Q6DGI1","LOC563082","Vesicle-associated membrane protein 1","A0A8M2BKM7","-","Complexin-1","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000083345","physical","txid7955" +"E7F0C0","A0A0R4IG59","Syntaxin-binding protein 5 isoform X5","BCL2-interacting protein 1b","E7F0C0","A0A0R4IG59","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","E7F0D3","Syntaxin-binding protein 5 isoform X5","Syntaxin 12,-like","E7F0C0","stx12l","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","E9QFW9","Syntaxin-binding protein 5 isoform X5","zgc:112064","E7F0C0","gosr1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","E9QBD8","Syntaxin-binding protein 5 isoform X5","BCL2-interacting protein 1a","E7F0C0","bnip1a","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A0A0A0MPL4","Syntaxin-binding protein 5 isoform X5","Syntaxin-7","E7F0C0","A0A0A0MPL4","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A0A8M9QGE5","Syntaxin-binding protein 5 isoform X5","cplx2b","E7F0C0","A0A8M9QGE5","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A0A8M9QGE3","Syntaxin-binding protein 5 isoform X5","Syntaxin 16","E7F0C0","A0A8M9QGE3","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q6PBJ3","Syntaxin-binding protein 5 isoform X5","vamp1","E7F0C0","vamp1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q7T361","Syntaxin-binding protein 5 isoform X5","zgc:64079","E7F0C0","stx8","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q5RGD1","Syntaxin-binding protein 5 isoform X5","si:ch211-279m15.2","E7F0C0","stxbp5a","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A0A0R4IK07","Syntaxin-binding protein 5 isoform X5","si:ch211-208k15.1","E7F0C0","tsnare1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","D2K290","Syntaxin-binding protein 5 isoform X5","CPLX3b","E7F0C0","D2K290","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q6DGI1","Syntaxin-binding protein 5 isoform X5","Vesicle-associated membrane protein 1","E7F0C0","-","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A0A8M1P6T1","Syntaxin-binding protein 5 isoform X5","im:7139509","E7F0C0","A0A8M1P6T1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","F1QFP8","Syntaxin-binding protein 5 isoform X5","zgc:101617","E7F0C0","F1QFP8","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","B8A651","Syntaxin-binding protein 5 isoform X5","zgc:165520","E7F0C0","-","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","A5PMJ7","Syntaxin-binding protein 5 isoform X5","zgc:86632","E7F0C0","stx12","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q7SXP0","Syntaxin-binding protein 5 isoform X5","sec22bb","E7F0C0","sec22bb","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q6IQK3","Syntaxin-binding protein 5 isoform X5","zgc:86726","E7F0C0","vamp3","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","F1Q9P4","Syntaxin-binding protein 5 isoform X5","beta-snap1","E7F0C0","napbb","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","Q1L8U1","Syntaxin-binding protein 5 isoform X5","Si:ch211-81a5.8","E7F0C0","Q1L8U1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","E9QC42","Syntaxin-binding protein 5 isoform X5","zgc:56506","E7F0C0","sybl1","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000089501","physical","txid7955" +"E7F0C0","E7EXN4","Syntaxin-binding protein 5 isoform X5","LOC110440104","E7F0C0","E7EXN4","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000089501","physical","txid7955" +"F1Q9P4","A0A8M9QGE3","beta-snap1","Syntaxin 16","napbb","A0A8M9QGE3","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q6PBJ3","beta-snap1","vamp1","napbb","vamp1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","E7F0D3","beta-snap1","Syntaxin 12,-like","napbb","stx12l","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q7T361","beta-snap1","zgc:64079","napbb","stx8","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","E9QFW9","beta-snap1","zgc:112064","napbb","gosr1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","A0A0R4IK07","beta-snap1","si:ch211-208k15.1","napbb","tsnare1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","A0A8M1P6T1","beta-snap1","im:7139509","napbb","A0A8M1P6T1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","F1QFP8","beta-snap1","zgc:101617","napbb","F1QFP8","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","A0A8M9QGE5","beta-snap1","cplx2b","napbb","A0A8M9QGE5","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","A0A0R4IG59","beta-snap1","BCL2-interacting protein 1b","napbb","A0A0R4IG59","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q6IQK3","beta-snap1","zgc:86726","napbb","vamp3","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","B8A651","beta-snap1","zgc:165520","napbb","-","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","A5PMJ7","beta-snap1","zgc:86632","napbb","stx12","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","E9QC42","beta-snap1","zgc:56506","napbb","sybl1","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q6DGI1","beta-snap1","Vesicle-associated membrane protein 1","napbb","-","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q7SXP0","beta-snap1","sec22bb","napbb","sec22bb","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","E9QFN4","beta-snap1","SEC22 homolog C, vesicle-trafficking protein","napbb","sec22c","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q5RGD1","beta-snap1","si:ch211-279m15.2","napbb","stxbp5a","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000106892","physical","txid7955" +"F1Q9P4","Q7ZUN8","beta-snap1","ykt6","napbb","Q7ZUN8","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000106892","physical","txid7955" +"Q5SQE2","D2K290","stxbp5l","CPLX3b","stxbp5l","D2K290","Syntaxin-binding protein 5-like","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q0P4A7","stxbp5l","snap47","stxbp5l","snap47","Syntaxin-binding protein 5-like","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q567Y3","stxbp5l","fb51b08","stxbp5l","Q567Y3","Syntaxin-binding protein 5-like","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7T366","stxbp5l","wu:fc33b02","stxbp5l","Q7T366","Syntaxin-binding protein 5-like","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q4VBI7","stxbp5l","stx18","stxbp5l","stx18","Syntaxin-binding protein 5-like","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q4V9B6","stxbp5l","fj55h11","stxbp5l","-","Syntaxin-binding protein 5-like","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A0R4IK07","stxbp5l","si:ch211-208k15.1","stxbp5l","tsnare1","Syntaxin-binding protein 5-like","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7ZV15","stxbp5l","sec22ba","stxbp5l","Q7ZV15","Syntaxin-binding protein 5-like","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","F1RC32","stxbp5l","fi35f06","stxbp5l","napga","Syntaxin-binding protein 5-like","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","F1R892","stxbp5l","zgc:123218","stxbp5l","F1R892","Syntaxin-binding protein 5-like","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7SZZ5","stxbp5l","wu:fj61c06","stxbp5l","Q7SZZ5","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A0A0MPL4","stxbp5l","Syntaxin-7","stxbp5l","A0A0A0MPL4","Syntaxin-binding protein 5-like","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6DG84","stxbp5l","wu:fj81f08","stxbp5l","stx5a","Syntaxin-binding protein 5-like","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7SY45","stxbp5l","zgc:63525","stxbp5l","vti1b","Syntaxin-binding protein 5-like","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E7F0C0","stxbp5l","Syntaxin-binding protein 5 isoform X5","stxbp5l","E7F0C0","Syntaxin-binding protein 5-like","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A0R4IG59","stxbp5l","BCL2-interacting protein 1b","stxbp5l","A0A0R4IG59","Syntaxin-binding protein 5-like","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A8M2BKM7","stxbp5l","LOC563082","stxbp5l","A0A8M2BKM7","Syntaxin-binding protein 5-like","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q08BK6","stxbp5l","CPLX4a","stxbp5l","Q08BK6","Syntaxin-binding protein 5-like","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A8M9QGE3","stxbp5l","Syntaxin 16","stxbp5l","A0A8M9QGE3","Syntaxin-binding protein 5-like","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6PC54","stxbp5l","snap25b","stxbp5l","snap25b","Syntaxin-binding protein 5-like","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E9QBD8","stxbp5l","BCL2-interacting protein 1a","stxbp5l","bnip1a","Syntaxin-binding protein 5-like","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q5RGD1","stxbp5l","si:ch211-279m15.2","stxbp5l","stxbp5a","Syntaxin-binding protein 5-like","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6PBJ3","stxbp5l","vamp1","stxbp5l","vamp1","Syntaxin-binding protein 5-like","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6PHV0","stxbp5l","stx3a","stxbp5l","stx3a","Syntaxin-binding protein 5-like","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E7F0D3","stxbp5l","Syntaxin 12,-like","stxbp5l","stx12l","Syntaxin-binding protein 5-like","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","F1Q7S0","stxbp5l","zgc:109895","stxbp5l","F1Q7S0","Syntaxin-binding protein 5-like","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A8M9QGE5","stxbp5l","cplx2b","stxbp5l","A0A8M9QGE5","Syntaxin-binding protein 5-like","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7T361","stxbp5l","zgc:64079","stxbp5l","stx8","Syntaxin-binding protein 5-like","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A2BG37","stxbp5l","fc83b05","stxbp5l","vamp5","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E9QFW9","stxbp5l","zgc:112064","stxbp5l","gosr1","Syntaxin-binding protein 5-like","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7ZUC1","stxbp5l","wu:fa18d07","stxbp5l","Q7ZUC1","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A0A8M1P6T1","stxbp5l","im:7139509","stxbp5l","A0A8M1P6T1","Syntaxin-binding protein 5-like","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","F1QFP8","stxbp5l","zgc:101617","stxbp5l","F1QFP8","Syntaxin-binding protein 5-like","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","A5PMJ7","stxbp5l","zgc:86632","stxbp5l","stx12","Syntaxin-binding protein 5-like","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6DGI1","stxbp5l","Vesicle-associated membrane protein 1","stxbp5l","-","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","F1Q9P4","stxbp5l","beta-snap1","stxbp5l","napbb","Syntaxin-binding protein 5-like","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6P5J5","stxbp5l","zgc:63558","stxbp5l","stx11b.1","Syntaxin-binding protein 5-like","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q1L8U1","stxbp5l","Si:ch211-81a5.8","stxbp5l","Q1L8U1","Syntaxin-binding protein 5-like","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","B8A651","stxbp5l","zgc:165520","stxbp5l","-","Syntaxin-binding protein 5-like","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E7EXN4","stxbp5l","LOC110440104","stxbp5l","E7EXN4","Syntaxin-binding protein 5-like","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","D2K289","stxbp5l","CPLX3a","stxbp5l","D2K289","Syntaxin-binding protein 5-like","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q7SXP0","stxbp5l","sec22bb","stxbp5l","sec22bb","Syntaxin-binding protein 5-like","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","Q6IQK3","stxbp5l","zgc:86726","stxbp5l","vamp3","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000027152","physical","txid7955" +"Q5SQE2","E9QC42","stxbp5l","zgc:56506","stxbp5l","sybl1","Syntaxin-binding protein 5-like","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000027152","physical","txid7955" +"Q1L8U1","E9QFW9","Si:ch211-81a5.8","zgc:112064","Q1L8U1","gosr1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q7T361","Si:ch211-81a5.8","zgc:64079","Q1L8U1","stx8","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A0A0R4IG59","Si:ch211-81a5.8","BCL2-interacting protein 1b","Q1L8U1","A0A0R4IG59","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A0A8M9QGE3","Si:ch211-81a5.8","Syntaxin 16","Q1L8U1","A0A8M9QGE3","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q6PBJ3","Si:ch211-81a5.8","vamp1","Q1L8U1","vamp1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","E7F0D3","Si:ch211-81a5.8","Syntaxin 12,-like","Q1L8U1","stx12l","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","E9QC42","Si:ch211-81a5.8","zgc:56506","Q1L8U1","sybl1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","D2K290","Si:ch211-81a5.8","CPLX3b","Q1L8U1","D2K290","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q6IQK3","Si:ch211-81a5.8","zgc:86726","Q1L8U1","vamp3","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A0A0R4IK07","Si:ch211-81a5.8","si:ch211-208k15.1","Q1L8U1","tsnare1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q7SXP0","Si:ch211-81a5.8","sec22bb","Q1L8U1","sec22bb","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A0A8M9QGE5","Si:ch211-81a5.8","cplx2b","Q1L8U1","A0A8M9QGE5","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","B8A651","Si:ch211-81a5.8","zgc:165520","Q1L8U1","-","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","E9QBD8","Si:ch211-81a5.8","BCL2-interacting protein 1a","Q1L8U1","bnip1a","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","F1Q9P4","Si:ch211-81a5.8","beta-snap1","Q1L8U1","napbb","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","F1QFP8","Si:ch211-81a5.8","zgc:101617","Q1L8U1","F1QFP8","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A0A8M1P6T1","Si:ch211-81a5.8","im:7139509","Q1L8U1","A0A8M1P6T1","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","A5PMJ7","Si:ch211-81a5.8","zgc:86632","Q1L8U1","stx12","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q6DGI1","Si:ch211-81a5.8","Vesicle-associated membrane protein 1","Q1L8U1","-","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","Q5RGD1","Si:ch211-81a5.8","si:ch211-279m15.2","Q1L8U1","stxbp5a","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000095408","physical","txid7955" +"Q1L8U1","E7EXN4","Si:ch211-81a5.8","LOC110440104","Q1L8U1","E7EXN4","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000095408","physical","txid7955" +"A0A8M1P6T1","A0A0R4IK07","im:7139509","si:ch211-208k15.1","A0A8M1P6T1","tsnare1","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000142540","physical","txid7955" +"Q7T361","A0A0R4IK07","zgc:64079","si:ch211-208k15.1","stx8","tsnare1","Stx8 protein (Syntaxin-8)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000139377","physical","txid7955" +"Q7T361","A0A8M1P6T1","zgc:64079","im:7139509","stx8","A0A8M1P6T1","Stx8 protein (Syntaxin-8)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000139377","physical","txid7955" +"Q5TZ66","Q6DHG4","snap25a","cplx2a","Q5TZ66","cplx2l","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A0R4IK07","snap25a","si:ch211-208k15.1","Q5TZ66","tsnare1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","D2K289","snap25a","CPLX3a","Q5TZ66","D2K289","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A8M2BKM7","snap25a","LOC563082","Q5TZ66","A0A8M2BKM7","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A0R4IJU5","snap25a","zgc:123199","Q5TZ66","A0A0R4IJU5","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1R9V3","snap25a","si:dkey-4p15.3","Q5TZ66","hspa8b","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1Q7S0","snap25a","zgc:109895","Q5TZ66","F1Q7S0","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A3QJU6","snap25a","zgc:136923","Q5TZ66","A3QJU6","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A0A0MPL4","snap25a","Syntaxin-7","Q5TZ66","A0A0A0MPL4","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7T361","snap25a","zgc:64079","Q5TZ66","stx8","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6NUX8","snap25a","rhoaa","Q5TZ66","rhoaa","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6PC54","snap25a","snap25b","Q5TZ66","snap25b","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7ZUC1","snap25a","wu:fa18d07","Q5TZ66","Q7ZUC1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6PHV0","snap25a","stx3a","Q5TZ66","stx3a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E7F0C0","snap25a","Syntaxin-binding protein 5 isoform X5","Q5TZ66","E7F0C0","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7T2E8","snap25a","rhoac","Q5TZ66","rhoac","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A8M9QGE5","snap25a","cplx2b","Q5TZ66","A0A8M9QGE5","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q4VBI7","snap25a","stx18","Q5TZ66","stx18","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-18","string-db","7955.ENSDARP00000051892/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q08BK6","snap25a","CPLX4a","Q5TZ66","Q08BK6","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5RGD1","snap25a","si:ch211-279m15.2","Q5TZ66","stxbp5a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7ZTY7","snap25a","use1","Q5TZ66","Q7ZTY7","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle transport protein USE1 (USE1-like protein)","string-db","7955.ENSDARP00000024706/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A2BG37","snap25a","fc83b05","Q5TZ66","vamp5","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6PBJ3","snap25a","vamp1","Q5TZ66","vamp1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5RGB5","snap25a","si:ch211-255d18.4","Q5TZ66","rab3ab","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E7F0D3","snap25a","Syntaxin 12,-like","Q5TZ66","stx12l","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q0P4A7","snap25a","snap47","Q5TZ66","snap47","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","B8A651","snap25a","zgc:165520","Q5TZ66","-","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6P5J5","snap25a","zgc:63558","Q5TZ66","stx11b.1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","string-db","7955.ENSDARP00000045396/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q90473","snap25a","hspa8","Q5TZ66","Q90473","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A8M1P6T1","snap25a","im:7139509","Q5TZ66","A0A8M1P6T1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7ZVI3","snap25a","wu:fi15a09","Q5TZ66","rhoq","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","string-db","7955.ENSDARP00000032142/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7ZSZ9","snap25a","rac1","Q5TZ66","rac1a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q4V9B6","snap25a","fj55h11","Q5TZ66","-","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000060029/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A8M9QGE3","snap25a","Syntaxin 16","Q5TZ66","A0A8M9QGE3","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6DG84","snap25a","wu:fj81f08","Q5TZ66","stx5a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7T366","snap25a","wu:fc33b02","Q5TZ66","Q7T366","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7ZV15","snap25a","sec22ba","Q5TZ66","Q7ZV15","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-trafficking protein SEC22b-A (SEC22 vesicle-trafficking protein homolog B-A)","string-db","7955.ENSDARP00000043498/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5TZ27","snap25a","syt1","Q5TZ66","syt1a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E7F7R0","snap25a","Proline-rich transmembrane protein 2","Q5TZ66","prrt2","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6DGB7","snap25a","rac3","Q5TZ66","rac3a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1RC32","snap25a","fi35f06","Q5TZ66","napga","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","D2K290","snap25a","CPLX3b","Q5TZ66","D2K290","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q1L8R9","snap25a","si:dkey-222b8.2","Q5TZ66","snapin","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6IQK3","snap25a","zgc:86726","Q5TZ66","vamp3","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E9QC42","snap25a","zgc:56506","Q5TZ66","sybl1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","X1WCJ5","snap25a","Liprin-alpha-3 isoform X1","Q5TZ66","ppfia3","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A3QK31","snap25a","MGC163045","Q5TZ66","A3QK31","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","string-db","7955.ENSDARP00000095254/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1Q9P4","snap25a","beta-snap1","Q5TZ66","napbb","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E9QFW9","snap25a","zgc:112064","Q5TZ66","gosr1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","B0UXI4","snap25a","si:dkey-90n12.3","Q5TZ66","B0UXI4","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synapsin-1 (Synapsin I)","string-db","7955.ENSDARP00000115298/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6DGI1","snap25a","Vesicle-associated membrane protein 1","Q5TZ66","-","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q6DGJ0","snap25a","cb995","Q5TZ66","dnajc5aa","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","string-db","7955.ENSDARP00000063056/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A5PMJ7","snap25a","zgc:86632","Q5TZ66","stx12","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7SXP0","snap25a","sec22bb","Q5TZ66","sec22bb","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A0A0R4IG59","snap25a","BCL2-interacting protein 1b","Q5TZ66","A0A0R4IG59","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E7EXN4","snap25a","LOC110440104","Q5TZ66","E7EXN4","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q567Y3","snap25a","fb51b08","Q5TZ66","Q567Y3","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Stx6 protein (Syntaxin-6)","string-db","7955.ENSDARP00000062726/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","E9QBD8","snap25a","BCL2-interacting protein 1a","Q5TZ66","bnip1a","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A9JRY8","snap25a","Rac family small GTPase 3b","Q5TZ66","rac3b","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5XJX1","snap25a","scgn","Q5TZ66","scgn","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Secretagogin","string-db","7955.ENSDARP00000076090/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7SY45","snap25a","zgc:63525","Q5TZ66","vti1b","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","string-db","7955.ENSDARP00000057378/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","A1L1T3","snap25a","zgc:158324","Q5TZ66","A1L1T3","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q7SZZ5","snap25a","wu:fj61c06","Q5TZ66","Q7SZZ5","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1QFP8","snap25a","zgc:101617","Q5TZ66","F1QFP8","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","F1R892","snap25a","zgc:123218","Q5TZ66","F1R892","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","B0S6H8","snap25a","ppfia2","Q5TZ66","ppfia4","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5TZ25","snap25a","fj39h11","Q5TZ66","Q5TZ25","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q5SQE2","snap25a","stxbp5l","Q5TZ66","stxbp5l","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Syntaxin-binding protein 5-like","string-db","7955.ENSDARP00000027152/7955.ENSDARP00000019054","physical","txid7955" +"Q5TZ66","Q1L8U1","snap25a","Si:ch211-81a5.8","Q5TZ66","Q1L8U1","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000019054","physical","txid7955" +"Q6PBJ3","A0A8M9QGE5","vamp1","cplx2b","vamp1","A0A8M9QGE5","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","A0A0R4IG59","vamp1","BCL2-interacting protein 1b","vamp1","A0A0R4IG59","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","B8A651","vamp1","zgc:165520","vamp1","-","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","A0A8M9QGE3","vamp1","Syntaxin 16","vamp1","A0A8M9QGE3","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","A5PMJ7","vamp1","zgc:86632","vamp1","stx12","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","A0A0R4IK07","vamp1","si:ch211-208k15.1","vamp1","tsnare1","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","E7F0D3","vamp1","Syntaxin 12,-like","vamp1","stx12l","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","A0A8M1P6T1","vamp1","im:7139509","vamp1","A0A8M1P6T1","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","Q7SXP0","vamp1","sec22bb","vamp1","sec22bb","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","Q6DGI1","vamp1","Vesicle-associated membrane protein 1","vamp1","-","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","Q7T361","vamp1","zgc:64079","vamp1","stx8","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000117256","physical","txid7955" +"Q6PBJ3","E9QFW9","vamp1","zgc:112064","vamp1","gosr1","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000117256","physical","txid7955" +"Q567Y3","F1Q9P4","fb51b08","beta-snap1","Q567Y3","napbb","Stx6 protein (Syntaxin-6)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q6IQK3","fb51b08","zgc:86726","Q567Y3","vamp3","Stx6 protein (Syntaxin-6)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A0R4IG59","fb51b08","BCL2-interacting protein 1b","Q567Y3","A0A0R4IG59","Stx6 protein (Syntaxin-6)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q0P4A7","fb51b08","snap47","Q567Y3","snap47","Stx6 protein (Syntaxin-6)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A0A0MPL4","fb51b08","Syntaxin-7","Q567Y3","A0A0A0MPL4","Stx6 protein (Syntaxin-6)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E9QBD8","fb51b08","BCL2-interacting protein 1a","Q567Y3","bnip1a","Stx6 protein (Syntaxin-6)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q6PC54","fb51b08","snap25b","Q567Y3","snap25b","Stx6 protein (Syntaxin-6)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E7F0D3","fb51b08","Syntaxin 12,-like","Q567Y3","stx12l","Stx6 protein (Syntaxin-6)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A8M9QGE3","fb51b08","Syntaxin 16","Q567Y3","A0A8M9QGE3","Stx6 protein (Syntaxin-6)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A0R4IK07","fb51b08","si:ch211-208k15.1","Q567Y3","tsnare1","Stx6 protein (Syntaxin-6)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q7T361","fb51b08","zgc:64079","Q567Y3","stx8","Stx6 protein (Syntaxin-6)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A8M2BKM7","fb51b08","LOC563082","Q567Y3","A0A8M2BKM7","Stx6 protein (Syntaxin-6)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A8M1P6T1","fb51b08","im:7139509","Q567Y3","A0A8M1P6T1","Stx6 protein (Syntaxin-6)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","F1Q7S0","fb51b08","zgc:109895","Q567Y3","F1Q7S0","Stx6 protein (Syntaxin-6)","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","string-db","7955.ENSDARP00000066255/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","D2K290","fb51b08","CPLX3b","Q567Y3","D2K290","Stx6 protein (Syntaxin-6)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q7SXP0","fb51b08","sec22bb","Q567Y3","sec22bb","Stx6 protein (Syntaxin-6)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A5PMJ7","fb51b08","zgc:86632","Q567Y3","stx12","Stx6 protein (Syntaxin-6)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","B8A651","fb51b08","zgc:165520","Q567Y3","-","Stx6 protein (Syntaxin-6)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q1LVZ2","fb51b08","marchf2","Q567Y3","marchf2","Stx6 protein (Syntaxin-6)","E3 ubiquitin-protein ligase MARCHF2 (EC 2.3.2.27) (Membrane-associated RING finger protein 2) (Membrane-associated RING-CH protein II) (MARCH-II) (RING finger protein 172) (RING-type E3 ubiquitin transferase MARCHF2)","string-db","7955.ENSDARP00000082852/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E7EXN4","fb51b08","LOC110440104","Q567Y3","E7EXN4","Stx6 protein (Syntaxin-6)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E7FAG0","fb51b08","wu:fb77d11","Q567Y3","vps53","Stx6 protein (Syntaxin-6)","Vacuolar protein sorting-associated protein 53 homolog","string-db","7955.ENSDARP00000110309/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q6DGI1","fb51b08","Vesicle-associated membrane protein 1","Q567Y3","-","Stx6 protein (Syntaxin-6)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","D2K289","fb51b08","CPLX3a","Q567Y3","D2K289","Stx6 protein (Syntaxin-6)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q6PBJ3","fb51b08","vamp1","Q567Y3","vamp1","Stx6 protein (Syntaxin-6)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q5RGD1","fb51b08","si:ch211-279m15.2","Q567Y3","stxbp5a","Stx6 protein (Syntaxin-6)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","F1RC32","fb51b08","fi35f06","Q567Y3","napga","Stx6 protein (Syntaxin-6)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","string-db","7955.ENSDARP00000063150/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q7T366","fb51b08","wu:fc33b02","Q567Y3","Q7T366","Stx6 protein (Syntaxin-6)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q6PHV0","fb51b08","stx3a","Q567Y3","stx3a","Stx6 protein (Syntaxin-6)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q7SZZ5","fb51b08","wu:fj61c06","Q567Y3","Q7SZZ5","Stx6 protein (Syntaxin-6)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","F1R892","fb51b08","zgc:123218","Q567Y3","F1R892","Stx6 protein (Syntaxin-6)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A0A8M9QGE5","fb51b08","cplx2b","Q567Y3","A0A8M9QGE5","Stx6 protein (Syntaxin-6)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E7F0C0","fb51b08","Syntaxin-binding protein 5 isoform X5","Q567Y3","E7F0C0","Stx6 protein (Syntaxin-6)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","A2BG37","fb51b08","fc83b05","Q567Y3","vamp5","Stx6 protein (Syntaxin-6)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q08BK6","fb51b08","CPLX4a","Q567Y3","Q08BK6","Stx6 protein (Syntaxin-6)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E9QFW9","fb51b08","zgc:112064","Q567Y3","gosr1","Stx6 protein (Syntaxin-6)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","F1QFP8","fb51b08","zgc:101617","Q567Y3","F1QFP8","Stx6 protein (Syntaxin-6)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","Q1L8U1","fb51b08","Si:ch211-81a5.8","Q567Y3","Q1L8U1","Stx6 protein (Syntaxin-6)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000062726","physical","txid7955" +"Q567Y3","E9QC42","fb51b08","zgc:56506","Q567Y3","sybl1","Stx6 protein (Syntaxin-6)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000062726","physical","txid7955" +"F1Q7S0","Q7T361","zgc:109895","zgc:64079","F1Q7S0","stx8","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E9QC42","zgc:109895","zgc:56506","F1Q7S0","sybl1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A0A0MPL4","zgc:109895","Syntaxin-7","F1Q7S0","A0A0A0MPL4","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E9QFW9","zgc:109895","zgc:112064","F1Q7S0","gosr1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q7T366","zgc:109895","wu:fc33b02","F1Q7S0","Q7T366","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q29RB1","zgc:109895","cog4","F1Q7S0","cog4","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","string-db","7955.ENSDARP00000070899/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A0R4IG59","zgc:109895","BCL2-interacting protein 1b","F1Q7S0","A0A0R4IG59","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A2BG37","zgc:109895","fc83b05","F1Q7S0","vamp5","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q0P4A7","zgc:109895","snap47","F1Q7S0","snap47","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","F1Q9P4","zgc:109895","beta-snap1","F1Q7S0","napbb","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q7SXP0","zgc:109895","sec22bb","F1Q7S0","sec22bb","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A8M9QGE3","zgc:109895","Syntaxin 16","F1Q7S0","A0A8M9QGE3","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A0R4IS45","zgc:109895","si:ch211-203f4.1","F1Q7S0","cog6","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q6DGI1","zgc:109895","Vesicle-associated membrane protein 1","F1Q7S0","-","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q6PBJ3","zgc:109895","vamp1","F1Q7S0","vamp1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E9QBD8","zgc:109895","BCL2-interacting protein 1a","F1Q7S0","bnip1a","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q6PC54","zgc:109895","snap25b","F1Q7S0","snap25b","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A5PMJ7","zgc:109895","zgc:86632","F1Q7S0","stx12","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A0R4IK07","zgc:109895","si:ch211-208k15.1","F1Q7S0","tsnare1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A8M9QGE5","zgc:109895","cplx2b","F1Q7S0","A0A8M9QGE5","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","D2K290","zgc:109895","CPLX3b","F1Q7S0","D2K290","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q5RGD1","zgc:109895","si:ch211-279m15.2","F1Q7S0","stxbp5a","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q6PHV0","zgc:109895","stx3a","F1Q7S0","stx3a","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","F1R892","zgc:109895","zgc:123218","F1Q7S0","F1R892","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E7EXN4","zgc:109895","LOC110440104","F1Q7S0","E7EXN4","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A8M1P6T1","zgc:109895","im:7139509","F1Q7S0","A0A8M1P6T1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E7F0C0","zgc:109895","Syntaxin-binding protein 5 isoform X5","F1Q7S0","E7F0C0","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","B8A651","zgc:109895","zgc:165520","F1Q7S0","-","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","E7F0D3","zgc:109895","Syntaxin 12,-like","F1Q7S0","stx12l","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","B7ZV62","zgc:109895","nsf","F1Q7S0","nsfa","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q6IQK3","zgc:109895","zgc:86726","F1Q7S0","vamp3","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","D2K289","zgc:109895","CPLX3a","F1Q7S0","D2K289","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q7SZZ5","zgc:109895","wu:fj61c06","F1Q7S0","Q7SZZ5","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","A0A8M2BKM7","zgc:109895","LOC563082","F1Q7S0","A0A8M2BKM7","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","F1QFP8","zgc:109895","zgc:101617","F1Q7S0","F1QFP8","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q08BK6","zgc:109895","CPLX4a","F1Q7S0","Q08BK6","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000066255","physical","txid7955" +"F1Q7S0","Q1L8U1","zgc:109895","Si:ch211-81a5.8","F1Q7S0","Q1L8U1","Vesicle transport through interaction with t-SNAREs 1A (Vesicle transport through interaction with t-SNAREs homolog 1A)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000066255","physical","txid7955" +"Q0P4A7","D2K290","snap47","CPLX3b","snap47","D2K290","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A2BG37","snap47","fc83b05","snap47","vamp5","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","F1Q9P4","snap47","beta-snap1","snap47","napbb","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A5PMJ7","snap47","zgc:86632","snap47","stx12","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","B8A651","snap47","zgc:165520","snap47","-","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E9QBD8","snap47","BCL2-interacting protein 1a","snap47","bnip1a","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A0R4IG59","snap47","BCL2-interacting protein 1b","snap47","A0A0R4IG59","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E9QC42","snap47","zgc:56506","snap47","sybl1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A8M9QGE5","snap47","cplx2b","snap47","A0A8M9QGE5","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","F1QFP8","snap47","zgc:101617","snap47","F1QFP8","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q1L8U1","snap47","Si:ch211-81a5.8","snap47","Q1L8U1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E7EXN4","snap47","LOC110440104","snap47","E7EXN4","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A0A0MPL4","snap47","Syntaxin-7","snap47","A0A0A0MPL4","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q7T361","snap47","zgc:64079","snap47","stx8","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A0R4IK07","snap47","si:ch211-208k15.1","snap47","tsnare1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A8M9QGE3","snap47","Syntaxin 16","snap47","A0A8M9QGE3","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E9QFW9","snap47","zgc:112064","snap47","gosr1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E7F0D3","snap47","Syntaxin 12,-like","snap47","stx12l","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q6PBJ3","snap47","vamp1","snap47","vamp1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q6DGI1","snap47","Vesicle-associated membrane protein 1","snap47","-","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","A0A8M1P6T1","snap47","im:7139509","snap47","A0A8M1P6T1","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q5RGD1","snap47","si:ch211-279m15.2","snap47","stxbp5a","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","E7F0C0","snap47","Syntaxin-binding protein 5 isoform X5","snap47","E7F0C0","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q7SXP0","snap47","sec22bb","snap47","sec22bb","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000087173","physical","txid7955" +"Q0P4A7","Q6IQK3","snap47","zgc:86726","snap47","vamp3","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000087173","physical","txid7955" +"Q7T366","F1QBW3","wu:fc33b02","fc44f07","Q7T366","F1QBW3","Golgi SNAP receptor complex member 2 (Gosr2 protein)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","D2K289","wu:fc33b02","CPLX3a","Q7T366","D2K289","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Complexin 3a (Complexin-3)","string-db","7955.ENSDARP00000084916/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","B8A651","wu:fc33b02","zgc:165520","Q7T366","-","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q6DGI1","wu:fc33b02","Vesicle-associated membrane protein 1","Q7T366","-","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E7EXN4","wu:fc33b02","LOC110440104","Q7T366","E7EXN4","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin-10","string-db","7955.ENSDARP00000098502/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7ZW40","wu:fc33b02","vdp","Q7T366","uso1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q5RIH0","wu:fc33b02","Cornichon family AMPA receptor auxiliary protein 3","Q7T366","cnih3","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0A0MPL4","wu:fc33b02","Syntaxin-7","Q7T366","A0A0A0MPL4","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin-7","string-db","7955.ENSDARP00000091305/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0R4IG59","wu:fc33b02","BCL2-interacting protein 1b","Q7T366","A0A0R4IG59","Golgi SNAP receptor complex member 2 (Gosr2 protein)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","B7ZV62","wu:fc33b02","nsf","Q7T366","nsfa","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7SXP0","wu:fc33b02","sec22bb","Q7T366","sec22bb","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7T361","wu:fc33b02","zgc:64079","Q7T366","stx8","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E9QC42","wu:fc33b02","zgc:56506","Q7T366","sybl1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E9QBD8","wu:fc33b02","BCL2-interacting protein 1a","Q7T366","bnip1a","Golgi SNAP receptor complex member 2 (Gosr2 protein)","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000098256/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7SYD5","wu:fc33b02","sec31a","Q7T366","Q7SYD5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q6PBX2","wu:fc33b02","sara2","Q7T366","sar1b","Golgi SNAP receptor complex member 2 (Gosr2 protein)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A8N7TCU0","wu:fc33b02","Protein transport protein Sec16B isoform X1","Q7T366","A0A8N7TCU0","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0R4IK07","wu:fc33b02","si:ch211-208k15.1","Q7T366","tsnare1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A8M9QGE3","wu:fc33b02","Syntaxin 16","Q7T366","A0A8M9QGE3","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E7F0D3","wu:fc33b02","Syntaxin 12,-like","Q7T366","stx12l","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q6PC54","wu:fc33b02","snap25b","Q7T366","snap25b","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q1L8U1","wu:fc33b02","Si:ch211-81a5.8","Q7T366","Q1L8U1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Si:ch211-81a5.8 (Uncharacterized protein LOC560648)","string-db","7955.ENSDARP00000095408/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","F1Q9P4","wu:fc33b02","beta-snap1","Q7T366","napbb","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q0P4A7","wu:fc33b02","snap47","Q7T366","snap47","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","string-db","7955.ENSDARP00000087173/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","F1QFP8","wu:fc33b02","zgc:101617","Q7T366","F1QFP8","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A8M2BKM7","wu:fc33b02","LOC563082","Q7T366","A0A8M2BKM7","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Complexin-1","string-db","7955.ENSDARP00000083345/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q5BL21","wu:fc33b02","cnih2","Q7T366","cnih2","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0R4IMX2","wu:fc33b02","im:7145364","Q7T366","A0A0R4IMX2","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E9QFW9","wu:fc33b02","zgc:112064","Q7T366","gosr1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E7F0C0","wu:fc33b02","Syntaxin-binding protein 5 isoform X5","Q7T366","E7F0C0","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin-binding protein 5 isoform X5 (Syntaxin-binding protein 5b (tomosyn))","string-db","7955.ENSDARP00000089501/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A5PMC4","wu:fc33b02","wu:fb16f04","Q7T366","A5PMC4","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q08BK6","wu:fc33b02","CPLX4a","Q7T366","Q08BK6","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Complexin 4a (Complexin-4) (Si:ch211-233a1.5)","string-db","7955.ENSDARP00000078446/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0R4IS45","wu:fc33b02","si:ch211-203f4.1","Q7T366","cog6","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A0R4ICL5","wu:fc33b02","Protein transport protein Sec24A isoform X2","Q7T366","sec24a","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A2BG37","wu:fc33b02","fc83b05","Q7T366","vamp5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-associated membrane protein 5","string-db","7955.ENSDARP00000089406/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q29RB1","wu:fc33b02","cog4","Q7T366","cog4","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","string-db","7955.ENSDARP00000070899/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q6PBJ3","wu:fc33b02","vamp1","Q7T366","vamp1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q5RGD1","wu:fc33b02","si:ch211-279m15.2","Q7T366","stxbp5a","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7ZUN8","wu:fc33b02","ykt6","Q7T366","Q7ZUN8","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A8M9QGE5","wu:fc33b02","cplx2b","Q7T366","A0A8M9QGE5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","F1R892","wu:fc33b02","zgc:123218","Q7T366","F1R892","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Synaptosomal-associated protein","string-db","7955.ENSDARP00000072048/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E7F715","wu:fc33b02","Protein transport protein Sec24B isoform X1","Q7T366","E7F715","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E9QFN4","wu:fc33b02","SEC22 homolog C, vesicle-trafficking protein","Q7T366","sec22c","Golgi SNAP receptor complex member 2 (Gosr2 protein)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","D2K290","wu:fc33b02","CPLX3b","Q7T366","D2K290","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Complexin 3b","string-db","7955.ENSDARP00000105392/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A9JRW9","wu:fc33b02","Proheparin-binding EGF-like growth factor","Q7T366","A9JRW9","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q6IQK3","wu:fc33b02","zgc:86726","Q7T366","vamp3","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A5PMJ7","wu:fc33b02","zgc:86632","Q7T366","stx12","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A0A8M1P6T1","wu:fc33b02","im:7139509","Q7T366","A0A8M1P6T1","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7T011","wu:fc33b02","si:ch211-10e8.7","Q7T366","Q7T011","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","A1IH00","wu:fc33b02","golga2","Q7T366","golga2","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","F8W5D3","wu:fc33b02","Alpha-1-antiproteinase 2-like","Q7T366","F8W5D3","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q5SPJ4","wu:fc33b02","wu:fb61c07","Q7T366","Q5SPJ4","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","E7F2M5","wu:fc33b02","fj38b04","Q7T366","E7F2M5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7SZE5","wu:fc33b02","sec23a","Q7T366","Q7SZE5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000069524","physical","txid7955" +"Q7T366","Q7SZZ5","wu:fc33b02","wu:fj61c06","Q7T366","Q7SZZ5","Golgi SNAP receptor complex member 2 (Gosr2 protein)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000069524","physical","txid7955" +"D2K290","F1Q9P4","CPLX3b","beta-snap1","D2K290","napbb","Complexin 3b","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","string-db","7955.ENSDARP00000106892/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A0A8M9QGE5","CPLX3b","cplx2b","D2K290","A0A8M9QGE5","Complexin 3b","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q5RGD1","CPLX3b","si:ch211-279m15.2","D2K290","stxbp5a","Complexin 3b","Syntaxin-binding protein 5","string-db","7955.ENSDARP00000114105/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q6IQK3","CPLX3b","zgc:86726","D2K290","vamp3","Complexin 3b","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A0A0R4IG59","CPLX3b","BCL2-interacting protein 1b","D2K290","A0A0R4IG59","Complexin 3b","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","E9QFW9","CPLX3b","zgc:112064","D2K290","gosr1","Complexin 3b","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","E7F0D3","CPLX3b","Syntaxin 12,-like","D2K290","stx12l","Complexin 3b","Syntaxin 12,-like (Syntaxin-12-like)","string-db","7955.ENSDARP00000124627/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A5PMJ7","CPLX3b","zgc:86632","D2K290","stx12","Complexin 3b","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q6DGI1","CPLX3b","Vesicle-associated membrane protein 1","D2K290","-","Complexin 3b","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q6PBJ3","CPLX3b","vamp1","D2K290","vamp1","Complexin 3b","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","string-db","7955.ENSDARP00000117256/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","B8A651","CPLX3b","zgc:165520","D2K290","-","Complexin 3b","Uncharacterized protein LOC571872 (Zgc:165520)","string-db","7955.ENSDARP00000118118/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q7T361","CPLX3b","zgc:64079","D2K290","stx8","Complexin 3b","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","E9QC42","CPLX3b","zgc:56506","D2K290","sybl1","Complexin 3b","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A0A0R4IK07","CPLX3b","si:ch211-208k15.1","D2K290","tsnare1","Complexin 3b","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A0A8M9QGE3","CPLX3b","Syntaxin 16","D2K290","A0A8M9QGE3","Complexin 3b","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","F1QFP8","CPLX3b","zgc:101617","D2K290","F1QFP8","Complexin 3b","Syntaxin 17 (Syntaxin-17 isoform X1)","string-db","7955.ENSDARP00000114720/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","A0A8M1P6T1","CPLX3b","im:7139509","D2K290","A0A8M1P6T1","Complexin 3b","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000105392","physical","txid7955" +"D2K290","Q7SXP0","CPLX3b","sec22bb","D2K290","sec22bb","Complexin 3b","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000105392","physical","txid7955" +"A0A8M9QGE3","A5PMJ7","Syntaxin 16","zgc:86632","A0A8M9QGE3","stx12","Syntaxin 16 (Syntaxin-16 isoform X3)","Syntaxin 12 (Syntaxin-12 isoform X1)","string-db","7955.ENSDARP00000131485/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","A0A8M9QGE5","Syntaxin 16","cplx2b","A0A8M9QGE3","A0A8M9QGE5","Syntaxin 16 (Syntaxin-16 isoform X3)","Complexin-2","string-db","7955.ENSDARP00000137988/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","Q6DGI1","Syntaxin 16","Vesicle-associated membrane protein 1","A0A8M9QGE3","-","Syntaxin 16 (Syntaxin-16 isoform X3)","Vesicle-associated membrane protein 1 (Zgc:92912)","string-db","7955.ENSDARP00000129602/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","A0A0R4IG59","Syntaxin 16","BCL2-interacting protein 1b","A0A8M9QGE3","A0A0R4IG59","Syntaxin 16 (Syntaxin-16 isoform X3)","BCL2-interacting protein 1b (Vesicle transport protein SEC20)","string-db","7955.ENSDARP00000132436/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","Q7T361","Syntaxin 16","zgc:64079","A0A8M9QGE3","stx8","Syntaxin 16 (Syntaxin-16 isoform X3)","Stx8 protein (Syntaxin-8)","string-db","7955.ENSDARP00000139377/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","A0A8M1P6T1","Syntaxin 16","im:7139509","A0A8M9QGE3","A0A8M1P6T1","Syntaxin 16 (Syntaxin-16 isoform X3)","Si:ch73-234b20.5 (Vesicle-associated membrane protein 8-like)","string-db","7955.ENSDARP00000142540/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","Q7SXP0","Syntaxin 16","sec22bb","A0A8M9QGE3","sec22bb","Syntaxin 16 (Syntaxin-16 isoform X3)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","A0A0R4IS45","Syntaxin 16","si:ch211-203f4.1","A0A8M9QGE3","cog6","Syntaxin 16 (Syntaxin-16 isoform X3)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000128591","physical","txid7955" +"A0A8M9QGE3","A0A0R4IK07","Syntaxin 16","si:ch211-208k15.1","A0A8M9QGE3","tsnare1","Syntaxin 16 (Syntaxin-16 isoform X3)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","string-db","7955.ENSDARP00000151629/7955.ENSDARP00000128591","physical","txid7955" +"Q803X1","Q6DC53","ctu1","ctu2","ctu1","ctu2","Cytoplasmic tRNA 2-thiolation protein 1 (EC 2.7.7.-) (ATP-binding domain-containing protein 3) (Cytoplasmic tRNA adenylyltransferase 1)","Cytoplasmic tRNA 2-thiolation protein 2","string-db","7955.ENSDARP00000068045/7955.ENSDARP00000009303","physical","txid7955" +"Q5RH85","Q90X27","fi12h10","cb918","atf6","xbp1","Activating transcription factor 6 (Cyclic AMP-dependent transcription factor ATF-6 alpha)","X-box-binding protein 1","string-db","7955.ENSDARP00000106586/7955.ENSDARP00000009333","physical","txid7955" +"Q90X27","B0S7E1","cb918","wu:fc95f02","xbp1","brd7","X-box-binding protein 1","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000106586","physical","txid7955" +"Q6NWE1","B2KL77","phf10","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","Q6NWE1","smarcd3b","PHD finger protein 10","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000093339","physical","txid7955" +"Q6NWE1","E9QC50","phf10","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","Q6NWE1","smarcd3a","PHD finger protein 10","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000093339","physical","txid7955" +"Q6NWE1","A0A8M9Q5E9","phf10","SWI/SNF complex subunit SMARCC2","Q6NWE1","A0A8M9Q5E9","PHD finger protein 10","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000093339","physical","txid7955" +"Q6NWE1","F1Q9K1","phf10","SWI/SNF complex subunit SMARCC1 isoform X1","Q6NWE1","F1Q9K1","PHD finger protein 10","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000093339","physical","txid7955" +"Q58E00","F1Q9K1","Dpf2","SWI/SNF complex subunit SMARCC1 isoform X1","dpf2l","F1Q9K1","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000054242","physical","txid7955" +"Q58E00","A0A8M9Q5E9","Dpf2","SWI/SNF complex subunit SMARCC2","dpf2l","A0A8M9Q5E9","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000054242","physical","txid7955" +"Q58E00","E9QC50","Dpf2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","dpf2l","smarcd3a","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","string-db","7955.ENSDARP00000114118/7955.ENSDARP00000054242","physical","txid7955" +"Q58E00","A0A0R4ISW4","Dpf2","fd07d11","dpf2l","A0A0R4ISW4","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000054242","physical","txid7955" +"Q58E00","B2KL77","Dpf2","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","dpf2l","smarcd3b","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000054242","physical","txid7955" +"Q6P111","Q7ZW47","lsm14a","stau2","lsm14aa","Q7ZW47","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Double-stranded RNA-binding protein Staufen homolog 2","string-db","7955.ENSDARP00000116175/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","A2RRV3","lsm14a","patl1","lsm14aa","A2RRV3","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","string-db","7955.ENSDARP00000091710/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","Q7SXN4","lsm14a","cpeb4","lsm14aa","Q7SXN4","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","string-db","7955.ENSDARP00000073682/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","A0A8M1PJS2","lsm14a","fi67e05","lsm14aa","A0A8M1PJS2","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","A0A0G2KYC0","lsm14a","Cytoplasmic polyadenylation element-binding protein 4","lsm14aa","cpeb4b","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Cytoplasmic polyadenylation element-binding protein 4","string-db","7955.ENSDARP00000137460/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","Q6P0B2","lsm14a","wu:fc55d12","lsm14aa","Q6P0B2","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","string-db","7955.ENSDARP00000139299/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","Q9YGX5","lsm14a","cpeb1","lsm14aa","cpeb1","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","string-db","7955.ENSDARP00000089674/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","A2BFD2","lsm14a","ATP-dependent RNA helicase","lsm14aa","ddx31","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000119101/7955.ENSDARP00000009428","physical","txid7955" +"Q6P111","F8W3D4","lsm14a","ATP-dependent RNA helicase","lsm14aa","F8W3D4","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000124412/7955.ENSDARP00000009428","physical","txid7955" +"Q6P0B2","A0A8M1PJS2","wu:fc55d12","fi67e05","Q6P0B2","A0A8M1PJS2","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000139299","physical","txid7955" +"Q7SXN4","A0A8M1PJS2","cpeb4","fi67e05","Q7SXN4","A0A8M1PJS2","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000073682","physical","txid7955" +"Q7SXN4","A0A0G2KYC0","cpeb4","Cytoplasmic polyadenylation element-binding protein 4","Q7SXN4","cpeb4b","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","Cytoplasmic polyadenylation element-binding protein 4","string-db","7955.ENSDARP00000137460/7955.ENSDARP00000073682","physical","txid7955" +"Q7SXN4","A0A0R4I9D6","cpeb4","Symplekin","Q7SXN4","sympk","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000073682","physical","txid7955" +"Q7SXN4","Q7ZW47","cpeb4","stau2","Q7SXN4","Q7ZW47","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","Double-stranded RNA-binding protein Staufen homolog 2","string-db","7955.ENSDARP00000116175/7955.ENSDARP00000073682","physical","txid7955" +"Q7SXN4","Q6P0B2","cpeb4","wu:fc55d12","Q7SXN4","Q6P0B2","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","string-db","7955.ENSDARP00000139299/7955.ENSDARP00000073682","physical","txid7955" +"Q7SXN4","Q9YGX5","cpeb4","cpeb1","Q7SXN4","cpeb1","Cytoplasmic polyadenylation element-binding protein 4 (CPE-BP4) (CPE-binding protein 4) (CPEB-4)","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","string-db","7955.ENSDARP00000089674/7955.ENSDARP00000073682","physical","txid7955" +"A0A0G2KYC0","A0A8M1PJS2","Cytoplasmic polyadenylation element-binding protein 4","fi67e05","cpeb4b","A0A8M1PJS2","Cytoplasmic polyadenylation element-binding protein 4","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000137460","physical","txid7955" +"A0A0G2KYC0","Q6P0B2","Cytoplasmic polyadenylation element-binding protein 4","wu:fc55d12","cpeb4b","Q6P0B2","Cytoplasmic polyadenylation element-binding protein 4","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","string-db","7955.ENSDARP00000139299/7955.ENSDARP00000137460","physical","txid7955" +"A2RRV3","E7FAC4","patl1","si:ch211-103b1.2","A2RRV3","patl2","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","PAT1 homolog 2","string-db","7955.ENSDARP00000110341/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","A7E2L8","patl1","LSM5","A2RRV3","lsm5","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","E7EZE6","patl1","LSM3","A2RRV3","E7EZE6","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","E7FD91","patl1","RNA helicase","A2RRV3","ddx6","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","A2BFD2","patl1","ATP-dependent RNA helicase","A2RRV3","ddx31","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000119101/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","F8W3D4","patl1","ATP-dependent RNA helicase","A2RRV3","F8W3D4","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000124412/7955.ENSDARP00000091710","physical","txid7955" +"A2RRV3","F1Q4U5","patl1","wu:fk92c07","A2RRV3","xrn1","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","string-db","7955.ENSDARP00000105487/7955.ENSDARP00000091710","physical","txid7955" +"Q9YGX5","A0A0G2KYC0","cpeb1","Cytoplasmic polyadenylation element-binding protein 4","cpeb1","cpeb4b","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","Cytoplasmic polyadenylation element-binding protein 4","string-db","7955.ENSDARP00000137460/7955.ENSDARP00000089674","physical","txid7955" +"Q9YGX5","Q7ZW47","cpeb1","stau2","cpeb1","Q7ZW47","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","Double-stranded RNA-binding protein Staufen homolog 2","string-db","7955.ENSDARP00000116175/7955.ENSDARP00000089674","physical","txid7955" +"Q9YGX5","A0A8M1PJS2","cpeb1","fi67e05","cpeb1","A0A8M1PJS2","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000089674","physical","txid7955" +"Q9YGX5","Q6P0B2","cpeb1","wu:fc55d12","cpeb1","Q6P0B2","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","string-db","7955.ENSDARP00000139299/7955.ENSDARP00000089674","physical","txid7955" +"Q7ZW47","F1RCY6","stau2","upf1","Q7ZW47","F1RCY6","Double-stranded RNA-binding protein Staufen homolog 2","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000116175","physical","txid7955" +"Q7ZW47","A0A8M1PJS2","stau2","fi67e05","Q7ZW47","A0A8M1PJS2","Double-stranded RNA-binding protein Staufen homolog 2","Double-stranded RNA-binding protein Staufen homolog 1 (Staufen double-stranded RNA-binding protein 1)","string-db","7955.ENSDARP00000148866/7955.ENSDARP00000116175","physical","txid7955" +"Q7ZW47","A0A0G2KYC0","stau2","Cytoplasmic polyadenylation element-binding protein 4","Q7ZW47","cpeb4b","Double-stranded RNA-binding protein Staufen homolog 2","Cytoplasmic polyadenylation element-binding protein 4","string-db","7955.ENSDARP00000137460/7955.ENSDARP00000116175","physical","txid7955" +"Q7ZW47","Q6P0B2","stau2","wu:fc55d12","Q7ZW47","Q6P0B2","Double-stranded RNA-binding protein Staufen homolog 2","C19orf13-like protein (LSM14A mRNA-processing body assembly factor b) (Protein LSM14 homolog A) (Zgc:77202)","string-db","7955.ENSDARP00000139299/7955.ENSDARP00000116175","physical","txid7955" +"Q2L6L1","Q90Z00","cnpy1","fgfr1a","cnpy1","fgfr1a","Protein canopy-1 (Protein D121)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","string-db","7955.ENSDARP00000013742/7955.ENSDARP00000009432","physical","txid7955" +"Q5U3P0","F1Q712","pcid2","Germinal-center associated nuclear protein","Q5U3P0","mcm3ap","PCI domain-containing protein 2 (CSN12-like protein)","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","string-db","7955.ENSDARP00000019686/7955.ENSDARP00000009441","physical","txid7955" +"Q5U3P0","Q6DH42","pcid2","eny2","Q5U3P0","eny2","PCI domain-containing protein 2 (CSN12-like protein)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","string-db","7955.ENSDARP00000093259/7955.ENSDARP00000009441","physical","txid7955" +"Q6P117","E7FF48","COUP","SMRT","nr2f6a","ncor2","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000009513","physical","txid7955" +"Q6P117","A0A0R4IWI1","COUP","ebf1a","nr2f6a","ebf1a","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","Transcription factor COE1-A (Early B cell factor 1-A)","string-db","7955.ENSDARP00000139406/7955.ENSDARP00000009513","physical","txid7955" +"A0A0R4IWI1","Q6Q6F6","ebf1a","erralpha","ebf1a","esrra","Transcription factor COE1-A (Early B cell factor 1-A)","Estrogen-related receptor alpha (Steroid hormone receptor ERR1)","string-db","7955.ENSDARP00000144183/7955.ENSDARP00000139406","physical","txid7955" +"A3KQ53","Q7ZTW4","fk56c04","sgk1","si:ch211-195b13.1","sgk1","Serum/glucocorticoid regulated kinase 1-like (EC 2.7.11.1) (Si:ch211-195b13.1)","Serine/threonine-protein kinase Sgk1 (EC 2.7.11.1) (Serum/glucocorticoid-regulated kinase 1)","string-db","7955.ENSDARP00000031762/7955.ENSDARP00000009591","physical","txid7955" +"B0V116","E7FEQ8","Type-1 angiotensin II receptor","Type-1 angiotensin II receptor","agtr1a","agtr1b","Type-1 angiotensin II receptor","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000009604","physical","txid7955" +"E7FEQ8","Q6NYJ9","Type-1 angiotensin II receptor","fa16e07","agtr1b","ap2b1","Type-1 angiotensin II receptor","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000124668","physical","txid7955" +"E7FEQ8","A0A286Y9F1","Type-1 angiotensin II receptor","Clathrin light chain","agtr1b","A0A286Y9F1","Type-1 angiotensin II receptor","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000124668","physical","txid7955" +"E7FEQ8","Q7ZW98","Type-1 angiotensin II receptor","ap2m1b","agtr1b","Q7ZW98","Type-1 angiotensin II receptor","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000124668","physical","txid7955" +"E7FEQ8","B3DKN8","Type-1 angiotensin II receptor","chrm2","agtr1b","B3DKN8","Type-1 angiotensin II receptor","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000124668","physical","txid7955" +"F1QNX9","B0S6F3","zgc:73191","fb77b11","smfn","rexo1","Oligoribonuclease, mitochondrial precursor (Small fragment nuclease)","RNA exonuclease 1 homolog","string-db","7955.ENSDARP00000074070/7955.ENSDARP00000009619","physical","txid7955" +"Q66HW3","E7F737","zgc:92316","dvl3","pip5k1bb","dvl3b","Phosphatidylinositol-4-phosphate 5-kinase type-1 beta (EC 2.7.1.68) (Phosphatidylinositol-4-phosphate 5-kinase, type I, beta b) (Zgc:92316)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000009653","physical","txid7955" +"Q66HW3","F1QNA4","zgc:92316","dvl1","pip5k1bb","dvl1b","Phosphatidylinositol-4-phosphate 5-kinase type-1 beta (EC 2.7.1.68) (Phosphatidylinositol-4-phosphate 5-kinase, type I, beta b) (Zgc:92316)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000009653","physical","txid7955" +"A1A5H8","A0A286Y8W8","yes1","Guanine nucleotide exchange factor VAV2 isoform X5","yes1","vav2","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","F1RDG9","yes1","fynb","yes1","fynb","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q68SP3","yes1","stat5.1","yes1","Q68SP3","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000022542/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q56JH6","yes1","kitla","yes1","Q56JH6","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q1JPZ3","yes1","src","yes1","Q1JPZ3","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q1RLY5","yes1","zgc:136695","yes1","lck","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","E7FBR4","yes1","T-lymphoma invasion and metastasis-inducing protein 1","yes1","tiam1a","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","string-db","7955.ENSDARP00000101604/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","E7FDB4","yes1","Ephexin-1 isoform X1","yes1","ngef","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Ephexin-1 isoform X1 (Neuronal guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000098684/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","A0A286Y8A3","yes1","sh2b2","yes1","A0A286Y8A3","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","B0S6C8","yes1","fk86g11","yes1","B0S6C8","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q6PC73","yes1","grb2","yes1","grb2b","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","A0A8M1NH89","yes1","si:ch211-243a20.1","yes1","A0A8M1NH89","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","F1QM89","yes1","sc:d0645","yes1","F1QM89","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","F1QAD7","yes1","phosphatidylinositol-4,5-bisphosphate 3-kinase","yes1","pik3ca","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","B0S6V7","yes1","wu:fb65b05","yes1","pik3r1","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","O93599","yes1","STAT3b1","yes1","stat3","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","A0A0R4I9X7","yes1","GRB2-associated-binding protein 2","yes1","A0A0R4I9X7","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","Q8JFR5","yes1","kita","yes1","kita","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","E7F251","yes1","phosphatidylinositol-4,5-bisphosphate 3-kinase","yes1","pik3cb","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000009659","physical","txid7955" +"A1A5H8","F1R366","yes1","NMDAR1.1","yes1","grin1a","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000009659","physical","txid7955" +"Q68SP3","E7F4N7","stat5.1","sting1","Q68SP3","E7F4N7","Signal transducer and activator of transcription","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q7ZVT2","stat5.1","pkm2a","Q68SP3","pkma","Signal transducer and activator of transcription","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","F6NZK1","stat5.1","crfb17","Q68SP3","F6NZK1","Signal transducer and activator of transcription","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","B0UXH1","stat5.1","Cytokine receptor family member b2","Q68SP3","crfb2","Signal transducer and activator of transcription","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q330L3","stat5.1","sla","Q68SP3","Q330L3","Signal transducer and activator of transcription","Somatolactin alpha","string-db","7955.ENSDARP00000109558/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","E7F976","stat5.1","crfb14","Q68SP3","ifnlr1","Signal transducer and activator of transcription","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q8JFR5","stat5.1","kita","Q68SP3","kita","Signal transducer and activator of transcription","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q9DE49","stat5.1","pdgfra","Q68SP3","Q9DE49","Signal transducer and activator of transcription","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q1JQ34","stat5.1","ghl","Q68SP3","Q1JQ34","Signal transducer and activator of transcription","Growth hormone 1 (Somatotropin precursor)","string-db","7955.ENSDARP00000055674/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A0A2R8Q0D8","stat5.1","Platelet-derived growth factor subunit B","Q68SP3","A0A2R8Q0D8","Signal transducer and activator of transcription","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q56JH6","stat5.1","kitla","Q68SP3","Q56JH6","Signal transducer and activator of transcription","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q15KG7","stat5.1","Interleukin","Q68SP3","Q15KG7","Signal transducer and activator of transcription","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A0A8M2B248","stat5.1","ISGF3G","Q68SP3","A0A8M2B248","Signal transducer and activator of transcription","Interferon regulatory factor 9","string-db","7955.ENSDARP00000123550/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","E9QDP8","stat5.1","il-7ra","Q68SP3","il7r","Signal transducer and activator of transcription","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q1JPZ3","stat5.1","src","Q68SP3","Q1JPZ3","Signal transducer and activator of transcription","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","F6NIA2","stat5.1","aof2","Q68SP3","kdm1a","Signal transducer and activator of transcription","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q1RM05","stat5.1","zgc:136623","Q68SP3","Q1RM05","Signal transducer and activator of transcription","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","O12990","stat5.1","jak1","Q68SP3","O12990","Signal transducer and activator of transcription","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","string-db","7955.ENSDARP00000037399/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A8WH92","stat5.1","il-2rb","Q68SP3","il2rb","Signal transducer and activator of transcription","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q1RLY5","stat5.1","zgc:136695","Q68SP3","lck","Signal transducer and activator of transcription","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A1YYP5","stat5.1","IL21","Q68SP3","A1YYP5","Signal transducer and activator of transcription","Interleukin-21","string-db","7955.ENSDARP00000088519/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","O93599","stat5.1","STAT3b1","Q68SP3","stat3","Signal transducer and activator of transcription","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A3R4U5","stat5.1","IL-15RA","Q68SP3","A3R4U5","Signal transducer and activator of transcription","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","string-db","7955.ENSDARP00000099117/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A8WH93","stat5.1","il-2rgc.a","Q68SP3","A8WH93","Signal transducer and activator of transcription","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q0GKD6","stat5.1","wu:fk70c05","Q68SP3","tbk1","Signal transducer and activator of transcription","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","Q7ZSY3","stat5.1","smarca4","Q68SP3","smarca4a","Signal transducer and activator of transcription","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A8WH91","stat5.1","il-2rgc.b","Q68SP3","A8WH91","Signal transducer and activator of transcription","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","A0A8M3AQW8","stat5.1","Tyrosine-protein kinase","Q68SP3","A0A8M3AQW8","Signal transducer and activator of transcription","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","B0V237","stat5.1","Tyrosine-protein kinase","Q68SP3","jak3","Signal transducer and activator of transcription","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000049468/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","F1RDG9","stat5.1","fynb","Q68SP3","fynb","Signal transducer and activator of transcription","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000022542","physical","txid7955" +"Q68SP3","X1WC58","stat5.1","il-21ra.a","Q68SP3","X1WC58","Signal transducer and activator of transcription","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000022542","physical","txid7955" +"Q56JH6","A0A2R8Q2T0","kitla","Hcph","Q56JH6","A0A2R8Q2T0","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","Tyrosine-protein phosphatase non-receptor type (EC 3.1.3.48)","string-db","7955.ENSDARP00000148161/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","A0A286Y8A3","kitla","sh2b2","Q56JH6","A0A286Y8A3","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","SH2B adapter protein 2 (SH2B adaptor protein 2)","string-db","7955.ENSDARP00000143388/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","A0A0R4I9X7","kitla","GRB2-associated-binding protein 2","Q56JH6","A0A0R4I9X7","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","F8W425","kitla","Tyrosine-protein kinase","Q56JH6","F8W425","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","F1QSC3","kitla","Growth factor receptor-bound protein 10 isoform X2","Q56JH6","grb10b","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","F1QAD7","kitla","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q56JH6","pik3ca","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","Q6PC73","kitla","grb2","Q56JH6","grb2b","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","Q1RLY5","kitla","zgc:136695","Q56JH6","lck","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000101828","physical","txid7955" +"Q56JH6","Q7ZVD7","kitla","zgc:56093","Q56JH6","chek1","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000101828","physical","txid7955" +"B0S6C8","F8W3B7","fk86g11","Tyrosine-protein kinase","B0S6C8","btk","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000099666","physical","txid7955" +"B0S6C8","Q6PC73","fk86g11","grb2","B0S6C8","grb2b","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000099666","physical","txid7955" +"B0S6C8","A0A286Y8W8","fk86g11","Guanine nucleotide exchange factor VAV2 isoform X5","B0S6C8","vav2","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000099666","physical","txid7955" +"A0A8M1NH89","Q5PYH7","si:ch211-243a20.1","dlg2","A0A8M1NH89","dlg2","Glutamate receptor","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","E7F0R2","si:ch211-243a20.1","Protein shisa-9","A0A8M1NH89","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A2R8RZ78","si:ch211-243a20.1","shisa6","A0A8M1NH89","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","B0I1T8","si:ch211-243a20.1","brorin","A0A8M1NH89","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","I3NI77","si:ch211-243a20.1","Glutamate receptor ionotropic, NMDA 2D","A0A8M1NH89","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","E7FE43","si:ch211-243a20.1","Leucine-rich repeat and fibronectin type III domain-containing 2b","A0A8M1NH89","E7FE43","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","B0UZC8","si:ch211-243a20.1","vwc2l","A0A8M1NH89","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","Q5PYH5","si:ch211-243a20.1","dlg1l","A0A8M1NH89","dlg1l","Glutamate receptor","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","Q71E60","si:ch211-243a20.1","glur3b","A0A8M1NH89","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A2R8QF68","si:ch211-243a20.1","grik2","A0A8M1NH89","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","O73682","si:ch211-243a20.1","vegfaa","A0A8M1NH89","vegfaa","Glutamate receptor","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","X1WEB1","si:ch211-243a20.1","Calcium channel, voltage-dependent, gamma subunit 5b","A0A8M1NH89","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A8M1P8P0","si:ch211-243a20.1","zgc:112144","A0A8M1NH89","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","B8JLR6","si:ch211-243a20.1","wu:fq25a07","A0A8M1NH89","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A8M2B6I1","si:ch211-243a20.1","Protein shisa-7 isoform X1","A0A8M1NH89","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","F6NW67","si:ch211-243a20.1","si:dkey-21p19.1","A0A8M1NH89","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A2R8QF91","si:ch211-243a20.1","Calcium channel, voltage-dependent, gamma subunit 4a","A0A8M1NH89","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A8WGA3","si:ch211-243a20.1","lrfn1l","A0A8M1NH89","A8WGA3","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A286Y8J8","si:ch211-243a20.1","LOC100535636","A0A8M1NH89","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000113415","physical","txid7955" +"A0A8M1NH89","A0A0R4INZ4","si:ch211-243a20.1","Calcium channel, voltage-dependent, gamma subunit 2b","A0A8M1NH89","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000113415","physical","txid7955" +"E7FBR4","Q6PC71","T-lymphoma invasion and metastasis-inducing protein 1","arhe","tiam1a","rnd3a","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000101604","physical","txid7955" +"E7FBR4","A0A8M1NH89","T-lymphoma invasion and metastasis-inducing protein 1","si:ch211-243a20.1","tiam1a","A0A8M1NH89","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000101604","physical","txid7955" +"F1QM89","F1QAD7","sc:d0645","phosphatidylinositol-4,5-bisphosphate 3-kinase","F1QM89","pik3ca","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000123693","physical","txid7955" +"F1QM89","Q803G3","sc:d0645","fc05c02","F1QM89","ppp2cb","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000123693","physical","txid7955" +"F1QM89","Q1RLY5","sc:d0645","zgc:136695","F1QM89","lck","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000123693","physical","txid7955" +"F1R366","A0A2R8QF91","NMDAR1.1","Calcium channel, voltage-dependent, gamma subunit 4a","grin1a","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A286Y8J8","NMDAR1.1","LOC100535636","grin1a","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A8M1NH89","NMDAR1.1","si:ch211-243a20.1","grin1a","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A8M2B6I1","NMDAR1.1","Protein shisa-7 isoform X1","grin1a","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A0R4IU63","NMDAR1.1","grm1","grin1a","A0A0R4IU63","Glutamate receptor","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E9QCW1","NMDAR1.1","Calcium channel, voltage-dependent, gamma subunit 8b","grin1a","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7FGK7","NMDAR1.1","cacng4","grin1a","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","Q5PYH7","NMDAR1.1","dlg2","grin1a","dlg2","Glutamate receptor","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A8M1P8P0","NMDAR1.1","zgc:112144","grin1a","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A2R8QF68","NMDAR1.1","grik2","grin1a","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A2R9YJL7","NMDAR1.1","Glutamate receptor, metabotropic 1a","grin1a","A0A2R9YJL7","Glutamate receptor","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","F6NW67","NMDAR1.1","si:dkey-21p19.1","grin1a","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7FBR4","NMDAR1.1","T-lymphoma invasion and metastasis-inducing protein 1","grin1a","tiam1a","Glutamate receptor","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","string-db","7955.ENSDARP00000101604/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","I3NI77","NMDAR1.1","Glutamate receptor ionotropic, NMDA 2D","grin1a","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","B0UZC8","NMDAR1.1","vwc2l","grin1a","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7FEG9","NMDAR1.1","grik3","grin1a","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","Q4V9P8","NMDAR1.1","camk2ga","grin1a","camk2g1","Glutamate receptor","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","string-db","7955.ENSDARP00000096291/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7FH62","NMDAR1.1","il12rb2l","grin1a","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A2R8RZ78","NMDAR1.1","shisa6","grin1a","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7F0R2","NMDAR1.1","Protein shisa-9","grin1a","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","B0I1T8","NMDAR1.1","brorin","grin1a","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","F1QDE5","NMDAR1.1","Glutamate receptor","grin1a","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","U3JAT9","NMDAR1.1","Thyroid hormone receptor alpha b","grin1a","thrab","Glutamate receptor","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","X1WEB1","NMDAR1.1","Calcium channel, voltage-dependent, gamma subunit 5b","grin1a","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A8WGA3","NMDAR1.1","lrfn1l","grin1a","A8WGA3","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7FE43","NMDAR1.1","Leucine-rich repeat and fibronectin type III domain-containing 2b","grin1a","E7FE43","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","Q5PYH5","NMDAR1.1","dlg1l","grin1a","dlg1l","Glutamate receptor","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A3KPM6","NMDAR1.1","si:ch211-233h19.1","grin1a","grm3","Glutamate receptor","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7F7V2","NMDAR1.1","si:ch211-234p18.3","grin1a","si:ch211-234p18.3","Glutamate receptor","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A0R4INZ4","NMDAR1.1","Calcium channel, voltage-dependent, gamma subunit 2b","grin1a","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","Q71E60","NMDAR1.1","glur3b","grin1a","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","Q1JPZ3","NMDAR1.1","src","grin1a","Q1JPZ3","Glutamate receptor","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","A0A8M1QHZ3","NMDAR1.1","Glutamate receptor","grin1a","A0A8M1QHZ3","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","B8JLR6","NMDAR1.1","wu:fq25a07","grin1a","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000093144","physical","txid7955" +"F1R366","E7EY10","NMDAR1.1","Voltage-dependent calcium channel gamma-3 subunit","grin1a","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000093144","physical","txid7955" +"Q90477","Q7SZQ2","myod1","id2","myod1","id2a","Myoblast determination protein 1 homolog (Myogenic factor 1)","DNA-binding protein inhibitor ID-2 (Inhibitor of DNA binding 2, dominant negative helix-loop-helix protein) (Inhibitor of DNA binding/differentiation 2) (Inhibitor of DNA-binding 2a)","string-db","7955.ENSDARP00000072092/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q90VY7","myod1","prep1","myod1","pknox1.1","Myoblast determination protein 1 homolog (Myogenic factor 1)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","string-db","7955.ENSDARP00000111569/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q1LUC3","myod1","kat2b","myod1","kat2b","Myoblast determination protein 1 homolog (Myogenic factor 1)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q6PCS3","myod1","id:ibd5026","myod1","mef2ca","Myoblast determination protein 1 homolog (Myogenic factor 1)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q6VNZ9","myod1","myf6","myod1","myf6","Myoblast determination protein 1 homolog (Myogenic factor 1)","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","string-db","7955.ENSDARP00000040265/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","B1H1L4","myod1","tcf3a","myod1","tcf3b","Myoblast determination protein 1 homolog (Myogenic factor 1)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q7ZSY3","myod1","smarca4","myod1","smarca4a","Myoblast determination protein 1 homolog (Myogenic factor 1)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q1LXH6","myod1","etID309779.18","myod1","Q1LXH6","Myoblast determination protein 1 homolog (Myogenic factor 1)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q32PN8","myod1","zgc:123214","myod1","Q32PN8","Myoblast determination protein 1 homolog (Myogenic factor 1)","DNA-binding protein inhibitor ID-4 (Inhibitor of DNA binding 4) (Inhibitor of differentiation 4)","string-db","7955.ENSDARP00000066371/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q6PBY8","myod1","skp1a","myod1","skp1","Myoblast determination protein 1 homolog (Myogenic factor 1)","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q5RH27","myod1","fi76b06","myod1","taf3","Myoblast determination protein 1 homolog (Myogenic factor 1)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","F1RAW8","myod1","fb34c06","myod1","ash2l","Myoblast determination protein 1 homolog (Myogenic factor 1)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","string-db","7955.ENSDARP00000079466/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q6DHG0","myod1","setd7","myod1","Q6DHG0","Myoblast determination protein 1 homolog (Myogenic factor 1)","Histone-lysine N-methyltransferase SETD7 (EC 2.1.1.364) (SET domain-containing protein 7)","string-db","7955.ENSDARP00000056733/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","Q7SXE8","myod1","cdk9","myod1","cdk9","Myoblast determination protein 1 homolog (Myogenic factor 1)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","string-db","7955.ENSDARP00000065858/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","A0A1L1QZF4","myod1","wu:fb74g05","myod1","A0A1L1QZF4","Myoblast determination protein 1 homolog (Myogenic factor 1)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000009713","physical","txid7955" +"Q90477","J7HE56","myod1","MEF2B","myod1","mef2b","Myoblast determination protein 1 homolog (Myogenic factor 1)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000009713","physical","txid7955" +"Q7SZQ2","A8WIQ7","id2","Oligodendrocyte transcription factor 1","id2a","A8WIQ7","DNA-binding protein inhibitor ID-2 (Inhibitor of DNA binding 2, dominant negative helix-loop-helix protein) (Inhibitor of DNA binding/differentiation 2) (Inhibitor of DNA-binding 2a)","Oligodendrocyte transcription factor 1","string-db","7955.ENSDARP00000114921/7955.ENSDARP00000072092","physical","txid7955" +"Q90VY7","P26630","prep1","pax6a","pknox1.1","pax6a","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","Paired box protein Pax-6 (Pax[Zf-a])","string-db","7955.ENSDARP00000135767/7955.ENSDARP00000111569","physical","txid7955" +"Q1LXH6","B1H1L4","etID309779.18","tcf3a","Q1LXH6","tcf3b","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000116960","physical","txid7955" +"Q1LXH6","A0A1L1QZF4","etID309779.18","wu:fb74g05","Q1LXH6","A0A1L1QZF4","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000116960","physical","txid7955" +"Q6VNZ9","J7HE56","myf6","MEF2B","myf6","mef2b","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","string-db","7955.ENSDARP00000137657/7955.ENSDARP00000040265","physical","txid7955" +"Q6VNZ9","A0A1L1QZF4","myf6","wu:fb74g05","myf6","A0A1L1QZF4","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000040265","physical","txid7955" +"Q6VNZ9","Q1LXH6","myf6","etID309779.18","myf6","Q1LXH6","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","Myocyte enhancer factor 2aa (Myocyte-specific enhancer factor 2A)","string-db","7955.ENSDARP00000116960/7955.ENSDARP00000040265","physical","txid7955" +"Q6VNZ9","B1H1L4","myf6","tcf3a","myf6","tcf3b","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000040265","physical","txid7955" +"Q6VNZ9","Q6PCS3","myf6","id:ibd5026","myf6","mef2ca","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000040265","physical","txid7955" +"Q6PCS3","A0A8M3B2S1","id:ibd5026","si:ch211-202e12.2","mef2ca","A0A8M3B2S1","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Myocyte enhancer factor 2cb (Myocyte-specific enhancer factor 2C isoform X1)","string-db","7955.ENSDARP00000138296/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","F1QGH7","id:ibd5026","ctnnb1","mef2ca","ctnnb1","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","Q08BY9","id:ibd5026","canx","mef2ca","clgn","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Calmegin","string-db","7955.ENSDARP00000092445/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","B1H1L4","id:ibd5026","tcf3a","mef2ca","tcf3b","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Transcription factor E2-alpha (Transcription factor 3)","string-db","7955.ENSDARP00000135697/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","A0A1L1QZF4","id:ibd5026","wu:fb74g05","mef2ca","A0A1L1QZF4","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","Q91430","id:ibd5026","svp[40]","mef2ca","nr2f2","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","string-db","7955.ENSDARP00000107285/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","Q7ZSY3","id:ibd5026","smarca4","mef2ca","smarca4a","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000089908","physical","txid7955" +"Q6PCS3","Q6DRP3","id:ibd5026","fb37b08","mef2ca","snw1","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000089908","physical","txid7955" +"Q32PN8","A8WIQ7","zgc:123214","Oligodendrocyte transcription factor 1","Q32PN8","A8WIQ7","DNA-binding protein inhibitor ID-4 (Inhibitor of DNA binding 4) (Inhibitor of differentiation 4)","Oligodendrocyte transcription factor 1","string-db","7955.ENSDARP00000114921/7955.ENSDARP00000066371","physical","txid7955" +"J7HE56","A0A1L1QZF4","MEF2B","wu:fb74g05","mef2b","A0A1L1QZF4","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","Transcription factor 12","string-db","7955.ENSDARP00000143075/7955.ENSDARP00000137657","physical","txid7955" +"Q6P015","O93599","usf2","STAT3b1","usf1l","stat3","Upstream stimulatory factor 1","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000009717","physical","txid7955" +"Q6P0G5","A0A8N7TCU0","wu:fb11c10","Protein transport protein Sec16B isoform X1","Q6P0G5","A0A8N7TCU0","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","F1QRB4","wu:fb11c10","Protein transport protein Sec24D isoform X1","Q6P0G5","F1QRB4","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","string-db","7955.ENSDARP00000035564/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","E7F715","wu:fb11c10","Protein transport protein Sec24B isoform X1","Q6P0G5","E7F715","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q6NWI7","wu:fb11c10","TMP21","Q6P0G5","Q6NWI7","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q6DG84","wu:fb11c10","wu:fj81f08","Q6P0G5","stx5a","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","A0A0R4IMX2","wu:fb11c10","im:7145364","Q6P0G5","A0A0R4IMX2","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","E9QFN4","wu:fb11c10","SEC22 homolog C, vesicle-trafficking protein","Q6P0G5","sec22c","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7T011","wu:fb11c10","si:ch211-10e8.7","Q6P0G5","Q7T011","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7T366","wu:fb11c10","wu:fc33b02","Q6P0G5","Q7T366","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q5RIH0","wu:fb11c10","Cornichon family AMPA receptor auxiliary protein 3","Q6P0G5","cnih3","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q5BL21","wu:fb11c10","cnih2","Q6P0G5","cnih2","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","A9JRW9","wu:fb11c10","Proheparin-binding EGF-like growth factor","Q6P0G5","A9JRW9","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","A5PMC4","wu:fb11c10","wu:fb16f04","Q6P0G5","A5PMC4","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","E7F2M5","wu:fb11c10","fj38b04","Q6P0G5","E7F2M5","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7SXP0","wu:fb11c10","sec22bb","Q6P0G5","sec22bb","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","F1QBW3","wu:fb11c10","fc44f07","Q6P0G5","F1QBW3","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7ZUN8","wu:fb11c10","ykt6","Q6P0G5","Q7ZUN8","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","F8W5D3","wu:fb11c10","Alpha-1-antiproteinase 2-like","Q6P0G5","F8W5D3","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q5SPJ4","wu:fb11c10","wu:fb61c07","Q6P0G5","Q5SPJ4","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q5XJ39","wu:fb11c10","hm:zeh1186","Q6P0G5","mcfd2","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","string-db","7955.ENSDARP00000058106/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7SYD5","wu:fb11c10","sec31a","Q6P0G5","Q7SYD5","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q6PBX2","wu:fb11c10","sara2","Q6P0G5","sar1b","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","A0A0R4ICL5","wu:fb11c10","Protein transport protein Sec24A isoform X2","Q6P0G5","sec24a","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000009794","physical","txid7955" +"Q6P0G5","Q7SZE5","wu:fb11c10","sec23a","Q6P0G5","Q7SZE5","Protein TFG (Tfg protein) (Trafficking from ER to golgi regulator)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000009794","physical","txid7955" +"A0A8N7TCU0","Q6PBX2","Protein transport protein Sec16B isoform X1","sara2","A0A8N7TCU0","sar1b","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000135911","physical","txid7955" +"A0A8N7TCU0","Q7SXP0","Protein transport protein Sec16B isoform X1","sec22bb","A0A8N7TCU0","sec22bb","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000135911","physical","txid7955" +"A0A8N7TCU0","E9QFN4","Protein transport protein Sec16B isoform X1","SEC22 homolog C, vesicle-trafficking protein","A0A8N7TCU0","sec22c","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000135911","physical","txid7955" +"A0A8N7TCU0","Q7SZE5","Protein transport protein Sec16B isoform X1","sec23a","A0A8N7TCU0","Q7SZE5","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000135911","physical","txid7955" +"Q5SPJ4","Q6PBX2","wu:fb61c07","sara2","Q5SPJ4","sar1b","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","A0A8M9QJ44","wu:fb61c07","Extracellular serine/threonine protein kinase FAM20C","Q5SPJ4","A0A8M9QJ44","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","A0A8N7TCU0","wu:fb61c07","Protein transport protein Sec16B isoform X1","Q5SPJ4","A0A8N7TCU0","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q7SZE5","wu:fb61c07","sec23a","Q5SPJ4","Q7SZE5","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q7SXP0","wu:fb61c07","sec22bb","Q5SPJ4","sec22bb","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","A0A0R4IMX2","wu:fb61c07","im:7145364","Q5SPJ4","A0A0R4IMX2","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q5RIH0","wu:fb61c07","Cornichon family AMPA receptor auxiliary protein 3","Q5SPJ4","cnih3","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","A0A0R4ICL5","wu:fb61c07","Protein transport protein Sec24A isoform X2","Q5SPJ4","sec24a","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","F8W5D3","wu:fb61c07","Alpha-1-antiproteinase 2-like","Q5SPJ4","F8W5D3","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q7ZUN8","wu:fb61c07","ykt6","Q5SPJ4","Q7ZUN8","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","E7F2M5","wu:fb61c07","fj38b04","Q5SPJ4","E7F2M5","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q5BL21","wu:fb61c07","cnih2","Q5SPJ4","cnih2","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","E9QFN4","wu:fb61c07","SEC22 homolog C, vesicle-trafficking protein","Q5SPJ4","sec22c","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000103358","physical","txid7955" +"Q5SPJ4","Q7SYD5","wu:fb61c07","sec31a","Q5SPJ4","Q7SYD5","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000103358","physical","txid7955" +"A5PMC4","A0A0R4IMX2","wu:fb16f04","im:7145364","A5PMC4","A0A0R4IMX2","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","A9JRW9","wu:fb16f04","Proheparin-binding EGF-like growth factor","A5PMC4","A9JRW9","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","A0A0R4ICL5","wu:fb16f04","Protein transport protein Sec24A isoform X2","A5PMC4","sec24a","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q6PBX2","wu:fb16f04","sara2","A5PMC4","sar1b","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q7ZW40","wu:fb16f04","vdp","A5PMC4","uso1","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q5RIH0","wu:fb16f04","Cornichon family AMPA receptor auxiliary protein 3","A5PMC4","cnih3","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","F8W5D3","wu:fb16f04","Alpha-1-antiproteinase 2-like","A5PMC4","F8W5D3","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q7SZE5","wu:fb16f04","sec23a","A5PMC4","Q7SZE5","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q7SXP0","wu:fb16f04","sec22bb","A5PMC4","sec22bb","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","A1IH00","wu:fb16f04","golga2","A5PMC4","golga2","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","E7F715","wu:fb16f04","Protein transport protein Sec24B isoform X1","A5PMC4","E7F715","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","E7F2M5","wu:fb16f04","fj38b04","A5PMC4","E7F2M5","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q7SYD5","wu:fb16f04","sec31a","A5PMC4","Q7SYD5","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","A0A8N7TCU0","wu:fb16f04","Protein transport protein Sec16B isoform X1","A5PMC4","A0A8N7TCU0","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q5BL21","wu:fb16f04","cnih2","A5PMC4","cnih2","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","E9QFN4","wu:fb16f04","SEC22 homolog C, vesicle-trafficking protein","A5PMC4","sec22c","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q7ZUN8","wu:fb16f04","ykt6","A5PMC4","Q7ZUN8","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000083123","physical","txid7955" +"A5PMC4","Q5SPJ4","wu:fb16f04","wu:fb61c07","A5PMC4","Q5SPJ4","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000083123","physical","txid7955" +"F8W5D3","Q7SXP0","Alpha-1-antiproteinase 2-like","sec22bb","F8W5D3","sec22bb","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","Q7SZE5","Alpha-1-antiproteinase 2-like","sec23a","F8W5D3","Q7SZE5","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","A0A8N7TCU0","Alpha-1-antiproteinase 2-like","Protein transport protein Sec16B isoform X1","F8W5D3","A0A8N7TCU0","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","Q6PBX2","Alpha-1-antiproteinase 2-like","sara2","F8W5D3","sar1b","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","A0A0R4ICL5","Alpha-1-antiproteinase 2-like","Protein transport protein Sec24A isoform X2","F8W5D3","sec24a","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","E9QFN4","Alpha-1-antiproteinase 2-like","SEC22 homolog C, vesicle-trafficking protein","F8W5D3","sec22c","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000123705","physical","txid7955" +"F8W5D3","A0A0R4IMX2","Alpha-1-antiproteinase 2-like","im:7145364","F8W5D3","A0A0R4IMX2","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000123705","physical","txid7955" +"Q5RIH0","F8W5D3","Cornichon family AMPA receptor auxiliary protein 3","Alpha-1-antiproteinase 2-like","cnih3","F8W5D3","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","Q6PBX2","Cornichon family AMPA receptor auxiliary protein 3","sara2","cnih3","sar1b","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","Q7SZE5","Cornichon family AMPA receptor auxiliary protein 3","sec23a","cnih3","Q7SZE5","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","Q7SXP0","Cornichon family AMPA receptor auxiliary protein 3","sec22bb","cnih3","sec22bb","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","E9QFN4","Cornichon family AMPA receptor auxiliary protein 3","SEC22 homolog C, vesicle-trafficking protein","cnih3","sec22c","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","A0A0R4IMX2","Cornichon family AMPA receptor auxiliary protein 3","im:7145364","cnih3","A0A0R4IMX2","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","A0A0R4ICL5","Cornichon family AMPA receptor auxiliary protein 3","Protein transport protein Sec24A isoform X2","cnih3","sec24a","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000123101","physical","txid7955" +"Q5RIH0","A0A8N7TCU0","Cornichon family AMPA receptor auxiliary protein 3","Protein transport protein Sec16B isoform X1","cnih3","A0A8N7TCU0","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000123101","physical","txid7955" +"A9JRW9","Q5BL21","Proheparin-binding EGF-like growth factor","cnih2","A9JRW9","cnih2","Proheparin-binding EGF-like growth factor","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q6PC73","Proheparin-binding EGF-like growth factor","grb2","A9JRW9","grb2b","Proheparin-binding EGF-like growth factor","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7SZE5","Proheparin-binding EGF-like growth factor","sec23a","A9JRW9","Q7SZE5","Proheparin-binding EGF-like growth factor","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","F8W5D3","Proheparin-binding EGF-like growth factor","Alpha-1-antiproteinase 2-like","A9JRW9","F8W5D3","Proheparin-binding EGF-like growth factor","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7SXA3","Proheparin-binding EGF-like growth factor","zgc:66168","A9JRW9","rps27a","Proheparin-binding EGF-like growth factor","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E9QFN4","Proheparin-binding EGF-like growth factor","SEC22 homolog C, vesicle-trafficking protein","A9JRW9","sec22c","Proheparin-binding EGF-like growth factor","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A8N7TCU0","Proheparin-binding EGF-like growth factor","Protein transport protein Sec16B isoform X1","A9JRW9","A0A8N7TCU0","Proheparin-binding EGF-like growth factor","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7ZW98","Proheparin-binding EGF-like growth factor","ap2m1b","A9JRW9","Q7ZW98","Proheparin-binding EGF-like growth factor","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","F1QHN6","Proheparin-binding EGF-like growth factor","im:7042025","A9JRW9","ubc","Proheparin-binding EGF-like growth factor","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A2R8Q515","Proheparin-binding EGF-like growth factor","fc28d09","A9JRW9","A0A2R8Q515","Proheparin-binding EGF-like growth factor","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0N4SUD2","Proheparin-binding EGF-like growth factor","Ubi-p63E","A9JRW9","ubb","Proheparin-binding EGF-like growth factor","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4IWG0","Proheparin-binding EGF-like growth factor","Epigen","A9JRW9","epgn","Proheparin-binding EGF-like growth factor","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E7FCS5","Proheparin-binding EGF-like growth factor","Neuregulin 3b","A9JRW9","nrg3b","Proheparin-binding EGF-like growth factor","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000106379/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q6NYJ9","Proheparin-binding EGF-like growth factor","fa16e07","A9JRW9","ap2b1","Proheparin-binding EGF-like growth factor","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E7F2M5","Proheparin-binding EGF-like growth factor","fj38b04","A9JRW9","E7F2M5","Proheparin-binding EGF-like growth factor","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4IUB6","Proheparin-binding EGF-like growth factor","epn1","A9JRW9","epn1","Proheparin-binding EGF-like growth factor","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7SYD5","Proheparin-binding EGF-like growth factor","sec31a","A9JRW9","Q7SYD5","Proheparin-binding EGF-like growth factor","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A3QJU6","Proheparin-binding EGF-like growth factor","zgc:136923","A9JRW9","A3QJU6","Proheparin-binding EGF-like growth factor","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4IMX2","Proheparin-binding EGF-like growth factor","im:7145364","A9JRW9","A0A0R4IMX2","Proheparin-binding EGF-like growth factor","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q5RIH0","Proheparin-binding EGF-like growth factor","Cornichon family AMPA receptor auxiliary protein 3","A9JRW9","cnih3","Proheparin-binding EGF-like growth factor","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","F1QAD7","Proheparin-binding EGF-like growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase","A9JRW9","pik3ca","Proheparin-binding EGF-like growth factor","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4INZ6","Proheparin-binding EGF-like growth factor","Betacellulin, epidermal growth factor family member","A9JRW9","A0A0R4INZ6","Proheparin-binding EGF-like growth factor","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7ZUN8","Proheparin-binding EGF-like growth factor","ykt6","A9JRW9","Q7ZUN8","Proheparin-binding EGF-like growth factor","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7ZW40","Proheparin-binding EGF-like growth factor","vdp","A9JRW9","uso1","Proheparin-binding EGF-like growth factor","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E7FGA4","Proheparin-binding EGF-like growth factor","NRG2b","A9JRW9","nrg2b","Proheparin-binding EGF-like growth factor","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4IBM0","Proheparin-binding EGF-like growth factor","wu:fm70e01","A9JRW9","nrg1","Proheparin-binding EGF-like growth factor","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A5PMY5","Proheparin-binding EGF-like growth factor","wu:fv75b10","A9JRW9","stam","Proheparin-binding EGF-like growth factor","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","B1PBZ7","Proheparin-binding EGF-like growth factor","Protein sprouty homolog 1","A9JRW9","B1PBZ7","Proheparin-binding EGF-like growth factor","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q7SXP0","Proheparin-binding EGF-like growth factor","sec22bb","A9JRW9","sec22bb","Proheparin-binding EGF-like growth factor","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","F1Q7S5","Proheparin-binding EGF-like growth factor","fb11b01","A9JRW9","gab1","Proheparin-binding EGF-like growth factor","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E9QBV1","Proheparin-binding EGF-like growth factor","fd07f11","A9JRW9","cltcb","Proheparin-binding EGF-like growth factor","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E9QCS7","Proheparin-binding EGF-like growth factor","fi34f05","A9JRW9","E9QCS7","Proheparin-binding EGF-like growth factor","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","E7EYW2","Proheparin-binding EGF-like growth factor","Epsin 2","A9JRW9","epn2","Proheparin-binding EGF-like growth factor","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","A0A0R4ICL5","Proheparin-binding EGF-like growth factor","Protein transport protein Sec24A isoform X2","A9JRW9","sec24a","Proheparin-binding EGF-like growth factor","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q6PBX2","Proheparin-binding EGF-like growth factor","sara2","A9JRW9","sar1b","Proheparin-binding EGF-like growth factor","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000099541","physical","txid7955" +"A9JRW9","Q5SPJ4","Proheparin-binding EGF-like growth factor","wu:fb61c07","A9JRW9","Q5SPJ4","Proheparin-binding EGF-like growth factor","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000099541","physical","txid7955" +"Q7T011","B1PBZ7","si:ch211-10e8.7","Protein sprouty homolog 1","Q7T011","B1PBZ7","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F1QIJ6","si:ch211-10e8.7","Epidermal growth factor receptor pathway substrate 15","Q7T011","eps15","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A5PMY5","si:ch211-10e8.7","wu:fv75b10","Q7T011","stam","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7SYD5","si:ch211-10e8.7","sec31a","Q7T011","Q7SYD5","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q5BL21","si:ch211-10e8.7","cnih2","Q7T011","cnih2","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F1Q7S5","si:ch211-10e8.7","fb11b01","Q7T011","gab1","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q803T6","si:ch211-10e8.7","sh3gl2","Q7T011","sh3gl2a","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q6PBX2","si:ch211-10e8.7","sara2","Q7T011","sar1b","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q5SPJ4","si:ch211-10e8.7","wu:fb61c07","Q7T011","Q5SPJ4","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A8N7TCU0","si:ch211-10e8.7","Protein transport protein Sec16B isoform X1","Q7T011","A0A8N7TCU0","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7SXA3","si:ch211-10e8.7","zgc:66168","Q7T011","rps27a","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0N4SUD2","si:ch211-10e8.7","Ubi-p63E","Q7T011","ubb","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0R4IWG0","si:ch211-10e8.7","Epigen","Q7T011","epgn","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A5PMC4","si:ch211-10e8.7","wu:fb16f04","Q7T011","A5PMC4","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E9QBV1","si:ch211-10e8.7","fd07f11","Q7T011","cltcb","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q6PC73","si:ch211-10e8.7","grb2","Q7T011","grb2b","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E9QCS7","si:ch211-10e8.7","fi34f05","Q7T011","E9QCS7","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E7F2M5","si:ch211-10e8.7","fj38b04","Q7T011","E7F2M5","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A9JRW9","si:ch211-10e8.7","Proheparin-binding EGF-like growth factor","Q7T011","A9JRW9","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q5RIH0","si:ch211-10e8.7","Cornichon family AMPA receptor auxiliary protein 3","Q7T011","cnih3","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7ZUN8","si:ch211-10e8.7","ykt6","Q7T011","Q7ZUN8","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q6NYJ9","si:ch211-10e8.7","fa16e07","Q7T011","ap2b1","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0R4ICL5","si:ch211-10e8.7","Protein transport protein Sec24A isoform X2","Q7T011","sec24a","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E9QFN4","si:ch211-10e8.7","SEC22 homolog C, vesicle-trafficking protein","Q7T011","sec22c","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7SXP0","si:ch211-10e8.7","sec22bb","Q7T011","sec22bb","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F1QBW3","si:ch211-10e8.7","fc44f07","Q7T011","F1QBW3","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A1IH00","si:ch211-10e8.7","golga2","Q7T011","golga2","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F1QAD7","si:ch211-10e8.7","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q7T011","pik3ca","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E7F3T0","si:ch211-10e8.7","SHC-transforming protein 1","Q7T011","shc1","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7ZW40","si:ch211-10e8.7","vdp","Q7T011","uso1","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0R4INZ6","si:ch211-10e8.7","Betacellulin, epidermal growth factor family member","Q7T011","A0A0R4INZ6","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7SZE5","si:ch211-10e8.7","sec23a","Q7T011","Q7SZE5","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A3QJU6","si:ch211-10e8.7","zgc:136923","Q7T011","A3QJU6","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E7EYW2","si:ch211-10e8.7","Epsin 2","Q7T011","epn2","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0R4IUB6","si:ch211-10e8.7","epn1","Q7T011","epn1","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A0R4IMX2","si:ch211-10e8.7","im:7145364","Q7T011","A0A0R4IMX2","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","A0A2R8Q515","si:ch211-10e8.7","fc28d09","Q7T011","A0A2R8Q515","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","E7F715","si:ch211-10e8.7","Protein transport protein Sec24B isoform X1","Q7T011","E7F715","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F1QHN6","si:ch211-10e8.7","im:7042025","Q7T011","ubc","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","Q7ZW98","si:ch211-10e8.7","ap2m1b","Q7T011","Q7ZW98","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000070540","physical","txid7955" +"Q7T011","F8W5D3","si:ch211-10e8.7","Alpha-1-antiproteinase 2-like","Q7T011","F8W5D3","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000070540","physical","txid7955" +"Q5XJ39","Q5RIH0","hm:zeh1186","Cornichon family AMPA receptor auxiliary protein 3","mcfd2","cnih3","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q6PBX2","hm:zeh1186","sara2","mcfd2","sar1b","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q5SPJ4","hm:zeh1186","wu:fb61c07","mcfd2","Q5SPJ4","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","F1QBW3","hm:zeh1186","fc44f07","mcfd2","F1QBW3","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","SEC22 homolog A, vesicle-trafficking protein (Vesicle-trafficking protein SEC22a isoform X1)","string-db","7955.ENSDARP00000076602/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A0A0R4IMX2","hm:zeh1186","im:7145364","mcfd2","A0A0R4IMX2","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7SZE5","hm:zeh1186","sec23a","mcfd2","Q7SZE5","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7SYD5","hm:zeh1186","sec31a","mcfd2","Q7SYD5","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q5BL21","hm:zeh1186","cnih2","mcfd2","cnih2","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7ZW40","hm:zeh1186","vdp","mcfd2","uso1","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A0A0R4ICL5","hm:zeh1186","Protein transport protein Sec24A isoform X2","mcfd2","sec24a","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q6NWI7","hm:zeh1186","TMP21","mcfd2","Q6NWI7","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Transmembrane emp24 domain-containing protein 10 (Transmembrane protein Tmp21) (p24 family protein delta-1)","string-db","7955.ENSDARP00000060684/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A9JRW9","hm:zeh1186","Proheparin-binding EGF-like growth factor","mcfd2","A9JRW9","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","E9QFN4","hm:zeh1186","SEC22 homolog C, vesicle-trafficking protein","mcfd2","sec22c","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A1IH00","hm:zeh1186","golga2","mcfd2","golga2","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","F8W5D3","hm:zeh1186","Alpha-1-antiproteinase 2-like","mcfd2","F8W5D3","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A5PMC4","hm:zeh1186","wu:fb16f04","mcfd2","A5PMC4","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Lectin, mannose-binding 2 (Vesicular integral-membrane protein VIP36 precursor)","string-db","7955.ENSDARP00000083123/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7ZUN8","hm:zeh1186","ykt6","mcfd2","Q7ZUN8","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","E7F2M5","hm:zeh1186","fj38b04","mcfd2","E7F2M5","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7T366","hm:zeh1186","wu:fc33b02","mcfd2","Q7T366","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Golgi SNAP receptor complex member 2 (Gosr2 protein)","string-db","7955.ENSDARP00000069524/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7T011","hm:zeh1186","si:ch211-10e8.7","mcfd2","Q7T011","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","A0A8N7TCU0","hm:zeh1186","Protein transport protein Sec16B isoform X1","mcfd2","A0A8N7TCU0","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","Q7SXP0","hm:zeh1186","sec22bb","mcfd2","sec22bb","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000058106","physical","txid7955" +"Q5XJ39","E7F715","hm:zeh1186","Protein transport protein Sec24B isoform X1","mcfd2","E7F715","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000058106","physical","txid7955" +"Q5BL21","E9QFN4","cnih2","SEC22 homolog C, vesicle-trafficking protein","cnih2","sec22c","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","Q5RIH0","cnih2","Cornichon family AMPA receptor auxiliary protein 3","cnih2","cnih3","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","F8W5D3","cnih2","Alpha-1-antiproteinase 2-like","cnih2","F8W5D3","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","A0A0R4IMX2","cnih2","im:7145364","cnih2","A0A0R4IMX2","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","Q7SXP0","cnih2","sec22bb","cnih2","sec22bb","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","A0A8N7TCU0","cnih2","Protein transport protein Sec16B isoform X1","cnih2","A0A8N7TCU0","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Protein transport protein Sec16B isoform X1 (SEC16 homolog B, endoplasmic reticulum export factor)","string-db","7955.ENSDARP00000135911/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","Q7ZUN8","cnih2","ykt6","cnih2","Q7ZUN8","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","A0A0R4ICL5","cnih2","Protein transport protein Sec24A isoform X2","cnih2","sec24a","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","Q6PBX2","cnih2","sara2","cnih2","sar1b","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000115028","physical","txid7955" +"Q5BL21","Q7SZE5","cnih2","sec23a","cnih2","Q7SZE5","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000115028","physical","txid7955" +"Q6TEL1","B8A5K9","rad21a","SMC2L1","rad21a","smc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0JMM5","rad21a","zgc:154013","rad21a","A0JMM5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","string-db","7955.ENSDARP00000074083/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A1L1F4","rad21a","pds5a","rad21a","A1L1F4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","Q6DRM9","rad21a","im:7158706","rad21a","smc1al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000075459/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","B0S5T4","rad21a","Cohesin subunit SA","rad21a","B0S5T4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000117413/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","E7F0X6","rad21a","Structural maintenance of chromosomes protein","rad21a","smc1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000072610/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","Q90487","rad21a","hbaa1","rad21a","hbaa1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0A8M2B7S9","rad21a","Zinc finger protein 512","rad21a","A0A8M2B7S9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein 512","string-db","7955.ENSDARP00000120545/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","F1QBY1","rad21a","nipblb","rad21a","nipblb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0A8M1NE13","rad21a","fc39a01","rad21a","A0A8M1NE13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000112624/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0A0R4IP12","rad21a","PDS5 cohesin-associated factor B","rad21a","pds5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","Q7T1S3","rad21a","yy1","rad21a","yy1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","Q1L8E1","rad21a","si:ch211-246f9.1","rad21a","rad21b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0A0R4IZR5","rad21a","Cohesin subunit SA","rad21a","stag2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","E7FC33","rad21a","Cohesin subunit SA","rad21a","stag1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000009867","physical","txid7955" +"Q6TEL1","A0A8M1QHV0","rad21a","E3 SUMO-protein ligase ZNF451 isoform X1","rad21a","A0A8M1QHV0","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E3 SUMO-protein ligase ZNF451 isoform X1 (Zinc finger protein 451)","string-db","7955.ENSDARP00000120051/7955.ENSDARP00000009867","physical","txid7955" +"A1L1F4","Q1L8E1","pds5a","si:ch211-246f9.1","A1L1F4","rad21b","Sister chromatid cohesion protein PDS5 homolog A","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000109877","physical","txid7955" +"A1L1F4","A0A0R4IZR5","pds5a","Cohesin subunit SA","A1L1F4","stag2b","Sister chromatid cohesion protein PDS5 homolog A","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000109877","physical","txid7955" +"A1L1F4","A0A0R4IP12","pds5a","PDS5 cohesin-associated factor B","A1L1F4","pds5b","Sister chromatid cohesion protein PDS5 homolog A","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000109877","physical","txid7955" +"B8A5K9","R4GE15","SMC2L1","si:ch211-113a14.29","smc2","si:ch211-113a14.22","Structural maintenance of chromosomes protein","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","A0A140LG54","SMC2L1","Histone H2B","smc2","si:dkey-23a13.22","Structural maintenance of chromosomes protein","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","E7FH61","SMC2L1","ncapg2","smc2","ncapg2","Structural maintenance of chromosomes protein","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","F1QJY8","SMC2L1","im:7149538","smc2","ncapg","Structural maintenance of chromosomes protein","Condensin complex subunit 3 (Non-SMC condensin I complex, subunit G)","string-db","7955.ENSDARP00000123226/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","E7EXD7","SMC2L1","si:dkey-261m9.11","smc2","si:ch211-113a14.19","Structural maintenance of chromosomes protein","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","A4FVM2","SMC2L1","si:ch73-368j24.13","smc2","A4FVM2","Structural maintenance of chromosomes protein","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","X1WHF1","SMC2L1","Histone H2B","smc2","si:dkey-261m9.6","Structural maintenance of chromosomes protein","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","X1WDH8","SMC2L1","Histone H2B","smc2","si:dkey-261m9.19","Structural maintenance of chromosomes protein","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","E7EZX1","SMC2L1","si:dkey-261m9.15","smc2","hist1h2a5","Structural maintenance of chromosomes protein","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","Q7ZTT0","SMC2L1","zgc:56685","smc2","Q7ZTT0","Structural maintenance of chromosomes protein","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000104167","physical","txid7955" +"B8A5K9","A0A140LGS2","SMC2L1","Histone H2A","smc2","si:ch1073-153i20.5","Structural maintenance of chromosomes protein","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000104167","physical","txid7955" +"A0JMM5","A0A8M1NE13","zgc:154013","fc39a01","A0JMM5","A0A8M1NE13","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000112624/7955.ENSDARP00000074083","physical","txid7955" +"A0JMM5","Q6DRM9","zgc:154013","im:7158706","A0JMM5","smc1al","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000075459/7955.ENSDARP00000074083","physical","txid7955" +"A0JMM5","Q1L8E1","zgc:154013","si:ch211-246f9.1","A0JMM5","rad21b","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000074083","physical","txid7955" +"A0JMM5","B0S5T4","zgc:154013","Cohesin subunit SA","A0JMM5","B0S5T4","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000117413/7955.ENSDARP00000074083","physical","txid7955" +"A0JMM5","E7FC33","zgc:154013","Cohesin subunit SA","A0JMM5","stag1b","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000074083","physical","txid7955" +"A0JMM5","A0A0R4IZR5","zgc:154013","Cohesin subunit SA","A0JMM5","stag2b","RAD21 cohesin complex component like 1 isoform X1 (RAD21 cohesin complex component-like 1) (Zgc:154013)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000074083","physical","txid7955" +"A0A8M1NE13","Q1L8E1","fc39a01","si:ch211-246f9.1","A0A8M1NE13","rad21b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000112624","physical","txid7955" +"A0A8M1NE13","B0S5T4","fc39a01","Cohesin subunit SA","A0A8M1NE13","B0S5T4","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000117413/7955.ENSDARP00000112624","physical","txid7955" +"A0A8M1NE13","E7FC33","fc39a01","Cohesin subunit SA","A0A8M1NE13","stag1b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000112624","physical","txid7955" +"A0A8M1NE13","A0A0R4IZR5","fc39a01","Cohesin subunit SA","A0A8M1NE13","stag2b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000112624","physical","txid7955" +"B0S5T4","E7FC33","Cohesin subunit SA","Cohesin subunit SA","B0S5T4","stag1b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000120267/7955.ENSDARP00000117413","physical","txid7955" +"B0S5T4","Q1L8E1","Cohesin subunit SA","si:ch211-246f9.1","B0S5T4","rad21b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000117413","physical","txid7955" +"B0S5T4","A0A0R4IZR5","Cohesin subunit SA","Cohesin subunit SA","B0S5T4","stag2b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000117413","physical","txid7955" +"E7FC33","Q1L8E1","Cohesin subunit SA","si:ch211-246f9.1","stag1b","rad21b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000120267","physical","txid7955" +"E7FC33","A0A0R4IZR5","Cohesin subunit SA","Cohesin subunit SA","stag1b","stag2b","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000120267","physical","txid7955" +"A0A0R4IP12","A0A0R4IZR5","PDS5 cohesin-associated factor B","Cohesin subunit SA","pds5b","stag2b","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000136712","physical","txid7955" +"Q90487","A0A1D5NS86","hbaa1","Si:cabz01007807.1","hbaa1","A0A1D5NS86","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000101541","physical","txid7955" +"Q90487","A0A0R4IF32","hbaa1","si:dkey-192d15.2","hbaa1","A0A0R4IF32","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000101541","physical","txid7955" +"Q90487","I3ISX5","hbaa1","si:ch73-233k15.2","hbaa1","apol","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000101541","physical","txid7955" +"Q1L8E1","A0A0R4IZR5","si:ch211-246f9.1","Cohesin subunit SA","rad21b","stag2b","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000122549","physical","txid7955" +"Q1L8E1","A0A0R4IP12","si:ch211-246f9.1","PDS5 cohesin-associated factor B","rad21b","pds5b","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000122549","physical","txid7955" +"Q803S3","E7FGA4","memo1","NRG2b","Q803S3","nrg2b","Protein MEMO1 (Mediator of ErbB2-driven cell motility 1) (Memo-1)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000009876","physical","txid7955" +"Q803S3","A0A0R4IBM0","memo1","wu:fm70e01","Q803S3","nrg1","Protein MEMO1 (Mediator of ErbB2-driven cell motility 1) (Memo-1)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000009876","physical","txid7955" +"Q803S3","A9JRW9","memo1","Proheparin-binding EGF-like growth factor","Q803S3","A9JRW9","Protein MEMO1 (Mediator of ErbB2-driven cell motility 1) (Memo-1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000009876","physical","txid7955" +"Q803S3","E7FCS5","memo1","Neuregulin 3b","Q803S3","nrg3b","Protein MEMO1 (Mediator of ErbB2-driven cell motility 1) (Memo-1)","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000106379/7955.ENSDARP00000009876","physical","txid7955" +"Q803S3","A0A0R4INZ6","memo1","Betacellulin, epidermal growth factor family member","Q803S3","A0A0R4INZ6","Protein MEMO1 (Mediator of ErbB2-driven cell motility 1) (Memo-1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000009876","physical","txid7955" +"A0A0R4IBM0","F1QHN6","wu:fm70e01","im:7042025","nrg1","ubc","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000131493","physical","txid7955" +"A0A0R4IBM0","F1QAD7","wu:fm70e01","phosphatidylinositol-4,5-bisphosphate 3-kinase","nrg1","pik3ca","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000131493","physical","txid7955" +"A0A0R4IBM0","A0A0N4SUD2","wu:fm70e01","Ubi-p63E","nrg1","ubb","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000131493","physical","txid7955" +"A0A0R4IBM0","A0A0R4INZ6","wu:fm70e01","Betacellulin, epidermal growth factor family member","nrg1","A0A0R4INZ6","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000131493","physical","txid7955" +"E7FGA4","A0A0R4IBM0","NRG2b","wu:fm70e01","nrg2b","nrg1","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","Q6PC73","NRG2b","grb2","nrg2b","grb2b","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","A0A0N4SUD2","NRG2b","Ubi-p63E","nrg2b","ubb","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","Q7SXA3","NRG2b","zgc:66168","nrg2b","rps27a","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","F1QHN6","NRG2b","im:7042025","nrg2b","ubc","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","F1QAD7","NRG2b","phosphatidylinositol-4,5-bisphosphate 3-kinase","nrg2b","pik3ca","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000108874","physical","txid7955" +"E7FGA4","A0A0R4INZ6","NRG2b","Betacellulin, epidermal growth factor family member","nrg2b","A0A0R4INZ6","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000108874","physical","txid7955" +"A0A0R4INZ6","A0A2R8Q515","Betacellulin, epidermal growth factor family member","fc28d09","A0A0R4INZ6","A0A2R8Q515","Betacellulin, epidermal growth factor family member","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000136928","physical","txid7955" +"A0A0R4INZ6","F1QHN6","Betacellulin, epidermal growth factor family member","im:7042025","A0A0R4INZ6","ubc","Betacellulin, epidermal growth factor family member","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000136928","physical","txid7955" +"A0A0R4INZ6","A0A0N4SUD2","Betacellulin, epidermal growth factor family member","Ubi-p63E","A0A0R4INZ6","ubb","Betacellulin, epidermal growth factor family member","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000136928","physical","txid7955" +"A0A0R4INZ6","A0A0R4IWG0","Betacellulin, epidermal growth factor family member","Epigen","A0A0R4INZ6","epgn","Betacellulin, epidermal growth factor family member","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000136928","physical","txid7955" +"A0A0R4INZ6","A0A0R4IUB6","Betacellulin, epidermal growth factor family member","epn1","A0A0R4INZ6","epn1","Betacellulin, epidermal growth factor family member","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000136928","physical","txid7955" +"A0A0R4INZ6","F1QAD7","Betacellulin, epidermal growth factor family member","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A0R4INZ6","pik3ca","Betacellulin, epidermal growth factor family member","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000136928","physical","txid7955" +"E7FCS5","A0A0R4INZ6","Neuregulin 3b","Betacellulin, epidermal growth factor family member","nrg3b","A0A0R4INZ6","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000106379","physical","txid7955" +"E7FCS5","Q6PC73","Neuregulin 3b","grb2","nrg3b","grb2b","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000106379","physical","txid7955" +"E7FCS5","E7FGA4","Neuregulin 3b","NRG2b","nrg3b","nrg2b","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000106379","physical","txid7955" +"E7FCS5","F1QAD7","Neuregulin 3b","phosphatidylinositol-4,5-bisphosphate 3-kinase","nrg3b","pik3ca","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000106379","physical","txid7955" +"E7FCS5","A0A0R4IBM0","Neuregulin 3b","wu:fm70e01","nrg3b","nrg1","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000106379","physical","txid7955" +"Q7ZU91","A0A2R8QKI3","itpk1","Inositol polyphosphate-5-phosphatase Kb","itpk1","A0A2R8QKI3","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (Inositol 1,3,4-trisphosphate 5/6-kinase) (Inositol-triphosphate 5/6-kinase) (Ins(1,3,4)P(3) 5/6-kinase) (EC 2.7.1.159)","Inositol polyphosphate-5-phosphatase Kb","string-db","7955.ENSDARP00000155848/7955.ENSDARP00000009878","physical","txid7955" +"Q7ZU91","X1WEB0","itpk1","Inositol-tetrakisphosphate 1-kinase","itpk1","itpk1b","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (Inositol 1,3,4-trisphosphate 5/6-kinase) (Inositol-triphosphate 5/6-kinase) (Ins(1,3,4)P(3) 5/6-kinase) (EC 2.7.1.159)","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (EC 2.7.1.159) (Inositol 1,3,4-trisphosphate 5/6-kinase)","string-db","7955.ENSDARP00000128561/7955.ENSDARP00000009878","physical","txid7955" +"X1WEB0","A0A2R8QKI3","Inositol-tetrakisphosphate 1-kinase","Inositol polyphosphate-5-phosphatase Kb","itpk1b","A0A2R8QKI3","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (EC 2.7.1.159) (Inositol 1,3,4-trisphosphate 5/6-kinase)","Inositol polyphosphate-5-phosphatase Kb","string-db","7955.ENSDARP00000155848/7955.ENSDARP00000128561","physical","txid7955" +"Q6IQT7","I3IT74","cdkn1c","si:ch211-234f14.1","cdkn1ca","cdk6","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000009882","physical","txid7955" +"Q6IQT7","Q7ZWB1","cdkn1c","zgc:56598","cdkn1ca","cdk2","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","cyclin-dependent kinase (EC 2.7.11.22)","string-db","7955.ENSDARP00000032448/7955.ENSDARP00000009882","physical","txid7955" +"Q6IQT7","Q1L8M6","cdkn1c","si:ch211-240j22.2","cdkn1ca","Q1L8M6","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","G1/S-specific cyclin-D2","string-db","7955.ENSDARP00000094056/7955.ENSDARP00000009882","physical","txid7955" +"Q6IQT7","Q90459","cdkn1c","ccnd1","cdkn1ca","ccnd1","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000009882","physical","txid7955" +"Q6IQT7","E7F5L4","cdkn1c","Cyclin-dependent kinase 21","cdkn1ca","E7F5L4","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000009882","physical","txid7955" +"Q1L8M6","Q0H1F2","si:ch211-240j22.2","erk3","Q1L8M6","mapk6","G1/S-specific cyclin-D2","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","string-db","7955.ENSDARP00000130447/7955.ENSDARP00000094056","physical","txid7955" +"Q1L8M6","A0A0R4ITZ5","si:ch211-240j22.2","Cyclin-dependent kinase inhibitor 1C-like","Q1L8M6","cdkn1cb","G1/S-specific cyclin-D2","Cyclin-dependent kinase inhibitor 1C-like (Cyclin-dependent kinase inhibitor 1Cb)","string-db","7955.ENSDARP00000140338/7955.ENSDARP00000094056","physical","txid7955" +"Q1L8M6","Q9DGB8","si:ch211-240j22.2","runxa","Q1L8M6","runx1","G1/S-specific cyclin-D2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000094056","physical","txid7955" +"Q1L8M6","Q90459","si:ch211-240j22.2","ccnd1","Q1L8M6","ccnd1","G1/S-specific cyclin-D2","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000094056","physical","txid7955" +"Q1L8M6","A5WWG2","si:ch211-240j22.2","cip1","Q1L8M6","cdkn1a","G1/S-specific cyclin-D2","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000094056","physical","txid7955" +"Q1L8M6","I3IT74","si:ch211-240j22.2","si:ch211-234f14.1","Q1L8M6","cdk6","G1/S-specific cyclin-D2","Cyclin-dependent kinase 6","string-db","7955.ENSDARP00000126132/7955.ENSDARP00000094056","physical","txid7955" +"Q90459","A0A140LGT1","ccnd1","unp1266","ccnd1","A0A140LGT1","G1/S-specific cyclin-D1","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000140550","physical","txid7955" +"Q90459","P47794","ccnd1","ccne1","ccnd1","P47794","G1/S-specific cyclin-D1","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000140550","physical","txid7955" +"Q90459","A0A0N4SUD2","ccnd1","Ubi-p63E","ccnd1","ubb","G1/S-specific cyclin-D1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000140550","physical","txid7955" +"Q8AWD1","A0A8M3AWB4","mid1ip1l","E3 ubiquitin-protein ligase Midline-1","Q8AWD1","A0A8M3AWB4","Mid1-interacting protein 1-like (Gastrulation-specific protein G12-like)","E3 ubiquitin-protein ligase Midline-1 (EC 2.3.2.27) (RING finger protein Midline-1) (RING-type E3 ubiquitin transferase Midline-1) (Tripartite motif-containing protein 18)","string-db","7955.ENSDARP00000079688/7955.ENSDARP00000009901","physical","txid7955" +"Q8AWD1","Q1LUV9","mid1ip1l","mid1ip1b","Q8AWD1","mid1ip1b","Mid1-interacting protein 1-like (Gastrulation-specific protein G12-like)","Mid1-interacting protein 1-B","string-db","7955.ENSDARP00000021980/7955.ENSDARP00000009901","physical","txid7955" +"Q1LUV9","P47805","mid1ip1b","mid1ip1a","mid1ip1b","P47805","Mid1-interacting protein 1-B","Mid1-interacting protein 1A (Gastrulation-specific protein G12)","string-db","7955.ENSDARP00000060149/7955.ENSDARP00000021980","physical","txid7955" +"Q5SPG8","Q5U3W6","Acyl-CoA thioesterase 20","pte2bl3","acot20","Q5U3W6","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","Acyl-CoA thioesterase 19 (Peroxisomal acyl-CoA thioesterase 2b like 3) (Zgc:101553)","string-db","7955.ENSDARP00000089666/7955.ENSDARP00000062337","physical","txid7955" +"F1QCD8","F1QYH7","zgc:63690","fb80f04","hao2","F1QYH7","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","Glyoxylate reductase/hydroxypyruvate reductase b","string-db","7955.ENSDARP00000117985/7955.ENSDARP00000037427","physical","txid7955" +"F1QCD8","B0R157","zgc:63690","zgc:56182","hao2","B0R157","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000037427","physical","txid7955" +"F1QCD8","Q5XJ92","zgc:63690","zgc:103520","hao2","Q5XJ92","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000037427","physical","txid7955" +"F1QCD8","Q9PT92","zgc:63690","cat","hao2","Q9PT92","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","Catalase (EC 1.11.1.6)","string-db","7955.ENSDARP00000134519/7955.ENSDARP00000037427","physical","txid7955" +"Q5XJP9","Q5XJ92","zgc:101691","zgc:103520","Q5XJP9","Q5XJ92","palmitoyl-CoA hydrolase (EC 3.1.2.2)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000009993","physical","txid7955" +"Q5XJP9","B0R157","zgc:101691","zgc:56182","Q5XJP9","B0R157","palmitoyl-CoA hydrolase (EC 3.1.2.2)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000009993","physical","txid7955" +"B8JJQ4","Q5XJ92","LOC110440136","zgc:103520","B8JJQ4","Q5XJ92","Peroxisomal N(1)-acetyl-spermine/spermidine oxidase (EC 1.5.3.13) (Si:dkey-275b16.2)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000016209","physical","txid7955" +"B8JJQ4","B0R157","LOC110440136","zgc:56182","B8JJQ4","B0R157","Peroxisomal N(1)-acetyl-spermine/spermidine oxidase (EC 1.5.3.13) (Si:dkey-275b16.2)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000016209","physical","txid7955" +"F6NGD6","A2VCY4","slc27a2b","long-chain-fatty-acid--CoA ligase","F6NGD6","A2VCY4","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","long-chain-fatty-acid--CoA ligase (EC 6.2.1.3) (Long-chain-fatty-acid--CoA ligase)","string-db","7955.ENSDARP00000087935/7955.ENSDARP00000080769","physical","txid7955" +"Q642H6","A3KPZ2","zgc:92317","crat","Q642H6","cratb","Carnitine O-acetyltransferase (EC 2.3.1.7) (Zgc:92317)","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","string-db","7955.ENSDARP00000156410/7955.ENSDARP00000146631","physical","txid7955" +"Q6PH53","A0A0N4SUD2","zgc:101121","Ubi-p63E","zfand6","ubb","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000136708","physical","txid7955" +"Q6PH53","F1QHN6","zgc:101121","im:7042025","zfand6","ubc","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000136708","physical","txid7955" +"Q6PHK4","Q6NYL5","agxt","gpt2l","agxtb","Q6NYL5","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","Alanine aminotransferase 2-like (ALT2) (EC 2.6.1.2) (Glutamate pyruvate transaminase 2) (GPT 2) (Glutamic--alanine transaminase 2) (Glutamic--pyruvic transaminase 2)","string-db","7955.ENSDARP00000121415/7955.ENSDARP00000017257","physical","txid7955" +"Q6PHK4","A2BGT3","agxt","wu:fb55b11","agxtb","dao.1","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000112531/7955.ENSDARP00000017257","physical","txid7955" +"Q6PHK4","Q5XJ92","agxt","zgc:103520","agxtb","Q5XJ92","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000017257","physical","txid7955" +"Q6PHK4","A0A0R4IKG8","agxt","alanine transaminase","agxtb","A0A0R4IKG8","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","alanine transaminase (EC 2.6.1.2)","string-db","7955.ENSDARP00000134476/7955.ENSDARP00000017257","physical","txid7955" +"Q6PHK4","B0R157","agxt","zgc:56182","agxtb","B0R157","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000017257","physical","txid7955" +"Q6PHK4","Q6P009","agxt","zgc:77858","agxtb","Q6P009","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000051610/7955.ENSDARP00000017257","physical","txid7955" +"F1QMB0","A0A0N4SUD2","Peroxisomal ATPase PEX6","Ubi-p63E","pex6","ubb","Peroxisomal ATPase PEX6 (Peroxin-6)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000095384","physical","txid7955" +"F1QMB0","F1QHN6","Peroxisomal ATPase PEX6","im:7042025","pex6","ubc","Peroxisomal ATPase PEX6 (Peroxin-6)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000095384","physical","txid7955" +"F1QMB0","Q6PH53","Peroxisomal ATPase PEX6","zgc:101121","pex6","zfand6","Peroxisomal ATPase PEX6 (Peroxin-6)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","string-db","7955.ENSDARP00000136708/7955.ENSDARP00000095384","physical","txid7955" +"F1QMB0","Q7SXA3","Peroxisomal ATPase PEX6","zgc:66168","pex6","rps27a","Peroxisomal ATPase PEX6 (Peroxin-6)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000095384","physical","txid7955" +"Q6DGU9","Q1RLT4","Glutathione S-transferase kappa","si:ch211-257l15.3","gstk1","Q1RLT4","Glutathione S-transferase kappa (EC 2.5.1.18)","Glutathione S-transferase kappa (EC 2.5.1.18)","string-db","7955.ENSDARP00000092909/7955.ENSDARP00000035103","physical","txid7955" +"Q6DGU9","B0R157","Glutathione S-transferase kappa","zgc:56182","gstk1","B0R157","Glutathione S-transferase kappa (EC 2.5.1.18)","Peroxisome assembly protein 12 (Peroxin-12)","string-db","7955.ENSDARP00000050911/7955.ENSDARP00000035103","physical","txid7955" +"Q6DGU9","Q5XJ92","Glutathione S-transferase kappa","zgc:103520","gstk1","Q5XJ92","Glutathione S-transferase kappa (EC 2.5.1.18)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000060852/7955.ENSDARP00000035103","physical","txid7955" +"A2BIN8","A0A0R4IQG7","inosa","nNOS","nos2a","A0A0R4IQG7","Nitric oxide synthase (EC 1.14.13.39)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000106851","physical","txid7955" +"Q7ZUK1","F1QHN6","zgc:55886","im:7042025","ube2d2","ubc","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000063836","physical","txid7955" +"Q7ZUK1","E7F8A6","zgc:55886","B-cell lymphoma/leukemia 10 isoform X1","ube2d2","bcl10","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000063836","physical","txid7955" +"Q7ZUK1","E7FEV5","zgc:55886","Ubiquitin carboxyl-terminal hydrolase CYLD","ube2d2","E7FEV5","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000063836","physical","txid7955" +"Q7ZUK1","Q7SXA3","zgc:55886","zgc:66168","ube2d2","rps27a","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000063836","physical","txid7955" +"Q7ZUK1","A0A0N4SUD2","zgc:55886","Ubi-p63E","ube2d2","ubb","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000063836","physical","txid7955" +"Q5RGJ5","Q803R7","cwf19l1","zgc:55327","cwf19l1","crnkl1","CWF19-like protein 1","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","F1R2E0","cwf19l1","si:ch211-197g15.1","cwf19l1","hnrnpm","CWF19-like protein 1","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","Q3LSS0","cwf19l1","cwf19l2","cwf19l1","Q3LSS0","CWF19-like protein 1","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","Q6DGP2","cwf19l1","syf2","cwf19l1","syf2","CWF19-like protein 1","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","Q6DI35","cwf19l1","tfip11","cwf19l1","Q6DI35","CWF19-like protein 1","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","string-db","7955.ENSDARP00000073961/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","A4FUN5","cwf19l1","rab43","cwf19l1","isy1","CWF19-like protein 1","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000010750","physical","txid7955" +"Q5RGJ5","Q66I85","cwf19l1","yju2b","cwf19l1","ccdc130","CWF19-like protein 1","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","string-db","7955.ENSDARP00000060887/7955.ENSDARP00000010750","physical","txid7955" +"Q66I85","Q6DGP2","yju2b","syf2","ccdc130","syf2","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000060887","physical","txid7955" +"Q66I85","A4FUN5","yju2b","rab43","ccdc130","isy1","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000060887","physical","txid7955" +"Q66I85","Q6DI35","yju2b","tfip11","ccdc130","Q6DI35","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","string-db","7955.ENSDARP00000073961/7955.ENSDARP00000060887","physical","txid7955" +"Q66I85","Q803R7","yju2b","zgc:55327","ccdc130","crnkl1","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000060887","physical","txid7955" +"Q66I85","Q3LSS0","yju2b","cwf19l2","ccdc130","Q3LSS0","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000060887","physical","txid7955" +"Q66I85","F1R2E0","yju2b","si:ch211-197g15.1","ccdc130","hnrnpm","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000060887","physical","txid7955" +"F1R2E0","Q3LSS0","si:ch211-197g15.1","cwf19l2","hnrnpm","Q3LSS0","Heterogeneous nuclear ribonucleoprotein M","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000121443","physical","txid7955" +"Q6DI35","Q3LSS0","tfip11","cwf19l2","Q6DI35","Q3LSS0","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","CWF19-like protein 2","string-db","7955.ENSDARP00000130142/7955.ENSDARP00000073961","physical","txid7955" +"Q6DI35","Q6DGP2","tfip11","syf2","Q6DI35","syf2","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","Pre-mRNA-splicing factor syf2","string-db","7955.ENSDARP00000090723/7955.ENSDARP00000073961","physical","txid7955" +"Q6DI35","Q803R7","tfip11","zgc:55327","Q6DI35","crnkl1","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000073961","physical","txid7955" +"Q6DI35","A4FUN5","tfip11","rab43","Q6DI35","isy1","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","string-db","7955.ENSDARP00000087580/7955.ENSDARP00000073961","physical","txid7955" +"Q6DI35","F1R2E0","tfip11","si:ch211-197g15.1","Q6DI35","hnrnpm","Tuftelin-interacting protein 11 (Septin and tuftelin-interacting protein 1) (STIP-1)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000073961","physical","txid7955" +"Q6P0H7","E7F5V3","cbr4","fasn","Q6P0H7","fasn","Carbonyl reductase family member 4 (EC 1.-.-.-) (3-ketoacyl-[acyl-carrier-protein] reductase beta subunit) (KAR beta subunit) (3-oxoacyl-[acyl-carrier-protein] reductase) (EC 1.1.1.-) (Quinone reductase CBR4)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","string-db","7955.ENSDARP00000112100/7955.ENSDARP00000010074","physical","txid7955" +"F1R799","A2BGQ3","ocln","wu:fk83f10","F1R799","oclnb","Occludin","Occludin b (Occludin isoform X1)","string-db","7955.ENSDARP00000116151/7955.ENSDARP00000010183","physical","txid7955" +"F1R799","Q08BB8","ocln","Occludin","F1R799","-","Occludin","Occludin","string-db","7955.ENSDARP00000083005/7955.ENSDARP00000010183","physical","txid7955" +"E7F2Q0","Q803D1","Cytohesin 3a","wu:fb33e02","E7F2Q0","arf1","Cytohesin 3a (Cytohesin-3)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000010190","physical","txid7955" +"E7F2Q0","Q6P5K1","Cytohesin 3a","arl4a","E7F2Q0","arl4aa","Cytohesin 3a (Cytohesin-3)","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","string-db","7955.ENSDARP00000141503/7955.ENSDARP00000010190","physical","txid7955" +"Q6DC04","P57717","carm1","esr1","carm1","P57717","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","F1QMV7","carm1","Nuclear receptor coactivator 3","carm1","ncoa3","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","A2RUX0","carm1","zgc:158242","carm1","tbl1x","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","Q503Q8","carm1","CH211-51H4.1","carm1","Q503Q8","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","Q503H9","carm1","Transcription initiation factor IIA subunit 2","carm1","gtf2a2","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Transcription initiation factor IIA subunit 2","string-db","7955.ENSDARP00000070238/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","A2T929","carm1","rxraa","carm1","A2T929","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Retinoic acid receptor RXR-alpha-A (Nuclear receptor subfamily 2 group B member 1-A) (RXRalpha-B) (Retinoid X receptor alpha-A)","string-db","7955.ENSDARP00000074930/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","K7DY57","carm1","PPAR[a]","carm1","pparab","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","F1RCY6","carm1","upf1","carm1","F1RCY6","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","B8JKI8","carm1","htatip","carm1","kat5b","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","Q1LUC3","carm1","kat2b","carm1","kat2b","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","Q91428","carm1","gata3","carm1","gata3","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Transcription factor GATA-3 (GATA-binding factor 3)","string-db","7955.ENSDARP00000017572/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","F1Q5L6","carm1","wu:fa56a07","carm1","ddx5","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","A0A8M9PTD7","carm1","Nuclear receptor coactivator 1","carm1","A0A8M9PTD7","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000016959","physical","txid7955" +"Q6DC04","Q6P0C9","carm1","fkd7","carm1","foxa1","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000016959","physical","txid7955" +"Q1JPY4","Q5U385","tbpl2","tbpl1","Q1JPY4","tbpl1","TATA box-binding protein-like 2 (TBP-like 2) (TATA box-binding protein-related factor 3) (TBP-related factor 3)","TATA box-binding protein-like 1 (TBP-like 1) (TATA box-binding protein-related factor 2) (TBP-related factor 2) (TBP-like factor)","string-db","7955.ENSDARP00000053533/7955.ENSDARP00000051526","physical","txid7955" +"Q1JPY4","Q5RH27","tbpl2","fi76b06","Q1JPY4","taf3","TATA box-binding protein-like 2 (TBP-like 2) (TATA box-binding protein-related factor 3) (TBP-related factor 3)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","string-db","7955.ENSDARP00000066928/7955.ENSDARP00000051526","physical","txid7955" +"Q6P0C9","A4FVM2","fkd7","si:ch73-368j24.13","foxa1","A4FVM2","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000137654","physical","txid7955" +"Q6P0C9","A0A140LG54","fkd7","Histone H2B","foxa1","si:dkey-23a13.22","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000137654","physical","txid7955" +"Q6P0C9","O13168","fkd7","tle3b","foxa1","tle3b","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000137654","physical","txid7955" +"Q6P0C9","A0A140LGS2","fkd7","Histone H2A","foxa1","si:ch1073-153i20.5","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000137654","physical","txid7955" +"Q6P0C9","Q7ZTT0","fkd7","zgc:56685","foxa1","Q7ZTT0","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000137654","physical","txid7955" +"F1R6C4","Q5SP02","wu:fb82g12","si:ch211-180b22.3","dek","taf1a","DEK proto-oncogene (Protein DEK)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","string-db","7955.ENSDARP00000107952/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","Q6PHG8","wu:fb82g12","polr1f","dek","Q6PHG8","DEK proto-oncogene (Protein DEK)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","B8A552","wu:fb82g12","chunp6878","dek","B8A552","DEK proto-oncogene (Protein DEK)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily A member 5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 5)","string-db","7955.ENSDARP00000107618/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A5D6S6","wu:fb82g12","DNA-directed RNA polymerases I, II, and III subunit RPABC5","dek","polr2l","DEK proto-oncogene (Protein DEK)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A0A8M3APY8","wu:fb82g12","myo1c","dek","A0A8M3APY8","DEK proto-oncogene (Protein DEK)","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","string-db","7955.ENSDARP00000126580/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A2BIL7","wu:fb82g12","baz1b","dek","A2BIL7","DEK proto-oncogene (Protein DEK)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A0A0R4IXF6","wu:fb82g12","kat2a","dek","kat2a","DEK proto-oncogene (Protein DEK)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","F1QQZ1","wu:fb82g12","Splicing factor 3B subunit 1 isoform X1","dek","sf3b1","DEK proto-oncogene (Protein DEK)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","string-db","7955.ENSDARP00000073029/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","Q6DRL5","wu:fb82g12","mybbp1a","dek","Q6DRL5","DEK proto-oncogene (Protein DEK)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","B8JKD7","wu:fb82g12","polr1b","dek","polr1b","DEK proto-oncogene (Protein DEK)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A0A0R4I9V4","wu:fb82g12","DNA-directed RNA polymerase subunit","dek","polr1a","DEK proto-oncogene (Protein DEK)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","F1RDV9","wu:fb82g12","zgc:171795","dek","F1RDV9","DEK proto-oncogene (Protein DEK)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A0A2R8QRQ5","wu:fb82g12","ap2","dek","tfap2a","DEK proto-oncogene (Protein DEK)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","A0A2R9YJN8","wu:fb82g12","cb960","dek","ddx21","DEK proto-oncogene (Protein DEK)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000087581/7955.ENSDARP00000058585","physical","txid7955" +"F1R6C4","Q1LUC3","wu:fb82g12","kat2b","dek","kat2b","DEK proto-oncogene (Protein DEK)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000058585","physical","txid7955" +"Q6DRL5","A0A0R4IXF6","mybbp1a","kat2a","Q6DRL5","kat2a","Myb-binding protein 1A-like protein","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000133844","physical","txid7955" +"E7FFQ2","Q32PW3","Si:dkey-219c3.2","taf2","E7FFQ2","taf2","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","string-db","7955.ENSDARP00000139157/7955.ENSDARP00000100701","physical","txid7955" +"E7FFQ2","Q8JHG4","Si:dkey-219c3.2","CHUNP6888","E7FFQ2","taf7","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","string-db","7955.ENSDARP00000133252/7955.ENSDARP00000100701","physical","txid7955" +"E7FFQ2","Q66HZ5","Si:dkey-219c3.2","wu:fb83e08","E7FFQ2","Q66HZ5","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 6","string-db","7955.ENSDARP00000134854/7955.ENSDARP00000100701","physical","txid7955" +"E7FFQ2","E7FBZ0","Si:dkey-219c3.2","TAF4A RNA polymerase II, TATA box-binding protein","E7FFQ2","taf4a","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","string-db","7955.ENSDARP00000103064/7955.ENSDARP00000100701","physical","txid7955" +"E7FFQ2","Q6P013","Si:dkey-219c3.2","fl03a12","E7FFQ2","taf12","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","Transcription initiation factor TFIID subunit 12","string-db","7955.ENSDARP00000130095/7955.ENSDARP00000100701","physical","txid7955" +"E7FFQ2","A8KBY5","Si:dkey-219c3.2","TAF11 RNA polymerase II, TATA box-binding protein","E7FFQ2","taf11","Si:dkey-219c3.2 (Transcription initiation factor TFIID subunit 4 isoform X1)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","string-db","7955.ENSDARP00000121547/7955.ENSDARP00000100701","physical","txid7955" +"A0A8M3APY8","Q6DRL5","myo1c","mybbp1a","A0A8M3APY8","Q6DRL5","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","Myb-binding protein 1A-like protein","string-db","7955.ENSDARP00000133844/7955.ENSDARP00000126580","physical","txid7955" +"A0A8M3APY8","A0A0R4IXF6","myo1c","kat2a","A0A8M3APY8","kat2a","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000126580","physical","txid7955" +"A0A8M3APY8","A2BIL7","myo1c","baz1b","A0A8M3APY8","A2BIL7","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","Tyrosine-protein kinase BAZ1B (EC 2.7.10.2) (Bromodomain adjacent to zinc finger domain protein 1B) (Williams syndrome transcription factor homolog)","string-db","7955.ENSDARP00000132502/7955.ENSDARP00000126580","physical","txid7955" +"A0A8M3APY8","A0A0R4I9V4","myo1c","DNA-directed RNA polymerase subunit","A0A8M3APY8","polr1a","Myosin Ic, paralog b (Unconventional myosin-Ic isoform X1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000126580","physical","txid7955" +"Q29RA2","X1WFU2","vesicle-fusing ATPase","si:ch73-147o17.1","Q29RA2","X1WFU2","vesicle-fusing ATPase (EC 3.6.4.6)","Si:ch73-147o17.1 (Small VCP/p97-interacting protein)","string-db","7955.ENSDARP00000129097/7955.ENSDARP00000091324","physical","txid7955" +"Q29RA2","Q6NXA9","vesicle-fusing ATPase","ubxn1","Q29RA2","Q6NXA9","vesicle-fusing ATPase (EC 3.6.4.6)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000091324","physical","txid7955" +"Q29RA2","E7EY86","vesicle-fusing ATPase","UBX domain protein 2A","Q29RA2","ubxn2a","vesicle-fusing ATPase (EC 3.6.4.6)","UBX domain protein 2A (UBX domain-containing protein 2A isoform X1)","string-db","7955.ENSDARP00000124898/7955.ENSDARP00000091324","physical","txid7955" +"Q29RA2","Q7ZVI8","vesicle-fusing ATPase","npl4","Q29RA2","Q7ZVI8","vesicle-fusing ATPase (EC 3.6.4.6)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000091324","physical","txid7955" +"R4GDR2","E9QCG7","im:7148817","mp:zf637-1-000918","snrpb2","u2surp","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q1JPZ7","im:7148817","prpf39","snrpb2","prpf39","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q567V5","im:7148817","im:6908977","snrpb2","snrpd2","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","F1R300","im:7148817","im:7142962","snrpb2","snrpa1","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q6YMR2","im:7148817","chunp6910","snrpb2","phf5a","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","F1QPY7","im:7148817","zgc:103688","snrpb2","snrpg","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q4TVV3","im:7148817","ddx46","snrpb2","Q4TVV3","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","A3KMT0","im:7148817","CH73-131E21.2","snrpb2","-","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","E7F3I8","im:7148817","im:2639158","snrpb2","E7F3I8","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q7ZVB5","im:7148817","wu:fa18f04","snrpb2","snrpd3l","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000057600","physical","txid7955" +"R4GDR2","Q7ZUE4","im:7148817","fb18h07","snrpb2","prpf40a","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000057600","physical","txid7955" +"Q7ZVY0","Q9YGW7","fb73d10","dazl","Q7ZVY0","Q9YGW7","Cytotoxic granule-associated RNA binding protein 1 (Nucleolysin TIA-1) (TIA1 cytotoxic granule-associated RNA-binding protein)","Deleted in azoospermia-like (DAZ-like protein) (zDazl)","string-db","7955.ENSDARP00000113712/7955.ENSDARP00000068889","physical","txid7955" +"Q6P2T1","Q7ZUE4","fc19d01","fb18h07","snrpa","prpf40a","U1 small nuclear ribonucleoprotein A","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","F1QPY7","fc19d01","zgc:103688","snrpa","snrpg","U1 small nuclear ribonucleoprotein A","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","Q1JPZ7","fc19d01","prpf39","snrpa","prpf39","U1 small nuclear ribonucleoprotein A","Pre-mRNA-processing factor 39 (PRP39 homolog)","string-db","7955.ENSDARP00000139799/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","Q567V5","fc19d01","im:6908977","snrpa","snrpd2","U1 small nuclear ribonucleoprotein A","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","string-db","7955.ENSDARP00000059193/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","R4GDR2","fc19d01","im:7148817","snrpa","snrpb2","U1 small nuclear ribonucleoprotein A","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","A3KMT0","fc19d01","CH73-131E21.2","snrpa","-","U1 small nuclear ribonucleoprotein A","Uncharacterized protein LOC100038767 (Zgc:158803)","string-db","7955.ENSDARP00000091392/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","Q6DRE8","fc19d01","snrp70","snrpa","snrnp70","U1 small nuclear ribonucleoprotein A","U1 small nuclear ribonucleoprotein 70 kDa","string-db","7955.ENSDARP00000055278/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","Q7ZVB5","fc19d01","wu:fa18f04","snrpa","snrpd3l","U1 small nuclear ribonucleoprotein A","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000027914","physical","txid7955" +"Q6P2T1","Q7ZUG0","fc19d01","snrpe","snrpa","snrpe","U1 small nuclear ribonucleoprotein A","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000027914","physical","txid7955" +"Q2KN93","E7FG55","specc1la","Cytospin-A","specc1la","specc1lb","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q6P7E4","specc1la","pdlim7","specc1la","Q6P7E4","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q1L8E6","specc1la","fc11d07","specc1la","gas2l3","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","string-db","7955.ENSDARP00000094260/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q5CZV1","specc1la","zgc:113342","specc1la","smtnl1","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","Smoothelin-like 1 (Zgc:113342)","string-db","7955.ENSDARP00000060478/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q0PWB9","specc1la","PDZ and LIM domain protein 4","specc1la","pdlim4","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","PDZ and LIM domain protein 4","string-db","7955.ENSDARP00000090750/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q802V0","specc1la","ldb3l","specc1la","Q802V0","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","E7FDY6","specc1la","EH domain-binding protein 1-like 1b","specc1la","E7FDY6","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","string-db","7955.ENSDARP00000083638/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","A0A8M3AVD9","specc1la","fi15c05","specc1la","A0A8M3AVD9","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","A0A0R4IN44","specc1la","pdlim5","specc1la","pdlim5a","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","Q0PWB8","specc1la","pdlim3","specc1la","pdlim3b","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","PDZ and LIM domain protein 3","string-db","7955.ENSDARP00000015078/7955.ENSDARP00000010292","physical","txid7955" +"Q2KN93","X1WCN4","specc1la","EH domain-binding protein 1","specc1la","X1WCN4","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000010292","physical","txid7955" +"X1WCN4","Q802V0","EH domain-binding protein 1","ldb3l","X1WCN4","Q802V0","EH domain-binding protein 1","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000127979","physical","txid7955" +"X1WCN4","Q6P7E4","EH domain-binding protein 1","pdlim7","X1WCN4","Q6P7E4","EH domain-binding protein 1","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000127979","physical","txid7955" +"X1WCN4","A0A0R4IN44","EH domain-binding protein 1","pdlim5","X1WCN4","pdlim5a","EH domain-binding protein 1","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000127979","physical","txid7955" +"Q0PWB8","Q1L8E6","pdlim3","fc11d07","pdlim3b","gas2l3","PDZ and LIM domain protein 3","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","string-db","7955.ENSDARP00000094260/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","X1WCN4","pdlim3","EH domain-binding protein 1","pdlim3b","X1WCN4","PDZ and LIM domain protein 3","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","A0A0R4IN44","pdlim3","pdlim5","pdlim3b","pdlim5a","PDZ and LIM domain protein 3","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","Q6P7E4","pdlim3","pdlim7","pdlim3b","Q6P7E4","PDZ and LIM domain protein 3","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","E7FG55","pdlim3","Cytospin-A","pdlim3b","specc1lb","PDZ and LIM domain protein 3","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","E7FDY6","pdlim3","EH domain-binding protein 1-like 1b","pdlim3b","E7FDY6","PDZ and LIM domain protein 3","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","string-db","7955.ENSDARP00000083638/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","Q5CZV1","pdlim3","zgc:113342","pdlim3b","smtnl1","PDZ and LIM domain protein 3","Smoothelin-like 1 (Zgc:113342)","string-db","7955.ENSDARP00000060478/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","Q802V0","pdlim3","ldb3l","pdlim3b","Q802V0","PDZ and LIM domain protein 3","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","A0A8M3AVD9","pdlim3","fi15c05","pdlim3b","A0A8M3AVD9","PDZ and LIM domain protein 3","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000015078","physical","txid7955" +"Q0PWB8","Q0PWB9","pdlim3","PDZ and LIM domain protein 4","pdlim3b","pdlim4","PDZ and LIM domain protein 3","PDZ and LIM domain protein 4","string-db","7955.ENSDARP00000090750/7955.ENSDARP00000015078","physical","txid7955" +"Q5CZV1","X1WCN4","zgc:113342","EH domain-binding protein 1","smtnl1","X1WCN4","Smoothelin-like 1 (Zgc:113342)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","Q802V0","zgc:113342","ldb3l","smtnl1","Q802V0","Smoothelin-like 1 (Zgc:113342)","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","A0A8M3AVD9","zgc:113342","fi15c05","smtnl1","A0A8M3AVD9","Smoothelin-like 1 (Zgc:113342)","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","Q6P7E4","zgc:113342","pdlim7","smtnl1","Q6P7E4","Smoothelin-like 1 (Zgc:113342)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","E7FDY6","zgc:113342","EH domain-binding protein 1-like 1b","smtnl1","E7FDY6","Smoothelin-like 1 (Zgc:113342)","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","string-db","7955.ENSDARP00000083638/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","Q1L8E6","zgc:113342","fc11d07","smtnl1","gas2l3","Smoothelin-like 1 (Zgc:113342)","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","string-db","7955.ENSDARP00000094260/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","A0A0R4IN44","zgc:113342","pdlim5","smtnl1","pdlim5a","Smoothelin-like 1 (Zgc:113342)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","E7FG55","zgc:113342","Cytospin-A","smtnl1","specc1lb","Smoothelin-like 1 (Zgc:113342)","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000060478","physical","txid7955" +"Q5CZV1","Q0PWB9","zgc:113342","PDZ and LIM domain protein 4","smtnl1","pdlim4","Smoothelin-like 1 (Zgc:113342)","PDZ and LIM domain protein 4","string-db","7955.ENSDARP00000090750/7955.ENSDARP00000060478","physical","txid7955" +"Q6P7E4","A0A2R8RKR5","pdlim7","LOC103910147","Q6P7E4","A0A2R8RKR5","PDZ and LIM domain protein 7","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000140242","physical","txid7955" +"Q6P7E4","Q802V0","pdlim7","ldb3l","Q6P7E4","Q802V0","PDZ and LIM domain protein 7","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000140242","physical","txid7955" +"E7FG55","Q802V0","Cytospin-A","ldb3l","specc1lb","Q802V0","Cytospin-A","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000122137","physical","txid7955" +"E7FG55","Q6P7E4","Cytospin-A","pdlim7","specc1lb","Q6P7E4","Cytospin-A","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000122137","physical","txid7955" +"E7FG55","X1WCN4","Cytospin-A","EH domain-binding protein 1","specc1lb","X1WCN4","Cytospin-A","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000122137","physical","txid7955" +"E7FG55","A0A0R4IN44","Cytospin-A","pdlim5","specc1lb","pdlim5a","Cytospin-A","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000122137","physical","txid7955" +"Q1L8E6","A0A0R4IN44","fc11d07","pdlim5","gas2l3","pdlim5a","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000094260","physical","txid7955" +"Q1L8E6","Q6P7E4","fc11d07","pdlim7","gas2l3","Q6P7E4","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000094260","physical","txid7955" +"Q1L8E6","X1WCN4","fc11d07","EH domain-binding protein 1","gas2l3","X1WCN4","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000094260","physical","txid7955" +"Q1L8E6","A0A8M3AVD9","fc11d07","fi15c05","gas2l3","A0A8M3AVD9","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000094260","physical","txid7955" +"Q1L8E6","Q802V0","fc11d07","ldb3l","gas2l3","Q802V0","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000094260","physical","txid7955" +"Q1L8E6","E7FG55","fc11d07","Cytospin-A","gas2l3","specc1lb","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000094260","physical","txid7955" +"Q0PWB9","A0A0R4IN44","PDZ and LIM domain protein 4","pdlim5","pdlim4","pdlim5a","PDZ and LIM domain protein 4","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","X1WCN4","PDZ and LIM domain protein 4","EH domain-binding protein 1","pdlim4","X1WCN4","PDZ and LIM domain protein 4","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","Q1L8E6","PDZ and LIM domain protein 4","fc11d07","pdlim4","gas2l3","PDZ and LIM domain protein 4","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","string-db","7955.ENSDARP00000094260/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","E7FG55","PDZ and LIM domain protein 4","Cytospin-A","pdlim4","specc1lb","PDZ and LIM domain protein 4","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","Q802V0","PDZ and LIM domain protein 4","ldb3l","pdlim4","Q802V0","PDZ and LIM domain protein 4","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","A0A8M3AVD9","PDZ and LIM domain protein 4","fi15c05","pdlim4","A0A8M3AVD9","PDZ and LIM domain protein 4","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000090750","physical","txid7955" +"Q0PWB9","Q6P7E4","PDZ and LIM domain protein 4","pdlim7","pdlim4","Q6P7E4","PDZ and LIM domain protein 4","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000090750","physical","txid7955" +"E7FDY6","Q6P7E4","EH domain-binding protein 1-like 1b","pdlim7","E7FDY6","Q6P7E4","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","Q1L8E6","EH domain-binding protein 1-like 1b","fc11d07","E7FDY6","gas2l3","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","string-db","7955.ENSDARP00000094260/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","A0A8M3AVD9","EH domain-binding protein 1-like 1b","fi15c05","E7FDY6","A0A8M3AVD9","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","PDZ and LIM domain protein 2","string-db","7955.ENSDARP00000109858/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","A0A0R4IN44","EH domain-binding protein 1-like 1b","pdlim5","E7FDY6","pdlim5a","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","Q0PWB9","EH domain-binding protein 1-like 1b","PDZ and LIM domain protein 4","E7FDY6","pdlim4","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","PDZ and LIM domain protein 4","string-db","7955.ENSDARP00000090750/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","Q802V0","EH domain-binding protein 1-like 1b","ldb3l","E7FDY6","Q802V0","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","X1WCN4","EH domain-binding protein 1-like 1b","EH domain-binding protein 1","E7FDY6","X1WCN4","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000083638","physical","txid7955" +"E7FDY6","E7FG55","EH domain-binding protein 1-like 1b","Cytospin-A","E7FDY6","specc1lb","EH domain-binding protein 1-like 1b (EH domain-binding protein 1-like protein 1 isoform X1)","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000083638","physical","txid7955" +"A0A8M3AVD9","Q6P7E4","fi15c05","pdlim7","A0A8M3AVD9","Q6P7E4","PDZ and LIM domain protein 2","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000109858","physical","txid7955" +"A0A8M3AVD9","X1WCN4","fi15c05","EH domain-binding protein 1","A0A8M3AVD9","X1WCN4","PDZ and LIM domain protein 2","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000109858","physical","txid7955" +"A0A8M3AVD9","A0A0R4IN44","fi15c05","pdlim5","A0A8M3AVD9","pdlim5a","PDZ and LIM domain protein 2","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","string-db","7955.ENSDARP00000135287/7955.ENSDARP00000109858","physical","txid7955" +"A0A8M3AVD9","Q802V0","fi15c05","ldb3l","A0A8M3AVD9","Q802V0","PDZ and LIM domain protein 2","LIM domain binding 3 (LIM domain-binding 3b)","string-db","7955.ENSDARP00000151564/7955.ENSDARP00000109858","physical","txid7955" +"A0A8M3AVD9","E7FG55","fi15c05","Cytospin-A","A0A8M3AVD9","specc1lb","PDZ and LIM domain protein 2","Cytospin-A","string-db","7955.ENSDARP00000122137/7955.ENSDARP00000109858","physical","txid7955" +"A5PLE7","C3PTE8","gpr183a","Beta-arrestin-1","A5PLE7","arrb1","G-protein coupled receptor 183-A","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000010296","physical","txid7955" +"Q6PI52","E7F4R5","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","phka1a","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","E7F4R5","Calmodulin (CaM)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000077625/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QXS6","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","zgc:55863","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","phkg2","Calmodulin (CaM)","phosphorylase kinase (EC 2.7.11.19)","string-db","7955.ENSDARP00000070836/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","A0A0R4IM91","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","trpc4a","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","trpc4b","Calmodulin (CaM)","Transient receptor potential cation channel, subfamily C, member 4b","string-db","7955.ENSDARP00000136413/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","B3DGM2","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","zgc:193500","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","calml4a","Calmodulin (CaM)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","A0JME5","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","zgc:153009","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","A0JME5","Calmodulin (CaM)","phosphorylase kinase (EC 2.7.11.19)","string-db","7955.ENSDARP00000045984/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","E7F1H0","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","Calcium/calmodulin-dependent protein kinase Ib","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk1b","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase Ib (Calcium/calmodulin-dependent protein kinase type 1-like isoform X2)","string-db","7955.ENSDARP00000041416/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q6DEH3","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","camk2d1","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk2d1","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","string-db","7955.ENSDARP00000119349/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QD93","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","fj46e08","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","ppp3ca","Calmodulin (CaM)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000024334/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1RAX4","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","stra6","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","stra6","Calmodulin (CaM)","Receptor for retinol uptake stra6 (Stimulated by retinoic acid gene 6 protein homolog)","string-db","7955.ENSDARP00000067478/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","E9QG20","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","canb1","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","ppp3r1a","Calmodulin (CaM)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QML0","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","inosb","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","F1QML0","Calmodulin (CaM)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000048846/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q6PC33","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","camk1g","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Q6PC33","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase IG (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase IGa isoform X1)","string-db","7955.ENSDARP00000065379/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1R3D9","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","Phosphorylase b kinase regulatory subunit","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","phka2","Calmodulin (CaM)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000072664/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q5TZ07","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","plpp6","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Q5TZ07","Calmodulin (CaM)","Polyisoprenoid diphosphate/phosphate phosphohydrolase PLPP6 (EC 3.1.3.-) (EC 3.6.1.-) (EC 3.6.1.68) (Phosphatidic acid phosphatase type 2 domain-containing protein 2) (Phospholipid phosphatase 6)","string-db","7955.ENSDARP00000074783/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q66HZ0","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","zgc:92169","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Q66HZ0","Calmodulin (CaM)","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","B5MF72","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","camk1d","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk1db","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase 1Db (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase I delta long)","string-db","7955.ENSDARP00000095445/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QF86","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","im:7163784","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","F1QF86","Calmodulin (CaM)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1Q6F0","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","Phosphorylase b kinase regulatory subunit","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","phkb","Calmodulin (CaM)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QN56","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","ecac","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","F1QN56","Calmodulin (CaM)","Transient receptor potential cation channel subfamily V member 6 isoform X1 (Transient receptor potential cation channel, subfamily V, member 6)","string-db","7955.ENSDARP00000105890/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","A2BIN8","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","inosa","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","nos2a","Calmodulin (CaM)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","A0A0R4IQG7","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","nNOS","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","A0A0R4IQG7","Calmodulin (CaM)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","F1QB46","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","wu:fk61c03","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk1gb","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase IG isoform X3 (Calcium/calmodulin-dependent protein kinase IGb)","string-db","7955.ENSDARP00000011264/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q568I9","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","zgc:110275","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk4","Calmodulin (CaM)","Calcium/calmodulin-dependent protein kinase IV (Calcium/calmodulin-dependent protein kinase type IV (EC 2.7.11.17)) (Camk4 protein)","string-db","7955.ENSDARP00000108452/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","Q4V9P8","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","camk2ga","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","camk2g1","Calmodulin (CaM)","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","string-db","7955.ENSDARP00000096291/7955.ENSDARP00000010393","physical","txid7955" +"Q6PI52","A3KGZ6","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","ppp3cc","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","ppp3cca","Calmodulin (CaM)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000010393","physical","txid7955" +"Q4V9P8","Q5PYH5","camk2ga","dlg1l","camk2g1","dlg1l","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000096291","physical","txid7955" +"Q4V9P8","Q5PYH7","camk2ga","dlg2","camk2g1","dlg2","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000096291","physical","txid7955" +"Q4V9P8","E7F7V2","camk2ga","si:ch211-234p18.3","camk2g1","si:ch211-234p18.3","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000096291","physical","txid7955" +"Q4V9P8","A0A8M1NH89","camk2ga","si:ch211-243a20.1","camk2g1","A0A8M1NH89","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000096291","physical","txid7955" +"Q4V9P8","B3DGM2","camk2ga","zgc:193500","camk2g1","calml4a","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000096291","physical","txid7955" +"F1QB46","B3DGM2","wu:fk61c03","zgc:193500","camk1gb","calml4a","Calcium/calmodulin-dependent protein kinase IG isoform X3 (Calcium/calmodulin-dependent protein kinase IGb)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000011264","physical","txid7955" +"F1Q6F0","A0A286YBM7","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","phkb","phka1b","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000144612/7955.ENSDARP00000103850","physical","txid7955" +"Q66HZ0","A0A0R4IEA6","zgc:92169","ppp2r2b","Q66HZ0","A0A0R4IEA6","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","B3DGM2","zgc:92169","zgc:193500","Q66HZ0","calml4a","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","E7F9Z5","zgc:92169","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1","Q66HZ0","nfatc2a","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1 (Nuclear factor of-activated T cells 2a)","string-db","7955.ENSDARP00000138593/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A2BG80","zgc:92169","MDS026","Q66HZ0","ppp2r2ab","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A4QP33","zgc:92169","ppp2r5c","Q66HZ0","ppp2r5cb","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","X1WDS4","zgc:92169","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Q66HZ0","ppp2r2aa","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","B0S5T6","zgc:92169","Protein phosphatase 2, regulatory subunit B'', beta","Q66HZ0","ppp2r3b","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A2CF49","zgc:92169","fc23d07","Q66HZ0","ptpa","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","E9QG20","zgc:92169","canb1","Q66HZ0","ppp3r1a","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A0A0R4IJA2","zgc:92169","ppp2r2ba","Q66HZ0","A0A0R4IJA2","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A3KGZ6","zgc:92169","ppp3cc","Q66HZ0","ppp3cca","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","A5PMV7","zgc:92169","ppp2r1a","Q66HZ0","ppp2r1ba","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","Q6NY64","zgc:92169","ppp2r2d","Q66HZ0","ppp2r2d","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000091642","physical","txid7955" +"Q66HZ0","B0S5Q0","zgc:92169","Protein phosphatase 2, regulatory subunit B'', alpha","Q66HZ0","B0S5Q0","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000091642","physical","txid7955" +"A3KGZ6","X1WDS4","ppp3cc","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp3cca","ppp2r2aa","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000121481","physical","txid7955" +"A3KGZ6","A0A0R4IJA2","ppp3cc","ppp2r2ba","ppp3cca","A0A0R4IJA2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000121481","physical","txid7955" +"A3KGZ6","Q6NY64","ppp3cc","ppp2r2d","ppp3cca","ppp2r2d","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000121481","physical","txid7955" +"A3KGZ6","A0A0R4IEA6","ppp3cc","ppp2r2b","ppp3cca","A0A0R4IEA6","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000121481","physical","txid7955" +"F1QF86","A0A0R4IEA6","im:7163784","ppp2r2b","F1QF86","A0A0R4IEA6","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A4QP33","im:7163784","ppp2r5c","F1QF86","ppp2r5cb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","X1WDS4","im:7163784","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","F1QF86","ppp2r2aa","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A0A0R4IJA2","im:7163784","ppp2r2ba","F1QF86","A0A0R4IJA2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","E9QG20","im:7163784","canb1","F1QF86","ppp3r1a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A2BG80","im:7163784","MDS026","F1QF86","ppp2r2ab","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A3KGZ6","im:7163784","ppp3cc","F1QF86","ppp3cca","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","Q7ZUQ2","im:7163784","ppp2r5e1","F1QF86","ppp2r5eb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A2CF49","im:7163784","fc23d07","F1QF86","ptpa","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","Q6NY64","im:7163784","ppp2r2d","F1QF86","ppp2r2d","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","A5PMV7","im:7163784","ppp2r1a","F1QF86","ppp2r1ba","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","Q66HZ0","im:7163784","zgc:92169","F1QF86","Q66HZ0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","E7F3A9","im:7163784","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","F1QF86","E7F3A9","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","B0S5T6","im:7163784","Protein phosphatase 2, regulatory subunit B'', beta","F1QF86","ppp2r3b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","F1QSR1","im:7163784","Serine/threonine protein phosphatase 2A regulatory subunit","F1QF86","F1QSR1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","B0S5Q0","im:7163784","Protein phosphatase 2, regulatory subunit B'', alpha","F1QF86","B0S5Q0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000074466","physical","txid7955" +"F1QF86","B3DGM2","im:7163784","zgc:193500","F1QF86","calml4a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000074466","physical","txid7955" +"B5MF72","B3DGM2","camk1d","zgc:193500","camk1db","calml4a","Calcium/calmodulin-dependent protein kinase 1Db (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase I delta long)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000095445","physical","txid7955" +"F1QXS6","B3DGM2","zgc:55863","zgc:193500","phkg2","calml4a","phosphorylase kinase (EC 2.7.11.19)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000070836","physical","txid7955" +"F1QXS6","F1Q6F0","zgc:55863","Phosphorylase b kinase regulatory subunit","phkg2","phkb","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000070836","physical","txid7955" +"F1QXS6","A0A286YBM7","zgc:55863","Phosphorylase b kinase regulatory subunit","phkg2","phka1b","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000144612/7955.ENSDARP00000070836","physical","txid7955" +"F1QXS6","E7F4R5","zgc:55863","phka1a","phkg2","E7F4R5","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000077625/7955.ENSDARP00000070836","physical","txid7955" +"F1QXS6","F1R3D9","zgc:55863","Phosphorylase b kinase regulatory subunit","phkg2","phka2","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000072664/7955.ENSDARP00000070836","physical","txid7955" +"E7F4R5","F1Q6F0","phka1a","Phosphorylase b kinase regulatory subunit","E7F4R5","phkb","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000077625","physical","txid7955" +"E7F4R5","B3DGM2","phka1a","zgc:193500","E7F4R5","calml4a","Phosphorylase b kinase regulatory subunit","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000077625","physical","txid7955" +"F1QD93","A0A0R4IEA6","fj46e08","ppp2r2b","ppp3ca","A0A0R4IEA6","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","F1Q9Y3","fj46e08","Serine/threonine protein phosphatase 2A regulatory subunit","ppp3ca","ppp2r5b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","E7F9Z5","fj46e08","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1","ppp3ca","nfatc2a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1 (Nuclear factor of-activated T cells 2a)","string-db","7955.ENSDARP00000138593/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q66HZ0","fj46e08","zgc:92169","ppp3ca","Q66HZ0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A1L1M4","fj46e08","ppp4r2b","ppp3ca","ppp4r2b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","string-db","7955.ENSDARP00000069968/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q7ZUQ2","fj46e08","ppp2r5e1","ppp3ca","ppp2r5eb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","E7FE12","fj46e08","Nuclear factor of activated T-cells, cytoplasmic 3","ppp3ca","nfatc3a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","string-db","7955.ENSDARP00000067888/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q6NW76","fj46e08","aurkb","ppp3ca","Q6NW76","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Aurora kinase B (EC 2.7.11.1) (Serine/threonine kinase A) (Serine/threonine-protein kinase 12) (Serine/threonine-protein kinase aurora-B)","string-db","7955.ENSDARP00000054822/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","B0S5Q0","fj46e08","Protein phosphatase 2, regulatory subunit B'', alpha","ppp3ca","B0S5Q0","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","B3DGM2","fj46e08","zgc:193500","ppp3ca","calml4a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A2CF49","fj46e08","fc23d07","ppp3ca","ptpa","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A5PMV7","fj46e08","ppp2r1a","ppp3ca","ppp2r1ba","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A0A0R4IJA2","fj46e08","ppp2r2ba","ppp3ca","A0A0R4IJA2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A2BG80","fj46e08","MDS026","ppp3ca","ppp2r2ab","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","F1QF86","fj46e08","im:7163784","ppp3ca","F1QF86","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","E7F3A9","fj46e08","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp3ca","E7F3A9","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q5SP90","fj46e08","smek1","ppp3ca","smek1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","string-db","7955.ENSDARP00000061842/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","X1WF60","fj46e08","Dedicator of cytokinesis 10","ppp3ca","X1WF60","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Dedicator of cytokinesis 10 (Dedicator of cytokinesis protein 10 isoform X1)","string-db","7955.ENSDARP00000128864/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q6P964","fj46e08","ppp4r2a","ppp3ca","Q6P964","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","string-db","7955.ENSDARP00000036492/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A3KGZ6","fj46e08","ppp3cc","ppp3ca","ppp3cca","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","E9QG20","fj46e08","canb1","ppp3ca","ppp3r1a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","X1WDS4","fj46e08","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp3ca","ppp2r2aa","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","A4QP33","fj46e08","ppp2r5c","ppp3ca","ppp2r5cb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","Q6NY64","fj46e08","ppp2r2d","ppp3ca","ppp2r2d","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","B0S5T6","fj46e08","Protein phosphatase 2, regulatory subunit B'', beta","ppp3ca","ppp2r3b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","F1QSR1","fj46e08","Serine/threonine protein phosphatase 2A regulatory subunit","ppp3ca","F1QSR1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000024334","physical","txid7955" +"F1QD93","B0R034","fj46e08","si:ch211-150g2.3","ppp3ca","B0R034","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Dedicator of cytokinesis 11 (Dedicator of cytokinesis protein 11 isoform X1)","string-db","7955.ENSDARP00000119904/7955.ENSDARP00000024334","physical","txid7955" +"E7F1H0","B3DGM2","Calcium/calmodulin-dependent protein kinase Ib","zgc:193500","camk1b","calml4a","Calcium/calmodulin-dependent protein kinase Ib (Calcium/calmodulin-dependent protein kinase type 1-like isoform X2)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000041416","physical","txid7955" +"F1QML0","A0A0R4IQG7","inosb","nNOS","F1QML0","A0A0R4IQG7","Nitric oxide synthase (EC 1.14.13.39)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000048846","physical","txid7955" +"F1QML0","B3DGM2","inosb","zgc:193500","F1QML0","calml4a","Nitric oxide synthase (EC 1.14.13.39)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000048846","physical","txid7955" +"F1QML0","A2BIN8","inosb","inosa","F1QML0","nos2a","Nitric oxide synthase (EC 1.14.13.39)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000048846","physical","txid7955" +"B3DGM2","F1Q6F0","zgc:193500","Phosphorylase b kinase regulatory subunit","calml4a","phkb","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","Q568I9","zgc:193500","zgc:110275","calml4a","camk4","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Calcium/calmodulin-dependent protein kinase IV (Calcium/calmodulin-dependent protein kinase type IV (EC 2.7.11.17)) (Camk4 protein)","string-db","7955.ENSDARP00000108452/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","A0A0R4IQG7","zgc:193500","nNOS","calml4a","A0A0R4IQG7","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000135654/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","A2BIN8","zgc:193500","inosa","calml4a","nos2a","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Nitric oxide synthase (EC 1.14.13.39)","string-db","7955.ENSDARP00000106851/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","A3KGZ6","zgc:193500","ppp3cc","calml4a","ppp3cca","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","Q6DEH3","zgc:193500","camk2d1","calml4a","camk2d1","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","string-db","7955.ENSDARP00000119349/7955.ENSDARP00000098981","physical","txid7955" +"B3DGM2","E9QG20","zgc:193500","canb1","calml4a","ppp3r1a","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000098981","physical","txid7955" +"Q6PC33","B3DGM2","camk1g","zgc:193500","Q6PC33","calml4a","Calcium/calmodulin-dependent protein kinase IG (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase IGa isoform X1)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000065379","physical","txid7955" +"F1RAX4","Q9PT95","stra6","Rpb4","stra6","Q9PT95","Receptor for retinol uptake stra6 (Stimulated by retinoic acid gene 6 protein homolog)","Retinol binding protein (Retinol-binding protein 4 isoform X1) (Retinol-binding protein 4 precursor) (Retinol-binding protein 4, plasma)","string-db","7955.ENSDARP00000141692/7955.ENSDARP00000067478","physical","txid7955" +"A0JME5","F1Q6F0","zgc:153009","Phosphorylase b kinase regulatory subunit","A0JME5","phkb","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000045984","physical","txid7955" +"A0JME5","A0A286YBM7","zgc:153009","Phosphorylase b kinase regulatory subunit","A0JME5","phka1b","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000144612/7955.ENSDARP00000045984","physical","txid7955" +"A0JME5","F1R3D9","zgc:153009","Phosphorylase b kinase regulatory subunit","A0JME5","phka2","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000072664/7955.ENSDARP00000045984","physical","txid7955" +"A0JME5","B3DGM2","zgc:153009","zgc:193500","A0JME5","calml4a","phosphorylase kinase (EC 2.7.11.19)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000045984","physical","txid7955" +"A0JME5","F1QXS6","zgc:153009","zgc:55863","A0JME5","phkg2","phosphorylase kinase (EC 2.7.11.19)","phosphorylase kinase (EC 2.7.11.19)","string-db","7955.ENSDARP00000070836/7955.ENSDARP00000045984","physical","txid7955" +"A0JME5","E7F4R5","zgc:153009","phka1a","A0JME5","E7F4R5","phosphorylase kinase (EC 2.7.11.19)","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000077625/7955.ENSDARP00000045984","physical","txid7955" +"E9QG20","A2CF49","canb1","fc23d07","ppp3r1a","ptpa","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","A5PMV7","canb1","ppp2r1a","ppp3r1a","ppp2r1ba","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","X1WDS4","canb1","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp3r1a","ppp2r2aa","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","A0A0R4IJA2","canb1","ppp2r2ba","ppp3r1a","A0A0R4IJA2","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","A0A0R4IEA6","canb1","ppp2r2b","ppp3r1a","A0A0R4IEA6","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","Q6NY64","canb1","ppp2r2d","ppp3r1a","ppp2r2d","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","A3KGZ6","canb1","ppp3cc","ppp3r1a","ppp3cca","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000115596","physical","txid7955" +"E9QG20","A2BG80","canb1","MDS026","ppp3r1a","ppp2r2ab","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000115596","physical","txid7955" +"F1R3D9","E7F4R5","Phosphorylase b kinase regulatory subunit","phka1a","phka2","E7F4R5","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000077625/7955.ENSDARP00000072664","physical","txid7955" +"F1R3D9","F1Q6F0","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","phka2","phkb","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000103850/7955.ENSDARP00000072664","physical","txid7955" +"F1R3D9","A0A286YBM7","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","phka2","phka1b","Phosphorylase b kinase regulatory subunit","Phosphorylase b kinase regulatory subunit","string-db","7955.ENSDARP00000144612/7955.ENSDARP00000072664","physical","txid7955" +"F1R3D9","B3DGM2","Phosphorylase b kinase regulatory subunit","zgc:193500","phka2","calml4a","Phosphorylase b kinase regulatory subunit","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","string-db","7955.ENSDARP00000098981/7955.ENSDARP00000072664","physical","txid7955" +"F1QFY1","Q502M9","Cullin-5","zgc:92635","F1QFY1","elocb","Cullin-5","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000109586","physical","txid7955" +"X1WBR5","X1WFG5","Heat shock 70 kDa protein 4L","Heat shock protein 105 kDa","hspa4l","X1WFG5","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","Heat shock protein 105 kDa (Heat shock 110 kDa protein)","string-db","7955.ENSDARP00000128969/7955.ENSDARP00000127657","physical","txid7955" +"X1WBR5","Q568T4","Heat shock 70 kDa protein 4L","hikeshi","hspa4l","hikeshi","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000127657","physical","txid7955" +"F8W2D1","A0A0R4IM91","wu:fb34f09","trpc4a","fkbp4","trpc4b","peptidylprolyl isomerase (EC 5.2.1.8)","Transient receptor potential cation channel, subfamily C, member 4b","string-db","7955.ENSDARP00000136413/7955.ENSDARP00000124772","physical","txid7955" +"F8W2D1","A6YIH7","wu:fb34f09","mr","fkbp4","nr3c2","peptidylprolyl isomerase (EC 5.2.1.8)","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000124772","physical","txid7955" +"F6P697","F8W4B7","HSF","Histone deacetylase 6","hsf1","hdac6","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000121268","physical","txid7955" +"F6P697","F8W2D1","HSF","wu:fb34f09","hsf1","fkbp4","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000121268","physical","txid7955" +"Q0R4G9","Q90473","HSPA12B","hspa8","Q0R4G9","Q90473","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000081527","physical","txid7955" +"Q0R4G9","A0A8M1NE33","HSPA12B","si:ch211-199o1.2","Q0R4G9","A0A8M1NE33","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000081527","physical","txid7955" +"Q0R4G9","Q568T4","HSPA12B","hikeshi","Q0R4G9","hikeshi","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000081527","physical","txid7955" +"Q0R4G9","X1WBR5","HSPA12B","Heat shock 70 kDa protein 4L","Q0R4G9","hspa4l","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000081527","physical","txid7955" +"Q0R4G9","F1Q8K1","HSPA12B","zgc:153612","Q0R4G9","hspa12a","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000081527","physical","txid7955" +"Q0R4G9","B0UXR9","HSPA12B","hsp70.1","Q0R4G9","B0UXR9","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000081527","physical","txid7955" +"F1R498","B0UXS6","zgc:56178","zgc:174006","rpap3","B0UXS6","RNA polymerase II-associated protein 3","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000107727","physical","txid7955" +"F1R498","A0A0R4IJT8","zgc:56178","fa22h09","rpap3","A0A0R4IJT8","RNA polymerase II-associated protein 3","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000107727","physical","txid7955" +"Q6NWJ4","B0UXS6","dnajc2","zgc:174006","dnajc2","B0UXS6","DnaJ homolog subfamily C member 2","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000094239","physical","txid7955" +"F1QB54","Q7SZR1","pabpc1a","tob1","pabpc1a","tob1a","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Protein Tob1 (Transducer of ERBB2, 1a)","string-db","7955.ENSDARP00000049239/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q7ZW94","pabpc1a","zgc:56668","pabpc1a","srp9","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Signal recognition particle 9 kDa protein (SRP9)","string-db","7955.ENSDARP00000124362/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1QYM4","pabpc1a","wbscr1","pabpc1a","F1QYM4","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Eukaryotic translation initiation factor 4H","string-db","7955.ENSDARP00000117924/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","E9QDP4","pabpc1a","LOC100332095","pabpc1a","larp4aa","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","La ribonucleoprotein 4Aa (La-related protein 4 isoform X1)","string-db","7955.ENSDARP00000119719/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","B0UXR9","pabpc1a","hsp70.1","pabpc1a","B0UXR9","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A0A0R4IMF6","pabpc1a","eif4b","pabpc1a","eif4ba","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A5PMV7","pabpc1a","ppp2r1a","pabpc1a","ppp2r1ba","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1R0M4","pabpc1a","zgc:56390","pabpc1a","fus","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","FUS RNA-binding protein (RNA-binding protein FUS)","string-db","7955.ENSDARP00000055339/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q90473","pabpc1a","hspa8","pabpc1a","Q90473","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q804S5","pabpc1a","mib1","pabpc1a","mib1","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q7ZVA6","pabpc1a","eif4a3","pabpc1a","Q7ZVA6","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A2BG80","pabpc1a","MDS026","pabpc1a","ppp2r2ab","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q6DBW2","pabpc1a","fb53g01","pabpc1a","Q6DBW2","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","string-db","7955.ENSDARP00000062956/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A0A0R4IZ84","pabpc1a","smg6","pabpc1a","A0A0R4IZ84","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q58EK5","pabpc1a","tdrd1","pabpc1a","Q58EK5","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q76LC6","pabpc1a","rbm24","pabpc1a","rbm24","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","RNA-binding protein 24 (RNA-binding motif protein 24) (RNA-binding protein SEB-4)","string-db","7955.ENSDARP00000135480/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1R9V3","pabpc1a","si:dkey-4p15.3","pabpc1a","hspa8b","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1R7R1","pabpc1a","smg5","pabpc1a","smg5","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","string-db","7955.ENSDARP00000060808/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1R166","pabpc1a","wu:fd50g11","pabpc1a","eif4a2","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000104653/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q1LVF3","pabpc1a","smg7","pabpc1a","smg7","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","F1RCY6","pabpc1a","upf1","pabpc1a","F1RCY6","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","Q567Y8","pabpc1a","ppp2ca","pabpc1a","ppp2caa","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A4VAK4","pabpc1a","hsp1","pabpc1a","hspb1","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000021064","physical","txid7955" +"F1QB54","A0A8M1NE33","pabpc1a","si:ch211-199o1.2","pabpc1a","A0A8M1NE33","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000021064","physical","txid7955" +"Q7ZU46","A0A8M1NE33","hspa4l","si:ch211-199o1.2","hspa4a","A0A8M1NE33","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","Q90473","hspa4l","hspa8","hspa4a","Q90473","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","X1WBR5","hspa4l","Heat shock 70 kDa protein 4L","hspa4a","hspa4l","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","B0UXR9","hspa4l","hsp70.1","hspa4a","B0UXR9","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","F1Q8K1","hspa4l","zgc:153612","hspa4a","hspa12a","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","Q5RGE6","hspa4l","hspa14","hspa4a","hspa14","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock 70 kDa protein 14","string-db","7955.ENSDARP00000075275/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","Q568T4","hspa4l","hikeshi","hspa4a","hikeshi","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","Q0R4G9","hspa4l","HSPA12B","hspa4a","Q0R4G9","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","string-db","7955.ENSDARP00000081527/7955.ENSDARP00000026086","physical","txid7955" +"Q7ZU46","F1R9V3","hspa4l","si:dkey-4p15.3","hspa4a","hspa8b","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000026086","physical","txid7955" +"Q5GIT4","Q8QFX6","kdr","nrp1a","kdr","Q8QFX6","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q5MD89","kdr","flt4","kdr","Q5MD89","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","A0A8M9Q4I8","kdr","Nck2","kdr","A0A8M9Q4I8","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Cytoplasmic protein","string-db","7955.ENSDARP00000093447/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q1LX18","kdr","si:dkey-94n12.3","kdr","Q1LX18","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","SHC (Src homology 2 domain-containing)-transforming protein 2 (SHC-transforming protein 2)","string-db","7955.ENSDARP00000114455/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","B0S6V7","kdr","wu:fb65b05","kdr","pik3r1","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q9I9P9","kdr","smad2","kdr","smad2","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q4V9A1","kdr","zgc:92024","kdr","nck2b","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Cytoplasmic protein","string-db","7955.ENSDARP00000063647/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","B0UXS6","kdr","zgc:174006","kdr","B0UXS6","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","F1R1B9","kdr","pecam1","kdr","F1R1B9","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Platelet endothelial cell adhesion molecule isoform X1 (Platelet/endothelial cell adhesion molecule 1)","string-db","7955.ENSDARP00000079164/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q1LYS1","kdr","fj37c11","kdr","Q1LYS1","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3E (Semaphorin-3E precursor)","string-db","7955.ENSDARP00000053124/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q7T3I6","kdr","Vascular endothelial growth factor C","kdr","vegfc","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Vascular endothelial growth factor C","string-db","7955.ENSDARP00000092263/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q6PC73","kdr","grb2","kdr","grb2b","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q5RKN6","kdr","zgc:103549","kdr","grb2a","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q56A36","kdr","hsh2d","kdr","Q56A36","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Hematopoietic SH2 domain-containing protein homolog","string-db","7955.ENSDARP00000062985/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","F1QGH7","kdr","ctnnb1","kdr","ctnnb1","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","A3QJU6","kdr","zgc:136923","kdr","A3QJU6","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q208T6","kdr","figf","kdr","vegfd","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","string-db","7955.ENSDARP00000121602/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","F1QAD7","kdr","phosphatidylinositol-4,5-bisphosphate 3-kinase","kdr","pik3ca","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","Q1JPZ3","kdr","src","kdr","Q1JPZ3","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","E7F251","kdr","phosphatidylinositol-4,5-bisphosphate 3-kinase","kdr","pik3cb","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","K7DY59","kdr","si:dkey-81e3.1","kdr","si:dkey-81e3.1","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Dedicator of cytokinesis protein 4 isoform X1 (Si:dkey-81e3.1)","string-db","7955.ENSDARP00000126386/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","A0A8M2B5G2","kdr","non-specific protein-tyrosine kinase","kdr","A0A8M2B5G2","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","non-specific protein-tyrosine kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000126522/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","E7F6M0","kdr","Cytoplasmic protein","kdr","nck1b","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000049203","physical","txid7955" +"Q5GIT4","O73682","kdr","vegfaa","kdr","vegfaa","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","Vascular endothelial growth factor A-A (VEGF-A-A)","string-db","7955.ENSDARP00000133415/7955.ENSDARP00000049203","physical","txid7955" +"F1R9V3","Q6P0D5","si:dkey-4p15.3","wbp11","hspa8b","Q6P0D5","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","A1L1T3","si:dkey-4p15.3","zgc:158324","hspa8b","A1L1T3","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","F8W2D1","si:dkey-4p15.3","wu:fb34f09","hspa8b","fkbp4","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q7ZUP5","si:dkey-4p15.3","dnaja2","hspa8b","dnaja2a","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","string-db","7955.ENSDARP00000156655/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q5RKM3","si:dkey-4p15.3","fb36h09","hspa8b","stip1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q6DGJ0","si:dkey-4p15.3","cb995","hspa8b","dnajc5aa","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","string-db","7955.ENSDARP00000063056/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q7SXW6","si:dkey-4p15.3","actr2a","hspa8b","Q7SXW6","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Actin-related protein 2-A (Actin-like protein 2-A)","string-db","7955.ENSDARP00000068783/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","A0A0R4IBK2","si:dkey-4p15.3","Peptidyl-prolyl cis-trans isomerase E","hspa8b","A0A0R4IBK2","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Peptidyl-prolyl cis-trans isomerase E (EC 5.2.1.8) (Rotamase E)","string-db","7955.ENSDARP00000130313/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","E7F8W3","si:dkey-4p15.3","NAD-dependent protein deacetylase sirtuin-1 isoform X1","hspa8b","E7F8W3","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q568T4","si:dkey-4p15.3","hikeshi","hspa8b","hikeshi","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","A0A8M1NE33","si:dkey-4p15.3","si:ch211-199o1.2","hspa8b","A0A8M1NE33","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","E9QIC1","si:dkey-4p15.3","zgc:55853","hspa8b","cdc5l","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q6P937","si:dkey-4p15.3","wu:fb61d08","hspa8b","clta","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q5RGE6","si:dkey-4p15.3","hspa14","hspa8b","hspa14","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock 70 kDa protein 14","string-db","7955.ENSDARP00000075275/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q7ZV92","si:dkey-4p15.3","prp19","hspa8b","prpf19","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q0R4G9","si:dkey-4p15.3","HSPA12B","hspa8b","Q0R4G9","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","string-db","7955.ENSDARP00000081527/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","E9QBV1","si:dkey-4p15.3","fd07f11","hspa8b","cltcb","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q6DH51","si:dkey-4p15.3","pqbp1l","hspa8b","pqbp1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","string-db","7955.ENSDARP00000049229/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","F6P697","si:dkey-4p15.3","HSF","hspa8b","hsf1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","A4VAK4","si:dkey-4p15.3","hsp1","hspa8b","hspb1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q5RKQ0","si:dkey-4p15.3","bcas2","hspa8b","bcas2","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q6P4V4","si:dkey-4p15.3","zgc:77673","hspa8b","ctnnbl1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q56A35","si:dkey-4p15.3","actr2b","hspa8b","actr2b","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Actin-related protein 2-B (Actin-like protein 2-B)","string-db","7955.ENSDARP00000093331/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","F1Q8K1","si:dkey-4p15.3","zgc:153612","hspa8b","hspa12a","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","B0UXR9","si:dkey-4p15.3","hsp70.1","hspa8b","B0UXR9","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","X1WBR5","si:dkey-4p15.3","Heat shock 70 kDa protein 4L","hspa8b","hspa4l","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q7SZZ5","si:dkey-4p15.3","wu:fj61c06","hspa8b","Q7SZZ5","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q5TZ27","si:dkey-4p15.3","syt1","hspa8b","syt1a","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","A0A286Y9F1","si:dkey-4p15.3","Clathrin light chain","hspa8b","A0A286Y9F1","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q5RGB5","si:dkey-4p15.3","si:ch211-255d18.4","hspa8b","rab3ab","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000043742","physical","txid7955" +"F1R9V3","Q90473","si:dkey-4p15.3","hspa8","hspa8b","Q90473","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000043742","physical","txid7955" +"F1Q8K3","A0A0R4ITP2","wu:fc22f04","Mjd","F1Q8K3","atxn3","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000118937","physical","txid7955" +"Q5RGE6","Q0R4G9","hspa14","HSPA12B","hspa14","Q0R4G9","Heat shock 70 kDa protein 14","HSPA12B (Heat shock 70 kDa protein 12B) (Heat shock protein 12B)","string-db","7955.ENSDARP00000081527/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","Q568T4","hspa14","hikeshi","hspa14","hikeshi","Heat shock 70 kDa protein 14","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","X1WBR5","hspa14","Heat shock 70 kDa protein 4L","hspa14","hspa4l","Heat shock 70 kDa protein 14","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","Q90473","hspa14","hspa8","hspa14","Q90473","Heat shock 70 kDa protein 14","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","F1Q8K1","hspa14","zgc:153612","hspa14","hspa12a","Heat shock 70 kDa protein 14","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","A0A8M1NE33","hspa14","si:ch211-199o1.2","hspa14","A0A8M1NE33","Heat shock 70 kDa protein 14","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000075275","physical","txid7955" +"Q5RGE6","B0UXR9","hspa14","hsp70.1","hspa14","B0UXR9","Heat shock 70 kDa protein 14","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000075275","physical","txid7955" +"B0UXR9","F1Q8K1","hsp70.1","zgc:153612","B0UXR9","hspa12a","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","string-db","7955.ENSDARP00000106960/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","A0A8M1NE33","hsp70.1","si:ch211-199o1.2","B0UXR9","A0A8M1NE33","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","Q7ZUP5","hsp70.1","dnaja2","B0UXR9","dnaja2a","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","string-db","7955.ENSDARP00000156655/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","Q568T4","hsp70.1","hikeshi","B0UXR9","hikeshi","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","X1WBR5","hsp70.1","Heat shock 70 kDa protein 4L","B0UXR9","hspa4l","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","F6P697","hsp70.1","HSF","B0UXR9","hsf1","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000103854","physical","txid7955" +"B0UXR9","F8W2D1","hsp70.1","wu:fb34f09","B0UXR9","fkbp4","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000103854","physical","txid7955" +"F1Q8K1","X1WBR5","zgc:153612","Heat shock 70 kDa protein 4L","hspa12a","hspa4l","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000106960","physical","txid7955" +"F1Q8K1","Q568T4","zgc:153612","hikeshi","hspa12a","hikeshi","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000106960","physical","txid7955" +"F1Q8K1","A0A8M1NE33","zgc:153612","si:ch211-199o1.2","hspa12a","A0A8M1NE33","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000106960","physical","txid7955" +"Q6PBT7","A8WHN3","dnajc19","si:ch211-163b2.6","Q6PBT7","timm17b","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","B0UXS6","dnajc19","zgc:174006","Q6PBT7","B0UXS6","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","Q7T2P6","dnajc19","timm23","Q6PBT7","Q7T2P6","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","E7F4T6","dnajc19","si:dkey-118j18.1","Q6PBT7","E7F4T6","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","Q7T1D8","dnajc19","wu:fa18f07","Q6PBT7","phb","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Prohibitin","string-db","7955.ENSDARP00000074525/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","Q6PBL0","dnajc19","pam16","Q6PBT7","Q6PBL0","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000065238","physical","txid7955" +"Q6PBT7","E7F0C3","dnajc19","si:dkey-25l11.3","Q6PBT7","grpel2","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000065238","physical","txid7955" +"Q5RG12","A0A8M1NE33","hsp90a.2","si:ch211-199o1.2","Q5RG12","A0A8M1NE33","Heat shock protein HSP 90-alpha","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F8W4B7","hsp90a.2","Histone deacetylase 6","Q5RG12","hdac6","Heat shock protein HSP 90-alpha","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F6NMN3","hsp90a.2","fc83f08","Q5RG12","ppp5c","Heat shock protein HSP 90-alpha","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000106662/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","B0UXR9","hsp90a.2","hsp70.1","Q5RG12","B0UXR9","Heat shock protein HSP 90-alpha","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","E7EXT6","hsp90a.2","non-specific serine/threonine protein kinase","Q5RG12","akt3b","Heat shock protein HSP 90-alpha","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000111940/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","B7SEE0","hsp90a.2","Interferon regulatory factor 3","Q5RG12","irf3","Heat shock protein HSP 90-alpha","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F1R9V3","hsp90a.2","si:dkey-4p15.3","Q5RG12","hspa8b","Heat shock protein HSP 90-alpha","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","A0A0N4SUD2","hsp90a.2","Ubi-p63E","Q5RG12","ubb","Heat shock protein HSP 90-alpha","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q6IQL7","hsp90a.2","wu:fb18b07","Q5RG12","ppid","Heat shock protein HSP 90-alpha","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q5U3E4","hsp90a.2","sgut1","Q5RG12","Q5U3E4","Heat shock protein HSP 90-alpha","Protein SGT1 homolog (SGT1 homolog, MIS12 kinetochore complex assembly cochaperone) (Zgc:103668)","string-db","7955.ENSDARP00000135565/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q0GKD6","hsp90a.2","wu:fk70c05","Q5RG12","tbk1","Heat shock protein HSP 90-alpha","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q5RKM3","hsp90a.2","fb36h09","Q5RG12","stip1","Heat shock protein HSP 90-alpha","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","A6YIH7","hsp90a.2","mr","Q5RG12","nr3c2","Heat shock protein HSP 90-alpha","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q7SXA3","hsp90a.2","zgc:66168","Q5RG12","rps27a","Heat shock protein HSP 90-alpha","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F6P697","hsp90a.2","HSF","Q5RG12","hsf1","Heat shock protein HSP 90-alpha","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q7SZQ8","hsp90a.2","ptges3","Q5RG12","ptges3a","Heat shock protein HSP 90-alpha","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","string-db","7955.ENSDARP00000054236/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q90473","hsp90a.2","hspa8","Q5RG12","Q90473","Heat shock protein HSP 90-alpha","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","B8JJL3","hsp90a.2","ER[b]1","Q5RG12","B8JJL3","Heat shock protein HSP 90-alpha","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F1QHN6","hsp90a.2","im:7042025","Q5RG12","ubc","Heat shock protein HSP 90-alpha","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","P57717","hsp90a.2","esr1","Q5RG12","P57717","Heat shock protein HSP 90-alpha","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","A4GT83","hsp90a.2","NR3C4","Q5RG12","A4GT83","Heat shock protein HSP 90-alpha","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","Q58EK5","hsp90a.2","tdrd1","Q5RG12","Q58EK5","Heat shock protein HSP 90-alpha","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000026065","physical","txid7955" +"Q5RG12","F8W2D1","hsp90a.2","wu:fb34f09","Q5RG12","fkbp4","Heat shock protein HSP 90-alpha","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000026065","physical","txid7955" +"O73872","Q6NWC1","sod1","VDAC1","sod1","vdac1","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000064375","physical","txid7955" +"O73872","Q6DHE6","sod1","kars","sod1","Q6DHE6","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","Lysine--tRNA ligase (EC 6.1.1.6) (Lysyl-tRNA synthetase)","string-db","7955.ENSDARP00000136176/7955.ENSDARP00000064375","physical","txid7955" +"O73872","B0UXS6","sod1","zgc:174006","sod1","B0UXS6","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","Heat shock 70 kDa protein isoform X2 (Heat shock cognate 70-kd protein, tandem duplicate 1) (Zgc:174006 protein)","string-db","7955.ENSDARP00000109199/7955.ENSDARP00000064375","physical","txid7955" +"A0A8M1NE33","Q568T4","si:ch211-199o1.2","hikeshi","A0A8M1NE33","hikeshi","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","Protein Hikeshi","string-db","7955.ENSDARP00000131338/7955.ENSDARP00000114162","physical","txid7955" +"A0A8M1NE33","X1WBR5","si:ch211-199o1.2","Heat shock 70 kDa protein 4L","A0A8M1NE33","hspa4l","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000114162","physical","txid7955" +"A0A8M1NE33","F8W2D1","si:ch211-199o1.2","wu:fb34f09","A0A8M1NE33","fkbp4","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000114162","physical","txid7955" +"A0A8M1NE33","F6P697","si:ch211-199o1.2","HSF","A0A8M1NE33","hsf1","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000114162","physical","txid7955" +"A0A8M1NE33","Q7ZUP5","si:ch211-199o1.2","dnaja2","A0A8M1NE33","dnaja2a","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","string-db","7955.ENSDARP00000156655/7955.ENSDARP00000114162","physical","txid7955" +"Q5RKM3","F8W2D1","fb36h09","wu:fb34f09","stip1","fkbp4","Stress-induced-phosphoprotein 1","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000100503","physical","txid7955" +"Q5RKM3","A0A8M1NE33","fb36h09","si:ch211-199o1.2","stip1","A0A8M1NE33","Stress-induced-phosphoprotein 1","Heat shock protein family A (Hsp70) member 1B (Uncharacterized protein LOC798846)","string-db","7955.ENSDARP00000114162/7955.ENSDARP00000100503","physical","txid7955" +"Q5RKM3","B0UXR9","fb36h09","hsp70.1","stip1","B0UXR9","Stress-induced-phosphoprotein 1","Heat shock 70 kDa protein isoform X1 (Heat shock cognate 70-kd protein, tandem duplicate 2)","string-db","7955.ENSDARP00000103854/7955.ENSDARP00000100503","physical","txid7955" +"Q7ZUG4","F1Q9F3","rab5al","im:7147158","Q7ZUG4","pik3c3","RAB5A, member RAS oncogene family like (RAB5A, member RAS oncogene family, b)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000010427","physical","txid7955" +"Q7ZUG4","Q6P0F0","rab5al","emc6","Q7ZUG4","emc6","RAB5A, member RAS oncogene family like (RAB5A, member RAS oncogene family, b)","ER membrane protein complex subunit 6 (Transmembrane protein 93)","string-db","7955.ENSDARP00000051134/7955.ENSDARP00000010427","physical","txid7955" +"Q7ZUG4","F1QS51","rab5al","Early endosome antigen 1","Q7ZUG4","F1QS51","RAB5A, member RAS oncogene family like (RAB5A, member RAS oncogene family, b)","Early endosome antigen 1","string-db","7955.ENSDARP00000085782/7955.ENSDARP00000010427","physical","txid7955" +"O73874","P57094","efnb2a","axin1","efnb2a","P57094","Ephrin-B2a","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000010432","physical","txid7955" +"O73874","O13147","efnb2a","ephb3","efnb2a","O13147","Ephrin-B2a","Ephrin type-B receptor 3 (EC 2.7.10.1) (EPH-like kinase 3) (Tyrosine-protein kinase receptor ZEK3)","string-db","7955.ENSDARP00000040208/7955.ENSDARP00000010432","physical","txid7955" +"O73874","O73878","efnb2a","ephb4b","efnb2a","O73878","Ephrin-B2a","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","psicquic","19765300;26190107","physical","txid7955" +"O73874","O13148","efnb2a","epha4a","efnb2a","O13148","Ephrin-B2a","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000010432","physical","txid7955" +"O73874","Q5VSJ4","efnb2a","fc51g03","efnb2a","Q5VSJ4","Ephrin-B2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000010432","physical","txid7955" +"O73874","O13146","efnb2a","epha3","efnb2a","O13146","Ephrin-B2a","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","psicquic","26190107;26190107;26190107","physical","txid7955" +"O73874","O73875","efnb2a","ephb4a","efnb2a","O73875","Ephrin-B2a","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","psicquic","19765300;26190107","physical","txid7955" +"O73874","Q8UVD6","efnb2a","wu:fa16d03","efnb2a","Q8UVD6","Ephrin-B2a","Brother of CDO","psicquic","19765300;26190107","physical","txid7955" +"O13148","Q90YC5","epha4a","D160","O13148","efna3b","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","Ephrin-A3 (Ephrin-A3b)","string-db","7955.ENSDARP00000133669/7955.ENSDARP00000123962","physical","txid7955" +"O13148","A0A2R8RI02","epha4a","Ephrin-B3-like","O13148","efnb3a","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","Ephrin-B3-like (Ephrin-B3a)","string-db","7955.ENSDARP00000145221/7955.ENSDARP00000123962","physical","txid7955" +"O13148","P79728","epha4a","efna5b","O13148","P79728","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000123962","physical","txid7955" +"O13146","Q90YC5","epha3","D160","O13146","efna3b","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","Ephrin-A3 (Ephrin-A3b)","psicquic","26190107","physical","txid7955" +"O13146","P79728","epha3","efna5b","O13146","P79728","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","psicquic","26190107;26190107","physical","txid7955" +"O13146","Q9DE36","epha3","Slit homolog 2 protein precursor","O13146","Q9DE36","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","Slit homolog 2 protein precursor (Slit2)","psicquic","26190107;26190107","physical","txid7955" +"F1R9E8","Q5RGB5","GAD65","si:ch211-255d18.4","F1R9E8","rab3ab","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q5TZ27","GAD65","syt1","F1R9E8","syt1a","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q8UUZ6","GAD65","wu:fc06h04","F1R9E8","cryaa","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Alpha-crystallin A chain","string-db","7955.ENSDARP00000070021/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q6DGJ0","GAD65","cb995","F1R9E8","dnajc5aa","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","string-db","7955.ENSDARP00000063056/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q5TZ66","GAD65","snap25a","F1R9E8","Q5TZ66","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","string-db","7955.ENSDARP00000019054/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q6DHG4","GAD65","cplx2a","F1R9E8","cplx2l","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q90473","GAD65","hspa8","F1R9E8","Q90473","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","Q7SZZ5","GAD65","wu:fj61c06","F1R9E8","Q7SZZ5","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","F1R9V3","GAD65","si:dkey-4p15.3","F1R9E8","hspa8b","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","string-db","7955.ENSDARP00000043742/7955.ENSDARP00000010443","physical","txid7955" +"F1R9E8","A1L1T3","GAD65","zgc:158324","F1R9E8","A1L1T3","Glutamate decarboxylase 2 (EC 4.1.1.15) (65 kDa glutamic acid decarboxylase) (Glutamate decarboxylase 65 kDa isoform)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000010443","physical","txid7955" +"Q6DGJ0","Q5TZ27","cb995","syt1","dnajc5aa","syt1a","DnaJ homolog subfamily C member 5 (Cysteine string protein)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000063056","physical","txid7955" +"Q6DGJ0","Q7SZZ5","cb995","wu:fj61c06","dnajc5aa","Q7SZZ5","DnaJ homolog subfamily C member 5 (Cysteine string protein)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000063056","physical","txid7955" +"Q6DGJ0","A1L1T3","cb995","zgc:158324","dnajc5aa","A1L1T3","DnaJ homolog subfamily C member 5 (Cysteine string protein)","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","string-db","7955.ENSDARP00000077888/7955.ENSDARP00000063056","physical","txid7955" +"Q6DGJ0","Q90473","cb995","hspa8","dnajc5aa","Q90473","DnaJ homolog subfamily C member 5 (Cysteine string protein)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000063056","physical","txid7955" +"Q6DGJ0","Q5RGB5","cb995","si:ch211-255d18.4","dnajc5aa","rab3ab","DnaJ homolog subfamily C member 5 (Cysteine string protein)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000063056","physical","txid7955" +"Q5RGB5","A0A0R4IJU5","si:ch211-255d18.4","zgc:123199","rab3ab","A0A0R4IJU5","Ras-related protein Rab-3","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","B0S6H8","si:ch211-255d18.4","ppfia2","rab3ab","ppfia4","Ras-related protein Rab-3","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","R4GE71","si:ch211-255d18.4","Synaptotagmin-like 2b","rab3ab","sytl2b","Ras-related protein Rab-3","Synaptotagmin-like 2b (Synaptotagmin-like protein 2)","string-db","7955.ENSDARP00000126784/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","A0A8M9QP53","si:ch211-255d18.4","zgc:158411","rab3ab","A0A8M9QP53","Ras-related protein Rab-3","Synaptotagmin-like 4 (Synaptotagmin-like protein 4 isoform X1)","string-db","7955.ENSDARP00000132181/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","B0UXI4","si:ch211-255d18.4","si:dkey-90n12.3","rab3ab","B0UXI4","Ras-related protein Rab-3","Synapsin-1 (Synapsin I)","string-db","7955.ENSDARP00000115298/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","Q5TZ25","si:ch211-255d18.4","fj39h11","rab3ab","Q5TZ25","Ras-related protein Rab-3","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","F1QFP0","si:ch211-255d18.4","Synaptotagmin-like 3","rab3ab","F1QFP0","Ras-related protein Rab-3","Synaptotagmin-like 3 (Synaptotagmin-like protein 3)","string-db","7955.ENSDARP00000114735/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","A0A0M3HEL3","si:ch211-255d18.4","zgc:172291","rab3ab","A0A0M3HEL3","Ras-related protein Rab-3","Synphilin-1 isoform X1 (Synuclein, alpha-interacting protein)","string-db","7955.ENSDARP00000131199/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","X1WCJ5","si:ch211-255d18.4","Liprin-alpha-3 isoform X1","rab3ab","ppfia3","Ras-related protein Rab-3","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","Q5TZ27","si:ch211-255d18.4","syt1","rab3ab","syt1a","Ras-related protein Rab-3","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","A2AR68","si:ch211-255d18.4","zgc:110600","rab3ab","gdi1","Ras-related protein Rab-3","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000095064","physical","txid7955" +"Q5RGB5","A3QK31","si:ch211-255d18.4","MGC163045","rab3ab","A3QK31","Ras-related protein Rab-3","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","string-db","7955.ENSDARP00000095254/7955.ENSDARP00000095064","physical","txid7955" +"A1L1T3","Q5TZ27","zgc:158324","syt1","A1L1T3","syt1a","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000077888","physical","txid7955" +"A1L1T3","Q90473","zgc:158324","hspa8","A1L1T3","Q90473","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000077888","physical","txid7955" +"A1L1T3","Q5RGB5","zgc:158324","si:ch211-255d18.4","A1L1T3","rab3ab","Vesicular inhibitory amino acid transporter (Solute carrier family 32 member 1) (Vesicular GABA transporter)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000077888","physical","txid7955" +"Q5RHQ7","A0A0R4IMS9","hnrnpu","DNA-directed RNA polymerase subunit","hnrnpub","polr2a","Heterogeneous nuclear ribonucleoprotein U","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000112099","physical","txid7955" +"Q5RHQ7","Q6DRH5","hnrnpu","nop10","hnrnpub","nop10","Heterogeneous nuclear ribonucleoprotein U","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000112099","physical","txid7955" +"Q5RHQ7","A0A0R4IZ84","hnrnpu","smg6","hnrnpub","A0A0R4IZ84","Heterogeneous nuclear ribonucleoprotein U","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000112099","physical","txid7955" +"Q5RHQ7","F1R2E0","hnrnpu","si:ch211-197g15.1","hnrnpub","hnrnpm","Heterogeneous nuclear ribonucleoprotein U","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000112099","physical","txid7955" +"Q5RHQ7","Q1LVF3","hnrnpu","smg7","hnrnpub","smg7","Heterogeneous nuclear ribonucleoprotein U","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000112099","physical","txid7955" +"Q5RHQ7","F1Q5Q3","hnrnpu","PAI-RBP1","hnrnpub","serbp1a","Heterogeneous nuclear ribonucleoprotein U","SERPINE1 mRNA binding protein 1a isoform X1 (SERPINE1 mRNA-binding protein 1a)","string-db","7955.ENSDARP00000115589/7955.ENSDARP00000112099","physical","txid7955" +"A0A8M2BIL8","P46530","elavl1","notch1a","A0A8M2BIL8","P46530","ELAV-like protein","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000120506","physical","txid7955" +"A0A8M2BIL8","Q6NYU8","elavl1","hnrpab","A0A8M2BIL8","hnrnpaba","ELAV-like protein","Heterogeneous nuclear ribonucleoprotein A/B","string-db","7955.ENSDARP00000124217/7955.ENSDARP00000120506","physical","txid7955" +"F1R688","Q6P7E4","T-box transcription factor 4","pdlim7","tbx4","Q6P7E4","T-box transcription factor 4 (T-box transcription factor TBX4)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000010616","physical","txid7955" +"E7F1G6","A0A2R8QFS1","b2m","mhc2d8.35a1","E7F1G6","A0A2R8QFS1","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","H-2 class II histocompatibility antigen, A-Q alpha chain (Si:dkey-33b17.1)","string-db","7955.ENSDARP00000151819/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4IMX2","b2m","im:7145364","E7F1G6","A0A0R4IMX2","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4ISW2","b2m","si:zfos-2070c2.3","E7F1G6","A0A0R4ISW2","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Rano class II histocompatibility antigen, A beta chain-like (Si:zfos-2070c2.3)","string-db","7955.ENSDARP00000140023/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4ICL5","b2m","Protein transport protein Sec24A isoform X2","E7F1G6","sec24a","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A2R8QBK0","b2m","fb73h12","E7F1G6","A0A2R8QBK0","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4IR31","b2m","LOC103911540","E7F1G6","A0A0R4IR31","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","H-2 class II histocompatibility antigen, E-S beta chain-like (Zgc:103700)","string-db","7955.ENSDARP00000154033/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4IRA8","b2m","si:busm1-160c18.3","E7F1G6","A0A0R4IRA8","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","Q8WM94","b2m","si:busm1-194e12.11","E7F1G6","Q8WM94","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Novel protein similar to MHC class II alpha chain (Si:busm1-194e12.11) (Uncharacterized protein LOC368614 precursor)","string-db","7955.ENSDARP00000136215/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0R4IZK4","b2m","mhc1lca","E7F1G6","si:dkey-225f5.5","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","X1WF83","b2m","si:ch211-147g22.3","E7F1G6","X1WF83","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","Q7SZE5","b2m","sec23a","E7F1G6","Q7SZE5","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","Q6PBX2","b2m","sara2","E7F1G6","sar1b","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A0G2KIH5","b2m","si:dkey-52p2.4","E7F1G6","A0A0G2KIH5","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","X1WF74","b2m","Si:dkey-52p2.5","E7F1G6","X1WF74","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000109065","physical","txid7955" +"E7F1G6","A0A1L1QZR0","b2m","si:ch73-158p21.3","E7F1G6","A0A1L1QZR0","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","H-2 class II histocompatibility antigen, E-S beta chain isoform X1 (Si:ch73-158p21.3)","string-db","7955.ENSDARP00000143185/7955.ENSDARP00000109065","physical","txid7955" +"E9QGK9","Q6NV18","c19orf39","nhej1","swsap1","Q6NV18","SWIM-type zinc finger 7-associated protein 1","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000120384","physical","txid7955" +"F1Q9E8","E7F558","zgc:165595","Mismatch repair endonuclease PMS2","lig4","pms2","DNA ligase (EC 6.5.1.1)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","A0A0R4IB13","zgc:165595","Ku80","lig4","A0A0R4IB13","DNA ligase (EC 6.5.1.1)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","A4FVI0","zgc:165595","zswim7","lig4","zswim7","DNA ligase (EC 6.5.1.1)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","B3DFL2","zgc:165595","im:7144246","lig4","B3DFL2","DNA ligase (EC 6.5.1.1)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","F1QZ60","zgc:165595","Ku70","lig4","xrcc6","DNA ligase (EC 6.5.1.1)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","E9QGK9","zgc:165595","c19orf39","lig4","swsap1","DNA ligase (EC 6.5.1.1)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000080083","physical","txid7955" +"F1Q9E8","Q6NV18","zgc:165595","nhej1","lig4","Q6NV18","DNA ligase (EC 6.5.1.1)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000080083","physical","txid7955" +"B3DFL2","A4FVI0","im:7144246","zswim7","B3DFL2","zswim7","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000098900","physical","txid7955" +"B3DFL2","E7F558","im:7144246","Mismatch repair endonuclease PMS2","B3DFL2","pms2","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000098900","physical","txid7955" +"B3DFL2","E9QGK9","im:7144246","c19orf39","B3DFL2","swsap1","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000098900","physical","txid7955" +"B3DFL2","Q6NV18","im:7144246","nhej1","B3DFL2","Q6NV18","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000098900","physical","txid7955" +"Q6PBP2","Q6NY87","zgc:73312","zgc:77511","Q6PBP2","ercc1","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","string-db","7955.ENSDARP00000041750/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","E7F4J7","zgc:73312","DNA-dependent protein kinase catalytic subunit","Q6PBP2","E7F4J7","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","string-db","7955.ENSDARP00000051678/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","E7F558","zgc:73312","Mismatch repair endonuclease PMS2","Q6PBP2","pms2","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","Q5RGE5","zgc:73312","dclre1c","Q6PBP2","dclre1c","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","Q6NV18","zgc:73312","nhej1","Q6PBP2","Q6NV18","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","A0A0R4IB13","zgc:73312","Ku80","Q6PBP2","A0A0R4IB13","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","E9QGK9","zgc:73312","c19orf39","Q6PBP2","swsap1","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","F1Q9E8","zgc:73312","zgc:165595","Q6PBP2","lig4","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","Q1LVE4","zgc:73312","wu:fb12d05","Q6PBP2","xpc","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","string-db","7955.ENSDARP00000058099/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","F1QZ60","zgc:73312","Ku70","Q6PBP2","xrcc6","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","A4FVI0","zgc:73312","zswim7","Q6PBP2","zswim7","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000025376","physical","txid7955" +"Q6PBP2","B3DFL2","zgc:73312","im:7144246","Q6PBP2","B3DFL2","DNA repair protein XRCC4 (X-ray repair-complementing defective repair in Chinese hamster cells 4)","PAXX non-homologous end joining factor (Protein PAXX) (Zgc:193538)","string-db","7955.ENSDARP00000098900/7955.ENSDARP00000025376","physical","txid7955" +"P52160","F1QI36","myca","cb896spalt","P52160","sall1a","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Sal-like protein 1 (Spalt-like transcription factor 1a)","string-db","7955.ENSDARP00000102655/7955.ENSDARP00000100455","physical","txid7955" +"P52160","A1L1N5","myca","hnf1ba","P52160","A1L1N5","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Hepatocyte nuclear factor 1-beta-A (HNF-1-beta-A) (HNF-1B-A) (Hepatocyte nuclear factor 1-beta-2) (HNF-1B-2) (Transcription factor 2) (TCF-2) (Variant hepatic nuclear factor 1) (vHNF1)","string-db","7955.ENSDARP00000119593/7955.ENSDARP00000100455","physical","txid7955" +"P52160","F1RE66","myca","Roundabout homolog 4 isoform X1","P52160","robo4","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Roundabout homolog 4 isoform X1 (Roundabout, axon guidance receptor, homolog 4 (Drosophila))","string-db","7955.ENSDARP00000112841/7955.ENSDARP00000100455","physical","txid7955" +"P52160","Q9I9P9","myca","smad2","P52160","smad2","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000100455","physical","txid7955" +"P52160","Q5PQZ4","myca","fb48g05","P52160","tfap2c","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Transcription factor AP-2 gamma","string-db","7955.ENSDARP00000123798/7955.ENSDARP00000100455","physical","txid7955" +"P52160","P79734","myca","tp53","P52160","tp53","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000100455","physical","txid7955" +"Q6NV18","A0A0R4IB13","nhej1","Ku80","Q6NV18","A0A0R4IB13","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000124126","physical","txid7955" +"A4FVI0","E9QGK9","zswim7","c19orf39","zswim7","swsap1","Zinc finger SWIM domain-containing protein 7","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000114854","physical","txid7955" +"A4FVI0","Q6NV18","zswim7","nhej1","zswim7","Q6NV18","Zinc finger SWIM domain-containing protein 7","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000114854","physical","txid7955" +"E7F558","E9QGK9","Mismatch repair endonuclease PMS2","c19orf39","pms2","swsap1","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","SWIM-type zinc finger 7-associated protein 1","string-db","7955.ENSDARP00000120384/7955.ENSDARP00000099444","physical","txid7955" +"E7F558","Q6NV18","Mismatch repair endonuclease PMS2","nhej1","pms2","Q6NV18","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000099444","physical","txid7955" +"E7F558","A4FVI0","Mismatch repair endonuclease PMS2","zswim7","pms2","zswim7","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","Zinc finger SWIM domain-containing protein 7","string-db","7955.ENSDARP00000114854/7955.ENSDARP00000099444","physical","txid7955" +"Q4W898","Q0PKX7","tnf","fasl","Q4W898","Q0PKX7","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000010728","physical","txid7955" +"Q4W898","Q2PRG5","tnf","OR126-1","Q4W898","Q2PRG5","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Olfactory receptor","string-db","7955.ENSDARP00000123029/7955.ENSDARP00000010728","physical","txid7955" +"Q4W898","A0A0R4IVP0","tnf","im:7141239","Q4W898","A0A0R4IVP0","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000010728","physical","txid7955" +"Q2PRG5","Q6YLH9","OR126-1","CAV1","Q2PRG5","cav1","Olfactory receptor","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000123029","physical","txid7955" +"Q6TGV5","Q6NZ09","gankyrin","adrm1b","psmd10","Q6NZ09","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000010745","physical","txid7955" +"Q6TGV5","Q4VBR8","gankyrin","psma2","psmd10","psma2","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000010745","physical","txid7955" +"Q6TGV5","F1QMF9","gankyrin","si:zc14a17.5","psmd10","nedd8","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000010745","physical","txid7955" +"Q6TGV5","B3DG31","gankyrin","si:rp71-45k5.4","psmd10","B3DG31","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000010745","physical","txid7955" +"F1R419","P79734","tp53bp2","tp53","F1R419","tp53","Apoptosis-stimulating of p53 protein 2 isoform X1 (Tumor protein p53-binding protein, 2a)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000010764","physical","txid7955" +"F1R419","B0S576","tp53bp2","TAp73","F1R419","tp73","Apoptosis-stimulating of p53 protein 2 isoform X1 (Tumor protein p53-binding protein, 2a)","Cellular tumor antigen p53","string-db","7955.ENSDARP00000109674/7955.ENSDARP00000010764","physical","txid7955" +"B0S576","P79734","TAp73","tp53","tp73","tp53","Cellular tumor antigen p53","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000109674","physical","txid7955" +"B0S6A7","A0A0N4SUD2","UbcD2","Ubi-p63E","ube2e3","ubb","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000010840","physical","txid7955" +"B0S6A7","F1QHN6","UbcD2","im:7042025","ube2e3","ubc","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000010840","physical","txid7955" +"B0S6A7","Q6DG68","UbcD2","wu:fb38h07","ube2e3","ube2e2","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000010840","physical","txid7955" +"B0S6A7","A7MBT5","UbcD2","ube2e1","ube2e3","A7MBT5","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","Ubiquitin-conjugating enzyme E2 E1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 1) (Zgc:171646 protein)","string-db","7955.ENSDARP00000105375/7955.ENSDARP00000010840","physical","txid7955" +"B0S6A7","Q7SXA3","UbcD2","zgc:66168","ube2e3","rps27a","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000010840","physical","txid7955" +"Q9PW80","A0A8M2BIL8","igf2bp3","elavl1","igf2bp3","A0A8M2BIL8","Insulin-like growth factor 2 mRNA-binding protein 3 (IGF2 mRNA-binding protein 3) (IMP-3) (Decapentaplegic and Vg-related 1 RNA-binding protein) (IGF-II mRNA-binding protein 3) (VICKZ family member 3) (Vg1 RNA-binding protein) (Vg1-RBP)","ELAV-like protein","string-db","7955.ENSDARP00000120506/7955.ENSDARP00000010878","physical","txid7955" +"F1R2I5","Q5YKG4","Alpha-1D adrenergic receptor","gna12","F1R2I5","gna12a","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q15KE4","Alpha-1D adrenergic receptor","zgc:110302","F1R2I5","Q15KE4","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","A0A0G2L6W9","Alpha-1D adrenergic receptor","Guanine nucleotide-binding protein subunit gamma","F1R2I5","A0A0G2L6W9","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","A0A2R8RKX9","Alpha-1D adrenergic receptor","zgc:101614","F1R2I5","A0A2R8RKX9","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q5BJ11","Alpha-1D adrenergic receptor","im:7138539","F1R2I5","gnb2","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","A0A8M3ANZ5","Alpha-1D adrenergic receptor","gng12","F1R2I5","A0A8M3ANZ5","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6TH03","Alpha-1D adrenergic receptor","xx:tdsubc_2c12","F1R2I5","gng5","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q90Z40","Alpha-1D adrenergic receptor","[g]3","F1R2I5","gng3","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000015972/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q5YKG3","Alpha-1D adrenergic receptor","gna13","F1R2I5","gna13a","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6DGZ5","Alpha-1D adrenergic receptor","zgc:92709","F1R2I5","gng7","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","A1L271","Alpha-1D adrenergic receptor","gnb5a","F1R2I5","gnb5a","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q503Q6","Alpha-1D adrenergic receptor","zgc:110316","F1R2I5","Q503Q6","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6DH00","Alpha-1D adrenergic receptor","zgc:92704","F1R2I5","gng13b","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6DH55","Alpha-1D adrenergic receptor","zgc:92641","F1R2I5","gnb3a","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6PBN9","Alpha-1D adrenergic receptor","gng1","F1R2I5","Q6PBN9","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q803H5","Alpha-1D adrenergic receptor","gnb1l","F1R2I5","gnb1b","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000010895","physical","txid7955" +"F1R2I5","Q6PBR4","Alpha-1D adrenergic receptor","gngt2","F1R2I5","Q6PBR4","Alpha-1D adrenergic receptor (Alpha-1D adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000010895","physical","txid7955" +"Q6DHT2","P79735","zgc:92085","ran","Q6DHT2","ran","Elongation factor 1-alpha","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","string-db","7955.ENSDARP00000108629/7955.ENSDARP00000010921","physical","txid7955" +"P79735","Q5SPJ8","ran","xpot","ran","Q5SPJ8","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","Exportin-T (Exportin(tRNA)) (tRNA exportin)","string-db","7955.ENSDARP00000138742/7955.ENSDARP00000108629","physical","txid7955" +"P79735","Q568F0","ran","eef1a1l2","ran","eef1a1b","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","Elongation factor 1-alpha","string-db","7955.ENSDARP00000118774/7955.ENSDARP00000108629","physical","txid7955" +"P79735","Q92005","ran","eef1a","ran","eef1a","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","string-db","7955.ENSDARP00000148761/7955.ENSDARP00000108629","physical","txid7955" +"P79735","A5WW24","ran","ipo8","ran","A5WW24","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","Importin-8 (Imp8)","string-db","7955.ENSDARP00000110587/7955.ENSDARP00000108629","physical","txid7955" +"P79735","A0A0R4IMZ8","ran","wu:fc12b10","ran","A0A0R4IMZ8","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000108629","physical","txid7955" +"Q7ZVS9","P52160","mycb","myca","mycb","P52160","Transcriptional regulator Myc-B (c-Myc-B)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000010970","physical","txid7955" +"Q90Z98","B0V1H3","bcl2l","Gene2604","bcl2l1","si:ch211-195h23.3","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","CARD-like protein (Caspase recruitment domain-containing protein 8) (Si:ch211-195h23.3)","string-db","7955.ENSDARP00000111270/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","B8JK68","bcl2l","BCL2-like 11","bcl2l1","B8JK68","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","BCL2-like 11","string-db","7955.ENSDARP00000097551/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","F1RCP1","bcl2l","becn1","bcl2l1","F1RCP1","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q6NWC1","bcl2l","VDAC1","bcl2l1","vdac1","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","F8W266","bcl2l","Apoptosis regulator Bcl-2","bcl2l1","F8W266","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","A0A2R8Q8S1","bcl2l","wu:fa04e08","bcl2l1","kras","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q9I9N6","bcl2l","pycard","bcl2l1","Q9I9N6","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","string-db","7955.ENSDARP00000055920/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","A0A386CAB9","bcl2l","nlrp1","bcl2l1","A0A386CAB9","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q4V925","bcl2l","bad","bcl2l1","badb","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","string-db","7955.ENSDARP00000071687/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q564A4","bcl2l","bcl2","bcl2l1","bcl2a","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q0GKC8","bcl2l","zgc:162379","bcl2l1","pmaip1","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Noxa (Phorbol-12-myristate-13-acetate-induced protein 1)","string-db","7955.ENSDARP00000105705/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","A0A2R8QL23","bcl2l","im:6902407","bcl2l1","siva1","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Apoptosis regulatory protein Siva (SIVA1, apoptosis-inducing factor)","string-db","7955.ENSDARP00000156081/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","B0S6V5","bcl2l","Si:dkey-10c21.1","bcl2l1","B0S6V5","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Si:dkey-10c21.1","string-db","7955.ENSDARP00000104147/7955.ENSDARP00000027919","physical","txid7955" +"Q90Z98","Q502L2","bcl2l","pgam5","bcl2l1","pgam5","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","Serine/threonine-protein phosphatase PGAM5, mitochondrial (EC 3.1.3.16) (Phosphoglycerate mutase family member 5)","string-db","7955.ENSDARP00000051620/7955.ENSDARP00000027919","physical","txid7955" +"Q2LGG1","Q90413","fgf6","fgfr4","fgf6a","Q90413","Fibroblast growth factor (FGF)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000010978","physical","txid7955" +"E7EZQ7","Q08C78","NAC alpha domain-containing","wu:fb05d06","E7EZQ7","btf3","NAC alpha domain-containing (Uncharacterized protein nacad isoform X1)","Transcription factor BTF3","string-db","7955.ENSDARP00000051294/7955.ENSDARP00000010986","physical","txid7955" +"E7EZQ7","Q8JIU7","NAC alpha domain-containing","naca","E7EZQ7","naca","NAC alpha domain-containing (Uncharacterized protein nacad isoform X1)","Nascent polypeptide-associated complex subunit alpha (NAC-alpha) (Alpha-NAC)","string-db","7955.ENSDARP00000025953/7955.ENSDARP00000010986","physical","txid7955" +"Q8JIU7","Q804S5","naca","mib1","naca","mib1","Nascent polypeptide-associated complex subunit alpha (NAC-alpha) (Alpha-NAC)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000025953","physical","txid7955" +"Q8JIU7","Q08C78","naca","wu:fb05d06","naca","btf3","Nascent polypeptide-associated complex subunit alpha (NAC-alpha) (Alpha-NAC)","Transcription factor BTF3","string-db","7955.ENSDARP00000051294/7955.ENSDARP00000025953","physical","txid7955" +"Q08C78","Q6AXJ2","wu:fb05d06","eif3ha","btf3","eif3ha","Transcription factor BTF3","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000051294","physical","txid7955" +"Q08C78","E7FCK6","wu:fb05d06","Nuclear FMR1-interacting protein 2","btf3","E7FCK6","Transcription factor BTF3","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","string-db","7955.ENSDARP00000090987/7955.ENSDARP00000051294","physical","txid7955" +"Q08C78","Q6PBK3","wu:fb05d06","rps28","btf3","rps28","Transcription factor BTF3","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000051294","physical","txid7955" +"Q08C78","Q5RHZ5","wu:fb05d06","wu:fe25a04","btf3","si:ch211-214j24.10","Transcription factor BTF3","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","string-db","7955.ENSDARP00000067377/7955.ENSDARP00000051294","physical","txid7955" +"Q08C78","Q5PR67","wu:fb05d06","eif3hb","btf3","eif3hb","Transcription factor BTF3","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000051294","physical","txid7955" +"Q6NZ01","A0A8M2BBW7","Brain-derived neurotrophic factor","si:dkey-97m3.4","bdnf","A0A8M2BBW7","Brain-derived neurotrophic factor (BDNF)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","Q9DE49","Brain-derived neurotrophic factor","pdgfra","bdnf","Q9DE49","Brain-derived neurotrophic factor (BDNF)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","F6P1M3","Brain-derived neurotrophic factor","trk","bdnf","F6P1M3","Brain-derived neurotrophic factor (BDNF)","Tyrosine-protein kinase receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000018941/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","F1RDG9","Brain-derived neurotrophic factor","fynb","bdnf","fynb","Brain-derived neurotrophic factor (BDNF)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","A0A0R4IH08","Brain-derived neurotrophic factor","si:dkey-163f12.8","bdnf","itpr3","Brain-derived neurotrophic factor (BDNF)","Inositol 1,4,5-trisphosphate receptor","string-db","7955.ENSDARP00000133340/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","Q71E64","Brain-derived neurotrophic factor","Gria1","bdnf","gria1b","Brain-derived neurotrophic factor (BDNF)","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","string-db","7955.ENSDARP00000044734/7955.ENSDARP00000010990","physical","txid7955" +"Q6NZ01","Q90Z00","Brain-derived neurotrophic factor","fgfr1a","bdnf","fgfr1a","Brain-derived neurotrophic factor (BDNF)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","string-db","7955.ENSDARP00000013742/7955.ENSDARP00000010990","physical","txid7955" +"Q71E64","B0UZC8","Gria1","vwc2l","gria1b","vwc2l","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7FEG9","Gria1","grik3","gria1b","E7FEG9","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E9QCW1","Gria1","Calcium channel, voltage-dependent, gamma subunit 8b","gria1b","cacng8b","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","Q5BLC7","Gria1","shisa9a","gria1b","Q5BLC7","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A2R8QF68","Gria1","grik2","gria1b","grik2","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","B8JLR6","Gria1","wu:fq25a07","gria1b","B8JLR6","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A286Y8J8","Gria1","LOC100535636","gria1b","LOC100535636","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","B0I1T8","Gria1","brorin","gria1b","vwc2","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7F8B1","Gria1","Brorin-like","gria1b","E7F8B1","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A8M1NH89","Gria1","si:ch211-243a20.1","gria1b","A0A8M1NH89","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7FGK7","Gria1","cacng4","gria1b","E7FGK7","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A2CG69","Gria1","gria3.1","gria1b","A2CG69","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","F1QKT1","Gria1","glur2b","gria1b","gria2b","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A8M1P8P0","Gria1","zgc:112144","gria1b","A0A8M1P8P0","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7F0R2","Gria1","Protein shisa-9","gria1b","E7F0R2","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","F1QDE5","Gria1","Glutamate receptor","gria1b","grin2ab","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7EY10","Gria1","Voltage-dependent calcium channel gamma-3 subunit","gria1b","E7EY10","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A0R4INZ4","Gria1","Calcium channel, voltage-dependent, gamma subunit 2b","gria1b","A0A0R4INZ4","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","X1WEB1","Gria1","Calcium channel, voltage-dependent, gamma subunit 5b","gria1b","cacng5b","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","F1R366","Gria1","NMDAR1.1","gria1b","grin1a","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","E7FH62","Gria1","il12rb2l","gria1b","E7FH62","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A8M1QHZ3","Gria1","Glutamate receptor","gria1b","A0A8M1QHZ3","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A2R8RZ78","Gria1","shisa6","gria1b","A0A2R8RZ78","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","I3NI77","Gria1","Glutamate receptor ionotropic, NMDA 2D","gria1b","grin2da","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","B3DHW5","Gria1","shisa9b","gria1b","B3DHW5","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A2R8QF91","Gria1","Calcium channel, voltage-dependent, gamma subunit 4a","gria1b","A0A2R8QF91","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","A0A8M2B6I1","Gria1","Protein shisa-7 isoform X1","gria1b","A0A8M2B6I1","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","Q71E60","Gria1","glur3b","gria1b","Q71E60","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000044734","physical","txid7955" +"Q71E64","F6NW67","Gria1","si:dkey-21p19.1","gria1b","F6NW67","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000044734","physical","txid7955" +"F6P1M3","F1QAD7","trk","phosphatidylinositol-4,5-bisphosphate 3-kinase","F6P1M3","pik3ca","Tyrosine-protein kinase receptor (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","E9QBV1","trk","fd07f11","F6P1M3","cltcb","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","B0V151","trk","im:5777505","F6P1M3","B0V151","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","string-db","7955.ENSDARP00000045932/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","A0A0R4IKQ9","trk","Insulin receptor substrate 2","F6P1M3","irs2b","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","E7F4B2","trk","GRF2","F6P1M3","rapgef1b","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q7ZW98","trk","ap2m1b","F6P1M3","Q7ZW98","Tyrosine-protein kinase receptor (EC 2.7.10.1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","B0S6V7","trk","wu:fb65b05","F6P1M3","pik3r1","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","E7F4P8","trk","Insulin receptor substrate 1","F6P1M3","irs1","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q7T163","trk","kidins220b","F6P1M3","Q7T163","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Kinase D-interacting substrate of 220 kDa B (Ankyrin repeat-rich membrane-spanning protein B)","string-db","7955.ENSDARP00000122680/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","E7F251","trk","phosphatidylinositol-4,5-bisphosphate 3-kinase","F6P1M3","pik3cb","Tyrosine-protein kinase receptor (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6DEM2","trk","fb34h10","F6P1M3","crk","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6PH06","trk","wu:fj60e01","F6P1M3","crkl","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","string-db","7955.ENSDARP00000037263/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6P937","trk","wu:fb61d08","F6P1M3","clta","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6YBR5","trk","ngf","F6P1M3","ngf","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6B337","trk","GIPC","F6P1M3","gipc1","Tyrosine-protein kinase receptor (EC 2.7.10.1)","GAIP c-terminus interacting protein 1 (GIPC PDZ domain-containing family, member 1) (PDZ domain-containing protein GIPC1) (Regulator of G-protein signaling 19-interacting protein 1)","string-db","7955.ENSDARP00000134004/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","F1Q5H9","trk","frs2","F6P1M3","frs2b","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Fibroblast growth factor receptor substrate 2b","string-db","7955.ENSDARP00000114775/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6PC73","trk","grb2","F6P1M3","grb2b","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q803T6","trk","sh3gl2","F6P1M3","sh3gl2a","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q5RKN6","trk","zgc:103549","F6P1M3","grb2a","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6NYJ9","trk","fa16e07","F6P1M3","ap2b1","Tyrosine-protein kinase receptor (EC 2.7.10.1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","Q6PEJ2","trk","zgc:65827","F6P1M3","ap2s1","Tyrosine-protein kinase receptor (EC 2.7.10.1)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000018941","physical","txid7955" +"F6P1M3","A0A8M2BBW7","trk","si:dkey-97m3.4","F6P1M3","A0A8M2BBW7","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000018941","physical","txid7955" +"Q32TF8","Q58EK5","efhc2","tdrd1","Q32TF8","Q58EK5","EF-hand domain-containing family member C2","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000010992","physical","txid7955" +"F1QT45","Q6PG31","fb24d03","rnps1","pnn","Q6PG31","Pinin","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","Q6PC41","fb24d03","zgc:73118","pnn","sap18","Pinin","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","F1QNX7","fb24d03","upf3b","pnn","upf3b","Pinin","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","string-db","7955.ENSDARP00000011948/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","Q7ZVA6","fb24d03","eif4a3","pnn","Q7ZVA6","Pinin","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","Q1ECZ4","fb24d03","casc3","pnn","casc3","Pinin","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","string-db","7955.ENSDARP00000040064/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","Q5D018","fb24d03","rbm8a","pnn","rbm8a","Pinin","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","string-db","7955.ENSDARP00000026575/7955.ENSDARP00000011002","physical","txid7955" +"F1QT45","Q566Y8","fb24d03","magoh","pnn","magoh","Pinin","Protein mago nashi homolog","string-db","7955.ENSDARP00000056404/7955.ENSDARP00000011002","physical","txid7955" +"Q6PC41","Q1LYM8","zgc:73118","si:dkey-6n6.6","sap18","Q1LYM8","Histone deacetylase complex subunit SAP18","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","F6NIA2","zgc:73118","aof2","sap18","kdm1a","Histone deacetylase complex subunit SAP18","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","Q6PG31","zgc:73118","rnps1","sap18","Q6PG31","Histone deacetylase complex subunit SAP18","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","B8JJJ1","zgc:73118","zgc:92021","sap18","suds3","Histone deacetylase complex subunit SAP18","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","A0A2R8RTX5","zgc:73118","Metastasis-associated 1","sap18","mta1","Histone deacetylase complex subunit SAP18","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","Q2EI20","zgc:73118","rest","sap18","Q2EI20","Histone deacetylase complex subunit SAP18","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","F1RBT2","zgc:73118","DNA helicase","sap18","chd4b","Histone deacetylase complex subunit SAP18","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","A5D6S0","zgc:73118","Paired amphipathic helix protein Sin3a","sap18","sin3aa","Histone deacetylase complex subunit SAP18","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","A0A8M9PN25","zgc:73118","PHD finger protein 21A isoform X6","sap18","A0A8M9PN25","Histone deacetylase complex subunit SAP18","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","Q7ZVA6","zgc:73118","eif4a3","sap18","Q7ZVA6","Histone deacetylase complex subunit SAP18","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000075051","physical","txid7955" +"Q6PC41","Q7ZTY4","zgc:73118","rbbp7","sap18","Q7ZTY4","Histone deacetylase complex subunit SAP18","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000075051","physical","txid7955" +"Q6TH15","Q6DRC4","eif3d","eif3g","eif3d","eif3g","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q567V6","eif3d","eif3k","eif3d","Q567V6","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","X1WET9","eif3d","eif3b","eif3d","eif3ba","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","B3DIU1","eif3d","cul3","eif3d","cul3b","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7T3B0","eif3d","eif3m","eif3d","Q7T3B0","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","string-db","7955.ENSDARP00000024129/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","F6NVK8","eif3d","cul3","eif3d","cul3a","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7ZW93","eif3d","Eukaryotic Translation initiation factor 1B","eif3d","eif1b","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q6DRI1","eif3d","eif3ea","eif3d","eif3ea","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7T2A5","eif3d","eif3l","eif3d","Q7T2A5","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q5PR67","eif3d","eif3hb","eif3d","eif3hb","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7ZUI8","eif3d","eif1b","eif3d","eif1","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q6P3J5","eif3d","eef2b","eif3d","eef2b","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","string-db","7955.ENSDARP00000131100/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q6PFQ2","eif3d","eif3c","eif3d","Q6PFQ2","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","string-db","7955.ENSDARP00000011344/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q6AXJ2","eif3d","eif3ha","eif3d","eif3ha","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7ZWD3","eif3d","eif2s1l","eif3d","eif2s1a","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000026560/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q6PCR7","eif3d","eif3a","eif3d","Q6PCR7","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7ZV55","eif3d","eif3i","eif3d","eif3i","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","string-db","7955.ENSDARP00000017792/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7ZWA9","eif3d","wu:fb37c12","eif3d","eif5","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 5","string-db","7955.ENSDARP00000020566/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q9I9E9","eif3d","eif2s1","eif3d","eif2s1b","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q7SXU0","eif3d","eif3ja","eif3d","Q7SXU0","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","F1QGW6","eif3d","eif2s3","eif3d","eif2s3","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000011011","physical","txid7955" +"Q6TH15","Q803P1","eif3d","eif3jb","eif3d","Q803P1","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000011011","physical","txid7955" +"X1WET9","Q7T2A5","eif3b","eif3l","eif3ba","Q7T2A5","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000128740","physical","txid7955" +"X1WET9","Q6AXJ2","eif3b","eif3ha","eif3ba","eif3ha","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000128740","physical","txid7955" +"Q567V6","Q7ZW93","eif3k","Eukaryotic Translation initiation factor 1B","Q567V6","eif1b","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q7SXU0","eif3k","eif3ja","Q567V6","Q7SXU0","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q6DRI1","eif3k","eif3ea","Q567V6","eif3ea","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","X1WET9","eif3k","eif3b","Q567V6","eif3ba","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q7ZUI8","eif3k","eif1b","Q567V6","eif1","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q7T2A5","eif3k","eif3l","Q567V6","Q7T2A5","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q6AXJ2","eif3k","eif3ha","Q567V6","eif3ha","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000089482","physical","txid7955" +"Q567V6","Q6PCR7","eif3k","eif3a","Q567V6","Q6PCR7","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000089482","physical","txid7955" +"Q6DRC4","Q6PCR7","eif3g","eif3a","eif3g","Q6PCR7","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q7T2A5","eif3g","eif3l","eif3g","Q7T2A5","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q5PR67","eif3g","eif3hb","eif3g","eif3hb","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q6AXJ2","eif3g","eif3ha","eif3g","eif3ha","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","F1QGW6","eif3g","eif2s3","eif3g","eif2s3","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q7ZUI8","eif3g","eif1b","eif3g","eif1","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q7SXU0","eif3g","eif3ja","eif3g","Q7SXU0","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","X1WET9","eif3g","eif3b","eif3g","eif3ba","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","A0A0R4IMF6","eif3g","eif4b","eif3g","eif4ba","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q6DRI1","eif3g","eif3ea","eif3g","eif3ea","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q803P1","eif3g","eif3jb","eif3g","Q803P1","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q7ZW93","eif3g","Eukaryotic Translation initiation factor 1B","eif3g","eif1b","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q567V6","eif3g","eif3k","eif3g","Q567V6","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000027672","physical","txid7955" +"Q6DRC4","Q9I9E9","eif3g","eif2s1","eif3g","eif2s1b","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000027672","physical","txid7955" +"Q7ZW93","Q7T2A5","Eukaryotic Translation initiation factor 1B","eif3l","eif1b","Q7T2A5","Eukaryotic Translation initiation factor 1B (Zgc:56676)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000120624","physical","txid7955" +"Q7ZW93","X1WET9","Eukaryotic Translation initiation factor 1B","eif3b","eif1b","eif3ba","Eukaryotic Translation initiation factor 1B (Zgc:56676)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000120624","physical","txid7955" +"Q7ZW93","Q6AXJ2","Eukaryotic Translation initiation factor 1B","eif3ha","eif1b","eif3ha","Eukaryotic Translation initiation factor 1B (Zgc:56676)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000120624","physical","txid7955" +"Q7ZW93","Q7SXU0","Eukaryotic Translation initiation factor 1B","eif3ja","eif1b","Q7SXU0","Eukaryotic Translation initiation factor 1B (Zgc:56676)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000120624","physical","txid7955" +"Q7T3B0","Q567V6","eif3m","eif3k","Q7T3B0","Q567V6","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q6DRC4","eif3m","eif3g","Q7T3B0","eif3g","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q7ZWD3","eif3m","eif2s1l","Q7T3B0","eif2s1a","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000026560/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q6DRI1","eif3m","eif3ea","Q7T3B0","eif3ea","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q9I9E9","eif3m","eif2s1","Q7T3B0","eif2s1b","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q7SXU0","eif3m","eif3ja","Q7T3B0","Q7SXU0","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q6PCR7","eif3m","eif3a","Q7T3B0","Q6PCR7","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q7ZW93","eif3m","Eukaryotic Translation initiation factor 1B","Q7T3B0","eif1b","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q6AXJ2","eif3m","eif3ha","Q7T3B0","eif3ha","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q803P1","eif3m","eif3jb","Q7T3B0","Q803P1","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","X1WET9","eif3m","eif3b","Q7T3B0","eif3ba","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q7T2A5","eif3m","eif3l","Q7T3B0","Q7T2A5","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q7ZUI8","eif3m","eif1b","Q7T3B0","eif1","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000024129","physical","txid7955" +"Q7T3B0","Q5PR67","eif3m","eif3hb","Q7T3B0","eif3hb","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000024129","physical","txid7955" +"Q6DRI1","Q7ZW93","eif3ea","Eukaryotic Translation initiation factor 1B","eif3ea","eif1b","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000106853","physical","txid7955" +"Q6DRI1","Q6AXJ2","eif3ea","eif3ha","eif3ea","eif3ha","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000106853","physical","txid7955" +"Q6DRI1","X1WET9","eif3ea","eif3b","eif3ea","eif3ba","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000106853","physical","txid7955" +"Q6DRI1","Q7SXU0","eif3ea","eif3ja","eif3ea","Q7SXU0","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000106853","physical","txid7955" +"Q6DRI1","Q7ZUI8","eif3ea","eif1b","eif3ea","eif1","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000106853","physical","txid7955" +"Q6DRI1","Q7T2A5","eif3ea","eif3l","eif3ea","Q7T2A5","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000106853","physical","txid7955" +"Q5PR67","Q7ZUI8","eif3hb","eif1b","eif3hb","eif1","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q7T2A5","eif3hb","eif3l","eif3hb","Q7T2A5","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q6PCR7","eif3hb","eif3a","eif3hb","Q6PCR7","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q6AXJ2","eif3hb","eif3ha","eif3hb","eif3ha","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q803P1","eif3hb","eif3jb","eif3hb","Q803P1","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q7SXU0","eif3hb","eif3ja","eif3hb","Q7SXU0","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q9I9E9","eif3hb","eif2s1","eif3hb","eif2s1b","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q6PBK3","eif3hb","rps28","eif3hb","rps28","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","X1WET9","eif3hb","eif3b","eif3hb","eif3ba","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q567V6","eif3hb","eif3k","eif3hb","Q567V6","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q7ZW93","eif3hb","Eukaryotic Translation initiation factor 1B","eif3hb","eif1b","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q6DRI1","eif3hb","eif3ea","eif3hb","eif3ea","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","E7FCK6","eif3hb","Nuclear FMR1-interacting protein 2","eif3hb","E7FCK6","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","string-db","7955.ENSDARP00000090987/7955.ENSDARP00000052433","physical","txid7955" +"Q5PR67","Q5RHZ5","eif3hb","wu:fe25a04","eif3hb","si:ch211-214j24.10","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","string-db","7955.ENSDARP00000067377/7955.ENSDARP00000052433","physical","txid7955" +"Q6PFQ2","Q6DRI1","eif3c","eif3ea","Q6PFQ2","eif3ea","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7SXU0","eif3c","eif3ja","Q6PFQ2","Q7SXU0","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7T3B0","eif3c","eif3m","Q6PFQ2","Q7T3B0","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","string-db","7955.ENSDARP00000024129/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7ZV55","eif3c","eif3i","Q6PFQ2","eif3i","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","string-db","7955.ENSDARP00000017792/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q6PCR7","eif3c","eif3a","Q6PFQ2","Q6PCR7","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","F1QGW6","eif3c","eif2s3","Q6PFQ2","eif2s3","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7T2A5","eif3c","eif3l","Q6PFQ2","Q7T2A5","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q6AXJ2","eif3c","eif3ha","Q6PFQ2","eif3ha","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7ZWA9","eif3c","wu:fb37c12","Q6PFQ2","eif5","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 5","string-db","7955.ENSDARP00000020566/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7ZWD3","eif3c","eif2s1l","Q6PFQ2","eif2s1a","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000026560/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7ZW93","eif3c","Eukaryotic Translation initiation factor 1B","Q6PFQ2","eif1b","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q803P1","eif3c","eif3jb","Q6PFQ2","Q803P1","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q7ZUI8","eif3c","eif1b","Q6PFQ2","eif1","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q5PR67","eif3c","eif3hb","Q6PFQ2","eif3hb","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","X1WET9","eif3c","eif3b","Q6PFQ2","eif3ba","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q9I9E9","eif3c","eif2s1","Q6PFQ2","eif2s1b","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q6DRC4","eif3c","eif3g","Q6PFQ2","eif3g","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000011344","physical","txid7955" +"Q6PFQ2","Q567V6","eif3c","eif3k","Q6PFQ2","Q567V6","Eukaryotic translation initiation factor 3 subunit C (eIF3c) (Eukaryotic translation initiation factor 3 subunit 8)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000011344","physical","txid7955" +"Q7ZUI8","Q7T2A5","eif1b","eif3l","eif1","Q7T2A5","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000114512","physical","txid7955" +"Q7ZUI8","Q6AXJ2","eif1b","eif3ha","eif1","eif3ha","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000114512","physical","txid7955" +"Q7ZUI8","Q7SXU0","eif1b","eif3ja","eif1","Q7SXU0","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000114512","physical","txid7955" +"Q7ZUI8","Q7ZW93","eif1b","Eukaryotic Translation initiation factor 1B","eif1","eif1b","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000114512","physical","txid7955" +"Q7ZUI8","X1WET9","eif1b","eif3b","eif1","eif3ba","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000114512","physical","txid7955" +"Q7ZWD3","Q7SXU0","eif2s1l","eif3ja","eif2s1a","Q7SXU0","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q6DRC4","eif2s1l","eif3g","eif2s1a","eif3g","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","F1QGW6","eif2s1l","eif2s3","eif2s1a","eif2s3","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q7ZW93","eif2s1l","Eukaryotic Translation initiation factor 1B","eif2s1a","eif1b","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q9I9E9","eif2s1l","eif2s1","eif2s1a","eif2s1b","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q5PR67","eif2s1l","eif3hb","eif2s1a","eif3hb","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","X1WET9","eif2s1l","eif3b","eif2s1a","eif3ba","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q6PCR7","eif2s1l","eif3a","eif2s1a","Q6PCR7","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q7ZUI8","eif2s1l","eif1b","eif2s1a","eif1","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q567V6","eif2s1l","eif3k","eif2s1a","Q567V6","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q6AXJ2","eif2s1l","eif3ha","eif2s1a","eif3ha","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q7T2A5","eif2s1l","eif3l","eif2s1a","Q7T2A5","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q803P1","eif2s1l","eif3jb","eif2s1a","Q803P1","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q6NXC7","eif2s1l","zgc:77512","eif2s1a","Q6NXC7","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Translation initiation factor eIF-2B subunit beta (eIF-2B GDP-GTP exchange factor subunit beta)","string-db","7955.ENSDARP00000060688/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWD3","Q6DRI1","eif2s1l","eif3ea","eif2s1a","eif3ea","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000026560","physical","txid7955" +"Q7ZWA9","Q6DRC4","wu:fb37c12","eif3g","eif5","eif3g","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","X1WET9","wu:fb37c12","eif3b","eif5","eif3ba","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q6AXJ2","wu:fb37c12","eif3ha","eif5","eif3ha","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","F1QYM4","wu:fb37c12","wbscr1","eif5","F1QYM4","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 4H","string-db","7955.ENSDARP00000117924/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q7SXU0","wu:fb37c12","eif3ja","eif5","Q7SXU0","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q6PCR7","wu:fb37c12","eif3a","eif5","Q6PCR7","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q6DRI1","wu:fb37c12","eif3ea","eif5","eif3ea","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","A0A0R4IMF6","wu:fb37c12","eif4b","eif5","eif4ba","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q7ZUI8","wu:fb37c12","eif1b","eif5","eif1","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q5PR67","wu:fb37c12","eif3hb","eif5","eif3hb","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000020566","physical","txid7955" +"Q7ZWA9","Q803P1","wu:fb37c12","eif3jb","eif5","Q803P1","Eukaryotic translation initiation factor 5","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000020566","physical","txid7955" +"Q6PCR7","Q7T2A5","eif3a","eif3l","Q6PCR7","Q7T2A5","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","Q7SXU0","eif3a","eif3ja","Q6PCR7","Q7SXU0","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","Q6AXJ2","eif3a","eif3ha","Q6PCR7","eif3ha","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","Q6DRI1","eif3a","eif3ea","Q6PCR7","eif3ea","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","Q7ZUI8","eif3a","eif1b","Q6PCR7","eif1","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","X1WET9","eif3a","eif3b","Q6PCR7","eif3ba","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000102398","physical","txid7955" +"Q6PCR7","Q7ZW93","eif3a","Eukaryotic Translation initiation factor 1B","Q6PCR7","eif1b","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000102398","physical","txid7955" +"Q7ZV55","Q6AXJ2","eif3i","eif3ha","eif3i","eif3ha","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7T3B0","eif3i","eif3m","eif3i","Q7T3B0","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit M (eIF3m)","string-db","7955.ENSDARP00000024129/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q6DRI1","eif3i","eif3ea","eif3i","eif3ea","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","X1WET9","eif3i","eif3b","eif3i","eif3ba","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q6DRC4","eif3i","eif3g","eif3i","eif3g","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","string-db","7955.ENSDARP00000027672/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q803P1","eif3i","eif3jb","eif3i","Q803P1","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7SXU0","eif3i","eif3ja","eif3i","Q7SXU0","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7ZW93","eif3i","Eukaryotic Translation initiation factor 1B","eif3i","eif1b","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7ZWA9","eif3i","wu:fb37c12","eif3i","eif5","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 5","string-db","7955.ENSDARP00000020566/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q5PR67","eif3i","eif3hb","eif3i","eif3hb","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7ZWD3","eif3i","eif2s1l","eif3i","eif2s1a","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000026560/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q9I9E9","eif3i","eif2s1","eif3i","eif2s1b","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q567V6","eif3i","eif3k","eif3i","Q567V6","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","F1QGW6","eif3i","eif2s3","eif3i","eif2s3","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7ZUI8","eif3i","eif1b","eif3i","eif1","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q7T2A5","eif3i","eif3l","eif3i","Q7T2A5","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000017792","physical","txid7955" +"Q7ZV55","Q6PCR7","eif3i","eif3a","eif3i","Q6PCR7","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000017792","physical","txid7955" +"Q6AXJ2","Q7T2A5","eif3ha","eif3l","eif3ha","Q7T2A5","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000129950","physical","txid7955" +"Q803P1","Q6AXJ2","eif3jb","eif3ha","Q803P1","eif3ha","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q7SXU0","eif3jb","eif3ja","Q803P1","Q7SXU0","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q7ZUI8","eif3jb","eif1b","Q803P1","eif1","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q6PCR7","eif3jb","eif3a","Q803P1","Q6PCR7","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q7T2A5","eif3jb","eif3l","Q803P1","Q7T2A5","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q567V6","eif3jb","eif3k","Q803P1","Q567V6","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q6DRI1","eif3jb","eif3ea","Q803P1","eif3ea","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","X1WET9","eif3jb","eif3b","Q803P1","eif3ba","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000069883","physical","txid7955" +"Q803P1","Q7ZW93","eif3jb","Eukaryotic Translation initiation factor 1B","Q803P1","eif1b","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000069883","physical","txid7955" +"Q9I9E9","Q6PCR7","eif2s1","eif3a","eif2s1b","Q6PCR7","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q7SXU0","eif2s1","eif3ja","eif2s1b","Q7SXU0","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","X1WET9","eif2s1","eif3b","eif2s1b","eif3ba","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q803P1","eif2s1","eif3jb","eif2s1b","Q803P1","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q7ZUI8","eif2s1","eif1b","eif2s1b","eif1","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","string-db","7955.ENSDARP00000114512/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q6DRI1","eif2s1","eif3ea","eif2s1b","eif3ea","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q567V6","eif2s1","eif3k","eif2s1b","Q567V6","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit K (eIF3k) (Eukaryotic translation initiation factor 3 subunit 12) (eIF-3 p25)","string-db","7955.ENSDARP00000089482/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q6AXJ2","eif2s1","eif3ha","eif2s1b","eif3ha","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q5RIE1","eif2s1","si:ch211-101l18.4","eif2s1b","Q5RIE1","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Translation initiation factor eIF-2B subunit delta (eIF-2B GDP-GTP exchange factor subunit delta)","string-db","7955.ENSDARP00000106707/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q7ZW93","eif2s1","Eukaryotic Translation initiation factor 1B","eif2s1b","eif1b","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","string-db","7955.ENSDARP00000120624/7955.ENSDARP00000068470","physical","txid7955" +"Q9I9E9","Q7T2A5","eif2s1","eif3l","eif2s1b","Q7T2A5","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000068470","physical","txid7955" +"Q7SXU0","Q7T2A5","eif3ja","eif3l","Q7SXU0","Q7T2A5","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","Eukaryotic translation initiation factor 3 subunit L (eIF3l) (Eukaryotic translation initiation factor 3 subunit 6-interacting protein) (Eukaryotic translation initiation factor 3 subunit E-interacting protein)","string-db","7955.ENSDARP00000134724/7955.ENSDARP00000124801","physical","txid7955" +"Q7SXU0","Q6AXJ2","eif3ja","eif3ha","Q7SXU0","eif3ha","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000124801","physical","txid7955" +"Q7SXU0","X1WET9","eif3ja","eif3b","Q7SXU0","eif3ba","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000124801","physical","txid7955" +"F1QGW6","Q6DRI1","eif2s3","eif3ea","eif2s3","eif3ea","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","string-db","7955.ENSDARP00000106853/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q6DEG5","eif2s3","polr2e","eif2s3","polr2eb","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q7SXU0","eif2s3","eif3ja","eif2s3","Q7SXU0","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit J-A (eIF3j-A) (Eukaryotic translation initiation factor 3 subunit 1-A) (eIF-3-alpha-A) (eIF3 p35-A)","string-db","7955.ENSDARP00000124801/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q9I9E9","eif2s3","eif2s1","eif2s3","eif2s1b","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","X1WET9","eif2s3","eif3b","eif2s3","eif3ba","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q803P1","eif2s3","eif3jb","eif2s3","Q803P1","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit J-B (eIF3j-B) (Eukaryotic translation initiation factor 3 subunit 1-B) (eIF-3-alpha-B) (eIF3 p35-B)","string-db","7955.ENSDARP00000069883/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q5PR67","eif2s3","eif3hb","eif2s3","eif3hb","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","string-db","7955.ENSDARP00000052433/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","A9LDD9","eif2s3","glycine hydroxymethyltransferase","eif2s3","shmt2","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","glycine hydroxymethyltransferase (EC 2.1.2.1)","string-db","7955.ENSDARP00000132340/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q6AXJ2","eif2s3","eif3ha","eif2s3","eif3ha","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q5RIE1","eif2s3","si:ch211-101l18.4","eif2s3","Q5RIE1","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Translation initiation factor eIF-2B subunit delta (eIF-2B GDP-GTP exchange factor subunit delta)","string-db","7955.ENSDARP00000106707/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","Q6PCR7","eif2s3","eif3a","eif2s3","Q6PCR7","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Eukaryotic translation initiation factor 3 subunit A (eIF3a) (Eukaryotic translation initiation factor 3 subunit 10) (eIF-3-theta)","string-db","7955.ENSDARP00000102398/7955.ENSDARP00000027695","physical","txid7955" +"F1QGW6","A5PN55","eif2s3","zgc:100941","eif2s3","me2","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","Malic enzyme","string-db","7955.ENSDARP00000132162/7955.ENSDARP00000027695","physical","txid7955" +"Q5BJJ7","A7MBZ2","bccip","fam46a","Q5BJJ7","A7MBZ2","Protein BCCIP homolog","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000071346/7955.ENSDARP00000011145","physical","txid7955" +"Q5BJJ7","A0JPF6","bccip","fam46b","Q5BJJ7","tent5ba","Protein BCCIP homolog","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","string-db","7955.ENSDARP00000058423/7955.ENSDARP00000011145","physical","txid7955" +"A7MBZ2","F1R509","fam46a","zgc:158782","A7MBZ2","mto1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Protein MTO1 homolog, mitochondrial","string-db","7955.ENSDARP00000072515/7955.ENSDARP00000071346","physical","txid7955" +"A7MBZ2","A0A2R8PVS7","fam46a","trip6","A7MBZ2","A0A2R8PVS7","polynucleotide adenylyltransferase (EC 2.7.7.19)","Thyroid hormone receptor interactor 6 (Thyroid receptor-interacting protein 6 isoform X2)","string-db","7955.ENSDARP00000142895/7955.ENSDARP00000071346","physical","txid7955" +"A0JPF6","F1R509","fam46b","zgc:158782","tent5ba","mto1","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","Protein MTO1 homolog, mitochondrial","string-db","7955.ENSDARP00000072515/7955.ENSDARP00000058423","physical","txid7955" +"A0JPF6","A0A2R8PVS7","fam46b","trip6","tent5ba","A0A2R8PVS7","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","Thyroid hormone receptor interactor 6 (Thyroid receptor-interacting protein 6 isoform X2)","string-db","7955.ENSDARP00000142895/7955.ENSDARP00000058423","physical","txid7955" +"Q4V9P9","Q6P5M3","nol11","hm:zeh0819","Q4V9P9","rps9","Nucleolar protein 11-like","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","Q4VBT2","nol11","noc4l","Q4V9P9","Q4VBT2","Nucleolar protein 11-like","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","Q6PBW3","nol11","fa92e08","Q4V9P9","rps14","Nucleolar protein 11-like","Ribosomal protein S14","string-db","7955.ENSDARP00000053207/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","Q66I02","nol11","zgc:92127","Q4V9P9","Q66I02","Nucleolar protein 11-like","Something about silencing protein 10 (UTP3 small subunit processome component) (Zgc:92127)","string-db","7955.ENSDARP00000073711/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","P62084","nol11","rps7","Q4V9P9","rps7","Nucleolar protein 11-like","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","A0A0R4IQW7","nol11","Small subunit processome component 20 homolog","Q4V9P9","utp20","Nucleolar protein 11-like","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","B8JLP0","nol11","im:7151586","Q4V9P9","dhx37","Nucleolar protein 11-like","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","string-db","7955.ENSDARP00000085164/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","Q6NWC3","nol11","fc94f01","Q4V9P9","rps2","Nucleolar protein 11-like","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","Q568H9","nol11","zgc:110288","Q4V9P9","fcf1","Nucleolar protein 11-like","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000032159","physical","txid7955" +"Q4V9P9","A0A0R4IJV5","nol11","ATP-dependent RNA helicase","Q4V9P9","ddx52","Nucleolar protein 11-like","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000032159","physical","txid7955" +"B8JLP0","Q6P5M3","im:7151586","hm:zeh0819","dhx37","rps9","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000085164","physical","txid7955" +"B8JLP0","A0A0R4IQW7","im:7151586","Small subunit processome component 20 homolog","dhx37","utp20","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000085164","physical","txid7955" +"B8JLP0","A0A0R4IJV5","im:7151586","ATP-dependent RNA helicase","dhx37","ddx52","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000133983/7955.ENSDARP00000085164","physical","txid7955" +"B8JLP0","Q6NWC3","im:7151586","fc94f01","dhx37","rps2","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000085164","physical","txid7955" +"B8JLP0","P62084","im:7151586","rps7","dhx37","rps7","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000085164","physical","txid7955" +"B8JLP0","Q568H9","im:7151586","zgc:110288","dhx37","fcf1","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","string-db","7955.ENSDARP00000130801/7955.ENSDARP00000085164","physical","txid7955" +"Q6PC90","B5DDE8","fa95a02","LOC100000836","rps12","rps8b","40S ribosomal protein S12","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q8JGS9","fa95a02","rps18","rps12","rps18","40S ribosomal protein S12","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6NWC3","fa95a02","fc94f01","rps12","rps2","40S ribosomal protein S12","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","B3DHM1","fa95a02","Ubiquitin-like","rps12","B3DHM1","40S ribosomal protein S12","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6PBT1","fa95a02","zgc:73262","rps12","rps27.2","40S ribosomal protein S12","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","P62084","fa95a02","rps7","rps12","rps7","40S ribosomal protein S12","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q5BJA1","fa95a02","Small ribosomal subunit protein eS17","rps12","-","40S ribosomal protein S12","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6PBK3","fa95a02","rps28","rps12","rps28","40S ribosomal protein S12","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q3B7P7","fa95a02","wu:fa91f08","rps12","uba52","40S ribosomal protein S12","Ubiquitin-ribosomal protein eL40 fusion protein","string-db","7955.ENSDARP00000060744/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6Q420","fa95a02","rps15a","rps12","rps15a","40S ribosomal protein S12","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6P5M3","fa95a02","hm:zeh0819","rps12","rps9","40S ribosomal protein S12","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6Q421","fa95a02","wu:fa93f04","rps12","rps15","40S ribosomal protein S12","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q642H9","fa95a02","rps4x","rps12","rps4x","40S ribosomal protein S12","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q7ZV05","fa95a02","wu:fa91c09","rps12","rps11","40S ribosomal protein S12","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q5VSI2","fa95a02","zgc:162401","rps12","mrps11","40S ribosomal protein S12","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q1LWH1","fa95a02","im:6906552","rps12","rps16","40S ribosomal protein S12","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q9PV90","fa95a02","rplp0","rps12","Q9PV90","40S ribosomal protein S12","Large ribosomal subunit protein uL10 (60S acidic ribosomal protein P0) (60S ribosomal protein L10E)","string-db","7955.ENSDARP00000067953/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q4QRJ7","fa95a02","eif2a","rps12","Q4QRJ7","40S ribosomal protein S12","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","A0A0N4SUD2","fa95a02","Ubi-p63E","rps12","ubb","40S ribosomal protein S12","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","P62247","fa95a02","rps8","rps12","rps8","40S ribosomal protein S12","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6PC01","fa95a02","fau","rps12","Q6PC01","40S ribosomal protein S12","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q803F6","fa95a02","rpsa","rps12","rpsa","40S ribosomal protein S12","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6Q419","fa95a02","zgc:113935","rps12","rps29","40S ribosomal protein S12","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","string-db","7955.ENSDARP00000060443/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q7SXA3","fa95a02","zgc:66168","rps12","rps27a","40S ribosomal protein S12","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","F1RA98","fa95a02","im:7142593","rps12","F1RA98","40S ribosomal protein S12","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","string-db","7955.ENSDARP00000064110/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6PC80","fa95a02","chunp6933","rps12","rps5","40S ribosomal protein S12","Ribosomal protein S5","string-db","7955.ENSDARP00000063788/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6P6E2","fa95a02","wu:fa91f03","rps12","Q6P6E2","40S ribosomal protein S12","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","Q6PBI5","fa95a02","rps25","rps12","rps25","40S ribosomal protein S12","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000053541","physical","txid7955" +"Q6PC90","B7ZD34","fa95a02","wu:fa66b02","rps12","rps24","40S ribosomal protein S12","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000053541","physical","txid7955" +"A0A0R4IJV5","Q6P5M3","ATP-dependent RNA helicase","hm:zeh0819","ddx52","rps9","ATP-dependent RNA helicase (EC 3.6.4.13)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000133983","physical","txid7955" +"A0A0R4IJV5","A0A0R4IQW7","ATP-dependent RNA helicase","Small subunit processome component 20 homolog","ddx52","utp20","ATP-dependent RNA helicase (EC 3.6.4.13)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","string-db","7955.ENSDARP00000138699/7955.ENSDARP00000133983","physical","txid7955" +"B5DDE8","Q6PBK3","LOC100000836","rps28","rps8b","rps28","40S ribosomal protein S8","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q5VSI2","LOC100000836","zgc:162401","rps8b","mrps11","40S ribosomal protein S8","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6PC01","LOC100000836","fau","rps8b","Q6PC01","40S ribosomal protein S8","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6P6E2","LOC100000836","wu:fa91f03","rps8b","Q6P6E2","40S ribosomal protein S8","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q642H9","LOC100000836","rps4x","rps8b","rps4x","40S ribosomal protein S8","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6PBI5","LOC100000836","rps25","rps8b","rps25","40S ribosomal protein S8","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6Q420","LOC100000836","rps15a","rps8b","rps15a","40S ribosomal protein S8","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6Q421","LOC100000836","wu:fa93f04","rps8b","rps15","40S ribosomal protein S8","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q803F6","LOC100000836","rpsa","rps8b","rpsa","40S ribosomal protein S8","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","B7ZD34","LOC100000836","wu:fa66b02","rps8b","rps24","40S ribosomal protein S8","40S ribosomal protein S24","string-db","7955.ENSDARP00000091586/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q8JGS9","LOC100000836","rps18","rps8b","rps18","40S ribosomal protein S8","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","string-db","7955.ENSDARP00000133054/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6P5M3","LOC100000836","hm:zeh0819","rps8b","rps9","40S ribosomal protein S8","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","B3DHM1","LOC100000836","Ubiquitin-like","rps8b","B3DHM1","40S ribosomal protein S8","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","A0A0N4SUD2","LOC100000836","Ubi-p63E","rps8b","ubb","40S ribosomal protein S8","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q4QRJ7","LOC100000836","eif2a","rps8b","Q4QRJ7","40S ribosomal protein S8","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","P62084","LOC100000836","rps7","rps8b","rps7","40S ribosomal protein S8","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q5BJA1","LOC100000836","Small ribosomal subunit protein eS17","rps8b","-","40S ribosomal protein S8","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","string-db","7955.ENSDARP00000127775/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q7SXA3","LOC100000836","zgc:66168","rps8b","rps27a","40S ribosomal protein S8","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000074464","physical","txid7955" +"B5DDE8","Q6NWC3","LOC100000836","fc94f01","rps8b","rps2","40S ribosomal protein S8","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000074464","physical","txid7955" +"Q7ZW00","Q5PNM7","agk","si:dkey-204f11.61","agk","timm29","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","Mitochondrial import inner membrane translocase subunit Tim29 (Translocase of inner mitochondrial membrane 29) (Zgc:110046)","string-db","7955.ENSDARP00000055251/7955.ENSDARP00000011155","physical","txid7955" +"Q7ZW00","E7FA60","agk","timm22","agk","timm22","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000011155","physical","txid7955" +"Q7ZW00","Q568N4","agk","timm10b","agk","Q568N4","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","string-db","7955.ENSDARP00000064462/7955.ENSDARP00000011155","physical","txid7955" +"Q5PNM7","E7FA60","si:dkey-204f11.61","timm22","timm29","timm22","Mitochondrial import inner membrane translocase subunit Tim29 (Translocase of inner mitochondrial membrane 29) (Zgc:110046)","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000055251","physical","txid7955" +"Q5PNM7","Q568N4","si:dkey-204f11.61","timm10b","timm29","Q568N4","Mitochondrial import inner membrane translocase subunit Tim29 (Translocase of inner mitochondrial membrane 29) (Zgc:110046)","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","string-db","7955.ENSDARP00000064462/7955.ENSDARP00000055251","physical","txid7955" +"Q568N4","F1QCP6","timm10b","tafazzin","Q568N4","taz","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Tafazzin (Taz) (EC 2.3.1.-)","string-db","7955.ENSDARP00000120241/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","Q7T2P6","timm10b","timm23","Q568N4","Q7T2P6","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","E7FA60","timm10b","timm22","Q568N4","timm22","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","Q6DGJ3","timm10b","timm13","Q568N4","timm13","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit Tim13","string-db","7955.ENSDARP00000075599/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","Q8JHI0","timm10b","SLC25A5","Q568N4","slc25a5","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","Q9W762","timm10b","timm9","Q568N4","Q9W762","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","Q6DI06","timm10b","timm10","Q568N4","Q6DI06","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit Tim10","string-db","7955.ENSDARP00000091094/7955.ENSDARP00000064462","physical","txid7955" +"Q568N4","A8WHN3","timm10b","si:ch211-163b2.6","Q568N4","timm17b","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000064462","physical","txid7955" +"E7FA60","Q9W762","timm22","timm9","timm22","Q9W762","Mitochondrial import inner membrane translocase subunit TIM22","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000106052","physical","txid7955" +"E7FA60","F1QCP6","timm22","tafazzin","timm22","taz","Mitochondrial import inner membrane translocase subunit TIM22","Tafazzin (Taz) (EC 2.3.1.-)","string-db","7955.ENSDARP00000120241/7955.ENSDARP00000106052","physical","txid7955" +"Q7T355","F1REN0","wu:fa09c12","cul5","arih2","F1REN0","RBR-type E3 ubiquitin transferase (EC 2.3.2.31)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000011198","physical","txid7955" +"Q7ZSX3","Q90YL6","ptf1a","zFF1","ptf1a","nr5a2","Pancreas transcription factor 1 subunit alpha (Pancreas-specific transcription factor 1a) (bHLH transcription factor p48)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000011265","physical","txid7955" +"Q90YL6","A4FVM2","zFF1","si:ch73-368j24.13","nr5a2","A4FVM2","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000141532","physical","txid7955" +"Q90YL6","A0A140LG54","zFF1","Histone H2B","nr5a2","si:dkey-23a13.22","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000141532","physical","txid7955" +"Q90YL6","A0A140LGS2","zFF1","Histone H2A","nr5a2","si:ch1073-153i20.5","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000141532","physical","txid7955" +"Q90YL6","E7EZ61","zFF1","fc11a05","nr5a2","znf217","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000141532","physical","txid7955" +"Q7ZUN7","A0A2R9YJH5","fb37h03","fi14g08","ckmt1","ckmt2a","Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Ubiquitous mitochondrial creatine kinase)","Creatine kinase S-type, mitochondrial (EC 2.7.3.2) (Sarcomeric mitochondrial creatine kinase)","string-db","7955.ENSDARP00000092223/7955.ENSDARP00000011271","physical","txid7955" +"Q7ZU89","Q6DKF5","arcn1l","Coatomer subunit zeta","arcn1b","copz2","Coatomer subunit delta","Coatomer subunit zeta","string-db","7955.ENSDARP00000120170/7955.ENSDARP00000047901","physical","txid7955" +"Q7ZU89","Q66HV4","arcn1l","copb1","arcn1b","copb1","Coatomer subunit delta","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","string-db","7955.ENSDARP00000073498/7955.ENSDARP00000047901","physical","txid7955" +"Q7ZWG9","Q90X27","sigmar1","cb918","Q7ZWG9","xbp1","Sigma non-opioid intracellular receptor 1 (Sigma 1-type opioid receptor) (Sigma1-receptor) (Sigma1R)","X-box-binding protein 1","string-db","7955.ENSDARP00000106586/7955.ENSDARP00000011354","physical","txid7955" +"Q7ZWG9","Q8AWD0","sigmar1","wu:fa01a08","Q7ZWG9","vdac2","Sigma non-opioid intracellular receptor 1 (Sigma 1-type opioid receptor) (Sigma1-receptor) (Sigma1R)","Voltage-dependent anion-selective channel protein 2","string-db","7955.ENSDARP00000014456/7955.ENSDARP00000011354","physical","txid7955" +"Q8AWD0","F1Q6F3","wu:fa01a08","zgc:92465","vdac2","F1Q6F3","Voltage-dependent anion-selective channel protein 2","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","E7FCZ2","wu:fa01a08","fk35b11","vdac2","E7FCZ2","Voltage-dependent anion-selective channel protein 2","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","A8HAJ8","wu:fa01a08","si:ch211-188c16.3","vdac2","A8HAJ8","Voltage-dependent anion-selective channel protein 2","Complement component C8 beta chain (Complement component 8 subunit beta)","string-db","7955.ENSDARP00000057735/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","B8A565","wu:fa01a08","wu:fb60b05","vdac2","B8A565","Voltage-dependent anion-selective channel protein 2","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","E7F996","wu:fa01a08","si:dkeyp-71f10.4","vdac2","E7F996","Voltage-dependent anion-selective channel protein 2","Perforin 1.9 (Perforin 3a)","string-db","7955.ENSDARP00000080171/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","E7FDP2","wu:fa01a08","ATP-dependent 6-phosphofructokinase","vdac2","E7FDP2","Voltage-dependent anion-selective channel protein 2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000029635/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","B8A5H6","wu:fa01a08","cb370","vdac2","B8A5H6","Voltage-dependent anion-selective channel protein 2","hexokinase (EC 2.7.1.1)","string-db","7955.ENSDARP00000056522/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","A0A0R4ID68","wu:fa01a08","zgc:110298","vdac2","pfklb","Voltage-dependent anion-selective channel protein 2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000131945/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q6NWC1","wu:fa01a08","VDAC1","vdac2","vdac1","Voltage-dependent anion-selective channel protein 2","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q6WFZ4","wu:fa01a08","fc02d09","vdac2","Q6WFZ4","Voltage-dependent anion-selective channel protein 2","Metaxin-2 (Mtx2 protein)","string-db","7955.ENSDARP00000041857/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","B0R197","wu:fa01a08","wu:fb01e12","vdac2","vdac3","Voltage-dependent anion-selective channel protein 2","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","I3IS28","wu:fa01a08","Perforin 1.7","vdac2","I3IS28","Voltage-dependent anion-selective channel protein 2","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q5CZR5","wu:fa01a08","aep1","vdac2","Q5CZR5","Voltage-dependent anion-selective channel protein 2","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","string-db","7955.ENSDARP00000057100/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q564A4","wu:fa01a08","bcl2","vdac2","bcl2a","Voltage-dependent anion-selective channel protein 2","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","I3ITP0","wu:fa01a08","prf1.8","vdac2","I3ITP0","Voltage-dependent anion-selective channel protein 2","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","A0A8M9PWA7","wu:fa01a08","Complement component 7b","vdac2","A0A8M9PWA7","Voltage-dependent anion-selective channel protein 2","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q6IQL7","wu:fa01a08","wu:fb18b07","vdac2","ppid","Voltage-dependent anion-selective channel protein 2","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q7ZV39","wu:fa01a08","Voltage-dependent anion-selective channel protein 3","vdac2","-","Voltage-dependent anion-selective channel protein 2","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q6NX10","wu:fa01a08","fa22e07","vdac2","slc25a4","Voltage-dependent anion-selective channel protein 2","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000030881/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","E7F9M6","wu:fa01a08","ATP-dependent 6-phosphofructokinase","vdac2","pfkla","Voltage-dependent anion-selective channel protein 2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","B0S730","wu:fa01a08","si:dkey-21o13.4","vdac2","B0S730","Voltage-dependent anion-selective channel protein 2","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000022077/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q8JHI0","wu:fa01a08","SLC25A5","vdac2","slc25a5","Voltage-dependent anion-selective channel protein 2","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q6IQM2","wu:fa01a08","cyc","vdac2","cyc","Voltage-dependent anion-selective channel protein 2","Cytochrome c","string-db","7955.ENSDARP00000034555/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","A2BGT0","wu:fa01a08","usp30","vdac2","usp30","Voltage-dependent anion-selective channel protein 2","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","string-db","7955.ENSDARP00000073858/7955.ENSDARP00000014456","physical","txid7955" +"Q8AWD0","Q66HV8","wu:fa01a08","pfkm","vdac2","pfkma","Voltage-dependent anion-selective channel protein 2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000023022/7955.ENSDARP00000014456","physical","txid7955" +"B8A4F4","F1R237","tdrd9","tdrd6","B8A4F4","F1R237","ATP-dependent RNA helicase TDRD9 (EC 3.6.4.13) (Tudor domain-containing protein 9)","Tudor domain-containing 6","string-db","7955.ENSDARP00000093281/7955.ENSDARP00000011360","physical","txid7955" +"B8A4F4","A2CEI6","tdrd9","piwil2","B8A4F4","A2CEI6","ATP-dependent RNA helicase TDRD9 (EC 3.6.4.13) (Tudor domain-containing protein 9)","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000011360","physical","txid7955" +"B8A4F4","Q8UVX0","tdrd9","piwil1","B8A4F4","Q8UVX0","ATP-dependent RNA helicase TDRD9 (EC 3.6.4.13) (Tudor domain-containing protein 9)","Piwi-like protein 1 (EC 3.1.26.-)","string-db","7955.ENSDARP00000121147/7955.ENSDARP00000011360","physical","txid7955" +"B8A4F4","Q58EK5","tdrd9","tdrd1","B8A4F4","Q58EK5","ATP-dependent RNA helicase TDRD9 (EC 3.6.4.13) (Tudor domain-containing protein 9)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000011360","physical","txid7955" +"F1R237","Q58EK5","tdrd6","tdrd1","F1R237","Q58EK5","Tudor domain-containing 6","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000093281","physical","txid7955" +"F1R237","A2CEI6","tdrd6","piwil2","F1R237","A2CEI6","Tudor domain-containing 6","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000093281","physical","txid7955" +"F1R237","H0WFA5","tdrd6","buc","F1R237","H0WFA5","Tudor domain-containing 6","Bucky ball (buc) (Prion-like protein Bucky ball)","string-db","7955.ENSDARP00000125536/7955.ENSDARP00000093281","physical","txid7955" +"F1R237","Q8UVX0","tdrd6","piwil1","F1R237","Q8UVX0","Tudor domain-containing 6","Piwi-like protein 1 (EC 3.1.26.-)","string-db","7955.ENSDARP00000121147/7955.ENSDARP00000093281","physical","txid7955" +"Q5U386","Q68FN4","ppm1a","pp2cb","ppm1bb","ppm1ba","protein-serine/threonine phosphatase (EC 3.1.3.16)","protein-serine/threonine phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000123249/7955.ENSDARP00000011459","physical","txid7955" +"Q6NV25","Q9DDJ0","sumo3l","ube2ib","sumo3l","ube2ib","Small ubiquitin-related modifier 3-like (SUMO-3-A)","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","string-db","7955.ENSDARP00000052745/7955.ENSDARP00000035513","physical","txid7955" +"Q9DDJ0","Q7SZR5","ube2ib","sumo1","ube2ib","sumo1","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000052745","physical","txid7955" +"Q9DDJ0","Q6DHL4","ube2ib","sumo2","ube2ib","sumo2","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","Small ubiquitin-related modifier 2 (SUMO-2)","string-db","7955.ENSDARP00000137571/7955.ENSDARP00000052745","physical","txid7955" +"F1QRX2","A9JTA8","Small ubiquitin-related modifier","rangap1","sumo3b","rangap1b","Small ubiquitin-related modifier (SUMO)","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","string-db","7955.ENSDARP00000072946/7955.ENSDARP00000052255","physical","txid7955" +"F1QRX2","A0A0R4IUS5","Small ubiquitin-related modifier","RING-type E3 ubiquitin transferase","sumo3b","rnf4","Small ubiquitin-related modifier (SUMO)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000138497/7955.ENSDARP00000052255","physical","txid7955" +"F1QRX2","Q9DDJ0","Small ubiquitin-related modifier","ube2ib","sumo3b","ube2ib","Small ubiquitin-related modifier (SUMO)","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","string-db","7955.ENSDARP00000052745/7955.ENSDARP00000052255","physical","txid7955" +"Q6IQS6","Q7SXG4","sae1","uba2","sae1","Q7SXG4","SUMO-activating enzyme subunit 1 (Ubiquitin-like 1-activating enzyme E1A)","SUMO-activating enzyme subunit 2 (EC 2.3.2.-) (Ubiquitin-like 1-activating enzyme E1B) (Ubiquitin-like modifier-activating enzyme 2)","string-db","7955.ENSDARP00000139796/7955.ENSDARP00000016138","physical","txid7955" +"Q6IQS6","Q7SZR5","sae1","sumo1","sae1","sumo1","SUMO-activating enzyme subunit 1 (Ubiquitin-like 1-activating enzyme E1A)","Small ubiquitin-related modifier 1 (SUMO-1)","string-db","7955.ENSDARP00000064994/7955.ENSDARP00000016138","physical","txid7955" +"A9JTA8","Q08BV5","rangap1","zgc:154097","rangap1b","rangap1a","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","string-db","7955.ENSDARP00000083043/7955.ENSDARP00000072946","physical","txid7955" +"A9JTA8","A0A0R4IE38","rangap1","Small ubiquitin-related modifier","rangap1b","A0A0R4IE38","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","Small ubiquitin-related modifier (SUMO)","string-db","7955.ENSDARP00000131474/7955.ENSDARP00000072946","physical","txid7955" +"Q6PC38","Q49HM9","rcv2a","grk7a","Q6PC38","grk7a","Recoverin (Recoverin-2a)","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","string-db","7955.ENSDARP00000091060/7955.ENSDARP00000011506","physical","txid7955" +"Q6PC38","Q1XHM0","rcv2a","grk1","Q6PC38","Q1XHM0","Recoverin (Recoverin-2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000076182/7955.ENSDARP00000011506","physical","txid7955" +"Q6PC38","Q49HN0","rcv2a","GRK1B","Q6PC38","Q49HN0","Recoverin (Recoverin-2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000011506","physical","txid7955" +"Q6PC38","Q1XHL7","rcv2a","grk7b","Q6PC38","grk7b","Recoverin (Recoverin-2a)","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","string-db","7955.ENSDARP00000072364/7955.ENSDARP00000011506","physical","txid7955" +"Q1XHM0","E7FBI7","grk1","rcv1b","Q1XHM0","E7FBI7","G protein-coupled receptor kinase (EC 2.7.11.-)","Recoverin b (Recoverin-1b)","string-db","7955.ENSDARP00000144981/7955.ENSDARP00000076182","physical","txid7955" +"Q1XHM0","C3PTE8","grk1","Beta-arrestin-1","Q1XHM0","arrb1","G protein-coupled receptor kinase (EC 2.7.11.-)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000076182","physical","txid7955" +"Q1XHM0","Q1LUD3","grk1","rcv2b","Q1XHM0","Q1LUD3","G protein-coupled receptor kinase (EC 2.7.11.-)","Recoverin 3 (Recoverin-like)","string-db","7955.ENSDARP00000125800/7955.ENSDARP00000076182","physical","txid7955" +"Q1XHM0","A2BG45","grk1","git2","Q1XHM0","git2a","G protein-coupled receptor kinase (EC 2.7.11.-)","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","string-db","7955.ENSDARP00000083314/7955.ENSDARP00000076182","physical","txid7955" +"Q1XHL7","C3PTE8","grk7b","Beta-arrestin-1","grk7b","arrb1","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000072364","physical","txid7955" +"Q1XHL7","Q1LUD3","grk7b","rcv2b","grk7b","Q1LUD3","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","Recoverin 3 (Recoverin-like)","string-db","7955.ENSDARP00000125800/7955.ENSDARP00000072364","physical","txid7955" +"Q1XHL7","E7FBI7","grk7b","rcv1b","grk7b","E7FBI7","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","Recoverin b (Recoverin-1b)","string-db","7955.ENSDARP00000144981/7955.ENSDARP00000072364","physical","txid7955" +"Q49HN0","E7FBI7","GRK1B","rcv1b","Q49HN0","E7FBI7","G protein-coupled receptor kinase (EC 2.7.11.-)","Recoverin b (Recoverin-1b)","string-db","7955.ENSDARP00000144981/7955.ENSDARP00000130777","physical","txid7955" +"Q49HM9","C3PTE8","grk7a","Beta-arrestin-1","grk7a","arrb1","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000091060","physical","txid7955" +"Q49HM9","E7FBI7","grk7a","rcv1b","grk7a","E7FBI7","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","Recoverin b (Recoverin-1b)","string-db","7955.ENSDARP00000144981/7955.ENSDARP00000091060","physical","txid7955" +"Q49HM9","Q1LUD3","grk7a","rcv2b","grk7a","Q1LUD3","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","Recoverin 3 (Recoverin-like)","string-db","7955.ENSDARP00000125800/7955.ENSDARP00000091060","physical","txid7955" +"Q7T2D1","Q6DBS5","rdh10b","dhrs3","Q7T2D1","dhrs3a","Retinol dehydrogenase 10-B (EC 1.1.1.300)","Dehydrogenase/reductase (SDR family) member 3a (Dhrs3a protein)","string-db","7955.ENSDARP00000066124/7955.ENSDARP00000011528","physical","txid7955" +"Q6DBS5","A1L1W4","dhrs3","rdh10a","dhrs3a","A1L1W4","Dehydrogenase/reductase (SDR family) member 3a (Dhrs3a protein)","Retinol dehydrogenase 10-A (EC 1.1.1.300)","string-db","7955.ENSDARP00000066702/7955.ENSDARP00000066124","physical","txid7955" +"Q6DBS5","A0A8N7UVK4","dhrs3","Retinol dehydrogenase 10-like","dhrs3a","A0A8N7UVK4","Dehydrogenase/reductase (SDR family) member 3a (Dhrs3a protein)","Retinol dehydrogenase 10-like (Retinol dehydrogenase 20)","string-db","7955.ENSDARP00000127486/7955.ENSDARP00000066124","physical","txid7955" +"Q6DBS5","F1Q8N0","dhrs3","dhrs2","dhrs3a","dhrs4","Dehydrogenase/reductase (SDR family) member 3a (Dhrs3a protein)","Dehydrogenase/reductase (SDR family) member 4 (Dehydrogenase/reductase SDR family member 4 (EC 1.1.1.184))","string-db","7955.ENSDARP00000106922/7955.ENSDARP00000066124","physical","txid7955" +"B8JL58","Q6DG28","clf-1.b","clf-1.a","crlf1b","crlf1a","Cytokine receptor-like factor 1b","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","string-db","7955.ENSDARP00000098081/7955.ENSDARP00000011541","physical","txid7955" +"Q6DG28","A4JYQ0","clf-1.a","cb549","crlf1a","cntfr","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","Ciliary neurotrophic factor receptor (Cntfr)","string-db","7955.ENSDARP00000114970/7955.ENSDARP00000098081","physical","txid7955" +"Q6DG28","A8WH79","clf-1.a","gp130","crlf1a","il6st","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000098081","physical","txid7955" +"Q6DG28","A0A8M3AQW8","clf-1.a","Tyrosine-protein kinase","crlf1a","A0A8M3AQW8","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000098081","physical","txid7955" +"Q6DG28","F8W2M3","clf-1.a","Cardiotrophin-like cytokine factor 1","crlf1a","clcf1","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","Cardiotrophin-like cytokine factor 1","string-db","7955.ENSDARP00000124677/7955.ENSDARP00000098081","physical","txid7955" +"E7F049","A0A0R4IWI7","cb213","kif5a","ktn1","kif5aa","Kinectin 1 (Kinectin isoform 1)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000107134","physical","txid7955" +"E7F049","A3QJU6","cb213","zgc:136923","ktn1","A3QJU6","Kinectin 1 (Kinectin isoform 1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000107134","physical","txid7955" +"E7F049","A0A8M9QJ44","cb213","Extracellular serine/threonine protein kinase FAM20C","ktn1","A0A8M9QJ44","Kinectin 1 (Kinectin isoform 1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000107134","physical","txid7955" +"E7F049","Q0P4B0","cb213","Rho","ktn1","Q0P4B0","Kinectin 1 (Kinectin isoform 1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000107134","physical","txid7955" +"E7F049","Q7T2E8","cb213","rhoac","ktn1","rhoac","Kinectin 1 (Kinectin isoform 1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000107134","physical","txid7955" +"Q803F2","A2CE93","wu:fk30f01","fc20f09","rhogb","iqgap2","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","string-db","7955.ENSDARP00000122218/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","B0V210","wu:fk30f01","stb2","rhogb","B0V210","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Vang-like protein","string-db","7955.ENSDARP00000028523/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q08CF1","wu:fk30f01","zgc:153164","rhogb","Q08CF1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Kinesin light chain","string-db","7955.ENSDARP00000072797/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6IQI7","wu:fk30f01","cpn10","rhogb","hspe1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","10 kDa heat shock protein, mitochondrial isoform 1 (Heat shock 10 protein 1)","string-db","7955.ENSDARP00000108249/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","B8JHS7","wu:fk30f01","vrk","rhogb","vrk2","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000038349/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q5MPX4","wu:fk30f01","Transferrin receptor protein 1","rhogb","Q5MPX4","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q90YM8","wu:fk30f01","cyfip1","rhogb","Q90YM8","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","A0A0R4IWI7","wu:fk30f01","kif5a","rhogb","kif5aa","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","A9LDD9","wu:fk30f01","glycine hydroxymethyltransferase","rhogb","shmt2","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","glycine hydroxymethyltransferase (EC 2.1.2.1)","string-db","7955.ENSDARP00000132340/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","B0S6V7","wu:fk30f01","wu:fb65b05","rhogb","pik3r1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6P0D7","wu:fk30f01","mpp7","rhogb","mpp7","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","MAGUK p55 subfamily member 7 (Protein humpback)","string-db","7955.ENSDARP00000141751/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","E7FBZ6","wu:fk30f01","Ragulator complex protein LAMTOR1","rhogb","E7FBZ6","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6P2B0","wu:fk30f01","fc05d09","rhogb","vapb","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","string-db","7955.ENSDARP00000094134/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","F1R480","wu:fk30f01","Desmoglein-2","rhogb","F1R480","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q7ZSZ9","wu:fk30f01","rac1","rhogb","rac1a","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6IQK3","wu:fk30f01","zgc:86726","rhogb","vamp3","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","F1R5M2","wu:fk30f01","Kinesin-like protein","rhogb","kif5ba","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Kinesin-like protein","string-db","7955.ENSDARP00000104118/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","E7F533","wu:fk30f01","receptor protein-tyrosine kinase","rhogb","epha2b","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q5BJA2","wu:fk30f01","zgc:114172","rhogb","Q5BJA2","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6NV39","wu:fk30f01","im:7151147","rhogb","Q6NV39","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q1LY46","wu:fk30f01","letm1","rhogb","letm1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","string-db","7955.ENSDARP00000074011/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","F1QG85","wu:fk30f01","itgb1","rhogb","F1QG85","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","A3QJU6","wu:fk30f01","zgc:136923","rhogb","A3QJU6","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q7ZUN8","wu:fk30f01","ykt6","rhogb","Q7ZUN8","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","A0A0R4ITF0","wu:fk30f01","Starch-binding domain 1","rhogb","A0A0R4ITF0","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Starch-binding domain 1 (Starch-binding domain-containing protein 1 isoform X2)","string-db","7955.ENSDARP00000138158/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","E7F913","wu:fk30f01","CDC42 effector protein","rhogb","E7F913","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","F1QAD7","wu:fk30f01","phosphatidylinositol-4,5-bisphosphate 3-kinase","rhogb","pik3ca","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6YLH9","wu:fk30f01","CAV1","rhogb","cav1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q6DG84","wu:fk30f01","wu:fj81f08","rhogb","stx5a","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Syntaxin 5","string-db","7955.ENSDARP00000034979/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","B0V1J1","wu:fk30f01","pld1","rhogb","B0V1J1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Phospholipase (EC 3.1.4.4)","string-db","7955.ENSDARP00000120802/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","E7F049","wu:fk30f01","cb213","rhogb","ktn1","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","Q58ER0","wu:fk30f01","rnpc2l","rhogb","rbm39b","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","string-db","7955.ENSDARP00000061327/7955.ENSDARP00000027635","physical","txid7955" +"Q803F2","A2CEB2","wu:fk30f01","fi34a12","rhogb","A2CEB2","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000027635","physical","txid7955" +"F6P0J3","Q6DI16","zgc:154027","wu:fa02h03","F6P0J3","Q6DI16","Calsequestrin","Calsequestrin","string-db","7955.ENSDARP00000020399/7955.ENSDARP00000011545","physical","txid7955" +"F6P0J3","A0A2R8QJF6","zgc:154027","Aspartyl/asparaginyl beta-hydroxylase isoform X2","F6P0J3","unm_hu7910","Calsequestrin","Aspartyl/asparaginyl beta-hydroxylase isoform X2 (Un-named hu7910)","string-db","7955.ENSDARP00000152441/7955.ENSDARP00000011545","physical","txid7955" +"F6P0J3","A0A0R4IKE0","zgc:154027","bZ1G18.2","F6P0J3","casq1a","Calsequestrin","Calsequestrin","string-db","7955.ENSDARP00000134433/7955.ENSDARP00000011545","physical","txid7955" +"F6P0J3","B0S5J7","zgc:154027","cb971","F6P0J3","asph","Calsequestrin","Aspartate beta-hydroxylase (EC 1.14.11.16)","string-db","7955.ENSDARP00000089980/7955.ENSDARP00000011545","physical","txid7955" +"A0A0R4IKE0","A0A2R8QJF6","bZ1G18.2","Aspartyl/asparaginyl beta-hydroxylase isoform X2","casq1a","unm_hu7910","Calsequestrin","Aspartyl/asparaginyl beta-hydroxylase isoform X2 (Un-named hu7910)","string-db","7955.ENSDARP00000152441/7955.ENSDARP00000134433","physical","txid7955" +"B0S5J7","A0A0R4IKE0","cb971","bZ1G18.2","asph","casq1a","Aspartate beta-hydroxylase (EC 1.14.11.16)","Calsequestrin","string-db","7955.ENSDARP00000134433/7955.ENSDARP00000089980","physical","txid7955" +"Q6DI16","A0A0R4IKE0","wu:fa02h03","bZ1G18.2","Q6DI16","casq1a","Calsequestrin","Calsequestrin","string-db","7955.ENSDARP00000134433/7955.ENSDARP00000020399","physical","txid7955" +"Q6DI16","A0A2R8QJF6","wu:fa02h03","Aspartyl/asparaginyl beta-hydroxylase isoform X2","Q6DI16","unm_hu7910","Calsequestrin","Aspartyl/asparaginyl beta-hydroxylase isoform X2 (Un-named hu7910)","string-db","7955.ENSDARP00000152441/7955.ENSDARP00000020399","physical","txid7955" +"Q6DI16","B0S5J7","wu:fa02h03","cb971","Q6DI16","asph","Calsequestrin","Aspartate beta-hydroxylase (EC 1.14.11.16)","string-db","7955.ENSDARP00000089980/7955.ENSDARP00000020399","physical","txid7955" +"P35359","A0A0G2L6W9","rho","Guanine nucleotide-binding protein subunit gamma","P35359","A0A0G2L6W9","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q503Q6","rho","zgc:110316","P35359","Q503Q6","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q90WX5","rho","Cone transducin alpha subunit","P35359","Q90WX5","Rhodopsin","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q7T2P8","rho","pyk2","P35359","Q7T2P8","Rhodopsin","non-specific protein-tyrosine kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000057818/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q66I67","rho","ift20","P35359","Q66I67","Rhodopsin","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q5TYY2","rho","si:ch211-92l17.2","P35359","exoc4","Rhodopsin","Exocyst complex component Sec8","string-db","7955.ENSDARP00000020340/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q15KE4","rho","zgc:110302","P35359","Q15KE4","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000011562","physical","txid7955" +"P35359","B0BLY0","rho","Exocyst complex component 5","P35359","B0BLY0","Rhodopsin","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A1L271","rho","gnb5a","P35359","gnb5a","Rhodopsin","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A0A2R8RKX9","rho","zgc:101614","P35359","A0A2R8RKX9","Rhodopsin","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000011562","physical","txid7955" +"P35359","F1QKS4","rho","wu:fe06b12","P35359","canx","Rhodopsin","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6DH55","rho","zgc:92641","P35359","gnb3a","Rhodopsin","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6DGZ5","rho","zgc:92709","P35359","gng7","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q9PSU4","rho","or111-7","P35359","Q9PSU4","Rhodopsin","Odorant receptor (Olfactory receptor protein 2.1)","string-db","7955.ENSDARP00000109377/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q803H5","rho","gnb1l","P35359","gnb1b","Rhodopsin","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A0A8M3ANZ5","rho","gng12","P35359","A0A8M3ANZ5","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6NUV2","rho","zgc:66109","P35359","saga","Rhodopsin","S-arrestin (Retinal S-antigen) (Rod photoreceptor arrestin)","string-db","7955.ENSDARP00000117456/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6TH03","rho","xx:tdsubc_2c12","P35359","gng5","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q5BJ11","rho","im:7138539","P35359","gnb2","Rhodopsin","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q90Z40","rho","[g]3","P35359","gng3","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000015972/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q5U3E1","rho","wu:fi15h09","P35359","rab11a","Rhodopsin","Ras-related protein Rab-11A (EC 3.6.5.2)","string-db","7955.ENSDARP00000060765/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6PBN9","rho","gng1","P35359","Q6PBN9","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A0A2R8QBM8","rho","si:ch211-153c20.4","P35359","A0A2R8QBM8","Rhodopsin","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6PBR4","rho","gngt2","P35359","Q6PBR4","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q90WX6","rho","fk56e06","P35359","Q90WX6","Rhodopsin","Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 1 (Guanine nucleotide-binding protein G(T) subunit alpha-1) (Rod transducin alpha subunit)","string-db","7955.ENSDARP00000064895/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6DC20","rho","zgc:101030","P35359","arf4a","Rhodopsin","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A4FVK4","rho","rab8","P35359","rab8a","Rhodopsin","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000011562","physical","txid7955" +"P35359","Q6DH00","rho","zgc:92704","P35359","gng13b","Rhodopsin","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000011562","physical","txid7955" +"P35359","A2BI20","rho","si:dkey-40c11.1","P35359","A2BI20","Rhodopsin","Rhotekin (Si:dkey-40c11.1)","string-db","7955.ENSDARP00000069502/7955.ENSDARP00000011562","physical","txid7955" +"B0BLY0","A0A2R8QBM8","Exocyst complex component 5","si:ch211-153c20.4","B0BLY0","A0A2R8QBM8","Exocyst complex component 5 (Exocyst complex component Sec10)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","A0A0R4IYN9","Exocyst complex component 5","Si:dkey-196h17.9","B0BLY0","A0A0R4IYN9","Exocyst complex component 5 (Exocyst complex component Sec10)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","F1QGH7","Exocyst complex component 5","ctnnb1","B0BLY0","ctnnb1","Exocyst complex component 5 (Exocyst complex component Sec10)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","A0A0R4IIR8","Exocyst complex component 5","Exocyst complex component 3-like protein 4","B0BLY0","si:dkey-45k15.1","Exocyst complex component 5 (Exocyst complex component Sec10)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","A0A0R4ILM6","Exocyst complex component 5","fa55b02","B0BLY0","A0A0R4ILM6","Exocyst complex component 5 (Exocyst complex component Sec10)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","A4FVK4","Exocyst complex component 5","rab8","B0BLY0","rab8a","Exocyst complex component 5 (Exocyst complex component Sec10)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","Q66I67","Exocyst complex component 5","ift20","B0BLY0","Q66I67","Exocyst complex component 5 (Exocyst complex component Sec10)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000124604","physical","txid7955" +"B0BLY0","E7EY52","Exocyst complex component 5","Exocyst complex component 3-like 2b","B0BLY0","exoc3l2b","Exocyst complex component 5 (Exocyst complex component Sec10)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000124604","physical","txid7955" +"Q9PSU4","Q92050","or111-7","wnt5b","Q9PSU4","wnt5b","Odorant receptor (Olfactory receptor protein 2.1)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000109377","physical","txid7955" +"Q5TYY2","A0A8M1NSX5","si:ch211-92l17.2","si:dkey-45k15.2","exoc4","A0A8M1NSX5","Exocyst complex component Sec8","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","Q5U3E1","si:ch211-92l17.2","wu:fi15h09","exoc4","rab11a","Exocyst complex component Sec8","Ras-related protein Rab-11A (EC 3.6.5.2)","string-db","7955.ENSDARP00000060765/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A0A2R8QBM8","si:ch211-92l17.2","si:ch211-153c20.4","exoc4","A0A2R8QBM8","Exocyst complex component Sec8","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A0A8M1N6F3","si:ch211-92l17.2","si:dkey-29m11.7","exoc4","A0A8M1N6F3","Exocyst complex component Sec8","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","string-db","7955.ENSDARP00000075137/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","B8A5K8","si:ch211-92l17.2","im:7157987","exoc4","B8A5K8","Exocyst complex component Sec8","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","string-db","7955.ENSDARP00000093863/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A4FVK4","si:ch211-92l17.2","rab8","exoc4","rab8a","Exocyst complex component Sec8","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","Q6IVV8","si:ch211-92l17.2","pkd2","exoc4","pkd2","Exocyst complex component Sec8","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","string-db","7955.ENSDARP00000027024/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A2AV37","si:ch211-92l17.2","exoc3l1","exoc4","exoc3l1","Exocyst complex component Sec8","Exocyst complex component 3-like protein","string-db","7955.ENSDARP00000094733/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A0A0R4IYN9","si:ch211-92l17.2","Si:dkey-196h17.9","exoc4","A0A0R4IYN9","Exocyst complex component Sec8","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","B0BLY0","si:ch211-92l17.2","Exocyst complex component 5","exoc4","B0BLY0","Exocyst complex component Sec8","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","F1RDH8","si:ch211-92l17.2","Tumor necrosis factor alpha-induced protein 2","exoc4","F1RDH8","Exocyst complex component Sec8","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","string-db","7955.ENSDARP00000075419/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A0A0R4ILM6","si:ch211-92l17.2","fa55b02","exoc4","A0A0R4ILM6","Exocyst complex component Sec8","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","Q6IQP2","si:ch211-92l17.2","wu:fd20e06","exoc4","stxbp6","Exocyst complex component Sec8","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","Q5RG40","si:ch211-92l17.2","si:dkeyp-72h1.2","exoc4","Q5RG40","Exocyst complex component Sec8","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","string-db","7955.ENSDARP00000108265/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","E7EY52","si:ch211-92l17.2","Exocyst complex component 3-like 2b","exoc4","exoc3l2b","Exocyst complex component Sec8","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000020340","physical","txid7955" +"Q5TYY2","A0A0R4IIR8","si:ch211-92l17.2","Exocyst complex component 3-like protein 4","exoc4","si:dkey-45k15.1","Exocyst complex component Sec8","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000020340","physical","txid7955" +"Q7T2P8","A0A8M2B5G2","pyk2","non-specific protein-tyrosine kinase","Q7T2P8","A0A8M2B5G2","non-specific protein-tyrosine kinase (EC 2.7.10.2)","non-specific protein-tyrosine kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000126522/7955.ENSDARP00000057818","physical","txid7955" +"Q7T2P8","Q6PC73","pyk2","grb2","Q7T2P8","grb2b","non-specific protein-tyrosine kinase (EC 2.7.10.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000057818","physical","txid7955" +"Q5U3E1","E9QIB7","wu:fi15h09","non-specific serine/threonine protein kinase","rab11a","ulk1b","Ras-related protein Rab-11A (EC 3.6.5.2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","Q6DC20","wu:fi15h09","zgc:101030","rab11a","arf4a","Ras-related protein Rab-11A (EC 3.6.5.2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","B0BLY0","wu:fi15h09","Exocyst complex component 5","rab11a","B0BLY0","Ras-related protein Rab-11A (EC 3.6.5.2)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","A0A2R8QBM8","wu:fi15h09","si:ch211-153c20.4","rab11a","A0A2R8QBM8","Ras-related protein Rab-11A (EC 3.6.5.2)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","A4FVK4","wu:fi15h09","rab8","rab11a","rab8a","Ras-related protein Rab-11A (EC 3.6.5.2)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","A0A8N7TAE1","wu:fi15h09","TBC1 domain family member 14 isoform X1","rab11a","A0A8N7TAE1","Ras-related protein Rab-11A (EC 3.6.5.2)","TBC1 domain family member 14 isoform X1 (TBC1 domain family, member 14)","string-db","7955.ENSDARP00000121985/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","A0A0G2KQ55","wu:fi15h09","rab11fip5b","rab11a","A0A0G2KQ55","Ras-related protein Rab-11A (EC 3.6.5.2)","Rab11 family-interacting protein 5-like","string-db","7955.ENSDARP00000134520/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","Q4V946","wu:fi15h09","fj12b07","rab11a","rabggtb","Ras-related protein Rab-11A (EC 3.6.5.2)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000060765","physical","txid7955" +"Q5U3E1","A0A0R4ID81","wu:fi15h09","RAB11 family-interacting protein 2","rab11a","A0A0R4ID81","Ras-related protein Rab-11A (EC 3.6.5.2)","RAB11 family-interacting protein 2 (class I) (Rab11 family-interacting protein 2 isoform X1)","string-db","7955.ENSDARP00000132386/7955.ENSDARP00000060765","physical","txid7955" +"Q6PBN6","A0A8M9PY87","ihpk2","TNF receptor-associated factor","ip6k2a","A0A8M9PY87","Kinase (EC 2.7.-.-)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000011601","physical","txid7955" +"Q6PBN6","Q6DG55","ihpk2","Kinase","ip6k2a","ip6k2b","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000024046/7955.ENSDARP00000011601","physical","txid7955" +"Q6PBN6","F1RE97","ihpk2","Kinase","ip6k2a","ip6k1","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000147201/7955.ENSDARP00000011601","physical","txid7955" +"Q6DG55","F1RE97","Kinase","Kinase","ip6k2b","ip6k1","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000147201/7955.ENSDARP00000024046","physical","txid7955" +"Q6TNW3","F1QGW6","ABCE1","eif2s3","abce1","eif2s3","ATP-binding cassette sub-family E member 1 (ATP-binding cassette, sub-family E (OABP), member 1)","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","string-db","7955.ENSDARP00000027695/7955.ENSDARP00000011642","physical","txid7955" +"Q6TNW3","F1Q5Z6","ABCE1","wu:fc23c07","abce1","hbs1l","ATP-binding cassette sub-family E member 1 (ATP-binding cassette, sub-family E (OABP), member 1)","HBS1-like protein","string-db","7955.ENSDARP00000118572/7955.ENSDARP00000011642","physical","txid7955" +"Q98TZ8","Q6TH07","flot2a","FLOT1","flot2a","flot1b","Flotillin-2a (Reggie-1a) (REG-1)","Flotillin","string-db","7955.ENSDARP00000094800/7955.ENSDARP00000011656","physical","txid7955" +"Q98TZ8","Q6PFT0","flot2a","zgc:64103","flot2a","flot2b","Flotillin-2a (Reggie-1a) (REG-1)","Flotillin","string-db","7955.ENSDARP00000092565/7955.ENSDARP00000011656","physical","txid7955" +"Q98TZ8","Q7ZZ76","flot2a","flot1","flot2a","flot1a","Flotillin-2a (Reggie-1a) (REG-1)","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000011656","physical","txid7955" +"Q6TH07","Q58EK5","FLOT1","tdrd1","flot1b","Q58EK5","Flotillin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000094800","physical","txid7955" +"Q6TH07","Q7ZZ76","FLOT1","flot1","flot1b","flot1a","Flotillin","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000094800","physical","txid7955" +"Q9YH61","F1QTJ4","gsk3a","LRP6","gsk3ab","F1QTJ4","[tau protein] kinase (EC 2.7.11.26)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000011670","physical","txid7955" +"Q9YH61","Q8JHE0","gsk3a","CHUNP6894","gsk3ab","csnk1a1","[tau protein] kinase (EC 2.7.11.26)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000011670","physical","txid7955" +"Q9YH61","P57095","gsk3a","axin2","gsk3ab","axin2","[tau protein] kinase (EC 2.7.11.26)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000011670","physical","txid7955" +"Q9YH61","P57094","gsk3a","axin1","gsk3ab","P57094","[tau protein] kinase (EC 2.7.11.26)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000011670","physical","txid7955" +"P57095","F1QGH7","axin2","ctnnb1","axin2","ctnnb1","Axin-2 (Axis inhibition protein 2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000132477","physical","txid7955" +"P57095","A0A0R4IWH7","axin2","cb965","axin2","A0A0R4IWH7","Axin-2 (Axis inhibition protein 2)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000132477","physical","txid7955" +"P57095","P57094","axin2","axin1","axin2","P57094","Axin-2 (Axis inhibition protein 2)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000132477","physical","txid7955" +"P57095","E7F737","axin2","dvl3","axin2","dvl3b","Axin-2 (Axis inhibition protein 2)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000132477","physical","txid7955" +"F1QTJ4","E7F737","LRP6","dvl3","F1QTJ4","dvl3b","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","F1QGH7","LRP6","ctnnb1","F1QTJ4","ctnnb1","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","B3DJ49","LRP6","zgc:194774","F1QTJ4","B3DJ49","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","Q6GQM7","LRP6","zgc:91871","F1QTJ4","bambib","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","Q4V9H3","LRP6","draxin","F1QTJ4","Q4V9H3","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neural-specific antagonist of canonical Wnt/beta-catenin signaling)","string-db","7955.ENSDARP00000131287/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","P51028","LRP6","wnt8a","F1QTJ4","P51028","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","A0A0R4IVK2","LRP6","fz1","F1QTJ4","A0A0R4IVK2","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","E7FE13","LRP6","lgr4","F1QTJ4","lgr4","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Leucine-rich repeat-containing G-protein coupled receptor 4","string-db","7955.ENSDARP00000137036/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","P57094","LRP6","axin1","F1QTJ4","P57094","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000108864","physical","txid7955" +"F1QTJ4","A5WWA0","LRP6","znrf3","F1QTJ4","A5WWA0","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000108864","physical","txid7955" +"Q8JHE0","P57095","CHUNP6894","axin2","csnk1a1","axin2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","F1QHN6","CHUNP6894","im:7042025","csnk1a1","ubc","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","Q66I28","CHUNP6894","IGFBP-3","csnk1a1","Q66I28","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Insulin-like growth factor-binding protein 3","string-db","7955.ENSDARP00000135216/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","A0A0R4IWH7","CHUNP6894","cb965","csnk1a1","A0A0R4IWH7","non-specific serine/threonine protein kinase (EC 2.7.11.1)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","A0A0N4SUD2","CHUNP6894","Ubi-p63E","csnk1a1","ubb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","Q7SXA3","CHUNP6894","zgc:66168","csnk1a1","rps27a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","F1QGH7","CHUNP6894","ctnnb1","csnk1a1","ctnnb1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","Q6NYS3","CHUNP6894","Cul1","csnk1a1","cul1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","P57094","CHUNP6894","axin1","csnk1a1","P57094","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","A5PMV7","CHUNP6894","ppp2r1a","csnk1a1","ppp2r1ba","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","Q803G3","CHUNP6894","fc05c02","csnk1a1","ppp2cb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000107253","physical","txid7955" +"Q8JHE0","A0A2R8QPB8","CHUNP6894","adrbk2","csnk1a1","grk3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000107253","physical","txid7955" +"F6NXG0","Q7ZUF2","fi45a01","brd9","arid2","Q7ZUF2","AT-rich interactive domain 2 (ARID, RFX-like) (AT-rich interactive domain-containing protein 2 isoform X1)","Bromodomain-containing protein 9","string-db","7955.ENSDARP00000023970/7955.ENSDARP00000011701","physical","txid7955" +"F6NXG0","E7F8D8","fi45a01","Polybromo 1","arid2","pbrm1","AT-rich interactive domain 2 (ARID, RFX-like) (AT-rich interactive domain-containing protein 2 isoform X1)","Polybromo 1 (Protein polybromo-1 isoform X3)","string-db","7955.ENSDARP00000045970/7955.ENSDARP00000011701","physical","txid7955" +"F6NXG0","B0S7E1","fi45a01","wu:fc95f02","arid2","brd7","AT-rich interactive domain 2 (ARID, RFX-like) (AT-rich interactive domain-containing protein 2 isoform X1)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000011701","physical","txid7955" +"F6NXG0","Q7ZSY3","fi45a01","smarca4","arid2","smarca4a","AT-rich interactive domain 2 (ARID, RFX-like) (AT-rich interactive domain-containing protein 2 isoform X1)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000011701","physical","txid7955" +"B0S7E1","A0A0R4ISW4","wu:fc95f02","fd07d11","brd7","A0A0R4ISW4","Bromodomain-containing 7 (Bromodomain-containing protein 7)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000112550","physical","txid7955" +"B0S7E1","Q7ZSY3","wu:fc95f02","smarca4","brd7","smarca4a","Bromodomain-containing 7 (Bromodomain-containing protein 7)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000112550","physical","txid7955" +"B0S7E1","F6P390","wu:fc95f02","Bromodomain and PHD finger-containing protein 3","brd7","brpf3b","Bromodomain-containing 7 (Bromodomain-containing protein 7)","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000112550","physical","txid7955" +"B0S7E1","P79734","wu:fc95f02","tp53","brd7","tp53","Bromodomain-containing 7 (Bromodomain-containing protein 7)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000112550","physical","txid7955" +"B0S7E1","Q6AZD3","wu:fc95f02","meaf6","brd7","meaf6","Bromodomain-containing 7 (Bromodomain-containing protein 7)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000112550","physical","txid7955" +"E7F8D8","A0A8M9Q5E9","Polybromo 1","SWI/SNF complex subunit SMARCC2","pbrm1","A0A8M9Q5E9","Polybromo 1 (Protein polybromo-1 isoform X3)","SWI/SNF complex subunit SMARCC2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 2)","string-db","7955.ENSDARP00000099015/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","F1Q9K1","Polybromo 1","SWI/SNF complex subunit SMARCC1 isoform X1","pbrm1","F1Q9K1","Polybromo 1 (Protein polybromo-1 isoform X3)","SWI/SNF complex subunit SMARCC1 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily c, member 1a)","string-db","7955.ENSDARP00000103197/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","Q7ZSY3","Polybromo 1","smarca4","pbrm1","smarca4a","Polybromo 1 (Protein polybromo-1 isoform X3)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","Q9DGB8","Polybromo 1","runxa","pbrm1","runx1","Polybromo 1 (Protein polybromo-1 isoform X3)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","A0A0R4ISW4","Polybromo 1","fd07d11","pbrm1","A0A0R4ISW4","Polybromo 1 (Protein polybromo-1 isoform X3)","AT-rich interactive domain 1B (SWI1-like) (AT-rich interactive domain-containing protein 1B isoform 1)","string-db","7955.ENSDARP00000139784/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","B0S7E1","Polybromo 1","wu:fc95f02","pbrm1","brd7","Polybromo 1 (Protein polybromo-1 isoform X3)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000045970","physical","txid7955" +"E7F8D8","A0A140LGT1","Polybromo 1","unp1266","pbrm1","A0A140LGT1","Polybromo 1 (Protein polybromo-1 isoform X3)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000045970","physical","txid7955" +"Q7ZUF2","E7F8D8","brd9","Polybromo 1","Q7ZUF2","pbrm1","Bromodomain-containing protein 9","Polybromo 1 (Protein polybromo-1 isoform X3)","string-db","7955.ENSDARP00000045970/7955.ENSDARP00000023970","physical","txid7955" +"Q7ZUF2","Q7ZSY3","brd9","smarca4","Q7ZUF2","smarca4a","Bromodomain-containing protein 9","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000023970","physical","txid7955" +"Q503D3","Q7ZUY3","ptbp1","h2ax","ptbp1a","Q7ZUY3","Polypyrimidine tract-binding protein 1","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","A5D6S6","ptbp1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","ptbp1a","polr2l","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q7ZV11","ptbp1","wu:fk48d01","ptbp1a","polr2c","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","A0A0R4IMS9","ptbp1","DNA-directed RNA polymerase subunit","ptbp1a","polr2a","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q5RHQ7","ptbp1","hnrnpu","ptbp1a","hnrnpub","Polypyrimidine tract-binding protein 1","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q568H8","ptbp1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","ptbp1a","polr2h","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q8JGR6","ptbp1","ncbp2","ptbp1a","ncbp2","Polypyrimidine tract-binding protein 1","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q7ZW41","ptbp1","polr2g","ptbp1a","polr2g","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","B8JHR3","ptbp1","gtf2f2","ptbp1a","gtf2f2a","Polypyrimidine tract-binding protein 1","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q803J4","ptbp1","zgc:55701","ptbp1a","hnrnpc","Polypyrimidine tract-binding protein 1","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","string-db","7955.ENSDARP00000070385/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","A0A2R8RUJ1","ptbp1","Matrix metallopeptidase 28","ptbp1a","A0A2R8RUJ1","Polypyrimidine tract-binding protein 1","Matrix metallopeptidase 28 (Matrix metalloproteinase-28 isoform X1)","string-db","7955.ENSDARP00000153136/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","A0A8M2B4I2","ptbp1","id:ibd1257","ptbp1a","A0A8M2B4I2","Polypyrimidine tract-binding protein 1","Pre-mRNA-processing factor 8 (Pre-mRNA-processing-splicing factor 8)","string-db","7955.ENSDARP00000121091/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q4VBU5","ptbp1","zgc:110005","ptbp1a","polr2j","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","F1RDV9","ptbp1","zgc:171795","ptbp1a","F1RDV9","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","F1QWB4","ptbp1","hnrpk","ptbp1a","hnrnpk","Polypyrimidine tract-binding protein 1","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q98SV1","ptbp1","sepp1a","ptbp1a","Q98SV1","Polypyrimidine tract-binding protein 1","Selenoprotein Pa (zSelPa)","string-db","7955.ENSDARP00000116562/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","E7F6T0","ptbp1","CD44 antigen","ptbp1a","cd44a","Polypyrimidine tract-binding protein 1","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q1LVK2","ptbp1","zgc:103515","ptbp1a","polr2i","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","F1Q5Q3","ptbp1","PAI-RBP1","ptbp1a","serbp1a","Polypyrimidine tract-binding protein 1","SERPINE1 mRNA binding protein 1a isoform X1 (SERPINE1 mRNA-binding protein 1a)","string-db","7955.ENSDARP00000115589/7955.ENSDARP00000011705","physical","txid7955" +"Q503D3","Q6DEG5","ptbp1","polr2e","ptbp1a","polr2eb","Polypyrimidine tract-binding protein 1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000011705","physical","txid7955" +"E7F6T0","E9QBC5","CD44 antigen","cd9","cd44a","E9QBC5","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","Tetraspanin","string-db","7955.ENSDARP00000116547/7955.ENSDARP00000110970","physical","txid7955" +"E7F6T0","Q6PFU4","CD44 antigen","cdc42a","cd44a","cdc42","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000110970","physical","txid7955" +"E7F6T0","F1QLR7","CD44 antigen","c-met","cd44a","met","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000110970","physical","txid7955" +"E7F6T0","X1WBP3","CD44 antigen","CD44 antigen","cd44a","X1WBP3","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000127635/7955.ENSDARP00000110970","physical","txid7955" +"Q803J4","Q5RHQ7","zgc:55701","hnrnpu","hnrnpc","hnrnpub","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000070385","physical","txid7955" +"Q803J4","Q6P0E1","zgc:55701","sox2","hnrnpc","sox2","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","Transcription factor Sox-2","string-db","7955.ENSDARP00000095266/7955.ENSDARP00000070385","physical","txid7955" +"Q803J4","F1Q5Q3","zgc:55701","PAI-RBP1","hnrnpc","serbp1a","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","SERPINE1 mRNA binding protein 1a isoform X1 (SERPINE1 mRNA-binding protein 1a)","string-db","7955.ENSDARP00000115589/7955.ENSDARP00000070385","physical","txid7955" +"Q7ZVF3","B0S5Q2","sdha","fa91d04","Q7ZVF3","sdhc","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","string-db","7955.ENSDARP00000121444/7955.ENSDARP00000018027","physical","txid7955" +"Q7ZVF3","Q6DGM2","sdha","sdhda","Q7ZVF3","Q6DGM2","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit A, mitochondrial (CybS-A) (Succinate dehydrogenase complex subunit D-A) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit A) (Succinate-ubiquinone reductase membrane anchor subunit A)","string-db","7955.ENSDARP00000072578/7955.ENSDARP00000018027","physical","txid7955" +"Q7ZVF3","Q68FN7","sdha","sdhdb","Q7ZVF3","Q68FN7","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit B, mitochondrial (CybS-B) (Succinate dehydrogenase complex subunit D-B) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit B) (Succinate-ubiquinone reductase membrane anchor subunit B)","string-db","7955.ENSDARP00000039864/7955.ENSDARP00000018027","physical","txid7955" +"Q7ZVF3","A5PL98","sdha","sdhb","Q7ZVF3","sdhb","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","string-db","7955.ENSDARP00000062263/7955.ENSDARP00000018027","physical","txid7955" +"Q7ZVF3","A3KP74","sdha","sdhaf2","Q7ZVF3","A3KP74","Succinate dehydrogenase [ubiquinone] flavoprotein subunit, mitochondrial (EC 1.3.5.1) (Flavoprotein subunit of complex II) (Fp)","Succinate dehydrogenase assembly factor 2, mitochondrial (SDH assembly factor 2) (SDHAF2)","string-db","7955.ENSDARP00000086049/7955.ENSDARP00000018027","physical","txid7955" +"Q5SPD7","E7FFM5","pycr3","Proline dehydrogenase","Q5SPD7","E7FFM5","Pyrroline-5-carboxylate reductase 3 (P5C reductase 3) (P5CR 3) (EC 1.5.1.2) (Pyrroline-5-carboxylate reductase-like protein)","Proline dehydrogenase (EC 1.5.5.2)","string-db","7955.ENSDARP00000085764/7955.ENSDARP00000011713","physical","txid7955" +"Q5SPD7","A0A8M9QIL9","pycr3","wu:fb24e01","Q5SPD7","A0A8M9QIL9","Pyrroline-5-carboxylate reductase 3 (P5C reductase 3) (P5CR 3) (EC 1.5.1.2) (Pyrroline-5-carboxylate reductase-like protein)","Proline dehydrogenase (EC 1.5.5.2)","string-db","7955.ENSDARP00000118592/7955.ENSDARP00000011713","physical","txid7955" +"Q5SPD7","Q6P971","pycr3","pycr1","Q5SPD7","pycr1a","Pyrroline-5-carboxylate reductase 3 (P5C reductase 3) (P5CR 3) (EC 1.5.1.2) (Pyrroline-5-carboxylate reductase-like protein)","Pyrroline-5-carboxylate reductase (EC 1.5.1.2)","string-db","7955.ENSDARP00000133333/7955.ENSDARP00000011713","physical","txid7955" +"A0A8M9QIL9","Q6P971","wu:fb24e01","pycr1","A0A8M9QIL9","pycr1a","Proline dehydrogenase (EC 1.5.5.2)","Pyrroline-5-carboxylate reductase (EC 1.5.1.2)","string-db","7955.ENSDARP00000133333/7955.ENSDARP00000118592","physical","txid7955" +"E7FFM5","Q6P971","Proline dehydrogenase","pycr1","E7FFM5","pycr1a","Proline dehydrogenase (EC 1.5.5.2)","Pyrroline-5-carboxylate reductase (EC 1.5.1.2)","string-db","7955.ENSDARP00000133333/7955.ENSDARP00000085764","physical","txid7955" +"B3DJF3","Q802U9","wu:fc43e12","papss2","papss1","Q802U9","3'-phosphoadenosine 5'-phosphosulfate synthase 1 (EC 2.7.7.4) (Zgc:194985)","3'-phosphoadenosine 5'-phosphosulfate synthase 2 (Bifunctional 3'-phosphoadenosine 5'-phosphosulfate synthase 2)","string-db","7955.ENSDARP00000073570/7955.ENSDARP00000011735","physical","txid7955" +"B3DJF3","Q2YDR3","wu:fc43e12","bpnt2","papss1","Q2YDR3","3'-phosphoadenosine 5'-phosphosulfate synthase 1 (EC 2.7.7.4) (Zgc:194985)","Inositol monophosphatase 3 (IMP 3) (IMPase 3) (EC 3.1.3.25) (3'(2'), 5'-bisphosphate nucleotidase 2) (Inositol monophosphatase domain-containing protein 1) (Inositol-1(or 4)-monophosphatase 3) (Myo-inositol monophosphatase A3)","string-db","7955.ENSDARP00000075369/7955.ENSDARP00000011735","physical","txid7955" +"Q2YDR3","Q503S9","bpnt2","Inositol-1-monophosphatase","Q2YDR3","impa2","Inositol monophosphatase 3 (IMP 3) (IMPase 3) (EC 3.1.3.25) (3'(2'), 5'-bisphosphate nucleotidase 2) (Inositol monophosphatase domain-containing protein 1) (Inositol-1(or 4)-monophosphatase 3) (Myo-inositol monophosphatase A3)","Inositol-1-monophosphatase (EC 3.1.3.25)","string-db","7955.ENSDARP00000076958/7955.ENSDARP00000075369","physical","txid7955" +"Q802U9","Q2YDR3","papss2","bpnt2","Q802U9","Q2YDR3","3'-phosphoadenosine 5'-phosphosulfate synthase 2 (Bifunctional 3'-phosphoadenosine 5'-phosphosulfate synthase 2)","Inositol monophosphatase 3 (IMP 3) (IMPase 3) (EC 3.1.3.25) (3'(2'), 5'-bisphosphate nucleotidase 2) (Inositol monophosphatase domain-containing protein 1) (Inositol-1(or 4)-monophosphatase 3) (Myo-inositol monophosphatase A3)","string-db","7955.ENSDARP00000075369/7955.ENSDARP00000073570","physical","txid7955" +"Q8JHE9","Q8JHF0","aph1b","psenen","Q8JHE9","psenen","Gamma-secretase subunit Aph-1b (Anterior-pharynx-defective protein 1b)","Gamma-secretase subunit PEN-2 (Presenilin enhancer protein 2 homolog)","string-db","7955.ENSDARP00000090230/7955.ENSDARP00000011743","physical","txid7955" +"Q8JHE9","Q9W6T7","aph1b","psen1","Q8JHE9","Q9W6T7","Gamma-secretase subunit Aph-1b (Anterior-pharynx-defective protein 1b)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000011743","physical","txid7955" +"Q8JHE9","Q90ZE4","aph1b","psen2","Q8JHE9","psen2","Gamma-secretase subunit Aph-1b (Anterior-pharynx-defective protein 1b)","Presenilin-2 (PS-2) (Zf-PS2) (EC 3.4.23.-) (Pre2)","string-db","7955.ENSDARP00000011791/7955.ENSDARP00000011743","physical","txid7955" +"Q8JHF0","Q9W6T7","psenen","psen1","psenen","Q9W6T7","Gamma-secretase subunit PEN-2 (Presenilin enhancer protein 2 homolog)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000090230","physical","txid7955" +"Q90ZE4","Q9W6T7","psen2","psen1","psen2","Q9W6T7","Presenilin-2 (PS-2) (Zf-PS2) (EC 3.4.23.-) (Pre2)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000011791","physical","txid7955" +"Q90ZE4","Q8JHF0","psen2","psenen","psen2","psenen","Presenilin-2 (PS-2) (Zf-PS2) (EC 3.4.23.-) (Pre2)","Gamma-secretase subunit PEN-2 (Presenilin enhancer protein 2 homolog)","string-db","7955.ENSDARP00000090230/7955.ENSDARP00000011791","physical","txid7955" +"Q90Z08","F1QC45","unc119b","rp2","unc119b","F1QC45","Protein unc-119 homolog B (Protein unc-119 homolog 1)","Protein XRP2","string-db","7955.ENSDARP00000120363/7955.ENSDARP00000011779","physical","txid7955" +"Q90Z08","P0CI65","unc119b","nphp3","unc119b","P0CI65","Protein unc-119 homolog B (Protein unc-119 homolog 1)","Nephrocystin-3","string-db","7955.ENSDARP00000101271/7955.ENSDARP00000011779","physical","txid7955" +"Q90Z08","Q1MTE5","unc119b","arl3","unc119b","arl3","Protein unc-119 homolog B (Protein unc-119 homolog 1)","ADP-ribosylation factor-like protein 3","string-db","7955.ENSDARP00000096322/7955.ENSDARP00000011779","physical","txid7955" +"Q90Z08","B0S7E1","unc119b","wu:fc95f02","unc119b","brd7","Protein unc-119 homolog B (Protein unc-119 homolog 1)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000011779","physical","txid7955" +"Q1MTE5","F1QC45","arl3","rp2","arl3","F1QC45","ADP-ribosylation factor-like protein 3","Protein XRP2","string-db","7955.ENSDARP00000120363/7955.ENSDARP00000096322","physical","txid7955" +"Q1MTE5","P0CI65","arl3","nphp3","arl3","P0CI65","ADP-ribosylation factor-like protein 3","Nephrocystin-3","string-db","7955.ENSDARP00000101271/7955.ENSDARP00000096322","physical","txid7955" +"P0CI65","Q5PRA5","nphp3","zgc:101792","P0CI65","Q5PRA5","Nephrocystin-3","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000101271","physical","txid7955" +"P0CI65","P85001","nphp3","cep290","P0CI65","P85001","Nephrocystin-3","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000101271","physical","txid7955" +"P0CI65","E7F4E7","nphp3","si:ch1073-301i20.1","P0CI65","rpgrip1l","Nephrocystin-3","Protein fantom (RPGRIP1-like)","string-db","7955.ENSDARP00000107198/7955.ENSDARP00000101271","physical","txid7955" +"Q708S7","Q708S6","asic1a","asic1c","Q708S7","Q708S6","Acid-sensing ion channel 1A (ASIC1-A) (Acid-sensing ion channel 1.2-A) (Amiloride-sensitive cation channel 2-B, neuronal-A) (ZASIC1.2)","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","string-db","7955.ENSDARP00000130223/7955.ENSDARP00000011782","physical","txid7955" +"Q708S7","A0A0R4ID46","asic1a","ASIC1","Q708S7","A0A0R4ID46","Acid-sensing ion channel 1A (ASIC1-A) (Acid-sensing ion channel 1.2-A) (Amiloride-sensitive cation channel 2-B, neuronal-A) (ZASIC1.2)","Acid-sensing ion channel 1B","string-db","7955.ENSDARP00000132694/7955.ENSDARP00000011782","physical","txid7955" +"Q708S7","F1QCQ7","asic1a","band7.2","Q708S7","F1QCQ7","Acid-sensing ion channel 1A (ASIC1-A) (Acid-sensing ion channel 1.2-A) (Amiloride-sensitive cation channel 2-B, neuronal-A) (ZASIC1.2)","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000011782","physical","txid7955" +"Q708S7","A5PLE0","asic1a","stoml3","Q708S7","A5PLE0","Acid-sensing ion channel 1A (ASIC1-A) (Acid-sensing ion channel 1.2-A) (Amiloride-sensitive cation channel 2-B, neuronal-A) (ZASIC1.2)","Stomatin (EPB72)-like 3a (Stomatin-like protein 3) (Zgc:165564 protein)","string-db","7955.ENSDARP00000107042/7955.ENSDARP00000011782","physical","txid7955" +"Q708S7","Q708S5","asic1a","asic2","Q708S7","asic2","Acid-sensing ion channel 1A (ASIC1-A) (Acid-sensing ion channel 1.2-A) (Amiloride-sensitive cation channel 2-B, neuronal-A) (ZASIC1.2)","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","string-db","7955.ENSDARP00000122509/7955.ENSDARP00000011782","physical","txid7955" +"Q708S5","A0A0R4ID46","asic2","ASIC1","asic2","A0A0R4ID46","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","Acid-sensing ion channel 1B","string-db","7955.ENSDARP00000132694/7955.ENSDARP00000122509","physical","txid7955" +"Q708S5","Q708S6","asic2","asic1c","asic2","Q708S6","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","string-db","7955.ENSDARP00000130223/7955.ENSDARP00000122509","physical","txid7955" +"Q708S6","A0A0R4ID46","asic1c","ASIC1","Q708S6","A0A0R4ID46","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","Acid-sensing ion channel 1B","string-db","7955.ENSDARP00000132694/7955.ENSDARP00000130223","physical","txid7955" +"A5PLE0","A0A0R4ID46","stoml3","ASIC1","A5PLE0","A0A0R4ID46","Stomatin (EPB72)-like 3a (Stomatin-like protein 3) (Zgc:165564 protein)","Acid-sensing ion channel 1B","string-db","7955.ENSDARP00000132694/7955.ENSDARP00000107042","physical","txid7955" +"A5PLE0","Q708S5","stoml3","asic2","A5PLE0","asic2","Stomatin (EPB72)-like 3a (Stomatin-like protein 3) (Zgc:165564 protein)","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","string-db","7955.ENSDARP00000122509/7955.ENSDARP00000107042","physical","txid7955" +"A5PLE0","Q708S6","stoml3","asic1c","A5PLE0","Q708S6","Stomatin (EPB72)-like 3a (Stomatin-like protein 3) (Zgc:165564 protein)","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","string-db","7955.ENSDARP00000130223/7955.ENSDARP00000107042","physical","txid7955" +"F1Q5B7","B3DJ49","Protein Wnt","zgc:194774","wnt7ba","B3DJ49","Protein Wnt","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000011793","physical","txid7955" +"F1Q5B7","F1QTJ4","Protein Wnt","LRP6","wnt7ba","F1QTJ4","Protein Wnt","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000011793","physical","txid7955" +"A2CEM8","A2RUX8","fosl1","zgc:158347","fosl1a","fosl2","FOS-like 1, AP-1 transcription factor subunit a (Fos-related antigen 1)","FOS-like 2, AP-1 transcription factor subunit (Fos-related antigen 2) (Zgc:158347 protein)","string-db","7955.ENSDARP00000059479/7955.ENSDARP00000011823","physical","txid7955" +"Q8AYM8","F1QKS4","opn1mw2","wu:fe06b12","Q8AYM8","canx","Green-sensitive opsin-2 (Green cone photoreceptor pigment 2) (Opsin RH2-2) (Opsin-1, medium-wave-sensitive 2)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000011837","physical","txid7955" +"Q8AYM8","Q66I67","opn1mw2","ift20","Q8AYM8","Q66I67","Green-sensitive opsin-2 (Green cone photoreceptor pigment 2) (Opsin RH2-2) (Opsin-1, medium-wave-sensitive 2)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000011837","physical","txid7955" +"Q8AYM8","Q8UUZ6","opn1mw2","wu:fc06h04","Q8AYM8","cryaa","Green-sensitive opsin-2 (Green cone photoreceptor pigment 2) (Opsin RH2-2) (Opsin-1, medium-wave-sensitive 2)","Alpha-crystallin A chain","string-db","7955.ENSDARP00000070021/7955.ENSDARP00000011837","physical","txid7955" +"Q7ZVA3","Q8JG38","cb831","fgfr2","sh3gl1b","Q8JG38","Endophilin-A2 (Endophilin-2)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000091264","physical","txid7955" +"Q7ZVA3","F6PCP5","cb831","si:ch211-175g6.9","sh3gl1b","F6PCP5","Endophilin-A2 (Endophilin-2)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000091264","physical","txid7955" +"Q7ZVA3","Q9DE49","cb831","pdgfra","sh3gl1b","Q9DE49","Endophilin-A2 (Endophilin-2)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000091264","physical","txid7955" +"Q7ZVA3","E9QHF3","cb831","fb02f11","sh3gl1b","synj1","Endophilin-A2 (Endophilin-2)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000091264","physical","txid7955" +"Q7ZVA3","Q90413","cb831","fgfr4","sh3gl1b","Q90413","Endophilin-A2 (Endophilin-2)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000091264","physical","txid7955" +"A0A0R4IUB6","A0A0N4SUD2","epn1","Ubi-p63E","epn1","ubb","Epsin 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000138794","physical","txid7955" +"A0A0R4IUB6","A0A0R4IWG0","epn1","Epigen","epn1","epgn","Epsin 1","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000138794","physical","txid7955" +"A0A0R4IUB6","Q90413","epn1","fgfr4","epn1","Q90413","Epsin 1","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000138794","physical","txid7955" +"A0A0R4IUB6","A0A286Y9F1","epn1","Clathrin light chain","epn1","A0A286Y9F1","Epsin 1","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000138794","physical","txid7955" +"A0A0R4IUB6","F1QHN6","epn1","im:7042025","epn1","ubc","Epsin 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000138794","physical","txid7955" +"A0A0R4IUB6","P59845","epn1","slc18a3b","epn1","P59845","Epsin 1","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000138794","physical","txid7955" +"Q7SX76","A0A4W4","fgfrl1","zgc:100871","fgfrl1a","A0A4W4","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Neuronal growth regulator 1","psicquic","20802085","physical","txid7955" +"Q7SX76","B0V0E5","fgfrl1","Amyloid-beta A4 protein","fgfrl1a","appb","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Amyloid-beta A4 protein","psicquic","20802085;20802085","physical","txid7955" +"Q7SX76","B7ZV58","fgfrl1","zgc:136455","fgfrl1a","B7ZV58","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Neurotrimin (Zgc:136455 protein)","psicquic","19765300;26190107","physical","txid7955" +"Q7SX76","Q8JG38","fgfrl1","fgfr2","fgfrl1a","Q8JG38","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","B0S5X0","fgfrl1","dspg3","fgfrl1a","epyc","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Epiphycan (Epiphycan isoform X1)","string-db","7955.ENSDARP00000105186/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","Q5K373","fgfrl1","fgfrl1b beta","fgfrl1a","fgfrl1b","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","18296487;18296487","physical","txid7955" +"Q7SX76","Q9DFC9","fgfrl1","wu:fc89b01","fgfrl1a","fgf4","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000135882/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","Q1XG76","fgfrl1","si:dkey-21e2.2","fgfrl1a","Q1XG76","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000103162/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","Q90413","fgfrl1","fgfr4","fgfrl1a","Q90413","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","psicquic","18296487","physical","txid7955" +"Q7SX76","P48802","fgfrl1","fgf3","fgfrl1a","fgf3","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","Q8JFU3","fgfrl1","fj98e12","fgfrl1a","Q8JFU3","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","Q6SJP8","fgfrl1","fgf17","fgfrl1a","fgf17","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","string-db","7955.ENSDARP00000137629/7955.ENSDARP00000077102","physical","txid7955" +"Q7SX76","B8JKM0","fgfrl1","Leucine-rich repeat transmembrane neuronal 1","fgfrl1a","lrrtm1","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","19765300","physical","txid7955" +"F1QIJ6","A0A8M1NRF7","Epidermal growth factor receptor pathway substrate 15","CH73-131E21.7","eps15","A0A8M1NRF7","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","B1PBZ7","Epidermal growth factor receptor pathway substrate 15","Protein sprouty homolog 1","eps15","B1PBZ7","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q6PC73","Epidermal growth factor receptor pathway substrate 15","grb2","eps15","grb2b","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","E9QBV1","Epidermal growth factor receptor pathway substrate 15","fd07f11","eps15","cltcb","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q8JG38","Epidermal growth factor receptor pathway substrate 15","fgfr2","eps15","Q8JG38","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A5PMY5","Epidermal growth factor receptor pathway substrate 15","wu:fv75b10","eps15","stam","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","B3DKN8","Epidermal growth factor receptor pathway substrate 15","chrm2","eps15","B3DKN8","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q9DE49","Epidermal growth factor receptor pathway substrate 15","pdgfra","eps15","Q9DE49","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","B0R024","Epidermal growth factor receptor pathway substrate 15","fc07e03","eps15","B0R024","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q90413","Epidermal growth factor receptor pathway substrate 15","fgfr4","eps15","Q90413","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A0N4SUD2","Epidermal growth factor receptor pathway substrate 15","Ubi-p63E","eps15","ubb","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","E7FEQ8","Epidermal growth factor receptor pathway substrate 15","Type-1 angiotensin II receptor","eps15","agtr1b","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A286Y9F1","Epidermal growth factor receptor pathway substrate 15","Clathrin light chain","eps15","A0A286Y9F1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q6NSP1","Epidermal growth factor receptor pathway substrate 15","zgc:56704","eps15","ap1s1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","F1QB98","Epidermal growth factor receptor pathway substrate 15","Aftiphilin b","eps15","aftphb","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q6NYJ9","Epidermal growth factor receptor pathway substrate 15","fa16e07","eps15","ap2b1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","F1QZG1","Epidermal growth factor receptor pathway substrate 15","zgc:63504","eps15","F1QZG1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Myoferlin","string-db","7955.ENSDARP00000117746/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","P59845","Epidermal growth factor receptor pathway substrate 15","slc18a3b","eps15","P59845","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A0R4IWG0","Epidermal growth factor receptor pathway substrate 15","Epigen","eps15","epgn","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","F1QLR7","Epidermal growth factor receptor pathway substrate 15","c-met","eps15","met","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","C3PTE8","Epidermal growth factor receptor pathway substrate 15","Beta-arrestin-1","eps15","arrb1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","E9QCS7","Epidermal growth factor receptor pathway substrate 15","fi34f05","eps15","E9QCS7","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A0R4INZ6","Epidermal growth factor receptor pathway substrate 15","Betacellulin, epidermal growth factor family member","eps15","A0A0R4INZ6","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A8WFZ3","Epidermal growth factor receptor pathway substrate 15","zgc:172059","eps15","A8WFZ3","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Spartin (Zgc:172059 protein)","string-db","7955.ENSDARP00000090378/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A5PMS9","Epidermal growth factor receptor pathway substrate 15","fa11e04","eps15","ap1b1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A8M2B3R6","Epidermal growth factor receptor pathway substrate 15","Synergin gamma isoform X1","eps15","A0A8M2B3R6","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","E7F2A4","Epidermal growth factor receptor pathway substrate 15","Epsin 3a","eps15","epn3a","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q5VSI7","Epidermal growth factor receptor pathway substrate 15","si:dkey-217m5.1","eps15","reps1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A0R4IRS1","Epidermal growth factor receptor pathway substrate 15","AP-1 complex subunit mu-1","eps15","ap1m1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","F1QHJ5","Epidermal growth factor receptor pathway substrate 15","Clathrin interactor 1-like isoform X2","eps15","clint1b","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A9JRW9","Epidermal growth factor receptor pathway substrate 15","Proheparin-binding EGF-like growth factor","eps15","A9JRW9","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","A0A0R4IUB6","Epidermal growth factor receptor pathway substrate 15","epn1","eps15","epn1","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q7ZW98","Epidermal growth factor receptor pathway substrate 15","ap2m1b","eps15","Q7ZW98","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","E7EYW2","Epidermal growth factor receptor pathway substrate 15","Epsin 2","eps15","epn2","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","B3DIW6","Epidermal growth factor receptor pathway substrate 15","Uncharacterized protein LOC792915","eps15","-","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","F1QHN6","Epidermal growth factor receptor pathway substrate 15","im:7042025","eps15","ubc","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000089463","physical","txid7955" +"F1QIJ6","Q7SXA3","Epidermal growth factor receptor pathway substrate 15","zgc:66168","eps15","rps27a","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000089463","physical","txid7955" +"B3DIW6","F1QHJ5","Uncharacterized protein LOC792915","Clathrin interactor 1-like isoform X2","-","clint1b","Uncharacterized protein LOC792915 (Zgc:194578)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","P59845","Uncharacterized protein LOC792915","slc18a3b","-","P59845","Uncharacterized protein LOC792915 (Zgc:194578)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","E9QBV1","Uncharacterized protein LOC792915","fd07f11","-","cltcb","Uncharacterized protein LOC792915 (Zgc:194578)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A0A286Y9F1","Uncharacterized protein LOC792915","Clathrin light chain","-","A0A286Y9F1","Uncharacterized protein LOC792915 (Zgc:194578)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A5PMS9","Uncharacterized protein LOC792915","fa11e04","-","ap1b1","Uncharacterized protein LOC792915 (Zgc:194578)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","E7EYW2","Uncharacterized protein LOC792915","Epsin 2","-","epn2","Uncharacterized protein LOC792915 (Zgc:194578)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","Q8JG38","Uncharacterized protein LOC792915","fgfr2","-","Q8JG38","Uncharacterized protein LOC792915 (Zgc:194578)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","Q6NYJ9","Uncharacterized protein LOC792915","fa16e07","-","ap2b1","Uncharacterized protein LOC792915 (Zgc:194578)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A0A0R4IUB6","Uncharacterized protein LOC792915","epn1","-","epn1","Uncharacterized protein LOC792915 (Zgc:194578)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","E7F2A4","Uncharacterized protein LOC792915","Epsin 3a","-","epn3a","Uncharacterized protein LOC792915 (Zgc:194578)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A0A0R4IRS1","Uncharacterized protein LOC792915","AP-1 complex subunit mu-1","-","ap1m1","Uncharacterized protein LOC792915 (Zgc:194578)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","B0R024","Uncharacterized protein LOC792915","fc07e03","-","B0R024","Uncharacterized protein LOC792915 (Zgc:194578)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","F1QB98","Uncharacterized protein LOC792915","Aftiphilin b","-","aftphb","Uncharacterized protein LOC792915 (Zgc:194578)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A0A8M2B3R6","Uncharacterized protein LOC792915","Synergin gamma isoform X1","-","A0A8M2B3R6","Uncharacterized protein LOC792915 (Zgc:194578)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","A0A8M1NRF7","Uncharacterized protein LOC792915","CH73-131E21.7","-","A0A8M1NRF7","Uncharacterized protein LOC792915 (Zgc:194578)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","Q90413","Uncharacterized protein LOC792915","fgfr4","-","Q90413","Uncharacterized protein LOC792915 (Zgc:194578)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000101039","physical","txid7955" +"B3DIW6","Q7ZW98","Uncharacterized protein LOC792915","ap2m1b","-","Q7ZW98","Uncharacterized protein LOC792915 (Zgc:194578)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000101039","physical","txid7955" +"B0V151","F6PCP5","im:5777505","si:ch211-175g6.9","B0V151","F6PCP5","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","string-db","7955.ENSDARP00000099237/7955.ENSDARP00000045932","physical","txid7955" +"B0V151","Q8JG38","im:5777505","fgfr2","B0V151","Q8JG38","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000045932","physical","txid7955" +"B0V151","Q9DE49","im:5777505","pdgfra","B0V151","Q9DE49","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000045932","physical","txid7955" +"B0V151","Q90413","im:5777505","fgfr4","B0V151","Q90413","Endophilin-B1 (SH3 domain-containing GRB2-like protein B1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000045932","physical","txid7955" +"Q91430","E7F9I2","svp[40]","SRY-box transcription factor 18","nr2f2","sox18","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","SRY-box transcription factor 18 (Transcription factor Sox-18)","string-db","7955.ENSDARP00000113837/7955.ENSDARP00000107285","physical","txid7955" +"E7EYW2","A0A286Y9F1","Epsin 2","Clathrin light chain","epn2","A0A286Y9F1","Epsin 2 (Epsin-2 isoform X1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","B0R024","Epsin 2","fc07e03","epn2","B0R024","Epsin 2 (Epsin-2 isoform X1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","A0A0R4INZ6","Epsin 2","Betacellulin, epidermal growth factor family member","epn2","A0A0R4INZ6","Epsin 2 (Epsin-2 isoform X1)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","A0A0R4IUB6","Epsin 2","epn1","epn2","epn1","Epsin 2 (Epsin-2 isoform X1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","F1QHN6","Epsin 2","im:7042025","epn2","ubc","Epsin 2 (Epsin-2 isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","Q90413","Epsin 2","fgfr4","epn2","Q90413","Epsin 2 (Epsin-2 isoform X1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","P59845","Epsin 2","slc18a3b","epn2","P59845","Epsin 2 (Epsin-2 isoform X1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","A0A0N4SUD2","Epsin 2","Ubi-p63E","epn2","ubb","Epsin 2 (Epsin-2 isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","A0A0R4IRS1","Epsin 2","AP-1 complex subunit mu-1","epn2","ap1m1","Epsin 2 (Epsin-2 isoform X1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","A0A0R4IWG0","Epsin 2","Epigen","epn2","epgn","Epsin 2 (Epsin-2 isoform X1)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000128983","physical","txid7955" +"E7EYW2","Q6NYJ9","Epsin 2","fa16e07","epn2","ap2b1","Epsin 2 (Epsin-2 isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000128983","physical","txid7955" +"F1QHJ5","A0A0R4IRS1","Clathrin interactor 1-like isoform X2","AP-1 complex subunit mu-1","clint1b","ap1m1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","A5PMS9","Clathrin interactor 1-like isoform X2","fa11e04","clint1b","ap1b1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","A0A286Y9F1","Clathrin interactor 1-like isoform X2","Clathrin light chain","clint1b","A0A286Y9F1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","E7F2A4","Clathrin interactor 1-like isoform X2","Epsin 3a","clint1b","epn3a","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","E9QBV1","Clathrin interactor 1-like isoform X2","fd07f11","clint1b","cltcb","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","A0A8M1NRF7","Clathrin interactor 1-like isoform X2","CH73-131E21.7","clint1b","A0A8M1NRF7","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","Q8JG38","Clathrin interactor 1-like isoform X2","fgfr2","clint1b","Q8JG38","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","Q90413","Clathrin interactor 1-like isoform X2","fgfr4","clint1b","Q90413","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","P59845","Clathrin interactor 1-like isoform X2","slc18a3b","clint1b","P59845","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","F1QB98","Clathrin interactor 1-like isoform X2","Aftiphilin b","clint1b","aftphb","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","Q7ZW98","Clathrin interactor 1-like isoform X2","ap2m1b","clint1b","Q7ZW98","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","E7EYW2","Clathrin interactor 1-like isoform X2","Epsin 2","clint1b","epn2","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","A0A0R4IUB6","Clathrin interactor 1-like isoform X2","epn1","clint1b","epn1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","Q6NYJ9","Clathrin interactor 1-like isoform X2","fa16e07","clint1b","ap2b1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","B0R024","Clathrin interactor 1-like isoform X2","fc07e03","clint1b","B0R024","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000111775","physical","txid7955" +"F1QHJ5","A0A0R4IWL6","Clathrin interactor 1-like isoform X2","fb96a03","clint1b","pum1","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","Pumilio homolog 1","string-db","7955.ENSDARP00000140793/7955.ENSDARP00000111775","physical","txid7955" +"B8A574","F1QV49","cb500","Transforming acidic coiled-coil-containing protein 1 isoform X2","tacc3","tacc1","Transforming acidic coiled-coil-containing protein 3 isoform X1 (Transforming, acidic coiled-coil-containing protein 3)","Transforming acidic coiled-coil-containing protein 1 isoform X2 (Transforming, acidic coiled-coil-containing protein 1)","string-db","7955.ENSDARP00000085589/7955.ENSDARP00000022481","physical","txid7955" +"Q805B2","Q90413","fgf8b","fgfr4","Q805B2","Q90413","Fibroblast growth factor 8b (FGF-8b) (Fibroblast growth factor 17a) (FGF-17a)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000057884","physical","txid7955" +"Q805B2","Q8JG38","fgf8b","fgfr2","Q805B2","Q8JG38","Fibroblast growth factor 8b (FGF-8b) (Fibroblast growth factor 17a) (FGF-17a)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000057884","physical","txid7955" +"E7F2A4","Q6NYJ9","Epsin 3a","fa16e07","epn3a","ap2b1","Epsin 3a (Epsin-3 isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","A0A0R4IRS1","Epsin 3a","AP-1 complex subunit mu-1","epn3a","ap1m1","Epsin 3a (Epsin-3 isoform X1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","P59845","Epsin 3a","slc18a3b","epn3a","P59845","Epsin 3a (Epsin-3 isoform X1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","E7EYW2","Epsin 3a","Epsin 2","epn3a","epn2","Epsin 3a (Epsin-3 isoform X1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","Q90413","Epsin 3a","fgfr4","epn3a","Q90413","Epsin 3a (Epsin-3 isoform X1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","B0R024","Epsin 3a","fc07e03","epn3a","B0R024","Epsin 3a (Epsin-3 isoform X1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","A0A0R4IUB6","Epsin 3a","epn1","epn3a","epn1","Epsin 3a (Epsin-3 isoform X1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000127571","physical","txid7955" +"E7F2A4","A0A286Y9F1","Epsin 3a","Clathrin light chain","epn3a","A0A286Y9F1","Epsin 3a (Epsin-3 isoform X1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000127571","physical","txid7955" +"Q1MT71","Q8JG38","CH211-281O21.2","fgfr2","sh3gl1a","Q8JG38","Endophilin-A2 (Endophilin-2)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000110333","physical","txid7955" +"Q1MT71","Q90413","CH211-281O21.2","fgfr4","sh3gl1a","Q90413","Endophilin-A2 (Endophilin-2)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000110333","physical","txid7955" +"Q1MT71","E9QHF3","CH211-281O21.2","fb02f11","sh3gl1a","synj1","Endophilin-A2 (Endophilin-2)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000110333","physical","txid7955" +"B0V360","Q6DHN7","erk4","zgc:92197","mapk4","Q6DHN7","mitogen-activated protein kinase (EC 2.7.11.24)","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","string-db","7955.ENSDARP00000113922/7955.ENSDARP00000011941","physical","txid7955" +"Q6DHN7","Q0H1F2","zgc:92197","erk3","Q6DHN7","mapk6","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","string-db","7955.ENSDARP00000130447/7955.ENSDARP00000113922","physical","txid7955" +"Q6DHN7","A0A0R4IJ99","zgc:92197","wu:fc60a10","Q6DHN7","A0A0R4IJ99","MAP kinase-activated protein kinase 5 (EC 2.7.11.1) (MAPK-activated protein kinase 5) (Mitogen-activated protein kinase-activated protein kinase 5)","Kalirin RhoGEF kinase b (Kalirin isoform 2 precursor (EC 2.7.11.1))","string-db","7955.ENSDARP00000133649/7955.ENSDARP00000113922","physical","txid7955" +"F1R0M4","A1A5X7","zgc:56390","fa11g05","fus","taf15","FUS RNA-binding protein (RNA-binding protein FUS)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","string-db","7955.ENSDARP00000093187/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","B8JHR3","zgc:56390","gtf2f2","fus","gtf2f2a","FUS RNA-binding protein (RNA-binding protein FUS)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","A0A0R4IMS9","zgc:56390","DNA-directed RNA polymerase subunit","fus","polr2a","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","B0S754","zgc:56390","fb63a09","fus","B0S754","FUS RNA-binding protein (RNA-binding protein FUS)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","Q7ZW41","zgc:56390","polr2g","fus","polr2g","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","F1RDV9","zgc:56390","zgc:171795","fus","F1RDV9","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","A5D6S6","zgc:56390","DNA-directed RNA polymerases I, II, and III subunit RPABC5","fus","polr2l","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","Q1LVK2","zgc:56390","zgc:103515","fus","polr2i","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","Q568H8","zgc:56390","DNA-directed RNA polymerases I, II, and III subunit RPABC3","fus","polr2h","FUS RNA-binding protein (RNA-binding protein FUS)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000055339","physical","txid7955" +"F1R0M4","Q7ZVA6","zgc:56390","eif4a3","fus","Q7ZVA6","FUS RNA-binding protein (RNA-binding protein FUS)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000055339","physical","txid7955" +"B0S733","Q6PG31","upf3a","rnps1","B0S733","Q6PG31","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","RNA-binding protein with serine-rich domain 1","string-db","7955.ENSDARP00000131565/7955.ENSDARP00000114416","physical","txid7955" +"B0S733","F1RCY6","upf3a","upf1","B0S733","F1RCY6","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000114416","physical","txid7955" +"B0S733","Q7ZVA6","upf3a","eif4a3","B0S733","Q7ZVA6","Regulator of nonsense transcripts 3A (Up-frameshift suppressor 3 homolog A)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000114416","physical","txid7955" +"Q7ZV14","Q7T3D1","gpx8","ero1a","Q7ZV14","Q7T3D1","Probable glutathione peroxidase 8 (GPx-8) (GSHPx-8) (EC 1.11.1.9)","ERO1-like protein alpha (ERO1-L) (ERO1-L-alpha) (EC 1.8.4.-) (Endoplasmic reticulum oxidoreductase alpha) (Endoplasmic reticulum oxidoreductin-1-like protein) (Oxidoreductin-1-L-alpha)","string-db","7955.ENSDARP00000015478/7955.ENSDARP00000011955","physical","txid7955" +"Q7T3D1","Q6P3G9","ero1a","txndc4","Q7T3D1","erp44","ERO1-like protein alpha (ERO1-L) (ERO1-L-alpha) (EC 1.8.4.-) (Endoplasmic reticulum oxidoreductase alpha) (Endoplasmic reticulum oxidoreductin-1-like protein) (Oxidoreductin-1-L-alpha)","Endoplasmic reticulum protein 44 (Endoplasmic reticulum resident protein 44) (Thioredoxin domain containing 4 (Endoplasmic reticulum))","string-db","7955.ENSDARP00000017258/7955.ENSDARP00000015478","physical","txid7955" +"A0A2R8Q1W5","Q6NXC6","keap1b","wu:fi47e09","keap1b","Q6NXC6","Kelch-like ECH-associated protein 1B","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A0A0R4IP02","keap1b","wu:fc15b07","keap1b","A0A0R4IP02","Kelch-like ECH-associated protein 1B","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","Q7ZVI8","keap1b","npl4","keap1b","Q7ZVI8","Kelch-like ECH-associated protein 1B","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A0A2R8QC39","keap1b","LOC101886608","keap1b","A0A2R8QC39","Kelch-like ECH-associated protein 1B","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A2RRV4","keap1b","zgc:158266","keap1b","klhl8","Kelch-like ECH-associated protein 1B","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","E7F6F9","keap1b","klhl3","keap1b","E7F6F9","Kelch-like ECH-associated protein 1B","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","B3DIU1","keap1b","cul3","keap1b","cul3b","Kelch-like ECH-associated protein 1B","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A0A0R4IUU4","keap1b","NEDD8-conjugating enzyme Ubc12","keap1b","si:ch1073-205c8.3","Kelch-like ECH-associated protein 1B","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","U3JA92","keap1b","BTB/POZ domain-containing protein KCTD5-like isoform X2","keap1b","kctd17","Kelch-like ECH-associated protein 1B","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","E9QHV0","keap1b","Kelch-like protein 9 isoform X1","keap1b","E9QHV0","Kelch-like ECH-associated protein 1B","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A0A0G2KCH4","keap1b","klhl25","keap1b","A0A0G2KCH4","Kelch-like ECH-associated protein 1B","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","Q5U374","keap1b","klhl12","keap1b","Q5U374","Kelch-like ECH-associated protein 1B","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","Q7T330","keap1b","spop","keap1b","Q7T330","Kelch-like ECH-associated protein 1B","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","Q7ZUD8","keap1b","MAP1-LC3B","keap1b","map1lc3b","Kelch-like ECH-associated protein 1B","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000124228","physical","txid7955" +"A0A2R8Q1W5","A0A0R4ICR0","keap1b","wu:fc15b07","keap1b","klhl13","Kelch-like ECH-associated protein 1B","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000124228","physical","txid7955" +"X1WCU6","Q7ZVT2","si:ch211-175f11.5","pkm2a","X1WCU6","pkma","Profilin","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000128043","physical","txid7955" +"X1WCU6","A0A140LG23","si:ch211-175f11.5","si:dkey-23a13.21","X1WCU6","A0A140LG23","Profilin","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000128043","physical","txid7955" +"F1Q5A9","Q7ZUT6","UFD2","chimaerin","ube4b","chn1","Ubiquitin conjugation factor E4 B (EC 2.3.2.27) (Ubiquitination factor E4B, UFD2 homolog (S. cerevisiae))","Chimaerin (Chimerin)","string-db","7955.ENSDARP00000130201/7955.ENSDARP00000053803","physical","txid7955" +"F1Q5A9","F1Q8K3","UFD2","wu:fc22f04","ube4b","F1Q8K3","Ubiquitin conjugation factor E4 B (EC 2.3.2.27) (Ubiquitination factor E4B, UFD2 homolog (S. cerevisiae))","E3 ubiquitin-protein ligase CHIP (EC 2.3.2.27) (STIP1 homology and U-Box-containing protein 1)","string-db","7955.ENSDARP00000118937/7955.ENSDARP00000053803","physical","txid7955" +"Q7SZQ8","A6YIH7","ptges3","mr","ptges3a","nr3c2","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","A4GT83","ptges3","NR3C4","ptges3a","A4GT83","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","Q6IQL7","ptges3","wu:fb18b07","ptges3a","ppid","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","F6NMN3","ptges3","fc83f08","ptges3a","ppp5c","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000106662/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","F6P697","ptges3","HSF","ptges3a","hsf1","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","P57717","ptges3","esr1","ptges3a","P57717","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","Q7ZUC7","ptges3","ptges2","ptges3a","Q7ZUC7","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Prostaglandin E synthase 2 (EC 5.3.99.3) (Microsomal prostaglandin E synthase 2) (mPGES-2)","string-db","7955.ENSDARP00000111602/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","F8W2D1","ptges3","wu:fb34f09","ptges3a","fkbp4","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","B8JJL3","ptges3","ER[b]1","ptges3a","B8JJL3","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000054236","physical","txid7955" +"Q7SZQ8","F8W4B7","ptges3","Histone deacetylase 6","ptges3a","hdac6","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000054236","physical","txid7955" +"Q6DRD5","Q6DRK4","zgc:92341","zgc:110313","ufd1l","rfc5","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","Q9PTP1","zgc:92341","pcna","ufd1l","pcna","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","B3DIU1","zgc:92341","cul3","ufd1l","cul3b","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","A4FUL3","zgc:92341","im:7137515","ufd1l","rbx1","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","Q29RA2","zgc:92341","vesicle-fusing ATPase","ufd1l","Q29RA2","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000091324/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","F1QFS9","zgc:92341","usp13","ufd1l","F1QFS9","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Ubiquitin carboxyl-terminal hydrolase 13 (EC 3.4.19.12) (Deubiquitinating enzyme 13) (Ubiquitin thioesterase 13) (Ubiquitin-specific-processing protease 13)","string-db","7955.ENSDARP00000065292/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","Q7SXA3","zgc:92341","zgc:66168","ufd1l","rps27a","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","Q504I6","zgc:92341","ik:tdsubc_2g1","ufd1l","rpa2","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","A3KP53","zgc:92341","id:ibd5121","ufd1l","skp2","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","F1Q7Z9","zgc:92341","fc50a12","ufd1l","F1Q7Z9","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","DNA polymerase eta (EC 2.7.7.7) (Polymerase (DNA directed), eta)","string-db","7955.ENSDARP00000115601/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","A0A2R8Q1W5","zgc:92341","keap1b","ufd1l","keap1b","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","F1QHN6","zgc:92341","im:7042025","ufd1l","ubc","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","Q7ZVI8","zgc:92341","npl4","ufd1l","Q7ZVI8","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","NPL4 homolog, ubiquitin recognition factor (Nploc4 protein) (Nuclear protein localization 4 homolog (S. cerevisiae)) (Nuclear protein localization protein 4 homolog)","string-db","7955.ENSDARP00000133068/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","F1Q5P6","zgc:92341","si:dkey-170e5.1","ufd1l","rpl9","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","A0A0N4SUD2","zgc:92341","Ubi-p63E","ufd1l","ubb","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000035108","physical","txid7955" +"Q6DRD5","A0A0G2L7I0","zgc:92341","sprtn","ufd1l","A0A0G2L7I0","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","DNA-dependent metalloprotease SPRTN (EC 3.4.24.-) (Protein with SprT-like domain at the N terminus) (Spartan)","string-db","7955.ENSDARP00000140734/7955.ENSDARP00000035108","physical","txid7955" +"A0A0R4ITP2","A0A2R8PYT0","Mjd","zgc:65951","atxn3","rad23b","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000137828","physical","txid7955" +"Q6PHI9","Q7ZVX4","rab4a","cb731","Q6PHI9","rab14","Ras-related protein Rab-4A (EC 3.6.5.2)","Ras-related protein Rab-14","string-db","7955.ENSDARP00000106078/7955.ENSDARP00000012097","physical","txid7955" +"Q6PHI9","E7FE23","rab4a","RUN and FYVE domain-containing 1","Q6PHI9","rufy1","Ras-related protein Rab-4A (EC 3.6.5.2)","RUN and FYVE domain-containing 1 (RUN and FYVE domain-containing protein 1)","string-db","7955.ENSDARP00000101331/7955.ENSDARP00000012097","physical","txid7955" +"Q6PHI9","Q7ZUW5","rab4a","rab5a","Q6PHI9","Q7ZUW5","Ras-related protein Rab-4A (EC 3.6.5.2)","RAB5A, member RAS oncogene family (Rab5a protein)","string-db","7955.ENSDARP00000032505/7955.ENSDARP00000012097","physical","txid7955" +"Q6PHI9","Q4V946","rab4a","fj12b07","Q6PHI9","rabggtb","Ras-related protein Rab-4A (EC 3.6.5.2)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000012097","physical","txid7955" +"E7FE23","Q7ZVX4","RUN and FYVE domain-containing 1","cb731","rufy1","rab14","RUN and FYVE domain-containing 1 (RUN and FYVE domain-containing protein 1)","Ras-related protein Rab-14","string-db","7955.ENSDARP00000106078/7955.ENSDARP00000101331","physical","txid7955" +"Q7ZVX4","A2AR68","cb731","zgc:110600","rab14","gdi1","Ras-related protein Rab-14","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000106078","physical","txid7955" +"B8JHU4","A0A8M9QH30","Alpha-actinin-1","wu:fb53f05","B8JHU4","A0A8M9QH30","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","B3DIV2","Alpha-actinin-1","itgb1","B8JHU4","B3DIV2","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","Q9PVF8","Alpha-actinin-1","ctnna","B8JHU4","ctnna1","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","string-db","7955.ENSDARP00000132933/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","E7EYN2","Alpha-actinin-1","Afadin- and alpha-actinin-binding protein-like","B8JHU4","E7EYN2","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Afadin- and alpha-actinin-binding protein-like (Si:ch211-286b5.4)","string-db","7955.ENSDARP00000126763/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","A0A0R4ICS1","Alpha-actinin-1","Integrin alpha 4","B8JHU4","itga4","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","A0A0R4INF7","Alpha-actinin-1","fd16d06","B8JHU4","micall2a","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000123299","physical","txid7955" +"B8JHU4","X1WH62","Alpha-actinin-1","ssx2ip","B8JHU4","ssx2ipa","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","Afadin- and alpha-actinin-binding protein (Synovial sarcoma, X breakpoint 2-interacting protein a)","string-db","7955.ENSDARP00000129572/7955.ENSDARP00000123299","physical","txid7955" +"F1QGX0","B8JHU4","Integrin beta","Alpha-actinin-1","itgb6","B8JHU4","Integrin beta","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A0A2R8QIY5","Integrin beta","im:7139045","itgb6","A0A2R8QIY5","Integrin beta","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A0A0R4IIA7","Integrin beta","si:busm1-132m23.1","itgb6","tln2a","Integrin beta","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","X1WEX1","Integrin beta","Integrin alpha-E-like isoform X1","itgb6","itgae.1","Integrin beta","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A3KNP3","Integrin beta","Gamma-parvin","itgb6","A3KNP3","Integrin beta","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","F1QC06","Integrin beta","Integrin alpha-2-like isoform X1","itgb6","F1QC06","Integrin beta","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","B3DIV2","Integrin beta","itgb1","itgb6","B3DIV2","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A0A8M9QH30","Integrin beta","wu:fb53f05","itgb6","A0A8M9QH30","Integrin beta","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A8WHQ8","Integrin beta","Integrin alpha-6 isoform X1","itgb6","A8WHQ8","Integrin beta","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","Q6PHD6","Integrin beta","zgc:65842","itgb6","ilk","Integrin beta","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","Q6YLH9","Integrin beta","CAV1","itgb6","cav1","Integrin beta","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","F1QYE2","Integrin beta","tenc","itgb6","tnc","Integrin beta","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","Q1LVK6","Integrin beta","Vasodilator-stimulated phosphoprotein b","itgb6","vaspb","Integrin beta","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","F1QGL5","Integrin beta","Filamin B, beta","itgb6","F1QGL5","Integrin beta","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A4IG46","Integrin beta","zgc:162217","itgb6","A4IG46","Integrin beta","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","A0A0R4ICS1","Integrin beta","Integrin alpha 4","itgb6","itga4","Integrin beta","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","E7FCN5","Integrin beta","Integrin beta","itgb6","E7FCN5","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000065932","physical","txid7955" +"F1QGX0","F1R2R3","Integrin beta","im:7145180","itgb6","itga3b","Integrin beta","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000065932","physical","txid7955" +"A0A0R4ICS1","A4IG46","Integrin alpha 4","zgc:162217","itga4","A4IG46","Integrin alpha 4 (Integrin alpha-4 isoform X1)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000131563","physical","txid7955" +"A0A0R4ICS1","A5PMX0","Integrin alpha 4","fi76d06","itga4","vcam1b","Integrin alpha 4 (Integrin alpha-4 isoform X1)","Vascular cell adhesion molecule 1b (Vascular cell adhesion protein 1 isoform X1)","string-db","7955.ENSDARP00000144690/7955.ENSDARP00000131563","physical","txid7955" +"A0A0R4ICS1","A0A0R4IIA7","Integrin alpha 4","si:busm1-132m23.1","itga4","tln2a","Integrin alpha 4 (Integrin alpha-4 isoform X1)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000131563","physical","txid7955" +"A0A0R4ICS1","A0A0R4IGV4","Integrin alpha 4","jam2a","itga4","jam2a","Integrin alpha 4 (Integrin alpha-4 isoform X1)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","string-db","7955.ENSDARP00000132646/7955.ENSDARP00000131563","physical","txid7955" +"A0A0R4ICS1","A0A8M9QH30","Integrin alpha 4","wu:fb53f05","itga4","A0A8M9QH30","Integrin alpha 4 (Integrin alpha-4 isoform X1)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000131563","physical","txid7955" +"F1QC06","B3DIV2","Integrin alpha-2-like isoform X1","itgb1","F1QC06","B3DIV2","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","A4IG46","Integrin alpha-2-like isoform X1","zgc:162217","F1QC06","A4IG46","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","E7FCN5","Integrin alpha-2-like isoform X1","Integrin beta","F1QC06","E7FCN5","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","B8JHU4","Integrin alpha-2-like isoform X1","Alpha-actinin-1","F1QC06","B8JHU4","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","A0A0R4IIA7","Integrin alpha-2-like isoform X1","si:busm1-132m23.1","F1QC06","tln2a","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","A0A8M9QH30","Integrin alpha-2-like isoform X1","wu:fb53f05","F1QC06","A0A8M9QH30","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","X1WEX1","Integrin alpha-2-like isoform X1","Integrin alpha-E-like isoform X1","F1QC06","itgae.1","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000118073","physical","txid7955" +"F1QC06","A0A0R4ICS1","Integrin alpha-2-like isoform X1","Integrin alpha 4","F1QC06","itga4","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000118073","physical","txid7955" +"A8WHQ8","Q6P031","Integrin alpha-6 isoform X1","zgc:77759","A8WHQ8","cd151l","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Tetraspanin","string-db","7955.ENSDARP00000127604/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","E7F8N2","Integrin alpha-6 isoform X1","Platelet endothelial aggregation receptor 1","A8WHQ8","pear1","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","A0A8M9QH30","Integrin alpha-6 isoform X1","wu:fb53f05","A8WHQ8","A0A8M9QH30","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","A0A0R4ICS1","Integrin alpha-6 isoform X1","Integrin alpha 4","A8WHQ8","itga4","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","B8JHU4","Integrin alpha-6 isoform X1","Alpha-actinin-1","A8WHQ8","B8JHU4","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","F1QC06","Integrin alpha-6 isoform X1","Integrin alpha-2-like isoform X1","A8WHQ8","F1QC06","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","E7FCN5","Integrin alpha-6 isoform X1","Integrin beta","A8WHQ8","E7FCN5","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","A4IG46","Integrin alpha-6 isoform X1","zgc:162217","A8WHQ8","A4IG46","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","X1WEX1","Integrin alpha-6 isoform X1","Integrin alpha-E-like isoform X1","A8WHQ8","itgae.1","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","F1QGL5","Integrin alpha-6 isoform X1","Filamin B, beta","A8WHQ8","F1QGL5","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","B3DIV2","Integrin alpha-6 isoform X1","itgb1","A8WHQ8","B3DIV2","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000098022","physical","txid7955" +"A8WHQ8","A0A0R4IIA7","Integrin alpha-6 isoform X1","si:busm1-132m23.1","A8WHQ8","tln2a","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000098022","physical","txid7955" +"B3DIV2","Q6YLH9","itgb1","CAV1","B3DIV2","cav1","Integrin beta","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","Q502U6","itgb1","zHBNF","B3DIV2","Q502U6","Integrin beta","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","A0A0R4IIA7","itgb1","si:busm1-132m23.1","B3DIV2","tln2a","Integrin beta","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","A4IG46","itgb1","zgc:162217","B3DIV2","A4IG46","Integrin beta","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","A0A2R8QIY5","itgb1","im:7139045","B3DIV2","A0A2R8QIY5","Integrin beta","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","X1WEX1","itgb1","Integrin alpha-E-like isoform X1","B3DIV2","itgae.1","Integrin beta","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","A0A8M9QH30","itgb1","wu:fb53f05","B3DIV2","A0A8M9QH30","Integrin beta","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","Q7ZUR6","itgb1","cb985","B3DIV2","mibp2","Integrin beta","Muscle-specific beta 1 integrin-binding protein 2","string-db","7955.ENSDARP00000134727/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","E7FCN5","itgb1","Integrin beta","B3DIV2","E7FCN5","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","Q5MD89","itgb1","flt4","B3DIV2","Q5MD89","Integrin beta","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000124046","physical","txid7955" +"B3DIV2","A0A0R4ICS1","itgb1","Integrin alpha 4","B3DIV2","itga4","Integrin beta","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000124046","physical","txid7955" +"Q5I2A9","Q19U09","sb:cb665","zgc:85632","itga5","itgb1b.2","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","E7F3T0","sb:cb665","SHC-transforming protein 1","itga5","shc1","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1QGL5","sb:cb665","Filamin B, beta","itga5","F1QGL5","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A0A8M9QH30","sb:cb665","wu:fb53f05","itga5","A0A8M9QH30","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A8WHQ8","sb:cb665","Integrin alpha-6 isoform X1","itga5","A8WHQ8","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1Q6P3","sb:cb665","Collagen alpha-1","itga5","col6a1","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A0A0G2KDJ5","sb:cb665","Tsp-4b","itga5","comp","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1QG85","sb:cb665","itgb1","itga5","F1QG85","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","B0S602","sb:cb665","Fn","itga5","fn1a","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1QC06","sb:cb665","Integrin alpha-2-like isoform X1","itga5","F1QC06","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","Q5MD89","sb:cb665","flt4","itga5","Q5MD89","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","B3DIV2","sb:cb665","itgb1","itga5","B3DIV2","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A4IG46","sb:cb665","zgc:162217","itga5","A4IG46","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","Q6DRM4","sb:cb665","parva","itga5","Q6DRM4","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1QGX0","sb:cb665","Integrin beta","itga5","itgb6","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","B8JHU4","sb:cb665","Alpha-actinin-1","itga5","B8JHU4","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","Q1LVK6","sb:cb665","Vasodilator-stimulated phosphoprotein b","itga5","vaspb","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1QWI2","sb:cb665","itga11","itga5","F1QWI2","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A0A0R4IIA7","sb:cb665","si:busm1-132m23.1","itga5","tln2a","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A3KNP3","sb:cb665","Gamma-parvin","itga5","A3KNP3","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","Q6DHT3","sb:cb665","wu:fd47d06","itga5","tm4sf5","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Transmembrane 4 L six family member 5 (Transmembrane 4 L6 family member 5)","string-db","7955.ENSDARP00000071970/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1R2R3","sb:cb665","im:7145180","itga5","itga3b","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","X1WEX1","sb:cb665","Integrin alpha-E-like isoform X1","itga5","itgae.1","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","E7FCN5","sb:cb665","Integrin beta","itga5","E7FCN5","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A0A0R4ICS1","sb:cb665","Integrin alpha 4","itga5","itga4","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","Q5XJD1","sb:cb665","zgc:103425","itga5","Q5XJD1","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Tetraspanin","string-db","7955.ENSDARP00000055842/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","A0A8M9QA60","sb:cb665","Integrin alpha-3 isoform X2","itga5","A0A8M9QA60","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","B3DLK0","sb:cb665","col2a1","itga5","B3DLK0","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000027718","physical","txid7955" +"Q5I2A9","F1Q8T4","sb:cb665","zgc:63474","itga5","itga9","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000027718","physical","txid7955" +"F1Q8T4","A3KNP3","zgc:63474","Gamma-parvin","itga9","A3KNP3","Integrin alpha-9 (Integrin, alpha 9)","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","X1WEX1","zgc:63474","Integrin alpha-E-like isoform X1","itga9","itgae.1","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","Q6DRM4","zgc:63474","parva","itga9","Q6DRM4","Integrin alpha-9 (Integrin, alpha 9)","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A8WHQ8","zgc:63474","Integrin alpha-6 isoform X1","itga9","A8WHQ8","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","B8JHX2","zgc:63474","si:ch211-74m13.3","itga9","icam3","Integrin alpha-9 (Integrin, alpha 9)","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","string-db","7955.ENSDARP00000112816/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1QGL5","zgc:63474","Filamin B, beta","itga9","F1QGL5","Integrin alpha-9 (Integrin, alpha 9)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A4IG46","zgc:63474","zgc:162217","itga9","A4IG46","Integrin alpha-9 (Integrin, alpha 9)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","B3DIV2","zgc:63474","itgb1","itga9","B3DIV2","Integrin alpha-9 (Integrin, alpha 9)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","B8JHU4","zgc:63474","Alpha-actinin-1","itga9","B8JHU4","Integrin alpha-9 (Integrin, alpha 9)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","E7FCN5","zgc:63474","Integrin beta","itga9","E7FCN5","Integrin alpha-9 (Integrin, alpha 9)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","Q1LVK6","zgc:63474","Vasodilator-stimulated phosphoprotein b","itga9","vaspb","Integrin alpha-9 (Integrin, alpha 9)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","E7F9T6","zgc:63474","Hemicentin-1-like","itga9","E7F9T6","Integrin alpha-9 (Integrin, alpha 9)","Hemicentin-1-like (Si:ch211-66e2.5)","string-db","7955.ENSDARP00000108077/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1QWI2","zgc:63474","itga11","itga9","F1QWI2","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F6PCI7","zgc:63474","icam3","itga9","si:ch211-74m13.1","Integrin alpha-9 (Integrin, alpha 9)","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","string-db","7955.ENSDARP00000113145/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A0A0R4ICS1","zgc:63474","Integrin alpha 4","itga9","itga4","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1QYE2","zgc:63474","tenc","itga9","tnc","Integrin alpha-9 (Integrin, alpha 9)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1R2R3","zgc:63474","im:7145180","itga9","itga3b","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A0A8M9QH30","zgc:63474","wu:fb53f05","itga9","A0A8M9QH30","Integrin alpha-9 (Integrin, alpha 9)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1QC06","zgc:63474","Integrin alpha-2-like isoform X1","itga9","F1QC06","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A0A8M9QA60","zgc:63474","Integrin alpha-3 isoform X2","itga9","A0A8M9QA60","Integrin alpha-9 (Integrin, alpha 9)","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","F1QGX0","zgc:63474","Integrin beta","itga9","itgb6","Integrin alpha-9 (Integrin, alpha 9)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000045474","physical","txid7955" +"F1Q8T4","A0A0R4IIA7","zgc:63474","si:busm1-132m23.1","itga9","tln2a","Integrin alpha-9 (Integrin, alpha 9)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000045474","physical","txid7955" +"Q6PHD6","Q45QT2","zgc:65842","Tbeta11","ilk","tmsb4x","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Thymosin beta","string-db","7955.ENSDARP00000095248/7955.ENSDARP00000073983","physical","txid7955" +"Q6PHD6","B3DIV2","zgc:65842","itgb1","ilk","B3DIV2","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000073983","physical","txid7955" +"Q6PHD6","A3KNP3","zgc:65842","Gamma-parvin","ilk","A3KNP3","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000073983","physical","txid7955" +"Q6PHD6","A4IG46","zgc:65842","zgc:162217","ilk","A4IG46","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000073983","physical","txid7955" +"Q6PHD6","E7FCN5","zgc:65842","Integrin beta","ilk","E7FCN5","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000073983","physical","txid7955" +"Q6PHD6","A0A0R4IKD0","zgc:65842","Ras suppressor protein 1","ilk","rsu1","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","Ras suppressor protein 1","string-db","7955.ENSDARP00000153624/7955.ENSDARP00000073983","physical","txid7955" +"F1QWI2","A0A8M9QH30","itga11","wu:fb53f05","F1QWI2","A0A8M9QH30","Integrin alpha-11 precursor (Integrin, alpha 11a)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","F1QGX0","itga11","Integrin beta","F1QWI2","itgb6","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","Q6DRM4","itga11","parva","F1QWI2","Q6DRM4","Integrin alpha-11 precursor (Integrin, alpha 11a)","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A3KNP3","itga11","Gamma-parvin","F1QWI2","A3KNP3","Integrin alpha-11 precursor (Integrin, alpha 11a)","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","F1R2R3","itga11","im:7145180","F1QWI2","itga3b","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A0A8M9QA60","itga11","Integrin alpha-3 isoform X2","F1QWI2","A0A8M9QA60","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","B8JHU4","itga11","Alpha-actinin-1","F1QWI2","B8JHU4","Integrin alpha-11 precursor (Integrin, alpha 11a)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A4IG46","itga11","zgc:162217","F1QWI2","A4IG46","Integrin alpha-11 precursor (Integrin, alpha 11a)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A8WHQ8","itga11","Integrin alpha-6 isoform X1","F1QWI2","A8WHQ8","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A0A0R4ICS1","itga11","Integrin alpha 4","F1QWI2","itga4","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","A0A0R4IIA7","itga11","si:busm1-132m23.1","F1QWI2","tln2a","Integrin alpha-11 precursor (Integrin, alpha 11a)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","F1QC06","itga11","Integrin alpha-2-like isoform X1","F1QWI2","F1QC06","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","F1QGL5","itga11","Filamin B, beta","F1QWI2","F1QGL5","Integrin alpha-11 precursor (Integrin, alpha 11a)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","B3DIV2","itga11","itgb1","F1QWI2","B3DIV2","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","X1WEX1","itga11","Integrin alpha-E-like isoform X1","F1QWI2","itgae.1","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","E7FCN5","itga11","Integrin beta","F1QWI2","E7FCN5","Integrin alpha-11 precursor (Integrin, alpha 11a)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000052388","physical","txid7955" +"F1QWI2","Q1LVK6","itga11","Vasodilator-stimulated phosphoprotein b","F1QWI2","vaspb","Integrin alpha-11 precursor (Integrin, alpha 11a)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000052388","physical","txid7955" +"Q19U09","F1Q8T4","zgc:85632","zgc:63474","itgb1b.2","itga9","Integrin beta","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q6PHD6","zgc:85632","zgc:65842","itgb1b.2","ilk","Integrin beta","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","E7FCN5","zgc:85632","Integrin beta","itgb1b.2","E7FCN5","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","B3DIV2","zgc:85632","itgb1","itgb1b.2","B3DIV2","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q5MD89","zgc:85632","flt4","itgb1b.2","Q5MD89","Integrin beta","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A0A8M9QA60","zgc:85632","Integrin alpha-3 isoform X2","itgb1b.2","A0A8M9QA60","Integrin beta","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A0A2R8QIY5","zgc:85632","im:7139045","itgb1b.2","A0A2R8QIY5","Integrin beta","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","O42248","zgc:85632","gnb2l1","itgb1b.2","gnb2l1","Integrin beta","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","X1WEX1","zgc:85632","Integrin alpha-E-like isoform X1","itgb1b.2","itgae.1","Integrin beta","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1R2R3","zgc:85632","im:7145180","itgb1b.2","itga3b","Integrin beta","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A8WHQ8","zgc:85632","Integrin alpha-6 isoform X1","itgb1b.2","A8WHQ8","Integrin beta","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QGL5","zgc:85632","Filamin B, beta","itgb1b.2","F1QGL5","Integrin beta","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A0A8M9QH30","zgc:85632","wu:fb53f05","itgb1b.2","A0A8M9QH30","Integrin beta","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q1LVK6","zgc:85632","Vasodilator-stimulated phosphoprotein b","itgb1b.2","vaspb","Integrin beta","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QWI2","zgc:85632","itga11","itgb1b.2","F1QWI2","Integrin beta","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","B0V233","zgc:85632","im:7155552","itgb1b.2","jam2b","Integrin beta","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","string-db","7955.ENSDARP00000102441/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q502U6","zgc:85632","zHBNF","itgb1b.2","Q502U6","Integrin beta","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q7ZUR6","zgc:85632","cb985","itgb1b.2","mibp2","Integrin beta","Muscle-specific beta 1 integrin-binding protein 2","string-db","7955.ENSDARP00000134727/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","B8JHU4","zgc:85632","Alpha-actinin-1","itgb1b.2","B8JHU4","Integrin beta","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A0A0R4IIA7","zgc:85632","si:busm1-132m23.1","itgb1b.2","tln2a","Integrin beta","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QC06","zgc:85632","Integrin alpha-2-like isoform X1","itgb1b.2","F1QC06","Integrin beta","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q7SY24","zgc:85632","prkcbb","itgb1b.2","prkcbb","Integrin beta","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","string-db","7955.ENSDARP00000038918/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QG85","zgc:85632","itgb1","itgb1b.2","F1QG85","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1Q8X5","zgc:85632","fermt2","itgb1b.2","fermt2","Integrin beta","Fermitin family homolog 2 (Kindlin-2)","string-db","7955.ENSDARP00000049463/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A4IG46","zgc:85632","zgc:162217","itgb1b.2","A4IG46","Integrin beta","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q9YHX4","zgc:85632","sema4e","itgb1b.2","Q9YHX4","Integrin beta","Semaphorin-4E (Semaphorin-7) (Semaphorin-Z7) (Sema Z7)","string-db","7955.ENSDARP00000101012/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A3KNP3","zgc:85632","Gamma-parvin","itgb1b.2","A3KNP3","Integrin beta","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QPN5","zgc:85632","zgc:64101","itgb1b.2","F1QPN5","Integrin beta","FERM domain-containing kindlin 3b (Fermitin family homolog 3)","string-db","7955.ENSDARP00000047715/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q6DRM4","zgc:85632","parva","itgb1b.2","Q6DRM4","Integrin beta","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","A0A0R4ICS1","zgc:85632","Integrin alpha 4","itgb1b.2","itga4","Integrin beta","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","Q6YLH9","zgc:85632","CAV1","itgb1b.2","cav1","Integrin beta","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000036611","physical","txid7955" +"Q19U09","F1QGX0","zgc:85632","Integrin beta","itgb1b.2","itgb6","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000036611","physical","txid7955" +"A0A8M9QA60","Q6DRM4","Integrin alpha-3 isoform X2","parva","A0A8M9QA60","Q6DRM4","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","B8JHU4","Integrin alpha-3 isoform X2","Alpha-actinin-1","A0A8M9QA60","B8JHU4","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A3KNP3","Integrin alpha-3 isoform X2","Gamma-parvin","A0A8M9QA60","A3KNP3","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A0A8M9QH30","Integrin alpha-3 isoform X2","wu:fb53f05","A0A8M9QA60","A0A8M9QH30","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A0A0R4ICS1","Integrin alpha-3 isoform X2","Integrin alpha 4","A0A8M9QA60","itga4","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","F1QGX0","Integrin alpha-3 isoform X2","Integrin beta","A0A8M9QA60","itgb6","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","X1WEX1","Integrin alpha-3 isoform X2","Integrin alpha-E-like isoform X1","A0A8M9QA60","itgae.1","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","Q1LVK6","Integrin alpha-3 isoform X2","Vasodilator-stimulated phosphoprotein b","A0A8M9QA60","vaspb","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A4IG46","Integrin alpha-3 isoform X2","zgc:162217","A0A8M9QA60","A4IG46","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","F1QGL5","Integrin alpha-3 isoform X2","Filamin B, beta","A0A8M9QA60","F1QGL5","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A0A0R4IIA7","Integrin alpha-3 isoform X2","si:busm1-132m23.1","A0A8M9QA60","tln2a","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","B3DIV2","Integrin alpha-3 isoform X2","itgb1","A0A8M9QA60","B3DIV2","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","A8WHQ8","Integrin alpha-3 isoform X2","Integrin alpha-6 isoform X1","A0A8M9QA60","A8WHQ8","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","F1QC06","Integrin alpha-3 isoform X2","Integrin alpha-2-like isoform X1","A0A8M9QA60","F1QC06","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","F1R2R3","Integrin alpha-3 isoform X2","im:7145180","A0A8M9QA60","itga3b","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000055262","physical","txid7955" +"A0A8M9QA60","E7FCN5","Integrin alpha-3 isoform X2","Integrin beta","A0A8M9QA60","E7FCN5","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000055262","physical","txid7955" +"F1R2R3","B8JHU4","im:7145180","Alpha-actinin-1","itga3b","B8JHU4","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","X1WEX1","im:7145180","Integrin alpha-E-like isoform X1","itga3b","itgae.1","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","B3DIV2","im:7145180","itgb1","itga3b","B3DIV2","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","F1QGL5","im:7145180","Filamin B, beta","itga3b","F1QGL5","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","A4IG46","im:7145180","zgc:162217","itga3b","A4IG46","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","A8WHQ8","im:7145180","Integrin alpha-6 isoform X1","itga3b","A8WHQ8","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","E7FCN5","im:7145180","Integrin beta","itga3b","E7FCN5","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","A0A0R4IIA7","im:7145180","si:busm1-132m23.1","itga3b","tln2a","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","E7F8N2","im:7145180","Platelet endothelial aggregation receptor 1","itga3b","pear1","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","F1QL35","im:7145180","Thrombospondin 1b","itga3b","thbs1b","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Thrombospondin 1b (Thrombospondin-1 isoform X1)","string-db","7955.ENSDARP00000120705/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","A0A0R4ICS1","im:7145180","Integrin alpha 4","itga3b","itga4","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","F1QC06","im:7145180","Integrin alpha-2-like isoform X1","itga3b","F1QC06","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000096662","physical","txid7955" +"F1R2R3","A0A8M9QH30","im:7145180","wu:fb53f05","itga3b","A0A8M9QH30","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000096662","physical","txid7955" +"F1QG85","E7F9T6","itgb1","Hemicentin-1-like","F1QG85","E7F9T6","Integrin beta","Hemicentin-1-like (Si:ch211-66e2.5)","string-db","7955.ENSDARP00000108077/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1R2R3","itgb1","im:7145180","F1QG85","itga3b","Integrin beta","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A8M9QA60","itgb1","Integrin alpha-3 isoform X2","F1QG85","A0A8M9QA60","Integrin beta","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QPN5","itgb1","zgc:64101","F1QG85","F1QPN5","Integrin beta","FERM domain-containing kindlin 3b (Fermitin family homolog 3)","string-db","7955.ENSDARP00000047715/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A0R4IIA7","itgb1","si:busm1-132m23.1","F1QG85","tln2a","Integrin beta","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q502U6","itgb1","zHBNF","F1QG85","Q502U6","Integrin beta","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1Q5D8","itgb1","vtn","F1QG85","F1Q5D8","Integrin beta","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QWI2","itgb1","itga11","F1QG85","F1QWI2","Integrin beta","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q6DGB7","itgb1","rac3","F1QG85","rac3a","Integrin beta","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","X1WEX1","itgb1","Integrin alpha-E-like isoform X1","F1QG85","itgae.1","Integrin beta","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QGX0","itgb1","Integrin beta","F1QG85","itgb6","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B0S602","itgb1","Fn","F1QG85","fn1a","Integrin beta","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q5MD89","itgb1","flt4","F1QG85","Q5MD89","Integrin beta","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F6PCI7","itgb1","icam3","F1QG85","si:ch211-74m13.1","Integrin beta","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","string-db","7955.ENSDARP00000113145/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q7ZSZ9","itgb1","rac1","F1QG85","rac1a","Integrin beta","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A0R4ICS1","itgb1","Integrin alpha 4","F1QG85","itga4","Integrin beta","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B0V233","itgb1","im:7155552","F1QG85","jam2b","Integrin beta","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","string-db","7955.ENSDARP00000102441/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q6YLH9","itgb1","CAV1","F1QG85","cav1","Integrin beta","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","O42248","itgb1","gnb2l1","F1QG85","gnb2l1","Integrin beta","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A0R4IGV4","itgb1","jam2a","F1QG85","jam2a","Integrin beta","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","string-db","7955.ENSDARP00000132646/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B3DIV2","itgb1","itgb1","F1QG85","B3DIV2","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","E7FCN5","itgb1","Integrin beta","F1QG85","E7FCN5","Integrin beta","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q1LVK6","itgb1","Vasodilator-stimulated phosphoprotein b","F1QG85","vaspb","Integrin beta","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","E7F3T0","itgb1","SHC-transforming protein 1","F1QG85","shc1","Integrin beta","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A3KPA0","itgb1","jam3b","F1QG85","A3KPA0","Integrin beta","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","string-db","7955.ENSDARP00000082979/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A4IG46","itgb1","zgc:162217","F1QG85","A4IG46","Integrin beta","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","string-db","7955.ENSDARP00000134021/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QL35","itgb1","Thrombospondin 1b","F1QG85","thbs1b","Integrin beta","Thrombospondin 1b (Thrombospondin-1 isoform X1)","string-db","7955.ENSDARP00000120705/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A8M9QH30","itgb1","wu:fb53f05","F1QG85","A0A8M9QH30","Integrin beta","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B8JHU4","itgb1","Alpha-actinin-1","F1QG85","B8JHU4","Integrin beta","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A9JRY8","itgb1","Rac family small GTPase 3b","F1QG85","rac3b","Integrin beta","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A8WHQ8","itgb1","Integrin alpha-6 isoform X1","F1QG85","A8WHQ8","Integrin beta","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B8JHX2","itgb1","si:ch211-74m13.3","F1QG85","icam3","Integrin beta","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","string-db","7955.ENSDARP00000112816/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q7ZUR6","itgb1","cb985","F1QG85","mibp2","Integrin beta","Muscle-specific beta 1 integrin-binding protein 2","string-db","7955.ENSDARP00000134727/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A8M3AKE8","itgb1","Multiple EGF-like-domains 11","F1QG85","A0A8M3AKE8","Integrin beta","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","string-db","7955.ENSDARP00000085288/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q6PHD6","itgb1","zgc:65842","F1QG85","ilk","Integrin beta","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1Q8T4","itgb1","zgc:63474","F1QG85","itga9","Integrin beta","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A2R8QIY5","itgb1","im:7139045","F1QG85","A0A2R8QIY5","Integrin beta","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QGL5","itgb1","Filamin B, beta","F1QG85","F1QGL5","Integrin beta","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q6DRM4","itgb1","parva","F1QG85","Q6DRM4","Integrin beta","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","string-db","7955.ENSDARP00000064186/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1Q8X5","itgb1","fermt2","F1QG85","fermt2","Integrin beta","Fermitin family homolog 2 (Kindlin-2)","string-db","7955.ENSDARP00000049463/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","B3DLK0","itgb1","col2a1","F1QG85","B3DLK0","Integrin beta","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QYE2","itgb1","tenc","F1QG85","tnc","Integrin beta","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","Q9YHX4","itgb1","sema4e","F1QG85","Q9YHX4","Integrin beta","Semaphorin-4E (Semaphorin-7) (Semaphorin-Z7) (Sema Z7)","string-db","7955.ENSDARP00000101012/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A3KNP3","itgb1","Gamma-parvin","F1QG85","A3KNP3","Integrin beta","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","string-db","7955.ENSDARP00000088293/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","A0A0G2KDJ5","itgb1","Tsp-4b","F1QG85","comp","Integrin beta","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","F1QC06","itgb1","Integrin alpha-2-like isoform X1","F1QG85","F1QC06","Integrin beta","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000039699","physical","txid7955" +"F1QG85","E7F8N2","itgb1","Platelet endothelial aggregation receptor 1","F1QG85","pear1","Integrin beta","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000039699","physical","txid7955" +"Q5U3A3","Q7T383","zgc:92116","rala","ralab","Q7T383","Uncharacterized protein LOC492355 (V-ral simian leukemia viral oncogene homolog Ab (ras-related)) (Zgc:92116)","Rala protein (Ras-related protein Ral-A) (V-ral simian leukemia viral oncogene homolog A (Ras related)) (V-ral simian leukemia viral oncogene homolog Aa (ras-related))","string-db","7955.ENSDARP00000066862/7955.ENSDARP00000012139","physical","txid7955" +"X1WGI4","A0A0R4IAT5","Collagen alpha-1","Collagen alpha-1","X1WGI4","A0A0R4IAT5","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000129340","physical","txid7955" +"X1WGI4","A0A0R4IPV5","Collagen alpha-1","psmb3","X1WGI4","p4hb","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000129340","physical","txid7955" +"X1WGI4","A0A0R4IJJ1","Collagen alpha-1","procollagen-proline 3-dioxygenase","X1WGI4","p3h2","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000129340","physical","txid7955" +"Q1LUA9","A0A0R4IJJ1","si:ch211-197n10.4","procollagen-proline 3-dioxygenase","col8a2","p3h2","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","A0A0R4IAT5","si:ch211-197n10.4","Collagen alpha-1","col8a2","A0A0R4IAT5","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","X1WCE6","si:ch211-197n10.4","colgalt1","col8a2","X1WCE6","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","X1WGI4","si:ch211-197n10.4","Collagen alpha-1","col8a2","X1WGI4","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","B8A4S4","si:ch211-197n10.4","si:ch211-281g13.3","col8a2","B8A4S4","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","A0A0R4IPV5","si:ch211-197n10.4","psmb3","col8a2","p4hb","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000114013","physical","txid7955" +"Q1LUA9","F1QB32","si:ch211-197n10.4","procollagen-proline 3-dioxygenase","col8a2","p3h3","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000114013","physical","txid7955" +"A0A0R4IAT5","A0A0R4IJJ1","Collagen alpha-1","procollagen-proline 3-dioxygenase","A0A0R4IAT5","p3h2","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000130066","physical","txid7955" +"A0A0R4IAT5","A0A0R4IPV5","Collagen alpha-1","psmb3","A0A0R4IAT5","p4hb","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000130066","physical","txid7955" +"E7FCV8","F1QB32","Collagen alpha-2","procollagen-proline 3-dioxygenase","col6a2","p3h3","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","A0A0R4I9E8","Collagen alpha-2","Prolyl 3-hydroxylase 1","col6a2","A0A0R4I9E8","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","Prolyl 3-hydroxylase 1","string-db","7955.ENSDARP00000093602/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","A0A0R4IJJ1","Collagen alpha-2","procollagen-proline 3-dioxygenase","col6a2","p3h2","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","Q6IQX2","Collagen alpha-2","alpha2","col6a2","Q6IQX2","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","F1Q6P3","Collagen alpha-2","Collagen alpha-1","col6a2","col6a1","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","string-db","7955.ENSDARP00000103794/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","X1WCE6","Collagen alpha-2","colgalt1","col6a2","X1WCE6","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000082031","physical","txid7955" +"E7FCV8","A0A0R4IPV5","Collagen alpha-2","psmb3","col6a2","p4hb","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000082031","physical","txid7955" +"F1R9Y1","A0A0R4IJJ1","Collagen alpha-1","procollagen-proline 3-dioxygenase","col14a1a","p3h2","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","X1WGI4","Collagen alpha-1","Collagen alpha-1","col14a1a","X1WGI4","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","B3DLK0","Collagen alpha-1","col2a1","col14a1a","B3DLK0","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","A0A0R4IPV5","Collagen alpha-1","psmb3","col14a1a","p4hb","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","A8WIN7","Collagen alpha-1","fc95g08","col14a1a","plod1a","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","string-db","7955.ENSDARP00000077830/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","X1WCE6","Collagen alpha-1","colgalt1","col14a1a","X1WCE6","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","F1QQ04","Collagen alpha-1","cb216","col14a1a","serpinh1b","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Serpin H1 (Collagen-binding protein)","string-db","7955.ENSDARP00000037780/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","F1R7R7","Collagen alpha-1","wu:fb99e07","col14a1a","F1R7R7","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Solute carrier family 35 member C2","string-db","7955.ENSDARP00000104003/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","Q1LUA9","Collagen alpha-1","si:ch211-197n10.4","col14a1a","col8a2","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","A0A0R4IAT5","Collagen alpha-1","Collagen alpha-1","col14a1a","A0A0R4IAT5","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","F1QB32","Collagen alpha-1","procollagen-proline 3-dioxygenase","col14a1a","p3h3","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","B8A4S4","Collagen alpha-1","si:ch211-281g13.3","col14a1a","B8A4S4","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000017432","physical","txid7955" +"F1R9Y1","A0A0R4I9E8","Collagen alpha-1","Prolyl 3-hydroxylase 1","col14a1a","A0A0R4I9E8","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","Prolyl 3-hydroxylase 1","string-db","7955.ENSDARP00000093602/7955.ENSDARP00000017432","physical","txid7955" +"F1Q6P3","F1QC06","Collagen alpha-1","Integrin alpha-2-like isoform X1","col6a1","F1QC06","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000103794","physical","txid7955" +"F1Q6P3","A0A0R4IJJ1","Collagen alpha-1","procollagen-proline 3-dioxygenase","col6a1","p3h2","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000103794","physical","txid7955" +"F1Q6P3","X1WCE6","Collagen alpha-1","colgalt1","col6a1","X1WCE6","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000103794","physical","txid7955" +"F1Q6P3","A0A0R4IPV5","Collagen alpha-1","psmb3","col6a1","p4hb","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000103794","physical","txid7955" +"F1Q6P3","F1QB32","Collagen alpha-1","procollagen-proline 3-dioxygenase","col6a1","p3h3","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000103794","physical","txid7955" +"F1Q6P3","Q58EK5","Collagen alpha-1","tdrd1","col6a1","Q58EK5","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000103794","physical","txid7955" +"F1R7R7","Q1LUA9","wu:fb99e07","si:ch211-197n10.4","F1R7R7","col8a2","Solute carrier family 35 member C2","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","string-db","7955.ENSDARP00000114013/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","X1WGI4","wu:fb99e07","Collagen alpha-1","F1R7R7","X1WGI4","Solute carrier family 35 member C2","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","A0A0R4IJJ1","wu:fb99e07","procollagen-proline 3-dioxygenase","F1R7R7","p3h2","Solute carrier family 35 member C2","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","A0A0R4IAT5","wu:fb99e07","Collagen alpha-1","F1R7R7","A0A0R4IAT5","Solute carrier family 35 member C2","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","X1WCE6","wu:fb99e07","colgalt1","F1R7R7","X1WCE6","Solute carrier family 35 member C2","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","B8A4S4","wu:fb99e07","si:ch211-281g13.3","F1R7R7","B8A4S4","Solute carrier family 35 member C2","Collagen, type XVII, alpha 1a","string-db","7955.ENSDARP00000122777/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","F1QB32","wu:fb99e07","procollagen-proline 3-dioxygenase","F1R7R7","p3h3","Solute carrier family 35 member C2","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000104003","physical","txid7955" +"F1R7R7","A0A0R4IPV5","wu:fb99e07","psmb3","F1R7R7","p4hb","Solute carrier family 35 member C2","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000104003","physical","txid7955" +"B8A4S4","A0A0R4IPV5","si:ch211-281g13.3","psmb3","B8A4S4","p4hb","Collagen, type XVII, alpha 1a","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000122777","physical","txid7955" +"B8A4S4","A0A0R4IAT5","si:ch211-281g13.3","Collagen alpha-1","B8A4S4","A0A0R4IAT5","Collagen, type XVII, alpha 1a","Collagen alpha-1(X) chain (Collagen, type X, alpha 1b)","string-db","7955.ENSDARP00000130066/7955.ENSDARP00000122777","physical","txid7955" +"B8A4S4","X1WGI4","si:ch211-281g13.3","Collagen alpha-1","B8A4S4","X1WGI4","Collagen, type XVII, alpha 1a","Collagen alpha-1(VIII) chain (Collagen, type VIII, alpha 1b)","string-db","7955.ENSDARP00000129340/7955.ENSDARP00000122777","physical","txid7955" +"B8A4S4","A0A0R4IJJ1","si:ch211-281g13.3","procollagen-proline 3-dioxygenase","B8A4S4","p3h2","Collagen, type XVII, alpha 1a","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000122777","physical","txid7955" +"B8A4S4","X1WCE6","si:ch211-281g13.3","colgalt1","B8A4S4","X1WCE6","Collagen, type XVII, alpha 1a","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000122777","physical","txid7955" +"Q1LXU2","X1WCE6","cb343","colgalt1","col9a2","X1WCE6","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","F1QQ04","cb343","cb216","col9a2","serpinh1b","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Serpin H1 (Collagen-binding protein)","string-db","7955.ENSDARP00000037780/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","A0A0R4I9E8","cb343","Prolyl 3-hydroxylase 1","col9a2","A0A0R4I9E8","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Prolyl 3-hydroxylase 1","string-db","7955.ENSDARP00000093602/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","Q6IQX2","cb343","alpha2","col9a2","Q6IQX2","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","B3DLK0","cb343","col2a1","col9a2","B3DLK0","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Collagen alpha-1(II) chain (Alpha-1 type II collagen)","string-db","7955.ENSDARP00000091007/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","A0A0R4IJJ1","cb343","procollagen-proline 3-dioxygenase","col9a2","p3h2","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","A8WIN7","cb343","fc95g08","col9a2","plod1a","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","string-db","7955.ENSDARP00000077830/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","A0A0R4IPV5","cb343","psmb3","col9a2","p4hb","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000037624","physical","txid7955" +"Q1LXU2","F1QB32","cb343","procollagen-proline 3-dioxygenase","col9a2","p3h3","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000037624","physical","txid7955" +"Q6IQX2","Q58EK5","alpha2","tdrd1","Q6IQX2","Q58EK5","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000118091","physical","txid7955" +"Q6IQX2","F1QB32","alpha2","procollagen-proline 3-dioxygenase","Q6IQX2","p3h3","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000120912/7955.ENSDARP00000118091","physical","txid7955" +"Q6IQX2","X1WCE6","alpha2","colgalt1","Q6IQX2","X1WCE6","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","procollagen galactosyltransferase (EC 2.4.1.50)","string-db","7955.ENSDARP00000127889/7955.ENSDARP00000118091","physical","txid7955" +"Q6IQX2","A0A0R4IPV5","alpha2","psmb3","Q6IQX2","p4hb","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000118091","physical","txid7955" +"Q6IQX2","A0A0R4IJJ1","alpha2","procollagen-proline 3-dioxygenase","Q6IQX2","p3h2","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","string-db","7955.ENSDARP00000135114/7955.ENSDARP00000118091","physical","txid7955" +"Q5XJS4","Q4V946","rab34","fj12b07","rab34a","rabggtb","RAB34, member RAS oncogene family (Rab34 protein) (Ras-related protein Rab-34)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000012152","physical","txid7955" +"O73864","A2RRV7","wnt11","zgc:158381","O73864","A2RRV7","Protein Wnt-11","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000012233","physical","txid7955" +"O73864","Q5TZ38","wnt11","fzd3","O73864","fzd3a","Protein Wnt-11","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000012233","physical","txid7955" +"O73864","Q9I9I2","wnt11","wnt11r","O73864","wnt11","Protein Wnt-11","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000012233","physical","txid7955" +"O73864","F1QCQ8","wnt11","bbs6","O73864","mkks","Protein Wnt-11","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","string-db","7955.ENSDARP00000024495/7955.ENSDARP00000012233","physical","txid7955" +"O73864","F1QTJ4","wnt11","LRP6","O73864","F1QTJ4","Protein Wnt-11","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000012233","physical","txid7955" +"O73864","Q6NV44","wnt11","Frizzled class receptor 7a","O73864","fzd7a","Protein Wnt-11","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000012233","physical","txid7955" +"O73864","E7FCE4","wnt11","Receptor tyrosine kinase-like orphan receptor 2","O73864","ror2","Protein Wnt-11","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000012233","physical","txid7955" +"F1QCQ8","Q92050","bbs6","wnt5b","mkks","wnt5b","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000024495","physical","txid7955" +"F1QCQ8","Q9I9I2","bbs6","wnt11r","mkks","wnt11","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000024495","physical","txid7955" +"Q5TZ38","F1QTJ4","fzd3","LRP6","fzd3a","F1QTJ4","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","P47793","fzd3","wnt4a","fzd3a","wnt4a","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Protein Wnt-4a","string-db","7955.ENSDARP00000095904/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","Q6GQM7","fzd3","zgc:91871","fzd3a","bambib","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","Q9I9I2","fzd3","wnt11r","fzd3a","wnt11","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","F1QKB5","fzd3","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd3a","F1QKB5","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","Q92050","fzd3","wnt5b","fzd3a","wnt5b","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000084982","physical","txid7955" +"Q5TZ38","E7FCE4","fzd3","Receptor tyrosine kinase-like orphan receptor 2","fzd3a","ror2","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000084982","physical","txid7955" +"Q9I9I2","A1L271","wnt11r","gnb5a","wnt11","gnb5a","Protein Wnt","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","Q6NV44","wnt11r","Frizzled class receptor 7a","wnt11","fzd7a","Protein Wnt","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","E7FCE4","wnt11r","Receptor tyrosine kinase-like orphan receptor 2","wnt11","ror2","Protein Wnt","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","F1QTJ4","wnt11r","LRP6","wnt11","F1QTJ4","Protein Wnt","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","F1QNA4","wnt11r","dvl1","wnt11","dvl1b","Protein Wnt","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","A0A8M3ANZ5","wnt11r","gng12","wnt11","A0A8M3ANZ5","Protein Wnt","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","A0A0G2L6W9","wnt11r","Guanine nucleotide-binding protein subunit gamma","wnt11","A0A0G2L6W9","Protein Wnt","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","A0A2R8RKX9","wnt11r","zgc:101614","wnt11","A0A2R8RKX9","Protein Wnt","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","A0A2R8PYI8","wnt11r","eni","wnt11","A0A2R8PYI8","Protein Wnt","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","Q8JFU3","wnt11r","fj98e12","wnt11","Q8JFU3","Protein Wnt","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","B3DJ49","wnt11r","zgc:194774","wnt11","B3DJ49","Protein Wnt","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","Q803H5","wnt11r","gnb1l","wnt11","gnb1b","Protein Wnt","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","E7F737","wnt11r","dvl3","wnt11","dvl3b","Protein Wnt","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","Q6PBR4","wnt11r","gngt2","wnt11","Q6PBR4","Protein Wnt","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","A0JBX4","wnt11r","fzd3l","wnt11","fzd3b","Protein Wnt","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000090653","physical","txid7955" +"Q9I9I2","Q6PBP1","wnt11r","gnao1","wnt11","Q6PBP1","Protein Wnt","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000090653","physical","txid7955" +"Q6NV44","Q6GQM7","Frizzled class receptor 7a","zgc:91871","fzd7a","bambib","Frizzled class receptor 7a (Frizzled homolog 7a)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000106912","physical","txid7955" +"Q6NV44","F1QTJ4","Frizzled class receptor 7a","LRP6","fzd7a","F1QTJ4","Frizzled class receptor 7a (Frizzled homolog 7a)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000106912","physical","txid7955" +"Q6NV44","E7F737","Frizzled class receptor 7a","dvl3","fzd7a","dvl3b","Frizzled class receptor 7a (Frizzled homolog 7a)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000106912","physical","txid7955" +"Q6NV44","Q92050","Frizzled class receptor 7a","wnt5b","fzd7a","wnt5b","Frizzled class receptor 7a (Frizzled homolog 7a)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000106912","physical","txid7955" +"Q6NV44","F1QKB5","Frizzled class receptor 7a","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd7a","F1QKB5","Frizzled class receptor 7a (Frizzled homolog 7a)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000106912","physical","txid7955" +"E7FCE4","P51028","Receptor tyrosine kinase-like orphan receptor 2","wnt8a","ror2","P51028","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","A0A0R4IVK2","Receptor tyrosine kinase-like orphan receptor 2","fz1","ror2","A0A0R4IVK2","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","B3DJ49","Receptor tyrosine kinase-like orphan receptor 2","zgc:194774","ror2","B3DJ49","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","Q6NV44","Receptor tyrosine kinase-like orphan receptor 2","Frizzled class receptor 7a","ror2","fzd7a","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","Q92050","Receptor tyrosine kinase-like orphan receptor 2","wnt5b","ror2","wnt5b","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","F1QKB5","Receptor tyrosine kinase-like orphan receptor 2","Inactive tyrosine-protein kinase transmembrane receptor ROR1","ror2","F1QKB5","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000101065","physical","txid7955" +"E7FCE4","A0JBX4","Receptor tyrosine kinase-like orphan receptor 2","fzd3l","ror2","fzd3b","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000101065","physical","txid7955" +"A2RRV7","A4JYS5","zgc:158381","Uncharacterized protein LOC792578","A2RRV7","A4JYS5","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Uncharacterized protein LOC792578 (cDNA, clone cssl:d0834)","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"A2RRV7","Q9W6E3","zgc:158381","fk48e04","A2RRV7","fzd10","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","string-db","7955.ENSDARP00000089291/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","B3DJ49","zgc:158381","zgc:194774","A2RRV7","B3DJ49","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","F1QTJ4","zgc:158381","LRP6","A2RRV7","F1QTJ4","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","Q9I9I2","zgc:158381","wnt11r","A2RRV7","wnt11","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","A0JBX4","zgc:158381","fzd3l","A2RRV7","fzd3b","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","Q92050","zgc:158381","wnt5b","A2RRV7","wnt5b","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","Q6NV44","zgc:158381","Frizzled class receptor 7a","A2RRV7","fzd7a","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","Q5TZ38","zgc:158381","fzd3","A2RRV7","fzd3a","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","A0A0R4IVK2","zgc:158381","fz1","A2RRV7","A0A0R4IVK2","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","B0LK22","zgc:158381","Protein Wnt","A2RRV7","wnt3","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Protein Wnt","string-db","7955.ENSDARP00000105032/7955.ENSDARP00000073853","physical","txid7955" +"A2RRV7","P51028","zgc:158381","wnt8a","A2RRV7","P51028","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","Protein Wnt-8a","string-db","7955.ENSDARP00000116057/7955.ENSDARP00000073853","physical","txid7955" +"Q6DRJ7","Q7ZW63","ndc80","nuf2","ndc80","nuf2","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","string-db","7955.ENSDARP00000040811/7955.ENSDARP00000012236","physical","txid7955" +"Q6DRJ7","E7FD92","ndc80","DSN1 component of MIS12 kinetochore complex","ndc80","E7FD92","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000012236","physical","txid7955" +"Q6DRJ7","Q503N2","ndc80","spc24","ndc80","spc24","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","Kinetochore protein Spc24","string-db","7955.ENSDARP00000059307/7955.ENSDARP00000012236","physical","txid7955" +"Q6DRJ7","B0UYS8","ndc80","zgc:171542","ndc80","spc25","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","Kinetochore protein SPC25","string-db","7955.ENSDARP00000104418/7955.ENSDARP00000012236","physical","txid7955" +"Q6DRJ7","A0A8M9QKW9","ndc80","Polyamine-modulated factor 1","ndc80","A0A8M9QKW9","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","string-db","7955.ENSDARP00000103590/7955.ENSDARP00000012236","physical","txid7955" +"Q6DRJ7","Q5RGS8","ndc80","si:ch211-147d7.3","ndc80","nsl1","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","string-db","7955.ENSDARP00000030404/7955.ENSDARP00000012236","physical","txid7955" +"Q7ZW63","Q503N2","nuf2","spc24","nuf2","spc24","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","Kinetochore protein Spc24","string-db","7955.ENSDARP00000059307/7955.ENSDARP00000040811","physical","txid7955" +"Q7ZW63","B0UYS8","nuf2","zgc:171542","nuf2","spc25","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","Kinetochore protein SPC25","string-db","7955.ENSDARP00000104418/7955.ENSDARP00000040811","physical","txid7955" +"Q7ZW63","A0A8M9QKW9","nuf2","Polyamine-modulated factor 1","nuf2","A0A8M9QKW9","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","string-db","7955.ENSDARP00000103590/7955.ENSDARP00000040811","physical","txid7955" +"Q7ZW63","E7FD92","nuf2","DSN1 component of MIS12 kinetochore complex","nuf2","E7FD92","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000040811","physical","txid7955" +"A0A8M9QKW9","E7FD92","Polyamine-modulated factor 1","DSN1 component of MIS12 kinetochore complex","A0A8M9QKW9","E7FD92","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000103590","physical","txid7955" +"A0A8M9QKW9","B0UYS8","Polyamine-modulated factor 1","zgc:171542","A0A8M9QKW9","spc25","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","Kinetochore protein SPC25","string-db","7955.ENSDARP00000104418/7955.ENSDARP00000103590","physical","txid7955" +"B0UYS8","E7FD92","zgc:171542","DSN1 component of MIS12 kinetochore complex","spc25","E7FD92","Kinetochore protein SPC25","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000104418","physical","txid7955" +"Q503N2","A0A8M9QKW9","spc24","Polyamine-modulated factor 1","spc24","A0A8M9QKW9","Kinetochore protein Spc24","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","string-db","7955.ENSDARP00000103590/7955.ENSDARP00000059307","physical","txid7955" +"Q503N2","E7FD92","spc24","DSN1 component of MIS12 kinetochore complex","spc24","E7FD92","Kinetochore protein Spc24","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000059307","physical","txid7955" +"Q503N2","B0UYS8","spc24","zgc:171542","spc24","spc25","Kinetochore protein Spc24","Kinetochore protein SPC25","string-db","7955.ENSDARP00000104418/7955.ENSDARP00000059307","physical","txid7955" +"Q5RGS8","B0UYS8","si:ch211-147d7.3","zgc:171542","nsl1","spc25","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","Kinetochore protein SPC25","string-db","7955.ENSDARP00000104418/7955.ENSDARP00000030404","physical","txid7955" +"Q5RGS8","Q7ZW63","si:ch211-147d7.3","nuf2","nsl1","nuf2","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","string-db","7955.ENSDARP00000040811/7955.ENSDARP00000030404","physical","txid7955" +"Q5RGS8","E7FD92","si:ch211-147d7.3","DSN1 component of MIS12 kinetochore complex","nsl1","E7FD92","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","DSN1 component of MIS12 kinetochore complex (Kinetochore-associated protein DSN1 homolog)","string-db","7955.ENSDARP00000104986/7955.ENSDARP00000030404","physical","txid7955" +"Q5RGS8","A0A8M9QKW9","si:ch211-147d7.3","Polyamine-modulated factor 1","nsl1","A0A8M9QKW9","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","Polyamine-modulated factor 1 (Si:dkey-6i22.5)","string-db","7955.ENSDARP00000103590/7955.ENSDARP00000030404","physical","txid7955" +"Q5RGS8","Q503N2","si:ch211-147d7.3","spc24","nsl1","spc24","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","Kinetochore protein Spc24","string-db","7955.ENSDARP00000059307/7955.ENSDARP00000030404","physical","txid7955" +"F1QEG2","A4FUL3","klhl41b","im:7137515","F1QEG2","rbx1","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","F1QMF9","klhl41b","si:zc14a17.5","F1QEG2","nedd8","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","string-db","7955.ENSDARP00000021095/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","A0A0R4IUU4","klhl41b","NEDD8-conjugating enzyme Ubc12","F1QEG2","si:ch1073-205c8.3","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","E9QCG0","klhl41b","COMM domain-containing protein 6","F1QEG2","commd6","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","Q6DH33","klhl41b","wu:fb12e01","F1QEG2","commd2","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","COMM domain-containing 2 (COMM domain-containing protein 2)","string-db","7955.ENSDARP00000015280/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","Q6NXC6","klhl41b","wu:fi47e09","F1QEG2","Q6NXC6","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","Q5RHX6","klhl41b","dcun1d4","F1QEG2","Q5RHX6","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","F6NVK8","klhl41b","cul3","F1QEG2","cul3a","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","B8A6D0","klhl41b","murr1","F1QEG2","B8A6D0","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","B3DIU1","klhl41b","cul3","F1QEG2","cul3b","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","A4QN68","klhl41b","si:ch211-154e15.3","F1QEG2","A4QN68","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","F1Q509","klhl41b","zgc:153556","F1QEG2","commd4","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000012238","physical","txid7955" +"F1QEG2","Q4V909","klhl41b","ccdc22","F1QEG2","Q4V909","Kelch-like protein 41b (Kelch repeat and BTB domain-containing protein 10b)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000012238","physical","txid7955" +"A0A0R4IUU4","E9QHV0","NEDD8-conjugating enzyme Ubc12","Kelch-like protein 9 isoform X1","si:ch1073-205c8.3","E9QHV0","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000138225","physical","txid7955" +"A0A0R4IUU4","E7F6F9","NEDD8-conjugating enzyme Ubc12","klhl3","si:ch1073-205c8.3","E7F6F9","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000138225","physical","txid7955" +"A0A0R4IUU4","Q7T3P8","NEDD8-conjugating enzyme Ubc12","fem1c","si:ch1073-205c8.3","Q7T3P8","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000138225","physical","txid7955" +"A0A0R4IUU4","A0A0N4SUD2","NEDD8-conjugating enzyme Ubc12","Ubi-p63E","si:ch1073-205c8.3","ubb","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000138225","physical","txid7955" +"A0A0R4IUU4","Q6NXC6","NEDD8-conjugating enzyme Ubc12","wu:fi47e09","si:ch1073-205c8.3","Q6NXC6","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000138225","physical","txid7955" +"A0A0R4IUU4","F1QHN6","NEDD8-conjugating enzyme Ubc12","im:7042025","si:ch1073-205c8.3","ubc","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000138225","physical","txid7955" +"Q7T386","Q6NXC6","wu:fd16d08","wu:fi47e09","asb8","Q6NXC6","Ankyrin repeat and SOCS box protein 8","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q502M9","wu:fd16d08","zgc:92635","asb8","elocb","Ankyrin repeat and SOCS box protein 8","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","A7MD57","wu:fd16d08","DCN1-like protein","asb8","dcun1d3","Ankyrin repeat and SOCS box protein 8","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q4V909","wu:fd16d08","ccdc22","asb8","Q4V909","Ankyrin repeat and SOCS box protein 8","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q6DH33","wu:fd16d08","wu:fb12e01","asb8","commd2","Ankyrin repeat and SOCS box protein 8","COMM domain-containing 2 (COMM domain-containing protein 2)","string-db","7955.ENSDARP00000015280/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","A4QN68","wu:fd16d08","si:ch211-154e15.3","asb8","A4QN68","Ankyrin repeat and SOCS box protein 8","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","E9QCG0","wu:fd16d08","COMM domain-containing protein 6","asb8","commd6","Ankyrin repeat and SOCS box protein 8","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","F1REN0","wu:fd16d08","cul5","asb8","F1REN0","Ankyrin repeat and SOCS box protein 8","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","F1Q509","wu:fd16d08","zgc:153556","asb8","commd4","Ankyrin repeat and SOCS box protein 8","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q5RHX6","wu:fd16d08","dcun1d4","asb8","Q5RHX6","Ankyrin repeat and SOCS box protein 8","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","B8A6D0","wu:fd16d08","murr1","asb8","B8A6D0","Ankyrin repeat and SOCS box protein 8","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q66IB1","wu:fd16d08","zgc:101879","asb8","eloca","Ankyrin repeat and SOCS box protein 8","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000012241","physical","txid7955" +"Q7T386","Q5EB19","wu:fd16d08","fj63f04","asb8","rnf7","Ankyrin repeat and SOCS box protein 8","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000012241","physical","txid7955" +"Q5IHX7","Q7ZUC7","mpges","ptges2","ptges","Q7ZUC7","Prostaglandin E synthase (EC 2.5.1.18) (EC 5.3.99.3) (Glutathione peroxidase PTGES) (Glutathione transferase PTGES) (Microsomal prostaglandin E synthase 1)","Prostaglandin E synthase 2 (EC 5.3.99.3) (Microsomal prostaglandin E synthase 2) (mPGES-2)","string-db","7955.ENSDARP00000111602/7955.ENSDARP00000012269","physical","txid7955" +"Q5IHX7","Q7SZQ8","mpges","ptges3","ptges","ptges3a","Prostaglandin E synthase (EC 2.5.1.18) (EC 5.3.99.3) (Glutathione peroxidase PTGES) (Glutathione transferase PTGES) (Microsomal prostaglandin E synthase 1)","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","string-db","7955.ENSDARP00000054236/7955.ENSDARP00000012269","physical","txid7955" +"A0A0R4IJE4","Q0PKX7","zgc:194469","fasl","casp20","Q0PKX7","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000135895","physical","txid7955" +"A0A0R4IJE4","A0A0R4IXF0","zgc:194469","FAS-associated death domain protein","casp20","A0A0R4IXF0","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000135895","physical","txid7955" +"Q6IQT4","Q2YDS1","cops2","ddb2","cops2","ddb2","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q6PC73","cops2","grb2","cops2","grb2b","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","E7FDJ9","cops2","Torsin","cops2","E7FDJ9","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q6P2U9","cops2","cops3","cops2","Q6P2U9","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","string-db","7955.ENSDARP00000021983/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","A0A8M1RSW5","cops2","Rho-related BTB domain-containing 1","cops2","A0A8M1RSW5","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","A4FUL3","cops2","im:7137515","cops2","rbx1","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q6PC30","cops2","cops5","cops2","cops5","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","F1R8F7","cops2","ston1","cops2","gtf2a1l","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","F1QSQ4","cops2","si:dkeyp-9d4.1","cops2","grapb","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q5RKN6","cops2","zgc:103549","cops2","grb2a","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q6P0H6","cops2","cops4","cops2","cops4","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","string-db","7955.ENSDARP00000064214/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q7ZUZ0","cops2","cops8","cops2","cops8","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","string-db","7955.ENSDARP00000037304/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","F8W428","cops2","im:7140950","cops2","cul4b","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","F6PBL6","cops2","wu:fa19h06","cops2","cops7a","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","string-db","7955.ENSDARP00000029462/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q6P6E6","cops2","cops9","cops2","cops9","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","Q7T2C1","cops2","zgc:64071","cops2","cul4a","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000012359","physical","txid7955" +"Q6IQT4","E9QHA7","cops2","im:7165310","cops2","tor1","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000012359","physical","txid7955" +"E7FDJ9","E9QHA7","Torsin","im:7165310","E7FDJ9","tor1","Torsin","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000110024","physical","txid7955" +"Q6PC30","F8W428","cops5","im:7140950","cops5","cul4b","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","Q7T2C1","cops5","zgc:64071","cops5","cul4a","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","F1R8F7","cops5","ston1","cops5","gtf2a1l","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","Q6PC73","cops5","grb2","cops5","grb2b","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","Q2YDS1","cops5","ddb2","cops5","ddb2","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","Q5RKN6","cops5","zgc:103549","cops5","grb2a","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","Q6P6E6","cops5","cops9","cops5","cops9","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","E9QHA7","cops5","im:7165310","cops5","tor1","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","E7FDJ9","cops5","Torsin","cops5","E7FDJ9","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000074782","physical","txid7955" +"Q6PC30","F1QSQ4","cops5","si:dkeyp-9d4.1","cops5","grapb","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000074782","physical","txid7955" +"Q6P2U9","F1QSQ4","cops3","si:dkeyp-9d4.1","Q6P2U9","grapb","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q7ZUZ0","cops3","cops8","Q6P2U9","cops8","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","string-db","7955.ENSDARP00000037304/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","A4FUL3","cops3","im:7137515","Q6P2U9","rbx1","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","F8W428","cops3","im:7140950","Q6P2U9","cul4b","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q6PC30","cops3","cops5","Q6P2U9","cops5","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","E7FDJ9","cops3","Torsin","Q6P2U9","E7FDJ9","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q5RKN6","cops3","zgc:103549","Q6P2U9","grb2a","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q6P6E6","cops3","cops9","Q6P2U9","cops9","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","F1R8F7","cops3","ston1","Q6P2U9","gtf2a1l","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q6P0H6","cops3","cops4","Q6P2U9","cops4","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","string-db","7955.ENSDARP00000064214/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q7T2C1","cops3","zgc:64071","Q6P2U9","cul4a","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q2YDS1","cops3","ddb2","Q6P2U9","ddb2","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","F6PBL6","cops3","wu:fa19h06","Q6P2U9","cops7a","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","string-db","7955.ENSDARP00000029462/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","Q6PC73","cops3","grb2","Q6P2U9","grb2b","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000021983","physical","txid7955" +"Q6P2U9","E9QHA7","cops3","im:7165310","Q6P2U9","tor1","COP9 signalosome complex subunit 3 (Signalosome subunit 3)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000021983","physical","txid7955" +"Q6P6E6","Q5RKN6","cops9","zgc:103549","cops9","grb2a","COP9 signalosome complex subunit 9","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000106916","physical","txid7955" +"Q6P6E6","F1QSQ4","cops9","si:dkeyp-9d4.1","cops9","grapb","COP9 signalosome complex subunit 9","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000106916","physical","txid7955" +"Q6P6E6","Q6PC73","cops9","grb2","cops9","grb2b","COP9 signalosome complex subunit 9","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000106916","physical","txid7955" +"F6PBL6","Q6P0H6","wu:fa19h06","cops4","cops7a","cops4","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","string-db","7955.ENSDARP00000064214/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","F1R8F7","wu:fa19h06","ston1","cops7a","gtf2a1l","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","E9QHA7","wu:fa19h06","im:7165310","cops7a","tor1","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q7ZUZ0","wu:fa19h06","cops8","cops7a","cops8","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","string-db","7955.ENSDARP00000037304/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q6PC73","wu:fa19h06","grb2","cops7a","grb2b","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","F1QSQ4","wu:fa19h06","si:dkeyp-9d4.1","cops7a","grapb","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q7T2C1","wu:fa19h06","zgc:64071","cops7a","cul4a","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","A4FUL3","wu:fa19h06","im:7137515","cops7a","rbx1","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q08BZ1","wu:fa19h06","wdr22","cops7a","Q08BZ1","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q2YDS1","wu:fa19h06","ddb2","cops7a","ddb2","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q6PC30","wu:fa19h06","cops5","cops7a","cops5","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","E7FDJ9","wu:fa19h06","Torsin","cops7a","E7FDJ9","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q6P6E6","wu:fa19h06","cops9","cops7a","cops9","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","F8W428","wu:fa19h06","im:7140950","cops7a","cul4b","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000029462","physical","txid7955" +"F6PBL6","Q5RKN6","wu:fa19h06","zgc:103549","cops7a","grb2a","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000029462","physical","txid7955" +"Q6P0H6","E9QHA7","cops4","im:7165310","cops4","tor1","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","F8W428","cops4","im:7140950","cops4","cul4b","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q6P6E6","cops4","cops9","cops4","cops9","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","F1QSQ4","cops4","si:dkeyp-9d4.1","cops4","grapb","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q2YDS1","cops4","ddb2","cops4","ddb2","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q6PC30","cops4","cops5","cops4","cops5","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q5RKN6","cops4","zgc:103549","cops4","grb2a","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","F1R8F7","cops4","ston1","cops4","gtf2a1l","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q6PC73","cops4","grb2","cops4","grb2b","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","A0A8M1RSW5","cops4","Rho-related BTB domain-containing 1","cops4","A0A8M1RSW5","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","Q7T2C1","cops4","zgc:64071","cops4","cul4a","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000064214","physical","txid7955" +"Q6P0H6","E7FDJ9","cops4","Torsin","cops4","E7FDJ9","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000064214","physical","txid7955" +"F1QSQ4","Q5RKN6","si:dkeyp-9d4.1","zgc:103549","grapb","grb2a","GRB2-related adaptor protein","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000122058","physical","txid7955" +"F1QSQ4","Q6PC73","si:dkeyp-9d4.1","grb2","grapb","grb2b","GRB2-related adaptor protein","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000122058","physical","txid7955" +"Q7ZUZ0","Q6P0H6","cops8","cops4","cops8","cops4","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","string-db","7955.ENSDARP00000064214/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q5RKN6","cops8","zgc:103549","cops8","grb2a","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q6PC30","cops8","cops5","cops8","cops5","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","string-db","7955.ENSDARP00000074782/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","A4FUL3","cops8","im:7137515","cops8","rbx1","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q7T2C1","cops8","zgc:64071","cops8","cul4a","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","F1QSQ4","cops8","si:dkeyp-9d4.1","cops8","grapb","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","GRB2-related adaptor protein","string-db","7955.ENSDARP00000122058/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","E7FDJ9","cops8","Torsin","cops8","E7FDJ9","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Torsin","string-db","7955.ENSDARP00000110024/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","E9QHA7","cops8","im:7165310","cops8","tor1","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Torsin","string-db","7955.ENSDARP00000122316/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q6P6E6","cops8","cops9","cops8","cops9","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","COP9 signalosome complex subunit 9","string-db","7955.ENSDARP00000106916/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","F8W428","cops8","im:7140950","cops8","cul4b","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","F1R8F7","cops8","ston1","cops8","gtf2a1l","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q2YDS1","cops8","ddb2","cops8","ddb2","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000037304","physical","txid7955" +"Q7ZUZ0","Q6PC73","cops8","grb2","cops8","grb2b","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000037304","physical","txid7955" +"Q7SZP8","Q8AY15","tob1l","madh3","tob1b","smad3a","Protein Tob1 (Transducer of ERBB2, 1b)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000012382","physical","txid7955" +"Q08C75","B8JL43","slc18a3a","cb285","Q08C75","tfa","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Serotransferrin","string-db","7955.ENSDARP00000100241/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6DGS0","slc18a3a","zgc:92795","Q08C75","ap3s2","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","X1WDD8","slc18a3a","gb:cf995958","Q08C75","ap5z1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1QIJ6","slc18a3a","Epidermal growth factor receptor pathway substrate 15","Q08C75","eps15","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","E9QDP8","slc18a3a","il-7ra","Q08C75","il7r","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A8M1NRF7","slc18a3a","CH73-131E21.7","Q08C75","A0A8M1NRF7","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6P937","slc18a3a","wu:fb61d08","Q08C75","clta","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q2TTK0","slc18a3a","si:ch211-214g8.2","Q08C75","igf2r","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q7SZZ7","slc18a3a","zgc:91931","Q08C75","ap4m1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6DHG4","slc18a3a","cplx2a","Q08C75","cplx2l","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Complexin 2 (Complexin 2,-like)","string-db","7955.ENSDARP00000025818/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q5MPX4","slc18a3a","Transferrin receptor protein 1","Q08C75","Q5MPX4","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A0R4IQX4","slc18a3a","si:ch73-215d9.1","Q08C75","A0A0R4IQX4","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","B8JKA7","slc18a3a","si:dkey-146d24.2","Q08C75","ap5s1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6NYJ9","slc18a3a","fa16e07","Q08C75","ap2b1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6PEJ2","slc18a3a","zgc:65827","Q08C75","ap2s1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q66IE3","slc18a3a","AP complex subunit sigma","Q08C75","Q66IE3","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit sigma","string-db","7955.ENSDARP00000038591/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A0R4IQI7","slc18a3a","AP-4 complex subunit epsilon","Q08C75","ap4e1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","E7F2A4","slc18a3a","Epsin 3a","Q08C75","epn3a","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1QB98","slc18a3a","Aftiphilin b","Q08C75","aftphb","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q7ZW98","slc18a3a","ap2m1b","Q08C75","Q7ZW98","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q7SZZ5","slc18a3a","wu:fj61c06","Q08C75","Q7SZZ5","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","B0S6H8","slc18a3a","ppfia2","Q08C75","ppfia4","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A0R4IUB6","slc18a3a","epn1","Q08C75","epn1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","B0R024","slc18a3a","fc07e03","Q08C75","B0R024","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q5RGB5","slc18a3a","si:ch211-255d18.4","Q08C75","rab3ab","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","P59845","slc18a3a","slc18a3b","Q08C75","P59845","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q8JGR8","slc18a3a","scarb2","Q08C75","scarb2a","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q5TZ25","slc18a3a","fj39h11","Q08C75","Q5TZ25","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q5TZ66","slc18a3a","snap25a","Q08C75","Q5TZ66","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Synaptosomal-associated protein 25-A (SNAP-25A) (Synaptosome-associated protein 25.1) (SNAP-25.1)","string-db","7955.ENSDARP00000019054/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6PC36","slc18a3a","zgc:73124","Q08C75","necap1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","string-db","7955.ENSDARP00000014272/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A2R8Q7M1","slc18a3a","scarb2b","Q08C75","A0A2R8Q7M1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q1LX78","slc18a3a","cftr","Q08C75","Q1LX78","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A8M2B3R6","slc18a3a","Synergin gamma isoform X1","Q08C75","A0A8M2B3R6","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A286Y9F1","slc18a3a","Clathrin light chain","Q08C75","A0A286Y9F1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1R966","slc18a3a","cb1033","Q08C75","F1R966","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","E7EYW2","slc18a3a","Epsin 2","Q08C75","epn2","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","B3DIW6","slc18a3a","Uncharacterized protein LOC792915","Q08C75","-","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A5PMS9","slc18a3a","fa11e04","Q08C75","ap1b1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","X1WCJ5","slc18a3a","Liprin-alpha-3 isoform X1","Q08C75","ppfia3","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6P032","slc18a3a","MPR46","Q08C75","m6pr","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","string-db","7955.ENSDARP00000018076/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1R3L9","slc18a3a","Ap1m1","Q08C75","F1R3L9","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A9JRS9","slc18a3a","cb430","Q08C75","A9JRS9","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","string-db","7955.ENSDARP00000039639/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6P0R9","slc18a3a","wu:fb94g06","Q08C75","ap1s2","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1QHJ5","slc18a3a","Clathrin interactor 1-like isoform X2","Q08C75","clint1b","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q5TZ27","slc18a3a","syt1","Q08C75","syt1a","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","A0A0R4IRS1","slc18a3a","AP-1 complex subunit mu-1","Q08C75","ap1m1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","E9QBV1","slc18a3a","fd07f11","Q08C75","cltcb","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","B7ZUU8","slc18a3a","si:ch211-129c21.6","Q08C75","ap3d1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","Q6NSP1","slc18a3a","zgc:56704","Q08C75","ap1s1","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000012428","physical","txid7955" +"Q08C75","F1RAQ5","slc18a3a","zgc:110468","Q08C75","F1RAQ5","Probable vesicular acetylcholine transporter-A (VAChT-A) (Solute carrier family 18 member 3-A)","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000012428","physical","txid7955" +"A0A8M2B3R6","F1QB98","Synergin gamma isoform X1","Aftiphilin b","A0A8M2B3R6","aftphb","Synergin gamma isoform X1 (Synergin, gamma)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","E7F2A4","Synergin gamma isoform X1","Epsin 3a","A0A8M2B3R6","epn3a","Synergin gamma isoform X1 (Synergin, gamma)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","E7EYW2","Synergin gamma isoform X1","Epsin 2","A0A8M2B3R6","epn2","Synergin gamma isoform X1 (Synergin, gamma)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","Q7ZW98","Synergin gamma isoform X1","ap2m1b","A0A8M2B3R6","Q7ZW98","Synergin gamma isoform X1 (Synergin, gamma)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","B0R024","Synergin gamma isoform X1","fc07e03","A0A8M2B3R6","B0R024","Synergin gamma isoform X1 (Synergin, gamma)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","F1QHJ5","Synergin gamma isoform X1","Clathrin interactor 1-like isoform X2","A0A8M2B3R6","clint1b","Synergin gamma isoform X1 (Synergin, gamma)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","P59845","Synergin gamma isoform X1","slc18a3b","A0A8M2B3R6","P59845","Synergin gamma isoform X1 (Synergin, gamma)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","E9QBV1","Synergin gamma isoform X1","fd07f11","A0A8M2B3R6","cltcb","Synergin gamma isoform X1 (Synergin, gamma)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","A0A0R4IRS1","Synergin gamma isoform X1","AP-1 complex subunit mu-1","A0A8M2B3R6","ap1m1","Synergin gamma isoform X1 (Synergin, gamma)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","A0A286Y9F1","Synergin gamma isoform X1","Clathrin light chain","A0A8M2B3R6","A0A286Y9F1","Synergin gamma isoform X1 (Synergin, gamma)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","Q6NYJ9","Synergin gamma isoform X1","fa16e07","A0A8M2B3R6","ap2b1","Synergin gamma isoform X1 (Synergin, gamma)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","A5PMS9","Synergin gamma isoform X1","fa11e04","A0A8M2B3R6","ap1b1","Synergin gamma isoform X1 (Synergin, gamma)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","A0A8M1NRF7","Synergin gamma isoform X1","CH73-131E21.7","A0A8M2B3R6","A0A8M1NRF7","Synergin gamma isoform X1 (Synergin, gamma)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000102639","physical","txid7955" +"A0A8M2B3R6","A0A0R4IUB6","Synergin gamma isoform X1","epn1","A0A8M2B3R6","epn1","Synergin gamma isoform X1 (Synergin, gamma)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000102639","physical","txid7955" +"A0A0R4IQX4","Q5MPX4","si:ch73-215d9.1","Transferrin receptor protein 1","A0A0R4IQX4","Q5MPX4","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000137251","physical","txid7955" +"A0A0R4IQX4","Q8JGR8","si:ch73-215d9.1","scarb2","A0A0R4IQX4","scarb2a","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000137251","physical","txid7955" +"A0A0R4IQX4","A0A2R8Q7M1","si:ch73-215d9.1","scarb2b","A0A0R4IQX4","A0A2R8Q7M1","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000137251","physical","txid7955" +"F1QB98","X1WDD8","Aftiphilin b","gb:cf995958","aftphb","ap5z1","Aftiphilin b (Aftiphilin isoform X1)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","B7ZUU8","Aftiphilin b","si:ch211-129c21.6","aftphb","ap3d1","Aftiphilin b (Aftiphilin isoform X1)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","A0A0R4IUB6","Aftiphilin b","epn1","aftphb","epn1","Aftiphilin b (Aftiphilin isoform X1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","A0A0R4IRS1","Aftiphilin b","AP-1 complex subunit mu-1","aftphb","ap1m1","Aftiphilin b (Aftiphilin isoform X1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","E7F2A4","Aftiphilin b","Epsin 3a","aftphb","epn3a","Aftiphilin b (Aftiphilin isoform X1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","Q7ZW98","Aftiphilin b","ap2m1b","aftphb","Q7ZW98","Aftiphilin b (Aftiphilin isoform X1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","A5PMS9","Aftiphilin b","fa11e04","aftphb","ap1b1","Aftiphilin b (Aftiphilin isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","A0A286Y9F1","Aftiphilin b","Clathrin light chain","aftphb","A0A286Y9F1","Aftiphilin b (Aftiphilin isoform X1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","A0A0R4IQI7","Aftiphilin b","AP-4 complex subunit epsilon","aftphb","ap4e1","Aftiphilin b (Aftiphilin isoform X1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","B0R024","Aftiphilin b","fc07e03","aftphb","B0R024","Aftiphilin b (Aftiphilin isoform X1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","P59845","Aftiphilin b","slc18a3b","aftphb","P59845","Aftiphilin b (Aftiphilin isoform X1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","E7EYW2","Aftiphilin b","Epsin 2","aftphb","epn2","Aftiphilin b (Aftiphilin isoform X1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000120759","physical","txid7955" +"F1QB98","Q6NYJ9","Aftiphilin b","fa16e07","aftphb","ap2b1","Aftiphilin b (Aftiphilin isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000120759","physical","txid7955" +"B8JKA7","A0A0R4IRS1","si:dkey-146d24.2","AP-1 complex subunit mu-1","ap5s1","ap1m1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","Q7ZW98","si:dkey-146d24.2","ap2m1b","ap5s1","Q7ZW98","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","X1WDD8","si:dkey-146d24.2","gb:cf995958","ap5s1","ap5z1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","P59845","si:dkey-146d24.2","slc18a3b","ap5s1","P59845","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","B7ZUU8","si:dkey-146d24.2","si:ch211-129c21.6","ap5s1","ap3d1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","B0R024","si:dkey-146d24.2","fc07e03","ap5s1","B0R024","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","A0A0R4IQI7","si:dkey-146d24.2","AP-4 complex subunit epsilon","ap5s1","ap4e1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","A0A8M1NRF7","si:dkey-146d24.2","CH73-131E21.7","ap5s1","A0A8M1NRF7","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","A5PMS9","si:dkey-146d24.2","fa11e04","ap5s1","ap1b1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","Q6NYJ9","si:dkey-146d24.2","fa16e07","ap5s1","ap2b1","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000103808","physical","txid7955" +"B8JKA7","F1QB98","si:dkey-146d24.2","Aftiphilin b","ap5s1","aftphb","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000103808","physical","txid7955" +"A0A8M1NRF7","A0A286Y9F1","CH73-131E21.7","Clathrin light chain","A0A8M1NRF7","A0A286Y9F1","Aftiphilin (Aftiphilin isoform X1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","A0A0R4IQI7","CH73-131E21.7","AP-4 complex subunit epsilon","A0A8M1NRF7","ap4e1","Aftiphilin (Aftiphilin isoform X1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","X1WDD8","CH73-131E21.7","gb:cf995958","A0A8M1NRF7","ap5z1","Aftiphilin (Aftiphilin isoform X1)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","E7EYW2","CH73-131E21.7","Epsin 2","A0A8M1NRF7","epn2","Aftiphilin (Aftiphilin isoform X1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","B7ZUU8","CH73-131E21.7","si:ch211-129c21.6","A0A8M1NRF7","ap3d1","Aftiphilin (Aftiphilin isoform X1)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","E7F2A4","CH73-131E21.7","Epsin 3a","A0A8M1NRF7","epn3a","Aftiphilin (Aftiphilin isoform X1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","Q7ZW98","CH73-131E21.7","ap2m1b","A0A8M1NRF7","Q7ZW98","Aftiphilin (Aftiphilin isoform X1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","A5PMS9","CH73-131E21.7","fa11e04","A0A8M1NRF7","ap1b1","Aftiphilin (Aftiphilin isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","A0A0R4IRS1","CH73-131E21.7","AP-1 complex subunit mu-1","A0A8M1NRF7","ap1m1","Aftiphilin (Aftiphilin isoform X1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","Q6NYJ9","CH73-131E21.7","fa16e07","A0A8M1NRF7","ap2b1","Aftiphilin (Aftiphilin isoform X1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","F1QB98","CH73-131E21.7","Aftiphilin b","A0A8M1NRF7","aftphb","Aftiphilin (Aftiphilin isoform X1)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","P59845","CH73-131E21.7","slc18a3b","A0A8M1NRF7","P59845","Aftiphilin (Aftiphilin isoform X1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","E9QBV1","CH73-131E21.7","fd07f11","A0A8M1NRF7","cltcb","Aftiphilin (Aftiphilin isoform X1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","B0R024","CH73-131E21.7","fc07e03","A0A8M1NRF7","B0R024","Aftiphilin (Aftiphilin isoform X1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000117101","physical","txid7955" +"A0A8M1NRF7","A0A0R4IUB6","CH73-131E21.7","epn1","A0A8M1NRF7","epn1","Aftiphilin (Aftiphilin isoform X1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000117101","physical","txid7955" +"A0A0R4IQI7","P59845","AP-4 complex subunit epsilon","slc18a3b","ap4e1","P59845","AP-4 complex subunit epsilon","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000138623","physical","txid7955" +"Q5TZ25","A0A0R4IJU5","fj39h11","zgc:123199","Q5TZ25","A0A0R4IJU5","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000119723","physical","txid7955" +"Q5TZ25","Q5TZ27","fj39h11","syt1","Q5TZ25","syt1a","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000119723","physical","txid7955" +"F1R966","P59845","cb1033","slc18a3b","F1R966","P59845","Clathrin heavy chain","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","F1QIY4","cb1033","wu:fi09g03","F1R966","F1QIY4","Clathrin heavy chain","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q7ZW98","cb1033","ap2m1b","F1R966","Q7ZW98","Clathrin heavy chain","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A0A0R4IUB6","cb1033","epn1","F1R966","epn1","Clathrin heavy chain","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A0A0R4IRS1","cb1033","AP-1 complex subunit mu-1","F1R966","ap1m1","Clathrin heavy chain","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q58EK5","cb1033","tdrd1","F1R966","Q58EK5","Clathrin heavy chain","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A0A8M1NRF7","cb1033","CH73-131E21.7","F1R966","A0A8M1NRF7","Clathrin heavy chain","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","F1RAQ5","cb1033","zgc:110468","F1R966","F1RAQ5","Clathrin heavy chain","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","E7EYW2","cb1033","Epsin 2","F1R966","epn2","Clathrin heavy chain","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","F1QB98","cb1033","Aftiphilin b","F1R966","aftphb","Clathrin heavy chain","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","B0R024","cb1033","fc07e03","F1R966","B0R024","Clathrin heavy chain","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","F1QIJ6","cb1033","Epidermal growth factor receptor pathway substrate 15","F1R966","eps15","Clathrin heavy chain","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q6NSP1","cb1033","zgc:56704","F1R966","ap1s1","Clathrin heavy chain","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","B3DIW6","cb1033","Uncharacterized protein LOC792915","F1R966","-","Clathrin heavy chain","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q7SZZ7","cb1033","zgc:91931","F1R966","ap4m1","Clathrin heavy chain","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q6P937","cb1033","wu:fb61d08","F1R966","clta","Clathrin heavy chain","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A5PMS9","cb1033","fa11e04","F1R966","ap1b1","Clathrin heavy chain","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A0A8M2B3R6","cb1033","Synergin gamma isoform X1","F1R966","A0A8M2B3R6","Clathrin heavy chain","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","E7F2A4","cb1033","Epsin 3a","F1R966","epn3a","Clathrin heavy chain","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","E9QBV1","cb1033","fd07f11","F1R966","cltcb","Clathrin heavy chain","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","F1QHJ5","cb1033","Clathrin interactor 1-like isoform X2","F1R966","clint1b","Clathrin heavy chain","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","Q6NYJ9","cb1033","fa16e07","F1R966","ap2b1","Clathrin heavy chain","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000063848","physical","txid7955" +"F1R966","A0A286Y9F1","cb1033","Clathrin light chain","F1R966","A0A286Y9F1","Clathrin heavy chain","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000063848","physical","txid7955" +"Q66IE3","P59845","AP complex subunit sigma","slc18a3b","Q66IE3","P59845","AP complex subunit sigma","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A286Y9F1","AP complex subunit sigma","Clathrin light chain","Q66IE3","A0A286Y9F1","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A0R4IUB6","AP complex subunit sigma","epn1","Q66IE3","epn1","AP complex subunit sigma","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","B0R024","AP complex subunit sigma","fc07e03","Q66IE3","B0R024","AP complex subunit sigma","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q6NYJ9","AP complex subunit sigma","fa16e07","Q66IE3","ap2b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","X1WDD8","AP complex subunit sigma","gb:cf995958","Q66IE3","ap5z1","AP complex subunit sigma","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","F1R966","AP complex subunit sigma","cb1033","Q66IE3","F1R966","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q7SZZ7","AP complex subunit sigma","zgc:91931","Q66IE3","ap4m1","AP complex subunit sigma","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A0R4IRS1","AP complex subunit sigma","AP-1 complex subunit mu-1","Q66IE3","ap1m1","AP complex subunit sigma","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","E7EYW2","AP complex subunit sigma","Epsin 2","Q66IE3","epn2","AP complex subunit sigma","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","E9QBV1","AP complex subunit sigma","fd07f11","Q66IE3","cltcb","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","B3DIW6","AP complex subunit sigma","Uncharacterized protein LOC792915","Q66IE3","-","AP complex subunit sigma","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q6P937","AP complex subunit sigma","wu:fb61d08","Q66IE3","clta","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","F1RAQ5","AP complex subunit sigma","zgc:110468","Q66IE3","F1RAQ5","AP complex subunit sigma","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q7ZW98","AP complex subunit sigma","ap2m1b","Q66IE3","Q7ZW98","AP complex subunit sigma","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q6P0R9","AP complex subunit sigma","wu:fb94g06","Q66IE3","ap1s2","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","B7ZUU8","AP complex subunit sigma","si:ch211-129c21.6","Q66IE3","ap3d1","AP complex subunit sigma","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A9JRS9","AP complex subunit sigma","cb430","Q66IE3","A9JRS9","AP complex subunit sigma","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","string-db","7955.ENSDARP00000039639/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A5PMS9","AP complex subunit sigma","fa11e04","Q66IE3","ap1b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A8M1NRF7","AP complex subunit sigma","CH73-131E21.7","Q66IE3","A0A8M1NRF7","AP complex subunit sigma","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","E7F2A4","AP complex subunit sigma","Epsin 3a","Q66IE3","epn3a","AP complex subunit sigma","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A8M2B3R6","AP complex subunit sigma","Synergin gamma isoform X1","Q66IE3","A0A8M2B3R6","AP complex subunit sigma","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","B8JKA7","AP complex subunit sigma","si:dkey-146d24.2","Q66IE3","ap5s1","AP complex subunit sigma","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","F1QB98","AP complex subunit sigma","Aftiphilin b","Q66IE3","aftphb","AP complex subunit sigma","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","A0A0R4IQI7","AP complex subunit sigma","AP-4 complex subunit epsilon","Q66IE3","ap4e1","AP complex subunit sigma","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","F1QHJ5","AP complex subunit sigma","Clathrin interactor 1-like isoform X2","Q66IE3","clint1b","AP complex subunit sigma","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q6DGS0","AP complex subunit sigma","zgc:92795","Q66IE3","ap3s2","AP complex subunit sigma","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","Q6NSP1","AP complex subunit sigma","zgc:56704","Q66IE3","ap1s1","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000038591","physical","txid7955" +"Q66IE3","F1QIJ6","AP complex subunit sigma","Epidermal growth factor receptor pathway substrate 15","Q66IE3","eps15","AP complex subunit sigma","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000038591","physical","txid7955" +"Q7SZZ7","B3DIW6","zgc:91931","Uncharacterized protein LOC792915","ap4m1","-","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A0R4IRS1","zgc:91931","AP-1 complex subunit mu-1","ap4m1","ap1m1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","E7EYW2","zgc:91931","Epsin 2","ap4m1","epn2","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A0R4IUB6","zgc:91931","epn1","ap4m1","epn1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","B7ZUU8","zgc:91931","si:ch211-129c21.6","ap4m1","ap3d1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","B8JKA7","zgc:91931","si:dkey-146d24.2","ap4m1","ap5s1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","B0R024","zgc:91931","fc07e03","ap4m1","B0R024","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","Q6NSP1","zgc:91931","zgc:56704","ap4m1","ap1s1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","X1WDD8","zgc:91931","gb:cf995958","ap4m1","ap5z1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","F1QB98","zgc:91931","Aftiphilin b","ap4m1","aftphb","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A8M1NRF7","zgc:91931","CH73-131E21.7","ap4m1","A0A8M1NRF7","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","Q7ZW98","zgc:91931","ap2m1b","ap4m1","Q7ZW98","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","F1QHJ5","zgc:91931","Clathrin interactor 1-like isoform X2","ap4m1","clint1b","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","P59845","zgc:91931","slc18a3b","ap4m1","P59845","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","E9QBV1","zgc:91931","fd07f11","ap4m1","cltcb","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A0R4IQI7","zgc:91931","AP-4 complex subunit epsilon","ap4m1","ap4e1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","Q6NYJ9","zgc:91931","fa16e07","ap4m1","ap2b1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A5PMS9","zgc:91931","fa11e04","ap4m1","ap1b1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A8M2B3R6","zgc:91931","Synergin gamma isoform X1","ap4m1","A0A8M2B3R6","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","F1QIJ6","zgc:91931","Epidermal growth factor receptor pathway substrate 15","ap4m1","eps15","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","E7F2A4","zgc:91931","Epsin 3a","ap4m1","epn3a","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000073893","physical","txid7955" +"Q7SZZ7","A0A286Y9F1","zgc:91931","Clathrin light chain","ap4m1","A0A286Y9F1","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000073893","physical","txid7955" +"X1WDD8","B7ZUU8","gb:cf995958","si:ch211-129c21.6","ap5z1","ap3d1","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000128237","physical","txid7955" +"X1WDD8","A0A0R4IQI7","gb:cf995958","AP-4 complex subunit epsilon","ap5z1","ap4e1","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000128237","physical","txid7955" +"X1WDD8","B0R024","gb:cf995958","fc07e03","ap5z1","B0R024","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000128237","physical","txid7955" +"X1WDD8","P59845","gb:cf995958","slc18a3b","ap5z1","P59845","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000128237","physical","txid7955" +"X1WDD8","Q6NYJ9","gb:cf995958","fa16e07","ap5z1","ap2b1","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000128237","physical","txid7955" +"X1WDD8","A0A0R4IRS1","gb:cf995958","AP-1 complex subunit mu-1","ap5z1","ap1m1","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000128237","physical","txid7955" +"B0R024","A0A0R4IRS1","fc07e03","AP-1 complex subunit mu-1","B0R024","ap1m1","AP-1 complex subunit gamma","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000134266","physical","txid7955" +"B0R024","P59845","fc07e03","slc18a3b","B0R024","P59845","AP-1 complex subunit gamma","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000134266","physical","txid7955" +"B0R024","A0A286Y9F1","fc07e03","Clathrin light chain","B0R024","A0A286Y9F1","AP-1 complex subunit gamma","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000134266","physical","txid7955" +"B0R024","A0A0R4IQI7","fc07e03","AP-4 complex subunit epsilon","B0R024","ap4e1","AP-1 complex subunit gamma","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000134266","physical","txid7955" +"B0R024","A0A0R4IUB6","fc07e03","epn1","B0R024","epn1","AP-1 complex subunit gamma","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000134266","physical","txid7955" +"A0A286Y9F1","P59845","Clathrin light chain","slc18a3b","A0A286Y9F1","P59845","Clathrin light chain","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000143798","physical","txid7955" +"Q6PC36","F1R966","zgc:73124","cb1033","necap1","F1R966","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A0R4IUB6","zgc:73124","epn1","necap1","epn1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q503Z0","zgc:73124","zgc:110003","necap1","tpd52l1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","string-db","7955.ENSDARP00000062401/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E9QCW0","zgc:73124","tacr1a","necap1","E9QCW0","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","string-db","7955.ENSDARP00000051515/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A286Y9F1","zgc:73124","Clathrin light chain","necap1","A0A286Y9F1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E7FEQ8","zgc:73124","Type-1 angiotensin II receptor","necap1","agtr1b","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q66IE3","zgc:73124","AP complex subunit sigma","necap1","Q66IE3","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000038591/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q7SZZ7","zgc:73124","zgc:91931","necap1","ap4m1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q7SZZ5","zgc:73124","wu:fj61c06","necap1","Q7SZZ5","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","B0R024","zgc:73124","fc07e03","necap1","B0R024","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","C3PTE8","zgc:73124","Beta-arrestin-1","necap1","arrb1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q803D1","zgc:73124","wu:fb33e02","necap1","arf1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E9QBV1","zgc:73124","fd07f11","necap1","cltcb","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","B3DKN8","zgc:73124","chrm2","necap1","B3DKN8","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q502I9","zgc:73124","fcho2","necap1","Q502I9","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","F-BAR domain only protein 2","string-db","7955.ENSDARP00000051270/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E7EYW2","zgc:73124","Epsin 2","necap1","epn2","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","F1R3L9","zgc:73124","Ap1m1","necap1","F1R3L9","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","P59845","zgc:73124","slc18a3b","necap1","P59845","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A9JRS9","zgc:73124","cb430","necap1","A9JRS9","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","string-db","7955.ENSDARP00000039639/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q6NYJ9","zgc:73124","fa16e07","necap1","ap2b1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q6NSP1","zgc:73124","zgc:56704","necap1","ap1s1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","F1RAQ5","zgc:73124","zgc:110468","necap1","F1RAQ5","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q6PEJ2","zgc:73124","zgc:65827","necap1","ap2s1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q7ZUC1","zgc:73124","wu:fa18d07","necap1","Q7ZUC1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q803T6","zgc:73124","sh3gl2","necap1","sh3gl2a","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","B3DIW6","zgc:73124","Uncharacterized protein LOC792915","necap1","-","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q7ZW98","zgc:73124","ap2m1b","necap1","Q7ZW98","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q5VSI7","zgc:73124","si:dkey-217m5.1","necap1","reps1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","F1QB98","zgc:73124","Aftiphilin b","necap1","aftphb","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","F1QHJ5","zgc:73124","Clathrin interactor 1-like isoform X2","necap1","clint1b","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q6P0R9","zgc:73124","wu:fb94g06","necap1","ap1s2","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A5PMS9","zgc:73124","fa11e04","necap1","ap1b1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A0R4IIR1","zgc:73124","dnm2","necap1","dnm2a","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","B0R0W9","zgc:73124","tbc1d8b","necap1","tbc1d8b","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A8M1NRF7","zgc:73124","CH73-131E21.7","necap1","A0A8M1NRF7","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","F1QIJ6","zgc:73124","Epidermal growth factor receptor pathway substrate 15","necap1","eps15","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A8M2B3R6","zgc:73124","Synergin gamma isoform X1","necap1","A0A8M2B3R6","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E7F2A4","zgc:73124","Epsin 3a","necap1","epn3a","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","E9QC42","zgc:73124","zgc:56506","necap1","sybl1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","A0A0R4IRS1","zgc:73124","AP-1 complex subunit mu-1","necap1","ap1m1","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000014272","physical","txid7955" +"Q6PC36","Q6P937","zgc:73124","wu:fb61d08","necap1","clta","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000014272","physical","txid7955" +"Q8JGR8","A0A2R8Q7M1","scarb2","scarb2b","scarb2a","A0A2R8Q7M1","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000139751","physical","txid7955" +"E9QDP8","Q6NYJ9","il-7ra","fa16e07","il7r","ap2b1","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","Q7ZW98","il-7ra","ap2m1b","il7r","Q7ZW98","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","Q1RLY5","il-7ra","zgc:136695","il7r","lck","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","A0A0R4IQX4","il-7ra","si:ch73-215d9.1","il7r","A0A0R4IQX4","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","A0A0R4IKQ9","il-7ra","Insulin receptor substrate 2","il7r","irs2b","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","Q5MPX4","il-7ra","Transferrin receptor protein 1","il7r","Q5MPX4","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","A0A2R8Q7M1","il-7ra","scarb2b","il7r","A0A2R8Q7M1","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000119705","physical","txid7955" +"E9QDP8","Q8JGR8","il-7ra","scarb2","il7r","scarb2a","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000119705","physical","txid7955" +"Q6DGS0","P59845","zgc:92795","slc18a3b","ap3s2","P59845","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","Q7SZZ7","zgc:92795","zgc:91931","ap3s2","ap4m1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","B0R024","zgc:92795","fc07e03","ap3s2","B0R024","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","X1WDD8","zgc:92795","gb:cf995958","ap3s2","ap5z1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","A0A8M1NRF7","zgc:92795","CH73-131E21.7","ap3s2","A0A8M1NRF7","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","F1QB98","zgc:92795","Aftiphilin b","ap3s2","aftphb","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","B8JKA7","zgc:92795","si:dkey-146d24.2","ap3s2","ap5s1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","A5PMS9","zgc:92795","fa11e04","ap3s2","ap1b1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","Q6NSP1","zgc:92795","zgc:56704","ap3s2","ap1s1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","A0A0R4IRS1","zgc:92795","AP-1 complex subunit mu-1","ap3s2","ap1m1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","A0A0R4IQI7","zgc:92795","AP-4 complex subunit epsilon","ap3s2","ap4e1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","Q7ZW98","zgc:92795","ap2m1b","ap3s2","Q7ZW98","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","B7ZUU8","zgc:92795","si:ch211-129c21.6","ap3s2","ap3d1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000058338","physical","txid7955" +"Q6DGS0","Q6NYJ9","zgc:92795","fa16e07","ap3s2","ap2b1","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000058338","physical","txid7955" +"B8JL43","Q8JGR8","cb285","scarb2","tfa","scarb2a","Serotransferrin","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","A0A0R4IQX4","cb285","si:ch73-215d9.1","tfa","A0A0R4IQX4","Serotransferrin","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","F1QC03","cb285","zgc:171680","tfa","zyx","Serotransferrin","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","Q6NYJ9","cb285","fa16e07","tfa","ap2b1","Serotransferrin","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","A0A2R8Q7M1","cb285","scarb2b","tfa","A0A2R8Q7M1","Serotransferrin","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","Q58EK5","cb285","tdrd1","tfa","Q58EK5","Serotransferrin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","Q5MPX4","cb285","Transferrin receptor protein 1","tfa","Q5MPX4","Serotransferrin","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","Q7ZW98","cb285","ap2m1b","tfa","Q7ZW98","Serotransferrin","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","E9QDP8","cb285","il-7ra","tfa","il7r","Serotransferrin","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000100241","physical","txid7955" +"B8JL43","A0A8M9QJ44","cb285","Extracellular serine/threonine protein kinase FAM20C","tfa","A0A8M9QJ44","Serotransferrin","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000100241","physical","txid7955" +"F1RAQ5","A0A0R4IUB6","zgc:110468","epn1","F1RAQ5","epn1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","Q7SZZ7","zgc:110468","zgc:91931","F1RAQ5","ap4m1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","P59845","zgc:110468","slc18a3b","F1RAQ5","P59845","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","C3PTE8","zgc:110468","Beta-arrestin-1","F1RAQ5","arrb1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","E7EYW2","zgc:110468","Epsin 2","F1RAQ5","epn2","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","E9QBV1","zgc:110468","fd07f11","F1RAQ5","cltcb","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","B3DIW6","zgc:110468","Uncharacterized protein LOC792915","F1RAQ5","-","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","A0A286Y9F1","zgc:110468","Clathrin light chain","F1RAQ5","A0A286Y9F1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","Q6NSP1","zgc:110468","zgc:56704","F1RAQ5","ap1s1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","Q5VSI7","zgc:110468","si:dkey-217m5.1","F1RAQ5","reps1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","A5PMS9","zgc:110468","fa11e04","F1RAQ5","ap1b1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","A0A8M1NRF7","zgc:110468","CH73-131E21.7","F1RAQ5","A0A8M1NRF7","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","A0A0R4IRS1","zgc:110468","AP-1 complex subunit mu-1","F1RAQ5","ap1m1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","Q6NYJ9","zgc:110468","fa16e07","F1RAQ5","ap2b1","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","B3DKN8","zgc:110468","chrm2","F1RAQ5","B3DKN8","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","B0R024","zgc:110468","fc07e03","F1RAQ5","B0R024","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","A0A8M2B3R6","zgc:110468","Synergin gamma isoform X1","F1RAQ5","A0A8M2B3R6","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","F1QB98","zgc:110468","Aftiphilin b","F1RAQ5","aftphb","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","F1QIJ6","zgc:110468","Epidermal growth factor receptor pathway substrate 15","F1RAQ5","eps15","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","F1QHJ5","zgc:110468","Clathrin interactor 1-like isoform X2","F1RAQ5","clint1b","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","Q7ZW98","zgc:110468","ap2m1b","F1RAQ5","Q7ZW98","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","E7FEQ8","zgc:110468","Type-1 angiotensin II receptor","F1RAQ5","agtr1b","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000067632","physical","txid7955" +"F1RAQ5","E7F2A4","zgc:110468","Epsin 3a","F1RAQ5","epn3a","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000067632","physical","txid7955" +"X1WCJ5","A0A0R4IJU5","Liprin-alpha-3 isoform X1","zgc:123199","ppfia3","A0A0R4IJU5","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","Synapsin IIb (Synapsin-2)","string-db","7955.ENSDARP00000133827/7955.ENSDARP00000127938","physical","txid7955" +"X1WCJ5","Q5TZ27","Liprin-alpha-3 isoform X1","syt1","ppfia3","syt1a","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000127938","physical","txid7955" +"Q6P0R9","B7ZUU8","wu:fb94g06","si:ch211-129c21.6","ap1s2","ap3d1","AP complex subunit sigma","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q6NSP1","wu:fb94g06","zgc:56704","ap1s2","ap1s1","AP complex subunit sigma","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","B3DIW6","wu:fb94g06","Uncharacterized protein LOC792915","ap1s2","-","AP complex subunit sigma","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","F1R966","wu:fb94g06","cb1033","ap1s2","F1R966","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A5PMS9","wu:fb94g06","fa11e04","ap1s2","ap1b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","X1WDD8","wu:fb94g06","gb:cf995958","ap1s2","ap5z1","AP complex subunit sigma","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","F1RAQ5","wu:fb94g06","zgc:110468","ap1s2","F1RAQ5","AP complex subunit sigma","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","F1QIJ6","wu:fb94g06","Epidermal growth factor receptor pathway substrate 15","ap1s2","eps15","AP complex subunit sigma","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A0R4IRS1","wu:fb94g06","AP-1 complex subunit mu-1","ap1s2","ap1m1","AP complex subunit sigma","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","E9QBV1","wu:fb94g06","fd07f11","ap1s2","cltcb","AP complex subunit sigma","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","E7EYW2","wu:fb94g06","Epsin 2","ap1s2","epn2","AP complex subunit sigma","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q6DGS0","wu:fb94g06","zgc:92795","ap1s2","ap3s2","AP complex subunit sigma","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","F1QHJ5","wu:fb94g06","Clathrin interactor 1-like isoform X2","ap1s2","clint1b","AP complex subunit sigma","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","E7F2A4","wu:fb94g06","Epsin 3a","ap1s2","epn3a","AP complex subunit sigma","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q6NYJ9","wu:fb94g06","fa16e07","ap1s2","ap2b1","AP complex subunit sigma","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A0R4IUB6","wu:fb94g06","epn1","ap1s2","epn1","AP complex subunit sigma","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q7SZZ7","wu:fb94g06","zgc:91931","ap1s2","ap4m1","AP complex subunit sigma","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","B0R024","wu:fb94g06","fc07e03","ap1s2","B0R024","AP complex subunit sigma","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","F1QB98","wu:fb94g06","Aftiphilin b","ap1s2","aftphb","AP complex subunit sigma","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q7ZW98","wu:fb94g06","ap2m1b","ap1s2","Q7ZW98","AP complex subunit sigma","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A8M1NRF7","wu:fb94g06","CH73-131E21.7","ap1s2","A0A8M1NRF7","AP complex subunit sigma","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","B8JKA7","wu:fb94g06","si:dkey-146d24.2","ap1s2","ap5s1","AP complex subunit sigma","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A0R4IQI7","wu:fb94g06","AP-4 complex subunit epsilon","ap1s2","ap4e1","AP complex subunit sigma","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","Q6P937","wu:fb94g06","wu:fb61d08","ap1s2","clta","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A8M2B3R6","wu:fb94g06","Synergin gamma isoform X1","ap1s2","A0A8M2B3R6","AP complex subunit sigma","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","A0A286Y9F1","wu:fb94g06","Clathrin light chain","ap1s2","A0A286Y9F1","AP complex subunit sigma","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000054836","physical","txid7955" +"Q6P0R9","P59845","wu:fb94g06","slc18a3b","ap1s2","P59845","AP complex subunit sigma","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000054836","physical","txid7955" +"Q6P032","Q6NYJ9","MPR46","fa16e07","m6pr","ap2b1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q803D1","MPR46","wu:fb33e02","m6pr","arf1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q6IQK3","MPR46","zgc:86726","m6pr","vamp3","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q1LX78","MPR46","cftr","m6pr","Q1LX78","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","F1R3L9","MPR46","Ap1m1","m6pr","F1R3L9","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q0P458","MPR46","zgc:153391","m6pr","Q0P458","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","string-db","7955.ENSDARP00000066197/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q5MPX4","MPR46","Transferrin receptor protein 1","m6pr","Q5MPX4","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A0A0R4IIR1","MPR46","dnm2","m6pr","dnm2a","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","E9QC42","MPR46","zgc:56506","m6pr","sybl1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q7ZUC1","MPR46","wu:fa18d07","m6pr","Q7ZUC1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","F1R184","MPR46","wu:fb20a07","m6pr","txndc5","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A0A8M3BF01","MPR46","RAB9B, member RAS oncogene family","m6pr","A0A8M3BF01","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A0A0R4IQX4","MPR46","si:ch73-215d9.1","m6pr","A0A0R4IQX4","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Dyslexia-associated protein KIAA0319 isoform X2 (Si:ch73-215d9.1)","string-db","7955.ENSDARP00000137251/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q7SZZ5","MPR46","wu:fj61c06","m6pr","Q7SZZ5","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","B0JZP5","MPR46","fa56d08","m6pr","B0JZP5","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q7ZW98","MPR46","ap2m1b","m6pr","Q7ZW98","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A0A0R4IRS1","MPR46","AP-1 complex subunit mu-1","m6pr","ap1m1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","E9QBV1","MPR46","fd07f11","m6pr","cltcb","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q6GQN7","MPR46","rabepk","m6pr","Q6GQN7","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A5PMS9","MPR46","fa11e04","m6pr","ap1b1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","E7EYA0","MPR46","si:dkey-6b12.5","m6pr","E7EYA0","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","string-db","7955.ENSDARP00000109526/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q6P937","MPR46","wu:fb61d08","m6pr","clta","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","C3PTE8","MPR46","Beta-arrestin-1","m6pr","arrb1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","F1Q890","MPR46","wu:fb70e09","m6pr","F1Q890","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Plasminogen (EC 3.4.21.7)","string-db","7955.ENSDARP00000045815/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","B8JL43","MPR46","cb285","m6pr","tfa","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Serotransferrin","string-db","7955.ENSDARP00000100241/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q6PEJ2","MPR46","zgc:65827","m6pr","ap2s1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","E9QDP8","MPR46","il-7ra","m6pr","il7r","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","A0A2R8Q7M1","MPR46","scarb2b","m6pr","A0A2R8Q7M1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q8JGR8","MPR46","scarb2","m6pr","scarb2a","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q6NSP1","MPR46","zgc:56704","m6pr","ap1s1","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q803T6","MPR46","sh3gl2","m6pr","sh3gl2a","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000018076","physical","txid7955" +"Q6P032","Q2TTK0","MPR46","si:ch211-214g8.2","m6pr","igf2r","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000018076","physical","txid7955" +"B7ZUU8","A0A0R4IQI7","si:ch211-129c21.6","AP-4 complex subunit epsilon","ap3d1","ap4e1","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000134243","physical","txid7955" +"B7ZUU8","P59845","si:ch211-129c21.6","slc18a3b","ap3d1","P59845","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000134243","physical","txid7955" +"B7ZUU8","B0R024","si:ch211-129c21.6","fc07e03","ap3d1","B0R024","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000134243","physical","txid7955" +"B7ZUU8","A0A0R4IRS1","si:ch211-129c21.6","AP-1 complex subunit mu-1","ap3d1","ap1m1","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000134243","physical","txid7955" +"A9JRS9","B3DIW6","cb430","Uncharacterized protein LOC792915","A9JRS9","-","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Uncharacterized protein LOC792915 (Zgc:194578)","string-db","7955.ENSDARP00000101039/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A0R4IRS1","cb430","AP-1 complex subunit mu-1","A9JRS9","ap1m1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q6P0R9","cb430","wu:fb94g06","A9JRS9","ap1s2","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP complex subunit sigma","string-db","7955.ENSDARP00000054836/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A286Y9F1","cb430","Clathrin light chain","A9JRS9","A0A286Y9F1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","F1QHJ5","cb430","Clathrin interactor 1-like isoform X2","A9JRS9","clint1b","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q6NYJ9","cb430","fa16e07","A9JRS9","ap2b1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","F1R966","cb430","cb1033","A9JRS9","F1R966","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","X1WDD8","cb430","gb:cf995958","A9JRS9","ap5z1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q7SZZ7","cb430","zgc:91931","A9JRS9","ap4m1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","string-db","7955.ENSDARP00000073893/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A5PMS9","cb430","fa11e04","A9JRS9","ap1b1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","E7EYW2","cb430","Epsin 2","A9JRS9","epn2","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","P59845","cb430","slc18a3b","A9JRS9","P59845","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Probable vesicular acetylcholine transporter-B (VAChT-B) (Solute carrier family 18 member 3-B)","string-db","7955.ENSDARP00000152016/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","F1QB98","cb430","Aftiphilin b","A9JRS9","aftphb","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Aftiphilin b (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000120759/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","F1QIJ6","cb430","Epidermal growth factor receptor pathway substrate 15","A9JRS9","eps15","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A0R4IQI7","cb430","AP-4 complex subunit epsilon","A9JRS9","ap4e1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","B7ZUU8","cb430","si:ch211-129c21.6","A9JRS9","ap3d1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","string-db","7955.ENSDARP00000134243/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q6DGS0","cb430","zgc:92795","A9JRS9","ap3s2","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","string-db","7955.ENSDARP00000058338/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","E7F2A4","cb430","Epsin 3a","A9JRS9","epn3a","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Epsin 3a (Epsin-3 isoform X1)","string-db","7955.ENSDARP00000127571/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q7ZW98","cb430","ap2m1b","A9JRS9","Q7ZW98","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","E9QBV1","cb430","fd07f11","A9JRS9","cltcb","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","B0R024","cb430","fc07e03","A9JRS9","B0R024","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A0R4IUB6","cb430","epn1","A9JRS9","epn1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","B8JKA7","cb430","si:dkey-146d24.2","A9JRS9","ap5s1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","string-db","7955.ENSDARP00000103808/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q6P937","cb430","wu:fb61d08","A9JRS9","clta","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","F1RAQ5","cb430","zgc:110468","A9JRS9","F1RAQ5","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","Q6NSP1","cb430","zgc:56704","A9JRS9","ap1s1","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A8M2B3R6","cb430","Synergin gamma isoform X1","A9JRS9","A0A8M2B3R6","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Synergin gamma isoform X1 (Synergin, gamma)","string-db","7955.ENSDARP00000102639/7955.ENSDARP00000039639","physical","txid7955" +"A9JRS9","A0A8M1NRF7","cb430","CH73-131E21.7","A9JRS9","A0A8M1NRF7","AP-3 complex subunit mu-1 (AP-3 adaptor complex mu3A subunit) (Adaptor-related protein complex 3 subunit mu-1) (Mu-adaptin 3A) (Mu3A-adaptin)","Aftiphilin (Aftiphilin isoform X1)","string-db","7955.ENSDARP00000117101/7955.ENSDARP00000039639","physical","txid7955" +"E7FCV0","Q7ZTY4","si:dkey-185e18.7","rbbp7","si:dkey-185e18.7","Q7ZTY4","Centromere protein U (MLF1-interacting protein)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","E9QIT3","si:dkey-185e18.7","si:ch211-225g23.1","si:dkey-185e18.7","cenpt","Centromere protein U (MLF1-interacting protein)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","E7FCU0","si:dkey-185e18.7","npm1","si:dkey-185e18.7","npm1a","Centromere protein U (MLF1-interacting protein)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","X1WGM0","si:dkey-185e18.7","si:dkey-148h10.5","si:dkey-185e18.7","si:dkey-148h10.5","Centromere protein U (MLF1-interacting protein)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","F1RAN4","si:dkey-185e18.7","si:busm1-142b24.1","si:dkey-185e18.7","mis18bp1","Centromere protein U (MLF1-interacting protein)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","E7F1X6","si:dkey-185e18.7","si:ch73-362i18.3","si:dkey-185e18.7","cenpx","Centromere protein U (MLF1-interacting protein)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","E7FAC3","si:dkey-185e18.7","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:dkey-185e18.7","si:ch211-161h7.4","Centromere protein U (MLF1-interacting protein)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","A8WHV8","si:dkey-185e18.7","si:dkey-186m8.3","si:dkey-185e18.7","cenph","Centromere protein U (MLF1-interacting protein)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","Q803H4","si:dkey-185e18.7","cenpa","si:dkey-185e18.7","cenpa","Centromere protein U (MLF1-interacting protein)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","A0A0R4ISL4","si:dkey-185e18.7","si:ch211-195p4.3","si:dkey-185e18.7","cenpw","Centromere protein U (MLF1-interacting protein)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000106330","physical","txid7955" +"E7FCV0","B8A4N0","si:dkey-185e18.7","si:dkey-71p21.8","si:dkey-185e18.7","oip5","Centromere protein U (MLF1-interacting protein)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000106330","physical","txid7955" +"F1RAN4","Q803H4","si:busm1-142b24.1","cenpa","mis18bp1","cenpa","Mis18-binding protein 1","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000128453","physical","txid7955" +"F1RAN4","Q7ZVD7","si:busm1-142b24.1","zgc:56093","mis18bp1","chek1","Mis18-binding protein 1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000128453","physical","txid7955" +"F1RAN4","X1WGM0","si:busm1-142b24.1","si:dkey-148h10.5","mis18bp1","si:dkey-148h10.5","Mis18-binding protein 1","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000128453","physical","txid7955" +"F1RAN4","A0A0R4ISL4","si:busm1-142b24.1","si:ch211-195p4.3","mis18bp1","cenpw","Mis18-binding protein 1","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000128453","physical","txid7955" +"A0A8M9PDN4","F1QUH6","PHD finger protein 20-like protein 1","KAT8 regulatory NSL complex subunit 1","A0A8M9PDN4","kansl1b","PHD finger protein 20-like protein 1","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6DGB4","PHD finger protein 20-like protein 1","zgc:100841","A0A8M9PDN4","yeats4","PHD finger protein 20-like protein 1","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A0A0R4ITC5","PHD finger protein 20-like protein 1","trrap","A0A8M9PDN4","trrap","PHD finger protein 20-like protein 1","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","E7FGD3","PHD finger protein 20-like protein 1","KAT8 regulatory NSL complex subunit 1 isoform X2","A0A8M9PDN4","kansl1a","PHD finger protein 20-like protein 1","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A9JRX0","PHD finger protein 20-like protein 1","msl1l1","A0A8M9PDN4","A9JRX0","PHD finger protein 20-like protein 1","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","F8W3Z2","PHD finger protein 20-like protein 1","zgc:110167","A0A8M9PDN4","actl6b","PHD finger protein 20-like protein 1","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6PC03","PHD finger protein 20-like protein 1","c20orf20","A0A8M9PDN4","mrgbp","PHD finger protein 20-like protein 1","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6P0E3","PHD finger protein 20-like protein 1","wu:fj97a11","A0A8M9PDN4","mcrs1","PHD finger protein 20-like protein 1","Microspherule protein 1","string-db","7955.ENSDARP00000023460/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","P83571","PHD finger protein 20-like protein 1","ruvbl2","A0A8M9PDN4","ruvbl2","PHD finger protein 20-like protein 1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","B8JKI8","PHD finger protein 20-like protein 1","htatip","A0A8M9PDN4","kat5b","PHD finger protein 20-like protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","F1QVJ4","PHD finger protein 20-like protein 1","fb76c07","A0A8M9PDN4","msl2b","PHD finger protein 20-like protein 1","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","F1QAV3","PHD finger protein 20-like protein 1","YEATS domain-containing 2","A0A8M9PDN4","yeats2","PHD finger protein 20-like protein 1","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6AZD3","PHD finger protein 20-like protein 1","meaf6","A0A8M9PDN4","meaf6","PHD finger protein 20-like protein 1","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q68EI2","PHD finger protein 20-like protein 1","zgc:91986","A0A8M9PDN4","Q68EI2","PHD finger protein 20-like protein 1","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A8E7S8","PHD finger protein 20-like protein 1","zgc:92289","A0A8M9PDN4","morf4l1","PHD finger protein 20-like protein 1","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q499B3","PHD finger protein 20-like protein 1","kansl3","A0A8M9PDN4","kansl3","PHD finger protein 20-like protein 1","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A0A0R4ICZ3","PHD finger protein 20-like protein 1","Enhancer of polycomb homolog","A0A8M9PDN4","epc1a","PHD finger protein 20-like protein 1","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6DHD0","PHD finger protein 20-like protein 1","Histone acetyltransferase","A0A8M9PDN4","kat5a","PHD finger protein 20-like protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000030282/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","B0V0X0","PHD finger protein 20-like protein 1","msl2s","A0A8M9PDN4","msl2a","PHD finger protein 20-like protein 1","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A3KNA6","PHD finger protein 20-like protein 1","LOC566102","A0A8M9PDN4","epc1b","PHD finger protein 20-like protein 1","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","A0A8M9QDM8","PHD finger protein 20-like protein 1","PHD finger protein 20 isoform X1","A0A8M9PDN4","A0A8M9QDM8","PHD finger protein 20-like protein 1","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000022161","physical","txid7955" +"A0A8M9PDN4","Q6TEM2","PHD finger protein 20-like protein 1","ING3","A0A8M9PDN4","ing3","PHD finger protein 20-like protein 1","Inhibitor of growth protein","string-db","7955.ENSDARP00000031200/7955.ENSDARP00000022161","physical","txid7955" +"B0V0X0","A8E7S8","msl2s","zgc:92289","msl2a","morf4l1","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","Q499B3","msl2s","kansl3","msl2a","kansl3","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","E7FGD3","msl2s","KAT8 regulatory NSL complex subunit 1 isoform X2","msl2a","kansl1a","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","F1QUH6","msl2s","KAT8 regulatory NSL complex subunit 1","msl2a","kansl1b","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","Q6PC03","msl2s","c20orf20","msl2a","mrgbp","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","B8JKI8","msl2s","htatip","msl2a","kat5b","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","F1QVJ4","msl2s","fb76c07","msl2a","msl2b","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","A9JRX0","msl2s","msl1l1","msl2a","A9JRX0","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","F1QAV3","msl2s","YEATS domain-containing 2","msl2a","yeats2","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","A3KNA6","msl2s","LOC566102","msl2a","epc1b","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","Q6AZD3","msl2s","meaf6","msl2a","meaf6","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","A0A0R4ITC5","msl2s","trrap","msl2a","trrap","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","P83571","msl2s","ruvbl2","msl2a","ruvbl2","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","A0A8M9QDM8","msl2s","PHD finger protein 20 isoform X1","msl2a","A0A8M9QDM8","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","A0A0R4ICZ3","msl2s","Enhancer of polycomb homolog","msl2a","epc1a","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","Q6DGB4","msl2s","zgc:100841","msl2a","yeats4","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000056800","physical","txid7955" +"B0V0X0","F8W3Z2","msl2s","zgc:110167","msl2a","actl6b","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000056800","physical","txid7955" +"X1WGM0","A0A0N4SUD2","si:dkey-148h10.5","Ubi-p63E","si:dkey-148h10.5","ubb","Si:dkey-148h10.5 (Uncharacterized)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000129377","physical","txid7955" +"X1WGM0","A0A0R4ISL4","si:dkey-148h10.5","si:ch211-195p4.3","si:dkey-148h10.5","cenpw","Si:dkey-148h10.5 (Uncharacterized)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000129377","physical","txid7955" +"X1WGM0","F1QHN6","si:dkey-148h10.5","im:7042025","si:dkey-148h10.5","ubc","Si:dkey-148h10.5 (Uncharacterized)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000129377","physical","txid7955" +"X1WGM0","Q803H4","si:dkey-148h10.5","cenpa","si:dkey-148h10.5","cenpa","Si:dkey-148h10.5 (Uncharacterized)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000129377","physical","txid7955" +"Q6DRD4","F1RAN4","cenpl","si:busm1-142b24.1","cenpl","mis18bp1","Centromere protein L (CENP-L)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","E7FAC3","cenpl","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpl","si:ch211-161h7.4","Centromere protein L (CENP-L)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","Q803H4","cenpl","cenpa","cenpl","cenpa","Centromere protein L (CENP-L)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","E7FCV0","cenpl","si:dkey-185e18.7","cenpl","si:dkey-185e18.7","Centromere protein L (CENP-L)","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","E7FCU0","cenpl","npm1","cenpl","npm1a","Centromere protein L (CENP-L)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","Q6DHP4","cenpl","hi3634","cenpl","cenpn","Centromere protein L (CENP-L)","Centromere protein N","string-db","7955.ENSDARP00000064079/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","B3DJV8","cenpl","LOC569270","cenpl","B3DJV8","Centromere protein L (CENP-L)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","E7F1X6","cenpl","si:ch73-362i18.3","cenpl","cenpx","Centromere protein L (CENP-L)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","Q7ZTY4","cenpl","rbbp7","cenpl","Q7ZTY4","Centromere protein L (CENP-L)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","E9QIT3","cenpl","si:ch211-225g23.1","cenpl","cenpt","Centromere protein L (CENP-L)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","Q1LV50","cenpl","cenpp","cenpl","cenpp","Centromere protein L (CENP-L)","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","A8WHV8","cenpl","si:dkey-186m8.3","cenpl","cenph","Centromere protein L (CENP-L)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","F1QJK1","cenpl","Centromere protein I","cenpl","cenpi","Centromere protein L (CENP-L)","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","B8A4N0","cenpl","si:dkey-71p21.8","cenpl","oip5","Centromere protein L (CENP-L)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","A0A0R4ISL4","cenpl","si:ch211-195p4.3","cenpl","cenpw","Centromere protein L (CENP-L)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000056666","physical","txid7955" +"Q6DRD4","X1WGM0","cenpl","si:dkey-148h10.5","cenpl","si:dkey-148h10.5","Centromere protein L (CENP-L)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000056666","physical","txid7955" +"A9JRX0","F1QVJ4","msl1l1","fb76c07","A9JRX0","msl2b","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","Q6AZD3","msl1l1","meaf6","A9JRX0","meaf6","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","A0A0R4ICZ3","msl1l1","Enhancer of polycomb homolog","A9JRX0","epc1a","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","A0A8M9QDM8","msl1l1","PHD finger protein 20 isoform X1","A9JRX0","A0A8M9QDM8","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","F1QUH6","msl1l1","KAT8 regulatory NSL complex subunit 1","A9JRX0","kansl1b","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","E7FGD3","msl1l1","KAT8 regulatory NSL complex subunit 1 isoform X2","A9JRX0","kansl1a","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","Q6PC03","msl1l1","c20orf20","A9JRX0","mrgbp","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","A0A0R4ITC5","msl1l1","trrap","A9JRX0","trrap","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","A8E7S8","msl1l1","zgc:92289","A9JRX0","morf4l1","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","F8W3Z2","msl1l1","zgc:110167","A9JRX0","actl6b","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","B8JKI8","msl1l1","htatip","A9JRX0","kat5b","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000101527","physical","txid7955" +"A9JRX0","F1QAV3","msl1l1","YEATS domain-containing 2","A9JRX0","yeats2","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000101527","physical","txid7955" +"F1QVJ4","F8W3Z2","fb76c07","zgc:110167","msl2b","actl6b","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","Q6PC03","fb76c07","c20orf20","msl2b","mrgbp","MSL complex subunit 2b (Male-specific lethal 2 homolog)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","F1QUH6","fb76c07","KAT8 regulatory NSL complex subunit 1","msl2b","kansl1b","MSL complex subunit 2b (Male-specific lethal 2 homolog)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","B8JKI8","fb76c07","htatip","msl2b","kat5b","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","A0A8M9QDM8","fb76c07","PHD finger protein 20 isoform X1","msl2b","A0A8M9QDM8","MSL complex subunit 2b (Male-specific lethal 2 homolog)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","E7FGD3","fb76c07","KAT8 regulatory NSL complex subunit 1 isoform X2","msl2b","kansl1a","MSL complex subunit 2b (Male-specific lethal 2 homolog)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","F1QAV3","fb76c07","YEATS domain-containing 2","msl2b","yeats2","MSL complex subunit 2b (Male-specific lethal 2 homolog)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","Q6AZD3","fb76c07","meaf6","msl2b","meaf6","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","A8E7S8","fb76c07","zgc:92289","msl2b","morf4l1","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","A0A0R4ICZ3","fb76c07","Enhancer of polycomb homolog","msl2b","epc1a","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000110262","physical","txid7955" +"F1QVJ4","A0A0R4ITC5","fb76c07","trrap","msl2b","trrap","MSL complex subunit 2b (Male-specific lethal 2 homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000110262","physical","txid7955" +"A3KNA6","B8JKI8","LOC566102","htatip","epc1b","kat5b","Enhancer of polycomb homolog","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","E7FGD3","LOC566102","KAT8 regulatory NSL complex subunit 1 isoform X2","epc1b","kansl1a","Enhancer of polycomb homolog","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","Q566T0","LOC566102","eed","epc1b","eed","Enhancer of polycomb homolog","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","Q6AZD3","LOC566102","meaf6","epc1b","meaf6","Enhancer of polycomb homolog","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","A8E7S8","LOC566102","zgc:92289","epc1b","morf4l1","Enhancer of polycomb homolog","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","B0R1D5","LOC566102","suz12b","epc1b","suz12b","Enhancer of polycomb homolog","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","A0A0R4ICZ3","LOC566102","Enhancer of polycomb homolog","epc1b","epc1a","Enhancer of polycomb homolog","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","F8W3Z2","LOC566102","zgc:110167","epc1b","actl6b","Enhancer of polycomb homolog","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","F1QVJ4","LOC566102","fb76c07","epc1b","msl2b","Enhancer of polycomb homolog","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","A0A0R4ITC5","LOC566102","trrap","epc1b","trrap","Enhancer of polycomb homolog","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","A9JRX0","LOC566102","msl1l1","epc1b","A9JRX0","Enhancer of polycomb homolog","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","A0A8M9QDM8","LOC566102","PHD finger protein 20 isoform X1","epc1b","A0A8M9QDM8","Enhancer of polycomb homolog","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","Q7ZTY4","LOC566102","rbbp7","epc1b","Q7ZTY4","Enhancer of polycomb homolog","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","F1QAV3","LOC566102","YEATS domain-containing 2","epc1b","yeats2","Enhancer of polycomb homolog","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","F1QUH6","LOC566102","KAT8 regulatory NSL complex subunit 1","epc1b","kansl1b","Enhancer of polycomb homolog","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000078658","physical","txid7955" +"A3KNA6","Q6PC03","LOC566102","c20orf20","epc1b","mrgbp","Enhancer of polycomb homolog","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000078658","physical","txid7955" +"E7F3N6","A0A0R4INH3","TCF3","LOC110440037","tfpt","A0A0R4INH3","TCF3 (E2A) fusion partner (TCF3 fusion partner)","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000107994","physical","txid7955" +"E7F3N6","P59679","TCF3","actr8","tfpt","P59679","TCF3 (E2A) fusion partner (TCF3 fusion partner)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000107994","physical","txid7955" +"E7F3N6","Q6NWL6","TCF3","wu:fj17f09","tfpt","uchl5","TCF3 (E2A) fusion partner (TCF3 fusion partner)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000107994","physical","txid7955" +"E7F3N6","E7FAZ7","TCF3","Helicase SRCAP isoform X2","tfpt","srcap","TCF3 (E2A) fusion partner (TCF3 fusion partner)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000107994","physical","txid7955" +"E7F3N6","A0A8M2B866","TCF3","si:dkey-92k1.11","tfpt","A0A8M2B866","TCF3 (E2A) fusion partner (TCF3 fusion partner)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000107994","physical","txid7955" +"F1QJK1","B3DJV8","Centromere protein I","LOC569270","cenpi","B3DJV8","Centromere protein I","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","A0A0R4ISL4","Centromere protein I","si:ch211-195p4.3","cenpi","cenpw","Centromere protein I","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","E7FAC3","Centromere protein I","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpi","si:ch211-161h7.4","Centromere protein I","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","F1RAN4","Centromere protein I","si:busm1-142b24.1","cenpi","mis18bp1","Centromere protein I","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","Q7ZTY4","Centromere protein I","rbbp7","cenpi","Q7ZTY4","Centromere protein I","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","E7FCV0","Centromere protein I","si:dkey-185e18.7","cenpi","si:dkey-185e18.7","Centromere protein I","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","A8WHV8","Centromere protein I","si:dkey-186m8.3","cenpi","cenph","Centromere protein I","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","E9QIT3","Centromere protein I","si:ch211-225g23.1","cenpi","cenpt","Centromere protein I","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","E7FCU0","Centromere protein I","npm1","cenpi","npm1a","Centromere protein I","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","X1WGM0","Centromere protein I","si:dkey-148h10.5","cenpi","si:dkey-148h10.5","Centromere protein I","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","Q803H4","Centromere protein I","cenpa","cenpi","cenpa","Centromere protein I","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","B8A4N0","Centromere protein I","si:dkey-71p21.8","cenpi","oip5","Centromere protein I","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000068927","physical","txid7955" +"F1QJK1","E7F1X6","Centromere protein I","si:ch73-362i18.3","cenpi","cenpx","Centromere protein I","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000068927","physical","txid7955" +"A8WHV8","F1RAN4","si:dkey-186m8.3","si:busm1-142b24.1","cenph","mis18bp1","Centromere protein H","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000123314","physical","txid7955" +"A8WHV8","A0A0R4ISL4","si:dkey-186m8.3","si:ch211-195p4.3","cenph","cenpw","Centromere protein H","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000123314","physical","txid7955" +"A8WHV8","Q803H4","si:dkey-186m8.3","cenpa","cenph","cenpa","Centromere protein H","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000123314","physical","txid7955" +"A8WHV8","X1WGM0","si:dkey-186m8.3","si:dkey-148h10.5","cenph","si:dkey-148h10.5","Centromere protein H","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000123314","physical","txid7955" +"E7FCU0","Q803H4","npm1","cenpa","npm1a","cenpa","Nucleophosmin","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","F1RAN4","npm1","si:busm1-142b24.1","npm1a","mis18bp1","Nucleophosmin","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","A0A0R4ISL4","npm1","si:ch211-195p4.3","npm1a","cenpw","Nucleophosmin","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","A0A2R8QRQ5","npm1","ap2","npm1a","tfap2a","Nucleophosmin","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","X1WGM0","npm1","si:dkey-148h10.5","npm1a","si:dkey-148h10.5","Nucleophosmin","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","B8A4N0","npm1","si:dkey-71p21.8","npm1a","oip5","Nucleophosmin","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","A8WHV8","npm1","si:dkey-186m8.3","npm1a","cenph","Nucleophosmin","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000117965","physical","txid7955" +"E7FCU0","E9QIT3","npm1","si:ch211-225g23.1","npm1a","cenpt","Nucleophosmin","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000117965","physical","txid7955" +"Q7ZZC6","Q1LV50","cenpm","cenpp","Q7ZZC6","cenpp","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","A8WHV8","cenpm","si:dkey-186m8.3","Q7ZZC6","cenph","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","F1QJK1","cenpm","Centromere protein I","Q7ZZC6","cenpi","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","Q803H4","cenpm","cenpa","Q7ZZC6","cenpa","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","B3DJV8","cenpm","LOC569270","Q7ZZC6","B3DJV8","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","E9QIT3","cenpm","si:ch211-225g23.1","Q7ZZC6","cenpt","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","E7F1X6","cenpm","si:ch73-362i18.3","Q7ZZC6","cenpx","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","Q7ZTY4","cenpm","rbbp7","Q7ZZC6","Q7ZTY4","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","F1RAN4","cenpm","si:busm1-142b24.1","Q7ZZC6","mis18bp1","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","A0A8M9PYB8","cenpm","Protein Mis18-alpha","Q7ZZC6","A0A8M9PYB8","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Protein Mis18-alpha","string-db","7955.ENSDARP00000051197/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","Q6DRD4","cenpm","cenpl","Q7ZZC6","cenpl","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein L (CENP-L)","string-db","7955.ENSDARP00000056666/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","A0A0R4ISL4","cenpm","si:ch211-195p4.3","Q7ZZC6","cenpw","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","E7FCV0","cenpm","si:dkey-185e18.7","Q7ZZC6","si:dkey-185e18.7","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","B8A4N0","cenpm","si:dkey-71p21.8","Q7ZZC6","oip5","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","Q6DHP4","cenpm","hi3634","Q7ZZC6","cenpn","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Centromere protein N","string-db","7955.ENSDARP00000064079/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","E7FAC3","cenpm","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","Q7ZZC6","si:ch211-161h7.4","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","E7FCU0","cenpm","npm1","Q7ZZC6","npm1a","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","Q6P3H7","cenpm","rbbp4","Q7ZZC6","Q6P3H7","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000038262","physical","txid7955" +"Q7ZZC6","X1WGM0","cenpm","si:dkey-148h10.5","Q7ZZC6","si:dkey-148h10.5","Centromere protein M (CENP-M) (Proliferation-associated nuclear element 1)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000038262","physical","txid7955" +"Q1LV50","E7F1X6","cenpp","si:ch73-362i18.3","cenpp","cenpx","Centromere protein P (CENP-P)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","E7FCV0","cenpp","si:dkey-185e18.7","cenpp","si:dkey-185e18.7","Centromere protein P (CENP-P)","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","A0A0R4ISL4","cenpp","si:ch211-195p4.3","cenpp","cenpw","Centromere protein P (CENP-P)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","E9QIT3","cenpp","si:ch211-225g23.1","cenpp","cenpt","Centromere protein P (CENP-P)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","F1QJK1","cenpp","Centromere protein I","cenpp","cenpi","Centromere protein P (CENP-P)","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","Q803H4","cenpp","cenpa","cenpp","cenpa","Centromere protein P (CENP-P)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","A8WHV8","cenpp","si:dkey-186m8.3","cenpp","cenph","Centromere protein P (CENP-P)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","E7FAC3","cenpp","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpp","si:ch211-161h7.4","Centromere protein P (CENP-P)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","B3DJV8","cenpp","LOC569270","cenpp","B3DJV8","Centromere protein P (CENP-P)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","B8A4N0","cenpp","si:dkey-71p21.8","cenpp","oip5","Centromere protein P (CENP-P)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","E7FCU0","cenpp","npm1","cenpp","npm1a","Centromere protein P (CENP-P)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","Q7ZTY4","cenpp","rbbp7","cenpp","Q7ZTY4","Centromere protein P (CENP-P)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","F1RAN4","cenpp","si:busm1-142b24.1","cenpp","mis18bp1","Centromere protein P (CENP-P)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000064804","physical","txid7955" +"Q1LV50","X1WGM0","cenpp","si:dkey-148h10.5","cenpp","si:dkey-148h10.5","Centromere protein P (CENP-P)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000064804","physical","txid7955" +"Q6TEM2","Q68EI2","ING3","zgc:91986","ing3","Q68EI2","Inhibitor of growth protein","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A0A8M9QDM8","ING3","PHD finger protein 20 isoform X1","ing3","A0A8M9QDM8","Inhibitor of growth protein","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A0A0R4ITC5","ING3","trrap","ing3","trrap","Inhibitor of growth protein","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","E7FGD3","ING3","KAT8 regulatory NSL complex subunit 1 isoform X2","ing3","kansl1a","Inhibitor of growth protein","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","P83571","ING3","ruvbl2","ing3","ruvbl2","Inhibitor of growth protein","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","F1QVJ4","ING3","fb76c07","ing3","msl2b","Inhibitor of growth protein","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","Q6PC03","ING3","c20orf20","ing3","mrgbp","Inhibitor of growth protein","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","Q6DGB4","ING3","zgc:100841","ing3","yeats4","Inhibitor of growth protein","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A9JRX0","ING3","msl1l1","ing3","A9JRX0","Inhibitor of growth protein","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A0A0R4ICZ3","ING3","Enhancer of polycomb homolog","ing3","epc1a","Inhibitor of growth protein","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","F8W3Z2","ING3","zgc:110167","ing3","actl6b","Inhibitor of growth protein","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","Q6AZD3","ING3","meaf6","ing3","meaf6","Inhibitor of growth protein","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","F1QUH6","ING3","KAT8 regulatory NSL complex subunit 1","ing3","kansl1b","Inhibitor of growth protein","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","Q499B3","ING3","kansl3","ing3","kansl3","Inhibitor of growth protein","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A8E7S8","ING3","zgc:92289","ing3","morf4l1","Inhibitor of growth protein","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","B0V0X0","ING3","msl2s","ing3","msl2a","Inhibitor of growth protein","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","A3KNA6","ING3","LOC566102","ing3","epc1b","Inhibitor of growth protein","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","F1QAV3","ING3","YEATS domain-containing 2","ing3","yeats2","Inhibitor of growth protein","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000031200","physical","txid7955" +"Q6TEM2","B8JKI8","ING3","htatip","ing3","kat5b","Inhibitor of growth protein","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000031200","physical","txid7955" +"E9QIT3","F1RAN4","si:ch211-225g23.1","si:busm1-142b24.1","cenpt","mis18bp1","Centromere protein T","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000120776","physical","txid7955" +"E9QIT3","Q803H4","si:ch211-225g23.1","cenpa","cenpt","cenpa","Centromere protein T","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000120776","physical","txid7955" +"E9QIT3","A8WHV8","si:ch211-225g23.1","si:dkey-186m8.3","cenpt","cenph","Centromere protein T","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000120776","physical","txid7955" +"E9QIT3","X1WGM0","si:ch211-225g23.1","si:dkey-148h10.5","cenpt","si:dkey-148h10.5","Centromere protein T","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000120776","physical","txid7955" +"E9QIT3","A0A0R4ISL4","si:ch211-225g23.1","si:ch211-195p4.3","cenpt","cenpw","Centromere protein T","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000120776","physical","txid7955" +"E9QIT3","B8A4N0","si:ch211-225g23.1","si:dkey-71p21.8","cenpt","oip5","Centromere protein T","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000120776","physical","txid7955" +"B8A4N0","A8WHV8","si:dkey-71p21.8","si:dkey-186m8.3","oip5","cenph","Opa-interacting protein 5","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000122996","physical","txid7955" +"B8A4N0","A0A0R4ISL4","si:dkey-71p21.8","si:ch211-195p4.3","oip5","cenpw","Opa-interacting protein 5","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000122996","physical","txid7955" +"B8A4N0","X1WGM0","si:dkey-71p21.8","si:dkey-148h10.5","oip5","si:dkey-148h10.5","Opa-interacting protein 5","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000122996","physical","txid7955" +"B8A4N0","F1RAN4","si:dkey-71p21.8","si:busm1-142b24.1","oip5","mis18bp1","Opa-interacting protein 5","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000122996","physical","txid7955" +"B8A4N0","Q803H4","si:dkey-71p21.8","cenpa","oip5","cenpa","Opa-interacting protein 5","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000122996","physical","txid7955" +"Q6AZD3","A0A286Y9D1","meaf6","phf14","meaf6","phf14","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000132726","physical","txid7955" +"Q6AZD3","F1QAV3","meaf6","YEATS domain-containing 2","meaf6","yeats2","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000132726","physical","txid7955" +"Q6AZD3","A0A8M2BGP9","meaf6","Bromodomain and PHD finger-containing protein 3 isoform X1","meaf6","A0A8M2BGP9","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000132726","physical","txid7955" +"Q6AZD3","A0A0R4ITC5","meaf6","trrap","meaf6","trrap","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000132726","physical","txid7955" +"Q5PRB3","F1RBN2","pih1d2","spag1a","Q5PRB3","spag1a","PIH1 domain-containing protein 2","Sperm-associated antigen 1A","string-db","7955.ENSDARP00000154012/7955.ENSDARP00000017232","physical","txid7955" +"Q5PRB3","P83571","pih1d2","ruvbl2","Q5PRB3","ruvbl2","PIH1 domain-containing protein 2","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000017232","physical","txid7955" +"Q5PRB3","Q90474","pih1d2","hsp90a.1","Q5PRB3","Q90474","PIH1 domain-containing protein 2","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000017232","physical","txid7955" +"Q5PRB3","Q1RM55","pih1d2","pih1d1","Q5PRB3","Q1RM55","PIH1 domain-containing protein 2","PIH1 domain-containing protein 1","string-db","7955.ENSDARP00000055307/7955.ENSDARP00000017232","physical","txid7955" +"Q1RM55","P83571","pih1d1","ruvbl2","Q1RM55","ruvbl2","PIH1 domain-containing protein 1","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000055307","physical","txid7955" +"Q1RM55","F1RBN2","pih1d1","spag1a","Q1RM55","spag1a","PIH1 domain-containing protein 1","Sperm-associated antigen 1A","string-db","7955.ENSDARP00000154012/7955.ENSDARP00000055307","physical","txid7955" +"A0A0R4ICZ3","F1QAV3","Enhancer of polycomb homolog","YEATS domain-containing 2","epc1a","yeats2","Enhancer of polycomb homolog","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000131685","physical","txid7955" +"A0A0R4ICZ3","Q6AZD3","Enhancer of polycomb homolog","meaf6","epc1a","meaf6","Enhancer of polycomb homolog","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000131685","physical","txid7955" +"A0A0R4ICZ3","A0A0R4ITC5","Enhancer of polycomb homolog","trrap","epc1a","trrap","Enhancer of polycomb homolog","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000131685","physical","txid7955" +"Q6NUW5","A3KPL8","anp32e","fi15f05","anp32e","cfdp1","Acidic leucine-rich nuclear phosphoprotein 32 family member E","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","E7F3N6","anp32e","TCF3","anp32e","tfpt","Acidic leucine-rich nuclear phosphoprotein 32 family member E","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","P83571","anp32e","ruvbl2","anp32e","ruvbl2","Acidic leucine-rich nuclear phosphoprotein 32 family member E","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","P59679","anp32e","actr8","anp32e","P59679","Acidic leucine-rich nuclear phosphoprotein 32 family member E","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","A0A8M2B866","anp32e","si:dkey-92k1.11","anp32e","A0A8M2B866","Acidic leucine-rich nuclear phosphoprotein 32 family member E","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","Q6NWL6","anp32e","wu:fj17f09","anp32e","uchl5","Acidic leucine-rich nuclear phosphoprotein 32 family member E","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","F1R4X0","anp32e","fj61b08","anp32e","ino80c","Acidic leucine-rich nuclear phosphoprotein 32 family member E","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000071527","physical","txid7955" +"Q6NUW5","E7FAZ7","anp32e","Helicase SRCAP isoform X2","anp32e","srcap","Acidic leucine-rich nuclear phosphoprotein 32 family member E","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000071527","physical","txid7955" +"Q561S5","E7FAZ7","zgc:112524","Helicase SRCAP isoform X2","znhit1","srcap","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","E7F3N6","zgc:112524","TCF3","znhit1","tfpt","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","Q6NUW5","zgc:112524","anp32e","znhit1","anp32e","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Acidic leucine-rich nuclear phosphoprotein 32 family member E","string-db","7955.ENSDARP00000071527/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","Q6NWL6","zgc:112524","wu:fj17f09","znhit1","uchl5","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","A0A8M2B866","zgc:112524","si:dkey-92k1.11","znhit1","A0A8M2B866","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","F1R4X0","zgc:112524","fj61b08","znhit1","ino80c","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","P83571","zgc:112524","ruvbl2","znhit1","ruvbl2","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","A3KPL8","zgc:112524","fi15f05","znhit1","cfdp1","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000071271","physical","txid7955" +"Q561S5","P59679","zgc:112524","actr8","znhit1","P59679","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000071271","physical","txid7955" +"Q499B3","F1QUH6","kansl3","KAT8 regulatory NSL complex subunit 1","kansl3","kansl1b","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","E7FGD3","kansl3","KAT8 regulatory NSL complex subunit 1 isoform X2","kansl3","kansl1a","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","B8JKI8","kansl3","htatip","kansl3","kat5b","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","F1QAV3","kansl3","YEATS domain-containing 2","kansl3","yeats2","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","Q6DGB4","kansl3","zgc:100841","kansl3","yeats4","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A9JRX0","kansl3","msl1l1","kansl3","A9JRX0","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","P83571","kansl3","ruvbl2","kansl3","ruvbl2","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","F8W3Z2","kansl3","zgc:110167","kansl3","actl6b","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A0A0R4ICZ3","kansl3","Enhancer of polycomb homolog","kansl3","epc1a","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","F1QVJ4","kansl3","fb76c07","kansl3","msl2b","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","Q6AZD3","kansl3","meaf6","kansl3","meaf6","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","Q6PC03","kansl3","c20orf20","kansl3","mrgbp","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A8E7S8","kansl3","zgc:92289","kansl3","morf4l1","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A0A0R4ITC5","kansl3","trrap","kansl3","trrap","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A3KNA6","kansl3","LOC566102","kansl3","epc1b","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000060632","physical","txid7955" +"Q499B3","A0A8M9QDM8","kansl3","PHD finger protein 20 isoform X1","kansl3","A0A8M9QDM8","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000060632","physical","txid7955" +"E7FGD3","F8W3Z2","KAT8 regulatory NSL complex subunit 1 isoform X2","zgc:110167","kansl1a","actl6b","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","A8E7S8","KAT8 regulatory NSL complex subunit 1 isoform X2","zgc:92289","kansl1a","morf4l1","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","F1QUH6","KAT8 regulatory NSL complex subunit 1 isoform X2","KAT8 regulatory NSL complex subunit 1","kansl1a","kansl1b","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","A0A0R4ICZ3","KAT8 regulatory NSL complex subunit 1 isoform X2","Enhancer of polycomb homolog","kansl1a","epc1a","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","B8JKI8","KAT8 regulatory NSL complex subunit 1 isoform X2","htatip","kansl1a","kat5b","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","F1QAV3","KAT8 regulatory NSL complex subunit 1 isoform X2","YEATS domain-containing 2","kansl1a","yeats2","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","Q6AZD3","KAT8 regulatory NSL complex subunit 1 isoform X2","meaf6","kansl1a","meaf6","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","A0A0R4ITC5","KAT8 regulatory NSL complex subunit 1 isoform X2","trrap","kansl1a","trrap","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000112084","physical","txid7955" +"E7FGD3","Q6PC03","KAT8 regulatory NSL complex subunit 1 isoform X2","c20orf20","kansl1a","mrgbp","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000112084","physical","txid7955" +"A0A8M2B866","A0A0R4INH3","si:dkey-92k1.11","LOC110440037","A0A8M2B866","A0A0R4INH3","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000135127","physical","txid7955" +"A0A8M2B866","Q6NWL6","si:dkey-92k1.11","wu:fj17f09","A0A8M2B866","uchl5","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000135127","physical","txid7955" +"A0A8M2B866","P59679","si:dkey-92k1.11","actr8","A0A8M2B866","P59679","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000135127","physical","txid7955" +"F1QHZ6","A0A8M3B4P0","dnai4","zgc:158666","wdr78","A0A8M3B4P0","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","string-db","7955.ENSDARP00000074880/7955.ENSDARP00000065205","physical","txid7955" +"F1QHZ6","F1RBN2","dnai4","spag1a","wdr78","spag1a","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Sperm-associated antigen 1A","string-db","7955.ENSDARP00000154012/7955.ENSDARP00000065205","physical","txid7955" +"F1QHZ6","A0A0G2KIZ8","dnai4","dnai3","wdr78","A0A0G2KIZ8","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","string-db","7955.ENSDARP00000132295/7955.ENSDARP00000065205","physical","txid7955" +"F1QHZ6","Q7ZV84","dnai4","dnaaf1","wdr78","Q7ZV84","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Dynein axonemal assembly factor 1 (Leucine-rich repeat-containing protein 50)","string-db","7955.ENSDARP00000115728/7955.ENSDARP00000065205","physical","txid7955" +"F1QHZ6","Q6DGB6","dnai4","ccdc103","wdr78","ccdc103","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Coiled-coil domain-containing protein 103 (Protein schmalhans)","string-db","7955.ENSDARP00000069975/7955.ENSDARP00000065205","physical","txid7955" +"F1QHZ6","A0A0R4IUW7","dnai4","zgc:162235","wdr78","A0A0R4IUW7","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000065205","physical","txid7955" +"Q6DHD0","F1QAV3","Histone acetyltransferase","YEATS domain-containing 2","kat5a","yeats2","Histone acetyltransferase (EC 2.3.1.48)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q6PC03","Histone acetyltransferase","c20orf20","kat5a","mrgbp","Histone acetyltransferase (EC 2.3.1.48)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A0A0R4ICZ3","Histone acetyltransferase","Enhancer of polycomb homolog","kat5a","epc1a","Histone acetyltransferase (EC 2.3.1.48)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A9JRX0","Histone acetyltransferase","msl1l1","kat5a","A9JRX0","Histone acetyltransferase (EC 2.3.1.48)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q6AZD3","Histone acetyltransferase","meaf6","kat5a","meaf6","Histone acetyltransferase (EC 2.3.1.48)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q6DGB4","Histone acetyltransferase","zgc:100841","kat5a","yeats4","Histone acetyltransferase (EC 2.3.1.48)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","string-db","7955.ENSDARP00000067426/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","F1QUH6","Histone acetyltransferase","KAT8 regulatory NSL complex subunit 1","kat5a","kansl1b","Histone acetyltransferase (EC 2.3.1.48)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","E7FGD3","Histone acetyltransferase","KAT8 regulatory NSL complex subunit 1 isoform X2","kat5a","kansl1a","Histone acetyltransferase (EC 2.3.1.48)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","F8W3Z2","Histone acetyltransferase","zgc:110167","kat5a","actl6b","Histone acetyltransferase (EC 2.3.1.48)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q499B3","Histone acetyltransferase","kansl3","kat5a","kansl3","Histone acetyltransferase (EC 2.3.1.48)","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","string-db","7955.ENSDARP00000060632/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q68EI2","Histone acetyltransferase","zgc:91986","kat5a","Q68EI2","Histone acetyltransferase (EC 2.3.1.48)","PHD finger protein 20, b (Zgc:91986)","string-db","7955.ENSDARP00000056569/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","P83571","Histone acetyltransferase","ruvbl2","kat5a","ruvbl2","Histone acetyltransferase (EC 2.3.1.48)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A8E7S8","Histone acetyltransferase","zgc:92289","kat5a","morf4l1","Histone acetyltransferase (EC 2.3.1.48)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A0A8M9QDM8","Histone acetyltransferase","PHD finger protein 20 isoform X1","kat5a","A0A8M9QDM8","Histone acetyltransferase (EC 2.3.1.48)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","Q6TEM2","Histone acetyltransferase","ING3","kat5a","ing3","Histone acetyltransferase (EC 2.3.1.48)","Inhibitor of growth protein","string-db","7955.ENSDARP00000031200/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","B0V0X0","Histone acetyltransferase","msl2s","kat5a","msl2a","Histone acetyltransferase (EC 2.3.1.48)","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","string-db","7955.ENSDARP00000056800/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","F1QVJ4","Histone acetyltransferase","fb76c07","kat5a","msl2b","Histone acetyltransferase (EC 2.3.1.48)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A0A0R4ITC5","Histone acetyltransferase","trrap","kat5a","trrap","Histone acetyltransferase (EC 2.3.1.48)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","A3KNA6","Histone acetyltransferase","LOC566102","kat5a","epc1b","Histone acetyltransferase (EC 2.3.1.48)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000030282","physical","txid7955" +"Q6DHD0","B8JKI8","Histone acetyltransferase","htatip","kat5a","kat5b","Histone acetyltransferase (EC 2.3.1.48)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000030282","physical","txid7955" +"F1QUH6","Q6AZD3","KAT8 regulatory NSL complex subunit 1","meaf6","kansl1b","meaf6","KAT8 regulatory NSL complex subunit 1","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000129106","physical","txid7955" +"F1QUH6","A0A0R4ITC5","KAT8 regulatory NSL complex subunit 1","trrap","kansl1b","trrap","KAT8 regulatory NSL complex subunit 1","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000129106","physical","txid7955" +"F1QUH6","A0A0R4ICZ3","KAT8 regulatory NSL complex subunit 1","Enhancer of polycomb homolog","kansl1b","epc1a","KAT8 regulatory NSL complex subunit 1","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000129106","physical","txid7955" +"F1QUH6","F1QAV3","KAT8 regulatory NSL complex subunit 1","YEATS domain-containing 2","kansl1b","yeats2","KAT8 regulatory NSL complex subunit 1","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000129106","physical","txid7955" +"E7FAZ7","A0A8M2B866","Helicase SRCAP isoform X2","si:dkey-92k1.11","srcap","A0A8M2B866","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000127209","physical","txid7955" +"E7FAZ7","P59679","Helicase SRCAP isoform X2","actr8","srcap","P59679","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000127209","physical","txid7955" +"E7FAZ7","Q6NWL6","Helicase SRCAP isoform X2","wu:fj17f09","srcap","uchl5","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000127209","physical","txid7955" +"A3KPL8","E7FAZ7","fi15f05","Helicase SRCAP isoform X2","cfdp1","srcap","Craniofacial development protein 1 (Bucentaur)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000102660","physical","txid7955" +"A3KPL8","Q6NWL6","fi15f05","wu:fj17f09","cfdp1","uchl5","Craniofacial development protein 1 (Bucentaur)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000102660","physical","txid7955" +"A3KPL8","E7F3N6","fi15f05","TCF3","cfdp1","tfpt","Craniofacial development protein 1 (Bucentaur)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000102660","physical","txid7955" +"A3KPL8","A0A8M2B866","fi15f05","si:dkey-92k1.11","cfdp1","A0A8M2B866","Craniofacial development protein 1 (Bucentaur)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000102660","physical","txid7955" +"A3KPL8","P59679","fi15f05","actr8","cfdp1","P59679","Craniofacial development protein 1 (Bucentaur)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000102660","physical","txid7955" +"Q6P110","P83571","si:ch73-54f23.2","ruvbl2","ino80e","ruvbl2","INO80 complex subunit E (Zgc:77312)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","F1R4X0","si:ch73-54f23.2","fj61b08","ino80e","ino80c","INO80 complex subunit E (Zgc:77312)","INO80 complex subunit C","string-db","7955.ENSDARP00000072582/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","Q561S5","si:ch73-54f23.2","zgc:112524","ino80e","znhit1","INO80 complex subunit E (Zgc:77312)","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","string-db","7955.ENSDARP00000071271/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","E7FAZ7","si:ch73-54f23.2","Helicase SRCAP isoform X2","ino80e","srcap","INO80 complex subunit E (Zgc:77312)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","A0A8M2B866","si:ch73-54f23.2","si:dkey-92k1.11","ino80e","A0A8M2B866","INO80 complex subunit E (Zgc:77312)","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","Q6NWL6","si:ch73-54f23.2","wu:fj17f09","ino80e","uchl5","INO80 complex subunit E (Zgc:77312)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","Q6NUW5","si:ch73-54f23.2","anp32e","ino80e","anp32e","INO80 complex subunit E (Zgc:77312)","Acidic leucine-rich nuclear phosphoprotein 32 family member E","string-db","7955.ENSDARP00000071527/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","P59679","si:ch73-54f23.2","actr8","ino80e","P59679","INO80 complex subunit E (Zgc:77312)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","E7F3N6","si:ch73-54f23.2","TCF3","ino80e","tfpt","INO80 complex subunit E (Zgc:77312)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000028787","physical","txid7955" +"Q6P110","A3KPL8","si:ch73-54f23.2","fi15f05","ino80e","cfdp1","INO80 complex subunit E (Zgc:77312)","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000028787","physical","txid7955" +"Q6DGB4","A0A0R4ICZ3","zgc:100841","Enhancer of polycomb homolog","yeats4","epc1a","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","A3KNA6","zgc:100841","LOC566102","yeats4","epc1b","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000078658/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","B8JKI8","zgc:100841","htatip","yeats4","kat5b","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","P83571","zgc:100841","ruvbl2","yeats4","ruvbl2","YEATS domain-containing 4 (YEATS domain-containing protein 4)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","F1QVJ4","zgc:100841","fb76c07","yeats4","msl2b","YEATS domain-containing 4 (YEATS domain-containing protein 4)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","string-db","7955.ENSDARP00000110262/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","A0A8M9QDM8","zgc:100841","PHD finger protein 20 isoform X1","yeats4","A0A8M9QDM8","YEATS domain-containing 4 (YEATS domain-containing protein 4)","PHD finger protein 20 isoform X1 (PHD finger protein 20, a)","string-db","7955.ENSDARP00000111291/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","F1QUH6","zgc:100841","KAT8 regulatory NSL complex subunit 1","yeats4","kansl1b","YEATS domain-containing 4 (YEATS domain-containing protein 4)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","A8E7S8","zgc:100841","zgc:92289","yeats4","morf4l1","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","Q6PC03","zgc:100841","c20orf20","yeats4","mrgbp","YEATS domain-containing 4 (YEATS domain-containing protein 4)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","string-db","7955.ENSDARP00000114500/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","A9JRX0","zgc:100841","msl1l1","yeats4","A9JRX0","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Male-specific lethal 1-like 1 (MSL1-like 1) (Male-specific lethal-1 homolog 1) (MSL-1)","string-db","7955.ENSDARP00000101527/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","E7FGD3","zgc:100841","KAT8 regulatory NSL complex subunit 1 isoform X2","yeats4","kansl1a","YEATS domain-containing 4 (YEATS domain-containing protein 4)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","string-db","7955.ENSDARP00000112084/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","Q6AZD3","zgc:100841","meaf6","yeats4","meaf6","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","F1QAV3","zgc:100841","YEATS domain-containing 2","yeats4","yeats2","YEATS domain-containing 4 (YEATS domain-containing protein 4)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","F8W3Z2","zgc:100841","zgc:110167","yeats4","actl6b","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000067426","physical","txid7955" +"Q6DGB4","A0A0R4ITC5","zgc:100841","trrap","yeats4","trrap","YEATS domain-containing 4 (YEATS domain-containing protein 4)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000067426","physical","txid7955" +"B3DJV8","A0A0R4ISL4","LOC569270","si:ch211-195p4.3","B3DJV8","cenpw","Centromere protein S","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","Q7SXA3","LOC569270","zgc:66168","B3DJV8","rps27a","Centromere protein S","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","B8A4N0","LOC569270","si:dkey-71p21.8","B3DJV8","oip5","Centromere protein S","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","Q08BH7","LOC569270","ube2t","B3DJV8","Q08BH7","Centromere protein S","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7F457","LOC569270","fc49f05","B3DJV8","E7F457","Centromere protein S","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","F1R3B9","LOC569270","fc21c10","B3DJV8","fanci","Centromere protein S","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7FAC3","LOC569270","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","B3DJV8","si:ch211-161h7.4","Centromere protein S","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","A8WHV8","LOC569270","si:dkey-186m8.3","B3DJV8","cenph","Centromere protein S","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7FCV0","LOC569270","si:dkey-185e18.7","B3DJV8","si:dkey-185e18.7","Centromere protein S","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","Q7ZTY4","LOC569270","rbbp7","B3DJV8","Q7ZTY4","Centromere protein S","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","A0A0N4SUD2","LOC569270","Ubi-p63E","B3DJV8","ubb","Centromere protein S","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E9QIT3","LOC569270","si:ch211-225g23.1","B3DJV8","cenpt","Centromere protein S","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","X1WGM0","LOC569270","si:dkey-148h10.5","B3DJV8","si:dkey-148h10.5","Centromere protein S","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","F1QHN6","LOC569270","im:7042025","B3DJV8","ubc","Centromere protein S","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","U3JAR8","LOC569270","si:dkey-57h18.1","B3DJV8","faap100","Centromere protein S","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7FCU0","LOC569270","npm1","B3DJV8","npm1a","Centromere protein S","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","Q803H4","LOC569270","cenpa","B3DJV8","cenpa","Centromere protein S","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7F6N8","LOC569270","Crossover junction endonuclease EME1","B3DJV8","eme1","Centromere protein S","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","F1RAN4","LOC569270","si:busm1-142b24.1","B3DJV8","mis18bp1","Centromere protein S","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000094265","physical","txid7955" +"B3DJV8","E7F1X6","LOC569270","si:ch73-362i18.3","B3DJV8","cenpx","Centromere protein S","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000094265","physical","txid7955" +"Q6DHP4","Q803H4","hi3634","cenpa","cenpn","cenpa","Centromere protein N","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","F1QJK1","hi3634","Centromere protein I","cenpn","cenpi","Centromere protein N","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","Q7ZTY4","hi3634","rbbp7","cenpn","Q7ZTY4","Centromere protein N","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","A8WHV8","hi3634","si:dkey-186m8.3","cenpn","cenph","Centromere protein N","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","A0A0R4ISL4","hi3634","si:ch211-195p4.3","cenpn","cenpw","Centromere protein N","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","E9QIT3","hi3634","si:ch211-225g23.1","cenpn","cenpt","Centromere protein N","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","E7FCV0","hi3634","si:dkey-185e18.7","cenpn","si:dkey-185e18.7","Centromere protein N","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","E7FCU0","hi3634","npm1","cenpn","npm1a","Centromere protein N","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","Q1LV50","hi3634","cenpp","cenpn","cenpp","Centromere protein N","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","X1WGM0","hi3634","si:dkey-148h10.5","cenpn","si:dkey-148h10.5","Centromere protein N","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","E7FAC3","hi3634","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpn","si:ch211-161h7.4","Centromere protein N","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","B8A4N0","hi3634","si:dkey-71p21.8","cenpn","oip5","Centromere protein N","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","B3DJV8","hi3634","LOC569270","cenpn","B3DJV8","Centromere protein N","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","F1RAN4","hi3634","si:busm1-142b24.1","cenpn","mis18bp1","Centromere protein N","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000064079","physical","txid7955" +"Q6DHP4","E7F1X6","hi3634","si:ch73-362i18.3","cenpn","cenpx","Centromere protein N","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000064079","physical","txid7955" +"Q6PC03","A0A0R4ICZ3","c20orf20","Enhancer of polycomb homolog","mrgbp","epc1a","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","Enhancer of polycomb homolog","string-db","7955.ENSDARP00000131685/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","F8W3Z2","c20orf20","zgc:110167","mrgbp","actl6b","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","Actin-like 6B","string-db","7955.ENSDARP00000124307/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","A0A0R4ITC5","c20orf20","trrap","mrgbp","trrap","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","F1QUH6","c20orf20","KAT8 regulatory NSL complex subunit 1","mrgbp","kansl1b","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","KAT8 regulatory NSL complex subunit 1","string-db","7955.ENSDARP00000129106/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","Q6AZD3","c20orf20","meaf6","mrgbp","meaf6","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","F1QAV3","c20orf20","YEATS domain-containing 2","mrgbp","yeats2","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000156768/7955.ENSDARP00000114500","physical","txid7955" +"Q6PC03","B8JKI8","c20orf20","htatip","mrgbp","kat5b","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000114500","physical","txid7955" +"E7FAC3","B8A4N0","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:dkey-71p21.8","si:ch211-161h7.4","oip5","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","Q803H4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpa","si:ch211-161h7.4","cenpa","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","E7FCU0","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","npm1","si:ch211-161h7.4","npm1a","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","Q7ZTY4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","rbbp7","si:ch211-161h7.4","Q7ZTY4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","X1WGM0","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:dkey-148h10.5","si:ch211-161h7.4","si:dkey-148h10.5","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","A0A0R4ISL4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:ch211-195p4.3","si:ch211-161h7.4","cenpw","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","F1RAN4","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:busm1-142b24.1","si:ch211-161h7.4","mis18bp1","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","A8WHV8","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:dkey-186m8.3","si:ch211-161h7.4","cenph","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000110342","physical","txid7955" +"E7FAC3","E9QIT3","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","si:ch211-225g23.1","si:ch211-161h7.4","cenpt","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000110342","physical","txid7955" +"A0A0R4INH3","P59679","LOC110440037","actr8","A0A0R4INH3","P59679","INO80 complex subunit D-like (INO80 complex subunit Da)","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000137436","physical","txid7955" +"E7F6T8","A8E7S8","usp37","zgc:92289","E7F6T8","morf4l1","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000110966","physical","txid7955" +"E7F6T8","A0A2R8Q8D7","usp37","lyrm4","E7F6T8","si:ch211-152c8.4","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000110966","physical","txid7955" +"P59679","Q6NWL6","actr8","wu:fj17f09","P59679","uchl5","Actin-related protein 8","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000137856","physical","txid7955" +"C5J7W8","E7F7F6","smg1","Nonsense-mediated mRNA decay factor SMG9","smg1","smg9","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Nonsense-mediated mRNA decay factor SMG9","string-db","7955.ENSDARP00000103685/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","E7FBA3","smg1","Nonsense-mediated mRNA decay factor SMG8","smg1","smg8","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Nonsense-mediated mRNA decay factor SMG8","string-db","7955.ENSDARP00000081911/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","P83571","smg1","ruvbl2","smg1","ruvbl2","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","string-db","7955.ENSDARP00000072482/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","Q803V5","smg1","mlst8","smg1","Q803V5","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","A0A0R4IFI0","smg1","Regulatory-associated protein of MTOR, complex 1","smg1","A0A0R4IFI0","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","F1RCY6","smg1","upf1","smg1","F1RCY6","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","A2BIE5","smg1","si:ch211-255l12.1","smg1","dhx34","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","string-db","7955.ENSDARP00000081377/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","X1WFB5","smg1","si:ch211-147k10.5","smg1","X1WFB5","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Proline-rich protein 5-like (Si:ch211-147k10.5)","string-db","7955.ENSDARP00000128919/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","E7EZP2","smg1","Target of rapamycin complex 2 subunit MAPKAP1","smg1","mapkap1","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","string-db","7955.ENSDARP00000111582/7955.ENSDARP00000071267","physical","txid7955" +"C5J7W8","A0A8M1NZ01","smg1","prr5","smg1","A0A8M1NZ01","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","Proline-rich 5a (renal) (Proline-rich protein 5)","string-db","7955.ENSDARP00000090128/7955.ENSDARP00000071267","physical","txid7955" +"A0A0R4ISL4","Q803H4","si:ch211-195p4.3","cenpa","cenpw","cenpa","Centromere protein W","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000137930","physical","txid7955" +"F1R4X0","A0A0R4INH3","fj61b08","LOC110440037","ino80c","A0A0R4INH3","INO80 complex subunit C","INO80 complex subunit D-like (INO80 complex subunit Da)","string-db","7955.ENSDARP00000137436/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","E7F3N6","fj61b08","TCF3","ino80c","tfpt","INO80 complex subunit C","TCF3 (E2A) fusion partner (TCF3 fusion partner)","string-db","7955.ENSDARP00000107994/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","P59679","fj61b08","actr8","ino80c","P59679","INO80 complex subunit C","Actin-related protein 8","string-db","7955.ENSDARP00000137856/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","A0A8M2B866","fj61b08","si:dkey-92k1.11","ino80c","A0A8M2B866","INO80 complex subunit C","Nuclear factor related to kappa-B-binding protein (Nuclear factor-related to kappaB-binding protein)","string-db","7955.ENSDARP00000135127/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","E7FAZ7","fj61b08","Helicase SRCAP isoform X2","ino80c","srcap","INO80 complex subunit C","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","string-db","7955.ENSDARP00000127209/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","A3KPL8","fj61b08","fi15f05","ino80c","cfdp1","INO80 complex subunit C","Craniofacial development protein 1 (Bucentaur)","string-db","7955.ENSDARP00000102660/7955.ENSDARP00000072582","physical","txid7955" +"F1R4X0","Q6NWL6","fj61b08","wu:fj17f09","ino80c","uchl5","INO80 complex subunit C","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000141540/7955.ENSDARP00000072582","physical","txid7955" +"E7F1X6","E7FAC3","si:ch73-362i18.3","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","cenpx","si:ch211-161h7.4","Centromere protein X","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","F1QHN6","si:ch73-362i18.3","im:7042025","cenpx","ubc","Centromere protein X","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","B8A4N0","si:ch73-362i18.3","si:dkey-71p21.8","cenpx","oip5","Centromere protein X","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","Q7ZTY4","si:ch73-362i18.3","rbbp7","cenpx","Q7ZTY4","Centromere protein X","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","Q803H4","si:ch73-362i18.3","cenpa","cenpx","cenpa","Centromere protein X","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","Q7SXA3","si:ch73-362i18.3","zgc:66168","cenpx","rps27a","Centromere protein X","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","F1R3B9","si:ch73-362i18.3","fc21c10","cenpx","fanci","Centromere protein X","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","A0A0N4SUD2","si:ch73-362i18.3","Ubi-p63E","cenpx","ubb","Centromere protein X","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","U3JAR8","si:ch73-362i18.3","si:dkey-57h18.1","cenpx","faap100","Centromere protein X","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","E7F457","si:ch73-362i18.3","fc49f05","cenpx","E7F457","Centromere protein X","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","A0A0R4ISL4","si:ch73-362i18.3","si:ch211-195p4.3","cenpx","cenpw","Centromere protein X","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","X1WGM0","si:ch73-362i18.3","si:dkey-148h10.5","cenpx","si:dkey-148h10.5","Centromere protein X","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","F1RAN4","si:ch73-362i18.3","si:busm1-142b24.1","cenpx","mis18bp1","Centromere protein X","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","E9QIT3","si:ch73-362i18.3","si:ch211-225g23.1","cenpx","cenpt","Centromere protein X","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","E7FCU0","si:ch73-362i18.3","npm1","cenpx","npm1a","Centromere protein X","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000109030","physical","txid7955" +"E7F1X6","A8WHV8","si:ch73-362i18.3","si:dkey-186m8.3","cenpx","cenph","Centromere protein X","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000109030","physical","txid7955" +"A0A8M9PYB8","E7FAC3","Protein Mis18-alpha","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","A0A8M9PYB8","si:ch211-161h7.4","Protein Mis18-alpha","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","string-db","7955.ENSDARP00000110342/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","E7FCU0","Protein Mis18-alpha","npm1","A0A8M9PYB8","npm1a","Protein Mis18-alpha","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","Q1LV50","Protein Mis18-alpha","cenpp","A0A8M9PYB8","cenpp","Protein Mis18-alpha","Centromere protein P (CENP-P)","string-db","7955.ENSDARP00000064804/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","X1WGM0","Protein Mis18-alpha","si:dkey-148h10.5","A0A8M9PYB8","si:dkey-148h10.5","Protein Mis18-alpha","Si:dkey-148h10.5 (Uncharacterized)","string-db","7955.ENSDARP00000129377/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","A0A0R4ISL4","Protein Mis18-alpha","si:ch211-195p4.3","A0A8M9PYB8","cenpw","Protein Mis18-alpha","Centromere protein W","string-db","7955.ENSDARP00000137930/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","A8WHV8","Protein Mis18-alpha","si:dkey-186m8.3","A0A8M9PYB8","cenph","Protein Mis18-alpha","Centromere protein H","string-db","7955.ENSDARP00000123314/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","Q7ZTY4","Protein Mis18-alpha","rbbp7","A0A8M9PYB8","Q7ZTY4","Protein Mis18-alpha","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","E7FCV0","Protein Mis18-alpha","si:dkey-185e18.7","A0A8M9PYB8","si:dkey-185e18.7","Protein Mis18-alpha","Centromere protein U (MLF1-interacting protein)","string-db","7955.ENSDARP00000106330/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","B3DJV8","Protein Mis18-alpha","LOC569270","A0A8M9PYB8","B3DJV8","Protein Mis18-alpha","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","F1QJK1","Protein Mis18-alpha","Centromere protein I","A0A8M9PYB8","cenpi","Protein Mis18-alpha","Centromere protein I","string-db","7955.ENSDARP00000068927/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","E9QIT3","Protein Mis18-alpha","si:ch211-225g23.1","A0A8M9PYB8","cenpt","Protein Mis18-alpha","Centromere protein T","string-db","7955.ENSDARP00000120776/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","E7F1X6","Protein Mis18-alpha","si:ch73-362i18.3","A0A8M9PYB8","cenpx","Protein Mis18-alpha","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","Q6DHP4","Protein Mis18-alpha","hi3634","A0A8M9PYB8","cenpn","Protein Mis18-alpha","Centromere protein N","string-db","7955.ENSDARP00000064079/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","F1RAN4","Protein Mis18-alpha","si:busm1-142b24.1","A0A8M9PYB8","mis18bp1","Protein Mis18-alpha","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","B8A4N0","Protein Mis18-alpha","si:dkey-71p21.8","A0A8M9PYB8","oip5","Protein Mis18-alpha","Opa-interacting protein 5","string-db","7955.ENSDARP00000122996/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","Q6DRD4","Protein Mis18-alpha","cenpl","A0A8M9PYB8","cenpl","Protein Mis18-alpha","Centromere protein L (CENP-L)","string-db","7955.ENSDARP00000056666/7955.ENSDARP00000051197","physical","txid7955" +"A0A8M9PYB8","Q803H4","Protein Mis18-alpha","cenpa","A0A8M9PYB8","cenpa","Protein Mis18-alpha","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","string-db","7955.ENSDARP00000153106/7955.ENSDARP00000051197","physical","txid7955" +"Q9DGD9","Q5I2W8","mapk8","nbn","mapk8","nbn","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","A0A140LG54","mapk8","Histone H2B","mapk8","si:dkey-23a13.22","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","X1WHF1","mapk8","Histone H2B","mapk8","si:dkey-261m9.6","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","F1QJB6","mapk8","non-specific serine/threonine protein kinase","mapk8","atm","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","E7F0N6","mapk8","Amyloid beta","mapk8","apbb1","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","string-db","7955.ENSDARP00000102273/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q6NZT5","mapk8","fj36h07","mapk8","jun","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","A0A0R4IQZ2","mapk8","zdhhc13","mapk8","zdhhc13","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","string-db","7955.ENSDARP00000142710/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","B8JKI8","mapk8","htatip","mapk8","kat5b","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q6PH06","mapk8","wu:fj60e01","mapk8","crkl","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","string-db","7955.ENSDARP00000037263/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","B3DJF8","mapk8","LOC570661","mapk8","LOC570661","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q5XJK2","mapk8","h2afx1","mapk8","h2ax1","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","X1WDH8","mapk8","Histone H2B","mapk8","si:dkey-261m9.19","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","R4GE15","mapk8","si:ch211-113a14.29","mapk8","si:ch211-113a14.22","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","F1QF74","mapk8","C-Jun-amino-terminal kinase-interacting protein 2","mapk8","mapk8ip2","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","string-db","7955.ENSDARP00000086466/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q5BJA5","mapk8",";","mapk8","-","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","A0A0R4IB08","mapk8","mapk8ip1","mapk8","A0A0R4IB08","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","string-db","7955.ENSDARP00000131169/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","A0A8M9QPT3","mapk8","fc38f05","mapk8","A0A8M9QPT3","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q6PC60","mapk8","hist2h2l","mapk8","hist2h2l","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q6DEM2","mapk8","fb34h10","mapk8","crk","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","A0A8N7UW22","mapk8","DNA repair protein RAD50","mapk8","A0A8N7UW22","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000012611","physical","txid7955" +"Q9DGD9","Q7ZTT0","mapk8","zgc:56685","mapk8","Q7ZTT0","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000012611","physical","txid7955" +"Q6PH06","B1NA68","wu:fj60e01","map2k4A","crkl","B1NA68","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","A0A2R8Q0D8","wu:fj60e01","Platelet-derived growth factor subunit B","crkl","A0A2R8Q0D8","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","A0A0R4IKK9","wu:fj60e01","zgc:123234","crkl","mapk10","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000134326/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","Q9DE49","wu:fj60e01","pdgfra","crkl","Q9DE49","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","Q6YBR5","wu:fj60e01","ngf","crkl","ngf","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","Q6DEM2","wu:fj60e01","fb34h10","crkl","crk","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","A4UU31","wu:fj60e01","MKK4B","crkl","map2k4b","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000101456/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","Q6P2U5","wu:fj60e01","arf6b","crkl","arf6b","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","ADP-ribosylation factor 6","string-db","7955.ENSDARP00000119598/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","B8JK68","wu:fj60e01","BCL2-like 11","crkl","B8JK68","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","BCL2-like 11","string-db","7955.ENSDARP00000097551/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","F1QLR7","wu:fj60e01","c-met","crkl","met","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","B5DE36","wu:fj60e01","zgc:175192","crkl","B5DE36","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","A8WG58","wu:fj60e01","Stress-activated protein kinase JNK","crkl","A8WG58","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000146032/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","E7F4B2","wu:fj60e01","GRF2","crkl","rapgef1b","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","A0A8M2BBW7","wu:fj60e01","si:dkey-97m3.4","crkl","A0A8M2BBW7","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","F1Q7S5","wu:fj60e01","fb11b01","crkl","gab1","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","E9QE29","wu:fj60e01","Stress-activated protein kinase JNK","crkl","mapk9","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000099157/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","F1Q8Z1","wu:fj60e01","Dedicator of cytokinesis 7","crkl","dock7","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","string-db","7955.ENSDARP00000042133/7955.ENSDARP00000037263","physical","txid7955" +"Q6PH06","Q6PC73","wu:fj60e01","grb2","crkl","grb2b","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000037263","physical","txid7955" +"E7F0N6","B8JKI8","Amyloid beta","htatip","apbb1","kat5b","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","A0A8N7UW22","Amyloid beta","DNA repair protein RAD50","apbb1","A0A8N7UW22","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","Q7ZTT0","Amyloid beta","zgc:56685","apbb1","Q7ZTT0","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","A0A140LG54","Amyloid beta","Histone H2B","apbb1","si:dkey-23a13.22","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","X1WDH8","Amyloid beta","Histone H2B","apbb1","si:dkey-261m9.19","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","A0A8M9QPT3","Amyloid beta","fc38f05","apbb1","A0A8M9QPT3","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","X1WHF1","Amyloid beta","Histone H2B","apbb1","si:dkey-261m9.6","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000102273","physical","txid7955" +"E7F0N6","R4GE15","Amyloid beta","si:ch211-113a14.29","apbb1","si:ch211-113a14.22","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000102273","physical","txid7955" +"Q6NZT5","Q9W7C0","fj36h07","Lymphocyte enhancer binding factor 1","jun","lef1","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q564A4","fj36h07","bcl2","jun","bcl2a","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q561S9","fj36h07","H2A","jun","hist1h2a3","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","E7FE07","fj36h07","si:ch211-113a14.16","jun","E7FE07","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q1LXX4","fj36h07","zgc:92354","jun","fosb","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","FBJ murine osteosarcoma viral oncogene homolog B (Protein fosB isoform X1)","string-db","7955.ENSDARP00000114070/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q4QRF4","fj36h07","; ;","jun","-","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","B3DJF8","fj36h07","LOC570661","jun","LOC570661","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","A0A140LGS2","fj36h07","Histone H2A","jun","si:ch1073-153i20.5","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q9I9P9","fj36h07","smad2","jun","smad2","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q71PD7","fj36h07","h2az2a","jun","h2az2a","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","A0A140LG54","fj36h07","Histone H2B","jun","si:dkey-23a13.22","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","E7EZX1","fj36h07","si:dkey-261m9.15","jun","hist1h2a5","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","A4FVM2","fj36h07","si:ch73-368j24.13","jun","A4FVM2","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","F1QGH7","fj36h07","ctnnb1","jun","ctnnb1","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q5BJA5","fj36h07",";","jun","-","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","F1QP65","fj36h07","Proto-oncogene c-Fos","jun","si:ch211-153j24.3","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Proto-oncogene c-Fos (Si:ch211-153j24.3)","string-db","7955.ENSDARP00000105362/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q7ZTT0","fj36h07","zgc:56685","jun","Q7ZTT0","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q5XJK2","fj36h07","h2afx1","jun","h2ax1","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","X1WBY3","fj36h07","G/T mismatch-specific thymine DNA glycosylase-like isoform X1","jun","tdg.2","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","G/T mismatch-specific thymine DNA glycosylase-like isoform X1 (Thymine DNA glycosylase, tandem duplicate 2)","string-db","7955.ENSDARP00000127725/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","P57717","fj36h07","esr1","jun","P57717","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","F1R5N6","fj36h07","bcl6","jun","bcl6aa","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","string-db","7955.ENSDARP00000107695/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","E7F5W3","fj36h07","si:dkey-108k21.26","jun","hist1h2a10","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q6PI20","fj36h07","h3f3a; h3f3b.1; h3-5; h3f3d","jun","h3f3a;h3f3b.1;h3-5;h3f3d","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","X1WHF1","fj36h07","Histone H2B","jun","si:dkey-261m9.6","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","B0V1Q6","fj36h07","si:dkey-251j8.3","jun","jund","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Transcription factor JunD (Transcription factor AP-1 subunit JunD)","string-db","7955.ENSDARP00000088526/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","R4GE15","fj36h07","si:ch211-113a14.29","jun","si:ch211-113a14.22","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q4FZZ7","fj36h07","hist1h2a2","jun","hist1h2a2","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","E7EXD7","fj36h07","si:dkey-261m9.11","jun","si:ch211-113a14.19","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q1L8J7","fj36h07","yap1","jun","yap1","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","string-db","7955.ENSDARP00000089684/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","X1WDH8","fj36h07","Histone H2B","jun","si:dkey-261m9.19","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","A8KBJ5","fj36h07","si:ch1073-153i20.2","jun","-","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000063911","physical","txid7955" +"Q6NZT5","Q6P0C9","fj36h07","fkd7","jun","foxa1","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000063911","physical","txid7955" +"F1QF74","A0A0R4IB08","C-Jun-amino-terminal kinase-interacting protein 2","mapk8ip1","mapk8ip2","A0A0R4IB08","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","string-db","7955.ENSDARP00000131169/7955.ENSDARP00000086466","physical","txid7955" +"F1QF74","A0A0R4IKK9","C-Jun-amino-terminal kinase-interacting protein 2","zgc:123234","mapk8ip2","mapk10","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000134326/7955.ENSDARP00000086466","physical","txid7955" +"F1QF74","E9QE29","C-Jun-amino-terminal kinase-interacting protein 2","Stress-activated protein kinase JNK","mapk8ip2","mapk9","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000099157/7955.ENSDARP00000086466","physical","txid7955" +"F1QF74","A8WG58","C-Jun-amino-terminal kinase-interacting protein 2","Stress-activated protein kinase JNK","mapk8ip2","A8WG58","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000146032/7955.ENSDARP00000086466","physical","txid7955" +"Q6DEM2","Q6PFT9","fb34h10","apbb1ip","crk","Q6PFT9","Adapter molecule crk","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","E9QE29","fb34h10","Stress-activated protein kinase JNK","crk","mapk9","Adapter molecule crk","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000099157/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","A0A0R4IKK9","fb34h10","zgc:123234","crk","mapk10","Adapter molecule crk","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000134326/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","A0JMN4","fb34h10","zgc:154049","crk","csk","Adapter molecule crk","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000088849/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","A4UU31","fb34h10","MKK4B","crk","map2k4b","Adapter molecule crk","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000101456/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","B5DE36","fb34h10","zgc:175192","crk","B5DE36","Adapter molecule crk","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q6NV39","fb34h10","im:7151147","crk","Q6NV39","Adapter molecule crk","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","E7F6M0","fb34h10","Cytoplasmic protein","crk","nck1b","Adapter molecule crk","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q1JPZ3","fb34h10","src","crk","Q1JPZ3","Adapter molecule crk","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","A0A2R8Q0D8","fb34h10","Platelet-derived growth factor subunit B","crk","A0A2R8Q0D8","Adapter molecule crk","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","F1Q5H9","fb34h10","frs2","crk","frs2b","Adapter molecule crk","Fibroblast growth factor receptor substrate 2b","string-db","7955.ENSDARP00000114775/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","F1QLR7","fb34h10","c-met","crk","met","Adapter molecule crk","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q6TEN1","fb34h10","rap1b","crk","rap1b","Adapter molecule crk","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","E7F9Z1","fb34h10","VWF","crk","vwf","Adapter molecule crk","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","B0S602","fb34h10","Fn","crk","fn1a","Adapter molecule crk","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","E7F4B2","fb34h10","GRF2","crk","rapgef1b","Adapter molecule crk","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","F1Q7S5","fb34h10","fb11b01","crk","gab1","Adapter molecule crk","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q6P2U5","fb34h10","arf6b","crk","arf6b","Adapter molecule crk","ADP-ribosylation factor 6","string-db","7955.ENSDARP00000119598/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","B1NA68","fb34h10","map2k4A","crk","B1NA68","Adapter molecule crk","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q7T163","fb34h10","kidins220b","crk","Q7T163","Adapter molecule crk","Kinase D-interacting substrate of 220 kDa B (Ankyrin repeat-rich membrane-spanning protein B)","string-db","7955.ENSDARP00000122680/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","E7F020","fb34h10","Fibroblast growth factor receptor substrate 2","crk","E7F020","Adapter molecule crk","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q6PC73","fb34h10","grb2","crk","grb2b","Adapter molecule crk","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","A8WG58","fb34h10","Stress-activated protein kinase JNK","crk","A8WG58","Adapter molecule crk","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000146032/7955.ENSDARP00000072488","physical","txid7955" +"Q6DEM2","Q9DE49","fb34h10","pdgfra","crk","Q9DE49","Adapter molecule crk","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000072488","physical","txid7955" +"A0A0R4IB08","A8WG58","mapk8ip1","Stress-activated protein kinase JNK","A0A0R4IB08","A8WG58","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000146032/7955.ENSDARP00000131169","physical","txid7955" +"A0A0R4IB08","A0A0R4IKK9","mapk8ip1","zgc:123234","A0A0R4IB08","mapk10","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","Stress-activated protein kinase JNK (EC 2.7.11.24)","string-db","7955.ENSDARP00000134326/7955.ENSDARP00000131169","physical","txid7955" +"Q567F1","F1RDG9","zgc:112091","fynb","Q567F1","fynb","GRB2-related adaptor protein 2 (Zgc:112091)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","A0A286Y8W8","zgc:112091","Guanine nucleotide exchange factor VAV2 isoform X5","Q567F1","vav2","GRB2-related adaptor protein 2 (Zgc:112091)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","Q6PC73","zgc:112091","grb2","Q567F1","grb2b","GRB2-related adaptor protein 2 (Zgc:112091)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","F1QM89","zgc:112091","sc:d0645","Q567F1","F1QM89","GRB2-related adaptor protein 2 (Zgc:112091)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","A0A8M1QVE3","zgc:112091","Si:dkey-1h24.6","Q567F1","A0A8M1QVE3","GRB2-related adaptor protein 2 (Zgc:112091)","Si:dkey-1h24.6","string-db","7955.ENSDARP00000121388/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","Q8JFR5","zgc:112091","kita","Q567F1","kita","GRB2-related adaptor protein 2 (Zgc:112091)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","Q7ZSZ9","zgc:112091","rac1","Q567F1","rac1a","GRB2-related adaptor protein 2 (Zgc:112091)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","E7F3T0","zgc:112091","SHC-transforming protein 1","Q567F1","shc1","GRB2-related adaptor protein 2 (Zgc:112091)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","F8W3B7","zgc:112091","Tyrosine-protein kinase","Q567F1","btk","GRB2-related adaptor protein 2 (Zgc:112091)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","Q56JH6","zgc:112091","kitla","Q567F1","Q56JH6","GRB2-related adaptor protein 2 (Zgc:112091)","Kit ligand (Mast cell growth factor) (Stem cell factor) (c-Kit ligand)","string-db","7955.ENSDARP00000101828/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","Q1RLY5","zgc:112091","zgc:136695","Q567F1","lck","GRB2-related adaptor protein 2 (Zgc:112091)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","B0S6C8","zgc:112091","fk86g11","Q567F1","B0S6C8","GRB2-related adaptor protein 2 (Zgc:112091)","Guanine nucleotide exchange factor VAV3 isoform X2 (Vav 3 guanine nucleotide exchange factor b)","string-db","7955.ENSDARP00000099666/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","E9QDH7","zgc:112091","Si:ch211-67e16.3","Q567F1","E9QDH7","GRB2-related adaptor protein 2 (Zgc:112091)","Si:ch211-67e16.3","string-db","7955.ENSDARP00000117942/7955.ENSDARP00000012720","physical","txid7955" +"Q567F1","F6NYV8","zgc:112091","si:ch211-67e16.2","Q567F1","F6NYV8","GRB2-related adaptor protein 2 (Zgc:112091)","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","string-db","7955.ENSDARP00000114088/7955.ENSDARP00000012720","physical","txid7955" +"F8W3B7","Q803H5","Tyrosine-protein kinase","gnb1l","btk","gnb1b","Tyrosine-protein kinase (EC 2.7.10.2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000124430","physical","txid7955" +"F8W3B7","A0A286Y8W8","Tyrosine-protein kinase","Guanine nucleotide exchange factor VAV2 isoform X5","btk","vav2","Tyrosine-protein kinase (EC 2.7.10.2)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000124430","physical","txid7955" +"F8W3B7","A1L271","Tyrosine-protein kinase","gnb5a","btk","gnb5a","Tyrosine-protein kinase (EC 2.7.10.2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000124430","physical","txid7955" +"F8W3B7","A0A0G2L6W9","Tyrosine-protein kinase","Guanine nucleotide-binding protein subunit gamma","btk","A0A0G2L6W9","Tyrosine-protein kinase (EC 2.7.10.2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000124430","physical","txid7955" +"F8W3B7","A0A2R8RKX9","Tyrosine-protein kinase","zgc:101614","btk","A0A2R8RKX9","Tyrosine-protein kinase (EC 2.7.10.2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000124430","physical","txid7955" +"F6NYV8","E9QDH7","si:ch211-67e16.2","Si:ch211-67e16.3","F6NYV8","E9QDH7","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","Si:ch211-67e16.3","string-db","7955.ENSDARP00000117942/7955.ENSDARP00000114088","physical","txid7955" +"F6NYV8","F1QAD7","si:ch211-67e16.2","phosphatidylinositol-4,5-bisphosphate 3-kinase","F6NYV8","pik3ca","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000114088","physical","txid7955" +"F6NYV8","A0A8M1QVE3","si:ch211-67e16.2","Si:dkey-1h24.6","F6NYV8","A0A8M1QVE3","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","Si:dkey-1h24.6","string-db","7955.ENSDARP00000121388/7955.ENSDARP00000114088","physical","txid7955" +"F6NYV8","Q1RLY5","si:ch211-67e16.2","zgc:136695","F6NYV8","lck","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000114088","physical","txid7955" +"F6NYV8","F1QM89","si:ch211-67e16.2","sc:d0645","F6NYV8","F1QM89","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000114088","physical","txid7955" +"F6NYV8","Q6PC73","si:ch211-67e16.2","grb2","F6NYV8","grb2b","Cd28-like molecule (Uncharacterized protein si:ch211-67e16.2 isoform X1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000114088","physical","txid7955" +"E9QDH7","Q6PC73","Si:ch211-67e16.3","grb2","E9QDH7","grb2b","Si:ch211-67e16.3","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000117942","physical","txid7955" +"E9QDH7","F1QM89","Si:ch211-67e16.3","sc:d0645","E9QDH7","F1QM89","Si:ch211-67e16.3","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000117942","physical","txid7955" +"E9QDH7","A0A8M1QVE3","Si:ch211-67e16.3","Si:dkey-1h24.6","E9QDH7","A0A8M1QVE3","Si:ch211-67e16.3","Si:dkey-1h24.6","string-db","7955.ENSDARP00000121388/7955.ENSDARP00000117942","physical","txid7955" +"E9QDH7","F1QAD7","Si:ch211-67e16.3","phosphatidylinositol-4,5-bisphosphate 3-kinase","E9QDH7","pik3ca","Si:ch211-67e16.3","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000117942","physical","txid7955" +"E9QDH7","Q1RLY5","Si:ch211-67e16.3","zgc:136695","E9QDH7","lck","Si:ch211-67e16.3","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000117942","physical","txid7955" +"A0A8M1QVE3","F1QM89","Si:dkey-1h24.6","sc:d0645","A0A8M1QVE3","F1QM89","Si:dkey-1h24.6","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000121388","physical","txid7955" +"A0A8M1QVE3","F1QAD7","Si:dkey-1h24.6","phosphatidylinositol-4,5-bisphosphate 3-kinase","A0A8M1QVE3","pik3ca","Si:dkey-1h24.6","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000121388","physical","txid7955" +"A0A8M1QVE3","Q6PC73","Si:dkey-1h24.6","grb2","A0A8M1QVE3","grb2b","Si:dkey-1h24.6","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000121388","physical","txid7955" +"A0A8M1QVE3","Q1RLY5","Si:dkey-1h24.6","zgc:136695","A0A8M1QVE3","lck","Si:dkey-1h24.6","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000121388","physical","txid7955" +"E7FE10","A0A0R4IAT9","Stromal interaction molecule 2","si:ch211-112l17.2","E7FE10","A0A0R4IAT9","Stromal interaction molecule 2","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","string-db","7955.ENSDARP00000131780/7955.ENSDARP00000012749","physical","txid7955" +"E7FE10","F6P4G9","Stromal interaction molecule 2","si:dkey-261j4.7","E7FE10","orai2","Stromal interaction molecule 2","ORAI calcium release-activated calcium modulator 2 (Protein orai-2)","string-db","7955.ENSDARP00000121457/7955.ENSDARP00000012749","physical","txid7955" +"F6P4G9","A0A0R4IAT9","si:dkey-261j4.7","si:ch211-112l17.2","orai2","A0A0R4IAT9","ORAI calcium release-activated calcium modulator 2 (Protein orai-2)","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","string-db","7955.ENSDARP00000131780/7955.ENSDARP00000121457","physical","txid7955" +"F6P4G9","A0A0R4IYV8","si:dkey-261j4.7","Calcium release-activated calcium channel protein 1","orai2","A0A0R4IYV8","ORAI calcium release-activated calcium modulator 2 (Protein orai-2)","Calcium release-activated calcium channel protein 1 (Protein orai-1) (Transmembrane protein 142A)","string-db","7955.ENSDARP00000141158/7955.ENSDARP00000121457","physical","txid7955" +"A0A0R4IAT9","A0A0R4IM91","si:ch211-112l17.2","trpc4a","A0A0R4IAT9","trpc4b","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","Transient receptor potential cation channel, subfamily C, member 4b","string-db","7955.ENSDARP00000136413/7955.ENSDARP00000131780","physical","txid7955" +"Q6R8J2","E7F6P4","heg","Ras-interacting protein 1","Q6R8J2","E7F6P4","Protein HEG (Heart of glass)","Ras-interacting protein 1","string-db","7955.ENSDARP00000128128/7955.ENSDARP00000012786","physical","txid7955" +"Q6R8J2","F1REV3","heg","krit1","Q6R8J2","F1REV3","Protein HEG (Heart of glass)","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000012786","physical","txid7955" +"Q6R8J2","F1QGH7","heg","ctnnb1","Q6R8J2","ctnnb1","Protein HEG (Heart of glass)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000012786","physical","txid7955" +"F1REV3","F1QGH7","krit1","ctnnb1","F1REV3","ctnnb1","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000138856","physical","txid7955" +"E7F6P4","F1QGH7","Ras-interacting protein 1","ctnnb1","E7F6P4","ctnnb1","Ras-interacting protein 1","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000128128","physical","txid7955" +"E7F6P4","F1REV3","Ras-interacting protein 1","krit1","E7F6P4","F1REV3","Ras-interacting protein 1","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000128128","physical","txid7955" +"A6H8I0","A0A140LGS2","usp22","Histone H2A","usp22","si:ch1073-153i20.5","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q4FZZ7","usp22","hist1h2a2","usp22","hist1h2a2","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","E7EZX1","usp22","si:dkey-261m9.15","usp22","hist1h2a5","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","E7FE07","usp22","si:ch211-113a14.16","usp22","E7FE07","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","R4GE15","usp22","si:ch211-113a14.29","usp22","si:ch211-113a14.22","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","X1WHF1","usp22","Histone H2B","usp22","si:dkey-261m9.6","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","E7EXD7","usp22","si:dkey-261m9.11","usp22","si:ch211-113a14.19","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q1LVD6","usp22","si:dkey-72l14.8","usp22","taf10","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Transcription initiation factor TFIID subunit 10","string-db","7955.ENSDARP00000090137/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","F1QDT4","usp22","TAF2G","usp22","taf9","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q561S9","usp22","H2A","usp22","hist1h2a3","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","E7F640","usp22","Ataxin 7","usp22","atxn7","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Ataxin 7 (Ataxin-7 isoform X1)","string-db","7955.ENSDARP00000097837/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q5BJA5","usp22",";","usp22","-","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q7ZTT0","usp22","zgc:56685","usp22","Q7ZTT0","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","F1QFS9","usp22","usp13","usp22","F1QFS9","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Ubiquitin carboxyl-terminal hydrolase 13 (EC 3.4.19.12) (Deubiquitinating enzyme 13) (Ubiquitin thioesterase 13) (Ubiquitin-specific-processing protease 13)","string-db","7955.ENSDARP00000065292/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","E7F5W3","usp22","si:dkey-108k21.26","usp22","hist1h2a10","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","A4FVM2","usp22","si:ch73-368j24.13","usp22","A4FVM2","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","X1WDH8","usp22","Histone H2B","usp22","si:dkey-261m9.19","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","A0A140LG54","usp22","Histone H2B","usp22","si:dkey-23a13.22","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q5XJK2","usp22","h2afx1","usp22","h2ax1","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","A0A0R4ITC5","usp22","trrap","usp22","trrap","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","Q7SY21","usp22","tada3","usp22","Q7SY21","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Transcriptional adapter 3 (ADA3 homolog) (Transcriptional adapter 3-like) (ADA3-like protein)","string-db","7955.ENSDARP00000075497/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","B3DJF8","usp22","LOC570661","usp22","LOC570661","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000059142","physical","txid7955" +"A6H8I0","A0A0R4IXF6","usp22","kat2a","usp22","kat2a","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000059142","physical","txid7955" +"E7F640","X1WDH8","Ataxin 7","Histone H2B","atxn7","si:dkey-261m9.19","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","R4GE15","Ataxin 7","si:ch211-113a14.29","atxn7","si:ch211-113a14.22","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","X1WHF1","Ataxin 7","Histone H2B","atxn7","si:dkey-261m9.6","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","Q5BJA5","Ataxin 7",";","atxn7","-","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","A0A140LGS2","Ataxin 7","Histone H2A","atxn7","si:ch1073-153i20.5","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","E7EZX1","Ataxin 7","si:dkey-261m9.15","atxn7","hist1h2a5","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","A0A140LG54","Ataxin 7","Histone H2B","atxn7","si:dkey-23a13.22","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","Q7ZTT0","Ataxin 7","zgc:56685","atxn7","Q7ZTT0","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","A4FVM2","Ataxin 7","si:ch73-368j24.13","atxn7","A4FVM2","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","A0A0R4ITC5","Ataxin 7","trrap","atxn7","trrap","Ataxin 7 (Ataxin-7 isoform X1)","Transformation/transcription domain-associated protein","string-db","7955.ENSDARP00000137625/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","E7EXD7","Ataxin 7","si:dkey-261m9.11","atxn7","si:ch211-113a14.19","Ataxin 7 (Ataxin-7 isoform X1)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","A0A0R4IXF6","Ataxin 7","kat2a","atxn7","kat2a","Ataxin 7 (Ataxin-7 isoform X1)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000097837","physical","txid7955" +"E7F640","F1QDT4","Ataxin 7","TAF2G","atxn7","taf9","Ataxin 7 (Ataxin-7 isoform X1)","Transcription initiation factor TFIID subunit 9","string-db","7955.ENSDARP00000098102/7955.ENSDARP00000097837","physical","txid7955" +"Q5BLF0","P79735","nmd3","ran","nmd3","ran","60S ribosomal export protein NMD3","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","string-db","7955.ENSDARP00000108629/7955.ENSDARP00000012858","physical","txid7955" +"P53405","Q90421","isl1","lhx3","isl1","Q90421","Insulin gene enhancer protein isl-1 (Islet-1)","LIM/homeobox protein Lhx3 (LIM homeobox protein 3) (Homeobox protein LIM-3)","string-db","7955.ENSDARP00000087936/7955.ENSDARP00000012903","physical","txid7955" +"P53405","O93599","isl1","STAT3b1","isl1","stat3","Insulin gene enhancer protein isl-1 (Islet-1)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000012903","physical","txid7955" +"Q90421","O93599","lhx3","STAT3b1","Q90421","stat3","LIM/homeobox protein Lhx3 (LIM homeobox protein 3) (Homeobox protein LIM-3)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000087936","physical","txid7955" +"A0A8M1Q1X6","Q58EG3","Ephrin-A3","nectin3","A0A8M1Q1X6","nectin3","Ephrin-A3","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","psicquic","19765300;26190107","physical","txid7955" +"A0A8M1Q1X6","Q5VSJ4","Ephrin-A3","fc51g03","A0A8M1Q1X6","Q5VSJ4","Ephrin-A3","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000012943","physical","txid7955" +"A0A8M1Q1X6","O13148","Ephrin-A3","epha4a","A0A8M1Q1X6","O13148","Ephrin-A3","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000012943","physical","txid7955" +"E9QJ30","A0A2R8Q1W5","klhl40b","keap1b","E9QJ30","keap1b","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q08CL3","klhl40b","kbtbd8","E9QJ30","Q08CL3","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","F1R5K5","klhl40b","wu:fi06b02","E9QJ30","tnfaip1","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A0A0R4IP02","klhl40b","wu:fc15b07","E9QJ30","A0A0R4IP02","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q6DEL7","klhl40b","klhl15","E9QJ30","Q6DEL7","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 15","string-db","7955.ENSDARP00000025618/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A0JMG1","klhl40b","spoplb","E9QJ30","A0JMG1","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q0P490","klhl40b","zgc:153278","E9QJ30","Q0P490","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","string-db","7955.ENSDARP00000033638/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q6P7X5","klhl40b","wu:fb30g12","E9QJ30","kctd10","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q7T330","klhl40b","spop","E9QJ30","Q7T330","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q6NYY3","klhl40b","zgc:77244","E9QJ30","Q6NYY3","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","string-db","7955.ENSDARP00000025832/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q6DC93","klhl40b","pef1","E9QJ30","pef1","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","string-db","7955.ENSDARP00000033243/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","E7F6F9","klhl40b","klhl3","E9QJ30","E7F6F9","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q5BL35","klhl40b","spopla","E9QJ30","spopla","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Speckle-type POZ protein-like A (HIB homolog 2)","string-db","7955.ENSDARP00000026361/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A9ULR9","klhl40b","kctd13","E9QJ30","kctd13","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","F1Q9R3","klhl40b","Kelch-like protein 22","E9QJ30","F1Q9R3","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A0A0R4ICR0","klhl40b","wu:fc15b07","E9QJ30","klhl13","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A2RRV4","klhl40b","zgc:158266","E9QJ30","klhl8","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q6NYM1","klhl40b","klhl21","E9QJ30","klhl21","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","U3JA92","klhl40b","BTB/POZ domain-containing protein KCTD5-like isoform X2","E9QJ30","kctd17","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","F6NVK8","klhl40b","cul3","E9QJ30","cul3a","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A0A2R8QC39","klhl40b","LOC101886608","E9QJ30","A0A2R8QC39","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","Q5U374","klhl40b","klhl12","E9QJ30","Q5U374","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","E9QHV0","klhl40b","Kelch-like protein 9 isoform X1","E9QJ30","E9QHV0","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","B3DIV9","klhl40b","klhl40a","E9QJ30","B3DIV9","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","B3DIU1","klhl40b","cul3","E9QJ30","cul3b","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000012991","physical","txid7955" +"E9QJ30","A0A0G2KCH4","klhl40b","klhl25","E9QJ30","A0A0G2KCH4","Kelch-like protein 40b (Kelch repeat and BTB domain-containing protein 5b)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000012991","physical","txid7955" +"A0JMG1","U3JA92","spoplb","BTB/POZ domain-containing protein KCTD5-like isoform X2","A0JMG1","kctd17","Speckle-type POZ protein-like B (HIB homolog 3)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","F1Q9R3","spoplb","Kelch-like protein 22","A0JMG1","F1Q9R3","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A0A0G2KCH4","spoplb","klhl25","A0JMG1","A0A0G2KCH4","Speckle-type POZ protein-like B (HIB homolog 3)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","E9QHV0","spoplb","Kelch-like protein 9 isoform X1","A0JMG1","E9QHV0","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","Q5U374","spoplb","klhl12","A0JMG1","Q5U374","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A0A2R8QC39","spoplb","LOC101886608","A0JMG1","A0A2R8QC39","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","E7F6F9","spoplb","klhl3","A0JMG1","E7F6F9","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","Q7T330","spoplb","spop","A0JMG1","Q7T330","Speckle-type POZ protein-like B (HIB homolog 3)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A0A0R4ICR0","spoplb","wu:fc15b07","A0JMG1","klhl13","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","Q6P7X5","spoplb","wu:fb30g12","A0JMG1","kctd10","Speckle-type POZ protein-like B (HIB homolog 3)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A0A2R8Q1W5","spoplb","keap1b","A0JMG1","keap1b","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","Q6NYM1","spoplb","klhl21","A0JMG1","klhl21","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A0A0R4IP02","spoplb","wu:fc15b07","A0JMG1","A0A0R4IP02","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","A2RRV4","spoplb","zgc:158266","A0JMG1","klhl8","Speckle-type POZ protein-like B (HIB homolog 3)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000103804","physical","txid7955" +"A0JMG1","B3DIU1","spoplb","cul3","A0JMG1","cul3b","Speckle-type POZ protein-like B (HIB homolog 3)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000103804","physical","txid7955" +"F1R5K5","Q5U374","wu:fi06b02","klhl12","tnfaip1","Q5U374","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q6PC71","wu:fi06b02","arhe","tnfaip1","rnd3a","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q0P4B0","wu:fi06b02","Rho","tnfaip1","Q0P4B0","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0A2R8Q1W5","wu:fi06b02","keap1b","tnfaip1","keap1b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A9ULR9","wu:fi06b02","kctd13","tnfaip1","kctd13","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","E7F6F9","wu:fi06b02","klhl3","tnfaip1","E7F6F9","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0A0G2KCH4","wu:fi06b02","klhl25","tnfaip1","A0A0G2KCH4","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q6P7X5","wu:fi06b02","wu:fb30g12","tnfaip1","kctd10","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q6NYM1","wu:fi06b02","klhl21","tnfaip1","klhl21","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0JMG1","wu:fi06b02","spoplb","tnfaip1","A0JMG1","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0A2R8QC39","wu:fi06b02","LOC101886608","tnfaip1","A0A2R8QC39","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A2RRV4","wu:fi06b02","zgc:158266","tnfaip1","klhl8","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","E9QHV0","wu:fi06b02","Kelch-like protein 9 isoform X1","tnfaip1","E9QHV0","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0A0R4ICR0","wu:fi06b02","wu:fc15b07","tnfaip1","klhl13","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","B3DIU1","wu:fi06b02","cul3","tnfaip1","cul3b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","A0A0R4IP02","wu:fi06b02","wu:fc15b07","tnfaip1","A0A0R4IP02","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q08CL3","wu:fi06b02","kbtbd8","tnfaip1","Q08CL3","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","Q7T330","wu:fi06b02","spop","tnfaip1","Q7T330","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","U3JA92","wu:fi06b02","BTB/POZ domain-containing protein KCTD5-like isoform X2","tnfaip1","kctd17","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000060934","physical","txid7955" +"F1R5K5","F1Q9R3","wu:fi06b02","Kelch-like protein 22","tnfaip1","F1Q9R3","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000060934","physical","txid7955" +"Q6DEL7","F6NVK8","klhl15","cul3","Q6DEL7","cul3a","Kelch-like protein 15","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q5U374","klhl15","klhl12","Q6DEL7","Q5U374","Kelch-like protein 15","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","F1Q9R3","klhl15","Kelch-like protein 22","Q6DEL7","F1Q9R3","Kelch-like protein 15","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0A0G2KCH4","klhl15","klhl25","Q6DEL7","A0A0G2KCH4","Kelch-like protein 15","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q7T330","klhl15","spop","Q6DEL7","Q7T330","Kelch-like protein 15","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q6NYM1","klhl15","klhl21","Q6DEL7","klhl21","Kelch-like protein 15","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0A2R8QC39","klhl15","LOC101886608","Q6DEL7","A0A2R8QC39","Kelch-like protein 15","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","B3DIV9","klhl15","klhl40a","Q6DEL7","B3DIV9","Kelch-like protein 15","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","U3JA92","klhl15","BTB/POZ domain-containing protein KCTD5-like isoform X2","Q6DEL7","kctd17","Kelch-like protein 15","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q5BL35","klhl15","spopla","Q6DEL7","spopla","Kelch-like protein 15","Speckle-type POZ protein-like A (HIB homolog 2)","string-db","7955.ENSDARP00000026361/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A2RRV4","klhl15","zgc:158266","Q6DEL7","klhl8","Kelch-like protein 15","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","E7F6F9","klhl15","klhl3","Q6DEL7","E7F6F9","Kelch-like protein 15","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A9ULR9","klhl15","kctd13","Q6DEL7","kctd13","Kelch-like protein 15","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","E9QHV0","klhl15","Kelch-like protein 9 isoform X1","Q6DEL7","E9QHV0","Kelch-like protein 15","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q08CL3","klhl15","kbtbd8","Q6DEL7","Q08CL3","Kelch-like protein 15","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0A0R4IP02","klhl15","wu:fc15b07","Q6DEL7","A0A0R4IP02","Kelch-like protein 15","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q0P490","klhl15","zgc:153278","Q6DEL7","Q0P490","Kelch-like protein 15","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","string-db","7955.ENSDARP00000033638/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","B3DIU1","klhl15","cul3","Q6DEL7","cul3b","Kelch-like protein 15","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q6P7X5","klhl15","wu:fb30g12","Q6DEL7","kctd10","Kelch-like protein 15","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0A0R4ICR0","klhl15","wu:fc15b07","Q6DEL7","klhl13","Kelch-like protein 15","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q6NYY3","klhl15","zgc:77244","Q6DEL7","Q6NYY3","Kelch-like protein 15","BTB/POZ domain-containing protein KCTD5 (Potassium channel tetramerization domain-containing 5a) (Zgc:77244)","string-db","7955.ENSDARP00000025832/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","F1R5K5","klhl15","wu:fi06b02","Q6DEL7","tnfaip1","Kelch-like protein 15","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0A2R8Q1W5","klhl15","keap1b","Q6DEL7","keap1b","Kelch-like protein 15","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","Q6DC93","klhl15","pef1","Q6DEL7","pef1","Kelch-like protein 15","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","string-db","7955.ENSDARP00000033243/7955.ENSDARP00000025618","physical","txid7955" +"Q6DEL7","A0JMG1","klhl15","spoplb","Q6DEL7","A0JMG1","Kelch-like protein 15","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000025618","physical","txid7955" +"A0A0R4IP02","E9QHV0","wu:fc15b07","Kelch-like protein 9 isoform X1","A0A0R4IP02","E9QHV0","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000137085","physical","txid7955" +"A0A0R4IP02","A0A2R8QC39","wu:fc15b07","LOC101886608","A0A0R4IP02","A0A2R8QC39","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000137085","physical","txid7955" +"A0A0R4IP02","E7F6F9","wu:fc15b07","klhl3","A0A0R4IP02","E7F6F9","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000137085","physical","txid7955" +"Q08CL3","A2RRV4","kbtbd8","zgc:158266","Q08CL3","klhl8","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A0R4IUU4","kbtbd8","NEDD8-conjugating enzyme Ubc12","Q08CL3","si:ch1073-205c8.3","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","E7F6F9","kbtbd8","klhl3","Q08CL3","E7F6F9","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q7T330","kbtbd8","spop","Q08CL3","Q7T330","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A2R8QC39","kbtbd8","LOC101886608","Q08CL3","A0A2R8QC39","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q5U374","kbtbd8","klhl12","Q08CL3","Q5U374","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A2R8Q1W5","kbtbd8","keap1b","Q08CL3","keap1b","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q6NYM1","kbtbd8","klhl21","Q08CL3","klhl21","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A0R4IP02","kbtbd8","wu:fc15b07","Q08CL3","A0A0R4IP02","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0JMG1","kbtbd8","spoplb","Q08CL3","A0JMG1","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","F1Q509","kbtbd8","zgc:153556","Q08CL3","commd4","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","E9QCG0","kbtbd8","COMM domain-containing protein 6","Q08CL3","commd6","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A0G2KCH4","kbtbd8","klhl25","Q08CL3","A0A0G2KCH4","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q6P7X5","kbtbd8","wu:fb30g12","Q08CL3","kctd10","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q5RHX6","kbtbd8","dcun1d4","Q08CL3","Q5RHX6","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","E9QHV0","kbtbd8","Kelch-like protein 9 isoform X1","Q08CL3","E9QHV0","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","B3DIU1","kbtbd8","cul3","Q08CL3","cul3b","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","U3JA92","kbtbd8","BTB/POZ domain-containing protein KCTD5-like isoform X2","Q08CL3","kctd17","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","A0A0R4ICR0","kbtbd8","wu:fc15b07","Q08CL3","klhl13","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","Q6NXC6","kbtbd8","wu:fi47e09","Q08CL3","Q6NXC6","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000094847","physical","txid7955" +"Q08CL3","F1Q9R3","kbtbd8","Kelch-like protein 22","Q08CL3","F1Q9R3","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000094847","physical","txid7955" +"E7F6F9","A0A2R8QC39","klhl3","LOC101886608","E7F6F9","A0A2R8QC39","Kelch-like protein 3","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000142614","physical","txid7955" +"E7F6F9","E9QHV0","klhl3","Kelch-like protein 9 isoform X1","E7F6F9","E9QHV0","Kelch-like protein 3","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000142614","physical","txid7955" +"A2RRV4","A0A2R8QC39","zgc:158266","LOC101886608","klhl8","A0A2R8QC39","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000135163","physical","txid7955" +"A2RRV4","E9QHV0","zgc:158266","Kelch-like protein 9 isoform X1","klhl8","E9QHV0","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000135163","physical","txid7955" +"A2RRV4","A0A0R4IP02","zgc:158266","wu:fc15b07","klhl8","A0A0R4IP02","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000135163","physical","txid7955" +"A2RRV4","E7F6F9","zgc:158266","klhl3","klhl8","E7F6F9","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000135163","physical","txid7955" +"B3DIV9","A0A0R4ICR0","klhl40a","wu:fc15b07","B3DIV9","klhl13","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A9ULR9","klhl40a","kctd13","B3DIV9","kctd13","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","Q6P7X5","klhl40a","wu:fb30g12","B3DIV9","kctd10","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","B3DIU1","klhl40a","cul3","B3DIV9","cul3b","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A0A0G2KCH4","klhl40a","klhl25","B3DIV9","A0A0G2KCH4","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","Q6NYM1","klhl40a","klhl21","B3DIV9","klhl21","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","F1Q9R3","klhl40a","Kelch-like protein 22","B3DIV9","F1Q9R3","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","U3JA92","klhl40a","BTB/POZ domain-containing protein KCTD5-like isoform X2","B3DIV9","kctd17","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A0JMG1","klhl40a","spoplb","B3DIV9","A0JMG1","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A0A2R8Q1W5","klhl40a","keap1b","B3DIV9","keap1b","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","E9QHV0","klhl40a","Kelch-like protein 9 isoform X1","B3DIV9","E9QHV0","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","E7F6F9","klhl40a","klhl3","B3DIV9","E7F6F9","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","F1R5K5","klhl40a","wu:fi06b02","B3DIV9","tnfaip1","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A2RRV4","klhl40a","zgc:158266","B3DIV9","klhl8","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","Q08CL3","klhl40a","kbtbd8","B3DIV9","Q08CL3","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A0A0R4IP02","klhl40a","wu:fc15b07","B3DIV9","A0A0R4IP02","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","Q7T330","klhl40a","spop","B3DIV9","Q7T330","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","A0A2R8QC39","klhl40a","LOC101886608","B3DIV9","A0A2R8QC39","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000057021","physical","txid7955" +"B3DIV9","Q5U374","klhl40a","klhl12","B3DIV9","Q5U374","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000057021","physical","txid7955" +"Q7T330","A0A2R8QC39","spop","LOC101886608","Q7T330","A0A2R8QC39","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","E9QHV0","spop","Kelch-like protein 9 isoform X1","Q7T330","E9QHV0","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","Q5U374","spop","klhl12","Q7T330","Q5U374","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","E7F6F9","spop","klhl3","Q7T330","E7F6F9","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","A0A0R4ICR0","spop","wu:fc15b07","Q7T330","klhl13","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","B3DIU1","spop","cul3","Q7T330","cul3b","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","A2RRV4","spop","zgc:158266","Q7T330","klhl8","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000130146","physical","txid7955" +"Q7T330","A0A0R4IP02","spop","wu:fc15b07","Q7T330","A0A0R4IP02","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000130146","physical","txid7955" +"Q5BL35","Q6DC93","spopla","pef1","spopla","pef1","Speckle-type POZ protein-like A (HIB homolog 2)","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","string-db","7955.ENSDARP00000033243/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","B3DIU1","spopla","cul3","spopla","cul3b","Speckle-type POZ protein-like A (HIB homolog 2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q0P490","spopla","zgc:153278","spopla","Q0P490","Speckle-type POZ protein-like A (HIB homolog 2)","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","string-db","7955.ENSDARP00000033638/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q6P7X5","spopla","wu:fb30g12","spopla","kctd10","Speckle-type POZ protein-like A (HIB homolog 2)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A4FUL3","spopla","im:7137515","spopla","rbx1","Speckle-type POZ protein-like A (HIB homolog 2)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q6NYM1","spopla","klhl21","spopla","klhl21","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0A0R4ICR0","spopla","wu:fc15b07","spopla","klhl13","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","F1Q9R3","spopla","Kelch-like protein 22","spopla","F1Q9R3","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0A2R8QC39","spopla","LOC101886608","spopla","A0A2R8QC39","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0A0R4IP02","spopla","wu:fc15b07","spopla","A0A0R4IP02","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0A2R8Q1W5","spopla","keap1b","spopla","keap1b","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0JMG1","spopla","spoplb","spopla","A0JMG1","Speckle-type POZ protein-like A (HIB homolog 2)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A2RRV4","spopla","zgc:158266","spopla","klhl8","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","U3JA92","spopla","BTB/POZ domain-containing protein KCTD5-like isoform X2","spopla","kctd17","Speckle-type POZ protein-like A (HIB homolog 2)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","E7F6F9","spopla","klhl3","spopla","E7F6F9","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A0A0G2KCH4","spopla","klhl25","spopla","A0A0G2KCH4","Speckle-type POZ protein-like A (HIB homolog 2)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","F6NVK8","spopla","cul3","spopla","cul3a","Speckle-type POZ protein-like A (HIB homolog 2)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q08CL3","spopla","kbtbd8","spopla","Q08CL3","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","B3DIV9","spopla","klhl40a","spopla","B3DIV9","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q5U374","spopla","klhl12","spopla","Q5U374","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","A9ULR9","spopla","kctd13","spopla","kctd13","Speckle-type POZ protein-like A (HIB homolog 2)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","Q7T330","spopla","spop","spopla","Q7T330","Speckle-type POZ protein-like A (HIB homolog 2)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","E9QHV0","spopla","Kelch-like protein 9 isoform X1","spopla","E9QHV0","Speckle-type POZ protein-like A (HIB homolog 2)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000026361","physical","txid7955" +"Q5BL35","F1R5K5","spopla","wu:fi06b02","spopla","tnfaip1","Speckle-type POZ protein-like A (HIB homolog 2)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000026361","physical","txid7955" +"Q5U374","Q7SZE5","klhl12","sec23a","Q5U374","Q7SZE5","Kelch-like protein 12","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","E9QHV0","klhl12","Kelch-like protein 9 isoform X1","Q5U374","E9QHV0","Kelch-like protein 12","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","B3DIU1","klhl12","cul3","Q5U374","cul3b","Kelch-like protein 12","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","A0A0R4IMX2","klhl12","im:7145364","Q5U374","A0A0R4IMX2","Kelch-like protein 12","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","A0A2R8QC39","klhl12","LOC101886608","Q5U374","A0A2R8QC39","Kelch-like protein 12","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","E7F6F9","klhl12","klhl3","Q5U374","E7F6F9","Kelch-like protein 12","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","Q6PBX2","klhl12","sara2","Q5U374","sar1b","Kelch-like protein 12","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","A2RRV4","klhl12","zgc:158266","Q5U374","klhl8","Kelch-like protein 12","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","A0A0R4IP02","klhl12","wu:fc15b07","Q5U374","A0A0R4IP02","Kelch-like protein 12","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000131425","physical","txid7955" +"Q5U374","E7F737","klhl12","dvl3","Q5U374","dvl3b","Kelch-like protein 12","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000131425","physical","txid7955" +"A0A0R4ICR0","B3DIU1","wu:fc15b07","cul3","klhl13","cul3b","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","E9QHV0","wu:fc15b07","Kelch-like protein 9 isoform X1","klhl13","E9QHV0","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","A0A0R4IP02","wu:fc15b07","wu:fc15b07","klhl13","A0A0R4IP02","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","A0A2R8QC39","wu:fc15b07","LOC101886608","klhl13","A0A2R8QC39","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","A2RRV4","wu:fc15b07","zgc:158266","klhl13","klhl8","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","E7F6F9","wu:fc15b07","klhl3","klhl13","E7F6F9","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000131113","physical","txid7955" +"A0A0R4ICR0","Q5U374","wu:fc15b07","klhl12","klhl13","Q5U374","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000131113","physical","txid7955" +"Q0P490","A0JMG1","zgc:153278","spoplb","Q0P490","A0JMG1","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A0A0R4IP02","zgc:153278","wu:fc15b07","Q0P490","A0A0R4IP02","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","B3DIU1","zgc:153278","cul3","Q0P490","cul3b","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A0A0R4ICR0","zgc:153278","wu:fc15b07","Q0P490","klhl13","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","Q6P7X5","zgc:153278","wu:fb30g12","Q0P490","kctd10","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","F6NVK8","zgc:153278","cul3","Q0P490","cul3a","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A0A2R8QC39","zgc:153278","LOC101886608","Q0P490","A0A2R8QC39","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","Q7T330","zgc:153278","spop","Q0P490","Q7T330","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A0A2R8Q1W5","zgc:153278","keap1b","Q0P490","keap1b","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","F1R5K5","zgc:153278","wu:fi06b02","Q0P490","tnfaip1","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","E9QHV0","zgc:153278","Kelch-like protein 9 isoform X1","Q0P490","E9QHV0","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","F1Q9R3","zgc:153278","Kelch-like protein 22","Q0P490","F1Q9R3","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","U3JA92","zgc:153278","BTB/POZ domain-containing protein KCTD5-like isoform X2","Q0P490","kctd17","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","B3DIV9","zgc:153278","klhl40a","Q0P490","B3DIV9","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","E7F6F9","zgc:153278","klhl3","Q0P490","E7F6F9","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","Q6NYM1","zgc:153278","klhl21","Q0P490","klhl21","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A0A0G2KCH4","zgc:153278","klhl25","Q0P490","A0A0G2KCH4","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A2RRV4","zgc:153278","zgc:158266","Q0P490","klhl8","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","Q5U374","zgc:153278","klhl12","Q0P490","Q5U374","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","Q08CL3","zgc:153278","kbtbd8","Q0P490","Q08CL3","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000033638","physical","txid7955" +"Q0P490","A9ULR9","zgc:153278","kctd13","Q0P490","kctd13","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000033638","physical","txid7955" +"Q6DC93","E7F114","pef1","Protein transport protein Sec31A isoform X3","pef1","sec31b","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","B7ZD40","pef1","sar1a","pef1","sar1ab","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","GTP-binding protein SAR1a","string-db","7955.ENSDARP00000041514/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","F1R5K5","pef1","wu:fi06b02","pef1","tnfaip1","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","string-db","7955.ENSDARP00000060934/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A2R8Q1W5","pef1","keap1b","pef1","keap1b","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","F1QRB4","pef1","Protein transport protein Sec24D isoform X1","pef1","F1QRB4","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec24D isoform X1 (SEC24 homolog D, COPII coat complex component)","string-db","7955.ENSDARP00000035564/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A0G2KCH4","pef1","klhl25","pef1","A0A0G2KCH4","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A9ULR9","pef1","kctd13","pef1","kctd13","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","string-db","7955.ENSDARP00000065806/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q7SZE5","pef1","sec23a","pef1","Q7SZE5","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","F6NVK8","pef1","cul3","pef1","cul3a","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q0P490","pef1","zgc:153278","pef1","Q0P490","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","BTB/POZ domain-containing protein KCTD2 (Potassium channel tetramerization domain-containing 2) (Zgc:153278)","string-db","7955.ENSDARP00000033638/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","B3DIV9","pef1","klhl40a","pef1","B3DIV9","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 40a (Kelch repeat and BTB domain-containing protein 5a)","string-db","7955.ENSDARP00000057021/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q6P7X5","pef1","wu:fb30g12","pef1","kctd10","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0JMG1","pef1","spoplb","pef1","A0JMG1","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Speckle-type POZ protein-like B (HIB homolog 3)","string-db","7955.ENSDARP00000103804/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q5U374","pef1","klhl12","pef1","Q5U374","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","B3DIU1","pef1","cul3","pef1","cul3b","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","E7F6F9","pef1","klhl3","pef1","E7F6F9","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A0R4IMX2","pef1","im:7145364","pef1","A0A0R4IMX2","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","E9QHV0","pef1","Kelch-like protein 9 isoform X1","pef1","E9QHV0","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q7T330","pef1","spop","pef1","Q7T330","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q7SYD5","pef1","sec31a","pef1","Q7SYD5","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","U3JA92","pef1","BTB/POZ domain-containing protein KCTD5-like isoform X2","pef1","kctd17","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q7T2E1","pef1","sec13l1","pef1","sec13","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q6PBX2","pef1","sara2","pef1","sar1b","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q08CL3","pef1","kbtbd8","pef1","Q08CL3","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch repeat and BTB domain-containing protein 8 (T-cell activation kelch repeat protein) (TA-KRP)","string-db","7955.ENSDARP00000094847/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A0R4ICR0","pef1","wu:fc15b07","pef1","klhl13","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","F1Q9R3","pef1","Kelch-like protein 22","pef1","F1Q9R3","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 22","string-db","7955.ENSDARP00000106872/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","E7FAF7","pef1","Circularly permutated Ras protein 1-like","pef1","E7FAF7","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A2RRV4","pef1","zgc:158266","pef1","klhl8","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","E7F715","pef1","Protein transport protein Sec24B isoform X1","pef1","E7F715","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","Q6NYM1","pef1","klhl21","pef1","klhl21","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A0R4ICL5","pef1","Protein transport protein Sec24A isoform X2","pef1","sec24a","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A0R4IP02","pef1","wu:fc15b07","pef1","A0A0R4IP02","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000033243","physical","txid7955" +"Q6DC93","A0A2R8QC39","pef1","LOC101886608","pef1","A0A2R8QC39","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000033243","physical","txid7955" +"Q6P7X5","E7F6F9","wu:fb30g12","klhl3","kctd10","E7F6F9","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","Q5U374","wu:fb30g12","klhl12","kctd10","Q5U374","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A2RRV4","wu:fb30g12","zgc:158266","kctd10","klhl8","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","U3JA92","wu:fb30g12","BTB/POZ domain-containing protein KCTD5-like isoform X2","kctd10","kctd17","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","E9QHV0","wu:fb30g12","Kelch-like protein 9 isoform X1","kctd10","E9QHV0","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A0A0R4IP02","wu:fb30g12","wu:fc15b07","kctd10","A0A0R4IP02","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A0A0R4ICR0","wu:fb30g12","wu:fc15b07","kctd10","klhl13","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","B3DIU1","wu:fb30g12","cul3","kctd10","cul3b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A0A2R8QC39","wu:fb30g12","LOC101886608","kctd10","A0A2R8QC39","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A0A0G2KCH4","wu:fb30g12","klhl25","kctd10","A0A0G2KCH4","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","A0A2R8Q1W5","wu:fb30g12","keap1b","kctd10","keap1b","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000122490","physical","txid7955" +"Q6P7X5","Q7T330","wu:fb30g12","spop","kctd10","Q7T330","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000122490","physical","txid7955" +"Q6NYM1","A2RRV4","klhl21","zgc:158266","klhl21","klhl8","Kelch-like protein 21","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A0G2KCH4","klhl21","klhl25","klhl21","A0A0G2KCH4","Kelch-like protein 21","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A2R8Q1W5","klhl21","keap1b","klhl21","keap1b","Kelch-like protein 21","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","Q5U374","klhl21","klhl12","klhl21","Q5U374","Kelch-like protein 21","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A0R4IUU4","klhl21","NEDD8-conjugating enzyme Ubc12","klhl21","si:ch1073-205c8.3","Kelch-like protein 21","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A0R4ICR0","klhl21","wu:fc15b07","klhl21","klhl13","Kelch-like protein 21","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","Q6NXC6","klhl21","wu:fi47e09","klhl21","Q6NXC6","Kelch-like protein 21","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","U3JA92","klhl21","BTB/POZ domain-containing protein KCTD5-like isoform X2","klhl21","kctd17","Kelch-like protein 21","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","Q7T330","klhl21","spop","klhl21","Q7T330","Kelch-like protein 21","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A2R8QC39","klhl21","LOC101886608","klhl21","A0A2R8QC39","Kelch-like protein 21","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","B3DIU1","klhl21","cul3","klhl21","cul3b","Kelch-like protein 21","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","E9QCG0","klhl21","COMM domain-containing protein 6","klhl21","commd6","Kelch-like protein 21","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","Q6P7X5","klhl21","wu:fb30g12","klhl21","kctd10","Kelch-like protein 21","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","A0A0R4IP02","klhl21","wu:fc15b07","klhl21","A0A0R4IP02","Kelch-like protein 21","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","E9QHV0","klhl21","Kelch-like protein 9 isoform X1","klhl21","E9QHV0","Kelch-like protein 21","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000115156","physical","txid7955" +"Q6NYM1","E7F6F9","klhl21","klhl3","klhl21","E7F6F9","Kelch-like protein 21","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000115156","physical","txid7955" +"A0A0G2KCH4","A2RRV4","klhl25","zgc:158266","A0A0G2KCH4","klhl8","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","A0A0R4ICR0","klhl25","wu:fc15b07","A0A0G2KCH4","klhl13","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","Q7T330","klhl25","spop","A0A0G2KCH4","Q7T330","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","Q6NXC6","klhl25","wu:fi47e09","A0A0G2KCH4","Q6NXC6","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","Q5U374","klhl25","klhl12","A0A0G2KCH4","Q5U374","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","A0A0R4IP02","klhl25","wu:fc15b07","A0A0G2KCH4","A0A0R4IP02","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","A0A0R4IUU4","klhl25","NEDD8-conjugating enzyme Ubc12","A0A0G2KCH4","si:ch1073-205c8.3","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","E9QHV0","klhl25","Kelch-like protein 9 isoform X1","A0A0G2KCH4","E9QHV0","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","E7F6F9","klhl25","klhl3","A0A0G2KCH4","E7F6F9","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","B3DIU1","klhl25","cul3","A0A0G2KCH4","cul3b","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000129983","physical","txid7955" +"A0A0G2KCH4","A0A2R8QC39","klhl25","LOC101886608","A0A0G2KCH4","A0A2R8QC39","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000129983","physical","txid7955" +"F1Q9R3","Q6NYM1","Kelch-like protein 22","klhl21","F1Q9R3","klhl21","Kelch-like protein 22","Kelch-like protein 21","string-db","7955.ENSDARP00000115156/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","U3JA92","Kelch-like protein 22","BTB/POZ domain-containing protein KCTD5-like isoform X2","F1Q9R3","kctd17","Kelch-like protein 22","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","string-db","7955.ENSDARP00000127157/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A2R8QC39","Kelch-like protein 22","LOC101886608","F1Q9R3","A0A2R8QC39","Kelch-like protein 22","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","E7F6F9","Kelch-like protein 22","klhl3","F1Q9R3","E7F6F9","Kelch-like protein 22","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","E9QCG0","Kelch-like protein 22","COMM domain-containing protein 6","F1Q9R3","commd6","Kelch-like protein 22","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A2RRV4","Kelch-like protein 22","zgc:158266","F1Q9R3","klhl8","Kelch-like protein 22","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","E9QHV0","Kelch-like protein 22","Kelch-like protein 9 isoform X1","F1Q9R3","E9QHV0","Kelch-like protein 22","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A0G2KCH4","Kelch-like protein 22","klhl25","F1Q9R3","A0A0G2KCH4","Kelch-like protein 22","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A0R4ICR0","Kelch-like protein 22","wu:fc15b07","F1Q9R3","klhl13","Kelch-like protein 22","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","Q6P7X5","Kelch-like protein 22","wu:fb30g12","F1Q9R3","kctd10","Kelch-like protein 22","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","string-db","7955.ENSDARP00000122490/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","Q5RHX6","Kelch-like protein 22","dcun1d4","F1Q9R3","Q5RHX6","Kelch-like protein 22","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","Q5U374","Kelch-like protein 22","klhl12","F1Q9R3","Q5U374","Kelch-like protein 22","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","F1Q509","Kelch-like protein 22","zgc:153556","F1Q9R3","commd4","Kelch-like protein 22","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","Q6NXC6","Kelch-like protein 22","wu:fi47e09","F1Q9R3","Q6NXC6","Kelch-like protein 22","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","Q7T330","Kelch-like protein 22","spop","F1Q9R3","Q7T330","Kelch-like protein 22","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","B3DIU1","Kelch-like protein 22","cul3","F1Q9R3","cul3b","Kelch-like protein 22","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A0R4IUU4","Kelch-like protein 22","NEDD8-conjugating enzyme Ubc12","F1Q9R3","si:ch1073-205c8.3","Kelch-like protein 22","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A0R4IP02","Kelch-like protein 22","wu:fc15b07","F1Q9R3","A0A0R4IP02","Kelch-like protein 22","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000106872","physical","txid7955" +"F1Q9R3","A0A2R8Q1W5","Kelch-like protein 22","keap1b","F1Q9R3","keap1b","Kelch-like protein 22","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000106872","physical","txid7955" +"U3JA92","Q5U374","BTB/POZ domain-containing protein KCTD5-like isoform X2","klhl12","kctd17","Q5U374","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","A0A0R4IP02","BTB/POZ domain-containing protein KCTD5-like isoform X2","wu:fc15b07","kctd17","A0A0R4IP02","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like family member 13 (Kelch-like protein 13 isoform X4)","string-db","7955.ENSDARP00000137085/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","A0A0G2KCH4","BTB/POZ domain-containing protein KCTD5-like isoform X2","klhl25","kctd17","A0A0G2KCH4","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Ectodermal-neural cortex 2 (Kelch-like protein 25 isoform X2)","string-db","7955.ENSDARP00000129983/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","B3DIU1","BTB/POZ domain-containing protein KCTD5-like isoform X2","cul3","kctd17","cul3b","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","E9QHV0","BTB/POZ domain-containing protein KCTD5-like isoform X2","Kelch-like protein 9 isoform X1","kctd17","E9QHV0","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","E7F6F9","BTB/POZ domain-containing protein KCTD5-like isoform X2","klhl3","kctd17","E7F6F9","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like protein 3","string-db","7955.ENSDARP00000142614/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","A0A0R4ICR0","BTB/POZ domain-containing protein KCTD5-like isoform X2","wu:fc15b07","kctd17","klhl13","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","A2RRV4","BTB/POZ domain-containing protein KCTD5-like isoform X2","zgc:158266","kctd17","klhl8","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","string-db","7955.ENSDARP00000135163/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","Q7T330","BTB/POZ domain-containing protein KCTD5-like isoform X2","spop","kctd17","Q7T330","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Speckle-type POZ protein (HIB homolog 1) (SPOP1)","string-db","7955.ENSDARP00000130146/7955.ENSDARP00000127157","physical","txid7955" +"U3JA92","A0A2R8QC39","BTB/POZ domain-containing protein KCTD5-like isoform X2","LOC101886608","kctd17","A0A2R8QC39","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000127157","physical","txid7955" +"E9QHV0","A0A2R8QC39","Kelch-like protein 9 isoform X1","LOC101886608","E9QHV0","A0A2R8QC39","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","Kelch repeat and BTB domain-containing protein 13-like","string-db","7955.ENSDARP00000150574/7955.ENSDARP00000144154","physical","txid7955" +"A9C4A5","F8W3D2","fk47c06","Peroxisome proliferator-activated receptor delta","ppardb","F8W3D2","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","Peroxisome proliferator-activated receptor delta","string-db","7955.ENSDARP00000124414/7955.ENSDARP00000110137","physical","txid7955" +"Q4G3H4","Q8AY15","chuk","madh3","Q4G3H4","smad3a","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","A0A8M9PY87","chuk","TNF receptor-associated factor","Q4G3H4","A0A8M9PY87","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","F1QCY8","chuk","spata2","Q4G3H4","spata2","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q0II00","chuk","p100","Q4G3H4","nfkb2","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q0PKX8","chuk","dl3","Q4G3H4","Q0PKX8","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6IWL4","chuk","traf6","Q4G3H4","traf6","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","F1QJB6","chuk","non-specific serine/threonine protein kinase","Q4G3H4","atm","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000015167/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","F6NJE2","chuk","Interleukin-1 receptor-associated kinase 1","Q4G3H4","irak1","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q803D2","chuk","pafah1b1b","Q4G3H4","Q803D2","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","string-db","7955.ENSDARP00000039257/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6GMF9","chuk","zgc:91964","Q4G3H4","rbck1","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","string-db","7955.ENSDARP00000047443/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q7T394","chuk","pafah1b1a","Q4G3H4","pafah1b1a","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q5RFW2","chuk","tab2","Q4G3H4","tab2","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","string-db","7955.ENSDARP00000019647/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","F1QNG2","chuk","wu:fl24c03","Q4G3H4","irf7","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Interferon regulatory factor 7","string-db","7955.ENSDARP00000094398/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6NYS3","chuk","Cul1","Q4G3H4","cul1a","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7EYZ1","chuk","Ubiquitin-specific peptidase 18","Q4G3H4","usp18","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","string-db","7955.ENSDARP00000104564/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7FEV5","chuk","Ubiquitin carboxyl-terminal hydrolase CYLD","Q4G3H4","E7FEV5","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7F4Y9","chuk","Leucine-rich repeat-containing protein 14","Q4G3H4","si:ch73-174h16.4","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Leucine-rich repeat-containing protein 14","string-db","7955.ENSDARP00000053010/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","A0A8M1NIE6","chuk","ikk2","Q4G3H4","A0A8M1NIE6","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q7T0K2","chuk","IAP1","Q4G3H4","birc2","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6DHG9","chuk","tnfsf10l2","Q4G3H4","tnfsf10","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","A0A8M6YZK7","chuk","zgc:113921","Q4G3H4","A0A8M6YZK7","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","IKBKB-interacting protein (Inhibitor of nuclear factor kappa-B kinase-interacting protein isoform X1) (Inhibitor of nuclear factor kappa-B kinase-interacting protein isoform X2)","string-db","7955.ENSDARP00000110236/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","O42248","chuk","gnb2l1","Q4G3H4","gnb2l1","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","string-db","7955.ENSDARP00000061000/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q5XJ85","chuk","myd88","Q4G3H4","Q5XJ85","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Myeloid differentiation primary response protein MyD88","string-db","7955.ENSDARP00000020711/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7FDW7","chuk","NLR family member X1","Q4G3H4","nlrx1","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","NLR family member X1","string-db","7955.ENSDARP00000126680/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7F3U1","chuk","TNF superfamily member 11","Q4G3H4","tnfsf11","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6PBY8","chuk","skp1a","Q4G3H4","skp1","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q6DEG0","chuk","zgc:92367","Q4G3H4","traf3","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000038596/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","E7FEY1","chuk","mitogen-activated protein kinase kinase kinase","Q4G3H4","map3k14a","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000013115","physical","txid7955" +"Q4G3H4","Q9I9N5","chuk","tradd","Q4G3H4","Q9I9N5","Inhibitor of nuclear factor kappa-B kinase subunit alpha (I kappa-B kinase alpha) (IKK-A) (IKK-alpha) (IkBKA) (IkappaB kinase) (EC 2.7.11.10) (Conserved helix-loop-helix ubiquitous kinase) (I-kappa-B kinase 1) (IKK1) (Nuclear factor NF-kappa-B inhibitor kinase alpha) (NFKBIKA)","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000013115","physical","txid7955" +"F1QCY8","E7FEV5","spata2","Ubiquitin carboxyl-terminal hydrolase CYLD","spata2","E7FEV5","Spermatogenesis-associated protein 2","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","X1WDE8","spata2","RanBP-type and C3HC4-type zinc finger-containing protein 1","spata2","X1WDE8","Spermatogenesis-associated protein 2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","string-db","7955.ENSDARP00000128247/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","E7F3U1","spata2","TNF superfamily member 11","spata2","tnfsf11","Spermatogenesis-associated protein 2","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","Q0GKD6","spata2","wu:fk70c05","spata2","tbk1","Spermatogenesis-associated protein 2","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","A0A8M1NIE6","spata2","ikk2","spata2","A0A8M1NIE6","Spermatogenesis-associated protein 2","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","Q7T0K2","spata2","IAP1","spata2","birc2","Spermatogenesis-associated protein 2","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000086690","physical","txid7955" +"F1QCY8","A0A1D5NS22","spata2","Si:ch211-189a15.5","spata2","si:ch211-189a15.5","Spermatogenesis-associated protein 2","Si:ch211-189a15.5","string-db","7955.ENSDARP00000142630/7955.ENSDARP00000086690","physical","txid7955" +"Q0II00","E7FEY1","p100","mitogen-activated protein kinase kinase kinase","nfkb2","map3k14a","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000121285","physical","txid7955" +"Q0II00","B3DHW2","p100","nfkb3","nfkb2","rela","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","string-db","7955.ENSDARP00000133181/7955.ENSDARP00000121285","physical","txid7955" +"Q0II00","A0A0R4IN79","p100","BICD family-like cargo adapter 1 isoform X1","nfkb2","nfkb1","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","BICD family-like cargo adapter 1 isoform X1 (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 1)","string-db","7955.ENSDARP00000135800/7955.ENSDARP00000121285","physical","txid7955" +"Q0PKX8","Q7SXA3","dl3","zgc:66168","Q0PKX8","rps27a","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","E7F3U1","dl3","TNF superfamily member 11","Q0PKX8","tnfsf11","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","E7FEV5","dl3","Ubiquitin carboxyl-terminal hydrolase CYLD","Q0PKX8","E7FEV5","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","B8X730","dl3","si:ch211-231h20.3","Q0PKX8","B8X730","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","B1B5D9","dl3","nSMase2","Q0PKX8","smpd3","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","Q08BZ0","dl3","TNF superfamily member 12","Q0PKX8","tnfsf12","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","F1QCY8","dl3","spata2","Q0PKX8","spata2","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","A0A8M1NIE6","dl3","ikk2","Q0PKX8","A0A8M1NIE6","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","E7FEY1","dl3","mitogen-activated protein kinase kinase kinase","Q0PKX8","map3k14a","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","A0A0N4SUD2","dl3","Ubi-p63E","Q0PKX8","ubb","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","E7FBC0","dl3","light","Q0PKX8","E7FBC0","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","E7F027","dl3","Tumor necrosis factor receptor superfamily member 11A isoform X1","Q0PKX8","tnfrsf11a","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","Q7T0K2","dl3","IAP1","Q0PKX8","birc2","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","Q0GKD6","dl3","wu:fk70c05","Q0PKX8","tbk1","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","F1RAS9","dl3","Tumor necrosis factor receptor superfamily, member 1B","Q0PKX8","F1RAS9","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Tumor necrosis factor receptor superfamily, member 1B","string-db","7955.ENSDARP00000104953/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","F1QHN6","dl3","im:7042025","Q0PKX8","ubc","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075321","physical","txid7955" +"Q0PKX8","B0UXK1","dl3","TNF receptor-associated factor","Q0PKX8","traf1","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000075321","physical","txid7955" +"Q7T394","E9QCG0","pafah1b1a","COMM domain-containing protein 6","pafah1b1a","commd6","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q1LWG4","pafah1b1a","lpcat1","pafah1b1a","lpcat1","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","string-db","7955.ENSDARP00000094631/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","A2BGB4","pafah1b1a","si:ch211-139a5.3","pafah1b1a","pafah1b2","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","A4FUL3","pafah1b1a","im:7137515","pafah1b1a","rbx1","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","B8A6D0","pafah1b1a","murr1","pafah1b1a","B8A6D0","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q502J0","pafah1b1a","lpcat2","pafah1b1a","Q502J0","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","string-db","7955.ENSDARP00000069449/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","F1Q509","pafah1b1a","zgc:153556","pafah1b1a","commd4","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","A4QN68","pafah1b1a","si:ch211-154e15.3","pafah1b1a","A4QN68","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q6NYS3","pafah1b1a","Cul1","pafah1b1a","cul1a","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","A0A0R4IU39","pafah1b1a","wu:fe49f10","pafah1b1a","cdc20","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","E7FEY1","pafah1b1a","mitogen-activated protein kinase kinase kinase","pafah1b1a","map3k14a","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q0II00","pafah1b1a","p100","pafah1b1a","nfkb2","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q5U3U6","pafah1b1a","bora","pafah1b1a","Q5U3U6","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Protein aurora borealis","string-db","7955.ENSDARP00000062627/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q6DGE6","pafah1b1a","c-rel","pafah1b1a","Q6DGE6","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","string-db","7955.ENSDARP00000072078/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","Q4V909","pafah1b1a","ccdc22","pafah1b1a","Q4V909","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000042217","physical","txid7955" +"Q7T394","F1QD35","pafah1b1a","wu:fb10c07","pafah1b1a","lpcat4","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","string-db","7955.ENSDARP00000050686/7955.ENSDARP00000042217","physical","txid7955" +"Q803D2","F1QD35","pafah1b1b","wu:fb10c07","Q803D2","lpcat4","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","string-db","7955.ENSDARP00000050686/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q1LWG4","pafah1b1b","lpcat1","Q803D2","lpcat1","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","string-db","7955.ENSDARP00000094631/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q0II00","pafah1b1b","p100","Q803D2","nfkb2","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q5U3U6","pafah1b1b","bora","Q803D2","Q5U3U6","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Protein aurora borealis","string-db","7955.ENSDARP00000062627/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q7T394","pafah1b1b","pafah1b1a","Q803D2","pafah1b1a","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q4V909","pafah1b1b","ccdc22","Q803D2","Q4V909","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","B8A6D0","pafah1b1b","murr1","Q803D2","B8A6D0","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q6DGE6","pafah1b1b","c-rel","Q803D2","Q6DGE6","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","string-db","7955.ENSDARP00000072078/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","A4QN68","pafah1b1b","si:ch211-154e15.3","Q803D2","A4QN68","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","F1Q509","pafah1b1b","zgc:153556","Q803D2","commd4","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","A4FUL3","pafah1b1b","im:7137515","Q803D2","rbx1","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q6NYS3","pafah1b1b","Cul1","Q803D2","cul1a","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","A2BGB4","pafah1b1b","si:ch211-139a5.3","Q803D2","pafah1b2","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","E9QCG0","pafah1b1b","COMM domain-containing protein 6","Q803D2","commd6","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","E7FEY1","pafah1b1b","mitogen-activated protein kinase kinase kinase","Q803D2","map3k14a","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","Q502J0","pafah1b1b","lpcat2","Q803D2","Q502J0","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","string-db","7955.ENSDARP00000069449/7955.ENSDARP00000039257","physical","txid7955" +"Q803D2","A0A0R4IU39","pafah1b1b","wu:fe49f10","Q803D2","cdc20","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000039257","physical","txid7955" +"A0A8M6YZK7","A0A8M1NIE6","zgc:113921","ikk2","A0A8M6YZK7","A0A8M1NIE6","IKBKB-interacting protein (Inhibitor of nuclear factor kappa-B kinase-interacting protein isoform X1) (Inhibitor of nuclear factor kappa-B kinase-interacting protein isoform X2)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000110236","physical","txid7955" +"F1QNG2","Q1LUQ2","wu:fl24c03","trif","irf7","Q1LUQ2","Interferon regulatory factor 7","TIR domain-containing adapter molecule 1 (Toll-like receptor adaptor molecule 1)","string-db","7955.ENSDARP00000130000/7955.ENSDARP00000094398","physical","txid7955" +"F1QNG2","A0A0R4IPF2","wu:fl24c03","histone acetyltransferase","irf7","crebbpa","Interferon regulatory factor 7","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000094398","physical","txid7955" +"F1QNG2","B7SEE0","wu:fl24c03","Interferon regulatory factor 3","irf7","irf3","Interferon regulatory factor 7","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000094398","physical","txid7955" +"F1QNG2","Q0GKD6","wu:fl24c03","wu:fk70c05","irf7","tbk1","Interferon regulatory factor 7","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000094398","physical","txid7955" +"E7FDW7","Q5BJ17","NLR family member X1","zgc:110766","nlrx1","tufm","NLR family member X1","Elongation factor Tu","string-db","7955.ENSDARP00000134914/7955.ENSDARP00000126680","physical","txid7955" +"E7FDW7","A0A0R4IA41","NLR family member X1","im:7221408","nlrx1","eya4","NLR family member X1","Eyes absent homolog (EC 3.1.3.48)","string-db","7955.ENSDARP00000130998/7955.ENSDARP00000126680","physical","txid7955" +"E7FDW7","E7F4N7","NLR family member X1","sting1","nlrx1","E7F4N7","NLR family member X1","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000126680","physical","txid7955" +"E7EYZ1","E7F976","Ubiquitin-specific peptidase 18","crfb14","usp18","ifnlr1","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000104564","physical","txid7955" +"E7EYZ1","A0A8M1NIE6","Ubiquitin-specific peptidase 18","ikk2","usp18","A0A8M1NIE6","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000104564","physical","txid7955" +"E7EYZ1","B0UXH1","Ubiquitin-specific peptidase 18","Cytokine receptor family member b2","usp18","crfb2","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000104564","physical","txid7955" +"A0A8M1NIE6","E7FDW7","ikk2","NLR family member X1","A0A8M1NIE6","nlrx1","IkappaB kinase (EC 2.7.11.10)","NLR family member X1","string-db","7955.ENSDARP00000126680/7955.ENSDARP00000117685","physical","txid7955" +"A0A8M1NIE6","E7FEV5","ikk2","Ubiquitin carboxyl-terminal hydrolase CYLD","A0A8M1NIE6","E7FEV5","IkappaB kinase (EC 2.7.11.10)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000117685","physical","txid7955" +"A0A8M1NIE6","F6NJE2","ikk2","Interleukin-1 receptor-associated kinase 1","A0A8M1NIE6","irak1","IkappaB kinase (EC 2.7.11.10)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000117685","physical","txid7955" +"E7FEY1","E7FBC0","mitogen-activated protein kinase kinase kinase","light","map3k14a","E7FBC0","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000125811","physical","txid7955" +"Q7T0K2","E7F027","IAP1","Tumor necrosis factor receptor superfamily member 11A isoform X1","birc2","tnfrsf11a","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","Q7T2C1","IAP1","zgc:64071","birc2","cul4a","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","E7FEY1","IAP1","mitogen-activated protein kinase kinase kinase","birc2","map3k14a","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","F8W428","IAP1","im:7140950","birc2","cul4b","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","E7FBC0","IAP1","light","birc2","E7FBC0","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","A0A8M1NIE6","IAP1","ikk2","birc2","A0A8M1NIE6","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","X1WDE8","IAP1","RanBP-type and C3HC4-type zinc finger-containing protein 1","birc2","X1WDE8","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","string-db","7955.ENSDARP00000128247/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","E7FEV5","IAP1","Ubiquitin carboxyl-terminal hydrolase CYLD","birc2","E7FEV5","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","B8X730","IAP1","si:ch211-231h20.3","birc2","B8X730","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000103254","physical","txid7955" +"Q7T0K2","Q0GKD6","IAP1","wu:fk70c05","birc2","tbk1","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000103254","physical","txid7955" +"E7F3U1","Q7SXA3","TNF superfamily member 11","zgc:66168","tnfsf11","rps27a","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","A0A0N4SUD2","TNF superfamily member 11","Ubi-p63E","tnfsf11","ubb","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","F1QHN6","TNF superfamily member 11","im:7042025","tnfsf11","ubc","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","E7FEV5","TNF superfamily member 11","Ubiquitin carboxyl-terminal hydrolase CYLD","tnfsf11","E7FEV5","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","E7F027","TNF superfamily member 11","Tumor necrosis factor receptor superfamily member 11A isoform X1","tnfsf11","tnfrsf11a","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","B8X730","TNF superfamily member 11","si:ch211-231h20.3","tnfsf11","B8X730","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","B1B5D9","TNF superfamily member 11","nSMase2","tnfsf11","smpd3","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","Q9I8N6","TNF superfamily member 11","csf1r","tnfsf11","Q9I8N6","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","E7FEY1","TNF superfamily member 11","mitogen-activated protein kinase kinase kinase","tnfsf11","map3k14a","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","A0A8M1NIE6","TNF superfamily member 11","ikk2","tnfsf11","A0A8M1NIE6","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","B0UXK1","TNF superfamily member 11","TNF receptor-associated factor","tnfsf11","traf1","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","Q08BZ0","TNF superfamily member 11","TNF superfamily member 12","tnfsf11","tnfsf12","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","Q0GKD6","TNF superfamily member 11","wu:fk70c05","tnfsf11","tbk1","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","F1RAS9","TNF superfamily member 11","Tumor necrosis factor receptor superfamily, member 1B","tnfsf11","F1RAS9","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Tumor necrosis factor receptor superfamily, member 1B","string-db","7955.ENSDARP00000104953/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","E7FBC0","TNF superfamily member 11","light","tnfsf11","E7FBC0","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000089126","physical","txid7955" +"E7F3U1","Q7T0K2","TNF superfamily member 11","IAP1","tnfsf11","birc2","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000089126","physical","txid7955" +"E7F4Y9","A0A8M1NIE6","Leucine-rich repeat-containing protein 14","ikk2","si:ch73-174h16.4","A0A8M1NIE6","Leucine-rich repeat-containing protein 14","IkappaB kinase (EC 2.7.11.10)","string-db","7955.ENSDARP00000117685/7955.ENSDARP00000053010","physical","txid7955" +"E7FEV5","U6C7X6","Ubiquitin carboxyl-terminal hydrolase CYLD","itchb","E7FEV5","itcha","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","E3 ubiquitin-protein ligase (EC 2.3.2.26)","string-db","7955.ENSDARP00000128218/7955.ENSDARP00000123913","physical","txid7955" +"E7FEV5","Q0GKD6","Ubiquitin carboxyl-terminal hydrolase CYLD","wu:fk70c05","E7FEV5","tbk1","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000123913","physical","txid7955" +"E7FEV5","A0A0N4SUD2","Ubiquitin carboxyl-terminal hydrolase CYLD","Ubi-p63E","E7FEV5","ubb","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000123913","physical","txid7955" +"E7FEV5","F1QHN6","Ubiquitin carboxyl-terminal hydrolase CYLD","im:7042025","E7FEV5","ubc","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000123913","physical","txid7955" +"E7FEV5","E7F1X5","Ubiquitin carboxyl-terminal hydrolase CYLD","Ubiquitin carboxyl-terminal hydrolase CYLD","E7FEV5","cyldl","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000127549/7955.ENSDARP00000123913","physical","txid7955" +"E7FEV5","Q7SXA3","Ubiquitin carboxyl-terminal hydrolase CYLD","zgc:66168","E7FEV5","rps27a","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000123913","physical","txid7955" +"Q1LXG2","F1R3L9","LOC556597","Ap1m1","bloc1s1","F1R3L9","Biogenesis of lysosome-related organelles complex 1 subunit 1","AP-1 complex subunit mu-2 isoform X1 (Adaptor-related protein complex 1 subunit mu 2)","string-db","7955.ENSDARP00000037980/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","A0A0R4IIR1","LOC556597","dnm2","bloc1s1","dnm2a","Biogenesis of lysosome-related organelles complex 1 subunit 1","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","A0A0R4IRS1","LOC556597","AP-1 complex subunit mu-1","bloc1s1","ap1m1","Biogenesis of lysosome-related organelles complex 1 subunit 1","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","B0JZP5","LOC556597","fa56d08","bloc1s1","B0JZP5","Biogenesis of lysosome-related organelles complex 1 subunit 1","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","A5PMS9","LOC556597","fa11e04","bloc1s1","ap1b1","Biogenesis of lysosome-related organelles complex 1 subunit 1","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q803D1","LOC556597","wu:fb33e02","bloc1s1","arf1","Biogenesis of lysosome-related organelles complex 1 subunit 1","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","F6NLH0","LOC556597","zgc:162420","bloc1s1","hps5","Biogenesis of lysosome-related organelles complex 1 subunit 1","Hermansky-Pudlak syndrome 5 protein homolog","string-db","7955.ENSDARP00000095605/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","F1R184","LOC556597","wu:fb20a07","bloc1s1","txndc5","Biogenesis of lysosome-related organelles complex 1 subunit 1","protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000116609/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","E9QBV1","LOC556597","fd07f11","bloc1s1","cltcb","Biogenesis of lysosome-related organelles complex 1 subunit 1","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q6P937","LOC556597","wu:fb61d08","bloc1s1","clta","Biogenesis of lysosome-related organelles complex 1 subunit 1","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q1L8R9","LOC556597","si:dkey-222b8.2","bloc1s1","snapin","Biogenesis of lysosome-related organelles complex 1 subunit 1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","C3PTE8","LOC556597","Beta-arrestin-1","bloc1s1","arrb1","Biogenesis of lysosome-related organelles complex 1 subunit 1","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q7ZWE6","LOC556597","dtnbp1a","bloc1s1","Q7ZWE6","Biogenesis of lysosome-related organelles complex 1 subunit 1","Dysbindin-A (Biogenesis of lysosome-related organelles complex 1 subunit 8-A) (BLOC-1 subunit 8-A) (Dystrobrevin-binding protein 1-A)","string-db","7955.ENSDARP00000071887/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","A2BIA5","LOC556597","zgc:111974","bloc1s1","A2BIA5","Biogenesis of lysosome-related organelles complex 1 subunit 1","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q6NSP1","LOC556597","zgc:56704","bloc1s1","ap1s1","Biogenesis of lysosome-related organelles complex 1 subunit 1","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","E9QC42","LOC556597","zgc:56506","bloc1s1","sybl1","Biogenesis of lysosome-related organelles complex 1 subunit 1","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q803T6","LOC556597","sh3gl2","bloc1s1","sh3gl2a","Biogenesis of lysosome-related organelles complex 1 subunit 1","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q7ZUC1","LOC556597","wu:fa18d07","bloc1s1","Q7ZUC1","Biogenesis of lysosome-related organelles complex 1 subunit 1","Vesicle-associated membrane protein 8 (Endobrevin)","string-db","7955.ENSDARP00000032940/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","Q7SZZ5","LOC556597","wu:fj61c06","bloc1s1","Q7SZZ5","Biogenesis of lysosome-related organelles complex 1 subunit 1","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000013120","physical","txid7955" +"Q1LXG2","E9QGH2","LOC556597","pldn","bloc1s1","bloc1s6","Biogenesis of lysosome-related organelles complex 1 subunit 1","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","string-db","7955.ENSDARP00000122569/7955.ENSDARP00000013120","physical","txid7955" +"A2BIA5","P0C8Y1","zgc:111974","mzt1","A2BIA5","mzt1","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","string-db","7955.ENSDARP00000126983/7955.ENSDARP00000121837","physical","txid7955" +"A2BIA5","Q1LVE2","zgc:111974","si:dkey-72l14.4","A2BIA5","si:dkey-72l14.4","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000121837","physical","txid7955" +"A2BIA5","A0A140LFW6","zgc:111974","GTPase IMAP family member 8-like isoform X2","A2BIA5","A0A140LFW6","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","string-db","7955.ENSDARP00000142142/7955.ENSDARP00000121837","physical","txid7955" +"A2BIA5","B3DIU9","zgc:111974","zgc:194561","A2BIA5","tubgcp4","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000121837","physical","txid7955" +"A2BIA5","E9QGH2","zgc:111974","pldn","A2BIA5","bloc1s6","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","string-db","7955.ENSDARP00000122569/7955.ENSDARP00000121837","physical","txid7955" +"F1R184","A5PMS9","wu:fb20a07","fa11e04","txndc5","ap1b1","protein disulfide-isomerase (EC 5.3.4.1)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000116609","physical","txid7955" +"F1R184","A0A0R4IRS1","wu:fb20a07","AP-1 complex subunit mu-1","txndc5","ap1m1","protein disulfide-isomerase (EC 5.3.4.1)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000116609","physical","txid7955" +"F1R184","E9QBV1","wu:fb20a07","fd07f11","txndc5","cltcb","protein disulfide-isomerase (EC 5.3.4.1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000116609","physical","txid7955" +"F1R184","A0A0R4IIR1","wu:fb20a07","dnm2","txndc5","dnm2a","protein disulfide-isomerase (EC 5.3.4.1)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000116609","physical","txid7955" +"Q1L8R9","C3PTE8","si:dkey-222b8.2","Beta-arrestin-1","snapin","arrb1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","Q5XIX8","si:dkey-222b8.2","borcs5","snapin","borcs5","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","BLOC-1-related complex subunit 5","string-db","7955.ENSDARP00000087790/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","A0A0R4IRS1","si:dkey-222b8.2","AP-1 complex subunit mu-1","snapin","ap1m1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","Q6NSP1","si:dkey-222b8.2","zgc:56704","snapin","ap1s1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","Q1LVE2","si:dkey-222b8.2","si:dkey-72l14.4","snapin","si:dkey-72l14.4","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","F6NLH0","si:dkey-222b8.2","zgc:162420","snapin","hps5","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Hermansky-Pudlak syndrome 5 protein homolog","string-db","7955.ENSDARP00000095605/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","B0R0W9","si:dkey-222b8.2","tbc1d8b","snapin","tbc1d8b","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","A2BIA5","si:dkey-222b8.2","zgc:111974","snapin","A2BIA5","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","E9QGH2","si:dkey-222b8.2","pldn","snapin","bloc1s6","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","string-db","7955.ENSDARP00000122569/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","A5PMS9","si:dkey-222b8.2","fa11e04","snapin","ap1b1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","Q803T6","si:dkey-222b8.2","sh3gl2","snapin","sh3gl2a","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","Q803D1","si:dkey-222b8.2","wu:fb33e02","snapin","arf1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","E9QBV1","si:dkey-222b8.2","fd07f11","snapin","cltcb","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","A3KQI3","si:dkey-222b8.2","borcs8","snapin","borcs8","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","BLOC-1-related complex subunit 8","string-db","7955.ENSDARP00000096205/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","A0A0R4IIR1","si:dkey-222b8.2","dnm2","snapin","dnm2a","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000084633","physical","txid7955" +"Q1L8R9","E9QC42","si:dkey-222b8.2","zgc:56506","snapin","sybl1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000084633","physical","txid7955" +"F6NLH0","A2BIA5","zgc:162420","zgc:111974","hps5","A2BIA5","Hermansky-Pudlak syndrome 5 protein homolog","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000095605","physical","txid7955" +"F6NLH0","E9QGH2","zgc:162420","pldn","hps5","bloc1s6","Hermansky-Pudlak syndrome 5 protein homolog","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","string-db","7955.ENSDARP00000122569/7955.ENSDARP00000095605","physical","txid7955" +"Q7ZWE6","F6NLH0","dtnbp1a","zgc:162420","Q7ZWE6","hps5","Dysbindin-A (Biogenesis of lysosome-related organelles complex 1 subunit 8-A) (BLOC-1 subunit 8-A) (Dystrobrevin-binding protein 1-A)","Hermansky-Pudlak syndrome 5 protein homolog","string-db","7955.ENSDARP00000095605/7955.ENSDARP00000071887","physical","txid7955" +"Q7ZWE6","E9QGH2","dtnbp1a","pldn","Q7ZWE6","bloc1s6","Dysbindin-A (Biogenesis of lysosome-related organelles complex 1 subunit 8-A) (BLOC-1 subunit 8-A) (Dystrobrevin-binding protein 1-A)","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","string-db","7955.ENSDARP00000122569/7955.ENSDARP00000071887","physical","txid7955" +"Q7ZWE6","A2BIA5","dtnbp1a","zgc:111974","Q7ZWE6","A2BIA5","Dysbindin-A (Biogenesis of lysosome-related organelles complex 1 subunit 8-A) (BLOC-1 subunit 8-A) (Dystrobrevin-binding protein 1-A)","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000071887","physical","txid7955" +"Q7ZWE6","Q1L8R9","dtnbp1a","si:dkey-222b8.2","Q7ZWE6","snapin","Dysbindin-A (Biogenesis of lysosome-related organelles complex 1 subunit 8-A) (BLOC-1 subunit 8-A) (Dystrobrevin-binding protein 1-A)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000071887","physical","txid7955" +"B0JZP5","A0A0R4IIR1","fa56d08","dnm2","B0JZP5","dnm2a","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000120160","physical","txid7955" +"B0JZP5","A5PMS9","fa56d08","fa11e04","B0JZP5","ap1b1","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000120160","physical","txid7955" +"B0JZP5","A0A0R4IRS1","fa56d08","AP-1 complex subunit mu-1","B0JZP5","ap1m1","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000120160","physical","txid7955" +"F1RCQ6","A0A2R8RKX9","Glucagon receptor b","zgc:101614","F1RCQ6","A0A2R8RKX9","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q803H5","Glucagon receptor b","gnb1l","F1RCQ6","gnb1b","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6DH00","Glucagon receptor b","zgc:92704","F1RCQ6","gng13b","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","A0A0G2L6W9","Glucagon receptor b","Guanine nucleotide-binding protein subunit gamma","F1RCQ6","A0A0G2L6W9","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q90Z40","Glucagon receptor b","[g]3","F1RCQ6","gng3","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000015972/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q15KE4","Glucagon receptor b","zgc:110302","F1RCQ6","Q15KE4","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","A1L271","Glucagon receptor b","gnb5a","F1RCQ6","gnb5a","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6TH03","Glucagon receptor b","xx:tdsubc_2c12","F1RCQ6","gng5","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","B0R1C3","Glucagon receptor b","Glucagon b","F1RCQ6","B0R1C3","Glucagon receptor b (Glucagon receptor-like isoform X1)","Glucagon b (Glucagon precursor)","string-db","7955.ENSDARP00000112837/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6DGZ5","Glucagon receptor b","zgc:92709","F1RCQ6","gng7","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6PBN9","Glucagon receptor b","gng1","F1RCQ6","Q6PBN9","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q5BJ11","Glucagon receptor b","im:7138539","F1RCQ6","gnb2","Glucagon receptor b (Glucagon receptor-like isoform X1)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","A0A8M3ANZ5","Glucagon receptor b","gng12","F1RCQ6","A0A8M3ANZ5","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6PBR4","Glucagon receptor b","gngt2","F1RCQ6","Q6PBR4","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q503Q6","Glucagon receptor b","zgc:110316","F1RCQ6","Q503Q6","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","E7FB43","Glucagon receptor b","Glucagon receptor a","F1RCQ6","gcgra","Glucagon receptor b (Glucagon receptor-like isoform X1)","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","F1QJX7","Glucagon receptor b","Adenylate cyclase-stimulating G alpha protein","F1RCQ6","gnas","Glucagon receptor b (Glucagon receptor-like isoform X1)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000013211","physical","txid7955" +"F1RCQ6","Q6DH55","Glucagon receptor b","zgc:92641","F1RCQ6","gnb3a","Glucagon receptor b (Glucagon receptor-like isoform X1)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000013211","physical","txid7955" +"E7FB43","A1L271","Glucagon receptor a","gnb5a","gcgra","gnb5a","Glucagon receptor a (Glucagon receptor isoform X1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000139469","physical","txid7955" +"E7FB43","A0A2R8RKX9","Glucagon receptor a","zgc:101614","gcgra","A0A2R8RKX9","Glucagon receptor a (Glucagon receptor isoform X1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000139469","physical","txid7955" +"E7FB43","A0A0G2L6W9","Glucagon receptor a","Guanine nucleotide-binding protein subunit gamma","gcgra","A0A0G2L6W9","Glucagon receptor a (Glucagon receptor isoform X1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000139469","physical","txid7955" +"B0R1C3","A0A0G2L6W9","Glucagon b","Guanine nucleotide-binding protein subunit gamma","B0R1C3","A0A0G2L6W9","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","E7FB43","Glucagon b","Glucagon receptor a","B0R1C3","gcgra","Glucagon b (Glucagon precursor)","Glucagon receptor a (Glucagon receptor isoform X1)","string-db","7955.ENSDARP00000139469/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","A0A2R8RKX9","Glucagon b","zgc:101614","B0R1C3","A0A2R8RKX9","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","A0A8M3ANZ5","Glucagon b","gng12","B0R1C3","A0A8M3ANZ5","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","Q803H5","Glucagon b","gnb1l","B0R1C3","gnb1b","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","Q6PBR4","Glucagon b","gngt2","B0R1C3","Q6PBR4","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000112837","physical","txid7955" +"B0R1C3","A1L271","Glucagon b","gnb5a","B0R1C3","gnb5a","Glucagon b (Glucagon precursor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000112837","physical","txid7955" +"Q7T2T7","A2BEG3","wu:fk96a04","sb:eu827","mecp2","dgcr8","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000109399","physical","txid7955" +"Q7T2T7","Q7ZSY3","wu:fk96a04","smarca4","mecp2","smarca4a","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000109399","physical","txid7955" +"Q7T2T7","A0A0R4I9N0","wu:fk96a04","Purine-rich element-binding protein Ab","mecp2","A0A0R4I9N0","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","Purine-rich element-binding protein Ab (Transcriptional activator protein Pur-alpha)","string-db","7955.ENSDARP00000130277/7955.ENSDARP00000109399","physical","txid7955" +"Q7T2T7","E7F0R9","wu:fk96a04","Paired amphipathic helix protein Sin3a isoform X2","mecp2","sin3ab","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000109399","physical","txid7955" +"Q7T2T7","A0A8M9QI68","wu:fk96a04","zfhx3","mecp2","A0A8M9QI68","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","Zinc finger homeobox 3 (Zinc finger homeobox protein 3 isoform X1)","string-db","7955.ENSDARP00000138913/7955.ENSDARP00000109399","physical","txid7955" +"E7EZF3","A0A140LG23","uhrf1","si:dkey-23a13.21","uhrf1","A0A140LG23","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000135054","physical","txid7955" +"Q6DEH0","E7FF48","fc30e03","SMRT","nr2e1","ncor2","Nuclear receptor subfamily 2 group E member 1 (Nuclear receptor TLX) (Protein tailless homolog)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000013317","physical","txid7955" +"Q6DEH0","Q98TW1","fc30e03","ncoa2","nr2e1","Q98TW1","Nuclear receptor subfamily 2 group E member 1 (Nuclear receptor TLX) (Protein tailless homolog)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000013317","physical","txid7955" +"Q6DEH0","F1QMV7","fc30e03","Nuclear receptor coactivator 3","nr2e1","ncoa3","Nuclear receptor subfamily 2 group E member 1 (Nuclear receptor TLX) (Protein tailless homolog)","Nuclear receptor coactivator 3","string-db","7955.ENSDARP00000102117/7955.ENSDARP00000013317","physical","txid7955" +"Q6DEH0","A0A8M9PTD7","fc30e03","Nuclear receptor coactivator 1","nr2e1","A0A8M9PTD7","Nuclear receptor subfamily 2 group E member 1 (Nuclear receptor TLX) (Protein tailless homolog)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000013317","physical","txid7955" +"Q9PVK4","Q9PVK5","ldhba","ldha","ldhba","ldha","L-lactate dehydrogenase B-A chain (LDH-B-A) (EC 1.1.1.27)","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","string-db","7955.ENSDARP00000137433/7955.ENSDARP00000013329","physical","txid7955" +"Q9PVK4","Q58EK5","ldhba","tdrd1","ldhba","Q58EK5","L-lactate dehydrogenase B-A chain (LDH-B-A) (EC 1.1.1.27)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000013329","physical","txid7955" +"Q9PVK4","Q6DGK2","ldhba","ldhbb","ldhba","ldhbb","L-lactate dehydrogenase B-A chain (LDH-B-A) (EC 1.1.1.27)","L-lactate dehydrogenase B-B chain (LDH-B-B) (EC 1.1.1.27)","string-db","7955.ENSDARP00000095636/7955.ENSDARP00000013329","physical","txid7955" +"Q6DGK2","Q9PVK5","ldhbb","ldha","ldhbb","ldha","L-lactate dehydrogenase B-B chain (LDH-B-B) (EC 1.1.1.27)","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","string-db","7955.ENSDARP00000137433/7955.ENSDARP00000095636","physical","txid7955" +"A0A140LG23","A0A286Y9D1","si:dkey-23a13.21","phf14","A0A140LG23","phf14","Histone H3","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000142201","physical","txid7955" +"Q6DI48","Q804S5","dla","mib1","Q6DI48","mib1","Delta-like protein A (DeltaA)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000013374","physical","txid7955" +"O57463","F1Q681","npyryb","si:dkey-253i9.3","O57463","npy1r","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Neuropeptide Y receptor type 1","string-db","7955.ENSDARP00000115808/7955.ENSDARP00000013426","physical","txid7955" +"O57463","B3DIJ2","npyryb","npyrya","O57463","B3DIJ2","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","string-db","7955.ENSDARP00000063623/7955.ENSDARP00000013426","physical","txid7955" +"O57463","E7F951","npyryb","si:ch73-24a15.1","O57463","E7F951","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000013426","physical","txid7955" +"O57463","E7F0L6","npyryb","si:ch211-250b22.5","O57463","pyyb","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Peptide YYb","string-db","7955.ENSDARP00000126906/7955.ENSDARP00000013426","physical","txid7955" +"O57463","Q9I8P3","npyryb","npy","O57463","npy","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","string-db","7955.ENSDARP00000052619/7955.ENSDARP00000013426","physical","txid7955" +"O57463","Q9I8P2","npyryb","pyya","O57463","pyya","Neuropeptide Y /peptide YY receptor Yb (Neuropeptide Y receptor Y8b)","Peptide YY-A (Peptide YY) (Peptide YYa)","string-db","7955.ENSDARP00000108040/7955.ENSDARP00000013426","physical","txid7955" +"Q9I8P3","E7F0L6","npy","si:ch211-250b22.5","npy","pyyb","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Peptide YYb","string-db","7955.ENSDARP00000126906/7955.ENSDARP00000052619","physical","txid7955" +"Q9I8P3","B3DIJ2","npy","npyrya","npy","B3DIJ2","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","string-db","7955.ENSDARP00000063623/7955.ENSDARP00000052619","physical","txid7955" +"Q9I8P3","Q9I8P2","npy","pyya","npy","pyya","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Peptide YY-A (Peptide YY) (Peptide YYa)","string-db","7955.ENSDARP00000108040/7955.ENSDARP00000052619","physical","txid7955" +"Q9I8P3","F1QKX9","npy","ghr","npy","F1QKX9","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Ghrelin/obestatin prepropeptide","string-db","7955.ENSDARP00000120887/7955.ENSDARP00000052619","physical","txid7955" +"Q9I8P3","F1Q681","npy","si:dkey-253i9.3","npy","npy1r","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Neuropeptide Y receptor type 1","string-db","7955.ENSDARP00000115808/7955.ENSDARP00000052619","physical","txid7955" +"Q9I8P3","E7F951","npy","si:ch73-24a15.1","npy","E7F951","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000052619","physical","txid7955" +"F1Q681","E7F951","si:dkey-253i9.3","si:ch73-24a15.1","npy1r","E7F951","Neuropeptide Y receptor type 1","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000115808","physical","txid7955" +"F1Q681","E7F0L6","si:dkey-253i9.3","si:ch211-250b22.5","npy1r","pyyb","Neuropeptide Y receptor type 1","Peptide YYb","string-db","7955.ENSDARP00000126906/7955.ENSDARP00000115808","physical","txid7955" +"Q9I8P2","E7F951","pyya","si:ch73-24a15.1","pyya","E7F951","Peptide YY-A (Peptide YY) (Peptide YYa)","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000108040","physical","txid7955" +"Q9I8P2","F1Q681","pyya","si:dkey-253i9.3","pyya","npy1r","Peptide YY-A (Peptide YY) (Peptide YYa)","Neuropeptide Y receptor type 1","string-db","7955.ENSDARP00000115808/7955.ENSDARP00000108040","physical","txid7955" +"Q9I8P2","E7F0L6","pyya","si:ch211-250b22.5","pyya","pyyb","Peptide YY-A (Peptide YY) (Peptide YYa)","Peptide YYb","string-db","7955.ENSDARP00000126906/7955.ENSDARP00000108040","physical","txid7955" +"E7F0L6","E7F951","si:ch211-250b22.5","si:ch73-24a15.1","pyyb","E7F951","Peptide YYb","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000126906","physical","txid7955" +"B3DIJ2","E7F0L6","npyrya","si:ch211-250b22.5","B3DIJ2","pyyb","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","Peptide YYb","string-db","7955.ENSDARP00000126906/7955.ENSDARP00000063623","physical","txid7955" +"B3DIJ2","Q9I8P2","npyrya","pyya","B3DIJ2","pyya","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","Peptide YY-A (Peptide YY) (Peptide YYa)","string-db","7955.ENSDARP00000108040/7955.ENSDARP00000063623","physical","txid7955" +"B3DIJ2","E7F951","npyrya","si:ch73-24a15.1","B3DIJ2","E7F951","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","Neuropeptide Y receptor type 2 (NPY-Y2 receptor)","string-db","7955.ENSDARP00000127016/7955.ENSDARP00000063623","physical","txid7955" +"B3DIJ2","F1Q681","npyrya","si:dkey-253i9.3","B3DIJ2","npy1r","Neuropeptide Y receptor Y4 (Neuropeptide Y receptor type 4 isoform X1)","Neuropeptide Y receptor type 1","string-db","7955.ENSDARP00000115808/7955.ENSDARP00000063623","physical","txid7955" +"Q7T3L3","Q90Y37","GP96","rock2","hsp90b1","rock2a","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000122621/7955.ENSDARP00000013441","physical","txid7955" +"Q7T3L3","A2BIR7","GP96","wu:fc55b04","hsp90b1","A2BIR7","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Stromal cell-derived factor 2-like 1 (Stromal cell-derived factor 2-like protein 1 precursor)","string-db","7955.ENSDARP00000113867/7955.ENSDARP00000013441","physical","txid7955" +"Q7T3L3","B8JLL8","GP96","zgc:103583","hsp90b1","ttr","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Transthyretin","string-db","7955.ENSDARP00000054083/7955.ENSDARP00000013441","physical","txid7955" +"Q7T3L3","Q58EK5","GP96","tdrd1","hsp90b1","Q58EK5","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000013441","physical","txid7955" +"Q7T3L3","Q6PCS3","GP96","id:ibd5026","hsp90b1","mef2ca","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000013441","physical","txid7955" +"Q7T3L3","Q66I42","GP96","rdx","hsp90b1","msna","Endoplasmin (Heat shock protein 90 kDa beta member 1)","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000017246/7955.ENSDARP00000013441","physical","txid7955" +"B8JLL8","Q9PUR2","zgc:103583","cryab","ttr","Q9PUR2","Transthyretin","Alpha-crystallin B chain (Alpha(B)-crystallin)","string-db","7955.ENSDARP00000062522/7955.ENSDARP00000054083","physical","txid7955" +"B8JLL8","Q9PT95","zgc:103583","Rpb4","ttr","Q9PT95","Transthyretin","Retinol binding protein (Retinol-binding protein 4 isoform X1) (Retinol-binding protein 4 precursor) (Retinol-binding protein 4, plasma)","string-db","7955.ENSDARP00000141692/7955.ENSDARP00000054083","physical","txid7955" +"B8JLL8","F1RAX4","zgc:103583","stra6","ttr","stra6","Transthyretin","Receptor for retinol uptake stra6 (Stimulated by retinoic acid gene 6 protein homolog)","string-db","7955.ENSDARP00000067478/7955.ENSDARP00000054083","physical","txid7955" +"Q5RH73","E9QB71","smo","fc55h04","smo","kif3a","Protein smoothened","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q7T2D2","smo","arrb2","smo","arrb2b","Protein smoothened","Arrb2b protein (Arrestin, beta 2b)","string-db","7955.ENSDARP00000024694/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q90419","smo","shhb","smo","shhb","Protein smoothened","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q5YKG4","smo","gna12","smo","gna12a","Protein smoothened","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","F1R8E2","smo","lep","smo","ptch1","Protein smoothened","Protein patched homolog 1","string-db","7955.ENSDARP00000025418/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q98SP7","smo","bbs2","smo","bbs2","Protein smoothened","Bardet-Biedl syndrome 2 protein homolog","string-db","7955.ENSDARP00000060999/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","A0A2R8QPB8","smo","adrbk2","smo","grk3","Protein smoothened","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q92008","smo","shha","smo","Q92008","Protein smoothened","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","E7EXH4","smo","zgc:152964","smo","E7EXH4","Protein smoothened","Bardet-Biedl syndrome 4","string-db","7955.ENSDARP00000104870/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q98862","smo","ihhb","smo","Q98862","Protein smoothened","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q98864","smo","ptch1","smo","Q98864","Protein smoothened","Protein patched homolog 1 (PTC1) (Patched 1)","string-db","7955.ENSDARP00000071771/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q8JHE0","smo","CHUNP6894","smo","csnk1a1","Protein smoothened","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","C3PTE8","smo","Beta-arrestin-1","smo","arrb1","Protein smoothened","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","P47793","smo","wnt4a","smo","wnt4a","Protein smoothened","Protein Wnt-4a","string-db","7955.ENSDARP00000095904/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q7ZWB7","smo","bbs5","smo","bbs5","Protein smoothened","Bardet-Biedl syndrome 5 protein homolog","string-db","7955.ENSDARP00000058254/7955.ENSDARP00000013486","physical","txid7955" +"Q5RH73","Q5M9P8","smo","arl6","smo","arl6","Protein smoothened","ADP-ribosylation factor-like protein 6","string-db","7955.ENSDARP00000046093/7955.ENSDARP00000013486","physical","txid7955" +"Q98864","A0JML1","ptch1","im:7428747","Q98864","gas1b","Protein patched homolog 1 (PTC1) (Patched 1)","Growth arrest-specific 1b","string-db","7955.ENSDARP00000088818/7955.ENSDARP00000071771","physical","txid7955" +"Q98864","Q1L8D0","ptch1","cb507","Q98864","cdon","Protein patched homolog 1 (PTC1) (Patched 1)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000071771","physical","txid7955" +"Q98864","Q92008","ptch1","shha","Q98864","Q92008","Protein patched homolog 1 (PTC1) (Patched 1)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000071771","physical","txid7955" +"Q98864","Q98862","ptch1","ihhb","Q98864","Q98862","Protein patched homolog 1 (PTC1) (Patched 1)","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000071771","physical","txid7955" +"Q98864","Q6NWZ9","ptch1","cdo1","Q98864","Q6NWZ9","Protein patched homolog 1 (PTC1) (Patched 1)","Cysteine dioxygenase type 1 (EC 1.13.11.20) (Cysteine dioxygenase type I) (CDO) (CDO-I)","string-db","7955.ENSDARP00000137807/7955.ENSDARP00000071771","physical","txid7955" +"Q7T2D2","Q08CJ6","arrb2","zgc:153020","arrb2b","grk4","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000133992/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q1XHM0","arrb2","grk1","arrb2b","Q1XHM0","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000076182/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","A0A0R4IID9","arrb2","eps8","arrb2b","A0A0R4IID9","Arrb2b protein (Arrestin, beta 2b)","Epidermal growth factor receptor kinase substrate 8 isoform X14 (Epidermal growth factor receptor pathway substrate 8a)","string-db","7955.ENSDARP00000134730/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","A4UU31","arrb2","MKK4B","arrb2b","map2k4b","Arrb2b protein (Arrestin, beta 2b)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000101456/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","F1RAR9","arrb2","si:dkey-171l20.1","arrb2b","F1RAR9","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000104968/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","A0A2R8QPB8","arrb2","adrbk2","arrb2b","grk3","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","A2BIP6","arrb2","PAR1","arrb2b","f2r","Arrb2b protein (Arrestin, beta 2b)","Proteinase-activated receptor 1 (Thrombin receptor)","string-db","7955.ENSDARP00000078547/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q6QZN6","arrb2","dact1","arrb2b","Q6QZN6","Arrb2b protein (Arrestin, beta 2b)","Dapper homolog 1 (Frodo 1)","string-db","7955.ENSDARP00000133221/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","P57094","arrb2","axin1","arrb2b","P57094","Arrb2b protein (Arrestin, beta 2b)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","E9QB71","arrb2","fc55h04","arrb2b","kif3a","Arrb2b protein (Arrestin, beta 2b)","Kinesin-like protein","string-db","7955.ENSDARP00000107221/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q1XHL7","arrb2","grk7b","arrb2b","grk7b","Arrb2b protein (Arrestin, beta 2b)","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","string-db","7955.ENSDARP00000072364/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","C3PTE8","arrb2","Beta-arrestin-1","arrb2b","arrb1","Arrb2b protein (Arrestin, beta 2b)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","F1R6F6","arrb2","G protein-coupled receptor kinase","arrb2b","grk5l","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000114075/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","E7FAM4","arrb2","gpr161a","arrb2b","si:ch211-237c6.4","Arrb2b protein (Arrestin, beta 2b)","G-protein coupled receptor 161-like (Si:ch211-237c6.4)","string-db","7955.ENSDARP00000126068/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q49HM9","arrb2","grk7a","arrb2b","grk7a","Arrb2b protein (Arrestin, beta 2b)","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","string-db","7955.ENSDARP00000091060/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q1L8J7","arrb2","yap1","arrb2b","yap1","Arrb2b protein (Arrestin, beta 2b)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","string-db","7955.ENSDARP00000089684/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q49HN0","arrb2","GRK1B","arrb2b","Q49HN0","Arrb2b protein (Arrestin, beta 2b)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","Q90X46","arrb2","gpr161","arrb2b","gpr161","Arrb2b protein (Arrestin, beta 2b)","G-protein coupled receptor 161","string-db","7955.ENSDARP00000072514/7955.ENSDARP00000024694","physical","txid7955" +"Q7T2D2","B1NA68","arrb2","map2k4A","arrb2b","B1NA68","Arrb2b protein (Arrestin, beta 2b)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000024694","physical","txid7955" +"F1R8E2","Q90419","lep","shhb","ptch1","shhb","Protein patched homolog 1","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","P79729","lep","dhh","ptch1","P79729","Protein patched homolog 1","Desert hedgehog protein (DHH)","string-db","7955.ENSDARP00000053870/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","Q1L8D0","lep","cb507","ptch1","cdon","Protein patched homolog 1","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","string-db","7955.ENSDARP00000081773/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","Q98864","lep","ptch1","ptch1","Q98864","Protein patched homolog 1","Protein patched homolog 1 (PTC1) (Patched 1)","string-db","7955.ENSDARP00000071771/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","Q92008","lep","shha","ptch1","Q92008","Protein patched homolog 1","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","Q6NWZ9","lep","cdo1","ptch1","Q6NWZ9","Protein patched homolog 1","Cysteine dioxygenase type 1 (EC 1.13.11.20) (Cysteine dioxygenase type I) (CDO) (CDO-I)","string-db","7955.ENSDARP00000137807/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","A9JRZ0","lep","smurf2","ptch1","smurf2","Protein patched homolog 1","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","string-db","7955.ENSDARP00000055490/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","A0JML1","lep","im:7428747","ptch1","gas1b","Protein patched homolog 1","Growth arrest-specific 1b","string-db","7955.ENSDARP00000088818/7955.ENSDARP00000025418","physical","txid7955" +"F1R8E2","Q98862","lep","ihhb","ptch1","Q98862","Protein patched homolog 1","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000025418","physical","txid7955" +"E7EXH4","Q1L8Y6","zgc:152964","bbip1","E7EXH4","bbip1","Bardet-Biedl syndrome 4","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","string-db","7955.ENSDARP00000118928/7955.ENSDARP00000104870","physical","txid7955" +"P47793","E7F737","wnt4a","dvl3","wnt4a","dvl3b","Protein Wnt-4a","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000095904","physical","txid7955" +"P47793","B3DJ49","wnt4a","zgc:194774","wnt4a","B3DJ49","Protein Wnt-4a","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000095904","physical","txid7955" +"P47793","A0JBX4","wnt4a","fzd3l","wnt4a","fzd3b","Protein Wnt-4a","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000095904","physical","txid7955" +"P47793","Q6NV44","wnt4a","Frizzled class receptor 7a","wnt4a","fzd7a","Protein Wnt-4a","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000095904","physical","txid7955" +"Q7ZWB7","E7EXH4","bbs5","zgc:152964","bbs5","E7EXH4","Bardet-Biedl syndrome 5 protein homolog","Bardet-Biedl syndrome 4","string-db","7955.ENSDARP00000104870/7955.ENSDARP00000058254","physical","txid7955" +"Q7ZWB7","A2BHH9","bbs5","Somatostatin receptor 3","bbs5","A2BHH9","Bardet-Biedl syndrome 5 protein homolog","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000058254","physical","txid7955" +"Q7ZWB7","Q98SP7","bbs5","bbs2","bbs5","bbs2","Bardet-Biedl syndrome 5 protein homolog","Bardet-Biedl syndrome 2 protein homolog","string-db","7955.ENSDARP00000060999/7955.ENSDARP00000058254","physical","txid7955" +"Q7ZWB7","Q1L8Y6","bbs5","bbip1","bbs5","bbip1","Bardet-Biedl syndrome 5 protein homolog","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","string-db","7955.ENSDARP00000118928/7955.ENSDARP00000058254","physical","txid7955" +"Q5M9P8","A2BHH9","arl6","Somatostatin receptor 3","arl6","A2BHH9","ADP-ribosylation factor-like protein 6","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000046093","physical","txid7955" +"Q5M9P8","E7EXH4","arl6","zgc:152964","arl6","E7EXH4","ADP-ribosylation factor-like protein 6","Bardet-Biedl syndrome 4","string-db","7955.ENSDARP00000104870/7955.ENSDARP00000046093","physical","txid7955" +"Q5M9P8","Q7ZWB7","arl6","bbs5","arl6","bbs5","ADP-ribosylation factor-like protein 6","Bardet-Biedl syndrome 5 protein homolog","string-db","7955.ENSDARP00000058254/7955.ENSDARP00000046093","physical","txid7955" +"Q5M9P8","Q98SP7","arl6","bbs2","arl6","bbs2","ADP-ribosylation factor-like protein 6","Bardet-Biedl syndrome 2 protein homolog","string-db","7955.ENSDARP00000060999/7955.ENSDARP00000046093","physical","txid7955" +"Q503I2","E7F4N7","trim13","sting1","Q503I2","E7F4N7","Tripartite motif-containing 13","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000013495","physical","txid7955" +"X1WHY6","Q7T2C1","ambra1b","zgc:64071","X1WHY6","cul4a","Activating molecule in BECN1-regulated autophagy protein 1B","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000129851","physical","txid7955" +"X1WHY6","A0A0R4IMY2","ambra1b","zgc:73069","X1WHY6","A0A0R4IMY2","Activating molecule in BECN1-regulated autophagy protein 1B","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000129851","physical","txid7955" +"X1WHY6","Q6PFV0","ambra1b","wu:fd14c04","X1WHY6","fbxw5","Activating molecule in BECN1-regulated autophagy protein 1B","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000129851","physical","txid7955" +"E7FAG6","E7F3Z0","ambra1a","DDB1 and CUL4-associated factor 15","ambra1a","dcaf15","Activating molecule in BECN1-regulated autophagy protein 1A","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","F1RCP1","ambra1a","becn1","ambra1a","F1RCP1","Activating molecule in BECN1-regulated autophagy protein 1A","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","F8W428","ambra1a","im:7140950","ambra1a","cul4b","Activating molecule in BECN1-regulated autophagy protein 1A","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","B0QZE8","ambra1a","iqwd1","ambra1a","dcaf6","Activating molecule in BECN1-regulated autophagy protein 1A","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","Q7T2C1","ambra1a","zgc:64071","ambra1a","cul4a","Activating molecule in BECN1-regulated autophagy protein 1A","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","Q7T2A3","ambra1a","dda1","ambra1a","dda1","Activating molecule in BECN1-regulated autophagy protein 1A","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","B3DJF2","ambra1a","fc31b01","ambra1a","B3DJF2","Activating molecule in BECN1-regulated autophagy protein 1A","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","X1WHY6","ambra1a","ambra1b","ambra1a","X1WHY6","Activating molecule in BECN1-regulated autophagy protein 1A","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","Q6PFV0","ambra1a","wu:fd14c04","ambra1a","fbxw5","Activating molecule in BECN1-regulated autophagy protein 1A","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","A0A0R4IMY2","ambra1a","zgc:73069","ambra1a","A0A0R4IMY2","Activating molecule in BECN1-regulated autophagy protein 1A","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","Q2YDS1","ambra1a","ddb2","ambra1a","ddb2","Activating molecule in BECN1-regulated autophagy protein 1A","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","A8WHR0","ambra1a","dcaf17","ambra1a","dcaf17","Activating molecule in BECN1-regulated autophagy protein 1A","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000088806","physical","txid7955" +"E7FAG6","F1QF18","ambra1a","DDB1 and CUL4-associated factor 8","ambra1a","dcaf8","Activating molecule in BECN1-regulated autophagy protein 1A","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000088806","physical","txid7955" +"Q6DHJ4","F1RCP1","nrbf2","becn1","Q6DHJ4","F1RCP1","Nuclear receptor-binding factor 2","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000029558","physical","txid7955" +"Q6DHJ4","F1Q9F3","nrbf2","im:7147158","Q6DHJ4","pik3c3","Nuclear receptor-binding factor 2","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","string-db","7955.ENSDARP00000092039/7955.ENSDARP00000029558","physical","txid7955" +"Q6DHJ4","E7FF48","nrbf2","SMRT","Q6DHJ4","ncor2","Nuclear receptor-binding factor 2","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000029558","physical","txid7955" +"Q6P0F7","B3DH93","zgc:55307","fthl29","ncoa4","B3DH93","Nuclear receptor coactivator 4 (Zgc:55307)","Ferritin","string-db","7955.ENSDARP00000100208/7955.ENSDARP00000013664","physical","txid7955" +"Q6P0F7","Q6DHT8","zgc:55307","cb141","ncoa4","fthl27","Nuclear receptor coactivator 4 (Zgc:55307)","Ferritin","string-db","7955.ENSDARP00000044237/7955.ENSDARP00000013664","physical","txid7955" +"Q6P0F7","F1R872","zgc:55307","zgc:173593","ncoa4","F1R872","Nuclear receptor coactivator 4 (Zgc:55307)","Ferritin","string-db","7955.ENSDARP00000096043/7955.ENSDARP00000013664","physical","txid7955" +"Q6P0F7","Q66HX7","zgc:55307","zgc:92245","ncoa4","fth1b","Nuclear receptor coactivator 4 (Zgc:55307)","Ferritin","string-db","7955.ENSDARP00000028465/7955.ENSDARP00000013664","physical","txid7955" +"Q6P0F7","Q9DDT0","zgc:55307","fth1","ncoa4","fth1a","Nuclear receptor coactivator 4 (Zgc:55307)","Ferritin","string-db","7955.ENSDARP00000026092/7955.ENSDARP00000013664","physical","txid7955" +"Q66HX7","A0A0R4IWL6","zgc:92245","fb96a03","fth1b","pum1","Ferritin","Pumilio homolog 1","string-db","7955.ENSDARP00000140793/7955.ENSDARP00000028465","physical","txid7955" +"Q66HX7","F1QHJ5","zgc:92245","Clathrin interactor 1-like isoform X2","fth1b","clint1b","Ferritin","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000028465","physical","txid7955" +"Q66HX7","B8A480","zgc:92245","zgc:113078","fth1b","sh3d19","Ferritin","SH3 domain-containing 19 (SH3 domain-containing protein 19)","string-db","7955.ENSDARP00000111512/7955.ENSDARP00000028465","physical","txid7955" +"Q9DDT0","F1QHJ5","fth1","Clathrin interactor 1-like isoform X2","fth1a","clint1b","Ferritin","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000026092","physical","txid7955" +"Q9DDT0","B8A480","fth1","zgc:113078","fth1a","sh3d19","Ferritin","SH3 domain-containing 19 (SH3 domain-containing protein 19)","string-db","7955.ENSDARP00000111512/7955.ENSDARP00000026092","physical","txid7955" +"Q9DDT0","Q66HX7","fth1","zgc:92245","fth1a","fth1b","Ferritin","Ferritin","string-db","7955.ENSDARP00000028465/7955.ENSDARP00000026092","physical","txid7955" +"Q9DDT0","A0A0R4IWL6","fth1","fb96a03","fth1a","pum1","Ferritin","Pumilio homolog 1","string-db","7955.ENSDARP00000140793/7955.ENSDARP00000026092","physical","txid7955" +"F1QZR6","Q6PC73","LOC569566","grb2","F1QZR6","grb2b","Fibroblast growth factor receptor 1-like (Fibroblast growth factor receptor 1b,-like)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000117523","physical","txid7955" +"F1QZR6","Q5RKN6","LOC569566","zgc:103549","F1QZR6","grb2a","Fibroblast growth factor receptor 1-like (Fibroblast growth factor receptor 1b,-like)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000117523","physical","txid7955" +"Q7T1K2","Q7ZVT2","traf4","pkm2a","Q7T1K2","pkma","TNF receptor-associated factor","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000013849","physical","txid7955" +"Q7T1K2","Q7T0K2","traf4","IAP1","Q7T1K2","birc2","TNF receptor-associated factor","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000013849","physical","txid7955" +"Q7T1K2","F6NJE2","traf4","Interleukin-1 receptor-associated kinase 1","Q7T1K2","irak1","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000013849","physical","txid7955" +"Q7T1K2","B0UYS2","traf4","Interleukin-1 receptor-associated kinase 3","Q7T1K2","irak3","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 3","string-db","7955.ENSDARP00000067130/7955.ENSDARP00000013849","physical","txid7955" +"B0UYS2","B0UXK1","Interleukin-1 receptor-associated kinase 3","TNF receptor-associated factor","irak3","traf1","Interleukin-1 receptor-associated kinase 3","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000067130","physical","txid7955" +"H0WER0","Q6NYJ3","Si:dkey-14d8.1","terf2ip","si:dkey-14d8.1","Q6NYJ3","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000125338","physical","txid7955" +"H0WER0","X1WCR0","Si:dkey-14d8.1","fb06e02","si:dkey-14d8.1","ten1","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000125338","physical","txid7955" +"F1QGF1","X1WCR0","Uncharacterized protein LOC503753","fb06e02","-","ten1","Uncharacterized protein LOC503753 (Zgc:113263)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","string-db","7955.ENSDARP00000128007/7955.ENSDARP00000111063","physical","txid7955" +"F1QGF1","H0WER0","Uncharacterized protein LOC503753","Si:dkey-14d8.1","-","si:dkey-14d8.1","Uncharacterized protein LOC503753 (Zgc:113263)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","string-db","7955.ENSDARP00000125338/7955.ENSDARP00000111063","physical","txid7955" +"F1QGF1","F1R9M2","Uncharacterized protein LOC503753","TERF1","-","tinf2","Uncharacterized protein LOC503753 (Zgc:113263)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000111063","physical","txid7955" +"F1QGF1","Q6NYJ3","Uncharacterized protein LOC503753","terf2ip","-","Q6NYJ3","Uncharacterized protein LOC503753 (Zgc:113263)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000111063","physical","txid7955" +"Q7ZW86","Q7ZVA0","cwc27","smu1","Q7ZW86","Q7ZVA0","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","string-db","7955.ENSDARP00000089117/7955.ENSDARP00000064209","physical","txid7955" +"Q7ZW86","Q7SXM7","cwc27","prpf31","Q7ZW86","prpf31","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000064209","physical","txid7955" +"Q7ZW86","Q1LVE8","cwc27","sf3b3","Q7ZW86","sf3b3","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000064209","physical","txid7955" +"Q6DHU4","Q6P7Y3","prpf38a","prpf38b","prpf38a","Q6P7Y3","Pre-mRNA-splicing factor 38A","Pre-mRNA-splicing factor 38B","string-db","7955.ENSDARP00000069565/7955.ENSDARP00000057289","physical","txid7955" +"Q6DHU4","Q7SXM7","prpf38a","prpf31","prpf38a","prpf31","Pre-mRNA-splicing factor 38A","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000057289","physical","txid7955" +"Q6DHU4","Q7ZVA0","prpf38a","smu1","prpf38a","Q7ZVA0","Pre-mRNA-splicing factor 38A","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","string-db","7955.ENSDARP00000089117/7955.ENSDARP00000057289","physical","txid7955" +"Q6DHU4","Q7ZW86","prpf38a","cwc27","prpf38a","Q7ZW86","Pre-mRNA-splicing factor 38A","Spliceosome-associated protein CWC27 homolog (Probable inactive peptidyl-prolyl cis-trans isomerase CWC27 homolog) (PPIase CWC27)","string-db","7955.ENSDARP00000064209/7955.ENSDARP00000057289","physical","txid7955" +"Q6DHU4","Q1LVE8","prpf38a","sf3b3","prpf38a","sf3b3","Pre-mRNA-splicing factor 38A","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000057289","physical","txid7955" +"Q7ZVA0","Q1LVE8","smu1","sf3b3","Q7ZVA0","sf3b3","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","Splicing factor 3B subunit 3","string-db","7955.ENSDARP00000134109/7955.ENSDARP00000089117","physical","txid7955" +"Q7ZVA0","Q7SXM7","smu1","prpf31","Q7ZVA0","prpf31","WD40 repeat-containing protein SMU1 (Smu-1 suppressor of mec-8 and unc-52 protein homolog)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","string-db","7955.ENSDARP00000120708/7955.ENSDARP00000089117","physical","txid7955" +"Q8QHI1","B3DG12","atp1b3","ATP-binding cassette sub-family G member 5","atp1b3a","B3DG12","Sodium/potassium-transporting ATPase subunit beta","ATP-binding cassette sub-family G member 5 (ATP-binding cassette, sub-family G (WHITE), member 5)","string-db","7955.ENSDARP00000086278/7955.ENSDARP00000013993","physical","txid7955" +"Q8QHI1","Q90Z34","atp1b3","cb712","atp1b3a","Q90Z34","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000088594/7955.ENSDARP00000013993","physical","txid7955" +"Q8QHI1","Q9DGL2","atp1b3","wu:fc09e11","atp1b3a","atp1b2a","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000139476/7955.ENSDARP00000013993","physical","txid7955" +"Q8QHI1","Q9DGI4","atp1b3","cb714","atp1b3a","atp1b3b","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000062873/7955.ENSDARP00000013993","physical","txid7955" +"Q8QHI1","E7F9R1","atp1b3","Sodium/potassium-transporting ATPase subunit beta","atp1b3a","E7F9R1","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000069762/7955.ENSDARP00000013993","physical","txid7955" +"E7F9R1","B3DG12","Sodium/potassium-transporting ATPase subunit beta","ATP-binding cassette sub-family G member 5","E7F9R1","B3DG12","Sodium/potassium-transporting ATPase subunit beta","ATP-binding cassette sub-family G member 5 (ATP-binding cassette, sub-family G (WHITE), member 5)","string-db","7955.ENSDARP00000086278/7955.ENSDARP00000069762","physical","txid7955" +"E7F9R1","Q90Z34","Sodium/potassium-transporting ATPase subunit beta","cb712","E7F9R1","Q90Z34","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000088594/7955.ENSDARP00000069762","physical","txid7955" +"E7F9R1","Q6DRP3","Sodium/potassium-transporting ATPase subunit beta","fb37b08","E7F9R1","snw1","Sodium/potassium-transporting ATPase subunit beta","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000069762","physical","txid7955" +"E7F9R1","Q9DGL2","Sodium/potassium-transporting ATPase subunit beta","wu:fc09e11","E7F9R1","atp1b2a","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000139476/7955.ENSDARP00000069762","physical","txid7955" +"Q90Z34","A0A0R4ILG2","cb712","si:ch211-139a5.9","Q90Z34","A0A0R4ILG2","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000134986/7955.ENSDARP00000088594","physical","txid7955" +"Q90Z34","X1WI05","cb712","si:dkey-56f14.4","Q90Z34","X1WI05","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000129870/7955.ENSDARP00000088594","physical","txid7955" +"Q90Z34","E7FEN3","cb712","si:dkey-262k9.4","Q90Z34","E7FEN3","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000112312/7955.ENSDARP00000088594","physical","txid7955" +"Q90Z34","Q9DGL2","cb712","wu:fc09e11","Q90Z34","atp1b2a","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000139476/7955.ENSDARP00000088594","physical","txid7955" +"Q9DGI4","A0A0R4ILG2","cb714","si:ch211-139a5.9","atp1b3b","A0A0R4ILG2","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000134986/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","Q9DGL2","cb714","wu:fc09e11","atp1b3b","atp1b2a","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000139476/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","E7F9R1","cb714","Sodium/potassium-transporting ATPase subunit beta","atp1b3b","E7F9R1","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000069762/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","X1WI05","cb714","si:dkey-56f14.4","atp1b3b","X1WI05","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000129870/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","Q9DGL6","cb714","atp1a1","atp1b3b","atp1a1a.1","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit alpha","string-db","7955.ENSDARP00000075490/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","B3DG12","cb714","ATP-binding cassette sub-family G member 5","atp1b3b","B3DG12","Sodium/potassium-transporting ATPase subunit beta","ATP-binding cassette sub-family G member 5 (ATP-binding cassette, sub-family G (WHITE), member 5)","string-db","7955.ENSDARP00000086278/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","Q90Z34","cb714","cb712","atp1b3b","Q90Z34","Sodium/potassium-transporting ATPase subunit beta","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000088594/7955.ENSDARP00000062873","physical","txid7955" +"Q9DGI4","E7FEN3","cb714","si:dkey-262k9.4","atp1b3b","E7FEN3","Sodium/potassium-transporting ATPase subunit beta","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000112312/7955.ENSDARP00000062873","physical","txid7955" +"B3DG12","Q90Z34","ATP-binding cassette sub-family G member 5","cb712","B3DG12","Q90Z34","ATP-binding cassette sub-family G member 5 (ATP-binding cassette, sub-family G (WHITE), member 5)","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000088594/7955.ENSDARP00000086278","physical","txid7955" +"B3DG12","Q9DGL2","ATP-binding cassette sub-family G member 5","wu:fc09e11","B3DG12","atp1b2a","ATP-binding cassette sub-family G member 5 (ATP-binding cassette, sub-family G (WHITE), member 5)","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000139476/7955.ENSDARP00000086278","physical","txid7955" +"Q6P3L6","A2BFP6","hsd17b12a","20beta-hydroxysteroid dehydrogenase type 2","hsd17b12a","hsd20b2","Very-long-chain 3-oxoacyl-CoA reductase-A (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-A) (17-beta-HSD 12-A) (zf3.1) (zfHSD17B12A) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-A) (EC 1.1.1.62)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","string-db","7955.ENSDARP00000091542/7955.ENSDARP00000014003","physical","txid7955" +"Q6P3L6","Q6QA33","hsd17b12a","hsd17b12b","hsd17b12a","hsd17b12b","Very-long-chain 3-oxoacyl-CoA reductase-A (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-A) (17-beta-HSD 12-A) (zf3.1) (zfHSD17B12A) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-A) (EC 1.1.1.62)","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","string-db","7955.ENSDARP00000089612/7955.ENSDARP00000014003","physical","txid7955" +"Q6P3L6","Q08BC5","hsd17b12a","zgc:153977","hsd17b12a","hsd17b7","Very-long-chain 3-oxoacyl-CoA reductase-A (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-A) (17-beta-HSD 12-A) (zf3.1) (zfHSD17B12A) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-A) (EC 1.1.1.62)","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","string-db","7955.ENSDARP00000098015/7955.ENSDARP00000014003","physical","txid7955" +"Q6P3L6","F1QUP2","hsd17b12a","Estradiol 17-beta-dehydrogenase 1","hsd17b12a","F1QUP2","Very-long-chain 3-oxoacyl-CoA reductase-A (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-A) (17-beta-HSD 12-A) (zf3.1) (zfHSD17B12A) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-A) (EC 1.1.1.62)","Estradiol 17-beta-dehydrogenase 1 (Hydroxysteroid (17-beta) dehydrogenase 1)","string-db","7955.ENSDARP00000026566/7955.ENSDARP00000014003","physical","txid7955" +"A2BFP6","Q08BC5","20beta-hydroxysteroid dehydrogenase type 2","zgc:153977","hsd20b2","hsd17b7","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","string-db","7955.ENSDARP00000098015/7955.ENSDARP00000091542","physical","txid7955" +"Q08BC5","A0A0R4IQG1","zgc:153977","zgc:56481","hsd17b7","hmgcs1","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","Hydroxymethylglutaryl-CoA synthase (HMG-CoA synthase) (EC 2.3.3.10) (3-hydroxy-3-methylglutaryl coenzyme A synthase)","string-db","7955.ENSDARP00000137373/7955.ENSDARP00000098015","physical","txid7955" +"F1QUP2","Q6QA33","Estradiol 17-beta-dehydrogenase 1","hsd17b12b","F1QUP2","hsd17b12b","Estradiol 17-beta-dehydrogenase 1 (Hydroxysteroid (17-beta) dehydrogenase 1)","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","string-db","7955.ENSDARP00000089612/7955.ENSDARP00000026566","physical","txid7955" +"F1QUP2","Q08BC5","Estradiol 17-beta-dehydrogenase 1","zgc:153977","F1QUP2","hsd17b7","Estradiol 17-beta-dehydrogenase 1 (Hydroxysteroid (17-beta) dehydrogenase 1)","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","string-db","7955.ENSDARP00000098015/7955.ENSDARP00000026566","physical","txid7955" +"F1QUP2","A2BFP6","Estradiol 17-beta-dehydrogenase 1","20beta-hydroxysteroid dehydrogenase type 2","F1QUP2","hsd20b2","Estradiol 17-beta-dehydrogenase 1 (Hydroxysteroid (17-beta) dehydrogenase 1)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","string-db","7955.ENSDARP00000091542/7955.ENSDARP00000026566","physical","txid7955" +"Q6QA33","Q08BC5","hsd17b12b","zgc:153977","hsd17b12b","hsd17b7","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","string-db","7955.ENSDARP00000098015/7955.ENSDARP00000089612","physical","txid7955" +"Q6QA33","A2BFP6","hsd17b12b","20beta-hydroxysteroid dehydrogenase type 2","hsd17b12b","hsd20b2","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","string-db","7955.ENSDARP00000091542/7955.ENSDARP00000089612","physical","txid7955" +"Q5TYR1","B8JKI8","wu:fb38e12","htatip","rad51","kat5b","DNA repair protein RAD51 homolog","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A8N7UW22","wu:fb38e12","DNA repair protein RAD50","rad51","A0A8N7UW22","DNA repair protein RAD51 homolog","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","Q803U7","wu:fb38e12","exo1","rad51","Q803U7","DNA repair protein RAD51 homolog","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A2R8RVN3","wu:fb38e12","DNA topoisomerase 2-binding protein 1","rad51","topbp1","DNA repair protein RAD51 homolog","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A0R4IUC9","wu:fb38e12","RecQ mediated genome instability 2","rad51","A0A0R4IUC9","DNA repair protein RAD51 homolog","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A8M9QPT3","wu:fb38e12","fc38f05","rad51","A0A8M9QPT3","DNA repair protein RAD51 homolog","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A8M2B481","wu:fb38e12","fancd1","rad51","A0A8M2B481","DNA repair protein RAD51 homolog","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","F1QXE3","wu:fb38e12","zgc:112400","rad51","rad52","DNA repair protein RAD51 homolog","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","E7F2N1","wu:fb38e12","si:ch73-352p4.5","rad51","si:ch73-352p4.5","DNA repair protein RAD51 homolog","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","Q1LXB1","wu:fb38e12","si:dkey-42i9.5","rad51","atrip","DNA repair protein RAD51 homolog","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","F1R983","wu:fb38e12","rbbp8","rad51","rbbp8","DNA repair protein RAD51 homolog","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","B0S509","wu:fb38e12","rad9a","rad51","B0S509","DNA repair protein RAD51 homolog","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A0A8M6YW51","wu:fb38e12","DNA helicase","rad51","A0A8M6YW51","DNA repair protein RAD51 homolog","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","B7ZDD5","wu:fb38e12","fancj","rad51","brip1","DNA repair protein RAD51 homolog","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","A2BGQ6","wu:fb38e12","zgc:91969","rad51","rad17","DNA repair protein RAD51 homolog","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","F1R474","wu:fb38e12","zgc:77165","rad51","rad51d","DNA repair protein RAD51 homolog","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000060705","physical","txid7955" +"Q5TYR1","X1WCF3","wu:fb38e12","DNA topoisomerase","rad51","top3a","DNA repair protein RAD51 homolog","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000060705","physical","txid7955" +"A2BHH9","E7EXH4","Somatostatin receptor 3","zgc:152964","A2BHH9","E7EXH4","Somatostatin receptor 3 (Somatostatin receptor type 5)","Bardet-Biedl syndrome 4","string-db","7955.ENSDARP00000104870/7955.ENSDARP00000097945","physical","txid7955" +"A2BHH9","A0A0R4IV97","Somatostatin receptor 3","Somatostatin receptor 1a","A2BHH9","sstr1a","Somatostatin receptor 3 (Somatostatin receptor type 5)","Somatostatin receptor 1a (Somatostatin receptor type 1)","string-db","7955.ENSDARP00000138468/7955.ENSDARP00000097945","physical","txid7955" +"Q566S7","A3KNX4","wu:fj45h02","zgc:162640","mrps18b","chchd1","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","F1QKS9","wu:fj45h02","zgc:163126","mrps18b","mrps21","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","A7MBV9","wu:fj45h02","Small ribosomal subunit protein mS38","mrps18b","aurkaip1","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","E7F8G8","wu:fj45h02","si:dkey-17e16.10","mrps18b","si:dkey-17e16.10","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q502C1","wu:fj45h02","mrps24","mrps18b","mrps24","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q498Z6","wu:fj45h02","mrps7","mrps18b","Q498Z6","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q5SPH9","wu:fj45h02","mrps10","mrps18b","Q5SPH9","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q6DH29","wu:fj45h02","zgc:92670","mrps18b","mrps26","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","string-db","7955.ENSDARP00000058055/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","A8WHV7","wu:fj45h02","si:dkey-190g11.7","mrps18b","mrps36","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","B0S6U7","wu:fj45h02","eral1","mrps18b","eral1","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","F1QEG6","wu:fj45h02","fa19c10","mrps18b","F1QEG6","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q32LU7","wu:fj45h02","ptcd3","mrps18b","Q32LU7","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q6L5P4","wu:fj45h02","MRPS33","mrps18b","mrps33","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS33","string-db","7955.ENSDARP00000048674/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q5VSI2","wu:fj45h02","zgc:162401","mrps18b","mrps11","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q567W4","wu:fj45h02","zgc:110709","mrps18b","mrps25","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","string-db","7955.ENSDARP00000060541/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q503X4","wu:fj45h02","28S ribosomal protein S17, mitochondrial","mrps18b","mrps17","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q498P2","wu:fj45h02","mrps35","mrps18b","Q498P2","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","string-db","7955.ENSDARP00000056120/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","Q6DGL8","wu:fj45h02","mrps15","mrps18b","Q6DGL8","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000014244","physical","txid7955" +"Q566S7","E9QDB6","wu:fj45h02","wu:fa18c12","mrps18b","E9QDB6","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000014244","physical","txid7955" +"Q6DH29","A7MBV9","zgc:92670","Small ribosomal subunit protein mS38","mrps26","aurkaip1","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","E9QDB6","zgc:92670","wu:fa18c12","mrps26","E9QDB6","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q32LU7","zgc:92670","ptcd3","mrps26","Q32LU7","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q6DGL8","zgc:92670","mrps15","mrps26","Q6DGL8","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","A8WHV7","zgc:92670","si:dkey-190g11.7","mrps26","mrps36","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","B0S6U7","zgc:92670","eral1","mrps26","eral1","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q5SPH9","zgc:92670","mrps10","mrps26","Q5SPH9","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q498Z6","zgc:92670","mrps7","mrps26","Q498Z6","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q5VSI2","zgc:92670","zgc:162401","mrps26","mrps11","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","F1QKS9","zgc:92670","zgc:163126","mrps26","mrps21","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q502C1","zgc:92670","mrps24","mrps26","mrps24","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","F1QEG6","zgc:92670","fa19c10","mrps26","F1QEG6","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","A3KNX4","zgc:92670","zgc:162640","mrps26","chchd1","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q567W4","zgc:92670","zgc:110709","mrps26","mrps25","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","string-db","7955.ENSDARP00000060541/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","A2BEP0","zgc:92670","D60","mrps26","mrps31","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","string-db","7955.ENSDARP00000075056/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","Q503X4","zgc:92670","28S ribosomal protein S17, mitochondrial","mrps26","mrps17","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000058055","physical","txid7955" +"Q6DH29","E7F8G8","zgc:92670","si:dkey-17e16.10","mrps26","si:dkey-17e16.10","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000058055","physical","txid7955" +"Q32LU7","Q6DGL8","ptcd3","mrps15","Q32LU7","Q6DGL8","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000135512","physical","txid7955" +"Q32LU7","A7MBV9","ptcd3","Small ribosomal subunit protein mS38","Q32LU7","aurkaip1","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000135512","physical","txid7955" +"Q6L5P4","F1QEG6","MRPS33","fa19c10","mrps33","F1QEG6","Small ribosomal subunit protein mS33","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","E9QDB6","MRPS33","wu:fa18c12","mrps33","E9QDB6","Small ribosomal subunit protein mS33","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q567W4","MRPS33","zgc:110709","mrps33","mrps25","Small ribosomal subunit protein mS33","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","string-db","7955.ENSDARP00000060541/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q32LU7","MRPS33","ptcd3","mrps33","Q32LU7","Small ribosomal subunit protein mS33","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q5SPH9","MRPS33","mrps10","mrps33","Q5SPH9","Small ribosomal subunit protein mS33","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","B0S6U7","MRPS33","eral1","mrps33","eral1","Small ribosomal subunit protein mS33","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q503X4","MRPS33","28S ribosomal protein S17, mitochondrial","mrps33","mrps17","Small ribosomal subunit protein mS33","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q502C1","MRPS33","mrps24","mrps33","mrps24","Small ribosomal subunit protein mS33","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q6DGL8","MRPS33","mrps15","mrps33","Q6DGL8","Small ribosomal subunit protein mS33","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q498Z6","MRPS33","mrps7","mrps33","Q498Z6","Small ribosomal subunit protein mS33","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","A7MBV9","MRPS33","Small ribosomal subunit protein mS38","mrps33","aurkaip1","Small ribosomal subunit protein mS33","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q498P2","MRPS33","mrps35","mrps33","Q498P2","Small ribosomal subunit protein mS33","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","string-db","7955.ENSDARP00000056120/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","E7F8G8","MRPS33","si:dkey-17e16.10","mrps33","si:dkey-17e16.10","Small ribosomal subunit protein mS33","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","F1QKS9","MRPS33","zgc:163126","mrps33","mrps21","Small ribosomal subunit protein mS33","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q6DH29","MRPS33","zgc:92670","mrps33","mrps26","Small ribosomal subunit protein mS33","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","string-db","7955.ENSDARP00000058055/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","Q5VSI2","MRPS33","zgc:162401","mrps33","mrps11","Small ribosomal subunit protein mS33","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","A3KNX4","MRPS33","zgc:162640","mrps33","chchd1","Small ribosomal subunit protein mS33","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000048674","physical","txid7955" +"Q6L5P4","A8WHV7","MRPS33","si:dkey-190g11.7","mrps33","mrps36","Small ribosomal subunit protein mS33","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000048674","physical","txid7955" +"B0S6U7","A7MBV9","eral1","Small ribosomal subunit protein mS38","eral1","aurkaip1","GTPase Era, mitochondrial (ERA-like protein 1)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","E9QDB6","eral1","wu:fa18c12","eral1","E9QDB6","GTPase Era, mitochondrial (ERA-like protein 1)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","E7F8G8","eral1","si:dkey-17e16.10","eral1","si:dkey-17e16.10","GTPase Era, mitochondrial (ERA-like protein 1)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","Q32LU7","eral1","ptcd3","eral1","Q32LU7","GTPase Era, mitochondrial (ERA-like protein 1)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","A8WHV7","eral1","si:dkey-190g11.7","eral1","mrps36","GTPase Era, mitochondrial (ERA-like protein 1)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","Q498Z6","eral1","mrps7","eral1","Q498Z6","GTPase Era, mitochondrial (ERA-like protein 1)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","F1QKS9","eral1","zgc:163126","eral1","mrps21","GTPase Era, mitochondrial (ERA-like protein 1)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","A3KNX4","eral1","zgc:162640","eral1","chchd1","GTPase Era, mitochondrial (ERA-like protein 1)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","Q6DGL8","eral1","mrps15","eral1","Q6DGL8","GTPase Era, mitochondrial (ERA-like protein 1)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","Q502C1","eral1","mrps24","eral1","mrps24","GTPase Era, mitochondrial (ERA-like protein 1)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000078213","physical","txid7955" +"B0S6U7","Q5VSI2","eral1","zgc:162401","eral1","mrps11","GTPase Era, mitochondrial (ERA-like protein 1)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000078213","physical","txid7955" +"E7F8G8","E9QDB6","si:dkey-17e16.10","wu:fa18c12","si:dkey-17e16.10","E9QDB6","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","Q502C1","si:dkey-17e16.10","mrps24","si:dkey-17e16.10","mrps24","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","Q32LU7","si:dkey-17e16.10","ptcd3","si:dkey-17e16.10","Q32LU7","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","A8WHV7","si:dkey-17e16.10","si:dkey-190g11.7","si:dkey-17e16.10","mrps36","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","Q498Z6","si:dkey-17e16.10","mrps7","si:dkey-17e16.10","Q498Z6","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","Q6DGL8","si:dkey-17e16.10","mrps15","si:dkey-17e16.10","Q6DGL8","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000116443","physical","txid7955" +"E7F8G8","A7MBV9","si:dkey-17e16.10","Small ribosomal subunit protein mS38","si:dkey-17e16.10","aurkaip1","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000116443","physical","txid7955" +"Q503X4","E7F8G8","28S ribosomal protein S17, mitochondrial","si:dkey-17e16.10","mrps17","si:dkey-17e16.10","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","A7MBV9","28S ribosomal protein S17, mitochondrial","Small ribosomal subunit protein mS38","mrps17","aurkaip1","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","F1QEG6","28S ribosomal protein S17, mitochondrial","fa19c10","mrps17","F1QEG6","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","Q32LU7","28S ribosomal protein S17, mitochondrial","ptcd3","mrps17","Q32LU7","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","Q6DGL8","28S ribosomal protein S17, mitochondrial","mrps15","mrps17","Q6DGL8","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","E9QDB6","28S ribosomal protein S17, mitochondrial","wu:fa18c12","mrps17","E9QDB6","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","Q5VSI2","28S ribosomal protein S17, mitochondrial","zgc:162401","mrps17","mrps11","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","Q502C1","28S ribosomal protein S17, mitochondrial","mrps24","mrps17","mrps24","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","A8WHV7","28S ribosomal protein S17, mitochondrial","si:dkey-190g11.7","mrps17","mrps36","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","A2BEP0","28S ribosomal protein S17, mitochondrial","D60","mrps17","mrps31","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","string-db","7955.ENSDARP00000075056/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","F1QKS9","28S ribosomal protein S17, mitochondrial","zgc:163126","mrps17","mrps21","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","B0S6U7","28S ribosomal protein S17, mitochondrial","eral1","mrps17","eral1","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","Q498Z6","28S ribosomal protein S17, mitochondrial","mrps7","mrps17","Q498Z6","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000070795","physical","txid7955" +"Q503X4","A3KNX4","28S ribosomal protein S17, mitochondrial","zgc:162640","mrps17","chchd1","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000070795","physical","txid7955" +"A7MBV9","Q6DGL8","Small ribosomal subunit protein mS38","mrps15","aurkaip1","Q6DGL8","Small ribosomal subunit protein mS38","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000140743","physical","txid7955" +"E9QDB6","A7MBV9","wu:fa18c12","Small ribosomal subunit protein mS38","E9QDB6","aurkaip1","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000123077","physical","txid7955" +"E9QDB6","Q502C1","wu:fa18c12","mrps24","E9QDB6","mrps24","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000123077","physical","txid7955" +"E9QDB6","Q498Z6","wu:fa18c12","mrps7","E9QDB6","Q498Z6","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000123077","physical","txid7955" +"E9QDB6","Q32LU7","wu:fa18c12","ptcd3","E9QDB6","Q32LU7","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000123077","physical","txid7955" +"E9QDB6","Q6DGL8","wu:fa18c12","mrps15","E9QDB6","Q6DGL8","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000123077","physical","txid7955" +"F1QEG6","B0S6U7","fa19c10","eral1","F1QEG6","eral1","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","Q498Z6","fa19c10","mrps7","F1QEG6","Q498Z6","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","E7F8G8","fa19c10","si:dkey-17e16.10","F1QEG6","si:dkey-17e16.10","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","Q502C1","fa19c10","mrps24","F1QEG6","mrps24","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","E9QDB6","fa19c10","wu:fa18c12","F1QEG6","E9QDB6","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","Q32LU7","fa19c10","ptcd3","F1QEG6","Q32LU7","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","A8WHV7","fa19c10","si:dkey-190g11.7","F1QEG6","mrps36","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","F1QKS9","fa19c10","zgc:163126","F1QEG6","mrps21","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","Q5VSI2","fa19c10","zgc:162401","F1QEG6","mrps11","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","A3KNX4","fa19c10","zgc:162640","F1QEG6","chchd1","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","Q6DGL8","fa19c10","mrps15","F1QEG6","Q6DGL8","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000075118","physical","txid7955" +"F1QEG6","A7MBV9","fa19c10","Small ribosomal subunit protein mS38","F1QEG6","aurkaip1","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000075118","physical","txid7955" +"Q5VSI2","Q642H9","zgc:162401","rps4x","mrps11","rps4x","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6PBI5","zgc:162401","rps25","mrps11","rps25","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q32LU7","zgc:162401","ptcd3","mrps11","Q32LU7","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6NWC3","zgc:162401","fc94f01","mrps11","rps2","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6PBK3","zgc:162401","rps28","mrps11","rps28","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6P6E2","zgc:162401","wu:fa91f03","mrps11","Q6P6E2","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q803F6","zgc:162401","rpsa","mrps11","rpsa","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q4QRJ7","zgc:162401","eif2a","mrps11","Q4QRJ7","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q498Z6","zgc:162401","mrps7","mrps11","Q498Z6","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","A0A0N4SUD2","zgc:162401","Ubi-p63E","mrps11","ubb","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","A8WHV7","zgc:162401","si:dkey-190g11.7","mrps11","mrps36","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6DGL8","zgc:162401","mrps15","mrps11","Q6DGL8","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6Q420","zgc:162401","rps15a","mrps11","rps15a","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","E7F8G8","zgc:162401","si:dkey-17e16.10","mrps11","si:dkey-17e16.10","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","P62084","zgc:162401","rps7","mrps11","rps7","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q502C1","zgc:162401","mrps24","mrps11","mrps24","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","A7MBV9","zgc:162401","Small ribosomal subunit protein mS38","mrps11","aurkaip1","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6PC01","zgc:162401","fau","mrps11","Q6PC01","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q7SXA3","zgc:162401","zgc:66168","mrps11","rps27a","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","B3DHM1","zgc:162401","Ubiquitin-like","mrps11","B3DHM1","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","E9QDB6","zgc:162401","wu:fa18c12","mrps11","E9QDB6","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000097569","physical","txid7955" +"Q5VSI2","Q6P5M3","zgc:162401","hm:zeh0819","mrps11","rps9","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000097569","physical","txid7955" +"A3KNX4","Q32LU7","zgc:162640","ptcd3","chchd1","Q32LU7","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","A7MBV9","zgc:162640","Small ribosomal subunit protein mS38","chchd1","aurkaip1","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","F1QKS9","zgc:162640","zgc:163126","chchd1","mrps21","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","A8WHV7","zgc:162640","si:dkey-190g11.7","chchd1","mrps36","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","Q498Z6","zgc:162640","mrps7","chchd1","Q498Z6","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","Q6DGL8","zgc:162640","mrps15","chchd1","Q6DGL8","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","E9QDB6","zgc:162640","wu:fa18c12","chchd1","E9QDB6","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","Q502C1","zgc:162640","mrps24","chchd1","mrps24","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","Q5VSI2","zgc:162640","zgc:162401","chchd1","mrps11","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000091714","physical","txid7955" +"A3KNX4","E7F8G8","zgc:162640","si:dkey-17e16.10","chchd1","si:dkey-17e16.10","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000091714","physical","txid7955" +"Q498P2","Q503X4","mrps35","28S ribosomal protein S17, mitochondrial","Q498P2","mrps17","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","A7MBV9","mrps35","Small ribosomal subunit protein mS38","Q498P2","aurkaip1","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q6DH29","mrps35","zgc:92670","Q498P2","mrps26","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","string-db","7955.ENSDARP00000058055/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q6DGL8","mrps35","mrps15","Q498P2","Q6DGL8","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q5VSI2","mrps35","zgc:162401","Q498P2","mrps11","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","E7F8G8","mrps35","si:dkey-17e16.10","Q498P2","si:dkey-17e16.10","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","A2BEP0","mrps35","D60","Q498P2","mrps31","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","string-db","7955.ENSDARP00000075056/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q502C1","mrps35","mrps24","Q498P2","mrps24","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","F1QEG6","mrps35","fa19c10","Q498P2","F1QEG6","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","A3KNX4","mrps35","zgc:162640","Q498P2","chchd1","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","B0S6U7","mrps35","eral1","Q498P2","eral1","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q32LU7","mrps35","ptcd3","Q498P2","Q32LU7","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","A8WHV7","mrps35","si:dkey-190g11.7","Q498P2","mrps36","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q5SPH9","mrps35","mrps10","Q498P2","Q5SPH9","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","E9QDB6","mrps35","wu:fa18c12","Q498P2","E9QDB6","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q567W4","mrps35","zgc:110709","Q498P2","mrps25","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","string-db","7955.ENSDARP00000060541/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","Q498Z6","mrps35","mrps7","Q498P2","Q498Z6","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000056120","physical","txid7955" +"Q498P2","F1QKS9","mrps35","zgc:163126","Q498P2","mrps21","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000056120","physical","txid7955" +"A8WHV7","Q32LU7","si:dkey-190g11.7","ptcd3","mrps36","Q32LU7","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","Q498Z6","si:dkey-190g11.7","mrps7","mrps36","Q498Z6","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","Q502C1","si:dkey-190g11.7","mrps24","mrps36","mrps24","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","E7EZ05","si:dkey-190g11.7","2-oxoglutarate dehydrogenase complex component E1","mrps36","ogdhb","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","A7MBV9","si:dkey-190g11.7","Small ribosomal subunit protein mS38","mrps36","aurkaip1","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","Q6DGL8","si:dkey-190g11.7","mrps15","mrps36","Q6DGL8","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000121509","physical","txid7955" +"A8WHV7","E9QDB6","si:dkey-190g11.7","wu:fa18c12","mrps36","E9QDB6","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000121509","physical","txid7955" +"Q498Z6","Q6DGL8","mrps7","mrps15","Q498Z6","Q6DGL8","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000135472","physical","txid7955" +"Q498Z6","Q32LU7","mrps7","ptcd3","Q498Z6","Q32LU7","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000135472","physical","txid7955" +"Q498Z6","A7MBV9","mrps7","Small ribosomal subunit protein mS38","Q498Z6","aurkaip1","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000135472","physical","txid7955" +"F1QKS9","Q6DGL8","zgc:163126","mrps15","mrps21","Q6DGL8","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","A8WHV7","zgc:163126","si:dkey-190g11.7","mrps21","mrps36","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","Q498Z6","zgc:163126","mrps7","mrps21","Q498Z6","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","E7F8G8","zgc:163126","si:dkey-17e16.10","mrps21","si:dkey-17e16.10","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","Q502C1","zgc:163126","mrps24","mrps21","mrps24","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","E9QDB6","zgc:163126","wu:fa18c12","mrps21","E9QDB6","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","Q5VSI2","zgc:163126","zgc:162401","mrps21","mrps11","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","A7MBV9","zgc:163126","Small ribosomal subunit protein mS38","mrps21","aurkaip1","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000095428","physical","txid7955" +"F1QKS9","Q32LU7","zgc:163126","ptcd3","mrps21","Q32LU7","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000095428","physical","txid7955" +"Q502C1","Q32LU7","mrps24","ptcd3","mrps24","Q32LU7","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000134058","physical","txid7955" +"Q502C1","Q498Z6","mrps24","mrps7","mrps24","Q498Z6","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000134058","physical","txid7955" +"Q502C1","A7MBV9","mrps24","Small ribosomal subunit protein mS38","mrps24","aurkaip1","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000134058","physical","txid7955" +"Q502C1","Q6DGL8","mrps24","mrps15","mrps24","Q6DGL8","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000134058","physical","txid7955" +"Q567W4","F1QKS9","zgc:110709","zgc:163126","mrps25","mrps21","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q6DGL8","zgc:110709","mrps15","mrps25","Q6DGL8","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","A8WHV7","zgc:110709","si:dkey-190g11.7","mrps25","mrps36","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","B0S6U7","zgc:110709","eral1","mrps25","eral1","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","E9QDB6","zgc:110709","wu:fa18c12","mrps25","E9QDB6","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q498Z6","zgc:110709","mrps7","mrps25","Q498Z6","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q32LU7","zgc:110709","ptcd3","mrps25","Q32LU7","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q5VSI2","zgc:110709","zgc:162401","mrps25","mrps11","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q502C1","zgc:110709","mrps24","mrps25","mrps24","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q503X4","zgc:110709","28S ribosomal protein S17, mitochondrial","mrps25","mrps17","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","F1QEG6","zgc:110709","fa19c10","mrps25","F1QEG6","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","A7MBV9","zgc:110709","Small ribosomal subunit protein mS38","mrps25","aurkaip1","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","A3KNX4","zgc:110709","zgc:162640","mrps25","chchd1","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","Q5SPH9","zgc:110709","mrps10","mrps25","Q5SPH9","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000060541","physical","txid7955" +"Q567W4","E7F8G8","zgc:110709","si:dkey-17e16.10","mrps25","si:dkey-17e16.10","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000060541","physical","txid7955" +"Q5SPH9","A7MBV9","mrps10","Small ribosomal subunit protein mS38","Q5SPH9","aurkaip1","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","F1QEG6","mrps10","fa19c10","Q5SPH9","F1QEG6","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q5VSI2","mrps10","zgc:162401","Q5SPH9","mrps11","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","B0S6U7","mrps10","eral1","Q5SPH9","eral1","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","E7F8G8","mrps10","si:dkey-17e16.10","Q5SPH9","si:dkey-17e16.10","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q502C1","mrps10","mrps24","Q5SPH9","mrps24","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q32LU7","mrps10","ptcd3","Q5SPH9","Q32LU7","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","A2BEP0","mrps10","D60","Q5SPH9","mrps31","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","string-db","7955.ENSDARP00000075056/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","A8WHV7","mrps10","si:dkey-190g11.7","Q5SPH9","mrps36","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q6DGL8","mrps10","mrps15","Q5SPH9","Q6DGL8","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q503X4","mrps10","28S ribosomal protein S17, mitochondrial","Q5SPH9","mrps17","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","Q498Z6","mrps10","mrps7","Q5SPH9","Q498Z6","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","F1QKS9","mrps10","zgc:163126","Q5SPH9","mrps21","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","A3KNX4","mrps10","zgc:162640","Q5SPH9","chchd1","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000067487","physical","txid7955" +"Q5SPH9","E9QDB6","mrps10","wu:fa18c12","Q5SPH9","E9QDB6","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000067487","physical","txid7955" +"Q5VSI7","Q6NYJ9","si:dkey-217m5.1","fa16e07","reps1","ap2b1","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000117870","physical","txid7955" +"Q5VSI7","B3DKN8","si:dkey-217m5.1","chrm2","reps1","B3DKN8","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000117870","physical","txid7955" +"Q5VSI7","Q7ZW98","si:dkey-217m5.1","ap2m1b","reps1","Q7ZW98","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000117870","physical","txid7955" +"Q5VSI7","E9QBV1","si:dkey-217m5.1","fd07f11","reps1","cltcb","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000117870","physical","txid7955" +"Q5VSI7","E7FEQ8","si:dkey-217m5.1","Type-1 angiotensin II receptor","reps1","agtr1b","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000117870","physical","txid7955" +"Q5VSI7","A0A286Y9F1","si:dkey-217m5.1","Clathrin light chain","reps1","A0A286Y9F1","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000117870","physical","txid7955" +"B0R0W9","Q6NUT7","tbc1d8b","sort1","tbc1d8b","Q6NUT7","TBC1 domain family member 8B","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","A0A0R4IRS1","tbc1d8b","AP-1 complex subunit mu-1","tbc1d8b","ap1m1","TBC1 domain family member 8B","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","A0A0R4IKR8","tbc1d8b","hip1r","tbc1d8b","A0A0R4IKR8","TBC1 domain family member 8B","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","A5PMS9","tbc1d8b","fa11e04","tbc1d8b","ap1b1","TBC1 domain family member 8B","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","A0A0R4IIR1","tbc1d8b","dnm2","tbc1d8b","dnm2a","TBC1 domain family member 8B","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","Q5MPX4","tbc1d8b","Transferrin receptor protein 1","tbc1d8b","Q5MPX4","TBC1 domain family member 8B","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000121850","physical","txid7955" +"B0R0W9","A0A0R4IQI7","tbc1d8b","AP-4 complex subunit epsilon","tbc1d8b","ap4e1","TBC1 domain family member 8B","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000121850","physical","txid7955" +"Q503Z0","Q803T6","zgc:110003","sh3gl2","tpd52l1","sh3gl2a","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","C3PTE8","zgc:110003","Beta-arrestin-1","tpd52l1","arrb1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q6IQ85","zgc:110003","yipf6","tpd52l1","yipf6","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Protein YIPF6 (YIP1 family member 6)","string-db","7955.ENSDARP00000071098/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q5MPX4","zgc:110003","Transferrin receptor protein 1","tpd52l1","Q5MPX4","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","A0A0R4IRS1","zgc:110003","AP-1 complex subunit mu-1","tpd52l1","ap1m1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q6NSP1","zgc:110003","zgc:56704","tpd52l1","ap1s1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q6NUT7","zgc:110003","sort1","tpd52l1","Q6NUT7","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","E9QC42","zgc:110003","zgc:56506","tpd52l1","sybl1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","A5PMS9","zgc:110003","fa11e04","tpd52l1","ap1b1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q803D1","zgc:110003","wu:fb33e02","tpd52l1","arf1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q1L8R9","zgc:110003","si:dkey-222b8.2","tpd52l1","snapin","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","E9QBV1","zgc:110003","fd07f11","tpd52l1","cltcb","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","E7F254","zgc:110003","Carboxypeptidase D","tpd52l1","cpda","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","string-db","7955.ENSDARP00000072498/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","A0A0R4IIR1","zgc:110003","dnm2","tpd52l1","dnm2a","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","A0A0R4IQI7","zgc:110003","AP-4 complex subunit epsilon","tpd52l1","ap4e1","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","AP-4 complex subunit epsilon","string-db","7955.ENSDARP00000138623/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q7SZZ5","zgc:110003","wu:fj61c06","tpd52l1","Q7SZZ5","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","Q6P937","zgc:110003","wu:fb61d08","tpd52l1","clta","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","F1QIY4","zgc:110003","wu:fi09g03","tpd52l1","F1QIY4","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000098254/7955.ENSDARP00000062401","physical","txid7955" +"Q503Z0","A0A0R4IKR8","zgc:110003","hip1r","tpd52l1","A0A0R4IKR8","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","string-db","7955.ENSDARP00000134811/7955.ENSDARP00000062401","physical","txid7955" +"B3DKN8","A0A286Y9F1","chrm2","Clathrin light chain","B3DKN8","A0A286Y9F1","Muscarinic acetylcholine receptor","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000134707","physical","txid7955" +"B3DKN8","E7F3U8","chrm2","Muscarinic acetylcholine receptor","B3DKN8","chrm4a","Muscarinic acetylcholine receptor","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000142993/7955.ENSDARP00000134707","physical","txid7955" +"E9QCW0","B3DKN8","tacr1a","chrm2","E9QCW0","B3DKN8","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","E9QBV1","tacr1a","fd07f11","E9QCW0","cltcb","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","F1QIJ6","tacr1a","Epidermal growth factor receptor pathway substrate 15","E9QCW0","eps15","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","E7FEQ8","tacr1a","Type-1 angiotensin II receptor","E9QCW0","agtr1b","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","C3PTE8","tacr1a","Beta-arrestin-1","E9QCW0","arrb1","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","A3KQK1","tacr1a","si:dkey-202e17.4","E9QCW0","A3KQK1","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Tachykinin 1 (Protachykinin-1 precursor) (TAC1) (Tachykinin precursor 1)","string-db","7955.ENSDARP00000121442/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","F1RAQ5","tacr1a","zgc:110468","E9QCW0","F1RAQ5","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","Q7ZW98","tacr1a","ap2m1b","E9QCW0","Q7ZW98","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","A0A286Y9F1","tacr1a","Clathrin light chain","E9QCW0","A0A286Y9F1","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","Q6P937","tacr1a","wu:fb61d08","E9QCW0","clta","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","Q5VSI7","tacr1a","si:dkey-217m5.1","E9QCW0","reps1","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000051515","physical","txid7955" +"E9QCW0","Q6NYJ9","tacr1a","fa16e07","E9QCW0","ap2b1","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000051515","physical","txid7955" +"Q502I9","Q6P937","fcho2","wu:fb61d08","Q502I9","clta","F-BAR domain only protein 2","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","B3DKN8","fcho2","chrm2","Q502I9","B3DKN8","F-BAR domain only protein 2","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000134707/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","C3PTE8","fcho2","Beta-arrestin-1","Q502I9","arrb1","F-BAR domain only protein 2","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","A0A286Y9F1","fcho2","Clathrin light chain","Q502I9","A0A286Y9F1","F-BAR domain only protein 2","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","E9QCW0","fcho2","tacr1a","Q502I9","E9QCW0","F-BAR domain only protein 2","Substance-P receptor (NK-1 receptor) (Tachykinin receptor 1)","string-db","7955.ENSDARP00000051515/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","Q6NYJ9","fcho2","fa16e07","Q502I9","ap2b1","F-BAR domain only protein 2","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","F1RAQ5","fcho2","zgc:110468","Q502I9","F1RAQ5","F-BAR domain only protein 2","Adaptin ear-binding coat-associated protein 2 (NECAP endocytosis-associated 2)","string-db","7955.ENSDARP00000067632/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","Q7ZW98","fcho2","ap2m1b","Q502I9","Q7ZW98","F-BAR domain only protein 2","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","Q5VSI7","fcho2","si:dkey-217m5.1","Q502I9","reps1","F-BAR domain only protein 2","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","string-db","7955.ENSDARP00000117870/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","E9QBV1","fcho2","fd07f11","Q502I9","cltcb","F-BAR domain only protein 2","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","F1QIJ6","fcho2","Epidermal growth factor receptor pathway substrate 15","Q502I9","eps15","F-BAR domain only protein 2","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000051270","physical","txid7955" +"Q502I9","E7FEQ8","fcho2","Type-1 angiotensin II receptor","Q502I9","agtr1b","F-BAR domain only protein 2","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000051270","physical","txid7955" +"Q5RH87","Q2HX26","si:dkey-183c2.3","kir6.2","Q5RH87","kcnj11","ATP-binding cassette sub-family C member 9 (ATP-binding cassette, sub-family C (CFTR/MRP), member 9)","ATP-sensitive inward rectifier potassium channel 11 (Inward rectifier K(+) channel Kir6.2) (Potassium channel, inwardly rectifying subfamily J member 11)","string-db","7955.ENSDARP00000068078/7955.ENSDARP00000014386","physical","txid7955" +"Q5RH87","F1QMZ9","si:dkey-183c2.3","sur1","Q5RH87","F1QMZ9","ATP-binding cassette sub-family C member 9 (ATP-binding cassette, sub-family C (CFTR/MRP), member 9)","ATP-binding cassette sub-family C member 8 isoform X1 (ATP-binding cassette, sub-family C (CFTR/MRP), member 8)","string-db","7955.ENSDARP00000124481/7955.ENSDARP00000014386","physical","txid7955" +"Q5RH87","Q5RH88","si:dkey-183c2.3","si:dkey-183c2.2","Q5RH87","kcnj8","ATP-binding cassette sub-family C member 9 (ATP-binding cassette, sub-family C (CFTR/MRP), member 9)","ATP-sensitive inward rectifier potassium channel 8 (Kir6.1 like) (Potassium inwardly rectifying channel subfamily J member 8) (Potassium inwardly-rectifying channel, subfamily J, member 8)","string-db","7955.ENSDARP00000067030/7955.ENSDARP00000014386","physical","txid7955" +"Q5RH88","F1QMZ9","si:dkey-183c2.2","sur1","kcnj8","F1QMZ9","ATP-sensitive inward rectifier potassium channel 8 (Kir6.1 like) (Potassium inwardly rectifying channel subfamily J member 8) (Potassium inwardly-rectifying channel, subfamily J, member 8)","ATP-binding cassette sub-family C member 8 isoform X1 (ATP-binding cassette, sub-family C (CFTR/MRP), member 8)","string-db","7955.ENSDARP00000124481/7955.ENSDARP00000067030","physical","txid7955" +"Q2HX26","F1QMZ9","kir6.2","sur1","kcnj11","F1QMZ9","ATP-sensitive inward rectifier potassium channel 11 (Inward rectifier K(+) channel Kir6.2) (Potassium channel, inwardly rectifying subfamily J member 11)","ATP-binding cassette sub-family C member 8 isoform X1 (ATP-binding cassette, sub-family C (CFTR/MRP), member 8)","string-db","7955.ENSDARP00000124481/7955.ENSDARP00000068078","physical","txid7955" +"I3ITP0","E7FCZ2","prf1.8","fk35b11","I3ITP0","E7FCZ2","Perforin 1.7 (Perforin-1-like)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000126311","physical","txid7955" +"I3ITP0","Q7ZV39","prf1.8","Voltage-dependent anion-selective channel protein 3","I3ITP0","-","Perforin 1.7 (Perforin-1-like)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000126311","physical","txid7955" +"Q6IQL7","B8JJL3","wu:fb18b07","ER[b]1","ppid","B8JJL3","peptidylprolyl isomerase (EC 5.2.1.8)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000107677","physical","txid7955" +"Q6IQL7","Q7ZV39","wu:fb18b07","Voltage-dependent anion-selective channel protein 3","ppid","-","peptidylprolyl isomerase (EC 5.2.1.8)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000107677","physical","txid7955" +"Q6IQL7","F8W2D1","wu:fb18b07","wu:fb34f09","ppid","fkbp4","peptidylprolyl isomerase (EC 5.2.1.8)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000107677","physical","txid7955" +"Q6IQL7","B0R197","wu:fb18b07","wu:fb01e12","ppid","vdac3","peptidylprolyl isomerase (EC 5.2.1.8)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000107677","physical","txid7955" +"Q6NX10","Q6IQL7","fa22e07","wu:fb18b07","slc25a4","ppid","ADP/ATP translocase (ADP,ATP carrier protein)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q568N4","fa22e07","timm10b","slc25a4","Q568N4","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit Tim10 B (Mitochondrial import inner membrane translocase subunit Tim9 B) (TIMM10B) (Tim10b)","string-db","7955.ENSDARP00000064462/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q6NWC1","fa22e07","VDAC1","slc25a4","vdac1","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","E7FA60","fa22e07","timm22","slc25a4","timm22","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","B0R197","fa22e07","wu:fb01e12","slc25a4","vdac3","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q7ZV39","fa22e07","Voltage-dependent anion-selective channel protein 3","slc25a4","-","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q8JHI0","fa22e07","SLC25A5","slc25a4","slc25a5","ADP/ATP translocase (ADP,ATP carrier protein)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q9W762","fa22e07","timm9","slc25a4","Q9W762","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q6DI06","fa22e07","timm10","slc25a4","Q6DI06","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit Tim10","string-db","7955.ENSDARP00000091094/7955.ENSDARP00000030881","physical","txid7955" +"Q6NX10","Q7SYL1","fa22e07","arl2bp","slc25a4","Q7SYL1","ADP/ATP translocase (ADP,ATP carrier protein)","ADP-ribosylation factor-like protein 2-binding protein (ARF-like 2-binding protein)","string-db","7955.ENSDARP00000110496/7955.ENSDARP00000030881","physical","txid7955" +"B0R197","I3IS28","wu:fb01e12","Perforin 1.7","vdac3","I3IS28","Voltage-dependent anion-selective channel protein 3","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000121437","physical","txid7955" +"B0R197","I3ITP0","wu:fb01e12","prf1.8","vdac3","I3ITP0","Voltage-dependent anion-selective channel protein 3","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000121437","physical","txid7955" +"B0R197","Q7ZV39","wu:fb01e12","Voltage-dependent anion-selective channel protein 3","vdac3","-","Voltage-dependent anion-selective channel protein 3","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000121437","physical","txid7955" +"B0R197","E7FCZ2","wu:fb01e12","fk35b11","vdac3","E7FCZ2","Voltage-dependent anion-selective channel protein 3","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000121437","physical","txid7955" +"B0S730","Q6NWC1","si:dkey-21o13.4","VDAC1","B0S730","vdac1","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000022077","physical","txid7955" +"B0S730","Q6IQL7","si:dkey-21o13.4","wu:fb18b07","B0S730","ppid","ADP/ATP translocase (ADP,ATP carrier protein)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000022077","physical","txid7955" +"B0S730","Q6NX10","si:dkey-21o13.4","fa22e07","B0S730","slc25a4","ADP/ATP translocase (ADP,ATP carrier protein)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000030881/7955.ENSDARP00000022077","physical","txid7955" +"B0S730","B0R197","si:dkey-21o13.4","wu:fb01e12","B0S730","vdac3","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000022077","physical","txid7955" +"B0S730","Q8JHI0","si:dkey-21o13.4","SLC25A5","B0S730","slc25a5","ADP/ATP translocase (ADP,ATP carrier protein)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000022077","physical","txid7955" +"B0S730","Q7ZV39","si:dkey-21o13.4","Voltage-dependent anion-selective channel protein 3","B0S730","-","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000022077","physical","txid7955" +"Q6NWC1","Q7ZV39","VDAC1","Voltage-dependent anion-selective channel protein 3","vdac1","-","Voltage-dependent anion-selective channel protein 1","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","I3ITP0","VDAC1","prf1.8","vdac1","I3ITP0","Voltage-dependent anion-selective channel protein 1","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","Q7ZUD8","VDAC1","MAP1-LC3B","vdac1","map1lc3b","Voltage-dependent anion-selective channel protein 1","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","E7F2S4","VDAC1","Paraplegin isoform X1","vdac1","spg7","Voltage-dependent anion-selective channel protein 1","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","string-db","7955.ENSDARP00000089209/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","F1Q5L5","VDAC1","dynlt1","vdac1","dynlt1","Voltage-dependent anion-selective channel protein 1","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","string-db","7955.ENSDARP00000067481/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","F1Q5Z8","VDAC1","p62","vdac1","sqstm1","Voltage-dependent anion-selective channel protein 1","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","A0A8M9PWA7","VDAC1","Complement component 7b","vdac1","A0A8M9PWA7","Voltage-dependent anion-selective channel protein 1","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","F1RDC0","VDAC1","apg5l","vdac1","atg5","Voltage-dependent anion-selective channel protein 1","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","I3IS28","VDAC1","Perforin 1.7","vdac1","I3IS28","Voltage-dependent anion-selective channel protein 1","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","Q5XJ36","VDAC1","park7","vdac1","park7","Voltage-dependent anion-selective channel protein 1","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","string-db","7955.ENSDARP00000150435/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","E7FB58","VDAC1","NADPH:adrenodoxin oxidoreductase, mitochondrial","vdac1","E7FB58","Voltage-dependent anion-selective channel protein 1","NADPH:adrenodoxin oxidoreductase, mitochondrial (EC 1.18.1.6)","string-db","7955.ENSDARP00000149109/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","A0A8M2BJP0","VDAC1","mg:cb01g09","vdac1","A0A8M2BJP0","Voltage-dependent anion-selective channel protein 1","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","F1Q6F3","VDAC1","zgc:92465","vdac1","F1Q6F3","Voltage-dependent anion-selective channel protein 1","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","B8A565","VDAC1","wu:fb60b05","vdac1","B8A565","Voltage-dependent anion-selective channel protein 1","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","B0R197","VDAC1","wu:fb01e12","vdac1","vdac3","Voltage-dependent anion-selective channel protein 1","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","Q6IQL7","VDAC1","wu:fb18b07","vdac1","ppid","Voltage-dependent anion-selective channel protein 1","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","E7F996","VDAC1","si:dkeyp-71f10.4","vdac1","E7F996","Voltage-dependent anion-selective channel protein 1","Perforin 1.9 (Perforin 3a)","string-db","7955.ENSDARP00000080171/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","Q564A4","VDAC1","bcl2","vdac1","bcl2a","Voltage-dependent anion-selective channel protein 1","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","A2BGT0","VDAC1","usp30","vdac1","usp30","Voltage-dependent anion-selective channel protein 1","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","string-db","7955.ENSDARP00000073858/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","E7FCZ2","VDAC1","fk35b11","vdac1","E7FCZ2","Voltage-dependent anion-selective channel protein 1","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000066372","physical","txid7955" +"Q6NWC1","Q8JHI0","VDAC1","SLC25A5","vdac1","slc25a5","Voltage-dependent anion-selective channel protein 1","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000066372","physical","txid7955" +"A0A8M9PWA7","B0R197","Complement component 7b","wu:fb01e12","A0A8M9PWA7","vdac3","Complement component 7b (Complement component C7)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","Q7ZV39","Complement component 7b","Voltage-dependent anion-selective channel protein 3","A0A8M9PWA7","-","Complement component 7b (Complement component C7)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","I3ITP0","Complement component 7b","prf1.8","A0A8M9PWA7","I3ITP0","Complement component 7b (Complement component C7)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","E7FCZ2","Complement component 7b","fk35b11","A0A8M9PWA7","E7FCZ2","Complement component 7b (Complement component C7)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","B8A565","Complement component 7b","wu:fb60b05","A0A8M9PWA7","B8A565","Complement component 7b (Complement component C7)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","I3IS28","Complement component 7b","Perforin 1.7","A0A8M9PWA7","I3IS28","Complement component 7b (Complement component C7)","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000114284","physical","txid7955" +"A0A8M9PWA7","F1Q6F3","Complement component 7b","zgc:92465","A0A8M9PWA7","F1Q6F3","Complement component 7b (Complement component C7)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000114284","physical","txid7955" +"I3IS28","E7FCZ2","Perforin 1.7","fk35b11","I3IS28","E7FCZ2","Perforin 1.7 (Perforin-1)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000125692","physical","txid7955" +"I3IS28","Q7ZV39","Perforin 1.7","Voltage-dependent anion-selective channel protein 3","I3IS28","-","Perforin 1.7 (Perforin-1)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000125692","physical","txid7955" +"I3IS28","I3ITP0","Perforin 1.7","prf1.8","I3IS28","I3ITP0","Perforin 1.7 (Perforin-1)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000125692","physical","txid7955" +"Q8JHI0","Q7ZV39","SLC25A5","Voltage-dependent anion-selective channel protein 3","slc25a5","-","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","B0R197","SLC25A5","wu:fb01e12","slc25a5","vdac3","ADP/ATP translocase (ADP,ATP carrier protein)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","A0A0R4IFJ4","SLC25A5","PYCa","slc25a5","pcxa","ADP/ATP translocase (ADP,ATP carrier protein)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000132084/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","Q6IQL7","SLC25A5","wu:fb18b07","slc25a5","ppid","ADP/ATP translocase (ADP,ATP carrier protein)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","E7FA60","SLC25A5","timm22","slc25a5","timm22","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","F6NHI0","SLC25A5","Glucose-6-phosphate 1-dehydrogenase","slc25a5","g6pd","ADP/ATP translocase (ADP,ATP carrier protein)","Glucose-6-phosphate 1-dehydrogenase (EC 1.1.1.49)","string-db","7955.ENSDARP00000115363/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","Q58EK5","SLC25A5","tdrd1","slc25a5","Q58EK5","ADP/ATP translocase (ADP,ATP carrier protein)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000096504","physical","txid7955" +"Q8JHI0","Q9W762","SLC25A5","timm9","slc25a5","Q9W762","ADP/ATP translocase (ADP,ATP carrier protein)","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000096504","physical","txid7955" +"Q5CZR5","I3IS28","aep1","Perforin 1.7","Q5CZR5","I3IS28","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","A8HAJ8","aep1","si:ch211-188c16.3","Q5CZR5","A8HAJ8","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Complement component C8 beta chain (Complement component 8 subunit beta)","string-db","7955.ENSDARP00000057735/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","A0A8M9PWA7","aep1","Complement component 7b","Q5CZR5","A0A8M9PWA7","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","E7FCZ2","aep1","fk35b11","Q5CZR5","E7FCZ2","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","I3ITP0","aep1","prf1.8","Q5CZR5","I3ITP0","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","Q6NWC1","aep1","VDAC1","Q5CZR5","vdac1","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","B8A565","aep1","wu:fb60b05","Q5CZR5","B8A565","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","E7F996","aep1","si:dkeyp-71f10.4","Q5CZR5","E7F996","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Perforin 1.9 (Perforin 3a)","string-db","7955.ENSDARP00000080171/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","Q7ZV39","aep1","Voltage-dependent anion-selective channel protein 3","Q5CZR5","-","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","B0R197","aep1","wu:fb01e12","Q5CZR5","vdac3","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000057100","physical","txid7955" +"Q5CZR5","F1Q6F3","aep1","zgc:92465","Q5CZR5","F1Q6F3","Aerolysin-like protein (Jacalin-type lectin domain-containing protein 5)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000057100","physical","txid7955" +"E7F996","Q7ZV39","si:dkeyp-71f10.4","Voltage-dependent anion-selective channel protein 3","E7F996","-","Perforin 1.9 (Perforin 3a)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","I3ITP0","si:dkeyp-71f10.4","prf1.8","E7F996","I3ITP0","Perforin 1.9 (Perforin 3a)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","B0R197","si:dkeyp-71f10.4","wu:fb01e12","E7F996","vdac3","Perforin 1.9 (Perforin 3a)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","A0A8M9PWA7","si:dkeyp-71f10.4","Complement component 7b","E7F996","A0A8M9PWA7","Perforin 1.9 (Perforin 3a)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","I3IS28","si:dkeyp-71f10.4","Perforin 1.7","E7F996","I3IS28","Perforin 1.9 (Perforin 3a)","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","E7FCZ2","si:dkeyp-71f10.4","fk35b11","E7F996","E7FCZ2","Perforin 1.9 (Perforin 3a)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","B8A565","si:dkeyp-71f10.4","wu:fb60b05","E7F996","B8A565","Perforin 1.9 (Perforin 3a)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000080171","physical","txid7955" +"E7F996","F1Q6F3","si:dkeyp-71f10.4","zgc:92465","E7F996","F1Q6F3","Perforin 1.9 (Perforin 3a)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000080171","physical","txid7955" +"F1Q6F3","I3IS28","zgc:92465","Perforin 1.7","F1Q6F3","I3IS28","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","B8A565","zgc:92465","wu:fb60b05","F1Q6F3","B8A565","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","B0R197","zgc:92465","wu:fb01e12","F1Q6F3","vdac3","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","E7FCZ2","zgc:92465","fk35b11","F1Q6F3","E7FCZ2","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","I3ITP0","zgc:92465","prf1.8","F1Q6F3","I3ITP0","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","A0A0R4IRA8","zgc:92465","si:busm1-160c18.3","F1Q6F3","A0A0R4IRA8","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Si:dkey-33b17.3 (Uncharacterized protein LOC563286)","string-db","7955.ENSDARP00000137499/7955.ENSDARP00000115822","physical","txid7955" +"F1Q6F3","Q7ZV39","zgc:92465","Voltage-dependent anion-selective channel protein 3","F1Q6F3","-","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000115822","physical","txid7955" +"B8A5H6","F1QHF8","cb370","g6pca.2","B8A5H6","F1QHF8","hexokinase (EC 2.7.1.1)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000086301/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","E7F6M4","cb370","ADP-dependent glucokinase","B8A5H6","adpgk2","hexokinase (EC 2.7.1.1)","ADP-dependent glucokinase","string-db","7955.ENSDARP00000085592/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","Q08CD8","cb370","zgc:153231","B8A5H6","rhebl1","hexokinase (EC 2.7.1.1)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","string-db","7955.ENSDARP00000057222/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","A0JML7","cb370","zgc:153956","B8A5H6","adpgk","hexokinase (EC 2.7.1.1)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","F1RC38","cb370","fb57f10","B8A5H6","F1RC38","hexokinase (EC 2.7.1.1)","Phosphotransferase (EC 2.7.1.-)","string-db","7955.ENSDARP00000079994/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","A0A8M1N1J9","cb370","cb822","B8A5H6","A0A8M1N1J9","hexokinase (EC 2.7.1.1)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000116534/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","X1WDY4","cb370","g6pcb","B8A5H6","X1WDY4","hexokinase (EC 2.7.1.1)","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000056522","physical","txid7955" +"B8A5H6","Q6NWC1","cb370","VDAC1","B8A5H6","vdac1","hexokinase (EC 2.7.1.1)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000056522","physical","txid7955" +"B8A565","I3IS28","wu:fb60b05","Perforin 1.7","B8A565","I3IS28","Complement component C9","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000121323","physical","txid7955" +"B8A565","Q7ZV39","wu:fb60b05","Voltage-dependent anion-selective channel protein 3","B8A565","-","Complement component C9","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000121323","physical","txid7955" +"B8A565","B0R197","wu:fb60b05","wu:fb01e12","B8A565","vdac3","Complement component C9","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000121323","physical","txid7955" +"B8A565","I3ITP0","wu:fb60b05","prf1.8","B8A565","I3ITP0","Complement component C9","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000121323","physical","txid7955" +"B8A565","E7FCZ2","wu:fb60b05","fk35b11","B8A565","E7FCZ2","Complement component C9","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000121323","physical","txid7955" +"E7FCZ2","Q7ZV39","fk35b11","Voltage-dependent anion-selective channel protein 3","E7FCZ2","-","Actinoporin-like protein","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000146327","physical","txid7955" +"A8HAJ8","Q6NWC1","si:ch211-188c16.3","VDAC1","A8HAJ8","vdac1","Complement component C8 beta chain (Complement component 8 subunit beta)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","E7FCV2","si:ch211-188c16.3","Complement C5","A8HAJ8","E7FCV2","Complement component C8 beta chain (Complement component 8 subunit beta)","Complement C5 (Complement component 5)","string-db","7955.ENSDARP00000088095/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","F1Q5D8","si:ch211-188c16.3","vtn","A8HAJ8","F1Q5D8","Complement component C8 beta chain (Complement component 8 subunit beta)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","A0A8M9PWA7","si:ch211-188c16.3","Complement component 7b","A8HAJ8","A0A8M9PWA7","Complement component C8 beta chain (Complement component 8 subunit beta)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","I3ITP0","si:ch211-188c16.3","prf1.8","A8HAJ8","I3ITP0","Complement component C8 beta chain (Complement component 8 subunit beta)","Perforin 1.7 (Perforin-1-like)","string-db","7955.ENSDARP00000126311/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","E7FCZ2","si:ch211-188c16.3","fk35b11","A8HAJ8","E7FCZ2","Complement component C8 beta chain (Complement component 8 subunit beta)","Actinoporin-like protein","string-db","7955.ENSDARP00000146327/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","F1Q6F3","si:ch211-188c16.3","zgc:92465","A8HAJ8","F1Q6F3","Complement component C8 beta chain (Complement component 8 subunit beta)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","E7F2M5","si:ch211-188c16.3","fj38b04","A8HAJ8","E7F2M5","Complement component C8 beta chain (Complement component 8 subunit beta)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","Q7ZV39","si:ch211-188c16.3","Voltage-dependent anion-selective channel protein 3","A8HAJ8","-","Complement component C8 beta chain (Complement component 8 subunit beta)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000149044/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","B8A565","si:ch211-188c16.3","wu:fb60b05","A8HAJ8","B8A565","Complement component C8 beta chain (Complement component 8 subunit beta)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","I3IS28","si:ch211-188c16.3","Perforin 1.7","A8HAJ8","I3IS28","Complement component C8 beta chain (Complement component 8 subunit beta)","Perforin 1.7 (Perforin-1)","string-db","7955.ENSDARP00000125692/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","E7F996","si:ch211-188c16.3","si:dkeyp-71f10.4","A8HAJ8","E7F996","Complement component C8 beta chain (Complement component 8 subunit beta)","Perforin 1.9 (Perforin 3a)","string-db","7955.ENSDARP00000080171/7955.ENSDARP00000057735","physical","txid7955" +"A8HAJ8","B0R197","si:ch211-188c16.3","wu:fb01e12","A8HAJ8","vdac3","Complement component C8 beta chain (Complement component 8 subunit beta)","Voltage-dependent anion-selective channel protein 3","string-db","7955.ENSDARP00000121437/7955.ENSDARP00000057735","physical","txid7955" +"Q0P3U7","E7FBR1","si:ch211-225l4.2","sphingomyelin phosphodiesterase","Q0P3U7","smpd2b","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000069090/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","F1QUD7","si:ch211-225l4.2","NSMase","Q0P3U7","F1QUD7","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000059306/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","Q6PFJ7","si:ch211-225l4.2","smpd4","Q0P3U7","Q6PFJ7","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","F1QG30","si:ch211-225l4.2","smpd5","Q0P3U7","smpd5","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","string-db","7955.ENSDARP00000077993/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","F6PAL8","si:ch211-225l4.2","dZ64D20.2","Q0P3U7","enpp7.2","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","string-db","7955.ENSDARP00000096351/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","B1B5D9","si:ch211-225l4.2","nSMase2","Q0P3U7","smpd3","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000014490","physical","txid7955" +"Q0P3U7","F6NXI2","si:ch211-225l4.2","enpp7","Q0P3U7","F6NXI2","Ectonucleotide pyrophosphatase/phosphodiesterase family member 7-like precursor (Zgc:153896)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","string-db","7955.ENSDARP00000070049/7955.ENSDARP00000014490","physical","txid7955" +"F6NXI2","F6PAL8","enpp7","dZ64D20.2","F6NXI2","enpp7.2","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","string-db","7955.ENSDARP00000096351/7955.ENSDARP00000070049","physical","txid7955" +"F6NXI2","Q6PFJ7","enpp7","smpd4","F6NXI2","Q6PFJ7","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000070049","physical","txid7955" +"F6NXI2","B1B5D9","enpp7","nSMase2","F6NXI2","smpd3","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000070049","physical","txid7955" +"F6NXI2","F1QG30","enpp7","smpd5","F6NXI2","smpd5","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","string-db","7955.ENSDARP00000077993/7955.ENSDARP00000070049","physical","txid7955" +"Q6PFJ7","B1B5D9","smpd4","nSMase2","Q6PFJ7","smpd3","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000107263","physical","txid7955" +"E7FBR1","F6PAL8","sphingomyelin phosphodiesterase","dZ64D20.2","smpd2b","enpp7.2","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","string-db","7955.ENSDARP00000096351/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","E7F3U1","sphingomyelin phosphodiesterase","TNF superfamily member 11","smpd2b","tnfsf11","sphingomyelin phosphodiesterase (EC 3.1.4.12)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","Q6DHG9","sphingomyelin phosphodiesterase","tnfsf10l2","smpd2b","tnfsf10","sphingomyelin phosphodiesterase (EC 3.1.4.12)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","B1B5D9","sphingomyelin phosphodiesterase","nSMase2","smpd2b","smpd3","sphingomyelin phosphodiesterase (EC 3.1.4.12)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","Q6PFJ7","sphingomyelin phosphodiesterase","smpd4","smpd2b","Q6PFJ7","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","F1QG30","sphingomyelin phosphodiesterase","smpd5","smpd2b","smpd5","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","string-db","7955.ENSDARP00000077993/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","Q0PKX8","sphingomyelin phosphodiesterase","dl3","smpd2b","Q0PKX8","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000069090","physical","txid7955" +"E7FBR1","F6NXI2","sphingomyelin phosphodiesterase","enpp7","smpd2b","F6NXI2","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","string-db","7955.ENSDARP00000070049/7955.ENSDARP00000069090","physical","txid7955" +"F1QUD7","E7FBR1","NSMase","sphingomyelin phosphodiesterase","F1QUD7","smpd2b","sphingomyelin phosphodiesterase (EC 3.1.4.12)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000069090/7955.ENSDARP00000059306","physical","txid7955" +"F1QUD7","F6NXI2","NSMase","enpp7","F1QUD7","F6NXI2","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 1 (Ectonucleotide pyrophosphatase/phosphodiesterase 7-like precursor)","string-db","7955.ENSDARP00000070049/7955.ENSDARP00000059306","physical","txid7955" +"F1QUD7","B1B5D9","NSMase","nSMase2","F1QUD7","smpd3","sphingomyelin phosphodiesterase (EC 3.1.4.12)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000059306","physical","txid7955" +"F1QUD7","F6PAL8","NSMase","dZ64D20.2","F1QUD7","enpp7.2","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","string-db","7955.ENSDARP00000096351/7955.ENSDARP00000059306","physical","txid7955" +"F1QUD7","Q6PFJ7","NSMase","smpd4","F1QUD7","Q6PFJ7","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000059306","physical","txid7955" +"F1QUD7","F1QG30","NSMase","smpd5","F1QUD7","smpd5","sphingomyelin phosphodiesterase (EC 3.1.4.12)","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","string-db","7955.ENSDARP00000077993/7955.ENSDARP00000059306","physical","txid7955" +"F1QG30","B1B5D9","smpd5","nSMase2","smpd5","smpd3","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000077993","physical","txid7955" +"F1QG30","F6PAL8","smpd5","dZ64D20.2","smpd5","enpp7.2","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","string-db","7955.ENSDARP00000096351/7955.ENSDARP00000077993","physical","txid7955" +"F1QG30","Q6PFJ7","smpd5","smpd4","smpd5","Q6PFJ7","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000077993","physical","txid7955" +"F6PAL8","B1B5D9","dZ64D20.2","nSMase2","enpp7.2","smpd3","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000096351","physical","txid7955" +"F6PAL8","Q6PFJ7","dZ64D20.2","smpd4","enpp7.2","Q6PFJ7","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","Sphingomyelin phosphodiesterase 4 (EC 3.1.4.12) (Neutral sphingomyelinase 3) (nSMase-3) (nSMase3) (Neutral sphingomyelinase III)","string-db","7955.ENSDARP00000107263/7955.ENSDARP00000096351","physical","txid7955" +"Q6PH62","Q1LUW2","zgc:66077","Neutrophil cytosol factor 4","cyba","ncf4","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","string-db","7955.ENSDARP00000059819/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","Q1LYG0","zgc:66077","sh3pxd2a","cyba","Q1LYG0","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","F6NRK2","zgc:66077","NADPH oxidase organizer 1","cyba","F6NRK2","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","NADPH oxidase organizer 1","string-db","7955.ENSDARP00000073319/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","Q7ZSZ9","zgc:66077","rac1","cyba","rac1a","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","A9JRY8","zgc:66077","Rac family small GTPase 3b","cyba","rac3b","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","Q503K9","zgc:66077","s100z","cyba","Q503K9","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Protein S100-Z (S100 calcium-binding protein Z)","string-db","7955.ENSDARP00000056560/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","Q6DGB7","zgc:66077","rac3","cyba","rac3a","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","F6NMX7","zgc:66077","NADPH oxidase 1","cyba","F6NMX7","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","NADPH oxidase 1","string-db","7955.ENSDARP00000080539/7955.ENSDARP00000014491","physical","txid7955" +"Q6PH62","A2VCY2","zgc:66077","zgc:158405","cyba","A2VCY2","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","string-db","7955.ENSDARP00000089913/7955.ENSDARP00000014491","physical","txid7955" +"A2VCY2","Q6DGB7","zgc:158405","rac3","A2VCY2","rac3a","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000089913","physical","txid7955" +"A2VCY2","A9JRY8","zgc:158405","Rac family small GTPase 3b","A2VCY2","rac3b","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000089913","physical","txid7955" +"A2VCY2","Q7ZSZ9","zgc:158405","rac1","A2VCY2","rac1a","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000089913","physical","txid7955" +"F6NRK2","Q7ZSZ9","NADPH oxidase organizer 1","rac1","F6NRK2","rac1a","NADPH oxidase organizer 1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000073319","physical","txid7955" +"F6NRK2","A9JRY8","NADPH oxidase organizer 1","Rac family small GTPase 3b","F6NRK2","rac3b","NADPH oxidase organizer 1","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000073319","physical","txid7955" +"F6NRK2","F6NMX7","NADPH oxidase organizer 1","NADPH oxidase 1","F6NRK2","F6NMX7","NADPH oxidase organizer 1","NADPH oxidase 1","string-db","7955.ENSDARP00000080539/7955.ENSDARP00000073319","physical","txid7955" +"F6NRK2","Q6DGB7","NADPH oxidase organizer 1","rac3","F6NRK2","rac3a","NADPH oxidase organizer 1","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000073319","physical","txid7955" +"Q1LUW2","A2VCY2","Neutrophil cytosol factor 4","zgc:158405","ncf4","A2VCY2","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","string-db","7955.ENSDARP00000089913/7955.ENSDARP00000059819","physical","txid7955" +"Q1LUW2","Q7ZSZ9","Neutrophil cytosol factor 4","rac1","ncf4","rac1a","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000059819","physical","txid7955" +"Q1LUW2","F6NMX7","Neutrophil cytosol factor 4","NADPH oxidase 1","ncf4","F6NMX7","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","NADPH oxidase 1","string-db","7955.ENSDARP00000080539/7955.ENSDARP00000059819","physical","txid7955" +"Q1LUW2","A9JRY8","Neutrophil cytosol factor 4","Rac family small GTPase 3b","ncf4","rac3b","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000059819","physical","txid7955" +"Q1LUW2","Q6DGB7","Neutrophil cytosol factor 4","rac3","ncf4","rac3a","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000059819","physical","txid7955" +"F6NMX7","Q6DGB7","NADPH oxidase 1","rac3","F6NMX7","rac3a","NADPH oxidase 1","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000080539","physical","txid7955" +"F6NMX7","A9JRY8","NADPH oxidase 1","Rac family small GTPase 3b","F6NMX7","rac3b","NADPH oxidase 1","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000080539","physical","txid7955" +"F6NMX7","Q7ZSZ9","NADPH oxidase 1","rac1","F6NMX7","rac1a","NADPH oxidase 1","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000080539","physical","txid7955" +"F6NMX7","A2VCY2","NADPH oxidase 1","zgc:158405","F6NMX7","A2VCY2","NADPH oxidase 1","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","string-db","7955.ENSDARP00000089913/7955.ENSDARP00000080539","physical","txid7955" +"Q503K9","Q1LUW2","s100z","Neutrophil cytosol factor 4","Q503K9","ncf4","Protein S100-Z (S100 calcium-binding protein Z)","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","string-db","7955.ENSDARP00000059819/7955.ENSDARP00000056560","physical","txid7955" +"Q503K9","A2VCY2","s100z","zgc:158405","Q503K9","A2VCY2","Protein S100-Z (S100 calcium-binding protein Z)","Neutrophil cytosol factor 2 (Neutrophil cytosolic factor 2) (Zgc:158405)","string-db","7955.ENSDARP00000089913/7955.ENSDARP00000056560","physical","txid7955" +"A5PMR2","A0A0R4I9S3","usp33","Si:ch73-100l22.3","usp33","si:ch73-100l22.3","Ubiquitin carboxyl-terminal hydrolase 33 (EC 3.4.19.12) (Deubiquitinating enzyme 33) (Ubiquitin thioesterase 33) (Ubiquitin-specific-processing protease 33)","Si:ch73-100l22.3","string-db","7955.ENSDARP00000130189/7955.ENSDARP00000014516","physical","txid7955" +"A5PMR2","C3PTE8","usp33","Beta-arrestin-1","usp33","arrb1","Ubiquitin carboxyl-terminal hydrolase 33 (EC 3.4.19.12) (Deubiquitinating enzyme 33) (Ubiquitin thioesterase 33) (Ubiquitin-specific-processing protease 33)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000014516","physical","txid7955" +"B3DFW4","A0A2R8Q2J0","LOC565099","im:7149020","B3DFW4","npc1","NPC intracellular cholesterol transporter 2 (Epididymal secretory protein E1)","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","string-db","7955.ENSDARP00000144951/7955.ENSDARP00000014574","physical","txid7955" +"B3DFW4","Q9DGJ3","LOC565099","npc2","B3DFW4","Q9DGJ3","NPC intracellular cholesterol transporter 2 (Epididymal secretory protein E1)","NPC intracellular cholesterol transporter 2 (16.5 kDa secretory protein) (Epididymal secretory protein E1) (Niemann Pick type C2 protein homolog)","string-db","7955.ENSDARP00000050398/7955.ENSDARP00000014574","physical","txid7955" +"Q9DGJ3","A0A2R8Q2J0","npc2","im:7149020","Q9DGJ3","npc1","NPC intracellular cholesterol transporter 2 (16.5 kDa secretory protein) (Epididymal secretory protein E1) (Niemann Pick type C2 protein homolog)","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","string-db","7955.ENSDARP00000144951/7955.ENSDARP00000050398","physical","txid7955" +"A2CG09","A0A8M2BGP9","myst3","Bromodomain and PHD finger-containing protein 3 isoform X1","A2CG09","A0A8M2BGP9","Histone acetyltransferase (EC 2.3.1.48)","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","A5WVS7","myst3","LOC792168","A2CG09","ing5a","Histone acetyltransferase (EC 2.3.1.48)","Inhibitor of growth protein","string-db","7955.ENSDARP00000040700/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","B0S7E1","myst3","wu:fc95f02","A2CG09","brd7","Histone acetyltransferase (EC 2.3.1.48)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","Q98TW1","myst3","ncoa2","A2CG09","Q98TW1","Histone acetyltransferase (EC 2.3.1.48)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","Q4VBS0","myst3","wu:fb11d09","A2CG09","ing4","Histone acetyltransferase (EC 2.3.1.48)","Inhibitor of growth protein","string-db","7955.ENSDARP00000045244/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","A0A286Y9D1","myst3","phf14","A2CG09","phf14","Histone acetyltransferase (EC 2.3.1.48)","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","Q6AZD3","myst3","meaf6","A2CG09","meaf6","Histone acetyltransferase (EC 2.3.1.48)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","F6P390","myst3","Bromodomain and PHD finger-containing protein 3","A2CG09","brpf3b","Histone acetyltransferase (EC 2.3.1.48)","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","Q7ZTX2","myst3","wu:fk47f04","A2CG09","wdr5","Histone acetyltransferase (EC 2.3.1.48)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","string-db","7955.ENSDARP00000017859/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","P79734","myst3","tp53","A2CG09","tp53","Histone acetyltransferase (EC 2.3.1.48)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000014581","physical","txid7955" +"A2CG09","F1QFR1","myst3","Bromodomain-containing 1a","A2CG09","brd1a","Histone acetyltransferase (EC 2.3.1.48)","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","string-db","7955.ENSDARP00000018937/7955.ENSDARP00000014581","physical","txid7955" +"F6P390","A0A286Y9D1","Bromodomain and PHD finger-containing protein 3","phf14","brpf3b","phf14","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000116871","physical","txid7955" +"F6P390","A0A8M2BGP9","Bromodomain and PHD finger-containing protein 3","Bromodomain and PHD finger-containing protein 3 isoform X1","brpf3b","A0A8M2BGP9","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000116871","physical","txid7955" +"F6P390","Q6AZD3","Bromodomain and PHD finger-containing protein 3","meaf6","brpf3b","meaf6","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000116871","physical","txid7955" +"A5WVS7","Q803A0","LOC792168","jade1","ing5a","Q803A0","Inhibitor of growth protein","Protein Jade-1 (Jade family PHD finger protein 1) (PHD finger protein 17)","string-db","7955.ENSDARP00000042059/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","Q6AZD3","LOC792168","meaf6","ing5a","meaf6","Inhibitor of growth protein","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","F6P390","LOC792168","Bromodomain and PHD finger-containing protein 3","ing5a","brpf3b","Inhibitor of growth protein","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","P79734","LOC792168","tp53","ing5a","tp53","Inhibitor of growth protein","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","Q08BX4","LOC792168","K","ing5a","kat7a","Inhibitor of growth protein","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","string-db","7955.ENSDARP00000078309/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","Q7ZVP1","LOC792168","jade3","ing5a","Q7ZVP1","Inhibitor of growth protein","Protein Jade-3 (Jade family PHD finger protein 3) (PHD finger protein 16)","string-db","7955.ENSDARP00000120486/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","E7F8E2","LOC792168","E3 ubiquitin-protein ligase Jade-2","ing5a","jade2","Inhibitor of growth protein","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","string-db","7955.ENSDARP00000069915/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","Q4VBS0","LOC792168","wu:fb11d09","ing5a","ing4","Inhibitor of growth protein","Inhibitor of growth protein","string-db","7955.ENSDARP00000045244/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","A0A286Y9D1","LOC792168","phf14","ing5a","phf14","Inhibitor of growth protein","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","B0S7E1","LOC792168","wu:fc95f02","ing5a","brd7","Inhibitor of growth protein","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000040700","physical","txid7955" +"A5WVS7","A0A8M2BGP9","LOC792168","Bromodomain and PHD finger-containing protein 3 isoform X1","ing5a","A0A8M2BGP9","Inhibitor of growth protein","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000040700","physical","txid7955" +"F1QFR1","A0A140LG23","Bromodomain-containing 1a","si:dkey-23a13.21","brd1a","A0A140LG23","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","Q6PI20","Bromodomain-containing 1a","h3f3a; h3f3b.1; h3-5; h3f3d","brd1a","h3f3a;h3f3b.1;h3-5;h3f3d","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","Q4QRF4","Bromodomain-containing 1a","; ;","brd1a","-","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","A8KBJ5","Bromodomain-containing 1a","si:ch1073-153i20.2","brd1a","-","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","A5WVS7","Bromodomain-containing 1a","LOC792168","brd1a","ing5a","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Inhibitor of growth protein","string-db","7955.ENSDARP00000040700/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","A0A286Y9D1","Bromodomain-containing 1a","phf14","brd1a","phf14","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","Q6AZD3","Bromodomain-containing 1a","meaf6","brd1a","meaf6","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","F6P390","Bromodomain-containing 1a","Bromodomain and PHD finger-containing protein 3","brd1a","brpf3b","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","Q4VBS0","Bromodomain-containing 1a","wu:fb11d09","brd1a","ing4","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Inhibitor of growth protein","string-db","7955.ENSDARP00000045244/7955.ENSDARP00000018937","physical","txid7955" +"F1QFR1","A0A8M2BGP9","Bromodomain-containing 1a","Bromodomain and PHD finger-containing protein 3 isoform X1","brd1a","A0A8M2BGP9","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000018937","physical","txid7955" +"Q4VBS0","F6P390","wu:fb11d09","Bromodomain and PHD finger-containing protein 3","ing4","brpf3b","Inhibitor of growth protein","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","string-db","7955.ENSDARP00000116871/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","B3DHW2","wu:fb11d09","nfkb3","ing4","rela","Inhibitor of growth protein","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","string-db","7955.ENSDARP00000133181/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","A0A8M2BGP9","wu:fb11d09","Bromodomain and PHD finger-containing protein 3 isoform X1","ing4","A0A8M2BGP9","Inhibitor of growth protein","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","string-db","7955.ENSDARP00000137534/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","Q7ZVP1","wu:fb11d09","jade3","ing4","Q7ZVP1","Inhibitor of growth protein","Protein Jade-3 (Jade family PHD finger protein 3) (PHD finger protein 16)","string-db","7955.ENSDARP00000120486/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","Q6AZD3","wu:fb11d09","meaf6","ing4","meaf6","Inhibitor of growth protein","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","Q08BX4","wu:fb11d09","K","ing4","kat7a","Inhibitor of growth protein","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","string-db","7955.ENSDARP00000078309/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","E7F8E2","wu:fb11d09","E3 ubiquitin-protein ligase Jade-2","ing4","jade2","Inhibitor of growth protein","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","string-db","7955.ENSDARP00000069915/7955.ENSDARP00000045244","physical","txid7955" +"Q4VBS0","A0A286Y9D1","wu:fb11d09","phf14","ing4","phf14","Inhibitor of growth protein","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000045244","physical","txid7955" +"A0A8M2BGP9","A0A286Y9D1","Bromodomain and PHD finger-containing protein 3 isoform X1","phf14","A0A8M2BGP9","phf14","Bromodomain and PHD finger-containing protein 3 isoform X1 (Bromodomain and PHD finger-containing, 3a)","PHD finger protein 14","string-db","7955.ENSDARP00000143778/7955.ENSDARP00000137534","physical","txid7955" +"F1QSJ9","E7FCN5","si:dkey-32n7.4","Integrin beta","F1QSJ9","E7FCN5","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1Q8T4","si:dkey-32n7.4","zgc:63474","F1QSJ9","itga9","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","Q7ZVG7","si:dkey-32n7.4","fb60h05","F1QSJ9","Q7ZVG7","Integrin alpha-M-like (Si:dkey-32n7.4)","Fgg protein (Fibrinogen gamma chain) (Fibrinogen, gamma polypeptide)","string-db","7955.ENSDARP00000054229/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QWI2","si:dkey-32n7.4","itga11","F1QSJ9","F1QWI2","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","Q19U09","si:dkey-32n7.4","zgc:85632","F1QSJ9","itgb1b.2","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QGX0","si:dkey-32n7.4","Integrin beta","F1QSJ9","itgb6","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QYE2","si:dkey-32n7.4","tenc","F1QSJ9","tnc","Integrin alpha-M-like (Si:dkey-32n7.4)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","A0A0R4ICS1","si:dkey-32n7.4","Integrin alpha 4","F1QSJ9","itga4","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","B3DIV2","si:dkey-32n7.4","itgb1","F1QSJ9","B3DIV2","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","X1WEX1","si:dkey-32n7.4","Integrin alpha-E-like isoform X1","F1QSJ9","itgae.1","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","Q6NYE1","si:dkey-32n7.4","wu:fa55c11","F1QSJ9","Q6NYE1","Integrin alpha-M-like (Si:dkey-32n7.4)","Fibrinogen beta chain (Fibrinogen, B beta polypeptide)","string-db","7955.ENSDARP00000016228/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QG85","si:dkey-32n7.4","itgb1","F1QSJ9","F1QG85","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","A3KPA0","si:dkey-32n7.4","jam3b","F1QSJ9","A3KPA0","Integrin alpha-M-like (Si:dkey-32n7.4)","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","string-db","7955.ENSDARP00000082979/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QYW3","si:dkey-32n7.4","Junctional adhesion molecule 3a","F1QSJ9","jam3a","Integrin alpha-M-like (Si:dkey-32n7.4)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","string-db","7955.ENSDARP00000105600/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","Q5I2A9","si:dkey-32n7.4","sb:cb665","F1QSJ9","itga5","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","string-db","7955.ENSDARP00000027718/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1QC06","si:dkey-32n7.4","Integrin alpha-2-like isoform X1","F1QSJ9","F1QC06","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","B8A5L6","si:dkey-32n7.4","sb:cb892","F1QSJ9","B8A5L6","Integrin alpha-M-like (Si:dkey-32n7.4)","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","A0A8M9QA60","si:dkey-32n7.4","Integrin alpha-3 isoform X2","F1QSJ9","A0A8M9QA60","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","F1R2R3","si:dkey-32n7.4","im:7145180","F1QSJ9","itga3b","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000014655","physical","txid7955" +"F1QSJ9","A8WHQ8","si:dkey-32n7.4","Integrin alpha-6 isoform X1","F1QSJ9","A8WHQ8","Integrin alpha-M-like (Si:dkey-32n7.4)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000014655","physical","txid7955" +"F1QYW3","E7FCN5","Junctional adhesion molecule 3a","Integrin beta","jam3a","E7FCN5","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000105600","physical","txid7955" +"F1QYW3","A0A0R4IGV4","Junctional adhesion molecule 3a","jam2a","jam3a","jam2a","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","string-db","7955.ENSDARP00000132646/7955.ENSDARP00000105600","physical","txid7955" +"A3KPA0","A4JYM3","jam3b","jam2","A3KPA0","A4JYM3","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule B precursor (cDNA, clone cssl:d0187)","psicquic","18296487;18296487","physical","txid7955" +"A3KPA0","E7FCN5","jam3b","Integrin beta","A3KPA0","E7FCN5","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","A0A0R4IGV4","jam3b","jam2a","A3KPA0","jam2a","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","string-db","7955.ENSDARP00000132646/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","F1QYW3","jam3b","Junctional adhesion molecule 3a","A3KPA0","jam3a","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","string-db","7955.ENSDARP00000105600/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","Q66I72","jam3b","JAM","A3KPA0","f11r.1","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule A (Junctional adhesion molecule 1)","string-db","7955.ENSDARP00000099952/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","B0V233","jam3b","im:7155552","A3KPA0","jam2b","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","string-db","7955.ENSDARP00000102441/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","A3KNL2","jam3b","si:ch211-89p1.1","A3KPA0","A3KNL2","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Junctional adhesion molecule A (Junctional adhesion molecule 1)","string-db","7955.ENSDARP00000089087/7955.ENSDARP00000082979","physical","txid7955" +"A3KPA0","A0A0R4ICS1","jam3b","Integrin alpha 4","A3KPA0","itga4","Junctional adhesion molecule 3B (Jam3b) (Junctional adhesion molecule C) (JAM-C)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000082979","physical","txid7955" +"X1WEX1","A0A0R4ICS1","Integrin alpha-E-like isoform X1","Integrin alpha 4","itgae.1","itga4","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000128773","physical","txid7955" +"E7FCN5","A0A0R4ICS1","Integrin beta","Integrin alpha 4","E7FCN5","itga4","Integrin beta","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000124433","physical","txid7955" +"E7FCN5","X1WEX1","Integrin beta","Integrin alpha-E-like isoform X1","E7FCN5","itgae.1","Integrin beta","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","string-db","7955.ENSDARP00000128773/7955.ENSDARP00000124433","physical","txid7955" +"E7FCN5","A0A0R4IIA7","Integrin beta","si:busm1-132m23.1","E7FCN5","tln2a","Integrin beta","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000124433","physical","txid7955" +"F1QYE2","F1QC06","tenc","Integrin alpha-2-like isoform X1","tnc","F1QC06","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000114191","physical","txid7955" +"F1QYE2","A0A2R8Q3K1","tenc","br146","tnc","vcana","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","Chondroitin sulfate proteoglycan 2 (Versican a)","string-db","7955.ENSDARP00000147274/7955.ENSDARP00000114191","physical","txid7955" +"F1QYE2","F1QEZ8","tenc","Neurocan b","tnc","ncanb","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","Neurocan b (Neurocan core protein)","string-db","7955.ENSDARP00000152460/7955.ENSDARP00000114191","physical","txid7955" +"Q6NYE6","Q58EJ9","fc32h03","mtarc1","cyb5r3","Q58EJ9","NADH-cytochrome b5 reductase (EC 1.6.2.2)","Mitochondrial amidoxime-reducing component 1 (mARC1) (EC 1.7.-.-)","string-db","7955.ENSDARP00000094269/7955.ENSDARP00000014732","physical","txid7955" +"Q6NYE6","Q6NY41","fc32h03","zgc:76963","cyb5r3","cyb5b","NADH-cytochrome b5 reductase (EC 1.6.2.2)","Cytochrome b5 type B","string-db","7955.ENSDARP00000138902/7955.ENSDARP00000014732","physical","txid7955" +"Q6NYE6","A8WGS0","fc32h03","cyb5","cyb5r3","cyb5a","NADH-cytochrome b5 reductase (EC 1.6.2.2)","Cyb5a protein (Cytochrome b5 isoform X1) (Cytochrome b5 type A (microsomal))","string-db","7955.ENSDARP00000140832/7955.ENSDARP00000014732","physical","txid7955" +"Q58EJ9","Q6NY41","mtarc1","zgc:76963","Q58EJ9","cyb5b","Mitochondrial amidoxime-reducing component 1 (mARC1) (EC 1.7.-.-)","Cytochrome b5 type B","string-db","7955.ENSDARP00000138902/7955.ENSDARP00000094269","physical","txid7955" +"Q58EJ9","A8WGS0","mtarc1","cyb5","Q58EJ9","cyb5a","Mitochondrial amidoxime-reducing component 1 (mARC1) (EC 1.7.-.-)","Cyb5a protein (Cytochrome b5 isoform X1) (Cytochrome b5 type A (microsomal))","string-db","7955.ENSDARP00000140832/7955.ENSDARP00000094269","physical","txid7955" +"Q6AXI7","E7EYZ5","fc44c01","LOC101884755","Q6AXI7","E7EYZ5","short-chain acyl-CoA dehydrogenase (EC 1.3.8.1) (Butyryl-CoA dehydrogenase)","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","string-db","7955.ENSDARP00000043156/7955.ENSDARP00000014757","physical","txid7955" +"Q6AXI7","F1QFQ7","fc44c01","LOC110437777","Q6AXI7","acadsb","short-chain acyl-CoA dehydrogenase (EC 1.3.8.1) (Butyryl-CoA dehydrogenase)","Short/branched chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.5) (2-methyl branched chain acyl-CoA dehydrogenase) (2-methylbutyryl-coenzyme A dehydrogenase)","string-db","7955.ENSDARP00000102708/7955.ENSDARP00000014757","physical","txid7955" +"Q6AXI7","A2CG95","fc44c01","MCAD","Q6AXI7","A2CG95","short-chain acyl-CoA dehydrogenase (EC 1.3.8.1) (Butyryl-CoA dehydrogenase)","Medium-chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.7)","string-db","7955.ENSDARP00000117024/7955.ENSDARP00000014757","physical","txid7955" +"Q6AXI7","Q6GQN8","fc44c01","mecr","Q6AXI7","mecr","short-chain acyl-CoA dehydrogenase (EC 1.3.8.1) (Butyryl-CoA dehydrogenase)","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","string-db","7955.ENSDARP00000038801/7955.ENSDARP00000014757","physical","txid7955" +"Q6GQN8","E7F5V3","mecr","fasn","mecr","fasn","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","string-db","7955.ENSDARP00000112100/7955.ENSDARP00000038801","physical","txid7955" +"Q6GQN8","F1QFQ7","mecr","LOC110437777","mecr","acadsb","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Short/branched chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.5) (2-methyl branched chain acyl-CoA dehydrogenase) (2-methylbutyryl-coenzyme A dehydrogenase)","string-db","7955.ENSDARP00000102708/7955.ENSDARP00000038801","physical","txid7955" +"Q6GQN8","A2CG95","mecr","MCAD","mecr","A2CG95","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Medium-chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.7)","string-db","7955.ENSDARP00000117024/7955.ENSDARP00000038801","physical","txid7955" +"Q6GQN8","E7EYZ5","mecr","LOC101884755","mecr","E7EYZ5","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","string-db","7955.ENSDARP00000043156/7955.ENSDARP00000038801","physical","txid7955" +"F1QFQ7","A2CG95","LOC110437777","MCAD","acadsb","A2CG95","Short/branched chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.5) (2-methyl branched chain acyl-CoA dehydrogenase) (2-methylbutyryl-coenzyme A dehydrogenase)","Medium-chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.7)","string-db","7955.ENSDARP00000117024/7955.ENSDARP00000102708","physical","txid7955" +"E7EYZ5","A2CG95","LOC101884755","MCAD","E7EYZ5","A2CG95","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Medium-chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.7)","string-db","7955.ENSDARP00000117024/7955.ENSDARP00000043156","physical","txid7955" +"E7EYZ5","E7F5V3","LOC101884755","fasn","E7EYZ5","fasn","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","string-db","7955.ENSDARP00000112100/7955.ENSDARP00000043156","physical","txid7955" +"E7EYZ5","F1QFQ7","LOC101884755","LOC110437777","E7EYZ5","acadsb","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","Short/branched chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.5) (2-methyl branched chain acyl-CoA dehydrogenase) (2-methylbutyryl-coenzyme A dehydrogenase)","string-db","7955.ENSDARP00000102708/7955.ENSDARP00000043156","physical","txid7955" +"Q7SZC7","Q6NW98","wu:fb25g12","zgc:85873","pgrmc2","aaas","Membrane-associated progesterone receptor component 2 (Progesterone receptor membrane component 2)","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","string-db","7955.ENSDARP00000130151/7955.ENSDARP00000014799","physical","txid7955" +"Q7SZC7","Q7T2E8","wu:fb25g12","rhoac","pgrmc2","rhoac","Membrane-associated progesterone receptor component 2 (Progesterone receptor membrane component 2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000014799","physical","txid7955" +"Q7SZC7","Q803F2","wu:fb25g12","wu:fk30f01","pgrmc2","rhogb","Membrane-associated progesterone receptor component 2 (Progesterone receptor membrane component 2)","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000014799","physical","txid7955" +"A2BGP5","A8WIQ5","ela2al","si:ch211-165b19.9","A2BGP5","A8WIQ5","Elastase 3 like isoform X2 (Elastase 3-like)","Granzyme 3, tandem duplicate 4 (Uncharacterized protein LOC100001210)","string-db","7955.ENSDARP00000114468/7955.ENSDARP00000014849","physical","txid7955" +"A2BGP5","A0A2R8QQC0","ela2al","Mast cell protease 2 isoform X1","A2BGP5","A0A2R8QQC0","Elastase 3 like isoform X2 (Elastase 3-like)","Mast cell protease 2 isoform X1 (Si:ch211-212d10.1)","string-db","7955.ENSDARP00000156938/7955.ENSDARP00000014849","physical","txid7955" +"A2BGP5","A8WIQ4","ela2al","si:ch211-165b19.8","A2BGP5","A8WIQ4","Elastase 3 like isoform X2 (Elastase 3-like)","Granzyme 3, tandem duplicate 3 (Uncharacterized protein LOC100001138 precursor)","string-db","7955.ENSDARP00000118704/7955.ENSDARP00000014849","physical","txid7955" +"A2BGP5","A8WIQ2","ela2al","gzmb","A2BGP5","A8WIQ2","Elastase 3 like isoform X2 (Elastase 3-like)","Granzyme 3, tandem duplicate 1 (Uncharacterized protein LOC100000986 precursor)","string-db","7955.ENSDARP00000072861/7955.ENSDARP00000014849","physical","txid7955" +"A8WIQ2","A8WIQ4","gzmb","si:ch211-165b19.8","A8WIQ2","A8WIQ4","Granzyme 3, tandem duplicate 1 (Uncharacterized protein LOC100000986 precursor)","Granzyme 3, tandem duplicate 3 (Uncharacterized protein LOC100001138 precursor)","string-db","7955.ENSDARP00000118704/7955.ENSDARP00000072861","physical","txid7955" +"A8WIQ2","Q6IQP2","gzmb","wu:fd20e06","A8WIQ2","stxbp6","Granzyme 3, tandem duplicate 1 (Uncharacterized protein LOC100000986 precursor)","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000072861","physical","txid7955" +"A8WIQ2","A8WIQ5","gzmb","si:ch211-165b19.9","A8WIQ2","A8WIQ5","Granzyme 3, tandem duplicate 1 (Uncharacterized protein LOC100000986 precursor)","Granzyme 3, tandem duplicate 4 (Uncharacterized protein LOC100001210)","string-db","7955.ENSDARP00000114468/7955.ENSDARP00000072861","physical","txid7955" +"A8WIQ2","A0A2R8QQC0","gzmb","Mast cell protease 2 isoform X1","A8WIQ2","A0A2R8QQC0","Granzyme 3, tandem duplicate 1 (Uncharacterized protein LOC100000986 precursor)","Mast cell protease 2 isoform X1 (Si:ch211-212d10.1)","string-db","7955.ENSDARP00000156938/7955.ENSDARP00000072861","physical","txid7955" +"A8WIQ4","A0A2R8QQC0","si:ch211-165b19.8","Mast cell protease 2 isoform X1","A8WIQ4","A0A2R8QQC0","Granzyme 3, tandem duplicate 3 (Uncharacterized protein LOC100001138 precursor)","Mast cell protease 2 isoform X1 (Si:ch211-212d10.1)","string-db","7955.ENSDARP00000156938/7955.ENSDARP00000118704","physical","txid7955" +"A8WIQ5","A8WIQ4","si:ch211-165b19.9","si:ch211-165b19.8","A8WIQ5","A8WIQ4","Granzyme 3, tandem duplicate 4 (Uncharacterized protein LOC100001210)","Granzyme 3, tandem duplicate 3 (Uncharacterized protein LOC100001138 precursor)","string-db","7955.ENSDARP00000118704/7955.ENSDARP00000114468","physical","txid7955" +"A8WIQ5","A0A2R8QQC0","si:ch211-165b19.9","Mast cell protease 2 isoform X1","A8WIQ5","A0A2R8QQC0","Granzyme 3, tandem duplicate 4 (Uncharacterized protein LOC100001210)","Mast cell protease 2 isoform X1 (Si:ch211-212d10.1)","string-db","7955.ENSDARP00000156938/7955.ENSDARP00000114468","physical","txid7955" +"A2AR67","F1QYM3","atp6ap1","wu:fb33a01","A2AR67","atp6v0b","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000110078","physical","txid7955" +"A2AR67","E7F7W2","atp6ap1","V-type proton ATPase subunit a","A2AR67","atp6v0a2a","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000110078","physical","txid7955" +"A2AR67","B8A655","atp6ap1","V-type proton ATPase subunit a","A2AR67","B8A655","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000110078","physical","txid7955" +"A2AR67","E7FCD8","atp6ap1","H","A2AR67","atp6v1ab","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000110078","physical","txid7955" +"A2AR67","B0R0V8","atp6ap1","chunp6890","A2AR67","B0R0V8","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000110078","physical","txid7955" +"Q5EAR6","Q6PGV1","ccdc115","atp6v0d1","Q5EAR6","atp6v0d1","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","string-db","7955.ENSDARP00000091027/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","Q5XIY6","ccdc115","atp6v1c1b","Q5EAR6","atp6v1c1b","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","string-db","7955.ENSDARP00000052090/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","E7F7W2","ccdc115","V-type proton ATPase subunit a","Q5EAR6","atp6v0a2a","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000115900/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","F1R9A7","ccdc115","ATPase H+-transporting accessory protein 1a","Q5EAR6","F1R9A7","Coiled-coil domain-containing protein 115","ATPase H+-transporting accessory protein 1a (V-type proton ATPase subunit S1)","string-db","7955.ENSDARP00000060713/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","A2AR67","ccdc115","atp6ap1","Q5EAR6","A2AR67","Coiled-coil domain-containing protein 115","ATPase H+-transporting accessory protein 1b (ATPase, H+ transporting, lysosomal accessory protein 1b)","string-db","7955.ENSDARP00000110078/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","Q7T2E8","ccdc115","rhoac","Q5EAR6","rhoac","Coiled-coil domain-containing protein 115","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","B8A655","ccdc115","V-type proton ATPase subunit a","Q5EAR6","B8A655","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit a","string-db","7955.ENSDARP00000114268/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","B0R0V8","ccdc115","chunp6890","Q5EAR6","B0R0V8","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit H","string-db","7955.ENSDARP00000113453/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","Q6P041","ccdc115","zgc:77708","Q5EAR6","atp6v0cb","Coiled-coil domain-containing protein 115","V-type proton ATPase proteolipid subunit","string-db","7955.ENSDARP00000053138/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","Q6DRK0","ccdc115","zgc:92923","Q5EAR6","atp6v1f","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit F","string-db","7955.ENSDARP00000066962/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","E7FCD8","ccdc115","H","Q5EAR6","atp6v1ab","Coiled-coil domain-containing protein 115","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","string-db","7955.ENSDARP00000128988/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","Q504A1","ccdc115","zgc:109987","Q5EAR6","Q504A1","Coiled-coil domain-containing protein 115","V-type proton ATPase subunit","string-db","7955.ENSDARP00000076503/7955.ENSDARP00000047014","physical","txid7955" +"Q5EAR6","F1QYM3","ccdc115","wu:fb33a01","Q5EAR6","atp6v0b","Coiled-coil domain-containing protein 115","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","string-db","7955.ENSDARP00000117925/7955.ENSDARP00000047014","physical","txid7955" +"Q8UVC1","Q90XC2","invs","nek8","Q8UVC1","Q90XC2","Inversin","Serine/threonine-protein kinase Nek8 (EC 2.7.11.1) (Never in mitosis A-related kinase 8) (NimA-related protein kinase 8)","string-db","7955.ENSDARP00000067094/7955.ENSDARP00000014904","physical","txid7955" +"Q90XC2","P0CI65","nek8","nphp3","Q90XC2","P0CI65","Serine/threonine-protein kinase Nek8 (EC 2.7.11.1) (Never in mitosis A-related kinase 8) (NimA-related protein kinase 8)","Nephrocystin-3","string-db","7955.ENSDARP00000101271/7955.ENSDARP00000067094","physical","txid7955" +"Q90XC2","Q7ZVD7","nek8","zgc:56093","Q90XC2","chek1","Serine/threonine-protein kinase Nek8 (EC 2.7.11.1) (Never in mitosis A-related kinase 8) (NimA-related protein kinase 8)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000067094","physical","txid7955" +"Q90XC2","Q1LXB1","nek8","si:dkey-42i9.5","Q90XC2","atrip","Serine/threonine-protein kinase Nek8 (EC 2.7.11.1) (Never in mitosis A-related kinase 8) (NimA-related protein kinase 8)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000067094","physical","txid7955" +"Q6DH44","Q7ZVK8","wdr83","ERK1","Q6DH44","mapk3","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000060977","physical","txid7955" +"Q6DH44","Q503S6","wdr83","lamtor3","Q6DH44","Q503S6","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","Ragulator complex protein LAMTOR3 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 3) (Mitogen-activated protein kinase scaffold protein 1)","string-db","7955.ENSDARP00000116826/7955.ENSDARP00000060977","physical","txid7955" +"Q6DH44","Q5M7Y2","wdr83","zgc:92074","Q6DH44","Q5M7Y2","WD repeat domain-containing protein 83 (Mitogen-activated protein kinase organizer 1) (MAPK organizer 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000060977","physical","txid7955" +"B8JJL3","A1L1U1","ER[b]1","Striatin","B8JJL3","A1L1U1","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","F8W2D1","ER[b]1","wu:fb34f09","B8JJL3","fkbp4","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","Q803H5","ER[b]1","gnb1l","B8JJL3","gnb1b","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","A0A0G2L6W9","ER[b]1","Guanine nucleotide-binding protein subunit gamma","B8JJL3","A0A0G2L6W9","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","Q6YLH9","ER[b]1","CAV1","B8JJL3","cav1","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","F1QAD7","ER[b]1","phosphatidylinositol-4,5-bisphosphate 3-kinase","B8JJL3","pik3ca","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","A0A2R8RKX9","ER[b]1","zgc:101614","B8JJL3","A0A2R8RKX9","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","A0A8M3ANZ5","ER[b]1","gng12","B8JJL3","A0A8M3ANZ5","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000118673","physical","txid7955" +"B8JJL3","A1L271","ER[b]1","gnb5a","B8JJL3","gnb5a","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000118673","physical","txid7955" +"A4GT83","Q7ZTT0","NR3C4","zgc:56685","A4GT83","Q7ZTT0","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","B3DIF9","NR3C4","ETS translocation variant 1 isoform X1","A4GT83","etv1","Androgen receptor","ETS translocation variant 1 isoform X1 (ETS variant transcription factor 1) (Etv1 protein)","string-db","7955.ENSDARP00000129920/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","A6YIH7","NR3C4","mr","A4GT83","nr3c2","Androgen receptor","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","string-db","7955.ENSDARP00000130941/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q6PI20","NR3C4","h3f3a; h3f3b.1; h3-5; h3f3d","A4GT83","h3f3a;h3f3b.1;h3-5;h3f3d","Androgen receptor","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","A4FVM2","NR3C4","si:ch73-368j24.13","A4GT83","A4FVM2","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","R4GE15","NR3C4","si:ch211-113a14.29","A4GT83","si:ch211-113a14.22","Androgen receptor","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","E7FA76","NR3C4","WD repeat domain 20a","A4GT83","E7FA76","Androgen receptor","WD repeat domain 20a (WD repeat-containing protein 20)","string-db","7955.ENSDARP00000098826/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q5BJA5","NR3C4",";","A4GT83","-","Androgen receptor","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","A0A140LGS2","NR3C4","Histone H2A","A4GT83","si:ch1073-153i20.5","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","E7EZX1","NR3C4","si:dkey-261m9.15","A4GT83","hist1h2a5","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q71PD7","NR3C4","h2az2a","A4GT83","h2az2a","Androgen receptor","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q98TW1","NR3C4","ncoa2","A4GT83","Q98TW1","Androgen receptor","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q6YLH9","NR3C4","CAV1","A4GT83","cav1","Androgen receptor","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","E7EXD7","NR3C4","si:dkey-261m9.11","A4GT83","si:ch211-113a14.19","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q561S9","NR3C4","H2A","A4GT83","hist1h2a3","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","F8W2D1","NR3C4","wu:fb34f09","A4GT83","fkbp4","Androgen receptor","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q5XJK2","NR3C4","h2afx1","A4GT83","h2ax1","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","X1WHF1","NR3C4","Histone H2B","A4GT83","si:dkey-261m9.6","Androgen receptor","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","E7F6T8","NR3C4","usp37","A4GT83","E7F6T8","Androgen receptor","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","Q1JPZ3","NR3C4","src","A4GT83","Q1JPZ3","Androgen receptor","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","F1QPF7","NR3C4","fb58d08","A4GT83","cth","Androgen receptor","Cystathionine gamma-lyase (EC 4.4.1.1) (Cysteine-protein sulfhydrase) (Gamma-cystathionase)","string-db","7955.ENSDARP00000117293/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","X1WDH8","NR3C4","Histone H2B","A4GT83","si:dkey-261m9.19","Androgen receptor","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","E7F5W3","NR3C4","si:dkey-108k21.26","A4GT83","hist1h2a10","Androgen receptor","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","A0A140LG54","NR3C4","Histone H2B","A4GT83","si:dkey-23a13.22","Androgen receptor","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000088795","physical","txid7955" +"A4GT83","A4FUN7","NR3C4","usp12a","A4GT83","usp12a","Androgen receptor","Ubiquitin carboxyl-terminal hydrolase 12A (EC 3.4.19.12) (Deubiquitinating enzyme 12A) (Ubiquitin thioesterase 12A) (Ubiquitin-specific-processing protease 12A)","string-db","7955.ENSDARP00000103890/7955.ENSDARP00000088795","physical","txid7955" +"B7SEE0","Q0GKD6","Interferon regulatory factor 3","wu:fk70c05","irf3","tbk1","Interferon regulatory factor 3","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000126885","physical","txid7955" +"B7SEE0","E7F4N7","Interferon regulatory factor 3","sting1","irf3","E7F4N7","Interferon regulatory factor 3","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000126885","physical","txid7955" +"B7SEE0","Q1LUQ2","Interferon regulatory factor 3","trif","irf3","Q1LUQ2","Interferon regulatory factor 3","TIR domain-containing adapter molecule 1 (Toll-like receptor adaptor molecule 1)","string-db","7955.ENSDARP00000130000/7955.ENSDARP00000126885","physical","txid7955" +"B7SEE0","F1QGH7","Interferon regulatory factor 3","ctnnb1","irf3","ctnnb1","Interferon regulatory factor 3","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000126885","physical","txid7955" +"B7SEE0","A0A0R4IPF2","Interferon regulatory factor 3","histone acetyltransferase","irf3","crebbpa","Interferon regulatory factor 3","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000126885","physical","txid7955" +"F6NMN3","Q6IQL7","fc83f08","wu:fb18b07","ppp5c","ppid","Serine/threonine-protein phosphatase (EC 3.1.3.16)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000107677/7955.ENSDARP00000106662","physical","txid7955" +"F6NMN3","B8JJL3","fc83f08","ER[b]1","ppp5c","B8JJL3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000106662","physical","txid7955" +"F6NMN3","F8W2D1","fc83f08","wu:fb34f09","ppp5c","fkbp4","Serine/threonine-protein phosphatase (EC 3.1.3.16)","peptidylprolyl isomerase (EC 5.2.1.8)","string-db","7955.ENSDARP00000124772/7955.ENSDARP00000106662","physical","txid7955" +"A0A386CAB9","B7SEE0","nlrp1","Interferon regulatory factor 3","A0A386CAB9","irf3","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000126513","physical","txid7955" +"A0A386CAB9","E7F4N7","nlrp1","sting1","A0A386CAB9","E7F4N7","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000126513","physical","txid7955" +"A0A386CAB9","Q5U3E4","nlrp1","sgut1","A0A386CAB9","Q5U3E4","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","Protein SGT1 homolog (SGT1 homolog, MIS12 kinetochore complex assembly cochaperone) (Zgc:103668)","string-db","7955.ENSDARP00000135565/7955.ENSDARP00000126513","physical","txid7955" +"A0A386CAB9","Q0GKD6","nlrp1","wu:fk70c05","A0A386CAB9","tbk1","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000126513","physical","txid7955" +"A6YIH7","A1L1U1","mr","Striatin","nr3c2","A1L1U1","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000130941","physical","txid7955" +"Q6P950","F1QTC2","ppp1r3cb","cb444","Q6P950","ppp1r3ca","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","E7EZR5","ppp1r3cb","Protein phosphatase 1 regulatory subunit 3A","Q6P950","E7EZR5","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","A0A0R4IZT6","ppp1r3cb","ppp1cc","Q6P950","ppp1cc","Protein phosphatase 1 regulatory subunit 3C-B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","Q1L8Y7","ppp1r3cb","shoc2","Q6P950","shoc2","Protein phosphatase 1 regulatory subunit 3C-B","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","string-db","7955.ENSDARP00000059881/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","X1WFN1","ppp1r3cb","Protein phosphatase 1 regulatory subunit 3D","Q6P950","ppp1r3db","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","Q6GQN5","ppp1r3cb","ppp1r42","Q6P950","ppp1r42","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","string-db","7955.ENSDARP00000074793/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","A0A0R4IXC4","ppp1r3cb","Si:ch211-167b20.8","Q6P950","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3C-B","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","Q803M0","ppp1r3cb","ppp1r3b","Q6P950","ppp1r3b","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1 regulatory subunit 3B","string-db","7955.ENSDARP00000065669/7955.ENSDARP00000014980","physical","txid7955" +"Q6P950","A3KNJ7","ppp1r3cb","wu:fd02c11","Q6P950","A3KNJ7","Protein phosphatase 1 regulatory subunit 3C-B","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","string-db","7955.ENSDARP00000091169/7955.ENSDARP00000014980","physical","txid7955" +"A3KNJ7","F1QTC2","wu:fd02c11","cb444","A3KNJ7","ppp1r3ca","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000091169","physical","txid7955" +"A3KNJ7","A0A0R4IZT6","wu:fd02c11","ppp1cc","A3KNJ7","ppp1cc","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000091169","physical","txid7955" +"A3KNJ7","E7EZR5","wu:fd02c11","Protein phosphatase 1 regulatory subunit 3A","A3KNJ7","E7EZR5","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000091169","physical","txid7955" +"A3KNJ7","A0A0R4IXC4","wu:fd02c11","Si:ch211-167b20.8","A3KNJ7","A0A0R4IXC4","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000091169","physical","txid7955" +"A3KNJ7","X1WFN1","wu:fd02c11","Protein phosphatase 1 regulatory subunit 3D","A3KNJ7","ppp1r3db","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000091169","physical","txid7955" +"E7EZR5","A0A0R4IZT6","Protein phosphatase 1 regulatory subunit 3A","ppp1cc","E7EZR5","ppp1cc","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000111556","physical","txid7955" +"E7EZR5","X1WFN1","Protein phosphatase 1 regulatory subunit 3A","Protein phosphatase 1 regulatory subunit 3D","E7EZR5","ppp1r3db","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000111556","physical","txid7955" +"E7EZR5","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3A","Si:ch211-167b20.8","E7EZR5","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000111556","physical","txid7955" +"Q6GQN5","A0A0R4IXC4","ppp1r42","Si:ch211-167b20.8","ppp1r42","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000074793","physical","txid7955" +"Q6GQN5","X1WFN1","ppp1r42","Protein phosphatase 1 regulatory subunit 3D","ppp1r42","ppp1r3db","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000074793","physical","txid7955" +"Q6GQN5","F1QTC2","ppp1r42","cb444","ppp1r42","ppp1r3ca","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000074793","physical","txid7955" +"Q6GQN5","A3KNJ7","ppp1r42","wu:fd02c11","ppp1r42","A3KNJ7","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","string-db","7955.ENSDARP00000091169/7955.ENSDARP00000074793","physical","txid7955" +"Q6GQN5","A0A0R4IZT6","ppp1r42","ppp1cc","ppp1r42","ppp1cc","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000074793","physical","txid7955" +"Q6GQN5","E7EZR5","ppp1r42","Protein phosphatase 1 regulatory subunit 3A","ppp1r42","E7EZR5","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000074793","physical","txid7955" +"Q803M0","A0A0R4IZT6","ppp1r3b","ppp1cc","ppp1r3b","ppp1cc","Protein phosphatase 1 regulatory subunit 3B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","A0A0R4IXC4","ppp1r3b","Si:ch211-167b20.8","ppp1r3b","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3B","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","E7EZR5","ppp1r3b","Protein phosphatase 1 regulatory subunit 3A","ppp1r3b","E7EZR5","Protein phosphatase 1 regulatory subunit 3B","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","X1WFN1","ppp1r3b","Protein phosphatase 1 regulatory subunit 3D","ppp1r3b","ppp1r3db","Protein phosphatase 1 regulatory subunit 3B","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","Q6GQN5","ppp1r3b","ppp1r42","ppp1r3b","ppp1r42","Protein phosphatase 1 regulatory subunit 3B","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","string-db","7955.ENSDARP00000074793/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","A3KNJ7","ppp1r3b","wu:fd02c11","ppp1r3b","A3KNJ7","Protein phosphatase 1 regulatory subunit 3B","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","string-db","7955.ENSDARP00000091169/7955.ENSDARP00000065669","physical","txid7955" +"Q803M0","F1QTC2","ppp1r3b","cb444","ppp1r3b","ppp1r3ca","Protein phosphatase 1 regulatory subunit 3B","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000065669","physical","txid7955" +"Q1L8Y7","A0A0R4IXC4","shoc2","Si:ch211-167b20.8","shoc2","A0A0R4IXC4","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","A0A0R4IZT6","shoc2","ppp1cc","shoc2","ppp1cc","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","X1WFN1","shoc2","Protein phosphatase 1 regulatory subunit 3D","shoc2","ppp1r3db","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","string-db","7955.ENSDARP00000129035/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","E7F5A7","shoc2","si:ch73-116o1.2","shoc2","si:ch73-116o1.2","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Ras-related protein M-Ras (Si:ch73-116o1.2)","string-db","7955.ENSDARP00000124094/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","A3KNJ7","shoc2","wu:fd02c11","shoc2","A3KNJ7","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1, regulatory subunit 15A (Uncharacterized protein LOC797943) (Zgc:162126 protein)","string-db","7955.ENSDARP00000091169/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","E7EZR5","shoc2","Protein phosphatase 1 regulatory subunit 3A","shoc2","E7EZR5","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1 regulatory subunit 3A (Protein phosphatase 1, regulatory subunit 3Ab)","string-db","7955.ENSDARP00000111556/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","Q6GQN5","shoc2","ppp1r42","shoc2","ppp1r42","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","string-db","7955.ENSDARP00000074793/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","F1QTC2","shoc2","cb444","shoc2","ppp1r3ca","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1 regulatory subunit 3C","string-db","7955.ENSDARP00000108067/7955.ENSDARP00000059881","physical","txid7955" +"Q1L8Y7","Q803M0","shoc2","ppp1r3b","shoc2","ppp1r3b","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","Protein phosphatase 1 regulatory subunit 3B","string-db","7955.ENSDARP00000065669/7955.ENSDARP00000059881","physical","txid7955" +"A0A0R4IXC4","A0A0R4IZT6","Si:ch211-167b20.8","ppp1cc","A0A0R4IXC4","ppp1cc","Si:ch211-167b20.8","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000141554","physical","txid7955" +"X1WFN1","A0A0R4IZT6","Protein phosphatase 1 regulatory subunit 3D","ppp1cc","ppp1r3db","ppp1cc","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000129035","physical","txid7955" +"X1WFN1","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3D","Si:ch211-167b20.8","ppp1r3db","A0A0R4IXC4","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","Si:ch211-167b20.8","string-db","7955.ENSDARP00000141554/7955.ENSDARP00000129035","physical","txid7955" +"Q6J0N1","A0A0R4IUS5","Zfp313","RING-type E3 ubiquitin transferase","Q6J0N1","rnf4","E3 ubiquitin-protein ligase RNF114 (EC 2.3.2.27) (RING finger protein 114) (RING-type E3 ubiquitin transferase RNF114) (Zinc finger protein 313)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000138497/7955.ENSDARP00000015024","physical","txid7955" +"Q9YGW7","Q6DEH4","dazl","zgc:100999","Q9YGW7","Q6DEH4","Deleted in azoospermia-like (DAZ-like protein) (zDazl)","Dynein light chain","string-db","7955.ENSDARP00000115737/7955.ENSDARP00000113712","physical","txid7955" +"Q9YGW7","Q503Z7","dazl","si:dkey-4c23.7","Q9YGW7","dnal4b","Deleted in azoospermia-like (DAZ-like protein) (zDazl)","Dynein light chain","string-db","7955.ENSDARP00000121922/7955.ENSDARP00000113712","physical","txid7955" +"Q8JIS6","O57341","tbx6","fgf8a","tbx6","fgf8a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Fibroblast growth factor 8 (FGF-8)","string-db","7955.ENSDARP00000018653/7955.ENSDARP00000015108","physical","txid7955" +"Q8JIS6","O57416","tbx6","pax3","tbx6","pax3a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","string-db","7955.ENSDARP00000037761/7955.ENSDARP00000015108","physical","txid7955" +"Q8JIS6","Q2WG80","tbx6","ripply1","tbx6","Q2WG80","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Protein ripply1","string-db","7955.ENSDARP00000154427/7955.ENSDARP00000015108","physical","txid7955" +"O57416","Q90XD1","pax3","cls/sox10","pax3a","sox10","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","Transcription factor SOX-10","string-db","7955.ENSDARP00000100237/7955.ENSDARP00000037761","physical","txid7955" +"O57416","A0A8M9PTD7","pax3","Nuclear receptor coactivator 1","pax3a","A0A8M9PTD7","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000037761","physical","txid7955" +"O57416","Q804S5","pax3","mib1","pax3a","mib1","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000037761","physical","txid7955" +"O57416","P79742","pax3","tbx6l","pax3a","P79742","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","T-box transcription factor TBX6L (T-box protein 6L) (T-box transcription factor TBX6) (T-box protein 6)","string-db","7955.ENSDARP00000113982/7955.ENSDARP00000037761","physical","txid7955" +"F1QJF4","E7FF48","rorab","SMRT","rorab","ncor2","Nuclear receptor ROR-alpha B (Retinoid-related orphan receptor alpha 1) (Retinoid-related orphan receptor-alpha B)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000015111","physical","txid7955" +"A0A8M6YW51","A0A2R8RVN3","DNA helicase","DNA topoisomerase 2-binding protein 1","A0A8M6YW51","topbp1","DNA helicase (EC 3.6.4.12)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000153051","physical","txid7955" +"Q7ZUD8","B3DIU1","MAP1-LC3B","cul3","map1lc3b","cul3b","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000130443","physical","txid7955" +"X1WCF3","A0A0R4IUC9","DNA topoisomerase","RecQ mediated genome instability 2","top3a","A0A0R4IUC9","DNA topoisomerase (EC 5.6.2.1)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000127896","physical","txid7955" +"X1WCF3","A0A8M9QPT3","DNA topoisomerase","fc38f05","top3a","A0A8M9QPT3","DNA topoisomerase (EC 5.6.2.1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000127896","physical","txid7955" +"X1WCF3","A0A8M6YW51","DNA topoisomerase","DNA helicase","top3a","A0A8M6YW51","DNA topoisomerase (EC 5.6.2.1)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000127896","physical","txid7955" +"X1WCF3","A0A2R8RVN3","DNA topoisomerase","DNA topoisomerase 2-binding protein 1","top3a","topbp1","DNA topoisomerase (EC 5.6.2.1)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000127896","physical","txid7955" +"B7ZDD5","A0A8N7UW22","fancj","DNA repair protein RAD50","brip1","A0A8N7UW22","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","F1R474","fancj","zgc:77165","brip1","rad51d","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","B8JKI8","fancj","htatip","brip1","kat5b","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","X1WCF3","fancj","DNA topoisomerase","brip1","top3a","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","A0A0R4IUC9","fancj","RecQ mediated genome instability 2","brip1","A0A0R4IUC9","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","E7F2N1","fancj","si:ch73-352p4.5","brip1","si:ch73-352p4.5","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","F1R3B9","fancj","fc21c10","brip1","fanci","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","A0A2R8RVN3","fancj","DNA topoisomerase 2-binding protein 1","brip1","topbp1","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","A0A8M6YW51","fancj","DNA helicase","brip1","A0A8M6YW51","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","B0S509","fancj","rad9a","brip1","B0S509","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","A2BGQ6","fancj","zgc:91969","brip1","rad17","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000102913","physical","txid7955" +"B7ZDD5","A0A8M9QPT3","fancj","fc38f05","brip1","A0A8M9QPT3","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000102913","physical","txid7955" +"F1R474","A0A8N7UW22","zgc:77165","DNA repair protein RAD50","rad51d","A0A8N7UW22","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000107754","physical","txid7955" +"F1R474","A0A8M9QPT3","zgc:77165","fc38f05","rad51d","A0A8M9QPT3","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000107754","physical","txid7955" +"F1R474","X1WCF3","zgc:77165","DNA topoisomerase","rad51d","top3a","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000107754","physical","txid7955" +"F1R474","B8JKI8","zgc:77165","htatip","rad51d","kat5b","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000107754","physical","txid7955" +"F1R474","A0A8M6YW51","zgc:77165","DNA helicase","rad51d","A0A8M6YW51","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000107754","physical","txid7955" +"F1R474","A0A0R4IUC9","zgc:77165","RecQ mediated genome instability 2","rad51d","A0A0R4IUC9","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000107754","physical","txid7955" +"E7F2N1","A0A0R4IUC9","si:ch73-352p4.5","RecQ mediated genome instability 2","si:ch73-352p4.5","A0A0R4IUC9","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","A0A8N7UW22","si:ch73-352p4.5","DNA repair protein RAD50","si:ch73-352p4.5","A0A8N7UW22","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","X1WCF3","si:ch73-352p4.5","DNA topoisomerase","si:ch73-352p4.5","top3a","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","A2BGQ6","si:ch73-352p4.5","zgc:91969","si:ch73-352p4.5","rad17","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","B0S509","si:ch73-352p4.5","rad9a","si:ch73-352p4.5","B0S509","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","A0A8M9QPT3","si:ch73-352p4.5","fc38f05","si:ch73-352p4.5","A0A8M9QPT3","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","A0A8M6YW51","si:ch73-352p4.5","DNA helicase","si:ch73-352p4.5","A0A8M6YW51","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","B8JKI8","si:ch73-352p4.5","htatip","si:ch73-352p4.5","kat5b","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000107548","physical","txid7955" +"E7F2N1","A0A2R8RVN3","si:ch73-352p4.5","DNA topoisomerase 2-binding protein 1","si:ch73-352p4.5","topbp1","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000107548","physical","txid7955" +"A2BGQ6","B8JKI8","zgc:91969","htatip","rad17","kat5b","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","B0S509","zgc:91969","rad9a","rad17","B0S509","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","A0A2R8RVN3","zgc:91969","DNA topoisomerase 2-binding protein 1","rad17","topbp1","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","A0A8M9QPT3","zgc:91969","fc38f05","rad17","A0A8M9QPT3","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","A0A8N7UW22","zgc:91969","DNA repair protein RAD50","rad17","A0A8N7UW22","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","A0A8M6YW51","zgc:91969","DNA helicase","rad17","A0A8M6YW51","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","X1WCF3","zgc:91969","DNA topoisomerase","rad17","top3a","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000113849","physical","txid7955" +"A2BGQ6","A0A0R4IUC9","zgc:91969","RecQ mediated genome instability 2","rad17","A0A0R4IUC9","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000113849","physical","txid7955" +"Q7ZVS3","E7FCY1","plk4","Centromere protein J","Q7ZVS3","cenpj","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Centromere protein J","string-db","7955.ENSDARP00000155698/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","Q7ZVT3","plk4","sass6","Q7ZVS3","Q7ZVT3","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Spindle assembly abnormal protein 6 homolog","string-db","7955.ENSDARP00000075634/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","Q802D5","plk4","pfn2","Q7ZVS3","pfn2","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","Q804S5","plk4","mib1","Q7ZVS3","mib1","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","X1WCU6","plk4","si:ch211-175f11.5","Q7ZVS3","X1WCU6","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","X1WBK2","plk4","Centrosomal protein 152","Q7ZVS3","cep152","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","string-db","7955.ENSDARP00000127593/7955.ENSDARP00000043865","physical","txid7955" +"Q7ZVS3","E7F0A1","plk4","fa91a03","Q7ZVS3","E7F0A1","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000043865","physical","txid7955" +"A0A8M2B481","A0A0R4IP12","fancd1","PDS5 cohesin-associated factor B","A0A8M2B481","pds5b","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","A0A8M6YW51","fancd1","DNA helicase","A0A8M2B481","A0A8M6YW51","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","Q7T308","fancd1","rnf168","A0A8M2B481","Q7T308","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","E3 ubiquitin-protein ligase rnf168 (EC 2.3.2.27) (RING finger protein 168) (RING-type E3 ubiquitin transferase rnf168)","string-db","7955.ENSDARP00000154968/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","F1R3B9","fancd1","fc21c10","A0A8M2B481","fanci","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","A0A8M9QPT3","fancd1","fc38f05","A0A8M2B481","A0A8M9QPT3","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","A0A8N7UW22","fancd1","DNA repair protein RAD50","A0A8M2B481","A0A8N7UW22","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","A0A0R4IUC9","fancd1","RecQ mediated genome instability 2","A0A8M2B481","A0A0R4IUC9","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","X1WCF3","fancd1","DNA topoisomerase","A0A8M2B481","top3a","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","B8JKI8","fancd1","htatip","A0A8M2B481","kat5b","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","B7ZDD5","fancd1","fancj","A0A8M2B481","brip1","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000099674","physical","txid7955" +"A0A8M2B481","F1R474","fancd1","zgc:77165","A0A8M2B481","rad51d","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000099674","physical","txid7955" +"Q803U7","A0A8M6YW51","exo1","DNA helicase","Q803U7","A0A8M6YW51","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","Q1LXB1","exo1","si:dkey-42i9.5","Q803U7","atrip","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A2BGQ6","exo1","zgc:91969","Q803U7","rad17","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A0A2R8RVN3","exo1","DNA topoisomerase 2-binding protein 1","Q803U7","topbp1","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","B8JKI8","exo1","htatip","Q803U7","kat5b","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A0A0R4IUC9","exo1","RecQ mediated genome instability 2","Q803U7","A0A0R4IUC9","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","E7F558","exo1","Mismatch repair endonuclease PMS2","Q803U7","pms2","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","string-db","7955.ENSDARP00000099444/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","F1R474","exo1","zgc:77165","Q803U7","rad51d","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","B7ZDD5","exo1","fancj","Q803U7","brip1","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","X1WCF3","exo1","DNA topoisomerase","Q803U7","top3a","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","E7F2N1","exo1","si:ch73-352p4.5","Q803U7","si:ch73-352p4.5","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A0A8N7UW22","exo1","DNA repair protein RAD50","Q803U7","A0A8N7UW22","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A0A8M9QPT3","exo1","fc38f05","Q803U7","A0A8M9QPT3","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","A0A8M2B481","exo1","fancd1","Q803U7","A0A8M2B481","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000073846","physical","txid7955" +"Q803U7","B0S509","exo1","rad9a","Q803U7","B0S509","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000073846","physical","txid7955" +"A0A0R4IUC9","A0A2R8RVN3","RecQ mediated genome instability 2","DNA topoisomerase 2-binding protein 1","A0A0R4IUC9","topbp1","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000140519","physical","txid7955" +"A0A0R4IUC9","A0A8M6YW51","RecQ mediated genome instability 2","DNA helicase","A0A0R4IUC9","A0A8M6YW51","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000140519","physical","txid7955" +"Q6P2T4","A0A8N7UW22","zgc:56502","DNA repair protein RAD50","rad1","A0A8N7UW22","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","B7ZDD5","zgc:56502","fancj","rad1","brip1","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","E7F2N1","zgc:56502","si:ch73-352p4.5","rad1","si:ch73-352p4.5","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","F1R983","zgc:56502","rbbp8","rad1","rbbp8","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","A2BGQ6","zgc:56502","zgc:91969","rad1","rad17","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","Q803U7","zgc:56502","exo1","rad1","Q803U7","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","A0A2R8RVN3","zgc:56502","DNA topoisomerase 2-binding protein 1","rad1","topbp1","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","F1QXE3","zgc:56502","zgc:112400","rad1","rad52","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","A0A0R4IUC9","zgc:56502","RecQ mediated genome instability 2","rad1","A0A0R4IUC9","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","Q7ZVM9","zgc:56502","rmi1","rad1","Q7ZVM9","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","Q1LXB1","zgc:56502","si:dkey-42i9.5","rad1","atrip","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","Q5TYR1","zgc:56502","wu:fb38e12","rad1","rad51","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","B8JKI8","zgc:56502","htatip","rad1","kat5b","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","X1WCF3","zgc:56502","DNA topoisomerase","rad1","top3a","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","B0S509","zgc:56502","rad9a","rad1","B0S509","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","A0A8M6YW51","zgc:56502","DNA helicase","rad1","A0A8M6YW51","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000059353","physical","txid7955" +"Q6P2T4","A0A8M9QPT3","zgc:56502","fc38f05","rad1","A0A8M9QPT3","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000059353","physical","txid7955" +"Q1LXB1","U3JAR8","si:dkey-42i9.5","si:dkey-57h18.1","atrip","faap100","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A0A8N7UW22","si:dkey-42i9.5","DNA repair protein RAD50","atrip","A0A8N7UW22","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","E7F2N1","si:dkey-42i9.5","si:ch73-352p4.5","atrip","si:ch73-352p4.5","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","X1WCF3","si:dkey-42i9.5","DNA topoisomerase","atrip","top3a","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A0A8M9QPT3","si:dkey-42i9.5","fc38f05","atrip","A0A8M9QPT3","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A0A8M6YW51","si:dkey-42i9.5","DNA helicase","atrip","A0A8M6YW51","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","E7F1X6","si:dkey-42i9.5","si:ch73-362i18.3","atrip","cenpx","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A2BGQ6","si:dkey-42i9.5","zgc:91969","atrip","rad17","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A0A0R4IUC9","si:dkey-42i9.5","RecQ mediated genome instability 2","atrip","A0A0R4IUC9","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","A0A2R8RVN3","si:dkey-42i9.5","DNA topoisomerase 2-binding protein 1","atrip","topbp1","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","B8JKI8","si:dkey-42i9.5","htatip","atrip","kat5b","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","B7ZDD5","si:dkey-42i9.5","fancj","atrip","brip1","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","F1R3B9","si:dkey-42i9.5","fc21c10","atrip","fanci","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","B3DJV8","si:dkey-42i9.5","LOC569270","atrip","B3DJV8","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","B0S509","si:dkey-42i9.5","rad9a","atrip","B0S509","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000086283","physical","txid7955" +"Q1LXB1","Q08BH7","si:dkey-42i9.5","ube2t","atrip","Q08BH7","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000086283","physical","txid7955" +"F1R2I7","Q7ZUD8","NBR1 autophagy cargo receptor b","MAP1-LC3B","nbr1b","map1lc3b","NBR1 autophagy cargo receptor b","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000104318","physical","txid7955" +"F1R2I7","E9QEG9","NBR1 autophagy cargo receptor b","fa99f08","nbr1b","nbr1a","NBR1 autophagy cargo receptor b","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","string-db","7955.ENSDARP00000121070/7955.ENSDARP00000104318","physical","txid7955" +"F1R2I7","F1Q5Z8","NBR1 autophagy cargo receptor b","p62","nbr1b","sqstm1","NBR1 autophagy cargo receptor b","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000104318","physical","txid7955" +"F1QXE3","A0A8M6YW51","zgc:112400","DNA helicase","rad52","A0A8M6YW51","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","E7F2N1","zgc:112400","si:ch73-352p4.5","rad52","si:ch73-352p4.5","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","A0A8N7UW22","zgc:112400","DNA repair protein RAD50","rad52","A0A8N7UW22","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","B7ZDD5","zgc:112400","fancj","rad52","brip1","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","B0S509","zgc:112400","rad9a","rad52","B0S509","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","A0A2R8RVN3","zgc:112400","DNA topoisomerase 2-binding protein 1","rad52","topbp1","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","B8JKI8","zgc:112400","htatip","rad52","kat5b","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","A2BGQ6","zgc:112400","zgc:91969","rad52","rad17","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","Q1LXB1","zgc:112400","si:dkey-42i9.5","rad52","atrip","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","A0A8M9QPT3","zgc:112400","fc38f05","rad52","A0A8M9QPT3","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","A0A0R4IUC9","zgc:112400","RecQ mediated genome instability 2","rad52","A0A0R4IUC9","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","Q803U7","zgc:112400","exo1","rad52","Q803U7","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000073469","physical","txid7955" +"F1QXE3","X1WCF3","zgc:112400","DNA topoisomerase","rad52","top3a","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000073469","physical","txid7955" +"B0S509","B8JKI8","rad9a","htatip","B0S509","kat5b","Cell cycle checkpoint control protein","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","A0A0R4IUC9","rad9a","RecQ mediated genome instability 2","B0S509","A0A0R4IUC9","Cell cycle checkpoint control protein","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","A0A8M9QPT3","rad9a","fc38f05","B0S509","A0A8M9QPT3","Cell cycle checkpoint control protein","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","A0A8N7UW22","rad9a","DNA repair protein RAD50","B0S509","A0A8N7UW22","Cell cycle checkpoint control protein","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","A0A2R8RVN3","rad9a","DNA topoisomerase 2-binding protein 1","B0S509","topbp1","Cell cycle checkpoint control protein","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","A0A8M6YW51","rad9a","DNA helicase","B0S509","A0A8M6YW51","Cell cycle checkpoint control protein","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000121853","physical","txid7955" +"B0S509","X1WCF3","rad9a","DNA topoisomerase","B0S509","top3a","Cell cycle checkpoint control protein","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000121853","physical","txid7955" +"Q7ZVM9","B7ZDD5","rmi1","fancj","Q7ZVM9","brip1","RecQ-mediated genome instability protein 1","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","string-db","7955.ENSDARP00000102913/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A8M6YW51","rmi1","DNA helicase","Q7ZVM9","A0A8M6YW51","RecQ-mediated genome instability protein 1","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A2R8RVN3","rmi1","DNA topoisomerase 2-binding protein 1","Q7ZVM9","topbp1","RecQ-mediated genome instability protein 1","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","F1R474","rmi1","zgc:77165","Q7ZVM9","rad51d","RecQ-mediated genome instability protein 1","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A8N7UW22","rmi1","DNA repair protein RAD50","Q7ZVM9","A0A8N7UW22","RecQ-mediated genome instability protein 1","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","B0S509","rmi1","rad9a","Q7ZVM9","B0S509","RecQ-mediated genome instability protein 1","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A2BGQ6","rmi1","zgc:91969","Q7ZVM9","rad17","RecQ-mediated genome instability protein 1","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","string-db","7955.ENSDARP00000113849/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","B8JKI8","rmi1","htatip","Q7ZVM9","kat5b","RecQ-mediated genome instability protein 1","Histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000123237/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","E7F2N1","rmi1","si:ch73-352p4.5","Q7ZVM9","si:ch73-352p4.5","RecQ-mediated genome instability protein 1","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","string-db","7955.ENSDARP00000107548/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","F1R983","rmi1","rbbp8","Q7ZVM9","rbbp8","RecQ-mediated genome instability protein 1","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A8M2B481","rmi1","fancd1","Q7ZVM9","A0A8M2B481","RecQ-mediated genome instability protein 1","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A0R4IUC9","rmi1","RecQ mediated genome instability 2","Q7ZVM9","A0A0R4IUC9","RecQ-mediated genome instability protein 1","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","F1QXE3","rmi1","zgc:112400","Q7ZVM9","rad52","RecQ-mediated genome instability protein 1","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","string-db","7955.ENSDARP00000073469/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","Q1LXB1","rmi1","si:dkey-42i9.5","Q7ZVM9","atrip","RecQ-mediated genome instability protein 1","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","Q803U7","rmi1","exo1","Q7ZVM9","Q803U7","RecQ-mediated genome instability protein 1","Exonuclease 1 (EC 3.1.-.-) (Exonuclease I)","string-db","7955.ENSDARP00000073846/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","Q5TYR1","rmi1","wu:fb38e12","Q7ZVM9","rad51","RecQ-mediated genome instability protein 1","DNA repair protein RAD51 homolog","string-db","7955.ENSDARP00000060705/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","X1WCF3","rmi1","DNA topoisomerase","Q7ZVM9","top3a","RecQ-mediated genome instability protein 1","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000060656","physical","txid7955" +"Q7ZVM9","A0A8M9QPT3","rmi1","fc38f05","Q7ZVM9","A0A8M9QPT3","RecQ-mediated genome instability protein 1","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000060656","physical","txid7955" +"F1QJB3","F1R886","Complement C2","Bf-1","F1QJB3","F1R886","Complement C2 (Si:ch1073-280e3.1)","Complement factor B","string-db","7955.ENSDARP00000072059/7955.ENSDARP00000015169","physical","txid7955" +"F1QJB3","F1Q4X5","Complement C2","Complement C4-B isoform X1","F1QJB3","F1Q4X5","Complement C2 (Si:ch1073-280e3.1)","Complement C4-B isoform X1 (Complement component 4)","string-db","7955.ENSDARP00000031658/7955.ENSDARP00000015169","physical","txid7955" +"F1QJB3","A0A1D5NSM8","Complement C2","svep1","F1QJB3","A0A1D5NSM8","Complement C2 (Si:ch1073-280e3.1)","Sushi, von Willebrand factor type A, EGF and pentraxin domain-containing protein 1 (Polydom)","string-db","7955.ENSDARP00000142845/7955.ENSDARP00000015169","physical","txid7955" +"F1QJB3","Q6DHC4","Complement C2","Bf-2","F1QJB3","Q6DHC4","Complement C2 (Si:ch1073-280e3.1)","Complement component bfb","string-db","7955.ENSDARP00000023622/7955.ENSDARP00000015169","physical","txid7955" +"F1Q4X5","F1R886","Complement C4-B isoform X1","Bf-1","F1Q4X5","F1R886","Complement C4-B isoform X1 (Complement component 4)","Complement factor B","string-db","7955.ENSDARP00000072059/7955.ENSDARP00000031658","physical","txid7955" +"F1Q4X5","A0A1D5NSM8","Complement C4-B isoform X1","svep1","F1Q4X5","A0A1D5NSM8","Complement C4-B isoform X1 (Complement component 4)","Sushi, von Willebrand factor type A, EGF and pentraxin domain-containing protein 1 (Polydom)","string-db","7955.ENSDARP00000142845/7955.ENSDARP00000031658","physical","txid7955" +"F1Q4X5","A0A8M9QJ44","Complement C4-B isoform X1","Extracellular serine/threonine protein kinase FAM20C","F1Q4X5","A0A8M9QJ44","Complement C4-B isoform X1 (Complement component 4)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000031658","physical","txid7955" +"F1R886","A0A1D5NSM8","Bf-1","svep1","F1R886","A0A1D5NSM8","Complement factor B","Sushi, von Willebrand factor type A, EGF and pentraxin domain-containing protein 1 (Polydom)","string-db","7955.ENSDARP00000142845/7955.ENSDARP00000072059","physical","txid7955" +"Q6DHC4","F1R886","Bf-2","Bf-1","Q6DHC4","F1R886","Complement component bfb","Complement factor B","string-db","7955.ENSDARP00000072059/7955.ENSDARP00000023622","physical","txid7955" +"Q92052","Q5TYN9","gjc1","cx28.9","Q92052","Q5TYN9","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q5SNV2","gjc1","LOC566668","Q92052","cx28.8","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","B0R0X0","gjc1","cx39.9","Q92052","cx39.9","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","F6P2X6","gjc1","cx35.8","Q92052","F6P2X6","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000023287/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","E7FBZ4","gjc1","LOC565638","Q92052","E7FBZ4","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q1LWG0","gjc1","cx39.4","Q92052","Q1LWG0","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q5TYP1","gjc1","cx34.5","Q92052","Q5TYP1","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q8JFD2","gjc1","cx48.5","Q92052","Q8JFD2","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q2VJ87","gjc1","Gap junction protein","Q92052","cx27.5","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000051538/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q7T047","gjc1","cx32.2","Q92052","Q7T047","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","B3DHR0","gjc1","LOC572372","Q92052","B3DHR0","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q6NYU5","gjc1","cx52.9","Q92052","Q6NYU5","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","A0A8N1Z0D3","gjc1","cx50.5","Q92052","A0A8N1Z0D3","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","A0A8M6Z9E1","gjc1","si:rp71-1c10.10","Q92052","A0A8M6Z9E1","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","O57474","gjc1","gja1","Q92052","gja1","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","F1QL21","gjc1","cx45.6","Q92052","gja5a","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q66HV7","gjc1","cx47.1","Q92052","Q66HV7","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","F1QZN0","gjc1","cx28.6","Q92052","cx28.6","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000020177/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q7T2D7","gjc1","cx32.3","Q92052","Q7T2D7","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000061246/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q8JFD6","gjc1","gja9","Q92052","gjd2b","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q5TYN8","gjc1","cx28.1","Q92052","Q5TYN8","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","B3DIR8","gjc1","zgc:194216","Q92052","B3DIR8","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q503J6","gjc1","cx44.1","Q92052","Q503J6","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000026053/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q6DEG1","gjc1","cx30.9","Q92052","Q6DEG1","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","E7FF16","gjc1","cx31.7","Q92052","E7FF16","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","U3JA75","gjc1","cx23","Q92052","cx23","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","Q503F4","gjc1","cx33.8","Q92052","cx30.3","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000015225","physical","txid7955" +"Q92052","I3ITL1","gjc1","si:dkey-91f15.1","Q92052","I3ITL1","Gap junction gamma-1 protein (Connexin-43.4) (Cx43.4) (Gap junction alpha-7 protein)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000015225","physical","txid7955" +"Q5TYN9","F1QL21","cx28.9","cx45.6","Q5TYN9","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","U3JA75","cx28.9","cx23","Q5TYN9","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","E7FF16","cx28.9","cx31.7","Q5TYN9","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","E7FBZ4","cx28.9","LOC565638","Q5TYN9","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q1LWG0","cx28.9","cx39.4","Q5TYN9","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q6DEG1","cx28.9","cx30.9","Q5TYN9","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q8JFD2","cx28.9","cx48.5","Q5TYN9","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q6NYU5","cx28.9","cx52.9","Q5TYN9","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","A0A8N1Z0D3","cx28.9","cx50.5","Q5TYN9","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q8JFD6","cx28.9","gja9","Q5TYN9","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q503F4","cx28.9","cx33.8","Q5TYN9","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","O57474","cx28.9","gja1","Q5TYN9","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q7T047","cx28.9","cx32.2","Q5TYN9","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q5TYP1","cx28.9","cx34.5","Q5TYN9","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","A0A8M6Z9E1","cx28.9","si:rp71-1c10.10","Q5TYN9","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","B3DIR8","cx28.9","zgc:194216","Q5TYN9","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q66HV7","cx28.9","cx47.1","Q5TYN9","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","B3DHR0","cx28.9","LOC572372","Q5TYN9","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","I3ITL1","cx28.9","si:dkey-91f15.1","Q5TYN9","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","Q5SNV2","cx28.9","LOC566668","Q5TYN9","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000061255","physical","txid7955" +"Q5TYN9","B0R0X0","cx28.9","cx39.9","Q5TYN9","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000061255","physical","txid7955" +"B0R0X0","U3JA75","cx39.9","cx23","cx39.9","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","E7FBZ4","cx39.9","LOC565638","cx39.9","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","F1QL21","cx39.9","cx45.6","cx39.9","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","E7FF16","cx39.9","cx31.7","cx39.9","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","B3DHR0","cx39.9","LOC572372","cx39.9","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","I3ITL1","cx39.9","si:dkey-91f15.1","cx39.9","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","Q8JFD2","cx39.9","cx48.5","cx39.9","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","A0A8N1Z0D3","cx39.9","cx50.5","cx39.9","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000107852","physical","txid7955" +"B0R0X0","Q6NYU5","cx39.9","cx52.9","cx39.9","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000107852","physical","txid7955" +"F6P2X6","I3ITL1","cx35.8","si:dkey-91f15.1","F6P2X6","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q8JFD2","cx35.8","cx48.5","F6P2X6","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","U3JA75","cx35.8","cx23","F6P2X6","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","F1QL21","cx35.8","cx45.6","F6P2X6","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","B3DIR8","cx35.8","zgc:194216","F6P2X6","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q6NYU5","cx35.8","cx52.9","F6P2X6","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q7T2D7","cx35.8","cx32.3","F6P2X6","Q7T2D7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061246/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","B0R0X0","cx35.8","cx39.9","F6P2X6","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q2VJ87","cx35.8","Gap junction protein","F6P2X6","cx27.5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000051538/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q6DEG1","cx35.8","cx30.9","F6P2X6","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q7T047","cx35.8","cx32.2","F6P2X6","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q5TYP1","cx35.8","cx34.5","F6P2X6","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","A0A8M6Z9E1","cx35.8","si:rp71-1c10.10","F6P2X6","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","E7FBZ4","cx35.8","LOC565638","F6P2X6","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","A0A8N1Z0D3","cx35.8","cx50.5","F6P2X6","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q8JFD6","cx35.8","gja9","F6P2X6","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q66HV7","cx35.8","cx47.1","F6P2X6","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","O57474","cx35.8","gja1","F6P2X6","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q5TYN9","cx35.8","cx28.9","F6P2X6","Q5TYN9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q1LWG0","cx35.8","cx39.4","F6P2X6","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q5SNV2","cx35.8","LOC566668","F6P2X6","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q503F4","cx35.8","cx33.8","F6P2X6","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","B3DHR0","cx35.8","LOC572372","F6P2X6","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","E7FF16","cx35.8","cx31.7","F6P2X6","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q5TYN8","cx35.8","cx28.1","F6P2X6","Q5TYN8","Gap junction protein","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000023287","physical","txid7955" +"F6P2X6","Q503J6","cx35.8","cx44.1","F6P2X6","Q503J6","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000026053/7955.ENSDARP00000023287","physical","txid7955" +"Q1LWG0","Q5SNV2","cx39.4","LOC566668","Q1LWG0","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","A0A8N1Z0D3","cx39.4","cx50.5","Q1LWG0","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","A0A8M6Z9E1","cx39.4","si:rp71-1c10.10","Q1LWG0","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","Q6DEG1","cx39.4","cx30.9","Q1LWG0","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","E7FBZ4","cx39.4","LOC565638","Q1LWG0","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","B0R0X0","cx39.4","cx39.9","Q1LWG0","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","U3JA75","cx39.4","cx23","Q1LWG0","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","Q66HV7","cx39.4","cx47.1","Q1LWG0","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","I3ITL1","cx39.4","si:dkey-91f15.1","Q1LWG0","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","Q8JFD2","cx39.4","cx48.5","Q1LWG0","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","B3DIR8","cx39.4","zgc:194216","Q1LWG0","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","Q8JFD6","cx39.4","gja9","Q1LWG0","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","Q6NYU5","cx39.4","cx52.9","Q1LWG0","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","F1QL21","cx39.4","cx45.6","Q1LWG0","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","B3DHR0","cx39.4","LOC572372","Q1LWG0","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000093929","physical","txid7955" +"Q1LWG0","E7FF16","cx39.4","cx31.7","Q1LWG0","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000093929","physical","txid7955" +"Q5SNV2","A0A8M6Z9E1","LOC566668","si:rp71-1c10.10","cx28.8","A0A8M6Z9E1","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","B0R0X0","LOC566668","cx39.9","cx28.8","cx39.9","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","I3ITL1","LOC566668","si:dkey-91f15.1","cx28.8","I3ITL1","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","Q6NYU5","LOC566668","cx52.9","cx28.8","Q6NYU5","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","U3JA75","LOC566668","cx23","cx28.8","cx23","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","E7FF16","LOC566668","cx31.7","cx28.8","E7FF16","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","E7FBZ4","LOC566668","LOC565638","cx28.8","E7FBZ4","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","A0A8N1Z0D3","LOC566668","cx50.5","cx28.8","A0A8N1Z0D3","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","F1QL21","LOC566668","cx45.6","cx28.8","gja5a","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","Q8JFD2","LOC566668","cx48.5","cx28.8","Q8JFD2","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000104801","physical","txid7955" +"Q5SNV2","B3DHR0","LOC566668","LOC572372","cx28.8","B3DHR0","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000104801","physical","txid7955" +"Q7T2D7","Q5TYP1","cx32.3","cx34.5","Q7T2D7","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q7T047","cx32.3","cx32.2","Q7T2D7","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q66HV7","cx32.3","cx47.1","Q7T2D7","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","O57474","cx32.3","gja1","Q7T2D7","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q503F4","cx32.3","cx33.8","Q7T2D7","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q1LWG0","cx32.3","cx39.4","Q7T2D7","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","U3JA75","cx32.3","cx23","Q7T2D7","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","A0A8N1Z0D3","cx32.3","cx50.5","Q7T2D7","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q5SNV2","cx32.3","LOC566668","Q7T2D7","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q8JFD6","cx32.3","gja9","Q7T2D7","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","E7FBZ4","cx32.3","LOC565638","Q7T2D7","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q6NYU5","cx32.3","cx52.9","Q7T2D7","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","E7FF16","cx32.3","cx31.7","Q7T2D7","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q5TYN8","cx32.3","cx28.1","Q7T2D7","Q5TYN8","Gap junction protein","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","B3DIR8","cx32.3","zgc:194216","Q7T2D7","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","B0R0X0","cx32.3","cx39.9","Q7T2D7","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q5TYN9","cx32.3","cx28.9","Q7T2D7","Q5TYN9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","B3DHR0","cx32.3","LOC572372","Q7T2D7","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q8JFD2","cx32.3","cx48.5","Q7T2D7","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","I3ITL1","cx32.3","si:dkey-91f15.1","Q7T2D7","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","F1QL21","cx32.3","cx45.6","Q7T2D7","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","Q6DEG1","cx32.3","cx30.9","Q7T2D7","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000061246","physical","txid7955" +"Q7T2D7","A0A8M6Z9E1","cx32.3","si:rp71-1c10.10","Q7T2D7","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000061246","physical","txid7955" +"A0A8M6Z9E1","E7FBZ4","si:rp71-1c10.10","LOC565638","A0A8M6Z9E1","E7FBZ4","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","B0R0X0","si:rp71-1c10.10","cx39.9","A0A8M6Z9E1","cx39.9","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","Q6NYU5","si:rp71-1c10.10","cx52.9","A0A8M6Z9E1","Q6NYU5","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","F1QL21","si:rp71-1c10.10","cx45.6","A0A8M6Z9E1","gja5a","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","A0A8N1Z0D3","si:rp71-1c10.10","cx50.5","A0A8M6Z9E1","A0A8N1Z0D3","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","I3ITL1","si:rp71-1c10.10","si:dkey-91f15.1","A0A8M6Z9E1","I3ITL1","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","Q8JFD2","si:rp71-1c10.10","cx48.5","A0A8M6Z9E1","Q8JFD2","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","B3DHR0","si:rp71-1c10.10","LOC572372","A0A8M6Z9E1","B3DHR0","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","U3JA75","si:rp71-1c10.10","cx23","A0A8M6Z9E1","cx23","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000106536","physical","txid7955" +"A0A8M6Z9E1","E7FF16","si:rp71-1c10.10","cx31.7","A0A8M6Z9E1","E7FF16","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000106536","physical","txid7955" +"Q5TYP1","E7FF16","cx34.5","cx31.7","Q5TYP1","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q5SNV2","cx34.5","LOC566668","Q5TYP1","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q8JFD2","cx34.5","cx48.5","Q5TYP1","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","B0R0X0","cx34.5","cx39.9","Q5TYP1","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","E7FBZ4","cx34.5","LOC565638","Q5TYP1","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q6NYU5","cx34.5","cx52.9","Q5TYP1","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","F1QL21","cx34.5","cx45.6","Q5TYP1","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q8JFD6","cx34.5","gja9","Q5TYP1","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","U3JA75","cx34.5","cx23","Q5TYP1","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q6DEG1","cx34.5","cx30.9","Q5TYP1","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","B3DHR0","cx34.5","LOC572372","Q5TYP1","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q1LWG0","cx34.5","cx39.4","Q5TYP1","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","A0A8M6Z9E1","cx34.5","si:rp71-1c10.10","Q5TYP1","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","B3DIR8","cx34.5","zgc:194216","Q5TYP1","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q66HV7","cx34.5","cx47.1","Q5TYP1","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","A0A8N1Z0D3","cx34.5","cx50.5","Q5TYP1","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","I3ITL1","cx34.5","si:dkey-91f15.1","Q5TYP1","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000091780","physical","txid7955" +"Q5TYP1","Q7T047","cx34.5","cx32.2","Q5TYP1","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000091780","physical","txid7955" +"Q8JFD6","B0R0X0","gja9","cx39.9","gjd2b","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","Q6NYU5","gja9","cx52.9","gjd2b","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","Q5SNV2","gja9","LOC566668","gjd2b","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","E7FBZ4","gja9","LOC565638","gjd2b","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","Q8JFD2","gja9","cx48.5","gjd2b","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","E7FF16","gja9","cx31.7","gjd2b","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","B3DHR0","gja9","LOC572372","gjd2b","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","F1QL21","gja9","cx45.6","gjd2b","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","A0A8N1Z0D3","gja9","cx50.5","gjd2b","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","I3ITL1","gja9","si:dkey-91f15.1","gjd2b","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","A0A8M6Z9E1","gja9","si:rp71-1c10.10","gjd2b","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","Q66HV7","gja9","cx47.1","gjd2b","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","B3DIR8","gja9","zgc:194216","gjd2b","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD6","U3JA75","gja9","cx23","gjd2b","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000095009","physical","txid7955" +"Q8JFD2","B3DHR0","cx48.5","LOC572372","Q8JFD2","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000117213","physical","txid7955" +"Q8JFD2","F1QL21","cx48.5","cx45.6","Q8JFD2","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000117213","physical","txid7955" +"Q8JFD2","I3ITL1","cx48.5","si:dkey-91f15.1","Q8JFD2","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000117213","physical","txid7955" +"Q8JFD2","E7FF16","cx48.5","cx31.7","Q8JFD2","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000117213","physical","txid7955" +"Q8JFD2","U3JA75","cx48.5","cx23","Q8JFD2","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000117213","physical","txid7955" +"Q8JFD2","E7FBZ4","cx48.5","LOC565638","Q8JFD2","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000117213","physical","txid7955" +"Q2VJ87","I3ITL1","Gap junction protein","si:dkey-91f15.1","cx27.5","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q503F4","Gap junction protein","cx33.8","cx27.5","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","F1QL21","Gap junction protein","cx45.6","cx27.5","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q7T2D7","Gap junction protein","cx32.3","cx27.5","Q7T2D7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061246/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q6NYU5","Gap junction protein","cx52.9","cx27.5","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","E7FBZ4","Gap junction protein","LOC565638","cx27.5","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q5TYN9","Gap junction protein","cx28.9","cx27.5","Q5TYN9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q1LWG0","Gap junction protein","cx39.4","cx27.5","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q5TYP1","Gap junction protein","cx34.5","cx27.5","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q5TYN8","Gap junction protein","cx28.1","cx27.5","Q5TYN8","Gap junction protein","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","E7FF16","Gap junction protein","cx31.7","cx27.5","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","U3JA75","Gap junction protein","cx23","cx27.5","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q8JFD6","Gap junction protein","gja9","cx27.5","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","A0A8M6Z9E1","Gap junction protein","si:rp71-1c10.10","cx27.5","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","B3DIR8","Gap junction protein","zgc:194216","cx27.5","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","B0R0X0","Gap junction protein","cx39.9","cx27.5","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","B3DHR0","Gap junction protein","LOC572372","cx27.5","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q66HV7","Gap junction protein","cx47.1","cx27.5","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q7T047","Gap junction protein","cx32.2","cx27.5","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q6DEG1","Gap junction protein","cx30.9","cx27.5","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q5SNV2","Gap junction protein","LOC566668","cx27.5","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","A0A8N1Z0D3","Gap junction protein","cx50.5","cx27.5","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","O57474","Gap junction protein","gja1","cx27.5","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000051538","physical","txid7955" +"Q2VJ87","Q8JFD2","Gap junction protein","cx48.5","cx27.5","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000051538","physical","txid7955" +"A0A8N1Z0D3","I3ITL1","cx50.5","si:dkey-91f15.1","A0A8N1Z0D3","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","Q8JFD2","cx50.5","cx48.5","A0A8N1Z0D3","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","E7FBZ4","cx50.5","LOC565638","A0A8N1Z0D3","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","F1QL21","cx50.5","cx45.6","A0A8N1Z0D3","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","B3DHR0","cx50.5","LOC572372","A0A8N1Z0D3","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","U3JA75","cx50.5","cx23","A0A8N1Z0D3","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000116072","physical","txid7955" +"A0A8N1Z0D3","E7FF16","cx50.5","cx31.7","A0A8N1Z0D3","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000116072","physical","txid7955" +"Q6NYU5","B3DHR0","cx52.9","LOC572372","Q6NYU5","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","E7FF16","cx52.9","cx31.7","Q6NYU5","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","U3JA75","cx52.9","cx23","Q6NYU5","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","I3ITL1","cx52.9","si:dkey-91f15.1","Q6NYU5","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","Q8JFD2","cx52.9","cx48.5","Q6NYU5","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","F1QL21","cx52.9","cx45.6","Q6NYU5","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","A0A8N1Z0D3","cx52.9","cx50.5","Q6NYU5","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000112133","physical","txid7955" +"Q6NYU5","E7FBZ4","cx52.9","LOC565638","Q6NYU5","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000112133","physical","txid7955" +"Q5TYN8","A0A8M6Z9E1","cx28.1","si:rp71-1c10.10","Q5TYN8","A0A8M6Z9E1","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","E7FBZ4","cx28.1","LOC565638","Q5TYN8","E7FBZ4","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q8JFD2","cx28.1","cx48.5","Q5TYN8","Q8JFD2","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","B3DIR8","cx28.1","zgc:194216","Q5TYN8","B3DIR8","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q5TYN9","cx28.1","cx28.9","Q5TYN8","Q5TYN9","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q66HV7","cx28.1","cx47.1","Q5TYN8","Q66HV7","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","A0A8N1Z0D3","cx28.1","cx50.5","Q5TYN8","A0A8N1Z0D3","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","U3JA75","cx28.1","cx23","Q5TYN8","cx23","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q5TYP1","cx28.1","cx34.5","Q5TYN8","Q5TYP1","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","O57474","cx28.1","gja1","Q5TYN8","gja1","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","B0R0X0","cx28.1","cx39.9","Q5TYN8","cx39.9","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q6DEG1","cx28.1","cx30.9","Q5TYN8","Q6DEG1","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","I3ITL1","cx28.1","si:dkey-91f15.1","Q5TYN8","I3ITL1","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q5SNV2","cx28.1","LOC566668","Q5TYN8","cx28.8","Connexin 28.1 (Gap junction Cx32.2 protein)","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q6NYU5","cx28.1","cx52.9","Q5TYN8","Q6NYU5","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q8JFD6","cx28.1","gja9","Q5TYN8","gjd2b","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q7T047","cx28.1","cx32.2","Q5TYN8","Q7T047","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q503F4","cx28.1","cx33.8","Q5TYN8","cx30.3","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","B3DHR0","cx28.1","LOC572372","Q5TYN8","B3DHR0","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","F1QL21","cx28.1","cx45.6","Q5TYN8","gja5a","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","E7FF16","cx28.1","cx31.7","Q5TYN8","E7FF16","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000061250","physical","txid7955" +"Q5TYN8","Q1LWG0","cx28.1","cx39.4","Q5TYN8","Q1LWG0","Connexin 28.1 (Gap junction Cx32.2 protein)","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000061250","physical","txid7955" +"F1QZN0","Q503J6","cx28.6","cx44.1","cx28.6","Q503J6","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000026053/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","U3JA75","cx28.6","cx23","cx28.6","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q8JFD2","cx28.6","cx48.5","cx28.6","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q5TYP1","cx28.6","cx34.5","cx28.6","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q5TYN9","cx28.6","cx28.9","cx28.6","Q5TYN9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q8JFD6","cx28.6","gja9","cx28.6","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q2VJ87","cx28.6","Gap junction protein","cx28.6","cx27.5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000051538/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","E7FBZ4","cx28.6","LOC565638","cx28.6","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q5SNV2","cx28.6","LOC566668","cx28.6","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q7T047","cx28.6","cx32.2","cx28.6","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","A0A8N1Z0D3","cx28.6","cx50.5","cx28.6","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","O57474","cx28.6","gja1","cx28.6","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q6DEG1","cx28.6","cx30.9","cx28.6","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","B0R0X0","cx28.6","cx39.9","cx28.6","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","A0A8M6Z9E1","cx28.6","si:rp71-1c10.10","cx28.6","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","F6P2X6","cx28.6","cx35.8","cx28.6","F6P2X6","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000023287/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q6NYU5","cx28.6","cx52.9","cx28.6","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q5TYN8","cx28.6","cx28.1","cx28.6","Q5TYN8","Gap junction protein","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q503F4","cx28.6","cx33.8","cx28.6","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","F1QL21","cx28.6","cx45.6","cx28.6","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","B3DHR0","cx28.6","LOC572372","cx28.6","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q1LWG0","cx28.6","cx39.4","cx28.6","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q7T2D7","cx28.6","cx32.3","cx28.6","Q7T2D7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061246/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","B3DIR8","cx28.6","zgc:194216","cx28.6","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","I3ITL1","cx28.6","si:dkey-91f15.1","cx28.6","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","E7FF16","cx28.6","cx31.7","cx28.6","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000020177","physical","txid7955" +"F1QZN0","Q66HV7","cx28.6","cx47.1","cx28.6","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000020177","physical","txid7955" +"Q66HV7","F1QL21","cx47.1","cx45.6","Q66HV7","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","A0A8M6Z9E1","cx47.1","si:rp71-1c10.10","Q66HV7","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","I3ITL1","cx47.1","si:dkey-91f15.1","Q66HV7","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","B0R0X0","cx47.1","cx39.9","Q66HV7","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","B3DHR0","cx47.1","LOC572372","Q66HV7","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","E7FBZ4","cx47.1","LOC565638","Q66HV7","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","E7FF16","cx47.1","cx31.7","Q66HV7","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","U3JA75","cx47.1","cx23","Q66HV7","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","B3DIR8","cx47.1","zgc:194216","Q66HV7","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","A0A8N1Z0D3","cx47.1","cx50.5","Q66HV7","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","Q8JFD2","cx47.1","cx48.5","Q66HV7","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","Q5SNV2","cx47.1","LOC566668","Q66HV7","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000102358","physical","txid7955" +"Q66HV7","Q6NYU5","cx47.1","cx52.9","Q66HV7","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000102358","physical","txid7955" +"F1QL21","E7FBZ4","cx45.6","LOC565638","gja5a","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000120719","physical","txid7955" +"F1QL21","B3DHR0","cx45.6","LOC572372","gja5a","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000120719","physical","txid7955" +"F1QL21","E7FF16","cx45.6","cx31.7","gja5a","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000120719","physical","txid7955" +"F1QL21","U3JA75","cx45.6","cx23","gja5a","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000120719","physical","txid7955" +"F1QL21","I3ITL1","cx45.6","si:dkey-91f15.1","gja5a","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000120719","physical","txid7955" +"B3DIR8","Q6NYU5","zgc:194216","cx52.9","B3DIR8","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","U3JA75","zgc:194216","cx23","B3DIR8","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","E7FBZ4","zgc:194216","LOC565638","B3DIR8","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","E7FF16","zgc:194216","cx31.7","B3DIR8","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","B3DHR0","zgc:194216","LOC572372","B3DIR8","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","F1QL21","zgc:194216","cx45.6","B3DIR8","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","Q8JFD2","zgc:194216","cx48.5","B3DIR8","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","A0A8M6Z9E1","zgc:194216","si:rp71-1c10.10","B3DIR8","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","Q5SNV2","zgc:194216","LOC566668","B3DIR8","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","B0R0X0","zgc:194216","cx39.9","B3DIR8","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","I3ITL1","zgc:194216","si:dkey-91f15.1","B3DIR8","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000103616","physical","txid7955" +"B3DIR8","A0A8N1Z0D3","zgc:194216","cx50.5","B3DIR8","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000103616","physical","txid7955" +"Q7T047","B0R0X0","cx32.2","cx39.9","Q7T047","cx39.9","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","A0A8M6Z9E1","cx32.2","si:rp71-1c10.10","Q7T047","A0A8M6Z9E1","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","E7FBZ4","cx32.2","LOC565638","Q7T047","E7FBZ4","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q5SNV2","cx32.2","LOC566668","Q7T047","cx28.8","Gap junction Cx32.2 protein (Connexin-32.2)","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","A0A8N1Z0D3","cx32.2","cx50.5","Q7T047","A0A8N1Z0D3","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q66HV7","cx32.2","cx47.1","Q7T047","Q66HV7","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q1LWG0","cx32.2","cx39.4","Q7T047","Q1LWG0","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","I3ITL1","cx32.2","si:dkey-91f15.1","Q7T047","I3ITL1","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","B3DHR0","cx32.2","LOC572372","Q7T047","B3DHR0","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q6DEG1","cx32.2","cx30.9","Q7T047","Q6DEG1","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q8JFD2","cx32.2","cx48.5","Q7T047","Q8JFD2","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","B3DIR8","cx32.2","zgc:194216","Q7T047","B3DIR8","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q8JFD6","cx32.2","gja9","Q7T047","gjd2b","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","F1QL21","cx32.2","cx45.6","Q7T047","gja5a","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","U3JA75","cx32.2","cx23","Q7T047","cx23","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","Q6NYU5","cx32.2","cx52.9","Q7T047","Q6NYU5","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000091787","physical","txid7955" +"Q7T047","E7FF16","cx32.2","cx31.7","Q7T047","E7FF16","Gap junction Cx32.2 protein (Connexin-32.2)","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000091787","physical","txid7955" +"Q503J6","Q5TYN8","cx44.1","cx28.1","Q503J6","Q5TYN8","Gap junction protein","Connexin 28.1 (Gap junction Cx32.2 protein)","string-db","7955.ENSDARP00000061250/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","A0A8M6Z9E1","cx44.1","si:rp71-1c10.10","Q503J6","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q5SNV2","cx44.1","LOC566668","Q503J6","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q1LWG0","cx44.1","cx39.4","Q503J6","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","A0A8N1Z0D3","cx44.1","cx50.5","Q503J6","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","E7FF16","cx44.1","cx31.7","Q503J6","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q5TYN9","cx44.1","cx28.9","Q503J6","Q5TYN9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061255/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q6NYU5","cx44.1","cx52.9","Q503J6","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","F1QL21","cx44.1","cx45.6","Q503J6","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q5TYP1","cx44.1","cx34.5","Q503J6","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q66HV7","cx44.1","cx47.1","Q503J6","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q503F4","cx44.1","cx33.8","Q503J6","cx30.3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000062668/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q8JFD2","cx44.1","cx48.5","Q503J6","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","O57474","cx44.1","gja1","Q503J6","gja1","Gap junction protein","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","E7FBZ4","cx44.1","LOC565638","Q503J6","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q8JFD6","cx44.1","gja9","Q503J6","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","B3DHR0","cx44.1","LOC572372","Q503J6","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","I3ITL1","cx44.1","si:dkey-91f15.1","Q503J6","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","U3JA75","cx44.1","cx23","Q503J6","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","B0R0X0","cx44.1","cx39.9","Q503J6","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q7T047","cx44.1","cx32.2","Q503J6","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q2VJ87","cx44.1","Gap junction protein","Q503J6","cx27.5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000051538/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","B3DIR8","cx44.1","zgc:194216","Q503J6","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q6DEG1","cx44.1","cx30.9","Q503J6","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000026053","physical","txid7955" +"Q503J6","Q7T2D7","cx44.1","cx32.3","Q503J6","Q7T2D7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000061246/7955.ENSDARP00000026053","physical","txid7955" +"U3JA75","B3DHR0","cx23","LOC572372","cx23","B3DHR0","Gap junction epsilon-1 protein (Connexin-23)","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000127140","physical","txid7955" +"E7FF16","E7FBZ4","cx31.7","LOC565638","E7FF16","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000124413","physical","txid7955" +"E7FF16","I3ITL1","cx31.7","si:dkey-91f15.1","E7FF16","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000124413","physical","txid7955" +"E7FF16","U3JA75","cx31.7","cx23","E7FF16","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000124413","physical","txid7955" +"E7FF16","B3DHR0","cx31.7","LOC572372","E7FF16","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000124413","physical","txid7955" +"Q6DEG1","Q6NYU5","cx30.9","cx52.9","Q6DEG1","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","Q66HV7","cx30.9","cx47.1","Q6DEG1","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","A0A8N1Z0D3","cx30.9","cx50.5","Q6DEG1","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","Q8JFD2","cx30.9","cx48.5","Q6DEG1","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","A0A8M6Z9E1","cx30.9","si:rp71-1c10.10","Q6DEG1","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","I3ITL1","cx30.9","si:dkey-91f15.1","Q6DEG1","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","B0R0X0","cx30.9","cx39.9","Q6DEG1","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","Q8JFD6","cx30.9","gja9","Q6DEG1","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","F1QL21","cx30.9","cx45.6","Q6DEG1","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","Q5SNV2","cx30.9","LOC566668","Q6DEG1","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","B3DIR8","cx30.9","zgc:194216","Q6DEG1","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","B3DHR0","cx30.9","LOC572372","Q6DEG1","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","E7FBZ4","cx30.9","LOC565638","Q6DEG1","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","U3JA75","cx30.9","cx23","Q6DEG1","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000093937","physical","txid7955" +"Q6DEG1","E7FF16","cx30.9","cx31.7","Q6DEG1","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000093937","physical","txid7955" +"I3ITL1","B3DHR0","si:dkey-91f15.1","LOC572372","I3ITL1","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000126282","physical","txid7955" +"I3ITL1","U3JA75","si:dkey-91f15.1","cx23","I3ITL1","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000126282","physical","txid7955" +"Q503F4","B3DHR0","cx33.8","LOC572372","cx30.3","B3DHR0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000152684/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q8JFD6","cx33.8","gja9","cx30.3","gjd2b","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000095009/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q6DEG1","cx33.8","cx30.9","cx30.3","Q6DEG1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093937/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","B0R0X0","cx33.8","cx39.9","cx30.3","cx39.9","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000107852/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","E7FBZ4","cx33.8","LOC565638","cx30.3","E7FBZ4","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124989/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","B3DIR8","cx33.8","zgc:194216","cx30.3","B3DIR8","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000103616/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q5TYP1","cx33.8","cx34.5","cx30.3","Q5TYP1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000091780/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","U3JA75","cx33.8","cx23","cx30.3","cx23","Gap junction protein","Gap junction epsilon-1 protein (Connexin-23)","string-db","7955.ENSDARP00000127140/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q8JFD2","cx33.8","cx48.5","cx30.3","Q8JFD2","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000117213/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","I3ITL1","cx33.8","si:dkey-91f15.1","cx30.3","I3ITL1","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000126282/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q6NYU5","cx33.8","cx52.9","cx30.3","Q6NYU5","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000112133/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","F1QL21","cx33.8","cx45.6","cx30.3","gja5a","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000120719/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","A0A8M6Z9E1","cx33.8","si:rp71-1c10.10","cx30.3","A0A8M6Z9E1","Gap junction protein","Gap junction beta-5 protein-like (Si:rp71-1c10.10)","string-db","7955.ENSDARP00000106536/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","A0A8N1Z0D3","cx33.8","cx50.5","cx30.3","A0A8N1Z0D3","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000116072/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q5SNV2","cx33.8","LOC566668","cx30.3","cx28.8","Gap junction protein","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","string-db","7955.ENSDARP00000104801/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q66HV7","cx33.8","cx47.1","cx30.3","Q66HV7","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000102358/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","E7FF16","cx33.8","cx31.7","cx30.3","E7FF16","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000124413/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q1LWG0","cx33.8","cx39.4","cx30.3","Q1LWG0","Gap junction protein","Gap junction protein","string-db","7955.ENSDARP00000093929/7955.ENSDARP00000062668","physical","txid7955" +"Q503F4","Q7T047","cx33.8","cx32.2","cx30.3","Q7T047","Gap junction protein","Gap junction Cx32.2 protein (Connexin-32.2)","string-db","7955.ENSDARP00000091787/7955.ENSDARP00000062668","physical","txid7955" +"Q5RH13","E9QCG0","fbxl14","COMM domain-containing protein 6","fbxl14b","commd6","F-box and leucine-rich repeat protein 14b","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","B8A6D0","fbxl14","murr1","fbxl14b","B8A6D0","F-box and leucine-rich repeat protein 14b","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","F1Q509","fbxl14","zgc:153556","fbxl14b","commd4","F-box and leucine-rich repeat protein 14b","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","Q6NYS3","fbxl14","Cul1","fbxl14b","cul1a","F-box and leucine-rich repeat protein 14b","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","Q7T2L8","fbxl14","mkp3","fbxl14b","dusp6","F-box and leucine-rich repeat protein 14b","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","string-db","7955.ENSDARP00000095269/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","Q4V909","fbxl14","ccdc22","fbxl14b","Q4V909","F-box and leucine-rich repeat protein 14b","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000067321","physical","txid7955" +"Q5RH13","A4QN68","fbxl14","si:ch211-154e15.3","fbxl14b","A4QN68","F-box and leucine-rich repeat protein 14b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000067321","physical","txid7955" +"Q7T2A3","A0A0R4IUU4","dda1","NEDD8-conjugating enzyme Ubc12","dda1","si:ch1073-205c8.3","DET1- and DDB1-associated protein 1","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","Q5RHX6","dda1","dcun1d4","dda1","Q5RHX6","DET1- and DDB1-associated protein 1","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","E9QCG0","dda1","COMM domain-containing protein 6","dda1","commd6","DET1- and DDB1-associated protein 1","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","Q6NXC6","dda1","wu:fi47e09","dda1","Q6NXC6","DET1- and DDB1-associated protein 1","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","Q7T2C1","dda1","zgc:64071","dda1","cul4a","DET1- and DDB1-associated protein 1","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","Q6PFV0","dda1","wu:fd14c04","dda1","fbxw5","DET1- and DDB1-associated protein 1","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","X1WHY6","dda1","ambra1b","dda1","X1WHY6","DET1- and DDB1-associated protein 1","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","F1QF18","dda1","DDB1 and CUL4-associated factor 8","dda1","dcaf8","DET1- and DDB1-associated protein 1","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","A8WHR0","dda1","dcaf17","dda1","dcaf17","DET1- and DDB1-associated protein 1","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","A0A0R4IMY2","dda1","zgc:73069","dda1","A0A0R4IMY2","DET1- and DDB1-associated protein 1","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000112315","physical","txid7955" +"Q7T2A3","F8W428","dda1","im:7140950","dda1","cul4b","DET1- and DDB1-associated protein 1","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000112315","physical","txid7955" +"E7FFI8","A0A0R4IN79","B-cell lymphoma 3 protein homolog","BICD family-like cargo adapter 1 isoform X1","bcl3","nfkb1","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","BICD family-like cargo adapter 1 isoform X1 (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 1)","string-db","7955.ENSDARP00000135800/7955.ENSDARP00000112109","physical","txid7955" +"E7FFI8","Q6NXC6","B-cell lymphoma 3 protein homolog","wu:fi47e09","bcl3","Q6NXC6","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000112109","physical","txid7955" +"E7FFI8","A7MD57","B-cell lymphoma 3 protein homolog","DCN1-like protein","bcl3","dcun1d3","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000112109","physical","txid7955" +"E7FFI8","Q502M9","B-cell lymphoma 3 protein homolog","zgc:92635","bcl3","elocb","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000112109","physical","txid7955" +"E7FFI8","E9QCG0","B-cell lymphoma 3 protein homolog","COMM domain-containing protein 6","bcl3","commd6","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000112109","physical","txid7955" +"E7FFI8","Q5RHX6","B-cell lymphoma 3 protein homolog","dcun1d4","bcl3","Q5RHX6","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000112109","physical","txid7955" +"B0S5W3","Q5RHX6","si:dkeyp-90g12.2","dcun1d4","spsb4a","Q5RHX6","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000112876","physical","txid7955" +"B0S5W3","E9QCG0","si:dkeyp-90g12.2","COMM domain-containing protein 6","spsb4a","commd6","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000112876","physical","txid7955" +"B0S5W3","Q6NXC6","si:dkeyp-90g12.2","wu:fi47e09","spsb4a","Q6NXC6","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000112876","physical","txid7955" +"B0S5W3","Q502M9","si:dkeyp-90g12.2","zgc:92635","spsb4a","elocb","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000112876","physical","txid7955" +"B0S5W3","A7MD57","si:dkeyp-90g12.2","DCN1-like protein","spsb4a","dcun1d3","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000112876","physical","txid7955" +"E7FFH0","Q5RHX6","Ankyrin repeat and SOCS box protein 13 isoform X1","dcun1d4","asb13b","Q5RHX6","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000105139","physical","txid7955" +"E7FFH0","F1Q509","Ankyrin repeat and SOCS box protein 13 isoform X1","zgc:153556","asb13b","commd4","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000105139","physical","txid7955" +"E7FFH0","A7MD57","Ankyrin repeat and SOCS box protein 13 isoform X1","DCN1-like protein","asb13b","dcun1d3","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000105139","physical","txid7955" +"E7FFH0","E9QCG0","Ankyrin repeat and SOCS box protein 13 isoform X1","COMM domain-containing protein 6","asb13b","commd6","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000105139","physical","txid7955" +"E7FFH0","Q6NXC6","Ankyrin repeat and SOCS box protein 13 isoform X1","wu:fi47e09","asb13b","Q6NXC6","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000105139","physical","txid7955" +"E7FFH0","Q502M9","Ankyrin repeat and SOCS box protein 13 isoform X1","zgc:92635","asb13b","elocb","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000105139","physical","txid7955" +"F6NJC6","Q6NXC6","si:ch211-222h17.4","wu:fi47e09","tulp4a","Q6NXC6","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000118167","physical","txid7955" +"F6NJC6","Q502M9","si:ch211-222h17.4","zgc:92635","tulp4a","elocb","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000118167","physical","txid7955" +"A3KNG1","E9QCG0","F-box protein 15","COMM domain-containing protein 6","-","commd6","F-box protein 15 (Zgc:161973)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","F1Q509","F-box protein 15","zgc:153556","-","commd4","F-box protein 15 (Zgc:161973)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","A4FUL3","F-box protein 15","im:7137515","-","rbx1","F-box protein 15 (Zgc:161973)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","A4QN68","F-box protein 15","si:ch211-154e15.3","-","A4QN68","F-box protein 15 (Zgc:161973)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","B8A6D0","F-box protein 15","murr1","-","B8A6D0","F-box protein 15 (Zgc:161973)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","Q6NYS3","F-box protein 15","Cul1","-","cul1a","F-box protein 15 (Zgc:161973)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000043955","physical","txid7955" +"A3KNG1","Q4V909","F-box protein 15","ccdc22","-","Q4V909","F-box protein 15 (Zgc:161973)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000043955","physical","txid7955" +"Q7T3E0","Q5RHX6","wdr68","dcun1d4","dcaf7","Q5RHX6","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","F1Q509","wdr68","zgc:153556","dcaf7","commd4","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","A4QN68","wdr68","si:ch211-154e15.3","dcaf7","A4QN68","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","Q4V909","wdr68","ccdc22","dcaf7","Q4V909","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","F8W428","wdr68","im:7140950","dcaf7","cul4b","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","B8A6D0","wdr68","murr1","dcaf7","B8A6D0","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","Q6PC13","wdr68","phb2","dcaf7","phb2a","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","Prohibitin","string-db","7955.ENSDARP00000063383/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","Q7T2C1","wdr68","zgc:64071","dcaf7","cul4a","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","Q6NXC6","wdr68","wu:fi47e09","dcaf7","Q6NXC6","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","E9QCG0","wdr68","COMM domain-containing protein 6","dcaf7","commd6","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000058220","physical","txid7955" +"Q7T3E0","A0A0R4IUU4","wdr68","NEDD8-conjugating enzyme Ubc12","dcaf7","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000058220","physical","txid7955" +"Q4V8W1","A4QN68","fi35c01","si:ch211-154e15.3","spsb1","A4QN68","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","B8A6D0","fi35c01","murr1","spsb1","B8A6D0","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","Q6NXC6","fi35c01","wu:fi47e09","spsb1","Q6NXC6","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","Q4V909","fi35c01","ccdc22","spsb1","Q4V909","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","F1Q509","fi35c01","zgc:153556","spsb1","commd4","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","Q502M9","fi35c01","zgc:92635","spsb1","elocb","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","A7MD57","fi35c01","DCN1-like protein","spsb1","dcun1d3","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","Q5RHX6","fi35c01","dcun1d4","spsb1","Q5RHX6","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","F1REN0","fi35c01","cul5","spsb1","F1REN0","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000073475","physical","txid7955" +"Q4V8W1","E9QCG0","fi35c01","COMM domain-containing protein 6","spsb1","commd6","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000073475","physical","txid7955" +"E7F5P0","Q4V909","F-box only protein 31 isoform X1","ccdc22","fbxo31","Q4V909","F-box only protein 31 isoform X1 (F-box protein 31)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000084075","physical","txid7955" +"E7F5P0","E9QCG0","F-box only protein 31 isoform X1","COMM domain-containing protein 6","fbxo31","commd6","F-box only protein 31 isoform X1 (F-box protein 31)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000084075","physical","txid7955" +"E7F5P0","F1Q509","F-box only protein 31 isoform X1","zgc:153556","fbxo31","commd4","F-box only protein 31 isoform X1 (F-box protein 31)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000084075","physical","txid7955" +"E7F5P0","B8A6D0","F-box only protein 31 isoform X1","murr1","fbxo31","B8A6D0","F-box only protein 31 isoform X1 (F-box protein 31)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000084075","physical","txid7955" +"E7F5P0","Q6NYS3","F-box only protein 31 isoform X1","Cul1","fbxo31","cul1a","F-box only protein 31 isoform X1 (F-box protein 31)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000084075","physical","txid7955" +"E7F5P0","A4QN68","F-box only protein 31 isoform X1","si:ch211-154e15.3","fbxo31","A4QN68","F-box only protein 31 isoform X1 (F-box protein 31)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000084075","physical","txid7955" +"Q0VFV7","Q6NXC6","kctd7","wu:fi47e09","Q0VFV7","Q6NXC6","BTB/POZ domain-containing protein KCTD7","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000116571","physical","txid7955" +"Q0VFV7","B3DIU1","kctd7","cul3","Q0VFV7","cul3b","BTB/POZ domain-containing protein KCTD7","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000116571","physical","txid7955" +"Q0VFV7","A0A0R4IUU4","kctd7","NEDD8-conjugating enzyme Ubc12","Q0VFV7","si:ch1073-205c8.3","BTB/POZ domain-containing protein KCTD7","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000116571","physical","txid7955" +"Q0VFV7","E9QCG0","kctd7","COMM domain-containing protein 6","Q0VFV7","commd6","BTB/POZ domain-containing protein KCTD7","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000116571","physical","txid7955" +"E7FEU4","E9QCG0","CMT1A duplicated region transcript 1 protein","COMM domain-containing protein 6","fbxw10","commd6","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000112164","physical","txid7955" +"F1QF18","A0A0R4IMY2","DDB1 and CUL4-associated factor 8","zgc:73069","dcaf8","A0A0R4IMY2","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","Q6PFV0","DDB1 and CUL4-associated factor 8","wu:fd14c04","dcaf8","fbxw5","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","F8W428","DDB1 and CUL4-associated factor 8","im:7140950","dcaf8","cul4b","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","Q5RHX6","DDB1 and CUL4-associated factor 8","dcun1d4","dcaf8","Q5RHX6","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","E9QCG0","DDB1 and CUL4-associated factor 8","COMM domain-containing protein 6","dcaf8","commd6","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","A0A0R4IUU4","DDB1 and CUL4-associated factor 8","NEDD8-conjugating enzyme Ubc12","dcaf8","si:ch1073-205c8.3","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","Q7T2C1","DDB1 and CUL4-associated factor 8","zgc:64071","dcaf8","cul4a","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","Q6NXC6","DDB1 and CUL4-associated factor 8","wu:fi47e09","dcaf8","Q6NXC6","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","X1WHY6","DDB1 and CUL4-associated factor 8","ambra1b","dcaf8","X1WHY6","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000114292","physical","txid7955" +"F1QF18","A8WHR0","DDB1 and CUL4-associated factor 8","dcaf17","dcaf8","dcaf17","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000114292","physical","txid7955" +"Q6PFV0","A0A0R4IMY2","wu:fd14c04","zgc:73069","fbxw5","A0A0R4IMY2","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000141973","physical","txid7955" +"B3DJF2","Q7T2C1","fc31b01","zgc:64071","B3DJF2","cul4a","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","F8W428","fc31b01","im:7140950","B3DJF2","cul4b","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","E7F3Z0","fc31b01","DDB1 and CUL4-associated factor 15","B3DJF2","dcaf15","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","Q6NXC6","fc31b01","wu:fi47e09","B3DJF2","Q6NXC6","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","A0A0R4IMY2","fc31b01","zgc:73069","B3DJF2","A0A0R4IMY2","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","X1WHY6","fc31b01","ambra1b","B3DJF2","X1WHY6","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","Q7T2A3","fc31b01","dda1","B3DJF2","dda1","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","B0QZE8","fc31b01","iqwd1","B3DJF2","dcaf6","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","Q5RHX6","fc31b01","dcun1d4","B3DJF2","Q5RHX6","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","Q6PFV0","fc31b01","wu:fd14c04","B3DJF2","fbxw5","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","A8WHR0","fc31b01","dcaf17","B3DJF2","dcaf17","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","A0A0R4IUU4","fc31b01","NEDD8-conjugating enzyme Ubc12","B3DJF2","si:ch1073-205c8.3","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","F1QF18","fc31b01","DDB1 and CUL4-associated factor 8","B3DJF2","dcaf8","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","E9QCG0","fc31b01","COMM domain-containing protein 6","B3DJF2","commd6","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000099567","physical","txid7955" +"B3DJF2","F1Q509","fc31b01","zgc:153556","B3DJF2","commd4","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000099567","physical","txid7955" +"Q9IBH3","Q6NYS3","dac","Cul1","fbxw4","cul1a","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","F1Q509","dac","zgc:153556","fbxw4","commd4","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","E9QCG0","dac","COMM domain-containing protein 6","fbxw4","commd6","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","Q4V909","dac","ccdc22","fbxw4","Q4V909","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","B8A6D0","dac","murr1","fbxw4","B8A6D0","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","A4FUL3","dac","im:7137515","fbxw4","rbx1","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000043116","physical","txid7955" +"Q9IBH3","A4QN68","dac","si:ch211-154e15.3","fbxw4","A4QN68","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000043116","physical","txid7955" +"Q5SPK4","Q6NYS3","si:busm1-132m23.3","Cul1","fbxo22","cul1a","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000070020","physical","txid7955" +"Q5SPK4","E9QCG0","si:busm1-132m23.3","COMM domain-containing protein 6","fbxo22","commd6","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000070020","physical","txid7955" +"Q5SPK4","B8A6D0","si:busm1-132m23.3","murr1","fbxo22","B8A6D0","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000070020","physical","txid7955" +"Q5SPK4","A4QN68","si:busm1-132m23.3","si:ch211-154e15.3","fbxo22","A4QN68","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000070020","physical","txid7955" +"Q5SPK4","F1Q509","si:busm1-132m23.3","zgc:153556","fbxo22","commd4","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000070020","physical","txid7955" +"Q5SPK4","Q4V909","si:busm1-132m23.3","ccdc22","fbxo22","Q4V909","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000070020","physical","txid7955" +"Q6DBS3","A4QN68","wu:fd19a12","si:ch211-154e15.3","Q6DBS3","A4QN68","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","A7MD57","wu:fd19a12","DCN1-like protein","Q6DBS3","dcun1d3","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","F1Q509","wu:fd19a12","zgc:153556","Q6DBS3","commd4","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q502M9","wu:fd19a12","zgc:92635","Q6DBS3","elocb","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","B8A6D0","wu:fd19a12","murr1","Q6DBS3","B8A6D0","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q4V909","wu:fd19a12","ccdc22","Q6DBS3","Q4V909","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q66IB1","wu:fd19a12","zgc:101879","Q6DBS3","eloca","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q5RHX6","wu:fd19a12","dcun1d4","Q6DBS3","Q5RHX6","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","E9QCG0","wu:fd19a12","COMM domain-containing protein 6","Q6DBS3","commd6","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","F1REN0","wu:fd19a12","cul5","Q6DBS3","F1REN0","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q5EB19","wu:fd19a12","fj63f04","Q6DBS3","rnf7","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000059326","physical","txid7955" +"Q6DBS3","Q6NXC6","wu:fd19a12","wu:fi47e09","Q6DBS3","Q6NXC6","SplA/ryanodine receptor domain and SOCS box containing 4b isoform X1 (SplA/ryanodine receptor domain and SOCS box-containing 4b) (Spsb4b protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000059326","physical","txid7955" +"A8WHR0","Q6NXC6","dcaf17","wu:fi47e09","dcaf17","Q6NXC6","DDB1- and CUL4-associated factor 17","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","Q6PFV0","dcaf17","wu:fd14c04","dcaf17","fbxw5","DDB1- and CUL4-associated factor 17","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","A0A0R4IUU4","dcaf17","NEDD8-conjugating enzyme Ubc12","dcaf17","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 17","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","X1WHY6","dcaf17","ambra1b","dcaf17","X1WHY6","DDB1- and CUL4-associated factor 17","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","Q7T2C1","dcaf17","zgc:64071","dcaf17","cul4a","DDB1- and CUL4-associated factor 17","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","F8W428","dcaf17","im:7140950","dcaf17","cul4b","DDB1- and CUL4-associated factor 17","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000121682","physical","txid7955" +"A8WHR0","A0A0R4IMY2","dcaf17","zgc:73069","dcaf17","A0A0R4IMY2","DDB1- and CUL4-associated factor 17","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000121682","physical","txid7955" +"A0A8M2BJJ8","B8A6D0","zgc:77381","murr1","A0A8M2BJJ8","B8A6D0","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q5RHX6","zgc:77381","dcun1d4","A0A8M2BJJ8","Q5RHX6","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","F1Q509","zgc:77381","zgc:153556","A0A8M2BJJ8","commd4","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q5EB19","zgc:77381","fj63f04","A0A8M2BJJ8","rnf7","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","A7MD57","zgc:77381","DCN1-like protein","A0A8M2BJJ8","dcun1d3","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","F1REN0","zgc:77381","cul5","A0A8M2BJJ8","F1REN0","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q6NXC6","zgc:77381","wu:fi47e09","A0A8M2BJJ8","Q6NXC6","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","A4QN68","zgc:77381","si:ch211-154e15.3","A0A8M2BJJ8","A4QN68","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q502M9","zgc:77381","zgc:92635","A0A8M2BJJ8","elocb","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q66IB1","zgc:77381","zgc:101879","A0A8M2BJJ8","eloca","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","Q4V909","zgc:77381","ccdc22","A0A8M2BJJ8","Q4V909","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000024474","physical","txid7955" +"A0A8M2BJJ8","E9QCG0","zgc:77381","COMM domain-containing protein 6","A0A8M2BJJ8","commd6","Ankyrin repeat and SOCS box protein 7 isoform X1 (Ankyrin repeat and SOCS box-containing 7)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000024474","physical","txid7955" +"B0UYM8","A4QN68","fc03h03","si:ch211-154e15.3","lmo7a","A4QN68","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","E9QCG0","fc03h03","COMM domain-containing protein 6","lmo7a","commd6","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","Q4V909","fc03h03","ccdc22","lmo7a","Q4V909","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","B8A6D0","fc03h03","murr1","lmo7a","B8A6D0","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","B8JHU4","fc03h03","Alpha-actinin-1","lmo7a","B8JHU4","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","A0A8M9QH30","fc03h03","wu:fb53f05","lmo7a","A0A8M9QH30","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","A4FUL3","fc03h03","im:7137515","lmo7a","rbx1","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","F1Q509","fc03h03","zgc:153556","lmo7a","commd4","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000027005","physical","txid7955" +"B0UYM8","Q6NYS3","fc03h03","Cul1","lmo7a","cul1a","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000027005","physical","txid7955" +"B8K0E7","F1Q509","F-box and leucine-rich repeat protein 20","zgc:153556","fbxl20","commd4","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000100443","physical","txid7955" +"B8K0E7","Q6NYS3","F-box and leucine-rich repeat protein 20","Cul1","fbxl20","cul1a","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000100443","physical","txid7955" +"B8K0E7","E9QCG0","F-box and leucine-rich repeat protein 20","COMM domain-containing protein 6","fbxl20","commd6","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000100443","physical","txid7955" +"A0A8M9PKI1","Q4V909","Kelch-like family member 2","ccdc22","A0A8M9PKI1","Q4V909","Kelch-like family member 2 (Kelch-like protein 2)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","E9QCG0","Kelch-like family member 2","COMM domain-containing protein 6","A0A8M9PKI1","commd6","Kelch-like family member 2 (Kelch-like protein 2)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","B3DIU1","Kelch-like family member 2","cul3","A0A8M9PKI1","cul3b","Kelch-like family member 2 (Kelch-like protein 2)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","Q5RHX6","Kelch-like family member 2","dcun1d4","A0A8M9PKI1","Q5RHX6","Kelch-like family member 2 (Kelch-like protein 2)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","F1Q509","Kelch-like family member 2","zgc:153556","A0A8M9PKI1","commd4","Kelch-like family member 2 (Kelch-like protein 2)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","Q6NXC6","Kelch-like family member 2","wu:fi47e09","A0A8M9PKI1","Q6NXC6","Kelch-like family member 2 (Kelch-like protein 2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","B8A6D0","Kelch-like family member 2","murr1","A0A8M9PKI1","B8A6D0","Kelch-like family member 2 (Kelch-like protein 2)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","A0A0R4IUU4","Kelch-like family member 2","NEDD8-conjugating enzyme Ubc12","A0A8M9PKI1","si:ch1073-205c8.3","Kelch-like family member 2 (Kelch-like protein 2)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000082978","physical","txid7955" +"A0A8M9PKI1","A4QN68","Kelch-like family member 2","si:ch211-154e15.3","A0A8M9PKI1","A4QN68","Kelch-like family member 2 (Kelch-like protein 2)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000082978","physical","txid7955" +"Q5U3A5","F1REN0","zgc:92109","cul5","ankrd9","F1REN0","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","A4QN68","zgc:92109","si:ch211-154e15.3","ankrd9","A4QN68","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","E9QCG0","zgc:92109","COMM domain-containing protein 6","ankrd9","commd6","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q5RHX6","zgc:92109","dcun1d4","ankrd9","Q5RHX6","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q5EB19","zgc:92109","fj63f04","ankrd9","rnf7","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q6NXC6","zgc:92109","wu:fi47e09","ankrd9","Q6NXC6","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","F1Q509","zgc:92109","zgc:153556","ankrd9","commd4","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q4V909","zgc:92109","ccdc22","ankrd9","Q4V909","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","B8A6D0","zgc:92109","murr1","ankrd9","B8A6D0","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","A7MD57","zgc:92109","DCN1-like protein","ankrd9","dcun1d3","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q502M9","zgc:92109","zgc:92635","ankrd9","elocb","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000049398","physical","txid7955" +"Q5U3A5","Q66IB1","zgc:92109","zgc:101879","ankrd9","eloca","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000049398","physical","txid7955" +"E7FGS1","B3DIU1","Zinc finger and BTB domain-containing 16b","cul3","zbtb16b","cul3b","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000128866","physical","txid7955" +"E7FGS1","A0A0R4IUU4","Zinc finger and BTB domain-containing 16b","NEDD8-conjugating enzyme Ubc12","zbtb16b","si:ch1073-205c8.3","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000128866","physical","txid7955" +"E7FGS1","Q6NXC6","Zinc finger and BTB domain-containing 16b","wu:fi47e09","zbtb16b","Q6NXC6","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000128866","physical","txid7955" +"F1QN14","E9QCG0","zgc:123259","COMM domain-containing protein 6","fbxl8","commd6","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000070860","physical","txid7955" +"F1QN14","Q6NYS3","zgc:123259","Cul1","fbxl8","cul1a","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000070860","physical","txid7955" +"F1QN14","B8A6D0","zgc:123259","murr1","fbxl8","B8A6D0","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000070860","physical","txid7955" +"F1QN14","A4QN68","zgc:123259","si:ch211-154e15.3","fbxl8","A4QN68","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000070860","physical","txid7955" +"F1QN14","Q4V909","zgc:123259","ccdc22","fbxl8","Q4V909","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000070860","physical","txid7955" +"F1QN14","F1Q509","zgc:123259","zgc:153556","fbxl8","commd4","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000070860","physical","txid7955" +"Q6NWH1","Q08BZ1","dcaf10","wdr22","Q6NWH1","Q08BZ1","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q6PFV0","dcaf10","wu:fd14c04","Q6NWH1","fbxw5","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q5RHX6","dcaf10","dcun1d4","Q6NWH1","Q5RHX6","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","F8W428","dcaf10","im:7140950","Q6NWH1","cul4b","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","E7F3Z0","dcaf10","DDB1 and CUL4-associated factor 15","Q6NWH1","dcaf15","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","A0A0R4IUU4","dcaf10","NEDD8-conjugating enzyme Ubc12","Q6NWH1","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","F1Q509","dcaf10","zgc:153556","Q6NWH1","commd4","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","A8WHR0","dcaf10","dcaf17","Q6NWH1","dcaf17","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","X1WHY6","dcaf10","ambra1b","Q6NWH1","X1WHY6","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q2YDS1","dcaf10","ddb2","Q6NWH1","ddb2","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","E7FAG6","dcaf10","ambra1a","Q6NWH1","ambra1a","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","E9QCG0","dcaf10","COMM domain-containing protein 6","Q6NWH1","commd6","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","B3DJF2","dcaf10","fc31b01","Q6NWH1","B3DJF2","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q08BB3","dcaf10","dcaf12","Q6NWH1","dcaf12","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","A0A0R4IMY2","dcaf10","zgc:73069","Q6NWH1","A0A0R4IMY2","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","A4FUL3","dcaf10","im:7137515","Q6NWH1","rbx1","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q6NXC6","dcaf10","wu:fi47e09","Q6NWH1","Q6NXC6","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","B8A6D0","dcaf10","murr1","Q6NWH1","B8A6D0","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q68EH9","dcaf10","crbn","Q6NWH1","Q68EH9","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Protein cereblon (zcrbn)","string-db","7955.ENSDARP00000062723/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","B0QZE8","dcaf10","iqwd1","Q6NWH1","dcaf6","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","A4QN68","dcaf10","si:ch211-154e15.3","Q6NWH1","A4QN68","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q7T2C1","dcaf10","zgc:64071","Q6NWH1","cul4a","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","F1QF18","dcaf10","DDB1 and CUL4-associated factor 8","Q6NWH1","dcaf8","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q4V909","dcaf10","ccdc22","Q6NWH1","Q4V909","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000047739","physical","txid7955" +"Q6NWH1","Q7T2A3","dcaf10","dda1","Q6NWH1","dda1","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000047739","physical","txid7955" +"Q6NW95","E9QCG0","fbxl15","COMM domain-containing protein 6","Q6NW95","commd6","F-box/LRR-repeat protein 15","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000112101","physical","txid7955" +"A0A8M1PRY0","Q6NXC6","Kelch repeat and BTB","wu:fi47e09","A0A8M1PRY0","Q6NXC6","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000128961","physical","txid7955" +"A0A8M1PRY0","A0A0R4IUU4","Kelch repeat and BTB","NEDD8-conjugating enzyme Ubc12","A0A8M1PRY0","si:ch1073-205c8.3","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000128961","physical","txid7955" +"A0A8M1PRY0","B3DIU1","Kelch repeat and BTB","cul3","A0A8M1PRY0","cul3b","Kelch repeat and BTB (POZ) domain-containing 7 (Kelch repeat and BTB domain-containing protein 7)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000128961","physical","txid7955" +"I3IS54","Q6NXC6","si:ch1073-342h5.2","wu:fi47e09","si:ch1073-342h5.2","Q6NXC6","Leucine-rich repeat-containing protein 41","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000125718","physical","txid7955" +"E7F6Z4","F1Q509","F-box and leucine-rich repeat protein 3,-like","zgc:153556","fbxl3l","commd4","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","E9QCG0","F-box and leucine-rich repeat protein 3,-like","COMM domain-containing protein 6","fbxl3l","commd6","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","A4QN68","F-box and leucine-rich repeat protein 3,-like","si:ch211-154e15.3","fbxl3l","A4QN68","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","Q4V909","F-box and leucine-rich repeat protein 3,-like","ccdc22","fbxl3l","Q4V909","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","B8A6D0","F-box and leucine-rich repeat protein 3,-like","murr1","fbxl3l","B8A6D0","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","A4FUL3","F-box and leucine-rich repeat protein 3,-like","im:7137515","fbxl3l","rbx1","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000054395","physical","txid7955" +"E7F6Z4","Q6NYS3","F-box and leucine-rich repeat protein 3,-like","Cul1","fbxl3l","cul1a","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000054395","physical","txid7955" +"Q6P3K3","Q6NYS3","fbxo9","Cul1","fbxo9","cul1a","F-box only protein 9","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000093542","physical","txid7955" +"Q6P3K3","E9QCG0","fbxo9","COMM domain-containing protein 6","fbxo9","commd6","F-box only protein 9","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000093542","physical","txid7955" +"Q6P3K3","F1Q509","fbxo9","zgc:153556","fbxo9","commd4","F-box only protein 9","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000093542","physical","txid7955" +"E9QC58","A4QN68","fc33f09","si:ch211-154e15.3","klhl20","A4QN68","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","B8A6D0","fc33f09","murr1","klhl20","B8A6D0","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","Q5RHX6","fc33f09","dcun1d4","klhl20","Q5RHX6","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","F1Q509","fc33f09","zgc:153556","klhl20","commd4","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","Q4V909","fc33f09","ccdc22","klhl20","Q4V909","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","A0A0R4IUU4","fc33f09","NEDD8-conjugating enzyme Ubc12","klhl20","si:ch1073-205c8.3","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","Q6NXC6","fc33f09","wu:fi47e09","klhl20","Q6NXC6","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","E9QCG0","fc33f09","COMM domain-containing protein 6","klhl20","commd6","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","F6NVK8","fc33f09","cul3","klhl20","cul3a","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000056665","physical","txid7955" +"E9QC58","B3DIU1","fc33f09","cul3","klhl20","cul3b","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000056665","physical","txid7955" +"B8JIG8","B8A6D0","Kelch-like family member 5","murr1","B8JIG8","B8A6D0","Kelch-like family member 5 (Kelch-like protein 5)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","Q6NXC6","Kelch-like family member 5","wu:fi47e09","B8JIG8","Q6NXC6","Kelch-like family member 5 (Kelch-like protein 5)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","A9C3Q3","Kelch-like family member 5","si:ch211-127h20.1","B8JIG8","anapc7","Kelch-like family member 5 (Kelch-like protein 5)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","A4QN68","Kelch-like family member 5","si:ch211-154e15.3","B8JIG8","A4QN68","Kelch-like family member 5 (Kelch-like protein 5)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","Q5RHX6","Kelch-like family member 5","dcun1d4","B8JIG8","Q5RHX6","Kelch-like family member 5 (Kelch-like protein 5)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","B3DIU1","Kelch-like family member 5","cul3","B8JIG8","cul3b","Kelch-like family member 5 (Kelch-like protein 5)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","A0A0R4IUU4","Kelch-like family member 5","NEDD8-conjugating enzyme Ubc12","B8JIG8","si:ch1073-205c8.3","Kelch-like family member 5 (Kelch-like protein 5)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","Q4V909","Kelch-like family member 5","ccdc22","B8JIG8","Q4V909","Kelch-like family member 5 (Kelch-like protein 5)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","E9QCG0","Kelch-like family member 5","COMM domain-containing protein 6","B8JIG8","commd6","Kelch-like family member 5 (Kelch-like protein 5)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000083875","physical","txid7955" +"B8JIG8","F1Q509","Kelch-like family member 5","zgc:153556","B8JIG8","commd4","Kelch-like family member 5 (Kelch-like protein 5)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000083875","physical","txid7955" +"A1A5X2","A4QN68","fbxl7","si:ch211-154e15.3","fbxl7","A4QN68","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000084255","physical","txid7955" +"A1A5X2","B8A6D0","fbxl7","murr1","fbxl7","B8A6D0","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000084255","physical","txid7955" +"A1A5X2","E9QCG0","fbxl7","COMM domain-containing protein 6","fbxl7","commd6","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000084255","physical","txid7955" +"A1A5X2","F1Q509","fbxl7","zgc:153556","fbxl7","commd4","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000084255","physical","txid7955" +"A1A5X2","Q4V909","fbxl7","ccdc22","fbxl7","Q4V909","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000084255","physical","txid7955" +"A1A5X2","Q6NYS3","fbxl7","Cul1","fbxl7","cul1a","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000084255","physical","txid7955" +"Q6DG99","F1Q509","kctd6","zgc:153556","kctd6","commd4","BTB/POZ domain-containing protein KCTD6","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","Q5RHX6","kctd6","dcun1d4","kctd6","Q5RHX6","BTB/POZ domain-containing protein KCTD6","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","Q4V909","kctd6","ccdc22","kctd6","Q4V909","BTB/POZ domain-containing protein KCTD6","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","A0A0R4IUU4","kctd6","NEDD8-conjugating enzyme Ubc12","kctd6","si:ch1073-205c8.3","BTB/POZ domain-containing protein KCTD6","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","B8A6D0","kctd6","murr1","kctd6","B8A6D0","BTB/POZ domain-containing protein KCTD6","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","F6NVK8","kctd6","cul3","kctd6","cul3a","BTB/POZ domain-containing protein KCTD6","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","E9QCG0","kctd6","COMM domain-containing protein 6","kctd6","commd6","BTB/POZ domain-containing protein KCTD6","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","A4FUL3","kctd6","im:7137515","kctd6","rbx1","BTB/POZ domain-containing protein KCTD6","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","B3DIU1","kctd6","cul3","kctd6","cul3b","BTB/POZ domain-containing protein KCTD6","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","A4QN68","kctd6","si:ch211-154e15.3","kctd6","A4QN68","BTB/POZ domain-containing protein KCTD6","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000034172","physical","txid7955" +"Q6DG99","Q6NXC6","kctd6","wu:fi47e09","kctd6","Q6NXC6","BTB/POZ domain-containing protein KCTD6","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000034172","physical","txid7955" +"B8JKT2","Q6NXC6","si:ch73-263f13.4","wu:fi47e09","wsb2","Q6NXC6","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000119398","physical","txid7955" +"B0QZE8","Q6PFV0","iqwd1","wu:fd14c04","dcaf6","fbxw5","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","A8WHR0","iqwd1","dcaf17","dcaf6","dcaf17","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","Q7T2A3","iqwd1","dda1","dcaf6","dda1","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","E9QCG0","iqwd1","COMM domain-containing protein 6","dcaf6","commd6","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","Q6NXC6","iqwd1","wu:fi47e09","dcaf6","Q6NXC6","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","X1WHY6","iqwd1","ambra1b","dcaf6","X1WHY6","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","F8W428","iqwd1","im:7140950","dcaf6","cul4b","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","A0A0R4IUU4","iqwd1","NEDD8-conjugating enzyme Ubc12","dcaf6","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","Q5RHX6","iqwd1","dcun1d4","dcaf6","Q5RHX6","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","F1Q509","iqwd1","zgc:153556","dcaf6","commd4","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","A0A0R4IMY2","iqwd1","zgc:73069","dcaf6","A0A0R4IMY2","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","Q7T2C1","iqwd1","zgc:64071","dcaf6","cul4a","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000102072","physical","txid7955" +"B0QZE8","F1QF18","iqwd1","DDB1 and CUL4-associated factor 8","dcaf6","dcaf8","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000102072","physical","txid7955" +"Q5TZE1","Q6NXC6","btbd6b","wu:fi47e09","btbd6b","Q6NXC6","BTB/POZ domain-containing protein 6-B","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","B3DIU1","btbd6b","cul3","btbd6b","cul3b","BTB/POZ domain-containing protein 6-B","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","E9QCG0","btbd6b","COMM domain-containing protein 6","btbd6b","commd6","BTB/POZ domain-containing protein 6-B","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","F1Q509","btbd6b","zgc:153556","btbd6b","commd4","BTB/POZ domain-containing protein 6-B","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","Q5RHX6","btbd6b","dcun1d4","btbd6b","Q5RHX6","BTB/POZ domain-containing protein 6-B","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","A4QN68","btbd6b","si:ch211-154e15.3","btbd6b","A4QN68","BTB/POZ domain-containing protein 6-B","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","A0A0R4IUU4","btbd6b","NEDD8-conjugating enzyme Ubc12","btbd6b","si:ch1073-205c8.3","BTB/POZ domain-containing protein 6-B","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","A4FUL3","btbd6b","im:7137515","btbd6b","rbx1","BTB/POZ domain-containing protein 6-B","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","B8A6D0","btbd6b","murr1","btbd6b","B8A6D0","BTB/POZ domain-containing protein 6-B","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000039906","physical","txid7955" +"Q5TZE1","Q4V909","btbd6b","ccdc22","btbd6b","Q4V909","BTB/POZ domain-containing protein 6-B","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000039906","physical","txid7955" +"Q2YDQ5","F1Q509","fbxl5","zgc:153556","Q2YDQ5","commd4","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000106526","physical","txid7955" +"Q2YDQ5","F1QNR8","fbxl5","Iron-responsive element-binding protein 2","Q2YDQ5","ireb2","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","Iron-responsive element-binding protein 2","string-db","7955.ENSDARP00000117448/7955.ENSDARP00000106526","physical","txid7955" +"Q2YDQ5","Q6NYS3","fbxl5","Cul1","Q2YDQ5","cul1a","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000106526","physical","txid7955" +"Q2YDQ5","E9QCG0","fbxl5","COMM domain-containing protein 6","Q2YDQ5","commd6","F-box/LRR-repeat protein 5 (F-box and leucine-rich repeat protein 5)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000106526","physical","txid7955" +"F1QY53","Q502M9","Ankyrin repeat and SOCS box protein 2 isoform X1","zgc:92635","asb2a.1","elocb","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000117664","physical","txid7955" +"F1QY53","Q6NXC6","Ankyrin repeat and SOCS box protein 2 isoform X1","wu:fi47e09","asb2a.1","Q6NXC6","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000117664","physical","txid7955" +"Q68EL0","B8A6D0","zgc:100881","murr1","Q68EL0","B8A6D0","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q4V909","zgc:100881","ccdc22","Q68EL0","Q4V909","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q502M9","zgc:100881","zgc:92635","Q68EL0","elocb","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q66IB1","zgc:100881","zgc:101879","Q68EL0","eloca","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","Elongin-C","string-db","7955.ENSDARP00000066699/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","A4QN68","zgc:100881","si:ch211-154e15.3","Q68EL0","A4QN68","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","F1Q509","zgc:100881","zgc:153556","Q68EL0","commd4","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","E9QCG0","zgc:100881","COMM domain-containing protein 6","Q68EL0","commd6","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","F1REN0","zgc:100881","cul5","Q68EL0","F1REN0","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","Cullin-5","string-db","7955.ENSDARP00000100474/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q5EB19","zgc:100881","fj63f04","Q68EL0","rnf7","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","RING-box protein 2 (Ring finger protein 7)","string-db","7955.ENSDARP00000072361/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","A7MD57","zgc:100881","DCN1-like protein","Q68EL0","dcun1d3","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000114663/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q6NXC6","zgc:100881","wu:fi47e09","Q68EL0","Q6NXC6","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000054692","physical","txid7955" +"Q68EL0","Q5RHX6","zgc:100881","dcun1d4","Q68EL0","Q5RHX6","Ankyrin repeat and SOCS box-containing 12b (Ankyrin repeat and SOCS box-containing protein 12) (Zgc:100881)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000054692","physical","txid7955" +"Q08BZ1","F1QF18","wdr22","DDB1 and CUL4-associated factor 8","Q08BZ1","dcaf8","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","B0QZE8","wdr22","iqwd1","Q08BZ1","dcaf6","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","F8W428","wdr22","im:7140950","Q08BZ1","cul4b","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","E9QCG0","wdr22","COMM domain-containing protein 6","Q08BZ1","commd6","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","B3DJF2","wdr22","fc31b01","Q08BZ1","B3DJF2","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q08BB3","wdr22","dcaf12","Q08BZ1","dcaf12","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q5RHX6","wdr22","dcun1d4","Q08BZ1","Q5RHX6","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q6NXC6","wdr22","wu:fi47e09","Q08BZ1","Q6NXC6","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","E7F3Z0","wdr22","DDB1 and CUL4-associated factor 15","Q08BZ1","dcaf15","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q4V909","wdr22","ccdc22","Q08BZ1","Q4V909","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","E7FAG6","wdr22","ambra1a","Q08BZ1","ambra1a","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","A8WHR0","wdr22","dcaf17","Q08BZ1","dcaf17","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","A4QN68","wdr22","si:ch211-154e15.3","Q08BZ1","A4QN68","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","A0A0R4IMY2","wdr22","zgc:73069","Q08BZ1","A0A0R4IMY2","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q7T2A3","wdr22","dda1","Q08BZ1","dda1","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","F1Q509","wdr22","zgc:153556","Q08BZ1","commd4","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q7T2C1","wdr22","zgc:64071","Q08BZ1","cul4a","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","X1WHY6","wdr22","ambra1b","Q08BZ1","X1WHY6","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","A0A0R4IUU4","wdr22","NEDD8-conjugating enzyme Ubc12","Q08BZ1","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q2YDS1","wdr22","ddb2","Q08BZ1","ddb2","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","Q6PFV0","wdr22","wu:fd14c04","Q08BZ1","fbxw5","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000079302","physical","txid7955" +"Q08BZ1","B8A6D0","wdr22","murr1","Q08BZ1","B8A6D0","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000079302","physical","txid7955" +"E7F7Y4","Q6NXC6","Fem-1 homolog b","wu:fi47e09","fem1b","Q6NXC6","Fem-1 homolog b","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","E9QCG0","Fem-1 homolog b","COMM domain-containing protein 6","fem1b","commd6","Fem-1 homolog b","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","A4QN68","Fem-1 homolog b","si:ch211-154e15.3","fem1b","A4QN68","Fem-1 homolog b","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","F1Q509","Fem-1 homolog b","zgc:153556","fem1b","commd4","Fem-1 homolog b","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","Q5RHX6","Fem-1 homolog b","dcun1d4","fem1b","Q5RHX6","Fem-1 homolog b","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","F1QAC4","Fem-1 homolog b","GLI family zinc finger 1","fem1b","gli1","Fem-1 homolog b","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","Q502M9","Fem-1 homolog b","zgc:92635","fem1b","elocb","Fem-1 homolog b","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","B8A6D0","Fem-1 homolog b","murr1","fem1b","B8A6D0","Fem-1 homolog b","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","A0A0R4IUU4","Fem-1 homolog b","NEDD8-conjugating enzyme Ubc12","fem1b","si:ch1073-205c8.3","Fem-1 homolog b","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","A0A8M9P612","Fem-1 homolog b","Cullin-2","fem1b","A0A8M9P612","Fem-1 homolog b","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000085236","physical","txid7955" +"E7F7Y4","Q4V909","Fem-1 homolog b","ccdc22","fem1b","Q4V909","Fem-1 homolog b","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000085236","physical","txid7955" +"B1H1G8","Q502M9","LOC559863","zgc:92635","B1H1G8","elocb","SPRY domain-containing SOCS box protein 3","Elongin-C","string-db","7955.ENSDARP00000118581/7955.ENSDARP00000117314","physical","txid7955" +"B1H1G8","Q6NXC6","LOC559863","wu:fi47e09","B1H1G8","Q6NXC6","SPRY domain-containing SOCS box protein 3","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000117314","physical","txid7955" +"Q499B0","A4QN68","zgc:110066","si:ch211-154e15.3","Q499B0","A4QN68","DDB1- and CUL4-associated factor 11","COMM domain-containing 9 (COMM domain-containing protein 9) (Si:ch211-154e15.3 protein)","string-db","7955.ENSDARP00000087357/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","F8W428","zgc:110066","im:7140950","Q499B0","cul4b","DDB1- and CUL4-associated factor 11","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q6PFV0","zgc:110066","wu:fd14c04","Q499B0","fbxw5","DDB1- and CUL4-associated factor 11","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","E9QCG0","zgc:110066","COMM domain-containing protein 6","Q499B0","commd6","DDB1- and CUL4-associated factor 11","COMM domain-containing protein 6","string-db","7955.ENSDARP00000117302/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","B8A6D0","zgc:110066","murr1","Q499B0","B8A6D0","DDB1- and CUL4-associated factor 11","COMM domain-containing protein 1","string-db","7955.ENSDARP00000091561/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","A4FUL3","zgc:110066","im:7137515","Q499B0","rbx1","DDB1- and CUL4-associated factor 11","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","F1Q509","zgc:110066","zgc:153556","Q499B0","commd4","DDB1- and CUL4-associated factor 11","COMM domain-containing 4 (COMM domain-containing protein 4)","string-db","7955.ENSDARP00000110023/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","A8WHR0","zgc:110066","dcaf17","Q499B0","dcaf17","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q5RHI5","zgc:110066","dtl","Q499B0","dtl","DDB1- and CUL4-associated factor 11","Denticleless protein homolog","string-db","7955.ENSDARP00000033992/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q803X4","zgc:110066","dcaf13","Q499B0","Q803X4","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 13 (WD repeat and SOF domain-containing protein 1)","string-db","7955.ENSDARP00000028109/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q4V909","zgc:110066","ccdc22","Q499B0","Q4V909","DDB1- and CUL4-associated factor 11","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q2YDS1","zgc:110066","ddb2","Q499B0","ddb2","DDB1- and CUL4-associated factor 11","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","A0A0R4IUU4","zgc:110066","NEDD8-conjugating enzyme Ubc12","Q499B0","si:ch1073-205c8.3","DDB1- and CUL4-associated factor 11","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","F1QF18","zgc:110066","DDB1 and CUL4-associated factor 8","Q499B0","dcaf8","DDB1- and CUL4-associated factor 11","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q08BZ1","zgc:110066","wdr22","Q499B0","Q08BZ1","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q08BB3","zgc:110066","dcaf12","Q499B0","dcaf12","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","E7F3Z0","zgc:110066","DDB1 and CUL4-associated factor 15","Q499B0","dcaf15","DDB1- and CUL4-associated factor 11","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q5RHX6","zgc:110066","dcun1d4","Q499B0","Q5RHX6","DDB1- and CUL4-associated factor 11","DCN1-like protein 4 (DCNL4) (DCUN1 domain-containing protein 4) (Defective in cullin neddylation protein 1-like protein 4)","string-db","7955.ENSDARP00000114939/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","B3DJF2","zgc:110066","fc31b01","Q499B0","B3DJF2","DDB1- and CUL4-associated factor 11","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q6NXC6","zgc:110066","wu:fi47e09","Q499B0","Q6NXC6","DDB1- and CUL4-associated factor 11","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","string-db","7955.ENSDARP00000138799/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q6NWH1","zgc:110066","dcaf10","Q499B0","Q6NWH1","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 10 (WD repeat-containing protein 32)","string-db","7955.ENSDARP00000047739/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","X1WHY6","zgc:110066","ambra1b","Q499B0","X1WHY6","DDB1- and CUL4-associated factor 11","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","B0QZE8","zgc:110066","iqwd1","Q499B0","dcaf6","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q7T2C1","zgc:110066","zgc:64071","Q499B0","cul4a","DDB1- and CUL4-associated factor 11","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q7T2A3","zgc:110066","dda1","Q499B0","dda1","DDB1- and CUL4-associated factor 11","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","A0A0R4IMY2","zgc:110066","zgc:73069","Q499B0","A0A0R4IMY2","DDB1- and CUL4-associated factor 11","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","Q68EH9","zgc:110066","crbn","Q499B0","Q68EH9","DDB1- and CUL4-associated factor 11","Protein cereblon (zcrbn)","string-db","7955.ENSDARP00000062723/7955.ENSDARP00000027560","physical","txid7955" +"Q499B0","E7FAG6","zgc:110066","ambra1a","Q499B0","ambra1a","DDB1- and CUL4-associated factor 11","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000027560","physical","txid7955" +"A9JRZ0","F1QTJ4","smurf2","LRP6","smurf2","F1QTJ4","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","P57095","smurf2","axin2","smurf2","axin2","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","Q1L8Y3","smurf2","LOC564395","smurf2","smad6b","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000091342/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","Q9W629","smurf2","bmpr1b","smurf2","Q9W629","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","Q9I9P9","smurf2","smad2","smurf2","smad2","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","O93369","smurf2","BMP2b","smurf2","bmp2b","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","A0A2R8Q1W5","smurf2","keap1b","smurf2","keap1b","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000055490","physical","txid7955" +"A9JRZ0","P57094","smurf2","axin1","smurf2","P57094","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000055490","physical","txid7955" +"E7F6D8","F1QXZ9","Zinc finger FYVE domain-containing protein","sma8","E7F6D8","smad9","Zinc finger FYVE domain-containing protein","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000114103","physical","txid7955" +"E7F6D8","A5PMI2","Zinc finger FYVE domain-containing protein","Zinc finger FYVE domain-containing protein 9 isoform X1","E7F6D8","zfyve9a","Zinc finger FYVE domain-containing protein","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","string-db","7955.ENSDARP00000131596/7955.ENSDARP00000114103","physical","txid7955" +"E7F6D8","Q9W629","Zinc finger FYVE domain-containing protein","bmpr1b","E7F6D8","Q9W629","Zinc finger FYVE domain-containing protein","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000114103","physical","txid7955" +"Q1L8Y3","F1QXZ9","LOC564395","sma8","smad6b","smad9","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000131023/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","Q9W629","LOC564395","bmpr1b","smad6b","Q9W629","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","P52161","LOC564395","max","smad6b","P52161","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Protein max (Myc-associated factor X)","string-db","7955.ENSDARP00000111552/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","A0A8M2B5I7","LOC564395","im:7137698","smad6b","A0A8M2B5I7","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","Q9I9P9","LOC564395","smad2","smad6b","smad2","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","O93369","LOC564395","BMP2b","smad6b","bmp2b","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","A0A8M1N9U9","LOC564395","si:dkey-222b8.1","smad6b","A0A8M1N9U9","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000120222/7955.ENSDARP00000091342","physical","txid7955" +"Q1L8Y3","E7FFZ5","LOC564395","smad10b","smad6b","E7FFZ5","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000091342","physical","txid7955" +"F1QXZ9","Q9W629","sma8","bmpr1b","smad9","Q9W629","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","string-db","7955.ENSDARP00000140548/7955.ENSDARP00000131023","physical","txid7955" +"Q7ZW68","Q803D2","NFKBIA","pafah1b1b","nfkbiab","Q803D2","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","string-db","7955.ENSDARP00000039257/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","A0A0N4SUD2","NFKBIA","Ubi-p63E","nfkbiab","ubb","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q7T394","NFKBIA","pafah1b1a","nfkbiab","pafah1b1a","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q5TKT3","NFKBIA","IL-17_2","nfkbiab","Q5TKT3","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Interleukin 17_2 (Interleukin 17a/f2)","string-db","7955.ENSDARP00000064512/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q5TKT0","NFKBIA","f3","nfkbiab","Q5TKT0","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Interleukin 17_5 (Interleukin 17a/f3)","string-db","7955.ENSDARP00000061522/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q6DGE6","NFKBIA","c-rel","nfkbiab","Q6DGE6","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","string-db","7955.ENSDARP00000072078/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q0II00","NFKBIA","p100","nfkbiab","nfkb2","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q5SPJ4","NFKBIA","wu:fb61c07","nfkbiab","Q5SPJ4","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q6NYS3","NFKBIA","Cul1","nfkbiab","cul1a","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","F1QCG4","NFKBIA","fj16a07","nfkbiab","nfkbiaa","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","string-db","7955.ENSDARP00000109941/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q6PBY8","NFKBIA","skp1a","nfkbiab","skp1","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","S-phase kinase-associated protein 1","string-db","7955.ENSDARP00000015887/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","F1QHN6","NFKBIA","im:7042025","nfkbiab","ubc","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q7SXA3","NFKBIA","zgc:66168","nfkbiab","rps27a","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","F1QPF4","NFKBIA","Ubiquitin carboxyl-terminal hydrolase","nfkbiab","usp11","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","string-db","7955.ENSDARP00000070106/7955.ENSDARP00000015303","physical","txid7955" +"Q7ZW68","Q5TKT4","NFKBIA","IL-17_1","nfkbiab","Q5TKT4","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","Interleukin 17_1 (Interleukin 17a/f1)","string-db","7955.ENSDARP00000064510/7955.ENSDARP00000015303","physical","txid7955" +"Q5TKT4","Q5SPJ4","IL-17_1","wu:fb61c07","Q5TKT4","Q5SPJ4","Interleukin 17_1 (Interleukin 17a/f1)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000064510","physical","txid7955" +"Q5TKT0","Q5SPJ4","f3","wu:fb61c07","Q5TKT0","Q5SPJ4","Interleukin 17_5 (Interleukin 17a/f3)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000061522","physical","txid7955" +"Q5TKT0","Q5TKT4","f3","IL-17_1","Q5TKT0","Q5TKT4","Interleukin 17_5 (Interleukin 17a/f3)","Interleukin 17_1 (Interleukin 17a/f1)","string-db","7955.ENSDARP00000064510/7955.ENSDARP00000061522","physical","txid7955" +"Q5TKT3","Q5SPJ4","IL-17_2","wu:fb61c07","Q5TKT3","Q5SPJ4","Interleukin 17_2 (Interleukin 17a/f2)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000064512","physical","txid7955" +"Q6DGE6","A0A2R8PVS7","c-rel","trip6","Q6DGE6","A0A2R8PVS7","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","Thyroid hormone receptor interactor 6 (Thyroid receptor-interacting protein 6 isoform X2)","string-db","7955.ENSDARP00000142895/7955.ENSDARP00000072078","physical","txid7955" +"Q6DGE6","Q0II00","c-rel","p100","Q6DGE6","nfkb2","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","string-db","7955.ENSDARP00000121285/7955.ENSDARP00000072078","physical","txid7955" +"Q6DGE6","Q6NYS3","c-rel","Cul1","Q6DGE6","cul1a","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000072078","physical","txid7955" +"Q6DGE6","B3DHW2","c-rel","nfkb3","Q6DGE6","rela","Proto-oncogene c-Rel (V-rel avian reticuloendotheliosis viral oncogene homolog) (V-rel reticuloendotheliosis viral oncogene homolog)","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","string-db","7955.ENSDARP00000133181/7955.ENSDARP00000072078","physical","txid7955" +"Q66HY7","Q9PW28","eif4e3","eif4e1b","eif4e3","Q9PW28","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4E-1B (eIF4E) (eIF4E-1B)","string-db","7955.ENSDARP00000022906/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","Q1MTD3","eif4e3","rnmt","eif4e3","rnmt","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","string-db","7955.ENSDARP00000083350/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","Q8JGR6","eif4e3","ncbp2","eif4e3","ncbp2","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","F1R166","eif4e3","wu:fd50g11","eif4e3","eif4a2","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000104653/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","A1L200","eif4e3","zgc:110542","eif4e3","A1L200","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","A0A140LGN9","eif4e3","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","eif4e3","eif4g3a","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","Q7ZVA6","eif4e3","eif4a3","eif4e3","Q7ZVA6","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","Q6PBU4","eif4e3","eIF4E2B","eif4e3","Q6PBU4","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","Q9DFS6","eif4e3","eif4ea","eif4e3","Q9DFS6","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000015325","physical","txid7955" +"Q66HY7","A9JT06","eif4e3","eif4E-1C","eif4e3","A9JT06","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","string-db","7955.ENSDARP00000031553/7955.ENSDARP00000015325","physical","txid7955" +"A9JT06","A0A140LGN9","eif4E-1C","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","A9JT06","eif4g3a","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000031553","physical","txid7955" +"A9JT06","Q9DFS6","eif4E-1C","eif4ea","A9JT06","Q9DFS6","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000031553","physical","txid7955" +"A9JT06","Q6PBU4","eif4E-1C","eIF4E2B","A9JT06","Q6PBU4","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000031553","physical","txid7955" +"A9JT06","A1L200","eif4E-1C","zgc:110542","A9JT06","A1L200","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000031553","physical","txid7955" +"A9JT06","Q90YM8","eif4E-1C","cyfip1","A9JT06","Q90YM8","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Cytoplasmic FMR1-interacting protein 1 homolog","string-db","7955.ENSDARP00000065126/7955.ENSDARP00000031553","physical","txid7955" +"A9JT06","B3DIT1","eif4E-1C","zgc:194528","A9JT06","B3DIT1","Eukaryotic translation initiation factor 4E family member 1c (Zgc:110154 protein)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000031553","physical","txid7955" +"F1R166","F1QYM4","wu:fd50g11","wbscr1","eif4a2","F1QYM4","ATP-dependent RNA helicase (EC 3.6.4.13)","Eukaryotic translation initiation factor 4H","string-db","7955.ENSDARP00000117924/7955.ENSDARP00000104653","physical","txid7955" +"F1R166","A0A0R4IMF6","wu:fd50g11","eif4b","eif4a2","eif4ba","ATP-dependent RNA helicase (EC 3.6.4.13)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000104653","physical","txid7955" +"F1R166","A0A140LGN9","wu:fd50g11","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","eif4a2","eif4g3a","ATP-dependent RNA helicase (EC 3.6.4.13)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000104653","physical","txid7955" +"Q6PBU4","A0A140LGN9","eIF4E2B","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","Q6PBU4","eif4g3a","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000132205","physical","txid7955" +"Q7ZUQ3","Q66HX5","stk3","zgc:92250","stk3","sav1","Serine/threonine-protein kinase 3 (EC 2.7.11.1) [Cleaved into: Serine/threonine-protein kinase 3 36kDa subunit (MST2/N); Serine/threonine-protein kinase 3 20kDa subunit (MST2/C)]","Protein salvador homolog 1 (Salvador family WW domain-containing protein 1) (Salvador homolog 1 (Drosophila))","string-db","7955.ENSDARP00000025090/7955.ENSDARP00000015367","physical","txid7955" +"Q7SZQ6","A9JRY8","ARHGDIB","Rac family small GTPase 3b","Q7SZQ6","rac3b","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","Q7ZSZ9","ARHGDIB","rac1","Q7SZQ6","rac1a","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","Q803F2","ARHGDIB","wu:fk30f01","Q7SZQ6","rhogb","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","A3QJU6","ARHGDIB","zgc:136923","Q7SZQ6","A3QJU6","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","Q6DGB7","ARHGDIB","rac3","Q7SZQ6","rac3a","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","Q7T2E8","ARHGDIB","rhoac","Q7SZQ6","rhoac","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","F1R1D2","ARHGDIB","Ras homolog family member H","Q7SZQ6","F1R1D2","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000015397","physical","txid7955" +"Q7SZQ6","Q6NUX8","ARHGDIB","rhoaa","Q7SZQ6","rhoaa","Rho GDP dissociation inhibitor (GDI) gamma (Rho GDP-dissociation inhibitor 2)","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000015397","physical","txid7955" +"F1QE25","A0A0R4I9S5","narg1a","fi31d06","F1QE25","A0A0R4I9S5","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","Q58ED9","narg1a","naa20","F1QE25","naa20","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","string-db","7955.ENSDARP00000057699/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","Q7T322","narg1a","naa35","F1QE25","Q7T322","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","string-db","7955.ENSDARP00000089478/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","F1RAT9","narg1a","zgc:194204","F1QE25","naa30","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","string-db","7955.ENSDARP00000104949/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","Q7T3B8","narg1a","ard1a","F1QE25","Q7T3B8","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","string-db","7955.ENSDARP00000095601/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","Q6DBY2","narg1a","naa50","F1QE25","naa50","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000015464","physical","txid7955" +"F1QE25","A2BIG9","narg1a","naa38","F1QE25","naa38","N-alpha-acetyltransferase 15, NatA auxiliary subunit","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000015464","physical","txid7955" +"A0A0R4I9S5","A2BIG9","fi31d06","naa38","A0A0R4I9S5","naa38","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000130499","physical","txid7955" +"Q58ED9","Q7T3B8","naa20","ard1a","naa20","Q7T3B8","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","string-db","7955.ENSDARP00000095601/7955.ENSDARP00000057699","physical","txid7955" +"Q58ED9","F1RAT9","naa20","zgc:194204","naa20","naa30","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","string-db","7955.ENSDARP00000104949/7955.ENSDARP00000057699","physical","txid7955" +"Q58ED9","Q6DBY2","naa20","naa50","naa20","naa50","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000057699","physical","txid7955" +"Q58ED9","A2BIG9","naa20","naa38","naa20","naa38","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000057699","physical","txid7955" +"Q58ED9","Q7T322","naa20","naa35","naa20","Q7T322","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","string-db","7955.ENSDARP00000089478/7955.ENSDARP00000057699","physical","txid7955" +"Q58ED9","A0A0R4I9S5","naa20","fi31d06","naa20","A0A0R4I9S5","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000057699","physical","txid7955" +"Q7T322","A2BIG9","naa35","naa38","Q7T322","naa38","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000089478","physical","txid7955" +"Q7T322","A0A0R4I9S5","naa35","fi31d06","Q7T322","A0A0R4I9S5","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000089478","physical","txid7955" +"Q7T322","F1RAT9","naa35","zgc:194204","Q7T322","naa30","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","string-db","7955.ENSDARP00000104949/7955.ENSDARP00000089478","physical","txid7955" +"Q7T322","Q7T3B8","naa35","ard1a","Q7T322","Q7T3B8","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","string-db","7955.ENSDARP00000095601/7955.ENSDARP00000089478","physical","txid7955" +"Q7T322","Q6DBY2","naa35","naa50","Q7T322","naa50","N-alpha-acetyltransferase 35, NatC auxiliary subunit (Embryonic growth-associated protein) (zEGAP) (Protein MAK10 homolog)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000089478","physical","txid7955" +"F1RAT9","A0A0R4I9S5","zgc:194204","fi31d06","naa30","A0A0R4I9S5","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000104949","physical","txid7955" +"F1RAT9","A2BIG9","zgc:194204","naa38","naa30","naa38","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000104949","physical","txid7955" +"F1RAT9","Q6DBY2","zgc:194204","naa50","naa30","naa50","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000104949","physical","txid7955" +"Q6DBY2","A0A0R4I9S5","naa50","fi31d06","naa50","A0A0R4I9S5","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000128760","physical","txid7955" +"Q6DBY2","A2BIG9","naa50","naa38","naa50","naa38","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000128760","physical","txid7955" +"Q7T3B8","Q6DBY2","ard1a","naa50","Q7T3B8","naa50","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000095601","physical","txid7955" +"Q7T3B8","A0A0R4I9S5","ard1a","fi31d06","Q7T3B8","A0A0R4I9S5","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","N(Alpha)-acetyltransferase 15, NatA auxiliary subunit b (N-alpha-acetyltransferase 15, NatA auxiliary subunit b)","string-db","7955.ENSDARP00000130499/7955.ENSDARP00000095601","physical","txid7955" +"Q7T3B8","A2BIG9","ard1a","naa38","Q7T3B8","naa38","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","string-db","7955.ENSDARP00000141836/7955.ENSDARP00000095601","physical","txid7955" +"Q7T3B8","F1RAT9","ard1a","zgc:194204","Q7T3B8","naa30","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","string-db","7955.ENSDARP00000104949/7955.ENSDARP00000095601","physical","txid7955" +"A2BG67","Q1RLQ4","klf12","fa96d06","klf3","-","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","C-terminal-binding protein 1 (Zgc:136929)","string-db","7955.ENSDARP00000130473/7955.ENSDARP00000015473","physical","txid7955" +"A2BG67","A5D6S0","klf12","Paired amphipathic helix protein Sin3a","klf3","sin3aa","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000015473","physical","txid7955" +"Q1RLQ4","E7EZ61","fa96d06","fc11a05","-","znf217","C-terminal-binding protein 1 (Zgc:136929)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000130473","physical","txid7955" +"Q1RLQ4","A0A0R4IL45","fa96d06","RING-type E3 ubiquitin transferase","-","A0A0R4IL45","C-terminal-binding protein 1 (Zgc:136929)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000136136/7955.ENSDARP00000130473","physical","txid7955" +"A0A8M1NJX9","Q8QFX6","si:ch211-106g4.2","nrp1a","A0A8M1NJX9","Q8QFX6","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3B (Semaphorin-3B isoform X1) (Semaphorin-3B precursor)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000015477","physical","txid7955" +"A0A8M1NJX9","B0S5N4","si:ch211-106g4.2","plxna3","A0A8M1NJX9","B0S5N4","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3B (Semaphorin-3B isoform X1) (Semaphorin-3B precursor)","Plexin A3","string-db","7955.ENSDARP00000043999/7955.ENSDARP00000015477","physical","txid7955" +"B0S5N4","F1QBC0","plxna3","fk37b01","B0S5N4","plxnb2a","Plexin A3","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q9DE44","plxna3","zgc:101604","B0S5N4","Q9DE44","Plexin A3","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","E7FBE1","plxna3","fc47g07","B0S5N4","sema7a","Plexin A3","Semaphorin 7A (Semaphorin-7A isoform 1)","string-db","7955.ENSDARP00000109895/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q7ZSZ9","plxna3","rac1","B0S5N4","rac1a","Plexin A3","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","F1Q6W4","plxna3","cdk5r1","B0S5N4","cdk5r1b","Plexin A3","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","F1QPQ6","plxna3","Sema domain, seven thrombospondin repeats","B0S5N4","sema5ba","Plexin A3","Sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5Ba (Semaphorin-5B isoform X1)","string-db","7955.ENSDARP00000156056/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","E7FE33","plxna3","FERM, RhoGEF and pleckstrin domain protein 2","B0S5N4","farp2","Plexin A3","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","string-db","7955.ENSDARP00000129410/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q5RGW1","plxna3","Plexin C1","B0S5N4","Q5RGW1","Plexin A3","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q8QFX6","plxna3","nrp1a","B0S5N4","Q8QFX6","Plexin A3","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q5RH90","plxna3","si:dkey-183c2.4","B0S5N4","Q5RH90","Plexin A3","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","string-db","7955.ENSDARP00000113132/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q5RHX7","plxna3","si:ch211-127b11.1","B0S5N4","Q5RHX7","Plexin A3","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","string-db","7955.ENSDARP00000099696/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","B8JMB1","plxna3","wu:fi06a12","B0S5N4","sema6d","Plexin A3","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","string-db","7955.ENSDARP00000121171/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q9W686","plxna3","sema3ab","B0S5N4","Q9W686","Plexin A3","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","string-db","7955.ENSDARP00000061885/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","F1Q7U0","plxna3","Plexin b1b","B0S5N4","plxnb1b","Plexin A3","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","F8W425","plxna3","Tyrosine-protein kinase","B0S5N4","F8W425","Plexin A3","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","A0A0R4IMM9","plxna3","wu:fa95e03","B0S5N4","A0A0R4IMM9","Plexin A3","Sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5A (Semaphorin-5A)","string-db","7955.ENSDARP00000137400/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","A0A0R4IYX8","plxna3","CRMP-3","B0S5N4","dpysl4","Plexin A3","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","Q52PJ5","plxna3","dpysl3","B0S5N4","dpysl3","Plexin A3","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","string-db","7955.ENSDARP00000065096/7955.ENSDARP00000043999","physical","txid7955" +"B0S5N4","A0A2R8QPJ6","plxna3","Plexin-A2","B0S5N4","plxna2","Plexin A3","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000043999","physical","txid7955" +"Q6P3G9","Q6DGJ6","txndc4","cb58","erp44","prdx2","Endoplasmic reticulum protein 44 (Endoplasmic reticulum resident protein 44) (Thioredoxin domain containing 4 (Endoplasmic reticulum))","Peroxiredoxin-2 (EC 1.11.1.24) (Thioredoxin-dependent peroxiredoxin 2)","string-db","7955.ENSDARP00000040396/7955.ENSDARP00000017258","physical","txid7955" +"Q6P3G9","A2AWE1","txndc4","hm:zehl0637","erp44","prdx1","Endoplasmic reticulum protein 44 (Endoplasmic reticulum resident protein 44) (Thioredoxin domain containing 4 (Endoplasmic reticulum))","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","string-db","7955.ENSDARP00000076104/7955.ENSDARP00000017258","physical","txid7955" +"F1QIE2","B8A518","MARVEL domain-containing 2a","tuba1l","F1QIE2","tuba1c","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000072006/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6GQM1","MARVEL domain-containing 2a","zgc:91972","F1QIE2","Q6GQM1","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6NWK7","MARVEL domain-containing 2a","tuba1","F1QIE2","Q6NWK7","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000019888/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","E7F244","MARVEL domain-containing 2a","Tubulin alpha chain","F1QIE2","E7F244","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000053303/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","B8A516","MARVEL domain-containing 2a","cb944","F1QIE2","tuba1b","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000105094/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6TGS5","MARVEL domain-containing 2a","fi05b01","F1QIE2","Q6TGS5","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000098004/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6PC95","MARVEL domain-containing 2a","zgc:73046","F1QIE2","tuba8l2","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000040203/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","A0A8M9Q3L6","MARVEL domain-containing 2a","im:7137060","F1QIE2","A0A8M9Q3L6","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","string-db","7955.ENSDARP00000122328/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6DC49","MARVEL domain-containing 2a","zgc:101117","F1QIE2","Q6DC49","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000093490/7955.ENSDARP00000015562","physical","txid7955" +"F1QIE2","Q6P972","MARVEL domain-containing 2a","zgc:73108","F1QIE2","tuba2","MARVEL domain-containing 2a (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000066176/7955.ENSDARP00000015562","physical","txid7955" +"A0A8M9Q3L6","Q6GQM1","im:7137060","zgc:91972","A0A8M9Q3L6","Q6GQM1","MARVEL domain-containing 2b (MARVEL domain-containing protein 2)","Tubulin alpha chain","string-db","7955.ENSDARP00000133235/7955.ENSDARP00000122328","physical","txid7955" +"Q6T9C3","Q90WX5","RGS12TS","Cone transducin alpha subunit","rgs12b","Q90WX5","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000015580","physical","txid7955" +"Q6T9C3","A9JTC8","RGS12TS","Guanine nucleotide-binding protein G","rgs12b","A9JTC8","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","Guanine nucleotide-binding protein G(i) subunit alpha-3 (G(i) alpha-3)","string-db","7955.ENSDARP00000047527/7955.ENSDARP00000015580","physical","txid7955" +"Q6T9C3","Q7T3D3","RGS12TS","zgc:63957","rgs12b","gnai1","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000037326/7955.ENSDARP00000015580","physical","txid7955" +"A8KC00","F1QE55","zgc:77327","si:zc101n13.1","A8KC00","-","Aga protein (Aspartylglucosaminidase) (N(4)-(Beta-N-acetylglucosaminyl)-L-asparaginase precursor (EC 3.5.1.26))","Uncharacterized protein LOC767799 (Zgc:153169)","string-db","7955.ENSDARP00000091974/7955.ENSDARP00000015588","physical","txid7955" +"F1QHM9","E7FGL0","z6-4phr","Tim","cry5","timeless","Cryptochrome circadian clock 5 isoform X1 (Cryptochrome circadian regulator 5)","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000015621","physical","txid7955" +"E7FGL0","A4QN37","Tim","zgc:153885","timeless","cry1a","Protein timeless homolog (Timeless circadian clock)","Cryptochrome-1","string-db","7955.ENSDARP00000112452/7955.ENSDARP00000099210","physical","txid7955" +"E7FGL0","Q7ZU53","Tim","cry3","timeless","cry2","Protein timeless homolog (Timeless circadian clock)","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","string-db","7955.ENSDARP00000134736/7955.ENSDARP00000099210","physical","txid7955" +"Q5RH95","Q6IWL4","rsad2","traf6","Q5RH95","traf6","S-adenosylmethionine-dependent nucleotide dehydratase RSAD2 (SAND) (Radical S-adenosyl methionine domain-containing protein 2) (Virus inhibitory protein, endoplasmic reticulum-associated, interferon-inducible) (Viperin)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","string-db","7955.ENSDARP00000036715/7955.ENSDARP00000015681","physical","txid7955" +"Q5RH95","Q0GKD6","rsad2","wu:fk70c05","Q5RH95","tbk1","S-adenosylmethionine-dependent nucleotide dehydratase RSAD2 (SAND) (Radical S-adenosyl methionine domain-containing protein 2) (Virus inhibitory protein, endoplasmic reticulum-associated, interferon-inducible) (Viperin)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000015681","physical","txid7955" +"Q5RH95","A0A0R4IVV0","rsad2","mttp","Q5RH95","mttp","S-adenosylmethionine-dependent nucleotide dehydratase RSAD2 (SAND) (Radical S-adenosyl methionine domain-containing protein 2) (Virus inhibitory protein, endoplasmic reticulum-associated, interferon-inducible) (Viperin)","Microsomal triglyceride transfer protein large subunit","string-db","7955.ENSDARP00000024667/7955.ENSDARP00000015681","physical","txid7955" +"A0A0R4IVV0","A0A0R4IPV5","mttp","psmb3","mttp","p4hb","Microsomal triglyceride transfer protein large subunit","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000024667","physical","txid7955" +"Q1RLZ2","Q1JQ22","zgc:136670","non-specific serine/threonine protein kinase","Q1RLZ2","map4k6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000091124/7955.ENSDARP00000015818","physical","txid7955" +"Q66JN5","E7FFZ8","zgc:91887","pon3.1","pon1","E7FFZ8","Paraoxonase (EC 3.1.1.2)","Paraoxonase (EC 3.1.1.2)","string-db","7955.ENSDARP00000025501/7955.ENSDARP00000015826","physical","txid7955" +"Q66JN5","Q6NXA5","zgc:91887","zgc:77556","pon1","Q6NXA5","Paraoxonase (EC 3.1.1.2)","Paraoxonase (EC 3.1.1.2)","string-db","7955.ENSDARP00000025522/7955.ENSDARP00000015826","physical","txid7955" +"E7FFZ8","Q6NXA5","pon3.1","zgc:77556","E7FFZ8","Q6NXA5","Paraoxonase (EC 3.1.1.2)","Paraoxonase (EC 3.1.1.2)","string-db","7955.ENSDARP00000025522/7955.ENSDARP00000025501","physical","txid7955" +"A5PMV7","A2CF49","ppp2r1a","fc23d07","ppp2r1ba","ptpa","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","Q1LVF3","ppp2r1a","smg7","ppp2r1ba","smg7","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A0A0R4IZ84","ppp2r1a","smg6","ppp2r1ba","A0A0R4IZ84","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","F1RCY6","ppp2r1a","upf1","ppp2r1ba","F1RCY6","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","Q803G3","ppp2r1a","fc05c02","ppp2r1ba","ppp2cb","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A0A0R4IJA2","ppp2r1a","ppp2r2ba","ppp2r1ba","A0A0R4IJA2","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A2CEB2","ppp2r1a","fi34a12","ppp2r1ba","A2CEB2","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","F1QGH7","ppp2r1a","ctnnb1","ppp2r1ba","ctnnb1","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","Q6PC73","ppp2r1a","grb2","ppp2r1ba","grb2b","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A0A0R4IWH7","ppp2r1a","cb965","ppp2r1ba","A0A0R4IWH7","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A2BG80","ppp2r1a","MDS026","ppp2r1ba","ppp2r2ab","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","Q6NY64","ppp2r1a","ppp2r2d","ppp2r1ba","ppp2r2d","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A3KGZ6","ppp2r1a","ppp3cc","ppp2r1ba","ppp3cca","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","Q7SXA3","ppp2r1a","zgc:66168","ppp2r1ba","rps27a","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A0A0R4IEA6","ppp2r1a","ppp2r2b","ppp2r1ba","A0A0R4IEA6","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","P57094","ppp2r1a","axin1","ppp2r1ba","P57094","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","A0A0N4SUD2","ppp2r1a","Ubi-p63E","ppp2r1ba","ubb","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","X1WDS4","ppp2r1a","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r1ba","ppp2r2aa","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","F1QM89","ppp2r1a","sc:d0645","ppp2r1ba","F1QM89","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000117066","physical","txid7955" +"A5PMV7","F1QHN6","ppp2r1a","im:7042025","ppp2r1ba","ubc","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000117066","physical","txid7955" +"A0A8M9PQC9","A2RUZ0","prlr","zgc:158474","A0A8M9PQC9","sh2b1","Prolactin receptor (PRL-R)","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","string-db","7955.ENSDARP00000115931/7955.ENSDARP00000111484","physical","txid7955" +"F1Q9Y3","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2ba","ppp2r5b","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q8JHE0","Serine/threonine protein phosphatase 2A regulatory subunit","CHUNP6894","ppp2r5b","csnk1a1","Serine/threonine protein phosphatase 2A regulatory subunit","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q803G3","Serine/threonine protein phosphatase 2A regulatory subunit","fc05c02","ppp2r5b","ppp2cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q7ZUQ2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5e1","ppp2r5b","ppp2r5eb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2b","ppp2r5b","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A4QP33","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5c","ppp2r5b","ppp2r5cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A0A0R4IWH7","Serine/threonine protein phosphatase 2A regulatory subunit","cb965","ppp2r5b","A0A0R4IWH7","Serine/threonine protein phosphatase 2A regulatory subunit","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","X1WDS4","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5b","ppp2r2aa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1QGH7","Serine/threonine protein phosphatase 2A regulatory subunit","ctnnb1","ppp2r5b","ctnnb1","Serine/threonine protein phosphatase 2A regulatory subunit","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","P57094","Serine/threonine protein phosphatase 2A regulatory subunit","axin1","ppp2r5b","P57094","Serine/threonine protein phosphatase 2A regulatory subunit","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A0A0N4SUD2","Serine/threonine protein phosphatase 2A regulatory subunit","Ubi-p63E","ppp2r5b","ubb","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1QF86","Serine/threonine protein phosphatase 2A regulatory subunit","im:7163784","ppp2r5b","F1QF86","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A3KGZ6","Serine/threonine protein phosphatase 2A regulatory subunit","ppp3cc","ppp2r5b","ppp3cca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1QSR1","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5b","F1QSR1","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","E9QG20","Serine/threonine protein phosphatase 2A regulatory subunit","canb1","ppp2r5b","ppp3r1a","Serine/threonine protein phosphatase 2A regulatory subunit","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1QM89","Serine/threonine protein phosphatase 2A regulatory subunit","sc:d0645","ppp2r5b","F1QM89","Serine/threonine protein phosphatase 2A regulatory subunit","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","E7F3A9","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5b","E7F3A9","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1QHN6","Serine/threonine protein phosphatase 2A regulatory subunit","im:7042025","ppp2r5b","ubc","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q7ZVK8","Serine/threonine protein phosphatase 2A regulatory subunit","ERK1","ppp2r5b","mapk3","Serine/threonine protein phosphatase 2A regulatory subunit","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q6NYS3","Serine/threonine protein phosphatase 2A regulatory subunit","Cul1","ppp2r5b","cul1a","Serine/threonine protein phosphatase 2A regulatory subunit","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","B0S5T6","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r5b","ppp2r3b","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A5PMV7","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r1a","ppp2r5b","ppp2r1ba","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","zgc:92169","ppp2r5b","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A2BG80","Serine/threonine protein phosphatase 2A regulatory subunit","MDS026","ppp2r5b","ppp2r2ab","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","A2CF49","Serine/threonine protein phosphatase 2A regulatory subunit","fc23d07","ppp2r5b","ptpa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q6NY64","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2d","ppp2r5b","ppp2r2d","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","Q7SXA3","Serine/threonine protein phosphatase 2A regulatory subunit","zgc:66168","ppp2r5b","rps27a","Serine/threonine protein phosphatase 2A regulatory subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","F1RDM5","Serine/threonine protein phosphatase 2A regulatory subunit","amer1","ppp2r5b","amer1","Serine/threonine protein phosphatase 2A regulatory subunit","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000071683","physical","txid7955" +"F1Q9Y3","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r5b","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000071683","physical","txid7955" +"Q567Y8","F1RDM5","ppp2ca","amer1","ppp2caa","amer1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A0A0N4SUD2","ppp2ca","Ubi-p63E","ppp2caa","ubb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A2CEB2","ppp2ca","fi34a12","ppp2caa","A2CEB2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","E7F3A9","ppp2ca","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2caa","E7F3A9","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q7SXA3","ppp2ca","zgc:66168","ppp2caa","rps27a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q8JHE0","ppp2ca","CHUNP6894","ppp2caa","csnk1a1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q6NYS3","ppp2ca","Cul1","ppp2caa","cul1a","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","O42354","ppp2ca","mdm2","ppp2caa","O42354","Serine/threonine-protein phosphatase (EC 3.1.3.16)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A0A0R4IJA2","ppp2ca","ppp2r2ba","ppp2caa","A0A0R4IJA2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A0A0R4IZ84","ppp2ca","smg6","ppp2caa","A0A0R4IZ84","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A2BG80","ppp2ca","MDS026","ppp2caa","ppp2r2ab","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1QHN6","ppp2ca","im:7042025","ppp2caa","ubc","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A5PMV7","ppp2ca","ppp2r1a","ppp2caa","ppp2r1ba","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A0A0R4IEA6","ppp2ca","ppp2r2b","ppp2caa","A0A0R4IEA6","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q803G3","ppp2ca","fc05c02","ppp2caa","ppp2cb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1QU39","ppp2ca","wu:fk66h11","ppp2caa","spry2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein sprouty homolog 2","string-db","7955.ENSDARP00000052422/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1Q9Y3","ppp2ca","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2caa","ppp2r5b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A4QP33","ppp2ca","ppp2r5c","ppp2caa","ppp2r5cb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1QSR1","ppp2ca","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2caa","F1QSR1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1R7R1","ppp2ca","smg5","ppp2caa","smg5","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","string-db","7955.ENSDARP00000060808/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1QGH7","ppp2ca","ctnnb1","ppp2caa","ctnnb1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q7ZVK8","ppp2ca","ERK1","ppp2caa","mapk3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A0A0R4IWH7","ppp2ca","cb965","ppp2caa","A0A0R4IWH7","Serine/threonine-protein phosphatase (EC 3.1.3.16)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","P57094","ppp2ca","axin1","ppp2caa","P57094","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","A4FUL3","ppp2ca","im:7137515","ppp2caa","rbx1","Serine/threonine-protein phosphatase (EC 3.1.3.16)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q6PC73","ppp2ca","grb2","ppp2caa","grb2b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1QM89","ppp2ca","sc:d0645","ppp2caa","F1QM89","Serine/threonine-protein phosphatase (EC 3.1.3.16)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q1LVF3","ppp2ca","smg7","ppp2caa","smg7","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","Q7ZUQ2","ppp2ca","ppp2r5e1","ppp2caa","ppp2r5eb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","B0S5T6","ppp2ca","Protein phosphatase 2, regulatory subunit B'', beta","ppp2caa","ppp2r3b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000042420","physical","txid7955" +"Q567Y8","F1RCY6","ppp2ca","upf1","ppp2caa","F1RCY6","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000042420","physical","txid7955" +"Q1JQ34","Q6NYS3","ghl","Cul1","Q1JQ34","cul1a","Growth hormone 1 (Somatotropin precursor)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000055674","physical","txid7955" +"Q1JQ34","A2RUZ0","ghl","zgc:158474","Q1JQ34","sh2b1","Growth hormone 1 (Somatotropin precursor)","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","string-db","7955.ENSDARP00000115931/7955.ENSDARP00000055674","physical","txid7955" +"Q1JQ34","Q330L3","ghl","sla","Q1JQ34","Q330L3","Growth hormone 1 (Somatotropin precursor)","Somatolactin alpha","string-db","7955.ENSDARP00000109558/7955.ENSDARP00000055674","physical","txid7955" +"Q1JQ34","A0A8M9PQC9","ghl","prlr","Q1JQ34","A0A8M9PQC9","Growth hormone 1 (Somatotropin precursor)","Prolactin receptor (PRL-R)","string-db","7955.ENSDARP00000111484/7955.ENSDARP00000055674","physical","txid7955" +"Q330L3","Q6NYS3","sla","Cul1","Q330L3","cul1a","Somatolactin alpha","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000109558","physical","txid7955" +"Q330L3","A0A8M9PQC9","sla","prlr","Q330L3","A0A8M9PQC9","Somatolactin alpha","Prolactin receptor (PRL-R)","string-db","7955.ENSDARP00000111484/7955.ENSDARP00000109558","physical","txid7955" +"Q330L3","A2RUZ0","sla","zgc:158474","Q330L3","sh2b1","Somatolactin alpha","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","string-db","7955.ENSDARP00000115931/7955.ENSDARP00000109558","physical","txid7955" +"Q7ZUQ2","A0A0R4IEA6","ppp2r5e1","ppp2r2b","ppp2r5eb","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","F1QHN6","ppp2r5e1","im:7042025","ppp2r5eb","ubc","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A0A0N4SUD2","ppp2r5e1","Ubi-p63E","ppp2r5eb","ubb","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A0A0R4IWH7","ppp2r5e1","cb965","ppp2r5eb","A0A0R4IWH7","Serine/threonine protein phosphatase 2A regulatory subunit","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q6NY64","ppp2r5e1","ppp2r2d","ppp2r5eb","ppp2r2d","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","F1QM89","ppp2r5e1","sc:d0645","ppp2r5eb","F1QM89","Serine/threonine protein phosphatase 2A regulatory subunit","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A2BG80","ppp2r5e1","MDS026","ppp2r5eb","ppp2r2ab","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","F1RDM5","ppp2r5e1","amer1","ppp2r5eb","amer1","Serine/threonine protein phosphatase 2A regulatory subunit","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A2CF49","ppp2r5e1","fc23d07","ppp2r5eb","ptpa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","E9QG20","ppp2r5e1","canb1","ppp2r5eb","ppp3r1a","Serine/threonine protein phosphatase 2A regulatory subunit","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q803G3","ppp2r5e1","fc05c02","ppp2r5eb","ppp2cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q7SXA3","ppp2r5e1","zgc:66168","ppp2r5eb","rps27a","Serine/threonine protein phosphatase 2A regulatory subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A4QP33","ppp2r5e1","ppp2r5c","ppp2r5eb","ppp2r5cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A3KGZ6","ppp2r5e1","ppp3cc","ppp2r5eb","ppp3cca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","B0S5Q0","ppp2r5e1","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r5eb","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q66HZ0","ppp2r5e1","zgc:92169","ppp2r5eb","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A0A0R4IJA2","ppp2r5e1","ppp2r2ba","ppp2r5eb","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","P57094","ppp2r5e1","axin1","ppp2r5eb","P57094","Serine/threonine protein phosphatase 2A regulatory subunit","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","X1WDS4","ppp2r5e1","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5eb","ppp2r2aa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","F1QGH7","ppp2r5e1","ctnnb1","ppp2r5eb","ctnnb1","Serine/threonine protein phosphatase 2A regulatory subunit","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","A5PMV7","ppp2r5e1","ppp2r1a","ppp2r5eb","ppp2r1ba","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","B0S5T6","ppp2r5e1","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r5eb","ppp2r3b","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q8JHE0","ppp2r5e1","CHUNP6894","ppp2r5eb","csnk1a1","Serine/threonine protein phosphatase 2A regulatory subunit","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000091097","physical","txid7955" +"Q7ZUQ2","Q6NYS3","ppp2r5e1","Cul1","ppp2r5eb","cul1a","Serine/threonine protein phosphatase 2A regulatory subunit","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000091097","physical","txid7955" +"A0A0R4IWH7","A0A0N4SUD2","cb965","Ubi-p63E","A0A0R4IWH7","ubb","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000139275","physical","txid7955" +"A0A0R4IWH7","Q803G3","cb965","fc05c02","A0A0R4IWH7","ppp2cb","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000139275","physical","txid7955" +"A0A0R4IWH7","E7F737","cb965","dvl3","A0A0R4IWH7","dvl3b","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000139275","physical","txid7955" +"A0A0R4IWH7","F1QHN6","cb965","im:7042025","A0A0R4IWH7","ubc","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000139275","physical","txid7955" +"F1RDM5","A4QP33","amer1","ppp2r5c","amer1","ppp2r5cb","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","P57094","amer1","axin1","amer1","P57094","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","Q7SXA3","amer1","zgc:66168","amer1","rps27a","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","F1QGH7","amer1","ctnnb1","amer1","ctnnb1","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","Q6NYS3","amer1","Cul1","amer1","cul1a","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","Q803G3","amer1","fc05c02","amer1","ppp2cb","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","Q8JHE0","amer1","CHUNP6894","amer1","csnk1a1","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","A5PMV7","amer1","ppp2r1a","amer1","ppp2r1ba","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","A0A0N4SUD2","amer1","Ubi-p63E","amer1","ubb","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","A0A0R4IWH7","amer1","cb965","amer1","A0A0R4IWH7","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000099285","physical","txid7955" +"F1RDM5","F1QHN6","amer1","im:7042025","amer1","ubc","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000099285","physical","txid7955" +"F6PB05","Q9YH60","F-box and WD repeat domain-containing 11-B","gsk3b","fbxw11b","gsk3ba","F-box and WD repeat domain-containing 11-B","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","B7ZDC8","F-box and WD repeat domain-containing 11-B","F-box/WD repeat-containing protein 7","fbxw11b","fbxw7","F-box and WD repeat domain-containing 11-B","F-box/WD repeat-containing protein 7","string-db","7955.ENSDARP00000112746/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","A4FUL3","F-box and WD repeat domain-containing 11-B","im:7137515","fbxw11b","rbx1","F-box and WD repeat domain-containing 11-B","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","E7EXR8","F-box and WD repeat domain-containing 11-B","si:dkey-85p17.3","fbxw11b","si:dkey-85p17.3","F-box and WD repeat domain-containing 11-B","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","string-db","7955.ENSDARP00000074501/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","P57094","F-box and WD repeat domain-containing 11-B","axin1","fbxw11b","P57094","F-box and WD repeat domain-containing 11-B","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","B0BLX4","F-box and WD repeat domain-containing 11-B","F-box only protein 2","fbxw11b","fbxo2","F-box and WD repeat domain-containing 11-B","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","Q6NYS3","F-box and WD repeat domain-containing 11-B","Cul1","fbxw11b","cul1a","F-box and WD repeat domain-containing 11-B","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000017497","physical","txid7955" +"F6PB05","A3KP53","F-box and WD repeat domain-containing 11-B","id:ibd5121","fbxw11b","skp2","F-box and WD repeat domain-containing 11-B","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000017497","physical","txid7955" +"A2RUX0","A5WVU0","zgc:158242","tbl1xr1","tbl1x","tbl1xr1b","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","string-db","7955.ENSDARP00000114269/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A0A8M1RLP2","zgc:158242","tgs1","tbl1x","A0A8M1RLP2","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Trimethylguanosine synthase","string-db","7955.ENSDARP00000144467/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","E7FH14","zgc:158242","Histone deacetylase","tbl1x","E7FH14","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Histone deacetylase (EC 3.5.1.98)","string-db","7955.ENSDARP00000100072/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","F8W4B7","zgc:158242","Histone deacetylase 6","tbl1x","hdac6","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A0A0R4IPF2","zgc:158242","histone acetyltransferase","tbl1x","crebbpa","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","Q1LYM8","zgc:158242","si:dkey-6n6.6","tbl1x","Q1LYM8","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Paired amphipathic helix protein Sin3b (SIN3 homolog B, transcription regulator (Yeast)) (SIN3 transcription regulator family member B)","string-db","7955.ENSDARP00000084804/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","F1QCV2","zgc:158242","hdac10","tbl1x","hdac10","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","string-db","7955.ENSDARP00000109870/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","Q98TW1","zgc:158242","ncoa2","tbl1x","Q98TW1","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","K7DY57","zgc:158242","PPAR[a]","tbl1x","pparab","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","Q503Q8","zgc:158242","CH211-51H4.1","tbl1x","Q503Q8","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","Q6DRP3","zgc:158242","fb37b08","tbl1x","snw1","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A0A0R4IVP0","zgc:158242","im:7141239","tbl1x","A0A0R4IVP0","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","Q7SYN5","zgc:158242","rxrba","tbl1x","rxrba","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A0A8M9PTD7","zgc:158242","Nuclear receptor coactivator 1","tbl1x","A0A8M9PTD7","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","F1R869","zgc:158242","Nuclear receptor coactivator 6","tbl1x","ncoa6","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Nuclear receptor coactivator 6","string-db","7955.ENSDARP00000096057/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A4FTT4","zgc:158242","Su","tbl1x","rbpjb","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","string-db","7955.ENSDARP00000087012/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","E7F0R9","zgc:158242","Paired amphipathic helix protein Sin3a isoform X2","tbl1x","sin3ab","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","B2KL77","zgc:158242","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","tbl1x","smarcd3b","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000079570","physical","txid7955" +"A2RUX0","A0A0R4IWH7","zgc:158242","cb965","tbl1x","A0A0R4IWH7","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000079570","physical","txid7955" +"Q8AXX6","B0S5T6","ppp2r5e2","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r5ea","ppp2r3b","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A2CF49","ppp2r5e2","fc23d07","ppp2r5ea","ptpa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A1L1M4","ppp2r5e2","ppp4r2b","ppp2r5ea","ppp4r2b","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","string-db","7955.ENSDARP00000069968/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q5SP90","ppp2r5e2","smek1","ppp2r5ea","smek1","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","string-db","7955.ENSDARP00000061842/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q9YH60","ppp2r5e2","gsk3b","ppp2r5ea","gsk3ba","Serine/threonine protein phosphatase 2A regulatory subunit","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q803G3","ppp2r5e2","fc05c02","ppp2r5ea","ppp2cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","X1WDS4","ppp2r5e2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5ea","ppp2r2aa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q7SXA3","ppp2r5e2","zgc:66168","ppp2r5ea","rps27a","Serine/threonine protein phosphatase 2A regulatory subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QSR1","ppp2r5e2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5ea","F1QSR1","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","B0S5Q0","ppp2r5e2","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r5ea","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q642H5","ppp2r5e2","ppp2r1b","ppp2r5ea","ppp2r1bb","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000017693/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A3KGZ6","ppp2r5e2","ppp3cc","ppp2r5ea","ppp3cca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A2BG80","ppp2r5e2","MDS026","ppp2r5ea","ppp2r2ab","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A0A0R4IJA2","ppp2r5e2","ppp2r2ba","ppp2r5ea","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","E9QG20","ppp2r5e2","canb1","ppp2r5ea","ppp3r1a","Serine/threonine protein phosphatase 2A regulatory subunit","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q6NY64","ppp2r5e2","ppp2r2d","ppp2r5ea","ppp2r2d","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A4QP33","ppp2r5e2","ppp2r5c","ppp2r5ea","ppp2r5cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q6P964","ppp2r5e2","ppp4r2a","ppp2r5ea","Q6P964","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","string-db","7955.ENSDARP00000036492/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A0A0N4SUD2","ppp2r5e2","Ubi-p63E","ppp2r5ea","ubb","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QM89","ppp2r5e2","sc:d0645","ppp2r5ea","F1QM89","Serine/threonine protein phosphatase 2A regulatory subunit","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","E7F3A9","ppp2r5e2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5ea","E7F3A9","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A5PMV7","ppp2r5e2","ppp2r1a","ppp2r5ea","ppp2r1ba","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QF86","ppp2r5e2","im:7163784","ppp2r5ea","F1QF86","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QD93","ppp2r5e2","fj46e08","ppp2r5ea","ppp3ca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000024334/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q567Y8","ppp2r5e2","ppp2ca","ppp2r5ea","ppp2caa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A0A0R4IWH7","ppp2r5e2","cb965","ppp2r5ea","A0A0R4IWH7","Serine/threonine protein phosphatase 2A regulatory subunit","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q6NYS3","ppp2r5e2","Cul1","ppp2r5ea","cul1a","Serine/threonine protein phosphatase 2A regulatory subunit","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q8JHE0","ppp2r5e2","CHUNP6894","ppp2r5ea","csnk1a1","Serine/threonine protein phosphatase 2A regulatory subunit","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A4FUL3","ppp2r5e2","im:7137515","ppp2r5ea","rbx1","Serine/threonine protein phosphatase 2A regulatory subunit","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","A0A0R4IEA6","ppp2r5e2","ppp2r2b","ppp2r5ea","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","P57094","ppp2r5e2","axin1","ppp2r5ea","P57094","Serine/threonine protein phosphatase 2A regulatory subunit","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1Q9Y3","ppp2r5e2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5ea","ppp2r5b","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q7ZUQ2","ppp2r5e2","ppp2r5e1","ppp2r5ea","ppp2r5eb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QHN6","ppp2r5e2","im:7042025","ppp2r5ea","ubc","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","Q66HZ0","ppp2r5e2","zgc:92169","ppp2r5ea","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1RDM5","ppp2r5e2","amer1","ppp2r5ea","amer1","Serine/threonine protein phosphatase 2A regulatory subunit","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000016494","physical","txid7955" +"Q8AXX6","F1QGH7","ppp2r5e2","ctnnb1","ppp2r5ea","ctnnb1","Serine/threonine protein phosphatase 2A regulatory subunit","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000016494","physical","txid7955" +"B7ZDC8","B0BLX4","F-box/WD repeat-containing protein 7","F-box only protein 2","fbxw7","fbxo2","F-box/WD repeat-containing protein 7","F-box only protein 2 (Zgc:175088)","string-db","7955.ENSDARP00000134933/7955.ENSDARP00000112746","physical","txid7955" +"B7ZDC8","B3DIU1","F-box/WD repeat-containing protein 7","cul3","fbxw7","cul3b","F-box/WD repeat-containing protein 7","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000112746","physical","txid7955" +"B7ZDC8","A0A2R8QFQ6","F-box/WD repeat-containing protein 7","fbxw11a","fbxw7","A0A2R8QFQ6","F-box/WD repeat-containing protein 7","F-box and WD repeat domain-containing 11-A","string-db","7955.ENSDARP00000151798/7955.ENSDARP00000112746","physical","txid7955" +"Q6TH11","Q6NYS3","zgc:100907","Cul1","Q6TH11","cul1a","F-box only protein 25","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000102730","physical","txid7955" +"Q642H5","Q8JGR6","ppp2r1b","ncbp2","ppp2r1bb","ncbp2","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","string-db","7955.ENSDARP00000020688/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A0A0R4IJA2","ppp2r1b","ppp2r2ba","ppp2r1bb","A0A0R4IJA2","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q7ZVK8","ppp2r1b","ERK1","ppp2r1bb","mapk3","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q6PC73","ppp2r1b","grb2","ppp2r1bb","grb2b","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A2CF49","ppp2r1b","fc23d07","ppp2r1bb","ptpa","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A0A0R4IZ84","ppp2r1b","smg6","ppp2r1bb","A0A0R4IZ84","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1RCY6","ppp2r1b","upf1","ppp2r1bb","F1RCY6","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q7SXA3","ppp2r1b","zgc:66168","ppp2r1bb","rps27a","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QGH7","ppp2r1b","ctnnb1","ppp2r1bb","ctnnb1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q803G3","ppp2r1b","fc05c02","ppp2r1bb","ppp2cb","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A2CEB2","ppp2r1b","fi34a12","ppp2r1bb","A2CEB2","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1R7R1","ppp2r1b","smg5","ppp2r1bb","smg5","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","string-db","7955.ENSDARP00000060808/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A1L1M4","ppp2r1b","ppp4r2b","ppp2r1bb","ppp4r2b","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","string-db","7955.ENSDARP00000069968/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q6NYS3","ppp2r1b","Cul1","ppp2r1bb","cul1a","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A0A0R4IWH7","ppp2r1b","cb965","ppp2r1bb","A0A0R4IWH7","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q9YH60","ppp2r1b","gsk3b","ppp2r1bb","gsk3ba","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000027785/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QHN6","ppp2r1b","im:7042025","ppp2r1bb","ubc","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q1LVF3","ppp2r1b","smg7","ppp2r1bb","smg7","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q6NY64","ppp2r1b","ppp2r2d","ppp2r1bb","ppp2r2d","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QSR1","ppp2r1b","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r1bb","F1QSR1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A1L1U1","ppp2r1b","Striatin","ppp2r1bb","A1L1U1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A4QP33","ppp2r1b","ppp2r5c","ppp2r1bb","ppp2r5cb","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","E7F3A9","ppp2r1b","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r1bb","E7F3A9","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1Q9Y3","ppp2r1b","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r1bb","ppp2r5b","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A0A0R4IEA6","ppp2r1b","ppp2r2b","ppp2r1bb","A0A0R4IEA6","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q6P964","ppp2r1b","ppp4r2a","ppp2r1bb","Q6P964","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","string-db","7955.ENSDARP00000036492/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QF86","ppp2r1b","im:7163784","ppp2r1bb","F1QF86","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q5SP90","ppp2r1b","smek1","ppp2r1bb","smek1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","string-db","7955.ENSDARP00000061842/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","X1WDS4","ppp2r1b","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r1bb","ppp2r2aa","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","B0S5T6","ppp2r1b","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r1bb","ppp2r3b","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q567Y8","ppp2r1b","ppp2ca","ppp2r1bb","ppp2caa","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000042420/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A0A0N4SUD2","ppp2r1b","Ubi-p63E","ppp2r1bb","ubb","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","O42354","ppp2r1b","mdm2","ppp2r1bb","O42354","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QB54","ppp2r1b","pabpc1a","ppp2r1bb","pabpc1a","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","string-db","7955.ENSDARP00000021064/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q8JHE0","ppp2r1b","CHUNP6894","ppp2r1bb","csnk1a1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1RDM5","ppp2r1b","amer1","ppp2r1bb","amer1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","string-db","7955.ENSDARP00000099285/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","E9QG20","ppp2r1b","canb1","ppp2r1bb","ppp3r1a","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q66HZ0","ppp2r1b","zgc:92169","ppp2r1bb","Q66HZ0","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","P57094","ppp2r1b","axin1","ppp2r1bb","P57094","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A2BG80","ppp2r1b","MDS026","ppp2r1bb","ppp2r2ab","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","B0S5Q0","ppp2r1b","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r1bb","B0S5Q0","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QD93","ppp2r1b","fj46e08","ppp2r1bb","ppp3ca","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000024334/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","Q7ZUQ2","ppp2r1b","ppp2r5e1","ppp2r1bb","ppp2r5eb","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A5PMV7","ppp2r1b","ppp2r1a","ppp2r1bb","ppp2r1ba","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A4FUL3","ppp2r1b","im:7137515","ppp2r1bb","rbx1","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QM89","ppp2r1b","sc:d0645","ppp2r1bb","F1QM89","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","F1QU39","ppp2r1b","wu:fk66h11","ppp2r1bb","spry2","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Protein sprouty homolog 2","string-db","7955.ENSDARP00000052422/7955.ENSDARP00000017693","physical","txid7955" +"Q642H5","A3KGZ6","ppp2r1b","ppp3cc","ppp2r1bb","ppp3cca","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000017693","physical","txid7955" +"Q503Q8","Q7SYN5","CH211-51H4.1","rxrba","Q503Q8","rxrba","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","string-db","7955.ENSDARP00000125725/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A0A0R4IWH7","CH211-51H4.1","cb965","Q503Q8","A0A0R4IWH7","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","Q6DRP3","CH211-51H4.1","fb37b08","Q503Q8","snw1","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A0A8M1RLP2","CH211-51H4.1","tgs1","Q503Q8","A0A8M1RLP2","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Trimethylguanosine synthase","string-db","7955.ENSDARP00000144467/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A0A0R4IVP0","CH211-51H4.1","im:7141239","Q503Q8","A0A0R4IVP0","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A5WVU0","CH211-51H4.1","tbl1xr1","Q503Q8","tbl1xr1b","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","string-db","7955.ENSDARP00000114269/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","F8W4B7","CH211-51H4.1","Histone deacetylase 6","Q503Q8","hdac6","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","Q98TW1","CH211-51H4.1","ncoa2","Q503Q8","Q98TW1","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Nuclear receptor coactivator 2 (NCoA-2) (NCoA2) (Glucocorticoid receptor-interacting protein 1) (Steroid receptor coactivator 2) (Transcriptional intermediary factor 2)","string-db","7955.ENSDARP00000107210/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A0A0R4IPF2","CH211-51H4.1","histone acetyltransferase","Q503Q8","crebbpa","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","E7F0R9","CH211-51H4.1","Paired amphipathic helix protein Sin3a isoform X2","Q503Q8","sin3ab","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","F1QCV2","CH211-51H4.1","hdac10","Q503Q8","hdac10","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","string-db","7955.ENSDARP00000109870/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","A0A8M9PTD7","CH211-51H4.1","Nuclear receptor coactivator 1","Q503Q8","A0A8M9PTD7","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Nuclear receptor coactivator 1","string-db","7955.ENSDARP00000111627/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","B2KL77","CH211-51H4.1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","Q503Q8","smarcd3b","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000105938","physical","txid7955" +"Q503Q8","K7DY57","CH211-51H4.1","PPAR[a]","Q503Q8","pparab","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000105938","physical","txid7955" +"A5WVU0","A0A0R4IWH7","tbl1xr1","cb965","tbl1xr1b","A0A0R4IWH7","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000114269","physical","txid7955" +"A4QP33","F1QM89","ppp2r5c","sc:d0645","ppp2r5cb","F1QM89","Serine/threonine protein phosphatase 2A regulatory subunit","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A3KGZ6","ppp2r5c","ppp3cc","ppp2r5cb","ppp3cca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","E9QG20","ppp2r5c","canb1","ppp2r5cb","ppp3r1a","Serine/threonine protein phosphatase 2A regulatory subunit","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","B0S5Q0","ppp2r5c","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r5cb","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A2BG80","ppp2r5c","MDS026","ppp2r5cb","ppp2r2ab","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","B0S5T6","ppp2r5c","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r5cb","ppp2r3b","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A2CF49","ppp2r5c","fc23d07","ppp2r5cb","ptpa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","Q803G3","ppp2r5c","fc05c02","ppp2r5cb","ppp2cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","P57094","ppp2r5c","axin1","ppp2r5cb","P57094","Serine/threonine protein phosphatase 2A regulatory subunit","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A5PMV7","ppp2r5c","ppp2r1a","ppp2r5cb","ppp2r1ba","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","Q8JHE0","ppp2r5c","CHUNP6894","ppp2r5cb","csnk1a1","Serine/threonine protein phosphatase 2A regulatory subunit","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000107253/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A0A0R4IJA2","ppp2r5c","ppp2r2ba","ppp2r5cb","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","Q7SXA3","ppp2r5c","zgc:66168","ppp2r5cb","rps27a","Serine/threonine protein phosphatase 2A regulatory subunit","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","Q6NY64","ppp2r5c","ppp2r2d","ppp2r5cb","ppp2r2d","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","X1WDS4","ppp2r5c","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5cb","ppp2r2aa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","Q6NYS3","ppp2r5c","Cul1","ppp2r5cb","cul1a","Serine/threonine protein phosphatase 2A regulatory subunit","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","F1QGH7","ppp2r5c","ctnnb1","ppp2r5cb","ctnnb1","Serine/threonine protein phosphatase 2A regulatory subunit","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A0A0R4IEA6","ppp2r5c","ppp2r2b","ppp2r5cb","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A0A0R4IWH7","ppp2r5c","cb965","ppp2r5cb","A0A0R4IWH7","Serine/threonine protein phosphatase 2A regulatory subunit","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","A0A0N4SUD2","ppp2r5c","Ubi-p63E","ppp2r5cb","ubb","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000103928","physical","txid7955" +"A4QP33","F1QHN6","ppp2r5c","im:7042025","ppp2r5cb","ubc","Serine/threonine protein phosphatase 2A regulatory subunit","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000103928","physical","txid7955" +"Q803G3","A0A0N4SUD2","fc05c02","Ubi-p63E","ppp2cb","ubb","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000140225","physical","txid7955" +"Q5U3U6","Q6NYS3","bora","Cul1","Q5U3U6","cul1a","Protein aurora borealis","Cullin 1a (Cullin-1)","string-db","7955.ENSDARP00000109683/7955.ENSDARP00000062627","physical","txid7955" +"Q5U3U6","A0A0N4SUD2","bora","Ubi-p63E","Q5U3U6","ubb","Protein aurora borealis","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000062627","physical","txid7955" +"Q5U3U6","F1QHN6","bora","im:7042025","Q5U3U6","ubc","Protein aurora borealis","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000062627","physical","txid7955" +"Q5U3U6","Q6DRK7","bora","Serine/threonine-protein kinase PLK","Q5U3U6","plk1","Protein aurora borealis","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000062627","physical","txid7955" +"Q5U3U6","Q7SXA3","bora","zgc:66168","Q5U3U6","rps27a","Protein aurora borealis","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000062627","physical","txid7955" +"E7EY34","A0A0R4IFI0","AKT1 substrate 1","Regulatory-associated protein of MTOR, complex 1","akt1s1","A0A0R4IFI0","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000128295","physical","txid7955" +"A2BGL0","A0A0R4I9D6","zgc:63762","Symplekin","papolg","sympk","polynucleotide adenylyltransferase (EC 2.7.7.19)","Symplekin","string-db","7955.ENSDARP00000077314/7955.ENSDARP00000015948","physical","txid7955" +"A2BGL0","Q6PFJ1","zgc:63762","ngdn","papolg","Q6PFJ1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Neuroguidin (EIF4E-binding protein)","string-db","7955.ENSDARP00000066720/7955.ENSDARP00000015948","physical","txid7955" +"A2BGL0","A0A0R4IC37","zgc:63762","cpsf1","papolg","cpsf1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","string-db","7955.ENSDARP00000130523/7955.ENSDARP00000015948","physical","txid7955" +"A2BGL0","F1QFK9","zgc:63762","fc22d10","papolg","cstf1","polynucleotide adenylyltransferase (EC 2.7.7.19)","Cleavage stimulation factor 50 kDa subunit","string-db","7955.ENSDARP00000109556/7955.ENSDARP00000015948","physical","txid7955" +"A2BGL0","Q5SNY2","zgc:63762","papolb","papolg","Q5SNY2","polynucleotide adenylyltransferase (EC 2.7.7.19)","polynucleotide adenylyltransferase (EC 2.7.7.19)","string-db","7955.ENSDARP00000053857/7955.ENSDARP00000015948","physical","txid7955" +"A2BGL0","Q7ZU92","zgc:63762","parn","papolg","Q7ZU92","polynucleotide adenylyltransferase (EC 2.7.7.19)","Poly(A)-specific ribonuclease PARN (EC 3.1.13.4) (Polyadenylate-specific ribonuclease)","string-db","7955.ENSDARP00000139131/7955.ENSDARP00000015948","physical","txid7955" +"A0JBX4","A1L271","fzd3l","gnb5a","fzd3b","gnb5a","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","E7F737","fzd3l","dvl3","fzd3b","dvl3b","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","A0A0G2L6W9","fzd3l","Guanine nucleotide-binding protein subunit gamma","fzd3b","A0A0G2L6W9","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","Q6PBP1","fzd3l","gnao1","fzd3b","Q6PBP1","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","F1QTJ4","fzd3l","LRP6","fzd3b","F1QTJ4","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","A0A8M3ANZ5","fzd3l","gng12","fzd3b","A0A8M3ANZ5","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","Q803H5","fzd3l","gnb1l","fzd3b","gnb1b","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","Q6PBR4","fzd3l","gngt2","fzd3b","Q6PBR4","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","F1QKB5","fzd3l","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd3b","F1QKB5","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","Q6GQM7","fzd3l","zgc:91871","fzd3b","bambib","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","A0A2R8RKX9","fzd3l","zgc:101614","fzd3b","A0A2R8RKX9","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000108442","physical","txid7955" +"A0JBX4","Q92050","fzd3l","wnt5b","fzd3b","wnt5b","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000108442","physical","txid7955" +"Q9YI00","Q9I9I2","zg05","wnt11r","fzd8a","wnt11","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","E7FCE4","zg05","Receptor tyrosine kinase-like orphan receptor 2","fzd8a","ror2","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","F1QKB5","zg05","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd8a","F1QKB5","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A1L271","zg05","gnb5a","fzd8a","gnb5a","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q6PBP1","zg05","gnao1","fzd8a","Q6PBP1","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q15KE4","zg05","zgc:110302","fzd8a","Q15KE4","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q803H5","zg05","gnb1l","fzd8a","gnb1b","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A2RRV7","zg05","zgc:158381","fzd8a","A2RRV7","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A5WWA0","zg05","znrf3","fzd8a","A5WWA0","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A0A2R8RKX9","zg05","zgc:101614","fzd8a","A0A2R8RKX9","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","P57094","zg05","axin1","fzd8a","P57094","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q6PBR4","zg05","gngt2","fzd8a","Q6PBR4","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q9DFZ0","zg05","bambi","fzd8a","bambia","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000072198/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A0A2R8PYI8","zg05","eni","fzd8a","A0A2R8PYI8","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q6GQM7","zg05","zgc:91871","fzd8a","bambib","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A0A8M3ANZ5","zg05","gng12","fzd8a","A0A8M3ANZ5","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","F1QTJ4","zg05","LRP6","fzd8a","F1QTJ4","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","A0A0G2L6W9","zg05","Guanine nucleotide-binding protein subunit gamma","fzd8a","A0A0G2L6W9","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000066834","physical","txid7955" +"Q9YI00","Q6YLH9","zg05","CAV1","fzd8a","cav1","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000066834","physical","txid7955" +"B3DIG4","Q9DFZ0","fzd8c","bambi","B3DIG4","bambia","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000072198/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A0A0G2L6W9","fzd8c","Guanine nucleotide-binding protein subunit gamma","B3DIG4","A0A0G2L6W9","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A2RRV7","fzd8c","zgc:158381","B3DIG4","A2RRV7","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q15KE4","fzd8c","zgc:110302","B3DIG4","Q15KE4","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6TH03","fzd8c","xx:tdsubc_2c12","B3DIG4","gng5","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","E7FCE4","fzd8c","Receptor tyrosine kinase-like orphan receptor 2","B3DIG4","ror2","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q5BJ11","fzd8c","im:7138539","B3DIG4","gnb2","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A0A8M3ANZ5","fzd8c","gng12","B3DIG4","A0A8M3ANZ5","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","P57094","fzd8c","axin1","B3DIG4","P57094","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A1L271","fzd8c","gnb5a","B3DIG4","gnb5a","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q803H5","fzd8c","gnb1l","B3DIG4","gnb1b","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6PBN9","fzd8c","gng1","B3DIG4","Q6PBN9","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6YLH9","fzd8c","CAV1","B3DIG4","cav1","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q9I9I2","fzd8c","wnt11r","B3DIG4","wnt11","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Protein Wnt","string-db","7955.ENSDARP00000090653/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A0A2R8PYI8","fzd8c","eni","B3DIG4","A0A2R8PYI8","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","F1QKB5","fzd8c","Inactive tyrosine-protein kinase transmembrane receptor ROR1","B3DIG4","F1QKB5","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","F1QTJ4","fzd8c","LRP6","B3DIG4","F1QTJ4","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A0A2R8RKX9","fzd8c","zgc:101614","B3DIG4","A0A2R8RKX9","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6PBR4","fzd8c","gngt2","B3DIG4","Q6PBR4","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q90WX5","fzd8c","Cone transducin alpha subunit","B3DIG4","Q90WX5","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6DGZ5","fzd8c","zgc:92709","B3DIG4","gng7","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6GQM7","fzd8c","zgc:91871","B3DIG4","bambib","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6DH00","fzd8c","zgc:92704","B3DIG4","gng13b","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q92050","fzd8c","wnt5b","B3DIG4","wnt5b","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6R005","fzd8c","dlg4","B3DIG4","Q6R005","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","A5WWA0","fzd8c","znrf3","B3DIG4","A5WWA0","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q503Q6","fzd8c","zgc:110316","B3DIG4","Q503Q6","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000036600","physical","txid7955" +"B3DIG4","Q6PBP1","fzd8c","gnao1","B3DIG4","Q6PBP1","Frizzled class receptor 5 (Frizzled homolog 8c) (Frizzled-5 precursor)","Guanine nucleotide binding protein (G protein), alpha activating activity polypeptide O (Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, a) (Guanine nucleotide-binding protein G(O) subunit alpha)","string-db","7955.ENSDARP00000124476/7955.ENSDARP00000036600","physical","txid7955" +"E7FE45","A0A2R8RKX9","Prostacyclin receptor","zgc:101614","E7FE45","A0A2R8RKX9","Prostacyclin receptor (Prostaglandin I2 receptor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000128285","physical","txid7955" +"E7FE45","A1L271","Prostacyclin receptor","gnb5a","E7FE45","gnb5a","Prostacyclin receptor (Prostaglandin I2 receptor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000128285","physical","txid7955" +"E7FE45","Q803H5","Prostacyclin receptor","gnb1l","E7FE45","gnb1b","Prostacyclin receptor (Prostaglandin I2 receptor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000128285","physical","txid7955" +"E7FE45","A0A0G2L6W9","Prostacyclin receptor","Guanine nucleotide-binding protein subunit gamma","E7FE45","A0A0G2L6W9","Prostacyclin receptor (Prostaglandin I2 receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000128285","physical","txid7955" +"Q567Y2","Q6PBR4","rgr1","gngt2","Q567Y2","Q6PBR4","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","A0A8M3ANZ5","rgr1","gng12","Q567Y2","A0A8M3ANZ5","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","Q15KE4","rgr1","zgc:110302","Q567Y2","Q15KE4","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","A1L271","rgr1","gnb5a","Q567Y2","gnb5a","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","Q803H5","rgr1","gnb1l","Q567Y2","gnb1b","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","A0A2R8RKX9","rgr1","zgc:101614","Q567Y2","A0A2R8RKX9","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000071634","physical","txid7955" +"Q567Y2","A0A0G2L6W9","rgr1","Guanine nucleotide-binding protein subunit gamma","Q567Y2","A0A0G2L6W9","RPE-retinal G protein-coupled receptor (Retinal G protein-coupled receptor a) (Retinal pigment epithelium retinal G protein receptor-1) (Zgc:110660)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000071634","physical","txid7955" +"Q1LUN9","A0A8M3ANZ5","si:dkey-190l1.2","gng12","gabbr2","A0A8M3ANZ5","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A2R9YJL7","si:dkey-190l1.2","Glutamate receptor, metabotropic 1a","gabbr2","A0A2R9YJL7","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A0R4IU63","si:dkey-190l1.2","grm1","gabbr2","A0A0R4IU63","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A3KPM6","si:dkey-190l1.2","si:ch211-233h19.1","gabbr2","grm3","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","E7FD27","si:dkey-190l1.2","ATP-sensitive inward rectifier potassium channel 10","gabbr2","kcnj10a","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","F1R366","si:dkey-190l1.2","NMDAR1.1","gabbr2","grin1a","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","F1QH85","si:dkey-190l1.2","kcnj4","gabbr2","F1QH85","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A0R4ICH9","si:dkey-190l1.2","ATP-sensitive inward rectifier potassium channel 12-like","gabbr2","kcnj12a","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A1L271","si:dkey-190l1.2","gnb5a","gabbr2","gnb5a","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A2R8RKX9","si:dkey-190l1.2","zgc:101614","gabbr2","A0A2R8RKX9","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","U3JAT9","si:dkey-190l1.2","Thyroid hormone receptor alpha b","gabbr2","thrab","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","F1QQH0","si:dkey-190l1.2","kcnj15","gabbr2","F1QQH0","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","Q6PBR4","si:dkey-190l1.2","gngt2","gabbr2","Q6PBR4","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","F1QDE5","si:dkey-190l1.2","Glutamate receptor","gabbr2","grin2ab","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","E7F1E4","si:dkey-190l1.2","G protein-coupled receptor 156","gabbr2","gpr156","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","G protein-coupled receptor 156 (Probable G-protein coupled receptor 156)","string-db","7955.ENSDARP00000123809/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A0R4IAD0","si:dkey-190l1.2","G protein-activated inward rectifier potassium channel 4","gabbr2","A0A0R4IAD0","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","A0A0G2L6W9","si:dkey-190l1.2","Guanine nucleotide-binding protein subunit gamma","gabbr2","A0A0G2L6W9","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","Q803H5","si:dkey-190l1.2","gnb1l","gabbr2","gnb1b","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000081052","physical","txid7955" +"Q1LUN9","F1QIS4","si:dkey-190l1.2","si:ch211-159j13.2","gabbr2","si:dkey-1h24.2","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000081052","physical","txid7955" +"Q90WY6","Q90WY5","adra2c","adra2b","Q90WY6","Q90WY5","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","Q6PBR4","adra2c","gngt2","Q90WY6","Q6PBR4","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","A0A0G2LAU9","adra2c","gnaz","Q90WY6","A0A0G2LAU9","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","A0A2R8RKX9","adra2c","zgc:101614","Q90WY6","A0A2R8RKX9","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","A0A8M3ANZ5","adra2c","gng12","Q90WY6","A0A8M3ANZ5","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","Q803H5","adra2c","gnb1l","Q90WY6","gnb1b","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","A0A0G2L6W9","adra2c","Guanine nucleotide-binding protein subunit gamma","Q90WY6","A0A0G2L6W9","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000101388","physical","txid7955" +"Q90WY6","A1L271","adra2c","gnb5a","Q90WY6","gnb5a","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000101388","physical","txid7955" +"A0A8M3B6F1","A3QJX7","wu:fj38c03","ZFOR1","A0A8M3B6F1","A3QJX7","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Opioid receptor, delta 1a","string-db","7955.ENSDARP00000122239/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","Q803H5","wu:fj38c03","gnb1l","A0A8M3B6F1","gnb1b","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","F1QJL5","wu:fj38c03","zgc:100942","A0A8M3B6F1","gna15.1","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","A0A0G2L6W9","wu:fj38c03","Guanine nucleotide-binding protein subunit gamma","A0A8M3B6F1","A0A0G2L6W9","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","A0A2R8RKX9","wu:fj38c03","zgc:101614","A0A8M3B6F1","A0A2R8RKX9","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","A1L271","wu:fj38c03","gnb5a","A0A8M3B6F1","gnb5a","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","A8E7S2","wu:fj38c03","penkl","A0A8M3B6F1","penka","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000119382","physical","txid7955" +"A0A8M3B6F1","A0A8M3ANZ5","wu:fj38c03","gng12","A0A8M3B6F1","A0A8M3ANZ5","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000119382","physical","txid7955" +"E7FGH1","F1R7M8","kcnj2","si:ch211-120k19.4","E7FGH1","F1R7M8","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","ATP-sensitive inward rectifier potassium channel 14 (Potassium inwardly rectifying channel subfamily J member 14)","string-db","7955.ENSDARP00000142519/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","E7F1N1","kcnj2","G protein-activated inward rectifier potassium channel 1","E7FGH1","E7F1N1","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q6PBN9","kcnj2","gng1","E7FGH1","Q6PBN9","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","F1QH85","kcnj2","kcnj4","E7FGH1","F1QH85","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q6PBR4","kcnj2","gngt2","E7FGH1","Q6PBR4","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A0A2R8RKX9","kcnj2","zgc:101614","E7FGH1","A0A2R8RKX9","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A0A0G2L6W9","kcnj2","Guanine nucleotide-binding protein subunit gamma","E7FGH1","A0A0G2L6W9","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q5BJ11","kcnj2","im:7138539","E7FGH1","gnb2","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q6DGZ5","kcnj2","zgc:92709","E7FGH1","gng7","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","F1QQH0","kcnj2","kcnj15","E7FGH1","F1QQH0","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q15KE4","kcnj2","zgc:110302","E7FGH1","Q15KE4","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q1LUN9","kcnj2","si:dkey-190l1.2","E7FGH1","gabbr2","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A0A0R4IAD0","kcnj2","G protein-activated inward rectifier potassium channel 4","E7FGH1","A0A0R4IAD0","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A0A8M3ANZ5","kcnj2","gng12","E7FGH1","A0A8M3ANZ5","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q6DH00","kcnj2","zgc:92704","E7FGH1","gng13b","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","F1QAJ3","kcnj2","Gamma-aminobutyric acid","E7FGH1","F1QAJ3","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","string-db","7955.ENSDARP00000045615/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A0A0R4ICH9","kcnj2","ATP-sensitive inward rectifier potassium channel 12-like","E7FGH1","kcnj12a","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","A1L271","kcnj2","gnb5a","E7FGH1","gnb5a","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q803H5","kcnj2","gnb1l","E7FGH1","gnb1b","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","E7FD27","kcnj2","ATP-sensitive inward rectifier potassium channel 10","E7FGH1","kcnj10a","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q6TH03","kcnj2","xx:tdsubc_2c12","E7FGH1","gng5","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000020190","physical","txid7955" +"E7FGH1","Q503Q6","kcnj2","zgc:110316","E7FGH1","Q503Q6","Inward rectifier potassium channel 2 (Inward rectifier K(+) channel Kir2.1) (Potassium channel, inwardly rectifying subfamily J member 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000020190","physical","txid7955" +"Q29ST4","A0A8M3ANZ5","si:dkey-13b16.1","gng12","adora2b","A0A8M3ANZ5","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","A1L271","si:dkey-13b16.1","gnb5a","adora2b","gnb5a","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","A0A2R8RKX9","si:dkey-13b16.1","zgc:101614","adora2b","A0A2R8RKX9","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","Q803H5","si:dkey-13b16.1","gnb1l","adora2b","gnb1b","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","Q29ST6","si:dkey-13b16.1","adora2a.1","adora2b","adora2aa","Adenosine A2b receptor (Adenosine receptor A2b)","Adenosine receptor A2","string-db","7955.ENSDARP00000153512/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","Q6PBR4","si:dkey-13b16.1","gngt2","adora2b","Q6PBR4","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000113432","physical","txid7955" +"Q29ST4","A0A0G2L6W9","si:dkey-13b16.1","Guanine nucleotide-binding protein subunit gamma","adora2b","A0A0G2L6W9","Adenosine A2b receptor (Adenosine receptor A2b)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000113432","physical","txid7955" +"B8JHS2","F1QJL5","ZFOR2","zgc:100942","oprm1","gna15.1","Mu-type opioid receptor","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q6PBR4","ZFOR2","gngt2","oprm1","Q6PBR4","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A0A8M3ANZ5","ZFOR2","gng12","oprm1","A0A8M3ANZ5","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A3QJX7","ZFOR2","ZFOR1","oprm1","A3QJX7","Mu-type opioid receptor","Opioid receptor, delta 1a","string-db","7955.ENSDARP00000122239/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A0A2R8RKX9","ZFOR2","zgc:101614","oprm1","A0A2R8RKX9","Mu-type opioid receptor","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A0A0G2L6W9","ZFOR2","Guanine nucleotide-binding protein subunit gamma","oprm1","A0A0G2L6W9","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A1L271","ZFOR2","gnb5a","oprm1","gnb5a","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q503Q6","ZFOR2","zgc:110316","oprm1","Q503Q6","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","U3JAT9","ZFOR2","Thyroid hormone receptor alpha b","oprm1","thrab","Mu-type opioid receptor","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q7ZT18","ZFOR2","pomc","oprm1","Q7ZT18","Mu-type opioid receptor","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A0A8M3B6F1","ZFOR2","wu:fj38c03","oprm1","A0A8M3B6F1","Mu-type opioid receptor","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q803H5","ZFOR2","gnb1l","oprm1","gnb1b","Mu-type opioid receptor","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q15KE4","ZFOR2","zgc:110302","oprm1","Q15KE4","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","A8E7S2","ZFOR2","penkl","oprm1","penka","Mu-type opioid receptor","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000057610","physical","txid7955" +"B8JHS2","Q6TH03","ZFOR2","xx:tdsubc_2c12","oprm1","gng5","Mu-type opioid receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000057610","physical","txid7955" +"F1QQH0","A1L271","kcnj15","gnb5a","F1QQH0","gnb5a","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","A0A2R8RKX9","kcnj15","zgc:101614","F1QQH0","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","A0A0R4IAD0","kcnj15","G protein-activated inward rectifier potassium channel 4","F1QQH0","A0A0R4IAD0","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","Q803H5","kcnj15","gnb1l","F1QQH0","gnb1b","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","A0A0G2L6W9","kcnj15","Guanine nucleotide-binding protein subunit gamma","F1QQH0","A0A0G2L6W9","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","A0A8M3ANZ5","kcnj15","gng12","F1QQH0","A0A8M3ANZ5","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","A0A0R4ICH9","kcnj15","ATP-sensitive inward rectifier potassium channel 12-like","F1QQH0","kcnj12a","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","E7FD27","kcnj15","ATP-sensitive inward rectifier potassium channel 10","F1QQH0","kcnj10a","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000090879","physical","txid7955" +"F1QQH0","Q6PBR4","kcnj15","gngt2","F1QQH0","Q6PBR4","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000090879","physical","txid7955" +"A0A8M6Z3Y2","A0A2R8RKX9","adenylate cyclase","zgc:101614","A0A8M6Z3Y2","A0A2R8RKX9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","A0A0G2L6W9","adenylate cyclase","Guanine nucleotide-binding protein subunit gamma","A0A8M6Z3Y2","A0A0G2L6W9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","A0A8M3ANZ5","adenylate cyclase","gng12","A0A8M6Z3Y2","A0A8M3ANZ5","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","Q803H5","adenylate cyclase","gnb1l","A0A8M6Z3Y2","gnb1b","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","Q6PBR4","adenylate cyclase","gngt2","A0A8M6Z3Y2","Q6PBR4","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","A0A0G2LAU9","adenylate cyclase","gnaz","A0A8M6Z3Y2","A0A0G2LAU9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000082088","physical","txid7955" +"A0A8M6Z3Y2","A1L271","adenylate cyclase","gnb5a","A0A8M6Z3Y2","gnb5a","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000082088","physical","txid7955" +"E7F1N1","A0A0G2L6W9","G protein-activated inward rectifier potassium channel 1","Guanine nucleotide-binding protein subunit gamma","E7F1N1","A0A0G2L6W9","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","F1QH85","G protein-activated inward rectifier potassium channel 1","kcnj4","E7F1N1","F1QH85","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","Q1LUN9","G protein-activated inward rectifier potassium channel 1","si:dkey-190l1.2","E7F1N1","gabbr2","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","Q15KE4","G protein-activated inward rectifier potassium channel 1","zgc:110302","E7F1N1","Q15KE4","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","E7FD27","G protein-activated inward rectifier potassium channel 1","ATP-sensitive inward rectifier potassium channel 10","E7F1N1","kcnj10a","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","A0A0R4ICH9","G protein-activated inward rectifier potassium channel 1","ATP-sensitive inward rectifier potassium channel 12-like","E7F1N1","kcnj12a","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","F1QQH0","G protein-activated inward rectifier potassium channel 1","kcnj15","E7F1N1","F1QQH0","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","A1L271","G protein-activated inward rectifier potassium channel 1","gnb5a","E7F1N1","gnb5a","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","A0A8M3ANZ5","G protein-activated inward rectifier potassium channel 1","gng12","E7F1N1","A0A8M3ANZ5","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","Q803H5","G protein-activated inward rectifier potassium channel 1","gnb1l","E7F1N1","gnb1b","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","A0A2R8RKX9","G protein-activated inward rectifier potassium channel 1","zgc:101614","E7F1N1","A0A2R8RKX9","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","A0A0R4IAD0","G protein-activated inward rectifier potassium channel 1","G protein-activated inward rectifier potassium channel 4","E7F1N1","A0A0R4IAD0","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000065371","physical","txid7955" +"E7F1N1","Q6PBR4","G protein-activated inward rectifier potassium channel 1","gngt2","E7F1N1","Q6PBR4","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000065371","physical","txid7955" +"Q9W6A7","A0A8M3ANZ5","opn1lw1","gng12","opn1lw1","A0A8M3ANZ5","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","A0A2R8RKX9","opn1lw1","zgc:101614","opn1lw1","A0A2R8RKX9","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","Q803H5","opn1lw1","gnb1l","opn1lw1","gnb1b","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","A0A0G2L6W9","opn1lw1","Guanine nucleotide-binding protein subunit gamma","opn1lw1","A0A0G2L6W9","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","A1L271","opn1lw1","gnb5a","opn1lw1","gnb5a","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","Q15KE4","opn1lw1","zgc:110302","opn1lw1","Q15KE4","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A7","Q6PBR4","opn1lw1","gngt2","opn1lw1","Q6PBR4","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000065940","physical","txid7955" +"Q9W6A9","Q15KE4","opn1sw1","zgc:110302","Q9W6A9","Q15KE4","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","A0A2R8RKX9","opn1sw1","zgc:101614","Q9W6A9","A0A2R8RKX9","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","A0A8M3ANZ5","opn1sw1","gng12","Q9W6A9","A0A8M3ANZ5","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","A0A0G2L6W9","opn1sw1","Guanine nucleotide-binding protein subunit gamma","Q9W6A9","A0A0G2L6W9","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","A1L271","opn1sw1","gnb5a","Q9W6A9","gnb5a","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","Q6PBR4","opn1sw1","gngt2","Q9W6A9","Q6PBR4","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000067159","physical","txid7955" +"Q9W6A9","Q803H5","opn1sw1","gnb1l","Q9W6A9","gnb1b","Opsin-1, short-wave-sensitive 1 (Opsin SWS-1) (Ultraviolet cone photoreceptor pigment) (Ultraviolet-sensitive opsin)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000067159","physical","txid7955" +"F1QH85","A1L271","kcnj4","gnb5a","F1QH85","gnb5a","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","Q6PBR4","kcnj4","gngt2","F1QH85","Q6PBR4","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","A0A0R4IAD0","kcnj4","G protein-activated inward rectifier potassium channel 4","F1QH85","A0A0R4IAD0","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","A0A0R4ICH9","kcnj4","ATP-sensitive inward rectifier potassium channel 12-like","F1QH85","kcnj12a","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","Q803H5","kcnj4","gnb1l","F1QH85","gnb1b","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","A0A0G2L6W9","kcnj4","Guanine nucleotide-binding protein subunit gamma","F1QH85","A0A0G2L6W9","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","E7FD27","kcnj4","ATP-sensitive inward rectifier potassium channel 10","F1QH85","kcnj10a","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","A0A8M3ANZ5","kcnj4","gng12","F1QH85","A0A8M3ANZ5","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","F1QQH0","kcnj4","kcnj15","F1QH85","F1QQH0","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","F1R7M8","kcnj4","si:ch211-120k19.4","F1QH85","F1R7M8","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","ATP-sensitive inward rectifier potassium channel 14 (Potassium inwardly rectifying channel subfamily J member 14)","string-db","7955.ENSDARP00000142519/7955.ENSDARP00000089083","physical","txid7955" +"F1QH85","A0A2R8RKX9","kcnj4","zgc:101614","F1QH85","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000089083","physical","txid7955" +"E7F8C4","Q6PBR4","LOC100333265","gngt2","LOC100333265","Q6PBR4","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","F1QJL5","LOC100333265","zgc:100942","LOC100333265","gna15.1","Proteinase-activated receptor 3-like","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","A0A8M3ANZ5","LOC100333265","gng12","LOC100333265","A0A8M3ANZ5","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","A0A2R8RKX9","LOC100333265","zgc:101614","LOC100333265","A0A2R8RKX9","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","A0A0G2L6W9","LOC100333265","Guanine nucleotide-binding protein subunit gamma","LOC100333265","A0A0G2L6W9","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","A1L271","LOC100333265","gnb5a","LOC100333265","gnb5a","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000103414","physical","txid7955" +"E7F8C4","Q803H5","LOC100333265","gnb1l","LOC100333265","gnb1b","Proteinase-activated receptor 3-like","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000103414","physical","txid7955" +"E7FEG9","Q6PBR4","grik3","gngt2","E7FEG9","Q6PBR4","Glutamate receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","E7FH62","grik3","il12rb2l","E7FEG9","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","F8W4B3","grik3","Sodium channel subunit beta-3","E7FEG9","F8W4B3","Glutamate receptor","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q5PYH5","grik3","dlg1l","E7FEG9","dlg1l","Glutamate receptor","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A2R8QF68","grik3","grik2","E7FEG9","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q803H5","grik3","gnb1l","E7FEG9","gnb1b","Glutamate receptor","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A8M3ANZ5","grik3","gng12","E7FEG9","A0A8M3ANZ5","Glutamate receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","B0UZC8","grik3","vwc2l","E7FEG9","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A8M1NH89","grik3","si:ch211-243a20.1","E7FEG9","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","I3NI77","grik3","Glutamate receptor ionotropic, NMDA 2D","E7FEG9","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q06W28","grik3","SCN2B","E7FEG9","scn2b","Glutamate receptor","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A8M2B6I1","grik3","Protein shisa-7 isoform X1","E7FEG9","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A8M1P8P0","grik3","zgc:112144","E7FEG9","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","X1WEB1","grik3","Calcium channel, voltage-dependent, gamma subunit 5b","E7FEG9","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q2XVR3","grik3","scn4aa","E7FEG9","Q2XVR3","Glutamate receptor","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","F1QXF5","grik3","Sodium channel protein","E7FEG9","scn1lab","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A2R8RZ78","grik3","shisa6","E7FEG9","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A1L271","grik3","gnb5a","E7FEG9","gnb5a","Glutamate receptor","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A2R8QF91","grik3","Calcium channel, voltage-dependent, gamma subunit 4a","E7FEG9","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A0R4INZ4","grik3","Calcium channel, voltage-dependent, gamma subunit 2b","E7FEG9","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q71E60","grik3","glur3b","E7FEG9","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","E7F0R2","grik3","Protein shisa-9","E7FEG9","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A2R8RKX9","grik3","zgc:101614","E7FEG9","A0A2R8RKX9","Glutamate receptor","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","Q06W26","grik3","scn4b1","E7FEG9","scn4ba","Glutamate receptor","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A0G2L6W9","grik3","Guanine nucleotide-binding protein subunit gamma","E7FEG9","A0A0G2L6W9","Glutamate receptor","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A8M1P3L5","grik3","Glutamate receptor","E7FEG9","A0A8M1P3L5","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133431/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","F6NW67","grik3","si:dkey-21p19.1","E7FEG9","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A0R4IUM7","grik3","Nav1.1","E7FEG9","scn1laa","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","B8JLR6","grik3","wu:fq25a07","E7FEG9","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","E7FGK7","grik3","cacng4","E7FEG9","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","B0I1T8","grik3","brorin","E7FEG9","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000099134","physical","txid7955" +"E7FEG9","A0A286Y8J8","grik3","LOC100535636","E7FEG9","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000099134","physical","txid7955" +"A1L1U1","A1L271","Striatin","gnb5a","A1L1U1","gnb5a","Striatin (Zgc:158357)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000139359","physical","txid7955" +"A1L1U1","A0A2R8RKX9","Striatin","zgc:101614","A1L1U1","A0A2R8RKX9","Striatin (Zgc:158357)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000139359","physical","txid7955" +"A1L1U1","A0A2R8QM71","Striatin","msn3","A1L1U1","mink1","Striatin (Zgc:158357)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000156553/7955.ENSDARP00000139359","physical","txid7955" +"A1L1U1","A0A0G2L6W9","Striatin","Guanine nucleotide-binding protein subunit gamma","A1L1U1","A0A0G2L6W9","Striatin (Zgc:158357)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000139359","physical","txid7955" +"A0A0N4SUG9","A0A2R8RKX9","P2Y purinoceptor 1","zgc:101614","p2ry1","A0A2R8RKX9","P2Y purinoceptor 1 (Purinergic receptor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000142018","physical","txid7955" +"F1QAJ3","Q5BJ11","Gamma-aminobutyric acid","im:7138539","F1QAJ3","gnb2","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q1LUN9","Gamma-aminobutyric acid","si:dkey-190l1.2","F1QAJ3","gabbr2","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q803H5","Gamma-aminobutyric acid","gnb1l","F1QAJ3","gnb1b","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A0A2R8RKX9","Gamma-aminobutyric acid","zgc:101614","F1QAJ3","A0A2R8RKX9","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q6DH00","Gamma-aminobutyric acid","zgc:92704","F1QAJ3","gng13b","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A0A0G2L6W9","Gamma-aminobutyric acid","Guanine nucleotide-binding protein subunit gamma","F1QAJ3","A0A0G2L6W9","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A0A8M3ANZ5","Gamma-aminobutyric acid","gng12","F1QAJ3","A0A8M3ANZ5","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","F1QH85","Gamma-aminobutyric acid","kcnj4","F1QAJ3","F1QH85","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 4)","string-db","7955.ENSDARP00000089083/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q6PBN9","Gamma-aminobutyric acid","gng1","F1QAJ3","Q6PBN9","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A0A0R4IAD0","Gamma-aminobutyric acid","G protein-activated inward rectifier potassium channel 4","F1QAJ3","A0A0R4IAD0","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","string-db","7955.ENSDARP00000130298/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A1L271","Gamma-aminobutyric acid","gnb5a","F1QAJ3","gnb5a","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","E7F1N1","Gamma-aminobutyric acid","G protein-activated inward rectifier potassium channel 1","F1QAJ3","E7F1N1","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","G protein-activated inward rectifier potassium channel 1 (Inward rectifier K(+) channel Kir3.1) (Potassium channel, inwardly rectifying subfamily J member 3)","string-db","7955.ENSDARP00000065371/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","E7FD27","Gamma-aminobutyric acid","ATP-sensitive inward rectifier potassium channel 10","F1QAJ3","kcnj10a","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q503Q6","Gamma-aminobutyric acid","zgc:110316","F1QAJ3","Q503Q6","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","A0A0R4ICH9","Gamma-aminobutyric acid","ATP-sensitive inward rectifier potassium channel 12-like","F1QAJ3","kcnj12a","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q15KE4","Gamma-aminobutyric acid","zgc:110302","F1QAJ3","Q15KE4","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q6DGZ5","Gamma-aminobutyric acid","zgc:92709","F1QAJ3","gng7","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q6PBR4","Gamma-aminobutyric acid","gngt2","F1QAJ3","Q6PBR4","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","Q6TH03","Gamma-aminobutyric acid","xx:tdsubc_2c12","F1QAJ3","gng5","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","F1QQH0","Gamma-aminobutyric acid","kcnj15","F1QAJ3","F1QQH0","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","ATP-sensitive inward rectifier potassium channel 15 (Potassium inwardly rectifying channel subfamily J member 15)","string-db","7955.ENSDARP00000090879/7955.ENSDARP00000045615","physical","txid7955" +"F1QAJ3","E7F1E4","Gamma-aminobutyric acid","G protein-coupled receptor 156","F1QAJ3","gpr156","Gamma-aminobutyric acid (GABA) B receptor, 1b (Gamma-aminobutyric acid type B receptor subunit 1 isoform X2)","G protein-coupled receptor 156 (Probable G-protein coupled receptor 156)","string-db","7955.ENSDARP00000123809/7955.ENSDARP00000045615","physical","txid7955" +"Q5RIV6","A1L271","Opn5m","gnb5a","Q5RIV6","gnb5a","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000122964","physical","txid7955" +"Q5RIV6","A0A2R8RKX9","Opn5m","zgc:101614","Q5RIV6","A0A2R8RKX9","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000122964","physical","txid7955" +"Q5RIV6","A0A8M3ANZ5","Opn5m","gng12","Q5RIV6","A0A8M3ANZ5","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000122964","physical","txid7955" +"Q5RIV6","A0A0G2L6W9","Opn5m","Guanine nucleotide-binding protein subunit gamma","Q5RIV6","A0A0G2L6W9","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000122964","physical","txid7955" +"Q5RIV6","Q803H5","Opn5m","gnb1l","Q5RIV6","gnb1b","Opsin 5 (Opsin-5 isoform X1) (Teleost neuropsin)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000122964","physical","txid7955" +"E7FD27","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 10","zgc:101614","kcnj10a","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000142361","physical","txid7955" +"E7FDD1","Q5YKG3","Proteinase-activated receptor 4","gna13","E7FDD1","gna13a","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","Q6PBR4","Proteinase-activated receptor 4","gngt2","E7FDD1","Q6PBR4","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","A0A0G2L6W9","Proteinase-activated receptor 4","Guanine nucleotide-binding protein subunit gamma","E7FDD1","A0A0G2L6W9","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","F1QJL5","Proteinase-activated receptor 4","zgc:100942","E7FDD1","gna15.1","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","A1L271","Proteinase-activated receptor 4","gnb5a","E7FDD1","gnb5a","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","A0A2R8RKX9","Proteinase-activated receptor 4","zgc:101614","E7FDD1","A0A2R8RKX9","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","Q803H5","Proteinase-activated receptor 4","gnb1l","E7FDD1","gnb1b","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000098661","physical","txid7955" +"E7FDD1","A0A8M3ANZ5","Proteinase-activated receptor 4","gng12","E7FDD1","A0A8M3ANZ5","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000098661","physical","txid7955" +"Q8AYN0","Q6PBR4","opn1lw2","gngt2","opn1lw2","Q6PBR4","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","A1L271","opn1lw2","gnb5a","opn1lw2","gnb5a","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","Q15KE4","opn1lw2","zgc:110302","opn1lw2","Q15KE4","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","A0A8M3ANZ5","opn1lw2","gng12","opn1lw2","A0A8M3ANZ5","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","A0A2R8RKX9","opn1lw2","zgc:101614","opn1lw2","A0A2R8RKX9","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","Q803H5","opn1lw2","gnb1l","opn1lw2","gnb1b","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000065939","physical","txid7955" +"Q8AYN0","A0A0G2L6W9","opn1lw2","Guanine nucleotide-binding protein subunit gamma","opn1lw2","A0A0G2L6W9","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000065939","physical","txid7955" +"A9NJI7","Q15KE4","Encephalopsin","zgc:110302","opn3","Q15KE4","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","A0A0G2L6W9","Encephalopsin","Guanine nucleotide-binding protein subunit gamma","opn3","A0A0G2L6W9","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","Q803H5","Encephalopsin","gnb1l","opn3","gnb1b","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","A0A8M3ANZ5","Encephalopsin","gng12","opn3","A0A8M3ANZ5","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","Q6PBR4","Encephalopsin","gngt2","opn3","Q6PBR4","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","A1L271","Encephalopsin","gnb5a","opn3","gnb5a","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000069184","physical","txid7955" +"A9NJI7","A0A2R8RKX9","Encephalopsin","zgc:101614","opn3","A0A2R8RKX9","Encephalopsin (Opsin-3)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000069184","physical","txid7955" +"F1QLK8","Q503Q6","Adrenoceptor alpha 1Ba","zgc:110316","adra1ba","Q503Q6","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q6PBR4","Adrenoceptor alpha 1Ba","gngt2","adra1ba","Q6PBR4","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","A0A8M3ANZ5","Adrenoceptor alpha 1Ba","gng12","adra1ba","A0A8M3ANZ5","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q5BJ11","Adrenoceptor alpha 1Ba","im:7138539","adra1ba","gnb2","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q15KE4","Adrenoceptor alpha 1Ba","zgc:110302","adra1ba","Q15KE4","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q6PBN9","Adrenoceptor alpha 1Ba","gng1","adra1ba","Q6PBN9","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q803H5","Adrenoceptor alpha 1Ba","gnb1l","adra1ba","gnb1b","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q6DGZ5","Adrenoceptor alpha 1Ba","zgc:92709","adra1ba","gng7","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q5YKG4","Adrenoceptor alpha 1Ba","gna12","adra1ba","gna12a","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","A0A0G2L6W9","Adrenoceptor alpha 1Ba","Guanine nucleotide-binding protein subunit gamma","adra1ba","A0A0G2L6W9","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","A0A2R8RKX9","Adrenoceptor alpha 1Ba","zgc:101614","adra1ba","A0A2R8RKX9","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q6TH03","Adrenoceptor alpha 1Ba","xx:tdsubc_2c12","adra1ba","gng5","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q6DH00","Adrenoceptor alpha 1Ba","zgc:92704","adra1ba","gng13b","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","A1L271","Adrenoceptor alpha 1Ba","gnb5a","adra1ba","gnb5a","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000021131","physical","txid7955" +"F1QLK8","Q5YKG3","Adrenoceptor alpha 1Ba","gna13","adra1ba","gna13a","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000021131","physical","txid7955" +"E7FG90","A0A2R8RKX9","adra1a","zgc:101614","E7FG90","A0A2R8RKX9","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","A1L271","adra1a","gnb5a","E7FG90","gnb5a","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q6DGZ5","adra1a","zgc:92709","E7FG90","gng7","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000056513/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q6DH00","adra1a","zgc:92704","E7FG90","gng13b","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000055268/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q6TH03","adra1a","xx:tdsubc_2c12","E7FG90","gng5","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000058257/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q6PBN9","adra1a","gng1","E7FG90","Q6PBN9","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000051949/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q503Q6","adra1a","zgc:110316","E7FG90","Q503Q6","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","A0A0G2L6W9","adra1a","Guanine nucleotide-binding protein subunit gamma","E7FG90","A0A0G2L6W9","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q6PBR4","adra1a","gngt2","E7FG90","Q6PBR4","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q15KE4","adra1a","zgc:110302","E7FG90","Q15KE4","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q5YKG3","adra1a","gna13","E7FG90","gna13a","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q5YKG4","adra1a","gna12","E7FG90","gna12a","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q803H5","adra1a","gnb1l","E7FG90","gnb1b","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","A0A8M3ANZ5","adra1a","gng12","E7FG90","A0A8M3ANZ5","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000035603","physical","txid7955" +"E7FG90","Q5BJ11","adra1a","im:7138539","E7FG90","gnb2","Alpha-1A adrenergic receptor (Alpha-1A adrenoreceptor)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000035603","physical","txid7955" +"Q90WY4","A1L271","adra2a","gnb5a","Q90WY4","gnb5a","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q6PBR4","adra2a","gngt2","Q90WY4","Q6PBR4","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","A0A0G2L6W9","adra2a","Guanine nucleotide-binding protein subunit gamma","Q90WY4","A0A0G2L6W9","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","A0A2R8RKX9","adra2a","zgc:101614","Q90WY4","A0A2R8RKX9","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q15KE4","adra2a","zgc:110302","Q90WY4","Q15KE4","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000073854/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","A0A0G2LAU9","adra2a","gnaz","Q90WY4","A0A0G2LAU9","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","E7FET7","adra2a","P2Y purinoceptor 13","Q90WY4","E7FET7","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","P2Y purinoceptor 13 (Purinergic receptor P2Y13)","string-db","7955.ENSDARP00000128832/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q90WY6","adra2a","adra2c","Q90WY4","Q90WY6","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Alpha-2C adrenergic receptor (Alpha-2C adrenoreceptor) (Alpha-2C adrenoceptor) (Alpha-2CAR)","string-db","7955.ENSDARP00000101388/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q503Q6","adra2a","zgc:110316","Q90WY4","Q503Q6","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000063088/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","F1Q8T9","adra2a","C-X-C chemokine receptor type 2","Q90WY4","F1Q8T9","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","string-db","7955.ENSDARP00000071727/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","A0A8M3ANZ5","adra2a","gng12","Q90WY4","A0A8M3ANZ5","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q90WY5","adra2a","adra2b","Q90WY4","Q90WY5","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","string-db","7955.ENSDARP00000130082/7955.ENSDARP00000059868","physical","txid7955" +"Q90WY4","Q803H5","adra2a","gnb1l","Q90WY4","gnb1b","Alpha-2A adrenergic receptor (Alpha-2A adrenoreceptor) (Alpha-2A adrenoceptor) (Alpha-2AAR)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000059868","physical","txid7955" +"E7F2G6","Q803H5","G protein-coupled purinergic receptor p2y 12","gnb1l","E7F2G6","gnb1b","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000128926","physical","txid7955" +"E7F2G6","A1L271","G protein-coupled purinergic receptor p2y 12","gnb5a","E7F2G6","gnb5a","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000128926","physical","txid7955" +"E7F2G6","A0A0G2L6W9","G protein-coupled purinergic receptor p2y 12","Guanine nucleotide-binding protein subunit gamma","E7F2G6","A0A0G2L6W9","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000128926","physical","txid7955" +"E7F2G6","A0A2R8RKX9","G protein-coupled purinergic receptor p2y 12","zgc:101614","E7F2G6","A0A2R8RKX9","G protein-coupled purinergic receptor p2y 12 (Purinergic receptor P2Y, G-protein coupled, 12 isoform X1) (Purinergic receptor P2Y12)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000128926","physical","txid7955" +"A0A0R4ICH9","A1L271","ATP-sensitive inward rectifier potassium channel 12-like","gnb5a","kcnj12a","gnb5a","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000131959","physical","txid7955" +"A0A0R4ICH9","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 12-like","zgc:101614","kcnj12a","A0A2R8RKX9","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000131959","physical","txid7955" +"A0A0R4ICH9","Q803H5","ATP-sensitive inward rectifier potassium channel 12-like","gnb1l","kcnj12a","gnb1b","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000131959","physical","txid7955" +"A0A0R4ICH9","E7FD27","ATP-sensitive inward rectifier potassium channel 12-like","ATP-sensitive inward rectifier potassium channel 10","kcnj12a","kcnj10a","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000131959","physical","txid7955" +"A0A0R4ICH9","F1R7M8","ATP-sensitive inward rectifier potassium channel 12-like","si:ch211-120k19.4","kcnj12a","F1R7M8","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","ATP-sensitive inward rectifier potassium channel 14 (Potassium inwardly rectifying channel subfamily J member 14)","string-db","7955.ENSDARP00000142519/7955.ENSDARP00000131959","physical","txid7955" +"A0A0R4ICH9","A0A0G2L6W9","ATP-sensitive inward rectifier potassium channel 12-like","Guanine nucleotide-binding protein subunit gamma","kcnj12a","A0A0G2L6W9","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000131959","physical","txid7955" +"D2CFN3","A0A2R8RKX9","si:dkey-178j17.2","zgc:101614","adcy5","A0A2R8RKX9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","A0A0G2LAU9","si:dkey-178j17.2","gnaz","adcy5","A0A0G2LAU9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","A0A8M3ANZ5","si:dkey-178j17.2","gng12","adcy5","A0A8M3ANZ5","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","A0A0G2L6W9","si:dkey-178j17.2","Guanine nucleotide-binding protein subunit gamma","adcy5","A0A0G2L6W9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","A1L271","si:dkey-178j17.2","gnb5a","adcy5","gnb5a","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","Q803H5","si:dkey-178j17.2","gnb1l","adcy5","gnb1b","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000110815","physical","txid7955" +"D2CFN3","Q6PBR4","si:dkey-178j17.2","gngt2","adcy5","Q6PBR4","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000117694/7955.ENSDARP00000110815","physical","txid7955" +"A0A0R4IAD0","A0A0G2L6W9","G protein-activated inward rectifier potassium channel 4","Guanine nucleotide-binding protein subunit gamma","A0A0R4IAD0","A0A0G2L6W9","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000130298","physical","txid7955" +"A0A0R4IAD0","E7FD27","G protein-activated inward rectifier potassium channel 4","ATP-sensitive inward rectifier potassium channel 10","A0A0R4IAD0","kcnj10a","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000130298","physical","txid7955" +"A0A0R4IAD0","Q803H5","G protein-activated inward rectifier potassium channel 4","gnb1l","A0A0R4IAD0","gnb1b","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000130298","physical","txid7955" +"A0A0R4IAD0","A0A2R8RKX9","G protein-activated inward rectifier potassium channel 4","zgc:101614","A0A0R4IAD0","A0A2R8RKX9","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000130298","physical","txid7955" +"A0A0R4IAD0","A1L271","G protein-activated inward rectifier potassium channel 4","gnb5a","A0A0R4IAD0","gnb5a","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000130298","physical","txid7955" +"A0A0R4IAD0","A0A0R4ICH9","G protein-activated inward rectifier potassium channel 4","ATP-sensitive inward rectifier potassium channel 12-like","A0A0R4IAD0","kcnj12a","G protein-activated inward rectifier potassium channel 4 (Potassium inwardly rectifying channel subfamily J member 5)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","string-db","7955.ENSDARP00000131959/7955.ENSDARP00000130298","physical","txid7955" +"F1QTL0","Q803H5","fc06a08","gnb1l","pdcl","gnb1b","Phosducin-like","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000128225","physical","txid7955" +"F1QTL0","A0A0G2L6W9","fc06a08","Guanine nucleotide-binding protein subunit gamma","pdcl","A0A0G2L6W9","Phosducin-like","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000128225","physical","txid7955" +"F1QTL0","A1L271","fc06a08","gnb5a","pdcl","gnb5a","Phosducin-like","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000128225","physical","txid7955" +"F1QTL0","A0A2R8RKX9","fc06a08","zgc:101614","pdcl","A0A2R8RKX9","Phosducin-like","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000128225","physical","txid7955" +"F1QTL0","A0A0R4IJT8","fc06a08","fa22h09","pdcl","A0A0R4IJT8","Phosducin-like","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000128225","physical","txid7955" +"Q90WY5","A1L271","adra2b","gnb5a","Q90WY5","gnb5a","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","A0A0R4ICL5","adra2b","Protein transport protein Sec24A isoform X2","Q90WY5","sec24a","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","A0A2R8RKX9","adra2b","zgc:101614","Q90WY5","A0A2R8RKX9","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","A0A0R4IMX2","adra2b","im:7145364","Q90WY5","A0A0R4IMX2","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","A0A0G2LAU9","adra2b","gnaz","Q90WY5","A0A0G2LAU9","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","A0A0G2L6W9","adra2b","Guanine nucleotide-binding protein subunit gamma","Q90WY5","A0A0G2L6W9","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000140520/7955.ENSDARP00000130082","physical","txid7955" +"Q90WY5","Q803H5","adra2b","gnb1l","Q90WY5","gnb1b","Alpha-2B adrenergic receptor (Alpha-2B adrenoreceptor) (Alpha-2B adrenoceptor) (Alpha-2BAR)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000130082","physical","txid7955" +"A1A5T2","E7EY42","zgc:158135","ptdss2","pisd","ptdss2","Phosphatidylserine decarboxylase proenzyme, mitochondrial (EC 4.1.1.65) [Cleaved into: Phosphatidylserine decarboxylase beta chain; Phosphatidylserine decarboxylase alpha chain]","Phosphatidylserine synthase 2 (PSS-2) (PtdSer synthase 2) (EC 2.7.8.29) (Serine-exchange enzyme II)","string-db","7955.ENSDARP00000138215/7955.ENSDARP00000016016","physical","txid7955" +"Q789K9","A0A0N4SUD2","mp:zf637-2-000771","Ubi-p63E","ube2a","ubb","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000136681","physical","txid7955" +"Q789K9","A0A140LG54","mp:zf637-2-000771","Histone H2B","ube2a","si:dkey-23a13.22","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000136681","physical","txid7955" +"Q789K9","F1QHN6","mp:zf637-2-000771","im:7042025","ube2a","ubc","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000136681","physical","txid7955" +"F1R926","Q7SXA3","E3 ubiquitin protein ligase","zgc:66168","rnf20","rps27a","E3 ubiquitin protein ligase (EC 2.3.2.27)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","A0A140LG54","E3 ubiquitin protein ligase","Histone H2B","rnf20","si:dkey-23a13.22","E3 ubiquitin protein ligase (EC 2.3.2.27)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","X1WDH8","E3 ubiquitin protein ligase","Histone H2B","rnf20","si:dkey-261m9.19","E3 ubiquitin protein ligase (EC 2.3.2.27)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","X1WHF1","E3 ubiquitin protein ligase","Histone H2B","rnf20","si:dkey-261m9.6","E3 ubiquitin protein ligase (EC 2.3.2.27)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","X1WHN7","E3 ubiquitin protein ligase","hrpt2","rnf20","cdc73","E3 ubiquitin protein ligase (EC 2.3.2.27)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","F1QHN6","E3 ubiquitin protein ligase","im:7042025","rnf20","ubc","E3 ubiquitin protein ligase (EC 2.3.2.27)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","Q6P5M2","E3 ubiquitin protein ligase","skic8","rnf20","Q6P5M2","E3 ubiquitin protein ligase (EC 2.3.2.27)","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","Q789K9","E3 ubiquitin protein ligase","mp:zf637-2-000771","rnf20","ube2a","E3 ubiquitin protein ligase (EC 2.3.2.27)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","R4GE15","E3 ubiquitin protein ligase","si:ch211-113a14.29","rnf20","si:ch211-113a14.22","E3 ubiquitin protein ligase (EC 2.3.2.27)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","Q4U0S5","E3 ubiquitin protein ligase","paf1","rnf20","Q4U0S5","E3 ubiquitin protein ligase (EC 2.3.2.27)","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000107071","physical","txid7955" +"F1R926","A0A0N4SUD2","E3 ubiquitin protein ligase","Ubi-p63E","rnf20","ubb","E3 ubiquitin protein ligase (EC 2.3.2.27)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000107071","physical","txid7955" +"Q7ZUK7","Q5BJA5","waca",";","Q7ZUK7","-","WW domain-containing adapter protein with coiled-coil","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","F1QHN6","waca","im:7042025","Q7ZUK7","ubc","WW domain-containing adapter protein with coiled-coil","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","F1R926","waca","E3 ubiquitin protein ligase","Q7ZUK7","rnf20","WW domain-containing adapter protein with coiled-coil","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","Q7SXA3","waca","zgc:66168","Q7ZUK7","rps27a","WW domain-containing adapter protein with coiled-coil","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","X1WDH8","waca","Histone H2B","Q7ZUK7","si:dkey-261m9.19","WW domain-containing adapter protein with coiled-coil","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","Q4U0S5","waca","paf1","Q7ZUK7","Q4U0S5","WW domain-containing adapter protein with coiled-coil","RNA polymerase II-associated factor 1 homolog (PD2-like protein)","string-db","7955.ENSDARP00000132235/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","Q6P5M2","waca","skic8","Q7ZUK7","Q6P5M2","WW domain-containing adapter protein with coiled-coil","Superkiller complex protein 8 (Ski8) (WD repeat-containing protein 61)","string-db","7955.ENSDARP00000110861/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","Q789K9","waca","mp:zf637-2-000771","Q7ZUK7","ube2a","WW domain-containing adapter protein with coiled-coil","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","A0A140LG54","waca","Histone H2B","Q7ZUK7","si:dkey-23a13.22","WW domain-containing adapter protein with coiled-coil","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","X1WHN7","waca","hrpt2","Q7ZUK7","cdc73","WW domain-containing adapter protein with coiled-coil","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","string-db","7955.ENSDARP00000129750/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","R4GE15","waca","si:ch211-113a14.29","Q7ZUK7","si:ch211-113a14.22","WW domain-containing adapter protein with coiled-coil","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","A0A0N4SUD2","waca","Ubi-p63E","Q7ZUK7","ubb","WW domain-containing adapter protein with coiled-coil","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000073355","physical","txid7955" +"Q7ZUK7","X1WHF1","waca","Histone H2B","Q7ZUK7","si:dkey-261m9.6","WW domain-containing adapter protein with coiled-coil","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000073355","physical","txid7955" +"Q803J6","Q9W735","sdcbp","prom1a","sdcbp2","Q9W735","Sdcbp protein (Syndecan binding protein) (Syndecan-binding protein (syntenin) 2) (Syntenin-1)","Prominin-1-A (Prominin-like protein 1)","string-db","7955.ENSDARP00000135195/7955.ENSDARP00000016087","physical","txid7955" +"Q803J6","Q6P2T9","sdcbp","cd163","sdcbp2","cd63","Sdcbp protein (Syndecan binding protein) (Syndecan-binding protein (syntenin) 2) (Syntenin-1)","Tetraspanin","string-db","7955.ENSDARP00000031764/7955.ENSDARP00000016087","physical","txid7955" +"Q6P2T9","Q8JGR8","cd163","scarb2","cd63","scarb2a","Tetraspanin","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","string-db","7955.ENSDARP00000139751/7955.ENSDARP00000031764","physical","txid7955" +"Q6P2T9","E9QBC5","cd163","cd9","cd63","E9QBC5","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000116547/7955.ENSDARP00000031764","physical","txid7955" +"Q6P2T9","Q6PFU1","cd163","cd81","cd63","cd81a","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000052382/7955.ENSDARP00000031764","physical","txid7955" +"Q6P2T9","F1QFG9","cd163","sb:eu862","cd63","sdcbp","Tetraspanin","Syndecan-binding protein (syntenin) (Syntenin-1)","string-db","7955.ENSDARP00000050076/7955.ENSDARP00000031764","physical","txid7955" +"Q6P2T9","Q4V8U8","cd163","zgc:114135","cd63","rab27a","Tetraspanin","Ras-related protein Rab-27A (EC 3.6.5.2)","string-db","7955.ENSDARP00000133424/7955.ENSDARP00000031764","physical","txid7955" +"Q6P2T9","A0A2R8Q7M1","cd163","scarb2b","cd63","A0A2R8Q7M1","Tetraspanin","Lysosome membrane protein 2 (Scavenger receptor class B, member 2b)","string-db","7955.ENSDARP00000149103/7955.ENSDARP00000031764","physical","txid7955" +"A8WI00","Q6PEJ2","zgc:103628","zgc:65827","stam2","ap2s1","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A9JRW9","zgc:103628","Proheparin-binding EGF-like growth factor","stam2","A9JRW9","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A0A0R4IWG0","zgc:103628","Epigen","stam2","epgn","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q803T6","zgc:103628","sh3gl2","stam2","sh3gl2a","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q6NYJ9","zgc:103628","fa16e07","stam2","ap2b1","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A0A0N4SUD2","zgc:103628","Ubi-p63E","stam2","ubb","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","B1PBZ7","zgc:103628","Protein sprouty homolog 1","stam2","B1PBZ7","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q6TH47","zgc:103628","stambpa","stam2","Q6TH47","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","STAM-binding protein-like A (EC 3.4.19.-)","string-db","7955.ENSDARP00000071164/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q6P937","zgc:103628","wu:fb61d08","stam2","clta","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A0A0R4INZ6","zgc:103628","Betacellulin, epidermal growth factor family member","stam2","A0A0R4INZ6","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","F1QHN6","zgc:103628","im:7042025","stam2","ubc","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q6PC73","zgc:103628","grb2","stam2","grb2b","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q7ZW98","zgc:103628","ap2m1b","stam2","Q7ZW98","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","F1QIJ6","zgc:103628","Epidermal growth factor receptor pathway substrate 15","stam2","eps15","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q7T011","zgc:103628","si:ch211-10e8.7","stam2","Q7T011","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","F1QLR7","zgc:103628","c-met","stam2","met","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A0A8M9P169","zgc:103628","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","stam2","A0A8M9P169","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","E9QCS7","zgc:103628","fi34f05","stam2","E9QCS7","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","E9QBV1","zgc:103628","fd07f11","stam2","cltcb","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","F1QM54","zgc:103628","fb18g01","stam2","F1QM54","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","Q7SXA3","zgc:103628","zgc:66168","stam2","rps27a","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A0A0R4IUB6","zgc:103628","epn1","stam2","epn1","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","F1QU39","zgc:103628","wu:fk66h11","stam2","spry2","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Protein sprouty homolog 2","string-db","7955.ENSDARP00000052422/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","A5PMY5","zgc:103628","wu:fv75b10","stam2","stam","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000016089","physical","txid7955" +"A8WI00","E7EYW2","zgc:103628","Epsin 2","stam2","epn2","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000016089","physical","txid7955" +"F1QU39","Q7SXA3","wu:fk66h11","zgc:66168","spry2","rps27a","Protein sprouty homolog 2","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A0A0R4IWG0","wu:fk66h11","Epigen","spry2","epgn","Protein sprouty homolog 2","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A0A0R4INZ6","wu:fk66h11","Betacellulin, epidermal growth factor family member","spry2","A0A0R4INZ6","Protein sprouty homolog 2","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","Q803T6","wu:fk66h11","sh3gl2","spry2","sh3gl2a","Protein sprouty homolog 2","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","Q7T011","wu:fk66h11","si:ch211-10e8.7","spry2","Q7T011","Protein sprouty homolog 2","Protransforming growth factor alpha precursor (Transforming growth factor, alpha)","string-db","7955.ENSDARP00000070540/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A9JRW9","wu:fk66h11","Proheparin-binding EGF-like growth factor","spry2","A9JRW9","Protein sprouty homolog 2","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A0A0N4SUD2","wu:fk66h11","Ubi-p63E","spry2","ubb","Protein sprouty homolog 2","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","E9QCS7","wu:fk66h11","fi34f05","spry2","E9QCS7","Protein sprouty homolog 2","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","Q6PC73","wu:fk66h11","grb2","spry2","grb2b","Protein sprouty homolog 2","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A5PMV7","wu:fk66h11","ppp2r1a","spry2","ppp2r1ba","Protein sprouty homolog 2","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A0A0R4IUB6","wu:fk66h11","epn1","spry2","epn1","Protein sprouty homolog 2","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","F1QIJ6","wu:fk66h11","Epidermal growth factor receptor pathway substrate 15","spry2","eps15","Protein sprouty homolog 2","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","F1QHN6","wu:fk66h11","im:7042025","spry2","ubc","Protein sprouty homolog 2","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","Q803G3","wu:fk66h11","fc05c02","spry2","ppp2cb","Protein sprouty homolog 2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000052422","physical","txid7955" +"F1QU39","A5PMY5","wu:fk66h11","wu:fv75b10","spry2","stam","Protein sprouty homolog 2","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","string-db","7955.ENSDARP00000120829/7955.ENSDARP00000052422","physical","txid7955" +"E9QCS7","F1QHN6","fi34f05","im:7042025","E9QCS7","ubc","Hepatocyte growth factor-regulated tyrosine kinase substrate","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","E7EYW2","fi34f05","Epsin 2","E9QCS7","epn2","Hepatocyte growth factor-regulated tyrosine kinase substrate","Epsin 2 (Epsin-2 isoform X1)","string-db","7955.ENSDARP00000128983/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","F1QLR7","fi34f05","c-met","E9QCS7","met","Hepatocyte growth factor-regulated tyrosine kinase substrate","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","B1PBZ7","fi34f05","Protein sprouty homolog 1","E9QCS7","B1PBZ7","Hepatocyte growth factor-regulated tyrosine kinase substrate","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","Q7ZW98","fi34f05","ap2m1b","E9QCS7","Q7ZW98","Hepatocyte growth factor-regulated tyrosine kinase substrate","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","Q6NYJ9","fi34f05","fa16e07","E9QCS7","ap2b1","Hepatocyte growth factor-regulated tyrosine kinase substrate","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","A0A0R4IUB6","fi34f05","epn1","E9QCS7","epn1","Hepatocyte growth factor-regulated tyrosine kinase substrate","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","A0A0R4IWG0","fi34f05","Epigen","E9QCS7","epgn","Hepatocyte growth factor-regulated tyrosine kinase substrate","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","A0A0R4INZ6","fi34f05","Betacellulin, epidermal growth factor family member","E9QCS7","A0A0R4INZ6","Hepatocyte growth factor-regulated tyrosine kinase substrate","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","Q6PC73","fi34f05","grb2","E9QCS7","grb2b","Hepatocyte growth factor-regulated tyrosine kinase substrate","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","A0A8M9P169","fi34f05","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","E9QCS7","A0A8M9P169","Hepatocyte growth factor-regulated tyrosine kinase substrate","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","B0R024","fi34f05","fc07e03","E9QCS7","B0R024","Hepatocyte growth factor-regulated tyrosine kinase substrate","AP-1 complex subunit gamma","string-db","7955.ENSDARP00000134266/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","A0A0N4SUD2","fi34f05","Ubi-p63E","E9QCS7","ubb","Hepatocyte growth factor-regulated tyrosine kinase substrate","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000121032","physical","txid7955" +"E9QCS7","Q7SXA3","fi34f05","zgc:66168","E9QCS7","rps27a","Hepatocyte growth factor-regulated tyrosine kinase substrate","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000121032","physical","txid7955" +"A0A0R4IWG0","A0A2R8Q515","Epigen","fc28d09","epgn","A0A2R8Q515","Epigen (Epithelial mitogen homolog (mouse))","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000145021","physical","txid7955" +"B1PBZ7","A0A0R4INZ6","Protein sprouty homolog 1","Betacellulin, epidermal growth factor family member","B1PBZ7","A0A0R4INZ6","Protein sprouty homolog 1","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000135575","physical","txid7955" +"B1PBZ7","A0A0R4IWG0","Protein sprouty homolog 1","Epigen","B1PBZ7","epgn","Protein sprouty homolog 1","Epigen (Epithelial mitogen homolog (mouse))","string-db","7955.ENSDARP00000145021/7955.ENSDARP00000135575","physical","txid7955" +"B1PBZ7","F1QHN6","Protein sprouty homolog 1","im:7042025","B1PBZ7","ubc","Protein sprouty homolog 1","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000135575","physical","txid7955" +"B1PBZ7","A0A0R4IUB6","Protein sprouty homolog 1","epn1","B1PBZ7","epn1","Protein sprouty homolog 1","Epsin 1","string-db","7955.ENSDARP00000138794/7955.ENSDARP00000135575","physical","txid7955" +"B1PBZ7","A0A0N4SUD2","Protein sprouty homolog 1","Ubi-p63E","B1PBZ7","ubb","Protein sprouty homolog 1","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000135575","physical","txid7955" +"F1QLR7","F1Q7U0","c-met","Plexin b1b","met","plxnb1b","Hepatocyte growth factor receptor (EC 2.7.10.1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000123904","physical","txid7955" +"F1QLR7","F1QAD7","c-met","phosphatidylinositol-4,5-bisphosphate 3-kinase","met","pik3ca","Hepatocyte growth factor receptor (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000123904","physical","txid7955" +"F1QLR7","E7F8G5","c-met","LOC100004299","met","arhgap35a","Hepatocyte growth factor receptor (EC 2.7.10.1)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000123904","physical","txid7955" +"F1QLR7","Q5RKN6","c-met","zgc:103549","met","grb2a","Hepatocyte growth factor receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000123904","physical","txid7955" +"A0A8M3B4P7","A0A2R8QPJ6","Plexin-B3","Plexin-A2","A0A8M3B4P7","plxna2","Plexin-B3","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","A0A0R4IMM9","Plexin-B3","wu:fa95e03","A0A8M3B4P7","A0A0R4IMM9","Plexin-B3","Sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5A (Semaphorin-5A)","string-db","7955.ENSDARP00000137400/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","F1QBC0","Plexin-B3","fk37b01","A0A8M3B4P7","plxnb2a","Plexin-B3","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","Q5RH90","Plexin-B3","si:dkey-183c2.4","A0A8M3B4P7","Q5RH90","Plexin-B3","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","string-db","7955.ENSDARP00000113132/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","Q5RGW1","Plexin-B3","Plexin C1","A0A8M3B4P7","Q5RGW1","Plexin-B3","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","F1Q7U0","Plexin-B3","Plexin b1b","A0A8M3B4P7","plxnb1b","Plexin-B3","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","Q6BEA0","Plexin-B3","plxna4","A0A8M3B4P7","Q6BEA0","Plexin-B3","Plexin-A4","string-db","7955.ENSDARP00000021195/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","B0S5N4","Plexin-B3","plxna3","A0A8M3B4P7","B0S5N4","Plexin-B3","Plexin A3","string-db","7955.ENSDARP00000043999/7955.ENSDARP00000016098","physical","txid7955" +"A0A8M3B4P7","Q5RHX7","Plexin-B3","si:ch211-127b11.1","A0A8M3B4P7","Q5RHX7","Plexin-B3","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","string-db","7955.ENSDARP00000099696/7955.ENSDARP00000016098","physical","txid7955" +"Q5RHX7","F1Q7U0","si:ch211-127b11.1","Plexin b1b","Q5RHX7","plxnb1b","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000099696","physical","txid7955" +"Q5RHX7","F1QBC0","si:ch211-127b11.1","fk37b01","Q5RHX7","plxnb2a","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000099696","physical","txid7955" +"Q5RHX7","Q5RGW1","si:ch211-127b11.1","Plexin C1","Q5RHX7","Q5RGW1","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000099696","physical","txid7955" +"Q5RHX7","Q5RH90","si:ch211-127b11.1","si:dkey-183c2.4","Q5RHX7","Q5RH90","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","string-db","7955.ENSDARP00000113132/7955.ENSDARP00000099696","physical","txid7955" +"Q5RHX7","A0A2R8QPJ6","si:ch211-127b11.1","Plexin-A2","Q5RHX7","plxna2","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000099696","physical","txid7955" +"F1QBC0","A0A2R8QPJ6","fk37b01","Plexin-A2","plxnb2a","plxna2","Plexin b2a (Plexin-B2 isoform X1)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000130290","physical","txid7955" +"F1QBC0","F1Q7U0","fk37b01","Plexin b1b","plxnb2a","plxnb1b","Plexin b2a (Plexin-B2 isoform X1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000130290","physical","txid7955" +"Q6BEA0","F8W425","plxna4","Tyrosine-protein kinase","Q6BEA0","F8W425","Plexin-A4","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q52PJ5","plxna4","dpysl3","Q6BEA0","dpysl3","Plexin-A4","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","string-db","7955.ENSDARP00000065096/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q9W686","plxna4","sema3ab","Q6BEA0","Q9W686","Plexin-A4","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","string-db","7955.ENSDARP00000061885/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","B8JMB1","plxna4","wu:fi06a12","Q6BEA0","sema6d","Plexin-A4","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","string-db","7955.ENSDARP00000121171/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","A0A2R8QPJ6","plxna4","Plexin-A2","Q6BEA0","plxna2","Plexin-A4","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q8AXB3","plxna4","kdrl","Q6BEA0","Q8AXB3","Plexin-A4","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","F1Q7U0","plxna4","Plexin b1b","Q6BEA0","plxnb1b","Plexin-A4","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","A0A0R4IYX8","plxna4","CRMP-3","Q6BEA0","dpysl4","Plexin-A4","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q5GIT4","plxna4","kdr","Q6BEA0","kdr","Plexin-A4","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","string-db","7955.ENSDARP00000049203/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q7ZSZ9","plxna4","rac1","Q6BEA0","rac1a","Plexin-A4","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q5RGW1","plxna4","Plexin C1","Q6BEA0","Q5RGW1","Plexin-A4","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","F1Q6W4","plxna4","cdk5r1","Q6BEA0","cdk5r1b","Plexin-A4","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","E7FBE1","plxna4","fc47g07","Q6BEA0","sema7a","Plexin-A4","Semaphorin 7A (Semaphorin-7A isoform 1)","string-db","7955.ENSDARP00000109895/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q9DE44","plxna4","zgc:101604","Q6BEA0","Q9DE44","Plexin-A4","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q5RHX7","plxna4","si:ch211-127b11.1","Q6BEA0","Q5RHX7","Plexin-A4","Si:ch211-127b11.1 (Uncharacterized protein LOC100034640)","string-db","7955.ENSDARP00000099696/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","F1QBC0","plxna4","fk37b01","Q6BEA0","plxnb2a","Plexin-A4","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","B0S5N4","plxna4","plxna3","Q6BEA0","B0S5N4","Plexin-A4","Plexin A3","string-db","7955.ENSDARP00000043999/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q8QFX6","plxna4","nrp1a","Q6BEA0","Q8QFX6","Plexin-A4","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","F1RDG9","plxna4","fynb","Q6BEA0","fynb","Plexin-A4","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","string-db","7955.ENSDARP00000037198/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","Q5RH90","plxna4","si:dkey-183c2.4","Q6BEA0","Q5RH90","Plexin-A4","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","string-db","7955.ENSDARP00000113132/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","E7FE33","plxna4","FERM, RhoGEF and pleckstrin domain protein 2","Q6BEA0","farp2","Plexin-A4","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","string-db","7955.ENSDARP00000129410/7955.ENSDARP00000021195","physical","txid7955" +"Q6BEA0","A5PMY8","plxna4","LOC559018","Q6BEA0","A5PMY8","Plexin-A4","Clusterin","string-db","7955.ENSDARP00000089759/7955.ENSDARP00000021195","physical","txid7955" +"Q5RGW1","A0A2R8QPJ6","Plexin C1","Plexin-A2","Q5RGW1","plxna2","Plexin C1","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000115802","physical","txid7955" +"Q5RGW1","F1Q7U0","Plexin C1","Plexin b1b","Q5RGW1","plxnb1b","Plexin C1","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000115802","physical","txid7955" +"Q5RGW1","F1QBC0","Plexin C1","fk37b01","Q5RGW1","plxnb2a","Plexin C1","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000115802","physical","txid7955" +"F1Q7U0","A0A2R8QPJ6","Plexin b1b","Plexin-A2","plxnb1b","plxna2","Plexin b1b (Plexin-B1)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000131217","physical","txid7955" +"Q5RH90","F1Q7U0","si:dkey-183c2.4","Plexin b1b","Q5RH90","plxnb1b","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000113132","physical","txid7955" +"Q5RH90","F1QBC0","si:dkey-183c2.4","fk37b01","Q5RH90","plxnb2a","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","Plexin b2a (Plexin-B2 isoform X1)","string-db","7955.ENSDARP00000130290/7955.ENSDARP00000113132","physical","txid7955" +"Q5RH90","Q5RGW1","si:dkey-183c2.4","Plexin C1","Q5RH90","Q5RGW1","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000113132","physical","txid7955" +"Q5RH90","A0A2R8QPJ6","si:dkey-183c2.4","Plexin-A2","Q5RH90","plxna2","Si:dkey-183c2.4 (Uncharacterized protein LOC561237 precursor)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000113132","physical","txid7955" +"A0A0R4IMM9","A0A2R8QPJ6","wu:fa95e03","Plexin-A2","A0A0R4IMM9","plxna2","Sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5A (Semaphorin-5A)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000137400","physical","txid7955" +"P51029","A2RRV7","wnt8b","zgc:158381","P51029","A2RRV7","Protein Wnt-8b","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000049623","physical","txid7955" +"P51029","F1QNA4","wnt8b","dvl1","P51029","dvl1b","Protein Wnt-8b","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000049623","physical","txid7955" +"P51029","B3DJ49","wnt8b","zgc:194774","P51029","B3DJ49","Protein Wnt-8b","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000049623","physical","txid7955" +"P51029","E7F737","wnt8b","dvl3","P51029","dvl3b","Protein Wnt-8b","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000049623","physical","txid7955" +"P51029","F1QTJ4","wnt8b","LRP6","P51029","F1QTJ4","Protein Wnt-8b","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000049623","physical","txid7955" +"P51029","A0A2R8PYI8","wnt8b","eni","P51029","A0A2R8PYI8","Protein Wnt-8b","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000049623","physical","txid7955" +"P51029","P57094","wnt8b","axin1","P51029","P57094","Protein Wnt-8b","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000049623","physical","txid7955" +"Q4JLT0","Q9W7R4","wnt7a","tenm3","Q4JLT0","tenm3","Protein Wnt","Teneurin-3 (Ten-3) (Protein Odd Oz/ten-m homolog 3) (Tenascin-M3) (Ten-m3) (Teneurin transmembrane protein 3)","string-db","7955.ENSDARP00000079326/7955.ENSDARP00000065888","physical","txid7955" +"Q4JLT0","E7FCE4","wnt7a","Receptor tyrosine kinase-like orphan receptor 2","Q4JLT0","ror2","Protein Wnt","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000065888","physical","txid7955" +"Q4JLT0","Q5TZ38","wnt7a","fzd3","Q4JLT0","fzd3a","Protein Wnt","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000065888","physical","txid7955" +"Q4JLT0","A2RRV7","wnt7a","zgc:158381","Q4JLT0","A2RRV7","Protein Wnt","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000065888","physical","txid7955" +"Q4JLT0","F1QTJ4","wnt7a","LRP6","Q4JLT0","F1QTJ4","Protein Wnt","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000065888","physical","txid7955" +"P24257","Q9W6E3","wnt1","fk48e04","wnt1","fzd10","Protein Wnt-1","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","string-db","7955.ENSDARP00000089291/7955.ENSDARP00000072397","physical","txid7955" +"P24257","F1QNA4","wnt1","dvl1","wnt1","dvl1b","Protein Wnt-1","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000072397","physical","txid7955" +"P24257","Q92050","wnt1","wnt5b","wnt1","wnt5b","Protein Wnt-1","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000072397","physical","txid7955" +"P24257","A0A0R4IB13","wnt1","Ku80","wnt1","A0A0R4IB13","Protein Wnt-1","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000072397","physical","txid7955" +"P24257","Q6NV44","wnt1","Frizzled class receptor 7a","wnt1","fzd7a","Protein Wnt-1","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000072397","physical","txid7955" +"P24257","E7F737","wnt1","dvl3","wnt1","dvl3b","Protein Wnt-1","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000072397","physical","txid7955" +"P24257","A0A0R4IVK2","wnt1","fz1","wnt1","A0A0R4IVK2","Protein Wnt-1","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000072397","physical","txid7955" +"P24257","P57094","wnt1","axin1","wnt1","P57094","Protein Wnt-1","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000072397","physical","txid7955" +"P24257","B3DJ49","wnt1","zgc:194774","wnt1","B3DJ49","Protein Wnt-1","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000072397","physical","txid7955" +"P24257","A2RRV7","wnt1","zgc:158381","wnt1","A2RRV7","Protein Wnt-1","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000072397","physical","txid7955" +"P24257","A0A2R8PYI8","wnt1","eni","wnt1","A0A2R8PYI8","Protein Wnt-1","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000072397","physical","txid7955" +"P24257","A0JBX4","wnt1","fzd3l","wnt1","fzd3b","Protein Wnt-1","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000072397","physical","txid7955" +"P24257","F1QTJ4","wnt1","LRP6","wnt1","F1QTJ4","Protein Wnt-1","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000072397","physical","txid7955" +"F1R205","F1QTJ4","Protein Wnt","LRP6","F1R205","F1QTJ4","Protein Wnt","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000104431","physical","txid7955" +"P51028","P57094","wnt8a","axin1","P51028","P57094","Protein Wnt-8a","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000116057","physical","txid7955" +"P51028","A0A2R8PYI8","wnt8a","eni","P51028","A0A2R8PYI8","Protein Wnt-8a","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000116057","physical","txid7955" +"P51028","B3DJ49","wnt8a","zgc:194774","P51028","B3DJ49","Protein Wnt-8a","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000116057","physical","txid7955" +"P51028","E7F737","wnt8a","dvl3","P51028","dvl3b","Protein Wnt-8a","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000116057","physical","txid7955" +"Q92048","A0JBX4","wnt2","fzd3l","wnt2","fzd3b","Protein Wnt-2","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000060258","physical","txid7955" +"Q92048","Q6NV44","wnt2","Frizzled class receptor 7a","wnt2","fzd7a","Protein Wnt-2","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000060258","physical","txid7955" +"Q92048","F1QTJ4","wnt2","LRP6","wnt2","F1QTJ4","Protein Wnt-2","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000060258","physical","txid7955" +"Q92050","B3DJ49","wnt5b","zgc:194774","wnt5b","B3DJ49","Protein Wnt-5b","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000134193","physical","txid7955" +"Q92050","A0A0R4IVK2","wnt5b","fz1","wnt5b","A0A0R4IVK2","Protein Wnt-5b","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000134193","physical","txid7955" +"Q92050","E7F737","wnt5b","dvl3","wnt5b","dvl3b","Protein Wnt-5b","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000134193","physical","txid7955" +"B6V3E2","F1QTJ4","Protein Wnt","LRP6","wnt9b","F1QTJ4","Protein Wnt","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000055224","physical","txid7955" +"B6V3E2","Q6NV44","Protein Wnt","Frizzled class receptor 7a","wnt9b","fzd7a","Protein Wnt","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000055224","physical","txid7955" +"B6V3E2","P24257","Protein Wnt","wnt1","wnt9b","wnt1","Protein Wnt","Protein Wnt-1","string-db","7955.ENSDARP00000072397/7955.ENSDARP00000055224","physical","txid7955" +"Q801F7","F1QTJ4","wnt10b","LRP6","Q801F7","F1QTJ4","Protein Wnt-10b","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000059973","physical","txid7955" +"B5DE36","A0A2R8Q0D8","zgc:175192","Platelet-derived growth factor subunit B","B5DE36","A0A2R8Q0D8","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000106517","physical","txid7955" +"B5DE36","Q6TEN1","zgc:175192","rap1b","B5DE36","rap1b","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000106517","physical","txid7955" +"B5DE36","E7F4B2","zgc:175192","GRF2","B5DE36","rapgef1b","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000111128/7955.ENSDARP00000106517","physical","txid7955" +"B5DE36","Q6PFT9","zgc:175192","apbb1ip","B5DE36","Q6PFT9","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","Amyloid beta A4 precursor protein-binding family B member 1-interacting protein (APBB1-interacting protein 1)","string-db","7955.ENSDARP00000117778/7955.ENSDARP00000106517","physical","txid7955" +"B5DE36","B0S602","zgc:175192","Fn","B5DE36","fn1a","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","Fibronectin","string-db","7955.ENSDARP00000112231/7955.ENSDARP00000106517","physical","txid7955" +"Q6NXC7","Q5RIE1","zgc:77512","si:ch211-101l18.4","Q6NXC7","Q5RIE1","Translation initiation factor eIF-2B subunit beta (eIF-2B GDP-GTP exchange factor subunit beta)","Translation initiation factor eIF-2B subunit delta (eIF-2B GDP-GTP exchange factor subunit delta)","string-db","7955.ENSDARP00000106707/7955.ENSDARP00000060688","physical","txid7955" +"Q6NXC7","Q9I9E9","zgc:77512","eif2s1","Q6NXC7","eif2s1b","Translation initiation factor eIF-2B subunit beta (eIF-2B GDP-GTP exchange factor subunit beta)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","string-db","7955.ENSDARP00000068470/7955.ENSDARP00000060688","physical","txid7955" +"F1QAL1","P0C8Y1","fb78g03","mzt1","nedd1","mzt1","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","string-db","7955.ENSDARP00000126983/7955.ENSDARP00000016280","physical","txid7955" +"F1QAL1","B3DIU9","fb78g03","zgc:194561","nedd1","tubgcp4","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000016280","physical","txid7955" +"F1QAL1","F1QA15","fb78g03","GCP3","nedd1","tubgcp3","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000042063/7955.ENSDARP00000016280","physical","txid7955" +"F1QAL1","F1QBQ4","fb78g03","wu:fa03b04","nedd1","tubgcp5","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000065121/7955.ENSDARP00000016280","physical","txid7955" +"F1QAL1","Q7ZVM5","fb78g03","tubgl","nedd1","tubg1","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","Tubulin gamma chain","string-db","7955.ENSDARP00000016775/7955.ENSDARP00000016280","physical","txid7955" +"Q7ZVM5","P0C8Y1","tubgl","mzt1","tubg1","mzt1","Tubulin gamma chain","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","string-db","7955.ENSDARP00000126983/7955.ENSDARP00000016775","physical","txid7955" +"Q7ZVM5","F1QA15","tubgl","GCP3","tubg1","tubgcp3","Tubulin gamma chain","Gamma-tubulin complex component","string-db","7955.ENSDARP00000042063/7955.ENSDARP00000016775","physical","txid7955" +"Q7ZVM5","B3DIU9","tubgl","zgc:194561","tubg1","tubgcp4","Tubulin gamma chain","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000016775","physical","txid7955" +"Q7ZVM5","F1QBQ4","tubgl","wu:fa03b04","tubg1","tubgcp5","Tubulin gamma chain","Gamma-tubulin complex component","string-db","7955.ENSDARP00000065121/7955.ENSDARP00000016775","physical","txid7955" +"Q7ZVM5","A2BIA5","tubgl","zgc:111974","tubg1","A2BIA5","Tubulin gamma chain","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000016775","physical","txid7955" +"Q7ZVM5","A0A140LFW6","tubgl","GTPase IMAP family member 8-like isoform X2","tubg1","A0A140LFW6","Tubulin gamma chain","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","string-db","7955.ENSDARP00000142142/7955.ENSDARP00000016775","physical","txid7955" +"P0C8Y1","A0A140LFW6","mzt1","GTPase IMAP family member 8-like isoform X2","mzt1","A0A140LFW6","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","string-db","7955.ENSDARP00000142142/7955.ENSDARP00000126983","physical","txid7955" +"P0C8Y1","B3DIU9","mzt1","zgc:194561","mzt1","tubgcp4","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000126983","physical","txid7955" +"F1QA15","P0C8Y1","GCP3","mzt1","tubgcp3","mzt1","Gamma-tubulin complex component","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","string-db","7955.ENSDARP00000126983/7955.ENSDARP00000042063","physical","txid7955" +"F1QA15","A2BIA5","GCP3","zgc:111974","tubgcp3","A2BIA5","Gamma-tubulin complex component","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000042063","physical","txid7955" +"F1QA15","A0A140LFW6","GCP3","GTPase IMAP family member 8-like isoform X2","tubgcp3","A0A140LFW6","Gamma-tubulin complex component","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","string-db","7955.ENSDARP00000142142/7955.ENSDARP00000042063","physical","txid7955" +"F1QA15","B3DIU9","GCP3","zgc:194561","tubgcp3","tubgcp4","Gamma-tubulin complex component","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000042063","physical","txid7955" +"F1QA15","F1QBQ4","GCP3","wu:fa03b04","tubgcp3","tubgcp5","Gamma-tubulin complex component","Gamma-tubulin complex component","string-db","7955.ENSDARP00000065121/7955.ENSDARP00000042063","physical","txid7955" +"F1QBQ4","P0C8Y1","wu:fa03b04","mzt1","tubgcp5","mzt1","Gamma-tubulin complex component","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","string-db","7955.ENSDARP00000126983/7955.ENSDARP00000065121","physical","txid7955" +"F1QBQ4","A0A140LFW6","wu:fa03b04","GTPase IMAP family member 8-like isoform X2","tubgcp5","A0A140LFW6","Gamma-tubulin complex component","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","string-db","7955.ENSDARP00000142142/7955.ENSDARP00000065121","physical","txid7955" +"F1QBQ4","B3DIU9","wu:fa03b04","zgc:194561","tubgcp5","tubgcp4","Gamma-tubulin complex component","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000065121","physical","txid7955" +"F1QBQ4","A2BIA5","wu:fa03b04","zgc:111974","tubgcp5","A2BIA5","Gamma-tubulin complex component","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000065121","physical","txid7955" +"Q6P5J9","Q8JHH1","rnut1","CHUNP6882","Q6P5J9","Q8JHH1","Snurportin-1 (RNA U transporter 1)","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","F1R879","rnut1","Gem","Q6P5J9","F1R879","Snurportin-1 (RNA U transporter 1)","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","F1QAZ5","rnut1","wu:fd13g07","Q6P5J9","F1QAZ5","Snurportin-1 (RNA U transporter 1)","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","string-db","7955.ENSDARP00000053932/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","A0A0R4IMZ8","rnut1","wu:fc12b10","Q6P5J9","A0A0R4IMZ8","Snurportin-1 (RNA U transporter 1)","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","Q9I9E5","rnut1","Snrpn","Q6P5J9","snrpb","Snurportin-1 (RNA U transporter 1)","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","E9QH84","rnut1","Gem","Q6P5J9","gemin5","Snurportin-1 (RNA U transporter 1)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","Q7ZUG0","rnut1","snrpe","Q6P5J9","snrpe","Snurportin-1 (RNA U transporter 1)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","F1QPY7","rnut1","zgc:103688","Q6P5J9","snrpg","Snurportin-1 (RNA U transporter 1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","Q9W6S8","rnut1","smn1","Q6P5J9","Q9W6S8","Snurportin-1 (RNA U transporter 1)","Survival motor neuron protein 1","string-db","7955.ENSDARP00000017636/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","Q7ZVB5","rnut1","wu:fa18f04","Q6P5J9","snrpd3l","Snurportin-1 (RNA U transporter 1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000016305","physical","txid7955" +"Q6P5J9","P0C218","rnut1","ddx20","Q6P5J9","P0C218","Snurportin-1 (RNA U transporter 1)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000016305","physical","txid7955" +"F1QAZ5","E9QH84","wu:fd13g07","Gem","F1QAZ5","gemin5","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000053932","physical","txid7955" +"F1QAZ5","Q7ZVB5","wu:fd13g07","wu:fa18f04","F1QAZ5","snrpd3l","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000053932","physical","txid7955" +"F1QAZ5","F1R879","wu:fd13g07","Gem","F1QAZ5","F1R879","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000053932","physical","txid7955" +"F1QAZ5","P0C218","wu:fd13g07","ddx20","F1QAZ5","P0C218","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000053932","physical","txid7955" +"F1QAZ5","F1QPY7","wu:fd13g07","zgc:103688","F1QAZ5","snrpg","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000053932","physical","txid7955" +"F1R879","E9QH84","Gem","Gem","F1R879","gemin5","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000060097","physical","txid7955" +"F1R879","Q7ZVB5","Gem","wu:fa18f04","F1R879","snrpd3l","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000060097","physical","txid7955" +"F1R879","F1QPY7","Gem","zgc:103688","F1R879","snrpg","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000060097","physical","txid7955" +"F1R879","P0C218","Gem","ddx20","F1R879","P0C218","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000060097","physical","txid7955" +"E9QH84","A0A0R4IMF6","Gem","eif4b","gemin5","eif4ba","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000113067","physical","txid7955" +"E9QH84","X1WET9","Gem","eif3b","gemin5","eif3ba","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","string-db","7955.ENSDARP00000128740/7955.ENSDARP00000113067","physical","txid7955" +"E9QH84","F1QPY7","Gem","zgc:103688","gemin5","snrpg","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000113067","physical","txid7955" +"E9QH84","P0C218","Gem","ddx20","gemin5","P0C218","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000113067","physical","txid7955" +"Q9W6S8","F1R879","smn1","Gem","Q9W6S8","F1R879","Survival motor neuron protein 1","Gem (nuclear organelle)-associated protein 7 (Gem-associated protein 7)","string-db","7955.ENSDARP00000060097/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","Q8JHH1","smn1","CHUNP6882","Q9W6S8","Q8JHH1","Survival motor neuron protein 1","Small nuclear ribonucleoprotein Sm D1 (snRNP core protein D1)","string-db","7955.ENSDARP00000027770/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","Q7ZUG0","smn1","snrpe","Q9W6S8","snrpe","Survival motor neuron protein 1","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","Q9I9E5","smn1","Snrpn","Q9W6S8","snrpb","Survival motor neuron protein 1","Small nuclear ribonucleoprotein-associated protein","string-db","7955.ENSDARP00000023337/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","F1QAZ5","smn1","wu:fd13g07","Q9W6S8","F1QAZ5","Survival motor neuron protein 1","Gem (nuclear organelle)-associated protein 8 (Gem-associated protein 8 isoform X1)","string-db","7955.ENSDARP00000053932/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","P0C218","smn1","ddx20","Q9W6S8","P0C218","Survival motor neuron protein 1","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","Q7ZVB5","smn1","wu:fa18f04","Q9W6S8","snrpd3l","Survival motor neuron protein 1","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","E9QH84","smn1","Gem","Q9W6S8","gemin5","Survival motor neuron protein 1","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","string-db","7955.ENSDARP00000113067/7955.ENSDARP00000017636","physical","txid7955" +"Q9W6S8","F1QPY7","smn1","zgc:103688","Q9W6S8","snrpg","Survival motor neuron protein 1","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000017636","physical","txid7955" +"Q5U3G1","A0A0R4IRN4","colec11","colec10","Q5U3G1","A0A0R4IRN4","Collectin-11","Collectin-10 precursor (Si:ch211-93i7.4)","string-db","7955.ENSDARP00000138006/7955.ENSDARP00000016314","physical","txid7955" +"Q5U3G1","F1QFM5","colec11","Complement component 1, q subcomponent, A chain","Q5U3G1","F1QFM5","Collectin-11","Complement component 1, q subcomponent, A chain","string-db","7955.ENSDARP00000039319/7955.ENSDARP00000016314","physical","txid7955" +"Q5U3G1","X1WH68","colec11","MBL-associated serine protease 1","Q5U3G1","masp1","Collectin-11","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","string-db","7955.ENSDARP00000129578/7955.ENSDARP00000016314","physical","txid7955" +"Q5U3G1","E9QHK9","colec11","hbl1","Q5U3G1","zmp:0000000729","Collectin-11","Zmp:0000000729","string-db","7955.ENSDARP00000110218/7955.ENSDARP00000016314","physical","txid7955" +"X1WH68","A0A0R4IRN4","MBL-associated serine protease 1","colec10","masp1","A0A0R4IRN4","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","Collectin-10 precursor (Si:ch211-93i7.4)","string-db","7955.ENSDARP00000138006/7955.ENSDARP00000129578","physical","txid7955" +"E9QHK9","X1WH68","hbl1","MBL-associated serine protease 1","zmp:0000000729","masp1","Zmp:0000000729","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","string-db","7955.ENSDARP00000129578/7955.ENSDARP00000110218","physical","txid7955" +"E9QHK9","A0A0R4IRN4","hbl1","colec10","zmp:0000000729","A0A0R4IRN4","Zmp:0000000729","Collectin-10 precursor (Si:ch211-93i7.4)","string-db","7955.ENSDARP00000138006/7955.ENSDARP00000110218","physical","txid7955" +"F1QFM5","E9QHK9","Complement component 1, q subcomponent, A chain","hbl1","F1QFM5","zmp:0000000729","Complement component 1, q subcomponent, A chain","Zmp:0000000729","string-db","7955.ENSDARP00000110218/7955.ENSDARP00000039319","physical","txid7955" +"F1QFM5","X1WH68","Complement component 1, q subcomponent, A chain","MBL-associated serine protease 1","F1QFM5","masp1","Complement component 1, q subcomponent, A chain","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","string-db","7955.ENSDARP00000129578/7955.ENSDARP00000039319","physical","txid7955" +"F1QFM5","B0V2R7","Complement component 1, q subcomponent, A chain","C1IN","F1QFM5","B0V2R7","Complement component 1, q subcomponent, A chain","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","string-db","7955.ENSDARP00000119903/7955.ENSDARP00000039319","physical","txid7955" +"F1QFM5","A0A0R4IRN4","Complement component 1, q subcomponent, A chain","colec10","F1QFM5","A0A0R4IRN4","Complement component 1, q subcomponent, A chain","Collectin-10 precursor (Si:ch211-93i7.4)","string-db","7955.ENSDARP00000138006/7955.ENSDARP00000039319","physical","txid7955" +"E7FFM9","A0A8M9PX23","si:ch211-262e15.1","ASXL transcriptional regulator 1","si:ch211-262e15.1","A0A8M9PX23","Forkhead box protein K2 (Si:ch211-262e15.1)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000016330","physical","txid7955" +"E7FFM9","Q7T1S3","si:ch211-262e15.1","yy1","si:ch211-262e15.1","yy1a","Forkhead box protein K2 (Si:ch211-262e15.1)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000016330","physical","txid7955" +"E7FFM9","A0A8M9PQY4","si:ch211-262e15.1","fc07b09","si:ch211-262e15.1","A0A8M9PQY4","Forkhead box protein K2 (Si:ch211-262e15.1)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000016330","physical","txid7955" +"E7FFM9","X1WFM6","si:ch211-262e15.1","Methyl-CpG-binding domain protein 6","si:ch211-262e15.1","mbd6","Forkhead box protein K2 (Si:ch211-262e15.1)","Methyl-CpG-binding domain protein 6","string-db","7955.ENSDARP00000129030/7955.ENSDARP00000016330","physical","txid7955" +"E7FFM9","A1L2G3","si:ch211-262e15.1","bap1","si:ch211-262e15.1","A1L2G3","Forkhead box protein K2 (Si:ch211-262e15.1)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000016330","physical","txid7955" +"F1QK60","Q7ZTS4","cb59","krt18","F1QK60","Q7ZTS4","Keratin 4","Keratin, type I cytoskeletal 18 (Cytokeratin-18) (CK-18) (Dorsal aorta proneprin kinesin-1) (DreK18) (Keratin-18) (K18)","string-db","7955.ENSDARP00000110768/7955.ENSDARP00000016453","physical","txid7955" +"F1QK60","F1QV31","cb59","ckii","F1QK60","krt5","Keratin 4","Keratin 5","string-db","7955.ENSDARP00000108711/7955.ENSDARP00000016453","physical","txid7955" +"A7BJ43","Q7T2F2","MAPK-activated protein kinase 2b","mapkapk2","A7BJ43","mapkapk2a","MAPK-activated protein kinase 2b (Ser/Thr protein kinase)","MAP kinase-activated protein kinase 2 (EC 2.7.11.1) (MAPK-activated protein kinase 2a) (Mitogen-activated protein kinase-activated protein kinase 2a)","string-db","7955.ENSDARP00000020470/7955.ENSDARP00000016454","physical","txid7955" +"Q7T2F2","Q6IQ84","mapkapk2","zgc:86905","mapkapk2a","Q6IQ84","MAP kinase-activated protein kinase 2 (EC 2.7.11.1) (MAPK-activated protein kinase 2a) (Mitogen-activated protein kinase-activated protein kinase 2a)","Mitogen-activated protein kinase 11 (EC 2.7.11.24) (Zgc:86905)","string-db","7955.ENSDARP00000034350/7955.ENSDARP00000020470","physical","txid7955" +"Q7T2F2","Q9DGE2","mapkapk2","mapk14a","mapkapk2a","mapk14a","MAP kinase-activated protein kinase 2 (EC 2.7.11.1) (MAPK-activated protein kinase 2a) (Mitogen-activated protein kinase-activated protein kinase 2a)","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","string-db","7955.ENSDARP00000040361/7955.ENSDARP00000020470","physical","txid7955" +"Q7T2F2","Q9DGE1","mapkapk2","mapk14b","mapkapk2a","Q9DGE1","MAP kinase-activated protein kinase 2 (EC 2.7.11.1) (MAPK-activated protein kinase 2a) (Mitogen-activated protein kinase-activated protein kinase 2a)","Mitogen-activated protein kinase 14B (MAP kinase 14B) (MAPK 14B) (EC 2.7.11.24) (Mitogen-activated protein kinase p38b) (MAP kinase p38b) (zp38b)","string-db","7955.ENSDARP00000035686/7955.ENSDARP00000020470","physical","txid7955" +"E7F3A9","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2b","E7F3A9","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","Q6NY64","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2d","E7F3A9","ppp2r2d","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","X1WDS4","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","E7F3A9","ppp2r2aa","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A4QP33","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5c","E7F3A9","ppp2r5cb","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A2CF49","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","fc23d07","E7F3A9","ptpa","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","B0S5T6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Protein phosphatase 2, regulatory subunit B'', beta","E7F3A9","ppp2r3b","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2ba","E7F3A9","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A3KGZ6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp3cc","E7F3A9","ppp3cca","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","Q7ZUQ2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r5e1","E7F3A9","ppp2r5eb","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","Q66HZ0","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","zgc:92169","E7F3A9","Q66HZ0","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A5PMV7","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r1a","E7F3A9","ppp2r1ba","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","B0S5Q0","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Protein phosphatase 2, regulatory subunit B'', alpha","E7F3A9","B0S5Q0","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","A2BG80","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","MDS026","E7F3A9","ppp2r2ab","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000084300","physical","txid7955" +"E7F3A9","E9QG20","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","canb1","E7F3A9","ppp3r1a","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000084300","physical","txid7955" +"A2BG80","Q803G3","MDS026","fc05c02","ppp2r2ab","ppp2cb","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","A3KGZ6","MDS026","ppp3cc","ppp2r2ab","ppp3cca","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","A0A0R4IJA2","MDS026","ppp2r2ba","ppp2r2ab","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","A0A0R4IZ84","MDS026","smg6","ppp2r2ab","A0A0R4IZ84","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","Q1LVF3","MDS026","smg7","ppp2r2ab","smg7","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","A0A0R4IEA6","MDS026","ppp2r2b","ppp2r2ab","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","A2CF49","MDS026","fc23d07","ppp2r2ab","ptpa","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","F1RCY6","MDS026","upf1","ppp2r2ab","F1RCY6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","Q6NY64","MDS026","ppp2r2d","ppp2r2ab","ppp2r2d","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000117378","physical","txid7955" +"A2BG80","X1WDS4","MDS026","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2ab","ppp2r2aa","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000117378","physical","txid7955" +"B0S5Q0","X1WDS4","Protein phosphatase 2, regulatory subunit B'', alpha","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","B0S5Q0","ppp2r2aa","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A2CF49","Protein phosphatase 2, regulatory subunit B'', alpha","fc23d07","B0S5Q0","ptpa","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A0A0R4IJA2","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r2ba","B0S5Q0","A0A0R4IJA2","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A2BG80","Protein phosphatase 2, regulatory subunit B'', alpha","MDS026","B0S5Q0","ppp2r2ab","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A5PMV7","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r1a","B0S5Q0","ppp2r1ba","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","E9QG20","Protein phosphatase 2, regulatory subunit B'', alpha","canb1","B0S5Q0","ppp3r1a","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","Q6NY64","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r2d","B0S5Q0","ppp2r2d","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A3KGZ6","Protein phosphatase 2, regulatory subunit B'', alpha","ppp3cc","B0S5Q0","ppp3cca","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000113838","physical","txid7955" +"B0S5Q0","A0A0R4IEA6","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r2b","B0S5Q0","A0A0R4IEA6","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000113838","physical","txid7955" +"A0A0R4IEA6","A0A0R4IJA2","ppp2r2b","ppp2r2ba","A0A0R4IEA6","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000131058","physical","txid7955" +"A0A0R4IEA6","Q6NY64","ppp2r2b","ppp2r2d","A0A0R4IEA6","ppp2r2d","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000131058","physical","txid7955" +"F1QSR1","B0S5T6","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta","F1QSR1","ppp2r3b","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","zgc:92169","F1QSR1","Q66HZ0","Serine/threonine protein phosphatase 2A regulatory subunit","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","Q6NY64","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2d","F1QSR1","ppp2r2d","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","Q7ZUQ2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5e1","F1QSR1","ppp2r5eb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A5PMV7","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r1a","F1QSR1","ppp2r1ba","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A3KGZ6","Serine/threonine protein phosphatase 2A regulatory subunit","ppp3cc","F1QSR1","ppp3cca","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2ba","F1QSR1","A0A0R4IJA2","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A2BG80","Serine/threonine protein phosphatase 2A regulatory subunit","MDS026","F1QSR1","ppp2r2ab","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","X1WDS4","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","F1QSR1","ppp2r2aa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A2CF49","Serine/threonine protein phosphatase 2A regulatory subunit","fc23d07","F1QSR1","ptpa","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","E9QG20","Serine/threonine protein phosphatase 2A regulatory subunit","canb1","F1QSR1","ppp3r1a","Serine/threonine protein phosphatase 2A regulatory subunit","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r2b","F1QSR1","A0A0R4IEA6","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","A4QP33","Serine/threonine protein phosphatase 2A regulatory subunit","ppp2r5c","F1QSR1","ppp2r5cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","E7F3A9","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","F1QSR1","E7F3A9","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","Q803G3","Serine/threonine protein phosphatase 2A regulatory subunit","fc05c02","F1QSR1","ppp2cb","Serine/threonine protein phosphatase 2A regulatory subunit","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000076538","physical","txid7955" +"F1QSR1","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha","F1QSR1","B0S5Q0","Serine/threonine protein phosphatase 2A regulatory subunit","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000076538","physical","txid7955" +"Q5SP90","E7F3A9","smek1","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","smek1","E7F3A9","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A3KGZ6","smek1","ppp3cc","smek1","ppp3cca","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","X1WDS4","smek1","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","smek1","ppp2r2aa","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","B0S5Q0","smek1","Protein phosphatase 2, regulatory subunit B'', alpha","smek1","B0S5Q0","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","Q66HZ0","smek1","zgc:92169","smek1","Q66HZ0","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","E9QG20","smek1","canb1","smek1","ppp3r1a","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A4QP33","smek1","ppp2r5c","smek1","ppp2r5cb","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","F1QSR1","smek1","Serine/threonine protein phosphatase 2A regulatory subunit","smek1","F1QSR1","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A1L1M4","smek1","ppp4r2b","smek1","ppp4r2b","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","string-db","7955.ENSDARP00000069968/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","Q7ZUQ2","smek1","ppp2r5e1","smek1","ppp2r5eb","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","B0S5T6","smek1","Protein phosphatase 2, regulatory subunit B'', beta","smek1","ppp2r3b","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","F1QF86","smek1","im:7163784","smek1","F1QF86","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A0A0R4IEA6","smek1","ppp2r2b","smek1","A0A0R4IEA6","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A5PMV7","smek1","ppp2r1a","smek1","ppp2r1ba","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","Q6NY64","smek1","ppp2r2d","smek1","ppp2r2d","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A0A0R4IJA2","smek1","ppp2r2ba","smek1","A0A0R4IJA2","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","F1Q9Y3","smek1","Serine/threonine protein phosphatase 2A regulatory subunit","smek1","ppp2r5b","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A2BG80","smek1","MDS026","smek1","ppp2r2ab","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000061842","physical","txid7955" +"Q5SP90","A2CF49","smek1","fc23d07","smek1","ptpa","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000061842","physical","txid7955" +"Q6NY64","A0A0R4IJA2","ppp2r2d","ppp2r2ba","ppp2r2d","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000131296","physical","txid7955" +"X1WDS4","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2ba","ppp2r2aa","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000128373","physical","txid7955" +"X1WDS4","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2b","ppp2r2aa","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000128373","physical","txid7955" +"X1WDS4","Q6NY64","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r2d","ppp2r2aa","ppp2r2d","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000128373","physical","txid7955" +"A1L1M4","F1QSR1","ppp4r2b","Serine/threonine protein phosphatase 2A regulatory subunit","ppp4r2b","F1QSR1","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","Q7ZUQ2","ppp4r2b","ppp2r5e1","ppp4r2b","ppp2r5eb","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","F1Q9Y3","ppp4r2b","Serine/threonine protein phosphatase 2A regulatory subunit","ppp4r2b","ppp2r5b","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A0A0R4IEA6","ppp4r2b","ppp2r2b","ppp4r2b","A0A0R4IEA6","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A3KGZ6","ppp4r2b","ppp3cc","ppp4r2b","ppp3cca","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A0A0R4IJA2","ppp4r2b","ppp2r2ba","ppp4r2b","A0A0R4IJA2","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","E9QG20","ppp4r2b","canb1","ppp4r2b","ppp3r1a","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A4QP33","ppp4r2b","ppp2r5c","ppp4r2b","ppp2r5cb","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","B0S5Q0","ppp4r2b","Protein phosphatase 2, regulatory subunit B'', alpha","ppp4r2b","B0S5Q0","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A9JRC7","ppp4r2b","ppp4cb","ppp4r2b","ppp4cb","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 4 catalytic subunit B (PP4C-B) (EC 3.1.3.16)","string-db","7955.ENSDARP00000103385/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","Q66HZ0","ppp4r2b","zgc:92169","ppp4r2b","Q66HZ0","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","Q6NY64","ppp4r2b","ppp2r2d","ppp4r2b","ppp2r2d","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A2CF49","ppp4r2b","fc23d07","ppp4r2b","ptpa","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A2BG80","ppp4r2b","MDS026","ppp4r2b","ppp2r2ab","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","B0S5T6","ppp4r2b","Protein phosphatase 2, regulatory subunit B'', beta","ppp4r2b","ppp2r3b","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","F1QF86","ppp4r2b","im:7163784","ppp4r2b","F1QF86","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","X1WDS4","ppp4r2b","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp4r2b","ppp2r2aa","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","E7F3A9","ppp4r2b","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp4r2b","E7F3A9","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000069968","physical","txid7955" +"A1L1M4","A5PMV7","ppp4r2b","ppp2r1a","ppp4r2b","ppp2r1ba","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000069968","physical","txid7955" +"Q6P964","Q7ZUQ2","ppp4r2a","ppp2r5e1","Q6P964","ppp2r5eb","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000091097/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","Q6NY64","ppp4r2a","ppp2r2d","Q6P964","ppp2r2d","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","E7F3A9","ppp4r2a","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Q6P964","E7F3A9","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000084300/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","B0S5T6","ppp4r2a","Protein phosphatase 2, regulatory subunit B'', beta","Q6P964","ppp2r3b","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","string-db","7955.ENSDARP00000104429/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A2CF49","ppp4r2a","fc23d07","Q6P964","ptpa","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A2BG80","ppp4r2a","MDS026","Q6P964","ppp2r2ab","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","X1WDS4","ppp4r2a","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","Q6P964","ppp2r2aa","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","F1QF86","ppp4r2a","im:7163784","Q6P964","F1QF86","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000074466/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","F1QSR1","ppp4r2a","Serine/threonine protein phosphatase 2A regulatory subunit","Q6P964","F1QSR1","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000076538/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","Q66HZ0","ppp4r2a","zgc:92169","Q6P964","Q66HZ0","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","E9QG20","ppp4r2a","canb1","Q6P964","ppp3r1a","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A5PMV7","ppp4r2a","ppp2r1a","Q6P964","ppp2r1ba","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A0A0R4IJA2","ppp4r2a","ppp2r2ba","Q6P964","A0A0R4IJA2","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","B0S5Q0","ppp4r2a","Protein phosphatase 2, regulatory subunit B'', alpha","Q6P964","B0S5Q0","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A3KGZ6","ppp4r2a","ppp3cc","Q6P964","ppp3cca","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","F1Q9Y3","ppp4r2a","Serine/threonine protein phosphatase 2A regulatory subunit","Q6P964","ppp2r5b","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000071683/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","Q5SP90","ppp4r2a","smek1","Q6P964","smek1","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","string-db","7955.ENSDARP00000061842/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A4QP33","ppp4r2a","ppp2r5c","Q6P964","ppp2r5cb","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine protein phosphatase 2A regulatory subunit","string-db","7955.ENSDARP00000103928/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A0A0R4IEA6","ppp4r2a","ppp2r2b","Q6P964","A0A0R4IEA6","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000036492","physical","txid7955" +"Q6P964","A1L1M4","ppp4r2a","ppp4r2b","Q6P964","ppp4r2b","Serine/threonine-protein phosphatase 4 regulatory subunit 2-A","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","string-db","7955.ENSDARP00000069968/7955.ENSDARP00000036492","physical","txid7955" +"A2CF49","Q6NY64","fc23d07","ppp2r2d","ptpa","ppp2r2d","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000118562","physical","txid7955" +"A2CF49","X1WDS4","fc23d07","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ptpa","ppp2r2aa","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000118562","physical","txid7955" +"A2CF49","A0A0R4IJA2","fc23d07","ppp2r2ba","ptpa","A0A0R4IJA2","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000118562","physical","txid7955" +"A2CF49","A0A0R4IEA6","fc23d07","ppp2r2b","ptpa","A0A0R4IEA6","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000118562","physical","txid7955" +"A2CF49","A3KGZ6","fc23d07","ppp3cc","ptpa","ppp3cca","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000118562","physical","txid7955" +"B0S5T6","Q803G3","Protein phosphatase 2, regulatory subunit B'', beta","fc05c02","ppp2r3b","ppp2cb","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000140225/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","X1WDS4","Protein phosphatase 2, regulatory subunit B'', beta","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","ppp2r3b","ppp2r2aa","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000128373/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","E9QG20","Protein phosphatase 2, regulatory subunit B'', beta","canb1","ppp2r3b","ppp3r1a","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","string-db","7955.ENSDARP00000115596/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A3KGZ6","Protein phosphatase 2, regulatory subunit B'', beta","ppp3cc","ppp2r3b","ppp3cca","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000121481/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A0A0R4IJA2","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r2ba","ppp2r3b","A0A0R4IJA2","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000133968/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","Q6NY64","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r2d","ppp2r3b","ppp2r2d","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","string-db","7955.ENSDARP00000131296/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A5PMV7","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r1a","ppp2r3b","ppp2r1ba","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A2CF49","Protein phosphatase 2, regulatory subunit B'', beta","fc23d07","ppp2r3b","ptpa","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","string-db","7955.ENSDARP00000118562/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A2BG80","Protein phosphatase 2, regulatory subunit B'', beta","MDS026","ppp2r3b","ppp2r2ab","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","A0A0R4IEA6","Protein phosphatase 2, regulatory subunit B'', beta","ppp2r2b","ppp2r3b","A0A0R4IEA6","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000131058/7955.ENSDARP00000104429","physical","txid7955" +"B0S5T6","B0S5Q0","Protein phosphatase 2, regulatory subunit B'', beta","Protein phosphatase 2, regulatory subunit B'', alpha","ppp2r3b","B0S5Q0","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","Protein phosphatase 2, regulatory subunit B'', alpha (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit alpha isoform X2)","string-db","7955.ENSDARP00000113838/7955.ENSDARP00000104429","physical","txid7955" +"Q75XT1","Q1L8Y9","wu:fa01e01","si:ch211-39a7.1","Q75XT1","chrna11","Acetylcholine receptor subunit delta","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","E7F2Q4","wu:fa01e01","Cholinergic receptor, nicotinic, beta 1","Q75XT1","chrnb1l","Acetylcholine receptor subunit delta","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","string-db","7955.ENSDARP00000034131/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","Q98880","wu:fa01e01","chrna1","Q75XT1","Q98880","Acetylcholine receptor subunit delta","Acetylcholine receptor subunit alpha","string-db","7955.ENSDARP00000021860/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","Q1RLX8","wu:fa01e01","zgc:136717","Q75XT1","Q1RLX8","Acetylcholine receptor subunit delta","Neuronal acetylcholine receptor subunit alpha-2","string-db","7955.ENSDARP00000028704/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","A2BG85","wu:fa01e01","im:7154697","Q75XT1","chrne","Acetylcholine receptor subunit delta","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","A0A0G2L879","wu:fa01e01","chrna7b","Q75XT1","LOC101882451","Acetylcholine receptor subunit delta","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","E7F4S7","wu:fa01e01","chrnb2b","Q75XT1","chrnb2","Acetylcholine receptor subunit delta","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","string-db","7955.ENSDARP00000041624/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","A0A0R4ISQ3","wu:fa01e01","Neuronal acetylcholine receptor subunit beta-4","Q75XT1","chrnb4","Acetylcholine receptor subunit delta","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","E7F9V1","wu:fa01e01","chrngl","Q75XT1","E7F9V1","Acetylcholine receptor subunit delta","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000016537","physical","txid7955" +"Q75XT1","Q0PJT8","wu:fa01e01","LOC556619","Q75XT1","chrna4b","Acetylcholine receptor subunit delta","Neuronal acetylcholine receptor subunit alpha-4","string-db","7955.ENSDARP00000022694/7955.ENSDARP00000016537","physical","txid7955" +"Q1L8Y9","A0A0G2L879","si:ch211-39a7.1","chrna7b","chrna11","LOC101882451","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000120968","physical","txid7955" +"Q1L8Y9","A0A0R4ISQ3","si:ch211-39a7.1","Neuronal acetylcholine receptor subunit beta-4","chrna11","chrnb4","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000120968","physical","txid7955" +"E7F9V1","A2BG85","chrngl","im:7154697","E7F9V1","chrne","Acetylcholine receptor subunit gamma","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000110378","physical","txid7955" +"E7F9V1","A0A0G2L879","chrngl","chrna7b","E7F9V1","LOC101882451","Acetylcholine receptor subunit gamma","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000110378","physical","txid7955" +"E7F9V1","A0A0R4ISQ3","chrngl","Neuronal acetylcholine receptor subunit beta-4","E7F9V1","chrnb4","Acetylcholine receptor subunit gamma","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000110378","physical","txid7955" +"E7F9V1","Q1L8Y9","chrngl","si:ch211-39a7.1","E7F9V1","chrna11","Acetylcholine receptor subunit gamma","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000110378","physical","txid7955" +"A2BG85","A0A0R4ISQ3","im:7154697","Neuronal acetylcholine receptor subunit beta-4","chrne","chrnb4","Acetylcholine receptor subunit epsilon","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000116514","physical","txid7955" +"A2BG85","Q1L8Y9","im:7154697","si:ch211-39a7.1","chrne","chrna11","Acetylcholine receptor subunit epsilon","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000116514","physical","txid7955" +"A2BG85","A0A0G2L879","im:7154697","chrna7b","chrne","LOC101882451","Acetylcholine receptor subunit epsilon","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000116514","physical","txid7955" +"E7F2Q4","A0A0R4ISQ3","Cholinergic receptor, nicotinic, beta 1","Neuronal acetylcholine receptor subunit beta-4","chrnb1l","chrnb4","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","Neuronal acetylcholine receptor subunit beta-4","string-db","7955.ENSDARP00000138900/7955.ENSDARP00000034131","physical","txid7955" +"E7F2Q4","Q1L8Y9","Cholinergic receptor, nicotinic, beta 1","si:ch211-39a7.1","chrnb1l","chrna11","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","string-db","7955.ENSDARP00000120968/7955.ENSDARP00000034131","physical","txid7955" +"E7F2Q4","E7F9V1","Cholinergic receptor, nicotinic, beta 1","chrngl","chrnb1l","E7F9V1","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","Acetylcholine receptor subunit gamma","string-db","7955.ENSDARP00000110378/7955.ENSDARP00000034131","physical","txid7955" +"E7F2Q4","A2BG85","Cholinergic receptor, nicotinic, beta 1","im:7154697","chrnb1l","chrne","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","Acetylcholine receptor subunit epsilon","string-db","7955.ENSDARP00000116514/7955.ENSDARP00000034131","physical","txid7955" +"E7F2Q4","A0A0G2L879","Cholinergic receptor, nicotinic, beta 1","chrna7b","chrnb1l","LOC101882451","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","Neuronal acetylcholine receptor subunit alpha-7","string-db","7955.ENSDARP00000140988/7955.ENSDARP00000034131","physical","txid7955" +"Q7ZUI3","Q90474","zgc:56497","hsp90a.1","ttc9c","Q90474","Tetratricopeptide repeat domain 9C (Tetratricopeptide repeat protein 9C) (Zgc:56497)","Heat shock protein HSP 90-alpha 1","string-db","7955.ENSDARP00000022302/7955.ENSDARP00000016595","physical","txid7955" +"Q7ZVK2","A0A0N4SUD2","ube2g2","Ubi-p63E","ube2g1a","ubb","Ubiquitin-conjugating enzyme E2 G1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2G 1a (UBC7 homolog, yeast)) (Ubiquitin-conjugating enzyme E2G 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000016596","physical","txid7955" +"Q7ZVK2","F1QHN6","ube2g2","im:7042025","ube2g1a","ubc","Ubiquitin-conjugating enzyme E2 G1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2G 1a (UBC7 homolog, yeast)) (Ubiquitin-conjugating enzyme E2G 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000016596","physical","txid7955" +"Q7ZVK2","Q7SXA3","ube2g2","zgc:66168","ube2g1a","rps27a","Ubiquitin-conjugating enzyme E2 G1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2G 1a (UBC7 homolog, yeast)) (Ubiquitin-conjugating enzyme E2G 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000016596","physical","txid7955" +"F1R3X3","A0A2R8Q8S1","RAS p21 protein activator","wu:fa04e08","rasa1a","kras","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000051517","physical","txid7955" +"F1R3X3","E7F8G5","RAS p21 protein activator","LOC100004299","rasa1a","arhgap35a","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000051517","physical","txid7955" +"F1R3X3","A0A2R8Q0D8","RAS p21 protein activator","Platelet-derived growth factor subunit B","rasa1a","A0A2R8Q0D8","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000051517","physical","txid7955" +"F1R3X3","P79737","RAS p21 protein activator","nras","rasa1a","P79737","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000051517","physical","txid7955" +"Q6NYS4","A0A2R8Q8S1","pbp","wu:fa04e08","pebp1","kras","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000112865","physical","txid7955" +"Q6NYS4","Q5M7Y2","pbp","zgc:92074","pebp1","Q5M7Y2","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000112865","physical","txid7955" +"A0A140LGD0","A0A2R8Q8S1","si:ch211-255l12.2","wu:fa04e08","spred3","kras","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000142309","physical","txid7955" +"B0S750","E7F5A7","si:ch211-251j10.3","si:ch73-116o1.2","si:ch211-251j10.3","si:ch73-116o1.2","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","Ras-related protein M-Ras (Si:ch73-116o1.2)","string-db","7955.ENSDARP00000124094/7955.ENSDARP00000118941","physical","txid7955" +"B0S750","A0A286Y9A7","si:ch211-251j10.3","mras","si:ch211-251j10.3","mras","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","Muscle RAS oncogene homolog (Ras-related protein M-Ras)","string-db","7955.ENSDARP00000143752/7955.ENSDARP00000118941","physical","txid7955" +"B0S750","A0A2R8Q8S1","si:ch211-251j10.3","wu:fa04e08","si:ch211-251j10.3","kras","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000118941","physical","txid7955" +"A2CE77","A0A2R8Q8S1","si:dkey-93f15.3","wu:fa04e08","A2CE77","kras","RAS p21 protein activator 4 (Ras GTPase-activating protein 4)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000088144","physical","txid7955" +"E7FDZ7","A0A2R8Q8S1","Disabled homolog 2-interacting protein","wu:fa04e08","E7FDZ7","kras","Disabled homolog 2-interacting protein (RAS protein activator-like 3)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000106789","physical","txid7955" +"E7F916","A0A2R8Q8S1","RAS p21 protein activator 3","wu:fa04e08","rasa3","kras","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000086956","physical","txid7955" +"F1QX32","A0A2R8Q8S1","RAS protein activator-like 2","wu:fa04e08","rasal2","kras","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000052665","physical","txid7955" +"F1QX32","Q6PC71","RAS protein activator-like 2","arhe","rasal2","rnd3a","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000052665","physical","txid7955" +"F1QX32","P79737","RAS protein activator-like 2","nras","rasal2","P79737","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","GTPase NRas (EC 3.6.5.2) (Transforming protein N-Ras) (ZRas-B1)","string-db","7955.ENSDARP00000055741/7955.ENSDARP00000052665","physical","txid7955" +"E7F1U4","A0A2R8Q8S1","si:dkey-246f6.1","wu:fa04e08","E7F1U4","kras","Ras/Rap GTPase-activating protein SynGAP1b (Synaptic Ras GTPase-activating protein 1b)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000087797","physical","txid7955" +"A9C458","A3KNJ5","Phospholipase A2","zgc:162119","A9C458","pla2g12a","Phospholipase A2 (EC 3.1.1.4)","Group XIIA secretory phospholipase A2 precursor (EC 3.1.1.4) (Phospholipase A2, group XIIA) (Zgc:162119 protein)","string-db","7955.ENSDARP00000094182/7955.ENSDARP00000016680","physical","txid7955" +"A9C458","E7F718","Phospholipase A2","LOC101885160","A9C458","E7F718","Phospholipase A2 (EC 3.1.1.4)","Group 3 secretory phospholipase A2-like","string-db","7955.ENSDARP00000140790/7955.ENSDARP00000016680","physical","txid7955" +"A9C458","Q6DHQ7","Phospholipase A2","Phospholipase A2","A9C458","Q6DHQ7","Phospholipase A2 (EC 3.1.1.4)","Phospholipase A2 (EC 3.1.1.4)","string-db","7955.ENSDARP00000132585/7955.ENSDARP00000016680","physical","txid7955" +"A9C458","A0A8M9Q5G7","Phospholipase A2","Protein-interacting with cyclin A1","A9C458","A0A8M9Q5G7","Phospholipase A2 (EC 3.1.1.4)","Protein-interacting with cyclin A1 (Uncharacterized protein proca1)","string-db","7955.ENSDARP00000092693/7955.ENSDARP00000016680","physical","txid7955" +"Q6DHQ7","E7F718","Phospholipase A2","LOC101885160","Q6DHQ7","E7F718","Phospholipase A2 (EC 3.1.1.4)","Group 3 secretory phospholipase A2-like","string-db","7955.ENSDARP00000140790/7955.ENSDARP00000132585","physical","txid7955" +"A3KNJ5","Q6DHQ7","zgc:162119","Phospholipase A2","pla2g12a","Q6DHQ7","Group XIIA secretory phospholipase A2 precursor (EC 3.1.1.4) (Phospholipase A2, group XIIA) (Zgc:162119 protein)","Phospholipase A2 (EC 3.1.1.4)","string-db","7955.ENSDARP00000132585/7955.ENSDARP00000094182","physical","txid7955" +"A3KNJ5","E7F718","zgc:162119","LOC101885160","pla2g12a","E7F718","Group XIIA secretory phospholipase A2 precursor (EC 3.1.1.4) (Phospholipase A2, group XIIA) (Zgc:162119 protein)","Group 3 secretory phospholipase A2-like","string-db","7955.ENSDARP00000140790/7955.ENSDARP00000094182","physical","txid7955" +"A0A8M9Q5G7","E7F718","Protein-interacting with cyclin A1","LOC101885160","A0A8M9Q5G7","E7F718","Protein-interacting with cyclin A1 (Uncharacterized protein proca1)","Group 3 secretory phospholipase A2-like","string-db","7955.ENSDARP00000140790/7955.ENSDARP00000092693","physical","txid7955" +"A0A8M9Q5G7","Q6DHQ7","Protein-interacting with cyclin A1","Phospholipase A2","A0A8M9Q5G7","Q6DHQ7","Protein-interacting with cyclin A1 (Uncharacterized protein proca1)","Phospholipase A2 (EC 3.1.1.4)","string-db","7955.ENSDARP00000132585/7955.ENSDARP00000092693","physical","txid7955" +"A0A8M9Q5G7","A3KNJ5","Protein-interacting with cyclin A1","zgc:162119","A0A8M9Q5G7","pla2g12a","Protein-interacting with cyclin A1 (Uncharacterized protein proca1)","Group XIIA secretory phospholipase A2 precursor (EC 3.1.1.4) (Phospholipase A2, group XIIA) (Zgc:162119 protein)","string-db","7955.ENSDARP00000094182/7955.ENSDARP00000092693","physical","txid7955" +"F1RDU2","Q08CT3","glutaminase","zgc:152741","glsb","glulc","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000043238/7955.ENSDARP00000016703","physical","txid7955" +"F1RDU2","E7F6N5","glutaminase","glutaminase","glsb","E7F6N5","glutaminase (EC 3.5.1.2)","glutaminase (EC 3.5.1.2)","string-db","7955.ENSDARP00000129844/7955.ENSDARP00000016703","physical","txid7955" +"F1RDU2","Q7T2P7","glutaminase","cb195","glsb","glula","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000134084/7955.ENSDARP00000016703","physical","txid7955" +"F1RDU2","Q1LWI2","glutaminase","glsl","glsb","glsa","glutaminase (EC 3.5.1.2)","glutaminase (EC 3.5.1.2)","string-db","7955.ENSDARP00000123510/7955.ENSDARP00000016703","physical","txid7955" +"F1RDU2","Q7ZVF2","glutaminase","fb11d08","glsb","glulb","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000136429/7955.ENSDARP00000016703","physical","txid7955" +"Q7T2P7","Q7ZVF2","cb195","fb11d08","glula","glulb","Glutamine synthetase (EC 6.3.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000136429/7955.ENSDARP00000134084","physical","txid7955" +"E7F6N5","Q7T2P7","glutaminase","cb195","E7F6N5","glula","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000134084/7955.ENSDARP00000129844","physical","txid7955" +"E7F6N5","Q7ZVF2","glutaminase","fb11d08","E7F6N5","glulb","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000136429/7955.ENSDARP00000129844","physical","txid7955" +"Q08CT3","Q1LWI2","zgc:152741","glsl","glulc","glsa","Glutamine synthetase (EC 6.3.1.2)","glutaminase (EC 3.5.1.2)","string-db","7955.ENSDARP00000123510/7955.ENSDARP00000043238","physical","txid7955" +"Q08CT3","Q7ZVF2","zgc:152741","fb11d08","glulc","glulb","Glutamine synthetase (EC 6.3.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000136429/7955.ENSDARP00000043238","physical","txid7955" +"Q08CT3","Q7T2P7","zgc:152741","cb195","glulc","glula","Glutamine synthetase (EC 6.3.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000134084/7955.ENSDARP00000043238","physical","txid7955" +"Q08CT3","E7F6N5","zgc:152741","glutaminase","glulc","E7F6N5","Glutamine synthetase (EC 6.3.1.2)","glutaminase (EC 3.5.1.2)","string-db","7955.ENSDARP00000129844/7955.ENSDARP00000043238","physical","txid7955" +"Q1LWI2","Q7T2P7","glsl","cb195","glsa","glula","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000134084/7955.ENSDARP00000123510","physical","txid7955" +"Q1LWI2","Q7ZVF2","glsl","fb11d08","glsa","glulb","glutaminase (EC 3.5.1.2)","Glutamine synthetase (EC 6.3.1.2)","string-db","7955.ENSDARP00000136429/7955.ENSDARP00000123510","physical","txid7955" +"Q1LWI2","E7F6N5","glsl","glutaminase","glsa","E7F6N5","glutaminase (EC 3.5.1.2)","glutaminase (EC 3.5.1.2)","string-db","7955.ENSDARP00000129844/7955.ENSDARP00000123510","physical","txid7955" +"Q6PCS7","A5WUM0","wu:fa94d09","cb116","Q6PCS7","A5WUM0","5'-AMP-activated protein kinase subunit gamma-1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","F1QK10","wu:fa94d09","zgc:136850","Q6PCS7","prkag3b","5'-AMP-activated protein kinase subunit gamma-1","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","Q3B736","wu:fa94d09","atg101","Q6PCS7","atg101","5'-AMP-activated protein kinase subunit gamma-1","Autophagy-related protein 101","string-db","7955.ENSDARP00000063543/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","F1QRT4","wu:fa94d09","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","Q6PCS7","prkag2b","5'-AMP-activated protein kinase subunit gamma-1","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","Q6DHM2","wu:fa94d09","zgc:92228","Q6PCS7","prkab1a","5'-AMP-activated protein kinase subunit gamma-1","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","string-db","7955.ENSDARP00000064865/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","E7FFM2","wu:fa94d09","RB1-inducible coiled-coil 1","Q6PCS7","E7FFM2","5'-AMP-activated protein kinase subunit gamma-1","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","Q7SYE0","wu:fa94d09","atg13","Q6PCS7","atg13","5'-AMP-activated protein kinase subunit gamma-1","Autophagy-related protein 13","string-db","7955.ENSDARP00000052323/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","F8W5P9","wu:fa94d09","zgc:153329","Q6PCS7","F8W5P9","5'-AMP-activated protein kinase subunit gamma-1","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","A0F081","wu:fa94d09","Sestrin 2","Q6PCS7","A0F081","5'-AMP-activated protein kinase subunit gamma-1","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","Q6NY31","wu:fa94d09","prkab1","Q6PCS7","prkab1b","5'-AMP-activated protein kinase subunit gamma-1","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","string-db","7955.ENSDARP00000040329/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","Q6DG05","wu:fa94d09","zgc:91970","Q6PCS7","Q6DG05","5'-AMP-activated protein kinase subunit gamma-1","Sestrin-1 (EC 1.11.1.15)","string-db","7955.ENSDARP00000062992/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","E9QIB7","wu:fa94d09","non-specific serine/threonine protein kinase","Q6PCS7","ulk1b","5'-AMP-activated protein kinase subunit gamma-1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","F1R1P4","wu:fa94d09","cb261","Q6PCS7","sesn3","5'-AMP-activated protein kinase subunit gamma-1","Sestrin-3","string-db","7955.ENSDARP00000081388/7955.ENSDARP00000016733","physical","txid7955" +"Q6PCS7","E7F9C4","wu:fa94d09","5'-AMP-activated protein kinase catalytic subunit alpha-2","Q6PCS7","prkaa2","5'-AMP-activated protein kinase subunit gamma-1","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000016733","physical","txid7955" +"E7F9C4","F8W5P9","5'-AMP-activated protein kinase catalytic subunit alpha-2","zgc:153329","prkaa2","F8W5P9","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","F1QK10","5'-AMP-activated protein kinase catalytic subunit alpha-2","zgc:136850","prkaa2","prkag3b","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","F1QRT4","5'-AMP-activated protein kinase catalytic subunit alpha-2","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","prkaa2","prkag2b","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","E9QIB7","5'-AMP-activated protein kinase catalytic subunit alpha-2","non-specific serine/threonine protein kinase","prkaa2","ulk1b","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","E7FFM2","5'-AMP-activated protein kinase catalytic subunit alpha-2","RB1-inducible coiled-coil 1","prkaa2","E7FFM2","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","A0F081","5'-AMP-activated protein kinase catalytic subunit alpha-2","Sestrin 2","prkaa2","A0F081","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000080103","physical","txid7955" +"E7F9C4","F1R1P4","5'-AMP-activated protein kinase catalytic subunit alpha-2","cb261","prkaa2","sesn3","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","Sestrin-3","string-db","7955.ENSDARP00000081388/7955.ENSDARP00000080103","physical","txid7955" +"F1R1P4","F1QK10","cb261","zgc:136850","sesn3","prkag3b","Sestrin-3","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000081388","physical","txid7955" +"F1R1P4","F8W5P9","cb261","zgc:153329","sesn3","F8W5P9","Sestrin-3","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000081388","physical","txid7955" +"Q6NY31","E7F9C4","prkab1","5'-AMP-activated protein kinase catalytic subunit alpha-2","prkab1b","prkaa2","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000040329","physical","txid7955" +"Q6NY31","F8W5P9","prkab1","zgc:153329","prkab1b","F8W5P9","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000040329","physical","txid7955" +"Q6NY31","A5WUM0","prkab1","cb116","prkab1b","A5WUM0","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000040329","physical","txid7955" +"Q6NY31","F1QRT4","prkab1","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","prkab1b","prkag2b","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000040329","physical","txid7955" +"Q6NY31","F1QK10","prkab1","zgc:136850","prkab1b","prkag3b","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000040329","physical","txid7955" +"Q6NY31","Q6DHM2","prkab1","zgc:92228","prkab1b","prkab1a","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","string-db","7955.ENSDARP00000064865/7955.ENSDARP00000040329","physical","txid7955" +"Q6DHM2","F8W5P9","zgc:92228","zgc:153329","prkab1a","F8W5P9","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","A0F081","zgc:92228","Sestrin 2","prkab1a","A0F081","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","E7FFM2","zgc:92228","RB1-inducible coiled-coil 1","prkab1a","E7FFM2","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","F1QK10","zgc:92228","zgc:136850","prkab1a","prkag3b","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","F1QRT4","zgc:92228","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","prkab1a","prkag2b","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","A5WUM0","zgc:92228","cb116","prkab1a","A5WUM0","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079966/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","F1R1P4","zgc:92228","cb261","prkab1a","sesn3","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","Sestrin-3","string-db","7955.ENSDARP00000081388/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","E7F9C4","zgc:92228","5'-AMP-activated protein kinase catalytic subunit alpha-2","prkab1a","prkaa2","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000064865","physical","txid7955" +"Q6DHM2","E9QIB7","zgc:92228","non-specific serine/threonine protein kinase","prkab1a","ulk1b","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000064865","physical","txid7955" +"F1QK10","F1QRT4","zgc:136850","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","prkag3b","prkag2b","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000114828","physical","txid7955" +"F1QK10","F8W5P9","zgc:136850","zgc:153329","prkag3b","F8W5P9","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000114828","physical","txid7955" +"A5WUM0","F1QRT4","cb116","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","A5WUM0","prkag2b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","string-db","7955.ENSDARP00000122431/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","E9QIB7","cb116","non-specific serine/threonine protein kinase","A5WUM0","ulk1b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","F8W5P9","cb116","zgc:153329","A5WUM0","F8W5P9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","E7FFM2","cb116","RB1-inducible coiled-coil 1","A5WUM0","E7FFM2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RB1-inducible coiled-coil 1 (RB1-inducible coiled-coil protein 1)","string-db","7955.ENSDARP00000097746/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","F1QK10","cb116","zgc:136850","A5WUM0","prkag3b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","string-db","7955.ENSDARP00000114828/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","A0F081","cb116","Sestrin 2","A5WUM0","A0F081","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","E7F9C4","cb116","5'-AMP-activated protein kinase catalytic subunit alpha-2","A5WUM0","prkaa2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000080103/7955.ENSDARP00000079966","physical","txid7955" +"A5WUM0","F1R1P4","cb116","cb261","A5WUM0","sesn3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Sestrin-3","string-db","7955.ENSDARP00000081388/7955.ENSDARP00000079966","physical","txid7955" +"F1QRT4","F8W5P9","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","zgc:153329","prkag2b","F8W5P9","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","5'-AMP-activated protein kinase subunit gamma-2 isoform 2 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit a)","string-db","7955.ENSDARP00000125018/7955.ENSDARP00000122431","physical","txid7955" +"A0A140LFW6","B3DIU9","GTPase IMAP family member 8-like isoform X2","zgc:194561","A0A140LFW6","tubgcp4","GTPase IMAP family member 8-like isoform X2 (Si:ch1073-365p7.2)","Gamma-tubulin complex component","string-db","7955.ENSDARP00000143044/7955.ENSDARP00000142142","physical","txid7955" +"Q7ZYX4","Q38JL1","fa95c01","hm:zeh0300","cct6a","rgs6","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q5BJ11","fa95c01","im:7138539","cct6a","gnb2","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","A0A2R8RKX9","fa95c01","zgc:101614","cct6a","A0A2R8RKX9","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","A0A0R4IJT8","fa95c01","fa22h09","cct6a","A0A0R4IJT8","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","F1QTL0","fa95c01","fc06a08","cct6a","pdcl","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","B8A5L7","fa95c01","zgc:171922","cct6a","rgs11","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q6ZM84","fa95c01","rgs9","cct6a","rgs9b","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","A1L271","fa95c01","gnb5a","cct6a","gnb5a","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q6PH46","fa95c01","zgc:65789","cct6a","cct4","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","T-complex protein 1 subunit delta","string-db","7955.ENSDARP00000025466/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q803H5","fa95c01","gnb1l","cct6a","gnb1b","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","F1Q9W6","fa95c01","rgs7","cct6a","F1Q9W6","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","F1R498","fa95c01","zgc:56178","cct6a","rpap3","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q6DH55","fa95c01","zgc:92641","cct6a","gnb3a","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","string-db","7955.ENSDARP00000017443/7955.ENSDARP00000016831","physical","txid7955" +"Q7ZYX4","Q6NVI6","fa95c01","unm_tf212","cct6a","cct5","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","T-complex protein 1 subunit epsilon (CCT-epsilon)","string-db","7955.ENSDARP00000066759/7955.ENSDARP00000016831","physical","txid7955" +"Q6PH46","Q58EK5","zgc:65789","tdrd1","cct4","Q58EK5","T-complex protein 1 subunit delta","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","A0A2R8RKX9","zgc:65789","zgc:101614","cct4","A0A2R8RKX9","T-complex protein 1 subunit delta","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","Q5BJ11","zgc:65789","im:7138539","cct4","gnb2","T-complex protein 1 subunit delta","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","string-db","7955.ENSDARP00000051230/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","Q803H5","zgc:65789","gnb1l","cct4","gnb1b","T-complex protein 1 subunit delta","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","Q6NVI6","zgc:65789","unm_tf212","cct4","cct5","T-complex protein 1 subunit delta","T-complex protein 1 subunit epsilon (CCT-epsilon)","string-db","7955.ENSDARP00000066759/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","F1R498","zgc:65789","zgc:56178","cct4","rpap3","T-complex protein 1 subunit delta","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","A1L271","zgc:65789","gnb5a","cct4","gnb5a","T-complex protein 1 subunit delta","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","A0A0R4IJT8","zgc:65789","fa22h09","cct4","A0A0R4IJT8","T-complex protein 1 subunit delta","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","F1Q9W6","zgc:65789","rgs7","cct4","F1Q9W6","T-complex protein 1 subunit delta","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","Q6ZM84","zgc:65789","rgs9","cct4","rgs9b","T-complex protein 1 subunit delta","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","Q38JL1","zgc:65789","hm:zeh0300","cct4","rgs6","T-complex protein 1 subunit delta","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","F1QTL0","zgc:65789","fc06a08","cct4","pdcl","T-complex protein 1 subunit delta","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000025466","physical","txid7955" +"Q6PH46","B8A5L7","zgc:65789","zgc:171922","cct4","rgs11","T-complex protein 1 subunit delta","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000025466","physical","txid7955" +"Q6NVI6","B8A5L7","unm_tf212","zgc:171922","cct5","rgs11","T-complex protein 1 subunit epsilon (CCT-epsilon)","Regulator of G-protein signaling 11","string-db","7955.ENSDARP00000113154/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","Q6ZM84","unm_tf212","rgs9","cct5","rgs9b","T-complex protein 1 subunit epsilon (CCT-epsilon)","Regulator of G-protein signaling 9","string-db","7955.ENSDARP00000119059/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","F1R498","unm_tf212","zgc:56178","cct5","rpap3","T-complex protein 1 subunit epsilon (CCT-epsilon)","RNA polymerase II-associated protein 3","string-db","7955.ENSDARP00000107727/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","F1Q9W6","unm_tf212","rgs7","cct5","F1Q9W6","T-complex protein 1 subunit epsilon (CCT-epsilon)","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","string-db","7955.ENSDARP00000095665/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","Q803H5","unm_tf212","gnb1l","cct5","gnb1b","T-complex protein 1 subunit epsilon (CCT-epsilon)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","A0A2R8RKX9","unm_tf212","zgc:101614","cct5","A0A2R8RKX9","T-complex protein 1 subunit epsilon (CCT-epsilon)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","A0A0R4IJT8","unm_tf212","fa22h09","cct5","A0A0R4IJT8","T-complex protein 1 subunit epsilon (CCT-epsilon)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","Q6PCS3","unm_tf212","id:ibd5026","cct5","mef2ca","T-complex protein 1 subunit epsilon (CCT-epsilon)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","A1L271","unm_tf212","gnb5a","cct5","gnb5a","T-complex protein 1 subunit epsilon (CCT-epsilon)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","Q38JL1","unm_tf212","hm:zeh0300","cct5","rgs6","T-complex protein 1 subunit epsilon (CCT-epsilon)","Regulator of G-protein signaling 6 (Rgs6)","string-db","7955.ENSDARP00000119214/7955.ENSDARP00000066759","physical","txid7955" +"Q6NVI6","F1QTL0","unm_tf212","fc06a08","cct5","pdcl","T-complex protein 1 subunit epsilon (CCT-epsilon)","Phosducin-like","string-db","7955.ENSDARP00000128225/7955.ENSDARP00000066759","physical","txid7955" +"F1Q9W6","A0A0R4IJT8","rgs7","fa22h09","F1Q9W6","A0A0R4IJT8","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000095665","physical","txid7955" +"F1Q9W6","A1L271","rgs7","gnb5a","F1Q9W6","gnb5a","Regulator of G protein-signaling 7a (Regulator of G-protein signaling 7 isoform X3)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000095665","physical","txid7955" +"B8A5L7","A0A0R4IJT8","zgc:171922","fa22h09","rgs11","A0A0R4IJT8","Regulator of G-protein signaling 11","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000113154","physical","txid7955" +"B8A5L7","A1L271","zgc:171922","gnb5a","rgs11","gnb5a","Regulator of G-protein signaling 11","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000113154","physical","txid7955" +"Q6ZM84","A0A2R8QUQ1","rgs9","rgs9","rgs9b","rgs9a","Regulator of G-protein signaling 9","Regulator of G protein-signaling 9a (Regulator of G-protein signaling 9)","string-db","7955.ENSDARP00000157261/7955.ENSDARP00000119059","physical","txid7955" +"Q6ZM84","A1L271","rgs9","gnb5a","rgs9b","gnb5a","Regulator of G-protein signaling 9","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000119059","physical","txid7955" +"Q6ZM84","A0A0R4IJT8","rgs9","fa22h09","rgs9b","A0A0R4IJT8","Regulator of G-protein signaling 9","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000119059","physical","txid7955" +"Q38JL1","A0A0R4IJT8","hm:zeh0300","fa22h09","rgs6","A0A0R4IJT8","Regulator of G-protein signaling 6 (Rgs6)","T-complex protein 1 subunit theta (CCT-theta)","string-db","7955.ENSDARP00000135440/7955.ENSDARP00000119214","physical","txid7955" +"Q38JL1","A1L271","hm:zeh0300","gnb5a","rgs6","gnb5a","Regulator of G-protein signaling 6 (Rgs6)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000119214","physical","txid7955" +"A0A0R4IJT8","A0A2R8RKX9","fa22h09","zgc:101614","A0A0R4IJT8","A0A2R8RKX9","T-complex protein 1 subunit theta (CCT-theta)","Guanine nucleotide-binding protein (G protein), beta polypeptide 4b (Uncharacterized protein LOC492811 isoform X1)","string-db","7955.ENSDARP00000147599/7955.ENSDARP00000135440","physical","txid7955" +"A0A0R4IJT8","A1L271","fa22h09","gnb5a","A0A0R4IJT8","gnb5a","T-complex protein 1 subunit theta (CCT-theta)","Guanine nucleotide-binding protein subunit beta-5a","string-db","7955.ENSDARP00000140306/7955.ENSDARP00000135440","physical","txid7955" +"Q502A2","Q5BJI6","zgc:112373","pop5","rpp14","Q5BJI6","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","A2BIL9","zgc:112373","tRNA-splicing endonuclease subunit Sen34","rpp14","A2BIL9","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","A2CF03","zgc:112373","si:dkey-286f3.7","rpp14","las1l","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","A2BEG3","zgc:112373","sb:eu827","rpp14","dgcr8","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","Q5BJK2","zgc:112373","fk66h08","rpp14","rpp30","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","string-db","7955.ENSDARP00000037308/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","Q6IQM3","zgc:112373","rpp40l","rpp14","Q6IQM3","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Ribonuclease P 40 subunit like (Ribonuclease P protein subunit p40 (EC 3.1.26.5)) (Ribonuclease P/MRP 40 subunit)","string-db","7955.ENSDARP00000017777/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","X1WBZ5","zgc:112373","si:dkeyp-33b5.4","rpp14","prorp","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","F1QS85","zgc:112373","fc10d08","rpp14","rpp38","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","Q6TV19","zgc:112373","dicer1","rpp14","dicer1","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Endoribonuclease Dicer (EC 3.1.26.3)","string-db","7955.ENSDARP00000045880/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","B0V3F8","zgc:112373","prkra","rpp14","B0V3F8","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","string-db","7955.ENSDARP00000036697/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","Q5XJ22","zgc:112373","fj61g07","rpp14","pop7","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","E7F3I6","zgc:112373","clp1","rpp14","clp1","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000016855","physical","txid7955" +"Q502A2","Q7SXR1","zgc:112373","tarbp2","rpp14","Q7SXR1","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000016855","physical","txid7955" +"Q5BJK2","A2BIL9","fk66h08","tRNA-splicing endonuclease subunit Sen34","rpp30","A2BIL9","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","A2BEG3","fk66h08","sb:eu827","rpp30","dgcr8","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q6PBT1","fk66h08","zgc:73262","rpp30","rps27.2","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q5XJ22","fk66h08","fj61g07","rpp30","pop7","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","F1QS85","fk66h08","fc10d08","rpp30","rpp38","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","A2CF03","fk66h08","si:dkey-286f3.7","rpp30","las1l","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q5BJI6","fk66h08","pop5","rpp30","Q5BJI6","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q6P6E2","fk66h08","wu:fa91f03","rpp30","Q6P6E2","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q6TV19","fk66h08","dicer1","rpp30","dicer1","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","Endoribonuclease Dicer (EC 3.1.26.3)","string-db","7955.ENSDARP00000045880/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","Q7SXR1","fk66h08","tarbp2","rpp30","Q7SXR1","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","X1WBZ5","fk66h08","si:dkeyp-33b5.4","rpp30","prorp","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000037308","physical","txid7955" +"Q5BJK2","E7F3I6","fk66h08","clp1","rpp30","clp1","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000037308","physical","txid7955" +"A2BIL9","A5WV68","tRNA-splicing endonuclease subunit Sen34","LOC100005064","A2BIL9","tsen15","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","Similar to chromosome 1 open reading frame 19 (TSEN15 tRNA-splicing endonuclease subunit) (tRNA-splicing endonuclease subunit Sen15)","string-db","7955.ENSDARP00000091469/7955.ENSDARP00000081879","physical","txid7955" +"A2BIL9","X1WBZ5","tRNA-splicing endonuclease subunit Sen34","si:dkeyp-33b5.4","A2BIL9","prorp","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000081879","physical","txid7955" +"A2BIL9","A2BEG3","tRNA-splicing endonuclease subunit Sen34","sb:eu827","A2BIL9","dgcr8","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000081879","physical","txid7955" +"A2BIL9","A2CF03","tRNA-splicing endonuclease subunit Sen34","si:dkey-286f3.7","A2BIL9","las1l","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000081879","physical","txid7955" +"A2BIL9","Q7SXR1","tRNA-splicing endonuclease subunit Sen34","tarbp2","A2BIL9","Q7SXR1","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000081879","physical","txid7955" +"A2BIL9","E7F3I6","tRNA-splicing endonuclease subunit Sen34","clp1","A2BIL9","clp1","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000081879","physical","txid7955" +"A2BEG3","A2CF03","sb:eu827","si:dkey-286f3.7","dgcr8","las1l","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000113375","physical","txid7955" +"A2BEG3","X1WBZ5","sb:eu827","si:dkeyp-33b5.4","dgcr8","prorp","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000113375","physical","txid7955" +"Q7SXR1","A2CF03","tarbp2","si:dkey-286f3.7","Q7SXR1","las1l","RISC-loading complex subunit tarbp2","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000094231","physical","txid7955" +"Q7SXR1","K4IAH1","tarbp2","eif2c4","Q7SXR1","K4IAH1","RISC-loading complex subunit tarbp2","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000094231","physical","txid7955" +"Q7SXR1","X1WBZ5","tarbp2","si:dkeyp-33b5.4","Q7SXR1","prorp","RISC-loading complex subunit tarbp2","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000094231","physical","txid7955" +"Q7SXR1","A2BEG3","tarbp2","sb:eu827","Q7SXR1","dgcr8","RISC-loading complex subunit tarbp2","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000094231","physical","txid7955" +"Q7SXR1","X1WG39","tarbp2","si:ch211-119n15.3","Q7SXR1","X1WG39","RISC-loading complex subunit tarbp2","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000094231","physical","txid7955" +"Q6TV19","Q5XJ22","dicer1","fj61g07","dicer1","pop7","Endoribonuclease Dicer (EC 3.1.26.3)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","A2CF03","dicer1","si:dkey-286f3.7","dicer1","las1l","Endoribonuclease Dicer (EC 3.1.26.3)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","X1WG39","dicer1","si:ch211-119n15.3","dicer1","X1WG39","Endoribonuclease Dicer (EC 3.1.26.3)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","A3KPK0","dicer1","ago3","dicer1","A3KPK0","Endoribonuclease Dicer (EC 3.1.26.3)","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","string-db","7955.ENSDARP00000086246/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","Q7SXR1","dicer1","tarbp2","dicer1","Q7SXR1","Endoribonuclease Dicer (EC 3.1.26.3)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","K4IAH1","dicer1","eif2c4","dicer1","K4IAH1","Endoribonuclease Dicer (EC 3.1.26.3)","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","Q5BJI6","dicer1","pop5","dicer1","Q5BJI6","Endoribonuclease Dicer (EC 3.1.26.3)","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","X1WBZ5","dicer1","si:dkeyp-33b5.4","dicer1","prorp","Endoribonuclease Dicer (EC 3.1.26.3)","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","A2BIL9","dicer1","tRNA-splicing endonuclease subunit Sen34","dicer1","A2BIL9","Endoribonuclease Dicer (EC 3.1.26.3)","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","F1QS85","dicer1","fc10d08","dicer1","rpp38","Endoribonuclease Dicer (EC 3.1.26.3)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","A2BEG3","dicer1","sb:eu827","dicer1","dgcr8","Endoribonuclease Dicer (EC 3.1.26.3)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000045880","physical","txid7955" +"Q6TV19","E7F3I6","dicer1","clp1","dicer1","clp1","Endoribonuclease Dicer (EC 3.1.26.3)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000045880","physical","txid7955" +"B0V3F8","Q5XJ22","prkra","fj61g07","B0V3F8","pop7","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Ribonuclease P protein subunit p20 (RNaseP protein p20)","string-db","7955.ENSDARP00000052870/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","A2BEG3","prkra","sb:eu827","B0V3F8","dgcr8","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","Q6TV19","prkra","dicer1","B0V3F8","dicer1","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Endoribonuclease Dicer (EC 3.1.26.3)","string-db","7955.ENSDARP00000045880/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","A2BIL9","prkra","tRNA-splicing endonuclease subunit Sen34","B0V3F8","A2BIL9","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","tRNA-splicing endonuclease subunit Sen34 (EC 4.6.1.16)","string-db","7955.ENSDARP00000081879/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","F1QS85","prkra","fc10d08","B0V3F8","rpp38","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","string-db","7955.ENSDARP00000059052/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","A2CF03","prkra","si:dkey-286f3.7","B0V3F8","las1l","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","string-db","7955.ENSDARP00000121984/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","K4IAH1","prkra","eif2c4","B0V3F8","K4IAH1","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","E7F3I6","prkra","clp1","B0V3F8","clp1","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","string-db","7955.ENSDARP00000087664/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","X1WG39","prkra","si:ch211-119n15.3","B0V3F8","X1WG39","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","A3KPK0","prkra","ago3","B0V3F8","A3KPK0","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","string-db","7955.ENSDARP00000086246/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","X1WBZ5","prkra","si:dkeyp-33b5.4","B0V3F8","prorp","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","ribonuclease P (EC 3.1.26.5)","string-db","7955.ENSDARP00000127737/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","Q5BJI6","prkra","pop5","B0V3F8","Q5BJI6","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Ribonuclease P/MRP protein subunit POP5","string-db","7955.ENSDARP00000069973/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","Q5BJK2","prkra","fk66h08","B0V3F8","rpp30","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","string-db","7955.ENSDARP00000037308/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","Q7ZT42","prkra","snd1","B0V3F8","snd1","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","string-db","7955.ENSDARP00000040404/7955.ENSDARP00000036697","physical","txid7955" +"B0V3F8","Q7SXR1","prkra","tarbp2","B0V3F8","Q7SXR1","Interferon-inducible double-stranded RNA-dependent protein kinase activator A homolog","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000036697","physical","txid7955" +"A0A8M3AXD6","A0A8M2B8K6","arhgef18","inadl","A0A8M3AXD6","A0A8M2B8K6","Rho/rac guanine nucleotide exchange factor (GEF) 18a","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000016874","physical","txid7955" +"A0A8M3AXD6","Q1L8T5","arhgef18","cgn","A0A8M3AXD6","Q1L8T5","Rho/rac guanine nucleotide exchange factor (GEF) 18a","Cingulin","string-db","7955.ENSDARP00000102223/7955.ENSDARP00000016874","physical","txid7955" +"B3DH92","Q5RIV1","clock3","clock","clockb","clocka","Circadian locomoter output cycles protein kaput","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000126787/7955.ENSDARP00000120780","physical","txid7955" +"B3DH92","A0A0R4IH97","clock3","bmal2","clockb","arntl2","Circadian locomoter output cycles protein kaput","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","string-db","7955.ENSDARP00000134619/7955.ENSDARP00000120780","physical","txid7955" +"K7DY57","A0A8M1RLP2","PPAR[a]","tgs1","pparab","A0A8M1RLP2","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","Trimethylguanosine synthase","string-db","7955.ENSDARP00000144467/7955.ENSDARP00000126384","physical","txid7955" +"K7DY57","E7F0R9","PPAR[a]","Paired amphipathic helix protein Sin3a isoform X2","pparab","sin3ab","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000126384","physical","txid7955" +"K7DY57","A0A0R4IPF2","PPAR[a]","histone acetyltransferase","pparab","crebbpa","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000126384","physical","txid7955" +"K7DY57","B2KL77","PPAR[a]","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","pparab","smarcd3b","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000126384","physical","txid7955" +"Q6PBW5","A9C3R8","rpe65a","rpe65c","Q6PBW5","A9C3R8","Retinoid isomerohydrolase (EC 3.1.1.64) (All-trans-retinylester 11-cis isomerohydrolase A) (Lutein isomerase) (Meso-zeaxanthin isomerase) (EC 5.3.3.22) (Retinal pigment epithelium-specific 65 kDa protein homolog A) (RPE56a)","Retinal Mueller cells isomerohydrolase (EC 3.1.1.64) (All-trans-retinyl ester 13-cis isomerohydrolase C) (EC 3.1.1.90) (All-trans-retinylester 11-cis isomerohydrolase C) (Lutein isomerase) (Meso-zeaxanthin isomerase) (EC 5.3.3.22) (Retinal pigment epithelium-specific 65 kDa protein homolog C) (RPE56c)","string-db","7955.ENSDARP00000071071/7955.ENSDARP00000017189","physical","txid7955" +"A5PLC6","X1WBR5","si:dkey-216e9.4","Heat shock 70 kDa protein 4L","bag1","hspa4l","BAG family molecular chaperone regulator 1","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","string-db","7955.ENSDARP00000127657/7955.ENSDARP00000017212","physical","txid7955" +"A5PLC6","X1WFG5","si:dkey-216e9.4","Heat shock protein 105 kDa","bag1","X1WFG5","BAG family molecular chaperone regulator 1","Heat shock protein 105 kDa (Heat shock 110 kDa protein)","string-db","7955.ENSDARP00000128969/7955.ENSDARP00000017212","physical","txid7955" +"Q1A5L2","P46530","crb2","notch1a","crb2a","P46530","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000078813","physical","txid7955" +"Q1A5L2","Q8JHF4","crb2","pals1a","crb2a","Q8JHF4","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","string-db","7955.ENSDARP00000123304/7955.ENSDARP00000078813","physical","txid7955" +"Q1A5L2","A0A8M2B8K6","crb2","inadl","crb2a","A0A8M2B8K6","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000078813","physical","txid7955" +"Q1A5L2","E7F638","crb2","msn","crb2a","E7F638","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","Moesin (Membrane-organizing extension spike protein)","string-db","7955.ENSDARP00000105041/7955.ENSDARP00000078813","physical","txid7955" +"Q1A5L2","X1WFJ8","crb2","MAGUK p55 scaffold protein 3a","crb2a","mpp3a","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","MAGUK p55 scaffold protein 3a (MAGUK p55 subfamily member 3 isoform X2)","string-db","7955.ENSDARP00000129002/7955.ENSDARP00000078813","physical","txid7955" +"B3DGL5","A0A8M2B8K6","LOC561184","inadl","B3DGL5","A0A8M2B8K6","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000120670","physical","txid7955" +"Q8JG61","Q5TZG5","epb41","ezr","epb41b","ezrb","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000073352/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","A0A8M1P3L7","epb41","adducin 3","epb41b","A0A8M1P3L7","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","adducin 3 (gamma) B","string-db","7955.ENSDARP00000073164/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","A5PMZ3","epb41","wu:fe16f08","epb41b","scinlb","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Scinderin-like b","string-db","7955.ENSDARP00000075639/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","Q1LUP1","epb41","add3","epb41b","Q1LUP1","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Adducin 3 (gamma) a (Gamma-adducin isoform X3)","string-db","7955.ENSDARP00000040537/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","F1QTE3","epb41","Adducin 2","epb41b","F1QTE3","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Adducin 2 (beta) (Beta-adducin isoform X1)","string-db","7955.ENSDARP00000113788/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","X1WGG7","epb41","Contactin-associated protein 1","epb41b","X1WGG7","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Contactin-associated protein 1","string-db","7955.ENSDARP00000129322/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","Q6XFR2","epb41","fj41h10","epb41b","Q6XFR2","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Glycophorin C (Gerbich blood group) (Glycophorin-C)","string-db","7955.ENSDARP00000060904/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","Q1LYK7","epb41","si:ch211-134n17.3","epb41b","Q1LYK7","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Scinderin (Adseverin)","string-db","7955.ENSDARP00000046608/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","F1QQQ5","epb41","gsnl","epb41b","gsnb","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Gelsolin (ADF) (Actin-depolymerizing factor)","string-db","7955.ENSDARP00000047109/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","A1A5X4","epb41","bZ1H20.1","epb41b","A1A5X4","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Alpha-adducin (adducin 1 (Alpha))","string-db","7955.ENSDARP00000138089/7955.ENSDARP00000039745","physical","txid7955" +"Q8JG61","Q9DGL6","epb41","atp1a1","epb41b","atp1a1a.1","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","Sodium/potassium-transporting ATPase subunit alpha","string-db","7955.ENSDARP00000075490/7955.ENSDARP00000039745","physical","txid7955" +"Q6Q413","A0A8M2B8K6","nf2a","inadl","nf2b","A0A8M2B8K6","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000035057","physical","txid7955" +"Q6Q413","B3DGL5","nf2a","LOC561184","nf2b","B3DGL5","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","string-db","7955.ENSDARP00000120670/7955.ENSDARP00000035057","physical","txid7955" +"Q6Q413","Q5TZG5","nf2a","ezr","nf2b","ezrb","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","Ezrin (Cytovillin) (Villin-2) (p81)","string-db","7955.ENSDARP00000073352/7955.ENSDARP00000035057","physical","txid7955" +"Q6Q413","B7ZCV1","nf2a","Neurexin 2a","nf2b","nrxn2a","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000035057","physical","txid7955" +"Q6Q413","A1XQX1","nf2a","nrxn1a","nf2b","A1XQX1","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","Neurexin-1a-beta (Neurexin Ia-beta)","string-db","7955.ENSDARP00000082592/7955.ENSDARP00000035057","physical","txid7955" +"Q6NYL5","Q7ZUW8","gpt2l","wu:fj63b09","Q6NYL5","got1","Alanine aminotransferase 2-like (ALT2) (EC 2.6.1.2) (Glutamate pyruvate transaminase 2) (GPT 2) (Glutamic--alanine transaminase 2) (Glutamic--pyruvic transaminase 2)","Aspartate aminotransferase (EC 2.6.1.1)","string-db","7955.ENSDARP00000129948/7955.ENSDARP00000121415","physical","txid7955" +"Q6NYL5","A0A0R4IKG8","gpt2l","alanine transaminase","Q6NYL5","A0A0R4IKG8","Alanine aminotransferase 2-like (ALT2) (EC 2.6.1.2) (Glutamate pyruvate transaminase 2) (GPT 2) (Glutamic--alanine transaminase 2) (Glutamic--pyruvic transaminase 2)","alanine transaminase (EC 2.6.1.2)","string-db","7955.ENSDARP00000134476/7955.ENSDARP00000121415","physical","txid7955" +"Q6P009","A2BGT3","zgc:77858","wu:fb55b11","Q6P009","dao.1","D-amino-acid oxidase (EC 1.4.3.3)","D-amino-acid oxidase (EC 1.4.3.3)","string-db","7955.ENSDARP00000112531/7955.ENSDARP00000051610","physical","txid7955" +"Q6DGJ6","A2AWE1","cb58","hm:zehl0637","prdx2","prdx1","Peroxiredoxin-2 (EC 1.11.1.24) (Thioredoxin-dependent peroxiredoxin 2)","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","string-db","7955.ENSDARP00000076104/7955.ENSDARP00000040396","physical","txid7955" +"A2AWE1","A0F081","hm:zehl0637","Sestrin 2","prdx1","A0F081","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","Sestrin 2","string-db","7955.ENSDARP00000093160/7955.ENSDARP00000076104","physical","txid7955" +"A2AWE1","F1R1P4","hm:zehl0637","cb261","prdx1","sesn3","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","Sestrin-3","string-db","7955.ENSDARP00000081388/7955.ENSDARP00000076104","physical","txid7955" +"Q6DC81","Q1LUT0","nutf2","zgc:101555","nutf2l","nutf2","Nuclear transport factor 2 (NTF-2)","Nuclear transport factor 2 (NTF-2)","string-db","7955.ENSDARP00000073506/7955.ENSDARP00000017328","physical","txid7955" +"Q6DC81","Q6NYN9","nutf2","zgc:77551","nutf2l","nup54","Nuclear transport factor 2 (NTF-2)","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","string-db","7955.ENSDARP00000130940/7955.ENSDARP00000017328","physical","txid7955" +"Q6DC81","E9QCN6","nutf2","zgc:153074","nutf2l","nxt2","Nuclear transport factor 2 (NTF-2)","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000017328","physical","txid7955" +"Q6DC81","E9QIQ3","nutf2","fb13d02","nutf2l","E9QIQ3","Nuclear transport factor 2 (NTF-2)","Nuclear pore glycoprotein p62 isoform X1 (Nucleoporin 62-like)","string-db","7955.ENSDARP00000113639/7955.ENSDARP00000017328","physical","txid7955" +"Q6DC81","Q6P6X9","nutf2","nup35","nutf2l","nup35","Nuclear transport factor 2 (NTF-2)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","string-db","7955.ENSDARP00000033355/7955.ENSDARP00000017328","physical","txid7955" +"E9QIQ3","Q6NYN9","fb13d02","zgc:77551","E9QIQ3","nup54","Nuclear pore glycoprotein p62 isoform X1 (Nucleoporin 62-like)","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","string-db","7955.ENSDARP00000130940/7955.ENSDARP00000113639","physical","txid7955" +"E9QIQ3","E9QCN6","fb13d02","zgc:153074","E9QIQ3","nxt2","Nuclear pore glycoprotein p62 isoform X1 (Nucleoporin 62-like)","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000113639","physical","txid7955" +"Q6NYN9","E9QCN6","zgc:77551","zgc:153074","nup54","nxt2","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000130940","physical","txid7955" +"Q1LUT0","Q6NYN9","zgc:101555","zgc:77551","nutf2","nup54","Nuclear transport factor 2 (NTF-2)","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","string-db","7955.ENSDARP00000130940/7955.ENSDARP00000073506","physical","txid7955" +"Q1LUT0","E9QCN6","zgc:101555","zgc:153074","nutf2","nxt2","Nuclear transport factor 2 (NTF-2)","NTF2-related export protein","string-db","7955.ENSDARP00000142206/7955.ENSDARP00000073506","physical","txid7955" +"Q1LUT0","E9QIQ3","zgc:101555","fb13d02","nutf2","E9QIQ3","Nuclear transport factor 2 (NTF-2)","Nuclear pore glycoprotein p62 isoform X1 (Nucleoporin 62-like)","string-db","7955.ENSDARP00000113639/7955.ENSDARP00000073506","physical","txid7955" +"Q5XIY8","A0A8M3AU53","paxip1","[histone H3]-trimethyl-L-lysine","Q5XIY8","A0A8M3AU53","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000113779","physical","txid7955" +"Q5XIY8","A0A8M9QGN3","paxip1","jmjd3","Q5XIY8","A0A8M9QGN3","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000113779","physical","txid7955" +"Q5XIY8","A0A0G2KNT1","paxip1","DPY30 domain-containing 2","Q5XIY8","A0A0G2KNT1","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000113779","physical","txid7955" +"A0A8M9QGN3","A0A8M3AU53","jmjd3","[histone H3]-trimethyl-L-lysine","A0A8M9QGN3","A0A8M3AU53","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000120451","physical","txid7955" +"A0A8M9QGN3","A0A0G2KNT1","jmjd3","DPY30 domain-containing 2","A0A8M9QGN3","A0A0G2KNT1","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000120451","physical","txid7955" +"A1L1S9","A0A0G2KNT1","utxl1","DPY30 domain-containing 2","kdm6al","A0A0G2KNT1","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000077934","physical","txid7955" +"A1L1S9","A0A8M9QGN3","utxl1","jmjd3","kdm6al","A0A8M9QGN3","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000077934","physical","txid7955" +"A1L1S9","E7F1D2","utxl1","c16orf53","kdm6al","pagr1","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","PAXIP1-associated glutamate-rich protein 1","string-db","7955.ENSDARP00000104234/7955.ENSDARP00000077934","physical","txid7955" +"A1L1S9","A0A8M3AU53","utxl1","[histone H3]-trimethyl-L-lysine","kdm6al","A0A8M3AU53","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000077934","physical","txid7955" +"A1L1S9","Q5XIY8","utxl1","paxip1","kdm6al","Q5XIY8","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","string-db","7955.ENSDARP00000113779/7955.ENSDARP00000077934","physical","txid7955" +"E7F1D2","A0A8M9QGN3","c16orf53","jmjd3","pagr1","A0A8M9QGN3","PAXIP1-associated glutamate-rich protein 1","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000104234","physical","txid7955" +"E7F1D2","A0A0G2KNT1","c16orf53","DPY30 domain-containing 2","pagr1","A0A0G2KNT1","PAXIP1-associated glutamate-rich protein 1","DPY30 domain-containing 2 (Uncharacterized protein LOC100000753)","string-db","7955.ENSDARP00000134033/7955.ENSDARP00000104234","physical","txid7955" +"E7F1D2","Q5XIY8","c16orf53","paxip1","pagr1","Q5XIY8","PAXIP1-associated glutamate-rich protein 1","PAX-interacting protein 1 (PAX transactivation activation domain-interacting protein)","string-db","7955.ENSDARP00000113779/7955.ENSDARP00000104234","physical","txid7955" +"E7F1D2","A0A8M3AU53","c16orf53","[histone H3]-trimethyl-L-lysine","pagr1","A0A8M3AU53","PAXIP1-associated glutamate-rich protein 1","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000142796/7955.ENSDARP00000104234","physical","txid7955" +"F1R869","K7DY57","Nuclear receptor coactivator 6","PPAR[a]","ncoa6","pparab","Nuclear receptor coactivator 6","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000096057","physical","txid7955" +"F1R869","Q503Q8","Nuclear receptor coactivator 6","CH211-51H4.1","ncoa6","Q503Q8","Nuclear receptor coactivator 6","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000096057","physical","txid7955" +"F1R869","P79734","Nuclear receptor coactivator 6","tp53","ncoa6","tp53","Nuclear receptor coactivator 6","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000096057","physical","txid7955" +"Q6GMK8","Q7SXP8","gmppaa","gmppab","Q6GMK8","Q7SXP8","Mannose-1-phosphate guanyltransferase alpha-A (EC 2.7.7.13) (GDP-mannose pyrophosphorylase A-A) (GTP-mannose-1-phosphate guanylyltransferase subunit alpha-A)","Mannose-1-phosphate guanyltransferase alpha-B (EC 2.7.7.13) (GDP-mannose pyrophosphorylase A-B) (GTP-mannose-1-phosphate guanylyltransferase alpha-b)","string-db","7955.ENSDARP00000032669/7955.ENSDARP00000017348","physical","txid7955" +"Q6GMK8","Q6DBU5","gmppaa","gmppb","Q6GMK8","Q6DBU5","Mannose-1-phosphate guanyltransferase alpha-A (EC 2.7.7.13) (GDP-mannose pyrophosphorylase A-A) (GTP-mannose-1-phosphate guanylyltransferase subunit alpha-A)","Mannose-1-phosphate guanyltransferase beta (EC 2.7.7.13) (GDP-mannose pyrophosphorylase B) (GTP-mannose-1-phosphate guanylyltransferase beta)","string-db","7955.ENSDARP00000022618/7955.ENSDARP00000017348","physical","txid7955" +"Q6DBU5","Q7SXP8","gmppb","gmppab","Q6DBU5","Q7SXP8","Mannose-1-phosphate guanyltransferase beta (EC 2.7.7.13) (GDP-mannose pyrophosphorylase B) (GTP-mannose-1-phosphate guanylyltransferase beta)","Mannose-1-phosphate guanyltransferase alpha-B (EC 2.7.7.13) (GDP-mannose pyrophosphorylase A-B) (GTP-mannose-1-phosphate guanylyltransferase alpha-b)","string-db","7955.ENSDARP00000032669/7955.ENSDARP00000022618","physical","txid7955" +"Q2PMI4","Q9YHV4","fst2","fsta","fstb","fsta","Activin-binding protein","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000075218","physical","txid7955" +"Q2PMI4","Q7T3I6","fst2","Vascular endothelial growth factor C","fstb","vegfc","Activin-binding protein","Vascular endothelial growth factor C","string-db","7955.ENSDARP00000092263/7955.ENSDARP00000075218","physical","txid7955" +"Q2PMI4","O42222","fst2","mstnb","fstb","mstnb","Activin-binding protein","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","string-db","7955.ENSDARP00000091159/7955.ENSDARP00000075218","physical","txid7955" +"O57472","B7ZDB5","chd","bgn","O57472","bgnb","Chordin (Protein chordino)","Biglycan","string-db","7955.ENSDARP00000049835/7955.ENSDARP00000045109","physical","txid7955" +"Q5TYW6","A2RV06","rsph9","cfap206","Q5TYW6","cfap206","Radial spoke head protein 9 homolog","Cilia- and flagella-associated protein 206","string-db","7955.ENSDARP00000033381/7955.ENSDARP00000017411","physical","txid7955" +"Q5TYW6","A0A8M1QHY3","rsph9","Radial spoke head component 4A","Q5TYW6","A0A8M1QHY3","Radial spoke head protein 9 homolog","Radial spoke head component 4A (Radial spoke head protein 4 homolog A)","string-db","7955.ENSDARP00000088110/7955.ENSDARP00000017411","physical","txid7955" +"A0A8M1QHY3","A0A0M3HEM6","Radial spoke head component 4A","rsph1","A0A8M1QHY3","A0A0M3HEM6","Radial spoke head component 4A (Radial spoke head protein 4 homolog A)","Radial spoke head 1 homolog isoform X1 (Radial spoke head component 1)","string-db","7955.ENSDARP00000135092/7955.ENSDARP00000088110","physical","txid7955" +"A2RV06","A0A8M1QHY3","cfap206","Radial spoke head component 4A","cfap206","A0A8M1QHY3","Cilia- and flagella-associated protein 206","Radial spoke head component 4A (Radial spoke head protein 4 homolog A)","string-db","7955.ENSDARP00000088110/7955.ENSDARP00000033381","physical","txid7955" +"A0A8M2BDG6","O42363","HBP","apoa1","A0A8M2BDG6","O42363","Vigilin","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","string-db","7955.ENSDARP00000025613/7955.ENSDARP00000017412","physical","txid7955" +"O42363","A0A1D5NS86","apoa1","Si:cabz01007807.1","O42363","A0A1D5NS86","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q6ZM13","apoa1","OTTDARP00000002011","O42363","Q6ZM13","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000025613","physical","txid7955" +"O42363","B8A446","apoa1","abca1","O42363","abca1a","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","ATP-binding cassette sub-family A member 1 (ATP-binding cassette, sub-family A (ABC1), member 1A)","string-db","7955.ENSDARP00000132417/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A0R4IKF0","apoa1","wu:fb66d03","O42363","A0A0R4IKF0","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000025613","physical","txid7955" +"O42363","O42364","apoa1","apoeb","O42363","apoeb","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000025613","physical","txid7955" +"O42363","E9QDI1","apoa1","apoc1l","O42363","E9QDI1","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q5U3E2","apoa1","zgc:103675","O42363","cetp","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Cholesteryl ester transfer protein","string-db","7955.ENSDARP00000046890/7955.ENSDARP00000025613","physical","txid7955" +"O42363","E9QEQ1","apoa1","fb71a04","O42363","apoc2","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q642J9","apoa1","zgc:103580","O42363","Q642J9","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Serum amyloid A protein","string-db","7955.ENSDARP00000067628/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A8M2BE66","apoa1","apold1b","O42363","A0A8M2BE66","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein L6-like (Si:cabz01007802.1)","string-db","7955.ENSDARP00000088920/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q5TZ29","apoa1","apobb","O42363","Q5TZ29","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000025613","physical","txid7955" +"O42363","F1QCC6","apoa1","gpc1","O42363","F1QCC6","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Glypican-1 [Cleaved into: Secreted glypican-1]","string-db","7955.ENSDARP00000106138/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q6V9Y8","apoa1","gpc3","O42363","gpc3","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Glypican-3 [Cleaved into: Glypican-3 alpha subunit; Glypican-3 beta subunit]","string-db","7955.ENSDARP00000142166/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q6ZM17","apoa1","zgc:198284","O42363","si:ch211-5k11.8","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q90486","apoa1","ba1; ba1l","O42363","ba1;ba1l","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000025613","physical","txid7955" +"O42363","B8A5L6","apoa1","sb:cb892","O42363","B8A5L6","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Fibrinogen alpha chain","string-db","7955.ENSDARP00000029074/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q7ZT21","apoa1","hbae1.2","O42363","Q7ZT21","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q6DHC7","apoa1","zgc:92513","O42363","cd36","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","string-db","7955.ENSDARP00000050752/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A8M9QFD9","apoa1","apold1a","O42363","A0A8M9QFD9","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","string-db","7955.ENSDARP00000033191/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A0R4IRL8","apoa1","cb1015","O42363","A0A0R4IRL8","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Scavenger receptor class B member 1 (SR-BI)","string-db","7955.ENSDARP00000137986/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A0R4IF32","apoa1","si:dkey-192d15.2","O42363","A0A0R4IF32","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q6ZM12","apoa1","OTTDARP00000002003","O42363","Q6ZM12","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","string-db","7955.ENSDARP00000053076/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q503V2","apoa1","zgc:110064","O42363","Q503V2","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q90487","apoa1","hbaa1","O42363","hbaa1","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000025613","physical","txid7955" +"O42363","I3ISX5","apoa1","si:ch73-233k15.2","O42363","apol","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000025613","physical","txid7955" +"O42363","A0A8M9QJ44","apoa1","Extracellular serine/threonine protein kinase FAM20C","O42363","A0A8M9QJ44","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q804S5","apoa1","mib1","O42363","mib1","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000025613","physical","txid7955" +"O42363","O93548","apoa1","hbbe1.3","O42363","O93548","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q7T1B0","apoa1","Embryonic globin beta e2","O42363","hbbe2","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","string-db","7955.ENSDARP00000066383/7955.ENSDARP00000025613","physical","txid7955" +"O42363","Q5RFW0","apoa1","scara5","O42363","scara5","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","Scavenger receptor class A member 5","string-db","7955.ENSDARP00000126688/7955.ENSDARP00000025613","physical","txid7955" +"Q2MHK8","Q803H5","tas2r1a","gnb1l","Q2MHK8","gnb1b","Taste receptor type 2","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","string-db","7955.ENSDARP00000133655/7955.ENSDARP00000097664","physical","txid7955" +"Q90VV9","Q66I28","IGF-1L","IGFBP-3","Q90VV9","Q66I28","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein 3","string-db","7955.ENSDARP00000135216/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","Q2TTK0","IGF-1L","si:ch211-214g8.2","Q90VV9","igf2r","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","string-db","7955.ENSDARP00000061100/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","A0A0R4IKQ9","IGF-1L","Insulin receptor substrate 2","Q90VV9","irs2b","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","E7F4P8","IGF-1L","Insulin receptor substrate 1","Q90VV9","irs1","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","Q9PTH3","IGF-1L","igfbp2a","Q90VV9","Q9PTH3","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein 2-A (IGF-binding protein 2-A) (IGFBP-2-A) (IGFBP-2a)","string-db","7955.ENSDARP00000068816/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","B0S525","IGF-1L","igfbp5","Q90VV9","igfbp5b","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein 5","string-db","7955.ENSDARP00000054136/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","O73727","IGF-1L","ins","Q90VV9","ins","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","F6N9E8","IGF-1L","Insulin-like growth factor-binding protein 6 precursor","Q90VV9","F6N9E8","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein 6 precursor (Insulin-like growth factor-binding protein 6b)","string-db","7955.ENSDARP00000109154/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","E7FCJ4","IGF-1L","Insulin receptor substrate 2-B","Q90VV9","irs4a","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin receptor substrate 2-B (Insulin receptor substrate 4a)","string-db","7955.ENSDARP00000110181/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","E9QJJ1","IGF-1L","Insulin-like growth factor-binding protein complex acid labile subunit","Q90VV9","E9QJJ1","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein complex acid labile subunit (Insulin-like growth factor-binding protein, acid labile subunit)","string-db","7955.ENSDARP00000122885/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","E7F3T0","IGF-1L","SHC-transforming protein 1","Q90VV9","shc1","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000017449","physical","txid7955" +"Q90VV9","Q8JHX6","IGF-1L","Insulin-like growth factor-binding protein 1","Q90VV9","igfbp1a","Insulin-like growth factor 1 (Insulin-like growth factor I precursor) (Insulin-like growth factor IL)","Insulin-like growth factor-binding protein 1","string-db","7955.ENSDARP00000135671/7955.ENSDARP00000017449","physical","txid7955" +"B0S525","A0A8M9QJ44","igfbp5","Extracellular serine/threonine protein kinase FAM20C","igfbp5b","A0A8M9QJ44","Insulin-like growth factor-binding protein 5","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000054136","physical","txid7955" +"B0S525","E9QJJ1","igfbp5","Insulin-like growth factor-binding protein complex acid labile subunit","igfbp5b","E9QJJ1","Insulin-like growth factor-binding protein 5","Insulin-like growth factor-binding protein complex acid labile subunit (Insulin-like growth factor-binding protein, acid labile subunit)","string-db","7955.ENSDARP00000122885/7955.ENSDARP00000054136","physical","txid7955" +"E9QJJ1","Q66I28","Insulin-like growth factor-binding protein complex acid labile subunit","IGFBP-3","E9QJJ1","Q66I28","Insulin-like growth factor-binding protein complex acid labile subunit (Insulin-like growth factor-binding protein, acid labile subunit)","Insulin-like growth factor-binding protein 3","string-db","7955.ENSDARP00000135216/7955.ENSDARP00000122885","physical","txid7955" +"F1QXI2","F1QJL4","zgc:91996","im:7139055","xrcc1","F1QJL4","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","A0A0R4IB13","zgc:91996","Ku80","xrcc1","A0A0R4IB13","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","Q5I2W8","zgc:91996","nbn","xrcc1","nbn","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","string-db","7955.ENSDARP00000058973/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","Q7ZUY3","zgc:91996","h2ax","xrcc1","Q7ZUY3","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","Histone H2AX (H2a/x) (Histone H2A.X)","string-db","7955.ENSDARP00000040327/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","F1QZ60","zgc:91996","Ku70","xrcc1","xrcc6","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","A0A8N7UW22","zgc:91996","DNA repair protein RAD50","xrcc1","A0A8N7UW22","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","F1R983","zgc:91996","rbbp8","xrcc1","rbbp8","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","DNA endonuclease RBBP8 (EC 3.1.-.-)","string-db","7955.ENSDARP00000063831/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","A0A0R4IRS4","zgc:91996","wu:fe48d04","xrcc1","pnkp","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","Bifunctional polynucleotide phosphatase/kinase isoform X1 (Polynucleotide kinase 3'-phosphatase)","string-db","7955.ENSDARP00000130085/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","A0A2R8RVN3","zgc:91996","DNA topoisomerase 2-binding protein 1","xrcc1","topbp1","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000023168","physical","txid7955" +"F1QXI2","A0A8M9QPT3","zgc:91996","fc38f05","xrcc1","A0A8M9QPT3","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000023168","physical","txid7955" +"F1QJL4","A0A8N7UW22","im:7139055","DNA repair protein RAD50","F1QJL4","A0A8N7UW22","DNA ligase (EC 6.5.1.1)","DNA repair protein RAD50 (RAD50 homolog, double strand break repair protein)","string-db","7955.ENSDARP00000124284/7955.ENSDARP00000068915","physical","txid7955" +"F1QJL4","F1QZ60","im:7139055","Ku70","F1QJL4","xrcc6","DNA ligase (EC 6.5.1.1)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000068915","physical","txid7955" +"F1QJL4","A0A0R4IB13","im:7139055","Ku80","F1QJL4","A0A0R4IB13","DNA ligase (EC 6.5.1.1)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000068915","physical","txid7955" +"F1QJL4","A0A0R4IRS4","im:7139055","wu:fe48d04","F1QJL4","pnkp","DNA ligase (EC 6.5.1.1)","Bifunctional polynucleotide phosphatase/kinase isoform X1 (Polynucleotide kinase 3'-phosphatase)","string-db","7955.ENSDARP00000130085/7955.ENSDARP00000068915","physical","txid7955" +"F1QJL4","A0A8M9QPT3","im:7139055","fc38f05","F1QJL4","A0A8M9QPT3","DNA ligase (EC 6.5.1.1)","Double-strand break repair protein","string-db","7955.ENSDARP00000139437/7955.ENSDARP00000068915","physical","txid7955" +"Q6TGW9","F1QXI2","NEIL1","zgc:91996","neil1","xrcc1","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","string-db","7955.ENSDARP00000023168/7955.ENSDARP00000017787","physical","txid7955" +"Q6TGW9","A0A0R4IRS4","NEIL1","wu:fe48d04","neil1","pnkp","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","Bifunctional polynucleotide phosphatase/kinase isoform X1 (Polynucleotide kinase 3'-phosphatase)","string-db","7955.ENSDARP00000130085/7955.ENSDARP00000017787","physical","txid7955" +"Q6TGW9","F1QJL4","NEIL1","im:7139055","neil1","F1QJL4","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000068915/7955.ENSDARP00000017787","physical","txid7955" +"F1QZ60","A0A0R4IB13","Ku70","Ku80","xrcc6","A0A0R4IB13","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000096636","physical","txid7955" +"F1QZ60","Q6NV18","Ku70","nhej1","xrcc6","Q6NV18","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000096636","physical","txid7955" +"Q6NWG4","A4FVM2","prmt6","si:ch73-368j24.13","Q6NWG4","A4FVM2","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","E7F0R9","prmt6","Paired amphipathic helix protein Sin3a isoform X2","Q6NWG4","sin3ab","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","X1WDH8","prmt6","Histone H2B","Q6NWG4","si:dkey-261m9.19","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","Q7T2T7","prmt6","wu:fk96a04","Q6NWG4","mecp2","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","A0A140LGT1","prmt6","unp1266","Q6NWG4","A0A140LGT1","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","A0A140LG54","prmt6","Histone H2B","Q6NWG4","si:dkey-23a13.22","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","X1WHF1","prmt6","Histone H2B","Q6NWG4","si:dkey-261m9.6","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","Q7ZTT0","prmt6","zgc:56685","Q6NWG4","Q7ZTT0","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","A0A140LGS2","prmt6","Histone H2A","Q6NWG4","si:ch1073-153i20.5","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","Q9DGB8","prmt6","runxa","Q6NWG4","runx1","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","R4GE15","prmt6","si:ch211-113a14.29","Q6NWG4","si:ch211-113a14.22","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000106043","physical","txid7955" +"Q6NWG4","A0A140LG23","prmt6","si:dkey-23a13.21","Q6NWG4","A0A140LG23","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000106043","physical","txid7955" +"Q5U3J8","E7EZJ0","ltv1","nop9","Q5U3J8","nop9","Protein LTV1 homolog","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","Q1LWH6","ltv1","si:dkeyp-84a8.8","Q5U3J8","fam207a","Protein LTV1 homolog","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","Q6P6E2","ltv1","wu:fa91f03","Q5U3J8","Q6P6E2","Protein LTV1 homolog","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","A0A0R4IQB8","ltv1","cb410","Q5U3J8","ftsj3","Protein LTV1 homolog","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","A5WUT7","ltv1","wu:fe48f07","Q5U3J8","riok2","Protein LTV1 homolog","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000051091/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","Q6PBT1","ltv1","zgc:73262","Q5U3J8","rps27.2","Protein LTV1 homolog","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","I3ISV3","ltv1","RNA-binding protein NOB1","Q5U3J8","I3ISV3","Protein LTV1 homolog","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000017491","physical","txid7955" +"Q5U3J8","Q4VBT2","ltv1","noc4l","Q5U3J8","Q4VBT2","Protein LTV1 homolog","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000017491","physical","txid7955" +"A5WUT7","Q4VBT2","wu:fe48f07","noc4l","riok2","Q4VBT2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Nucleolar complex protein 4 homolog (NOC4 protein homolog) (NOC4-like protein) (Nucleolar complex-associated protein 4-like protein)","string-db","7955.ENSDARP00000067000/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","E7EZJ0","wu:fe48f07","nop9","riok2","nop9","non-specific serine/threonine protein kinase (EC 2.7.11.1)","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","string-db","7955.ENSDARP00000104423/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","Q6PBT1","wu:fe48f07","zgc:73262","riok2","rps27.2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","I3ISV3","wu:fe48f07","RNA-binding protein NOB1","riok2","I3ISV3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","RNA-binding protein NOB1","string-db","7955.ENSDARP00000125998/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","Q1LWH6","wu:fe48f07","si:dkeyp-84a8.8","riok2","fam207a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","string-db","7955.ENSDARP00000096554/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","Q6P6E2","wu:fe48f07","wu:fa91f03","riok2","Q6P6E2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000051091","physical","txid7955" +"A5WUT7","A0A0R4IQB8","wu:fe48f07","cb410","riok2","ftsj3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000051091","physical","txid7955" +"I3ISV3","A0A0R4IQB8","RNA-binding protein NOB1","cb410","I3ISV3","ftsj3","RNA-binding protein NOB1","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","string-db","7955.ENSDARP00000136961/7955.ENSDARP00000125998","physical","txid7955" +"Q7SXT1","Q6DHF5","TRAP","zgc:92339","acp5a","acp5b","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","string-db","7955.ENSDARP00000141681/7955.ENSDARP00000017532","physical","txid7955" +"Q7SXT1","F1QH99","TRAP","im:6910498","acp5a","F1QH99","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","Low molecular weight phosphotyrosine protein phosphatase (LMW-PTP) (LMW-PTPase) (EC 3.1.3.2) (EC 3.1.3.48) (Low molecular weight cytosolic acid phosphatase)","string-db","7955.ENSDARP00000077082/7955.ENSDARP00000017532","physical","txid7955" +"Q7SXT1","E7FE37","TRAP","si:dkey-162f21.5","acp5a","rfk","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","riboflavin kinase (EC 2.7.1.26)","string-db","7955.ENSDARP00000079806/7955.ENSDARP00000017532","physical","txid7955" +"F1QH99","E7FE37","im:6910498","si:dkey-162f21.5","F1QH99","rfk","Low molecular weight phosphotyrosine protein phosphatase (LMW-PTP) (LMW-PTPase) (EC 3.1.3.2) (EC 3.1.3.48) (Low molecular weight cytosolic acid phosphatase)","riboflavin kinase (EC 2.7.1.26)","string-db","7955.ENSDARP00000079806/7955.ENSDARP00000077082","physical","txid7955" +"F1QH99","Q6DHF5","im:6910498","zgc:92339","F1QH99","acp5b","Low molecular weight phosphotyrosine protein phosphatase (LMW-PTP) (LMW-PTPase) (EC 3.1.3.2) (EC 3.1.3.48) (Low molecular weight cytosolic acid phosphatase)","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","string-db","7955.ENSDARP00000141681/7955.ENSDARP00000077082","physical","txid7955" +"E7FE37","Q6DHF5","si:dkey-162f21.5","zgc:92339","rfk","acp5b","riboflavin kinase (EC 2.7.1.26)","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","string-db","7955.ENSDARP00000141681/7955.ENSDARP00000079806","physical","txid7955" +"Q6GMI5","F1Q504","bgn","zgc:100924","bgna","F1Q504","Biglycan","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000017536","physical","txid7955" +"Q6GMI5","O57472","bgn","chd","bgna","O57472","Biglycan","Chordin (Protein chordino)","string-db","7955.ENSDARP00000045109/7955.ENSDARP00000017536","physical","txid7955" +"Q6GMI5","F1QHI8","bgn","zgc:56104","bgna","F1QHI8","Biglycan","Platelet-derived growth factor receptor-like protein","string-db","7955.ENSDARP00000024039/7955.ENSDARP00000017536","physical","txid7955" +"Q6GMI5","F1QSA4","bgn","siglec-4","bgna","mag","Biglycan","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000017536","physical","txid7955" +"Q6GMI5","B8JKM0","bgn","Leucine-rich repeat transmembrane neuronal 1","bgna","lrrtm1","Biglycan","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","20802085","physical","txid7955" +"B8JKM0","A0A8M1P5N0","Leucine-rich repeat transmembrane neuronal 1","dspg3","lrrtm1","A0A8M1P5N0","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Epiphycan (Epiphycan isoform X2)","psicquic","20802085;20802085","physical","txid7955" +"B8JKM0","Q6NW92","Leucine-rich repeat transmembrane neuronal 1","zgc:85888","lrrtm1","Q6NW92","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","20802085","physical","txid7955" +"B8JKM0","Q5J1R9","Leucine-rich repeat transmembrane neuronal 1","fj98e12","lrrtm1","Q5J1R9","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","19765300;26190107;19765300;26190107","physical","txid7955" +"B8JKM0","A0A4W4","Leucine-rich repeat transmembrane neuronal 1","zgc:100871","lrrtm1","A0A4W4","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Neuronal growth regulator 1","psicquic","20802085;20802085","physical","txid7955" +"B8JKM0","F1QSA4","Leucine-rich repeat transmembrane neuronal 1","siglec-4","lrrtm1","mag","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000117976","physical","txid7955" +"B8JKM0","Q5K373","Leucine-rich repeat transmembrane neuronal 1","fgfrl1b beta","lrrtm1","fgfrl1b","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","19765300;19765300","physical","txid7955" +"B8JKM0","Q8JG38","Leucine-rich repeat transmembrane neuronal 1","fgfr2","lrrtm1","Q8JG38","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000117976","physical","txid7955" +"B8JKM0","Q90413","Leucine-rich repeat transmembrane neuronal 1","fgfr4","lrrtm1","Q90413","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","string-db","7955.ENSDARP00000143805/7955.ENSDARP00000117976","physical","txid7955" +"B8JKM0","Q502U6","Leucine-rich repeat transmembrane neuronal 1","zHBNF","lrrtm1","Q502U6","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Pleiotrophin (Ptn protein)","psicquic","26190107;26190107","physical","txid7955" +"B8JKM0","Q8AXB3","Leucine-rich repeat transmembrane neuronal 1","kdrl","lrrtm1","Q8AXB3","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085;20802085","physical","txid7955" +"F1QSA4","A8BB59","siglec-4","tsk","mag","A8BB59","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","Tsukushin isoform 1 precursor (Zgc:56201)","psicquic","18296487;20802085","physical","txid7955" +"F1QSA4","Q7T2E8","siglec-4","rhoac","mag","rhoac","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000136924","physical","txid7955" +"F1QHI8","Q5K373","zgc:56104","fgfrl1b beta","F1QHI8","fgfrl1b","Platelet-derived growth factor receptor-like protein","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","20802085","physical","txid7955" +"F1QHI8","F1QSA4","zgc:56104","siglec-4","F1QHI8","mag","Platelet-derived growth factor receptor-like protein","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","psicquic","18296487;20802085","physical","txid7955" +"F1QHI8","A0A4W4","zgc:56104","zgc:100871","F1QHI8","A0A4W4","Platelet-derived growth factor receptor-like protein","Neuronal growth regulator 1","psicquic","20802085","physical","txid7955" +"F1QHI8","Q803T1","zgc:56104","decorin","F1QHI8","Q803T1","Platelet-derived growth factor receptor-like protein","Decorin (Bone proteoglycan II)","psicquic","20802085","physical","txid7955" +"F1QHI8","Q5J1R9","zgc:56104","fj98e12","F1QHI8","Q5J1R9","Platelet-derived growth factor receptor-like protein","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","18296487;18296487;18296487","physical","txid7955" +"F1QHI8","Q8UVD6","zgc:56104","wu:fa16d03","F1QHI8","Q8UVD6","Platelet-derived growth factor receptor-like protein","Brother of CDO","psicquic","18296487;19765300;26190107","physical","txid7955" +"F1QHI8","Q6NW92","zgc:56104","zgc:85888","F1QHI8","Q6NW92","Platelet-derived growth factor receptor-like protein","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","18296487","physical","txid7955" +"F1QHI8","B8JKM0","zgc:56104","Leucine-rich repeat transmembrane neuronal 1","F1QHI8","lrrtm1","Platelet-derived growth factor receptor-like protein","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","20802085;19765300;19765300","physical","txid7955" +"F1QHI8","B0S5X0","zgc:56104","dspg3","F1QHI8","epyc","Platelet-derived growth factor receptor-like protein","Epiphycan (Epiphycan isoform X1)","string-db","7955.ENSDARP00000105186/7955.ENSDARP00000024039","physical","txid7955" +"F1QHI8","B8A507","zgc:56104","fb93g11","F1QHI8","flrt3","Platelet-derived growth factor receptor-like protein","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","psicquic","20802085","physical","txid7955" +"F1QHI8","Q8AXB3","zgc:56104","kdrl","F1QHI8","Q8AXB3","Platelet-derived growth factor receptor-like protein","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085;20802085","physical","txid7955" +"F1QHI8","Q8JFU3","zgc:56104","fj98e12","F1QHI8","Q8JFU3","Platelet-derived growth factor receptor-like protein","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000024039","physical","txid7955" +"Q6PHI8","E7F8S4","TKT","Transketolase","tktb","E7F8S4","transketolase (EC 2.2.1.1)","Transketolase (EC 2.2.1.1)","string-db","7955.ENSDARP00000045887/7955.ENSDARP00000017569","physical","txid7955" +"O13168","Q90481","tle3b","nkx2.2a","tle3b","nkx2.2a","Transducin-like enhancer protein 3-B (Protein groucho-1)","Homeobox protein Nkx-2.2a (Homeobox protein NK-2 homolog B-A)","string-db","7955.ENSDARP00000153588/7955.ENSDARP00000143498","physical","txid7955" +"E9QFQ5","Q7ZTT0","Ubiquitin carboxyl-terminal hydrolase","zgc:56685","usp21","Q7ZTT0","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000122828","physical","txid7955" +"E9QFQ5","A0A140LGS2","Ubiquitin carboxyl-terminal hydrolase","Histone H2A","usp21","si:ch1073-153i20.5","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000122828","physical","txid7955" +"E9QFQ5","A4FVM2","Ubiquitin carboxyl-terminal hydrolase","si:ch73-368j24.13","usp21","A4FVM2","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000122828","physical","txid7955" +"F1QMY9","O13168","Nuclear receptor-interacting protein 1","tle3b","nrip1a","tle3b","Nuclear receptor-interacting protein 1","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000114091","physical","txid7955" +"F1QMY9","Q6P0C9","Nuclear receptor-interacting protein 1","fkd7","nrip1a","foxa1","Nuclear receptor-interacting protein 1","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000114091","physical","txid7955" +"Q6P0S4","Q5BJA5","fos",";","fosab","-","Protein c-Fos (Cellular oncogene fos)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","E7F1F7","fos","Proto-oncogene c-Fos-like isoform X1","fosab","fosaa","Protein c-Fos (Cellular oncogene fos)","Proto-oncogene c-Fos-like isoform X1 (V-fos FBJ murine osteosarcoma viral oncogene homolog Aa)","string-db","7955.ENSDARP00000058705/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","E7EXD7","fos","si:dkey-261m9.11","fosab","si:ch211-113a14.19","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q5XJK2","fos","h2afx1","fosab","h2ax1","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","A0A140LG54","fos","Histone H2B","fosab","si:dkey-23a13.22","Protein c-Fos (Cellular oncogene fos)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q4QRF4","fos","; ;","fosab","-","Protein c-Fos (Cellular oncogene fos)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q6NZT5","fos","fj36h07","fosab","jun","Protein c-Fos (Cellular oncogene fos)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","E7FE07","fos","si:ch211-113a14.16","fosab","E7FE07","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","B0V1Q6","fos","si:dkey-251j8.3","fosab","jund","Protein c-Fos (Cellular oncogene fos)","Transcription factor JunD (Transcription factor AP-1 subunit JunD)","string-db","7955.ENSDARP00000088526/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","X1WDH8","fos","Histone H2B","fosab","si:dkey-261m9.19","Protein c-Fos (Cellular oncogene fos)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q6P0C9","fos","fkd7","fosab","foxa1","Protein c-Fos (Cellular oncogene fos)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","string-db","7955.ENSDARP00000137654/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","B3DJF8","fos","LOC570661","fosab","LOC570661","Protein c-Fos (Cellular oncogene fos)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","F1QP65","fos","Proto-oncogene c-Fos","fosab","si:ch211-153j24.3","Protein c-Fos (Cellular oncogene fos)","Proto-oncogene c-Fos (Si:ch211-153j24.3)","string-db","7955.ENSDARP00000105362/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q6PC60","fos","hist2h2l","fosab","hist2h2l","Protein c-Fos (Cellular oncogene fos)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","R4GE15","fos","si:ch211-113a14.29","fosab","si:ch211-113a14.22","Protein c-Fos (Cellular oncogene fos)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","X1WHF1","fos","Histone H2B","fosab","si:dkey-261m9.6","Protein c-Fos (Cellular oncogene fos)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q71PD7","fos","h2az2a","fosab","h2az2a","Protein c-Fos (Cellular oncogene fos)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","A8KBJ5","fos","si:ch1073-153i20.2","fosab","-","Protein c-Fos (Cellular oncogene fos)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","A4FVM2","fos","si:ch73-368j24.13","fosab","A4FVM2","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q561S9","fos","H2A","fosab","hist1h2a3","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","E7EZX1","fos","si:dkey-261m9.15","fosab","hist1h2a5","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","A0A140LGS2","fos","Histone H2A","fosab","si:ch1073-153i20.5","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q4FZZ7","fos","hist1h2a2","fosab","hist1h2a2","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q7ZTT0","fos","zgc:56685","fosab","Q7ZTT0","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","E7F5W3","fos","si:dkey-108k21.26","fosab","hist1h2a10","Protein c-Fos (Cellular oncogene fos)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","Q6PI20","fos","h3f3a; h3f3b.1; h3-5; h3f3d","fosab","h3f3a;h3f3b.1;h3-5;h3f3d","Protein c-Fos (Cellular oncogene fos)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000043297","physical","txid7955" +"Q6P0S4","P57717","fos","esr1","fosab","P57717","Protein c-Fos (Cellular oncogene fos)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000043297","physical","txid7955" +"Q5XJS8","Q6NYL3","hadh2","ehhadh","Q5XJS8","ehhadh","3-hydroxyacyl-CoA dehydrogenase type-2 (Hsd17b10 protein) (Hydroxysteroid (17-beta) dehydrogenase 10)","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","string-db","7955.ENSDARP00000093211/7955.ENSDARP00000017597","physical","txid7955" +"Q5XJS8","Q6DI22","hadh2","hadhsc","Q5XJS8","hadh","3-hydroxyacyl-CoA dehydrogenase type-2 (Hsd17b10 protein) (Hydroxysteroid (17-beta) dehydrogenase 10)","3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)","string-db","7955.ENSDARP00000050602/7955.ENSDARP00000017597","physical","txid7955" +"Q6DI22","Q6NYL3","hadhsc","ehhadh","hadh","ehhadh","3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","string-db","7955.ENSDARP00000093211/7955.ENSDARP00000050602","physical","txid7955" +"E9QH31","Q0P4B0","zgc:103715","Rho","aldh3a2b","Q0P4B0","Aldehyde dehydrogenase","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000103212","physical","txid7955" +"F1R7R1","E7FBA3","smg5","Nonsense-mediated mRNA decay factor SMG8","smg5","smg8","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Nonsense-mediated mRNA decay factor SMG8","string-db","7955.ENSDARP00000081911/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","Q1LVF3","smg5","smg7","smg5","smg7","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","Q5RHQ7","smg5","hnrnpu","smg5","hnrnpub","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","F1RCY6","smg5","upf1","smg5","F1RCY6","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","A2BG80","smg5","MDS026","smg5","ppp2r2ab","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","A0A0R4IZ84","smg5","smg6","smg5","A0A0R4IZ84","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","Q6PBV6","smg5","nhp2","smg5","nhp2","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","Q6DRH5","smg5","nop10","smg5","nop10","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","A5PMV7","smg5","ppp2r1a","smg5","ppp2r1ba","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","string-db","7955.ENSDARP00000117066/7955.ENSDARP00000060808","physical","txid7955" +"F1R7R1","Q7ZVE0","smg5","gar1","smg5","Q7ZVE0","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000060808","physical","txid7955" +"A2CEB2","A2BG80","fi34a12","MDS026","A2CEB2","ppp2r2ab","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","string-db","7955.ENSDARP00000117378/7955.ENSDARP00000117092","physical","txid7955" +"A0A0R4IZ84","F1RCY6","smg6","upf1","A0A0R4IZ84","F1RCY6","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000140752","physical","txid7955" +"Q1LVF3","F1RCY6","smg7","upf1","smg7","F1RCY6","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000135427","physical","txid7955" +"Q1LVF3","A0A0R4IZ84","smg7","smg6","smg7","A0A0R4IZ84","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000135427","physical","txid7955" +"B0UXL7","Q6TNU4","Probable flap endonuclease 1 homolog","fen1","-","fen1","Probable flap endonuclease 1 homolog (FEN-1 homolog) (EC 3.1.-.-) (Flap structure-specific endonuclease 1 homolog)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000017784","physical","txid7955" +"Q7SXM0","Q503Q8","hdac8","CH211-51H4.1","Q7SXM0","Q503Q8","Histone deacetylase 8 (HD8) (EC 3.5.1.98) (Protein deacetylase HDAC8) (EC 3.5.1.-) (Protein decrotonylase HDAC8) (EC 3.5.1.-)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000017858","physical","txid7955" +"Q7SXM0","E7FF48","hdac8","SMRT","Q7SXM0","ncor2","Histone deacetylase 8 (HD8) (EC 3.5.1.98) (Protein deacetylase HDAC8) (EC 3.5.1.-) (Protein decrotonylase HDAC8) (EC 3.5.1.-)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000017858","physical","txid7955" +"Q7SXM0","Q6DRP3","hdac8","fb37b08","Q7SXM0","snw1","Histone deacetylase 8 (HD8) (EC 3.5.1.98) (Protein deacetylase HDAC8) (EC 3.5.1.-) (Protein decrotonylase HDAC8) (EC 3.5.1.-)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000017858","physical","txid7955" +"Q7SXM0","A2RUX0","hdac8","zgc:158242","Q7SXM0","tbl1x","Histone deacetylase 8 (HD8) (EC 3.5.1.98) (Protein deacetylase HDAC8) (EC 3.5.1.-) (Protein decrotonylase HDAC8) (EC 3.5.1.-)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","string-db","7955.ENSDARP00000079570/7955.ENSDARP00000017858","physical","txid7955" +"Q7SXM0","A4FTT4","hdac8","Su","Q7SXM0","rbpjb","Histone deacetylase 8 (HD8) (EC 3.5.1.98) (Protein deacetylase HDAC8) (EC 3.5.1.-) (Protein decrotonylase HDAC8) (EC 3.5.1.-)","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","string-db","7955.ENSDARP00000087012/7955.ENSDARP00000017858","physical","txid7955" +"A4FTT4","F8W4B7","Su","Histone deacetylase 6","rbpjb","hdac6","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","Q503Q8","Su","CH211-51H4.1","rbpjb","Q503Q8","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","A0A0R4IPF2","Su","histone acetyltransferase","rbpjb","crebbpa","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","Q6DRP3","Su","fb37b08","rbpjb","snw1","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","E7FH14","Su","Histone deacetylase","rbpjb","E7FH14","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","Histone deacetylase (EC 3.5.1.98)","string-db","7955.ENSDARP00000100072/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","A0A0R4IXF6","Su","kat2a","rbpjb","kat2a","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","F1QCV2","Su","hdac10","rbpjb","hdac10","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","string-db","7955.ENSDARP00000109870/7955.ENSDARP00000087012","physical","txid7955" +"A4FTT4","B8JI71","Su","eys","rbpjb","B8JI71","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","Protein eyes shut homolog","string-db","7955.ENSDARP00000144515/7955.ENSDARP00000087012","physical","txid7955" +"F1QGL1","Q7ZSY3","DNA helicase","smarca4","chd7","smarca4a","DNA helicase (EC 3.6.4.12)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000114372","physical","txid7955" +"Q5RFV4","A2BIR4","rnf144aa","UBE2L3","rnf144aa","ube2l3b","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000017882","physical","txid7955" +"Q5RFV4","F1QHN6","rnf144aa","im:7042025","rnf144aa","ubc","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000017882","physical","txid7955" +"Q5RFV4","E7F4J7","rnf144aa","DNA-dependent protein kinase catalytic subunit","rnf144aa","E7F4J7","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","string-db","7955.ENSDARP00000051678/7955.ENSDARP00000017882","physical","txid7955" +"Q5RFV4","A0A0N4SUD2","rnf144aa","Ubi-p63E","rnf144aa","ubb","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000017882","physical","txid7955" +"Q5RFV4","Q7SXA3","rnf144aa","zgc:66168","rnf144aa","rps27a","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000017882","physical","txid7955" +"E7F4J7","Q5RGE5","DNA-dependent protein kinase catalytic subunit","dclre1c","E7F4J7","dclre1c","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","string-db","7955.ENSDARP00000067187/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","F1QZ60","DNA-dependent protein kinase catalytic subunit","Ku70","E7F4J7","xrcc6","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","string-db","7955.ENSDARP00000096636/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","Q6NV18","DNA-dependent protein kinase catalytic subunit","nhej1","E7F4J7","Q6NV18","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","Non-homologous end-joining factor 1 (Protein cernunnos) (XRCC4-like factor)","string-db","7955.ENSDARP00000124126/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","F1QHN6","DNA-dependent protein kinase catalytic subunit","im:7042025","E7F4J7","ubc","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","A2BIR4","DNA-dependent protein kinase catalytic subunit","UBE2L3","E7F4J7","ube2l3b","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","A0A0R4IB13","DNA-dependent protein kinase catalytic subunit","Ku80","E7F4J7","A0A0R4IB13","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","X-ray repair cross-complementing protein 5 (EC 3.6.4.-)","string-db","7955.ENSDARP00000130807/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","A0A0N4SUD2","DNA-dependent protein kinase catalytic subunit","Ubi-p63E","E7F4J7","ubb","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","F1Q9E8","DNA-dependent protein kinase catalytic subunit","zgc:165595","E7F4J7","lig4","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","DNA ligase (EC 6.5.1.1)","string-db","7955.ENSDARP00000080083/7955.ENSDARP00000051678","physical","txid7955" +"E7F4J7","Q7SXA3","DNA-dependent protein kinase catalytic subunit","zgc:66168","E7F4J7","rps27a","DNA-dependent protein kinase catalytic subunit (EC 2.7.11.1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000051678","physical","txid7955" +"B8JLR1","Q7SXX7","wu:fb70d03","mvb12a","pdcd6ip","Q7SXX7","Programmed cell death 6-interacting protein","Multivesicular body subunit 12A (ESCRT-I complex subunit MVB12A) (Protein FAM125A)","string-db","7955.ENSDARP00000137110/7955.ENSDARP00000121990","physical","txid7955" +"Q8JH29","E7FEQ8","wu:fb62f06","Type-1 angiotensin II receptor","Q8JH29","agtr1b","Angiotensinogen (Serpin A8)","Type-1 angiotensin II receptor","string-db","7955.ENSDARP00000124668/7955.ENSDARP00000017923","physical","txid7955" +"Q8JH29","F1R3S7","wu:fb62f06","si:rp71-4m17.1","Q8JH29","nmu","Angiotensinogen (Serpin A8)","Neuromedin U (Neuromedin-U isoform X1)","string-db","7955.ENSDARP00000144430/7955.ENSDARP00000017923","physical","txid7955" +"Q8JH29","Q804H2","wu:fb62f06","anx1a","Q8JH29","Q804H2","Angiotensinogen (Serpin A8)","Annexin","string-db","7955.ENSDARP00000028837/7955.ENSDARP00000017923","physical","txid7955" +"Q8JH29","A9ZPD8","wu:fb62f06","C-C motif chemokine 5","Q8JH29","A9ZPD8","Angiotensinogen (Serpin A8)","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","string-db","7955.ENSDARP00000093979/7955.ENSDARP00000017923","physical","txid7955" +"Q8JH29","A0A0R4ISV2","wu:fb62f06","Chemokine","Q8JH29","A0A0R4ISV2","Angiotensinogen (Serpin A8)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000017923","physical","txid7955" +"Q8JH29","B7TWR3","wu:fb62f06","Pmch1","Q8JH29","B7TWR3","Angiotensinogen (Serpin A8)","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","string-db","7955.ENSDARP00000101364/7955.ENSDARP00000017923","physical","txid7955" +"Q804H2","F1R3S7","anx1a","si:rp71-4m17.1","Q804H2","nmu","Annexin","Neuromedin U (Neuromedin-U isoform X1)","string-db","7955.ENSDARP00000144430/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","E7F4H1","anx1a","si:rp71-50c18.1","Q804H2","E7F4H1","Annexin","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","string-db","7955.ENSDARP00000077055/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","E7EZJ4","anx1a","Chemokine-like receptor 1","Q804H2","E7EZJ4","Annexin","Chemokine-like receptor 1 (Si:dkey-42l23.7)","string-db","7955.ENSDARP00000098151/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","A0A0R4ISV2","anx1a","Chemokine","Q804H2","A0A0R4ISV2","Annexin","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","X1WHY8","anx1a","N-formyl peptide receptor 3-like","Q804H2","X1WHY8","Annexin","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","A9ZPD8","anx1a","C-C motif chemokine 5","Q804H2","A9ZPD8","Annexin","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","string-db","7955.ENSDARP00000093979/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","X1WH67","anx1a","C3a anaphylatoxin chemotactic receptor-like","Q804H2","si:dkey-117a8.1","Annexin","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","string-db","7955.ENSDARP00000129577/7955.ENSDARP00000028837","physical","txid7955" +"Q804H2","B7TWR3","anx1a","Pmch1","Q804H2","B7TWR3","Annexin","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","string-db","7955.ENSDARP00000101364/7955.ENSDARP00000028837","physical","txid7955" +"A9ZPD8","H0WFA9","C-C motif chemokine 5","C-C chemokine receptor type 5","A9ZPD8","H0WFA9","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","C-C chemokine receptor type 5 (Chemokine (C-C motif) receptor 8.1)","string-db","7955.ENSDARP00000125541/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","F1R3S7","C-C motif chemokine 5","si:rp71-4m17.1","A9ZPD8","nmu","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Neuromedin U (Neuromedin-U isoform X1)","string-db","7955.ENSDARP00000144430/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","B3DGJ7","C-C motif chemokine 5","si:ch211-122l24.4","A9ZPD8","B3DGJ7","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","A0A2R8QR67","C-C motif chemokine 5","C-C motif chemokine 21-like","A9ZPD8","A0A2R8QR67","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","A0A8M3AZJ3","C-C motif chemokine 5","LOC101884623","A9ZPD8","A0A8M3AZJ3","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","C-C motif chemokine 5-like","string-db","7955.ENSDARP00000135517/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","B7TWR3","C-C motif chemokine 5","Pmch1","A9ZPD8","B7TWR3","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","string-db","7955.ENSDARP00000101364/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","A0A0R4IFJ9","C-C motif chemokine 5","C-C motif chemokine 22-like","A9ZPD8","A0A0R4IFJ9","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","string-db","7955.ENSDARP00000132580/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","F1QBE9","C-C motif chemokine 5","Chemokine","A9ZPD8","F1QBE9","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","string-db","7955.ENSDARP00000095178/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","A0A0R4IPJ5","C-C motif chemokine 5","si:dkey-25o1.6","A9ZPD8","A0A0R4IPJ5","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","A0A0R4ISV2","C-C motif chemokine 5","Chemokine","A9ZPD8","A0A0R4ISV2","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000093979","physical","txid7955" +"A9ZPD8","E7FFF2","C-C motif chemokine 5","C-C chemokine receptor type 5-like","A9ZPD8","E7FFF2","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","C-C chemokine receptor type 5-like (Cabz01093075.1)","string-db","7955.ENSDARP00000105159/7955.ENSDARP00000093979","physical","txid7955" +"A0A0R4ISV2","B3DGJ7","Chemokine","si:ch211-122l24.4","A0A0R4ISV2","B3DGJ7","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000138051","physical","txid7955" +"A0A0R4ISV2","A0A2R8QR67","Chemokine","C-C motif chemokine 21-like","A0A0R4ISV2","A0A2R8QR67","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000138051","physical","txid7955" +"A0A0R4ISV2","F1R3S7","Chemokine","si:rp71-4m17.1","A0A0R4ISV2","nmu","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","Neuromedin U (Neuromedin-U isoform X1)","string-db","7955.ENSDARP00000144430/7955.ENSDARP00000138051","physical","txid7955" +"B7TWR3","F1QF39","Pmch1","Galanin receptor 1b","B7TWR3","F1QF39","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","Galanin receptor 1b (Similar to galanin receptor type 1)","string-db","7955.ENSDARP00000111929/7955.ENSDARP00000101364","physical","txid7955" +"B7TWR3","F1R3S7","Pmch1","si:rp71-4m17.1","B7TWR3","nmu","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","Neuromedin U (Neuromedin-U isoform X1)","string-db","7955.ENSDARP00000144430/7955.ENSDARP00000101364","physical","txid7955" +"B7TWR3","A0A0R4ISV2","Pmch1","Chemokine","B7TWR3","A0A0R4ISV2","Pro-melanin concentrating hormone-like protein (Pro-melanin-concentrating hormone 1) (Pro-melanin-concentrating hormone, like precursor) (Pro-melanin-concentrating hormone,-like)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000101364","physical","txid7955" +"Q9DDE4","A0A0R4IV97","som","Somatostatin receptor 1a","Q9DDE4","sstr1a","Somatostatin (Somatostatin 2 precursor)","Somatostatin receptor 1a (Somatostatin receptor type 1)","string-db","7955.ENSDARP00000138468/7955.ENSDARP00000017950","physical","txid7955" +"B0V3R7","A0A8M9QJ44","HCII","Extracellular serine/threonine protein kinase FAM20C","B0V3R7","A0A8M9QJ44","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000017995","physical","txid7955" +"B0V3R7","F8W5D3","HCII","Alpha-1-antiproteinase 2-like","B0V3R7","F8W5D3","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000017995","physical","txid7955" +"B0V3R7","Q5SPJ4","HCII","wu:fb61c07","B0V3R7","Q5SPJ4","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000017995","physical","txid7955" +"B0V3R7","E7FAN5","HCII","wu:fb57c10","B0V3R7","E7FAN5","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","string-db","7955.ENSDARP00000052324/7955.ENSDARP00000017995","physical","txid7955" +"B0V3R7","Q8AYE3","HCII","wu:fb18f10","B0V3R7","Q8AYE3","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","string-db","7955.ENSDARP00000062617/7955.ENSDARP00000017995","physical","txid7955" +"B0V3R7","B3DJI9","HCII","si:ch211-167c22.4","B0V3R7","B3DJI9","Heparin cofactor 2 isoform X1 (Serpin peptidase inhibitor, clade D (heparin cofactor), member 1)","Neuroserpin precursor (Serpin peptidase inhibitor, clade I (neuroserpin), member 1) (Si:ch211-167c22.4)","string-db","7955.ENSDARP00000138501/7955.ENSDARP00000017995","physical","txid7955" +"E7FAN5","Q8AYE3","wu:fb57c10","wu:fb18f10","E7FAN5","Q8AYE3","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Antithrombin (Serine (Or cysteine) proteinase inhibitor, clade C (Antithrombin), member 1) (Serpin peptidase inhibitor, clade C (antithrombin), member 1)","string-db","7955.ENSDARP00000062617/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","E7F9Z1","wu:fb57c10","VWF","E7FAN5","vwf","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","Q5SPJ4","wu:fb57c10","wu:fb61c07","E7FAN5","Q5SPJ4","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","E7F8C4","wu:fb57c10","LOC100333265","E7FAN5","LOC100333265","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Proteinase-activated receptor 3-like","string-db","7955.ENSDARP00000103414/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","B8JLP1","wu:fb57c10","si:dkey-285c2.8","E7FAN5","gp1bb","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Glycoprotein Ib platelet subunit beta (Platelet glycoprotein Ib beta chain precursor)","string-db","7955.ENSDARP00000118508/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","F8W5D3","wu:fb57c10","Alpha-1-antiproteinase 2-like","E7FAN5","F8W5D3","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","E7FDD1","wu:fb57c10","Proteinase-activated receptor 4","E7FAN5","E7FDD1","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Proteinase-activated receptor 4 (Si:ch211-132p1.2)","string-db","7955.ENSDARP00000098661/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","A2BIP6","wu:fb57c10","PAR1","E7FAN5","f2r","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Proteinase-activated receptor 1 (Thrombin receptor)","string-db","7955.ENSDARP00000078547/7955.ENSDARP00000052324","physical","txid7955" +"E7FAN5","I3IRY7","wu:fb57c10","PAR2b","E7FAN5","f2rl1.2","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","Coagulation factor II (Thrombin) receptor-like 1 isoform X1 (Coagulation factor II (thrombin) receptor-like 1, tandem duplicate 2)","string-db","7955.ENSDARP00000125648/7955.ENSDARP00000052324","physical","txid7955" +"B0UYB6","Q5RFU5","My011","mmachc","mmadhcb","Q5RFU5","Metabolism of cobalamin associated D (Methylmalonic aciduria and homocystinuria type D protein, mitochondrial)","Cyanocobalamin reductase / alkylcobalamin dealkylase (Alkylcobalamin:glutathione S-alkyltransferase) (EC 2.5.1.151) (CblC) (Cyanocobalamin reductase (cyanide-eliminating)) (EC 1.16.1.6) (Methylmalonic aciduria and homocystinuria type C protein) (MMACHC)","string-db","7955.ENSDARP00000117903/7955.ENSDARP00000018012","physical","txid7955" +"Q68FN7","B0S5Q2","sdhdb","fa91d04","Q68FN7","sdhc","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit B, mitochondrial (CybS-B) (Succinate dehydrogenase complex subunit D-B) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit B) (Succinate-ubiquinone reductase membrane anchor subunit B)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","string-db","7955.ENSDARP00000121444/7955.ENSDARP00000039864","physical","txid7955" +"Q68FN7","A5PL98","sdhdb","sdhb","Q68FN7","sdhb","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit B, mitochondrial (CybS-B) (Succinate dehydrogenase complex subunit D-B) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit B) (Succinate-ubiquinone reductase membrane anchor subunit B)","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","string-db","7955.ENSDARP00000062263/7955.ENSDARP00000039864","physical","txid7955" +"Q68FN7","Q6DGM2","sdhdb","sdhda","Q68FN7","Q6DGM2","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit B, mitochondrial (CybS-B) (Succinate dehydrogenase complex subunit D-B) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit B) (Succinate-ubiquinone reductase membrane anchor subunit B)","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit A, mitochondrial (CybS-A) (Succinate dehydrogenase complex subunit D-A) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit A) (Succinate-ubiquinone reductase membrane anchor subunit A)","string-db","7955.ENSDARP00000072578/7955.ENSDARP00000039864","physical","txid7955" +"Q6DGM2","B0S5Q2","sdhda","fa91d04","Q6DGM2","sdhc","Succinate dehydrogenase [ubiquinone] cytochrome b small subunit A, mitochondrial (CybS-A) (Succinate dehydrogenase complex subunit D-A) (Succinate-ubiquinone oxidoreductase cytochrome b small subunit A) (Succinate-ubiquinone reductase membrane anchor subunit A)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","string-db","7955.ENSDARP00000121444/7955.ENSDARP00000072578","physical","txid7955" +"E7F568","A0JMP5","cobl","abp1","E7F568","A0JMP5","Protein cordon-bleu","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000081856/7955.ENSDARP00000018030","physical","txid7955" +"Q15JE7","F1QUK5","dspg3","net1","optc","ntn1b","Opticin","Netrin-1","psicquic","20802085;20802085;20802085;20802085;17110339;17110339;17110339","physical","txid7955" +"Q15JE7","F1QHI8","dspg3","zgc:56104","optc","F1QHI8","Opticin","Platelet-derived growth factor receptor-like protein","string-db","7955.ENSDARP00000024039/7955.ENSDARP00000018034","physical","txid7955" +"Q15JE7","A0A0R4IVA1","dspg3","seraf","optc","A0A0R4IVA1","Opticin","von Willebrand factor D and EGF domains","string-db","7955.ENSDARP00000140104/7955.ENSDARP00000018034","physical","txid7955" +"Q15JE7","O42140","dspg3","ntn2","optc","ntn1a","Opticin","Netrin-1","string-db","7955.ENSDARP00000133934/7955.ENSDARP00000018034","physical","txid7955" +"Q15JE7","Q6YBR5","dspg3","ngf","optc","ngf","Opticin","Nerve growth factor (NGF) (zNGF)","string-db","7955.ENSDARP00000065032/7955.ENSDARP00000018034","physical","txid7955" +"Q15JE7","Q8AXB3","dspg3","kdrl","optc","Q8AXB3","Opticin","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085","physical","txid7955" +"O42140","Q5K373","ntn2","fgfrl1b beta","ntn1a","fgfrl1b","Netrin-1","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","26190107;23565095","physical","txid7955" +"O42140","Q8NBI3","ntn2","DRAXIN","ntn1a","Q8NBI3","Netrin-1","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neucrin)","psicquic","26190107;26190107","physical","txid7955" +"O42140","A0A0R4IP15","ntn2","cb333","ntn1a","neo1a","Netrin-1","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000133934","physical","txid7955" +"O42140","Q8QFX6","ntn2","nrp1a","ntn1a","Q8QFX6","Netrin-1","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000133934","physical","txid7955" +"A0A0R4IVA1","B7ZV58","seraf","zgc:136455","A0A0R4IVA1","B7ZV58","von Willebrand factor D and EGF domains","Neurotrimin (Zgc:136455 protein)","psicquic","26190107;26190107","physical","txid7955" +"F1QUK5","Q5J1R9","net1","fj98e12","ntn1b","Q5J1R9","Netrin-1","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","20802085;20802085","physical","txid7955" +"F1QUK5","B8A507","net1","fb93g11","ntn1b","flrt3","Netrin-1","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","psicquic","20802085","physical","txid7955" +"F1QUK5","Q4V9H3","net1","draxin","ntn1b","Q4V9H3","Netrin-1","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neural-specific antagonist of canonical Wnt/beta-catenin signaling)","string-db","7955.ENSDARP00000131287/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","E7F004","net1","LOC100332721","ntn1b","neo1b","Netrin-1","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","O42140","net1","ntn2","ntn1b","ntn1a","Netrin-1","Netrin-1","string-db","7955.ENSDARP00000133934/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","A0A0R4IP15","net1","cb333","ntn1b","neo1a","Netrin-1","Neogenin 1a (Neogenin isoform 1 precursor)","psicquic","20802085;20802085","physical","txid7955" +"F1QUK5","Q8QFX6","net1","nrp1a","ntn1b","Q8QFX6","Netrin-1","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","A9JRY6","net1","zgc:175190","ntn1b","A9JRY6","Netrin-1","Netrin receptor UNC5","string-db","7955.ENSDARP00000139881/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","F1Q4W9","net1","Down syndrome cell adhesion molecule b","ntn1b","dscamb","Netrin-1","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","string-db","7955.ENSDARP00000088811/7955.ENSDARP00000038885","physical","txid7955" +"F1QUK5","Q90413","net1","fgfr4","ntn1b","Q90413","Netrin-1","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","psicquic","18296487;20802085","physical","txid7955" +"A0A8M3BF01","Q6GQN7","RAB9B, member RAS oncogene family","rabepk","A0A8M3BF01","Q6GQN7","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000140695","physical","txid7955" +"F1Q890","Q5XJ10","wu:fb70e09","gapdh","F1Q890","Q5XJ10","Plasminogen (EC 3.4.21.7)","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","string-db","7955.ENSDARP00000063799/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","A8E5G1","wu:fb70e09","anx2b","F1Q890","anxa2b","Plasminogen (EC 3.4.21.7)","Annexin","string-db","7955.ENSDARP00000057288/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","F1Q5D8","wu:fb70e09","vtn","F1Q890","F1Q5D8","Plasminogen (EC 3.4.21.7)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","F1QB78","wu:fb70e09","Plasminogen activator","F1Q890","plat","Plasminogen (EC 3.4.21.7)","Plasminogen activator (EC 3.4.21.68)","string-db","7955.ENSDARP00000120778/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","Q5XJM0","wu:fb70e09","Annexin","F1Q890","Q5XJM0","Plasminogen (EC 3.4.21.7)","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","Q6PH75","wu:fb70e09","CTSB","F1Q890","ctsba","Plasminogen (EC 3.4.21.7)","Cathepsin B (EC 3.4.22.1)","string-db","7955.ENSDARP00000071885/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","E7FE90","wu:fb70e09","Fetuin B","F1Q890","fetub","Plasminogen (EC 3.4.21.7)","Fetuin B (Histidine-rich glycoprotein)","string-db","7955.ENSDARP00000070561/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","Q1LUV0","wu:fb70e09","zgc:152985","F1Q890","si:ch211-262h13.5","Plasminogen (EC 3.4.21.7)","Si:ch211-262h13.5 (Uncharacterized protein LOC571127 precursor)","string-db","7955.ENSDARP00000095210/7955.ENSDARP00000045815","physical","txid7955" +"F1Q890","Q1MT21","wu:fb70e09","Fetuin-B precursor","F1Q890","Q1MT21","Plasminogen (EC 3.4.21.7)","Fetuin-B precursor (Si:ch211-284e20.8)","string-db","7955.ENSDARP00000116109/7955.ENSDARP00000045815","physical","txid7955" +"Q0P458","Q6GQN7","zgc:153391","rabepk","Q0P458","Q6GQN7","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000066197","physical","txid7955" +"Q0P458","Q4V946","zgc:153391","fj12b07","Q0P458","rabggtb","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000066197","physical","txid7955" +"Q0P458","Q6IQK3","zgc:153391","zgc:86726","Q0P458","vamp3","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000066197","physical","txid7955" +"Q0P458","A0A8M3BF01","zgc:153391","RAB9B, member RAS oncogene family","Q0P458","A0A8M3BF01","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000066197","physical","txid7955" +"Q0P458","E7EYA0","zgc:153391","si:dkey-6b12.5","Q0P458","E7EYA0","RAB9A, member RAS oncogene family (Ras-related protein Rab-9A) (Zgc:153391)","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","string-db","7955.ENSDARP00000109526/7955.ENSDARP00000066197","physical","txid7955" +"E7EYA0","A0A8M3BF01","si:dkey-6b12.5","RAB9B, member RAS oncogene family","E7EYA0","A0A8M3BF01","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","RAB9B, member RAS oncogene family (Ras-related protein Rab-9B)","string-db","7955.ENSDARP00000140695/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","Q6IQK3","si:dkey-6b12.5","zgc:86726","E7EYA0","vamp3","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","E9QCS7","si:dkey-6b12.5","fi34f05","E7EYA0","E9QCS7","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","Hepatocyte growth factor-regulated tyrosine kinase substrate","string-db","7955.ENSDARP00000121032/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","Q6GQN7","si:dkey-6b12.5","rabepk","E7EYA0","Q6GQN7","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","Rab9 effector protein with kelch motifs","string-db","7955.ENSDARP00000148548/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","B3DIU1","si:dkey-6b12.5","cul3","E7EYA0","cul3b","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","I3IS54","si:dkey-6b12.5","si:ch1073-342h5.2","E7EYA0","si:ch1073-342h5.2","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","Leucine-rich repeat-containing protein 41","string-db","7955.ENSDARP00000125718/7955.ENSDARP00000109526","physical","txid7955" +"E7EYA0","P47794","si:dkey-6b12.5","ccne1","E7EYA0","P47794","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000109526","physical","txid7955" +"Q98UK5","O13148","mafb","epha4a","mafb","O13148","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000018087","physical","txid7955" +"Q98UK5","Q78AM8","mafb","spi1","mafb","Q78AM8","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","SI:bY184L24.2.1 (Transcription factor spi1) (Spi-1 proto-oncogene b) (Transcription factor PU.1 isoform 1)","string-db","7955.ENSDARP00000029369/7955.ENSDARP00000018087","physical","txid7955" +"Q98UK5","Q6DHK7","mafb","zgc:92252","mafb","Q6DHK7","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","Interferon regulatory factor 8","string-db","7955.ENSDARP00000073353/7955.ENSDARP00000018087","physical","txid7955" +"Q6DHK7","Q98UK4","zgc:92252","maf","Q6DHK7","Q98UK4","Interferon regulatory factor 8","Transcription factor Maf","string-db","7955.ENSDARP00000101942/7955.ENSDARP00000073353","physical","txid7955" +"Q9I9B4","Q98SI1","pbxy","hoxa1a","pbx2","hoxa1a","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","Homeobox protein Hox-A1a (Hox-A1)","string-db","7955.ENSDARP00000133272/7955.ENSDARP00000018156","physical","txid7955" +"Q9I9B4","Q8AWY9","pbxy","hoxb7a","pbx2","hoxb7a","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","Homeobox protein Hox-B7a (Hox-B7)","string-db","7955.ENSDARP00000072915/7955.ENSDARP00000018156","physical","txid7955" +"Q9I9B4","Q90423","pbxy","hoxb1b","pbx2","Q90423","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","Homeobox protein Hox-B1b (Homeobox protein Hox-A1)","string-db","7955.ENSDARP00000122259/7955.ENSDARP00000018156","physical","txid7955" +"Q9I9B4","Q90VY7","pbxy","prep1","pbx2","pknox1.1","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","string-db","7955.ENSDARP00000111569/7955.ENSDARP00000018156","physical","txid7955" +"Q9I9B4","Q9PWL6","pbxy","hoxa9a","pbx2","hoxa9a","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","Homeobox protein Hox-A9a (Hoxx9)","string-db","7955.ENSDARP00000140324/7955.ENSDARP00000018156","physical","txid7955" +"Q6IQE5","F1R3Y3","get3","cee","get3","get4","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","string-db","7955.ENSDARP00000034770/7955.ENSDARP00000018158","physical","txid7955" +"Q6IQE5","A0A0R4ING6","get3","zgc:77424","get3","camlg","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","Guided entry of tail-anchored proteins factor (Calcium signal-modulating cyclophilin ligand)","string-db","7955.ENSDARP00000136410/7955.ENSDARP00000018158","physical","txid7955" +"Q6IQE5","Q7SZZ5","get3","wu:fj61c06","get3","Q7SZZ5","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000018158","physical","txid7955" +"Q6DI31","Q5XJ57","zgc:86657","mettl1","trmt61a","mettl1","tRNA (adenine(58)-N(1))-methyltransferase catalytic subunit TRMT61A (EC 2.1.1.220)","tRNA (guanine-N(7)-)-methyltransferase (EC 2.1.1.33) (Methyltransferase-like protein 1) (mRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (miRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (tRNA (guanine(46)-N(7))-methyltransferase) (tRNA(m7G46)-methyltransferase)","string-db","7955.ENSDARP00000128994/7955.ENSDARP00000018195","physical","txid7955" +"Q6DI31","X1WF30","zgc:86657","si:dkey-74h17.5","trmt61a","trmt61b","tRNA (adenine(58)-N(1))-methyltransferase catalytic subunit TRMT61A (EC 2.1.1.220)","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","string-db","7955.ENSDARP00000128834/7955.ENSDARP00000018195","physical","txid7955" +"Q6DI31","A4IGH4","zgc:86657","wdr4","trmt61a","A4IGH4","tRNA (adenine(58)-N(1))-methyltransferase catalytic subunit TRMT61A (EC 2.1.1.220)","tRNA (guanine-N(7)-)-methyltransferase non-catalytic subunit wdr4 (WD repeat-containing protein 4)","string-db","7955.ENSDARP00000109363/7955.ENSDARP00000018195","physical","txid7955" +"A4IGH4","X1WF30","wdr4","si:dkey-74h17.5","A4IGH4","trmt61b","tRNA (guanine-N(7)-)-methyltransferase non-catalytic subunit wdr4 (WD repeat-containing protein 4)","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","string-db","7955.ENSDARP00000128834/7955.ENSDARP00000109363","physical","txid7955" +"A4IGH4","Q5XJ57","wdr4","mettl1","A4IGH4","mettl1","tRNA (guanine-N(7)-)-methyltransferase non-catalytic subunit wdr4 (WD repeat-containing protein 4)","tRNA (guanine-N(7)-)-methyltransferase (EC 2.1.1.33) (Methyltransferase-like protein 1) (mRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (miRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (tRNA (guanine(46)-N(7))-methyltransferase) (tRNA(m7G46)-methyltransferase)","string-db","7955.ENSDARP00000128994/7955.ENSDARP00000109363","physical","txid7955" +"X1WF30","Q5XJ57","si:dkey-74h17.5","mettl1","trmt61b","mettl1","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","tRNA (guanine-N(7)-)-methyltransferase (EC 2.1.1.33) (Methyltransferase-like protein 1) (mRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (miRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (tRNA (guanine(46)-N(7))-methyltransferase) (tRNA(m7G46)-methyltransferase)","string-db","7955.ENSDARP00000128994/7955.ENSDARP00000128834","physical","txid7955" +"F1QYH9","F1R0Q1","LOC100334818","Solute carrier family 2 member 1b","F1QYH9","slc2a1b","Solute carrier family 2, facilitated glucose transporter member 1-like","Solute carrier family 2 member 1b (Solute carrier family 2, facilitated glucose transporter member 1)","string-db","7955.ENSDARP00000116768/7955.ENSDARP00000018250","physical","txid7955" +"F1QYH9","Q285P3","LOC100334818","glut1","F1QYH9","Q285P3","Solute carrier family 2, facilitated glucose transporter member 1-like","Facilitated glucose transporter 1 (Solute carrier family 2 member 1a) (Solute carrier family 2, facilitated glucose transporter member 1)","string-db","7955.ENSDARP00000022579/7955.ENSDARP00000018250","physical","txid7955" +"Q285P3","F1R0Q1","glut1","Solute carrier family 2 member 1b","Q285P3","slc2a1b","Facilitated glucose transporter 1 (Solute carrier family 2 member 1a) (Solute carrier family 2, facilitated glucose transporter member 1)","Solute carrier family 2 member 1b (Solute carrier family 2, facilitated glucose transporter member 1)","string-db","7955.ENSDARP00000116768/7955.ENSDARP00000022579","physical","txid7955" +"Q285P3","Q6NZ72","glut1","fj33g04","Q285P3","Q6NZ72","Facilitated glucose transporter 1 (Solute carrier family 2 member 1a) (Solute carrier family 2, facilitated glucose transporter member 1)","Aquaporin 1 (Aquaporin 1a (Colton blood group), tandem duplicate 1) (Zgc:85890)","string-db","7955.ENSDARP00000036702/7955.ENSDARP00000022579","physical","txid7955" +"Q285P3","F1QQB8","glut1","Aquaporin 1a","Q285P3","aqp1a.2","Facilitated glucose transporter 1 (Solute carrier family 2 member 1a) (Solute carrier family 2, facilitated glucose transporter member 1)","Aquaporin 1a (Colton blood group), tandem duplicate 2","string-db","7955.ENSDARP00000110131/7955.ENSDARP00000022579","physical","txid7955" +"Q6DGB2","Q503S9","zgc:100926","Inositol-1-monophosphatase","impa1","impa2","Inositol-1-monophosphatase (EC 3.1.3.25)","Inositol-1-monophosphatase (EC 3.1.3.25)","string-db","7955.ENSDARP00000076958/7955.ENSDARP00000018348","physical","txid7955" +"Q6DGB2","Q2YDR3","zgc:100926","bpnt2","impa1","Q2YDR3","Inositol-1-monophosphatase (EC 3.1.3.25)","Inositol monophosphatase 3 (IMP 3) (IMPase 3) (EC 3.1.3.25) (3'(2'), 5'-bisphosphate nucleotidase 2) (Inositol monophosphatase domain-containing protein 1) (Inositol-1(or 4)-monophosphatase 3) (Myo-inositol monophosphatase A3)","string-db","7955.ENSDARP00000075369/7955.ENSDARP00000018348","physical","txid7955" +"Q1LU99","F8W4B7","ripor2","Histone deacetylase 6","ripor2","hdac6","Rho family-interacting cell polarization regulator 2","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000082860","physical","txid7955" +"A0A8M9PHR9","Q19U09","Filamin C, gamma b","zgc:85632","A0A8M9PHR9","itgb1b.2","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1QWI2","Filamin C, gamma b","itga11","A0A8M9PHR9","F1QWI2","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-11 precursor (Integrin, alpha 11a)","string-db","7955.ENSDARP00000052388/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1Q8T4","Filamin C, gamma b","zgc:63474","A0A8M9PHR9","itga9","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-9 (Integrin, alpha 9)","string-db","7955.ENSDARP00000045474/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","A8WHQ8","Filamin C, gamma b","Integrin alpha-6 isoform X1","A0A8M9PHR9","A8WHQ8","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","Q8QHA4","Filamin C, gamma b","fam101a","A0A8M9PHR9","rflna","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Family with sequence similarity 101, member A (Protein FAM101A) (Refilin A)","string-db","7955.ENSDARP00000038678/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","B3DIV2","Filamin C, gamma b","itgb1","A0A8M9PHR9","B3DIV2","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","E7FCN5","Filamin C, gamma b","Integrin beta","A0A8M9PHR9","E7FCN5","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1QGX0","Filamin C, gamma b","Integrin beta","A0A8M9PHR9","itgb6","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1QG85","Filamin C, gamma b","itgb1","A0A8M9PHR9","F1QG85","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","Q6YLH9","Filamin C, gamma b","CAV1","A0A8M9PHR9","cav1","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1R2R3","Filamin C, gamma b","im:7145180","A0A8M9PHR9","itga3b","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","Q5I2A9","Filamin C, gamma b","sb:cb665","A0A8M9PHR9","itga5","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","string-db","7955.ENSDARP00000027718/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","B1NA68","Filamin C, gamma b","map2k4A","A0A8M9PHR9","B1NA68","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","A0A8M9QA60","Filamin C, gamma b","Integrin alpha-3 isoform X2","A0A8M9PHR9","A0A8M9QA60","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-3 isoform X2 (Integrin, alpha 3a)","string-db","7955.ENSDARP00000055262/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","A0A0R4ICS1","Filamin C, gamma b","Integrin alpha 4","A0A8M9PHR9","itga4","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","A4UU31","Filamin C, gamma b","MKK4B","A0A8M9PHR9","map2k4b","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000101456/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","F1QC06","Filamin C, gamma b","Integrin alpha-2-like isoform X1","A0A8M9PHR9","F1QC06","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000024947","physical","txid7955" +"A0A8M9PHR9","A0A0R4IIA7","Filamin C, gamma b","si:busm1-132m23.1","A0A8M9PHR9","tln2a","Filamin C, gamma b (actin-binding protein 280) (Filamin-C isoform X1)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000024947","physical","txid7955" +"F1QVS6","Q6PFU4","Epithelial cell-transforming 2","cdc42a","F1QVS6","cdc42","Epithelial cell-transforming 2 (Protein ECT2 isoform X3)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000076266","physical","txid7955" +"F1QVS6","E7FCU0","Epithelial cell-transforming 2","npm1","F1QVS6","npm1a","Epithelial cell-transforming 2 (Protein ECT2 isoform X3)","Nucleophosmin","string-db","7955.ENSDARP00000117965/7955.ENSDARP00000076266","physical","txid7955" +"F1QGL5","Q6YLH9","Filamin B, beta","CAV1","F1QGL5","cav1","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000114366","physical","txid7955" +"F1QGL5","B3DIV2","Filamin B, beta","itgb1","F1QGL5","B3DIV2","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000114366","physical","txid7955" +"F1QGL5","F1QC06","Filamin B, beta","Integrin alpha-2-like isoform X1","F1QGL5","F1QC06","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000114366","physical","txid7955" +"F1QGL5","A0A0R4ICS1","Filamin B, beta","Integrin alpha 4","F1QGL5","itga4","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000114366","physical","txid7955" +"F1QGL5","A0A0R4IIA7","Filamin B, beta","si:busm1-132m23.1","F1QGL5","tln2a","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Talin 2a (Talin-2)","string-db","7955.ENSDARP00000133467/7955.ENSDARP00000114366","physical","txid7955" +"F1QGL5","E7FCN5","Filamin B, beta","Integrin beta","F1QGL5","E7FCN5","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000114366","physical","txid7955" +"Q8AV61","Q8AV60","insig1","Insulin-induced gene protein","insig1","Q8AV60","Insulin-induced gene 1 protein (INSIG-1)","Insulin-induced gene protein","string-db","7955.ENSDARP00000153121/7955.ENSDARP00000018378","physical","txid7955" +"Q9DDG2","F1QG85","mdk2","itgb1","mdkb","F1QG85","Midkine b (Midkine-related growth factor Mdk2)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","Q502U6","mdk2","zHBNF","mdkb","Q502U6","Midkine b (Midkine-related growth factor Mdk2)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","B3DIV2","mdk2","itgb1","mdkb","B3DIV2","Midkine b (Midkine-related growth factor Mdk2)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","E7F251","mdk2","phosphatidylinositol-4,5-bisphosphate 3-kinase","mdkb","pik3cb","Midkine b (Midkine-related growth factor Mdk2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","E7F4P8","mdk2","Insulin receptor substrate 1","mdkb","irs1","Midkine b (Midkine-related growth factor Mdk2)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","B0S6V7","mdk2","wu:fb65b05","mdkb","pik3r1","Midkine b (Midkine-related growth factor Mdk2)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","E7F3T0","mdk2","SHC-transforming protein 1","mdkb","shc1","Midkine b (Midkine-related growth factor Mdk2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","Q19U09","mdk2","zgc:85632","mdkb","itgb1b.2","Midkine b (Midkine-related growth factor Mdk2)","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","F8W3R9","mdk2","alk","mdkb","alk","Midkine b (Midkine-related growth factor Mdk2)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","F1QAD7","mdk2","phosphatidylinositol-4,5-bisphosphate 3-kinase","mdkb","pik3ca","Midkine b (Midkine-related growth factor Mdk2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000018513","physical","txid7955" +"Q9DDG2","B0V237","mdk2","Tyrosine-protein kinase","mdkb","jak3","Midkine b (Midkine-related growth factor Mdk2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000049468/7955.ENSDARP00000018513","physical","txid7955" +"B0V237","X1WC58","Tyrosine-protein kinase","il-21ra.a","jak3","X1WC58","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A0A0R4I9X7","Tyrosine-protein kinase","GRB2-associated-binding protein 2","jak3","A0A0R4I9X7","Tyrosine-protein kinase (EC 2.7.10.2)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A8WH91","Tyrosine-protein kinase","il-2rgc.b","jak3","A8WH91","Tyrosine-protein kinase (EC 2.7.10.2)","Cytokine receptor common subunit gamma precursor (Interleukin 2 receptor gamma common.b) (Interleukin 2 receptor, gamma b)","string-db","7955.ENSDARP00000124621/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A1YYP5","Tyrosine-protein kinase","IL21","jak3","A1YYP5","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin-21","string-db","7955.ENSDARP00000088519/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A8WH92","Tyrosine-protein kinase","il-2rb","jak3","il2rb","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A3R4U5","Tyrosine-protein kinase","IL-15RA","jak3","A3R4U5","Tyrosine-protein kinase (EC 2.7.10.2)","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","string-db","7955.ENSDARP00000099117/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","Q502U6","Tyrosine-protein kinase","zHBNF","jak3","Q502U6","Tyrosine-protein kinase (EC 2.7.10.2)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A0A0R4IKQ9","Tyrosine-protein kinase","Insulin receptor substrate 2","jak3","irs2b","Tyrosine-protein kinase (EC 2.7.10.2)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","E7F4P8","Tyrosine-protein kinase","Insulin receptor substrate 1","jak3","irs1","Tyrosine-protein kinase (EC 2.7.10.2)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","E7F3T0","Tyrosine-protein kinase","SHC-transforming protein 1","jak3","shc1","Tyrosine-protein kinase (EC 2.7.10.2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","F8W3R9","Tyrosine-protein kinase","alk","jak3","alk","Tyrosine-protein kinase (EC 2.7.10.2)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","B0S6V7","Tyrosine-protein kinase","wu:fb65b05","jak3","pik3r1","Tyrosine-protein kinase (EC 2.7.10.2)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","Q6PC73","Tyrosine-protein kinase","grb2","jak3","grb2b","Tyrosine-protein kinase (EC 2.7.10.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","O93599","Tyrosine-protein kinase","STAT3b1","jak3","stat3","Tyrosine-protein kinase (EC 2.7.10.2)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A0A8M2B5G2","Tyrosine-protein kinase","non-specific protein-tyrosine kinase","jak3","A0A8M2B5G2","Tyrosine-protein kinase (EC 2.7.10.2)","non-specific protein-tyrosine kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000126522/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","F1QAD7","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","jak3","pik3ca","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","A8WH93","Tyrosine-protein kinase","il-2rgc.a","jak3","A8WH93","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","F1RA83","Tyrosine-protein kinase","Cytokine receptor family member B16","jak3","crfb16","Tyrosine-protein kinase (EC 2.7.10.2)","Cytokine receptor family member B16","string-db","7955.ENSDARP00000090421/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","E7F251","Tyrosine-protein kinase","phosphatidylinositol-4,5-bisphosphate 3-kinase","jak3","pik3cb","Tyrosine-protein kinase (EC 2.7.10.2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","Q15KG7","Tyrosine-protein kinase","Interleukin","jak3","Q15KG7","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000049468","physical","txid7955" +"B0V237","E9QDP8","Tyrosine-protein kinase","il-7ra","jak3","il7r","Tyrosine-protein kinase (EC 2.7.10.2)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000049468","physical","txid7955" +"Q6PC57","Q1LYG2","paqr3","sierrabraf","paqr3a","Q1LYG2","Paqr3a protein (Progestin and adipoQ receptor family member 3) (Progestin and adipoQ receptor family member IIIa)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000048390/7955.ENSDARP00000018618","physical","txid7955" +"Q6PC57","Q5M7Y2","paqr3","zgc:92074","paqr3a","Q5M7Y2","Paqr3a protein (Progestin and adipoQ receptor family member 3) (Progestin and adipoQ receptor family member IIIa)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000118701/7955.ENSDARP00000018618","physical","txid7955" +"Q9IAT6","A0A0N4SUD2","dlc","Ubi-p63E","Q9IAT6","ubb","Delta-like protein C (DeltaC) (delC)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000018643","physical","txid7955" +"Q9IAT6","Q804S5","dlc","mib1","Q9IAT6","mib1","Delta-like protein C (DeltaC) (delC)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000018643","physical","txid7955" +"Q9IAT6","Q8UWJ4","dlc","dld","Q9IAT6","Q8UWJ4","Delta-like protein C (DeltaC) (delC)","Delta-like protein D (DeltaD) (After eight protein)","string-db","7955.ENSDARP00000089996/7955.ENSDARP00000018643","physical","txid7955" +"Q8UWJ4","Q804S5","dld","mib1","Q8UWJ4","mib1","Delta-like protein D (DeltaD) (After eight protein)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000089996","physical","txid7955" +"Q90XD1","E7F059","cls/sox10","Nuclear factor of activated T-cells, cytoplasmic 4","sox10","nfatc4","Transcription factor SOX-10","Nuclear factor of activated T-cells, cytoplasmic 4 (Nuclear factor of-activated T cells 4)","string-db","7955.ENSDARP00000104333/7955.ENSDARP00000100237","physical","txid7955" +"Q90XD1","A8WIQ7","cls/sox10","Oligodendrocyte transcription factor 1","sox10","A8WIQ7","Transcription factor SOX-10","Oligodendrocyte transcription factor 1","string-db","7955.ENSDARP00000114921/7955.ENSDARP00000100237","physical","txid7955" +"F1QMZ0","C1KH59","zp2","zgc:154116","F1QMZ0","b4galt1l","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000068574","physical","txid7955" +"F1QMZ0","F1QJ26","zp2","fc33d01","F1QMZ0","F1QJ26","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000068574","physical","txid7955" +"F1QMZ0","F1R003","zp2","zgc:114013","F1QMZ0","F1R003","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000068574","physical","txid7955" +"F1QMZ0","Q7ZVF1","zp2","zgc:56053","F1QMZ0","Q7ZVF1","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000068574","physical","txid7955" +"F1QMZ0","Q6P006","zp2","zgc:55941","F1QMZ0","Q6P006","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000068574","physical","txid7955" +"F1QNI8","C1KH59","Zona pellucida sperm-binding protein 4","zgc:154116","F1QNI8","b4galt1l","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","F1R003","Zona pellucida sperm-binding protein 4","zgc:114013","F1QNI8","F1R003","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000090133/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","Q6NZZ8","Zona pellucida sperm-binding protein 4","zgc:55406","F1QNI8","Q6NZZ8","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000067816/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","F1QJ26","Zona pellucida sperm-binding protein 4","fc33d01","F1QNI8","F1QJ26","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","string-db","7955.ENSDARP00000109385/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","Q5TYP5","Zona pellucida sperm-binding protein 4","pou3","F1QNI8","Q5TYP5","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","Zona pellucida sperm-binding protein 3","string-db","7955.ENSDARP00000061743/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","Q7ZVF1","Zona pellucida sperm-binding protein 4","zgc:56053","F1QNI8","Q7ZVF1","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000148464/7955.ENSDARP00000056088","physical","txid7955" +"F1QNI8","Q6P006","Zona pellucida sperm-binding protein 4","zgc:55941","F1QNI8","Q6P006","Zona pellucida sperm-binding protein 4 (Zona pellucida glycoprotein 4) (Zona pellucida protein B)","chitinase (EC 3.2.1.14)","string-db","7955.ENSDARP00000138333/7955.ENSDARP00000056088","physical","txid7955" +"Q8JFW4","Q5RIV4","adat3","adat2","Q8JFW4","adat2","Probable inactive tRNA-specific adenosine deaminase-like protein 3 (tRNA-specific adenosine-34 deaminase subunit adat3)","tRNA-specific adenosine deaminase 2 (EC 3.5.4.33) (Deaminase domain-containing protein 1) (tRNA-specific adenosine-34 deaminase subunit ADAT2)","string-db","7955.ENSDARP00000127393/7955.ENSDARP00000018770","physical","txid7955" +"A2BHM9","A0A0R4IDU4","zgc:101641","z-numb","A2BHM9","A0A0R4IDU4","BMP-2-inducible protein kinase isoform 2 (EC 2.7.11.1) (BMP2-inducible kinase)","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000018789","physical","txid7955" +"A0A0R4IDU4","A0A2R8QRQ5","z-numb","ap2","A0A0R4IDU4","tfap2a","NUMB-like endocytic adaptor protein (Numb-like protein)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000130879","physical","txid7955" +"A0A0R4IDU4","P46530","z-numb","notch1a","A0A0R4IDU4","P46530","NUMB-like endocytic adaptor protein (Numb-like protein)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000130879","physical","txid7955" +"Q8JH71","Q8JH70","aldob","aldocb","aldob","aldocb","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","Fructose-bisphosphate aldolase C-B (EC 4.1.2.13) (Brain-type aldolase-B)","string-db","7955.ENSDARP00000151215/7955.ENSDARP00000070225","physical","txid7955" +"Q8JH71","Q7ZW98","aldob","ap2m1b","aldob","Q7ZW98","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000070225","physical","txid7955" +"Q8JH71","Q6NYJ9","aldob","fa16e07","aldob","ap2b1","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000070225","physical","txid7955" +"Q8JH71","Q9PVK5","aldob","ldha","aldob","ldha","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","string-db","7955.ENSDARP00000137433/7955.ENSDARP00000070225","physical","txid7955" +"Q8JH71","E7F9M6","aldob","ATP-dependent 6-phosphofructokinase","aldob","pfkla","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","string-db","7955.ENSDARP00000079719/7955.ENSDARP00000070225","physical","txid7955" +"A4ZNR5","F1QNA4","nkd2l","dvl1","A4ZNR5","dvl1b","Protein naked cuticle homolog 2-like (Naked-2-like) (Protein naked cuticle homolog 2-B) (Naked-2B)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000018883","physical","txid7955" +"A4ZNR5","Q2TJA6","nkd2l","nkd1","A4ZNR5","nkd1","Protein naked cuticle homolog 2-like (Naked-2-like) (Protein naked cuticle homolog 2-B) (Naked-2B)","Protein naked cuticle homolog 1 (Naked-1)","string-db","7955.ENSDARP00000142757/7955.ENSDARP00000018883","physical","txid7955" +"Q7ZU67","Q6DBW2","fb54c08","fb53g01","eif4a1b","Q6DBW2","ATP-dependent RNA helicase (EC 3.6.4.13)","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","string-db","7955.ENSDARP00000062956/7955.ENSDARP00000018923","physical","txid7955" +"Q7ZU67","A0A140LGN9","fb54c08","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","eif4a1b","eif4g3a","ATP-dependent RNA helicase (EC 3.6.4.13)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000018923","physical","txid7955" +"Q7ZU67","F1R166","fb54c08","wu:fd50g11","eif4a1b","eif4a2","ATP-dependent RNA helicase (EC 3.6.4.13)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000104653/7955.ENSDARP00000018923","physical","txid7955" +"Q7ZU67","Q802C9","fb54c08","eif4a1","eif4a1b","eif4a1a","ATP-dependent RNA helicase (EC 3.6.4.13)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000058912/7955.ENSDARP00000018923","physical","txid7955" +"Q6DBW2","F1R166","fb53g01","wu:fd50g11","Q6DBW2","eif4a2","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000104653/7955.ENSDARP00000062956","physical","txid7955" +"Q6DBW2","A0A0R4IMF6","fb53g01","eif4b","Q6DBW2","eif4ba","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000062956","physical","txid7955" +"Q6DBW2","Q7T3G5","fb53g01","cb12","Q6DBW2","pabpc4","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","Polyadenylate-binding protein (PABP)","string-db","7955.ENSDARP00000140050/7955.ENSDARP00000062956","physical","txid7955" +"Q6DBW2","Q7ZVA6","fb53g01","eif4a3","Q6DBW2","Q7ZVA6","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000062956","physical","txid7955" +"Q802C9","A0A140LGN9","eif4a1","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","eif4a1a","eif4g3a","ATP-dependent RNA helicase (EC 3.6.4.13)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","string-db","7955.ENSDARP00000142418/7955.ENSDARP00000058912","physical","txid7955" +"Q802C9","Q6DBW2","eif4a1","fb53g01","eif4a1a","Q6DBW2","ATP-dependent RNA helicase (EC 3.6.4.13)","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","string-db","7955.ENSDARP00000062956/7955.ENSDARP00000058912","physical","txid7955" +"Q802C9","F1R166","eif4a1","wu:fd50g11","eif4a1a","eif4a2","ATP-dependent RNA helicase (EC 3.6.4.13)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000104653/7955.ENSDARP00000058912","physical","txid7955" +"Q802C9","E7FBR0","eif4a1","Plakophilin 1b","eif4a1a","pkp1b","ATP-dependent RNA helicase (EC 3.6.4.13)","Plakophilin 1b (Plakophilin-1)","string-db","7955.ENSDARP00000069093/7955.ENSDARP00000058912","physical","txid7955" +"E7F4B2","F1Q7S5","GRF2","fb11b01","rapgef1b","gab1","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000111128","physical","txid7955" +"E7F4B2","Q6DGB7","GRF2","rac3","rapgef1b","rac3a","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000111128","physical","txid7955" +"E7F4B2","Q6PC73","GRF2","grb2","rapgef1b","grb2b","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000111128","physical","txid7955" +"E7F4B2","F1QLR7","GRF2","c-met","rapgef1b","met","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000111128","physical","txid7955" +"E7F4B2","A0A2R8Q0D8","GRF2","Platelet-derived growth factor subunit B","rapgef1b","A0A2R8Q0D8","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000111128","physical","txid7955" +"Q6B337","Q8QFX6","GIPC","nrp1a","gipc1","Q8QFX6","GAIP c-terminus interacting protein 1 (GIPC PDZ domain-containing family, member 1) (PDZ domain-containing protein GIPC1) (Regulator of G-protein signaling 19-interacting protein 1)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000134004","physical","txid7955" +"F1Q5H9","Q8JG38","frs2","fgfr2","frs2b","Q8JG38","Fibroblast growth factor receptor substrate 2b","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","string-db","7955.ENSDARP00000124472/7955.ENSDARP00000114775","physical","txid7955" +"F1Q5H9","Q6PC73","frs2","grb2","frs2b","grb2b","Fibroblast growth factor receptor substrate 2b","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000114775","physical","txid7955" +"Q7ZVI3","E7FAZ2","wu:fi15a09","ARF GTPase-activating protein GIT1 isoform X2","rhoq","E7FAZ2","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","string-db","7955.ENSDARP00000057695/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","A0A8M1RHF3","wu:fi15a09","Metalloreductase STEAP3","rhoq","A0A8M1RHF3","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Metalloreductase STEAP3 (STEAP family member 3, metalloreductase)","string-db","7955.ENSDARP00000122155/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q1LX78","wu:fi15a09","cftr","rhoq","Q1LX78","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Cystic fibrosis transmembrane conductance regulator (EC 5.6.1.6) (ATP-binding cassette sub-family C member 7) (Channel conductance-controlling ATPase) (cAMP-dependent chloride channel)","string-db","7955.ENSDARP00000060242/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q5BKX1","wu:fi15a09","zgc:103557","rhoq","cdc42ep2","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","CDC42 effector protein (Rho GTPase-binding) 2 (Cdc42 effector protein 2) (Cdc42ep2 protein)","string-db","7955.ENSDARP00000070562/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q5TZ37","wu:fi15a09","fb82d10","rhoq","cdc42bpab","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000040455/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q8JHI3","wu:fi15a09","arl13b","rhoq","arl13b","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","string-db","7955.ENSDARP00000092960/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","F1RDK4","wu:fi15a09","Rho GTPase-activating protein 32 isoform X1","rhoq","F1RDK4","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Rho GTPase-activating protein 32 isoform X1 (Rho GTPase-activating protein 32a)","string-db","7955.ENSDARP00000126792/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q6PHG0","wu:fi15a09","fe38f01","rhoq","gopc","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Golgi-associated PDZ and coiled-coil motif-containing","string-db","7955.ENSDARP00000061134/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","E7F913","wu:fi15a09","CDC42 effector protein","rhoq","E7F913","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","CDC42 effector protein (Rho GTPase-binding) 1a (Cdc42 effector protein 1)","string-db","7955.ENSDARP00000127202/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","E7FCE9","wu:fi15a09","si:ch211-276f18.2","rhoq","si:ch211-276f18.2","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","string-db","7955.ENSDARP00000081875/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","F1QCQ7","wu:fi15a09","band7.2","rhoq","F1QCQ7","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q6IQK3","wu:fi15a09","zgc:86726","rhoq","vamp3","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q66HU1","wu:fi15a09","zgc:92806","rhoq","cdc42ep3","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","CDC42 effector protein (Rho GTPase-binding) 3 (Cdc42 effector protein 3) (Zgc:92806)","string-db","7955.ENSDARP00000069193/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","A2BG45","wu:fi15a09","git2","rhoq","git2a","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","string-db","7955.ENSDARP00000083314/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q5TZ42","wu:fi15a09","si:dkeyp-93h6.2","rhoq","cdc42bpb","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000049436/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","A3QJU6","wu:fi15a09","zgc:136923","rhoq","A3QJU6","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","F6P346","wu:fi15a09","id:ibd1121","rhoq","F6P346","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","E3 ubiquitin-protein ligase (EC 2.3.2.26)","string-db","7955.ENSDARP00000081798/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","E7F7G6","wu:fi15a09","CDC42 effector protein","rhoq","cdc42ep4b","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","CDC42 effector protein (Rho GTPase-binding) 4b (Cdc42 effector protein 4)","string-db","7955.ENSDARP00000127185/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","E7FBZ6","wu:fi15a09","Ragulator complex protein LAMTOR1","rhoq","E7FBZ6","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Ragulator complex protein LAMTOR1 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 1)","string-db","7955.ENSDARP00000103059/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q5U3Q6","wu:fi15a09","trip10","rhoq","Q5U3Q6","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Cdc42-interacting protein 4 homolog (Thyroid receptor-interacting protein 10 homolog)","string-db","7955.ENSDARP00000105597/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","O57474","wu:fi15a09","gja1","rhoq","gja1","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","A0A2R8Q515","wu:fi15a09","fc28d09","rhoq","A0A2R8Q515","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q4H4B6","wu:fi15a09","scrib","rhoq","scrib","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Protein scribble homolog (Scribble1)","string-db","7955.ENSDARP00000068701/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q6PC54","wu:fi15a09","snap25b","rhoq","snap25b","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","string-db","7955.ENSDARP00000075371/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q5MPX4","wu:fi15a09","Transferrin receptor protein 1","rhoq","Q5MPX4","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q6P0D7","wu:fi15a09","mpp7","rhoq","mpp7","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","MAGUK p55 subfamily member 7 (Protein humpback)","string-db","7955.ENSDARP00000141751/7955.ENSDARP00000032142","physical","txid7955" +"Q7ZVI3","Q6YLH9","wu:fi15a09","CAV1","rhoq","cav1","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000032142","physical","txid7955" +"E7F7R0","Q5TZ27","Proline-rich transmembrane protein 2","syt1","prrt2","syt1a","Proline-rich transmembrane protein 2","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000136054","physical","txid7955" +"A3QK31","Q5TZ27","MGC163045","syt1","A3QK31","syt1a","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000095254","physical","txid7955" +"A3QK31","X1WCJ5","MGC163045","Liprin-alpha-3 isoform X1","A3QK31","ppfia3","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000095254","physical","txid7955" +"A3QK31","B0S6H8","MGC163045","ppfia2","A3QK31","ppfia4","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","string-db","7955.ENSDARP00000103774/7955.ENSDARP00000095254","physical","txid7955" +"A3QK31","Q5TZ25","MGC163045","fj39h11","A3QK31","Q5TZ25","Vesicular glutamate transporter 1 (Solute carrier family 17 member 7)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000095254","physical","txid7955" +"B0UXI4","Q5TZ25","si:dkey-90n12.3","fj39h11","B0UXI4","Q5TZ25","Synapsin-1 (Synapsin I)","Liprin-alpha-2 (PTPRF-interacting protein alpha 2)","string-db","7955.ENSDARP00000119723/7955.ENSDARP00000115298","physical","txid7955" +"B0UXI4","A2A121","si:dkey-90n12.3","cb572","B0UXI4","dclk2a","Synapsin-1 (Synapsin I)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","psicquic","26190107;20097902","physical","txid7955" +"B0UXI4","Q5TZ27","si:dkey-90n12.3","syt1","B0UXI4","syt1a","Synapsin-1 (Synapsin I)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000115298","physical","txid7955" +"B0UXI4","X1WCJ5","si:dkey-90n12.3","Liprin-alpha-3 isoform X1","B0UXI4","ppfia3","Synapsin-1 (Synapsin I)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","string-db","7955.ENSDARP00000127938/7955.ENSDARP00000115298","physical","txid7955" +"Q5XJX1","A5PN62","scgn","si:dkey-46a12.1","scgn","ddah2","Secretagogin","dimethylargininase (EC 3.5.3.18)","string-db","7955.ENSDARP00000137861/7955.ENSDARP00000076090","physical","txid7955" +"A0A0R4IJU5","Q5TZ27","zgc:123199","syt1","A0A0R4IJU5","syt1a","Synapsin IIb (Synapsin-2)","Synaptotagmin","string-db","7955.ENSDARP00000141860/7955.ENSDARP00000133827","physical","txid7955" +"A0A0R4IJU5","A2A121","zgc:123199","cb572","A0A0R4IJU5","dclk2a","Synapsin IIb (Synapsin-2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","psicquic","26190107;20097902;26190107;20097902","physical","txid7955" +"Q8UUX0","Q92005","cb945","eef1a","akt2","eef1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","string-db","7955.ENSDARP00000148761/7955.ENSDARP00000023119","physical","txid7955" +"F1Q6Y0","E7EZZ3","zgc:112025","PRELI domain containing protein 3A","triap1","prelid3a","TP53-regulated inhibitor of apoptosis 1","PRELI domain containing protein 3A (PRELI domain-containing 3A)","string-db","7955.ENSDARP00000128045/7955.ENSDARP00000019097","physical","txid7955" +"F1Q6Y0","Q7ZVG4","zgc:112025","c20orf45","triap1","prelid3b","TP53-regulated inhibitor of apoptosis 1","PRELI domain containing protein 3B (Protein slowmo homolog 2)","string-db","7955.ENSDARP00000020101/7955.ENSDARP00000019097","physical","txid7955" +"F1Q6Y0","Q7T388","zgc:112025","prelid1","triap1","prelid1a","TP53-regulated inhibitor of apoptosis 1","PRELI domain containing 1 (PRELI domain-containing 1a) (PRELI domain-containing protein 1, mitochondrial) (Prelid1 protein) (Px19-like protein)","string-db","7955.ENSDARP00000141813/7955.ENSDARP00000019097","physical","txid7955" +"A2BHM7","Q6P3J0","si:ch211-271e10.5","dgat1","A2BHM7","dgat1a","Acyltransferase (EC 2.3.1.-)","O-acyltransferase","string-db","7955.ENSDARP00000137795/7955.ENSDARP00000019176","physical","txid7955" +"A2BHM7","Q4V9F0","si:ch211-271e10.5","dgat2","A2BHM7","Q4V9F0","Acyltransferase (EC 2.3.1.-)","Diacylglycerol O-acyltransferase 2 (EC 2.3.1.20) (Acyl-CoA retinol O-fatty-acyltransferase) (ARAT) (Retinol O-fatty-acyltransferase) (EC 2.3.1.76) (Diglyceride acyltransferase 2)","string-db","7955.ENSDARP00000116381/7955.ENSDARP00000019176","physical","txid7955" +"Q4V9F0","Q6P3J0","dgat2","dgat1","Q4V9F0","dgat1a","Diacylglycerol O-acyltransferase 2 (EC 2.3.1.20) (Acyl-CoA retinol O-fatty-acyltransferase) (ARAT) (Retinol O-fatty-acyltransferase) (EC 2.3.1.76) (Diglyceride acyltransferase 2)","O-acyltransferase","string-db","7955.ENSDARP00000137795/7955.ENSDARP00000116381","physical","txid7955" +"Q6GMG5","B0UXP9","impdh1a","impdh2","impdh1a","impdh2","Inosine-5'-monophosphate dehydrogenase 1a (IMP dehydrogenase 1a) (IMPD 1a) (IMPDH 1a) (EC 1.1.1.205)","Inosine-5'-monophosphate dehydrogenase 2 (IMP dehydrogenase 2) (IMPD 2) (IMPDH 2) (EC 1.1.1.205)","string-db","7955.ENSDARP00000024354/7955.ENSDARP00000019185","physical","txid7955" +"Q6GMG5","Q5RGV1","impdh1a","impdh1b","impdh1a","impdh1b","Inosine-5'-monophosphate dehydrogenase 1a (IMP dehydrogenase 1a) (IMPD 1a) (IMPDH 1a) (EC 1.1.1.205)","Inosine-5'-monophosphate dehydrogenase 1b (IMP dehydrogenase 1b) (IMPD 1b) (IMPDH 1b) (EC 1.1.1.205)","string-db","7955.ENSDARP00000066974/7955.ENSDARP00000019185","physical","txid7955" +"B0UXP9","Q5RGV1","impdh2","impdh1b","impdh2","impdh1b","Inosine-5'-monophosphate dehydrogenase 2 (IMP dehydrogenase 2) (IMPD 2) (IMPDH 2) (EC 1.1.1.205)","Inosine-5'-monophosphate dehydrogenase 1b (IMP dehydrogenase 1b) (IMPD 1b) (IMPDH 1b) (EC 1.1.1.205)","string-db","7955.ENSDARP00000066974/7955.ENSDARP00000024354","physical","txid7955" +"Q5TZC8","Q802D5","id:ibd2798","pfn2","enah","pfn2","ENAH actin regulator (Protein enabled homolog isoform 2)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000019206","physical","txid7955" +"Q5TZC8","F1QWB4","id:ibd2798","hnrpk","enah","hnrnpk","ENAH actin regulator (Protein enabled homolog isoform 2)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000019206","physical","txid7955" +"Q5TZC8","E7F0A1","id:ibd2798","fa91a03","enah","E7F0A1","ENAH actin regulator (Protein enabled homolog isoform 2)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000019206","physical","txid7955" +"Q5TZC8","F1QC03","id:ibd2798","zgc:171680","enah","zyx","ENAH actin regulator (Protein enabled homolog isoform 2)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000019206","physical","txid7955" +"Q6DC73","Q1L8F9","wu:fc13b08","kics2","kptn","Q1L8F9","Kaptin","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000019235","physical","txid7955" +"Q6DC73","Q5RHI2","wu:fc13b08","OTTDARP00000007854","kptn","Q5RHI2","Kaptin","Integrin alpha FG-GAP repeat-containing 2 (Integrin-alpha FG-GAP repeat-containing protein 2) (Novel protein similar to vertebrate uncharacterized hematopoietic stem\/progenitor cells protein MDS028 (MDS028))","string-db","7955.ENSDARP00000020383/7955.ENSDARP00000019235","physical","txid7955" +"F1QAI8","A9JT04","ccbl1","zgc:110199","kyat1","cbsa","Kynurenine aminotransferase 1 (Kynurenine--oxoglutarate transaminase 1)","Cystathionine beta-synthase (EC 4.2.1.22)","string-db","7955.ENSDARP00000053931/7955.ENSDARP00000019368","physical","txid7955" +"F1QAI8","Q7T3E5","ccbl1","kyat3","kyat1","Q7T3E5","Kynurenine aminotransferase 1 (Kynurenine--oxoglutarate transaminase 1)","Kynurenine--oxoglutarate transaminase 3 (EC 2.6.1.7) (Cysteine-S-conjugate beta-lyase 2) (EC 4.4.1.13) (Kynurenine aminotransferase 3) (Kynurenine aminotransferase III) (KATIII) (Kynurenine--glyoxylate transaminase) (EC 2.6.1.63) (Kynurenine--oxoglutarate transaminase III)","string-db","7955.ENSDARP00000135662/7955.ENSDARP00000019368","physical","txid7955" +"F1QAI8","F1QPF7","ccbl1","fb58d08","kyat1","cth","Kynurenine aminotransferase 1 (Kynurenine--oxoglutarate transaminase 1)","Cystathionine gamma-lyase (EC 4.4.1.1) (Cysteine-protein sulfhydrase) (Gamma-cystathionase)","string-db","7955.ENSDARP00000117293/7955.ENSDARP00000019368","physical","txid7955" +"F1QPF7","Q7T3E5","fb58d08","kyat3","cth","Q7T3E5","Cystathionine gamma-lyase (EC 4.4.1.1) (Cysteine-protein sulfhydrase) (Gamma-cystathionase)","Kynurenine--oxoglutarate transaminase 3 (EC 2.6.1.7) (Cysteine-S-conjugate beta-lyase 2) (EC 4.4.1.13) (Kynurenine aminotransferase 3) (Kynurenine aminotransferase III) (KATIII) (Kynurenine--glyoxylate transaminase) (EC 2.6.1.63) (Kynurenine--oxoglutarate transaminase III)","string-db","7955.ENSDARP00000135662/7955.ENSDARP00000117293","physical","txid7955" +"A9JT04","Q7T3E5","zgc:110199","kyat3","cbsa","Q7T3E5","Cystathionine beta-synthase (EC 4.2.1.22)","Kynurenine--oxoglutarate transaminase 3 (EC 2.6.1.7) (Cysteine-S-conjugate beta-lyase 2) (EC 4.4.1.13) (Kynurenine aminotransferase 3) (Kynurenine aminotransferase III) (KATIII) (Kynurenine--glyoxylate transaminase) (EC 2.6.1.63) (Kynurenine--oxoglutarate transaminase III)","string-db","7955.ENSDARP00000135662/7955.ENSDARP00000053931","physical","txid7955" +"F1QAF6","Q8UW07","ugt1a1","CYP1A","F1QAF6","cyp1a","UDP-glucuronosyltransferase (EC 2.4.1.17)","Cytochrome P450 1A (EC 1.14.14.1)","string-db","7955.ENSDARP00000139599/7955.ENSDARP00000019395","physical","txid7955" +"A0A8M2BBV8","Q5EAS5","zgc:101007","zgc:113118","A0A8M2BBV8","Q5EAS5","GRIP and coiled-coil domain-containing 1 (GRIP and coiled-coil domain-containing protein 1 isoform X1)","ADP-ribosylation factor-related protein 1","string-db","7955.ENSDARP00000129349/7955.ENSDARP00000019404","physical","txid7955" +"A0A8M2BBV8","Q6DGK1","zgc:101007","zgc:92883","A0A8M2BBV8","arl1","GRIP and coiled-coil domain-containing 1 (GRIP and coiled-coil domain-containing protein 1 isoform X1)","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000019404","physical","txid7955" +"A0A8M2BBV8","F1REB9","zgc:101007","zgc:100899","A0A8M2BBV8","F1REB9","GRIP and coiled-coil domain-containing 1 (GRIP and coiled-coil domain-containing protein 1 isoform X1)","TATA element modulatory factor","string-db","7955.ENSDARP00000075216/7955.ENSDARP00000019404","physical","txid7955" +"A0A8M2BBV8","B0S5A9","zgc:101007","CH211-158D24.1","A0A8M2BBV8","golga1","GRIP and coiled-coil domain-containing 1 (GRIP and coiled-coil domain-containing protein 1 isoform X1)","Golgin A1 (Golgin subfamily A member 1 isoform X1)","string-db","7955.ENSDARP00000089349/7955.ENSDARP00000019404","physical","txid7955" +"A0A8M2BBV8","E7FBT7","zgc:101007","fj64e05","A0A8M2BBV8","sys1","GRIP and coiled-coil domain-containing 1 (GRIP and coiled-coil domain-containing protein 1 isoform X1)","Protein SYS1 homolog","string-db","7955.ENSDARP00000128138/7955.ENSDARP00000019404","physical","txid7955" +"E7FBT7","Q5EAS5","fj64e05","zgc:113118","sys1","Q5EAS5","Protein SYS1 homolog","ADP-ribosylation factor-related protein 1","string-db","7955.ENSDARP00000129349/7955.ENSDARP00000128138","physical","txid7955" +"E7FBT7","Q6DGK1","fj64e05","zgc:92883","sys1","arl1","Protein SYS1 homolog","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000128138","physical","txid7955" +"B0S5A9","Q5EAS5","CH211-158D24.1","zgc:113118","golga1","Q5EAS5","Golgin A1 (Golgin subfamily A member 1 isoform X1)","ADP-ribosylation factor-related protein 1","string-db","7955.ENSDARP00000129349/7955.ENSDARP00000089349","physical","txid7955" +"B0S5A9","E7FBT7","CH211-158D24.1","fj64e05","golga1","sys1","Golgin A1 (Golgin subfamily A member 1 isoform X1)","Protein SYS1 homolog","string-db","7955.ENSDARP00000128138/7955.ENSDARP00000089349","physical","txid7955" +"B0S5A9","Q6DGK1","CH211-158D24.1","zgc:92883","golga1","arl1","Golgin A1 (Golgin subfamily A member 1 isoform X1)","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000089349","physical","txid7955" +"F1REB9","B0S5A9","zgc:100899","CH211-158D24.1","F1REB9","golga1","TATA element modulatory factor","Golgin A1 (Golgin subfamily A member 1 isoform X1)","string-db","7955.ENSDARP00000089349/7955.ENSDARP00000075216","physical","txid7955" +"F1REB9","Q5EAS5","zgc:100899","zgc:113118","F1REB9","Q5EAS5","TATA element modulatory factor","ADP-ribosylation factor-related protein 1","string-db","7955.ENSDARP00000129349/7955.ENSDARP00000075216","physical","txid7955" +"F1REB9","E7FBT7","zgc:100899","fj64e05","F1REB9","sys1","TATA element modulatory factor","Protein SYS1 homolog","string-db","7955.ENSDARP00000128138/7955.ENSDARP00000075216","physical","txid7955" +"F1REB9","Q6DGK1","zgc:100899","zgc:92883","F1REB9","arl1","TATA element modulatory factor","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000075216","physical","txid7955" +"Q5EAS5","Q6DGK1","zgc:113118","zgc:92883","Q5EAS5","arl1","ADP-ribosylation factor-related protein 1","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000129349","physical","txid7955" +"Q6UFS5","O13166","znf503","tle3a","znf503","O13166","Zinc finger protein 503 (NocA-like zinc finger protein 2)","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000019426","physical","txid7955" +"E7F9V6","E7F592","TELO2-interacting protein 1","TELO2-interacting protein 2","tti1","tti2","TELO2-interacting protein 1","TELO2-interacting protein 2","string-db","7955.ENSDARP00000100891/7955.ENSDARP00000019450","physical","txid7955" +"E7F9V6","Q7T006","TELO2-interacting protein 1","telo2","tti1","Q7T006","TELO2-interacting protein 1","Telomere length regulation protein TEL2 homolog","string-db","7955.ENSDARP00000114983/7955.ENSDARP00000019450","physical","txid7955" +"E7F592","Q7T006","TELO2-interacting protein 2","telo2","tti2","Q7T006","TELO2-interacting protein 2","Telomere length regulation protein TEL2 homolog","string-db","7955.ENSDARP00000114983/7955.ENSDARP00000100891","physical","txid7955" +"Q5TZ50","X1WHD4","si:ch211-243j20.4","Corticotropin-releasing factor receptor 1","uts1","crhr1","Urocortin precursor (Urotensin 1)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000019621","physical","txid7955" +"Q5TZ50","Q1LYP1","si:ch211-243j20.4","LOC100003848","uts1","ucn3l","Urocortin precursor (Urotensin 1)","Novel protein similar to vertebrate urocortin 3 (Stresscopin) (UCN3) (Urocortin 3,-like) (Urocortin-3 precursor)","string-db","7955.ENSDARP00000107038/7955.ENSDARP00000019621","physical","txid7955" +"X1WHD4","E7F3U8","Corticotropin-releasing factor receptor 1","Muscarinic acetylcholine receptor","crhr1","chrm4a","Corticotropin-releasing factor receptor 1","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000142993/7955.ENSDARP00000129646","physical","txid7955" +"F1R506","A4IFZ0","si:ch211-239o15.1","map3k7ip3l","prkcq","tab3","Protein kinase C (EC 2.7.11.13)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","string-db","7955.ENSDARP00000083707/7955.ENSDARP00000046252","physical","txid7955" +"F1R506","E7F8A6","si:ch211-239o15.1","B-cell lymphoma/leukemia 10 isoform X1","prkcq","bcl10","Protein kinase C (EC 2.7.11.13)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000046252","physical","txid7955" +"F1R506","A2AVJ3","si:ch211-239o15.1","si:dkey-18e17.2","prkcq","prkg2","Protein kinase C (EC 2.7.11.13)","cGMP-dependent protein kinase (EC 2.7.11.12)","string-db","7955.ENSDARP00000071397/7955.ENSDARP00000046252","physical","txid7955" +"Q9W6F9","Q7SX78","wif1","sfrp","Q9W6F9","szl","Wnt inhibitory factor 1 (WIF-1)","Sizzled (Szl protein)","string-db","7955.ENSDARP00000133257/7955.ENSDARP00000019818","physical","txid7955" +"F1Q7Y1","Q8JFU3","Acetylcholinesterase collagenic tail peptide isoform X2","fj98e12","F1Q7Y1","Q8JFU3","Acetylcholinesterase collagenic tail peptide isoform X2 (Collagen-like tail subunit (single strand of homotrimer) of asymmetric acetylcholinesterase)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000019894","physical","txid7955" +"Q8JFU3","A0A2R8PYI8","fj98e12","eni","Q8JFU3","A0A2R8PYI8","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000139846","physical","txid7955" +"F1QZR2","Q5YLG6","im:5916170","OTTDARP00000007023","pak4","rhov","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","Q803F2","im:5916170","wu:fk30f01","pak4","rhogb","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","Q6PFU4","im:5916170","cdc42a","pak4","cdc42","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","A3QJU6","im:5916170","zgc:136923","pak4","A3QJU6","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","Q6DGB7","im:5916170","rac3","pak4","rac3a","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","Q7ZSZ9","im:5916170","rac1","pak4","rac1a","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","F1R1D2","im:5916170","Ras homolog family member H","pak4","F1R1D2","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","Q7ZVI3","im:5916170","wu:fi15a09","pak4","rhoq","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","string-db","7955.ENSDARP00000032142/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","F1QM54","im:5916170","fb18g01","pak4","F1QM54","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000020114","physical","txid7955" +"F1QZR2","A9JRY8","im:5916170","Rac family small GTPase 3b","pak4","rac3b","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000020114","physical","txid7955" +"Q5YLG6","A0A2R8Q515","OTTDARP00000007023","fc28d09","rhov","A0A2R8Q515","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","E9QBV1","OTTDARP00000007023","fd07f11","rhov","cltcb","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","B7ZC95","OTTDARP00000007023","dlg5","rhov","B7ZC95","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Discs, large homolog 5a (Drosophila) (Disks large homolog 5)","string-db","7955.ENSDARP00000096269/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","A0A0R4I9S3","OTTDARP00000007023","Si:ch73-100l22.3","rhov","si:ch73-100l22.3","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Si:ch73-100l22.3","string-db","7955.ENSDARP00000130189/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","A3QJU6","OTTDARP00000007023","zgc:136923","rhov","A3QJU6","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","Q4FE55","OTTDARP00000007023","ubiquitinyl hydrolase 1","rhov","usp9","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000115664/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","Q7SXW1","OTTDARP00000007023","zgc:63734","rhov","tpm4b","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","F6NTA0","OTTDARP00000007023","TXNL","rhov","txnl1","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","A5PEY8","OTTDARP00000007023","pak6","rhov","A5PEY8","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113873/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","X1WGC5","OTTDARP00000007023","Pseudopodium-enriched atypical kinase 1","rhov","peak1","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Pseudopodium-enriched atypical kinase 1","string-db","7955.ENSDARP00000129280/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","K7DY35","OTTDARP00000007023","si:dkey-256k13.2","rhov","K7DY35","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Si:dkey-256k13.2 (Zinc finger protein 512B isoform X3)","string-db","7955.ENSDARP00000126361/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","E7F6M0","OTTDARP00000007023","Cytoplasmic protein","rhov","nck1b","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","Cytoplasmic protein","string-db","7955.ENSDARP00000121375/7955.ENSDARP00000094132","physical","txid7955" +"Q5YLG6","A9C3T6","OTTDARP00000007023","si:dkey-20d21.7","rhov","A9C3T6","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","tRNA (34-2'-O)-methyltransferase regulator WDR6 (WD repeat-containing protein 6)","string-db","7955.ENSDARP00000113761/7955.ENSDARP00000094132","physical","txid7955" +"Q6JAN0","E7F2D8","adgrv1","dfnb31a","Q6JAN0","E7F2D8","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Whirlin a (Whirlin isoform X1)","string-db","7955.ENSDARP00000102025/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","A0A8M9PYD8","adgrv1","grxcr1","Q6JAN0","A0A8M9PYD8","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Glutaredoxin and cysteine-rich domain-containing 1 b (Glutaredoxin domain-containing cysteine-rich protein 1)","string-db","7955.ENSDARP00000123503/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","A0A0A0MPH9","adgrv1","Si:ch211-57i17.5","Q6JAN0","A0A0A0MPH9","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Si:ch211-57i17.5 (Usherin)","string-db","7955.ENSDARP00000060652/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","F1R7G8","adgrv1","Cadherin-related 23","Q6JAN0","cdh23","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","F1QJX7","adgrv1","Adenylate cyclase-stimulating G alpha protein","Q6JAN0","gnas","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","Q29RC0","adgrv1","zgc:136806","Q6JAN0","ush1c","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Harmonin (Usher syndrome 1C)","string-db","7955.ENSDARP00000104974/7955.ENSDARP00000020853","physical","txid7955" +"Q6JAN0","F1R807","adgrv1","dfnb31b","Q6JAN0","F1R807","Adhesion G-protein coupled receptor V1 (EC 3.4.-.-) (G-protein coupled receptor 98) (Monogenic audiogenic seizure susceptibility protein 1 homolog) (Very large G-protein coupled receptor 1)","Whirlin b (Whirlin-like isoform X1)","string-db","7955.ENSDARP00000119523/7955.ENSDARP00000020853","physical","txid7955" +"A2BIP6","C3PTE8","PAR1","Beta-arrestin-1","f2r","arrb1","Proteinase-activated receptor 1 (Thrombin receptor)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000078547","physical","txid7955" +"A2BIP6","Q1JPZ3","PAR1","src","f2r","Q1JPZ3","Proteinase-activated receptor 1 (Thrombin receptor)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000078547","physical","txid7955" +"A2BIP6","Q7ZVK8","PAR1","ERK1","f2r","mapk3","Proteinase-activated receptor 1 (Thrombin receptor)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000078547","physical","txid7955" +"Q6DGR5","A0A0G2LAU9","zgc:92802","gnaz","rgs17","A0A0G2LAU9","Regulator of G-protein signaling 17 (Zgc:92802)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000057611","physical","txid7955" +"Q6DGR5","Q90WX5","zgc:92802","Cone transducin alpha subunit","rgs17","Q90WX5","Regulator of G-protein signaling 17 (Zgc:92802)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000057611","physical","txid7955" +"Q6DGR5","F1QJL5","zgc:92802","zgc:100942","rgs17","gna15.1","Regulator of G-protein signaling 17 (Zgc:92802)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000057611","physical","txid7955" +"Q90X46","B7ZD88","gpr161","im:7159945","gpr161","wdr35","G-protein coupled receptor 161","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000072514","physical","txid7955" +"Q90X46","E7FAM4","gpr161","gpr161a","gpr161","si:ch211-237c6.4","G-protein coupled receptor 161","G-protein coupled receptor 161-like (Si:ch211-237c6.4)","string-db","7955.ENSDARP00000126068/7955.ENSDARP00000072514","physical","txid7955" +"Q90X46","F1QJX7","gpr161","Adenylate cyclase-stimulating G alpha protein","gpr161","gnas","G-protein coupled receptor 161","Adenylate cyclase-stimulating G alpha protein","string-db","7955.ENSDARP00000111263/7955.ENSDARP00000072514","physical","txid7955" +"Q90X46","C3PTE8","gpr161","Beta-arrestin-1","gpr161","arrb1","G-protein coupled receptor 161","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000072514","physical","txid7955" +"Q90X46","F1R8G2","gpr161","zmp:0000000711","gpr161","zmp:0000000711","G-protein coupled receptor 161","Tubby-like protein","string-db","7955.ENSDARP00000087668/7955.ENSDARP00000072514","physical","txid7955" +"A0A8M1NC80","F1Q7W7","s1pr3","fd11a07","A0A8M1NC80","F1Q7W7","Sphingosine-1-phosphate receptor 3a","Sphingosine-1-phosphate receptor 5a","string-db","7955.ENSDARP00000115650/7955.ENSDARP00000113862","physical","txid7955" +"Q08BE2","F1QJL5","zgc:153888","zgc:100942","Q08BE2","gna15.1","Regulator of G-protein signaling 18 (Zgc:153888)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000052418","physical","txid7955" +"Q08BE2","Q90WX5","zgc:153888","Cone transducin alpha subunit","Q08BE2","Q90WX5","Regulator of G-protein signaling 18 (Zgc:153888)","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000052418","physical","txid7955" +"Q6PFU1","Q6DHQ4","cd81","Tetraspanin","cd81a","tspan4a","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000143203/7955.ENSDARP00000052382","physical","txid7955" +"Q6PFU1","E9QBC5","cd81","cd9","cd81a","E9QBC5","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000116547/7955.ENSDARP00000052382","physical","txid7955" +"Q6DGI0","F1QJL5","rgs8","zgc:100942","Q6DGI0","gna15.1","Regulator of G-protein signaling 8 (RGS8)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000093238","physical","txid7955" +"Q6DGI0","A0A0G2LAU9","rgs8","gnaz","Q6DGI0","A0A0G2LAU9","Regulator of G-protein signaling 8 (RGS8)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000093238","physical","txid7955" +"B3DI13","F1QJL5","zgc:194426","zgc:100942","rgs19","gna15.1","Regulator of G-protein signaling 19 (Zgc:194426)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000102733","physical","txid7955" +"Q7T2D3","F1QJL5","rgs5","zgc:100942","rgs5a","gna15.1","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","string-db","7955.ENSDARP00000123739/7955.ENSDARP00000108854","physical","txid7955" +"Q5TYP7","A0A0R4ID81","si:ch211-147c1.2","RAB11 family-interacting protein 2","ehd3","A0A0R4ID81","EH domain-containing protein 3 (EH-domain-containing 3)","RAB11 family-interacting protein 2 (class I) (Rab11 family-interacting protein 2 isoform X1)","string-db","7955.ENSDARP00000132386/7955.ENSDARP00000020154","physical","txid7955" +"A0A0R4ID81","Q6NY81","RAB11 family-interacting protein 2","zgc:77049","A0A0R4ID81","ehd1a","RAB11 family-interacting protein 2 (class I) (Rab11 family-interacting protein 2 isoform X1)","EH-domain containing 1a isoform X1 (EH-domain-containing 1a) (Zgc:77049)","string-db","7955.ENSDARP00000142374/7955.ENSDARP00000132386","physical","txid7955" +"Q66HW2","Q4V920","ehd1","pacsin1b","ehd1b","pacsin1b","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","string-db","7955.ENSDARP00000056829/7955.ENSDARP00000020181","physical","txid7955" +"Q66HW2","Q6NY81","ehd1","zgc:77049","ehd1b","ehd1a","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","EH-domain containing 1a isoform X1 (EH-domain-containing 1a) (Zgc:77049)","string-db","7955.ENSDARP00000142374/7955.ENSDARP00000020181","physical","txid7955" +"Q66HW2","A0A0G2KQ55","ehd1","rab11fip5b","ehd1b","A0A0G2KQ55","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","Rab11 family-interacting protein 5-like","string-db","7955.ENSDARP00000134520/7955.ENSDARP00000020181","physical","txid7955" +"Q66HW2","A0A0R4ID81","ehd1","RAB11 family-interacting protein 2","ehd1b","A0A0R4ID81","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","RAB11 family-interacting protein 2 (class I) (Rab11 family-interacting protein 2 isoform X1)","string-db","7955.ENSDARP00000132386/7955.ENSDARP00000020181","physical","txid7955" +"Q66HW2","F1Q9I7","ehd1","d254","ehd1b","snx1a","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","Sorting nexin 1","string-db","7955.ENSDARP00000069669/7955.ENSDARP00000020181","physical","txid7955" +"Q66HW2","F1QRX4","ehd1","bin1","ehd1b","F1QRX4","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","Bridging integrator 1b","string-db","7955.ENSDARP00000076200/7955.ENSDARP00000020181","physical","txid7955" +"A0A0G2KQ55","Q6NY81","rab11fip5b","zgc:77049","A0A0G2KQ55","ehd1a","Rab11 family-interacting protein 5-like","EH-domain containing 1a isoform X1 (EH-domain-containing 1a) (Zgc:77049)","string-db","7955.ENSDARP00000142374/7955.ENSDARP00000134520","physical","txid7955" +"Q4V920","F1QC13","pacsin1b","zgc:77519","pacsin1b","F1QC13","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","Protein kinase C and casein kinase substrate in neurons 2 (Protein kinase C and casein kinase substrate in neurons protein 2)","string-db","7955.ENSDARP00000124182/7955.ENSDARP00000056829","physical","txid7955" +"Q4V920","Q7ZUY8","pacsin1b","zgc:56324","pacsin1b","Q7ZUY8","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","Protein kinase C and casein kinase substrate in neurons 3 (Protein kinase C and casein kinase substrate in neurons protein 3) (Zgc:56324)","string-db","7955.ENSDARP00000131278/7955.ENSDARP00000056829","physical","txid7955" +"F1QRX4","Q7ZZB1","bin1","si:bz36d5.4","F1QRX4","snx9a","Bridging integrator 1b","Sorting nexin","string-db","7955.ENSDARP00000095249/7955.ENSDARP00000076200","physical","txid7955" +"F1QRX4","P52160","bin1","myca","F1QRX4","P52160","Bridging integrator 1b","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000076200","physical","txid7955" +"F1QRX4","E9QHF3","bin1","fb02f11","F1QRX4","synj1","Bridging integrator 1b","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000076200","physical","txid7955" +"F1QRX4","Q1JPZ3","bin1","src","F1QRX4","Q1JPZ3","Bridging integrator 1b","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000076200","physical","txid7955" +"F1QRX4","F1R0Z9","bin1","im:7149072","F1QRX4","itsn2b","Bridging integrator 1b","Intersectin 2b (Intersectin-2)","string-db","7955.ENSDARP00000081545/7955.ENSDARP00000076200","physical","txid7955" +"F1QRX4","Q6PC73","bin1","grb2","F1QRX4","grb2b","Bridging integrator 1b","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000076200","physical","txid7955" +"E7FF13","Q6NYJ9","zgc:55792","fa16e07","vldlr","ap2b1","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q6P937","zgc:55792","wu:fb61d08","vldlr","clta","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","A0A0R4IQY1","zgc:55792","dab1","vldlr","A0A0R4IQY1","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","DAB adaptor protein 1a (Disabled homolog 1 isoform X2)","string-db","7955.ENSDARP00000137965/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","B0S5G3","zgc:55792","clstn2a","vldlr","clstn2","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Calsyntenin-2","string-db","7955.ENSDARP00000080110/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q5TZ29","zgc:55792","apobb","vldlr","Q5TZ29","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q503V2","zgc:55792","zgc:110064","vldlr","Q503V2","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","O42363","zgc:55792","apoa1","vldlr","O42363","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein A-I (Apo-AI) (ApoA-I) (Apolipoprotein A1) [Cleaved into: Proapolipoprotein A-I (ProapoA-I)]","string-db","7955.ENSDARP00000025613/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q7ZW98","zgc:55792","ap2m1b","vldlr","Q7ZW98","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q642J9","zgc:55792","zgc:103580","vldlr","Q642J9","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Serum amyloid A protein","string-db","7955.ENSDARP00000067628/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","F1QL35","zgc:55792","Thrombospondin 1b","vldlr","thbs1b","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Thrombospondin 1b (Thrombospondin-1 isoform X1)","string-db","7955.ENSDARP00000120705/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","E9QDI1","zgc:55792","apoc1l","vldlr","E9QDI1","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q6PEJ2","zgc:55792","zgc:65827","vldlr","ap2s1","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","AP complex subunit sigma","string-db","7955.ENSDARP00000031559/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","E7F2J6","zgc:55792","Proprotein convertase subtilisin/kexin type 9","vldlr","E7F2J6","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","string-db","7955.ENSDARP00000104114/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","Q5U3E2","zgc:55792","zgc:103675","vldlr","cetp","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Cholesteryl ester transfer protein","string-db","7955.ENSDARP00000046890/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","O42364","zgc:55792","apoeb","vldlr","apoeb","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","E9QEQ1","zgc:55792","fb71a04","vldlr","apoc2","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","E9QBV1","zgc:55792","fd07f11","vldlr","cltcb","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000020206","physical","txid7955" +"E7FF13","A0A0R4IKF0","zgc:55792","wu:fb66d03","vldlr","A0A0R4IKF0","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000020206","physical","txid7955" +"E9QEQ1","Q503V2","fb71a04","zgc:110064","apoc2","Q503V2","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000112765","physical","txid7955" +"E9QEQ1","Q5TZ29","fb71a04","apobb","apoc2","Q5TZ29","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000112765","physical","txid7955" +"E9QEQ1","Q6V9Y8","fb71a04","gpc3","apoc2","gpc3","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","Glypican-3 [Cleaved into: Glypican-3 alpha subunit; Glypican-3 beta subunit]","string-db","7955.ENSDARP00000142166/7955.ENSDARP00000112765","physical","txid7955" +"E9QEQ1","A0A0R4IKF0","fb71a04","wu:fb66d03","apoc2","A0A0R4IKF0","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000112765","physical","txid7955" +"E9QEQ1","E9QDI1","fb71a04","apoc1l","apoc2","E9QDI1","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000112765","physical","txid7955" +"Q5U3E2","E9QDI1","zgc:103675","apoc1l","cetp","E9QDI1","Cholesteryl ester transfer protein","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","O42364","zgc:103675","apoeb","cetp","apoeb","Cholesteryl ester transfer protein","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","Q642J9","zgc:103675","zgc:103580","cetp","Q642J9","Cholesteryl ester transfer protein","Serum amyloid A protein","string-db","7955.ENSDARP00000067628/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","Q503V2","zgc:103675","zgc:110064","cetp","Q503V2","Cholesteryl ester transfer protein","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","A0A0R4IKF0","zgc:103675","wu:fb66d03","cetp","A0A0R4IKF0","Cholesteryl ester transfer protein","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","E9QEQ1","zgc:103675","fb71a04","cetp","apoc2","Cholesteryl ester transfer protein","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000046890","physical","txid7955" +"Q5U3E2","Q5TZ29","zgc:103675","apobb","cetp","Q5TZ29","Cholesteryl ester transfer protein","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000046890","physical","txid7955" +"Q642J9","E9QDI1","zgc:103580","apoc1l","Q642J9","E9QDI1","Serum amyloid A protein","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000067628","physical","txid7955" +"Q642J9","A0A0R4IKF0","zgc:103580","wu:fb66d03","Q642J9","A0A0R4IKF0","Serum amyloid A protein","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000067628","physical","txid7955" +"Q642J9","E9QEQ1","zgc:103580","fb71a04","Q642J9","apoc2","Serum amyloid A protein","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000067628","physical","txid7955" +"Q642J9","Q0VFV6","zgc:103580","vimp","Q642J9","vimp","Serum amyloid A protein","Selenoprotein S (SelS) (VCP-interacting membrane protein)","string-db","7955.ENSDARP00000079033/7955.ENSDARP00000067628","physical","txid7955" +"Q642J9","Q5TZ29","zgc:103580","apobb","Q642J9","Q5TZ29","Serum amyloid A protein","Apolipoprotein Bb, tandem duplicate 1","string-db","7955.ENSDARP00000119179/7955.ENSDARP00000067628","physical","txid7955" +"Q642J9","Q503V2","zgc:103580","zgc:110064","Q642J9","Q503V2","Serum amyloid A protein","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000067628","physical","txid7955" +"Q503V2","A0A0R4IKF0","zgc:110064","wu:fb66d03","Q503V2","A0A0R4IKF0","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000133853","physical","txid7955" +"E7F2J6","Q7ZW98","Proprotein convertase subtilisin/kexin type 9","ap2m1b","E7F2J6","Q7ZW98","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000104114","physical","txid7955" +"E7F2J6","E9QBV1","Proprotein convertase subtilisin/kexin type 9","fd07f11","E7F2J6","cltcb","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000104114","physical","txid7955" +"E7F2J6","Q6NYJ9","Proprotein convertase subtilisin/kexin type 9","fa16e07","E7F2J6","ap2b1","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000104114","physical","txid7955" +"E7F2J6","A0A8M9QJ44","Proprotein convertase subtilisin/kexin type 9","Extracellular serine/threonine protein kinase FAM20C","E7F2J6","A0A8M9QJ44","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000104114","physical","txid7955" +"Q5TZ29","A0A0R4IKF0","apobb","wu:fb66d03","Q5TZ29","A0A0R4IKF0","Apolipoprotein Bb, tandem duplicate 1","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000119179","physical","txid7955" +"Q5TZ29","Q503V2","apobb","zgc:110064","Q5TZ29","Q503V2","Apolipoprotein Bb, tandem duplicate 1","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000119179","physical","txid7955" +"Q5TZ29","E9QDI1","apobb","apoc1l","Q5TZ29","E9QDI1","Apolipoprotein Bb, tandem duplicate 1","Apolipoprotein C-I","string-db","7955.ENSDARP00000121190/7955.ENSDARP00000119179","physical","txid7955" +"E9QDI1","A0A0R4IKF0","apoc1l","wu:fb66d03","E9QDI1","A0A0R4IKF0","Apolipoprotein C-I","Apolipoprotein A-I precursor (Apolipoprotein A-Ib)","string-db","7955.ENSDARP00000151245/7955.ENSDARP00000121190","physical","txid7955" +"E9QDI1","Q503V2","apoc1l","zgc:110064","E9QDI1","Q503V2","Apolipoprotein C-I","Apolipoprotein E precursor (Apolipoprotein Ea) (Zgc:110064)","string-db","7955.ENSDARP00000133853/7955.ENSDARP00000121190","physical","txid7955" +"F1QL35","A0A2R8Q0D8","Thrombospondin 1b","Platelet-derived growth factor subunit B","thbs1b","A0A2R8Q0D8","Thrombospondin 1b (Thrombospondin-1 isoform X1)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000120705","physical","txid7955" +"F1QL35","A0A0R4ICS1","Thrombospondin 1b","Integrin alpha 4","thbs1b","itga4","Thrombospondin 1b (Thrombospondin-1 isoform X1)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000120705","physical","txid7955" +"Q7SXQ1","Q7ZVY0","zgc:66130","fb73d10","Q7SXQ1","Q7ZVY0","Nucleolysin TIAR (TIA1 cytotoxic granule-associated RNA-binding protein-like 1)","Cytotoxic granule-associated RNA binding protein 1 (Nucleolysin TIA-1) (TIA1 cytotoxic granule-associated RNA-binding protein)","string-db","7955.ENSDARP00000068889/7955.ENSDARP00000020234","physical","txid7955" +"Q9DDL2","A2CE85","malt1","si:dkey-1o2.6","Q9DDL2","A2CE85","Paracaspase","Caspase recruitment domain family, member 9 (Caspase recruitment domain-containing protein 9)","string-db","7955.ENSDARP00000088242/7955.ENSDARP00000020264","physical","txid7955" +"Q9DDL2","E7F8A6","malt1","B-cell lymphoma/leukemia 10 isoform X1","Q9DDL2","bcl10","Paracaspase","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000020264","physical","txid7955" +"Q66I11","A0A8M1N0Z5","zgc:92102","zgc:100948","nt5c2l1","A0A8M1N0Z5","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","string-db","7955.ENSDARP00000124191/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","A0A286Y9C9","zgc:92102","nt5c1a","nt5c2l1","A0A286Y9C9","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","E7F409","zgc:92102","5'-nucleotidase, cytosolic IAb","nt5c2l1","E7F409","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","string-db","7955.ENSDARP00000094606/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","E7FC21","zgc:92102","fc36f11","nt5c2l1","E7FC21","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","string-db","7955.ENSDARP00000057573/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","F1QI68","zgc:92102","5'-nucleotidase, cytosolic IB b","nt5c2l1","F1QI68","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","string-db","7955.ENSDARP00000039965/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","Q7SYN4","zgc:92102","nt5c3","nt5c2l1","Q7SYN4","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","string-db","7955.ENSDARP00000124641/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","A0A2R8Q9N2","zgc:92102","LOC560627","nt5c2l1","LOC560627","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000020283","physical","txid7955" +"Q66I11","F1QAK5","zgc:92102","im:7162273","nt5c2l1","F1QAK5","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","string-db","7955.ENSDARP00000065124/7955.ENSDARP00000020283","physical","txid7955" +"A0A286Y9C9","A0A2R8Q9N2","nt5c1a","LOC560627","A0A286Y9C9","LOC560627","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000143756","physical","txid7955" +"F1QAK5","A0A2R8Q9N2","im:7162273","LOC560627","F1QAK5","LOC560627","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000065124","physical","txid7955" +"F1QAK5","Q7SYN4","im:7162273","nt5c3","F1QAK5","Q7SYN4","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","string-db","7955.ENSDARP00000124641/7955.ENSDARP00000065124","physical","txid7955" +"F1QAK5","A0A8M1N0Z5","im:7162273","zgc:100948","F1QAK5","A0A8M1N0Z5","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","string-db","7955.ENSDARP00000124191/7955.ENSDARP00000065124","physical","txid7955" +"F1QAK5","E7F409","im:7162273","5'-nucleotidase, cytosolic IAb","F1QAK5","E7F409","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","string-db","7955.ENSDARP00000094606/7955.ENSDARP00000065124","physical","txid7955" +"F1QAK5","A0A286Y9C9","im:7162273","nt5c1a","F1QAK5","A0A286Y9C9","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000065124","physical","txid7955" +"Q7SYN4","A0A2R8Q9N2","nt5c3","LOC560627","Q7SYN4","LOC560627","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000124641","physical","txid7955" +"Q7SYN4","A0A286Y9C9","nt5c3","nt5c1a","Q7SYN4","A0A286Y9C9","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000124641","physical","txid7955" +"F1QI68","E7FC21","5'-nucleotidase, cytosolic IB b","fc36f11","F1QI68","E7FC21","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","string-db","7955.ENSDARP00000057573/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","A0A8M1N0Z5","5'-nucleotidase, cytosolic IB b","zgc:100948","F1QI68","A0A8M1N0Z5","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","string-db","7955.ENSDARP00000124191/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","A0A2R8Q9N2","5'-nucleotidase, cytosolic IB b","LOC560627","F1QI68","LOC560627","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","E7F409","5'-nucleotidase, cytosolic IB b","5'-nucleotidase, cytosolic IAb","F1QI68","E7F409","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","string-db","7955.ENSDARP00000094606/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","A0A286Y9C9","5'-nucleotidase, cytosolic IB b","nt5c1a","F1QI68","A0A286Y9C9","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","Q7SYN4","5'-nucleotidase, cytosolic IB b","nt5c3","F1QI68","Q7SYN4","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","string-db","7955.ENSDARP00000124641/7955.ENSDARP00000039965","physical","txid7955" +"F1QI68","F1QAK5","5'-nucleotidase, cytosolic IB b","im:7162273","F1QI68","F1QAK5","5'-nucleotidase, cytosolic IB b (Cytosolic 5'-nucleotidase 1A)","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","string-db","7955.ENSDARP00000065124/7955.ENSDARP00000039965","physical","txid7955" +"E7F409","A0A2R8Q9N2","5'-nucleotidase, cytosolic IAb","LOC560627","E7F409","LOC560627","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000094606","physical","txid7955" +"E7F409","A0A8M1N0Z5","5'-nucleotidase, cytosolic IAb","zgc:100948","E7F409","A0A8M1N0Z5","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","string-db","7955.ENSDARP00000124191/7955.ENSDARP00000094606","physical","txid7955" +"E7F409","A0A286Y9C9","5'-nucleotidase, cytosolic IAb","nt5c1a","E7F409","A0A286Y9C9","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000094606","physical","txid7955" +"E7F409","Q7SYN4","5'-nucleotidase, cytosolic IAb","nt5c3","E7F409","Q7SYN4","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","string-db","7955.ENSDARP00000124641/7955.ENSDARP00000094606","physical","txid7955" +"E7FC21","A0A2R8Q9N2","fc36f11","LOC560627","E7FC21","LOC560627","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000057573","physical","txid7955" +"E7FC21","A0A286Y9C9","fc36f11","nt5c1a","E7FC21","A0A286Y9C9","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000057573","physical","txid7955" +"E7FC21","F1QAK5","fc36f11","im:7162273","E7FC21","F1QAK5","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","5'-nucleotidase, cytosolic IIb (Cytosolic purine 5'-nucleotidase (EC 3.1.3.5))","string-db","7955.ENSDARP00000065124/7955.ENSDARP00000057573","physical","txid7955" +"E7FC21","A0A8M1N0Z5","fc36f11","zgc:100948","E7FC21","A0A8M1N0Z5","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","string-db","7955.ENSDARP00000124191/7955.ENSDARP00000057573","physical","txid7955" +"E7FC21","Q7SYN4","fc36f11","nt5c3","E7FC21","Q7SYN4","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","Cytosolic 5'-nucleotidase 3 (EC 3.1.3.5) (Cytosolic 5'-nucleotidase III) (cN-III)","string-db","7955.ENSDARP00000124641/7955.ENSDARP00000057573","physical","txid7955" +"E7FC21","E7F409","fc36f11","5'-nucleotidase, cytosolic IAb","E7FC21","E7F409","Cytosolic purine 5'-nucleotidase (EC 2.7.1.77) (EC 3.1.3.5) (EC 3.1.3.99) (Cytosolic nucleoside phosphotransferase 5'N)","5'-nucleotidase, cytosolic IAb (Cytosolic 5'-nucleotidase 1A-like isoform X2)","string-db","7955.ENSDARP00000094606/7955.ENSDARP00000057573","physical","txid7955" +"A0A8M1N0Z5","A0A2R8Q9N2","zgc:100948","LOC560627","A0A8M1N0Z5","LOC560627","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","Cytosolic 5'-nucleotidase 1A","string-db","7955.ENSDARP00000148102/7955.ENSDARP00000124191","physical","txid7955" +"A0A8M1N0Z5","A0A286Y9C9","zgc:100948","nt5c1a","A0A8M1N0Z5","A0A286Y9C9","Thymidine kinase 2 (EC 2.7.1.21) (Thymidine kinase 2, mitochondrial isoform X1)","5'-nucleotidase, cytosolic IAa (Cytosolic 5'-nucleotidase 1A isoform X1)","string-db","7955.ENSDARP00000143756/7955.ENSDARP00000124191","physical","txid7955" +"F1RDH8","A0A8M1NSX5","Tumor necrosis factor alpha-induced protein 2","si:dkey-45k15.2","F1RDH8","A0A8M1NSX5","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","A2AV37","Tumor necrosis factor alpha-induced protein 2","exoc3l1","F1RDH8","exoc3l1","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component 3-like protein","string-db","7955.ENSDARP00000094733/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","B8A5K8","Tumor necrosis factor alpha-induced protein 2","im:7157987","F1RDH8","B8A5K8","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","string-db","7955.ENSDARP00000093863/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","A0A0R4IIR8","Tumor necrosis factor alpha-induced protein 2","Exocyst complex component 3-like protein 4","F1RDH8","si:dkey-45k15.1","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","E7EY52","Tumor necrosis factor alpha-induced protein 2","Exocyst complex component 3-like 2b","F1RDH8","exoc3l2b","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","Q6IQP2","Tumor necrosis factor alpha-induced protein 2","wu:fd20e06","F1RDH8","stxbp6","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","A0A0R4ILM6","Tumor necrosis factor alpha-induced protein 2","fa55b02","F1RDH8","A0A0R4ILM6","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","Q5RG40","Tumor necrosis factor alpha-induced protein 2","si:dkeyp-72h1.2","F1RDH8","Q5RG40","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","string-db","7955.ENSDARP00000108265/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","B0BLY0","Tumor necrosis factor alpha-induced protein 2","Exocyst complex component 5","F1RDH8","B0BLY0","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000075419","physical","txid7955" +"F1RDH8","A0A0R4IYN9","Tumor necrosis factor alpha-induced protein 2","Si:dkey-196h17.9","F1RDH8","A0A0R4IYN9","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000075419","physical","txid7955" +"Q6IQP2","A0A0R4IIR8","wu:fd20e06","Exocyst complex component 3-like protein 4","stxbp6","si:dkey-45k15.1","Syntaxin-binding protein 6","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000108775","physical","txid7955" +"Q6IQP2","A0A0R4ILM6","wu:fd20e06","fa55b02","stxbp6","A0A0R4ILM6","Syntaxin-binding protein 6","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000108775","physical","txid7955" +"Q6IQP2","B0BLY0","wu:fd20e06","Exocyst complex component 5","stxbp6","B0BLY0","Syntaxin-binding protein 6","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000108775","physical","txid7955" +"Q6IQP2","E7EY52","wu:fd20e06","Exocyst complex component 3-like 2b","stxbp6","exoc3l2b","Syntaxin-binding protein 6","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000108775","physical","txid7955" +"Q6IQP2","A0A8M1NSX5","wu:fd20e06","si:dkey-45k15.2","stxbp6","A0A8M1NSX5","Syntaxin-binding protein 6","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000108775","physical","txid7955" +"Q6IQP2","A0A0R4IYN9","wu:fd20e06","Si:dkey-196h17.9","stxbp6","A0A0R4IYN9","Syntaxin-binding protein 6","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000108775","physical","txid7955" +"B8A5K8","A2AV37","im:7157987","exoc3l1","B8A5K8","exoc3l1","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component 3-like protein","string-db","7955.ENSDARP00000094733/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","A0A0R4IYN9","im:7157987","Si:dkey-196h17.9","B8A5K8","A0A0R4IYN9","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","B0BLY0","im:7157987","Exocyst complex component 5","B8A5K8","B0BLY0","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","A0A0R4IIR8","im:7157987","Exocyst complex component 3-like protein 4","B8A5K8","si:dkey-45k15.1","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","A0A0R4ILM6","im:7157987","fa55b02","B8A5K8","A0A0R4ILM6","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","E7EY52","im:7157987","Exocyst complex component 3-like 2b","B8A5K8","exoc3l2b","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","Q5RG40","im:7157987","si:dkeyp-72h1.2","B8A5K8","Q5RG40","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","string-db","7955.ENSDARP00000108265/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","A0A8M1NSX5","im:7157987","si:dkey-45k15.2","B8A5K8","A0A8M1NSX5","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000093863","physical","txid7955" +"B8A5K8","Q6IQP2","im:7157987","wu:fd20e06","B8A5K8","stxbp6","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000093863","physical","txid7955" +"A0A0R4IIR8","A0A0R4ILM6","Exocyst complex component 3-like protein 4","fa55b02","si:dkey-45k15.1","A0A0R4ILM6","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000133373","physical","txid7955" +"A0A0R4IIR8","A0A0R4IYN9","Exocyst complex component 3-like protein 4","Si:dkey-196h17.9","si:dkey-45k15.1","A0A0R4IYN9","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000133373","physical","txid7955" +"A0A8M1N6F3","A0A8M1NSX5","si:dkey-29m11.7","si:dkey-45k15.2","A0A8M1N6F3","A0A8M1NSX5","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","Q6IQP2","si:dkey-29m11.7","wu:fd20e06","A0A8M1N6F3","stxbp6","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","E7EY52","si:dkey-29m11.7","Exocyst complex component 3-like 2b","A0A8M1N6F3","exoc3l2b","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","B0BLY0","si:dkey-29m11.7","Exocyst complex component 5","A0A8M1N6F3","B0BLY0","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","F1RDH8","si:dkey-29m11.7","Tumor necrosis factor alpha-induced protein 2","A0A8M1N6F3","F1RDH8","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2b)","string-db","7955.ENSDARP00000075419/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","B8A5K8","si:dkey-29m11.7","im:7157987","A0A8M1N6F3","B8A5K8","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Si:dkey-245p14.4 (Uncharacterized protein LOC563576)","string-db","7955.ENSDARP00000093863/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","A0A0R4IIR8","si:dkey-29m11.7","Exocyst complex component 3-like protein 4","A0A8M1N6F3","si:dkey-45k15.1","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","A0A0R4IYN9","si:dkey-29m11.7","Si:dkey-196h17.9","A0A8M1N6F3","A0A0R4IYN9","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","Q5RG40","si:dkey-29m11.7","si:dkeyp-72h1.2","A0A8M1N6F3","Q5RG40","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","string-db","7955.ENSDARP00000108265/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","A0A0R4ILM6","si:dkey-29m11.7","fa55b02","A0A8M1N6F3","A0A0R4ILM6","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000075137","physical","txid7955" +"A0A8M1N6F3","A2AV37","si:dkey-29m11.7","exoc3l1","A0A8M1N6F3","exoc3l1","Syntaxin-binding protein 6 (Syntaxin-binding protein 6 isoform X2)","Exocyst complex component 3-like protein","string-db","7955.ENSDARP00000094733/7955.ENSDARP00000075137","physical","txid7955" +"A0A0R4ILM6","A0A0R4IYN9","fa55b02","Si:dkey-196h17.9","A0A0R4ILM6","A0A0R4IYN9","Exocyst complex component","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000134880","physical","txid7955" +"A2AV37","A0A0R4ILM6","exoc3l1","fa55b02","exoc3l1","A0A0R4ILM6","Exocyst complex component 3-like protein","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","Q6IQP2","exoc3l1","wu:fd20e06","exoc3l1","stxbp6","Exocyst complex component 3-like protein","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","Q5RG40","exoc3l1","si:dkeyp-72h1.2","exoc3l1","Q5RG40","Exocyst complex component 3-like protein","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","string-db","7955.ENSDARP00000108265/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","A0A0R4IIR8","exoc3l1","Exocyst complex component 3-like protein 4","exoc3l1","si:dkey-45k15.1","Exocyst complex component 3-like protein","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","E7EY52","exoc3l1","Exocyst complex component 3-like 2b","exoc3l1","exoc3l2b","Exocyst complex component 3-like protein","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","A0A0R4IYN9","exoc3l1","Si:dkey-196h17.9","exoc3l1","A0A0R4IYN9","Exocyst complex component 3-like protein","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","A0A8M1NSX5","exoc3l1","si:dkey-45k15.2","exoc3l1","A0A8M1NSX5","Exocyst complex component 3-like protein","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000094733","physical","txid7955" +"A2AV37","B0BLY0","exoc3l1","Exocyst complex component 5","exoc3l1","B0BLY0","Exocyst complex component 3-like protein","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000094733","physical","txid7955" +"A0A8M1NSX5","A0A0R4ILM6","si:dkey-45k15.2","fa55b02","A0A8M1NSX5","A0A0R4ILM6","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000113765","physical","txid7955" +"A0A8M1NSX5","A0A0R4IYN9","si:dkey-45k15.2","Si:dkey-196h17.9","A0A8M1NSX5","A0A0R4IYN9","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000113765","physical","txid7955" +"A0A8M1NSX5","A0A0R4IIR8","si:dkey-45k15.2","Exocyst complex component 3-like protein 4","A0A8M1NSX5","si:dkey-45k15.1","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000113765","physical","txid7955" +"A0A8M1NSX5","E7EY52","si:dkey-45k15.2","Exocyst complex component 3-like 2b","A0A8M1NSX5","exoc3l2b","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000113765","physical","txid7955" +"A0A8M1NSX5","B0BLY0","si:dkey-45k15.2","Exocyst complex component 5","A0A8M1NSX5","B0BLY0","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000113765","physical","txid7955" +"E7EY52","A0A0R4IYN9","Exocyst complex component 3-like 2b","Si:dkey-196h17.9","exoc3l2b","A0A0R4IYN9","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000129449","physical","txid7955" +"E7EY52","A0A0R4ILM6","Exocyst complex component 3-like 2b","fa55b02","exoc3l2b","A0A0R4ILM6","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000129449","physical","txid7955" +"E7EY52","A0A0R4IIR8","Exocyst complex component 3-like 2b","Exocyst complex component 3-like protein 4","exoc3l2b","si:dkey-45k15.1","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000129449","physical","txid7955" +"Q5RG40","E7EY52","si:dkeyp-72h1.2","Exocyst complex component 3-like 2b","Q5RG40","exoc3l2b","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","string-db","7955.ENSDARP00000129449/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","B0BLY0","si:dkeyp-72h1.2","Exocyst complex component 5","Q5RG40","B0BLY0","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","A0A0R4IYN9","si:dkeyp-72h1.2","Si:dkey-196h17.9","Q5RG40","A0A0R4IYN9","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Si:dkey-196h17.9","string-db","7955.ENSDARP00000140484/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","Q6IQP2","si:dkeyp-72h1.2","wu:fd20e06","Q5RG40","stxbp6","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Syntaxin-binding protein 6","string-db","7955.ENSDARP00000108775/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","A0A0R4ILM6","si:dkeyp-72h1.2","fa55b02","Q5RG40","A0A0R4ILM6","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Exocyst complex component","string-db","7955.ENSDARP00000134880/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","A0A0R4IIR8","si:dkeyp-72h1.2","Exocyst complex component 3-like protein 4","Q5RG40","si:dkey-45k15.1","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","string-db","7955.ENSDARP00000133373/7955.ENSDARP00000108265","physical","txid7955" +"Q5RG40","A0A8M1NSX5","si:dkeyp-72h1.2","si:dkey-45k15.2","Q5RG40","A0A8M1NSX5","Tumor necrosis factor alpha-induced protein 2 (Tumor necrosis factor, alpha-induced protein 2a)","Exocyst complex component 3-like 4 (Exocyst complex component 3-like protein 4)","string-db","7955.ENSDARP00000113765/7955.ENSDARP00000108265","physical","txid7955" +"Q6IVV8","Q6DC20","pkd2","zgc:101030","pkd2","arf4a","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","ADP-ribosylation factor","string-db","7955.ENSDARP00000067603/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","D2CFN3","pkd2","si:dkey-178j17.2","pkd2","adcy5","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","adenylate cyclase (EC 4.6.1.1)","string-db","7955.ENSDARP00000110815/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","Q5U3E1","pkd2","wu:fi15h09","pkd2","rab11a","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","Ras-related protein Rab-11A (EC 3.6.5.2)","string-db","7955.ENSDARP00000060765/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","A0A2R8QBM8","pkd2","si:ch211-153c20.4","pkd2","A0A2R8QBM8","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","Q803C2","pkd2","wu:fd16h10","pkd2","tmem33","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","Transmembrane protein 33","string-db","7955.ENSDARP00000146205/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","F1R1N9","pkd2","cd2apl","pkd2","F1R1N9","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","CD2-associated protein","string-db","7955.ENSDARP00000093386/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","B0BLY0","pkd2","Exocyst complex component 5","pkd2","B0BLY0","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","Exocyst complex component 5 (Exocyst complex component Sec10)","string-db","7955.ENSDARP00000124604/7955.ENSDARP00000027024","physical","txid7955" +"Q6IVV8","A4FVK4","pkd2","rab8","pkd2","rab8a","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000027024","physical","txid7955" +"Q0P410","Q1L8F9","bmt2","kics2","Q0P410","Q1L8F9","S-adenosylmethionine sensor upstream of mTORC1 (Probable methyltransferase BMT2 homolog) (EC 2.1.1.-)","KICSTOR subunit 2","string-db","7955.ENSDARP00000117810/7955.ENSDARP00000084049","physical","txid7955" +"Q7ZUN2","Q4V908","zgc:55602","ube2s","nek2","ube2s","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","string-db","7955.ENSDARP00000047451/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","E7FCJ1","zgc:55602","Anaphase-promoting complex subunit 10","nek2","anapc10","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q7ZVH3","zgc:55602","zgc:56013","nek2","cdc23","non-specific serine/threonine protein kinase (EC 2.7.11.1)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","string-db","7955.ENSDARP00000065324/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","F1QHN6","zgc:55602","im:7042025","nek2","ubc","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q561X1","zgc:55602","zgc:110659","nek2","anapc16","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q6PC58","zgc:55602","ube2d1","nek2","ube2d1b","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","string-db","7955.ENSDARP00000033537/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q7SXA3","zgc:55602","zgc:66168","nek2","rps27a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q5PR93","zgc:55602","zgc:101872","nek2","Q5PR93","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 4 (Cyclosome subunit 4)","string-db","7955.ENSDARP00000058523/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","A0A0R4ISV4","zgc:55602","si:ch73-203i15.5","nek2","anapc2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","A0A2R8QA59","zgc:55602","Anaphase-promoting complex subunit 1","nek2","anapc1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","F1Q636","zgc:55602","BUB1 mitotic checkpoint serine/threonine kinase Ba","nek2","bub1ba","non-specific serine/threonine protein kinase (EC 2.7.11.1)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","string-db","7955.ENSDARP00000101544/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q08BH9","zgc:55602","si:dkey-237i9.4","nek2","anapc11","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q6DG68","zgc:55602","wu:fb38h07","nek2","ube2e2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","string-db","7955.ENSDARP00000049374/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","U3JAH9","zgc:55602","zgc:101571","nek2","bub3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","F1Q5X3","zgc:55602","wu:fb54g06","nek2","cdc27","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","Q68EK9","zgc:55602","cdc26","nek2","cdc26","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","string-db","7955.ENSDARP00000100739/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","A9C3Q3","zgc:55602","si:ch211-127h20.1","nek2","anapc7","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","A0A0R4IU39","zgc:55602","wu:fe49f10","nek2","cdc20","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000020452","physical","txid7955" +"Q7ZUN2","A0A0N4SUD2","zgc:55602","Ubi-p63E","nek2","ubb","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000020452","physical","txid7955" +"F1Q636","A0A2R8QA59","BUB1 mitotic checkpoint serine/threonine kinase Ba","Anaphase-promoting complex subunit 1","bub1ba","anapc1","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","A0A0N4SUD2","BUB1 mitotic checkpoint serine/threonine kinase Ba","Ubi-p63E","bub1ba","ubb","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","F1Q5X3","BUB1 mitotic checkpoint serine/threonine kinase Ba","wu:fb54g06","bub1ba","cdc27","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Cell division cycle protein 27 homolog","string-db","7955.ENSDARP00000113979/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","Q08BH9","BUB1 mitotic checkpoint serine/threonine kinase Ba","si:dkey-237i9.4","bub1ba","anapc11","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","Q7SXA3","BUB1 mitotic checkpoint serine/threonine kinase Ba","zgc:66168","bub1ba","rps27a","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","A0A0R4ISV4","BUB1 mitotic checkpoint serine/threonine kinase Ba","si:ch73-203i15.5","bub1ba","anapc2","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","U3JAH9","BUB1 mitotic checkpoint serine/threonine kinase Ba","zgc:101571","bub1ba","bub3","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","A0A0R4IU39","BUB1 mitotic checkpoint serine/threonine kinase Ba","wu:fe49f10","bub1ba","cdc20","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","Q7T3L7","BUB1 mitotic checkpoint serine/threonine kinase Ba","cdc2","bub1ba","cdk1","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","F1QHN6","BUB1 mitotic checkpoint serine/threonine kinase Ba","im:7042025","bub1ba","ubc","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","Q561X1","BUB1 mitotic checkpoint serine/threonine kinase Ba","zgc:110659","bub1ba","anapc16","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","string-db","7955.ENSDARP00000107781/7955.ENSDARP00000101544","physical","txid7955" +"F1Q636","E7FCJ1","BUB1 mitotic checkpoint serine/threonine kinase Ba","Anaphase-promoting complex subunit 10","bub1ba","anapc10","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","Anaphase-promoting complex subunit 10","string-db","7955.ENSDARP00000124965/7955.ENSDARP00000101544","physical","txid7955" +"U3JAH9","Q7SXA3","zgc:101571","zgc:66168","bub3","rps27a","Mitotic checkpoint protein BUB3","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","F1QHN6","zgc:101571","im:7042025","bub3","ubc","Mitotic checkpoint protein BUB3","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","A0A0R4ISV4","zgc:101571","si:ch73-203i15.5","bub3","anapc2","Mitotic checkpoint protein BUB3","Anaphase-promoting complex subunit 2","string-db","7955.ENSDARP00000139310/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","Q08BH9","zgc:101571","si:dkey-237i9.4","bub3","anapc11","Mitotic checkpoint protein BUB3","Anaphase-promoting complex subunit 11","string-db","7955.ENSDARP00000130416/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","A0A0N4SUD2","zgc:101571","Ubi-p63E","bub3","ubb","Mitotic checkpoint protein BUB3","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","A0A0R4IU39","zgc:101571","wu:fe49f10","bub3","cdc20","Mitotic checkpoint protein BUB3","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000127247","physical","txid7955" +"U3JAH9","A0A2R8QA59","zgc:101571","Anaphase-promoting complex subunit 1","bub3","anapc1","Mitotic checkpoint protein BUB3","Anaphase-promoting complex subunit 1","string-db","7955.ENSDARP00000150216/7955.ENSDARP00000127247","physical","txid7955" +"Q64HD0","F1RCR3","shbgl","Fibulin 2","Q64HD0","fbln2","Sex hormone-binding globulin","Fibulin 2 (Fibulin-2 isoform X1)","string-db","7955.ENSDARP00000100955/7955.ENSDARP00000020485","physical","txid7955" +"F1RCR3","Q75U66","Fibulin 2","postn","fbln2","Q75U66","Fibulin 2 (Fibulin-2 isoform X1)","Periostin (Periostin isoform X3) (Periostin, osteoblast specific factor) (Periostin, osteoblast-specific factor b)","string-db","7955.ENSDARP00000141296/7955.ENSDARP00000100955","physical","txid7955" +"F1RCR3","F1QZB1","Fibulin 2","CD4-1","fbln2","cd4-1","Fibulin 2 (Fibulin-2 isoform X1)","CD4-1 molecule (CD4-1 protein)","string-db","7955.ENSDARP00000121210/7955.ENSDARP00000100955","physical","txid7955" +"E7F3J2","Q6DRH5","Heterogeneous nuclear ribonucleoprotein U isoform X1","nop10","hnrnpua","nop10","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","string-db","7955.ENSDARP00000132783/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q08CK7","Heterogeneous nuclear ribonucleoprotein U isoform X1","igf2bp1","hnrnpua","Q08CK7","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Insulin-like growth factor 2 mRNA-binding protein 1 (IGF2 mRNA-binding protein 1) (IMP-1) (IGF-II mRNA-binding protein 1) (VICKZ family member 1)","string-db","7955.ENSDARP00000082159/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q5RHQ7","Heterogeneous nuclear ribonucleoprotein U isoform X1","hnrnpu","hnrnpua","hnrnpub","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q6PBV6","Heterogeneous nuclear ribonucleoprotein U isoform X1","nhp2","hnrnpua","nhp2","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","string-db","7955.ENSDARP00000091811/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q1LVF3","Heterogeneous nuclear ribonucleoprotein U isoform X1","smg7","hnrnpua","smg7","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","string-db","7955.ENSDARP00000135427/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","A0A0R4IZ84","Heterogeneous nuclear ribonucleoprotein U isoform X1","smg6","hnrnpua","A0A0R4IZ84","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Telomerase-binding protein EST1A (EC 3.1.-.-) (Ever shorter telomeres 1A) (Nonsense mediated mRNA decay factor SMG6) (Smg-6 homolog)","string-db","7955.ENSDARP00000140752/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q7ZVE0","Heterogeneous nuclear ribonucleoprotein U isoform X1","gar1","hnrnpua","Q7ZVE0","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","H/ACA ribonucleoprotein complex subunit 1 (Nucleolar protein family A member 1) (snoRNP protein GAR1)","string-db","7955.ENSDARP00000101401/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","Q6NUZ3","Heterogeneous nuclear ribonucleoprotein U isoform X1","nsap1","hnrnpua","syncrip","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","string-db","7955.ENSDARP00000058778/7955.ENSDARP00000020535","physical","txid7955" +"E7F3J2","F1R7R1","Heterogeneous nuclear ribonucleoprotein U isoform X1","smg5","hnrnpua","smg5","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","string-db","7955.ENSDARP00000060808/7955.ENSDARP00000020535","physical","txid7955" +"Q6NUZ3","F1QP23","nsap1","eprs","syncrip","eprs1","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","string-db","7955.ENSDARP00000070224/7955.ENSDARP00000058778","physical","txid7955" +"Q6NUZ3","Q5RHQ7","nsap1","hnrnpu","syncrip","hnrnpub","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000058778","physical","txid7955" +"Q6NUZ3","Q08CK7","nsap1","igf2bp1","syncrip","Q08CK7","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","Insulin-like growth factor 2 mRNA-binding protein 1 (IGF2 mRNA-binding protein 1) (IMP-1) (IGF-II mRNA-binding protein 1) (VICKZ family member 1)","string-db","7955.ENSDARP00000082159/7955.ENSDARP00000058778","physical","txid7955" +"Q6NUZ3","Q5XJ10","nsap1","gapdh","syncrip","Q5XJ10","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","Glyceraldehyde-3-phosphate dehydrogenase (GAPDH) (EC 1.2.1.12) (Peptidyl-cysteine S-nitrosylase GAPDH) (EC 2.6.99.-)","string-db","7955.ENSDARP00000063799/7955.ENSDARP00000058778","physical","txid7955" +"Q08CK7","B3DIT1","igf2bp1","zgc:194528","Q08CK7","B3DIT1","Insulin-like growth factor 2 mRNA-binding protein 1 (IGF2 mRNA-binding protein 1) (IMP-1) (IGF-II mRNA-binding protein 1) (VICKZ family member 1)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000082159","physical","txid7955" +"Q08CK7","Q5RHQ7","igf2bp1","hnrnpu","Q08CK7","hnrnpub","Insulin-like growth factor 2 mRNA-binding protein 1 (IGF2 mRNA-binding protein 1) (IMP-1) (IGF-II mRNA-binding protein 1) (VICKZ family member 1)","Heterogeneous nuclear ribonucleoprotein U","string-db","7955.ENSDARP00000112099/7955.ENSDARP00000082159","physical","txid7955" +"A5PLA1","A1A5H9","tmem230","rab39b","rab39ba","rab39bb","RAB39B, member RAS oncogene family (Zgc:165464 protein)","RAB39B, member RAS oncogene family (Rab39b protein)","string-db","7955.ENSDARP00000092180/7955.ENSDARP00000020538","physical","txid7955" +"A5PLA1","A4FVK4","tmem230","rab8","rab39ba","rab8a","RAB39B, member RAS oncogene family (Zgc:165464 protein)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000020538","physical","txid7955" +"A5PLA1","Q4V946","tmem230","fj12b07","rab39ba","rabggtb","RAB39B, member RAS oncogene family (Zgc:165464 protein)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000020538","physical","txid7955" +"A1A5H9","A4FVK4","rab39b","rab8","rab39bb","rab8a","RAB39B, member RAS oncogene family (Rab39b protein)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000092180","physical","txid7955" +"Q6DH16","P79734","otub1l","tp53","otub1a","tp53","Ubiquitin thioesterase (EC 3.4.19.12)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000072363","physical","txid7955" +"Q6DH16","A0A8M9P169","otub1l","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","otub1a","A0A8M9P169","Ubiquitin thioesterase (EC 3.4.19.12)","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000072363","physical","txid7955" +"Q6DH16","P57717","otub1l","esr1","otub1a","P57717","Ubiquitin thioesterase (EC 3.4.19.12)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000072363","physical","txid7955" +"Q6DH16","Q7T2E8","otub1l","rhoac","otub1a","rhoac","Ubiquitin thioesterase (EC 3.4.19.12)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000072363","physical","txid7955" +"F1QYM4","A0A0R4IMF6","wbscr1","eif4b","F1QYM4","eif4ba","Eukaryotic translation initiation factor 4H","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000117924","physical","txid7955" +"A0A0R4IMF6","Q7ZVA6","eif4b","eif4a3","eif4ba","Q7ZVA6","Eukaryotic translation initiation factor 4B","Eukaryotic initiation factor 4A-III (eIF-4A-III) (eIF4A-III) (EC 3.6.4.13) (ATP-dependent RNA helicase DDX48) (ATP-dependent RNA helicase eIF4A-3) (DEAD box protein 48) (Eukaryotic translation initiation factor 4A isoform 3)","string-db","7955.ENSDARP00000135974/7955.ENSDARP00000135390","physical","txid7955" +"B8JLJ8","A0A0R4IMS9","wu:fc19f05","DNA-directed RNA polymerase subunit","B8JLJ8","polr2a","Heterogeneous nuclear ribonucleoprotein K","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000116598","physical","txid7955" +"E7F0E8","P79735","Exportin 1","ran","xpo1a","ran","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","string-db","7955.ENSDARP00000108629/7955.ENSDARP00000102922","physical","txid7955" +"F1QFJ8","Q7ZV11","fb19a06","wu:fk48d01","hnrnph1l","polr2c","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","string-db","7955.ENSDARP00000043811/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","A5D6S6","fb19a06","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hnrnph1l","polr2l","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","Q568H8","fb19a06","DNA-directed RNA polymerases I, II, and III subunit RPABC3","hnrnph1l","polr2h","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","Q7ZW41","fb19a06","polr2g","hnrnph1l","polr2g","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","B8JHR3","fb19a06","gtf2f2","hnrnph1l","gtf2f2a","Heterogeneous nuclear ribonucleoprotein H1,-like","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","Q6DEG5","fb19a06","polr2e","hnrnph1l","polr2eb","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000028718/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","Q4VBU5","fb19a06","zgc:110005","hnrnph1l","polr2j","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","string-db","7955.ENSDARP00000050901/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","A0A0R4IMS9","fb19a06","DNA-directed RNA polymerase subunit","hnrnph1l","polr2a","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","F1RDV9","fb19a06","zgc:171795","hnrnph1l","F1RDV9","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000027385","physical","txid7955" +"F1QFJ8","Q1LVK2","fb19a06","zgc:103515","hnrnph1l","polr2i","Heterogeneous nuclear ribonucleoprotein H1,-like","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000027385","physical","txid7955" +"Q7ZVK5","A0A0R4IMS9","PCBP2","DNA-directed RNA polymerase subunit","pcbp2","polr2a","Pcbp2 protein (Poly(rC)-binding protein 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000134105","physical","txid7955" +"Q7SZS0","F1RDV9","zgc:77372","zgc:171795","srsf10b","F1RDV9","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000091866","physical","txid7955" +"Q7SZS0","A0A0R4IMS9","zgc:77372","DNA-directed RNA polymerase subunit","srsf10b","polr2a","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000091866","physical","txid7955" +"Q7SZS0","B8JHR3","zgc:77372","gtf2f2","srsf10b","gtf2f2a","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000091866","physical","txid7955" +"A8KC22","A0A0R4IMS9","hnrnpl","DNA-directed RNA polymerase subunit","hnrnpl2","polr2a","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000115723","physical","txid7955" +"A0A8M1QHE8","Q4V8Q5","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","sfrs7","A0A8M1QHE8","srsf7b","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","string-db","7955.ENSDARP00000136981/7955.ENSDARP00000075762","physical","txid7955" +"A0A8M1QHE8","B8JHR3","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","gtf2f2","A0A8M1QHE8","gtf2f2a","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","string-db","7955.ENSDARP00000092894/7955.ENSDARP00000075762","physical","txid7955" +"A0A8M1QHE8","Q6NZT9","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","zgc:55876","A0A8M1QHE8","srsf2b","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","string-db","7955.ENSDARP00000131299/7955.ENSDARP00000075762","physical","txid7955" +"A0A8M1QHE8","Q6NYA0","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","srsf1b","A0A8M1QHE8","srsf1b","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","string-db","7955.ENSDARP00000116886/7955.ENSDARP00000075762","physical","txid7955" +"A0A8M1QHE8","F1RDV9","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","zgc:171795","A0A8M1QHE8","F1RDV9","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000075762","physical","txid7955" +"A0A8M1QHE8","A0A0R4IMS9","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1","DNA-directed RNA polymerase subunit","A0A8M1QHE8","polr2a","U2 small nuclear ribonucleoprotein auxiliary factor 35 kDa subunit-related protein 2 isoform X1 (Zinc finger (CCCH type), RNA-binding motif and serine/arginine-rich 2)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000075762","physical","txid7955" +"B8A691","Q6P3H4","tlr4b","naprt","B8A691","Q6P3H4","Toll-like receptor 4","Nicotinate phosphoribosyltransferase (NAPRTase) (EC 6.3.4.21) (Nicotinate phosphoribosyltransferase domain-containing protein 1)","string-db","7955.ENSDARP00000035128/7955.ENSDARP00000028819","physical","txid7955" +"B8A691","Q6NX86","tlr4b","HMGB1","B8A691","hmgb1a","Toll-like receptor 4","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000028819","physical","txid7955" +"B8A691","F6NLN8","tlr4b","tlr4ba","B8A691","F6NLN8","Toll-like receptor 4","Toll-like receptor 4","string-db","7955.ENSDARP00000098602/7955.ENSDARP00000028819","physical","txid7955" +"B8A691","A0A0R4IR32","tlr4b","Bactericidal permeability-increasing protein","B8A691","A0A0R4IR32","Toll-like receptor 4","Bactericidal permeability-increasing protein (BPI)","string-db","7955.ENSDARP00000139184/7955.ENSDARP00000028819","physical","txid7955" +"Q7ZV43","E7FGC6","tollip","LOC799279","Q7ZV43","E7FGC6","Toll-interacting protein","Interleukin-1 receptor type 1-like","string-db","7955.ENSDARP00000144331/7955.ENSDARP00000140869","physical","txid7955" +"F6NLN8","Q6NX86","tlr4ba","HMGB1","F6NLN8","hmgb1a","Toll-like receptor 4","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000098602","physical","txid7955" +"F6NLN8","A0A0R4IR32","tlr4ba","Bactericidal permeability-increasing protein","F6NLN8","A0A0R4IR32","Toll-like receptor 4","Bactericidal permeability-increasing protein (BPI)","string-db","7955.ENSDARP00000139184/7955.ENSDARP00000098602","physical","txid7955" +"Q5RI56","A0A8M9PY87","optn","TNF receptor-associated factor","Q5RI56","A0A8M9PY87","Optineurin","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q9I9N5","optn","tradd","Q5RI56","Q9I9N5","Optineurin","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q7T0K2","optn","IAP1","Q5RI56","birc2","Optineurin","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","E7F3U1","optn","TNF superfamily member 11","Q5RI56","tnfsf11","Optineurin","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","E7FEV5","optn","Ubiquitin carboxyl-terminal hydrolase CYLD","Q5RI56","E7FEV5","Optineurin","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q0PKX8","optn","dl3","Q5RI56","Q0PKX8","Optineurin","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","F1QXN6","optn","wu:fc56c02","Q5RI56","tbc1d17","Optineurin","TBC1 domain family member 17 isoform X1 (TBC1 domain family, member 17)","string-db","7955.ENSDARP00000020784/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q6GMF9","optn","zgc:91964","Q5RI56","rbck1","Optineurin","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","string-db","7955.ENSDARP00000047443/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","F1QCY8","optn","spata2","Q5RI56","spata2","Optineurin","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","F1QY33","optn","GABA","Q5RI56","gabarapb","Optineurin","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","A5PLC7","optn","rab8bb","Q5RI56","rab8b","Optineurin","Ras-related protein Rab-8B","string-db","7955.ENSDARP00000090100/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q5MPX4","optn","Transferrin receptor protein 1","Q5RI56","Q5MPX4","Optineurin","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","A4FVK4","optn","rab8","Q5RI56","rab8a","Optineurin","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q6TH05","optn","GABARAPL2","Q5RI56","gabarapl2","Optineurin","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","string-db","7955.ENSDARP00000039056/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q6PSS4","optn","gabarap","Q5RI56","gabarapa","Optineurin","GABA(A) receptor-associated protein","string-db","7955.ENSDARP00000051546/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q6DH82","optn","wu:fj43a09","Q5RI56","-","Optineurin","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000020714","physical","txid7955" +"Q5RI56","Q6DHG9","optn","tnfsf10l2","Q5RI56","tnfsf10","Optineurin","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000020714","physical","txid7955" +"A5PLC7","F1QTJ4","rab8bb","LRP6","rab8b","F1QTJ4","Ras-related protein Rab-8B","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","Q5RGB5","rab8bb","si:ch211-255d18.4","rab8b","rab3ab","Ras-related protein Rab-8B","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","F1QAZ3","rab8bb","MICAL-2","rab8b","micall2b","Ras-related protein Rab-8B","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","string-db","7955.ENSDARP00000118632/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","F8W4A8","rab8bb","Otoferlin b","rab8b","otofb","Ras-related protein Rab-8B","Otoferlin b (Otoferlin isoform X1)","string-db","7955.ENSDARP00000123935/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","A0A0M3HEL3","rab8bb","zgc:172291","rab8b","A0A0M3HEL3","Ras-related protein Rab-8B","Synphilin-1 isoform X1 (Synuclein, alpha-interacting protein)","string-db","7955.ENSDARP00000131199/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","Q5SPC5","rab8bb","otof","rab8b","otof","Ras-related protein Rab-8B","Otoferlin (Fer-1-like protein 2)","string-db","7955.ENSDARP00000118166/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","A0A0R4INF7","rab8bb","fd16d06","rab8b","micall2a","Ras-related protein Rab-8B","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","A4FVK4","rab8bb","rab8","rab8b","rab8a","Ras-related protein Rab-8B","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000090100","physical","txid7955" +"A5PLC7","A2AR68","rab8bb","zgc:110600","rab8b","gdi1","Ras-related protein Rab-8B","Rab GDP dissociation inhibitor","string-db","7955.ENSDARP00000111451/7955.ENSDARP00000090100","physical","txid7955" +"F1QXN6","A4FVK4","wu:fc56c02","rab8","tbc1d17","rab8a","TBC1 domain family member 17 isoform X1 (TBC1 domain family, member 17)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000020784","physical","txid7955" +"F1QXN6","A5PLC7","wu:fc56c02","rab8bb","tbc1d17","rab8b","TBC1 domain family member 17 isoform X1 (TBC1 domain family, member 17)","Ras-related protein Rab-8B","string-db","7955.ENSDARP00000090100/7955.ENSDARP00000020784","physical","txid7955" +"F1QY33","Q1LX53","GABA","si:ch211-238n5.7","gabarapb","bcl2l13","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","string-db","7955.ENSDARP00000120878/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","B0S696","GABA","im:7137114","gabarapb","tbc1d25","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","TBC1 domain family member 25 (TBC1 domain family, member 25)","string-db","7955.ENSDARP00000078040/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","Q6PE18","GABA","pi4k2a","gabarapb","pi4k2a","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","string-db","7955.ENSDARP00000112458/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","E9QEG9","GABA","fa99f08","gabarapb","nbr1a","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","string-db","7955.ENSDARP00000121070/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","F1QGK5","GABA","fj08c01","gabarapb","F1QGK5","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","Calcium-binding and coiled-coil domain 2 (Calcium-binding and coiled-coil domain-containing protein 2)","string-db","7955.ENSDARP00000127186/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","F1Q5Z8","GABA","p62","gabarapb","sqstm1","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","Q1LWB0","GABA","tax1bp1a","gabarapb","tax1bp1a","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000068351","physical","txid7955" +"F1QY33","F1R2I7","GABA","NBR1 autophagy cargo receptor b","gabarapb","nbr1b","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","NBR1 autophagy cargo receptor b","string-db","7955.ENSDARP00000104318/7955.ENSDARP00000068351","physical","txid7955" +"Q6DH82","F1QGK5","wu:fj43a09","fj08c01","-","F1QGK5","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","Calcium-binding and coiled-coil domain 2 (Calcium-binding and coiled-coil domain-containing protein 2)","string-db","7955.ENSDARP00000127186/7955.ENSDARP00000060036","physical","txid7955" +"Q6DH82","Q1LX53","wu:fj43a09","si:ch211-238n5.7","-","bcl2l13","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","string-db","7955.ENSDARP00000120878/7955.ENSDARP00000060036","physical","txid7955" +"Q6DH82","F1Q5Z8","wu:fj43a09","p62","-","sqstm1","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000060036","physical","txid7955" +"Q6DH82","F1R2I7","wu:fj43a09","NBR1 autophagy cargo receptor b","-","nbr1b","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","NBR1 autophagy cargo receptor b","string-db","7955.ENSDARP00000104318/7955.ENSDARP00000060036","physical","txid7955" +"Q6DH82","Q1LWB0","wu:fj43a09","tax1bp1a","-","tax1bp1a","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000060036","physical","txid7955" +"Q6DH82","E9QEG9","wu:fj43a09","fa99f08","-","nbr1a","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","string-db","7955.ENSDARP00000121070/7955.ENSDARP00000060036","physical","txid7955" +"Q6PSS4","E9QEG9","gabarap","fa99f08","gabarapa","nbr1a","GABA(A) receptor-associated protein","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","string-db","7955.ENSDARP00000121070/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","F1QGK5","gabarap","fj08c01","gabarapa","F1QGK5","GABA(A) receptor-associated protein","Calcium-binding and coiled-coil domain 2 (Calcium-binding and coiled-coil domain-containing protein 2)","string-db","7955.ENSDARP00000127186/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","Q1LX53","gabarap","si:ch211-238n5.7","gabarapa","bcl2l13","GABA(A) receptor-associated protein","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","string-db","7955.ENSDARP00000120878/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","Q6DH87","gabarap","fundc1","gabarapa","fundc1","GABA(A) receptor-associated protein","FUN14 domain-containing protein 1","string-db","7955.ENSDARP00000059836/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","Q7ZUX3","gabarap","wdr45","gabarapa","Q7ZUX3","GABA(A) receptor-associated protein","WD repeat domain phosphoinositide-interacting protein 4 (WIPI-4) (WD repeat-containing protein 45)","string-db","7955.ENSDARP00000149996/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","A0A0R4IKT5","gabarap","si:ch73-45o6.2","gabarapa","si:ch73-45o6.2","GABA(A) receptor-associated protein","Autophagy-related protein 2 homolog A isoform X2 (Si:ch73-45o6.2)","string-db","7955.ENSDARP00000134362/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","A0A0R4IT71","gabarap","fc45f03","gabarapa","fnip1","GABA(A) receptor-associated protein","Folliculin-interacting protein 1","string-db","7955.ENSDARP00000140081/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","F1R2I7","gabarap","NBR1 autophagy cargo receptor b","gabarapa","nbr1b","GABA(A) receptor-associated protein","NBR1 autophagy cargo receptor b","string-db","7955.ENSDARP00000104318/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","Q1LWB0","gabarap","tax1bp1a","gabarapa","tax1bp1a","GABA(A) receptor-associated protein","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000051546","physical","txid7955" +"Q6PSS4","F1Q5Z8","gabarap","p62","gabarapa","sqstm1","GABA(A) receptor-associated protein","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000051546","physical","txid7955" +"F1R807","Q8JHF4","dfnb31b","pals1a","F1R807","Q8JHF4","Whirlin b (Whirlin-like isoform X1)","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","string-db","7955.ENSDARP00000123304/7955.ENSDARP00000119523","physical","txid7955" +"E7F2D8","Q29RC0","dfnb31a","zgc:136806","E7F2D8","ush1c","Whirlin a (Whirlin isoform X1)","Harmonin (Usher syndrome 1C)","string-db","7955.ENSDARP00000104974/7955.ENSDARP00000102025","physical","txid7955" +"E7F2D8","Q8JHF4","dfnb31a","pals1a","E7F2D8","Q8JHF4","Whirlin a (Whirlin isoform X1)","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","string-db","7955.ENSDARP00000123304/7955.ENSDARP00000102025","physical","txid7955" +"E7F2D8","F1R807","dfnb31a","dfnb31b","E7F2D8","F1R807","Whirlin a (Whirlin isoform X1)","Whirlin b (Whirlin-like isoform X1)","string-db","7955.ENSDARP00000119523/7955.ENSDARP00000102025","physical","txid7955" +"A0A0A0MPH9","E7F2D8","Si:ch211-57i17.5","dfnb31a","A0A0A0MPH9","E7F2D8","Si:ch211-57i17.5 (Usherin)","Whirlin a (Whirlin isoform X1)","string-db","7955.ENSDARP00000102025/7955.ENSDARP00000060652","physical","txid7955" +"A0A0A0MPH9","F1R807","Si:ch211-57i17.5","dfnb31b","A0A0A0MPH9","F1R807","Si:ch211-57i17.5 (Usherin)","Whirlin b (Whirlin-like isoform X1)","string-db","7955.ENSDARP00000119523/7955.ENSDARP00000060652","physical","txid7955" +"Q29RC0","A0A8M2BEY1","zgc:136806","ift88","ush1c","A0A8M2BEY1","Harmonin (Usher syndrome 1C)","Intraflagellar transport protein 88 homolog isoform X3","psicquic","26190107;24626987;26190107;24626987","physical","txid7955" +"Q29RC0","Q9DGG9","zgc:136806","myo7A","ush1c","Q9DGG9","Harmonin (Usher syndrome 1C)","Myosin VIIA (Unconventional myosin-VIIa)","psicquic","26190107;24626987","physical","txid7955" +"Q29RC0","F1R807","zgc:136806","dfnb31b","ush1c","F1R807","Harmonin (Usher syndrome 1C)","Whirlin b (Whirlin-like isoform X1)","string-db","7955.ENSDARP00000119523/7955.ENSDARP00000104974","physical","txid7955" +"Q29RC0","Q5ICW6","zgc:136806","PCDH15","ush1c","Q5ICW6","Harmonin (Usher syndrome 1C)","Protocadherin 15a (Protocadherin-related 15a)","string-db","7955.ENSDARP00000130788/7955.ENSDARP00000104974","physical","txid7955" +"Q29RC0","F1R7G8","zgc:136806","Cadherin-related 23","ush1c","cdh23","Harmonin (Usher syndrome 1C)","Cadherin-related 23","string-db","7955.ENSDARP00000119218/7955.ENSDARP00000104974","physical","txid7955" +"Q29RC0","A0A8M9PYD8","zgc:136806","grxcr1","ush1c","A0A8M9PYD8","Harmonin (Usher syndrome 1C)","Glutaredoxin and cysteine-rich domain-containing 1 b (Glutaredoxin domain-containing cysteine-rich protein 1)","string-db","7955.ENSDARP00000123503/7955.ENSDARP00000104974","physical","txid7955" +"B8A5G4","D7PS91","POEM","bla","B8A5G4","D7PS91","Nephronectin a (Nephronectin precursor)","FRAS1-related extracellular matrix 2a (FRAS1-related extracellular matrix protein 2 isoform X1) (Fras1-like extracellular matrix protein 2a)","string-db","7955.ENSDARP00000102786/7955.ENSDARP00000020901","physical","txid7955" +"B8A5G4","B6IDE7","POEM","FRAS1 related extracellular matrix 2b precursor","B8A5G4","frem2b","Nephronectin a (Nephronectin precursor)","FRAS1 related extracellular matrix 2b precursor (FRAS1-related extracellular matrix 2b) (Frem2b)","string-db","7955.ENSDARP00000132029/7955.ENSDARP00000020901","physical","txid7955" +"A5WUE8","A0A0R4ICD5","E2F4","fb72f07","e2f5","e2f4","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","Q5RHQ8","E2F4","lin9","e2f5","lin9","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","Q803N1","E2F4","tfdp1l","e2f5","tfdp1a","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Transcription factor","string-db","7955.ENSDARP00000072266/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","A0A2R8PY68","E2F4","mcidas","e2f5","A0A2R8PY68","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Multicilin (Multiciliate differentiation and DNA synthesis-associated cell cycle protein) (Protein Idas)","string-db","7955.ENSDARP00000146040/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","A0AUQ6","E2F4","lin52","e2f5","A0AUQ6","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","Q9I9P9","E2F4","smad2","e2f5","smad2","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","Q08CM4","E2F4","lin54","e2f5","Q08CM4","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Protein lin-54 homolog","string-db","7955.ENSDARP00000086543/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","P47794","E2F4","ccne1","e2f5","P47794","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000056678","physical","txid7955" +"A5WUE8","E7FDM3","E2F4","Retinoblastoma-like 2","e2f5","rbl2","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","string-db","7955.ENSDARP00000067923/7955.ENSDARP00000056678","physical","txid7955" +"Q68EK7","Q4V946","rab4b","fj12b07","Q68EK7","rabggtb","Ras-related protein Rab-4B (EC 3.6.5.2)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000020980","physical","txid7955" +"E9QDP4","Q7T3G5","LOC100332095","cb12","larp4aa","pabpc4","La ribonucleoprotein 4Aa (La-related protein 4 isoform X1)","Polyadenylate-binding protein (PABP)","string-db","7955.ENSDARP00000140050/7955.ENSDARP00000119719","physical","txid7955" +"Q7ZW94","Q4V9I5","zgc:56668","zgc:112290","srp9","Q4V9I5","Signal recognition particle 9 kDa protein (SRP9)","Signal recognition particle 14 kDa protein (SRP14)","string-db","7955.ENSDARP00000155387/7955.ENSDARP00000124362","physical","txid7955" +"Q7ZW94","Q7ZVN5","zgc:56668","srp54","srp9","Q7ZVN5","Signal recognition particle 9 kDa protein (SRP9)","Signal recognition particle subunit SRP54 (EC 3.6.5.4) (Signal recognition particle 54 kDa protein)","string-db","7955.ENSDARP00000139136/7955.ENSDARP00000124362","physical","txid7955" +"Q7ZW94","A0A0R4IMF6","zgc:56668","eif4b","srp9","eif4ba","Signal recognition particle 9 kDa protein (SRP9)","Eukaryotic translation initiation factor 4B","string-db","7955.ENSDARP00000135390/7955.ENSDARP00000124362","physical","txid7955" +"Q6NY82","F1QHN6","ube2f","im:7042025","ube2f","ubc","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000094476","physical","txid7955" +"Q6NY82","Q7SXA3","ube2f","zgc:66168","ube2f","rps27a","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000094476","physical","txid7955" +"Q6NY82","A0A0N4SUD2","ube2f","Ubi-p63E","ube2f","ubb","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000094476","physical","txid7955" +"F1R7L1","B3DG31","wu:fb30g07","si:rp71-45k5.4","psmd9","B3DG31","26S proteasome non-ATPase regulatory subunit 9 (26S proteasome regulatory subunit p27)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000025305","physical","txid7955" +"F1R7L1","Q4VBR8","wu:fb30g07","psma2","psmd9","psma2","26S proteasome non-ATPase regulatory subunit 9 (26S proteasome regulatory subunit p27)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000058679/7955.ENSDARP00000025305","physical","txid7955" +"F1R7L1","Q6NZ09","wu:fb30g07","adrm1b","psmd9","Q6NZ09","26S proteasome non-ATPase regulatory subunit 9 (26S proteasome regulatory subunit p27)","Proteasomal ubiquitin receptor ADRM1","string-db","7955.ENSDARP00000075874/7955.ENSDARP00000025305","physical","txid7955" +"Q7SXP2","Q7ZVX6","nae1","uba3","Q7SXP2","uba3","NEDD8-activating enzyme E1 regulatory subunit (APP-BP1) (Amyloid protein-binding protein 1)","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","string-db","7955.ENSDARP00000075198/7955.ENSDARP00000026192","physical","txid7955" +"Q7SXP2","A0A0R4IUU4","nae1","NEDD8-conjugating enzyme Ubc12","Q7SXP2","si:ch1073-205c8.3","NEDD8-activating enzyme E1 regulatory subunit (APP-BP1) (Amyloid protein-binding protein 1)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000026192","physical","txid7955" +"Q7SXP2","Q6NY82","nae1","ube2f","Q7SXP2","ube2f","NEDD8-activating enzyme E1 regulatory subunit (APP-BP1) (Amyloid protein-binding protein 1)","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","string-db","7955.ENSDARP00000094476/7955.ENSDARP00000026192","physical","txid7955" +"Q504C0","Q7SXA3","im:6908825","zgc:66168","uchl3","rps27a","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000095097","physical","txid7955" +"Q504C0","A0A0N4SUD2","im:6908825","Ubi-p63E","uchl3","ubb","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000095097","physical","txid7955" +"Q504C0","F1QHN6","im:6908825","im:7042025","uchl3","ubc","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000095097","physical","txid7955" +"Q7ZVX6","A0A0N4SUD2","uba3","Ubi-p63E","uba3","ubb","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000075198","physical","txid7955" +"Q7ZVX6","A0A0R4IUU4","uba3","NEDD8-conjugating enzyme Ubc12","uba3","si:ch1073-205c8.3","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","string-db","7955.ENSDARP00000138225/7955.ENSDARP00000075198","physical","txid7955" +"Q7ZVX6","Q6NY82","uba3","ube2f","uba3","ube2f","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","string-db","7955.ENSDARP00000094476/7955.ENSDARP00000075198","physical","txid7955" +"Q7ZVX6","Q5XJS6","uba3","arl6ip5","uba3","arl6ip5a","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","PRA1 family protein","string-db","7955.ENSDARP00000098330/7955.ENSDARP00000075198","physical","txid7955" +"Q7ZVX6","F1QHN6","uba3","im:7042025","uba3","ubc","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000075198","physical","txid7955" +"Q7ZVX6","Q7SXA3","uba3","zgc:66168","uba3","rps27a","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000075198","physical","txid7955" +"F1R2X6","F1QFR9","psme4b","psme4a","F1R2X6","F1QFR9","Proteasome activator complex subunit 4B (Proteasome activator PA200-B)","Proteasome activator complex subunit 4A (Proteasome activator PA200-A)","string-db","7955.ENSDARP00000131347/7955.ENSDARP00000127351","physical","txid7955" +"F1R2X6","B3DG31","psme4b","si:rp71-45k5.4","F1R2X6","B3DG31","Proteasome activator complex subunit 4B (Proteasome activator PA200-B)","Proteasome subunit alpha type","string-db","7955.ENSDARP00000127697/7955.ENSDARP00000127351","physical","txid7955" +"Q6P0H2","Q9DGJ4","wu:fb63c10","CHUNP6922","Q6P0H2","odc1","NAD(P)H dehydrogenase [quinone] 1 isoform 2 (EC 1.6.5.2) (NAD(P)H dehydrogenase, quinone 1)","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","string-db","7955.ENSDARP00000124918/7955.ENSDARP00000021150","physical","txid7955" +"Q9DGJ4","A0A0R4IGR0","CHUNP6922","si:dkey-275p19.6","odc1","oaz2a","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","Ornithine decarboxylase antizyme 2","string-db","7955.ENSDARP00000133600/7955.ENSDARP00000124918","physical","txid7955" +"Q5EDF9","Q1MT85","trh","LOC556431","Q5EDF9","trhr2","Pro-thyrotropin-releasing hormone (Pro-TRH) (Prothyroliberin) [Cleaved into: Thyrotropin-releasing hormone (TRH) (Protirelin) (TSH-releasing factor) (Thyroliberin) (Thyrotropin-releasing factor) (TRF)]","Thyrotropin-releasing hormone receptor (Thyroliberin receptor)","string-db","7955.ENSDARP00000113229/7955.ENSDARP00000021167","physical","txid7955" +"Q5EDF9","A8E7L5","trh","si:ch211-122p23.1","Q5EDF9","A8E7L5","Pro-thyrotropin-releasing hormone (Pro-TRH) (Prothyroliberin) [Cleaved into: Thyrotropin-releasing hormone (TRH) (Protirelin) (TSH-releasing factor) (Thyroliberin) (Thyrotropin-releasing factor) (TRF)]","Thyrotropin-releasing hormone receptor (Thyroliberin receptor)","string-db","7955.ENSDARP00000052508/7955.ENSDARP00000021167","physical","txid7955" +"Q567W8","Q6DRG7","ppp1r14a","ppp1r12a","ppp1r14aa","Q6DRG7","Protein phosphatase 1, regulatory (Inhibitor) subunit 14A","Protein phosphatase 1 regulatory subunit 12A (Myosin phosphatase-targeting subunit 1) (Myosin phosphatase target subunit 1) (Protein phosphatase myosin-binding subunit)","string-db","7955.ENSDARP00000118021/7955.ENSDARP00000021168","physical","txid7955" +"Q9W686","Q9DE44","sema3ab","zgc:101604","Q9W686","Q9DE44","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","F1Q6W4","sema3ab","cdk5r1","Q9W686","cdk5r1b","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","Q7ZSZ9","sema3ab","rac1","Q9W686","rac1a","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","F8W425","sema3ab","Tyrosine-protein kinase","Q9W686","F8W425","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","A0A2R8QPJ6","sema3ab","Plexin-A2","Q9W686","plxna2","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","Q52PJ5","sema3ab","dpysl3","Q9W686","dpysl3","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","string-db","7955.ENSDARP00000065096/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","Q8QFX6","sema3ab","nrp1a","Q9W686","Q8QFX6","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000061885","physical","txid7955" +"Q9W686","A0A0R4IYX8","sema3ab","CRMP-3","Q9W686","dpysl4","Semaphorin-3ab (Semaphorin-1B) (Semaphorin-Z1B) (Sema Z1B)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000061885","physical","txid7955" +"B8JMB1","A0A2R8QPJ6","wu:fi06a12","Plexin-A2","sema6d","plxna2","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000121171","physical","txid7955" +"B8JMB1","Q8AXB3","wu:fi06a12","kdrl","sema6d","Q8AXB3","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000121171","physical","txid7955" +"A0A0R4IYX8","A0A2R8QPJ6","CRMP-3","Plexin-A2","dpysl4","plxna2","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000141349","physical","txid7955" +"Q52PJ5","Q9DE44","dpysl3","zgc:101604","dpysl3","Q9DE44","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000065096","physical","txid7955" +"Q52PJ5","A0A0R4IYX8","dpysl3","CRMP-3","dpysl3","dpysl4","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000065096","physical","txid7955" +"Q52PJ5","F8W425","dpysl3","Tyrosine-protein kinase","dpysl3","F8W425","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124270/7955.ENSDARP00000065096","physical","txid7955" +"Q52PJ5","A0A2R8QPJ6","dpysl3","Plexin-A2","dpysl3","plxna2","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000065096","physical","txid7955" +"Q52PJ5","Q8QFX6","dpysl3","nrp1a","dpysl3","Q8QFX6","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000065096","physical","txid7955" +"Q52PJ5","F1Q6W4","dpysl3","cdk5r1","dpysl3","cdk5r1b","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000065096","physical","txid7955" +"F8W425","Q8QFX6","Tyrosine-protein kinase","nrp1a","F8W425","Q8QFX6","Tyrosine-protein kinase (EC 2.7.10.2)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000124270","physical","txid7955" +"F8W425","A0A2R8QPJ6","Tyrosine-protein kinase","Plexin-A2","F8W425","plxna2","Tyrosine-protein kinase (EC 2.7.10.2)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000124270","physical","txid7955" +"F8W425","A0A0R4IYX8","Tyrosine-protein kinase","CRMP-3","F8W425","dpysl4","Tyrosine-protein kinase (EC 2.7.10.2)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000124270","physical","txid7955" +"E7FBE1","Q5RGW1","fc47g07","Plexin C1","sema7a","Q5RGW1","Semaphorin 7A (Semaphorin-7A isoform 1)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000109895","physical","txid7955" +"E7FBE1","A0A2R8QPJ6","fc47g07","Plexin-A2","sema7a","plxna2","Semaphorin 7A (Semaphorin-7A isoform 1)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000109895","physical","txid7955" +"F1Q6W4","A0A2R8QPJ6","cdk5r1","Plexin-A2","cdk5r1b","plxna2","Cyclin-dependent kinase 5 activator","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000066293","physical","txid7955" +"F1Q6W4","Q8QFX6","cdk5r1","nrp1a","cdk5r1b","Q8QFX6","Cyclin-dependent kinase 5 activator","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000066293","physical","txid7955" +"F1Q6W4","Q6DEG2","cdk5r1","zgc:91938","cdk5r1b","Q6DEG2","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000098118/7955.ENSDARP00000066293","physical","txid7955" +"F1Q6W4","A0A0R4IYX8","cdk5r1","CRMP-3","cdk5r1b","dpysl4","Cyclin-dependent kinase 5 activator","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000066293","physical","txid7955" +"F1Q6W4","Q9DE44","cdk5r1","zgc:101604","cdk5r1b","Q9DE44","Cyclin-dependent kinase 5 activator","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000066293","physical","txid7955" +"F1Q6W4","Q568S1","cdk5r1","zgc:110126","cdk5r1b","Q568S1","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000104135/7955.ENSDARP00000066293","physical","txid7955" +"Q9DE44","Q8QFX6","zgc:101604","nrp1a","Q9DE44","Q8QFX6","Cell division protein kinase 5","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000073666","physical","txid7955" +"Q9DE44","P47794","zgc:101604","ccne1","Q9DE44","P47794","Cell division protein kinase 5","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000073666","physical","txid7955" +"Q9DE44","A0A0R4IYX8","zgc:101604","CRMP-3","Q9DE44","dpysl4","Cell division protein kinase 5","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","string-db","7955.ENSDARP00000141349/7955.ENSDARP00000073666","physical","txid7955" +"Q9DE44","Q7T3L7","zgc:101604","cdc2","Q9DE44","cdk1","Cell division protein kinase 5","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000073666","physical","txid7955" +"Q9DE44","A0A2R8QPJ6","zgc:101604","Plexin-A2","Q9DE44","plxna2","Cell division protein kinase 5","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000073666","physical","txid7955" +"A5PMY8","Q6PHG2","LOC559018","hpx","A5PMY8","Q6PHG2","Clusterin","Hemopexin","string-db","7955.ENSDARP00000111337/7955.ENSDARP00000089759","physical","txid7955" +"E7FE33","Q8QFX6","FERM, RhoGEF and pleckstrin domain protein 2","nrp1a","farp2","Q8QFX6","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000129410","physical","txid7955" +"E7FE33","A0A2R8QPJ6","FERM, RhoGEF and pleckstrin domain protein 2","Plexin-A2","farp2","plxna2","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","Plexin-A2","string-db","7955.ENSDARP00000152904/7955.ENSDARP00000129410","physical","txid7955" +"E7FAJ1","A1L200","Endothelial PAS domain protein 1a","zgc:110542","E7FAJ1","A1L200","Endothelial PAS domain protein 1a (Endothelial PAS domain-containing protein 1 isoform X2)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000021260","physical","txid7955" +"Q803M4","Q6DGE1","fc79h10","zgc:100921","ube2al","Q6DGE1","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","Ubiquitin-conjugating enzyme E2 B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme B) (Ubiquitin carrier protein B) (Ubiquitin-protein ligase B)","string-db","7955.ENSDARP00000028262/7955.ENSDARP00000021303","physical","txid7955" +"Q803M4","F1R926","fc79h10","E3 ubiquitin protein ligase","ube2al","rnf20","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","E3 ubiquitin protein ligase (EC 2.3.2.27)","string-db","7955.ENSDARP00000107071/7955.ENSDARP00000021303","physical","txid7955" +"Q803M4","Q7T3F3","fc79h10","ube2nl","ube2al","ube2nb","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000067432/7955.ENSDARP00000021303","physical","txid7955" +"Q803M4","Q789K9","fc79h10","mp:zf637-2-000771","ube2al","ube2a","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","string-db","7955.ENSDARP00000136681/7955.ENSDARP00000021303","physical","txid7955" +"Q6NWL1","Q6PHH3","pdcd10b","pdcd10a","Q6NWL1","pdcd10a","Programmed cell death protein 10-B","Programmed cell death protein 10-A","string-db","7955.ENSDARP00000156496/7955.ENSDARP00000021450","physical","txid7955" +"Q6PBI0","A8WHV7","wu:fb18c11","si:dkey-190g11.7","sucla2","mrps36","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","Q7SX99","wu:fb18c11","fh","sucla2","Q7SX99","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","string-db","7955.ENSDARP00000097494/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","F1QZA4","wu:fb18c11","fa01b02","sucla2","idh3g","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","string-db","7955.ENSDARP00000094764/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","E7FGK9","wu:fb18c11","oxoglutarate dehydrogenase","sucla2","E7FGK9","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","string-db","7955.ENSDARP00000099212/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","Q6NV33","wu:fb18c11","zgc:56380","sucla2","idh3a","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","string-db","7955.ENSDARP00000094415/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","F1R7X5","wu:fb18c11","SUCLG2","sucla2","suclg2","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","E7EZ05","wu:fb18c11","2-oxoglutarate dehydrogenase complex component E1","sucla2","ogdhb","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000021652","physical","txid7955" +"Q6PBI0","Q4VBU0","wu:fb18c11","wu:fd20d04","sucla2","bckdha","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","string-db","7955.ENSDARP00000059346/7955.ENSDARP00000021652","physical","txid7955" +"E7FGK9","E7EZ05","oxoglutarate dehydrogenase","2-oxoglutarate dehydrogenase complex component E1","E7FGK9","ogdhb","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000099212","physical","txid7955" +"E7FGK9","F1R7X5","oxoglutarate dehydrogenase","SUCLG2","E7FGK9","suclg2","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000099212","physical","txid7955" +"E7FGK9","A8WHV7","oxoglutarate dehydrogenase","si:dkey-190g11.7","E7FGK9","mrps36","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000099212","physical","txid7955" +"F1R7X5","E7EZ05","SUCLG2","2-oxoglutarate dehydrogenase complex component E1","suclg2","ogdhb","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000107576","physical","txid7955" +"F1R7X5","A8WHV7","SUCLG2","si:dkey-190g11.7","suclg2","mrps36","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000107576","physical","txid7955" +"F1QZA4","E7EZ05","fa01b02","2-oxoglutarate dehydrogenase complex component E1","idh3g","ogdhb","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000094764","physical","txid7955" +"F1QZA4","A8WHV7","fa01b02","si:dkey-190g11.7","idh3g","mrps36","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000094764","physical","txid7955" +"F1QZA4","Q7SX99","fa01b02","fh","idh3g","Q7SX99","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","string-db","7955.ENSDARP00000097494/7955.ENSDARP00000094764","physical","txid7955" +"F1QZA4","F1R7X5","fa01b02","SUCLG2","idh3g","suclg2","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000094764","physical","txid7955" +"F1QZA4","E7FGK9","fa01b02","oxoglutarate dehydrogenase","idh3g","E7FGK9","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","string-db","7955.ENSDARP00000099212/7955.ENSDARP00000094764","physical","txid7955" +"Q7SX99","E7FGK9","fh","oxoglutarate dehydrogenase","Q7SX99","E7FGK9","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","string-db","7955.ENSDARP00000099212/7955.ENSDARP00000097494","physical","txid7955" +"Q7SX99","F1R7X5","fh","SUCLG2","Q7SX99","suclg2","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000097494","physical","txid7955" +"Q7SX99","E7EZ05","fh","2-oxoglutarate dehydrogenase complex component E1","Q7SX99","ogdhb","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000097494","physical","txid7955" +"Q7SX99","A8WHV7","fh","si:dkey-190g11.7","Q7SX99","mrps36","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000097494","physical","txid7955" +"Q6NV33","F1R7X5","zgc:56380","SUCLG2","idh3a","suclg2","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000094415","physical","txid7955" +"Q6NV33","E7EZ05","zgc:56380","2-oxoglutarate dehydrogenase complex component E1","idh3a","ogdhb","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000094415","physical","txid7955" +"Q6NV33","A8WHV7","zgc:56380","si:dkey-190g11.7","idh3a","mrps36","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000094415","physical","txid7955" +"Q6NV33","E7FGK9","zgc:56380","oxoglutarate dehydrogenase","idh3a","E7FGK9","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","string-db","7955.ENSDARP00000099212/7955.ENSDARP00000094415","physical","txid7955" +"Q6NV33","F1QZA4","zgc:56380","fa01b02","idh3a","idh3g","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","string-db","7955.ENSDARP00000094764/7955.ENSDARP00000094415","physical","txid7955" +"Q6NV33","Q7SX99","zgc:56380","fh","idh3a","Q7SX99","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","string-db","7955.ENSDARP00000097494/7955.ENSDARP00000094415","physical","txid7955" +"Q4VBU0","E7FGK9","wu:fd20d04","oxoglutarate dehydrogenase","bckdha","E7FGK9","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","oxoglutarate dehydrogenase (succinyl-transferring) (EC 1.2.4.2)","string-db","7955.ENSDARP00000099212/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","A8WHV7","wu:fd20d04","si:dkey-190g11.7","bckdha","mrps36","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","F1R7X5","wu:fd20d04","SUCLG2","bckdha","suclg2","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","string-db","7955.ENSDARP00000107576/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","F1QZA4","wu:fd20d04","fa01b02","bckdha","idh3g","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","string-db","7955.ENSDARP00000094764/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","Q6NV33","wu:fd20d04","zgc:56380","bckdha","idh3a","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","string-db","7955.ENSDARP00000094415/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","E7EZ05","wu:fd20d04","2-oxoglutarate dehydrogenase complex component E1","bckdha","ogdhb","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","string-db","7955.ENSDARP00000135618/7955.ENSDARP00000059346","physical","txid7955" +"Q4VBU0","Q7SX99","wu:fd20d04","fh","bckdha","Q7SX99","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","Fumarate hydratase, mitochondrial (Fumarase) (EC 4.2.1.2)","string-db","7955.ENSDARP00000097494/7955.ENSDARP00000059346","physical","txid7955" +"F1Q4X8","A0A0R4IAS2","evpl","cb180","F1Q4X8","ppl","Envoplakin","Periplakin","string-db","7955.ENSDARP00000130075/7955.ENSDARP00000021688","physical","txid7955" +"E7FB16","Q6DG29","LIM domain kinase 1","wu:fa97c09","limk1b","limk2","LIM domain kinase 1 (EC 2.7.11.1)","LIM domain kinase 2 (EC 2.7.11.1)","string-db","7955.ENSDARP00000087617/7955.ENSDARP00000021697","physical","txid7955" +"Q8JFB7","Q5BJC1","ormdl1","sptssa","ormdl1","sptssa","ORM1-like protein 1","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","string-db","7955.ENSDARP00000095888/7955.ENSDARP00000021751","physical","txid7955" +"Q8JFB7","A8E5H4","ormdl1","wu:fc23b09","ormdl1","A8E5H4","ORM1-like protein 1","Golgin subfamily A member 7","string-db","7955.ENSDARP00000074845/7955.ENSDARP00000021751","physical","txid7955" +"Q8JFB7","Q24JV2","ormdl1","zgc:136901","ormdl1","ormdl2","ORM1-like protein 1","ORM1-like protein","string-db","7955.ENSDARP00000120650/7955.ENSDARP00000021751","physical","txid7955" +"Q8JFB7","Q5XJR6","ormdl1","ormdl3","ormdl1","Q5XJR6","ORM1-like protein 1","ORM1-like protein 3","string-db","7955.ENSDARP00000032009/7955.ENSDARP00000021751","physical","txid7955" +"Q8JFB7","Q569P6","ormdl1","zgc:110549","ormdl1","golga7ba","ORM1-like protein 1","Golgin A7 family, member Ba (Zgc:110549)","string-db","7955.ENSDARP00000084036/7955.ENSDARP00000021751","physical","txid7955" +"Q8JFB7","Q1RLT2","ormdl1","sptssb","ormdl1","sptssb","ORM1-like protein 1","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000021751","physical","txid7955" +"Q24JV2","Q1RLT2","zgc:136901","sptssb","ormdl2","sptssb","ORM1-like protein","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000120650","physical","txid7955" +"Q5BJC1","Q1RLT2","sptssa","sptssb","sptssa","sptssb","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000095888","physical","txid7955" +"Q5BJC1","Q24JV2","sptssa","zgc:136901","sptssa","ormdl2","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","ORM1-like protein","string-db","7955.ENSDARP00000120650/7955.ENSDARP00000095888","physical","txid7955" +"Q569P6","Q1RLT2","zgc:110549","sptssb","golga7ba","sptssb","Golgin A7 family, member Ba (Zgc:110549)","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000084036","physical","txid7955" +"Q569P6","Q24JV2","zgc:110549","zgc:136901","golga7ba","ormdl2","Golgin A7 family, member Ba (Zgc:110549)","ORM1-like protein","string-db","7955.ENSDARP00000120650/7955.ENSDARP00000084036","physical","txid7955" +"Q569P6","Q5BJC1","zgc:110549","sptssa","golga7ba","sptssa","Golgin A7 family, member Ba (Zgc:110549)","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","string-db","7955.ENSDARP00000095888/7955.ENSDARP00000084036","physical","txid7955" +"Q5XJR6","A8E5H4","ormdl3","wu:fc23b09","Q5XJR6","A8E5H4","ORM1-like protein 3","Golgin subfamily A member 7","string-db","7955.ENSDARP00000074845/7955.ENSDARP00000032009","physical","txid7955" +"Q5XJR6","Q24JV2","ormdl3","zgc:136901","Q5XJR6","ormdl2","ORM1-like protein 3","ORM1-like protein","string-db","7955.ENSDARP00000120650/7955.ENSDARP00000032009","physical","txid7955" +"Q5XJR6","Q5BJC1","ormdl3","sptssa","Q5XJR6","sptssa","ORM1-like protein 3","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","string-db","7955.ENSDARP00000095888/7955.ENSDARP00000032009","physical","txid7955" +"Q5XJR6","Q1RLT2","ormdl3","sptssb","Q5XJR6","sptssb","ORM1-like protein 3","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000032009","physical","txid7955" +"Q5XJR6","Q569P6","ormdl3","zgc:110549","Q5XJR6","golga7ba","ORM1-like protein 3","Golgin A7 family, member Ba (Zgc:110549)","string-db","7955.ENSDARP00000084036/7955.ENSDARP00000032009","physical","txid7955" +"A8E5H4","Q569P6","wu:fc23b09","zgc:110549","A8E5H4","golga7ba","Golgin subfamily A member 7","Golgin A7 family, member Ba (Zgc:110549)","string-db","7955.ENSDARP00000084036/7955.ENSDARP00000074845","physical","txid7955" +"A8E5H4","Q24JV2","wu:fc23b09","zgc:136901","A8E5H4","ormdl2","Golgin subfamily A member 7","ORM1-like protein","string-db","7955.ENSDARP00000120650/7955.ENSDARP00000074845","physical","txid7955" +"A8E5H4","Q5BJC1","wu:fc23b09","sptssa","A8E5H4","sptssa","Golgin subfamily A member 7","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","string-db","7955.ENSDARP00000095888/7955.ENSDARP00000074845","physical","txid7955" +"A8E5H4","F1R013","wu:fc23b09","zdhhc9","A8E5H4","zdhhc9","Golgin subfamily A member 7","Palmitoyltransferase ZDHHC9 (EC 2.3.1.225) (DHHC domain-containing protein 9) (Zinc finger DHHC domain-containing protein 9) (DHHC-9)","string-db","7955.ENSDARP00000079770/7955.ENSDARP00000074845","physical","txid7955" +"A8E5H4","Q1RLT2","wu:fc23b09","sptssb","A8E5H4","sptssb","Golgin subfamily A member 7","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","string-db","7955.ENSDARP00000127984/7955.ENSDARP00000074845","physical","txid7955" +"B3DFQ1","Q6IQM5","cb536","zgc:86702","capns1b","pigk","Calpain, small subunit 1 b (Capns1b protein)","GPI-anchor transamidase (Phosphatidylinositol-glycan biosynthesis class K protein)","string-db","7955.ENSDARP00000039104/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","Q66HU4","cb536","capn3","capns1b","capn3a","Calpain, small subunit 1 b (Capns1b protein)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","F1QW40","cb536","Uncharacterized protein LOC678524 isoform X1","capns1b","F1QW40","Calpain, small subunit 1 b (Capns1b protein)","Uncharacterized protein LOC678524 isoform X1 (Zgc:136872)","string-db","7955.ENSDARP00000128589/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","E7F0H3","cb536","Calpain-1 catalytic subunit-like isoform X1","capns1b","E7F0H3","Calpain, small subunit 1 b (Capns1b protein)","Calpain-1 catalytic subunit-like isoform X1 (Si:ch211-202f3.4)","string-db","7955.ENSDARP00000128170/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","A0A8M2BLF5","cb536","Calpain 15","capns1b","A0A8M2BLF5","Calpain, small subunit 1 b (Capns1b protein)","Calpain 15 (Calpain-15 isoform X1)","string-db","7955.ENSDARP00000151290/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","E7F7F1","cb536","Calpain 5b","capns1b","E7F7F1","Calpain, small subunit 1 b (Capns1b protein)","Calpain 5b (Calpain-5 isoform X1)","string-db","7955.ENSDARP00000092508/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","Q1LYC9","cb536","capns1","capns1b","capns1a","Calpain, small subunit 1 b (Capns1b protein)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","A0A0R4IX46","cb536","Uncharacterized protein LOC405875 isoform X1","capns1b","A0A0R4IX46","Calpain, small subunit 1 b (Capns1b protein)","Uncharacterized protein LOC405875 isoform X1 (Zgc:85932)","string-db","7955.ENSDARP00000140129/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","B8A6G0","cb536","capn1","capns1b","B8A6G0","Calpain, small subunit 1 b (Capns1b protein)","Calpain 1, (mu/I) large subunit a (Calpain-11 isoform X1)","string-db","7955.ENSDARP00000046065/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","A0A8M2BIU5","cb536","Glycosylphosphatidylinositol anchor attachment 1","capns1b","A0A8M2BIU5","Calpain, small subunit 1 b (Capns1b protein)","Glycosylphosphatidylinositol anchor attachment 1","string-db","7955.ENSDARP00000104378/7955.ENSDARP00000021850","physical","txid7955" +"B3DFQ1","E9QFN0","cb536","Calpain-1 catalytic subunit","capns1b","E9QFN0","Calpain, small subunit 1 b (Capns1b protein)","Calpain-1 catalytic subunit (EC 3.4.22.52) (Calcium-activated neutral proteinase 1) (Calpain mu-type) (Calpain-1 large subunit) (Micromolar-calpain)","string-db","7955.ENSDARP00000072123/7955.ENSDARP00000021850","physical","txid7955" +"A0A8M2BIU5","Q1LYC9","Glycosylphosphatidylinositol anchor attachment 1","capns1","A0A8M2BIU5","capns1a","Glycosylphosphatidylinositol anchor attachment 1","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000104378","physical","txid7955" +"B8A6G0","Q6R005","capn1","dlg4","B8A6G0","Q6R005","Calpain 1, (mu/I) large subunit a (Calpain-11 isoform X1)","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000046065","physical","txid7955" +"B8A6G0","Q1LYC9","capn1","capns1","B8A6G0","capns1a","Calpain 1, (mu/I) large subunit a (Calpain-11 isoform X1)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000046065","physical","txid7955" +"E9QFN0","Q1LYC9","Calpain-1 catalytic subunit","capns1","E9QFN0","capns1a","Calpain-1 catalytic subunit (EC 3.4.22.52) (Calcium-activated neutral proteinase 1) (Calpain mu-type) (Calpain-1 large subunit) (Micromolar-calpain)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000072123","physical","txid7955" +"E7F7F1","Q1LYC9","Calpain 5b","capns1","E7F7F1","capns1a","Calpain 5b (Calpain-5 isoform X1)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000092508","physical","txid7955" +"Q1LYC9","A0A8M2BLF5","capns1","Calpain 15","capns1a","A0A8M2BLF5","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","Calpain 15 (Calpain-15 isoform X1)","string-db","7955.ENSDARP00000151290/7955.ENSDARP00000119693","physical","txid7955" +"Q1LYC9","F1QW40","capns1","Uncharacterized protein LOC678524 isoform X1","capns1a","F1QW40","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","Uncharacterized protein LOC678524 isoform X1 (Zgc:136872)","string-db","7955.ENSDARP00000128589/7955.ENSDARP00000119693","physical","txid7955" +"Q1LYC9","A0A0R4IX46","capns1","Uncharacterized protein LOC405875 isoform X1","capns1a","A0A0R4IX46","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","Uncharacterized protein LOC405875 isoform X1 (Zgc:85932)","string-db","7955.ENSDARP00000140129/7955.ENSDARP00000119693","physical","txid7955" +"Q1LYC9","Q66HU4","capns1","capn3","capns1a","capn3a","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000119693","physical","txid7955" +"Q1LYC9","E7F0H3","capns1","Calpain-1 catalytic subunit-like isoform X1","capns1a","E7F0H3","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","Calpain-1 catalytic subunit-like isoform X1 (Si:ch211-202f3.4)","string-db","7955.ENSDARP00000128170/7955.ENSDARP00000119693","physical","txid7955" +"Q6IQM5","A0A8M2BIU5","zgc:86702","Glycosylphosphatidylinositol anchor attachment 1","pigk","A0A8M2BIU5","GPI-anchor transamidase (Phosphatidylinositol-glycan biosynthesis class K protein)","Glycosylphosphatidylinositol anchor attachment 1","string-db","7955.ENSDARP00000104378/7955.ENSDARP00000039104","physical","txid7955" +"Q6IQM5","Q1LYC9","zgc:86702","capns1","pigk","capns1a","GPI-anchor transamidase (Phosphatidylinositol-glycan biosynthesis class K protein)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","string-db","7955.ENSDARP00000119693/7955.ENSDARP00000039104","physical","txid7955" +"F1Q885","Q9PWC2","Melanocyte-inducing transcription factor b","nacre","mitfb","mitfa","Melanocyte-inducing transcription factor b (Microphthalmia-associated transcription factor)","Melanocyte-inducing transcription factor a (Microphthalmia-associated transcription factor) (Microphthalmia-related protein)","string-db","7955.ENSDARP00000056456/7955.ENSDARP00000021876","physical","txid7955" +"F1Q885","A0A2R8RRI1","Melanocyte-inducing transcription factor b","Transcription factor EB","mitfb","tfeb","Melanocyte-inducing transcription factor b (Microphthalmia-associated transcription factor)","Transcription factor EB","string-db","7955.ENSDARP00000156744/7955.ENSDARP00000021876","physical","txid7955" +"Q9PWC2","A0A2R8RRI1","nacre","Transcription factor EB","mitfa","tfeb","Melanocyte-inducing transcription factor a (Microphthalmia-associated transcription factor) (Microphthalmia-related protein)","Transcription factor EB","string-db","7955.ENSDARP00000156744/7955.ENSDARP00000056456","physical","txid7955" +"Q6PBJ1","A0A2R8QJF6","si:dkeyp-115a10.1","Aspartyl/asparaginyl beta-hydroxylase isoform X2","Q6PBJ1","unm_hu7910","peptidylprolyl isomerase (EC 5.2.1.8)","Aspartyl/asparaginyl beta-hydroxylase isoform X2 (Un-named hu7910)","string-db","7955.ENSDARP00000152441/7955.ENSDARP00000021881","physical","txid7955" +"A5PLA5","Q1L8I4","ATP-sensitive inward rectifier potassium channel 1","kcnj1","kcnj1b","kcnj1a.1","ATP-sensitive inward rectifier potassium channel 1 (Potassium inwardly rectifying channel subfamily J member 1b) (Zgc:165474 protein)","Potassium inwardly rectifying channel subfamily J member 1a, tandem duplicate 1 (Potassium inwardly-rectifying channel, subfamily J, member 1a, tandem duplicate 1 isoform X1)","string-db","7955.ENSDARP00000058986/7955.ENSDARP00000021899","physical","txid7955" +"A5PLA5","E7FD27","ATP-sensitive inward rectifier potassium channel 1","ATP-sensitive inward rectifier potassium channel 10","kcnj1b","kcnj10a","ATP-sensitive inward rectifier potassium channel 1 (Potassium inwardly rectifying channel subfamily J member 1b) (Zgc:165474 protein)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000021899","physical","txid7955" +"Q1L8I4","E7FD27","kcnj1","ATP-sensitive inward rectifier potassium channel 10","kcnj1a.1","kcnj10a","Potassium inwardly rectifying channel subfamily J member 1a, tandem duplicate 1 (Potassium inwardly-rectifying channel, subfamily J, member 1a, tandem duplicate 1 isoform X1)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","string-db","7955.ENSDARP00000142361/7955.ENSDARP00000058986","physical","txid7955" +"F1Q729","A4IG32","im:7054683","micu1","-","micu1","Mitochondrial calcium uniporter regulator 1 (EC 1.1.1.41) (Zgc:165532)","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","string-db","7955.ENSDARP00000149857/7955.ENSDARP00000021989","physical","txid7955" +"E7F3T7","E7FAZ2","G protein-coupled receptor kinase","ARF GTPase-activating protein GIT1 isoform X2","E7F3T7","E7FAZ2","G protein-coupled receptor kinase (EC 2.7.11.-)","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","string-db","7955.ENSDARP00000057695/7955.ENSDARP00000022046","physical","txid7955" +"E7F3T7","A2BG45","G protein-coupled receptor kinase","git2","E7F3T7","git2a","G protein-coupled receptor kinase (EC 2.7.11.-)","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","string-db","7955.ENSDARP00000083314/7955.ENSDARP00000022046","physical","txid7955" +"E7F3T7","C3PTE8","G protein-coupled receptor kinase","Beta-arrestin-1","E7F3T7","arrb1","G protein-coupled receptor kinase (EC 2.7.11.-)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000022046","physical","txid7955" +"E7F3T7","Q7T2D2","G protein-coupled receptor kinase","arrb2","E7F3T7","arrb2b","G protein-coupled receptor kinase (EC 2.7.11.-)","Arrb2b protein (Arrestin, beta 2b)","string-db","7955.ENSDARP00000024694/7955.ENSDARP00000022046","physical","txid7955" +"A2BG45","Q49HN0","git2","GRK1B","git2a","Q49HN0","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","A3QJU6","git2","zgc:136923","git2a","A3QJU6","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","A0A2R8QPB8","git2","adrbk2","git2a","grk3","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","Q7ZSZ9","git2","rac1","git2a","rac1a","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","A9JRY8","git2","Rac family small GTPase 3b","git2a","rac3b","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","F1QM54","git2","fb18g01","git2a","F1QM54","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","Q5YLG6","git2","OTTDARP00000007023","git2a","rhov","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","F1R6F6","git2","G protein-coupled receptor kinase","git2a","grk5l","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000114075/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","Q6DGB7","git2","rac3","git2a","rac3a","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","F1RAR9","git2","si:dkey-171l20.1","git2a","F1RAR9","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000104968/7955.ENSDARP00000083314","physical","txid7955" +"A2BG45","Q08CJ6","git2","zgc:153020","git2a","grk4","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000133992/7955.ENSDARP00000083314","physical","txid7955" +"E7FAZ2","A3QJU6","ARF GTPase-activating protein GIT1 isoform X2","zgc:136923","E7FAZ2","A3QJU6","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q4V9A1","ARF GTPase-activating protein GIT1 isoform X2","zgc:92024","E7FAZ2","nck2b","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Cytoplasmic protein","string-db","7955.ENSDARP00000063647/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","A0A2R8QPB8","ARF GTPase-activating protein GIT1 isoform X2","adrbk2","E7FAZ2","grk3","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000157494/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q6DGB7","ARF GTPase-activating protein GIT1 isoform X2","rac3","E7FAZ2","rac3a","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q1XHM0","ARF GTPase-activating protein GIT1 isoform X2","grk1","E7FAZ2","Q1XHM0","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000076182/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q5YLG6","ARF GTPase-activating protein GIT1 isoform X2","OTTDARP00000007023","E7FAZ2","rhov","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q90Z32","ARF GTPase-activating protein GIT1 isoform X2","fc10d03","E7FAZ2","Q90Z32","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q49HN0","ARF GTPase-activating protein GIT1 isoform X2","GRK1B","E7FAZ2","Q49HN0","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q7ZSZ9","ARF GTPase-activating protein GIT1 isoform X2","rac1","E7FAZ2","rac1a","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","A9JRY8","ARF GTPase-activating protein GIT1 isoform X2","Rac family small GTPase 3b","E7FAZ2","rac3b","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","A0A2R8Q515","ARF GTPase-activating protein GIT1 isoform X2","fc28d09","E7FAZ2","A0A2R8Q515","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","F1RAR9","ARF GTPase-activating protein GIT1 isoform X2","si:dkey-171l20.1","E7FAZ2","F1RAR9","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000104968/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","F1QM54","ARF GTPase-activating protein GIT1 isoform X2","fb18g01","E7FAZ2","F1QM54","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","A0A286Y8W8","ARF GTPase-activating protein GIT1 isoform X2","Guanine nucleotide exchange factor VAV2 isoform X5","E7FAZ2","vav2","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","string-db","7955.ENSDARP00000143602/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","F1R6F6","ARF GTPase-activating protein GIT1 isoform X2","G protein-coupled receptor kinase","E7FAZ2","grk5l","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000114075/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q08CJ6","ARF GTPase-activating protein GIT1 isoform X2","zgc:153020","E7FAZ2","grk4","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000133992/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","Q1JPZ3","ARF GTPase-activating protein GIT1 isoform X2","src","E7FAZ2","Q1JPZ3","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","F8W5C6","ARF GTPase-activating protein GIT1 isoform X2","fa55b10","E7FAZ2","snx6","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Sorting nexin","string-db","7955.ENSDARP00000123712/7955.ENSDARP00000057695","physical","txid7955" +"E7FAZ2","A0A8M9Q4I8","ARF GTPase-activating protein GIT1 isoform X2","Nck2","E7FAZ2","A0A8M9Q4I8","ARF GTPase-activating protein GIT1 isoform X2 (G protein-coupled receptor kinase-interacting ArfGAP 1)","Cytoplasmic protein","string-db","7955.ENSDARP00000093447/7955.ENSDARP00000057695","physical","txid7955" +"E7F6J7","Q561S9","Jumonji, AT-rich interactive domain 2a","H2A","jarid2a","hist1h2a3","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000080768","physical","txid7955" +"E7F6J7","B0R1D5","Jumonji, AT-rich interactive domain 2a","suz12b","jarid2a","suz12b","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000080768","physical","txid7955" +"E7F6J7","Q6DC03","Jumonji, AT-rich interactive domain 2a","suz12a","jarid2a","Q6DC03","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","Polycomb protein suz12-A (Suppressor of zeste 12 protein homolog A)","string-db","7955.ENSDARP00000093727/7955.ENSDARP00000080768","physical","txid7955" +"Q1LVC2","Q6PI20","jarid2b","h3f3a; h3f3b.1; h3-5; h3f3d","jarid2b","h3f3a;h3f3b.1;h3-5;h3f3d","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q566T0","jarid2b","eed","jarid2b","eed","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","R4GE15","jarid2b","si:ch211-113a14.29","jarid2b","si:ch211-113a14.22","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q71PD7","jarid2b","h2az2a","jarid2b","h2az2a","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q5XJK2","jarid2b","h2afx1","jarid2b","h2ax1","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q4QRF4","jarid2b","; ;","jarid2b","-","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","B0R1D5","jarid2b","suz12b","jarid2b","suz12b","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","E7EZX1","jarid2b","si:dkey-261m9.15","jarid2b","hist1h2a5","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q7ZTY4","jarid2b","rbbp7","jarid2b","Q7ZTY4","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","X1WDH8","jarid2b","Histone H2B","jarid2b","si:dkey-261m9.19","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q5BJA5","jarid2b",";","jarid2b","-","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","A4FVM2","jarid2b","si:ch73-368j24.13","jarid2b","A4FVM2","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","A0A140LG54","jarid2b","Histone H2B","jarid2b","si:dkey-23a13.22","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","E7F5W3","jarid2b","si:dkey-108k21.26","jarid2b","hist1h2a10","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","A0A140LGS2","jarid2b","Histone H2A","jarid2b","si:ch1073-153i20.5","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","B0UXK0","jarid2b","phf13","jarid2b","phf19","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q561S9","jarid2b","H2A","jarid2b","hist1h2a3","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","Q7ZTT0","jarid2b","zgc:56685","jarid2b","Q7ZTT0","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","X1WHF1","jarid2b","Histone H2B","jarid2b","si:dkey-261m9.6","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000084269","physical","txid7955" +"Q1LVC2","E7EXD7","jarid2b","si:dkey-261m9.11","jarid2b","si:ch211-113a14.19","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000084269","physical","txid7955" +"B0UXK0","B0R1D5","phf13","suz12b","phf19","suz12b","PHD finger protein 19","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","R4GE15","phf13","si:ch211-113a14.29","phf19","si:ch211-113a14.22","PHD finger protein 19","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","A4FVM2","phf13","si:ch73-368j24.13","phf19","A4FVM2","PHD finger protein 19","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","A0A140LGS2","phf13","Histone H2A","phf19","si:ch1073-153i20.5","PHD finger protein 19","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","Q7ZTT0","phf13","zgc:56685","phf19","Q7ZTT0","PHD finger protein 19","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","Q566T0","phf13","eed","phf19","eed","PHD finger protein 19","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","X1WDH8","phf13","Histone H2B","phf19","si:dkey-261m9.19","PHD finger protein 19","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","X1WHF1","phf13","Histone H2B","phf19","si:dkey-261m9.6","PHD finger protein 19","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000118843","physical","txid7955" +"B0UXK0","A0A140LG54","phf13","Histone H2B","phf19","si:dkey-23a13.22","PHD finger protein 19","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000118843","physical","txid7955" +"A4QP32","A0A8M9QJ44","mfge8l","Extracellular serine/threonine protein kinase FAM20C","A4QP32","A0A8M9QJ44","Mfge8l protein (Milk fat globule EGF and factor V/VIII domain-containing a) (Milk fat globule-EGF factor 8 protein a isoform 1 precursor)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000022108","physical","txid7955" +"F1R777","Q7SXL7","mettl3","wtap","mettl3","wtap","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","string-db","7955.ENSDARP00000062551/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","F1RCY7","mettl3","RNA-binding motif protein 15","mettl3","rbm15","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","Q9I9P9","mettl3","smad2","mettl3","smad2","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","A0A0R4IAI1","mettl3","si:ch211-79l20.4","mettl3","A0A0R4IAI1","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","F1Q5L6","mettl3","wu:fa56a07","mettl3","ddx5","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000055491/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","Q6NZ22","mettl3","mettl14","mettl3","mettl14","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000022188","physical","txid7955" +"F1R777","B0S5D8","mettl3","pcca","mettl3","zc3h13","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","string-db","7955.ENSDARP00000054063/7955.ENSDARP00000022188","physical","txid7955" +"Q7SXL7","Q6DC64","wtap","mettl16","wtap","Q6DC64","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","string-db","7955.ENSDARP00000072692/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","Q6NZ22","wtap","mettl14","wtap","mettl14","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","E7FGZ9","wtap","Zinc finger CCCH domain-containing protein 4","wtap","zc3h4","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","string-db","7955.ENSDARP00000097865/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","A0A8M1PDZ7","wtap","zgc:55308","wtap","A0A8M1PDZ7","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","E3 ubiquitin-protein ligase Hakai (EC 2.3.2.27)","string-db","7955.ENSDARP00000066977/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","A0A0R4IAI1","wtap","si:ch211-79l20.4","wtap","A0A0R4IAI1","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","F1QVR8","wtap","mettl5","wtap","mettl5","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","string-db","7955.ENSDARP00000090567/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","Q9I9P9","wtap","smad2","wtap","smad2","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000062551","physical","txid7955" +"Q7SXL7","F1RCY7","wtap","RNA-binding motif protein 15","wtap","rbm15","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000062551","physical","txid7955" +"F1RCY7","A0A0R4IAI1","RNA-binding motif protein 15","si:ch211-79l20.4","rbm15","A0A0R4IAI1","RNA-binding motif protein 15 (RNA-binding protein 15)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000100758","physical","txid7955" +"F1RCY7","E7F6U3","RNA-binding motif protein 15","Methyltransferase 4, N6-adenosine","rbm15","E7F6U3","RNA-binding motif protein 15 (RNA-binding protein 15)","Methyltransferase 4, N6-adenosine (Methyltransferase-like protein 4 isoform X1)","string-db","7955.ENSDARP00000108647/7955.ENSDARP00000100758","physical","txid7955" +"Q6NZ22","Q9I9P9","mettl14","smad2","mettl14","smad2","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000093767","physical","txid7955" +"Q6NZ22","A2BEG3","mettl14","sb:eu827","mettl14","dgcr8","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000093767","physical","txid7955" +"Q6NZ22","E7FGZ9","mettl14","Zinc finger CCCH domain-containing protein 4","mettl14","zc3h4","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","string-db","7955.ENSDARP00000097865/7955.ENSDARP00000093767","physical","txid7955" +"Q6NZ22","F1RCY7","mettl14","RNA-binding motif protein 15","mettl14","rbm15","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000093767","physical","txid7955" +"Q6NZ22","A0A0B4J1B0","mettl14","crfb14","mettl14","igf2bp2a","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","Insulin-like growth factor 2 mRNA-binding protein 2","string-db","7955.ENSDARP00000111489/7955.ENSDARP00000093767","physical","txid7955" +"Q6NZ22","A0A0R4IAI1","mettl14","si:ch211-79l20.4","mettl14","A0A0R4IAI1","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000093767","physical","txid7955" +"B0S5D8","F1RCY7","pcca","RNA-binding motif protein 15","zc3h13","rbm15","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","E7FGZ9","pcca","Zinc finger CCCH domain-containing protein 4","zc3h13","zc3h4","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","string-db","7955.ENSDARP00000097865/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","Q7SXL7","pcca","wtap","zc3h13","wtap","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","string-db","7955.ENSDARP00000062551/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","Q6DC64","pcca","mettl16","zc3h13","Q6DC64","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","string-db","7955.ENSDARP00000072692/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","A0A0R4IAI1","pcca","si:ch211-79l20.4","zc3h13","A0A0R4IAI1","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","Q6NZ22","pcca","mettl14","zc3h13","mettl14","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000054063","physical","txid7955" +"B0S5D8","F1QVR8","pcca","mettl5","zc3h13","mettl5","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","string-db","7955.ENSDARP00000090567/7955.ENSDARP00000054063","physical","txid7955" +"Q52WX7","E9QH31","rnd1l","zgc:103715","rnd1b","aldh3a2b","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Aldehyde dehydrogenase","string-db","7955.ENSDARP00000103212/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F4Q7","rnd1l","Family with sequence similarity 83 member B","rnd1b","E7F4Q7","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Family with sequence similarity 83 member B (Protein FAM83B)","string-db","7955.ENSDARP00000099572/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","B0S5J2","rnd1l","si:dkey-181m9.10","rnd1b","B0S5J2","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Transmembrane protein 59","string-db","7955.ENSDARP00000105109/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q6YLH9","rnd1l","CAV1","rnd1b","cav1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F8G5","rnd1l","LOC100004299","rnd1b","arhgap35a","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q58ER0","rnd1l","rnpc2l","rnd1b","rbm39b","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","string-db","7955.ENSDARP00000061327/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1QAT8","rnd1l","Epithelial stromal interaction 1","rnd1b","epsti1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Epithelial stromal interaction 1 (Epithelial-stromal interaction protein 1)","string-db","7955.ENSDARP00000115913/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q5MPX4","rnd1l","Transferrin receptor protein 1","rnd1b","Q5MPX4","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","B0S6V7","rnd1l","wu:fb65b05","rnd1b","pik3r1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q803H1","rnd1l","rnpc2","rnd1b","rbm39a","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","string-db","7955.ENSDARP00000022349/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","A0A0R4ISX1","rnd1l","Pleckstrin homology domain-containing family G member 5 isoform X3","rnd1b","A0A0R4ISX1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Pleckstrin homology domain-containing family G member 5 isoform X3 (Pleckstrin homology domain-containing, family G (with RhoGef domain) member 5a)","string-db","7955.ENSDARP00000137900/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","B8A4Z2","rnd1l","im:7140207","rnd1b","B8A4Z2","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Family with sequence similarity 135 member A (Protein FAM135A)","string-db","7955.ENSDARP00000116021/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F533","rnd1l","receptor protein-tyrosine kinase","rnd1b","epha2b","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000044917/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1QX32","rnd1l","RAS protein activator-like 2","rnd1b","rasal2","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","string-db","7955.ENSDARP00000052665/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","A9C3T6","rnd1l","si:dkey-20d21.7","rnd1b","A9C3T6","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","tRNA (34-2'-O)-methyltransferase regulator WDR6 (WD repeat-containing protein 6)","string-db","7955.ENSDARP00000113761/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","A0A8M2BID5","rnd1l","dspa","rnd1b","A0A8M2BID5","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7FDV8","rnd1l","Rho guanine nucleotide exchange factor","rnd1b","E7FDV8","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Rho guanine nucleotide exchange factor (GEF) 12a (Rho guanine nucleotide exchange factor 12 isoform X1)","string-db","7955.ENSDARP00000040541/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F6NTA0","rnd1l","TXNL","rnd1b","txnl1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F7A0","rnd1l","Flocculation protein FLO11 isoform X3","rnd1b","E7F7A0","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","string-db","7955.ENSDARP00000108535/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q5RKM3","rnd1l","fb36h09","rnd1b","stip1","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Stress-induced-phosphoprotein 1","string-db","7955.ENSDARP00000100503/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q8UVJ6","rnd1l","vangl2","rnd1b","vangl2","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","string-db","7955.ENSDARP00000031546/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1R372","rnd1l","Rho GTPase-activating protein 5","rnd1b","arhgap5","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Rho GTPase-activating protein 5","string-db","7955.ENSDARP00000081131/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q4VBT7","rnd1l","scg10","rnd1b","Q4VBT7","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Stathmin","string-db","7955.ENSDARP00000112978/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1QLR7","rnd1l","c-met","rnd1b","met","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1R1A5","rnd1l","UBX domain protein 11","rnd1b","F1R1A5","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","UBX domain protein 11 (UBX domain-containing protein 11 isoform X1)","string-db","7955.ENSDARP00000093497/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q6PFT0","rnd1l","zgc:64103","rnd1b","flot2b","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Flotillin","string-db","7955.ENSDARP00000092565/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","B0V210","rnd1l","stb2","rnd1b","B0V210","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Vang-like protein","string-db","7955.ENSDARP00000028523/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","A0A8M2BBW7","rnd1l","si:dkey-97m3.4","rnd1b","A0A8M2BBW7","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7FE68","rnd1l","zgc:92905","rnd1b","stmn2a","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Stathmin","string-db","7955.ENSDARP00000094591/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F020","rnd1l","Fibroblast growth factor receptor substrate 2","rnd1b","E7F020","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","A0A2R8QAD2","rnd1l","Plakophilin 4","rnd1b","pkp4","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F254","rnd1l","Carboxypeptidase D","rnd1b","cpda","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","string-db","7955.ENSDARP00000072498/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1Q7U0","rnd1l","Plexin b1b","rnd1b","plxnb1b","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","E7F116","rnd1l","zgc:175131","rnd1b","E7F116","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","string-db","7955.ENSDARP00000102897/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","B7ZC95","rnd1l","dlg5","rnd1b","B7ZC95","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Discs, large homolog 5a (Drosophila) (Disks large homolog 5)","string-db","7955.ENSDARP00000096269/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q7T163","rnd1l","kidins220b","rnd1b","Q7T163","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Kinase D-interacting substrate of 220 kDa B (Ankyrin repeat-rich membrane-spanning protein B)","string-db","7955.ENSDARP00000122680/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","Q568M0","rnd1l","wu:fc47b08","rnd1b","rras2","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","RAS-related 2 (Ras-related protein R-Ras2) (Related RAS viral (R-ras) oncogene homolog 2) (Rras2 protein)","string-db","7955.ENSDARP00000052655/7955.ENSDARP00000022232","physical","txid7955" +"Q52WX7","F1Q554","rnd1l","si:dkey-39e8.3","rnd1b","kif14","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","string-db","7955.ENSDARP00000084055/7955.ENSDARP00000022232","physical","txid7955" +"B7ZC95","Q6PC71","dlg5","arhe","B7ZC95","rnd3a","Discs, large homolog 5a (Drosophila) (Disks large homolog 5)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000096269","physical","txid7955" +"B7ZC95","F1QM54","dlg5","fb18g01","B7ZC95","F1QM54","Discs, large homolog 5a (Drosophila) (Disks large homolog 5)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000096269","physical","txid7955" +"B7ZC95","Q0P4B0","dlg5","Rho","B7ZC95","Q0P4B0","Discs, large homolog 5a (Drosophila) (Disks large homolog 5)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000096269","physical","txid7955" +"E7F116","A0A8M3BCY5","zgc:175131","LOC101884526","E7F116","A0A8M3BCY5","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","CD209 antigen-like protein D","string-db","7955.ENSDARP00000106122/7955.ENSDARP00000102897","physical","txid7955" +"E7F116","F8W3Q0","zgc:175131","asgr1a","E7F116","asgrl2","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","string-db","7955.ENSDARP00000124332/7955.ENSDARP00000102897","physical","txid7955" +"E7F116","F1QIA8","zgc:175131","CD209 antigen-like protein B isoform X1","E7F116","F1QIA8","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","CD209 antigen-like protein B isoform X1 (Zmp:0000000937)","string-db","7955.ENSDARP00000111702/7955.ENSDARP00000102897","physical","txid7955" +"E7F116","A0A8M2BJT7","zgc:175131","CD209 antigen-like protein C isoform X1","E7F116","A0A8M2BJT7","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","CD209 antigen-like protein C isoform X1 (Si:ch73-111e15.1)","string-db","7955.ENSDARP00000124091/7955.ENSDARP00000102897","physical","txid7955" +"E7F116","B8JM30","zgc:175131","C-type lectin domain family 4 member E","E7F116","B8JM30","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000102897","physical","txid7955" +"E7F116","Q0P4B0","zgc:175131","Rho","E7F116","Q0P4B0","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000102897","physical","txid7955" +"E7F254","A0A0R4IIR1","Carboxypeptidase D","dnm2","cpda","dnm2a","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","Q6NSP1","Carboxypeptidase D","zgc:56704","cpda","ap1s1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","B0R0W9","Carboxypeptidase D","tbc1d8b","cpda","tbc1d8b","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","Q803D1","Carboxypeptidase D","wu:fb33e02","cpda","arf1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","Q6PC71","Carboxypeptidase D","arhe","cpda","rnd3a","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","E9QC42","Carboxypeptidase D","zgc:56506","cpda","sybl1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","A0A0R4IRS1","Carboxypeptidase D","AP-1 complex subunit mu-1","cpda","ap1m1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","Q803T6","Carboxypeptidase D","sh3gl2","cpda","sh3gl2a","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","E9QBV1","Carboxypeptidase D","fd07f11","cpda","cltcb","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","C3PTE8","Carboxypeptidase D","Beta-arrestin-1","cpda","arrb1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","A5PMS9","Carboxypeptidase D","fa11e04","cpda","ap1b1","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000072498","physical","txid7955" +"E7F254","Q7SZZ5","Carboxypeptidase D","wu:fj61c06","cpda","Q7SZZ5","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000072498","physical","txid7955" +"E7F8G5","F1Q7U0","LOC100004299","Plexin b1b","arhgap35a","plxnb1b","Rho GTPase-activating protein 35","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000127935","physical","txid7955" +"E7F8G5","Q7T2E8","LOC100004299","rhoac","arhgap35a","rhoac","Rho GTPase-activating protein 35","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000127935","physical","txid7955" +"F1R372","Q6PC71","Rho GTPase-activating protein 5","arhe","arhgap5","rnd3a","Rho GTPase-activating protein 5","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000081131","physical","txid7955" +"F1R372","E7F8G5","Rho GTPase-activating protein 5","LOC100004299","arhgap5","arhgap35a","Rho GTPase-activating protein 5","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000081131","physical","txid7955" +"F1R372","Q0P4B0","Rho GTPase-activating protein 5","Rho","arhgap5","Q0P4B0","Rho GTPase-activating protein 5","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000081131","physical","txid7955" +"F1R1A5","Q6PC71","UBX domain protein 11","arhe","F1R1A5","rnd3a","UBX domain protein 11 (UBX domain-containing protein 11 isoform X1)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000093497","physical","txid7955" +"F1R1A5","Q0P4B0","UBX domain protein 11","Rho","F1R1A5","Q0P4B0","UBX domain protein 11 (UBX domain-containing protein 11 isoform X1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000093497","physical","txid7955" +"Q58ER0","Q0P4B0","rnpc2l","Rho","rbm39b","Q0P4B0","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000061327","physical","txid7955" +"Q58ER0","Q7ZSZ9","rnpc2l","rac1","rbm39b","rac1a","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000061327","physical","txid7955" +"Q58ER0","Q6PC71","rnpc2l","arhe","rbm39b","rnd3a","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000061327","physical","txid7955" +"Q8UVJ6","E7F737","vangl2","dvl3","vangl2","dvl3b","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","F1R0K1","vangl2","TCF-1","vangl2","elk4","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","string-db","7955.ENSDARP00000093624/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","F1Q6J9","vangl2","fk71b09","vangl2","prickle1a","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Prickle homolog 1a","string-db","7955.ENSDARP00000059513/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","F1REQ6","vangl2","cb886","vangl2","prickle2b","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","Q0P4B0","vangl2","Rho","vangl2","Q0P4B0","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","B8JMI2","vangl2","dvl3","vangl2","dvl3a","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","F2Z4V3","vangl2","fb98c11","vangl2","prickle1b","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","Q66I67","vangl2","ift20","vangl2","Q66I67","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","Q6QZN6","vangl2","dact1","vangl2","Q6QZN6","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Dapper homolog 1 (Frodo 1)","string-db","7955.ENSDARP00000133221/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","A0A0R4IVK2","vangl2","fz1","vangl2","A0A0R4IVK2","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","F1QNA4","vangl2","dvl1","vangl2","dvl1b","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","Q5TZ38","vangl2","fzd3","vangl2","fzd3a","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000031546","physical","txid7955" +"Q8UVJ6","Q6PC71","vangl2","arhe","vangl2","rnd3a","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000031546","physical","txid7955" +"E7F7A0","A0A8M2BJT7","Flocculation protein FLO11 isoform X3","CD209 antigen-like protein C isoform X1","E7F7A0","A0A8M2BJT7","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","CD209 antigen-like protein C isoform X1 (Si:ch73-111e15.1)","string-db","7955.ENSDARP00000124091/7955.ENSDARP00000108535","physical","txid7955" +"E7F7A0","F8W3Q0","Flocculation protein FLO11 isoform X3","asgr1a","E7F7A0","asgrl2","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","string-db","7955.ENSDARP00000124332/7955.ENSDARP00000108535","physical","txid7955" +"E7F7A0","B8JM30","Flocculation protein FLO11 isoform X3","C-type lectin domain family 4 member E","E7F7A0","B8JM30","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000108535","physical","txid7955" +"E7F7A0","F1QIA8","Flocculation protein FLO11 isoform X3","CD209 antigen-like protein B isoform X1","E7F7A0","F1QIA8","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","CD209 antigen-like protein B isoform X1 (Zmp:0000000937)","string-db","7955.ENSDARP00000111702/7955.ENSDARP00000108535","physical","txid7955" +"E7F7A0","Q0P4B0","Flocculation protein FLO11 isoform X3","Rho","E7F7A0","Q0P4B0","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000108535","physical","txid7955" +"Q803H1","Q7ZSZ9","rnpc2","rac1","rbm39a","rac1a","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000022349","physical","txid7955" +"Q803H1","Q6PC71","rnpc2","arhe","rbm39a","rnd3a","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000022349","physical","txid7955" +"Q803H1","Q0P4B0","rnpc2","Rho","rbm39a","Q0P4B0","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000022349","physical","txid7955" +"Q803H1","Q803F2","rnpc2","wu:fk30f01","rbm39a","rhogb","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","string-db","7955.ENSDARP00000027635/7955.ENSDARP00000022349","physical","txid7955" +"A0A8M2BID5","A0A2R8QAD2","dspa","Plakophilin 4","A0A8M2BID5","pkp4","Desmoplakin-A (Desmoplakin isoform X2)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000123859","physical","txid7955" +"E7FDV8","Q5YKG4","Rho guanine nucleotide exchange factor","gna12","E7FDV8","gna12a","Rho guanine nucleotide exchange factor (GEF) 12a (Rho guanine nucleotide exchange factor 12 isoform X1)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","string-db","7955.ENSDARP00000050331/7955.ENSDARP00000040541","physical","txid7955" +"E7FDV8","Q5YKG3","Rho guanine nucleotide exchange factor","gna13","E7FDV8","gna13a","Rho guanine nucleotide exchange factor (GEF) 12a (Rho guanine nucleotide exchange factor 12 isoform X1)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","string-db","7955.ENSDARP00000102226/7955.ENSDARP00000040541","physical","txid7955" +"E7FDV8","F1Q4Y0","Rho guanine nucleotide exchange factor","im:7155372","E7FDV8","arhgef1b","Rho guanine nucleotide exchange factor (GEF) 12a (Rho guanine nucleotide exchange factor 12 isoform X1)","Rho guanine nucleotide exchange factor (GEF) 1b (Rho guanine nucleotide exchange factor 1)","string-db","7955.ENSDARP00000120441/7955.ENSDARP00000040541","physical","txid7955" +"E7FDV8","F1Q7U0","Rho guanine nucleotide exchange factor","Plexin b1b","E7FDV8","plxnb1b","Rho guanine nucleotide exchange factor (GEF) 12a (Rho guanine nucleotide exchange factor 12 isoform X1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000040541","physical","txid7955" +"E7F4Q7","Q0P4B0","Family with sequence similarity 83 member B","Rho","E7F4Q7","Q0P4B0","Family with sequence similarity 83 member B (Protein FAM83B)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000099572","physical","txid7955" +"E7F4Q7","Q6PC71","Family with sequence similarity 83 member B","arhe","E7F4Q7","rnd3a","Family with sequence similarity 83 member B (Protein FAM83B)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000099572","physical","txid7955" +"Q5BJI7","P79734","smyd2a","tp53","Q5BJI7","tp53","N-lysine methyltransferase SMYD2-A (EC 2.1.1.-) (Histone methyltransferase SMYD2-A) (EC 2.1.1.354) (SET and MYND domain-containing protein 2A)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000071926","physical","txid7955" +"Q6IVV7","B3DH20","MGC35261l","dnaaf11","dnaaf6","B3DH20","PIH1 domain containing 3 (Protein PIH1D3) (Twister)","Dynein axonemal assembly factor 11 (DNAAF11) (Leucine-rich repeat-containing 6-like protein) (Leucine-rich repeat-containing protein 6) (Protein tilB homolog) (Seahorse)","string-db","7955.ENSDARP00000113887/7955.ENSDARP00000056374","physical","txid7955" +"Q6IVV7","F1RBN2","MGC35261l","spag1a","dnaaf6","spag1a","PIH1 domain containing 3 (Protein PIH1D3) (Twister)","Sperm-associated antigen 1A","string-db","7955.ENSDARP00000154012/7955.ENSDARP00000056374","physical","txid7955" +"Q6PC71","F1R480","arhe","Desmoglein-2","rnd3a","F1R480","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","F1Q7U0","arhe","Plexin b1b","rnd3a","plxnb1b","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","E7F049","arhe","cb213","rnd3a","ktn1","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Kinectin 1 (Kinectin isoform 1)","string-db","7955.ENSDARP00000107134/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","E7F7A0","arhe","Flocculation protein FLO11 isoform X3","rnd3a","E7F7A0","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","string-db","7955.ENSDARP00000108535/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A0A0R4ISX1","arhe","Pleckstrin homology domain-containing family G member 5 isoform X3","rnd3a","A0A0R4ISX1","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Pleckstrin homology domain-containing family G member 5 isoform X3 (Pleckstrin homology domain-containing, family G (with RhoGef domain) member 5a)","string-db","7955.ENSDARP00000137900/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A0A0R4IVY5","arhe","Rho-associated protein kinase","rnd3a","A0A0R4IVY5","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Rho-associated protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000141411/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","E7F8G5","arhe","LOC100004299","rnd3a","arhgap35a","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","E7F116","arhe","zgc:175131","rnd3a","E7F116","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","string-db","7955.ENSDARP00000102897/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","F1QM84","arhe","Nischarin","rnd3a","nisch","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Nischarin","string-db","7955.ENSDARP00000120971/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A0A8M2BID5","arhe","dspa","rnd3a","A0A8M2BID5","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A0A2R8QAD2","arhe","Plakophilin 4","rnd3a","pkp4","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","Q6YLH9","arhe","CAV1","rnd3a","cav1","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","F6NTA0","arhe","TXNL","rnd3a","txnl1","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A9C3T6","arhe","si:dkey-20d21.7","rnd3a","A9C3T6","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","tRNA (34-2'-O)-methyltransferase regulator WDR6 (WD repeat-containing protein 6)","string-db","7955.ENSDARP00000113761/7955.ENSDARP00000102340","physical","txid7955" +"Q6PC71","A5JNG8","arhe","fd20a07","rnd3a","nanog","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","string-db","7955.ENSDARP00000102376/7955.ENSDARP00000102340","physical","txid7955" +"Q0P4B0","E7F020","Rho","Fibroblast growth factor receptor substrate 2","Q0P4B0","E7F020","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 3)","string-db","7955.ENSDARP00000129472/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","A2CEB4","Rho","si:dkey-215k6.6","Q0P4B0","golga3","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Golgin A3 (Golgin subfamily A member 3)","string-db","7955.ENSDARP00000115821/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","Q5MPX4","Rho","Transferrin receptor protein 1","Q0P4B0","Q5MPX4","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","F6NTA0","Rho","TXNL","Q0P4B0","txnl1","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","A9C3T6","Rho","si:dkey-20d21.7","Q0P4B0","A9C3T6","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","tRNA (34-2'-O)-methyltransferase regulator WDR6 (WD repeat-containing protein 6)","string-db","7955.ENSDARP00000113761/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","F1QM84","Rho","Nischarin","Q0P4B0","nisch","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Nischarin","string-db","7955.ENSDARP00000120971/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","F1Q7U0","Rho","Plexin b1b","Q0P4B0","plxnb1b","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","F1R480","Rho","Desmoglein-2","Q0P4B0","F1R480","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","Q5RGW0","Rho","bltp3b","Q0P4B0","Q5RGW0","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","UHRF1-binding protein 1-like","string-db","7955.ENSDARP00000122870/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","A0A2R8QAD2","Rho","Plakophilin 4","Q0P4B0","pkp4","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","E7F8G5","Rho","LOC100004299","Q0P4B0","arhgap35a","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","Q6YLH9","Rho","CAV1","Q0P4B0","cav1","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000112911","physical","txid7955" +"Q0P4B0","Q7T163","Rho","kidins220b","Q0P4B0","Q7T163","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","Kinase D-interacting substrate of 220 kDa B (Ankyrin repeat-rich membrane-spanning protein B)","string-db","7955.ENSDARP00000122680/7955.ENSDARP00000112911","physical","txid7955" +"Q7ZUP0","E7FB74","anp32a","Ataxin-1-like","anp32a","E7FB74","Acidic leucine-rich nuclear phosphoprotein 32 family member A","Ataxin-1-like","string-db","7955.ENSDARP00000106551/7955.ENSDARP00000022360","physical","txid7955" +"Q7ZUP0","A0A8M2BIL8","anp32a","elavl1","anp32a","A0A8M2BIL8","Acidic leucine-rich nuclear phosphoprotein 32 family member A","ELAV-like protein","string-db","7955.ENSDARP00000120506/7955.ENSDARP00000022360","physical","txid7955" +"Q7ZUP0","Q08BZ0","anp32a","TNF superfamily member 12","anp32a","tnfsf12","Acidic leucine-rich nuclear phosphoprotein 32 family member A","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000022360","physical","txid7955" +"E7FB74","E7F6Z5","Ataxin-1-like","Ataxin 1b","E7FB74","atxn1b","Ataxin-1-like","Ataxin 1b (Ataxin-1)","string-db","7955.ENSDARP00000124202/7955.ENSDARP00000106551","physical","txid7955" +"Q08BZ0","E7FEY1","TNF superfamily member 12","mitogen-activated protein kinase kinase kinase","tnfsf12","map3k14a","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000091671","physical","txid7955" +"Q08BZ0","Q7T0K2","TNF superfamily member 12","IAP1","tnfsf12","birc2","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000091671","physical","txid7955" +"Q08BZ0","E7FBC0","TNF superfamily member 12","light","tnfsf12","E7FBC0","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000091671","physical","txid7955" +"Q08BZ0","E7F027","TNF superfamily member 12","Tumor necrosis factor receptor superfamily member 11A isoform X1","tnfsf12","tnfrsf11a","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000091671","physical","txid7955" +"Q08BZ0","B8X730","TNF superfamily member 12","si:ch211-231h20.3","tnfsf12","B8X730","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000091671","physical","txid7955" +"Q08BZ0","A0A8M2BIL8","TNF superfamily member 12","elavl1","tnfsf12","A0A8M2BIL8","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","ELAV-like protein","string-db","7955.ENSDARP00000120506/7955.ENSDARP00000091671","physical","txid7955" +"Q08CV3","A3KGT9","zgc:136875","agpat9l","gpat4","A3KGT9","Glycerol-3-phosphate acyltransferase 4 (EC 2.3.1.51) (Zgc:136875)","Glycerol-3-phosphate acyltransferase 3-like (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9-like) (1-AGP acyltransferase 9-like) (1-AGPAT 9-like) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta-like) (LPAAT-theta-like)","string-db","7955.ENSDARP00000046439/7955.ENSDARP00000022427","physical","txid7955" +"Q08CV3","E7F6M7","zgc:136875","Glycerol-3-phosphate acyltransferase 1, mitochondrial","gpat4","gpam","Glycerol-3-phosphate acyltransferase 4 (EC 2.3.1.51) (Zgc:136875)","Glycerol-3-phosphate acyltransferase 1, mitochondrial (EC 2.3.1.15)","string-db","7955.ENSDARP00000127451/7955.ENSDARP00000022427","physical","txid7955" +"Q08CV3","Q6DG38","zgc:136875","gpat3","gpat4","gpat3","Glycerol-3-phosphate acyltransferase 4 (EC 2.3.1.51) (Zgc:136875)","Glycerol-3-phosphate acyltransferase 3 (GPAT-3) (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 10) (AGPAT 10) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9) (1-AGP acyltransferase 9) (1-AGPAT 9) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta) (LPAAT-theta)","string-db","7955.ENSDARP00000115935/7955.ENSDARP00000022427","physical","txid7955" +"A3KGT9","E7F6M7","agpat9l","Glycerol-3-phosphate acyltransferase 1, mitochondrial","A3KGT9","gpam","Glycerol-3-phosphate acyltransferase 3-like (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9-like) (1-AGP acyltransferase 9-like) (1-AGPAT 9-like) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta-like) (LPAAT-theta-like)","Glycerol-3-phosphate acyltransferase 1, mitochondrial (EC 2.3.1.15)","string-db","7955.ENSDARP00000127451/7955.ENSDARP00000046439","physical","txid7955" +"A3KGT9","Q6DG38","agpat9l","gpat3","A3KGT9","gpat3","Glycerol-3-phosphate acyltransferase 3-like (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9-like) (1-AGP acyltransferase 9-like) (1-AGPAT 9-like) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta-like) (LPAAT-theta-like)","Glycerol-3-phosphate acyltransferase 3 (GPAT-3) (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 10) (AGPAT 10) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9) (1-AGP acyltransferase 9) (1-AGPAT 9) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta) (LPAAT-theta)","string-db","7955.ENSDARP00000115935/7955.ENSDARP00000046439","physical","txid7955" +"Q6DG38","E7F6M7","gpat3","Glycerol-3-phosphate acyltransferase 1, mitochondrial","gpat3","gpam","Glycerol-3-phosphate acyltransferase 3 (GPAT-3) (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 10) (AGPAT 10) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9) (1-AGP acyltransferase 9) (1-AGPAT 9) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta) (LPAAT-theta)","Glycerol-3-phosphate acyltransferase 1, mitochondrial (EC 2.3.1.15)","string-db","7955.ENSDARP00000127451/7955.ENSDARP00000115935","physical","txid7955" +"F1R9C6","Q7T3E0","zgc:86841","wdr68","phb2b","dcaf7","Prohibitin","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","string-db","7955.ENSDARP00000058220/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","E7FF48","zgc:86841","SMRT","phb2b","ncor2","Prohibitin","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","Q7T1D8","zgc:86841","wu:fa18f07","phb2b","phb","Prohibitin","Prohibitin","string-db","7955.ENSDARP00000074525/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","A0A0J9YJ98","zgc:86841","si:ch211-133l11.4","phb2b","smdt1b","Prohibitin","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","E7F2S4","zgc:86841","Paraplegin isoform X1","phb2b","spg7","Prohibitin","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","string-db","7955.ENSDARP00000089209/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","A9JRG9","zgc:86841","si:ch211-12e1.4","phb2b","A9JRG9","Prohibitin","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","Q32LQ2","zgc:86841","im:6895766","phb2b","maip1","Prohibitin","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","string-db","7955.ENSDARP00000092338/7955.ENSDARP00000022440","physical","txid7955" +"F1R9C6","Q6DHC7","zgc:86841","zgc:92513","phb2b","cd36","Prohibitin","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","string-db","7955.ENSDARP00000050752/7955.ENSDARP00000022440","physical","txid7955" +"Q6DHC7","A0A8M3B7K3","zgc:92513","Thrombospondin 2b","cd36","A0A8M3B7K3","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","Thrombospondin 2b (Thrombospondin-2)","string-db","7955.ENSDARP00000124912/7955.ENSDARP00000050752","physical","txid7955" +"Q6DHC7","F1QL35","zgc:92513","Thrombospondin 1b","cd36","thbs1b","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","Thrombospondin 1b (Thrombospondin-1 isoform X1)","string-db","7955.ENSDARP00000120705/7955.ENSDARP00000050752","physical","txid7955" +"Q6DHC7","Q6PC13","zgc:92513","phb2","cd36","phb2a","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","Prohibitin","string-db","7955.ENSDARP00000063383/7955.ENSDARP00000050752","physical","txid7955" +"Q6DHC7","Q7T1D8","zgc:92513","wu:fa18f07","cd36","phb","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","Prohibitin","string-db","7955.ENSDARP00000074525/7955.ENSDARP00000050752","physical","txid7955" +"Q32LQ2","A0A0J9YJ98","im:6895766","si:ch211-133l11.4","maip1","smdt1b","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000092338","physical","txid7955" +"Q32LQ2","A9JRG9","im:6895766","si:ch211-12e1.4","maip1","A9JRG9","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000092338","physical","txid7955" +"E7F2S4","Q32LQ2","Paraplegin isoform X1","im:6895766","spg7","maip1","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","string-db","7955.ENSDARP00000092338/7955.ENSDARP00000089209","physical","txid7955" +"E7F2S4","A0A0J9YJ98","Paraplegin isoform X1","si:ch211-133l11.4","spg7","smdt1b","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000089209","physical","txid7955" +"E7F2S4","A9JRG9","Paraplegin isoform X1","si:ch211-12e1.4","spg7","A9JRG9","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000089209","physical","txid7955" +"E7F2S4","E7F6D6","Paraplegin isoform X1","si:ch1073-174d20.2","spg7","si:ch1073-174d20.2","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","AFG3-like protein 1 (Si:ch1073-174d20.2)","string-db","7955.ENSDARP00000127080/7955.ENSDARP00000089209","physical","txid7955" +"A0A0J9YJ98","A4IG32","si:ch211-133l11.4","micu1","smdt1b","micu1","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","string-db","7955.ENSDARP00000149857/7955.ENSDARP00000134360","physical","txid7955" +"A0A0J9YJ98","A9JRG9","si:ch211-133l11.4","si:ch211-12e1.4","smdt1b","A9JRG9","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000134360","physical","txid7955" +"Q7T1D8","E7F2S4","wu:fa18f07","Paraplegin isoform X1","phb","spg7","Prohibitin","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","string-db","7955.ENSDARP00000089209/7955.ENSDARP00000074525","physical","txid7955" +"Q7T1D8","A9JRG9","wu:fa18f07","si:ch211-12e1.4","phb","A9JRG9","Prohibitin","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000074525","physical","txid7955" +"Q7T1D8","A0A0J9YJ98","wu:fa18f07","si:ch211-133l11.4","phb","smdt1b","Prohibitin","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000074525","physical","txid7955" +"Q7T1D8","Q32LQ2","wu:fa18f07","im:6895766","phb","maip1","Prohibitin","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","string-db","7955.ENSDARP00000092338/7955.ENSDARP00000074525","physical","txid7955" +"Q6P3M0","A0A0G2LAK5","slc30a1","Transmembrane channel-like protein","slc30a1a","A0A0G2LAK5","Solute carrier family 30 (Zinc transporter), member 1 (Solute carrier family 30 member 1a) (Zinc transporter 1)","Transmembrane channel-like protein","string-db","7955.ENSDARP00000141837/7955.ENSDARP00000022487","physical","txid7955" +"F6NIA2","R4GE15","aof2","si:ch211-113a14.29","kdm1a","si:ch211-113a14.22","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A0A8M9PN25","aof2","PHD finger protein 21A isoform X6","kdm1a","A0A8M9PN25","Lysine-specific histone demethylase (EC 1.14.99.66)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q5BJA5","aof2",";","kdm1a","-","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","X1WDH8","aof2","Histone H2B","kdm1a","si:dkey-261m9.19","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q2EI20","aof2","rest","kdm1a","Q2EI20","Lysine-specific histone demethylase (EC 1.14.99.66)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","P57717","aof2","esr1","kdm1a","P57717","Lysine-specific histone demethylase (EC 1.14.99.66)","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A0A140LG54","aof2","Histone H2B","kdm1a","si:dkey-23a13.22","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q561S9","aof2","H2A","kdm1a","hist1h2a3","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A0A2R8RTX5","aof2","Metastasis-associated 1","kdm1a","mta1","Lysine-specific histone demethylase (EC 1.14.99.66)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A4GT83","aof2","NR3C4","kdm1a","A4GT83","Lysine-specific histone demethylase (EC 1.14.99.66)","Androgen receptor","string-db","7955.ENSDARP00000088795/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q7ZTT0","aof2","zgc:56685","kdm1a","Q7ZTT0","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A0A140LGS2","aof2","Histone H2A","kdm1a","si:ch1073-153i20.5","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","E7EZX1","aof2","si:dkey-261m9.15","kdm1a","hist1h2a5","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q4QRF4","aof2","; ;","kdm1a","-","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q5XJK2","aof2","h2afx1","kdm1a","h2ax1","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q71PD7","aof2","h2az2a","kdm1a","h2az2a","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","E7EXD7","aof2","si:dkey-261m9.11","kdm1a","si:ch211-113a14.19","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q6PI20","aof2","h3f3a; h3f3b.1; h3-5; h3f3d","kdm1a","h3f3a;h3f3b.1;h3-5;h3f3d","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","X1WHF1","aof2","Histone H2B","kdm1a","si:dkey-261m9.6","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","F1RBT2","aof2","DNA helicase","kdm1a","chd4b","Lysine-specific histone demethylase (EC 1.14.99.66)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","E7F5W3","aof2","si:dkey-108k21.26","kdm1a","hist1h2a10","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","B8JJJ1","aof2","zgc:92021","kdm1a","suds3","Lysine-specific histone demethylase (EC 1.14.99.66)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","A4FVM2","aof2","si:ch73-368j24.13","kdm1a","A4FVM2","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","Q7ZTY4","aof2","rbbp7","kdm1a","Q7ZTY4","Lysine-specific histone demethylase (EC 1.14.99.66)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000080193","physical","txid7955" +"F6NIA2","F1QGH7","aof2","ctnnb1","kdm1a","ctnnb1","Lysine-specific histone demethylase (EC 1.14.99.66)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000080193","physical","txid7955" +"X1WC58","A8WH92","il-21ra.a","il-2rb","X1WC58","il2rb","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000127801","physical","txid7955" +"X1WC58","F1QAD7","il-21ra.a","phosphatidylinositol-4,5-bisphosphate 3-kinase","X1WC58","pik3ca","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000127801","physical","txid7955" +"X1WC58","E7F251","il-21ra.a","phosphatidylinositol-4,5-bisphosphate 3-kinase","X1WC58","pik3cb","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000127801","physical","txid7955" +"X1WC58","A0A0R4I9X7","il-21ra.a","GRB2-associated-binding protein 2","X1WC58","A0A0R4I9X7","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000127801","physical","txid7955" +"E7F976","A0A8M3AQW8","crfb14","Tyrosine-protein kinase","ifnlr1","A0A8M3AQW8","Interferon lambda receptor 1","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000108103","physical","txid7955" +"E7F976","C5IX16","crfb14","IFNF4","ifnlr1","C5IX16","Interferon lambda receptor 1","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000108103","physical","txid7955" +"A3R4U5","X1WC58","IL-15RA","il-21ra.a","A3R4U5","X1WC58","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000099117","physical","txid7955" +"A3R4U5","Q15KG7","IL-15RA","Interleukin","A3R4U5","Q15KG7","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","Interleukin","string-db","7955.ENSDARP00000118478/7955.ENSDARP00000099117","physical","txid7955" +"A3R4U5","A8WH92","IL-15RA","il-2rb","A3R4U5","il2rb","IL-15 receptor alpha chain (Interleukin 15 receptor subunit alpha) (Zgc:195175 isoform 1 precursor)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000099117","physical","txid7955" +"A1YYP5","A8WH93","IL21","il-2rgc.a","A1YYP5","A8WH93","Interleukin-21","Interleukin 2 receptor gamma common.a (Interleukin 2 receptor, gamma a)","string-db","7955.ENSDARP00000090505/7955.ENSDARP00000088519","physical","txid7955" +"A1YYP5","O93599","IL21","STAT3b1","A1YYP5","stat3","Interleukin-21","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000088519","physical","txid7955" +"A1YYP5","A8WH92","IL21","il-2rb","A1YYP5","il2rb","Interleukin-21","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000088519","physical","txid7955" +"B0UXH1","C5IX16","Cytokine receptor family member b2","IFNF4","crfb2","C5IX16","Cytokine receptor family member b2","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000120706","physical","txid7955" +"B0UXH1","A0A8M3AQW8","Cytokine receptor family member b2","Tyrosine-protein kinase","crfb2","A0A8M3AQW8","Cytokine receptor family member b2","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000120706","physical","txid7955" +"Q15KG7","A8WH92","Interleukin","il-2rb","Q15KG7","il2rb","Interleukin","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","string-db","7955.ENSDARP00000128491/7955.ENSDARP00000118478","physical","txid7955" +"Q15KG7","X1WC58","Interleukin","il-21ra.a","Q15KG7","X1WC58","Interleukin","Interleukin 21 receptor, tandem duplicate 1 (Interleukin-21 receptor isoform X1)","string-db","7955.ENSDARP00000127801/7955.ENSDARP00000118478","physical","txid7955" +"Q1RM05","Q6NYJ2","zgc:136623","zgc:77038","Q1RM05","socs3b","Cytokine receptor family member B12","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000068753","physical","txid7955" +"Q1RM05","O93599","zgc:136623","STAT3b1","Q1RM05","stat3","Cytokine receptor family member B12","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000068753","physical","txid7955" +"Q1RM05","F1RA83","zgc:136623","Cytokine receptor family member B16","Q1RM05","crfb16","Cytokine receptor family member B12","Cytokine receptor family member B16","string-db","7955.ENSDARP00000090421/7955.ENSDARP00000068753","physical","txid7955" +"Q1RM05","E7EYZ1","zgc:136623","Ubiquitin-specific peptidase 18","Q1RM05","usp18","Cytokine receptor family member B12","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","string-db","7955.ENSDARP00000104564/7955.ENSDARP00000068753","physical","txid7955" +"Q1RM05","A0A8M3AQW8","zgc:136623","Tyrosine-protein kinase","Q1RM05","A0A8M3AQW8","Cytokine receptor family member B12","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000068753","physical","txid7955" +"Q1RM05","C5IX16","zgc:136623","IFNF4","Q1RM05","C5IX16","Cytokine receptor family member B12","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000068753","physical","txid7955" +"F6NZK1","E7EYZ1","crfb17","Ubiquitin-specific peptidase 18","F6NZK1","usp18","Interferon gamma receptor 1","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","string-db","7955.ENSDARP00000104564/7955.ENSDARP00000102075","physical","txid7955" +"F6NZK1","C5IX16","crfb17","IFNF4","F6NZK1","C5IX16","Interferon gamma receptor 1","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000102075","physical","txid7955" +"F6NZK1","A0A8M3AQW8","crfb17","Tyrosine-protein kinase","F6NZK1","A0A8M3AQW8","Interferon gamma receptor 1","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000102075","physical","txid7955" +"Q6DRP4","Q9DGE0","ccm2","map2k6","ccm2","map2k6","Cerebral cavernous malformations protein 2 homolog (Malcavernin) (Valentine)","Dual specificity mitogen-activated protein kinase kinase 6 (MAP kinase kinase 6) (MAPKK 6) (EC 2.7.12.2) (Mitogen-activated protein kinase kinase 3) (zMKK3)","string-db","7955.ENSDARP00000143278/7955.ENSDARP00000022543","physical","txid7955" +"Q6DRP4","Q6PHH3","ccm2","pdcd10a","ccm2","pdcd10a","Cerebral cavernous malformations protein 2 homolog (Malcavernin) (Valentine)","Programmed cell death protein 10-A","string-db","7955.ENSDARP00000156496/7955.ENSDARP00000022543","physical","txid7955" +"Q6DRP4","F1REV3","ccm2","krit1","ccm2","F1REV3","Cerebral cavernous malformations protein 2 homolog (Malcavernin) (Valentine)","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000022543","physical","txid7955" +"I3ITC2","Q08BX9","LOC100004321","im:7148473","I3ITC2","-","Apoptosis regulator BAX-like (BCL2-associated X, apoptosis regulator a)","Uncharacterized protein LOC767645 (Zgc:153993)","string-db","7955.ENSDARP00000139602/7955.ENSDARP00000126185","physical","txid7955" +"A7E2K4","Q6PBJ9","Large ribosomal subunit protein P2","RpP1","A7E2K4","Q6PBJ9","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000022552","physical","txid7955" +"A7E2K4","F1QHN6","Large ribosomal subunit protein P2","im:7042025","A7E2K4","ubc","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000022552","physical","txid7955" +"A7E2K4","Q6P5K5","Large ribosomal subunit protein P2","fa93f02","A7E2K4","rplp1","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","string-db","7955.ENSDARP00000033600/7955.ENSDARP00000022552","physical","txid7955" +"A7E2K4","Q7SXA3","Large ribosomal subunit protein P2","zgc:66168","A7E2K4","rps27a","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000022552","physical","txid7955" +"A7E2K4","F1QG80","Large ribosomal subunit protein P2","Large ribosomal subunit protein eL22","A7E2K4","F1QG80","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000022552","physical","txid7955" +"A7E2K4","Q0VFW0","Large ribosomal subunit protein P2","zgc:136591","A7E2K4","Q0VFW0","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000022552","physical","txid7955" +"Q6P5K5","Q7SXA3","fa93f02","zgc:66168","rplp1","rps27a","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000033600","physical","txid7955" +"Q6P5K5","F1QG80","fa93f02","Large ribosomal subunit protein eL22","rplp1","F1QG80","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000033600","physical","txid7955" +"Q6P5K5","F1QHN6","fa93f02","im:7042025","rplp1","ubc","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000033600","physical","txid7955" +"Q6P5K5","Q6PBJ9","fa93f02","RpP1","rplp1","Q6PBJ9","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","Large ribosomal subunit protein P2 (60S acidic ribosomal protein P2)","string-db","7955.ENSDARP00000134976/7955.ENSDARP00000033600","physical","txid7955" +"Q6P5K5","Q0VFW0","fa93f02","zgc:136591","rplp1","Q0VFW0","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000033600","physical","txid7955" +"F1QQB8","Q7ZZJ7","Aquaporin 1a","ae1","aqp1a.2","slc4a1a","Aquaporin 1a (Colton blood group), tandem duplicate 2","Anion exchange protein","string-db","7955.ENSDARP00000110238/7955.ENSDARP00000110131","physical","txid7955" +"F1QQB8","F1QCQ7","Aquaporin 1a","band7.2","aqp1a.2","F1QCQ7","Aquaporin 1a (Colton blood group), tandem duplicate 2","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000110131","physical","txid7955" +"Q6PC63","B3DH78","lin7b","cask","lin7a","caska","Protein lin-7 homolog","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","string-db","7955.ENSDARP00000091622/7955.ENSDARP00000022617","physical","txid7955" +"Q6PC63","Q66IB0","lin7b","fb75b09","lin7a","lin7c","Protein lin-7 homolog","Protein lin-7 homolog","string-db","7955.ENSDARP00000118823/7955.ENSDARP00000022617","physical","txid7955" +"Q6PC63","E9QDB8","lin7b","Amyloid beta","lin7a","E9QDB8","Protein lin-7 homolog","Amyloid beta (A4) precursor protein-binding, family A, member 1b (Amyloid beta A4 precursor protein-binding family A member 1 isoform X2)","string-db","7955.ENSDARP00000119815/7955.ENSDARP00000022617","physical","txid7955" +"B3DH78","A0A0R4IJ74","cask","nlgn3b","caska","nlgn3a","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000091622","physical","txid7955" +"B3DH78","A0A8M3AU21","cask","Neuroligin 2a","caska","A0A8M3AU21","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Neuroligin 2a (Neuroligin 2b isoform X1)","string-db","7955.ENSDARP00000111294/7955.ENSDARP00000091622","physical","txid7955" +"B3DH78","Q66IB0","cask","fb75b09","caska","lin7c","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Protein lin-7 homolog","string-db","7955.ENSDARP00000118823/7955.ENSDARP00000091622","physical","txid7955" +"B3DH78","E9QDB8","cask","Amyloid beta","caska","E9QDB8","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Amyloid beta (A4) precursor protein-binding, family A, member 1b (Amyloid beta A4 precursor protein-binding family A member 1 isoform X2)","string-db","7955.ENSDARP00000119815/7955.ENSDARP00000091622","physical","txid7955" +"B3DH78","D2X2F9","cask","Neuroligin 1","caska","D2X2F9","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000091622","physical","txid7955" +"B3DH78","Q68EI5","cask","zgc:92004","caska","epb41l3a","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","string-db","7955.ENSDARP00000111490/7955.ENSDARP00000091622","physical","txid7955" +"Q66IB0","A0A8M2B8K6","fb75b09","inadl","lin7c","A0A8M2B8K6","Protein lin-7 homolog","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000118823","physical","txid7955" +"Q66IB0","E9QDB8","fb75b09","Amyloid beta","lin7c","E9QDB8","Protein lin-7 homolog","Amyloid beta (A4) precursor protein-binding, family A, member 1b (Amyloid beta A4 precursor protein-binding family A member 1 isoform X2)","string-db","7955.ENSDARP00000119815/7955.ENSDARP00000118823","physical","txid7955" +"Q66IB0","Q8JHF4","fb75b09","pals1a","lin7c","Q8JHF4","Protein lin-7 homolog","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","string-db","7955.ENSDARP00000123304/7955.ENSDARP00000118823","physical","txid7955" +"Q6DH51","Q7ZV92","pqbp1l","prp19","pqbp1","prpf19","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","string-db","7955.ENSDARP00000097371/7955.ENSDARP00000049229","physical","txid7955" +"Q6DH51","Q6P0D5","pqbp1l","wbp11","pqbp1","Q6P0D5","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000049229","physical","txid7955" +"Q6DH51","E9QIC1","pqbp1l","zgc:55853","pqbp1","cdc5l","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","string-db","7955.ENSDARP00000064312/7955.ENSDARP00000049229","physical","txid7955" +"Q6DH51","Q90473","pqbp1l","hspa8","pqbp1","Q90473","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","Heat shock cognate 71 kDa protein (Heat shock 70 kDa protein 8)","string-db","7955.ENSDARP00000090766/7955.ENSDARP00000049229","physical","txid7955" +"Q6DH51","Q5RKQ0","pqbp1l","bcas2","pqbp1","bcas2","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","string-db","7955.ENSDARP00000064065/7955.ENSDARP00000049229","physical","txid7955" +"Q6DH51","Q6P4V4","pqbp1l","zgc:77673","pqbp1","ctnnbl1","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","string-db","7955.ENSDARP00000136166/7955.ENSDARP00000049229","physical","txid7955" +"Q6P4V4","Q6P0D5","zgc:77673","wbp11","ctnnbl1","Q6P0D5","Beta-catenin-like protein 1 (Catenin, beta-like 1)","WW domain-binding protein 11 (WBP-11)","string-db","7955.ENSDARP00000140561/7955.ENSDARP00000136166","physical","txid7955" +"Q6TLE6","F6P4G9","orai1","si:dkey-261j4.7","Q6TLE6","orai2","Calcium release-activated calcium channel protein 1 (Protein orai-1) (Transmembrane protein 142A)","ORAI calcium release-activated calcium modulator 2 (Protein orai-2)","string-db","7955.ENSDARP00000121457/7955.ENSDARP00000022726","physical","txid7955" +"Q6TLE6","A0A0R4IAT9","orai1","si:ch211-112l17.2","Q6TLE6","A0A0R4IAT9","Calcium release-activated calcium channel protein 1 (Protein orai-1) (Transmembrane protein 142A)","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","string-db","7955.ENSDARP00000131780/7955.ENSDARP00000022726","physical","txid7955" +"Q6TLE6","A0A0R4IYV8","orai1","Calcium release-activated calcium channel protein 1","Q6TLE6","A0A0R4IYV8","Calcium release-activated calcium channel protein 1 (Protein orai-1) (Transmembrane protein 142A)","Calcium release-activated calcium channel protein 1 (Protein orai-1) (Transmembrane protein 142A)","string-db","7955.ENSDARP00000141158/7955.ENSDARP00000022726","physical","txid7955" +"B3DGN0","Q7ZT18","ZFOR3","pomc","B3DGN0","Q7ZT18","Kappa-type opioid receptor isoform 1 (Opioid receptor, kappa 1)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000022783","physical","txid7955" +"B3DGN0","A8E7S2","ZFOR3","penkl","B3DGN0","penka","Kappa-type opioid receptor isoform 1 (Opioid receptor, kappa 1)","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000022783","physical","txid7955" +"B3DGN0","A0A8M3B6F1","ZFOR3","wu:fj38c03","B3DGN0","A0A8M3B6F1","Kappa-type opioid receptor isoform 1 (Opioid receptor, kappa 1)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000022783","physical","txid7955" +"B3DGN0","A3QJX7","ZFOR3","ZFOR1","B3DGN0","A3QJX7","Kappa-type opioid receptor isoform 1 (Opioid receptor, kappa 1)","Opioid receptor, delta 1a","string-db","7955.ENSDARP00000122239/7955.ENSDARP00000022783","physical","txid7955" +"B3DGN0","B8JHS2","ZFOR3","ZFOR2","B3DGN0","oprm1","Kappa-type opioid receptor isoform 1 (Opioid receptor, kappa 1)","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000022783","physical","txid7955" +"A3QJX7","A8E7S2","ZFOR1","penkl","A3QJX7","penka","Opioid receptor, delta 1a","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000122239","physical","txid7955" +"Q7SZC2","F1QSB1","cse1l","im:7136887","cse1l","casp9","Exportin-2 (Exp2) (Chromosome segregation 1-like protein) (Importin-alpha re-exporter)","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","string-db","7955.ENSDARP00000047019/7955.ENSDARP00000022858","physical","txid7955" +"Q7SZC2","Q66HU4","cse1l","capn3","cse1l","capn3a","Exportin-2 (Exp2) (Chromosome segregation 1-like protein) (Importin-alpha re-exporter)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000022858","physical","txid7955" +"Q7SZC2","Q7T3L7","cse1l","cdc2","cse1l","cdk1","Exportin-2 (Exp2) (Chromosome segregation 1-like protein) (Importin-alpha re-exporter)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000022858","physical","txid7955" +"B3DIT1","B0S6R1","zgc:194528","nckap1","B3DIT1","B0S6R1","Cytoplasmic FMR1-interacting protein","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000124883","physical","txid7955" +"B3DIT1","I3ITM8","zgc:194528","Wiskott-Aldrich syndrome protein family member","B3DIT1","si:ch73-362m14.4","Cytoplasmic FMR1-interacting protein","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","string-db","7955.ENSDARP00000126299/7955.ENSDARP00000124883","physical","txid7955" +"B3DIT1","Q6PBU4","zgc:194528","eIF4E2B","B3DIT1","Q6PBU4","Cytoplasmic FMR1-interacting protein","Eukaryotic translation initiation factor 4E class II 2B (Eukaryotic translation initiation factor 4E family member 2-related sequence 1) (Eukaryotic translation initiation factor 4E type 2) (Zgc:73242)","string-db","7955.ENSDARP00000132205/7955.ENSDARP00000124883","physical","txid7955" +"Q7T3G5","F1RCY6","cb12","upf1","pabpc4","F1RCY6","Polyadenylate-binding protein (PABP)","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000140050","physical","txid7955" +"Q98TT6","Q9DFS6","eif4ebp3l","eif4ea","eif4ebp3l","Q9DFS6","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000060989","physical","txid7955" +"Q6P3L1","E9QDP4","pabpc1","LOC100332095","pabpc1b","larp4aa","Polyadenylate-binding protein (PABP)","La ribonucleoprotein 4Aa (La-related protein 4 isoform X1)","string-db","7955.ENSDARP00000119719/7955.ENSDARP00000034822","physical","txid7955" +"Q6P3L1","Q9DFS6","pabpc1","eif4ea","pabpc1b","Q9DFS6","Polyadenylate-binding protein (PABP)","Eukaryotic translation initiation factor 4E-1A (eIF4E-1A) (mRNA cap-binding protein)","string-db","7955.ENSDARP00000103599/7955.ENSDARP00000034822","physical","txid7955" +"Q6P3L1","Q6DBW2","pabpc1","fb53g01","pabpc1b","Q6DBW2","Polyadenylate-binding protein (PABP)","Poly(A)-binding protein-interacting protein 1 (Polyadenylate-binding protein-interacting protein 1)","string-db","7955.ENSDARP00000062956/7955.ENSDARP00000034822","physical","txid7955" +"Q66I73","F1R3G4","mylpfb","Myosin, heavy chain 10, non-muscle","mylpfb","myh10","Myosin regulatory light chain 2, skeletal muscle isoform B","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000023063","physical","txid7955" +"Q801E6","Q7T334","MDH1","zgc:64133","Q801E6","Q7T334","Malate dehydrogenase (EC 1.1.1.37)","Malate dehydrogenase (EC 1.1.1.37)","string-db","7955.ENSDARP00000063661/7955.ENSDARP00000023121","physical","txid7955" +"Q1RLQ1","Q568Q7","cb959","fj38b07","stmn1a","stmn1b","Stathmin","Stathmin","string-db","7955.ENSDARP00000041006/7955.ENSDARP00000023151","physical","txid7955" +"B3DJ89","Q58EC4","LOC565375","kcnab1","B3DJ89","kcnab1a","Potassium voltage-gated channel subfamily S member 3 (Potassium voltage-gated channel, delayed-rectifier, subfamily S, member 3a) (Similar to potassium voltage-gated channel, delayed-rectifier, subfamily S)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000023216","physical","txid7955" +"Q58EC4","Q5VSI1","kcnab1","si:dkey-24j9.3","kcnab1a","Q5VSI1","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily D member 2 (Voltage-gated potassium channel subunit Kv4.2)","string-db","7955.ENSDARP00000154866/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","A0A8M9QJ67","kcnab1","Potassium voltage-gated channel subfamily G member 3","kcnab1a","A0A8M9QJ67","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily G member 3 (Potassium voltage-gated channel, subfamily G, member 3)","string-db","7955.ENSDARP00000127150/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","A9JTD2","kcnab1","Potassium voltage-gated channel subfamily A member 2","kcnab1a","A9JTD2","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily A member 2 (Voltage-gated potassium channel subunit Kv1.2)","string-db","7955.ENSDARP00000130579/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","E1AZA4","kcnab1","Potassium voltage-gated channel subfamily C member 3 isoform X3","kcnab1a","E1AZA4","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily C member 3 isoform X3 (Potassium voltage-gated channel, Shaw-related subfamily, member 3a) (Voltage-gated potassium channel Kv3.3a variant 1)","string-db","7955.ENSDARP00000124513/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","E7FEJ3","kcnab1","Potassium voltage-gated channel subfamily A member 1-like","kcnab1a","kcna1b","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily A member 1-like (Potassium voltage-gated channel, shaker-related subfamily, member 1b)","string-db","7955.ENSDARP00000143183/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","A0A2R8Q685","kcnab1","Potassium voltage-gated channel subfamily B member 1","kcnab1a","A0A2R8Q685","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily B member 1 (Voltage-gated potassium channel subunit Kv2.1)","string-db","7955.ENSDARP00000146574/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","A8WG04","kcnab1","si:dkey-79l8.1","kcnab1a","A8WG04","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily G member 1 (Potassium voltage-gated channel, subfamily G, member 1) (Zgc:172103 protein)","string-db","7955.ENSDARP00000151890/7955.ENSDARP00000122075","physical","txid7955" +"Q58EC4","F1Q929","kcnab1","Potassium voltage-gated channel subfamily A member 4","kcnab1a","kcna4","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","Potassium voltage-gated channel subfamily A member 4 (Voltage-gated potassium channel subunit Kv1.4)","string-db","7955.ENSDARP00000142828/7955.ENSDARP00000122075","physical","txid7955" +"Q0P3Z4","Q6DHP2","CH1073-380L12.2","zgc:92191","Q0P3Z4","Q6DHP2","Troponin I, skeletal, slow c (Zgc:153662)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","Q9I8U9","CH1073-380L12.2","tnnt","Q0P3Z4","tnnt3a","Troponin I, skeletal, slow c (Zgc:153662)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","Q5RIF5","CH1073-380L12.2","si:ch211-136g2.1","Q0P3Z4","Q5RIF5","Troponin I, skeletal, slow c (Zgc:153662)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","A8WGA6","CH1073-380L12.2","b44","Q0P3Z4","tnnt3b","Troponin I, skeletal, slow c (Zgc:153662)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","Q5U3E9","CH1073-380L12.2","zgc:103650","Q0P3Z4","Q5U3E9","Troponin I, skeletal, slow c (Zgc:153662)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","Q9I8U8","CH1073-380L12.2","tnnc","Q0P3Z4","Q9I8U8","Troponin I, skeletal, slow c (Zgc:153662)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000062422","physical","txid7955" +"Q0P3Z4","A0A8M9Q7U4","CH1073-380L12.2","si:rp71-17i16.4","Q0P3Z4","A0A8M9Q7U4","Troponin I, skeletal, slow c (Zgc:153662)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000062422","physical","txid7955" +"Q5RIF5","P13104","si:ch211-136g2.1","tpma","Q5RIF5","tpma","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000133936","physical","txid7955" +"Q5RIF5","Q7SXW1","si:ch211-136g2.1","zgc:63734","Q5RIF5","tpm4b","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000133936","physical","txid7955" +"Q9I8U9","A0A8M9Q7U4","tnnt","si:rp71-17i16.4","tnnt3a","A0A8M9Q7U4","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000094172","physical","txid7955" +"Q9I8U9","Q6DHP2","tnnt","zgc:92191","tnnt3a","Q6DHP2","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000094172","physical","txid7955" +"Q9I8U9","A8WGA6","tnnt","b44","tnnt3a","tnnt3b","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000094172","physical","txid7955" +"Q9I8U9","Q9I8U8","tnnt","tnnc","tnnt3a","Q9I8U8","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000094172","physical","txid7955" +"Q9I8U9","Q5RIF5","tnnt","si:ch211-136g2.1","tnnt3a","Q5RIF5","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000094172","physical","txid7955" +"Q9I8U9","Q5U3E9","tnnt","zgc:103650","tnnt3a","Q5U3E9","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000094172","physical","txid7955" +"Q800V7","A0A8M9Q7U4","cTnC","si:rp71-17i16.4","Q800V7","A0A8M9Q7U4","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q8AVB1","cTnC","tnnt1","Q800V7","tnnt2c","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","string-db","7955.ENSDARP00000044153/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q0P3Z4","cTnC","CH1073-380L12.2","Q800V7","Q0P3Z4","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q6DHU6","cTnC","zgc:92053","Q800V7","Q6DHU6","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Troponin I type 2a (skeletal, fast), tandem duplicate 3 (Troponin I, skeletal, fast)","string-db","7955.ENSDARP00000027342/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q9I8U9","cTnC","tnnt","Q800V7","tnnt3a","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q5U3E9","cTnC","zgc:103650","Q800V7","Q5U3E9","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q6IQ64","cTnC","stnnc","Q800V7","tnnc1b","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q6DHP2","cTnC","zgc:92191","Q800V7","Q6DHP2","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q9I8U8","cTnC","tnnc","Q800V7","Q9I8U8","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q0D2W2","cTnC","hm:zehn0173","Q800V7","tnni2a.4","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","string-db","7955.ENSDARP00000037759/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","Q5RIF5","cTnC","si:ch211-136g2.1","Q800V7","Q5RIF5","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000025541","physical","txid7955" +"Q800V7","A8WGA6","cTnC","b44","Q800V7","tnnt3b","Cardiac troponin C (Troponin C type 1a (slow)) (Troponin C, slow skeletal and cardiac muscles)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000025541","physical","txid7955" +"Q8AVB1","A0A8M9Q7U4","tnnt1","si:rp71-17i16.4","tnnt2c","A0A8M9Q7U4","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","P13104","tnnt1","tpma","tnnt2c","tpma","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q0P3Z4","tnnt1","CH1073-380L12.2","tnnt2c","Q0P3Z4","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Troponin I, skeletal, slow c (Zgc:153662)","string-db","7955.ENSDARP00000062422/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q6IQD7","tnnt1","fj63f03","tnnt2c","Q6IQD7","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q5U3E9","tnnt1","zgc:103650","tnnt2c","Q5U3E9","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q5RIF5","tnnt1","si:ch211-136g2.1","tnnt2c","Q5RIF5","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q9I8U8","tnnt1","tnnc","tnnt2c","Q9I8U8","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","string-db","7955.ENSDARP00000095111/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","A8WGA6","tnnt1","b44","tnnt2c","tnnt3b","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q6IQ64","tnnt1","stnnc","tnnt2c","tnnc1b","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Slow-specific troponin C (Troponin C type 1B (slow))","string-db","7955.ENSDARP00000054663/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q6DHP2","tnnt1","zgc:92191","tnnt2c","Q6DHP2","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q9I8U9","tnnt1","tnnt","tnnt2c","tnnt3a","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","string-db","7955.ENSDARP00000094172/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","Q7SXW1","tnnt1","zgc:63734","tnnt2c","tpm4b","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000044153","physical","txid7955" +"Q8AVB1","I3ISQ1","tnnt1","cb674","tnnt2c","I3ISQ1","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","string-db","7955.ENSDARP00000125941/7955.ENSDARP00000044153","physical","txid7955" +"Q9I8U8","Q6DHP2","tnnc","zgc:92191","Q9I8U8","Q6DHP2","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","Troponin I type 2B (skeletal, fast), Tandem duplicate 2 (Troponin I, skeletal, fast 2b.2)","string-db","7955.ENSDARP00000117341/7955.ENSDARP00000095111","physical","txid7955" +"Q9I8U8","Q5U3E9","tnnc","zgc:103650","Q9I8U8","Q5U3E9","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","Troponin I, fast skeletal muscle (Troponin I, fast-twitch isoform)","string-db","7955.ENSDARP00000130768/7955.ENSDARP00000095111","physical","txid7955" +"Q9I8U8","A0A8M9Q7U4","tnnc","si:rp71-17i16.4","Q9I8U8","A0A8M9Q7U4","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","Si:rp71-17i16.4 (Troponin C, skeletal muscle)","string-db","7955.ENSDARP00000116801/7955.ENSDARP00000095111","physical","txid7955" +"Q9I8U8","A8WGA6","tnnc","b44","Q9I8U8","tnnt3b","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","string-db","7955.ENSDARP00000121128/7955.ENSDARP00000095111","physical","txid7955" +"Q9I8U8","Q5RIF5","tnnc","si:ch211-136g2.1","Q9I8U8","Q5RIF5","Fast skeletal muscle troponin C (Troponin C type 2 (fast)) (Troponin C, fast skeletal)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000095111","physical","txid7955" +"A5WUY4","E7F366","si:dkey-148b12.1","Bromodomain PHD finger transcription factor","A5WUY4","bptf","Probable global transcription activator SNF2L1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 1)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","string-db","7955.ENSDARP00000102656/7955.ENSDARP00000023313","physical","txid7955" +"E7F3I8","F1QPY7","im:2639158","zgc:103688","E7F3I8","snrpg","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000075688","physical","txid7955" +"E7F3I8","Q7ZVB5","im:2639158","wu:fa18f04","E7F3I8","snrpd3l","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000075688","physical","txid7955" +"E7F3I8","Q4TVV3","im:2639158","ddx46","E7F3I8","Q4TVV3","RNA helicase (EC 3.6.4.13)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000075688","physical","txid7955" +"E7F3I8","E9QCG7","im:2639158","mp:zf637-1-000918","E7F3I8","u2surp","RNA helicase (EC 3.6.4.13)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000075688","physical","txid7955" +"E7F3I8","F1R300","im:2639158","im:7142962","E7F3I8","snrpa1","RNA helicase (EC 3.6.4.13)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000075688","physical","txid7955" +"Q7ZVN6","F1QPY7","zgc:55840","zgc:103688","rbm17","snrpg","Splicing factor 45 (RNA-binding motif protein 17)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","Q4TVV3","zgc:55840","ddx46","rbm17","Q4TVV3","Splicing factor 45 (RNA-binding motif protein 17)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","E7F3I8","zgc:55840","im:2639158","rbm17","E7F3I8","Splicing factor 45 (RNA-binding motif protein 17)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","E9QCG7","zgc:55840","mp:zf637-1-000918","rbm17","u2surp","Splicing factor 45 (RNA-binding motif protein 17)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","R4GDR2","zgc:55840","im:7148817","rbm17","snrpb2","Splicing factor 45 (RNA-binding motif protein 17)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","Q7ZVB5","zgc:55840","wu:fa18f04","rbm17","snrpd3l","Splicing factor 45 (RNA-binding motif protein 17)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","Q7ZUG0","zgc:55840","snrpe","rbm17","snrpe","Splicing factor 45 (RNA-binding motif protein 17)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","F1R300","zgc:55840","im:7142962","rbm17","snrpa1","Splicing factor 45 (RNA-binding motif protein 17)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZVN6","Q6YMR2","zgc:55840","chunp6910","rbm17","phf5a","Splicing factor 45 (RNA-binding motif protein 17)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000044042","physical","txid7955" +"Q7ZV80","F1QPY7","smndc1","zgc:103688","smndc1","snrpg","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","Q7ZUG0","smndc1","snrpe","smndc1","snrpe","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","string-db","7955.ENSDARP00000050295/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","E7F3I8","smndc1","im:2639158","smndc1","E7F3I8","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000075688/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","E9QCG7","smndc1","mp:zf637-1-000918","smndc1","u2surp","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","string-db","7955.ENSDARP00000082147/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","Q4TVV3","smndc1","ddx46","smndc1","Q4TVV3","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","Q7ZVN6","smndc1","zgc:55840","smndc1","rbm17","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Splicing factor 45 (RNA-binding motif protein 17)","string-db","7955.ENSDARP00000044042/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","Q6YMR2","smndc1","chunp6910","smndc1","phf5a","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","string-db","7955.ENSDARP00000066396/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","R4GDR2","smndc1","im:7148817","smndc1","snrpb2","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","string-db","7955.ENSDARP00000057600/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","F1R300","smndc1","im:7142962","smndc1","snrpa1","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000038215","physical","txid7955" +"Q7ZV80","Q7ZVB5","smndc1","wu:fa18f04","smndc1","snrpd3l","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000038215","physical","txid7955" +"E9QCG7","A5PN19","mp:zf637-1-000918","U2-associated SR140 protein-like","u2surp","-","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","U2-associated SR140 protein-like (Zgc:163098)","string-db","7955.ENSDARP00000101139/7955.ENSDARP00000082147","physical","txid7955" +"E9QCG7","F1QPY7","mp:zf637-1-000918","zgc:103688","u2surp","snrpg","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","Small nuclear ribonucleoprotein G (snRNP-G)","string-db","7955.ENSDARP00000133036/7955.ENSDARP00000082147","physical","txid7955" +"E9QCG7","Q7ZVB5","mp:zf637-1-000918","wu:fa18f04","u2surp","snrpd3l","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","string-db","7955.ENSDARP00000100216/7955.ENSDARP00000082147","physical","txid7955" +"E9QCG7","Q4TVV3","mp:zf637-1-000918","ddx46","u2surp","Q4TVV3","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","Probable ATP-dependent RNA helicase DDX46 (EC 3.6.4.13) (DEAD box protein 46)","string-db","7955.ENSDARP00000135125/7955.ENSDARP00000082147","physical","txid7955" +"E9QCG7","F1R300","mp:zf637-1-000918","im:7142962","u2surp","snrpa1","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","string-db","7955.ENSDARP00000107467/7955.ENSDARP00000082147","physical","txid7955" +"Q6RVD7","F1QGH7","sox21b","ctnnb1","sox21b","ctnnb1","Transcription factor Sox-21-B (SRY-box containing gene 21b)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000023480","physical","txid7955" +"Q5RHM0","A2BGB4","zgc:77563","si:ch211-139a5.3","pla2g7","pafah1b2","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000023547","physical","txid7955" +"Q5RHM0","Q7T394","zgc:77563","pafah1b1a","pla2g7","pafah1b1a","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","string-db","7955.ENSDARP00000042217/7955.ENSDARP00000023547","physical","txid7955" +"Q5RHM0","Q1LWG4","zgc:77563","lpcat1","pla2g7","lpcat1","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","string-db","7955.ENSDARP00000094631/7955.ENSDARP00000023547","physical","txid7955" +"Q5RHM0","F1QD35","zgc:77563","wu:fb10c07","pla2g7","lpcat4","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","string-db","7955.ENSDARP00000050686/7955.ENSDARP00000023547","physical","txid7955" +"Q5RHM0","Q803D2","zgc:77563","pafah1b1b","pla2g7","Q803D2","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","Lissencephaly-1 homolog B (Platelet-activating factor acetylhydrolase IB subunit alpha b)","string-db","7955.ENSDARP00000039257/7955.ENSDARP00000023547","physical","txid7955" +"Q5RHM0","Q502J0","zgc:77563","lpcat2","pla2g7","Q502J0","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","string-db","7955.ENSDARP00000069449/7955.ENSDARP00000023547","physical","txid7955" +"Q1LWG4","E7FAX1","lpcat1","im:7145298","lpcat1","lpcat3","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","Lysophospholipid acyltransferase 5 (EC 2.3.1.23) (EC 2.3.1.n6)","string-db","7955.ENSDARP00000103186/7955.ENSDARP00000094631","physical","txid7955" +"Q1LWG4","A2BGB4","lpcat1","si:ch211-139a5.3","lpcat1","pafah1b2","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000094631","physical","txid7955" +"Q1LWG4","Q6NYV8","lpcat1","lclat1","lpcat1","lclat1","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000094631","physical","txid7955" +"Q1LWG4","Q6P0C0","lpcat1","PCTP-like protein","lpcat1","stard10","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","PCTP-like protein (StAR-related lipid transfer (START) domain-containing 10) (Zgc:77147)","string-db","7955.ENSDARP00000132024/7955.ENSDARP00000094631","physical","txid7955" +"F1QD35","E7FAX1","wu:fb10c07","im:7145298","lpcat4","lpcat3","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","Lysophospholipid acyltransferase 5 (EC 2.3.1.23) (EC 2.3.1.n6)","string-db","7955.ENSDARP00000103186/7955.ENSDARP00000050686","physical","txid7955" +"F1QD35","Q1LWG4","wu:fb10c07","lpcat1","lpcat4","lpcat1","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","string-db","7955.ENSDARP00000094631/7955.ENSDARP00000050686","physical","txid7955" +"F1QD35","A2BGB4","wu:fb10c07","si:ch211-139a5.3","lpcat4","pafah1b2","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000050686","physical","txid7955" +"F1QD35","Q6NYV8","wu:fb10c07","lclat1","lpcat4","lclat1","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000050686","physical","txid7955" +"F1QD35","Q502J0","wu:fb10c07","lpcat2","lpcat4","Q502J0","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","string-db","7955.ENSDARP00000069449/7955.ENSDARP00000050686","physical","txid7955" +"Q502J0","Q1LWG4","lpcat2","lpcat1","Q502J0","lpcat1","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","string-db","7955.ENSDARP00000094631/7955.ENSDARP00000069449","physical","txid7955" +"Q502J0","E7FAX1","lpcat2","im:7145298","Q502J0","lpcat3","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","Lysophospholipid acyltransferase 5 (EC 2.3.1.23) (EC 2.3.1.n6)","string-db","7955.ENSDARP00000103186/7955.ENSDARP00000069449","physical","txid7955" +"Q502J0","A2BGB4","lpcat2","si:ch211-139a5.3","Q502J0","pafah1b2","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","string-db","7955.ENSDARP00000111226/7955.ENSDARP00000069449","physical","txid7955" +"Q502J0","Q6NYV8","lpcat2","lclat1","Q502J0","lclat1","Lysophosphatidylcholine acyltransferase 2 (LPC acyltransferase 2) (LPCAT-2) (LysoPC acyltransferase 2) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase 11) (1-AGP acyltransferase 11) (1-AGPAT 11) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acyltransferase-like 1)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000069449","physical","txid7955" +"Q502P7","P79734","banp","tp53","Q502P7","tp53","Protein BANP","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000023623","physical","txid7955" +"Q9I9N4","I3ITC2","bax","LOC100004321","baxa","I3ITC2","BCL2-associated X, apoptosis regulator a (Bax) (Bcl2-associated X protein, a)","Apoptosis regulator BAX-like (BCL2-associated X, apoptosis regulator a)","string-db","7955.ENSDARP00000126185/7955.ENSDARP00000023687","physical","txid7955" +"Q9I9N4","Q08BX9","bax","im:7148473","baxa","-","BCL2-associated X, apoptosis regulator a (Bax) (Bcl2-associated X protein, a)","Uncharacterized protein LOC767645 (Zgc:153993)","string-db","7955.ENSDARP00000139602/7955.ENSDARP00000023687","physical","txid7955" +"Q6IQX0","P52160","kdm5bb","myca","Q6IQX0","P52160","Lysine-specific demethylase 5B-B (EC 1.14.11.67) (Histone demethylase JARID1B-B) (Jumonji/ARID domain-containing protein 1B-B) ([histone H3]-trimethyl-L-lysine(4) demethylase 5B-B)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000023794","physical","txid7955" +"Q6IQX0","Q98865","kdm5bb","Pax9","Q6IQX0","Q98865","Lysine-specific demethylase 5B-B (EC 1.14.11.67) (Histone demethylase JARID1B-B) (Jumonji/ARID domain-containing protein 1B-B) ([histone H3]-trimethyl-L-lysine(4) demethylase 5B-B)","Paired box protein Pax-9","string-db","7955.ENSDARP00000070415/7955.ENSDARP00000023794","physical","txid7955" +"Q6IQX0","Q5PQZ4","kdm5bb","fb48g05","Q6IQX0","tfap2c","Lysine-specific demethylase 5B-B (EC 1.14.11.67) (Histone demethylase JARID1B-B) (Jumonji/ARID domain-containing protein 1B-B) ([histone H3]-trimethyl-L-lysine(4) demethylase 5B-B)","Transcription factor AP-2 gamma","string-db","7955.ENSDARP00000123798/7955.ENSDARP00000023794","physical","txid7955" +"Q6P0E1","F1QGH7","sox2","ctnnb1","sox2","ctnnb1","Transcription factor Sox-2","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000095266","physical","txid7955" +"Q6P0E1","F1QI36","sox2","cb896spalt","sox2","sall1a","Transcription factor Sox-2","Sal-like protein 1 (Spalt-like transcription factor 1a)","string-db","7955.ENSDARP00000102655/7955.ENSDARP00000095266","physical","txid7955" +"F1R1K5","R4GE15","dnmt3a1","si:ch211-113a14.29","dnmt3ab","si:ch211-113a14.22","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","A0A140LG54","dnmt3a1","Histone H2B","dnmt3ab","si:dkey-23a13.22","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","Q7ZSY3","dnmt3a1","smarca4","dnmt3ab","smarca4a","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","A4FVM2","dnmt3a1","si:ch73-368j24.13","dnmt3ab","A4FVM2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","X1WDH8","dnmt3a1","Histone H2B","dnmt3ab","si:dkey-261m9.19","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","Q566T0","dnmt3a1","eed","dnmt3ab","eed","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","Q7ZTT0","dnmt3a1","zgc:56685","dnmt3ab","Q7ZTT0","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","A0A140LGS2","dnmt3a1","Histone H2A","dnmt3ab","si:ch1073-153i20.5","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","X1WHF1","dnmt3a1","Histone H2B","dnmt3ab","si:dkey-261m9.6","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000126446","physical","txid7955" +"F1R1K5","B0R1D5","dnmt3a1","suz12b","dnmt3ab","suz12b","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000126446","physical","txid7955" +"Q5PQY5","A5D6S0","cb147","Paired amphipathic helix protein Sin3a","snai2","sin3aa","Snail family zinc finger 2 (Snail homolog 2 (Drosophila)) (Zinc finger protein SNAI2)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000058570","physical","txid7955" +"Q5PQY5","O42366","cb147","hoxb1a","snai2","O42366","Snail family zinc finger 2 (Snail homolog 2 (Drosophila)) (Zinc finger protein SNAI2)","Homeobox protein Hox-B1a (Hox-B1)","string-db","7955.ENSDARP00000101854/7955.ENSDARP00000058570","physical","txid7955" +"Q9DFS2","Q05159","klf4","egr2b","klf17","Q05159","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","Early growth response protein 2b (EGR-2b) (Protein krx-20) (Zinc finger protein Krox-20)","string-db","7955.ENSDARP00000062854/7955.ENSDARP00000056654","physical","txid7955" +"Q9DFS2","F1QGH7","klf4","ctnnb1","klf17","ctnnb1","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000056654","physical","txid7955" +"Q9DFS2","Q90270","klf4","pou5f1","klf17","pou5f1","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","POU domain, class 5, transcription factor 1 (POU domain protein 2)","string-db","7955.ENSDARP00000065816/7955.ENSDARP00000056654","physical","txid7955" +"Q9DFS2","Q1RLQ4","klf4","fa96d06","klf17","-","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","C-terminal-binding protein 1 (Zgc:136929)","string-db","7955.ENSDARP00000130473/7955.ENSDARP00000056654","physical","txid7955" +"Q9DFS2","E7F266","klf4","frb35","klf17","E7F266","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","Early growth response 2a","string-db","7955.ENSDARP00000072456/7955.ENSDARP00000056654","physical","txid7955" +"A0A8M2BEF6","A0A140LGS2","cb91","Histone H2A","A0A8M2BEF6","si:ch1073-153i20.5","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","A4FVM2","cb91","si:ch73-368j24.13","A0A8M2BEF6","A4FVM2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","R4GE15","cb91","si:ch211-113a14.29","A0A8M2BEF6","si:ch211-113a14.22","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","Q566T0","cb91","eed","A0A8M2BEF6","eed","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Polycomb protein eed","string-db","7955.ENSDARP00000131820/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","Q7ZTY4","cb91","rbbp7","A0A8M2BEF6","Q7ZTY4","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","X1WHF1","cb91","Histone H2B","A0A8M2BEF6","si:dkey-261m9.6","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","Q7ZTT0","cb91","zgc:56685","A0A8M2BEF6","Q7ZTT0","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","A0A140LG54","cb91","Histone H2B","A0A8M2BEF6","si:dkey-23a13.22","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","X1WDH8","cb91","Histone H2B","A0A8M2BEF6","si:dkey-261m9.19","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000108732","physical","txid7955" +"A0A8M2BEF6","B0R1D5","cb91","suz12b","A0A8M2BEF6","suz12b","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","string-db","7955.ENSDARP00000130332/7955.ENSDARP00000108732","physical","txid7955" +"Q5PQZ4","A0A2R8QRQ5","fb48g05","ap2","tfap2c","tfap2a","Transcription factor AP-2 gamma","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000123798","physical","txid7955" +"Q5PQZ4","Q6P0E7","fb48g05","tfap2e","tfap2c","tfap2e","Transcription factor AP-2 gamma","Transcription factor AP-2-epsilon (AP-2-epsilon)","string-db","7955.ENSDARP00000140065/7955.ENSDARP00000123798","physical","txid7955" +"Q5PQZ4","A0A0R4IPF2","fb48g05","histone acetyltransferase","tfap2c","crebbpa","Transcription factor AP-2 gamma","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000123798","physical","txid7955" +"Q5PQZ4","Q803A8","fb48g05","wwox","tfap2c","Q803A8","Transcription factor AP-2 gamma","WW domain-containing oxidoreductase (EC 1.1.1.-)","string-db","7955.ENSDARP00000124176/7955.ENSDARP00000123798","physical","txid7955" +"Q7ZUR5","F8W477","fb01d07","TRAP[b]","ssr3","ssr2","Translocon-associated protein subunit gamma (Signal sequence receptor subunit gamma)","Translocon-associated protein subunit beta (TRAP-beta) (Signal sequence receptor subunit beta)","string-db","7955.ENSDARP00000123966/7955.ENSDARP00000023871","physical","txid7955" +"Q9DG10","Q5XJB6","star","zgc:103456","Q9DG10","tspo","Steroidogenic acute regulatory protein, mitochondrial (StAR) (START domain-containing protein 1) (StARD1)","Translocator protein (Zgc:103456)","string-db","7955.ENSDARP00000037745/7955.ENSDARP00000023907","physical","txid7955" +"Q9DG10","Q6NWC1","star","VDAC1","Q9DG10","vdac1","Steroidogenic acute regulatory protein, mitochondrial (StAR) (START domain-containing protein 1) (StARD1)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000023907","physical","txid7955" +"Q5XJB6","B8A5H6","zgc:103456","cb370","tspo","B8A5H6","Translocator protein (Zgc:103456)","hexokinase (EC 2.7.1.1)","string-db","7955.ENSDARP00000056522/7955.ENSDARP00000037745","physical","txid7955" +"Q5XJB6","Q6NWC1","zgc:103456","VDAC1","tspo","vdac1","Translocator protein (Zgc:103456)","Voltage-dependent anion-selective channel protein 1","string-db","7955.ENSDARP00000066372/7955.ENSDARP00000037745","physical","txid7955" +"A0A0R4ILN1","Q503V0","Coiled-coil and C2 domain-containing 1B","chmp6","cc2d1b","chmp6","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000140305","physical","txid7955" +"Q6NW58","Q503V0","spast","chmp6","Q6NW58","chmp6","Spastin (EC 5.6.1.1)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q6PBQ2","spast","chmp7","Q6NW58","Q6PBQ2","Spastin (EC 5.6.1.1)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q7ZVB1","spast","chmp1b","Q6NW58","chmp1b","Spastin (EC 5.6.1.1)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","A0A0R4ILN1","spast","Coiled-coil and C2 domain-containing 1B","Q6NW58","cc2d1b","Spastin (EC 5.6.1.1)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q7ZVT1","spast","zgc:55671","Q6NW58","ist1","Spastin (EC 5.6.1.1)","IST1 homolog (Charged multivesicular body protein 8)","string-db","7955.ENSDARP00000068086/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q08BZ6","spast","zgc:153907","Q6NW58","vps4a","Spastin (EC 5.6.1.1)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000042677/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q6NY88","spast","chmp3","Q6NW58","chmp3","Spastin (EC 5.6.1.1)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000029675","physical","txid7955" +"Q6NW58","Q7ZW25","spast","chmp2a","Q6NW58","Q7ZW25","Spastin (EC 5.6.1.1)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000029675","physical","txid7955" +"A4QP73","A8E7S8","ttc19","zgc:92289","A4QP73","morf4l1","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000102293","physical","txid7955" +"A4QP73","A0A0N4SUD2","ttc19","Ubi-p63E","A4QP73","ubb","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000102293","physical","txid7955" +"A4QP73","E7F6T8","ttc19","usp37","A4QP73","E7F6T8","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000102293","physical","txid7955" +"Q08BZ6","Q7ZVB1","zgc:153907","chmp1b","vps4a","chmp1b","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q503V0","zgc:153907","chmp6","vps4a","chmp6","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q6NY88","zgc:153907","chmp3","vps4a","chmp3","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","string-db","7955.ENSDARP00000055486/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","A5WWM0","zgc:153907","ch73-81e6.1","vps4a","A5WWM0","vesicle-fusing ATPase (EC 3.6.4.6)","vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000111799/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","E7F143","zgc:153907","Charged multivesicular body protein 5","vps4a","chmp5a","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","string-db","7955.ENSDARP00000115597/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","A0A0R4ILN1","zgc:153907","Coiled-coil and C2 domain-containing 1B","vps4a","cc2d1b","vesicle-fusing ATPase (EC 3.6.4.6)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q6PHF0","zgc:153907","chmp1a","vps4a","Q6PHF0","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q7ZVT1","zgc:153907","zgc:55671","vps4a","ist1","vesicle-fusing ATPase (EC 3.6.4.6)","IST1 homolog (Charged multivesicular body protein 8)","string-db","7955.ENSDARP00000068086/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q7T339","zgc:153907","chmp5","vps4a","chmp5","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","string-db","7955.ENSDARP00000138817/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q6PBQ2","zgc:153907","chmp7","vps4a","Q6PBQ2","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 7 (Chromatin-modifying protein 7)","string-db","7955.ENSDARP00000060627/7955.ENSDARP00000042677","physical","txid7955" +"Q08BZ6","Q7ZW25","zgc:153907","chmp2a","vps4a","Q7ZW25","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000042677","physical","txid7955" +"Q7ZVT1","Q503V0","zgc:55671","chmp6","ist1","chmp6","IST1 homolog (Charged multivesicular body protein 8)","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","string-db","7955.ENSDARP00000150680/7955.ENSDARP00000068086","physical","txid7955" +"Q7ZVT1","Q7ZVB1","zgc:55671","chmp1b","ist1","chmp1b","IST1 homolog (Charged multivesicular body protein 8)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000068086","physical","txid7955" +"Q7ZVT1","A0A0R4ILN1","zgc:55671","Coiled-coil and C2 domain-containing 1B","ist1","cc2d1b","IST1 homolog (Charged multivesicular body protein 8)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","string-db","7955.ENSDARP00000140305/7955.ENSDARP00000068086","physical","txid7955" +"Q7ZVT1","Q7ZW25","zgc:55671","chmp2a","ist1","Q7ZW25","IST1 homolog (Charged multivesicular body protein 8)","Charged multivesicular body protein 2a (Chromatin-modifying protein 2a) (CHMP2a)","string-db","7955.ENSDARP00000070582/7955.ENSDARP00000068086","physical","txid7955" +"B0S5X0","B8JKM0","dspg3","Leucine-rich repeat transmembrane neuronal 1","epyc","lrrtm1","Epiphycan (Epiphycan isoform X1)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","string-db","7955.ENSDARP00000117976/7955.ENSDARP00000105186","physical","txid7955" +"B0S5X0","Q8AXB3","dspg3","kdrl","epyc","Q8AXB3","Epiphycan (Epiphycan isoform X1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000105186","physical","txid7955" +"Q6TNR1","Q7T2E8","rhpn2","rhoac","Q6TNR1","rhoac","Rhophilin-2 (GTP-Rho-binding protein 2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000024226","physical","txid7955" +"Q6TNR1","Q6NUX8","rhpn2","rhoaa","Q6TNR1","rhoaa","Rhophilin-2 (GTP-Rho-binding protein 2)","Rho-related GTP-binding protein RhoA-A","string-db","7955.ENSDARP00000040644/7955.ENSDARP00000024226","physical","txid7955" +"F1QDA1","B0S6K5","Aggrecan a","tnw","F1QDA1","B0S6K5","Aggrecan a (Aggrecan core protein isoform X1)","Tenascin N (Tenascin W) (Tenascin-N precursor)","string-db","7955.ENSDARP00000071646/7955.ENSDARP00000024325","physical","txid7955" +"F1QDA1","E7FBW8","Aggrecan a","Hyaluronan and proteoglycan link protein 1","F1QDA1","hapln1b","Aggrecan a (Aggrecan core protein isoform X1)","Hyaluronan and proteoglycan link protein 1 (Cartilage-linking protein 1) (Proteoglycan link protein)","string-db","7955.ENSDARP00000154994/7955.ENSDARP00000024325","physical","txid7955" +"F1QDA1","E7EZJ2","Aggrecan a","zmp:0000000846","F1QDA1","E7EZJ2","Aggrecan a (Aggrecan core protein isoform X1)","Tenascin-like isoform X7 (Zmp:0000000846)","string-db","7955.ENSDARP00000098154/7955.ENSDARP00000024325","physical","txid7955" +"F1QDA1","A0A0G2KDJ5","Aggrecan a","Tsp-4b","F1QDA1","comp","Aggrecan a (Aggrecan core protein isoform X1)","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000024325","physical","txid7955" +"F1QDA1","F1QYE2","Aggrecan a","tenc","F1QDA1","tnc","Aggrecan a (Aggrecan core protein isoform X1)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000024325","physical","txid7955" +"E7EZJ2","F1QEZ8","zmp:0000000846","Neurocan b","E7EZJ2","ncanb","Tenascin-like isoform X7 (Zmp:0000000846)","Neurocan b (Neurocan core protein)","string-db","7955.ENSDARP00000152460/7955.ENSDARP00000098154","physical","txid7955" +"E7EZJ2","A0A2R8Q3K1","zmp:0000000846","br146","E7EZJ2","vcana","Tenascin-like isoform X7 (Zmp:0000000846)","Chondroitin sulfate proteoglycan 2 (Versican a)","string-db","7955.ENSDARP00000147274/7955.ENSDARP00000098154","physical","txid7955" +"E7EZJ2","F1QYE2","zmp:0000000846","tenc","E7EZJ2","tnc","Tenascin-like isoform X7 (Zmp:0000000846)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000098154","physical","txid7955" +"B0S6K5","F1QEZ8","tnw","Neurocan b","B0S6K5","ncanb","Tenascin N (Tenascin W) (Tenascin-N precursor)","Neurocan b (Neurocan core protein)","string-db","7955.ENSDARP00000152460/7955.ENSDARP00000071646","physical","txid7955" +"B0S6K5","E7EZJ2","tnw","zmp:0000000846","B0S6K5","E7EZJ2","Tenascin N (Tenascin W) (Tenascin-N precursor)","Tenascin-like isoform X7 (Zmp:0000000846)","string-db","7955.ENSDARP00000098154/7955.ENSDARP00000071646","physical","txid7955" +"B0S6K5","A0A2R8Q3K1","tnw","br146","B0S6K5","vcana","Tenascin N (Tenascin W) (Tenascin-N precursor)","Chondroitin sulfate proteoglycan 2 (Versican a)","string-db","7955.ENSDARP00000147274/7955.ENSDARP00000071646","physical","txid7955" +"B0S6K5","F1QYE2","tnw","tenc","B0S6K5","tnc","Tenascin N (Tenascin W) (Tenascin-N precursor)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","string-db","7955.ENSDARP00000114191/7955.ENSDARP00000071646","physical","txid7955" +"B0R034","A3QJU6","si:ch211-150g2.3","zgc:136923","B0R034","A3QJU6","Dedicator of cytokinesis 11 (Dedicator of cytokinesis protein 11 isoform X1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000119904","physical","txid7955" +"E7FE12","Q66HZ0","Nuclear factor of activated T-cells, cytoplasmic 3","zgc:92169","nfatc3a","Q66HZ0","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","Zgc:92169 (protein phosphatase 3 (formerly 2B), regulatory s1ubunit B, alpha isoform, B)","string-db","7955.ENSDARP00000091642/7955.ENSDARP00000067888","physical","txid7955" +"E7FE12","F1QMI6","Nuclear factor of activated T-cells, cytoplasmic 3","Nuclear factor of activated T-cells, cytoplasmic 3-like isoform X2","nfatc3a","F1QMI6","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","Nuclear factor of activated T-cells, cytoplasmic 3-like isoform X2 (Nuclear factor of-activated T cells 3b)","string-db","7955.ENSDARP00000120657/7955.ENSDARP00000067888","physical","txid7955" +"F1QYZ6","Q8JHI0","PYCb","SLC25A5","F1QYZ6","slc25a5","Pyruvate carboxylase (EC 6.4.1.1)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000068144","physical","txid7955" +"F1QYZ6","A0A0R4IFJ4","PYCb","PYCa","F1QYZ6","pcxa","Pyruvate carboxylase (EC 6.4.1.1)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000132084/7955.ENSDARP00000068144","physical","txid7955" +"A0A0R4IFJ4","A0A0R4IH35","PYCa","si:dkey-37m8.6","pcxa","mccc1","Pyruvate carboxylase (EC 6.4.1.1)","Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial (EC 6.4.1.4) (Methylcrotonyl-CoA carboxylase subunit)","string-db","7955.ENSDARP00000132399/7955.ENSDARP00000132084","physical","txid7955" +"E7EXE2","A0A8M1P8P0","Calcium channel, voltage-dependent, gamma subunit 5a","zgc:112144","cacng5a","A0A8M1P8P0","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","Q5BLC7","Calcium channel, voltage-dependent, gamma subunit 5a","shisa9a","cacng5a","Q5BLC7","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","Q6PFS3","Calcium channel, voltage-dependent, gamma subunit 5a","cacng2","cacng5a","cacng2a","Calcium channel, voltage-dependent, gamma subunit 5a","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","B0UZC8","Calcium channel, voltage-dependent, gamma subunit 5a","vwc2l","cacng5a","vwc2l","Calcium channel, voltage-dependent, gamma subunit 5a","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","F1QKT1","Calcium channel, voltage-dependent, gamma subunit 5a","glur2b","cacng5a","gria2b","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A8M2B6I1","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-7 isoform X1","cacng5a","A0A8M2B6I1","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A2R8QF68","Calcium channel, voltage-dependent, gamma subunit 5a","grik2","cacng5a","grik2","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-9","cacng5a","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7FEG9","Calcium channel, voltage-dependent, gamma subunit 5a","grik3","cacng5a","E7FEG9","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","F6NW67","Calcium channel, voltage-dependent, gamma subunit 5a","si:dkey-21p19.1","cacng5a","F6NW67","Calcium channel, voltage-dependent, gamma subunit 5a","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","F1QDE5","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","cacng5a","grin2ab","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","Q71E64","Calcium channel, voltage-dependent, gamma subunit 5a","Gria1","cacng5a","gria1b","Calcium channel, voltage-dependent, gamma subunit 5a","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","string-db","7955.ENSDARP00000044734/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","F1QBT6","Calcium channel, voltage-dependent, gamma subunit 5a","ZfGluR4b","cacng5a","gria4b","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000024670/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A2CG69","Calcium channel, voltage-dependent, gamma subunit 5a","gria3.1","cacng5a","A2CG69","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 2b","cacng5a","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 5a","cacng4","cacng5a","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 5a","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A8M1QHZ3","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","cacng5a","A0A8M1QHZ3","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E9QCW1","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 8b","cacng5a","cacng8b","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7FH62","Calcium channel, voltage-dependent, gamma subunit 5a","il12rb2l","cacng5a","E7FH62","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A286Y8J8","Calcium channel, voltage-dependent, gamma subunit 5a","LOC100535636","cacng5a","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7F8B1","Calcium channel, voltage-dependent, gamma subunit 5a","Brorin-like","cacng5a","E7F8B1","Calcium channel, voltage-dependent, gamma subunit 5a","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 4a","cacng5a","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","B3DHW5","Calcium channel, voltage-dependent, gamma subunit 5a","shisa9b","cacng5a","B3DHW5","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","I3NI77","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor ionotropic, NMDA 2D","cacng5a","grin2da","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 5a","shisa6","cacng5a","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 5a","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","E7EY10","Calcium channel, voltage-dependent, gamma subunit 5a","Voltage-dependent calcium channel gamma-3 subunit","cacng5a","E7EY10","Calcium channel, voltage-dependent, gamma subunit 5a","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","B0I1T8","Calcium channel, voltage-dependent, gamma subunit 5a","brorin","cacng5a","vwc2","Calcium channel, voltage-dependent, gamma subunit 5a","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","Q71E60","Calcium channel, voltage-dependent, gamma subunit 5a","glur3b","cacng5a","Q71E60","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","X1WEB1","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 5b","cacng5a","cacng5b","Calcium channel, voltage-dependent, gamma subunit 5a","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","F1R366","Calcium channel, voltage-dependent, gamma subunit 5a","NMDAR1.1","cacng5a","grin1a","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","Q6ZM67","Calcium channel, voltage-dependent, gamma subunit 5a","NMDAR1.2","cacng5a","grin1b","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000038151/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","A0A8M1NH89","Calcium channel, voltage-dependent, gamma subunit 5a","si:ch211-243a20.1","cacng5a","A0A8M1NH89","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000024358","physical","txid7955" +"E7EXE2","B8JLR6","Calcium channel, voltage-dependent, gamma subunit 5a","wu:fq25a07","cacng5a","B8JLR6","Calcium channel, voltage-dependent, gamma subunit 5a","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000024358","physical","txid7955" +"Q6ZM67","B8JLR6","NMDAR1.2","wu:fq25a07","grin1b","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q5BLC7","NMDAR1.2","shisa9a","grin1b","Q5BLC7","Glutamate receptor","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A8M2B6I1","NMDAR1.2","Protein shisa-7 isoform X1","grin1b","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A2R8QF68","NMDAR1.2","grik2","grin1b","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7FH62","NMDAR1.2","il12rb2l","grin1b","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q71E64","NMDAR1.2","Gria1","grin1b","gria1b","Glutamate receptor","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","string-db","7955.ENSDARP00000044734/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A2R8QF91","NMDAR1.2","Calcium channel, voltage-dependent, gamma subunit 4a","grin1b","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7EY10","NMDAR1.2","Voltage-dependent calcium channel gamma-3 subunit","grin1b","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A2CG69","NMDAR1.2","gria3.1","grin1b","A2CG69","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q6PFS3","NMDAR1.2","cacng2","grin1b","cacng2a","Glutamate receptor","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","X1WEB1","NMDAR1.2","Calcium channel, voltage-dependent, gamma subunit 5b","grin1b","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q71E60","NMDAR1.2","glur3b","grin1b","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A8M1QHZ3","NMDAR1.2","Glutamate receptor","grin1b","A0A8M1QHZ3","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A8M1P8P0","NMDAR1.2","zgc:112144","grin1b","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q1LUN9","NMDAR1.2","si:dkey-190l1.2","grin1b","gabbr2","Glutamate receptor","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7F0R2","NMDAR1.2","Protein shisa-9","grin1b","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A8M1NH89","NMDAR1.2","si:ch211-243a20.1","grin1b","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A3KPM6","NMDAR1.2","si:ch211-233h19.1","grin1b","grm3","Glutamate receptor","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","B0I1T8","NMDAR1.2","brorin","grin1b","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","B3DHW5","NMDAR1.2","shisa9b","grin1b","B3DHW5","Glutamate receptor","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","F6NW67","NMDAR1.2","si:dkey-21p19.1","grin1b","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","B0UZC8","NMDAR1.2","vwc2l","grin1b","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","F1QKT1","NMDAR1.2","glur2b","grin1b","gria2b","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","I3NI77","NMDAR1.2","Glutamate receptor ionotropic, NMDA 2D","grin1b","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","F1R366","NMDAR1.2","NMDAR1.1","grin1b","grin1a","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A0R4IU63","NMDAR1.2","grm1","grin1b","A0A0R4IU63","Glutamate receptor","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E9QCW1","NMDAR1.2","Calcium channel, voltage-dependent, gamma subunit 8b","grin1b","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7FGK7","NMDAR1.2","cacng4","grin1b","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7F8B1","NMDAR1.2","Brorin-like","grin1b","E7F8B1","Glutamate receptor","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","Q5DJ14","NMDAR1.2","Drd4c","grin1b","Q5DJ14","Glutamate receptor","Dopamine D4c receptor (Dopamine receptor D4b)","string-db","7955.ENSDARP00000051973/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A0R4INZ4","NMDAR1.2","Calcium channel, voltage-dependent, gamma subunit 2b","grin1b","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","E7FEG9","NMDAR1.2","grik3","grin1b","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A2R9YJL7","NMDAR1.2","Glutamate receptor, metabotropic 1a","grin1b","A0A2R9YJL7","Glutamate receptor","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A2R8RZ78","NMDAR1.2","shisa6","grin1b","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","A0A286Y8J8","NMDAR1.2","LOC100535636","grin1b","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000038151","physical","txid7955" +"Q6ZM67","F1QDE5","NMDAR1.2","Glutamate receptor","grin1b","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000038151","physical","txid7955" +"A0A286Y8J8","I3NI77","LOC100535636","Glutamate receptor ionotropic, NMDA 2D","LOC100535636","grin2da","Protein shisa-9-like","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000143491","physical","txid7955" +"A0A286Y8J8","A0A2R8QF91","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 4a","LOC100535636","A0A2R8QF91","Protein shisa-9-like","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000143491","physical","txid7955" +"A0A286Y8J8","E7F0R2","LOC100535636","Protein shisa-9","LOC100535636","E7F0R2","Protein shisa-9-like","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000143491","physical","txid7955" +"A0A286Y8J8","A0A2R8QF68","LOC100535636","grik2","LOC100535636","grik2","Protein shisa-9-like","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000143491","physical","txid7955" +"A0A286Y8J8","A0A2R8RZ78","LOC100535636","shisa6","LOC100535636","A0A2R8RZ78","Protein shisa-9-like","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000143491","physical","txid7955" +"F1QBT6","E9QCW1","ZfGluR4b","Calcium channel, voltage-dependent, gamma subunit 8b","gria4b","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A0R4INZ4","ZfGluR4b","Calcium channel, voltage-dependent, gamma subunit 2b","gria4b","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","Q6ZM67","ZfGluR4b","NMDAR1.2","gria4b","grin1b","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000038151/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","Q71E60","ZfGluR4b","glur3b","gria4b","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A8M1NH89","ZfGluR4b","si:ch211-243a20.1","gria4b","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A8M2B6I1","ZfGluR4b","Protein shisa-7 isoform X1","gria4b","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A8M1QHZ3","ZfGluR4b","Glutamate receptor","gria4b","A0A8M1QHZ3","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7EY10","ZfGluR4b","Voltage-dependent calcium channel gamma-3 subunit","gria4b","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7F8B1","ZfGluR4b","Brorin-like","gria4b","E7F8B1","Glutamate receptor","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7FH62","ZfGluR4b","il12rb2l","gria4b","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A2R8QF91","ZfGluR4b","Calcium channel, voltage-dependent, gamma subunit 4a","gria4b","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7FEG9","ZfGluR4b","grik3","gria4b","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A8M1P8P0","ZfGluR4b","zgc:112144","gria4b","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7F0R2","ZfGluR4b","Protein shisa-9","gria4b","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","F1QKT1","ZfGluR4b","glur2b","gria4b","gria2b","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","Q5BLC7","ZfGluR4b","shisa9a","gria4b","Q5BLC7","Glutamate receptor","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A286Y8J8","ZfGluR4b","LOC100535636","gria4b","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","F1R366","ZfGluR4b","NMDAR1.1","gria4b","grin1a","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A2R8RZ78","ZfGluR4b","shisa6","gria4b","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","F1QDE5","ZfGluR4b","Glutamate receptor","gria4b","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","B3DHW5","ZfGluR4b","shisa9b","gria4b","B3DHW5","Glutamate receptor","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","I3NI77","ZfGluR4b","Glutamate receptor ionotropic, NMDA 2D","gria4b","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","Q71E64","ZfGluR4b","Gria1","gria4b","gria1b","Glutamate receptor","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","string-db","7955.ENSDARP00000044734/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A0A2R8QF68","ZfGluR4b","grik2","gria4b","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","A2CG69","ZfGluR4b","gria3.1","gria4b","A2CG69","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","E7FGK7","ZfGluR4b","cacng4","gria4b","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","X1WEB1","ZfGluR4b","Calcium channel, voltage-dependent, gamma subunit 5b","gria4b","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","B0UZC8","ZfGluR4b","vwc2l","gria4b","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","F6NW67","ZfGluR4b","si:dkey-21p19.1","gria4b","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","B8JLR6","ZfGluR4b","wu:fq25a07","gria4b","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","Q6PFS3","ZfGluR4b","cacng2","gria4b","cacng2a","Glutamate receptor","Voltage-dependent calcium channel gamma-2 subunit","string-db","7955.ENSDARP00000041387/7955.ENSDARP00000024670","physical","txid7955" +"F1QBT6","B0I1T8","ZfGluR4b","brorin","gria4b","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000024670","physical","txid7955" +"B0I1T8","A0A2R8QF68","brorin","grik2","vwc2","grik2","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","Q71E60","brorin","glur3b","vwc2","Q71E60","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","A0A0R4INZ4","brorin","Calcium channel, voltage-dependent, gamma subunit 2b","vwc2","A0A0R4INZ4","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","A0A286Y8J8","brorin","LOC100535636","vwc2","LOC100535636","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","E7F7R0","brorin","Proline-rich transmembrane protein 2","vwc2","prrt2","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","E7F0R2","brorin","Protein shisa-9","vwc2","E7F0R2","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","X1WEB1","brorin","Calcium channel, voltage-dependent, gamma subunit 5b","vwc2","cacng5b","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","F6NW67","brorin","si:dkey-21p19.1","vwc2","F6NW67","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","B0UZC8","brorin","vwc2l","vwc2","vwc2l","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","A0A8M1P8P0","brorin","zgc:112144","vwc2","A0A8M1P8P0","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","I3NI77","brorin","Glutamate receptor ionotropic, NMDA 2D","vwc2","grin2da","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","A0A2R8RZ78","brorin","shisa6","vwc2","A0A2R8RZ78","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","A0A2R8QF91","brorin","Calcium channel, voltage-dependent, gamma subunit 4a","vwc2","A0A2R8QF91","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000115654","physical","txid7955" +"B0I1T8","B8JLR6","brorin","wu:fq25a07","vwc2","B8JLR6","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000115654","physical","txid7955" +"Q71E60","A0A2R8QF91","glur3b","Calcium channel, voltage-dependent, gamma subunit 4a","Q71E60","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","A0A2R8QF68","glur3b","grik2","Q71E60","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","A8WGA3","glur3b","lrfn1l","Q71E60","A8WGA3","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","I3NI77","glur3b","Glutamate receptor ionotropic, NMDA 2D","Q71E60","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","E7F0R2","glur3b","Protein shisa-9","Q71E60","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","A0A2R8RZ78","glur3b","shisa6","Q71E60","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","A0A286Y8J8","glur3b","LOC100535636","Q71E60","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000133635","physical","txid7955" +"Q71E60","A0A0R4INZ4","glur3b","Calcium channel, voltage-dependent, gamma subunit 2b","Q71E60","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000133635","physical","txid7955" +"E9QCW1","I3NI77","Calcium channel, voltage-dependent, gamma subunit 8b","Glutamate receptor ionotropic, NMDA 2D","cacng8b","grin2da","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A8M2B6I1","Calcium channel, voltage-dependent, gamma subunit 8b","Protein shisa-7 isoform X1","cacng8b","A0A8M2B6I1","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A8M1NH89","Calcium channel, voltage-dependent, gamma subunit 8b","si:ch211-243a20.1","cacng8b","A0A8M1NH89","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A286Y8J8","Calcium channel, voltage-dependent, gamma subunit 8b","LOC100535636","cacng8b","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","X1WEB1","Calcium channel, voltage-dependent, gamma subunit 8b","Calcium channel, voltage-dependent, gamma subunit 5b","cacng8b","cacng5b","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","F6NW67","Calcium channel, voltage-dependent, gamma subunit 8b","si:dkey-21p19.1","cacng8b","F6NW67","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","B0I1T8","Calcium channel, voltage-dependent, gamma subunit 8b","brorin","cacng8b","vwc2","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 8b","Protein shisa-9","cacng8b","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 8b","Calcium channel, voltage-dependent, gamma subunit 2b","cacng8b","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","E7EY10","Calcium channel, voltage-dependent, gamma subunit 8b","Voltage-dependent calcium channel gamma-3 subunit","cacng8b","E7EY10","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","Q71E60","Calcium channel, voltage-dependent, gamma subunit 8b","glur3b","cacng8b","Q71E60","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 8b","cacng4","cacng8b","E7FGK7","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A2R8QF68","Calcium channel, voltage-dependent, gamma subunit 8b","grik2","cacng8b","grik2","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A8M1P8P0","Calcium channel, voltage-dependent, gamma subunit 8b","zgc:112144","cacng8b","A0A8M1P8P0","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","E7FEG9","Calcium channel, voltage-dependent, gamma subunit 8b","grik3","cacng8b","E7FEG9","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","E7FH62","Calcium channel, voltage-dependent, gamma subunit 8b","il12rb2l","cacng8b","E7FH62","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 8b","shisa6","cacng8b","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","B0UZC8","Calcium channel, voltage-dependent, gamma subunit 8b","vwc2l","cacng8b","vwc2l","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 8b","Calcium channel, voltage-dependent, gamma subunit 4a","cacng8b","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000094670","physical","txid7955" +"E9QCW1","B8JLR6","Calcium channel, voltage-dependent, gamma subunit 8b","wu:fq25a07","cacng8b","B8JLR6","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000094670","physical","txid7955" +"E7EY10","Q71E60","Voltage-dependent calcium channel gamma-3 subunit","glur3b","E7EY10","Q71E60","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A2R8QF91","Voltage-dependent calcium channel gamma-3 subunit","Calcium channel, voltage-dependent, gamma subunit 4a","E7EY10","A0A2R8QF91","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","E7FEG9","Voltage-dependent calcium channel gamma-3 subunit","grik3","E7EY10","E7FEG9","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","E7FH62","Voltage-dependent calcium channel gamma-3 subunit","il12rb2l","E7EY10","E7FH62","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A8M1NH89","Voltage-dependent calcium channel gamma-3 subunit","si:ch211-243a20.1","E7EY10","A0A8M1NH89","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","E7FGK7","Voltage-dependent calcium channel gamma-3 subunit","cacng4","E7EY10","E7FGK7","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","E7F0R2","Voltage-dependent calcium channel gamma-3 subunit","Protein shisa-9","E7EY10","E7F0R2","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","F6NW67","Voltage-dependent calcium channel gamma-3 subunit","si:dkey-21p19.1","E7EY10","F6NW67","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A2R8QF68","Voltage-dependent calcium channel gamma-3 subunit","grik2","E7EY10","grik2","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A8M1P8P0","Voltage-dependent calcium channel gamma-3 subunit","zgc:112144","E7EY10","A0A8M1P8P0","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","B0UZC8","Voltage-dependent calcium channel gamma-3 subunit","vwc2l","E7EY10","vwc2l","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A8M2B6I1","Voltage-dependent calcium channel gamma-3 subunit","Protein shisa-7 isoform X1","E7EY10","A0A8M2B6I1","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A0R4INZ4","Voltage-dependent calcium channel gamma-3 subunit","Calcium channel, voltage-dependent, gamma subunit 2b","E7EY10","A0A0R4INZ4","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","F1QF43","Voltage-dependent calcium channel gamma-3 subunit","ADAM metallopeptidase domain 22","E7EY10","F1QF43","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","string-db","7955.ENSDARP00000111920/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","B8JLR6","Voltage-dependent calcium channel gamma-3 subunit","wu:fq25a07","E7EY10","B8JLR6","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A286Y8J8","Voltage-dependent calcium channel gamma-3 subunit","LOC100535636","E7EY10","LOC100535636","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","X1WEB1","Voltage-dependent calcium channel gamma-3 subunit","Calcium channel, voltage-dependent, gamma subunit 5b","E7EY10","cacng5b","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","I3NI77","Voltage-dependent calcium channel gamma-3 subunit","Glutamate receptor ionotropic, NMDA 2D","E7EY10","grin2da","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","B0I1T8","Voltage-dependent calcium channel gamma-3 subunit","brorin","E7EY10","vwc2","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","A0A2R8RZ78","Voltage-dependent calcium channel gamma-3 subunit","shisa6","E7EY10","A0A2R8RZ78","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000098491","physical","txid7955" +"E7EY10","F8W3T1","Voltage-dependent calcium channel gamma-3 subunit","ADAM metallopeptidase domain 23a","E7EY10","F8W3T1","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000098491","physical","txid7955" +"B8JLR6","A0A2R8QF91","wu:fq25a07","Calcium channel, voltage-dependent, gamma subunit 4a","B8JLR6","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","I3NI77","wu:fq25a07","Glutamate receptor ionotropic, NMDA 2D","B8JLR6","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","Q06W28","wu:fq25a07","SCN2B","B8JLR6","scn2b","Glutamate receptor","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","Q2XVR3","wu:fq25a07","scn4aa","B8JLR6","Q2XVR3","Glutamate receptor","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","A0A2R8RZ78","wu:fq25a07","shisa6","B8JLR6","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","F1QXF5","wu:fq25a07","Sodium channel protein","B8JLR6","scn1lab","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","A0A2R8QF68","wu:fq25a07","grik2","B8JLR6","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","E7F0R2","wu:fq25a07","Protein shisa-9","B8JLR6","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","F8W4B3","wu:fq25a07","Sodium channel subunit beta-3","B8JLR6","F8W4B3","Glutamate receptor","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","A0A0R4IUM7","wu:fq25a07","Nav1.1","B8JLR6","scn1laa","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","Q06W26","wu:fq25a07","scn4b1","B8JLR6","scn4ba","Glutamate receptor","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","Q71E60","wu:fq25a07","glur3b","B8JLR6","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","X1WEB1","wu:fq25a07","Calcium channel, voltage-dependent, gamma subunit 5b","B8JLR6","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","A0A286Y8J8","wu:fq25a07","LOC100535636","B8JLR6","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000123565","physical","txid7955" +"B8JLR6","A0A0R4INZ4","wu:fq25a07","Calcium channel, voltage-dependent, gamma subunit 2b","B8JLR6","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000123565","physical","txid7955" +"A0A8M1QHZ3","F1QDE5","Glutamate receptor","Glutamate receptor","A0A8M1QHZ3","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E7F0R2","Glutamate receptor","Protein shisa-9","A0A8M1QHZ3","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","F8W4B3","Glutamate receptor","Sodium channel subunit beta-3","A0A8M1QHZ3","F8W4B3","Glutamate receptor","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","B0I1T8","Glutamate receptor","brorin","A0A8M1QHZ3","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1","A0A8M1QHZ3","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a","A0A8M1QHZ3","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","X1WEB1","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b","A0A8M1QHZ3","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E7FEG9","Glutamate receptor","grik3","A0A8M1QHZ3","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","Q2XVR3","Glutamate receptor","scn4aa","A0A8M1QHZ3","Q2XVR3","Glutamate receptor","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","I3NI77","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D","A0A8M1QHZ3","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A8M1NH89","Glutamate receptor","si:ch211-243a20.1","A0A8M1QHZ3","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A2R8RZ78","Glutamate receptor","shisa6","A0A8M1QHZ3","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","Q20JQ7","Glutamate receptor","scn4ab","A0A8M1QHZ3","scn4ab","Glutamate receptor","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","string-db","7955.ENSDARP00000094779/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A8M1P8P0","Glutamate receptor","zgc:112144","A0A8M1QHZ3","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","Q06W26","Glutamate receptor","scn4b1","A0A8M1QHZ3","scn4ba","Glutamate receptor","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E7FH62","Glutamate receptor","il12rb2l","A0A8M1QHZ3","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","Q06W28","Glutamate receptor","SCN2B","A0A8M1QHZ3","scn2b","Glutamate receptor","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A0R4IUM7","Glutamate receptor","Nav1.1","A0A8M1QHZ3","scn1laa","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","Q71E60","Glutamate receptor","glur3b","A0A8M1QHZ3","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E9QCW1","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b","A0A8M1QHZ3","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","B8JLR6","Glutamate receptor","wu:fq25a07","A0A8M1QHZ3","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A2R8QF68","Glutamate receptor","grik2","A0A8M1QHZ3","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A286Y8J8","Glutamate receptor","LOC100535636","A0A8M1QHZ3","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","F6NW67","Glutamate receptor","si:dkey-21p19.1","A0A8M1QHZ3","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","A0A8M1QHZ3","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","B0UZC8","Glutamate receptor","vwc2l","A0A8M1QHZ3","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit","A0A8M1QHZ3","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","E7FGK7","Glutamate receptor","cacng4","A0A8M1QHZ3","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000094342","physical","txid7955" +"A0A8M1QHZ3","F1QXF5","Glutamate receptor","Sodium channel protein","A0A8M1QHZ3","scn1lab","Glutamate receptor","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000094342","physical","txid7955" +"I3NI77","A0A2R8QF91","Glutamate receptor ionotropic, NMDA 2D","Calcium channel, voltage-dependent, gamma subunit 4a","grin2da","A0A2R8QF91","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000149824","physical","txid7955" +"I3NI77","A0A2R8RZ78","Glutamate receptor ionotropic, NMDA 2D","shisa6","grin2da","A0A2R8RZ78","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000149824","physical","txid7955" +"I3NI77","A0A2R8QF68","Glutamate receptor ionotropic, NMDA 2D","grik2","grin2da","grik2","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000149824","physical","txid7955" +"B3DHW5","F1QKT1","shisa9b","glur2b","B3DHW5","gria2b","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A0R4INZ4","shisa9b","Calcium channel, voltage-dependent, gamma subunit 2b","B3DHW5","A0A0R4INZ4","Protein shisa-9B","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A2R8QF91","shisa9b","Calcium channel, voltage-dependent, gamma subunit 4a","B3DHW5","A0A2R8QF91","Protein shisa-9B","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","B0UZC8","shisa9b","vwc2l","B3DHW5","vwc2l","Protein shisa-9B","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A8M1NH89","shisa9b","si:ch211-243a20.1","B3DHW5","A0A8M1NH89","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A2R8QF68","shisa9b","grik2","B3DHW5","grik2","Protein shisa-9B","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7FH62","shisa9b","il12rb2l","B3DHW5","E7FH62","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A8M1P8P0","shisa9b","zgc:112144","B3DHW5","A0A8M1P8P0","Protein shisa-9B","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E9QCW1","shisa9b","Calcium channel, voltage-dependent, gamma subunit 8b","B3DHW5","cacng8b","Protein shisa-9B","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7FEG9","shisa9b","grik3","B3DHW5","E7FEG9","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7FGK7","shisa9b","cacng4","B3DHW5","E7FGK7","Protein shisa-9B","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A286Y8J8","shisa9b","LOC100535636","B3DHW5","LOC100535636","Protein shisa-9B","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","Q71E60","shisa9b","glur3b","B3DHW5","Q71E60","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7F8B1","shisa9b","Brorin-like","B3DHW5","E7F8B1","Protein shisa-9B","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","X1WEB1","shisa9b","Calcium channel, voltage-dependent, gamma subunit 5b","B3DHW5","cacng5b","Protein shisa-9B","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","F1R366","shisa9b","NMDAR1.1","B3DHW5","grin1a","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A8M2B6I1","shisa9b","Protein shisa-7 isoform X1","B3DHW5","A0A8M2B6I1","Protein shisa-9B","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7F0R2","shisa9b","Protein shisa-9","B3DHW5","E7F0R2","Protein shisa-9B","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","I3NI77","shisa9b","Glutamate receptor ionotropic, NMDA 2D","B3DHW5","grin2da","Protein shisa-9B","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","F1QDE5","shisa9b","Glutamate receptor","B3DHW5","grin2ab","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","F6NW67","shisa9b","si:dkey-21p19.1","B3DHW5","F6NW67","Protein shisa-9B","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A2R8RZ78","shisa9b","shisa6","B3DHW5","A0A2R8RZ78","Protein shisa-9B","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","B0I1T8","shisa9b","brorin","B3DHW5","vwc2","Protein shisa-9B","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","E7EY10","shisa9b","Voltage-dependent calcium channel gamma-3 subunit","B3DHW5","E7EY10","Protein shisa-9B","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","B8JLR6","shisa9b","wu:fq25a07","B3DHW5","B8JLR6","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000069025","physical","txid7955" +"B3DHW5","A0A8M1QHZ3","shisa9b","Glutamate receptor","B3DHW5","A0A8M1QHZ3","Protein shisa-9B","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000069025","physical","txid7955" +"E7F8B1","A0A8M1P8P0","Brorin-like","zgc:112144","E7F8B1","A0A8M1P8P0","Brorin-like (Si:dkey-283b1.7)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A2R8QF91","Brorin-like","Calcium channel, voltage-dependent, gamma subunit 4a","E7F8B1","A0A2R8QF91","Brorin-like (Si:dkey-283b1.7)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E7FEG9","Brorin-like","grik3","E7F8B1","E7FEG9","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A0R4INZ4","Brorin-like","Calcium channel, voltage-dependent, gamma subunit 2b","E7F8B1","A0A0R4INZ4","Brorin-like (Si:dkey-283b1.7)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E9QCW1","Brorin-like","Calcium channel, voltage-dependent, gamma subunit 8b","E7F8B1","cacng8b","Brorin-like (Si:dkey-283b1.7)","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","B0I1T8","Brorin-like","brorin","E7F8B1","vwc2","Brorin-like (Si:dkey-283b1.7)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E7FGK7","Brorin-like","cacng4","E7F8B1","E7FGK7","Brorin-like (Si:dkey-283b1.7)","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A8M1NH89","Brorin-like","si:ch211-243a20.1","E7F8B1","A0A8M1NH89","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E7EY10","Brorin-like","Voltage-dependent calcium channel gamma-3 subunit","E7F8B1","E7EY10","Brorin-like (Si:dkey-283b1.7)","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","F1R366","Brorin-like","NMDAR1.1","E7F8B1","grin1a","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","F1QDE5","Brorin-like","Glutamate receptor","E7F8B1","grin2ab","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A2R8RZ78","Brorin-like","shisa6","E7F8B1","A0A2R8RZ78","Brorin-like (Si:dkey-283b1.7)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A8M1QHZ3","Brorin-like","Glutamate receptor","E7F8B1","A0A8M1QHZ3","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A286Y8J8","Brorin-like","LOC100535636","E7F8B1","LOC100535636","Brorin-like (Si:dkey-283b1.7)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","B0UZC8","Brorin-like","vwc2l","E7F8B1","vwc2l","Brorin-like (Si:dkey-283b1.7)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E7F0R2","Brorin-like","Protein shisa-9","E7F8B1","E7F0R2","Brorin-like (Si:dkey-283b1.7)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","Q71E60","Brorin-like","glur3b","E7F8B1","Q71E60","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","E7FH62","Brorin-like","il12rb2l","E7F8B1","E7FH62","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A8M2B6I1","Brorin-like","Protein shisa-7 isoform X1","E7F8B1","A0A8M2B6I1","Brorin-like (Si:dkey-283b1.7)","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","B8JLR6","Brorin-like","wu:fq25a07","E7F8B1","B8JLR6","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","I3NI77","Brorin-like","Glutamate receptor ionotropic, NMDA 2D","E7F8B1","grin2da","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","F6NW67","Brorin-like","si:dkey-21p19.1","E7F8B1","F6NW67","Brorin-like (Si:dkey-283b1.7)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","A0A2R8QF68","Brorin-like","grik2","E7F8B1","grik2","Brorin-like (Si:dkey-283b1.7)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000069981","physical","txid7955" +"E7F8B1","X1WEB1","Brorin-like","Calcium channel, voltage-dependent, gamma subunit 5b","E7F8B1","cacng5b","Brorin-like (Si:dkey-283b1.7)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000069981","physical","txid7955" +"X1WEB1","A0A2R8QF68","Calcium channel, voltage-dependent, gamma subunit 5b","grik2","cacng5b","grik2","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 5b","shisa6","cacng5b","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 5b","Protein shisa-9","cacng5b","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 5b","Calcium channel, voltage-dependent, gamma subunit 4a","cacng5b","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 5b","Calcium channel, voltage-dependent, gamma subunit 2b","cacng5b","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","I3NI77","Calcium channel, voltage-dependent, gamma subunit 5b","Glutamate receptor ionotropic, NMDA 2D","cacng5b","grin2da","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","A0A286Y8J8","Calcium channel, voltage-dependent, gamma subunit 5b","LOC100535636","cacng5b","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000128562","physical","txid7955" +"X1WEB1","Q71E60","Calcium channel, voltage-dependent, gamma subunit 5b","glur3b","cacng5b","Q71E60","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000128562","physical","txid7955" +"A2CG69","E7FEG9","gria3.1","grik3","A2CG69","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","B0I1T8","gria3.1","brorin","A2CG69","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A2R8QF91","gria3.1","Calcium channel, voltage-dependent, gamma subunit 4a","A2CG69","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A0R4INZ4","gria3.1","Calcium channel, voltage-dependent, gamma subunit 2b","A2CG69","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","B3DHW5","gria3.1","shisa9b","A2CG69","B3DHW5","Glutamate receptor","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E7F8B1","gria3.1","Brorin-like","A2CG69","E7F8B1","Glutamate receptor","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A3KPM6","gria3.1","si:ch211-233h19.1","A2CG69","grm3","Glutamate receptor","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","X1WEB1","gria3.1","Calcium channel, voltage-dependent, gamma subunit 5b","A2CG69","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A8M2B6I1","gria3.1","Protein shisa-7 isoform X1","A2CG69","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","Q71E60","gria3.1","glur3b","A2CG69","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","F1QIS4","gria3.1","si:ch211-159j13.2","A2CG69","si:dkey-1h24.2","Glutamate receptor","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","I3NI77","gria3.1","Glutamate receptor ionotropic, NMDA 2D","A2CG69","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","F1QKT1","gria3.1","glur2b","A2CG69","gria2b","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","F6NW67","gria3.1","si:dkey-21p19.1","A2CG69","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E7FGK7","gria3.1","cacng4","A2CG69","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A0R4IU63","gria3.1","grm1","A2CG69","A0A0R4IU63","Glutamate receptor","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","Q5BLC7","gria3.1","shisa9a","A2CG69","Q5BLC7","Glutamate receptor","Protein shisa-9A","string-db","7955.ENSDARP00000066385/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A8WGA3","gria3.1","lrfn1l","A2CG69","A8WGA3","Glutamate receptor","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","Q5DJ14","gria3.1","Drd4c","A2CG69","Q5DJ14","Glutamate receptor","Dopamine D4c receptor (Dopamine receptor D4b)","string-db","7955.ENSDARP00000051973/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A8M1NH89","gria3.1","si:ch211-243a20.1","A2CG69","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","F1R366","gria3.1","NMDAR1.1","A2CG69","grin1a","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E4W699","gria3.1","oxtr","A2CG69","oxtr","Glutamate receptor","Isotocin receptor-like 2 (Oxytocin receptor)","string-db","7955.ENSDARP00000050113/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","B8JLR6","gria3.1","wu:fq25a07","A2CG69","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A2R8QF68","gria3.1","grik2","A2CG69","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A8M1QHZ3","gria3.1","Glutamate receptor","A2CG69","A0A8M1QHZ3","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E7FH62","gria3.1","il12rb2l","A2CG69","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E7F0R2","gria3.1","Protein shisa-9","A2CG69","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A8M1P8P0","gria3.1","zgc:112144","A2CG69","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A2R8RZ78","gria3.1","shisa6","A2CG69","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","Q1LUN9","gria3.1","si:dkey-190l1.2","A2CG69","gabbr2","Glutamate receptor","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A286Y8J8","gria3.1","LOC100535636","A2CG69","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E7EY10","gria3.1","Voltage-dependent calcium channel gamma-3 subunit","A2CG69","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","B0UZC8","gria3.1","vwc2l","A2CG69","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","A0A2R9YJL7","gria3.1","Glutamate receptor, metabotropic 1a","A2CG69","A0A2R9YJL7","Glutamate receptor","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","E9QCW1","gria3.1","Calcium channel, voltage-dependent, gamma subunit 8b","A2CG69","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000049290","physical","txid7955" +"A2CG69","F1QDE5","gria3.1","Glutamate receptor","A2CG69","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000049290","physical","txid7955" +"E7FH62","A0A8M1P8P0","il12rb2l","zgc:112144","E7FH62","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","X1WEB1","il12rb2l","Calcium channel, voltage-dependent, gamma subunit 5b","E7FH62","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A2R8QF68","il12rb2l","grik2","E7FH62","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","B0I1T8","il12rb2l","brorin","E7FH62","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A8M1NH89","il12rb2l","si:ch211-243a20.1","E7FH62","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","E7F0R2","il12rb2l","Protein shisa-9","E7FH62","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","B0UZC8","il12rb2l","vwc2l","E7FH62","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A2R8QF91","il12rb2l","Calcium channel, voltage-dependent, gamma subunit 4a","E7FH62","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A2R8RZ78","il12rb2l","shisa6","E7FH62","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A286Y8J8","il12rb2l","LOC100535636","E7FH62","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","F6NW67","il12rb2l","si:dkey-21p19.1","E7FH62","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A0R4INZ4","il12rb2l","Calcium channel, voltage-dependent, gamma subunit 2b","E7FH62","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","A0A8M2B6I1","il12rb2l","Protein shisa-7 isoform X1","E7FH62","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","I3NI77","il12rb2l","Glutamate receptor ionotropic, NMDA 2D","E7FH62","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","Q71E60","il12rb2l","glur3b","E7FH62","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000113160","physical","txid7955" +"E7FH62","B8JLR6","il12rb2l","wu:fq25a07","E7FH62","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000113160","physical","txid7955" +"A0A8M1P8P0","F8W3T1","zgc:112144","ADAM metallopeptidase domain 23a","A0A8M1P8P0","F8W3T1","Calcium channel, voltage-dependent, gamma subunit 8a","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","I3NI77","zgc:112144","Glutamate receptor ionotropic, NMDA 2D","A0A8M1P8P0","grin2da","Calcium channel, voltage-dependent, gamma subunit 8a","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","B8JLR6","zgc:112144","wu:fq25a07","A0A8M1P8P0","B8JLR6","Calcium channel, voltage-dependent, gamma subunit 8a","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","F6NW67","zgc:112144","si:dkey-21p19.1","A0A8M1P8P0","F6NW67","Calcium channel, voltage-dependent, gamma subunit 8a","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","A0A2R8QF68","zgc:112144","grik2","A0A8M1P8P0","grik2","Calcium channel, voltage-dependent, gamma subunit 8a","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","Q71E60","zgc:112144","glur3b","A0A8M1P8P0","Q71E60","Calcium channel, voltage-dependent, gamma subunit 8a","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","A0A286Y8J8","zgc:112144","LOC100535636","A0A8M1P8P0","LOC100535636","Calcium channel, voltage-dependent, gamma subunit 8a","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","A0A2R8RZ78","zgc:112144","shisa6","A0A8M1P8P0","A0A2R8RZ78","Calcium channel, voltage-dependent, gamma subunit 8a","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","A0A2R8QF91","zgc:112144","Calcium channel, voltage-dependent, gamma subunit 4a","A0A8M1P8P0","A0A2R8QF91","Calcium channel, voltage-dependent, gamma subunit 8a","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","X1WEB1","zgc:112144","Calcium channel, voltage-dependent, gamma subunit 5b","A0A8M1P8P0","cacng5b","Calcium channel, voltage-dependent, gamma subunit 8a","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","A0A0R4INZ4","zgc:112144","Calcium channel, voltage-dependent, gamma subunit 2b","A0A8M1P8P0","A0A0R4INZ4","Calcium channel, voltage-dependent, gamma subunit 8a","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000118548","physical","txid7955" +"A0A8M1P8P0","E7F0R2","zgc:112144","Protein shisa-9","A0A8M1P8P0","E7F0R2","Calcium channel, voltage-dependent, gamma subunit 8a","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000118548","physical","txid7955" +"A0A2R8QF68","A0A2R8RZ78","grik2","shisa6","grik2","A0A2R8RZ78","Glutamate receptor ionotropic, kainate 2 (GluK2)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000149888","physical","txid7955" +"A0A2R8QF68","A0A2R8QF91","grik2","Calcium channel, voltage-dependent, gamma subunit 4a","grik2","A0A2R8QF91","Glutamate receptor ionotropic, kainate 2 (GluK2)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000149888","physical","txid7955" +"Q5BLC7","A0A2R8RZ78","shisa9a","shisa6","Q5BLC7","A0A2R8RZ78","Protein shisa-9A","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","X1WEB1","shisa9a","Calcium channel, voltage-dependent, gamma subunit 5b","Q5BLC7","cacng5b","Protein shisa-9A","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","F1R366","shisa9a","NMDAR1.1","Q5BLC7","grin1a","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7FEG9","shisa9a","grik3","Q5BLC7","E7FEG9","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A286Y8J8","shisa9a","LOC100535636","Q5BLC7","LOC100535636","Protein shisa-9A","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A0R4INZ4","shisa9a","Calcium channel, voltage-dependent, gamma subunit 2b","Q5BLC7","A0A0R4INZ4","Protein shisa-9A","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","B0I1T8","shisa9a","brorin","Q5BLC7","vwc2","Protein shisa-9A","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7FGK7","shisa9a","cacng4","Q5BLC7","E7FGK7","Protein shisa-9A","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A2R8QF91","shisa9a","Calcium channel, voltage-dependent, gamma subunit 4a","Q5BLC7","A0A2R8QF91","Protein shisa-9A","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","F6NW67","shisa9a","si:dkey-21p19.1","Q5BLC7","F6NW67","Protein shisa-9A","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7F8B1","shisa9a","Brorin-like","Q5BLC7","E7F8B1","Protein shisa-9A","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A8M2B6I1","shisa9a","Protein shisa-7 isoform X1","Q5BLC7","A0A8M2B6I1","Protein shisa-9A","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","I3NI77","shisa9a","Glutamate receptor ionotropic, NMDA 2D","Q5BLC7","grin2da","Protein shisa-9A","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","B8JLR6","shisa9a","wu:fq25a07","Q5BLC7","B8JLR6","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7F0R2","shisa9a","Protein shisa-9","Q5BLC7","E7F0R2","Protein shisa-9A","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","B3DHW5","shisa9a","shisa9b","Q5BLC7","B3DHW5","Protein shisa-9A","Protein shisa-9B","string-db","7955.ENSDARP00000069025/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A8M1QHZ3","shisa9a","Glutamate receptor","Q5BLC7","A0A8M1QHZ3","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A8M1NH89","shisa9a","si:ch211-243a20.1","Q5BLC7","A0A8M1NH89","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7EY10","shisa9a","Voltage-dependent calcium channel gamma-3 subunit","Q5BLC7","E7EY10","Protein shisa-9A","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","Q71E60","shisa9a","glur3b","Q5BLC7","Q71E60","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E9QCW1","shisa9a","Calcium channel, voltage-dependent, gamma subunit 8b","Q5BLC7","cacng8b","Protein shisa-9A","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","B0UZC8","shisa9a","vwc2l","Q5BLC7","vwc2l","Protein shisa-9A","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","F1QDE5","shisa9a","Glutamate receptor","Q5BLC7","grin2ab","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A2R8QF68","shisa9a","grik2","Q5BLC7","grik2","Protein shisa-9A","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","F1QKT1","shisa9a","glur2b","Q5BLC7","gria2b","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000069157/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","E7FH62","shisa9a","il12rb2l","Q5BLC7","E7FH62","Protein shisa-9A","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000066385","physical","txid7955" +"Q5BLC7","A0A8M1P8P0","shisa9a","zgc:112144","Q5BLC7","A0A8M1P8P0","Protein shisa-9A","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000066385","physical","txid7955" +"F6NW67","A0A286Y8J8","si:dkey-21p19.1","LOC100535636","F6NW67","LOC100535636","Voltage-dependent calcium channel gamma-7 subunit","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","E7F0R2","si:dkey-21p19.1","Protein shisa-9","F6NW67","E7F0R2","Voltage-dependent calcium channel gamma-7 subunit","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","A0A2R8QF91","si:dkey-21p19.1","Calcium channel, voltage-dependent, gamma subunit 4a","F6NW67","A0A2R8QF91","Voltage-dependent calcium channel gamma-7 subunit","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","Q71E60","si:dkey-21p19.1","glur3b","F6NW67","Q71E60","Voltage-dependent calcium channel gamma-7 subunit","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","X1WEB1","si:dkey-21p19.1","Calcium channel, voltage-dependent, gamma subunit 5b","F6NW67","cacng5b","Voltage-dependent calcium channel gamma-7 subunit","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","A0A2R8QF68","si:dkey-21p19.1","grik2","F6NW67","grik2","Voltage-dependent calcium channel gamma-7 subunit","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","A0A0R4INZ4","si:dkey-21p19.1","Calcium channel, voltage-dependent, gamma subunit 2b","F6NW67","A0A0R4INZ4","Voltage-dependent calcium channel gamma-7 subunit","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","I3NI77","si:dkey-21p19.1","Glutamate receptor ionotropic, NMDA 2D","F6NW67","grin2da","Voltage-dependent calcium channel gamma-7 subunit","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","B8JLR6","si:dkey-21p19.1","wu:fq25a07","F6NW67","B8JLR6","Voltage-dependent calcium channel gamma-7 subunit","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000122486","physical","txid7955" +"F6NW67","A0A2R8RZ78","si:dkey-21p19.1","shisa6","F6NW67","A0A2R8RZ78","Voltage-dependent calcium channel gamma-7 subunit","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000122486","physical","txid7955" +"B0UZC8","X1WEB1","vwc2l","Calcium channel, voltage-dependent, gamma subunit 5b","vwc2l","cacng5b","von Willebrand factor C domain-containing protein 2-like","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A2R8QF91","vwc2l","Calcium channel, voltage-dependent, gamma subunit 4a","vwc2l","A0A2R8QF91","von Willebrand factor C domain-containing protein 2-like","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","Q71E60","vwc2l","glur3b","vwc2l","Q71E60","von Willebrand factor C domain-containing protein 2-like","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A0R4INZ4","vwc2l","Calcium channel, voltage-dependent, gamma subunit 2b","vwc2l","A0A0R4INZ4","von Willebrand factor C domain-containing protein 2-like","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A8M1P8P0","vwc2l","zgc:112144","vwc2l","A0A8M1P8P0","von Willebrand factor C domain-containing protein 2-like","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A2R8QF68","vwc2l","grik2","vwc2l","grik2","von Willebrand factor C domain-containing protein 2-like","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","B8JLR6","vwc2l","wu:fq25a07","vwc2l","B8JLR6","von Willebrand factor C domain-containing protein 2-like","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A286Y8J8","vwc2l","LOC100535636","vwc2l","LOC100535636","von Willebrand factor C domain-containing protein 2-like","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","A0A2R8RZ78","vwc2l","shisa6","vwc2l","A0A2R8RZ78","von Willebrand factor C domain-containing protein 2-like","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","F6NW67","vwc2l","si:dkey-21p19.1","vwc2l","F6NW67","von Willebrand factor C domain-containing protein 2-like","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","E7F0R2","vwc2l","Protein shisa-9","vwc2l","E7F0R2","von Willebrand factor C domain-containing protein 2-like","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000115777","physical","txid7955" +"B0UZC8","I3NI77","vwc2l","Glutamate receptor ionotropic, NMDA 2D","vwc2l","grin2da","von Willebrand factor C domain-containing protein 2-like","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000115777","physical","txid7955" +"F1QKT1","E7F8B1","glur2b","Brorin-like","gria2b","E7F8B1","Glutamate receptor","Brorin-like (Si:dkey-283b1.7)","string-db","7955.ENSDARP00000069981/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","I3NI77","glur2b","Glutamate receptor ionotropic, NMDA 2D","gria2b","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A2R8RZ78","glur2b","shisa6","gria2b","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E9QCW1","glur2b","Calcium channel, voltage-dependent, gamma subunit 8b","gria2b","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A2R8QF68","glur2b","grik2","gria2b","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E7FEG9","glur2b","grik3","gria2b","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","B0I1T8","glur2b","brorin","gria2b","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","F1QDE5","glur2b","Glutamate receptor","gria2b","grin2ab","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A8M2B6I1","glur2b","Protein shisa-7 isoform X1","gria2b","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","X1WEB1","glur2b","Calcium channel, voltage-dependent, gamma subunit 5b","gria2b","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E7F0R2","glur2b","Protein shisa-9","gria2b","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","B0UZC8","glur2b","vwc2l","gria2b","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E7FGK7","glur2b","cacng4","gria2b","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","F6NW67","glur2b","si:dkey-21p19.1","gria2b","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E7EY10","glur2b","Voltage-dependent calcium channel gamma-3 subunit","gria2b","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","E7FH62","glur2b","il12rb2l","gria2b","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A286Y8J8","glur2b","LOC100535636","gria2b","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A8M1NH89","glur2b","si:ch211-243a20.1","gria2b","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","B8JLR6","glur2b","wu:fq25a07","gria2b","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A2R8QF91","glur2b","Calcium channel, voltage-dependent, gamma subunit 4a","gria2b","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A0R4INZ4","glur2b","Calcium channel, voltage-dependent, gamma subunit 2b","gria2b","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A8M1QHZ3","glur2b","Glutamate receptor","gria2b","A0A8M1QHZ3","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","A0A8M1P8P0","glur2b","zgc:112144","gria2b","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","F1R366","glur2b","NMDAR1.1","gria2b","grin1a","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000069157","physical","txid7955" +"F1QKT1","Q71E60","glur2b","glur3b","gria2b","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000069157","physical","txid7955" +"E7F0R2","A0A2R8RZ78","Protein shisa-9","shisa6","E7F0R2","A0A2R8RZ78","Protein shisa-9 (Shisa family member 8b)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000143717","physical","txid7955" +"E7F0R2","I3NI77","Protein shisa-9","Glutamate receptor ionotropic, NMDA 2D","E7F0R2","grin2da","Protein shisa-9 (Shisa family member 8b)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000143717","physical","txid7955" +"E7F0R2","A0A2R8QF68","Protein shisa-9","grik2","E7F0R2","grik2","Protein shisa-9 (Shisa family member 8b)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000143717","physical","txid7955" +"E7F0R2","A0A2R8QF91","Protein shisa-9","Calcium channel, voltage-dependent, gamma subunit 4a","E7F0R2","A0A2R8QF91","Protein shisa-9 (Shisa family member 8b)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000143717","physical","txid7955" +"A0A8M2B6I1","X1WEB1","Protein shisa-7 isoform X1","Calcium channel, voltage-dependent, gamma subunit 5b","A0A8M2B6I1","cacng5b","Protein shisa-7 isoform X1 (Shisa family member 7)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","E7F0R2","Protein shisa-7 isoform X1","Protein shisa-9","A0A8M2B6I1","E7F0R2","Protein shisa-7 isoform X1 (Shisa family member 7)","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A0R4INZ4","Protein shisa-7 isoform X1","Calcium channel, voltage-dependent, gamma subunit 2b","A0A8M2B6I1","A0A0R4INZ4","Protein shisa-7 isoform X1 (Shisa family member 7)","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A286Y8J8","Protein shisa-7 isoform X1","LOC100535636","A0A8M2B6I1","LOC100535636","Protein shisa-7 isoform X1 (Shisa family member 7)","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","B0UZC8","Protein shisa-7 isoform X1","vwc2l","A0A8M2B6I1","vwc2l","Protein shisa-7 isoform X1 (Shisa family member 7)","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A2R8RZ78","Protein shisa-7 isoform X1","shisa6","A0A8M2B6I1","A0A2R8RZ78","Protein shisa-7 isoform X1 (Shisa family member 7)","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A2R8QF68","Protein shisa-7 isoform X1","grik2","A0A8M2B6I1","grik2","Protein shisa-7 isoform X1 (Shisa family member 7)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A2R8QF91","Protein shisa-7 isoform X1","Calcium channel, voltage-dependent, gamma subunit 4a","A0A8M2B6I1","A0A2R8QF91","Protein shisa-7 isoform X1 (Shisa family member 7)","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","B0I1T8","Protein shisa-7 isoform X1","brorin","A0A8M2B6I1","vwc2","Protein shisa-7 isoform X1 (Shisa family member 7)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","F6NW67","Protein shisa-7 isoform X1","si:dkey-21p19.1","A0A8M2B6I1","F6NW67","Protein shisa-7 isoform X1 (Shisa family member 7)","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","A0A8M1P8P0","Protein shisa-7 isoform X1","zgc:112144","A0A8M2B6I1","A0A8M1P8P0","Protein shisa-7 isoform X1 (Shisa family member 7)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","B8JLR6","Protein shisa-7 isoform X1","wu:fq25a07","A0A8M2B6I1","B8JLR6","Protein shisa-7 isoform X1 (Shisa family member 7)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","Q71E60","Protein shisa-7 isoform X1","glur3b","A0A8M2B6I1","Q71E60","Protein shisa-7 isoform X1 (Shisa family member 7)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000114015","physical","txid7955" +"A0A8M2B6I1","I3NI77","Protein shisa-7 isoform X1","Glutamate receptor ionotropic, NMDA 2D","A0A8M2B6I1","grin2da","Protein shisa-7 isoform X1 (Shisa family member 7)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000114015","physical","txid7955" +"F1QDE5","E7FGK7","Glutamate receptor","cacng4","grin2ab","E7FGK7","Glutamate receptor","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A2R9YJL7","Glutamate receptor","Glutamate receptor, metabotropic 1a","grin2ab","A0A2R9YJL7","Glutamate receptor","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A0R4IU63","Glutamate receptor","grm1","grin2ab","A0A0R4IU63","Glutamate receptor","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","X1WEB1","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b","grin2ab","cacng5b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","string-db","7955.ENSDARP00000128562/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","E7FH62","Glutamate receptor","il12rb2l","grin2ab","E7FH62","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113160/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A3KPM6","Glutamate receptor","si:ch211-233h19.1","grin2ab","grm3","Glutamate receptor","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","E7FEG9","Glutamate receptor","grik3","grin2ab","E7FEG9","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","B0UZC8","Glutamate receptor","vwc2l","grin2ab","vwc2l","Glutamate receptor","von Willebrand factor C domain-containing protein 2-like","string-db","7955.ENSDARP00000115777/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A8M1P8P0","Glutamate receptor","zgc:112144","grin2ab","A0A8M1P8P0","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A286Y8J8","Glutamate receptor","LOC100535636","grin2ab","LOC100535636","Glutamate receptor","Protein shisa-9-like","string-db","7955.ENSDARP00000143491/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","Q71E60","Glutamate receptor","glur3b","grin2ab","Q71E60","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","F6NW67","Glutamate receptor","si:dkey-21p19.1","grin2ab","F6NW67","Glutamate receptor","Voltage-dependent calcium channel gamma-7 subunit","string-db","7955.ENSDARP00000122486/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1","grin2ab","A0A8M2B6I1","Glutamate receptor","Protein shisa-7 isoform X1 (Shisa family member 7)","string-db","7955.ENSDARP00000114015/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","E7F0R2","Glutamate receptor","Protein shisa-9","grin2ab","E7F0R2","Glutamate receptor","Protein shisa-9 (Shisa family member 8b)","string-db","7955.ENSDARP00000143717/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","B0I1T8","Glutamate receptor","brorin","grin2ab","vwc2","Glutamate receptor","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A2R8RZ78","Glutamate receptor","shisa6","grin2ab","A0A2R8RZ78","Glutamate receptor","Protein shisa-6 homolog precursor (Shisa family member 6)","string-db","7955.ENSDARP00000156461/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","grin2ab","A0A0R4INZ4","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 2b","string-db","7955.ENSDARP00000136308/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A8M1NH89","Glutamate receptor","si:ch211-243a20.1","grin2ab","A0A8M1NH89","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A2R8QF68","Glutamate receptor","grik2","grin2ab","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a","grin2ab","A0A2R8QF91","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 4a (Voltage-dependent calcium channel gamma-4 subunit-like)","string-db","7955.ENSDARP00000152488/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","B8JLR6","Glutamate receptor","wu:fq25a07","grin2ab","B8JLR6","Glutamate receptor","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit","grin2ab","E7EY10","Glutamate receptor","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","I3NI77","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D","grin2ab","grin2da","Glutamate receptor","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","string-db","7955.ENSDARP00000149824/7955.ENSDARP00000094428","physical","txid7955" +"F1QDE5","E9QCW1","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b","grin2ab","cacng8b","Glutamate receptor","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","string-db","7955.ENSDARP00000094670/7955.ENSDARP00000094428","physical","txid7955" +"Q1L8J7","A0A8M3B730","yap1","tead1","yap1","A0A8M3B730","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","TEA domain family member 1a","string-db","7955.ENSDARP00000106569/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","E7FBB9","yap1","tjp2.1","yap1","E7FBB9","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","A0A2R8QCP0","yap1","Transcriptional enhancer factor TEF-5","yap1","A0A2R8QCP0","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Transcriptional enhancer factor TEF-5","string-db","7955.ENSDARP00000150786/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","Q9DGB8","yap1","runxa","yap1","runx1","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","C3PTE8","yap1","Beta-arrestin-1","yap1","arrb1","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","F1QGH7","yap1","ctnnb1","yap1","ctnnb1","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","Q7T3L7","yap1","cdc2","yap1","cdk1","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","A0A0G2L7R9","yap1","Claudin-18","yap1","A0A0G2L7R9","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Claudin-18","string-db","7955.ENSDARP00000140824/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","B0S576","yap1","TAp73","yap1","tp73","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Cellular tumor antigen p53","string-db","7955.ENSDARP00000109674/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","A0A140LGT1","yap1","unp1266","yap1","A0A140LGT1","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","Q7T356","yap1","ywhabb","yap1","Q7T356","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000089684","physical","txid7955" +"Q1L8J7","A0A8M2BL72","yap1","Angiomotin","yap1","A0A8M2BL72","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","Angiomotin","string-db","7955.ENSDARP00000118215/7955.ENSDARP00000089684","physical","txid7955" +"Q307I6","E7FBB9","WW domain-containing transcription regulator 1","tjp2.1","wwtr1","E7FBB9","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000088304","physical","txid7955" +"Q307I6","A0A8M3B730","WW domain-containing transcription regulator 1","tead1","wwtr1","A0A8M3B730","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","TEA domain family member 1a","string-db","7955.ENSDARP00000106569/7955.ENSDARP00000088304","physical","txid7955" +"Q307I6","Q9I9P9","WW domain-containing transcription regulator 1","smad2","wwtr1","smad2","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000088304","physical","txid7955" +"Q307I6","A0A2R8QCP0","WW domain-containing transcription regulator 1","Transcriptional enhancer factor TEF-5","wwtr1","A0A2R8QCP0","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","Transcriptional enhancer factor TEF-5","string-db","7955.ENSDARP00000150786/7955.ENSDARP00000088304","physical","txid7955" +"Q307I6","Q8AXV6","WW domain-containing transcription regulator 1","hey1","wwtr1","hey1","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","Hairy/enhancer-of-split related with YRPW motif protein 1","string-db","7955.ENSDARP00000094416/7955.ENSDARP00000088304","physical","txid7955" +"Q307I6","A0A8M2BL72","WW domain-containing transcription regulator 1","Angiomotin","wwtr1","A0A8M2BL72","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","Angiomotin","string-db","7955.ENSDARP00000118215/7955.ENSDARP00000088304","physical","txid7955" +"Q7T2E5","A0A2R8Q8R8","prkg1","cGMP-dependent protein kinase","Q7T2E5","prkg1b","cGMP-dependent protein kinase (EC 2.7.11.12)","cGMP-dependent protein kinase (EC 2.7.11.12)","string-db","7955.ENSDARP00000149592/7955.ENSDARP00000024589","physical","txid7955" +"Q6P0S5","Q6NZZ1","wu:fb62f02","Uncharacterized protein LOC402939","Q6P0S5","Q6NZZ1","Alcohol dehydrogenase 8a","Uncharacterized protein LOC402939 (Zgc:77938)","string-db","7955.ENSDARP00000096381/7955.ENSDARP00000024643","physical","txid7955" +"Q6P0S5","Q6NXA6","wu:fb62f02","ADH3","Q6P0S5","Q6NXA6","Alcohol dehydrogenase 8a","S-(hydroxymethyl)glutathione dehydrogenase (EC 1.1.1.284)","string-db","7955.ENSDARP00000099464/7955.ENSDARP00000024643","physical","txid7955" +"Q6P0S5","Q7T2J4","wu:fb62f02","Alcohol dehydrogenase 8b","Q6P0S5","adh8b","Alcohol dehydrogenase 8a","Alcohol dehydrogenase 8b (Mixed alcohol dehydrogenase Adh8b)","string-db","7955.ENSDARP00000042765/7955.ENSDARP00000024643","physical","txid7955" +"Q6NZZ1","Q6NXA6","Uncharacterized protein LOC402939","ADH3","Q6NZZ1","Q6NXA6","Uncharacterized protein LOC402939 (Zgc:77938)","S-(hydroxymethyl)glutathione dehydrogenase (EC 1.1.1.284)","string-db","7955.ENSDARP00000099464/7955.ENSDARP00000096381","physical","txid7955" +"Q7T2J4","Q6NXA6","Alcohol dehydrogenase 8b","ADH3","adh8b","Q6NXA6","Alcohol dehydrogenase 8b (Mixed alcohol dehydrogenase Adh8b)","S-(hydroxymethyl)glutathione dehydrogenase (EC 1.1.1.284)","string-db","7955.ENSDARP00000099464/7955.ENSDARP00000042765","physical","txid7955" +"Q7T2J4","Q6NZZ1","Alcohol dehydrogenase 8b","Uncharacterized protein LOC402939","adh8b","Q6NZZ1","Alcohol dehydrogenase 8b (Mixed alcohol dehydrogenase Adh8b)","Uncharacterized protein LOC402939 (Zgc:77938)","string-db","7955.ENSDARP00000096381/7955.ENSDARP00000042765","physical","txid7955" +"Q9DF53","Q20JQ7","scn8a","scn4ab","Q9DF53","scn4ab","Sodium channel protein","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","string-db","7955.ENSDARP00000094779/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","A8E7Q8","scn8a","Sodium channel subunit beta-3","Q9DF53","A8E7Q8","Sodium channel protein","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000093546/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","B8JLR6","scn8a","wu:fq25a07","Q9DF53","B8JLR6","Sodium channel protein","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q5TYT1","scn8a","nrcam","Q9DF53","nrcama","Sodium channel protein","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","string-db","7955.ENSDARP00000112170/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","F1QXF5","scn8a","Sodium channel protein","Q9DF53","scn1lab","Sodium channel protein","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q06W28","scn8a","SCN2B","Q9DF53","scn2b","Sodium channel protein","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q06W25","scn8a","sb:cb973","Q9DF53","scn4bb","Sodium channel protein","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","string-db","7955.ENSDARP00000079303/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","A0A8M1QHZ3","scn8a","Glutamate receptor","Q9DF53","A0A8M1QHZ3","Sodium channel protein","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q2XVR3","scn8a","scn4aa","Q9DF53","Q2XVR3","Sodium channel protein","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q06W26","scn8a","scn4b1","Q9DF53","scn4ba","Sodium channel protein","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","F8W4B3","scn8a","Sodium channel subunit beta-3","Q9DF53","F8W4B3","Sodium channel protein","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","A0A0R4IUM7","scn8a","Nav1.1","Q9DF53","scn1laa","Sodium channel protein","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","A0A2R8QF68","scn8a","grik2","Q9DF53","grik2","Sodium channel protein","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q06W32","scn8a","SCN1B","Q9DF53","Q06W32","Sodium channel protein","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","string-db","7955.ENSDARP00000079066/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","Q6EWH2","scn8a","fyna","Q9DF53","fyna","Sodium channel protein","Tyrosine-protein kinase fyna (EC 2.7.10.2) (Proto-oncogene c-Fyna)","string-db","7955.ENSDARP00000123888/7955.ENSDARP00000024690","physical","txid7955" +"Q9DF53","E7FEG9","scn8a","grik3","Q9DF53","E7FEG9","Sodium channel protein","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000024690","physical","txid7955" +"Q06W32","A8E7Q8","SCN1B","Sodium channel subunit beta-3","Q06W32","A8E7Q8","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000093546/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","Q06W28","SCN1B","SCN2B","Q06W32","scn2b","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","B8JLR6","SCN1B","wu:fq25a07","Q06W32","B8JLR6","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","A0A8M1QHZ3","SCN1B","Glutamate receptor","Q06W32","A0A8M1QHZ3","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","E7FEG9","SCN1B","grik3","Q06W32","E7FEG9","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","Q06W26","SCN1B","scn4b1","Q06W32","scn4ba","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","F8W4B3","SCN1B","Sodium channel subunit beta-3","Q06W32","F8W4B3","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","F1QXF5","SCN1B","Sodium channel protein","Q06W32","scn1lab","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","A0A2R8QF68","SCN1B","grik2","Q06W32","grik2","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","A0A0R4IUM7","SCN1B","Nav1.1","Q06W32","scn1laa","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","Q20JQ7","SCN1B","scn4ab","Q06W32","scn4ab","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","string-db","7955.ENSDARP00000094779/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","Q2XVR3","SCN1B","scn4aa","Q06W32","Q2XVR3","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000079066","physical","txid7955" +"Q06W32","Q06W25","SCN1B","sb:cb973","Q06W32","scn4bb","Sodium channel subunit beta-1 precursor (Sodium channel, voltage-gated, type I, beta a) (Voltage-gated sodium channel beta 1 subunit splice variant D)","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","string-db","7955.ENSDARP00000079303/7955.ENSDARP00000079066","physical","txid7955" +"A0A0R4IUM7","A0A2R8QF68","Nav1.1","grik2","scn1laa","grik2","Sodium channel protein","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000137025","physical","txid7955" +"F1QXF5","Q06W26","Sodium channel protein","scn4b1","scn1lab","scn4ba","Sodium channel protein","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000125843","physical","txid7955" +"F1QXF5","Q2XVR3","Sodium channel protein","scn4aa","scn1lab","Q2XVR3","Sodium channel protein","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000125843","physical","txid7955" +"F1QXF5","A0A2R8QF68","Sodium channel protein","grik2","scn1lab","grik2","Sodium channel protein","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000125843","physical","txid7955" +"F1QXF5","A0A0R4IUM7","Sodium channel protein","Nav1.1","scn1lab","scn1laa","Sodium channel protein","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000125843","physical","txid7955" +"F1QXF5","Q06W28","Sodium channel protein","SCN2B","scn1lab","scn2b","Sodium channel protein","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000125843","physical","txid7955" +"Q20JQ7","Q06W28","scn4ab","SCN2B","scn4ab","scn2b","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","E7FEG9","scn4ab","grik3","scn4ab","E7FEG9","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","A0A0R4IUM7","scn4ab","Nav1.1","scn4ab","scn1laa","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","F1QXF5","scn4ab","Sodium channel protein","scn4ab","scn1lab","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","A0A2R8QF68","scn4ab","grik2","scn4ab","grik2","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","F8W4B3","scn4ab","Sodium channel subunit beta-3","scn4ab","F8W4B3","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","Q2XVR3","scn4ab","scn4aa","scn4ab","Q2XVR3","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","Q06W26","scn4ab","scn4b1","scn4ab","scn4ba","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000094779","physical","txid7955" +"Q20JQ7","B8JLR6","scn4ab","wu:fq25a07","scn4ab","B8JLR6","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000094779","physical","txid7955" +"Q06W26","A0A2R8QF68","scn4b1","grik2","scn4ba","grik2","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000131247","physical","txid7955" +"Q06W26","A0A0R4IUM7","scn4b1","Nav1.1","scn4ba","scn1laa","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000131247","physical","txid7955" +"Q06W26","Q2XVR3","scn4b1","scn4aa","scn4ba","Q2XVR3","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000131247","physical","txid7955" +"Q06W26","Q06W28","scn4b1","SCN2B","scn4ba","scn2b","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000131247","physical","txid7955" +"Q06W28","A0A0R4IUM7","SCN2B","Nav1.1","scn2b","scn1laa","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000131257","physical","txid7955" +"Q06W28","A0A2R8QF68","SCN2B","grik2","scn2b","grik2","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000131257","physical","txid7955" +"Q06W28","Q2XVR3","SCN2B","scn4aa","scn2b","Q2XVR3","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000131257","physical","txid7955" +"Q5TYT1","D3KYL2","nrcam","fj59a01","nrcama","gphnb","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","string-db","7955.ENSDARP00000134783/7955.ENSDARP00000112170","physical","txid7955" +"Q5TYT1","A0A0R4INA6","nrcam","gpgb1","nrcama","A0A0R4INA6","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","Gephyrin a (Gephyrin isoform X7)","string-db","7955.ENSDARP00000135843/7955.ENSDARP00000112170","physical","txid7955" +"Q5TYT1","B8JMB1","nrcam","wu:fi06a12","nrcama","sema6d","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","string-db","7955.ENSDARP00000121171/7955.ENSDARP00000112170","physical","txid7955" +"Q06W25","Q2XVR3","sb:cb973","scn4aa","scn4bb","Q2XVR3","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","Q06W26","sb:cb973","scn4b1","scn4bb","scn4ba","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","B8JLR6","sb:cb973","wu:fq25a07","scn4bb","B8JLR6","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","Q20JQ7","sb:cb973","scn4ab","scn4bb","scn4ab","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","string-db","7955.ENSDARP00000094779/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","F1QXF5","sb:cb973","Sodium channel protein","scn4bb","scn1lab","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","E7FEG9","sb:cb973","grik3","scn4bb","E7FEG9","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","A8E7Q8","sb:cb973","Sodium channel subunit beta-3","scn4bb","A8E7Q8","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000093546/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","A0A2R8QF68","sb:cb973","grik2","scn4bb","grik2","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","A0A8M1QHZ3","sb:cb973","Glutamate receptor","scn4bb","A0A8M1QHZ3","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","A0A0R4IUM7","sb:cb973","Nav1.1","scn4bb","scn1laa","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","Q06W28","sb:cb973","SCN2B","scn4bb","scn2b","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000079303","physical","txid7955" +"Q06W25","F8W4B3","sb:cb973","Sodium channel subunit beta-3","scn4bb","F8W4B3","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000079303","physical","txid7955" +"A8E7Q8","Q06W28","Sodium channel subunit beta-3","SCN2B","A8E7Q8","scn2b","Sodium channel subunit beta-3","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","Q06W26","Sodium channel subunit beta-3","scn4b1","A8E7Q8","scn4ba","Sodium channel subunit beta-3","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","A0A8M1QHZ3","Sodium channel subunit beta-3","Glutamate receptor","A8E7Q8","A0A8M1QHZ3","Sodium channel subunit beta-3","Glutamate receptor","string-db","7955.ENSDARP00000094342/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","A0A2R8QF68","Sodium channel subunit beta-3","grik2","A8E7Q8","grik2","Sodium channel subunit beta-3","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","F8W4B3","Sodium channel subunit beta-3","Sodium channel subunit beta-3","A8E7Q8","F8W4B3","Sodium channel subunit beta-3","Sodium channel subunit beta-3","string-db","7955.ENSDARP00000123929/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","Q20JQ7","Sodium channel subunit beta-3","scn4ab","A8E7Q8","scn4ab","Sodium channel subunit beta-3","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","string-db","7955.ENSDARP00000094779/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","A0A0R4IUM7","Sodium channel subunit beta-3","Nav1.1","A8E7Q8","scn1laa","Sodium channel subunit beta-3","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","F1QXF5","Sodium channel subunit beta-3","Sodium channel protein","A8E7Q8","scn1lab","Sodium channel subunit beta-3","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","Q2XVR3","Sodium channel subunit beta-3","scn4aa","A8E7Q8","Q2XVR3","Sodium channel subunit beta-3","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","B8JLR6","Sodium channel subunit beta-3","wu:fq25a07","A8E7Q8","B8JLR6","Sodium channel subunit beta-3","Glutamate receptor","string-db","7955.ENSDARP00000123565/7955.ENSDARP00000093546","physical","txid7955" +"A8E7Q8","E7FEG9","Sodium channel subunit beta-3","grik3","A8E7Q8","E7FEG9","Sodium channel subunit beta-3","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000093546","physical","txid7955" +"F8W4B3","A0A2R8QF68","Sodium channel subunit beta-3","grik2","F8W4B3","grik2","Sodium channel subunit beta-3","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000123929","physical","txid7955" +"F8W4B3","Q06W26","Sodium channel subunit beta-3","scn4b1","F8W4B3","scn4ba","Sodium channel subunit beta-3","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","string-db","7955.ENSDARP00000131247/7955.ENSDARP00000123929","physical","txid7955" +"F8W4B3","A0A0R4IUM7","Sodium channel subunit beta-3","Nav1.1","F8W4B3","scn1laa","Sodium channel subunit beta-3","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000123929","physical","txid7955" +"F8W4B3","Q06W28","Sodium channel subunit beta-3","SCN2B","F8W4B3","scn2b","Sodium channel subunit beta-3","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000123929","physical","txid7955" +"F8W4B3","F1QXF5","Sodium channel subunit beta-3","Sodium channel protein","F8W4B3","scn1lab","Sodium channel subunit beta-3","Sodium channel protein","string-db","7955.ENSDARP00000125843/7955.ENSDARP00000123929","physical","txid7955" +"F8W4B3","Q2XVR3","Sodium channel subunit beta-3","scn4aa","F8W4B3","Q2XVR3","Sodium channel subunit beta-3","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","string-db","7955.ENSDARP00000134593/7955.ENSDARP00000123929","physical","txid7955" +"Q2XVR3","A0A2R8QF68","scn4aa","grik2","Q2XVR3","grik2","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000134593","physical","txid7955" +"Q2XVR3","A0A0R4IUM7","scn4aa","Nav1.1","Q2XVR3","scn1laa","Sodium channel protein type 4 subunit alpha A (Voltage-gated sodium channel subunit alpha Nav1.4a)","Sodium channel protein","string-db","7955.ENSDARP00000137025/7955.ENSDARP00000134593","physical","txid7955" +"B1NA68","F1QGL5","map2k4A","Filamin B, beta","B1NA68","F1QGL5","mitogen-activated protein kinase kinase (EC 2.7.12.2)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000106153","physical","txid7955" +"A4UU31","C3PTE8","MKK4B","Beta-arrestin-1","map2k4b","arrb1","mitogen-activated protein kinase kinase (EC 2.7.12.2)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000101456","physical","txid7955" +"A4UU31","B1NA68","MKK4B","map2k4A","map2k4b","B1NA68","mitogen-activated protein kinase kinase (EC 2.7.12.2)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000101456","physical","txid7955" +"A4UU31","F1QGL5","MKK4B","Filamin B, beta","map2k4b","F1QGL5","mitogen-activated protein kinase kinase (EC 2.7.12.2)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000101456","physical","txid7955" +"F1RAR9","C3PTE8","si:dkey-171l20.1","Beta-arrestin-1","F1RAR9","arrb1","G protein-coupled receptor kinase (EC 2.7.11.-)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000104968","physical","txid7955" +"Q1LVF0","Q6IQX2","lamc1","alpha2","lamc1","Q6IQX2","Laminin subunit gamma-1","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000024860","physical","txid7955" +"Q1LVF0","Q1LXU2","lamc1","cb343","lamc1","col9a2","Laminin subunit gamma-1","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","string-db","7955.ENSDARP00000037624/7955.ENSDARP00000024860","physical","txid7955" +"Q8AY63","Q6PC71","ckb","arhe","Q8AY63","rnd3a","creatine kinase (EC 2.7.3.2)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000024900","physical","txid7955" +"Q8AY63","A2BHA3","ckb","CK-M","Q8AY63","A2BHA3","creatine kinase (EC 2.7.3.2)","creatine kinase (EC 2.7.3.2)","string-db","7955.ENSDARP00000037871/7955.ENSDARP00000024900","physical","txid7955" +"Q8AY63","Q804S5","ckb","mib1","Q8AY63","mib1","creatine kinase (EC 2.7.3.2)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000024900","physical","txid7955" +"A2BHA3","Q804S5","CK-M","mib1","A2BHA3","mib1","creatine kinase (EC 2.7.3.2)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000037871","physical","txid7955" +"Q7T2C5","F1QGX0","prkcb1l","Integrin beta","prkcba","itgb6","Protein kinase C (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000024929","physical","txid7955" +"Q7T2C5","F1QG85","prkcb1l","itgb1","prkcba","F1QG85","Protein kinase C (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000024929","physical","txid7955" +"Q7T2C5","Q7SY24","prkcb1l","prkcbb","prkcba","prkcbb","Protein kinase C (EC 2.7.11.13)","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","string-db","7955.ENSDARP00000038918/7955.ENSDARP00000024929","physical","txid7955" +"Q7T2C5","B3DIV2","prkcb1l","itgb1","prkcba","B3DIV2","Protein kinase C (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000024929","physical","txid7955" +"Q7T2C5","Q19U09","prkcb1l","zgc:85632","prkcba","itgb1b.2","Protein kinase C (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000036611/7955.ENSDARP00000024929","physical","txid7955" +"Q7SY24","F1QG85","prkcbb","itgb1","prkcbb","F1QG85","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000038918","physical","txid7955" +"Q7SY24","A0A2R8QIY5","prkcbb","im:7139045","prkcbb","A0A2R8QIY5","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000038918","physical","txid7955" +"Q7SY24","F1QGX0","prkcbb","Integrin beta","prkcbb","itgb6","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000038918","physical","txid7955" +"Q7SY24","B3DIV2","prkcbb","itgb1","prkcbb","B3DIV2","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000038918","physical","txid7955" +"Q8QHA4","F1QGL5","fam101a","Filamin B, beta","rflna","F1QGL5","Family with sequence similarity 101, member A (Protein FAM101A) (Refilin A)","Filamin B, beta (actin-binding protein 278) (Filamin-A isoform X1)","string-db","7955.ENSDARP00000114366/7955.ENSDARP00000038678","physical","txid7955" +"Q6DGP6","Q6PC22","sub1","zgc:73139","sub1b","ndufa8","Activated RNA polymerase II transcriptional coactivator p15 (SUB1 homolog)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","string-db","7955.ENSDARP00000075289/7955.ENSDARP00000025042","physical","txid7955" +"F1RE57","A0A0R4IQZ2","zdhhc3a","zdhhc13","F1RE57","zdhhc13","Palmitoyltransferase ZDHHC3-A (EC 2.3.1.225) (Acyltransferase ZDHHC3A) (EC 2.3.1.-) (Zinc finger DHHC domain-containing protein 3)","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","string-db","7955.ENSDARP00000142710/7955.ENSDARP00000025104","physical","txid7955" +"Q6E2N3","Q9I9P9","trim33","smad2","Q6E2N3","smad2","E3 ubiquitin-protein ligase TRIM33 (EC 2.3.2.27) (Ectodermin homolog) (Protein moonshine) (RING-type E3 ubiquitin transferase TRIM33) (Transcription intermediary factor 1-gamma) (TIF1-gamma) (Tripartite motif-containing protein 33)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000025140","physical","txid7955" +"Q6E2N3","Q8AY15","trim33","madh3","Q6E2N3","smad3a","E3 ubiquitin-protein ligase TRIM33 (EC 2.3.2.27) (Ectodermin homolog) (Protein moonshine) (RING-type E3 ubiquitin transferase TRIM33) (Transcription intermediary factor 1-gamma) (TIF1-gamma) (Tripartite motif-containing protein 33)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000025140","physical","txid7955" +"Q503G3","X1WBY3","tdg","G/T mismatch-specific thymine DNA glycosylase-like isoform X1","tdg.1","tdg.2","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","G/T mismatch-specific thymine DNA glycosylase-like isoform X1 (Thymine DNA glycosylase, tandem duplicate 2)","string-db","7955.ENSDARP00000127725/7955.ENSDARP00000025270","physical","txid7955" +"Q503G3","Q6GMM1","tdg","gadd45a","tdg.1","gadd45ab","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","Growth arrest and DNA damage-inducible protein GADD45 alpha","string-db","7955.ENSDARP00000136652/7955.ENSDARP00000025270","physical","txid7955" +"Q503G3","Q6NZT5","tdg","fj36h07","tdg.1","jun","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000025270","physical","txid7955" +"X1WBY3","Q6GMM1","G/T mismatch-specific thymine DNA glycosylase-like isoform X1","gadd45a","tdg.2","gadd45ab","G/T mismatch-specific thymine DNA glycosylase-like isoform X1 (Thymine DNA glycosylase, tandem duplicate 2)","Growth arrest and DNA damage-inducible protein GADD45 alpha","string-db","7955.ENSDARP00000136652/7955.ENSDARP00000127725","physical","txid7955" +"F1R3V0","E7F9I6","tacr3b","LOC100333270","tacr3l","E7F9I6","Neuromedin-K receptor (NK-3 receptor) (Neurokinin B receptor) (Tachykinin receptor 3)","Neuromedin-K receptor (NK-3 receptor) (Neurokinin B receptor) (Tachykinin receptor 3)","string-db","7955.ENSDARP00000064484/7955.ENSDARP00000025282","physical","txid7955" +"F1R3V0","E9QE01","tacr3b","tac2a","tacr3l","E9QE01","Neuromedin-K receptor (NK-3 receptor) (Neurokinin B receptor) (Tachykinin receptor 3)","Preprotachykinin 2a (Tachykinin 3a) (Tachykinin precursor 3a)","string-db","7955.ENSDARP00000121994/7955.ENSDARP00000025282","physical","txid7955" +"P79729","Q98864","dhh","ptch1","P79729","Q98864","Desert hedgehog protein (DHH)","Protein patched homolog 1 (PTC1) (Patched 1)","string-db","7955.ENSDARP00000071771/7955.ENSDARP00000053870","physical","txid7955" +"A0JML1","Q92008","im:7428747","shha","gas1b","Q92008","Growth arrest-specific 1b","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000088818","physical","txid7955" +"A0A8M1RFX4","A0A8M9PEX1","Leucine-rich repeat-containing 4Bb","Leucine-rich repeat-containing 4Ba","A0A8M1RFX4","A0A8M9PEX1","Leucine-rich repeat-containing 4Bb (Leucine-rich repeat-containing protein 4B)","Leucine-rich repeat-containing 4Ba (Leucine-rich repeat-containing protein 4B)","string-db","7955.ENSDARP00000126055/7955.ENSDARP00000025492","physical","txid7955" +"F1R345","E7FGL0","ddx11","Tim","ddx11","timeless","ATP-dependent DNA helicase DDX11 (EC 3.6.4.12) (DEAD/H-box protein 11)","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000025514","physical","txid7955" +"F1R345","Q6TNU4","ddx11","fen1","ddx11","fen1","ATP-dependent DNA helicase DDX11 (EC 3.6.4.12) (DEAD/H-box protein 11)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","string-db","7955.ENSDARP00000144222/7955.ENSDARP00000025514","physical","txid7955" +"Q66I23","A8E7N9","wu:fc78g09","gdf6b","Q66I23","gdf6b","Transforming growth factor beta","Growth/differentiation factor 6-B (GDF-6-B) (Growth differentiation factor 6b) (Protein dynamo)","string-db","7955.ENSDARP00000126187/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","Q2PMI4","wu:fc78g09","fst2","Q66I23","fstb","Transforming growth factor beta","Activin-binding protein","string-db","7955.ENSDARP00000075218/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","F1QGX0","wu:fc78g09","Integrin beta","Q66I23","itgb6","Transforming growth factor beta","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","F1QG85","wu:fc78g09","itgb1","Q66I23","F1QG85","Transforming growth factor beta","Integrin beta","string-db","7955.ENSDARP00000039699/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","P85857","wu:fc78g09","gdf6a","Q66I23","gdf6a","Transforming growth factor beta","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","string-db","7955.ENSDARP00000069999/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","Q9YHV4","wu:fc78g09","fsta","Q66I23","fsta","Transforming growth factor beta","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","F1QFX6","wu:fc78g09","ltbp3","Q66I23","ltbp3","Transforming growth factor beta","Latent transforming growth factor beta binding protein 3 (Latent-transforming growth factor beta-binding protein 3 isoform X1) (Latent-transforming growth factor beta-binding protein 3 precursor)","string-db","7955.ENSDARP00000048106/7955.ENSDARP00000025519","physical","txid7955" +"Q66I23","A4QNV9","wu:fc78g09","LOC100004428","Q66I23","A4QNV9","Transforming growth factor beta","LOC100004428 protein (Vasorin b) (Vasorin like) (Vasorin precursor)","string-db","7955.ENSDARP00000132305/7955.ENSDARP00000025519","physical","txid7955" +"F1R332","E7EZ53","galr2a","gal","F1R332","E7EZ53","Galanin receptor 2a","Galanin peptides [Cleaved into: Galanin; Galanin message-associated peptide]","string-db","7955.ENSDARP00000128202/7955.ENSDARP00000025567","physical","txid7955" +"F1R332","F1QSA8","galr2a","Galanin receptor 1a","F1R332","F1QSA8","Galanin receptor 2a","Galanin receptor 1a (Galanin receptor type 1)","string-db","7955.ENSDARP00000122793/7955.ENSDARP00000025567","physical","txid7955" +"F1QSA8","E7EZ53","Galanin receptor 1a","gal","F1QSA8","E7EZ53","Galanin receptor 1a (Galanin receptor type 1)","Galanin peptides [Cleaved into: Galanin; Galanin message-associated peptide]","string-db","7955.ENSDARP00000128202/7955.ENSDARP00000122793","physical","txid7955" +"Q6ZM13","Q7ZT21","OTTDARP00000002011","hbae1.2","Q6ZM13","Q7ZT21","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","Q6ZM17","OTTDARP00000002011","zgc:198284","Q6ZM13","si:ch211-5k11.8","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","O93548","OTTDARP00000002011","hbbe1.3","Q6ZM13","O93548","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","A0A1D5NS86","OTTDARP00000002011","Si:cabz01007807.1","Q6ZM13","A0A1D5NS86","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","I3ISX5","OTTDARP00000002011","si:ch73-233k15.2","Q6ZM13","apol","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","Q90487","OTTDARP00000002011","hbaa1","Q6ZM13","hbaa1","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","A0A0R4IF32","OTTDARP00000002011","si:dkey-192d15.2","Q6ZM13","A0A0R4IF32","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000092484","physical","txid7955" +"Q6ZM13","Q90486","OTTDARP00000002011","ba1; ba1l","Q6ZM13","ba1;ba1l","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000092484","physical","txid7955" +"A0A8M2BE66","O93548","apold1b","hbbe1.3","A0A8M2BE66","O93548","Apolipoprotein L6-like (Si:cabz01007802.1)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","Q90487","apold1b","hbaa1","A0A8M2BE66","hbaa1","Apolipoprotein L6-like (Si:cabz01007802.1)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","Q7ZT21","apold1b","hbae1.2","A0A8M2BE66","Q7ZT21","Apolipoprotein L6-like (Si:cabz01007802.1)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","Q6ZM13","apold1b","OTTDARP00000002011","A0A8M2BE66","Q6ZM13","Apolipoprotein L6-like (Si:cabz01007802.1)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","A0A8M9QJ44","apold1b","Extracellular serine/threonine protein kinase FAM20C","A0A8M2BE66","A0A8M9QJ44","Apolipoprotein L6-like (Si:cabz01007802.1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","Q90486","apold1b","ba1; ba1l","A0A8M2BE66","ba1;ba1l","Apolipoprotein L6-like (Si:cabz01007802.1)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000088920","physical","txid7955" +"A0A8M2BE66","Q6ZM17","apold1b","zgc:198284","A0A8M2BE66","si:ch211-5k11.8","Apolipoprotein L6-like (Si:cabz01007802.1)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000088920","physical","txid7955" +"B8A446","A0A0R4IVP0","abca1","im:7141239","abca1a","A0A0R4IVP0","ATP-binding cassette sub-family A member 1 (ATP-binding cassette, sub-family A (ABC1), member 1A)","Nuclear receptor subfamily 1, group H, member 3 (Oxysterols receptor LXR-alpha (EC 3.4.13.9))","string-db","7955.ENSDARP00000139970/7955.ENSDARP00000132417","physical","txid7955" +"Q6ZM17","Q90487","zgc:198284","hbaa1","si:ch211-5k11.8","hbaa1","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000100779","physical","txid7955" +"Q6ZM17","A2CEI6","zgc:198284","piwil2","si:ch211-5k11.8","A2CEI6","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000100779","physical","txid7955" +"Q6ZM17","A0A1D5NS86","zgc:198284","Si:cabz01007807.1","si:ch211-5k11.8","A0A1D5NS86","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000100779","physical","txid7955" +"Q6ZM17","I3ISX5","zgc:198284","si:ch73-233k15.2","si:ch211-5k11.8","apol","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000100779","physical","txid7955" +"Q6ZM17","A0A0R4IF32","zgc:198284","si:dkey-192d15.2","si:ch211-5k11.8","A0A0R4IF32","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000100779","physical","txid7955" +"F1QCC6","E9QEQ1","gpc1","fb71a04","F1QCC6","apoc2","Glypican-1 [Cleaved into: Secreted glypican-1]","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","string-db","7955.ENSDARP00000112765/7955.ENSDARP00000106138","physical","txid7955" +"Q7ZT21","A0A0R4IF32","hbae1.2","si:dkey-192d15.2","Q7ZT21","A0A0R4IF32","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000092510","physical","txid7955" +"Q7ZT21","I3ISX5","hbae1.2","si:ch73-233k15.2","Q7ZT21","apol","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000092510","physical","txid7955" +"Q7ZT21","O93548","hbae1.2","hbbe1.3","Q7ZT21","O93548","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000092510","physical","txid7955" +"Q7ZT21","Q90487","hbae1.2","hbaa1","Q7ZT21","hbaa1","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000092510","physical","txid7955" +"Q7ZT21","Q6ZM17","hbae1.2","zgc:198284","Q7ZT21","si:ch211-5k11.8","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000092510","physical","txid7955" +"Q7ZT21","A0A1D5NS86","hbae1.2","Si:cabz01007807.1","Q7ZT21","A0A1D5NS86","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000092510","physical","txid7955" +"Q90486","A0A0R4IF32","ba1; ba1l","si:dkey-192d15.2","ba1;ba1l","A0A0R4IF32","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","O93548","ba1; ba1l","hbbe1.3","ba1;ba1l","O93548","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","Q90487","ba1; ba1l","hbaa1","ba1;ba1l","hbaa1","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","A2CEI6","ba1; ba1l","piwil2","ba1;ba1l","A2CEI6","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","I3ISX5","ba1; ba1l","si:ch73-233k15.2","ba1;ba1l","apol","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","A0A1D5NS86","ba1; ba1l","Si:cabz01007807.1","ba1;ba1l","A0A1D5NS86","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","Q6ZM17","ba1; ba1l","zgc:198284","ba1;ba1l","si:ch211-5k11.8","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000092488","physical","txid7955" +"Q90486","Q7ZT21","ba1; ba1l","hbae1.2","ba1;ba1l","Q7ZT21","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000092488","physical","txid7955" +"O93548","A0A1D5NS86","hbbe1.3","Si:cabz01007807.1","O93548","A0A1D5NS86","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000097665","physical","txid7955" +"O93548","A0A0R4IF32","hbbe1.3","si:dkey-192d15.2","O93548","A0A0R4IF32","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000097665","physical","txid7955" +"O93548","I3ISX5","hbbe1.3","si:ch73-233k15.2","O93548","apol","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000097665","physical","txid7955" +"O93548","Q90487","hbbe1.3","hbaa1","O93548","hbaa1","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000097665","physical","txid7955" +"O93548","Q6ZM17","hbbe1.3","zgc:198284","O93548","si:ch211-5k11.8","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000097665","physical","txid7955" +"A0A8M9QFD9","O93548","apold1a","hbbe1.3","A0A8M9QFD9","O93548","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q6ZM13","apold1a","OTTDARP00000002011","A0A8M9QFD9","Q6ZM13","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q6ZM17","apold1a","zgc:198284","A0A8M9QFD9","si:ch211-5k11.8","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q7ZT21","apold1a","hbae1.2","A0A8M9QFD9","Q7ZT21","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q7T1B0","apold1a","Embryonic globin beta e2","A0A8M9QFD9","hbbe2","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","string-db","7955.ENSDARP00000066383/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q90487","apold1a","hbaa1","A0A8M9QFD9","hbaa1","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q6ZM12","apold1a","OTTDARP00000002003","A0A8M9QFD9","Q6ZM12","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","string-db","7955.ENSDARP00000053076/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","A0A8M9QJ44","apold1a","Extracellular serine/threonine protein kinase FAM20C","A0A8M9QFD9","A0A8M9QJ44","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000033191","physical","txid7955" +"A0A8M9QFD9","Q90486","apold1a","ba1; ba1l","A0A8M9QFD9","ba1;ba1l","Si:rp71-1g18.13 (Uncharacterized protein LOC560271)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000033191","physical","txid7955" +"Q7T1B0","Q90487","Embryonic globin beta e2","hbaa1","hbbe2","hbaa1","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","A0A1D5NS86","Embryonic globin beta e2","Si:cabz01007807.1","hbbe2","A0A1D5NS86","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","Q6ZM17","Embryonic globin beta e2","zgc:198284","hbbe2","si:ch211-5k11.8","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","A0A0R4IF32","Embryonic globin beta e2","si:dkey-192d15.2","hbbe2","A0A0R4IF32","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","Q6ZM13","Embryonic globin beta e2","OTTDARP00000002011","hbbe2","Q6ZM13","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","A0A8M2BE66","Embryonic globin beta e2","apold1b","hbbe2","A0A8M2BE66","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Apolipoprotein L6-like (Si:cabz01007802.1)","string-db","7955.ENSDARP00000088920/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","Q90486","Embryonic globin beta e2","ba1; ba1l","hbbe2","ba1;ba1l","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","I3ISX5","Embryonic globin beta e2","si:ch73-233k15.2","hbbe2","apol","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","A3KP86","Embryonic globin beta e2","hbz","hbbe2","-","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Uncharacterized protein LOC563335 (Zgc:163057)","string-db","7955.ENSDARP00000066384/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","Q7ZT21","Embryonic globin beta e2","hbae1.2","hbbe2","Q7ZT21","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000066383","physical","txid7955" +"Q7T1B0","O93548","Embryonic globin beta e2","hbbe1.3","hbbe2","O93548","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000066383","physical","txid7955" +"Q6ZM12","Q6ZM17","OTTDARP00000002003","zgc:198284","Q6ZM12","si:ch211-5k11.8","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","A0A8M2BE66","OTTDARP00000002003","apold1b","Q6ZM12","A0A8M2BE66","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Apolipoprotein L6-like (Si:cabz01007802.1)","string-db","7955.ENSDARP00000088920/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","A0A1D5NS86","OTTDARP00000002003","Si:cabz01007807.1","Q6ZM12","A0A1D5NS86","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Si:cabz01007807.1","string-db","7955.ENSDARP00000142696/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","A3KP86","OTTDARP00000002003","hbz","Q6ZM12","-","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Uncharacterized protein LOC563335 (Zgc:163057)","string-db","7955.ENSDARP00000066384/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","A0A0R4IF32","OTTDARP00000002003","si:dkey-192d15.2","Q6ZM12","A0A0R4IF32","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133711/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q5BLF6","OTTDARP00000002003","zgc:110736","Q6ZM12","Q5BLF6","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Hemoglobin beta embryonic-3","string-db","7955.ENSDARP00000055622/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q7T1B0","OTTDARP00000002003","Embryonic globin beta e2","Q6ZM12","hbbe2","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","string-db","7955.ENSDARP00000066383/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","I3ISX5","OTTDARP00000002003","si:ch73-233k15.2","Q6ZM12","apol","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Apolipoprotein L4 (Si:ch73-233k15.2)","string-db","7955.ENSDARP00000126025/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q90486","OTTDARP00000002003","ba1; ba1l","Q6ZM12","ba1;ba1l","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q7ZT21","OTTDARP00000002003","hbae1.2","Q6ZM12","Q7ZT21","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","F1Q6I6","OTTDARP00000002003","hbx","Q6ZM12","F1Q6I6","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","string-db","7955.ENSDARP00000066382/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","O93548","OTTDARP00000002003","hbbe1.3","Q6ZM12","O93548","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q90487","OTTDARP00000002003","hbaa1","Q6ZM12","hbaa1","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000053076","physical","txid7955" +"Q6ZM12","Q6ZM13","OTTDARP00000002003","OTTDARP00000002011","Q6ZM12","Q6ZM13","Hemoglobin, beta adult 2 (Novel beta globin) (Uncharacterized protein LOC445037)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000053076","physical","txid7955" +"B8JKS6","Q9IAK8","tbx-b","tbx5a","tbx3a","tbx5a","T-box transcription factor 3a (T-box transcription factor TBX3)","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","string-db","7955.ENSDARP00000033053/7955.ENSDARP00000025722","physical","txid7955" +"B8JKS6","Q6EJB7","tbx-b","sox3","tbx3a","sox3","T-box transcription factor 3a (T-box transcription factor TBX3)","Transcription factor Sox-3","string-db","7955.ENSDARP00000070099/7955.ENSDARP00000025722","physical","txid7955" +"Q6EJB7","B0R107","sox3","bel","sox3","lhx2b","Transcription factor Sox-3","LIM homeobox 2b (LIM/homeobox protein Lhx2)","string-db","7955.ENSDARP00000123264/7955.ENSDARP00000070099","physical","txid7955" +"Q6EJB7","F1QGH7","sox3","ctnnb1","sox3","ctnnb1","Transcription factor Sox-3","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000070099","physical","txid7955" +"Q6EJB7","Q7ZTU9","sox3","tbx2b","sox3","tbx2b","Transcription factor Sox-3","T-box transcription factor TBX2b (T-box protein 2b)","string-db","7955.ENSDARP00000107769/7955.ENSDARP00000070099","physical","txid7955" +"Q9IAK8","Q307I6","tbx5a","WW domain-containing transcription regulator 1","tbx5a","wwtr1","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","string-db","7955.ENSDARP00000088304/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","F1QGH7","tbx5a","ctnnb1","tbx5a","ctnnb1","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","Q6P7E4","tbx5a","pdlim7","tbx5a","Q6P7E4","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","Q1LUC3","tbx5a","kat2b","tbx5a","kat2b","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","string-db","7955.ENSDARP00000085190/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","Q1L8J7","tbx5a","yap1","tbx5a","yap1","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","string-db","7955.ENSDARP00000089684/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","P26630","tbx5a","pax6a","tbx5a","pax6a","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Paired box protein Pax-6 (Pax[Zf-a])","string-db","7955.ENSDARP00000135767/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","Q6PCS3","tbx5a","id:ibd5026","tbx5a","mef2ca","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","A0A8M9QGN3","tbx5a","jmjd3","tbx5a","A0A8M9QGN3","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","string-db","7955.ENSDARP00000120451/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","Q7ZTU9","tbx5a","tbx2b","tbx5a","tbx2b","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","T-box transcription factor TBX2b (T-box protein 2b)","string-db","7955.ENSDARP00000107769/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","A8HAM3","tbx5a","srf","tbx5a","srfa","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","Serum response factor a","string-db","7955.ENSDARP00000070519/7955.ENSDARP00000033053","physical","txid7955" +"Q9IAK8","B2KL77","tbx5a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","tbx5a","smarcd3b","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000033053","physical","txid7955" +"Q1L8A5","E7FEY1","Lymphotoxin-alpha","mitogen-activated protein kinase kinase kinase","Q1L8A5","map3k14a","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","E7F027","Lymphotoxin-alpha","Tumor necrosis factor receptor superfamily member 11A isoform X1","Q1L8A5","tnfrsf11a","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","string-db","7955.ENSDARP00000107161/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","Q6DEG0","Lymphotoxin-alpha","zgc:92367","Q1L8A5","traf3","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000038596/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","E7F3U1","Lymphotoxin-alpha","TNF superfamily member 11","Q1L8A5","tnfsf11","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","A0A8M9PY87","Lymphotoxin-alpha","TNF receptor-associated factor","Q1L8A5","A0A8M9PY87","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","Q0PKX8","Lymphotoxin-alpha","dl3","Q1L8A5","Q0PKX8","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","E7FBC0","Lymphotoxin-alpha","light","Q1L8A5","E7FBC0","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","Q08BZ0","Lymphotoxin-alpha","TNF superfamily member 12","Q1L8A5","tnfsf12","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","string-db","7955.ENSDARP00000091671/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","Q7T0K2","Lymphotoxin-alpha","IAP1","Q1L8A5","birc2","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","Q6DHG9","Lymphotoxin-alpha","tnfsf10l2","Q1L8A5","tnfsf10","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000025726","physical","txid7955" +"Q1L8A5","B8X730","Lymphotoxin-alpha","si:ch211-231h20.3","Q1L8A5","B8X730","Lymphotoxin-alpha (TNF-beta) (Tumor necrosis factor ligand superfamily member 1)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000025726","physical","txid7955" +"E7F027","B8X730","Tumor necrosis factor receptor superfamily member 11A isoform X1","si:ch211-231h20.3","tnfrsf11a","B8X730","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000107161","physical","txid7955" +"E7F027","E7FBC0","Tumor necrosis factor receptor superfamily member 11A isoform X1","light","tnfrsf11a","E7FBC0","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000107161","physical","txid7955" +"E7F027","E7FEY1","Tumor necrosis factor receptor superfamily member 11A isoform X1","mitogen-activated protein kinase kinase kinase","tnfrsf11a","map3k14a","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000107161","physical","txid7955" +"B8X730","E7FBC0","si:ch211-231h20.3","light","B8X730","E7FBC0","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","Light (TNF superfamily member 14) (Uncharacterized protein LOC798119)","string-db","7955.ENSDARP00000154814/7955.ENSDARP00000114636","physical","txid7955" +"B8X730","E7FEY1","si:ch211-231h20.3","mitogen-activated protein kinase kinase kinase","B8X730","map3k14a","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000125811/7955.ENSDARP00000114636","physical","txid7955" +"Q7ZUS7","X1WG48","zgc:56227","fc43a07","ppp6c","X1WG48","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Protein phosphatase 6, regulatory subunit 3 (Serine/threonine-protein phosphatase 6 regulatory subunit 3)","string-db","7955.ENSDARP00000129203/7955.ENSDARP00000025917","physical","txid7955" +"Q7ZUS7","E9QBZ2","zgc:56227","Ankyrin repeat domain 28b","ppp6c","ankrd28b","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Ankyrin repeat domain 28b (Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A)","string-db","7955.ENSDARP00000114147/7955.ENSDARP00000025917","physical","txid7955" +"Q7ZUS7","Q502K3","zgc:56227","ankrd52","ppp6c","Q502K3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit C (PP6-ARS-C) (Serine/threonine-protein phosphatase 6 regulatory subunit ARS-C)","string-db","7955.ENSDARP00000030948/7955.ENSDARP00000025917","physical","txid7955" +"E9QBZ2","X1WG48","Ankyrin repeat domain 28b","fc43a07","ankrd28b","X1WG48","Ankyrin repeat domain 28b (Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A)","Protein phosphatase 6, regulatory subunit 3 (Serine/threonine-protein phosphatase 6 regulatory subunit 3)","string-db","7955.ENSDARP00000129203/7955.ENSDARP00000114147","physical","txid7955" +"Q66I84","Q9PTP1","dscc1","pcna","Q66I84","pcna","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","F1Q5P6","dscc1","si:dkey-170e5.1","Q66I84","rpl9","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","Q6NYJ3","dscc1","terf2ip","Q66I84","Q6NYJ3","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","E7F0D5","dscc1","Protection of telomeres protein 1","Q66I84","pot1","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","F1R9M2","dscc1","TERF1","Q66I84","tinf2","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","Q1LUE7","dscc1","si:ch211-218c6.5","Q66I84","chtf8","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","string-db","7955.ENSDARP00000090933/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","F1QRC8","dscc1","CHUNP6903","Q66I84","terfa","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","string-db","7955.ENSDARP00000057422/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","Q7ZVD7","dscc1","zgc:56093","Q66I84","chek1","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","A2BIB1","dscc1","fb18a08","Q66I84","A2BIB1","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Cell division cycle-associated 5 (Sororin)","string-db","7955.ENSDARP00000065263/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","F1RAN4","dscc1","si:busm1-142b24.1","Q66I84","mis18bp1","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000025936","physical","txid7955" +"Q66I84","Q6DRK4","dscc1","zgc:110313","Q66I84","rfc5","Sister chromatid cohesion protein DCC1 (Defective in sister chromatid cohesion protein 1 homolog)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","string-db","7955.ENSDARP00000051669/7955.ENSDARP00000025936","physical","txid7955" +"Q1LUE7","E7F0D5","si:ch211-218c6.5","Protection of telomeres protein 1","chtf8","pot1","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","Protection of telomeres protein 1","string-db","7955.ENSDARP00000102969/7955.ENSDARP00000090933","physical","txid7955" +"Q1LUE7","Q6NYJ3","si:ch211-218c6.5","terf2ip","chtf8","Q6NYJ3","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000090933","physical","txid7955" +"Q1LUE7","F1Q5P6","si:ch211-218c6.5","si:dkey-170e5.1","chtf8","rpl9","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","Replication factor C subunit 1","string-db","7955.ENSDARP00000113369/7955.ENSDARP00000090933","physical","txid7955" +"Q1LUE7","F1R9M2","si:ch211-218c6.5","TERF1","chtf8","tinf2","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000090933","physical","txid7955" +"A2BIB1","F1QBY1","fb18a08","nipblb","A2BIB1","nipblb","Cell division cycle-associated 5 (Sororin)","Nipped-B-like protein B","string-db","7955.ENSDARP00000081295/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","Q7ZVD7","fb18a08","zgc:56093","A2BIB1","chek1","Cell division cycle-associated 5 (Sororin)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","A1L1F4","fb18a08","pds5a","A2BIB1","A1L1F4","Cell division cycle-associated 5 (Sororin)","Sister chromatid cohesion protein PDS5 homolog A","string-db","7955.ENSDARP00000109877/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","F1RAN4","fb18a08","si:busm1-142b24.1","A2BIB1","mis18bp1","Cell division cycle-associated 5 (Sororin)","Mis18-binding protein 1","string-db","7955.ENSDARP00000128453/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","Q1L8E1","fb18a08","si:ch211-246f9.1","A2BIB1","rad21b","Cell division cycle-associated 5 (Sororin)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","string-db","7955.ENSDARP00000122549/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","A0A0R4IP12","fb18a08","PDS5 cohesin-associated factor B","A2BIB1","pds5b","Cell division cycle-associated 5 (Sororin)","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","string-db","7955.ENSDARP00000136712/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","E7F0X6","fb18a08","Structural maintenance of chromosomes protein","A2BIB1","smc1a","Cell division cycle-associated 5 (Sororin)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000072610/7955.ENSDARP00000065263","physical","txid7955" +"A2BIB1","A0A0R4IZR5","fb18a08","Cohesin subunit SA","A2BIB1","stag2b","Cell division cycle-associated 5 (Sororin)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","string-db","7955.ENSDARP00000141467/7955.ENSDARP00000065263","physical","txid7955" +"A2CEH0","E7F9W4","poc1b","Protein FAM161A","poc1b","E7F9W4","POC1 centriolar protein homolog B (WD repeat domain 51B)","Protein FAM161A","string-db","7955.ENSDARP00000110366/7955.ENSDARP00000026057","physical","txid7955" +"A2CEH0","A0A0R4IVN1","poc1b","Centrin, EF-hand protein, 2","poc1b","cetn2","POC1 centriolar protein homolog B (WD repeat domain 51B)","Centrin, EF-hand protein, 2 (Centrin-1)","string-db","7955.ENSDARP00000139580/7955.ENSDARP00000026057","physical","txid7955" +"E7F9W4","A0A0R4IVN1","Protein FAM161A","Centrin, EF-hand protein, 2","E7F9W4","cetn2","Protein FAM161A","Centrin, EF-hand protein, 2 (Centrin-1)","string-db","7955.ENSDARP00000139580/7955.ENSDARP00000110366","physical","txid7955" +"A0A0R4IVN1","A0A2R8PYT0","Centrin, EF-hand protein, 2","zgc:65951","cetn2","rad23b","Centrin, EF-hand protein, 2 (Centrin-1)","UV excision repair protein RAD23","string-db","7955.ENSDARP00000145115/7955.ENSDARP00000139580","physical","txid7955" +"Q7ZUL7","Q803E5","rbpms2","etf1","rbpms2b","etf1b","RNA binding protein (RNA binding protein with multiple splicing 2b isoform X1) (RNA-binding protein, mRNA-processing factor 2b) (Rbpms2 protein)","Eukaryotic peptide chain release factor subunit 1","string-db","7955.ENSDARP00000064557/7955.ENSDARP00000026087","physical","txid7955" +"Q7ZUL7","E9QCG4","rbpms2","zgc:136803","rbpms2b","E9QCG4","RNA binding protein (RNA binding protein with multiple splicing 2b isoform X1) (RNA-binding protein, mRNA-processing factor 2b) (Rbpms2 protein)","RNA-binding motif protein 24b (RNA-binding protein 24)","string-db","7955.ENSDARP00000127596/7955.ENSDARP00000026087","physical","txid7955" +"Q803E5","Q7T358","etf1","gspt1","etf1b","gspt1l","Eukaryotic peptide chain release factor subunit 1","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","string-db","7955.ENSDARP00000141332/7955.ENSDARP00000064557","physical","txid7955" +"B8A480","F1QHJ5","zgc:113078","Clathrin interactor 1-like isoform X2","sh3d19","clint1b","SH3 domain-containing 19 (SH3 domain-containing protein 19)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","string-db","7955.ENSDARP00000111775/7955.ENSDARP00000111512","physical","txid7955" +"B8A480","A0A0R4IWL6","zgc:113078","fb96a03","sh3d19","pum1","SH3 domain-containing 19 (SH3 domain-containing protein 19)","Pumilio homolog 1","string-db","7955.ENSDARP00000140793/7955.ENSDARP00000111512","physical","txid7955" +"Q9IAT0","Q9I9P9","cb851","smad2","zic2a","smad2","ZIC family member 2 (Odd-paired homolog, Drosophila), A (Zinc finger cerebellum 2 protein) (Zinc finger protein ZIC 2)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000026131","physical","txid7955" +"Q9IAT0","Q8AY15","cb851","madh3","zic2a","smad3a","ZIC family member 2 (Odd-paired homolog, Drosophila), A (Zinc finger cerebellum 2 protein) (Zinc finger protein ZIC 2)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000026131","physical","txid7955" +"Q3KRG3","Q6P6E2","tsr2","wu:fa91f03","Q3KRG3","Q6P6E2","Pre-rRNA-processing protein TSR2 homolog","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000026184","physical","txid7955" +"Q9W6E0","F1QTJ4","fzb1","LRP6","frzb","F1QTJ4","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000026312","physical","txid7955" +"Q9W6E0","F1QL35","fzb1","Thrombospondin 1b","frzb","thbs1b","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","Thrombospondin 1b (Thrombospondin-1 isoform X1)","string-db","7955.ENSDARP00000120705/7955.ENSDARP00000026312","physical","txid7955" +"Q9W6E0","Q8UVJ6","fzb1","vangl2","frzb","vangl2","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","string-db","7955.ENSDARP00000031546/7955.ENSDARP00000026312","physical","txid7955" +"Q9W6U0","F1R4T3","cb634","FOG-A","gata5","zfpm2a","GATA-binding protein 5 (Transcription factor GATA-5) (Transcription factor gata5)","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","string-db","7955.ENSDARP00000058684/7955.ENSDARP00000026381","physical","txid7955" +"Q6PBM7","Q804S5","fam76b","mib1","fam76b","mib1","Protein FAM76B","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000026447","physical","txid7955" +"B0R0D7","Q6DG81","coro1ca","zgc:91903","coro1ca","pls3","Coronin-1C-A","Plastin-3 (T-plastin)","string-db","7955.ENSDARP00000054848/7955.ENSDARP00000026454","physical","txid7955" +"A5D6U5","Q6PHV0","fc21b12","stx3a","A5D6U5","stx3a","Alpha-taxilin (Taxilin alpha) (Zgc:162882 protein)","Syntaxin 3A (Syntaxin-3)","string-db","7955.ENSDARP00000068197/7955.ENSDARP00000026470","physical","txid7955" +"O42202","Q8JIZ3","neurod1","Cone-rod homeobox","neurod1","crx","Neurogenic differentiation factor 1 (NeuroD) (NeuroD1)","Cone-rod homeobox (Crx protein)","string-db","7955.ENSDARP00000030526/7955.ENSDARP00000026490","physical","txid7955" +"Q8JIZ3","F1QW97","Cone-rod homeobox","fc18h09","crx","sp1","Cone-rod homeobox (Crx protein)","Sp1 transcription factor (Transcription factor Sp1)","string-db","7955.ENSDARP00000110200/7955.ENSDARP00000030526","physical","txid7955" +"Q8JIZ3","Q6P026","Cone-rod homeobox","banf1","crx","banf1","Cone-rod homeobox (Crx protein)","Barrier-to-autointegration factor","string-db","7955.ENSDARP00000053793/7955.ENSDARP00000030526","physical","txid7955" +"Q32PS5","Q6NYD1","zgc:123352","romo1","grpel1","romo1","GrpE protein homolog","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","string-db","7955.ENSDARP00000055509/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","Q7T2P6","zgc:123352","timm23","grpel1","Q7T2P6","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","Q6NWD4","zgc:123352","timm50","grpel1","Q6NWD4","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit TIM50","string-db","7955.ENSDARP00000048422/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","E7F0C3","zgc:123352","si:dkey-25l11.3","grpel1","grpel2","GrpE protein homolog","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","B0S5G4","zgc:123352","zgc:92393","grpel1","dnajc15","GrpE protein homolog","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","string-db","7955.ENSDARP00000055871/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","A8WHN3","zgc:123352","si:ch211-163b2.6","grpel1","timm17b","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","Q6PBL0","zgc:123352","pam16","grpel1","Q6PBL0","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","Q6PBT7","zgc:123352","dnajc19","grpel1","Q6PBT7","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","string-db","7955.ENSDARP00000065238/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","Q6PBM1","zgc:123352","glrx5","grpel1","glrx5","GrpE protein homolog","Glutaredoxin-related protein 5, mitochondrial (Monothiol glutaredoxin-5)","string-db","7955.ENSDARP00000064111/7955.ENSDARP00000026495","physical","txid7955" +"Q32PS5","E7F4T6","zgc:123352","si:dkey-118j18.1","grpel1","E7F4T6","GrpE protein homolog","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000026495","physical","txid7955" +"E7F4T6","Q6PBL0","si:dkey-118j18.1","pam16","E7F4T6","Q6PBL0","Mitochondrial import inner membrane translocase subunit Tim21","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000096733","physical","txid7955" +"A8WHN3","Q6PBL0","si:ch211-163b2.6","pam16","timm17b","Q6PBL0","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","Q6DI06","si:ch211-163b2.6","timm10","timm17b","Q6DI06","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit Tim10","string-db","7955.ENSDARP00000091094/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","E7F0C3","si:ch211-163b2.6","si:dkey-25l11.3","timm17b","grpel2","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","Q7T2P6","si:ch211-163b2.6","timm23","timm17b","Q7T2P6","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","Q9W762","si:ch211-163b2.6","timm9","timm17b","Q9W762","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","E7FA60","si:ch211-163b2.6","timm22","timm17b","timm22","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000078852","physical","txid7955" +"A8WHN3","E7F4T6","si:ch211-163b2.6","si:dkey-118j18.1","timm17b","E7F4T6","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000078852","physical","txid7955" +"B0S5G4","A8WHN3","zgc:92393","si:ch211-163b2.6","dnajc15","timm17b","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000055871","physical","txid7955" +"B0S5G4","Q6PBL0","zgc:92393","pam16","dnajc15","Q6PBL0","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000055871","physical","txid7955" +"B0S5G4","Q6PBT7","zgc:92393","dnajc19","dnajc15","Q6PBT7","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","string-db","7955.ENSDARP00000065238/7955.ENSDARP00000055871","physical","txid7955" +"B0S5G4","Q7T2P6","zgc:92393","timm23","dnajc15","Q7T2P6","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000055871","physical","txid7955" +"B0S5G4","E7F0C3","zgc:92393","si:dkey-25l11.3","dnajc15","grpel2","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000055871","physical","txid7955" +"B0S5G4","E7F4T6","zgc:92393","si:dkey-118j18.1","dnajc15","E7F4T6","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000055871","physical","txid7955" +"E7F0C3","Q7T2P6","si:dkey-25l11.3","timm23","grpel2","Q7T2P6","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000091810","physical","txid7955" +"E7F0C3","E7F4T6","si:dkey-25l11.3","si:dkey-118j18.1","grpel2","E7F4T6","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000091810","physical","txid7955" +"E7F0C3","Q6PBL0","si:dkey-25l11.3","pam16","grpel2","Q6PBL0","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000091810","physical","txid7955" +"Q6NWD4","Q6PBL0","timm50","pam16","Q6NWD4","Q6PBL0","Mitochondrial import inner membrane translocase subunit TIM50","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","Q6NYD1","timm50","romo1","Q6NWD4","romo1","Mitochondrial import inner membrane translocase subunit TIM50","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","string-db","7955.ENSDARP00000055509/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","E7F0C3","timm50","si:dkey-25l11.3","Q6NWD4","grpel2","Mitochondrial import inner membrane translocase subunit TIM50","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","Q7T2P6","timm50","timm23","Q6NWD4","Q7T2P6","Mitochondrial import inner membrane translocase subunit TIM50","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","A8WHN3","timm50","si:ch211-163b2.6","Q6NWD4","timm17b","Mitochondrial import inner membrane translocase subunit TIM50","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","Q6PBT7","timm50","dnajc19","Q6NWD4","Q6PBT7","Mitochondrial import inner membrane translocase subunit TIM50","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","string-db","7955.ENSDARP00000065238/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","B0S5G4","timm50","zgc:92393","Q6NWD4","dnajc15","Mitochondrial import inner membrane translocase subunit TIM50","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","string-db","7955.ENSDARP00000055871/7955.ENSDARP00000048422","physical","txid7955" +"Q6NWD4","E7F4T6","timm50","si:dkey-118j18.1","Q6NWD4","E7F4T6","Mitochondrial import inner membrane translocase subunit TIM50","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000048422","physical","txid7955" +"Q7T2P6","E7F4T6","timm23","si:dkey-118j18.1","Q7T2P6","E7F4T6","Mitochondrial import inner membrane translocase subunit Tim23","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000096296","physical","txid7955" +"Q7T2P6","E7FA60","timm23","timm22","Q7T2P6","timm22","Mitochondrial import inner membrane translocase subunit Tim23","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000096296","physical","txid7955" +"Q7T2P6","Q6PBL0","timm23","pam16","Q7T2P6","Q6PBL0","Mitochondrial import inner membrane translocase subunit Tim23","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000096296","physical","txid7955" +"Q7T2P6","Q9W762","timm23","timm9","Q7T2P6","Q9W762","Mitochondrial import inner membrane translocase subunit Tim23","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000096296","physical","txid7955" +"Q6NYD1","E7F4T6","romo1","si:dkey-118j18.1","romo1","E7F4T6","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","Mitochondrial import inner membrane translocase subunit Tim21","string-db","7955.ENSDARP00000096733/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","B0S5G4","romo1","zgc:92393","romo1","dnajc15","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","string-db","7955.ENSDARP00000055871/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","Q7T2P6","romo1","timm23","romo1","Q7T2P6","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","Q6PBT7","romo1","dnajc19","romo1","Q6PBT7","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","Mitochondrial import inner membrane translocase subunit TIM14 (DnaJ homolog subfamily C member 19)","string-db","7955.ENSDARP00000065238/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","E7F0C3","romo1","si:dkey-25l11.3","romo1","grpel2","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","string-db","7955.ENSDARP00000091810/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","Q6PBL0","romo1","pam16","romo1","Q6PBL0","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","Mitochondrial import inner membrane translocase subunit tim16 (Presequence translocated-associated motor subunit pam16)","string-db","7955.ENSDARP00000133623/7955.ENSDARP00000055509","physical","txid7955" +"Q6NYD1","A8WHN3","romo1","si:ch211-163b2.6","romo1","timm17b","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","string-db","7955.ENSDARP00000078852/7955.ENSDARP00000055509","physical","txid7955" +"Q2Z1R2","F1QGH7","sox1b","ctnnb1","Q2Z1R2","ctnnb1","Transcription factor Sox-1b","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000026510","physical","txid7955" +"B3DGV1","A0A8M2B248","sb:eu508","ISGF3G","stat6","A0A8M2B248","Signal transducer and activator of transcription","Interferon regulatory factor 9","string-db","7955.ENSDARP00000123550/7955.ENSDARP00000026606","physical","txid7955" +"B3DGV1","Q7ZVT2","sb:eu508","pkm2a","stat6","pkma","Signal transducer and activator of transcription","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000026606","physical","txid7955" +"Q9PSJ0","Q1LUQ0","mycn","jmjd2b","Q9PSJ0","kdm4b","N-myc protein (zN-Myc)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","string-db","7955.ENSDARP00000133766/7955.ENSDARP00000026640","physical","txid7955" +"Q9PSJ0","A0A0R4IUF0","mycn","fc08c07","Q9PSJ0","top2a","N-myc protein (zN-Myc)","DNA topoisomerase 2 (EC 5.6.2.2)","string-db","7955.ENSDARP00000139353/7955.ENSDARP00000026640","physical","txid7955" +"Q9PSJ0","F1R5H6","mycn","brd4","Q9PSJ0","brd4","N-myc protein (zN-Myc)","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000026640","physical","txid7955" +"Q9PSJ0","E7F557","mycn","Zinc finger X-chromosomal protein","Q9PSJ0","zfx","N-myc protein (zN-Myc)","Zinc finger X-chromosomal protein (Zinc finger protein X-linked)","string-db","7955.ENSDARP00000099445/7955.ENSDARP00000026640","physical","txid7955" +"A0A0R4IUF0","A0A0R4ICI5","fc08c07","RNA polymerase I-specific transcription initiation factor RRN3","top2a","rrn3","DNA topoisomerase 2 (EC 5.6.2.2)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","string-db","7955.ENSDARP00000140362/7955.ENSDARP00000139353","physical","txid7955" +"Q90XH2","Q9PWL6","meis1","hoxa9a","meis1b","hoxa9a","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","Homeobox protein Hox-A9a (Hoxx9)","string-db","7955.ENSDARP00000140324/7955.ENSDARP00000093352","physical","txid7955" +"Q90XH2","Q98SI1","meis1","hoxa1a","meis1b","hoxa1a","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","Homeobox protein Hox-A1a (Hox-A1)","string-db","7955.ENSDARP00000133272/7955.ENSDARP00000093352","physical","txid7955" +"Q502I3","A0A0R4IU39","cep55","wu:fe49f10","cep55","cdc20","Centrosomal protein of 55 kDa (Centrosomal protein 55-like)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000136406","physical","txid7955" +"F6NVH9","Q6P132","zgc:153339","tax1bp1b","F6NVH9","tax1bp1b","Nipsnap homolog 1 (C. elegans) (Protein NipSnap homolog 1)","Tax1-binding protein 1 homolog B","string-db","7955.ENSDARP00000040726/7955.ENSDARP00000026717","physical","txid7955" +"Q6P132","Q6DH82","tax1bp1b","wu:fj43a09","tax1bp1b","-","Tax1-binding protein 1 homolog B","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","U6C7X6","tax1bp1b","itchb","tax1bp1b","itcha","Tax1-binding protein 1 homolog B","E3 ubiquitin-protein ligase (EC 2.3.2.26)","string-db","7955.ENSDARP00000128218/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","F1QY33","tax1bp1b","GABA","tax1bp1b","gabarapb","Tax1-binding protein 1 homolog B","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","A0A8M9PY87","tax1bp1b","TNF receptor-associated factor","tax1bp1b","A0A8M9PY87","Tax1-binding protein 1 homolog B","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","E9QD73","tax1bp1b","Poly [ADP-ribose] polymerase","tax1bp1b","tnksa","Tax1-binding protein 1 homolog B","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000117475/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q7T0K2","tax1bp1b","IAP1","tax1bp1b","birc2","Tax1-binding protein 1 homolog B","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","A3KGU1","tax1bp1b","LOC567533","tax1bp1b","A3KGU1","Tax1-binding protein 1 homolog B","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000085830/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","E7F3U1","tax1bp1b","TNF superfamily member 11","tax1bp1b","tnfsf11","Tax1-binding protein 1 homolog B","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q0PKX8","tax1bp1b","dl3","tax1bp1b","Q0PKX8","Tax1-binding protein 1 homolog B","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q6DHG9","tax1bp1b","tnfsf10l2","tax1bp1b","tnfsf10","Tax1-binding protein 1 homolog B","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q6PSS4","tax1bp1b","gabarap","tax1bp1b","gabarapa","Tax1-binding protein 1 homolog B","GABA(A) receptor-associated protein","string-db","7955.ENSDARP00000051546/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q9I9N5","tax1bp1b","tradd","tax1bp1b","Q9I9N5","Tax1-binding protein 1 homolog B","Tumor necrosis factor receptor type 1-associated DEATH domain protein (TNFR1-associated DEATH domain protein) (TNFRSF1A-associated via death domain protein)","string-db","7955.ENSDARP00000052344/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q1LWB0","tax1bp1b","tax1bp1a","tax1bp1b","tax1bp1a","Tax1-binding protein 1 homolog B","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","A0A0R4IL45","tax1bp1b","RING-type E3 ubiquitin transferase","tax1bp1b","A0A0R4IL45","Tax1-binding protein 1 homolog B","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000136136/7955.ENSDARP00000040726","physical","txid7955" +"Q6P132","Q0GKD6","tax1bp1b","wu:fk70c05","tax1bp1b","tbk1","Tax1-binding protein 1 homolog B","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000040726","physical","txid7955" +"Q66I14","Q4KM14","sephs3","trnau1apl","sephs3","Q4KM14","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","tRNA selenocysteine 1-associated protein 1-like (tRNA selenocysteine 1-associated protein 1) (tRNA selenocysteine-associated protein 1)","string-db","7955.ENSDARP00000073432/7955.ENSDARP00000026731","physical","txid7955" +"Q66I14","Q7ZW38","sephs3","sephs1","sephs3","sephs1","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","Selenide, water dikinase 1 (EC 2.7.9.3) (Selenium donor protein 1) (Selenophosphate synthase 1)","string-db","7955.ENSDARP00000075586/7955.ENSDARP00000026731","physical","txid7955" +"Q66I14","Q803A7","sephs3","sepsecs","sephs3","Q803A7","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","O-phosphoseryl-tRNA(Sec) selenium transferase (EC 2.9.1.2) (Selenocysteine synthase) (Sec synthase) (Selenocysteinyl-tRNA(Sec) synthase) (Sep-tRNA:Sec-tRNA synthase) (SepSecS) (Soluble liver antigen/liver pancreas antigen-like) (UGA suppressor tRNA-associated protein homolog)","string-db","7955.ENSDARP00000042491/7955.ENSDARP00000026731","physical","txid7955" +"Q803A7","Q4KM14","sepsecs","trnau1apl","Q803A7","Q4KM14","O-phosphoseryl-tRNA(Sec) selenium transferase (EC 2.9.1.2) (Selenocysteine synthase) (Sec synthase) (Selenocysteinyl-tRNA(Sec) synthase) (Sep-tRNA:Sec-tRNA synthase) (SepSecS) (Soluble liver antigen/liver pancreas antigen-like) (UGA suppressor tRNA-associated protein homolog)","tRNA selenocysteine 1-associated protein 1-like (tRNA selenocysteine 1-associated protein 1) (tRNA selenocysteine-associated protein 1)","string-db","7955.ENSDARP00000073432/7955.ENSDARP00000042491","physical","txid7955" +"A5WVX1","Q6NZ22","mettl13","mettl14","A5WVX1","mettl14","eEF1A lysine and N-terminal methyltransferase (Methyltransferase-like protein 13) [Includes: eEF1A lysine methyltransferase (EC 2.1.1.-); eEF1A N-terminal methyltransferase (EC 2.1.1.-)]","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000026819","physical","txid7955" +"A4FUM1","Q58EK7","sept8b","sept9b","A4FUM1","Q58EK7","Septin-8-B","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","Q642H3","sept8b","sept8a","A4FUM1","Q642H3","Septin-8-B","Septin-8-A","string-db","7955.ENSDARP00000102463/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","Q568B3","sept8b","sept10","A4FUM1","sept10","Septin-8-B","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","A0A0G2KQA6","sept8b","sept4b","A4FUM1","sept4b","Septin-8-B","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","Q7SY26","sept8b","Uncharacterized protein LOC393431","A4FUM1","-","Septin-8-B","Uncharacterized protein LOC393431 (Zgc:63587)","string-db","7955.ENSDARP00000027643/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","A0JMF4","sept8b","sept7b","A4FUM1","sept15","Septin-8-B","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","A2BGU8","sept8b","septin3","A4FUM1","septin3","Septin-8-B","Neuronal-specific septin-3","string-db","7955.ENSDARP00000044056/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","A0A8M2BL09","sept8b","Sep2","A4FUM1","A0A8M2BL09","Septin-8-B","Septin","string-db","7955.ENSDARP00000121708/7955.ENSDARP00000026858","physical","txid7955" +"A4FUM1","E7FGH0","sept8b","sept12","A4FUM1","sept12","Septin-8-B","Septin 12 (Uncharacterized protein sept12 isoform X1)","string-db","7955.ENSDARP00000126089/7955.ENSDARP00000026858","physical","txid7955" +"Q7SY26","A0JMF4","Uncharacterized protein LOC393431","sept7b","-","sept15","Uncharacterized protein LOC393431 (Zgc:63587)","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","A0A0G2KQA6","Uncharacterized protein LOC393431","sept4b","-","sept4b","Uncharacterized protein LOC393431 (Zgc:63587)","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","A2BGU8","Uncharacterized protein LOC393431","septin3","-","septin3","Uncharacterized protein LOC393431 (Zgc:63587)","Neuronal-specific septin-3","string-db","7955.ENSDARP00000044056/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","E7FGH0","Uncharacterized protein LOC393431","sept12","-","sept12","Uncharacterized protein LOC393431 (Zgc:63587)","Septin 12 (Uncharacterized protein sept12 isoform X1)","string-db","7955.ENSDARP00000126089/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","A0A8M2BL09","Uncharacterized protein LOC393431","Sep2","-","A0A8M2BL09","Uncharacterized protein LOC393431 (Zgc:63587)","Septin","string-db","7955.ENSDARP00000121708/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","Q642H3","Uncharacterized protein LOC393431","sept8a","-","Q642H3","Uncharacterized protein LOC393431 (Zgc:63587)","Septin-8-A","string-db","7955.ENSDARP00000102463/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","Q58EK7","Uncharacterized protein LOC393431","sept9b","-","Q58EK7","Uncharacterized protein LOC393431 (Zgc:63587)","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000027643","physical","txid7955" +"Q7SY26","Q568B3","Uncharacterized protein LOC393431","sept10","-","sept10","Uncharacterized protein LOC393431 (Zgc:63587)","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000027643","physical","txid7955" +"E7FGH0","A0A0G2KQA6","sept12","sept4b","sept12","sept4b","Septin 12 (Uncharacterized protein sept12 isoform X1)","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000126089","physical","txid7955" +"E7FGH0","Q58EK7","sept12","sept9b","sept12","Q58EK7","Septin 12 (Uncharacterized protein sept12 isoform X1)","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000126089","physical","txid7955" +"E7FGH0","Q568B3","sept12","sept10","sept12","sept10","Septin 12 (Uncharacterized protein sept12 isoform X1)","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000126089","physical","txid7955" +"E7FGH0","A0JMF4","sept12","sept7b","sept12","sept15","Septin 12 (Uncharacterized protein sept12 isoform X1)","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000126089","physical","txid7955" +"Q642H3","E7FGH0","sept8a","sept12","Q642H3","sept12","Septin-8-A","Septin 12 (Uncharacterized protein sept12 isoform X1)","string-db","7955.ENSDARP00000126089/7955.ENSDARP00000102463","physical","txid7955" +"Q642H3","A0JMF4","sept8a","sept7b","Q642H3","sept15","Septin-8-A","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000102463","physical","txid7955" +"Q642H3","Q58EK7","sept8a","sept9b","Q642H3","Q58EK7","Septin-8-A","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000102463","physical","txid7955" +"Q642H3","Q568B3","sept8a","sept10","Q642H3","sept10","Septin-8-A","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000102463","physical","txid7955" +"Q642H3","A0A0G2KQA6","sept8a","sept4b","Q642H3","sept4b","Septin-8-A","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000102463","physical","txid7955" +"Q642H3","A0A8M2BL09","sept8a","Sep2","Q642H3","A0A8M2BL09","Septin-8-A","Septin","string-db","7955.ENSDARP00000121708/7955.ENSDARP00000102463","physical","txid7955" +"Q58EK7","Q568B3","sept9b","sept10","Q58EK7","sept10","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000135971","physical","txid7955" +"A0JMF4","Q568B3","sept7b","sept10","sept15","sept10","Septin","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000134927","physical","txid7955" +"A0JMF4","Q58EK7","sept7b","sept9b","sept15","Q58EK7","Septin","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000134927","physical","txid7955" +"A2BGU8","Q568B3","septin3","sept10","septin3","sept10","Neuronal-specific septin-3","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","Q58EK7","septin3","sept9b","septin3","Q58EK7","Neuronal-specific septin-3","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","A0A0G2KQA6","septin3","sept4b","septin3","sept4b","Neuronal-specific septin-3","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","A0A8M2BL09","septin3","Sep2","septin3","A0A8M2BL09","Neuronal-specific septin-3","Septin","string-db","7955.ENSDARP00000121708/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","A0JMF4","septin3","sept7b","septin3","sept15","Neuronal-specific septin-3","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","Q642H3","septin3","sept8a","septin3","Q642H3","Neuronal-specific septin-3","Septin-8-A","string-db","7955.ENSDARP00000102463/7955.ENSDARP00000044056","physical","txid7955" +"A2BGU8","E7FGH0","septin3","sept12","septin3","sept12","Neuronal-specific septin-3","Septin 12 (Uncharacterized protein sept12 isoform X1)","string-db","7955.ENSDARP00000126089/7955.ENSDARP00000044056","physical","txid7955" +"A0A0G2KQA6","A0JMF4","sept4b","sept7b","sept4b","sept15","Septin","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000134573","physical","txid7955" +"A0A0G2KQA6","Q568B3","sept4b","sept10","sept4b","sept10","Septin","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000134573","physical","txid7955" +"A0A0G2KQA6","Q58EK7","sept4b","sept9b","sept4b","Q58EK7","Septin","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000134573","physical","txid7955" +"A0A8M2BL09","Q58EK7","Sep2","sept9b","A0A8M2BL09","Q58EK7","Septin","Sept9b protein (Sept9b_tv1) (Sept9b_tv2) (Septin 9b)","string-db","7955.ENSDARP00000135971/7955.ENSDARP00000121708","physical","txid7955" +"A0A8M2BL09","Q568B3","Sep2","sept10","A0A8M2BL09","sept10","Septin","Septin","string-db","7955.ENSDARP00000139839/7955.ENSDARP00000121708","physical","txid7955" +"A0A8M2BL09","A0JMF4","Sep2","sept7b","A0A8M2BL09","sept15","Septin","Septin","string-db","7955.ENSDARP00000134927/7955.ENSDARP00000121708","physical","txid7955" +"A0A8M2BL09","E7FGH0","Sep2","sept12","A0A8M2BL09","sept12","Septin","Septin 12 (Uncharacterized protein sept12 isoform X1)","string-db","7955.ENSDARP00000126089/7955.ENSDARP00000121708","physical","txid7955" +"A0A8M2BL09","A0A0G2KQA6","Sep2","sept4b","A0A8M2BL09","sept4b","Septin","Septin","string-db","7955.ENSDARP00000134573/7955.ENSDARP00000121708","physical","txid7955" +"E7F890","A0PJR3","Phospholipid phosphatase 2-like","ppap2b","E7F890","ppap2d","Phospholipid phosphatase 2-like (Phospholipid phosphatase 2a)","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","string-db","7955.ENSDARP00000092978/7955.ENSDARP00000026878","physical","txid7955" +"E7F890","E7FA01","Phospholipid phosphatase 2-like","sgpp2","E7F890","E7FA01","Phospholipid phosphatase 2-like (Phospholipid phosphatase 2a)","Sphingosine-1-phosphate phosphatase 2","string-db","7955.ENSDARP00000101819/7955.ENSDARP00000026878","physical","txid7955" +"E7F890","F1QK11","Phospholipid phosphatase 2-like","si:ch211-212g7.6","E7F890","si:ch211-212g7.6","Phospholipid phosphatase 2-like (Phospholipid phosphatase 2a)","Si:ch211-212g7.6 (Sphingosine-1-phosphate phosphatase 1)","string-db","7955.ENSDARP00000102840/7955.ENSDARP00000026878","physical","txid7955" +"E7F890","X1WH54","Phospholipid phosphatase 2-like","lpin1","E7F890","lpin1","Phospholipid phosphatase 2-like (Phospholipid phosphatase 2a)","phosphatidate phosphatase (EC 3.1.3.4)","string-db","7955.ENSDARP00000129564/7955.ENSDARP00000026878","physical","txid7955" +"E7F890","F1Q6K0","Phospholipid phosphatase 2-like","Phospholipid phosphatase 3","E7F890","plpp3","Phospholipid phosphatase 2-like (Phospholipid phosphatase 2a)","Phospholipid phosphatase 3","string-db","7955.ENSDARP00000078333/7955.ENSDARP00000026878","physical","txid7955" +"F1Q6K0","X1WH54","Phospholipid phosphatase 3","lpin1","plpp3","lpin1","Phospholipid phosphatase 3","phosphatidate phosphatase (EC 3.1.3.4)","string-db","7955.ENSDARP00000129564/7955.ENSDARP00000078333","physical","txid7955" +"F1Q6K0","F1QK11","Phospholipid phosphatase 3","si:ch211-212g7.6","plpp3","si:ch211-212g7.6","Phospholipid phosphatase 3","Si:ch211-212g7.6 (Sphingosine-1-phosphate phosphatase 1)","string-db","7955.ENSDARP00000102840/7955.ENSDARP00000078333","physical","txid7955" +"F1Q6K0","E7FA01","Phospholipid phosphatase 3","sgpp2","plpp3","E7FA01","Phospholipid phosphatase 3","Sphingosine-1-phosphate phosphatase 2","string-db","7955.ENSDARP00000101819/7955.ENSDARP00000078333","physical","txid7955" +"F1Q6K0","A0PJR3","Phospholipid phosphatase 3","ppap2b","plpp3","ppap2d","Phospholipid phosphatase 3","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","string-db","7955.ENSDARP00000092978/7955.ENSDARP00000078333","physical","txid7955" +"E7FA01","F1QK11","sgpp2","si:ch211-212g7.6","E7FA01","si:ch211-212g7.6","Sphingosine-1-phosphate phosphatase 2","Si:ch211-212g7.6 (Sphingosine-1-phosphate phosphatase 1)","string-db","7955.ENSDARP00000102840/7955.ENSDARP00000101819","physical","txid7955" +"A0PJR3","X1WH54","ppap2b","lpin1","ppap2d","lpin1","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","phosphatidate phosphatase (EC 3.1.3.4)","string-db","7955.ENSDARP00000129564/7955.ENSDARP00000092978","physical","txid7955" +"A0PJR3","F1QK11","ppap2b","si:ch211-212g7.6","ppap2d","si:ch211-212g7.6","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","Si:ch211-212g7.6 (Sphingosine-1-phosphate phosphatase 1)","string-db","7955.ENSDARP00000102840/7955.ENSDARP00000092978","physical","txid7955" +"A0PJR3","E7FA01","ppap2b","sgpp2","ppap2d","E7FA01","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","Sphingosine-1-phosphate phosphatase 2","string-db","7955.ENSDARP00000101819/7955.ENSDARP00000092978","physical","txid7955" +"F1QUM3","Q1LVK6","cb107","Vasodilator-stimulated phosphoprotein b","gsna","vaspb","Gelsolin (ADF) (Actin-depolymerizing factor)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000026895","physical","txid7955" +"F1QUM3","Q8JG61","cb107","epb41","gsna","epb41b","Gelsolin (ADF) (Actin-depolymerizing factor)","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","string-db","7955.ENSDARP00000039745/7955.ENSDARP00000026895","physical","txid7955" +"F1QUM3","A8E6E2","cb107","ifn2","gsna","A8E6E2","Gelsolin (ADF) (Actin-depolymerizing factor)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000026895","physical","txid7955" +"A8E6E2","E7F0A1","ifn2","fa91a03","A8E6E2","E7F0A1","Interferon phi 2 (Type I interferon 2)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","Q6NYJ2","ifn2","zgc:77038","A8E6E2","socs3b","Interferon phi 2 (Type I interferon 2)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","B0UXH1","ifn2","Cytokine receptor family member b2","A8E6E2","crfb2","Interferon phi 2 (Type I interferon 2)","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","Q1RM05","ifn2","zgc:136623","A8E6E2","Q1RM05","Interferon phi 2 (Type I interferon 2)","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","E7F976","ifn2","crfb14","A8E6E2","ifnlr1","Interferon phi 2 (Type I interferon 2)","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","A0A8M3AQW8","ifn2","Tyrosine-protein kinase","A8E6E2","A0A8M3AQW8","Interferon phi 2 (Type I interferon 2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","X1WCU6","ifn2","si:ch211-175f11.5","A8E6E2","X1WCU6","Interferon phi 2 (Type I interferon 2)","Profilin","string-db","7955.ENSDARP00000128043/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","A5PMZ3","ifn2","wu:fe16f08","A8E6E2","scinlb","Interferon phi 2 (Type I interferon 2)","Scinderin-like b","string-db","7955.ENSDARP00000075639/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","Q802D5","ifn2","pfn2","A8E6E2","pfn2","Interferon phi 2 (Type I interferon 2)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000058506","physical","txid7955" +"A8E6E2","F6NZK1","ifn2","crfb17","A8E6E2","F6NZK1","Interferon phi 2 (Type I interferon 2)","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000058506","physical","txid7955" +"Q1LV17","F1Q8A2","irf2bp1","wu:fc74h04","irf2bp1","irf2a","Interferon regulatory factor 2-binding protein 1 (IRF-2-binding protein 1) (IRF-2BP1)","Interferon regulatory factor","string-db","7955.ENSDARP00000115520/7955.ENSDARP00000026919","physical","txid7955" +"F1Q8A2","Q7T2G1","wu:fc74h04","irf2bp2b","irf2a","Q7T2G1","Interferon regulatory factor","Interferon regulatory factor 2-binding protein 2-B (IRF-2-binding protein 2-B) (IRF-2BP2-B)","string-db","7955.ENSDARP00000138346/7955.ENSDARP00000115520","physical","txid7955" +"F1R1N9","A2BGT8","cd2apl","fat","F1R1N9","fat1a","CD2-associated protein","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","string-db","7955.ENSDARP00000112805/7955.ENSDARP00000093386","physical","txid7955" +"F1R1N9","Q1LWS2","cd2apl","fk96b08","F1R1N9","Q1LWS2","CD2-associated protein","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000093386","physical","txid7955" +"F1R1N9","E9QHF3","cd2apl","fb02f11","F1R1N9","synj1","CD2-associated protein","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000093386","physical","txid7955" +"Q5XJS0","Q5BLE2","miga1","miga2","Q5XJS0","Q5BLE2","Mitoguardin 1 (Protein FAM73A)","Mitoguardin 2 (Protein FAM73B)","string-db","7955.ENSDARP00000109341/7955.ENSDARP00000027051","physical","txid7955" +"O42222","Q9I9P9","mstnb","smad2","mstnb","smad2","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000091159","physical","txid7955" +"O42222","A4IG14","mstnb","zgc:114170","mstnb","A4IG14","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","Follistatin-like 3 (secreted glycoprotein) (Follistatin-related protein 3 precursor) (Zgc:114170 protein)","string-db","7955.ENSDARP00000155619/7955.ENSDARP00000091159","physical","txid7955" +"O42222","Q1LWW7","mstnb","bmp8","mstnb","Q1LWW7","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","Bone morphogenetic protein 8A","string-db","7955.ENSDARP00000094030/7955.ENSDARP00000091159","physical","txid7955" +"O42222","Q9YHV4","mstnb","fsta","mstnb","fsta","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000091159","physical","txid7955" +"O42222","Q7T3I6","mstnb","Vascular endothelial growth factor C","mstnb","vegfc","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","Vascular endothelial growth factor C","string-db","7955.ENSDARP00000092263/7955.ENSDARP00000091159","physical","txid7955" +"Q8AX86","Q6PC64","zgc:63549","elovl6","elovl5","elovl6","Elongation of very long chain fatty acids protein 5 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL5) (ELOVL fatty acid elongase 5) (ELOVL FA elongase 5) (Very long chain 3-ketoacyl-CoA synthase 5) (Very long chain 3-oxoacyl-CoA synthase 5)","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","string-db","7955.ENSDARP00000096379/7955.ENSDARP00000027516","physical","txid7955" +"Q8AX86","A3KP14","zgc:63549","zgc:136352","elovl5","A3KP14","Elongation of very long chain fatty acids protein 5 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL5) (ELOVL fatty acid elongase 5) (ELOVL FA elongase 5) (Very long chain 3-ketoacyl-CoA synthase 5) (Very long chain 3-oxoacyl-CoA synthase 5)","Elongation of very long chain fatty acids protein 2 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL2) (ELOVL fatty acid elongase 2) (ELOVL FA elongase 2) (Very long chain 3-ketoacyl-CoA synthase 2) (Very long chain 3-oxoacyl-CoA synthase 2)","string-db","7955.ENSDARP00000066780/7955.ENSDARP00000027516","physical","txid7955" +"Q6PC64","F1R7W6","elovl6","osxm","elovl6","F1R7W6","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","3-oxoacyl-[acyl-carrier-protein] synthase","string-db","7955.ENSDARP00000137981/7955.ENSDARP00000096379","physical","txid7955" +"B0V1P1","Q7ZT18","mc4r","pomc","B0V1P1","Q7ZT18","Melanocortin receptor 4 (MC4-R)","Pro-opiomelanocortin precursor (Pro-opiomelanocortin protein) (Proopiomelanocortin)","string-db","7955.ENSDARP00000063332/7955.ENSDARP00000027547","physical","txid7955" +"B0V1P1","A0A8M1NCD8","mc4r","si:ch211-203k16.2","B0V1P1","A0A8M1NCD8","Melanocortin receptor 4 (MC4-R)","Proopiomelanocortin b (Proopiomelanocortin b precursor)","string-db","7955.ENSDARP00000091524/7955.ENSDARP00000027547","physical","txid7955" +"A0A8M1NCD8","A0A8M3B6F1","si:ch211-203k16.2","wu:fj38c03","A0A8M1NCD8","A0A8M3B6F1","Proopiomelanocortin b (Proopiomelanocortin b precursor)","Proenkephalin-B (Beta-neoendorphin-dynorphin) (Preprodynorphin)","string-db","7955.ENSDARP00000119382/7955.ENSDARP00000091524","physical","txid7955" +"A0A8M1NCD8","A8E7S2","si:ch211-203k16.2","penkl","A0A8M1NCD8","penka","Proopiomelanocortin b (Proopiomelanocortin b precursor)","Proenkephalin a (Proenkephalin-A precursor)","string-db","7955.ENSDARP00000122756/7955.ENSDARP00000091524","physical","txid7955" +"Q7ZVX7","Q5SPB6","zgc:55526","chac1","atf3","chac1","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","Glutathione-specific gamma-glutamylcyclotransferase 1 (Gamma-GCG 1) (EC 4.3.2.7) (Cation transport regulator-like protein 1)","string-db","7955.ENSDARP00000094107/7955.ENSDARP00000027550","physical","txid7955" +"Q7ZVX7","Q7ZSY3","zgc:55526","smarca4","atf3","smarca4a","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000027550","physical","txid7955" +"Q68EH9","Q7ZUL1","crbn","slc16a1","Q68EH9","slc16a1b","Protein cereblon (zcrbn)","Monocarboxylate transporter 1 (Solute carrier family 16 member 1)","string-db","7955.ENSDARP00000089986/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q6PFV0","crbn","wu:fd14c04","Q68EH9","fbxw5","Protein cereblon (zcrbn)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","X1WHY6","crbn","ambra1b","Q68EH9","X1WHY6","Protein cereblon (zcrbn)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","B3DJF2","crbn","fc31b01","Q68EH9","B3DJF2","Protein cereblon (zcrbn)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q7T2C1","crbn","zgc:64071","Q68EH9","cul4a","Protein cereblon (zcrbn)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q08BZ1","crbn","wdr22","Q68EH9","Q08BZ1","Protein cereblon (zcrbn)","DDB1- and CUL4-associated factor 5 (Ddb1 and cul4-associated factor 5) (WD repeat domain 22)","string-db","7955.ENSDARP00000079302/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","F1QF18","crbn","DDB1 and CUL4-associated factor 8","Q68EH9","dcaf8","Protein cereblon (zcrbn)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","A0A0R4IMY2","crbn","zgc:73069","Q68EH9","A0A0R4IMY2","Protein cereblon (zcrbn)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","A8WHR0","crbn","dcaf17","Q68EH9","dcaf17","Protein cereblon (zcrbn)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","F8W428","crbn","im:7140950","Q68EH9","cul4b","Protein cereblon (zcrbn)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","F8W3B7","crbn","Tyrosine-protein kinase","Q68EH9","btk","Protein cereblon (zcrbn)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124430/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","E7FAG6","crbn","ambra1a","Q68EH9","ambra1a","Protein cereblon (zcrbn)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q7T2A3","crbn","dda1","Q68EH9","dda1","Protein cereblon (zcrbn)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q08BB3","crbn","dcaf12","Q68EH9","dcaf12","Protein cereblon (zcrbn)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","string-db","7955.ENSDARP00000086448/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","Q2YDS1","crbn","ddb2","Q68EH9","ddb2","Protein cereblon (zcrbn)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","B0QZE8","crbn","iqwd1","Q68EH9","dcaf6","Protein cereblon (zcrbn)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000062723","physical","txid7955" +"Q68EH9","E7F3Z0","crbn","DDB1 and CUL4-associated factor 15","Q68EH9","dcaf15","Protein cereblon (zcrbn)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000062723","physical","txid7955" +"Q08BB3","B3DJF2","dcaf12","fc31b01","dcaf12","B3DJF2","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","WD and tetratricopeptide repeats 1 (WD and tetratricopeptide repeats protein 1) (Zgc:194983)","string-db","7955.ENSDARP00000099567/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","A8WHR0","dcaf12","dcaf17","dcaf12","dcaf17","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","F8W428","dcaf12","im:7140950","dcaf12","cul4b","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","A0A0R4IMY2","dcaf12","zgc:73069","dcaf12","A0A0R4IMY2","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","Q2YDS1","dcaf12","ddb2","dcaf12","ddb2","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","string-db","7955.ENSDARP00000091438/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","F1QF18","dcaf12","DDB1 and CUL4-associated factor 8","dcaf12","dcaf8","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","E7F3Z0","dcaf12","DDB1 and CUL4-associated factor 15","dcaf12","dcaf15","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","string-db","7955.ENSDARP00000100925/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","Q7T2A3","dcaf12","dda1","dcaf12","dda1","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","B0QZE8","dcaf12","iqwd1","dcaf12","dcaf6","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","Q6PFV0","dcaf12","wu:fd14c04","dcaf12","fbxw5","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","Q7T2C1","dcaf12","zgc:64071","dcaf12","cul4a","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","X1WHY6","dcaf12","ambra1b","dcaf12","X1WHY6","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000086448","physical","txid7955" +"Q08BB3","E7FAG6","dcaf12","ambra1a","dcaf12","ambra1a","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","Activating molecule in BECN1-regulated autophagy protein 1A","string-db","7955.ENSDARP00000088806/7955.ENSDARP00000086448","physical","txid7955" +"E7F3Z0","A0A0R4IMY2","DDB1 and CUL4-associated factor 15","zgc:73069","dcaf15","A0A0R4IMY2","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","DDB1- and CUL4-associated factor 4 isoform X1 (WD repeat domain 21)","string-db","7955.ENSDARP00000149987/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","A8WHR0","DDB1 and CUL4-associated factor 15","dcaf17","dcaf15","dcaf17","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","DDB1- and CUL4-associated factor 17","string-db","7955.ENSDARP00000121682/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","X1WHY6","DDB1 and CUL4-associated factor 15","ambra1b","dcaf15","X1WHY6","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","Activating molecule in BECN1-regulated autophagy protein 1B","string-db","7955.ENSDARP00000129851/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","Q6PFV0","DDB1 and CUL4-associated factor 15","wu:fd14c04","dcaf15","fbxw5","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","string-db","7955.ENSDARP00000141973/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","Q7T2C1","DDB1 and CUL4-associated factor 15","zgc:64071","dcaf15","cul4a","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","B0QZE8","DDB1 and CUL4-associated factor 15","iqwd1","dcaf15","dcaf6","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","string-db","7955.ENSDARP00000102072/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","F8W428","DDB1 and CUL4-associated factor 15","im:7140950","dcaf15","cul4b","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","Cullin-4B","string-db","7955.ENSDARP00000124267/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","F1QF18","DDB1 and CUL4-associated factor 15","DDB1 and CUL4-associated factor 8","dcaf15","dcaf8","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","string-db","7955.ENSDARP00000114292/7955.ENSDARP00000100925","physical","txid7955" +"E7F3Z0","Q7T2A3","DDB1 and CUL4-associated factor 15","dda1","dcaf15","dda1","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","DET1- and DDB1-associated protein 1","string-db","7955.ENSDARP00000112315/7955.ENSDARP00000100925","physical","txid7955" +"Q5RIL6","Q7ZV94","Lats","mobkl1a","lats1","mob1ba","LATS, large tumor suppressor, homolog 1 (Drosophila) (Large tumor suppressor kinase 1) (Serine/threonine-protein kinase LATS1 isoform X1)","MOB kinase activator 1Ba (Mps one binder kinase activator-like 1A) (Mobkl1a protein)","string-db","7955.ENSDARP00000088385/7955.ENSDARP00000027561","physical","txid7955" +"Q5RIL6","E9QGC4","Lats","Protein KIBRA","lats1","wwc1","LATS, large tumor suppressor, homolog 1 (Drosophila) (Large tumor suppressor kinase 1) (Serine/threonine-protein kinase LATS1 isoform X1)","Protein KIBRA (WW and C2 domain-containing 1)","string-db","7955.ENSDARP00000113286/7955.ENSDARP00000027561","physical","txid7955" +"B0V1J1","Q7T2E8","pld1","rhoac","B0V1J1","rhoac","Phospholipase (EC 3.1.4.4)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000120802","physical","txid7955" +"B0V1J1","A3QJU6","pld1","zgc:136923","B0V1J1","A3QJU6","Phospholipase (EC 3.1.4.4)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000120802","physical","txid7955" +"A0A0R4ITF0","Q7T2E8","Starch-binding domain 1","rhoac","A0A0R4ITF0","rhoac","Starch-binding domain 1 (Starch-binding domain-containing protein 1 isoform X2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000138158","physical","txid7955" +"F1R480","A0A8M2BID5","Desmoglein-2","dspa","F1R480","A0A8M2BID5","Desmoglein-2 (Si:ch73-74h11.1)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000119724","physical","txid7955" +"F1R480","A0A2R8QAD2","Desmoglein-2","Plakophilin 4","F1R480","pkp4","Desmoglein-2 (Si:ch73-74h11.1)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000119724","physical","txid7955" +"B8JHS7","A2CEB2","vrk","fi34a12","vrk2","A2CEB2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000038349","physical","txid7955" +"B8JHS7","Q7ZSZ9","vrk","rac1","vrk2","rac1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000038349","physical","txid7955" +"A2CE93","A3QJU6","fc20f09","zgc:136923","iqgap2","A3QJU6","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000122218","physical","txid7955" +"Q5XJD1","Q6DHT3","zgc:103425","wu:fd47d06","Q5XJD1","tm4sf5","Tetraspanin","Transmembrane 4 L six family member 5 (Transmembrane 4 L6 family member 5)","string-db","7955.ENSDARP00000071970/7955.ENSDARP00000055842","physical","txid7955" +"Q5XJD1","E7F6T0","zgc:103425","CD44 antigen","Q5XJD1","cd44a","Tetraspanin","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000055842","physical","txid7955" +"Q6DRM4","Q6PHD6","parva","zgc:65842","Q6DRM4","ilk","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","F1R2R3","parva","im:7145180","Q6DRM4","itga3b","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","F1QGX0","parva","Integrin beta","Q6DRM4","itgb6","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","B3DIV2","parva","itgb1","Q6DRM4","B3DIV2","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","A0A0R4ICS1","parva","Integrin alpha 4","Q6DRM4","itga4","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","A0A0R4IKD0","parva","Ras suppressor protein 1","Q6DRM4","rsu1","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Ras suppressor protein 1","string-db","7955.ENSDARP00000153624/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","A8WHQ8","parva","Integrin alpha-6 isoform X1","Q6DRM4","A8WHQ8","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","F1QC06","parva","Integrin alpha-2-like isoform X1","Q6DRM4","F1QC06","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000064186","physical","txid7955" +"Q6DRM4","A0A8M9Q613","parva","si:ch211-113e8.3","Q6DRM4","A0A8M9Q613","Actopaxin (Alpha-parvin) (Parva protein) (Parvin, alpha)","dual-specificity kinase (EC 2.7.12.1)","string-db","7955.ENSDARP00000116504/7955.ENSDARP00000064186","physical","txid7955" +"Q5MD89","Q5RKN6","flt4","zgc:103549","Q5MD89","grb2a","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000133227","physical","txid7955" +"Q5MD89","Q8AXB3","flt4","kdrl","Q5MD89","Q8AXB3","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000133227","physical","txid7955" +"Q5MD89","A0A286YBL8","flt4","protein-tyrosine-phosphatase","Q5MD89","ptpn21","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","protein-tyrosine-phosphatase (EC 3.1.3.48)","string-db","7955.ENSDARP00000144576/7955.ENSDARP00000133227","physical","txid7955" +"A4IG46","A0A0R4IKD0","zgc:162217","Ras suppressor protein 1","A4IG46","rsu1","Alpha-parvin (Parvin, alpha b) (Zgc:162217 protein)","Ras suppressor protein 1","string-db","7955.ENSDARP00000153624/7955.ENSDARP00000134021","physical","txid7955" +"A3KNP3","F1R2R3","Gamma-parvin","im:7145180","A3KNP3","itga3b","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000088293","physical","txid7955" +"A3KNP3","F1QC06","Gamma-parvin","Integrin alpha-2-like isoform X1","A3KNP3","F1QC06","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Integrin alpha-2-like isoform X1 (Integrin, alpha 2 (CD49B, alpha 2 subunit of VLA-2 receptor), tandem duplicate 2)","string-db","7955.ENSDARP00000118073/7955.ENSDARP00000088293","physical","txid7955" +"A3KNP3","A0A0R4ICS1","Gamma-parvin","Integrin alpha 4","A3KNP3","itga4","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000088293","physical","txid7955" +"A3KNP3","B3DIV2","Gamma-parvin","itgb1","A3KNP3","B3DIV2","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000088293","physical","txid7955" +"A3KNP3","A8WHQ8","Gamma-parvin","Integrin alpha-6 isoform X1","A3KNP3","A8WHQ8","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000088293","physical","txid7955" +"A3KNP3","A0A0R4IKD0","Gamma-parvin","Ras suppressor protein 1","A3KNP3","rsu1","Gamma-parvin (Parvin, gamma) (Zgc:162304 protein)","Ras suppressor protein 1","string-db","7955.ENSDARP00000153624/7955.ENSDARP00000088293","physical","txid7955" +"U3JA39","X1WHC7","fbxo11b","Serine/threonine-protein kinase","fbxo11a","prkd1","F-box only protein 11 isoform X1 (F-box protein 11a)","Serine/threonine-protein kinase (EC 2.7.11.13)","string-db","7955.ENSDARP00000129639/7955.ENSDARP00000127104","physical","txid7955" +"Q9YI01","B8JIQ1","Gbp protein","si:dkeyp-80c12.7","gbp","gsk3bb","Gbp protein (Glycogen synthase kinase-binding protein)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000058586","physical","txid7955" +"Q9YI01","E7F737","Gbp protein","dvl3","gbp","dvl3b","Gbp protein (Glycogen synthase kinase-binding protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000058586","physical","txid7955" +"Q9YI01","F1QNA4","Gbp protein","dvl1","gbp","dvl1b","Gbp protein (Glycogen synthase kinase-binding protein)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000058586","physical","txid7955" +"Q9YI01","B8JMI2","Gbp protein","dvl3","gbp","dvl3a","Gbp protein (Glycogen synthase kinase-binding protein)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000058586","physical","txid7955" +"F6NJE0","P57095","ankrd6","axin2","ankrd6b","axin2","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000118157","physical","txid7955" +"F6NJE0","F1REQ6","ankrd6","cb886","ankrd6b","prickle2b","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","string-db","7955.ENSDARP00000135945/7955.ENSDARP00000118157","physical","txid7955" +"F6NJE0","P57094","ankrd6","axin1","ankrd6b","P57094","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000118157","physical","txid7955" +"F6NJE0","F2Z4V3","ankrd6","fb98c11","ankrd6b","prickle1b","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","Prickle homolog 1b (Prickle-like protein 1)","string-db","7955.ENSDARP00000118988/7955.ENSDARP00000118157","physical","txid7955" +"Q9I903","F6NJE0","icat","ankrd6","ctnnbip1","ankrd6b","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","string-db","7955.ENSDARP00000118157/7955.ENSDARP00000056864","physical","txid7955" +"Q9I903","P57095","icat","axin2","ctnnbip1","axin2","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000056864","physical","txid7955" +"Q9I903","B8JIQ1","icat","si:dkeyp-80c12.7","ctnnbip1","gsk3bb","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","string-db","7955.ENSDARP00000068806/7955.ENSDARP00000056864","physical","txid7955" +"Q9I903","F1QGH7","icat","ctnnb1","ctnnbip1","ctnnb1","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000056864","physical","txid7955" +"Q9I903","P57094","icat","axin1","ctnnbip1","P57094","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000056864","physical","txid7955" +"A0A2R8PYI8","B3DJ49","eni","zgc:194774","A0A2R8PYI8","B3DJ49","Low density lipoprotein receptor-related protein 4","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000144988","physical","txid7955" +"A0A2R8PYI8","A5WWA0","eni","znrf3","A0A2R8PYI8","A5WWA0","Low density lipoprotein receptor-related protein 4","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000144988","physical","txid7955" +"B0R122","A1L1N5","tbx-a","hnf1ba","tbx2a","A1L1N5","T-box transcription factor 2a","Hepatocyte nuclear factor 1-beta-A (HNF-1-beta-A) (HNF-1B-A) (Hepatocyte nuclear factor 1-beta-2) (HNF-1B-2) (Transcription factor 2) (TCF-2) (Variant hepatic nuclear factor 1) (vHNF1)","string-db","7955.ENSDARP00000119593/7955.ENSDARP00000027905","physical","txid7955" +"Q9I9N6","B8A526","pycard","casp19b","Q9I9N6","B8A526","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","Caspase b,-like (Uncharacterized protein LOC566185)","string-db","7955.ENSDARP00000113551/7955.ENSDARP00000055920","physical","txid7955" +"Q9I9N6","A0A386CAB9","pycard","nlrp1","Q9I9N6","A0A386CAB9","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000055920","physical","txid7955" +"Q9I9N6","F8W266","pycard","Apoptosis regulator Bcl-2","Q9I9N6","F8W266","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000055920","physical","txid7955" +"Q9I9N6","Q504J1","pycard","caspb","Q9I9N6","Q504J1","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","Caspase b (EC 3.4.22.58) (Caspase 19a) [Cleaved into: Caspase b subunit p20; Caspase b subunit p10]","string-db","7955.ENSDARP00000068268/7955.ENSDARP00000055920","physical","txid7955" +"B0V1H3","F8W266","Gene2604","Apoptosis regulator Bcl-2","si:ch211-195h23.3","F8W266","CARD-like protein (Caspase recruitment domain-containing protein 8) (Si:ch211-195h23.3)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000111270","physical","txid7955" +"B0S6V5","F8W266","Si:dkey-10c21.1","Apoptosis regulator Bcl-2","B0S6V5","F8W266","Si:dkey-10c21.1","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000104147","physical","txid7955" +"B8JK68","F1RCP1","BCL2-like 11","becn1","B8JK68","F1RCP1","BCL2-like 11","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000097551","physical","txid7955" +"B8JK68","Q564A4","BCL2-like 11","bcl2","B8JK68","bcl2a","BCL2-like 11","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000097551","physical","txid7955" +"Q0GKC8","F8W266","zgc:162379","Apoptosis regulator Bcl-2","pmaip1","F8W266","Noxa (Phorbol-12-myristate-13-acetate-induced protein 1)","Apoptosis regulator Bcl-2 (BCL2 apoptosis regulator b)","string-db","7955.ENSDARP00000124838/7955.ENSDARP00000105705","physical","txid7955" +"Q6NY32","A0A0R4IGL5","wu:fb78e11","si:ch1073-82l19.1","appbp2","A0A0R4IGL5","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","string-db","7955.ENSDARP00000134209/7955.ENSDARP00000027941","physical","txid7955" +"Q6NY32","Q7T3P8","wu:fb78e11","fem1c","appbp2","Q7T3P8","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000027941","physical","txid7955" +"Q6NY32","B8JLP8","wu:fb78e11","fc05d01","appbp2","zswim5","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","string-db","7955.ENSDARP00000072767/7955.ENSDARP00000027941","physical","txid7955" +"Q6NY32","A0A8M9P612","wu:fb78e11","Cullin-2","appbp2","A0A8M9P612","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000027941","physical","txid7955" +"Q6NY32","B8A5T6","wu:fb78e11","wu:fc49c05","appbp2","B8A5T6","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","string-db","7955.ENSDARP00000056431/7955.ENSDARP00000027941","physical","txid7955" +"Q6NY32","Q5TYQ1","wu:fb78e11","zyg11","appbp2","zyg11","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","Protein zyg-11 homolog","string-db","7955.ENSDARP00000094887/7955.ENSDARP00000027941","physical","txid7955" +"B8A5T6","A0A0R4IGL5","wu:fc49c05","si:ch1073-82l19.1","B8A5T6","A0A0R4IGL5","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","string-db","7955.ENSDARP00000134209/7955.ENSDARP00000056431","physical","txid7955" +"B8A5T6","A0A8M9P612","wu:fc49c05","Cullin-2","B8A5T6","A0A8M9P612","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000056431","physical","txid7955" +"B8A5T6","Q5TYQ1","wu:fc49c05","zyg11","B8A5T6","zyg11","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","Protein zyg-11 homolog","string-db","7955.ENSDARP00000094887/7955.ENSDARP00000056431","physical","txid7955" +"B8A5T6","B8JLP8","wu:fc49c05","fc05d01","B8A5T6","zswim5","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","string-db","7955.ENSDARP00000072767/7955.ENSDARP00000056431","physical","txid7955" +"B8A5T6","Q7T3P8","wu:fc49c05","fem1c","B8A5T6","Q7T3P8","Zinc finger SWIM domain-containing protein 8 (Zinc finger, SWIM-type-containing 8)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000056431","physical","txid7955" +"Q5TYQ1","A0A0R4IGL5","zyg11","si:ch1073-82l19.1","zyg11","A0A0R4IGL5","Protein zyg-11 homolog","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","string-db","7955.ENSDARP00000134209/7955.ENSDARP00000094887","physical","txid7955" +"Q5TYQ1","A0A8M9P612","zyg11","Cullin-2","zyg11","A0A8M9P612","Protein zyg-11 homolog","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000094887","physical","txid7955" +"Q5TYQ1","Q7T3P8","zyg11","fem1c","zyg11","Q7T3P8","Protein zyg-11 homolog","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000094887","physical","txid7955" +"B8JLP8","Q7T3P8","fc05d01","fem1c","zswim5","Q7T3P8","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000072767","physical","txid7955" +"B8JLP8","Q5TYQ1","fc05d01","zyg11","zswim5","zyg11","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","Protein zyg-11 homolog","string-db","7955.ENSDARP00000094887/7955.ENSDARP00000072767","physical","txid7955" +"B8JLP8","A0A0R4IGL5","fc05d01","si:ch1073-82l19.1","zswim5","A0A0R4IGL5","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","string-db","7955.ENSDARP00000134209/7955.ENSDARP00000072767","physical","txid7955" +"B8JLP8","A0A8M9P612","fc05d01","Cullin-2","zswim5","A0A8M9P612","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","Cullin-2","string-db","7955.ENSDARP00000123380/7955.ENSDARP00000072767","physical","txid7955" +"A0A0R4IGL5","Q7T3P8","si:ch1073-82l19.1","fem1c","A0A0R4IGL5","Q7T3P8","Protein zyg-11 homolog isoform X1 (Si:ch1073-82l19.1)","Protein fem-1 homolog C (FEM1c) (FEM1-gamma)","string-db","7955.ENSDARP00000140150/7955.ENSDARP00000134209","physical","txid7955" +"A1A5Z0","X1WDY4","g6pc3","g6pcb","A1A5Z0","X1WDY4","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","A0JML7","g6pc3","zgc:153956","A1A5Z0","adpgk","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","F1QHF8","g6pc3","g6pca.2","A1A5Z0","F1QHF8","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000086301/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","A0A8M1N1J9","g6pc3","cb822","A1A5Z0","A0A8M1N1J9","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000116534/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","F1RC38","g6pc3","fb57f10","A1A5Z0","F1RC38","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","Phosphotransferase (EC 2.7.1.-)","string-db","7955.ENSDARP00000079994/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","E7F6M4","g6pc3","ADP-dependent glucokinase","A1A5Z0","adpgk2","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","ADP-dependent glucokinase","string-db","7955.ENSDARP00000085592/7955.ENSDARP00000027964","physical","txid7955" +"A1A5Z0","B8A5H6","g6pc3","cb370","A1A5Z0","B8A5H6","Glucose-6-phosphatase 3 (G-6-Pase 3) (G6Pase 3) (EC 3.1.3.9)","hexokinase (EC 2.7.1.1)","string-db","7955.ENSDARP00000056522/7955.ENSDARP00000027964","physical","txid7955" +"E7F6M4","A0JML7","ADP-dependent glucokinase","zgc:153956","adpgk2","adpgk","ADP-dependent glucokinase","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000085592","physical","txid7955" +"E7F6M4","F1QHF8","ADP-dependent glucokinase","g6pca.2","adpgk2","F1QHF8","ADP-dependent glucokinase","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000086301/7955.ENSDARP00000085592","physical","txid7955" +"E7F6M4","X1WDY4","ADP-dependent glucokinase","g6pcb","adpgk2","X1WDY4","ADP-dependent glucokinase","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000085592","physical","txid7955" +"E7F6M4","A0A8M1N1J9","ADP-dependent glucokinase","cb822","adpgk2","A0A8M1N1J9","ADP-dependent glucokinase","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000116534/7955.ENSDARP00000085592","physical","txid7955" +"A0A8M1N1J9","A0JML7","cb822","zgc:153956","A0A8M1N1J9","adpgk","Glucose-6-phosphatase (EC 3.1.3.9)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000116534","physical","txid7955" +"A0A8M1N1J9","X1WDY4","cb822","g6pcb","A0A8M1N1J9","X1WDY4","Glucose-6-phosphatase (EC 3.1.3.9)","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000116534","physical","txid7955" +"F1QHF8","X1WDY4","g6pca.2","g6pcb","F1QHF8","X1WDY4","Glucose-6-phosphatase (EC 3.1.3.9)","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000086301","physical","txid7955" +"F1QHF8","A0JML7","g6pca.2","zgc:153956","F1QHF8","adpgk","Glucose-6-phosphatase (EC 3.1.3.9)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000086301","physical","txid7955" +"F1QHF8","A0A8M1N1J9","g6pca.2","cb822","F1QHF8","A0A8M1N1J9","Glucose-6-phosphatase (EC 3.1.3.9)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000116534/7955.ENSDARP00000086301","physical","txid7955" +"F1RC38","A0A8M1N1J9","fb57f10","cb822","F1RC38","A0A8M1N1J9","Phosphotransferase (EC 2.7.1.-)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000116534/7955.ENSDARP00000079994","physical","txid7955" +"F1RC38","X1WDY4","fb57f10","g6pcb","F1RC38","X1WDY4","Phosphotransferase (EC 2.7.1.-)","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000079994","physical","txid7955" +"F1RC38","A0JML7","fb57f10","zgc:153956","F1RC38","adpgk","Phosphotransferase (EC 2.7.1.-)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","string-db","7955.ENSDARP00000122528/7955.ENSDARP00000079994","physical","txid7955" +"F1RC38","E7F6M4","fb57f10","ADP-dependent glucokinase","F1RC38","adpgk2","Phosphotransferase (EC 2.7.1.-)","ADP-dependent glucokinase","string-db","7955.ENSDARP00000085592/7955.ENSDARP00000079994","physical","txid7955" +"F1RC38","F1QHF8","fb57f10","g6pca.2","F1RC38","F1QHF8","Phosphotransferase (EC 2.7.1.-)","Glucose-6-phosphatase (EC 3.1.3.9)","string-db","7955.ENSDARP00000086301/7955.ENSDARP00000079994","physical","txid7955" +"A0JML7","X1WDY4","zgc:153956","g6pcb","adpgk","X1WDY4","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","Glucose-6-phosphatase catalytic subunit 1 (EC 3.1.3.9) (Glucose-6-phosphatase)","string-db","7955.ENSDARP00000128434/7955.ENSDARP00000122528","physical","txid7955" +"B0UXS0","E7F079","fc27c04","heme oxygenase","hmox1a","hmox2b","Heme oxygenase (EC 1.14.14.18)","heme oxygenase (biliverdin-producing) (EC 1.14.14.18)","string-db","7955.ENSDARP00000104304/7955.ENSDARP00000038993","physical","txid7955" +"B0UXS0","A7MD59","fc27c04","si:dkey-44g23.7","hmox1a","hmox2a","Heme oxygenase (EC 1.14.14.18)","Heme oxygenase (EC 1.14.14.18)","string-db","7955.ENSDARP00000147977/7955.ENSDARP00000038993","physical","txid7955" +"A4QNV0","F1QHN6","E2 ubiquitin-conjugating enzyme","im:7042025","ube2j2","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000081358","physical","txid7955" +"A4QNV0","A0A0N4SUD2","E2 ubiquitin-conjugating enzyme","Ubi-p63E","ube2j2","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000081358","physical","txid7955" +"A4QNV0","Q7SXA3","E2 ubiquitin-conjugating enzyme","zgc:66168","ube2j2","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000081358","physical","txid7955" +"Q6DGH3","F2Z4R1","zgc:92922","zgc:92840","sec61b","sec61g","Protein transport protein Sec61 subunit beta","Protein transport protein Sec61 subunit gamma","string-db","7955.ENSDARP00000122360/7955.ENSDARP00000059012","physical","txid7955" +"Q803Y6","Q6P951","wu:fi11h10","wu:fc31e01","Q803Y6","pfkfb3","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 1 (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1)","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","string-db","7955.ENSDARP00000041401/7955.ENSDARP00000028010","physical","txid7955" +"Q803Y6","Q7ZVE3","wu:fi11h10","tigarb","Q803Y6","Q7ZVE3","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 1 (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1)","Fructose-2,6-bisphosphatase TIGAR B (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator B)","string-db","7955.ENSDARP00000067391/7955.ENSDARP00000028010","physical","txid7955" +"Q803Y6","X1WEG8","wu:fi11h10","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","Q803Y6","pfkfb2b","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 1 (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000128619/7955.ENSDARP00000028010","physical","txid7955" +"Q803Y6","A0A8M3ANB0","wu:fi11h10","pfkfb2","Q803Y6","A0A8M3ANB0","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 1 (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000093104/7955.ENSDARP00000028010","physical","txid7955" +"Q803Y6","Q29RA5","wu:fi11h10","tigara","Q803Y6","Q29RA5","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 1 (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 1)","Probable fructose-2,6-bisphosphatase TIGAR A (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator A)","string-db","7955.ENSDARP00000097862/7955.ENSDARP00000028010","physical","txid7955" +"A0A8M3ANB0","X1WEG8","pfkfb2","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","A0A8M3ANB0","pfkfb2b","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000128619/7955.ENSDARP00000093104","physical","txid7955" +"A0A8M3ANB0","Q29RA5","pfkfb2","tigara","A0A8M3ANB0","Q29RA5","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","Probable fructose-2,6-bisphosphatase TIGAR A (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator A)","string-db","7955.ENSDARP00000097862/7955.ENSDARP00000093104","physical","txid7955" +"Q7ZVE3","A0A8M3ANB0","tigarb","pfkfb2","Q7ZVE3","A0A8M3ANB0","Fructose-2,6-bisphosphatase TIGAR B (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator B)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000093104/7955.ENSDARP00000067391","physical","txid7955" +"Q7ZVE3","X1WEG8","tigarb","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","Q7ZVE3","pfkfb2b","Fructose-2,6-bisphosphatase TIGAR B (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator B)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000128619/7955.ENSDARP00000067391","physical","txid7955" +"Q7ZVE3","Q29RA5","tigarb","tigara","Q7ZVE3","Q29RA5","Fructose-2,6-bisphosphatase TIGAR B (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator B)","Probable fructose-2,6-bisphosphatase TIGAR A (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator A)","string-db","7955.ENSDARP00000097862/7955.ENSDARP00000067391","physical","txid7955" +"Q6P951","A0A8M3ANB0","wu:fc31e01","pfkfb2","pfkfb3","A0A8M3ANB0","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000093104/7955.ENSDARP00000041401","physical","txid7955" +"Q6P951","X1WEG8","wu:fc31e01","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","pfkfb3","pfkfb2b","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000128619/7955.ENSDARP00000041401","physical","txid7955" +"Q6P951","Q7ZVE3","wu:fc31e01","tigarb","pfkfb3","Q7ZVE3","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","Fructose-2,6-bisphosphatase TIGAR B (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator B)","string-db","7955.ENSDARP00000067391/7955.ENSDARP00000041401","physical","txid7955" +"Q6P951","Q29RA5","wu:fc31e01","tigara","pfkfb3","Q29RA5","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","Probable fructose-2,6-bisphosphatase TIGAR A (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator A)","string-db","7955.ENSDARP00000097862/7955.ENSDARP00000041401","physical","txid7955" +"Q29RA5","X1WEG8","tigara","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","Q29RA5","pfkfb2b","Probable fructose-2,6-bisphosphatase TIGAR A (EC 3.1.3.46) (TP53-induced glycolysis and apoptosis regulator A)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","string-db","7955.ENSDARP00000128619/7955.ENSDARP00000097862","physical","txid7955" +"Q6P0Z0","E7EZV6","LIIIa","im:7159577","lmnl3","sun1","Lamin L3","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","string-db","7955.ENSDARP00000111505/7955.ENSDARP00000028051","physical","txid7955" +"E7EZV6","E7F184","im:7159577","si:dkey-92f12.2","sun1","si:dkey-92f12.2","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","SUN domain-containing protein 2-like (Si:dkey-92f12.2)","string-db","7955.ENSDARP00000116173/7955.ENSDARP00000111505","physical","txid7955" +"E7EZV6","B3DFN3","im:7159577","fc15d06","sun1","lmnb2","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","Lamin-B2","string-db","7955.ENSDARP00000139279/7955.ENSDARP00000111505","physical","txid7955" +"E7EZV6","Q1LX29","im:7159577","ccdc79","sun1","ccdc79","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","Telomere repeats-binding bouquet formation protein 1 (Coiled-coil domain-containing protein 79)","string-db","7955.ENSDARP00000118262/7955.ENSDARP00000111505","physical","txid7955" +"E7EZV6","X1WGA9","im:7159577","zgc:158327","sun1","syne3","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","Nesprin-3 (Spectrin repeat-containing, nuclear envelope family member 3)","string-db","7955.ENSDARP00000129264/7955.ENSDARP00000111505","physical","txid7955" +"E7EZV6","A0A8M3B132","im:7159577","zgc:152987","sun1","A0A8M3B132","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","Si:ch211-137a8.2 (Uncharacterized protein LOC777613)","string-db","7955.ENSDARP00000118645/7955.ENSDARP00000111505","physical","txid7955" +"F6NMA7","Q4V946","fi17a03","fj12b07","rab3da","rabggtb","Ras-related protein Rab-3","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000028062","physical","txid7955" +"F6NGQ6","Q6EWH2","sb:cb778","fyna","F6NGQ6","fyna","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Tyrosine-protein kinase fyna (EC 2.7.10.2) (Proto-oncogene c-Fyna)","string-db","7955.ENSDARP00000123888/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","B8JMI2","sb:cb778","dvl3","F6NGQ6","dvl3a","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","E7F737","sb:cb778","dvl3","F6NGQ6","dvl3b","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","P57094","sb:cb778","axin1","F6NGQ6","P57094","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","Q7T3L7","sb:cb778","cdc2","F6NGQ6","cdk1","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","Q1JPZ3","sb:cb778","src","F6NGQ6","Q1JPZ3","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","Q6PC73","sb:cb778","grb2","F6NGQ6","grb2b","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000028118","physical","txid7955" +"F6NGQ6","F1QSB1","sb:cb778","im:7136887","F6NGQ6","casp9","DAB adaptor protein 2 (Dab, mitogen-responsive phosphoprotein, homolog 2 isoform X2)","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","string-db","7955.ENSDARP00000047019/7955.ENSDARP00000028118","physical","txid7955" +"Q568F6","Q6NSN5","adss2","adss1","adss2","Q6NSN5","Adenylosuccinate synthetase isozyme 2 (AMPSase 2) (AdSS 2) (EC 6.3.4.4) (Adenylosuccinate synthetase, acidic isozyme) (Adenylosuccinate synthetase, liver isozyme) (L-type adenylosuccinate synthetase) (IMP--aspartate ligase 2)","Adenylosuccinate synthetase isozyme 1 (AMPSase 1) (AdSS 1) (EC 6.3.4.4) (Adenylosuccinate synthetase, basic isozyme) (Adenylosuccinate synthetase, muscle isozyme) (M-type adenylosuccinate synthetase) (IMP--aspartate ligase 1)","string-db","7955.ENSDARP00000136105/7955.ENSDARP00000028137","physical","txid7955" +"Q6PC51","D6RRB7","gadd45b","MKK7","Q6PC51","map2k7","Gadd45b protein (Gadd45b2 protein) (Growth arrest and DNA damage 45 beta) (Growth arrest and DNA-damage-inducible, beta)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000048190/7955.ENSDARP00000028333","physical","txid7955" +"D6RRB7","F8W4B7","MKK7","Histone deacetylase 6","map2k7","hdac6","mitogen-activated protein kinase kinase (EC 2.7.12.2)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","B0UXK1","MKK7","TNF receptor-associated factor","map2k7","traf1","mitogen-activated protein kinase kinase (EC 2.7.12.2)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000091948/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","A0A0R4IB08","MKK7","mapk8ip1","map2k7","A0A0R4IB08","mitogen-activated protein kinase kinase (EC 2.7.12.2)","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","string-db","7955.ENSDARP00000131169/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","B1NA68","MKK7","map2k4A","map2k7","B1NA68","mitogen-activated protein kinase kinase (EC 2.7.12.2)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000106153/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","F1QF74","MKK7","C-Jun-amino-terminal kinase-interacting protein 2","map2k7","mapk8ip2","mitogen-activated protein kinase kinase (EC 2.7.12.2)","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","string-db","7955.ENSDARP00000086466/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","A4UU31","MKK7","MKK4B","map2k7","map2k4b","mitogen-activated protein kinase kinase (EC 2.7.12.2)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","string-db","7955.ENSDARP00000101456/7955.ENSDARP00000048190","physical","txid7955" +"D6RRB7","F6NPK9","MKK7","fb33e12","map2k7","F6NPK9","mitogen-activated protein kinase kinase (EC 2.7.12.2)","WD repeat domain 62 (WD repeat-containing protein 62)","string-db","7955.ENSDARP00000098255/7955.ENSDARP00000048190","physical","txid7955" +"F1RDZ8","E7F8T6","im:7051384","nampta","nampt2","nampt1","Nicotinamide phosphoribosyltransferase (NAmPRTase) (EC 2.4.2.12)","Nicotinamide phosphoribosyltransferase (NAmPRTase) (EC 2.4.2.12)","string-db","7955.ENSDARP00000069804/7955.ENSDARP00000028505","physical","txid7955" +"F1REQ6","E7F737","cb886","dvl3","prickle2b","dvl3b","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000135945","physical","txid7955" +"F1Q6J9","F1QNA4","fk71b09","dvl1","prickle1a","dvl1b","Prickle homolog 1a","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","string-db","7955.ENSDARP00000094527/7955.ENSDARP00000059513","physical","txid7955" +"F1Q6J9","B8JMI2","fk71b09","dvl3","prickle1a","dvl3a","Prickle homolog 1a","Dishevelled segment polarity protein 3a","string-db","7955.ENSDARP00000088503/7955.ENSDARP00000059513","physical","txid7955" +"F1Q6J9","F6NJE0","fk71b09","ankrd6","prickle1a","ankrd6b","Prickle homolog 1a","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","string-db","7955.ENSDARP00000118157/7955.ENSDARP00000059513","physical","txid7955" +"F1Q6J9","E7F737","fk71b09","dvl3","prickle1a","dvl3b","Prickle homolog 1a","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000059513","physical","txid7955" +"F2Z4V3","E7F737","fb98c11","dvl3","prickle1b","dvl3b","Prickle homolog 1b (Prickle-like protein 1)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000118988","physical","txid7955" +"A0A8M6Z6V7","Q58EC4","Potassium voltage-gated channel subfamily S member 1","kcnab1","A0A8M6Z6V7","kcnab1a","Potassium voltage-gated channel subfamily S member 1 (Delayed-rectifier K(+) channel alpha subunit 1)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000028545","physical","txid7955" +"Q5F0G5","Q9W6E3","zgc:136645","fk48e04","myoc","fzd10","Myocilin","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","string-db","7955.ENSDARP00000089291/7955.ENSDARP00000028581","physical","txid7955" +"Q5F0G5","B3DJ49","zgc:136645","zgc:194774","myoc","B3DJ49","Myocilin","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000028581","physical","txid7955" +"Q5F0G5","Q66HV9","zgc:136645","lingo1b","myoc","lingo1b","Myocilin","Leucine-rich repeat and immunoglobulin-like domain-containing nogo receptor-interacting protein 1-B","string-db","7955.ENSDARP00000052112/7955.ENSDARP00000028581","physical","txid7955" +"Q66HV9","Q4G5W2","lingo1b","rtn4","lingo1b","rtn4a","Leucine-rich repeat and immunoglobulin-like domain-containing nogo receptor-interacting protein 1-B","Reticulon","string-db","7955.ENSDARP00000076404/7955.ENSDARP00000052112","physical","txid7955" +"Q9W6E3","Q6GQM7","fk48e04","zgc:91871","fzd10","bambib","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000089291","physical","txid7955" +"Q9W6E3","F1QKB5","fk48e04","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd10","F1QKB5","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000089291","physical","txid7955" +"Q9W6E3","F1QGH7","fk48e04","ctnnb1","fzd10","ctnnb1","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000089291","physical","txid7955" +"Q9W6E3","P47793","fk48e04","wnt4a","fzd10","wnt4a","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","Protein Wnt-4a","string-db","7955.ENSDARP00000095904/7955.ENSDARP00000089291","physical","txid7955" +"Q9W6E3","E7FCE4","fk48e04","Receptor tyrosine kinase-like orphan receptor 2","fzd10","ror2","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000089291","physical","txid7955" +"Q9W6E3","F1QTJ4","fk48e04","LRP6","fzd10","F1QTJ4","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000089291","physical","txid7955" +"Q5RJ20","Q5PQZ4","tfap2d","fb48g05","tfap2d","tfap2c","Transcription factor AP-2-delta (AP-2-delta)","Transcription factor AP-2 gamma","string-db","7955.ENSDARP00000123798/7955.ENSDARP00000028710","physical","txid7955" +"Q5RJ20","Q5SNS9","tfap2d","BTB/POZ domain-containing protein KCTD1 isoform X2","tfap2d","kctd1","Transcription factor AP-2-delta (AP-2-delta)","BTB/POZ domain-containing protein KCTD1 isoform X2 (Potassium channel tetramerization domain-containing 1)","string-db","7955.ENSDARP00000098598/7955.ENSDARP00000028710","physical","txid7955" +"Q5RJ20","A0A2R8QRQ5","tfap2d","ap2","tfap2d","tfap2a","Transcription factor AP-2-delta (AP-2-delta)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000028710","physical","txid7955" +"Q5RJ20","A0A0R4IPF2","tfap2d","histone acetyltransferase","tfap2d","crebbpa","Transcription factor AP-2-delta (AP-2-delta)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000028710","physical","txid7955" +"Q5RJ20","Q6P0E7","tfap2d","tfap2e","tfap2d","tfap2e","Transcription factor AP-2-delta (AP-2-delta)","Transcription factor AP-2-epsilon (AP-2-epsilon)","string-db","7955.ENSDARP00000140065/7955.ENSDARP00000028710","physical","txid7955" +"Q6P0E7","A0A2R8QRQ5","tfap2e","ap2","tfap2e","tfap2a","Transcription factor AP-2-epsilon (AP-2-epsilon)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000140065","physical","txid7955" +"Q5SNS9","Q6P0E7","BTB/POZ domain-containing protein KCTD1 isoform X2","tfap2e","kctd1","tfap2e","BTB/POZ domain-containing protein KCTD1 isoform X2 (Potassium channel tetramerization domain-containing 1)","Transcription factor AP-2-epsilon (AP-2-epsilon)","string-db","7955.ENSDARP00000140065/7955.ENSDARP00000098598","physical","txid7955" +"Q5SNS9","A0A2R8QRQ5","BTB/POZ domain-containing protein KCTD1 isoform X2","ap2","kctd1","tfap2a","BTB/POZ domain-containing protein KCTD1 isoform X2 (Potassium channel tetramerization domain-containing 1)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000098598","physical","txid7955" +"Q5SNS9","Q5PQZ4","BTB/POZ domain-containing protein KCTD1 isoform X2","fb48g05","kctd1","tfap2c","BTB/POZ domain-containing protein KCTD1 isoform X2 (Potassium channel tetramerization domain-containing 1)","Transcription factor AP-2 gamma","string-db","7955.ENSDARP00000123798/7955.ENSDARP00000098598","physical","txid7955" +"X1WGE9","A0A0R4I9V4","cd3eap","DNA-directed RNA polymerase subunit","polr1g","polr1a","CD3e molecule, epsilon associated protein","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000129304","physical","txid7955" +"X1WG39","A0A140LG54","si:ch211-119n15.3","Histone H2B","X1WG39","si:dkey-23a13.22","Argonaute RISC component 1 (Protein argonaute-1)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","A0A0R4IL45","si:ch211-119n15.3","RING-type E3 ubiquitin transferase","X1WG39","A0A0R4IL45","Argonaute RISC component 1 (Protein argonaute-1)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000136136/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","Q7ZTT0","si:ch211-119n15.3","zgc:56685","X1WG39","Q7ZTT0","Argonaute RISC component 1 (Protein argonaute-1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","A4FVM2","si:ch211-119n15.3","si:ch73-368j24.13","X1WG39","A4FVM2","Argonaute RISC component 1 (Protein argonaute-1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","K4IAH1","si:ch211-119n15.3","eif2c4","X1WG39","K4IAH1","Argonaute RISC component 1 (Protein argonaute-1)","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","A0A0R4IMS9","si:ch211-119n15.3","DNA-directed RNA polymerase subunit","X1WG39","polr2a","Argonaute RISC component 1 (Protein argonaute-1)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","A0A140LGS2","si:ch211-119n15.3","Histone H2A","X1WG39","si:ch1073-153i20.5","Argonaute RISC component 1 (Protein argonaute-1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000129194","physical","txid7955" +"X1WG39","X1WHF1","si:ch211-119n15.3","Histone H2B","X1WG39","si:dkey-261m9.6","Argonaute RISC component 1 (Protein argonaute-1)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000129194","physical","txid7955" +"Q6DGS5","Q1LVK2","zgc:92790","zgc:103515","Q6DGS5","polr2i","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000059195/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q7ZW41","zgc:92790","polr2g","Q6DGS5","polr2g","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","string-db","7955.ENSDARP00000073018/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q6DGU0","zgc:92790","zgc:92774","Q6DGS5","polr3k","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q568H8","zgc:92790","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q6DGS5","polr2h","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","F1RDV9","zgc:92790","zgc:171795","Q6DGS5","F1RDV9","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","F1R866","zgc:92790","Sin","Q6DGS5","polr3e","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","A5D6S6","zgc:92790","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q6DGS5","polr2l","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q7ZUX1","zgc:92790","polr3c","Q6DGS5","Q7ZUX1","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","A0A8M1NAV1","zgc:92790","rcp9","Q6DGS5","A0A8M1NAV1","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","E7FDD7","zgc:92790","polr2ea","Q6DGS5","E7FDD7","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","A0A0R4I9V4","zgc:92790","DNA-directed RNA polymerase subunit","Q6DGS5","polr1a","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","A0A0R4IV41","zgc:92790","fb81e09","Q6DGS5","A0A0R4IV41","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","A0A0R4IMS9","zgc:92790","DNA-directed RNA polymerase subunit","Q6DGS5","polr2a","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","B8JKD7","zgc:92790","polr1b","Q6DGS5","polr1b","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","F1QQA2","zgc:92790","DNA-directed RNA polymerase subunit beta","Q6DGS5","polr3b","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","X1WGE9","zgc:92790","cd3eap","Q6DGS5","polr1g","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q6DRI4","zgc:92790","polr1d","Q6DGS5","Q6DRI4","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","string-db","7955.ENSDARP00000054709/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q6PHG8","zgc:92790","polr1f","Q6DGS5","Q6PHG8","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000053200","physical","txid7955" +"Q6DGS5","Q501W9","zgc:92790","zgc:112501","Q6DGS5","polr1e","DNA-directed RNA polymerases I, II, and III subunit RPABC2 (DNA-directed RNA polymerase II subunit F) (RPB6 homolog)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","string-db","7955.ENSDARP00000054573/7955.ENSDARP00000053200","physical","txid7955" +"E7FDD7","B8JKD7","polr2ea","polr1b","E7FDD7","polr1b","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","Q6PHG8","polr2ea","polr1f","E7FDD7","Q6PHG8","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","A0A0R4I9V4","polr2ea","DNA-directed RNA polymerase subunit","E7FDD7","polr1a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","X1WGE9","polr2ea","cd3eap","E7FDD7","polr1g","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","F1RDV9","polr2ea","zgc:171795","E7FDD7","F1RDV9","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","A0A0R4IV41","polr2ea","fb81e09","E7FDD7","A0A0R4IV41","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","A0A8M1NAV1","polr2ea","rcp9","E7FDD7","A0A8M1NAV1","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","F1R866","polr2ea","Sin","E7FDD7","polr3e","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000098657","physical","txid7955" +"E7FDD7","A0A0R4IMS9","polr2ea","DNA-directed RNA polymerase subunit","E7FDD7","polr2a","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000135038/7955.ENSDARP00000098657","physical","txid7955" +"Q6DRI4","X1WGE9","polr1d","cd3eap","Q6DRI4","polr1g","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","CD3e molecule, epsilon associated protein","string-db","7955.ENSDARP00000129304/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","Q6DGU0","polr1d","zgc:92774","Q6DRI4","polr3k","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase subunit","string-db","7955.ENSDARP00000055128/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","F1QQA2","polr1d","DNA-directed RNA polymerase subunit beta","Q6DRI4","polr3b","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","string-db","7955.ENSDARP00000085899/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","Q6PHG8","polr1d","polr1f","Q6DRI4","Q6PHG8","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase I subunit RPA43 (DNA-directed RNA polymerase I subunit F) (Twist neighbor protein)","string-db","7955.ENSDARP00000104602/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","A0A8M1NAV1","polr1d","rcp9","Q6DRI4","A0A8M1NAV1","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase III subunit RPC9","string-db","7955.ENSDARP00000107938/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","F1R866","polr1d","Sin","Q6DRI4","polr3e","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","string-db","7955.ENSDARP00000126616/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","A5D6S6","polr1d","DNA-directed RNA polymerases I, II, and III subunit RPABC5","Q6DRI4","polr2l","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","string-db","7955.ENSDARP00000075655/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","E7FDD7","polr1d","polr2ea","Q6DRI4","E7FDD7","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","string-db","7955.ENSDARP00000098657/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","Q7ZUX1","polr1d","polr3c","Q6DRI4","Q7ZUX1","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase III subunit RPC3 (RNA polymerase III subunit C3) (DNA-directed RNA polymerase III subunit C)","string-db","7955.ENSDARP00000059966/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","B8JKD7","polr1d","polr1b","Q6DRI4","polr1b","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","Q568H8","polr1d","DNA-directed RNA polymerases I, II, and III subunit RPABC3","Q6DRI4","polr2h","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","string-db","7955.ENSDARP00000056187/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","A0A0R4IV41","polr1d","fb81e09","Q6DRI4","A0A0R4IV41","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000139214/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","F1RDV9","polr1d","zgc:171795","Q6DRI4","F1RDV9","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerases I, II, and III subunit RPABC4 (EC 2.7.7.6) (RNA polymerase II, I and III subunit K)","string-db","7955.ENSDARP00000099037/7955.ENSDARP00000054709","physical","txid7955" +"Q6DRI4","A0A0R4I9V4","polr1d","DNA-directed RNA polymerase subunit","Q6DRI4","polr1a","DNA-directed RNA polymerases I and III subunit RPAC2 (RNA polymerases I and III subunit AC2) (AC19) (DNA-directed RNA polymerase I subunit D)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","string-db","7955.ENSDARP00000130633/7955.ENSDARP00000054709","physical","txid7955" +"F1RD40","A0A0G2KHX4","mycbp2","fc16b02","mycbp2","A0A0G2KHX4","E3 ubiquitin-protein ligase MYCBP2 (EC 2.3.2.33) (Myc-binding protein 2) (Protein Esrom)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000028785","physical","txid7955" +"Q6P3H4","F6NLN8","naprt","tlr4ba","Q6P3H4","F6NLN8","Nicotinate phosphoribosyltransferase (NAPRTase) (EC 6.3.4.21) (Nicotinate phosphoribosyltransferase domain-containing protein 1)","Toll-like receptor 4","string-db","7955.ENSDARP00000098602/7955.ENSDARP00000035128","physical","txid7955" +"X1WH67","X1WHY8","C3a anaphylatoxin chemotactic receptor-like","N-formyl peptide receptor 3-like","si:dkey-117a8.1","X1WHY8","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000129577","physical","txid7955" +"X1WH67","A0A2R8QEF3","C3a anaphylatoxin chemotactic receptor-like","LOC101885604","si:dkey-117a8.1","A0A2R8QEF3","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000129577","physical","txid7955" +"E7EZJ4","X1WH67","Chemokine-like receptor 1","C3a anaphylatoxin chemotactic receptor-like","E7EZJ4","si:dkey-117a8.1","Chemokine-like receptor 1 (Si:dkey-42l23.7)","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","string-db","7955.ENSDARP00000129577/7955.ENSDARP00000098151","physical","txid7955" +"E7EZJ4","A0A2R8QEF3","Chemokine-like receptor 1","LOC101885604","E7EZJ4","A0A2R8QEF3","Chemokine-like receptor 1 (Si:dkey-42l23.7)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000098151","physical","txid7955" +"E7EZJ4","X1WHY8","Chemokine-like receptor 1","N-formyl peptide receptor 3-like","E7EZJ4","X1WHY8","Chemokine-like receptor 1 (Si:dkey-42l23.7)","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000098151","physical","txid7955" +"X1WHY8","A0A2R8QEF3","N-formyl peptide receptor 3-like","LOC101885604","X1WHY8","A0A2R8QEF3","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000129853","physical","txid7955" +"Q6NYV5","Q7ZTY4","sap30l","rbbp7","Q6NYV5","Q7ZTY4","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q6PC41","sap30l","zgc:73118","Q6NYV5","sap18","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","F1RBT2","sap30l","DNA helicase","Q6NYV5","chd4b","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q6DHF1","sap30l","fe11c08","Q6NYV5","ing2","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Inhibitor of growth protein","string-db","7955.ENSDARP00000134787/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q503Z1","sap30l","fc85b02","Q6NYV5","hmg20b","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","string-db","7955.ENSDARP00000061616/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q499A1","sap30l","zgc:110391","Q6NYV5","Q499A1","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","string-db","7955.ENSDARP00000064411/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","F6NIA2","sap30l","aof2","Q6NYV5","kdm1a","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","F1REK0","sap30l","zgc:162722","Q6NYV5","sap130a","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","string-db","7955.ENSDARP00000112480/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q6P3H7","sap30l","rbbp4","Q6NYV5","Q6P3H7","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Histone-binding protein RBBP4 (Retinoblastoma-binding protein 4) (RBBP-4)","string-db","7955.ENSDARP00000048143/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","Q2EI20","sap30l","rest","Q6NYV5","Q2EI20","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","A5D6S0","sap30l","Paired amphipathic helix protein Sin3a","Q6NYV5","sin3aa","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","B8JJJ1","sap30l","zgc:92021","Q6NYV5","suds3","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","A0A8M9PN25","sap30l","PHD finger protein 21A isoform X6","Q6NYV5","A0A8M9PN25","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000028875","physical","txid7955" +"Q6NYV5","A0A2R8RTX5","sap30l","Metastasis-associated 1","Q6NYV5","mta1","Histone deacetylase complex subunit SAP30L (Sin3 corepressor complex subunit SAP30L) (Sin3-associated protein p30-like)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000028875","physical","txid7955" +"F1RBT2","A0A8M9PN25","DNA helicase","PHD finger protein 21A isoform X6","chd4b","A0A8M9PN25","DNA helicase (EC 3.6.4.12)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000152065","physical","txid7955" +"F1RBT2","A0A2R8RTX5","DNA helicase","Metastasis-associated 1","chd4b","mta1","DNA helicase (EC 3.6.4.12)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000152065","physical","txid7955" +"Q503Z1","A0A2R8RTX5","fc85b02","Metastasis-associated 1","hmg20b","mta1","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","A0A8M9PN25","fc85b02","PHD finger protein 21A isoform X6","hmg20b","A0A8M9PN25","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","Q7ZTY4","fc85b02","rbbp7","hmg20b","Q7ZTY4","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","Q2EI20","fc85b02","rest","hmg20b","Q2EI20","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","F1RBT2","fc85b02","DNA helicase","hmg20b","chd4b","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","Q499A1","fc85b02","zgc:110391","hmg20b","Q499A1","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","string-db","7955.ENSDARP00000064411/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","B8JJJ1","fc85b02","zgc:92021","hmg20b","suds3","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","Q6PC41","fc85b02","zgc:73118","hmg20b","sap18","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","F6NIA2","fc85b02","aof2","hmg20b","kdm1a","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000061616","physical","txid7955" +"Q503Z1","E7EZ61","fc85b02","fc11a05","hmg20b","znf217","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","Zinc finger protein 217","string-db","7955.ENSDARP00000144789/7955.ENSDARP00000061616","physical","txid7955" +"A0A2R8RTX5","A0A8M9PN25","Metastasis-associated 1","PHD finger protein 21A isoform X6","mta1","A0A8M9PN25","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000152737","physical","txid7955" +"Q499A1","F6NIA2","zgc:110391","aof2","Q499A1","kdm1a","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","Q2EI20","zgc:110391","rest","Q499A1","Q2EI20","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","A0A2R8RTX5","zgc:110391","Metastasis-associated 1","Q499A1","mta1","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","Q7ZTY4","zgc:110391","rbbp7","Q499A1","Q7ZTY4","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","B8JJJ1","zgc:110391","zgc:92021","Q499A1","suds3","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","string-db","7955.ENSDARP00000103896/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","A0A8M9PN25","zgc:110391","PHD finger protein 21A isoform X6","Q499A1","A0A8M9PN25","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","F1RBT2","zgc:110391","DNA helicase","Q499A1","chd4b","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000064411","physical","txid7955" +"Q499A1","Q6PC41","zgc:110391","zgc:73118","Q499A1","sap18","AT-rich interactive domain 4A (RBP1-like) (AT-rich interactive domain-containing protein 4A) (Zgc:110391)","Histone deacetylase complex subunit SAP18","string-db","7955.ENSDARP00000075051/7955.ENSDARP00000064411","physical","txid7955" +"Q2EI20","F1RBT2","rest","DNA helicase","Q2EI20","chd4b","RE1-silencing transcription factor (Neural-restrictive silencer factor)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000136293","physical","txid7955" +"Q2EI20","A0A8M9PN25","rest","PHD finger protein 21A isoform X6","Q2EI20","A0A8M9PN25","RE1-silencing transcription factor (Neural-restrictive silencer factor)","PHD finger protein 21A isoform X6 (PHD finger protein 21Ab)","string-db","7955.ENSDARP00000153243/7955.ENSDARP00000136293","physical","txid7955" +"Q2EI20","A0A2R8RTX5","rest","Metastasis-associated 1","Q2EI20","mta1","RE1-silencing transcription factor (Neural-restrictive silencer factor)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000136293","physical","txid7955" +"F1QNX4","A0A0R4IUC9","DNA topoisomerase","RecQ mediated genome instability 2","F1QNX4","A0A0R4IUC9","DNA topoisomerase (EC 5.6.2.1)","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000035935","physical","txid7955" +"F1QNX4","Q7ZVM9","DNA topoisomerase","rmi1","F1QNX4","Q7ZVM9","DNA topoisomerase (EC 5.6.2.1)","RecQ-mediated genome instability protein 1","string-db","7955.ENSDARP00000060656/7955.ENSDARP00000035935","physical","txid7955" +"F1QNX4","A0A8M6YW51","DNA topoisomerase","DNA helicase","F1QNX4","A0A8M6YW51","DNA topoisomerase (EC 5.6.2.1)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000153051/7955.ENSDARP00000035935","physical","txid7955" +"F1QNX4","Q504I6","DNA topoisomerase","ik:tdsubc_2g1","F1QNX4","rpa2","DNA topoisomerase (EC 5.6.2.1)","Replication factor A protein 2","string-db","7955.ENSDARP00000054077/7955.ENSDARP00000035935","physical","txid7955" +"F1QNX4","X1WCF3","DNA topoisomerase","DNA topoisomerase","F1QNX4","top3a","DNA topoisomerase (EC 5.6.2.1)","DNA topoisomerase (EC 5.6.2.1)","string-db","7955.ENSDARP00000127896/7955.ENSDARP00000035935","physical","txid7955" +"B3DJT4","B3DJV8","FA complementation group D2","LOC569270","fancd2","B3DJV8","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","F1QHN6","FA complementation group D2","im:7042025","fancd2","ubc","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","Q1LWH4","FA complementation group D2","fan1","fancd2","Q1LWH4","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","string-db","7955.ENSDARP00000084286/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","E7F1X6","FA complementation group D2","si:ch73-362i18.3","fancd2","cenpx","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","F1R3B9","FA complementation group D2","fc21c10","fancd2","fanci","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","Q7SXA9","FA complementation group D2","mus81","fancd2","Q7SXA9","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","A0A0N4SUD2","FA complementation group D2","Ubi-p63E","fancd2","ubb","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","U3JAR8","FA complementation group D2","si:dkey-57h18.1","fancd2","faap100","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","Q08BH7","FA complementation group D2","ube2t","fancd2","Q08BH7","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","F1QPU2","FA complementation group D2","Structure-specific endonuclease subunit SLX4","fancd2","F1QPU2","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Structure-specific endonuclease subunit SLX4","string-db","7955.ENSDARP00000082010/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","Q7SXA3","FA complementation group D2","zgc:66168","fancd2","rps27a","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","E7F6N8","FA complementation group D2","Crossover junction endonuclease EME1","fancd2","eme1","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","A0A8M2B481","FA complementation group D2","fancd1","fancd2","A0A8M2B481","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","BRCA2 DNA repair-associated (Breast cancer type 2 susceptibility protein)","string-db","7955.ENSDARP00000099674/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","B0V2S2","FA complementation group D2","dclre1b","fancd2","B0V2S2","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","string-db","7955.ENSDARP00000090466/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","E7F457","FA complementation group D2","fc49f05","fancd2","E7F457","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000070083","physical","txid7955" +"B3DJT4","Q1LXB1","FA complementation group D2","si:dkey-42i9.5","fancd2","atrip","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","string-db","7955.ENSDARP00000086283/7955.ENSDARP00000070083","physical","txid7955" +"U3JAR8","F1QHN6","si:dkey-57h18.1","im:7042025","faap100","ubc","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000127337","physical","txid7955" +"U3JAR8","A0A0N4SUD2","si:dkey-57h18.1","Ubi-p63E","faap100","ubb","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000127337","physical","txid7955" +"U3JAR8","Q7SXA3","si:dkey-57h18.1","zgc:66168","faap100","rps27a","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000127337","physical","txid7955" +"F1R3B9","Q7SXA3","fc21c10","zgc:66168","fanci","rps27a","FA complementation group I (Fanconi anemia group I protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000116242","physical","txid7955" +"F1R3B9","F1QHN6","fc21c10","im:7042025","fanci","ubc","FA complementation group I (Fanconi anemia group I protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000116242","physical","txid7955" +"F1R3B9","U3JAR8","fc21c10","si:dkey-57h18.1","fanci","faap100","FA complementation group I (Fanconi anemia group I protein)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000116242","physical","txid7955" +"F1R3B9","A0A0N4SUD2","fc21c10","Ubi-p63E","fanci","ubb","FA complementation group I (Fanconi anemia group I protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000116242","physical","txid7955" +"B0UY97","A0A0N4SUD2","si:dkey-57a22.7","Ubi-p63E","rev1","ubb","DNA repair protein REV1 (EC 2.7.7.-)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000115859","physical","txid7955" +"B0UY97","Q7SXA3","si:dkey-57a22.7","zgc:66168","rev1","rps27a","DNA repair protein REV1 (EC 2.7.7.-)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000115859","physical","txid7955" +"B0UY97","F1QHN6","si:dkey-57a22.7","im:7042025","rev1","ubc","DNA repair protein REV1 (EC 2.7.7.-)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000115859","physical","txid7955" +"Q08BH7","Q7SXA3","ube2t","zgc:66168","Q08BH7","rps27a","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000107045","physical","txid7955" +"Q08BH7","A0A0N4SUD2","ube2t","Ubi-p63E","Q08BH7","ubb","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000107045","physical","txid7955" +"Q08BH7","F1R3B9","ube2t","fc21c10","Q08BH7","fanci","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000107045","physical","txid7955" +"Q08BH7","F1QHN6","ube2t","im:7042025","Q08BH7","ubc","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000107045","physical","txid7955" +"Q08BH7","U3JAR8","ube2t","si:dkey-57h18.1","Q08BH7","faap100","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000107045","physical","txid7955" +"Q08BH7","E7F1X6","ube2t","si:ch73-362i18.3","Q08BH7","cenpx","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000107045","physical","txid7955" +"F1RA98","Q7SXA3","im:7142593","zgc:66168","F1RA98","rps27a","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q4QRJ7","im:7142593","eif2a","F1RA98","Q4QRJ7","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","B3DHM1","im:7142593","Ubiquitin-like","F1RA98","B3DHM1","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Ubiquitin-like (Zgc:194655)","string-db","7955.ENSDARP00000130395/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q803F6","im:7142593","rpsa","F1RA98","rpsa","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","string-db","7955.ENSDARP00000123183/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6P5M3","im:7142593","hm:zeh0819","F1RA98","rps9","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6Q421","im:7142593","wu:fa93f04","F1RA98","rps15","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","40S ribosomal protein S15","string-db","7955.ENSDARP00000095139/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6PBI5","im:7142593","rps25","F1RA98","rps25","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","string-db","7955.ENSDARP00000124711/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q642H9","im:7142593","rps4x","F1RA98","rps4x","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","string-db","7955.ENSDARP00000108089/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","B5DDE8","im:7142593","LOC100000836","F1RA98","rps8b","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","40S ribosomal protein S8","string-db","7955.ENSDARP00000074464/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6PBK3","im:7142593","rps28","F1RA98","rps28","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6PBT1","im:7142593","zgc:73262","F1RA98","rps27.2","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","40S ribosomal protein S27","string-db","7955.ENSDARP00000072300/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q5VSI2","im:7142593","zgc:162401","F1RA98","mrps11","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q7ZV05","im:7142593","wu:fa91c09","F1RA98","rps11","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","string-db","7955.ENSDARP00000069513/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","P62084","im:7142593","rps7","F1RA98","rps7","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","string-db","7955.ENSDARP00000109497/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q1LWH1","im:7142593","im:6906552","F1RA98","rps16","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","string-db","7955.ENSDARP00000066897/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6P6E2","im:7142593","wu:fa91f03","F1RA98","Q6P6E2","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","40S ribosomal protein S26","string-db","7955.ENSDARP00000105770/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","P62247","im:7142593","rps8","F1RA98","rps8","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","string-db","7955.ENSDARP00000072874/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6PC01","im:7142593","fau","F1RA98","Q6PC01","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6Q420","im:7142593","rps15a","F1RA98","rps15a","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","string-db","7955.ENSDARP00000108197/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","A0A0N4SUD2","im:7142593","Ubi-p63E","F1RA98","ubb","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000064110","physical","txid7955" +"F1RA98","Q6NWC3","im:7142593","fc94f01","F1RA98","rps2","FAU ubiquitin-like and ribosomal protein S30 fusion b (Ubiquitin-like protein fubi and ribosomal protein S30)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","string-db","7955.ENSDARP00000117673/7955.ENSDARP00000064110","physical","txid7955" +"Q4QRJ7","Q6P5M3","eif2a","hm:zeh0819","Q4QRJ7","rps9","Eukaryotic translation initiation factor 2A (eIF-2A)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000132954","physical","txid7955" +"Q4QRJ7","A0A0N4SUD2","eif2a","Ubi-p63E","Q4QRJ7","ubb","Eukaryotic translation initiation factor 2A (eIF-2A)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000132954","physical","txid7955" +"Q4QRJ7","Q6PC01","eif2a","fau","Q4QRJ7","Q6PC01","Eukaryotic translation initiation factor 2A (eIF-2A)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000132954","physical","txid7955" +"B3DHM1","Q6P5M3","Ubiquitin-like","hm:zeh0819","B3DHM1","rps9","Ubiquitin-like (Zgc:194655)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","string-db","7955.ENSDARP00000147936/7955.ENSDARP00000130395","physical","txid7955" +"B3DHM1","Q6PC01","Ubiquitin-like","fau","B3DHM1","Q6PC01","Ubiquitin-like (Zgc:194655)","40S ribosomal protein S30 (FAU ubiquitin-like and ribosomal protein S30 fusion a) (Finkel-Biskis-Reilly murine sarcoma virus (FBR-MuSV) ubiquitously expressed (Fox derived) ribosomal protein S30)","string-db","7955.ENSDARP00000141629/7955.ENSDARP00000130395","physical","txid7955" +"B3DHM1","A0A0N4SUD2","Ubiquitin-like","Ubi-p63E","B3DHM1","ubb","Ubiquitin-like (Zgc:194655)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000130395","physical","txid7955" +"B3DHM1","Q4QRJ7","Ubiquitin-like","eif2a","B3DHM1","Q4QRJ7","Ubiquitin-like (Zgc:194655)","Eukaryotic translation initiation factor 2A (eIF-2A)","string-db","7955.ENSDARP00000132954/7955.ENSDARP00000130395","physical","txid7955" +"Q9PUT7","Q7SXL7","wt1","wtap","Q9PUT7","wtap","WT1 transcription factor a (Wilms tumor 1a) (Wilms' tumor suppressor)","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","string-db","7955.ENSDARP00000062551/7955.ENSDARP00000029174","physical","txid7955" +"Q9PUT7","A1IH00","wt1","golga2","Q9PUT7","golga2","WT1 transcription factor a (Wilms tumor 1a) (Wilms' tumor suppressor)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","string-db","7955.ENSDARP00000086520/7955.ENSDARP00000029174","physical","txid7955" +"Q9PUT7","A8DZE6","wt1","wtip","Q9PUT7","wtip","WT1 transcription factor a (Wilms tumor 1a) (Wilms' tumor suppressor)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","string-db","7955.ENSDARP00000132856/7955.ENSDARP00000029174","physical","txid7955" +"A1IH00","Q7SZE5","golga2","sec23a","golga2","Q7SZE5","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","F8W5D3","golga2","Alpha-1-antiproteinase 2-like","golga2","F8W5D3","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Alpha-1-antiproteinase 2-like (Si:ch211-186e20.7)","string-db","7955.ENSDARP00000123705/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q7ZUN8","golga2","ykt6","golga2","Q7ZUN8","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Synaptobrevin homolog YKT6 (EC 2.3.1.-)","string-db","7955.ENSDARP00000121331/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","A0A0R4IMX2","golga2","im:7145364","golga2","A0A0R4IMX2","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q7ZW40","golga2","vdp","golga2","uso1","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","General vesicular transport factor p115","string-db","7955.ENSDARP00000101948/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q5SPJ4","golga2","wu:fb61c07","golga2","Q5SPJ4","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Serine (Or cysteine) proteinase inhibitor, clade A (Alpha-1 antiproteinase, antitrypsin), member 1 (Serine proteinase inhibitor, clade A, member 1 precursor) (Serpin peptidase inhibitor, clade A (alpha-1 antiproteinase, antitrypsin), member 1)","string-db","7955.ENSDARP00000103358/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","A3QJU6","golga2","zgc:136923","golga2","A3QJU6","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","P46530","golga2","notch1a","golga2","P46530","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q7SXP0","golga2","sec22bb","golga2","sec22bb","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q5BL21","golga2","cnih2","golga2","cnih2","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","string-db","7955.ENSDARP00000115028/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","E7F2M5","golga2","fj38b04","golga2","E7F2M5","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","Q5RIH0","golga2","Cornichon family AMPA receptor auxiliary protein 3","golga2","cnih3","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","string-db","7955.ENSDARP00000123101/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","A9JRW9","golga2","Proheparin-binding EGF-like growth factor","golga2","A9JRW9","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000086520","physical","txid7955" +"A1IH00","E9QFN4","golga2","SEC22 homolog C, vesicle-trafficking protein","golga2","sec22c","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","string-db","7955.ENSDARP00000149838/7955.ENSDARP00000086520","physical","txid7955" +"F1RA62","F1QWB4","Zinc finger protein 827","hnrpk","znf827","hnrnpk","Zinc finger protein 827","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000029203","physical","txid7955" +"F1RA62","B8JLJ8","Zinc finger protein 827","wu:fc19f05","znf827","B8JLJ8","Zinc finger protein 827","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000116598/7955.ENSDARP00000029203","physical","txid7955" +"Q800U8","E7FF48","ff1d","SMRT","nr5a1b","ncor2","Steroidogenic factor 1 (Nuclear receptor subfamily 5 group A member 1)","Nuclear receptor corepressor 2","string-db","7955.ENSDARP00000051138/7955.ENSDARP00000029204","physical","txid7955" +"Q4KMK0","F1QWB4","nsun3","hnrpk","nsun3","hnrnpk","tRNA (cytosine(34)-C(5))-methyltransferase, mitochondrial (EC 2.1.1.-) (NOL1/NOP2/Sun domain family member 3)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000118143","physical","txid7955" +"F1QPK2","Q803H2","hccsa","hccs","hccsa.1","hccsb","Holocytochrome c-type synthase (EC 4.4.1.17)","Holocytochrome c-type synthase (EC 4.4.1.17)","string-db","7955.ENSDARP00000141384/7955.ENSDARP00000029466","physical","txid7955" +"Q66I51","Q32PR0","tmem55bb","tmem55ba","Q66I51","tmem55ba","Type I phosphatidylinositol 4,5-bisphosphate 4-phosphatase-B (PtdIns-4,5-P2 4-Ptase I-B) (EC 3.1.3.78) (Transmembrane protein 55B-B)","Type I phosphatidylinositol 4,5-bisphosphate 4-phosphatase-A (PtdIns-4,5-P2 4-Ptase I-A) (EC 3.1.3.78) (Transmembrane protein 55B-A)","string-db","7955.ENSDARP00000115253/7955.ENSDARP00000029568","physical","txid7955" +"Q66I51","Q1LWC3","tmem55bb","si:ch211-134n17.1","Q66I51","pip4p2","Type I phosphatidylinositol 4,5-bisphosphate 4-phosphatase-B (PtdIns-4,5-P2 4-Ptase I-B) (EC 3.1.3.78) (Transmembrane protein 55B-B)","Phosphatidylinositol-4,5-bisphosphate 4-phosphatase (EC 3.1.3.78)","string-db","7955.ENSDARP00000072921/7955.ENSDARP00000029568","physical","txid7955" +"Q1LWC3","Q32PR0","si:ch211-134n17.1","tmem55ba","pip4p2","tmem55ba","Phosphatidylinositol-4,5-bisphosphate 4-phosphatase (EC 3.1.3.78)","Type I phosphatidylinositol 4,5-bisphosphate 4-phosphatase-A (PtdIns-4,5-P2 4-Ptase I-A) (EC 3.1.3.78) (Transmembrane protein 55B-A)","string-db","7955.ENSDARP00000115253/7955.ENSDARP00000072921","physical","txid7955" +"Q58EE9","Q92005","gfap","eef1a","Q58EE9","eef1a","Glial fibrillary acidic protein (GFAP)","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","string-db","7955.ENSDARP00000148761/7955.ENSDARP00000029607","physical","txid7955" +"Q804R0","O13166","lbx2","tle3a","lbx2","O13166","Transcription factor LBX2 (Ladybird homeobox 2) (Ladybird homeobox protein homolog 2)","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000029690","physical","txid7955" +"Q8QGA2","Q9PVD3","pth2","pth1ra","pth2","pth1r","Tuberoinfundibular peptide of 39 residues (TIP39) (Parathyroid hormone 2)","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","string-db","7955.ENSDARP00000091807/7955.ENSDARP00000029759","physical","txid7955" +"Q8QGA2","Q6WQ24","pth2","pth2","pth2","Q6WQ24","Tuberoinfundibular peptide of 39 residues (TIP39) (Parathyroid hormone 2)","Parathyroid hormone","string-db","7955.ENSDARP00000118249/7955.ENSDARP00000029759","physical","txid7955" +"Q9PVD3","Q1L5E7","pth1ra","pthrp2","pth1r","Q1L5E7","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","Parathyroid hormone-related protein","string-db","7955.ENSDARP00000095624/7955.ENSDARP00000091807","physical","txid7955" +"Q9PVD3","Q6WQ24","pth1ra","pth2","pth1r","Q6WQ24","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","Parathyroid hormone","string-db","7955.ENSDARP00000118249/7955.ENSDARP00000091807","physical","txid7955" +"E7FFZ5","A0A8M2B5I7","smad10b","im:7137698","E7FFZ5","A0A8M2B5I7","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000124579","physical","txid7955" +"A0A8M1N9U9","A0A8M2B5I7","si:dkey-222b8.1","im:7137698","A0A8M1N9U9","A0A8M2B5I7","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","MAX dimerization protein MGA a (MAX gene-associated protein isoform X1)","string-db","7955.ENSDARP00000145285/7955.ENSDARP00000120222","physical","txid7955" +"A0A8M1N9U9","E7FFZ5","si:dkey-222b8.1","smad10b","A0A8M1N9U9","E7FFZ5","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000124579/7955.ENSDARP00000120222","physical","txid7955" +"Q6P026","A0A140LG23","banf1","si:dkey-23a13.21","banf1","A0A140LG23","Barrier-to-autointegration factor","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","Q90270","banf1","pou5f1","banf1","pou5f1","Barrier-to-autointegration factor","POU domain, class 5, transcription factor 1 (POU domain protein 2)","string-db","7955.ENSDARP00000065816/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","Q6PI20","banf1","h3f3a; h3f3b.1; h3-5; h3f3d","banf1","h3f3a;h3f3b.1;h3-5;h3f3d","Barrier-to-autointegration factor","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","Q4QRF4","banf1","; ;","banf1","-","Barrier-to-autointegration factor","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","E9QIK0","banf1","Emerin","banf1","E9QIK0","Barrier-to-autointegration factor","Emerin (Emery-Dreifuss muscular dystrophy) (Emerin isoform X1)","string-db","7955.ENSDARP00000117124/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","Q7ZSY3","banf1","smarca4","banf1","smarca4a","Barrier-to-autointegration factor","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","A8KBJ5","banf1","si:ch1073-153i20.2","banf1","-","Barrier-to-autointegration factor","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","E7EZV6","banf1","im:7159577","banf1","sun1","Barrier-to-autointegration factor","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","string-db","7955.ENSDARP00000111505/7955.ENSDARP00000053793","physical","txid7955" +"Q6P026","P26630","banf1","pax6a","banf1","pax6a","Barrier-to-autointegration factor","Paired box protein Pax-6 (Pax[Zf-a])","string-db","7955.ENSDARP00000135767/7955.ENSDARP00000053793","physical","txid7955" +"Q6P105","A0A8M2BIL8","HuC","elavl1","elavl3","A0A8M2BIL8","ELAV-like protein","ELAV-like protein","string-db","7955.ENSDARP00000120506/7955.ENSDARP00000030680","physical","txid7955" +"Q6P105","Q7T3J0","HuC","hes5","elavl3","Q7T3J0","ELAV-like protein","Hairy and enhancer of split 5 (Hairy and enhancer of split-related 15, tandem duplicate 1) (Her15) (Transcription factor HES-5)","string-db","7955.ENSDARP00000055706/7955.ENSDARP00000030680","physical","txid7955" +"Q5SP46","A4QN62","gxylt1","glt8d4","gxylt1","gxylt2","Glucoside xylosyltransferase 1 (EC 2.4.2.42) (Glycosyltransferase 8 domain-containing protein 3)","UDP-D-xylose:beta-D-glucoside alpha-1,3-D-xylosyltransferase (EC 2.4.2.42)","string-db","7955.ENSDARP00000064877/7955.ENSDARP00000030796","physical","txid7955" +"Q5U3P5","Q5RHU2","Chloride intracellular channel protein","si:dkey-146n1.1","Q5U3P5","podxl","Chloride intracellular channel protein","Podocalyxin (Podocalyxin-like protein 1)","string-db","7955.ENSDARP00000093077/7955.ENSDARP00000030813","physical","txid7955" +"A4IGC3","Q6DGV5","rilpl2","zgc:92757","rilpl2","rab10","RILP-like protein 2 (Rab-interacting lysosomal-like protein 2)","Ras-related protein Rab-10","string-db","7955.ENSDARP00000067775/7955.ENSDARP00000030815","physical","txid7955" +"A4IGC3","A0PJQ5","rilpl2","zgc:158229","rilpl2","rab36","RILP-like protein 2 (Rab-interacting lysosomal-like protein 2)","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","string-db","7955.ENSDARP00000039309/7955.ENSDARP00000030815","physical","txid7955" +"A0PJQ5","Q29RB1","zgc:158229","cog4","rab36","cog4","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","string-db","7955.ENSDARP00000070899/7955.ENSDARP00000039309","physical","txid7955" +"A0PJQ5","Q6DGB3","zgc:158229","zgc:100889","rab36","rab30","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","RAB30, member RAS oncogene family (Ras-related protein Rab-30)","string-db","7955.ENSDARP00000055219/7955.ENSDARP00000039309","physical","txid7955" +"A0PJQ5","Q58EK5","zgc:158229","tdrd1","rab36","Q58EK5","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000039309","physical","txid7955" +"A0PJQ5","A0A0R4IS45","zgc:158229","si:ch211-203f4.1","rab36","cog6","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000039309","physical","txid7955" +"A0PJQ5","Q4V946","zgc:158229","fj12b07","rab36","rabggtb","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000039309","physical","txid7955" +"D1L3Y5","Q7SYM1","si:ch211-225p5.1","wu:fi75f05","dyrk1b","foxk1","dual-specificity kinase (EC 2.7.12.1)","Forkhead box K1 (Forkhead box protein K1)","string-db","7955.ENSDARP00000055200/7955.ENSDARP00000030868","physical","txid7955" +"D1L3Y5","Q8AY15","si:ch211-225p5.1","madh3","dyrk1b","smad3a","dual-specificity kinase (EC 2.7.12.1)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000030868","physical","txid7955" +"Q7SYM1","A0A8M9PX23","wu:fi75f05","ASXL transcriptional regulator 1","foxk1","A0A8M9PX23","Forkhead box K1 (Forkhead box protein K1)","ASXL transcriptional regulator 1 (Polycomb group protein ASXL1 isoform X3)","string-db","7955.ENSDARP00000121943/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","Q7T1S3","wu:fi75f05","yy1","foxk1","yy1a","Forkhead box K1 (Forkhead box protein K1)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","string-db","7955.ENSDARP00000062810/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","X1WFM6","wu:fi75f05","Methyl-CpG-binding domain protein 6","foxk1","mbd6","Forkhead box K1 (Forkhead box protein K1)","Methyl-CpG-binding domain protein 6","string-db","7955.ENSDARP00000129030/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","A1L2G3","wu:fi75f05","bap1","foxk1","A1L2G3","Forkhead box K1 (Forkhead box protein K1)","Ubiquitin carboxyl-terminal hydrolase BAP1 (EC 3.4.19.12) (BRCA1-associated protein 1)","string-db","7955.ENSDARP00000086210/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","A5D6S0","wu:fi75f05","Paired amphipathic helix protein Sin3a","foxk1","sin3aa","Forkhead box K1 (Forkhead box protein K1)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","string-db","7955.ENSDARP00000077974/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","E7F0R9","wu:fi75f05","Paired amphipathic helix protein Sin3a isoform X2","foxk1","sin3ab","Forkhead box K1 (Forkhead box protein K1)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","string-db","7955.ENSDARP00000149185/7955.ENSDARP00000055200","physical","txid7955" +"Q7SYM1","A0A8M9PQY4","wu:fi75f05","fc07b09","foxk1","A0A8M9PQY4","Forkhead box K1 (Forkhead box protein K1)","Host cell factor 1 (Host cell factor C1b)","string-db","7955.ENSDARP00000121690/7955.ENSDARP00000055200","physical","txid7955" +"Q6DI06","Q9W762","timm10","timm9","Q6DI06","Q9W762","Mitochondrial import inner membrane translocase subunit Tim10","Mitochondrial import inner membrane translocase subunit Tim9","string-db","7955.ENSDARP00000106401/7955.ENSDARP00000091094","physical","txid7955" +"Q6DI06","E7FA60","timm10","timm22","Q6DI06","timm22","Mitochondrial import inner membrane translocase subunit Tim10","Mitochondrial import inner membrane translocase subunit TIM22","string-db","7955.ENSDARP00000106052/7955.ENSDARP00000091094","physical","txid7955" +"Q6DI06","Q7T2P6","timm10","timm23","Q6DI06","Q7T2P6","Mitochondrial import inner membrane translocase subunit Tim10","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000091094","physical","txid7955" +"Q6DI06","F1QCP6","timm10","tafazzin","Q6DI06","taz","Mitochondrial import inner membrane translocase subunit Tim10","Tafazzin (Taz) (EC 2.3.1.-)","string-db","7955.ENSDARP00000120241/7955.ENSDARP00000091094","physical","txid7955" +"Q6DI06","Q8JHI0","timm10","SLC25A5","Q6DI06","slc25a5","Mitochondrial import inner membrane translocase subunit Tim10","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000091094","physical","txid7955" +"Q9W762","F1QCP6","timm9","tafazzin","Q9W762","taz","Mitochondrial import inner membrane translocase subunit Tim9","Tafazzin (Taz) (EC 2.3.1.-)","string-db","7955.ENSDARP00000120241/7955.ENSDARP00000106401","physical","txid7955" +"E7F5X2","Q7ZVI3","Copine VIII","wu:fi15a09","cpne8","rhoq","Copine VIII (Copine-8)","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","string-db","7955.ENSDARP00000032142/7955.ENSDARP00000030953","physical","txid7955" +"E7F5X2","A3QJU6","Copine VIII","zgc:136923","cpne8","A3QJU6","Copine VIII (Copine-8)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000030953","physical","txid7955" +"Q8JHF2","Q9W6T7","lfng","psen1","lfng","Q9W6T7","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000031031","physical","txid7955" +"Q8JHF2","Q5YB40","lfng","mfng","lfng","mfng","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","Beta-1,3-N-acetylglucosaminyltransferase manic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","string-db","7955.ENSDARP00000063007/7955.ENSDARP00000031031","physical","txid7955" +"Q8JHF2","Q6KFX9","lfng","rfng","lfng","Q6KFX9","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","Beta-1,3-N-acetylglucosaminyltransferase radical fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","string-db","7955.ENSDARP00000105906/7955.ENSDARP00000031031","physical","txid7955" +"Q5YB40","Q6KFX9","mfng","rfng","mfng","Q6KFX9","Beta-1,3-N-acetylglucosaminyltransferase manic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","Beta-1,3-N-acetylglucosaminyltransferase radical fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","string-db","7955.ENSDARP00000105906/7955.ENSDARP00000063007","physical","txid7955" +"Q5YB40","Q9W6T7","mfng","psen1","mfng","Q9W6T7","Beta-1,3-N-acetylglucosaminyltransferase manic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","Presenilin-1 (PS-1) (Zf-PS1) (EC 3.4.23.-)","string-db","7955.ENSDARP00000136264/7955.ENSDARP00000063007","physical","txid7955" +"E7FCK6","Q6AXJ2","Nuclear FMR1-interacting protein 2","eif3ha","E7FCK6","eif3ha","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000090987","physical","txid7955" +"E7FCK6","Q6PBK3","Nuclear FMR1-interacting protein 2","rps28","E7FCK6","rps28","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000090987","physical","txid7955" +"Q5RHZ5","Q6AXJ2","wu:fe25a04","eif3ha","si:ch211-214j24.10","eif3ha","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","string-db","7955.ENSDARP00000129950/7955.ENSDARP00000067377","physical","txid7955" +"Q5RHZ5","E7FCK6","wu:fe25a04","Nuclear FMR1-interacting protein 2","si:ch211-214j24.10","E7FCK6","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","Nuclear FMR1-interacting protein 2 (Nuclear fragile X mental retardation-interacting protein 2)","string-db","7955.ENSDARP00000090987/7955.ENSDARP00000067377","physical","txid7955" +"Q5RHZ5","Q6PBK3","wu:fe25a04","rps28","si:ch211-214j24.10","rps28","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","string-db","7955.ENSDARP00000115796/7955.ENSDARP00000067377","physical","txid7955" +"F1R0K1","Q1L8T6","TCF-1","wu:fc46c10","elk4","pygo2","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","Pygopus homolog 2","string-db","7955.ENSDARP00000117585/7955.ENSDARP00000093624","physical","txid7955" +"F1R0K1","F1R405","TCF-1","si:ch73-15j19.1","elk4","bcl9","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000093624","physical","txid7955" +"F1R0K1","Q9W7C0","TCF-1","Lymphocyte enhancer binding factor 1","elk4","lef1","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000093624","physical","txid7955" +"F1R0K1","A8DU70","TCF-1","wu:fd36e09","elk4","A8DU70","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","Kaiso (Zinc finger and BTB domain-containing 33)","string-db","7955.ENSDARP00000096464/7955.ENSDARP00000093624","physical","txid7955" +"F1R0K1","F1QGH7","TCF-1","ctnnb1","elk4","ctnnb1","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000093624","physical","txid7955" +"A0A0R4IVK2","Q6GQM7","fz1","zgc:91871","A0A0R4IVK2","bambib","Frizzled-4","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000139144","physical","txid7955" +"Q7ZZT0","Q6NYJ9","ldlr","fa16e07","Q7ZZT0","ap2b1","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","E7F2J6","ldlr","Proprotein convertase subtilisin/kexin type 9","Q7ZZT0","E7F2J6","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","Proprotein convertase subtilisin/kexin type 9 (Proprotein convertase 9) (Subtilisin/kexin-like protease PC9)","string-db","7955.ENSDARP00000104114/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","E9QBV1","ldlr","fd07f11","Q7ZZT0","cltcb","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","Q7ZW98","ldlr","ap2m1b","Q7ZZT0","Q7ZW98","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","O42364","ldlr","apoeb","Q7ZZT0","apoeb","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","Apolipoprotein Eb (Apo-Eb)","string-db","7955.ENSDARP00000058964/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","Q6P937","ldlr","wu:fb61d08","Q7ZZT0","clta","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000046296","physical","txid7955" +"Q7ZZT0","A0A2R8PYX4","ldlr","Low density lipoprotein receptor adapter protein 1 isoform X1","Q7ZZT0","si:dkey-71h2.2","Low density lipoprotein receptor (Low-density lipoprotein receptor precursor)","Low density lipoprotein receptor adapter protein 1 isoform X1 (Si:dkey-71h2.2)","string-db","7955.ENSDARP00000145179/7955.ENSDARP00000046296","physical","txid7955" +"Q6P3J7","F1R966","ehd2","cb1033","ehd2b","F1R966","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","X1WCN4","ehd2","EH domain-binding protein 1","ehd2b","X1WCN4","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","EH domain-binding protein 1","string-db","7955.ENSDARP00000127979/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","F1QZG1","ehd2","zgc:63504","ehd2b","F1QZG1","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Myoferlin","string-db","7955.ENSDARP00000117746/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","Q6P937","ehd2","wu:fb61d08","ehd2b","clta","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","E9QBV1","ehd2","fd07f11","ehd2b","cltcb","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","Q7ZW98","ehd2","ap2m1b","ehd2b","Q7ZW98","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","E7F4H1","ehd2","si:rp71-50c18.1","ehd2b","E7F4H1","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Dysferlin (Dysferlin, limb girdle muscular dystrophy 2B (autosomal recessive))","string-db","7955.ENSDARP00000077055/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","Q6NYJ9","ehd2","fa16e07","ehd2b","ap2b1","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","Q58EK5","ehd2","tdrd1","ehd2b","Q58EK5","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000059062","physical","txid7955" +"Q6P3J7","A0A286Y9F1","ehd2","Clathrin light chain","ehd2b","A0A286Y9F1","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000059062","physical","txid7955" +"E9QGV7","Q7ZW98","EH domain-containing protein 2-like","ap2m1b","E9QGV7","Q7ZW98","EH domain-containing protein 2-like (EH-domain-containing 2a)","AP-2 complex subunit mu-B (AP-2 mu-B chain) (Clathrin assembly protein complex 2 mu-B medium chain) (Clathrin coat assembly protein AP50-B) (Clathrin coat-associated protein AP50-B) (Mu2-adaptin-B) (Plasma membrane adaptor AP-2 50 kDa protein B)","string-db","7955.ENSDARP00000126276/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","F1R966","EH domain-containing protein 2-like","cb1033","E9QGV7","F1R966","EH domain-containing protein 2-like (EH-domain-containing 2a)","Clathrin heavy chain","string-db","7955.ENSDARP00000063848/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","E9QBV1","EH domain-containing protein 2-like","fd07f11","E9QGV7","cltcb","EH domain-containing protein 2-like (EH-domain-containing 2a)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","Q6P3J7","EH domain-containing protein 2-like","ehd2","E9QGV7","ehd2b","EH domain-containing protein 2-like (EH-domain-containing 2a)","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","string-db","7955.ENSDARP00000059062/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","Q6NYJ9","EH domain-containing protein 2-like","fa16e07","E9QGV7","ap2b1","EH domain-containing protein 2-like (EH-domain-containing 2a)","AP complex subunit beta","string-db","7955.ENSDARP00000132587/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","A0A286Y9F1","EH domain-containing protein 2-like","Clathrin light chain","E9QGV7","A0A286Y9F1","EH domain-containing protein 2-like (EH-domain-containing 2a)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000050884","physical","txid7955" +"E9QGV7","Q6P937","EH domain-containing protein 2-like","wu:fb61d08","E9QGV7","clta","EH domain-containing protein 2-like (EH-domain-containing 2a)","Clathrin light chain","string-db","7955.ENSDARP00000067081/7955.ENSDARP00000050884","physical","txid7955" +"C6SUS4","Q6QX43","si:dkeyp-77c8.7","GPHa","C6SUS4","Q6QX43","Glycoprotein hormone beta-5 isoform X1 (Glycoprotein hormone beta-5 precursor) (Glycoprotein hormone subunit beta 5) (Putative glycoprotein hormone-beta5) (Thyrostimulin beta subunit)","Glycoprotein hormones alpha chain","string-db","7955.ENSDARP00000127496/7955.ENSDARP00000031688","physical","txid7955" +"C6SUS4","C6SUQ4","si:dkeyp-77c8.7","gpa2","C6SUS4","C6SUQ4","Glycoprotein hormone beta-5 isoform X1 (Glycoprotein hormone beta-5 precursor) (Glycoprotein hormone subunit beta 5) (Putative glycoprotein hormone-beta5) (Thyrostimulin beta subunit)","Glycoprotein hormones alpha chain","string-db","7955.ENSDARP00000103177/7955.ENSDARP00000031688","physical","txid7955" +"C6SUQ4","Q6QX43","gpa2","GPHa","C6SUQ4","Q6QX43","Glycoprotein hormones alpha chain","Glycoprotein hormones alpha chain","string-db","7955.ENSDARP00000127496/7955.ENSDARP00000103177","physical","txid7955" +"Q6QX43","Q6TCF5","GPHa","lhbeta1","Q6QX43","Q6TCF5","Glycoprotein hormones alpha chain","Lhb protein (Luteinizing hormone beta 2) (Luteinizing hormone subunit beta) (Luteinizing hormone, beta polypeptide)","string-db","7955.ENSDARP00000130032/7955.ENSDARP00000127496","physical","txid7955" +"E9QBC5","A5PMX0","cd9","fi76d06","E9QBC5","vcam1b","Tetraspanin","Vascular cell adhesion molecule 1b (Vascular cell adhesion protein 1 isoform X1)","string-db","7955.ENSDARP00000144690/7955.ENSDARP00000116547","physical","txid7955" +"E9QBC5","A0A2R8QHQ6","cd9","izumo1","E9QBC5","izumo1","Tetraspanin","Izumo sperm-egg fusion 1 (Izumo sperm-egg fusion protein 1 precursor)","string-db","7955.ENSDARP00000154667/7955.ENSDARP00000116547","physical","txid7955" +"E9QBC5","Q6DHQ4","cd9","Tetraspanin","E9QBC5","tspan4a","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000143203/7955.ENSDARP00000116547","physical","txid7955" +"F1QFG9","Q9W735","sb:eu862","prom1a","sdcbp","Q9W735","Syndecan-binding protein (syntenin) (Syntenin-1)","Prominin-1-A (Prominin-like protein 1)","string-db","7955.ENSDARP00000135195/7955.ENSDARP00000050076","physical","txid7955" +"F1QFG9","Q90Z32","sb:eu862","fc10d03","sdcbp","Q90Z32","Syndecan-binding protein (syntenin) (Syntenin-1)","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000050076","physical","txid7955" +"E7FE47","Q6IQX2","Collagen alpha-2","alpha2","E7FE47","Q6IQX2","Collagen alpha-2(V) chain (Collagen, type V, alpha 2b)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000031878","physical","txid7955" +"E7FE47","D6MUD3","Collagen alpha-2","COL11A1b","E7FE47","D6MUD3","Collagen alpha-2(V) chain (Collagen, type V, alpha 2b)","Collagen alpha-1(XI) chain (Collagen type XI alpha-1b) (Collagen, type XI, alpha 1b)","string-db","7955.ENSDARP00000049588/7955.ENSDARP00000031878","physical","txid7955" +"D6MUD3","Q6IQX2","COL11A1b","alpha2","D6MUD3","Q6IQX2","Collagen alpha-1(XI) chain (Collagen type XI alpha-1b) (Collagen, type XI, alpha 1b)","Collagen alpha-2(I) chain precursor (Collagen, type I, alpha 2)","string-db","7955.ENSDARP00000118091/7955.ENSDARP00000049588","physical","txid7955" +"A8WH84","Q6NYJ2","il-11ra","zgc:77038","il11ra","socs3b","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","H9A0J9","il-11ra","Interleukin-6","il11ra","H9A0J9","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Interleukin-6","string-db","7955.ENSDARP00000131017/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","B8ZHI7","il-11ra","gcsf","il11ra","B8ZHI7","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","O12990","il-11ra","jak1","il11ra","O12990","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","string-db","7955.ENSDARP00000037399/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","A8WH79","il-11ra","gp130","il11ra","il6st","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","A0A8M3AQW8","il-11ra","Tyrosine-protein kinase","il11ra","A0A8M3AQW8","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000032045","physical","txid7955" +"A8WH84","O93599","il-11ra","STAT3b1","il11ra","stat3","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000032045","physical","txid7955" +"H9A0J9","A8WH79","Interleukin-6","gp130","H9A0J9","il6st","Interleukin-6","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000131017","physical","txid7955" +"H9A0J9","B8ZHI7","Interleukin-6","gcsf","H9A0J9","B8ZHI7","Interleukin-6","Colony-stimulating factor 3 (granulocyte) a (Granulocyte colony stimulating factor)","string-db","7955.ENSDARP00000135413/7955.ENSDARP00000131017","physical","txid7955" +"Q66HU1","A3QJU6","zgc:92806","zgc:136923","cdc42ep3","A3QJU6","CDC42 effector protein (Rho GTPase-binding) 3 (Cdc42 effector protein 3) (Zgc:92806)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000069193","physical","txid7955" +"Q66HU1","Q6PFU4","zgc:92806","cdc42a","cdc42ep3","cdc42","CDC42 effector protein (Rho GTPase-binding) 3 (Cdc42 effector protein 3) (Zgc:92806)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000069193","physical","txid7955" +"Q5TZ37","Q7ZSZ9","fb82d10","rac1","cdc42bpab","rac1a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000040455","physical","txid7955" +"Q5TZ37","A3QJU6","fb82d10","zgc:136923","cdc42bpab","A3QJU6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000040455","physical","txid7955" +"F6P346","F1QM54","id:ibd1121","fb18g01","F6P346","F1QM54","E3 ubiquitin-protein ligase (EC 2.3.2.26)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000081798","physical","txid7955" +"Q5U3Q6","Q5MPX4","trip10","Transferrin receptor protein 1","Q5U3Q6","Q5MPX4","Cdc42-interacting protein 4 homolog (Thyroid receptor-interacting protein 10 homolog)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000105597","physical","txid7955" +"Q5U3Q6","Q6IQK3","trip10","zgc:86726","Q5U3Q6","vamp3","Cdc42-interacting protein 4 homolog (Thyroid receptor-interacting protein 10 homolog)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","string-db","7955.ENSDARP00000114025/7955.ENSDARP00000105597","physical","txid7955" +"Q5TZ42","A3QJU6","si:dkeyp-93h6.2","zgc:136923","cdc42bpb","A3QJU6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000049436","physical","txid7955" +"Q4H4B6","Q0P4B0","scrib","Rho","scrib","Q0P4B0","Protein scribble homolog (Scribble1)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000068701","physical","txid7955" +"Q4H4B6","A3QJU6","scrib","zgc:136923","scrib","A3QJU6","Protein scribble homolog (Scribble1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000068701","physical","txid7955" +"Q4H4B6","Q6PC71","scrib","arhe","scrib","rnd3a","Protein scribble homolog (Scribble1)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000068701","physical","txid7955" +"Q5BKX1","A3QJU6","zgc:103557","zgc:136923","cdc42ep2","A3QJU6","CDC42 effector protein (Rho GTPase-binding) 2 (Cdc42 effector protein 2) (Cdc42ep2 protein)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000070562","physical","txid7955" +"A0A8M1RHF3","A3QJU6","Metalloreductase STEAP3","zgc:136923","A0A8M1RHF3","A3QJU6","Metalloreductase STEAP3 (STEAP family member 3, metalloreductase)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000122155","physical","txid7955" +"F1QI79","A0A8M9QJ44","zgc:56525","Extracellular serine/threonine protein kinase FAM20C","-","A0A8M9QJ44","Golgi membrane protein 1 (Zgc:56525)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000032153","physical","txid7955" +"F1QZM4","Q6PSS4","nip3b","gabarap","bnip4","gabarapa","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","GABA(A) receptor-associated protein","string-db","7955.ENSDARP00000051546/7955.ENSDARP00000032168","physical","txid7955" +"F1QZM4","Q6DH82","nip3b","wu:fj43a09","bnip4","-","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000032168","physical","txid7955" +"F1QZM4","F1RCP1","nip3b","becn1","bnip4","F1RCP1","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000032168","physical","txid7955" +"F1QZM4","F1QY33","nip3b","GABA","bnip4","gabarapb","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000032168","physical","txid7955" +"F1QZM4","Q6TH05","nip3b","GABARAPL2","bnip4","gabarapl2","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","string-db","7955.ENSDARP00000039056/7955.ENSDARP00000032168","physical","txid7955" +"F1QZM4","Q4QRM2","nip3b","nip2","bnip4","Q4QRM2","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","string-db","7955.ENSDARP00000037307/7955.ENSDARP00000032168","physical","txid7955" +"Q4QRM2","Q6PSS4","nip2","gabarap","Q4QRM2","gabarapa","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","GABA(A) receptor-associated protein","string-db","7955.ENSDARP00000051546/7955.ENSDARP00000037307","physical","txid7955" +"Q4QRM2","Q6DH82","nip2","wu:fj43a09","Q4QRM2","-","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000037307","physical","txid7955" +"Q4QRM2","Q6TH05","nip2","GABARAPL2","Q4QRM2","gabarapl2","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","string-db","7955.ENSDARP00000039056/7955.ENSDARP00000037307","physical","txid7955" +"Q4QRM2","F1RCP1","nip2","becn1","Q4QRM2","F1RCP1","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000037307","physical","txid7955" +"Q4QRM2","F1QY33","nip2","GABA","Q4QRM2","gabarapb","Bcl-2/adenovirus E1B 19kD interaction protein XR (Zgc:73226)","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000037307","physical","txid7955" +"Q7SZW5","Q6NYG0","zgc:86889","np","Q7SZW5","pnp5a","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000093456/7955.ENSDARP00000032177","physical","txid7955" +"Q7SZW5","Q1LWJ1","zgc:86889","zgc:77182","Q7SZW5","Q1LWJ1","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000060000/7955.ENSDARP00000032177","physical","txid7955" +"Q7SZW5","Q5CZW2","zgc:86889","im:6911242","Q7SZW5","upp1","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Uridine phosphorylase (EC 2.4.2.3)","string-db","7955.ENSDARP00000059904/7955.ENSDARP00000032177","physical","txid7955" +"Q7SZW5","Q6P016","zgc:86889","zgc:77825","Q7SZW5","pnp4b","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000041992/7955.ENSDARP00000032177","physical","txid7955" +"Q5CZW2","Q6NYG0","im:6911242","np","upp1","pnp5a","Uridine phosphorylase (EC 2.4.2.3)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000093456/7955.ENSDARP00000059904","physical","txid7955" +"Q5CZW2","Q1LWJ1","im:6911242","zgc:77182","upp1","Q1LWJ1","Uridine phosphorylase (EC 2.4.2.3)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000060000/7955.ENSDARP00000059904","physical","txid7955" +"Q1LWJ1","Q6NYG0","zgc:77182","np","Q1LWJ1","pnp5a","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000093456/7955.ENSDARP00000060000","physical","txid7955" +"Q6P016","Q1LWJ1","zgc:77825","zgc:77182","pnp4b","Q1LWJ1","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000060000/7955.ENSDARP00000041992","physical","txid7955" +"Q6P016","Q6NYG0","zgc:77825","np","pnp4b","pnp5a","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","string-db","7955.ENSDARP00000093456/7955.ENSDARP00000041992","physical","txid7955" +"Q6P016","Q5CZW2","zgc:77825","im:6911242","pnp4b","upp1","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","Uridine phosphorylase (EC 2.4.2.3)","string-db","7955.ENSDARP00000059904/7955.ENSDARP00000041992","physical","txid7955" +"A2BGA0","Q90419","rfx4","shhb","rfx4","shhb","Transcription factor RFX4 (Regulatory factor X 4)","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000032295","physical","txid7955" +"Q567G2","A0A0N4SUD2","wdr73","Ubi-p63E","Q567G2","ubb","WD repeat-containing protein 73","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000032408","physical","txid7955" +"Q567G2","A4QP73","wdr73","ttc19","Q567G2","A4QP73","WD repeat-containing protein 73","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","string-db","7955.ENSDARP00000102293/7955.ENSDARP00000032408","physical","txid7955" +"Q567G2","Q7SXR2","wdr73","dnajb12","Q567G2","dnajb12a","WD repeat-containing protein 73","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","string-db","7955.ENSDARP00000057524/7955.ENSDARP00000032408","physical","txid7955" +"Q567G2","A8E7S8","wdr73","zgc:92289","Q567G2","morf4l1","WD repeat-containing protein 73","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000032408","physical","txid7955" +"Q567G2","E7F6T8","wdr73","usp37","Q567G2","E7F6T8","WD repeat-containing protein 73","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000032408","physical","txid7955" +"Q7SXR2","A0A2R8Q8D7","dnajb12","lyrm4","dnajb12a","si:ch211-152c8.4","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000057524","physical","txid7955" +"Q7SXR2","B8JLQ0","dnajb12","lyrm4","dnajb12a","lyrm4","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","LYR motif-containing protein 4","string-db","7955.ENSDARP00000103510/7955.ENSDARP00000057524","physical","txid7955" +"Q7SXR2","A8E7S8","dnajb12","zgc:92289","dnajb12a","morf4l1","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000057524","physical","txid7955" +"Q7SXR2","A4QP73","dnajb12","ttc19","dnajb12a","A4QP73","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","Tetratricopeptide repeat protein 19, mitochondrial (TPR repeat protein 19)","string-db","7955.ENSDARP00000102293/7955.ENSDARP00000057524","physical","txid7955" +"Q8UVZ1","A5WWG2","c/ebpa","cip1","cebpa","cdkn1a","CCAAT/enhancer-binding protein","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000052365","physical","txid7955" +"Q1LX17","A0A0R4IU39","si:dkey-94n12.2","wu:fe49f10","Q1LX17","cdc20","Cyclin-dependent kinases regulatory subunit","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000096323","physical","txid7955" +"Q08BY6","E7EXT6","zgc:153964","non-specific serine/threonine protein kinase","Q08BY6","akt3b","Tyrosine-protein kinase (EC 2.7.10.2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000111940/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","Q90459","zgc:153964","ccnd1","Q08BY6","ccnd1","Tyrosine-protein kinase (EC 2.7.10.2)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","E7F8G5","zgc:153964","LOC100004299","Q08BY6","arhgap35a","Tyrosine-protein kinase (EC 2.7.10.2)","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","P47794","zgc:153964","ccne1","Q08BY6","P47794","Tyrosine-protein kinase (EC 2.7.10.2)","G1/S-specific cyclin-E1","string-db","7955.ENSDARP00000141259/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","A0A0R4IBM0","zgc:153964","wu:fm70e01","Q08BY6","nrg1","Tyrosine-protein kinase (EC 2.7.10.2)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","O93599","zgc:153964","STAT3b1","Q08BY6","stat3","Tyrosine-protein kinase (EC 2.7.10.2)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","E7FCS5","zgc:153964","Neuregulin 3b","Q08BY6","nrg3b","Tyrosine-protein kinase (EC 2.7.10.2)","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000106379/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","A9JRW9","zgc:153964","Proheparin-binding EGF-like growth factor","Q08BY6","A9JRW9","Tyrosine-protein kinase (EC 2.7.10.2)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","B5DE36","zgc:153964","zgc:175192","Q08BY6","B5DE36","Tyrosine-protein kinase (EC 2.7.10.2)","BCAR1 scaffold protein, Cas family member (Breast cancer anti-estrogen resistance protein 1) (Zgc:175192 protein)","string-db","7955.ENSDARP00000106517/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","A0A0R4INZ6","zgc:153964","Betacellulin, epidermal growth factor family member","Q08BY6","A0A0R4INZ6","Tyrosine-protein kinase (EC 2.7.10.2)","Betacellulin, epidermal growth factor family member","string-db","7955.ENSDARP00000136928/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","E7F7J7","zgc:153964","Glycoprotein","Q08BY6","gpnmb","Tyrosine-protein kinase (EC 2.7.10.2)","Glycoprotein (transmembrane) nmb (Transmembrane glycoprotein NMB isoform X1)","string-db","7955.ENSDARP00000085316/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","Q6NYJ2","zgc:153964","zgc:77038","Q08BY6","socs3b","Tyrosine-protein kinase (EC 2.7.10.2)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","Q6NW62","zgc:153964","khdrbs1l","Q08BY6","khdrbs1b","Tyrosine-protein kinase (EC 2.7.10.2)","KH domain-containing, RNA-binding, signal transduction-associated 1b (KH domain-containing, RNA-binding, signal transduction-associated protein 1) (Zgc:85948)","string-db","7955.ENSDARP00000094247/7955.ENSDARP00000078382","physical","txid7955" +"Q08BY6","E7FGA4","zgc:153964","NRG2b","Q08BY6","nrg2b","Tyrosine-protein kinase (EC 2.7.10.2)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000078382","physical","txid7955" +"Q6GQM9","Q6TH14","eno3","ENO1","eno2","eno3","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000120742/7955.ENSDARP00000032456","physical","txid7955" +"Q6GQM9","Q08BC6","eno3","eno4","eno2","Q08BC6","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","Enolase 4 (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000094621/7955.ENSDARP00000032456","physical","txid7955" +"Q6GQM9","Q6PC89","eno3","zgc:73056","eno2","eno1b","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000113905/7955.ENSDARP00000032456","physical","txid7955" +"Q08BC6","Q6TH14","eno4","ENO1","Q08BC6","eno3","Enolase 4 (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000120742/7955.ENSDARP00000094621","physical","txid7955" +"Q08BC6","Q6PC89","eno4","zgc:73056","Q08BC6","eno1b","Enolase 4 (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000113905/7955.ENSDARP00000094621","physical","txid7955" +"Q6TH14","A3KH14","ENO1","TLR1.2","eno3","A3KH14","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","Toll-like receptor 18 (Toll-like receptor 18 precursor)","string-db","7955.ENSDARP00000124565/7955.ENSDARP00000120742","physical","txid7955" +"Q6PC89","Q6TH14","zgc:73056","ENO1","eno1b","eno3","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","string-db","7955.ENSDARP00000120742/7955.ENSDARP00000113905","physical","txid7955" +"A8E7N5","A0A0R4IS45","si:dkey-200h23.3","si:ch211-203f4.1","vps45","cog6","Vacuolar protein sorting 45 homolog (Vacuolar protein sorting-associated protein 45)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000081395","physical","txid7955" +"A0A286YAE5","A8E5K6","CCR4-NOT transcription complex subunit 4","wu:fe49a05","cnot4a","cnot8","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000143940","physical","txid7955" +"F1Q4L8","A0A286YAE5","cnot3","CCR4-NOT transcription complex subunit 4","cnot3a","cnot4a","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","string-db","7955.ENSDARP00000143940/7955.ENSDARP00000092876","physical","txid7955" +"F1Q4L8","A8E5K6","cnot3","wu:fe49a05","cnot3a","cnot8","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000092876","physical","txid7955" +"F1Q4L8","Q6NWL4","cnot3","cnot9","cnot3a","cnot9","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","string-db","7955.ENSDARP00000113790/7955.ENSDARP00000092876","physical","txid7955" +"F1Q4L8","Q1LUD8","cnot3","cnot3","cnot3a","cnot3b","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","CCR4-NOT transcription complex, subunit 3b","string-db","7955.ENSDARP00000121075/7955.ENSDARP00000092876","physical","txid7955" +"F1Q4L8","A1A5H6","cnot3","cnot1","cnot3a","A1A5H6","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000092876","physical","txid7955" +"Q6NYQ7","A0A0R4IKV3","wu:fa20d10","nadkd1","Q6NYQ7","nadk2","proton-translocating NAD(P)(+) transhydrogenase (EC 7.1.1.1)","NAD kinase 2, mitochondrial (EC 2.7.1.23) (NAD kinase domain-containing protein 1, mitochondrial)","string-db","7955.ENSDARP00000112992/7955.ENSDARP00000032730","physical","txid7955" +"Q6NSN2","A0JMP5","mao","abp1","mao","A0JMP5","Amine oxidase [flavin-containing] (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase) (MAO) (Z-MAO)","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000081856/7955.ENSDARP00000032834","physical","txid7955" +"F1QIY4","E9QBV1","wu:fi09g03","fd07f11","F1QIY4","cltcb","phosphoinositide 5-phosphatase (EC 3.1.3.36)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","C3PTE8","wu:fi09g03","Beta-arrestin-1","F1QIY4","arrb1","phosphoinositide 5-phosphatase (EC 3.1.3.36)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","A0A0R4IIR1","wu:fi09g03","dnm2","F1QIY4","dnm2a","phosphoinositide 5-phosphatase (EC 3.1.3.36)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","A0A0R4IRS1","wu:fi09g03","AP-1 complex subunit mu-1","F1QIY4","ap1m1","phosphoinositide 5-phosphatase (EC 3.1.3.36)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","Q803D1","wu:fi09g03","wu:fb33e02","F1QIY4","arf1","phosphoinositide 5-phosphatase (EC 3.1.3.36)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","B0R0W9","wu:fi09g03","tbc1d8b","F1QIY4","tbc1d8b","phosphoinositide 5-phosphatase (EC 3.1.3.36)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","A5PMS9","wu:fi09g03","fa11e04","F1QIY4","ap1b1","phosphoinositide 5-phosphatase (EC 3.1.3.36)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000098254","physical","txid7955" +"F1QIY4","E9QC42","wu:fi09g03","zgc:56506","F1QIY4","sybl1","phosphoinositide 5-phosphatase (EC 3.1.3.36)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000098254","physical","txid7955" +"Q6NUT7","A0A0R4IRS1","sort1","AP-1 complex subunit mu-1","Q6NUT7","ap1m1","Sortilin","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000131691","physical","txid7955" +"Q6NUT7","A0A0R4IIR1","sort1","dnm2","Q6NUT7","dnm2a","Sortilin","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000131691","physical","txid7955" +"A0A0R4IKR8","A0A0R4IRS1","hip1r","AP-1 complex subunit mu-1","A0A0R4IKR8","ap1m1","Huntingtin-interacting protein 1-related b (Huntingtin-interacting protein 1-related protein)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000134811","physical","txid7955" +"Q6IQ85","Q6NSP1","yipf6","zgc:56704","yipf6","ap1s1","Protein YIPF6 (YIP1 family member 6)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","A0A0R4IRS1","yipf6","AP-1 complex subunit mu-1","yipf6","ap1m1","Protein YIPF6 (YIP1 family member 6)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","Q803T6","yipf6","sh3gl2","yipf6","sh3gl2a","Protein YIPF6 (YIP1 family member 6)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","string-db","7955.ENSDARP00000085044/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","E9QC42","yipf6","zgc:56506","yipf6","sybl1","Protein YIPF6 (YIP1 family member 6)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","string-db","7955.ENSDARP00000116217/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","A0A0R4IIR1","yipf6","dnm2","yipf6","dnm2a","Protein YIPF6 (YIP1 family member 6)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","A5PMS9","yipf6","fa11e04","yipf6","ap1b1","Protein YIPF6 (YIP1 family member 6)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","Q803D1","yipf6","wu:fb33e02","yipf6","arf1","Protein YIPF6 (YIP1 family member 6)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","E9QBV1","yipf6","fd07f11","yipf6","cltcb","Protein YIPF6 (YIP1 family member 6)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","C3PTE8","yipf6","Beta-arrestin-1","yipf6","arrb1","Protein YIPF6 (YIP1 family member 6)","Beta-arrestin-1 (Arrestin beta-1)","string-db","7955.ENSDARP00000105997/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","B0R0W9","yipf6","tbc1d8b","yipf6","tbc1d8b","Protein YIPF6 (YIP1 family member 6)","TBC1 domain family member 8B","string-db","7955.ENSDARP00000121850/7955.ENSDARP00000071098","physical","txid7955" +"Q6IQ85","Q7SZZ5","yipf6","wu:fj61c06","yipf6","Q7SZZ5","Protein YIPF6 (YIP1 family member 6)","Vesicle-associated membrane protein 2 (Synaptobrevin-2)","string-db","7955.ENSDARP00000073910/7955.ENSDARP00000071098","physical","txid7955" +"A8HAM3","F1R0K1","srf","TCF-1","srfa","elk4","Serum response factor a","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","string-db","7955.ENSDARP00000093624/7955.ENSDARP00000070519","physical","txid7955" +"A8HAM3","B0S6P2","srf","si:dkey-216e24.3","srfa","lectin","Serum response factor a","Lectin","string-db","7955.ENSDARP00000102618/7955.ENSDARP00000070519","physical","txid7955" +"A8HAM3","Q6NW63","srf","GATA-5","srfa","gata6","Serum response factor a","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","string-db","7955.ENSDARP00000137653/7955.ENSDARP00000070519","physical","txid7955" +"A8HAM3","F6NIA2","srf","aof2","srfa","kdm1a","Serum response factor a","Lysine-specific histone demethylase (EC 1.14.99.66)","string-db","7955.ENSDARP00000080193/7955.ENSDARP00000070519","physical","txid7955" +"A8HAM3","E7F9J6","srf","fb39e12","srfa","E7F9J6","Serum response factor a","Myocardin-related transcription factor Ab (Wu:fb39e12)","string-db","7955.ENSDARP00000127385/7955.ENSDARP00000070519","physical","txid7955" +"B0R160","F1QLF9","lrwd1","orc1l","lrwd1","orc1","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","Origin recognition complex subunit 1","string-db","7955.ENSDARP00000110729/7955.ENSDARP00000050905","physical","txid7955" +"B0R160","Q6ZM36","lrwd1","orc6l","lrwd1","orc6","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000050905","physical","txid7955" +"B0R160","F1QRE0","lrwd1","fc50c03","lrwd1","F1QRE0","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","Origin recognition complex subunit 4","string-db","7955.ENSDARP00000130427/7955.ENSDARP00000050905","physical","txid7955" +"Q98SJ5","Q9DG12","sim1a","arnt2","Q98SJ5","Q9DG12","Single-minded homolog 1-A","Aryl hydrocarbon receptor nuclear translocator 2 (ARNT protein 2) (zfARNT2)","string-db","7955.ENSDARP00000136894/7955.ENSDARP00000033085","physical","txid7955" +"Q98SJ5","A1L1N5","sim1a","hnf1ba","Q98SJ5","A1L1N5","Single-minded homolog 1-A","Hepatocyte nuclear factor 1-beta-A (HNF-1-beta-A) (HNF-1B-A) (Hepatocyte nuclear factor 1-beta-2) (HNF-1B-2) (Transcription factor 2) (TCF-2) (Variant hepatic nuclear factor 1) (vHNF1)","string-db","7955.ENSDARP00000119593/7955.ENSDARP00000033085","physical","txid7955" +"Q8AY12","Q6DEF9","Interferon","SOCS1","ifnphi1","Q6DEF9","Interferon","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","A0A8M1N7Q2","Interferon","IL10R2","ifnphi1","A0A8M1N7Q2","Interferon","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","string-db","7955.ENSDARP00000054593/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","E7F976","Interferon","crfb14","ifnphi1","ifnlr1","Interferon","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","Q6NYJ2","Interferon","zgc:77038","ifnphi1","socs3b","Interferon","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","F6NZK1","Interferon","crfb17","ifnphi1","F6NZK1","Interferon","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","B0UXH1","Interferon","Cytokine receptor family member b2","ifnphi1","crfb2","Interferon","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","A0A8M3AQW8","Interferon","Tyrosine-protein kinase","ifnphi1","A0A8M3AQW8","Interferon","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","O12990","Interferon","jak1","ifnphi1","O12990","Interferon","Tyrosine-protein kinase JAK1 (EC 2.7.10.2) (Janus kinase 1) (JAK-1)","string-db","7955.ENSDARP00000037399/7955.ENSDARP00000033132","physical","txid7955" +"Q8AY12","Q1RM05","Interferon","zgc:136623","ifnphi1","Q1RM05","Interferon","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000033132","physical","txid7955" +"A0A8M1N7Q2","A0A8M3AQW8","IL10R2","Tyrosine-protein kinase","A0A8M1N7Q2","A0A8M3AQW8","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","E7F976","IL10R2","crfb14","A0A8M1N7Q2","ifnlr1","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q6DEF9","IL10R2","SOCS1","A0A8M1N7Q2","Q6DEF9","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Socs1 protein (Suppressor of cytokine signaling 1) (Suppressor of cytokine signalling) (Suppressor of cytokine-signaling 1a)","string-db","7955.ENSDARP00000055536/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q5EFQ8","IL10R2","zgc:194510","A0A8M1N7Q2","il10","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interleukin family protein","string-db","7955.ENSDARP00000098423/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q1RM05","IL10R2","zgc:136623","A0A8M1N7Q2","Q1RM05","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Cytokine receptor family member B12","string-db","7955.ENSDARP00000068753/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","B0UXH1","IL10R2","Cytokine receptor family member b2","A0A8M1N7Q2","crfb2","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","F6NZK1","IL10R2","crfb17","A0A8M1N7Q2","F6NZK1","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","C5IX16","IL10R2","IFNF4","A0A8M1N7Q2","C5IX16","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Inteferon phi 4 (Interferon phi 4)","string-db","7955.ENSDARP00000138528/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q6NYJ2","IL10R2","zgc:77038","A0A8M1N7Q2","socs3b","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","A8E6E2","IL10R2","ifn2","A0A8M1N7Q2","A8E6E2","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q2PRG5","IL10R2","OR126-1","A0A8M1N7Q2","Q2PRG5","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Olfactory receptor","string-db","7955.ENSDARP00000123029/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q5TLE6","IL10R2","IFNG_1","A0A8M1N7Q2","ifng1r","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interferon gamma related precursor (Interferon gamma-related) (Interferon gamma_1)","string-db","7955.ENSDARP00000067152/7955.ENSDARP00000054593","physical","txid7955" +"A0A8M1N7Q2","Q5TLE4","IL10R2","IL-22","A0A8M1N7Q2","Q5TLE4","Interferon alpha/beta receptor 1 isoform X1 (Interferon alpha/beta receptor 1 precursor) (Interleukin 10 receptor, beta)","Interleukin 22","string-db","7955.ENSDARP00000067154/7955.ENSDARP00000054593","physical","txid7955" +"E7F114","Q5U374","Protein transport protein Sec31A isoform X3","klhl12","sec31b","Q5U374","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000127134","physical","txid7955" +"E7F114","Q6PBX2","Protein transport protein Sec31A isoform X3","sara2","sec31b","sar1b","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000127134","physical","txid7955" +"E7F114","A0A0R4IMX2","Protein transport protein Sec31A isoform X3","im:7145364","sec31b","A0A0R4IMX2","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000127134","physical","txid7955" +"E7F114","Q7SZE5","Protein transport protein Sec31A isoform X3","sec23a","sec31b","Q7SZE5","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000127134","physical","txid7955" +"E7F114","A0A0R4ICL5","Protein transport protein Sec31A isoform X3","Protein transport protein Sec24A isoform X2","sec31b","sec24a","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000127134","physical","txid7955" +"B7ZD40","A0A0R4ICL5","sar1a","Protein transport protein Sec24A isoform X2","sar1ab","sec24a","GTP-binding protein SAR1a","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","Q7T2E1","sar1a","sec13l1","sar1ab","sec13","GTP-binding protein SAR1a","Protein SEC13 homolog","string-db","7955.ENSDARP00000071531/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","A0A0R4IMX2","sar1a","im:7145364","sar1ab","A0A0R4IMX2","GTP-binding protein SAR1a","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","Q6PBX2","sar1a","sara2","sar1ab","sar1b","GTP-binding protein SAR1a","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","E7FAF7","sar1a","Circularly permutated Ras protein 1-like","sar1ab","E7FAF7","GTP-binding protein SAR1a","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","string-db","7955.ENSDARP00000110313/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","Q7SZE5","sar1a","sec23a","sar1ab","Q7SZE5","GTP-binding protein SAR1a","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","Q5U374","sar1a","klhl12","sar1ab","Q5U374","GTP-binding protein SAR1a","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","E7F715","sar1a","Protein transport protein Sec24B isoform X1","sar1ab","E7F715","GTP-binding protein SAR1a","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","E7F114","sar1a","Protein transport protein Sec31A isoform X3","sar1ab","sec31b","GTP-binding protein SAR1a","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000041514","physical","txid7955" +"B7ZD40","Q7SYD5","sar1a","sec31a","sar1ab","Q7SYD5","GTP-binding protein SAR1a","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000041514","physical","txid7955" +"E7FAF7","Q7SZE5","Circularly permutated Ras protein 1-like","sec23a","E7FAF7","Q7SZE5","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000110313","physical","txid7955" +"E7FAF7","Q5U374","Circularly permutated Ras protein 1-like","klhl12","E7FAF7","Q5U374","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","Kelch-like protein 12","string-db","7955.ENSDARP00000131425/7955.ENSDARP00000110313","physical","txid7955" +"E7FAF7","A0A0R4ICL5","Circularly permutated Ras protein 1-like","Protein transport protein Sec24A isoform X2","E7FAF7","sec24a","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000110313","physical","txid7955" +"E7FAF7","A0A0R4IMX2","Circularly permutated Ras protein 1-like","im:7145364","E7FAF7","A0A0R4IMX2","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000110313","physical","txid7955" +"E7FAF7","Q6PBX2","Circularly permutated Ras protein 1-like","sara2","E7FAF7","sar1b","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000110313","physical","txid7955" +"E7FAF7","E7F114","Circularly permutated Ras protein 1-like","Protein transport protein Sec31A isoform X3","E7FAF7","sec31b","Circularly permutated Ras protein 1-like (Si:dkey-9k7.3)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000127134/7955.ENSDARP00000110313","physical","txid7955" +"Q90ZM2","Q90YL4","sec61al1","sec61al2","sec61al1","Q90YL4","Protein transport protein Sec61 subunit alpha-like 1","Protein transport protein Sec61 subunit alpha-like 2","string-db","7955.ENSDARP00000049424/7955.ENSDARP00000033318","physical","txid7955" +"Q90ZM2","F2Z4R1","sec61al1","zgc:92840","sec61al1","sec61g","Protein transport protein Sec61 subunit alpha-like 1","Protein transport protein Sec61 subunit gamma","string-db","7955.ENSDARP00000122360/7955.ENSDARP00000033318","physical","txid7955" +"Q90ZM2","Q7ZWB4","sec61al1","ARL6IP","sec61al1","arl6ip1","Protein transport protein Sec61 subunit alpha-like 1","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","string-db","7955.ENSDARP00000058954/7955.ENSDARP00000033318","physical","txid7955" +"Q90ZM2","Q6DGH3","sec61al1","zgc:92922","sec61al1","sec61b","Protein transport protein Sec61 subunit alpha-like 1","Protein transport protein Sec61 subunit beta","string-db","7955.ENSDARP00000059012/7955.ENSDARP00000033318","physical","txid7955" +"Q90YL4","F2Z4R1","sec61al2","zgc:92840","Q90YL4","sec61g","Protein transport protein Sec61 subunit alpha-like 2","Protein transport protein Sec61 subunit gamma","string-db","7955.ENSDARP00000122360/7955.ENSDARP00000049424","physical","txid7955" +"Q90YL4","Q6DGH3","sec61al2","zgc:92922","Q90YL4","sec61b","Protein transport protein Sec61 subunit alpha-like 2","Protein transport protein Sec61 subunit beta","string-db","7955.ENSDARP00000059012/7955.ENSDARP00000049424","physical","txid7955" +"Q90YL4","Q7ZWB4","sec61al2","ARL6IP","Q90YL4","arl6ip1","Protein transport protein Sec61 subunit alpha-like 2","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","string-db","7955.ENSDARP00000058954/7955.ENSDARP00000049424","physical","txid7955" +"Q7ZWB4","Q6DGH3","ARL6IP","zgc:92922","arl6ip1","sec61b","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","Protein transport protein Sec61 subunit beta","string-db","7955.ENSDARP00000059012/7955.ENSDARP00000058954","physical","txid7955" +"Q7ZWB4","F2Z4R1","ARL6IP","zgc:92840","arl6ip1","sec61g","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","Protein transport protein Sec61 subunit gamma","string-db","7955.ENSDARP00000122360/7955.ENSDARP00000058954","physical","txid7955" +"Q6PBK8","Q6DH40","rprmb","Reprimo, TP53-dependent G2 arrest mediator homolog 3","rprmb","rprm3","Protein reprimo B","Reprimo, TP53-dependent G2 arrest mediator homolog 3 (Uncharacterized protein LOC436699) (Zgc:92658)","string-db","7955.ENSDARP00000136045/7955.ENSDARP00000033402","physical","txid7955" +"Q6PBK8","Q502I1","rprmb","rprma","rprmb","rprma","Protein reprimo B","Protein reprimo A","string-db","7955.ENSDARP00000069903/7955.ENSDARP00000033402","physical","txid7955" +"Q502I1","Q6DH40","rprma","Reprimo, TP53-dependent G2 arrest mediator homolog 3","rprma","rprm3","Protein reprimo A","Reprimo, TP53-dependent G2 arrest mediator homolog 3 (Uncharacterized protein LOC436699) (Zgc:92658)","string-db","7955.ENSDARP00000136045/7955.ENSDARP00000069903","physical","txid7955" +"F1Q9Q9","Q8AY15","Paired box protein Pax-8","madh3","F1Q9Q9","smad3a","Paired box protein Pax-8","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000033414","physical","txid7955" +"Q6DHL2","Q7ZV68","zgc:92243","vps29","vps26c","vps29","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000033509","physical","txid7955" +"Q6DHL2","A4VCH4","zgc:92243","vps35l","vps26c","vps35l","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","VPS35 endosomal protein-sorting factor-like","string-db","7955.ENSDARP00000052536/7955.ENSDARP00000033509","physical","txid7955" +"A4VCH4","Q7ZV68","vps35l","vps29","vps35l","vps29","VPS35 endosomal protein-sorting factor-like","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","string-db","7955.ENSDARP00000092020/7955.ENSDARP00000052536","physical","txid7955" +"Q7ZV59","F1R0A8","zgc:56207","syn1","synj2bp","F1R0A8","Synaptojanin-2-binding protein (Zgc:56207)","Synapsin IIa (Synapsin-2)","string-db","7955.ENSDARP00000067530/7955.ENSDARP00000033740","physical","txid7955" +"Q5BKW9","F1R0Q9","asrgl1","Isoaspartyl peptidase/L-asparaginase isoform X2","asrgl1","F1R0Q9","Isoaspartyl peptidase/L-asparaginase (EC 3.4.19.5) (EC 3.5.1.1) (Asparaginase-like protein 1) (Beta-aspartyl-peptidase) (Isoaspartyl dipeptidase) (L-asparagine amidohydrolase) [Cleaved into: Isoaspartyl peptidase/L-asparaginase alpha chain; Isoaspartyl peptidase/L-asparaginase beta chain]","Isoaspartyl peptidase/L-asparaginase isoform X2 (Si:dkey-103j14.5)","string-db","7955.ENSDARP00000116754/7955.ENSDARP00000033788","physical","txid7955" +"Q5BKW9","E7FA20","asrgl1","Si:ch211-256m1.8","asrgl1","E7FA20","Isoaspartyl peptidase/L-asparaginase (EC 3.4.19.5) (EC 3.5.1.1) (Asparaginase-like protein 1) (Beta-aspartyl-peptidase) (Isoaspartyl dipeptidase) (L-asparagine amidohydrolase) [Cleaved into: Isoaspartyl peptidase/L-asparaginase alpha chain; Isoaspartyl peptidase/L-asparaginase beta chain]","Si:ch211-256m1.8","string-db","7955.ENSDARP00000129491/7955.ENSDARP00000033788","physical","txid7955" +"Q5BKW9","A3KQK2","asrgl1","zgc:56605","asrgl1","asns","Isoaspartyl peptidase/L-asparaginase (EC 3.4.19.5) (EC 3.5.1.1) (Asparaginase-like protein 1) (Beta-aspartyl-peptidase) (Isoaspartyl dipeptidase) (L-asparagine amidohydrolase) [Cleaved into: Isoaspartyl peptidase/L-asparaginase alpha chain; Isoaspartyl peptidase/L-asparaginase beta chain]","Asparagine synthetase [glutamine-hydrolyzing] (EC 6.3.5.4) (Glutamine-dependent asparagine synthetase)","string-db","7955.ENSDARP00000107713/7955.ENSDARP00000033788","physical","txid7955" +"A3KQK2","E7FA20","zgc:56605","Si:ch211-256m1.8","asns","E7FA20","Asparagine synthetase [glutamine-hydrolyzing] (EC 6.3.5.4) (Glutamine-dependent asparagine synthetase)","Si:ch211-256m1.8","string-db","7955.ENSDARP00000129491/7955.ENSDARP00000107713","physical","txid7955" +"A3KQK2","F1R0Q9","zgc:56605","Isoaspartyl peptidase/L-asparaginase isoform X2","asns","F1R0Q9","Asparagine synthetase [glutamine-hydrolyzing] (EC 6.3.5.4) (Glutamine-dependent asparagine synthetase)","Isoaspartyl peptidase/L-asparaginase isoform X2 (Si:dkey-103j14.5)","string-db","7955.ENSDARP00000116754/7955.ENSDARP00000107713","physical","txid7955" +"F1R0Q9","E7FA20","Isoaspartyl peptidase/L-asparaginase isoform X2","Si:ch211-256m1.8","F1R0Q9","E7FA20","Isoaspartyl peptidase/L-asparaginase isoform X2 (Si:dkey-103j14.5)","Si:ch211-256m1.8","string-db","7955.ENSDARP00000129491/7955.ENSDARP00000116754","physical","txid7955" +"F1Q898","A2BFD2","zgc:55673","ATP-dependent RNA helicase","F1Q898","ddx31","LSM family member 14B (Protein LSM14 homolog B)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000119101/7955.ENSDARP00000033806","physical","txid7955" +"F1Q898","F8W3D4","zgc:55673","ATP-dependent RNA helicase","F1Q898","F8W3D4","LSM family member 14B (Protein LSM14 homolog B)","ATP-dependent RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000124412/7955.ENSDARP00000033806","physical","txid7955" +"Q1MTI4","Q90XG0","tpi1a","tpi1b","tpi1a","Q90XG0","Triosephosphate isomerase A (TIM-A) (EC 5.3.1.1) (Methylglyoxal synthase A) (EC 4.2.3.3) (Triose-phosphate isomerase A)","Triosephosphate isomerase B (TIM-B) (EC 5.3.1.1) (Methylglyoxal synthase B) (EC 4.2.3.3) (Triose-phosphate isomerase B)","string-db","7955.ENSDARP00000060055/7955.ENSDARP00000033907","physical","txid7955" +"Q7ZUC5","A0A8M9QDJ7","prkcd","Protein kinase C delta type","Q7ZUC5","A0A8M9QDJ7","Protein kinase C delta type (EC 2.7.11.13) (nPKC-delta)","Protein kinase C delta type (EC 2.7.11.13) (nPKC-delta)","string-db","7955.ENSDARP00000129177/7955.ENSDARP00000033971","physical","txid7955" +"Q7ZUC5","B8A467","prkcd","Protein kinase C","Q7ZUC5","B8A467","Protein kinase C delta type (EC 2.7.11.13) (nPKC-delta)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000045085/7955.ENSDARP00000033971","physical","txid7955" +"Q7ZUC5","A0A2R8QIY5","prkcd","im:7139045","Q7ZUC5","A0A2R8QIY5","Protein kinase C delta type (EC 2.7.11.13) (nPKC-delta)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000033971","physical","txid7955" +"B8A467","A0A2R8QIY5","Protein kinase C","im:7139045","B8A467","A0A2R8QIY5","Protein kinase C (EC 2.7.11.13)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000045085","physical","txid7955" +"B8A467","E7F368","Protein kinase C","Protein kinase C","B8A467","prkcea","Protein kinase C (EC 2.7.11.13)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000096385/7955.ENSDARP00000045085","physical","txid7955" +"F1R2Z9","Q9W767","F-spondin2","zgc:86655","spon1b","mdka","Spondin-1 (F-spondin)","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","string-db","7955.ENSDARP00000052317/7955.ENSDARP00000034007","physical","txid7955" +"Q9W767","O42114","zgc:86655","cb1051","mdka","O42114","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","Spondin-1 (F-spondin)","psicquic","26190107;26190107","physical","txid7955" +"Q9W767","B8JKM0","zgc:86655","Leucine-rich repeat transmembrane neuronal 1","mdka","lrrtm1","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","19765300;26190107","physical","txid7955" +"Q9W767","Q502U6","zgc:86655","zHBNF","mdka","Q502U6","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","Pleiotrophin (Ptn protein)","psicquic","26190107;26190107","physical","txid7955" +"Q9W767","F8W3R9","zgc:86655","alk","mdka","alk","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000052317","physical","txid7955" +"Q9I9L7","Q504J1","caspa","caspb","caspa","Q504J1","Caspase a (EC 3.4.22.36) [Cleaved into: Caspase a subunit p20; Caspase a subunit p10]","Caspase b (EC 3.4.22.58) (Caspase 19a) [Cleaved into: Caspase b subunit p20; Caspase b subunit p10]","string-db","7955.ENSDARP00000068268/7955.ENSDARP00000034228","physical","txid7955" +"Q9I9L7","B8A526","caspa","casp19b","caspa","B8A526","Caspase a (EC 3.4.22.36) [Cleaved into: Caspase a subunit p20; Caspase a subunit p10]","Caspase b,-like (Uncharacterized protein LOC566185)","string-db","7955.ENSDARP00000113551/7955.ENSDARP00000034228","physical","txid7955" +"Q9I9L7","A0A386CAB9","caspa","nlrp1","caspa","A0A386CAB9","Caspase a (EC 3.4.22.36) [Cleaved into: Caspase a subunit p20; Caspase a subunit p10]","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000034228","physical","txid7955" +"Q9I9L7","Q9I9N6","caspa","pycard","caspa","Q9I9N6","Caspase a (EC 3.4.22.36) [Cleaved into: Caspase a subunit p20; Caspase a subunit p10]","Apoptosis-associated speck-like protein containing a CARD (PYD and CARD domain-containing protein)","string-db","7955.ENSDARP00000055920/7955.ENSDARP00000034228","physical","txid7955" +"B8A526","A0A386CAB9","casp19b","nlrp1","B8A526","A0A386CAB9","Caspase b,-like (Uncharacterized protein LOC566185)","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000113551","physical","txid7955" +"Q504J1","A0A386CAB9","caspb","nlrp1","Q504J1","A0A386CAB9","Caspase b (EC 3.4.22.58) (Caspase 19a) [Cleaved into: Caspase b subunit p20; Caspase b subunit p10]","NACHT, LRR and PYD domains-containing protein 1 homolog (EC 3.4.-.-) [Cleaved into: NACHT, LRR and PYD domains-containing protein 1, C-terminus (NLRP1-CT); NACHT, LRR and PYD domains-containing protein 1, N-terminus (NLRP1-NT)]","string-db","7955.ENSDARP00000126513/7955.ENSDARP00000068268","physical","txid7955" +"A0A8M6Z2B2","Q6YLH9","zgc:63694","CAV1","A0A8M6Z2B2","cav1","High affinity cationic amino acid transporter 1 (Solute carrier family 7 member 1b)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000135330","physical","txid7955" +"Q6IQG3","A1L1V1","wu:fb99h09","zgc:158397","fntb","A1L1V1","Protein farnesyltransferase subunit beta (FTase-beta) (EC 2.5.1.58)","Protein farnesyltransferase/geranylgeranyltransferase type-1 subunit alpha (EC 2.5.1.58) (EC 2.5.1.59) (CAAX farnesyltransferase subunit alpha) (FTase-alpha) (Ras proteins prenyltransferase subunit alpha) (Type I protein geranyl-geranyltransferase subunit alpha)","string-db","7955.ENSDARP00000133663/7955.ENSDARP00000034563","physical","txid7955" +"Q6IQH8","F1R833","zgc:86757","zgc:136406","Q6IQH8","F1R833","Tripartite motif-containing 63a (Zgc:86757)","Nebulin-related-anchoring protein","string-db","7955.ENSDARP00000107517/7955.ENSDARP00000034659","physical","txid7955" +"B8A6G9","A0A8M2B975","fl74c10","ube1","map4k5","A0A8M2B975","non-specific serine/threonine protein kinase (EC 2.7.11.1)","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","string-db","7955.ENSDARP00000054690/7955.ENSDARP00000034684","physical","txid7955" +"A0A8M2B975","Q7SXA3","ube1","zgc:66168","A0A8M2B975","rps27a","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000054690","physical","txid7955" +"A0A8M2B975","A0A8M9PY01","ube1","si:dkey-82j4.2","A0A8M2B975","A0A8M9PY01","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","string-db","7955.ENSDARP00000102515/7955.ENSDARP00000054690","physical","txid7955" +"A0A8M2B975","A0A0N4SUD2","ube1","Ubi-p63E","A0A8M2B975","ubb","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000054690","physical","txid7955" +"A0A8M2B975","E7EYF3","ube1","E1 ubiquitin-activating enzyme","A0A8M2B975","uba7","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","string-db","7955.ENSDARP00000128383/7955.ENSDARP00000054690","physical","txid7955" +"A0A8M2B975","F1QHN6","ube1","im:7042025","A0A8M2B975","ubc","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000054690","physical","txid7955" +"F1R0C1","F1QGH7","si:dkey-162f21.1","ctnnb1","F1R0C1","ctnnb1","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000113033","physical","txid7955" +"F1R0C1","Q6IQD7","si:dkey-162f21.1","fj63f03","F1R0C1","Q6IQD7","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000113033","physical","txid7955" +"F1R0C1","Q6DHS1","si:dkey-162f21.1","wu:fb63d03","F1R0C1","Q6DHS1","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000113033","physical","txid7955" +"F1R0C1","B3DKC6","si:dkey-162f21.1","si:dkey-216e9.5","F1R0C1","B3DKC6","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000113033","physical","txid7955" +"F1R0C1","Q6PHJ8","si:dkey-162f21.1","myl9l","F1R0C1","myl12.1","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000113033","physical","txid7955" +"F1R0C1","Q7SXW1","si:dkey-162f21.1","zgc:63734","F1R0C1","tpm4b","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000113033","physical","txid7955" +"O93409","Q7SXW1","mylpfa","zgc:63734","O93409","tpm4b","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000069948","physical","txid7955" +"O93409","Q804S5","mylpfa","mib1","O93409","mib1","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000069948","physical","txid7955" +"O93409","E7F062","mylpfa","Leiomodin 1b","O93409","E7F062","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Leiomodin 1b (smooth muscle) (Leiomodin-1)","string-db","7955.ENSDARP00000104330/7955.ENSDARP00000069948","physical","txid7955" +"O93409","F1R3G4","mylpfa","Myosin, heavy chain 10, non-muscle","O93409","myh10","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000069948","physical","txid7955" +"O93409","Q6IQD7","mylpfa","fj63f03","O93409","Q6IQD7","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000069948","physical","txid7955" +"O93409","Q6DHS1","mylpfa","wu:fb63d03","O93409","Q6DHS1","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000069948","physical","txid7955" +"O93409","F1R0C1","mylpfa","si:dkey-162f21.1","O93409","F1R0C1","Myosin regulatory light chain 2, skeletal muscle isoform A (Fast skeletal myosin light chain 2) (Myosin light chain 11) (Myosin regulatory light chain 11)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000069948","physical","txid7955" +"Q801M3","Q6IQD7","cmlc2","fj63f03","myl7","Q6IQD7","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000040012","physical","txid7955" +"Q801M3","Q7SXW1","cmlc2","zgc:63734","myl7","tpm4b","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000040012","physical","txid7955" +"Q801M3","F1R0C1","cmlc2","si:dkey-162f21.1","myl7","F1R0C1","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000040012","physical","txid7955" +"Q801M3","Q6DHS1","cmlc2","wu:fb63d03","myl7","Q6DHS1","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000040012","physical","txid7955" +"Q801M3","F1R3G4","cmlc2","Myosin, heavy chain 10, non-muscle","myl7","myh10","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000040012","physical","txid7955" +"Q801M3","E7F062","cmlc2","Leiomodin 1b","myl7","E7F062","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","Leiomodin 1b (smooth muscle) (Leiomodin-1)","string-db","7955.ENSDARP00000104330/7955.ENSDARP00000040012","physical","txid7955" +"E7F062","Q6DHS1","Leiomodin 1b","wu:fb63d03","E7F062","Q6DHS1","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000104330","physical","txid7955" +"E7F062","Q6IQD7","Leiomodin 1b","fj63f03","E7F062","Q6IQD7","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000104330","physical","txid7955" +"E7F062","Q7SXW1","Leiomodin 1b","zgc:63734","E7F062","tpm4b","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000104330","physical","txid7955" +"E7F062","B3DKC6","Leiomodin 1b","si:dkey-216e9.5","E7F062","B3DKC6","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Myosin, light chain 12, genome duplicate 2 (Si:dkey-216e9.5 protein)","string-db","7955.ENSDARP00000117880/7955.ENSDARP00000104330","physical","txid7955" +"E7F062","Q6PHJ8","Leiomodin 1b","myl9l","E7F062","myl12.1","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","string-db","7955.ENSDARP00000137464/7955.ENSDARP00000104330","physical","txid7955" +"E7F062","F1R0C1","Leiomodin 1b","si:dkey-162f21.1","E7F062","F1R0C1","Leiomodin 1b (smooth muscle) (Leiomodin-1)","Sorbin and SH3 domain-containing 3 (Vinexin isoform X3)","string-db","7955.ENSDARP00000113033/7955.ENSDARP00000104330","physical","txid7955" +"Q6DHR8","Q4G5W2","nus1","rtn4","nus1","rtn4a","Dehydrodolichyl diphosphate synthase complex subunit nus1 (EC 2.5.1.87) (Di-trans,poly-cis-decaprenylcistransferase) (Nogo-B receptor) (NgBR) (Nuclear undecaprenyl pyrophosphate synthase 1 homolog)","Reticulon","string-db","7955.ENSDARP00000076404/7955.ENSDARP00000034808","physical","txid7955" +"Q6DGD3","E9QIK0","suv39h1a","Emerin","suv39h1a","E9QIK0","Histone-lysine N-methyltransferase SUV39H1-A (EC 2.1.1.-) (EC 2.1.1.366) (Suppressor of variegation 3-9 homolog 1-A) (Su(var)3-9 homolog 1-A)","Emerin (Emery-Dreifuss muscular dystrophy) (Emerin isoform X1)","string-db","7955.ENSDARP00000117124/7955.ENSDARP00000034818","physical","txid7955" +"E9QIK0","B3DFN3","Emerin","fc15d06","E9QIK0","lmnb2","Emerin (Emery-Dreifuss muscular dystrophy) (Emerin isoform X1)","Lamin-B2","string-db","7955.ENSDARP00000139279/7955.ENSDARP00000117124","physical","txid7955" +"E9QIK0","Q1L957","Emerin","Barrier-to-autointegration factor","E9QIK0","Q1L957","Emerin (Emery-Dreifuss muscular dystrophy) (Emerin isoform X1)","Barrier-to-autointegration factor (Si:dkey-211g8.4)","string-db","7955.ENSDARP00000118510/7955.ENSDARP00000117124","physical","txid7955" +"F1R2J1","O13166","pnx","tle3a","pnx","O13166","Homeobox protein pnx (Posterior neuron-specific homeobox)","Transducin-like enhancer protein 3-A (Groucho-related protein grg2) (Protein groucho-2)","string-db","7955.ENSDARP00000045678/7955.ENSDARP00000034835","physical","txid7955" +"Q29RB1","A8E7N5","cog4","si:dkey-200h23.3","cog4","vps45","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","Vacuolar protein sorting 45 homolog (Vacuolar protein sorting-associated protein 45)","string-db","7955.ENSDARP00000081395/7955.ENSDARP00000070899","physical","txid7955" +"Q29RB1","A0A8M9QGE3","cog4","Syntaxin 16","cog4","A0A8M9QGE3","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000070899","physical","txid7955" +"Q29RB1","A0A0R4IS45","cog4","si:ch211-203f4.1","cog4","cog6","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000070899","physical","txid7955" +"Q29RB1","E9QFW9","cog4","zgc:112064","cog4","gosr1","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","Golgi SNAP receptor complex member 1","string-db","7955.ENSDARP00000118226/7955.ENSDARP00000070899","physical","txid7955" +"Q7T1H5","A6NAF9","dnd","tdrd7a","dnd","A6NAF9","Dead end protein 1","Tudor domain-containing protein 7A","string-db","7955.ENSDARP00000040306/7955.ENSDARP00000035017","physical","txid7955" +"Q7T1H5","E7FDB3","dnd","nanos1","dnd","nanos1","Dead end protein 1","Nanos homolog 1","string-db","7955.ENSDARP00000149427/7955.ENSDARP00000035017","physical","txid7955" +"A6NAF9","Q58EK5","tdrd7a","tdrd1","A6NAF9","Q58EK5","Tudor domain-containing protein 7A","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000040306","physical","txid7955" +"A6NAF9","A2CEI6","tdrd7a","piwil2","A6NAF9","A2CEI6","Tudor domain-containing protein 7A","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000040306","physical","txid7955" +"A6NAF9","F1R237","tdrd7a","tdrd6","A6NAF9","F1R237","Tudor domain-containing protein 7A","Tudor domain-containing 6","string-db","7955.ENSDARP00000093281/7955.ENSDARP00000040306","physical","txid7955" +"A6NAF9","Q8UVX0","tdrd7a","piwil1","A6NAF9","Q8UVX0","Tudor domain-containing protein 7A","Piwi-like protein 1 (EC 3.1.26.-)","string-db","7955.ENSDARP00000121147/7955.ENSDARP00000040306","physical","txid7955" +"B7ZCV1","D2X2F9","Neurexin 2a","Neuroligin 1","nrxn2a","D2X2F9","Neurexin 2a","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000118463","physical","txid7955" +"B7ZCV1","B3DGL5","Neurexin 2a","LOC561184","nrxn2a","B3DGL5","Neurexin 2a","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","string-db","7955.ENSDARP00000120670/7955.ENSDARP00000118463","physical","txid7955" +"B7ZCV1","A0A0R4IJ74","Neurexin 2a","nlgn3b","nrxn2a","nlgn3a","Neurexin 2a","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000118463","physical","txid7955" +"A1XQX1","Q5PYH7","nrxn1a","dlg2","A1XQX1","dlg2","Neurexin-1a-beta (Neurexin Ia-beta)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","F1R4D3","nrxn1a","Leucine-rich repeat transmembrane neuronal 2","A1XQX1","lrrtm2","Neurexin-1a-beta (Neurexin Ia-beta)","Leucine-rich repeat transmembrane neuronal 2 (Leucine-rich repeat transmembrane neuronal protein 2)","string-db","7955.ENSDARP00000096250/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","F1QK81","nrxn1a","nlgn4a","A1XQX1","nlgn4xb","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 4 X-linked b (Neuroligin-4, Y-linked isoform X1)","string-db","7955.ENSDARP00000102620/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","Q68EI5","nrxn1a","zgc:92004","A1XQX1","epb41l3a","Neurexin-1a-beta (Neurexin Ia-beta)","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","string-db","7955.ENSDARP00000111490/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","B8JKM0","nrxn1a","Leucine-rich repeat transmembrane neuronal 1","A1XQX1","lrrtm1","Neurexin-1a-beta (Neurexin Ia-beta)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","string-db","7955.ENSDARP00000117976/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","B7ZCV1","nrxn1a","Neurexin 2a","A1XQX1","nrxn2a","Neurexin-1a-beta (Neurexin Ia-beta)","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","D2X2F9","nrxn1a","Neuroligin 1","A1XQX1","D2X2F9","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A2CEP2","nrxn1a","sh3glb2","A1XQX1","A2CEP2","Neurexin-1a-beta (Neurexin Ia-beta)","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","string-db","7955.ENSDARP00000114502/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","E7EXM1","nrxn1a","LOC101882092","A1XQX1","E7EXM1","Neurexin-1a-beta (Neurexin Ia-beta)","Podocan-like protein 1 (Wu:fc23c09)","string-db","7955.ENSDARP00000150848/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A0A0R4IJ74","nrxn1a","nlgn3b","A1XQX1","nlgn3a","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","Q7ZYZ6","nrxn1a","dlgap1","A1XQX1","Q7ZYZ6","Neurexin-1a-beta (Neurexin Ia-beta)","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","string-db","7955.ENSDARP00000113100/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","B3DGL5","nrxn1a","LOC561184","A1XQX1","B3DGL5","Neurexin-1a-beta (Neurexin Ia-beta)","Merlin (NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor a) (Similar to neurofibromin 2)","string-db","7955.ENSDARP00000120670/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A0A8M3AU21","nrxn1a","Neuroligin 2a","A1XQX1","A0A8M3AU21","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 2a (Neuroligin 2b isoform X1)","string-db","7955.ENSDARP00000111294/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A0A8M2B6G8","nrxn1a","si:ch211-250g4.1","A1XQX1","A0A8M2B6G8","Neurexin-1a-beta (Neurexin Ia-beta)","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","string-db","7955.ENSDARP00000093925/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","B3DH78","nrxn1a","cask","A1XQX1","caska","Neurexin-1a-beta (Neurexin Ia-beta)","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","string-db","7955.ENSDARP00000091622/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","F1QX74","nrxn1a","Neuroligin 2b","A1XQX1","F1QX74","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 2b","string-db","7955.ENSDARP00000101979/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A2AV32","nrxn1a","shank2","A1XQX1","A2AV32","Neurexin-1a-beta (Neurexin Ia-beta)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A2BHL9","nrxn1a","nlgn3a","A1XQX1","A2BHL9","Neurexin-1a-beta (Neurexin Ia-beta)","Neuroligin 3b","string-db","7955.ENSDARP00000084604/7955.ENSDARP00000082592","physical","txid7955" +"A1XQX1","A0A8M1PS86","nrxn1a","Fibromodulin","A1XQX1","A0A8M1PS86","Neurexin-1a-beta (Neurexin Ia-beta)","Fibromodulin (Keratan sulfate proteoglycan fibromodulin)","string-db","7955.ENSDARP00000119637/7955.ENSDARP00000082592","physical","txid7955" +"Q7SY53","A7MBU6","tdo2b","tdo2a","Q7SY53","A7MBU6","Tryptophan 2,3-dioxygenase B (TDO-B) (EC 1.13.11.11) (Tryptamin 2,3-dioxygenase B) (Tryptophan oxygenase B) (TO-B) (TRPO-B) (Tryptophan pyrrolase B) (Tryptophanase B)","Tryptophan 2,3-dioxygenase A (TDO-A) (EC 1.13.11.11) (Tryptamin 2,3-dioxygenase A) (Tryptophan oxygenase A) (TO-A) (TRPO-A) (Tryptophan pyrrolase A) (Tryptophanase A)","string-db","7955.ENSDARP00000096367/7955.ENSDARP00000035102","physical","txid7955" +"F1QFS9","F1RCP1","usp13","becn1","F1QFS9","F1RCP1","Ubiquitin carboxyl-terminal hydrolase 13 (EC 3.4.19.12) (Deubiquitinating enzyme 13) (Ubiquitin thioesterase 13) (Ubiquitin-specific-processing protease 13)","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000065292","physical","txid7955" +"F1QFS9","A3KP53","usp13","id:ibd5121","F1QFS9","skp2","Ubiquitin carboxyl-terminal hydrolase 13 (EC 3.4.19.12) (Deubiquitinating enzyme 13) (Ubiquitin thioesterase 13) (Ubiquitin-specific-processing protease 13)","S-phase kinase-associated protein 2 (Skp2 protein)","string-db","7955.ENSDARP00000092527/7955.ENSDARP00000065292","physical","txid7955" +"B0BF33","O57474","pkp2","gja1","B0BF33","gja1","Plakophilin-2","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","string-db","7955.ENSDARP00000061260/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","A0A8M9PQ61","pkp2","dspb","B0BF33","A0A8M9PQ61","Plakophilin-2","Desmoplakin-B (Desmoplakin isoform X1)","string-db","7955.ENSDARP00000103914/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","F1QSQ0","pkp2","dsc2l","B0BF33","F1QSQ0","Plakophilin-2","Desmocollin 2-like protein","string-db","7955.ENSDARP00000090832/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","F1R480","pkp2","Desmoglein-2","B0BF33","F1R480","Plakophilin-2","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","E9QHT9","pkp2","fk24g11","B0BF33","perp","Plakophilin-2","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","string-db","7955.ENSDARP00000118851/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","A5WV02","pkp2","fa95h11","B0BF33","pleca","Plakophilin-2","Plectin","string-db","7955.ENSDARP00000085112/7955.ENSDARP00000035112","physical","txid7955" +"B0BF33","A0A8M2BID5","pkp2","dspa","B0BF33","A0A8M2BID5","Plakophilin-2","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000035112","physical","txid7955" +"A0A8M9PQ61","P79734","dspb","tp53","A0A8M9PQ61","tp53","Desmoplakin-B (Desmoplakin isoform X1)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000103914","physical","txid7955" +"A0A8M9PQ61","F1R480","dspb","Desmoglein-2","A0A8M9PQ61","F1R480","Desmoplakin-B (Desmoplakin isoform X1)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000103914","physical","txid7955" +"E9QHT9","F1R480","fk24g11","Desmoglein-2","perp","F1R480","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000118851","physical","txid7955" +"E9QHT9","A0A8M2BID5","fk24g11","dspa","perp","A0A8M2BID5","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000118851","physical","txid7955" +"E9QHT9","A0A2R8QAD2","fk24g11","Plakophilin 4","perp","pkp4","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000118851","physical","txid7955" +"F1QSQ0","A0A2R8QAD2","dsc2l","Plakophilin 4","F1QSQ0","pkp4","Desmocollin 2-like protein","Plakophilin 4 (Plakophilin-4 isoform X1)","string-db","7955.ENSDARP00000151456/7955.ENSDARP00000090832","physical","txid7955" +"F1QSQ0","E9QHT9","dsc2l","fk24g11","F1QSQ0","perp","Desmocollin 2-like protein","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","string-db","7955.ENSDARP00000118851/7955.ENSDARP00000090832","physical","txid7955" +"F1QSQ0","A0A8M9PQ61","dsc2l","dspb","F1QSQ0","A0A8M9PQ61","Desmocollin 2-like protein","Desmoplakin-B (Desmoplakin isoform X1)","string-db","7955.ENSDARP00000103914/7955.ENSDARP00000090832","physical","txid7955" +"F1QSQ0","F1R480","dsc2l","Desmoglein-2","F1QSQ0","F1R480","Desmocollin 2-like protein","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000090832","physical","txid7955" +"F1QSQ0","F1QWE6","dsc2l","Plakophilin 3b","F1QSQ0","pkp3b","Desmocollin 2-like protein","Plakophilin 3b (Plakophilin-3-like)","string-db","7955.ENSDARP00000101802/7955.ENSDARP00000090832","physical","txid7955" +"F1QSQ0","A0A8M2BID5","dsc2l","dspa","F1QSQ0","A0A8M2BID5","Desmocollin 2-like protein","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000090832","physical","txid7955" +"Q1JPY6","F1R0Z8","im:6895552","Prefoldin subunit 4","pfdn2","pfdn4","Prefoldin subunit 2","Prefoldin subunit 4","string-db","7955.ENSDARP00000081546/7955.ENSDARP00000035261","physical","txid7955" +"Q1JPY6","Q5D016","im:6895552","pfdn1","pfdn2","Q5D016","Prefoldin subunit 2","Prefoldin subunit 1","string-db","7955.ENSDARP00000106280/7955.ENSDARP00000035261","physical","txid7955" +"Q1JPY6","A9JT16","im:6895552","wu:fa09c11","pfdn2","A9JT16","Prefoldin subunit 2","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","string-db","7955.ENSDARP00000049721/7955.ENSDARP00000035261","physical","txid7955" +"Q1JPY6","Q566S5","im:6895552","p53 and DNA damage-regulated protein 1","pfdn2","pdrg1","Prefoldin subunit 2","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000035261","physical","txid7955" +"Q1JPY6","Q7SX94","im:6895552","zgc:66282","pfdn2","pfdn6","Prefoldin subunit 2","Prefoldin subunit 6 (Zgc:66282)","string-db","7955.ENSDARP00000053935/7955.ENSDARP00000035261","physical","txid7955" +"Q1JPY6","Q503D5","im:6895552","im:7140038","pfdn2","vbp1","Prefoldin subunit 2","Prefoldin subunit 3","string-db","7955.ENSDARP00000111810/7955.ENSDARP00000035261","physical","txid7955" +"Q5D016","Q503D5","pfdn1","im:7140038","Q5D016","vbp1","Prefoldin subunit 1","Prefoldin subunit 3","string-db","7955.ENSDARP00000111810/7955.ENSDARP00000106280","physical","txid7955" +"Q5D016","Q566S5","pfdn1","p53 and DNA damage-regulated protein 1","Q5D016","pdrg1","Prefoldin subunit 1","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000106280","physical","txid7955" +"Q7SX94","F1R0Z8","zgc:66282","Prefoldin subunit 4","pfdn6","pfdn4","Prefoldin subunit 6 (Zgc:66282)","Prefoldin subunit 4","string-db","7955.ENSDARP00000081546/7955.ENSDARP00000053935","physical","txid7955" +"Q7SX94","Q503D5","zgc:66282","im:7140038","pfdn6","vbp1","Prefoldin subunit 6 (Zgc:66282)","Prefoldin subunit 3","string-db","7955.ENSDARP00000111810/7955.ENSDARP00000053935","physical","txid7955" +"Q7SX94","Q566S5","zgc:66282","p53 and DNA damage-regulated protein 1","pfdn6","pdrg1","Prefoldin subunit 6 (Zgc:66282)","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000053935","physical","txid7955" +"Q7SX94","Q5D016","zgc:66282","pfdn1","pfdn6","Q5D016","Prefoldin subunit 6 (Zgc:66282)","Prefoldin subunit 1","string-db","7955.ENSDARP00000106280/7955.ENSDARP00000053935","physical","txid7955" +"A9JT16","Q566S5","wu:fa09c11","p53 and DNA damage-regulated protein 1","A9JT16","pdrg1","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000049721","physical","txid7955" +"A9JT16","F1R0Z8","wu:fa09c11","Prefoldin subunit 4","A9JT16","pfdn4","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","Prefoldin subunit 4","string-db","7955.ENSDARP00000081546/7955.ENSDARP00000049721","physical","txid7955" +"A9JT16","Q503D5","wu:fa09c11","im:7140038","A9JT16","vbp1","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","Prefoldin subunit 3","string-db","7955.ENSDARP00000111810/7955.ENSDARP00000049721","physical","txid7955" +"A9JT16","Q5D016","wu:fa09c11","pfdn1","A9JT16","Q5D016","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","Prefoldin subunit 1","string-db","7955.ENSDARP00000106280/7955.ENSDARP00000049721","physical","txid7955" +"A9JT16","Q7SX94","wu:fa09c11","zgc:66282","A9JT16","pfdn6","Pfdn5 protein (Prefoldin 5) (Prefoldin subunit 5)","Prefoldin subunit 6 (Zgc:66282)","string-db","7955.ENSDARP00000053935/7955.ENSDARP00000049721","physical","txid7955" +"F1R0Z8","Q566S5","Prefoldin subunit 4","p53 and DNA damage-regulated protein 1","pfdn4","pdrg1","Prefoldin subunit 4","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000081546","physical","txid7955" +"F1R0Z8","Q5D016","Prefoldin subunit 4","pfdn1","pfdn4","Q5D016","Prefoldin subunit 4","Prefoldin subunit 1","string-db","7955.ENSDARP00000106280/7955.ENSDARP00000081546","physical","txid7955" +"F1R0Z8","Q503D5","Prefoldin subunit 4","im:7140038","pfdn4","vbp1","Prefoldin subunit 4","Prefoldin subunit 3","string-db","7955.ENSDARP00000111810/7955.ENSDARP00000081546","physical","txid7955" +"Q503D5","Q566S5","im:7140038","p53 and DNA damage-regulated protein 1","vbp1","pdrg1","Prefoldin subunit 3","p53 and DNA damage-regulated protein 1","string-db","7955.ENSDARP00000119567/7955.ENSDARP00000111810","physical","txid7955" +"Q5RG45","A0A0R4I9E0","cep135","Centrosomal protein 350","cep135","A0A0R4I9E0","Centrosomal protein of 135 kDa (Cep135)","Centrosomal protein 350 (Centrosome-associated protein 350 isoform X2)","string-db","7955.ENSDARP00000084687/7955.ENSDARP00000035272","physical","txid7955" +"Q5RG45","Q7ZVT3","cep135","sass6","cep135","Q7ZVT3","Centrosomal protein of 135 kDa (Cep135)","Spindle assembly abnormal protein 6 homolog","string-db","7955.ENSDARP00000075634/7955.ENSDARP00000035272","physical","txid7955" +"Q5RG45","Q8JGS1","cep135","stil","cep135","stil","Centrosomal protein of 135 kDa (Cep135)","SCL-interrupting locus protein homolog","string-db","7955.ENSDARP00000037419/7955.ENSDARP00000035272","physical","txid7955" +"Q5RG45","Q7ZVS3","cep135","plk4","cep135","Q7ZVS3","Centrosomal protein of 135 kDa (Cep135)","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","string-db","7955.ENSDARP00000043865/7955.ENSDARP00000035272","physical","txid7955" +"Q8JGS1","E7FCY1","stil","Centromere protein J","stil","cenpj","SCL-interrupting locus protein homolog","Centromere protein J","string-db","7955.ENSDARP00000155698/7955.ENSDARP00000037419","physical","txid7955" +"Q8JGS1","A0A8N7T6V4","stil","Neuralized E3 ubiquitin protein ligase 4","stil","A0A8N7T6V4","SCL-interrupting locus protein homolog","Neuralized E3 ubiquitin protein ligase 4 (Neuralized-like protein 4 isoform X1)","string-db","7955.ENSDARP00000101391/7955.ENSDARP00000037419","physical","txid7955" +"Q8JGS1","Q7T3L7","stil","cdc2","stil","cdk1","SCL-interrupting locus protein homolog","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000037419","physical","txid7955" +"Q8JGS1","X1WBK2","stil","Centrosomal protein 152","stil","cep152","SCL-interrupting locus protein homolog","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","string-db","7955.ENSDARP00000127593/7955.ENSDARP00000037419","physical","txid7955" +"Q8JGS1","Q7ZVT3","stil","sass6","stil","Q7ZVT3","SCL-interrupting locus protein homolog","Spindle assembly abnormal protein 6 homolog","string-db","7955.ENSDARP00000075634/7955.ENSDARP00000037419","physical","txid7955" +"Q8JGS1","Q7ZVS3","stil","plk4","stil","Q7ZVS3","SCL-interrupting locus protein homolog","Serine/threonine-protein kinase PLK4 (EC 2.7.11.21) (Polo-like kinase 4) (PLK-4) (Serine/threonine-protein kinase Sak)","string-db","7955.ENSDARP00000043865/7955.ENSDARP00000037419","physical","txid7955" +"Q7ZVT3","X1WBK2","sass6","Centrosomal protein 152","Q7ZVT3","cep152","Spindle assembly abnormal protein 6 homolog","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","string-db","7955.ENSDARP00000127593/7955.ENSDARP00000075634","physical","txid7955" +"Q7ZVT3","E7FCY1","sass6","Centromere protein J","Q7ZVT3","cenpj","Spindle assembly abnormal protein 6 homolog","Centromere protein J","string-db","7955.ENSDARP00000155698/7955.ENSDARP00000075634","physical","txid7955" +"P61799","P79734","aptx","tp53","P61799","tp53","Aprataxin (EC 3.6.1.71) (EC 3.6.1.72) (Forkhead-associated domain histidine triad-like protein) (FHA-HIT)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000035368","physical","txid7955" +"Q4VBJ6","F1QP75","si:dkey-265o13.3","fi40c09","gins2","F1QP75","DNA replication complex GINS protein PSF2","Origin recognition complex subunit 3","string-db","7955.ENSDARP00000047856/7955.ENSDARP00000035433","physical","txid7955" +"Q4VBJ6","A0A2R8Q9M1","si:dkey-265o13.3","im:7137690","gins2","gins4","DNA replication complex GINS protein PSF2","DNA replication complex GINS protein SLD5","string-db","7955.ENSDARP00000151126/7955.ENSDARP00000035433","physical","txid7955" +"Q4VBJ6","Q7ZU79","si:dkey-265o13.3","cdc45l","gins2","cdc45","DNA replication complex GINS protein PSF2","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","string-db","7955.ENSDARP00000064200/7955.ENSDARP00000035433","physical","txid7955" +"A0A0G2KIH5","A0A0R4IMX2","si:dkey-52p2.4","im:7145364","A0A0G2KIH5","A0A0R4IMX2","Major histocompatibility complex class I LLA","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000132118","physical","txid7955" +"A0A0G2KIH5","Q6PBX2","si:dkey-52p2.4","sara2","A0A0G2KIH5","sar1b","Major histocompatibility complex class I LLA","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000132118","physical","txid7955" +"A0A0G2KIH5","Q5MPX4","si:dkey-52p2.4","Transferrin receptor protein 1","A0A0G2KIH5","Q5MPX4","Major histocompatibility complex class I LLA","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000132118","physical","txid7955" +"A0A0G2KIH5","Q7SZE5","si:dkey-52p2.4","sec23a","A0A0G2KIH5","Q7SZE5","Major histocompatibility complex class I LLA","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000132118","physical","txid7955" +"A0A0G2KIH5","A0A2R8QBK0","si:dkey-52p2.4","fb73h12","A0A0G2KIH5","A0A2R8QBK0","Major histocompatibility complex class I LLA","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000132118","physical","txid7955" +"F1RAH3","Q04475","si:ch211-147g22.1","b2m","F1RAH3","b2m","Major histocompatibility complex class I LDA","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","A0A0R4IMX2","si:ch211-147g22.1","im:7145364","F1RAH3","A0A0R4IMX2","Major histocompatibility complex class I LDA","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","A0A0R4ICL5","si:ch211-147g22.1","Protein transport protein Sec24A isoform X2","F1RAH3","sec24a","Major histocompatibility complex class I LDA","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","E7F1G6","si:ch211-147g22.1","b2m","F1RAH3","E7F1G6","Major histocompatibility complex class I LDA","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","A0A2R8QBK0","si:ch211-147g22.1","fb73h12","F1RAH3","A0A2R8QBK0","Major histocompatibility complex class I LDA","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","E7F715","si:ch211-147g22.1","Protein transport protein Sec24B isoform X1","F1RAH3","E7F715","Major histocompatibility complex class I LDA","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","F1QKS4","si:ch211-147g22.1","wu:fe06b12","F1RAH3","canx","Major histocompatibility complex class I LDA","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","Q6PBX2","si:ch211-147g22.1","sara2","F1RAH3","sar1b","Major histocompatibility complex class I LDA","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","Q5MPX4","si:ch211-147g22.1","Transferrin receptor protein 1","F1RAH3","Q5MPX4","Major histocompatibility complex class I LDA","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","Q7SYD5","si:ch211-147g22.1","sec31a","F1RAH3","Q7SYD5","Major histocompatibility complex class I LDA","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","Q7SZE5","si:ch211-147g22.1","sec23a","F1RAH3","Q7SZE5","Major histocompatibility complex class I LDA","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000067873","physical","txid7955" +"F1RAH3","F1Q8W8","si:ch211-147g22.1","calrl2","F1RAH3","calr","Major histocompatibility complex class I LDA","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000067873","physical","txid7955" +"A4FUM4","F1QKS4","dZ63M10.1","wu:fe06b12","A4FUM4","canx","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","Q7SZE5","dZ63M10.1","sec23a","A4FUM4","Q7SZE5","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","E7F1G6","dZ63M10.1","b2m","A4FUM4","E7F1G6","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","A0A0R4ICL5","dZ63M10.1","Protein transport protein Sec24A isoform X2","A4FUM4","sec24a","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","A0A2R8QBK0","dZ63M10.1","fb73h12","A4FUM4","A0A2R8QBK0","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","Q7SYD5","dZ63M10.1","sec31a","A4FUM4","Q7SYD5","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","Q6PBX2","dZ63M10.1","sara2","A4FUM4","sar1b","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","Q04475","dZ63M10.1","b2m","A4FUM4","b2m","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","E7F715","dZ63M10.1","Protein transport protein Sec24B isoform X1","A4FUM4","E7F715","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","F1Q8W8","dZ63M10.1","calrl2","A4FUM4","calr","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","A0A0R4IMX2","dZ63M10.1","im:7145364","A4FUM4","A0A0R4IMX2","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000063528","physical","txid7955" +"A4FUM4","Q5MPX4","dZ63M10.1","Transferrin receptor protein 1","A4FUM4","Q5MPX4","MHC class I antigen ZCA transcript variant 1 (Major histocompatibility complex class I ZCA) (Uncharacterized protein LOC556341 precursor) (Zgc:136614 protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000063528","physical","txid7955" +"A0A0R4IZK4","A0A2R8QBK0","mhc1lca","fb73h12","si:dkey-225f5.5","A0A2R8QBK0","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000141825","physical","txid7955" +"A8E7F2","F1Q8W8","si:ch211-287j19.6","calrl2","mhc1zea","calr","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","Q7SZE5","si:ch211-287j19.6","sec23a","mhc1zea","Q7SZE5","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","A0A2R8QBK0","si:ch211-287j19.6","fb73h12","mhc1zea","A0A2R8QBK0","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","Q5MPX4","si:ch211-287j19.6","Transferrin receptor protein 1","mhc1zea","Q5MPX4","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","E7F1G6","si:ch211-287j19.6","b2m","mhc1zea","E7F1G6","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","Q6PBX2","si:ch211-287j19.6","sara2","mhc1zea","sar1b","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","A0A0R4ICL5","si:ch211-287j19.6","Protein transport protein Sec24A isoform X2","mhc1zea","sec24a","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","E7F715","si:ch211-287j19.6","Protein transport protein Sec24B isoform X1","mhc1zea","E7F715","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","A0A0R4IMX2","si:ch211-287j19.6","im:7145364","mhc1zea","A0A0R4IMX2","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000091917","physical","txid7955" +"A8E7F2","Q7SYD5","si:ch211-287j19.6","sec31a","mhc1zea","Q7SYD5","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000091917","physical","txid7955" +"X1WF83","Q7SZE5","si:ch211-147g22.3","sec23a","X1WF83","Q7SZE5","Major histocompatibility complex class I LJA","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000128887","physical","txid7955" +"X1WF83","A0A2R8QBK0","si:ch211-147g22.3","fb73h12","X1WF83","A0A2R8QBK0","Major histocompatibility complex class I LJA","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000128887","physical","txid7955" +"X1WF83","A0A0R4IMX2","si:ch211-147g22.3","im:7145364","X1WF83","A0A0R4IMX2","Major histocompatibility complex class I LJA","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000128887","physical","txid7955" +"X1WF83","Q5MPX4","si:ch211-147g22.3","Transferrin receptor protein 1","X1WF83","Q5MPX4","Major histocompatibility complex class I LJA","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000128887","physical","txid7955" +"X1WF83","A0A0R4ICL5","si:ch211-147g22.3","Protein transport protein Sec24A isoform X2","X1WF83","sec24a","Major histocompatibility complex class I LJA","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000128887","physical","txid7955" +"X1WF83","Q6PBX2","si:ch211-147g22.3","sara2","X1WF83","sar1b","Major histocompatibility complex class I LJA","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000128887","physical","txid7955" +"A8E7F4","Q6PE26","hlazel","calr","mhc1zba","calr3a","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","A0A0R4IMX2","hlazel","im:7145364","mhc1zba","A0A0R4IMX2","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","Q5MPX4","hlazel","Transferrin receptor protein 1","mhc1zba","Q5MPX4","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","F1QKS4","hlazel","wu:fe06b12","mhc1zba","canx","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","E7F1G6","hlazel","b2m","mhc1zba","E7F1G6","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","F1Q8W8","hlazel","calrl2","mhc1zba","calr","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","Q04475","hlazel","b2m","mhc1zba","b2m","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","A0A2R8QBK0","hlazel","fb73h12","mhc1zba","A0A2R8QBK0","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","E7F715","hlazel","Protein transport protein Sec24B isoform X1","mhc1zba","E7F715","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","Q7SYD5","hlazel","sec31a","mhc1zba","Q7SYD5","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","Q7SZE5","hlazel","sec23a","mhc1zba","Q7SZE5","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","A0A0R4ICL5","hlazel","Protein transport protein Sec24A isoform X2","mhc1zba","sec24a","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","Q6PBX2","hlazel","sara2","mhc1zba","sar1b","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000053152","physical","txid7955" +"A8E7F4","A0A0R4IL29","hlazel","calr3","mhc1zba","calr3b","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000053152","physical","txid7955" +"X1WF74","A0A2R8QBK0","Si:dkey-52p2.5","fb73h12","X1WF74","A0A2R8QBK0","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000128878","physical","txid7955" +"X1WF74","A0A0R4ICL5","Si:dkey-52p2.5","Protein transport protein Sec24A isoform X2","X1WF74","sec24a","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000128878","physical","txid7955" +"X1WF74","Q6PBX2","Si:dkey-52p2.5","sara2","X1WF74","sar1b","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000128878","physical","txid7955" +"X1WF74","Q7SZE5","Si:dkey-52p2.5","sec23a","X1WF74","Q7SZE5","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000128878","physical","txid7955" +"X1WF74","A0A0R4IMX2","Si:dkey-52p2.5","im:7145364","X1WF74","A0A0R4IMX2","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000128878","physical","txid7955" +"X1WF74","Q5MPX4","Si:dkey-52p2.5","Transferrin receptor protein 1","X1WF74","Q5MPX4","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000128878","physical","txid7955" +"E7FAH6","Q7SZE5","MHC class I antigen transcript variant 1","sec23a","E7FAH6","Q7SZE5","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","Q6PBX2","MHC class I antigen transcript variant 1","sara2","E7FAH6","sar1b","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","E7F1G6","MHC class I antigen transcript variant 1","b2m","E7FAH6","E7F1G6","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","E7F715","MHC class I antigen transcript variant 1","Protein transport protein Sec24B isoform X1","E7FAH6","E7F715","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","Q5MPX4","MHC class I antigen transcript variant 1","Transferrin receptor protein 1","E7FAH6","Q5MPX4","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","F1Q8W8","MHC class I antigen transcript variant 1","calrl2","E7FAH6","calr","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","A0A0R4ICL5","MHC class I antigen transcript variant 1","Protein transport protein Sec24A isoform X2","E7FAH6","sec24a","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","F1QKS4","MHC class I antigen transcript variant 1","wu:fe06b12","E7FAH6","canx","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","A0A2R8QBK0","MHC class I antigen transcript variant 1","fb73h12","E7FAH6","A0A2R8QBK0","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","Q7SYD5","MHC class I antigen transcript variant 1","sec31a","E7FAH6","Q7SYD5","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","Q04475","MHC class I antigen transcript variant 1","b2m","E7FAH6","b2m","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000057223","physical","txid7955" +"E7FAH6","A0A0R4IMX2","MHC class I antigen transcript variant 1","im:7145364","E7FAH6","A0A0R4IMX2","MHC class I antigen transcript variant 1 (Major histocompatibility complex class I UMA) (Major histocompatibility complex class I-related gene protein isoform X1)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000057223","physical","txid7955" +"F1RAH2","Q7SZE5","mhc1lia","sec23a","F1RAH2","Q7SZE5","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Protein transport protein Sec23A (SEC23-related protein A)","string-db","7955.ENSDARP00000137308/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","E7F715","mhc1lia","Protein transport protein Sec24B isoform X1","F1RAH2","E7F715","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Protein transport protein Sec24B isoform X1 (SEC24 homolog B, COPII coat complex component)","string-db","7955.ENSDARP00000097487/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","E7F1G6","mhc1lia","b2m","F1RAH2","E7F1G6","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","F1QKS4","mhc1lia","wu:fe06b12","F1RAH2","canx","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Calnexin","string-db","7955.ENSDARP00000083454/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","Q5MPX4","mhc1lia","Transferrin receptor protein 1","F1RAH2","Q5MPX4","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","F1Q8W8","mhc1lia","calrl2","F1RAH2","calr","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Calreticulin","string-db","7955.ENSDARP00000092429/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","Q04475","mhc1lia","b2m","F1RAH2","b2m","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Beta-2-microglobulin","string-db","7955.ENSDARP00000069612/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","Q7SYD5","mhc1lia","sec31a","F1RAH2","Q7SYD5","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Protein transport protein Sec31A (SEC31-like protein 1) (SEC31-related protein A)","string-db","7955.ENSDARP00000104171/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","A0A0R4ICL5","mhc1lia","Protein transport protein Sec24A isoform X2","F1RAH2","sec24a","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","string-db","7955.ENSDARP00000130391/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","A0A2R8QBK0","mhc1lia","fb73h12","F1RAH2","A0A2R8QBK0","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Leucyl-cystinyl aminopeptidase isoform X1 (Leucyl/cystinyl aminopeptidase)","string-db","7955.ENSDARP00000150374/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","A0A0R4IMX2","mhc1lia","im:7145364","F1RAH2","A0A0R4IMX2","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","Protein transport protein Sec24C (SEC24 homolog C, COPII coat complex component)","string-db","7955.ENSDARP00000135644/7955.ENSDARP00000067874","physical","txid7955" +"F1RAH2","Q6PBX2","mhc1lia","sara2","F1RAH2","sar1b","Major histocompatibility complex class I LGA (Uncharacterized protein LOC100535946 precursor)","GTP-binding protein SAR1b","string-db","7955.ENSDARP00000136017/7955.ENSDARP00000067874","physical","txid7955" +"Q7SZE3","Q4H4B6","llgl2","scrib","llgl2","scrib","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","Protein scribble homolog (Scribble1)","string-db","7955.ENSDARP00000068701/7955.ENSDARP00000035593","physical","txid7955" +"Q7SZE3","Q5PYH5","llgl2","dlg1l","llgl2","dlg1l","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000035593","physical","txid7955" +"Q5PYH5","A0A2R8QF68","dlg1l","grik2","dlg1l","grik2","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000132280","physical","txid7955" +"Q5PYH5","A8WGA3","dlg1l","lrfn1l","dlg1l","A8WGA3","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000132280","physical","txid7955" +"Q5PYH5","A0A8M1P3L5","dlg1l","Glutamate receptor","dlg1l","A0A8M1P3L5","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","Glutamate receptor","string-db","7955.ENSDARP00000133431/7955.ENSDARP00000132280","physical","txid7955" +"Q7ZTT4","P52160","cb142","myca","Q7ZTT4","P52160","Chloride intracellular channel protein 4","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000035859","physical","txid7955" +"Q7ZTT4","P79734","cb142","tp53","Q7ZTT4","tp53","Chloride intracellular channel protein 4","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000035859","physical","txid7955" +"E7FFY9","Q0P3Y2","Somatostatin-2","zgc:153708","E7FFY9","Q0P3Y2","Somatostatin-2 (Somatostatin II)","Cortistatin (Zgc:153708)","string-db","7955.ENSDARP00000047377/7955.ENSDARP00000035895","physical","txid7955" +"Q0P3Y2","A2BHH9","zgc:153708","Somatostatin receptor 3","Q0P3Y2","A2BHH9","Cortistatin (Zgc:153708)","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000047377","physical","txid7955" +"Q0P3Y2","E7F6Y6","zgc:153708","Somatostatin receptor type 2","Q0P3Y2","E7F6Y6","Cortistatin (Zgc:153708)","Somatostatin receptor type 2","string-db","7955.ENSDARP00000092663/7955.ENSDARP00000047377","physical","txid7955" +"Q0P3Y2","A0A0R4IV97","zgc:153708","Somatostatin receptor 1a","Q0P3Y2","sstr1a","Cortistatin (Zgc:153708)","Somatostatin receptor 1a (Somatostatin receptor type 1)","string-db","7955.ENSDARP00000138468/7955.ENSDARP00000047377","physical","txid7955" +"Q5U395","Q561X0","ctdnep1a","cnep1r1","ctdnep1a","cnep1r1","CTD nuclear envelope phosphatase 1A (EC 3.1.3.16) (Serine/threonine-protein phosphatase dullard-A)","Nuclear envelope phosphatase-regulatory subunit 1 (Transmembrane protein 188)","string-db","7955.ENSDARP00000052350/7955.ENSDARP00000036009","physical","txid7955" +"Q5U395","Q5U3T3","ctdnep1a","ctdnep1b","ctdnep1a","Q5U3T3","CTD nuclear envelope phosphatase 1A (EC 3.1.3.16) (Serine/threonine-protein phosphatase dullard-A)","CTD nuclear envelope phosphatase 1B (EC 3.1.3.16) (Dullard-like protein) (Serine/threonine-protein phosphatase dullard-B)","string-db","7955.ENSDARP00000103636/7955.ENSDARP00000036009","physical","txid7955" +"Q561X0","Q5U3T3","cnep1r1","ctdnep1b","cnep1r1","Q5U3T3","Nuclear envelope phosphatase-regulatory subunit 1 (Transmembrane protein 188)","CTD nuclear envelope phosphatase 1B (EC 3.1.3.16) (Dullard-like protein) (Serine/threonine-protein phosphatase dullard-B)","string-db","7955.ENSDARP00000103636/7955.ENSDARP00000052350","physical","txid7955" +"Q1MTK1","A0A0R4IU39","LOC559473","wu:fe49f10","Q1MTK1","cdc20","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000036071","physical","txid7955" +"B8A5Y1","F1R9F5","prdm8a","Beta3.1","prdm8","bhlhe22","PR domain-containing 8 (Zinc finger protein 488 isoform X1)","Class E basic helix-loop-helix protein 22 (Class B basic helix-loop-helix protein 5)","string-db","7955.ENSDARP00000113648/7955.ENSDARP00000036087","physical","txid7955" +"Q6NV11","Q6NWG4","zgc:85677","prmt6","hmga1a","Q6NWG4","High mobility group protein HMG-I/HMG-Y (High mobility group AT-hook protein 1)","Protein arginine N-methyltransferase 6 (EC 2.1.1.319) (Histone-arginine N-methyltransferase PRMT6)","string-db","7955.ENSDARP00000106043/7955.ENSDARP00000036107","physical","txid7955" +"Q5SP67","Q05AL1","wdr26","armc8","wdr26","Q05AL1","WD repeat-containing protein 26","Armadillo repeat-containing protein 8","string-db","7955.ENSDARP00000115627/7955.ENSDARP00000036145","physical","txid7955" +"Q5SP67","Q6PBS0","wdr26","zgc:73277","wdr26","Q6PBS0","WD repeat-containing protein 26","Protein RMD5 homolog B (Required for meiotic nuclear division 5 homolog B)","string-db","7955.ENSDARP00000105253/7955.ENSDARP00000036145","physical","txid7955" +"Q5SP67","Q7SXR3","wdr26","maea","wdr26","maea","WD repeat-containing protein 26","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","string-db","7955.ENSDARP00000070240/7955.ENSDARP00000036145","physical","txid7955" +"Q7SXR3","Q05AL1","maea","armc8","maea","Q05AL1","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","Armadillo repeat-containing protein 8","string-db","7955.ENSDARP00000115627/7955.ENSDARP00000070240","physical","txid7955" +"Q7SXR3","Q6PBS0","maea","zgc:73277","maea","Q6PBS0","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","Protein RMD5 homolog B (Required for meiotic nuclear division 5 homolog B)","string-db","7955.ENSDARP00000105253/7955.ENSDARP00000070240","physical","txid7955" +"Q6PBS0","Q05AL1","zgc:73277","armc8","Q6PBS0","Q05AL1","Protein RMD5 homolog B (Required for meiotic nuclear division 5 homolog B)","Armadillo repeat-containing protein 8","string-db","7955.ENSDARP00000115627/7955.ENSDARP00000105253","physical","txid7955" +"Q5I0F7","Q9I9P9","fb50g02","smad2","foxo3a","smad2","Forkhead box O3A","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000036177","physical","txid7955" +"Q5I0F7","Q8AY15","fb50g02","madh3","foxo3a","smad3a","Forkhead box O3A","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","string-db","7955.ENSDARP00000045373/7955.ENSDARP00000036177","physical","txid7955" +"F1QCP4","F1RCP1","mb21d1","becn1","F1QCP4","F1RCP1","Cyclic GMP-AMP synthase","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000036480","physical","txid7955" +"F1QCP4","B7SEE0","mb21d1","Interferon regulatory factor 3","F1QCP4","irf3","Cyclic GMP-AMP synthase","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000036480","physical","txid7955" +"F1QCP4","Q0GKD6","mb21d1","wu:fk70c05","F1QCP4","tbk1","Cyclic GMP-AMP synthase","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000036480","physical","txid7955" +"Q5VK49","Q6PSS4","bnip3l2","gabarap","bnip3la","gabarapa","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","GABA(A) receptor-associated protein","string-db","7955.ENSDARP00000051546/7955.ENSDARP00000036535","physical","txid7955" +"Q5VK49","A0A8M1RHF3","bnip3l2","Metalloreductase STEAP3","bnip3la","A0A8M1RHF3","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","Metalloreductase STEAP3 (STEAP family member 3, metalloreductase)","string-db","7955.ENSDARP00000122155/7955.ENSDARP00000036535","physical","txid7955" +"Q5VK49","F1QY33","bnip3l2","GABA","bnip3la","gabarapb","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000036535","physical","txid7955" +"Q5VK49","Q6DH82","bnip3l2","wu:fj43a09","bnip3la","-","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000036535","physical","txid7955" +"Q5VK49","Q6TH05","bnip3l2","GABARAPL2","bnip3la","gabarapl2","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","string-db","7955.ENSDARP00000039056/7955.ENSDARP00000036535","physical","txid7955" +"Q5PYH6","E7FBY6","dlg1","adgra2","dlg1","adgra2","Disks large homolog 1 (Synapse-associated protein 97A) (SAP-97A) (SAP97A)","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","string-db","7955.ENSDARP00000103078/7955.ENSDARP00000036537","physical","txid7955" +"E7FBY6","A0A0R4IKU3","adgra2","reck","adgra2","reck","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","Reversion-inducing cysteine-rich protein with Kazal motifs","string-db","7955.ENSDARP00000134661/7955.ENSDARP00000103078","physical","txid7955" +"E7FBY6","F1QTJ4","adgra2","LRP6","adgra2","F1QTJ4","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000103078","physical","txid7955" +"E7FBY6","A0A0R4IVK2","adgra2","fz1","adgra2","A0A0R4IVK2","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000103078","physical","txid7955" +"E7FBY6","Q6PFU4","adgra2","cdc42a","adgra2","cdc42","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000103078","physical","txid7955" +"Q9DFZ0","Q9W6E3","bambi","fk48e04","bambia","fzd10","BMP and activin membrane-bound inhibitor homolog","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","string-db","7955.ENSDARP00000089291/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","A0JBX4","bambi","fzd3l","bambia","fzd3b","BMP and activin membrane-bound inhibitor homolog","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","string-db","7955.ENSDARP00000108442/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","B3DJ49","bambi","zgc:194774","bambia","B3DJ49","BMP and activin membrane-bound inhibitor homolog","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","Q6NV44","bambi","Frizzled class receptor 7a","bambia","fzd7a","BMP and activin membrane-bound inhibitor homolog","Frizzled class receptor 7a (Frizzled homolog 7a)","string-db","7955.ENSDARP00000106912/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","Q5TZ38","bambi","fzd3","bambia","fzd3a","BMP and activin membrane-bound inhibitor homolog","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","string-db","7955.ENSDARP00000084982/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","Q6GQM7","bambi","zgc:91871","bambia","bambib","BMP and activin membrane-bound inhibitor homolog","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","A0A0R4IVK2","bambi","fz1","bambia","A0A0R4IVK2","BMP and activin membrane-bound inhibitor homolog","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000072198","physical","txid7955" +"Q9DFZ0","F1QTJ4","bambi","LRP6","bambia","F1QTJ4","BMP and activin membrane-bound inhibitor homolog","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000072198","physical","txid7955" +"F1QKB5","A0A0R4IVK2","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fz1","F1QKB5","A0A0R4IVK2","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000118145","physical","txid7955" +"F1QKB5","Q92050","Inactive tyrosine-protein kinase transmembrane receptor ROR1","wnt5b","F1QKB5","wnt5b","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000118145","physical","txid7955" +"F1QKB5","B3DJ49","Inactive tyrosine-protein kinase transmembrane receptor ROR1","zgc:194774","F1QKB5","B3DJ49","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000118145","physical","txid7955" +"Q6GQM7","B3DJ49","zgc:91871","zgc:194774","bambib","B3DJ49","BMP and activin membrane-bound inhibitor homolog","Frizzled-1","string-db","7955.ENSDARP00000147690/7955.ENSDARP00000140083","physical","txid7955" +"Q7ZUR6","Q7ZW81","cb985","cb1024","mibp2","mibp","Muscle-specific beta 1 integrin-binding protein 2","Mibp protein (Muscle-specific beta 1 integrin-binding protein) (Nicotinamide riboside kinase 2)","string-db","7955.ENSDARP00000137169/7955.ENSDARP00000134727","physical","txid7955" +"F1QPN5","F1QGX0","zgc:64101","Integrin beta","F1QPN5","itgb6","FERM domain-containing kindlin 3b (Fermitin family homolog 3)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000047715","physical","txid7955" +"F1QPN5","B3DIV2","zgc:64101","itgb1","F1QPN5","B3DIV2","FERM domain-containing kindlin 3b (Fermitin family homolog 3)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000047715","physical","txid7955" +"F1QPN5","E7FCN5","zgc:64101","Integrin beta","F1QPN5","E7FCN5","FERM domain-containing kindlin 3b (Fermitin family homolog 3)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000047715","physical","txid7955" +"B0V233","A0A0R4ICS1","im:7155552","Integrin alpha 4","jam2b","itga4","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000102441","physical","txid7955" +"B0V233","F1QYW3","im:7155552","Junctional adhesion molecule 3a","jam2b","jam3a","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","string-db","7955.ENSDARP00000105600/7955.ENSDARP00000102441","physical","txid7955" +"B0V233","B3DIV2","im:7155552","itgb1","jam2b","B3DIV2","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000102441","physical","txid7955" +"F1Q8X5","Q7ZSZ9","fermt2","rac1","fermt2","rac1a","Fermitin family homolog 2 (Kindlin-2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","F1QGX0","fermt2","Integrin beta","fermt2","itgb6","Fermitin family homolog 2 (Kindlin-2)","Integrin beta","string-db","7955.ENSDARP00000065932/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","B3DIV2","fermt2","itgb1","fermt2","B3DIV2","Fermitin family homolog 2 (Kindlin-2)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","E7FCN5","fermt2","Integrin beta","fermt2","E7FCN5","Fermitin family homolog 2 (Kindlin-2)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","Q6DGB7","fermt2","rac3","fermt2","rac3a","Fermitin family homolog 2 (Kindlin-2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","Q6PHD6","fermt2","zgc:65842","fermt2","ilk","Fermitin family homolog 2 (Kindlin-2)","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","string-db","7955.ENSDARP00000073983/7955.ENSDARP00000049463","physical","txid7955" +"F1Q8X5","A9JRY8","fermt2","Rac family small GTPase 3b","fermt2","rac3b","Fermitin family homolog 2 (Kindlin-2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000049463","physical","txid7955" +"Q9YHX4","Q5RGW1","sema4e","Plexin C1","Q9YHX4","Q5RGW1","Semaphorin-4E (Semaphorin-7) (Semaphorin-Z7) (Sema Z7)","Plexin C1","string-db","7955.ENSDARP00000115802/7955.ENSDARP00000101012","physical","txid7955" +"Q9YHX4","B3DIV2","sema4e","itgb1","Q9YHX4","B3DIV2","Semaphorin-4E (Semaphorin-7) (Semaphorin-Z7) (Sema Z7)","Integrin beta","string-db","7955.ENSDARP00000124046/7955.ENSDARP00000101012","physical","txid7955" +"Q6PFS7","F1QF30","atg3","cb162","atg3","F1QF30","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","B3DHE4","atg3","zgc:194223","atg3","B3DHE4","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","string-db","7955.ENSDARP00000099149/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","Q803I8","atg3","syvn1","atg3","Q803I8","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","E9QHF3","atg3","fb02f11","atg3","synj1","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","F1RDC0","atg3","apg5l","atg3","atg5","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","F1R121","atg3","zgc:63991","atg3","F1R121","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Derlin","string-db","7955.ENSDARP00000043250/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","Q6PBN5","atg3","aup1","atg3","aup1","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","string-db","7955.ENSDARP00000054866/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","X1WFY6","atg3","Tectonin beta-propeller repeat-containing 1b","atg3","tecpr1b","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Tectonin beta-propeller repeat-containing 1b (Tectonin beta-propeller repeat-containing protein 1)","string-db","7955.ENSDARP00000129141/7955.ENSDARP00000041303","physical","txid7955" +"Q6PFS7","Q4VBS8","atg3","zgc:110436","atg3","derl2","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000041303","physical","txid7955" +"B3DHE4","Q803I8","zgc:194223","syvn1","B3DHE4","Q803I8","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000099149","physical","txid7955" +"B3DHE4","F1QF30","zgc:194223","cb162","B3DHE4","F1QF30","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000099149","physical","txid7955" +"Q6PBN5","Q4VBS8","aup1","zgc:110436","aup1","derl2","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","Derlin","string-db","7955.ENSDARP00000062174/7955.ENSDARP00000054866","physical","txid7955" +"Q6PBN5","F1QF30","aup1","cb162","aup1","F1QF30","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","Elongin-B","string-db","7955.ENSDARP00000114273/7955.ENSDARP00000054866","physical","txid7955" +"Q6PBN5","B3DHE4","aup1","zgc:194223","aup1","B3DHE4","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","Zgc:194223 protein (von Hippel-Lindau tumor suppressor-like)","string-db","7955.ENSDARP00000099149/7955.ENSDARP00000054866","physical","txid7955" +"Q6PBN5","Q803I8","aup1","syvn1","aup1","Q803I8","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","E3 ubiquitin-protein ligase synoviolin (EC 2.3.2.27) (RING-type E3 ubiquitin transferase synoviolin) (Synovial apoptosis inhibitor 1)","string-db","7955.ENSDARP00000116575/7955.ENSDARP00000054866","physical","txid7955" +"A3KPK0","Q7SXR1","ago3","tarbp2","A3KPK0","Q7SXR1","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000086246","physical","txid7955" +"A3KPK0","X1WG39","ago3","si:ch211-119n15.3","A3KPK0","X1WG39","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000086246","physical","txid7955" +"A3KPK0","K4IAH1","ago3","eif2c4","A3KPK0","K4IAH1","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000086246","physical","txid7955" +"Q7ZT42","K4IAH1","snd1","eif2c4","snd1","K4IAH1","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000040404","physical","txid7955" +"Q7ZT42","A3KPK0","snd1","ago3","snd1","A3KPK0","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","Protein argonaute-3 (Argonaute3) (EC 3.1.26.n2) (Argonaute RISC catalytic component 3) (Eukaryotic translation initiation factor 2C 3) (eIF-2C 3) (eIF2C 3)","string-db","7955.ENSDARP00000086246/7955.ENSDARP00000040404","physical","txid7955" +"Q7ZT42","Q6TV19","snd1","dicer1","snd1","dicer1","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","Endoribonuclease Dicer (EC 3.1.26.3)","string-db","7955.ENSDARP00000045880/7955.ENSDARP00000040404","physical","txid7955" +"Q7ZT42","Q7SXR1","snd1","tarbp2","snd1","Q7SXR1","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","RISC-loading complex subunit tarbp2","string-db","7955.ENSDARP00000094231/7955.ENSDARP00000040404","physical","txid7955" +"Q7ZZJ7","F1QCQ7","ae1","band7.2","slc4a1a","F1QCQ7","Anion exchange protein","Erythrocyte band 7 integral membrane protein isoform 1 (Stomatin)","string-db","7955.ENSDARP00000120230/7955.ENSDARP00000110238","physical","txid7955" +"A0JMQ9","Q804S5","zranb1b","mib1","A0JMQ9","mib1","Ubiquitin thioesterase zranb1-B (EC 3.4.19.12) (Zinc finger Ran-binding domain-containing protein 1-B)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000086546","physical","txid7955" +"A0JMQ9","F1QHN6","zranb1b","im:7042025","A0JMQ9","ubc","Ubiquitin thioesterase zranb1-B (EC 3.4.19.12) (Zinc finger Ran-binding domain-containing protein 1-B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000086546","physical","txid7955" +"A0JMQ9","A0A0R4IWH7","zranb1b","cb965","A0JMQ9","A0A0R4IWH7","Ubiquitin thioesterase zranb1-B (EC 3.4.19.12) (Zinc finger Ran-binding domain-containing protein 1-B)","APC regulator of WNT-signaling pathway (Adenomatous polyposis coli protein)","string-db","7955.ENSDARP00000139275/7955.ENSDARP00000086546","physical","txid7955" +"B8A4W7","X1WET4","wu:fj20d04","si:ch211-160e1.10","B8A4W7","dhx33","Mitochondrial antiviral-signaling protein","ATP-dependent RNA helicase DHX33 (EC 3.6.4.13) (DEAH (Asp-Glu-Ala-His) box polypeptide 33)","string-db","7955.ENSDARP00000128735/7955.ENSDARP00000080716","physical","txid7955" +"B8A4W7","Q0GKD6","wu:fj20d04","wu:fk70c05","B8A4W7","tbk1","Mitochondrial antiviral-signaling protein","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000080716","physical","txid7955" +"B8A4W7","E7F4N7","wu:fj20d04","sting1","B8A4W7","E7F4N7","Mitochondrial antiviral-signaling protein","Stimulator of interferon genes protein (STING) (Transmembrane protein 173)","string-db","7955.ENSDARP00000148153/7955.ENSDARP00000080716","physical","txid7955" +"B8A4W7","F1RDC0","wu:fj20d04","apg5l","B8A4W7","atg5","Mitochondrial antiviral-signaling protein","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000080716","physical","txid7955" +"B8A4W7","E7FDW7","wu:fj20d04","NLR family member X1","B8A4W7","nlrx1","Mitochondrial antiviral-signaling protein","NLR family member X1","string-db","7955.ENSDARP00000126680/7955.ENSDARP00000080716","physical","txid7955" +"B8A4W7","A0A8M2BJP0","wu:fj20d04","mg:cb01g09","B8A4W7","A0A8M2BJP0","Mitochondrial antiviral-signaling protein","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000080716","physical","txid7955" +"Q08CK1","B3DI94","ecsit","tmem186","Q08CK1","tmem186","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000124710","physical","txid7955" +"Q08CK1","B0S673","ecsit","coa1","Q08CK1","B0S673","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000124710","physical","txid7955" +"Q08CK1","A0A2R8QM83","ecsit","zgc:73348","Q08CK1","A0A2R8QM83","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000124710","physical","txid7955" +"E7EZD6","A0A8M9PY87","Ubiquitin carboxyl-terminal hydrolase 4","TNF receptor-associated factor","E7EZD6","A0A8M9PY87","Ubiquitin carboxyl-terminal hydrolase 4 (EC 3.4.19.12) (Deubiquitinating enzyme 4) (Ubiquitin thioesterase 4) (Ubiquitin-specific-processing protease 4)","TNF receptor-associated factor (EC 2.3.2.27)","string-db","7955.ENSDARP00000043465/7955.ENSDARP00000039867","physical","txid7955" +"E7EZD6","F1QGH7","Ubiquitin carboxyl-terminal hydrolase 4","ctnnb1","E7EZD6","ctnnb1","Ubiquitin carboxyl-terminal hydrolase 4 (EC 3.4.19.12) (Deubiquitinating enzyme 4) (Ubiquitin thioesterase 4) (Ubiquitin-specific-processing protease 4)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000039867","physical","txid7955" +"Q7T310","A5WVS5","pigm","si:ch73-159l23.2","pigm","pigx","GPI mannosyltransferase 1 (EC 2.4.1.-) (GPI mannosyltransferase I) (GPI-MT-I) (Phosphatidylinositol-glycan biosynthesis class M protein) (PIG-M)","Phosphatidylinositol-glycan biosynthesis class X protein","string-db","7955.ENSDARP00000087423/7955.ENSDARP00000036819","physical","txid7955" +"F1QMI7","A5WVZ0","Ceramide kinase","si:ch211-162i19.1","F1QMI7","A5WVZ0","Ceramide kinase (EC 2.7.1.138) (Zgc:158263)","Ceramide kinase (EC 2.7.1.138)","string-db","7955.ENSDARP00000117613/7955.ENSDARP00000036893","physical","txid7955" +"Q6DEN0","Q5TYT1","ufc1","nrcam","ufc1","nrcama","Ubiquitin-fold modifier-conjugating enzyme 1 (Ufm1-conjugating enzyme 1)","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","string-db","7955.ENSDARP00000112170/7955.ENSDARP00000036899","physical","txid7955" +"F6NQL8","A0A0R4IRW0","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 3","LOC100334297","hcn3","hcn1","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 3 (Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 1)","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 1 (Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 1-like isoform X1)","string-db","7955.ENSDARP00000138452/7955.ENSDARP00000036930","physical","txid7955" +"B7ZD04","E7FF22","sfr1","si:ch211-264f7.1","sfr1","swi5","Swi5-dependent recombination DNA repair protein 1 homolog (Meiosis protein 5 homolog)","DNA repair protein SWI5 homolog (Protein SAE3 homolog)","string-db","7955.ENSDARP00000100791/7955.ENSDARP00000037070","physical","txid7955" +"B7ZD04","F1R474","sfr1","zgc:77165","sfr1","rad51d","Swi5-dependent recombination DNA repair protein 1 homolog (Meiosis protein 5 homolog)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000037070","physical","txid7955" +"E7FF22","F1R474","si:ch211-264f7.1","zgc:77165","swi5","rad51d","DNA repair protein SWI5 homolog (Protein SAE3 homolog)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","string-db","7955.ENSDARP00000107754/7955.ENSDARP00000100791","physical","txid7955" +"B0UXY9","Q0PKX7","fc25h12","fasl","faf1","Q0PKX7","FAS-associated factor 1 (Fas (TNFRSF6)-associated factor 1)","Fas ligand (Tumor necrosis factor ligand superfamily member 6)","string-db","7955.ENSDARP00000136343/7955.ENSDARP00000037156","physical","txid7955" +"B0UXY9","A0A0R4IXF0","fc25h12","FAS-associated death domain protein","faf1","A0A0R4IXF0","FAS-associated factor 1 (Fas (TNFRSF6)-associated factor 1)","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000037156","physical","txid7955" +"A0A8M9Q4I8","A0A0R4IJP6","Nck2","IQ and ubiquitin-like domain-containing protein isoform X1","A0A8M9Q4I8","A0A0R4IJP6","Cytoplasmic protein","IQ and ubiquitin-like domain-containing protein isoform X1 (IQ motif and ubiquitin domain-containing)","string-db","7955.ENSDARP00000134606/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","F1QM54","Nck2","fb18g01","A0A8M9Q4I8","F1QM54","Cytoplasmic protein","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","Q7ZSZ9","Nck2","rac1","A0A8M9Q4I8","rac1a","Cytoplasmic protein","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","A3QJU6","Nck2","zgc:136923","A0A8M9Q4I8","A3QJU6","Cytoplasmic protein","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","Q9DE49","Nck2","pdgfra","A0A8M9Q4I8","Q9DE49","Cytoplasmic protein","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","Q1JPZ3","Nck2","src","A0A8M9Q4I8","Q1JPZ3","Cytoplasmic protein","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","Q5YLG6","Nck2","OTTDARP00000007023","A0A8M9Q4I8","rhov","Cytoplasmic protein","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","Q6NY23","Nck2","kirrel","A0A8M9Q4I8","Q6NY23","Cytoplasmic protein","Kin of IRRE like (Drosophila) (Kin of IRRE like a isoform X2) (Kirre like nephrin family adhesion molecule 1a precursor) (Kirre-like nephrin family adhesion molecule 1a)","string-db","7955.ENSDARP00000123625/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","A0A2R8Q0D8","Nck2","Platelet-derived growth factor subunit B","A0A8M9Q4I8","A0A2R8Q0D8","Cytoplasmic protein","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000093447","physical","txid7955" +"A0A8M9Q4I8","A0A2R8Q515","Nck2","fc28d09","A0A8M9Q4I8","A0A2R8Q515","Cytoplasmic protein","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000093447","physical","txid7955" +"Q4V9A1","A0A0R4IJP6","zgc:92024","IQ and ubiquitin-like domain-containing protein isoform X1","nck2b","A0A0R4IJP6","Cytoplasmic protein","IQ and ubiquitin-like domain-containing protein isoform X1 (IQ motif and ubiquitin domain-containing)","string-db","7955.ENSDARP00000134606/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q6NY23","zgc:92024","kirrel","nck2b","Q6NY23","Cytoplasmic protein","Kin of IRRE like (Drosophila) (Kin of IRRE like a isoform X2) (Kirre like nephrin family adhesion molecule 1a precursor) (Kirre-like nephrin family adhesion molecule 1a)","string-db","7955.ENSDARP00000123625/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","A3QJU6","zgc:92024","zgc:136923","nck2b","A3QJU6","Cytoplasmic protein","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q5YLG6","zgc:92024","OTTDARP00000007023","nck2b","rhov","Cytoplasmic protein","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","F1QM54","zgc:92024","fb18g01","nck2b","F1QM54","Cytoplasmic protein","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q7ZSZ9","zgc:92024","rac1","nck2b","rac1a","Cytoplasmic protein","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","A0A2R8Q515","zgc:92024","fc28d09","nck2b","A0A2R8Q515","Cytoplasmic protein","Rho guanine nucleotide exchange factor (GEF) 7a (Rho guanine nucleotide exchange factor 7 isoform X2)","string-db","7955.ENSDARP00000147946/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q1JPZ3","zgc:92024","src","nck2b","Q1JPZ3","Cytoplasmic protein","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q90Z32","zgc:92024","fc10d03","nck2b","Q90Z32","Cytoplasmic protein","Ephrin-B2b","string-db","7955.ENSDARP00000079638/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","A0A2R8Q0D8","zgc:92024","Platelet-derived growth factor subunit B","nck2b","A0A2R8Q0D8","Cytoplasmic protein","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000063647","physical","txid7955" +"Q4V9A1","Q9DE49","zgc:92024","pdgfra","nck2b","Q9DE49","Cytoplasmic protein","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","string-db","7955.ENSDARP00000094286/7955.ENSDARP00000063647","physical","txid7955" +"Q7ZV34","Q6DH65","mcts1","denr","Q7ZV34","Q6DH65","Malignant T-cell-amplified sequence 1 (MCT-1)","Density-regulated protein (DRP)","string-db","7955.ENSDARP00000149057/7955.ENSDARP00000037227","physical","txid7955" +"Q6P2U5","F1QLR7","arf6b","c-met","arf6b","met","ADP-ribosylation factor 6","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000119598","physical","txid7955" +"Q6P2U5","Q6PC73","arf6b","grb2","arf6b","grb2b","ADP-ribosylation factor 6","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000119598","physical","txid7955" +"F1Q8Z1","F1Q7S5","Dedicator of cytokinesis 7","fb11b01","dock7","gab1","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000042133","physical","txid7955" +"F1Q8Z1","Q6PC73","Dedicator of cytokinesis 7","grb2","dock7","grb2b","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000042133","physical","txid7955" +"F1Q8Z1","Q7ZSZ9","Dedicator of cytokinesis 7","rac1","dock7","rac1a","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000042133","physical","txid7955" +"F1Q8Z1","F1QLR7","Dedicator of cytokinesis 7","c-met","dock7","met","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000042133","physical","txid7955" +"F1Q8Z1","Q6DEM2","Dedicator of cytokinesis 7","fb34h10","dock7","crk","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","Adapter molecule crk","string-db","7955.ENSDARP00000072488/7955.ENSDARP00000042133","physical","txid7955" +"F1Q8Z1","A3QJU6","Dedicator of cytokinesis 7","zgc:136923","dock7","A3QJU6","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000042133","physical","txid7955" +"E9QE29","A0A0R4IB08","Stress-activated protein kinase JNK","mapk8ip1","mapk9","A0A0R4IB08","Stress-activated protein kinase JNK (EC 2.7.11.24)","Mitogen-activated protein kinase 8 interacting protein 1 (Mitogen-activated protein kinase 8-interacting protein 1a)","string-db","7955.ENSDARP00000131169/7955.ENSDARP00000099157","physical","txid7955" +"Q6DH47","Q90WX5","zgc:92650","Cone transducin alpha subunit","Q6DH47","Q90WX5","Regulator of G-protein signaling 20","Cone transducin alpha subunit (Guanine nucleotide-binding protein (G protein), alpha transducing activity polypeptide 2) (Guanine nucleotide-binding protein G(T) subunit alpha-2)","string-db","7955.ENSDARP00000062362/7955.ENSDARP00000056734","physical","txid7955" +"Q6DH47","A0A0G2LAU9","zgc:92650","gnaz","Q6DH47","A0A0G2LAU9","Regulator of G-protein signaling 20","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000056734","physical","txid7955" +"E7FDV3","A0A0G2LAU9","adcy3","gnaz","E7FDV3","A0A0G2LAU9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000101956","physical","txid7955" +"Q1L8K1","A0A0G2LAU9","si:dkey-266i6.1","gnaz","Q1L8K1","A0A0G2LAU9","adenylate cyclase (EC 4.6.1.1)","Guanine nucleotide binding protein (G protein), alpha z polypeptide (Guanine nucleotide-binding protein G(Z) subunit alpha)","string-db","7955.ENSDARP00000141935/7955.ENSDARP00000119823","physical","txid7955" +"Q6DBW5","A7E2L8","zgc:101136","LSM5","Q6DBW5","lsm5","U6 snRNA-associated Sm-like protein LSm1","U6 snRNA-associated Sm-like protein LSm5","string-db","7955.ENSDARP00000096681/7955.ENSDARP00000063391","physical","txid7955" +"Q6DBW5","Q5RKP8","zgc:101136","lsm2","Q6DBW5","smx5","U6 snRNA-associated Sm-like protein LSm1","U6 snRNA-associated Sm-like protein LSm2","string-db","7955.ENSDARP00000132667/7955.ENSDARP00000063391","physical","txid7955" +"Q6DBW5","A2RRV3","zgc:101136","patl1","Q6DBW5","A2RRV3","U6 snRNA-associated Sm-like protein LSm1","Protein PAT1 homolog 1 (PAT1-like protein 1) (Protein PAT1 homolog b) (Pat1b)","string-db","7955.ENSDARP00000091710/7955.ENSDARP00000063391","physical","txid7955" +"Q6DBW5","A4FVI7","zgc:101136","fj64g01","Q6DBW5","A4FVI7","U6 snRNA-associated Sm-like protein LSm1","LSM7 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM7 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (U6 snRNA-associated Sm-like protein LSm7)","string-db","7955.ENSDARP00000075631/7955.ENSDARP00000063391","physical","txid7955" +"Q6DBW5","E7EZE6","zgc:101136","LSM3","Q6DBW5","E7EZE6","U6 snRNA-associated Sm-like protein LSm1","U6 snRNA-associated Sm-like protein LSm3","string-db","7955.ENSDARP00000104495/7955.ENSDARP00000063391","physical","txid7955" +"F8W2M3","A8WH79","Cardiotrophin-like cytokine factor 1","gp130","clcf1","il6st","Cardiotrophin-like cytokine factor 1","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000124677","physical","txid7955" +"F1Q5F5","A0A8M3AQW8","lifr.b","Tyrosine-protein kinase","F1Q5F5","A0A8M3AQW8","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000058305","physical","txid7955" +"F1Q5F5","A8WH79","lifr.b","gp130","F1Q5F5","il6st","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000058305","physical","txid7955" +"F1Q5F5","A4JYQ0","lifr.b","cb549","F1Q5F5","cntfr","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","Ciliary neurotrophic factor receptor (Cntfr)","string-db","7955.ENSDARP00000114970/7955.ENSDARP00000058305","physical","txid7955" +"F1Q5F5","F8W2M3","lifr.b","Cardiotrophin-like cytokine factor 1","F1Q5F5","clcf1","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","Cardiotrophin-like cytokine factor 1","string-db","7955.ENSDARP00000124677/7955.ENSDARP00000058305","physical","txid7955" +"F1Q5F5","Q6DG28","lifr.b","clf-1.a","F1Q5F5","crlf1a","LIF receptor subunit alpha b (Leukemia inhibitory factor receptor alpha b isoform X1)","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","string-db","7955.ENSDARP00000098081/7955.ENSDARP00000058305","physical","txid7955" +"F1RBF1","A0A8M3AQW8","crfb8","Tyrosine-protein kinase","F1RBF1","A0A8M3AQW8","Cytokine receptor family member b8 precursor (Interleukin 20 receptor, alpha)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000043625","physical","txid7955" +"F1RBF1","B0V237","crfb8","Tyrosine-protein kinase","F1RBF1","jak3","Cytokine receptor family member b8 precursor (Interleukin 20 receptor, alpha)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000049468/7955.ENSDARP00000043625","physical","txid7955" +"F1RBF1","F1RA83","crfb8","Cytokine receptor family member B16","F1RBF1","crfb16","Cytokine receptor family member b8 precursor (Interleukin 20 receptor, alpha)","Cytokine receptor family member B16","string-db","7955.ENSDARP00000090421/7955.ENSDARP00000043625","physical","txid7955" +"F1RBF1","O93599","crfb8","STAT3b1","F1RBF1","stat3","Cytokine receptor family member b8 precursor (Interleukin 20 receptor, alpha)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000043625","physical","txid7955" +"A4JYQ0","B0V0E5","cb549","Amyloid-beta A4 protein","cntfr","appb","Ciliary neurotrophic factor receptor (Cntfr)","Amyloid-beta A4 protein","psicquic","18296487;20802085","physical","txid7955" +"A4JYQ0","A8DZ85","cb549","cb503","cntfr","A8DZ85","Ciliary neurotrophic factor receptor (Cntfr)","Roundabout homolog 3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","psicquic","19765300","physical","txid7955" +"A4JYQ0","F1QFK4","cb549","cb503","cntfr","F1QFK4","Ciliary neurotrophic factor receptor (Cntfr)","Roundabout homolog 3 isoform 1 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","psicquic","19765300","physical","txid7955" +"A4JYQ0","A0A8M3AQW8","cb549","Tyrosine-protein kinase","cntfr","A0A8M3AQW8","Ciliary neurotrophic factor receptor (Cntfr)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124187/7955.ENSDARP00000114970","physical","txid7955" +"A4JYQ0","F8W2M3","cb549","Cardiotrophin-like cytokine factor 1","cntfr","clcf1","Ciliary neurotrophic factor receptor (Cntfr)","Cardiotrophin-like cytokine factor 1","string-db","7955.ENSDARP00000124677/7955.ENSDARP00000114970","physical","txid7955" +"A4JYQ0","A8WH79","cb549","gp130","cntfr","il6st","Ciliary neurotrophic factor receptor (Cntfr)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","string-db","7955.ENSDARP00000133294/7955.ENSDARP00000114970","physical","txid7955" +"Q5TLE6","Q6NYJ2","IFNG_1","zgc:77038","ifng1r","socs3b","Interferon gamma related precursor (Interferon gamma-related) (Interferon gamma_1)","Suppressor of cytokine signaling 3","string-db","7955.ENSDARP00000096314/7955.ENSDARP00000067152","physical","txid7955" +"F1RA83","O93599","Cytokine receptor family member B16","STAT3b1","crfb16","stat3","Cytokine receptor family member B16","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000090421","physical","txid7955" +"F1RA83","B0UXH1","Cytokine receptor family member B16","Cytokine receptor family member b2","crfb16","crfb2","Cytokine receptor family member B16","Cytokine receptor family member b2","string-db","7955.ENSDARP00000120706/7955.ENSDARP00000090421","physical","txid7955" +"F1RA83","E7F976","Cytokine receptor family member B16","crfb14","crfb16","ifnlr1","Cytokine receptor family member B16","Interferon lambda receptor 1","string-db","7955.ENSDARP00000108103/7955.ENSDARP00000090421","physical","txid7955" +"F1RA83","F6NZK1","Cytokine receptor family member B16","crfb17","crfb16","F6NZK1","Cytokine receptor family member B16","Interferon gamma receptor 1","string-db","7955.ENSDARP00000102075/7955.ENSDARP00000090421","physical","txid7955" +"X1WBK2","E7FCY1","Centrosomal protein 152","Centromere protein J","cep152","cenpj","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","Centromere protein J","string-db","7955.ENSDARP00000155698/7955.ENSDARP00000127593","physical","txid7955" +"Q7ZVP4","Q9W720","ucp4","ucp2","ucp1","Q9W720","Mitochondrial brown fat uncoupling protein 1 (Solute carrier family 25 member 7) (Thermogenin)","Mitochondrial uncoupling protein 2 (UCP 2) (Solute carrier family 25 member 8)","string-db","7955.ENSDARP00000063358/7955.ENSDARP00000037614","physical","txid7955" +"Q7ZVP4","A8KC25","ucp4","ucp2l","ucp1","A8KC25","Mitochondrial brown fat uncoupling protein 1 (Solute carrier family 25 member 7) (Thermogenin)","Putative mitochondrial transporter UCP3 (Solute carrier family 25 member 9)","string-db","7955.ENSDARP00000105553/7955.ENSDARP00000037614","physical","txid7955" +"Q9W720","A8KC25","ucp2","ucp2l","Q9W720","A8KC25","Mitochondrial uncoupling protein 2 (UCP 2) (Solute carrier family 25 member 8)","Putative mitochondrial transporter UCP3 (Solute carrier family 25 member 9)","string-db","7955.ENSDARP00000105553/7955.ENSDARP00000063358","physical","txid7955" +"Q5TYW5","F1QKS9","si:ch211-117l16.3","zgc:163126","mrps18a","mrps21","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","string-db","7955.ENSDARP00000095428/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q503X4","si:ch211-117l16.3","28S ribosomal protein S17, mitochondrial","mrps18a","mrps17","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","string-db","7955.ENSDARP00000070795/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","F1QEG6","si:ch211-117l16.3","fa19c10","mrps18a","F1QEG6","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","A2BEP0","si:ch211-117l16.3","D60","mrps18a","mrps31","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","string-db","7955.ENSDARP00000075056/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q498P2","si:ch211-117l16.3","mrps35","mrps18a","Q498P2","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS35 (28S ribosomal protein S35, mitochondrial) (MRP-S35) (S35mt)","string-db","7955.ENSDARP00000056120/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","B0S6U7","si:ch211-117l16.3","eral1","mrps18a","eral1","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","GTPase Era, mitochondrial (ERA-like protein 1)","string-db","7955.ENSDARP00000078213/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","A8WHV7","si:ch211-117l16.3","si:dkey-190g11.7","mrps18a","mrps36","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","string-db","7955.ENSDARP00000121509/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q5VSI2","si:ch211-117l16.3","zgc:162401","mrps18a","mrps11","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","string-db","7955.ENSDARP00000097569/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q6IQI9","si:ch211-117l16.3","gtpbpl","mrps18a","mtg1","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","GTP binding protein like (Mitochondrial ribosome-associated GTPase 1)","string-db","7955.ENSDARP00000091704/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q498Z6","si:ch211-117l16.3","mrps7","mrps18a","Q498Z6","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q567W4","si:ch211-117l16.3","zgc:110709","mrps18a","mrps25","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","string-db","7955.ENSDARP00000060541/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q5SPH9","si:ch211-117l16.3","mrps10","mrps18a","Q5SPH9","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein uS10m (28S ribosomal protein S10, mitochondrial) (MRP-S10) (S10mt)","string-db","7955.ENSDARP00000067487/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","A7MBV9","si:ch211-117l16.3","Small ribosomal subunit protein mS38","mrps18a","aurkaip1","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS38","string-db","7955.ENSDARP00000140743/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q6DH29","si:ch211-117l16.3","zgc:92670","mrps18a","mrps26","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","string-db","7955.ENSDARP00000058055/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q32LU7","si:ch211-117l16.3","ptcd3","mrps18a","Q32LU7","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS39 (Pentatricopeptide repeat domain-containing protein 3, mitochondrial)","string-db","7955.ENSDARP00000135512/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","A3KNX4","si:ch211-117l16.3","zgc:162640","mrps18a","chchd1","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","string-db","7955.ENSDARP00000091714/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","E9QDB6","si:ch211-117l16.3","wu:fa18c12","mrps18a","E9QDB6","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S23, mitochondrial isoform X1 (Mitochondrial ribosomal protein S23)","string-db","7955.ENSDARP00000123077/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q6DGL8","si:ch211-117l16.3","mrps15","mrps18a","Q6DGL8","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","E7F8G8","si:ch211-117l16.3","si:dkey-17e16.10","mrps18a","si:dkey-17e16.10","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","string-db","7955.ENSDARP00000116443/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q502C1","si:ch211-117l16.3","mrps24","mrps18a","mrps24","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000037794","physical","txid7955" +"Q5TYW5","Q6L5P4","si:ch211-117l16.3","MRPS33","mrps18a","mrps33","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","Small ribosomal subunit protein mS33","string-db","7955.ENSDARP00000048674/7955.ENSDARP00000037794","physical","txid7955" +"A2BEP0","Q498Z6","D60","mrps7","mrps31","Q498Z6","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","Small ribosomal subunit protein uS7m (28S ribosomal protein S7, mitochondrial) (MRP-S7) (S7mt)","string-db","7955.ENSDARP00000135472/7955.ENSDARP00000075056","physical","txid7955" +"A2BEP0","F1QEG6","D60","fa19c10","mrps31","F1QEG6","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","28S ribosomal protein S34, mitochondrial (Mitochondrial ribosomal protein S34)","string-db","7955.ENSDARP00000075118/7955.ENSDARP00000075056","physical","txid7955" +"A2BEP0","Q6DGL8","D60","mrps15","mrps31","Q6DGL8","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","Small ribosomal subunit protein uS15m (28S ribosomal protein S15, mitochondrial) (MRP-S15) (S15mt)","string-db","7955.ENSDARP00000147803/7955.ENSDARP00000075056","physical","txid7955" +"A2BEP0","Q502C1","D60","mrps24","mrps31","mrps24","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","string-db","7955.ENSDARP00000134058/7955.ENSDARP00000075056","physical","txid7955" +"A2BEP0","A0A0R4IJX1","D60","FAST kinase domain-containing protein 3, mitochondrial","mrps31","A0A0R4IJX1","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000075056","physical","txid7955" +"Q5SPP0","A0A0R4IRS1","clvs2","AP-1 complex subunit mu-1","clvs2","ap1m1","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","string-db","7955.ENSDARP00000137784/7955.ENSDARP00000069597","physical","txid7955" +"Q5SPP0","A0A286Y9F1","clvs2","Clathrin light chain","clvs2","A0A286Y9F1","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","Clathrin light chain","string-db","7955.ENSDARP00000143798/7955.ENSDARP00000069597","physical","txid7955" +"Q5SPP0","Q6NSP1","clvs2","zgc:56704","clvs2","ap1s1","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","AP complex subunit sigma","string-db","7955.ENSDARP00000091884/7955.ENSDARP00000069597","physical","txid7955" +"Q5SPP0","E9QBV1","clvs2","fd07f11","clvs2","cltcb","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","Clathrin heavy chain","string-db","7955.ENSDARP00000119038/7955.ENSDARP00000069597","physical","txid7955" +"Q5SPP0","A5PMS9","clvs2","fa11e04","clvs2","ap1b1","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","AP complex subunit beta","string-db","7955.ENSDARP00000122116/7955.ENSDARP00000069597","physical","txid7955" +"E7FB24","A2CG69","zmp:0000001073","gria3.1","E7FB24","A2CG69","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Glutamate receptor","string-db","7955.ENSDARP00000049290/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","F1R366","zmp:0000001073","NMDAR1.1","E7FB24","grin1a","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","A8WGA3","zmp:0000001073","lrfn1l","E7FB24","A8WGA3","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","Q4G5V7","zmp:0000001073","rtn5","E7FB24","rtn1a","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Reticulon","string-db","7955.ENSDARP00000071046/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","Q5PYH5","zmp:0000001073","dlg1l","E7FB24","dlg1l","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","A0A8M1NH89","zmp:0000001073","si:ch211-243a20.1","E7FB24","A0A8M1NH89","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","Q6R005","zmp:0000001073","dlg4","E7FB24","Q6R005","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","F1R540","zmp:0000001073","rtn1","E7FB24","rtn1b","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Reticulon","string-db","7955.ENSDARP00000060202/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","E7FE43","zmp:0000001073","Leucine-rich repeat and fibronectin type III domain-containing 2b","E7FB24","E7FE43","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000038014","physical","txid7955" +"E7FB24","Q71E60","zmp:0000001073","glur3b","E7FB24","Q71E60","Leucine-rich repeat and fibronectin type-III domain-containing protein 3 (Synaptic adhesion-like molecule 4)","Glutamate receptor","string-db","7955.ENSDARP00000133635/7955.ENSDARP00000038014","physical","txid7955" +"E7FE43","Q5PYH5","Leucine-rich repeat and fibronectin type III domain-containing 2b","dlg1l","E7FE43","dlg1l","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000126977","physical","txid7955" +"E7FE43","A8WGA3","Leucine-rich repeat and fibronectin type III domain-containing 2b","lrfn1l","E7FE43","A8WGA3","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000126977","physical","txid7955" +"F1R540","A8WGA3","rtn1","lrfn1l","rtn1b","A8WGA3","Reticulon","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000060202","physical","txid7955" +"F1R540","E7FGW0","rtn1","Nerve growth factor receptor a","rtn1b","ngfra","Reticulon","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000060202","physical","txid7955" +"F1R540","Q7T2E8","rtn1","rhoac","rtn1b","rhoac","Reticulon","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000060202","physical","txid7955" +"F1R540","A4QNW4","rtn1","Cerebral dopamine neurotrophic factor","rtn1b","cdnf","Reticulon","Cerebral dopamine neurotrophic factor (Zgc:162209 protein)","string-db","7955.ENSDARP00000100729/7955.ENSDARP00000060202","physical","txid7955" +"F1R540","E7FE43","rtn1","Leucine-rich repeat and fibronectin type III domain-containing 2b","rtn1b","E7FE43","Reticulon","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000060202","physical","txid7955" +"A8WGA3","Q7ZZ76","lrfn1l","flot1","A8WGA3","flot1a","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","Flotillin","string-db","7955.ENSDARP00000143360/7955.ENSDARP00000137628","physical","txid7955" +"Q4G5V7","E7FGW0","rtn5","Nerve growth factor receptor a","rtn1a","ngfra","Reticulon","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000071046","physical","txid7955" +"Q4G5V7","A8WGA3","rtn5","lrfn1l","rtn1a","A8WGA3","Reticulon","Leucine-rich repeat and fibronectin type III domain-containing protein 1-like protein","string-db","7955.ENSDARP00000137628/7955.ENSDARP00000071046","physical","txid7955" +"Q4G5V7","E7FE43","rtn5","Leucine-rich repeat and fibronectin type III domain-containing 2b","rtn1a","E7FE43","Reticulon","Leucine-rich repeat and fibronectin type III domain-containing 2b (Leucine-rich repeat and fibronectin type-III domain-containing protein 2)","string-db","7955.ENSDARP00000126977/7955.ENSDARP00000071046","physical","txid7955" +"Q4G5V7","A4QNW4","rtn5","Cerebral dopamine neurotrophic factor","rtn1a","cdnf","Reticulon","Cerebral dopamine neurotrophic factor (Zgc:162209 protein)","string-db","7955.ENSDARP00000100729/7955.ENSDARP00000071046","physical","txid7955" +"Q4G5V7","Q7T2E8","rtn5","rhoac","rtn1a","rhoac","Reticulon","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000071046","physical","txid7955" +"A0A2R9YJL7","A0A0R4IU63","Glutamate receptor, metabotropic 1a","grm1","A0A2R9YJL7","A0A0R4IU63","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000123024","physical","txid7955" +"A0A2R9YJL7","B8JIC5","Glutamate receptor, metabotropic 1a","homer1","A0A2R9YJL7","homer1b","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","Homer protein homolog 1 isoform 1 (Homer scaffold protein 1b)","string-db","7955.ENSDARP00000139264/7955.ENSDARP00000123024","physical","txid7955" +"Q5DJ14","Q1LUN9","Drd4c","si:dkey-190l1.2","Q5DJ14","gabbr2","Dopamine D4c receptor (Dopamine receptor D4b)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","A0A0R4IU63","Drd4c","grm1","Q5DJ14","A0A0R4IU63","Dopamine D4c receptor (Dopamine receptor D4b)","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","F1QIS4","Drd4c","si:ch211-159j13.2","Q5DJ14","si:dkey-1h24.2","Dopamine D4c receptor (Dopamine receptor D4b)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","A0A2R9YJL7","Drd4c","Glutamate receptor, metabotropic 1a","Q5DJ14","A0A2R9YJL7","Dopamine D4c receptor (Dopamine receptor D4b)","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","F1R366","Drd4c","NMDAR1.1","Q5DJ14","grin1a","Dopamine D4c receptor (Dopamine receptor D4b)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","A3KPM6","Drd4c","si:ch211-233h19.1","Q5DJ14","grm3","Dopamine D4c receptor (Dopamine receptor D4b)","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000051973","physical","txid7955" +"Q5DJ14","F1QDE5","Drd4c","Glutamate receptor","Q5DJ14","grin2ab","Dopamine D4c receptor (Dopamine receptor D4b)","Glutamate receptor","string-db","7955.ENSDARP00000094428/7955.ENSDARP00000051973","physical","txid7955" +"A3KPM6","U3JAT9","si:ch211-233h19.1","Thyroid hormone receptor alpha b","grm3","thrab","Metabotropic glutamate receptor 3","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000117786","physical","txid7955" +"A3KPM6","A0A2R9YJL7","si:ch211-233h19.1","Glutamate receptor, metabotropic 1a","grm3","A0A2R9YJL7","Metabotropic glutamate receptor 3","Glutamate receptor, metabotropic 1a (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000123024/7955.ENSDARP00000117786","physical","txid7955" +"A3KPM6","A0A0R4IU63","si:ch211-233h19.1","grm1","grm3","A0A0R4IU63","Metabotropic glutamate receptor 3","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000117786","physical","txid7955" +"Q8QFM3","F1QTJ4","fz7b","LRP6","fzd7b","F1QTJ4","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000038430","physical","txid7955" +"Q8QFM3","Q6GQM7","fz7b","zgc:91871","fzd7b","bambib","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000140083/7955.ENSDARP00000038430","physical","txid7955" +"Q8QFM3","Q9DFZ0","fz7b","bambi","fzd7b","bambia","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","BMP and activin membrane-bound inhibitor homolog","string-db","7955.ENSDARP00000072198/7955.ENSDARP00000038430","physical","txid7955" +"Q8QFM3","F1QKB5","fz7b","Inactive tyrosine-protein kinase transmembrane receptor ROR1","fzd7b","F1QKB5","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","Inactive tyrosine-protein kinase transmembrane receptor ROR1 (Receptor tyrosine kinase-like orphan receptor 1)","string-db","7955.ENSDARP00000118145/7955.ENSDARP00000038430","physical","txid7955" +"Q8QFM3","E7FCE4","fz7b","Receptor tyrosine kinase-like orphan receptor 2","fzd7b","ror2","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","string-db","7955.ENSDARP00000101065/7955.ENSDARP00000038430","physical","txid7955" +"Q8QFM3","A2RRV7","fz7b","zgc:158381","fzd7b","A2RRV7","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","Receptor-like tyrosine kinase (Tyrosine-protein kinase RYK precursor (EC 2.7.10.1)) (Zgc:158381 protein)","string-db","7955.ENSDARP00000073853/7955.ENSDARP00000038430","physical","txid7955" +"A0A4W4","Q642G9","zgc:100871","zgc:92901","A0A4W4","Q642G9","Neuronal growth regulator 1","Neuronal growth regulator 1","psicquic","20802085","physical","txid7955" +"A0A4W4","B7ZV58","zgc:100871","zgc:136455","A0A4W4","B7ZV58","Neuronal growth regulator 1","Neurotrimin (Zgc:136455 protein)","psicquic","18296487;18296487","physical","txid7955" +"A0A4W4","Q5K373","zgc:100871","fgfrl1b beta","A0A4W4","fgfrl1b","Neuronal growth regulator 1","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","20802085","physical","txid7955" +"A0A4W4","A4JYK9","zgc:100871","zgc:110372","A0A4W4","iglon5","Neuronal growth regulator 1","IgLON family member 5 precursor (Zgc:110372)","psicquic","18296487;18296487","physical","txid7955" +"A0A4W4","E7FH58","zgc:100871","zgc:136455","A0A4W4","ntm","Neuronal growth regulator 1","Neurotrimin","string-db","7955.ENSDARP00000100022/7955.ENSDARP00000038588","physical","txid7955" +"E7FH58","A4JYK9","zgc:136455","zgc:110372","ntm","iglon5","Neurotrimin","IgLON family member 5 precursor (Zgc:110372)","string-db","7955.ENSDARP00000154118/7955.ENSDARP00000100022","physical","txid7955" +"A4JYK9","B7ZV58","zgc:110372","zgc:136455","iglon5","B7ZV58","IgLON family member 5 precursor (Zgc:110372)","Neurotrimin (Zgc:136455 protein)","psicquic","18296487","physical","txid7955" +"Q1LUQ2","Q0GKD6","trif","wu:fk70c05","Q1LUQ2","tbk1","TIR domain-containing adapter molecule 1 (Toll-like receptor adaptor molecule 1)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000130000","physical","txid7955" +"Q7T1D7","Q5TZD0","sb:cb1007","fc14c11","fmo5","Q5TZD0","Flavin-containing monooxygenase (EC 1.-.-.-)","Flavin-containing monooxygenase (EC 1.-.-.-)","string-db","7955.ENSDARP00000063883/7955.ENSDARP00000038651","physical","txid7955" +"Q7T1D7","Q5TZD3","sb:cb1007","si:ch211-191d7.2","fmo5","Q5TZD3","Flavin-containing monooxygenase (EC 1.-.-.-)","Flavin-containing monooxygenase (EC 1.-.-.-)","string-db","7955.ENSDARP00000142046/7955.ENSDARP00000038651","physical","txid7955" +"Q5TZD0","Q5TZD3","fc14c11","si:ch211-191d7.2","Q5TZD0","Q5TZD3","Flavin-containing monooxygenase (EC 1.-.-.-)","Flavin-containing monooxygenase (EC 1.-.-.-)","string-db","7955.ENSDARP00000142046/7955.ENSDARP00000063883","physical","txid7955" +"Q5XJP2","E9QFQ1","zgc:101717","P53-induced death domain protein 1","cradd","E9QFQ1","CASP2 and RIPK1 domain-containing adaptor with death domain (Death domain-containing protein CRADD) (Zgc:101717)","P53-induced death domain protein 1 (P53-induced death domain-containing protein 1 isoform X2)","string-db","7955.ENSDARP00000122836/7955.ENSDARP00000038654","physical","txid7955" +"Q5XJP2","E7F8A6","zgc:101717","B-cell lymphoma/leukemia 10 isoform X1","cradd","bcl10","CASP2 and RIPK1 domain-containing adaptor with death domain (Death domain-containing protein CRADD) (Zgc:101717)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","string-db","7955.ENSDARP00000103460/7955.ENSDARP00000038654","physical","txid7955" +"Q7SYL3","F1QFS9","siah2l","usp13","Q7SYL3","F1QFS9","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","Ubiquitin carboxyl-terminal hydrolase 13 (EC 3.4.19.12) (Deubiquitinating enzyme 13) (Ubiquitin thioesterase 13) (Ubiquitin-specific-processing protease 13)","string-db","7955.ENSDARP00000065292/7955.ENSDARP00000065168","physical","txid7955" +"Q7SYL3","B8JIG8","siah2l","Kelch-like family member 5","Q7SYL3","B8JIG8","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","Kelch-like family member 5 (Kelch-like protein 5)","string-db","7955.ENSDARP00000083875/7955.ENSDARP00000065168","physical","txid7955" +"Q7SYL3","B0S8I4","siah2l","si:ch211-173o4.2","Q7SYL3","lats2","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","Large tumor suppressor kinase 2 (Serine/threonine-protein kinase LATS2 isoform X1)","string-db","7955.ENSDARP00000114142/7955.ENSDARP00000065168","physical","txid7955" +"Q7SYL3","F1QC03","siah2l","zgc:171680","Q7SYL3","zyx","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000065168","physical","txid7955" +"Q7SYL3","A9C3Q3","siah2l","si:ch211-127h20.1","Q7SYL3","anapc7","E3 ubiquitin-protein ligase Siah2 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH2) (Seven in absentia homolog 2-like) (Siah-2)","Anaphase-promoting complex subunit 7","string-db","7955.ENSDARP00000086117/7955.ENSDARP00000065168","physical","txid7955" +"Q49GP5","A4VCH0","pi4k2b","sacm1la","Q49GP5","A4VCH0","Phosphatidylinositol 4-kinase type 2-beta (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-beta)","Phosphatidylinositol-3-phosphatase SAC1-A (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein A)","string-db","7955.ENSDARP00000083973/7955.ENSDARP00000038731","physical","txid7955" +"Q49GP5","Q49GP3","pi4k2b","pi4kb","Q49GP5","pi4kb","Phosphatidylinositol 4-kinase type 2-beta (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-beta)","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","string-db","7955.ENSDARP00000058665/7955.ENSDARP00000038731","physical","txid7955" +"Q49GP5","A1L244","pi4k2b","sacm1lb","Q49GP5","A1L244","Phosphatidylinositol 4-kinase type 2-beta (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-beta)","Phosphatidylinositol-3-phosphatase SAC1-B (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein B)","string-db","7955.ENSDARP00000077948/7955.ENSDARP00000038731","physical","txid7955" +"Q49GP5","Q6PE18","pi4k2b","pi4k2a","Q49GP5","pi4k2a","Phosphatidylinositol 4-kinase type 2-beta (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-beta)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","string-db","7955.ENSDARP00000112458/7955.ENSDARP00000038731","physical","txid7955" +"Q49GP5","A8E7C5","pi4k2b","inpp5f","Q49GP5","inpp5f","Phosphatidylinositol 4-kinase type 2-beta (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-beta)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","string-db","7955.ENSDARP00000121830/7955.ENSDARP00000038731","physical","txid7955" +"A1L244","A4VCH0","sacm1lb","sacm1la","A1L244","A4VCH0","Phosphatidylinositol-3-phosphatase SAC1-B (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein B)","Phosphatidylinositol-3-phosphatase SAC1-A (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein A)","string-db","7955.ENSDARP00000083973/7955.ENSDARP00000077948","physical","txid7955" +"A1L244","A8E7C5","sacm1lb","inpp5f","A1L244","inpp5f","Phosphatidylinositol-3-phosphatase SAC1-B (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein B)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","string-db","7955.ENSDARP00000121830/7955.ENSDARP00000077948","physical","txid7955" +"A1L244","Q6PE18","sacm1lb","pi4k2a","A1L244","pi4k2a","Phosphatidylinositol-3-phosphatase SAC1-B (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein B)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","string-db","7955.ENSDARP00000112458/7955.ENSDARP00000077948","physical","txid7955" +"Q6PE18","A8E7C5","pi4k2a","inpp5f","pi4k2a","inpp5f","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","string-db","7955.ENSDARP00000121830/7955.ENSDARP00000112458","physical","txid7955" +"A4VCH0","A8E7C5","sacm1la","inpp5f","A4VCH0","inpp5f","Phosphatidylinositol-3-phosphatase SAC1-A (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein A)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","string-db","7955.ENSDARP00000121830/7955.ENSDARP00000083973","physical","txid7955" +"A4VCH0","Q6PE18","sacm1la","pi4k2a","A4VCH0","pi4k2a","Phosphatidylinositol-3-phosphatase SAC1-A (EC 3.1.3.64) (Phosphatidylinositol-4-phosphate phosphatase) (Suppressor of actin mutations 1-like protein A)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","string-db","7955.ENSDARP00000112458/7955.ENSDARP00000083973","physical","txid7955" +"A8CYR1","B3DIU1","brd2","cul3","brd2a","cul3b","Bromodomain-containing protein 2","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000038787","physical","txid7955" +"A8CYR1","F6NVK8","brd2","cul3","brd2a","cul3a","Bromodomain-containing protein 2","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000038787","physical","txid7955" +"Q7ZV26","Q5PRC7","inip","nabp1","inip","Q5PRC7","SOSS complex subunit C (INTS3- and NABP-interacting protein) (Sensor of single-strand DNA complex subunit C) (Sensor of ssDNA subunit C) (SOSS-C) (Single-stranded DNA-binding protein-interacting protein 1) (SSB-interacting protein 1)","SOSS complex subunit B2 (Nucleic acid-binding protein 1) (Oligonucleotide/oligosaccharide-binding fold-containing protein 2A) (Sensor of single-strand DNA complex subunit B2) (Sensor of ssDNA subunit B2) (SOSS-B2) (Single-stranded DNA-binding protein 2)","string-db","7955.ENSDARP00000123018/7955.ENSDARP00000038879","physical","txid7955" +"Q7ZV26","Q1LXC9","inip","ints3","inip","ints3","SOSS complex subunit C (INTS3- and NABP-interacting protein) (Sensor of single-strand DNA complex subunit C) (Sensor of ssDNA subunit C) (SOSS-C) (Single-stranded DNA-binding protein-interacting protein 1) (SSB-interacting protein 1)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","string-db","7955.ENSDARP00000067792/7955.ENSDARP00000038879","physical","txid7955" +"Q7ZV26","A0A8M2BK34","inip","si:ch73-190f16.2","inip","A0A8M2BK34","SOSS complex subunit C (INTS3- and NABP-interacting protein) (Sensor of single-strand DNA complex subunit C) (Sensor of ssDNA subunit C) (SOSS-C) (Single-stranded DNA-binding protein-interacting protein 1) (SSB-interacting protein 1)","SOSS complex subunit B1-B (Si:ch73-190f16.2)","string-db","7955.ENSDARP00000105492/7955.ENSDARP00000038879","physical","txid7955" +"Q7ZV26","A0A8M9PN99","inip","Si:dkey-249d8.1","inip","A0A8M9PN99","SOSS complex subunit C (INTS3- and NABP-interacting protein) (Sensor of single-strand DNA complex subunit C) (Sensor of ssDNA subunit C) (SOSS-C) (Single-stranded DNA-binding protein-interacting protein 1) (SSB-interacting protein 1)","Si:dkey-249d8.1","string-db","7955.ENSDARP00000124786/7955.ENSDARP00000038879","physical","txid7955" +"F1Q4W9","Q7ZSZ9","Down syndrome cell adhesion molecule b","rac1","dscamb","rac1a","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000088811","physical","txid7955" +"F1Q4W9","O42140","Down syndrome cell adhesion molecule b","ntn2","dscamb","ntn1a","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","Netrin-1","string-db","7955.ENSDARP00000133934/7955.ENSDARP00000088811","physical","txid7955" +"F1Q4W9","A0A0R4IHP4","Down syndrome cell adhesion molecule b","Down syndrome cell adhesion molecule-like 1","dscamb","dscaml1","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","Down syndrome cell adhesion molecule-like 1 (Down syndrome cell adhesion molecule-like protein 1 isoform X5)","string-db","7955.ENSDARP00000134135/7955.ENSDARP00000088811","physical","txid7955" +"Q4V9H3","O42140","draxin","ntn2","Q4V9H3","ntn1a","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neural-specific antagonist of canonical Wnt/beta-catenin signaling)","Netrin-1","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"Q4V9H3","O95631","draxin","NTN1","Q4V9H3","O95631","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neural-specific antagonist of canonical Wnt/beta-catenin signaling)","Netrin-1 (Epididymis tissue protein Li 131P)","psicquic","26190107;26190107","physical","txid7955" +"A0PJS8","P79734","zgc:158431","tp53","tp53inp1","tp53","Tumor protein p53-inducible nuclear protein 1 (Zgc:158431)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000038892","physical","txid7955" +"A4IG53","A0A193KX02","comtb","tomt","comtb","tomt","Catechol O-methyltransferase B (EC 2.1.1.6)","Transmembrane O-methyltransferase homolog (EC 2.1.1.6) (Protein mercury)","string-db","7955.ENSDARP00000145949/7955.ENSDARP00000038939","physical","txid7955" +"A4IG53","F4ZGF2","comtb","comta","comtb","F4ZGF2","Catechol O-methyltransferase B (EC 2.1.1.6)","Catechol O-methyltransferase A (EC 2.1.1.6)","string-db","7955.ENSDARP00000119183/7955.ENSDARP00000038939","physical","txid7955" +"F4ZGF2","A0A193KX02","comta","tomt","F4ZGF2","tomt","Catechol O-methyltransferase A (EC 2.1.1.6)","Transmembrane O-methyltransferase homolog (EC 2.1.1.6) (Protein mercury)","string-db","7955.ENSDARP00000145949/7955.ENSDARP00000119183","physical","txid7955" +"E7F079","A7MD59","heme oxygenase","si:dkey-44g23.7","hmox2b","hmox2a","heme oxygenase (biliverdin-producing) (EC 1.14.14.18)","Heme oxygenase (EC 1.14.14.18)","string-db","7955.ENSDARP00000147977/7955.ENSDARP00000104304","physical","txid7955" +"E7F079","Q7T2E8","heme oxygenase","rhoac","hmox2b","rhoac","heme oxygenase (biliverdin-producing) (EC 1.14.14.18)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000104304","physical","txid7955" +"Q6DH87","F1QY33","fundc1","GABA","fundc1","gabarapb","FUN14 domain-containing protein 1","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","string-db","7955.ENSDARP00000068351/7955.ENSDARP00000059836","physical","txid7955" +"Q6DH87","F1RDC0","fundc1","apg5l","fundc1","atg5","FUN14 domain-containing protein 1","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000059836","physical","txid7955" +"Q6DH87","Q7ZUD8","fundc1","MAP1-LC3B","fundc1","map1lc3b","FUN14 domain-containing protein 1","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000059836","physical","txid7955" +"Q6DH87","Q6DH82","fundc1","wu:fj43a09","fundc1","-","FUN14 domain-containing protein 1","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","string-db","7955.ENSDARP00000060036/7955.ENSDARP00000059836","physical","txid7955" +"B0S696","Q7ZUD8","im:7137114","MAP1-LC3B","tbc1d25","map1lc3b","TBC1 domain family member 25 (TBC1 domain family, member 25)","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000078040","physical","txid7955" +"E7F0E2","Q3S344","Glucosamine-6-phosphate isomerase","hmn","E7F0E2","gfpt1","Glucosamine-6-phosphate isomerase (EC 3.5.99.6) (Glucosamine-6-phosphate deaminase)","glutamine--fructose-6-phosphate transaminase (isomerizing) (EC 2.6.1.16)","string-db","7955.ENSDARP00000074585/7955.ENSDARP00000039222","physical","txid7955" +"Q6DGB3","Q4V946","zgc:100889","fj12b07","rab30","rabggtb","RAB30, member RAS oncogene family (Ras-related protein Rab-30)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000055219","physical","txid7955" +"Q6DGB3","Q29RB1","zgc:100889","cog4","rab30","cog4","RAB30, member RAS oncogene family (Ras-related protein Rab-30)","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","string-db","7955.ENSDARP00000070899/7955.ENSDARP00000055219","physical","txid7955" +"Q6DGB3","A0A0R4IS45","zgc:100889","si:ch211-203f4.1","rab30","cog6","RAB30, member RAS oncogene family (Ras-related protein Rab-30)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","string-db","7955.ENSDARP00000137474/7955.ENSDARP00000055219","physical","txid7955" +"B0V2R7","A0A0R4IIK0","C1IN","Transmembrane protease, serine 13a","B0V2R7","A0A0R4IIK0","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000119903","physical","txid7955" +"B0V2R7","X1WH68","C1IN","MBL-associated serine protease 1","B0V2R7","masp1","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","string-db","7955.ENSDARP00000129578/7955.ENSDARP00000119903","physical","txid7955" +"B0V2R7","H9GXL1","C1IN","zmp:0000001114","B0V2R7","H9GXL1","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000119903","physical","txid7955" +"Q5EAP5","O73727","rfx2","ins","rfx2","ins","DNA-binding protein RFX2 (Regulatory factor X 2)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","string-db","7955.ENSDARP00000051221/7955.ENSDARP00000039332","physical","txid7955" +"E7F8N2","Q6P031","Platelet endothelial aggregation receptor 1","zgc:77759","pear1","cd151l","Platelet endothelial aggregation receptor 1","Tetraspanin","string-db","7955.ENSDARP00000127604/7955.ENSDARP00000118126","physical","txid7955" +"E7F9T6","E7FCN5","Hemicentin-1-like","Integrin beta","E7F9T6","E7FCN5","Hemicentin-1-like (Si:ch211-66e2.5)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000108077","physical","txid7955" +"E7F9T6","B0R0P1","Hemicentin-1-like","Immune-related, lectin-like receptor 2","E7F9T6","B0R0P1","Hemicentin-1-like (Si:ch211-66e2.5)","Immune-related, lectin-like receptor 2","string-db","7955.ENSDARP00000116363/7955.ENSDARP00000108077","physical","txid7955" +"E7F9T6","A0A0R4ICS1","Hemicentin-1-like","Integrin alpha 4","E7F9T6","itga4","Hemicentin-1-like (Si:ch211-66e2.5)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000108077","physical","txid7955" +"F1Q5D8","F1Q6F3","vtn","zgc:92465","F1Q5D8","F1Q6F3","Vitronectin b","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","F1RCR3","vtn","Fibulin 2","F1Q5D8","fbln2","Vitronectin b","Fibulin 2 (Fibulin-2 isoform X1)","string-db","7955.ENSDARP00000100955/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","A0A0R4IJ40","vtn","hm:gc12","F1Q5D8","A0A0R4IJ40","Vitronectin b","Agrin","string-db","7955.ENSDARP00000133459/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","A0A8M9PWA7","vtn","Complement component 7b","F1Q5D8","A0A8M9PWA7","Vitronectin b","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","E7F9Z1","vtn","VWF","F1Q5D8","vwf","Vitronectin b","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","B8A565","vtn","wu:fb60b05","F1Q5D8","B8A565","Vitronectin b","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","E7FCV2","vtn","Complement C5","F1Q5D8","E7FCV2","Vitronectin b","Complement C5 (Complement component 5)","string-db","7955.ENSDARP00000088095/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","Q92008","vtn","shha","F1Q5D8","Q92008","Vitronectin b","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000070414","physical","txid7955" +"F1Q5D8","F1QRB8","vtn","PAI-1","F1Q5D8","serpine1","Vitronectin b","Plasminogen activator inhibitor 1 (Endothelial plasminogen activator inhibitor) (Serpin E1)","string-db","7955.ENSDARP00000073803/7955.ENSDARP00000070414","physical","txid7955" +"A0A8M3AKE8","E7F8N2","Multiple EGF-like-domains 11","Platelet endothelial aggregation receptor 1","A0A8M3AKE8","pear1","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000085288","physical","txid7955" +"A0A8M3AKE8","A8WHQ8","Multiple EGF-like-domains 11","Integrin alpha-6 isoform X1","A0A8M3AKE8","A8WHQ8","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Integrin alpha-6 isoform X1 (Integrin, alpha 6a)","string-db","7955.ENSDARP00000098022/7955.ENSDARP00000085288","physical","txid7955" +"A0A8M3AKE8","F1RAG3","Multiple EGF-like-domains 11","Nidogen 1a","A0A8M3AKE8","F1RAG3","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Nidogen 1a (Nidogen-1 isoform X1)","string-db","7955.ENSDARP00000090249/7955.ENSDARP00000085288","physical","txid7955" +"A0A8M3AKE8","A0A8M9QJ44","Multiple EGF-like-domains 11","Extracellular serine/threonine protein kinase FAM20C","A0A8M3AKE8","A0A8M9QJ44","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000085288","physical","txid7955" +"A0A8M3AKE8","Q6P031","Multiple EGF-like-domains 11","zgc:77759","A0A8M3AKE8","cd151l","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Tetraspanin","string-db","7955.ENSDARP00000127604/7955.ENSDARP00000085288","physical","txid7955" +"A0A8M3AKE8","F1R2R3","Multiple EGF-like-domains 11","im:7145180","A0A8M3AKE8","itga3b","Multiple EGF-like-domains 11 (Multiple epidermal growth factor-like domains protein 11 isoform X1)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","string-db","7955.ENSDARP00000096662/7955.ENSDARP00000085288","physical","txid7955" +"F6PCI7","B0R0P1","icam3","Immune-related, lectin-like receptor 2","si:ch211-74m13.1","B0R0P1","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","Immune-related, lectin-like receptor 2","string-db","7955.ENSDARP00000116363/7955.ENSDARP00000113145","physical","txid7955" +"F6PCI7","A0A0R4ICS1","icam3","Integrin alpha 4","si:ch211-74m13.1","itga4","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000113145","physical","txid7955" +"F6PCI7","E7FCN5","icam3","Integrin beta","si:ch211-74m13.1","E7FCN5","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000113145","physical","txid7955" +"B8JHX2","A0A0R4ICS1","si:ch211-74m13.3","Integrin alpha 4","icam3","itga4","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000112816","physical","txid7955" +"B8JHX2","E7FCN5","si:ch211-74m13.3","Integrin beta","icam3","E7FCN5","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000112816","physical","txid7955" +"B8JHX2","B0R0P1","si:ch211-74m13.3","Immune-related, lectin-like receptor 2","icam3","B0R0P1","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","Immune-related, lectin-like receptor 2","string-db","7955.ENSDARP00000116363/7955.ENSDARP00000112816","physical","txid7955" +"Q1LYK7","Q1LVK6","si:ch211-134n17.3","Vasodilator-stimulated phosphoprotein b","Q1LYK7","vaspb","Scinderin (Adseverin)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000046608","physical","txid7955" +"Q1LYK7","A8E6E2","si:ch211-134n17.3","ifn2","Q1LYK7","A8E6E2","Scinderin (Adseverin)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000046608","physical","txid7955" +"Q1LUP1","A0A8M2B209","add3","epb49","Q1LUP1","A0A8M2B209","Adducin 3 (gamma) a (Gamma-adducin isoform X3)","Dematin (Dematin isoform X1)","string-db","7955.ENSDARP00000064614/7955.ENSDARP00000040537","physical","txid7955" +"Q1LUP1","A1A5X4","add3","bZ1H20.1","Q1LUP1","A1A5X4","Adducin 3 (gamma) a (Gamma-adducin isoform X3)","Alpha-adducin (adducin 1 (Alpha))","string-db","7955.ENSDARP00000138089/7955.ENSDARP00000040537","physical","txid7955" +"A5PMZ3","Q1LVK6","wu:fe16f08","Vasodilator-stimulated phosphoprotein b","scinlb","vaspb","Scinderin-like b","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000075639","physical","txid7955" +"Q9DGL6","Q90Z34","atp1a1","cb712","atp1a1a.1","Q90Z34","Sodium/potassium-transporting ATPase subunit alpha","Sodium/potassium-transporting ATPase subunit beta","string-db","7955.ENSDARP00000088594/7955.ENSDARP00000075490","physical","txid7955" +"Q9DGL6","A0A0R4ILG2","atp1a1","si:ch211-139a5.9","atp1a1a.1","A0A0R4ILG2","Sodium/potassium-transporting ATPase subunit alpha","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000134986/7955.ENSDARP00000075490","physical","txid7955" +"Q9DGL6","Q58EK5","atp1a1","tdrd1","atp1a1a.1","Q58EK5","Sodium/potassium-transporting ATPase subunit alpha","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000075490","physical","txid7955" +"Q9DGL6","A2CEI6","atp1a1","piwil2","atp1a1a.1","A2CEI6","Sodium/potassium-transporting ATPase subunit alpha","Piwi-like protein 2 (EC 3.1.26.-)","string-db","7955.ENSDARP00000114406/7955.ENSDARP00000075490","physical","txid7955" +"Q9DGL6","E7FEN3","atp1a1","si:dkey-262k9.4","atp1a1a.1","E7FEN3","Sodium/potassium-transporting ATPase subunit alpha","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000112312/7955.ENSDARP00000075490","physical","txid7955" +"Q9DGL6","X1WI05","atp1a1","si:dkey-56f14.4","atp1a1a.1","X1WI05","Sodium/potassium-transporting ATPase subunit alpha","FXYD domain-containing ion transport regulator","string-db","7955.ENSDARP00000129870/7955.ENSDARP00000075490","physical","txid7955" +"F1QQQ5","Q1LVK6","gsnl","Vasodilator-stimulated phosphoprotein b","gsnb","vaspb","Gelsolin (ADF) (Actin-depolymerizing factor)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000047109","physical","txid7955" +"F1QQQ5","A8E6E2","gsnl","ifn2","gsnb","A8E6E2","Gelsolin (ADF) (Actin-depolymerizing factor)","Interferon phi 2 (Type I interferon 2)","string-db","7955.ENSDARP00000058506/7955.ENSDARP00000047109","physical","txid7955" +"F1QTE3","A1A5X4","Adducin 2","bZ1H20.1","F1QTE3","A1A5X4","Adducin 2 (beta) (Beta-adducin isoform X1)","Alpha-adducin (adducin 1 (Alpha))","string-db","7955.ENSDARP00000138089/7955.ENSDARP00000113788","physical","txid7955" +"Q6VN46","Q2QCI8","mb","med12","Q6VN46","Q2QCI8","Myoglobin","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000039806","physical","txid7955" +"E7EZG2","Q5YLG6","myo9aa","OTTDARP00000007023","E7EZG2","rhov","Unconventional myosin-IXAa (Myosin IXAa)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000039809","physical","txid7955" +"Q6AXL5","A4VAK4","hspbap1","hsp1","hspbap1","hspb1","HSPB1-associated protein 1 homolog","Heat shock protein beta-1 (Heat shock 27 kDa protein)","string-db","7955.ENSDARP00000060161/7955.ENSDARP00000039912","physical","txid7955" +"A3KNS2","Q802Y8","cnpy3","zbtb16a","A3KNS2","Q802Y8","Protein canopy homolog 3 (Trinucleotide repeat-containing gene 5 protein)","Zinc finger and BTB domain-containing protein 16-A (Promyelocytic leukemia zinc finger protein-A) (Zinc finger protein PLZF-A)","string-db","7955.ENSDARP00000153802/7955.ENSDARP00000040115","physical","txid7955" +"Q5RID7","G9MDF3","snx17","apoer2","snx17","lrp8","Sorting nexin-17","Apolipoprotein E receptor 2 (Low density lipoprotein receptor-related protein 8, apolipoprotein e receptor) (Low-density lipoprotein receptor-related protein 8 precursor)","string-db","7955.ENSDARP00000143584/7955.ENSDARP00000040190","physical","txid7955" +"Q5RID7","E5DV48","snx17","si:ch211-260g14.4","snx17","selp","Sorting nexin-17","p-selectin (Selectin P)","string-db","7955.ENSDARP00000061764/7955.ENSDARP00000040190","physical","txid7955" +"Q5RID7","F1REV3","snx17","krit1","snx17","F1REV3","Sorting nexin-17","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000040190","physical","txid7955" +"E5DV48","X1WBP3","si:ch211-260g14.4","CD44 antigen","selp","X1WBP3","p-selectin (Selectin P)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000127635/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","E7F9Z1","si:ch211-260g14.4","VWF","selp","vwf","p-selectin (Selectin P)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","E9QH19","si:ch211-260g14.4","si:dkey-261h17.1","selp","si:dkey-261h17.1","p-selectin (Selectin P)","Si:dkey-261h17.1","string-db","7955.ENSDARP00000115242/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","F1QB78","si:ch211-260g14.4","Plasminogen activator","selp","plat","p-selectin (Selectin P)","Plasminogen activator (EC 3.4.21.68)","string-db","7955.ENSDARP00000120778/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","E7F6T0","si:ch211-260g14.4","CD44 antigen","selp","cd44a","p-selectin (Selectin P)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000110970/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","G4WJE8","si:ch211-260g14.4","P-selectin glycoprotein ligand 1 precursor","selp","G4WJE8","p-selectin (Selectin P)","P-selectin glycoprotein ligand 1 precursor (Selectin P ligand) (p-selectin glycoprotein ligand-1)","string-db","7955.ENSDARP00000134253/7955.ENSDARP00000061764","physical","txid7955" +"E5DV48","B8X730","si:ch211-260g14.4","si:ch211-231h20.3","selp","B8X730","p-selectin (Selectin P)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000061764","physical","txid7955" +"F1QRX7","E7FEJ0","tbc1d7","fc38b04","F1QRX7","tsc1b","TBC1 domain family member 7","Hamartin (TSC complex subunit 1b)","string-db","7955.ENSDARP00000119507/7955.ENSDARP00000040264","physical","txid7955" +"F1QRX7","A0A0G2KHX4","tbc1d7","fc16b02","F1QRX7","A0A0G2KHX4","TBC1 domain family member 7","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000040264","physical","txid7955" +"E7FEJ0","A0A0G2KHX4","fc38b04","fc16b02","tsc1b","A0A0G2KHX4","Hamartin (TSC complex subunit 1b)","TSC complex subunit 2 (Tuberin)","string-db","7955.ENSDARP00000131915/7955.ENSDARP00000119507","physical","txid7955" +"P0C7U4","P0C7U5","c3ar1","c5ar1","P0C7U4","P0C7U5","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","C5a anaphylatoxin chemotactic receptor 1 (C5a anaphylatoxin chemotactic receptor) (C5a-R) (C5aR)","string-db","7955.ENSDARP00000059000/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","F1Q8T9","c3ar1","C-X-C chemokine receptor type 2","P0C7U4","F1Q8T9","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","string-db","7955.ENSDARP00000071727/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","E7FCV2","c3ar1","Complement C5","P0C7U4","E7FCV2","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","Complement C5 (Complement component 5)","string-db","7955.ENSDARP00000088095/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","X1WH67","c3ar1","C3a anaphylatoxin chemotactic receptor-like","P0C7U4","si:dkey-117a8.1","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","string-db","7955.ENSDARP00000129577/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","X1WHY8","c3ar1","N-formyl peptide receptor 3-like","P0C7U4","X1WHY8","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","E7EZJ4","c3ar1","Chemokine-like receptor 1","P0C7U4","E7EZJ4","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","Chemokine-like receptor 1 (Si:dkey-42l23.7)","string-db","7955.ENSDARP00000098151/7955.ENSDARP00000040270","physical","txid7955" +"P0C7U4","A0A2R8QEF3","c3ar1","LOC101885604","P0C7U4","A0A2R8QEF3","C3a anaphylatoxin chemotactic receptor (C3AR) (C3a-R)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000040270","physical","txid7955" +"E7FCV2","A0A2R8QEF3","Complement C5","LOC101885604","E7FCV2","A0A2R8QEF3","Complement C5 (Complement component 5)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000088095","physical","txid7955" +"E7FCV2","A0A8M9PWA7","Complement C5","Complement component 7b","E7FCV2","A0A8M9PWA7","Complement C5 (Complement component 5)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000088095","physical","txid7955" +"E7FCV2","E7F2M5","Complement C5","fj38b04","E7FCV2","E7F2M5","Complement C5 (Complement component 5)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000088095","physical","txid7955" +"E7FCV2","A0A0R4IMB2","Complement C5","zgc:103710","E7FCV2","A0A0R4IMB2","Complement C5 (Complement component 5)","Complement C3-H1-like precursor (Complement C3a, tandem duplicate 6)","string-db","7955.ENSDARP00000136143/7955.ENSDARP00000088095","physical","txid7955" +"E7FCV2","F1Q6F3","Complement C5","zgc:92465","E7FCV2","F1Q6F3","Complement C5 (Complement component 5)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000088095","physical","txid7955" +"E7FCV2","B8A565","Complement C5","wu:fb60b05","E7FCV2","B8A565","Complement C5 (Complement component 5)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000088095","physical","txid7955" +"F1Q8T9","Q6NX86","C-X-C chemokine receptor type 2","HMGB1","F1Q8T9","hmgb1a","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","X1WHY8","C-X-C chemokine receptor type 2","N-formyl peptide receptor 3-like","F1Q8T9","X1WHY8","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","N-formyl peptide receptor 3-like (Si:dkey-42l23.4)","string-db","7955.ENSDARP00000129853/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","N0GW19","C-X-C chemokine receptor type 2","il8l1","F1Q8T9","N0GW19","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Chemokine (C-X-C motif) ligand 8b, duplicate 1 (Interleukin-8, like 1)","string-db","7955.ENSDARP00000131403/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","X1WH67","C-X-C chemokine receptor type 2","C3a anaphylatoxin chemotactic receptor-like","F1Q8T9","si:dkey-117a8.1","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","string-db","7955.ENSDARP00000129577/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","E7EZJ4","C-X-C chemokine receptor type 2","Chemokine-like receptor 1","F1Q8T9","E7EZJ4","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Chemokine-like receptor 1 (Si:dkey-42l23.7)","string-db","7955.ENSDARP00000098151/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","A9ZPF1","C-X-C chemokine receptor type 2","CXCL8","F1Q8T9","A9ZPF1","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Interleukin-8 (IL-8) (C-X-C motif chemokine 8) (Chemokine (C-X-C motif) ligand 8)","string-db","7955.ENSDARP00000135787/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","A9ZPF6","C-X-C chemokine receptor type 2","cxcl-c5c","F1Q8T9","A9ZPF6","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Chemokine (C-X-C motif) ligand 20 (Chemokine CXCL-C5c) (Uncharacterized protein LOC567537)","string-db","7955.ENSDARP00000102486/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","A0A2R8QEF3","C-X-C chemokine receptor type 2","LOC101885604","F1Q8T9","A0A2R8QEF3","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","C3a anaphylatoxin chemotactic receptor-like","string-db","7955.ENSDARP00000151324/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","A0A0G2KYH9","C-X-C chemokine receptor type 2","Chemokine","F1Q8T9","A0A0G2KYH9","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Chemokine (C-X-C motif) ligand 8a (Permeability factor 2 isoform X1)","string-db","7955.ENSDARP00000137520/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","Q0ZBR7","C-X-C chemokine receptor type 2","MIF","F1Q8T9","Q0ZBR7","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Macrophage migration inhibitory factor (EC 5.3.2.1) (EC 5.3.3.12) (L-dopachrome isomerase) (L-dopachrome tautomerase) (Phenylpyruvate tautomerase)","string-db","7955.ENSDARP00000096200/7955.ENSDARP00000071727","physical","txid7955" +"F1Q8T9","Q1LVK6","C-X-C chemokine receptor type 2","Vasodilator-stimulated phosphoprotein b","F1Q8T9","vaspb","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","string-db","7955.ENSDARP00000089635/7955.ENSDARP00000071727","physical","txid7955" +"P0C7U5","Q6TNT8","c5ar1","gnai2l","P0C7U5","gnai2a","C5a anaphylatoxin chemotactic receptor 1 (C5a anaphylatoxin chemotactic receptor) (C5a-R) (C5aR)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","string-db","7955.ENSDARP00000106050/7955.ENSDARP00000059000","physical","txid7955" +"P79727","Q5ZEW1","efna2","ephA4","efna2","Q5ZEW1","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107;26190107","physical","txid7955" +"P79727","Q5VSJ4","efna2","fc51g03","efna2","Q5VSJ4","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000040277","physical","txid7955" +"P79727","O13148","efna2","epha4a","efna2","O13148","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000040277","physical","txid7955" +"P79727","O13146","efna2","epha3","efna2","O13146","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","psicquic","26190107;26190107","physical","txid7955" +"Q5RH01","A0A140LG54","ncaph2","Histone H2B","ncaph2","si:dkey-23a13.22","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q6PC60","ncaph2","hist2h2l","ncaph2","hist2h2l","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B 3","string-db","7955.ENSDARP00000055912/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","B8A5K9","ncaph2","SMC2L1","ncaph2","smc2","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q561S9","ncaph2","H2A","ncaph2","hist1h2a3","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q5BJA5","ncaph2",";","ncaph2","-","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","A8KBJ5","ncaph2","si:ch1073-153i20.2","ncaph2","-","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H3","string-db","7955.ENSDARP00000067896/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q4QRF4","ncaph2","; ;","ncaph2","-","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","R4GE15","ncaph2","si:ch211-113a14.29","ncaph2","si:ch211-113a14.22","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q71PD7","ncaph2","h2az2a","ncaph2","h2az2a","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","E7FH61","ncaph2","ncapg2","ncaph2","ncapg2","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","X1WDH8","ncaph2","Histone H2B","ncaph2","si:dkey-261m9.19","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","E7F5W3","ncaph2","si:dkey-108k21.26","ncaph2","hist1h2a10","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q5XJK2","ncaph2","h2afx1","ncaph2","h2ax1","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","E7FE07","ncaph2","si:ch211-113a14.16","ncaph2","E7FE07","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000067893/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q6PI20","ncaph2","h3f3a; h3f3b.1; h3-5; h3f3d","ncaph2","h3f3a;h3f3b.1;h3-5;h3f3d","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","A0A140LGS2","ncaph2","Histone H2A","ncaph2","si:ch1073-153i20.5","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q4FZZ7","ncaph2","hist1h2a2","ncaph2","hist1h2a2","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000067895/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","F1QJY8","ncaph2","im:7149538","ncaph2","ncapg","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Condensin complex subunit 3 (Non-SMC condensin I complex, subunit G)","string-db","7955.ENSDARP00000123226/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","X1WHF1","ncaph2","Histone H2B","ncaph2","si:dkey-261m9.6","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","B3DJF8","ncaph2","LOC570661","ncaph2","LOC570661","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2B","string-db","7955.ENSDARP00000067948/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","A4FVM2","ncaph2","si:ch73-368j24.13","ncaph2","A4FVM2","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","E7EXD7","ncaph2","si:dkey-261m9.11","ncaph2","si:ch211-113a14.19","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q6DRK7","ncaph2","Serine/threonine-protein kinase PLK","ncaph2","plk1","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","string-db","7955.ENSDARP00000075786/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","E7EZX1","ncaph2","si:dkey-261m9.15","ncaph2","hist1h2a5","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000040826","physical","txid7955" +"Q5RH01","Q7ZTT0","ncaph2","zgc:56685","ncaph2","Q7ZTT0","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000040826","physical","txid7955" +"E7FH61","X1WDH8","ncapg2","Histone H2B","ncapg2","si:dkey-261m9.19","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","A0A140LG54","ncapg2","Histone H2B","ncapg2","si:dkey-23a13.22","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","A0A140LGS2","ncapg2","Histone H2A","ncapg2","si:ch1073-153i20.5","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","A4FVM2","ncapg2","si:ch73-368j24.13","ncapg2","A4FVM2","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","Q7ZTT0","ncapg2","zgc:56685","ncapg2","Q7ZTT0","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","X1WHF1","ncapg2","Histone H2B","ncapg2","si:dkey-261m9.6","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","A0A0R4IU39","ncapg2","wu:fe49f10","ncapg2","cdc20","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","R4GE15","ncapg2","si:ch211-113a14.29","ncapg2","si:ch211-113a14.22","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000124705","physical","txid7955" +"E7FH61","F8W5H6","ncapg2","zgc:136403","ncapg2","mcph1","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","Microcephalin","string-db","7955.ENSDARP00000125093/7955.ENSDARP00000124705","physical","txid7955" +"A8HAL1","Q7ZTT0","usp16","zgc:56685","usp16","Q7ZTT0","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","Q5XJK2","usp16","h2afx1","usp16","h2ax1","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","A4FVM2","usp16","si:ch73-368j24.13","usp16","A4FVM2","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","A0A140LGS2","usp16","Histone H2A","usp16","si:ch1073-153i20.5","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","E7EXD7","usp16","si:dkey-261m9.11","usp16","si:ch211-113a14.19","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","Q561S9","usp16","H2A","usp16","hist1h2a3","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","E7EZX1","usp16","si:dkey-261m9.15","usp16","hist1h2a5","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000080080","physical","txid7955" +"A8HAL1","E7F5W3","usp16","si:dkey-108k21.26","usp16","hist1h2a10","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000080080","physical","txid7955" +"E7F4M2","A0A140LG54","atrxl","Histone H2B","atrx","si:dkey-23a13.22","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","A0A140LG23","atrxl","si:dkey-23a13.21","atrx","A0A140LG23","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","A4FVM2","atrxl","si:ch73-368j24.13","atrx","A4FVM2","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","A0A140LGS2","atrxl","Histone H2A","atrx","si:ch1073-153i20.5","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","Q7ZTT0","atrxl","zgc:56685","atrx","Q7ZTT0","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","R4GE15","atrxl","si:ch211-113a14.29","atrx","si:ch211-113a14.22","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","X1WDH8","atrxl","Histone H2B","atrx","si:dkey-261m9.19","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","X1WHF1","atrxl","Histone H2B","atrx","si:dkey-261m9.6","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","F1R9M2","atrxl","TERF1","atrx","tinf2","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","string-db","7955.ENSDARP00000113476/7955.ENSDARP00000105895","physical","txid7955" +"E7F4M2","Q6NYJ3","atrxl","terf2ip","atrx","Q6NYJ3","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","Telomeric repeat-binding factor 2-interacting protein 1 (TERF2-interacting telomeric protein 1) (TRF2-interacting telomeric protein 1) (Repressor/activator protein 1 homolog) (RAP1 homolog)","string-db","7955.ENSDARP00000144881/7955.ENSDARP00000105895","physical","txid7955" +"F1R692","A0A140LG54","Ribosomal RNA-processing protein 8","Histone H2B","F1R692","si:dkey-23a13.22","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000128801","physical","txid7955" +"F1R692","A0A140LGS2","Ribosomal RNA-processing protein 8","Histone H2A","F1R692","si:ch1073-153i20.5","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000128801","physical","txid7955" +"F1R692","E7FG09","Ribosomal RNA-processing protein 8","LOC100331694","F1R692","LOC100331694","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Bromo adjacent homology domain-containing 1 protein-like (Uncharacterized protein LOC100331694 isoform X1)","string-db","7955.ENSDARP00000135952/7955.ENSDARP00000128801","physical","txid7955" +"F1R692","A4FVM2","Ribosomal RNA-processing protein 8","si:ch73-368j24.13","F1R692","A4FVM2","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000128801","physical","txid7955" +"F1R692","Q7ZTT0","Ribosomal RNA-processing protein 8","zgc:56685","F1R692","Q7ZTT0","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000128801","physical","txid7955" +"F1R692","X1WHF1","Ribosomal RNA-processing protein 8","Histone H2B","F1R692","si:dkey-261m9.6","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000128801","physical","txid7955" +"Q6PC53","Q7ZTT0","ppial","zgc:56685","ppiab","Q7ZTT0","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000134856","physical","txid7955" +"Q6PC53","Q0Z946","ppial","h2afvb","ppiab","h2az2b","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Histone H2A","string-db","7955.ENSDARP00000154835/7955.ENSDARP00000134856","physical","txid7955" +"Q6PC53","Q1RLR9","ppial","zgc:136891","ppiab","Q1RLR9","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Core histone macro-H2A","string-db","7955.ENSDARP00000139864/7955.ENSDARP00000134856","physical","txid7955" +"Q6PC53","A4FVM2","ppial","si:ch73-368j24.13","ppiab","A4FVM2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000134856","physical","txid7955" +"Q6PC53","A0A140LGS2","ppial","Histone H2A","ppiab","si:ch1073-153i20.5","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000134856","physical","txid7955" +"Q5RGA4","A0A140LGS2","mysm1","Histone H2A","mysm1","si:ch1073-153i20.5","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000107103","physical","txid7955" +"Q5RGA4","Q7ZTT0","mysm1","zgc:56685","mysm1","Q7ZTT0","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000107103","physical","txid7955" +"Q5RGA4","A4FVM2","mysm1","si:ch73-368j24.13","mysm1","A4FVM2","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000107103","physical","txid7955" +"X1WG21","Q7ZTT0","fe50h06","zgc:56685","usp3","Q7ZTT0","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000129176","physical","txid7955" +"X1WG21","A0A140LG54","fe50h06","Histone H2B","usp3","si:dkey-23a13.22","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000129176","physical","txid7955" +"X1WG21","A0A140LGS2","fe50h06","Histone H2A","usp3","si:ch1073-153i20.5","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000129176","physical","txid7955" +"X1WG21","A4FVM2","fe50h06","si:ch73-368j24.13","usp3","A4FVM2","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000129176","physical","txid7955" +"X1WG21","X1WHF1","fe50h06","Histone H2B","usp3","si:dkey-261m9.6","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000129176","physical","txid7955" +"B0S6M0","Q5BJA5","fe47h06",";","suv39h1b","-","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2B 1/2","string-db","7955.ENSDARP00000101525/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","E7F8W3","fe47h06","NAD-dependent protein deacetylase sirtuin-1 isoform X1","suv39h1b","E7F8W3","Histone-lysine N-methyltransferase (EC 2.1.1.355)","NAD-dependent protein deacetylase sirtuin-1 isoform X1 (Sirtuin 1)","string-db","7955.ENSDARP00000088981/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","R4GE15","fe47h06","si:ch211-113a14.29","suv39h1b","si:ch211-113a14.22","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","E7EZX1","fe47h06","si:dkey-261m9.15","suv39h1b","hist1h2a5","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000104399/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q7ZTT0","fe47h06","zgc:56685","suv39h1b","Q7ZTT0","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000137682/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","X1WHF1","fe47h06","Histone H2B","suv39h1b","si:dkey-261m9.6","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","F1R692","fe47h06","Ribosomal RNA-processing protein 8","suv39h1b","F1R692","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q71PD7","fe47h06","h2az2a","suv39h1b","h2az2a","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A.V (H2A.F/Z)","string-db","7955.ENSDARP00000090434/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q6PI20","fe47h06","h3f3a; h3f3b.1; h3-5; h3f3d","suv39h1b","h3f3a;h3f3b.1;h3-5;h3f3d","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q5XJK2","fe47h06","h2afx1","suv39h1b","h2ax1","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000090794/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","A0A140LGS2","fe47h06","Histone H2A","suv39h1b","si:ch1073-153i20.5","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000142451/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","A0A140LG54","fe47h06","Histone H2B","suv39h1b","si:dkey-23a13.22","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","A4FVM2","fe47h06","si:ch73-368j24.13","suv39h1b","A4FVM2","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000142091/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","X1WDH8","fe47h06","Histone H2B","suv39h1b","si:dkey-261m9.19","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q4QRF4","fe47h06","; ;","suv39h1b","-","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","Q561S9","fe47h06","H2A","suv39h1b","hist1h2a3","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000093780/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","E7F5W3","fe47h06","si:dkey-108k21.26","suv39h1b","hist1h2a10","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000090632/7955.ENSDARP00000072614","physical","txid7955" +"B0S6M0","E7EXD7","fe47h06","si:dkey-261m9.11","suv39h1b","si:ch211-113a14.19","Histone-lysine N-methyltransferase (EC 2.1.1.355)","Histone H2A","string-db","7955.ENSDARP00000104630/7955.ENSDARP00000072614","physical","txid7955" +"Q6PH71","Q5W7F1","zgc:66026","asah2","asah1b","Q5W7F1","Acid ceramidase (EC 3.5.1.23)","Neutral ceramidase (N-CDase) (NCDase) (EC 3.5.1.23) (Acylsphingosine deacylase 2) (N-acylsphingosine amidohydrolase 2) (znCD)","string-db","7955.ENSDARP00000119244/7955.ENSDARP00000040433","physical","txid7955" +"Q6PH71","E7FCF4","zgc:66026","Alkaline ceramidase","asah1b","acer2","Acid ceramidase (EC 3.5.1.23)","Alkaline ceramidase (EC 3.5.1.-)","string-db","7955.ENSDARP00000101048/7955.ENSDARP00000040433","physical","txid7955" +"Q6PH71","Q568I2","zgc:66026","acer1","asah1b","Q568I2","Acid ceramidase (EC 3.5.1.23)","Alkaline ceramidase 1 (AlkCDase 1) (Alkaline CDase 1) (EC 3.5.1.-) (EC 3.5.1.23) (Acylsphingosine deacylase 3) (N-acylsphingosine amidohydrolase 3)","string-db","7955.ENSDARP00000120885/7955.ENSDARP00000040433","physical","txid7955" +"Q5W7F1","Q568I2","asah2","acer1","Q5W7F1","Q568I2","Neutral ceramidase (N-CDase) (NCDase) (EC 3.5.1.23) (Acylsphingosine deacylase 2) (N-acylsphingosine amidohydrolase 2) (znCD)","Alkaline ceramidase 1 (AlkCDase 1) (Alkaline CDase 1) (EC 3.5.1.-) (EC 3.5.1.23) (Acylsphingosine deacylase 3) (N-acylsphingosine amidohydrolase 3)","string-db","7955.ENSDARP00000120885/7955.ENSDARP00000119244","physical","txid7955" +"E7FCF4","Q5W7F1","Alkaline ceramidase","asah2","acer2","Q5W7F1","Alkaline ceramidase (EC 3.5.1.-)","Neutral ceramidase (N-CDase) (NCDase) (EC 3.5.1.23) (Acylsphingosine deacylase 2) (N-acylsphingosine amidohydrolase 2) (znCD)","string-db","7955.ENSDARP00000119244/7955.ENSDARP00000101048","physical","txid7955" +"E7FCF4","Q568I2","Alkaline ceramidase","acer1","acer2","Q568I2","Alkaline ceramidase (EC 3.5.1.-)","Alkaline ceramidase 1 (AlkCDase 1) (Alkaline CDase 1) (EC 3.5.1.-) (EC 3.5.1.23) (Acylsphingosine deacylase 3) (N-acylsphingosine amidohydrolase 3)","string-db","7955.ENSDARP00000120885/7955.ENSDARP00000101048","physical","txid7955" +"A0A8M2B209","F1QTE3","epb49","Adducin 2","A0A8M2B209","F1QTE3","Dematin (Dematin isoform X1)","Adducin 2 (beta) (Beta-adducin isoform X1)","string-db","7955.ENSDARP00000113788/7955.ENSDARP00000064614","physical","txid7955" +"A0A8M2B209","A1A5X4","epb49","bZ1H20.1","A0A8M2B209","A1A5X4","Dematin (Dematin isoform X1)","Alpha-adducin (adducin 1 (Alpha))","string-db","7955.ENSDARP00000138089/7955.ENSDARP00000064614","physical","txid7955" +"Q6IQL9","F1QZW1","Actin, alpha cardiac muscle 1","mg:cb02g011","Q6IQL9","F1QZW1","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","P13104","Actin, alpha cardiac muscle 1","tpma","Q6IQL9","tpma","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","E7FG54","Actin, alpha cardiac muscle 1","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","Q6IQL9","E7FG54","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","B6IDE1","Actin, alpha cardiac muscle 1","MYH7","Q6IQL9","B6IDE1","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","A0A0R4INI3","Actin, alpha cardiac muscle 1","fb18g10","Q6IQL9","A0A0R4INI3","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q6IQD7","Actin, alpha cardiac muscle 1","fj63f03","Q6IQL9","Q6IQD7","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q24JV6","Actin, alpha cardiac muscle 1","myl2","Q6IQL9","Q24JV6","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000116241/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","I3ISQ1","Actin, alpha cardiac muscle 1","cb674","Q6IQL9","I3ISQ1","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","string-db","7955.ENSDARP00000125941/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q9I8V1","Actin, alpha cardiac muscle 1","acta1","Q6IQL9","Q9I8V1","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q6DHS1","Actin, alpha cardiac muscle 1","wu:fb63d03","Q6IQL9","Q6DHS1","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","F1RCB6","Actin, alpha cardiac muscle 1","acte1","Q6IQL9","actc1a","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","string-db","7955.ENSDARP00000100195/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q7T2E8","Actin, alpha cardiac muscle 1","rhoac","Q6IQL9","rhoac","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000075110","physical","txid7955" +"Q6IQL9","Q7SXW1","Actin, alpha cardiac muscle 1","zgc:63734","Q6IQL9","tpm4b","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000075110","physical","txid7955" +"A0A0R4IS55","Q7T2E8","Ankyrin repeat domain-containing protein SOWAHC","rhoac","sowahca","rhoac","Ankyrin repeat domain-containing protein SOWAHC (Sosondowah ankyrin repeat domain family Ca)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000138607","physical","txid7955" +"A0A0H2UKU4","Q7T2E8","Protocadherin 7b","rhoac","A0A0H2UKU4","rhoac","Protocadherin 7b (Protocadherin-7 isoform X1)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000139416","physical","txid7955" +"Q803A0","Q4VBS0","jade1","wu:fb11d09","Q803A0","ing4","Protein Jade-1 (Jade family PHD finger protein 1) (PHD finger protein 17)","Inhibitor of growth protein","string-db","7955.ENSDARP00000045244/7955.ENSDARP00000042059","physical","txid7955" +"Q803A0","Q6AZD3","jade1","meaf6","Q803A0","meaf6","Protein Jade-1 (Jade family PHD finger protein 1) (PHD finger protein 17)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000042059","physical","txid7955" +"Q803A0","Q08BX4","jade1","K","Q803A0","kat7a","Protein Jade-1 (Jade family PHD finger protein 1) (PHD finger protein 17)","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","string-db","7955.ENSDARP00000078309/7955.ENSDARP00000042059","physical","txid7955" +"Q08BX4","Q6AZD3","K","meaf6","kat7a","meaf6","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000078309","physical","txid7955" +"Q08BX4","Q7ZVP1","K","jade3","kat7a","Q7ZVP1","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","Protein Jade-3 (Jade family PHD finger protein 3) (PHD finger protein 16)","string-db","7955.ENSDARP00000120486/7955.ENSDARP00000078309","physical","txid7955" +"E7F8E2","Q6AZD3","E3 ubiquitin-protein ligase Jade-2","meaf6","jade2","meaf6","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000069915","physical","txid7955" +"E7F8E2","Q08BX4","E3 ubiquitin-protein ligase Jade-2","K","jade2","kat7a","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","string-db","7955.ENSDARP00000078309/7955.ENSDARP00000069915","physical","txid7955" +"Q7ZVP1","Q6AZD3","jade3","meaf6","Q7ZVP1","meaf6","Protein Jade-3 (Jade family PHD finger protein 3) (PHD finger protein 16)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","string-db","7955.ENSDARP00000132726/7955.ENSDARP00000120486","physical","txid7955" +"E9QD73","Q1LWB0","Poly [ADP-ribose] polymerase","tax1bp1a","tnksa","tax1bp1a","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000117475","physical","txid7955" +"E9QD73","P57095","Poly [ADP-ribose] polymerase","axin2","tnksa","axin2","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000117475","physical","txid7955" +"E9QD73","P57094","Poly [ADP-ribose] polymerase","axin1","tnksa","P57094","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000117475","physical","txid7955" +"E9QD73","Q7ZUK0","Poly [ADP-ribose] polymerase","rnf146","tnksa","Q7ZUK0","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","E3 ubiquitin-protein ligase rnf146 (EC 2.3.2.27) (RING finger protein 146) (RING-type E3 ubiquitin transferase rnf146)","string-db","7955.ENSDARP00000121982/7955.ENSDARP00000117475","physical","txid7955" +"E9QD73","Q0GKD6","Poly [ADP-ribose] polymerase","wu:fk70c05","tnksa","tbk1","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000117475","physical","txid7955" +"A3KGU1","Q1LWB0","LOC567533","tax1bp1a","A3KGU1","tax1bp1a","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","Tax1-binding protein 1 homolog A","string-db","7955.ENSDARP00000133043/7955.ENSDARP00000085830","physical","txid7955" +"U6C7X6","A0A0R4IDU4","itchb","z-numb","itcha","A0A0R4IDU4","E3 ubiquitin-protein ligase (EC 2.3.2.26)","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000128218","physical","txid7955" +"F1QW96","E7F7A0","DC-SIGN","Flocculation protein FLO11 isoform X3","F1QW96","E7F7A0","CD209 molecule","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","string-db","7955.ENSDARP00000108535/7955.ENSDARP00000040732","physical","txid7955" +"F1QW96","E7F116","DC-SIGN","zgc:175131","F1QW96","E7F116","CD209 molecule","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","string-db","7955.ENSDARP00000102897/7955.ENSDARP00000040732","physical","txid7955" +"F1QW96","E7FG10","DC-SIGN","Si:ch73-105b23.6","F1QW96","E7FG10","CD209 molecule","Si:ch73-105b23.6","string-db","7955.ENSDARP00000112490/7955.ENSDARP00000040732","physical","txid7955" +"F1QW96","X1WBL9","DC-SIGN","Mucin 5.1, oligomeric mucus/gel-forming","F1QW96","X1WBL9","CD209 molecule","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000040732","physical","txid7955" +"F1QW96","B8JM30","DC-SIGN","C-type lectin domain family 4 member E","F1QW96","B8JM30","CD209 molecule","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000040732","physical","txid7955" +"F1QW96","B0S6P2","DC-SIGN","si:dkey-216e24.3","F1QW96","lectin","CD209 molecule","Lectin","string-db","7955.ENSDARP00000102618/7955.ENSDARP00000040732","physical","txid7955" +"E7FG10","A0A8M2BJT7","Si:ch73-105b23.6","CD209 antigen-like protein C isoform X1","E7FG10","A0A8M2BJT7","Si:ch73-105b23.6","CD209 antigen-like protein C isoform X1 (Si:ch73-111e15.1)","string-db","7955.ENSDARP00000124091/7955.ENSDARP00000112490","physical","txid7955" +"E7FG10","B8JM30","Si:ch73-105b23.6","C-type lectin domain family 4 member E","E7FG10","B8JM30","Si:ch73-105b23.6","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000112490","physical","txid7955" +"E7FG10","F8W3Q0","Si:ch73-105b23.6","asgr1a","E7FG10","asgrl2","Si:ch73-105b23.6","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","string-db","7955.ENSDARP00000124332/7955.ENSDARP00000112490","physical","txid7955" +"B8JM30","F8W3Q0","C-type lectin domain family 4 member E","asgr1a","B8JM30","asgrl2","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","string-db","7955.ENSDARP00000124332/7955.ENSDARP00000121395","physical","txid7955" +"B8JM30","A0A8M2BJT7","C-type lectin domain family 4 member E","CD209 antigen-like protein C isoform X1","B8JM30","A0A8M2BJT7","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","CD209 antigen-like protein C isoform X1 (Si:ch73-111e15.1)","string-db","7955.ENSDARP00000124091/7955.ENSDARP00000121395","physical","txid7955" +"B8JM30","X1WBL9","C-type lectin domain family 4 member E","Mucin 5.1, oligomeric mucus/gel-forming","B8JM30","X1WBL9","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000121395","physical","txid7955" +"F1QJY8","E7FH61","im:7149538","ncapg2","ncapg","ncapg2","Condensin complex subunit 3 (Non-SMC condensin I complex, subunit G)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000123226","physical","txid7955" +"Q9IBD0","Q7T346","celf1","ddit4","celf1","ddit4","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000041054","physical","txid7955" +"Q9IBD0","Q6P0S4","celf1","fos","celf1","fosab","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","Protein c-Fos (Cellular oncogene fos)","string-db","7955.ENSDARP00000043297/7955.ENSDARP00000041054","physical","txid7955" +"Q9IBD0","F1QWB4","celf1","hnrpk","celf1","hnrnpk","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000041054","physical","txid7955" +"Q9IBD0","Q6JIZ2","celf1","pura","celf1","puraa","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","string-db","7955.ENSDARP00000101909/7955.ENSDARP00000041054","physical","txid7955" +"Q9IBD0","Q7ZV13","celf1","sfrs2","celf1","srsf2a","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","string-db","7955.ENSDARP00000074623/7955.ENSDARP00000041054","physical","txid7955" +"Q9IBD0","H0WFA5","celf1","buc","celf1","H0WFA5","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","Bucky ball (buc) (Prion-like protein Bucky ball)","string-db","7955.ENSDARP00000125536/7955.ENSDARP00000041054","physical","txid7955" +"Q6JIZ2","Q7T2T7","pura","wu:fk96a04","puraa","mecp2","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000101909","physical","txid7955" +"Q6JIZ2","F1QN33","pura","Zinc finger protein 106","puraa","znf106a","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","Zinc finger protein 106","string-db","7955.ENSDARP00000117899/7955.ENSDARP00000101909","physical","txid7955" +"Q6JIZ2","B8JLQ3","pura","wu:fa12d03","puraa","B8JLQ3","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","Nucleolin","string-db","7955.ENSDARP00000109546/7955.ENSDARP00000101909","physical","txid7955" +"F1RDC0","X1WFY6","apg5l","Tectonin beta-propeller repeat-containing 1b","atg5","tecpr1b","Autophagy protein 5","Tectonin beta-propeller repeat-containing 1b (Tectonin beta-propeller repeat-containing protein 1)","string-db","7955.ENSDARP00000129141/7955.ENSDARP00000124077","physical","txid7955" +"F1RDC0","A0A0R4IXF0","apg5l","FAS-associated death domain protein","atg5","A0A0R4IXF0","Autophagy protein 5","FAS-associated death domain protein (Fas (tnfrsf6)-associated via death domain)","string-db","7955.ENSDARP00000140007/7955.ENSDARP00000124077","physical","txid7955" +"F1RDC0","Q7ZUD8","apg5l","MAP1-LC3B","atg5","map1lc3b","Autophagy protein 5","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000124077","physical","txid7955" +"F1RDC0","E7FDW7","apg5l","NLR family member X1","atg5","nlrx1","Autophagy protein 5","NLR family member X1","string-db","7955.ENSDARP00000126680/7955.ENSDARP00000124077","physical","txid7955" +"Q7ZVL5","E7FAN5","zgc:55929","wu:fb57c10","serpine2","E7FAN5","Glia-derived nexin precursor (Serine (Or cysteine) proteinase inhibitor, clade E (Nexin, plasminogen activator inhibitor type 1), member 2) (Serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2) (Serpine2 protein)","Prothrombin (EC 3.4.21.5) (Coagulation factor II)","string-db","7955.ENSDARP00000052324/7955.ENSDARP00000041676","physical","txid7955" +"B0UXN7","Q7ZSZ9","cb272","rac1","B0UXN7","rac1a","Tyrosine-protein kinase (EC 2.7.10.2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000041696","physical","txid7955" +"B0UXN7","F8W2F9","cb272","Tyrosine-protein kinase","B0UXN7","abl1","Tyrosine-protein kinase (EC 2.7.10.2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000124744/7955.ENSDARP00000041696","physical","txid7955" +"B0UXN7","A9JRY8","cb272","Rac family small GTPase 3b","B0UXN7","rac3b","Tyrosine-protein kinase (EC 2.7.10.2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000041696","physical","txid7955" +"B0UXN7","Q6DGB7","cb272","rac3","B0UXN7","rac3a","Tyrosine-protein kinase (EC 2.7.10.2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000041696","physical","txid7955" +"F1QE32","B0S7E1","Protein unc-119 homolog A","wu:fc95f02","F1QE32","brd7","Protein unc-119 homolog A","Bromodomain-containing 7 (Bromodomain-containing protein 7)","string-db","7955.ENSDARP00000112550/7955.ENSDARP00000041706","physical","txid7955" +"Q68EH0","Q7T358","zgc:91975","gspt1","gspt1","gspt1l","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","string-db","7955.ENSDARP00000141332/7955.ENSDARP00000041710","physical","txid7955" +"Q68EH0","Q803E5","zgc:91975","etf1","gspt1","etf1b","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","Eukaryotic peptide chain release factor subunit 1","string-db","7955.ENSDARP00000064557/7955.ENSDARP00000041710","physical","txid7955" +"P79739","A1L1M2","cyp26a1","cyp26b1l","P79739","cyp26c1","Cytochrome P450 26A1 (EC 1.14.13.-) (Cytochrome P450RAI) (Retinoic acid 4-hydroxylase) (Retinoic acid-metabolizing cytochrome)","Cytochrome P450, family 26, subfamily C, polypeptide 1","string-db","7955.ENSDARP00000072275/7955.ENSDARP00000041727","physical","txid7955" +"P79739","Q6EIG3","cyp26a1","cyp26b1","P79739","Q6EIG3","Cytochrome P450 26A1 (EC 1.14.13.-) (Cytochrome P450RAI) (Retinoic acid 4-hydroxylase) (Retinoic acid-metabolizing cytochrome)","Cytochrome P450 26B1 (Cyp26B1) (EC 1.14.13.-) (Retinoic acid-metabolizing cytochrome)","string-db","7955.ENSDARP00000101543/7955.ENSDARP00000041727","physical","txid7955" +"A1L1M2","Q6EIG3","cyp26b1l","cyp26b1","cyp26c1","Q6EIG3","Cytochrome P450, family 26, subfamily C, polypeptide 1","Cytochrome P450 26B1 (Cyp26B1) (EC 1.14.13.-) (Retinoic acid-metabolizing cytochrome)","string-db","7955.ENSDARP00000101543/7955.ENSDARP00000072275","physical","txid7955" +"F1QPU2","B3DJV8","Structure-specific endonuclease subunit SLX4","LOC569270","F1QPU2","B3DJV8","Structure-specific endonuclease subunit SLX4","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","E7F1X6","Structure-specific endonuclease subunit SLX4","si:ch73-362i18.3","F1QPU2","cenpx","Structure-specific endonuclease subunit SLX4","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","F1QHN6","Structure-specific endonuclease subunit SLX4","im:7042025","F1QPU2","ubc","Structure-specific endonuclease subunit SLX4","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","Q7SXA9","Structure-specific endonuclease subunit SLX4","mus81","F1QPU2","Q7SXA9","Structure-specific endonuclease subunit SLX4","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","A0A0N4SUD2","Structure-specific endonuclease subunit SLX4","Ubi-p63E","F1QPU2","ubb","Structure-specific endonuclease subunit SLX4","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","F1R3B9","Structure-specific endonuclease subunit SLX4","fc21c10","F1QPU2","fanci","Structure-specific endonuclease subunit SLX4","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","Q7SXA3","Structure-specific endonuclease subunit SLX4","zgc:66168","F1QPU2","rps27a","Structure-specific endonuclease subunit SLX4","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","E7F6N8","Structure-specific endonuclease subunit SLX4","Crossover junction endonuclease EME1","F1QPU2","eme1","Structure-specific endonuclease subunit SLX4","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","E7F457","Structure-specific endonuclease subunit SLX4","fc49f05","F1QPU2","E7F457","Structure-specific endonuclease subunit SLX4","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","U3JAR8","Structure-specific endonuclease subunit SLX4","si:dkey-57h18.1","F1QPU2","faap100","Structure-specific endonuclease subunit SLX4","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","Q1LWH4","Structure-specific endonuclease subunit SLX4","fan1","F1QPU2","Q1LWH4","Structure-specific endonuclease subunit SLX4","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","string-db","7955.ENSDARP00000084286/7955.ENSDARP00000082010","physical","txid7955" +"F1QPU2","B0V2S2","Structure-specific endonuclease subunit SLX4","dclre1b","F1QPU2","B0V2S2","Structure-specific endonuclease subunit SLX4","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","string-db","7955.ENSDARP00000090466/7955.ENSDARP00000082010","physical","txid7955" +"E7F457","Q7SXA3","fc49f05","zgc:66168","E7F457","rps27a","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000111198","physical","txid7955" +"E7F457","A0A0N4SUD2","fc49f05","Ubi-p63E","E7F457","ubb","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000111198","physical","txid7955" +"E7F457","F1R3B9","fc49f05","fc21c10","E7F457","fanci","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000111198","physical","txid7955" +"E7F457","F1QHN6","fc49f05","im:7042025","E7F457","ubc","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000111198","physical","txid7955" +"E7F457","U3JAR8","fc49f05","si:dkey-57h18.1","E7F457","faap100","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000111198","physical","txid7955" +"Q1LWH4","E7F457","fan1","fc49f05","Q1LWH4","E7F457","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","E7F6N8","fan1","Crossover junction endonuclease EME1","Q1LWH4","eme1","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","F1QHN6","fan1","im:7042025","Q1LWH4","ubc","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","B0V2S2","fan1","dclre1b","Q1LWH4","B0V2S2","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","string-db","7955.ENSDARP00000090466/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","E7F1X6","fan1","si:ch73-362i18.3","Q1LWH4","cenpx","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","A0A0N4SUD2","fan1","Ubi-p63E","Q1LWH4","ubb","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","Q7SXA9","fan1","mus81","Q1LWH4","Q7SXA9","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","U3JAR8","fan1","si:dkey-57h18.1","Q1LWH4","faap100","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","F1R3B9","fan1","fc21c10","Q1LWH4","fanci","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","B3DJV8","fan1","LOC569270","Q1LWH4","B3DJV8","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000084286","physical","txid7955" +"Q1LWH4","Q7SXA3","fan1","zgc:66168","Q1LWH4","rps27a","Fanconi-associated nuclease 1 (EC 3.1.21.-) (EC 3.1.4.1) (FANCD2/FANCI-associated nuclease 1) (Myotubularin-related protein 15)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000084286","physical","txid7955" +"Q7SXA9","E7F1X6","mus81","si:ch73-362i18.3","Q7SXA9","cenpx","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","Q7SXA3","mus81","zgc:66168","Q7SXA9","rps27a","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","E7F457","mus81","fc49f05","Q7SXA9","E7F457","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","F1QHN6","mus81","im:7042025","Q7SXA9","ubc","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","B3DJV8","mus81","LOC569270","Q7SXA9","B3DJV8","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","F1R3B9","mus81","fc21c10","Q7SXA9","fanci","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","A0A0N4SUD2","mus81","Ubi-p63E","Q7SXA9","ubb","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","U3JAR8","mus81","si:dkey-57h18.1","Q7SXA9","faap100","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","E7F6N8","mus81","Crossover junction endonuclease EME1","Q7SXA9","eme1","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000091555","physical","txid7955" +"Q7SXA9","O13033","mus81","rag1","Q7SXA9","O13033","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","V(D)J recombination-activating protein 1 (RAG-1) [Includes: Endonuclease RAG1 (EC 3.1.-.-); E3 ubiquitin-protein ligase RAG1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase RAG1)]","string-db","7955.ENSDARP00000120100/7955.ENSDARP00000091555","physical","txid7955" +"E7F6N8","Q7SXA3","Crossover junction endonuclease EME1","zgc:66168","eme1","rps27a","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","A0A0N4SUD2","Crossover junction endonuclease EME1","Ubi-p63E","eme1","ubb","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","F1R3B9","Crossover junction endonuclease EME1","fc21c10","eme1","fanci","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","E7F457","Crossover junction endonuclease EME1","fc49f05","eme1","E7F457","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","DNA cross-link repair 1A (PSO2 homolog, S. cerevisiae) (DNA cross-link repair 1A protein)","string-db","7955.ENSDARP00000111198/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","F1QHN6","Crossover junction endonuclease EME1","im:7042025","eme1","ubc","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","O13033","Crossover junction endonuclease EME1","rag1","eme1","O13033","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","V(D)J recombination-activating protein 1 (RAG-1) [Includes: Endonuclease RAG1 (EC 3.1.-.-); E3 ubiquitin-protein ligase RAG1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase RAG1)]","string-db","7955.ENSDARP00000120100/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","E7F1X6","Crossover junction endonuclease EME1","si:ch73-362i18.3","eme1","cenpx","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000097532","physical","txid7955" +"E7F6N8","U3JAR8","Crossover junction endonuclease EME1","si:dkey-57h18.1","eme1","faap100","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000097532","physical","txid7955" +"B0V2S2","F1R3B9","dclre1b","fc21c10","B0V2S2","fanci","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","FA complementation group I (Fanconi anemia group I protein)","string-db","7955.ENSDARP00000116242/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","Q7SXA3","dclre1b","zgc:66168","B0V2S2","rps27a","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","F1QHN6","dclre1b","im:7042025","B0V2S2","ubc","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","B3DJV8","dclre1b","LOC569270","B0V2S2","B3DJV8","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","E7F1X6","dclre1b","si:ch73-362i18.3","B0V2S2","cenpx","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","U3JAR8","dclre1b","si:dkey-57h18.1","B0V2S2","faap100","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","E7F6N8","dclre1b","Crossover junction endonuclease EME1","B0V2S2","eme1","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","Q7SXA9","dclre1b","mus81","B0V2S2","Q7SXA9","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000090466","physical","txid7955" +"B0V2S2","A0A0N4SUD2","dclre1b","Ubi-p63E","B0V2S2","ubb","5' exonuclease Apollo (EC 3.1.-.-) (Beta-lactamase MBLAC2) (EC 3.5.2.6) (DNA cross-link repair 1B protein) (SNM1 homolog B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000090466","physical","txid7955" +"B0S776","O57418","Cysteine-serine-rich nuclear protein 1a","pax7","csrnp1a","pax7a","Cysteine-serine-rich nuclear protein 1a (Cysteine/serine-rich nuclear protein 1)","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","string-db","7955.ENSDARP00000138120/7955.ENSDARP00000041876","physical","txid7955" +"P59723","Q804S5","hif1an","mib1","hif1an","mib1","Hypoxia-inducible factor 1-alpha inhibitor (EC 1.14.11.30) (EC 1.14.11.n4) (Hypoxia-inducible factor asparagine hydroxylase)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000042048","physical","txid7955" +"P59723","F1QHN6","hif1an","im:7042025","hif1an","ubc","Hypoxia-inducible factor 1-alpha inhibitor (EC 1.14.11.30) (EC 1.14.11.n4) (Hypoxia-inducible factor asparagine hydroxylase)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000042048","physical","txid7955" +"A0A8M2BJP0","F1RDC0","mg:cb01g09","apg5l","A0A8M2BJP0","atg5","Mitofusin-2","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000123285","physical","txid7955" +"A0A8M2BJP0","Q7ZUD8","mg:cb01g09","MAP1-LC3B","A0A8M2BJP0","map1lc3b","Mitofusin-2","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","string-db","7955.ENSDARP00000130443/7955.ENSDARP00000123285","physical","txid7955" +"Q5PZ43","Q6JWV8","xirp1","popdc2","Q5PZ43","Q6JWV8","Xin actin-binding repeat-containing protein 1 (Cardiomyopathy-associated protein 1)","Popeye domain-containing 2","string-db","7955.ENSDARP00000092923/7955.ENSDARP00000042412","physical","txid7955" +"F1Q691","Q92050","cb85","wnt5b","tdgf1","wnt5b","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","Protein Wnt-5b","string-db","7955.ENSDARP00000134193/7955.ENSDARP00000042440","physical","txid7955" +"F1Q691","F1QCC6","cb85","gpc1","tdgf1","F1QCC6","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","Glypican-1 [Cleaved into: Secreted glypican-1]","string-db","7955.ENSDARP00000106138/7955.ENSDARP00000042440","physical","txid7955" +"F1Q691","P35621","cb85","dvr1","tdgf1","dvr1","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","Protein DVR-1","string-db","7955.ENSDARP00000055378/7955.ENSDARP00000042440","physical","txid7955" +"Q9I8V1","Q6IQD7","acta1","fj63f03","Q9I8V1","Q6IQD7","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","P13104","acta1","tpma","Q9I8V1","tpma","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","B6IDE1","acta1","MYH7","Q9I8V1","B6IDE1","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","Q6DHS1","acta1","wu:fb63d03","Q9I8V1","Q6DHS1","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","A0A0R4INI3","acta1","fb18g10","Q9I8V1","A0A0R4INI3","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","Q7SXW1","acta1","zgc:63734","Q9I8V1","tpm4b","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000130083","physical","txid7955" +"Q9I8V1","E7FG54","acta1","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","Q9I8V1","E7FG54","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000130083","physical","txid7955" +"F1RCB6","Q7SXW1","acte1","zgc:63734","actc1a","tpm4b","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","E7FG54","acte1","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","actc1a","E7FG54","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","Q9I8V1","acte1","acta1","actc1a","Q9I8V1","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","Q6IQD7","acte1","fj63f03","actc1a","Q6IQD7","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","Q24JV6","acte1","myl2","actc1a","Q24JV6","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000116241/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","P13104","acte1","tpma","actc1a","tpma","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","I3ISQ1","acte1","cb674","actc1a","I3ISQ1","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","string-db","7955.ENSDARP00000125941/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","A0A0R4INI3","acte1","fb18g10","actc1a","A0A0R4INI3","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","Q6DHS1","acte1","wu:fb63d03","actc1a","Q6DHS1","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000100195","physical","txid7955" +"F1RCB6","B6IDE1","acte1","MYH7","actc1a","B6IDE1","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000100195","physical","txid7955" +"Q6IQR3","E7FG54","actc1l","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","Q6IQR3","E7FG54","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q9I8V1","actc1l","acta1","Q6IQR3","Q9I8V1","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q7SXW1","actc1l","zgc:63734","Q6IQR3","tpm4b","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Tropomyosin alpha-4 chain (Tropomyosin-4)","string-db","7955.ENSDARP00000137812/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","F1RCB6","actc1l","acte1","Q6IQR3","actc1a","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","string-db","7955.ENSDARP00000100195/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q6IQL9","actc1l","Actin, alpha cardiac muscle 1","Q6IQR3","Q6IQL9","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Actin, alpha cardiac muscle 1 (Alpha-cardiac actin)","string-db","7955.ENSDARP00000075110/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","A0A0R4INI3","actc1l","fb18g10","Q6IQR3","A0A0R4INI3","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Slow myosin heavy chain 1","string-db","7955.ENSDARP00000139007/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","P13104","actc1l","tpma","Q6IQR3","tpma","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","string-db","7955.ENSDARP00000142967/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","F1QZW1","actc1l","mg:cb02g011","Q6IQR3","F1QZW1","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Myosin heavy chain 7","string-db","7955.ENSDARP00000090306/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q6IQD7","actc1l","fj63f03","Q6IQR3","Q6IQD7","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Tropomyosin beta chain (Beta-tropomyosin) (Tropomyosin-2)","string-db","7955.ENSDARP00000132881/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q6DHS1","actc1l","wu:fb63d03","Q6IQR3","Q6DHS1","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Actin alpha 2, smooth muscle (Actin, alpha 2, smooth muscle, aorta) (Actin, aortic smooth muscle)","string-db","7955.ENSDARP00000143706/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","B6IDE1","actc1l","MYH7","Q6IQR3","B6IDE1","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Slow myosin heavy chain 2","string-db","7955.ENSDARP00000141470/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","Q24JV6","actc1l","myl2","Q6IQR3","Q24JV6","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000116241/7955.ENSDARP00000062369","physical","txid7955" +"Q6IQR3","I3ISQ1","actc1l","cb674","Q6IQR3","I3ISQ1","Actin alpha cardiac muscle 1a (Actin, alpha cardiac) (Actin, alpha, cardiac muscle 1a)","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","string-db","7955.ENSDARP00000125941/7955.ENSDARP00000062369","physical","txid7955" +"E7F143","Q7T339","Charged multivesicular body protein 5","chmp5","chmp5a","chmp5","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","string-db","7955.ENSDARP00000138817/7955.ENSDARP00000115597","physical","txid7955" +"A5WWM0","Q7ZVB1","ch73-81e6.1","chmp1b","A5WWM0","chmp1b","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","string-db","7955.ENSDARP00000134015/7955.ENSDARP00000111799","physical","txid7955" +"A5WWM0","E7F143","ch73-81e6.1","Charged multivesicular body protein 5","A5WWM0","chmp5a","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","string-db","7955.ENSDARP00000115597/7955.ENSDARP00000111799","physical","txid7955" +"A5WWM0","Q7T339","ch73-81e6.1","chmp5","A5WWM0","chmp5","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","string-db","7955.ENSDARP00000138817/7955.ENSDARP00000111799","physical","txid7955" +"A5WWM0","Q6PHF0","ch73-81e6.1","chmp1a","A5WWM0","Q6PHF0","vesicle-fusing ATPase (EC 3.6.4.6)","Charged multivesicular body protein 1a (Chromatin-modifying protein 1a) (CHMP1a)","string-db","7955.ENSDARP00000141533/7955.ENSDARP00000111799","physical","txid7955" +"Q5SPD0","A0A0R4IA30","eef1d","eef1d","eef1db","A0A0R4IA30","Elongation factor 1-delta","Elongation factor 1-delta","string-db","7955.ENSDARP00000130232/7955.ENSDARP00000042703","physical","txid7955" +"Q6P3G5","B8JIS9","zgc:77905","AMP deaminase","Q6P3G5","ampd2b","AMP deaminase (EC 3.5.4.6)","AMP deaminase (EC 3.5.4.6)","string-db","7955.ENSDARP00000087522/7955.ENSDARP00000042754","physical","txid7955" +"A0A8M1PIC7","E7F660","P450c17","Zinc finger and BTB domain-containing 40","A0A8M1PIC7","E7F660","Cytochrome P450, family 17, subfamily A, polypeptide 1 (Steroid 17-alpha-hydroxylase/17,20 lyase isoform X1) (Steroid 17-alpha-hydroxylase/17,20 lyase precursor (EC 1.14.14.19))","Zinc finger and BTB domain-containing 40 (Zinc finger and BTB domain-containing protein 40 isoform X2)","string-db","7955.ENSDARP00000105010/7955.ENSDARP00000043155","physical","txid7955" +"Q6PBS6","Q503W5","tmem258","zgc:110044","Q6PBS6","tusc3","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000043171","physical","txid7955" +"Q6PBS6","Q7ZV50","tmem258","magt1","Q6PBS6","magt1","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","string-db","7955.ENSDARP00000075309/7955.ENSDARP00000043171","physical","txid7955" +"Q6PBS6","Q7ZWJ3","tmem258","ostc","Q6PBS6","Q7ZWJ3","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Oligosaccharyltransferase complex subunit ostc","string-db","7955.ENSDARP00000130235/7955.ENSDARP00000043171","physical","txid7955" +"Q6PBS6","A7E2L0","tmem258","si:ch211-9d9.5","Q6PBS6","dad1","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000043171","physical","txid7955" +"Q6PBS6","Q6NYS8","tmem258","ddost","Q6PBS6","Q6NYS8","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","string-db","7955.ENSDARP00000105892/7955.ENSDARP00000043171","physical","txid7955" +"Q6PBS6","H0WEU8","tmem258","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","Q6PBS6","H0WEU8","Transmembrane protein 258 (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit TMEM258) (Oligosaccharyl transferase subunit TMEM258)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","string-db","7955.ENSDARP00000125377/7955.ENSDARP00000043171","physical","txid7955" +"Q7ZWJ3","A7E2L0","ostc","si:ch211-9d9.5","Q7ZWJ3","dad1","Oligosaccharyltransferase complex subunit ostc","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000130235","physical","txid7955" +"Q7ZWJ3","Q503W5","ostc","zgc:110044","Q7ZWJ3","tusc3","Oligosaccharyltransferase complex subunit ostc","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000130235","physical","txid7955" +"H0WEU8","A7E2L0","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","si:ch211-9d9.5","H0WEU8","dad1","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000125377","physical","txid7955" +"H0WEU8","Q7ZWJ3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","ostc","H0WEU8","Q7ZWJ3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","Oligosaccharyltransferase complex subunit ostc","string-db","7955.ENSDARP00000130235/7955.ENSDARP00000125377","physical","txid7955" +"H0WEU8","Q503W5","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","zgc:110044","H0WEU8","tusc3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000125377","physical","txid7955" +"A7E2L0","Q503W5","si:ch211-9d9.5","zgc:110044","dad1","tusc3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000132059","physical","txid7955" +"Q6NYS8","Q503W5","ddost","zgc:110044","Q6NYS8","tusc3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000105892","physical","txid7955" +"Q6NYS8","H0WEU8","ddost","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","Q6NYS8","H0WEU8","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","string-db","7955.ENSDARP00000125377/7955.ENSDARP00000105892","physical","txid7955" +"Q6NYS8","A7E2L0","ddost","si:ch211-9d9.5","Q6NYS8","dad1","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000105892","physical","txid7955" +"Q6NYS8","Q7ZWJ3","ddost","ostc","Q6NYS8","Q7ZWJ3","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","Oligosaccharyltransferase complex subunit ostc","string-db","7955.ENSDARP00000130235/7955.ENSDARP00000105892","physical","txid7955" +"Q7ZV50","A7E2L0","magt1","si:ch211-9d9.5","magt1","dad1","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000075309","physical","txid7955" +"Q7ZV50","Q503W5","magt1","zgc:110044","magt1","tusc3","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000075309","physical","txid7955" +"Q7ZV50","H0WEU8","magt1","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","magt1","H0WEU8","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","string-db","7955.ENSDARP00000125377/7955.ENSDARP00000075309","physical","txid7955" +"Q7ZV50","Q7ZWJ3","magt1","ostc","magt1","Q7ZWJ3","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","Oligosaccharyltransferase complex subunit ostc","string-db","7955.ENSDARP00000130235/7955.ENSDARP00000075309","physical","txid7955" +"Q7ZV50","Q6NYS8","magt1","ddost","magt1","Q6NYS8","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","string-db","7955.ENSDARP00000105892/7955.ENSDARP00000075309","physical","txid7955" +"Q7ZV50","E7EZE2","magt1","fc14a12","magt1","stt3b","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","string-db","7955.ENSDARP00000093301/7955.ENSDARP00000075309","physical","txid7955" +"Q6P7Y0","Q7SXA3","zgc:63554","zgc:66168","ube2j1","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000043217","physical","txid7955" +"Q6P7Y0","A0A0N4SUD2","zgc:63554","Ubi-p63E","ube2j1","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000043217","physical","txid7955" +"Q6P7Y0","F1QHN6","zgc:63554","im:7042025","ube2j1","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000043217","physical","txid7955" +"Q8UUX9","Q6ZM98","gcap3","GUCA1D","Q8UUX9","guca1d","Guanylate cyclase activator 1C (Guanylate cyclase-activating protein 3) (Guca1c protein)","Guanylate cyclase activating protein 4 (Guanylate cyclase activator 1d)","string-db","7955.ENSDARP00000065566/7955.ENSDARP00000043225","physical","txid7955" +"Q801G2","Q801G3","paqr7b","mprb","paqr7b","Q801G3","Membrane progestin receptor alpha-B (mPR alpha) (Progestin and adipoQ receptor family member VII, b)","Membrane progestin receptor beta (Progestin and adipoQ receptor family member VIII)","string-db","7955.ENSDARP00000115268/7955.ENSDARP00000043290","physical","txid7955" +"Q801G2","Q7ZVH1","paqr7b","paqr5a","paqr7b","paqr5a","Membrane progestin receptor alpha-B (mPR alpha) (Progestin and adipoQ receptor family member VII, b)","Membrane progestin receptor gamma-A (mPR gamma-A) (Progestin and adipoQ receptor family member V-A)","string-db","7955.ENSDARP00000060310/7955.ENSDARP00000043290","physical","txid7955" +"Q7ZVH1","Q801G3","paqr5a","mprb","paqr5a","Q801G3","Membrane progestin receptor gamma-A (mPR gamma-A) (Progestin and adipoQ receptor family member V-A)","Membrane progestin receptor beta (Progestin and adipoQ receptor family member VIII)","string-db","7955.ENSDARP00000115268/7955.ENSDARP00000060310","physical","txid7955" +"B0V1Q6","Q1LXX4","si:dkey-251j8.3","zgc:92354","jund","fosb","Transcription factor JunD (Transcription factor AP-1 subunit JunD)","FBJ murine osteosarcoma viral oncogene homolog B (Protein fosB isoform X1)","string-db","7955.ENSDARP00000114070/7955.ENSDARP00000088526","physical","txid7955" +"E7F1F7","Q6NZT5","Proto-oncogene c-Fos-like isoform X1","fj36h07","fosaa","jun","Proto-oncogene c-Fos-like isoform X1 (V-fos FBJ murine osteosarcoma viral oncogene homolog Aa)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000058705","physical","txid7955" +"E7F1F7","F1QP65","Proto-oncogene c-Fos-like isoform X1","Proto-oncogene c-Fos","fosaa","si:ch211-153j24.3","Proto-oncogene c-Fos-like isoform X1 (V-fos FBJ murine osteosarcoma viral oncogene homolog Aa)","Proto-oncogene c-Fos (Si:ch211-153j24.3)","string-db","7955.ENSDARP00000105362/7955.ENSDARP00000058705","physical","txid7955" +"A2CE80","Q92008","FoxD1.1","shha","foxd1","Q92008","Forkhead box protein D1","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000043340","physical","txid7955" +"A4QNV2","Q1ECU7","cb454","zgc:136916","A4QNV2","jph1b","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000089852/7955.ENSDARP00000043428","physical","txid7955" +"A4QNV2","E7F246","cb454","Microtubule-associated tumor suppressor candidate 2-like isoform X1","A4QNV2","mtus2a","Junctophilin","Microtubule-associated tumor suppressor candidate 2-like isoform X1 (Microtubule-associated tumor suppressor candidate 2a)","string-db","7955.ENSDARP00000084492/7955.ENSDARP00000043428","physical","txid7955" +"A4QNV2","E7F2R3","cb454","si:ch211-146m13.3","A4QNV2","si:ch211-146m13.3","Junctophilin","Junctophilin-3-like (Si:ch211-146m13.3)","string-db","7955.ENSDARP00000077277/7955.ENSDARP00000043428","physical","txid7955" +"A4QNV2","A0A0R4IT36","cb454","fc26e06","A4QNV2","A0A0R4IT36","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000137285/7955.ENSDARP00000043428","physical","txid7955" +"A4QNV2","F1R2C3","cb454","bZ1M12.3","A4QNV2","jph1a","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000144362/7955.ENSDARP00000043428","physical","txid7955" +"E7F246","Q6JWV8","Microtubule-associated tumor suppressor candidate 2-like isoform X1","popdc2","mtus2a","Q6JWV8","Microtubule-associated tumor suppressor candidate 2-like isoform X1 (Microtubule-associated tumor suppressor candidate 2a)","Popeye domain-containing 2","string-db","7955.ENSDARP00000092923/7955.ENSDARP00000084492","physical","txid7955" +"A0A0R4IT36","F1R2C3","fc26e06","bZ1M12.3","A0A0R4IT36","jph1a","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000144362/7955.ENSDARP00000137285","physical","txid7955" +"E7F2R3","A0A0R4IT36","si:ch211-146m13.3","fc26e06","si:ch211-146m13.3","A0A0R4IT36","Junctophilin-3-like (Si:ch211-146m13.3)","Junctophilin","string-db","7955.ENSDARP00000137285/7955.ENSDARP00000077277","physical","txid7955" +"E7F2R3","F1R2C3","si:ch211-146m13.3","bZ1M12.3","si:ch211-146m13.3","jph1a","Junctophilin-3-like (Si:ch211-146m13.3)","Junctophilin","string-db","7955.ENSDARP00000144362/7955.ENSDARP00000077277","physical","txid7955" +"E7F2R3","Q1ECU7","si:ch211-146m13.3","zgc:136916","si:ch211-146m13.3","jph1b","Junctophilin-3-like (Si:ch211-146m13.3)","Junctophilin","string-db","7955.ENSDARP00000089852/7955.ENSDARP00000077277","physical","txid7955" +"Q1ECU7","F1R2C3","zgc:136916","bZ1M12.3","jph1b","jph1a","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000144362/7955.ENSDARP00000089852","physical","txid7955" +"Q1ECU7","A0A0R4IT36","zgc:136916","fc26e06","jph1b","A0A0R4IT36","Junctophilin","Junctophilin","string-db","7955.ENSDARP00000137285/7955.ENSDARP00000089852","physical","txid7955" +"X1WDE8","A0A1D5NS22","RanBP-type and C3HC4-type zinc finger-containing protein 1","Si:ch211-189a15.5","X1WDE8","si:ch211-189a15.5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","Si:ch211-189a15.5","string-db","7955.ENSDARP00000142630/7955.ENSDARP00000128247","physical","txid7955" +"E7F2L3","Q6DGI6","Ask1","zgc:92903","map3k5","txn","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","Thioredoxin","string-db","7955.ENSDARP00000064788/7955.ENSDARP00000046640","physical","txid7955" +"B0UXK1","E9QEY0","TNF receptor-associated factor","bmk1","traf1","mapk7","TNF receptor-associated factor (EC 2.3.2.27)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000119429/7955.ENSDARP00000091948","physical","txid7955" +"B0UXK1","F6NJE2","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 1","traf1","irak1","TNF receptor-associated factor (EC 2.3.2.27)","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000091948","physical","txid7955" +"B0UXK1","F8W4B7","TNF receptor-associated factor","Histone deacetylase 6","traf1","hdac6","TNF receptor-associated factor (EC 2.3.2.27)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000091948","physical","txid7955" +"B0UXK1","Q7T0K2","TNF receptor-associated factor","IAP1","traf1","birc2","TNF receptor-associated factor (EC 2.3.2.27)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000091948","physical","txid7955" +"A0A0R4J8N1","Q0PKX8","CAP-GLY domain-containing linker protein 3","dl3","A0A0R4J8N1","Q0PKX8","CAP-GLY domain-containing linker protein 3","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000071119","physical","txid7955" +"A0A0R4J8N1","E7FEV5","CAP-GLY domain-containing linker protein 3","Ubiquitin carboxyl-terminal hydrolase CYLD","A0A0R4J8N1","E7FEV5","CAP-GLY domain-containing linker protein 3","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","string-db","7955.ENSDARP00000123913/7955.ENSDARP00000071119","physical","txid7955" +"A0A0R4J8N1","E7F3U1","CAP-GLY domain-containing linker protein 3","TNF superfamily member 11","A0A0R4J8N1","tnfsf11","CAP-GLY domain-containing linker protein 3","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000071119","physical","txid7955" +"A0A0R4J8N1","Q7T0K2","CAP-GLY domain-containing linker protein 3","IAP1","A0A0R4J8N1","birc2","CAP-GLY domain-containing linker protein 3","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000071119","physical","txid7955" +"A0A0R4J8N1","Q6DHG9","CAP-GLY domain-containing linker protein 3","tnfsf10l2","A0A0R4J8N1","tnfsf10","CAP-GLY domain-containing linker protein 3","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000071119","physical","txid7955" +"A9JTG5","A0A2R8QN48","rbck1","LOC108179742","A9JTG5","A0A2R8QN48","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","E3 ubiquitin-protein ligase RNF31-like","string-db","7955.ENSDARP00000154092/7955.ENSDARP00000078154","physical","txid7955" +"A9JTG5","A0A1D5NS22","rbck1","Si:ch211-189a15.5","A9JTG5","si:ch211-189a15.5","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","Si:ch211-189a15.5","string-db","7955.ENSDARP00000142630/7955.ENSDARP00000078154","physical","txid7955" +"A9JTG5","F1QCY8","rbck1","spata2","A9JTG5","spata2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","Spermatogenesis-associated protein 2","string-db","7955.ENSDARP00000086690/7955.ENSDARP00000078154","physical","txid7955" +"A9JTG5","Q7T0K2","rbck1","IAP1","A9JTG5","birc2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000078154","physical","txid7955" +"A9JTG5","X1WDE8","rbck1","RanBP-type and C3HC4-type zinc finger-containing protein 1","A9JTG5","X1WDE8","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31) (Heme-oxidized IRP2 ubiquitin ligase 1 homolog) (HOIL-1) (Heme-oxidized IRP2 ubiquitin transferase 1 homolog)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (SHANK-associated RH domain-interacting protein)","string-db","7955.ENSDARP00000128247/7955.ENSDARP00000078154","physical","txid7955" +"A1L1U3","A0JMD0","zgc:158370","cluh","g3bp2","A0JMD0","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","Clustered mitochondria protein homolog","string-db","7955.ENSDARP00000047470/7955.ENSDARP00000046375","physical","txid7955" +"A1L1U3","O42354","zgc:158370","mdm2","g3bp2","O42354","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","E3 ubiquitin-protein ligase Mdm2 (EC 2.3.2.27) (Double minute 2 protein) (RING-type E3 ubiquitin transferase Mdm2) (p53-binding protein Mdm2)","string-db","7955.ENSDARP00000072320/7955.ENSDARP00000046375","physical","txid7955" +"Q7ZVG6","F1QGH7","siah1","ctnnb1","Q7ZVG6","ctnnb1","E3 ubiquitin-protein ligase Siah1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase SIAH1) (Seven in absentia homolog 1) (Siah-1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000043842","physical","txid7955" +"Q6DHI2","F1QHZ6","ccdc65","dnai4","Q6DHI2","wdr78","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","string-db","7955.ENSDARP00000065205/7955.ENSDARP00000043945","physical","txid7955" +"Q6DHI2","F1QRC1","ccdc65","drc1","Q6DHI2","F1QRC1","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","string-db","7955.ENSDARP00000061828/7955.ENSDARP00000043945","physical","txid7955" +"Q6DHI2","A0A0G2KIZ8","ccdc65","dnai3","Q6DHI2","A0A0G2KIZ8","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","string-db","7955.ENSDARP00000132295/7955.ENSDARP00000043945","physical","txid7955" +"Q6DHI2","A0A0R4IUW7","ccdc65","zgc:162235","Q6DHI2","A0A0R4IUW7","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000043945","physical","txid7955" +"Q6DHI2","A0A8M3B4P0","ccdc65","zgc:158666","Q6DHI2","A0A8M3B4P0","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","string-db","7955.ENSDARP00000074880/7955.ENSDARP00000043945","physical","txid7955" +"Q6DHI2","Q6DGB6","ccdc65","ccdc103","Q6DHI2","ccdc103","Dynein regulatory complex subunit 2 (Coiled-coil domain-containing protein 65)","Coiled-coil domain-containing protein 103 (Protein schmalhans)","string-db","7955.ENSDARP00000069975/7955.ENSDARP00000043945","physical","txid7955" +"A0A0G2KIZ8","A0A0R4IUW7","dnai3","zgc:162235","A0A0G2KIZ8","A0A0R4IUW7","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000132295","physical","txid7955" +"Q6DGB6","A0A8M3B4P0","ccdc103","zgc:158666","ccdc103","A0A8M3B4P0","Coiled-coil domain-containing protein 103 (Protein schmalhans)","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","string-db","7955.ENSDARP00000074880/7955.ENSDARP00000069975","physical","txid7955" +"Q6DGB6","A0A0R4IUW7","ccdc103","zgc:162235","ccdc103","A0A0R4IUW7","Coiled-coil domain-containing protein 103 (Protein schmalhans)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000069975","physical","txid7955" +"Q6DGB6","A0A0G2KIZ8","ccdc103","dnai3","ccdc103","A0A0G2KIZ8","Coiled-coil domain-containing protein 103 (Protein schmalhans)","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","string-db","7955.ENSDARP00000132295/7955.ENSDARP00000069975","physical","txid7955" +"A0A8M3B4P0","A0A0G2KIZ8","zgc:158666","dnai3","A0A8M3B4P0","A0A0G2KIZ8","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","string-db","7955.ENSDARP00000132295/7955.ENSDARP00000074880","physical","txid7955" +"A0A8M3B4P0","A0A0R4IUW7","zgc:158666","zgc:162235","A0A8M3B4P0","A0A0R4IUW7","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000074880","physical","txid7955" +"F1QRC1","A0A8M3B4P0","drc1","zgc:158666","F1QRC1","A0A8M3B4P0","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","Dynein intermediate chain 1, axonemal isoform X1 (Dynein, axonemal, intermediate chain 1, paralog 2)","string-db","7955.ENSDARP00000074880/7955.ENSDARP00000061828","physical","txid7955" +"F1QRC1","A0A0R4IUW7","drc1","zgc:162235","F1QRC1","A0A0R4IUW7","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","Dynein, axonemal, intermediate chain 2a (Uncharacterized protein LOC563648 isoform X1)","string-db","7955.ENSDARP00000139918/7955.ENSDARP00000061828","physical","txid7955" +"F1QRC1","Q6DGB6","drc1","ccdc103","F1QRC1","ccdc103","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","Coiled-coil domain-containing protein 103 (Protein schmalhans)","string-db","7955.ENSDARP00000069975/7955.ENSDARP00000061828","physical","txid7955" +"F1QRC1","F1QHZ6","drc1","dnai4","F1QRC1","wdr78","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","string-db","7955.ENSDARP00000065205/7955.ENSDARP00000061828","physical","txid7955" +"F1QRC1","A0A0G2KIZ8","drc1","dnai3","F1QRC1","A0A0G2KIZ8","Dynein regulatory complex protein 1 (Coiled-coil domain-containing protein 164)","Dynein axonemal intermediate chain 3 (WD repeat domain 63)","string-db","7955.ENSDARP00000132295/7955.ENSDARP00000061828","physical","txid7955" +"B8A5K6","Q6PC73","Mast/stem cell growth factor receptor","grb2","kitb","grb2b","Mast/stem cell growth factor receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000044029","physical","txid7955" +"B8A5K6","Q5RKN6","Mast/stem cell growth factor receptor","zgc:103549","kitb","grb2a","Mast/stem cell growth factor receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000044029","physical","txid7955" +"B8A5K6","Q8JFR5","Mast/stem cell growth factor receptor","kita","kitb","kita","Mast/stem cell growth factor receptor (EC 2.7.10.1)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","string-db","7955.ENSDARP00000099069/7955.ENSDARP00000044029","physical","txid7955" +"Q6TA36","E7FH61","BHLH transcription factor","ncapg2","her12","ncapg2","BHLH transcription factor (Hairy-related 12)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","string-db","7955.ENSDARP00000124705/7955.ENSDARP00000044079","physical","txid7955" +"Q6NYU2","A1A5H6","helz","cnot1","Q6NYU2","A1A5H6","Probable helicase with zinc finger domain (EC 3.6.4.-)","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000044095","physical","txid7955" +"I3ISQ1","Q5RIF5","cb674","si:ch211-136g2.1","I3ISQ1","Q5RIF5","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","Novel slow skeletal troponin T family protein (Troponin T2e, cardiac)","string-db","7955.ENSDARP00000133936/7955.ENSDARP00000125941","physical","txid7955" +"I3ISQ1","Q9I8V1","cb674","acta1","I3ISQ1","Q9I8V1","Tropomyosin 3 (Tropomyosin alpha-3 chain isoform X2)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000125941","physical","txid7955" +"F1R8G2","B7ZD88","zmp:0000000711","im:7159945","zmp:0000000711","wdr35","Tubby-like protein","WD repeat-containing protein 35","string-db","7955.ENSDARP00000091436/7955.ENSDARP00000087668","physical","txid7955" +"F1QYS7","A1L2B7","cb395","zgc:158774","acss1","A1L2B7","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","NAD-dependent protein deacetylase sirtuin-3, mitochondrial (EC 3.5.1.-) (Sirtuin (Silent mating type information regulation 2 homolog) 3 (S. cerevisiae)) (Sirtuin 3)","string-db","7955.ENSDARP00000051972/7955.ENSDARP00000044327","physical","txid7955" +"F1QYS7","A0A2R8Q6G5","cb395","wu:fa04c03","acss1","A0A2R8Q6G5","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","string-db","7955.ENSDARP00000055053/7955.ENSDARP00000044327","physical","txid7955" +"Q6DGS3","Q4V9P8","camk2d2","camk2ga","Q6DGS3","camk2g1","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","string-db","7955.ENSDARP00000096291/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","A0A8M1NH89","camk2d2","si:ch211-243a20.1","Q6DGS3","A0A8M1NH89","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","Q5PYH5","camk2d2","dlg1l","Q6DGS3","dlg1l","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","E7F7V2","camk2d2","si:ch211-234p18.3","Q6DGS3","si:ch211-234p18.3","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","F1R366","camk2d2","NMDAR1.1","Q6DGS3","grin1a","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","A2CEA7","camk2d2","rasgrf2","Q6DGS3","rasgrf2","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","string-db","7955.ENSDARP00000077785/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","Q6R005","camk2d2","dlg4","Q6DGS3","Q6R005","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Disks large homolog 4 (Postsynaptic density protein 95) (PSD-95)","string-db","7955.ENSDARP00000048431/7955.ENSDARP00000044895","physical","txid7955" +"Q6DGS3","Q5PYH7","camk2d2","dlg2","Q6DGS3","dlg2","Calcium/calmodulin-dependent protein kinase type II delta 2 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-A chain) (CaM kinase II subunit delta-A) (CaM-kinase II delta-A chain) (CaMK-II subunit delta-A)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000044895","physical","txid7955" +"A2CEA7","A0A8M1NH89","rasgrf2","si:ch211-243a20.1","rasgrf2","A0A8M1NH89","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000077785","physical","txid7955" +"A2CEA7","F1R366","rasgrf2","NMDAR1.1","rasgrf2","grin1a","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","Glutamate receptor","string-db","7955.ENSDARP00000093144/7955.ENSDARP00000077785","physical","txid7955" +"A2CEA7","Q5PYH7","rasgrf2","dlg2","rasgrf2","dlg2","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000077785","physical","txid7955" +"A2CEA7","Q5PYH5","rasgrf2","dlg1l","rasgrf2","dlg1l","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000077785","physical","txid7955" +"A2CEA7","E7F7V2","rasgrf2","si:ch211-234p18.3","rasgrf2","si:ch211-234p18.3","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000077785","physical","txid7955" +"A2CEA7","Q4V9P8","rasgrf2","camk2ga","rasgrf2","camk2g1","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","string-db","7955.ENSDARP00000096291/7955.ENSDARP00000077785","physical","txid7955" +"E7F7V2","Q5PYH5","si:ch211-234p18.3","dlg1l","si:ch211-234p18.3","dlg1l","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000103571","physical","txid7955" +"E7F7V2","Q5PYH7","si:ch211-234p18.3","dlg2","si:ch211-234p18.3","dlg2","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000103571","physical","txid7955" +"E7F7V2","A0A8M1NH89","si:ch211-234p18.3","si:ch211-243a20.1","si:ch211-234p18.3","A0A8M1NH89","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","Glutamate receptor","string-db","7955.ENSDARP00000113415/7955.ENSDARP00000103571","physical","txid7955" +"Q5PYH7","D2X2F9","dlg2","Neuroligin 1","dlg2","D2X2F9","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000137797","physical","txid7955" +"Q5PYH7","A0A0R4IJ74","dlg2","nlgn3b","dlg2","nlgn3a","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000137797","physical","txid7955" +"Q6TEM4","F1Q7U0","rnd1b","Plexin b1b","rnd1a","plxnb1b","GTP-binding protein (Ras-like protein Rnd1b) (Rho family GTPase 1)","Plexin b1b (Plexin-B1)","string-db","7955.ENSDARP00000131217/7955.ENSDARP00000044985","physical","txid7955" +"Q6TEM4","B8A507","rnd1b","fb93g11","rnd1a","flrt3","GTP-binding protein (Ras-like protein Rnd1b) (Rho family GTPase 1)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","string-db","7955.ENSDARP00000120607/7955.ENSDARP00000044985","physical","txid7955" +"E7F368","Q1RLY5","Protein kinase C","zgc:136695","prkcea","lck","Protein kinase C (EC 2.7.11.13)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000096385","physical","txid7955" +"E7F368","A0A8M3ANZ5","Protein kinase C","gng12","prkcea","A0A8M3ANZ5","Protein kinase C (EC 2.7.11.13)","Guanine nucleotide-binding protein subunit gamma","string-db","7955.ENSDARP00000124088/7955.ENSDARP00000096385","physical","txid7955" +"B7ZDB5","F1Q504","bgn","zgc:100924","bgnb","F1Q504","Biglycan","Gamma-sarcoglycan","string-db","7955.ENSDARP00000119501/7955.ENSDARP00000049835","physical","txid7955" +"Q4V8X5","F1R9U1","fj39f09","si:dkey-93n13.3","mlf2","F1R9U1","Myeloid leukemia factor 2 (Zgc:114097)","Double C2-like domain-containing protein alpha (Double C2-like domains, alpha)","string-db","7955.ENSDARP00000144063/7955.ENSDARP00000045209","physical","txid7955" +"Q4V8X5","Q5XJX1","fj39f09","scgn","mlf2","scgn","Myeloid leukemia factor 2 (Zgc:114097)","Secretagogin","string-db","7955.ENSDARP00000076090/7955.ENSDARP00000045209","physical","txid7955" +"B3DHW2","A0A0R4IN79","nfkb3","BICD family-like cargo adapter 1 isoform X1","rela","nfkb1","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","BICD family-like cargo adapter 1 isoform X1 (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 1)","string-db","7955.ENSDARP00000135800/7955.ENSDARP00000133181","physical","txid7955" +"Q7ZZB1","A0A0R4IIR1","si:bz36d5.4","dnm2","snx9a","dnm2a","Sorting nexin","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000095249","physical","txid7955" +"Q7ZZB1","Q6PC73","si:bz36d5.4","grb2","snx9a","grb2b","Sorting nexin","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000095249","physical","txid7955" +"Q6NYP6","Q9I9P9","pp2ca2","smad2","Q6NYP6","smad2","Protein phosphatase 1A (Protein phosphatase 2C isoform alpha)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000070999","physical","txid7955" +"Q803F0","A0A2R8QPY7","TGIF","LOC100535338","tgif1","LOC100535338","Homeobox protein TGIF1 (TGFB-induced factor)","Homeobox protein TGIF2-like","string-db","7955.ENSDARP00000154899/7955.ENSDARP00000076869","physical","txid7955" +"Q803F0","Q9I9P9","TGIF","smad2","tgif1","smad2","Homeobox protein TGIF1 (TGFB-induced factor)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000076869","physical","txid7955" +"Q9I9E1","Q9I9P9","foxh1","smad2","foxh1","smad2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000072485","physical","txid7955" +"Q9DE40","Q9I9P9","hm:zeh0655","smad2","zic2b","smad2","ZIC family member 2 (Odd-paired homolog, Drosophila) B (Zic family member 2b) (Zinc finger protein Zic2)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000054065","physical","txid7955" +"Q568V0","A3RK74","foxg1","foxo1a","foxg1a","foxo1a","Forkhead box protein G1","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000094979","physical","txid7955" +"Q568V0","Q9I9P9","foxg1","smad2","foxg1a","smad2","Forkhead box protein G1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","string-db","7955.ENSDARP00000106756/7955.ENSDARP00000094979","physical","txid7955" +"Q568V0","Q92008","foxg1","shha","foxg1a","Q92008","Forkhead box protein G1","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000094979","physical","txid7955" +"B0S6J3","F1QM54","srgap2","fb18g01","srgap2","F1QM54","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Ras homolog family member Ub","string-db","7955.ENSDARP00000104615/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","P83751","srgap2","actb","srgap2","P83751","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","Q802D5","srgap2","pfn2","srgap2","pfn2","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Profilin","string-db","7955.ENSDARP00000095458/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","E7F0A1","srgap2","fa91a03","srgap2","E7F0A1","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Profilin","string-db","7955.ENSDARP00000109185/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","Q7ZVF9","srgap2","actbb","srgap2","Q7ZVF9","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Actin, cytoplasmic 2 (EC 3.6.4.-) (Beta-actin-2) [Cleaved into: Actin, cytoplasmic 2, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","P83750","srgap2","actb","srgap2","P83750","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","Q7ZVI7","srgap2","actba","srgap2","actba","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","string-db","7955.ENSDARP00000122263/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","Q7ZSZ9","srgap2","rac1","srgap2","rac1a","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","D3KYL2","srgap2","fj59a01","srgap2","gphnb","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","string-db","7955.ENSDARP00000134783/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","A0A0R4INA6","srgap2","gpgb1","srgap2","A0A0R4INA6","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Gephyrin a (Gephyrin isoform X7)","string-db","7955.ENSDARP00000135843/7955.ENSDARP00000045390","physical","txid7955" +"B0S6J3","I3ITQ8","srgap2","Formin-like 1a","srgap2","fmnl1a","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","Formin-like 1a (Formin-like protein 1)","string-db","7955.ENSDARP00000126332/7955.ENSDARP00000045390","physical","txid7955" +"D3KYL2","A0A0R4INA6","fj59a01","gpgb1","gphnb","A0A0R4INA6","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","Gephyrin a (Gephyrin isoform X7)","string-db","7955.ENSDARP00000135843/7955.ENSDARP00000134783","physical","txid7955" +"Q30JB6","Q7T3G1","etv2","gata2","etsrp","Q7T3G1","ETS variant transcription factor 2 (Ets variant gene 2) (Ets1-related protein) (Etv2 protein)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000045402","physical","txid7955" +"F1QAJ4","A2BHB7","qrsl1","gatc","qrsl1","gatc","Glutamyl-tRNA(Gln) amidotransferase subunit A, mitochondrial (Glu-AdT subunit A) (EC 6.3.5.7) (Glutaminyl-tRNA synthase-like protein 1)","Glutamyl-tRNA(Gln) amidotransferase subunit C, mitochondrial (Glu-AdT subunit C) (EC 6.3.5.-)","string-db","7955.ENSDARP00000073880/7955.ENSDARP00000045614","physical","txid7955" +"F1QAJ4","Q7T010","qrsl1","gatb","qrsl1","Q7T010","Glutamyl-tRNA(Gln) amidotransferase subunit A, mitochondrial (Glu-AdT subunit A) (EC 6.3.5.7) (Glutaminyl-tRNA synthase-like protein 1)","Glutamyl-tRNA(Gln) amidotransferase subunit B, mitochondrial (Glu-AdT subunit B) (EC 6.3.5.-) (Cytochrome c oxidase assembly factor PET112 homolog) (PET112-like)","string-db","7955.ENSDARP00000093298/7955.ENSDARP00000045614","physical","txid7955" +"A2BHB7","Q7T010","gatc","gatb","gatc","Q7T010","Glutamyl-tRNA(Gln) amidotransferase subunit C, mitochondrial (Glu-AdT subunit C) (EC 6.3.5.-)","Glutamyl-tRNA(Gln) amidotransferase subunit B, mitochondrial (Glu-AdT subunit B) (EC 6.3.5.-) (Cytochrome c oxidase assembly factor PET112 homolog) (PET112-like)","string-db","7955.ENSDARP00000093298/7955.ENSDARP00000073880","physical","txid7955" +"Q7ZUI4","E7F2L3","TXN","Ask1","-","map3k5","Thioredoxin","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","string-db","7955.ENSDARP00000046640/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZUI4","A4IG45","TXN","nme8","-","nme9","Thioredoxin","NME/NM23 family member 8 (Thioredoxin domain-containing protein 6) (Zgc:162216 protein)","string-db","7955.ENSDARP00000130661/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZUI4","Q6DGI6","TXN","zgc:92903","-","txn","Thioredoxin","Thioredoxin","string-db","7955.ENSDARP00000064788/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZUI4","Q7ZWB6","TXN","txnip","-","txnipa","Thioredoxin","Thioredoxin-interacting protein","string-db","7955.ENSDARP00000052420/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZUI4","Q6P131","TXN","zgc:77127","-","txn2","Thioredoxin","Thioredoxin 2 (Thioredoxin, mitochondrial) (Zgc:77127)","string-db","7955.ENSDARP00000046994/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZUI4","F6NTA0","TXN","TXNL","-","txnl1","Thioredoxin","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000045696","physical","txid7955" +"Q7ZWB6","Q6DGI6","txnip","zgc:92903","txnipa","txn","Thioredoxin-interacting protein","Thioredoxin","string-db","7955.ENSDARP00000064788/7955.ENSDARP00000052420","physical","txid7955" +"Q7ZWB6","Q7T346","txnip","ddit4","txnipa","ddit4","Thioredoxin-interacting protein","DNA damage-inducible transcript 4 protein","string-db","7955.ENSDARP00000127401/7955.ENSDARP00000052420","physical","txid7955" +"Q6P131","Q7ZWB6","zgc:77127","txnip","txn2","txnipa","Thioredoxin 2 (Thioredoxin, mitochondrial) (Zgc:77127)","Thioredoxin-interacting protein","string-db","7955.ENSDARP00000052420/7955.ENSDARP00000046994","physical","txid7955" +"Q6P131","Q6DGI6","zgc:77127","zgc:92903","txn2","txn","Thioredoxin 2 (Thioredoxin, mitochondrial) (Zgc:77127)","Thioredoxin","string-db","7955.ENSDARP00000064788/7955.ENSDARP00000046994","physical","txid7955" +"Q6DGI6","A4IG45","zgc:92903","nme8","txn","nme9","Thioredoxin","NME/NM23 family member 8 (Thioredoxin domain-containing protein 6) (Zgc:162216 protein)","string-db","7955.ENSDARP00000130661/7955.ENSDARP00000064788","physical","txid7955" +"Q6DGI6","F6NTA0","zgc:92903","TXNL","txn","txnl1","Thioredoxin","Thioredoxin-like 1 (Thioredoxin-like protein 1)","string-db","7955.ENSDARP00000114555/7955.ENSDARP00000064788","physical","txid7955" +"Q1ECZ2","A0A2R8Q1W5","keap1a","keap1b","keap1a","keap1b","Kelch-like ECH-associated protein 1A","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","E9QHV0","keap1a","Kelch-like protein 9 isoform X1","keap1a","E9QHV0","Kelch-like ECH-associated protein 1A","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","F6NVK8","keap1a","cul3","keap1a","cul3a","Kelch-like ECH-associated protein 1A","Cullin 3a (Cullin-3)","string-db","7955.ENSDARP00000056881/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","A0A8M1RSW5","keap1a","Rho-related BTB domain-containing 1","keap1a","A0A8M1RSW5","Kelch-like ECH-associated protein 1A","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","F1RD19","keap1a","rhobtb2a","keap1a","rhobtb4","Kelch-like ECH-associated protein 1A","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","string-db","7955.ENSDARP00000103939/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","A0A0R4ICR0","keap1a","wu:fc15b07","keap1a","klhl13","Kelch-like ECH-associated protein 1A","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","B3DIU1","keap1a","cul3","keap1a","cul3b","Kelch-like ECH-associated protein 1A","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000045762","physical","txid7955" +"Q1ECZ2","A4FUL3","keap1a","im:7137515","keap1a","rbx1","Kelch-like ECH-associated protein 1A","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","string-db","7955.ENSDARP00000055431/7955.ENSDARP00000045762","physical","txid7955" +"F1RD19","A0A8M1RSW5","rhobtb2a","Rho-related BTB domain-containing 1","rhobtb4","A0A8M1RSW5","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000103939","physical","txid7955" +"F1RD19","A0A0R4ICR0","rhobtb2a","wu:fc15b07","rhobtb4","klhl13","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","string-db","7955.ENSDARP00000131113/7955.ENSDARP00000103939","physical","txid7955" +"F1RD19","A0A2R8Q1W5","rhobtb2a","keap1b","rhobtb4","keap1b","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","Kelch-like ECH-associated protein 1B","string-db","7955.ENSDARP00000124228/7955.ENSDARP00000103939","physical","txid7955" +"F1RD19","E9QHV0","rhobtb2a","Kelch-like protein 9 isoform X1","rhobtb4","E9QHV0","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","Kelch-like protein 9 isoform X1 (Si:rp71-68n21.9)","string-db","7955.ENSDARP00000144154/7955.ENSDARP00000103939","physical","txid7955" +"Q6PH75","F1QY34","CTSB","Low density lipoprotein receptor-related protein 1Ab","ctsba","lrp1ab","Cathepsin B (EC 3.4.22.1)","Low density lipoprotein receptor-related protein 1Ab (Low-density lipoprotein receptor-related protein 1 isoform X2)","string-db","7955.ENSDARP00000082641/7955.ENSDARP00000071885","physical","txid7955" +"A8E5G1","A0A8M2B557","anx2b","Neuroblast differentiation-associated protein AHNAK isoform X1","anxa2b","A0A8M2B557","Annexin","Neuroblast differentiation-associated protein AHNAK isoform X1 (Si:ch211-125o16.4)","string-db","7955.ENSDARP00000073857/7955.ENSDARP00000057288","physical","txid7955" +"A8E5G1","Q5XJM0","anx2b","Annexin","anxa2b","Q5XJM0","Annexin","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000057288","physical","txid7955" +"A8E5G1","F1QZ50","anx2b","AHNAK nucleoprotein","anxa2b","ahnak","Annexin","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","string-db","7955.ENSDARP00000082917/7955.ENSDARP00000057288","physical","txid7955" +"A8E5G1","Q7ZVA4","anx2b","hm:zehn1116","anxa2b","Q7ZVA4","Annexin","Protein S100 (S100 calcium-binding protein)","string-db","7955.ENSDARP00000124401/7955.ENSDARP00000057288","physical","txid7955" +"Q6P949","E7F888","phf2","arid5b","Q6P949","arid5b","Lysine-specific demethylase phf2 (EC 1.14.11.-) (PHD finger protein 2)","AT-rich interactive domain-containing protein 5B (ARID domain-containing protein 5B)","string-db","7955.ENSDARP00000054091/7955.ENSDARP00000045941","physical","txid7955" +"E7F888","Q6PCS3","arid5b","id:ibd5026","arid5b","mef2ca","AT-rich interactive domain-containing protein 5B (ARID domain-containing protein 5B)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000054091","physical","txid7955" +"Q7ZUS1","A2CEB2","vrk1","fi34a12","Q7ZUS1","A2CEB2","Serine/threonine-protein kinase VRK1 (EC 2.7.11.1) (Vaccinia-related kinase 1)","Ankle2 protein (Ankyrin repeat and LEM domain-containing 2) (Ankyrin repeat and LEM domain-containing protein 2)","string-db","7955.ENSDARP00000117092/7955.ENSDARP00000045990","physical","txid7955" +"A0JMD0","Q5RIK7","cluh","si:dkey-177p2.13","A0JMD0","Q5RIK7","Clustered mitochondria protein homolog","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","string-db","7955.ENSDARP00000072253/7955.ENSDARP00000047470","physical","txid7955" +"A0JMD0","E7EXC4","cluh","Serpin B6","A0JMD0","serpinb14","Clustered mitochondria protein homolog","Serpin B6","string-db","7955.ENSDARP00000124283/7955.ENSDARP00000047470","physical","txid7955" +"A0JMD0","Q6DG30","cluh","si:dkey-177p2.11","A0JMD0","Q6DG30","Clustered mitochondria protein homolog","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","string-db","7955.ENSDARP00000072235/7955.ENSDARP00000047470","physical","txid7955" +"Q32LX0","Q5PQZ7","zgc:123268","bves","Q32LX0","bves","Potassium channel, subfamily K, member 2b (Zgc:123268)","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","string-db","7955.ENSDARP00000075860/7955.ENSDARP00000046437","physical","txid7955" +"Q32LX0","Q6JWV8","zgc:123268","popdc2","Q32LX0","Q6JWV8","Potassium channel, subfamily K, member 2b (Zgc:123268)","Popeye domain-containing 2","string-db","7955.ENSDARP00000092923/7955.ENSDARP00000046437","physical","txid7955" +"M9MM97","Q8QFX6","fc22d04","nrp1a","sema3bl","Q8QFX6","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3bl (Semaphorin-3G precursor)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000046862","physical","txid7955" +"A0A0R4INF7","A0A8M9QH30","fd16d06","wu:fb53f05","micall2a","A0A8M9QH30","MICAL-like protein 2 (Mical-like 2a)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000135432","physical","txid7955" +"F1QAZ3","A0A0R4INF7","MICAL-2","fd16d06","micall2b","micall2a","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","MICAL-like protein 2 (Mical-like 2a)","string-db","7955.ENSDARP00000135432/7955.ENSDARP00000118632","physical","txid7955" +"F1QAZ3","B8JHU4","MICAL-2","Alpha-actinin-1","micall2b","B8JHU4","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000118632","physical","txid7955" +"F1QAZ3","A4FVK4","MICAL-2","rab8","micall2b","rab8a","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000118632","physical","txid7955" +"F1QAZ3","A0A8M9QH30","MICAL-2","wu:fb53f05","micall2b","A0A8M9QH30","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000118632","physical","txid7955" +"Q9PTF7","A5PMX0","CXCR4","fi76d06","cxcr4b","vcam1b","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","Vascular cell adhesion molecule 1b (Vascular cell adhesion protein 1 isoform X1)","string-db","7955.ENSDARP00000144690/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","Q6NX86","CXCR4","HMGB1","cxcr4b","hmgb1a","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","Q7T3L7","CXCR4","cdc2","cxcr4b","cdk1","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","string-db","7955.ENSDARP00000109027/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","Q6V9B5","CXCR4","sdf1b","cxcr4b","cxcl12b","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","string-db","7955.ENSDARP00000071878/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","Q0ZBR7","CXCR4","MIF","cxcr4b","Q0ZBR7","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","Macrophage migration inhibitory factor (EC 5.3.2.1) (EC 5.3.3.12) (L-dopachrome isomerase) (L-dopachrome tautomerase) (Phenylpyruvate tautomerase)","string-db","7955.ENSDARP00000096200/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","B0R190","CXCR4","cxcl11.7","cxcr4b","B0R190","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","C-X-C motif chemokine","string-db","7955.ENSDARP00000116772/7955.ENSDARP00000061498","physical","txid7955" +"Q9PTF7","Q5RGG3","CXCR4","hgf1","cxcr4b","Q5RGG3","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","Hepatocyte growth factor (Hepatopoietin-A) (Scatter factor)","string-db","7955.ENSDARP00000091725/7955.ENSDARP00000061498","physical","txid7955" +"F1QNS6","U3JAH9","BUB1 mitotic checkpoint serine/threonine kinase","zgc:101571","bub1","bub3","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","Mitotic checkpoint protein BUB3","string-db","7955.ENSDARP00000127247/7955.ENSDARP00000117438","physical","txid7955" +"F1QNS6","Q6PFU4","BUB1 mitotic checkpoint serine/threonine kinase","cdc42a","bub1","cdc42","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000117438","physical","txid7955" +"F1QNS6","Q66HU4","BUB1 mitotic checkpoint serine/threonine kinase","capn3","bub1","capn3a","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","Calpain-3 (EC 3.4.22.54)","string-db","7955.ENSDARP00000141755/7955.ENSDARP00000117438","physical","txid7955" +"F1QXE8","F1Q8B5","im:7151535","LOC559107","glb1l","F1Q8B5","Beta-galactosidase-1-like protein precursor (Galactosidase, beta 1-like)","Lactase","string-db","7955.ENSDARP00000080173/7955.ENSDARP00000047190","physical","txid7955" +"Q6ZM60","R4GEJ6","SERCA2","Glutamic acid-rich protein isoform X2","Q6ZM60","R4GEJ6","Calcium-transporting ATPase (EC 7.2.2.10)","Glutamic acid-rich protein isoform X2 (Histidine-rich calcium-binding protein)","string-db","7955.ENSDARP00000126909/7955.ENSDARP00000047200","physical","txid7955" +"R4GEJ6","A0A2R8QJH4","Glutamic acid-rich protein isoform X2","Calcium-transporting ATPase","R4GEJ6","atp2a3","Glutamic acid-rich protein isoform X2 (Histidine-rich calcium-binding protein)","Calcium-transporting ATPase (EC 7.2.2.10)","string-db","7955.ENSDARP00000154326/7955.ENSDARP00000126909","physical","txid7955" +"E7F6Y6","A2BHH9","Somatostatin receptor type 2","Somatostatin receptor 3","E7F6Y6","A2BHH9","Somatostatin receptor type 2","Somatostatin receptor 3 (Somatostatin receptor type 5)","string-db","7955.ENSDARP00000097945/7955.ENSDARP00000092663","physical","txid7955" +"E7F6Y6","A0A0R4IV97","Somatostatin receptor type 2","Somatostatin receptor 1a","E7F6Y6","sstr1a","Somatostatin receptor type 2","Somatostatin receptor 1a (Somatostatin receptor type 1)","string-db","7955.ENSDARP00000138468/7955.ENSDARP00000092663","physical","txid7955" +"C5H5C4","E7F0Z8","notum1a","notum2","C5H5C4","E7F0Z8","Palmitoleoyl-protein carboxylesterase notum1a (EC 3.1.1.98)","Carboxylesterase notum2 (EC 3.1.1.-)","string-db","7955.ENSDARP00000125786/7955.ENSDARP00000047417","physical","txid7955" +"C5H5C4","A0A8M9QJ44","notum1a","Extracellular serine/threonine protein kinase FAM20C","C5H5C4","A0A8M9QJ44","Palmitoleoyl-protein carboxylesterase notum1a (EC 3.1.1.98)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000047417","physical","txid7955" +"Q6DG30","F1R7B3","si:dkey-177p2.11","catL","Q6DG30","F1R7B3","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","A7MCR6","si:dkey-177p2.11","im:6910535","Q6DG30","A7MCR6","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","string-db","7955.ENSDARP00000098360/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","A8E588","si:dkey-177p2.11","im:6910535","Q6DG30","A8E588","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","string-db","7955.ENSDARP00000101623/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","E9QBE2","si:dkey-177p2.11","ctsl","Q6DG30","E9QBE2","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","A5WVL6","si:dkey-177p2.11","ctsl1a","Q6DG30","ctsla","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Cathepsin L1 isoform X2 (Cathepsin La)","string-db","7955.ENSDARP00000106602/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","E7F8Y7","si:dkey-177p2.11","Cathepsin L1-like","Q6DG30","E7F8Y7","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Cathepsin L1-like (Si:dkey-239j18.3)","string-db","7955.ENSDARP00000110446/7955.ENSDARP00000072235","physical","txid7955" +"Q6DG30","A2BEM8","si:dkey-177p2.11","ctsl","Q6DG30","A2BEM8","Serpin peptidase inhibitor, clade B (Ovalbumin), member 1 (Serpinb1 protein)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000072235","physical","txid7955" +"Q5RIK7","A7MCR6","si:dkey-177p2.13","im:6910535","Q5RIK7","A7MCR6","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","string-db","7955.ENSDARP00000098360/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","E7F8Y7","si:dkey-177p2.13","Cathepsin L1-like","Q5RIK7","E7F8Y7","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Cathepsin L1-like (Si:dkey-239j18.3)","string-db","7955.ENSDARP00000110446/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","A5WVL6","si:dkey-177p2.13","ctsl1a","Q5RIK7","ctsla","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Cathepsin L1 isoform X2 (Cathepsin La)","string-db","7955.ENSDARP00000106602/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","F1R7B3","si:dkey-177p2.13","catL","Q5RIK7","F1R7B3","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","A2BEM8","si:dkey-177p2.13","ctsl","Q5RIK7","A2BEM8","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","A8E588","si:dkey-177p2.13","im:6910535","Q5RIK7","A8E588","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","string-db","7955.ENSDARP00000101623/7955.ENSDARP00000072253","physical","txid7955" +"Q5RIK7","E9QBE2","si:dkey-177p2.13","ctsl","Q5RIK7","E9QBE2","Serpin peptidase inhibitor, clade B (ovalbumin), member 1,-like 2 (Serpin peptidase inhibitor, clade B, member 1, like 2)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000072253","physical","txid7955" +"Q8JIE4","E7FCJ4","igf2","Insulin receptor substrate 2-B","igf2b","irs4a","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin receptor substrate 2-B (Insulin receptor substrate 4a)","string-db","7955.ENSDARP00000110181/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","F6N9E8","igf2","Insulin-like growth factor-binding protein 6 precursor","igf2b","F6N9E8","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein 6 precursor (Insulin-like growth factor-binding protein 6b)","string-db","7955.ENSDARP00000109154/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","Q66I28","igf2","IGFBP-3","igf2b","Q66I28","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein 3","string-db","7955.ENSDARP00000135216/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","E7F4P8","igf2","Insulin receptor substrate 1","igf2b","irs1","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin receptor substrate 1","string-db","7955.ENSDARP00000070706/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","E7F3T0","igf2","SHC-transforming protein 1","igf2b","shc1","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","E9QJJ1","igf2","Insulin-like growth factor-binding protein complex acid labile subunit","igf2b","E9QJJ1","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein complex acid labile subunit (Insulin-like growth factor-binding protein, acid labile subunit)","string-db","7955.ENSDARP00000122885/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","B0S525","igf2","igfbp5","igf2b","igfbp5b","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein 5","string-db","7955.ENSDARP00000054136/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","Q9PTH3","igf2","igfbp2a","igf2b","Q9PTH3","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein 2-A (IGF-binding protein 2-A) (IGFBP-2-A) (IGFBP-2a)","string-db","7955.ENSDARP00000068816/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","Q8JHX6","igf2","Insulin-like growth factor-binding protein 1","igf2b","igfbp1a","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin-like growth factor-binding protein 1","string-db","7955.ENSDARP00000135671/7955.ENSDARP00000047568","physical","txid7955" +"Q8JIE4","A0A0R4IKQ9","igf2","Insulin receptor substrate 2","igf2b","irs2b","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000047568","physical","txid7955" +"Q7SZQ0","Q7ZWC9","mboat7","wu:fa16h03","Q7SZQ0","agpat3","Lysophospholipid acyltransferase 7 (LPLAT 7) (EC 2.3.1.-) (Leukocyte receptor cluster member 4) (Membrane-bound O-acyltransferase domain-containing protein 7) (O-acyltransferase domain-containing protein 7)","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","string-db","7955.ENSDARP00000100307/7955.ENSDARP00000047569","physical","txid7955" +"Q7SZQ0","Q6NYV8","mboat7","lclat1","Q7SZQ0","lclat1","Lysophospholipid acyltransferase 7 (LPLAT 7) (EC 2.3.1.-) (Leukocyte receptor cluster member 4) (Membrane-bound O-acyltransferase domain-containing protein 7) (O-acyltransferase domain-containing protein 7)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000047569","physical","txid7955" +"Q7ZWC9","A0JMM2","wu:fa16h03","zgc:153984","agpat3","agpat2","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","string-db","7955.ENSDARP00000131892/7955.ENSDARP00000100307","physical","txid7955" +"Q7ZWC9","F6NQA9","wu:fa16h03","Lysophospholipid acyltransferase 2 isoform X1","agpat3","mboat2a","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","string-db","7955.ENSDARP00000115425/7955.ENSDARP00000100307","physical","txid7955" +"Q7ZWC9","A0A0R4IZC9","wu:fa16h03","fc11c04","agpat3","mboat1","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","string-db","7955.ENSDARP00000141143/7955.ENSDARP00000100307","physical","txid7955" +"Q7ZWC9","Q6NYV8","wu:fa16h03","lclat1","agpat3","lclat1","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000100307","physical","txid7955" +"Q6NYV8","A0A0R4IZC9","lclat1","fc11c04","lclat1","mboat1","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","string-db","7955.ENSDARP00000141143/7955.ENSDARP00000138738","physical","txid7955" +"O93430","Q6DC22","glra1","glrb2","O93430","glrbb","Glycine receptor subunit alphaZ1","Glycine receptor beta subunit 2 (Glycine receptor subunit beta precursor) (Glycine receptor, beta b)","string-db","7955.ENSDARP00000069171/7955.ENSDARP00000047679","physical","txid7955" +"Q6DC22","F1R8P4","glrb2","glra2","glrbb","glra2","Glycine receptor beta subunit 2 (Glycine receptor subunit beta precursor) (Glycine receptor, beta b)","Glycine receptor subunit alpha-2","string-db","7955.ENSDARP00000096397/7955.ENSDARP00000069171","physical","txid7955" +"F1QGZ6","A0A0R4IUF0","melk","fc08c07","F1QGZ6","top2a","Maternal embryonic leucine zipper kinase (zMelk) (EC 2.7.11.1) (Protein kinase PK38)","DNA topoisomerase 2 (EC 5.6.2.2)","string-db","7955.ENSDARP00000139353/7955.ENSDARP00000047727","physical","txid7955" +"Q6PGY9","Q6P2T3","atx","gdpd3","enpp2","gdpd3a","Ectonucleotide pyrophosphatase/phosphodiesterase 2 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 2 precursor (EC 3.1.4.39))","Glycerophosphodiester phosphodiesterase domain containing 1 like (Glycerophosphodiester phosphodiesterase domain containing 3) (Glycerophosphodiester phosphodiesterase domain-containing 3a)","string-db","7955.ENSDARP00000094523/7955.ENSDARP00000047919","physical","txid7955" +"Q6PGY9","Q68EJ8","atx","wu:fb95e09","enpp2","gdpd1","Ectonucleotide pyrophosphatase/phosphodiesterase 2 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 2 precursor (EC 3.1.4.39))","Glycerophosphodiester phosphodiesterase domain-containing 1 (Glycerophosphodiester phosphodiesterase domain-containing protein 1)","string-db","7955.ENSDARP00000049195/7955.ENSDARP00000047919","physical","txid7955" +"Q68EJ8","Q6P2T3","wu:fb95e09","gdpd3","gdpd1","gdpd3a","Glycerophosphodiester phosphodiesterase domain-containing 1 (Glycerophosphodiester phosphodiesterase domain-containing protein 1)","Glycerophosphodiester phosphodiesterase domain containing 1 like (Glycerophosphodiester phosphodiesterase domain containing 3) (Glycerophosphodiester phosphodiesterase domain-containing 3a)","string-db","7955.ENSDARP00000094523/7955.ENSDARP00000049195","physical","txid7955" +"Q7T2G0","F1QTJ4","tm4sf12","LRP6","tspan12","F1QTJ4","Tetraspanin","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000048002","physical","txid7955" +"Q7T2G0","A0A1D5NT24","tm4sf12","adam10","tspan12","adam10a","Tetraspanin","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","string-db","7955.ENSDARP00000142998/7955.ENSDARP00000048002","physical","txid7955" +"Q7T2G0","A0A0R4IVK2","tm4sf12","fz1","tspan12","A0A0R4IVK2","Tetraspanin","Frizzled-4","string-db","7955.ENSDARP00000139144/7955.ENSDARP00000048002","physical","txid7955" +"Q1LYP4","A0A2R8RTX5","im:7143343","Metastasis-associated 1","chd4a","mta1","DNA helicase (EC 3.6.4.12)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000111640","physical","txid7955" +"Q1LYP4","F1RBT2","im:7143343","DNA helicase","chd4a","chd4b","DNA helicase (EC 3.6.4.12)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000111640","physical","txid7955" +"Q1LYP4","Q7ZTY4","im:7143343","rbbp7","chd4a","Q7ZTY4","DNA helicase (EC 3.6.4.12)","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000111640","physical","txid7955" +"Q6TGX7","Q1LYP4","MBD3","im:7143343","mbd3a","chd4a","Methyl-CpG-binding domain protein 3","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000111640/7955.ENSDARP00000082941","physical","txid7955" +"Q6TGX7","F1RBT2","MBD3","DNA helicase","mbd3a","chd4b","Methyl-CpG-binding domain protein 3","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000082941","physical","txid7955" +"Q6TGX7","Q7ZTY4","MBD3","rbbp7","mbd3a","Q7ZTY4","Methyl-CpG-binding domain protein 3","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000082941","physical","txid7955" +"Q6TGX7","A0A2R8RTX5","MBD3","Metastasis-associated 1","mbd3a","mta1","Methyl-CpG-binding domain protein 3","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","string-db","7955.ENSDARP00000152737/7955.ENSDARP00000082941","physical","txid7955" +"Q08CM4","A0A0R4ICD5","lin54","fb72f07","Q08CM4","e2f4","Protein lin-54 homolog","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000086543","physical","txid7955" +"Q08CM4","Q7ZTY4","lin54","rbbp7","Q08CM4","Q7ZTY4","Protein lin-54 homolog","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000086543","physical","txid7955" +"Q08CM4","Q5RHQ8","lin54","lin9","Q08CM4","lin9","Protein lin-54 homolog","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000086543","physical","txid7955" +"Q08CM4","A0AUQ6","lin54","lin52","Q08CM4","A0AUQ6","Protein lin-54 homolog","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000086543","physical","txid7955" +"A0AUQ6","Q08BR1","lin52","zgc:152914","A0AUQ6","dr1","Protein lin-52 homolog","Protein Dr1 (Down-regulator of transcription 1) (Negative cofactor 2-beta)","string-db","7955.ENSDARP00000135530/7955.ENSDARP00000114392","physical","txid7955" +"A0AUQ6","A0A0G2L1F4","lin52","LOC100535468","A0AUQ6","A0A0G2L1F4","Protein lin-52 homolog","Dr1-associated corepressor-like","string-db","7955.ENSDARP00000138562/7955.ENSDARP00000114392","physical","txid7955" +"A0AUQ6","Q7ZTY4","lin52","rbbp7","A0AUQ6","Q7ZTY4","Protein lin-52 homolog","Histone-binding protein RBBP7 (Retinoblastoma-binding protein 7) (RBBP-7)","string-db","7955.ENSDARP00000117542/7955.ENSDARP00000114392","physical","txid7955" +"A0AUQ6","A0A0R4ICD5","lin52","fb72f07","A0AUQ6","e2f4","Protein lin-52 homolog","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000114392","physical","txid7955" +"A0AUQ6","Q5RHQ8","lin52","lin9","A0AUQ6","lin9","Protein lin-52 homolog","Protein lin-9 homolog","string-db","7955.ENSDARP00000127210/7955.ENSDARP00000114392","physical","txid7955" +"E7EYR2","A0JMK9","fe36g06","chaf1a","chaf1b","chaf1a","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","string-db","7955.ENSDARP00000101598/7955.ENSDARP00000073678","physical","txid7955" +"E7EYR2","P52160","fe36g06","myca","chaf1b","P52160","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000073678","physical","txid7955" +"E7EYR2","A0A2R8QBM8","fe36g06","si:ch211-153c20.4","chaf1b","A0A2R8QBM8","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000073678","physical","txid7955" +"Q5RHQ8","A0A0R4ICD5","lin9","fb72f07","lin9","e2f4","Protein lin-9 homolog","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000127210","physical","txid7955" +"F6NPK9","F8W4B7","fb33e12","Histone deacetylase 6","F6NPK9","hdac6","WD repeat domain 62 (WD repeat-containing protein 62)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000098255","physical","txid7955" +"F6NPK9","E9QEY0","fb33e12","bmk1","F6NPK9","mapk7","WD repeat domain 62 (WD repeat-containing protein 62)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000119429/7955.ENSDARP00000098255","physical","txid7955" +"E7EXP6","E9QJN4","zgc:171628","PAN2","pan3","E9QJN4","PAN2-PAN3 deadenylation complex subunit PAN3 (PAB1P-dependent poly(A)-specific ribonuclease) (Poly(A)-nuclease deadenylation complex subunit 3) (PAN deadenylation complex subunit 3)","PAN2-PAN3 deadenylation complex catalytic subunit PAN2 (EC 3.1.13.4) (Inactive ubiquitin carboxyl-terminal hydrolase 52) (PAB1P-dependent poly(A)-specific ribonuclease) (Poly(A)-nuclease deadenylation complex subunit 2) (PAN deadenylation complex subunit 2)","string-db","7955.ENSDARP00000118293/7955.ENSDARP00000048272","physical","txid7955" +"A0A8M9PDX2","Q8JHV6","Laminin subunit beta-1 isoform X1","lamb4","A0A8M9PDX2","Q8JHV6","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Laminin subunit beta-4","string-db","7955.ENSDARP00000058399/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","B7ZDA6","Laminin subunit beta-1 isoform X1","si:dkey-32e6.2","A0A8M9PDX2","lamb2","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","string-db","7955.ENSDARP00000123269/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","F1REL9","Laminin subunit beta-1 isoform X1","si:dkey-183c16.5","A0A8M9PDX2","lamb1b","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Laminin, beta 1b","string-db","7955.ENSDARP00000066944/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","A0A8N7UQX3","Laminin subunit beta-1 isoform X1","Netrin-4-like","A0A8M9PDX2","A0A8N7UQX3","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Netrin-4-like (Si:dkey-202e22.2)","string-db","7955.ENSDARP00000081650/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","A0A0R4IFE9","Laminin subunit beta-1 isoform X1","Netrin 4","A0A8M9PDX2","ntn4","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","I3IT80","Laminin subunit beta-1 isoform X1","Netrin g2b","A0A8M9PDX2","ntng2b","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000048365","physical","txid7955" +"A0A8M9PDX2","B0S6Y8","Laminin subunit beta-1 isoform X1","si:dkey-9g20.2","A0A8M9PDX2","tmeff2a","Laminin subunit beta-1 isoform X1 (Laminin subunit beta-1 isoform X2) (Laminin, beta 2-like)","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","string-db","7955.ENSDARP00000114288/7955.ENSDARP00000048365","physical","txid7955" +"B0S6Y8","B7ZDA6","si:dkey-9g20.2","si:dkey-32e6.2","tmeff2a","lamb2","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","string-db","7955.ENSDARP00000123269/7955.ENSDARP00000114288","physical","txid7955" +"B0S6Y8","I3IT80","si:dkey-9g20.2","Netrin g2b","tmeff2a","ntng2b","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000114288","physical","txid7955" +"B0S6Y8","A0A0R4IFE9","si:dkey-9g20.2","Netrin 4","tmeff2a","ntn4","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000114288","physical","txid7955" +"A0A0R4IFE9","A9JRY6","Netrin 4","zgc:175190","ntn4","A9JRY6","Netrin 4 (Netrin-4 isoform X1)","Netrin receptor UNC5","string-db","7955.ENSDARP00000139881/7955.ENSDARP00000132076","physical","txid7955" +"A0A0R4IFE9","A0A0R4IP15","Netrin 4","cb333","ntn4","neo1a","Netrin 4 (Netrin-4 isoform X1)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000132076","physical","txid7955" +"F1REL9","A0A8N7UQX3","si:dkey-183c16.5","Netrin-4-like","lamb1b","A0A8N7UQX3","Laminin, beta 1b","Netrin-4-like (Si:dkey-202e22.2)","string-db","7955.ENSDARP00000081650/7955.ENSDARP00000066944","physical","txid7955" +"F1REL9","B0S6Y8","si:dkey-183c16.5","si:dkey-9g20.2","lamb1b","tmeff2a","Laminin, beta 1b","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","string-db","7955.ENSDARP00000114288/7955.ENSDARP00000066944","physical","txid7955" +"F1REL9","I3IT80","si:dkey-183c16.5","Netrin g2b","lamb1b","ntng2b","Laminin, beta 1b","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000066944","physical","txid7955" +"F1REL9","B7ZDA6","si:dkey-183c16.5","si:dkey-32e6.2","lamb1b","lamb2","Laminin, beta 1b","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","string-db","7955.ENSDARP00000123269/7955.ENSDARP00000066944","physical","txid7955" +"F1REL9","A0A0R4IFE9","si:dkey-183c16.5","Netrin 4","lamb1b","ntn4","Laminin, beta 1b","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000066944","physical","txid7955" +"B7ZDA6","A0A0R4IFE9","si:dkey-32e6.2","Netrin 4","lamb2","ntn4","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000123269","physical","txid7955" +"B7ZDA6","I3IT80","si:dkey-32e6.2","Netrin g2b","lamb2","ntng2b","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000123269","physical","txid7955" +"A0A8N7UQX3","A0A0R4IP15","Netrin-4-like","cb333","A0A8N7UQX3","neo1a","Netrin-4-like (Si:dkey-202e22.2)","Neogenin 1a (Neogenin isoform 1 precursor)","string-db","7955.ENSDARP00000137310/7955.ENSDARP00000081650","physical","txid7955" +"A0A8N7UQX3","E7F004","Netrin-4-like","LOC100332721","A0A8N7UQX3","neo1b","Netrin-4-like (Si:dkey-202e22.2)","Neogenin 1b (Neogenin isoform X3)","string-db","7955.ENSDARP00000099985/7955.ENSDARP00000081650","physical","txid7955" +"A0A8N7UQX3","A0A0R4IFE9","Netrin-4-like","Netrin 4","A0A8N7UQX3","ntn4","Netrin-4-like (Si:dkey-202e22.2)","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000081650","physical","txid7955" +"A0A8N7UQX3","I3IT80","Netrin-4-like","Netrin g2b","A0A8N7UQX3","ntng2b","Netrin-4-like (Si:dkey-202e22.2)","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000081650","physical","txid7955" +"A0A8N7UQX3","B7ZDA6","Netrin-4-like","si:dkey-32e6.2","A0A8N7UQX3","lamb2","Netrin-4-like (Si:dkey-202e22.2)","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","string-db","7955.ENSDARP00000123269/7955.ENSDARP00000081650","physical","txid7955" +"A0A8N7UQX3","B0S6Y8","Netrin-4-like","si:dkey-9g20.2","A0A8N7UQX3","tmeff2a","Netrin-4-like (Si:dkey-202e22.2)","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","string-db","7955.ENSDARP00000114288/7955.ENSDARP00000081650","physical","txid7955" +"Q8JHV6","A0A8N7UQX3","lamb4","Netrin-4-like","Q8JHV6","A0A8N7UQX3","Laminin subunit beta-4","Netrin-4-like (Si:dkey-202e22.2)","string-db","7955.ENSDARP00000081650/7955.ENSDARP00000058399","physical","txid7955" +"Q8JHV6","B7ZDA6","lamb4","si:dkey-32e6.2","Q8JHV6","lamb2","Laminin subunit beta-4","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","string-db","7955.ENSDARP00000123269/7955.ENSDARP00000058399","physical","txid7955" +"Q8JHV6","F1REL9","lamb4","si:dkey-183c16.5","Q8JHV6","lamb1b","Laminin subunit beta-4","Laminin, beta 1b","string-db","7955.ENSDARP00000066944/7955.ENSDARP00000058399","physical","txid7955" +"Q8JHV6","B0S6Y8","lamb4","si:dkey-9g20.2","Q8JHV6","tmeff2a","Laminin subunit beta-4","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","string-db","7955.ENSDARP00000114288/7955.ENSDARP00000058399","physical","txid7955" +"Q8JHV6","I3IT80","lamb4","Netrin g2b","Q8JHV6","ntng2b","Laminin subunit beta-4","Netrin g2b (Netrin-G2-like isoform X7)","string-db","7955.ENSDARP00000126138/7955.ENSDARP00000058399","physical","txid7955" +"Q8JHV6","A0A0R4IFE9","lamb4","Netrin 4","Q8JHV6","ntn4","Laminin subunit beta-4","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000058399","physical","txid7955" +"I3IT80","A0A0R4IFE9","Netrin g2b","Netrin 4","ntng2b","ntn4","Netrin g2b (Netrin-G2-like isoform X7)","Netrin 4 (Netrin-4 isoform X1)","string-db","7955.ENSDARP00000132076/7955.ENSDARP00000126138","physical","txid7955" +"F8W3T1","Q2HPG2","ADAM metallopeptidase domain 23a","LGIa","F8W3T1","lgi1a","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","Leucine-rich glioma-inactivated protein 1","string-db","7955.ENSDARP00000154846/7955.ENSDARP00000124043","physical","txid7955" +"A2AV32","Q1LWS2","shank2","fk96b08","A2AV32","Q1LWS2","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000118220","physical","txid7955" +"A2AV32","Q5PYH7","shank2","dlg2","A2AV32","dlg2","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000118220","physical","txid7955" +"A2AV32","D2X2F9","shank2","Neuroligin 1","A2AV32","D2X2F9","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000118220","physical","txid7955" +"A2AV32","A0A0R4IJ74","shank2","nlgn3b","A2AV32","nlgn3a","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000118220","physical","txid7955" +"D2X2F9","A0A2R8QM07","Neuroligin 1","Adhesion G protein-coupled receptor L3 isoform X1","D2X2F9","adgrl3.1","Neuroligin 1 (Neuroligin-1 isoform X1)","Adhesion G protein-coupled receptor L3 isoform X1 (Adhesion G protein-coupled receptor L3.1)","string-db","7955.ENSDARP00000156478/7955.ENSDARP00000155186","physical","txid7955" +"A0A8M3AU21","A2CEP2","Neuroligin 2a","sh3glb2","A0A8M3AU21","A2CEP2","Neuroligin 2a (Neuroligin 2b isoform X1)","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","string-db","7955.ENSDARP00000114502/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","A0A0R4IJ74","Neuroligin 2a","nlgn3b","A0A8M3AU21","nlgn3a","Neuroligin 2a (Neuroligin 2b isoform X1)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","A2AV32","Neuroligin 2a","shank2","A0A8M3AU21","A2AV32","Neuroligin 2a (Neuroligin 2b isoform X1)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","Q7ZYZ6","Neuroligin 2a","dlgap1","A0A8M3AU21","Q7ZYZ6","Neuroligin 2a (Neuroligin 2b isoform X1)","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","string-db","7955.ENSDARP00000113100/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","D2X2F9","Neuroligin 2a","Neuroligin 1","A0A8M3AU21","D2X2F9","Neuroligin 2a (Neuroligin 2b isoform X1)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","Q5PYH7","Neuroligin 2a","dlg2","A0A8M3AU21","dlg2","Neuroligin 2a (Neuroligin 2b isoform X1)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","B7ZCV1","Neuroligin 2a","Neurexin 2a","A0A8M3AU21","nrxn2a","Neuroligin 2a (Neuroligin 2b isoform X1)","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000111294","physical","txid7955" +"A0A8M3AU21","Q68EI5","Neuroligin 2a","zgc:92004","A0A8M3AU21","epb41l3a","Neuroligin 2a (Neuroligin 2b isoform X1)","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","string-db","7955.ENSDARP00000111490/7955.ENSDARP00000111294","physical","txid7955" +"A9JTH1","A0A2R8QF68","ncalda","grik2","A9JTH1","grik2","Neurocalcin-delta A","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000094833","physical","txid7955" +"A9JTH1","A0A8M1P3L5","ncalda","Glutamate receptor","A9JTH1","A0A8M1P3L5","Neurocalcin-delta A","Glutamate receptor","string-db","7955.ENSDARP00000133431/7955.ENSDARP00000094833","physical","txid7955" +"A9JTH1","E7FEG9","ncalda","grik3","A9JTH1","E7FEG9","Neurocalcin-delta A","Glutamate receptor","string-db","7955.ENSDARP00000099134/7955.ENSDARP00000094833","physical","txid7955" +"A9JTH1","Q5PYH5","ncalda","dlg1l","A9JTH1","dlg1l","Neurocalcin-delta A","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","string-db","7955.ENSDARP00000132280/7955.ENSDARP00000094833","physical","txid7955" +"A2CEP2","D2X2F9","sh3glb2","Neuroligin 1","A2CEP2","D2X2F9","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000114502","physical","txid7955" +"A2CEP2","Q5PYH7","sh3glb2","dlg2","A2CEP2","dlg2","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000114502","physical","txid7955" +"A2CEP2","A0A0R4IJ74","sh3glb2","nlgn3b","A2CEP2","nlgn3a","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000114502","physical","txid7955" +"A2CEP2","A2AV32","sh3glb2","shank2","A2CEP2","A2AV32","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000114502","physical","txid7955" +"F1QF43","A0A8M1P8P0","ADAM metallopeptidase domain 22","zgc:112144","F1QF43","A0A8M1P8P0","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000111920","physical","txid7955" +"F1QF43","F8W3T1","ADAM metallopeptidase domain 22","ADAM metallopeptidase domain 23a","F1QF43","F8W3T1","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000111920","physical","txid7955" +"F1QF43","Q5PYH7","ADAM metallopeptidase domain 22","dlg2","F1QF43","dlg2","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000111920","physical","txid7955" +"F1QF43","Q2HPG2","ADAM metallopeptidase domain 22","LGIa","F1QF43","lgi1a","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","Leucine-rich glioma-inactivated protein 1","string-db","7955.ENSDARP00000154846/7955.ENSDARP00000111920","physical","txid7955" +"A0A8M1P3L5","A0A2R8QF68","Glutamate receptor","grik2","A0A8M1P3L5","grik2","Glutamate receptor","Glutamate receptor ionotropic, kainate 2 (GluK2)","string-db","7955.ENSDARP00000149888/7955.ENSDARP00000133431","physical","txid7955" +"A0A0R4IJ74","D2X2F9","nlgn3b","Neuroligin 1","nlgn3a","D2X2F9","Neuroligin 3a (Neuroligin-3 isoform X1)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000143446","physical","txid7955" +"F1R4D3","B7ZCV1","Leucine-rich repeat transmembrane neuronal 2","Neurexin 2a","lrrtm2","nrxn2a","Leucine-rich repeat transmembrane neuronal 2 (Leucine-rich repeat transmembrane neuronal protein 2)","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000096250","physical","txid7955" +"F1R4D3","B8JKM0","Leucine-rich repeat transmembrane neuronal 2","Leucine-rich repeat transmembrane neuronal 1","lrrtm2","lrrtm1","Leucine-rich repeat transmembrane neuronal 2 (Leucine-rich repeat transmembrane neuronal protein 2)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","string-db","7955.ENSDARP00000117976/7955.ENSDARP00000096250","physical","txid7955" +"Q7ZYZ6","A0A0R4IJ74","dlgap1","nlgn3b","Q7ZYZ6","nlgn3a","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000113100","physical","txid7955" +"Q7ZYZ6","D2X2F9","dlgap1","Neuroligin 1","Q7ZYZ6","D2X2F9","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000113100","physical","txid7955" +"Q7ZYZ6","A2CEP2","dlgap1","sh3glb2","Q7ZYZ6","A2CEP2","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","string-db","7955.ENSDARP00000114502/7955.ENSDARP00000113100","physical","txid7955" +"Q7ZYZ6","A2AV32","dlgap1","shank2","Q7ZYZ6","A2AV32","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000113100","physical","txid7955" +"Q7ZYZ6","Q5PYH7","dlgap1","dlg2","Q7ZYZ6","dlg2","Disks large-associated protein 1 (DAP-1) (Guanylate kinase-associated protein)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000113100","physical","txid7955" +"A0A8M2B6G8","D2X2F9","si:ch211-250g4.1","Neuroligin 1","A0A8M2B6G8","D2X2F9","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000093925","physical","txid7955" +"A0A8M2B6G8","A2AV32","si:ch211-250g4.1","shank2","A0A8M2B6G8","A2AV32","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","SH3 and multiple ankyrin repeat domains 2b (SH3 and multiple ankyrin repeat domains protein 2)","string-db","7955.ENSDARP00000118220/7955.ENSDARP00000093925","physical","txid7955" +"A0A8M2B6G8","A0A0R4IJ74","si:ch211-250g4.1","nlgn3b","A0A8M2B6G8","nlgn3a","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000093925","physical","txid7955" +"A0A8M2B6G8","A2CEP2","si:ch211-250g4.1","sh3glb2","A0A8M2B6G8","A2CEP2","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","Endophilin-B2 isoform X4 (SH3-domain GRB2-like endophilin B2b)","string-db","7955.ENSDARP00000114502/7955.ENSDARP00000093925","physical","txid7955" +"A0A8M2B6G8","A0A8M3AU21","si:ch211-250g4.1","Neuroligin 2a","A0A8M2B6G8","A0A8M3AU21","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","Neuroligin 2a (Neuroligin 2b isoform X1)","string-db","7955.ENSDARP00000111294/7955.ENSDARP00000093925","physical","txid7955" +"A0A8M2B6G8","Q5PYH7","si:ch211-250g4.1","dlg2","A0A8M2B6G8","dlg2","Discs, large (Drosophila) homolog-associated protein 3 (Disks large-associated protein 3)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","string-db","7955.ENSDARP00000137797/7955.ENSDARP00000093925","physical","txid7955" +"F1R662","E7EY10","Leucine-rich glioma-inactivated protein 1","Voltage-dependent calcium channel gamma-3 subunit","F1R662","E7EY10","Leucine-rich glioma-inactivated protein 1","Voltage-dependent calcium channel gamma-3 subunit (Neuronal voltage-gated calcium channel gamma-3 subunit) (Transmembrane AMPAR regulatory protein gamma-3)","string-db","7955.ENSDARP00000098491/7955.ENSDARP00000075741","physical","txid7955" +"F1R662","F8W3T1","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 23a","F1R662","F8W3T1","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000075741","physical","txid7955" +"F1R662","A0A8M1P8P0","Leucine-rich glioma-inactivated protein 1","zgc:112144","F1R662","A0A8M1P8P0","Leucine-rich glioma-inactivated protein 1","Calcium channel, voltage-dependent, gamma subunit 8a","string-db","7955.ENSDARP00000118548/7955.ENSDARP00000075741","physical","txid7955" +"F1R662","E7F698","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 11","F1R662","E7F698","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 11 (Disintegrin and metalloproteinase domain-containing protein 11 isoform X3)","string-db","7955.ENSDARP00000103985/7955.ENSDARP00000075741","physical","txid7955" +"F1R662","E7FGK7","Leucine-rich glioma-inactivated protein 1","cacng4","F1R662","E7FGK7","Leucine-rich glioma-inactivated protein 1","Voltage-dependent calcium channel gamma-4 subunit","string-db","7955.ENSDARP00000099217/7955.ENSDARP00000075741","physical","txid7955" +"F1R662","F1QF43","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 22","F1R662","F1QF43","Leucine-rich glioma-inactivated protein 1","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","string-db","7955.ENSDARP00000111920/7955.ENSDARP00000075741","physical","txid7955" +"A0A8M9Q0I5","B3DHR9","Fibroblast growth factor-binding protein 1","Fibroblast growth factor","A0A8M9Q0I5","fgf7","Fibroblast growth factor-binding protein 1","Fibroblast growth factor (FGF)","string-db","7955.ENSDARP00000122453/7955.ENSDARP00000105647","physical","txid7955" +"F1QN39","A0A140LGZ4","Protein kinase X-linked","A-kinase anchor protein 14","prkx","si:dkeyp-81f3.4","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","string-db","7955.ENSDARP00000142524/7955.ENSDARP00000117890","physical","txid7955" +"F1QN39","Q5I0F6","Protein kinase X-linked","prkar1a","prkx","prkar1aa","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","cAMP-dependent protein kinase type I-alpha regulatory subunit","string-db","7955.ENSDARP00000121293/7955.ENSDARP00000117890","physical","txid7955" +"F1QN39","Q08C49","Protein kinase X-linked","Protein kinase, cAMP-dependent, regulatory, type I, beta","prkx","Q08C49","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","Protein kinase, cAMP-dependent, regulatory, type I, beta (Zgc:153624) (cAMP-dependent protein kinase type I-beta regulatory subunit (EC 2.7.11.1))","string-db","7955.ENSDARP00000140440/7955.ENSDARP00000117890","physical","txid7955" +"Q6P5J2","E7FCV2","zgc:77874","Complement C5","Q6P5J2","E7FCV2","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Complement C5 (Complement component 5)","string-db","7955.ENSDARP00000088095/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","F1Q5D8","zgc:77874","vtn","Q6P5J2","F1Q5D8","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","B8A565","zgc:77874","wu:fb60b05","Q6P5J2","B8A565","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Complement component C9","string-db","7955.ENSDARP00000121323/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","A0A8M9PWA7","zgc:77874","Complement component 7b","Q6P5J2","A0A8M9PWA7","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Complement component 7b (Complement component C7)","string-db","7955.ENSDARP00000114284/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","E7F2M5","zgc:77874","fj38b04","Q6P5J2","E7F2M5","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","CD59 molecule (CD59 blood group) (CD59 molecule, complement regulatory protein precursor)","string-db","7955.ENSDARP00000107557/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","A8HAJ8","zgc:77874","si:ch211-188c16.3","Q6P5J2","A8HAJ8","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Complement component C8 beta chain (Complement component 8 subunit beta)","string-db","7955.ENSDARP00000057735/7955.ENSDARP00000048822","physical","txid7955" +"Q6P5J2","F1Q6F3","zgc:77874","zgc:92465","Q6P5J2","F1Q6F3","Complement component 8, gamma polypeptide (Complement component C8 gamma chain precursor)","Complement component 8, alpha polypeptide (Complement component C8 alpha chain isoform X1)","string-db","7955.ENSDARP00000115822/7955.ENSDARP00000048822","physical","txid7955" +"Q498P3","A0A2R8QPS5","zgc:114080","ric1","Q498P3","A0A2R8QPS5","RAB33B, member RAS oncogene family a (Ras-related protein Rab-33B) (Zgc:114080)","Guanine nucleotide exchange factor subunit RIC1 (Protein RIC1 homolog) (RAB6A-GEF complex partner 1)","string-db","7955.ENSDARP00000157676/7955.ENSDARP00000068605","physical","txid7955" +"Q498P3","Q4V946","zgc:114080","fj12b07","Q498P3","rabggtb","RAB33B, member RAS oncogene family a (Ras-related protein Rab-33B) (Zgc:114080)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000068605","physical","txid7955" +"A5WWJ4","A0A0G2KDJ5","Cartilage matrix protein precursor","Tsp-4b","A5WWJ4","comp","Cartilage matrix protein precursor (Matrilin 1)","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000049044","physical","txid7955" +"Q5RGY9","E7F5L4","cdkn1bl","Cyclin-dependent kinase 21","cdkn1ba","E7F5L4","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cyclin-dependent kinase 21 (Cyclin-dependent kinase 6-like)","string-db","7955.ENSDARP00000049719/7955.ENSDARP00000049060","physical","txid7955" +"Q5RGY9","Q90459","cdkn1bl","ccnd1","cdkn1ba","ccnd1","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000049060","physical","txid7955" +"Q5RGY9","Q90YX4","cdkn1bl","cdkn1b","cdkn1ba","cdkn1bb","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","string-db","7955.ENSDARP00000070891/7955.ENSDARP00000049060","physical","txid7955" +"Q5RGY9","Q1L8M6","cdkn1bl","si:ch211-240j22.2","cdkn1ba","Q1L8M6","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","G1/S-specific cyclin-D2","string-db","7955.ENSDARP00000094056/7955.ENSDARP00000049060","physical","txid7955" +"Q5RGY9","A5WWG2","cdkn1bl","cip1","cdkn1ba","cdkn1a","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000049060","physical","txid7955" +"Q6PH52","Q58EK5","trip13","tdrd1","Q6PH52","Q58EK5","Pachytene checkpoint protein 2 homolog (Thyroid hormone receptor interactor 13 homolog) (Thyroid receptor-interacting protein 13 homolog) (TR-interacting protein 13 homolog) (TRIP-13 homolog)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000049098","physical","txid7955" +"E7F5A4","A0A140LH11","Histone H1-like","Histone H1-like","si:dkey-261m9.12","si:dkey-23a13.9","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","A0A140LFZ1","Histone H1-like","Histone H1-like","si:dkey-261m9.12","si:ch73-368j24.11","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","E7F8J2","Histone H1-like","Histone H1-like","si:dkey-261m9.12","si:dkey-108k21.10","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:dkey-108k21.10)","string-db","7955.ENSDARP00000110558/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","A0A140LGZ1","Histone H1-like","si:ch1073-153i20.4","si:dkey-261m9.12","histh1l2","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","E9QFU6","Histone H1-like","si:ch73-36p18.1","si:dkey-261m9.12","E9QFU6","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch73-36p18.1)","string-db","7955.ENSDARP00000122796/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","F1R9N6","Histone H1-like","Si:ch211-113a14.12","si:dkey-261m9.12","si:ch211-113a14.12","Histone H1-like (Si:dkey-261m9.12)","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","string-db","7955.ENSDARP00000067943/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","E7FAK0","Histone H1-like","Histone H1-like","si:dkey-261m9.12","si:ch211-113a14.24","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch211-113a14.24)","string-db","7955.ENSDARP00000064399/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","A0A140LH63","Histone H1-like","Histone H1-like","si:dkey-261m9.12","A0A140LH63","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","A0A140LH24","Histone H1-like","Histone H1-like","si:dkey-261m9.12","A0A140LH24","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:dkey-261m9.12","A0A140LH34","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","Q6NYV3","Histone H1-like","zgc:65861","si:dkey-261m9.12","h1-0","Histone H1-like (Si:dkey-261m9.12)","H1.0 linker histone (Zgc:65861)","string-db","7955.ENSDARP00000056285/7955.ENSDARP00000049134","physical","txid7955" +"E7F5A4","R4GEY3","Histone H1-like","Histone H1-like","si:dkey-261m9.12","si:ch211-113a14.18","Histone H1-like (Si:dkey-261m9.12)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000049134","physical","txid7955" +"E7F8J2","A0A140LGZ1","Histone H1-like","si:ch1073-153i20.4","si:dkey-108k21.10","histh1l2","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","R4GEY3","Histone H1-like","Histone H1-like","si:dkey-108k21.10","si:ch211-113a14.18","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","A0A140LFZ1","Histone H1-like","Histone H1-like","si:dkey-108k21.10","si:ch73-368j24.11","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","E9QFU6","Histone H1-like","si:ch73-36p18.1","si:dkey-108k21.10","E9QFU6","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch73-36p18.1)","string-db","7955.ENSDARP00000122796/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","A0A140LH63","Histone H1-like","Histone H1-like","si:dkey-108k21.10","A0A140LH63","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","A0A140LH24","Histone H1-like","Histone H1-like","si:dkey-108k21.10","A0A140LH24","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","A0A140LH11","Histone H1-like","Histone H1-like","si:dkey-108k21.10","si:dkey-23a13.9","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000110558","physical","txid7955" +"E7F8J2","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:dkey-108k21.10","A0A140LH34","Histone H1-like (Si:dkey-108k21.10)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000110558","physical","txid7955" +"R4GEY3","A0A140LH24","Histone H1-like","Histone H1-like","si:ch211-113a14.18","A0A140LH24","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000127047","physical","txid7955" +"R4GEY3","A0A140LGZ1","Histone H1-like","si:ch1073-153i20.4","si:ch211-113a14.18","histh1l2","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000127047","physical","txid7955" +"R4GEY3","A0A140LH11","Histone H1-like","Histone H1-like","si:ch211-113a14.18","si:dkey-23a13.9","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000127047","physical","txid7955" +"R4GEY3","A0A140LFZ1","Histone H1-like","Histone H1-like","si:ch211-113a14.18","si:ch73-368j24.11","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000127047","physical","txid7955" +"R4GEY3","A0A140LH63","Histone H1-like","Histone H1-like","si:ch211-113a14.18","A0A140LH63","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000127047","physical","txid7955" +"R4GEY3","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:ch211-113a14.18","A0A140LH34","Histone H1-like (Si:ch211-113a14.18)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000127047","physical","txid7955" +"A0A140LFZ1","A0A140LGZ1","Histone H1-like","si:ch1073-153i20.4","si:ch73-368j24.11","histh1l2","Histone H1-like (Si:ch73-368j24.11)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000142167","physical","txid7955" +"A0A140LFZ1","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:ch73-368j24.11","A0A140LH34","Histone H1-like (Si:ch73-368j24.11)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000142167","physical","txid7955" +"A0A140LFZ1","A0A140LH63","Histone H1-like","Histone H1-like","si:ch73-368j24.11","A0A140LH63","Histone H1-like (Si:ch73-368j24.11)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000142167","physical","txid7955" +"A0A140LFZ1","A0A140LH24","Histone H1-like","Histone H1-like","si:ch73-368j24.11","A0A140LH24","Histone H1-like (Si:ch73-368j24.11)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000142167","physical","txid7955" +"A0A140LFZ1","A0A140LH11","Histone H1-like","Histone H1-like","si:ch73-368j24.11","si:dkey-23a13.9","Histone H1-like (Si:ch73-368j24.11)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000142167","physical","txid7955" +"F1R9N6","A0A140LH11","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","si:dkey-23a13.9","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","A0A140LH24","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","A0A140LH24","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","E7F8J2","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","si:dkey-108k21.10","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:dkey-108k21.10)","string-db","7955.ENSDARP00000110558/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","R4GEY3","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","si:ch211-113a14.18","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","E9QFU6","Si:ch211-113a14.12","si:ch73-36p18.1","si:ch211-113a14.12","E9QFU6","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch73-36p18.1)","string-db","7955.ENSDARP00000122796/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","A0A140LGZ1","Si:ch211-113a14.12","si:ch1073-153i20.4","si:ch211-113a14.12","histh1l2","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","A0A140LH63","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","A0A140LH63","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","A0A140LH34","Si:ch211-113a14.12","si:ch1073-159d7.7","si:ch211-113a14.12","A0A140LH34","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000067943","physical","txid7955" +"F1R9N6","A0A140LFZ1","Si:ch211-113a14.12","Histone H1-like","si:ch211-113a14.12","si:ch73-368j24.11","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000067943","physical","txid7955" +"Q6NYV3","R4GEY3","zgc:65861","Histone H1-like","h1-0","si:ch211-113a14.18","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","E7F8J2","zgc:65861","Histone H1-like","h1-0","si:dkey-108k21.10","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:dkey-108k21.10)","string-db","7955.ENSDARP00000110558/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LH11","zgc:65861","Histone H1-like","h1-0","si:dkey-23a13.9","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LFZ1","zgc:65861","Histone H1-like","h1-0","si:ch73-368j24.11","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LH34","zgc:65861","si:ch1073-159d7.7","h1-0","A0A140LH34","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","F1R9N6","zgc:65861","Si:ch211-113a14.12","h1-0","si:ch211-113a14.12","H1.0 linker histone (Zgc:65861)","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","string-db","7955.ENSDARP00000067943/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LH63","zgc:65861","Histone H1-like","h1-0","A0A140LH63","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LGZ1","zgc:65861","si:ch1073-153i20.4","h1-0","histh1l2","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","E9QFU6","zgc:65861","si:ch73-36p18.1","h1-0","E9QFU6","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch73-36p18.1)","string-db","7955.ENSDARP00000122796/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","E7FAK0","zgc:65861","Histone H1-like","h1-0","si:ch211-113a14.24","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:ch211-113a14.24)","string-db","7955.ENSDARP00000064399/7955.ENSDARP00000056285","physical","txid7955" +"Q6NYV3","A0A140LH24","zgc:65861","Histone H1-like","h1-0","A0A140LH24","H1.0 linker histone (Zgc:65861)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000056285","physical","txid7955" +"A0A140LGZ1","A0A140LH11","si:ch1073-153i20.4","Histone H1-like","histh1l2","si:dkey-23a13.9","Histone H1-like (Si:ch1073-153i20.4)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000142521","physical","txid7955" +"A0A140LGZ1","A0A140LH24","si:ch1073-153i20.4","Histone H1-like","histh1l2","A0A140LH24","Histone H1-like (Si:ch1073-153i20.4)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000142521","physical","txid7955" +"A0A140LGZ1","A0A140LH34","si:ch1073-153i20.4","si:ch1073-159d7.7","histh1l2","A0A140LH34","Histone H1-like (Si:ch1073-153i20.4)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000142521","physical","txid7955" +"A0A140LGZ1","A0A140LH63","si:ch1073-153i20.4","Histone H1-like","histh1l2","A0A140LH63","Histone H1-like (Si:ch1073-153i20.4)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000142521","physical","txid7955" +"A0A140LH34","A0A140LH63","si:ch1073-159d7.7","Histone H1-like","A0A140LH34","A0A140LH63","Histone H1-like (Si:ch1073-159d7.7)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000142564","physical","txid7955" +"E9QFU6","A0A140LH11","si:ch73-36p18.1","Histone H1-like","E9QFU6","si:dkey-23a13.9","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","A0A140LH63","si:ch73-36p18.1","Histone H1-like","E9QFU6","A0A140LH63","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","A0A140LH24","si:ch73-36p18.1","Histone H1-like","E9QFU6","A0A140LH24","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","A0A140LGZ1","si:ch73-36p18.1","si:ch1073-153i20.4","E9QFU6","histh1l2","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","A0A140LH34","si:ch73-36p18.1","si:ch1073-159d7.7","E9QFU6","A0A140LH34","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","R4GEY3","si:ch73-36p18.1","Histone H1-like","E9QFU6","si:ch211-113a14.18","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000122796","physical","txid7955" +"E9QFU6","A0A140LFZ1","si:ch73-36p18.1","Histone H1-like","E9QFU6","si:ch73-368j24.11","Histone H1-like (Si:ch73-36p18.1)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000122796","physical","txid7955" +"A0A140LH11","A0A140LH24","Histone H1-like","Histone H1-like","si:dkey-23a13.9","A0A140LH24","Histone H1-like (Si:dkey-23a13.9)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000142541","physical","txid7955" +"A0A140LH11","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:dkey-23a13.9","A0A140LH34","Histone H1-like (Si:dkey-23a13.9)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000142541","physical","txid7955" +"A0A140LH11","A0A140LH63","Histone H1-like","Histone H1-like","si:dkey-23a13.9","A0A140LH63","Histone H1-like (Si:dkey-23a13.9)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000142541","physical","txid7955" +"A0A140LH24","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","A0A140LH24","A0A140LH34","Histone H1-like (Si:dkey-23a13.17)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000142554","physical","txid7955" +"A0A140LH24","A0A140LH63","Histone H1-like","Histone H1-like","A0A140LH24","A0A140LH63","Histone H1-like (Si:dkey-23a13.17)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000142554","physical","txid7955" +"E7FAK0","A0A140LH11","Histone H1-like","Histone H1-like","si:ch211-113a14.24","si:dkey-23a13.9","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:dkey-23a13.9)","string-db","7955.ENSDARP00000142541/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","A0A140LGZ1","Histone H1-like","si:ch1073-153i20.4","si:ch211-113a14.24","histh1l2","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch1073-153i20.4)","string-db","7955.ENSDARP00000142521/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","E7F8J2","Histone H1-like","Histone H1-like","si:ch211-113a14.24","si:dkey-108k21.10","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:dkey-108k21.10)","string-db","7955.ENSDARP00000110558/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","R4GEY3","Histone H1-like","Histone H1-like","si:ch211-113a14.24","si:ch211-113a14.18","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch211-113a14.18)","string-db","7955.ENSDARP00000127047/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","A0A140LH34","Histone H1-like","si:ch1073-159d7.7","si:ch211-113a14.24","A0A140LH34","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch1073-159d7.7)","string-db","7955.ENSDARP00000142564/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","A0A140LFZ1","Histone H1-like","Histone H1-like","si:ch211-113a14.24","si:ch73-368j24.11","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch73-368j24.11)","string-db","7955.ENSDARP00000142167/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","A0A140LH63","Histone H1-like","Histone H1-like","si:ch211-113a14.24","A0A140LH63","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch73-368j24.12)","string-db","7955.ENSDARP00000142593/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","A0A140LH24","Histone H1-like","Histone H1-like","si:ch211-113a14.24","A0A140LH24","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:dkey-23a13.17)","string-db","7955.ENSDARP00000142554/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","E9QFU6","Histone H1-like","si:ch73-36p18.1","si:ch211-113a14.24","E9QFU6","Histone H1-like (Si:ch211-113a14.24)","Histone H1-like (Si:ch73-36p18.1)","string-db","7955.ENSDARP00000122796/7955.ENSDARP00000064399","physical","txid7955" +"E7FAK0","F1R9N6","Histone H1-like","Si:ch211-113a14.12","si:ch211-113a14.24","si:ch211-113a14.12","Histone H1-like (Si:ch211-113a14.24)","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","string-db","7955.ENSDARP00000067943/7955.ENSDARP00000064399","physical","txid7955" +"Q5SPK3","Q9PVD3","pthlh","pth1ra","pthlha","pth1r","Parathyroid hormone-related protein","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","string-db","7955.ENSDARP00000091807/7955.ENSDARP00000049153","physical","txid7955" +"Q6NW47","Q0P4B0","Cytoskeleton-associated protein 4","Rho","ckap4","Q0P4B0","Cytoskeleton-associated protein 4 (Zgc:85975)","Rho family GTPase 2 (Rho-related GTP-binding protein RhoN) (Rnd2 protein)","string-db","7955.ENSDARP00000112911/7955.ENSDARP00000049169","physical","txid7955" +"Q6NW47","E9QHK9","Cytoskeleton-associated protein 4","hbl1","ckap4","zmp:0000000729","Cytoskeleton-associated protein 4 (Zgc:85975)","Zmp:0000000729","string-db","7955.ENSDARP00000110218/7955.ENSDARP00000049169","physical","txid7955" +"Q6NW47","A0A8M9QJ44","Cytoskeleton-associated protein 4","Extracellular serine/threonine protein kinase FAM20C","ckap4","A0A8M9QJ44","Cytoskeleton-associated protein 4 (Zgc:85975)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000049169","physical","txid7955" +"Q6NW47","Q6PC71","Cytoskeleton-associated protein 4","arhe","ckap4","rnd3a","Cytoskeleton-associated protein 4 (Zgc:85975)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","string-db","7955.ENSDARP00000102340/7955.ENSDARP00000049169","physical","txid7955" +"Q6NW47","A0A0R4IRN4","Cytoskeleton-associated protein 4","colec10","ckap4","A0A0R4IRN4","Cytoskeleton-associated protein 4 (Zgc:85975)","Collectin-10 precursor (Si:ch211-93i7.4)","string-db","7955.ENSDARP00000138006/7955.ENSDARP00000049169","physical","txid7955" +"F1R1B9","Q5MD89","pecam1","flt4","F1R1B9","Q5MD89","Platelet endothelial cell adhesion molecule isoform X1 (Platelet/endothelial cell adhesion molecule 1)","Vascular endothelial growth factor receptor 3 (VEGFR-3) (EC 2.7.10.1)","string-db","7955.ENSDARP00000133227/7955.ENSDARP00000079164","physical","txid7955" +"F1R1B9","Q8AXB3","pecam1","kdrl","F1R1B9","Q8AXB3","Platelet endothelial cell adhesion molecule isoform X1 (Platelet/endothelial cell adhesion molecule 1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000079164","physical","txid7955" +"Q1LYS1","Q8AXB3","fj37c11","kdrl","Q1LYS1","Q8AXB3","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3E (Semaphorin-3E precursor)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000053124","physical","txid7955" +"Q1LYS1","Q8QFX6","fj37c11","nrp1a","Q1LYS1","Q8QFX6","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3E (Semaphorin-3E precursor)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000053124","physical","txid7955" +"Q56A36","E7F251","hsh2d","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q56A36","pik3cb","Hematopoietic SH2 domain-containing protein homolog","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000062985","physical","txid7955" +"Q56A36","F1QAD7","hsh2d","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q56A36","pik3ca","Hematopoietic SH2 domain-containing protein homolog","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000062985","physical","txid7955" +"Q56A36","Q1JPZ3","hsh2d","src","Q56A36","Q1JPZ3","Hematopoietic SH2 domain-containing protein homolog","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000062985","physical","txid7955" +"K7DY59","Q8AXB3","si:dkey-81e3.1","kdrl","si:dkey-81e3.1","Q8AXB3","Dedicator of cytokinesis protein 4 isoform X1 (Si:dkey-81e3.1)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","string-db","7955.ENSDARP00000134625/7955.ENSDARP00000126386","physical","txid7955" +"F1QIS4","X1WHD4","si:ch211-159j13.2","Corticotropin-releasing factor receptor 1","si:dkey-1h24.2","crhr1","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000102366","physical","txid7955" +"F1QIS4","Q0D250","si:ch211-159j13.2","ob-a","si:dkey-1h24.2","Q0D250","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Leptin (Obesity factor)","string-db","7955.ENSDARP00000111103/7955.ENSDARP00000102366","physical","txid7955" +"F1QIS4","E9QGN5","si:ch211-159j13.2","Glutamate receptor","si:dkey-1h24.2","grik1a","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Glutamate receptor","string-db","7955.ENSDARP00000118019/7955.ENSDARP00000102366","physical","txid7955" +"F1QIS4","U3JAT9","si:ch211-159j13.2","Thyroid hormone receptor alpha b","si:dkey-1h24.2","thrab","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000102366","physical","txid7955" +"E4W699","E4W698","oxtr","oxtrl","oxtr","E4W698","Isotocin receptor-like 2 (Oxytocin receptor)","Isotocin receptor-like 1 (Oxytocin receptor like)","string-db","7955.ENSDARP00000064852/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","E9QGN5","oxtr","Glutamate receptor","oxtr","grik1a","Isotocin receptor-like 2 (Oxytocin receptor)","Glutamate receptor","string-db","7955.ENSDARP00000118019/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","X1WHD4","oxtr","Corticotropin-releasing factor receptor 1","oxtr","crhr1","Isotocin receptor-like 2 (Oxytocin receptor)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","A0A8M9PPS1","oxtr","Calcitonin receptor","oxtr","A0A8M9PPS1","Isotocin receptor-like 2 (Oxytocin receptor)","Calcitonin receptor","string-db","7955.ENSDARP00000116046/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","Q0D250","oxtr","ob-a","oxtr","Q0D250","Isotocin receptor-like 2 (Oxytocin receptor)","Leptin (Obesity factor)","string-db","7955.ENSDARP00000111103/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","F1QIS4","oxtr","si:ch211-159j13.2","oxtr","si:dkey-1h24.2","Isotocin receptor-like 2 (Oxytocin receptor)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","U3JAT9","oxtr","Thyroid hormone receptor alpha b","oxtr","thrab","Isotocin receptor-like 2 (Oxytocin receptor)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","B8JHS2","oxtr","ZFOR2","oxtr","oprm1","Isotocin receptor-like 2 (Oxytocin receptor)","Mu-type opioid receptor","string-db","7955.ENSDARP00000057610/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","Q1LUN9","oxtr","si:dkey-190l1.2","oxtr","gabbr2","Isotocin receptor-like 2 (Oxytocin receptor)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","string-db","7955.ENSDARP00000081052/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","B6E506","oxtr","drd1","oxtr","B6E506","Isotocin receptor-like 2 (Oxytocin receptor)","D(1A) dopamine receptor (Dopamine receptor D1)","string-db","7955.ENSDARP00000056809/7955.ENSDARP00000050113","physical","txid7955" +"E4W699","E7F3U8","oxtr","Muscarinic acetylcholine receptor","oxtr","chrm4a","Isotocin receptor-like 2 (Oxytocin receptor)","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000142993/7955.ENSDARP00000050113","physical","txid7955" +"Q7SZS1","F1QGH7","sox21a","ctnnb1","Q7SZS1","ctnnb1","Transcription factor Sox-21-A (SRY-box containing gene 21a)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000049338","physical","txid7955" +"Q6DI36","Q4V946","zgc:86635","fj12b07","Q6DI36","rabggtb","RAB15, member RAS oncogene family (Ras-related protein Rab-15) (Zgc:86635)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000049461","physical","txid7955" +"A0A0R4ITZ5","Q90459","Cyclin-dependent kinase inhibitor 1C-like","ccnd1","cdkn1cb","ccnd1","Cyclin-dependent kinase inhibitor 1C-like (Cyclin-dependent kinase inhibitor 1Cb)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000140338","physical","txid7955" +"A7IT77","F1QN44","Si:dkey-11p23.7","dap12","si:dkey-11p23.7","F1QN44","Si:dkey-11p23.7 (Sialic acid-binding Ig-like lectin 15 precursor) (Siglec-like protein 1)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000049975","physical","txid7955" +"Q6P0J9","E7FE54","zgc:77184","si:ch73-49o8.1","pigf","E7FE54","Phosphatidylinositol glycan anchor biosynthesis, class F (Phosphatidylinositol glycan, class F) (Phosphatidylinositol-glycan biosynthesis class F protein (EC 2.7.8.1))","GPI ethanolamine phosphate transferase 2","string-db","7955.ENSDARP00000055816/7955.ENSDARP00000050069","physical","txid7955" +"Q6P0J9","E9QI13","zgc:77184","GPI ethanolamine phosphate transferase 3","pigf","pigo","Phosphatidylinositol glycan anchor biosynthesis, class F (Phosphatidylinositol glycan, class F) (Phosphatidylinositol-glycan biosynthesis class F protein (EC 2.7.8.1))","GPI ethanolamine phosphate transferase 3","string-db","7955.ENSDARP00000118783/7955.ENSDARP00000050069","physical","txid7955" +"A0A8M9PPS1","E9QGN5","Calcitonin receptor","Glutamate receptor","A0A8M9PPS1","grik1a","Calcitonin receptor","Glutamate receptor","string-db","7955.ENSDARP00000118019/7955.ENSDARP00000116046","physical","txid7955" +"A0A8M9PPS1","U3JAT9","Calcitonin receptor","Thyroid hormone receptor alpha b","A0A8M9PPS1","thrab","Calcitonin receptor","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000116046","physical","txid7955" +"A0A8M9PPS1","A0A286YA88","Calcitonin receptor","iapp","A0A8M9PPS1","iapp","Calcitonin receptor","Islet amyloid polypeptide","string-db","7955.ENSDARP00000143880/7955.ENSDARP00000116046","physical","txid7955" +"Q0D250","X1WHD4","ob-a","Corticotropin-releasing factor receptor 1","Q0D250","crhr1","Leptin (Obesity factor)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000111103","physical","txid7955" +"Q0D250","E9QGN5","ob-a","Glutamate receptor","Q0D250","grik1a","Leptin (Obesity factor)","Glutamate receptor","string-db","7955.ENSDARP00000118019/7955.ENSDARP00000111103","physical","txid7955" +"Q0D250","U3JAT9","ob-a","Thyroid hormone receptor alpha b","Q0D250","thrab","Leptin (Obesity factor)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000111103","physical","txid7955" +"E9QGN5","P79728","Glutamate receptor","efna5b","grik1a","P79728","Glutamate receptor","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","string-db","7955.ENSDARP00000136933/7955.ENSDARP00000118019","physical","txid7955" +"E9QGN5","X1WHD4","Glutamate receptor","Corticotropin-releasing factor receptor 1","grik1a","crhr1","Glutamate receptor","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000118019","physical","txid7955" +"E9QGN5","E7F3U8","Glutamate receptor","Muscarinic acetylcholine receptor","grik1a","chrm4a","Glutamate receptor","Muscarinic acetylcholine receptor","string-db","7955.ENSDARP00000142993/7955.ENSDARP00000118019","physical","txid7955" +"B6E506","F1QIS4","drd1","si:ch211-159j13.2","B6E506","si:dkey-1h24.2","D(1A) dopamine receptor (Dopamine receptor D1)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000056809","physical","txid7955" +"B6E506","U3JAT9","drd1","Thyroid hormone receptor alpha b","B6E506","thrab","D(1A) dopamine receptor (Dopamine receptor D1)","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","string-db","7955.ENSDARP00000127358/7955.ENSDARP00000056809","physical","txid7955" +"B6E506","E7F359","drd1","D","B6E506","E7F359","D(1A) dopamine receptor (Dopamine receptor D1)","D(1) dopamine receptor (Dopamine receptor D1a)","string-db","7955.ENSDARP00000096874/7955.ENSDARP00000056809","physical","txid7955" +"B6E506","E9QGN5","drd1","Glutamate receptor","B6E506","grik1a","D(1A) dopamine receptor (Dopamine receptor D1)","Glutamate receptor","string-db","7955.ENSDARP00000118019/7955.ENSDARP00000056809","physical","txid7955" +"B6E506","X1WHD4","drd1","Corticotropin-releasing factor receptor 1","B6E506","crhr1","D(1A) dopamine receptor (Dopamine receptor D1)","Corticotropin-releasing factor receptor 1","string-db","7955.ENSDARP00000129646/7955.ENSDARP00000056809","physical","txid7955" +"Q503G5","Q1RLT1","zgc:110617","zgc:136869","Q503G5","gmpr2","GMP reductase (GMPR) (EC 1.7.1.7) (Guanosine 5'-monophosphate oxidoreductase) (Guanosine monophosphate reductase)","GMP reductase (GMPR) (EC 1.7.1.7) (Guanosine 5'-monophosphate oxidoreductase) (Guanosine monophosphate reductase)","string-db","7955.ENSDARP00000081732/7955.ENSDARP00000050129","physical","txid7955" +"Q6PGZ9","O13148","zgc:63493","epha4a","efna1a","O13148","Ephrin-A1a","Ephrin type-A receptor 4a (EC 2.7.10.1) (EPH-like kinase 2) (Tyrosine-protein kinase receptor ZEK2)","string-db","7955.ENSDARP00000123962/7955.ENSDARP00000050216","physical","txid7955" +"Q6PGZ9","Q5VSJ4","zgc:63493","fc51g03","efna1a","Q5VSJ4","Ephrin-A1a","receptor protein-tyrosine kinase (EC 2.7.10.1)","string-db","7955.ENSDARP00000093563/7955.ENSDARP00000050216","physical","txid7955" +"A2BHD8","A1L229","fc04h11","zgc:158609","hexb","A1L229","Beta-hexosaminidase (EC 3.2.1.52)","Beta-1,4 N-acetylgalactosaminyltransferase","string-db","7955.ENSDARP00000082248/7955.ENSDARP00000050270","physical","txid7955" +"A2BHD8","A0A8M2BDH6","fc04h11","Beta-1,4 N-acetylgalactosaminyltransferase","hexb","A0A8M2BDH6","Beta-hexosaminidase (EC 3.2.1.52)","Beta-1,4 N-acetylgalactosaminyltransferase","string-db","7955.ENSDARP00000128929/7955.ENSDARP00000050270","physical","txid7955" +"A2BHD8","F1R118","fc04h11","hexd","hexb","hexdc","Beta-hexosaminidase (EC 3.2.1.52)","beta-N-acetylhexosaminidase (EC 3.2.1.52)","string-db","7955.ENSDARP00000081501/7955.ENSDARP00000050270","physical","txid7955" +"A1L229","A0A8M2BDH6","zgc:158609","Beta-1,4 N-acetylgalactosaminyltransferase","A1L229","A0A8M2BDH6","Beta-1,4 N-acetylgalactosaminyltransferase","Beta-1,4 N-acetylgalactosaminyltransferase","string-db","7955.ENSDARP00000128929/7955.ENSDARP00000082248","physical","txid7955" +"Q6DBR2","Q5CB02","zgc:91925","si:dkey-22o20.1","b3gat2","Q5CB02","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","string-db","7955.ENSDARP00000059343/7955.ENSDARP00000050302","physical","txid7955" +"Q6DBR2","F8W289","zgc:91925","CHUNP6865","b3gat2","b3gat3","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","string-db","7955.ENSDARP00000124815/7955.ENSDARP00000050302","physical","txid7955" +"Q6DBR2","A0A8M2BH40","zgc:91925","b3gat1b","b3gat2","A0A8M2BH40","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","string-db","7955.ENSDARP00000153089/7955.ENSDARP00000050302","physical","txid7955" +"Q5CB02","A0A8M2BH40","si:dkey-22o20.1","b3gat1b","Q5CB02","A0A8M2BH40","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","string-db","7955.ENSDARP00000153089/7955.ENSDARP00000059343","physical","txid7955" +"Q08C26","A1L200","zgc:153732","zgc:110542","Q08C26","A1L200","Bloodthirsty-related gene family, member 12 (Zgc:153732)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000050356","physical","txid7955" +"Q08C26","A2BIR4","zgc:153732","UBE2L3","Q08C26","ube2l3b","Bloodthirsty-related gene family, member 12 (Zgc:153732)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000050356","physical","txid7955" +"F1QEC9","Q6DGE4","5,6-dihydroxyindole-2-carboxylic acid oxidase","hm:zeh0659","F1QEC9","Q6DGE4","5,6-dihydroxyindole-2-carboxylic acid oxidase (Tyrosinase-related protein 1)","5,6-dihydroxyindole-2-carboxylic acid oxidase (Tyrosinase-related protein 1)","string-db","7955.ENSDARP00000073055/7955.ENSDARP00000050527","physical","txid7955" +"A5D8S5","Q5YLG6","sh3rf1","OTTDARP00000007023","A5D8S5","rhov","E3 ubiquitin-protein ligase SH3RF1 (EC 2.3.2.27) (Plenty of SH3s) (Protein POSH) (RING-type E3 ubiquitin transferase SH3RF1) (SH3 domain-containing RING finger protein 1)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","string-db","7955.ENSDARP00000094132/7955.ENSDARP00000050558","physical","txid7955" +"E7FBI4","Q6TEN1","zgc:56630","rap1b","rap1ab","rap1b","small monomeric GTPase (EC 3.6.5.2)","Ras-related protein Rap-1b (EC 3.6.5.2)","string-db","7955.ENSDARP00000114387/7955.ENSDARP00000110237","physical","txid7955" +"E7FBI4","F1REV3","zgc:56630","krit1","rap1ab","F1REV3","small monomeric GTPase (EC 3.6.5.2)","Krev interaction trapped protein 1 (Krev interaction trapped 1) (Cerebral cavernous malformations 1 protein homolog) (Santa)","string-db","7955.ENSDARP00000138856/7955.ENSDARP00000110237","physical","txid7955" +"Q6PC13","Q58EK5","phb2","tdrd1","phb2a","Q58EK5","Prohibitin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000063383","physical","txid7955" +"Q4KMJ1","Q5SPB6","chac2","chac1","chac2","chac1","Putative glutathione-specific gamma-glutamylcyclotransferase 2 (Gamma-GCG 2) (EC 4.3.2.7) (Cation transport regulator-like protein 2)","Glutathione-specific gamma-glutamylcyclotransferase 1 (Gamma-GCG 1) (EC 4.3.2.7) (Cation transport regulator-like protein 1)","string-db","7955.ENSDARP00000094107/7955.ENSDARP00000050830","physical","txid7955" +"Q08ES4","A8E5K6","B-cell translocation gene 4","wu:fe49a05","Q08ES4","cnot8","B-cell translocation gene 4 (B-cell translocation protein 4a) (Protein BTG4)","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000050948","physical","txid7955" +"Q71SG7","F1RAK7","gcnt4","Beta-1,3-galactosyl-O-glycosyl-glycoprotein beta-1,6-N-acetylglucosaminyltransferase 3","Q71SG7","F1RAK7","Beta-1,3-galactosyl-O-glycosyl-glycoprotein beta-1,6-N-acetylglucosaminyltransferase 4 (EC 2.4.1.102)","Beta-1,3-galactosyl-O-glycosyl-glycoprotein beta-1,6-N-acetylglucosaminyltransferase 3 (EC 2.4.1.102) (EC 2.4.1.148) (EC 2.4.1.150) (C2GnT-mucin type)","string-db","7955.ENSDARP00000079686/7955.ENSDARP00000050987","physical","txid7955" +"Q6AZW2","Q568L5","akr1a1a","akr1a1b","akr1a1a","Q568L5","Aldo-keto reductase family 1 member A1-A (Alcohol dehydrogenase [NADP(+)] A) (EC 1.1.1.2) (Aldehyde reductase-A)","Aldo-keto reductase family 1 member A1-B (EC 1.1.1.2) (Alcohol dehydrogenase [NADP(+)] B) (Aldehyde reductase-B)","string-db","7955.ENSDARP00000119785/7955.ENSDARP00000051081","physical","txid7955" +"F6PDV8","Q5RH32","TR4","TR2","nr2c2","nr2c1","Nuclear receptor subfamily 2 group C member 2 (Nuclear receptor subfamily 2, group C, member 2)","Nuclear receptor subfamily 2 group C member 1 isoform X1 (Nuclear receptor subfamily 2, group C, member 1)","string-db","7955.ENSDARP00000131714/7955.ENSDARP00000107308","physical","txid7955" +"F1QCV2","Q6DRP3","hdac10","fb37b08","hdac10","snw1","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000109870","physical","txid7955" +"E7FH14","Q503Q8","Histone deacetylase","CH211-51H4.1","E7FH14","Q503Q8","Histone deacetylase (EC 3.5.1.98)","F-box-like/WD repeat-containing protein TBL1XR1 (Tbl1x receptor 1a) (Zgc:110312)","string-db","7955.ENSDARP00000105938/7955.ENSDARP00000100072","physical","txid7955" +"E7FH14","Q6DRP3","Histone deacetylase","fb37b08","E7FH14","snw1","Histone deacetylase (EC 3.5.1.98)","SNW domain-containing protein 1","string-db","7955.ENSDARP00000138373/7955.ENSDARP00000100072","physical","txid7955" +"F1RAU6","F1QUT1","Eip75B","fj43b09","nr1d1","per2","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","Period circadian protein homolog 2 (Circadian clock protein PERIOD 2)","string-db","7955.ENSDARP00000124374/7955.ENSDARP00000104933","physical","txid7955" +"F1RAU6","F1RDC0","Eip75B","apg5l","nr1d1","atg5","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000104933","physical","txid7955" +"Q06725","F1QGH7","nr2f1a","ctnnb1","nr2f1a","ctnnb1","Nuclear receptor subfamily 2 group F member 1-A (COUP transcription factor 1-A) (COUP-TFalpha-A) (zCOUP-TFI) (Seven-up related 44) (Svp[44]) (zSvp[44]) (Steroid receptor homolog SVP 44)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000116750","physical","txid7955" +"Q5RIW6","X1WGP9","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","POZ-, AT hook-, and zinc finger-containing protein 1","bach2b","patz1","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","POZ-, AT hook-, and zinc finger-containing protein 1 (POZ/BTB and AT hook-containing zinc finger 1)","string-db","7955.ENSDARP00000129407/7955.ENSDARP00000116013","physical","txid7955" +"F1R5N6","A5WWG2","bcl6","cip1","bcl6aa","cdkn1a","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","Cyclin-dependent kinase inhibitor 1","string-db","7955.ENSDARP00000114199/7955.ENSDARP00000107695","physical","txid7955" +"F1R5N6","Q7ZVD7","bcl6","zgc:56093","bcl6aa","chek1","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000133390/7955.ENSDARP00000107695","physical","txid7955" +"F1R5N6","Q6GMM1","bcl6","gadd45a","bcl6aa","gadd45ab","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","Growth arrest and DNA damage-inducible protein GADD45 alpha","string-db","7955.ENSDARP00000136652/7955.ENSDARP00000107695","physical","txid7955" +"F1R5N6","A5WWI3","bcl6","fj23a05","bcl6aa","bcl6ab","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","BCL6A transcription repressor b","string-db","7955.ENSDARP00000116903/7955.ENSDARP00000107695","physical","txid7955" +"F1R5N6","P79734","bcl6","tp53","bcl6aa","tp53","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000107695","physical","txid7955" +"Q7ZW09","P79734","zgc:55429","tp53","hnrnpl","tp53","Heterogeneous nuclear ribonucleoprotein L (Zgc:55429)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000051183","physical","txid7955" +"B0S6L0","Q2EI20","im:7158173","rest","kdm5c","Q2EI20","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","RE1-silencing transcription factor (Neural-restrictive silencer factor)","string-db","7955.ENSDARP00000136293/7955.ENSDARP00000110667","physical","txid7955" +"F1QSC3","A0A2R8RKR5","Growth factor receptor-bound protein 10 isoform X2","LOC103910147","grb10b","A0A2R8RKR5","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000122780","physical","txid7955" +"F1QSC3","F1QAD7","Growth factor receptor-bound protein 10 isoform X2","phosphatidylinositol-4,5-bisphosphate 3-kinase","grb10b","pik3ca","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000122780","physical","txid7955" +"F1QSC3","Q98TU0","Growth factor receptor-bound protein 10 isoform X2","gdnf","grb10b","Q98TU0","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000122780","physical","txid7955" +"A3QJZ0","Q5Y835","si:dkeyp-84g1.5","cGnRH-II","A3QJZ0","Q5Y835","Gonadotropin releasing hormone receptor 4 isoform X1 (Gonadotropin-releasing hormone receptor 4) (Gonadotropin-releasing hormone receptor GnRH-R4SHS)","Progonadoliberin [Cleaved into: Gonadoliberin (Gonadotropin-releasing hormone) (GnRH) (Luliberin) (Luteinizing hormone-releasing hormone) (LH-RH); GnRH-associated peptide (GnRH-associated peptide)]","string-db","7955.ENSDARP00000065778/7955.ENSDARP00000055566","physical","txid7955" +"Q1LVG4","Q6PC73","IRb","grb2","insrb","grb2b","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000096601","physical","txid7955" +"Q1LVG4","Q5RKN6","IRb","zgc:103549","insrb","grb2a","Tyrosine-protein kinase receptor (EC 2.7.10.1)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000096601","physical","txid7955" +"Q5TLE2","P48802","Fibroblast growth factor","fgf3","fgf5","fgf3","Fibroblast growth factor (FGF)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000051255","physical","txid7955" +"Q5TLE2","A5PMP7","Fibroblast growth factor","LOC103909601","fgf5","A5PMP7","Fibroblast growth factor (FGF)","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","string-db","7955.ENSDARP00000095859/7955.ENSDARP00000051255","physical","txid7955" +"Q5TLE2","Q208T6","Fibroblast growth factor","figf","fgf5","vegfd","Fibroblast growth factor (FGF)","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","string-db","7955.ENSDARP00000121602/7955.ENSDARP00000051255","physical","txid7955" +"Q5TLE2","Q7T3I6","Fibroblast growth factor","Vascular endothelial growth factor C","fgf5","vegfc","Fibroblast growth factor (FGF)","Vascular endothelial growth factor C","string-db","7955.ENSDARP00000092263/7955.ENSDARP00000051255","physical","txid7955" +"A5PMP7","A0A2R8Q0D8","LOC103909601","Platelet-derived growth factor subunit B","A5PMP7","A0A2R8Q0D8","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000095859","physical","txid7955" +"A5PMP7","F1R383","LOC103909601","vipr1","A5PMP7","F1R383","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","Vasoactive intestinal peptide receptor 1b (Vasoactive intestinal polypeptide receptor 1 isoform X1)","string-db","7955.ENSDARP00000116281/7955.ENSDARP00000095859","physical","txid7955" +"A5PMP7","A0A8M9Q3E7","LOC103909601","si:ch211-79m20.1","A5PMP7","A0A8M9Q3E7","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","Adenylate cyclase, terminal-differentiation specific (Platelet-derived growth factor beta polypeptide a)","string-db","7955.ENSDARP00000146148/7955.ENSDARP00000095859","physical","txid7955" +"A5PMP7","Q208T6","LOC103909601","figf","A5PMP7","vegfd","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","string-db","7955.ENSDARP00000121602/7955.ENSDARP00000095859","physical","txid7955" +"A5PMP7","P48802","LOC103909601","fgf3","A5PMP7","fgf3","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","string-db","7955.ENSDARP00000132485/7955.ENSDARP00000095859","physical","txid7955" +"Q7T2K9","A0A1D5NT24","Srfp1a","adam10","sfrp1a","adam10a","Secreted frizzled-related protein 1","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","string-db","7955.ENSDARP00000142998/7955.ENSDARP00000051490","physical","txid7955" +"Q7T2K9","P24257","Srfp1a","wnt1","sfrp1a","wnt1","Secreted frizzled-related protein 1","Protein Wnt-1","string-db","7955.ENSDARP00000072397/7955.ENSDARP00000051490","physical","txid7955" +"Q7T2K9","F1QTJ4","Srfp1a","LRP6","sfrp1a","F1QTJ4","Secreted frizzled-related protein 1","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000051490","physical","txid7955" +"Q66L51","A9JR86","coq5","coq4","Q66L51","A9JR86","2-methoxy-6-polyprenyl-1,4-benzoquinol methylase, mitochondrial (EC 2.1.1.201) (Ubiquinone biosynthesis methyltransferase COQ5)","Ubiquinone biosynthesis protein COQ4 homolog, mitochondrial (Coenzyme Q biosynthesis protein 4 homolog)","string-db","7955.ENSDARP00000140019/7955.ENSDARP00000051643","physical","txid7955" +"F6P784","F1QBE9","zgc:194112","Chemokine","ccl19a.2","F1QBE9","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","string-db","7955.ENSDARP00000095178/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A0A0R4IFJ9","zgc:194112","C-C motif chemokine 22-like","ccl19a.2","A0A0R4IFJ9","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","string-db","7955.ENSDARP00000132580/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A0A8M3AZJ3","zgc:194112","LOC101884623","ccl19a.2","A0A8M3AZJ3","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","C-C motif chemokine 5-like","string-db","7955.ENSDARP00000135517/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","B3DGJ7","zgc:194112","si:ch211-122l24.4","ccl19a.2","B3DGJ7","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A0A0R4IPJ5","zgc:194112","si:dkey-25o1.6","ccl19a.2","A0A0R4IPJ5","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A0A2R8QR67","zgc:194112","C-C motif chemokine 21-like","ccl19a.2","A0A2R8QR67","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A9ZPD8","zgc:194112","C-C motif chemokine 5","ccl19a.2","A9ZPD8","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","string-db","7955.ENSDARP00000093979/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A2BIR2","zgc:194112","ccl-c5a","ccl19a.2","ccl19a.1","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","C-C motif chemokine","string-db","7955.ENSDARP00000090385/7955.ENSDARP00000051667","physical","txid7955" +"F6P784","A0A0R4ISV2","zgc:194112","Chemokine","ccl19a.2","A0A0R4ISV2","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000051667","physical","txid7955" +"B3DGJ7","A0A2R8QR67","si:ch211-122l24.4","C-C motif chemokine 21-like","B3DGJ7","A0A2R8QR67","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000149475","physical","txid7955" +"F1QBE9","B3DGJ7","Chemokine","si:ch211-122l24.4","F1QBE9","B3DGJ7","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000095178","physical","txid7955" +"F1QBE9","A0A0R4ISV2","Chemokine","Chemokine","F1QBE9","A0A0R4ISV2","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000095178","physical","txid7955" +"F1QBE9","A0A2R8QR67","Chemokine","C-C motif chemokine 21-like","F1QBE9","A0A2R8QR67","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000095178","physical","txid7955" +"F1QBE9","A0A0R4IFJ9","Chemokine","C-C motif chemokine 22-like","F1QBE9","A0A0R4IFJ9","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","string-db","7955.ENSDARP00000132580/7955.ENSDARP00000095178","physical","txid7955" +"F1QBE9","A0A8M3AZJ3","Chemokine","LOC101884623","F1QBE9","A0A8M3AZJ3","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","C-C motif chemokine 5-like","string-db","7955.ENSDARP00000135517/7955.ENSDARP00000095178","physical","txid7955" +"F1QBE9","A0A0R4IPJ5","Chemokine","si:dkey-25o1.6","F1QBE9","A0A0R4IPJ5","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000095178","physical","txid7955" +"A0A0R4IPJ5","B3DGJ7","si:dkey-25o1.6","si:ch211-122l24.4","A0A0R4IPJ5","B3DGJ7","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000136441","physical","txid7955" +"A0A0R4IPJ5","A0A2R8QR67","si:dkey-25o1.6","C-C motif chemokine 21-like","A0A0R4IPJ5","A0A2R8QR67","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000136441","physical","txid7955" +"A0A0R4IPJ5","A0A0R4ISV2","si:dkey-25o1.6","Chemokine","A0A0R4IPJ5","A0A0R4ISV2","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000136441","physical","txid7955" +"A0A8M3AZJ3","A0A0R4ISV2","LOC101884623","Chemokine","A0A8M3AZJ3","A0A0R4ISV2","C-C motif chemokine 5-like","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000135517","physical","txid7955" +"A0A8M3AZJ3","A0A2R8QR67","LOC101884623","C-C motif chemokine 21-like","A0A8M3AZJ3","A0A2R8QR67","C-C motif chemokine 5-like","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000135517","physical","txid7955" +"A0A8M3AZJ3","A0A0R4IPJ5","LOC101884623","si:dkey-25o1.6","A0A8M3AZJ3","A0A0R4IPJ5","C-C motif chemokine 5-like","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000135517","physical","txid7955" +"A0A8M3AZJ3","B3DGJ7","LOC101884623","si:ch211-122l24.4","A0A8M3AZJ3","B3DGJ7","C-C motif chemokine 5-like","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000135517","physical","txid7955" +"A2BIR2","A0A0R4IFJ9","ccl-c5a","C-C motif chemokine 22-like","ccl19a.1","A0A0R4IFJ9","C-C motif chemokine","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","string-db","7955.ENSDARP00000132580/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","A9ZPD8","ccl-c5a","C-C motif chemokine 5","ccl19a.1","A9ZPD8","C-C motif chemokine","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","string-db","7955.ENSDARP00000093979/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","B3DGJ7","ccl-c5a","si:ch211-122l24.4","ccl19a.1","B3DGJ7","C-C motif chemokine","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","A0A8M3AZJ3","ccl-c5a","LOC101884623","ccl19a.1","A0A8M3AZJ3","C-C motif chemokine","C-C motif chemokine 5-like","string-db","7955.ENSDARP00000135517/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","F1QBE9","ccl-c5a","Chemokine","ccl19a.1","F1QBE9","C-C motif chemokine","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","string-db","7955.ENSDARP00000095178/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","A0A0R4IPJ5","ccl-c5a","si:dkey-25o1.6","ccl19a.1","A0A0R4IPJ5","C-C motif chemokine","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","A0A0R4ISV2","ccl-c5a","Chemokine","ccl19a.1","A0A0R4ISV2","C-C motif chemokine","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000090385","physical","txid7955" +"A2BIR2","A0A2R8QR67","ccl-c5a","C-C motif chemokine 21-like","ccl19a.1","A0A2R8QR67","C-C motif chemokine","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000090385","physical","txid7955" +"A0A0R4IFJ9","A0A0R4IPJ5","C-C motif chemokine 22-like","si:dkey-25o1.6","A0A0R4IFJ9","A0A0R4IPJ5","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","Chemokine (C-C motif) ligand 34b, duplicate 1 (Chemokine CCL-C24m precursor)","string-db","7955.ENSDARP00000136441/7955.ENSDARP00000132580","physical","txid7955" +"A0A0R4IFJ9","A0A8M3AZJ3","C-C motif chemokine 22-like","LOC101884623","A0A0R4IFJ9","A0A8M3AZJ3","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","C-C motif chemokine 5-like","string-db","7955.ENSDARP00000135517/7955.ENSDARP00000132580","physical","txid7955" +"A0A0R4IFJ9","A0A2R8QR67","C-C motif chemokine 22-like","C-C motif chemokine 21-like","A0A0R4IFJ9","A0A2R8QR67","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000132580","physical","txid7955" +"A0A0R4IFJ9","A0A0R4ISV2","C-C motif chemokine 22-like","Chemokine","A0A0R4IFJ9","A0A0R4ISV2","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000132580","physical","txid7955" +"A0A0R4IFJ9","B3DGJ7","C-C motif chemokine 22-like","si:ch211-122l24.4","A0A0R4IFJ9","B3DGJ7","C-C motif chemokine 22-like (Chemokine (C-C motif) ligand 39, duplicate 6)","Chemokine (C-C motif) ligand 34a, duplicate 4 (Si:ch211-122l24.4 protein) (Uncharacterized protein LOC100170820 precursor)","string-db","7955.ENSDARP00000149475/7955.ENSDARP00000132580","physical","txid7955" +"Q7T3C9","Q4V9I5","zgc:63961","zgc:112290","srp19","Q4V9I5","Signal recognition particle 19 kDa protein","Signal recognition particle 14 kDa protein (SRP14)","string-db","7955.ENSDARP00000155387/7955.ENSDARP00000051775","physical","txid7955" +"Q7T3C9","Q7ZVN5","zgc:63961","srp54","srp19","Q7ZVN5","Signal recognition particle 19 kDa protein","Signal recognition particle subunit SRP54 (EC 3.6.5.4) (Signal recognition particle 54 kDa protein)","string-db","7955.ENSDARP00000139136/7955.ENSDARP00000051775","physical","txid7955" +"Q7T3C9","Q7ZW94","zgc:63961","zgc:56668","srp19","srp9","Signal recognition particle 19 kDa protein","Signal recognition particle 9 kDa protein (SRP9)","string-db","7955.ENSDARP00000124362/7955.ENSDARP00000051775","physical","txid7955" +"Q7ZVN5","Q4V9I5","srp54","zgc:112290","Q7ZVN5","Q4V9I5","Signal recognition particle subunit SRP54 (EC 3.6.5.4) (Signal recognition particle 54 kDa protein)","Signal recognition particle 14 kDa protein (SRP14)","string-db","7955.ENSDARP00000155387/7955.ENSDARP00000139136","physical","txid7955" +"Q9W7J1","Q8QFX6","sema3aa","nrp1a","Q9W7J1","Q8QFX6","Semaphorin-3aa (Semaphorin-1A) (Semaphorin-Z1A) (Sema Z1A)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000051791","physical","txid7955" +"Q0D289","F1QJW0","mosmob","mosmoa","Q0D289","mosmoa","Modulator of smoothened protein (Attenuator of hedgehog)","Modulator of smoothened a (Uncharacterized protein C16orf52 homolog B)","string-db","7955.ENSDARP00000111286/7955.ENSDARP00000052003","physical","txid7955" +"F1QZX8","A0A0R4ISJ3","zgc:101658","wu:fb38g12","F1QZX8","xrn2","CDKN2A-interacting protein","5'-3' exoribonuclease (EC 3.1.13.-)","string-db","7955.ENSDARP00000138850/7955.ENSDARP00000052029","physical","txid7955" +"Q6AXL2","E7F1H9","zgc:92739","ythdf2","rida","ythdf2","Reactive intermediate imine deaminase A homolog (Ribonuclease UK114 isoform 1) (Zgc:92739)","YTH domain-containing family protein 2","string-db","7955.ENSDARP00000107692/7955.ENSDARP00000052096","physical","txid7955" +"E7F1H9","A1A5H6","ythdf2","cnot1","ythdf2","A1A5H6","YTH domain-containing family protein 2","CCR4-NOT transcription complex subunit 1 (CCR4-associated factor 1)","string-db","7955.ENSDARP00000111504/7955.ENSDARP00000107692","physical","txid7955" +"Q6TGS6","F1Q4R5","yars1","fi41d10","Q6TGS6","F1Q4R5","Tyrosine--tRNA ligase, cytoplasmic (EC 6.1.1.1) (Tyrosyl-tRNA synthetase) (TyrRS)","Tyrosine--tRNA ligase (EC 6.1.1.1) (Tyrosyl-tRNA synthetase)","string-db","7955.ENSDARP00000070911/7955.ENSDARP00000052125","physical","txid7955" +"B8JLP1","A0A0R4IIK0","si:dkey-285c2.8","Transmembrane protease, serine 13a","gp1bb","A0A0R4IIK0","Glycoprotein Ib platelet subunit beta (Platelet glycoprotein Ib beta chain precursor)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000118508","physical","txid7955" +"Q8UVY8","Q6NZT5","c/ebpg","fj36h07","cebpg","jun","CCAAT enhancer-binding protein gamma (CCAAT/enhancer binding protein (C/EBP), gamma) (CCAAT/enhancer-binding protein gamma)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","string-db","7955.ENSDARP00000063911/7955.ENSDARP00000052364","physical","txid7955" +"Q8JHF4","Q1A5L0","pals1a","Crumbs homolog 3a","Q8JHF4","crb3a","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","Crumbs homolog 3a (Crumbs-like protein 3a)","string-db","7955.ENSDARP00000139560/7955.ENSDARP00000123304","physical","txid7955" +"Q8JHF4","A0A8M3AVU8","pals1a","MAGUK p55 scaffold protein 4a","Q8JHF4","A0A8M3AVU8","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","MAGUK p55 scaffold protein 4a (MAGUK p55 subfamily member 4-like isoform X1)","string-db","7955.ENSDARP00000143320/7955.ENSDARP00000123304","physical","txid7955" +"Q8JHF4","A0A8M2B8K6","pals1a","inadl","Q8JHF4","A0A8M2B8K6","Protein PALS1 (MAGUK family factor) (MAGUK p55 subfamily member 5-A) (Nagie oko protein) (Protein associated with Lin-7 1)","InaD-like protein isoform X1 (PATJ crumbs cell polarity complex component)","string-db","7955.ENSDARP00000157175/7955.ENSDARP00000123304","physical","txid7955" +"A0A8M2BHE6","Q568S1","Cyclin-dependent kinase 5 activator","zgc:110126","A0A8M2BHE6","Q568S1","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000104135/7955.ENSDARP00000052419","physical","txid7955" +"A0A8M2BHE6","F1Q6W4","Cyclin-dependent kinase 5 activator","cdk5r1","A0A8M2BHE6","cdk5r1b","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000052419","physical","txid7955" +"A0A8M2BHE6","B3DH98","Cyclin-dependent kinase 5 activator","LOC568402","A0A8M2BHE6","B3DH98","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000055261/7955.ENSDARP00000052419","physical","txid7955" +"A0A8M2BHE6","Q6DEG2","Cyclin-dependent kinase 5 activator","zgc:91938","A0A8M2BHE6","Q6DEG2","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000098118/7955.ENSDARP00000052419","physical","txid7955" +"B3DH98","Q568S1","LOC568402","zgc:110126","B3DH98","Q568S1","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000104135/7955.ENSDARP00000055261","physical","txid7955" +"B3DH98","F1Q6W4","LOC568402","cdk5r1","B3DH98","cdk5r1b","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000066293/7955.ENSDARP00000055261","physical","txid7955" +"B3DH98","Q6DEG2","LOC568402","zgc:91938","B3DH98","Q6DEG2","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000098118/7955.ENSDARP00000055261","physical","txid7955" +"Q6DEG2","Q568S1","zgc:91938","zgc:110126","Q6DEG2","Q568S1","Cyclin-dependent kinase 5 activator","Cyclin-dependent kinase 5 activator","string-db","7955.ENSDARP00000104135/7955.ENSDARP00000098118","physical","txid7955" +"Q6DBR4","E7FGL0","tipin","Tim","Q6DBR4","timeless","TIMELESS-interacting protein","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000052473","physical","txid7955" +"Q6DBR4","Q5RHY1","tipin","mcm10","Q6DBR4","Q5RHY1","TIMELESS-interacting protein","Protein MCM10 homolog","string-db","7955.ENSDARP00000067338/7955.ENSDARP00000052473","physical","txid7955" +"E7FDV9","E7FC09","cars","cysteine--tRNA ligase","cars1","E7FC09","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","cysteine--tRNA ligase (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","string-db","7955.ENSDARP00000103031/7955.ENSDARP00000052513","physical","txid7955" +"Q9W5Z2","F1QGH7","pitx2","ctnnb1","pitx2","ctnnb1","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000052568","physical","txid7955" +"Q9W5Z2","Q6TGI4","pitx2","pit1","pitx2","Q6TGI4","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","POU domain protein","string-db","7955.ENSDARP00000076317/7955.ENSDARP00000052568","physical","txid7955" +"Q6TGI4","A0A8M9QI68","pit1","zfhx3","Q6TGI4","A0A8M9QI68","POU domain protein","Zinc finger homeobox 3 (Zinc finger homeobox protein 3 isoform X1)","string-db","7955.ENSDARP00000138913/7955.ENSDARP00000076317","physical","txid7955" +"E7FDL5","Q00P20","TRPM1b","Nyctalopin","E7FDL5","Q00P20","Transient receptor potential cation channel, subfamily M, member 1a","Nyctalopin (Nyctalopin precursor)","string-db","7955.ENSDARP00000083002/7955.ENSDARP00000052583","physical","txid7955" +"F1QX13","B0S697","C3-3","ch:af064832","F1QX13","B0S697","Complement C3a, tandem duplicate 3 (Complement component c3a, duplicate 3 precursor)","Complement factor properdin (Complement factor properdin precursor)","string-db","7955.ENSDARP00000117151/7955.ENSDARP00000052682","physical","txid7955" +"F1QX13","A0A8M1NF67","C3-3","Complement factor properdin isoform X1","F1QX13","A0A8M1NF67","Complement C3a, tandem duplicate 3 (Complement component c3a, duplicate 3 precursor)","Complement factor properdin isoform X1 (Complement factor properdin precursor) (Si:ch73-237c6.1)","string-db","7955.ENSDARP00000119415/7955.ENSDARP00000052682","physical","txid7955" +"F1QX13","E7FCV2","C3-3","Complement C5","F1QX13","E7FCV2","Complement C3a, tandem duplicate 3 (Complement component c3a, duplicate 3 precursor)","Complement C5 (Complement component 5)","string-db","7955.ENSDARP00000088095/7955.ENSDARP00000052682","physical","txid7955" +"B0S697","A0A0R4IMB2","ch:af064832","zgc:103710","B0S697","A0A0R4IMB2","Complement factor properdin (Complement factor properdin precursor)","Complement C3-H1-like precursor (Complement C3a, tandem duplicate 6)","string-db","7955.ENSDARP00000136143/7955.ENSDARP00000117151","physical","txid7955" +"B0S697","A0A8M1NF67","ch:af064832","Complement factor properdin isoform X1","B0S697","A0A8M1NF67","Complement factor properdin (Complement factor properdin precursor)","Complement factor properdin isoform X1 (Complement factor properdin precursor) (Si:ch73-237c6.1)","string-db","7955.ENSDARP00000119415/7955.ENSDARP00000117151","physical","txid7955" +"A0A8M1NF67","A0A0R4IMB2","Complement factor properdin isoform X1","zgc:103710","A0A8M1NF67","A0A0R4IMB2","Complement factor properdin isoform X1 (Complement factor properdin precursor) (Si:ch73-237c6.1)","Complement C3-H1-like precursor (Complement C3a, tandem duplicate 6)","string-db","7955.ENSDARP00000136143/7955.ENSDARP00000119415","physical","txid7955" +"A0A8M2BK33","E7EY50","Calcium-activated potassium channel subunit beta-2-like isoform X1","si:ch211-38m6.7","A0A8M2BK33","E7EY50","Calcium-activated potassium channel subunit beta-2-like isoform X1 (Si:ch211-247n2.1)","Calcium-activated potassium channel subunit beta-3-like isoform X2 (Si:ch211-38m6.7)","string-db","7955.ENSDARP00000086420/7955.ENSDARP00000052697","physical","txid7955" +"A0A8M2BK33","B7ZC96","Calcium-activated potassium channel subunit beta-2-like isoform X1","kcnma1a","A0A8M2BK33","B7ZC96","Calcium-activated potassium channel subunit beta-2-like isoform X1 (Si:ch211-247n2.1)","Calcium-activated potassium channel subunit alpha-1a (BK channel) (Potassium large conductance calcium-activated channel, subfamily M, alpha member 1a) (Slo1a) (Slowpoke homolog)","string-db","7955.ENSDARP00000118939/7955.ENSDARP00000052697","physical","txid7955" +"E7EY50","B7ZC96","si:ch211-38m6.7","kcnma1a","E7EY50","B7ZC96","Calcium-activated potassium channel subunit beta-3-like isoform X2 (Si:ch211-38m6.7)","Calcium-activated potassium channel subunit alpha-1a (BK channel) (Potassium large conductance calcium-activated channel, subfamily M, alpha member 1a) (Slo1a) (Slowpoke homolog)","string-db","7955.ENSDARP00000118939/7955.ENSDARP00000086420","physical","txid7955" +"E7FBK8","A3KQK4","fc59b02","si:dkey-202e17.1","c1galt1c1","A3KQK4","C1GALT1-specific chaperone 1","Glycoprotein-N-acetylgalactosamine 3-beta-galactosyltransferase 1 (EC 2.4.1.122) (Core 1 O-glycan T-synthase) (Core 1 UDP-galactose:N-acetylgalactosamine-alpha-R beta 1,3-galactosyltransferase 1) (Core 1 beta1,3-galactosyltransferase 1)","string-db","7955.ENSDARP00000121379/7955.ENSDARP00000052788","physical","txid7955" +"F1QSI9","A0A0R4IFJ3","fc65h12","Large neutral amino acids transporter small subunit 1","F1QSI9","A0A0R4IFJ3","Solute carrier family 3 (Amino acid transporter heavy chain), member 2a (Solute carrier family 3 member 2a)","Large neutral amino acids transporter small subunit 1 (Solute carrier family 7 member 5)","string-db","7955.ENSDARP00000133610/7955.ENSDARP00000052916","physical","txid7955" +"F1QSI9","Q6P3H9","fc65h12","zgc:55813","F1QSI9","slc3a2b","Solute carrier family 3 (Amino acid transporter heavy chain), member 2a (Solute carrier family 3 member 2a)","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","string-db","7955.ENSDARP00000053796/7955.ENSDARP00000052916","physical","txid7955" +"F1QSI9","A0A140LGS0","fc65h12","Cystine/glutamate transporter","F1QSI9","slc7a11","Solute carrier family 3 (Amino acid transporter heavy chain), member 2a (Solute carrier family 3 member 2a)","Cystine/glutamate transporter (Solute carrier family 7 member 11)","string-db","7955.ENSDARP00000142449/7955.ENSDARP00000052916","physical","txid7955" +"F1QSI9","F1QSV1","fc65h12","Cystine/glutamate transporter","F1QSI9","F1QSV1","Solute carrier family 3 (Amino acid transporter heavy chain), member 2a (Solute carrier family 3 member 2a)","Cystine/glutamate transporter (Si:ch73-352p4.8)","string-db","7955.ENSDARP00000059439/7955.ENSDARP00000052916","physical","txid7955" +"F1QSV1","A0A140LGS0","Cystine/glutamate transporter","Cystine/glutamate transporter","F1QSV1","slc7a11","Cystine/glutamate transporter (Si:ch73-352p4.8)","Cystine/glutamate transporter (Solute carrier family 7 member 11)","string-db","7955.ENSDARP00000142449/7955.ENSDARP00000059439","physical","txid7955" +"Q6P3H9","A0A0R4IFJ3","zgc:55813","Large neutral amino acids transporter small subunit 1","slc3a2b","A0A0R4IFJ3","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","Large neutral amino acids transporter small subunit 1 (Solute carrier family 7 member 5)","string-db","7955.ENSDARP00000133610/7955.ENSDARP00000053796","physical","txid7955" +"Q6P3H9","F1QSV1","zgc:55813","Cystine/glutamate transporter","slc3a2b","F1QSV1","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","Cystine/glutamate transporter (Si:ch73-352p4.8)","string-db","7955.ENSDARP00000059439/7955.ENSDARP00000053796","physical","txid7955" +"Q6P3H9","A0A140LGS0","zgc:55813","Cystine/glutamate transporter","slc3a2b","slc7a11","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","Cystine/glutamate transporter (Solute carrier family 7 member 11)","string-db","7955.ENSDARP00000142449/7955.ENSDARP00000053796","physical","txid7955" +"Q9MIY2","Q5BJA2","mt-nd4l","zgc:114172","mt-nd4l","Q5BJA2","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 5 (Complex I subunit B13) (Complex I-13kD-B) (NADH-ubiquinone oxidoreductase 13 kDa-B subunit)","string-db","7955.ENSDARP00000094070/7955.ENSDARP00000087877","physical","txid7955" +"Q9MIY2","Q9MIY1","mt-nd4l","mt-nd4","mt-nd4l","Q9MIY1","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","NADH-ubiquinone oxidoreductase chain 4 (EC 7.1.1.2) (NADH dehydrogenase subunit 4)","string-db","7955.ENSDARP00000087878/7955.ENSDARP00000087877","physical","txid7955" +"Q9MIY2","Q9MIX9","mt-nd4l","mt-nd6","mt-nd4l","mt-nd6","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","string-db","7955.ENSDARP00000087880/7955.ENSDARP00000087877","physical","txid7955" +"Q9MIY2","F1QHE9","mt-nd4l","fj19d10","mt-nd4l","ndufs7","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","string-db","7955.ENSDARP00000098301/7955.ENSDARP00000087877","physical","txid7955" +"Q9MIY2","Q9MIY0","mt-nd4l","mt-nd5","mt-nd4l","mt-nd5","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","string-db","7955.ENSDARP00000087879/7955.ENSDARP00000087877","physical","txid7955" +"Q9DDE3","Q8JFU3","ache","fj98e12","ache","Q8JFU3","Acetylcholinesterase (AChE) (EC 3.1.1.7)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000052988","physical","txid7955" +"F2Z4S3","G9MDF3","si:ch211-102c2.6","apoer2","tcn2","lrp8","Transcobalamin II (Transcobalamin-2 precursor)","Apolipoprotein E receptor 2 (Low density lipoprotein receptor-related protein 8, apolipoprotein e receptor) (Low-density lipoprotein receptor-related protein 8 precursor)","string-db","7955.ENSDARP00000143584/7955.ENSDARP00000053000","physical","txid7955" +"A5D8S8","A3KQ55","hexim1","mepce","A5D8S8","A3KQ55","Protein HEXIM1","7SK snRNA methylphosphate capping enzyme (MePCE) (EC 2.1.1.-) (Bicoid-interacting protein 3 homolog) (Bin3 homolog) (zBCDIN3)","string-db","7955.ENSDARP00000121674/7955.ENSDARP00000053002","physical","txid7955" +"A5D8S8","Q7ZWE3","hexim1","larp7","A5D8S8","Q7ZWE3","Protein HEXIM1","La-related protein 7 (La ribonucleoprotein domain family member 7)","string-db","7955.ENSDARP00000092507/7955.ENSDARP00000053002","physical","txid7955" +"Q7ZWE3","A3KQ55","larp7","mepce","Q7ZWE3","A3KQ55","La-related protein 7 (La ribonucleoprotein domain family member 7)","7SK snRNA methylphosphate capping enzyme (MePCE) (EC 2.1.1.-) (Bicoid-interacting protein 3 homolog) (Bin3 homolog) (zBCDIN3)","string-db","7955.ENSDARP00000121674/7955.ENSDARP00000092507","physical","txid7955" +"Q5BLF6","F1Q6I6","zgc:110736","hbx","Q5BLF6","F1Q6I6","Hemoglobin beta embryonic-3","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","string-db","7955.ENSDARP00000066382/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q7ZT21","zgc:110736","hbae1.2","Q5BLF6","Q7ZT21","Hemoglobin beta embryonic-3","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q90487","zgc:110736","hbaa1","Q5BLF6","hbaa1","Hemoglobin beta embryonic-3","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q6ZM13","zgc:110736","OTTDARP00000002011","Q5BLF6","Q6ZM13","Hemoglobin beta embryonic-3","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q6ZM17","zgc:110736","zgc:198284","Q5BLF6","si:ch211-5k11.8","Hemoglobin beta embryonic-3","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","O93548","zgc:110736","hbbe1.3","Q5BLF6","O93548","Hemoglobin beta embryonic-3","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q7T1B0","zgc:110736","Embryonic globin beta e2","Q5BLF6","hbbe2","Hemoglobin beta embryonic-3","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","string-db","7955.ENSDARP00000066383/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","A3KP86","zgc:110736","hbz","Q5BLF6","-","Hemoglobin beta embryonic-3","Uncharacterized protein LOC563335 (Zgc:163057)","string-db","7955.ENSDARP00000066384/7955.ENSDARP00000055622","physical","txid7955" +"Q5BLF6","Q90486","zgc:110736","ba1; ba1l","Q5BLF6","ba1;ba1l","Hemoglobin beta embryonic-3","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000055622","physical","txid7955" +"A3KP86","O93548","hbz","hbbe1.3","-","O93548","Uncharacterized protein LOC563335 (Zgc:163057)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000066384","physical","txid7955" +"A3KP86","Q90487","hbz","hbaa1","-","hbaa1","Uncharacterized protein LOC563335 (Zgc:163057)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000066384","physical","txid7955" +"A3KP86","Q90486","hbz","ba1; ba1l","-","ba1;ba1l","Uncharacterized protein LOC563335 (Zgc:163057)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000066384","physical","txid7955" +"A3KP86","Q6ZM17","hbz","zgc:198284","-","si:ch211-5k11.8","Uncharacterized protein LOC563335 (Zgc:163057)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000066384","physical","txid7955" +"A3KP86","Q7ZT21","hbz","hbae1.2","-","Q7ZT21","Uncharacterized protein LOC563335 (Zgc:163057)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000066384","physical","txid7955" +"A3KP86","Q6ZM13","hbz","OTTDARP00000002011","-","Q6ZM13","Uncharacterized protein LOC563335 (Zgc:163057)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000066384","physical","txid7955" +"F1Q6I6","Q90487","hbx","hbaa1","F1Q6I6","hbaa1","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","string-db","7955.ENSDARP00000101541/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","Q6ZM13","hbx","OTTDARP00000002011","F1Q6I6","Q6ZM13","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Hemoglobin, alpha adult 2 (Novel alpha globin) (Uncharacterized protein LOC497166)","string-db","7955.ENSDARP00000092484/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","A3KP86","hbx","hbz","F1Q6I6","-","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Uncharacterized protein LOC563335 (Zgc:163057)","string-db","7955.ENSDARP00000066384/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","Q6ZM17","hbx","zgc:198284","F1Q6I6","si:ch211-5k11.8","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","string-db","7955.ENSDARP00000100779/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","O93548","hbx","hbbe1.3","F1Q6I6","O93548","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Embryonic 1 beta-globin (Embryonic beta globin e1) (Hemoglobin beta embryonic-1.1) (Hemoglobin beta embryonic-1.2) (MGC173646 protein) (Novel protein similar to embryonic 1 beta-globin (BE1)) (Novel protein similar to zebrafish embryonic 1 beta-globin (BE1)) (Si:busm1-118j2.5)","string-db","7955.ENSDARP00000097665/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","Q7ZT21","hbx","hbae1.2","F1Q6I6","Q7ZT21","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Embryonic alpha globin e1 (Hbae1 protein) (Hemoglobin alpha embryonic-1) (Hemoglobin embryonic subunit alpha) (Hemoglobin, alpha embryonic 1.1) (Novel alpha-globin) (Novel alpha-type globin)","string-db","7955.ENSDARP00000092510/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","Q7T1B0","hbx","Embryonic globin beta e2","F1Q6I6","hbbe2","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","string-db","7955.ENSDARP00000066383/7955.ENSDARP00000066382","physical","txid7955" +"F1Q6I6","Q90486","hbx","ba1; ba1l","F1Q6I6","ba1;ba1l","Hemoglobin zeta (Hemoglobin, alpha embryonic 5)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","string-db","7955.ENSDARP00000092488/7955.ENSDARP00000066382","physical","txid7955" +"Q9I8K8","F1Q7W7","s1pr2","fd11a07","s1pr2","F1Q7W7","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","Sphingosine-1-phosphate receptor 5a","string-db","7955.ENSDARP00000115650/7955.ENSDARP00000053105","physical","txid7955" +"Q9I8K8","F1QC10","s1pr2","edg6","s1pr2","F1QC10","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","Sphingosine 1-phosphate receptor 4","string-db","7955.ENSDARP00000112534/7955.ENSDARP00000053105","physical","txid7955" +"Q9I8K8","A0A8M1NC80","s1pr2","s1pr3","s1pr2","A0A8M1NC80","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","Sphingosine-1-phosphate receptor 3a","string-db","7955.ENSDARP00000113862/7955.ENSDARP00000053105","physical","txid7955" +"F1QC10","F1Q7W7","edg6","fd11a07","F1QC10","F1Q7W7","Sphingosine 1-phosphate receptor 4","Sphingosine-1-phosphate receptor 5a","string-db","7955.ENSDARP00000115650/7955.ENSDARP00000112534","physical","txid7955" +"F1QC10","A0A8M1NC80","edg6","s1pr3","F1QC10","A0A8M1NC80","Sphingosine 1-phosphate receptor 4","Sphingosine-1-phosphate receptor 3a","string-db","7955.ENSDARP00000113862/7955.ENSDARP00000112534","physical","txid7955" +"A0A0R4IL29","B3DIC7","calr3","si:ch211-51f10.1","calr3b","B3DIC7","Calreticulin","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000135281","physical","txid7955" +"F1Q8W8","E7F1G6","calrl2","b2m","calr","E7F1G6","Calreticulin","Beta-2 microglobulin precursor (Beta-2-microglobulin,-like)","string-db","7955.ENSDARP00000109065/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","A0A0R4IZK4","calrl2","mhc1lca","calr","si:dkey-225f5.5","Calreticulin","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","string-db","7955.ENSDARP00000141825/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","Q5RFW0","calrl2","scara5","calr","scara5","Calreticulin","Scavenger receptor class A member 5","string-db","7955.ENSDARP00000126688/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","X1WF83","calrl2","si:ch211-147g22.3","calr","X1WF83","Calreticulin","Major histocompatibility complex class I LJA","string-db","7955.ENSDARP00000128887/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","Q7SXP0","calrl2","sec22bb","calr","sec22bb","Calreticulin","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","string-db","7955.ENSDARP00000136767/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","A0A0R4IL29","calrl2","calr3","calr","calr3b","Calreticulin","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","A0A8M1PSV3","calrl2","Calnexin-like","calr","A0A8M1PSV3","Calreticulin","Calnexin-like (Si:ch211-274f20.2)","string-db","7955.ENSDARP00000122942/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","B3DIC7","calrl2","si:ch211-51f10.1","calr","B3DIC7","Calreticulin","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","E7F2I0","calrl2","si:dkey-57h18.2","calr","tap2t","Calreticulin","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","string-db","7955.ENSDARP00000127120/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","Q6PE26","calrl2","calr","calr","calr3a","Calreticulin","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","A0A0R4IPV5","calrl2","psmb3","calr","p4hb","Calreticulin","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","A0A0G2KIH5","calrl2","si:dkey-52p2.4","calr","A0A0G2KIH5","Calreticulin","Major histocompatibility complex class I LLA","string-db","7955.ENSDARP00000132118/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","Q1LUU3","calrl2","Novel protein similar to tapasin","calr","Q1LUU3","Calreticulin","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","string-db","7955.ENSDARP00000095615/7955.ENSDARP00000092429","physical","txid7955" +"F1Q8W8","X1WF74","calrl2","Si:dkey-52p2.5","calr","X1WF74","Calreticulin","Si:dkey-52p2.5 (Zinc-alpha-2-glycoprotein-like precursor)","string-db","7955.ENSDARP00000128878/7955.ENSDARP00000092429","physical","txid7955" +"Q6PE26","A0A0R4IL29","calr","calr3","calr3a","calr3b","Calreticulin","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000130666","physical","txid7955" +"Q6PE26","B3DIC7","calr","si:ch211-51f10.1","calr3a","B3DIC7","Calreticulin","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000130666","physical","txid7955" +"Q6PE26","A0A0R4IPV5","calr","psmb3","calr3a","p4hb","Calreticulin","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000130666","physical","txid7955" +"Q535D9","E7F5V1","admr","Pro-adrenomedullin","Q535D9","E7F5V1","Adrenomedullin receptor (G-protein coupled receptor 182)","Pro-adrenomedullin","string-db","7955.ENSDARP00000127991/7955.ENSDARP00000053188","physical","txid7955" +"E7F5V1","A0A286YA88","Pro-adrenomedullin","iapp","E7F5V1","iapp","Pro-adrenomedullin","Islet amyloid polypeptide","string-db","7955.ENSDARP00000143880/7955.ENSDARP00000127991","physical","txid7955" +"B0S6H4","Q8UUT6","fj47d05","wu:fj36d03","plp2","Q8UUT6","Proteolipid protein 2","DMalpha1 (Myelin proteolipid protein) (Plp1a protein) (Proteolipid protein 1a)","string-db","7955.ENSDARP00000135083/7955.ENSDARP00000053202","physical","txid7955" +"Q5U373","F1QQD8","fc52g02","stradb","Q5U373","wu:fj77h11","Calcium-binding protein 39-like","STE20-related kinase adapter protein beta (Wu:fj77h11)","string-db","7955.ENSDARP00000150022/7955.ENSDARP00000053239","physical","txid7955" +"Q5U373","F1Q5T1","fc52g02","fj99g05","Q5U373","F1Q5T1","Calcium-binding protein 39-like","STE20-related kinase adapter protein alpha (STE20-related adapter protein)","string-db","7955.ENSDARP00000115217/7955.ENSDARP00000053239","physical","txid7955" +"F1Q5T1","F1QQD8","fj99g05","stradb","F1Q5T1","wu:fj77h11","STE20-related kinase adapter protein alpha (STE20-related adapter protein)","STE20-related kinase adapter protein beta (Wu:fj77h11)","string-db","7955.ENSDARP00000150022/7955.ENSDARP00000115217","physical","txid7955" +"Q7ZW16","A0A8M9P169","rnf41","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1","Q7ZW16","A0A8M9P169","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Ubiquitin carboxyl-terminal hydrolase 8 isoform X1 (Ubiquitin-specific peptidase 8)","string-db","7955.ENSDARP00000126067/7955.ENSDARP00000053471","physical","txid7955" +"Q7ZW16","Q7SXA3","rnf41","zgc:66168","Q7ZW16","rps27a","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000053471","physical","txid7955" +"Q7ZW16","F1QHN6","rnf41","im:7042025","Q7ZW16","ubc","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000053471","physical","txid7955" +"Q7ZW16","A0A0R4IBM0","rnf41","wu:fm70e01","Q7ZW16","nrg1","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","string-db","7955.ENSDARP00000131493/7955.ENSDARP00000053471","physical","txid7955" +"Q7ZW16","A0A0N4SUD2","rnf41","Ubi-p63E","Q7ZW16","ubb","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000053471","physical","txid7955" +"Q7ZW16","E7FGA4","rnf41","NRG2b","Q7ZW16","nrg2b","E3 ubiquitin-protein ligase NRDP1 (EC 2.3.2.27) (RING finger protein 41) (RING-type E3 ubiquitin transferase NRDP1)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000053471","physical","txid7955" +"B8A458","A0A8M1NH10","cb1027","si:dkey-7o6.3","smox","A0A8M1NH10","Spermine oxidase (EC 1.5.3.16)","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000113745/7955.ENSDARP00000053684","physical","txid7955" +"Q78AP9","Q803D1","arf3","wu:fb33e02","Q78AP9","arf1","ADP-ribosylation factor","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000053774","physical","txid7955" +"Q78AP9","Q49GP3","arf3","pi4kb","Q78AP9","pi4kb","ADP-ribosylation factor","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","string-db","7955.ENSDARP00000058665/7955.ENSDARP00000053774","physical","txid7955" +"Q7ZZA3","E9QBC5","si:dz202l16.2","cd9","fkbp11","E9QBC5","peptidylprolyl isomerase (EC 5.2.1.8)","Tetraspanin","string-db","7955.ENSDARP00000116547/7955.ENSDARP00000053775","physical","txid7955" +"Q90270","A3RK74","pou5f1","foxo1a","pou5f1","foxo1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Forkhead box protein O1-A","string-db","7955.ENSDARP00000134884/7955.ENSDARP00000065816","physical","txid7955" +"Q90270","O93599","pou5f1","STAT3b1","pou5f1","stat3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000065816","physical","txid7955" +"Q90270","F1QGH7","pou5f1","ctnnb1","pou5f1","ctnnb1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000065816","physical","txid7955" +"Q90270","Q5PQZ5","pou5f1","SRY-box 17","pou5f1","sox17","POU domain, class 5, transcription factor 1 (POU domain protein 2)","SRY-box 17 (SRY-box containing gene 17) (SRY-box transcription factor 17)","string-db","7955.ENSDARP00000135455/7955.ENSDARP00000065816","physical","txid7955" +"Q90270","Q6P0E1","pou5f1","sox2","pou5f1","sox2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Transcription factor Sox-2","string-db","7955.ENSDARP00000095266/7955.ENSDARP00000065816","physical","txid7955" +"Q802W2","B0S7W5","aldh9a1b","si:ch211-216k22.8","Q802W2","B0S7W5","4-trimethylaminobutyraldehyde dehydrogenase B (TMABA-DH) (TMABADH) (EC 1.2.1.47) (Aldehyde dehydrogenase family 9 member A1-B) (EC 1.2.1.3)","4-trimethylaminobutyraldehyde dehydrogenase (Aldehyde dehydrogenase 9 family, member A1a, tandem duplicate 2)","string-db","7955.ENSDARP00000091054/7955.ENSDARP00000053867","physical","txid7955" +"Q802W2","Q7ZVB2","aldh9a1b","aldh9a1a","Q802W2","Q7ZVB2","4-trimethylaminobutyraldehyde dehydrogenase B (TMABA-DH) (TMABADH) (EC 1.2.1.47) (Aldehyde dehydrogenase family 9 member A1-B) (EC 1.2.1.3)","4-trimethylaminobutyraldehyde dehydrogenase A (TMABA-DH) (TMABADH) (EC 1.2.1.47) (Aldehyde dehydrogenase family 9 member A1-A) (EC 1.2.1.3)","string-db","7955.ENSDARP00000091056/7955.ENSDARP00000053867","physical","txid7955" +"B0S7W5","Q7ZVB2","si:ch211-216k22.8","aldh9a1a","B0S7W5","Q7ZVB2","4-trimethylaminobutyraldehyde dehydrogenase (Aldehyde dehydrogenase 9 family, member A1a, tandem duplicate 2)","4-trimethylaminobutyraldehyde dehydrogenase A (TMABA-DH) (TMABADH) (EC 1.2.1.47) (Aldehyde dehydrogenase family 9 member A1-A) (EC 1.2.1.3)","string-db","7955.ENSDARP00000091056/7955.ENSDARP00000091054","physical","txid7955" +"Q8AV10","B0V1K7","SDF-1","sb:eu630","cxcl12a","B0V1K7","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","C-C chemokine receptor type 9 (Chemokine (C-C motif) receptor 9a)","string-db","7955.ENSDARP00000071978/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","F1Q8T9","SDF-1","C-X-C chemokine receptor type 2","cxcl12a","F1Q8T9","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","C-X-C chemokine receptor type 2 (High affinity interleukin-8 receptor B)","string-db","7955.ENSDARP00000071727/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","Q6NX86","SDF-1","HMGB1","cxcl12a","hmgb1a","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","A4IG54","SDF-1","cxcr7b","cxcl12a","ackr3b","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","Atypical chemokine receptor 3b (Cxcr7b protein)","string-db","7955.ENSDARP00000063664/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","Q9PTF7","SDF-1","CXCR4","cxcl12a","cxcr4b","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","string-db","7955.ENSDARP00000061498/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","Q6V9B5","SDF-1","sdf1b","cxcl12a","cxcl12b","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","string-db","7955.ENSDARP00000071878/7955.ENSDARP00000053945","physical","txid7955" +"Q8AV10","B5DDZ4","SDF-1","acta1","cxcl12a","dpp4","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","Acta1 protein (Dipeptidyl-peptidase 4)","string-db","7955.ENSDARP00000098701/7955.ENSDARP00000053945","physical","txid7955" +"B0V1K7","F1QBE9","sb:eu630","Chemokine","B0V1K7","F1QBE9","C-C chemokine receptor type 9 (Chemokine (C-C motif) receptor 9a)","Chemokine (C-C motif) ligand 25b (Chemokine CCL-C11a precursor)","string-db","7955.ENSDARP00000095178/7955.ENSDARP00000071978","physical","txid7955" +"B0V1K7","A0A0R4ISV2","sb:eu630","Chemokine","B0V1K7","A0A0R4ISV2","C-C chemokine receptor type 9 (Chemokine (C-C motif) receptor 9a)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000071978","physical","txid7955" +"B0V1K7","A0A2R8QR67","sb:eu630","C-C motif chemokine 21-like","B0V1K7","A0A2R8QR67","C-C chemokine receptor type 9 (Chemokine (C-C motif) receptor 9a)","C-C motif chemokine 21-like (Chemokine (C-C motif) ligand 25a)","string-db","7955.ENSDARP00000155616/7955.ENSDARP00000071978","physical","txid7955" +"B0V1K7","A9ZPD8","sb:eu630","C-C motif chemokine 5","B0V1K7","A9ZPD8","C-C chemokine receptor type 9 (Chemokine (C-C motif) receptor 9a)","C-C motif chemokine 5 (Small-inducible cytokine A5) (T-cell-specific protein RANTES)","string-db","7955.ENSDARP00000093979/7955.ENSDARP00000071978","physical","txid7955" +"Q58EF9","Q5BJJ6","zgc:110847","mat2b","mat2ab","Q5BJJ6","S-adenosylmethionine synthase (EC 2.5.1.6)","Methionine adenosyltransferase 2 subunit beta (Methionine adenosyltransferase II beta) (MAT II beta)","string-db","7955.ENSDARP00000123222/7955.ENSDARP00000053962","physical","txid7955" +"Q58EF9","F1QYU7","zgc:110847","MAT2AA","mat2ab","F1QYU7","S-adenosylmethionine synthase (EC 2.5.1.6)","S-adenosylmethionine synthase (EC 2.5.1.6)","string-db","7955.ENSDARP00000105782/7955.ENSDARP00000053962","physical","txid7955" +"F1QYU7","Q5BJJ6","MAT2AA","mat2b","F1QYU7","Q5BJJ6","S-adenosylmethionine synthase (EC 2.5.1.6)","Methionine adenosyltransferase 2 subunit beta (Methionine adenosyltransferase II beta) (MAT II beta)","string-db","7955.ENSDARP00000123222/7955.ENSDARP00000105782","physical","txid7955" +"Q6P0E5","Q7T2E8","ddrgk1","rhoac","Q6P0E5","rhoac","DDRGK domain-containing protein 1","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000054056","physical","txid7955" +"F1QVR8","F1RCY7","mettl5","RNA-binding motif protein 15","mettl5","rbm15","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000090567","physical","txid7955" +"F1QVR8","E7FGZ9","mettl5","Zinc finger CCCH domain-containing protein 4","mettl5","zc3h4","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","string-db","7955.ENSDARP00000097865/7955.ENSDARP00000090567","physical","txid7955" +"F1QVR8","A0A0R4IAI1","mettl5","si:ch211-79l20.4","mettl5","A0A0R4IAI1","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000090567","physical","txid7955" +"Q6DC64","A0A0R4IAI1","mettl16","si:ch211-79l20.4","Q6DC64","A0A0R4IAI1","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000072692","physical","txid7955" +"Q6DC64","F1QVR8","mettl16","mettl5","Q6DC64","mettl5","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","string-db","7955.ENSDARP00000090567/7955.ENSDARP00000072692","physical","txid7955" +"Q6DC64","F1RCY7","mettl16","RNA-binding motif protein 15","Q6DC64","rbm15","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000072692","physical","txid7955" +"Q6DC64","Q6NZ22","mettl16","mettl14","Q6DC64","mettl14","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000072692","physical","txid7955" +"E7FGZ9","A0A0R4IAI1","Zinc finger CCCH domain-containing protein 4","si:ch211-79l20.4","zc3h4","A0A0R4IAI1","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","Protein virilizer homolog isoform X2 (Vir-like m6A methyltransferase-associated)","string-db","7955.ENSDARP00000131427/7955.ENSDARP00000097865","physical","txid7955" +"E7FGZ9","F1RCY7","Zinc finger CCCH domain-containing protein 4","RNA-binding motif protein 15","zc3h4","rbm15","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000097865","physical","txid7955" +"Q9PUR2","Q8UUZ6","cryab","wu:fc06h04","Q9PUR2","cryaa","Alpha-crystallin B chain (Alpha(B)-crystallin)","Alpha-crystallin A chain","string-db","7955.ENSDARP00000070021/7955.ENSDARP00000062522","physical","txid7955" +"A0A2R8QM83","B3DI94","zgc:73348","tmem186","A0A2R8QM83","tmem186","Transmembrane protein 126A","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000148912","physical","txid7955" +"Q5CZW0","B0S673","zgc:113197","coa1","ndufaf1","B0S673","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","Cytochrome c oxidase assembly factor 1 homolog isoform X2 (Ribosomal protein L37)","string-db","7955.ENSDARP00000145438/7955.ENSDARP00000118047","physical","txid7955" +"Q5CZW0","Q08CK1","zgc:113197","ecsit","ndufaf1","Q08CK1","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000118047","physical","txid7955" +"Q5CZW0","A0A2R8QM83","zgc:113197","zgc:73348","ndufaf1","A0A2R8QM83","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","Transmembrane protein 126A","string-db","7955.ENSDARP00000148912/7955.ENSDARP00000118047","physical","txid7955" +"Q5CZW0","B3DI94","zgc:113197","tmem186","ndufaf1","tmem186","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","Transmembrane protein 186","string-db","7955.ENSDARP00000156317/7955.ENSDARP00000118047","physical","txid7955" +"Q5CZW0","Q498W6","zgc:113197","zgc:112053","ndufaf1","Q498W6","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 12","string-db","7955.ENSDARP00000121890/7955.ENSDARP00000118047","physical","txid7955" +"Q561Y0","Q0P448","dnaaf10","dpcd","wdr92","dpcd","Dynein axonemal assembly factor 10 (WD repeat-containing protein 92)","Protein DPCD","string-db","7955.ENSDARP00000079744/7955.ENSDARP00000054317","physical","txid7955" +"Q5G872","Q92008","scube2","shha","Q5G872","Q92008","Signal peptide, CUB and EGF-like domain-containing protein 2 (Protein You)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000054365","physical","txid7955" +"Q5G872","Q90419","scube2","shhb","Q5G872","shhb","Signal peptide, CUB and EGF-like domain-containing protein 2 (Protein You)","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000056746/7955.ENSDARP00000054365","physical","txid7955" +"Q5G872","Q98862","scube2","ihhb","Q5G872","Q98862","Signal peptide, CUB and EGF-like domain-containing protein 2 (Protein You)","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000054365","physical","txid7955" +"F2Z4U5","Q6P2T4","zgc:56197","zgc:56502","rad9a","rad1","Cell cycle checkpoint control protein","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","string-db","7955.ENSDARP00000059353/7955.ENSDARP00000054419","physical","txid7955" +"F2Z4U5","B0S509","zgc:56197","rad9a","rad9a","B0S509","Cell cycle checkpoint control protein","Cell cycle checkpoint control protein","string-db","7955.ENSDARP00000121853/7955.ENSDARP00000054419","physical","txid7955" +"P26632","A0A0R4IJ40","egr1","hm:gc12","P26632","A0A0R4IJ40","Early growth response protein 1 (EGR-1) (Zinc finger protein Krox-24)","Agrin","string-db","7955.ENSDARP00000133459/7955.ENSDARP00000054459","physical","txid7955" +"P26632","O93599","egr1","STAT3b1","P26632","stat3","Early growth response protein 1 (EGR-1) (Zinc finger protein Krox-24)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000054459","physical","txid7955" +"A0A0R4IJ40","Q8JFU3","hm:gc12","fj98e12","A0A0R4IJ40","Q8JFU3","Agrin","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000133459","physical","txid7955" +"A0A0R4IJ40","A0A2R8PYI8","hm:gc12","eni","A0A0R4IJ40","A0A2R8PYI8","Agrin","Low density lipoprotein receptor-related protein 4","string-db","7955.ENSDARP00000144988/7955.ENSDARP00000133459","physical","txid7955" +"Q5XJJ5","A8E5G1","zgc:101880","anx2b","Q5XJJ5","anxa2b","Protein S100 (S100 calcium-binding protein)","Annexin","string-db","7955.ENSDARP00000057288/7955.ENSDARP00000054468","physical","txid7955" +"Q5XJJ5","Q7ZVA4","zgc:101880","hm:zehn1116","Q5XJJ5","Q7ZVA4","Protein S100 (S100 calcium-binding protein)","Protein S100 (S100 calcium-binding protein)","string-db","7955.ENSDARP00000124401/7955.ENSDARP00000054468","physical","txid7955" +"Q5XJJ5","A0A8M2B557","zgc:101880","Neuroblast differentiation-associated protein AHNAK isoform X1","Q5XJJ5","A0A8M2B557","Protein S100 (S100 calcium-binding protein)","Neuroblast differentiation-associated protein AHNAK isoform X1 (Si:ch211-125o16.4)","string-db","7955.ENSDARP00000073857/7955.ENSDARP00000054468","physical","txid7955" +"Q5XJJ5","Q5XJM0","zgc:101880","Annexin","Q5XJJ5","Q5XJM0","Protein S100 (S100 calcium-binding protein)","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000054468","physical","txid7955" +"Q5XJJ5","F1QZ50","zgc:101880","AHNAK nucleoprotein","Q5XJJ5","ahnak","Protein S100 (S100 calcium-binding protein)","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","string-db","7955.ENSDARP00000082917/7955.ENSDARP00000054468","physical","txid7955" +"A0A8M2B557","Q7ZVA4","Neuroblast differentiation-associated protein AHNAK isoform X1","hm:zehn1116","A0A8M2B557","Q7ZVA4","Neuroblast differentiation-associated protein AHNAK isoform X1 (Si:ch211-125o16.4)","Protein S100 (S100 calcium-binding protein)","string-db","7955.ENSDARP00000124401/7955.ENSDARP00000073857","physical","txid7955" +"A0A8M2B557","F1QZ50","Neuroblast differentiation-associated protein AHNAK isoform X1","AHNAK nucleoprotein","A0A8M2B557","ahnak","Neuroblast differentiation-associated protein AHNAK isoform X1 (Si:ch211-125o16.4)","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","string-db","7955.ENSDARP00000082917/7955.ENSDARP00000073857","physical","txid7955" +"A0A8M2B557","Q5XJM0","Neuroblast differentiation-associated protein AHNAK isoform X1","Annexin","A0A8M2B557","Q5XJM0","Neuroblast differentiation-associated protein AHNAK isoform X1 (Si:ch211-125o16.4)","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000073857","physical","txid7955" +"F1QZ50","Q5XJM0","AHNAK nucleoprotein","Annexin","ahnak","Q5XJM0","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000082917","physical","txid7955" +"F1QZ50","M9MMC0","AHNAK nucleoprotein","si:dkey-91f15.5","ahnak","M9MMC0","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","Obscurin-like cytoskeletal adaptor 1a (Obscurin-like protein 1 (EC 2.7.11.18))","string-db","7955.ENSDARP00000122095/7955.ENSDARP00000082917","physical","txid7955" +"F1QZ50","Q7ZVA4","AHNAK nucleoprotein","hm:zehn1116","ahnak","Q7ZVA4","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","Protein S100 (S100 calcium-binding protein)","string-db","7955.ENSDARP00000124401/7955.ENSDARP00000082917","physical","txid7955" +"Q7ZVA4","Q5XJM0","hm:zehn1116","Annexin","Q7ZVA4","Q5XJM0","Protein S100 (S100 calcium-binding protein)","Annexin","string-db","7955.ENSDARP00000135669/7955.ENSDARP00000124401","physical","txid7955" +"Q5EFQ8","E7FEV9","zgc:194510","Hepatitis A virus cellular receptor 1 homolog isoform X1","il10","E7FEV9","Interleukin family protein","Hepatitis A virus cellular receptor 1 homolog isoform X1 (Hepatitis A virus cellular receptor 2)","string-db","7955.ENSDARP00000112142/7955.ENSDARP00000098423","physical","txid7955" +"Q5EFQ8","Q1RLY5","zgc:194510","zgc:136695","il10","lck","Interleukin family protein","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000098423","physical","txid7955" +"Q5EFQ8","E9QDP8","zgc:194510","il-7ra","il10","il7r","Interleukin family protein","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000098423","physical","txid7955" +"P51046","P51049","mtnr1aa","mtnr1bb","P51046","P51049","Melatonin receptor type 1A-A (Mel-1A-R-A) (Mel1a receptor A) (Melatonin receptor Mel1a Z1.7-4) (zMel1a1)","Melatonin receptor type 1B-B (Mel-1B-R-B) (Mel1b receptor B) (Melatonin receptor Mel1b Z2.6-4) (zMel1b-1)","string-db","7955.ENSDARP00000072688/7955.ENSDARP00000054673","physical","txid7955" +"F1RCA6","Q08BF4","st3Gal-V","zgc:153853","F1RCA6","st3gal7","Lactosylceramide alpha-2,3-sialyltransferase (EC 2.4.3.9) (CMP-NeuAc:lactosylceramide alpha-2,3-sialyltransferase) (Ganglioside GM3 synthase) (ST3Gal V) (Sialyltransferase 9)","ST3 beta-galactoside alpha-2,3-sialyltransferase 5, like (ST3 beta-galactoside alpha-2,3-sialyltransferase 7) (Zgc:153853 protein)","string-db","7955.ENSDARP00000090620/7955.ENSDARP00000054689","physical","txid7955" +"E7EYF3","A0A0N4SUD2","E1 ubiquitin-activating enzyme","Ubi-p63E","uba7","ubb","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128383","physical","txid7955" +"E7EYF3","Q7SXA3","E1 ubiquitin-activating enzyme","zgc:66168","uba7","rps27a","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000128383","physical","txid7955" +"E7EYF3","F1QHN6","E1 ubiquitin-activating enzyme","im:7042025","uba7","ubc","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128383","physical","txid7955" +"A0A8M9PY01","A0A0N4SUD2","si:dkey-82j4.2","Ubi-p63E","A0A8M9PY01","ubb","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000102515","physical","txid7955" +"A0A8M9PY01","E7EYF3","si:dkey-82j4.2","E1 ubiquitin-activating enzyme","A0A8M9PY01","uba7","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","string-db","7955.ENSDARP00000128383/7955.ENSDARP00000102515","physical","txid7955" +"A0A8M9PY01","Q7SXA3","si:dkey-82j4.2","zgc:66168","A0A8M9PY01","rps27a","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000102515","physical","txid7955" +"A0A8M9PY01","F1QHN6","si:dkey-82j4.2","im:7042025","A0A8M9PY01","ubc","E1 ubiquitin-activating enzyme (EC 6.2.1.45)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000102515","physical","txid7955" +"P86347","Q5XLR4","cdca9","cdca8","P86347","Q5XLR4","Borealin-2 (Cell division cycle-associated protein 8.2) (Cell division cycle-associated protein 9) (Dasra-A) (DrDasraA)","Borealin (Cell division cycle-associated protein 8) (Dasra-B) (DasraB) (DrDasraB)","string-db","7955.ENSDARP00000143774/7955.ENSDARP00000127103","physical","txid7955" +"Q9W7M8","Q45QT2","tmsb","Tbeta11","tmsb","tmsb4x","Thymosin beta","Thymosin beta","string-db","7955.ENSDARP00000095248/7955.ENSDARP00000071665","physical","txid7955" +"Q3YL68","A0A8M9PDW9","b4galt5","Beta-1,4-galactosyltransferase","Q3YL68","A0A8M9PDW9","Beta-1,4-galactosyltransferase 5 (Beta-1,4-GalTase 5) (Beta4Gal-T5) (b4Gal-T5) (EC 2.4.1.-) (Beta-1,4-GalT II) (Glucosylceramide beta-1,4-galactosyltransferase) (EC 2.4.1.274) (Lactosylceramide synthase) (LacCer synthase) (UDP-Gal:beta-GlcNAc beta-1,4-galactosyltransferase 5) (UDP-galactose:beta-N-acetylglucosamine beta-1,4-galactosyltransferase 5)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000084432/7955.ENSDARP00000055098","physical","txid7955" +"Q3YL68","A0A0R4ICJ7","b4galt5","CH1073-177A15.1","Q3YL68","b4galt4","Beta-1,4-galactosyltransferase 5 (Beta-1,4-GalTase 5) (Beta4Gal-T5) (b4Gal-T5) (EC 2.4.1.-) (Beta-1,4-GalT II) (Glucosylceramide beta-1,4-galactosyltransferase) (EC 2.4.1.274) (Lactosylceramide synthase) (LacCer synthase) (UDP-Gal:beta-GlcNAc beta-1,4-galactosyltransferase 5) (UDP-galactose:beta-N-acetylglucosamine beta-1,4-galactosyltransferase 5)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000139422/7955.ENSDARP00000055098","physical","txid7955" +"Q3YL68","A8WHZ0","b4galt5","si:ch211-261p7.4","Q3YL68","b4galt2","Beta-1,4-galactosyltransferase 5 (Beta-1,4-GalTase 5) (Beta4Gal-T5) (b4Gal-T5) (EC 2.4.1.-) (Beta-1,4-GalT II) (Glucosylceramide beta-1,4-galactosyltransferase) (EC 2.4.1.274) (Lactosylceramide synthase) (LacCer synthase) (UDP-Gal:beta-GlcNAc beta-1,4-galactosyltransferase 5) (UDP-galactose:beta-N-acetylglucosamine beta-1,4-galactosyltransferase 5)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000116525/7955.ENSDARP00000055098","physical","txid7955" +"Q3YL68","C1KH59","b4galt5","zgc:154116","Q3YL68","b4galt1l","Beta-1,4-galactosyltransferase 5 (Beta-1,4-GalTase 5) (Beta4Gal-T5) (b4Gal-T5) (EC 2.4.1.-) (Beta-1,4-GalT II) (Glucosylceramide beta-1,4-galactosyltransferase) (EC 2.4.1.274) (Lactosylceramide synthase) (LacCer synthase) (UDP-Gal:beta-GlcNAc beta-1,4-galactosyltransferase 5) (UDP-galactose:beta-N-acetylglucosamine beta-1,4-galactosyltransferase 5)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000055098","physical","txid7955" +"A8WHZ0","A0A0R4ICJ7","si:ch211-261p7.4","CH1073-177A15.1","b4galt2","b4galt4","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000139422/7955.ENSDARP00000116525","physical","txid7955" +"A8WHZ0","C1KH59","si:ch211-261p7.4","zgc:154116","b4galt2","b4galt1l","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000116525","physical","txid7955" +"A0A8M9PDW9","C1KH59","Beta-1,4-galactosyltransferase","zgc:154116","A0A8M9PDW9","b4galt1l","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000135827/7955.ENSDARP00000084432","physical","txid7955" +"A0A8M9PDW9","A0A0R4ICJ7","Beta-1,4-galactosyltransferase","CH1073-177A15.1","A0A8M9PDW9","b4galt4","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000139422/7955.ENSDARP00000084432","physical","txid7955" +"A0A8M9PDW9","A8WHZ0","Beta-1,4-galactosyltransferase","si:ch211-261p7.4","A0A8M9PDW9","b4galt2","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000116525/7955.ENSDARP00000084432","physical","txid7955" +"A0A8M9PDW9","E7FCM6","Beta-1,4-galactosyltransferase","Beta-1,4-galactosyltransferase","A0A8M9PDW9","si:dkey-199f5.8","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","string-db","7955.ENSDARP00000116584/7955.ENSDARP00000084432","physical","txid7955" +"Q5BJ19","Q7ZUR6","Nicotinamide riboside kinase 1","cb985","nmrk1","mibp2","Nicotinamide riboside kinase 1 (EC 2.7.1.22) (Zgc:113113)","Muscle-specific beta 1 integrin-binding protein 2","string-db","7955.ENSDARP00000134727/7955.ENSDARP00000055258","physical","txid7955" +"Q5BJ19","Q7ZW81","Nicotinamide riboside kinase 1","cb1024","nmrk1","mibp","Nicotinamide riboside kinase 1 (EC 2.7.1.22) (Zgc:113113)","Mibp protein (Muscle-specific beta 1 integrin-binding protein) (Nicotinamide riboside kinase 2)","string-db","7955.ENSDARP00000137169/7955.ENSDARP00000055258","physical","txid7955" +"F1RBL6","Q6P5K1","Cytohesin 4a","arl4a","cyth4a","arl4aa","Cytohesin 4a (Cytohesin-3)","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","string-db","7955.ENSDARP00000141503/7955.ENSDARP00000055407","physical","txid7955" +"Q5Y835","F1QW13","cGnRH-II","sGnRH","Q5Y835","F1QW13","Progonadoliberin [Cleaved into: Gonadoliberin (Gonadotropin-releasing hormone) (GnRH) (Luliberin) (Luteinizing hormone-releasing hormone) (LH-RH); GnRH-associated peptide (GnRH-associated peptide)]","Progonadoliberin [Cleaved into: Gonadoliberin (Gonadotropin-releasing hormone) (GnRH) (Luliberin) (Luteinizing hormone-releasing hormone) (LH-RH); GnRH-associated peptide (GnRH-associated peptide)]","string-db","7955.ENSDARP00000073133/7955.ENSDARP00000065778","physical","txid7955" +"Q0H2G3","F1Q5R8","RALDH3","aox6","aldh1a3","aox6","Aldehyde dehydrogenase 1 family member A3 (Aldehyde dehydrogenase 1 family, member A3) (Aldehyde dehydrogenase family 1 member A3 (EC 1.2.1.5)) (RALDH3) (Retinaldehyde dehydrogenase family 1 subfamily A3)","Aldehyde oxidase (EC 1.2.3.1) (Aldehyde oxidase beta) (Aldehyde oxidase isoform X1)","string-db","7955.ENSDARP00000136674/7955.ENSDARP00000055592","physical","txid7955" +"Q0H2G3","M1ZMM0","RALDH3","aox3","aldh1a3","M1ZMM0","Aldehyde dehydrogenase 1 family member A3 (Aldehyde dehydrogenase 1 family, member A3) (Aldehyde dehydrogenase family 1 member A3 (EC 1.2.1.5)) (RALDH3) (Retinaldehyde dehydrogenase family 1 subfamily A3)","Xanthine dehydrogenase/oxidase (EC 1.17.1.4) (EC 1.17.3.2)","string-db","7955.ENSDARP00000134334/7955.ENSDARP00000055592","physical","txid7955" +"M1ZMM0","F1Q5R8","aox3","aox6","M1ZMM0","aox6","Xanthine dehydrogenase/oxidase (EC 1.17.1.4) (EC 1.17.3.2)","Aldehyde oxidase (EC 1.2.3.1) (Aldehyde oxidase beta) (Aldehyde oxidase isoform X1)","string-db","7955.ENSDARP00000136674/7955.ENSDARP00000134334","physical","txid7955" +"A7MBV8","Q803K8","atf4b2","creb1","atf4b","creb1a","Activating transcription factor 4 (Zgc:171702 protein)","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","string-db","7955.ENSDARP00000070114/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","Q6NW59","atf4b2","atf4","atf4b","atf4","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","Q567H4","atf4b2","Uncharacterized protein LOC550357","atf4b","cremb","Activating transcription factor 4 (Zgc:171702 protein)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","string-db","7955.ENSDARP00000139282/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","E9QD53","atf4b2","cAMP-responsive element modulator a","atf4b","E9QD53","Activating transcription factor 4 (Zgc:171702 protein)","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","string-db","7955.ENSDARP00000112661/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","Q7T351","atf4b2","wu:fc92c07","atf4b","atf1","Activating transcription factor 4 (Zgc:171702 protein)","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","string-db","7955.ENSDARP00000065037/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","A0A0R4IL04","atf4b2","Cyclic AMP-responsive element-binding protein 5-like isoform X1","atf4b","creb5a","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","A0A8M2BF48","atf4b2","zgc:110211","atf4b","A0A8M2BF48","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","string-db","7955.ENSDARP00000132207/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","E7FGU9","atf4b2","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","atf4b","E7FGU9","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","string-db","7955.ENSDARP00000112226/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","Q1LYG4","atf4b2","creb3l3b","atf4b","Q1LYG4","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","string-db","7955.ENSDARP00000113661/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","A1L224","atf4b2","creb3l2","atf4b","creb3l2","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","string-db","7955.ENSDARP00000130319/7955.ENSDARP00000055608","physical","txid7955" +"A7MBV8","E7FFR4","atf4b2","Cyclic AMP-responsive element-binding protein 5","atf4b","E7FFR4","Activating transcription factor 4 (Zgc:171702 protein)","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","string-db","7955.ENSDARP00000094406/7955.ENSDARP00000055608","physical","txid7955" +"Q803K8","A0A0R4IL04","creb1","Cyclic AMP-responsive element-binding protein 5-like isoform X1","creb1a","creb5a","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","Q1LYG4","creb1","creb3l3b","creb1a","Q1LYG4","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","string-db","7955.ENSDARP00000113661/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","A0A0R4IPF2","creb1","histone acetyltransferase","creb1a","crebbpa","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","E7FFR4","creb1","Cyclic AMP-responsive element-binding protein 5","creb1a","E7FFR4","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","string-db","7955.ENSDARP00000094406/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","Q6NW59","creb1","atf4","creb1a","atf4","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","A0A8M2BF48","creb1","zgc:110211","creb1a","A0A8M2BF48","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","string-db","7955.ENSDARP00000132207/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","E7FGU9","creb1","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","creb1a","E7FGU9","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","string-db","7955.ENSDARP00000112226/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","E9QD53","creb1","cAMP-responsive element modulator a","creb1a","E9QD53","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","string-db","7955.ENSDARP00000112661/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","A1L224","creb1","creb3l2","creb1a","creb3l2","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","string-db","7955.ENSDARP00000130319/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","Q7ZW81","creb1","cb1024","creb1a","mibp","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Mibp protein (Muscle-specific beta 1 integrin-binding protein) (Nicotinamide riboside kinase 2)","string-db","7955.ENSDARP00000137169/7955.ENSDARP00000070114","physical","txid7955" +"Q803K8","Q567H4","creb1","Uncharacterized protein LOC550357","creb1a","cremb","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","string-db","7955.ENSDARP00000139282/7955.ENSDARP00000070114","physical","txid7955" +"E7FFR4","E7FGU9","Cyclic AMP-responsive element-binding protein 5","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","E7FFR4","E7FGU9","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","string-db","7955.ENSDARP00000112226/7955.ENSDARP00000094406","physical","txid7955" +"E7FFR4","Q1LYG4","Cyclic AMP-responsive element-binding protein 5","creb3l3b","E7FFR4","Q1LYG4","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","string-db","7955.ENSDARP00000113661/7955.ENSDARP00000094406","physical","txid7955" +"E7FFR4","A1L224","Cyclic AMP-responsive element-binding protein 5","creb3l2","E7FFR4","creb3l2","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","string-db","7955.ENSDARP00000130319/7955.ENSDARP00000094406","physical","txid7955" +"E7FFR4","Q6NW59","Cyclic AMP-responsive element-binding protein 5","atf4","E7FFR4","atf4","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000094406","physical","txid7955" +"E7FFR4","A0A0R4IL04","Cyclic AMP-responsive element-binding protein 5","Cyclic AMP-responsive element-binding protein 5-like isoform X1","E7FFR4","creb5a","Cyclic AMP-responsive element-binding protein 5 (cAMP-responsive element-binding protein 5b)","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000094406","physical","txid7955" +"A0A8M2BF48","Q6NW59","zgc:110211","atf4","A0A8M2BF48","atf4","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000132207","physical","txid7955" +"A0A8M2BF48","Q567H4","zgc:110211","Uncharacterized protein LOC550357","A0A8M2BF48","cremb","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","string-db","7955.ENSDARP00000139282/7955.ENSDARP00000132207","physical","txid7955" +"Q567H4","Q6NW59","Uncharacterized protein LOC550357","atf4","cremb","atf4","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000139282","physical","txid7955" +"A1L224","Q6NW59","creb3l2","atf4","creb3l2","atf4","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000130319","physical","txid7955" +"A1L224","A0A0R4IL04","creb3l2","Cyclic AMP-responsive element-binding protein 5-like isoform X1","creb3l2","creb5a","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000130319","physical","txid7955" +"A1L224","A0A0R4IPF2","creb3l2","histone acetyltransferase","creb3l2","crebbpa","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000130319","physical","txid7955" +"A0A0R4IL04","Q6NW59","Cyclic AMP-responsive element-binding protein 5-like isoform X1","atf4","creb5a","atf4","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000135240","physical","txid7955" +"Q1LYG4","A0A0R4IPF2","creb3l3b","histone acetyltransferase","Q1LYG4","crebbpa","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000113661","physical","txid7955" +"Q1LYG4","A1L224","creb3l3b","creb3l2","Q1LYG4","creb3l2","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","string-db","7955.ENSDARP00000130319/7955.ENSDARP00000113661","physical","txid7955" +"Q1LYG4","A0A0R4IL04","creb3l3b","Cyclic AMP-responsive element-binding protein 5-like isoform X1","Q1LYG4","creb5a","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000113661","physical","txid7955" +"Q1LYG4","Q6NW59","creb3l3b","atf4","Q1LYG4","atf4","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000113661","physical","txid7955" +"E9QD53","Q567H4","cAMP-responsive element modulator a","Uncharacterized protein LOC550357","E9QD53","cremb","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","string-db","7955.ENSDARP00000139282/7955.ENSDARP00000112661","physical","txid7955" +"E9QD53","A0A8M2BF48","cAMP-responsive element modulator a","zgc:110211","E9QD53","A0A8M2BF48","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","Cyclic AMP-responsive element-binding protein 1 isoform X1 (cAMP-responsive element-binding protein 1b)","string-db","7955.ENSDARP00000132207/7955.ENSDARP00000112661","physical","txid7955" +"E9QD53","Q6NW59","cAMP-responsive element modulator a","atf4","E9QD53","atf4","cAMP-responsive element modulator a (cAMP-responsive element modulator isoform X3)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000112661","physical","txid7955" +"E7FGU9","A0A0R4IL04","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","Cyclic AMP-responsive element-binding protein 5-like isoform X1","E7FGU9","creb5a","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","string-db","7955.ENSDARP00000135240/7955.ENSDARP00000112226","physical","txid7955" +"E7FGU9","A1L224","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","creb3l2","E7FGU9","creb3l2","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","string-db","7955.ENSDARP00000130319/7955.ENSDARP00000112226","physical","txid7955" +"E7FGU9","Q1LYG4","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","creb3l3b","E7FGU9","Q1LYG4","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","Cyclic AMP-responsive element-binding protein 3-like protein 3-B (cAMP-responsive element-binding protein 3-like protein 3-B) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 3-B]","string-db","7955.ENSDARP00000113661/7955.ENSDARP00000112226","physical","txid7955" +"E7FGU9","Q6NW59","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","atf4","E7FGU9","atf4","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","string-db","7955.ENSDARP00000145766/7955.ENSDARP00000112226","physical","txid7955" +"E7FGU9","A0A0R4IPF2","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1","histone acetyltransferase","E7FGU9","crebbpa","Cyclic AMP-responsive element-binding protein 3-like protein 3-A isoform X1 (Cyclic AMP-responsive element-binding protein 3-like protein 3-B)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000112226","physical","txid7955" +"B8JMH0","Q4QRC6","iba57","isca1","B8JMH0","Q4QRC6","Putative transferase CAF17 homolog, mitochondrial (EC 2.1.-.-) (Iron-sulfur cluster assembly factor homolog)","Iron-sulfur cluster assembly 1 homolog, mitochondrial (HESB-like domain-containing protein 2) (Iron-sulfur assembly protein IscA)","string-db","7955.ENSDARP00000068166/7955.ENSDARP00000055617","physical","txid7955" +"O73791","Q5RKN6","tek","zgc:103549","O73791","grb2a","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000055680","physical","txid7955" +"O73791","Q6PC73","tek","grb2","O73791","grb2b","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000055680","physical","txid7955" +"O73791","E7F251","tek","phosphatidylinositol-4,5-bisphosphate 3-kinase","O73791","pik3cb","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000055680","physical","txid7955" +"O73791","F1QAD7","tek","phosphatidylinositol-4,5-bisphosphate 3-kinase","O73791","pik3ca","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000055680","physical","txid7955" +"O73791","E7F3T0","tek","SHC-transforming protein 1","O73791","shc1","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000055680","physical","txid7955" +"O73791","B0S6V7","tek","wu:fb65b05","O73791","pik3r1","Angiopoietin-1 receptor (EC 2.7.10.1) (TEK tyrosine kinase, endothelial) (Tyrosine kinase with Ig and EGF homology domains-2) (Tyrosine-protein kinase receptor Tie-2)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","string-db","7955.ENSDARP00000056212/7955.ENSDARP00000055680","physical","txid7955" +"Q4V8R6","Q9YHE8","e4f1","tcf7l1a","Q4V8R6","tcf7l1a","Transcription factor E4F1 (EC 2.3.2.27) (Putative E3 ubiquitin-protein ligase E4F1) (RING-type E3 ubiquitin transferase E4F1) (Transcription factor E4F)","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","string-db","7955.ENSDARP00000090035/7955.ENSDARP00000055766","physical","txid7955" +"Q6DBV4","Q1LXT9","phospho1","fc21g05","Q6DBV4","chkb","Probable phosphatase phospho1 (EC 3.1.3.75)","ethanolamine kinase (EC 2.7.1.82)","string-db","7955.ENSDARP00000086486/7955.ENSDARP00000055833","physical","txid7955" +"Q6DBV4","Q1LWF1","phospho1","im:7143625","Q6DBV4","chka","Probable phosphatase phospho1 (EC 3.1.3.75)","ethanolamine kinase (EC 2.7.1.82)","string-db","7955.ENSDARP00000060183/7955.ENSDARP00000055833","physical","txid7955" +"Q1LWF1","Q1LXT9","im:7143625","fc21g05","chka","chkb","ethanolamine kinase (EC 2.7.1.82)","ethanolamine kinase (EC 2.7.1.82)","string-db","7955.ENSDARP00000086486/7955.ENSDARP00000060183","physical","txid7955" +"F1Q4W7","X1WHF1","Histone-lysine N-methyltransferase, H3 lysine-79 specific","Histone H2B","dot1l","si:dkey-261m9.6","Histone-lysine N-methyltransferase, H3 lysine-79 specific (EC 2.1.1.360) (Histone H3-K79 methyltransferase)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000083509","physical","txid7955" +"Q7ZUM8","A0A140LG54","usp44","Histone H2B","Q7ZUM8","si:dkey-23a13.22","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","Histone H2B","string-db","7955.ENSDARP00000142232/7955.ENSDARP00000104741","physical","txid7955" +"Q7ZUM8","X1WDH8","usp44","Histone H2B","Q7ZUM8","si:dkey-261m9.19","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","Histone H2B","string-db","7955.ENSDARP00000128277/7955.ENSDARP00000104741","physical","txid7955" +"Q7ZUM8","A0A0R4IU39","usp44","wu:fe49f10","Q7ZUM8","cdc20","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","string-db","7955.ENSDARP00000140575/7955.ENSDARP00000104741","physical","txid7955" +"Q7ZUM8","R4GE15","usp44","si:ch211-113a14.29","Q7ZUM8","si:ch211-113a14.22","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","Histone H2B","string-db","7955.ENSDARP00000126726/7955.ENSDARP00000104741","physical","txid7955" +"Q7ZUM8","X1WHF1","usp44","Histone H2B","Q7ZUM8","si:dkey-261m9.6","Ubiquitin carboxyl-terminal hydrolase 44 (EC 3.4.19.12) (Deubiquitinating enzyme 44) (Ubiquitin thioesterase 44) (Ubiquitin-specific-processing protease 44)","Histone H2B","string-db","7955.ENSDARP00000129663/7955.ENSDARP00000104741","physical","txid7955" +"Q90259","P46530","ascl1a","notch1a","ascl1a","P46530","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000056004","physical","txid7955" +"F1QZ15","F1QB90","tprkb","fd05d02","tprkb","tp53rk","EKC/KEOPS complex subunit TPRKB (PRPK-binding protein) (TP53RK-binding protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000151638/7955.ENSDARP00000056131","physical","txid7955" +"F1QZ15","Q5RHZ6","tprkb","osgep","tprkb","Q5RHZ6","EKC/KEOPS complex subunit TPRKB (PRPK-binding protein) (TP53RK-binding protein)","tRNA N6-adenosine threonylcarbamoyltransferase (EC 2.3.1.234) (O-sialoglycoprotein endopeptidase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein osgep) (tRNA threonylcarbamoyladenosine biosynthesis protein osgep)","string-db","7955.ENSDARP00000118646/7955.ENSDARP00000056131","physical","txid7955" +"F1QZ15","A0A2R8QB65","tprkb","lage3","tprkb","A0A2R8QB65","EKC/KEOPS complex subunit TPRKB (PRPK-binding protein) (TP53RK-binding protein)","EKC/KEOPS complex subunit LAGE3 (L antigen family member 3)","string-db","7955.ENSDARP00000150674/7955.ENSDARP00000056131","physical","txid7955" +"Q5RHZ6","A0A2R8QB65","osgep","lage3","Q5RHZ6","A0A2R8QB65","tRNA N6-adenosine threonylcarbamoyltransferase (EC 2.3.1.234) (O-sialoglycoprotein endopeptidase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein osgep) (tRNA threonylcarbamoyladenosine biosynthesis protein osgep)","EKC/KEOPS complex subunit LAGE3 (L antigen family member 3)","string-db","7955.ENSDARP00000150674/7955.ENSDARP00000118646","physical","txid7955" +"Q5RHZ6","F1QB90","osgep","fd05d02","Q5RHZ6","tp53rk","tRNA N6-adenosine threonylcarbamoyltransferase (EC 2.3.1.234) (O-sialoglycoprotein endopeptidase) (t(6)A37 threonylcarbamoyladenosine biosynthesis protein osgep) (tRNA threonylcarbamoyladenosine biosynthesis protein osgep)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000151638/7955.ENSDARP00000118646","physical","txid7955" +"A0A2R8QB65","F1QB90","lage3","fd05d02","A0A2R8QB65","tp53rk","EKC/KEOPS complex subunit LAGE3 (L antigen family member 3)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000151638/7955.ENSDARP00000150674","physical","txid7955" +"Q6GQN0","A8CVX7","cep41","ttll6","cep41","A8CVX7","Centrosomal protein of 41 kDa (Cep41) (Testis-specific gene A14 protein)","Tubulin polyglutamylase ttll6 (EC 6.3.2.-) (Protein polyglutamylase TTLL6) (Tubulin tyrosine ligase-like family member 6)","string-db","7955.ENSDARP00000124416/7955.ENSDARP00000056179","physical","txid7955" +"Q2XNF5","F1Q7S5","epo","fb11b01","epo","gab1","Erythropoietin (Erythropoietin-L2)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000100433","physical","txid7955" +"Q2XNF5","A0A0R4IKQ9","epo","Insulin receptor substrate 2","epo","irs2b","Erythropoietin (Erythropoietin-L2)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000100433","physical","txid7955" +"Q2XNF5","E7F251","epo","phosphatidylinositol-4,5-bisphosphate 3-kinase","epo","pik3cb","Erythropoietin (Erythropoietin-L2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000100433","physical","txid7955" +"Q2XNF5","F1QAD7","epo","phosphatidylinositol-4,5-bisphosphate 3-kinase","epo","pik3ca","Erythropoietin (Erythropoietin-L2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000100433","physical","txid7955" +"B0S6A6","A3KNM7","gfra2","zgc:162250","B0S6A6","dok6","GDNF family receptor alpha","Docking protein 6 (Zgc:162250 protein)","string-db","7955.ENSDARP00000086168/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A0A2R8QIY5","gfra2","im:7139045","B0S6A6","A0A2R8QIY5","GDNF family receptor alpha","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","E7F3T0","gfra2","SHC-transforming protein 1","B0S6A6","shc1","GDNF family receptor alpha","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","Q1JPZ3","gfra2","src","B0S6A6","Q1JPZ3","GDNF family receptor alpha","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","Q6P7E4","gfra2","pdlim7","B0S6A6","Q6P7E4","GDNF family receptor alpha","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A0A8M2BBW7","gfra2","si:dkey-97m3.4","B0S6A6","A0A8M2BBW7","GDNF family receptor alpha","Fibroblast growth factor receptor substrate 2 (Fibroblast growth factor receptor substrate 2a)","string-db","7955.ENSDARP00000067422/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A0A0R4I9X7","gfra2","GRB2-associated-binding protein 2","B0S6A6","A0A0R4I9X7","GDNF family receptor alpha","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A8E7C6","gfra2","c-ret","B0S6A6","ret","GDNF family receptor alpha","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","string-db","7955.ENSDARP00000072093/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","E7FAV4","gfra2","Neurturin","B0S6A6","nrtn","GDNF family receptor alpha","Neurturin","string-db","7955.ENSDARP00000142412/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","E7F251","gfra2","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0S6A6","pik3cb","GDNF family receptor alpha","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","Q6PC73","gfra2","grb2","B0S6A6","grb2b","GDNF family receptor alpha","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A0A0R4IKQ9","gfra2","Insulin receptor substrate 2","B0S6A6","irs2b","GDNF family receptor alpha","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","Q98TU0","gfra2","gdnf","B0S6A6","Q98TU0","GDNF family receptor alpha","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","F1Q7S5","gfra2","fb11b01","B0S6A6","gab1","GDNF family receptor alpha","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","A0A2R8RKR5","gfra2","LOC103910147","B0S6A6","A0A2R8RKR5","GDNF family receptor alpha","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","E9QEY0","gfra2","bmk1","B0S6A6","mapk7","GDNF family receptor alpha","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000119429/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","F1QSC3","gfra2","Growth factor receptor-bound protein 10 isoform X2","B0S6A6","grb10b","GDNF family receptor alpha","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000062696","physical","txid7955" +"B0S6A6","F1QAD7","gfra2","phosphatidylinositol-4,5-bisphosphate 3-kinase","B0S6A6","pik3ca","GDNF family receptor alpha","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000062696","physical","txid7955" +"A8E7C6","A3KNM7","c-ret","zgc:162250","ret","dok6","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Docking protein 6 (Zgc:162250 protein)","string-db","7955.ENSDARP00000086168/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","Q6P7E4","c-ret","pdlim7","ret","Q6P7E4","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","Q1JPZ3","c-ret","src","ret","Q1JPZ3","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","E7F4G1","c-ret","GDNF family receptor alpha 3","ret","E7F4G1","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","GDNF family receptor alpha 3","string-db","7955.ENSDARP00000107305/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","Q98TU0","c-ret","gdnf","ret","Q98TU0","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","E7F251","c-ret","phosphatidylinositol-4,5-bisphosphate 3-kinase","ret","pik3cb","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","A0A0R4IKQ9","c-ret","Insulin receptor substrate 2","ret","irs2b","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","F1QAD7","c-ret","phosphatidylinositol-4,5-bisphosphate 3-kinase","ret","pik3ca","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","E9QEY0","c-ret","bmk1","ret","mapk7","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000119429/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","F1QSC3","c-ret","Growth factor receptor-bound protein 10 isoform X2","ret","grb10b","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","Q6PC73","c-ret","grb2","ret","grb2b","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","A0A0R4I9X7","c-ret","GRB2-associated-binding protein 2","ret","A0A0R4I9X7","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","A0A2R8RKR5","c-ret","LOC103910147","ret","A0A2R8RKR5","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","E7F3T0","c-ret","SHC-transforming protein 1","ret","shc1","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","string-db","7955.ENSDARP00000089171/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","F1Q7S5","c-ret","fb11b01","ret","gab1","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000072093","physical","txid7955" +"A8E7C6","A0A2R8QIY5","c-ret","im:7139045","ret","A0A2R8QIY5","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000072093","physical","txid7955" +"Q98TU0","Q6P7E4","gdnf","pdlim7","Q98TU0","Q6P7E4","Glial cell line-derived neurotrophic factor (zGDNF)","PDZ and LIM domain protein 7","string-db","7955.ENSDARP00000140242/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","E7F251","gdnf","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q98TU0","pik3cb","Glial cell line-derived neurotrophic factor (zGDNF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000128403/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","Q502U6","gdnf","zHBNF","Q98TU0","Q502U6","Glial cell line-derived neurotrophic factor (zGDNF)","Pleiotrophin (Ptn protein)","string-db","7955.ENSDARP00000140433/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","A0A0R4I9X7","gdnf","GRB2-associated-binding protein 2","Q98TU0","A0A0R4I9X7","Glial cell line-derived neurotrophic factor (zGDNF)","GRB2-associated-binding protein 2","string-db","7955.ENSDARP00000130726/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","A0A2R8QIY5","gdnf","im:7139045","Q98TU0","A0A2R8QIY5","Glial cell line-derived neurotrophic factor (zGDNF)","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","F1QAD7","gdnf","phosphatidylinositol-4,5-bisphosphate 3-kinase","Q98TU0","pik3ca","Glial cell line-derived neurotrophic factor (zGDNF)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","string-db","7955.ENSDARP00000138914/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","A0A0R4IKQ9","gdnf","Insulin receptor substrate 2","Q98TU0","irs2b","Glial cell line-derived neurotrophic factor (zGDNF)","Insulin receptor substrate 2","string-db","7955.ENSDARP00000136042/7955.ENSDARP00000124666","physical","txid7955" +"Q98TU0","A0A2R8RKR5","gdnf","LOC103910147","Q98TU0","A0A2R8RKR5","Glial cell line-derived neurotrophic factor (zGDNF)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000124666","physical","txid7955" +"A0A2R8RKR5","A0A2R8QIY5","LOC103910147","im:7139045","A0A2R8RKR5","A0A2R8QIY5","Neurturin-like","Protein kinase C (EC 2.7.11.13)","string-db","7955.ENSDARP00000155195/7955.ENSDARP00000147488","physical","txid7955" +"Q7T2F4","O93599","CH211-281O21.3","STAT3b1","stap2a","stat3","Novel protein (Zgc:63913) (Signal transducing adaptor family member 2)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000056253","physical","txid7955" +"Q7T2F4","Q08BY6","CH211-281O21.3","zgc:153964","stap2a","Q08BY6","Novel protein (Zgc:63913) (Signal transducing adaptor family member 2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000078382/7955.ENSDARP00000056253","physical","txid7955" +"Q4KME6","Q6PFK1","gigyf2","znf598","gigyf2","Q6PFK1","GRB10-interacting GYF protein 2 (PERQ amino acid-rich with GYF domain-containing protein 2) (Trinucleotide repeat-containing gene 15 protein)","E3 ubiquitin-protein ligase ZNF598 (EC 2.3.2.27) (Zinc finger protein 598)","string-db","7955.ENSDARP00000069243/7955.ENSDARP00000056276","physical","txid7955" +"Q4KME6","Q68EG5","gigyf2","grb10","gigyf2","grb10a","GRB10-interacting GYF protein 2 (PERQ amino acid-rich with GYF domain-containing protein 2) (Trinucleotide repeat-containing gene 15 protein)","Grb10 protein (Growth factor receptor-bound protein 10)","string-db","7955.ENSDARP00000115883/7955.ENSDARP00000056276","physical","txid7955" +"Q68EG5","F1QSC3","grb10","Growth factor receptor-bound protein 10 isoform X2","grb10a","grb10b","Grb10 protein (Growth factor receptor-bound protein 10)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","string-db","7955.ENSDARP00000122780/7955.ENSDARP00000115883","physical","txid7955" +"Q6P978","A0A0R4IT00","elovl4","wu:fj32h05","Q6P978","A0A0R4IT00","Elongation of very long chain fatty acids protein 4 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL4) (ELOVL fatty acid elongase 4) (ELOVL FA elongase 4) (Very long chain 3-ketoacyl-CoA synthase 4) (Very long chain 3-oxoacyl-CoA synthase 4)","Elongation of very long chain fatty acids protein 1 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL1) (ELOVL fatty acid elongase 1) (ELOVL FA elongase 1) (Very long chain 3-ketoacyl-CoA synthase 1) (Very long chain 3-oxoacyl-CoA synthase 1)","string-db","7955.ENSDARP00000139034/7955.ENSDARP00000056327","physical","txid7955" +"Q6P978","Q5XJ87","elovl4","zgc:103538","Q6P978","Q5XJ87","Elongation of very long chain fatty acids protein 4 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL4) (ELOVL fatty acid elongase 4) (ELOVL FA elongase 4) (Very long chain 3-ketoacyl-CoA synthase 4) (Very long chain 3-oxoacyl-CoA synthase 4)","Elongation of very long chain fatty acids protein 1 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL1) (ELOVL fatty acid elongase 1) (ELOVL FA elongase 1) (Very long chain 3-ketoacyl-CoA synthase 1) (Very long chain 3-oxoacyl-CoA synthase 1)","string-db","7955.ENSDARP00000138121/7955.ENSDARP00000056327","physical","txid7955" +"Q5XJ87","A0A0R4IT00","zgc:103538","wu:fj32h05","Q5XJ87","A0A0R4IT00","Elongation of very long chain fatty acids protein 1 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL1) (ELOVL fatty acid elongase 1) (ELOVL FA elongase 1) (Very long chain 3-ketoacyl-CoA synthase 1) (Very long chain 3-oxoacyl-CoA synthase 1)","Elongation of very long chain fatty acids protein 1 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL1) (ELOVL fatty acid elongase 1) (ELOVL FA elongase 1) (Very long chain 3-ketoacyl-CoA synthase 1) (Very long chain 3-oxoacyl-CoA synthase 1)","string-db","7955.ENSDARP00000139034/7955.ENSDARP00000138121","physical","txid7955" +"Q6DHP7","F1Q5Z8","zgc:92185","p62","Q6DHP7","sqstm1","Guanylate binding protein 1 isoform X1 (Guanylate-binding protein 1) (Zgc:92185)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000056459","physical","txid7955" +"Q05159","A9JRC0","egr2b","zgc:172085","Q05159","nab2","Early growth response protein 2b (EGR-2b) (Protein krx-20) (Zinc finger protein Krox-20)","NGFI-A-binding protein 2 (Zgc:172085 protein)","string-db","7955.ENSDARP00000098853/7955.ENSDARP00000062854","physical","txid7955" +"Q05159","Q90XD1","egr2b","cls/sox10","Q05159","sox10","Early growth response protein 2b (EGR-2b) (Protein krx-20) (Zinc finger protein Krox-20)","Transcription factor SOX-10","string-db","7955.ENSDARP00000100237/7955.ENSDARP00000062854","physical","txid7955" +"Q05159","E7F266","egr2b","frb35","Q05159","E7F266","Early growth response protein 2b (EGR-2b) (Protein krx-20) (Zinc finger protein Krox-20)","Early growth response 2a","string-db","7955.ENSDARP00000072456/7955.ENSDARP00000062854","physical","txid7955" +"Q05159","F1RBT2","egr2b","DNA helicase","Q05159","chd4b","Early growth response protein 2b (EGR-2b) (Protein krx-20) (Zinc finger protein Krox-20)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000062854","physical","txid7955" +"Q6R5J1","Q92008","disp2","shha","disp2","Q92008","Protein dispatched homolog 2","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000062886","physical","txid7955" +"Q6R5J1","Q98862","disp2","ihhb","disp2","Q98862","Protein dispatched homolog 2","Indian hedgehog B protein (IHHB) (EC 3.1.-.-) (Echidna hedgehog protein) (EHH) [Cleaved into: Indian hedgehog B protein N-product]","string-db","7955.ENSDARP00000076199/7955.ENSDARP00000062886","physical","txid7955" +"E7F136","P79734","Tripartite motif-containing 59","tp53","trim59","tp53","Tripartite motif-containing 59 (Tripartite motif-containing protein 59 isoform X2)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000056771","physical","txid7955" +"E7F136","Q08CK1","Tripartite motif-containing 59","ecsit","trim59","Q08CK1","Tripartite motif-containing 59 (Tripartite motif-containing protein 59 isoform X2)","Evolutionarily conserved signaling intermediate in Toll pathway, mitochondrial","string-db","7955.ENSDARP00000124710/7955.ENSDARP00000056771","physical","txid7955" +"Q7ZUY8","A0A0R4IIR1","zgc:56324","dnm2","Q7ZUY8","dnm2a","Protein kinase C and casein kinase substrate in neurons 3 (Protein kinase C and casein kinase substrate in neurons protein 3) (Zgc:56324)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000131278","physical","txid7955" +"F1QC13","Q7ZUY8","zgc:77519","zgc:56324","F1QC13","Q7ZUY8","Protein kinase C and casein kinase substrate in neurons 2 (Protein kinase C and casein kinase substrate in neurons protein 2)","Protein kinase C and casein kinase substrate in neurons 3 (Protein kinase C and casein kinase substrate in neurons protein 3) (Zgc:56324)","string-db","7955.ENSDARP00000131278/7955.ENSDARP00000124182","physical","txid7955" +"Q7T1K1","B0UYS2","traf4","Interleukin-1 receptor-associated kinase 3","Q7T1K1","irak3","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 3","string-db","7955.ENSDARP00000067130/7955.ENSDARP00000056877","physical","txid7955" +"Q7T1K1","F6NJE2","traf4","Interleukin-1 receptor-associated kinase 1","Q7T1K1","irak1","TNF receptor-associated factor","Interleukin-1 receptor-associated kinase 1","string-db","7955.ENSDARP00000118154/7955.ENSDARP00000056877","physical","txid7955" +"Q7T1K1","Q7T0K2","traf4","IAP1","Q7T1K1","birc2","TNF receptor-associated factor","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000103254/7955.ENSDARP00000056877","physical","txid7955" +"Q7T1K1","Q7ZVT2","traf4","pkm2a","Q7T1K1","pkma","TNF receptor-associated factor","Pyruvate kinase (EC 2.7.1.40)","string-db","7955.ENSDARP00000140346/7955.ENSDARP00000056877","physical","txid7955" +"Q08BL9","B3DIU1","klhl24a","cul3","klhl24a","cul3b","Kelch-like protein 24a (Kelch-like family member 24a)","Cullin 3b (Cullin-3)","string-db","7955.ENSDARP00000132246/7955.ENSDARP00000088904","physical","txid7955" +"Q7ZVG8","Q6PHH3","stk25","pdcd10a","stk25b","pdcd10a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Programmed cell death protein 10-A","string-db","7955.ENSDARP00000156496/7955.ENSDARP00000056962","physical","txid7955" +"Q7ZVG8","A1L1U1","stk25","Striatin","stk25b","A1L1U1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000056962","physical","txid7955" +"Q9W722","F1R5H6","tef","brd4","tefa","brd4","TEF transcription factor, PAR bZIP family member a (Thyrotroph embryonic factor alpha isoform) (Thyrotrophic embryonic factor)","Bromodomain-containing protein 4","string-db","7955.ENSDARP00000101616/7955.ENSDARP00000057123","physical","txid7955" +"E7FAH9","A0A8M2B9P0","Rho guanine nucleotide exchange factor","Spermatogenesis-associated 13","arhgef4","A0A8M2B9P0","Rho guanine nucleotide exchange factor (GEF) 4 (Rho guanine nucleotide exchange factor 4 isoform X4)","Spermatogenesis-associated 13 (Spermatogenesis-associated protein 13 isoform X1)","string-db","7955.ENSDARP00000085685/7955.ENSDARP00000057215","physical","txid7955" +"Q561X4","A3KNH7","zgc:110552","fb16e03","nfyba","nfya","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","Nuclear transcription factor Y subunit","string-db","7955.ENSDARP00000093838/7955.ENSDARP00000057253","physical","txid7955" +"Q561X4","Q7ZVY3","zgc:110552","fb98f01","nfyba","nfyc","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","Nuclear transcription factor Y subunit gamma (CAAT box DNA-binding protein subunit C) (Nuclear transcription factor Y subunit C)","string-db","7955.ENSDARP00000135886/7955.ENSDARP00000057253","physical","txid7955" +"Q561X4","Q6DH99","zgc:110552","zgc:92567","nfyba","nfyal","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","Nuclear transcription factor Y subunit","string-db","7955.ENSDARP00000120533/7955.ENSDARP00000057253","physical","txid7955" +"A3KNH7","Q6DH99","fb16e03","zgc:92567","nfya","nfyal","Nuclear transcription factor Y subunit","Nuclear transcription factor Y subunit","string-db","7955.ENSDARP00000120533/7955.ENSDARP00000093838","physical","txid7955" +"A3KNH7","Q7ZVY3","fb16e03","fb98f01","nfya","nfyc","Nuclear transcription factor Y subunit","Nuclear transcription factor Y subunit gamma (CAAT box DNA-binding protein subunit C) (Nuclear transcription factor Y subunit C)","string-db","7955.ENSDARP00000135886/7955.ENSDARP00000093838","physical","txid7955" +"Q6DH99","Q7ZVY3","zgc:92567","fb98f01","nfyal","nfyc","Nuclear transcription factor Y subunit","Nuclear transcription factor Y subunit gamma (CAAT box DNA-binding protein subunit C) (Nuclear transcription factor Y subunit C)","string-db","7955.ENSDARP00000135886/7955.ENSDARP00000120533","physical","txid7955" +"F1Q5Y4","B0S5A8","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5","siat7E","st6galnac5a","B0S5A8","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5 (ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5a)","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5 (ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5b)","string-db","7955.ENSDARP00000063586/7955.ENSDARP00000057298","physical","txid7955" +"Q8JHW2","A0A2R8Q0D8","thbs3a","Platelet-derived growth factor subunit B","Q8JHW2","A0A2R8Q0D8","Thrombospondin-3a (Thbs3a)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000057304","physical","txid7955" +"Q6PH54","B3DH44","ARG2","LOC792194","arg2","snai1b","Arginase (EC 3.5.3.1)","LOC792194 protein (Snail 1b) (Snail family zinc finger 1b)","string-db","7955.ENSDARP00000067651/7955.ENSDARP00000057376","physical","txid7955" +"Q6PH54","Q90274","ARG2","sna-1","arg2","snai1a","Arginase (EC 3.5.3.1)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","string-db","7955.ENSDARP00000111412/7955.ENSDARP00000057376","physical","txid7955" +"Q6PH54","E7F8R4","ARG2","SI:zC146F4.4","arg2","E7F8R4","Arginase (EC 3.5.3.1)","Arginase (EC 3.5.3.1)","string-db","7955.ENSDARP00000097045/7955.ENSDARP00000057376","physical","txid7955" +"B3DH44","O42366","LOC792194","hoxb1a","snai1b","O42366","LOC792194 protein (Snail 1b) (Snail family zinc finger 1b)","Homeobox protein Hox-B1a (Hox-B1)","string-db","7955.ENSDARP00000101854/7955.ENSDARP00000067651","physical","txid7955" +"B3DH44","Q90274","LOC792194","sna-1","snai1b","snai1a","LOC792194 protein (Snail 1b) (Snail family zinc finger 1b)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","string-db","7955.ENSDARP00000111412/7955.ENSDARP00000067651","physical","txid7955" +"B8A4X3","F1Q5D8","zgc:103575","vtn","fbln5","F1Q5D8","Fibulin 5 (Fibulin-5 isoform X1)","Vitronectin b","string-db","7955.ENSDARP00000070414/7955.ENSDARP00000057381","physical","txid7955" +"B8A4X3","F1QWC1","zgc:103575","si:zfos-2330d3.5","fbln5","F1QWC1","Fibulin 5 (Fibulin-5 isoform X1)","Uncharacterized protein LOC100126122 isoform X1 (Zgc:173915)","string-db","7955.ENSDARP00000090970/7955.ENSDARP00000057381","physical","txid7955" +"B8A4X3","Q5WQV6","zgc:103575","LOC572703","fbln5","efemp2b","Fibulin 5 (Fibulin-5 isoform X1)","Acidic fibroblast growth factor intracellular-binding protein B isoform X1 (EGF containing fibulin extracellular matrix protein 2b precursor) (EGF-containing fibulin extracellular matrix protein 2b) (Fibulin-4) (LOC572703 protein)","string-db","7955.ENSDARP00000116946/7955.ENSDARP00000057381","physical","txid7955" +"B8A4X3","Q29RF0","zgc:103575","DPT","fbln5","dpt","Fibulin 5 (Fibulin-5 isoform X1)","Dermatopontin (Zgc:136613 protein)","string-db","7955.ENSDARP00000073086/7955.ENSDARP00000057381","physical","txid7955" +"B8A4X3","F1QZB1","zgc:103575","CD4-1","fbln5","cd4-1","Fibulin 5 (Fibulin-5 isoform X1)","CD4-1 molecule (CD4-1 protein)","string-db","7955.ENSDARP00000121210/7955.ENSDARP00000057381","physical","txid7955" +"F1QWC1","F1RCR3","si:zfos-2330d3.5","Fibulin 2","F1QWC1","fbln2","Uncharacterized protein LOC100126122 isoform X1 (Zgc:173915)","Fibulin 2 (Fibulin-2 isoform X1)","string-db","7955.ENSDARP00000100955/7955.ENSDARP00000090970","physical","txid7955" +"F1QZB1","Q1RLY5","CD4-1","zgc:136695","cd4-1","lck","CD4-1 molecule (CD4-1 protein)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000121210","physical","txid7955" +"Q6DHF9","O13168","six1a","tle3b","six1a","tle3b","Homeobox protein six1a (Homeobox protein six1b) (Sine oculis homeobox homolog 1a) (Sine oculis homeobox homolog 1b)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000057431","physical","txid7955" +"Q701R2","F1QK50","st6gal2","siat1","Q701R2","F1QK50","Beta-galactoside alpha-2,6-sialyltransferase 2 (Alpha 2,6-ST 2) (EC 2.4.3.1) (CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,6-sialyltransferase 2) (ST6Gal II) (ST6GalII) (Sialyltransferase 2)","beta-galactoside alpha-(2,6)-sialyltransferase (EC 2.4.3.1)","string-db","7955.ENSDARP00000065365/7955.ENSDARP00000057483","physical","txid7955" +"Q701R2","D2U4T9","st6gal2","st6gal2-r","Q701R2","st6gal2b","Beta-galactoside alpha-2,6-sialyltransferase 2 (Alpha 2,6-ST 2) (EC 2.4.3.1) (CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,6-sialyltransferase 2) (ST6Gal II) (ST6GalII) (Sialyltransferase 2)","Beta-galactoside alpha-2,6-sialyltransferase 2 (EC 2.4.3.1) (CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,6-sialyltransferase 2) (ST6Gal II) (Sialyltransferase 2)","string-db","7955.ENSDARP00000129467/7955.ENSDARP00000057483","physical","txid7955" +"F1QK50","D2U4T9","siat1","st6gal2-r","F1QK50","st6gal2b","beta-galactoside alpha-(2,6)-sialyltransferase (EC 2.4.3.1)","Beta-galactoside alpha-2,6-sialyltransferase 2 (EC 2.4.3.1) (CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,6-sialyltransferase 2) (ST6Gal II) (Sialyltransferase 2)","string-db","7955.ENSDARP00000129467/7955.ENSDARP00000065365","physical","txid7955" +"Q6DHG8","Q08CT1","ska1","fam44b","ska1","bod1","Spindle and kinetochore-associated protein 1","Biorientation of chromosomes in cell division 1 (Biorientation of chromosomes in cell division protein 1) (Family with sequence similarity 44, member B)","string-db","7955.ENSDARP00000149005/7955.ENSDARP00000057512","physical","txid7955" +"Q6DHG8","A7MD70","ska1","spdl1","ska1","A7MD70","Spindle and kinetochore-associated protein 1","Protein Spindly (Coiled-coil domain-containing protein 99) (Spindle apparatus coiled-coil domain-containing protein 1)","string-db","7955.ENSDARP00000132249/7955.ENSDARP00000057512","physical","txid7955" +"Q6DHG8","Q58EL7","ska1","ska3","ska1","Q58EL7","Spindle and kinetochore-associated protein 1","Spindle and kinetochore-associated protein 3","string-db","7955.ENSDARP00000116579/7955.ENSDARP00000057512","physical","txid7955" +"Q6DHG8","Q0P426","ska1","ska2","ska1","Q0P426","Spindle and kinetochore-associated protein 1","Spindle and kinetochore-associated protein 2 (Protein FAM33A)","string-db","7955.ENSDARP00000153338/7955.ENSDARP00000057512","physical","txid7955" +"Q58EL7","Q0P426","ska3","ska2","Q58EL7","Q0P426","Spindle and kinetochore-associated protein 3","Spindle and kinetochore-associated protein 2 (Protein FAM33A)","string-db","7955.ENSDARP00000153338/7955.ENSDARP00000116579","physical","txid7955" +"Q58EL7","Q08CT1","ska3","fam44b","Q58EL7","bod1","Spindle and kinetochore-associated protein 3","Biorientation of chromosomes in cell division 1 (Biorientation of chromosomes in cell division protein 1) (Family with sequence similarity 44, member B)","string-db","7955.ENSDARP00000149005/7955.ENSDARP00000116579","physical","txid7955" +"Q58EL7","A7MD70","ska3","spdl1","Q58EL7","A7MD70","Spindle and kinetochore-associated protein 3","Protein Spindly (Coiled-coil domain-containing protein 99) (Spindle apparatus coiled-coil domain-containing protein 1)","string-db","7955.ENSDARP00000132249/7955.ENSDARP00000116579","physical","txid7955" +"A7MD70","Q0P426","spdl1","ska2","A7MD70","Q0P426","Protein Spindly (Coiled-coil domain-containing protein 99) (Spindle apparatus coiled-coil domain-containing protein 1)","Spindle and kinetochore-associated protein 2 (Protein FAM33A)","string-db","7955.ENSDARP00000153338/7955.ENSDARP00000132249","physical","txid7955" +"A7MD70","Q08CT1","spdl1","fam44b","A7MD70","bod1","Protein Spindly (Coiled-coil domain-containing protein 99) (Spindle apparatus coiled-coil domain-containing protein 1)","Biorientation of chromosomes in cell division 1 (Biorientation of chromosomes in cell division protein 1) (Family with sequence similarity 44, member B)","string-db","7955.ENSDARP00000149005/7955.ENSDARP00000132249","physical","txid7955" +"Q08CT1","Q0P426","fam44b","ska2","bod1","Q0P426","Biorientation of chromosomes in cell division 1 (Biorientation of chromosomes in cell division protein 1) (Family with sequence similarity 44, member B)","Spindle and kinetochore-associated protein 2 (Protein FAM33A)","string-db","7955.ENSDARP00000153338/7955.ENSDARP00000149005","physical","txid7955" +"B8JLQ0","A0A0N4SUD2","lyrm4","Ubi-p63E","lyrm4","ubb","LYR motif-containing protein 4","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000103510","physical","txid7955" +"B8JLQ0","Q08C57","lyrm4","fdx2","lyrm4","Q08C57","LYR motif-containing protein 4","Ferredoxin-2, mitochondrial (Adrenodoxin-like protein) (Ferredoxin-1-like protein)","string-db","7955.ENSDARP00000131094/7955.ENSDARP00000103510","physical","txid7955" +"B8JLQ0","E7F6T8","lyrm4","usp37","lyrm4","E7F6T8","LYR motif-containing protein 4","Ubiquitin carboxyl-terminal hydrolase 37 (EC 3.4.19.12) (Deubiquitinating enzyme 37) (Ubiquitin thioesterase 37) (Ubiquitin-specific-processing protease 37)","string-db","7955.ENSDARP00000110966/7955.ENSDARP00000103510","physical","txid7955" +"B8JLQ0","A0A2R8Q8D7","lyrm4","lyrm4","lyrm4","si:ch211-152c8.4","LYR motif-containing protein 4","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000103510","physical","txid7955" +"B8JLQ0","A8E7S8","lyrm4","zgc:92289","lyrm4","morf4l1","LYR motif-containing protein 4","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","string-db","7955.ENSDARP00000112985/7955.ENSDARP00000103510","physical","txid7955" +"B0UXN0","E7F9Z1","fk65c10","VWF","B0UXN0","vwf","Sulfhydryl oxidase (EC 1.8.3.2)","von Willebrand factor","string-db","7955.ENSDARP00000101847/7955.ENSDARP00000057644","physical","txid7955" +"B0UXN0","A0A8M9QJ44","fk65c10","Extracellular serine/threonine protein kinase FAM20C","B0UXN0","A0A8M9QJ44","Sulfhydryl oxidase (EC 1.8.3.2)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000057644","physical","txid7955" +"F8W5C6","Q804S5","fa55b10","mib1","snx6","mib1","Sorting nexin","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000123712","physical","txid7955" +"Q8JIY8","B8JKD7","nifk","polr1b","nifk","polr1b","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","string-db","7955.ENSDARP00000100185/7955.ENSDARP00000059548","physical","txid7955" +"Q8JIY8","F1R8M8","nifk","si:dkey-16i5.10","nifk","F1R8M8","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","Ribosomal L1 domain-containing 1 (Ribosomal L1 domain-containing protein 1)","string-db","7955.ENSDARP00000072728/7955.ENSDARP00000059548","physical","txid7955" +"Q8JIY8","B1H1H9","nifk","Pseudouridine synthase 7","nifk","pus7","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","string-db","7955.ENSDARP00000133410/7955.ENSDARP00000059548","physical","txid7955" +"Q8JIY8","Q6NYD4","nifk","mak16","nifk","Q6NYD4","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","Protein MAK16 homolog (MAK16-like protein) (Protein RBM13)","string-db","7955.ENSDARP00000098580/7955.ENSDARP00000059548","physical","txid7955" +"Q5SPD5","B0S7C9","tsta3","zgc:110348","Q5SPD5","B0S7C9","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","string-db","7955.ENSDARP00000091035/7955.ENSDARP00000057979","physical","txid7955" +"Q5SPD5","Q6DC41","tsta3","wu:fe16c04","Q5SPD5","-","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","string-db","7955.ENSDARP00000057985/7955.ENSDARP00000057979","physical","txid7955" +"Q6DC41","B0S7C9","wu:fe16c04","zgc:110348","-","B0S7C9","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","string-db","7955.ENSDARP00000091035/7955.ENSDARP00000057985","physical","txid7955" +"Q1L8Y6","F8W4B7","bbip1","Histone deacetylase 6","bbip1","hdac6","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000118928","physical","txid7955" +"F1R4Z8","B8JIS5","gstal","gstm3","gsta.1","gstm.3","glutathione transferase (EC 2.5.1.18)","glutathione transferase (EC 2.5.1.18)","string-db","7955.ENSDARP00000121692/7955.ENSDARP00000058259","physical","txid7955" +"F1R4Z8","E7EZ94","gstal","cb870","gsta.1","E7EZ94","glutathione transferase (EC 2.5.1.18)","Glutathione S-transferase theta-1 (EC 2.5.1.18)","string-db","7955.ENSDARP00000062219/7955.ENSDARP00000058259","physical","txid7955" +"F1R4Z8","Q9DDU5","gstal","gstp1","gsta.1","gstp1","glutathione transferase (EC 2.5.1.18)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","string-db","7955.ENSDARP00000138645/7955.ENSDARP00000058259","physical","txid7955" +"F1R4Z8","A8KBR8","gstal","glutathione transferase","gsta.1","A8KBR8","glutathione transferase (EC 2.5.1.18)","glutathione transferase (EC 2.5.1.18)","string-db","7955.ENSDARP00000098279/7955.ENSDARP00000058259","physical","txid7955" +"F1R4Z8","Q6DGL3","gstal","zgc:92869","gsta.1","Q6DGL3","glutathione transferase (EC 2.5.1.18)","maleylacetoacetate isomerase (EC 5.2.1.2)","string-db","7955.ENSDARP00000128301/7955.ENSDARP00000058259","physical","txid7955" +"E7EZ94","Q9DDU5","cb870","gstp1","E7EZ94","gstp1","Glutathione S-transferase theta-1 (EC 2.5.1.18)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","string-db","7955.ENSDARP00000138645/7955.ENSDARP00000062219","physical","txid7955" +"E7EZ94","A8KBR8","cb870","glutathione transferase","E7EZ94","A8KBR8","Glutathione S-transferase theta-1 (EC 2.5.1.18)","glutathione transferase (EC 2.5.1.18)","string-db","7955.ENSDARP00000098279/7955.ENSDARP00000062219","physical","txid7955" +"E7EZ94","B8JIS5","cb870","gstm3","E7EZ94","gstm.3","Glutathione S-transferase theta-1 (EC 2.5.1.18)","glutathione transferase (EC 2.5.1.18)","string-db","7955.ENSDARP00000121692/7955.ENSDARP00000062219","physical","txid7955" +"E7EZ94","Q6DGL3","cb870","zgc:92869","E7EZ94","Q6DGL3","Glutathione S-transferase theta-1 (EC 2.5.1.18)","maleylacetoacetate isomerase (EC 5.2.1.2)","string-db","7955.ENSDARP00000128301/7955.ENSDARP00000062219","physical","txid7955" +"Q6DGL3","Q9DDU5","zgc:92869","gstp1","Q6DGL3","gstp1","maleylacetoacetate isomerase (EC 5.2.1.2)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","string-db","7955.ENSDARP00000138645/7955.ENSDARP00000128301","physical","txid7955" +"B8JIS5","Q9DDU5","gstm3","gstp1","gstm.3","gstp1","glutathione transferase (EC 2.5.1.18)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","string-db","7955.ENSDARP00000138645/7955.ENSDARP00000121692","physical","txid7955" +"B8JIS5","Q6DGL3","gstm3","zgc:92869","gstm.3","Q6DGL3","glutathione transferase (EC 2.5.1.18)","maleylacetoacetate isomerase (EC 5.2.1.2)","string-db","7955.ENSDARP00000128301/7955.ENSDARP00000121692","physical","txid7955" +"A8KBR8","B8JIS5","glutathione transferase","gstm3","A8KBR8","gstm.3","glutathione transferase (EC 2.5.1.18)","glutathione transferase (EC 2.5.1.18)","string-db","7955.ENSDARP00000121692/7955.ENSDARP00000098279","physical","txid7955" +"A8KBR8","Q6DGL3","glutathione transferase","zgc:92869","A8KBR8","Q6DGL3","glutathione transferase (EC 2.5.1.18)","maleylacetoacetate isomerase (EC 5.2.1.2)","string-db","7955.ENSDARP00000128301/7955.ENSDARP00000098279","physical","txid7955" +"A8KBR8","Q9DDU5","glutathione transferase","gstp1","A8KBR8","gstp1","glutathione transferase (EC 2.5.1.18)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","string-db","7955.ENSDARP00000138645/7955.ENSDARP00000098279","physical","txid7955" +"A5PF55","F1QIP9","wu:fk84e06","Alpha-2-macroglobulin-like precursor","A5PF55","F1QIP9","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","Alpha-2-macroglobulin-like precursor (Zgc:165518)","string-db","7955.ENSDARP00000102385/7955.ENSDARP00000079274","physical","txid7955" +"A5PF55","A0A0R4IIK0","wu:fk84e06","Transmembrane protease, serine 13a","A5PF55","A0A0R4IIK0","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000079274","physical","txid7955" +"A5PF55","B0V2R7","wu:fk84e06","C1IN","A5PF55","B0V2R7","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","string-db","7955.ENSDARP00000119903/7955.ENSDARP00000079274","physical","txid7955" +"A5PF55","H9GXL1","wu:fk84e06","zmp:0000001114","A5PF55","H9GXL1","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000079274","physical","txid7955" +"A5PF55","A5PMY0","wu:fk84e06","st14","A5PF55","st14a","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","string-db","7955.ENSDARP00000081386/7955.ENSDARP00000079274","physical","txid7955" +"A5PMY0","H9GXL1","st14","zmp:0000001114","st14a","H9GXL1","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000081386","physical","txid7955" +"A5PMY0","A0A0R4IIK0","st14","Transmembrane protease, serine 13a","st14a","A0A0R4IIK0","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000081386","physical","txid7955" +"A5PMY0","F1QIP9","st14","Alpha-2-macroglobulin-like precursor","st14a","F1QIP9","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","Alpha-2-macroglobulin-like precursor (Zgc:165518)","string-db","7955.ENSDARP00000102385/7955.ENSDARP00000081386","physical","txid7955" +"A5PMY0","B0V2R7","st14","C1IN","st14a","B0V2R7","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","Plasma protease C1 inhibitor precursor (Serpin peptidase inhibitor, clade G (C1 inhibitor), member 1)","string-db","7955.ENSDARP00000119903/7955.ENSDARP00000081386","physical","txid7955" +"H9GXL1","A0A0R4IIK0","zmp:0000001114","Transmembrane protease, serine 13a","H9GXL1","A0A0R4IIK0","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000131984","physical","txid7955" +"Q4VBJ4","Q6P0U0","zgc:112267","amdhd2","gnpnat1","Q6P0U0","Glucosamine 6-phosphate N-acetyltransferase (EC 2.3.1.4)","N-acetylglucosamine-6-phosphate deacetylase (GlcNAc 6-P deacetylase) (EC 3.5.1.25) (Amidohydrolase domain-containing protein 2)","string-db","7955.ENSDARP00000133871/7955.ENSDARP00000058350","physical","txid7955" +"F1QP23","Q0P499","eprs","ears2","eprs1","Q0P499","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","Nondiscriminating glutamyl-tRNA synthetase EARS2, mitochondrial (EC 6.1.1.24) (Glutamate--tRNA(Gln) ligase EARS2, mitochondrial) (EC 6.1.1.17) (Glutamyl-tRNA synthetase) (GluRS) (Mitochondrial glutamyl-tRNA synthetase) (mtGluRS)","string-db","7955.ENSDARP00000132607/7955.ENSDARP00000070224","physical","txid7955" +"F1QP23","Q6DHE6","eprs","kars","eprs1","Q6DHE6","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","Lysine--tRNA ligase (EC 6.1.1.6) (Lysyl-tRNA synthetase)","string-db","7955.ENSDARP00000136176/7955.ENSDARP00000070224","physical","txid7955" +"F1QP23","F1QVE4","eprs","Eukaryotic translation elongation factor 1 epsilon-1","eprs1","eef1e1","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","Eukaryotic translation elongation factor 1 epsilon-1","string-db","7955.ENSDARP00000097166/7955.ENSDARP00000070224","physical","txid7955" +"F1R509","A0A0R4IJX1","zgc:158782","FAST kinase domain-containing protein 3, mitochondrial","mto1","A0A0R4IJX1","Protein MTO1 homolog, mitochondrial","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000072515","physical","txid7955" +"Q7T377","F1QBS1","zgc:64050","hm:zeh0176","Q7T377","si:dkey-156n14.5","Akirin 1 (Akirin-1 isoform 2) (Zgc:64050)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000106130/7955.ENSDARP00000058471","physical","txid7955" +"Q7T377","Q7ZUE4","zgc:64050","fb18h07","Q7T377","prpf40a","Akirin 1 (Akirin-1 isoform 2) (Zgc:64050)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","string-db","7955.ENSDARP00000075769/7955.ENSDARP00000058471","physical","txid7955" +"Q7T377","B0S754","zgc:64050","fb63a09","Q7T377","B0S754","Akirin 1 (Akirin-1 isoform 2) (Zgc:64050)","Activating signal cointegrator 1 complex subunit 3 (U5 small nuclear ribonucleoprotein 200 kDa helicase)","string-db","7955.ENSDARP00000098660/7955.ENSDARP00000058471","physical","txid7955" +"E9QD93","A0A0R4IJ40","Granzyme A","hm:gc12","E9QD93","A0A0R4IJ40","Granzyme A (Granzyme K-like)","Agrin","string-db","7955.ENSDARP00000133459/7955.ENSDARP00000058488","physical","txid7955" +"Q802C7","Q7ZWA3","tardbp","rbmx","tardbp","rbmx","TAR DNA-binding protein 43","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","string-db","7955.ENSDARP00000111610/7955.ENSDARP00000058554","physical","txid7955" +"Q802C7","A2CF31","tardbp","si:dkey-165i4.1","tardbp","atxn2","TAR DNA-binding protein 43","Ataxin-2","string-db","7955.ENSDARP00000078091/7955.ENSDARP00000058554","physical","txid7955" +"Q802C7","Q6DC64","tardbp","mettl16","tardbp","Q6DC64","TAR DNA-binding protein 43","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","string-db","7955.ENSDARP00000072692/7955.ENSDARP00000058554","physical","txid7955" +"Q802C7","F1Q5Z8","tardbp","p62","tardbp","sqstm1","TAR DNA-binding protein 43","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000058554","physical","txid7955" +"A2CF31","P57717","si:dkey-165i4.1","esr1","atxn2","P57717","Ataxin-2","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000078091","physical","txid7955" +"A2CF31","Q642J5","si:dkey-165i4.1","rbfox1","atxn2","rbfox1","Ataxin-2","RNA binding protein fox-1 homolog 1 (Ataxin-2-binding protein 1) (Fox-1 homolog A)","string-db","7955.ENSDARP00000107099/7955.ENSDARP00000078091","physical","txid7955" +"Q5R328","F1Q5C9","rspo3","si:ch211-149p10.1","Q5R328","rspo2","R-spondin-3 (Cabriolet) (Roof plate-specific spondin-3)","R-spondin 2 (R-spondin-2 precursor)","string-db","7955.ENSDARP00000100941/7955.ENSDARP00000058577","physical","txid7955" +"Q5R328","Q6DHR0","rspo3","rspo1","Q5R328","rspo1","R-spondin-3 (Cabriolet) (Roof plate-specific spondin-3)","R-spondin-1 (Roof plate-specific spondin-1)","string-db","7955.ENSDARP00000135809/7955.ENSDARP00000058577","physical","txid7955" +"Q5R328","A5WWA0","rspo3","znrf3","Q5R328","A5WWA0","R-spondin-3 (Cabriolet) (Roof plate-specific spondin-3)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000058577","physical","txid7955" +"Q5R328","E7F6K4","rspo3","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor","Q5R328","E7F6K4","R-spondin-3 (Cabriolet) (Roof plate-specific spondin-3)","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor (Leucine-rich repeats and transmembrane domains 1)","string-db","7955.ENSDARP00000132529/7955.ENSDARP00000058577","physical","txid7955" +"E7F6K4","Q6DHR0","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor","rspo1","E7F6K4","rspo1","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor (Leucine-rich repeats and transmembrane domains 1)","R-spondin-1 (Roof plate-specific spondin-1)","string-db","7955.ENSDARP00000135809/7955.ENSDARP00000132529","physical","txid7955" +"E7F6K4","A5WWA0","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor","znrf3","E7F6K4","A5WWA0","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor (Leucine-rich repeats and transmembrane domains 1)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000132529","physical","txid7955" +"Q6DHR0","E7FE13","rspo1","lgr4","rspo1","lgr4","R-spondin-1 (Roof plate-specific spondin-1)","Leucine-rich repeat-containing G-protein coupled receptor 4","string-db","7955.ENSDARP00000137036/7955.ENSDARP00000135809","physical","txid7955" +"Q6DHR0","A5WWA0","rspo1","znrf3","rspo1","A5WWA0","R-spondin-1 (Roof plate-specific spondin-1)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000135809","physical","txid7955" +"F1Q5C9","Q6DHR0","si:ch211-149p10.1","rspo1","rspo2","rspo1","R-spondin 2 (R-spondin-2 precursor)","R-spondin-1 (Roof plate-specific spondin-1)","string-db","7955.ENSDARP00000135809/7955.ENSDARP00000100941","physical","txid7955" +"F1Q5C9","A5WWA0","si:ch211-149p10.1","znrf3","rspo2","A5WWA0","R-spondin 2 (R-spondin-2 precursor)","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000100941","physical","txid7955" +"F1Q5C9","E7F6K4","si:ch211-149p10.1","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor","rspo2","E7F6K4","R-spondin 2 (R-spondin-2 precursor)","Leucine-rich repeat and transmembrane domain-containing protein 1 precursor (Leucine-rich repeats and transmembrane domains 1)","string-db","7955.ENSDARP00000132529/7955.ENSDARP00000100941","physical","txid7955" +"Q7ZUQ1","A3QJU6","Cdc42","zgc:136923","cdc42l","A3QJU6","Cell division control protein 42 homolog (EC 3.6.5.2)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000058736","physical","txid7955" +"Q7ZUQ1","Q6PFU4","Cdc42","cdc42a","cdc42l","cdc42","Cell division control protein 42 homolog (EC 3.6.5.2)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000058736","physical","txid7955" +"B8JHR9","F1QYZ6","cb273","PYCb","kpnb3","F1QYZ6","Importin-5 isoform X1 (Karyopherin (importin) beta 3)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000068144/7955.ENSDARP00000058875","physical","txid7955" +"B8JHR9","A0A0R4IFJ4","cb273","PYCa","kpnb3","pcxa","Importin-5 isoform X1 (Karyopherin (importin) beta 3)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000132084/7955.ENSDARP00000058875","physical","txid7955" +"B8JHR9","Q8JHI0","cb273","SLC25A5","kpnb3","slc25a5","Importin-5 isoform X1 (Karyopherin (importin) beta 3)","ADP/ATP translocase (ADP,ATP carrier protein)","string-db","7955.ENSDARP00000096504/7955.ENSDARP00000058875","physical","txid7955" +"Q9DDD7","F1QGH7","sox19b","ctnnb1","Q9DDD7","ctnnb1","Transcription factor Sox-19b (Protein sox-31)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000058909","physical","txid7955" +"E7FBR0","A0A8M2BID5","Plakophilin 1b","dspa","pkp1b","A0A8M2BID5","Plakophilin 1b (Plakophilin-1)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000069093","physical","txid7955" +"E7FBR0","F1R480","Plakophilin 1b","Desmoglein-2","pkp1b","F1R480","Plakophilin 1b (Plakophilin-1)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000069093","physical","txid7955" +"E7FBR0","F1QSQ0","Plakophilin 1b","dsc2l","pkp1b","F1QSQ0","Plakophilin 1b (Plakophilin-1)","Desmocollin 2-like protein","string-db","7955.ENSDARP00000090832/7955.ENSDARP00000069093","physical","txid7955" +"E7FBR0","A0A8M9PQ61","Plakophilin 1b","dspb","pkp1b","A0A8M9PQ61","Plakophilin 1b (Plakophilin-1)","Desmoplakin-B (Desmoplakin isoform X1)","string-db","7955.ENSDARP00000103914/7955.ENSDARP00000069093","physical","txid7955" +"E7FBR0","E9QHT9","Plakophilin 1b","fk24g11","pkp1b","perp","Plakophilin 1b (Plakophilin-1)","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","string-db","7955.ENSDARP00000118851/7955.ENSDARP00000069093","physical","txid7955" +"B8JLQ3","F1QWB4","wu:fa12d03","hnrpk","B8JLQ3","hnrnpk","Nucleolin","Heterogeneous nuclear ribonucleoprotein K","string-db","7955.ENSDARP00000144257/7955.ENSDARP00000109546","physical","txid7955" +"A2RUX1","E7F4U1","arhgef1","Rho guanine nucleotide exchange factor 2 isoform X1","A2RUX1","arhgef2","Rho guanine nucleotide exchange factor 2 (Guanine nucleotide exchange factor H1)","Rho guanine nucleotide exchange factor 2 isoform X1 (Rho/rac guanine nucleotide exchange factor (GEF) 2)","string-db","7955.ENSDARP00000072768/7955.ENSDARP00000059101","physical","txid7955" +"Q7SZQ4","Q7SXN5","Mitochondrial fission factor homolog B","dnm1l","-","dnm1l","Mitochondrial fission factor homolog B","Dynamin-1-like protein (EC 3.6.5.5)","string-db","7955.ENSDARP00000142560/7955.ENSDARP00000059194","physical","txid7955" +"Q7SZQ4","A0A2R8Q8G0","Mitochondrial fission factor homolog B","im:6905231","-","A0A2R8Q8G0","Mitochondrial fission factor homolog B","Mitochondrial fission 1 protein","string-db","7955.ENSDARP00000149383/7955.ENSDARP00000059194","physical","txid7955" +"Q7SZQ4","F6P2T1","Mitochondrial fission factor homolog B","Dynamin-1-like protein isoform X1","-","si:dkey-32e23.4","Mitochondrial fission factor homolog B","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","string-db","7955.ENSDARP00000117759/7955.ENSDARP00000059194","physical","txid7955" +"Q7SXN5","A0A2R8Q8G0","dnm1l","im:6905231","dnm1l","A0A2R8Q8G0","Dynamin-1-like protein (EC 3.6.5.5)","Mitochondrial fission 1 protein","string-db","7955.ENSDARP00000149383/7955.ENSDARP00000142560","physical","txid7955" +"F6P2T1","A0A2R8Q8G0","Dynamin-1-like protein isoform X1","im:6905231","si:dkey-32e23.4","A0A2R8Q8G0","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","Mitochondrial fission 1 protein","string-db","7955.ENSDARP00000149383/7955.ENSDARP00000117759","physical","txid7955" +"F6P2T1","Q503U3","Dynamin-1-like protein isoform X1","Mitochondrial fission factor homolog A","si:dkey-32e23.4","Q503U3","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","Mitochondrial fission factor homolog A","string-db","7955.ENSDARP00000120140/7955.ENSDARP00000117759","physical","txid7955" +"F6P2T1","Q7SXN5","Dynamin-1-like protein isoform X1","dnm1l","si:dkey-32e23.4","dnm1l","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","Dynamin-1-like protein (EC 3.6.5.5)","string-db","7955.ENSDARP00000142560/7955.ENSDARP00000117759","physical","txid7955" +"E7F6G2","F1RD96","Hexosyltransferase","Hexosyltransferase","E7F6G2","F1RD96","Hexosyltransferase (EC 2.4.1.-)","Hexosyltransferase (EC 2.4.1.-)","string-db","7955.ENSDARP00000112348/7955.ENSDARP00000059321","physical","txid7955" +"E7F6G2","A0A8M1NHC5","Hexosyltransferase","mp:zf637-2-001473","E7F6G2","A0A8M1NHC5","Hexosyltransferase (EC 2.4.1.-)","Hexosyltransferase (EC 2.4.1.-)","string-db","7955.ENSDARP00000081967/7955.ENSDARP00000059321","physical","txid7955" +"A0A8M1NHC5","F1RD96","mp:zf637-2-001473","Hexosyltransferase","A0A8M1NHC5","F1RD96","Hexosyltransferase (EC 2.4.1.-)","Hexosyltransferase (EC 2.4.1.-)","string-db","7955.ENSDARP00000112348/7955.ENSDARP00000081967","physical","txid7955" +"Q1RLV7","Q4V909","zgc:136790","ccdc22","Q1RLV7","Q4V909","Coiled-coil domain-containing protein 93","Coiled-coil domain-containing protein 22","string-db","7955.ENSDARP00000090542/7955.ENSDARP00000059573","physical","txid7955" +"Q5U3N0","Q803D1","plekha8","wu:fb33e02","Q5U3N0","arf1","Pleckstrin homology domain-containing family A member 8 (PH domain-containing family A member 8)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000059622","physical","txid7955" +"Q6DC92","A4FVK4","zgc:100801","rab8","ralba","rab8a","small monomeric GTPase (EC 3.6.5.2)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000059755","physical","txid7955" +"E7F5A7","A0A0R4IZT6","si:ch73-116o1.2","ppp1cc","si:ch73-116o1.2","ppp1cc","Ras-related protein M-Ras (Si:ch73-116o1.2)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000124094","physical","txid7955" +"Q7SYK7","Q7ZUW8","got2a","wu:fj63b09","got2a","got1","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","Aspartate aminotransferase (EC 2.6.1.1)","string-db","7955.ENSDARP00000129948/7955.ENSDARP00000060165","physical","txid7955" +"Q7SYK7","B0UYT6","got2a","got1","got2a","B0UYT6","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","Aspartate aminotransferase, cytoplasmic 2 (EC 2.6.1.1) (Glutamic-oxaloacetic transaminase 1-like 1)","string-db","7955.ENSDARP00000070190/7955.ENSDARP00000060165","physical","txid7955" +"Q7SYK7","F1QRA1","got2a","si:dkey-40g16.6","got2a","F1QRA1","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000129706/7955.ENSDARP00000060165","physical","txid7955" +"Q7SYK7","A0A0R4IKG8","got2a","alanine transaminase","got2a","A0A0R4IKG8","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","alanine transaminase (EC 2.6.1.2)","string-db","7955.ENSDARP00000134476/7955.ENSDARP00000060165","physical","txid7955" +"Q7SYK7","Q6NYL5","got2a","gpt2l","got2a","Q6NYL5","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","Alanine aminotransferase 2-like (ALT2) (EC 2.6.1.2) (Glutamate pyruvate transaminase 2) (GPT 2) (Glutamic--alanine transaminase 2) (Glutamic--pyruvic transaminase 2)","string-db","7955.ENSDARP00000121415/7955.ENSDARP00000060165","physical","txid7955" +"Q7SYK7","B0UYM1","got2a","irg1","got2a","B0UYM1","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","Aconitate decarboxylase 1 (Cis-aconitate decarboxylase (EC 4.1.1.6))","string-db","7955.ENSDARP00000121720/7955.ENSDARP00000060165","physical","txid7955" +"B0UYT6","A0A0R4IKG8","got1","alanine transaminase","B0UYT6","A0A0R4IKG8","Aspartate aminotransferase, cytoplasmic 2 (EC 2.6.1.1) (Glutamic-oxaloacetic transaminase 1-like 1)","alanine transaminase (EC 2.6.1.2)","string-db","7955.ENSDARP00000134476/7955.ENSDARP00000070190","physical","txid7955" +"B0UYT6","Q7ZUW8","got1","wu:fj63b09","B0UYT6","got1","Aspartate aminotransferase, cytoplasmic 2 (EC 2.6.1.1) (Glutamic-oxaloacetic transaminase 1-like 1)","Aspartate aminotransferase (EC 2.6.1.1)","string-db","7955.ENSDARP00000129948/7955.ENSDARP00000070190","physical","txid7955" +"B0UYT6","F1QRA1","got1","si:dkey-40g16.6","B0UYT6","F1QRA1","Aspartate aminotransferase, cytoplasmic 2 (EC 2.6.1.1) (Glutamic-oxaloacetic transaminase 1-like 1)","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000129706/7955.ENSDARP00000070190","physical","txid7955" +"B0UYT6","Q6NYL5","got1","gpt2l","B0UYT6","Q6NYL5","Aspartate aminotransferase, cytoplasmic 2 (EC 2.6.1.1) (Glutamic-oxaloacetic transaminase 1-like 1)","Alanine aminotransferase 2-like (ALT2) (EC 2.6.1.2) (Glutamate pyruvate transaminase 2) (GPT 2) (Glutamic--alanine transaminase 2) (Glutamic--pyruvic transaminase 2)","string-db","7955.ENSDARP00000121415/7955.ENSDARP00000070190","physical","txid7955" +"Q7ZUW8","A0A0R4IKG8","wu:fj63b09","alanine transaminase","got1","A0A0R4IKG8","Aspartate aminotransferase (EC 2.6.1.1)","alanine transaminase (EC 2.6.1.2)","string-db","7955.ENSDARP00000134476/7955.ENSDARP00000129948","physical","txid7955" +"F1QRA1","Q7ZUW8","si:dkey-40g16.6","wu:fj63b09","F1QRA1","got1","Amine oxidase (EC 1.4.3.-)","Aspartate aminotransferase (EC 2.6.1.1)","string-db","7955.ENSDARP00000129948/7955.ENSDARP00000129706","physical","txid7955" +"Q6P0U6","A0A8M9QJ44","dnajc3","Extracellular serine/threonine protein kinase FAM20C","dnajc3a","A0A8M9QJ44","DnaJ homolog subfamily C member 3","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000060245","physical","txid7955" +"Q6DGA3","A0A8M9PPS1","Receptor activity-modifying protein 1","Calcitonin receptor","ramp1","A0A8M9PPS1","Receptor activity-modifying protein 1","Calcitonin receptor","string-db","7955.ENSDARP00000116046/7955.ENSDARP00000060320","physical","txid7955" +"Q6DGA3","Q68EK2","Receptor activity-modifying protein 1","calcrla","ramp1","Q68EK2","Receptor activity-modifying protein 1","Calcitonin gene-related peptide type 1 receptor (CGRP type 1 receptor) (Calcitonin receptor-like receptor)","string-db","7955.ENSDARP00000118958/7955.ENSDARP00000060320","physical","txid7955" +"Q6DGA3","A0A286YA88","Receptor activity-modifying protein 1","iapp","ramp1","iapp","Receptor activity-modifying protein 1","Islet amyloid polypeptide","string-db","7955.ENSDARP00000143880/7955.ENSDARP00000060320","physical","txid7955" +"Q6DGA3","Q6DGJ9","Receptor activity-modifying protein 1","zgc:92886","ramp1","Q6DGJ9","Receptor activity-modifying protein 1","Calca protein (Calcitonin gene-related peptide 2 precursor) (Calcitonin/calcitonin-related polypeptide, alpha)","string-db","7955.ENSDARP00000073567/7955.ENSDARP00000060320","physical","txid7955" +"Q6DGA3","I3IRX3","Receptor activity-modifying protein 1","Calcitonin gene-related peptide type 1 receptor","ramp1","I3IRX3","Receptor activity-modifying protein 1","Calcitonin gene-related peptide type 1 receptor (Calcitonin receptor-like b)","string-db","7955.ENSDARP00000125632/7955.ENSDARP00000060320","physical","txid7955" +"Q68EK2","E7F5V1","calcrla","Pro-adrenomedullin","Q68EK2","E7F5V1","Calcitonin gene-related peptide type 1 receptor (CGRP type 1 receptor) (Calcitonin receptor-like receptor)","Pro-adrenomedullin","string-db","7955.ENSDARP00000127991/7955.ENSDARP00000118958","physical","txid7955" +"Q68EK2","I3IRX3","calcrla","Calcitonin gene-related peptide type 1 receptor","Q68EK2","I3IRX3","Calcitonin gene-related peptide type 1 receptor (CGRP type 1 receptor) (Calcitonin receptor-like receptor)","Calcitonin gene-related peptide type 1 receptor (Calcitonin receptor-like b)","string-db","7955.ENSDARP00000125632/7955.ENSDARP00000118958","physical","txid7955" +"Q6DGJ9","Q68EK2","zgc:92886","calcrla","Q6DGJ9","Q68EK2","Calca protein (Calcitonin gene-related peptide 2 precursor) (Calcitonin/calcitonin-related polypeptide, alpha)","Calcitonin gene-related peptide type 1 receptor (CGRP type 1 receptor) (Calcitonin receptor-like receptor)","string-db","7955.ENSDARP00000118958/7955.ENSDARP00000073567","physical","txid7955" +"Q6DGJ9","E7F5V1","zgc:92886","Pro-adrenomedullin","Q6DGJ9","E7F5V1","Calca protein (Calcitonin gene-related peptide 2 precursor) (Calcitonin/calcitonin-related polypeptide, alpha)","Pro-adrenomedullin","string-db","7955.ENSDARP00000127991/7955.ENSDARP00000073567","physical","txid7955" +"Q6DGJ9","A0A8M9PPS1","zgc:92886","Calcitonin receptor","Q6DGJ9","A0A8M9PPS1","Calca protein (Calcitonin gene-related peptide 2 precursor) (Calcitonin/calcitonin-related polypeptide, alpha)","Calcitonin receptor","string-db","7955.ENSDARP00000116046/7955.ENSDARP00000073567","physical","txid7955" +"Q6DGJ9","A0A286YA88","zgc:92886","iapp","Q6DGJ9","iapp","Calca protein (Calcitonin gene-related peptide 2 precursor) (Calcitonin/calcitonin-related polypeptide, alpha)","Islet amyloid polypeptide","string-db","7955.ENSDARP00000143880/7955.ENSDARP00000073567","physical","txid7955" +"F1R8S0","A0AUQ6","fb26e10","lin52","drap1","A0AUQ6","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","Protein lin-52 homolog","string-db","7955.ENSDARP00000114392/7955.ENSDARP00000060398","physical","txid7955" +"F1R8S0","Q9I9E1","fb26e10","foxh1","drap1","foxh1","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","string-db","7955.ENSDARP00000072485/7955.ENSDARP00000060398","physical","txid7955" +"F1R8S0","A0A0G2L1F4","fb26e10","LOC100535468","drap1","A0A0G2L1F4","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","Dr1-associated corepressor-like","string-db","7955.ENSDARP00000138562/7955.ENSDARP00000060398","physical","txid7955" +"F1R8S0","Q08BR1","fb26e10","zgc:152914","drap1","dr1","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","Protein Dr1 (Down-regulator of transcription 1) (Negative cofactor 2-beta)","string-db","7955.ENSDARP00000135530/7955.ENSDARP00000060398","physical","txid7955" +"Q08BR1","A0A0G2L1F4","zgc:152914","LOC100535468","dr1","A0A0G2L1F4","Protein Dr1 (Down-regulator of transcription 1) (Negative cofactor 2-beta)","Dr1-associated corepressor-like","string-db","7955.ENSDARP00000138562/7955.ENSDARP00000135530","physical","txid7955" +"F1R5N2","A0A8M9QJ44","MIA SH3 domain ER export factor 3","Extracellular serine/threonine protein kinase FAM20C","mia3","A0A8M9QJ44","MIA SH3 domain ER export factor 3 (Melanoma inhibitory activity protein 3 isoform X1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000060504","physical","txid7955" +"Q2HPG0","F8W3T1","Lgi3","ADAM metallopeptidase domain 23a","lgi3","F8W3T1","LGI3 (Leucine-rich repeat LGI family member 3 precursor) (Leucine-rich repeat LGI family, member 3)","ADAM metallopeptidase domain 23a (Disintegrin and metalloproteinase domain-containing protein 23 isoform X1)","string-db","7955.ENSDARP00000124043/7955.ENSDARP00000060624","physical","txid7955" +"Q2HPG0","F1QF43","Lgi3","ADAM metallopeptidase domain 22","lgi3","F1QF43","LGI3 (Leucine-rich repeat LGI family member 3 precursor) (Leucine-rich repeat LGI family, member 3)","ADAM metallopeptidase domain 22 (Disintegrin and metalloproteinase domain-containing protein 22 isoform X2)","string-db","7955.ENSDARP00000111920/7955.ENSDARP00000060624","physical","txid7955" +"F1R8L8","Q1LX84","si:ch211-215j19.10","sGC","F1R8L8","npr1a","Natriuretic peptide B","Guanylate cyclase (EC 4.6.1.2)","string-db","7955.ENSDARP00000116998/7955.ENSDARP00000060764","physical","txid7955" +"E7F4U5","E7FE33","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2","FERM, RhoGEF and pleckstrin domain protein 2","pip5k1ca","farp2","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2 (Phosphatidylinositol-4-phosphate 5-kinase, type I, gamma a)","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","string-db","7955.ENSDARP00000129410/7955.ENSDARP00000060785","physical","txid7955" +"E7FBA3","E7F7F6","Nonsense-mediated mRNA decay factor SMG8","Nonsense-mediated mRNA decay factor SMG9","smg8","smg9","Nonsense-mediated mRNA decay factor SMG8","Nonsense-mediated mRNA decay factor SMG9","string-db","7955.ENSDARP00000103685/7955.ENSDARP00000081911","physical","txid7955" +"E7FBA3","F1RCY6","Nonsense-mediated mRNA decay factor SMG8","upf1","smg8","F1RCY6","Nonsense-mediated mRNA decay factor SMG8","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000081911","physical","txid7955" +"Q4L216","E9QGU7","fa18f02","LOC568656","afp4","E9QGU7","Antifreeze protein type IV (Type IV antifreeze protein) (Zgc:161979)","Antifreeze protein type IV (Type-4 ice-structuring protein LS-12)","string-db","7955.ENSDARP00000120318/7955.ENSDARP00000060821","physical","txid7955" +"Q4JNX5","B3DJK9","Forkhead box protein P2","rassf8","foxp2","foxp4","Forkhead box protein P2","Forkhead box P4 (Forkhead box protein P4) (Rassf8 protein)","string-db","7955.ENSDARP00000100156/7955.ENSDARP00000060860","physical","txid7955" +"Q4JNX5","A0A140LGT1","Forkhead box protein P2","unp1266","foxp2","A0A140LGT1","Forkhead box protein P2","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000060860","physical","txid7955" +"Q4JNX5","Q9DGB8","Forkhead box protein P2","runxa","foxp2","runx1","Forkhead box protein P2","Runt-related transcription factor","string-db","7955.ENSDARP00000112019/7955.ENSDARP00000060860","physical","txid7955" +"Q4JNX5","B8A4T6","Forkhead box protein P2","cb339","foxp2","B8A4T6","Forkhead box protein P2","Collagen type IX alpha I precursor (Collagen, type IX, alpha 1b)","string-db","7955.ENSDARP00000121882/7955.ENSDARP00000060860","physical","txid7955" +"Q7ZVQ9","Q6PH45","zgc:136730","mg:ab03a02","ppih","prpf4","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","string-db","7955.ENSDARP00000088166/7955.ENSDARP00000060882","physical","txid7955" +"F1QZ06","E7F3U1","Neutral sphingomyelinase","TNF superfamily member 11","nsmaf","tnfsf11","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","string-db","7955.ENSDARP00000089126/7955.ENSDARP00000068125","physical","txid7955" +"F1QZ06","E7FBR1","Neutral sphingomyelinase","sphingomyelin phosphodiesterase","nsmaf","smpd2b","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000069090/7955.ENSDARP00000068125","physical","txid7955" +"F1QZ06","B1B5D9","Neutral sphingomyelinase","nSMase2","nsmaf","smpd3","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","string-db","7955.ENSDARP00000133737/7955.ENSDARP00000068125","physical","txid7955" +"F1QZ06","Q6DHG9","Neutral sphingomyelinase","tnfsf10l2","nsmaf","tnfsf10","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","string-db","7955.ENSDARP00000074299/7955.ENSDARP00000068125","physical","txid7955" +"F1QZ06","Q0PKX8","Neutral sphingomyelinase","dl3","nsmaf","Q0PKX8","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","Death ligand 3 (Tumor necrosis factor (ligand) superfamily, member 10-like 4)","string-db","7955.ENSDARP00000075321/7955.ENSDARP00000068125","physical","txid7955" +"Q1LXR3","B8A4D7","rrbp1","cb360","rrbp1b","rrbp1a","Ribosome-binding protein 1","Ribosome binding protein 1 (Ribosome-binding protein 1a)","string-db","7955.ENSDARP00000118039/7955.ENSDARP00000061116","physical","txid7955" +"F1QW15","Q9DE44","Centrosomal protein 85,-like","zgc:101604","cep85l","Q9DE44","Centrosomal protein 85,-like (Centrosomal protein of 85 kDa-like isoform X1)","Cell division protein kinase 5","string-db","7955.ENSDARP00000073666/7955.ENSDARP00000061140","physical","txid7955" +"Q32LU1","A0A0R4IDG7","rhot2","Trafficking kinesin-binding protein 2 isoform X1","rhot2","A0A0R4IDG7","Mitochondrial Rho GTPase 2 (MIRO-2) (EC 3.6.5.-) (Ras homolog gene family member T2)","Trafficking kinesin-binding protein 2 isoform X1 (Trafficking protein, kinesin-binding 2)","string-db","7955.ENSDARP00000133065/7955.ENSDARP00000061202","physical","txid7955" +"Q32LU1","Q6NVC5","rhot2","rhot1a","rhot2","rhot1a","Mitochondrial Rho GTPase 2 (MIRO-2) (EC 3.6.5.-) (Ras homolog gene family member T2)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","string-db","7955.ENSDARP00000141563/7955.ENSDARP00000061202","physical","txid7955" +"Q32LU1","A0A8M2BJP0","rhot2","mg:cb01g09","rhot2","A0A8M2BJP0","Mitochondrial Rho GTPase 2 (MIRO-2) (EC 3.6.5.-) (Ras homolog gene family member T2)","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000061202","physical","txid7955" +"Q32LU1","E9QJ68","rhot2","trak1","rhot2","trak1a","Mitochondrial Rho GTPase 2 (MIRO-2) (EC 3.6.5.-) (Ras homolog gene family member T2)","Trafficking kinesin-binding protein 1 isoform X4 (Trafficking protein, kinesin-binding 1a)","string-db","7955.ENSDARP00000115803/7955.ENSDARP00000061202","physical","txid7955" +"A0A0R4IDG7","Q6NVC5","Trafficking kinesin-binding protein 2 isoform X1","rhot1a","A0A0R4IDG7","rhot1a","Trafficking kinesin-binding protein 2 isoform X1 (Trafficking protein, kinesin-binding 2)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","string-db","7955.ENSDARP00000141563/7955.ENSDARP00000133065","physical","txid7955" +"E9QJ68","A0A0R4IWI7","trak1","kif5a","trak1a","kif5aa","Trafficking kinesin-binding protein 1 isoform X4 (Trafficking protein, kinesin-binding 1a)","Kinesin family member 5A","string-db","7955.ENSDARP00000139080/7955.ENSDARP00000115803","physical","txid7955" +"E9QJ68","A0A8M2BJP0","trak1","mg:cb01g09","trak1a","A0A8M2BJP0","Trafficking kinesin-binding protein 1 isoform X4 (Trafficking protein, kinesin-binding 1a)","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000115803","physical","txid7955" +"E9QJ68","Q6NVC5","trak1","rhot1a","trak1a","rhot1a","Trafficking kinesin-binding protein 1 isoform X4 (Trafficking protein, kinesin-binding 1a)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","string-db","7955.ENSDARP00000141563/7955.ENSDARP00000115803","physical","txid7955" +"Q6PBV8","F6P697","hsbp1","HSF","hsbp1b","hsf1","Heat shock factor-binding protein 1","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","string-db","7955.ENSDARP00000121268/7955.ENSDARP00000061434","physical","txid7955" +"Q5RGG3","F1QLR7","hgf1","c-met","Q5RGG3","met","Hepatocyte growth factor (Hepatopoietin-A) (Scatter factor)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000091725","physical","txid7955" +"B0R190","E9QJ73","cxcl11.7","cxcr3.2","B0R190","E9QJ73","C-X-C motif chemokine","C-X-C chemokine receptor type 3-2","string-db","7955.ENSDARP00000122984/7955.ENSDARP00000116772","physical","txid7955" +"Q5XJC2","Q66JN9","zgc:103443","zgc:101062","Q5XJC2","nudt4b","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","string-db","7955.ENSDARP00000156711/7955.ENSDARP00000061734","physical","txid7955" +"Q5XJC2","Q1L8L1","zgc:103443","nudt4","Q5XJC2","nudt4a","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","string-db","7955.ENSDARP00000116836/7955.ENSDARP00000061734","physical","txid7955" +"Q1L8L1","Q66JN9","nudt4","zgc:101062","nudt4a","nudt4b","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","string-db","7955.ENSDARP00000156711/7955.ENSDARP00000116836","physical","txid7955" +"Q6PUF3","F1QLP1","hsd11b1l","hsd11b2","hsd11b1l","F1QLP1","Hydroxysteroid 11-beta-dehydrogenase 1-like protein (EC 1.1.1.-) (11-beta-hydroxysteroid dehydrogenase type 3) (11-DH3) (11-beta-HSD3)","11-beta-hydroxysteroid dehydrogenase type 2 (11-DH2) (11-beta-HSD2) (11-beta-hydroxysteroid dehydrogenase type II) (11-HSD type II) (11-beta-HSD type II) (Corticosteroid 11-beta-dehydrogenase isozyme 2) (NAD-dependent 11-beta-hydroxysteroid dehydrogenase)","string-db","7955.ENSDARP00000118501/7955.ENSDARP00000061738","physical","txid7955" +"Q6PUF3","A0A2R8Q5R7","hsd11b1l","Hydroxysteroid","hsd11b1l","A0A2R8Q5R7","Hydroxysteroid 11-beta-dehydrogenase 1-like protein (EC 1.1.1.-) (11-beta-hydroxysteroid dehydrogenase type 3) (11-DH3) (11-beta-HSD3)","Hydroxysteroid (11-beta) dehydrogenase 1-like b (Hydroxysteroid 11-beta-dehydrogenase 1-like protein)","string-db","7955.ENSDARP00000148451/7955.ENSDARP00000061738","physical","txid7955" +"F1QLP1","A0A2R8Q5R7","hsd11b2","Hydroxysteroid","F1QLP1","A0A2R8Q5R7","11-beta-hydroxysteroid dehydrogenase type 2 (11-DH2) (11-beta-HSD2) (11-beta-hydroxysteroid dehydrogenase type II) (11-HSD type II) (11-beta-HSD type II) (Corticosteroid 11-beta-dehydrogenase isozyme 2) (NAD-dependent 11-beta-hydroxysteroid dehydrogenase)","Hydroxysteroid (11-beta) dehydrogenase 1-like b (Hydroxysteroid 11-beta-dehydrogenase 1-like protein)","string-db","7955.ENSDARP00000148451/7955.ENSDARP00000118501","physical","txid7955" +"F1QQ79","Q5RIH2","fk48e08","C-1-tetrahydrofolate synthase, cytoplasmic","mthfd1l","mthfd1a","formate--tetrahydrofolate ligase (EC 6.3.4.3)","C-1-tetrahydrofolate synthase, cytoplasmic (EC 1.5.1.5) (EC 3.5.4.9)","string-db","7955.ENSDARP00000150792/7955.ENSDARP00000061913","physical","txid7955" +"E7F4E7","Q5PRA5","si:ch1073-301i20.1","zgc:101792","rpgrip1l","Q5PRA5","Protein fantom (RPGRIP1-like)","IQ motif-containing B1 (Zgc:101792)","string-db","7955.ENSDARP00000133063/7955.ENSDARP00000107198","physical","txid7955" +"E7F4E7","X1WC30","si:ch1073-301i20.1","Protein moonraker isoform X1","rpgrip1l","si:dkey-243i1.1","Protein fantom (RPGRIP1-like)","Protein moonraker isoform X1 (Si:dkey-243i1.1)","string-db","7955.ENSDARP00000127773/7955.ENSDARP00000107198","physical","txid7955" +"E7F4E7","P85001","si:ch1073-301i20.1","cep290","rpgrip1l","P85001","Protein fantom (RPGRIP1-like)","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000107198","physical","txid7955" +"A3KQA5","Q58EK5","cimap1b","tdrd1","A3KQA5","Q58EK5","Ciliary microtubule associated protein 1B (Outer dense fiber of sperm tails protein 3-B) (Outer dense fiber protein 3-B) (Outer dense fiber protein 3-like)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000062155","physical","txid7955" +"Q24JV6","Q9I8V1","myl2","acta1","Q24JV6","Q9I8V1","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","Actin alpha cardiac muscle 1b (Actin, alpha 1, skeletal muscle) (Actin, alpha cardiac muscle 1) (Skeletal alpha1 actin)","string-db","7955.ENSDARP00000130083/7955.ENSDARP00000116241","physical","txid7955" +"Q24JV6","E7FG54","myl2","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform","Q24JV6","E7FG54","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","Myosin regulatory light chain 2, ventricular/cardiac muscle isoform (Myosin regulatory light chain 2a) (Myosin, light chain 2a, regulatory, cardiac, slow)","string-db","7955.ENSDARP00000133867/7955.ENSDARP00000116241","physical","txid7955" +"Q24JV6","F1R3G4","myl2","Myosin, heavy chain 10, non-muscle","Q24JV6","myh10","Myosin regulatory light chain 2b (Myosin, light chain 2b, regulatory, cardiac, slow) (Myosin, light polypeptide 2, regulatory, cardiac, slow)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","string-db","7955.ENSDARP00000125918/7955.ENSDARP00000116241","physical","txid7955" +"Q1JPY5","Q5U3G0","cyp51","fa94d03","cyp51","pgrmc1","Lanosterol 14-alpha demethylase (LDM) (EC 1.14.14.154) (Cytochrome P450 family member 51) (CYP51) (Sterol 14-alpha demethylase)","Membrane-associated progesterone receptor component 1","string-db","7955.ENSDARP00000070803/7955.ENSDARP00000062550","physical","txid7955" +"Q5U3G0","F1QU76","fa94d03","cyp7a1a","pgrmc1","F1QU76","Membrane-associated progesterone receptor component 1","Cholesterol 7-alpha-monooxygenase (EC 1.14.14.23)","string-db","7955.ENSDARP00000113850/7955.ENSDARP00000070803","physical","txid7955" +"Q5U3G0","Q804S5","fa94d03","mib1","pgrmc1","mib1","Membrane-associated progesterone receptor component 1","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000070803","physical","txid7955" +"A0A8M1PDZ7","Q6NZ22","zgc:55308","mettl14","A0A8M1PDZ7","mettl14","E3 ubiquitin-protein ligase Hakai (EC 2.3.2.27)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","string-db","7955.ENSDARP00000093767/7955.ENSDARP00000066977","physical","txid7955" +"A0A8M1PDZ7","Q6DC64","zgc:55308","mettl16","A0A8M1PDZ7","Q6DC64","E3 ubiquitin-protein ligase Hakai (EC 2.3.2.27)","RNA N6-adenosine-methyltransferase mettl16 (Methyltransferase 10 domain-containing protein) (Methyltransferase-like protein 16) (N6-adenosine-methyltransferase METTL16) (EC 2.1.1.348) (U6 small nuclear RNA (adenine-(43)-N(6))-methyltransferase) (EC 2.1.1.346)","string-db","7955.ENSDARP00000072692/7955.ENSDARP00000066977","physical","txid7955" +"A0A8M1PDZ7","F1RCY7","zgc:55308","RNA-binding motif protein 15","A0A8M1PDZ7","rbm15","E3 ubiquitin-protein ligase Hakai (EC 2.3.2.27)","RNA-binding motif protein 15 (RNA-binding protein 15)","string-db","7955.ENSDARP00000100758/7955.ENSDARP00000066977","physical","txid7955" +"Q6P980","O73872","cb463","sod1","sod2","sod1","Superoxide dismutase (EC 1.15.1.1)","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","string-db","7955.ENSDARP00000064375/7955.ENSDARP00000062555","physical","txid7955" +"Q1LXI7","Q90XE7","etID35223.22","cb125","klf2a","klf2b","Krueppel-like factor 2 (Kruppel-like factor 2a)","Klf2b protein (Kruppel-like factor 2b)","string-db","7955.ENSDARP00000147221/7955.ENSDARP00000062586","physical","txid7955" +"Q9DDK4","F1QC10","s1pr1","edg6","Q9DDK4","F1QC10","Sphingosine 1-phosphate receptor 1 (S1P receptor 1) (S1P1) (Sphingosine 1-phosphate receptor Edg-1) (S1P receptor Edg-1)","Sphingosine 1-phosphate receptor 4","string-db","7955.ENSDARP00000112534/7955.ENSDARP00000062632","physical","txid7955" +"E9QEY0","Q98TU0","bmk1","gdnf","mapk7","Q98TU0","Mitogen-activated protein kinase (EC 2.7.11.24)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000119429","physical","txid7955" +"E9QEY0","F8W4B7","bmk1","Histone deacetylase 6","mapk7","hdac6","Mitogen-activated protein kinase (EC 2.7.11.24)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000119429","physical","txid7955" +"E9QEY0","A0A2R8RKR5","bmk1","LOC103910147","mapk7","A0A2R8RKR5","Mitogen-activated protein kinase (EC 2.7.11.24)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000119429","physical","txid7955" +"A3KNM7","Q98TU0","zgc:162250","gdnf","dok6","Q98TU0","Docking protein 6 (Zgc:162250 protein)","Glial cell line-derived neurotrophic factor (zGDNF)","string-db","7955.ENSDARP00000124666/7955.ENSDARP00000086168","physical","txid7955" +"A3KNM7","A0A2R8RKR5","zgc:162250","LOC103910147","dok6","A0A2R8RKR5","Docking protein 6 (Zgc:162250 protein)","Neurturin-like","string-db","7955.ENSDARP00000147488/7955.ENSDARP00000086168","physical","txid7955" +"E7FAG0","A0A8M9QGE3","wu:fb77d11","Syntaxin 16","vps53","A0A8M9QGE3","Vacuolar protein sorting-associated protein 53 homolog","Syntaxin 16 (Syntaxin-16 isoform X3)","string-db","7955.ENSDARP00000128591/7955.ENSDARP00000110309","physical","txid7955" +"E7FAG0","A0A0R4IY52","wu:fb77d11","Vacuolar protein sorting-associated protein 52 homolog","vps53","vps52","Vacuolar protein sorting-associated protein 53 homolog","Vacuolar protein sorting-associated protein 52 homolog","string-db","7955.ENSDARP00000140259/7955.ENSDARP00000110309","physical","txid7955" +"Q66HW0","Q0P4C4","zgc:92337","dcakd","coasy","Q0P4C4","Bifunctional coenzyme A synthase precursor (CoA synthase) (Zgc:92337)","Dephospho-CoA kinase domain-containing protein","string-db","7955.ENSDARP00000082563/7955.ENSDARP00000062735","physical","txid7955" +"Q66HW0","B0JZL7","zgc:92337","si:ch211-142e24.2","coasy","B0JZL7","Bifunctional coenzyme A synthase precursor (CoA synthase) (Zgc:92337)","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000062735","physical","txid7955" +"A0JMM0","A0A8M1QHV0","zgc:153976","E3 SUMO-protein ligase ZNF451 isoform X1","A0JMM0","A0A8M1QHV0","Zgc:153976 (Zinc finger protein 362a)","E3 SUMO-protein ligase ZNF451 isoform X1 (Zinc finger protein 451)","string-db","7955.ENSDARP00000120051/7955.ENSDARP00000080722","physical","txid7955" +"A9JRC0","F1RBT2","zgc:172085","DNA helicase","nab2","chd4b","NGFI-A-binding protein 2 (Zgc:172085 protein)","DNA helicase (EC 3.6.4.12)","string-db","7955.ENSDARP00000152065/7955.ENSDARP00000098853","physical","txid7955" +"F1QC01","Q08CJ4","IP3K","zgc:153026","itpka","minpp1a","Kinase (EC 2.7.-.-)","Multiple inositol-polyphosphate phosphatase 1a (EC 3.1.3.62) (Zgc:153026)","string-db","7955.ENSDARP00000074052/7955.ENSDARP00000062899","physical","txid7955" +"F1QC01","Q5RGF8","IP3K","Kinase","itpka","itpkb","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000122774/7955.ENSDARP00000062899","physical","txid7955" +"F1QC01","E7F4R8","IP3K","Kinase","itpka","itpkca","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000119462/7955.ENSDARP00000062899","physical","txid7955" +"E7F4R8","Q5RGF8","Kinase","Kinase","itpkca","itpkb","Kinase (EC 2.7.-.-)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000122774/7955.ENSDARP00000119462","physical","txid7955" +"Q08CJ4","E7F4R8","zgc:153026","Kinase","minpp1a","itpkca","Multiple inositol-polyphosphate phosphatase 1a (EC 3.1.3.62) (Zgc:153026)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000119462/7955.ENSDARP00000074052","physical","txid7955" +"Q08CJ4","Q5RGF8","zgc:153026","Kinase","minpp1a","itpkb","Multiple inositol-polyphosphate phosphatase 1a (EC 3.1.3.62) (Zgc:153026)","Kinase (EC 2.7.-.-)","string-db","7955.ENSDARP00000122774/7955.ENSDARP00000074052","physical","txid7955" +"Q6TGV7","Q6PCS3","abracl","id:ibd5026","abracl","mef2ca","Costars family protein ABRACL (ABRA C-terminal-like protein)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","string-db","7955.ENSDARP00000089908/7955.ENSDARP00000062930","physical","txid7955" +"B0S521","Q58EG3","Si:ch211-222f23.6","nectin3","B0S521","nectin3","Si:ch211-222f23.6 (Uncharacterized protein LOC100141493 precursor)","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","string-db","7955.ENSDARP00000121706/7955.ENSDARP00000062939","physical","txid7955" +"B0S521","A0A0G2KQC0","Si:ch211-222f23.6","nectin3a","B0S521","A0A0G2KQC0","Si:ch211-222f23.6 (Uncharacterized protein LOC100141493 precursor)","Nectin cell adhesion molecule 3a (Nectin-3-like protein)","string-db","7955.ENSDARP00000134588/7955.ENSDARP00000062939","physical","txid7955" +"B0S521","A0A0R4ICR1","Si:ch211-222f23.6","pvrl4","B0S521","A0A0R4ICR1","Si:ch211-222f23.6 (Uncharacterized protein LOC100141493 precursor)","Nectin cell adhesion molecule 4b (Nectin-4)","string-db","7955.ENSDARP00000130733/7955.ENSDARP00000062939","physical","txid7955" +"B0S521","B0CLW6","Si:ch211-222f23.6","si:dkey-225e11.1","B0S521","pvrl2l","Si:ch211-222f23.6 (Uncharacterized protein LOC100141493 precursor)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","string-db","7955.ENSDARP00000130272/7955.ENSDARP00000062939","physical","txid7955" +"B0S521","E7F6D0","Si:ch211-222f23.6","Poliovirus receptor-like isoform X1","B0S521","si:ch73-22o12.1","Si:ch211-222f23.6 (Uncharacterized protein LOC100141493 precursor)","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","string-db","7955.ENSDARP00000085674/7955.ENSDARP00000062939","physical","txid7955" +"E7F6D0","A0A0G2KQC0","Poliovirus receptor-like isoform X1","nectin3a","si:ch73-22o12.1","A0A0G2KQC0","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","Nectin cell adhesion molecule 3a (Nectin-3-like protein)","string-db","7955.ENSDARP00000134588/7955.ENSDARP00000085674","physical","txid7955" +"E7F6D0","Q58EG3","Poliovirus receptor-like isoform X1","nectin3","si:ch73-22o12.1","nectin3","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","string-db","7955.ENSDARP00000121706/7955.ENSDARP00000085674","physical","txid7955" +"E7F6D0","B0CLW6","Poliovirus receptor-like isoform X1","si:dkey-225e11.1","si:ch73-22o12.1","pvrl2l","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","string-db","7955.ENSDARP00000130272/7955.ENSDARP00000085674","physical","txid7955" +"E7F6D0","A0A0R4ICR1","Poliovirus receptor-like isoform X1","pvrl4","si:ch73-22o12.1","A0A0R4ICR1","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","Nectin cell adhesion molecule 4b (Nectin-4)","string-db","7955.ENSDARP00000130733/7955.ENSDARP00000085674","physical","txid7955" +"A0A0R4ICR1","A0A0G2KQC0","pvrl4","nectin3a","A0A0R4ICR1","A0A0G2KQC0","Nectin cell adhesion molecule 4b (Nectin-4)","Nectin cell adhesion molecule 3a (Nectin-3-like protein)","string-db","7955.ENSDARP00000134588/7955.ENSDARP00000130733","physical","txid7955" +"B0CLW6","Q2YDQ1","si:dkey-225e11.1","Uncharacterized protein LOC641563 precursor","pvrl2l","Q2YDQ1","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","Uncharacterized protein LOC641563 precursor (Zgc:123297)","psicquic","20802085","physical","txid7955" +"B0CLW6","A0A0G2KQC0","si:dkey-225e11.1","nectin3a","pvrl2l","A0A0G2KQC0","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","Nectin cell adhesion molecule 3a (Nectin-3-like protein)","string-db","7955.ENSDARP00000134588/7955.ENSDARP00000130272","physical","txid7955" +"B0CLW6","A0A0R4ICR1","si:dkey-225e11.1","pvrl4","pvrl2l","A0A0R4ICR1","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","Nectin cell adhesion molecule 4b (Nectin-4)","string-db","7955.ENSDARP00000130733/7955.ENSDARP00000130272","physical","txid7955" +"Q58EG3","Q90Z31","nectin3","efnb3","nectin3","efnb3b","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","psicquic","19765300;26190107","physical","txid7955" +"Q58EG3","Q9DE36","nectin3","Slit homolog 2 protein precursor","nectin3","Q9DE36","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Slit homolog 2 protein precursor (Slit2)","psicquic","19765300;26190107","physical","txid7955" +"Q58EG3","F1QHI8","nectin3","zgc:56104","nectin3","F1QHI8","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Platelet-derived growth factor receptor-like protein","psicquic","26190107","physical","txid7955" +"Q58EG3","Q90Z00","nectin3","fgfr1a","nectin3","fgfr1a","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","psicquic","20802085","physical","txid7955" +"Q58EG3","B8A507","nectin3","fb93g11","nectin3","flrt3","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","psicquic","20802085","physical","txid7955" +"Q58EG3","O73874","nectin3","efnb2a","nectin3","efnb2a","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Ephrin-B2a","psicquic","19765300;26190107","physical","txid7955" +"Q58EG3","A0A4W4","nectin3","zgc:100871","nectin3","A0A4W4","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Neuronal growth regulator 1","psicquic","19765300;26190107","physical","txid7955" +"Q58EG3","Q90413","nectin3","fgfr4","nectin3","Q90413","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","psicquic","20802085","physical","txid7955" +"Q58EG3","A0A0R4ICR1","nectin3","pvrl4","nectin3","A0A0R4ICR1","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Nectin cell adhesion molecule 4b (Nectin-4)","string-db","7955.ENSDARP00000130733/7955.ENSDARP00000121706","physical","txid7955" +"Q58EG3","A0A0G2KQC0","nectin3","nectin3a","nectin3","A0A0G2KQC0","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","Nectin cell adhesion molecule 3a (Nectin-3-like protein)","string-db","7955.ENSDARP00000134588/7955.ENSDARP00000121706","physical","txid7955" +"Q58EG3","B0CLW6","nectin3","si:dkey-225e11.1","nectin3","pvrl2l","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","string-db","7955.ENSDARP00000130272/7955.ENSDARP00000121706","physical","txid7955" +"F1QBP9","A2BEG3","NTHL1","sb:eu827","F1QBP9","dgcr8","Endonuclease III-like protein 1 (EC 3.2.2.-) (EC 4.2.99.18) (Bifunctional DNA N-glycosylase/DNA-(apurinic or apyrimidinic site) lyase) (DNA glycosylase/AP lyase)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","string-db","7955.ENSDARP00000113375/7955.ENSDARP00000062940","physical","txid7955" +"Q6PC69","Q7SXA3","rpl10a","zgc:66168","rpl10a","rps27a","Large ribosomal subunit protein uL1 (60S ribosomal protein L10a)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000062982","physical","txid7955" +"Q6PC69","Q0VFW0","rpl10a","zgc:136591","rpl10a","Q0VFW0","Large ribosomal subunit protein uL1 (60S ribosomal protein L10a)","Ribosomal protein L22-like 1 (EC 3.6.5.3) (Zgc:136591)","string-db","7955.ENSDARP00000074434/7955.ENSDARP00000062982","physical","txid7955" +"Q6PC69","F1QG80","rpl10a","Large ribosomal subunit protein eL22","rpl10a","F1QG80","Large ribosomal subunit protein uL1 (60S ribosomal protein L10a)","Large ribosomal subunit protein eL22 (60S ribosomal protein L22)","string-db","7955.ENSDARP00000111487/7955.ENSDARP00000062982","physical","txid7955" +"Q6PC69","F1QHN6","rpl10a","im:7042025","rpl10a","ubc","Large ribosomal subunit protein uL1 (60S ribosomal protein L10a)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000062982","physical","txid7955" +"Q9I918","A0A2R8Q9H3","gpr173","Small integral membrane protein 20","Q9I918","smim20","Probable G-protein coupled receptor 173 (Super conserved receptor expressed in brain 3)","Small integral membrane protein 20","string-db","7955.ENSDARP00000149881/7955.ENSDARP00000063004","physical","txid7955" +"Q5RI33","Q6PC37","ctgf","nme2l","Q5RI33","Q6PC37","CCN family member 2 (Cellular communication network factor 2) (Connective tissue growth factor)","Nucleoside diphosphate kinase (EC 2.7.4.6)","string-db","7955.ENSDARP00000064338/7955.ENSDARP00000063027","physical","txid7955" +"Q5RI33","A5PN60","ctgf","ctgfb","Q5RI33","A5PN60","CCN family member 2 (Cellular communication network factor 2) (Connective tissue growth factor)","Cellular communication network factor 2b (Connective tissue growth factor b isoform X1) (Connective tissue growth factor-like protein)","string-db","7955.ENSDARP00000133091/7955.ENSDARP00000063027","physical","txid7955" +"Q5TZ80","B0V207","hook1","fhip1b","hook1","fam160a2","Protein Hook homolog 1","FHF complex subunit HOOK-interacting protein 1B (FHIP1B) (FTS- and Hook-interacting protein homolog) (FHIP)","string-db","7955.ENSDARP00000101150/7955.ENSDARP00000063051","physical","txid7955" +"Q5TZ80","Q7ZYX1","hook1","aktip","hook1","aktip","Protein Hook homolog 1","AKT-interacting protein (Fused toes protein homolog)","string-db","7955.ENSDARP00000122322/7955.ENSDARP00000063051","physical","txid7955" +"B0V207","Q7ZYX1","fhip1b","aktip","fam160a2","aktip","FHF complex subunit HOOK-interacting protein 1B (FHIP1B) (FTS- and Hook-interacting protein homolog) (FHIP)","AKT-interacting protein (Fused toes protein homolog)","string-db","7955.ENSDARP00000122322/7955.ENSDARP00000101150","physical","txid7955" +"Q68IN2","O42222","gdf8l","mstnb","Q68IN2","mstnb","Growth/differentiation factor 8 (GDF-8) (Myostatin)","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","string-db","7955.ENSDARP00000091159/7955.ENSDARP00000063054","physical","txid7955" +"Q5TZ75","Q5TZ86","cyp2j24","cyp2j23","cyp2p7","Q5TZ86","Cytochrome P450, family 2, subfamily J, polypeptide 24 (Cytochrome P450, family 2, subfamily P, polypeptide 7)","Cytochrome P450, family 2, subfamily J, polypeptide 23 (Cytochrome P450, family 2, subfamily P, polypeptide 8)","string-db","7955.ENSDARP00000063107/7955.ENSDARP00000063106","physical","txid7955" +"A8E7H5","E7F6G4","si:ch211-233a1.7","Gastrin-releasing peptide receptor","grp","E7F6G4","Gastrin-releasing peptide","Gastrin-releasing peptide receptor","string-db","7955.ENSDARP00000073606/7955.ENSDARP00000063243","physical","txid7955" +"A8E7H5","Q1MT60","si:ch211-233a1.7","si:dkey-77f17.8","grp","nmba","Gastrin-releasing peptide","Neuromedin Ba (Neuromedin-B precursor)","string-db","7955.ENSDARP00000089132/7955.ENSDARP00000063243","physical","txid7955" +"A8E7H5","B3DFU2","si:ch211-233a1.7","LOC569893","grp","B3DFU2","Gastrin-releasing peptide","Neuromedin Bb (Similar to neuromedin B)","string-db","7955.ENSDARP00000097995/7955.ENSDARP00000063243","physical","txid7955" +"A8E7H5","B0R167","si:ch211-233a1.7","Si:ch211-119o8.4","grp","B0R167","Gastrin-releasing peptide","Si:ch211-119o8.4 (Somatostatin receptor type 3 isoform X1)","string-db","7955.ENSDARP00000121345/7955.ENSDARP00000063243","physical","txid7955" +"E7F6G4","B3DFU2","Gastrin-releasing peptide receptor","LOC569893","E7F6G4","B3DFU2","Gastrin-releasing peptide receptor","Neuromedin Bb (Similar to neuromedin B)","string-db","7955.ENSDARP00000097995/7955.ENSDARP00000073606","physical","txid7955" +"Q1MT60","B3DFU2","si:dkey-77f17.8","LOC569893","nmba","B3DFU2","Neuromedin Ba (Neuromedin-B precursor)","Neuromedin Bb (Similar to neuromedin B)","string-db","7955.ENSDARP00000097995/7955.ENSDARP00000089132","physical","txid7955" +"B3DFU2","B0R167","LOC569893","Si:ch211-119o8.4","B3DFU2","B0R167","Neuromedin Bb (Similar to neuromedin B)","Si:ch211-119o8.4 (Somatostatin receptor type 3 isoform X1)","string-db","7955.ENSDARP00000121345/7955.ENSDARP00000097995","physical","txid7955" +"Q7SYK1","Q7ZVJ6","qtrt1","qtrt2","Q7SYK1","Q7ZVJ6","Queuine tRNA-ribosyltransferase catalytic subunit 1 (EC 2.4.2.64) (Guanine insertion enzyme) (tRNA-guanine transglycosylase)","Queuine tRNA-ribosyltransferase accessory subunit 2 (Queuine tRNA-ribosyltransferase domain-containing protein 1)","string-db","7955.ENSDARP00000113635/7955.ENSDARP00000063286","physical","txid7955" +"F1QQG9","A0A8M1NCD8","zgc:194235","si:ch211-203k16.2","F1QQG9","A0A8M1NCD8","Melanocortin 3 receptor (Melanocortin receptor 3)","Proopiomelanocortin b (Proopiomelanocortin b precursor)","string-db","7955.ENSDARP00000091524/7955.ENSDARP00000088561","physical","txid7955" +"A5HAK1","A5HAK2","si:ch211-139g14.6","RNase 3","A5HAK1","A5HAK2","RNase 2 (Ribonuclease like 2 precursor) (Ribonuclease-like 2)","RNase 3 (Ribonuclease like 4 precursor) (Ribonuclease-like 4)","string-db","7955.ENSDARP00000113719/7955.ENSDARP00000063415","physical","txid7955" +"A5HAK1","A5HAK0","si:ch211-139g14.6","rnasel3","A5HAK1","A5HAK0","RNase 2 (Ribonuclease like 2 precursor) (Ribonuclease-like 2)","Ribonuclease-like 3 (RNase ZF-3) (RNase-like 3) (ZF-RNase-3) (EC 3.1.27.-) (Dr-RNase 1) [Cleaved into: N-terminal peptide; LF-ZF3]","string-db","7955.ENSDARP00000123763/7955.ENSDARP00000063415","physical","txid7955" +"A5HAK2","A5HAK0","RNase 3","rnasel3","A5HAK2","A5HAK0","RNase 3 (Ribonuclease like 4 precursor) (Ribonuclease-like 4)","Ribonuclease-like 3 (RNase ZF-3) (RNase-like 3) (ZF-RNase-3) (EC 3.1.27.-) (Dr-RNase 1) [Cleaved into: N-terminal peptide; LF-ZF3]","string-db","7955.ENSDARP00000123763/7955.ENSDARP00000113719","physical","txid7955" +"Q7ZUC4","A8WGP3","ccdc6","ppp4ca","ccdc6a","ppp4ca","Ccdc6a protein (Coiled-coil domain-containing 6a) (Coiled-coil domain-containing protein 6)","Serine/threonine-protein phosphatase 4 catalytic subunit A (PP4C-A) (EC 3.1.3.16)","string-db","7955.ENSDARP00000094516/7955.ENSDARP00000063612","physical","txid7955" +"A8WGP3","A0AUQ3","ppp4ca","ccdc6","ppp4ca","ccdc6b","Serine/threonine-protein phosphatase 4 catalytic subunit A (PP4C-A) (EC 3.1.3.16)","Ccdc6b protein (Coiled-coil domain-containing 6b) (Coiled-coil domain-containing protein 6)","string-db","7955.ENSDARP00000108416/7955.ENSDARP00000094516","physical","txid7955" +"Q502H4","Q567W6","Diphthamide biosynthesis protein 3","dph1","Q502H4","Q567W6","Diphthamide biosynthesis protein 3 (CSL-type zinc finger-containing protein 2)","2-(3-amino-3-carboxypropyl)histidine synthase subunit 1 (EC 2.5.1.108) (Diphthamide biosynthesis protein 1) (Diphtheria toxin resistance protein 1) (S-adenosyl-L-methionine:L-histidine 3-amino-3-carboxypropyltransferase 1)","string-db","7955.ENSDARP00000114804/7955.ENSDARP00000063643","physical","txid7955" +"Q502H4","A4QN59","Diphthamide biosynthesis protein 3","dph2","Q502H4","A4QN59","Diphthamide biosynthesis protein 3 (CSL-type zinc finger-containing protein 2)","2-(3-amino-3-carboxypropyl)histidine synthase subunit 2 (Diphthamide biosynthesis protein 2) (Diphtheria toxin resistance protein 2) (S-adenosyl-L-methionine:L-histidine 3-amino-3-carboxypropyltransferase 2)","string-db","7955.ENSDARP00000097722/7955.ENSDARP00000063643","physical","txid7955" +"A4QN59","Q567W6","dph2","dph1","A4QN59","Q567W6","2-(3-amino-3-carboxypropyl)histidine synthase subunit 2 (Diphthamide biosynthesis protein 2) (Diphtheria toxin resistance protein 2) (S-adenosyl-L-methionine:L-histidine 3-amino-3-carboxypropyltransferase 2)","2-(3-amino-3-carboxypropyl)histidine synthase subunit 1 (EC 2.5.1.108) (Diphthamide biosynthesis protein 1) (Diphtheria toxin resistance protein 1) (S-adenosyl-L-methionine:L-histidine 3-amino-3-carboxypropyltransferase 1)","string-db","7955.ENSDARP00000114804/7955.ENSDARP00000097722","physical","txid7955" +"R4GEU0","Q7ZVY5","ATP-citrate synthase","cs","aclyb","Q7ZVY5","ATP-citrate synthase (EC 2.3.3.8) (ATP-citrate (pro-S-)-lyase) (Citrate cleavage enzyme)","Citrate synthase, mitochondrial (EC 2.3.3.1) (Citrate (Si)-synthase)","string-db","7955.ENSDARP00000135698/7955.ENSDARP00000127003","physical","txid7955" +"F1R8Z0","Q9PTP1","gadd45al","pcna","gadd45aa","pcna","Growth arrest and DNA damage-inducible protein GADD45 alpha","Proliferating cell nuclear antigen (PCNA)","string-db","7955.ENSDARP00000070780/7955.ENSDARP00000063995","physical","txid7955" +"Q502B2","E7F6X2","zgc:112358","fc03a11","vkorc1l1","vkorc1","vitamin-K-epoxide reductase (warfarin-sensitive) (EC 1.17.4.4)","vitamin-K-epoxide reductase (warfarin-sensitive) (EC 1.17.4.4)","string-db","7955.ENSDARP00000110920/7955.ENSDARP00000064087","physical","txid7955" +"Q90Y50","Q06W28","cxadr","SCN2B","cxadr","scn2b","Coxsackievirus and adenovirus receptor homolog (CAR)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","string-db","7955.ENSDARP00000131257/7955.ENSDARP00000064106","physical","txid7955" +"Q567A1","F1Q555","zgc:112197","cb853","gpd1a","F1Q555","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","Glycerol-3-phosphate dehydrogenase, mitochondrial (EC 1.1.5.3)","string-db","7955.ENSDARP00000119186/7955.ENSDARP00000064171","physical","txid7955" +"Q567A1","Q7T3H5","zgc:112197","gpd1","gpd1a","Q7T3H5","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","string-db","7955.ENSDARP00000113739/7955.ENSDARP00000064171","physical","txid7955" +"Q567A1","Q5XIZ6","zgc:112197","gpd1l","gpd1a","gpd1l","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","string-db","7955.ENSDARP00000123149/7955.ENSDARP00000064171","physical","txid7955" +"F1Q555","Q5XIZ6","cb853","gpd1l","F1Q555","gpd1l","Glycerol-3-phosphate dehydrogenase, mitochondrial (EC 1.1.5.3)","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","string-db","7955.ENSDARP00000123149/7955.ENSDARP00000119186","physical","txid7955" +"Q7T3H5","F1Q555","gpd1","cb853","Q7T3H5","F1Q555","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","Glycerol-3-phosphate dehydrogenase, mitochondrial (EC 1.1.5.3)","string-db","7955.ENSDARP00000119186/7955.ENSDARP00000113739","physical","txid7955" +"Q7T3H5","Q5XIZ6","gpd1","gpd1l","Q7T3H5","gpd1l","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","string-db","7955.ENSDARP00000123149/7955.ENSDARP00000113739","physical","txid7955" +"Q66I72","A0A0R4IGV4","JAM","jam2a","f11r.1","jam2a","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","string-db","7955.ENSDARP00000132646/7955.ENSDARP00000099952","physical","txid7955" +"Q66I72","E7FBB9","JAM","tjp2.1","f11r.1","E7FBB9","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000099952","physical","txid7955" +"Q66I72","F1QYW3","JAM","Junctional adhesion molecule 3a","f11r.1","jam3a","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","string-db","7955.ENSDARP00000105600/7955.ENSDARP00000099952","physical","txid7955" +"Q66I72","B0V233","JAM","im:7155552","f11r.1","jam2b","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","string-db","7955.ENSDARP00000102441/7955.ENSDARP00000099952","physical","txid7955" +"Q66I72","E7FCN5","JAM","Integrin beta","f11r.1","E7FCN5","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000099952","physical","txid7955" +"Q5P991","A0A8M9QEC7","si:ch211-51n14.2","si:ch211-51n14.1","Q5P991","A0A8M9QEC7","alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase (EC 2.4.3.3)","alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase (EC 2.4.3.3)","string-db","7955.ENSDARP00000115490/7955.ENSDARP00000064334","physical","txid7955" +"Q6DGJ3","Q7T2P6","timm13","timm23","timm13","Q7T2P6","Mitochondrial import inner membrane translocase subunit Tim13","Mitochondrial import inner membrane translocase subunit Tim23","string-db","7955.ENSDARP00000096296/7955.ENSDARP00000075599","physical","txid7955" +"Q6DGJ3","Q6DI06","timm13","timm10","timm13","Q6DI06","Mitochondrial import inner membrane translocase subunit Tim13","Mitochondrial import inner membrane translocase subunit Tim10","string-db","7955.ENSDARP00000091094/7955.ENSDARP00000075599","physical","txid7955" +"F1QCP6","Q6NYV8","tafazzin","lclat1","taz","lclat1","Tafazzin (Taz) (EC 2.3.1.-)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000120241","physical","txid7955" +"Q5TZ15","P57717","si:dkey-77b17.2","esr1","Q5TZ15","P57717","Proline-rich nuclear receptor coactivator 1","Estrogen receptor (ER) (ER-alpha) (Estradiol receptor) (Nuclear receptor subfamily 3 group A member 1)","string-db","7955.ENSDARP00000082277/7955.ENSDARP00000064471","physical","txid7955" +"Q6P0C5","Q7SX91","bxdc1","fj66c04","Q6P0C5","rrs1","Ribosome production factor 2 homolog (Ribosome biogenesis protein RPF2 homolog)","Ribosome biogenesis regulatory protein","string-db","7955.ENSDARP00000111034/7955.ENSDARP00000064541","physical","txid7955" +"F1QWZ8","F1Q6X3","LOC571410","LOC108179103","F1QWZ8","F1Q6X3","Adenosine receptor A1-like","Adenosine receptor A1-like","string-db","7955.ENSDARP00000078258/7955.ENSDARP00000064678","physical","txid7955" +"F1QWZ8","B0V2S3","LOC571410","adora1","F1QWZ8","B0V2S3","Adenosine receptor A1-like","Adenosine receptor A1","string-db","7955.ENSDARP00000101777/7955.ENSDARP00000064678","physical","txid7955" +"F1Q6X3","B0V2S3","LOC108179103","adora1","F1Q6X3","B0V2S3","Adenosine receptor A1-like","Adenosine receptor A1","string-db","7955.ENSDARP00000101777/7955.ENSDARP00000078258","physical","txid7955" +"F1QUQ0","A0A0R4IJX1","si:ch211-214p16.3","FAST kinase domain-containing protein 3, mitochondrial","iars2","A0A0R4IJX1","isoleucine--tRNA ligase (EC 6.1.1.5) (Isoleucyl-tRNA synthetase)","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000064802","physical","txid7955" +"Q1JPU9","B3DIT1","zgc:136560","zgc:194528","Q1JPU9","B3DIT1","Abl interactor 2 (Abl-interactor 2b) (Zgc:136560)","Cytoplasmic FMR1-interacting protein","string-db","7955.ENSDARP00000124883/7955.ENSDARP00000065470","physical","txid7955" +"Q1JPU9","B0S6R1","zgc:136560","nckap1","Q1JPU9","B0S6R1","Abl interactor 2 (Abl-interactor 2b) (Zgc:136560)","Nck-associated protein 1 (NAP 1)","string-db","7955.ENSDARP00000156716/7955.ENSDARP00000065470","physical","txid7955" +"E7F2T0","A0A0R4IU41","Ciliary rootlet coiled-coil, rootletin family member 2","Leucine-rich repeat-containing 45","crocc2","lrrc45","Ciliary rootlet coiled-coil, rootletin family member 2 (Rootletin isoform X1)","Leucine-rich repeat-containing 45 (Leucine-rich repeat-containing protein 45)","string-db","7955.ENSDARP00000138152/7955.ENSDARP00000065237","physical","txid7955" +"E7F2T0","F1QX00","Ciliary rootlet coiled-coil, rootletin family member 2","Centlein isoform X1","crocc2","cntln","Ciliary rootlet coiled-coil, rootletin family member 2 (Rootletin isoform X1)","Centlein isoform X1 (Centlein, centrosomal protein)","string-db","7955.ENSDARP00000154169/7955.ENSDARP00000065237","physical","txid7955" +"E7F2T0","Q5XJX1","Ciliary rootlet coiled-coil, rootletin family member 2","scgn","crocc2","scgn","Ciliary rootlet coiled-coil, rootletin family member 2 (Rootletin isoform X1)","Secretagogin","string-db","7955.ENSDARP00000076090/7955.ENSDARP00000065237","physical","txid7955" +"A2BIB3","E7FE05","si:dkey-273o13.5","Ribosomal protein S6 kinase","rps6ka4","rps6ka5","Ribosomal protein S6 kinase (EC 2.7.11.1)","Ribosomal protein S6 kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000079873/7955.ENSDARP00000065261","physical","txid7955" +"E7F118","A0A140LGU2","ABC-type glutathione-S-conjugate transporter","ABC-type glutathione-S-conjugate transporter","abcc6a","A0A140LGU2","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","string-db","7955.ENSDARP00000142471/7955.ENSDARP00000065432","physical","txid7955" +"E7F118","A0A0R4IC81","ABC-type glutathione-S-conjugate transporter","Multidrug resistance-associated protein 1","abcc6a","abcc1","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","Multidrug resistance-associated protein 1 (EC 7.6.2.2) (EC 7.6.2.3) (ATP-binding cassette sub-family C member 1) (Glutathione-S-conjugate-translocating ATPase ABCC1) (Leukotriene C(4) transporter)","string-db","7955.ENSDARP00000130505/7955.ENSDARP00000065432","physical","txid7955" +"A0A0R4IC81","A0A140LGU2","Multidrug resistance-associated protein 1","ABC-type glutathione-S-conjugate transporter","abcc1","A0A140LGU2","Multidrug resistance-associated protein 1 (EC 7.6.2.2) (EC 7.6.2.3) (ATP-binding cassette sub-family C member 1) (Glutathione-S-conjugate-translocating ATPase ABCC1) (Leukotriene C(4) transporter)","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","string-db","7955.ENSDARP00000142471/7955.ENSDARP00000130505","physical","txid7955" +"B8A4C9","A0A8M9QJ44","fb51d07","Extracellular serine/threonine protein kinase FAM20C","cst3","A0A8M9QJ44","Cystatin C (amyloid angiopathy and cerebral hemorrhage) (Cystatin C precursor)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000065434","physical","txid7955" +"Q5NJJ5","A0A0G2KDJ5","im:7137546","Tsp-4b","Q5NJJ5","comp","Matrilin-4","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000065680","physical","txid7955" +"F1QW13","F1QZU4","sGnRH","si:ch211-157p22.8","F1QW13","F1QZU4","Progonadoliberin [Cleaved into: Gonadoliberin (Gonadotropin-releasing hormone) (GnRH) (Luliberin) (Luteinizing hormone-releasing hormone) (LH-RH); GnRH-associated peptide (GnRH-associated peptide)]","KISS1 receptor b","string-db","7955.ENSDARP00000088021/7955.ENSDARP00000073133","physical","txid7955" +"Q5PQZ5","F1QGH7","SRY-box 17","ctnnb1","sox17","ctnnb1","SRY-box 17 (SRY-box containing gene 17) (SRY-box transcription factor 17)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000135455","physical","txid7955" +"Q24JW8","A0A8M3ATQ7","zgc:136643","si:dkey-184p9.9","Q24JW8","A0A8M3ATQ7","CD8 antigen, alpha polypeptide (CD8a molecule)","Cd8 beta (Uncharacterized protein si:dkey-184p9.9)","string-db","7955.ENSDARP00000076041/7955.ENSDARP00000065841","physical","txid7955" +"Q58EN8","A0A0R4ID82","vps33b","im:7136893","Q58EN8","A0A0R4ID82","Vacuolar protein sorting-associated protein 33B","Vacuolar protein sorting-associated protein 33A","string-db","7955.ENSDARP00000133149/7955.ENSDARP00000065867","physical","txid7955" +"Q58EN8","A5D6T0","vps33b","MGC162584","Q58EN8","vps16","Vacuolar protein sorting-associated protein 33B","Vacuolar protein sorting-associated protein 16 homolog","string-db","7955.ENSDARP00000078255/7955.ENSDARP00000065867","physical","txid7955" +"A5D6T0","P59015","MGC162584","vps18","vps16","vps18","Vacuolar protein sorting-associated protein 16 homolog","Vacuolar protein sorting-associated protein 18 homolog","string-db","7955.ENSDARP00000094129/7955.ENSDARP00000078255","physical","txid7955" +"A5D6T0","F1QQ05","MGC162584","im:7166005","vps16","F1QQ05","Vacuolar protein sorting-associated protein 16 homolog","VPS8 subunit of CORVET complex (Vacuolar protein sorting-associated protein 8 homolog)","string-db","7955.ENSDARP00000117166/7955.ENSDARP00000078255","physical","txid7955" +"A5D6T0","A8E7N5","MGC162584","si:dkey-200h23.3","vps16","vps45","Vacuolar protein sorting-associated protein 16 homolog","Vacuolar protein sorting 45 homolog (Vacuolar protein sorting-associated protein 45)","string-db","7955.ENSDARP00000081395/7955.ENSDARP00000078255","physical","txid7955" +"A5D6T0","A0A0R4ID82","MGC162584","im:7136893","vps16","A0A0R4ID82","Vacuolar protein sorting-associated protein 16 homolog","Vacuolar protein sorting-associated protein 33A","string-db","7955.ENSDARP00000133149/7955.ENSDARP00000078255","physical","txid7955" +"Q9W7R4","A0A2R8QM07","tenm3","Adhesion G protein-coupled receptor L3 isoform X1","tenm3","adgrl3.1","Teneurin-3 (Ten-3) (Protein Odd Oz/ten-m homolog 3) (Tenascin-M3) (Ten-m3) (Teneurin transmembrane protein 3)","Adhesion G protein-coupled receptor L3 isoform X1 (Adhesion G protein-coupled receptor L3.1)","string-db","7955.ENSDARP00000156478/7955.ENSDARP00000079326","physical","txid7955" +"A0MGZ7","F1Q9K7","hs6st3b","Heparan-sulfate 6-O-sulfotransferase","A0MGZ7","F1Q9K7","Heparan-sulfate 6-O-sulfotransferase 3-B (HS 6-OST-3-B) (EC 2.8.2.-)","Heparan-sulfate 6-O-sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000095919/7955.ENSDARP00000065928","physical","txid7955" +"Q8JFP9","Q2PMI4","Gdf11-like","fst2","Q8JFP9","fstb","Gdf11-like (Growth differentiation factor 11) (Growth/differentiation factor 11 precursor)","Activin-binding protein","string-db","7955.ENSDARP00000075218/7955.ENSDARP00000066032","physical","txid7955" +"Q8JFP9","Q9YHV4","Gdf11-like","fsta","Q8JFP9","fsta","Gdf11-like (Growth differentiation factor 11) (Growth/differentiation factor 11 precursor)","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","string-db","7955.ENSDARP00000122591/7955.ENSDARP00000066032","physical","txid7955" +"E7F7U9","A0A0R4IMZ8","Importin subunit alpha","wu:fc12b10","kpna6","A0A0R4IMZ8","Importin subunit alpha","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000066122","physical","txid7955" +"E7F7U9","Q6ZM36","Importin subunit alpha","orc6l","kpna6","orc6","Importin subunit alpha","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","string-db","7955.ENSDARP00000101426/7955.ENSDARP00000066122","physical","txid7955" +"A8WIQ7","Q2QCI8","Oligodendrocyte transcription factor 1","med12","A8WIQ7","Q2QCI8","Oligodendrocyte transcription factor 1","Mediator of RNA polymerase II transcription subunit 12 (Mediator complex subunit 12) (Protein kohtalo) (Protein motionless) (Thyroid hormone receptor-associated protein complex 230 kDa component) (Trap230)","string-db","7955.ENSDARP00000130194/7955.ENSDARP00000114921","physical","txid7955" +"Q66I08","A0A0R4IRC9","slc51a","Si:dkey-245n4.2","Q66I08","A0A0R4IRC9","Organic solute transporter subunit alpha (OST-alpha) (Solute carrier family 51 subunit alpha)","Si:dkey-245n4.2","string-db","7955.ENSDARP00000136758/7955.ENSDARP00000066630","physical","txid7955" +"Q5RH29","A0A8M9QJ44","DKEY-235I4.1","Extracellular serine/threonine protein kinase FAM20C","itih2","A0A8M9QJ44","Inter-alpha-trypsin inhibitor heavy chain 2 (Inter-alpha-trypsin inhibitor heavy chain H2 precursor)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000066932","physical","txid7955" +"A4IG59","Q7ZVM1","washc1","washc5","A4IG59","Q7ZVM1","WASH complex subunit 1 (WAS protein family homolog 1)","WASH complex subunit 5 (WASH complex subunit strumpellin)","string-db","7955.ENSDARP00000131386/7955.ENSDARP00000087184","physical","txid7955" +"E7F4L4","Q7ZVM1","si:dkey-23p11.2","washc5","E7F4L4","Q7ZVM1","WASH complex subunit 4","WASH complex subunit 5 (WASH complex subunit strumpellin)","string-db","7955.ENSDARP00000131386/7955.ENSDARP00000082748","physical","txid7955" +"E7F4L4","A4IG59","si:dkey-23p11.2","washc1","E7F4L4","A4IG59","WASH complex subunit 4","WASH complex subunit 1 (WAS protein family homolog 1)","string-db","7955.ENSDARP00000087184/7955.ENSDARP00000082748","physical","txid7955" +"F1Q6Z5","Q90459","fe36b09","ccnd1","cnbpa","ccnd1","CCHC-type zinc finger, nucleic acid-binding protein a (Cellular nucleic acid-binding protein)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000067292","physical","txid7955" +"F1Q5N3","E7FH20","avpr1b","si:ch211-150f22.3","F1Q5N3","E7FH20","Arginine vasopressin receptor 1Ab (Arginine vasotocin receptor 1a1)","Arginine vasopressin receptor 1Aa (Arginine vasotocin receptor 1a2)","string-db","7955.ENSDARP00000100061/7955.ENSDARP00000067308","physical","txid7955" +"Q502M5","E7FD91","edc3","RNA helicase","Q502M5","ddx6","Enhancer of mRNA-decapping protein 3 (LSM16 protein homolog) (YjeF domain-containing protein 1)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000067372","physical","txid7955" +"Q502M5","Q803B9","edc3","zgc:55938","Q502M5","dcp2","Enhancer of mRNA-decapping protein 3 (LSM16 protein homolog) (YjeF domain-containing protein 1)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000067372","physical","txid7955" +"Q502M5","Q1LUT1","edc3","edc4","Q502M5","Q1LUT1","Enhancer of mRNA-decapping protein 3 (LSM16 protein homolog) (YjeF domain-containing protein 1)","Enhancer of mRNA-decapping protein 4","string-db","7955.ENSDARP00000084220/7955.ENSDARP00000067372","physical","txid7955" +"Q1LUT1","Q803B9","edc4","zgc:55938","Q1LUT1","dcp2","Enhancer of mRNA-decapping protein 4","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","string-db","7955.ENSDARP00000132902/7955.ENSDARP00000084220","physical","txid7955" +"Q1LUT1","E7FD91","edc4","RNA helicase","Q1LUT1","ddx6","Enhancer of mRNA-decapping protein 4","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000084220","physical","txid7955" +"Q7T0F4","Q801Y4","zgc:110497","zgc:110496","crabp1a","crabp2a","Cellular retinoic acid-binding protein 1 (Cellular retinoic acid-binding protein I)","Cellular retinoic acid-binding protein 2","string-db","7955.ENSDARP00000134145/7955.ENSDARP00000067509","physical","txid7955" +"E7FE27","F1QYH1","Beta-1,4-N-acetylgalactosaminyltransferase","Beta-1,4-N-acetylgalactosaminyltransferase","E7FE27","b4galnt3b","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","string-db","7955.ENSDARP00000102026/7955.ENSDARP00000067856","physical","txid7955" +"E7FE27","E7F204","Beta-1,4-N-acetylgalactosaminyltransferase","Beta-1,4-N-acetylgalactosaminyltransferase","E7FE27","b4galnt4a","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","string-db","7955.ENSDARP00000077842/7955.ENSDARP00000067856","physical","txid7955" +"E7F204","F1QYH1","Beta-1,4-N-acetylgalactosaminyltransferase","Beta-1,4-N-acetylgalactosaminyltransferase","b4galnt4a","b4galnt3b","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","string-db","7955.ENSDARP00000102026/7955.ENSDARP00000077842","physical","txid7955" +"O13034","Q4QRF4","rag2","; ;","O13034","-","V(D)J recombination-activating protein 2 (RAG-2)","Histone H3.2","string-db","7955.ENSDARP00000084277/7955.ENSDARP00000068402","physical","txid7955" +"O13034","Q6PI20","rag2","h3f3a; h3f3b.1; h3-5; h3f3d","O13034","h3f3a;h3f3b.1;h3-5;h3f3d","V(D)J recombination-activating protein 2 (RAG-2)","Histone H3.3","string-db","7955.ENSDARP00000089753/7955.ENSDARP00000068402","physical","txid7955" +"O13034","O13033","rag2","rag1","O13034","O13033","V(D)J recombination-activating protein 2 (RAG-2)","V(D)J recombination-activating protein 1 (RAG-1) [Includes: Endonuclease RAG1 (EC 3.1.-.-); E3 ubiquitin-protein ligase RAG1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase RAG1)]","string-db","7955.ENSDARP00000120100/7955.ENSDARP00000068402","physical","txid7955" +"O13034","Q7SXA9","rag2","mus81","O13034","Q7SXA9","V(D)J recombination-activating protein 2 (RAG-2)","Crossover junction endonuclease MUS81 (EC 3.1.22.-)","string-db","7955.ENSDARP00000091555/7955.ENSDARP00000068402","physical","txid7955" +"O13034","A0A140LG23","rag2","si:dkey-23a13.21","O13034","A0A140LG23","V(D)J recombination-activating protein 2 (RAG-2)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000068402","physical","txid7955" +"O13034","E7F6N8","rag2","Crossover junction endonuclease EME1","O13034","eme1","V(D)J recombination-activating protein 2 (RAG-2)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","string-db","7955.ENSDARP00000097532/7955.ENSDARP00000068402","physical","txid7955" +"Q6NYY4","A0A140LG23","asf1ba","si:dkey-23a13.21","asf1ba","A0A140LG23","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000140363","physical","txid7955" +"Q1L957","A0A140LG23","Barrier-to-autointegration factor","si:dkey-23a13.21","Q1L957","A0A140LG23","Barrier-to-autointegration factor (Si:dkey-211g8.4)","Histone H3","string-db","7955.ENSDARP00000142201/7955.ENSDARP00000118510","physical","txid7955" +"Q6DG36","Q6P0D1","slc30a5","slc30a6","slc30a5","Q6P0D1","Proton-coupled zinc antiporter SLC30A5 (Solute carrier family 30 member 5) (Zinc transporter 5) (ZnT-5)","Zinc transporter 6 (ZnT-6) (Solute carrier family 30 member 6)","string-db","7955.ENSDARP00000150886/7955.ENSDARP00000068124","physical","txid7955" +"Q29YB2","F1QGH7","Pleiomorphic adenoma gene 1","ctnnb1","plag1","ctnnb1","Pleiomorphic adenoma gene 1 (Pleomorphic adenoma gene 1) (Zinc finger protein PLAG1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000068130","physical","txid7955" +"Q6DBR9","A2BIA5","kxd1","zgc:111974","kxd1","A2BIA5","KxDL motif-containing protein 1","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000068138","physical","txid7955" +"Q6DBR9","Q4V8S9","kxd1","borcs7","kxd1","borcs7","KxDL motif-containing protein 1","BLOC-1-related complex subunit 7","string-db","7955.ENSDARP00000071850/7955.ENSDARP00000068138","physical","txid7955" +"Q6DBR9","Q1LVE2","kxd1","si:dkey-72l14.4","kxd1","si:dkey-72l14.4","KxDL motif-containing protein 1","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000068138","physical","txid7955" +"Q6DBR9","Q5XIX8","kxd1","borcs5","kxd1","borcs5","KxDL motif-containing protein 1","BLOC-1-related complex subunit 5","string-db","7955.ENSDARP00000087790/7955.ENSDARP00000068138","physical","txid7955" +"Q6DBR9","Q1L8R9","kxd1","si:dkey-222b8.2","kxd1","snapin","KxDL motif-containing protein 1","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000068138","physical","txid7955" +"Q6DBR9","A3KQI3","kxd1","borcs8","kxd1","borcs8","KxDL motif-containing protein 1","BLOC-1-related complex subunit 8","string-db","7955.ENSDARP00000096205/7955.ENSDARP00000068138","physical","txid7955" +"Q4V8S9","A2BIA5","borcs7","zgc:111974","borcs7","A2BIA5","BLOC-1-related complex subunit 7","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000071850","physical","txid7955" +"Q4V8S9","A3KQI3","borcs7","borcs8","borcs7","borcs8","BLOC-1-related complex subunit 7","BLOC-1-related complex subunit 8","string-db","7955.ENSDARP00000096205/7955.ENSDARP00000071850","physical","txid7955" +"Q4V8S9","Q1L8R9","borcs7","si:dkey-222b8.2","borcs7","snapin","BLOC-1-related complex subunit 7","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","string-db","7955.ENSDARP00000084633/7955.ENSDARP00000071850","physical","txid7955" +"Q4V8S9","Q5XIX8","borcs7","borcs5","borcs7","borcs5","BLOC-1-related complex subunit 7","BLOC-1-related complex subunit 5","string-db","7955.ENSDARP00000087790/7955.ENSDARP00000071850","physical","txid7955" +"Q4V8S9","Q1LVE2","borcs7","si:dkey-72l14.4","borcs7","si:dkey-72l14.4","BLOC-1-related complex subunit 7","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000071850","physical","txid7955" +"Q5XIX8","A3KQI3","borcs5","borcs8","borcs5","borcs8","BLOC-1-related complex subunit 5","BLOC-1-related complex subunit 8","string-db","7955.ENSDARP00000096205/7955.ENSDARP00000087790","physical","txid7955" +"Q5XIX8","A2BIA5","borcs5","zgc:111974","borcs5","A2BIA5","BLOC-1-related complex subunit 5","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000087790","physical","txid7955" +"Q5XIX8","Q1LVE2","borcs5","si:dkey-72l14.4","borcs5","si:dkey-72l14.4","BLOC-1-related complex subunit 5","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000087790","physical","txid7955" +"A3KQI3","A2BIA5","borcs8","zgc:111974","borcs8","A2BIA5","BLOC-1-related complex subunit 8","Biogenesis of lysosomal organelles complex-1, subunit 2 (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform 1) (Biogenesis of lysosome-related organelles complex 1 subunit 2 isoform X1)","string-db","7955.ENSDARP00000121837/7955.ENSDARP00000096205","physical","txid7955" +"A3KQI3","Q1LVE2","borcs8","si:dkey-72l14.4","borcs8","si:dkey-72l14.4","BLOC-1-related complex subunit 8","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","string-db","7955.ENSDARP00000122695/7955.ENSDARP00000096205","physical","txid7955" +"F1QYX5","B7SEE0","Bloodthirsty-related gene family, member 1","Interferon regulatory factor 3","F1QYX5","irf3","Bloodthirsty-related gene family, member 1 (E3 ubiquitin-protein ligase TRIM21)","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000068179","physical","txid7955" +"F1QYX5","A2BIR4","Bloodthirsty-related gene family, member 1","UBE2L3","F1QYX5","ube2l3b","Bloodthirsty-related gene family, member 1 (E3 ubiquitin-protein ligase TRIM21)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000068179","physical","txid7955" +"F1QYX5","A1L200","Bloodthirsty-related gene family, member 1","zgc:110542","F1QYX5","A1L200","Bloodthirsty-related gene family, member 1 (E3 ubiquitin-protein ligase TRIM21)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000068179","physical","txid7955" +"F1QYX5","Q6DHK7","Bloodthirsty-related gene family, member 1","zgc:92252","F1QYX5","Q6DHK7","Bloodthirsty-related gene family, member 1 (E3 ubiquitin-protein ligase TRIM21)","Interferon regulatory factor 8","string-db","7955.ENSDARP00000073353/7955.ENSDARP00000068179","physical","txid7955" +"E7F402","F1QIS4","cckar","si:ch211-159j13.2","E7F402","si:dkey-1h24.2","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","string-db","7955.ENSDARP00000102366/7955.ENSDARP00000068362","physical","txid7955" +"E7F402","E9QEB3","cckar","Cholecystokinin","E7F402","E9QEB3","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","Cholecystokinin","string-db","7955.ENSDARP00000114718/7955.ENSDARP00000068362","physical","txid7955" +"E9QEB3","A0A0R4IRL8","Cholecystokinin","cb1015","E9QEB3","A0A0R4IRL8","Cholecystokinin","Scavenger receptor class B member 1 (SR-BI)","string-db","7955.ENSDARP00000137986/7955.ENSDARP00000114718","physical","txid7955" +"E9QEB3","A0A0R4IHW0","Cholecystokinin","Cholecystokinin","E9QEB3","A0A0R4IHW0","Cholecystokinin","Cholecystokinin","string-db","7955.ENSDARP00000132941/7955.ENSDARP00000114718","physical","txid7955" +"F1Q4T7","Q58EC4","Potassium voltage-gated channel subfamily C member 1 isoform X1","kcnab1","kcnc1b","kcnab1a","Potassium voltage-gated channel subfamily C member 1 isoform X1 (Potassium voltage-gated channel, Shaw-related subfamily, member 1b)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000068409","physical","txid7955" +"A2BF98","E7F333","Leucine-rich repeat-containing 8 VRAC subunit Ab","fc22f12","lrrc8ab","lrrc8c","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","string-db","7955.ENSDARP00000137675/7955.ENSDARP00000068442","physical","txid7955" +"A2BF98","E7FB32","Leucine-rich repeat-containing 8 VRAC subunit Ab","Si:zfos-323e3.4","lrrc8ab","E7FB32","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","Si:zfos-323e3.4 (Volume-regulated anion channel subunit LRRC8E-like)","string-db","7955.ENSDARP00000101717/7955.ENSDARP00000068442","physical","txid7955" +"A2BF98","Q08BM6","Leucine-rich repeat-containing 8 VRAC subunit Ab","lrrc8d","lrrc8ab","lrrc8db","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","Leucine rich repeat containing 8 family, member D (Leucine-rich repeat-containing 8 VRAC subunit Db) (Leucine-rich repeat-containing protein 8D)","string-db","7955.ENSDARP00000135454/7955.ENSDARP00000068442","physical","txid7955" +"Q08BM6","E7F333","lrrc8d","fc22f12","lrrc8db","lrrc8c","Leucine rich repeat containing 8 family, member D (Leucine-rich repeat-containing 8 VRAC subunit Db) (Leucine-rich repeat-containing protein 8D)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","string-db","7955.ENSDARP00000137675/7955.ENSDARP00000135454","physical","txid7955" +"E7FB32","E7F333","Si:zfos-323e3.4","fc22f12","E7FB32","lrrc8c","Si:zfos-323e3.4 (Volume-regulated anion channel subunit LRRC8E-like)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","string-db","7955.ENSDARP00000137675/7955.ENSDARP00000101717","physical","txid7955" +"E7FB32","Q08BM6","Si:zfos-323e3.4","lrrc8d","E7FB32","lrrc8db","Si:zfos-323e3.4 (Volume-regulated anion channel subunit LRRC8E-like)","Leucine rich repeat containing 8 family, member D (Leucine-rich repeat-containing 8 VRAC subunit Db) (Leucine-rich repeat-containing protein 8D)","string-db","7955.ENSDARP00000135454/7955.ENSDARP00000101717","physical","txid7955" +"Q4V8S2","Q1XHM0","rcv1a","grk1","Q4V8S2","Q1XHM0","Recoverin (Recoverin-1a) (Zgc:114180)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000076182/7955.ENSDARP00000068525","physical","txid7955" +"Q4V8S2","Q1XHL7","rcv1a","grk7b","Q4V8S2","grk7b","Recoverin (Recoverin-1a) (Zgc:114180)","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","string-db","7955.ENSDARP00000072364/7955.ENSDARP00000068525","physical","txid7955" +"Q4V8S2","Q49HN0","rcv1a","GRK1B","Q4V8S2","Q49HN0","Recoverin (Recoverin-1a) (Zgc:114180)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000068525","physical","txid7955" +"Q4V8S2","Q49HM9","rcv1a","grk7a","Q4V8S2","grk7a","Recoverin (Recoverin-1a) (Zgc:114180)","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","string-db","7955.ENSDARP00000091060/7955.ENSDARP00000068525","physical","txid7955" +"A8KB34","A4IGD2","aspa","nat8l","aspa","nat8l","Aspartoacylase (EC 3.5.1.15) (Aminoacylase-2) (ACY-2)","N-acetylaspartate synthetase (NAA synthetase) (EC 2.3.1.17) (N-acetyltransferase 8-like protein)","string-db","7955.ENSDARP00000112150/7955.ENSDARP00000068606","physical","txid7955" +"Q4TTN8","A0T2N3","apln","aplnrb","apln","aplnrb","Apelin (APJ endogenous ligand)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","string-db","7955.ENSDARP00000108783/7955.ENSDARP00000069796","physical","txid7955" +"Q4TTN8","Q2PRG5","apln","OR126-1","apln","Q2PRG5","Apelin (APJ endogenous ligand)","Olfactory receptor","string-db","7955.ENSDARP00000123029/7955.ENSDARP00000069796","physical","txid7955" +"Q4TTN8","F1QJG4","apln","aplnr3","apln","aplnr2","Apelin (APJ endogenous ligand)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","string-db","7955.ENSDARP00000133169/7955.ENSDARP00000069796","physical","txid7955" +"A4IG58","E7FDN9","zgc:162268","LOC100536673","A4IG58","E7FDN9","Alpha-1,6-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (EC 2.4.1.143) (Zgc:162268 protein)","Alpha-1,6-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase-like (Si:ch73-91k6.2)","string-db","7955.ENSDARP00000125931/7955.ENSDARP00000068744","physical","txid7955" +"Q7T326","F1RCP1","cisd2","becn1","Q7T326","F1RCP1","CDGSH iron-sulfur domain-containing protein 2","Beclin-1","string-db","7955.ENSDARP00000100986/7955.ENSDARP00000069092","physical","txid7955" +"A0A8N7TD29","A0A2R8Q0D8","Platelet-derived growth factor C","Platelet-derived growth factor subunit B","A0A8N7TD29","A0A2R8Q0D8","Platelet-derived growth factor C","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000069196","physical","txid7955" +"A0A8N7TD29","A5PMP7","Platelet-derived growth factor C","LOC103909601","A0A8N7TD29","A5PMP7","Platelet-derived growth factor C","Platelet-derived growth factor subunit A (Platelet-derived growth factor A chain) (Platelet-derived growth factor alpha polypeptide)","string-db","7955.ENSDARP00000095859/7955.ENSDARP00000069196","physical","txid7955" +"A0A8N7TD29","A0A8M9Q3E7","Platelet-derived growth factor C","si:ch211-79m20.1","A0A8N7TD29","A0A8M9Q3E7","Platelet-derived growth factor C","Adenylate cyclase, terminal-differentiation specific (Platelet-derived growth factor beta polypeptide a)","string-db","7955.ENSDARP00000146148/7955.ENSDARP00000069196","physical","txid7955" +"A0A8M9Q3E7","A0A2R8Q0D8","si:ch211-79m20.1","Platelet-derived growth factor subunit B","A0A8M9Q3E7","A0A2R8Q0D8","Adenylate cyclase, terminal-differentiation specific (Platelet-derived growth factor beta polypeptide a)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000146148","physical","txid7955" +"F1QM39","F1R1D2","Uveal autoantigen with coiled-coil domains and ankyrin repeats b","Ras homolog family member H","F1QM39","F1R1D2","Uveal autoantigen with coiled-coil domains and ankyrin repeats b (Uveal autoantigen with coiled-coil domains and ankyrin repeats isoform X2)","Ras homolog family member H (Rho-related GTP-binding protein RhoH)","string-db","7955.ENSDARP00000093421/7955.ENSDARP00000069215","physical","txid7955" +"B3DJJ2","E9QBW3","LOC567953","nppcl2","B3DJJ2","si:ch73-265d7.2","C-type natriuretic peptide 3-like precursor (Natriuretic peptide A-like) (Similar to C-type natriuretic peptide 3)","C-type natriuretic peptide 2-like (Si:ch73-265d7.2)","string-db","7955.ENSDARP00000121328/7955.ENSDARP00000069386","physical","txid7955" +"B3DJJ2","A8E7F8","LOC567953","si:ch211-126j24.3","B3DJJ2","A8E7F8","C-type natriuretic peptide 3-like precursor (Natriuretic peptide A-like) (Similar to C-type natriuretic peptide 3)","Natriuretic peptide C","string-db","7955.ENSDARP00000089102/7955.ENSDARP00000069386","physical","txid7955" +"A8E7F8","E9QBW3","si:ch211-126j24.3","nppcl2","A8E7F8","si:ch73-265d7.2","Natriuretic peptide C","C-type natriuretic peptide 2-like (Si:ch73-265d7.2)","string-db","7955.ENSDARP00000121328/7955.ENSDARP00000089102","physical","txid7955" +"A4JYR5","B8YI05","zgc:113199","CD154","cd22","cd40lg","B-cell receptor CD22 precursor (Cd22 molecule) (Zgc:113199)","CD154 (CD40 ligand)","string-db","7955.ENSDARP00000098917/7955.ENSDARP00000069446","physical","txid7955" +"A4JYR5","Q564A4","zgc:113199","bcl2","cd22","bcl2a","B-cell receptor CD22 precursor (Cd22 molecule) (Zgc:113199)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000069446","physical","txid7955" +"B8YI05","B8X730","CD154","si:ch211-231h20.3","cd40lg","B8X730","CD154 (CD40 ligand)","CD40 molecule, TNF receptor superfamily member 5 (TNFR superfamily member 5)","string-db","7955.ENSDARP00000114636/7955.ENSDARP00000098917","physical","txid7955" +"B8YI05","A0A0R4ICS1","CD154","Integrin alpha 4","cd40lg","itga4","CD154 (CD40 ligand)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","string-db","7955.ENSDARP00000131563/7955.ENSDARP00000098917","physical","txid7955" +"Q8AWD4","Q7T2E8","wu:fb37e03","rhoac","tax1bp3","rhoac","Tax1-binding protein 3","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000076660","physical","txid7955" +"Q1LUU3","Q6PE26","Novel protein similar to tapasin","calr","Q1LUU3","calr3a","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000095615","physical","txid7955" +"Q1LUU3","A0A0R4IL29","Novel protein similar to tapasin","calr3","Q1LUU3","calr3b","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000095615","physical","txid7955" +"Q1LUU3","E7F2I0","Novel protein similar to tapasin","si:dkey-57h18.2","Q1LUU3","tap2t","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","string-db","7955.ENSDARP00000127120/7955.ENSDARP00000095615","physical","txid7955" +"Q1LUU3","B3DIC7","Novel protein similar to tapasin","si:ch211-51f10.1","Q1LUU3","B3DIC7","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000095615","physical","txid7955" +"Q5XJM4","A0A0R4ISJ3","zgc:101768","wu:fb38g12","Q5XJM4","xrn2","CDKN2A-interacting protein N-terminal-like (CDKN2AIP N-terminal-like protein) (Zgc:101768)","5'-3' exoribonuclease (EC 3.1.13.-)","string-db","7955.ENSDARP00000138850/7955.ENSDARP00000069921","physical","txid7955" +"E9QHW0","E7FDB6","Transforming growth factor beta","Transforming growth factor, beta receptor III","tgfb1b","tgfbr3","Transforming growth factor beta","Transforming growth factor, beta receptor III","string-db","7955.ENSDARP00000133083/7955.ENSDARP00000122056","physical","txid7955" +"E9QHW0","A8E7N9","Transforming growth factor beta","gdf6b","tgfb1b","gdf6b","Transforming growth factor beta","Growth/differentiation factor 6-B (GDF-6-B) (Growth differentiation factor 6b) (Protein dynamo)","string-db","7955.ENSDARP00000126187/7955.ENSDARP00000122056","physical","txid7955" +"A0A8M9QGK2","A8E7N9","tgfb2l","gdf6b","A0A8M9QGK2","gdf6b","Transforming growth factor beta","Growth/differentiation factor 6-B (GDF-6-B) (Growth differentiation factor 6b) (Protein dynamo)","string-db","7955.ENSDARP00000126187/7955.ENSDARP00000097449","physical","txid7955" +"F1QP24","F1QGF8","c-myb","Pax[Zf-b]","myb","F1QGF8","Transcriptional activator Myb isoform 1 (V-myb avian myeloblastosis viral oncogene homolog)","Paired box 5 (Paired box protein Pax-5)","string-db","7955.ENSDARP00000114412/7955.ENSDARP00000070211","physical","txid7955" +"F1QP24","Q9W7C0","c-myb","Lymphocyte enhancer binding factor 1","myb","lef1","Transcriptional activator Myb isoform 1 (V-myb avian myeloblastosis viral oncogene homolog)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000070211","physical","txid7955" +"F1QGF8","A0A140LGT1","Pax[Zf-b]","unp1266","F1QGF8","A0A140LGT1","Paired box 5 (Paired box protein Pax-5)","Core-binding factor subunit beta","string-db","7955.ENSDARP00000142460/7955.ENSDARP00000114412","physical","txid7955" +"F1QVE4","Q6DHE6","Eukaryotic translation elongation factor 1 epsilon-1","kars","eef1e1","Q6DHE6","Eukaryotic translation elongation factor 1 epsilon-1","Lysine--tRNA ligase (EC 6.1.1.6) (Lysyl-tRNA synthetase)","string-db","7955.ENSDARP00000136176/7955.ENSDARP00000097166","physical","txid7955" +"Q08BV4","F1R8F7","General transcription factor IIA, 1-like","ston1","Q08BV4","gtf2a1l","General transcription factor IIA, 1-like (TFIIA-alpha and beta-like factor) (Zgc:154100)","General transcription factor IIA, 1-like (Stonin 1)","string-db","7955.ENSDARP00000087679/7955.ENSDARP00000087654","physical","txid7955" +"F1QRB8","F1QB78","PAI-1","Plasminogen activator","serpine1","plat","Plasminogen activator inhibitor 1 (Endothelial plasminogen activator inhibitor) (Serpin E1)","Plasminogen activator (EC 3.4.21.68)","string-db","7955.ENSDARP00000120778/7955.ENSDARP00000073803","physical","txid7955" +"F1QRB8","G8CXX6","PAI-1","wu:fk07g01","serpine1","G8CXX6","Plasminogen activator inhibitor 1 (Endothelial plasminogen activator inhibitor) (Serpin E1)","trypsin (EC 3.4.21.4)","string-db","7955.ENSDARP00000146251/7955.ENSDARP00000073803","physical","txid7955" +"Q1RLP5","A1L200","zgc:136954","zgc:110542","btr32","A1L200","Bloodthirsty-related gene family, member 32 (E3 ubiquitin-protein ligase TRIM11) (Zgc:136954)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000070527","physical","txid7955" +"Q1RLP5","A2BIR4","zgc:136954","UBE2L3","btr32","ube2l3b","Bloodthirsty-related gene family, member 32 (E3 ubiquitin-protein ligase TRIM11) (Zgc:136954)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000070527","physical","txid7955" +"Q4KME1","Q4V946","im:7142760","fj12b07","rab24","rabggtb","RAB24, member RAS oncogene family (Ras-related protein Rab-24)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000070635","physical","txid7955" +"P09013","Q90ZE3","hoxb5b","NH10","P09013","meis3","Homeobox protein Hox-B5b (Homeobox protein Zf-54) (Hox-B5-like)","Homeobox protein Meis3 (Homeobox transcription factor Meis3) (Myeloid ecotropic viral integration site 3)","string-db","7955.ENSDARP00000129275/7955.ENSDARP00000070639","physical","txid7955" +"Q90ZE3","Q9I9B7","NH10","fi29e01","meis3","Q9I9B7","Homeobox protein Meis3 (Homeobox transcription factor Meis3) (Myeloid ecotropic viral integration site 3)","Pbx1a homeodomain protein (Pre-B-cell leukemia homeobox 1a) (Pre-B-cell leukemia transcription factor 1a)","string-db","7955.ENSDARP00000138945/7955.ENSDARP00000129275","physical","txid7955" +"Q4L1M6","Q1JPY8","lmx1b.1","pspc1","lmx1bb","pspc1","LIM homeobox transcription factor 1, beta 1 (LIM homeobox transcription factor 1, beta b) (LIM homeobox transcription factor 1-beta) (LIM homeodomain protein Lmx1b.1)","Paraspeckle component 1","string-db","7955.ENSDARP00000093111/7955.ENSDARP00000070894","physical","txid7955" +"Q0P457","O93599","kti12","STAT3b1","kti12","stat3","Protein KTI12 homolog","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000070956","physical","txid7955" +"A9C3S0","A0A0R4IH35","im:7143041","si:dkey-37m8.6","si:ch211-198n5.11","mccc1","methylcrotonoyl-CoA carboxylase (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 2) (3-methylcrotonyl-CoA carboxylase non-biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit beta)","Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial (EC 6.4.1.4) (Methylcrotonyl-CoA carboxylase subunit)","string-db","7955.ENSDARP00000132399/7955.ENSDARP00000071058","physical","txid7955" +"A0A8M1NZ01","A0A8M2BKU4","prr5","depdc6","A0A8M1NZ01","A0A8M2BKU4","Proline-rich 5a (renal) (Proline-rich protein 5)","DEP domain-containing MTOR-interacting protein","string-db","7955.ENSDARP00000123498/7955.ENSDARP00000090128","physical","txid7955" +"A0A8M1NZ01","A0A0R4IFI0","prr5","Regulatory-associated protein of MTOR, complex 1","A0A8M1NZ01","A0A0R4IFI0","Proline-rich 5a (renal) (Proline-rich protein 5)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000090128","physical","txid7955" +"A0A8M1NZ01","X1WFB5","prr5","si:ch211-147k10.5","A0A8M1NZ01","X1WFB5","Proline-rich 5a (renal) (Proline-rich protein 5)","Proline-rich protein 5-like (Si:ch211-147k10.5)","string-db","7955.ENSDARP00000128919/7955.ENSDARP00000090128","physical","txid7955" +"A0A8M1NZ01","E7EZP2","prr5","Target of rapamycin complex 2 subunit MAPKAP1","A0A8M1NZ01","mapkap1","Proline-rich 5a (renal) (Proline-rich protein 5)","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","string-db","7955.ENSDARP00000111582/7955.ENSDARP00000090128","physical","txid7955" +"A0A8M1NZ01","Q803V5","prr5","mlst8","A0A8M1NZ01","Q803V5","Proline-rich 5a (renal) (Proline-rich protein 5)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000090128","physical","txid7955" +"X1WFB5","A0A0R4IFI0","si:ch211-147k10.5","Regulatory-associated protein of MTOR, complex 1","X1WFB5","A0A0R4IFI0","Proline-rich protein 5-like (Si:ch211-147k10.5)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000128919","physical","txid7955" +"E7F7F6","F1RCY6","Nonsense-mediated mRNA decay factor SMG9","upf1","smg9","F1RCY6","Nonsense-mediated mRNA decay factor SMG9","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000103685","physical","txid7955" +"A2BIE5","E7FBA3","si:ch211-255l12.1","Nonsense-mediated mRNA decay factor SMG8","dhx34","smg8","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","Nonsense-mediated mRNA decay factor SMG8","string-db","7955.ENSDARP00000081911/7955.ENSDARP00000081377","physical","txid7955" +"A2BIE5","F1RCY6","si:ch211-255l12.1","upf1","dhx34","F1RCY6","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000081377","physical","txid7955" +"A2BIE5","E7F7F6","si:ch211-255l12.1","Nonsense-mediated mRNA decay factor SMG9","dhx34","smg9","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","Nonsense-mediated mRNA decay factor SMG9","string-db","7955.ENSDARP00000103685/7955.ENSDARP00000081377","physical","txid7955" +"E7EZP2","A0A0R4IFI0","Target of rapamycin complex 2 subunit MAPKAP1","Regulatory-associated protein of MTOR, complex 1","mapkap1","A0A0R4IFI0","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000111582","physical","txid7955" +"E7EZP2","X1WFB5","Target of rapamycin complex 2 subunit MAPKAP1","si:ch211-147k10.5","mapkap1","X1WFB5","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","Proline-rich protein 5-like (Si:ch211-147k10.5)","string-db","7955.ENSDARP00000128919/7955.ENSDARP00000111582","physical","txid7955" +"E7EZP2","Q803V5","Target of rapamycin complex 2 subunit MAPKAP1","mlst8","mapkap1","Q803V5","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000111582","physical","txid7955" +"Q9PU61","Q7T3G1","cb855","gata2","Q9PU61","Q7T3G1","Fli-1 protein (Fli-1 proto-oncogene, ETS transcription factor a) (Friend leukemia integration 1) (Friend leukemia integration 1a)","GATA-binding protein 2a","string-db","7955.ENSDARP00000076860/7955.ENSDARP00000071331","physical","txid7955" +"Q9PU61","Q9PTJ3","cb855","lmo2","Q9PU61","lmo2","Fli-1 protein (Fli-1 proto-oncogene, ETS transcription factor a) (Friend leukemia integration 1) (Friend leukemia integration 1a)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","string-db","7955.ENSDARP00000115969/7955.ENSDARP00000071331","physical","txid7955" +"F1QKS8","E7F8E5","wu:fj65d02","Leukotriene C4 synthase","alox5ap","E7F8E5","Arachidonate 5-lipoxygenase-activating protein","Leukotriene C4 synthase (EC 4.4.1.20) (Glutathione S-transferase LTC4) (Leukotriene-C(4) synthase)","string-db","7955.ENSDARP00000085144/7955.ENSDARP00000071476","physical","txid7955" +"B3DKE1","A2BIR4","zgc:195240","UBE2L3","btr09","ube2l3b","Bloodthirsty-related gene family, member 9 (Zgc:195240 protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000071515","physical","txid7955" +"B3DKE1","A1L200","zgc:195240","zgc:110542","btr09","A1L200","Bloodthirsty-related gene family, member 9 (Zgc:195240 protein)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000071515","physical","txid7955" +"A2BID8","A0A8M9QJ44","fk52a05","Extracellular serine/threonine protein kinase FAM20C","A2BID8","A0A8M9QJ44","Amyloid beta (A4) precursor-like protein 2 (Amyloid-like protein 2 precursor) (Aplp2 protein)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000071593","physical","txid7955" +"Q8UWD5","Q6DHC1","NR-13","rab18b","bcl2l10","rab18b","BCL2-like 10 (Bcl-2-like protein 10) (Nr13)","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000108208","physical","txid7955" +"F1Q9X6","A3KGQ1","mc5br","mc5ar","F1Q9X6","mc5ra","Melanocortin receptor 5","Melanocortin receptor 5","string-db","7955.ENSDARP00000120348/7955.ENSDARP00000071694","physical","txid7955" +"N0GW19","A0A0G2KYH9","il8l1","Chemokine","N0GW19","A0A0G2KYH9","Chemokine (C-X-C motif) ligand 8b, duplicate 1 (Interleukin-8, like 1)","Chemokine (C-X-C motif) ligand 8a (Permeability factor 2 isoform X1)","string-db","7955.ENSDARP00000137520/7955.ENSDARP00000131403","physical","txid7955" +"N0GW19","A9ZPF1","il8l1","CXCL8","N0GW19","A9ZPF1","Chemokine (C-X-C motif) ligand 8b, duplicate 1 (Interleukin-8, like 1)","Interleukin-8 (IL-8) (C-X-C motif chemokine 8) (Chemokine (C-X-C motif) ligand 8)","string-db","7955.ENSDARP00000135787/7955.ENSDARP00000131403","physical","txid7955" +"A9ZPF6","A9ZPF1","cxcl-c5c","CXCL8","A9ZPF6","A9ZPF1","Chemokine (C-X-C motif) ligand 20 (Chemokine CXCL-C5c) (Uncharacterized protein LOC567537)","Interleukin-8 (IL-8) (C-X-C motif chemokine 8) (Chemokine (C-X-C motif) ligand 8)","string-db","7955.ENSDARP00000135787/7955.ENSDARP00000102486","physical","txid7955" +"A9ZPF6","N0GW19","cxcl-c5c","il8l1","A9ZPF6","N0GW19","Chemokine (C-X-C motif) ligand 20 (Chemokine CXCL-C5c) (Uncharacterized protein LOC567537)","Chemokine (C-X-C motif) ligand 8b, duplicate 1 (Interleukin-8, like 1)","string-db","7955.ENSDARP00000131403/7955.ENSDARP00000102486","physical","txid7955" +"A9ZPF6","A0A0G2KYH9","cxcl-c5c","Chemokine","A9ZPF6","A0A0G2KYH9","Chemokine (C-X-C motif) ligand 20 (Chemokine CXCL-C5c) (Uncharacterized protein LOC567537)","Chemokine (C-X-C motif) ligand 8a (Permeability factor 2 isoform X1)","string-db","7955.ENSDARP00000137520/7955.ENSDARP00000102486","physical","txid7955" +"A9ZPF1","A0A0G2KYH9","CXCL8","Chemokine","A9ZPF1","A0A0G2KYH9","Interleukin-8 (IL-8) (C-X-C motif chemokine 8) (Chemokine (C-X-C motif) ligand 8)","Chemokine (C-X-C motif) ligand 8a (Permeability factor 2 isoform X1)","string-db","7955.ENSDARP00000137520/7955.ENSDARP00000135787","physical","txid7955" +"A0A8M9Q3Z2","F1QS86","Matrix metallopeptidase 11a","fa56g11","A0A8M9Q3Z2","si:dkey-46g23.5","Matrix metallopeptidase 11a (Stromelysin-3)","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","string-db","7955.ENSDARP00000073345/7955.ENSDARP00000071747","physical","txid7955" +"A0A8M9Q3Z2","F1QIP9","Matrix metallopeptidase 11a","Alpha-2-macroglobulin-like precursor","A0A8M9Q3Z2","F1QIP9","Matrix metallopeptidase 11a (Stromelysin-3)","Alpha-2-macroglobulin-like precursor (Zgc:165518)","string-db","7955.ENSDARP00000102385/7955.ENSDARP00000071747","physical","txid7955" +"F1QS86","H9GXL1","fa56g11","zmp:0000001114","si:dkey-46g23.5","H9GXL1","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000073345","physical","txid7955" +"F1QS86","F1QIP9","fa56g11","Alpha-2-macroglobulin-like precursor","si:dkey-46g23.5","F1QIP9","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","Alpha-2-macroglobulin-like precursor (Zgc:165518)","string-db","7955.ENSDARP00000102385/7955.ENSDARP00000073345","physical","txid7955" +"F1QS86","A5PMY0","fa56g11","st14","si:dkey-46g23.5","st14a","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","string-db","7955.ENSDARP00000081386/7955.ENSDARP00000073345","physical","txid7955" +"F1QS86","A5PF55","fa56g11","wu:fk84e06","si:dkey-46g23.5","A5PF55","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","Transmembrane protease serine 13 isoform X1 (Transmembrane serine protease 13b)","string-db","7955.ENSDARP00000079274/7955.ENSDARP00000073345","physical","txid7955" +"F1QS86","A0A0R4IIK0","fa56g11","Transmembrane protease, serine 13a","si:dkey-46g23.5","A0A0R4IIK0","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000073345","physical","txid7955" +"F1QIP9","H9GXL1","Alpha-2-macroglobulin-like precursor","zmp:0000001114","F1QIP9","H9GXL1","Alpha-2-macroglobulin-like precursor (Zgc:165518)","Suppressor of tumorigenicity 14 protein homolog (Zmp:0000001114)","string-db","7955.ENSDARP00000131984/7955.ENSDARP00000102385","physical","txid7955" +"F1QIP9","A0A0R4IIK0","Alpha-2-macroglobulin-like precursor","Transmembrane protease, serine 13a","F1QIP9","A0A0R4IIK0","Alpha-2-macroglobulin-like precursor (Zgc:165518)","Transmembrane protease, serine 13a (Transmembrane serine protease 13a)","string-db","7955.ENSDARP00000133552/7955.ENSDARP00000102385","physical","txid7955" +"A0MS83","O93599","znf148","STAT3b1","znf148","stat3","Zinc finger protein 148 (Transcription factor ZBP-89) (Zinc finger DNA-binding protein 89)","Signal transducer and activator of transcription","string-db","7955.ENSDARP00000095292/7955.ENSDARP00000071856","physical","txid7955" +"F1QAH4","A0A0R4INJ8","si:dkey-101k6.5","adam12","tgfbr2l","A0A0R4INJ8","TGF-beta receptor type-2 (TGFR-2) (EC 2.7.11.30) (TGF-beta type II receptor) (Transforming growth factor-beta receptor type II)","ADAM metallopeptidase domain 12 (Disintegrin and metalloproteinase domain-containing protein 12 isoform X1)","string-db","7955.ENSDARP00000135966/7955.ENSDARP00000071913","physical","txid7955" +"F1QAH4","F8W3R9","si:dkey-101k6.5","alk","tgfbr2l","alk","TGF-beta receptor type-2 (TGFR-2) (EC 2.7.11.30) (TGF-beta type II receptor) (Transforming growth factor-beta receptor type II)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","string-db","7955.ENSDARP00000124055/7955.ENSDARP00000071913","physical","txid7955" +"E7FB07","Q7ZU45","armc4","odad4","armc4","Q7ZU45","Armadillo repeat containing 4 (Armadillo repeat-containing protein 4 isoform X1)","Outer dynein arm-docking complex subunit 4 (Tetratricopeptide repeat protein 25) (TPR repeat protein 25)","string-db","7955.ENSDARP00000075390/7955.ENSDARP00000071920","physical","txid7955" +"E7FB07","F1QFD6","armc4","ccdc151","armc4","F1QFD6","Armadillo repeat containing 4 (Armadillo repeat-containing protein 4 isoform X1)","Coiled-coil domain containing 151 (Coiled-coil domain-containing protein 151)","string-db","7955.ENSDARP00000086061/7955.ENSDARP00000071920","physical","txid7955" +"Q7ZU45","F1QFD6","odad4","ccdc151","Q7ZU45","F1QFD6","Outer dynein arm-docking complex subunit 4 (Tetratricopeptide repeat protein 25) (TPR repeat protein 25)","Coiled-coil domain containing 151 (Coiled-coil domain-containing protein 151)","string-db","7955.ENSDARP00000086061/7955.ENSDARP00000075390","physical","txid7955" +"F1QAE1","Q90YL6","prox1","zFF1","prox1a","nr5a2","Prospero homeobox 1a (Prospero homeobox protein 1 isoform X1)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","string-db","7955.ENSDARP00000141532/7955.ENSDARP00000071943","physical","txid7955" +"A7MCR6","A2BEM8","im:6910535","ctsl","A7MCR6","A2BEM8","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000098360","physical","txid7955" +"A7MCR6","A5WVL6","im:6910535","ctsl1a","A7MCR6","ctsla","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Cathepsin L1 isoform X2 (Cathepsin La)","string-db","7955.ENSDARP00000106602/7955.ENSDARP00000098360","physical","txid7955" +"A7MCR6","E9QBE2","im:6910535","ctsl","A7MCR6","E9QBE2","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000098360","physical","txid7955" +"A7MCR6","E7F8Y7","im:6910535","Cathepsin L1-like","A7MCR6","E7F8Y7","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Cathepsin L1-like (Si:dkey-239j18.3)","string-db","7955.ENSDARP00000110446/7955.ENSDARP00000098360","physical","txid7955" +"A7MCR6","F1R7B3","im:6910535","catL","A7MCR6","F1R7B3","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000098360","physical","txid7955" +"A7MCR6","A8E588","im:6910535","im:6910535","A7MCR6","A8E588","Im:6910535 protein (Uncharacterized protein LOC569326 precursor) (Zgc:174855)","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","string-db","7955.ENSDARP00000101623/7955.ENSDARP00000098360","physical","txid7955" +"E7F8Y7","A2BEM8","Cathepsin L1-like","ctsl","E7F8Y7","A2BEM8","Cathepsin L1-like (Si:dkey-239j18.3)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000110446","physical","txid7955" +"E7F8Y7","F1R7B3","Cathepsin L1-like","catL","E7F8Y7","F1R7B3","Cathepsin L1-like (Si:dkey-239j18.3)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000110446","physical","txid7955" +"E7F8Y7","E9QBE2","Cathepsin L1-like","ctsl","E7F8Y7","E9QBE2","Cathepsin L1-like (Si:dkey-239j18.3)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000110446","physical","txid7955" +"A8E588","F1R7B3","im:6910535","catL","A8E588","F1R7B3","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000101623","physical","txid7955" +"A8E588","A2BEM8","im:6910535","ctsl","A8E588","A2BEM8","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000101623","physical","txid7955" +"A8E588","A5WVL6","im:6910535","ctsl1a","A8E588","ctsla","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","Cathepsin L1 isoform X2 (Cathepsin La)","string-db","7955.ENSDARP00000106602/7955.ENSDARP00000101623","physical","txid7955" +"A8E588","E9QBE2","im:6910535","ctsl","A8E588","E9QBE2","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000101623","physical","txid7955" +"A8E588","E7F8Y7","im:6910535","Cathepsin L1-like","A8E588","E7F8Y7","Im:6910535 (Uncharacterized protein LOC100537591 precursor) (Zgc:174154)","Cathepsin L1-like (Si:dkey-239j18.3)","string-db","7955.ENSDARP00000110446/7955.ENSDARP00000101623","physical","txid7955" +"A2BEM8","F1R7B3","ctsl","catL","A2BEM8","F1R7B3","Cathepsin L, like isoform X1 (Cathepsin L,-like)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000118066","physical","txid7955" +"A2BEM8","E9QBE2","ctsl","ctsl","A2BEM8","E9QBE2","Cathepsin L, like isoform X1 (Cathepsin L,-like)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000118066","physical","txid7955" +"A5WVL6","E9QBE2","ctsl1a","ctsl","ctsla","E9QBE2","Cathepsin L1 isoform X2 (Cathepsin La)","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000106602","physical","txid7955" +"A5WVL6","A2BEM8","ctsl1a","ctsl","ctsla","A2BEM8","Cathepsin L1 isoform X2 (Cathepsin La)","Cathepsin L, like isoform X1 (Cathepsin L,-like)","string-db","7955.ENSDARP00000118066/7955.ENSDARP00000106602","physical","txid7955" +"A5WVL6","F1R7B3","ctsl1a","catL","ctsla","F1R7B3","Cathepsin L1 isoform X2 (Cathepsin La)","Cathepsin Lb","string-db","7955.ENSDARP00000119564/7955.ENSDARP00000106602","physical","txid7955" +"A5WVL6","E7F8Y7","ctsl1a","Cathepsin L1-like","ctsla","E7F8Y7","Cathepsin L1 isoform X2 (Cathepsin La)","Cathepsin L1-like (Si:dkey-239j18.3)","string-db","7955.ENSDARP00000110446/7955.ENSDARP00000106602","physical","txid7955" +"F1R7B3","E9QBE2","catL","ctsl","F1R7B3","E9QBE2","Cathepsin Lb","Cathepsin L1-like precursor (Si:dkey-239j18.2)","string-db","7955.ENSDARP00000123680/7955.ENSDARP00000119564","physical","txid7955" +"E7FFJ8","B8JLN4","si:ch211-160f23.5","wu:fc51d01","si:ch211-160f23.5","e2f3","Si:ch211-160f23.5 (Transcription factor E2F2)","E2F transcription factor 3 (Transcription factor E2F3)","string-db","7955.ENSDARP00000109781/7955.ENSDARP00000100111","physical","txid7955" +"Q7ZWC4","F1Q5Z6","pelo","wu:fc23c07","pelo","hbs1l","Protein pelota homolog","HBS1-like protein","string-db","7955.ENSDARP00000118572/7955.ENSDARP00000072295","physical","txid7955" +"Q6AXJ3","A0A0R4IUC9","dexi","RecQ mediated genome instability 2","dexi","A0A0R4IUC9","Dexamethasone-induced protein homolog","RecQ mediated genome instability 2 (RecQ-mediated genome instability protein 2)","string-db","7955.ENSDARP00000140519/7955.ENSDARP00000072301","physical","txid7955" +"E7F3C3","F1QIP9","Matrilysin-like","Alpha-2-macroglobulin-like precursor","E7F3C3","F1QIP9","Matrilysin-like (Matrix metallopeptidase 20b (enamelysin))","Alpha-2-macroglobulin-like precursor (Zgc:165518)","string-db","7955.ENSDARP00000102385/7955.ENSDARP00000072302","physical","txid7955" +"E7F3C3","F1QS86","Matrilysin-like","fa56g11","E7F3C3","si:dkey-46g23.5","Matrilysin-like (Matrix metallopeptidase 20b (enamelysin))","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","string-db","7955.ENSDARP00000073345/7955.ENSDARP00000072302","physical","txid7955" +"E7F3A5","E9QCP4","si:ch211-212k18.7","fa56f11","E7F3A5","lamp1b","Macrosialin (Si:ch211-212k18.7)","Lysosomal-associated membrane protein 1 precursor (Lysosomal-associated membrane protein 1b)","string-db","7955.ENSDARP00000123215/7955.ENSDARP00000072334","physical","txid7955" +"Q503C7","A0A0R4IV67","im:7150327","agl","pygma","agla","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","Glycogen debranching enzyme (EC 2.4.1.25) (EC 3.2.1.33) (Glycogen debrancher)","string-db","7955.ENSDARP00000138992/7955.ENSDARP00000072337","physical","txid7955" +"Q503C7","E7EXT3","im:7150327","zgc:63642","pygma","pygmb","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","string-db","7955.ENSDARP00000124162/7955.ENSDARP00000072337","physical","txid7955" +"E7EXT3","A0A0R4IV67","zgc:63642","agl","pygmb","agla","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","Glycogen debranching enzyme (EC 2.4.1.25) (EC 3.2.1.33) (Glycogen debrancher)","string-db","7955.ENSDARP00000138992/7955.ENSDARP00000124162","physical","txid7955" +"Q1LUD3","Q49HN0","rcv2b","GRK1B","Q1LUD3","Q49HN0","Recoverin 3 (Recoverin-like)","G protein-coupled receptor kinase (EC 2.7.11.-)","string-db","7955.ENSDARP00000130777/7955.ENSDARP00000125800","physical","txid7955" +"F1R6J2","Q7ZSZ9","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein","rac1","prex1","rac1a","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein (Phosphatidylinositol-3,4,5-trisphosphate-dependent Rac exchange factor 1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000072486","physical","txid7955" +"Q7T0K5","B3DIX8","mage","LOC564644","ndnl2","nsmce2","Mage (Necdin-like 2)","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","string-db","7955.ENSDARP00000129789/7955.ENSDARP00000075481","physical","txid7955" +"Q7T0K5","A0A8M1NHD0","mage","Si:dkey-119f1.1","ndnl2","A0A8M1NHD0","Mage (Necdin-like 2)","Si:dkey-119f1.1 (Structural maintenance of chromosomes protein 6)","string-db","7955.ENSDARP00000076074/7955.ENSDARP00000075481","physical","txid7955" +"Q7T0K5","Q6DGT7","mage","nsmce1","ndnl2","Q6DGT7","Mage (Necdin-like 2)","Non-structural maintenance of chromosomes element 1 homolog (Non-SMC element 1 homolog) (EC 2.3.2.27)","string-db","7955.ENSDARP00000137045/7955.ENSDARP00000075481","physical","txid7955" +"Q7T0K5","F1QEQ8","mage","wu:fb70d10","ndnl2","F1QEQ8","Mage (Necdin-like 2)","Structural maintenance of chromosomes protein 5","string-db","7955.ENSDARP00000091965/7955.ENSDARP00000075481","physical","txid7955" +"Q5XJN7","B8A6H1","wu:fc12a05","fj46c01","nipa1","B8A6H1","Magnesium transporter NIPA1 (NIPA magnesium transporter 1) (Nipa1 protein) (Non imprinted in Prader-Willi/Angelman syndrome 1)","Atlastin-1","string-db","7955.ENSDARP00000101056/7955.ENSDARP00000072786","physical","txid7955" +"Q9PW77","Q9PWL6","PBXA","hoxa9a","pbx4","hoxa9a","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","Homeobox protein Hox-A9a (Hoxx9)","string-db","7955.ENSDARP00000140324/7955.ENSDARP00000095454","physical","txid7955" +"Q9PW77","Q98SI1","PBXA","hoxa1a","pbx4","hoxa1a","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","Homeobox protein Hox-A1a (Hox-A1)","string-db","7955.ENSDARP00000133272/7955.ENSDARP00000095454","physical","txid7955" +"Q9PW77","Q90423","PBXA","hoxb1b","pbx4","Q90423","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","Homeobox protein Hox-B1b (Homeobox protein Hox-A1)","string-db","7955.ENSDARP00000122259/7955.ENSDARP00000095454","physical","txid7955" +"A0A0R4IE38","A0A0R4IUS5","Small ubiquitin-related modifier","RING-type E3 ubiquitin transferase","A0A0R4IE38","rnf4","Small ubiquitin-related modifier (SUMO)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","string-db","7955.ENSDARP00000138497/7955.ENSDARP00000131474","physical","txid7955" +"Q6DGT8","Q08BX5","si:dkey-110p14.2","zgc:154034","s100b","bcam","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","Basal cell adhesion molecule (Lutheran blood group) (Basal cell adhesion molecule precursor)","string-db","7955.ENSDARP00000093952/7955.ENSDARP00000074756","physical","txid7955" +"Q6DGT8","P79734","si:dkey-110p14.2","tp53","s100b","tp53","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000074756","physical","txid7955" +"Q6DGT8","F1QN52","si:dkey-110p14.2","bcam","s100b","-","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","Ig-like domain-containing protein","string-db","7955.ENSDARP00000105899/7955.ENSDARP00000074756","physical","txid7955" +"Q7ZW36","B0UYF4","wu:fi06g01","si:dkey-8e10.1","Q7ZW36","kcnd1","Potassium voltage-gated channel subfamily D member 3 precursor (Potassium voltage-gated channel, Shal-related subfamily, member 3)","Potassium voltage-gated channel subfamily D member 1 (Potassium voltage-gated channel, Shal-related subfamily, member 1)","string-db","7955.ENSDARP00000120299/7955.ENSDARP00000072994","physical","txid7955" +"Q7ZW36","Q5VSI1","wu:fi06g01","si:dkey-24j9.3","Q7ZW36","Q5VSI1","Potassium voltage-gated channel subfamily D member 3 precursor (Potassium voltage-gated channel, Shal-related subfamily, member 3)","Potassium voltage-gated channel subfamily D member 2 (Voltage-gated potassium channel subunit Kv4.2)","string-db","7955.ENSDARP00000154866/7955.ENSDARP00000072994","physical","txid7955" +"Q7ZW36","Q58EC4","wu:fi06g01","kcnab1","Q7ZW36","kcnab1a","Potassium voltage-gated channel subfamily D member 3 precursor (Potassium voltage-gated channel, Shal-related subfamily, member 3)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000072994","physical","txid7955" +"B0UYF4","Q58EC4","si:dkey-8e10.1","kcnab1","kcnd1","kcnab1a","Potassium voltage-gated channel subfamily D member 1 (Potassium voltage-gated channel, Shal-related subfamily, member 1)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000120299","physical","txid7955" +"B0UYF4","Q5VSI1","si:dkey-8e10.1","si:dkey-24j9.3","kcnd1","Q5VSI1","Potassium voltage-gated channel subfamily D member 1 (Potassium voltage-gated channel, Shal-related subfamily, member 1)","Potassium voltage-gated channel subfamily D member 2 (Voltage-gated potassium channel subunit Kv4.2)","string-db","7955.ENSDARP00000154866/7955.ENSDARP00000120299","physical","txid7955" +"Q803B0","Q58EK5","cb863","tdrd1","hspd1","Q58EK5","60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (Heat shock protein 60)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000073057","physical","txid7955" +"A3KGZ4","E7F2I0","si:dkey-21k4.3","si:dkey-57h18.2","abcb9","tap2t","ATP-binding cassette sub-family B member 9 (ATP-binding cassette, sub-family B (MDR/TAP), member 9)","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","string-db","7955.ENSDARP00000127120/7955.ENSDARP00000073110","physical","txid7955" +"A3KGZ4","Q1LUU3","si:dkey-21k4.3","Novel protein similar to tapasin","abcb9","Q1LUU3","ATP-binding cassette sub-family B member 9 (ATP-binding cassette, sub-family B (MDR/TAP), member 9)","Novel protein similar to tapasin (Tpsn) (TAP-binding protein (tapasin), tandem duplicate 1)","string-db","7955.ENSDARP00000095615/7955.ENSDARP00000073110","physical","txid7955" +"A3KGZ4","B3DIC7","si:dkey-21k4.3","si:ch211-51f10.1","abcb9","B3DIC7","ATP-binding cassette sub-family B member 9 (ATP-binding cassette, sub-family B (MDR/TAP), member 9)","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000073110","physical","txid7955" +"E7F2I0","Q6PE26","si:dkey-57h18.2","calr","tap2t","calr3a","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000127120","physical","txid7955" +"E7F2I0","B3DIC7","si:dkey-57h18.2","si:ch211-51f10.1","tap2t","B3DIC7","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","Si:ch211-51f10.1 (TAP-binding protein (tapasin), tandem duplicate 2)","string-db","7955.ENSDARP00000138795/7955.ENSDARP00000127120","physical","txid7955" +"E7F2I0","A0A0R4IL29","si:dkey-57h18.2","calr3","tap2t","calr3b","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000127120","physical","txid7955" +"F1QZU4","F1R5R4","si:ch211-157p22.8","kissr2","F1QZU4","kiss1ra","KISS1 receptor b","KISS1 receptor a (Kisspeptin receptor 2)","string-db","7955.ENSDARP00000107676/7955.ENSDARP00000088021","physical","txid7955" +"F1QZU4","A8C5J1","si:ch211-157p22.8","KiSS-1 metastasis suppressor","F1QZU4","A8C5J1","KISS1 receptor b","KiSS-1 metastasis suppressor (Kisspeptin)","string-db","7955.ENSDARP00000099735/7955.ENSDARP00000088021","physical","txid7955" +"F1QZU4","B6ZIV2","si:ch211-157p22.8","KiSS2","F1QZU4","B6ZIV2","KISS1 receptor b","Kisspeptin (Kisspeptin 2 precursor) (Kisspeptin isoform 2)","string-db","7955.ENSDARP00000098871/7955.ENSDARP00000088021","physical","txid7955" +"B0V1I9","F1QKX9","si:ch211-244m8.1","ghr","B0V1I9","F1QKX9","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","Ghrelin/obestatin prepropeptide","string-db","7955.ENSDARP00000120887/7955.ENSDARP00000073156","physical","txid7955" +"B0V1I9","E7EZL2","si:ch211-244m8.1","Growth hormone secretagogue receptor type 1","B0V1I9","ghsrb","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","string-db","7955.ENSDARP00000074173/7955.ENSDARP00000073156","physical","txid7955" +"B0V1I9","Q9PSU4","si:ch211-244m8.1","or111-7","B0V1I9","Q9PSU4","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","Odorant receptor (Olfactory receptor protein 2.1)","string-db","7955.ENSDARP00000109377/7955.ENSDARP00000073156","physical","txid7955" +"E7EZL2","F1QKX9","Growth hormone secretagogue receptor type 1","ghr","ghsrb","F1QKX9","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","Ghrelin/obestatin prepropeptide","string-db","7955.ENSDARP00000120887/7955.ENSDARP00000074173","physical","txid7955" +"Q804T6","P57095","dixdc1a","axin2","Q804T6","axin2","Dixin-A (Coiled-coil protein DIX1-A) (Coiled-coil-DIX1-A) (DIX domain-containing protein 1-A)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000073184","physical","txid7955" +"Q6DHJ2","Q1L8P2","rab3a","si:dkey-228a15.3","rab3aa","Q1L8P2","Ras-related protein Rab-3","Synaptotagmin-like 1 (Synaptotagmin-like protein 1)","string-db","7955.ENSDARP00000093359/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","A5PLC7","rab3a","rab8bb","rab3aa","rab8b","Ras-related protein Rab-3","Ras-related protein Rab-8B","string-db","7955.ENSDARP00000090100/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","A0A8M9QP53","rab3a","zgc:158411","rab3aa","A0A8M9QP53","Ras-related protein Rab-3","Synaptotagmin-like 4 (Synaptotagmin-like protein 4 isoform X1)","string-db","7955.ENSDARP00000132181/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","F1QFP0","rab3a","Synaptotagmin-like 3","rab3aa","F1QFP0","Ras-related protein Rab-3","Synaptotagmin-like 3 (Synaptotagmin-like protein 3)","string-db","7955.ENSDARP00000114735/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","E7FB00","rab3a","Synaptotagmin-like 5","rab3aa","sytl5","Ras-related protein Rab-3","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","string-db","7955.ENSDARP00000083921/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","R4GE71","rab3a","Synaptotagmin-like 2b","rab3aa","sytl2b","Ras-related protein Rab-3","Synaptotagmin-like 2b (Synaptotagmin-like protein 2)","string-db","7955.ENSDARP00000126784/7955.ENSDARP00000073298","physical","txid7955" +"Q6DHJ2","A0A0M3HEL3","rab3a","zgc:172291","rab3aa","A0A0M3HEL3","Ras-related protein Rab-3","Synphilin-1 isoform X1 (Synuclein, alpha-interacting protein)","string-db","7955.ENSDARP00000131199/7955.ENSDARP00000073298","physical","txid7955" +"E7FB00","Q5RGB5","Synaptotagmin-like 5","si:ch211-255d18.4","sytl5","rab3ab","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000083921","physical","txid7955" +"Q1L8P2","Q5RGB5","si:dkey-228a15.3","si:ch211-255d18.4","Q1L8P2","rab3ab","Synaptotagmin-like 1 (Synaptotagmin-like protein 1)","Ras-related protein Rab-3","string-db","7955.ENSDARP00000095064/7955.ENSDARP00000093359","physical","txid7955" +"Q29RC5","B0R034","Ras-related C3 botulinum toxin substrate 1","si:ch211-150g2.3","rac1b","B0R034","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dedicator of cytokinesis 11 (Dedicator of cytokinesis protein 11 isoform X1)","string-db","7955.ENSDARP00000119904/7955.ENSDARP00000106208","physical","txid7955" +"Q29RC5","X1WF60","Ras-related C3 botulinum toxin substrate 1","Dedicator of cytokinesis 10","rac1b","X1WF60","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","Dedicator of cytokinesis 10 (Dedicator of cytokinesis protein 10 isoform X1)","string-db","7955.ENSDARP00000128864/7955.ENSDARP00000106208","physical","txid7955" +"Q9DF41","E7F1X6","wu:fc30a03","si:ch73-362i18.3","her9","cenpx","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000073394","physical","txid7955" +"Q9DF41","Q08BH7","wu:fc30a03","ube2t","her9","Q08BH7","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","Ubiquitin-conjugating enzyme E2 T (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme T) (Ubiquitin carrier protein T) (Ubiquitin-protein ligase T)","string-db","7955.ENSDARP00000107045/7955.ENSDARP00000073394","physical","txid7955" +"Q9DF41","B3DJV8","wu:fc30a03","LOC569270","her9","B3DJV8","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000073394","physical","txid7955" +"Q9DF41","U3JAR8","wu:fc30a03","si:dkey-57h18.1","her9","faap100","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000073394","physical","txid7955" +"B0UYJ1","F1QFU0","lhfpl5","tmc1","B0UYJ1","F1QFU0","LHFPL tetraspan subfamily member 5b (Tetraspan membrane protein of hair cell stereocilia)","Transmembrane channel-like protein 1","string-db","7955.ENSDARP00000089217/7955.ENSDARP00000073423","physical","txid7955" +"B0UYJ1","Q6PC72","lhfpl5","zgc:73079","B0UYJ1","cib2","LHFPL tetraspan subfamily member 5b (Tetraspan membrane protein of hair cell stereocilia)","Calcium and integrin-binding family member 2","string-db","7955.ENSDARP00000130315/7955.ENSDARP00000073423","physical","txid7955" +"F1QFU0","Q5ICW6","tmc1","PCDH15","F1QFU0","Q5ICW6","Transmembrane channel-like protein 1","Protocadherin 15a (Protocadherin-related 15a)","string-db","7955.ENSDARP00000130788/7955.ENSDARP00000089217","physical","txid7955" +"F1QFU0","Q6PC72","tmc1","zgc:73079","F1QFU0","cib2","Transmembrane channel-like protein 1","Calcium and integrin-binding family member 2","string-db","7955.ENSDARP00000130315/7955.ENSDARP00000089217","physical","txid7955" +"Q6PC72","Q5ICW6","zgc:73079","PCDH15","cib2","Q5ICW6","Calcium and integrin-binding family member 2","Protocadherin 15a (Protocadherin-related 15a)","string-db","7955.ENSDARP00000130788/7955.ENSDARP00000130315","physical","txid7955" +"Q8JFV8","Q58EK5","vat1","tdrd1","vat1","Q58EK5","Synaptic vesicle membrane protein VAT-1 homolog (EC 1.-.-.-)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000073439","physical","txid7955" +"E7F6T1","F1QNR4","guanylate cyclase","sgc1b1","E7F6T1","gucy1b1","guanylate cyclase (EC 4.6.1.2)","Guanylate cyclase soluble subunit beta-1 (EC 4.6.1.2) (Guanylate cyclase soluble subunit beta-3) (Soluble guanylate cyclase small subunit)","string-db","7955.ENSDARP00000105472/7955.ENSDARP00000073517","physical","txid7955" +"E7F6T1","E7EZW5","guanylate cyclase","sgc1a1","E7F6T1","E7EZW5","guanylate cyclase (EC 4.6.1.2)","Guanylate cyclase soluble subunit alpha-1 (EC 4.6.1.2) (Soluble guanylate cyclase large subunit)","string-db","7955.ENSDARP00000093232/7955.ENSDARP00000073517","physical","txid7955" +"E7EZW5","F1QNR4","sgc1a1","sgc1b1","E7EZW5","gucy1b1","Guanylate cyclase soluble subunit alpha-1 (EC 4.6.1.2) (Soluble guanylate cyclase large subunit)","Guanylate cyclase soluble subunit beta-1 (EC 4.6.1.2) (Guanylate cyclase soluble subunit beta-3) (Soluble guanylate cyclase small subunit)","string-db","7955.ENSDARP00000105472/7955.ENSDARP00000093232","physical","txid7955" +"Q803R2","E7EY38","ccz1","Vacuolar fusion protein MON1 homolog","Q803R2","E7EY38","Vacuolar fusion protein CCZ1 homolog","Vacuolar fusion protein MON1 homolog","string-db","7955.ENSDARP00000098438/7955.ENSDARP00000073520","physical","txid7955" +"Q803R2","F1QDK1","ccz1","zgc:162873","Q803R2","mon1a","Vacuolar fusion protein CCZ1 homolog","Vacuolar fusion protein MON1 homolog","string-db","7955.ENSDARP00000102772/7955.ENSDARP00000073520","physical","txid7955" +"Q5GH44","F8W3A9","XK-related protein","Kell blood group glycoprotein","xk","kel","XK-related protein","Kell blood group glycoprotein (Kell metallo-endopeptidase (Kell blood group))","string-db","7955.ENSDARP00000124438/7955.ENSDARP00000073605","physical","txid7955" +"Q567G5","Q6DGK1","im:7136059","zgc:92883","arfip2b","arl1","ADP-ribosylation factor-interacting protein 2b (Arfaptin-2) (Arfip2b protein)","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000073650","physical","txid7955" +"Q56A55","E7F6F7","abcb8","abcb7","Q56A55","abcb7","Mitochondrial potassium channel ATP-binding subunit (ATP-binding cassette sub-family B member 8, mitochondrial) (ABCB8) (Mitochondrial sulfonylurea-receptor) (MITOSUR)","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","string-db","7955.ENSDARP00000085602/7955.ENSDARP00000073658","physical","txid7955" +"E7F6F7","Q5MPX4","abcb7","Transferrin receptor protein 1","abcb7","Q5MPX4","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000085602","physical","txid7955" +"E7F6F7","Q0P436","abcb7","tmem14c","abcb7","Q0P436","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","Transmembrane protein 14C","string-db","7955.ENSDARP00000152761/7955.ENSDARP00000085602","physical","txid7955" +"E7F6F7","Q287T7","abcb7","slc25a37","abcb7","slc25a37","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","Mitoferrin-1 (Mitochondrial iron transporter 1) (Protein frascati) (Solute carrier family 25 member 37)","string-db","7955.ENSDARP00000090636/7955.ENSDARP00000085602","physical","txid7955" +"Q9YGT5","Q7T2C1","hoxa9b","zgc:64071","Q9YGT5","cul4a","Homeobox protein Hox-A9b","Cullin-4A","string-db","7955.ENSDARP00000131646/7955.ENSDARP00000073839","physical","txid7955" +"Q6PGZ0","F6NPK9","cep63","fb33e12","Q6PGZ0","F6NPK9","Centrosomal protein of 63 kDa (Cep63)","WD repeat domain 62 (WD repeat-containing protein 62)","string-db","7955.ENSDARP00000098255/7955.ENSDARP00000073875","physical","txid7955" +"A0A8M9PVG7","E7EYA0","5-hydroxytryptamine receptor 7","si:dkey-6b12.5","A0A8M9PVG7","E7EYA0","5-hydroxytryptamine receptor 7 (Serotonin receptor 7)","Rho-related BTB domain-containing protein 3 (Si:dkey-6b12.5)","string-db","7955.ENSDARP00000109526/7955.ENSDARP00000073989","physical","txid7955" +"Q6DEJ9","Q1LXA2","zgc:101018","zgc:73376","dpm1","dpm3","Dolichol-phosphate mannosyltransferase subunit 1 (EC 2.4.1.83)","Dolichol-phosphate mannosyltransferase subunit 3","string-db","7955.ENSDARP00000113627/7955.ENSDARP00000074043","physical","txid7955" +"Q6DEJ9","Q561S6","zgc:101018","wu:fa99c01","dpm1","dpm2","Dolichol-phosphate mannosyltransferase subunit 1 (EC 2.4.1.83)","Dolichol phosphate-mannose biosynthesis regulatory protein","string-db","7955.ENSDARP00000119493/7955.ENSDARP00000074043","physical","txid7955" +"Q1LXA2","Q561S6","zgc:73376","wu:fa99c01","dpm3","dpm2","Dolichol-phosphate mannosyltransferase subunit 3","Dolichol phosphate-mannose biosynthesis regulatory protein","string-db","7955.ENSDARP00000119493/7955.ENSDARP00000113627","physical","txid7955" +"Q1LXA2","A0A0R4ITR4","zgc:73376","GPI mannosyltransferase 2","dpm3","A0A0R4ITR4","Dolichol-phosphate mannosyltransferase subunit 3","GPI mannosyltransferase 2 (EC 2.4.1.-)","string-db","7955.ENSDARP00000140196/7955.ENSDARP00000113627","physical","txid7955" +"A5WWB6","A0A0R4IHW6","zwilch","Kinetochore-associated 1","zwilch","kntc1","Protein zwilch homolog","Kinetochore-associated 1","string-db","7955.ENSDARP00000133225/7955.ENSDARP00000074147","physical","txid7955" +"Q6PGY3","Q7ZVY5","slc25a1a","cs","slc25a1a","Q7ZVY5","Tricarboxylate transport protein A, mitochondrial (Citrate transport protein A) (Solute carrier family 25 member 1a)","Citrate synthase, mitochondrial (EC 2.3.3.1) (Citrate (Si)-synthase)","string-db","7955.ENSDARP00000135698/7955.ENSDARP00000074163","physical","txid7955" +"B8A697","X1WD38","alox5","zgc:136911","alox5a","X1WD38","Arachidonate 5-lipoxygenase (EC 1.13.11.34)","Arachidonate 5-lipoxygenase b, tandem duplicate 2 (Uncharacterized protein LOC724056 isoform X1)","string-db","7955.ENSDARP00000128135/7955.ENSDARP00000074335","physical","txid7955" +"Q4KMD7","A0A0R4ISJ3","tut1","wu:fb38g12","Q4KMD7","xrn2","Speckle targeted PIP5K1A-regulated poly(A) polymerase (Star-PAP) (EC 2.7.7.19) (RNA-binding motif protein 21) (RNA-binding protein 21) (U6 snRNA-specific terminal uridylyltransferase 1) (U6-TUTase) (EC 2.7.7.52)","5'-3' exoribonuclease (EC 3.1.13.-)","string-db","7955.ENSDARP00000138850/7955.ENSDARP00000074395","physical","txid7955" +"Q0P3Y1","F1Q4U0","RAB33A, member RAS oncogene family","fj48d04","rab33a","F1Q4U0","RAB33A, member RAS oncogene family (Ras-related protein Rab-33A) (Zgc:153710)","WD repeat domain 41 (WD repeat-containing protein 41)","string-db","7955.ENSDARP00000107806/7955.ENSDARP00000074492","physical","txid7955" +"Q0P3Y1","Q4V946","RAB33A, member RAS oncogene family","fj12b07","rab33a","rabggtb","RAB33A, member RAS oncogene family (Ras-related protein Rab-33A) (Zgc:153710)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000074492","physical","txid7955" +"E7EXQ2","A8DZD1","LOC101886389","Uncharacterized protein LOC541546 isoform 2 precursor","E7EXQ2","A8DZD1","Otolin-1-like","Uncharacterized protein LOC541546 isoform 2 precursor (Zgc:113232)","string-db","7955.ENSDARP00000116602/7955.ENSDARP00000074522","physical","txid7955" +"B3DJ81","A0A2R8QUA1","LOC794924","Relaxin family peptide receptor 1","rxfp3","A0A2R8QUA1","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","A0A8M9Q6X3","LOC794924","Relaxin family peptide receptor 3.3a3","rxfp3","A0A8M9Q6X3","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000120113/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","B0S5B5","LOC794924","Relaxin family peptide receptor 2,-like","rxfp3","rxfp2l","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000120443/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","F1QMQ4","LOC794924","Relaxin family peptide receptor 3.3a2","rxfp3","rxfp3.3a2","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000098976/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","Q2VT45","LOC794924","RFLC2","rxfp3","Q2VT45","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin-3","string-db","7955.ENSDARP00000082236/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","F1QQH4","LOC794924","Relaxin family peptide receptor 3.3a1","rxfp3","rxfp3.3a1","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","string-db","7955.ENSDARP00000090874/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","X1WG07","LOC794924","Relaxin family peptide receptor 3.3b","rxfp3","X1WG07","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000074526","physical","txid7955" +"B3DJ81","F8W5N7","LOC794924","lgr8.2","rxfp3","F8W5N7","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","string-db","7955.ENSDARP00000125030/7955.ENSDARP00000074526","physical","txid7955" +"F1QMQ4","F8W5N7","Relaxin family peptide receptor 3.3a2","lgr8.2","rxfp3.3a2","F8W5N7","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","string-db","7955.ENSDARP00000125030/7955.ENSDARP00000098976","physical","txid7955" +"F1QMQ4","A0A2R8QUA1","Relaxin family peptide receptor 3.3a2","Relaxin family peptide receptor 1","rxfp3.3a2","A0A2R8QUA1","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000098976","physical","txid7955" +"F1QMQ4","A0A8M9Q6X3","Relaxin family peptide receptor 3.3a2","Relaxin family peptide receptor 3.3a3","rxfp3.3a2","A0A8M9Q6X3","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000120113/7955.ENSDARP00000098976","physical","txid7955" +"F1QMQ4","B0S5B5","Relaxin family peptide receptor 3.3a2","Relaxin family peptide receptor 2,-like","rxfp3.3a2","rxfp2l","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000120443/7955.ENSDARP00000098976","physical","txid7955" +"F1QMQ4","X1WG07","Relaxin family peptide receptor 3.3a2","Relaxin family peptide receptor 3.3b","rxfp3.3a2","X1WG07","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000098976","physical","txid7955" +"B0S5B5","F8W5N7","Relaxin family peptide receptor 2,-like","lgr8.2","rxfp2l","F8W5N7","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","string-db","7955.ENSDARP00000125030/7955.ENSDARP00000120443","physical","txid7955" +"B0S5B5","A0A2R8QUA1","Relaxin family peptide receptor 2,-like","Relaxin family peptide receptor 1","rxfp2l","A0A2R8QUA1","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000120443","physical","txid7955" +"B0S5B5","X1WG07","Relaxin family peptide receptor 2,-like","Relaxin family peptide receptor 3.3b","rxfp2l","X1WG07","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000120443","physical","txid7955" +"A0A8M9Q6X3","F8W5N7","Relaxin family peptide receptor 3.3a3","lgr8.2","A0A8M9Q6X3","F8W5N7","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","string-db","7955.ENSDARP00000125030/7955.ENSDARP00000120113","physical","txid7955" +"A0A8M9Q6X3","X1WG07","Relaxin family peptide receptor 3.3a3","Relaxin family peptide receptor 3.3b","A0A8M9Q6X3","X1WG07","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000120113","physical","txid7955" +"A0A8M9Q6X3","B0S5B5","Relaxin family peptide receptor 3.3a3","Relaxin family peptide receptor 2,-like","A0A8M9Q6X3","rxfp2l","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000120443/7955.ENSDARP00000120113","physical","txid7955" +"A0A8M9Q6X3","A0A2R8QUA1","Relaxin family peptide receptor 3.3a3","Relaxin family peptide receptor 1","A0A8M9Q6X3","A0A2R8QUA1","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000120113","physical","txid7955" +"X1WG07","A0A2R8QUA1","Relaxin family peptide receptor 3.3b","Relaxin family peptide receptor 1","X1WG07","A0A2R8QUA1","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000129162","physical","txid7955" +"F1QQH4","F8W5N7","Relaxin family peptide receptor 3.3a1","lgr8.2","rxfp3.3a1","F8W5N7","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","string-db","7955.ENSDARP00000125030/7955.ENSDARP00000090874","physical","txid7955" +"F1QQH4","F1QMQ4","Relaxin family peptide receptor 3.3a1","Relaxin family peptide receptor 3.3a2","rxfp3.3a1","rxfp3.3a2","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000098976/7955.ENSDARP00000090874","physical","txid7955" +"F1QQH4","B0S5B5","Relaxin family peptide receptor 3.3a1","Relaxin family peptide receptor 2,-like","rxfp3.3a1","rxfp2l","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000120443/7955.ENSDARP00000090874","physical","txid7955" +"F1QQH4","A0A2R8QUA1","Relaxin family peptide receptor 3.3a1","Relaxin family peptide receptor 1","rxfp3.3a1","A0A2R8QUA1","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000090874","physical","txid7955" +"F1QQH4","A0A8M9Q6X3","Relaxin family peptide receptor 3.3a1","Relaxin family peptide receptor 3.3a3","rxfp3.3a1","A0A8M9Q6X3","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 3.3a3 (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000120113/7955.ENSDARP00000090874","physical","txid7955" +"F1QQH4","X1WG07","Relaxin family peptide receptor 3.3a1","Relaxin family peptide receptor 3.3b","rxfp3.3a1","X1WG07","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000090874","physical","txid7955" +"F8W5N7","X1WG07","lgr8.2","Relaxin family peptide receptor 3.3b","F8W5N7","X1WG07","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","Relaxin family peptide receptor 3.3b (Relaxin-3 receptor 1)","string-db","7955.ENSDARP00000129162/7955.ENSDARP00000125030","physical","txid7955" +"F8W5N7","A0A2R8QUA1","lgr8.2","Relaxin family peptide receptor 1","F8W5N7","A0A2R8QUA1","Relaxin family peptide receptor 2b (Relaxin/insulin-like family peptide receptor 2b precursor)","Relaxin family peptide receptor 1 (Relaxin receptor 1 isoform X1)","string-db","7955.ENSDARP00000157159/7955.ENSDARP00000125030","physical","txid7955" +"F1QBC9","Q0GKD6","zgc:100844","wu:fk70c05","F1QBC9","tbk1","Inhibitor of nuclear factor kappa B kinase subunit epsilon (Inhibitor of nuclear factor kappa-B kinase subunit epsilon isoform X1)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","string-db","7955.ENSDARP00000132718/7955.ENSDARP00000074566","physical","txid7955" +"F1QBC9","B7SEE0","zgc:100844","Interferon regulatory factor 3","F1QBC9","irf3","Inhibitor of nuclear factor kappa B kinase subunit epsilon (Inhibitor of nuclear factor kappa-B kinase subunit epsilon isoform X1)","Interferon regulatory factor 3","string-db","7955.ENSDARP00000126885/7955.ENSDARP00000074566","physical","txid7955" +"A3KNP6","F1QTJ4","Secreted frizzled-related protein 1","LRP6","A3KNP6","F1QTJ4","Secreted frizzled-related protein 1","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000074593","physical","txid7955" +"A5WVX0","B0JZL7","itpa","si:ch211-142e24.2","itpa","B0JZL7","Inosine triphosphate pyrophosphatase (ITPase) (Inosine triphosphatase) (EC 3.6.1.9) (Non-canonical purine NTP pyrophosphatase) (Non-standard purine NTP pyrophosphatase) (Nucleoside-triphosphate diphosphatase) (Nucleoside-triphosphate pyrophosphatase) (NTPase)","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000074674","physical","txid7955" +"Q08BX5","Q6NX86","zgc:154034","HMGB1","bcam","hmgb1a","Basal cell adhesion molecule (Lutheran blood group) (Basal cell adhesion molecule precursor)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000093952","physical","txid7955" +"F1QN52","Q6NX86","bcam","HMGB1","-","hmgb1a","Ig-like domain-containing protein","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000105899","physical","txid7955" +"B3DJD1","A1L200","epas1","zgc:110542","epas1b","A1L200","Endothelial PAS domain protein 1b (Endothelial PAS domain-containing protein 1) (Epas1 protein)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000074832","physical","txid7955" +"A0A8M1NF77","Q5J1R9","zgc:158671","fj98e12","A0A8M1NF77","Q5J1R9","WAP four-disulfide core domain 1 (WAP four-disulfide core domain protein 1 isoform X1) (WAP four-disulfide core domain protein 1 precursor)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M1NF77","O13146","zgc:158671","epha3","A0A8M1NF77","O13146","WAP four-disulfide core domain 1 (WAP four-disulfide core domain protein 1 isoform X1) (WAP four-disulfide core domain protein 1 precursor)","Ephrin type-A receptor 3 (EC 2.7.10.1) (EPH-like kinase 1) (Tyrosine-protein kinase receptor ZEK1)","psicquic","26190107","physical","txid7955" +"E7EZE2","H0WEU8","fc14a12","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","stt3b","H0WEU8","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit 4","string-db","7955.ENSDARP00000125377/7955.ENSDARP00000093301","physical","txid7955" +"E7EZE2","Q6NYS8","fc14a12","ddost","stt3b","Q6NYS8","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase 48 kDa subunit (DDOST 48 kDa subunit) (Oligosaccharyl transferase 48 kDa subunit)","string-db","7955.ENSDARP00000105892/7955.ENSDARP00000093301","physical","txid7955" +"E7EZE2","A7E2L0","fc14a12","si:ch211-9d9.5","stt3b","dad1","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","string-db","7955.ENSDARP00000132059/7955.ENSDARP00000093301","physical","txid7955" +"E7EZE2","Q503W5","fc14a12","zgc:110044","stt3b","tusc3","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","Tumor suppressor candidate 3 (Tusc3 protein)","string-db","7955.ENSDARP00000137399/7955.ENSDARP00000093301","physical","txid7955" +"A0A8M1NHD0","B3DIX8","Si:dkey-119f1.1","LOC564644","A0A8M1NHD0","nsmce2","Si:dkey-119f1.1 (Structural maintenance of chromosomes protein 6)","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","string-db","7955.ENSDARP00000129789/7955.ENSDARP00000076074","physical","txid7955" +"A0A8M1NHD0","F1QEQ8","Si:dkey-119f1.1","wu:fb70d10","A0A8M1NHD0","F1QEQ8","Si:dkey-119f1.1 (Structural maintenance of chromosomes protein 6)","Structural maintenance of chromosomes protein 5","string-db","7955.ENSDARP00000091965/7955.ENSDARP00000076074","physical","txid7955" +"A0A8M1NHD0","Q6DGT7","Si:dkey-119f1.1","nsmce1","A0A8M1NHD0","Q6DGT7","Si:dkey-119f1.1 (Structural maintenance of chromosomes protein 6)","Non-structural maintenance of chromosomes element 1 homolog (Non-SMC element 1 homolog) (EC 2.3.2.27)","string-db","7955.ENSDARP00000137045/7955.ENSDARP00000076074","physical","txid7955" +"B3DIX8","Q6DGT7","LOC564644","nsmce1","nsmce2","Q6DGT7","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","Non-structural maintenance of chromosomes element 1 homolog (Non-SMC element 1 homolog) (EC 2.3.2.27)","string-db","7955.ENSDARP00000137045/7955.ENSDARP00000129789","physical","txid7955" +"F1QEQ8","Q6DGT7","wu:fb70d10","nsmce1","F1QEQ8","Q6DGT7","Structural maintenance of chromosomes protein 5","Non-structural maintenance of chromosomes element 1 homolog (Non-SMC element 1 homolog) (EC 2.3.2.27)","string-db","7955.ENSDARP00000137045/7955.ENSDARP00000091965","physical","txid7955" +"F1QEQ8","B3DIX8","wu:fb70d10","LOC564644","F1QEQ8","nsmce2","Structural maintenance of chromosomes protein 5","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","string-db","7955.ENSDARP00000129789/7955.ENSDARP00000091965","physical","txid7955" +"A5WV69","Q6P2B0","acbd5b","fc05d09","acbd5b","vapb","Acyl-CoA-binding domain-containing protein 5-B","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","string-db","7955.ENSDARP00000094134/7955.ENSDARP00000075696","physical","txid7955" +"E7F698","Q2HPG2","ADAM metallopeptidase domain 11","LGIa","E7F698","lgi1a","ADAM metallopeptidase domain 11 (Disintegrin and metalloproteinase domain-containing protein 11 isoform X3)","Leucine-rich glioma-inactivated protein 1","string-db","7955.ENSDARP00000154846/7955.ENSDARP00000103985","physical","txid7955" +"E7F186","A4FVK4","Outer dense fiber protein 2","rab8","odf2a","rab8a","Outer dense fiber protein 2 (Cenexin) (Outer dense fiber of sperm tails protein 2)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","string-db","7955.ENSDARP00000125104/7955.ENSDARP00000075867","physical","txid7955" +"E7F186","Q6PBA8","Outer dense fiber protein 2","mns1","odf2a","Q6PBA8","Outer dense fiber protein 2 (Cenexin) (Outer dense fiber of sperm tails protein 2)","Meiosis-specific nuclear structural protein 1","string-db","7955.ENSDARP00000109926/7955.ENSDARP00000075867","physical","txid7955" +"Q6PBA8","A0A8M2BJP0","mns1","mg:cb01g09","Q6PBA8","A0A8M2BJP0","Meiosis-specific nuclear structural protein 1","Mitofusin-2","string-db","7955.ENSDARP00000123285/7955.ENSDARP00000109926","physical","txid7955" +"F1R6S5","Q6DG12","ccl1","zgc:91924","F1R6S5","Q6DG12","C-C motif chemokine","Chemokine (C-C motif) receptor 10 (Zgc:91924)","string-db","7955.ENSDARP00000099267/7955.ENSDARP00000075898","physical","txid7955" +"Q6DHH9","F1QHN6","zgc:92307","im:7042025","ube2r2","ubc","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000076107","physical","txid7955" +"Q6DHH9","Q7SXA3","zgc:92307","zgc:66168","ube2r2","rps27a","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000076107","physical","txid7955" +"Q6DHH9","A0A0N4SUD2","zgc:92307","Ubi-p63E","ube2r2","ubb","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000076107","physical","txid7955" +"Q6DHH9","Q803V7","zgc:92307","zgc:55452","ube2r2","cdc34a","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","string-db","7955.ENSDARP00000148743/7955.ENSDARP00000076107","physical","txid7955" +"F1R0Z9","F1QIJ6","im:7149072","Epidermal growth factor receptor pathway substrate 15","itsn2b","eps15","Intersectin 2b (Intersectin-2)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","string-db","7955.ENSDARP00000089463/7955.ENSDARP00000081545","physical","txid7955" +"F1R0Z9","Q6PC73","im:7149072","grb2","itsn2b","grb2b","Intersectin 2b (Intersectin-2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000081545","physical","txid7955" +"F1R0Z9","Q7ZZB1","im:7149072","si:bz36d5.4","itsn2b","snx9a","Intersectin 2b (Intersectin-2)","Sorting nexin","string-db","7955.ENSDARP00000095249/7955.ENSDARP00000081545","physical","txid7955" +"F1R0Z9","A0A0R4IA99","im:7149072","F-BAR domain only protein 1","itsn2b","A0A0R4IA99","Intersectin 2b (Intersectin-2)","F-BAR domain only protein 1","string-db","7955.ENSDARP00000131048/7955.ENSDARP00000081545","physical","txid7955" +"F1R0Z9","E7FBY6","im:7149072","adgra2","itsn2b","adgra2","Intersectin 2b (Intersectin-2)","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","string-db","7955.ENSDARP00000103078/7955.ENSDARP00000081545","physical","txid7955" +"E7FBN7","E7F7V2","Ras protein-specific guanine nucleotide-releasing factor 2a","si:ch211-234p18.3","E7FBN7","si:ch211-234p18.3","Ras protein-specific guanine nucleotide-releasing factor 2a (Ras-specific guanine nucleotide-releasing factor 2-like isoform X2)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","string-db","7955.ENSDARP00000103571/7955.ENSDARP00000076233","physical","txid7955" +"E7FBN7","A2CEA7","Ras protein-specific guanine nucleotide-releasing factor 2a","rasgrf2","E7FBN7","rasgrf2","Ras protein-specific guanine nucleotide-releasing factor 2a (Ras-specific guanine nucleotide-releasing factor 2-like isoform X2)","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","string-db","7955.ENSDARP00000077785/7955.ENSDARP00000076233","physical","txid7955" +"E7FBN6","A2BGV1","mcoln1.2","mcoln1","mcoln1b","mcoln1a","Mucolipin 1.2 (Mucolipin TRP cation channel 1b) (Mucolipin-1)","Mucolipin TRP cation channel 1a (Mucolipin-1)","string-db","7955.ENSDARP00000118341/7955.ENSDARP00000076235","physical","txid7955" +"E7FAJ7","A5PN28","si:ch73-128c2.6","otol1a","E7FAJ7","A5PN28","Otolin 1b (Otolin-1)","Otolin-1-A (zOtolin1)","string-db","7955.ENSDARP00000116485/7955.ENSDARP00000076378","physical","txid7955" +"F1QWF9","F1Q580","ccdc5","fa17f11","F1QWF9","haus2","HAUS augmin-like complex subunit 1 (HAUS augmin-like complex, subunit 1)","HAUS augmin-like complex subunit 2 (Si:dkey-170l10.1)","string-db","7955.ENSDARP00000119070/7955.ENSDARP00000076392","physical","txid7955" +"F1QWF9","A0JMF7","ccdc5","haus6","F1QWF9","A0JMF7","HAUS augmin-like complex subunit 1 (HAUS augmin-like complex, subunit 1)","HAUS augmin-like complex subunit 6","string-db","7955.ENSDARP00000138489/7955.ENSDARP00000076392","physical","txid7955" +"F1Q580","A0JMF7","fa17f11","haus6","haus2","A0JMF7","HAUS augmin-like complex subunit 2 (Si:dkey-170l10.1)","HAUS augmin-like complex subunit 6","string-db","7955.ENSDARP00000138489/7955.ENSDARP00000119070","physical","txid7955" +"Q9YHZ5","Q5XJ88","pim2","zgc:103534","Q9YHZ5","kansl2","Serine/threonine-protein kinase pim-2 (EC 2.7.11.1) (Kinase pim-1)","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","string-db","7955.ENSDARP00000105294/7955.ENSDARP00000076422","physical","txid7955" +"Q9YHZ5","A3KQS1","pim2","si:ch211-210h11.8","Q9YHZ5","prcc","Serine/threonine-protein kinase pim-2 (EC 2.7.11.1) (Kinase pim-1)","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","string-db","7955.ENSDARP00000086697/7955.ENSDARP00000076422","physical","txid7955" +"Q9YHZ5","Q803R7","pim2","zgc:55327","Q9YHZ5","crnkl1","Serine/threonine-protein kinase pim-2 (EC 2.7.11.1) (Kinase pim-1)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","string-db","7955.ENSDARP00000100660/7955.ENSDARP00000076422","physical","txid7955" +"F1QWZ4","A2BGK2","gdf2","si:dkey-13n15.5","F1QWZ4","bmp10","Growth/differentiation factor 2 (GDF-2) (Bone morphogenetic protein 9) (BMP-9)","Bone morphogenetic protein 10 (Si:dkey-13n15.5)","string-db","7955.ENSDARP00000082925/7955.ENSDARP00000076657","physical","txid7955" +"Q6P0D9","Q6DHF2","ciao1","fam96b","ciao1","Q6DHF2","Probable cytosolic iron-sulfur protein assembly protein ciao1 (WD repeat-containing protein 39)","Cytosolic iron-sulfur assembly component 2B (Mitotic spindle-associated MMXD complex subunit MIP18) (Zgc:92345)","string-db","7955.ENSDARP00000107862/7955.ENSDARP00000076693","physical","txid7955" +"Q6P0D9","A2RRV9","ciao1","narfl","ciao1","A2RRV9","Probable cytosolic iron-sulfur protein assembly protein ciao1 (WD repeat-containing protein 39)","Cytosolic Fe-S cluster assembly factor narfl (Nuclear prelamin A recognition factor-like protein)","string-db","7955.ENSDARP00000084112/7955.ENSDARP00000076693","physical","txid7955" +"Q6P0D9","E7FBU4","ciao1","mms19","ciao1","E7FBU4","Probable cytosolic iron-sulfur protein assembly protein ciao1 (WD repeat-containing protein 39)","MMS19 nucleotide excision repair protein homolog (MMS19-like protein)","string-db","7955.ENSDARP00000126941/7955.ENSDARP00000076693","physical","txid7955" +"A2RRV9","E7FBU4","narfl","mms19","A2RRV9","E7FBU4","Cytosolic Fe-S cluster assembly factor narfl (Nuclear prelamin A recognition factor-like protein)","MMS19 nucleotide excision repair protein homolog (MMS19-like protein)","string-db","7955.ENSDARP00000126941/7955.ENSDARP00000084112","physical","txid7955" +"A2RRV9","Q6DHF2","narfl","fam96b","A2RRV9","Q6DHF2","Cytosolic Fe-S cluster assembly factor narfl (Nuclear prelamin A recognition factor-like protein)","Cytosolic iron-sulfur assembly component 2B (Mitotic spindle-associated MMXD complex subunit MIP18) (Zgc:92345)","string-db","7955.ENSDARP00000107862/7955.ENSDARP00000084112","physical","txid7955" +"Q6DHF2","E7FBU4","fam96b","mms19","Q6DHF2","E7FBU4","Cytosolic iron-sulfur assembly component 2B (Mitotic spindle-associated MMXD complex subunit MIP18) (Zgc:92345)","MMS19 nucleotide excision repair protein homolog (MMS19-like protein)","string-db","7955.ENSDARP00000126941/7955.ENSDARP00000107862","physical","txid7955" +"Q90472","Q92008","hoxd13a","shha","Q90472","Q92008","Homeobox protein Hox-D13a (Hox-D13)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000076768","physical","txid7955" +"Q499B2","Q6NWJ2","fa97f07","zgc:85675","spcs1","spcs3","Signal peptidase complex subunit 1 (Microsomal signal peptidase 12 kDa subunit)","Signal peptidase complex subunit 3","string-db","7955.ENSDARP00000139098/7955.ENSDARP00000076814","physical","txid7955" +"Q499B2","Q5BJI9","fa97f07","spcs2","spcs1","Q5BJI9","Signal peptidase complex subunit 1 (Microsomal signal peptidase 12 kDa subunit)","Signal peptidase complex subunit 2 (Microsomal signal peptidase 25 kDa subunit) (SPase 25 kDa subunit)","string-db","7955.ENSDARP00000113444/7955.ENSDARP00000076814","physical","txid7955" +"Q5BJI9","Q6NWJ2","spcs2","zgc:85675","Q5BJI9","spcs3","Signal peptidase complex subunit 2 (Microsomal signal peptidase 25 kDa subunit) (SPase 25 kDa subunit)","Signal peptidase complex subunit 3","string-db","7955.ENSDARP00000139098/7955.ENSDARP00000113444","physical","txid7955" +"Q0P3V5","Q4V946","Ras-related protein Rab-19","fj12b07","Q0P3V5","rabggtb","Ras-related protein Rab-19","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000076952","physical","txid7955" +"Q0P3V5","F1R5Z9","Ras-related protein Rab-19","si:ch211-198d18.2","Q0P3V5","usp6nl","Ras-related protein Rab-19","USP6 N-terminal-like","string-db","7955.ENSDARP00000107300/7955.ENSDARP00000076952","physical","txid7955" +"Q5K373","Q6GMI5","fgfrl1b beta","bgn","fgfrl1b","bgna","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Biglycan","psicquic","20802085","physical","txid7955" +"Q5K373","Q8UVD6","fgfrl1b beta","wu:fa16d03","fgfrl1b","Q8UVD6","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Brother of CDO","psicquic","20802085","physical","txid7955" +"Q5K373","Q5J1R9","fgfrl1b beta","fj98e12","fgfrl1b","Q5J1R9","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","20802085","physical","txid7955" +"Q5K373","A0A8M9PLL4","fgfrl1b beta","flrt1a","fgfrl1b","A0A8M9PLL4","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Leucine-rich repeat transmembrane protein FLRT1","psicquic","19765300;26190107","physical","txid7955" +"Q5K373","F1QF54","fgfrl1b beta","Fibronectin leucine-rich transmembrane protein 1b","fgfrl1b","F1QF54","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","psicquic","19765300;26190107;19765300;26190107","physical","txid7955" +"Q5K373","Q803T1","fgfrl1b beta","decorin","fgfrl1b","Q803T1","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Decorin (Bone proteoglycan II)","psicquic","20802085","physical","txid7955" +"Q5K373","Q90413","fgfrl1b beta","fgfr4","fgfrl1b","Q90413","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","Fibroblast growth factor receptor 4 (FGFR-4) (EC 2.7.10.1)","psicquic","18296487","physical","txid7955" +"A0A8M1NZ82","A3KP65","acc","Malonyl-CoA decarboxylase","A0A8M1NZ82","A3KP65","acetyl-CoA carboxylase (EC 6.4.1.2)","Malonyl-CoA decarboxylase (EC 4.1.1.9) (Zgc:162977 protein)","string-db","7955.ENSDARP00000132011/7955.ENSDARP00000077514","physical","txid7955" +"Q0P4E5","A0A0R4ILF6","si:dkey-91f15.6","Cell death activator CIDE-A","Q0P4E5","A0A0R4ILF6","Cell death activator CIDE-3 (Cell death-inducing DFFA-like effector c) (Si:dkey-91f15.6)","Cell death activator CIDE-A (Cell death-inducing DFFA-like effector a)","string-db","7955.ENSDARP00000136004/7955.ENSDARP00000077561","physical","txid7955" +"B1WB51","Q7T3B8","zgc:171549","ard1a","hypk","Q7T3B8","Huntingtin-interacting protein K (Zgc:171549 protein)","N-terminal amino-acid N(alpha)-acetyltransferase NatA (EC 2.3.1.255)","string-db","7955.ENSDARP00000095601/7955.ENSDARP00000077781","physical","txid7955" +"B1WB51","Q6DBY2","zgc:171549","naa50","hypk","naa50","Huntingtin-interacting protein K (Zgc:171549 protein)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","string-db","7955.ENSDARP00000128760/7955.ENSDARP00000077781","physical","txid7955" +"A0A8M1N9G1","F1R355","cpt1a","wu:fa18g06","A0A8M1N9G1","F1R355","carnitine O-palmitoyltransferase (EC 2.3.1.21)","COX15 homolog (Cytochrome c oxidase assembly homolog 15 (yeast))","string-db","7955.ENSDARP00000099785/7955.ENSDARP00000077866","physical","txid7955" +"E7F7E6","A0JMF6","wu:fj83e02","mtmr10","mtmr11","A0JMF6","Myotubularin-related protein 11","Myotubularin-related protein 10 (Inactive phosphatidylinositol 3-phosphatase 10)","string-db","7955.ENSDARP00000109082/7955.ENSDARP00000092529","physical","txid7955" +"A0MQ45","Q9DGJ4","AZR","CHUNP6922","oaz2b","odc1","Ornithine decarboxylase antizyme","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","string-db","7955.ENSDARP00000124918/7955.ENSDARP00000078004","physical","txid7955" +"A0MQ45","Q801V3","AZR","azin1","oaz2b","azin1b","Ornithine decarboxylase antizyme","Antizyme inhibitor 1b","string-db","7955.ENSDARP00000122392/7955.ENSDARP00000078004","physical","txid7955" +"Q801V3","Q9DGJ4","azin1","CHUNP6922","azin1b","odc1","Antizyme inhibitor 1b","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","string-db","7955.ENSDARP00000124918/7955.ENSDARP00000122392","physical","txid7955" +"Q801V3","A0A0R4IGR0","azin1","si:dkey-275p19.6","azin1b","oaz2a","Antizyme inhibitor 1b","Ornithine decarboxylase antizyme 2","string-db","7955.ENSDARP00000133600/7955.ENSDARP00000122392","physical","txid7955" +"B3DJ32","A0A8M9QJ44","sparcl","Extracellular serine/threonine protein kinase FAM20C","B3DJ32","A0A8M9QJ44","SPARC-like 1 (SPARC-like protein 1 isoform X1) (SPARC-like protein 1 precursor) (Secreted acidic cysteine rich glycoprotein-like)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000078028","physical","txid7955" +"P59015","A0A0R4ID82","vps18","im:7136893","vps18","A0A0R4ID82","Vacuolar protein sorting-associated protein 18 homolog","Vacuolar protein sorting-associated protein 33A","string-db","7955.ENSDARP00000133149/7955.ENSDARP00000094129","physical","txid7955" +"P59015","F1QQ05","vps18","im:7166005","vps18","F1QQ05","Vacuolar protein sorting-associated protein 18 homolog","VPS8 subunit of CORVET complex (Vacuolar protein sorting-associated protein 8 homolog)","string-db","7955.ENSDARP00000117166/7955.ENSDARP00000094129","physical","txid7955" +"A0A8M3ATS4","F6P8Y7","Hyaluronidase","si:dkey-207j16.6","A0A8M3ATS4","F6P8Y7","Hyaluronidase (EC 3.2.1.35)","Stabilin 2 (Stabilin-2 isoform X1)","string-db","7955.ENSDARP00000116540/7955.ENSDARP00000078315","physical","txid7955" +"A0A8M3ATS4","Q7T2F7","Hyaluronidase","zgc:63904","A0A8M3ATS4","Q7T2F7","Hyaluronidase (EC 3.2.1.35)","Calcineurin B homologous protein 1 (Calcineurin B-like protein) (Calcium-binding protein CHP) (Calcium-binding protein p22) (EF-hand calcium-binding domain-containing protein p22)","string-db","7955.ENSDARP00000110730/7955.ENSDARP00000078315","physical","txid7955" +"A0A8M3ATS4","F1R2G7","Hyaluronidase","hm:zeh0104","A0A8M3ATS4","F1R2G7","Hyaluronidase (EC 3.2.1.35)","Lymphatic vessel endothelial hyaluronic acid receptor 1 precursor (Lymphatic vessel endothelial hyaluronic receptor 1a)","string-db","7955.ENSDARP00000104347/7955.ENSDARP00000078315","physical","txid7955" +"A0A8M3ATS4","X1WBP3","Hyaluronidase","CD44 antigen","A0A8M3ATS4","X1WBP3","Hyaluronidase (EC 3.2.1.35)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000127635/7955.ENSDARP00000078315","physical","txid7955" +"Q7T2F7","F6P8Y7","zgc:63904","si:dkey-207j16.6","Q7T2F7","F6P8Y7","Calcineurin B homologous protein 1 (Calcineurin B-like protein) (Calcium-binding protein CHP) (Calcium-binding protein p22) (EF-hand calcium-binding domain-containing protein p22)","Stabilin 2 (Stabilin-2 isoform X1)","string-db","7955.ENSDARP00000116540/7955.ENSDARP00000110730","physical","txid7955" +"Q7T2F7","X1WBP3","zgc:63904","CD44 antigen","Q7T2F7","X1WBP3","Calcineurin B homologous protein 1 (Calcineurin B-like protein) (Calcium-binding protein CHP) (Calcium-binding protein p22) (EF-hand calcium-binding domain-containing protein p22)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","string-db","7955.ENSDARP00000127635/7955.ENSDARP00000110730","physical","txid7955" +"F1R2G7","Q7T2F7","hm:zeh0104","zgc:63904","F1R2G7","Q7T2F7","Lymphatic vessel endothelial hyaluronic acid receptor 1 precursor (Lymphatic vessel endothelial hyaluronic receptor 1a)","Calcineurin B homologous protein 1 (Calcineurin B-like protein) (Calcium-binding protein CHP) (Calcium-binding protein p22) (EF-hand calcium-binding domain-containing protein p22)","string-db","7955.ENSDARP00000110730/7955.ENSDARP00000104347","physical","txid7955" +"E7F7J7","A9JRW9","Glycoprotein","Proheparin-binding EGF-like growth factor","gpnmb","A9JRW9","Glycoprotein (transmembrane) nmb (Transmembrane glycoprotein NMB isoform X1)","Proheparin-binding EGF-like growth factor","string-db","7955.ENSDARP00000099541/7955.ENSDARP00000085316","physical","txid7955" +"A0A8N7V0N6","F1R3C6","zgc:158858","Methylcytosine dioxygenase TET","A0A8N7V0N6","tet1","DNA-(apurinic or apyrimidinic site) lyase (EC 4.2.99.18)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000104252/7955.ENSDARP00000078516","physical","txid7955" +"A0A1D6UPT1","F1QLY2","papd5","chunp6893","tent4b","F1QLY2","Non-canonical poly(A) RNA polymerase PAPD5 (EC 2.7.7.19) (Terminal nucleotidyltransferase 4B)","Zinc finger CCHC domain-containing protein 7 (TRAMP-like complex RNA-binding factor ZCCHC7)","string-db","7955.ENSDARP00000106239/7955.ENSDARP00000078717","physical","txid7955" +"F1QLY2","F1R2E0","chunp6893","si:ch211-197g15.1","F1QLY2","hnrnpm","Zinc finger CCHC domain-containing protein 7 (TRAMP-like complex RNA-binding factor ZCCHC7)","Heterogeneous nuclear ribonucleoprotein M","string-db","7955.ENSDARP00000121443/7955.ENSDARP00000106239","physical","txid7955" +"A9JRH0","Q503I7","Leucine-rich repeat neuronal 1","zgc:110565","lrrn1","Q503I7","Leucine-rich repeat neuronal 1 (Leucine-rich repeat neuronal protein 1 precursor) (Lrrn1 protein)","Leucine rich repeat containing 4C isoform X1 (Leucine rich repeat containing 4C, genome duplicate a precursor) (Leucine-rich repeat-containing 4C, genome duplicate a) (Zgc:110565)","psicquic","19765300;19765300","physical","txid7955" +"A9JRH0","E9QDQ3","Leucine-rich repeat neuronal 1","Leucine-rich repeat-containing 4.1","lrrn1","lrrc4.1","Leucine-rich repeat neuronal 1 (Leucine-rich repeat neuronal protein 1 precursor) (Lrrn1 protein)","Leucine-rich repeat-containing 4.1 (Leucine-rich repeat-containing protein 4)","psicquic","19765300;19765300;26190107","physical","txid7955" +"B3DHB2","E7EXY0","dusp3","Dual specificity protein phosphatase","B3DHB2","dusp3a","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","string-db","7955.ENSDARP00000081638/7955.ENSDARP00000078867","physical","txid7955" +"E7EXY0","Q6DBR5","Dual specificity protein phosphatase","zgc:91929","dusp3a","dusp2","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","string-db","7955.ENSDARP00000133300/7955.ENSDARP00000081638","physical","txid7955" +"A5PLK2","A0A0R4IRJ2","lhpp","zgc:77715","lhpp","ppa2","Phospholysine phosphohistidine inorganic pyrophosphate phosphatase (EC 3.1.3.-) (EC 3.6.1.1)","inorganic diphosphatase (EC 3.6.1.1)","string-db","7955.ENSDARP00000138824/7955.ENSDARP00000078992","physical","txid7955" +"A5PF53","F1R372","arhgap35","Rho GTPase-activating protein 5","arhgap35b","arhgap5","Rho GTPase-activating protein 35","Rho GTPase-activating protein 5","string-db","7955.ENSDARP00000081131/7955.ENSDARP00000079254","physical","txid7955" +"A5PF53","E7F8G5","arhgap35","LOC100004299","arhgap35b","arhgap35a","Rho GTPase-activating protein 35","Rho GTPase-activating protein 35","string-db","7955.ENSDARP00000127935/7955.ENSDARP00000079254","physical","txid7955" +"B8A4L3","A5D6S3","zgc:171657","mut","mmaa","mut","Metabolism of cobalamin-associated A (Methylmalonic aciduria type A protein, mitochondrial isoform X1)","Methylmalonyl-CoA mutase, mitochondrial (EC 5.4.99.2) (Methylmalonyl-CoA isomerase)","string-db","7955.ENSDARP00000079877/7955.ENSDARP00000079456","physical","txid7955" +"Q67FY3","Q800Q5","bcl9l","tcf7l1b","Q67FY3","Q800Q5","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","Transcription factor 7-like 1-B (HMG box transcription factor 3-B) (TCF-3-B)","string-db","7955.ENSDARP00000148053/7955.ENSDARP00000123831","physical","txid7955" +"Q67FY3","F1QGH7","bcl9l","ctnnb1","Q67FY3","ctnnb1","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000123831","physical","txid7955" +"Q67FY3","F1R405","bcl9l","si:ch73-15j19.1","Q67FY3","bcl9","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000123831","physical","txid7955" +"Q67FY3","A0A0R4IBR4","bcl9l","Hif-3alpha","Q67FY3","hif1al","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","string-db","7955.ENSDARP00000132400/7955.ENSDARP00000123831","physical","txid7955" +"Q1L8T6","Q67FY3","wu:fc46c10","bcl9l","pygo2","Q67FY3","Pygopus homolog 2","B-cell CLL/lymphoma 9-like protein (B-cell lymphoma 9-like protein) (BCL9-like protein) (Protein BCL9-2)","string-db","7955.ENSDARP00000123831/7955.ENSDARP00000117585","physical","txid7955" +"Q1L8T6","F1R405","wu:fc46c10","si:ch73-15j19.1","pygo2","bcl9","Pygopus homolog 2","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000117585","physical","txid7955" +"Q1L8T6","F1QGH7","wu:fc46c10","ctnnb1","pygo2","ctnnb1","Pygopus homolog 2","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000117585","physical","txid7955" +"B1WB98","A1L1U1","zgc:175288","Striatin","stk26","A1L1U1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000079474","physical","txid7955" +"B1WB98","Q6PHH3","zgc:175288","pdcd10a","stk26","pdcd10a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Programmed cell death protein 10-A","string-db","7955.ENSDARP00000156496/7955.ENSDARP00000079474","physical","txid7955" +"F1R019","Q6PC73","si:ch211-67f24.8","grb2","sos2","grb2b","Son of sevenless homolog 2","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000079754","physical","txid7955" +"F1R019","A0A0R4IID9","si:ch211-67f24.8","eps8","sos2","A0A0R4IID9","Son of sevenless homolog 2","Epidermal growth factor receptor kinase substrate 8 isoform X14 (Epidermal growth factor receptor pathway substrate 8a)","string-db","7955.ENSDARP00000134730/7955.ENSDARP00000079754","physical","txid7955" +"F1R019","Q5RKN6","si:ch211-67f24.8","zgc:103549","sos2","grb2a","Son of sevenless homolog 2","Growth factor receptor-bound protein 2a (Zgc:103549)","string-db","7955.ENSDARP00000133720/7955.ENSDARP00000079754","physical","txid7955" +"F1R019","F1Q7S5","si:ch211-67f24.8","fb11b01","sos2","gab1","Son of sevenless homolog 2","GRB2-associated-binding protein 1","string-db","7955.ENSDARP00000116730/7955.ENSDARP00000079754","physical","txid7955" +"F1RB62","Q58EC4","Potassium voltage-gated channel subfamily KQT member 5 isoform X1","kcnab1","F1RB62","kcnab1a","Potassium voltage-gated channel subfamily KQT member 5 isoform X1 (Potassium voltage-gated channel, KQT-like subfamily, member 5b)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000079805","physical","txid7955" +"A0A8M2BDP3","B0UYJ3","wu:fj52c07","si:dkey-52h10.3","A0A8M2BDP3","B0UYJ3","Glutamate receptor, metabotropic 2a (Metabotropic glutamate receptor 2 isoform X1)","Glutamate receptor, metabotropic 6a","string-db","7955.ENSDARP00000113991/7955.ENSDARP00000079907","physical","txid7955" +"A0A8M2BDP3","A3KPM6","wu:fj52c07","si:ch211-233h19.1","A0A8M2BDP3","grm3","Glutamate receptor, metabotropic 2a (Metabotropic glutamate receptor 2 isoform X1)","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000079907","physical","txid7955" +"A0A8M2BDP3","E7FH00","wu:fj52c07","Glutamate receptor, metabotropic 8a","A0A8M2BDP3","E7FH00","Glutamate receptor, metabotropic 2a (Metabotropic glutamate receptor 2 isoform X1)","Glutamate receptor, metabotropic 8a (Metabotropic glutamate receptor 8a)","string-db","7955.ENSDARP00000097863/7955.ENSDARP00000079907","physical","txid7955" +"B0UYJ3","A3KPM6","si:dkey-52h10.3","si:ch211-233h19.1","B0UYJ3","grm3","Glutamate receptor, metabotropic 6a","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000113991","physical","txid7955" +"E7FH00","B0UYJ3","Glutamate receptor, metabotropic 8a","si:dkey-52h10.3","E7FH00","B0UYJ3","Glutamate receptor, metabotropic 8a (Metabotropic glutamate receptor 8a)","Glutamate receptor, metabotropic 6a","string-db","7955.ENSDARP00000113991/7955.ENSDARP00000097863","physical","txid7955" +"E7FH00","A3KPM6","Glutamate receptor, metabotropic 8a","si:ch211-233h19.1","E7FH00","grm3","Glutamate receptor, metabotropic 8a (Metabotropic glutamate receptor 8a)","Metabotropic glutamate receptor 3","string-db","7955.ENSDARP00000117786/7955.ENSDARP00000097863","physical","txid7955" +"A0S0R1","Q1RLQ4","si:ch211-208m1.2","fa96d06","klf8","-","Krueppel-like factor 8 (Kruppel-like factor 8) (Si:ch211-208m1.2)","C-terminal-binding protein 1 (Zgc:136929)","string-db","7955.ENSDARP00000130473/7955.ENSDARP00000080163","physical","txid7955" +"A8WFW7","Q68EL6","foxp3","nfil3","A8WFW7","Q68EL6","Forkhead box P3 (Forkhead box P3a isoform X1) (Forkhead box protein) (Foxp3 protein)","Nuclear factor interleukin-3-regulated protein","string-db","7955.ENSDARP00000119920/7955.ENSDARP00000080214","physical","txid7955" +"A8WFW7","A0A8M6Z193","foxp3","Histone deacetylase 4-like isoform X1","A8WFW7","A0A8M6Z193","Forkhead box P3 (Forkhead box P3a isoform X1) (Forkhead box protein) (Foxp3 protein)","Histone deacetylase 4-like isoform X1 (Histone deacetylase 7b)","string-db","7955.ENSDARP00000128596/7955.ENSDARP00000080214","physical","txid7955" +"A3QJY9","Q0P453","si:dkeyp-84g1.1","zgc:153402","pex11a","Q0P453","Peroxisomal biogenesis factor 11 alpha (Peroxisomal membrane protein 11A) (Si:dkeyp-84g1.1 protein)","Peroxisomal biogenesis factor 11 beta (Peroxisomal membrane protein 11B) (Zgc:153402)","string-db","7955.ENSDARP00000091193/7955.ENSDARP00000080259","physical","txid7955" +"B0R0B3","E7FH53","si:dkey-91m11.4","Myotilin","B0R0B3","E7FH53","Phosphoglucomutase 5 (Phosphoglucomutase-like protein 5)","Myotilin","string-db","7955.ENSDARP00000100029/7955.ENSDARP00000080329","physical","txid7955" +"F1Q6W0","A3QJU6","BTB/POZ domain-containing protein KCTD3","zgc:136923","F1Q6W0","A3QJU6","BTB/POZ domain-containing protein KCTD3 (Potassium channel tetramerization domain-containing 3)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000080599","physical","txid7955" +"Q1LVK7","A0A8M2B806","wu:fj94a04","Zinc finger protein 532","Q1LVK7","A0A8M2B806","Zinc finger protein 592","Zinc finger protein 532","string-db","7955.ENSDARP00000120865/7955.ENSDARP00000080685","physical","txid7955" +"Q1LVK7","A0A0R4ISB9","wu:fj94a04","Protein kinase C-binding protein 1 isoform X1","Q1LVK7","zmynd8","Zinc finger protein 592","Protein kinase C-binding protein 1 isoform X1 (Zinc finger, MYND-type-containing 8)","string-db","7955.ENSDARP00000137232/7955.ENSDARP00000080685","physical","txid7955" +"A0A8M2B806","A0A0R4ISB9","Zinc finger protein 532","Protein kinase C-binding protein 1 isoform X1","A0A8M2B806","zmynd8","Zinc finger protein 532","Protein kinase C-binding protein 1 isoform X1 (Zinc finger, MYND-type-containing 8)","string-db","7955.ENSDARP00000137232/7955.ENSDARP00000120865","physical","txid7955" +"A3KNN8","Q66I53","zgc:162286","zgc:103765","cox11","cox17","COX11 homolog, cytochrome c oxidase assembly protein (Cytochrome c oxidase assembly homolog 11 (yeast)) (Zgc:162286 protein)","COX17 cytochrome c oxidase assembly homolog (S. cerevisiae) (COX17 homolog, cytochrome c oxidase assembly protein) (Cox17 protein) (Cytochrome c oxidase copper chaperone COX17)","string-db","7955.ENSDARP00000119424/7955.ENSDARP00000080966","physical","txid7955" +"Q66I53","Q5RH02","zgc:103765","sco2","cox17","sco2","COX17 cytochrome c oxidase assembly homolog (S. cerevisiae) (COX17 homolog, cytochrome c oxidase assembly protein) (Cox17 protein) (Cytochrome c oxidase copper chaperone COX17)","Protein SCO2 homolog, mitochondrial","string-db","7955.ENSDARP00000123722/7955.ENSDARP00000119424","physical","txid7955" +"A1L252","F1QLR7","ranbp9","c-met","A1L252","met","Ran-binding protein 9 (RanBP9)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000081043","physical","txid7955" +"B8A5X2","F1QE68","si:ch211-232k3.6","Sulfotransferase","chst3a","F1QE68","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000129696/7955.ENSDARP00000081146","physical","txid7955" +"A3KNM1","A0A0R4ITX8","asmt","zgc:171885","A3KNM1","A0A0R4ITX8","Acetylserotonin O-methyltransferase (EC 2.1.1.4) (Acetylserotonin O-methyltransferase isoform X1) (Zgc:162232 protein)","Acetylserotonin O-methyltransferase (Hydroxyindole O-methyltransferase isoform X2)","string-db","7955.ENSDARP00000139933/7955.ENSDARP00000081319","physical","txid7955" +"Q1RLP4","Q4V946","cb453","fj12b07","rab40c","rabggtb","RAB40c, member RAS oncogene family (Ras-related protein Rab-40C)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","string-db","7955.ENSDARP00000090020/7955.ENSDARP00000081481","physical","txid7955" +"E7EXX7","F1QTJ4","Sclerostin","LRP6","E7EXX7","F1QTJ4","Sclerostin","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000081642","physical","txid7955" +"F1RCR6","A3KGU1","trip12","LOC567533","trip12","A3KGU1","E3 ubiquitin-protein ligase TRIP12 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase TRIP12) (Thyroid receptor-interacting protein 12) (TR-interacting protein 12) (TRIP-12)","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000085830/7955.ENSDARP00000082000","physical","txid7955" +"F1RCR6","E9QD73","trip12","Poly [ADP-ribose] polymerase","trip12","tnksa","E3 ubiquitin-protein ligase TRIP12 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase TRIP12) (Thyroid receptor-interacting protein 12) (TR-interacting protein 12) (TRIP-12)","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","string-db","7955.ENSDARP00000117475/7955.ENSDARP00000082000","physical","txid7955" +"E7F5W0","E7EZM1","Non-lysosomal glucosylceramidase","gba1","gba2","gba","Non-lysosomal glucosylceramidase (NLGase) (EC 3.2.1.45)","Glucosylceramidase (EC 3.2.1.45)","string-db","7955.ENSDARP00000098103/7955.ENSDARP00000082125","physical","txid7955" +"F1QAG4","A0A0R4IPF2","Growth-regulating estrogen receptor-binding 1","histone acetyltransferase","greb1","crebbpa","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","histone acetyltransferase (EC 2.3.1.48)","string-db","7955.ENSDARP00000135614/7955.ENSDARP00000115127","physical","txid7955" +"F1QGS9","F1RC43","Beta-glucuronidase","Klotho","gusb","F1RC43","Beta-glucuronidase (EC 3.2.1.31)","Klotho","string-db","7955.ENSDARP00000100445/7955.ENSDARP00000086365","physical","txid7955" +"F1QGS9","Q7ZU32","Beta-glucuronidase","erbeta2","gusb","esr2a","Beta-glucuronidase (EC 3.2.1.31)","Esr2a protein (Estrogen receptor 2a) (Estrogen receptor beta2)","string-db","7955.ENSDARP00000110930/7955.ENSDARP00000086365","physical","txid7955" +"F1QGS9","B8JJL3","Beta-glucuronidase","ER[b]1","gusb","B8JJL3","Beta-glucuronidase (EC 3.2.1.31)","Estrogen receptor 2b (Estrogen receptor beta isoform X2)","string-db","7955.ENSDARP00000118673/7955.ENSDARP00000086365","physical","txid7955" +"E7FF65","A0A0J9YJ98","Calcium uptake protein 3, mitochondrial-like isoform X2","si:ch211-133l11.4","micu3b","smdt1b","Calcium uptake protein 3, mitochondrial-like isoform X2 (Mitochondrial calcium uptake family, member 3b)","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000082292","physical","txid7955" +"E7FF65","Q08BI9","Calcium uptake protein 3, mitochondrial-like isoform X2","mcu","micu3b","Q08BI9","Calcium uptake protein 3, mitochondrial-like isoform X2 (Mitochondrial calcium uptake family, member 3b)","Calcium uniporter protein, mitochondrial","string-db","7955.ENSDARP00000133611/7955.ENSDARP00000082292","physical","txid7955" +"E7FF65","A4IG32","Calcium uptake protein 3, mitochondrial-like isoform X2","micu1","micu3b","micu1","Calcium uptake protein 3, mitochondrial-like isoform X2 (Mitochondrial calcium uptake family, member 3b)","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","string-db","7955.ENSDARP00000149857/7955.ENSDARP00000082292","physical","txid7955" +"Q08BI9","A0A0J9YJ98","mcu","si:ch211-133l11.4","Q08BI9","smdt1b","Calcium uniporter protein, mitochondrial","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","string-db","7955.ENSDARP00000134360/7955.ENSDARP00000133611","physical","txid7955" +"Q08BI9","A4IG32","mcu","micu1","Q08BI9","micu1","Calcium uniporter protein, mitochondrial","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","string-db","7955.ENSDARP00000149857/7955.ENSDARP00000133611","physical","txid7955" +"F1Q5K6","E7F6F7","ATP-binding cassette sub-family B member 10, mitochondrial","abcb7","abcb10","abcb7","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","string-db","7955.ENSDARP00000085602/7955.ENSDARP00000082438","physical","txid7955" +"F1Q5K6","Q5MPX4","ATP-binding cassette sub-family B member 10, mitochondrial","Transferrin receptor protein 1","abcb10","Q5MPX4","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","Transferrin receptor protein 1","string-db","7955.ENSDARP00000137503/7955.ENSDARP00000082438","physical","txid7955" +"F1Q5K6","Q0P436","ATP-binding cassette sub-family B member 10, mitochondrial","tmem14c","abcb10","Q0P436","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","Transmembrane protein 14C","string-db","7955.ENSDARP00000152761/7955.ENSDARP00000082438","physical","txid7955" +"F1Q5K6","Q287T7","ATP-binding cassette sub-family B member 10, mitochondrial","slc25a37","abcb10","slc25a37","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","Mitoferrin-1 (Mitochondrial iron transporter 1) (Protein frascati) (Solute carrier family 25 member 37)","string-db","7955.ENSDARP00000090636/7955.ENSDARP00000082438","physical","txid7955" +"A2BHL9","B7ZCV1","nlgn3a","Neurexin 2a","A2BHL9","nrxn2a","Neuroligin 3b","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000084604","physical","txid7955" +"A2BHL9","F1QZB9","nlgn3a","MAGI-1","A2BHL9","magi1b","Neuroligin 3b","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","string-db","7955.ENSDARP00000094744/7955.ENSDARP00000084604","physical","txid7955" +"F1QX74","B7ZCV1","Neuroligin 2b","Neurexin 2a","F1QX74","nrxn2a","Neuroligin 2b","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000101979","physical","txid7955" +"Q68EI5","A0A0R4IJ74","zgc:92004","nlgn3b","epb41l3a","nlgn3a","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000111490","physical","txid7955" +"Q68EI5","D2X2F9","zgc:92004","Neuroligin 1","epb41l3a","D2X2F9","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000111490","physical","txid7955" +"F1QK81","B7ZCV1","nlgn4a","Neurexin 2a","nlgn4xb","nrxn2a","Neuroligin 4 X-linked b (Neuroligin-4, Y-linked isoform X1)","Neurexin 2a","string-db","7955.ENSDARP00000118463/7955.ENSDARP00000102620","physical","txid7955" +"Q1L966","E7FB74","atxn1b","Ataxin-1-like","atxn1a","E7FB74","Ataxin 1a (Ataxin 1b) (Ataxin-1)","Ataxin-1-like","string-db","7955.ENSDARP00000106551/7955.ENSDARP00000082698","physical","txid7955" +"Q1L966","E7F6Z5","atxn1b","Ataxin 1b","atxn1a","atxn1b","Ataxin 1a (Ataxin 1b) (Ataxin-1)","Ataxin 1b (Ataxin-1)","string-db","7955.ENSDARP00000124202/7955.ENSDARP00000082698","physical","txid7955" +"E7F6Z5","E7EZF3","Ataxin 1b","uhrf1","atxn1b","uhrf1","Ataxin 1b (Ataxin-1)","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","string-db","7955.ENSDARP00000135054/7955.ENSDARP00000124202","physical","txid7955" +"E7F2E3","F1QC03","mfi2","zgc:171680","E7F2E3","zyx","Serotransferrin","Zyxin","string-db","7955.ENSDARP00000113371/7955.ENSDARP00000082836","physical","txid7955" +"E7F2E3","A0A8M9QJ44","mfi2","Extracellular serine/threonine protein kinase FAM20C","E7F2E3","A0A8M9QJ44","Serotransferrin","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000082836","physical","txid7955" +"A3KNL2","Q66I72","si:ch211-89p1.1","JAM","A3KNL2","f11r.1","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule A (Junctional adhesion molecule 1)","string-db","7955.ENSDARP00000099952/7955.ENSDARP00000089087","physical","txid7955" +"A3KNL2","E7FCN5","si:ch211-89p1.1","Integrin beta","A3KNL2","E7FCN5","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Integrin beta","string-db","7955.ENSDARP00000124433/7955.ENSDARP00000089087","physical","txid7955" +"A3KNL2","B0V233","si:ch211-89p1.1","im:7155552","A3KNL2","jam2b","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","string-db","7955.ENSDARP00000102441/7955.ENSDARP00000089087","physical","txid7955" +"A3KNL2","F1QYW3","si:ch211-89p1.1","Junctional adhesion molecule 3a","A3KNL2","jam3a","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","string-db","7955.ENSDARP00000105600/7955.ENSDARP00000089087","physical","txid7955" +"A3KNL2","E7FBB9","si:ch211-89p1.1","tjp2.1","A3KNL2","E7FBB9","Junctional adhesion molecule A (Junctional adhesion molecule 1)","Tight junction protein 2a (zona occludens 2) (Tight junction protein ZO-2 isoform 1)","string-db","7955.ENSDARP00000119264/7955.ENSDARP00000089087","physical","txid7955" +"X1WF41","Q66I67","novopsin-2","ift20","X1WF41","Q66I67","Novopsin-2 (Opsin 6, group member b) (Uncharacterized protein LOC557053)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000128845","physical","txid7955" +"A4FUN8","Q66I67","rh1.2","ift20","rhol","Q66I67","Rhodopsin","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000094748","physical","txid7955" +"A0A8M1PSV3","A0A0R4IL29","Calnexin-like","calr3","A0A8M1PSV3","calr3b","Calnexin-like (Si:ch211-274f20.2)","Calreticulin","string-db","7955.ENSDARP00000135281/7955.ENSDARP00000122942","physical","txid7955" +"A0A8M1PSV3","Q6PE26","Calnexin-like","calr","A0A8M1PSV3","calr3a","Calnexin-like (Si:ch211-274f20.2)","Calreticulin","string-db","7955.ENSDARP00000130666/7955.ENSDARP00000122942","physical","txid7955" +"A2BIC6","E7F123","im:7150907","si:ch211-106j24.1","lap3","si:ch211-106j24.1","Cytosol aminopeptidase (EC 3.4.11.1) (EC 3.4.11.5) (EC 3.4.13.23) (Cysteinylglycine-S-conjugate dipeptidase) (Leucine aminopeptidase 3) (Leucyl aminopeptidase) (Proline aminopeptidase) (Prolyl aminopeptidase)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000130825/7955.ENSDARP00000083458","physical","txid7955" +"A2BIC6","A0A286YAT8","im:7150907","si:ch211-147g22.5","lap3","A0A286YAT8","Cytosol aminopeptidase (EC 3.4.11.1) (EC 3.4.11.5) (EC 3.4.13.23) (Cysteinylglycine-S-conjugate dipeptidase) (Leucine aminopeptidase 3) (Leucyl aminopeptidase) (Proline aminopeptidase) (Prolyl aminopeptidase)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000144282/7955.ENSDARP00000083458","physical","txid7955" +"A2BIC6","E7F2N2","im:7150907","si:ch211-276a23.5","lap3","E7F2N2","Cytosol aminopeptidase (EC 3.4.11.1) (EC 3.4.11.5) (EC 3.4.13.23) (Cysteinylglycine-S-conjugate dipeptidase) (Leucine aminopeptidase 3) (Leucyl aminopeptidase) (Proline aminopeptidase) (Prolyl aminopeptidase)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000107543/7955.ENSDARP00000083458","physical","txid7955" +"E7F2N2","A0A286YAT8","si:ch211-276a23.5","si:ch211-147g22.5","E7F2N2","A0A286YAT8","Aminopeptidase (EC 3.4.11.-)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000144282/7955.ENSDARP00000107543","physical","txid7955" +"E7F2N2","E7F123","si:ch211-276a23.5","si:ch211-106j24.1","E7F2N2","si:ch211-106j24.1","Aminopeptidase (EC 3.4.11.-)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000130825/7955.ENSDARP00000107543","physical","txid7955" +"E7F123","A0A286YAT8","si:ch211-106j24.1","si:ch211-147g22.5","si:ch211-106j24.1","A0A286YAT8","Aminopeptidase (EC 3.4.11.-)","Aminopeptidase (EC 3.4.11.-)","string-db","7955.ENSDARP00000144282/7955.ENSDARP00000130825","physical","txid7955" +"E7FB36","Q58EC4","Potassium voltage-gated channel subfamily H member 4-like isoform X1","kcnab1","kcnh4b","kcnab1a","Potassium voltage-gated channel subfamily H member 4-like isoform X1 (Potassium voltage-gated channel, subfamily H (eag-related), member 4b)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000083475","physical","txid7955" +"F1QLG5","F1QGH7","adnpa","ctnnb1","adnpa","ctnnb1","Activity-dependent neuroprotective protein a (ADNP homeobox protein a)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000083553","physical","txid7955" +"F1QLG4","A1L1P8","Heparan sulfate 2-O-sulfotransferase 1 isoform X1","HS2st1","F1QLG4","hs2st1a","Heparan sulfate 2-O-sulfotransferase 1 isoform X1 (Heparan sulfate 2-O-sulfotransferase 1b)","Heparan sulfate 2-O-sulfotransferase 1 (EC 2.8.2.-)","string-db","7955.ENSDARP00000141275/7955.ENSDARP00000083554","physical","txid7955" +"Q155U0","F1R0A4","vps51","si:ch211-287b5.1","Q155U0","vps50","Vacuolar protein sorting-associated protein 51 homolog (Protein fat-free)","Syndetin isoform X3 (VPS50 EARP/GARPII complex subunit)","string-db","7955.ENSDARP00000101077/7955.ENSDARP00000083577","physical","txid7955" +"Q155U0","E7FAG0","vps51","wu:fb77d11","Q155U0","vps53","Vacuolar protein sorting-associated protein 51 homolog (Protein fat-free)","Vacuolar protein sorting-associated protein 53 homolog","string-db","7955.ENSDARP00000110309/7955.ENSDARP00000083577","physical","txid7955" +"Q155U0","A0A0R4IY52","vps51","Vacuolar protein sorting-associated protein 52 homolog","Q155U0","vps52","Vacuolar protein sorting-associated protein 51 homolog (Protein fat-free)","Vacuolar protein sorting-associated protein 52 homolog","string-db","7955.ENSDARP00000140259/7955.ENSDARP00000083577","physical","txid7955" +"Q1LYQ9","B8JLQ0","fb50g03","lyrm4","nfs1","lyrm4","cysteine desulfurase (EC 2.8.1.7)","LYR motif-containing protein 4","string-db","7955.ENSDARP00000103510/7955.ENSDARP00000084180","physical","txid7955" +"Q1LYQ9","A0A2R8Q8D7","fb50g03","lyrm4","nfs1","si:ch211-152c8.4","cysteine desulfurase (EC 2.8.1.7)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","string-db","7955.ENSDARP00000147532/7955.ENSDARP00000084180","physical","txid7955" +"F1R6L8","F1R7M1","zgc:172194","zgc:110306","F1R6L8","arhgap17a","Rho GTPase-activating protein 17 isoform 2 (Rho GTPase-activating protein 17b)","Rho GTPase-activating protein 17 isoform X1 (Rho GTPase-activating protein 17a)","string-db","7955.ENSDARP00000099577/7955.ENSDARP00000084198","physical","txid7955" +"E7F388","A0A0R4IGE7","EDAR-associated death domain","fls","E7F388","edar","EDAR-associated death domain (Ectodysplasin-A receptor-associated adapter protein isoform X1)","Ectodysplasin A receptor (Tumor necrosis factor receptor superfamily member EDAR precursor)","string-db","7955.ENSDARP00000132540/7955.ENSDARP00000084349","physical","txid7955" +"F1QZB9","F1QK81","MAGI-1","nlgn4a","magi1b","nlgn4xb","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Neuroligin 4 X-linked b (Neuroligin-4, Y-linked isoform X1)","string-db","7955.ENSDARP00000102620/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","F1QGH7","MAGI-1","ctnnb1","magi1b","ctnnb1","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","D2X2F9","MAGI-1","Neuroligin 1","magi1b","D2X2F9","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Neuroligin 1 (Neuroligin-1 isoform X1)","string-db","7955.ENSDARP00000155186/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A8M2BL72","MAGI-1","Angiomotin","magi1b","A0A8M2BL72","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Angiomotin","string-db","7955.ENSDARP00000118215/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A2R8Q8S1","MAGI-1","wu:fa04e08","magi1b","kras","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","small monomeric GTPase (EC 3.6.5.2)","string-db","7955.ENSDARP00000147703/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A2R8QMT1","MAGI-1","synpo","magi1b","synpo","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A8M3AU21","MAGI-1","Neuroligin 2a","magi1b","A0A8M3AU21","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Neuroligin 2a (Neuroligin 2b isoform X1)","string-db","7955.ENSDARP00000111294/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","B8JHU4","MAGI-1","Alpha-actinin-1","magi1b","B8JHU4","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Alpha-actinin-1 (Alpha-actinin cytoskeletal isoform) (F-actin cross-linking protein) (Non-muscle alpha-actinin-1)","string-db","7955.ENSDARP00000123299/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A8M9QH30","MAGI-1","wu:fb53f05","magi1b","A0A8M9QH30","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","Q708S6","MAGI-1","asic1c","magi1b","Q708S6","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Acid-sensing ion channel 1C (ASIC1-C) (Acid-sensing ion channel 1.3-C) (Amiloride-sensitive cation channel 2-C, neuronal-C) (ZASIC1.3)","string-db","7955.ENSDARP00000130223/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","F6PDP0","MAGI-1","Atrophin 1","magi1b","F6PDP0","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Atrophin 1 (Atrophin-1 isoform X1)","string-db","7955.ENSDARP00000116176/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","F1QX74","MAGI-1","Neuroligin 2b","magi1b","F1QX74","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Neuroligin 2b","string-db","7955.ENSDARP00000101979/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","Q8JFU3","MAGI-1","fj98e12","magi1b","Q8JFU3","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Muscle, skeletal receptor tyrosine-protein kinase isoform 3 precursor (EC 2.7.10.1) (Muscle, skeletal, receptor tyrosine kinase) (Novel protein)","string-db","7955.ENSDARP00000139846/7955.ENSDARP00000094744","physical","txid7955" +"F1QZB9","A0A0R4IJ74","MAGI-1","nlgn3b","magi1b","nlgn3a","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","Neuroligin 3a (Neuroligin-3 isoform X1)","string-db","7955.ENSDARP00000143446/7955.ENSDARP00000094744","physical","txid7955" +"F1R3E5","B8A4V9","wu:fe38g11","si:ch211-42i9.8","flcn","si:ch211-42i9.8","Folliculin","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","string-db","7955.ENSDARP00000117463/7955.ENSDARP00000084624","physical","txid7955" +"F1R3E5","A0A0R4IT71","wu:fe38g11","fc45f03","flcn","fnip1","Folliculin","Folliculin-interacting protein 1","string-db","7955.ENSDARP00000140081/7955.ENSDARP00000084624","physical","txid7955" +"B8A4V9","A0A0R4IT71","si:ch211-42i9.8","fc45f03","si:ch211-42i9.8","fnip1","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","Folliculin-interacting protein 1","string-db","7955.ENSDARP00000140081/7955.ENSDARP00000117463","physical","txid7955" +"F1R2T1","A3QJU6","wu:fi19g04","zgc:136923","F1R2T1","A3QJU6","CDC42 effector protein (Rho GTPase-binding) 5 (Cdc42 effector protein 5)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000084654","physical","txid7955" +"B0V2S9","A0A286Y804","ctnnd2","Catenin","ctnnd2b","A0A286Y804","Catenin (cadherin-associated protein), delta 2b (Catenin delta-2)","Catenin (cadherin-associated protein), delta 2a (Catenin delta-2 isoform X1)","string-db","7955.ENSDARP00000143267/7955.ENSDARP00000084725","physical","txid7955" +"B0BLV6","A0A2R8QRQ5","si:dkeyp-7c9.1","ap2","B0BLV6","tfap2a","Kringle-containing protein marking the eye and the nose","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000085117","physical","txid7955" +"B0BLV6","F1QTJ4","si:dkeyp-7c9.1","LRP6","B0BLV6","F1QTJ4","Kringle-containing protein marking the eye and the nose","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000085117","physical","txid7955" +"B8JI71","A0A0R4IXF6","eys","kat2a","B8JI71","kat2a","Protein eyes shut homolog","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","string-db","7955.ENSDARP00000155753/7955.ENSDARP00000144515","physical","txid7955" +"F1RAG3","E7F8N2","Nidogen 1a","Platelet endothelial aggregation receptor 1","F1RAG3","pear1","Nidogen 1a (Nidogen-1 isoform X1)","Platelet endothelial aggregation receptor 1","string-db","7955.ENSDARP00000118126/7955.ENSDARP00000090249","physical","txid7955" +"A0JMM8","B0UYM1","zgc:154020","irg1","A0JMM8","B0UYM1","Immunoresponsive gene 1,-like (Zgc:154020)","Aconitate decarboxylase 1 (Cis-aconitate decarboxylase (EC 4.1.1.6))","string-db","7955.ENSDARP00000121720/7955.ENSDARP00000085591","physical","txid7955" +"A0A8M6YTH1","F1QSR7","si:ch211-192n14.2","si:ch211-69i14.7","A0A8M6YTH1","F1QSR7","Pannexin","Pannexin","string-db","7955.ENSDARP00000088509/7955.ENSDARP00000086155","physical","txid7955" +"F1QSR7","A0A0R4IAT9","si:ch211-69i14.7","si:ch211-112l17.2","F1QSR7","A0A0R4IAT9","Pannexin","Stromal interaction molecule 1 isoform X1 (Stromal interaction molecule 1b)","string-db","7955.ENSDARP00000131780/7955.ENSDARP00000088509","physical","txid7955" +"F1QF89","F1Q8R9","pomt1","pomt2","F1QF89","pomt2","Protein O-mannosyl-transferase 1 (EC 2.4.1.109)","Protein O-mannosyl-transferase 2 (EC 2.4.1.109)","string-db","7955.ENSDARP00000111637/7955.ENSDARP00000086435","physical","txid7955" +"E0CZJ3","Q7SYK0","FEEL-1","chid1","E0CZJ3","Q7SYK0","FEEL-1 (Stabilin 1) (Stabilin-1 precursor)","Chitinase domain-containing protein 1","string-db","7955.ENSDARP00000129029/7955.ENSDARP00000086483","physical","txid7955" +"F1QDN6","F6NQA9","fc35d05","Lysophospholipid acyltransferase 2 isoform X1","agpat5","mboat2a","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","string-db","7955.ENSDARP00000115425/7955.ENSDARP00000086538","physical","txid7955" +"F1QDN6","A0A0R4IZC9","fc35d05","fc11c04","agpat5","mboat1","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","string-db","7955.ENSDARP00000141143/7955.ENSDARP00000086538","physical","txid7955" +"F1QDN6","Q7ZWC9","fc35d05","wu:fa16h03","agpat5","agpat3","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","string-db","7955.ENSDARP00000100307/7955.ENSDARP00000086538","physical","txid7955" +"F1QDN6","Q6NYV8","fc35d05","lclat1","agpat5","lclat1","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000086538","physical","txid7955" +"F1QDN6","A0JMM2","fc35d05","zgc:153984","agpat5","agpat2","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","string-db","7955.ENSDARP00000131892/7955.ENSDARP00000086538","physical","txid7955" +"F6NQA9","A0A0R4IZC9","Lysophospholipid acyltransferase 2 isoform X1","fc11c04","mboat2a","mboat1","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","string-db","7955.ENSDARP00000141143/7955.ENSDARP00000115425","physical","txid7955" +"F6NQA9","A0JMM2","Lysophospholipid acyltransferase 2 isoform X1","zgc:153984","mboat2a","agpat2","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","string-db","7955.ENSDARP00000131892/7955.ENSDARP00000115425","physical","txid7955" +"F6NQA9","Q6NYV8","Lysophospholipid acyltransferase 2 isoform X1","lclat1","mboat2a","lclat1","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000115425","physical","txid7955" +"A0JMM2","Q6NYV8","zgc:153984","lclat1","agpat2","lclat1","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","string-db","7955.ENSDARP00000138738/7955.ENSDARP00000131892","physical","txid7955" +"A0JMM2","A0A0R4IZC9","zgc:153984","fc11c04","agpat2","mboat1","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","string-db","7955.ENSDARP00000141143/7955.ENSDARP00000131892","physical","txid7955" +"Q08C36","Q5U7D2","fc37e06","im:7141548","extl2","extl3","Exostosin-like 2 (EC 2.4.1.223) (Exostosin-like glycosyltransferase 2) (Exotoses (Multiple)-like 2)","Exostoses (Multiple)-like 3 (Exostosin-like 3 (EC 2.4.1.223)) (Exostosin-like glycosyltransferase 3)","string-db","7955.ENSDARP00000124029/7955.ENSDARP00000086549","physical","txid7955" +"Q5U7D2","A0A0R4IR84","im:7141548","fj47c03","extl3","ndst1b","Exostoses (Multiple)-like 3 (Exostosin-like 3 (EC 2.4.1.223)) (Exostosin-like glycosyltransferase 3)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","string-db","7955.ENSDARP00000137017/7955.ENSDARP00000124029","physical","txid7955" +"A0JMP2","Q6P2B0","zgc:154091","fc05d09","ppm1la","vapb","protein-serine/threonine phosphatase (EC 3.1.3.16)","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","string-db","7955.ENSDARP00000094134/7955.ENSDARP00000086614","physical","txid7955" +"A0JMP2","Q5M7Y0","zgc:154091","cert1","ppm1la","Q5M7Y0","protein-serine/threonine phosphatase (EC 3.1.3.16)","Ceramide transfer protein (CERT) (Collagen type IV alpha-3-binding protein) (Goodpasture antigen-binding protein) (GPBP)","string-db","7955.ENSDARP00000124594/7955.ENSDARP00000086614","physical","txid7955" +"Q08CD5","Q0PIP5","rxylt1","zgc:162829","Q08CD5","fkrp","Ribitol-5-phosphate xylosyltransferase 1 (EC 2.4.2.61) (Transmembrane protein 5) (UDP-D-xylose:ribitol-5-phosphate beta1,4-xylosyltransferase)","Ribitol-5-phosphate transferase","string-db","7955.ENSDARP00000133750/7955.ENSDARP00000087080","physical","txid7955" +"A3KNA7","A1L1N5","srebf2","hnf1ba","A3KNA7","A1L1N5","Sterol regulatory element-binding protein 2 (SREBP-2) (Sterol regulatory element-binding transcription factor 2) [Cleaved into: Processed sterol regulatory element-binding protein 2 (Transcription factor SREBF2)]","Hepatocyte nuclear factor 1-beta-A (HNF-1-beta-A) (HNF-1B-A) (Hepatocyte nuclear factor 1-beta-2) (HNF-1B-2) (Transcription factor 2) (TCF-2) (Variant hepatic nuclear factor 1) (vHNF1)","string-db","7955.ENSDARP00000119593/7955.ENSDARP00000087122","physical","txid7955" +"A3KNA7","A0A0R4IMZ8","srebf2","wu:fc12b10","A3KNA7","A0A0R4IMZ8","Sterol regulatory element-binding protein 2 (SREBP-2) (Sterol regulatory element-binding transcription factor 2) [Cleaved into: Processed sterol regulatory element-binding protein 2 (Transcription factor SREBF2)]","Importin subunit beta-1 (Karyopherin (importin) beta 1)","string-db","7955.ENSDARP00000135519/7955.ENSDARP00000087122","physical","txid7955" +"A3KNA7","E9QEH6","srebf2","Sterol regulatory element-binding protein cleavage-activating protein","A3KNA7","scap","Sterol regulatory element-binding protein 2 (SREBP-2) (Sterol regulatory element-binding transcription factor 2) [Cleaved into: Processed sterol regulatory element-binding protein 2 (Transcription factor SREBF2)]","Sterol regulatory element-binding protein cleavage-activating protein","string-db","7955.ENSDARP00000121892/7955.ENSDARP00000087122","physical","txid7955" +"A3KNA7","P52160","srebf2","myca","A3KNA7","P52160","Sterol regulatory element-binding protein 2 (SREBP-2) (Sterol regulatory element-binding transcription factor 2) [Cleaved into: Processed sterol regulatory element-binding protein 2 (Transcription factor SREBF2)]","Transcriptional regulator Myc-A (c-Myc-A) (zc-Myc)","string-db","7955.ENSDARP00000100455/7955.ENSDARP00000087122","physical","txid7955" +"A3KNA7","P79734","srebf2","tp53","A3KNA7","tp53","Sterol regulatory element-binding protein 2 (SREBP-2) (Sterol regulatory element-binding transcription factor 2) [Cleaved into: Processed sterol regulatory element-binding protein 2 (Transcription factor SREBF2)]","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000087122","physical","txid7955" +"E7FEH9","Q7ZVK8","Astrocytic phosphoprotein PEA-15","ERK1","pea15","mapk3","Astrocytic phosphoprotein PEA-15 (15 kDa phosphoprotein enriched in astrocytes)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000094521/7955.ENSDARP00000087123","physical","txid7955" +"X1WER2","F1QHN6","uba5","im:7042025","uba5","ubc","Ubiquitin-like modifier-activating enzyme 5 (Ubiquitin-activating enzyme 5) (UFM1-activating enzyme)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000087478","physical","txid7955" +"X1WER2","A0A0N4SUD2","uba5","Ubi-p63E","uba5","ubb","Ubiquitin-like modifier-activating enzyme 5 (Ubiquitin-activating enzyme 5) (UFM1-activating enzyme)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000087478","physical","txid7955" +"X1WER2","Q7SXA3","uba5","zgc:66168","uba5","rps27a","Ubiquitin-like modifier-activating enzyme 5 (Ubiquitin-activating enzyme 5) (UFM1-activating enzyme)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000087478","physical","txid7955" +"E7F2W8","F1QTJ4","ANTXR cell adhesion molecule 1c","LRP6","E7F2W8","F1QTJ4","ANTXR cell adhesion molecule 1c (Anthrax toxin receptor 1 isoform X1)","Low density lipoprotein receptor-related protein 5 (Low-density lipoprotein receptor-related protein 5 isoform X1)","string-db","7955.ENSDARP00000108864/7955.ENSDARP00000087545","physical","txid7955" +"Q08BB1","A0A0R4IJX1","gfm1","FAST kinase domain-containing protein 3, mitochondrial","gfm1","A0A0R4IJX1","Elongation factor G, mitochondrial (EF-Gmt) (Elongation factor G 1, mitochondrial) (mEF-G 1) (Elongation factor G1)","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000087584","physical","txid7955" +"F1Q4N9","Q1LYG0","ADAM metallopeptidase domain 19b","sh3pxd2a","adam19b","Q1LYG0","ADAM metallopeptidase domain 19b (Disintegrin and metalloproteinase domain-containing protein 19)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000087985","physical","txid7955" +"A8C5J1","F1R5R4","KiSS-1 metastasis suppressor","kissr2","A8C5J1","kiss1ra","KiSS-1 metastasis suppressor (Kisspeptin)","KISS1 receptor a (Kisspeptin receptor 2)","string-db","7955.ENSDARP00000107676/7955.ENSDARP00000099735","physical","txid7955" +"B6ZIV2","F1R5R4","KiSS2","kissr2","B6ZIV2","kiss1ra","Kisspeptin (Kisspeptin 2 precursor) (Kisspeptin isoform 2)","KISS1 receptor a (Kisspeptin receptor 2)","string-db","7955.ENSDARP00000107676/7955.ENSDARP00000098871","physical","txid7955" +"E7FC95","Q7ZZB1","dnm1","si:bz36d5.4","dnm1b","snx9a","dynamin GTPase (EC 3.6.5.5)","Sorting nexin","string-db","7955.ENSDARP00000095249/7955.ENSDARP00000088100","physical","txid7955" +"E7FC95","A0A0R4IIR1","dnm1","dnm2","dnm1b","dnm2a","dynamin GTPase (EC 3.6.5.5)","dynamin GTPase (EC 3.6.5.5)","string-db","7955.ENSDARP00000134807/7955.ENSDARP00000088100","physical","txid7955" +"F1QXB4","A1L200","ftr84","zgc:110542","F1QXB4","A1L200","FinTRIM family, member 99 (Tripartite motif-containing protein 16)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000088483","physical","txid7955" +"F1QXB4","A2BIR4","ftr84","UBE2L3","F1QXB4","ube2l3b","FinTRIM family, member 99 (Tripartite motif-containing protein 16)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000088483","physical","txid7955" +"A3KP59","B0UXK0","riox1","phf13","A3KP59","phf19","Ribosomal oxygenase 1 (Bifunctional lysine-specific demethylase and histidyl-hydroxylase NO66) (EC 1.14.11.27, EC 1.14.11.79) (Histone lysine demethylase NO66)","PHD finger protein 19","string-db","7955.ENSDARP00000118843/7955.ENSDARP00000088500","physical","txid7955" +"F1QUJ1","E7F737","deltex3","dvl3","dtx3","dvl3b","E3 ubiquitin-protein ligase (EC 2.3.2.27)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","string-db","7955.ENSDARP00000141947/7955.ENSDARP00000110688","physical","txid7955" +"E7FA76","A4FUN7","WD repeat domain 20a","usp12a","E7FA76","usp12a","WD repeat domain 20a (WD repeat-containing protein 20)","Ubiquitin carboxyl-terminal hydrolase 12A (EC 3.4.19.12) (Deubiquitinating enzyme 12A) (Ubiquitin thioesterase 12A) (Ubiquitin-specific-processing protease 12A)","string-db","7955.ENSDARP00000103890/7955.ENSDARP00000098826","physical","txid7955" +"B0S5N0","A2BIR4","sb:cb790","UBE2L3","B0S5N0","ube2l3b","FinTRIM family, member 83","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000089018","physical","txid7955" +"B0S5N0","A1L200","sb:cb790","zgc:110542","B0S5N0","A1L200","FinTRIM family, member 83","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000089018","physical","txid7955" +"F1QFU9","E7FBC7","zgc:153024","Dipeptidase","F1QFU9","dpep2","Dipeptidase (EC 3.4.13.19)","Dipeptidase (EC 3.4.13.19)","string-db","7955.ENSDARP00000098728/7955.ENSDARP00000089201","physical","txid7955" +"E7F6D6","A9JRG9","si:ch1073-174d20.2","si:ch211-12e1.4","si:ch1073-174d20.2","A9JRG9","AFG3-like protein 1 (Si:ch1073-174d20.2)","AFG3-like AAA ATPase 2 (AFG3-like protein 2) (Si:ch211-12e1.4 protein)","string-db","7955.ENSDARP00000138163/7955.ENSDARP00000127080","physical","txid7955" +"A4QNX5","Q7SXA3","Ubiquitin-conjugating enzyme E2 D4","zgc:66168","ube2d4","rps27a","Ubiquitin-conjugating enzyme E2 D4 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 4 (putative)) (Zgc:162263 protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000089210","physical","txid7955" +"A4QNX5","F1QHN6","Ubiquitin-conjugating enzyme E2 D4","im:7042025","ube2d4","ubc","Ubiquitin-conjugating enzyme E2 D4 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 4 (putative)) (Zgc:162263 protein)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000089210","physical","txid7955" +"A4QNX5","A0A0N4SUD2","Ubiquitin-conjugating enzyme E2 D4","Ubi-p63E","ube2d4","ubb","Ubiquitin-conjugating enzyme E2 D4 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 4 (putative)) (Zgc:162263 protein)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000089210","physical","txid7955" +"A0JMN2","A3KPZ2","Carnitine O-acetyltransferase-like","crat","-","cratb","Carnitine O-acetyltransferase-like (Zgc:154046)","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","string-db","7955.ENSDARP00000156410/7955.ENSDARP00000089338","physical","txid7955" +"A0JMN2","Q642H6","Carnitine O-acetyltransferase-like","zgc:92317","-","Q642H6","Carnitine O-acetyltransferase-like (Zgc:154046)","Carnitine O-acetyltransferase (EC 2.3.1.7) (Zgc:92317)","string-db","7955.ENSDARP00000146631/7955.ENSDARP00000089338","physical","txid7955" +"Q90WW1","A8E5K6","nanos3","wu:fe49a05","Q90WW1","cnot8","Nanos homolog 3","poly(A)-specific ribonuclease (EC 3.1.13.4)","string-db","7955.ENSDARP00000147629/7955.ENSDARP00000089386","physical","txid7955" +"B0UYR0","Q9I8N6","csf1-2","csf1r","B0UYR0","Q9I8N6","Colony-stimulating factor 1b (macrophage) (Macrophage colony-stimulating factor 2 isoform X1) (Macrophage colony-stimulating factor-2)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000089407","physical","txid7955" +"B0UYR0","A0A8M9QJ44","csf1-2","Extracellular serine/threonine protein kinase FAM20C","B0UYR0","A0A8M9QJ44","Colony-stimulating factor 1b (macrophage) (Macrophage colony-stimulating factor 2 isoform X1) (Macrophage colony-stimulating factor-2)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000089407","physical","txid7955" +"B0UYR0","B3DLJ8","csf1-2","si:ch211-239j19.3","B0UYR0","B3DLJ8","Colony-stimulating factor 1b (macrophage) (Macrophage colony-stimulating factor 2 isoform X1) (Macrophage colony-stimulating factor-2)","Interleukin 34 (Interleukin-34 precursor) (Si:ch211-239j19.3 protein)","string-db","7955.ENSDARP00000107243/7955.ENSDARP00000089407","physical","txid7955" +"B3DLJ8","Q9I8N6","si:ch211-239j19.3","csf1r","B3DLJ8","Q9I8N6","Interleukin 34 (Interleukin-34 precursor) (Si:ch211-239j19.3 protein)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000107243","physical","txid7955" +"Q7ZW34","Q5TYT1","cntn5","nrcam","Q7ZW34","nrcama","Contactin-5","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","string-db","7955.ENSDARP00000112170/7955.ENSDARP00000089412","physical","txid7955" +"A5D6U9","E7FGA4","Neuregulin 2a","NRG2b","A5D6U9","nrg2b","Neuregulin 2a (Pro-neuregulin-2, membrane-bound isoform) (Zgc:162973 protein)","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","string-db","7955.ENSDARP00000108874/7955.ENSDARP00000089467","physical","txid7955" +"A3KPS3","F1QN44","si:ch211-278n20.1","dap12","sema6dl","F1QN44","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D,-like (Semaphorin 6D-L) (Semaphorin-6D precursor)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000089561","physical","txid7955" +"A3KPS3","E7F150","si:ch211-278n20.1","CMRF35-like molecule 8","sema6dl","E7F150","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D,-like (Semaphorin 6D-L) (Semaphorin-6D precursor)","CMRF35-like molecule 8 (Si:ch211-114l13.12)","string-db","7955.ENSDARP00000107085/7955.ENSDARP00000089561","physical","txid7955" +"A2BGT8","A0A0R4IT86","fat","cb33","fat1a","kirrel3l","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","string-db","7955.ENSDARP00000139126/7955.ENSDARP00000112805","physical","txid7955" +"A2BGT8","F1QGH7","fat","ctnnb1","fat1a","ctnnb1","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000112805","physical","txid7955" +"A2BGT8","A0A2R8QMT1","fat","synpo","fat1a","synpo","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","Synaptopodin","string-db","7955.ENSDARP00000156813/7955.ENSDARP00000112805","physical","txid7955" +"F1QJ79","A3QJU6","Dedicator of cytokinesis 8","zgc:136923","dock8","A3QJU6","Dedicator of cytokinesis 8 (Dedicator of cytokinesis protein 8 isoform X1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000089794","physical","txid7955" +"F1QJ79","Q7ZSZ9","Dedicator of cytokinesis 8","rac1","dock8","rac1a","Dedicator of cytokinesis 8 (Dedicator of cytokinesis protein 8 isoform X1)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","string-db","7955.ENSDARP00000096950/7955.ENSDARP00000089794","physical","txid7955" +"B0V1A9","B3DJV8","zgc:154105","LOC569270","fancc","B3DJV8","FA complementation group C (Fanconi anemia group C protein isoform X1)","Centromere protein S","string-db","7955.ENSDARP00000094265/7955.ENSDARP00000089800","physical","txid7955" +"B0V1A9","E7F1X6","zgc:154105","si:ch73-362i18.3","fancc","cenpx","FA complementation group C (Fanconi anemia group C protein isoform X1)","Centromere protein X","string-db","7955.ENSDARP00000109030/7955.ENSDARP00000089800","physical","txid7955" +"B0V1A9","U3JAR8","zgc:154105","si:dkey-57h18.1","fancc","faap100","FA complementation group C (Fanconi anemia group C protein isoform X1)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","string-db","7955.ENSDARP00000127337/7955.ENSDARP00000089800","physical","txid7955" +"B0V1A9","F8W4Z6","zgc:154105","fb60a10","fancc","porb","FA complementation group C (Fanconi anemia group C protein isoform X1)","NADPH--cytochrome P450 reductase (CPR) (P450R) (EC 1.6.2.4)","string-db","7955.ENSDARP00000123832/7955.ENSDARP00000089800","physical","txid7955" +"Q6DGU2","A0A8N7TAE1","zgc:92772","TBC1 domain family member 14 isoform X1","rab11bb","A0A8N7TAE1","Ras-related protein Rab-11B","TBC1 domain family member 14 isoform X1 (TBC1 domain family, member 14)","string-db","7955.ENSDARP00000121985/7955.ENSDARP00000111631","physical","txid7955" +"Q6DGU2","A0A0R4ID81","zgc:92772","RAB11 family-interacting protein 2","rab11bb","A0A0R4ID81","Ras-related protein Rab-11B","RAB11 family-interacting protein 2 (class I) (Rab11 family-interacting protein 2 isoform X1)","string-db","7955.ENSDARP00000132386/7955.ENSDARP00000111631","physical","txid7955" +"Q6DGU2","Q58EK5","zgc:92772","tdrd1","rab11bb","Q58EK5","Ras-related protein Rab-11B","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000111631","physical","txid7955" +"Q6DGU2","A0A0G2KQ55","zgc:92772","rab11fip5b","rab11bb","A0A0G2KQ55","Ras-related protein Rab-11B","Rab11 family-interacting protein 5-like","string-db","7955.ENSDARP00000134520/7955.ENSDARP00000111631","physical","txid7955" +"Q6DGU2","E9QIB7","zgc:92772","non-specific serine/threonine protein kinase","rab11bb","ulk1b","Ras-related protein Rab-11B","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000113763/7955.ENSDARP00000111631","physical","txid7955" +"B3DJR5","O13168","si:ch211-81i17.1","tle3b","tle2a","tle3b","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","Transducin-like enhancer protein 3-B (Protein groucho-1)","string-db","7955.ENSDARP00000143498/7955.ENSDARP00000117865","physical","txid7955" +"Q800Q5","F1R405","tcf7l1b","si:ch73-15j19.1","Q800Q5","bcl9","Transcription factor 7-like 1-B (HMG box transcription factor 3-B) (TCF-3-B)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","string-db","7955.ENSDARP00000152762/7955.ENSDARP00000148053","physical","txid7955" +"F8W4A8","A0A2R8QRQ5","Otoferlin b","ap2","otofb","tfap2a","Otoferlin b (Otoferlin isoform X1)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000123935","physical","txid7955" +"Q5SPC5","A0A2R8QRQ5","otof","ap2","otof","tfap2a","Otoferlin (Fer-1-like protein 2)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","string-db","7955.ENSDARP00000157668/7955.ENSDARP00000118166","physical","txid7955" +"A0A8M2BKU4","A0A0R4IFI0","depdc6","Regulatory-associated protein of MTOR, complex 1","A0A8M2BKU4","A0A0R4IFI0","DEP domain-containing MTOR-interacting protein","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000123498","physical","txid7955" +"A0A8M2BKU4","E7EY34","depdc6","AKT1 substrate 1","A0A8M2BKU4","akt1s1","DEP domain-containing MTOR-interacting protein","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000123498","physical","txid7955" +"Q1LUD0","P79734","si:dkey-192l17.2","tp53","ifrd1","tp53","Interferon-related developmental regulator 1","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000090241","physical","txid7955" +"A0A8M9PQ80","B1PBZ7","cb511","Protein sprouty homolog 1","A0A8M9PQ80","B1PBZ7","Protein sprouty homolog 4 (Sprouty homolog 4 (Drosophila))","Protein sprouty homolog 1","string-db","7955.ENSDARP00000135575/7955.ENSDARP00000090302","physical","txid7955" +"A3KNF9","Q7T356","RAP1 GTPase-activating protein 2a","ywhabb","A3KNF9","Q7T356","RAP1 GTPase-activating protein 2a (Rap1 GTPase-activating protein 2 isoform 2) (Rap1 GTPase-activating protein 2 isoform X12) (Zgc:153898 protein)","14-3-3 protein beta/alpha-B","string-db","7955.ENSDARP00000101100/7955.ENSDARP00000090668","physical","txid7955" +"B3DJD2","Q58EC4","LOC565419","kcnab1","B3DJD2","kcnab1a","Potassium voltage-gated channel subfamily C member 1 (Potassium voltage-gated channel, Shaw-related subfamily, member 1a) (Similar to voltage-gated potassium channel type 3)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000090707","physical","txid7955" +"Q7ZUW2","A0A0G2KDW7","hyou1","si:ch211-195b11.7","Q7ZUW2","sil1","Hypoxia up-regulated protein 1","Nucleotide exchange factor SIL1","string-db","7955.ENSDARP00000130483/7955.ENSDARP00000090804","physical","txid7955" +"Q7ZUW2","B8JLR1","hyou1","wu:fb70d03","Q7ZUW2","pdcd6ip","Hypoxia up-regulated protein 1","Programmed cell death 6-interacting protein","string-db","7955.ENSDARP00000121990/7955.ENSDARP00000090804","physical","txid7955" +"F1QWE6","F1R480","Plakophilin 3b","Desmoglein-2","pkp3b","F1R480","Plakophilin 3b (Plakophilin-3-like)","Desmoglein-2 (Si:ch73-74h11.1)","string-db","7955.ENSDARP00000119724/7955.ENSDARP00000101802","physical","txid7955" +"F1QWE6","A0A8M2BID5","Plakophilin 3b","dspa","pkp3b","A0A8M2BID5","Plakophilin 3b (Plakophilin-3-like)","Desmoplakin-A (Desmoplakin isoform X2)","string-db","7955.ENSDARP00000123859/7955.ENSDARP00000101802","physical","txid7955" +"F1QWE6","E9QHT9","Plakophilin 3b","fk24g11","pkp3b","perp","Plakophilin 3b (Plakophilin-3-like)","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","string-db","7955.ENSDARP00000118851/7955.ENSDARP00000101802","physical","txid7955" +"Q29RA0","E7FEV9","Galectin","Hepatitis A virus cellular receptor 1 homolog isoform X1","Q29RA0","E7FEV9","Galectin","Hepatitis A virus cellular receptor 1 homolog isoform X1 (Hepatitis A virus cellular receptor 2)","string-db","7955.ENSDARP00000112142/7955.ENSDARP00000090958","physical","txid7955" +"E7FEV9","E9QDP8","Hepatitis A virus cellular receptor 1 homolog isoform X1","il-7ra","E7FEV9","il7r","Hepatitis A virus cellular receptor 1 homolog isoform X1 (Hepatitis A virus cellular receptor 2)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","string-db","7955.ENSDARP00000119705/7955.ENSDARP00000112142","physical","txid7955" +"E7FEV9","Q6NX86","Hepatitis A virus cellular receptor 1 homolog isoform X1","HMGB1","E7FEV9","hmgb1a","Hepatitis A virus cellular receptor 1 homolog isoform X1 (Hepatitis A virus cellular receptor 2)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000112142","physical","txid7955" +"E7FEV9","Q1RLY5","Hepatitis A virus cellular receptor 1 homolog isoform X1","zgc:136695","E7FEV9","lck","Hepatitis A virus cellular receptor 1 homolog isoform X1 (Hepatitis A virus cellular receptor 2)","Tyrosine-protein kinase (EC 2.7.10.2)","string-db","7955.ENSDARP00000131919/7955.ENSDARP00000112142","physical","txid7955" +"A0A8M1P943","E7FGL0","cry1ba","Tim","A0A8M1P943","timeless","Cryptochrome circadian regulator 3a (Cryptochrome-1 isoform 2) (Cryptochrome-1 isoform X1)","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000090995","physical","txid7955" +"A0A8M1P943","Q5RIV1","cry1ba","clock","A0A8M1P943","clocka","Cryptochrome circadian regulator 3a (Cryptochrome-1 isoform 2) (Cryptochrome-1 isoform X1)","Circadian locomoter output cycles protein kaput","string-db","7955.ENSDARP00000126787/7955.ENSDARP00000090995","physical","txid7955" +"A8WG14","F1QM89","Uncharacterized protein LOC799440 precursor","sc:d0645","-","F1QM89","Uncharacterized protein LOC799440 precursor (Zgc:172120)","CD276 antigen isoform X1 (CD276 antigen precursor) (CD276 molecule)","string-db","7955.ENSDARP00000123693/7955.ENSDARP00000091287","physical","txid7955" +"A5WWI5","A0A8M9QJ44","fb60d10","Extracellular serine/threonine protein kinase FAM20C","A5WWI5","A0A8M9QJ44","Alpha-2-HS-glycoprotein 2 (Si:ch73-252g14.4)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000091498","physical","txid7955" +"F1QFV1","Q1LWS2","Cortactin-binding protein 2","fk96b08","F1QFV1","Q1LWS2","Cortactin-binding protein 2","Hematopoietic cell-specific Lyn substrate 1 (Uncharacterized protein LOC563056)","string-db","7955.ENSDARP00000119144/7955.ENSDARP00000091516","physical","txid7955" +"E7F2R6","E7F116","C-type lectin domain family 4 member K-like","zgc:175131","E7F2R6","E7F116","C-type lectin domain family 4 member K-like (Si:ch73-122g19.1)","Mucin 13b, cell surface associated precursor (Mucin 13b, cell surface-associated)","string-db","7955.ENSDARP00000102897/7955.ENSDARP00000091556","physical","txid7955" +"E7F2R6","B8JM30","C-type lectin domain family 4 member K-like","C-type lectin domain family 4 member E","E7F2R6","B8JM30","C-type lectin domain family 4 member K-like (Si:ch73-122g19.1)","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000091556","physical","txid7955" +"E7F2R6","E7F7A0","C-type lectin domain family 4 member K-like","Flocculation protein FLO11 isoform X3","E7F2R6","E7F7A0","C-type lectin domain family 4 member K-like (Si:ch73-122g19.1)","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","string-db","7955.ENSDARP00000108535/7955.ENSDARP00000091556","physical","txid7955" +"E7F2R6","E7FG10","C-type lectin domain family 4 member K-like","Si:ch73-105b23.6","E7F2R6","E7FG10","C-type lectin domain family 4 member K-like (Si:ch73-122g19.1)","Si:ch73-105b23.6","string-db","7955.ENSDARP00000112490/7955.ENSDARP00000091556","physical","txid7955" +"E7F2R6","X1WBL9","C-type lectin domain family 4 member K-like","Mucin 5.1, oligomeric mucus/gel-forming","E7F2R6","X1WBL9","C-type lectin domain family 4 member K-like (Si:ch73-122g19.1)","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000091556","physical","txid7955" +"Q9W6G6","Q8QFX6","sema3d","nrp1a","Q9W6G6","Q8QFX6","Semaphorin-3D (Semaphorin-2) (Semaphorin-Z2) (Sema Z2)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000091966","physical","txid7955" +"A3KQ92","E7F7R0","syt1b","Proline-rich transmembrane protein 2","A3KQ92","prrt2","Synaptotagmin","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000092016","physical","txid7955" +"A3KQ92","B7ZV62","syt1b","nsf","A3KQ92","nsfa","Synaptotagmin","Vesicle-fusing ATPase (EC 3.6.4.6)","string-db","7955.ENSDARP00000093817/7955.ENSDARP00000092016","physical","txid7955" +"A2RRV6","E7EXM9","zgc:158350","mex3a","mex3b","E7EXM9","Mex-3 RNA-binding family member B (RNA-binding protein MEX3B) (Zgc:158350)","Mex-3 RNA binding family member A (RNA-binding protein MEX3A)","string-db","7955.ENSDARP00000098515/7955.ENSDARP00000092311","physical","txid7955" +"E7F7T1","A0A0R4IZT6","Protein phosphatase 1 regulatory subunit 1B","ppp1cc","ppp1r1b","ppp1cc","Protein phosphatase 1 regulatory subunit 1B (DARPP-32) (Dopamine- and cAMP-regulated neuronal phosphoprotein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","string-db","7955.ENSDARP00000141959/7955.ENSDARP00000092432","physical","txid7955" +"E7F7T1","A3KMS9","Protein phosphatase 1 regulatory subunit 1B","zgc:158799","ppp1r1b","prkacaa","Protein phosphatase 1 regulatory subunit 1B (DARPP-32) (Dopamine- and cAMP-regulated neuronal phosphoprotein)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","string-db","7955.ENSDARP00000135348/7955.ENSDARP00000092432","physical","txid7955" +"E7F7S9","A0A8M9Q6N4","non-specific serine/threonine protein kinase","non-specific serine/threonine protein kinase","E7F7S9","A0A8M9Q6N4","non-specific serine/threonine protein kinase (EC 2.7.11.1)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","string-db","7955.ENSDARP00000128186/7955.ENSDARP00000092441","physical","txid7955" +"B0UYA0","E9QHF3","si:dkey-57b6.3","fb02f11","B0UYA0","synj1","SH3 domain-binding protein 4 (SH3-domain binding protein 4 isoform X1)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000092459","physical","txid7955" +"B0UYA0","Q1JPZ3","si:dkey-57b6.3","src","B0UYA0","Q1JPZ3","SH3 domain-binding protein 4 (SH3-domain binding protein 4 isoform X1)","Proto-oncogene tyrosine-protein kinase Src (EC 2.7.10.2) (Proto-oncogene c-Src) (pp60c-src) (p60-Src)","string-db","7955.ENSDARP00000093618/7955.ENSDARP00000092459","physical","txid7955" +"B0UYA0","A0A0R4IDU4","si:dkey-57b6.3","z-numb","B0UYA0","A0A0R4IDU4","SH3 domain-binding protein 4 (SH3-domain binding protein 4 isoform X1)","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000092459","physical","txid7955" +"F1Q6H8","Q58EK5","zgc:171493","tdrd1","dnali1","Q58EK5","Axonemal dynein light intermediate polypeptide 1 (Inner dynein arm light chain, axonemal)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000092673","physical","txid7955" +"Q6DGL6","F1QGH7","sox1a","ctnnb1","sox1a","ctnnb1","Transcription factor Sox-1a","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000092797","physical","txid7955" +"F1R369","A0A8M9QJ44","Reticulocalbin 1, EF-hand calcium-binding domain","Extracellular serine/threonine protein kinase FAM20C","rcn1","A0A8M9QJ44","Reticulocalbin 1, EF-hand calcium-binding domain (Reticulocalbin-1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000093139","physical","txid7955" +"F1R238","A0A1D5NT24","hm:zeh0225","adam10","F1R238","adam10a","Secreted frizzled-related protein 2","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","string-db","7955.ENSDARP00000142998/7955.ENSDARP00000093275","physical","txid7955" +"Q0P7H3","Q6KC13","siat 8E","siat 8A","Q0P7H3","st8sia1","Alpha 2,8-sialyltransferase ST8Sia V (Alpha-2,8-sialyltransferase 8E isoform 1) (ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 5)","Alpha-N-acetylneuraminide alpha-2,8-sialyltransferase (EC 2.4.3.8) (Alpha-2,8-sialyltransferase 8A) (Ganglioside GD3 synthase) (Sialyltransferase 8A) (Sialyltransferase St8Sia I)","string-db","7955.ENSDARP00000136671/7955.ENSDARP00000093315","physical","txid7955" +"Q8JGW0","A0A2R8Q0D8","thbs4b","Platelet-derived growth factor subunit B","Q8JGW0","A0A2R8Q0D8","Thrombospondin-4-B (Thbs4-B)","Platelet-derived growth factor subunit B (PDGF-2) (Platelet-derived growth factor B chain) (Platelet-derived growth factor beta polypeptide)","string-db","7955.ENSDARP00000146623/7955.ENSDARP00000093348","physical","txid7955" +"A5PEY8","A3QJU6","pak6","zgc:136923","A5PEY8","A3QJU6","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000113873","physical","txid7955" +"Q9DES8","A0A0R4INA6","glyR beta","gpgb1","Q9DES8","A0A0R4INA6","Glycine receptor betaZ subunit (Glycine receptor, beta a) (Gylcine receptor, beta a precursor)","Gephyrin a (Gephyrin isoform X7)","string-db","7955.ENSDARP00000135843/7955.ENSDARP00000093565","physical","txid7955" +"Q9DES8","D3KYL2","glyR beta","fj59a01","Q9DES8","gphnb","Glycine receptor betaZ subunit (Glycine receptor, beta a) (Gylcine receptor, beta a precursor)","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","string-db","7955.ENSDARP00000134783/7955.ENSDARP00000093565","physical","txid7955" +"Q1LVQ2","E9QHF3","sh3bp4a","fb02f11","sh3bp4a","synj1","SH3 domain-binding protein 4-A","phosphoinositide 5-phosphatase (EC 3.1.3.36)","string-db","7955.ENSDARP00000122252/7955.ENSDARP00000096489","physical","txid7955" +"Q1LVQ2","A0A0R4IDU4","sh3bp4a","z-numb","sh3bp4a","A0A0R4IDU4","SH3 domain-binding protein 4-A","NUMB-like endocytic adaptor protein (Numb-like protein)","string-db","7955.ENSDARP00000130879/7955.ENSDARP00000096489","physical","txid7955" +"B0S6I8","Q9W7C0","sp5","Lymphocyte enhancer binding factor 1","sp5a","lef1","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","string-db","7955.ENSDARP00000114249/7955.ENSDARP00000093674","physical","txid7955" +"E7EXE9","A0A8M1RSW5","im:7158869","Rho-related BTB domain-containing 1","rbbp6","A0A8M1RSW5","E3 ubiquitin-protein ligase RBBP6 isoform 1 (EC 2.3.2.27) (Retinoblastoma-binding protein 6)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000093768","physical","txid7955" +"B3DHC5","A0A8M9QJ44","fc28d04","Extracellular serine/threonine protein kinase FAM20C","B3DHC5","A0A8M9QJ44","Apolipoprotein A-IV b, tandem duplicate 2 (Apolipoprotein A-IV-like isoform X2) (Apolipoprotein A-IV-like precursor) (Zgc:194131)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000093966","physical","txid7955" +"E7FFF2","H0WFA9","C-C chemokine receptor type 5-like","C-C chemokine receptor type 5","E7FFF2","H0WFA9","C-C chemokine receptor type 5-like (Cabz01093075.1)","C-C chemokine receptor type 5 (Chemokine (C-C motif) receptor 8.1)","string-db","7955.ENSDARP00000125541/7955.ENSDARP00000105159","physical","txid7955" +"E7FFF2","A0A0R4ISV2","C-C chemokine receptor type 5-like","Chemokine","E7FFF2","A0A0R4ISV2","C-C chemokine receptor type 5-like (Cabz01093075.1)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000105159","physical","txid7955" +"H0WFA9","A0A0R4ISV2","C-C chemokine receptor type 5","Chemokine","H0WFA9","A0A0R4ISV2","C-C chemokine receptor type 5 (Chemokine (C-C motif) receptor 8.1)","Chemokine (C-C motif) ligand 39, duplicate 2 (Eotaxin-like isoform X1)","string-db","7955.ENSDARP00000138051/7955.ENSDARP00000125541","physical","txid7955" +"Q68EH8","B0JZL7","flad1","si:ch211-142e24.2","flad1","B0JZL7","FAD synthase (EC 2.7.7.2) (FAD pyrophosphorylase) (FMN adenylyltransferase) (Flavin adenine dinucleotide synthase) [Includes: Molybdenum cofactor biosynthesis protein-like region; FAD synthase region]","Ectonucleotide pyrophosphatase/phosphodiesterase 1 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 1 isoform X1) (Si:ch211-142e24.2 protein)","string-db","7955.ENSDARP00000112341/7955.ENSDARP00000094012","physical","txid7955" +"Q0H1F2","A0A0R4IJ99","erk3","wu:fc60a10","mapk6","A0A0R4IJ99","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","Kalirin RhoGEF kinase b (Kalirin isoform 2 precursor (EC 2.7.11.1))","string-db","7955.ENSDARP00000133649/7955.ENSDARP00000130447","physical","txid7955" +"Q4FE55","A0A0N4SUD2","ubiquitinyl hydrolase 1","Ubi-p63E","usp9","ubb","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000115664","physical","txid7955" +"Q4FE55","Q7SXA3","ubiquitinyl hydrolase 1","zgc:66168","usp9","rps27a","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000115664","physical","txid7955" +"Q4FE55","F1QHN6","ubiquitinyl hydrolase 1","im:7042025","usp9","ubc","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000115664","physical","txid7955" +"Q4FE55","Q804S5","ubiquitinyl hydrolase 1","mib1","usp9","mib1","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000115664","physical","txid7955" +"E7FGQ8","Q6PBT6","gch1a","gchfr","gch1","gchfr","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","GTP cyclohydrolase 1 feedback regulatory protein (GFRP) (GTP cyclohydrolase I feedback regulatory protein)","string-db","7955.ENSDARP00000135960/7955.ENSDARP00000094181","physical","txid7955" +"E7FGQ8","Q6IQV5","gch1a","fb51g02","gch1","gch2","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","string-db","7955.ENSDARP00000130255/7955.ENSDARP00000094181","physical","txid7955" +"B0CLV3","B0CLV6","zgc:101704","zgc:136589","cadm4","B0CLV6","Cell adhesion molecule 4 (Zgc:101704)","Cell adhesion molecule 3 (Zgc:136589)","psicquic","20802085;26190107;24626987","physical","txid7955" +"B0CLV3","Q6PFK4","zgc:101704","zgc:66339","cadm4","Q6PFK4","Cell adhesion molecule 4 (Zgc:101704)","Cell adhesion molecule 2a","psicquic","26190107;24626987","physical","txid7955" +"Q8JH68","A0A0R4IM91","mxa","trpc4a","Q8JH68","trpc4b","Interferon-induced GTP-binding protein MxA (IFN-inducible antiviral protein MxA) (Interferon-inducible MxA protein)","Transient receptor potential cation channel, subfamily C, member 4b","string-db","7955.ENSDARP00000136413/7955.ENSDARP00000094364","physical","txid7955" +"A0A0A0MPL5","X1WDI1","Fascin","si:dkeyp-57f11.2","A0A0A0MPL5","svilc","Fascin","Supervillin c (Supervillin isoform X3)","string-db","7955.ENSDARP00000128280/7955.ENSDARP00000094422","physical","txid7955" +"A0A0A0MPL5","F1Q6K8","Fascin","sb:cb867","A0A0A0MPL5","svila","Fascin","Supervillin","string-db","7955.ENSDARP00000149385/7955.ENSDARP00000094422","physical","txid7955" +"E7FFQ6","Q58EC4","Potassium voltage-gated channel subfamily G member 2-like","kcnab1","E7FFQ6","kcnab1a","Potassium voltage-gated channel subfamily G member 2-like (Potassium voltage-gated channel, subfamily G, member 2)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000094423","physical","txid7955" +"A0A8M6Z959","A0A0R4IFI0","DEP domain-containing mTOR-interacting protein-like","Regulatory-associated protein of MTOR, complex 1","A0A8M6Z959","A0A0R4IFI0","DEP domain-containing mTOR-interacting protein-like (Si:dkeyp-97e7.9)","Regulatory-associated protein of MTOR, complex 1 (Regulatory-associated protein of mTOR isoform X1)","string-db","7955.ENSDARP00000132117/7955.ENSDARP00000094426","physical","txid7955" +"A0A8M6Z959","A0A8M2BKU4","DEP domain-containing mTOR-interacting protein-like","depdc6","A0A8M6Z959","A0A8M2BKU4","DEP domain-containing mTOR-interacting protein-like (Si:dkeyp-97e7.9)","DEP domain-containing MTOR-interacting protein","string-db","7955.ENSDARP00000123498/7955.ENSDARP00000094426","physical","txid7955" +"A0A8M6Z959","E7EY34","DEP domain-containing mTOR-interacting protein-like","AKT1 substrate 1","A0A8M6Z959","akt1s1","DEP domain-containing mTOR-interacting protein-like (Si:dkeyp-97e7.9)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","string-db","7955.ENSDARP00000128295/7955.ENSDARP00000094426","physical","txid7955" +"A0A8M6Z959","Q803V5","DEP domain-containing mTOR-interacting protein-like","mlst8","A0A8M6Z959","Q803V5","DEP domain-containing mTOR-interacting protein-like (Si:dkeyp-97e7.9)","Target of rapamycin complex subunit lst8 (TORC subunit lst8) (G protein beta subunit-like) (Gable) (Protein GbetaL) (MTOR associated protein, LST8 homolog)","string-db","7955.ENSDARP00000118004/7955.ENSDARP00000094426","physical","txid7955" +"Q9DGM2","E9QFS0","ednrb1","EDN3","ednrba","E9QFS0","Endothelin receptor type B (Endothelin receptor non-selective type)","Endothelin-3 (Preproendothelin-3)","string-db","7955.ENSDARP00000115695/7955.ENSDARP00000111210","physical","txid7955" +"A3KQ03","F1QTA6","si:ch211-152p11.3","zgc:66030","mgat1b","mgat1a","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","string-db","7955.ENSDARP00000128020/7955.ENSDARP00000094716","physical","txid7955" +"F1QZA0","A0A0G2LAK5","zgc:162909","Transmembrane channel-like protein","slc30a1b","A0A0G2LAK5","Solute carrier family 30 member 1b (Uncharacterized protein LOC100038803)","Transmembrane channel-like protein","string-db","7955.ENSDARP00000141837/7955.ENSDARP00000094784","physical","txid7955" +"Q7ZUC2","P79734","sdf4","tp53","sdf4","tp53","45 kDa calcium-binding protein (Cab45) (Stromal cell-derived factor 4) (SDF-4)","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000094806","physical","txid7955" +"F1QWE3","Q9YI66","receptor protein-tyrosine kinase","tyro3","mertka","Q9YI66","receptor protein-tyrosine kinase (EC 2.7.10.1)","Tyrosine-protein kinase receptor TYRO3 (EC 2.7.10.1) (Tyrosine-protein kinase DTK)","string-db","7955.ENSDARP00000116623/7955.ENSDARP00000101815","physical","txid7955" +"F1QWE3","E9QJQ6","receptor protein-tyrosine kinase","megf10","mertka","E9QJQ6","receptor protein-tyrosine kinase (EC 2.7.10.1)","Multiple epidermal growth factor-like domains protein 10 (Multiple EGF-like domains protein 10)","string-db","7955.ENSDARP00000151927/7955.ENSDARP00000101815","physical","txid7955" +"E7FCQ0","Q90459","cnbp","ccnd1","cnbpb","ccnd1","CCHC-type zinc finger, nucleic acid-binding protein b (Zinc finger protein 9)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000095293","physical","txid7955" +"Q32PP9","F1QGH7","sox14","ctnnb1","sox14","ctnnb1","Transcription factor Sox-14","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000095305","physical","txid7955" +"Q7ZTZ2","Q8JGR4","rsl24d1","rpl24","rsl24d1","Q8JGR4","Probable ribosome biogenesis protein RLP24 (Ribosomal L24 domain-containing protein 1)","Large ribosomal subunit protein eL24 (60S ribosomal protein L24)","string-db","7955.ENSDARP00000135555/7955.ENSDARP00000095488","physical","txid7955" +"F1R871","A2BIR4","E3 ubiquitin/ISG15 ligase TRIM25 isoform X1","UBE2L3","F1R871","ube2l3b","E3 ubiquitin/ISG15 ligase TRIM25 isoform X1 (Tripartite motif-containing 25,-like)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","string-db","7955.ENSDARP00000116310/7955.ENSDARP00000096049","physical","txid7955" +"F1R871","A1L200","E3 ubiquitin/ISG15 ligase TRIM25 isoform X1","zgc:110542","F1R871","A1L200","E3 ubiquitin/ISG15 ligase TRIM25 isoform X1 (Tripartite motif-containing 25,-like)","Eukaryotic translation initiation factor 4E class II 2A (Eukaryotic translation initiation factor 4E family member 2) (Eukaryotic translation initiation factor 4E type 2) (Zgc:110542 protein)","string-db","7955.ENSDARP00000107220/7955.ENSDARP00000096049","physical","txid7955" +"Q502K2","E9QD20","samhd1","fc08g11","Q502K2","rnaseh2c","Deoxynucleoside triphosphate triphosphohydrolase SAMHD1 (dNTPase) (EC 3.1.5.-)","Ribonuclease H2 subunit C (Ribonuclease H2, subunit C)","string-db","7955.ENSDARP00000123155/7955.ENSDARP00000096087","physical","txid7955" +"Q1LUK1","Q3B747","micos13","zgc:123314","micos13","apooa","MICOS complex subunit MIC13","MICOS complex subunit","string-db","7955.ENSDARP00000141485/7955.ENSDARP00000096258","physical","txid7955" +"Q1LUK1","Q0P405","micos13","zgc:153623","micos13","micos10","MICOS complex subunit MIC13","MICOS complex subunit MIC10","string-db","7955.ENSDARP00000130477/7955.ENSDARP00000096258","physical","txid7955" +"Q1LUK1","Q63ZW2","micos13","chchd6a","micos13","chchd6a","MICOS complex subunit MIC13","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","string-db","7955.ENSDARP00000116560/7955.ENSDARP00000096258","physical","txid7955" +"Q1LUK1","Q5RH04","micos13","chchd3","micos13","Q5RH04","MICOS complex subunit MIC13","Coiled-coil-helix-coiled-coil-helix domain-containing 3a (MICOS complex subunit MIC19 isoform 1)","string-db","7955.ENSDARP00000105322/7955.ENSDARP00000096258","physical","txid7955" +"Q1LUK1","Q6PFS4","micos13","wu:fd16e04","micos13","Q6PFS4","MICOS complex subunit MIC13","MICOS complex subunit MIC60 (Mitofilin)","string-db","7955.ENSDARP00000133453/7955.ENSDARP00000096258","physical","txid7955" +"Q0P405","Q3B747","zgc:153623","zgc:123314","micos10","apooa","MICOS complex subunit MIC10","MICOS complex subunit","string-db","7955.ENSDARP00000141485/7955.ENSDARP00000130477","physical","txid7955" +"Q0P405","Q6PFS4","zgc:153623","wu:fd16e04","micos10","Q6PFS4","MICOS complex subunit MIC10","MICOS complex subunit MIC60 (Mitofilin)","string-db","7955.ENSDARP00000133453/7955.ENSDARP00000130477","physical","txid7955" +"Q5RH04","Q0P405","chchd3","zgc:153623","Q5RH04","micos10","Coiled-coil-helix-coiled-coil-helix domain-containing 3a (MICOS complex subunit MIC19 isoform 1)","MICOS complex subunit MIC10","string-db","7955.ENSDARP00000130477/7955.ENSDARP00000105322","physical","txid7955" +"Q5RH04","Q63ZW2","chchd3","chchd6a","Q5RH04","chchd6a","Coiled-coil-helix-coiled-coil-helix domain-containing 3a (MICOS complex subunit MIC19 isoform 1)","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","string-db","7955.ENSDARP00000116560/7955.ENSDARP00000105322","physical","txid7955" +"Q5RH04","Q3B747","chchd3","zgc:123314","Q5RH04","apooa","Coiled-coil-helix-coiled-coil-helix domain-containing 3a (MICOS complex subunit MIC19 isoform 1)","MICOS complex subunit","string-db","7955.ENSDARP00000141485/7955.ENSDARP00000105322","physical","txid7955" +"Q5RH04","Q6PFS4","chchd3","wu:fd16e04","Q5RH04","Q6PFS4","Coiled-coil-helix-coiled-coil-helix domain-containing 3a (MICOS complex subunit MIC19 isoform 1)","MICOS complex subunit MIC60 (Mitofilin)","string-db","7955.ENSDARP00000133453/7955.ENSDARP00000105322","physical","txid7955" +"Q63ZW2","Q3B747","chchd6a","zgc:123314","chchd6a","apooa","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","MICOS complex subunit","string-db","7955.ENSDARP00000141485/7955.ENSDARP00000116560","physical","txid7955" +"Q63ZW2","Q6PFS4","chchd6a","wu:fd16e04","chchd6a","Q6PFS4","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","MICOS complex subunit MIC60 (Mitofilin)","string-db","7955.ENSDARP00000133453/7955.ENSDARP00000116560","physical","txid7955" +"Q63ZW2","Q0P405","chchd6a","zgc:153623","chchd6a","micos10","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","MICOS complex subunit MIC10","string-db","7955.ENSDARP00000130477/7955.ENSDARP00000116560","physical","txid7955" +"Q6PFS4","Q3B747","wu:fd16e04","zgc:123314","Q6PFS4","apooa","MICOS complex subunit MIC60 (Mitofilin)","MICOS complex subunit","string-db","7955.ENSDARP00000141485/7955.ENSDARP00000133453","physical","txid7955" +"Q9YI98","Q9DGJ4","oaz1a","CHUNP6922","oaz1a","odc1","Ornithine decarboxylase antizyme 1 (ODC antizyme, short form) (ODC-Az-S)","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","string-db","7955.ENSDARP00000124918/7955.ENSDARP00000096305","physical","txid7955" +"Q9YI98","Q801V3","oaz1a","azin1","oaz1a","azin1b","Ornithine decarboxylase antizyme 1 (ODC antizyme, short form) (ODC-Az-S)","Antizyme inhibitor 1b","string-db","7955.ENSDARP00000122392/7955.ENSDARP00000096305","physical","txid7955" +"A0A0R4IVA4","Q0H1F2","cdc14ab","erk3","A0A0R4IVA4","mapk6","Dual specificity protein phosphatase CDC14AB (EC 3.1.3.16) (EC 3.1.3.48) (CDC14 cell division cycle 14 homolog AB)","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","string-db","7955.ENSDARP00000130447/7955.ENSDARP00000096458","physical","txid7955" +"A0A0R4IVA4","F8W2B2","cdc14ab","cdc14a","A0A0R4IVA4","cdc14b","Dual specificity protein phosphatase CDC14AB (EC 3.1.3.16) (EC 3.1.3.48) (CDC14 cell division cycle 14 homolog AB)","protein-tyrosine-phosphatase (EC 3.1.3.48)","string-db","7955.ENSDARP00000124791/7955.ENSDARP00000096458","physical","txid7955" +"F8W2B2","Q0H1F2","cdc14a","erk3","cdc14b","mapk6","protein-tyrosine-phosphatase (EC 3.1.3.48)","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","string-db","7955.ENSDARP00000130447/7955.ENSDARP00000124791","physical","txid7955" +"F1R6I2","A0A0G2KDJ5","fj14b08","Tsp-4b","F1R6I2","comp","Granulin b (Granulins isoform X1)","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000096463","physical","txid7955" +"Q7T291","F1QL34","adprm","fu33g07","Q7T291","nudt9","Manganese-dependent ADP-ribose/CDP-alcohol diphosphatase (EC 3.6.1.13) (EC 3.6.1.16) (EC 3.6.1.53) (ADPRibase-Mn) (CDP-choline phosphohydrolase)","ADP-ribose pyrophosphatase, mitochondrial precursor (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 9)","string-db","7955.ENSDARP00000106416/7955.ENSDARP00000096471","physical","txid7955" +"Q7T291","Q6IQ66","adprm","wu:fe48a12","Q7T291","nudt5","Manganese-dependent ADP-ribose/CDP-alcohol diphosphatase (EC 3.6.1.13) (EC 3.6.1.16) (EC 3.6.1.53) (ADPRibase-Mn) (CDP-choline phosphohydrolase)","ADP-sugar pyrophosphatase (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 5)","string-db","7955.ENSDARP00000138693/7955.ENSDARP00000096471","physical","txid7955" +"F1QL34","Q6IQ66","fu33g07","wu:fe48a12","nudt9","nudt5","ADP-ribose pyrophosphatase, mitochondrial precursor (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 9)","ADP-sugar pyrophosphatase (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 5)","string-db","7955.ENSDARP00000138693/7955.ENSDARP00000106416","physical","txid7955" +"F6NHI0","E7FGT2","Glucose-6-phosphate 1-dehydrogenase","GDH/6PGL endoplasmic bifunctional protein","g6pd","h6pd","Glucose-6-phosphate 1-dehydrogenase (EC 1.1.1.49)","GDH/6PGL endoplasmic bifunctional protein (Hexose-6-phosphate dehydrogenase (glucose 1-dehydrogenase))","string-db","7955.ENSDARP00000124115/7955.ENSDARP00000115363","physical","txid7955" +"Q6PV84","E7F670","cb807","si:dkey-91m3.1","zic3","E7F670","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","MyoD family inhibitor isoform X1 (Si:dkey-91m3.1)","string-db","7955.ENSDARP00000108995/7955.ENSDARP00000096539","physical","txid7955" +"Q6PV84","F1QAC4","cb807","GLI family zinc finger 1","zic3","gli1","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","GLI family zinc finger 1 (Zinc finger protein GLI1)","string-db","7955.ENSDARP00000129932/7955.ENSDARP00000096539","physical","txid7955" +"A0MGZ5","Q56UJ5","hs6st1b","hs6st1a","hs6st1b","hs6st1a","Heparan-sulfate 6-O-sulfotransferase 1-B (HS 6-OST-1B) (EC 2.8.2.-)","Heparan-sulfate 6-O-sulfotransferase 1-A (HS 6-OST-1A) (HS6ST-1) (EC 2.8.2.-)","string-db","7955.ENSDARP00000145279/7955.ENSDARP00000096556","physical","txid7955" +"F1R2R7","E7FGL0","fi23e01","Tim","cry4","timeless","Cryptochrome circadian clock 4 isoform X1 (Cryptochrome circadian regulator 4)","Protein timeless homolog (Timeless circadian clock)","string-db","7955.ENSDARP00000099210/7955.ENSDARP00000096651","physical","txid7955" +"A0JMP4","R4GEJ6","im:7145237","Glutamic acid-rich protein isoform X2","A0JMP4","R4GEJ6","Calcium-transporting ATPase (EC 7.2.2.10)","Glutamic acid-rich protein isoform X2 (Histidine-rich calcium-binding protein)","string-db","7955.ENSDARP00000126909/7955.ENSDARP00000096674","physical","txid7955" +"Q6DGP8","E7F7R0","nrn1","Proline-rich transmembrane protein 2","Q6DGP8","prrt2","Neuritin","Proline-rich transmembrane protein 2","string-db","7955.ENSDARP00000136054/7955.ENSDARP00000097397","physical","txid7955" +"Q6DGP8","B0I1T8","nrn1","brorin","Q6DGP8","vwc2","Neuritin","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","string-db","7955.ENSDARP00000115654/7955.ENSDARP00000097397","physical","txid7955" +"A4UU77","Q6PC73","si:dkey-29d12.5","grb2","org","grb2b","Oogenesis-related (Oogenesis-related protein)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000097506","physical","txid7955" +"E7F6N3","A0A8M1PSN6","si:ch211-81n22.1","si:ch211-195e19.1","E7F6N3","A0A8M1PSN6","Probable N-acetyltransferase camello (Si:ch211-81n22.1)","Probable N-acetyltransferase camello (Si:ch211-195e19.1)","string-db","7955.ENSDARP00000098162/7955.ENSDARP00000097546","physical","txid7955" +"E7FFN5","E7F4I8","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","ppip5k1a","ppip5k1b","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","string-db","7955.ENSDARP00000102480/7955.ENSDARP00000097715","physical","txid7955" +"E7FFM0","Q1LWC2","Microtubule-associated protein 6-like","tmem106b","map6b","Q1LWC2","Microtubule-associated protein 6-like (Microtubule-associated protein 6b)","Transmembrane protein 106B","string-db","7955.ENSDARP00000116643/7955.ENSDARP00000097751","physical","txid7955" +"E7F069","E7F9Z5","LOC571865","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1","nfatc2b","nfatc2a","Nuclear factor of activated T-cells, cytoplasmic 2-like (Nuclear factor of-activated T cells 2b)","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1 (Nuclear factor of-activated T cells 2a)","string-db","7955.ENSDARP00000138593/7955.ENSDARP00000098057","physical","txid7955" +"F1QKH7","B0JZP5","deoxyribonuclease II","fa56d08","F1QKH7","B0JZP5","deoxyribonuclease II (EC 3.1.22.1)","Deoxyribonuclease-2-alpha (EC 3.1.22.1) (Acid DNase) (Deoxyribonuclease II alpha) (Lysosomal DNase II)","string-db","7955.ENSDARP00000120160/7955.ENSDARP00000098172","physical","txid7955" +"Q08CF3","F1QA47","ccdc61","ccdc120","Q08CF3","ccdc120","Centrosomal protein CCDC61 (Coiled-coil domain-containing protein 61) (VFL3 homolog)","Coiled-coil domain containing 120","string-db","7955.ENSDARP00000119178/7955.ENSDARP00000098205","physical","txid7955" +"F1QF95","Q7T2E8","zgc:162874","rhoac","F1QF95","rhoac","Testis-expressed 2 (Testis-expressed protein 2 isoform X2)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000098400","physical","txid7955" +"F1QF92","Q1RLT7","ALMS1 centrosome and basal body-associated protein","zgc:136857","alms1","Q1RLT7","ALMS1 centrosome and basal body-associated protein (Alstrom syndrome protein 1 isoform X1)","Advillin (Zgc:136857)","string-db","7955.ENSDARP00000133671/7955.ENSDARP00000098408","physical","txid7955" +"F1QF92","A0A8M1Q1L6","ALMS1 centrosome and basal body-associated protein","separase","alms1","A0A8M1Q1L6","ALMS1 centrosome and basal body-associated protein (Alstrom syndrome protein 1 isoform X1)","separase (EC 3.4.22.49)","string-db","7955.ENSDARP00000128879/7955.ENSDARP00000098408","physical","txid7955" +"E9QH67","O57418","fb73e11","pax7","csrnp1b","pax7a","Cysteine-serine-rich nuclear protein 1b (Cysteine/serine-rich nuclear protein 1 isoform X1)","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","string-db","7955.ENSDARP00000138120/7955.ENSDARP00000098740","physical","txid7955" +"E7FA75","E9QGI3","Farnesylated proteins-converting enzyme 2","Farnesylated proteins-converting enzyme 2","rce1a","E9QGI3","Farnesylated proteins-converting enzyme 2","Farnesylated proteins-converting enzyme 2","string-db","7955.ENSDARP00000113266/7955.ENSDARP00000098829","physical","txid7955" +"F1QMN6","A0A8M1RSW5","Msx2-interacting protein isoform X1","Rho-related BTB domain-containing 1","spen","A0A8M1RSW5","Msx2-interacting protein isoform X1 (Spen family transcriptional repressor)","Rho-related BTB domain-containing 1 (Rho-related BTB domain-containing protein 1)","string-db","7955.ENSDARP00000106826/7955.ENSDARP00000098999","physical","txid7955" +"E7FF10","A0A8M9QJ44","vwa1","Extracellular serine/threonine protein kinase FAM20C","E7FF10","A0A8M9QJ44","von Willebrand factor A domain-containing protein 1","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000099327","physical","txid7955" +"A5WWD5","E7F4N5","man1b1","alpha-1,2-Mannosidase","man1b1b","man1b1a","alpha-1,2-Mannosidase (EC 3.2.1.-)","alpha-1,2-Mannosidase (EC 3.2.1.-)","string-db","7955.ENSDARP00000099596/7955.ENSDARP00000099504","physical","txid7955" +"A0A8M1PZ41","X1WCE5","Alpha-mannosidase","alpha-mannosidase","A0A8M1PZ41","X1WCE5","Alpha-mannosidase (EC 3.2.1.-)","alpha-mannosidase (EC 3.2.1.24)","string-db","7955.ENSDARP00000127888/7955.ENSDARP00000099510","physical","txid7955" +"A0JMK6","A0A8M9QJ44","scg2b","Extracellular serine/threonine protein kinase FAM20C","scg2b","A0A8M9QJ44","Secretogranin-2b (Secretogranin II b) [Cleaved into: Secretoneurin-b (SNb)]","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000099613","physical","txid7955" +"A0A8N7UT44","A0A8M9QJ44","Anoctamin","Extracellular serine/threonine protein kinase FAM20C","A0A8N7UT44","A0A8M9QJ44","Anoctamin","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000099800","physical","txid7955" +"E7FH41","Q6NXA9","RING-type E3 ubiquitin transferase","ubxn1","rlim","Q6NXA9","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","UBX domain-containing protein 1 (SAPK substrate protein 1)","string-db","7955.ENSDARP00000108064/7955.ENSDARP00000100039","physical","txid7955" +"E7FGX8","Q6AZD4","Mitochondrial inner membrane protease subunit","immp2l","E7FGX8","Q6AZD4","Mitochondrial inner membrane protease subunit (EC 3.4.21.-)","Mitochondrial inner membrane protease subunit 2 (EC 3.4.21.-) (IMP2-like protein)","string-db","7955.ENSDARP00000119793/7955.ENSDARP00000100201","physical","txid7955" +"E7F624","Q1LWC2","Microtubule-associated protein 6 isoform X1","tmem106b","map6a","Q1LWC2","Microtubule-associated protein 6 isoform X1 (Microtubule-associated protein 6a)","Transmembrane protein 106B","string-db","7955.ENSDARP00000116643/7955.ENSDARP00000100394","physical","txid7955" +"F1RE66","A0A8M1NFA3","Roundabout homolog 4 isoform X1","sc:d0374","robo4","A0A8M1NFA3","Roundabout homolog 4 isoform X1 (Roundabout, axon guidance receptor, homolog 4 (Drosophila))","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2 isoform X1) (Leucine-rich repeat transmembrane protein FLRT2 precursor)","string-db","7955.ENSDARP00000126632/7955.ENSDARP00000112841","physical","txid7955" +"F1RE66","X1WEV4","Roundabout homolog 4 isoform X1","si:dkey-87k14.1","robo4","X1WEV4","Roundabout homolog 4 isoform X1 (Roundabout, axon guidance receptor, homolog 4 (Drosophila))","Fibronectin leucine-rich transmembrane protein 2 (Leucine-rich repeat transmembrane protein FLRT2-like)","string-db","7955.ENSDARP00000128755/7955.ENSDARP00000112841","physical","txid7955" +"Q6Q382","E7F1L8","nlk","nlka","nlk1","nlk2","Mitogen-activated protein kinase (EC 2.7.11.24)","Mitogen-activated protein kinase (EC 2.7.11.24)","string-db","7955.ENSDARP00000107617/7955.ENSDARP00000100637","physical","txid7955" +"A0A8M1P007","Q66I67","cb423","ift20","A0A8M1P007","Q66I67","Thyroid hormone receptor interactor 11 (Thyroid receptor-interacting protein 11)","Intraflagellar transport protein 20 homolog","string-db","7955.ENSDARP00000145296/7955.ENSDARP00000100671","physical","txid7955" +"A0A8M1P007","Q803D1","cb423","wu:fb33e02","A0A8M1P007","arf1","Thyroid hormone receptor interactor 11 (Thyroid receptor-interacting protein 11)","ADP-ribosylation factor","string-db","7955.ENSDARP00000102498/7955.ENSDARP00000100671","physical","txid7955" +"P47792","Q9I9C8","sox19a","cb237","sox19a","sox11a","Transcription factor Sox-19a","Transcription factor SOX","string-db","7955.ENSDARP00000105811/7955.ENSDARP00000100683","physical","txid7955" +"P47792","F1QGH7","sox19a","ctnnb1","sox19a","ctnnb1","Transcription factor Sox-19a","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000100683","physical","txid7955" +"F6NK88","A5PMG8","wu:fc33a03","sort1","zfyve26","sort1b","Zinc finger FYVE domain-containing protein 26","Sortilin 1b","string-db","7955.ENSDARP00000119088/7955.ENSDARP00000115049","physical","txid7955" +"F6NK88","Q6NUT7","wu:fc33a03","sort1","zfyve26","Q6NUT7","Zinc finger FYVE domain-containing protein 26","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000115049","physical","txid7955" +"F6NK88","X1WDD8","wu:fc33a03","gb:cf995958","zfyve26","ap5z1","Zinc finger FYVE domain-containing protein 26","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","string-db","7955.ENSDARP00000128237/7955.ENSDARP00000115049","physical","txid7955" +"A0A8N7TE51","A0A0R4IJX1","ATP-dependent RNA helicase DHX30","FAST kinase domain-containing protein 3, mitochondrial","A0A8N7TE51","A0A0R4IJX1","ATP-dependent RNA helicase DHX30 (EC 3.6.4.13) (DEAH box protein 30)","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000101025","physical","txid7955" +"B3DJV5","Q564A4","zgc:194335","bcl2","g0s2","bcl2a","G0/G1 switch 2 (G0/G1 switch protein 2) (Hypothetical LOC568476)","B-cell leukemia/lymphoma 2 (Bcl2)","string-db","7955.ENSDARP00000120749/7955.ENSDARP00000101157","physical","txid7955" +"A0A8M2B4V9","Q1L9A0","zgc:162151","si:dkey-12o15.1","A0A8M2B4V9","Q1L9A0","RAS guanyl-releasing protein 3 (calcium and DAG-regulated) (Ras guanyl-releasing protein 3 isoform X1)","RAS guanyl-releasing protein 1 (RAS guanyl-releasing protein 4) (Si:dkey-12o15.1)","string-db","7955.ENSDARP00000119563/7955.ENSDARP00000101181","physical","txid7955" +"E7F9K9","A0A0R4IVZ0","SUMO-specific peptidase 2","fd23d09","senp2","nup153","SUMO-specific peptidase 2 (Sentrin-specific protease 2)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","string-db","7955.ENSDARP00000141671/7955.ENSDARP00000101246","physical","txid7955" +"Q8JFG6","E7F7T2","p0","zgc:110608","Q8JFG6","mpzl1l","Myelin protein P0 precursor (Myelin protein zero)","Myelin protein zero-like 1 like (Myelin protein zero-like protein 1)","string-db","7955.ENSDARP00000113484/7955.ENSDARP00000101478","physical","txid7955" +"A9JRU2","E7FC79","im:7157162","si:cabz01113374.3","A9JRU2","E7FC79","[Pyruvate dehydrogenase [acetyl-transferring]]-phosphatase 1, mitochondrial (EC 3.1.3.43) (Protein phosphatase 2C) (Pyruvate dehydrogenase phosphatase catalytic subunit 1)","Pyruvate dehydrogenase phosphatase regulatory subunit, mitochondrial (Si:cabz01113374.3)","string-db","7955.ENSDARP00000139817/7955.ENSDARP00000101519","physical","txid7955" +"A0A8M1RH12","E7F6D4","si:ch73-12o23.1","Glucosidase, alpha; neutral C","A0A8M1RH12","E7F6D4","Lysosomal alpha-glucosidase isoform X2 (Si:ch73-12o23.1)","Glucosidase, alpha; neutral C (Neutral alpha-glucosidase C-like isoform X3)","string-db","7955.ENSDARP00000103901/7955.ENSDARP00000101564","physical","txid7955" +"E7FCN8","E7F9Q9","intu","WD repeat-containing and planar cell polarity effector protein fritz homolog","E7FCN8","wdpcp","Protein inturned (Inturned planar cell polarity effector homolog)","WD repeat-containing and planar cell polarity effector protein fritz homolog (WD repeat-containing planar cell polarity effector)","string-db","7955.ENSDARP00000129643/7955.ENSDARP00000101586","physical","txid7955" +"A0A8M9Q8W7","A0A8M9PQ61","Myocardial zonula adherens protein","dspb","A0A8M9Q8W7","A0A8M9PQ61","Myocardial zonula adherens protein","Desmoplakin-B (Desmoplakin isoform X1)","string-db","7955.ENSDARP00000103914/7955.ENSDARP00000101751","physical","txid7955" +"A4JYL4","E9QJI4","sc:d0175","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1","A4JYL4","si:ch211-264f5.6","Sc:d0175 (Uncharacterized protein LOC557409 precursor) (Zgc:198329) (cDNA, clone cssl:d0175)","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1 (Si:ch211-264f5.6)","string-db","7955.ENSDARP00000115706/7955.ENSDARP00000101845","physical","txid7955" +"A9JRD6","Q9I8N6","csf1-1","csf1r","A9JRD6","Q9I8N6","Colony-stimulating factor 1a (macrophage) (Macrophage colony-stimulating factor 1 precursor (EC 2.7.10.1)) (Macrophage colony-stimulating factor-1) (Zgc:172186 protein)","Macrophage colony-stimulating factor 1 receptor (CSF-1 receptor) (CSF-1-R) (CSF-1R) (M-CSF-R) (EC 2.7.10.1) (Proto-oncogene c-Fms homolog)","string-db","7955.ENSDARP00000148187/7955.ENSDARP00000101884","physical","txid7955" +"A5WWH0","A0A8M9QJ44","si:ch73-355e4.2","Extracellular serine/threonine protein kinase FAM20C","A5WWH0","A0A8M9QJ44","Chromogranin B (Secretogranin-1 precursor)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000101923","physical","txid7955" +"F1Q4R2","X1WFM4","Ubiquitin-conjugating enzyme E2Q family-like 1","wu:fi34a03","ube2ql1","ube2q2","Ubiquitin-conjugating enzyme E2Q family-like 1 (Ubiquitin-conjugating enzyme E2Q-like protein 1)","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","string-db","7955.ENSDARP00000129028/7955.ENSDARP00000102172","physical","txid7955" +"F1Q4R2","A8KBW2","Ubiquitin-conjugating enzyme E2Q family-like 1","wu:fi42b06","ube2ql1","A8KBW2","Ubiquitin-conjugating enzyme E2Q family-like 1 (Ubiquitin-conjugating enzyme E2Q-like protein 1)","Ube2q1 protein (Ubiquitin-conjugating enzyme E2 Q2 (EC 6.3.2.19)) (Ubiquitin-conjugating enzyme E2Q family member 1)","string-db","7955.ENSDARP00000134948/7955.ENSDARP00000102172","physical","txid7955" +"A8KBW2","F1QHN6","wu:fi42b06","im:7042025","A8KBW2","ubc","Ube2q1 protein (Ubiquitin-conjugating enzyme E2 Q2 (EC 6.3.2.19)) (Ubiquitin-conjugating enzyme E2Q family member 1)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000134948","physical","txid7955" +"A8KBW2","A0A0N4SUD2","wu:fi42b06","Ubi-p63E","A8KBW2","ubb","Ube2q1 protein (Ubiquitin-conjugating enzyme E2 Q2 (EC 6.3.2.19)) (Ubiquitin-conjugating enzyme E2Q family member 1)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000134948","physical","txid7955" +"X1WFM4","F1QHN6","wu:fi34a03","im:7042025","ube2q2","ubc","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000129028","physical","txid7955" +"X1WFM4","A8KBW2","wu:fi34a03","wu:fi42b06","ube2q2","A8KBW2","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","Ube2q1 protein (Ubiquitin-conjugating enzyme E2 Q2 (EC 6.3.2.19)) (Ubiquitin-conjugating enzyme E2Q family member 1)","string-db","7955.ENSDARP00000134948/7955.ENSDARP00000129028","physical","txid7955" +"X1WFM4","A0A0N4SUD2","wu:fi34a03","Ubi-p63E","ube2q2","ubb","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000129028","physical","txid7955" +"A9ZPF8","A0A2R8QN98","cxcl-c1c","LOC101883994","A9ZPF8","A0A2R8QN98","Chemokine (C-X-C motif) ligand 18b (Chemokine CXCL-C1c)","Growth-regulated alpha protein-like","string-db","7955.ENSDARP00000156021/7955.ENSDARP00000102296","physical","txid7955" +"D3TZW3","A7MC07","si:ch211-44l19.2","Prokineticin 1","D3TZW3","A7MC07","Prokineticin receptor (Prokineticin receptor 2)","Prokineticin 1 (Prokineticin-1 precursor) (Zgc:171925 protein)","string-db","7955.ENSDARP00000103772/7955.ENSDARP00000102310","physical","txid7955" +"A7MC07","D3TZW2","Prokineticin 1","prokr1l","A7MC07","D3TZW2","Prokineticin 1 (Prokineticin-1 precursor) (Zgc:171925 protein)","Prokineticin receptor 1b (Putative prokineticin receptor)","string-db","7955.ENSDARP00000152113/7955.ENSDARP00000103772","physical","txid7955" +"A5JNG8","F1R3C6","fd20a07","Methylcytosine dioxygenase TET","nanog","tet1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","string-db","7955.ENSDARP00000104252/7955.ENSDARP00000102376","physical","txid7955" +"A5JNG8","Q07998","fd20a07","tbxta","nanog","tbxta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","string-db","7955.ENSDARP00000141934/7955.ENSDARP00000102376","physical","txid7955" +"Q07998","Q7ZSY3","tbxta","smarca4","tbxta","smarca4a","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000141934","physical","txid7955" +"Q07998","B2KL77","tbxta","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","tbxta","smarcd3b","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","string-db","7955.ENSDARP00000143064/7955.ENSDARP00000141934","physical","txid7955" +"A0A8M2BJT7","X1WBL9","CD209 antigen-like protein C isoform X1","Mucin 5.1, oligomeric mucus/gel-forming","A0A8M2BJT7","X1WBL9","CD209 antigen-like protein C isoform X1 (Si:ch73-111e15.1)","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000124091","physical","txid7955" +"F1QIA8","X1WBL9","CD209 antigen-like protein B isoform X1","Mucin 5.1, oligomeric mucus/gel-forming","F1QIA8","X1WBL9","CD209 antigen-like protein B isoform X1 (Zmp:0000000937)","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000111702","physical","txid7955" +"F1QIA8","E7FG10","CD209 antigen-like protein B isoform X1","Si:ch73-105b23.6","F1QIA8","E7FG10","CD209 antigen-like protein B isoform X1 (Zmp:0000000937)","Si:ch73-105b23.6","string-db","7955.ENSDARP00000112490/7955.ENSDARP00000111702","physical","txid7955" +"F1QIA8","B8JM30","CD209 antigen-like protein B isoform X1","C-type lectin domain family 4 member E","F1QIA8","B8JM30","CD209 antigen-like protein B isoform X1 (Zmp:0000000937)","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000111702","physical","txid7955" +"A0A8M3BCY5","X1WBL9","LOC101884526","Mucin 5.1, oligomeric mucus/gel-forming","A0A8M3BCY5","X1WBL9","CD209 antigen-like protein D","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000106122","physical","txid7955" +"A0A8M3BCY5","E7F7A0","LOC101884526","Flocculation protein FLO11 isoform X3","A0A8M3BCY5","E7F7A0","CD209 antigen-like protein D","Flocculation protein FLO11 isoform X3 (Si:ch211-198m17.1)","string-db","7955.ENSDARP00000108535/7955.ENSDARP00000106122","physical","txid7955" +"A0A8M3BCY5","B8JM30","LOC101884526","C-type lectin domain family 4 member E","A0A8M3BCY5","B8JM30","CD209 antigen-like protein D","C-type lectin domain family 4 member E (Si:ch73-343l4.8)","string-db","7955.ENSDARP00000121395/7955.ENSDARP00000106122","physical","txid7955" +"A0A8M3BCY5","E7FG10","LOC101884526","Si:ch73-105b23.6","A0A8M3BCY5","E7FG10","CD209 antigen-like protein D","Si:ch73-105b23.6","string-db","7955.ENSDARP00000112490/7955.ENSDARP00000106122","physical","txid7955" +"F8W3Q0","X1WBL9","asgr1a","Mucin 5.1, oligomeric mucus/gel-forming","asgrl2","X1WBL9","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","Mucin 5.1, oligomeric mucus/gel-forming (Mucin-2 isoform X1)","string-db","7955.ENSDARP00000127611/7955.ENSDARP00000124332","physical","txid7955" +"B8JIU2","F1R383","vip1","vipr1","vip","F1R383","VIP peptides (Vasoactive intestinal peptide)","Vasoactive intestinal peptide receptor 1b (Vasoactive intestinal polypeptide receptor 1 isoform X1)","string-db","7955.ENSDARP00000116281/7955.ENSDARP00000102992","physical","txid7955" +"L7YAI7","Q66PG1","b4gat1","large2","b4gat1","large2","Beta-1,4-glucuronyltransferase 1 (EC 2.4.1.-) (I-beta-1,3-N-acetylglucosaminyltransferase) (N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase) (Poly-N-acetyllactosamine extension enzyme) (UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 1)","Xylosyl- and glucuronyltransferase LARGE2s (EC 2.4.-.-) (Glycosyltransferase-like 1B) (LARGE xylosyl- and glucuronyltransferase 2) [Includes: Alpha-1,3-xylosyltransferase LARGE2 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE2 (EC 2.4.1.-)]","string-db","7955.ENSDARP00000130814/7955.ENSDARP00000103038","physical","txid7955" +"L7YAI7","Q66PG2","b4gat1","large1","b4gat1","Q66PG2","Beta-1,4-glucuronyltransferase 1 (EC 2.4.1.-) (I-beta-1,3-N-acetylglucosaminyltransferase) (N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase) (Poly-N-acetyllactosamine extension enzyme) (UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 1)","Xylosyl- and glucuronyltransferase LARGE1 (EC 2.4.-.-) (Acetylglucosaminyltransferase-like 1A) (Glycosyltransferase-like protein) (LARGE xylosyl- and glucuronyltransferase 1) [Includes: Alpha-1,3-xylosyltransferase LARGE1 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE1 (EC 2.4.1.-)]","string-db","7955.ENSDARP00000131670/7955.ENSDARP00000103038","physical","txid7955" +"Q66PG1","Q66PG2","large2","large1","large2","Q66PG2","Xylosyl- and glucuronyltransferase LARGE2s (EC 2.4.-.-) (Glycosyltransferase-like 1B) (LARGE xylosyl- and glucuronyltransferase 2) [Includes: Alpha-1,3-xylosyltransferase LARGE2 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE2 (EC 2.4.1.-)]","Xylosyl- and glucuronyltransferase LARGE1 (EC 2.4.-.-) (Acetylglucosaminyltransferase-like 1A) (Glycosyltransferase-like protein) (LARGE xylosyl- and glucuronyltransferase 1) [Includes: Alpha-1,3-xylosyltransferase LARGE1 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE1 (EC 2.4.1.-)]","string-db","7955.ENSDARP00000131670/7955.ENSDARP00000130814","physical","txid7955" +"F1Q893","A8E7C4","Heparan-alpha-glucosaminide N-acetyltransferase","Si:dkey-192p21.6","hgsnat","si:dkey-192p21.6","Heparan-alpha-glucosaminide N-acetyltransferase","Si:dkey-192p21.6 (Uncharacterized protein LOC565246 precursor)","string-db","7955.ENSDARP00000121103/7955.ENSDARP00000103306","physical","txid7955" +"Q803T2","X1WEM4","strip1","tmem63c","Q803T2","tmem63c","Striatin-interacting protein 1 homolog","Calcium permeable stress-gated cation channel 1 (Transmembrane protein 63c)","string-db","7955.ENSDARP00000128675/7955.ENSDARP00000103366","physical","txid7955" +"Q803T2","A1L1U1","strip1","Striatin","Q803T2","A1L1U1","Striatin-interacting protein 1 homolog","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000103366","physical","txid7955" +"X1WEM4","A1L1U1","tmem63c","Striatin","tmem63c","A1L1U1","Calcium permeable stress-gated cation channel 1 (Transmembrane protein 63c)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000128675","physical","txid7955" +"F1Q6Z9","B3DIZ3","ganab","Uncharacterized protein LOC100126019 precursor","ganab","-","Glucosidase, alpha; neutral AB (Neutral alpha-glucosidase AB)","Uncharacterized protein LOC100126019 precursor (Zgc:171967)","string-db","7955.ENSDARP00000136229/7955.ENSDARP00000103461","physical","txid7955" +"Q08C57","E7FB58","fdx2","NADPH:adrenodoxin oxidoreductase, mitochondrial","Q08C57","E7FB58","Ferredoxin-2, mitochondrial (Adrenodoxin-like protein) (Ferredoxin-1-like protein)","NADPH:adrenodoxin oxidoreductase, mitochondrial (EC 1.18.1.6)","string-db","7955.ENSDARP00000149109/7955.ENSDARP00000131094","physical","txid7955" +"F1Q7Y5","A0A2R8QRK0","Extracellular leucine-rich repeat and fibronectin type III domain-containing 1b","cb503","elfn1b","robo3","Extracellular leucine-rich repeat and fibronectin type III domain-containing 1b (Protein ELFN1)","Roundabout homolog 3 isoform X3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","string-db","7955.ENSDARP00000157596/7955.ENSDARP00000103641","physical","txid7955" +"Q6PC40","Q7T2E7","cdc123","cldn15l","cdc123","cldn15a","Translation initiation factor eIF2 assembly protein (Cell division cycle protein 123 homolog)","Claudin","string-db","7955.ENSDARP00000150812/7955.ENSDARP00000103868","physical","txid7955" +"A0A8M1NUS6","F1QJY8","im:6902697","im:7149538","A0A8M1NUS6","ncapg","Condensin complex subunit 1","Condensin complex subunit 3 (Non-SMC condensin I complex, subunit G)","string-db","7955.ENSDARP00000123226/7955.ENSDARP00000103943","physical","txid7955" +"A0A8M1NUS6","B8A5K9","im:6902697","SMC2L1","A0A8M1NUS6","smc2","Condensin complex subunit 1","Structural maintenance of chromosomes protein","string-db","7955.ENSDARP00000104167/7955.ENSDARP00000103943","physical","txid7955" +"E7F3M0","A0A0R4IJX1","Pentatricopeptide repeat domain 1","FAST kinase domain-containing protein 3, mitochondrial","E7F3M0","A0A0R4IJX1","Pentatricopeptide repeat domain 1 (Pentatricopeptide repeat-containing protein 1, mitochondrial isoform X1)","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000104026","physical","txid7955" +"A0A8M9PFM3","Q6DGB7","SLIT and NTRK-like family, member 3a","rac3","A0A8M9PFM3","rac3a","SLIT and NTRK-like family, member 3a (SLIT and NTRK-like protein 3)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","string-db","7955.ENSDARP00000111723/7955.ENSDARP00000104112","physical","txid7955" +"A0A8M9PFM3","A9JRY8","SLIT and NTRK-like family, member 3a","Rac family small GTPase 3b","A0A8M9PFM3","rac3b","SLIT and NTRK-like family, member 3a (SLIT and NTRK-like protein 3)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","string-db","7955.ENSDARP00000110728/7955.ENSDARP00000104112","physical","txid7955" +"Q6P969","P79735","zgc:73138","ran","eef1a1a","ran","Elongation factor 1-alpha","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","string-db","7955.ENSDARP00000108629/7955.ENSDARP00000104468","physical","txid7955" +"Q05AM5","Q566Y1","elp2","elp4","Q05AM5","Q566Y1","Elongator complex protein 2 (ELP2)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000104754","physical","txid7955" +"Q05AM5","A1A5V9","elp2","elp5","Q05AM5","A1A5V9","Elongator complex protein 2 (ELP2)","Elongator complex protein 5 (Dermal papilla-derived protein 6 homolog) (Retinoic acid-induced protein 12)","string-db","7955.ENSDARP00000151574/7955.ENSDARP00000104754","physical","txid7955" +"Q05AM5","Q5RIC0","elp2","elp3","Q05AM5","elp3","Elongator complex protein 2 (ELP2)","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","string-db","7955.ENSDARP00000113240/7955.ENSDARP00000104754","physical","txid7955" +"Q05AM5","Q0P424","elp2","elp6","Q05AM5","elp6","Elongator complex protein 2 (ELP2)","Elongator complex protein 6 (Protein TMEM103)","string-db","7955.ENSDARP00000145763/7955.ENSDARP00000104754","physical","txid7955" +"Q05AM5","A0A0R4IJ07","elp2","Elongator complex protein 1","Q05AM5","elp1","Elongator complex protein 2 (ELP2)","Elongator complex protein 1","string-db","7955.ENSDARP00000135682/7955.ENSDARP00000104754","physical","txid7955" +"Q0P424","A1A5V9","elp6","elp5","elp6","A1A5V9","Elongator complex protein 6 (Protein TMEM103)","Elongator complex protein 5 (Dermal papilla-derived protein 6 homolog) (Retinoic acid-induced protein 12)","string-db","7955.ENSDARP00000151574/7955.ENSDARP00000145763","physical","txid7955" +"A0A0R4IJ07","A1A5V9","Elongator complex protein 1","elp5","elp1","A1A5V9","Elongator complex protein 1","Elongator complex protein 5 (Dermal papilla-derived protein 6 homolog) (Retinoic acid-induced protein 12)","string-db","7955.ENSDARP00000151574/7955.ENSDARP00000135682","physical","txid7955" +"A0A0R4IJ07","Q0P424","Elongator complex protein 1","elp6","elp1","elp6","Elongator complex protein 1","Elongator complex protein 6 (Protein TMEM103)","string-db","7955.ENSDARP00000145763/7955.ENSDARP00000135682","physical","txid7955" +"Q5RIC0","Q0P424","elp3","elp6","elp3","elp6","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","Elongator complex protein 6 (Protein TMEM103)","string-db","7955.ENSDARP00000145763/7955.ENSDARP00000113240","physical","txid7955" +"Q5RIC0","A0A0R4IJ07","elp3","Elongator complex protein 1","elp3","elp1","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","Elongator complex protein 1","string-db","7955.ENSDARP00000135682/7955.ENSDARP00000113240","physical","txid7955" +"Q5RIC0","Q566Y1","elp3","elp4","elp3","Q566Y1","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","Elongator complex protein 4 (ELP4)","string-db","7955.ENSDARP00000131946/7955.ENSDARP00000113240","physical","txid7955" +"Q5RIC0","A1A5V9","elp3","elp5","elp3","A1A5V9","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","Elongator complex protein 5 (Dermal papilla-derived protein 6 homolog) (Retinoic acid-induced protein 12)","string-db","7955.ENSDARP00000151574/7955.ENSDARP00000113240","physical","txid7955" +"Q6DRC3","Q7ZV84","cfap298","dnaaf1","Q6DRC3","Q7ZV84","Cilia- and flagella-associated protein 298 (Protein kurly)","Dynein axonemal assembly factor 1 (Leucine-rich repeat-containing protein 50)","string-db","7955.ENSDARP00000115728/7955.ENSDARP00000104844","physical","txid7955" +"Q2PMI2","O93369","fa95c03","BMP2b","fstl1b","bmp2b","Follistatin-related protein 1 (Follistatin-like protein 1)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","string-db","7955.ENSDARP00000107417/7955.ENSDARP00000105068","physical","txid7955" +"Q2PMI2","A0A8M9QJ44","fa95c03","Extracellular serine/threonine protein kinase FAM20C","fstl1b","A0A8M9QJ44","Follistatin-related protein 1 (Follistatin-like protein 1)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000105068","physical","txid7955" +"F1QPN8","Q08BW0","wu:fi28a06","otud5a","otud5b","otud5a","ubiquitinyl hydrolase 1 (EC 3.4.19.12) (Deubiquitinating enzyme A)","OTU domain-containing protein 5-A (EC 3.4.19.12) (Deubiquitinating enzyme A) (DUBA)","string-db","7955.ENSDARP00000114334/7955.ENSDARP00000105205","physical","txid7955" +"Q4V914","Q6PC53","zgc:114051","ppial","macroh2a2","ppiab","Core histone macro-H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000105230","physical","txid7955" +"Q4V914","Q7T2T7","zgc:114051","wu:fk96a04","macroh2a2","mecp2","Core histone macro-H2A","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","string-db","7955.ENSDARP00000109399/7955.ENSDARP00000105230","physical","txid7955" +"E7F5V6","E7FGC6","Interleukin-1 receptor type 1-like","LOC799279","E7F5V6","E7FGC6","Interleukin-1 receptor type 1-like (Zmp:0000000936)","Interleukin-1 receptor type 1-like","string-db","7955.ENSDARP00000144331/7955.ENSDARP00000105440","physical","txid7955" +"E7FGJ0","Q1LYG0","ADAM metallopeptidase domain 15","sh3pxd2a","adam15","Q1LYG0","ADAM metallopeptidase domain 15 (Disintegrin and metalloproteinase domain-containing protein 15 isoform X2)","SH3 and PX domain-containing protein 2A","string-db","7955.ENSDARP00000127586/7955.ENSDARP00000105508","physical","txid7955" +"Q1LYE1","Q1LX51","fa20h03","wee2","wee1","wee2","Wee1-like protein kinase (EC 2.7.10.2)","Wee1-like protein kinase 2 (EC 2.7.10.2) (Wee1-like protein kinase 1B) (Wee1B kinase)","string-db","7955.ENSDARP00000109848/7955.ENSDARP00000105540","physical","txid7955" +"B0R059","Q804S5","Atoh1.1","mib1","atoh1a","mib1","Atonal bHLH transcription factor 1a (Protein atonal homolog 1)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000105581","physical","txid7955" +"E7FEB4","A0A0R4IPV5","SI:zC146F4.4","psmb3","E7FEB4","p4hb","Prolyl 4-hydroxylase subunit alpha-1 (EC 1.14.11.2) (Procollagen-proline,2-oxoglutarate-4-dioxygenase subunit alpha-1)","Protein disulfide-isomerase (EC 5.3.4.1)","string-db","7955.ENSDARP00000138657/7955.ENSDARP00000105672","physical","txid7955" +"A3KQQ9","A0A8M9QJ44","scg3","Extracellular serine/threonine protein kinase FAM20C","scg3","A0A8M9QJ44","Secretogranin-3 (Secretogranin III) (SgIII)","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000105698","physical","txid7955" +"Q6NY42","A0A0G2KJW7","wu:fa56a05","LOC553228","ggh","A0A0G2KJW7","folate gamma-glutamyl hydrolase (EC 3.4.19.9)","folate gamma-glutamyl hydrolase (EC 3.4.19.9)","string-db","7955.ENSDARP00000132623/7955.ENSDARP00000105739","physical","txid7955" +"F1QZ88","Q5RIX9","e2f8","e2f7","e2f8","e2f7","Transcription factor E2F8 (E2F-8)","Transcription factor E2F7 (E2F-7)","string-db","7955.ENSDARP00000117568/7955.ENSDARP00000105923","physical","txid7955" +"F1QZ88","A0A0R4ICD5","e2f8","fb72f07","e2f8","e2f4","Transcription factor E2F8 (E2F-8)","E2F transcription factor 4 (Transcription factor E2F4)","string-db","7955.ENSDARP00000132304/7955.ENSDARP00000105923","physical","txid7955" +"E7FDN5","Q7T2E8","ogmb","rhoac","E7FDN5","rhoac","Oligodendrocyte myelin glycoprotein b (Oligodendrocyte-myelin glycoprotein)","Rho-related GTP-binding protein RhoA-C","string-db","7955.ENSDARP00000151463/7955.ENSDARP00000106283","physical","txid7955" +"E7FDN5","F1QSA4","ogmb","siglec-4","E7FDN5","mag","Oligodendrocyte myelin glycoprotein b (Oligodendrocyte-myelin glycoprotein)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000106283","physical","txid7955" +"E7FDN5","E7FGW0","ogmb","Nerve growth factor receptor a","E7FDN5","ngfra","Oligodendrocyte myelin glycoprotein b (Oligodendrocyte-myelin glycoprotein)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","string-db","7955.ENSDARP00000112207/7955.ENSDARP00000106283","physical","txid7955" +"F1QLD8","F1QN44","LOC101884775","dap12","F1QLD8","F1QN44","Schwann cell myelin protein-like","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000106700","physical","txid7955" +"E7F9E2","A0A0R4IJ40","Granzyme K","hm:gc12","E7F9E2","A0A0R4IJ40","Granzyme K","Agrin","string-db","7955.ENSDARP00000133459/7955.ENSDARP00000106760","physical","txid7955" +"A5PMT9","X1WFC0","si:bx813304.1","C-C chemokine receptor type 6","ccr6a","X1WFC0","C-C chemokine receptor type 6 (Chemokine (C-C motif) receptor 6a)","C-C chemokine receptor type 6 (Chemokine (C-C motif) receptor 6b)","string-db","7955.ENSDARP00000128924/7955.ENSDARP00000106824","physical","txid7955" +"A5PMT9","B3DGM0","si:bx813304.1","LOC100004509","ccr6a","B3DGM0","C-C chemokine receptor type 6 (Chemokine (C-C motif) receptor 6a)","C-C motif chemokine","string-db","7955.ENSDARP00000138701/7955.ENSDARP00000106824","physical","txid7955" +"Q8JI10","Q91981","dmbx1a","otx2","dmbx1a","otx2","Diencephalon/mesencephalon homeobox protein 1-A (Paired homeobox protein 1)","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","string-db","7955.ENSDARP00000111153/7955.ENSDARP00000106835","physical","txid7955" +"E7FDF1","F1QW63","Alpha-","Alpha-","fut8b","F1QW63","Alpha-(1,6)-fucosyltransferase (EC 2.4.1.68)","Alpha-(1,6)-fucosyltransferase (EC 2.4.1.68)","string-db","7955.ENSDARP00000122544/7955.ENSDARP00000106843","physical","txid7955" +"Q0VIL3","B3DJI9","otomp","si:ch211-167c22.4","Q0VIL3","B3DJI9","Otolith matrix protein 1 (OMP-1)","Neuroserpin precursor (Serpin peptidase inhibitor, clade I (neuroserpin), member 1) (Si:ch211-167c22.4)","string-db","7955.ENSDARP00000138501/7955.ENSDARP00000106982","physical","txid7955" +"Q08BG7","Q6DGK1","scoca","zgc:92883","scoca","arl1","Short coiled-coil protein A","ADP-ribosylation factor-like protein 1","string-db","7955.ENSDARP00000150582/7955.ENSDARP00000107068","physical","txid7955" +"B8JKD5","Q8UW07","CYP1B","CYP1A","cyp1b1","cyp1a","Cytochrome P450 1A (EC 1.14.14.1)","Cytochrome P450 1A (EC 1.14.14.1)","string-db","7955.ENSDARP00000139599/7955.ENSDARP00000107132","physical","txid7955" +"A0A8M1NRP3","E7F981","ppara3","im:7151238","A0A8M1NRP3","nup98","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","Nuclear pore complex protein Nup98-Nup96","string-db","7955.ENSDARP00000110413/7955.ENSDARP00000107246","physical","txid7955" +"A0A8M1NRP3","K7DY57","ppara3","PPAR[a]","A0A8M1NRP3","pparab","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","string-db","7955.ENSDARP00000126384/7955.ENSDARP00000107246","physical","txid7955" +"A0A8M2BAM8","Q58EC4","kcnb2","kcnab1","A0A8M2BAM8","kcnab1a","Potassium voltage-gated channel subfamily B member 2 (Potassium voltage-gated channel, Shab-related subfamily, member 2)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000107363","physical","txid7955" +"Q7ZUF3","Q7SXA3","fc07a05","zgc:66168","ube2h","rps27a","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000107407","physical","txid7955" +"Q7ZUF3","F1QHN6","fc07a05","im:7042025","ube2h","ubc","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000107407","physical","txid7955" +"Q7ZUF3","A0A0N4SUD2","fc07a05","Ubi-p63E","ube2h","ubb","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000107407","physical","txid7955" +"F1R5S7","Q7ZSY3","fkd-6","smarca4","foxd3","smarca4a","Forkhead box protein D3","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","string-db","7955.ENSDARP00000143385/7955.ENSDARP00000107660","physical","txid7955" +"E7F0I1","Q06S87","5-hydroxyisourate hydrolase","urah","E7F0I1","Q06S87","5-hydroxyisourate hydrolase (HIU hydrolase) (HIUHase) (EC 3.5.2.17)","5-hydroxyisourate hydrolase (HIU hydrolase) (HIUHase) (EC 3.5.2.17) (Transthyretin-related protein)","string-db","7955.ENSDARP00000132931/7955.ENSDARP00000107779","physical","txid7955" +"L7VG99","A0A8M9QJ44","tmem132e","Extracellular serine/threonine protein kinase FAM20C","tmem132e","A0A8M9QJ44","Transmembrane protein 132E","Extracellular serine/threonine protein kinase FAM20C (FAM20C golgi-associated secretory pathway kinase b)","string-db","7955.ENSDARP00000108033/7955.ENSDARP00000107971","physical","txid7955" +"Q5NIW0","A0A0G2KDJ5","zgc:123028","Tsp-4b","matn3b","comp","Matrilin-3 precursor (Matrilin-3b)","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000122906","physical","txid7955" +"Q1JPX4","Q7SXA3","ube2wb","zgc:66168","Q1JPX4","rps27a","Probable ubiquitin-conjugating enzyme E2 W-B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme W-B) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.25) (Ubiquitin carrier protein W-B) (Ubiquitin-protein ligase W-B)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000108136","physical","txid7955" +"Q1JPX4","Q4VBH4","ube2wb","ube2wa","Q1JPX4","Q4VBH4","Probable ubiquitin-conjugating enzyme E2 W-B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme W-B) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.25) (Ubiquitin carrier protein W-B) (Ubiquitin-protein ligase W-B)","Probable ubiquitin-conjugating enzyme E2 W-A (EC 2.3.2.25) (E2 ubiquitin-conjugating enzyme W-A) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.23) (Ubiquitin carrier protein W-A) (Ubiquitin-protein ligase W-A)","string-db","7955.ENSDARP00000108827/7955.ENSDARP00000108136","physical","txid7955" +"Q1JPX4","F1QHN6","ube2wb","im:7042025","Q1JPX4","ubc","Probable ubiquitin-conjugating enzyme E2 W-B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme W-B) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.25) (Ubiquitin carrier protein W-B) (Ubiquitin-protein ligase W-B)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000108136","physical","txid7955" +"Q1JPX4","A0A0N4SUD2","ube2wb","Ubi-p63E","Q1JPX4","ubb","Probable ubiquitin-conjugating enzyme E2 W-B (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme W-B) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.25) (Ubiquitin carrier protein W-B) (Ubiquitin-protein ligase W-B)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000108136","physical","txid7955" +"Q4VBH4","A0A0R4ITP2","ube2wa","Mjd","Q4VBH4","atxn3","Probable ubiquitin-conjugating enzyme E2 W-A (EC 2.3.2.25) (E2 ubiquitin-conjugating enzyme W-A) (N-terminal E2 ubiquitin-conjugating enzyme) (EC 2.3.2.23) (Ubiquitin carrier protein W-A) (Ubiquitin-protein ligase W-A)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","string-db","7955.ENSDARP00000137828/7955.ENSDARP00000108827","physical","txid7955" +"E7F8M0","F1QN44","LOC103910452","dap12","E7F8M0","F1QN44","Sialic acid-binding Ig-like lectin 7","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000108209","physical","txid7955" +"Q3LGD4","B3DGU2","rab11fip4a","rab11fip4b","rab11fip4a","rab11fip4b","Rab11 family-interacting protein 4A (FIP4-Rab11) (Rab11-FIP4-A) (zRab11-FIP4-A)","Rab11 family-interacting protein 4B (FIP4-Rab11-B) (Rab11-FIP4-B)","string-db","7955.ENSDARP00000132572/7955.ENSDARP00000108296","physical","txid7955" +"Q3LGD4","A0A2R8QBM8","rab11fip4a","si:ch211-153c20.4","rab11fip4a","A0A2R8QBM8","Rab11 family-interacting protein 4A (FIP4-Rab11) (Rab11-FIP4-A) (zRab11-FIP4-A)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000108296","physical","txid7955" +"B3DGU2","A0A2R8QBM8","rab11fip4b","si:ch211-153c20.4","rab11fip4b","A0A2R8QBM8","Rab11 family-interacting protein 4B (FIP4-Rab11-B) (Rab11-FIP4-B)","Rab11 family-interacting protein 3 (EC 2.7.4.6)","string-db","7955.ENSDARP00000149009/7955.ENSDARP00000132572","physical","txid7955" +"E7F867","A0A0R4ID76","Si:ch211-180a12.2","B-cell antigen receptor complex-associated protein beta chain","E7F867","A0A0R4ID76","Si:ch211-180a12.2","B-cell antigen receptor complex-associated protein beta chain (CD79b molecule, immunoglobulin-associated beta)","string-db","7955.ENSDARP00000130568/7955.ENSDARP00000108304","physical","txid7955" +"Q6DBY9","Q1LWC9","chst1","si:dkey-227k11.1","Q6DBY9","Q1LWC9","Carbohydrate sulfotransferase 1 (EC 2.8.2.21) (Keratan sulfate Gal-6 sulfotransferase) (KS6ST) (KSGal6ST) (KSST)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000146607/7955.ENSDARP00000108405","physical","txid7955" +"E7F7C3","F1QVN6","PDZ domain-containing 8","im:7137347","E7F7C3","zfyve27","PDZ domain-containing 8 (PDZ domain-containing protein 8)","Protrudin (Zinc finger FYVE domain-containing protein 27)","string-db","7955.ENSDARP00000113701/7955.ENSDARP00000108510","physical","txid7955" +"F1QVW0","Q1LX84","anf","sGC","nppa","npr1a","Natriuretic peptide A (Natriuretic peptides A precursor)","Guanylate cyclase (EC 4.6.1.2)","string-db","7955.ENSDARP00000116998/7955.ENSDARP00000108691","physical","txid7955" +"F1QTL1","Q6PC53","si:ch1073-159d7.11","ppial","hist1h2a11","ppiab","Histone H2A","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","string-db","7955.ENSDARP00000134856/7955.ENSDARP00000108828","physical","txid7955" +"E7FE13","A5WWA0","lgr4","znrf3","lgr4","A5WWA0","Leucine-rich repeat-containing G-protein coupled receptor 4","E3 ubiquitin-protein ligase znrf3 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase znrf3) (Zinc/RING finger protein 3)","string-db","7955.ENSDARP00000154288/7955.ENSDARP00000137036","physical","txid7955" +"Q6TCF7","Q6QX43","gthI","GPHa","Q6TCF7","Q6QX43","Follicle-stimulating hormone beta subunit (Follicle-stimulating hormone subunit beta) (Follitropin subunit beta isoform X1) (Follitropin subunit beta precursor)","Glycoprotein hormones alpha chain","string-db","7955.ENSDARP00000127496/7955.ENSDARP00000109046","physical","txid7955" +"B3DHF2","E7F111","RETGC-1","RETGC-2","B3DHF2","gc2","Guanylate cyclase (EC 4.6.1.2)","Guanylate cyclase (EC 4.6.1.2)","string-db","7955.ENSDARP00000143153/7955.ENSDARP00000109090","physical","txid7955" +"A3KH14","Q6NX86","TLR1.2","HMGB1","A3KH14","hmgb1a","Toll-like receptor 18 (Toll-like receptor 18 precursor)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000124565","physical","txid7955" +"A0A2R8QK04","Q6P5K1","cyth3b","arl4a","A0A2R8QK04","arl4aa","Cytohesin 1a (Cytohesin-3 isoform X1)","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","string-db","7955.ENSDARP00000141503/7955.ENSDARP00000109272","physical","txid7955" +"E7EXE0","A0A8M2BAK6","DNA annealing helicase and endonuclease ZRANB3","Helicase-like transcription factor","zranb3","A0A8M2BAK6","DNA annealing helicase and endonuclease ZRANB3 (Zinc finger, RAN-binding domain-containing 3)","Helicase-like transcription factor","string-db","7955.ENSDARP00000120933/7955.ENSDARP00000109706","physical","txid7955" +"Q7ZW92","P0C218","zgc:56677","ddx20","strap","P0C218","Serine-threonine kinase receptor-associated protein","Probable ATP-dependent RNA helicase DDX20 (EC 3.6.1.15) (EC 3.6.4.13) (DEAD box protein 20)","string-db","7955.ENSDARP00000143528/7955.ENSDARP00000109783","physical","txid7955" +"F1QDA6","Q58EK5","zgc:101071","tdrd1","F1QDA6","Q58EK5","Long-chain-fatty-acid--CoA ligase (EC 6.2.1.3)","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000109890","physical","txid7955" +"F1Q4Y1","Q5PR61","zgc:153503","lmbrd1","abcd4","Q5PR61","ATP-binding cassette sub-family D member 4 (ATP-binding cassette, sub-family D (ALD), member 4)","Lysosomal cobalamin transport escort protein LMBD1 (LMBD1) (LMBR1 domain-containing protein 1)","string-db","7955.ENSDARP00000140434/7955.ENSDARP00000110201","physical","txid7955" +"Q58A48","F1QSA4","tsku","siglec-4","Q58A48","mag","Tsukushi (Leucine-rich repeat-containing protein 54) (Z-TSK)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","string-db","7955.ENSDARP00000136924/7955.ENSDARP00000110663","physical","txid7955" +"Q58A48","F1QYA8","tsku","UNC93B1","Q58A48","F1QYA8","Tsukushi (Leucine-rich repeat-containing protein 54) (Z-TSK)","Protein unc-93 homolog B1 (UNC93B1) (Unc-93 homolog B1, TLR-signaling regulator) (Unc-93-like protein B1)","string-db","7955.ENSDARP00000139372/7955.ENSDARP00000110663","physical","txid7955" +"A0A8M3B132","X1WGA9","zgc:152987","zgc:158327","A0A8M3B132","syne3","Si:ch211-137a8.2 (Uncharacterized protein LOC777613)","Nesprin-3 (Spectrin repeat-containing, nuclear envelope family member 3)","string-db","7955.ENSDARP00000129264/7955.ENSDARP00000118645","physical","txid7955" +"E7F184","A0A8M3B132","si:dkey-92f12.2","zgc:152987","si:dkey-92f12.2","A0A8M3B132","SUN domain-containing protein 2-like (Si:dkey-92f12.2)","Si:ch211-137a8.2 (Uncharacterized protein LOC777613)","string-db","7955.ENSDARP00000118645/7955.ENSDARP00000116173","physical","txid7955" +"E7F184","X1WGA9","si:dkey-92f12.2","zgc:158327","si:dkey-92f12.2","syne3","SUN domain-containing protein 2-like (Si:dkey-92f12.2)","Nesprin-3 (Spectrin repeat-containing, nuclear envelope family member 3)","string-db","7955.ENSDARP00000129264/7955.ENSDARP00000116173","physical","txid7955" +"Q6XZH1","P79734","pou4f2/brn-3b","tp53","Q6XZH1","tp53","POU domain protein","Cellular tumor antigen p53 (Tumor suppressor p53)","string-db","7955.ENSDARP00000116736/7955.ENSDARP00000111629","physical","txid7955" +"Q0KIZ7","P46530","Kir7.1","notch1a","Q0KIZ7","P46530","Inward rectifier potassium channel 13 (Inwardly rectifying potassium channel 7.1) (Potassium inwardly rectifying channel subfamily J member 13)","Neurogenic locus notch homolog protein 1 (Notch 1) [Cleaved into: Notch 1 extracellular truncation (NEXT); Notch 1 intracellular domain (NICD)]","string-db","7955.ENSDARP00000137942/7955.ENSDARP00000126942","physical","txid7955" +"A2BHB8","F1Q5Z8","g1p2","p62","A2BHB8","sqstm1","ISG15 ubiquitin-like modifier (Si:rp71-1c23.2)","Sequestosome-1","string-db","7955.ENSDARP00000117113/7955.ENSDARP00000112153","physical","txid7955" +"A2BHB8","F8W4B7","g1p2","Histone deacetylase 6","A2BHB8","hdac6","ISG15 ubiquitin-like modifier (Si:rp71-1c23.2)","Histone deacetylase 6","string-db","7955.ENSDARP00000124246/7955.ENSDARP00000112153","physical","txid7955" +"B0R191","E9QJ73","cxcl11.6","cxcr3.2","cxcl11.6","E9QJ73","C-X-C motif chemokine 11-6","C-X-C chemokine receptor type 3-2","string-db","7955.ENSDARP00000122984/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","A0A0G2KM47","cxcl11.6","cxcl11.4","cxcl11.6","A0A0G2KM47","C-X-C motif chemokine 11-6","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000133434/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","A0A0R4INB9","cxcl11.6","cxcl11.1","cxcl11.6","A0A0R4INB9","C-X-C motif chemokine 11-6","C-X-C motif chemokine 11-1","string-db","7955.ENSDARP00000135444/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","A2BHJ6","cxcl11.6","cxc64","cxcl11.6","A2BHJ6","C-X-C motif chemokine 11-6","Chemokine (C-X-C motif) ligand 11, duplicate 8","string-db","7955.ENSDARP00000123477/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","A0A0R4IQ43","cxcl11.6","C-X-C motif chemokine 11-6-like","cxcl11.6","cxcl11.5","C-X-C motif chemokine 11-6","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","string-db","7955.ENSDARP00000136838/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","A0A0G2KWZ2","cxcl11.6","cxcl11.3","cxcl11.6","A0A0G2KWZ2","C-X-C motif chemokine 11-6","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000112794","physical","txid7955" +"B0R191","F1Q6R0","cxcl11.6","sb:eu378","cxcl11.6","cxcr3.1","C-X-C motif chemokine 11-6","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","string-db","7955.ENSDARP00000115748/7955.ENSDARP00000112794","physical","txid7955" +"A0A0R4INB9","A0A0G2KWZ2","cxcl11.1","cxcl11.3","A0A0R4INB9","A0A0G2KWZ2","C-X-C motif chemokine 11-1","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000135444","physical","txid7955" +"A0A0R4INB9","A0A0R4IQ43","cxcl11.1","C-X-C motif chemokine 11-6-like","A0A0R4INB9","cxcl11.5","C-X-C motif chemokine 11-1","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","string-db","7955.ENSDARP00000136838/7955.ENSDARP00000135444","physical","txid7955" +"A0A0R4INB9","A0A140LFQ7","cxcl11.1","si:ch211-207g17.2","A0A0R4INB9","A0A140LFQ7","C-X-C motif chemokine 11-1","C-C chemokine receptor type 5-like (Chemokine (C-C motif) receptor 2)","string-db","7955.ENSDARP00000142081/7955.ENSDARP00000135444","physical","txid7955" +"A0A0G2KM47","A0A0R4IQ43","cxcl11.4","C-X-C motif chemokine 11-6-like","A0A0G2KM47","cxcl11.5","C-X-C motif chemokine 11-6-like","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","string-db","7955.ENSDARP00000136838/7955.ENSDARP00000133434","physical","txid7955" +"A0A0G2KM47","A0A0R4INB9","cxcl11.4","cxcl11.1","A0A0G2KM47","A0A0R4INB9","C-X-C motif chemokine 11-6-like","C-X-C motif chemokine 11-1","string-db","7955.ENSDARP00000135444/7955.ENSDARP00000133434","physical","txid7955" +"A0A0G2KM47","A0A0G2KWZ2","cxcl11.4","cxcl11.3","A0A0G2KM47","A0A0G2KWZ2","C-X-C motif chemokine 11-6-like","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000133434","physical","txid7955" +"F1Q6R0","A0A0R4INB9","sb:eu378","cxcl11.1","cxcr3.1","A0A0R4INB9","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","C-X-C motif chemokine 11-1","string-db","7955.ENSDARP00000135444/7955.ENSDARP00000115748","physical","txid7955" +"F1Q6R0","A0A0R4IQ43","sb:eu378","C-X-C motif chemokine 11-6-like","cxcr3.1","cxcl11.5","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","string-db","7955.ENSDARP00000136838/7955.ENSDARP00000115748","physical","txid7955" +"F1Q6R0","A0A0G2KM47","sb:eu378","cxcl11.4","cxcr3.1","A0A0G2KM47","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000133434/7955.ENSDARP00000115748","physical","txid7955" +"F1Q6R0","E9QJ73","sb:eu378","cxcr3.2","cxcr3.1","E9QJ73","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","C-X-C chemokine receptor type 3-2","string-db","7955.ENSDARP00000122984/7955.ENSDARP00000115748","physical","txid7955" +"F1Q6R0","A2BHJ6","sb:eu378","cxc64","cxcr3.1","A2BHJ6","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","Chemokine (C-X-C motif) ligand 11, duplicate 8","string-db","7955.ENSDARP00000123477/7955.ENSDARP00000115748","physical","txid7955" +"F1Q6R0","A0A0G2KWZ2","sb:eu378","cxcl11.3","cxcr3.1","A0A0G2KWZ2","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000115748","physical","txid7955" +"A2BHJ6","A0A0G2KWZ2","cxc64","cxcl11.3","A2BHJ6","A0A0G2KWZ2","Chemokine (C-X-C motif) ligand 11, duplicate 8","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000123477","physical","txid7955" +"A2BHJ6","A0A0G2KM47","cxc64","cxcl11.4","A2BHJ6","A0A0G2KM47","Chemokine (C-X-C motif) ligand 11, duplicate 8","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000133434/7955.ENSDARP00000123477","physical","txid7955" +"A2BHJ6","A0A0R4INB9","cxc64","cxcl11.1","A2BHJ6","A0A0R4INB9","Chemokine (C-X-C motif) ligand 11, duplicate 8","C-X-C motif chemokine 11-1","string-db","7955.ENSDARP00000135444/7955.ENSDARP00000123477","physical","txid7955" +"A2BHJ6","A0A0R4IQ43","cxc64","C-X-C motif chemokine 11-6-like","A2BHJ6","cxcl11.5","Chemokine (C-X-C motif) ligand 11, duplicate 8","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","string-db","7955.ENSDARP00000136838/7955.ENSDARP00000123477","physical","txid7955" +"A0A0R4IQ43","A0A0G2KWZ2","C-X-C motif chemokine 11-6-like","cxcl11.3","cxcl11.5","A0A0G2KWZ2","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","C-X-C motif chemokine 11-6-like","string-db","7955.ENSDARP00000136965/7955.ENSDARP00000136838","physical","txid7955" +"F1QB40","B8A4W8","fb79e08","zgc:158667","F1QB40","pank2","Pantothenate kinase 1a (Pantothenate kinase 3 (EC 2.7.1.33))","Pantothenate kinase 2 (EC 2.7.1.33)","string-db","7955.ENSDARP00000116294/7955.ENSDARP00000112870","physical","txid7955" +"F1R0C0","E7FGT2","fb11g07","GDH/6PGL endoplasmic bifunctional protein","pgls","h6pd","6-phosphogluconolactonase (6PGL) (EC 3.1.1.31)","GDH/6PGL endoplasmic bifunctional protein (Hexose-6-phosphate dehydrogenase (glucose 1-dehydrogenase))","string-db","7955.ENSDARP00000124115/7955.ENSDARP00000113038","physical","txid7955" +"B0S7H1","B8A4Q2","cb1056","pdxk","B0S7H1","pdxkb","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","string-db","7955.ENSDARP00000123040/7955.ENSDARP00000113113","physical","txid7955" +"B0S7H1","A9JRB9","cb1056","Phosphatase, orphan 2","B0S7H1","phospho2","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","Phosphatase, orphan 2 (Pyridoxal phosphate phosphatase PHOSPHO2 (EC 3.1.3.74)) (Zgc:172082 protein)","string-db","7955.ENSDARP00000134116/7955.ENSDARP00000113113","physical","txid7955" +"B0S7H1","B3DI21","cb1056","Pyridoxal","B0S7H1","pdxp","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","Pyridoxal (pyridoxine, vitamin B6) phosphatase (Pyridoxal phosphate phosphatase (EC 3.1.3.74)) (Zgc:194409)","string-db","7955.ENSDARP00000151067/7955.ENSDARP00000113113","physical","txid7955" +"B8A4Q2","A9JRB9","pdxk","Phosphatase, orphan 2","pdxkb","phospho2","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","Phosphatase, orphan 2 (Pyridoxal phosphate phosphatase PHOSPHO2 (EC 3.1.3.74)) (Zgc:172082 protein)","string-db","7955.ENSDARP00000134116/7955.ENSDARP00000123040","physical","txid7955" +"B8A4Q2","B3DI21","pdxk","Pyridoxal","pdxkb","pdxp","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","Pyridoxal (pyridoxine, vitamin B6) phosphatase (Pyridoxal phosphate phosphatase (EC 3.1.3.74)) (Zgc:194409)","string-db","7955.ENSDARP00000151067/7955.ENSDARP00000123040","physical","txid7955" +"A9JRB9","B3DI21","Phosphatase, orphan 2","Pyridoxal","phospho2","pdxp","Phosphatase, orphan 2 (Pyridoxal phosphate phosphatase PHOSPHO2 (EC 3.1.3.74)) (Zgc:172082 protein)","Pyridoxal (pyridoxine, vitamin B6) phosphatase (Pyridoxal phosphate phosphatase (EC 3.1.3.74)) (Zgc:194409)","string-db","7955.ENSDARP00000151067/7955.ENSDARP00000134116","physical","txid7955" +"Q1LYN4","P57094","si:ch211-39e15.2","axin1","Q1LYN4","P57094","[tau protein] kinase (EC 2.7.11.26)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000113115","physical","txid7955" +"F1Q5G8","Q8QFX6","Semaphorin-3D","nrp1a","si:dkey-49n23.1","Q8QFX6","Semaphorin-3D (Si:dkey-49n23.1)","Neuropilin-1a (znrp1)","string-db","7955.ENSDARP00000140900/7955.ENSDARP00000113231","physical","txid7955" +"E7F7J1","E7FB58","Adrenodoxin","NADPH:adrenodoxin oxidoreductase, mitochondrial","fdx1","E7FB58","Adrenodoxin (Ferredoxin 1)","NADPH:adrenodoxin oxidoreductase, mitochondrial (EC 1.18.1.6)","string-db","7955.ENSDARP00000149109/7955.ENSDARP00000113657","physical","txid7955" +"E7F7J1","Q08C57","Adrenodoxin","fdx2","fdx1","Q08C57","Adrenodoxin (Ferredoxin 1)","Ferredoxin-2, mitochondrial (Adrenodoxin-like protein) (Ferredoxin-1-like protein)","string-db","7955.ENSDARP00000131094/7955.ENSDARP00000113657","physical","txid7955" +"E7F7J1","A8WGA0","Adrenodoxin","cyp27c1","fdx1","cyp27c1","Adrenodoxin (Ferredoxin 1)","Cytochrome P450 27C1 (EC 1.14.19.53) (All-trans retinol 3,4-desaturase)","string-db","7955.ENSDARP00000118349/7955.ENSDARP00000113657","physical","txid7955" +"E9QI45","A0A0G2KDJ5","Granulin a","Tsp-4b","grna","comp","Granulin a (Granulin-a isoform X6)","Cartilage oligomeric matrix protein","string-db","7955.ENSDARP00000130361/7955.ENSDARP00000113859","physical","txid7955" +"B7TWP7","F1RCY6","pnrc2","upf1","pnrc2","F1RCY6","Proline-rich nuclear receptor coactivator 2","Regulator of nonsense transcripts 1 (EC 3.6.4.-) (ATP-dependent helicase RENT1) (Nonsense mRNA reducing factor 1) (NORF1) (Up-frameshift suppressor 1 homolog)","string-db","7955.ENSDARP00000153550/7955.ENSDARP00000113947","physical","txid7955" +"Q5RHR2","A0A8M9PPS1","adenylate cyclase","Calcitonin receptor","Q5RHR2","A0A8M9PPS1","adenylate cyclase (EC 4.6.1.1)","Calcitonin receptor","string-db","7955.ENSDARP00000116046/7955.ENSDARP00000114102","physical","txid7955" +"F1QXP0","P0C8M3","vash1","svbp","vash1","svbp","Vasohibin-1","Small vasohibin-binding protein (Coiled-coil domain-containing protein 23)","string-db","7955.ENSDARP00000136802/7955.ENSDARP00000114200","physical","txid7955" +"B8JM40","X1WF30","rg9mtd1","si:dkey-74h17.5","trmt10c","trmt61b","tRNA methyltransferase 10 homolog C (EC 2.1.1.218) (EC 2.1.1.221) (Mitochondrial ribonuclease P protein 1) (RNA (guanine-9-)-methyltransferase domain-containing protein 1) (mRNA methyladenosine-N(1)-methyltransferase) (tRNA (adenine(9)-N(1))-methyltransferase) (tRNA (guanine(9)-N(1))-methyltransferase)","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","string-db","7955.ENSDARP00000128834/7955.ENSDARP00000114343","physical","txid7955" +"Q1L981","Q58EK5","tdrd5","tdrd1","Q1L981","Q58EK5","Tudor domain-containing protein 5","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000122775","physical","txid7955" +"F1QJJ9","Q5TYU5","adipor1","si:ch211-281k12.9","adipor1a","adipor2","Adiponectin receptor 1a","Adiponectin receptor 2 (Adiponectin receptor protein 2) (Adipor2 protein)","string-db","7955.ENSDARP00000132321/7955.ENSDARP00000114440","physical","txid7955" +"A0A8M2BAZ7","F1QN44","Branched chain keto acid dehydrogenase E1 subunit beta,-like","dap12","A0A8M2BAZ7","F1QN44","Branched chain keto acid dehydrogenase E1 subunit beta,-like (Sialic acid-binding Ig-like lectin 6 isoform X1)","TYRO protein tyrosine kinase-binding protein (DNAX-activation protein 12)","string-db","7955.ENSDARP00000117884/7955.ENSDARP00000114526","physical","txid7955" +"F1QEA9","F1QGJ2","Neutral and basic amino acid transport protein rBAT","B","F1QEA9","slc7a9","Neutral and basic amino acid transport protein rBAT (Solute carrier family 3 member 1)","B(0,+)-type amino acid transporter 1 (Solute carrier family 7 member 9)","string-db","7955.ENSDARP00000142939/7955.ENSDARP00000114538","physical","txid7955" +"A5PMG8","Q6NUT7","sort1","sort1","sort1b","Q6NUT7","Sortilin 1b","Sortilin","string-db","7955.ENSDARP00000131691/7955.ENSDARP00000119088","physical","txid7955" +"F1Q7E1","A0A0G2KRY8","mgat3","Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase","mgat3a","A0A0G2KRY8","Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase a (Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase isoform X1)","Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase","string-db","7955.ENSDARP00000135169/7955.ENSDARP00000115092","physical","txid7955" +"E7FGT1","A2CEZ5","Cell cycle and apoptosis regulator 2","znf326","ccar2","A2CEZ5","Cell cycle and apoptosis regulator 2 (Cell cycle and apoptosis regulator protein 2 isoform X3)","DBIRD complex subunit ZNF326 (Zinc finger protein 326) (Zinc finger protein interacting with mRNPs)","string-db","7955.ENSDARP00000134575/7955.ENSDARP00000115210","physical","txid7955" +"B8JHY6","Q0GFG2","si:dkey-22i16.2","cnga5","B8JHY6","Q0GFG2","Cyclic nucleotide-gated channel subunit alpha 1a (Uncharacterized protein LOC100001558)","Cyclic nucleotide-gated channel CNGA5 (Cyclic nucleotide-gated channel subunit alpha 2a) (Cyclic nucleotide-gated olfactory channel)","string-db","7955.ENSDARP00000136862/7955.ENSDARP00000115254","physical","txid7955" +"A2A121","P02687","cb572","MBP","dclk2a","P02687","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Myelin basic protein (MBP) (20 kDa microtubule-stabilizing protein) (Myelin A1 protein)","psicquic","26190107;20097902;26190107;20097902","physical","txid7955" +"A2A121","Q63450","cb572","Camk1","dclk2a","Q63450","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Calcium/calmodulin-dependent protein kinase type 1 (EC 2.7.11.17) (CaM kinase I) (CaM-KI) (CaM kinase I alpha) (CaMKI-alpha)","psicquic","26190107;20097902","physical","txid7955" +"A2A121","F1QHI8","cb572","zgc:56104","dclk2a","F1QHI8","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Platelet-derived growth factor receptor-like protein","psicquic","20097902","physical","txid7955" +"Q6PCS4","E7F6P4","arhgap29","Ras-interacting protein 1","Q6PCS4","E7F6P4","Rho GTPase-activating protein 29 (Rho-type GTPase-activating protein 29)","Ras-interacting protein 1","string-db","7955.ENSDARP00000128128/7955.ENSDARP00000115452","physical","txid7955" +"Q7SZW4","F1QGH7","si:dkey-76p14.4","ctnnb1","sox12","ctnnb1","Transcription factor SOX","Catenin beta-1 (Beta-catenin)","string-db","7955.ENSDARP00000139205/7955.ENSDARP00000115489","physical","txid7955" +"B0R1E9","Q7ZUH8","si:dkey-8m7.1","zgc:56518","B0R1E9","mgst3a","Microsomal glutathione S-transferase 1 (EC 2.5.1.18)","Microsomal glutathione S-transferase 3 (EC 2.5.1.18) (Microsomal glutathione S-transferase 3a) (Zgc:56518)","string-db","7955.ENSDARP00000133484/7955.ENSDARP00000115538","physical","txid7955" +"F1Q6N3","Q58EC4","Potassium channel, subfamily V, member 2a","kcnab1","F1Q6N3","kcnab1a","Potassium channel, subfamily V, member 2a (Potassium voltage-gated channel subfamily V member 2)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000115784","physical","txid7955" +"F1QAR8","F1QA47","Centrosomal protein 170Aa","ccdc120","cep170aa","ccdc120","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","Coiled-coil domain containing 120","string-db","7955.ENSDARP00000119178/7955.ENSDARP00000115940","physical","txid7955" +"Q7SX85","A0A0R4IM91","sestd1","trpc4a","sestd1","trpc4b","SEC14 domain and spectrin repeat-containing protein 1 (Protein Solo)","Transient receptor potential cation channel, subfamily C, member 4b","string-db","7955.ENSDARP00000136413/7955.ENSDARP00000116017","physical","txid7955" +"B0UXI2","Q92008","fkd9","shha","B0UXI2","Q92008","Forkhead box D2 (Forkhead box protein D2)","Sonic hedgehog protein (SHHA) (EC 3.1.-.-) (Shh unprocessed N-terminal signaling and C-terminal autoprocessing domains) (ShhNC) (VHH-1) [Cleaved into: Sonic hedgehog protein A N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","string-db","7955.ENSDARP00000125090/7955.ENSDARP00000116120","physical","txid7955" +"Q7T2E0","F1Q6P4","cd82","fc18f11","cd82b","cd82a","Tetraspanin","Tetraspanin","string-db","7955.ENSDARP00000124595/7955.ENSDARP00000116394","physical","txid7955" +"B0V0X1","A0A0R4IH35","zgc:85813","si:dkey-37m8.6","pccb","mccc1","Propionyl-CoA carboxylase beta chain, mitochondrial (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit beta)","Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial (EC 6.4.1.4) (Methylcrotonyl-CoA carboxylase subunit)","string-db","7955.ENSDARP00000132399/7955.ENSDARP00000116664","physical","txid7955" +"B0V0X1","A0A0R4IFJ4","zgc:85813","PYCa","pccb","pcxa","Propionyl-CoA carboxylase beta chain, mitochondrial (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit beta)","Pyruvate carboxylase (EC 6.4.1.1)","string-db","7955.ENSDARP00000132084/7955.ENSDARP00000116664","physical","txid7955" +"X1WGA8","Q90459","non-specific serine/threonine protein kinase","ccnd1","X1WGA8","ccnd1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","G1/S-specific cyclin-D1","string-db","7955.ENSDARP00000140550/7955.ENSDARP00000129263","physical","txid7955" +"B0UXV4","F8W5P0","ggt5","Glutathione hydrolase","B0UXV4","ggt1b","Gamma-glutamyltransferase 5 (EC 2.3.2.2)","Glutathione hydrolase (EC 2.3.2.2) (EC 3.4.19.13) (Gamma-glutamyltransferase) (Gamma-glutamyltranspeptidase)","string-db","7955.ENSDARP00000125027/7955.ENSDARP00000116811","physical","txid7955" +"B0UXV4","F8W3T7","ggt5","Glutathione hydrolase","B0UXV4","F8W3T7","Gamma-glutamyltransferase 5 (EC 2.3.2.2)","Glutathione hydrolase (EC 2.3.2.2) (EC 3.4.19.13) (Gamma-glutamyltransferase) (Gamma-glutamyltranspeptidase)","string-db","7955.ENSDARP00000124037/7955.ENSDARP00000116811","physical","txid7955" +"F8W3T7","F8W5P0","Glutathione hydrolase","Glutathione hydrolase","F8W3T7","ggt1b","Glutathione hydrolase (EC 2.3.2.2) (EC 3.4.19.13) (Gamma-glutamyltransferase) (Gamma-glutamyltranspeptidase)","Glutathione hydrolase (EC 2.3.2.2) (EC 3.4.19.13) (Gamma-glutamyltransferase) (Gamma-glutamyltranspeptidase)","string-db","7955.ENSDARP00000125027/7955.ENSDARP00000124037","physical","txid7955" +"Q7T3S5","Q5XJP0","b3gnt5a","b3gnt5b","Q7T3S5","Q5XJP0","Lactosylceramide 1,3-N-acetyl-beta-D-glucosaminyltransferase A (EC 2.4.1.206) (Lactotriaosylceramide synthase A) (Lc(3)Cer synthase A) (Lc3 synthase A) (UDP-GlcNAc:beta-Gal beta-1,3-N-acetylglucosaminyltransferase 5A) (BGnT-5A) (Beta-1,3-Gn-T5A) (Beta-1,3-N-acetylglucosaminyltransferase 5A) (Beta3Gn-T5A)","Lactosylceramide 1,3-N-acetyl-beta-D-glucosaminyltransferase B (EC 2.4.1.206) (Lactotriaosylceramide synthase B) (Lc(3)Cer synthase B) (Lc3 synthase B) (UDP-GlcNAc:beta-Gal beta-1,3-N-acetylglucosaminyltransferase 5B) (BGnT-5B) (Beta-1,3-Gn-T5B) (Beta-1,3-N-acetylglucosaminyltransferase 5B) (Beta3Gn-T5B)","string-db","7955.ENSDARP00000123385/7955.ENSDARP00000117098","physical","txid7955" +"F1QPL8","A3KQK1","si:ch211-1n9.11","si:dkey-202e17.4","tacr2","A3KQK1","Substance-K receptor (NK-2 receptor) (Neurokinin A receptor) (Tachykinin receptor 2)","Tachykinin 1 (Protachykinin-1 precursor) (TAC1) (Tachykinin precursor 1)","string-db","7955.ENSDARP00000121442/7955.ENSDARP00000117211","physical","txid7955" +"A0JMN0","A0A8M1NT99","zgc:154039","sgms2","sgms1","A0A8M1NT99","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","Phosphatidylcholine:ceramide cholinephosphotransferase 2 (EC 2.7.8.27) (Sphingomyelin synthase 2a)","string-db","7955.ENSDARP00000118703/7955.ENSDARP00000117358","physical","txid7955" +"A0JMN0","Q5U3Z9","zgc:154039","wu:fi06d09","sgms1","-","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","string-db","7955.ENSDARP00000122611/7955.ENSDARP00000117358","physical","txid7955" +"A0A8M1NT99","Q5U3Z9","sgms2","wu:fi06d09","A0A8M1NT99","-","Phosphatidylcholine:ceramide cholinephosphotransferase 2 (EC 2.7.8.27) (Sphingomyelin synthase 2a)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","string-db","7955.ENSDARP00000122611/7955.ENSDARP00000118703","physical","txid7955" +"Q7ZUK0","P57094","rnf146","axin1","Q7ZUK0","P57094","E3 ubiquitin-protein ligase rnf146 (EC 2.3.2.27) (RING finger protein 146) (RING-type E3 ubiquitin transferase rnf146)","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000121982","physical","txid7955" +"Q7ZUK0","P57095","rnf146","axin2","Q7ZUK0","axin2","E3 ubiquitin-protein ligase rnf146 (EC 2.3.2.27) (RING finger protein 146) (RING-type E3 ubiquitin transferase rnf146)","Axin-2 (Axis inhibition protein 2)","string-db","7955.ENSDARP00000132477/7955.ENSDARP00000121982","physical","txid7955" +"Q804G7","Q58EK5","ANXIV","tdrd1","Q804G7","Q58EK5","Annexin","Tudor domain-containing protein 1","string-db","7955.ENSDARP00000127267/7955.ENSDARP00000117628","physical","txid7955" +"Q503U3","Q7SXN5","Mitochondrial fission factor homolog A","dnm1l","Q503U3","dnm1l","Mitochondrial fission factor homolog A","Dynamin-1-like protein (EC 3.6.5.5)","string-db","7955.ENSDARP00000142560/7955.ENSDARP00000120140","physical","txid7955" +"A2BHL7","A0JMD4","Two pore calcium channel protein 1 isoform X3","tpcn2","tpcn1","A0JMD4","Two pore calcium channel protein 1 isoform X3 (Two pore segment channel 1)","Two pore channel protein 2 (Two pore calcium channel protein 2) (Voltage-dependent calcium channel protein TPC2)","string-db","7955.ENSDARP00000133679/7955.ENSDARP00000118062","physical","txid7955" +"A5PM89","K7DYB2","chst2","Sulfotransferase","chst2a","K7DYB2","Sulfotransferase (EC 2.8.2.-)","Sulfotransferase (EC 2.8.2.-)","string-db","7955.ENSDARP00000126440/7955.ENSDARP00000118233","physical","txid7955" +"F1QLJ9","A0A0R4IKT5","zgc:92576","si:ch73-45o6.2","wipi2","si:ch73-45o6.2","WD repeat domain phosphoinositide-interacting protein 2","Autophagy-related protein 2 homolog A isoform X2 (Si:ch73-45o6.2)","string-db","7955.ENSDARP00000134362/7955.ENSDARP00000118552","physical","txid7955" +"F1QLJ9","F1RDC0","zgc:92576","apg5l","wipi2","atg5","WD repeat domain phosphoinositide-interacting protein 2","Autophagy protein 5","string-db","7955.ENSDARP00000124077/7955.ENSDARP00000118552","physical","txid7955" +"A0A8M1NB85","Q6PFU4","ack1","cdc42a","A0A8M1NB85","cdc42","non-specific protein-tyrosine kinase (EC 2.7.10.2)","Cell division control protein 42 homolog (EC 3.6.5.2)","string-db","7955.ENSDARP00000129339/7955.ENSDARP00000118604","physical","txid7955" +"A0A8M1NB85","Q6PC73","ack1","grb2","A0A8M1NB85","grb2b","non-specific protein-tyrosine kinase (EC 2.7.10.2)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","string-db","7955.ENSDARP00000122829/7955.ENSDARP00000118604","physical","txid7955" +"F1Q7N8","R4GEJ6","Calcium-transporting ATPase","Glutamic acid-rich protein isoform X2","si:dkey-28b4.8","R4GEJ6","Calcium-transporting ATPase (EC 7.2.2.10)","Glutamic acid-rich protein isoform X2 (Histidine-rich calcium-binding protein)","string-db","7955.ENSDARP00000126909/7955.ENSDARP00000118986","physical","txid7955" +"Q5RGP9","A0A8M3B2X7","ccdc59","si:ch73-376l24.6","ccdc59","A0A8M3B2X7","Thyroid transcription factor 1-associated protein 26 homolog","Si:ch73-376l24.6 (Transcription termination factor 1 isoform X2)","string-db","7955.ENSDARP00000121645/7955.ENSDARP00000119374","physical","txid7955" +"Q6T938","B7SXM5","fibpb","ier2","Q6T938","B7SXM5","Acidic fibroblast growth factor intracellular-binding protein B (aFGF intracellular-binding protein B) (FGF-1 intracellular-binding protein B)","Immediate early response gene 2 protein","string-db","7955.ENSDARP00000135138/7955.ENSDARP00000119615","physical","txid7955" +"Q5RHM7","B0V2X9","alpha-1,2-Mannosidase","fj20e02","man1a1","man1a2","alpha-1,2-Mannosidase (EC 3.2.1.-)","alpha-1,2-Mannosidase (EC 3.2.1.-)","string-db","7955.ENSDARP00000143611/7955.ENSDARP00000119736","physical","txid7955" +"A9C3W3","A0A0R4IAS2","kazna","cb180","kazna","ppl","Kazrin-A","Periplakin","string-db","7955.ENSDARP00000130075/7955.ENSDARP00000120248","physical","txid7955" +"A2BFP5","A0A0G2KTI4","slc12a9","slc12a2","A2BFP5","slc12a2","Solute carrier family 12 member 9","Solute carrier family 12 member 2 (Na-K-Cl cotransporter 1)","string-db","7955.ENSDARP00000135730/7955.ENSDARP00000120278","physical","txid7955" +"Q6PBW8","F1R844","zgc:73210","Neuropathy target esterase isoform X3","Q6PBW8","pnpla6","palmitoyl-protein hydrolase (EC 3.1.2.22)","Neuropathy target esterase isoform X3 (Patatin-like phospholipase domain-containing 6)","string-db","7955.ENSDARP00000122326/7955.ENSDARP00000120420","physical","txid7955" +"A8WHX9","Q58EC4","Potassium voltage-gated channel, subfamily H","kcnab1","kcnh3","kcnab1a","Potassium voltage-gated channel, subfamily H (eag-related), member 3","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000120449","physical","txid7955" +"Q6DEG7","E7FAM7","arylamine N-acetyltransferase","arylamine N-acetyltransferase","Q6DEG7","si:dkey-78a14.4","arylamine N-acetyltransferase (EC 2.3.1.5)","arylamine N-acetyltransferase (EC 2.3.1.5)","string-db","7955.ENSDARP00000124562/7955.ENSDARP00000121132","physical","txid7955" +"A3KQM6","Q58EC4","kcng4","kcnab1","kcng4a","kcnab1a","Potassium voltage-gated channel subfamily G member 4 (Potassium voltage-gated channel, subfamily G, member 4a)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","string-db","7955.ENSDARP00000122075/7955.ENSDARP00000121290","physical","txid7955" +"Q6P402","A0A0R4IU41","cep89","Leucine-rich repeat-containing 45","Q6P402","lrrc45","Centrosomal protein of 89 kDa (Cep89) (Coiled-coil domain-containing protein 123)","Leucine-rich repeat-containing 45 (Leucine-rich repeat-containing protein 45)","string-db","7955.ENSDARP00000138152/7955.ENSDARP00000121321","physical","txid7955" +"Q6P402","F1R4Y7","cep89","cep83","Q6P402","F1R4Y7","Centrosomal protein of 89 kDa (Cep89) (Coiled-coil domain-containing protein 123)","Centrosomal protein of 83 kDa (Cep83) (Coiled-coil domain-containing protein 41)","string-db","7955.ENSDARP00000139309/7955.ENSDARP00000121321","physical","txid7955" +"Q6P402","E7EZ46","cep89","Sodium channel and clathrin linker 1","Q6P402","sclt1","Centrosomal protein of 89 kDa (Cep89) (Coiled-coil domain-containing protein 123)","Sodium channel and clathrin linker 1","string-db","7955.ENSDARP00000122898/7955.ENSDARP00000121321","physical","txid7955" +"E7EZ46","F1R4Y7","Sodium channel and clathrin linker 1","cep83","sclt1","F1R4Y7","Sodium channel and clathrin linker 1","Centrosomal protein of 83 kDa (Cep83) (Coiled-coil domain-containing protein 41)","string-db","7955.ENSDARP00000139309/7955.ENSDARP00000122898","physical","txid7955" +"E7F5E1","X1WC30","cep162","Protein moonraker isoform X1","cep162","si:dkey-243i1.1","Centrosomal protein of 162 kDa (Cep162)","Protein moonraker isoform X1 (Si:dkey-243i1.1)","string-db","7955.ENSDARP00000127773/7955.ENSDARP00000121710","physical","txid7955" +"E7F5E1","P85001","cep162","cep290","cep162","P85001","Centrosomal protein of 162 kDa (Cep162)","Centrosomal protein of 290 kDa (Cep290)","string-db","7955.ENSDARP00000124972/7955.ENSDARP00000121710","physical","txid7955" +"F1R7A8","Q6YLH9","ABC transporter B family member 5","CAV1","F1R7A8","cav1","ABC transporter B family member 5 (ATP-binding cassette, sub-family B (MDR/TAP), member 5) (Multidrug resistance protein 1)","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000121883","physical","txid7955" +"F1QX01","Q0VA82","si:ch211-38m6.6","mfsd8","F1QX01","mfsd8","Major facilitator superfamily domain-containing protein 8 (Si:ch211-38m6.6)","Major facilitator superfamily domain-containing protein 8","string-db","7955.ENSDARP00000140706/7955.ENSDARP00000122163","physical","txid7955" +"F1QR26","D3TI67","LOC110437754","prrp","F1QR26","D3TI67","Prolactin-releasing hormone 2 (Uncharacterized protein LOC110437754)","Prolactin-releasing hormone (Prolactin-releasing peptide)","string-db","7955.ENSDARP00000136559/7955.ENSDARP00000122479","physical","txid7955" +"Q6PBT9","Q6NV39","znf385b","im:7151147","Q6PBT9","Q6NV39","Zinc finger protein 385B (Zinc finger protein 533)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000122712","physical","txid7955" +"E9QFU8","F1QRA1","fb37h12","si:dkey-40g16.6","E9QFU8","F1QRA1","Branched-chain-amino-acid aminotransferase (EC 2.6.1.42)","Amine oxidase (EC 1.4.3.-)","string-db","7955.ENSDARP00000129706/7955.ENSDARP00000122776","physical","txid7955" +"A0A0G2KKC1","A0A2R8Q2T0","LOC103910066","Hcph","A0A0G2KKC1","A0A2R8Q2T0","B- and T-lymphocyte attenuator-like","Tyrosine-protein phosphatase non-receptor type (EC 3.1.3.48)","string-db","7955.ENSDARP00000148161/7955.ENSDARP00000132782","physical","txid7955" +"A9ZPE0","B3DGM0","ccl20","LOC100004509","A9ZPE0","B3DGM0","C-C motif chemokine","C-C motif chemokine","string-db","7955.ENSDARP00000138701/7955.ENSDARP00000122912","physical","txid7955" +"A2BGH3","A0A0G2KPL0","gal3st1","LOC101884228","gal3st1a","A0A0G2KPL0","Galactose-3-O-sulfotransferase 1a (Galactosylceramide sulfotransferase (EC 2.8.2.11))","Galactose-3-O-sulfotransferase 2-like","string-db","7955.ENSDARP00000134320/7955.ENSDARP00000122936","physical","txid7955" +"B8JIC5","A0A0R4IU63","homer1","grm1","homer1b","A0A0R4IU63","Homer protein homolog 1 isoform 1 (Homer scaffold protein 1b)","Glutamate receptor, metabotropic 1b (Metabotropic glutamate receptor 1 isoform X1)","string-db","7955.ENSDARP00000140596/7955.ENSDARP00000139264","physical","txid7955" +"E9QDC5","P57094","hwa","axin1","E9QDC5","P57094","Protein huluwa","Axin-1 (Axis inhibition protein 1)","string-db","7955.ENSDARP00000135613/7955.ENSDARP00000123053","physical","txid7955" +"A9JR56","A3QJU6","cdc42se2","zgc:136923","A9JR56","A3QJU6","CDC42 small effector protein 2","Cell division control protein 42 homolog","string-db","7955.ENSDARP00000123487/7955.ENSDARP00000123282","physical","txid7955" +"X1WH62","A0A8M9QH30","ssx2ip","wu:fb53f05","ssx2ipa","A0A8M9QH30","Afadin- and alpha-actinin-binding protein (Synovial sarcoma, X breakpoint 2-interacting protein a)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000129572","physical","txid7955" +"E7EYN2","X1WH62","Afadin- and alpha-actinin-binding protein-like","ssx2ip","E7EYN2","ssx2ipa","Afadin- and alpha-actinin-binding protein-like (Si:ch211-286b5.4)","Afadin- and alpha-actinin-binding protein (Synovial sarcoma, X breakpoint 2-interacting protein a)","string-db","7955.ENSDARP00000129572/7955.ENSDARP00000126763","physical","txid7955" +"E7EYN2","A0A8M9QH30","Afadin- and alpha-actinin-binding protein-like","wu:fb53f05","E7EYN2","A0A8M9QH30","Afadin- and alpha-actinin-binding protein-like (Si:ch211-286b5.4)","Alpha-actinin-4 (Non-muscle alpha-actinin 4)","string-db","7955.ENSDARP00000150996/7955.ENSDARP00000126763","physical","txid7955" +"Q1LUS8","F1QLR7","ranbp10","c-met","Q1LUS8","met","Ran-binding protein 10 (RanBP10)","Hepatocyte growth factor receptor (EC 2.7.10.1)","string-db","7955.ENSDARP00000123904/7955.ENSDARP00000123657","physical","txid7955" +"B7ZVD7","A0A0R4ILV6","sb:cb857","DNA-directed RNA polymerase","tfb2m","polrmt","rRNA adenine N(6)-methyltransferase (EC 2.1.1.-)","DNA-directed RNA polymerase (EC 2.7.7.6)","string-db","7955.ENSDARP00000135213/7955.ENSDARP00000123820","physical","txid7955" +"A0A2R8RI02","O73875","Ephrin-B3-like","ephb4a","efnb3a","O73875","Ephrin-B3-like (Ephrin-B3a)","Ephrin type-B receptor 4a (EC 2.7.10.1) (Eph receptor B4a) (Eph-like receptor tyrosine kinase rtk5)","string-db","7955.ENSDARP00000152897/7955.ENSDARP00000145221","physical","txid7955" +"F1QG70","Q501V8","SCD1","zgc:112951","scd","Q501V8","stearoyl-CoA 9-desaturase (EC 1.14.19.1)","stearoyl-CoA 9-desaturase (EC 1.14.19.1)","string-db","7955.ENSDARP00000147880/7955.ENSDARP00000124185","physical","txid7955" +"F8W4F1","F8W3J5","Toll-like receptor 5","tlr5","F8W4F1","tlr5b","Toll-like receptor 5","Toll-like receptor 5b","string-db","7955.ENSDARP00000124387/7955.ENSDARP00000124209","physical","txid7955" +"F8W4F1","Q6YLH9","Toll-like receptor 5","CAV1","F8W4F1","cav1","Toll-like receptor 5","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000124209","physical","txid7955" +"F8W3J5","Q6YLH9","tlr5","CAV1","tlr5b","cav1","Toll-like receptor 5b","Caveolin","string-db","7955.ENSDARP00000141857/7955.ENSDARP00000124387","physical","txid7955" +"E7F8V4","A0A0R4IT02","zgc:136557","tnfrsf9","tnfrsf9a","A0A0R4IT02","Tumor necrosis factor receptor superfamily member 9 isoform X1 (Tumor necrosis factor receptor superfamily, member 9a)","Tumor necrosis factor receptor superfamily, member 9b","string-db","7955.ENSDARP00000136990/7955.ENSDARP00000124913","physical","txid7955" +"A0JME2","Q08BR4","atf7ip","setdb1b","atf7ip","Q08BR4","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","Histone-lysine N-methyltransferase SETDB1-B (EC 2.1.1.354) (SET domain bifurcated 1B)","string-db","7955.ENSDARP00000136505/7955.ENSDARP00000125013","physical","txid7955" +"I3IRW6","X1WG39","Trinucleotide repeat-containing adaptor 6C1","si:ch211-119n15.3","tnrc6c1","X1WG39","Trinucleotide repeat-containing adaptor 6C1 (Trinucleotide repeat-containing gene 6C protein isoform X4)","Argonaute RISC component 1 (Protein argonaute-1)","string-db","7955.ENSDARP00000129194/7955.ENSDARP00000125624","physical","txid7955" +"I3IRW6","K4IAH1","Trinucleotide repeat-containing adaptor 6C1","eif2c4","tnrc6c1","K4IAH1","Trinucleotide repeat-containing adaptor 6C1 (Trinucleotide repeat-containing gene 6C protein isoform X4)","Protein argonaute-4 (Argonaute4) (Eukaryotic translation initiation factor 2C 4) (eIF-2C 4) (eIF2C 4)","string-db","7955.ENSDARP00000131528/7955.ENSDARP00000125624","physical","txid7955" +"I3IRW7","Q804S5","cb880","mib1","I3IRW7","mib1","4-aminobutyrate aminotransferase, mitochondrial (EC 2.6.1.19) (EC 2.6.1.22) ((S)-3-amino-2-methylpropionate transaminase) (GABA aminotransferase) (Gamma-amino-N-butyrate transaminase) (L-AIBAT)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000125625","physical","txid7955" +"K7DYN0","Q6DHC1","RAB3","rab18b","rab3gap2","rab18b","RAB3 GTPase-activating protein subunit 2 (non-catalytic) (Rab3 GTPase-activating protein non-catalytic subunit isoform X2)","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000126559","physical","txid7955" +"K7DYN0","Q6NUV0","RAB3","rab3gap1","rab3gap2","Q6NUV0","RAB3 GTPase-activating protein subunit 2 (non-catalytic) (Rab3 GTPase-activating protein non-catalytic subunit isoform X2)","Rab3 GTPase-activating protein catalytic subunit","string-db","7955.ENSDARP00000132110/7955.ENSDARP00000126559","physical","txid7955" +"Q6NUV0","Q6DHC1","rab3gap1","rab18b","Q6NUV0","rab18b","Rab3 GTPase-activating protein catalytic subunit","Ras-related protein Rab-18-B","string-db","7955.ENSDARP00000133937/7955.ENSDARP00000132110","physical","txid7955" +"Q5BJ17","A0A0R4IJX1","zgc:110766","FAST kinase domain-containing protein 3, mitochondrial","tufm","A0A0R4IJX1","Elongation factor Tu","FAST kinase domain-containing protein 3, mitochondrial (FAST kinase domains 3)","string-db","7955.ENSDARP00000136191/7955.ENSDARP00000134914","physical","txid7955" +"R4GDY2","A0A2R8RVN3","etaa1","DNA topoisomerase 2-binding protein 1","etaa1","topbp1","ETAA1 activator of ATR kinase (Ewing's tumor-associated antigen 1 isoform X1)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","string-db","7955.ENSDARP00000153880/7955.ENSDARP00000126690","physical","txid7955" +"X1WHC7","A0A0R4IJR2","Serine/threonine-protein kinase","fbxo11","prkd1","A0A0R4IJR2","Serine/threonine-protein kinase (EC 2.7.11.13)","F-box protein 11a","string-db","7955.ENSDARP00000134626/7955.ENSDARP00000129639","physical","txid7955" +"U3JAH8","E7EZ53","si:rp71-1c10.8","gal","U3JAH8","E7EZ53","Si:rp71-1c10.8 (Uncharacterized protein LOC100538216 precursor)","Galanin peptides [Cleaved into: Galanin; Galanin message-associated peptide]","string-db","7955.ENSDARP00000128202/7955.ENSDARP00000127246","physical","txid7955" +"E7F6D7","A0A0R4IQZ2","zdhhc6","zdhhc13","zdhhc6","zdhhc13","Palmitoyltransferase ZDHHC6 (EC 2.3.1.225) (DHHC domain-containing protein 6) (Stearoyltransferase ZDHHC6) (EC 2.3.1.-) (Zinc finger DHHC domain-containing protein 6)","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","string-db","7955.ENSDARP00000142710/7955.ENSDARP00000127320","physical","txid7955" +"E7F6D7","Q66I79","zdhhc6","selenok","zdhhc6","Q66I79","Palmitoyltransferase ZDHHC6 (EC 2.3.1.225) (DHHC domain-containing protein 6) (Stearoyltransferase ZDHHC6) (EC 2.3.1.-) (Zinc finger DHHC domain-containing protein 6)","Selenoprotein K (SelK)","string-db","7955.ENSDARP00000132705/7955.ENSDARP00000127320","physical","txid7955" +"E7FGK0","A0A2R8Q2J0","Oxysterol-binding protein","im:7149020","osbpl5","npc1","Oxysterol-binding protein","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","string-db","7955.ENSDARP00000144951/7955.ENSDARP00000127556","physical","txid7955" +"A0A8M1RE25","Q6NV39","Engulfment and cell motility protein 1-like isoform X1","im:7151147","A0A8M1RE25","Q6NV39","Engulfment and cell motility protein 1-like isoform X1 (Si:dkey-56f14.7)","Engulfment and Cell motility 1 (Ced-12 homolog, C. elegans) (Engulfment and cell motility protein 1)","string-db","7955.ENSDARP00000132398/7955.ENSDARP00000127630","physical","txid7955" +"E7F1U3","F1QHN6","RING-type E3 ubiquitin transferase","im:7042025","E7F1U3","ubc","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000127688","physical","txid7955" +"F1R1A7","Q0P7H5","siat4","siat 4A-r4","st3gal8","Q0P7H5","beta-galactoside alpha-2,3-sialyltransferase (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase)","CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,3-sialyltransferase 1 (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase) (ST3Gal I) (ST3GalA.1) (ST3O) (Sialyltransferase 4A)","string-db","7955.ENSDARP00000155902/7955.ENSDARP00000127954","physical","txid7955" +"F1R1A7","Q6EV31","siat4","si:ch211-223o1.7","st3gal8","Q6EV31","beta-galactoside alpha-2,3-sialyltransferase (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase)","beta-galactoside alpha-2,3-sialyltransferase (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase)","string-db","7955.ENSDARP00000157046/7955.ENSDARP00000127954","physical","txid7955" +"Q0P7H5","Q6EV31","siat 4A-r4","si:ch211-223o1.7","Q0P7H5","Q6EV31","CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,3-sialyltransferase 1 (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase) (ST3Gal I) (ST3GalA.1) (ST3O) (Sialyltransferase 4A)","beta-galactoside alpha-2,3-sialyltransferase (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase)","string-db","7955.ENSDARP00000157046/7955.ENSDARP00000155902","physical","txid7955" +"E7FCK0","Q6NW63","zgc:56533","GATA-5","E7FCK0","gata6","LIM and cysteine-rich domains 1 (LIM and cysteine-rich domains protein 1)","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","string-db","7955.ENSDARP00000137653/7955.ENSDARP00000128272","physical","txid7955" +"E7EY37","F1R692","Bromo adjacent homology domain-containing 1","Ribosomal RNA-processing protein 8","bahd1","F1R692","Bromo adjacent homology domain-containing 1","Ribosomal RNA-processing protein 8 (EC 2.1.1.-)","string-db","7955.ENSDARP00000128801/7955.ENSDARP00000128417","physical","txid7955" +"E7EY37","E7FG09","Bromo adjacent homology domain-containing 1","LOC100331694","bahd1","LOC100331694","Bromo adjacent homology domain-containing 1","Bromo adjacent homology domain-containing 1 protein-like (Uncharacterized protein LOC100331694 isoform X1)","string-db","7955.ENSDARP00000135952/7955.ENSDARP00000128417","physical","txid7955" +"Q6DG60","Q7SXA3","ube2z","zgc:66168","Q6DG60","rps27a","Ubiquitin-conjugating enzyme E2 Z (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme Z) (Ubiquitin carrier protein Z) (Ubiquitin-protein ligase Z)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","string-db","7955.ENSDARP00000128775/7955.ENSDARP00000128495","physical","txid7955" +"Q6DG60","A0A0N4SUD2","ube2z","Ubi-p63E","Q6DG60","ubb","Ubiquitin-conjugating enzyme E2 Z (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme Z) (Ubiquitin carrier protein Z) (Ubiquitin-protein ligase Z)","Polyubiquitin-B (Ubiquitin B)","string-db","7955.ENSDARP00000140603/7955.ENSDARP00000128495","physical","txid7955" +"Q6DG60","F1QHN6","ube2z","im:7042025","Q6DG60","ubc","Ubiquitin-conjugating enzyme E2 Z (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme Z) (Ubiquitin carrier protein Z) (Ubiquitin-protein ligase Z)","Polyubiquitin-C (Ubiquitin C)","string-db","7955.ENSDARP00000139647/7955.ENSDARP00000128495","physical","txid7955" +"X1WE96","A1L1U1","Striatin-interacting protein 1 homolog isoform X2","Striatin","X1WE96","A1L1U1","Striatin-interacting protein 1 homolog isoform X2 (Striatin-interacting protein 2)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000128547","physical","txid7955" +"C4P342","Q6NYV7","Protocadherin-17","ZPCR1","pcdh17","pcdh10a","Protocadherin-17 (Protocadherin-17 precursor)","Protocadherin 10a (Protocadherin-10 precursor)","string-db","7955.ENSDARP00000144991/7955.ENSDARP00000128805","physical","txid7955" +"C4P342","Q805F0","Protocadherin-17","pcdh10","pcdh17","pcdh10b","Protocadherin-17 (Protocadherin-17 precursor)","Protocadherin 10 (Protocadherin 10b precursor)","string-db","7955.ENSDARP00000134223/7955.ENSDARP00000128805","physical","txid7955" +"X1WF51","A4IGC1","Neural cell adhesion molecule 1-like isoform X2","sb:cb578","X1WF51","A4IGC1","Neural cell adhesion molecule 1-like isoform X2 (Neural cell adhesion molecule 3)","Neuroplastin a (Neuroplastin precursor) (Sb:cb578) (Zgc:162565 protein)","string-db","7955.ENSDARP00000137543/7955.ENSDARP00000128855","physical","txid7955" +"E7EYL2","A0A0R4IVS5","Alpha-mannosidase","si:ch211-131c14.1","man2a2","man2a1","Alpha-mannosidase (EC 3.2.1.-)","Alpha-mannosidase (EC 3.2.1.-)","string-db","7955.ENSDARP00000139640/7955.ENSDARP00000129200","physical","txid7955" +"E7F1G8","E7FD91","RNA helicase","RNA helicase","ddx61","ddx6","RNA helicase (EC 3.6.4.13)","RNA helicase (EC 3.6.4.13)","string-db","7955.ENSDARP00000149027/7955.ENSDARP00000129311","physical","txid7955" +"X1WGG5","A0A0R4IVJ0","EGF domain-specific O-linked N-acetylglucosamine transferase","ogt.2","X1WGG5","ogt.1","EGF domain-specific O-linked N-acetylglucosamine transferase (EC 2.4.1.255) (Extracellular O-linked N-acetylglucosamine transferase)","UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit)","string-db","7955.ENSDARP00000138724/7955.ENSDARP00000129320","physical","txid7955" +"X1WGH4","B3DJU8","C3a anaphylatoxin chemotactic receptor-like","LOC100005461","X1WGH4","B3DJU8","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-42l23.2)","C-X-C chemokine receptor type 2-like (Similar to rCG22237) (Zgc:194202)","string-db","7955.ENSDARP00000131830/7955.ENSDARP00000129329","physical","txid7955" +"X1WGH4","A0A0R4IT98","C3a anaphylatoxin chemotactic receptor-like","gpr1","X1WGH4","A0A0R4IT98","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-42l23.2)","G-protein coupled receptor 1","string-db","7955.ENSDARP00000139581/7955.ENSDARP00000129329","physical","txid7955" +"B3DJU8","A0A0R4IT98","LOC100005461","gpr1","B3DJU8","A0A0R4IT98","C-X-C chemokine receptor type 2-like (Similar to rCG22237) (Zgc:194202)","G-protein coupled receptor 1","string-db","7955.ENSDARP00000139581/7955.ENSDARP00000131830","physical","txid7955" +"F1QAQ7","A0A8M6Z176","htr1bd","5-hydroxytryptamine","F1QAQ7","A0A8M6Z176","5-hydroxytryptamine receptor 1D (Serotonin receptor 1D)","5-hydroxytryptamine (serotonin) receptor 1Fa (5-hydroxytryptamine receptor 1F)","string-db","7955.ENSDARP00000157642/7955.ENSDARP00000129450","physical","txid7955" +"F1QAQ7","A0A0R4IFY3","htr1bd","htr5a","F1QAQ7","A0A0R4IFY3","5-hydroxytryptamine receptor 1D (Serotonin receptor 1D)","5-hydroxytryptamine (Serotonin) receptor 5A","string-db","7955.ENSDARP00000134312/7955.ENSDARP00000129450","physical","txid7955" +"A0A0R4IFY3","A0A8M6Z176","htr5a","5-hydroxytryptamine","A0A0R4IFY3","A0A8M6Z176","5-hydroxytryptamine (Serotonin) receptor 5A","5-hydroxytryptamine (serotonin) receptor 1Fa (5-hydroxytryptamine receptor 1F)","string-db","7955.ENSDARP00000157642/7955.ENSDARP00000134312","physical","txid7955" +"X1WH50","Q804S5","Myb-like protein X","mib1","si:ch211-137a8.4","mib1","Myb-like protein X (Si:ch211-137a8.4)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","string-db","7955.ENSDARP00000132570/7955.ENSDARP00000129560","physical","txid7955" +"X1WFI9","Q6NX86","si:dkey-1m11.1","HMGB1","hmgb1b","hmgb1a","High mobility group box 1b (High mobility group protein B1)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","string-db","7955.ENSDARP00000134229/7955.ENSDARP00000129778","physical","txid7955" +"Q2I6J1","Q2I6J0","inppl1a","inppl1b","Q2I6J1","Q2I6J0","Phosphatidylinositol 3,4,5-trisphosphate 5-phosphatase 2A (EC 3.1.3.86) (Inositol polyphosphate phosphatase-like protein 1A) (INPPL1-A) (SH2 domain-containing inositol 5'-phosphatase 2A) (SH2 domain-containing inositol phosphatase 2A) (SHIP-2A)","Phosphatidylinositol 3,4,5-trisphosphate 5-phosphatase 2B (EC 3.1.3.86) (Inositol polyphosphate phosphatase-like protein 1B) (INPPL-1B) (SH2 domain-containing inositol 5'-phosphatase 2B) (SH2 domain-containing inositol phosphatase 2B) (SHIP-2B)","string-db","7955.ENSDARP00000142592/7955.ENSDARP00000129999","physical","txid7955" +"A0A0R4IGP9","A0A1L1QZU5","zgc:136545","hm:zehn0716","A0A0R4IGP9","mybpc3","Myosin-binding protein C, fast-type isoform X1 (Myosin-binding protein Ca)","Myosin-binding protein C, cardiac-type isoform X4 (Myosin-binding protein C3)","string-db","7955.ENSDARP00000143224/7955.ENSDARP00000132260","physical","txid7955" +"A0A0R4IH20","Q6P5K1","zgc:175224","arl4a","cyth4b","arl4aa","Cytohesin 4","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","string-db","7955.ENSDARP00000141503/7955.ENSDARP00000132636","physical","txid7955" +"Q5XJ54","Q502F6","glrx3","BolA-like protein 2","Q5XJ54","Q502F6","Glutaredoxin 3","BolA-like protein 2 (Zgc:112271)","string-db","7955.ENSDARP00000146412/7955.ENSDARP00000133690","physical","txid7955" +"A0A0R4IN78","Q6PHH3","stk24","pdcd10a","stk24b","pdcd10a","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Programmed cell death protein 10-A","string-db","7955.ENSDARP00000156496/7955.ENSDARP00000135203","physical","txid7955" +"A0A0R4IN78","A1L1U1","stk24","Striatin","stk24b","A1L1U1","non-specific serine/threonine protein kinase (EC 2.7.11.1)","Striatin (Zgc:158357)","string-db","7955.ENSDARP00000139359/7955.ENSDARP00000135203","physical","txid7955" +"A0A0R4IIR5","Q6Q6F6","erk7","erralpha","mapk15","esrra","Mitogen-activated protein kinase 15 (EC 2.7.11.24)","Estrogen-related receptor alpha (Steroid hormone receptor ERR1)","string-db","7955.ENSDARP00000144183/7955.ENSDARP00000135500","physical","txid7955" +"A0A8M9PYI3","A0A0G2L264","Ras-related protein Rab-35-like","rab35a","A0A8M9PYI3","A0A0G2L264","Ras-related protein Rab-35-like (Si:dkey-16l2.16)","RAB35, member RAS oncogene family a (Ras-related protein Rab-35-like)","string-db","7955.ENSDARP00000138829/7955.ENSDARP00000136434","physical","txid7955" +"A0A0R4ISY9","A0A2R8QEJ6","si:ch73-157i16.3","fb33h10","gga3b","gga1","ADP-ribosylation factor-binding protein GGA3 isoform X1 (Golgi-associated, gamma adaptin ear-containing, ARF-binding protein 3b)","ADP-ribosylation factor-binding protein GGA1 (Golgi-associated, gamma adaptin ear-containing, ARF-binding protein 1)","string-db","7955.ENSDARP00000150330/7955.ENSDARP00000138374","physical","txid7955" +"A0A0G2L1G9","A0A2R8RR04","LOC101884223","LOC103911967","A0A0G2L1G9","A0A2R8RR04","L-seryl-tRNA(Sec) kinase-like","L-seryl-tRNA(Sec) kinase-like","string-db","7955.ENSDARP00000150964/7955.ENSDARP00000138577","physical","txid7955" +"Q7ZUV7","A0A2R8QJR9","emsy","zgc:66182","Q7ZUV7","znf131","BRCA2-interacting transcriptional repressor EMSY","Zinc finger protein 131","string-db","7955.ENSDARP00000152732/7955.ENSDARP00000138672","physical","txid7955" +"F1QCU7","Q503I7","si:dkey-6l15.1","zgc:110565","lrrc4cb","Q503I7","Leucine-rich repeat-containing 4C, genome duplicate b (Leucine-rich repeat-containing protein 4C)","Leucine rich repeat containing 4C isoform X1 (Leucine rich repeat containing 4C, genome duplicate a precursor) (Leucine-rich repeat-containing 4C, genome duplicate a) (Zgc:110565)","string-db","7955.ENSDARP00000152718/7955.ENSDARP00000143193","physical","txid7955" +"A0A286YB52","Q503I7","LOC559501","zgc:110565","A0A286YB52","Q503I7","Netrin-G1 (Vav 3 guanine nucleotide exchange factor b)","Leucine rich repeat containing 4C isoform X1 (Leucine rich repeat containing 4C, genome duplicate a precursor) (Leucine-rich repeat-containing 4C, genome duplicate a) (Zgc:110565)","string-db","7955.ENSDARP00000152718/7955.ENSDARP00000144416","physical","txid7955" +"A0A286YBI5","A1L1R6","EBF transcription factor 1b","znf423","ebf1b","znf423","EBF transcription factor 1b (Transcription factor COE1-like isoform X2)","Zinc finger protein 423","string-db","7955.ENSDARP00000156375/7955.ENSDARP00000144554","physical","txid7955" +"A9JRD8","Q802Y8","btbd6a","zbtb16a","A9JRD8","Q802Y8","BTB/POZ domain-containing protein 6-A","Zinc finger and BTB domain-containing protein 16-A (Promyelocytic leukemia zinc finger protein-A) (Zinc finger protein PLZF-A)","string-db","7955.ENSDARP00000153802/7955.ENSDARP00000146109","physical","txid7955" +"B7ZV58","A0A8M1P182","zgc:136455","fc46h12","B7ZV58","A0A8M1P182","Neurotrimin (Zgc:136455 protein)","Wu:fc46h12 precursor","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"B7ZV58","Q90Z70","zgc:136455","sb:eu937","B7ZV58","Q90Z70","Neurotrimin (Zgc:136455 protein)","Robo2 (Roundabout homolog 2 precursor) (Roundabout2)","psicquic","19765300;26190107","physical","txid7955" +"B7ZV58","Q6NW92","zgc:136455","zgc:85888","B7ZV58","Q6NW92","Neurotrimin (Zgc:136455 protein)","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","19765300;26190107;19765300;26190107","physical","txid7955" +"B7ZV58","O73878","zgc:136455","ephb4b","B7ZV58","O73878","Neurotrimin (Zgc:136455 protein)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","psicquic","26190107;26190107","physical","txid7955" +"B7ZV58","F1QHI8","zgc:136455","zgc:56104","B7ZV58","F1QHI8","Neurotrimin (Zgc:136455 protein)","Platelet-derived growth factor receptor-like protein","psicquic","19765300;19765300;19765300;26190107","physical","txid7955" +"B7ZV58","F1QUK5","zgc:136455","net1","B7ZV58","ntn1b","Neurotrimin (Zgc:136455 protein)","Netrin-1","psicquic","20802085","physical","txid7955" +"B7ZV58","Q642G9","zgc:136455","zgc:92901","B7ZV58","Q642G9","Neurotrimin (Zgc:136455 protein)","Neuronal growth regulator 1","psicquic","20802085;20802085;19765300;26190107;19765300;26190107","physical","txid7955" +"B7ZV58","O42140","zgc:136455","ntn2","B7ZV58","ntn1a","Neurotrimin (Zgc:136455 protein)","Netrin-1","psicquic","26190107;26190107","physical","txid7955" +"B7ZV58","B8JKM0","zgc:136455","Leucine-rich repeat transmembrane neuronal 1","B7ZV58","lrrtm1","Neurotrimin (Zgc:136455 protein)","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","19765300;26190107","physical","txid7955" +"B7ZV58","Q6GMI5","zgc:136455","bgn","B7ZV58","bgna","Neurotrimin (Zgc:136455 protein)","Biglycan","psicquic","19765300;26190107","physical","txid7955" +"Q642G9","F1QHI8","zgc:92901","zgc:56104","Q642G9","F1QHI8","Neuronal growth regulator 1","Platelet-derived growth factor receptor-like protein","psicquic","20097902;20097902","physical","txid7955" +"Q5J1R9","Q7SX76","fj98e12","fgfrl1","Q5J1R9","fgfrl1a","receptor protein-tyrosine kinase (EC 2.7.10.1)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","psicquic","18296487;18296487","physical","txid7955" +"Q5J1R9","Q6NW92","fj98e12","zgc:85888","Q5J1R9","Q6NW92","receptor protein-tyrosine kinase (EC 2.7.10.1)","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","18296487;20802085;18296487","physical","txid7955" +"Q5J1R9","B7ZV58","fj98e12","zgc:136455","Q5J1R9","B7ZV58","receptor protein-tyrosine kinase (EC 2.7.10.1)","Neurotrimin (Zgc:136455 protein)","psicquic","20802085","physical","txid7955" +"A0A8M1P182","A4JYP8","fc46h12","F3","A0A8M1P182","A4JYP8","Wu:fc46h12 precursor","Cntn1a (Contactin-1a precursor)","psicquic","26190107;26190107","physical","txid7955" +"A4JYP8","B8A5J4","F3","protein-tyrosine-phosphatase","A4JYP8","ptprz1b","Cntn1a (Contactin-1a precursor)","protein-tyrosine-phosphatase (EC 3.1.3.48)","psicquic","26190107;24626987","physical","txid7955" +"A4JYP8","B2XCM0","F3","Appl2","A4JYP8","B2XCM0","Cntn1a (Contactin-1a precursor)","Appl2 (DCC-interacting protein 13-beta)","psicquic","26190107;24626987","physical","txid7955" +"A4JYP8","E7F6E8","F3","si:dkey-1c11.1","A4JYP8","E7F6E8","Cntn1a (Contactin-1a precursor)","Draxin (Si:dkey-1c11.1)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M1P5N0","F1QHI8","dspg3","zgc:56104","A0A8M1P5N0","F1QHI8","Epiphycan (Epiphycan isoform X2)","Platelet-derived growth factor receptor-like protein","psicquic","20802085;20802085","physical","txid7955" +"A0A8M1P5N0","B7ZV58","dspg3","zgc:136455","A0A8M1P5N0","B7ZV58","Epiphycan (Epiphycan isoform X2)","Neurotrimin (Zgc:136455 protein)","psicquic","20802085;20802085","physical","txid7955" +"A0A8M1RL98","A4JYP8","ptprz1a","F3","A0A8M1RL98","A4JYP8","protein-tyrosine-phosphatase (EC 3.1.3.48)","Cntn1a (Contactin-1a precursor)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M2B9E7","Q6U7I4","l1cama","sb:eu917","A0A8M2B9E7","Q6U7I4","Neural cell adhesion molecule L1.2 isoform X2","Neural adhesion molecule L1.2 (Neural cell adhesion molecule L1.2 precursor)","psicquic","20802085","physical","txid7955" +"A0A8M2B9E7","A4JYP8","l1cama","F3","A0A8M2B9E7","A4JYP8","Neural cell adhesion molecule L1.2 isoform X2","Cntn1a (Contactin-1a precursor)","psicquic","18296487;20802085","physical","txid7955" +"A0A8M2BEY1","B8A5J4","ift88","protein-tyrosine-phosphatase","A0A8M2BEY1","ptprz1b","Intraflagellar transport protein 88 homolog isoform X3","protein-tyrosine-phosphatase (EC 3.1.3.48)","psicquic","26190107;24626987","physical","txid7955" +"A0A8M2BEY1","Q9DGG9","ift88","myo7A","A0A8M2BEY1","Q9DGG9","Intraflagellar transport protein 88 homolog isoform X3","Myosin VIIA (Unconventional myosin-VIIa)","psicquic","26190107;24626987","physical","txid7955" +"B8A5J4","Q9DGG9","protein-tyrosine-phosphatase","myo7A","ptprz1b","Q9DGG9","protein-tyrosine-phosphatase (EC 3.1.3.48)","Myosin VIIA (Unconventional myosin-VIIa)","psicquic","26190107;24626987","physical","txid7955" +"B8A5J4","Q29RC0","protein-tyrosine-phosphatase","zgc:136806","ptprz1b","ush1c","protein-tyrosine-phosphatase (EC 3.1.3.48)","Harmonin (Usher syndrome 1C)","psicquic","26190107;24626987;26190107;24626987","physical","txid7955" +"A0A8M3B0J4","Q6NW92","lrrc24","zgc:85888","A0A8M3B0J4","Q6NW92","Leucine-rich repeat-containing protein 24 isoform X1","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","20802085","physical","txid7955" +"Q6NW92","Q8AXB3","zgc:85888","kdrl","Q6NW92","Q8AXB3","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085;20802085","physical","txid7955" +"Q6NW92","Q9DE36","zgc:85888","Slit homolog 2 protein precursor","Q6NW92","Q9DE36","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","Slit homolog 2 protein precursor (Slit2)","psicquic","20802085","physical","txid7955" +"Q6NW92","Q58EG3","zgc:85888","nectin3","Q6NW92","nectin3","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","psicquic","20802085;20802085","physical","txid7955" +"A0A8M3B365","Q8JG38","lrrtm4l1","fgfr2","A0A8M3B365","Q8JG38","Leucine-rich repeat transmembrane neuronal protein 4 isoform X2","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","psicquic","20802085","physical","txid7955" +"A0A8M3B3N4","F1QSA4","fgfr1b","siglec-4","A0A8M3B3N4","mag","Fibroblast growth factor receptor (EC 2.7.10.1)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","psicquic","18296487","physical","txid7955" +"A0A8M9PHF0","P79728","epha7","efna5b","A0A8M9PHF0","P79728","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A5b (AL-1) (EPH-related receptor tyrosine kinase ligand 7) (LERK-7) (ZfEPHL4)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M9PHF0","P79727","epha7","efna2","A0A8M9PHF0","efna2","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M9PHF0","O73874","epha7","efnb2a","A0A8M9PHF0","efnb2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2a","psicquic","26190107;26190107","physical","txid7955" +"A0A8M9PLL4","Q9DE36","flrt1a","Slit homolog 2 protein precursor","A0A8M9PLL4","Q9DE36","Leucine-rich repeat transmembrane protein FLRT1","Slit homolog 2 protein precursor (Slit2)","psicquic","19765300;26190107","physical","txid7955" +"Q9DE36","Q5ZEW1","Slit homolog 2 protein precursor","ephA4","Q9DE36","Q5ZEW1","Slit homolog 2 protein precursor (Slit2)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107;20097902","physical","txid7955" +"Q9DE36","Q16531","Slit homolog 2 protein precursor","DDB1","Q9DE36","Q16531","Slit homolog 2 protein precursor (Slit2)","DNA damage-binding protein 1 (DDB p127 subunit) (DNA damage-binding protein a) (DDBa) (Damage-specific DNA-binding protein 1) (HBV X-associated protein 1) (XAP-1) (UV-damaged DNA-binding factor) (UV-damaged DNA-binding protein 1) (UV-DDB 1) (XPE-binding factor) (XPE-BF) (Xeroderma pigmentosum group E-complementing protein) (XPCe)","psicquic","26190107;19109893","physical","txid7955" +"Q9DE36","O73878","Slit homolog 2 protein precursor","ephb4b","Q9DE36","O73878","Slit homolog 2 protein precursor (Slit2)","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","psicquic","26190107;20097902","physical","txid7955" +"Q9DE36","Q8UVD6","Slit homolog 2 protein precursor","wu:fa16d03","Q9DE36","Q8UVD6","Slit homolog 2 protein precursor (Slit2)","Brother of CDO","psicquic","19765300;26190107","physical","txid7955" +"Q9DE36","Q15JE7","Slit homolog 2 protein precursor","dspg3","Q9DE36","optc","Slit homolog 2 protein precursor (Slit2)","Opticin","psicquic","20802085;20802085","physical","txid7955" +"A0A8M9Q8Q6","Q8JG38","vstm4b","fgfr2","A0A8M9Q8Q6","Q8JG38","V-set and transmembrane domain-containing protein 4","Fibroblast growth factor receptor 2 (FGFR-2) (EC 2.7.10.1)","psicquic","20802085","physical","txid7955" +"A0A8M9Q8Q6","Q8AXB3","vstm4b","kdrl","A0A8M9Q8Q6","Q8AXB3","V-set and transmembrane domain-containing protein 4","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085","physical","txid7955" +"A0A8M9Q9P8","Q15JE7","vstm4a","dspg3","A0A8M9Q9P8","optc","V-set and transmembrane domain-containing protein 4 isoform X2","Opticin","psicquic","18296487;20802085","physical","txid7955" +"A0A8M9Q9W6","Q7SX76","fgfr3","fgfrl1","A0A8M9Q9W6","fgfrl1a","Fibroblast growth factor receptor (EC 2.7.10.1)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","psicquic","20802085;20802085","physical","txid7955" +"A0A8M9QKN6","A9JRD6","csf1ra","csf1-1","A0A8M9QKN6","A9JRD6","receptor protein-tyrosine kinase (EC 2.7.10.1)","Colony-stimulating factor 1a (macrophage) (Macrophage colony-stimulating factor 1 precursor (EC 2.7.10.1)) (Macrophage colony-stimulating factor-1) (Zgc:172186 protein)","psicquic","26190107;26190107","physical","txid7955" +"A0A8M9QKN6","B0UYR0","csf1ra","csf1-2","A0A8M9QKN6","B0UYR0","receptor protein-tyrosine kinase (EC 2.7.10.1)","Colony-stimulating factor 1b (macrophage) (Macrophage colony-stimulating factor 2 isoform X1) (Macrophage colony-stimulating factor-2)","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"A1L1V2","A0A8M9Q9W6","si:ch211-15p9.5","fgfr3","A1L1V2","A0A8M9Q9W6","Matrix remodeling-associated protein 8","Fibroblast growth factor receptor (EC 2.7.10.1)","psicquic","18296487;20802085","physical","txid7955" +"A1L2D6","B0CLW6","zgc:158817","si:dkey-225e11.1","A1L2D6","pvrl2l","CD226 antigen precursor (Zgc:158817)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","psicquic","20802085","physical","txid7955" +"A2VD39","A9XP97","zgc:158584","NHE3b","A2VD39","A9XP97","Carbonic anhydrase (EC 4.2.1.1)","Sodium/hydrogen exchanger","psicquic","26190107;23565095","physical","txid7955" +"A9XP97","Q8JI14","NHE3b","rhcgl2","A9XP97","Q8JI14","Sodium/hydrogen exchanger","Ammonium transporter Rh type C-like 2 (Rhesus blood group family type C glycoprotein-like 2) (Rh family type C glycoprotein-like 2) (Rh type C glycoprotein-like 2) (drRhcg1)","psicquic","26190107;23565095","physical","txid7955" +"A4JYN2","Q8UVD6","fi32a12","wu:fa16d03","A4JYN2","Q8UVD6","Bcan (Brevican core protein precursor)","Brother of CDO","psicquic","20802085","physical","txid7955" +"A4JYN2","Q502U6","fi32a12","zHBNF","A4JYN2","Q502U6","Bcan (Brevican core protein precursor)","Pleiotrophin (Ptn protein)","psicquic","26190107;24626987;26190107;26190107","physical","txid7955" +"A4JYN2","Q9W767","fi32a12","zgc:86655","A4JYN2","mdka","Bcan (Brevican core protein precursor)","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","psicquic","19765300;26190107","physical","txid7955" +"A4JYN2","A0A8M9Q8Q6","fi32a12","vstm4b","A4JYN2","A0A8M9Q8Q6","Bcan (Brevican core protein precursor)","V-set and transmembrane domain-containing protein 4","psicquic","20802085;20802085","physical","txid7955" +"A4JYN2","Q9DDG2","fi32a12","mdk2","A4JYN2","mdkb","Bcan (Brevican core protein precursor)","Midkine b (Midkine-related growth factor Mdk2)","psicquic","26190107;24626987;19765300;26190107","physical","txid7955" +"Q8UVD6","A0A8M1Q1X6","wu:fa16d03","Ephrin-A3","Q8UVD6","A0A8M1Q1X6","Brother of CDO","Ephrin-A3","psicquic","19765300;26190107","physical","txid7955" +"Q8UVD6","Q8JG36","wu:fa16d03","mpzl2","Q8UVD6","Q8JG36","Brother of CDO","Epithelial V-like antigen 1 (Myelin protein zero-like 2) (Myelin protein zero-like protein 2 precursor)","psicquic","20802085","physical","txid7955" +"Q8UVD6","A0A4W4","wu:fa16d03","zgc:100871","Q8UVD6","A0A4W4","Brother of CDO","Neuronal growth regulator 1","psicquic","20802085;19765300;26190107","physical","txid7955" +"Q8UVD6","Q803T1","wu:fa16d03","decorin","Q8UVD6","Q803T1","Brother of CDO","Decorin (Bone proteoglycan II)","psicquic","20802085","physical","txid7955" +"Q8UVD6","A4JYQ1","wu:fa16d03","wu:fj51g03","Q8UVD6","A4JYQ1","Brother of CDO","Hyaluronan and proteoglycan link protein 2 precursor (Si:dkey-235h8.3)","psicquic","18296487;20802085;18296487","physical","txid7955" +"Q8UVD6","B8JKM0","wu:fa16d03","Leucine-rich repeat transmembrane neuronal 1","Q8UVD6","lrrtm1","Brother of CDO","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","psicquic","19765300;19765300","physical","txid7955" +"Q8UVD6","F1QUK5","wu:fa16d03","net1","Q8UVD6","ntn1b","Brother of CDO","Netrin-1","psicquic","20802085","physical","txid7955" +"E7F6E8","Q32SK9","si:dkey-1c11.1","Netrin-1","E7F6E8","ntn2","Draxin (Si:dkey-1c11.1)","Netrin-1","psicquic","26190107;20097902","physical","txid7955" +"E7F6E8","O42140","si:dkey-1c11.1","ntn2","E7F6E8","ntn1a","Draxin (Si:dkey-1c11.1)","Netrin-1","psicquic","26190107;26190107","physical","txid7955" +"A8DZ85","Q9DE36","cb503","Slit homolog 2 protein precursor","A8DZ85","Q9DE36","Roundabout homolog 3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","Slit homolog 2 protein precursor (Slit2)","psicquic","20802085","physical","txid7955" +"A8DZ85","Q8AXB3","cb503","kdrl","A8DZ85","Q8AXB3","Roundabout homolog 3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","Vascular endothelial growth factor receptor kdr-like (EC 2.7.10.1) (Fetal liver kinase 1) (FLK-1) (Kinase insert domain receptor-A) (Kinase insert domain receptor-like) (Protein-tyrosine kinase receptor flk-1) (Vascular endothelial growth factor receptor 4) (VEGFR-4)","psicquic","20802085;20802085","physical","txid7955" +"B0V0E5","Q5K373","Amyloid-beta A4 protein","fgfrl1b beta","appb","fgfrl1b","Amyloid-beta A4 protein","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","18296487;20802085","physical","txid7955" +"B0V0E5","A8DZ85","Amyloid-beta A4 protein","cb503","appb","A8DZ85","Amyloid-beta A4 protein","Roundabout homolog 3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","psicquic","18296487;20802085","physical","txid7955" +"A4JYQ1","Q6NW92","wu:fj51g03","zgc:85888","A4JYQ1","Q6NW92","Hyaluronan and proteoglycan link protein 2 precursor (Si:dkey-235h8.3)","Insulin-like growth factor-binding protein 7 precursor (Zgc:85888)","psicquic","18296487","physical","txid7955" +"A4JYQ1","F1QHI8","wu:fj51g03","zgc:56104","A4JYQ1","F1QHI8","Hyaluronan and proteoglycan link protein 2 precursor (Si:dkey-235h8.3)","Platelet-derived growth factor receptor-like protein","psicquic","18296487;20802085;18296487","physical","txid7955" +"A4JYR2","F1QSA4","si:dkey-149k8.5","siglec-4","A4JYR2","mag","Novel immune-type receptor 14b (Novel immune-type receptor protein) (cDNA, clone cssl:d0274)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","psicquic","20802085","physical","txid7955" +"A4JYR2","A0A8M1P5N0","si:dkey-149k8.5","dspg3","A4JYR2","A0A8M1P5N0","Novel immune-type receptor 14b (Novel immune-type receptor protein) (cDNA, clone cssl:d0274)","Epiphycan (Epiphycan isoform X2)","psicquic","20802085;20802085","physical","txid7955" +"A4JYR2","Q8UVD6","si:dkey-149k8.5","wu:fa16d03","A4JYR2","Q8UVD6","Novel immune-type receptor 14b (Novel immune-type receptor protein) (cDNA, clone cssl:d0274)","Brother of CDO","psicquic","20802085","physical","txid7955" +"A4QN31","Q9IAR4","fgfr-2","wu:fl91z45","A4QN31","Q9IAR4","Fibroblast growth factor receptor (EC 2.7.10.1)","Anosmin-1 (EC 3.4.21.4) (Kal1.1)","psicquic","19765300;26190107","physical","txid7955" +"A4QN31","Q8UVD6","fgfr-2","wu:fa16d03","A4QN31","Q8UVD6","Fibroblast growth factor receptor (EC 2.7.10.1)","Brother of CDO","psicquic","20802085;20802085","physical","txid7955" +"A4QN31","A0A8M9Q8Q6","fgfr-2","vstm4b","A4QN31","A0A8M9Q8Q6","Fibroblast growth factor receptor (EC 2.7.10.1)","V-set and transmembrane domain-containing protein 4","psicquic","20802085;20802085","physical","txid7955" +"A4QN31","Q5K373","fgfr-2","fgfrl1b beta","A4QN31","fgfrl1b","Fibroblast growth factor receptor (EC 2.7.10.1)","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","psicquic","20802085","physical","txid7955" +"A9JR35","B8A507","unc5h2","fb93g11","A9JR35","flrt3","Netrin receptor UNC5","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","psicquic","19765300;19765300","physical","txid7955" +"A9JR35","F1QF54","unc5h2","Fibronectin leucine-rich transmembrane protein 1b","A9JR35","F1QF54","Netrin receptor UNC5","Fibronectin leucine-rich transmembrane protein 1b (Leucine-rich repeat transmembrane protein FLRT1)","psicquic","19765300","physical","txid7955" +"A9JR35","A0A8M9PLL4","unc5h2","flrt1a","A9JR35","A0A8M9PLL4","Netrin receptor UNC5","Leucine-rich repeat transmembrane protein FLRT1","psicquic","19765300;19765300","physical","txid7955" +"B0CLV6","Q9DE49","zgc:136589","pdgfra","B0CLV6","Q9DE49","Cell adhesion molecule 3 (Zgc:136589)","Platelet-derived growth factor receptor alpha (PDGF-R-alpha) (PDGFR-alpha) (EC 2.7.10.1) (Alpha platelet-derived growth factor receptor) (Alpha-type platelet-derived growth factor receptor)","psicquic","20802085","physical","txid7955" +"Q6PFK4","B0CLV6","zgc:66339","zgc:136589","Q6PFK4","B0CLV6","Cell adhesion molecule 2a","Cell adhesion molecule 3 (Zgc:136589)","psicquic","20802085","physical","txid7955" +"B2XCL9","Q7ZVP2","Appl1","wu:fb98b08","B2XCL9","rab5c","Appl1 (DCC-interacting protein 13-alpha)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","psicquic","18455989;18455989","physical","txid7955" +"B3DH85","Q5J1R9","fj56g09","fj98e12","ncam1a","Q5J1R9","NCAM (Neural cell adhesion molecule 1 precursor) (Neural cell adhesion molecule 1a)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","18296487","physical","txid7955" +"B3DIH3","A4JYN2","crtl1","fi32a12","B3DIH3","A4JYN2","Hapln1a protein (Hyaluronan and proteoglycan link protein 1 isoform 2 precursor) (Hyaluronan and proteoglycan link protein 1a)","Bcan (Brevican core protein precursor)","psicquic","19765300;26190107","physical","txid7955" +"Q32SK9","Q4V9H3","Netrin-1","draxin","ntn2","Q4V9H3","Netrin-1","Draxin (Dorsal inhibitory axon guidance protein) (Dorsal repulsive axon guidance protein) (Neural-specific antagonist of canonical Wnt/beta-catenin signaling)","psicquic","26190107;20097902","physical","txid7955" +"Q90Z31","Q5J1R9","efnb3","fj98e12","efnb3b","Q5J1R9","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","receptor protein-tyrosine kinase (EC 2.7.10.1)","psicquic","26190107","physical","txid7955" +"F1QE54","O42140","fb53h09","ntn2","alcamb","ntn1a","Activated leukocyte cell adhesion molecule b (Neurolin-like cell adhesion molecule precursor)","Netrin-1","psicquic","26190107;26190107","physical","txid7955" +"O54724","Q6YLH9","Cavin1","CAV1","O54724","cav1","Caveolae-associated protein 1 (Cav-p60) (Cavin-1) (Polymerase I and transcript release factor)","Caveolin","psicquic","26190107;18191225","physical","txid7955" +"O55013","Q15JE7","Trappc3","dspg3","O55013","optc","Trafficking protein particle complex subunit 3 (BET3 homolog)","Opticin","psicquic","17110339","physical","txid7955" +"Q5ZEW1","Q90YC5","ephA4","D160","Q5ZEW1","efna3b","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-A3 (Ephrin-A3b)","psicquic","26190107;26190107","physical","txid7955" +"Q5ZEW1","O73874","ephA4","efnb2a","Q5ZEW1","efnb2a","receptor protein-tyrosine kinase (EC 2.7.10.1)","Ephrin-B2a","psicquic","26190107;26190107","physical","txid7955" +"Q3Y6S4","A8DZ85","Slit homolog 1b precursor","cb503","Q3Y6S4","A8DZ85","Slit homolog 1b precursor (Slit1b)","Roundabout homolog 3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","psicquic","18296487;20802085","physical","txid7955" +"Q49BB0","O42140","zdcc","ntn2","Q49BB0","ntn1a","Deleted in colorectal cancer (Netrin receptor DCC) (cDNA, clone cssl:d0844)","Netrin-1","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"Q49BB0","Q6IYD1","zdcc","Dragon","Q49BB0","rgmb","Deleted in colorectal cancer (Netrin receptor DCC) (cDNA, clone cssl:d0844)","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","psicquic","26190107;26190107;26190107;26190107","physical","txid7955" +"Q6NW73","Q8JG36","zgc:85923","mpzl2","Q6NW73","Q8JG36","Myelin protein zero-like 3 (Myelin protein zero-like protein 3)","Epithelial V-like antigen 1 (Myelin protein zero-like 2) (Myelin protein zero-like protein 2 precursor)","psicquic","18296487","physical","txid7955" +"Q6PFU7","A9XP97","wu:fb50f02","NHE3b","Q6PFU7","A9XP97","Carbonic anhydrase (EC 4.2.1.1)","Sodium/hydrogen exchanger","psicquic","26190107;23565095","physical","txid7955" +"Z4YIA7","O73878","calu","ephb4b","calua","O73878","Calumenin-A","Ephrin type-B receptor 4b (EC 2.7.10.1) (Eph receptor B4b) (Eph-like receptor tyrosine kinase rtk8)","psicquic","26190107;26190107","physical","txid7955" +"Z4YIA7","Q6YBR5","calu","ngf","calua","ngf","Calumenin-A","Nerve growth factor (NGF) (zNGF)","psicquic","26190107;24626987","physical","txid7955" diff --git a/data/oxidative_stress/txid7955-regulatory_interaction.csv b/data/oxidative_stress/txid7955-regulatory_interaction.csv new file mode 100644 index 0000000..d47ea8f --- /dev/null +++ b/data/oxidative_stress/txid7955-regulatory_interaction.csv @@ -0,0 +1,25961 @@ +"id1","id2","name1","name2","geneName1","geneName2","altName1","altName2","source","sourceLink","intType","species" +"Q803I4","F1RE23","rnf2","F1RE23","rnf2","commd3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1RE23","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6P0E7","rnf2","tfap2e","rnf2","tfap2e","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transcription factor AP-2-epsilon (AP-2-epsilon)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6P0C9","rnf2","fkd7","rnf2","foxa1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6TH37","rnf2","Q6TH37","rnf2","cbx8a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q6TH37","tf-link","27924024","regulates","txid7955" +"Q803I4","Q8AWZ2","rnf2","Q8AWZ2","rnf2","hoxa3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q8AWZ2","tf-link","27924024","regulates","txid7955" +"Q803I4","Q9PWM3","rnf2","Q9PWM3","rnf2","hoxc4a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q9PWM3","tf-link","27924024","regulates","txid7955" +"Q803I4","F1QQE7","rnf2","F1QQE7","rnf2","vsx2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1QQE7","tf-link","27924024","regulates","txid7955" +"Q803I4","Q91430","rnf2","svp[40]","rnf2","nr2f2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q802Z3","rnf2","Q802Z3","rnf2","pitpnbl","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q802Z3","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6YI96","rnf2","Q6YI96","rnf2","barhl2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q6YI96","tf-link","27924024","regulates","txid7955" +"Q803I4","C0M005","rnf2","C0M005","rnf2","pax7b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","C0M005","tf-link","27924024","regulates","txid7955" +"Q803I4","O93507","rnf2","tal1","rnf2","tal1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0R4IKT5","rnf2","si:ch73-45o6.2","rnf2","si:ch73-45o6.2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Autophagy-related protein 2 homolog A isoform X2 (Si:ch73-45o6.2)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q68EH7","rnf2","Q68EH7","rnf2","hoxc8a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q68EH7","tf-link","27924024","regulates","txid7955" +"Q803I4","A9UGK1","rnf2","A9UGK1","rnf2","mkxa","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A9UGK1","tf-link","27924024","regulates","txid7955" +"Q803I4","B0S5Q2","rnf2","fa91d04","rnf2","sdhc","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A2R8QC48","rnf2","A0A2R8QC48","rnf2","-","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A2R8QC48","tf-link","27924024","regulates","txid7955" +"Q803I4","B0V0U5","rnf2","B0V0U5","rnf2","urb2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","B0V0U5","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6GMM1","rnf2","gadd45a","rnf2","gadd45ab","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A2R8Q8Q2","rnf2","A0A2R8Q8Q2","rnf2","atg10","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A2R8Q8Q2","tf-link","27924024","regulates","txid7955" +"Q803I4","F1RAU6","rnf2","Eip75B","rnf2","nr1d1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6QU75","rnf2","Q6QU75","rnf2","pitx3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q6QU75","tf-link","27924024","regulates","txid7955" +"Q803I4","Q1LXU5","rnf2","Q1LXU5","rnf2","irx5a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q1LXU5","tf-link","27924024","regulates","txid7955" +"Q803I4","Q5XJQ7","rnf2","Q5XJQ7","rnf2","osr1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q5XJQ7","tf-link","27924024","regulates","txid7955" +"Q803I4","F1R5K9","rnf2","F1R5K9","rnf2","fli1rs","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1R5K9","tf-link","27924024","regulates","txid7955" +"Q803I4","F1QUD0","rnf2","F1QUD0","rnf2","ptmaa","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1QUD0","tf-link","27924024","regulates","txid7955" +"Q803I4","Q90Z68","rnf2","Q90Z68","rnf2","irx3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q90Z68","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A2R8QHC0","rnf2","A0A2R8QHC0","rnf2","tlx2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A2R8QHC0","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0R4IQL7","rnf2","A0A0R4IQL7","rnf2","pax6b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A0R4IQL7","tf-link","27924024","regulates","txid7955" +"Q803I4","Q7ZZR4","rnf2","Q7ZZR4","rnf2","gsc","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q7ZZR4","tf-link","27924024","regulates","txid7955" +"Q803I4","E7EZ59","rnf2","E7EZ59","rnf2","wdr4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","E7EZ59","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0H2UKR5","rnf2","A0A0H2UKR5","rnf2","meis2a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A0H2UKR5","tf-link","27924024","regulates","txid7955" +"Q803I4","Q8AWY9","rnf2","hoxb7a","rnf2","hoxb7a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Homeobox protein Hox-B7a (Hox-B7)","tf-link","27924024","regulates","txid7955" +"Q803I4","P79746","rnf2","P79746","rnf2","pou3f2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","P79746","tf-link","27924024","regulates","txid7955" +"Q803I4","Q5I8Y1","rnf2","Q5I8Y1","rnf2","irx2a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q5I8Y1","tf-link","27924024","regulates","txid7955" +"Q803I4","Q91981","rnf2","otx2","rnf2","otx2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q9PWL5","rnf2","Q9PWL5","rnf2","hoxa4a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q9PWL5","tf-link","27924024","regulates","txid7955" +"Q803I4","Q90YL6","rnf2","zFF1","rnf2","nr5a2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","tf-link","27924024","regulates","txid7955" +"Q803I4","A8E7N5","rnf2","si:dkey-200h23.3","rnf2","vps45","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Vacuolar protein sorting 45 homolog (Vacuolar protein sorting-associated protein 45)","tf-link","27924024","regulates","txid7955" +"Q803I4","A2BE65","rnf2","A2BE65","rnf2","hoxc9a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A2BE65","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6PC69","rnf2","rpl10a","rnf2","rpl10a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Large ribosomal subunit protein uL1 (60S ribosomal protein L10a)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6DEM2","rnf2","fb34h10","rnf2","crk","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Adapter molecule crk","tf-link","27924024","regulates","txid7955" +"Q803I4","A3KPY2","rnf2","A3KPY2","rnf2","en2b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A3KPY2","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6PC64","rnf2","elovl6","rnf2","elovl6","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A2R8RHM4","rnf2","A0A2R8RHM4","rnf2","-","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A2R8RHM4","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6DGH9","rnf2","Q6DGH9","rnf2","otpb","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q6DGH9","tf-link","27924024","regulates","txid7955" +"Q803I4","B2GRF3","rnf2","B2GRF3","rnf2","barx1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","B2GRF3","tf-link","27924024","regulates","txid7955" +"Q803I4","E3W6T6","rnf2","E3W6T6","rnf2","tbx5b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","E3W6T6","tf-link","27924024","regulates","txid7955" +"Q803I4","A3KNA6","rnf2","LOC566102","rnf2","epc1b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"Q803I4","B2BM15","rnf2","B2BM15","rnf2","zic4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","B2BM15","tf-link","27924024","regulates","txid7955" +"Q803I4","B0S5T0","rnf2","B0S5T0","rnf2","shox","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","B0S5T0","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0R4IN60","rnf2","Fibroblast growth factor","rnf2","fgf19","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q98877","rnf2","Q98877","rnf2","dlx6a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q98877","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0R4IVI8","rnf2","A0A0R4IVI8","rnf2","evx1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A0R4IVI8","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A2R8RW11","rnf2","ATP synthase peripheral stalk subunit F6","rnf2","si:ch211-140m22.7","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","ATP synthase peripheral stalk subunit F6","tf-link","27924024","regulates","txid7955" +"Q803I4","Q9PWM2","rnf2","Q9PWM2","rnf2","hoxb9a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q9PWM2","tf-link","27924024","regulates","txid7955" +"Q803I4","O13168","rnf2","tle3b","rnf2","tle3b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transducin-like enhancer protein 3-B (Protein groucho-1)","tf-link","27924024","regulates","txid7955" +"Q803I4","O42368","rnf2","O42368","rnf2","hoxb3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","O42368","tf-link","27924024","regulates","txid7955" +"Q803I4","A0A0R4I9F7","rnf2","A0A0R4I9F7","rnf2","bmi1a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","A0A0R4I9F7","tf-link","27924024","regulates","txid7955" +"Q803I4","F1R3M6","rnf2","F1R3M6","rnf2","nkx3.3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1R3M6","tf-link","27924024","regulates","txid7955" +"Q803I4","D3U0R1","rnf2","D3U0R1","rnf2","aqp8b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","D3U0R1","tf-link","27924024","regulates","txid7955" +"Q803I4","X1WD79","rnf2","X1WD79","rnf2","taok2a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","X1WD79","tf-link","27924024","regulates","txid7955" +"Q803I4","F1RBM6","rnf2","F1RBM6","rnf2","hoxa11b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1RBM6","tf-link","27924024","regulates","txid7955" +"Q803I4","Q6PV84","rnf2","cb807","rnf2","zic3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","tf-link","27924024","regulates","txid7955" +"Q803I4","F6NXU9","rnf2","F6NXU9","rnf2","zfhx4","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F6NXU9","tf-link","27924024","regulates","txid7955" +"Q803I4","F1QJG0","rnf2","F1QJG0","rnf2","nr5a1a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1QJG0","tf-link","27924024","regulates","txid7955" +"Q803I4","F1QKD4","rnf2","F1QKD4","rnf2","gfi1ab","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","F1QKD4","tf-link","27924024","regulates","txid7955" +"Q803I4","Q9PWL6","rnf2","hoxa9a","rnf2","hoxa9a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Homeobox protein Hox-A9a (Hoxx9)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q8AXX2","rnf2","tbx1","rnf2","tbx1","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","T-box transcription factor TBX1 (T-box protein 1)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q5RJ20","rnf2","tfap2d","rnf2","tfap2d","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transcription factor AP-2-delta (AP-2-delta)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q9W5Z2","rnf2","pitx2","rnf2","pitx2","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","tf-link","27924024","regulates","txid7955" +"Q803I4","Q7ZYW7","rnf2","zgc:55970","rnf2","atp5mc3a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q803I4","X1WEN8","rnf2","X1WEN8","rnf2","pcdh7b","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","X1WEN8","tf-link","27924024","regulates","txid7955" +"Q803I4","Q90471","rnf2","Q90471","rnf2","hoxd12a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Q90471","tf-link","27924024","regulates","txid7955" +"Q803I4","Q08C78","rnf2","wu:fb05d06","rnf2","btf3","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Transcription factor BTF3","tf-link","27924024","regulates","txid7955" +"Q803I4","P22574","rnf2","hoxb4a","rnf2","hoxb4a","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","Homeobox protein Hox-B4a (Hox-B4) (Homeobox protein Zf-13)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IAG2","smad2","A0A0R4IAG2","smad2","psd2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IAG2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QB27","smad2","A0A2R8QB27","smad2","si:ch211-1i11.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QB27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T3E6","smad2","bmi1b","smad2","bmi1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P046","smad2","F6P046","smad2","msrb3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P046","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRV2","smad2","A0A0R4IRV2","smad2","ptdss1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRV2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4IG48","smad2","A4IG48","smad2","btbd10a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4IG48","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4J6S2","smad2","A0A0R4J6S2","smad2","pou6f2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4J6S2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P025","smad2","gnb3","smad2","gnb3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A6H8Q3","smad2","A6H8Q3","smad2","mybphb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A6H8Q3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYQ7","smad2","E7EYQ7","smad2","LOC100535969","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W407","smad2","F8W407","smad2","dcst1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W407","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IH27","smad2","A0A0R4IH27","smad2","tnk2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IH27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QB07","smad2","F1QB07","smad2","dnah3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QB07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZB5","smad2","E7EZB5","smad2","klhl29","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZB5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QLA0","smad2","A0A2R8QLA0","smad2","rnf145a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QLA0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5Y7","smad2","F1Q5Y7","smad2","si:ch211-137a8.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5Y7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0J9YJ18","smad2","A0A0J9YJ18","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0J9YJ18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WWI2","smad2","A5WWI2","smad2","cmpk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WWI2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0R1","smad2","F1R0R1","smad2","brd8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0R1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3QK15","smad2","aacs","smad2","aacs","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Acetoacetyl-CoA synthetase (EC 6.2.1.16)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q598","smad2","F1Q598","smad2","cabin1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q598","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWJ5","smad2","F1QWJ5","smad2","map2k2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWJ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCI6","smad2","zgc:110337","smad2","pole4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KWQ6","smad2","A0A0G2KWQ6","smad2","trpc7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KWQ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBK1","smad2","Q6PBK1","smad2","ccdc58","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PBK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q561X9","smad2","bdh2","smad2","bdh2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dehydrogenase/reductase SDR family member 6 (EC 1.1.1.-) ((R)-beta-hydroxybutyrate dehydrogenase) (3-hydroxybutyrate dehydrogenase type 2) (EC 1.1.1.30) (4-oxo-L-proline reductase) (EC 1.1.1.104) (Oxidoreductase UCPA) (Short chain dehydrogenase/reductase family 15C member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZCV1","smad2","Neurexin 2a","smad2","nrxn2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neurexin 2a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGH0","smad2","A0A0R4IGH0","smad2","rnf130","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EY31","smad2","E7EY31","smad2","ccdc57","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EY31","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ75","smad2","F1QQ75","smad2","si:dkey-65b13.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWA5","smad2","A0A0R4IWA5","smad2","elp5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAW8","smad2","fb34c06","smad2","ash2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHD1","smad2","F1QHD1","smad2","fam122b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHD1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDI7","smad2","F1RDI7","smad2","entpd2a.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDI7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2LDA1","smad2","Q2LDA1","smad2","col2a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2LDA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5U3R3","smad2","Q5U3R3","smad2","ptp4a2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5U3R3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXJ7","smad2","Type I cytokeratin, enveloping layer,-like","smad2","cyt1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Type I cytokeratin, enveloping layer,-like","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YBI5","smad2","EBF transcription factor 1b","smad2","ebf1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","EBF transcription factor 1b (Transcription factor COE1-like isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAY1","smad2","F1RAY1","smad2","cdh7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PGZ9","smad2","zgc:63493","smad2","efna1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ephrin-A1a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JGS0","smad2","snrpc","smad2","snrpc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQJ3","smad2","A0A0R4IQJ3","smad2","fras1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P117","smad2","COUP","smad2","nr2f6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QL52","smad2","F1QL52","smad2","kmt2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QL52","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R417","smad2","F1R417","smad2","rock2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R417","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCN9","smad2","F1QCN9","smad2","adm2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TH20","smad2","Q6TH20","smad2","drg2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6TH20","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4J7R2","smad2","Myosin XVIIIAa","smad2","myo18aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QI27","smad2","F1QI27","smad2","si:dkey-83f18.14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QI27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6C4","smad2","wu:fb82g12","smad2","dek","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DEK proto-oncogene (Protein DEK)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAM7","smad2","arylamine N-acetyltransferase","smad2","si:dkey-78a14.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","arylamine N-acetyltransferase (EC 2.3.1.5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCJ0","smad2","F1RCJ0","smad2","aasdhppt","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RCJ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3H3","smad2","E7F3H3","smad2","ccny","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3H3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7Z2","smad2","E7F7Z2","smad2","si:ch211-133l11.10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7Z2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WE43","smad2","X1WE43","smad2","plekhg2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WE43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCP2","smad2","F1QCP2","smad2","nalcn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCP2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9MIY8","smad2","mt-co1","smad2","mt-co1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome c oxidase subunit 1 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide I)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WWG4","smad2","sfrs3","smad2","srsf3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GDM3","smad2","R4GDM3","smad2","moxd1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GDM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXK1","smad2","Q1LXK1","smad2","si:dkeyp-113d7.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TKR7","smad2","Q5TKR7","smad2","fgf18b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TKR7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8L1","smad2","nudt4","smad2","nudt4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCS1","smad2","X1WCS1","smad2","si:dkey-16p21.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCS1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QB05","smad2","A0A2R8QB05","smad2","tjp2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7H8","smad2","F1Q7H8","smad2","zdhhc20a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7H8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RJ20","smad2","tfap2d","smad2","tfap2d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor AP-2-delta (AP-2-delta)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKB6","smad2","F1QKB6","smad2","slc39a6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKB6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWX4","smad2","fj86h06","smad2","spra","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sepiapterin reductase (EC 1.1.1.153)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F368","smad2","Protein kinase C","smad2","prkcea","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein kinase C (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LV94","smad2","Q1LV94","smad2","sema3aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LV94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBF8","smad2","F1RBF8","smad2","kcnh1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJ07","smad2","Elongator complex protein 1","smad2","elp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Elongator complex protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9MIX9","smad2","mt-nd6","smad2","mt-nd6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803K8","smad2","creb1","smad2","creb1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Z4YI11","smad2","Z4YI11","smad2","phf10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Z4YI11","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAF7","smad2","LOC565819","smad2","si:ch211-13k12.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZTI3","smad2","rarab","smad2","rarab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R125","smad2","B0R125","smad2","chic1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R125","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q997","smad2","F1Q997","smad2","ap1m3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q997","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDA7","smad2","X1WDA7","smad2","maptb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5G7","smad2","F1Q5G7","smad2","rwdd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5G7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDL8","smad2","E9QDL8","smad2","asb5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDL8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4IG34","smad2","A4IG34","smad2","plin6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4IG34","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6J0","smad2","F1Q6J0","smad2","LOC100331077","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6J0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBR1","smad2","drd2b","smad2","drd2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dopamine receptor D2 like isoform X1 (Dopamine receptor D2-like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZ88","smad2","e2f8","smad2","e2f8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor E2F8 (E2F-8)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q91428","smad2","gata3","smad2","gata3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor GATA-3 (GATA-binding factor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5X3","smad2","wu:fb54g06","smad2","cdc27","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cell division cycle protein 27 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3IWZ9","smad2","B3IWZ9","smad2","il13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3IWZ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RPD2","smad2","A0A2R8RPD2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RPD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGD5","smad2","A0A0R4IGD5","smad2","si:ch211-79l17.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGD5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGH3","smad2","gal3st1","smad2","gal3st1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Galactose-3-O-sulfotransferase 1a (Galactosylceramide sulfotransferase (EC 2.8.2.11))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q786","smad2","F1Q786","smad2","ttf1.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q786","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IED3","smad2","A0A0R4IED3","smad2","si:dkey-11f4.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IED3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4KMD5","smad2","Q4KMD5","smad2","lpgat1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4KMD5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R412","smad2","tpm4","smad2","tpm4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WH50","smad2","Myb-like protein X","smad2","si:ch211-137a8.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Myb-like protein X (Si:ch211-137a8.4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D9IL79","smad2","D9IL79","smad2","akt3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D9IL79","tf-link","27924024","regulates","txid7955" +"Q9I9P9","U3JA74","smad2","U3JA74","smad2","itsn2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U3JA74","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F271","smad2","E7F271","smad2","si:ch211-168f7.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F271","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9MIY3","smad2","mt-nd3","smad2","mt-nd3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH-ubiquinone oxidoreductase chain 3 (EC 7.1.1.2) (NADH dehydrogenase subunit 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RTX7","smad2","A0A2R8RTX7","smad2","itgb8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RTX7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IP15","smad2","cb333","smad2","neo1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neogenin 1a (Neogenin isoform 1 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZV93","smad2","zgc:77689","smad2","gipc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","GAIP c-terminus interacting protein 2 (GIPC PDZ domain-containing family, member 2) (Gipc2 protein) (PDZ domain-containing protein GIPC2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUQ9","smad2","A0A0R4IUQ9","smad2","ilf3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFN6","smad2","E7FFN6","smad2","gal3st4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICX2","smad2","A0A0R4ICX2","smad2","mmp13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICX2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6F9","smad2","F1Q6F9","smad2","sltm","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6F9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","U3JAH0","smad2","U3JAH0","smad2","bahcc1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U3JAH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHN5","smad2","E9QHN5","smad2","tent5d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QHN5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RC67","smad2","F1RC67","smad2","dgkh","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RC67","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WHC4","smad2","X1WHC4","smad2","si:ch211-286b4.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WHC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9W5Z2","smad2","pitx2","smad2","pitx2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGN4","smad2","E9QGN4","smad2","mgat4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QGN4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KH37","smad2","A0A0G2KH37","smad2","bace1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KH37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLQ5","smad2","F1QLQ5","smad2","si:ch211-284e20.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLQ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RB57","smad2","F1RB57","smad2","areg","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RB57","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5H1","smad2","BRMS1-like transcriptional repressor b","smad2","brms1lb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6B0","smad2","F1R6B0","smad2","si:dkey-6n6.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6B0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8I4","smad2","kcnj1","smad2","kcnj1a.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Potassium inwardly rectifying channel subfamily J member 1a, tandem duplicate 1 (Potassium inwardly-rectifying channel, subfamily J, member 1a, tandem duplicate 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B6VAM9","smad2","B6VAM9","smad2","spata17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B6VAM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2D6","smad2","E7F2D6","smad2","twf2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2D6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3V2","smad2","E7F3V2","smad2","hmcn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3V2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3IS69","smad2","I3IS69","smad2","srpk3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3IS69","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F464","smad2","E7F464","smad2","gan","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F464","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q566","smad2","F1Q566","smad2","LOC100535931","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q566","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0J9YIW7","smad2","A0A0J9YIW7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QN18","smad2","F1QN18","smad2","tmeff1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QN18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2TLY1","smad2","Q2TLY1","smad2","maco1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2TLY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNQ7","smad2","F1QNQ7","smad2","polr3c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ43","smad2","F1QQ43","smad2","furina","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEA3","smad2","non-specific serine/threonine protein kinase","smad2","ulk2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHN2","smad2","A0A0R4IHN2","smad2","si:ch73-233f7.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHN2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGT9","smad2","A2BGT9","smad2","mtnr1c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JIR3","smad2","B8JIR3","smad2","gnb1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JIR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9P7","smad2","F1R9P7","smad2","trim44","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R9P7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LG88","smad2","A0A140LG88","smad2","gemin6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LG88","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DFT7","smad2","B3DFT7","smad2","baalca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DFT7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IU09","smad2","A0A0R4IU09","smad2","nfixa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IU09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8A3","smad2","F1R8A3","smad2","ppm1h","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8A3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXI4","smad2","Q7SXI4","smad2","zfand2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SXI4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGL6","smad2","E9QGL6","smad2","si:dkeyp-26a9.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QGL6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PTF9","smad2","Bmp7","smad2","bmp7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KUM0","smad2","A0A0G2KUM0","smad2","rbm5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KUM0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJ79","smad2","A0A0R4IJ79","smad2","tlcd4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJ79","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TZG5","smad2","ezr","smad2","ezrb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ezrin (Cytovillin) (Villin-2) (p81)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CF00","smad2","A2CF00","smad2","shisa2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CF00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JHQ3","smad2","B8JHQ3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JHQ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RZ96","smad2","A0A2R8RZ96","smad2","hid1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RZ96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IBW0","smad2","A0A0R4IBW0","smad2","cyp24a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IBW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1N1","smad2","F1R1N1","smad2","tfe3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1N1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KGI0","smad2","A0A0G2KGI0","smad2","LOC100002633","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KGI0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0N0","smad2","cb314","smad2","lrrc17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Leucine-rich repeat-containing 17 (Leucine-rich repeat-containing protein 17 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXF5","smad2","Sodium channel protein","smad2","scn1lab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sodium channel protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DDE0","smad2","Q9DDE0","smad2","meis2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9DDE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A682","smad2","B8A682","smad2","zfand4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A682","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0N9NKH0","smad2","A0A0N9NKH0","smad2","tmtops3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0N9NKH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NS76","smad2","A0A1D5NS76","smad2","tjp1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NS76","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8U9","smad2","F1Q8U9","smad2","alg1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q8U9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DHE6","smad2","LOC794545","smad2","nudt19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Acyl-coenzyme A diphosphatase NUDT19 (Nucleoside diphosphate-linked moiety X motif 19)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B2LT56","smad2","B2LT56","smad2","pitx1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B2LT56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RQB1","smad2","A0A2R8RQB1","smad2","dnah9l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RQB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90274","smad2","sna-1","smad2","snai1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEN0","smad2","Polyhomeotic-like protein 3 isoform X4","smad2","si:ch211-230g15.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F042","smad2","E7F042","smad2","vezf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F042","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4I9G7","smad2","A0A0R4I9G7","smad2","tmem267","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4I9G7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IPM9","smad2","A0A0R4IPM9","smad2","si:ch73-111k22.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IPM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QW62","smad2","F1QW62","smad2","si:ch211-165f21.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QW62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXH5","smad2","Q7SXH5","smad2","ube2d1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SXH5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q022","smad2","A0A2R8Q022","smad2","apobec2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q022","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WWD2","smad2","A5WWD2","smad2","elac1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WWD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F5T6","smad2","E7F5T6","smad2","si:ch73-63e15.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F5T6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6Q382","smad2","nlk","smad2","nlk1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JIB1","smad2","B8JIB1","smad2","metap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JIB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RA51","smad2","F1RA51","smad2","itgb4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RA51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYK8","smad2","E7EYK8","smad2","herc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYK8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGV4","smad2","jam2a","smad2","jam2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0F0D0","smad2","cacnb4.2","smad2","cacnb4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QEY9","smad2","E9QEY9","smad2","si:dkey-7l6.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QEY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QRZ7","smad2","A0A2R8QRZ7","smad2","kcnma1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QRZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6U1J4","smad2","Q6U1J4","smad2","sp7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6U1J4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2B8","smad2","E7F2B8","smad2","slc25a18","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2B8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y857","smad2","A0A286Y857","smad2","daam2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y857","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KEQ1","smad2","A0A0G2KEQ1","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KEQ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I6LC33","smad2","I6LC33","smad2","pcdh1a6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I6LC33","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHL2","smad2","zgc:92243","smad2","vps26c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJ81","smad2","A0A0R4IJ81","smad2","tcrg","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJ81","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6V1","smad2","F1Q6V1","smad2","c1ql3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6V1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUV0","smad2","zgc:152985","smad2","si:ch211-262h13.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Si:ch211-262h13.5 (Uncharacterized protein LOC571127 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6J4","smad2","B0S6J4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6J4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZYX1","smad2","aktip","smad2","aktip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AKT-interacting protein (Fused toes protein homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q58WW7","smad2","Q58WW7","smad2","tas2r200.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q58WW7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WV17","smad2","A5WV17","smad2","stag2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WV17","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEM9","smad2","X1WEM9","smad2","arfgap3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WEM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6V0","smad2","E7F6V0","smad2","trabd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6V0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DRP3","smad2","fb37b08","smad2","snw1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","SNW domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7V2","smad2","F1Q7V2","smad2","hivep3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7V2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L9E9","smad2","Q1L9E9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L9E9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBZ3","smad2","E7FBZ3","smad2","tpm1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FBZ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6U2","smad2","F1Q6U2","smad2","csf2rb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6U2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O73682","smad2","vegfaa","smad2","vegfaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vascular endothelial growth factor A-A (VEGF-A-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V234","smad2","B0V234","smad2","fhl2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V234","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q802G6","smad2","Q802G6","smad2","msrb1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q802G6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q516","smad2","A0A2R8Q516","smad2","gapvd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q516","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRN3","smad2","A0A0R4IRN3","smad2","trdc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRN3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6U1","smad2","E7F6U1","smad2","si:ch73-106k19.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6U1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F015","smad2","E7F015","smad2","tub","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F015","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WW31","smad2","A5WW31","smad2","s100u","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WW31","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEZ7","smad2","F1QEZ7","smad2","eapp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V3D1","smad2","B0V3D1","smad2","her4.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V3D1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWB8","smad2","F1QWB8","smad2","spdya","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWB8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QU33","smad2","F1QU33","smad2","wapla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QU33","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WW09","smad2","A5WW09","smad2","fbrsl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WW09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBK8","smad2","X1WBK8","smad2","si:zfos-1714f5.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBK8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6C7","smad2","F1Q6C7","smad2","vmp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6C7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHY8","smad2","Q5RHY8","smad2","trim66","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHY8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAA7","smad2","F1RAA7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7T4","smad2","F1Q7T4","smad2","nxph1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7T4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAG9","smad2","F1QAG9","smad2","rgs14a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L5X9","smad2","A0A0G2L5X9","smad2","nansb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L5X9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVS3","smad2","F1QVS3","smad2","zgc:172075","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0MGZ5","smad2","hs6st1b","smad2","hs6st1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Heparan-sulfate 6-O-sulfotransferase 1-B (HS 6-OST-1B) (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3J1","smad2","F8W3J1","smad2","nexmifa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W3J1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KVT3","smad2","A0A0G2KVT3","smad2","LOC100330644","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KVT3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0P5","smad2","E7F0P5","smad2","asphd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0P5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KC93","smad2","A0A0G2KC93","smad2","tiam2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KC93","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGX8","smad2","cb765","smad2","gys2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glycogen [starch] synthase (EC 2.4.1.11)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5B7","smad2","Protein Wnt","smad2","wnt7ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEJ5","smad2","mg:bb03b10","smad2","uqcrq","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5V9","smad2","B0S5V9","smad2","dcbld2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5V9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWM7","smad2","A0A0R4IWM7","smad2","dmxl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWM7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXV4","smad2","Q7SXV4","smad2","cyp26a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SXV4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90260","smad2","Q90260","smad2","ascl1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90260","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ILK3","smad2","A0A0R4ILK3","smad2","arhgap11a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ILK3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGJ3","smad2","E9QGJ3","smad2","trpc7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QGJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6M2","smad2","F1R6M2","smad2","rorb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6M2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QM68","smad2","A0A2R8QM68","smad2","LOC565691","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QM68","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IC26","smad2","A0A0R4IC26","smad2","pcdh1g32","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IC26","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6S4","smad2","F1Q6S4","smad2","abhd16a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6S4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PH56","smad2","hsp70","smad2","hsp70.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Heat shock cognate 70-kd protein (Hsp70 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGI5","smad2","Q5RGI5","smad2","ppp6r2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RGI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RY49","smad2","A0A2R8RY49","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RY49","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QL80","smad2","A0A2R8QL80","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QL80","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYJ8","smad2","Q6NYJ8","smad2","mob1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NYJ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RT44","smad2","A0A2R8RT44","smad2","bbs12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RT44","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A6D3","smad2","B8A6D3","smad2","l2hgdh","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A6D3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GEU9","smad2","R4GEU9","smad2","si:ch211-166g5.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GEU9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DG79","smad2","Q6DG79","smad2","crhbp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DG79","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2SZ53","smad2","A2SZ53","smad2","cacnb2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2SZ53","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWD2","smad2","Q1LWD2","smad2","ric8b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5A8","smad2","F1Q5A8","smad2","kcnq5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5A8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YBU7","smad2","A0A286YBU7","smad2","bbx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YBU7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DEH3","smad2","camk2d1","smad2","camk2d1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F836","smad2","Rac/Cdc42 guanine nucleotide exchange factor","smad2","arhgef6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGB4","smad2","si:ch211-139a5.3","smad2","pafah1b2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RPF8","smad2","A0A2R8RPF8","smad2","cyp21a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RPF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3QJX4","smad2","A3QJX4","smad2","sars2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3QJX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDL4","smad2","X1WDL4","smad2","si:ch211-248a14.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDL4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QKJ7","smad2","A0A2R8QKJ7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QKJ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1L1QZA6","smad2","A0A1L1QZA6","smad2","si:dkey-88i8.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1L1QZA6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QJJ6","smad2","A0A2R8QJJ6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QJJ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90XF2","smad2","prkci","smad2","prkci","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2RUZ0","smad2","zgc:158474","smad2","sh2b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWL6","smad2","fb96a03","smad2","pum1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pumilio homolog 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXT6","smad2","Q7SXT6","smad2","msi2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SXT6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1L2C7","smad2","A1L2C7","smad2","nol4lb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1L2C7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q802F2","smad2","Q802F2","smad2","selenot1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q802F2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJL3","smad2","F1QJL3","smad2","qsox2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJL3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR03","smad2","F1QR03","smad2","pde4ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NI62","smad2","F6NI62","smad2","ddr2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NI62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DG30","smad2","B3DG30","smad2","tnnt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DG30","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LH45","smad2","A0A140LH45","smad2","kif21b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LH45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHW9","smad2","E9QHW9","smad2","rnf165a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QHW9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGK0","smad2","Oxysterol-binding protein","smad2","osbpl5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Oxysterol-binding protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKZ8","smad2","F1QKZ8","smad2","lrig2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKZ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBV7","smad2","E7FBV7","smad2","tcf23","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FBV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXW8","smad2","E7EXW8","smad2","glg1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXW8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JHI6","smad2","med29","smad2","med29","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66HY6","smad2","Q66HY6","smad2","ncoa5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q66HY6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q841","smad2","F1Q841","smad2","mcf2la","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q841","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W4G5","smad2","F8W4G5","smad2","cdadc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W4G5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH84","smad2","Q6DH84","smad2","ophn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DH84","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5J4","smad2","F1R5J4","smad2","mvb12bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R5J4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ISS1","smad2","I3ISS1","smad2","col11a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ISS1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IAE4","smad2","A0A0R4IAE4","smad2","chd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IAE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q819","smad2","F1Q819","smad2","foxa2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q819","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFE9","smad2","Netrin 4","smad2","ntn4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Netrin 4 (Netrin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q9T1","smad2","F1Q9T1","smad2","rictorb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q9T1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QUA2","smad2","F1QUA2","smad2","tnfsf13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QUA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IKI0","smad2","A0A0R4IKI0","smad2","fbln1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IKI0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGG3","smad2","A0A0R4IGG3","smad2","tpi1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYS0","smad2","Q5TYS0","smad2","lace1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TYS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4QNV5","smad2","A4QNV5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4QNV5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W4F6","smad2","F8W4F6","smad2","si:dkey-24i24.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W4F6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L985","smad2","A0A0G2L985","smad2","il1rl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L985","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1PS59","smad2","B1PS59","smad2","smad4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B1PS59","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WGM1","smad2","X1WGM1","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WGM1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGJ1","smad2","E7FGJ1","smad2","skilb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGJ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LV08","smad2","Q1LV08","smad2","nup93","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LV08","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PI52","smad2","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","smad2","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDF4","smad2","E9QDF4","smad2","cabp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDF4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CEY2","smad2","A2CEY2","smad2","si:dkeyp-2e4.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CEY2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BH14","smad2","A2BH14","smad2","grin2bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BH14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZWC2","smad2","Q7ZWC2","smad2","mgll","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZWC2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8BAA2","smad2","A8BAA2","smad2","si:ch211-202c21.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8BAA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IN28","smad2","A0A0R4IN28","smad2","ank1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IN28","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q53CM6","smad2","Q53CM6","smad2","dscama","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q53CM6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I9E8","smad2","Q9I9E8","smad2","gabpa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9I9E8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RE14","smad2","F1RE14","smad2","ctsf","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RE14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90XR8","smad2","wu:fa66b05","smad2","cldnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Claudin b (Cldnb protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXX2","smad2","E7EXX2","smad2","slc41a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXX2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CE93","smad2","fc20f09","smad2","iqgap2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W2E5","smad2","F8W2E5","smad2","gpr37l1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W2E5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90426","smad2","Q90426","smad2","or115-10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90426","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KQM9","smad2","A0A0G2KQM9","smad2","sntg1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KQM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SNQ9","smad2","Q5SNQ9","smad2","myct1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SNQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQS5","smad2","A3KQS5","smad2","mllt11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KQS5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9L1","smad2","F1R9L1","smad2","sema5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R9L1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5H6","smad2","brd4","smad2","brd4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQH5","smad2","A0A0R4IQH5","smad2","si:ch211-195p4.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQH5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5T6","smad2","Protein phosphatase 2, regulatory subunit B'', beta","smad2","ppp2r3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein phosphatase 2, regulatory subunit B'', beta (Serine/threonine-protein phosphatase 2A regulatory subunit B'' subunit beta isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8E7F4","smad2","hlazel","smad2","mhc1zba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","MHC class I antigen ZBA transcript variant 1 (Major histocompatibility complex class I ZBA) (Major histocompatibility complex class I ZE like precursor) (Zgc:64115 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KD61","smad2","A0A0G2KD61","smad2","il16","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KD61","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDE8","smad2","E7FDE8","smad2","si:ch1073-174d20.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDE8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHZ0","smad2","F1QHZ0","smad2","csmd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QJH4","smad2","Calcium-transporting ATPase","smad2","atp2a3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S661","smad2","B0S661","smad2","tpgs1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S661","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QMZ5","smad2","F1QMZ5","smad2","zeb1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QMZ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S7E5","smad2","B0S7E5","smad2","acer1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S7E5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RVQ2","smad2","A0A2R8RVQ2","smad2","plppr4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RVQ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F712","smad2","E7F712","smad2","ppip5k2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F712","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QP51","smad2","A0A2R8QP51","smad2","dpp9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QP51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUP5","smad2","dnaja2","smad2","dnaja2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RUQ1","smad2","A0A2R8RUQ1","smad2","phf21ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RUQ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEE9","smad2","E7FEE9","smad2","si:dkey-178k16.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEE9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SQE1","smad2","si:ch211-194d6.2","smad2","gtf2e1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAD7","smad2","phosphatidylinositol-4,5-bisphosphate 3-kinase","smad2","pik3ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P3J0","smad2","dgat1","smad2","dgat1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","O-acyltransferase","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGA0","smad2","rfx4","smad2","rfx4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor RFX4 (Regulatory factor X 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1G3","smad2","F1R1G3","smad2","tmem131l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1G3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLH9","smad2","F1QLH9","smad2","nucb1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLH9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WFY6","smad2","Tectonin beta-propeller repeat-containing 1b","smad2","tecpr1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tectonin beta-propeller repeat-containing 1b (Tectonin beta-propeller repeat-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W4U4","smad2","F8W4U4","smad2","xirp2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W4U4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TGV2","smad2","Q6TGV2","smad2","rab22a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6TGV2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8Q2","smad2","E7F8Q2","smad2","znf526","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F8Q2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKJ8","smad2","B8JKJ8","smad2","sobpa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JKJ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZA2","smad2","F1QZA2","smad2","si:rp71-79p20.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R7J1","smad2","F1R7J1","smad2","fam120b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R7J1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8J2","smad2","F1R8J2","smad2","celsr3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8J2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DGM8","smad2","Q9DGM8","smad2","vox","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9DGM8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZV6","smad2","im:7159577","smad2","sun1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FD56","smad2","E7FD56","smad2","naa25","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FD56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGU5","smad2","E9QGU5","smad2","kcnab2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QGU5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXR3","smad2","maea","smad2","maea","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHW0","smad2","Q5RHW0","smad2","mapk12b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QEF0","smad2","E9QEF0","smad2","si:dkey-88l16.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QEF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGE4","smad2","Q5RGE4","smad2","meig1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RGE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5D8R6","smad2","A5D8R6","smad2","slc6a11a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5D8R6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKJ1","smad2","F1QKJ1","smad2","panx2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKJ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSN0","smad2","F1QSN0","smad2","pbx3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSN0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RML6","smad2","A0A2R8RML6","smad2","si:dkey-106g10.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RML6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IBL7","smad2","A0A0R4IBL7","smad2","tcf12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IBL7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0E7","smad2","tfap2e","smad2","tfap2e","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor AP-2-epsilon (AP-2-epsilon)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEF4","smad2","F1QEF4","smad2","rhpn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEF4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4JYI8","smad2","A4JYI8","smad2","fgfr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4JYI8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IPR0","smad2","A0A0R4IPR0","smad2","ptpn13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IPR0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRP9","smad2","A0A0R4IRP9","smad2","r3hdm1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRP9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQ22","smad2","A0A0R4IQ22","smad2","si:ch1073-110a20.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQ22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IX29","smad2","A0A0R4IX29","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IX29","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RH62","smad2","Q5RH62","smad2","cax1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RH62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PVZ2","smad2","A0A2R8PVZ2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PVZ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6PBQ1","smad2","F6PBQ1","smad2","dhrs13a.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6PBQ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCW5","smad2","X1WCW5","smad2","chd6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCW5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NT00","smad2","A0A1D5NT00","smad2","mark2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NT00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JMZ7","smad2","B8JMZ7","smad2","tm2d3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JMZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R777","smad2","mettl3","smad2","mettl3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q3B7P7","smad2","wu:fa91f08","smad2","uba52","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-ribosomal protein eL40 fusion protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8W7","smad2","F1R8W7","smad2","rnf5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8W7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6T2","smad2","B0S6T2","smad2","slc15a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6T2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P4E3","smad2","Q0P4E3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P4E3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2VD21","smad2","A2VD21","smad2","pou3f2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2VD21","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCH2","smad2","X1WCH2","smad2","si:dkey-1f12.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCH2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXT6","smad2","non-specific serine/threonine protein kinase","smad2","akt3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R878","smad2","F1R878","smad2","si:ch1073-358c10.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R878","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L907","smad2","Q1L907","smad2","gstr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L907","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMH3","smad2","A5PMH3","smad2","esr1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RID7","smad2","snx17","smad2","snx17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sorting nexin-17","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NW63","smad2","GATA-5","smad2","gata6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IXH3","smad2","A0A0R4IXH3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IXH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXN6","smad2","Q1LXN6","smad2","gtpbp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYE4","smad2","E7EYE4","smad2","rnf121","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFV2","smad2","F1QFV2","smad2","hnrnpa1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFV2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KS80","smad2","A0A0G2KS80","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KS80","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNZ1","smad2","F1QNZ1","smad2","marc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNZ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYM7","smad2","F1QYM7","smad2","retreg3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYM7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NXD8","smad2","Q6NXD8","smad2","dennd5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NXD8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P4U8","smad2","Q6P4U8","smad2","dnase1l4.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P4U8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R869","smad2","Nuclear receptor coactivator 6","smad2","ncoa6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear receptor coactivator 6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DBQ4","smad2","Q6DBQ4","smad2","tm4sf4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DBQ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0J6","smad2","E7F0J6","smad2","kdm2ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0J6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q3B7R0","smad2","fb80h03","smad2","cyc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGV3","smad2","F1QGV3","smad2","rbms3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGV3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZE5","smad2","E7EZE5","smad2","iqsec1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZE5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHU2","smad2","si:dkey-146n1.1","smad2","podxl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Podocalyxin (Podocalyxin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R254","smad2","F1R254","smad2","agap2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R254","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PI20","smad2","h3f3a; h3f3b.1; h3-5; h3f3d","smad2","h3f3a;h3f3b.1;h3-5;h3f3d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Histone H3.3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PM68","smad2","A5PM68","smad2","ptbp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PM68","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHV9","smad2","A0A0R4IHV9","smad2","si:dkeyp-41f9.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHD9","smad2","F1QHD9","smad2","vipb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHD9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L8I2","smad2","A0A0G2L8I2","smad2","trappc10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L8I2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNH6","smad2","F1QNH6","smad2","lrrc74a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNH6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JFS7","smad2","Q8JFS7","smad2","ptpn4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q8JFS7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TH37","smad2","Q6TH37","smad2","cbx8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6TH37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IW17","smad2","A0A0R4IW17","smad2","olfcs2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IW17","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R182","smad2","B0R182","smad2","p2rx5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R182","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMX7","smad2","A0A0R4IMX7","smad2","sh3pxd2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMX7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQV0","smad2","im:6891713","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R043","smad2","F1R043","smad2","slc17a5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R043","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKI4","smad2","B8JKI4","smad2","mxb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JKI4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0H2UJL9","smad2","A0A0H2UJL9","smad2","pimr182","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0H2UJL9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R983","smad2","rbbp8","smad2","rbbp8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DNA endonuclease RBBP8 (EC 3.1.-.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2L1","smad2","E7F2L1","smad2","aak1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2L1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEX1","smad2","Integrin alpha-E-like isoform X1","smad2","itgae.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DC07","smad2","Q6DC07","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DC07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBQ8","smad2","F1QBQ8","smad2","slmapb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBQ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P442","smad2","Q0P442","smad2","rnasekb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P442","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZL9","smad2","F1QZL9","smad2","wipf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZL9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGF1","smad2","Uncharacterized protein LOC503753","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Uncharacterized protein LOC503753 (Zgc:113263)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0B7","smad2","F1R0B7","smad2","gskip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0B7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR97","smad2","F1QR97","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR97","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXR8","smad2","si:dkey-85p17.3","smad2","si:dkey-85p17.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NXC9","smad2","Q6NXC9","smad2","tox2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NXC9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DG33","smad2","wu:fc18d06","smad2","det1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DET1 homolog isoform X1 (DET1 partner of COP1 E3 ubiquitin ligase) (De-etiolated homolog 1 (Arabidopsis)) (Det1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QS98","smad2","F1QS98","smad2","dlg3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QS98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHT2","smad2","E9QHT2","smad2","ampd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QHT2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RH35","smad2","Q5RH35","smad2","acot18","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RH35","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1B8","smad2","F1R1B8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1B8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6JIY4","smad2","Q6JIY4","smad2","hoxc13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6JIY4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3Z6","smad2","E7F3Z6","smad2","arhgef10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3Z6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAS0","smad2","F1QAS0","smad2","mtdhb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WVJ3","smad2","A5WVJ3","smad2","si:dkey-266m15.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WVJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GE14","smad2","R4GE14","smad2","si:ch211-207i1.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GE14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ILN1","smad2","Coiled-coil and C2 domain-containing 1B","smad2","cc2d1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF45","smad2","F1QF45","smad2","cbr4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LFX1","smad2","A0A140LFX1","smad2","insb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LFX1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F095","smad2","E7F095","smad2","ankrd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F095","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIU9","smad2","A0A0R4IIU9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IIU9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFE0","smad2","fi75f03","smad2","nelfa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Negative elongation factor A (Negative elongation factor complex member A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W634","smad2","F8W634","smad2","chrm2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W634","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5K6","smad2","ATP-binding cassette sub-family B member 10, mitochondrial","smad2","abcb10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PM72","smad2","A5PM72","smad2","znf989","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PM72","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P4V2","smad2","Q6P4V2","smad2","slc1a3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P4V2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDS3","smad2","F1QDS3","smad2","gramd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QL95","smad2","A0A2R8QL95","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QL95","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSJ4","smad2","F1QSJ4","smad2","vipr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSJ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJW0","smad2","mosmoa","smad2","mosmoa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Modulator of smoothened a (Uncharacterized protein C16orf52 homolog B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7N0","smad2","F1Q7N0","smad2","fpgs","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7N0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8L9","smad2","Q1L8L9","smad2","ak2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8L9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KCN9","smad2","A0A0G2KCN9","smad2","ehmt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KCN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBS8","smad2","X1WBS8","smad2","necab3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBS8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3QK40","smad2","A3QK40","smad2","ncor1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3QK40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W4A6","smad2","F8W4A6","smad2","tgfb2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W4A6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2Y6","smad2","E7F2Y6","smad2","abca1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2Y6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QN75","smad2","F1QN75","smad2","si:dkey-246j7.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QN75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3D3","smad2","F1R3D3","smad2","gapdhs","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3D3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QG33","smad2","E9QG33","smad2","lca5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QG33","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D2D0C1","smad2","D2D0C1","smad2","nptx2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D2D0C1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WF65","smad2","X1WF65","smad2","ltb4r","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WF65","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCA7","smad2","F1QCA7","smad2","notch1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JHE0","smad2","CHUNP6894","smad2","csnk1a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXS2","smad2","E7EXS2","smad2","tnni3k","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F086","smad2","E7F086","smad2","elk1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F086","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Z4YIB5","smad2","Z4YIB5","smad2","rnf144ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Z4YIB5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8N2","smad2","Q1L8N2","smad2","rad23ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8N2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QMV4","smad2","F1QMV4","smad2","gpsm1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QMV4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NFN1","smad2","F6NFN1","smad2","unc13d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NFN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJS9","smad2","F1QJS9","smad2","her5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUM9","smad2","A0A0R4IUM9","smad2","pdzd7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2PMI4","smad2","fst2","smad2","fstb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Activin-binding protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF27","smad2","F1QF27","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9JRW8","smad2","A9JRW8","smad2","sufu","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9JRW8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IT86","smad2","cb33","smad2","kirrel3l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WFU5","smad2","X1WFU5","smad2","si:dkey-28n18.9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WFU5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYA8","smad2","E7EYA8","smad2","fubp3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYA8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RJ41","smad2","Q5RJ41","smad2","si:ch211-57i17.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RJ41","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NY29","smad2","Q6NY29","smad2","max","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NY29","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UYB6","smad2","My011","smad2","mmadhcb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Metabolism of cobalamin associated D (Methylmalonic aciduria and homocystinuria type D protein, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R754","smad2","F1R754","smad2","pard6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R754","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQ83","smad2","A0A0R4IQ83","smad2","si:ch211-156b7.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQ83","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1MT42","smad2","Q1MT42","smad2","arhgef3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1MT42","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KQH4","smad2","A0A0G2KQH4","smad2","pappaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KQH4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JHW0","smad2","B8JHW0","smad2","lgmn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JHW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSK2","smad2","A0A1D5NSK2","smad2","si:cabz01007794.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSK2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA12","smad2","Trafficking protein particle complex subunit 8","smad2","trappc8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Trafficking protein particle complex subunit 8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QLX3","smad2","A0A2R8QLX3","smad2","atp2b4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QLX3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WG57","smad2","X1WG57","smad2","ep300b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WG57","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RIQ7","smad2","Q5RIQ7","smad2","fmn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RIQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FF26","smad2","E7FF26","smad2","esyt2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FF26","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1Q6","smad2","F1R1Q6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1Q6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4VSN1","smad2","Q4VSN1","smad2","dstyk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4VSN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P6X0","smad2","ubap1","smad2","ubap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-associated protein 1 (UBAP-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGC3","smad2","E7FGC3","smad2","fam166c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCQ3","smad2","E7FCQ3","smad2","rnf41l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCQ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ILA2","smad2","A0A0R4ILA2","smad2","ntrk2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ILA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QSC8","smad2","A0A2R8QSC8","smad2","slc12a7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QSC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QIA5","smad2","A0A2R8QIA5","smad2","dnajc6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QIA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQV8","smad2","F1QQV8","smad2","trim101","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQV8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QTH7","smad2","F1QTH7","smad2","sipa1l3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QTH7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8Y5T3","smad2","A8Y5T3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8Y5T3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4VBT6","smad2","Q4VBT6","smad2","exosc8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4VBT6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T2E3","smad2","csnk1da","smad2","csnk1da","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DI30","smad2","fc54c06","smad2","srfbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6E0","smad2","F1R6E0","smad2","sall3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6E0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFQ7","smad2","LOC110437777","smad2","acadsb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Short/branched chain specific acyl-CoA dehydrogenase, mitochondrial (EC 1.3.8.5) (2-methyl branched chain acyl-CoA dehydrogenase) (2-methylbutyryl-coenzyme A dehydrogenase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V9A3","smad2","Q4V9A3","smad2","asap3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V9A3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5BL27","smad2","Q5BL27","smad2","eif4enif1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5BL27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WUX1","smad2","A5WUX1","smad2","adarb1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WUX1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V920","smad2","pacsin1b","smad2","pacsin1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2ATX1","smad2","A2ATX1","smad2","polr1c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2ATX1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9YH90","smad2","cldng","smad2","cldng","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Claudin-like protein ZF-A9 (Claudin g)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6Z5","smad2","fe36b09","smad2","cnbpa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","CCHC-type zinc finger, nucleic acid-binding protein a (Cellular nucleic acid-binding protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE16","smad2","E7FE16","smad2","tcf20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FE16","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QV96","smad2","F1QV96","smad2","si:dkey-250l23.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QV96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QY99","smad2","F1QY99","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QY99","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IZ00","smad2","A0A0R4IZ00","smad2","lamp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IZ00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8E2","smad2","lep","smad2","ptch1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein patched homolog 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q814","smad2","A0A2R8Q814","smad2","ctxn3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q814","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QF54","smad2","A0A2R8QF54","smad2","neurl1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QF54","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBX9","smad2","Q6PBX9","smad2","reep5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PBX9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TH14","smad2","ENO1","smad2","eno3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBA1","smad2","F1QBA1","smad2","fndc7rs4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P9I0","smad2","F6P9I0","smad2","cgref1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P9I0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAA0","smad2","F1QAA0","smad2","nif3l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAA0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3A6","smad2","F1R3A6","smad2","fkbp1ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3A6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4INU5","smad2","A0A0R4INU5","smad2","kcnn1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4INU5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S602","smad2","Fn","smad2","fn1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibronectin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKE1","smad2","F1QKE1","smad2","nrg2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKE1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5U3B4","smad2","Q5U3B4","smad2","igf2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5U3B4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7K2","smad2","E7F7K2","smad2","c1qtnf9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7K2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503D5","smad2","im:7140038","smad2","vbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Prefoldin subunit 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCX7","smad2","F1RCX7","smad2","htr2aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RCX7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6Y6","smad2","Remodeling and spacing factor 1 isoform X2","smad2","rsf1b.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4FUN8","smad2","rh1.2","smad2","rhol","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rhodopsin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PHL4","smad2","Q6PHL4","smad2","nkain1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PHL4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RA77","smad2","F1RA77","smad2","dnajc25","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RA77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGA5","smad2","E7FGA5","smad2","gsr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F059","smad2","Nuclear factor of activated T-cells, cytoplasmic 4","smad2","nfatc4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear factor of activated T-cells, cytoplasmic 4 (Nuclear factor of-activated T cells 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZ30","smad2","E7EZ30","smad2","syne1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZ30","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8DZG3","smad2","A8DZG3","smad2","phactr3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8DZG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIG9","smad2","A0A0R4IIG9","smad2","ptpro","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IIG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJA9","smad2","F1QJA9","smad2","rassf7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJA9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66L50","smad2","Q66L50","smad2","arrdc3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q66L50","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1Q1","smad2","F1R1Q1","smad2","shtn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1Q1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH11","smad2","Q6DH11","smad2","lim2.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DH11","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q587","smad2","F1Q587","smad2","si:dkeyp-74a11.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q587","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXL4","smad2","ndpkz2","smad2","nme2b.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nucleoside diphosphate kinase (EC 2.7.4.6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R112","smad2","F1R112","smad2","pde9a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R112","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5BLA5","smad2","Q5BLA5","smad2","npm3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5BLA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PN50","smad2","A5PN50","smad2","sik2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PN50","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7X7","smad2","E7F7X7","smad2","nim1k","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7X7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2F7","smad2","E7F2F7","smad2","kmt2d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2F7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LH51","smad2","A0A140LH51","smad2","map1aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LH51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8UVJ6","smad2","vangl2","smad2","vangl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCN7","smad2","F1QCN7","smad2","ppp4r2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCN7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9JTH2","smad2","A9JTH2","smad2","fam78ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9JTH2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6X7","smad2","F1Q6X7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6X7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QUH3","smad2","F1QUH3","smad2","mlc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QUH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08BM6","smad2","lrrc8d","smad2","lrrc8db","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Leucine rich repeat containing 8 family, member D (Leucine-rich repeat-containing 8 VRAC subunit Db) (Leucine-rich repeat-containing protein 8D)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IXX0","smad2","A0A0R4IXX0","smad2","dmd","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IXX0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IR49","smad2","A0A0R4IR49","smad2","si:ch211-165e15.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IR49","tf-link","27924024","regulates","txid7955" +"Q9I9P9","K7DY57","smad2","PPAR[a]","smad2","pparab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWV6","smad2","A0A0R4IWV6","smad2","gpr184","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWV6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIC1","smad2","F1QIC1","smad2","nfil3-6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIC1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IP47","smad2","A0A0R4IP47","smad2","efcc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IP47","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGM8","smad2","Q6DGM8","smad2","jdp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DGM8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q501S1","smad2","Q501S1","smad2","ets2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q501S1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1P2","smad2","F1R1P2","smad2","ugt1a7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1P2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q32SG8","smad2","Q32SG8","smad2","slc8a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q32SG8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSR4","smad2","A0A1D5NSR4","smad2","chd9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBM7","smad2","F1QBM7","smad2","dipk2ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBM7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D7RVR8","smad2","D7RVR8","smad2","slc1a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D7RVR8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QC01","smad2","IP3K","smad2","itpka","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QB00","smad2","F1QB00","smad2","si:dkey-259j3.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QB00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LGI1","smad2","A0A140LGI1","smad2","bicdl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LGI1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F577","smad2","E7F577","smad2","dgki","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F577","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F5H3","smad2","E7F5H3","smad2","xkr6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F5H3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F164","smad2","E7F164","smad2","rps6ka2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F164","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCB3","smad2","X1WCB3","smad2","ppm1j","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCB3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1E7","smad2","E7F1E7","smad2","ushbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1E7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QM42","smad2","F1QM42","smad2","aco1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QM42","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503D0","smad2","Q503D0","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q503D0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R406","smad2","F1R406","smad2","gabrb2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R406","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVG5","smad2","F1QVG5","smad2","gpc1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVG5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7H6","smad2","nxf1","smad2","nxf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear RNA export factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IDF3","smad2","A0A0R4IDF3","smad2","adam10b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IDF3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JID2","smad2","B8JID2","smad2","klf12a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JID2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KNX7","smad2","A0A0G2KNX7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KNX7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2YDS3","smad2","Q2YDS3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2YDS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWH6","smad2","si:dkeyp-84a8.8","smad2","fam207a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE02","smad2","E7FE02","smad2","cluhb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FE02","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V0E5","smad2","Amyloid-beta A4 protein","smad2","appb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Amyloid-beta A4 protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q793","smad2","F1Q793","smad2","rabep2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q793","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZ03","smad2","E7EZ03","smad2","rfx1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZ03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","H0WF90","smad2","H0WF90","smad2","znf1047","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","H0WF90","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6GMK5","smad2","Q6GMK5","smad2","smpx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6GMK5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKS0","smad2","F1QKS0","smad2","myo5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TEM4","smad2","rnd1b","smad2","rnd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","GTP-binding protein (Ras-like protein Rnd1b) (Rho family GTPase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXM8","smad2","E7EXM8","smad2","depdc5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXM8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZP2","smad2","Target of rapamycin complex 2 subunit MAPKAP1","smad2","mapkap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Target of rapamycin complex 2 subunit MAPKAP1 (Mitogen-activated protein kinase 2-associated protein 1) (Stress-activated map kinase-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IK18","smad2","A0A0R4IK18","smad2","ctsc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IK18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIF9","smad2","ETS translocation variant 1 isoform X1","smad2","etv1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ETS translocation variant 1 isoform X1 (ETS variant transcription factor 1) (Etv1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1D8","smad2","E7F1D8","smad2","si:ch1073-186i23.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1D8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A7XYJ6","smad2","A7XYJ6","smad2","sobpb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A7XYJ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F2Z4V2","smad2","F2Z4V2","smad2","usp44","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F2Z4V2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7G7","smad2","F1Q7G7","smad2","acot7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7G7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D3KVM2","smad2","D3KVM2","smad2","sybu","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D3KVM2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9MIZ0","smad2","mt-nd1","smad2","mt-nd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RE76","smad2","F1RE76","smad2","scn8ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RE76","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8J0","smad2","rnpc3","smad2","rnpc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6GQN1","smad2","Q6GQN1","smad2","mob3c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6GQN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UYP0","smad2","B0UYP0","smad2","si:dkey-57a22.15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UYP0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JI18","smad2","B8JI18","smad2","abcg2c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JI18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9R3","smad2","F1R9R3","smad2","mospd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R9R3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ37","smad2","F1QQ37","smad2","birc7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O57416","smad2","pax3","smad2","pax3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0J9YIY8","smad2","A0A0J9YIY8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0J9YIY8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JL43","smad2","cb285","smad2","tfa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serotransferrin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCN9","smad2","X1WCN9","smad2","si:dkey-266m15.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UYM8","smad2","fc03h03","smad2","lmo7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWI7","smad2","kif5a","smad2","kif5aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinesin family member 5A","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7F7","smad2","E7F7F7","smad2","angel1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7F7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUW2","smad2","Neutrophil cytosol factor 4","smad2","ncf4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neutrophil cytosol factor 4 (Neutrophil cytosolic factor 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QE07","smad2","A0A2R8QE07","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QE07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T316","smad2","tmem231","smad2","tmem231","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transmembrane protein 231","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ50","smad2","F1QQ50","smad2","disc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ50","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WWD5","smad2","man1b1","smad2","man1b1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F260","smad2","E7F260","smad2","fam234a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F260","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8Q3","smad2","F1R8Q3","smad2","lrrc59","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8Q3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F2Z4U3","smad2","gpr117","smad2","wls","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein wntless homolog (Wnt ligand secretion mediator)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q802Z3","smad2","Q802Z3","smad2","pitpnbl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q802Z3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFM6","smad2","F1QFM6","smad2","dolpp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFM6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVE8","smad2","sf3b3","smad2","sf3b3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Splicing factor 3B subunit 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F976","smad2","crfb14","smad2","ifnlr1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Interferon lambda receptor 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5M9","smad2","F1R5M9","smad2","fndc7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R5M9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q3K1","smad2","br146","smad2","vcana","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Chondroitin sulfate proteoglycan 2 (Versican a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QPC3","smad2","F1QPC3","smad2","saraf","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QPC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DI58","smad2","B3DI58","smad2","ngs","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DI58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8P4","smad2","glra2","smad2","glra2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glycine receptor subunit alpha-2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RE58","smad2","F1RE58","smad2","si:ch211-168k14.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RE58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8AWE0","smad2","D","smad2","drd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D(2) dopamine receptor (Dopamine D2a receptor) (Dopamine receptor D2a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PXP3","smad2","A0A2R8PXP3","smad2","trpm7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PXP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","C1IHU9","smad2","C1IHU9","smad2","itln3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","C1IHU9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3D5","smad2","E7F3D5","smad2","wrap53","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3D5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QI13","smad2","A0A2R8QI13","smad2","prmt3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QI13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLD0","smad2","B8JLD0","smad2","sertad2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLD0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RA45","smad2","F1RA45","smad2","mmp11b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RA45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXM3","smad2","E7EXM3","smad2","si:ch211-117c9.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PC72","smad2","zgc:73079","smad2","cib2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium and integrin-binding family member 2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZG4","smad2","F1QZG4","smad2","nucks1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A566","smad2","B8A566","smad2","dab2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A566","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V360","smad2","erk4","smad2","mapk4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8DZA9","smad2","A8DZA9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8DZA9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L2G7","smad2","A0A0G2L2G7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L2G7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6I8","smad2","sp5","smad2","sp5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8G3","smad2","F1Q8G3","smad2","eif4bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q8G3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXG3","smad2","Q1LXG3","smad2","tbc1d20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V3S7","smad2","B0V3S7","smad2","slc24a5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V3S7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90Z88","smad2","Q90Z88","smad2","nitr3c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90Z88","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QBZ3","smad2","E9QBZ3","smad2","LOC110438256","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QBZ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5I7","smad2","B0S5I7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5I7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QIL6","smad2","E9QIL6","smad2","samd10b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QIL6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZF5","smad2","F1QZF5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZF5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIE5","smad2","Gamma-aminobutyric acid receptor subunit rho-3 precursor","smad2","gabrr3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUF1","smad2","Q1LUF1","smad2","camsap2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LUF1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PHH3","smad2","pdcd10a","smad2","pdcd10a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Programmed cell death protein 10-A","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QY49","smad2","F1QY49","smad2","tbrg1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QY49","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F857","smad2","E7F857","smad2","si:ch1073-111c8.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F857","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W499","smad2","F8W499","smad2","tspan7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W499","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZT9","smad2","F1QZT9","smad2","mespab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KIS6","smad2","A0A0G2KIS6","smad2","LOC100334962","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KIS6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7F3","smad2","F1Q7F3","smad2","pora","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7F3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4T4","smad2","F1Q4T4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q4T4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","C0H5W1","smad2","C0H5W1","smad2","col28a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","C0H5W1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PWH3","smad2","Q9PWH3","smad2","dkk1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9PWH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4JNX5","smad2","Forkhead box protein P2","smad2","foxp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Forkhead box protein P2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q7S8","smad2","A0A2R8Q7S8","smad2","rnf165b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q7S8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DFS4","smad2","stard3","smad2","stard3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","StAR-related lipid transfer protein 3 (MLN64-like protein) (START domain-containing protein 3) (StARD3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QC77","smad2","A0A2R8QC77","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QC77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMN5","smad2","A5PMN5","smad2","acot17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMN5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PC54","smad2","snap25b","smad2","snap25b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NSK7","smad2","F6NSK7","smad2","nuggc.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NSK7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDU1","smad2","F1RDU1","smad2","slc35f3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDU1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSC3","smad2","A0A1D5NSC3","smad2","si:dkey-183c6.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYS9","smad2","F1QYS9","smad2","pou2f1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9E5","smad2","E7F9E5","smad2","ace2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9E5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXD5","smad2","F1QXD5","smad2","col10a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXD5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4J7V9","smad2","A0A0R4J7V9","smad2","znf385b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4J7V9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DHR9","smad2","Fibroblast growth factor","smad2","fgf7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYD6","smad2","F1QYD6","smad2","ccr11.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYD6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RE53","smad2","F1RE53","smad2","large1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RE53","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QP13","smad2","F1QP13","smad2","tgfbrap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QP13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q862","smad2","F1Q862","smad2","pcdh2g13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q862","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BFT1","smad2","A2BFT1","smad2","abcg4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BFT1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QUC3","smad2","F1QUC3","smad2","nkx6.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QUC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QTC2","smad2","cb444","smad2","ppp1r3ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMB8","smad2","A0A0R4IMB8","smad2","tmem184a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMB8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BG43","smad2","A2BG43","smad2","gltp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BG43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX52","smad2","F1QX52","smad2","gatm","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX52","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6GMH3","smad2","Q6GMH3","smad2","twf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6GMH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GEX4","smad2","R4GEX4","smad2","eif3f","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GEX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1XHK0","smad2","fb13f09","smad2","nr3c1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9W767","smad2","zgc:86655","smad2","mdka","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIE0","smad2","B3DIE0","smad2","atf7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DIE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYD7","smad2","Q1LYD7","smad2","ampd3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LYD7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCB6","smad2","acte1","smad2","actc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Actin alpha cardiac muscle 1a (Actin alpha cardiac muscle 1c) (Actin, alpha cardiac muscle 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCL6","smad2","X1WCL6","smad2","kcnn4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCL6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q752","smad2","F1Q752","smad2","si:dkey-266m15.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q752","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXC6","smad2","F1QXC6","smad2","tgfb5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXC6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q804V9","smad2","Q804V9","smad2","pvalb5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q804V9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFK5","smad2","A0A0R4IFK5","smad2","mrps30","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFK5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0K1","smad2","TCF-1","smad2","elk4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAZ0","smad2","E7FAZ0","smad2","cnksr2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DBX0","smad2","Q6DBX0","smad2","mfsd6l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DBX0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BIB9","smad2","A2BIB9","smad2","ank2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BIB9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5Z9","smad2","si:ch211-198d18.2","smad2","usp6nl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","USP6 N-terminal-like","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QB94","smad2","F1QB94","smad2","runx2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QB94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXW1","smad2","zgc:63734","smad2","tpm4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tropomyosin alpha-4 chain (Tropomyosin-4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9L2","smad2","A0A286Y9L2","smad2","si:ch211-244o22.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9L2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F953","smad2","E7F953","smad2","prr5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F953","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F641","smad2","E7F641","smad2","cnksr2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F641","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDH8","smad2","Socs1b","smad2","socs1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Suppressor of cytokine signaling 1b isoform X1 (Suppressor of cytokine-signaling 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V324","smad2","B0V324","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V324","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L955","smad2","Q1L955","smad2","si:dkey-211g8.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L955","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F004","smad2","LOC100332721","smad2","neo1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neogenin 1b (Neogenin isoform X3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YAB5","smad2","A0A286YAB5","smad2","march8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YAB5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZB9","smad2","MAGI-1","smad2","magi1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0QZE8","smad2","iqwd1","smad2","dcaf6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8BAQ7","smad2","A8BAQ7","smad2","pcyt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8BAQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RH88","smad2","si:dkey-183c2.2","smad2","kcnj8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATP-sensitive inward rectifier potassium channel 8 (Kir6.1 like) (Potassium inwardly rectifying channel subfamily J member 8) (Potassium inwardly-rectifying channel, subfamily J, member 8)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5B5","smad2","F1Q5B5","smad2","alpl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5B5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I9I2","smad2","wnt11r","smad2","wnt11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UXI6","smad2","B0UXI6","smad2","slc20a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UXI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF98","smad2","F1QF98","smad2","rbm19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3X9","smad2","F1R3X9","smad2","spegb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3X9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXD0","smad2","F1QXD0","smad2","prtgb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXD0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFJ4","smad2","PYCa","smad2","pcxa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pyruvate carboxylase (EC 6.4.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGJ4","smad2","E7FGJ4","smad2","lman2la","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGJ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IW01","smad2","A0A0R4IW01","smad2","krit1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IW01","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BIR6","smad2","A2BIR6","smad2","ydjc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BIR6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IAS3","smad2","A0A0R4IAS3","smad2","nars2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IAS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2PRA7","smad2","Q2PRA7","smad2","or123-1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2PRA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L946","smad2","Q1L946","smad2","si:ch211-212o1.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L946","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QFX4","smad2","E9QFX4","smad2","amot","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QFX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1Z0","smad2","F1R1Z0","smad2","fbxo32","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5EFQ8","smad2","zgc:194510","smad2","il10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Interleukin family protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1REC2","smad2","F1REC2","smad2","sept7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1REC2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5R2","smad2","F1Q5R2","smad2","ftr51","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5R2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QH87","smad2","E9QH87","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QH87","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXC1","smad2","F1QXC1","smad2","pcdh2g28","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXC1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8E1","smad2","si:ch211-246f9.1","smad2","rad21b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V969","smad2","Q4V969","smad2","lrrfip2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V969","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NS53","smad2","A0A1D5NS53","smad2","otog","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NS53","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZVG0","smad2","B7ZVG0","smad2","setmar","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B7ZVG0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1REQ6","smad2","cb886","smad2","prickle2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KPS7","smad2","A3KPS7","smad2","ugt5c2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KPS7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDE8","smad2","E9QDE8","smad2","map3k15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDE8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3H7","smad2","F1R3H7","smad2","ribc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3H7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6EFA1","smad2","Q6EFA1","smad2","sulf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6EFA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUB7","smad2","A0A0R4IUB7","smad2","metap2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUB7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QMK9","smad2","A0A2R8QMK9","smad2","tjp1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q826","smad2","F1Q826","smad2","rpz3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q826","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCH3","smad2","F1QCH3","smad2","egr3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IEI2","smad2","A0A0R4IEI2","smad2","si:ch211-127i16.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IEI2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2VD29","smad2","A2VD29","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2VD29","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L3C4","smad2","A0A0G2L3C4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L3C4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QC64","smad2","E9QC64","smad2","slc31a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QC64","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CEX6","smad2","A2CEX6","smad2","hira","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CEX6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IF41","smad2","A0A0R4IF41","smad2","prdm10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IF41","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PWS9","smad2","A0A2R8PWS9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PWS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I8U7","smad2","zgc:109832","smad2","mylz3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fast skeletal muscle myosin light polypeptide 3 (Mylz3 protein) (Myosin, light polypeptide 3, skeletal muscle)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NUY0","smad2","Q6NUY0","smad2","ak4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NUY0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PTS2","smad2","Q9PTS2","smad2","urod","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9PTS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IE40","smad2","A0A0R4IE40","smad2","mprip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IE40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QD45","smad2","A0A2R8QD45","smad2","slc4a4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QD45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NXI9","smad2","F6NXI9","smad2","trnt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NXI9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6B0","smad2","E7F6B0","smad2","dtx4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6B0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD98","smad2","E3 ubiquitin-protein ligase SHPRH isoform X1","smad2","shprh","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZE3","smad2","llgl2","smad2","llgl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5J2","smad2","zgc:103419","smad2","cldn5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Claudin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0P0CP42","smad2","A0A0P0CP42","smad2","carmil3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0P0CP42","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCG3","smad2","E7FCG3","smad2","creb3l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFY1","smad2","E7FFY1","smad2","nf1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RG82","smad2","Q5RG82","smad2","ivns1abpa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RG82","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QLA3","smad2","A0A2R8QLA3","smad2","tonsl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QLA3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A6NA21","smad2","fd20g07","smad2","cavin1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S8H1","smad2","B0S8H1","smad2","mllt1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S8H1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA56","smad2","E7FA56","smad2","tppp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FA56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5D7","smad2","B0S5D7","smad2","cdh18a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5D7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KXS3","smad2","A0A0G2KXS3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KXS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5PQZ2","smad2","Q5PQZ2","smad2","smad1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5PQZ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R4X5","smad2","F1R4X5","smad2","olfm3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R4X5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DK23","smad2","B3DK23","smad2","hoxa11a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DK23","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QK98","smad2","F1QK98","smad2","wnt3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QK98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LY09","smad2","Q1LY09","smad2","ccdc181","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LY09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF84","smad2","F1QF84","smad2","tmtc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF84","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3I1","smad2","F1R3I1","smad2","cntn3a.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3I1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGX4","smad2","F1QGX4","smad2","c1galt1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F807","smad2","E7F807","smad2","kcnj12b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F807","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD89","smad2","X1WD89","smad2","map4k3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WD89","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFX3","smad2","F1QFX3","smad2","ghra","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFX3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEU9","smad2","E7FEU9","smad2","paqr4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEU9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAN5","smad2","F1RAN5","smad2","dab2ipb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAN5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","H9GZD7","smad2","H9GZD7","smad2","dennd6aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","H9GZD7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7A3","smad2","F1Q7A3","smad2","plcl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7A3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SPC5","smad2","otof","smad2","otof","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Otoferlin (Fer-1-like protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QI87","smad2","F1QI87","smad2","gon4l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QI87","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSH3","smad2","A0A1D5NSH3","smad2","ptpn5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q1X2","smad2","A0A2R8Q1X2","smad2","eno1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q1X2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBN6","smad2","F1RBN6","smad2","ethe1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0PJR8","smad2","A0PJR8","smad2","opn6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0PJR8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYW6","smad2","Q6NYW6","smad2","clasp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NYW6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QTB3","smad2","A0A2R8QTB3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QTB3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX11","smad2","F1QX11","smad2","rassf2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX11","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMI5","smad2","A5PMI5","smad2","tent4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVN6","smad2","im:7137347","smad2","zfyve27","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protrudin (Zinc finger FYVE domain-containing protein 27)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R7Z1","smad2","F1R7Z1","smad2","si:dkey-121b10.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R7Z1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QF71","smad2","E9QF71","smad2","si:dkeyp-7a3.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QF71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CEX1","smad2","A2CEX1","smad2","zdhhc8b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CEX1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5D6T0","smad2","MGC162584","smad2","vps16","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vacuolar protein sorting-associated protein 16 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QK89","smad2","F1QK89","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QK89","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V9D8","smad2","Q4V9D8","smad2","rras","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V9D8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNJ7","smad2","F1QNJ7","smad2","helz","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNJ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJI4","smad2","F1QJI4","smad2","vps13a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJI4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RD02","smad2","F1RD02","smad2","etv4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RD02","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ITQ2","smad2","I3ITQ2","smad2","cfap300","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ITQ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJ75","smad2","E9QJ75","smad2","cpne4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJ75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYW2","smad2","Epsin 2","smad2","epn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Epsin 2 (Epsin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RIV5","smad2","Q5RIV5","smad2","aig1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RIV5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W339","smad2","F8W339","smad2","clip2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W339","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PWH3","smad2","A0A2R8PWH3","smad2","si:ch73-337l15.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PWH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFH0","smad2","Ankyrin repeat and SOCS box protein 13 isoform X1","smad2","asb13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ankyrin repeat and SOCS box protein 13 isoform X1 (Ankyrin repeat and SOCS box-containing 13b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A5Q0","smad2","B8A5Q0","smad2","sgms2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A5Q0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IDP3","smad2","A0A0R4IDP3","smad2","zdhhc15a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IDP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FF65","smad2","Calcium uptake protein 3, mitochondrial-like isoform X2","smad2","micu3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium uptake protein 3, mitochondrial-like isoform X2 (Mitochondrial calcium uptake family, member 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9F5","smad2","A0A286Y9F5","smad2","myo7aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9F5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6Y1","smad2","Cyclin-dependent kinase 12","smad2","cdk12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWM8","smad2","F1QWM8","smad2","neurod4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWM8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T396","smad2","Q7T396","smad2","hsd17b3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7T396","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q642J5","smad2","rbfox1","smad2","rbfox1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA binding protein fox-1 homolog 1 (Ataxin-2-binding protein 1) (Fox-1 homolog A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90Z33","smad2","Q90Z33","smad2","efnb1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90Z33","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RIY0","smad2","A0A2R8RIY0","smad2","rassf10b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RIY0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGC8","smad2","Q6DGC8","smad2","lctla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DGC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3R9","smad2","alk","smad2","alk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ALK tyrosine kinase receptor (EC 2.7.10.1) (Anaplastic lymphoma kinase 2) (alk-2) (Anaplastic lymphoma kinase homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IN27","smad2","A0A0R4IN27","smad2","abhd4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IN27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S637","smad2","B0S637","smad2","si:dkeyp-67a8.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S637","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WG96","smad2","X1WG96","smad2","samd4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WG96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A603","smad2","B8A603","smad2","ikzf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A603","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QBC3","smad2","E9QBC3","smad2","cep85","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QBC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F701","smad2","E7F701","smad2","hyal2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F701","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBX1","smad2","X1WBX1","smad2","prr33","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBX1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCU2","smad2","E7FCU2","smad2","acot12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCU2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSP6","smad2","A0A1D5NSP6","smad2","batf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSP6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V8S5","smad2","Q4V8S5","smad2","acbd7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V8S5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PX08","smad2","A0A2R8PX08","smad2","adgrb1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PX08","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHD9","smad2","A0A0R4IHD9","smad2","si:ch211-175l6.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHD9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XIZ7","smad2","Q5XIZ7","smad2","arfip2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5XIZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KK80","smad2","A0A0G2KK80","smad2","syde2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KK80","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8AYN1","smad2","Q8AYN1","smad2","pknox2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q8AYN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R371","smad2","F1R371","smad2","si:dkey-230p4.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R371","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEX4","smad2","X1WEX4","smad2","vav3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WEX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMG7","smad2","A5PMG7","smad2","ngrn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDF8","smad2","X1WDF8","smad2","si:dkey-23k10.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PF46","smad2","A5PF46","smad2","dpf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PF46","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHE3","smad2","Q5RHE3","smad2","slc10a4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHE3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66I73","smad2","mylpfb","smad2","mylpfb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Myosin regulatory light chain 2, skeletal muscle isoform B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDQ9","smad2","E9QDQ9","smad2","march6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF70","smad2","F1QF70","smad2","sema4c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF70","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZW10","smad2","Q7ZW10","smad2","msi2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZW10","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803A6","smad2","Q803A6","smad2","mcmbp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q803A6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IDM9","smad2","A0A0R4IDM9","smad2","si:ch211-229l10.9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IDM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZQ4","smad2","Mitochondrial fission factor homolog B","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mitochondrial fission factor homolog B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNX6","smad2","F1QNX6","smad2","gpx8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNX6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8E7C5","smad2","inpp5f","smad2","inpp5f","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S619","smad2","B0S619","smad2","klhl18","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S619","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P4V5","smad2","scp2","smad2","scp2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RK69","smad2","A0A2R8RK69","smad2","snphb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RK69","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJM3","smad2","A0A2R9YJM3","smad2","rargb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R9YJM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBB7","smad2","E7FBB7","smad2","pla2r1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FBB7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QCB5","smad2","E9QCB5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QCB5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QM86","smad2","F1QM86","smad2","cbx1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QM86","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SPB1","smad2","Q5SPB1","smad2","slc38a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SPB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66I64","smad2","aqp8a","smad2","aqp8a.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q4J5","smad2","A0A2R8Q4J5","smad2","fat4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q4J5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R362","smad2","F1R362","smad2","fech","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R362","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66HV2","smad2","Q66HV2","smad2","rassf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q66HV2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QK75","smad2","F1QK75","smad2","si:dkey-237h12.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QK75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYT5","smad2","E7EYT5","smad2","rgs9bp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYT5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZ47","smad2","E7EZ47","smad2","smim29","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZ47","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A7MCR5","smad2","A7MCR5","smad2","rfc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A7MCR5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4INE7","smad2","A0A0R4INE7","smad2","si:ch211-272n13.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4INE7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PLE8","smad2","A5PLE8","smad2","cdx1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PLE8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q504G6","smad2","Wiskott-Aldrich syndrome protein family member","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGS9","smad2","Beta-glucuronidase","smad2","gusb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Beta-glucuronidase (EC 3.2.1.31)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","H0WEM0","smad2","H0WEM0","smad2","si:ch73-266f23.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","H0WEM0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QE51","smad2","F1QE51","smad2","ero1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QE51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FD27","smad2","ATP-sensitive inward rectifier potassium channel 10","smad2","kcnj10a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCR5","smad2","E7FCR5","smad2","usp32","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCR5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDR3","smad2","E9QDR3","smad2","klhdc8b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYD7","smad2","Q6NYD7","smad2","ociad1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NYD7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1XQX7","smad2","A1XQX7","smad2","nrxn2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1XQX7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0X8","smad2","StAR-related lipid transfer","smad2","stard9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RI43","smad2","Q5RI43","smad2","kera","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RI43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDC4","smad2","F1QDC4","smad2","adam28","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NWC6","smad2","cpsf6","smad2","cpsf6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cleavage and polyadenylation specificity factor subunit 6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3L0","smad2","E7F3L0","smad2","tafa1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3L0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH19","smad2","Q6DH19","smad2","cabp1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DH19","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNV8","smad2","F1QNV8","smad2","ptprk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNV8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NVC5","smad2","rhot1a","smad2","rhot1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","T1ECT3","smad2","T1ECT3","smad2","selenoo1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T1ECT3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y884","smad2","A0A286Y884","smad2","uacab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y884","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P984","smad2","Q6P984","smad2","rx1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P984","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHQ9","smad2","Q5RHQ9","smad2","A2c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8U7","smad2","F1R8U7","smad2","tlr20.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8U7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXZ9","smad2","sma8","smad2","smad9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T2W1","smad2","Q7T2W1","smad2","sp5l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7T2W1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0A0MPV1","smad2","A0A0A0MPV1","smad2","erc1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0A0MPV1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QFD4","smad2","A0A2R8QFD4","smad2","nhsl1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QFD4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSY5","smad2","F1QSY5","smad2","pbx1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5L3","smad2","F1Q5L3","smad2","sfswap","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5L3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QC40","smad2","F1QC40","smad2","zc3h12b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QC40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y8A8","smad2","A0A286Y8A8","smad2","atp11c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y8A8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAY7","smad2","F1RAY7","smad2","rpusd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAY7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08CA4","smad2","Q08CA4","smad2","ttl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q08CA4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JMI9","smad2","A0JMI9","smad2","gfm2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0JMI9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4L4","smad2","B8A4L4","smad2","morc3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4L4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JK77","smad2","B8JK77","smad2","ptpn20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JK77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A7MCQ6","smad2","A7MCQ6","smad2","gpn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A7MCQ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZN0","smad2","cx28.6","smad2","cx28.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFK9","smad2","A0A0R4IFK9","smad2","pmpca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFK9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V2X9","smad2","fj20e02","smad2","man1a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCY9","smad2","F1RCY9","smad2","pcdh2g5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RCY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE19","smad2","E7FE19","smad2","cnp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FE19","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3Z4","smad2","E7F3Z4","smad2","grin2db","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3Z4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUZ7","smad2","Q1LUZ7","smad2","hipk3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LUZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q1R5","smad2","A0A2R8Q1R5","smad2","foxp1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q1R5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66L49","smad2","Q66L49","smad2","slc25a24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q66L49","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCP8","smad2","F1QCP8","smad2","cts12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCP8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1MT36","smad2","Q1MT36","smad2","anos1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1MT36","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FB07","smad2","armc4","smad2","armc4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Armadillo repeat containing 4 (Armadillo repeat-containing protein 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UXR5","smad2","B0UXR5","smad2","rnf10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UXR5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QL71","smad2","F1QL71","smad2","sv2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QL71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZN7","smad2","Q7SZN7","smad2","evla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SZN7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W307","smad2","F8W307","smad2","alpi.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W307","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T162","smad2","im:7153024","smad2","fbxl3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XJ95","smad2","Q5XJ95","smad2","pawr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5XJ95","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD61","smad2","X1WD61","smad2","si:dkey-206p8.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WD61","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QS87","smad2","F1QS87","smad2","gpr143","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QS87","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QG09","smad2","E9QG09","smad2","pibf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QG09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYN0","smad2","im:6897973","smad2","ndufb11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5Y8","smad2","F1Q5Y8","smad2","efcab7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5Y8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P026","smad2","banf1","smad2","banf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Barrier-to-autointegration factor","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHR2","smad2","zgc:92148","smad2","dnajb6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DnaJ heat shock protein family (Hsp40) member B6a (DnaJ homolog subfamily B member 6) (Zgc:92148)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SPP0","smad2","clvs2","smad2","clvs2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Clavesin-2 (Retinaldehyde-binding protein 1-like 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZB6","smad2","E7EZB6","smad2","enox2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZB6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF34","smad2","F1QF34","smad2","ttc19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF34","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNW2","smad2","F1QNW2","smad2","dzip1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IL86","smad2","A0A0R4IL86","smad2","nfrkb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IL86","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1J0","smad2","E7F1J0","smad2","elf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1J0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIC0","smad2","A0A0R4IIC0","smad2","si:dkey-207l24.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IIC0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q98867","smad2","thraa","smad2","thraa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1L1M2","smad2","cyp26b1l","smad2","cyp26c1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome P450, family 26, subfamily C, polypeptide 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIA7","smad2","si:busm1-132m23.1","smad2","tln2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Talin 2a (Talin-2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZS2","smad2","E7EZS2","smad2","kdf1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JMG6","smad2","B8JMG6","smad2","si:ch1073-287p18.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JMG6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWG0","smad2","Epigen","smad2","epgn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Epigen (Epithelial mitogen homolog (mouse))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIL1","smad2","B3DIL1","smad2","gig2j","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DIL1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P3V2","smad2","F6P3V2","smad2","tecpr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P3V2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJC1","smad2","A0A0R4IJC1","smad2","si:ch73-358j7.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJC1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDZ4","smad2","F1RDZ4","smad2","per3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDZ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2PMI2","smad2","fa95c03","smad2","fstl1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Follistatin-related protein 1 (Follistatin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE23","smad2","RUN and FYVE domain-containing 1","smad2","rufy1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RUN and FYVE domain-containing 1 (RUN and FYVE domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGK1","smad2","A2BGK1","smad2","arhgap25","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PW68","smad2","A0A2R8PW68","smad2","grip1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PW68","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NWC1","smad2","VDAC1","smad2","vdac1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Voltage-dependent anion-selective channel protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHQ3","smad2","Q6DHQ3","smad2","acy3.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHQ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9D7","smad2","F1R9D7","smad2","phactr1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R9D7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IA51","smad2","A0A0R4IA51","smad2","znf536","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IA51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWP4","smad2","A0A0R4IWP4","smad2","inpp5ka","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QJ79","smad2","A0A2R8QJ79","smad2","mchr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QJ79","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCQ1","smad2","E7FCQ1","smad2","jakmip1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCQ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YBM7","smad2","Phosphorylase b kinase regulatory subunit","smad2","phka1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Phosphorylase b kinase regulatory subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IZ08","smad2","A0A0R4IZ08","smad2","ankmy2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IZ08","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QCN6","smad2","zgc:153074","smad2","nxt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NTF2-related export protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAY2","smad2","F1RAY2","smad2","suz12a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAY2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHU7","smad2","A0A0R4IHU7","smad2","prom1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHU7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WFU3","smad2","X1WFU3","smad2","ankef1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WFU3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IBS8","smad2","A0A0R4IBS8","smad2","snx7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IBS8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QDW2","smad2","A0A2R8QDW2","smad2","si:dkey-35m8.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QDW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJ51","smad2","F1QJ51","smad2","soul5l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJ51","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y8T8","smad2","A0A286Y8T8","smad2","numbl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y8T8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QFB2","smad2","A0A2R8QFB2","smad2","gramd1bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QFB2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVI7","smad2","Q1LVI7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVI7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QEN8","smad2","E9QEN8","smad2","mllt1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QEN8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE14","smad2","E7FE14","smad2","atad2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FE14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3QK20","smad2","A3QK20","smad2","ptger4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3QK20","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXK1","smad2","F1QXK1","smad2","si:ch211-207d6.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH05","smad2","Q6DH05","smad2","dnase1l1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DH05","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEE0","smad2","X1WEE0","smad2","stx16","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WEE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IYF1","smad2","A0A0R4IYF1","smad2","il1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IYF1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEB0","smad2","E7FEB0","smad2","dip2bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEB0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4FIV6","smad2","Q4FIV6","smad2","slc6a9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4FIV6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F290","smad2","E7F290","smad2","si:ch211-222l21.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F290","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QCM7","smad2","E9QCM7","smad2","si:dkey-81j8.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QCM7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6B337","smad2","GIPC","smad2","gipc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","GAIP c-terminus interacting protein 1 (GIPC PDZ domain-containing family, member 1) (PDZ domain-containing protein GIPC1) (Regulator of G-protein signaling 19-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGK1","smad2","A0A0R4IGK1","smad2","baz1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDP4","smad2","F1QDP4","smad2","tut7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IG46","smad2","A0A0R4IG46","smad2","si:ch211-152c8.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JFQ2","smad2","lmo1","smad2","lmo1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEP5","smad2","F1QEP5","smad2","msh2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEP5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXK2","smad2","Q1LXK2","smad2","ripor1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXK2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2VCZ7","smad2","A2VCZ7","smad2","wwp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2VCZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QAT5","smad2","A0A2R8QAT5","smad2","hsf4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QAT5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6V9Y8","smad2","gpc3","smad2","gpc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glypican-3 [Cleaved into: Glypican-3 alpha subunit; Glypican-3 beta subunit]","tf-link","27924024","regulates","txid7955" +"Q9I9P9","G1K2Q4","smad2","G1K2Q4","smad2","slc44a5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","G1K2Q4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUI5","smad2","Q7ZUI5","smad2","nme4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZUI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q568M0","smad2","wu:fc47b08","smad2","rras2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RAS-related 2 (Ras-related protein R-Ras2) (Related RAS viral (R-ras) oncogene homolog 2) (Rras2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJP6","smad2","E9QJP6","smad2","sh3kbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJP6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR72","smad2","F1QR72","smad2","slc9a1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR72","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRV9","smad2","A0A0R4IRV9","smad2","si:ch211-196c10.15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWY5","smad2","Q1LWY5","smad2","zmym4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IK63","smad2","A0A0R4IK63","smad2","map3k4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IK63","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7Y5","smad2","Extracellular leucine-rich repeat and fibronectin type III domain-containing 1b","smad2","elfn1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Extracellular leucine-rich repeat and fibronectin type III domain-containing 1b (Protein ELFN1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B5DE34","smad2","B5DE34","smad2","tbr1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B5DE34","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KR19","smad2","A0A0G2KR19","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KR19","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQE5","smad2","wu:fa09g12","smad2","sptb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Spectrin beta chain","tf-link","27924024","regulates","txid7955" +"Q9I9P9","U3JAI0","smad2","U3JAI0","smad2","si:dkey-21e13.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U3JAI0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DI79","smad2","B3DI79","smad2","ptgdsa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DI79","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503C4","smad2","csnk1g2","smad2","csnk1g2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5G8","smad2","Semaphorin-3D","smad2","si:dkey-49n23.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Semaphorin-3D (Si:dkey-49n23.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQP4","smad2","rap1a","smad2","rap1aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RC77","smad2","F1RC77","smad2","fxr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RC77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DH78","smad2","cask","smad2","caska","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6AXL2","smad2","zgc:92739","smad2","rida","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Reactive intermediate imine deaminase A homolog (Ribonuclease UK114 isoform 1) (Zgc:92739)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q6F3","smad2","A0A2R8Q6F3","smad2","zgc:162936","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q6F3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWX6","smad2","Q1LWX6","smad2","hsd17b8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWX6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F786","smad2","E7F786","smad2","wdr61","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F786","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6L8","smad2","B0S6L8","smad2","tmem9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6L8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ITI5","smad2","I3ITI5","smad2","slc16a6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ITI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8Y7","smad2","shoc2","smad2","shoc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4IG26","smad2","A4IG26","smad2","six4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4IG26","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66I14","smad2","sephs3","smad2","sephs3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q8Q2","smad2","A0A2R8Q8Q2","smad2","atg10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q8Q2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q1M9","smad2","A0A2R8Q1M9","smad2","si:ch73-171o20.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q1M9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1N7","smad2","F1R1N7","smad2","cdc6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1N7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGH7","smad2","A0A0R4IGH7","smad2","rrp7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGH7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYZ0","smad2","F1QYZ0","smad2","tmem181","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHM7","smad2","Q6DHM7","smad2","khk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHM7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5CZQ1","smad2","im:7138781","smad2","ywhae2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","14-3-3 protein epsilon","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1RLY5","smad2","zgc:136695","smad2","lck","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KPG1","smad2","A0A0G2KPG1","smad2","adamts7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KPG1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2T9","smad2","E7F2T9","smad2","ankrd33ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2T9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q1X6","smad2","A0A2R8Q1X6","smad2","hyal2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q1X6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DGG4","smad2","vnc","smad2","cdh11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGN5","smad2","Glutamate receptor","smad2","grik1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W2M3","smad2","Cardiotrophin-like cytokine factor 1","smad2","clcf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cardiotrophin-like cytokine factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q086","smad2","A0A2R8Q086","smad2","mrpl22","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q086","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P529","smad2","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1","smad2","pag1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1 (Phosphoprotein membrane anchor with glycosphingolipid microdomains 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH00","smad2","zgc:92704","smad2","gng13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TEN1","smad2","rap1b","smad2","rap1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ras-related protein Rap-1b (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QMR6","smad2","F1QMR6","smad2","nckipsd","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QMR6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2P1","smad2","zgc:92134","smad2","usp2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TKR3","smad2","Q5TKR3","smad2","fgf12a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TKR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KXR6","smad2","A0A0G2KXR6","smad2","hhex","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KXR6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9YH61","smad2","gsk3a","smad2","gsk3ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QCM2","smad2","E9QCM2","smad2","gal3st1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QCM2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q9Z1","smad2","F1Q9Z1","smad2","si:ch211-202f3.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q9Z1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F5H1","smad2","E7F5H1","smad2","chchd5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F5H1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVJ0","smad2","Q7ZVJ0","smad2","pfn2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZVJ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F039","smad2","E7F039","smad2","phf24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F039","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCB1","smad2","X1WCB1","smad2","bach2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX69","smad2","F1QX69","smad2","spaw","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX69","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q3C6","smad2","A0A2R8Q3C6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q3C6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FG02","smad2","E7FG02","smad2","map7d2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FG02","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZCQ7","smad2","B7ZCQ7","smad2","zmiz1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B7ZCQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","J3JS14","smad2","J3JS14","smad2","nup37","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","J3JS14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8W7","smad2","E7F8W7","smad2","fastkd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F8W7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIB0","smad2","F1QIB0","smad2","elk3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIB0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QFR8","smad2","A0A2R8QFR8","smad2","klhl4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QFR8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0R9","smad2","Paired amphipathic helix protein Sin3a isoform X2","smad2","sin3ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVG4","smad2","IRb","smad2","insrb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tyrosine-protein kinase receptor (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QRC8","smad2","CHUNP6903","smad2","terfa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHP3","smad2","F1QHP3","smad2","si:dkey-30c15.17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q993","smad2","F1Q993","smad2","asb5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q993","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R909","smad2","F1R909","smad2","si:ch211-250c4.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R909","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6R3Q6","smad2","Q6R3Q6","smad2","bsx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6R3Q6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHA0","smad2","F1QHA0","smad2","pcdh1a3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHA0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKD2","smad2","B8JKD2","smad2","si:dkeyp-117b11.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JKD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSC9","smad2","F1QSC9","smad2","ptp4a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSC9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q580","smad2","fa17f11","smad2","haus2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","HAUS augmin-like complex subunit 2 (Si:dkey-170l10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6AXI5","smad2","Q6AXI5","smad2","picalmb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6AXI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DHW2","smad2","nfkb3","smad2","rela","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D7RVS0","smad2","D7RVS0","smad2","slc1a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D7RVS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJN8","smad2","cb960","smad2","ddx21","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYG7","smad2","Q1LYG7","smad2","btbd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LYG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WHV6","smad2","A8WHV6","smad2","mier3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WHV6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F557","smad2","Zinc finger X-chromosomal protein","smad2","zfx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Zinc finger X-chromosomal protein (Zinc finger protein X-linked)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQB8","smad2","Aquaporin 1a","smad2","aqp1a.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Aquaporin 1a (Colton blood group), tandem duplicate 2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4U5","smad2","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2","smad2","pip5k1ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2 (Phosphatidylinositol-4-phosphate 5-kinase, type I, gamma a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R0Q0","smad2","B0R0Q0","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R0Q0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IKF9","smad2","A0A0R4IKF9","smad2","tmem63ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IKF9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBK7","smad2","F1QBK7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBK7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RA39","smad2","F1RA39","smad2","mical2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RA39","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZW4","smad2","F1QZW4","smad2","spry4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZW4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3K6","smad2","fa97b01","smad2","exosc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Exosome complex component RRP4 (Exosome component 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2THW0","smad2","Q2THW0","smad2","zdhhc5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2THW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLT0","smad2","B8JLT0","smad2","naprt","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLT0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08CJ8","smad2","Q08CJ8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q08CJ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCK8","smad2","F1QCK8","smad2","arhgef18b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCK8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R0N8","smad2","B0R0N8","smad2","si:ch211-133n4.9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R0N8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYX1","smad2","bon","smad2","mixl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1REE8","smad2","F1REE8","smad2","trip11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1REE8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWE6","smad2","Plakophilin 3b","smad2","pkp3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Plakophilin 3b (Plakophilin-3-like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PEG4","smad2","Q6PEG4","smad2","ell","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PEG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGN3","smad2","E7FGN3","smad2","cdca7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGN3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCN7","smad2","X1WCN7","smad2","cfap99","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCN7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QB98","smad2","E9QB98","smad2","si:dkey-103d23.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QB98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","M9MM96","smad2","M9MM96","smad2","igfbp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","M9MM96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6W6P1","smad2","Q6W6P1","smad2","rbp5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6W6P1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4QNZ7","smad2","A4QNZ7","smad2","p33monox","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4QNZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUE5","smad2","Q1LUE5","smad2","zc3h18","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LUE5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q567H4","smad2","Uncharacterized protein LOC550357","smad2","cremb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Uncharacterized protein LOC550357 (Zgc:112054) (cAMP-responsive element modulator b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q58ER0","smad2","rnpc2l","smad2","rbm39b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA binding motif protein 39b isoform X1 (RNA-binding motif protein 39b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q582","smad2","A0A2R8Q582","smad2","LOC557306","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q582","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KMC3","smad2","A0A0G2KMC3","smad2","LOC103910107","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KMC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IT39","smad2","A0A0R4IT39","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IT39","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJN3","smad2","E9QJN3","smad2","acot11a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJN3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0F0D1","smad2","cacnb4.1","smad2","cacnb4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6GMI5","smad2","bgn","smad2","bgna","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Biglycan","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7E7","smad2","F1Q7E7","smad2","cdc34b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7E7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0L3","smad2","F1R0L3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0L3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KDJ5","smad2","Tsp-4b","smad2","comp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cartilage oligomeric matrix protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVD6","smad2","F1QVD6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVD6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L3I9","smad2","A0A0G2L3I9","smad2","rab26","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L3I9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DBW9","smad2","Q6DBW9","smad2","cd99l2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DBW9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DFZ5","smad2","Q6DFZ5","smad2","slc2a3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DFZ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9W792","smad2","Q9W792","smad2","tcp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9W792","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0H2UKP8","smad2","A0A0H2UKP8","smad2","gpc5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0H2UKP8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QGP7","smad2","A0A2R8QGP7","smad2","tln2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QGP7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q5U7","smad2","A0A2R8Q5U7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q5U7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90481","smad2","nkx2.2a","smad2","nkx2.2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Homeobox protein Nkx-2.2a (Homeobox protein NK-2 homolog B-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F350","smad2","DIS3-like exonuclease 2","smad2","dis3l2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DIS3-like exonuclease 2 (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QH09","smad2","A0A2R8QH09","smad2","phlpp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QH09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90YX4","smad2","cdkn1b","smad2","cdkn1bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QEY9","smad2","A0A2R8QEY9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QEY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08BJ2","smad2","Q08BJ2","smad2","khdrbs2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q08BJ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEZ7","smad2","E7FEZ7","smad2","ndrg3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEZ8","smad2","Neurocan b","smad2","ncanb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neurocan b (Neurocan core protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A454","smad2","B8A454","smad2","bag2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A454","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2K6","smad2","F1R2K6","smad2","cog8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R2K6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHK5","smad2","si:dkey-155d18.2","smad2","mtmr9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Myotubularin-related protein 9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAK1","smad2","F1QAK1","smad2","sept9a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90459","smad2","ccnd1","smad2","ccnd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QPP6","smad2","F1QPP6","smad2","slc17a6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QPP6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYU4","smad2","Q5TYU4","smad2","gsap","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TYU4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH99","smad2","zgc:92567","smad2","nfyal","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAY4","smad2","E7FAY4","smad2","dip2ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAY4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P620","smad2","F6P620","smad2","dok1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P620","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3T0","smad2","SHC-transforming protein 1","smad2","shc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q502M6","smad2","Q502M6","smad2","ankrd29","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q502M6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVS9","smad2","mycb","smad2","mycb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcriptional regulator Myc-B (c-Myc-B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FC97","smad2","E7FC97","smad2","cdr2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FC97","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QRA5","smad2","F1QRA5","smad2","adgrb2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QRA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYS7","smad2","cb395","smad2","acss1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFM6","smad2","A0A0R4IFM6","smad2","slc30a8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFM6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR22","smad2","F1QR22","smad2","kcnip4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICM3","smad2","A0A0R4ICM3","smad2","si:dkey-11f4.14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8C986","smad2","A8C986","smad2","mylk2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8C986","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVE1","smad2","Q1LVE1","smad2","sema3h","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVE1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8M5","smad2","F1R8M5","smad2","fibina","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8M5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QD88","smad2","A0A2R8QD88","smad2","gatad2ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QD88","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P9Q3","smad2","F6P9Q3","smad2","kdm2bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P9Q3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHI6","smad2","Q6DHI6","smad2","lemd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KHJ0","smad2","A0A0G2KHJ0","smad2","il1rapl1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KHJ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLA1","smad2","B8JLA1","smad2","si:ch211-168b3.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NUX9","smad2","Q6NUX9","smad2","timp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NUX9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ID69","smad2","A0A0R4ID69","smad2","sstr5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ID69","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QIY9","smad2","E9QIY9","smad2","golt1ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QIY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O42115","smad2","O42115","smad2","arx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","O42115","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3W7","smad2","F8W3W7","smad2","erbb3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W3W7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEX9","smad2","E7FEX9","smad2","si:dkeyp-75h12.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEX9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W4Z0","smad2","F8W4Z0","smad2","si:ch73-269m23.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W4Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBQ6","smad2","F1RBQ6","smad2","slc25a15a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBQ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZU1","smad2","F1QZU1","smad2","tnks1bp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZU1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGX8","smad2","E9QGX8","smad2","ldlrad4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QGX8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PE45","smad2","Q6PE45","smad2","rer1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PE45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QS14","smad2","Kns2","smad2","klc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinesin light chain","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q2S2","smad2","A0A2R8Q2S2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q2S2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGL0","smad2","Tim","smad2","timeless","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein timeless homolog (Timeless circadian clock)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEI6","smad2","E7FEI6","smad2","arhgap4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W2H3","smad2","F8W2H3","smad2","sox6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W2H3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q70ZY9","smad2","Q70ZY9","smad2","hic1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q70ZY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RD19","smad2","rhobtb2a","smad2","rhobtb4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DHS1","smad2","B3DHS1","smad2","macir","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DHS1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCS0","smad2","F1RCS0","smad2","usp19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RCS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QJY5","smad2","A0A2R8QJY5","smad2","zmp:0000000755","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QJY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QG93","smad2","A0A2R8QG93","smad2","tacc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QG93","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q650","smad2","A0A2R8Q650","smad2","tpm3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q650","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWB4","smad2","hnrpk","smad2","hnrnpk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Heterogeneous nuclear ribonucleoprotein K","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSP4","smad2","CHUNP6904","smad2","atp6v0ca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","V-type proton ATPase proteolipid subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4I9S3","smad2","Si:ch73-100l22.3","smad2","si:ch73-100l22.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Si:ch73-100l22.3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4UU10","smad2","A4UU10","smad2","pbx3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4UU10","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQG0","smad2","A3KQG0","smad2","mxi1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KQG0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RC09","smad2","F1RC09","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RC09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q9R9","smad2","F1Q9R9","smad2","hcn2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q9R9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RB08","smad2","F1RB08","smad2","crtc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RB08","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W268","smad2","F8W268","smad2","ank3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W268","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWT0","smad2","Q1LWT0","smad2","si:dkeyp-92c9.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWT0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YA88","smad2","iapp","smad2","iapp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Islet amyloid polypeptide","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIK4","smad2","F1QIK4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIK4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66HY7","smad2","eif4e3","smad2","eif4e3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9C3Q6","smad2","A9C3Q6","smad2","ift81","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9C3Q6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DK35","smad2","B3DK35","smad2","plagl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DK35","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QV08","smad2","F1QV08","smad2","rgs12a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QV08","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8C4","smad2","LOC100333265","smad2","LOC100333265","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Proteinase-activated receptor 3-like","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LV18","smad2","Q1LV18","smad2","foxa3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LV18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAG4","smad2","E7FAG4","smad2","cep131","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WB99","smad2","X1WB99","smad2","l3mbtl3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WB99","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TGY0","smad2","Q6TGY0","smad2","znf706","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6TGY0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5J5","smad2","F1R5J5","smad2","si:dkey-147f3.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R5J5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0M9","smad2","E7F0M9","smad2","tmlhe","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0M9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDR2","smad2","F1RDR2","smad2","mrps27","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDR2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TZ42","smad2","si:dkeyp-93h6.2","smad2","cdc42bpb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0P1","smad2","E7F0P1","smad2","porcnl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0P1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q69DB7","smad2","Q69DB7","smad2","nrp1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q69DB7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEJ0","smad2","fc38b04","smad2","tsc1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Hamartin (TSC complex subunit 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NWJ2","smad2","zgc:85675","smad2","spcs3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Signal peptidase complex subunit 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RB21","smad2","F1RB21","smad2","cspg4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RB21","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IBK0","smad2","A0A0R4IBK0","smad2","irf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IBK0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QF83","smad2","E9QF83","smad2","phldb2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QF83","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZV62","smad2","nsf","smad2","nsfa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vesicle-fusing ATPase (EC 3.6.4.6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803E5","smad2","etf1","smad2","etf1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic peptide chain release factor subunit 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q424","smad2","A0A2R8Q424","smad2","slc47a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q424","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8J8","smad2","F1R8J8","smad2","luc7l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8J8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BFQ2","smad2","A2BFQ2","smad2","si:ch211-284e13.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BFQ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGX6","smad2","E7FGX6","smad2","pde9al","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGX6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BG14","smad2","A2BG14","smad2","gda","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BG14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYP9","smad2","Q5TYP9","smad2","ccl38a.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TYP9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0A0MPH5","smad2","A0A0A0MPH5","smad2","si:ch211-147h1.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0A0MPH5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZWC3","smad2","Q7ZWC3","smad2","nudt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZWC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX23","smad2","F1QX23","smad2","zbtb2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX23","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGQ3","smad2","wu:fk83f10","smad2","oclnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Occludin b (Occludin isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RNT4","smad2","A0A2R8RNT4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RNT4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I9E9","smad2","eif2s1","smad2","eif2s1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4R1","smad2","B8A4R1","smad2","rcbtb1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4R1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLL8","smad2","zgc:103583","smad2","ttr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transthyretin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXA7","smad2","Q1LXA7","smad2","aspn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A023PGP0","smad2","A0A023PGP0","smad2","bach1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A023PGP0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QUN8","smad2","F1QUN8","smad2","acta1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QUN8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1H1L9","smad2","B1H1L9","smad2","scaper","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B1H1L9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAE6","smad2","E7FAE6","smad2","tmem108","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAE6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGV6","smad2","Q5RGV6","smad2","bik","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RGV6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DFP2","smad2","B3DFP2","smad2","uqcc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DFP2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","T1ECV9","smad2","T1ECV9","smad2","mettl11b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T1ECV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQ85","smad2","yipf6","smad2","yipf6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein YIPF6 (YIP1 family member 6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DG66","smad2","Keratin 95","smad2","krt95","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXB0","smad2","LOC558044","smad2","sptbn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Spectrin beta chain","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVN9","smad2","F1QVN9","smad2","radil","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TZ24","smad2","Q5TZ24","smad2","moxd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TZ24","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DC53","smad2","ctu2","smad2","ctu2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytoplasmic tRNA 2-thiolation protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NVZ1","smad2","F6NVZ1","smad2","ifi27.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NVZ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUN9","smad2","si:dkey-190l1.2","smad2","gabbr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gamma-aminobutyric acid (GABA) B receptor, 2 (Gamma-aminobutyric acid type B receptor subunit 2 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","M1ZML1","smad2","M1ZML1","smad2","nanos2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","M1ZML1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QG71","smad2","A0A2R8QG71","smad2","dram2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QG71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503Y8","smad2","Q503Y8","smad2","eurl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q503Y8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QU02","smad2","F1QU02","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QU02","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5N9","smad2","F1Q5N9","smad2","si:ch211-106h11.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5N9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZVC7","smad2","B7ZVC7","smad2","rbm38","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B7ZVC7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FD66","smad2","E7FD66","smad2","aass","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FD66","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SYE0","smad2","atg13","smad2","atg13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Autophagy-related protein 13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R197","smad2","wu:fb01e12","smad2","vdac3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Voltage-dependent anion-selective channel protein 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LGA1","smad2","A0A140LGA1","smad2","map1lc3cl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LGA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KZI8","smad2","A0A0G2KZI8","smad2","slc9a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KZI8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVY2","smad2","A0A0R4IVY2","smad2","igf2bp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IVY2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R058","smad2","F1R058","smad2","sde2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R058","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WHN9","smad2","A8WHN9","smad2","bcar3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WHN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZU20","smad2","PA28-gamma","smad2","psme3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4VBJ4","smad2","zgc:112267","smad2","gnpnat1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glucosamine 6-phosphate N-acetyltransferase (EC 2.3.1.4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WF98","smad2","X1WF98","smad2","col12a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WF98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXB1","smad2","si:dkey-42i9.5","smad2","atrip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJ91","smad2","E9QJ91","smad2","snorc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJ91","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBD8","smad2","E7FBD8","smad2","nlrc3l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FBD8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBU5","smad2","F1QBU5","smad2","pkdcca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBU5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DGM9","smad2","Q9DGM9","smad2","vent","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9DGM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHG7","smad2","F1QHG7","smad2","ikbkg","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ISA2","smad2","I3ISA2","smad2","ubn2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ISA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R188","smad2","B0R188","smad2","cenpv","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R188","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R484","smad2","F1R484","smad2","diablob","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R484","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMY5","smad2","wu:fv75b10","smad2","stam","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JFV5","smad2","Q8JFV5","smad2","hectd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q8JFV5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6PES3","smad2","F6PES3","smad2","foxq2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6PES3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3IT07","smad2","I3IT07","smad2","rbfox3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3IT07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KPQ7","smad2","A3KPQ7","smad2","cemip2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KPQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YAJ7","smad2","A0A286YAJ7","smad2","abi1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YAJ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZZR4","smad2","Q7ZZR4","smad2","gsc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZZR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F805","smad2","E7F805","smad2","sp100.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F805","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSN1","smad2","F1QSN1","smad2","dyrk1aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJG9","smad2","F1QJG9","smad2","znf1010","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WGJ5","smad2","X1WGJ5","smad2","lypc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WGJ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8B2","smad2","Q1L8B2","smad2","trim46b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8B2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1H1M3","smad2","B1H1M3","smad2","plpbp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B1H1M3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2W2","smad2","F1R2W2","smad2","ripor3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R2W2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3IT20","smad2","I3IT20","smad2","cd164l2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3IT20","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHT9","smad2","Q5RHT9","smad2","net1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIG8","smad2","F1QIG8","smad2","rubcnl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIG8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD87","smad2","X1WD87","smad2","si:ch73-364h19.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WD87","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8A2","smad2","wu:fc74h04","smad2","irf2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Interferon regulatory factor","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R374","smad2","F1R374","smad2","pfkfb2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R374","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBT6","smad2","ZfGluR4b","smad2","gria4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGE5","smad2","dclre1c","smad2","dclre1c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IBP9","smad2","A0A0R4IBP9","smad2","crb2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IBP9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDT8","smad2","F1QDT8","smad2","ndr1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDT8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3H0","smad2","F1R3H0","smad2","lamtor2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3H0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RY60","smad2","A0A2R8RY60","smad2","alg5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RY60","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GDQ8","smad2","R4GDQ8","smad2","si:ch211-255p10.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GDQ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQM0","smad2","F1QQM0","smad2","ro60","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQM0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZW13","smad2","Q7ZW13","smad2","tnpo3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZW13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8E7C8","smad2","A8E7C8","smad2","csgalnact2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8E7C8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QMA3","smad2","A0A2R8QMA3","smad2","pdk3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QMA3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHW0","smad2","Transforming growth factor beta","smad2","tgfb1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transforming growth factor beta","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEE6","smad2","F1QEE6","smad2","tefb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEE6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q8D7","smad2","lyrm4","smad2","si:ch211-152c8.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCE3","smad2","E7FCE3","smad2","grhl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCE3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q6D5","smad2","A0A2R8Q6D5","smad2","zmp:0000001200","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q6D5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KNZ3","smad2","A0A0G2KNZ3","smad2","rpp25a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KNZ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q0M3","smad2","A0A2R8Q0M3","smad2","cps1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q0M3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEV1","smad2","fa05b10","smad2","taf6l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","TAF6-like RNA polymerase II p300/CBP-associated factor-associated factor 65 kDa subunit 6L (TAF6-like RNA polymerase II, p300/CBP-associated factor (PCAF)-associated factor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVA6","smad2","A0A0R4IVA6","smad2","plcb3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IVA6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JBX4","smad2","fzd3l","smad2","fzd3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KYS3","smad2","A0A0G2KYS3","smad2","LOC110437809","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KYS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W451","smad2","F8W451","smad2","mllt10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W451","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NV75","smad2","F6NV75","smad2","pkn1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NV75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IC13","smad2","A0A0R4IC13","smad2","kcnn1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IC13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZS0","smad2","zgc:77372","smad2","srsf10b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQT8","smad2","Q6IQT8","smad2","ruvbl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6IQT8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LG29","smad2","A0A140LG29","smad2","si:dkey-172h23.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LG29","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W429","smad2","F8W429","smad2","dnm1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W429","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66I80","smad2","fabp11","smad2","fabp4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fatty acid binding protein 11a (Fatty acid-binding protein H6-isoform)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1REL9","smad2","si:dkey-183c16.5","smad2","lamb1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Laminin, beta 1b","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCU0","smad2","npm1","smad2","npm1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHF0","smad2","Q5RHF0","smad2","tmem110l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q700","smad2","F1Q700","smad2","atp6v0e1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q700","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V0Y9","smad2","B0V0Y9","smad2","zcchc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V0Y9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q68EH0","smad2","zgc:91975","smad2","gspt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYP1","smad2","LOC100003848","smad2","ucn3l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Novel protein similar to vertebrate urocortin 3 (Stresscopin) (UCN3) (Urocortin 3,-like) (Urocortin-3 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R1F7","smad2","B0R1F7","smad2","si:ch211-254n4.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R1F7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHT3","smad2","wu:fd47d06","smad2","tm4sf5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transmembrane 4 L six family member 5 (Transmembrane 4 L6 family member 5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A5M7","smad2","B8A5M7","smad2","pgap6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A5M7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0T3","smad2","F1R0T3","smad2","si:dkey-40m6.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0T3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P271","smad2","Q6P271","smad2","atp1a3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P271","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IZB2","smad2","A0A0R4IZB2","smad2","si:ch211-161c3.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IZB2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1H1J6","smad2","B1H1J6","smad2","dpys","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B1H1J6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","T1ECT6","smad2","T1ECT6","smad2","psme4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T1ECT6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","H9GY24","smad2","H9GY24","smad2","e2f1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","H9GY24","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYU6","smad2","Q6NYU6","smad2","midn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NYU6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA40","smad2","E7FA40","smad2","col7a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FA40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QA19","smad2","F1QA19","smad2","jade1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QA19","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LH32","smad2","A0A140LH32","smad2","camta1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LH32","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFC8","smad2","E7FFC8","smad2","si:cabz01069020.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVN4","smad2","Q7ZVN4","smad2","zdhhc18b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZVN4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDT2","smad2","E7FDT2","smad2","neurl4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDT2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R174","smad2","B0R174","smad2","rbp1.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R174","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RHL8","smad2","A0A2R8RHL8","smad2","kalrnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RHL8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q642Z0","smad2","Q642Z0","smad2","atp2a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q642Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGB7","smad2","rac3","smad2","rac3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rac family small GTPase 3a (Ras-related C3 botulinum toxin substrate 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JML4","smad2","A0JML4","smad2","stk17al","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0JML4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5Q5","smad2","B0S5Q5","smad2","atp1a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5Q5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4Z9","smad2","F1Q4Z9","smad2","slc35f1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q4Z9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDW2","smad2","X1WDW2","smad2","dchs1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QM44","smad2","A0A2R8QM44","smad2","myh7l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QM44","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QIC8","smad2","E9QIC8","smad2","farp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QIC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF46","smad2","F1QF46","smad2","btbd3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF46","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DRI1","smad2","eif3ea","smad2","eif3ea","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMF6","smad2","A5PMF6","smad2","colgalt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMF6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JMZ3","smad2","zgc:92638","smad2","dpy30","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7L8","smad2","F1Q7L8","smad2","depdc7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7L8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q6W5","smad2","A0A2R8Q6W5","smad2","fbxl17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q6W5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IL24","smad2","A0A0R4IL24","smad2","si:dkeyp-20g2.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IL24","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6L6","smad2","E7F6L6","smad2","tanc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6L6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4K5","smad2","E7F4K5","smad2","spag9b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4K5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QEF4","smad2","A0A2R8QEF4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QEF4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y8Z4","smad2","A0A286Y8Z4","smad2","LOC110437892","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y8Z4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGL3","smad2","A2BGL3","smad2","wscd2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGL3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q58EF7","smad2","Q58EF7","smad2","ablim1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q58EF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLH0","smad2","F1QLH0","smad2","casp8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RRD6","smad2","A0A2R8RRD6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RRD6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3A6","smad2","F8W3A6","smad2","si:zfos-223e1.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W3A6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A5K9","smad2","SMC2L1","smad2","smc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Structural maintenance of chromosomes protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6K8","smad2","sb:cb867","smad2","svila","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Supervillin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRH4","smad2","A0A0R4IRH4","smad2","cadpsa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRH4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBR2","smad2","E7FBR2","smad2","htr4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FBR2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V8Q5","smad2","sfrs7","smad2","srsf7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0X6","smad2","Structural maintenance of chromosomes protein","smad2","smc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Structural maintenance of chromosomes protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGD3","smad2","KAT8 regulatory NSL complex subunit 1 isoform X2","smad2","kansl1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA22","smad2","E7FA22","smad2","ptp4a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FA22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4INF7","smad2","fd16d06","smad2","micall2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","MICAL-like protein 2 (Mical-like 2a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90Y03","smad2","Q90Y03","smad2","aldh1a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90Y03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMF6","smad2","eif4b","smad2","eif4ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Eukaryotic translation initiation factor 4B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVM1","smad2","Q1LVM1","smad2","gpcpd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVM1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2PRJ9","smad2","Q2PRJ9","smad2","or109-5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2PRJ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IP30","smad2","A0A0R4IP30","smad2","sorbs1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IP30","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUS4","smad2","A0A0R4IUS4","smad2","flnca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUS4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ITS3","smad2","A0A0R4ITS3","smad2","tpbga","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FF27","smad2","E7FF27","smad2","si:dkey-106l3.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FF27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YA09","smad2","A0A286YA09","smad2","gramd4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YA09","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QH52","smad2","F1QH52","smad2","rhcga","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QH52","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GE10","smad2","R4GE10","smad2","nlgn4xa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GE10","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L2R7","smad2","A0A0G2L2R7","smad2","mtr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L2R7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503T8","smad2","Q503T8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q503T8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V908","smad2","ube2s","smad2","ube2s","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KSN1","smad2","A0A0G2KSN1","smad2","gldc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KSN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6ZM98","smad2","GUCA1D","smad2","guca1d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Guanylate cyclase activating protein 4 (Guanylate cyclase activator 1d)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L9K3","smad2","A0A0G2L9K3","smad2","snx2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L9K3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QFE4","smad2","A0A2R8QFE4","smad2","fign","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QFE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F078","smad2","E7F078","smad2","fam171a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F078","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6C8","smad2","F1R6C8","smad2","ctnnd1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6C8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMU4","smad2","A5PMU4","smad2","anks1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMU4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LGD8","smad2","A0A140LGD8","smad2","abcc6b.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LGD8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ITL5","smad2","I3ITL5","smad2","myo10l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ITL5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QI40","smad2","E9QI40","smad2","fam184b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QI40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RH31","smad2","Q5RH31","smad2","ndufa12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RH31","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IPE8","smad2","A0A0R4IPE8","smad2","map7d1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IPE8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S713","smad2","B0S713","smad2","nxpe3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S713","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWI1","smad2","ebf1a","smad2","ebf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor COE1-A (Early B cell factor 1-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFQ7","smad2","E7FFQ7","smad2","cpdb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCY7","smad2","RNA-binding motif protein 15","smad2","rbm15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA-binding motif protein 15 (RNA-binding protein 15)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLW5","smad2","B8JLW5","smad2","slc33a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLW5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P6X1","smad2","F6P6X1","smad2","ylpm1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P6X1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCB2","smad2","F1QCB2","smad2","cxcr4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCB2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WC45","smad2","X1WC45","smad2","angpt4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WC45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBE0","smad2","X1WBE0","smad2","msh4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDP3","smad2","E9QDP3","smad2","si:ch211-154e10.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503S9","smad2","Inositol-1-monophosphatase","smad2","impa2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Inositol-1-monophosphatase (EC 3.1.3.25)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9JRG7","smad2","A9JRG7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9JRG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F293","smad2","E7F293","smad2","celf3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F293","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F5K1","smad2","E7F5K1","smad2","nlrb5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F5K1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q4U1","smad2","A0A2R8Q4U1","smad2","nup160","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q4U1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QD30","smad2","F1QD30","smad2","gata2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QD30","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIE0","smad2","F1QIE0","smad2","klhl36","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LH10","smad2","A0A140LH10","smad2","si:ch73-234b20.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LH10","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IPP5","smad2","A0A0R4IPP5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IPP5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R4D0","smad2","F1R4D0","smad2","acvr2aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R4D0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9V0","smad2","F1R9V0","smad2","mbd1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R9V0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0C0","smad2","PCTP-like protein","smad2","stard10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","PCTP-like protein (StAR-related lipid transfer (START) domain-containing 10) (Zgc:77147)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJL1","smad2","A0A2R9YJL1","smad2","mdh1aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R9YJL1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IA72","smad2","A0A0R4IA72","smad2","ryr3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IA72","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5VSI7","smad2","si:dkey-217m5.1","smad2","reps1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4IG60","smad2","A4IG60","smad2","slc5a5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4IG60","tf-link","27924024","regulates","txid7955" +"Q9I9P9","P53406","smad2","P53406","smad2","isl2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","P53406","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3QK14","smad2","A3QK14","smad2","tmem150ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3QK14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5BJ17","smad2","zgc:110766","smad2","tufm","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Elongation factor Tu","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4Y5","smad2","F1Q4Y5","smad2","srgap1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q4Y5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q8K0","smad2","A0A2R8Q8K0","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q8K0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A599","smad2","B8A599","smad2","si:dkey-33c12.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A599","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEA4","smad2","E7FEA4","smad2","rnf166","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEA4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGB5","smad2","A0A0R4IGB5","smad2","si:ch211-235e9.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGB5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGA6","smad2","E7FGA6","smad2","gcnt7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGA6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXP6","smad2","zgc:171628","smad2","pan3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","PAN2-PAN3 deadenylation complex subunit PAN3 (PAB1P-dependent poly(A)-specific ribonuclease) (Poly(A)-nuclease deadenylation complex subunit 3) (PAN deadenylation complex subunit 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNS9","smad2","F1QNS9","smad2","rpz6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QT31","smad2","A0A2R8QT31","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QT31","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIZ3","smad2","Uncharacterized protein LOC100126019 precursor","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Uncharacterized protein LOC100126019 precursor (Zgc:171967)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PLD2","smad2","A5PLD2","smad2","slc38a3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PLD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P116","smad2","Q6P116","smad2","rcor2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P116","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2I0","smad2","si:dkey-57h18.2","smad2","tap2t","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Antigen peptide transporter 2-like isoform X1 (Transporter-associated with antigen-processing, subunit type t, teleost-specific)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q6R9","smad2","A0A2R8Q6R9","smad2","pald1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q6R9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QT18","smad2","A0A2R8QT18","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QT18","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RTM3","smad2","A0A2R8RTM3","smad2","palm1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RTM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TLE2","smad2","Fibroblast growth factor","smad2","fgf5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4X6","smad2","F1Q4X6","smad2","mcf2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q4X6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6I5","smad2","F1Q6I5","smad2","shisa9a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6I5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q568L4","smad2","Q568L4","smad2","dctd","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q568L4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WH54","smad2","lpin1","smad2","lpin1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","phosphatidate phosphatase (EC 3.1.3.4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7X8","smad2","E7F7X8","smad2","si:ch211-282j22.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7X8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVK2","smad2","ube2g2","smad2","ube2g1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-conjugating enzyme E2 G1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2G 1a (UBC7 homolog, yeast)) (Ubiquitin-conjugating enzyme E2G 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FH24","smad2","E7FH24","smad2","chd8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FH24","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBV9","smad2","F1RBV9","smad2","cux1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R741","smad2","F1R741","smad2","tgfb1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R741","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QTV7","smad2","F1QTV7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QTV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4W7","smad2","Histone-lysine N-methyltransferase, H3 lysine-79 specific","smad2","dot1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Histone-lysine N-methyltransferase, H3 lysine-79 specific (EC 2.1.1.360) (Histone H3-K79 methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YA94","smad2","A0A286YA94","smad2","sp3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YA94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6AXK6","smad2","Q6AXK6","smad2","ypel1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6AXK6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PVK5","smad2","ldha","smad2","ldha","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FG14","smad2","E7FG14","smad2","tlcd3bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FG14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE12","smad2","Nuclear factor of activated T-cells, cytoplasmic 3","smad2","nfatc3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVZ7","smad2","A0A0R4IVZ7","smad2","crebbpb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IVZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9W2","smad2","A0A286Y9W2","smad2","hecw2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9W2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FF13","smad2","zgc:55792","smad2","vldlr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHP3","smad2","Q5RHP3","smad2","ppp2r5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NGJ7","smad2","F6NGJ7","smad2","wnt4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NGJ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R133","smad2","B0R133","smad2","si:ch211-196g2.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R133","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKE4","smad2","B8JKE4","smad2","ccdc149b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JKE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXQ0","smad2","E7EXQ0","smad2","dlg5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXQ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ56","smad2","F1QQ56","smad2","ltbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX94","smad2","F1QX94","smad2","eif4g3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","U3JAV8","smad2","U3JAV8","smad2","cad","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U3JAV8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4W9","smad2","B8A4W9","smad2","loxl3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4W9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90YM0","smad2","zOCAM","smad2","ncam2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cell adhesion molecule OCAM (Neural cell adhesion molecule 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QH03","smad2","E9QH03","smad2","slc45a4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QH03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNT3","smad2","F1QNT3","smad2","tbcela","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNT3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q32PW3","smad2","taf2","smad2","taf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DI86","smad2","B3DI86","smad2","bmp2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DI86","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QU82","smad2","fi22c11","smad2","zfp36l2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9K4","smad2","A0A286Y9K4","smad2","lrp1bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9K4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZZJ7","smad2","ae1","smad2","slc4a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Anion exchange protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYG9","smad2","F1QYG9","smad2","si:dkey-200l5.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6P8","smad2","F1R6P8","smad2","cyb561d1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6P8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DH85","smad2","fj56g09","smad2","ncam1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NCAM (Neural cell adhesion molecule 1 precursor) (Neural cell adhesion molecule 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWG7","smad2","F1QWG7","smad2","themis2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8AV71","smad2","Q8AV71","smad2","ved","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q8AV71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I6LD65","smad2","I6LD65","smad2","pcdh2g17","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I6LD65","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R5R0","smad2","F1R5R0","smad2","cthl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R5R0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQW8","smad2","A0A0R4IQW8","smad2","ssbp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQW8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F3G3","smad2","E7F3G3","smad2","wfdc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F3G3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLS2","smad2","F1QLS2","smad2","waif2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R9S3","smad2","brf1","smad2","brf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B-related factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QI77","smad2","A0A2R8QI77","smad2","prx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QI77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KNK1","smad2","A3KNK1","smad2","tmem120a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KNK1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FH06","smad2","E7FH06","smad2","pde4ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FH06","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSW0","smad2","F1QSW0","smad2","vars2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F793","smad2","E7F793","smad2","si:dkey-165a24.9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F793","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PHI8","smad2","TKT","smad2","tktb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","transketolase (EC 2.2.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2U6","smad2","E7F2U6","smad2","poc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2U6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0J9YJ61","smad2","A0A0J9YJ61","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0J9YJ61","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q502C1","smad2","mrps24","smad2","mrps24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q566X8","smad2","Q566X8","smad2","dmbx1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q566X8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QTD8","smad2","A0A2R8QTD8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QTD8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QRT7","smad2","F1QRT7","smad2","zbtb20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QRT7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMA6","smad2","A5PMA6","smad2","artnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMA6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1A5I1","smad2","A1A5I1","smad2","fam133","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1A5I1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBV7","smad2","Q6PBV7","smad2","tlcd3ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PBV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BE65","smad2","A2BE65","smad2","hoxc9a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BE65","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJK3","smad2","A0A0R4IJK3","smad2","ephb4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJK3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4I9G0","smad2","A0A0R4I9G0","smad2","mkrn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4I9G0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F2Z4V3","smad2","fb98c11","smad2","prickle1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Prickle homolog 1b (Prickle-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4U8","smad2","E7F4U8","smad2","scaf4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4U8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ60","smad2","F1QQ60","smad2","txnrd2.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ60","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QW75","smad2","F1QW75","smad2","dnajb12b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QW75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUM7","smad2","Nav1.1","smad2","scn1laa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sodium channel protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQD4","smad2","F1QQD4","smad2","plpp5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQD4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4F8","smad2","B8A4F8","smad2","lrrc9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4F8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F371","smad2","E7F371","smad2","synrg","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F371","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JPF8","smad2","A0JPF8","smad2","zdhhc3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0JPF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICT0","smad2","A0A0R4ICT0","smad2","ptk2aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICT0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IET2","smad2","A0A0R4IET2","smad2","nbeal2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IET2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFN5","smad2","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","smad2","ppip5k1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9MIY2","smad2","mt-nd4l","smad2","mt-nd4l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH-ubiquinone oxidoreductase chain 4L (EC 7.1.1.2) (NADH dehydrogenase subunit 4L)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYI3","smad2","hecw1","smad2","hecw1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","HECT-type E3 ubiquitin transferase (EC 2.3.2.26)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BG67","smad2","klf12","smad2","klf3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4INV4","smad2","A0A0R4INV4","smad2","inpp5e","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4INV4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJ13","smad2","F1QJ13","smad2","plcd3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJ13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEB1","smad2","Calcium channel, voltage-dependent, gamma subunit 5b","smad2","cacng5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSD6","smad2","F1QSD6","smad2","epha2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSD6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YB73","smad2","A0A286YB73","smad2","ppp6r3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YB73","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YBW2","smad2","A0A286YBW2","smad2","lrch3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YBW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UXL9","smad2","B0UXL9","smad2","agfg1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UXL9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3ITH4","smad2","I3ITH4","smad2","kdm4aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3ITH4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVX5","smad2","A0A0R4IVX5","smad2","jazf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IVX5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWX6","smad2","A0A0R4IWX6","smad2","abi2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWX6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IYX8","smad2","CRMP-3","smad2","dpysl4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BG80","smad2","MDS026","smad2","ppp2r2ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4T9","smad2","E7F4T9","smad2","si:dkey-19a16.11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4T9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q29R83","smad2","Q29R83","smad2","dazap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q29R83","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LY78","smad2","Q1LY78","smad2","rhof","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LY78","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WUR8","smad2","A5WUR8","smad2","shisa4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WUR8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6AZ98","smad2","Q6AZ98","smad2","sec23b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6AZ98","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCP3","smad2","X1WCP3","smad2","atp8a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCP3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZN5","smad2","E7EZN5","smad2","akna","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZN5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSU2","smad2","F1QSU2","smad2","cluha","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSU2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KRQ7","smad2","A0A0G2KRQ7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KRQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWG2","smad2","F1QWG2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWG2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9W6","smad2","E7F9W6","smad2","ddhd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9W6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2VJ87","smad2","Gap junction protein","smad2","cx27.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5E8","smad2","F1Q5E8","smad2","pde4d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5E8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYX0","smad2","F1QYX0","smad2","ldlrad4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYX0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SYJ3","smad2","Q7SYJ3","smad2","zbtb14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SYJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ISL4","smad2","si:ch211-195p4.3","smad2","cenpw","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Centromere protein W","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0H2UK54","smad2","A0A0H2UK54","smad2","pimr202","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0H2UK54","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IEH4","smad2","A0A0R4IEH4","smad2","unc5da","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IEH4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F5V3","smad2","fasn","smad2","fasn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4V5","smad2","B8A4V5","smad2","tprg1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4V5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WF07","smad2","X1WF07","smad2","si:ch211-269k10.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WF07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q767","smad2","F1Q767","smad2","tnfsf10l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q767","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHM9","smad2","z6-4phr","smad2","cry5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cryptochrome circadian clock 5 isoform X1 (Cryptochrome circadian regulator 5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRL3","smad2","A0A0R4IRL3","smad2","si:ch73-103b11.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRL3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IKJ3","smad2","A0A0R4IKJ3","smad2","arid1aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IKJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFS2","smad2","A0A0R4IFS2","smad2","aak1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DEU2","smad2","Q9DEU2","smad2","atp1a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9DEU2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLP5","smad2","F1QLP5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLP5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q3Z0","smad2","A0A2R8Q3Z0","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q3Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R8A2","smad2","F1R8A2","smad2","plekha5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R8A2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGT8","smad2","fat","smad2","fat1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803J3","smad2","cb75","smad2","rab2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ras-related protein Rab-2A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WUQ9","smad2","A5WUQ9","smad2","mettl24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WUQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D6UPT1","smad2","papd5","smad2","tent4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Non-canonical poly(A) RNA polymerase PAPD5 (EC 2.7.7.19) (Terminal nucleotidyltransferase 4B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSB8","smad2","im:7148194","smad2","ddx42","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PC64","smad2","elovl6","smad2","elovl6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08CJ6","smad2","zgc:153020","smad2","grk4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5VSE6","smad2","Q5VSE6","smad2","kcnk13b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5VSE6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZW75","smad2","Q7ZW75","smad2","tmed2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZW75","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIT9","smad2","B3DIT9","smad2","pdk4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DIT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WUS2","smad2","A5WUS2","smad2","sulf2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WUS2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S4Z3","smad2","B0S4Z3","smad2","si:ch211-133l5.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S4Z3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2AWE1","smad2","hm:zehl0637","smad2","prdx1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6ZM61","smad2","Q6ZM61","smad2","ube2g1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6ZM61","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D1YSM1","smad2","D1YSM1","smad2","il4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D1YSM1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Z4YHM2","smad2","Z4YHM2","smad2","adat3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Z4YHM2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5K1","smad2","B0S5K1","smad2","si:dkey-181m9.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5K1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QY72","smad2","F1QY72","smad2","mis12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QY72","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TV19","smad2","dicer1","smad2","dicer1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Endoribonuclease Dicer (EC 3.1.26.3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F142","smad2","E7F142","smad2","tlcd5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F142","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q982","smad2","F1Q982","smad2","cbx2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q982","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P4R0","smad2","F6P4R0","smad2","fhod3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P4R0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9U8","smad2","E7F9U8","smad2","slc44a1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9U8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SX78","smad2","sfrp","smad2","szl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sizzled (Szl protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LGH7","smad2","A0A140LGH7","smad2","si:cabz01090193.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LGH7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RD62","smad2","F1RD62","smad2","grip2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RD62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QPA6","smad2","F1QPA6","smad2","mpped2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QPA6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUE3","smad2","Q1LUE3","smad2","tph2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LUE3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XJ34","smad2","Q5XJ34","smad2","kctd15l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5XJ34","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6N5","smad2","F1R6N5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6N5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503P2","smad2","nip7","smad2","nip7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","60S ribosome subunit biogenesis protein NIP7 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4VJ28","smad2","Q4VJ28","smad2","lmx1ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4VJ28","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DK65","smad2","B3DK65","smad2","LOC797835","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DK65","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QN21","smad2","F1QN21","smad2","ripply1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QN21","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F647","smad2","E7F647","smad2","si:ch73-233f7.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F647","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVV4","smad2","wu:fb93b01","smad2","gtf2h2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","General transcription factor IIH subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RR22","smad2","A0A2R8RR22","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RR22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGN2","smad2","F1QGN2","smad2","cntn4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGN2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9F5","smad2","E7F9F5","smad2","tspearb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9F5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F770","smad2","E7F770","smad2","golt1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F770","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DGE2","smad2","mapk14a","smad2","mapk14a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QRA8","smad2","F1QRA8","smad2","paplnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QRA8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QLT6","smad2","fj84c10","smad2","lyve1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Lymphatic vessel endothelial hyaluronic receptor 1b","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIR4","smad2","A0A0R4IIR4","smad2","nfat5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IIR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DHU2","smad2","tmem65","smad2","tmem65","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transmembrane protein 65","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKN6","smad2","F1QKN6","smad2","gpc4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","G9MDF3","smad2","apoer2","smad2","lrp8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Apolipoprotein E receptor 2 (Low density lipoprotein receptor-related protein 8, apolipoprotein e receptor) (Low-density lipoprotein receptor-related protein 8 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RMY7","smad2","A0A2R8RMY7","smad2","eml1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RMY7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I9L0","smad2","hey2","smad2","hey2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5VSC8","smad2","Q5VSC8","smad2","ddhd1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5VSC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA89","smad2","E7FA89","smad2","si:ch211-266o15.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FA89","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAI5","smad2","E7FAI5","smad2","ryk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLP7","smad2","B8JLP7","smad2","ankrd12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLP7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q3B4","smad2","A0A2R8Q3B4","smad2","chd3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q3B4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","P58368","smad2","P58368","smad2","ankhb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","P58368","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9Z9","smad2","A0A286Y9Z9","smad2","si:ch211-200p22.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9Z9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVV0","smad2","Q1LVV0","smad2","fam83h","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVV0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0Z8","smad2","Q6P0Z8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P0Z8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1L1V4","smad2","A1L1V4","smad2","loxl2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1L1V4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QRA3","smad2","A0A2R8QRA3","smad2","sgsm1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QRA3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IWA2","smad2","A0A0R4IWA2","smad2","si:dkey-30e9.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IWA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A562","smad2","B8A562","smad2","fbxw2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A562","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCL0","smad2","F1QCL0","smad2","git2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCL0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4S6","smad2","wu:fi43b02","smad2","nol6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nucleolar protein 6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WV16","smad2","A5WV16","smad2","acsl4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WV16","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V1S1","smad2","B0V1S1","smad2","si:dkey-111i23.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V1S1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V233","smad2","im:7155552","smad2","jam2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDL1","smad2","F1QDL1","smad2","col1a1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDL1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ILH2","smad2","A0A0R4ILH2","smad2","ephx4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ILH2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSQ6","smad2","F1QSQ6","smad2","diras1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSQ6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QUC4","smad2","F1QUC4","smad2","angptl5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QUC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICF0","smad2","A0A0R4ICF0","smad2","cep97","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEL2","smad2","F1QEL2","smad2","hbegfb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEL2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3Z2","smad2","zgc:110167","smad2","actl6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Actin-like 6B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0N4STU4","smad2","A0A0N4STU4","smad2","si:ch73-120g24.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0N4STU4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAZ1","smad2","E7FAZ1","smad2","si:ch211-149b19.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAZ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PU58","smad2","Q9PU58","smad2","nipsnap2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9PU58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFL2","smad2","E7FFL2","smad2","si:ch211-22d5.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFL2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","P59723","smad2","hif1an","smad2","hif1an","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Hypoxia-inducible factor 1-alpha inhibitor (EC 1.14.11.30) (EC 1.14.11.n4) (Hypoxia-inducible factor asparagine hydroxylase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","G1K2J9","smad2","G1K2J9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","G1K2J9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSB3","smad2","F1QSB3","smad2","srprb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSB3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JM22","smad2","B8JM22","smad2","si:ch73-21k16.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JM22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286YAG8","smad2","A0A286YAG8","smad2","fam149b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286YAG8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F427","smad2","E7F427","smad2","LOC100333227","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F427","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVJ5","smad2","A0A0R4IVJ5","smad2","map3k7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IVJ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IU39","smad2","wu:fe49f10","smad2","cdc20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMQ7","smad2","A0A0R4IMQ7","smad2","cds1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMQ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08BX4","smad2","K","smad2","kat7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4J6P5","smad2","A0A0R4J6P5","smad2","ash1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4J6P5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DBX1","smad2","med20","smad2","med20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q366","smad2","A0A2R8Q366","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q366","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFZ7","smad2","F1QFZ7","smad2","nfasca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QY45","smad2","F1QY45","smad2","zeb2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QY45","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q265","smad2","A0A2R8Q265","smad2","cfhl4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q265","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IW54","smad2","A0A0R4IW54","smad2","rab11fip5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IW54","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V325","smad2","B0V325","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V325","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEN2","smad2","X1WEN2","smad2","acte1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WEN2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYC9","smad2","capns1","smad2","capns1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGD1","smad2","A2BGD1","smad2","fdx1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGD1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RLC3","smad2","A0A2R8RLC3","smad2","bmp10l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RLC3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FC95","smad2","dnm1","smad2","dnm1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","dynamin GTPase (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DJ37","smad2","B3DJ37","smad2","acvr1ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DJ37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y999","smad2","A0A286Y999","smad2","adamts13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y999","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8D8","smad2","Q1L8D8","smad2","si:rp71-15k1.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8D8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKP1","smad2","B8JKP1","smad2","ext1c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JKP1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q7T3","smad2","F1Q7T3","smad2","slc16a3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q7T3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LY46","smad2","letm1","smad2","letm1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9PU62","smad2","Q9PU62","smad2","cth1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9PU62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WGT0","smad2","A8WGT0","smad2","prr16","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WGT0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P5M3","smad2","hm:zeh0819","smad2","rps9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4FVI5","smad2","A4FVI5","smad2","ucmaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4FVI5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAG7","smad2","E7FAG7","smad2","rbms1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PHD8","smad2","Q6PHD8","smad2","pa2g4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PHD8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDA9","smad2","F1RDA9","smad2","adamts14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDA9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WHN5","smad2","X1WHN5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WHN5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QH97","smad2","E9QH97","smad2","tspan37","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QH97","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXH9","smad2","E7EXH9","smad2","chadla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXH9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6S3","smad2","F1Q6S3","smad2","rundc3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6S3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NJ58","smad2","F6NJ58","smad2","epb41l5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NJ58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A6B9","smad2","B8A6B9","smad2","wnt8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A6B9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KMB1","smad2","A0A0G2KMB1","smad2","ipcef1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KMB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RIX9","smad2","e2f7","smad2","e2f7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor E2F7 (E2F-7)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0GKC4","smad2","Q0GKC4","smad2","bmf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0GKC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q07998","smad2","tbxta","smad2","tbxta","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B6V3E2","smad2","Protein Wnt","smad2","wnt9b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QYR6","smad2","F1QYR6","smad2","parietopsin","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QYR6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJJ9","smad2","adipor1","smad2","adipor1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Adiponectin receptor 1a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1Z1","smad2","F1R1Z1","smad2","scamp5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1Z1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSP0","smad2","A0A1D5NSP0","smad2","znf710b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSP0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVA8","smad2","Q1LVA8","smad2","acsl3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVA8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q52JI6","smad2","Q52JI6","smad2","cryba1l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q52JI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F220","smad2","E7F220","smad2","dus2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F220","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCX5","smad2","E7FCX5","smad2","dmtn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FCX5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHZ1","smad2","Q5RHZ1","smad2","dennd2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHZ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S8J0","smad2","B0S8J0","smad2","lypd6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S8J0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWR4","smad2","F1QWR4","smad2","fh","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXJ2","smad2","E7EXJ2","smad2","b3galt1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXJ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IW43","smad2","A0A0R4IW43","smad2","cog3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IW43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","I3IT28","smad2","I3IT28","smad2","mmp25a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","I3IT28","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QA76","smad2","F1QA76","smad2","rtn4rl2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QA76","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAW5","smad2","F1QAW5","smad2","lipt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAW5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEZ1","smad2","F1QEZ1","smad2","adgrv1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEZ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GDW0","smad2","R4GDW0","smad2","cxl34c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GDW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6L2","smad2","F1R6L2","smad2","hip1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6L2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L234","smad2","A0A0G2L234","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L234","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PYE5","smad2","A0A2R8PYE5","smad2","tmem101","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PYE5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KRV7","smad2","A0A0G2KRV7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KRV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B7ZUU4","smad2","B7ZUU4","smad2","cbx4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B7ZUU4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q801U3","smad2","Q801U3","smad2","srsf3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q801U3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S7I0","smad2","B0S7I0","smad2","pnpla7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S7I0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S4T9","smad2","B0S4T9","smad2","espn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S4T9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A6H8I0","smad2","usp22","smad2","usp22","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WV02","smad2","fa95h11","smad2","pleca","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Plectin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAE9","smad2","E7FAE9","smad2","si:ch211-285f17.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAE9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DG91","smad2","Q6DG91","smad2","psmg1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DG91","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEZ0","smad2","E7FEZ0","smad2","plekhn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BFP6","smad2","20beta-hydroxysteroid dehydrogenase type 2","smad2","hsd20b2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GEW1","smad2","R4GEW1","smad2","foxe1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GEW1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q6T6","smad2","A0A2R8Q6T6","smad2","cfap45","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q6T6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LH97","smad2","A0A140LH97","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LH97","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RES0","smad2","F1RES0","smad2","rdh10a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RES0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFV9","smad2","A0A0R4IFV9","smad2","egfra","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1ECZ2","smad2","keap1a","smad2","keap1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L3G6","smad2","A0A0G2L3G6","smad2","LOC101885083","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L3G6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IT16","smad2","A0A0R4IT16","smad2","rtf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IT16","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAG3","smad2","F1QAG3","smad2","smyd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QAG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q3T3","smad2","A0A2R8Q3T3","smad2","fndc5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q3T3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBG4","smad2","F1QBG4","smad2","atp2b1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SNS6","smad2","Q5SNS6","smad2","znf292b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SNS6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QA80","smad2","F1QA80","smad2","tmie","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QA80","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q3B752","smad2","dtymk","smad2","dtymk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Thymidylate kinase (EC 2.7.4.9) (dTMP kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FE92","smad2","E7FE92","smad2","atad5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FE92","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503J8","smad2","Q503J8","smad2","men1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q503J8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6Q4","smad2","E7F6Q4","smad2","si:dkey-152b24.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6Q4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDV9","smad2","F1QDV9","smad2","noxred1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDV9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q801E1","smad2","Q801E1","smad2","vax2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q801E1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q92050","smad2","wnt5b","smad2","wnt5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein Wnt-5b","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9W6E0","smad2","fzb1","smad2","frzb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1L5C9","smad2","A1L5C9","smad2","sema3ga","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1L5C9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DRK7","smad2","Serine/threonine-protein kinase PLK","smad2","plk1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CEZ0","smad2","A2CEZ0","smad2","si:dkey-251i10.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CEZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGY3","smad2","E7FGY3","smad2","si:dkey-30j16.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGY3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0PJS8","smad2","zgc:158431","smad2","tp53inp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Tumor protein p53-inducible nuclear protein 1 (Zgc:158431)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W481","smad2","F8W481","smad2","epha4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W481","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHY5","smad2","F1QHY5","smad2","gba3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4P4","smad2","DNA polymerase theta","smad2","polq","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DNA polymerase theta (Polymerase (DNA directed), theta)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90X37","smad2","Q90X37","smad2","ier5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90X37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5PQZ3","smad2","Q5PQZ3","smad2","slc30a9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5PQZ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYJ2","smad2","zgc:77038","smad2","socs3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Suppressor of cytokine signaling 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q29RC0","smad2","zgc:136806","smad2","ush1c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Harmonin (Usher syndrome 1C)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R184","smad2","wu:fb20a07","smad2","txndc5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q434","smad2","A0A2R8Q434","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q434","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6P6","smad2","F1Q6P6","smad2","scml4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6P6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T2I8","smad2","Q7T2I8","smad2","rdh8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7T2I8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IDL2","smad2","A0A0R4IDL2","smad2","lcat","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IDL2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q68EH8","smad2","flad1","smad2","flad1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","FAD synthase (EC 2.7.7.2) (FAD pyrophosphorylase) (FMN adenylyltransferase) (Flavin adenine dinucleotide synthase) [Includes: Molybdenum cofactor biosynthesis protein-like region; FAD synthase region]","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIJ3","smad2","F1QIJ3","smad2","lamc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIJ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QL03","smad2","A0A2R8QL03","smad2","si:dkey-23i12.9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QL03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZR2","smad2","im:5916170","smad2","pak4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RC11","smad2","F1RC11","smad2","slc43a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RC11","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5U3J0","smad2","Q5U3J0","smad2","rnf24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5U3J0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGX5","smad2","F1QGX5","smad2","opn4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGX5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8A5","smad2","F1Q8A5","smad2","hnrnpd","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q8A5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A5A4","smad2","B8A5A4","smad2","grxcr1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A5A4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","K7DYM5","smad2","K7DYM5","smad2","mlx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","K7DYM5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D3GE88","smad2","D3GE88","smad2","plaua","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D3GE88","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DI13","smad2","zgc:194426","smad2","rgs19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Regulator of G-protein signaling 19 (Zgc:194426)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UXV7","smad2","B0UXV7","smad2","dnajc1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UXV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEF7","smad2","E7FEF7","smad2","si:ch73-62l21.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFU8","smad2","A0A0R4IFU8","smad2","creb1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFU8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9P8","smad2","E7F9P8","smad2","LOC101886286","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9P8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NZZ0","smad2","Q6NZZ0","smad2","timm17a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NZZ0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KPS3","smad2","si:ch211-278n20.1","smad2","sema6dl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D,-like (Semaphorin 6D-L) (Semaphorin-6D precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QIB8","smad2","A0A2R8QIB8","smad2","tafa5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QIB8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVN7","smad2","F1QVN7","smad2","ift88","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVN7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUB0","smad2","zgc:77943","smad2","myl13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDW2","smad2","E7FDW2","smad2","pdzrn3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803R8","smad2","Q803R8","smad2","tmem50a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q803R8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PZC4","smad2","A0A2R8PZC4","smad2","tanc2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PZC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FA39","smad2","E7FA39","smad2","kcna7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FA39","tf-link","27924024","regulates","txid7955" +"Q9I9P9","T1ECV7","smad2","T1ECV7","smad2","si:ch211-147d7.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T1ECV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NJS4","smad2","F6NJS4","smad2","atl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NJS4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P4E7","smad2","Q0P4E7","smad2","gem","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P4E7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FC63","smad2","E7FC63","smad2","si:ch211-132f19.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FC63","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKI6","smad2","F1QKI6","smad2","supt20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DBR7","smad2","Q6DBR7","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DBR7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QI79","smad2","zgc:56525","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Golgi membrane protein 1 (Zgc:56525)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUP4","smad2","Q7ZUP4","smad2","eif5a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZUP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4JYK5","smad2","A4JYK5","smad2","nptnb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4JYK5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q611","smad2","F1Q611","smad2","c6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q611","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RLI4","smad2","A0A2R8RLI4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RLI4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KIF5","smad2","A0A0G2KIF5","smad2","dele1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KIF5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0U5","smad2","F1R0U5","smad2","larp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0U5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5YB40","smad2","mfng","smad2","mfng","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Beta-1,3-N-acetylglucosaminyltransferase manic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1RLR0","smad2","Q1RLR0","smad2","cryl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1RLR0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQR5","smad2","A3KQR5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KQR5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFE9","smad2","E7FFE9","smad2","kcna1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFE9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBD7","smad2","F1QBD7","smad2","kif4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBD7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V9F2","smad2","Q4V9F2","smad2","sugct","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V9F2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TGS9","smad2","Q6TGS9","smad2","ubl3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6TGS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WIN8","smad2","A8WIN8","smad2","si:dkeyp-104h9.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WIN8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVP1","smad2","Q1LVP1","smad2","poc1bl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVP1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503X7","smad2","Q503X7","smad2","lim2.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q503X7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LW03","smad2","Q1LW03","smad2","he1.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LW03","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6A3P5","smad2","Q6A3P5","smad2","ndrg1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6A3P5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8QG63","smad2","lmo4","smad2","lmo4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","LIM domain only 4 (LIM domain only 4a isoform X1) (LIM only 4 protein) (Lmo4 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140TAU2","smad2","A0A140TAU2","smad2","hoxb10a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140TAU2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6D4","smad2","cdh7","smad2","cdh7a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cadherin 7a (Cadherin-7) (Cdh7 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBG6","smad2","X1WBG6","smad2","frmd4ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBG6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KU38","smad2","A0A0G2KU38","smad2","LOC100334158","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KU38","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DKF5","smad2","Coatomer subunit zeta","smad2","copz2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Coatomer subunit zeta","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KWS9","smad2","A0A0G2KWS9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KWS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2LB43","smad2","A0A0G2LB43","smad2","sema4f","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2LB43","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDF1","smad2","Alpha-","smad2","fut8b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Alpha-(1,6)-fucosyltransferase (EC 2.4.1.68)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WE86","smad2","X1WE86","smad2","flii","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WE86","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAK9","smad2","F1RAK9","smad2","lpin2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RAK9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGX0","smad2","Integrin beta","smad2","itgb6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Integrin beta","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHF2","smad2","E9QHF2","smad2","chst12b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QHF2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4L8","smad2","cnot3","smad2","cnot3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAT2","smad2","E7FAT2","smad2","kcnn3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAT2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBF7","smad2","X1WBF7","smad2","cacna1ha","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDI1","smad2","si:dkeyp-57f11.2","smad2","svilc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Supervillin c (Supervillin isoform X3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JML7","smad2","zgc:153956","smad2","adpgk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IN58","smad2","FcRgamma","smad2","fcer1g","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fc epsilon receptor IgFc epsilon receptor Ig (Fc of IgE, high affinity I, receptor for gamma polypeptide precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SNQ3","smad2","Q5SNQ3","smad2","nrbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SNQ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1ECU7","smad2","zgc:136916","smad2","jph1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Junctophilin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DFM3","smad2","B3DFM3","smad2","dlc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DFM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5T0","smad2","B0S5T0","smad2","shox","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5T0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4I9Q0","smad2","A0A0R4I9Q0","smad2","fam166b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4I9Q0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1Z8","smad2","E7F1Z8","smad2","slc44a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1Z8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYF2","smad2","E7EYF2","smad2","ca10b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYF2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WBW3","smad2","X1WBW3","smad2","im:7152348","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WBW3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P9Z2","smad2","wu:fi39b12","smad2","ddx23","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JIG3","smad2","zfCLOCK2","smad2","npas2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","BHLH-PAS transcription factor (Circadian clock protein PASD1) (Neuronal PAS domain protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5L9","smad2","F1Q5L9","smad2","zfyve28","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5L9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGM5","smad2","A2BGM5","smad2","foxn4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGM5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHS7","smad2","Q6DHS7","smad2","tjp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHS7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9IBH3","smad2","dac","smad2","fbxw4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6TGT3","smad2","TCTE1L","smad2","dynlt3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dynein light chain Tctex-type 3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4N1","smad2","F1Q4N1","smad2","rc3h2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q4N1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NXI0","smad2","F6NXI0","smad2","pfkfb4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NXI0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0JMN0","smad2","zgc:154039","smad2","sgms1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EY47","smad2","E7EY47","smad2","arhgef19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EY47","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3E6","smad2","Forkhead box O4","smad2","foxo4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Forkhead box O4 (Forkhead box protein O4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QKB1","smad2","A0A2R8QKB1","smad2","sipa1l2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QKB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R776","smad2","F1R776","smad2","dcps","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R776","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1WB98","smad2","zgc:175288","smad2","stk26","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXE2","smad2","Calcium channel, voltage-dependent, gamma subunit 5a","smad2","cacng5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium channel, voltage-dependent, gamma subunit 5a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JH70","smad2","aldocb","smad2","aldocb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fructose-bisphosphate aldolase C-B (EC 4.1.2.13) (Brain-type aldolase-B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IYD2","smad2","A0A0R4IYD2","smad2","jmjd1cb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IYD2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90ZB2","smad2","Q90ZB2","smad2","gbx1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90ZB2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W638","smad2","F8W638","smad2","tmem145","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W638","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6V5","smad2","F1R6V5","smad2","mmrn2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6V5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R253","smad2","F1R253","smad2","clasp1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R253","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHR8","smad2","nus1","smad2","nus1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dehydrodolichyl diphosphate synthase complex subunit nus1 (EC 2.5.1.87) (Di-trans,poly-cis-decaprenylcistransferase) (Nogo-B receptor) (NgBR) (Nuclear undecaprenyl pyrophosphate synthase 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHC5","smad2","Q6DHC5","smad2","mettl21e","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHC5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q401","smad2","A0A2R8Q401","smad2","sez6l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q401","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6S2","smad2","B0S6S2","smad2","fzd8b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6S2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66HU4","smad2","capn3","smad2","capn3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calpain-3 (EC 3.4.22.54)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9N5","smad2","E7F9N5","smad2","LOC100331467","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9N5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5M3","smad2","F1Q5M3","smad2","clcn1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5M3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SXP4","smad2","Q7SXP4","smad2","srsf1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SXP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W427","smad2","F8W427","smad2","mtnr1al","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W427","tf-link","27924024","regulates","txid7955" +"Q9I9P9","M9MMA4","smad2","M9MMA4","smad2","igsf3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","M9MMA4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBN0","smad2","wu:fb78c03","smad2","ndufb2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHT0","smad2","A0A0R4IHT0","smad2","slc25a12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHT0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IN60","smad2","Fibroblast growth factor","smad2","fgf19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IIR8","smad2","Exocyst complex component 3-like protein 4","smad2","si:dkey-45k15.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Exocyst complex component 3-like protein 4 (Si:dkey-45k15.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LXM6","smad2","Q1LXM6","smad2","gpc1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LXM6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5I0F7","smad2","fb50g02","smad2","foxo3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Forkhead box O3A","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8E7S3","smad2","zgc:76925","smad2","sdr16c5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Epidermal retinal dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4KMJ1","smad2","chac2","smad2","chac2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Putative glutathione-specific gamma-glutamylcyclotransferase 2 (Gamma-GCG 2) (EC 4.3.2.7) (Cation transport regulator-like protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4J9","smad2","E7F4J9","smad2","cux1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4J9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSG9","smad2","A0A1D5NSG9","smad2","si:ch211-69e13.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QCC4","smad2","F1QCC4","smad2","cacna1ia","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QCC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNY1","smad2","F1QNY1","smad2","wasla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGT1","smad2","Q5RGT1","smad2","vash2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RGT1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH42","smad2","eny2","smad2","eny2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P045","smad2","Q6P045","smad2","tyms","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P045","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WC57","smad2","X1WC57","smad2","stx1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WC57","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QE52","smad2","F1QE52","smad2","tert","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QE52","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2L9N5","smad2","A0A0G2L9N5","smad2","iqsec2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2L9N5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IZC2","smad2","A0A0R4IZC2","smad2","snap91a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IZC2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P057","smad2","F6P057","smad2","arhgap12a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P057","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9M6","smad2","ATP-dependent 6-phosphofructokinase","smad2","pfkla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XJI8","smad2","Q5XJI8","smad2","twist2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5XJI8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6R3","smad2","B0S6R3","smad2","dok2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6R3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DGL3","smad2","Q9DGL3","smad2","atp1b1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q9DGL3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD58","smad2","X1WD58","smad2","pcolce2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WD58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6JIZ2","smad2","pura","smad2","puraa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2L0","smad2","E7F2L0","smad2","epb41l4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2L0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGF0","smad2","F1QGF0","smad2","pxylp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R881","smad2","skic2","smad2","skiv2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QMG5","smad2","F1QMG5","smad2","hes6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QMG5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR96","smad2","F1QR96","smad2","coro2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXC4","smad2","Serpin B6","smad2","serpinb14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serpin B6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WD71","smad2","X1WD71","smad2","ap2a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WD71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZR9","smad2","E7EZR9","smad2","si:ch211-173n18.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZR9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMH7","smad2","A0A0R4IMH7","smad2","zswim8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMH7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DJK9","smad2","rassf8","smad2","foxp4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Forkhead box P4 (Forkhead box protein P4) (Rassf8 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R446","smad2","F1R446","smad2","sptan1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R446","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBM1","smad2","glrx5","smad2","glrx5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glutaredoxin-related protein 5, mitochondrial (Monothiol glutaredoxin-5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQ03","smad2","si:ch211-152p11.3","smad2","mgat1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGF8","smad2","A0A0R4IGF8","smad2","ly6pge","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T2E7","smad2","cldn15l","smad2","cldn15a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Claudin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH33","smad2","wu:fb12e01","smad2","commd2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","COMM domain-containing 2 (COMM domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICQ1","smad2","si:ch211-194m7.2","smad2","ndrg4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","NDRG family member 4 (Protein NDRG4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T3E8","smad2","Q7T3E8","smad2","mtfr1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7T3E8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q52WX7","smad2","rnd1l","smad2","rnd1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKF4","smad2","F1QKF4","smad2","tgfbr2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKF4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UYD3","smad2","B0UYD3","smad2","slc35a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UYD3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7T3H0","smad2","maft","smad2","maff","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor MafF (Transcription factor mafT) (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F) (V-maf musculoaponeurotic fibrosarcoma oncogene homolog f (Avian))","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R336","smad2","F1R336","smad2","tcf7l1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R336","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDV1","smad2","X1WDV1","smad2","impg1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDV1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2PRK6","smad2","Q2PRK6","smad2","or106-11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q2PRK6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFS4","smad2","F1QFS4","smad2","bcl6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFS4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZZ00","smad2","Q7ZZ00","smad2","znf511","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZZ00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F6Z8","smad2","E7F6Z8","smad2","pde1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F6Z8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6B1","smad2","B0S6B1","smad2","cwc22","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S6B1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBR0","smad2","Plakophilin 1b","smad2","pkp1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Plakophilin 1b (Plakophilin-1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NXD2","smad2","chmp2b","smad2","chmp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJ35","smad2","E9QJ35","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJ35","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QD20","smad2","fc08g11","smad2","rnaseh2c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ribonuclease H2 subunit C (Ribonuclease H2, subunit C)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6YMR2","smad2","chunp6910","smad2","phf5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","MCG1346-like protein (PHD finger protein 5A) (PHD finger-like domain-containing protein 5A) (Phf5a protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZP1","smad2","Q7SZP1","smad2","tsc22d1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SZP1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUI7","smad2","A0A0R4IUI7","smad2","si:dkey-82o10.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUI7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5J6","smad2","F1Q5J6","smad2","adcy2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5J6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMS9","smad2","fa11e04","smad2","ap1b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AP complex subunit beta","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QF22","smad2","E9QF22","smad2","bckdhbl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QF22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QGR3","smad2","A0A2R8QGR3","smad2","ano8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QGR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WG99","smad2","A8WG99","smad2","acot15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WG99","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8DZG7","smad2","A8DZG7","smad2","ripk1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8DZG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGR6","smad2","F1QGR6","smad2","atf5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGR6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFR5","smad2","F1QFR5","smad2","dnase1l4.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFR5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNV4","smad2","nup133","smad2","nup133","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R4C4","smad2","pias4a","smad2","pias4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1L1QZI6","smad2","A0A1L1QZI6","smad2","si:cabz01054394.6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1L1QZI6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4II20","smad2","A0A0R4II20","smad2","lama1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4II20","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYR3","smad2","E7EYR3","smad2","ttc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WGU5","smad2","X1WGU5","smad2","si:dkey-27l15.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WGU5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBK0","smad2","F1RBK0","smad2","dkk1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBK0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZSY6","smad2","Q7ZSY6","smad2","mt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZSY6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8Y5T2","smad2","A8Y5T2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8Y5T2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQA7","smad2","Q6IQA7","smad2","hm13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6IQA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R0T3","smad2","B0R0T3","smad2","magixb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R0T3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A097ZPG7","smad2","A0A097ZPG7","smad2","mbd4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A097ZPG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZR4","smad2","E7EZR4","smad2","vegfba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EZR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QEQ1","smad2","fb71a04","smad2","apoc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEF0","smad2","X1WEF0","smad2","cngb1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WEF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q9K9","smad2","A0A2R8Q9K9","smad2","rgs20","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q9K9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEB1","smad2","E7FEB1","smad2","opn4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QRG5","smad2","F1QRG5","smad2","si:dkey-250d21.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QRG5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O57460","smad2","O57460","smad2","tll1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","O57460","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWY5","smad2","F1QWY5","smad2","ca16b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7I8","smad2","E7F7I8","smad2","nkain4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7I8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IHF0","smad2","A0A0R4IHF0","smad2","pacsin2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IHF0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RIM0","smad2","A0A2R8RIM0","smad2","stim1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RIM0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8UUZ6","smad2","wu:fc06h04","smad2","cryaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Alpha-crystallin A chain","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWK2","smad2","Q1LWK2","smad2","ppcdc","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWK2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4FE55","smad2","ubiquitinyl hydrolase 1","smad2","usp9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9JTG7","smad2","A9JTG7","smad2","ubac1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9JTG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RAX4","smad2","stra6","smad2","stra6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Receptor for retinol uptake stra6 (Stimulated by retinoic acid gene 6 protein homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDP4","smad2","E7FDP4","smad2","galk2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QR37","smad2","A0A2R8QR37","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QR37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WEB9","smad2","Dedicator of cytokinesis 9b","smad2","dock9b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dedicator of cytokinesis 9b (Dedicator of cytokinesis protein 9 isoform X10)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q8Z6","smad2","F1Q8Z6","smad2","tmeff2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q8Z6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIX8","smad2","LOC564644","smad2","nsmce2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QPW0","smad2","F1QPW0","smad2","osbp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QPW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4KME6","smad2","gigyf2","smad2","gigyf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","GRB10-interacting GYF protein 2 (PERQ amino acid-rich with GYF domain-containing protein 2) (Trinucleotide repeat-containing gene 15 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMQ2","smad2","A0A0R4IMQ2","smad2","cnmd","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMQ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSF7","smad2","F1QSF7","smad2","tnfsf13","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0H2UKP2","smad2","A0A0H2UKP2","smad2","col4a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0H2UKP2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7J2","smad2","E7F7J2","smad2","si:dkey-84k17.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F7J2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0H2G3","smad2","RALDH3","smad2","aldh1a3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Aldehyde dehydrogenase 1 family member A3 (Aldehyde dehydrogenase 1 family, member A3) (Aldehyde dehydrogenase family 1 member A3 (EC 1.2.1.5)) (RALDH3) (Retinaldehyde dehydrogenase family 1 subfamily A3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZVI7","smad2","actba","smad2","actba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0R026","smad2","B0R026","smad2","prmt5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0R026","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q5G9","smad2","F1Q5G9","smad2","plcd4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q5G9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","U3JA85","smad2","U3JA85","smad2","kcng3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","U3JA85","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JJU3","smad2","B8JJU3","smad2","exoc3l4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JJU3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JHR9","smad2","cb273","smad2","kpnb3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Importin-5 isoform X1 (Karyopherin (importin) beta 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4L216","smad2","fa18f02","smad2","afp4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Antifreeze protein type IV (Type IV antifreeze protein) (Zgc:161979)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9D1","smad2","phf14","smad2","phf14","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","PHD finger protein 14","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O57341","smad2","fgf8a","smad2","fgf8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibroblast growth factor 8 (FGF-8)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIR3","smad2","F1QIR3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5U3R0","smad2","Q5U3R0","smad2","xkrx","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5U3R0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1A5X7","smad2","fa11g05","smad2","taf15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RBH3","smad2","F1RBH3","smad2","chchd6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RBH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A487","smad2","B8A487","smad2","ifi27.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A487","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0F4","smad2","E7F0F4","smad2","si:ch73-335l21.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0F4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIA7","smad2","F1QIA7","smad2","taf5l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIA7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F049","smad2","cb213","smad2","ktn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinectin 1 (Kinectin isoform 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DEM5","smad2","Q6DEM5","smad2","timm8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DEM5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IS21","smad2","A0A0R4IS21","smad2","si:dkey-238i5.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IS21","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F888","smad2","arid5b","smad2","arid5b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AT-rich interactive domain-containing protein 5B (ARID domain-containing protein 5B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R313","smad2","F1R313","smad2","pex19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R313","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IY27","smad2","A0A0R4IY27","smad2","nbeab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IY27","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q034","smad2","A0A2R8Q034","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q034","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGL9","smad2","A0A0R4IGL9","smad2","pwwp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGL9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BGY1","smad2","A2BGY1","smad2","arvcfb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BGY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DH92","smad2","clock3","smad2","clockb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A6I5","smad2","B8A6I5","smad2","ablim1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A6I5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","O42368","smad2","O42368","smad2","hoxb3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","O42368","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6B2","smad2","F1R6B2","smad2","eve1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6B2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMY5","smad2","A0A0R4IMY5","smad2","spock3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMY5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1A5W8","smad2","A1A5W8","smad2","ipmkb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A1A5W8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5BL21","smad2","cnih2","smad2","cnih2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WGC5","smad2","Pseudopodium-enriched atypical kinase 1","smad2","peak1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pseudopodium-enriched atypical kinase 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q566Z4","smad2","Q566Z4","smad2","srd5a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q566Z4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QS56","smad2","F1QS56","smad2","plch1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QS56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WV55","smad2","A5WV55","smad2","pdik1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WV55","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5WW56","smad2","A5WW56","smad2","si:ch211-80h18.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5WW56","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IEB2","smad2","A0A0R4IEB2","smad2","nkx1.2lb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IEB2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q2HX26","smad2","kir6.2","smad2","kcnj11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ATP-sensitive inward rectifier potassium channel 11 (Inward rectifier K(+) channel Kir6.2) (Potassium channel, inwardly rectifying subfamily J member 11)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2V3","smad2","E7F2V3","smad2","mcf2lb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2V3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQL1","smad2","A3KQL1","smad2","necab2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KQL1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZZY8","smad2","uts2b","smad2","uts2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Prepro-urotensin II-beta [Cleaved into: Urophysin beta; Urotensin II-beta (U-II-beta) (UII-beta)]","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R405","smad2","si:ch73-15j19.1","smad2","bcl9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JKS6","smad2","tbx-b","smad2","tbx3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","T-box transcription factor 3a (T-box transcription factor TBX3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KQ62","smad2","fbn2","smad2","fbn2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fibrillin 2b (Fibrillin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2G0","smad2","E7F2G0","smad2","camk2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F2G0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NYA1","smad2","Q6NYA1","smad2","hnrnpabb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NYA1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BII1","smad2","A2BII1","smad2","gpt2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BII1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVV8","smad2","Q1LVV8","smad2","smc3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVV8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5PNN7","smad2","Q5PNN7","smad2","irf4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5PNN7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P5S3","smad2","F6P5S3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P5S3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q567J3","smad2","Q567J3","smad2","malb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q567J3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQX8","smad2","A0A0R4IQX8","smad2","cacna1da","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IQX8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KNH7","smad2","fb16e03","smad2","nfya","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WHV7","smad2","si:dkey-190g11.7","smad2","mrps36","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I8K8","smad2","s1pr2","smad2","s1pr2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q71N41","smad2","Q71N41","smad2","gamt","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q71N41","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JHQ5","smad2","B8JHQ5","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JHQ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L894","smad2","Q1L894","smad2","si:ch211-191i18.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L894","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LX84","smad2","sGC","smad2","npr1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Guanylate cyclase (EC 4.6.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IMA9","smad2","A0A0R4IMA9","smad2","edil3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IMA9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QUG2","smad2","A0A2R8QUG2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QUG2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BE63","smad2","A2BE63","smad2","hoxc6a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BE63","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DIW4","smad2","B3DIW4","smad2","atf7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DIW4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F558","smad2","Mismatch repair endonuclease PMS2","smad2","pms2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QPE4","smad2","A0A2R8QPE4","smad2","lrtm2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QPE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PN22","smad2","A5PN22","smad2","wdr44","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PN22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0V2U3","smad2","B0V2U3","smad2","kcnb2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0V2U3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYX2","smad2","Q5TYX2","smad2","zpax1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TYX2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMR0","smad2","A5PMR0","smad2","zzz3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMR0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ITN6","smad2","A0A0R4ITN6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ITN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QGK9","smad2","c19orf39","smad2","swsap1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","SWIM-type zinc finger 7-associated protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PBU6","smad2","Q6PBU6","smad2","syt4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6PBU6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHM3","smad2","Q6DHM3","smad2","cryzl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDN9","smad2","X1WDN9","smad2","espnla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F7W2","smad2","V-type proton ATPase subunit a","smad2","atp6v0a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","V-type proton ATPase subunit a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q801W9","smad2","Q801W9","smad2","nitr3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q801W9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S4Y7","smad2","B0S4Y7","smad2","zak","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S4Y7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QR28","smad2","F1QR28","smad2","rd3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QR28","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XJS6","smad2","arl6ip5","smad2","arl6ip5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","PRA1 family protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PYA5","smad2","A0A2R8PYA5","smad2","dlgap1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PYA5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJH5","smad2","fi14g08","smad2","ckmt2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Creatine kinase S-type, mitochondrial (EC 2.7.3.2) (Sarcomeric mitochondrial creatine kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4E7","smad2","B8A4E7","smad2","rrp12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4E7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IR92","smad2","A0A0R4IR92","smad2","drd4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IR92","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJ71","smad2","A0A0R4IJ71","smad2","plecb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJ71","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QKQ1","smad2","F1QKQ1","smad2","cux2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QKQ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q90267","smad2","Q90267","smad2","otx1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q90267","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L986","smad2","Ras-related protein Rab-3B","smad2","rab3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ras-related protein Rab-3B","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IKW1","smad2","A0A0R4IKW1","smad2","rnf207a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IKW1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZV59","smad2","zgc:56207","smad2","synj2bp","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Synaptojanin-2-binding protein (Zgc:56207)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WE04","smad2","X1WE04","smad2","frya","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WE04","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QQD4","smad2","A0A2R8QQD4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QQD4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ40","smad2","F1QQ40","smad2","mapk14b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QQ40","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NZ01","smad2","Brain-derived neurotrophic factor","smad2","bdnf","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Brain-derived neurotrophic factor (BDNF)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QDI9","smad2","A0A2R8QDI9","smad2","ssbp3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QDI9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJM9","smad2","F1QJM9","smad2","vwa10.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJM9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6G0","smad2","F1Q6G0","smad2","ern2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6G0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q7R0","smad2","A0A2R8Q7R0","smad2","ostm1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q7R0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNB1","smad2","F1QNB1","smad2","ank3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNB1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWG1","smad2","Q1LWG1","smad2","irx4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWG1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IPV5","smad2","psmb3","smad2","p4hb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QN83","smad2","A0A2R8QN83","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QN83","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4R9","smad2","E7F4R9","smad2","idh2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4R9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KNF5","smad2","A0A0G2KNF5","smad2","npc1l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KNF5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A068F9P7","smad2","A0A068F9P7","smad2","b3glcta","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A068F9P7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IE29","smad2","A0A0R4IE29","smad2","pla2g15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IE29","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUW0","smad2","Q7ZUW0","smad2","dnaja3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZUW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A455","smad2","B8A455","smad2","znf451","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A455","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QM82","smad2","A0A2R8QM82","smad2","si:dkey-7i4.21","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QM82","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6P621","smad2","F6P621","smad2","lingo4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6P621","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGY9","smad2","cdkn1bl","smad2","cdkn1ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJP8","smad2","A0A2R9YJP8","smad2","gata2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVE1","smad2","F1QVE1","smad2","abca4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVE1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F957","smad2","E7F957","smad2","sdk1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F957","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F2T0","smad2","Ciliary rootlet coiled-coil, rootletin family member 2","smad2","crocc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ciliary rootlet coiled-coil, rootletin family member 2 (Rootletin isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZUV1","smad2","Q7ZUV1","smad2","plekhf2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7ZUV1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SX76","smad2","fgfrl1","smad2","fgfrl1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZT8","smad2","F1QZT8","smad2","cast","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZT8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0GKD6","smad2","wu:fk70c05","smad2","tbk1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine/threonine-protein kinase TBK1 (EC 2.7.11.1) (TANK-binding kinase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A7MBY6","smad2","CH1073-272H17.1","smad2","cept1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QX60","smad2","F1QX60","smad2","si:dkey-57k2.7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QX60","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F2Z4R5","smad2","F2Z4R5","smad2","tmem163b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F2Z4R5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S6H8","smad2","ppfia2","smad2","ppfia4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Liprin-alpha-4 (PTPRF-interacting protein alpha 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0J6","smad2","F1R0J6","smad2","brd1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0J6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0B3","smad2","E7F0B3","smad2","dagla","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0B3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QCG9","smad2","E9QCG9","smad2","zbtb46","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QCG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IL38","smad2","A0A0R4IL38","smad2","gabrr3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IL38","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZWD8","smad2","CFL1","smad2","cfl1l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cfl1 protein (Cofilin 1 (non-muscle),-like) (Non-muscle cofilin 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NWJ8","smad2","Q6NWJ8","smad2","ugp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NWJ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSR3","smad2","F1QSR3","smad2","tnn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FEY9","smad2","E7FEY9","smad2","si:ch211-67e16.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FEY9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8T6","smad2","nampta","smad2","nampt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Nicotinamide phosphoribosyltransferase (NAmPRTase) (EC 2.4.2.12)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NMJ1","smad2","F6NMJ1","smad2","dact3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NMJ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZ62","smad2","F1QZ62","smad2","mfsd13al","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZ62","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8F4","smad2","Q1L8F4","smad2","tmem178b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8F4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S7H9","smad2","B0S7H9","smad2","mrpl41","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S7H9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F333","smad2","fc22f12","smad2","lrrc8c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QTR4","smad2","F1QTR4","smad2","ppp1r3cb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QTR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FBX7","smad2","si:ch211-231o6.2","smad2","gfi1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QMN6","smad2","Msx2-interacting protein isoform X1","smad2","spen","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Msx2-interacting protein isoform X1 (Spen family transcriptional repressor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QUY1","smad2","A0A2R8QUY1","smad2","bckdhb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QUY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1REU1","smad2","F1REU1","smad2","abhd3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1REU1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IRU6","smad2","A0A0R4IRU6","smad2","arhgap24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IRU6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCC4","smad2","F1RCC4","smad2","tmem151ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RCC4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4J8R8","smad2","A0A0R4J8R8","smad2","kidins220a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4J8R8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q29RF0","smad2","DPT","smad2","dpt","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Dermatopontin (Zgc:136613 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KRG1","smad2","A0A0G2KRG1","smad2","tank","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KRG1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGI6","smad2","zgc:92903","smad2","txn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Thioredoxin","tf-link","27924024","regulates","txid7955" +"Q9I9P9","D2Y177","smad2","D2Y177","smad2","npffr1l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","D2Y177","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P3X8","smad2","lamtor4","smad2","lamtor4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S8J3","smad2","B0S8J3","smad2","map3k19","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S8J3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXJ5","smad2","E7EXJ5","smad2","atad2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EXJ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDX9","smad2","Kinesin family member 26Ba","smad2","kif26ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinesin family member 26Ba (Kinesin-like protein KIF26B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2I9","smad2","F1R2I9","smad2","cdh5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R2I9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BG42","smad2","A2BG42","smad2","trpv4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BG42","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8AVB1","smad2","tnnt1","smad2","tnnt2c","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Slow troponin T (Troponin T1, skeletal, slow) (Troponin T2c, cardiac)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4V9H8","smad2","Q4V9H8","smad2","maf1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q4V9H8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8UUS8","smad2","Q8UUS8","smad2","gpm6bb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q8UUS8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W3Z0","smad2","F8W3Z0","smad2","cacna1ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W3Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IQI7","smad2","AP-4 complex subunit epsilon","smad2","ap4e1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AP-4 complex subunit epsilon","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SPF6","smad2","Q5SPF6","smad2","pimr109","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SPF6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RDQ9","smad2","F1RDQ9","smad2","ctsz","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RDQ9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDW7","smad2","E9QDW7","smad2","si:dkey-261l7.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDW7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NUZ3","smad2","nsap1","smad2","syncrip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICG0","smad2","A0A0R4ICG0","smad2","per1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICG0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDZ2","smad2","E7FDZ2","smad2","gad1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDZ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QNK3","smad2","A0A2R8QNK3","smad2","si:ch73-196i15.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QNK3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R6L5","smad2","F1R6L5","smad2","cbarpb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R6L5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F9S8","smad2","E7F9S8","smad2","ttyh2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F9S8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q628","smad2","F1Q628","smad2","arhgef9b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q628","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8E5I1","smad2","A8E5I1","smad2","irf10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8E5I1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q6R7","smad2","F1Q6R7","smad2","si:dkey-17m8.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q6R7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IB04","smad2","A0A0R4IB04","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IB04","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZ44","smad2","F1QZ44","smad2","neurl1ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZ44","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DKE1","smad2","zgc:195240","smad2","btr09","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Bloodthirsty-related gene family, member 9 (Zgc:195240 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJL5","smad2","zgc:100942","smad2","gna15.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q503N2","smad2","spc24","smad2","spc24","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Kinetochore protein Spc24","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QNT7","smad2","A0A2R8QNT7","smad2","LOC100150236","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QNT7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LUC3","smad2","kat2b","smad2","kat2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Histone acetyltransferase KAT2B (EC 2.3.1.48) (Histone acetyltransferase PCAF) (Histone acetylase PCAF) (Lysine acetyltransferase 2B) (P300/CBP-associated factor) (P/CAF) (Spermidine acetyltransferase KAT2B) (EC 2.3.1.57)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6GMG3","smad2","Q6GMG3","smad2","nr4a1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6GMG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4QNX5","smad2","Ubiquitin-conjugating enzyme E2 D4","smad2","ube2d4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ubiquitin-conjugating enzyme E2 D4 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 4 (putative)) (Zgc:162263 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RB31","smad2","F1RB31","smad2","endou2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RB31","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IUK4","smad2","A0A0R4IUK4","smad2","cpxm1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IUK4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q3B7E7","smad2","wu:fb53a08","smad2","snx3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sorting nexin-3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QQ04","smad2","cb216","smad2","serpinh1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serpin H1 (Collagen-binding protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9C3Q7","smad2","A9C3Q7","smad2","amt","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A9C3Q7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6AZW2","smad2","akr1a1a","smad2","akr1a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Aldo-keto reductase family 1 member A1-A (Alcohol dehydrogenase [NADP(+)] A) (EC 1.1.1.2) (Aldehyde reductase-A)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","H9KUW9","smad2","H9KUW9","smad2","fbxl15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","H9KUW9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSA2","smad2","F1QSA2","smad2","hsd3b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSA2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYC7","smad2","Q1LYC7","smad2","nova1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LYC7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F640","smad2","Ataxin 7","smad2","atxn7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ataxin 7 (Ataxin-7 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXB6","smad2","F1QXB6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXB6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q9C7","smad2","F1Q9C7","smad2","ufl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1Q9C7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGJ0","smad2","cb995","smad2","dnajc5aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVQ8","smad2","Q1LVQ8","smad2","sspn","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVQ8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QEH0","smad2","A0A2R8QEH0","smad2","si:ch1073-140o9.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QEH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q804W2","smad2","Q804W2","smad2","pvalb7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q804W2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QHH3","smad2","A0A2R8QHH3","smad2","eps15l1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QHH3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QG94","smad2","E9QG94","smad2","si:ch211-59d17.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QG94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF97","smad2","F1QF97","smad2","spdef","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF97","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A4QNW6","smad2","A4QNW6","smad2","cerkl","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A4QNW6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QZB8","smad2","F1QZB8","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QZB8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F842","smad2","E7F842","smad2","kcnab2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F842","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGX4","smad2","Q6DGX4","smad2","gcshb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DGX4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RB22","smad2","F1RB22","smad2","alas1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1RB22","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2X7","smad2","F1R2X7","smad2","si:dkey-211g8.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R2X7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PH53","smad2","zgc:101121","smad2","zfand6","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5G3","smad2","clstn2a","smad2","clstn2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calsyntenin-2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DGI1","smad2","Vesicle-associated membrane protein 1","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vesicle-associated membrane protein 1 (Zgc:92912)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IKF7","smad2","A0A0R4IKF7","smad2","suox","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IKF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ILF8","smad2","A0A0R4ILF8","smad2","ap1s3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ILF8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1YB07","smad2","amotl2a","smad2","amotl2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Angiomotin-like 2a","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDG9","smad2","F1QDG9","smad2","smyd1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDG9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L9F0","smad2","Q1L9F0","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L9F0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1A0","smad2","E7F1A0","smad2","chs1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1A0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2LA96","smad2","A0A0G2LA96","smad2","gramd1ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RKM6","smad2","A0A2R8RKM6","smad2","tmem164","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RKM6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LYE0","smad2","Q1LYE0","smad2","swap70b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LYE0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9C3S0","smad2","im:7143041","smad2","si:ch211-198n5.11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","methylcrotonoyl-CoA carboxylase (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 2) (3-methylcrotonyl-CoA carboxylase non-biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit beta)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0BLX4","smad2","F-box only protein 2","smad2","fbxo2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F-box only protein 2 (Zgc:175088)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5XWT8","smad2","Q5XWT8","smad2","rasd4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5XWT8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8S2","smad2","E7F8S2","smad2","kif5ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F8S2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3X8","smad2","Calcium channel, voltage-dependent, alpha2/delta subunit 3","smad2","cacna2d3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Calcium channel, voltage-dependent, alpha2/delta subunit 3 (Voltage-dependent calcium channel subunit alpha-2/delta-3 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QL35","smad2","A0A2R8QL35","smad2","ptpn11a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QL35","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F407","smad2","E7F407","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F407","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6PFT1","smad2","fbp1","smad2","fbp1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KQE3","smad2","A3KQE3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KQE3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0H6","smad2","cops4","smad2","cops4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QA74","smad2","F1QA74","smad2","pts","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QA74","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FG88","smad2","E7FG88","smad2","asxl2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FG88","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q501Z6","smad2","Q501Z6","smad2","sft2d2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q501Z6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDL1","smad2","X1WDL1","smad2","si:dkey-7j14.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDL1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IVU1","smad2","Transcription factor MafK isoform X1","smad2","mafk","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QD73","smad2","Poly [ADP-ribose] polymerase","smad2","tnksa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZW41","smad2","polr2g","smad2","polr2g","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QEE6","smad2","A0A2R8QEE6","smad2","arl10","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QEE6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QNG8","smad2","A0A2R8QNG8","smad2","npas3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QNG8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S4T7","smad2","B0S4T7","smad2","prkcz","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S4T7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q05AK2","smad2","Q05AK2","smad2","im:7154787","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q05AK2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","P24257","smad2","wnt1","smad2","wnt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein Wnt-1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S5W0","smad2","B0S5W0","smad2","col8a1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S5W0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q803U3","smad2","Q803U3","smad2","pitpnaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q803U3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYX5","smad2","E7EYX5","smad2","hectd2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYX5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q29RB4","smad2","Q29RB4","smad2","olfml3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q29RB4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ICC5","smad2","A0A0R4ICC5","smad2","grtp1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ICC5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5TYR3","smad2","Q5TYR3","smad2","si:dkey-174m14.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5TYR3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RYG1","smad2","A0A2R8RYG1","smad2","igsf11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RYG1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QDW6","smad2","F1QDW6","smad2","tmem97","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QDW6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SZC9","smad2","Q7SZC9","smad2","hnrnpr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q7SZC9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B5DDZ4","smad2","acta1","smad2","dpp4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Acta1 protein (Dipeptidyl-peptidase 4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FCE9","smad2","si:ch211-276f18.2","smad2","si:ch211-276f18.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NZZ3","smad2","Q6NZZ3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6NZZ3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDZ5","smad2","X1WDZ5","smad2","mrtfaa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDZ5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QJP8","smad2","A0A2R8QJP8","smad2","lgi2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QJP8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDE7","smad2","E9QDE7","smad2","nnt2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDE7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7SY45","smad2","zgc:63525","smad2","vti1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3H6","smad2","F1R3H6","smad2","slc6a2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3H6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8R5","smad2","Q1L8R5","smad2","cacng8a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8R5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R494","smad2","F1R494","smad2","si:dkey-78l4.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R494","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IN07","smad2","A0A0R4IN07","smad2","col5a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IN07","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHG4","smad2","cplx2a","smad2","cplx2l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Complexin 2 (Complexin 2,-like)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1Q4N9","smad2","ADAM metallopeptidase domain 19b","smad2","adam19b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","ADAM metallopeptidase domain 19b (Disintegrin and metalloproteinase domain-containing protein 19)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LWQ4","smad2","Q1LWQ4","smad2","zbtb12.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LWQ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GE61","smad2","R4GE61","smad2","si:ch211-243g6.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GE61","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QFG6","smad2","F1QFG6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QFG6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A1D5NSN6","smad2","A0A1D5NSN6","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A1D5NSN6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FAU4","smad2","E7FAU4","smad2","dip2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FAU4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W2U4","smad2","F8W2U4","smad2","dlgap4a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W2U4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5GIT4","smad2","kdr","smad2","kdr","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3X3","smad2","RAS p21 protein activator","smad2","rasa1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QI95","smad2","F1QI95","smad2","slc9a7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QI95","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IJY6","smad2","A0A0R4IJY6","smad2","myh11b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IJY6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8WGN9","smad2","A8WGN9","smad2","lipf","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8WGN9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLK3","smad2","F1QLK3","smad2","nedd9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLK3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QSL9","smad2","F1QSL9","smad2","gucy2d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QSL9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KE28","smad2","A0A0G2KE28","smad2","frrs1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KE28","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGG7","smad2","F1QGG7","smad2","tmem106a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGG7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0G2KR67","smad2","A0A0G2KR67","smad2","LOC100333499","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0G2KR67","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F503","smad2","E7F503","smad2","ano9b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F503","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJJ2","smad2","F1QJJ2","smad2","nos1apa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJJ2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IGD1","smad2","A0A0R4IGD1","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P3U6","smad2","Q0P3U6","smad2","lcn15","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P3U6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F8W2C9","smad2","F8W2C9","smad2","alkal1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F8W2C9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q08BE3","smad2","Q08BE3","smad2","slmapa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q08BE3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1H1M4","smad2","B1H1M4","smad2","pkmyt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B1H1M4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ITQ4","smad2","A0A0R4ITQ4","smad2","glipr1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ITQ4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q7ZV13","smad2","sfrs2","smad2","srsf2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QTN3","smad2","F1QTN3","smad2","klf4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QTN3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R788","smad2","F1R788","smad2","vipr1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R788","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QFF3","smad2","E9QFF3","smad2","si:ch211-222n4.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QFF3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F8P5","smad2","E7F8P5","smad2","si:ch73-127m5.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F8P5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IR13","smad2","A0A0R4IR13","smad2","slc35f4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IR13","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEW2","smad2","F1QEW2","smad2","si:dkey-183i3.5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0AUQ3","smad2","ccdc6","smad2","ccdc6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ccdc6b protein (Coiled-coil domain-containing 6b) (Coiled-coil domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2CEG4","smad2","A2CEG4","smad2","barhl1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2CEG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0N4SUG4","smad2","A0A0N4SUG4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0N4SUG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RIH0","smad2","Cornichon family AMPA receptor auxiliary protein 3","smad2","cnih3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IFV8","smad2","A0A0R4IFV8","smad2","phf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IFV8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5BKX1","smad2","zgc:103557","smad2","cdc42ep2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","CDC42 effector protein (Rho GTPase-binding) 2 (Cdc42 effector protein 2) (Cdc42ep2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B3DG00","smad2","B3DG00","smad2","nfe2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B3DG00","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4ISZ7","smad2","A0A0R4ISZ7","smad2","znf1182","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4ISZ7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A1L223","smad2","id:ibd2026","smad2","cbx5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1L8P7","smad2","Q1L8P7","smad2","thbs3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1L8P7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F1N0","smad2","E7F1N0","smad2","def6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F1N0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PWB8","smad2","A0A2R8PWB8","smad2","si:dkey-151g10.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PWB8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R2H0","smad2","F1R2H0","smad2","nup58","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R2H0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH63","smad2","zgc:92631","smad2","cox6b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome c oxidase subunit","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WCW7","smad2","X1WCW7","smad2","crebzf","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WCW7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0UYG3","smad2","B0UYG3","smad2","cdk16","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0UYG3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8PZD4","smad2","A0A2R8PZD4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8PZD4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QFE4","smad2","E9QFE4","smad2","dop1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QFE4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2BIP2","smad2","A2BIP2","smad2","camkk1a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2BIP2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0G2","smad2","Q6P0G2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6P0G2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q45RH2","smad2","Q45RH2","smad2","lim2.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q45RH2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A2VD23","smad2","A2VD23","smad2","stm","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A2VD23","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNI7","smad2","F1QNI7","smad2","slc7a3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNI7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QDN0","smad2","A0A2R8QDN0","smad2","spina","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QDN0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F6NGR0","smad2","F6NGR0","smad2","slc4a11","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F6NGR0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QBD5","smad2","F1QBD5","smad2","asb3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QBD5","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RGD7","smad2","Q5RGD7","smad2","exoc2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RGD7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EYT9","smad2","E7EYT9","smad2","si:ch211-207e14.4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7EYT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QJH0","smad2","E9QJH0","smad2","slc12a7b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QJH0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QDS6","smad2","E9QDS6","smad2","plcxd2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QDS6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1ECW3","smad2","Q1ECW3","smad2","arhgap36","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1ECW3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGH0","smad2","sept12","smad2","sept12","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DRK0","smad2","zgc:92923","smad2","atp6v1f","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","V-type proton ATPase subunit F","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5D6S0","smad2","Paired amphipathic helix protein Sin3a","smad2","sin3aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q837","smad2","A0A2R8Q837","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q837","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q5S3","smad2","A0A2R8Q5S3","smad2","tent5aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q5S3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QAR8","smad2","Centrosomal protein 170Aa","smad2","cep170aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FDD6","smad2","E7FDD6","smad2","si:ch211-194e18.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FDD6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S737","smad2","B0S737","smad2","inpp4aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B0S737","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y9K7","smad2","A0A286Y9K7","smad2","pi15b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y9K7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q68EH1","smad2","Q68EH1","smad2","yipf1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q68EH1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RLU1","smad2","A0A2R8RLU1","smad2","LOC568758","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RLU1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1RCL8","smad2","BCL-6 corepressor isoform X1","smad2","bcor","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4M4","smad2","E7F4M4","smad2","ccdc105","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4M4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6IQT9","smad2","Q6IQT9","smad2","mpc2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6IQT9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMY1","smad2","A5PMY1","smad2","rims3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMY1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","G1K2E7","smad2","G1K2E7","smad2","cdh2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","G1K2E7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q66HU7","smad2","Q66HU7","smad2","pxmp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q66HU7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8AYN0","smad2","opn1lw2","smad2","opn1lw2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Red-sensitive opsin-2 (Opsin-1, long-wave-sensitive 2) (Opsin LWS-2) (Red cone photoreceptor pigment 2)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y8V3","smad2","A0A286Y8V3","smad2","si:dkey-164f24.2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y8V3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5SPR2","smad2","Q5SPR2","smad2","clu","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5SPR2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A140LGC1","smad2","A0A140LGC1","smad2","faim2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A140LGC1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IP94","smad2","A0A0R4IP94","smad2","tusc2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IP94","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B0S750","smad2","si:ch211-251j10.3","smad2","si:ch211-251j10.3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q8JFD6","smad2","gja9","smad2","gjd2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QEF1","smad2","F1QEF1","smad2","ugt1b1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QEF1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9DGL6","smad2","atp1a1","smad2","atp1a1a.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sodium/potassium-transporting ATPase subunit alpha","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NUT4","smad2","zgc:85979","smad2","pabpn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q2G2","smad2","A0A2R8Q2G2","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q2G2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMX2","smad2","A5PMX2","smad2","cdc14ab","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMX2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIU8","smad2","F1QIU8","smad2","prkg3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIU8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWN1","smad2","F1QWN1","smad2","tp53bp2b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q106","smad2","A0A2R8Q106","smad2","cmip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q106","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6R5J1","smad2","disp2","smad2","disp2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein dispatched homolog 2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QVN0","smad2","F1QVN0","smad2","lrrtm4l1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QVN0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6NW47","smad2","Cytoskeleton-associated protein 4","smad2","ckap4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytoskeleton-associated protein 4 (Zgc:85975)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QK83","smad2","F1QK83","smad2","arv1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QK83","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E9QHC8","smad2","E9QHC8","smad2","fryb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E9QHC8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHE2","smad2","Q5RHE2","smad2","zar1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q5RHE2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A3KPP4","smad2","A3KPP4","smad2","slc25a35","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A3KPP4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8CYR1","smad2","brd2","smad2","brd2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Bromodomain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8RIR4","smad2","A0A2R8RIR4","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8RIR4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A9JRY8","smad2","Rac family small GTPase 3b","smad2","rac3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Rac family small GTPase 3b (Ras-related C3 botulinum toxin substrate 3 (Rho family, small GTP binding protein Rac3)) (Zgc:175209 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A5PMF7","smad2","A5PMF7","smad2","nxnl1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A5PMF7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QJW2","smad2","F1QJW2","smad2","ptprsa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QJW2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R9YJG8","smad2","A0A2R9YJG8","smad2","psme4b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R9YJG8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3V0","smad2","tacr3b","smad2","tacr3l","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Neuromedin-K receptor (NK-3 receptor) (Neurokinin B receptor) (Tachykinin receptor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EXE0","smad2","DNA annealing helicase and endonuclease ZRANB3","smad2","zranb3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","DNA annealing helicase and endonuclease ZRANB3 (Zinc finger, RAN-binding domain-containing 3)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZ46","smad2","Sodium channel and clathrin linker 1","smad2","sclt1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Sodium channel and clathrin linker 1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6W990","smad2","Q6W990","smad2","hoxa13a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6W990","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QF60","smad2","F1QF60","smad2","chtf18","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QF60","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q1LVN1","smad2","Q1LVN1","smad2","Fam174b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q1LVN1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QLA9","smad2","A0A2R8QLA9","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QLA9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6P0R9","smad2","wu:fb94g06","smad2","ap1s2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QXM3","smad2","F1QXM3","smad2","tbc1d5","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QXM3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F4K6","smad2","E7F4K6","smad2","cytip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F4K6","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B1H1H9","smad2","Pseudouridine synthase 7","smad2","pus7","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q613","smad2","A0A2R8Q613","smad2","si:ch211-163l21.8","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q613","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P4A9","smad2","Q0P4A9","smad2","ppp1r14ba","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P4A9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QIV2","smad2","F1QIV2","smad2","ncam1b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QIV2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QN77","smad2","F1QN77","smad2","slc8a2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QN77","tf-link","27924024","regulates","txid7955" +"Q9I9P9","X1WDG1","smad2","X1WDG1","smad2","gareml","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","X1WDG1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","R4GEA3","smad2","R4GEA3","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","R4GEA3","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q0P4D1","smad2","Q0P4D1","smad2","amn1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q0P4D1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8JLJ1","smad2","B8JLJ1","smad2","ntrk2a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8JLJ1","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QHS9","smad2","F1QHS9","smad2","arid5a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QHS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4I9F2","smad2","A0A0R4I9F2","smad2","lgals3a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4I9F2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7EZE2","smad2","fc14a12","smad2","stt3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IG37","smad2","A0A0R4IG37","smad2","agtpbp1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IG37","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DRG4","smad2","Q6DRG4","smad2","polr2d","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DRG4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A8B8W4","smad2","A8B8W4","smad2","larp6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A8B8W4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DH40","smad2","Reprimo, TP53-dependent G2 arrest mediator homolog 3","smad2","rprm3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Reprimo, TP53-dependent G2 arrest mediator homolog 3 (Uncharacterized protein LOC436699) (Zgc:92658)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q4VBU7","smad2","zgc:114165","smad2","cox5aa","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QIW0","smad2","A0A2R8QIW0","smad2","hdac1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QIW0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8Q0Z0","smad2","A0A2R8Q0Z0","smad2","cemip","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8Q0Z0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","B8A4M2","smad2","B8A4M2","smad2","tmem234","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","B8A4M2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QID7","smad2","F1QID7","smad2","aadacl4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QID7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FGU0","smad2","E7FGU0","smad2","s100v1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FGU0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A2R8QDS9","smad2","A0A2R8QDS9","smad2","sp4","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A2R8QDS9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A0R4IX93","smad2","A0A0R4IX93","smad2","znf1011","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A0R4IX93","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R1Q8","smad2","F1R1Q8","smad2","parp6b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R1Q8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7FFR7","smad2","E7FFR7","smad2","mideasb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7FFR7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R3T2","smad2","F1R3T2","smad2","ppm1e","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R3T2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Z4YID0","smad2","Z4YID0","smad2","sebox","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Z4YID0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","E7F0W8","smad2","E7F0W8","smad2","adgrl2b.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","E7F0W8","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QGR9","smad2","F1QGR9","smad2","zgc:171727","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QGR9","tf-link","27924024","regulates","txid7955" +"Q9I9P9","A0A286Y943","smad2","A0A286Y943","smad2","cybb","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","A0A286Y943","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QNV7","smad2","F1QNV7","smad2","si:ch211-278p9.1","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QNV7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QLG2","smad2","F1QLG2","smad2","mta2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QLG2","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1R0Q7","smad2","F1R0Q7","smad2","shank3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1R0Q7","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q5RHQ8","smad2","lin9","smad2","lin9","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Protein lin-9 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q6DHS0","smad2","Q6DHS0","smad2","trim55a","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Q6DHS0","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QWK4","smad2","F1QWK4","smad2","mical3b","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QWK4","tf-link","27924024","regulates","txid7955" +"Q9I9P9","F1QM58","smad2","F1QM58","smad2","-","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","F1QM58","tf-link","27924024","regulates","txid7955" +"Q9I9P9","Q9I9P9","smad2","smad2","smad2","smad2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IR92","hif1a","A0A0R4IR92","hif1ab","drd4a","Hypoxia-inducible factor 1-alpha","A0A0R4IR92","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9DGE0","hif1a","map2k6","hif1ab","map2k6","Hypoxia-inducible factor 1-alpha","Dual specificity mitogen-activated protein kinase kinase 6 (MAP kinase kinase 6) (MAPKK 6) (EC 2.7.12.2) (Mitogen-activated protein kinase kinase 3) (zMKK3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GMF9","hif1a","zgc:91964","hif1ab","rbck1","Hypoxia-inducible factor 1-alpha","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q561S6","hif1a","wu:fa99c01","hif1ab","dpm2","Hypoxia-inducible factor 1-alpha","Dolichol phosphate-mannose biosynthesis regulatory protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FEY9","hif1a","E7FEY9","hif1ab","si:ch211-67e16.4","Hypoxia-inducible factor 1-alpha","E7FEY9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F131","hif1a","E7F131","hif1ab","tfr1b","Hypoxia-inducible factor 1-alpha","E7F131","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC53","hif1a","ppial","hif1ab","ppiab","Hypoxia-inducible factor 1-alpha","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DIU1","hif1a","cul3","hif1ab","cul3b","Hypoxia-inducible factor 1-alpha","Cullin 3b (Cullin-3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGJ9","hif1a","F1QGJ9","hif1ab","cptp","Hypoxia-inducible factor 1-alpha","F1QGJ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QTR4","hif1a","F1QTR4","hif1ab","ppp1r3cb","Hypoxia-inducible factor 1-alpha","F1QTR4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q68EK8","hif1a","Q68EK8","hif1ab","tnpo2","Hypoxia-inducible factor 1-alpha","Q68EK8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NWJ8","hif1a","Q6NWJ8","hif1ab","ugp2b","Hypoxia-inducible factor 1-alpha","Q6NWJ8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZU53","hif1a","cry3","hif1ab","cry2","Hypoxia-inducible factor 1-alpha","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5D014","hif1a","Q5D014","hif1ab","natd1","Hypoxia-inducible factor 1-alpha","Q5D014","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PW80","hif1a","igf2bp3","hif1ab","igf2bp3","Hypoxia-inducible factor 1-alpha","Insulin-like growth factor 2 mRNA-binding protein 3 (IGF2 mRNA-binding protein 3) (IMP-3) (Decapentaplegic and Vg-related 1 RNA-binding protein) (IGF-II mRNA-binding protein 3) (VICKZ family member 3) (Vg1 RNA-binding protein) (Vg1-RBP)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6ZM19","hif1a","eif6","hif1ab","eif6","Hypoxia-inducible factor 1-alpha","Eukaryotic translation initiation factor 6 (eIF-6)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08CH6","hif1a","Q08CH6","hif1ab","catip","Hypoxia-inducible factor 1-alpha","Q08CH6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDC5","hif1a","F1RDC5","hif1ab","xpo7","Hypoxia-inducible factor 1-alpha","F1RDC5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803V7","hif1a","zgc:55452","hif1ab","cdc34a","Hypoxia-inducible factor 1-alpha","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QX51","hif1a","F1QX51","hif1ab","ice1","Hypoxia-inducible factor 1-alpha","F1QX51","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4V9H8","hif1a","Q4V9H8","hif1ab","maf1b","Hypoxia-inducible factor 1-alpha","Q4V9H8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QGX9","hif1a","E9QGX9","hif1ab","atl1","Hypoxia-inducible factor 1-alpha","E9QGX9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBZ0","hif1a","TAF4A RNA polymerase II, TATA box-binding protein","hif1ab","taf4a","Hypoxia-inducible factor 1-alpha","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ICG0","hif1a","A0A0R4ICG0","hif1ab","per1a","Hypoxia-inducible factor 1-alpha","A0A0R4ICG0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QA79","hif1a","F1QA79","hif1ab","nsd1a","Hypoxia-inducible factor 1-alpha","F1QA79","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LX52","hif1a","Q1LX52","hif1ab","bida","Hypoxia-inducible factor 1-alpha","Q1LX52","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7D4","hif1a","F1Q7D4","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1Q7D4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBQ7","hif1a","F1RBQ7","hif1ab","rlf","Hypoxia-inducible factor 1-alpha","F1RBQ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBW8","hif1a","Hyaluronan and proteoglycan link protein 1","hif1ab","hapln1b","Hypoxia-inducible factor 1-alpha","Hyaluronan and proteoglycan link protein 1 (Cartilage-linking protein 1) (Proteoglycan link protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R7L6","hif1a","F1R7L6","hif1ab","chpfa","Hypoxia-inducible factor 1-alpha","F1R7L6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8L7","hif1a","F1R8L7","hif1ab","tex10","Hypoxia-inducible factor 1-alpha","F1R8L7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGJ0","hif1a","cb995","hif1ab","dnajc5aa","Hypoxia-inducible factor 1-alpha","DnaJ homolog subfamily C member 5 (Cysteine string protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F728","hif1a","E7F728","hif1ab","-","Hypoxia-inducible factor 1-alpha","E7F728","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q953","hif1a","F1Q953","hif1ab","nup155","Hypoxia-inducible factor 1-alpha","F1Q953","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F851","hif1a","E7F851","hif1ab","fam120a","Hypoxia-inducible factor 1-alpha","E7F851","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IXV4","hif1a","A0A0R4IXV4","hif1ab","runx1t1","Hypoxia-inducible factor 1-alpha","A0A0R4IXV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q502K9","hif1a","Q502K9","hif1ab","selenot2","Hypoxia-inducible factor 1-alpha","Q502K9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A4C4","hif1a","B8A4C4","hif1ab","mogs","Hypoxia-inducible factor 1-alpha","B8A4C4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QYT2","hif1a","F1QYT2","hif1ab","sqor","Hypoxia-inducible factor 1-alpha","F1QYT2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q742","hif1a","E3 ubiquitin-protein ligase CBL","hif1ab","cblb","Hypoxia-inducible factor 1-alpha","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEY5","hif1a","F1QEY5","hif1ab","ints11","Hypoxia-inducible factor 1-alpha","F1QEY5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F640","hif1a","Ataxin 7","hif1ab","atxn7","Hypoxia-inducible factor 1-alpha","Ataxin 7 (Ataxin-7 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVQ8","hif1a","Q1LVQ8","hif1ab","sspn","Hypoxia-inducible factor 1-alpha","Q1LVQ8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6ZM23","hif1a","si:ch211-239j9.2","hif1ab","cox6c","Hypoxia-inducible factor 1-alpha","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NS22","hif1a","Si:ch211-189a15.5","hif1ab","si:ch211-189a15.5","Hypoxia-inducible factor 1-alpha","Si:ch211-189a15.5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QDV8","hif1a","E9QDV8","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QDV8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KXQ3","hif1a","A0A0G2KXQ3","hif1ab","dcc","Hypoxia-inducible factor 1-alpha","A0A0G2KXQ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LYC7","hif1a","Q1LYC7","hif1ab","nova1","Hypoxia-inducible factor 1-alpha","Q1LYC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PTS6","hif1a","Q9PTS6","hif1ab","chico","Hypoxia-inducible factor 1-alpha","Q9PTS6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IMF9","hif1a","A0A0R4IMF9","hif1ab","glyr1","Hypoxia-inducible factor 1-alpha","A0A0R4IMF9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6V7","hif1a","wu:fb65b05","hif1ab","pik3r1","Hypoxia-inducible factor 1-alpha","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JA30","hif1a","U3JA30","hif1ab","ablim2","Hypoxia-inducible factor 1-alpha","U3JA30","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGI1","hif1a","Vesicle-associated membrane protein 1","hif1ab","-","Hypoxia-inducible factor 1-alpha","Vesicle-associated membrane protein 1 (Zgc:92912)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4B2","hif1a","GRF2","hif1ab","rapgef1b","Hypoxia-inducible factor 1-alpha","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0P2","hif1a","E7F0P2","hif1ab","dok4","Hypoxia-inducible factor 1-alpha","E7F0P2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2LA96","hif1a","A0A0G2LA96","hif1ab","gramd1ba","Hypoxia-inducible factor 1-alpha","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCU8","hif1a","E9QCU8","hif1ab","myo6a","Hypoxia-inducible factor 1-alpha","E9QCU8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYJ5","hif1a","Q6NYJ5","hif1ab","syncripl","Hypoxia-inducible factor 1-alpha","Q6NYJ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5G3","hif1a","clstn2a","hif1ab","clstn2","Hypoxia-inducible factor 1-alpha","Calsyntenin-2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ISJ1","hif1a","A0A0R4ISJ1","hif1ab","cldnd1a","Hypoxia-inducible factor 1-alpha","A0A0R4ISJ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FB83","hif1a","E7FB83","hif1ab","-","Hypoxia-inducible factor 1-alpha","E7FB83","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q802V1","hif1a","Q802V1","hif1ab","ss18","Hypoxia-inducible factor 1-alpha","Q802V1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q6S1","hif1a","F1Q6S1","hif1ab","npepl1","Hypoxia-inducible factor 1-alpha","F1Q6S1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QJ97","hif1a","E9QJ97","hif1ab","phip","Hypoxia-inducible factor 1-alpha","E9QJ97","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3I8","hif1a","Q6P3I8","hif1ab","gcdha","Hypoxia-inducible factor 1-alpha","Q6P3I8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9V4","hif1a","DNA-directed RNA polymerase subunit","hif1ab","polr1a","Hypoxia-inducible factor 1-alpha","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L8T3","hif1a","Q1L8T3","hif1ab","ubap2l","Hypoxia-inducible factor 1-alpha","Q1L8T3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKJ8","hif1a","F1QKJ8","hif1ab","hpf1","Hypoxia-inducible factor 1-alpha","F1QKJ8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PFT1","hif1a","fbp1","hif1ab","fbp1a","Hypoxia-inducible factor 1-alpha","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q0E671","hif1a","Q0E671","hif1ab","cmasa","Hypoxia-inducible factor 1-alpha","Q0E671","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F8S2","hif1a","E7F8S2","hif1ab","kif5ab","Hypoxia-inducible factor 1-alpha","E7F8S2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P5L2","hif1a","Q6P5L2","hif1ab","dbi","Hypoxia-inducible factor 1-alpha","Q6P5L2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8WGP7","hif1a","A8WGP7","hif1ab","ugdh","Hypoxia-inducible factor 1-alpha","A8WGP7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q05AK2","hif1a","Q05AK2","hif1ab","im:7154787","Hypoxia-inducible factor 1-alpha","Q05AK2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QUQ1","hif1a","F1QUQ1","hif1ab","zcchc10","Hypoxia-inducible factor 1-alpha","F1QUQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IS25","hif1a","I3IS25","hif1ab","trpm4a","Hypoxia-inducible factor 1-alpha","I3IS25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66HZ2","hif1a","Q66HZ2","hif1ab","rimklb","Hypoxia-inducible factor 1-alpha","Q66HZ2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCW1","hif1a","Calcium channel, voltage-dependent, gamma subunit 8b","hif1ab","cacng8b","Hypoxia-inducible factor 1-alpha","Calcium channel, voltage-dependent, gamma subunit 8b (Voltage-dependent calcium channel gamma-4 subunit-like isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBW3","hif1a","E7FBW3","hif1ab","si:dkey-49c17.3","Hypoxia-inducible factor 1-alpha","E7FBW3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NIE2","hif1a","F6NIE2","hif1ab","si:ch211-113e8.10","Hypoxia-inducible factor 1-alpha","F6NIE2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RYG1","hif1a","A0A2R8RYG1","hif1ab","igsf11","Hypoxia-inducible factor 1-alpha","A0A2R8RYG1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHZ2","hif1a","F1QHZ2","hif1ab","lurap1","Hypoxia-inducible factor 1-alpha","F1QHZ2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90X44","hif1a","Q90X44","hif1ab","nrf1","Hypoxia-inducible factor 1-alpha","Q90X44","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QC67","hif1a","F1QC67","hif1ab","shq1","Hypoxia-inducible factor 1-alpha","F1QC67","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NSC9","hif1a","A0A1D5NSC9","hif1ab","bbox1","Hypoxia-inducible factor 1-alpha","A0A1D5NSC9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A9C3Q2","hif1a","A9C3Q2","hif1ab","rgl1","Hypoxia-inducible factor 1-alpha","A9C3Q2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NWH5","hif1a","Q6NWH5","hif1ab","tmem11","Hypoxia-inducible factor 1-alpha","Q6NWH5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5XJM7","hif1a","Q5XJM7","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q5XJM7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FD67","hif1a","E7FD67","hif1ab","llgl1","Hypoxia-inducible factor 1-alpha","E7FD67","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6PC33","hif1a","F6PC33","hif1ab","dctn1b","Hypoxia-inducible factor 1-alpha","F6PC33","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E7E7","hif1a","A8E7E7","hif1ab","itsn1","Hypoxia-inducible factor 1-alpha","A8E7E7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UXI0","hif1a","B0UXI0","hif1ab","fnbp1a","Hypoxia-inducible factor 1-alpha","B0UXI0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IMY9","hif1a","A0A0R4IMY9","hif1ab","dtnba","Hypoxia-inducible factor 1-alpha","A0A0R4IMY9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L927","hif1a","Q1L927","hif1ab","crb1","Hypoxia-inducible factor 1-alpha","Q1L927","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1X1","hif1a","F1R1X1","hif1ab","cry1b","Hypoxia-inducible factor 1-alpha","F1R1X1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IVR7","hif1a","A0A0R4IVR7","hif1ab","slbp","Hypoxia-inducible factor 1-alpha","A0A0R4IVR7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHU8","hif1a","Q6DHU8","hif1ab","pbk","Hypoxia-inducible factor 1-alpha","Q6DHU8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAG0","hif1a","wu:fb77d11","hif1ab","vps53","Hypoxia-inducible factor 1-alpha","Vacuolar protein sorting-associated protein 53 homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QPL6","hif1a","F1QPL6","hif1ab","cfap70","Hypoxia-inducible factor 1-alpha","F1QPL6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QW05","hif1a","F1QW05","hif1ab","coq7","Hypoxia-inducible factor 1-alpha","F1QW05","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DJR0","hif1a","cmya5l","hif1ab","cmya5","Hypoxia-inducible factor 1-alpha","Cardiomyopathy associated 5 like (Cardiomyopathy-associated 5)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZU21","hif1a","Q7ZU21","hif1ab","ccnb1","Hypoxia-inducible factor 1-alpha","Q7ZU21","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R384","hif1a","F1R384","hif1ab","fam210ab","Hypoxia-inducible factor 1-alpha","F1R384","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9Y8","hif1a","F1R9Y8","hif1ab","hdlbpa","Hypoxia-inducible factor 1-alpha","F1R9Y8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IGD1","hif1a","A0A0R4IGD1","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1MTI1","hif1a","Q1MTI1","hif1ab","stx1b","Hypoxia-inducible factor 1-alpha","Q1MTI1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGT8","hif1a","si:dkey-110p14.2","hif1ab","s100b","Hypoxia-inducible factor 1-alpha","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQQ9","hif1a","scg3","hif1ab","scg3","Hypoxia-inducible factor 1-alpha","Secretogranin-3 (Secretogranin III) (SgIII)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LY08","hif1a","Q1LY08","hif1ab","cpox","Hypoxia-inducible factor 1-alpha","Q1LY08","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1ECV9","hif1a","Q1ECV9","hif1ab","tnfrsf19","Hypoxia-inducible factor 1-alpha","Q1ECV9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1REN8","hif1a","F1REN8","hif1ab","srpk1b","Hypoxia-inducible factor 1-alpha","F1REN8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66I77","hif1a","zgc:103594","hif1ab","cox6a2","Hypoxia-inducible factor 1-alpha","Cytochrome c oxidase subunit (Cytochrome c oxidase polypeptide VIa)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A1L223","hif1a","id:ibd2026","hif1ab","cbx5","Hypoxia-inducible factor 1-alpha","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DH63","hif1a","zgc:92631","hif1ab","cox6b1","Hypoxia-inducible factor 1-alpha","Cytochrome c oxidase subunit","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DBR5","hif1a","zgc:91929","hif1ab","dusp2","Hypoxia-inducible factor 1-alpha","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WD79","hif1a","X1WD79","hif1ab","taok2a","Hypoxia-inducible factor 1-alpha","X1WD79","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QF74","hif1a","C-Jun-amino-terminal kinase-interacting protein 2","hif1ab","mapk8ip2","Hypoxia-inducible factor 1-alpha","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9I6","hif1a","F1R9I6","hif1ab","mfap1","Hypoxia-inducible factor 1-alpha","F1R9I6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F920","hif1a","E7F920","hif1ab","abtb1","Hypoxia-inducible factor 1-alpha","E7F920","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6IQU8","hif1a","wu:fb76c01","hif1ab","eaf2","Hypoxia-inducible factor 1-alpha","ELL-associated factor 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503H8","hif1a","Q503H8","hif1ab","tspan2a","Hypoxia-inducible factor 1-alpha","Q503H8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4V8U2","hif1a","Q4V8U2","hif1ab","scamp4","Hypoxia-inducible factor 1-alpha","Q4V8U2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A510","hif1a","B8A510","hif1ab","nr1d4a","Hypoxia-inducible factor 1-alpha","B8A510","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RWC4","hif1a","A0A2R8RWC4","hif1ab","tsc22d2","Hypoxia-inducible factor 1-alpha","A0A2R8RWC4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVN6","hif1a","Q1LVN6","hif1ab","mtss1la","Hypoxia-inducible factor 1-alpha","Q1LVN6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WGZ3","hif1a","X1WGZ3","hif1ab","map3k3","Hypoxia-inducible factor 1-alpha","X1WGZ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E7C9","hif1a","A8E7C9","hif1ab","sec23ip","Hypoxia-inducible factor 1-alpha","A8E7C9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5D6S0","hif1a","Paired amphipathic helix protein Sin3a","hif1ab","sin3aa","Hypoxia-inducible factor 1-alpha","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803Q7","hif1a","aldoa","hif1ab","aldoaa","Hypoxia-inducible factor 1-alpha","Fructose-bisphosphate aldolase (EC 4.1.2.13)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IU05","hif1a","A0A0R4IU05","hif1ab","ap1g1","Hypoxia-inducible factor 1-alpha","A0A0R4IU05","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5SPS1","hif1a","Q5SPS1","hif1ab","fam184a","Hypoxia-inducible factor 1-alpha","Q5SPS1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q5S3","hif1a","A0A2R8Q5S3","hif1ab","tent5aa","Hypoxia-inducible factor 1-alpha","A0A2R8Q5S3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QES7","hif1a","E9QES7","hif1ab","si:dkey-66g10.2","Hypoxia-inducible factor 1-alpha","E9QES7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIV7","hif1a","F1QIV7","hif1ab","spata7","Hypoxia-inducible factor 1-alpha","F1QIV7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KNQ1","hif1a","A3KNQ1","hif1ab","hmg20a","Hypoxia-inducible factor 1-alpha","A3KNQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJ91","hif1a","F1QJ91","hif1ab","si:dkey-250k15.4","Hypoxia-inducible factor 1-alpha","F1QJ91","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QZP2","hif1a","F1QZP2","hif1ab","nfil3-5","Hypoxia-inducible factor 1-alpha","F1QZP2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCL8","hif1a","BCL-6 corepressor isoform X1","hif1ab","bcor","Hypoxia-inducible factor 1-alpha","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66HU7","hif1a","Q66HU7","hif1ab","pxmp2","Hypoxia-inducible factor 1-alpha","Q66HU7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QMH7","hif1a","dag","hif1ab","dag1","Hypoxia-inducible factor 1-alpha","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2L110","hif1a","LOC101886358","hif1ab","LOC101886358","Hypoxia-inducible factor 1-alpha","Cadherin-18","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5XIZ6","hif1a","gpd1l","hif1ab","gpd1l","Hypoxia-inducible factor 1-alpha","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R6F6","hif1a","G protein-coupled receptor kinase","hif1ab","grk5l","Hypoxia-inducible factor 1-alpha","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QA42","hif1a","F1QA42","hif1ab","atxn2l","Hypoxia-inducible factor 1-alpha","F1QA42","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QI59","hif1a","F1QI59","hif1ab","ppp1cb","Hypoxia-inducible factor 1-alpha","F1QI59","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4L5","hif1a","E7F4L5","hif1ab","prkcdb","Hypoxia-inducible factor 1-alpha","E7F4L5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NUT4","hif1a","zgc:85979","hif1ab","pabpn1","Hypoxia-inducible factor 1-alpha","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAQ8","hif1a","E7FAQ8","hif1ab","hnrnpa1a","Hypoxia-inducible factor 1-alpha","E7FAQ8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDT4","hif1a","TAF2G","hif1ab","taf9","Hypoxia-inducible factor 1-alpha","Transcription initiation factor TFIID subunit 9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QEQ9","hif1a","E9QEQ9","hif1ab","gpr155a","Hypoxia-inducible factor 1-alpha","E9QEQ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8CYR1","hif1a","brd2","hif1ab","brd2a","Hypoxia-inducible factor 1-alpha","Bromodomain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S640","hif1a","B0S640","hif1ab","pms1","Hypoxia-inducible factor 1-alpha","B0S640","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6R5J1","hif1a","disp2","hif1ab","disp2","Hypoxia-inducible factor 1-alpha","Protein dispatched homolog 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P0S8","hif1a","Q6P0S8","hif1ab","adob","Hypoxia-inducible factor 1-alpha","Q6P0S8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QHC8","hif1a","E9QHC8","hif1ab","fryb","Hypoxia-inducible factor 1-alpha","E9QHC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXT3","hif1a","zgc:63642","hif1ab","pygmb","Hypoxia-inducible factor 1-alpha","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSJ6","hif1a","F1QSJ6","hif1ab","slc9a6a","Hypoxia-inducible factor 1-alpha","F1QSJ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UYD6","hif1a","B0UYD6","hif1ab","qars1","Hypoxia-inducible factor 1-alpha","B0UYD6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMF7","hif1a","A5PMF7","hif1ab","nxnl1","Hypoxia-inducible factor 1-alpha","A5PMF7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A1IH00","hif1a","golga2","hif1ab","golga2","Hypoxia-inducible factor 1-alpha","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T390","hif1a","Q7T390","hif1ab","tecrb","Hypoxia-inducible factor 1-alpha","Q7T390","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCM2","hif1a","F1RCM2","hif1ab","prom1b","Hypoxia-inducible factor 1-alpha","F1RCM2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NV37","hif1a","Q6NV37","hif1ab","gyg1a","Hypoxia-inducible factor 1-alpha","Q6NV37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GDP5","hif1a","R4GDP5","hif1ab","api5","Hypoxia-inducible factor 1-alpha","R4GDP5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMH0","hif1a","A5PMH0","hif1ab","atxn7l2b","Hypoxia-inducible factor 1-alpha","A5PMH0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QXM3","hif1a","F1QXM3","hif1ab","tbc1d5","Hypoxia-inducible factor 1-alpha","F1QXM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RUA0","hif1a","A0A2R8RUA0","hif1ab","nucb2a","Hypoxia-inducible factor 1-alpha","A0A2R8RUA0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YI98","hif1a","oaz1a","hif1ab","oaz1a","Hypoxia-inducible factor 1-alpha","Ornithine decarboxylase antizyme 1 (ODC antizyme, short form) (ODC-Az-S)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WVX9","hif1a","A5WVX9","hif1ab","zdhhc17","Hypoxia-inducible factor 1-alpha","A5WVX9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QAR3","hif1a","F1QAR3","hif1ab","pigw","Hypoxia-inducible factor 1-alpha","F1QAR3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F1J4","hif1a","E7F1J4","hif1ab","dennd5a","Hypoxia-inducible factor 1-alpha","E7F1J4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9F2","hif1a","A0A0R4I9F2","hif1ab","lgals3a","Hypoxia-inducible factor 1-alpha","A0A0R4I9F2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QLH1","hif1a","F1QLH1","hif1ab","ppifb","Hypoxia-inducible factor 1-alpha","F1QLH1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B1H1H9","hif1a","Pseudouridine synthase 7","hif1ab","pus7","Hypoxia-inducible factor 1-alpha","Pseudouridine synthase 7 (Pseudouridylate synthase 7 homolog (EC 4.2.1.70)) (Pus7 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHC3","hif1a","Q6DHC3","hif1ab","slc25a40","Hypoxia-inducible factor 1-alpha","Q6DHC3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A7E2P9","hif1a","A7E2P9","hif1ab","dnajc19","Hypoxia-inducible factor 1-alpha","A7E2P9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDZ8","hif1a","im:7051384","hif1ab","nampt2","Hypoxia-inducible factor 1-alpha","Nicotinamide phosphoribosyltransferase (NAmPRTase) (EC 2.4.2.12)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QLG2","hif1a","F1QLG2","hif1ab","mta2","Hypoxia-inducible factor 1-alpha","F1QLG2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QTK1","hif1a","F1QTK1","hif1ab","bsnb","Hypoxia-inducible factor 1-alpha","F1QTK1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WEJ7","hif1a","H0WEJ7","hif1ab","-","Hypoxia-inducible factor 1-alpha","H0WEJ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QZL6","hif1a","F1QZL6","hif1ab","gpia","Hypoxia-inducible factor 1-alpha","F1QZL6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IP59","hif1a","A0A0R4IP59","hif1ab","col14a1b","Hypoxia-inducible factor 1-alpha","A0A0R4IP59","tf-link","27924024","regulates","txid7955" +"Q6EHI4","G1K2S6","hif1a","G1K2S6","hif1ab","narfl","Hypoxia-inducible factor 1-alpha","G1K2S6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IYD1","hif1a","A0A0R4IYD1","hif1ab","soul3","Hypoxia-inducible factor 1-alpha","A0A0R4IYD1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSH8","hif1a","F1QSH8","hif1ab","gli3","Hypoxia-inducible factor 1-alpha","F1QSH8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IYB8","hif1a","A0A0R4IYB8","hif1ab","abl2","Hypoxia-inducible factor 1-alpha","A0A0R4IYB8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4T3","hif1a","FOG-A","hif1ab","zfpm2a","Hypoxia-inducible factor 1-alpha","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBJ7","hif1a","Q6PBJ7","hif1ab","fbxl2","Hypoxia-inducible factor 1-alpha","Q6PBJ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4V9P8","hif1a","camk2ga","hif1ab","camk2g1","Hypoxia-inducible factor 1-alpha","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNG4","hif1a","F1QNG4","hif1ab","hrasa","Hypoxia-inducible factor 1-alpha","F1QNG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6IQD2","hif1a","wu:fb52f06","hif1ab","eaf1","Hypoxia-inducible factor 1-alpha","ELL-associated factor 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BL29","hif1a","Q5BL29","hif1ab","slc39a9","Hypoxia-inducible factor 1-alpha","Q5BL29","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QM58","hif1a","F1QM58","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QM58","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FDB3","hif1a","nanos1","hif1ab","nanos1","Hypoxia-inducible factor 1-alpha","Nanos homolog 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3ISZ9","hif1a","I3ISZ9","hif1ab","si:dkey-260c8.8","Hypoxia-inducible factor 1-alpha","I3ISZ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","L7YAI7","hif1a","b4gat1","hif1ab","b4gat1","Hypoxia-inducible factor 1-alpha","Beta-1,4-glucuronyltransferase 1 (EC 2.4.1.-) (I-beta-1,3-N-acetylglucosaminyltransferase) (N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase) (Poly-N-acetyllactosamine extension enzyme) (UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IV67","hif1a","agl","hif1ab","agla","Hypoxia-inducible factor 1-alpha","Glycogen debranching enzyme (EC 2.4.1.25) (EC 3.2.1.33) (Glycogen debrancher)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F092","hif1a","Cyclin-dependent kinase 13","hif1ab","cdk13","Hypoxia-inducible factor 1-alpha","Cyclin-dependent kinase 13","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4VBV1","hif1a","im:6900881","hif1ab","uqcrb","Hypoxia-inducible factor 1-alpha","Cytochrome b-c1 complex subunit 7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LU98","hif1a","Q1LU98","hif1ab","gmnn","Hypoxia-inducible factor 1-alpha","Q1LU98","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EY31","hif1a","E7EY31","hif1ab","ccdc57","Hypoxia-inducible factor 1-alpha","E7EY31","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0J9YJ18","hif1a","A0A0J9YJ18","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0J9YJ18","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FFS1","hif1a","E7FFS1","hif1ab","fndc3bb","Hypoxia-inducible factor 1-alpha","E7FFS1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R2A7","hif1a","F1R2A7","hif1ab","rps6ka3b","Hypoxia-inducible factor 1-alpha","F1R2A7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WWI2","hif1a","A5WWI2","hif1ab","cmpk","Hypoxia-inducible factor 1-alpha","A5WWI2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F597","hif1a","E7F597","hif1ab","slc41a2b","Hypoxia-inducible factor 1-alpha","E7F597","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P117","hif1a","COUP","hif1ab","nr2f6a","Hypoxia-inducible factor 1-alpha","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CEB4","hif1a","si:dkey-215k6.6","hif1ab","golga3","Hypoxia-inducible factor 1-alpha","Golgin A3 (Golgin subfamily A member 3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R3P9C0","hif1a","A0A0R3P9C0","hif1ab","dtwd2","Hypoxia-inducible factor 1-alpha","A0A0R3P9C0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QTW7","hif1a","F1QTW7","hif1ab","thada","Hypoxia-inducible factor 1-alpha","F1QTW7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FG24","hif1a","E7FG24","hif1ab","si:dkeyp-9d4.4","Hypoxia-inducible factor 1-alpha","E7FG24","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R953","hif1a","F1R953","hif1ab","arvcfa","Hypoxia-inducible factor 1-alpha","F1R953","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q281","hif1a","A0A2R8Q281","hif1ab","fam172a","Hypoxia-inducible factor 1-alpha","A0A2R8Q281","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NIK9","hif1a","F6NIK9","hif1ab","creb3l3l","Hypoxia-inducible factor 1-alpha","F6NIK9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FB10","hif1a","E7FB10","hif1ab","pim3","Hypoxia-inducible factor 1-alpha","E7FB10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8PYT0","hif1a","zgc:65951","hif1ab","rad23b","Hypoxia-inducible factor 1-alpha","UV excision repair protein RAD23","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GQN8","hif1a","mecr","hif1ab","mecr","Hypoxia-inducible factor 1-alpha","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JKF4","hif1a","stn1","hif1ab","stn1","Hypoxia-inducible factor 1-alpha","CST complex subunit STN1 (Oligonucleotide/oligosaccharide-binding fold-containing protein 1) (Suppressor of cdc thirteen homolog)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KNM0","hif1a","A3KNM0","hif1ab","zbbx","Hypoxia-inducible factor 1-alpha","A3KNM0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","C1JIE2","hif1a","si:ch211-152c2.1","hif1ab","sim1b","Hypoxia-inducible factor 1-alpha","SIM bHLH transcription factor 1b (Sim1b long isoform)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IRS8","hif1a","A0A0R4IRS8","hif1ab","ssr1","Hypoxia-inducible factor 1-alpha","A0A0R4IRS8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RIQ4","hif1a","klf11","hif1ab","klf11a","Hypoxia-inducible factor 1-alpha","Krueppel-like factor 11 isoform X1 (Kruppel-like factor 11a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE13","hif1a","lgr4","hif1ab","lgr4","Hypoxia-inducible factor 1-alpha","Leucine-rich repeat-containing G-protein coupled receptor 4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IUU4","hif1a","NEDD8-conjugating enzyme Ubc12","hif1ab","si:ch1073-205c8.3","Hypoxia-inducible factor 1-alpha","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FCQ0","hif1a","cnbp","hif1ab","cnbpb","Hypoxia-inducible factor 1-alpha","CCHC-type zinc finger, nucleic acid-binding protein b (Zinc finger protein 9)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IDZ5","hif1a","A0A0R4IDZ5","hif1ab","kdm3b","Hypoxia-inducible factor 1-alpha","A0A0R4IDZ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DG03","hif1a","Q6DG03","hif1ab","dmtf1","Hypoxia-inducible factor 1-alpha","Q6DG03","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IQ51","hif1a","A0A0R4IQ51","hif1ab","tlk1b","Hypoxia-inducible factor 1-alpha","A0A0R4IQ51","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BE84","hif1a","A2BE84","hif1ab","bcl11ab","Hypoxia-inducible factor 1-alpha","A2BE84","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1P4","hif1a","cb261","hif1ab","sesn3","Hypoxia-inducible factor 1-alpha","Sestrin-3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AW82","hif1a","pa2g4","hif1ab","pa2g4a","Hypoxia-inducible factor 1-alpha","Novel protein similar to human proliferation-associated 2G4 protein (PA2G4) (Proliferation-associated 2G4, a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R7Q9","hif1a","F1R7Q9","hif1ab","znf654","Hypoxia-inducible factor 1-alpha","F1R7Q9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A5K0","hif1a","B8A5K0","hif1ab","metap1d","Hypoxia-inducible factor 1-alpha","B8A5K0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BG86","hif1a","A2BG86","hif1ab","pld2","Hypoxia-inducible factor 1-alpha","A2BG86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R408","hif1a","F1R408","hif1ab","cited2","Hypoxia-inducible factor 1-alpha","F1R408","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWX4","hif1a","fj86h06","hif1ab","spra","Hypoxia-inducible factor 1-alpha","Sepiapterin reductase (EC 1.1.1.153)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RAF7","hif1a","LOC565819","hif1ab","si:ch211-13k12.2","Hypoxia-inducible factor 1-alpha","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KPZ7","hif1a","A3KPZ7","hif1ab","slc39a7","Hypoxia-inducible factor 1-alpha","A3KPZ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNT4","hif1a","F1QNT4","hif1ab","ugcg","Hypoxia-inducible factor 1-alpha","F1QNT4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803K8","hif1a","creb1","hif1ab","creb1a","Hypoxia-inducible factor 1-alpha","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NZ31","hif1a","cb438","hif1ab","ccng2","Hypoxia-inducible factor 1-alpha","Cyclin-G2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4A4","hif1a","F1R4A4","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R4A4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q4U8","hif1a","A0A2R8Q4U8","hif1ab","robo2","Hypoxia-inducible factor 1-alpha","A0A2R8Q4U8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SYM1","hif1a","wu:fi75f05","hif1ab","foxk1","Hypoxia-inducible factor 1-alpha","Forkhead box K1 (Forkhead box protein K1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90ZM2","hif1a","sec61al1","hif1ab","sec61al1","Hypoxia-inducible factor 1-alpha","Protein transport protein Sec61 subunit alpha-like 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNB9","hif1a","Hypoxia-inducible factor 1-alpha","hif1ab","hif1aa","Hypoxia-inducible factor 1-alpha","Hypoxia-inducible factor 1-alpha","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHA4","hif1a","F1QHA4","hif1ab","sumf1","Hypoxia-inducible factor 1-alpha","F1QHA4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KGK2","hif1a","A0A0G2KGK2","hif1ab","npr2","Hypoxia-inducible factor 1-alpha","A0A0G2KGK2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P951","hif1a","wu:fc31e01","hif1ab","pfkfb3","Hypoxia-inducible factor 1-alpha","6-phosphofructo-2-kinase/fructose-2, 6-biphosphatase 3 (6-phosphofructo-2-kinase/fructose-2, 6-bisphosphatase 3) (6-phosphofructo-2-kinase/fructose-2,6-biphosphatase 3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QW76","hif1a","F1QW76","hif1ab","batf","Hypoxia-inducible factor 1-alpha","F1QW76","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q685","hif1a","F1Q685","hif1ab","mrpl11","Hypoxia-inducible factor 1-alpha","F1Q685","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCH2","hif1a","F1RCH2","hif1ab","rnf34b","Hypoxia-inducible factor 1-alpha","F1RCH2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVZ1","hif1a","Q7ZVZ1","hif1ab","fbxw11a","Hypoxia-inducible factor 1-alpha","Q7ZVZ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5I0","hif1a","F1Q5I0","hif1ab","cdk5rap3","Hypoxia-inducible factor 1-alpha","F1Q5I0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IVH6","hif1a","A0A0R4IVH6","hif1ab","tiparp","Hypoxia-inducible factor 1-alpha","A0A0R4IVH6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0V0U4","hif1a","B0V0U4","hif1ab","galnt2","Hypoxia-inducible factor 1-alpha","B0V0U4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4W3","hif1a","wu:fb09d07","hif1ab","derl1","Hypoxia-inducible factor 1-alpha","Derlin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WCQ3","hif1a","X1WCQ3","hif1ab","sv2bb","Hypoxia-inducible factor 1-alpha","X1WCQ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T340","hif1a","Q7T340","hif1ab","drg1","Hypoxia-inducible factor 1-alpha","Q7T340","tf-link","27924024","regulates","txid7955" +"Q6EHI4","D9IL79","hif1a","D9IL79","hif1ab","akt3a","Hypoxia-inducible factor 1-alpha","D9IL79","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RA65","hif1a","F1RA65","hif1ab","tmppe","Hypoxia-inducible factor 1-alpha","F1RA65","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IBM4","hif1a","A0A0R4IBM4","hif1ab","si:ch73-345f18.3","Hypoxia-inducible factor 1-alpha","A0A0R4IBM4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q49TU3","hif1a","Q49TU3","hif1ab","jazf1b","Hypoxia-inducible factor 1-alpha","Q49TU3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YH60","hif1a","gsk3b","hif1ab","gsk3ba","Hypoxia-inducible factor 1-alpha","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5SPK4","hif1a","si:busm1-132m23.3","hif1ab","fbxo22","Hypoxia-inducible factor 1-alpha","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JAH0","hif1a","U3JAH0","hif1ab","bahcc1b","Hypoxia-inducible factor 1-alpha","U3JAH0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHQ1","hif1a","F1QHQ1","hif1ab","slc25a29","Hypoxia-inducible factor 1-alpha","F1QHQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JKB8","hif1a","B8JKB8","hif1ab","ephb3a","Hypoxia-inducible factor 1-alpha","B8JKB8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q498V7","hif1a","Q498V7","hif1ab","psph","Hypoxia-inducible factor 1-alpha","Q498V7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5M0","hif1a","B0S5M0","hif1ab","snx4","Hypoxia-inducible factor 1-alpha","B0S5M0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KH37","hif1a","A0A0G2KH37","hif1ab","bace1","Hypoxia-inducible factor 1-alpha","A0A0G2KH37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QZV9","hif1a","F1QZV9","hif1ab","si:rp71-39b20.4","Hypoxia-inducible factor 1-alpha","F1QZV9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q9H5","hif1a","F1Q9H5","hif1ab","si:dkey-100n23.3","Hypoxia-inducible factor 1-alpha","F1Q9H5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q566","hif1a","F1Q566","hif1ab","LOC100535931","Hypoxia-inducible factor 1-alpha","F1Q566","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CG10","hif1a","A2CG10","hif1ab","ap3m2","Hypoxia-inducible factor 1-alpha","A2CG10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0J9YIW7","hif1a","A0A0J9YIW7","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KPZ2","hif1a","crat","hif1ab","cratb","Hypoxia-inducible factor 1-alpha","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QM17","hif1a","F1QM17","hif1ab","snrka","Hypoxia-inducible factor 1-alpha","F1QM17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WF30","hif1a","si:dkey-74h17.5","hif1ab","trmt61b","Hypoxia-inducible factor 1-alpha","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ITG3","hif1a","A0A0R4ITG3","hif1ab","si:dkey-154b15.1","Hypoxia-inducible factor 1-alpha","A0A0R4ITG3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R6P4","hif1a","F1R6P4","hif1ab","mipepa","Hypoxia-inducible factor 1-alpha","F1R6P4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RD59","hif1a","F1RD59","hif1ab","rab5if","Hypoxia-inducible factor 1-alpha","F1RD59","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WG31","hif1a","X1WG31","hif1ab","fam117ba","Hypoxia-inducible factor 1-alpha","X1WG31","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0R8","hif1a","E7F0R8","hif1ab","si:dkey-32e23.6","Hypoxia-inducible factor 1-alpha","E7F0R8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WW45","hif1a","A5WW45","hif1ab","si:ch73-103b9.2","Hypoxia-inducible factor 1-alpha","A5WW45","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8QFM3","hif1a","fz7b","hif1ab","fzd7b","Hypoxia-inducible factor 1-alpha","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PLA1","hif1a","tmem230","hif1ab","rab39ba","Hypoxia-inducible factor 1-alpha","RAB39B, member RAS oncogene family (Zgc:165464 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q992","hif1a","F1Q992","hif1ab","sptlc2b","Hypoxia-inducible factor 1-alpha","F1Q992","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5U5","hif1a","E7F5U5","hif1ab","-","Hypoxia-inducible factor 1-alpha","E7F5U5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QBZ9","hif1a","F1QBZ9","hif1ab","megf8","Hypoxia-inducible factor 1-alpha","F1QBZ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2L8H6","hif1a","A0A0G2L8H6","hif1ab","LOC100150619","Hypoxia-inducible factor 1-alpha","A0A0G2L8H6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CF00","hif1a","A2CF00","hif1ab","shisa2a","Hypoxia-inducible factor 1-alpha","A2CF00","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHK8","hif1a","Q6DHK8","hif1ab","slc10a7","Hypoxia-inducible factor 1-alpha","Q6DHK8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08BY9","hif1a","canx","hif1ab","clgn","Hypoxia-inducible factor 1-alpha","Calmegin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0N0","hif1a","cb314","hif1ab","lrrc17","Hypoxia-inducible factor 1-alpha","Leucine-rich repeat-containing 17 (Leucine-rich repeat-containing protein 17 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCZ6","hif1a","E9QCZ6","hif1ab","atp6ap1lb","Hypoxia-inducible factor 1-alpha","E9QCZ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GDZ3","hif1a","R4GDZ3","hif1ab","gpr108","Hypoxia-inducible factor 1-alpha","R4GDZ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WUS3","hif1a","A5WUS3","hif1ab","-","Hypoxia-inducible factor 1-alpha","A5WUS3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GMJ3","hif1a","Q6GMJ3","hif1ab","mapre3b","Hypoxia-inducible factor 1-alpha","Q6GMJ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IXF6","hif1a","kat2a","hif1ab","kat2a","Hypoxia-inducible factor 1-alpha","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFN2","hif1a","F1QFN2","hif1ab","auts2b","Hypoxia-inducible factor 1-alpha","F1QFN2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IT74","hif1a","si:ch211-234f14.1","hif1ab","cdk6","Hypoxia-inducible factor 1-alpha","Cyclin-dependent kinase 6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIN5","hif1a","F1QIN5","hif1ab","dixdc1a","Hypoxia-inducible factor 1-alpha","F1QIN5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDM1","hif1a","F1QDM1","hif1ab","atxn7l2a","Hypoxia-inducible factor 1-alpha","F1QDM1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AWR7","hif1a","Q8AWR7","hif1ab","smad7","Hypoxia-inducible factor 1-alpha","Q8AWR7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KPX4","hif1a","CHUNP6885","hif1ab","ppp1r10","Hypoxia-inducible factor 1-alpha","Serine/threonine-protein phosphatase 1 regulatory subunit 10 (MHC class I region proline-rich protein CAT53)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDD7","hif1a","F1RDD7","hif1ab","sms","Hypoxia-inducible factor 1-alpha","F1RDD7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WWD2","hif1a","A5WWD2","hif1ab","elac1","Hypoxia-inducible factor 1-alpha","A5WWD2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IK82","hif1a","A0A0R4IK82","hif1ab","si:ch211-233m11.2","Hypoxia-inducible factor 1-alpha","A0A0R4IK82","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZTU4","hif1a","Q7ZTU4","hif1ab","pafah1b3","Hypoxia-inducible factor 1-alpha","Q7ZTU4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3ISD8","hif1a","I3ISD8","hif1ab","ahdc1","Hypoxia-inducible factor 1-alpha","I3ISD8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6PDV8","hif1a","TR4","hif1ab","nr2c2","Hypoxia-inducible factor 1-alpha","Nuclear receptor subfamily 2 group C member 2 (Nuclear receptor subfamily 2, group C, member 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSC3","hif1a","Growth factor receptor-bound protein 10 isoform X2","hif1ab","grb10b","Hypoxia-inducible factor 1-alpha","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CEN0","hif1a","A2CEN0","hif1ab","fibpa","Hypoxia-inducible factor 1-alpha","A2CEN0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4FVK4","hif1a","rab8","hif1ab","rab8a","Hypoxia-inducible factor 1-alpha","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDF0","hif1a","F1RDF0","hif1ab","tada3l","Hypoxia-inducible factor 1-alpha","F1RDF0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q864","hif1a","F1Q864","hif1ab","polr2m","Hypoxia-inducible factor 1-alpha","F1Q864","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DFT2","hif1a","B3DFT2","hif1ab","bbs1","Hypoxia-inducible factor 1-alpha","B3DFT2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JLR1","hif1a","wu:fb70d03","hif1ab","pdcd6ip","Hypoxia-inducible factor 1-alpha","Programmed cell death 6-interacting protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F226","hif1a","E7F226","hif1ab","rerea","Hypoxia-inducible factor 1-alpha","E7F226","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WED3","hif1a","H0WED3","hif1ab","si:ch211-197k17.3","Hypoxia-inducible factor 1-alpha","H0WED3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08C96","hif1a","Q08C96","hif1ab","nt5dc2","Hypoxia-inducible factor 1-alpha","Q08C96","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QFL0","hif1a","E9QFL0","hif1ab","si:ch211-126i22.5","Hypoxia-inducible factor 1-alpha","E9QFL0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ITC8","hif1a","A0A0R4ITC8","hif1ab","spartb","Hypoxia-inducible factor 1-alpha","A0A0R4ITC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1Z7","hif1a","F1R1Z7","hif1ab","ptpn11b","Hypoxia-inducible factor 1-alpha","F1R1Z7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QD70","hif1a","A0A2R8QD70","hif1ab","ggcx","Hypoxia-inducible factor 1-alpha","A0A2R8QD70","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q566U7","hif1a","Q566U7","hif1ab","stard4","Hypoxia-inducible factor 1-alpha","Q566U7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q8S1","hif1a","wu:fa04e08","hif1ab","kras","Hypoxia-inducible factor 1-alpha","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IV01","hif1a","A0A0R4IV01","hif1ab","rps6kc1","Hypoxia-inducible factor 1-alpha","A0A0R4IV01","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QPP5","hif1a","F1QPP5","hif1ab","pcid2","Hypoxia-inducible factor 1-alpha","F1QPP5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IMW2","hif1a","A0A0R4IMW2","hif1ab","mettl23","Hypoxia-inducible factor 1-alpha","A0A0R4IMW2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IZ99","hif1a","A0A0R4IZ99","hif1ab","afmid","Hypoxia-inducible factor 1-alpha","A0A0R4IZ99","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9DF41","hif1a","wu:fc30a03","hif1ab","her9","Hypoxia-inducible factor 1-alpha","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4JYQ0","hif1a","cb549","hif1ab","cntfr","Hypoxia-inducible factor 1-alpha","Ciliary neurotrophic factor receptor (Cntfr)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F340","hif1a","E7F340","hif1ab","slc19a2","Hypoxia-inducible factor 1-alpha","E7F340","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCH6","hif1a","E9QCH6","hif1ab","acbd5a","Hypoxia-inducible factor 1-alpha","E9QCH6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FEK3","hif1a","E7FEK3","hif1ab","fam118b","Hypoxia-inducible factor 1-alpha","E7FEK3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F318","hif1a","E7F318","hif1ab","eef2k","Hypoxia-inducible factor 1-alpha","E7F318","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LXC9","hif1a","ints3","hif1ab","ints3","Hypoxia-inducible factor 1-alpha","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KVT3","hif1a","A0A0G2KVT3","hif1ab","LOC100330644","Hypoxia-inducible factor 1-alpha","A0A0G2KVT3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q0P3Y5","hif1a","Q0P3Y5","hif1ab","ccdc126","Hypoxia-inducible factor 1-alpha","Q0P3Y5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHK7","hif1a","F1QHK7","hif1ab","ankrd10a","Hypoxia-inducible factor 1-alpha","F1QHK7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W3J1","hif1a","F8W3J1","hif1ab","nexmifa","Hypoxia-inducible factor 1-alpha","F8W3J1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4M0","hif1a","F1R4M0","hif1ab","si:ch1073-157b13.1","Hypoxia-inducible factor 1-alpha","F1R4M0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DG88","hif1a","Q6DG88","hif1ab","atg4b","Hypoxia-inducible factor 1-alpha","Q6DG88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RGI5","hif1a","Q5RGI5","hif1ab","ppp6r2a","Hypoxia-inducible factor 1-alpha","Q5RGI5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RE28","hif1a","F1RE28","hif1ab","mtrr","Hypoxia-inducible factor 1-alpha","F1RE28","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IWM7","hif1a","A0A0R4IWM7","hif1ab","dmxl2","Hypoxia-inducible factor 1-alpha","A0A0R4IWM7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803H1","hif1a","rnpc2","hif1ab","rbm39a","Hypoxia-inducible factor 1-alpha","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3L3","hif1a","Q6P3L3","hif1ab","hspa5","Hypoxia-inducible factor 1-alpha","Q6P3L3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFJ6","hif1a","F1QFJ6","hif1ab","anks3","Hypoxia-inducible factor 1-alpha","F1QFJ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F2P7","hif1a","E7F2P7","hif1ab","fbxo38","Hypoxia-inducible factor 1-alpha","E7F2P7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WDM3","hif1a","X1WDM3","hif1ab","pias1b","Hypoxia-inducible factor 1-alpha","X1WDM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NVI6","hif1a","unm_tf212","hif1ab","cct5","Hypoxia-inducible factor 1-alpha","T-complex protein 1 subunit epsilon (CCT-epsilon)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q736","hif1a","F1Q736","hif1ab","inpp4b","Hypoxia-inducible factor 1-alpha","F1Q736","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVR4","hif1a","F1QVR4","hif1ab","nrip1b","Hypoxia-inducible factor 1-alpha","F1QVR4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IT69","hif1a","A0A0R4IT69","hif1ab","dctn4","Hypoxia-inducible factor 1-alpha","A0A0R4IT69","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUD0","hif1a","si:dkey-192l17.2","hif1ab","ifrd1","Hypoxia-inducible factor 1-alpha","Interferon-related developmental regulator 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q801V3","hif1a","azin1","hif1ab","azin1b","Hypoxia-inducible factor 1-alpha","Antizyme inhibitor 1b","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZJ5","hif1a","E7EZJ5","hif1ab","yme1l1a","Hypoxia-inducible factor 1-alpha","E7EZJ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S8G9","hif1a","B0S8G9","hif1ab","znf414","Hypoxia-inducible factor 1-alpha","B0S8G9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IT29","hif1a","I3IT29","hif1ab","si:dkey-151m15.5","Hypoxia-inducible factor 1-alpha","I3IT29","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVT2","hif1a","pkm2a","hif1ab","pkma","Hypoxia-inducible factor 1-alpha","Pyruvate kinase (EC 2.7.1.40)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQV2","hif1a","A3KQV2","hif1ab","brox","Hypoxia-inducible factor 1-alpha","A3KQV2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZW44","hif1a","zgc:55292","hif1ab","chtopa","Hypoxia-inducible factor 1-alpha","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJL3","hif1a","F1QJL3","hif1ab","qsox2","Hypoxia-inducible factor 1-alpha","F1QJL3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IPJ6","hif1a","A0A0R4IPJ6","hif1ab","si:ch211-196l7.4","Hypoxia-inducible factor 1-alpha","A0A0R4IPJ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QII6","hif1a","E9QII6","hif1ab","igsf9bb","Hypoxia-inducible factor 1-alpha","E9QII6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IWL6","hif1a","fb96a03","hif1ab","pum1","Hypoxia-inducible factor 1-alpha","Pumilio homolog 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QKJ7","hif1a","A0A2R8QKJ7","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A2R8QKJ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S776","hif1a","Cysteine-serine-rich nuclear protein 1a","hif1ab","csrnp1a","Hypoxia-inducible factor 1-alpha","Cysteine-serine-rich nuclear protein 1a (Cysteine/serine-rich nuclear protein 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NUY2","hif1a","Q6NUY2","hif1ab","tmem37","Hypoxia-inducible factor 1-alpha","Q6NUY2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RD31","hif1a","F1RD31","hif1ab","si:ch211-113e8.3","Hypoxia-inducible factor 1-alpha","F1RD31","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QD93","hif1a","fj46e08","hif1ab","ppp3ca","Hypoxia-inducible factor 1-alpha","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q929","hif1a","Potassium voltage-gated channel subfamily A member 4","hif1ab","kcna4","Hypoxia-inducible factor 1-alpha","Potassium voltage-gated channel subfamily A member 4 (Voltage-gated potassium channel subunit Kv1.4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXW8","hif1a","E7EXW8","hif1ab","glg1a","Hypoxia-inducible factor 1-alpha","E7EXW8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2AWA1","hif1a","ddx39a","hif1ab","ddx39aa","Hypoxia-inducible factor 1-alpha","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FDV9","hif1a","cars","hif1ab","cars1","Hypoxia-inducible factor 1-alpha","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q740","hif1a","F1Q740","hif1ab","vars1","Hypoxia-inducible factor 1-alpha","F1Q740","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YI02","hif1a","Q9YI02","hif1ab","skib","Hypoxia-inducible factor 1-alpha","Q9YI02","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PHD4","hif1a","Q6PHD4","hif1ab","larp6a","Hypoxia-inducible factor 1-alpha","Q6PHD4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QCV9","hif1a","F1QCV9","hif1ab","mvb12ba","Hypoxia-inducible factor 1-alpha","F1QCV9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1X4","hif1a","F1R1X4","hif1ab","atp13a1","Hypoxia-inducible factor 1-alpha","F1R1X4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JIZ3","hif1a","Cone-rod homeobox","hif1ab","crx","Hypoxia-inducible factor 1-alpha","Cone-rod homeobox (Crx protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IGG3","hif1a","A0A0R4IGG3","hif1ab","tpi1b","Hypoxia-inducible factor 1-alpha","A0A0R4IGG3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F7B3","hif1a","E7F7B3","hif1ab","slc16a1a","Hypoxia-inducible factor 1-alpha","E7F7B3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXV9","hif1a","E7EXV9","hif1ab","pde1cb","Hypoxia-inducible factor 1-alpha","E7EXV9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQF0","hif1a","A3KQF0","hif1ab","uprt","Hypoxia-inducible factor 1-alpha","A3KQF0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FEG7","hif1a","E7FEG7","hif1ab","hsbp1l1","Hypoxia-inducible factor 1-alpha","E7FEG7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PE26","hif1a","calr","hif1ab","calr3a","Hypoxia-inducible factor 1-alpha","Calreticulin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4QRF4","hif1a","; ;","hif1ab","-","Hypoxia-inducible factor 1-alpha","Histone H3.2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P5I8","hif1a","Q6P5I8","hif1ab","yipf5","Hypoxia-inducible factor 1-alpha","Q6P5I8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1MTI4","hif1a","tpi1a","hif1ab","tpi1a","Hypoxia-inducible factor 1-alpha","Triosephosphate isomerase A (TIM-A) (EC 5.3.1.1) (Methylglyoxal synthase A) (EC 4.2.3.3) (Triose-phosphate isomerase A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LYB6","hif1a","Q1LYB6","hif1ab","atp5if1b","Hypoxia-inducible factor 1-alpha","Q1LYB6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L8Q9","hif1a","Q1L8Q9","hif1ab","si:dkey-284p5.3","Hypoxia-inducible factor 1-alpha","Q1L8Q9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3I6","hif1a","Q6P3I6","hif1ab","ctdsp2","Hypoxia-inducible factor 1-alpha","Q6P3I6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","G1K2H7","hif1a","G1K2H7","hif1ab","rab4b","Hypoxia-inducible factor 1-alpha","G1K2H7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0AUR5","hif1a","A0AUR5","hif1ab","mindy3","Hypoxia-inducible factor 1-alpha","A0AUR5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RFW3","hif1a","Q5RFW3","hif1ab","nup43","Hypoxia-inducible factor 1-alpha","Q5RFW3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGI3","hif1a","Ribosomal protein L23a","hif1ab","rpl23a","Hypoxia-inducible factor 1-alpha","Ribosomal protein L23a","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QCW3","hif1a","F1QCW3","hif1ab","si:ch211-107o10.3","Hypoxia-inducible factor 1-alpha","F1QCW3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYZ0","hif1a","Q6NYZ0","hif1ab","dnajb11","Hypoxia-inducible factor 1-alpha","Q6NYZ0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P5K1","hif1a","arl4a","hif1ab","arl4aa","Hypoxia-inducible factor 1-alpha","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RIH3","hif1a","Q5RIH3","hif1ab","zbtb25","Hypoxia-inducible factor 1-alpha","Q5RIH3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DK16","hif1a","pcgf5a","hif1ab","pcgf5a","Hypoxia-inducible factor 1-alpha","Polycomb group RING finger protein 5-A","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJX9","hif1a","F1QJX9","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QJX9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QAD9","hif1a","A0A2R8QAD9","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A2R8QAD9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9I9","hif1a","F1R9I9","hif1ab","cyth1b","Hypoxia-inducible factor 1-alpha","F1R9I9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FDE8","hif1a","E7FDE8","hif1ab","si:ch1073-174d20.1","Hypoxia-inducible factor 1-alpha","E7FDE8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B5DDZ2","hif1a","Protein DBF4 homolog A","hif1ab","dbf4","Hypoxia-inducible factor 1-alpha","Protein DBF4 homolog A","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGW7","hif1a","F1QGW7","hif1ab","tbc1d15","Hypoxia-inducible factor 1-alpha","F1QGW7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUQ0","hif1a","jmjd2b","hif1ab","kdm4b","Hypoxia-inducible factor 1-alpha","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R5H6","hif1a","brd4","hif1ab","brd4","Hypoxia-inducible factor 1-alpha","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QEE6","hif1a","E9QEE6","hif1ab","tep1","Hypoxia-inducible factor 1-alpha","E9QEE6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","G1K2I1","hif1a","G1K2I1","hif1ab","kdm5bb","Hypoxia-inducible factor 1-alpha","G1K2I1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286Y9N9","hif1a","A0A286Y9N9","hif1ab","snap91b","Hypoxia-inducible factor 1-alpha","A0A286Y9N9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R180","hif1a","F1R180","hif1ab","fam110b","Hypoxia-inducible factor 1-alpha","F1R180","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TGT9","hif1a","Q6TGT9","hif1ab","srsf5a","Hypoxia-inducible factor 1-alpha","Q6TGT9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F8Q2","hif1a","E7F8Q2","hif1ab","znf526","Hypoxia-inducible factor 1-alpha","E7F8Q2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QC56","hif1a","F1QC56","hif1ab","adoa","Hypoxia-inducible factor 1-alpha","F1QC56","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q8A6","hif1a","A0A2R8Q8A6","hif1ab","bcl11ba","Hypoxia-inducible factor 1-alpha","A0A2R8Q8A6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RIX0","hif1a","Q5RIX0","hif1ab","akap7","Hypoxia-inducible factor 1-alpha","Q5RIX0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5P0","hif1a","F-box only protein 31 isoform X1","hif1ab","fbxo31","Hypoxia-inducible factor 1-alpha","F-box only protein 31 isoform X1 (F-box protein 31)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R483","hif1a","F1R483","hif1ab","hprt1l","Hypoxia-inducible factor 1-alpha","F1R483","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LXB0","hif1a","Q1LXB0","hif1ab","si:dkey-42i9.4","Hypoxia-inducible factor 1-alpha","Q1LXB0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q68EH4","hif1a","Blimp-1","hif1ab","prdm1a","Hypoxia-inducible factor 1-alpha","PR domain zinc finger protein 1 (EC 2.1.1.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QCU5","hif1a","F1QCU5","hif1ab","cep63","Hypoxia-inducible factor 1-alpha","F1QCU5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBN6","hif1a","ihpk2","hif1ab","ip6k2a","Hypoxia-inducible factor 1-alpha","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKJ1","hif1a","F1QKJ1","hif1ab","panx2","Hypoxia-inducible factor 1-alpha","F1QKJ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F602","hif1a","fc22c09","hif1ab","med16","Hypoxia-inducible factor 1-alpha","Mediator of RNA polymerase II transcription subunit 16 (Mediator complex subunit 16)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QG82","hif1a","F1QG82","hif1ab","kpna2","Hypoxia-inducible factor 1-alpha","F1QG82","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZV6","hif1a","im:7159577","hif1ab","sun1","Hypoxia-inducible factor 1-alpha","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZUN7","hif1a","fb37h03","hif1ab","ckmt1","Hypoxia-inducible factor 1-alpha","Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Ubiquitous mitochondrial creatine kinase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R474","hif1a","zgc:77165","hif1ab","rad51d","Hypoxia-inducible factor 1-alpha","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q504I6","hif1a","ik:tdsubc_2g1","hif1ab","rpa2","Hypoxia-inducible factor 1-alpha","Replication factor A protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LYA2","hif1a","Q1LYA2","hif1ab","tp53i11b","Hypoxia-inducible factor 1-alpha","Q1LYA2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QC01","hif1a","A0A2R8QC01","hif1ab","etv5b","Hypoxia-inducible factor 1-alpha","A0A2R8QC01","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R6I1","hif1a","Cytochrome c oxidase subunit 4","hif1ab","cox4i1l","Hypoxia-inducible factor 1-alpha","Cytochrome c oxidase subunit 4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A6A1","hif1a","B8A6A1","hif1ab","eif4e1c","Hypoxia-inducible factor 1-alpha","B8A6A1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08BD2","hif1a","Q08BD2","hif1ab","pgap4","Hypoxia-inducible factor 1-alpha","Q08BD2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BLG4","hif1a","Q5BLG4","hif1ab","zdhhc2","Hypoxia-inducible factor 1-alpha","Q5BLG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QQ41","hif1a","A0A2R8QQ41","hif1ab","kdm5ba","Hypoxia-inducible factor 1-alpha","A0A2R8QQ41","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q68EG5","hif1a","grb10","hif1ab","grb10a","Hypoxia-inducible factor 1-alpha","Grb10 protein (Growth factor receptor-bound protein 10)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286YB14","hif1a","A0A286YB14","hif1ab","trim3b","Hypoxia-inducible factor 1-alpha","A0A286YB14","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5CZW2","hif1a","im:6911242","hif1ab","upp1","Hypoxia-inducible factor 1-alpha","Uridine phosphorylase (EC 2.4.2.3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIF4","hif1a","E9QIF4","hif1ab","fam221a","Hypoxia-inducible factor 1-alpha","E9QIF4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFE6","hif1a","F1QFE6","hif1ab","iffo1a","Hypoxia-inducible factor 1-alpha","F1QFE6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QD61","hif1a","F1QD61","hif1ab","mtrex","Hypoxia-inducible factor 1-alpha","F1QD61","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L9A3","hif1a","Q1L9A3","hif1ab","ppp1r13l","Hypoxia-inducible factor 1-alpha","Q1L9A3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IT10","hif1a","I3IT10","hif1ab","onecut2","Hypoxia-inducible factor 1-alpha","I3IT10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W5S7","hif1a","F8W5S7","hif1ab","egln3","Hypoxia-inducible factor 1-alpha","F8W5S7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3G3","hif1a","Q6P3G3","hif1ab","ubxn7","Hypoxia-inducible factor 1-alpha","Q6P3G3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PH06","hif1a","wu:fj60e01","hif1ab","crkl","Hypoxia-inducible factor 1-alpha","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZUP0","hif1a","anp32a","hif1ab","anp32a","Hypoxia-inducible factor 1-alpha","Acidic leucine-rich nuclear phosphoprotein 32 family member A","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0JMK9","hif1a","chaf1a","hif1ab","chaf1a","Hypoxia-inducible factor 1-alpha","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6IQT7","hif1a","cdkn1c","hif1ab","cdkn1ca","Hypoxia-inducible factor 1-alpha","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9I4","hif1a","A0A0R4I9I4","hif1ab","mnta","Hypoxia-inducible factor 1-alpha","A0A0R4I9I4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0J6","hif1a","E7F0J6","hif1ab","kdm2ab","Hypoxia-inducible factor 1-alpha","E7F0J6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4INF0","hif1a","A0A0R4INF0","hif1ab","zbtb4","Hypoxia-inducible factor 1-alpha","A0A0R4INF0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFV2","hif1a","F1QFV2","hif1ab","hnrnpa1b","Hypoxia-inducible factor 1-alpha","F1QFV2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q3B7R0","hif1a","fb80h03","hif1ab","cyc1","Hypoxia-inducible factor 1-alpha","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QHS8","hif1a","E9QHS8","hif1ab","phf20l1","Hypoxia-inducible factor 1-alpha","E9QHS8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CE48","hif1a","A2CE48","hif1ab","pias2","Hypoxia-inducible factor 1-alpha","A2CE48","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TNW3","hif1a","ABCE1","hif1ab","abce1","Hypoxia-inducible factor 1-alpha","ATP-binding cassette sub-family E member 1 (ATP-binding cassette, sub-family E (OABP), member 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PI20","hif1a","h3f3a; h3f3b.1; h3-5; h3f3d","hif1ab","h3f3a;h3f3b.1;h3-5;h3f3d","Hypoxia-inducible factor 1-alpha","Histone H3.3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3ITM8","hif1a","Wiskott-Aldrich syndrome protein family member","hif1ab","si:ch73-362m14.4","Hypoxia-inducible factor 1-alpha","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IV16","hif1a","A0A0R4IV16","hif1ab","ifrd2","Hypoxia-inducible factor 1-alpha","A0A0R4IV16","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R869","hif1a","Nuclear receptor coactivator 6","hif1ab","ncoa6","Hypoxia-inducible factor 1-alpha","Nuclear receptor coactivator 6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5M3","hif1a","E7F5M3","hif1ab","mars2","Hypoxia-inducible factor 1-alpha","E7F5M3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NVV4","hif1a","F6NVV4","hif1ab","dnttip2","Hypoxia-inducible factor 1-alpha","F6NVV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5CZU4","hif1a","Q5CZU4","hif1ab","tp53i11a","Hypoxia-inducible factor 1-alpha","Q5CZU4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QN93","hif1a","F1QN93","hif1ab","nrp2a","Hypoxia-inducible factor 1-alpha","F1QN93","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NV44","hif1a","Frizzled class receptor 7a","hif1ab","fzd7a","Hypoxia-inducible factor 1-alpha","Frizzled class receptor 7a (Frizzled homolog 7a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RHB8","hif1a","Q5RHB8","hif1ab","bcat1","Hypoxia-inducible factor 1-alpha","Q5RHB8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXR8","hif1a","si:dkey-85p17.3","hif1ab","si:dkey-85p17.3","Hypoxia-inducible factor 1-alpha","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E7A9","hif1a","wu:fi22b08","hif1ab","-","Hypoxia-inducible factor 1-alpha","Krueppel-like factor 16 (Zgc:153115)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q32SK9","hif1a","Netrin-1","hif1ab","ntn2","Hypoxia-inducible factor 1-alpha","Netrin-1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RWC3","hif1a","A0A2R8RWC3","hif1ab","oga","Hypoxia-inducible factor 1-alpha","A0A2R8RWC3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMX0","hif1a","fi76d06","hif1ab","vcam1b","Hypoxia-inducible factor 1-alpha","Vascular cell adhesion molecule 1b (Vascular cell adhesion protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WGF8","hif1a","X1WGF8","hif1ab","galnt16","Hypoxia-inducible factor 1-alpha","X1WGF8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F1H9","hif1a","ythdf2","hif1ab","ythdf2","Hypoxia-inducible factor 1-alpha","YTH domain-containing family protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QBS1","hif1a","hm:zeh0176","hif1ab","si:dkey-156n14.5","Hypoxia-inducible factor 1-alpha","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66IE4","hif1a","Q66IE4","hif1ab","tmem237b","Hypoxia-inducible factor 1-alpha","Q66IE4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KGZ6","hif1a","ppp3cc","hif1ab","ppp3cca","Hypoxia-inducible factor 1-alpha","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WD72","hif1a","X1WD72","hif1ab","si:ch211-15d5.11","Hypoxia-inducible factor 1-alpha","X1WD72","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QB32","hif1a","procollagen-proline 3-dioxygenase","hif1ab","p3h3","Hypoxia-inducible factor 1-alpha","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KNL9","hif1a","A3KNL9","hif1ab","nudt6","Hypoxia-inducible factor 1-alpha","A3KNL9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKW1","hif1a","F1QKW1","hif1ab","zmat1","Hypoxia-inducible factor 1-alpha","F1QKW1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJ49","hif1a","F1QJ49","hif1ab","prkag2a","Hypoxia-inducible factor 1-alpha","F1QJ49","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BLF0","hif1a","nmd3","hif1ab","nmd3","Hypoxia-inducible factor 1-alpha","60S ribosomal export protein NMD3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CEC6","hif1a","A2CEC6","hif1ab","dipk2aa","Hypoxia-inducible factor 1-alpha","A2CEC6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGA7","hif1a","Q6DGA7","hif1ab","cybc1","Hypoxia-inducible factor 1-alpha","Q6DGA7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RHD1","hif1a","Q5RHD1","hif1ab","kdm7a","Hypoxia-inducible factor 1-alpha","Q5RHD1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIT7","hif1a","F1QIT7","hif1ab","cmss1","Hypoxia-inducible factor 1-alpha","F1QIT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LGC0","hif1a","A0A140LGC0","hif1ab","cfap410","Hypoxia-inducible factor 1-alpha","A0A140LGC0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JMY3","hif1a","B8JMY3","hif1ab","nsmce4a","Hypoxia-inducible factor 1-alpha","B8JMY3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KCN9","hif1a","A0A0G2KCN9","hif1ab","ehmt2","Hypoxia-inducible factor 1-alpha","A0A0G2KCN9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAA4","hif1a","E7FAA4","hif1ab","fam13a","Hypoxia-inducible factor 1-alpha","E7FAA4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R0D7","hif1a","coro1ca","hif1ab","coro1ca","Hypoxia-inducible factor 1-alpha","Coronin-1C-A","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R3D3","hif1a","F1R3D3","hif1ab","gapdhs","Hypoxia-inducible factor 1-alpha","F1R3D3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JIG4","hif1a","B8JIG4","hif1ab","ufsp2","Hypoxia-inducible factor 1-alpha","B8JIG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBR1","hif1a","sphingomyelin phosphodiesterase","hif1ab","smpd2b","Hypoxia-inducible factor 1-alpha","sphingomyelin phosphodiesterase (EC 3.1.4.12)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5J7","hif1a","F1Q5J7","hif1ab","selenon","Hypoxia-inducible factor 1-alpha","F1Q5J7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QME8","hif1a","F1QME8","hif1ab","slx4ip","Hypoxia-inducible factor 1-alpha","F1QME8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WGV5","hif1a","X1WGV5","hif1ab","ccdc32","Hypoxia-inducible factor 1-alpha","X1WGV5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVL5","hif1a","zgc:55929","hif1ab","serpine2","Hypoxia-inducible factor 1-alpha","Glia-derived nexin precursor (Serine (Or cysteine) proteinase inhibitor, clade E (Nexin, plasminogen activator inhibitor type 1), member 2) (Serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2) (Serpine2 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QUQ1","hif1a","rgs9","hif1ab","rgs9a","Hypoxia-inducible factor 1-alpha","Regulator of G protein-signaling 9a (Regulator of G-protein signaling 9)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RIC3","hif1a","Q5RIC3","hif1ab","znf395b","Hypoxia-inducible factor 1-alpha","Q5RIC3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JHE0","hif1a","CHUNP6894","hif1ab","csnk1a1","Hypoxia-inducible factor 1-alpha","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QD25","hif1a","F1QD25","hif1ab","mdm4","Hypoxia-inducible factor 1-alpha","F1QD25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5U3D2","hif1a","Q5U3D2","hif1ab","eif4ebp3","Hypoxia-inducible factor 1-alpha","Q5U3D2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZD1","hif1a","E7EZD1","hif1ab","nbeaa","Hypoxia-inducible factor 1-alpha","E7EZD1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDZ6","hif1a","F1RDZ6","hif1ab","glra4a","Hypoxia-inducible factor 1-alpha","F1RDZ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q7R3","hif1a","A0A2R8Q7R3","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A2R8Q7R3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S620","hif1a","B0S620","hif1ab","nrbp2a","Hypoxia-inducible factor 1-alpha","B0S620","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F3X8","hif1a","E7F3X8","hif1ab","tex2l","Hypoxia-inducible factor 1-alpha","E7F3X8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R754","hif1a","F1R754","hif1ab","pard6b","Hypoxia-inducible factor 1-alpha","F1R754","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QMV4","hif1a","F1QMV4","hif1ab","gpsm1b","Hypoxia-inducible factor 1-alpha","F1QMV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ISM7","hif1a","A0A0R4ISM7","hif1ab","palm2akap2","Hypoxia-inducible factor 1-alpha","A0A0R4ISM7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EYA8","hif1a","E7EYA8","hif1ab","fubp3","Hypoxia-inducible factor 1-alpha","E7EYA8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7J9","hif1a","F1Q7J9","hif1ab","tbc1d9","Hypoxia-inducible factor 1-alpha","F1Q7J9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4VSN1","hif1a","Q4VSN1","hif1ab","dstyk","Hypoxia-inducible factor 1-alpha","Q4VSN1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IKV3","hif1a","nadkd1","hif1ab","nadk2","Hypoxia-inducible factor 1-alpha","NAD kinase 2, mitochondrial (EC 2.7.1.23) (NAD kinase domain-containing protein 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WG57","hif1a","X1WG57","hif1ab","ep300b","Hypoxia-inducible factor 1-alpha","X1WG57","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1Q6","hif1a","F1R1Q6","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R1Q6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TNS7","hif1a","Q6TNS7","hif1ab","rabl3","Hypoxia-inducible factor 1-alpha","Q6TNS7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RJ41","hif1a","Q5RJ41","hif1ab","si:ch211-57i17.1","Hypoxia-inducible factor 1-alpha","Q5RJ41","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NY29","hif1a","Q6NY29","hif1ab","max","Hypoxia-inducible factor 1-alpha","Q6NY29","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DI17","hif1a","Q6DI17","hif1ab","gpm6ab","Hypoxia-inducible factor 1-alpha","Q6DI17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R9YJI0","hif1a","A0A2R9YJI0","hif1ab","rab34b","Hypoxia-inducible factor 1-alpha","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A7YT47","hif1a","hadha","hif1ab","hadhaa","Hypoxia-inducible factor 1-alpha","enoyl-CoA hydratase (EC 4.2.1.17)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QQX8","hif1a","A0A2R8QQX8","hif1ab","tor4ab","Hypoxia-inducible factor 1-alpha","A0A2R8QQX8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FF26","hif1a","E7FF26","hif1ab","esyt2a","Hypoxia-inducible factor 1-alpha","E7FF26","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5PRD4","hif1a","csnk1g1","hif1ab","csnk1g1","Hypoxia-inducible factor 1-alpha","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F3W9","hif1a","E7F3W9","hif1ab","lin28b","Hypoxia-inducible factor 1-alpha","E7F3W9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R543","hif1a","pom121","hif1ab","-","Hypoxia-inducible factor 1-alpha","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PN55","hif1a","zgc:100941","hif1ab","me2","Hypoxia-inducible factor 1-alpha","Malic enzyme","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R319","hif1a","F1R319","hif1ab","slc25a11","Hypoxia-inducible factor 1-alpha","F1R319","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WH58","hif1a","X1WH58","hif1ab","znf1035","Hypoxia-inducible factor 1-alpha","X1WH58","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8F1","hif1a","F1R8F1","hif1ab","dolk","Hypoxia-inducible factor 1-alpha","F1R8F1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F6Z4","hif1a","F-box and leucine-rich repeat protein 3,-like","hif1ab","fbxl3l","Hypoxia-inducible factor 1-alpha","F-box and leucine-rich repeat protein 3,-like (F-box/LRR-repeat protein 3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YH90","hif1a","cldng","hif1ab","cldng","Hypoxia-inducible factor 1-alpha","Claudin-like protein ZF-A9 (Claudin g)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QJ40","hif1a","E9QJ40","hif1ab","fam120c","Hypoxia-inducible factor 1-alpha","E9QJ40","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8PXT7","hif1a","A0A2R8PXT7","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F1Y0","hif1a","E7F1Y0","hif1ab","si:ch211-278a6.1","Hypoxia-inducible factor 1-alpha","E7F1Y0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1JPT8","hif1a","Q1JPT8","hif1ab","clybl","Hypoxia-inducible factor 1-alpha","Q1JPT8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P124","hif1a","Q6P124","hif1ab","g3bp1","Hypoxia-inducible factor 1-alpha","Q6P124","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5H9","hif1a","frs2","hif1ab","frs2b","Hypoxia-inducible factor 1-alpha","Fibroblast growth factor receptor substrate 2b","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F169","hif1a","E7F169","hif1ab","ppp3cb","Hypoxia-inducible factor 1-alpha","E7F169","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503U1","hif1a","Q503U1","hif1ab","lyrm5a","Hypoxia-inducible factor 1-alpha","Q503U1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FG09","hif1a","LOC100331694","hif1ab","LOC100331694","Hypoxia-inducible factor 1-alpha","Bromo adjacent homology domain-containing 1 protein-like (Uncharacterized protein LOC100331694 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJ35","hif1a","F1QJ35","hif1ab","nrbp2b","Hypoxia-inducible factor 1-alpha","F1QJ35","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QI34","hif1a","F1QI34","hif1ab","dtx4a","Hypoxia-inducible factor 1-alpha","F1QI34","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXP5","hif1a","E7EXP5","hif1ab","lrrc75bb","Hypoxia-inducible factor 1-alpha","E7EXP5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHQ0","hif1a","Q6DHQ0","hif1ab","cdk2ap2","Hypoxia-inducible factor 1-alpha","Q6DHQ0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8DZG3","hif1a","A8DZG3","hif1ab","phactr3b","Hypoxia-inducible factor 1-alpha","A8DZG3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHR3","hif1a","F1QHR3","hif1ab","uck1","Hypoxia-inducible factor 1-alpha","F1QHR3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QD11","hif1a","F1QD11","hif1ab","baz1a","Hypoxia-inducible factor 1-alpha","F1QD11","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q904","hif1a","A0A2R8Q904","hif1ab","arfgef1","Hypoxia-inducible factor 1-alpha","A0A2R8Q904","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8UVJ6","hif1a","vangl2","hif1ab","vangl2","Hypoxia-inducible factor 1-alpha","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QI21","hif1a","E9QI21","hif1ab","sh3tc2","Hypoxia-inducible factor 1-alpha","E9QI21","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QV78","hif1a","F1QV78","hif1ab","si:ch211-89o9.6","Hypoxia-inducible factor 1-alpha","F1QV78","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8PZ52","hif1a","A0A2R8PZ52","hif1ab","mgaa","Hypoxia-inducible factor 1-alpha","A0A2R8PZ52","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TNS2","hif1a","Q6TNS2","hif1ab","pak1ip1","Hypoxia-inducible factor 1-alpha","Q6TNS2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286Y918","hif1a","A0A286Y918","hif1ab","syt14b","Hypoxia-inducible factor 1-alpha","A0A286Y918","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PVK4","hif1a","ldhba","hif1ab","ldhba","Hypoxia-inducible factor 1-alpha","L-lactate dehydrogenase B-A chain (LDH-B-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AW58","hif1a","Q8AW58","hif1ab","g2e3","Hypoxia-inducible factor 1-alpha","Q8AW58","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZUJ1","hif1a","Q7ZUJ1","hif1ab","serp1","Hypoxia-inducible factor 1-alpha","Q7ZUJ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503S3","hif1a","Q503S3","hif1ab","golph3","Hypoxia-inducible factor 1-alpha","Q503S3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9DFH2","hif1a","jef","hif1ab","sox9a","Hypoxia-inducible factor 1-alpha","Transcription factor sox9a (SRY-box transcription factor 9a) (Transcription factor SOX-9)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QP54","hif1a","F1QP54","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QP54","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHM9","hif1a","rhoab","hif1ab","rhoab","Hypoxia-inducible factor 1-alpha","Rho-related GTP-binding protein RhoA-B","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F3H1","hif1a","E7F3H1","hif1ab","ctdspl3","Hypoxia-inducible factor 1-alpha","E7F3H1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QUV7","hif1a","F1QUV7","hif1ab","gars1","Hypoxia-inducible factor 1-alpha","F1QUV7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2YDS3","hif1a","Q2YDS3","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q2YDS3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JA68","hif1a","U3JA68","hif1ab","si:dkey-66i24.9","Hypoxia-inducible factor 1-alpha","U3JA68","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KNX7","hif1a","A0A0G2KNX7","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0G2KNX7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4V7","hif1a","F1Q4V7","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1Q4V7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q29R87","hif1a","Q29R87","hif1ab","ehf","Hypoxia-inducible factor 1-alpha","Q29R87","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIB2","hif1a","wu:fa99c02","hif1ab","cstf3","Hypoxia-inducible factor 1-alpha","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BJ11","hif1a","im:7138539","hif1ab","gnb2","Hypoxia-inducible factor 1-alpha","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVU9","hif1a","F1QVU9","hif1ab","angptl4","Hypoxia-inducible factor 1-alpha","F1QVU9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A4V9","hif1a","si:ch211-42i9.8","hif1ab","si:ch211-42i9.8","Hypoxia-inducible factor 1-alpha","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CEQ0","hif1a","A2CEQ0","hif1ab","slc25a25b","Hypoxia-inducible factor 1-alpha","A2CEQ0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4INS3","hif1a","A0A0R4INS3","hif1ab","amph","Hypoxia-inducible factor 1-alpha","A0A0R4INS3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGL9","hif1a","si:dkey-1f1.2","hif1ab","rpl38","Hypoxia-inducible factor 1-alpha","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IC10","hif1a","A0A0R4IC10","hif1ab","ctdspla","Hypoxia-inducible factor 1-alpha","A0A0R4IC10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDF8","hif1a","F1RDF8","hif1ab","cip2a","Hypoxia-inducible factor 1-alpha","F1RDF8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4X0","hif1a","F1Q4X0","hif1ab","dbpb","Hypoxia-inducible factor 1-alpha","F1Q4X0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ICZ3","hif1a","Enhancer of polycomb homolog","hif1ab","epc1a","Hypoxia-inducible factor 1-alpha","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5PRB1","hif1a","Q5PRB1","hif1ab","stk35l","Hypoxia-inducible factor 1-alpha","Q5PRB1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKA5","hif1a","F1QKA5","hif1ab","chchd7","Hypoxia-inducible factor 1-alpha","F1QKA5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NSN1","hif1a","Q6NSN1","hif1ab","lsm12b","Hypoxia-inducible factor 1-alpha","Q6NSN1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AV61","hif1a","insig1","hif1ab","insig1","Hypoxia-inducible factor 1-alpha","Insulin-induced gene 1 protein (INSIG-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8DZ53","hif1a","A8DZ53","hif1ab","cep126","Hypoxia-inducible factor 1-alpha","A8DZ53","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E7L6","hif1a","A8E7L6","hif1ab","nudcd1","Hypoxia-inducible factor 1-alpha","A8E7L6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QPD2","hif1a","F1QPD2","hif1ab","kdm4c","Hypoxia-inducible factor 1-alpha","F1QPD2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R0Q2","hif1a","B0R0Q2","hif1ab","igf1rb","Hypoxia-inducible factor 1-alpha","B0R0Q2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC68","hif1a","Q6PC68","hif1ab","atp6v1ba","Hypoxia-inducible factor 1-alpha","Q6PC68","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8WHX1","hif1a","A8WHX1","hif1ab","armc8","Hypoxia-inducible factor 1-alpha","A8WHX1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66JN9","hif1a","zgc:101062","hif1ab","nudt4b","Hypoxia-inducible factor 1-alpha","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7F8","hif1a","F1Q7F8","hif1ab","rbm4.2","Hypoxia-inducible factor 1-alpha","F1Q7F8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QBM2","hif1a","F1QBM2","hif1ab","pdcd4a","Hypoxia-inducible factor 1-alpha","F1QBM2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IB92","hif1a","A0A0R4IB92","hif1ab","trpm5","Hypoxia-inducible factor 1-alpha","A0A0R4IB92","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUE7","hif1a","si:ch211-218c6.5","hif1ab","chtf8","Hypoxia-inducible factor 1-alpha","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q24JV4","hif1a","Q24JV4","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q24JV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVE8","hif1a","sf3b3","hif1ab","sf3b3","Hypoxia-inducible factor 1-alpha","Splicing factor 3B subunit 3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WVU0","hif1a","tbl1xr1","hif1ab","tbl1xr1b","Hypoxia-inducible factor 1-alpha","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXM3","hif1a","E7EXM3","hif1ab","si:ch211-117c9.5","Hypoxia-inducible factor 1-alpha","E7EXM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZV82","hif1a","rpl27","hif1ab","rpl27","Hypoxia-inducible factor 1-alpha","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WEP4","hif1a","X1WEP4","hif1ab","si:ch211-157b11.12","Hypoxia-inducible factor 1-alpha","X1WEP4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8DZB8","hif1a","A8DZB8","hif1ab","znf1175","Hypoxia-inducible factor 1-alpha","A8DZB8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QUU3","hif1a","F1QUU3","hif1ab","aamp","Hypoxia-inducible factor 1-alpha","F1QUU3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QL05","hif1a","F1QL05","hif1ab","pcmtl","Hypoxia-inducible factor 1-alpha","F1QL05","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QST2","hif1a","F1QST2","hif1ab","arhgap21b","Hypoxia-inducible factor 1-alpha","F1QST2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0Z9","hif1a","im:7149072","hif1ab","itsn2b","Hypoxia-inducible factor 1-alpha","Intersectin 2b (Intersectin-2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WHP7","hif1a","X1WHP7","hif1ab","smco4","Hypoxia-inducible factor 1-alpha","X1WHP7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0C3","hif1a","si:dkey-25l11.3","hif1ab","grpel2","Hypoxia-inducible factor 1-alpha","GrpE protein homolog 2, mitochondrial (GrpE-like 2, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RN68","hif1a","A0A2R8RN68","hif1ab","p4ha1b","Hypoxia-inducible factor 1-alpha","A0A2R8RN68","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NMZ4","hif1a","F6NMZ4","hif1ab","si:dkeyp-113d7.10","Hypoxia-inducible factor 1-alpha","F6NMZ4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LFY6","hif1a","A0A140LFY6","hif1ab","si:dkey-97l20.6","Hypoxia-inducible factor 1-alpha","A0A140LFY6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9T5","hif1a","A0A0R4I9T5","hif1ab","si:zfos-943e10.1","Hypoxia-inducible factor 1-alpha","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6L0","hif1a","im:7158173","hif1ab","kdm5c","Hypoxia-inducible factor 1-alpha","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S7L1","hif1a","B0S7L1","hif1ab","wipi1","Hypoxia-inducible factor 1-alpha","B0S7L1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90259","hif1a","ascl1a","hif1ab","ascl1a","Hypoxia-inducible factor 1-alpha","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4II88","hif1a","A0A0R4II88","hif1ab","si:dkey-237j10.2","Hypoxia-inducible factor 1-alpha","A0A0R4II88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QX48","hif1a","F1QX48","hif1ab","tmem144b","Hypoxia-inducible factor 1-alpha","F1QX48","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B2KL77","hif1a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","hif1ab","smarcd3b","Hypoxia-inducible factor 1-alpha","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGJ6","hif1a","cb58","hif1ab","prdx2","Hypoxia-inducible factor 1-alpha","Peroxiredoxin-2 (EC 1.11.1.24) (Thioredoxin-dependent peroxiredoxin 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7F3","hif1a","F1Q7F3","hif1ab","pora","Hypoxia-inducible factor 1-alpha","F1Q7F3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PW77","hif1a","PBXA","hif1ab","pbx4","Hypoxia-inducible factor 1-alpha","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC54","hif1a","snap25b","hif1ab","snap25b","Hypoxia-inducible factor 1-alpha","Synaptosomal-associated protein 25-B (SNAP-B) (Synaptosome-associated protein 25.2) (SNAP-25.2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GDY2","hif1a","etaa1","hif1ab","etaa1","Hypoxia-inducible factor 1-alpha","ETAA1 activator of ATR kinase (Ewing's tumor-associated antigen 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FA88","hif1a","E7FA88","hif1ab","si:ch211-181d7.3","Hypoxia-inducible factor 1-alpha","E7FA88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEM0","hif1a","F1QEM0","hif1ab","cfap43","Hypoxia-inducible factor 1-alpha","F1QEM0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LWV0","hif1a","Q1LWV0","hif1ab","qpctla","Hypoxia-inducible factor 1-alpha","Q1LWV0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WEE0","hif1a","H0WEE0","hif1ab","phrf1","Hypoxia-inducible factor 1-alpha","H0WEE0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QB86","hif1a","E9QB86","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QB86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2L1F5","hif1a","A0A0G2L1F5","hif1ab","sptbn1","Hypoxia-inducible factor 1-alpha","A0A0G2L1F5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P5L8","hif1a","Q6P5L8","hif1ab","hsdl2","Hypoxia-inducible factor 1-alpha","Q6P5L8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGZ3","hif1a","thoc7","hif1ab","thoc7","Hypoxia-inducible factor 1-alpha","THO complex subunit 7 homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXJ6","hif1a","Nucleoporin NUP188","hif1ab","nup188","Hypoxia-inducible factor 1-alpha","Nucleoporin NUP188","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GE85","hif1a","R4GE85","hif1ab","-","Hypoxia-inducible factor 1-alpha","R4GE85","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PFT7","hif1a","Q6PFT7","hif1ab","cotl1","Hypoxia-inducible factor 1-alpha","Q6PFT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","K7DYP6","hif1a","K7DYP6","hif1ab","si:ch73-290k24.5","Hypoxia-inducible factor 1-alpha","K7DYP6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IT54","hif1a","I3IT54","hif1ab","si:ch211-191i18.2","Hypoxia-inducible factor 1-alpha","I3IT54","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RHZ5","hif1a","wu:fe25a04","hif1ab","si:ch211-214j24.10","Hypoxia-inducible factor 1-alpha","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WFD2","hif1a","H0WFD2","hif1ab","si:dkey-89b17.4","Hypoxia-inducible factor 1-alpha","H0WFD2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC36","hif1a","zgc:73124","hif1ab","necap1","Hypoxia-inducible factor 1-alpha","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LX53","hif1a","si:ch211-238n5.7","hif1ab","bcl2l13","Hypoxia-inducible factor 1-alpha","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GMG4","hif1a","Q6GMG4","hif1ab","tmem30b","Hypoxia-inducible factor 1-alpha","Q6GMG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q05AK8","hif1a","Q05AK8","hif1ab","ano9a","Hypoxia-inducible factor 1-alpha","Q05AK8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286Y9L2","hif1a","A0A286Y9L2","hif1ab","si:ch211-244o22.2","Hypoxia-inducible factor 1-alpha","A0A286Y9L2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7U1","hif1a","F1Q7U1","hif1ab","ube3d","Hypoxia-inducible factor 1-alpha","F1Q7U1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RAS0","hif1a","F1RAS0","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1RAS0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W292","hif1a","F8W292","hif1ab","mtmr1a","Hypoxia-inducible factor 1-alpha","F8W292","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803X1","hif1a","ctu1","hif1ab","ctu1","Hypoxia-inducible factor 1-alpha","Cytoplasmic tRNA 2-thiolation protein 1 (EC 2.7.7.-) (ATP-binding domain-containing protein 3) (Cytoplasmic tRNA adenylyltransferase 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3M0","hif1a","slc30a1","hif1ab","slc30a1a","Hypoxia-inducible factor 1-alpha","Solute carrier family 30 (Zinc transporter), member 1 (Solute carrier family 30 member 1a) (Zinc transporter 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PFS8","hif1a","Q6PFS8","hif1ab","eif4ebp1","Hypoxia-inducible factor 1-alpha","Q6PFS8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4II66","hif1a","A0A0R4II66","hif1ab","si:ch1073-110a20.1","Hypoxia-inducible factor 1-alpha","A0A0R4II66","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QEH6","hif1a","Sterol regulatory element-binding protein cleavage-activating protein","hif1ab","scap","Hypoxia-inducible factor 1-alpha","Sterol regulatory element-binding protein cleavage-activating protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q68EL3","hif1a","Q68EL3","hif1ab","bet1l","Hypoxia-inducible factor 1-alpha","Q68EL3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6ZM24","hif1a","wu:fb96b08","hif1ab","tomm34","Hypoxia-inducible factor 1-alpha","Mitochondrial import receptor subunit TOM34 (Translocase of outer mitochondrial membrane 34)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F518","hif1a","hypoxia-inducible factor-proline dioxygenase","hif1ab","egln1a","Hypoxia-inducible factor 1-alpha","hypoxia-inducible factor-proline dioxygenase (EC 1.14.11.29)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286YBY1","hif1a","A0A286YBY1","hif1ab","trim67","Hypoxia-inducible factor 1-alpha","A0A286YBY1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6H4","hif1a","fj47d05","hif1ab","plp2","Hypoxia-inducible factor 1-alpha","Proteolipid protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DEI0","hif1a","Q6DEI0","hif1ab","pltp","Hypoxia-inducible factor 1-alpha","Q6DEI0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KFQ1","hif1a","A0A0G2KFQ1","hif1ab","iqgap3","Hypoxia-inducible factor 1-alpha","A0A0G2KFQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZV37","hif1a","Q7ZV37","hif1ab","ppme1","Hypoxia-inducible factor 1-alpha","Q7ZV37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286YAB5","hif1a","A0A286YAB5","hif1ab","march8","Hypoxia-inducible factor 1-alpha","A0A286YAB5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R7M1","hif1a","zgc:110306","hif1ab","arhgap17a","Hypoxia-inducible factor 1-alpha","Rho GTPase-activating protein 17 isoform X1 (Rho GTPase-activating protein 17a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVS2","hif1a","Q1LVS2","hif1ab","pxk","Hypoxia-inducible factor 1-alpha","Q1LVS2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3L1","hif1a","pabpc1","hif1ab","pabpc1b","Hypoxia-inducible factor 1-alpha","Polyadenylate-binding protein (PABP)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FFY6","hif1a","E7FFY6","hif1ab","micu3a","Hypoxia-inducible factor 1-alpha","E7FFY6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3ISS4","hif1a","I3ISS4","hif1ab","oxr1b","Hypoxia-inducible factor 1-alpha","I3ISS4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5V7","hif1a","B0S5V7","hif1ab","tmem30c","Hypoxia-inducible factor 1-alpha","B0S5V7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08C76","hif1a","Q08C76","hif1ab","ssuh2","Hypoxia-inducible factor 1-alpha","Q08C76","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDR4","hif1a","F1RDR4","hif1ab","arl15b","Hypoxia-inducible factor 1-alpha","F1RDR4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L946","hif1a","Q1L946","hif1ab","si:ch211-212o1.2","Hypoxia-inducible factor 1-alpha","Q1L946","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5TZ35","hif1a","Q5TZ35","hif1ab","vsnl1b","Hypoxia-inducible factor 1-alpha","Q5TZ35","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGH3","hif1a","zgc:92922","hif1ab","sec61b","Hypoxia-inducible factor 1-alpha","Protein transport protein Sec61 subunit beta","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BJJ2","hif1a","Q5BJJ2","hif1ab","rpl3","Hypoxia-inducible factor 1-alpha","Q5BJJ2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIX7","hif1a","E9QIX7","hif1ab","plekho1b","Hypoxia-inducible factor 1-alpha","E9QIX7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4V969","hif1a","Q4V969","hif1ab","lrrfip2","Hypoxia-inducible factor 1-alpha","Q4V969","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NZZ4","hif1a","tmem107","hif1ab","tmem107","Hypoxia-inducible factor 1-alpha","Transmembrane protein 107","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QDH0","hif1a","E9QDH0","hif1ab","adcy6b","Hypoxia-inducible factor 1-alpha","E9QDH0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QMK9","hif1a","A0A2R8QMK9","hif1ab","tjp1a","Hypoxia-inducible factor 1-alpha","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IUB7","hif1a","A0A0R4IUB7","hif1ab","metap2b","Hypoxia-inducible factor 1-alpha","A0A0R4IUB7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q3N8","hif1a","A0A2R8Q3N8","hif1ab","sgpl1","Hypoxia-inducible factor 1-alpha","A0A2R8Q3N8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GET8","hif1a","R4GET8","hif1ab","-","Hypoxia-inducible factor 1-alpha","R4GET8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PFS3","hif1a","cacng2","hif1ab","cacng2a","Hypoxia-inducible factor 1-alpha","Voltage-dependent calcium channel gamma-2 subunit","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QY17","hif1a","F1QY17","hif1ab","vhl","Hypoxia-inducible factor 1-alpha","F1QY17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCV3","hif1a","E9QCV3","hif1ab","si:ch73-382f3.1","Hypoxia-inducible factor 1-alpha","E9QCV3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NUY0","hif1a","Q6NUY0","hif1ab","ak4","Hypoxia-inducible factor 1-alpha","Q6NUY0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZWB6","hif1a","txnip","hif1ab","txnipa","Hypoxia-inducible factor 1-alpha","Thioredoxin-interacting protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S8H1","hif1a","B0S8H1","hif1ab","mllt1b","Hypoxia-inducible factor 1-alpha","B0S8H1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5D6S6","hif1a","DNA-directed RNA polymerases I, II, and III subunit RPABC5","hif1ab","polr2l","Hypoxia-inducible factor 1-alpha","DNA-directed RNA polymerases I, II, and III subunit RPABC5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DH82","hif1a","wu:fj43a09","hif1ab","-","Hypoxia-inducible factor 1-alpha","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A516","hif1a","cb944","hif1ab","tuba1b","Hypoxia-inducible factor 1-alpha","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PLK2","hif1a","lhpp","hif1ab","lhpp","Hypoxia-inducible factor 1-alpha","Phospholysine phosphohistidine inorganic pyrophosphate phosphatase (EC 3.1.3.-) (EC 3.6.1.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F9C2","hif1a","E7F9C2","hif1ab","slc16a13","Hypoxia-inducible factor 1-alpha","E7F9C2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGH7","hif1a","ctnnb1","hif1ab","ctnnb1","Hypoxia-inducible factor 1-alpha","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NS29","hif1a","A0A1D5NS29","hif1ab","mcee","Hypoxia-inducible factor 1-alpha","A0A1D5NS29","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IWA8","hif1a","A0A0R4IWA8","hif1ab","lmbrd2a","Hypoxia-inducible factor 1-alpha","A0A0R4IWA8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IZC4","hif1a","A0A0R4IZC4","hif1ab","chmp1a","Hypoxia-inducible factor 1-alpha","A0A0R4IZC4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q931","hif1a","F1Q931","hif1ab","larp1b","Hypoxia-inducible factor 1-alpha","F1Q931","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1MT86","hif1a","Q1MT86","hif1ab","usp5","Hypoxia-inducible factor 1-alpha","Q1MT86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYG9","hif1a","Q6NYG9","hif1ab","irf2bpl","Hypoxia-inducible factor 1-alpha","Q6NYG9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DJ13","hif1a","B3DJ13","hif1ab","npdc1a","Hypoxia-inducible factor 1-alpha","B3DJ13","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IP53","hif1a","A0A0R4IP53","hif1ab","taok1b","Hypoxia-inducible factor 1-alpha","A0A0R4IP53","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RIH1","hif1a","Q5RIH1","hif1ab","zbtb1","Hypoxia-inducible factor 1-alpha","Q5RIH1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QAS0","hif1a","A0A2R8QAS0","hif1ab","si:dkey-201i6.8","Hypoxia-inducible factor 1-alpha","A0A2R8QAS0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9W6A8","hif1a","Q9W6A8","hif1ab","opn1sw2","Hypoxia-inducible factor 1-alpha","Q9W6A8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGI1","hif1a","F1QGI1","hif1ab","dcbld1","Hypoxia-inducible factor 1-alpha","F1QGI1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F1L8","hif1a","nlka","hif1ab","nlk2","Hypoxia-inducible factor 1-alpha","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q1X2","hif1a","A0A2R8Q1X2","hif1ab","eno1a","Hypoxia-inducible factor 1-alpha","A0A2R8Q1X2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYW6","hif1a","Q6NYW6","hif1ab","clasp2","Hypoxia-inducible factor 1-alpha","Q6NYW6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5SNQ7","hif1a","Q5SNQ7","hif1ab","serac1","Hypoxia-inducible factor 1-alpha","Q5SNQ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2CEX1","hif1a","A2CEX1","hif1ab","zdhhc8b","Hypoxia-inducible factor 1-alpha","A2CEX1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QK89","hif1a","F1QK89","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QK89","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMI5","hif1a","A5PMI5","hif1ab","tent4a","Hypoxia-inducible factor 1-alpha","A5PMI5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FCE5","hif1a","E7FCE5","hif1ab","ppp1r37","Hypoxia-inducible factor 1-alpha","E7FCE5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PM89","hif1a","chst2","hif1ab","chst2a","Hypoxia-inducible factor 1-alpha","Sulfotransferase (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IDE6","hif1a","A0A0R4IDE6","hif1ab","nedd4a","Hypoxia-inducible factor 1-alpha","A0A0R4IDE6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXT9","hif1a","E7EXT9","hif1ab","ccni2","Hypoxia-inducible factor 1-alpha","E7EXT9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IFE8","hif1a","A0A0R4IFE8","hif1ab","cacnb2a","Hypoxia-inducible factor 1-alpha","A0A0R4IFE8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QFG7","hif1a","A0A2R8QFG7","hif1ab","arid1ab","Hypoxia-inducible factor 1-alpha","A0A2R8QFG7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDE7","hif1a","F1QDE7","hif1ab","pds5a","Hypoxia-inducible factor 1-alpha","F1QDE7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P6Y4","hif1a","zgc:65944","hif1ab","rabgef1","Hypoxia-inducible factor 1-alpha","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9C2","hif1a","A0A0R4I9C2","hif1ab","cpxm1a","Hypoxia-inducible factor 1-alpha","A0A0R4I9C2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKW9","hif1a","F1QKW9","hif1ab","picalma","Hypoxia-inducible factor 1-alpha","F1QKW9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QW01","hif1a","F1QW01","hif1ab","mocs3","Hypoxia-inducible factor 1-alpha","F1QW01","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1MTG4","hif1a","Q1MTG4","hif1ab","si:dkey-286j15.1","Hypoxia-inducible factor 1-alpha","Q1MTG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWM8","hif1a","F1QWM8","hif1ab","neurod4","Hypoxia-inducible factor 1-alpha","F1QWM8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IAP0","hif1a","A0A0R4IAP0","hif1ab","edem2","Hypoxia-inducible factor 1-alpha","A0A0R4IAP0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QXP1","hif1a","F1QXP1","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QXP1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4TTN8","hif1a","apln","hif1ab","apln","Hypoxia-inducible factor 1-alpha","Apelin (APJ endogenous ligand)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IN27","hif1a","A0A0R4IN27","hif1ab","abhd4","Hypoxia-inducible factor 1-alpha","A0A0R4IN27","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UXW0","hif1a","B0UXW0","hif1ab","pip4k2ab","Hypoxia-inducible factor 1-alpha","B0UXW0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IL25","hif1a","A0A0R4IL25","hif1ab","erc2","Hypoxia-inducible factor 1-alpha","A0A0R4IL25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMY2","hif1a","A5PMY2","hif1ab","glcci1a","Hypoxia-inducible factor 1-alpha","A5PMY2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8WIN7","hif1a","fc95g08","hif1ab","plod1a","Hypoxia-inducible factor 1-alpha","Procollagen-lysine,2-oxoglutarate 5-dioxygenase 1 (EC 1.14.11.4) (Lysyl hydroxylase 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEG1","hif1a","F1QEG1","hif1ab","atp7a","Hypoxia-inducible factor 1-alpha","F1QEG1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1JPY6","hif1a","im:6895552","hif1ab","pfdn2","Hypoxia-inducible factor 1-alpha","Prefoldin subunit 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4X0","hif1a","fj61b08","hif1ab","ino80c","Hypoxia-inducible factor 1-alpha","INO80 complex subunit C","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90XR1","hif1a","Q90XR1","hif1ab","cldn12","Hypoxia-inducible factor 1-alpha","Q90XR1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QTA2","hif1a","A0A2R8QTA2","hif1ab","tox4b","Hypoxia-inducible factor 1-alpha","A0A2R8QTA2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R683","hif1a","F1R683","hif1ab","gmppb","Hypoxia-inducible factor 1-alpha","F1R683","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4QN37","hif1a","zgc:153885","hif1ab","cry1a","Hypoxia-inducible factor 1-alpha","Cryptochrome-1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S7D4","hif1a","B0S7D4","hif1ab","sirt3","Hypoxia-inducible factor 1-alpha","B0S7D4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBN1","hif1a","F1RBN1","hif1ab","scfd2","Hypoxia-inducible factor 1-alpha","F1RBN1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3H0","hif1a","zfp36l1l","hif1ab","zfp36l1b","Hypoxia-inducible factor 1-alpha","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LGR0","hif1a","A0A140LGR0","hif1ab","clcn3","Hypoxia-inducible factor 1-alpha","A0A140LGR0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LYA0","hif1a","Q1LYA0","hif1ab","fam107b","Hypoxia-inducible factor 1-alpha","Q1LYA0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KS88","hif1a","A0A0G2KS88","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0G2KS88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803A6","hif1a","Q803A6","hif1ab","mcmbp","Hypoxia-inducible factor 1-alpha","Q803A6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4GE17","hif1a","R4GE17","hif1ab","schip1","Hypoxia-inducible factor 1-alpha","R4GE17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QM86","hif1a","F1QM86","hif1ab","cbx1a","Hypoxia-inducible factor 1-alpha","F1QM86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1ECU6","hif1a","Q1ECU6","hif1ab","mgat5","Hypoxia-inducible factor 1-alpha","Q1ECU6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q32PM2","hif1a","Q32PM2","hif1ab","ccdc92","Hypoxia-inducible factor 1-alpha","Q32PM2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QE47","hif1a","F1QE47","hif1ab","dusp28","Hypoxia-inducible factor 1-alpha","F1QE47","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4N0","hif1a","F1Q4N0","hif1ab","hipk2","Hypoxia-inducible factor 1-alpha","F1Q4N0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R3E5","hif1a","wu:fe38g11","hif1ab","flcn","Hypoxia-inducible factor 1-alpha","Folliculin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ICC3","hif1a","A0A0R4ICC3","hif1ab","pop1","Hypoxia-inducible factor 1-alpha","A0A0R4ICC3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q29YB2","hif1a","Pleiomorphic adenoma gene 1","hif1ab","plag1","Hypoxia-inducible factor 1-alpha","Pleiomorphic adenoma gene 1 (Pleomorphic adenoma gene 1) (Zinc finger protein PLAG1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FD36","hif1a","E7FD36","hif1ab","mtus1b","Hypoxia-inducible factor 1-alpha","E7FD36","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWM3","hif1a","F1QWM3","hif1ab","ube2ka","Hypoxia-inducible factor 1-alpha","F1QWM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NIA2","hif1a","aof2","hif1ab","kdm1a","Hypoxia-inducible factor 1-alpha","Lysine-specific histone demethylase (EC 1.14.99.66)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QBN5","hif1a","A0A2R8QBN5","hif1ab","slc30a6","Hypoxia-inducible factor 1-alpha","A0A2R8QBN5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IVI1","hif1a","A0A0R4IVI1","hif1ab","castor1","Hypoxia-inducible factor 1-alpha","A0A0R4IVI1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TNT9","hif1a","Q6TNT9","hif1ab","gdi2","Hypoxia-inducible factor 1-alpha","Q6TNT9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TLE4","hif1a","mmgt1","hif1ab","mmgt1","Hypoxia-inducible factor 1-alpha","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R3U2","hif1a","F1R3U2","hif1ab","fhod3b","Hypoxia-inducible factor 1-alpha","F1R3U2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IKN8","hif1a","A0A0R4IKN8","hif1ab","ptcd3","Hypoxia-inducible factor 1-alpha","A0A0R4IKN8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9I9B4","hif1a","pbxy","hif1ab","pbx2","Hypoxia-inducible factor 1-alpha","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P984","hif1a","Q6P984","hif1ab","rx1","Hypoxia-inducible factor 1-alpha","Q6P984","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NSN4","hif1a","A0A1D5NSN4","hif1ab","si:dkey-23i12.11","Hypoxia-inducible factor 1-alpha","A0A1D5NSN4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R880","hif1a","F1R880","hif1ab","bmt2","Hypoxia-inducible factor 1-alpha","F1R880","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDZ9","hif1a","F1RDZ9","hif1ab","epc2","Hypoxia-inducible factor 1-alpha","F1RDZ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9DGL2","hif1a","wu:fc09e11","hif1ab","atp1b2a","Hypoxia-inducible factor 1-alpha","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08CA4","hif1a","Q08CA4","hif1ab","ttl","Hypoxia-inducible factor 1-alpha","Q08CA4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5L3","hif1a","F1Q5L3","hif1ab","sfswap","Hypoxia-inducible factor 1-alpha","F1Q5L3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R171","hif1a","B0R171","hif1ab","copb2","Hypoxia-inducible factor 1-alpha","B0R171","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RGP9","hif1a","ccdc59","hif1ab","ccdc59","Hypoxia-inducible factor 1-alpha","Thyroid transcription factor 1-associated protein 26 homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5PYH5","hif1a","dlg1l","hif1ab","dlg1l","Hypoxia-inducible factor 1-alpha","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QGQ7","hif1a","E9QGQ7","hif1ab","si:dkey-70b23.2","Hypoxia-inducible factor 1-alpha","E9QGQ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QYK7","hif1a","F1QYK7","hif1ab","prkcbp1l","Hypoxia-inducible factor 1-alpha","F1QYK7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIC9","hif1a","NR1D2-A","hif1ab","nr1d2a","Hypoxia-inducible factor 1-alpha","Nuclear receptor subfamily 1, group D, member 2a","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUZ7","hif1a","Q1LUZ7","hif1ab","hipk3b","Hypoxia-inducible factor 1-alpha","Q1LUZ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QQG8","hif1a","F1QQG8","hif1ab","tnikb","Hypoxia-inducible factor 1-alpha","F1QQG8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ISQ1","hif1a","A0A0R4ISQ1","hif1ab","mdm2","Hypoxia-inducible factor 1-alpha","A0A0R4ISQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R335","hif1a","F1R335","hif1ab","mettl9","Hypoxia-inducible factor 1-alpha","F1R335","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LGD0","hif1a","si:ch211-255l12.2","hif1ab","spred3","Hypoxia-inducible factor 1-alpha","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JIG2","hif1a","B8JIG2","hif1ab","ankrd37","Hypoxia-inducible factor 1-alpha","B8JIG2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UZ28","hif1a","B0UZ28","hif1ab","-","Hypoxia-inducible factor 1-alpha","B0UZ28","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZB6","hif1a","E7EZB6","hif1ab","enox2","Hypoxia-inducible factor 1-alpha","E7EZB6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QGS0","hif1a","E9QGS0","hif1ab","si:ch211-243j20.2","Hypoxia-inducible factor 1-alpha","E9QGS0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IQE1","hif1a","A0A0R4IQE1","hif1ab","txndc11","Hypoxia-inducible factor 1-alpha","A0A0R4IQE1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0H2UKW6","hif1a","A0A0H2UKW6","hif1ab","akap8l","Hypoxia-inducible factor 1-alpha","A0A0H2UKW6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T355","hif1a","wu:fa09c12","hif1ab","arih2","Hypoxia-inducible factor 1-alpha","RBR-type E3 ubiquitin transferase (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F3J2","hif1a","Heterogeneous nuclear ribonucleoprotein U isoform X1","hif1ab","hnrnpua","Hypoxia-inducible factor 1-alpha","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R326","hif1a","F1R326","hif1ab","prdm2b","Hypoxia-inducible factor 1-alpha","F1R326","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJ38","hif1a","F1QJ38","hif1ab","cgrrf1","Hypoxia-inducible factor 1-alpha","F1QJ38","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WG64","hif1a","X1WG64","hif1ab","si:ch1073-281m9.1","Hypoxia-inducible factor 1-alpha","X1WG64","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IWP4","hif1a","A0A0R4IWP4","hif1ab","inpp5ka","Hypoxia-inducible factor 1-alpha","A0A0R4IWP4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GQN9","hif1a","Q6GQN9","hif1ab","dhrs1","Hypoxia-inducible factor 1-alpha","Q6GQN9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NWC1","hif1a","VDAC1","hif1ab","vdac1","Hypoxia-inducible factor 1-alpha","Voltage-dependent anion-selective channel protein 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDZ4","hif1a","F1RDZ4","hif1ab","per3","Hypoxia-inducible factor 1-alpha","F1RDZ4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SXL7","hif1a","wtap","hif1ab","wtap","Hypoxia-inducible factor 1-alpha","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNG0","hif1a","[histone H3]-trimethyl-L-lysine","hif1ab","kdm4ab","Hypoxia-inducible factor 1-alpha","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R440","hif1a","F1R440","hif1ab","pcsk7","Hypoxia-inducible factor 1-alpha","F1R440","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IHU7","hif1a","A0A0R4IHU7","hif1ab","prom1a","Hypoxia-inducible factor 1-alpha","A0A0R4IHU7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAN7","hif1a","E7FAN7","hif1ab","cipca","Hypoxia-inducible factor 1-alpha","E7FAN7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NN10","hif1a","F6NN10","hif1ab","si:dkey-117m1.4","Hypoxia-inducible factor 1-alpha","F6NN10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T346","hif1a","ddit4","hif1ab","ddit4","Hypoxia-inducible factor 1-alpha","DNA damage-inducible transcript 4 protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1REK2","hif1a","F1REK2","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1REK2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZC0","hif1a","E7EZC0","hif1ab","tasorb","Hypoxia-inducible factor 1-alpha","E7EZC0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7I8","hif1a","F1Q7I8","hif1ab","ccdc153","Hypoxia-inducible factor 1-alpha","F1Q7I8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P109","hif1a","zgc:77310","hif1ab","csnk1e","Hypoxia-inducible factor 1-alpha","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCJ1","hif1a","F1RCJ1","hif1ab","styx","Hypoxia-inducible factor 1-alpha","F1RCJ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE14","hif1a","E7FE14","hif1ab","atad2b","Hypoxia-inducible factor 1-alpha","E7FE14","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0H2UJM0","hif1a","A0A0H2UJM0","hif1ab","ero1a","Hypoxia-inducible factor 1-alpha","A0A0H2UJM0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RHP5","hif1a","Q5RHP5","hif1ab","acbd3","Hypoxia-inducible factor 1-alpha","Q5RHP5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q6Z3","hif1a","F1Q6Z3","hif1ab","mpc1","Hypoxia-inducible factor 1-alpha","F1Q6Z3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JGR2","hif1a","Q8JGR2","hif1ab","ddx54","Hypoxia-inducible factor 1-alpha","Q8JGR2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F3Y0","hif1a","E7F3Y0","hif1ab","apcdd1l","Hypoxia-inducible factor 1-alpha","E7F3Y0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R135","hif1a","B0R135","hif1ab","ogg1","Hypoxia-inducible factor 1-alpha","B0R135","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A1A5H9","hif1a","rab39b","hif1ab","rab39bb","Hypoxia-inducible factor 1-alpha","RAB39B, member RAS oncogene family (Rab39b protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JI61","hif1a","B8JI61","hif1ab","rorca","Hypoxia-inducible factor 1-alpha","B8JI61","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RKP8","hif1a","lsm2","hif1ab","smx5","Hypoxia-inducible factor 1-alpha","U6 snRNA-associated Sm-like protein LSm2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4S0","hif1a","F1R4S0","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R4S0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC89","hif1a","zgc:73056","hif1ab","eno1b","Hypoxia-inducible factor 1-alpha","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5VK49","hif1a","bnip3l2","hif1ab","bnip3la","Hypoxia-inducible factor 1-alpha","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IBT0","hif1a","A0A0R4IBT0","hif1ab","sf1","Hypoxia-inducible factor 1-alpha","A0A0R4IBT0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IIT7","hif1a","A0A0R4IIT7","hif1ab","si:ch73-138e16.2","Hypoxia-inducible factor 1-alpha","A0A0R4IIT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q097","hif1a","A0A2R8Q097","hif1ab","eef1b2","Hypoxia-inducible factor 1-alpha","A0A2R8Q097","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QCT7","hif1a","A0A2R8QCT7","hif1ab","st6galnac","Hypoxia-inducible factor 1-alpha","A0A2R8QCT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IK63","hif1a","A0A0R4IK63","hif1ab","map3k4","Hypoxia-inducible factor 1-alpha","A0A0R4IK63","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ICR8","hif1a","A0A0R4ICR8","hif1ab","bsg","Hypoxia-inducible factor 1-alpha","A0A0R4ICR8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1ED17","hif1a","Q1ED17","hif1ab","top1l","Hypoxia-inducible factor 1-alpha","Q1ED17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QG30","hif1a","smpd5","hif1ab","smpd5","Hypoxia-inducible factor 1-alpha","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","G1K2Q4","hif1a","G1K2Q4","hif1ab","slc44a5b","Hypoxia-inducible factor 1-alpha","G1K2Q4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBF9","hif1a","F1RBF9","hif1ab","gorasp2","Hypoxia-inducible factor 1-alpha","F1RBF9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBH2","hif1a","F1RBH2","hif1ab","arl8bb","Hypoxia-inducible factor 1-alpha","F1RBH2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGR0","hif1a","F1QGR0","hif1ab","boc","Hypoxia-inducible factor 1-alpha","F1QGR0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JAI0","hif1a","U3JAI0","hif1ab","si:dkey-21e13.3","Hypoxia-inducible factor 1-alpha","U3JAI0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6AXL2","hif1a","zgc:92739","hif1ab","rida","Hypoxia-inducible factor 1-alpha","Reactive intermediate imine deaminase A homolog (Ribonuclease UK114 isoform 1) (Zgc:92739)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ID32","hif1a","A0A0R4ID32","hif1ab","si:ch211-172l8.4","Hypoxia-inducible factor 1-alpha","A0A0R4ID32","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E5L7","hif1a","cited3","hif1ab","cited4b","Hypoxia-inducible factor 1-alpha","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BF68","hif1a","A2BF68","hif1ab","mcl1b","Hypoxia-inducible factor 1-alpha","A2BF68","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IRL4","hif1a","A0A0R4IRL4","hif1ab","abcd3a","Hypoxia-inducible factor 1-alpha","A0A0R4IRL4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GQM5","hif1a","wu:fj84g10","hif1ab","rab7b","Hypoxia-inducible factor 1-alpha","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QG12","hif1a","F1QG12","hif1ab","cxcl14","Hypoxia-inducible factor 1-alpha","F1QG12","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMC1","hif1a","A5PMC1","hif1ab","syvn1","Hypoxia-inducible factor 1-alpha","A5PMC1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YH61","hif1a","gsk3a","hif1ab","gsk3ab","Hypoxia-inducible factor 1-alpha","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JJ35","hif1a","B8JJ35","hif1ab","tmsb5","Hypoxia-inducible factor 1-alpha","B8JJ35","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5H1","hif1a","E7F5H1","hif1ab","chchd5","Hypoxia-inducible factor 1-alpha","E7F5H1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9C6","hif1a","A0A0R4I9C6","hif1ab","ufm1","Hypoxia-inducible factor 1-alpha","A0A0R4I9C6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QI01","hif1a","E9QI01","hif1ab","hmgn7","Hypoxia-inducible factor 1-alpha","E9QI01","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F8H4","hif1a","E7F8H4","hif1ab","qpct","Hypoxia-inducible factor 1-alpha","E7F8H4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BE49","hif1a","A2BE49","hif1ab","ppm1f","Hypoxia-inducible factor 1-alpha","A2BE49","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q1W5","hif1a","keap1b","hif1ab","keap1b","Hypoxia-inducible factor 1-alpha","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QLT7","hif1a","A0A2R8QLT7","hif1ab","engase","Hypoxia-inducible factor 1-alpha","A0A2R8QLT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSC9","hif1a","F1QSC9","hif1ab","ptp4a1","Hypoxia-inducible factor 1-alpha","F1QSC9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QMB4","hif1a","F1QMB4","hif1ab","golgb1","Hypoxia-inducible factor 1-alpha","F1QMB4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SX89","hif1a","Q7SX89","hif1ab","spryd7b","Hypoxia-inducible factor 1-alpha","Q7SX89","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R9YJN8","hif1a","cb960","hif1ab","ddx21","Hypoxia-inducible factor 1-alpha","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A024B5K5","hif1a","A0A024B5K5","hif1ab","ece2b","Hypoxia-inducible factor 1-alpha","A0A024B5K5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5PNM7","hif1a","si:dkey-204f11.61","hif1ab","timm29","Hypoxia-inducible factor 1-alpha","Mitochondrial import inner membrane translocase subunit Tim29 (Translocase of inner mitochondrial membrane 29) (Zgc:110046)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","K7DY37","hif1a","K7DY37","hif1ab","arid4a","Hypoxia-inducible factor 1-alpha","K7DY37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHN1","hif1a","Q6DHN1","hif1ab","preb","Hypoxia-inducible factor 1-alpha","Q6DHN1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q504C0","hif1a","im:6908825","hif1ab","uchl3","Hypoxia-inducible factor 1-alpha","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F8G5","hif1a","LOC100004299","hif1ab","arhgap35a","Hypoxia-inducible factor 1-alpha","Rho GTPase-activating protein 35","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08CJ8","hif1a","Q08CJ8","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q08CJ8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W3K6","hif1a","fa97b01","hif1ab","exosc2","Hypoxia-inducible factor 1-alpha","Exosome complex component RRP4 (Exosome component 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1REE8","hif1a","F1REE8","hif1ab","trip11","Hypoxia-inducible factor 1-alpha","F1REE8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2THW0","hif1a","Q2THW0","hif1ab","zdhhc5a","Hypoxia-inducible factor 1-alpha","Q2THW0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QR36","hif1a","F1QR36","hif1ab","ntf3","Hypoxia-inducible factor 1-alpha","F1QR36","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZL9","hif1a","E7EZL9","hif1ab","csrnp2","Hypoxia-inducible factor 1-alpha","E7EZL9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1RLX1","hif1a","zgc:136731","hif1ab","bmpr1aa","Hypoxia-inducible factor 1-alpha","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q582","hif1a","A0A2R8Q582","hif1ab","LOC557306","Hypoxia-inducible factor 1-alpha","A0A2R8Q582","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZW68","hif1a","NFKBIA","hif1ab","nfkbiab","Hypoxia-inducible factor 1-alpha","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F2E1","hif1a","E7F2E1","hif1ab","aff2","Hypoxia-inducible factor 1-alpha","E7F2E1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QHK9","hif1a","hbl1","hif1ab","zmp:0000000729","Hypoxia-inducible factor 1-alpha","Zmp:0000000729","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QP54","hif1a","A0A2R8QP54","hif1ab","mrps16","Hypoxia-inducible factor 1-alpha","A0A2R8QP54","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WW50","hif1a","A5WW50","hif1ab","pard6a","Hypoxia-inducible factor 1-alpha","A5WW50","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PEG4","hif1a","Q6PEG4","hif1ab","ell","Hypoxia-inducible factor 1-alpha","Q6PEG4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LXW3","hif1a","Q1LXW3","hif1ab","ciarta","Hypoxia-inducible factor 1-alpha","Q1LXW3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DJV5","hif1a","zgc:194335","hif1ab","g0s2","Hypoxia-inducible factor 1-alpha","G0/G1 switch 2 (G0/G1 switch protein 2) (Hypothetical LOC568476)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QTD4","hif1a","F1QTD4","hif1ab","efr3ba","Hypoxia-inducible factor 1-alpha","F1QTD4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QYG1","hif1a","F1QYG1","hif1ab","eif2a","Hypoxia-inducible factor 1-alpha","F1QYG1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WCP0","hif1a","X1WCP0","hif1ab","fbxo34","Hypoxia-inducible factor 1-alpha","X1WCP0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JA39","hif1a","fbxo11b","hif1ab","fbxo11a","Hypoxia-inducible factor 1-alpha","F-box only protein 11 isoform X1 (F-box protein 11a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0D0","hif1a","E7F0D0","hif1ab","mrpl58","Hypoxia-inducible factor 1-alpha","E7F0D0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4S7","hif1a","chrnb2b","hif1ab","chrnb2","Hypoxia-inducible factor 1-alpha","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L673","hif1a","Q1L673","hif1ab","vdrb","Hypoxia-inducible factor 1-alpha","Q1L673","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q29RF4","hif1a","Q29RF4","hif1ab","lgsn","Hypoxia-inducible factor 1-alpha","Q29RF4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UYN0","hif1a","B0UYN0","hif1ab","si:dkey-57a22.11","Hypoxia-inducible factor 1-alpha","B0UYN0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QUR9","hif1a","F1QUR9","hif1ab","cmtr2","Hypoxia-inducible factor 1-alpha","F1QUR9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVD7","hif1a","Q1LVD7","hif1ab","efhd2","Hypoxia-inducible factor 1-alpha","Q1LVD7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JK22","hif1a","B8JK22","hif1ab","acsl1a","Hypoxia-inducible factor 1-alpha","B8JK22","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DFZ5","hif1a","Q6DFZ5","hif1ab","slc2a3a","Hypoxia-inducible factor 1-alpha","Q6DFZ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7V3","hif1a","F1Q7V3","hif1ab","gdap2","Hypoxia-inducible factor 1-alpha","F1Q7V3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QLP2","hif1a","F1QLP2","hif1ab","fbxl5","Hypoxia-inducible factor 1-alpha","F1QLP2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8WHV1","hif1a","A8WHV1","hif1ab","rgcc","Hypoxia-inducible factor 1-alpha","A8WHV1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QQB3","hif1a","F1QQB3","hif1ab","mterf2","Hypoxia-inducible factor 1-alpha","F1QQB3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QH09","hif1a","A0A2R8QH09","hif1ab","phlpp1","Hypoxia-inducible factor 1-alpha","A0A2R8QH09","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4INR1","hif1a","A0A0R4INR1","hif1ab","aspm","Hypoxia-inducible factor 1-alpha","A0A0R4INR1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVC7","hif1a","F1QVC7","hif1ab","ppp2r2ca","Hypoxia-inducible factor 1-alpha","F1QVC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A454","hif1a","B8A454","hif1ab","bag2","Hypoxia-inducible factor 1-alpha","B8A454","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QIP9","hif1a","A0A2R8QIP9","hif1ab","btg3","Hypoxia-inducible factor 1-alpha","A0A2R8QIP9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F350","hif1a","DIS3-like exonuclease 2","hif1ab","dis3l2","Hypoxia-inducible factor 1-alpha","DIS3-like exonuclease 2 (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WHA2","hif1a","X1WHA2","hif1ab","tnrc18","Hypoxia-inducible factor 1-alpha","X1WHA2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LWF1","hif1a","im:7143625","hif1ab","chka","Hypoxia-inducible factor 1-alpha","ethanolamine kinase (EC 2.7.1.82)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IH97","hif1a","bmal2","hif1ab","arntl2","Hypoxia-inducible factor 1-alpha","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A5U4","hif1a","B8A5U4","hif1ab","toe1","Hypoxia-inducible factor 1-alpha","B8A5U4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAY4","hif1a","E7FAY4","hif1ab","dip2ca","Hypoxia-inducible factor 1-alpha","E7FAY4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5U3Z9","hif1a","wu:fi06d09","hif1ab","-","Hypoxia-inducible factor 1-alpha","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JKP3","hif1a","B8JKP3","hif1ab","tpmt.1","Hypoxia-inducible factor 1-alpha","B8JKP3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LH04","hif1a","A0A140LH04","hif1ab","mtus1a","Hypoxia-inducible factor 1-alpha","A0A140LH04","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286YBG1","hif1a","A0A286YBG1","hif1ab","fam160a1a","Hypoxia-inducible factor 1-alpha","A0A286YBG1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WHN7","hif1a","hrpt2","hif1ab","cdc73","Hypoxia-inducible factor 1-alpha","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QCJ4","hif1a","F1QCJ4","hif1ab","iqsec1a","Hypoxia-inducible factor 1-alpha","F1QCJ4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QZU1","hif1a","F1QZU1","hif1ab","tnks1bp1","Hypoxia-inducible factor 1-alpha","F1QZU1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2L009","hif1a","A0A0G2L009","hif1ab","dync1h1","Hypoxia-inducible factor 1-alpha","A0A0G2L009","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6P9Q3","hif1a","F6P9Q3","hif1ab","kdm2bb","Hypoxia-inducible factor 1-alpha","F6P9Q3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RD19","hif1a","rhobtb2a","hif1ab","rhobtb4","Hypoxia-inducible factor 1-alpha","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WWB0","hif1a","A5WWB0","hif1ab","usp46","Hypoxia-inducible factor 1-alpha","A5WWB0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2L325","hif1a","A0A0G2L325","hif1ab","rrp1","Hypoxia-inducible factor 1-alpha","A0A0G2L325","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYL2","hif1a","Q6NYL2","hif1ab","eif4ebp2","Hypoxia-inducible factor 1-alpha","Q6NYL2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PH70","hif1a","kdelr2l","hif1ab","kdelr2b","Hypoxia-inducible factor 1-alpha","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F525","hif1a","E7F525","hif1ab","dhx29","Hypoxia-inducible factor 1-alpha","E7F525","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RB08","hif1a","F1RB08","hif1ab","crtc1a","Hypoxia-inducible factor 1-alpha","F1RB08","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC34","hif1a","Q6PC34","hif1ab","hpca","Hypoxia-inducible factor 1-alpha","Q6PC34","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JAQ5","hif1a","U3JAQ5","hif1ab","si:dkey-21c1.1","Hypoxia-inducible factor 1-alpha","U3JAQ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQG0","hif1a","A3KQG0","hif1ab","mxi1","Hypoxia-inducible factor 1-alpha","A3KQG0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W268","hif1a","F8W268","hif1ab","ank3b","Hypoxia-inducible factor 1-alpha","F8W268","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQ64","hif1a","A3KQ64","hif1ab","thap7","Hypoxia-inducible factor 1-alpha","A3KQ64","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QAH4","hif1a","si:dkey-101k6.5","hif1ab","tgfbr2l","Hypoxia-inducible factor 1-alpha","TGF-beta receptor type-2 (TGFR-2) (EC 2.7.11.30) (TGF-beta type II receptor) (Transforming growth factor-beta receptor type II)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DRL8","hif1a","med19b","hif1ab","med19b","Hypoxia-inducible factor 1-alpha","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","R4KWC4","hif1a","R4KWC4","hif1ab","rnf111","Hypoxia-inducible factor 1-alpha","R4KWC4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A7MBV8","hif1a","atf4b2","hif1ab","atf4b","Hypoxia-inducible factor 1-alpha","Activating transcription factor 4 (Zgc:171702 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4UU10","hif1a","A4UU10","hif1ab","pbx3b","Hypoxia-inducible factor 1-alpha","A4UU10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RE33","hif1a","F1RE33","hif1ab","tanc2a","Hypoxia-inducible factor 1-alpha","F1RE33","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L8R9","hif1a","si:dkey-222b8.2","hif1ab","snapin","Hypoxia-inducible factor 1-alpha","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NY98","hif1a","rngtt","hif1ab","rngtt","Hypoxia-inducible factor 1-alpha","mRNA-capping enzyme [Includes: mRNA 5'-triphosphate monophosphatase (EC 3.6.1.74) (mRNA 5'-phosphatase); mRNA guanylyltransferase (EC 2.7.7.50) (GTP--RNA guanylyltransferase) (GTase)]","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RDA6","hif1a","F1RDA6","hif1ab","ndufs1","Hypoxia-inducible factor 1-alpha","F1RDA6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGX3","hif1a","Q6DGX3","hif1ab","ankrd54","Hypoxia-inducible factor 1-alpha","Q6DGX3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DG84","hif1a","wu:fj81f08","hif1ab","stx5a","Hypoxia-inducible factor 1-alpha","Syntaxin 5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q943","hif1a","F1Q943","hif1ab","cpm","Hypoxia-inducible factor 1-alpha","F1Q943","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QAB1","hif1a","A0A2R8QAB1","hif1ab","ccnt2a","Hypoxia-inducible factor 1-alpha","A0A2R8QAB1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEG9","hif1a","F1QEG9","hif1ab","smurf1","Hypoxia-inducible factor 1-alpha","F1QEG9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803E5","hif1a","etf1","hif1ab","etf1b","Hypoxia-inducible factor 1-alpha","Eukaryotic peptide chain release factor subunit 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S768","hif1a","B0S768","hif1ab","mphosph8","Hypoxia-inducible factor 1-alpha","B0S768","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LYB7","hif1a","Large ribosomal subunit protein uL13","hif1ab","rpl13a","Hypoxia-inducible factor 1-alpha","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IBT4","hif1a","A0A0R4IBT4","hif1ab","trim24","Hypoxia-inducible factor 1-alpha","A0A0R4IBT4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F8S1","hif1a","E7F8S1","hif1ab","egln2","Hypoxia-inducible factor 1-alpha","E7F8S1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WVN5","hif1a","A5WVN5","hif1ab","uri1","Hypoxia-inducible factor 1-alpha","A5WVN5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QXR2","hif1a","F1QXR2","hif1ab","maml3","Hypoxia-inducible factor 1-alpha","F1QXR2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IM69","hif1a","A0A0R4IM69","hif1ab","stox2b","Hypoxia-inducible factor 1-alpha","A0A0R4IM69","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RJ79","hif1a","fam60a","hif1ab","sinhcaf","Hypoxia-inducible factor 1-alpha","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKJ7","hif1a","F1QKJ7","hif1ab","dbpa","Hypoxia-inducible factor 1-alpha","F1QKJ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5EB04","hif1a","Q5EB04","hif1ab","ccdc106a","Hypoxia-inducible factor 1-alpha","Q5EB04","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5GH39","hif1a","Q5GH39","hif1ab","LOC497072","Hypoxia-inducible factor 1-alpha","Q5GH39","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZWC3","hif1a","Q7ZWC3","hif1ab","nudt1","Hypoxia-inducible factor 1-alpha","Q7ZWC3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q802D5","hif1a","pfn2","hif1ab","pfn2","Hypoxia-inducible factor 1-alpha","Profilin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PFT0","hif1a","zgc:64103","hif1ab","flot2b","Hypoxia-inducible factor 1-alpha","Flotillin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6F4","hif1a","B0S6F4","hif1ab","mknk2b","Hypoxia-inducible factor 1-alpha","B0S6F4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQS6","hif1a","A3KQS6","hif1ab","gabpb2a","Hypoxia-inducible factor 1-alpha","A3KQS6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NZZ2","hif1a","arpc4","hif1ab","arpc4","Hypoxia-inducible factor 1-alpha","Actin-related protein 2/3 complex subunit 4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W5H1","hif1a","F8W5H1","hif1ab","mtm1","Hypoxia-inducible factor 1-alpha","F8W5H1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503Z7","hif1a","si:dkey-4c23.7","hif1ab","dnal4b","Hypoxia-inducible factor 1-alpha","Dynein light chain","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QB65","hif1a","F1QB65","hif1ab","rnf170","Hypoxia-inducible factor 1-alpha","F1QB65","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5Q0","hif1a","Cache domain-containing 1","hif1ab","cachd1","Hypoxia-inducible factor 1-alpha","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZW6","hif1a","E7EZW6","hif1ab","srpra","Hypoxia-inducible factor 1-alpha","E7EZW6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4INU8","hif1a","A0A0R4INU8","hif1ab","ccdc50","Hypoxia-inducible factor 1-alpha","A0A0R4INU8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","O42606","hif1a","O42606","hif1ab","neurog1","Hypoxia-inducible factor 1-alpha","O42606","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBG0","hif1a","E7FBG0","hif1ab","pknox1.2","Hypoxia-inducible factor 1-alpha","E7FBG0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8KC31","hif1a","A8KC31","hif1ab","wdr45b","Hypoxia-inducible factor 1-alpha","A8KC31","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F6Q1","hif1a","E7F6Q1","hif1ab","mxd4","Hypoxia-inducible factor 1-alpha","E7F6Q1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE67","hif1a","E7FE67","hif1ab","si:dkey-79d12.4","Hypoxia-inducible factor 1-alpha","E7FE67","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZV08","hif1a","Q7ZV08","hif1ab","scamp2","Hypoxia-inducible factor 1-alpha","Q7ZV08","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QLZ5","hif1a","F1QLZ5","hif1ab","sinhcafl","Hypoxia-inducible factor 1-alpha","F1QLZ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A514","hif1a","B8A514","hif1ab","gdap1l1","Hypoxia-inducible factor 1-alpha","B8A514","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LGA1","hif1a","A0A140LGA1","hif1ab","map1lc3cl","Hypoxia-inducible factor 1-alpha","A0A140LGA1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R058","hif1a","F1R058","hif1ab","sde2","Hypoxia-inducible factor 1-alpha","F1R058","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4P0","hif1a","E7F4P0","hif1ab","si:dkey-210j14.4","Hypoxia-inducible factor 1-alpha","E7F4P0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LXB1","hif1a","si:dkey-42i9.5","hif1ab","atrip","Hypoxia-inducible factor 1-alpha","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFG5","hif1a","F1QFG5","hif1ab","si:dkey-177p2.6","Hypoxia-inducible factor 1-alpha","F1QFG5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A5P4","hif1a","B8A5P4","hif1ab","ccdc85a","Hypoxia-inducible factor 1-alpha","B8A5P4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WCX5","hif1a","X1WCX5","hif1ab","slc25a36b","Hypoxia-inducible factor 1-alpha","X1WCX5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4QN62","hif1a","glt8d4","hif1ab","gxylt2","Hypoxia-inducible factor 1-alpha","UDP-D-xylose:beta-D-glucoside alpha-1,3-D-xylosyltransferase (EC 2.4.2.42)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE80","hif1a","E7FE80","hif1ab","pak6a","Hypoxia-inducible factor 1-alpha","E7FE80","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F704","hif1a","E7F704","hif1ab","si:ch1073-272o11.3","Hypoxia-inducible factor 1-alpha","E7F704","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QBC6","hif1a","E9QBC6","hif1ab","si:dkey-184a18.5","Hypoxia-inducible factor 1-alpha","E9QBC6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZ68","hif1a","E7EZ68","hif1ab","foxp1b","Hypoxia-inducible factor 1-alpha","E7EZ68","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R1W1","hif1a","F1R1W1","hif1ab","strn3","Hypoxia-inducible factor 1-alpha","F1R1W1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2HPG2","hif1a","LGIa","hif1ab","lgi1a","Hypoxia-inducible factor 1-alpha","Leucine-rich glioma-inactivated protein 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QMY7","hif1a","F1QMY7","hif1ab","kbtbd8","Hypoxia-inducible factor 1-alpha","F1QMY7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBP0","hif1a","wu:fj49c05","hif1ab","cox7c","Hypoxia-inducible factor 1-alpha","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IM47","hif1a","A0A0R4IM47","hif1ab","asap1a","Hypoxia-inducible factor 1-alpha","A0A0R4IM47","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZ59","hif1a","E7EZ59","hif1ab","wdr4","Hypoxia-inducible factor 1-alpha","E7EZ59","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RHE6","hif1a","Q5RHE6","hif1ab","slain2","Hypoxia-inducible factor 1-alpha","Q5RHE6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFW2","hif1a","F1QFW2","hif1ab","trim2a","Hypoxia-inducible factor 1-alpha","F1QFW2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QMA3","hif1a","A0A2R8QMA3","hif1ab","pdk3a","Hypoxia-inducible factor 1-alpha","A0A2R8QMA3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RYH8","hif1a","A0A2R8RYH8","hif1ab","slc25a3b","Hypoxia-inducible factor 1-alpha","A0A2R8RYH8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE62","hif1a","E7FE62","hif1ab","cnsta","Hypoxia-inducible factor 1-alpha","E7FE62","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QE37","hif1a","E9QE37","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QE37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVP2","hif1a","wu:fb98b08","hif1ab","rab5c","Hypoxia-inducible factor 1-alpha","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FB37","hif1a","E7FB37","hif1ab","ptbp3","Hypoxia-inducible factor 1-alpha","E7FB37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8E4S2","hif1a","A8E4S2","hif1ab","cdk8","Hypoxia-inducible factor 1-alpha","A8E4S2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IMJ1","hif1a","A0A0R4IMJ1","hif1ab","ccpg1","Hypoxia-inducible factor 1-alpha","A0A0R4IMJ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q0P439","hif1a","Q0P439","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q0P439","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QGS5","hif1a","A0A2R8QGS5","hif1ab","znf271","Hypoxia-inducible factor 1-alpha","A0A2R8QGS5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JFT7","hif1a","Q8JFT7","hif1ab","kpna3","Hypoxia-inducible factor 1-alpha","Q8JFT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FCU0","hif1a","npm1","hif1ab","npm1a","Hypoxia-inducible factor 1-alpha","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6A9","hif1a","B0S6A9","hif1ab","wdr3","Hypoxia-inducible factor 1-alpha","B0S6A9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R356","hif1a","F1R356","hif1ab","si:dkey-85a20.4","Hypoxia-inducible factor 1-alpha","F1R356","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4U6","hif1a","F1R4U6","hif1ab","si:ch211-14a17.10","Hypoxia-inducible factor 1-alpha","F1R4U6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286Y9P9","hif1a","A0A286Y9P9","hif1ab","ezh2","Hypoxia-inducible factor 1-alpha","A0A286Y9P9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1ECV3","hif1a","Q1ECV3","hif1ab","mob2b","Hypoxia-inducible factor 1-alpha","Q1ECV3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IN50","hif1a","A0A0R4IN50","hif1ab","hfm1","Hypoxia-inducible factor 1-alpha","A0A0R4IN50","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W429","hif1a","F8W429","hif1ab","dnm1a","Hypoxia-inducible factor 1-alpha","F8W429","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGD9","hif1a","F1QGD9","hif1ab","trmt1","Hypoxia-inducible factor 1-alpha","F1QGD9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P271","hif1a","Q6P271","hif1ab","atp1a3a","Hypoxia-inducible factor 1-alpha","Q6P271","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4I9C1","hif1a","A0A0R4I9C1","hif1ab","yars1","Hypoxia-inducible factor 1-alpha","A0A0R4I9C1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBK7","hif1a","F1RBK7","hif1ab","cbx7a","Hypoxia-inducible factor 1-alpha","F1RBK7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6TGR7","hif1a","Q6TGR7","hif1ab","ptena","Hypoxia-inducible factor 1-alpha","Q6TGR7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T174","hif1a","Q7T174","hif1ab","sat1b","Hypoxia-inducible factor 1-alpha","Q7T174","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PH11","hif1a","pym1","hif1ab","pym1","Hypoxia-inducible factor 1-alpha","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R7F6","hif1a","F1R7F6","hif1ab","uggt1","Hypoxia-inducible factor 1-alpha","F1R7F6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QA19","hif1a","F1QA19","hif1ab","jade1","Hypoxia-inducible factor 1-alpha","F1QA19","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1A5L0","hif1a","Crumbs homolog 3a","hif1ab","crb3a","Hypoxia-inducible factor 1-alpha","Crumbs homolog 3a (Crumbs-like protein 3a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8F7","hif1a","ston1","hif1ab","gtf2a1l","Hypoxia-inducible factor 1-alpha","General transcription factor IIA, 1-like (Stonin 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMF6","hif1a","A5PMF6","hif1ab","colgalt1","Hypoxia-inducible factor 1-alpha","A5PMF6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9I0","hif1a","F1R9I0","hif1ab","eif4g2a","Hypoxia-inducible factor 1-alpha","F1R9I0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F0K1","hif1a","E7F0K1","hif1ab","-","Hypoxia-inducible factor 1-alpha","E7F0K1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","O93599","hif1a","STAT3b1","hif1ab","stat3","Hypoxia-inducible factor 1-alpha","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDE0","hif1a","F1QDE0","hif1ab","si:ch1073-100f3.2","Hypoxia-inducible factor 1-alpha","F1QDE0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S7C3","hif1a","Tcfubf","hif1ab","ubtfl","Hypoxia-inducible factor 1-alpha","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCJ9","hif1a","F1RCJ9","hif1ab","pacs2","Hypoxia-inducible factor 1-alpha","F1RCJ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4IFW2","hif1a","A4IFW2","hif1ab","ptprf","Hypoxia-inducible factor 1-alpha","A4IFW2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVM5","hif1a","tubgl","hif1ab","tubg1","Hypoxia-inducible factor 1-alpha","Tubulin gamma chain","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAS0","hif1a","E7FAS0","hif1ab","pde4a","Hypoxia-inducible factor 1-alpha","E7FAS0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6IQC7","hif1a","Q6IQC7","hif1ab","tmx2b","Hypoxia-inducible factor 1-alpha","Q6IQC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4K5","hif1a","E7F4K5","hif1ab","spag9b","Hypoxia-inducible factor 1-alpha","E7F4K5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8E8","hif1a","F1R8E8","hif1ab","brca2","Hypoxia-inducible factor 1-alpha","F1R8E8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DG25","hif1a","Q6DG25","hif1ab","slc38a5b","Hypoxia-inducible factor 1-alpha","Q6DG25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJV2","hif1a","F1QJV2","hif1ab","mknk1","Hypoxia-inducible factor 1-alpha","F1QJV2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4J8E6","hif1a","A0A0R4J8E6","hif1ab","prpf8","Hypoxia-inducible factor 1-alpha","A0A0R4J8E6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QEA6","hif1a","E9QEA6","hif1ab","acer3","Hypoxia-inducible factor 1-alpha","E9QEA6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F9N2","hif1a","E7F9N2","hif1ab","pkdccb","Hypoxia-inducible factor 1-alpha","E7F9N2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IPH2","hif1a","A0A0R4IPH2","hif1ab","tubb2b","Hypoxia-inducible factor 1-alpha","A0A0R4IPH2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q58EF7","hif1a","Q58EF7","hif1ab","ablim1b","Hypoxia-inducible factor 1-alpha","Q58EF7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R2R7","hif1a","fi23e01","hif1ab","cry4","Hypoxia-inducible factor 1-alpha","Cryptochrome circadian clock 4 isoform X1 (Cryptochrome circadian regulator 4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JFB7","hif1a","ormdl1","hif1ab","ormdl1","Hypoxia-inducible factor 1-alpha","ORM1-like protein 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q98TT6","hif1a","eif4ebp3l","hif1ab","eif4ebp3l","Hypoxia-inducible factor 1-alpha","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RAK1","hif1a","fj55b02","hif1ab","-","Hypoxia-inducible factor 1-alpha","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P0T1","hif1a","Q6P0T1","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q6P0T1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F2XG13","hif1a","F2XG13","hif1ab","soul4","Hypoxia-inducible factor 1-alpha","F2XG13","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGR8","hif1a","F1QGR8","hif1ab","si:dkey-48p11.3","Hypoxia-inducible factor 1-alpha","F1QGR8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503T8","hif1a","Q503T8","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q503T8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IAV9","hif1a","A0A0R4IAV9","hif1ab","suco","Hypoxia-inducible factor 1-alpha","A0A0R4IAV9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1MT43","hif1a","Q1MT43","hif1ab","angpt1","Hypoxia-inducible factor 1-alpha","Q1MT43","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PLC8","hif1a","A5PLC8","hif1ab","ptmab","Hypoxia-inducible factor 1-alpha","A5PLC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RVE2","hif1a","A0A2R8RVE2","hif1ab","nln","Hypoxia-inducible factor 1-alpha","A0A2R8RVE2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QF19","hif1a","F1QF19","hif1ab","hectd3","Hypoxia-inducible factor 1-alpha","F1QF19","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IBA8","hif1a","A0A0R4IBA8","hif1ab","pnp5b","Hypoxia-inducible factor 1-alpha","A0A0R4IBA8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EY17","hif1a","E7EY17","hif1ab","si:dkey-210j14.3","Hypoxia-inducible factor 1-alpha","E7EY17","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P2A9","hif1a","Q6P2A9","hif1ab","fubp1","Hypoxia-inducible factor 1-alpha","Q6P2A9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F6Z5","hif1a","Ataxin 1b","hif1ab","atxn1b","Hypoxia-inducible factor 1-alpha","Ataxin 1b (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NJM7","hif1a","F6NJM7","hif1ab","plekhh2","Hypoxia-inducible factor 1-alpha","F6NJM7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4VBV0","hif1a","Q4VBV0","hif1ab","wdfy1","Hypoxia-inducible factor 1-alpha","Q4VBV0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DI22","hif1a","hadhsc","hif1ab","hadh","Hypoxia-inducible factor 1-alpha","3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LU97","hif1a","Q1LU97","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q1LU97","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WEH8","hif1a","H0WEH8","hif1ab","znf1128","Hypoxia-inducible factor 1-alpha","H0WEH8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4Y5","hif1a","F1Q4Y5","hif1ab","srgap1a","Hypoxia-inducible factor 1-alpha","F1Q4Y5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WFE4","hif1a","X1WFE4","hif1ab","mrm2","Hypoxia-inducible factor 1-alpha","X1WFE4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","K7DY76","hif1a","K7DY76","hif1ab","dynlrb2","Hypoxia-inducible factor 1-alpha","K7DY76","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5BJ17","hif1a","zgc:110766","hif1ab","tufm","Hypoxia-inducible factor 1-alpha","Elongation factor Tu","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P0C0","hif1a","PCTP-like protein","hif1ab","stard10","Hypoxia-inducible factor 1-alpha","PCTP-like protein (StAR-related lipid transfer (START) domain-containing 10) (Zgc:77147)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWX8","hif1a","jak4","hif1ab","jak2a","Hypoxia-inducible factor 1-alpha","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHS3","hif1a","F1QHS3","hif1ab","eif3eb","Hypoxia-inducible factor 1-alpha","F1QHS3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QJ32","hif1a","E9QJ32","hif1ab","eya1","Hypoxia-inducible factor 1-alpha","E9QJ32","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W621","hif1a","F8W621","hif1ab","tpmt.2","Hypoxia-inducible factor 1-alpha","F8W621","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDR0","hif1a","F1QDR0","hif1ab","ubap2a","Hypoxia-inducible factor 1-alpha","F1QDR0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F596","hif1a","E7F596","hif1ab","dnajc5b","Hypoxia-inducible factor 1-alpha","E7F596","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FGS1","hif1a","Zinc finger and BTB domain-containing 16b","hif1ab","zbtb16b","Hypoxia-inducible factor 1-alpha","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A498","hif1a","B8A498","hif1ab","slit1a","Hypoxia-inducible factor 1-alpha","B8A498","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFA6","hif1a","F1QFA6","hif1ab","cnot1","Hypoxia-inducible factor 1-alpha","F1QFA6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R961","hif1a","F1R961","hif1ab","acot9.1","Hypoxia-inducible factor 1-alpha","F1R961","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F4J1","hif1a","E7F4J1","hif1ab","kif3ca","Hypoxia-inducible factor 1-alpha","E7F4J1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BFZ1","hif1a","Max dimerization protein 1","hif1ab","mxd1","Hypoxia-inducible factor 1-alpha","Max dimerization protein 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QRF8","hif1a","F1QRF8","hif1ab","atad3","Hypoxia-inducible factor 1-alpha","F1QRF8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A5J5","hif1a","B8A5J5","hif1ab","ptprdb","Hypoxia-inducible factor 1-alpha","B8A5J5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IVF6","hif1a","A0A0R4IVF6","hif1ab","ndufc2","Hypoxia-inducible factor 1-alpha","A0A0R4IVF6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0Q1","hif1a","Solute carrier family 2 member 1b","hif1ab","slc2a1b","Hypoxia-inducible factor 1-alpha","Solute carrier family 2 member 1b (Solute carrier family 2, facilitated glucose transporter member 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JM81","hif1a","B8JM81","hif1ab","gorab","Hypoxia-inducible factor 1-alpha","B8JM81","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0J9YIV8","hif1a","A0A0J9YIV8","hif1ab","si:ch211-67n3.9","Hypoxia-inducible factor 1-alpha","A0A0J9YIV8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUX7","hif1a","Q1LUX7","hif1ab","clasrp","Hypoxia-inducible factor 1-alpha","Q1LUX7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DIZ3","hif1a","Uncharacterized protein LOC100126019 precursor","hif1ab","-","Hypoxia-inducible factor 1-alpha","Uncharacterized protein LOC100126019 precursor (Zgc:171967)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P116","hif1a","Q6P116","hif1ab","rcor2","Hypoxia-inducible factor 1-alpha","Q6P116","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8QGA2","hif1a","pth2","hif1ab","pth2","Hypoxia-inducible factor 1-alpha","Tuberoinfundibular peptide of 39 residues (TIP39) (Parathyroid hormone 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F587","hif1a","E7F587","hif1ab","zdhhc20b","Hypoxia-inducible factor 1-alpha","E7F587","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QFX4","hif1a","A0A2R8QFX4","hif1ab","mfge8b","Hypoxia-inducible factor 1-alpha","A0A2R8QFX4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WH54","hif1a","lpin1","hif1ab","lpin1","Hypoxia-inducible factor 1-alpha","phosphatidate phosphatase (EC 3.1.3.4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F1F7","hif1a","Proto-oncogene c-Fos-like isoform X1","hif1ab","fosaa","Hypoxia-inducible factor 1-alpha","Proto-oncogene c-Fos-like isoform X1 (V-fos FBJ murine osteosarcoma viral oncogene homolog Aa)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDQ1","hif1a","F1QDQ1","hif1ab","copa","Hypoxia-inducible factor 1-alpha","F1QDQ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBY1","hif1a","akap1","hif1ab","akap1b","Hypoxia-inducible factor 1-alpha","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IFM1","hif1a","A0A0R4IFM1","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0R4IFM1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QBN3","hif1a","E9QBN3","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QBN3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FE12","hif1a","Nuclear factor of activated T-cells, cytoplasmic 3","hif1ab","nfatc3a","Hypoxia-inducible factor 1-alpha","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q4W7","hif1a","Histone-lysine N-methyltransferase, H3 lysine-79 specific","hif1ab","dot1l","Hypoxia-inducible factor 1-alpha","Histone-lysine N-methyltransferase, H3 lysine-79 specific (EC 2.1.1.360) (Histone H3-K79 methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCY2","hif1a","bZ1P14.9","hif1ab","trpc6a","Hypoxia-inducible factor 1-alpha","Short transient receptor potential channel 6 isoform X1 (Transient receptor potential cation channel subfamily c member 6a) (Transient receptor potential cation channel, subfamily C, member 6a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RR66","hif1a","A0A2R8RR66","hif1ab","arsh","Hypoxia-inducible factor 1-alpha","A0A2R8RR66","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVI5","hif1a","Q1LVI5","hif1ab","si:ch211-132b12.7","Hypoxia-inducible factor 1-alpha","Q1LVI5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IVZ7","hif1a","A0A0R4IVZ7","hif1ab","crebbpb","Hypoxia-inducible factor 1-alpha","A0A0R4IVZ7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F376","hif1a","E7F376","hif1ab","pcdh1b","Hypoxia-inducible factor 1-alpha","E7F376","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QGQ0","hif1a","Histone-lysine N-methyltransferase SETD1A isoform X1","hif1ab","setd1a","Hypoxia-inducible factor 1-alpha","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FB00","hif1a","Synaptotagmin-like 5","hif1ab","sytl5","Hypoxia-inducible factor 1-alpha","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFB0","hif1a","F1QFB0","hif1ab","dennd2db","Hypoxia-inducible factor 1-alpha","F1QFB0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8T1","hif1a","F1R8T1","hif1ab","pfkfb4a","Hypoxia-inducible factor 1-alpha","F1R8T1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PVK5","hif1a","ldha","hif1ab","ldha","Hypoxia-inducible factor 1-alpha","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNC7","hif1a","F1QNC7","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QNC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QIB3","hif1a","F1QIB3","hif1ab","dbnlb","Hypoxia-inducible factor 1-alpha","F1QIB3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q71PD7","hif1a","h2az2a","hif1ab","h2az2a","Hypoxia-inducible factor 1-alpha","Histone H2A.V (H2A.F/Z)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IQW8","hif1a","A0A0R4IQW8","hif1ab","ssbp2","Hypoxia-inducible factor 1-alpha","A0A0R4IQW8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q567Y8","hif1a","ppp2ca","hif1ab","ppp2caa","Hypoxia-inducible factor 1-alpha","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEA0","hif1a","F1QEA0","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QEA0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHP6","hif1a","F1QHP6","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QHP6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NWA1","hif1a","Q6NWA1","hif1ab","ammecr1","Hypoxia-inducible factor 1-alpha","Q6NWA1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBW3","hif1a","F1RBW3","hif1ab","prkcsh","Hypoxia-inducible factor 1-alpha","F1RBW3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZVX7","hif1a","zgc:55526","hif1ab","atf3","Hypoxia-inducible factor 1-alpha","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JAU9","hif1a","U3JAU9","hif1ab","si:dkey-66i24.7","Hypoxia-inducible factor 1-alpha","U3JAU9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PHI8","hif1a","TKT","hif1ab","tktb","Hypoxia-inducible factor 1-alpha","transketolase (EC 2.2.1.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBH0","hif1a","F1RBH0","hif1ab","klf13","Hypoxia-inducible factor 1-alpha","F1RBH0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P111","hif1a","lsm14a","hif1ab","lsm14aa","Hypoxia-inducible factor 1-alpha","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSW0","hif1a","F1QSW0","hif1ab","vars2","Hypoxia-inducible factor 1-alpha","F1QSW0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T2C1","hif1a","zgc:64071","hif1ab","cul4a","Hypoxia-inducible factor 1-alpha","Cullin-4A","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QMB8","hif1a","A0A2R8QMB8","hif1ab","ccdc47","Hypoxia-inducible factor 1-alpha","A0A2R8QMB8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","L7NKH5","hif1a","L7NKH5","hif1ab","cntnap2a","Hypoxia-inducible factor 1-alpha","L7NKH5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QRT7","hif1a","F1QRT7","hif1ab","zbtb20","Hypoxia-inducible factor 1-alpha","F1QRT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DIW6","hif1a","Uncharacterized protein LOC792915","hif1ab","-","Hypoxia-inducible factor 1-alpha","Uncharacterized protein LOC792915 (Zgc:194578)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BEV4","hif1a","A2BEV4","hif1ab","tagln3a","Hypoxia-inducible factor 1-alpha","A2BEV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A6G9","hif1a","fl74c10","hif1ab","map4k5","Hypoxia-inducible factor 1-alpha","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMR2","hif1a","usp33","hif1ab","usp33","Hypoxia-inducible factor 1-alpha","Ubiquitin carboxyl-terminal hydrolase 33 (EC 3.4.19.12) (Deubiquitinating enzyme 33) (Ubiquitin thioesterase 33) (Ubiquitin-specific-processing protease 33)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A5X4","hif1a","B8A5X4","hif1ab","lrit2","Hypoxia-inducible factor 1-alpha","B8A5X4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F683","hif1a","mitogen-activated protein kinase kinase kinase","hif1ab","map3k2","Hypoxia-inducible factor 1-alpha","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BIH4","hif1a","A2BIH4","hif1ab","znf644a","Hypoxia-inducible factor 1-alpha","A2BIH4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F9J1","hif1a","E7F9J1","hif1ab","clpxb","Hypoxia-inducible factor 1-alpha","E7F9J1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A6I2","hif1a","B8A6I2","hif1ab","zfyve21","Hypoxia-inducible factor 1-alpha","B8A6I2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZZZ4","hif1a","Q7ZZZ4","hif1ab","higd1a","Hypoxia-inducible factor 1-alpha","Q7ZZZ4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P102","hif1a","hm:zehn0976","hif1ab","ywhabl","Hypoxia-inducible factor 1-alpha","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide like isoform X1 (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide-like)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2KN93","hif1a","specc1la","hif1ab","specc1la","Hypoxia-inducible factor 1-alpha","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WDQ3","hif1a","X1WDQ3","hif1ab","prr12b","Hypoxia-inducible factor 1-alpha","X1WDQ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","H0WEW1","hif1a","H0WEW1","hif1ab","fnbp1b","Hypoxia-inducible factor 1-alpha","H0WEW1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IX88","hif1a","A0A0R4IX88","hif1ab","si:dkey-61n16.5","Hypoxia-inducible factor 1-alpha","A0A0R4IX88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IV86","hif1a","A0A0R4IV86","hif1ab","si:ch211-221f10.2","Hypoxia-inducible factor 1-alpha","A0A0R4IV86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4INV4","hif1a","A0A0R4INV4","hif1ab","inpp5e","Hypoxia-inducible factor 1-alpha","A0A0R4INV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0JPF8","hif1a","A0JPF8","hif1ab","zdhhc3b","Hypoxia-inducible factor 1-alpha","A0JPF8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F9W6","hif1a","E7F9W6","hif1ab","ddhd1a","Hypoxia-inducible factor 1-alpha","E7F9W6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0G2KUS3","hif1a","A0A0G2KUS3","hif1ab","stard5","Hypoxia-inducible factor 1-alpha","A0A0G2KUS3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QF00","hif1a","F1QF00","hif1ab","pgm1","Hypoxia-inducible factor 1-alpha","F1QF00","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S4Y9","hif1a","B0S4Y9","hif1ab","cdca7a","Hypoxia-inducible factor 1-alpha","B0S4Y9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ITA8","hif1a","A0A0R4ITA8","hif1ab","pfkpa","Hypoxia-inducible factor 1-alpha","A0A0R4ITA8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0V348","hif1a","B0V348","hif1ab","asnsd1","Hypoxia-inducible factor 1-alpha","B0V348","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S6J8","hif1a","B0S6J8","hif1ab","ankrd10b","Hypoxia-inducible factor 1-alpha","B0S6J8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q610","hif1a","A0A2R8Q610","hif1ab","ppp2r2bb","Hypoxia-inducible factor 1-alpha","A0A2R8Q610","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5V3","hif1a","fasn","hif1ab","fasn","Hypoxia-inducible factor 1-alpha","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVU5","hif1a","F1QVU5","hif1ab","unc50","Hypoxia-inducible factor 1-alpha","F1QVU5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5J7","hif1a","cb971","hif1ab","asph","Hypoxia-inducible factor 1-alpha","Aspartate beta-hydroxylase (EC 1.14.11.16)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q561U6","hif1a","Q561U6","hif1ab","arl4ca","Hypoxia-inducible factor 1-alpha","Q561U6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T321","hif1a","Q7T321","hif1ab","kcmf1","Hypoxia-inducible factor 1-alpha","Q7T321","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QLP5","hif1a","F1QLP5","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QLP5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A8WHV4","hif1a","A8WHV4","hif1ab","si:dkey-190g11.3","Hypoxia-inducible factor 1-alpha","A8WHV4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ILS8","hif1a","A0A0R4ILS8","hif1ab","hspbp1","Hypoxia-inducible factor 1-alpha","A0A0R4ILS8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4II36","hif1a","A0A0R4II36","hif1ab","tmem265","Hypoxia-inducible factor 1-alpha","A0A0R4II36","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D6UPT1","hif1a","papd5","hif1ab","tent4b","Hypoxia-inducible factor 1-alpha","Non-canonical poly(A) RNA polymerase PAPD5 (EC 2.7.7.19) (Terminal nucleotidyltransferase 4B)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RAE2","hif1a","F1RAE2","hif1ab","gar1","Hypoxia-inducible factor 1-alpha","F1RAE2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IG34","hif1a","A0A0R4IG34","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QCZ5","hif1a","E9QCZ5","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QCZ5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PEH1","hif1a","kdelr2","hif1ab","kdelr2","Hypoxia-inducible factor 1-alpha","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC64","hif1a","elovl6","hif1ab","elovl6","Hypoxia-inducible factor 1-alpha","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A9UH09","hif1a","A9UH09","hif1ab","mbnl3","Hypoxia-inducible factor 1-alpha","A9UH09","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LUU5","hif1a","Q1LUU5","hif1ab","zbtb22b","Hypoxia-inducible factor 1-alpha","Q1LUU5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q982","hif1a","F1Q982","hif1ab","cbx2","Hypoxia-inducible factor 1-alpha","F1Q982","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0JMC8","hif1a","A0JMC8","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0JMC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q803X7","hif1a","Q803X7","hif1ab","nap1l1","Hypoxia-inducible factor 1-alpha","Q803X7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","C3PTE8","hif1a","Beta-arrestin-1","hif1ab","arrb1","Hypoxia-inducible factor 1-alpha","Beta-arrestin-1 (Arrestin beta-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R6N5","hif1a","F1R6N5","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R6N5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0J8","hif1a","zgc:66110","hif1ab","pdhx","Hypoxia-inducible factor 1-alpha","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8QHL5","hif1a","phc2","hif1ab","phc2","Hypoxia-inducible factor 1-alpha","Polyhomeotic-like protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QFK9","hif1a","fc22d10","hif1ab","cstf1","Hypoxia-inducible factor 1-alpha","Cleavage stimulation factor 50 kDa subunit","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RCD5","hif1a","F1RCD5","hif1ab","cadpsb","Hypoxia-inducible factor 1-alpha","F1RCD5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIN0","hif1a","E9QIN0","hif1ab","-","Hypoxia-inducible factor 1-alpha","E9QIN0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5T5","hif1a","E7F5T5","hif1ab","pmm1","Hypoxia-inducible factor 1-alpha","E7F5T5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F647","hif1a","E7F647","hif1ab","si:ch73-233f7.1","Hypoxia-inducible factor 1-alpha","E7F647","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DGL0","hif1a","zgc:92872","hif1ab","rpl18","Hypoxia-inducible factor 1-alpha","Ribosomal protein L18 (Zgc:92872)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SX91","hif1a","fj66c04","hif1ab","rrs1","Hypoxia-inducible factor 1-alpha","Ribosome biogenesis regulatory protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GMI3","hif1a","reverbb2","hif1ab","nr1d2b","Hypoxia-inducible factor 1-alpha","Nr1d2b protein (Nuclear receptor subfamily 1 group D member 2) (Nuclear receptor subfamily 1, group D, member 2b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EZN0","hif1a","E7EZN0","hif1ab","glt1d1","Hypoxia-inducible factor 1-alpha","E7EZN0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQ85","hif1a","A3KQ85","hif1ab","arl2bp","Hypoxia-inducible factor 1-alpha","A3KQ85","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JMB4","hif1a","B8JMB4","hif1ab","yif1b","Hypoxia-inducible factor 1-alpha","B8JMB4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RBC5","hif1a","F1RBC5","hif1ab","pde12","Hypoxia-inducible factor 1-alpha","F1RBC5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JLP7","hif1a","B8JLP7","hif1ab","ankrd12","Hypoxia-inducible factor 1-alpha","B8JLP7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QEJ9","hif1a","F1QEJ9","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1QEJ9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NT24","hif1a","adam10","hif1ab","adam10a","Hypoxia-inducible factor 1-alpha","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5VSC8","hif1a","Q5VSC8","hif1ab","ddhd1b","Hypoxia-inducible factor 1-alpha","Q5VSC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WDM7","hif1a","X1WDM7","hif1ab","pfkpb","Hypoxia-inducible factor 1-alpha","X1WDM7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PU58","hif1a","Q9PU58","hif1ab","nipsnap2","Hypoxia-inducible factor 1-alpha","Q9PU58","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QPB0","hif1a","F1QPB0","hif1ab","nt5dc1","Hypoxia-inducible factor 1-alpha","F1QPB0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC46","hif1a","Q6PC46","hif1ab","wdr83os","Hypoxia-inducible factor 1-alpha","Q6PC46","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q05AL8","hif1a","Q05AL8","hif1ab","znf76","Hypoxia-inducible factor 1-alpha","Q05AL8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9PTF3","hif1a","ndpkz3","hif1ab","nme3","Hypoxia-inducible factor 1-alpha","Nucleoside diphosphate kinase (EC 2.7.4.6)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IYA4","hif1a","A0A0R4IYA4","hif1ab","pnisr","Hypoxia-inducible factor 1-alpha","A0A0R4IYA4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q753","hif1a","F1Q753","hif1ab","ppp6r2b","Hypoxia-inducible factor 1-alpha","F1Q753","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q551","hif1a","F1Q551","hif1ab","trioa","Hypoxia-inducible factor 1-alpha","F1Q551","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSQ6","hif1a","F1QSQ6","hif1ab","diras1a","Hypoxia-inducible factor 1-alpha","F1QSQ6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DK47","hif1a","B3DK47","hif1ab","per1b","Hypoxia-inducible factor 1-alpha","B3DK47","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5VSE1","hif1a","Q5VSE1","hif1ab","slc35e3","Hypoxia-inducible factor 1-alpha","Q5VSE1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QXC7","hif1a","F1QXC7","hif1ab","rfng","Hypoxia-inducible factor 1-alpha","F1QXC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8L9","hif1a","F1R8L9","hif1ab","spred1","Hypoxia-inducible factor 1-alpha","F1R8L9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3ITF1","hif1a","I3ITF1","hif1ab","baz2ba","Hypoxia-inducible factor 1-alpha","I3ITF1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W4K0","hif1a","Alpha-sarcoglycan","hif1ab","sgca","Hypoxia-inducible factor 1-alpha","Alpha-sarcoglycan (Sarcoglycan, alpha)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6GMG5","hif1a","impdh1a","hif1ab","impdh1a","Hypoxia-inducible factor 1-alpha","Inosine-5'-monophosphate dehydrogenase 1a (IMP dehydrogenase 1a) (IMPD 1a) (IMPDH 1a) (EC 1.1.1.205)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DBU9","hif1a","Q6DBU9","hif1ab","yipf2","Hypoxia-inducible factor 1-alpha","Q6DBU9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IS50","hif1a","A0A0R4IS50","hif1ab","dusp1","Hypoxia-inducible factor 1-alpha","A0A0R4IS50","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5R205","hif1a","Q5R205","hif1ab","kcnj11l","Hypoxia-inducible factor 1-alpha","Q5R205","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHJ3","hif1a","Q6DHJ3","hif1ab","nvd-Dr","Hypoxia-inducible factor 1-alpha","Q6DHJ3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5TZC8","hif1a","id:ibd2798","hif1ab","enah","Hypoxia-inducible factor 1-alpha","ENAH actin regulator (Protein enabled homolog isoform 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVB7","hif1a","Q1LVB7","hif1ab","si:ch211-51e12.7","Hypoxia-inducible factor 1-alpha","Q1LVB7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FCJ1","hif1a","Anaphase-promoting complex subunit 10","hif1ab","anapc10","Hypoxia-inducible factor 1-alpha","Anaphase-promoting complex subunit 10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAG7","hif1a","E7FAG7","hif1ab","rbms1a","Hypoxia-inducible factor 1-alpha","E7FAG7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P5M3","hif1a","hm:zeh0819","hif1ab","rps9","Hypoxia-inducible factor 1-alpha","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LY46","hif1a","letm1","hif1ab","letm1","Hypoxia-inducible factor 1-alpha","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGY9","hif1a","F1QGY9","hif1ab","loxl5b","Hypoxia-inducible factor 1-alpha","F1QGY9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8JKP1","hif1a","B8JKP1","hif1ab","ext1c","Hypoxia-inducible factor 1-alpha","B8JKP1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WHN5","hif1a","X1WHN5","hif1ab","-","Hypoxia-inducible factor 1-alpha","X1WHN5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1RLU2","hif1a","Q1RLU2","hif1ab","fbxo8","Hypoxia-inducible factor 1-alpha","Q1RLU2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q7T3","hif1a","F1Q7T3","hif1ab","slc16a3","Hypoxia-inducible factor 1-alpha","F1Q7T3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKN1","hif1a","F1QKN1","hif1ab","ppp1r3da","Hypoxia-inducible factor 1-alpha","F1QKN1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5TZE1","hif1a","btbd6b","hif1ab","btbd6b","Hypoxia-inducible factor 1-alpha","BTB/POZ domain-containing protein 6-B","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WFM4","hif1a","wu:fi34a03","hif1ab","ube2q2","Hypoxia-inducible factor 1-alpha","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q0GKC4","hif1a","Q0GKC4","hif1ab","bmf2","Hypoxia-inducible factor 1-alpha","Q0GKC4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5RGI4","hif1a","Q5RGI4","hif1ab","dennd6b","Hypoxia-inducible factor 1-alpha","Q5RGI4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QAI1","hif1a","F1QAI1","hif1ab","crot","Hypoxia-inducible factor 1-alpha","F1QAI1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5XJA3","hif1a","Q5XJA3","hif1ab","prrc1","Hypoxia-inducible factor 1-alpha","Q5XJA3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q8E1","hif1a","F1Q8E1","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1Q8E1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AY15","hif1a","madh3","hif1ab","smad3a","Hypoxia-inducible factor 1-alpha","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QA76","hif1a","F1QA76","hif1ab","rtn4rl2b","Hypoxia-inducible factor 1-alpha","F1QA76","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08CH3","hif1a","Q08CH3","hif1ab","mpnd","Hypoxia-inducible factor 1-alpha","Q08CH3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IW43","hif1a","A0A0R4IW43","hif1ab","cog3","Hypoxia-inducible factor 1-alpha","A0A0R4IW43","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R3I7","hif1a","F1R3I7","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R3I7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QSN9","hif1a","F1QSN9","hif1ab","nmrk2","Hypoxia-inducible factor 1-alpha","F1QSN9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FA75","hif1a","Farnesylated proteins-converting enzyme 2","hif1ab","rce1a","Hypoxia-inducible factor 1-alpha","Farnesylated proteins-converting enzyme 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3K3","hif1a","fbxo9","hif1ab","fbxo9","Hypoxia-inducible factor 1-alpha","F-box only protein 9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q801U3","hif1a","Q801U3","hif1ab","srsf3a","Hypoxia-inducible factor 1-alpha","Q801U3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W477","hif1a","TRAP[b]","hif1ab","ssr2","Hypoxia-inducible factor 1-alpha","Translocon-associated protein subunit beta (TRAP-beta) (Signal sequence receptor subunit beta)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F624","hif1a","Microtubule-associated protein 6 isoform X1","hif1ab","map6a","Hypoxia-inducible factor 1-alpha","Microtubule-associated protein 6 isoform X1 (Microtubule-associated protein 6a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W2V5","hif1a","F8W2V5","hif1ab","cert1a","Hypoxia-inducible factor 1-alpha","F8W2V5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2MLR9","hif1a","cdh10","hif1ab","cdh10a","Hypoxia-inducible factor 1-alpha","Cadherin-6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08C81","hif1a","med19a","hif1ab","med19a","Hypoxia-inducible factor 1-alpha","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W4H3","hif1a","F8W4H3","hif1ab","tyk2","Hypoxia-inducible factor 1-alpha","F8W4H3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","G1K2X8","hif1a","G1K2X8","hif1ab","xpot","Hypoxia-inducible factor 1-alpha","G1K2X8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A6H8I0","hif1a","usp22","hif1ab","usp22","Hypoxia-inducible factor 1-alpha","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIZ1","hif1a","E9QIZ1","hif1ab","si:ch211-197h24.6","Hypoxia-inducible factor 1-alpha","E9QIZ1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IE69","hif1a","A0A0R4IE69","hif1ab","impg2b","Hypoxia-inducible factor 1-alpha","A0A0R4IE69","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7EXW7","hif1a","E7EXW7","hif1ab","aldh1l2","Hypoxia-inducible factor 1-alpha","E7EXW7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ID68","hif1a","zgc:110298","hif1ab","pfklb","Hypoxia-inducible factor 1-alpha","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WBY6","hif1a","X1WBY6","hif1ab","bach1a","Hypoxia-inducible factor 1-alpha","X1WBY6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66HY5","hif1a","Q66HY5","hif1ab","egr2b","Hypoxia-inducible factor 1-alpha","Q66HY5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5SNS6","hif1a","Q5SNS6","hif1ab","znf292b","Hypoxia-inducible factor 1-alpha","Q5SNS6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9YI01","hif1a","Gbp protein","hif1ab","gbp","Hypoxia-inducible factor 1-alpha","Gbp protein (Glycogen synthase kinase-binding protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1RLR5","hif1a","Q1RLR5","hif1ab","bcl11aa","Hypoxia-inducible factor 1-alpha","Q1RLR5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R184","hif1a","wu:fb20a07","hif1ab","txndc5","Hypoxia-inducible factor 1-alpha","protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S8H2","hif1a","si:dkey-5i22.5","hif1ab","sap130b","Hypoxia-inducible factor 1-alpha","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R5J3","hif1a","F1R5J3","hif1ab","zfpm1","Hypoxia-inducible factor 1-alpha","F1R5J3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PE25","hif1a","Q6PE25","hif1ab","eef1g","Hypoxia-inducible factor 1-alpha","Q6PE25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S665","hif1a","B0S665","hif1ab","si:dkeyp-68b7.5","Hypoxia-inducible factor 1-alpha","B0S665","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1D5NSM6","hif1a","A0A1D5NSM6","hif1ab","madd","Hypoxia-inducible factor 1-alpha","A0A1D5NSM6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90X37","hif1a","Q90X37","hif1ab","ier5","Hypoxia-inducible factor 1-alpha","Q90X37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QG91","hif1a","E9QG91","hif1ab","kdm6bb","Hypoxia-inducible factor 1-alpha","E9QG91","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S766","hif1a","B0S766","hif1ab","zmym2","Hypoxia-inducible factor 1-alpha","B0S766","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FBU7","hif1a","E7FBU7","hif1ab","xpo1b","Hypoxia-inducible factor 1-alpha","E7FBU7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q5U3J0","hif1a","Q5U3J0","hif1ab","rnf24","Hypoxia-inducible factor 1-alpha","Q5U3J0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IHL6","hif1a","A0A0R4IHL6","hif1ab","parn","Hypoxia-inducible factor 1-alpha","A0A0R4IHL6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PC14","hif1a","rpl23","hif1ab","rpl23","Hypoxia-inducible factor 1-alpha","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F6A2","hif1a","E7F6A2","hif1ab","tmco4","Hypoxia-inducible factor 1-alpha","E7F6A2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAT7","hif1a","E7FAT7","hif1ab","selenoi","Hypoxia-inducible factor 1-alpha","E7FAT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0UXV7","hif1a","B0UXV7","hif1ab","dnajc1","Hypoxia-inducible factor 1-alpha","B0UXV7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R4W7","hif1a","F1R4W7","hif1ab","zmynd11","Hypoxia-inducible factor 1-alpha","F1R4W7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBP3","hif1a","Q6PBP3","hif1ab","prxl2a","Hypoxia-inducible factor 1-alpha","Q6PBP3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4JYK5","hif1a","A4JYK5","hif1ab","nptnb","Hypoxia-inducible factor 1-alpha","A4JYK5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QKI6","hif1a","F1QKI6","hif1ab","supt20","Hypoxia-inducible factor 1-alpha","F1QKI6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q90YC5","hif1a","D160","hif1ab","efna3b","Hypoxia-inducible factor 1-alpha","Ephrin-A3 (Ephrin-A3b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KNA6","hif1a","LOC566102","hif1ab","epc1b","Hypoxia-inducible factor 1-alpha","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R0H7","hif1a","B0R0H7","hif1ab","homeza","Hypoxia-inducible factor 1-alpha","B0R0H7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QTF5","hif1a","A0A2R8QTF5","hif1ab","-","Hypoxia-inducible factor 1-alpha","A0A2R8QTF5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KPR4","hif1a","A3KPR4","hif1ab","hist1h4l","Hypoxia-inducible factor 1-alpha","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QAD6","hif1a","F1QAD6","hif1ab","bmp4","Hypoxia-inducible factor 1-alpha","F1QAD6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1RM09","hif1a","Q1RM09","hif1ab","basp1","Hypoxia-inducible factor 1-alpha","Q1RM09","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QC64","hif1a","F1QC64","hif1ab","myh9b","Hypoxia-inducible factor 1-alpha","F1QC64","tf-link","27924024","regulates","txid7955" +"Q6EHI4","T1ECU8","hif1a","T1ECU8","hif1ab","rnf19b","Hypoxia-inducible factor 1-alpha","T1ECU8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0U5","hif1a","F1R0U5","hif1ab","larp1","Hypoxia-inducible factor 1-alpha","F1R0U5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T388","hif1a","prelid1","hif1ab","prelid1a","Hypoxia-inducible factor 1-alpha","PRELI domain containing 1 (PRELI domain-containing 1a) (PRELI domain-containing protein 1, mitochondrial) (Prelid1 protein) (Px19-like protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QHD9","hif1a","E9QHD9","hif1ab","otc","Hypoxia-inducible factor 1-alpha","E9QHD9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9Y5","hif1a","F1R9Y5","hif1ab","pck2","Hypoxia-inducible factor 1-alpha","F1R9Y5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6A3P5","hif1a","Q6A3P5","hif1ab","ndrg1a","Hypoxia-inducible factor 1-alpha","Q6A3P5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDU5","hif1a","F1QDU5","hif1ab","snx30","Hypoxia-inducible factor 1-alpha","F1QDU5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QPC7","hif1a","A0A2R8QPC7","hif1ab","pqlc1","Hypoxia-inducible factor 1-alpha","A0A2R8QPC7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QQK5","hif1a","F1QQK5","hif1ab","nudt22","Hypoxia-inducible factor 1-alpha","F1QQK5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RAK9","hif1a","F1RAK9","hif1ab","lpin2","Hypoxia-inducible factor 1-alpha","F1RAK9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DKF5","hif1a","Coatomer subunit zeta","hif1ab","copz2","Hypoxia-inducible factor 1-alpha","Coatomer subunit zeta","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q9P4","hif1a","beta-snap1","hif1ab","napbb","Hypoxia-inducible factor 1-alpha","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q502I3","hif1a","cep55","hif1ab","cep55","Hypoxia-inducible factor 1-alpha","Centrosomal protein of 55 kDa (Centrosomal protein 55-like)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R3F5","hif1a","F1R3F5","hif1ab","leng9","Hypoxia-inducible factor 1-alpha","F1R3F5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1L1QZ88","hif1a","A0A1L1QZ88","hif1ab","nhsl2","Hypoxia-inducible factor 1-alpha","A0A1L1QZ88","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QJG7","hif1a","F1QJG7","hif1ab","hexim1","Hypoxia-inducible factor 1-alpha","F1QJG7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QC42","hif1a","zgc:56506","hif1ab","sybl1","Hypoxia-inducible factor 1-alpha","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZW11","hif1a","Q7ZW11","hif1ab","tmem39b","Hypoxia-inducible factor 1-alpha","Q7ZW11","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SZR4","hif1a","pgam1","hif1ab","pgam1a","Hypoxia-inducible factor 1-alpha","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IA19","hif1a","A0A0R4IA19","hif1ab","ddx24","Hypoxia-inducible factor 1-alpha","A0A0R4IA19","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DFM3","hif1a","B3DFM3","hif1ab","dlc","Hypoxia-inducible factor 1-alpha","B3DFM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHF6","hif1a","F1QHF6","hif1ab","kdm7ab","Hypoxia-inducible factor 1-alpha","F1QHF6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NZW3","hif1a","zgc:77288","hif1ab","cfl2","Hypoxia-inducible factor 1-alpha","Cofilin 2 (Muscle) (Cofilin-2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5L8","hif1a","fb98b07","hif1ab","mphosph10","Hypoxia-inducible factor 1-alpha","U3 small nucleolar ribonucleoprotein protein MPP10","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T392","hif1a","Q7T392","hif1ab","tmem179b","Hypoxia-inducible factor 1-alpha","Q7T392","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IUB5","hif1a","A0A0R4IUB5","hif1ab","srsf11","Hypoxia-inducible factor 1-alpha","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5N2","hif1a","F1Q5N2","hif1ab","mark4a","Hypoxia-inducible factor 1-alpha","F1Q5N2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P3G2","hif1a","Q6P3G2","hif1ab","snx27b","Hypoxia-inducible factor 1-alpha","Q6P3G2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QC37","hif1a","F1QC37","hif1ab","zbtb21","Hypoxia-inducible factor 1-alpha","F1QC37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NXI0","hif1a","F6NXI0","hif1ab","pfkfb4b","Hypoxia-inducible factor 1-alpha","F6NXI0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0JMN0","hif1a","zgc:154039","hif1ab","sgms1","Hypoxia-inducible factor 1-alpha","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DRH5","hif1a","nop10","hif1ab","nop10","Hypoxia-inducible factor 1-alpha","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QMW7","hif1a","F1QMW7","hif1ab","atxn7l3","Hypoxia-inducible factor 1-alpha","F1QMW7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYV3","hif1a","zgc:65861","hif1ab","h1-0","Hypoxia-inducible factor 1-alpha","H1.0 linker histone (Zgc:65861)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5P9","hif1a","B0S5P9","hif1ab","fndc3ba","Hypoxia-inducible factor 1-alpha","B0S5P9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QI61","hif1a","E9QI61","hif1ab","arrdc2","Hypoxia-inducible factor 1-alpha","E9QI61","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8JH70","hif1a","aldocb","hif1ab","aldocb","Hypoxia-inducible factor 1-alpha","Fructose-bisphosphate aldolase C-B (EC 4.1.2.13) (Brain-type aldolase-B)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FC27","hif1a","E7FC27","hif1ab","iffo1b","Hypoxia-inducible factor 1-alpha","E7FC27","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503X2","hif1a","Q503X2","hif1ab","mrpl4","Hypoxia-inducible factor 1-alpha","Q503X2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4V942","hif1a","Q4V942","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q4V942","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A140LGU1","hif1a","A0A140LGU1","hif1ab","hp1bp3","Hypoxia-inducible factor 1-alpha","A0A140LGU1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R143","hif1a","F1R143","hif1ab","znf395a","Hypoxia-inducible factor 1-alpha","F1R143","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T2F6","hif1a","wsb1","hif1ab","wsb1","Hypoxia-inducible factor 1-alpha","WD repeat and SOCS box-containing protein 1 (WSB-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R042","hif1a","F1R042","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1R042","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P2T6","hif1a","Q6P2T6","hif1ab","csrp2","Hypoxia-inducible factor 1-alpha","Q6P2T6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QRA7","hif1a","A0A2R8QRA7","hif1ab","hnrnph3","Hypoxia-inducible factor 1-alpha","A0A2R8QRA7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503F7","hif1a","Q503F7","hif1ab","tmem45a","Hypoxia-inducible factor 1-alpha","Q503F7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1JPX3","hif1a","Q1JPX3","hif1ab","farsa","Hypoxia-inducible factor 1-alpha","Q1JPX3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGF0","hif1a","F1QGF0","hif1ab","pxylp1","Hypoxia-inducible factor 1-alpha","F1QGF0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QCQ8","hif1a","bbs6","hif1ab","mkks","Hypoxia-inducible factor 1-alpha","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NYF1","hif1a","Q6NYF1","hif1ab","yipf4","Hypoxia-inducible factor 1-alpha","Q6NYF1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S514","hif1a","B0S514","hif1ab","taok3b","Hypoxia-inducible factor 1-alpha","B0S514","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DJK9","hif1a","rassf8","hif1ab","foxp4","Hypoxia-inducible factor 1-alpha","Forkhead box P4 (Forkhead box protein P4) (Rassf8 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KQ03","hif1a","si:ch211-152p11.3","hif1ab","mgat1b","Hypoxia-inducible factor 1-alpha","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LWL6","hif1a","Q1LWL6","hif1ab","gse1","Hypoxia-inducible factor 1-alpha","Q1LWL6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A9JR96","hif1a","A9JR96","hif1ab","wdr43","Hypoxia-inducible factor 1-alpha","A9JR96","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QGC8","hif1a","F1QGC8","hif1ab","dtd1","Hypoxia-inducible factor 1-alpha","F1QGC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2L6L1","hif1a","cnpy1","hif1ab","cnpy1","Hypoxia-inducible factor 1-alpha","Protein canopy-1 (Protein D121)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R336","hif1a","F1R336","hif1ab","tcf7l1b","Hypoxia-inducible factor 1-alpha","F1R336","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q9DGK4","hif1a","Q9DGK4","hif1ab","tpt1","Hypoxia-inducible factor 1-alpha","Q9DGK4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","P0CAT2","hif1a","P0CAT2","hif1ab","slc25a38b","Hypoxia-inducible factor 1-alpha","P0CAT2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHE2","hif1a","F1QHE2","hif1ab","elac2","Hypoxia-inducible factor 1-alpha","F1QHE2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IKQ9","hif1a","Insulin receptor substrate 2","hif1ab","irs2b","Hypoxia-inducible factor 1-alpha","Insulin receptor substrate 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T3E8","hif1a","Q7T3E8","hif1ab","mtfr1l","Hypoxia-inducible factor 1-alpha","Q7T3E8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DKM3","hif1a","wu:fb09b11","hif1ab","tmed3","Hypoxia-inducible factor 1-alpha","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FFB7","hif1a","E7FFB7","hif1ab","ezh1","Hypoxia-inducible factor 1-alpha","E7FFB7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIB7","hif1a","non-specific serine/threonine protein kinase","hif1ab","ulk1b","Hypoxia-inducible factor 1-alpha","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NXD2","hif1a","chmp2b","hif1ab","chmp2b","Hypoxia-inducible factor 1-alpha","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7SZP1","hif1a","Q7SZP1","hif1ab","tsc22d1","Hypoxia-inducible factor 1-alpha","Q7SZP1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WCD5","hif1a","X1WCD5","hif1ab","si:ch211-273k1.5","Hypoxia-inducible factor 1-alpha","X1WCD5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NY50","hif1a","Q6NY50","hif1ab","bhlhe40","Hypoxia-inducible factor 1-alpha","Q6NY50","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KNK9","hif1a","A3KNK9","hif1ab","-","Hypoxia-inducible factor 1-alpha","A3KNK9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWL0","hif1a","F1QWL0","hif1ab","cplx4c","Hypoxia-inducible factor 1-alpha","F1QWL0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P980","hif1a","cb463","hif1ab","sod2","Hypoxia-inducible factor 1-alpha","Superoxide dismutase (EC 1.15.1.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QYL2","hif1a","F1QYL2","hif1ab","ern1","Hypoxia-inducible factor 1-alpha","F1QYL2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q9M2","hif1a","F1Q9M2","hif1ab","cd2bp2","Hypoxia-inducible factor 1-alpha","F1Q9M2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHB1","hif1a","Q6DHB1","hif1ab","dnal1","Hypoxia-inducible factor 1-alpha","Q6DHB1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A4IG54","hif1a","cxcr7b","hif1ab","ackr3b","Hypoxia-inducible factor 1-alpha","Atypical chemokine receptor 3b (Cxcr7b protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QR48","hif1a","A0A2R8QR48","hif1ab","thoc5","Hypoxia-inducible factor 1-alpha","A0A2R8QR48","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FF25","hif1a","E7FF25","hif1ab","-","Hypoxia-inducible factor 1-alpha","E7FF25","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B5MF72","hif1a","camk1d","hif1ab","camk1db","Hypoxia-inducible factor 1-alpha","Calcium/calmodulin-dependent protein kinase 1Db (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase I delta long)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZSY6","hif1a","Q7ZSY6","hif1ab","mt2","Hypoxia-inducible factor 1-alpha","Q7ZSY6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1L8M2","hif1a","Q1L8M2","hif1ab","rad51ap1","Hypoxia-inducible factor 1-alpha","Q1L8M2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4VBT5","hif1a","mkrn1","hif1ab","mkrn1","Hypoxia-inducible factor 1-alpha","Probable E3 ubiquitin-protein ligase makorin-1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase makorin-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIC1","hif1a","zgc:55853","hif1ab","cdc5l","Hypoxia-inducible factor 1-alpha","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q66I42","hif1a","rdx","hif1ab","msna","Hypoxia-inducible factor 1-alpha","Moesin (Membrane-organizing extension spike protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0S5N6","hif1a","B0S5N6","hif1ab","slc6a8","Hypoxia-inducible factor 1-alpha","B0S5N6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDB1","hif1a","F1QDB1","hif1ab","si:ch211-119c20.2","Hypoxia-inducible factor 1-alpha","F1QDB1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ICB9","hif1a","A0A0R4ICB9","hif1ab","cant1b","Hypoxia-inducible factor 1-alpha","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q56UJ5","hif1a","hs6st1a","hif1ab","hs6st1a","Hypoxia-inducible factor 1-alpha","Heparan-sulfate 6-O-sulfotransferase 1-A (HS 6-OST-1A) (HS6ST-1) (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Z4YIR1","hif1a","Z4YIR1","hif1ab","irf2bp2a","Hypoxia-inducible factor 1-alpha","Z4YIR1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAP1","hif1a","E7FAP1","hif1ab","rnf169","Hypoxia-inducible factor 1-alpha","E7FAP1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5Z3","hif1a","F1Q5Z3","hif1ab","eif2ak1","Hypoxia-inducible factor 1-alpha","F1Q5Z3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1JPT7","hif1a","Q1JPT7","hif1ab","thap1","Hypoxia-inducible factor 1-alpha","Q1JPT7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A286Y8C8","hif1a","zgc:91948","hif1ab","p4ha2","Hypoxia-inducible factor 1-alpha","procollagen-proline 4-dioxygenase (EC 1.14.11.2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RB86","hif1a","F1RB86","hif1ab","-","Hypoxia-inducible factor 1-alpha","F1RB86","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBI5","hif1a","rps25","hif1ab","rps25","Hypoxia-inducible factor 1-alpha","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RW11","hif1a","ATP synthase peripheral stalk subunit F6","hif1ab","si:ch211-140m22.7","Hypoxia-inducible factor 1-alpha","ATP synthase peripheral stalk subunit F6","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NZS2","hif1a","Q6NZS2","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q6NZS2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q4KME6","hif1a","gigyf2","hif1ab","gigyf2","Hypoxia-inducible factor 1-alpha","GRB10-interacting GYF protein 2 (PERQ amino acid-rich with GYF domain-containing protein 2) (Trinucleotide repeat-containing gene 15 protein)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DIX8","hif1a","LOC564644","hif1ab","nsmce2","Hypoxia-inducible factor 1-alpha","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q5Y4","hif1a","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5","hif1ab","st6galnac5a","Hypoxia-inducible factor 1-alpha","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5 (ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5a)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WDS4","hif1a","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","hif1ab","ppp2r2aa","Hypoxia-inducible factor 1-alpha","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6NX09","hif1a","Q6NX09","hif1ab","hk1","Hypoxia-inducible factor 1-alpha","Q6NX09","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZUZ2","hif1a","Q7ZUZ2","hif1ab","actr1","Hypoxia-inducible factor 1-alpha","Q7ZUZ2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0R026","hif1a","B0R026","hif1ab","prmt5","Hypoxia-inducible factor 1-alpha","B0R026","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7T351","hif1a","wu:fc92c07","hif1ab","atf1","Hypoxia-inducible factor 1-alpha","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BGW8","hif1a","A2BGW8","hif1ab","zbtb43","Hypoxia-inducible factor 1-alpha","A2BGW8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q3ZB95","hif1a","Q3ZB95","hif1ab","mpi","Hypoxia-inducible factor 1-alpha","Q3ZB95","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R5C0","hif1a","Synaptotagmin","hif1ab","syt2a","Hypoxia-inducible factor 1-alpha","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QV77","hif1a","F1QV77","hif1ab","rpgra","Hypoxia-inducible factor 1-alpha","F1QV77","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A588","hif1a","B8A588","hif1ab","paip2b","Hypoxia-inducible factor 1-alpha","B8A588","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R9R7","hif1a","F1R9R7","hif1ab","agfg1a","Hypoxia-inducible factor 1-alpha","F1R9R7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVH3","hif1a","F1QVH3","hif1ab","ebag9","Hypoxia-inducible factor 1-alpha","F1QVH3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QDN7","hif1a","F1QDN7","hif1ab","vegfab","Hypoxia-inducible factor 1-alpha","F1QDN7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q2PGD2","hif1a","bhlhb3l","hif1ab","bhlhe41","Hypoxia-inducible factor 1-alpha","Dec2 (Basic helix-loop-helix domain containing, class B, 3 like) (Basic helix-loop-helix family, member e41) (Class E basic helix-loop-helix protein 41) (Novel protein similar to vertebrate basic helix-loop-helix domain containing, class B, 3 (BHLHB3))","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q8AXV6","hif1a","hey1","hif1ab","hey1","Hypoxia-inducible factor 1-alpha","Hairy/enhancer-of-split related with YRPW motif protein 1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6P105","hif1a","HuC","hif1ab","elavl3","Hypoxia-inducible factor 1-alpha","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNR8","hif1a","Iron-responsive element-binding protein 2","hif1ab","ireb2","Hypoxia-inducible factor 1-alpha","Iron-responsive element-binding protein 2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A1A5W8","hif1a","A1A5W8","hif1ab","ipmkb","Hypoxia-inducible factor 1-alpha","A1A5W8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WWD9","hif1a","A5WWD9","hif1ab","noxa1","Hypoxia-inducible factor 1-alpha","A5WWD9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q503B6","hif1a","hrasl","hif1ab","hrasb","Hypoxia-inducible factor 1-alpha","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q502S1","hif1a","Q502S1","hif1ab","-","Hypoxia-inducible factor 1-alpha","Q502S1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IMY5","hif1a","A0A0R4IMY5","hif1ab","spock3","Hypoxia-inducible factor 1-alpha","A0A0R4IMY5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6PBX3","hif1a","Q6PBX3","hif1ab","her6","Hypoxia-inducible factor 1-alpha","Q6PBX3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A1L1U0X8","hif1a","A0A1L1U0X8","hif1ab","cpt1aa","Hypoxia-inducible factor 1-alpha","A0A1L1U0X8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","I3IT94","hif1a","I3IT94","hif1ab","si:dkey-156n14.3","Hypoxia-inducible factor 1-alpha","I3IT94","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WV55","hif1a","A5WV55","hif1ab","pdik1l","Hypoxia-inducible factor 1-alpha","A5WV55","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6PFK5","hif1a","F6PFK5","hif1ab","hps1","Hypoxia-inducible factor 1-alpha","F6PFK5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A1IGX5","hif1a","A1IGX5","hif1ab","fibin","Hypoxia-inducible factor 1-alpha","A1IGX5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q792","hif1a","F1Q792","hif1ab","glis2a","Hypoxia-inducible factor 1-alpha","F1Q792","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FFM9","hif1a","si:ch211-262e15.1","hif1ab","si:ch211-262e15.1","Hypoxia-inducible factor 1-alpha","Forkhead box protein K2 (Si:ch211-262e15.1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IT11","hif1a","A0A0R4IT11","hif1ab","notch1a","Hypoxia-inducible factor 1-alpha","A0A0R4IT11","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B8A4V8","hif1a","B8A4V8","hif1ab","tma16","Hypoxia-inducible factor 1-alpha","B8A4V8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q4R6","hif1a","si:ch211-220a11.1","hif1ab","tet3","Hypoxia-inducible factor 1-alpha","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R8S0","hif1a","fb26e10","hif1ab","drap1","Hypoxia-inducible factor 1-alpha","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E9QIM9","hif1a","E9QIM9","hif1ab","uhrf1bp1","Hypoxia-inducible factor 1-alpha","E9QIM9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8RZX5","hif1a","A0A2R8RZX5","hif1ab","pfkmb","Hypoxia-inducible factor 1-alpha","A0A2R8RZX5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5WVT5","hif1a","A5WVT5","hif1ab","si:ch211-71m22.3","Hypoxia-inducible factor 1-alpha","A5WVT5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RA62","hif1a","Zinc finger protein 827","hif1ab","znf827","Hypoxia-inducible factor 1-alpha","Zinc finger protein 827","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F558","hif1a","Mismatch repair endonuclease PMS2","hif1ab","pms2","Hypoxia-inducible factor 1-alpha","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DIW4","hif1a","B3DIW4","hif1ab","atf7b","Hypoxia-inducible factor 1-alpha","B3DIW4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R5N7","hif1a","F1R5N7","hif1ab","cry-dash","Hypoxia-inducible factor 1-alpha","F1R5N7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1RC64","hif1a","F1RC64","hif1ab","gss","Hypoxia-inducible factor 1-alpha","F1RC64","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QPP1","hif1a","A0A2R8QPP1","hif1ab","sp3b","Hypoxia-inducible factor 1-alpha","A0A2R8QPP1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QR37","hif1a","F1QR37","hif1ab","LOC100151059","Hypoxia-inducible factor 1-alpha","F1QR37","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8QPN8","hif1a","A0A2R8QPN8","hif1ab","mapkapk3","Hypoxia-inducible factor 1-alpha","A0A2R8QPN8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4IBJ2","hif1a","A0A0R4IBJ2","hif1ab","bxdc2","Hypoxia-inducible factor 1-alpha","A0A0R4IBJ2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A0R4ISC8","hif1a","A0A0R4ISC8","hif1ab","si:dkey-211f22.5","Hypoxia-inducible factor 1-alpha","A0A0R4ISC8","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B0V153","hif1a","B0V153","hif1ab","mthfr","Hypoxia-inducible factor 1-alpha","B0V153","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F9I0","hif1a","E7F9I0","hif1ab","crema","Hypoxia-inducible factor 1-alpha","E7F9I0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q7ZU67","hif1a","fb54c08","hif1ab","eif4a1b","Hypoxia-inducible factor 1-alpha","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QHN6","hif1a","im:7042025","hif1ab","ubc","Hypoxia-inducible factor 1-alpha","Polyubiquitin-C (Ubiquitin C)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q6DHM3","hif1a","Q6DHM3","hif1ab","cryzl1","Hypoxia-inducible factor 1-alpha","Q6DHM3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A2BIG3","hif1a","A2BIG3","hif1ab","pik3ip1","Hypoxia-inducible factor 1-alpha","A2BIG3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","U3JA44","hif1a","U3JA44","hif1ab","armc5","Hypoxia-inducible factor 1-alpha","U3JA44","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q32PS5","hif1a","zgc:123352","hif1ab","grpel1","Hypoxia-inducible factor 1-alpha","GrpE protein homolog","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QQS0","hif1a","F1QQS0","hif1ab","tnfrsf1a","Hypoxia-inducible factor 1-alpha","F1QQS0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QVT4","hif1a","F1QVT4","hif1ab","fam169aa","Hypoxia-inducible factor 1-alpha","F1QVT4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FCZ6","hif1a","Casein kinase 2, alpha prime polypeptide b","hif1ab","csnk2a2b","Hypoxia-inducible factor 1-alpha","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R2K7","hif1a","cb244","hif1ab","ell2","Hypoxia-inducible factor 1-alpha","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A3KPY0","hif1a","A3KPY0","hif1ab","rbm33b","Hypoxia-inducible factor 1-alpha","A3KPY0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LY80","hif1a","Q1LY80","hif1ab","tmem120b","Hypoxia-inducible factor 1-alpha","Q1LY80","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7FAH9","hif1a","Rho guanine nucleotide exchange factor","hif1ab","arhgef4","Hypoxia-inducible factor 1-alpha","Rho guanine nucleotide exchange factor (GEF) 4 (Rho guanine nucleotide exchange factor 4 isoform X4)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q08BJ3","hif1a","zgc:153566","hif1ab","gabra1","Hypoxia-inducible factor 1-alpha","Gamma-aminobutyric acid receptor subunit alpha-1 (GABA(A) receptor subunit alpha-1)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A5PMP2","hif1a","A5PMP2","hif1ab","mrps28","Hypoxia-inducible factor 1-alpha","A5PMP2","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6PBX1","hif1a","F6PBX1","hif1ab","ccdc85al","Hypoxia-inducible factor 1-alpha","F6PBX1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F8W5L3","hif1a","F8W5L3","hif1ab","oat","Hypoxia-inducible factor 1-alpha","F8W5L3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QPB3","hif1a","F1QPB3","hif1ab","phf6","Hypoxia-inducible factor 1-alpha","F1QPB3","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8Q5P5","hif1a","A0A2R8Q5P5","hif1ab","add3a","Hypoxia-inducible factor 1-alpha","A0A2R8Q5P5","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1R0Z8","hif1a","Prefoldin subunit 4","hif1ab","pfdn4","Hypoxia-inducible factor 1-alpha","Prefoldin subunit 4","tf-link","27924024","regulates","txid7955" +"Q6EHI4","X1WE04","hif1a","X1WE04","hif1ab","frya","Hypoxia-inducible factor 1-alpha","X1WE04","tf-link","27924024","regulates","txid7955" +"Q6EHI4","E7F5S9","hif1a","E7F5S9","hif1ab","dnajc12","Hypoxia-inducible factor 1-alpha","E7F5S9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QNB1","hif1a","F1QNB1","hif1ab","ank3a","Hypoxia-inducible factor 1-alpha","F1QNB1","tf-link","27924024","regulates","txid7955" +"Q6EHI4","B3DLG5","hif1a","ednra","hif1ab","ednraa","Hypoxia-inducible factor 1-alpha","Endothelin-1 receptor (Endothelin receptor type A)","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1QWU4","hif1a","zgc:103624","hif1ab","myl6","Hypoxia-inducible factor 1-alpha","Myosin, light chain 6, alkali, smooth muscle and non-muscle","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F1Q8E9","hif1a","F1Q8E9","hif1ab","tssc4","Hypoxia-inducible factor 1-alpha","F1Q8E9","tf-link","27924024","regulates","txid7955" +"Q6EHI4","Q1LVG0","hif1a","Q1LVG0","hif1ab","mylk4b","Hypoxia-inducible factor 1-alpha","Q1LVG0","tf-link","27924024","regulates","txid7955" +"Q6EHI4","F6NJX7","hif1a","F6NJX7","hif1ab","cep44","Hypoxia-inducible factor 1-alpha","F6NJX7","tf-link","27924024","regulates","txid7955" +"Q6EHI4","A0A2R8PYA5","hif1a","A0A2R8PYA5","hif1ab","dlgap1a","Hypoxia-inducible factor 1-alpha","A0A2R8PYA5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXV2","rad21a","aebp2","rad21a","aebp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3Q3","rad21a","si:ch211-127h20.1","rad21a","anapc7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Anaphase-promoting complex subunit 7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1REP7","rad21a","F1REP7","rad21a","lrrc40","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1REP7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QVP4","rad21a","F1QVP4","rad21a","mfhas1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QVP4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGH7","rad21a","ctnnb1","rad21a","ctnnb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R394","rad21a","F1R394","rad21a","znf438","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R394","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5Q3","rad21a","PAI-RBP1","rad21a","serbp1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","SERPINE1 mRNA binding protein 1a isoform X1 (SERPINE1 mRNA-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q63ZW2","rad21a","chchd6a","rad21a","chchd6a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q3Y5","rad21a","A0A2R8Q3Y5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q3Y5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H9KUW5","rad21a","H9KUW5","rad21a","ube2t","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H9KUW5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WB96","rad21a","X1WB96","rad21a","si:ch211-259g3.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WB96","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LW16","rad21a","Q1LW16","rad21a","si:ch211-212d10.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LW16","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A617","rad21a","B8A617","rad21a","si:dkey-33c12.12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A617","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P5J5","rad21a","zgc:63558","rad21a","stx11b.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6V9B5","rad21a","sdf1b","rad21a","cxcl12b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PLK2","rad21a","lhpp","rad21a","lhpp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phospholysine phosphohistidine inorganic pyrophosphate phosphatase (EC 3.1.3.-) (EC 3.6.1.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QP75","rad21a","A4QP75","rad21a","trmt2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A4QP75","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQH4","rad21a","zgc:86762","rad21a","psmd8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","26S proteasome non-ATPase regulatory subunit 8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QC81","rad21a","F1QC81","rad21a","prmt6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QC81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYJ1","rad21a","Q6NYJ1","rad21a","lasp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NYJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWA8","rad21a","A0A0R4IWA8","rad21a","lmbrd2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWA8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7MD59","rad21a","si:dkey-44g23.7","rad21a","hmox2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Heme oxygenase (EC 1.14.14.18)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QDF2","rad21a","E9QDF2","rad21a","znf1089","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QDF2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHJ8","rad21a","X1WHJ8","rad21a","pet100","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHJ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A507","rad21a","fb93g11","rad21a","flrt3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8P7","rad21a","F1Q8P7","rad21a","eif2s2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8P7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90Y50","rad21a","cxadr","rad21a","cxadr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Coxsackievirus and adenovirus receptor homolog (CAR)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B1H1M5","rad21a","B1H1M5","rad21a","adck1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B1H1M5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIJ2","rad21a","F1QIJ2","rad21a","naa35","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIJ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITA5","rad21a","I3ITA5","rad21a","si:ch73-289h5.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITA5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XJL9","rad21a","Q5XJL9","rad21a","dlx5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5XJL9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC13","rad21a","phb2","rad21a","phb2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Prohibitin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PLJ3","rad21a","A5PLJ3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PLJ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8S075","rad21a","A0A2R8S075","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8S075","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DGN7","rad21a","B3DGN7","rad21a","tyro3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DGN7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q1X2","rad21a","A0A2R8Q1X2","rad21a","eno1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q1X2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SYC4","rad21a","Q7SYC4","rad21a","klhl24b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SYC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0W9","rad21a","tbc1d8b","rad21a","tbc1d8b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TBC1 domain family member 8B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8A3","rad21a","E7F8A3","rad21a","mfn1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8A3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNJ7","rad21a","F1QNJ7","rad21a","helz","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNJ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGI1","rad21a","F1QGI1","rad21a","dcbld1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGI1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGL0","rad21a","X1WGL0","rad21a","si:dkey-28g23.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WGL0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK89","rad21a","F1QK89","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QK89","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY77","rad21a","Q6NY77","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NY77","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDE7","rad21a","F1QDE7","rad21a","pds5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDE7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJI4","rad21a","F1QJI4","rad21a","vps13a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJI4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJK4","rad21a","B8JJK4","rad21a","elovl8b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NT19","rad21a","A0A1D5NT19","rad21a","acd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NT19","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCH5","rad21a","X1WCH5","rad21a","znf839","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0H6","rad21a","B0R0H6","rad21a","rnf212b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R0H6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RD02","rad21a","F1RD02","rad21a","etv4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RD02","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0N0","rad21a","E7F0N0","rad21a","bcorl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0N0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CEX1","rad21a","A2CEX1","rad21a","zdhhc8b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CEX1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA60","rad21a","timm22","rad21a","timm22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mitochondrial import inner membrane translocase subunit TIM22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKW9","rad21a","F1QKW9","rad21a","picalma","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKW9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJ75","rad21a","E9QJ75","rad21a","cpne4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJ75","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3N6","rad21a","A9C3N6","rad21a","custos","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9C3N6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXE6","rad21a","E7EXE6","rad21a","rft1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EXE6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WUL3","rad21a","med22","rad21a","med22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 22 (Mediator complex subunit 22) (Surfeit locus protein 5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F7N7","rad21a","E7F7N7","rad21a","she","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F7N7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAP0","rad21a","A0A0R4IAP0","rad21a","edem2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAP0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBD5","rad21a","E7FBD5","rad21a","iqgap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBD5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QLH7","rad21a","F1QLH7","rad21a","znf598","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QLH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7N8","rad21a","Calcium-transporting ATPase","rad21a","si:dkey-28b4.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0F4","rad21a","Q6P0F4","rad21a","rbm7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P0F4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA51","rad21a","E7FA51","rad21a","evi5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FA51","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568B3","rad21a","sept10","rad21a","sept10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Septin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGG3","rad21a","F1QGG3","rad21a","nsfb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QTA2","rad21a","A0A2R8QTA2","rad21a","tox4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QTA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7D4","rad21a","B0S7D4","rad21a","sirt3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7D4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5D2","rad21a","B0S5D2","rad21a","gle1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5D2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVM8","rad21a","dlm","rad21a","rgma","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286YB35","rad21a","WD repeat domain 59","rad21a","wdr59","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KFV1","rad21a","A0A0G2KFV1","rad21a","top1mt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KFV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EYG0","rad21a","E7EYG0","rad21a","abcc5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EYG0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2L038","rad21a","A0A0G2L038","rad21a","LOC100536572","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2L038","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6M7","rad21a","Glycerol-3-phosphate acyltransferase 1, mitochondrial","rad21a","gpam","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Glycerol-3-phosphate acyltransferase 1, mitochondrial (EC 2.3.1.15)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY81","rad21a","zgc:77049","rad21a","ehd1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","EH-domain containing 1a isoform X1 (EH-domain-containing 1a) (Zgc:77049)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","D9IWE2","rad21a","zgc:56571","rad21a","mad1l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mitotic arrest deficient 1-like 1 (Mitotic arrest deficient-like protein 1) (Mitotic spindle assembly checkpoint protein MAD1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXD7","rad21a","si:dkey-261m9.11","rad21a","si:ch211-113a14.19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8PX08","rad21a","A0A2R8PX08","rad21a","adgrb1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8PX08","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITH7","rad21a","A0A0R4ITH7","rad21a","pargl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1ECU6","rad21a","Q1ECU6","rad21a","mgat5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1ECU6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHE3","rad21a","Q5RHE3","rad21a","slc10a4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RHE3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3W0","rad21a","taf1b","rad21a","taf1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PF46","rad21a","A5PF46","rad21a","dpf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PF46","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QP98","rad21a","F1QP98","rad21a","slc39a10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QP98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCB5","rad21a","E9QCB5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3E5","rad21a","wu:fe38g11","rad21a","flcn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Folliculin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DG36","rad21a","slc30a5","rad21a","slc30a5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Proton-coupled zinc antiporter SLC30A5 (Solute carrier family 30 member 5) (Zinc transporter 5) (ZnT-5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QM86","rad21a","F1QM86","rad21a","cbx1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QM86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GF18","rad21a","R4GF18","rad21a","si:ch211-255p10.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GF18","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBS4","rad21a","F1QBS4","rad21a","pus3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBS4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZQ4","rad21a","Mitochondrial fission factor homolog B","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mitochondrial fission factor homolog B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P7Y0","rad21a","zgc:63554","rad21a","ube2j1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R066","rad21a","B0R066","rad21a","dnajc28","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R066","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5B4","rad21a","B0S5B4","rad21a","stard8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5B4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JHF2","rad21a","lfng","rad21a","lfng","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCS1","rad21a","E9QCS1","rad21a","bivm","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCS1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RZE7","rad21a","A0A2R8RZE7","rad21a","rasal1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RZE7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","K3W4K9","rad21a","K3W4K9","rad21a","mcm9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","K3W4K9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKH1","rad21a","F1QKH1","rad21a","slc31a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKH1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICC3","rad21a","A0A0R4ICC3","rad21a","pop1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ICC3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q804Q4","rad21a","Q804Q4","rad21a","kctd12.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q804Q4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE38","rad21a","RPTP[a]","rad21a","ptpra","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXM4","rad21a","F1QXM4","rad21a","gins3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXM4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BB2","rad21a","Q08BB2","rad21a","pm20d1.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08BB2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3U2","rad21a","F1R3U2","rad21a","fhod3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3U2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKE9","rad21a","F1QKE9","rad21a","mrpl20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKE9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE51","rad21a","F1QE51","rad21a","ero1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE51","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q971","rad21a","A0A2R8Q971","rad21a","arhgap17b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q971","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R454","rad21a","F1R454","rad21a","ca2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R454","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IV26","rad21a","A0A0R4IV26","rad21a","si:ch211-154c21.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IV26","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0X8","rad21a","StAR-related lipid transfer","rad21a","stard9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYD7","rad21a","Q6NYD7","rad21a","ociad1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NYD7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5R6","rad21a","DNA polymerase subunit gamma-1","rad21a","polg","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WFG4","rad21a","X1WFG4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WFG4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QCY3","rad21a","A0A2R8QCY3","rad21a","ttll12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QCY3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKG2","rad21a","F1QKG2","rad21a","ptbp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DFK4","rad21a","B3DFK4","rad21a","LOC557217","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DFK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QRK0","rad21a","F1QRK0","rad21a","ndst2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QRK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QF26","rad21a","E9QF26","rad21a","gbp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QF26","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMV7","rad21a","Nuclear receptor coactivator 3","rad21a","ncoa3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear receptor coactivator 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P3G4","rad21a","psmd11a","rad21a","psmd11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6PAL8","rad21a","dZ64D20.2","rad21a","enpp7.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ectonucleotide pyrophosphatase/phosphodiesterase 7, tandem duplicate 2 (Uncharacterized protein LOC557817 precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNG5","rad21a","F1QNG5","rad21a","agbl5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4C8","rad21a","F1R4C8","rad21a","ndufs3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4C8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y8A8","rad21a","A0A286Y8A8","rad21a","atp11c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y8A8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QFD4","rad21a","A0A2R8QFD4","rad21a","nhsl1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QFD4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q1G8","rad21a","A0A2R8Q1G8","rad21a","bard1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q1G8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2I7","rad21a","E7F2I7","rad21a","slco5a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2I7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8PWC7","rad21a","A0A2R8PWC7","rad21a","vgll3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8PWC7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0JMI9","rad21a","A0JMI9","rad21a","gfm2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0JMI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAY7","rad21a","F1RAY7","rad21a","rpusd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAY7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V2X9","rad21a","fj20e02","rad21a","man1a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4Z5","rad21a","E7F4Z5","rad21a","grm8b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F4Z5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH33","rad21a","Q5RH33","rad21a","fgd6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RH33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGP9","rad21a","ccdc59","rad21a","ccdc59","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Thyroid transcription factor 1-associated protein 26 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXN5","rad21a","dnm1l","rad21a","dnm1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dynamin-1-like protein (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGT2","rad21a","GDH/6PGL endoplasmic bifunctional protein","rad21a","h6pd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GDH/6PGL endoplasmic bifunctional protein (Hexose-6-phosphate dehydrogenase (glucose 1-dehydrogenase))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGQ7","rad21a","E9QGQ7","rad21a","si:dkey-70b23.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGQ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXL6","rad21a","Q1LXL6","rad21a","serinc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXL6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08CA4","rad21a","Q08CA4","rad21a","ttl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08CA4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYK7","rad21a","F1QYK7","rad21a","prkcbp1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYK7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZN7","rad21a","Q7SZN7","rad21a","evla","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZN7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R061","rad21a","B0R061","rad21a","smarcad1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R061","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICV3","rad21a","A0A0R4ICV3","rad21a","pemt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ICV3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDB4","rad21a","Ephexin-1 isoform X1","rad21a","ngef","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ephexin-1 isoform X1 (Neuronal guanine nucleotide exchange factor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90Z10","rad21a","rpl13","rad21a","rpl13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q642H2","rad21a","Q642H2","rad21a","crebl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q642H2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJT6","rad21a","F1QJT6","rad21a","stau2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJT6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RA89","rad21a","F1RA89","rad21a","nabp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RA89","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P026","rad21a","banf1","rad21a","banf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Barrier-to-autointegration factor","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QG35","rad21a","F1QG35","rad21a","elovl8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QG35","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V2Z2","rad21a","B0V2Z2","rad21a","si:ch211-156j16.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V2Z2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXJ7","rad21a","F1QXJ7","rad21a","unc5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXJ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QG09","rad21a","E9QG09","rad21a","pibf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QG09","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KZL7","rad21a","A0A0G2KZL7","rad21a","si:cabz01021430.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KZL7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3A9","rad21a","F1R3A9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3A9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3D1","rad21a","F1R3D1","rad21a","si:dkey-38k9.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3D1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1J0","rad21a","E7F1J0","rad21a","elf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1J0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IL86","rad21a","A0A0R4IL86","rad21a","nfrkb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IL86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8E5","rad21a","F1R8E5","rad21a","znf1041","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8E5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QEA3","rad21a","E9QEA3","rad21a","si:dkey-157g16.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QEA3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZS2","rad21a","E7EZS2","rad21a","kdf1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KZ75","rad21a","A0A0G2KZ75","rad21a","znf977","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KZ75","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V914","rad21a","zgc:114051","rad21a","macroh2a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Core histone macro-H2A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZJ9","rad21a","F1QZJ9","rad21a","tmem35","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZJ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CF42","rad21a","A2CF42","rad21a","lrsam1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CF42","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZB6","rad21a","E7EZB6","rad21a","enox2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZB6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QB21","rad21a","F1QB21","rad21a","decr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QB21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBZ5","rad21a","Q6PBZ5","rad21a","aif1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PBZ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q98867","rad21a","thraa","rad21a","thraa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WWI3","rad21a","fj23a05","rad21a","bcl6ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BCL6A transcription repressor b","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZK7","rad21a","Q5TZK7","rad21a","jag2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TZK7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IQE1","rad21a","A0A0R4IQE1","rad21a","txndc11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IQE1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIA7","rad21a","si:busm1-132m23.1","rad21a","tln2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Talin 2a (Talin-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDZ4","rad21a","F1RDZ4","rad21a","per3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RDZ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Z4YHP6","rad21a","Z4YHP6","rad21a","rbm48","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Z4YHP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803M7","rad21a","wu:fb09c07","rad21a","arpc5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8Y5U0","rad21a","A8Y5U0","rad21a","fbxo4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8Y5U0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHG1","rad21a","X1WHG1","rad21a","dgkzb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WG55","rad21a","X1WG55","rad21a","klhl38b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WG55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHQ4","rad21a","Q5RHQ4","rad21a","sccpdhb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RHQ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y8T8","rad21a","A0A286Y8T8","rad21a","numbl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y8T8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NN10","rad21a","F6NN10","rad21a","si:dkey-117m1.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NN10","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JRH3","rad21a","A9JRH3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9JRH3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUX9","rad21a","Q1LUX9","rad21a","tbxas1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LUX9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RT71","rad21a","A0A2R8RT71","rad21a","cttnbp2nlb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RT71","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2I2","rad21a","E7F2I2","rad21a","aste1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2I2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QG76","rad21a","A0A2R8QG76","rad21a","tsnax","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QG76","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0H2UJM0","rad21a","A0A0H2UJM0","rad21a","ero1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0H2UJM0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WV68","rad21a","LOC100005064","rad21a","tsen15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Similar to chromosome 1 open reading frame 19 (TSEN15 tRNA-splicing endonuclease subunit) (tRNA-splicing endonuclease subunit Sen15)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DEM9","rad21a","Q6DEM9","rad21a","neu3.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DEM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXK1","rad21a","F1QXK1","rad21a","si:ch211-207d6.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JGR2","rad21a","Q8JGR2","rad21a","ddx54","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8JGR2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FEB0","rad21a","E7FEB0","rad21a","dip2bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FEB0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q5G3","rad21a","A0A2R8Q5G3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q5G3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0V5","rad21a","E7F0V5","rad21a","map7d3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0V5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9G1","rad21a","A0A0R4I9G1","rad21a","plekha1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9G1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITK3","rad21a","I3ITK3","rad21a","si:dkey-19e4.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITK3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE97","rad21a","Kinase","rad21a","ip6k1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V1I0","rad21a","B0V1I0","rad21a","snrpd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V1I0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKC6","rad21a","F1QKC6","rad21a","erich3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKC6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2B9","rad21a","Q7T2B9","rad21a","mtpn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2B9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BE85","rad21a","A2BE85","rad21a","cep170ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BE85","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHP4","rad21a","hi3634","rad21a","cenpn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Centromere protein N","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QDP0","rad21a","E9QDP0","rad21a","znf1137","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QDP0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0G2","rad21a","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","rad21a","ndst1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIB5","rad21a","zgc:162165","rad21a","rragd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related GTP-binding protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFI7","rad21a","A0A0R4IFI7","rad21a","orc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IFI7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2D2","rad21a","arrb2","rad21a","arrb2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Arrb2b protein (Arrestin, beta 2b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEM5","rad21a","R4GEM5","rad21a","si:ch1073-228b5.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEM5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGK1","rad21a","A0A0R4IGK1","rad21a","baz1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RKP8","rad21a","lsm2","rad21a","smx5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U6 snRNA-associated Sm-like protein LSm2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QB47","rad21a","A0A2R8QB47","rad21a","dok2l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QB47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6K0","rad21a","Phospholipid phosphatase 3","rad21a","plpp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phospholipid phosphatase 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFK0","rad21a","A0A0R4IFK0","rad21a","capn2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IFK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R936","rad21a","F1R936","rad21a","fa2h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R936","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKD7","rad21a","polr1b","rad21a","polr1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHS0","rad21a","F1QHS0","rad21a","slc9a8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHS0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0A0MPF8","rad21a","A0A0A0MPF8","rad21a","mycn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0A0MPF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9IBD1","rad21a","Q9IBD1","rad21a","celf3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9IBD1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZU89","rad21a","arcn1l","rad21a","arcn1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Coatomer subunit delta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PFL0","rad21a","med27","rad21a","med27","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WEY1","rad21a","H0WEY1","rad21a","si:dkey-51d8.9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WEY1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DFW5","rad21a","B3DFW5","rad21a","stmp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DFW5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F7Y4","rad21a","Fem-1 homolog b","rad21a","fem1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Fem-1 homolog b","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5K373","rad21a","fgfrl1b beta","rad21a","fgfrl1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FGF receptor-like protein 1b beta (Fibroblast growth factor receptor-like 1b) (Fibroblast growth factor receptor-like 1b precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CEB0","rad21a","A2CEB0","rad21a","poli","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CEB0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPE4","rad21a","F1QPE4","rad21a","sra1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPE4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q6F3","rad21a","A0A2R8Q6F3","rad21a","zgc:162936","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q6F3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0CLW6","rad21a","si:dkey-225e11.1","rad21a","pvrl2l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A5J2","rad21a","si:ch211-258f14.5","rad21a","coa6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568M0","rad21a","wu:fc47b08","rad21a","rras2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAS-related 2 (Ras-related protein R-Ras2) (Related RAS viral (R-ras) oncogene homolog 2) (Rras2 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F685","rad21a","Small nuclear RNA-activating complex, polypeptide 2","rad21a","snapc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUW4","rad21a","F1QUW4","rad21a","hyou1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9YGT6","rad21a","Q9YGT6","rad21a","hoxa5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9YGT6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A486","rad21a","B8A486","rad21a","ifi27.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A486","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGH7","rad21a","A0A0R4IGH7","rad21a","rrp7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DH78","rad21a","cask","rad21a","caska","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6L8","rad21a","B0S6L8","rad21a","tmem9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S6L8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAF8","rad21a","U3JAF8","rad21a","mrtfab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JAF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBY1","rad21a","rps3a","rad21a","rps3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein eS1 (40S ribosomal protein S3a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5X4","rad21a","F1Q5X4","rad21a","astn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q5X4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q58EE0","rad21a","Q58EE0","rad21a","mtmr1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q58EE0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAN3","rad21a","F1QAN3","rad21a","ecd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAE9","rad21a","F1RAE9","rad21a","stxbp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAE9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHU0","rad21a","X1WHU0","rad21a","si:dkey-77f5.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHU0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TNP8","rad21a","vps26a","rad21a","vps26a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66I14","rad21a","sephs3","rad21a","sephs3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LY89","rad21a","Q1LY89","rad21a","rhoga","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LY89","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E5L7","rad21a","cited3","rad21a","cited4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0MQ45","rad21a","AZR","rad21a","oaz2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ornithine decarboxylase antizyme","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F887","rad21a","E7F887","rad21a","ttll7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F887","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGQ0","rad21a","E7FGQ0","rad21a","si:ch73-206d17.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FGQ0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R101","rad21a","F1R101","rad21a","eif4g1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R101","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGN5","rad21a","Glutamate receptor","rad21a","grik1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IKU1","rad21a","A0A0R4IKU1","rad21a","si:ch211-126j24.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IKU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBG3","rad21a","F1RBG3","rad21a","ovch1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJU0","rad21a","A0A0R4IJU0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJU0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8AWD9","rad21a","Q8AWD9","rad21a","ctsd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8AWD9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q1X6","rad21a","A0A2R8Q1X6","rad21a","hyal2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q1X6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9YH61","rad21a","gsk3a","rad21a","gsk3ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P529","rad21a","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1","rad21a","pag1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1 (Phosphoprotein membrane anchor with glycosphingolipid microdomains 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q086","rad21a","A0A2R8Q086","rad21a","mrpl22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q086","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCB1","rad21a","X1WCB1","rad21a","bach2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCB1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IRW1","rad21a","A0A0R4IRW1","rad21a","cdh30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IRW1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUW4","rad21a","A0A0R4IUW4","rad21a","setdb1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH01","rad21a","ncaph2","rad21a","ncaph2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Condensin-2 complex subunit H2 (Non-SMC condensin II complex subunit H2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGU9","rad21a","A2BGU9","rad21a","serhl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGU9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q800H9","rad21a","Q800H9","rad21a","hs6st2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q800H9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVG8","rad21a","stk25","rad21a","stk25b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P4P6","rad21a","Q6P4P6","rad21a","nsg2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P4P6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9W9","rad21a","F1Q9W9","rad21a","slc35b4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9W9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8W7","rad21a","E7F8W7","rad21a","fastkd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8W7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0H2UKI6","rad21a","A0A0H2UKI6","rad21a","stk10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0H2UKI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8UVZ1","rad21a","c/ebpa","rad21a","cebpa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CCAAT/enhancer-binding protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFG5","rad21a","A0A0R4IFG5","rad21a","cfap53","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IFG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LX92","rad21a","Q1LX92","rad21a","asb13a.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LX92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6V7","rad21a","F1Q6V7","rad21a","hyal1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q6V7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TEM2","rad21a","ING3","rad21a","ing3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMB4","rad21a","F1QMB4","rad21a","golgb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QMB4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IS49","rad21a","A0A0R4IS49","rad21a","mvb12a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IS49","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NTM9","rad21a","F6NTM9","rad21a","ppp1r9a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NTM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q1W5","rad21a","keap1b","rad21a","keap1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7SEE0","rad21a","Interferon regulatory factor 3","rad21a","irf3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Interferon regulatory factor 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMR9","rad21a","A0A0R4IMR9","rad21a","fam49a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMR9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KEB3","rad21a","A0A0G2KEB3","rad21a","LOC101886098","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KEB3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKP6","rad21a","F1QKP6","rad21a","enc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V2S9","rad21a","ctnnd2","rad21a","ctnnd2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Catenin (cadherin-associated protein), delta 2b (Catenin delta-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYX0","rad21a","A0A0R4IYX0","rad21a","fam78aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYX0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHN1","rad21a","Q6DHN1","rad21a","preb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHN1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QT47","rad21a","F1QT47","rad21a","tubgcp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QT47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IXA4","rad21a","A0A0R4IXA4","rad21a","arhgap44","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IXA4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEI9","rad21a","R4GEI9","rad21a","si:dkey-25o16.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JTE3","rad21a","A9JTE3","rad21a","nckap5l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9JTE3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BE62","rad21a","A2BE62","rad21a","hoxc5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BE62","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCN0","rad21a","F1QCN0","rad21a","gatd3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCN0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q504C0","rad21a","im:6908825","rad21a","uchl3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QRE1","rad21a","F1QRE1","rad21a","rnf145b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QRE1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q2THW0","rad21a","Q2THW0","rad21a","zdhhc5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q2THW0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RA39","rad21a","F1RA39","rad21a","mical2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RA39","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QPJ6","rad21a","Plexin-A2","rad21a","plxna2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Plexin-A2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8AWD4","rad21a","wu:fb37e03","rad21a","tax1bp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tax1-binding protein 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IKF9","rad21a","A0A0R4IKF9","rad21a","tmem63ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IKF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BIE9","rad21a","A2BIE9","rad21a","qdprb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BIE9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJH1","rad21a","A0A0R4IJH1","rad21a","dpf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJH1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZL9","rad21a","E7EZL9","rad21a","csrnp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZL9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGM1","rad21a","Q6DGM1","rad21a","ubald1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHM2","rad21a","zgc:92228","rad21a","prkab1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QP54","rad21a","A0A2R8QP54","rad21a","mrps16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QP54","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q504B1","rad21a","Q504B1","rad21a","sub1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q504B1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJN3","rad21a","E9QJN3","rad21a","acot11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIQ4","rad21a","A0A0R4IIQ4","rad21a","linc.2154","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIQ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QQU4","rad21a","A0A2R8QQU4","rad21a","si:ch211-196h24.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QQU4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QHQ9","rad21a","A0A2R8QHQ9","rad21a","prtga","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QHQ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DHG0","rad21a","B3DHG0","rad21a","trub1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DHG0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q800W7","rad21a","Q800W7","rad21a","uros","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q800W7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QCZ8","rad21a","A0A2R8QCZ8","rad21a","ptprua","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QCZ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEM3","rad21a","F1QEM3","rad21a","aurka","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEM3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KPI2","rad21a","A3KPI2","rad21a","si:dkey-19a16.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KPI2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1RLX1","rad21a","zgc:136731","rad21a","bmpr1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XJ36","rad21a","park7","rad21a","park7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Parkinson disease protein 7 homolog (Maillard deglycase) (Parkinsonism-associated deglycase) (Protein DJ-1zDJ-1) (zDJ-1) (Protein/nucleic acid deglycase DJ-1) (EC 3.1.2.-, EC 3.5.1.-, EC 3.5.1.124)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7E7","rad21a","F1Q7E7","rad21a","cdc34b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q7E7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IT39","rad21a","A0A0R4IT39","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IT39","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9H1","rad21a","F1Q9H1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9H1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NZ00","rad21a","Q6NZ00","rad21a","fam234b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NZ00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGJ9","rad21a","E9QGJ9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGJ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVU7","rad21a","Q7ZVU7","rad21a","amd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZVU7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QAE4","rad21a","A0A2R8QAE4","rad21a","marf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QAE4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0H2UKP8","rad21a","A0A0H2UKP8","rad21a","gpc5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0H2UKP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9W792","rad21a","Q9W792","rad21a","tcp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9W792","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7V3","rad21a","F1Q7V3","rad21a","gdap2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q7V3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHM6","rad21a","F1QHM6","rad21a","sirt4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHM6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F350","rad21a","DIS3-like exonuclease 2","rad21a","dis3l2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DIS3-like exonuclease 2 (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYN0","rad21a","B0UYN0","rad21a","si:dkey-57a22.11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UYN0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4D7","rad21a","cb360","rad21a","rrbp1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ribosome binding protein 1 (Ribosome-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WHV1","rad21a","A8WHV1","rad21a","rgcc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WHV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QIP9","rad21a","A0A2R8QIP9","rad21a","btg3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QIP9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IHE5","rad21a","A0A0R4IHE5","rad21a","fam49al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IHE5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK02","rad21a","F1QK02","rad21a","mrps22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QK02","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMG3","rad21a","A0A0R4IMG3","rad21a","them6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V2S4","rad21a","B0V2S4","rad21a","fxn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V2S4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BFT4","rad21a","A2BFT4","rad21a","ftr82","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BFT4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUF3","rad21a","fc07a05","rad21a","ube2h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJR0","rad21a","B8JJR0","rad21a","wdr27","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJR0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WW41","rad21a","A5WW41","rad21a","edn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WW41","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QH09","rad21a","A0A2R8QH09","rad21a","phlpp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QH09","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZU70","rad21a","Q7ZU70","rad21a","trim47","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZU70","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCI9","rad21a","E7FCI9","rad21a","sacs","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JK22","rad21a","B8JK22","rad21a","acsl1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JK22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90459","rad21a","ccnd1","rad21a","ccnd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F9G1","rad21a","E7F9G1","rad21a","mad2l1bp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F9G1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QHL3","rad21a","E9QHL3","rad21a","si:zfos-905g2.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QHL3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F2Z4S3","rad21a","si:ch211-102c2.6","rad21a","tcn2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcobalamin II (Transcobalamin-2 precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8G0","rad21a","E7F8G0","rad21a","rab9b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8G0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ30","rad21a","F1QQ30","rad21a","serpinh2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQ30","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JI11","rad21a","B8JI11","rad21a","nudt18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JI11","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE47","rad21a","F1RE47","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RE47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBW9","rad21a","E9QBW9","rad21a","stard13a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBW9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F9D9","rad21a","E7F9D9","rad21a","tcof1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F9D9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZW6","rad21a","Q7SZW6","rad21a","si:dkey-76p14.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZW6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4F0","rad21a","B8A4F0","rad21a","zdhhc16a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4F0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXW4","rad21a","emc3","rad21a","emc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QTS2","rad21a","F1QTS2","rad21a","tcea2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QTS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08C88","rad21a","Q08C88","rad21a","samd13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08C88","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5EAR5","rad21a","Q5EAR5","rad21a","trpt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5EAR5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKQ2","rad21a","B8JKQ2","rad21a","btbd3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JKQ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9U6","rad21a","F1Q9U6","rad21a","adssl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9U6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXZ6","rad21a","E7EXZ6","rad21a","brawnin","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EXZ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7N3","rad21a","F1R7N3","rad21a","cep76","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7N3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KQX1","rad21a","A3KQX1","rad21a","cndp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KQX1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9F3","rad21a","im:7147158","rad21a","pik3c3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RES7","rad21a","F1RES7","rad21a","pigu","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RES7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QD99","rad21a","F1QD99","rad21a","si:ch211-241f5.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QD99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUD0","rad21a","F1QUD0","rad21a","ptmaa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUD0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVS9","rad21a","mycb","rad21a","mycb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcriptional regulator Myc-B (c-Myc-B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAC1","rad21a","F1RAC1","rad21a","zbtb11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAC1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LGN9","rad21a","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","rad21a","eif4g3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NI81","rad21a","F6NI81","rad21a","hoxc10a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NI81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WIT4","rad21a","A8WIT4","rad21a","si:dkey-29d8.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WIT4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QD88","rad21a","A0A2R8QD88","rad21a","gatad2ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QD88","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFJ6","rad21a","E7FFJ6","rad21a","mybl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBT1","rad21a","zgc:73262","rad21a","rps27.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","40S ribosomal protein S27","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A660","rad21a","B8A660","rad21a","lipt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A660","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1L1S9","rad21a","utxl1","rad21a","kdm6al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XJ22","rad21a","fj61g07","rad21a","pop7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ribonuclease P protein subunit p20 (RNaseP protein p20)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5S3","rad21a","E7F5S3","rad21a","peli1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F5S3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2RUX8","rad21a","zgc:158347","rad21a","fosl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FOS-like 2, AP-1 transcription factor subunit (Fos-related antigen 2) (Zgc:158347 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A638","rad21a","B8A638","rad21a","si:dkey-9i23.15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A638","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1RLT5","rad21a","Q1RLT5","rad21a","rell2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1RLT5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8S7","rad21a","F1Q8S7","rad21a","ccndbp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8S7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBQ6","rad21a","F1RBQ6","rad21a","slc25a15a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBQ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L949","rad21a","Q1L949","rad21a","si:ch211-250g4.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L949","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQN9","rad21a","F1QQN9","rad21a","sept2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQN9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDI6","rad21a","F1QDI6","rad21a","mych","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PE45","rad21a","Q6PE45","rad21a","rer1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PE45","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2L009","rad21a","A0A0G2L009","rad21a","dync1h1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2L009","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BIC6","rad21a","im:7150907","rad21a","lap3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytosol aminopeptidase (EC 3.4.11.1) (EC 3.4.11.5) (EC 3.4.13.23) (Cysteinylglycine-S-conjugate dipeptidase) (Leucine aminopeptidase 3) (Leucyl aminopeptidase) (Proline aminopeptidase) (Prolyl aminopeptidase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q939","rad21a","F1Q939","rad21a","nr6a1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q939","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZ52","rad21a","F1QZ52","rad21a","pde6d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZ52","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUC6","rad21a","fj09e12","rad21a","socs3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Suppressor of cytokine signaling 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q92048","rad21a","wnt2","rad21a","wnt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein Wnt-2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GMH1","rad21a","Q6GMH1","rad21a","dbnla","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6GMH1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q70ZY9","rad21a","Q70ZY9","rad21a","hic1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q70ZY9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q750","rad21a","F1Q750","rad21a","hcfc1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q750","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F525","rad21a","E7F525","rad21a","dhx29","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F525","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGB5","rad21a","A2BGB5","rad21a","mpzl2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGL1","rad21a","DNA helicase","rad21a","chd7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZG7","rad21a","A0A0R4IZG7","rad21a","bmpr1ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6EJB7","rad21a","sox3","rad21a","sox3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor Sox-3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHH7","rad21a","Q6DHH7","rad21a","lzic","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEZ3","rad21a","F1QEZ3","rad21a","slc7a6os","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEZ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W268","rad21a","F8W268","rad21a","ank3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W268","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJN4","rad21a","B8JJN4","rad21a","si:dkey-20i10.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC34","rad21a","Q6PC34","rad21a","hpca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PC34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DGS0","rad21a","B3DGS0","rad21a","nfe2l1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DGS0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GMG2","rad21a","zgc:92432","rad21a","sntb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Beta-1-syntrophin (Syntrophin, basic 1) (Zgc:92432)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q728","rad21a","F1Q728","rad21a","coro1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q728","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PCS3","rad21a","id:ibd5026","rad21a","mef2ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NWK1","rad21a","Q6NWK1","rad21a","capza1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NWK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q640","rad21a","F1Q640","rad21a","si:dkey-10f21.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q640","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQI6","rad21a","zgc:86748","rad21a","rpl11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R5K4","rad21a","F1R5K4","rad21a","cspp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R5K4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9R9","rad21a","F1Q9R9","rad21a","hcn2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9R9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66HY7","rad21a","eif4e3","rad21a","eif4e3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 4E type 3 (eIF-4E type 3) (eIF-4E3) (eIF4E type 3) (eIF4E-3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZVF4","rad21a","B7ZVF4","rad21a","tecpr1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZVF4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KQG0","rad21a","A3KQG0","rad21a","mxi1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KQG0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IMW6","rad21a","fd13f08","rad21a","rps13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KMR8","rad21a","A3KMR8","rad21a","mafaa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KMR8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGP9","rad21a","A2BGP9","rad21a","fam151b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGP9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1L1QZP5","rad21a","A0A1L1QZP5","rad21a","si:dkey-262g12.9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1L1QZP5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSP4","rad21a","CHUNP6904","rad21a","atp6v0ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","V-type proton ATPase proteolipid subunit","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCY1","rad21a","Centromere protein J","rad21a","cenpj","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Centromere protein J","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4KWC4","rad21a","R4KWC4","rad21a","rnf111","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4KWC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3Q6","rad21a","A9C3Q6","rad21a","ift81","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9C3Q6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1ECZ4","rad21a","casc3","rad21a","casc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8K7","rad21a","F1R8K7","rad21a","ccdc191","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8K7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LV18","rad21a","Q1LV18","rad21a","foxa3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LV18","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE95","rad21a","F1QE95","rad21a","ece1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE95","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3J6","rad21a","zgc:77672","rad21a","fkbp8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QAB1","rad21a","A0A2R8QAB1","rad21a","ccnt2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QAB1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QX32","rad21a","RAS protein activator-like 2","rad21a","rasal2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZF6","rad21a","A0A0R4IZF6","rad21a","arid3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZF6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHY7","rad21a","F1QHY7","rad21a","disp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHY7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8C6","rad21a","sb:cb752","rad21a","akip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A kinase (PRKA)-interacting protein 1 (A-kinase-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QP78","rad21a","cnot11","rad21a","cnot11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CCR4-NOT transcription complex subunit 11","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7MBU9","rad21a","A7MBU9","rad21a","cmbl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A7MBU9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QC58","rad21a","fc33f09","rad21a","klhl20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kelch-like family member 20 (Kelch-like protein 20 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYS1","rad21a","Q5TYS1","rad21a","foxo3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TYS1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXR2","rad21a","F1QXR2","rad21a","maml3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXR2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IBK0","rad21a","A0A0R4IBK0","rad21a","irf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IBK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXS2","rad21a","Q1LXS2","rad21a","psmg2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TLH9","rad21a","fc30d10","rad21a","zmat2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QF83","rad21a","E9QF83","rad21a","phldb2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QF83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q9T1","rad21a","A0A2R8Q9T1","rad21a","tox","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q9T1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L9C7","rad21a","Q1L9C7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L9C7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502L2","rad21a","pgam5","rad21a","pgam5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine/threonine-protein phosphatase PGAM5, mitochondrial (EC 3.1.3.16) (Phosphoglycerate mutase family member 5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1RLT0","rad21a","Q1RLT0","rad21a","mat2al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1RLT0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W272","rad21a","F8W272","rad21a","znhit6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W272","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DFQ1","rad21a","cb536","rad21a","capns1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Calpain, small subunit 1 b (Capns1b protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZ33","rad21a","Q5TZ33","rad21a","sash1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TZ33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R076","rad21a","F1R076","rad21a","adat1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R076","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2VD36","rad21a","A2VD36","rad21a","si:ch211-201h21.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2VD36","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUQ0","rad21a","si:ch211-214p16.3","rad21a","iars2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","isoleucine--tRNA ligase (EC 6.1.1.5) (Isoleucyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q802D5","rad21a","pfn2","rad21a","pfn2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Profilin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQN4","rad21a","F1QQN4","rad21a","lrrc51","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KGF4","rad21a","A0A0G2KGF4","rad21a","LOC100332191","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KGF4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7L0","rad21a","F1R7L0","rad21a","tdh2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7L0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R5Z2","rad21a","F1R5Z2","rad21a","fndc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R5Z2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KC40","rad21a","A8KC40","rad21a","ppox","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8KC40","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZC1","rad21a","F1QZC1","rad21a","rbfox2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZC1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5PR98","rad21a","Q5PR98","rad21a","ndrg2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5PR98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8D0","rad21a","cb507","rad21a","cdon","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCE9","rad21a","ndufab1","rad21a","ndufab1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Acyl carrier protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q3B736","rad21a","atg101","rad21a","atg101","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Autophagy-related protein 101","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1MTH6","rad21a","Q1MTH6","rad21a","pdcd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1MTH6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WHR0","rad21a","dcaf17","rad21a","dcaf17","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DDB1- and CUL4-associated factor 17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZWB4","rad21a","ARL6IP","rad21a","arl6ip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q9H3","rad21a","Small integral membrane protein 20","rad21a","smim20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small integral membrane protein 20","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5H1","rad21a","F8W5H1","rad21a","mtm1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W5H1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DC53","rad21a","ctu2","rad21a","ctu2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytoplasmic tRNA 2-thiolation protein 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDK1","rad21a","X1WDK1","rad21a","znf576.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QQN6","rad21a","A0A2R8QQN6","rad21a","n6amt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QQN6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBY3","rad21a","G/T mismatch-specific thymine DNA glycosylase-like isoform X1","rad21a","tdg.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G/T mismatch-specific thymine DNA glycosylase-like isoform X1 (Thymine DNA glycosylase, tandem duplicate 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JLK9","rad21a","B8JLK9","rad21a","si:dkey-69o16.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JLK9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q05AJ2","rad21a","Q05AJ2","rad21a","mettl7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q05AJ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3G9","rad21a","txndc4","rad21a","erp44","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Endoplasmic reticulum protein 44 (Endoplasmic reticulum resident protein 44) (Thioredoxin domain containing 4 (Endoplasmic reticulum))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B5RHZ3","rad21a","B5RHZ3","rad21a","snx33","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B5RHZ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PLK0","rad21a","im:7150627","rad21a","kcnk1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R2G5","rad21a","F1R2G5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R2G5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAD8","rad21a","F1QAD8","rad21a","alg3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAD8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90W33","rad21a","Q90W33","rad21a","hic2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q90W33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QFG1","rad21a","E9QFG1","rad21a","lrch1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QFG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QA55","rad21a","F1QA55","rad21a","vrk1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QA55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q4Z6","rad21a","A0A2R8Q4Z6","rad21a","kmt2ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q4Z6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QH67","rad21a","fb73e11","rad21a","csrnp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cysteine-serine-rich nuclear protein 1b (Cysteine/serine-rich nuclear protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JIJ7","rad21a","B8JIJ7","rad21a","rdh14a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JIJ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMZ6","rad21a","F1QMZ6","rad21a","ncalda","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QMZ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WF98","rad21a","X1WF98","rad21a","col12a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WF98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6J1","rad21a","F1R6J1","rad21a","si:dkey-121a11.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6J1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA54","rad21a","E7FA54","rad21a","gid4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FA54","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3X2","rad21a","F1R3X2","rad21a","mcts1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3X2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5D5","rad21a","B0S5D5","rad21a","zdhhc12a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5D5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LV04","rad21a","Q1LV04","rad21a","si:dkey-102f14.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LV04","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXB1","rad21a","si:dkey-42i9.5","rad21a","atrip","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9DGM9","rad21a","Q9DGM9","rad21a","vent","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9DGM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3F7","rad21a","fa14h03","rad21a","c1qbp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Complement component 1 Q subcomponent-binding protein, mitochondrial","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWB8","rad21a","A0A0R4IWB8","rad21a","dtx2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWB8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZ68","rad21a","E7EZ68","rad21a","foxp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZ68","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WD87","rad21a","X1WD87","rad21a","si:ch73-364h19.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WD87","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S4U0","rad21a","B0S4U0","rad21a","arhgef16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S4U0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A5P4","rad21a","B8A5P4","rad21a","ccdc85a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A5P4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4A0","rad21a","B8A4A0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4A0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","T1ECW3","rad21a","T1ECW3","rad21a","ranbp10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","T1ECW3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R1W1","rad21a","F1R1W1","rad21a","strn3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R1W1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KC22","rad21a","hnrnpl","rad21a","hnrnpl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Z4YHV3","rad21a","Z4YHV3","rad21a","shisal1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Z4YHV3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PF58","rad21a","A5PF58","rad21a","ppp1r8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PF58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B1H1M3","rad21a","B1H1M3","rad21a","plpbp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B1H1M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYP4","rad21a","Q5TYP4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TYP4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBC6","rad21a","E9QBC6","rad21a","si:dkey-184a18.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBC6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DI10","rad21a","B3DI10","rad21a","iqck","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DI10","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08C60","rad21a","Q08C60","rad21a","fut11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08C60","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXA2","rad21a","zgc:73376","rad21a","dpm3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dolichol-phosphate mannosyltransferase subunit 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYE9","rad21a","B0UYE9","rad21a","gripap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UYE9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8A2","rad21a","wu:fc74h04","rad21a","irf2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Interferon regulatory factor","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSN1","rad21a","F1QSN1","rad21a","dyrk1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSN1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4VBI5","rad21a","zgc:112340","rad21a","ndufa2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIR9","rad21a","A0A0R4IIR9","rad21a","lsg1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIR9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T1H5","rad21a","dnd","rad21a","dnd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dead end protein 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBP0","rad21a","wu:fj49c05","rad21a","cox7c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHV1","rad21a","Q6DHV1","rad21a","b3gnt7l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3H0","rad21a","F1R3H0","rad21a","lamtor2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3H0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IQ64","rad21a","A0A0R4IQ64","rad21a","polr3h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IQ64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5B7","rad21a","B0S5B7","rad21a","dnaja3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5B7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QMA3","rad21a","A0A2R8QMA3","rad21a","pdk3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QMA3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGT7","rad21a","E9QGT7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGT7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8Z0","rad21a","gadd45al","rad21a","gadd45aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNX9","rad21a","zgc:73191","rad21a","smfn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Oligoribonuclease, mitochondrial precursor (Small fragment nuclease)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T3H7","rad21a","med18","rad21a","med18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 18 (Mediator complex subunit 18)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9W7C0","rad21a","Lymphocyte enhancer binding factor 1","rad21a","lef1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV03","rad21a","vps26b","rad21a","vps26b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QX00","rad21a","Centlein isoform X1","rad21a","cntln","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Centlein isoform X1 (Centlein, centrosomal protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGV0","rad21a","E9QGV0","rad21a","si:dkey-149m13.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGV0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4G2","rad21a","F1R4G2","rad21a","blmh","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4G2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHE9","rad21a","fj19d10","rad21a","ndufs7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMJ1","rad21a","A0A0R4IMJ1","rad21a","ccpg1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QE37","rad21a","E9QE37","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QE37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q0P439","rad21a","Q0P439","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q0P439","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WHN4","rad21a","A8WHN4","rad21a","praf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WHN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E4S2","rad21a","A8E4S2","rad21a","cdk8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8E4S2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y8P8","rad21a","A0A286Y8P8","rad21a","ddx20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90Z31","rad21a","efnb3","rad21a","efnb3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V1K6","rad21a","B0V1K6","rad21a","prpf4ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V1K6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IN50","rad21a","A0A0R4IN50","rad21a","hfm1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IN50","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q586","rad21a","A0A2R8Q586","rad21a","cmc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q586","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5D0","rad21a","B0S5D0","rad21a","naif1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5D0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6A9","rad21a","B0S6A9","rad21a","wdr3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S6A9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITM9","rad21a","I3ITM9","rad21a","nkd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWU8","rad21a","A0A0R4IWU8","rad21a","si:dkey-73n8.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWU8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1ECV3","rad21a","Q1ECV3","rad21a","mob2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1ECV3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","K7DY99","rad21a","K7DY99","rad21a","ttc27","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","K7DY99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IU70","rad21a","A0A0R4IU70","rad21a","si:dkey-264d12.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IU70","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5U3G0","rad21a","fa94d03","rad21a","pgrmc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Membrane-associated progesterone receptor component 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBN2","rad21a","Q6PBN2","rad21a","aida","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PBN2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QKI4","rad21a","A0A2R8QKI4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503W5","rad21a","zgc:110044","rad21a","tusc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tumor suppressor candidate 3 (Tusc3 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEC8","rad21a","F1QEC8","rad21a","prkar1ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEC8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9C1","rad21a","A0A0R4I9C1","rad21a","yars1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9C1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PH11","rad21a","pym1","rad21a","pym1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQS9","rad21a","Q6IQS9","rad21a","mrpl23","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6IQS9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R1F7","rad21a","B0R1F7","rad21a","si:ch211-254n4.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R1F7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JGS9","rad21a","rps18","rad21a","rps18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCN0","rad21a","cb1075","rad21a","dnmt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WW99","rad21a","A5WW99","rad21a","coq5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WW99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIC8","rad21a","E9QIC8","rad21a","farp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIC8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYS8","rad21a","zgc:171542","rad21a","spc25","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinetochore protein SPC25","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDT2","rad21a","E7FDT2","rad21a","neurl4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FDT2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QR98","rad21a","F1QR98","rad21a","fam212aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QR98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXT2","rad21a","uvssa","rad21a","uvssa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","UV-stimulated scaffold protein A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S740","rad21a","B0S740","rad21a","coa5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S740","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAP9","rad21a","F1QAP9","rad21a","nr2c2ap","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAP9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHT7","rad21a","F1QHT7","rad21a","tcaim","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHT7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPX6","rad21a","F1QPX6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPX6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2E9","rad21a","Q7T2E9","rad21a","tmed5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2E9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JHF0","rad21a","psenen","rad21a","psenen","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Gamma-secretase subunit PEN-2 (Presenilin enhancer protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0V3","rad21a","B0R0V3","rad21a","gpkow","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R0V3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IF99","rad21a","A0A0R4IF99","rad21a","zdhhc16b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IF99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R764","rad21a","F1R764","rad21a","dync2li1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R764","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PF35","rad21a","A5PF35","rad21a","pphln1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PF35","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DH26","rad21a","med31","rad21a","med31","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 31 (Mediator complex subunit 31) (Mediator complex subunit soh1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503G3","rad21a","tdg","rad21a","tdg.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBL4","rad21a","zgc:73351","rad21a","pole3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA polymerase epsilon subunit 3 (DNA polymerase II subunit 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FC33","rad21a","Cohesin subunit SA","rad21a","stag1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66I53","rad21a","zgc:103765","rad21a","cox17","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","COX17 cytochrome c oxidase assembly homolog (S. cerevisiae) (COX17 homolog, cytochrome c oxidase assembly protein) (Cox17 protein) (Cytochrome c oxidase copper chaperone COX17)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGD7","rad21a","A0A0R4IGD7","rad21a","plcd1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGD7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCA8","rad21a","F1QCA8","rad21a","atg9a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCA8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V8Q5","rad21a","sfrs7","rad21a","srsf7b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine and arginine-rich-splicing factor 7b (Serine/arginine-rich splicing factor 7) (Splicing factor, arginine/serine-rich 7)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSI6","rad21a","F1QSI6","rad21a","ssbp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMF6","rad21a","eif4b","rad21a","eif4ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 4B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7S0","rad21a","B0S7S0","rad21a","cntnap2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7S0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9YGX5","rad21a","cpeb1","rad21a","cpeb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FB23","rad21a","E7FB23","rad21a","tbc1d2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FB23","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA22","rad21a","E7FA22","rad21a","ptp4a3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FA22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZP3","rad21a","Q7SZP3","rad21a","meis1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZP3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6M0","rad21a","Cytoplasmic protein","rad21a","nck1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytoplasmic protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8M3","rad21a","F1Q8M3","rad21a","arfip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T358","rad21a","gspt1","rad21a","gspt1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6AZA0","rad21a","Q6AZA0","rad21a","acat1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6AZA0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IY52","rad21a","Vacuolar protein sorting-associated protein 52 homolog","rad21a","vps52","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vacuolar protein sorting-associated protein 52 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IVW0","rad21a","ift57","rad21a","ift57","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Intraflagellar transport protein 57 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V0X5","rad21a","B0V0X5","rad21a","nceh1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V0X5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZ86","rad21a","A8DZ86","rad21a","vasna","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZ86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BF98","rad21a","Leucine-rich repeat-containing 8 VRAC subunit Ab","rad21a","lrrc8ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503T8","rad21a","Q503T8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503T8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R118","rad21a","hexd","rad21a","hexdc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","beta-N-acetylhexosaminidase (EC 3.2.1.52)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R2Q8","rad21a","F1R2Q8","rad21a","si:dkey-34l15.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R2Q8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFC4","rad21a","id:ibd5110","rad21a","noc2l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nucleolar complex protein 2 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F078","rad21a","E7F078","rad21a","fam171a2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F078","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAX2","rad21a","A0A0R4IAX2","rad21a","si:dkey-17o15.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAX2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B1H1G9","rad21a","B1H1G9","rad21a","tspan17","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B1H1G9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","P09014","rad21a","P09014","rad21a","hoxb5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","P09014","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WVY2","rad21a","A5WVY2","rad21a","akirin2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WVY2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R147","rad21a","B0R147","rad21a","setbp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R147","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBJ6","rad21a","zgc:73375","rad21a","ndufb6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W4B1","rad21a","F8W4B1","rad21a","itpr1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W4B1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QEB0","rad21a","E9QEB0","rad21a","znf385a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QEB0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH31","rad21a","Q5RH31","rad21a","ndufa12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RH31","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBE0","rad21a","X1WBE0","rad21a","msh4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBE0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCY7","rad21a","RNA-binding motif protein 15","rad21a","rbm15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA-binding motif protein 15 (RNA-binding protein 15)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGP6","rad21a","sub1","rad21a","sub1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Activated RNA polymerase II transcriptional coactivator p15 (SUB1 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCP6","rad21a","tafazzin","rad21a","taz","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tafazzin (Taz) (EC 2.3.1.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q98874","rad21a","Q98874","rad21a","erh","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q98874","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5K1","rad21a","E7F5K1","rad21a","nlrb5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F5K1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NV31","rad21a","wdr82","rad21a","wdr82","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WD repeat-containing protein 82 (Protein word of mouth)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0A4","rad21a","si:ch211-287b5.1","rad21a","vps50","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Syndetin isoform X3 (VPS50 EARP/GARPII complex subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8E3","rad21a","F1R8E3","rad21a","nsrp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8E3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCP2","rad21a","E9QCP2","rad21a","mat2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCP2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QH17","rad21a","E9QH17","rad21a","mfsd9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QH17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R333","rad21a","F1R333","rad21a","alg11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R333","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYR7","rad21a","A0A0R4IYR7","rad21a","mrps2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYR7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIE0","rad21a","F1QIE0","rad21a","klhl36","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIE0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QI44","rad21a","F1QI44","rad21a","nkd2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QI44","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TH15","rad21a","eif3d","rad21a","eif3d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P2A9","rad21a","Q6P2A9","rad21a","fubp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P2A9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPF6","rad21a","F1QPF6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPF6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE09","rad21a","F1QE09","rad21a","spag7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE09","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WEH8","rad21a","H0WEH8","rad21a","znf1128","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WEH8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F596","rad21a","E7F596","rad21a","dnajc5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F596","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3QK14","rad21a","A3QK14","rad21a","tmem150ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3QK14","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6PBM1","rad21a","F6PBM1","rad21a","macrod1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6PBM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DI22","rad21a","hadhsc","rad21a","hadh","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QL47","rad21a","F1QL47","rad21a","traip","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QL47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F3J0","rad21a","E7F3J0","rad21a","ppp1r9ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F3J0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P125","rad21a","cirh1a","rad21a","utp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cirrhosis, autosomal recessive 1A (Cirhin) (U3 small nucleolar RNA-associated protein 4 homolog) (UTP4 small subunit processome component)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R9YJL1","rad21a","A0A2R9YJL1","rad21a","mdh1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R9YJL1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y883","rad21a","A0A286Y883","rad21a","znf980","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y883","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2L1H1","rad21a","A0A0G2L1H1","rad21a","LOC101883245","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2L1H1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGS1","rad21a","Zinc finger and BTB domain-containing 16b","rad21a","zbtb16b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIS4","rad21a","si:ch211-159j13.2","rad21a","si:dkey-1h24.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A5Y8","rad21a","B8A5Y8","rad21a","si:dkeyp-123h10.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A5Y8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WEY4","rad21a","H0WEY4","rad21a","znf1023","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WEY4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4G5W3","rad21a","Q4G5W3","rad21a","rtn3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4G5W3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5I8Y1","rad21a","Q5I8Y1","rad21a","irx2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5I8Y1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDI6","rad21a","F1RDI6","rad21a","nsun5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RDI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08CN7","rad21a","Q08CN7","rad21a","gucd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08CN7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6D2","rad21a","F1R6D2","rad21a","gpt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6D2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FEA4","rad21a","E7FEA4","rad21a","rnf166","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FEA4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH13","rad21a","fbxl14","rad21a","fbxl14b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F-box and leucine-rich repeat protein 14b","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZP8","rad21a","E7EZP8","rad21a","tmx3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYJ7","rad21a","Q1LYJ7","rad21a","kng1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LYJ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7J5","rad21a","F1Q7J5","rad21a","cep170b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q7J5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P116","rad21a","Q6P116","rad21a","rcor2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P116","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZ09","rad21a","E7EZ09","rad21a","zmat3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZ09","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QLS7","rad21a","F1QLS7","rad21a","ppcs","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QLS7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9I2","rad21a","A0A0R4I9I2","rad21a","cstf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9I2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NXC0","rad21a","fmnl3","rad21a","fmnl3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QRQ5","rad21a","ap2","rad21a","tfap2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE13","rad21a","F1QE13","rad21a","exoc8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F2Z4V8","rad21a","F2Z4V8","rad21a","cep104","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F2Z4V8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJ27","rad21a","F1QJ27","rad21a","rad51b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJ27","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F789","rad21a","E7F789","rad21a","specc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F789","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4IG29","rad21a","A4IG29","rad21a","m1ap","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A4IG29","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568L4","rad21a","Q568L4","rad21a","dctd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q568L4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBN6","rad21a","mcoln1.2","rad21a","mcoln1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mucolipin 1.2 (Mucolipin TRP cation channel 1b) (Mucolipin-1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561Y2","rad21a","Q561Y2","rad21a","nmnat1-rbp7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q561Y2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QI13","rad21a","GPI ethanolamine phosphate transferase 3","rad21a","pigo","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GPI ethanolamine phosphate transferase 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9C6","rad21a","zgc:86841","rad21a","phb2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Prohibitin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R1B6","rad21a","B0R1B6","rad21a","asb6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R1B6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FE12","rad21a","Nuclear factor of activated T-cells, cytoplasmic 3","rad21a","nfatc3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PVK5","rad21a","ldha","rad21a","ldha","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHP3","rad21a","Q5RHP3","rad21a","ppp2r5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RHP3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPU4","rad21a","F1QPU4","rad21a","ap5b1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPU4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IQE0","rad21a","A0A0R4IQE0","rad21a","scarb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IQE0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJS7","rad21a","B8JJS7","rad21a","golim4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJS7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QX94","rad21a","F1QX94","rad21a","eif4g3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QX94","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITH9","rad21a","I3ITH9","rad21a","cep20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITH9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5H4","rad21a","E7F5H4","rad21a","ttyh3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F5H4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N4STP4","rad21a","A0A0N4STP4","rad21a","klhl7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N4STP4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAH9","rad21a","A0A0R4IAH9","rad21a","si:dkey-102m7.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAH9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZ13","rad21a","E7EZ13","rad21a","soga1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZ13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7S1","rad21a","F1R7S1","rad21a","cope","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7S1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK19","rad21a","F1QK19","rad21a","lpxn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QK19","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2A8","rad21a","Q7T2A8","rad21a","sh3bgrl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2A8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAG5","rad21a","U3JAG5","rad21a","sesn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JAG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NWA1","rad21a","Q6NWA1","rad21a","ammecr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NWA1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WF34","rad21a","X1WF34","rad21a","ksr1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WF34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9S3","rad21a","brf1","rad21a","brf1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B-related factor 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYY9","rad21a","A0A0R4IYY9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYY9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKS1","rad21a","F1QKS1","rad21a","cdk19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKS1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WV48","rad21a","A5WV48","rad21a","arsa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WV48","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBW3","rad21a","F1RBW3","rad21a","prkcsh","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBW3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JSW0","rad21a","A9JSW0","rad21a","fkbp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9JSW0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVG7","rad21a","Q1LVG7","rad21a","atp5f1d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LVG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJW1","rad21a","A0A0R4IJW1","rad21a","si:dkey-15h8.10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJW1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHP6","rad21a","F1QHP6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QRT7","rad21a","F1QRT7","rad21a","zbtb20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QRT7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAU9","rad21a","U3JAU9","rad21a","si:dkey-66i24.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JAU9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NZ21","rad21a","Q6NZ21","rad21a","rnft1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NZ21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5NU21","rad21a","Q5NU21","rad21a","gadd45bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5NU21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCL9","rad21a","E7FCL9","rad21a","stk39","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCL9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRD1","rad21a","atp5o","rad21a","atp5po","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWF8","rad21a","F1QWF8","rad21a","pla2g4aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P111","rad21a","lsm14a","rad21a","lsm14aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502C1","rad21a","mrps24","rad21a","mrps24","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBZ9","rad21a","E9QBZ9","rad21a","fbxo18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RD76","rad21a","F1RD76","rad21a","mpc2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RD76","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVW8","rad21a","Q7ZVW8","rad21a","cwc25","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZVW8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XJ48","rad21a","Q5XJ48","rad21a","gpx1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5XJ48","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAN0","rad21a","E7FAN0","rad21a","cc2d1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FAN0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NW08","rad21a","F6NW08","rad21a","si:ch211-13c6.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NW08","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QR61","rad21a","F1QR61","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QR61","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4INB3","rad21a","A0A0R4INB3","rad21a","slf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4INB3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9R4","rad21a","F1R9R4","rad21a","ccnd2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9R4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8X5","rad21a","fermt2","rad21a","fermt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Fermitin family homolog 2 (Kindlin-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KC95","rad21a","A0A0G2KC95","rad21a","LOC100149352","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KC95","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q498W5","rad21a","Q498W5","rad21a","tmem198b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q498W5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QCI9","rad21a","A0A2R8QCI9","rad21a","shroom2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QCI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BF66","rad21a","A2BF66","rad21a","hormad1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BF66","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R310","rad21a","F1R310","rad21a","cep89","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R310","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BIH4","rad21a","A2BIH4","rad21a","znf644a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BIH4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F7F8","rad21a","E7F7F8","rad21a","si:ch73-280o22.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F7F8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F371","rad21a","E7F371","rad21a","synrg","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F371","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BI69","rad21a","A2BI69","rad21a","abca2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BI69","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RW49","rad21a","A0A2R8RW49","rad21a","LOC797436","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RW49","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RB65","rad21a","F1RB65","rad21a","b3galnt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RB65","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZZZ4","rad21a","Q7ZZZ4","rad21a","higd1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZZZ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDN4","rad21a","F1QDN4","rad21a","irf1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F885","rad21a","E7F885","rad21a","taok3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F885","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXI2","rad21a","Q1LXI2","rad21a","myo5aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXI2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYI3","rad21a","hecw1","rad21a","hecw1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","HECT-type E3 ubiquitin transferase (EC 2.3.2.26)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0JPF8","rad21a","A0JPF8","rad21a","zdhhc3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0JPF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IF44","rad21a","A0A0R4IF44","rad21a","si:ch211-156l18.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IF44","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7N0","rad21a","B0S7N0","rad21a","znf692","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7N0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8Q4","rad21a","F1R8Q4","rad21a","nat9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8Q4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QVV4","rad21a","zgc:92484","rad21a","cpsf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T005","rad21a","Q7T005","rad21a","rab11fip3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T005","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6W4","rad21a","cdk5r1","rad21a","cdk5r1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclin-dependent kinase 5 activator","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJ13","rad21a","F1QJ13","rad21a","plcd3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJ13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IHT5","rad21a","Si:ch211-288d18.1","rad21a","si:ch211-288d18.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IS83","rad21a","A0A0R4IS83","rad21a","postnb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IS83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502P6","rad21a","zgc:111955","rad21a","ndufs5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QX67","rad21a","F1QX67","rad21a","si:dkey-283j8.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QX67","tf-link","27924024","regulates","txid7955" +"Q6TEL1","K7DY44","rad21a","K7DY44","rad21a","foxn3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","K7DY44","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9D6","rad21a","Symplekin","rad21a","sympk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Symplekin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6AXJ2","rad21a","eif3ha","rad21a","eif3ha","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 3 subunit H-A (eIF3h-A) (Eukaryotic translation initiation factor 3 subunit 3-A) (eIF-3-gamma-A) (eIF3 p40 subunit A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568H8","rad21a","DNA-directed RNA polymerases I, II, and III subunit RPABC3","rad21a","polr2h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-directed RNA polymerases I, II, and III subunit RPABC3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KUS3","rad21a","A0A0G2KUS3","rad21a","stard5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KUS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q29R83","rad21a","Q29R83","rad21a","dazap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q29R83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGL5","rad21a","wu:fc34a11","rad21a","trappc5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Trafficking protein particle complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7H2","rad21a","F1Q7H2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q7H2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8H3","rad21a","F1Q8H3","rad21a","si:ch211-161n3.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8H3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6M0","rad21a","fe47h06","rad21a","suv39h1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone-lysine N-methyltransferase (EC 2.1.1.355)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7P4","rad21a","F1R7P4","rad21a","plppr4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7P4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QVU5","rad21a","F1QVU5","rad21a","unc50","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QVU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1U0","rad21a","E7F1U0","rad21a","myorg","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1U0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IKJ3","rad21a","A0A0R4IKJ3","rad21a","arid1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IKJ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L878","rad21a","Q1L878","rad21a","rpp21","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L878","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T321","rad21a","Q7T321","rad21a","kcmf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T321","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1L1QZC1","rad21a","A0A1L1QZC1","rad21a","znf280d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1L1QZC1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCA0","rad21a","X1WCA0","rad21a","si:ch211-176l24.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCA0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC73","rad21a","grb2","rad21a","grb2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F050","rad21a","E7F050","rad21a","btbd16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F050","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVG2","rad21a","Q1LVG2","rad21a","use1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LVG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYN3","rad21a","A0A0R4IYN3","rad21a","tnksb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ42","rad21a","zgc:86674","rad21a","ndufa1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVW3","rad21a","Q7ZVW3","rad21a","pik3r3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZVW3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IH35","rad21a","si:dkey-37m8.6","rad21a","mccc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Methylcrotonoyl-CoA carboxylase subunit alpha, mitochondrial (EC 6.4.1.4) (Methylcrotonyl-CoA carboxylase subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803J3","rad21a","cb75","rad21a","rab2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related protein Rab-2A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PEH1","rad21a","kdelr2","rad21a","kdelr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QT45","rad21a","fb24d03","rad21a","pnn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pinin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDL6","rad21a","F1QDL6","rad21a","ston2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDL6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCL4","rad21a","E7FCL4","rad21a","waplb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCL4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYG5","rad21a","Q1LYG5","rad21a","eef2a.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LYG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAE2","rad21a","F1RAE2","rad21a","gar1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAE2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXF4","rad21a","THO","rad21a","thoc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","THO complex subunit 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QF52","rad21a","A0A2R8QF52","rad21a","cox5b1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QF52","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2R9","rad21a","E7F2R9","rad21a","ptk7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2R9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IG34","rad21a","A0A0R4IG34","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMS9","rad21a","DNA-directed RNA polymerase subunit","rad21a","polr2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QDZ6","rad21a","E9QDZ6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QDZ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WUS2","rad21a","A5WUS2","rad21a","sulf2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WUS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAK4","rad21a","F1QAK4","rad21a","si:dkey-174i8.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITW2","rad21a","A0A0R4ITW2","rad21a","si:dkey-11c5.11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITW2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WF55","rad21a","H0WF55","rad21a","znf1078","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WF55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LX81","rad21a","Q1LX81","rad21a","psme3ip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LX81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQM5","rad21a","zgc:86702","rad21a","pigk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GPI-anchor transamidase (Phosphatidylinositol-glycan biosynthesis class K protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JI14","rad21a","B8JI14","rad21a","eif2ak3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JI14","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXF5","rad21a","Q1LXF5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXF5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BIE7","rad21a","A2BIE7","rad21a","tapt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BIE7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJL8","rad21a","E9QJL8","rad21a","dock4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJL8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYN3","rad21a","Q6NYN3","rad21a","ipo7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NYN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NS34","rad21a","A0A1D5NS34","rad21a","si:ch73-71d17.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NS34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JRD0","rad21a","A9JRD0","rad21a","map2k5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9JRD0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBN4","rad21a","X1WBN4","rad21a","si:ch211-129o18.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NSS3","rad21a","A0A1D5NSS3","rad21a","phf21aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NSS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803I4","rad21a","rnf2","rad21a","rnf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6K2","rad21a","B0S6K2","rad21a","plk3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S6K2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXT9","rad21a","fc21g05","rad21a","chkb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ethanolamine kinase (EC 2.7.1.82)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9I9L0","rad21a","hey2","rad21a","hey2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R810","rad21a","F1R810","rad21a","birc5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R810","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502M9","rad21a","zgc:92635","rad21a","elocb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Elongin-C","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QE99","rad21a","E9QE99","rad21a","si:dkey-92i17.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QE99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFK9","rad21a","fc22d10","rad21a","cstf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cleavage stimulation factor 50 kDa subunit","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHJ8","rad21a","zgc:92268","rad21a","peli2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GMI3","rad21a","reverbb2","rad21a","nr1d2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nr1d2b protein (Nuclear receptor subfamily 1 group D member 2) (Nuclear receptor subfamily 1, group D, member 2b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAC4","rad21a","F1RAC4","rad21a","pwp2h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCM6","rad21a","X1WCM6","rad21a","hdac12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCM6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DGU1","rad21a","B3DGU1","rad21a","fignl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DGU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DHU2","rad21a","tmem65","rad21a","tmem65","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transmembrane protein 65","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIR4","rad21a","A0A0R4IIR4","rad21a","nfat5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEJ9","rad21a","F1QEJ9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEJ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKP6","rad21a","B8JKP6","rad21a","greb1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JKP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHL1","rad21a","Q6DHL1","rad21a","supt3h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHL1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QPA1","rad21a","A0A2R8QPA1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QPA1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PU58","rad21a","Q9PU58","rad21a","nipsnap2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9PU58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q639","rad21a","F1Q639","rad21a","unk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q639","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWA2","rad21a","A0A0R4IWA2","rad21a","si:dkey-30e9.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0Z8","rad21a","Q6P0Z8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P0Z8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6V0","rad21a","F1Q6V0","rad21a","myl4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q6V0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QP14","rad21a","F1QP14","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QP14","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A562","rad21a","B8A562","rad21a","fbxw2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A562","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NT24","rad21a","adam10","rad21a","adam10a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q05AL8","rad21a","Q05AL8","rad21a","znf76","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q05AL8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVF2","rad21a","fb11d08","rad21a","glulb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","O42140","rad21a","ntn2","rad21a","ntn1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Netrin-1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N4STU4","rad21a","A0A0N4STU4","rad21a","si:ch73-120g24.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N4STU4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4D5","rad21a","B8A4D5","rad21a","mgme1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4D5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q551","rad21a","F1Q551","rad21a","trioa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q551","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KD63","rad21a","A0A0G2KD63","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KD63","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGT3","rad21a","wu:fb55b11","rad21a","dao.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","D-amino-acid oxidase (EC 1.4.3.3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U6C7X6","rad21a","itchb","rad21a","itcha","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E3 ubiquitin-protein ligase (EC 2.3.2.26)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JA50","rad21a","U3JA50","rad21a","si:dkeyp-104f11.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JA50","tf-link","27924024","regulates","txid7955" +"Q6TEL1","G1K2J9","rad21a","G1K2J9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G1K2J9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGY5","rad21a","Q6DGY5","rad21a","lim2.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGY5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QT18","rad21a","F1QT18","rad21a","ttll9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QT18","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQM0","rad21a","sf3b14","rad21a","sf3b6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Splicing factor 3B (Splicing factor 3b, subunit 6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286YAG8","rad21a","A0A286YAG8","rad21a","fam149b1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286YAG8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5R8","rad21a","aox6","rad21a","aox6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Aldehyde oxidase (EC 1.2.3.1) (Aldehyde oxidase beta) (Aldehyde oxidase isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5BJJ8","rad21a","Q5BJJ8","rad21a","mrpl51","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5BJJ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIL6","rad21a","F1QIL6","rad21a","acad9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIL6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXT3","rad21a","F1QXT3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXT3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAH7","rad21a","F1QAH7","rad21a","arl16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UXY9","rad21a","fc25h12","rad21a","faf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FAS-associated factor 1 (Fas (TNFRSF6)-associated factor 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RI83","rad21a","A0A2R8RI83","rad21a","LOC101882355","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RI83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9DG41","rad21a","Q9DG41","rad21a","has2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9DG41","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QY45","rad21a","F1QY45","rad21a","zeb2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QY45","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JI00","rad21a","B8JI00","rad21a","suclg1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JI00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2RUY5","rad21a","A2RUY5","rad21a","ubap2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2RUY5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBJ1","rad21a","F1QBJ1","rad21a","hsh2d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W4G9","rad21a","F8W4G9","rad21a","tk2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W4G9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8T4","rad21a","zgc:63474","rad21a","itga9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Integrin alpha-9 (Integrin, alpha 9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVD4","rad21a","zgc:56097","rad21a","sf3a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P5M3","rad21a","hm:zeh0819","rad21a","rps9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H9GXG3","rad21a","H9GXG3","rad21a","znf971","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H9GXG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCM1","rad21a","X1WCM1","rad21a","clmn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAG7","rad21a","E7FAG7","rad21a","rbms1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FAG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBG8","rad21a","E7FBG8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBG8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IU41","rad21a","Leucine-rich repeat-containing 45","rad21a","lrrc45","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Leucine-rich repeat-containing 45 (Leucine-rich repeat-containing protein 45)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q557","rad21a","A0A2R8Q557","rad21a","si:ch211-98n17.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q557","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZVE8","rad21a","B7ZVE8","rad21a","pgm2l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZVE8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R1I5","rad21a","F1R1I5","rad21a","cgnl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R1I5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWR4","rad21a","F1QWR4","rad21a","fh","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F3R0","rad21a","E7F3R0","rad21a","iftap","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F3R0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJJ9","rad21a","adipor1","rad21a","adipor1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Adiponectin receptor 1a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IBW6","rad21a","A0A0R4IBW6","rad21a","rapgef2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IBW6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GE59","rad21a","R4GE59","rad21a","si:dkey-121j17.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GE59","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6L2","rad21a","F1R6L2","rad21a","hip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6L2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NSP0","rad21a","A0A1D5NSP0","rad21a","znf710b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NSP0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RWY8","rad21a","A0A2R8RWY8","rad21a","znf710a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RWY8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0Z0","rad21a","F1R0Z0","rad21a","xylt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0Z0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5EAP5","rad21a","rfx2","rad21a","rfx2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-binding protein RFX2 (Regulatory factor X 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JIY8","rad21a","nifk","rad21a","nifk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","MKI67 FHA domain-interacting nucleolar phosphoprotein (Nucleolar phosphoprotein NOPP34-like protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q3B748","rad21a","Q3B748","rad21a","llph","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q3B748","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CEJ3","rad21a","fi18g12","rad21a","ephb2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8D2","rad21a","F1Q8D2","rad21a","nsfl1c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8D2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DJ19","rad21a","B3DJ19","rad21a","nfil3-3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DJ19","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NS95","rad21a","A0A1D5NS95","rad21a","btr07","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NS95","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QAD2","rad21a","Plakophilin 4","rad21a","pkp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Plakophilin 4 (Plakophilin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2Z9","rad21a","Q7T2Z9","rad21a","ildr1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2Z9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEZ1","rad21a","F1QEZ1","rad21a","adgrv1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEZ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUF9","rad21a","A0A0R4IUF9","rad21a","btr29","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568F0","rad21a","eef1a1l2","rad21a","eef1a1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Elongation factor 1-alpha","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S4T9","rad21a","B0S4T9","rad21a","espn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S4T9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ISF7","rad21a","A0A0R4ISF7","rad21a","adamts2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ISF7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPM7","rad21a","F1QPM7","rad21a","zeb1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPM7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WFZ9","rad21a","X1WFZ9","rad21a","si:ch211-165g14.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WFZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8PWY4","rad21a","A0A2R8PWY4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8PWY4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJZ6","rad21a","F1QJZ6","rad21a","tmod2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJZ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NW94","rad21a","Q6NW94","rad21a","mybpha","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NW94","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IT16","rad21a","A0A0R4IT16","rad21a","rtf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IT16","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IY34","rad21a","A0A0R4IY34","rad21a","nudcd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IY34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE09","rad21a","F1RE09","rad21a","stard3nl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RE09","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503J8","rad21a","Q503J8","rad21a","men1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503J8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4INZ3","rad21a","A0A0R4INZ3","rad21a","slc41a2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4INZ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBY6","rad21a","X1WBY6","rad21a","bach1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBY6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R2J0","rad21a","F1R2J0","rad21a","acot14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R2J0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JFW7","rad21a","Q8JFW7","rad21a","bcap31","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8JFW7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SNS6","rad21a","Q5SNS6","rad21a","znf292b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5SNS6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPL8","rad21a","si:ch211-1n9.11","rad21a","tacr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Substance-K receptor (NK-2 receptor) (Neurokinin A receptor) (Tachykinin receptor 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S8H2","rad21a","si:dkey-5i22.5","rad21a","sap130b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QBC2","rad21a","A0A2R8QBC2","rad21a","si:dkeyp-34c12.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QBC2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAG3","rad21a","F1QAG3","rad21a","smyd2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PMK4","rad21a","A5PMK4","rad21a","arl15a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PMK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LX40","rad21a","Q1LX40","rad21a","cpne2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LX40","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FE92","rad21a","E7FE92","rad21a","atad5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FE92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBD8","rad21a","BCL2-interacting protein 1a","rad21a","bnip1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BCL2-interacting protein 1a (Vesicle transport protein SEC20)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WG14","rad21a","Uncharacterized protein LOC799440 precursor","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Uncharacterized protein LOC799440 precursor (Zgc:172120)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVR3","rad21a","zgc:76940","rad21a","ppp1cab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZZ37","rad21a","Q7ZZ37","rad21a","ppp1r14bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZZ37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PE25","rad21a","Q6PE25","rad21a","eef1g","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PE25","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PL98","rad21a","sdhb","rad21a","sdhb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2P1","rad21a","E7F2P1","rad21a","rnf212","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2P1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90X37","rad21a","Q90X37","rad21a","ier5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q90X37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R074","rad21a","F1R074","rad21a","agrn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R074","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIG7","rad21a","E9QIG7","rad21a","cacna1db","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q68EH8","rad21a","flad1","rad21a","flad1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FAD synthase (EC 2.7.7.2) (FAD pyrophosphorylase) (FMN adenylyltransferase) (Flavin adenine dinucleotide synthase) [Includes: Molybdenum cofactor biosynthesis protein-like region; FAD synthase region]","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYX6","rad21a","ccnf","rad21a","ccnf","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclin-F","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRM0","rad21a","Q6DRM0","rad21a","get1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DRM0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4X6","rad21a","F1R4X6","rad21a","dhdds","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4X6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY87","rad21a","zgc:77511","rad21a","ercc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1XF92","rad21a","A1XF92","rad21a","crtac1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A1XF92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q805E5","rad21a","Q805E5","rad21a","chst14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q805E5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZA6","rad21a","F1QZA6","rad21a","ubald1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZA6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZG7","rad21a","E7EZG7","rad21a","ptprea","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UY91","rad21a","B0UY91","rad21a","abcd3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UY91","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGI2","rad21a","F1QGI2","rad21a","sec63","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGI2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2I8","rad21a","Q7T2I8","rad21a","rdh8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2I8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q29RB1","rad21a","cog4","rad21a","cog4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Conserved oligomeric Golgi complex subunit 4 (COG complex subunit 4) (Component of oligomeric Golgi complex 4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE13","rad21a","F1RE13","rad21a","dact2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RE13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IW21","rad21a","A0A0R4IW21","rad21a","si:ch211-284k5.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IW21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6A2","rad21a","E7F6A2","rad21a","tmco4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F6A2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QJD2","rad21a","A0A2R8QJD2","rad21a","clint1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QJD2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QW11","rad21a","F1QW11","rad21a","ftr12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QW11","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PUQ6","rad21a","Sk-Tmod","rad21a","tmod4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9L0","rad21a","F1R9L0","rad21a","ihhb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9L0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TLG8","rad21a","Q6TLG8","rad21a","rps3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6TLG8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJI5","rad21a","F1QJI5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJI5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGV4","rad21a","Q5RGV4","rad21a","cbll1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RGV4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGW6","rad21a","eif2s3","rad21a","eif2s3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGE7","rad21a","E9QGE7","rad21a","si:ch211-171b20.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGE7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4VBK1","rad21a","Q4VBK1","rad21a","atg4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4VBK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90X41","rad21a","wu:fc38e01","rad21a","sf3a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Splicing factor 3a, subunit 1 (Sf3a1 protein) (Splicing factor 3A subunit 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8Z3","rad21a","F1R8Z3","rad21a","gpn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8Z3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXW2","rad21a","E7EXW2","rad21a","pign","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EXW2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5S6","rad21a","B0S5S6","rad21a","pdia5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5S6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V9F2","rad21a","Q4V9F2","rad21a","sugct","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V9F2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7Y3","rad21a","F1R7Y3","rad21a","trim110","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7Y3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGK4","rad21a","A0A0R4IGK4","rad21a","stom","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXB5","rad21a","Q7SXB5","rad21a","phf23b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SXB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8Q1","rad21a","E7F8Q1","rad21a","si:dkeyp-44b5.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8Q1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q712","rad21a","Germinal-center associated nuclear protein","rad21a","mcm3ap","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KPR4","rad21a","A3KPR4","rad21a","hist1h4l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QE66","rad21a","A0A2R8QE66","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QE66","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DG55","rad21a","Kinase","rad21a","ip6k2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q568Q7","rad21a","fj38b07","rad21a","stmn1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Stathmin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IR86","rad21a","A0A0R4IR86","rad21a","chd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IR86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QH65","rad21a","E9QH65","rad21a","pigt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QH65","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QHV4","rad21a","E9QHV4","rad21a","rbm11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QHV4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WIN8","rad21a","A8WIN8","rad21a","si:dkeyp-104h9.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WIN8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3X0","rad21a","F1R3X0","rad21a","tjp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3X0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBG6","rad21a","X1WBG6","rad21a","frmd4ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBG6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QB54","rad21a","pabpc1a","rad21a","pabpc1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDD8","rad21a","E7FDD8","rad21a","espl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FDD8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3I0","rad21a","Q6P3I0","rad21a","heatr3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P3I0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SPD0","rad21a","eef1d","rad21a","eef1db","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Elongation factor 1-delta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDU5","rad21a","F1QDU5","rad21a","snx30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DG46","rad21a","Q6DG46","rad21a","prcp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DG46","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0I1","rad21a","B0R0I1","rad21a","mmp14b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R0I1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TGS9","rad21a","Q6TGS9","rad21a","ubl3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6TGS9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXR2","rad21a","dnajb12","rad21a","dnajb12a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3F5","rad21a","F1R3F5","rad21a","leng9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3F5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWE1","rad21a","A0A0R4IWE1","rad21a","fahd2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWE1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGT6","rad21a","Q5RGT6","rad21a","angel2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RGT6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","G1K2E9","rad21a","G1K2E9","rad21a","nabp1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G1K2E9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJG7","rad21a","F1QJG7","rad21a","hexim1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08C36","rad21a","fc37e06","rad21a","extl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Exostosin-like 2 (EC 2.4.1.223) (Exostosin-like glycosyltransferase 2) (Exotoses (Multiple)-like 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9P4","rad21a","beta-snap1","rad21a","napbb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QH56","rad21a","id:ibd5068","rad21a","nmnat1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503Z0","rad21a","zgc:110003","rad21a","tpd52l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tpd52-like 1 (Tumor protein D53) (Zgc:110003)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1RLQ1","rad21a","cb959","rad21a","stmn1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Stathmin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q905","rad21a","F1Q905","rad21a","mms22l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q905","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SY24","rad21a","prkcbb","rad21a","prkcbb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JLL1","rad21a","B8JLL1","rad21a","umps","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JLL1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBC7","rad21a","Dipeptidase","rad21a","dpep2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dipeptidase (EC 3.4.13.19)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FET6","rad21a","E7FET6","rad21a","tmem220","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FET6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7W5","rad21a","F1R7W5","rad21a","nfil3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7W5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P9Z2","rad21a","wu:fi39b12","rad21a","ddx23","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZD88","rad21a","im:7159945","rad21a","wdr35","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WD repeat-containing protein 35","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QGU6","rad21a","A0A2R8QGU6","rad21a","strn4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QGU6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QF71","rad21a","F1QF71","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QF71","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2Z9","rad21a","E7F2Z9","rad21a","si:dkey-94l16.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2Z9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q8Z9","rad21a","A0A2R8Q8Z9","rad21a","haus7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q8Z9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9IB77","rad21a","cb56","rad21a","btg2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JIU7","rad21a","naca","rad21a","naca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nascent polypeptide-associated complex subunit alpha (NAC-alpha) (Alpha-NAC)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3G2","rad21a","Q6P3G2","rad21a","snx27b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P3G2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIV1","rad21a","clock","rad21a","clocka","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EY47","rad21a","E7EY47","rad21a","arhgef19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EY47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5U3T8","rad21a","Q5U3T8","rad21a","rhoua","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5U3T8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SPB2","rad21a","Q5SPB2","rad21a","scaf11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5SPB2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDM5","rad21a","amer1","rad21a","amer1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","APC membrane recruitment protein 1 (Amer1) (Protein FAM123B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P6I6","rad21a","F6P6I6","rad21a","si:dkey-27h10.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6P6I6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q4E3","rad21a","A0A2R8Q4E3","rad21a","LOC100537850","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q4E3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0D7","rad21a","mpp7","rad21a","mpp7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","MAGUK p55 subfamily member 7 (Protein humpback)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAS3","rad21a","E7FAS3","rad21a","arfrp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FAS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXM5","rad21a","F1QXM5","rad21a","ldhd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXM5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRH5","rad21a","nop10","rad21a","nop10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RRI1","rad21a","Transcription factor EB","rad21a","tfeb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor EB","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P2U5","rad21a","arf6b","rad21a","arf6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ADP-ribosylation factor 6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJJ1","rad21a","zgc:92021","rad21a","suds3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY64","rad21a","ppp2r2d","rad21a","ppp2r2d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUB5","rad21a","A0A0R4IUB5","rad21a","srsf11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KC02","rad21a","A8KC02","rad21a","cbr1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8KC02","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGE6","rad21a","F1QGE6","rad21a","tsg101a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGE6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IA21","rad21a","A0A0R4IA21","rad21a","znf236","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IA21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6KC13","rad21a","siat 8A","rad21a","st8sia1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Alpha-N-acetylneuraminide alpha-2,8-sialyltransferase (EC 2.4.3.8) (Alpha-2,8-sialyltransferase 8A) (Ganglioside GD3 synthase) (Sialyltransferase 8A) (Sialyltransferase St8Sia I)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QI48","rad21a","A0A2R8QI48","rad21a","ralgapa2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QI48","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BHL7","rad21a","Two pore calcium channel protein 1 isoform X3","rad21a","tpcn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Two pore calcium channel protein 1 isoform X3 (Two pore segment channel 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEA5","rad21a","R4GEA5","rad21a","si:dkey-202c14.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEA5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LG52","rad21a","A0A140LG52","rad21a","si:dkey-31j3.11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LG52","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QI61","rad21a","E9QI61","rad21a","arrdc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QI61","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q19U09","rad21a","zgc:85632","rad21a","itgb1b.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Integrin beta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SY06","rad21a","Q7SY06","rad21a","hacd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SY06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LGU1","rad21a","A0A140LGU1","rad21a","hp1bp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LGU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMI8","rad21a","A0A0R4IMI8","rad21a","pkdc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMI8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQT6","rad21a","si:ch211-262k23.5","rad21a","bet1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q798","rad21a","A0A2R8Q798","rad21a","si:dkey-7i4.15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q798","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITV5","rad21a","A0A0R4ITV5","rad21a","mre11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IN60","rad21a","Fibroblast growth factor","rad21a","fgf19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GF23","rad21a","R4GF23","rad21a","si:ch211-286b5.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GF23","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FE29","rad21a","E7FE29","rad21a","myo18ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FE29","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXL6","rad21a","H/ACA ribonucleoprotein complex non-core subunit NAF1","rad21a","naf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H/ACA ribonucleoprotein complex non-core subunit NAF1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4II42","rad21a","A0A0R4II42","rad21a","si:ch211-231f6.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4II42","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBN0","rad21a","wu:fb78c03","rad21a","ndufb2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DG19","rad21a","Q6DG19","rad21a","mfsd5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DG19","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNY1","rad21a","F1QNY1","rad21a","wasla","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNY1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QHU0","rad21a","E9QHU0","rad21a","mark2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QHU0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6JIZ2","rad21a","pura","rad21a","puraa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QMA2","rad21a","A0A2R8QMA2","rad21a","rbm25a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QMA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V1J5","rad21a","B0V1J5","rad21a","chek2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V1J5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E7A8","rad21a","A8E7A8","rad21a","si:ch211-13f8.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8E7A8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGF0","rad21a","F1QGF0","rad21a","pxylp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGF0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BA4","rad21a","slc38a9","rad21a","slc38a9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P057","rad21a","F6P057","rad21a","arhgap12a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6P057","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCF3","rad21a","DNA topoisomerase","rad21a","top3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA topoisomerase (EC 5.6.2.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R345","rad21a","ddx11","rad21a","ddx11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ATP-dependent DNA helicase DDX11 (EC 3.6.4.12) (DEAD/H-box protein 11)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LWL6","rad21a","Q1LWL6","rad21a","gse1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LWL6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1K0","rad21a","E7F1K0","rad21a","ric8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1K0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8M7","rad21a","Q1L8M7","rad21a","tmem209","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8M7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IKQ9","rad21a","Insulin receptor substrate 2","rad21a","irs2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Insulin receptor substrate 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6B1","rad21a","B0S6B1","rad21a","cwc22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S6B1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IHQ6","rad21a","A0A0R4IHQ6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IHQ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITU4","rad21a","A0A0R4ITU4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITU4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V924","rad21a","Q4V924","rad21a","bloc1s3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V924","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T3E8","rad21a","Q7T3E8","rad21a","mtfr1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T3E8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGT3","rad21a","E7FGT3","rad21a","asap1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FGT3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IU56","rad21a","A0A0R4IU56","rad21a","dph5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IU56","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NV34","rad21a","decr2","rad21a","decr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Peroxisomal 2,4-dienoyl-CoA reductase [(3E)-enoyl-CoA-producing] (EC 1.3.1.124) (2,4-dienoyl-CoA reductase 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JI67","rad21a","B8JI67","rad21a","si:dkey-48j7.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JI67","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IK33","rad21a","A0A0R4IK33","rad21a","carmil1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IK33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WET9","rad21a","eif3b","rad21a","eif3ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Eukaryotic translation initiation factor 3 subunit B (eIF3b) (Eukaryotic translation initiation factor 3 subunit 9) (eIF-3-eta)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFZ8","rad21a","zgc:175115","rad21a","socs7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QHS2","rad21a","E9QHS2","rad21a","alkbh1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QHS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JM93","rad21a","B8JM93","rad21a","igbp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JM93","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGB9","rad21a","F1QGB9","rad21a","cfap58","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGB9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZZ00","rad21a","Q7ZZ00","rad21a","znf511","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZZ00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVK6","rad21a","Vasodilator-stimulated phosphoprotein b","rad21a","vaspb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRE8","rad21a","snrp70","rad21a","snrnp70","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U1 small nuclear ribonucleoprotein 70 kDa","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KBM3","rad21a","A8KBM3","rad21a","si:dkey-156k2.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8KBM3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAX9","rad21a","F1RAX9","rad21a","si:ch211-152c2.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAX9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE34","rad21a","F1QE34","rad21a","ankmy2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE34","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYM1","rad21a","F1QYM1","rad21a","tbc1d19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V915","rad21a","Q4V915","rad21a","tspan3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V915","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXM7","rad21a","prpf31","rad21a","prpf31","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3R6","rad21a","F1R3R6","rad21a","prdm4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3R6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0C0","rad21a","fb11g07","rad21a","pgls","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","6-phosphogluconolactonase (6PGL) (EC 3.1.1.31)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJ35","rad21a","E9QJ35","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJ35","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KNK9","rad21a","A3KNK9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KNK9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2L4V3","rad21a","A0A0G2L4V3","rad21a","sh3bp5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2L4V3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DI25","rad21a","zgc:86740","rad21a","imp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCD5","rad21a","X1WCD5","rad21a","si:ch211-273k1.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCD5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKS9","rad21a","zgc:163126","rad21a","mrps21","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7A3","rad21a","B0S7A3","rad21a","si:dkey-70p6.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7A3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZG7","rad21a","A8DZG7","rad21a","ripk1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXL1","rad21a","F1QXL1","rad21a","cxxc1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXL1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUI7","rad21a","A0A0R4IUI7","rad21a","si:dkey-82o10.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUI7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q157","rad21a","A0A2R8Q157","rad21a","fdps","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q157","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYQ8","rad21a","B0UYQ8","rad21a","si:dkey-67c22.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UYQ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TH22","rad21a","Q6TH22","rad21a","ddi2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6TH22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBY7","rad21a","trappc13","rad21a","trappc13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Trafficking protein particle complex subunit 13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5Q3","rad21a","F8W5Q3","rad21a","si:ch73-57f22.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W5Q3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6L5P4","rad21a","MRPS33","rad21a","mrps33","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein mS33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRD9","rad21a","Q6DRD9","rad21a","abhd11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DRD9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1L1QZI6","rad21a","A0A1L1QZI6","rad21a","si:cabz01054394.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1L1QZI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHB1","rad21a","Q6DHB1","rad21a","dnal1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHB1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4II20","rad21a","A0A0R4II20","rad21a","lama1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4II20","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9C9","rad21a","F1R9C9","rad21a","med14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9C9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKU2","rad21a","F1QKU2","rad21a","furinb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKU2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GDN4","rad21a","med9","rad21a","si:ch73-105m5.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 9 (Mediator complex subunit 9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCQ2","rad21a","E7FCQ2","rad21a","adck2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCQ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVK5","rad21a","PCBP2","rad21a","pcbp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pcbp2 protein (Poly(rC)-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LGG1","rad21a","A0A140LGG1","rad21a","plxna1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LGG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WV69","rad21a","acbd5b","rad21a","acbd5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Acyl-CoA-binding domain-containing protein 5-B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QDF2","rad21a","A0A2R8QDF2","rad21a","rps6ka1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QDF2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4G5V7","rad21a","rtn5","rad21a","rtn1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Reticulon","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICB9","rad21a","A0A0R4ICB9","rad21a","cant1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WET4","rad21a","si:ch211-160e1.10","rad21a","dhx33","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ATP-dependent RNA helicase DHX33 (EC 3.6.4.13) (DEAH (Asp-Glu-Ala-His) box polypeptide 33)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4IGC8","rad21a","A4IGC8","rad21a","aldh18a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A4IGC8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JIV1","rad21a","B8JIV1","rad21a","mbnl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JIV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5Z3","rad21a","F1Q5Z3","rad21a","eif2ak1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q5Z3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4IG45","rad21a","nme8","rad21a","nme9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NME/NM23 family member 8 (Thioredoxin domain-containing protein 6) (Zgc:162216 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZK4","rad21a","F1QZK4","rad21a","ttc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZC1","rad21a","E7EZC1","rad21a","si:ch211-168d1.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZC1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QG18","rad21a","F1QG18","rad21a","drd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QG18","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1REJ4","rad21a","F1REJ4","rad21a","vcpip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1REJ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FD05","rad21a","E7FD05","rad21a","si:dkey-7j14.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FD05","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQU8","rad21a","F1QQU8","rad21a","bccip","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQU8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T338","rad21a","Q7T338","rad21a","fgfr1op2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T338","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IVJ0","rad21a","ogt.2","rad21a","ogt.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QC05","rad21a","F1QC05","rad21a","ephx1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QC05","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QD06","rad21a","F1QD06","rad21a","ttc13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QD06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QHQ3","rad21a","A0A2R8QHQ3","rad21a","nhsb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QHQ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICM6","rad21a","A0A0R4ICM6","rad21a","mapkbp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ICM6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZU1","rad21a","A0A0R4IZU1","rad21a","pard3ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1G4","rad21a","E7F1G4","rad21a","r3hcc1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1G4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2RV06","rad21a","cfap206","rad21a","cfap206","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cilia- and flagella-associated protein 206","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN47","rad21a","F1QN47","rad21a","rnaseh2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QN47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXJ3","rad21a","F1QXJ3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXJ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBZ1","rad21a","wu:fa95b03","rad21a","rpl7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","60S ribosomal protein L7a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KPZ9","rad21a","A3KPZ9","rad21a","si:ch211-152p11.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KPZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZSZ0","rad21a","rab1a","rad21a","rab1ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related protein Rab-1A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F897","rad21a","E7F897","rad21a","cpb2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F897","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGW8","rad21a","A2BGW8","rad21a","zbtb43","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGW8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBW9","rad21a","Q6PBW9","rad21a","rpe","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PBW9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBH3","rad21a","F1RBH3","rad21a","chchd6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBH3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBC0","rad21a","X1WBC0","rad21a","nfybb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBC0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUI2","rad21a","Q1LUI2","rad21a","hddc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LUI2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUX5","rad21a","Q1LUX5","rad21a","znf296","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LUX5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAN3","rad21a","E7FAN3","rad21a","znf408","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FAN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCW7","rad21a","F1RCW7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCW7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2C4","rad21a","Q7T2C4","rad21a","slc26a5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2C4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8UVY8","rad21a","c/ebpg","rad21a","cebpg","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CCAAT enhancer-binding protein gamma (CCAAT/enhancer binding protein (C/EBP), gamma) (CCAAT/enhancer-binding protein gamma)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1A5X7","rad21a","fa11g05","rad21a","taf15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0T8","rad21a","E7F0T8","rad21a","si:ch211-11k18.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0T8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DH92","rad21a","clock3","rad21a","clockb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8Y8","rad21a","Q1L8Y8","rad21a","adra2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8Y8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBN4","rad21a","E7FBN4","rad21a","ccdc97","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBN4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NSC5","rad21a","A0A1D5NSC5","rad21a","si:dkey-10f23.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NSC5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4Q3","rad21a","F1R4Q3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4Q3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QPR3","rad21a","A0A2R8QPR3","rad21a","dut","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QPR3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PGY7","rad21a","Q6PGY7","rad21a","cisd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PGY7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NS11","rad21a","F6NS11","rad21a","slc23a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NS11","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PEJ2","rad21a","zgc:65827","rad21a","ap2s1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66IB1","rad21a","zgc:101879","rad21a","eloca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Elongin-C","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R818","rad21a","F1R818","rad21a","nit2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R818","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R405","rad21a","si:ch73-15j19.1","rad21a","bcl9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NSW6","rad21a","A0A1D5NSW6","rad21a","eml3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NSW6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q567K2","rad21a","Q567K2","rad21a","esd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q567K2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KCR1","rad21a","A0A0G2KCR1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KCR1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E5K9","rad21a","A8E5K9","rad21a","timm23a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8E5K9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y9A7","rad21a","mras","rad21a","mras","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Muscle RAS oncogene homolog (Ras-related protein M-Ras)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2V3","rad21a","E7F2V3","rad21a","mcf2lb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2V3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PEI3","rad21a","Q6PEI3","rad21a","phactr4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PEI3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QU58","rad21a","F1QU58","rad21a","b9d1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QU58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0H2UKX5","rad21a","A0A0H2UKX5","rad21a","gfra1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0H2UKX5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZTI0","rad21a","Q7ZTI0","rad21a","ssb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZTI0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LWY1","rad21a","psmb10","rad21a","psmb13a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RWM5","rad21a","A0A2R8RWM5","rad21a","cln6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RWM5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZE4","rad21a","A8DZE4","rad21a","gpib","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZE4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q567Y6","rad21a","ift22","rad21a","ift22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QAK8","rad21a","A0A2R8QAK8","rad21a","fmn2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QAK8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1JPS3","rad21a","Q1JPS3","rad21a","cyp46a1.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1JPS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q669","rad21a","F1Q669","rad21a","dusp19b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q669","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6Y0","rad21a","zgc:112025","rad21a","triap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TP53-regulated inhibitor of apoptosis 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NZ06","rad21a","Q6NZ06","rad21a","ilf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NZ06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WVT5","rad21a","A5WVT5","rad21a","si:ch211-71m22.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WVT5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK30","rad21a","F1QK30","rad21a","rwdd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QK30","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4V8","rad21a","B8A4V8","rad21a","tma16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4V8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZ17","rad21a","A0A0R4IZ17","rad21a","mia2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZ17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUF9","rad21a","Q7ZUF9","rad21a","znhit3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZUF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8HAM3","rad21a","srf","rad21a","srfa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serum response factor a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBW1","rad21a","F1RBW1","rad21a","hmbox1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBW1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYA1","rad21a","Q6NYA1","rad21a","hnrnpabb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NYA1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIX0","rad21a","A0A0R4IIX0","rad21a","si:zfos-588f8.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIX0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R809","rad21a","F1R809","rad21a","ndufa3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R809","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QH86","rad21a","A0A2R8QH86","rad21a","uts2r2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QH86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1F0","rad21a","E7F1F0","rad21a","mtmr10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1F0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN33","rad21a","Zinc finger protein 106","rad21a","znf106a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein 106","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDR0","rad21a","X1WDR0","rad21a","pwwp2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDR0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITI1","rad21a","I3ITI1","rad21a","xrra1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITI1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RA62","rad21a","Zinc finger protein 827","rad21a","znf827","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein 827","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F558","rad21a","Mismatch repair endonuclease PMS2","rad21a","pms2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mismatch repair endonuclease PMS2 (PMS1 homolog 2, mismatch repair system component)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8Y3","rad21a","LOC564395","rad21a","smad6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8PZM4","rad21a","A0A2R8PZM4","rad21a","txlnbb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8PZM4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","P59015","rad21a","vps18","rad21a","vps18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vacuolar protein sorting-associated protein 18 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNA7","rad21a","F1QNA7","rad21a","stag1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNA7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFA2","rad21a","A0A0R4IFA2","rad21a","nde1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IFA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9H0","rad21a","A0A0R4I9H0","rad21a","ift20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9H0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0CLV3","rad21a","zgc:101704","rad21a","cadm4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cell adhesion molecule 4 (Zgc:101704)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEZ6","rad21a","R4GEZ6","rad21a","si:ch211-22i13.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEZ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2T5","rad21a","E7F2T5","rad21a","si:ch211-215a9.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2T5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T3B1","rad21a","zgc:63995","rad21a","psmc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F9I0","rad21a","E7F9I0","rad21a","crema","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F9I0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F246","rad21a","Microtubule-associated tumor suppressor candidate 2-like isoform X1","rad21a","mtus2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Microtubule-associated tumor suppressor candidate 2-like isoform X1 (Microtubule-associated tumor suppressor candidate 2a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KNX4","rad21a","zgc:162640","rad21a","chchd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803I7","rad21a","Q803I7","rad21a","psat1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q803I7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5W0","rad21a","Non-lysosomal glucosylceramidase","rad21a","gba2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Non-lysosomal glucosylceramidase (NLGase) (EC 3.2.1.45)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAD6","rad21a","F1RAD6","rad21a","igdcc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RAD6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUN7","rad21a","A0A0R4IUN7","rad21a","si:ch211-204c21.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUN7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUV1","rad21a","F1QUV1","rad21a","mpped1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWN9","rad21a","A0A0R4IWN9","rad21a","si:dkey-83k24.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWN9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZD15","rad21a","B7ZD15","rad21a","olfm1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZD15","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PMQ1","rad21a","A5PMQ1","rad21a","lta4h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PMQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S599","rad21a","B0S599","rad21a","si:ch211-169p10.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S599","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCM1","rad21a","E7FCM1","rad21a","cax2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q24JV3","rad21a","zgc:136896","rad21a","rpl31","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKQ1","rad21a","F1QKQ1","rad21a","cux2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGU5","rad21a","A2BGU5","rad21a","lrpap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IDS8","rad21a","A0A0R4IDS8","rad21a","bmper","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F136","rad21a","Tripartite motif-containing 59","rad21a","trim59","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tripartite motif-containing 59 (Tripartite motif-containing protein 59 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHN6","rad21a","im:7042025","rad21a","ubc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Polyubiquitin-C (Ubiquitin C)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WF49","rad21a","H0WF49","rad21a","si:dkeyp-53e4.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WF49","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYG2","rad21a","F1QYG2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8E9","rad21a","F1Q8E9","rad21a","tssc4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8E9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0J9YJ60","rad21a","A0A0J9YJ60","rad21a","timm23b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0J9YJ60","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC71","rad21a","arhe","rad21a","rnd3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMB0","rad21a","Peroxisomal ATPase PEX6","rad21a","pex6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Peroxisomal ATPase PEX6 (Peroxin-6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5L3","rad21a","F8W5L3","rad21a","oat","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W5L3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q5P5","rad21a","A0A2R8Q5P5","rad21a","add3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q5P5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXG2","rad21a","LOC556597","rad21a","bloc1s1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Biogenesis of lysosome-related organelles complex 1 subunit 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R905","rad21a","F1R905","rad21a","mocs1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R905","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QDI9","rad21a","A0A2R8QDI9","rad21a","ssbp3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QDI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYV4","rad21a","Q5TYV4","rad21a","vipas39","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TYV4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6PBX1","rad21a","F6PBX1","rad21a","ccdc85al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6PBX1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBI9","rad21a","E7FBI9","rad21a","fam183a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RFZ7","rad21a","Q5RFZ7","rad21a","fam167a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RFZ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZDA2","rad21a","B7ZDA2","rad21a","galm","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZDA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W3K2","rad21a","card15","rad21a","nod2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NOD2a protein (Nucleotide-binding oligomerization domain-containing 2) (Nucleotide-binding oligomerization domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q554","rad21a","si:dkey-39e8.3","rad21a","kif14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QM82","rad21a","A0A2R8QM82","rad21a","si:dkey-7i4.21","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QM82","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7L0","rad21a","B0S7L0","rad21a","dus1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7L0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90482","rad21a","Q90482","rad21a","pou3f1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q90482","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IH45","rad21a","A0A0R4IH45","rad21a","med30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IH45","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0K5","rad21a","F1R0K5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0K5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFL5","rad21a","E7FFL5","rad21a","mdga1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFL5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JA44","rad21a","U3JA44","rad21a","armc5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JA44","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R9YJP8","rad21a","A0A2R9YJP8","rad21a","gata2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SX76","rad21a","fgfrl1","rad21a","fgfrl1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9Y7","rad21a","A0A0R4I9Y7","rad21a","si:ch211-103e16.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9Y7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYU5","rad21a","si:ch211-281k12.9","rad21a","adipor2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Adiponectin receptor 2 (Adiponectin receptor protein 2) (Adipor2 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGY9","rad21a","cdkn1bl","rad21a","cdkn1ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZ71","rad21a","F1QZ71","rad21a","vezt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZ71","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZWE7","rad21a","Q7ZWE7","rad21a","nol12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZWE7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QVB9","rad21a","F1QVB9","rad21a","jag2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QVB9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZ89","rad21a","A0A0R4IZ89","rad21a","si:ch211-212k18.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZ89","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITX2","rad21a","A0A0R4ITX2","rad21a","map3k22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITX2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7MBY6","rad21a","CH1073-272H17.1","rad21a","cept1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFK6","rad21a","E7FFK6","rad21a","guf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFK6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S6K0","rad21a","B0S6K0","rad21a","sik1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S6K0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0B3","rad21a","E7F0B3","rad21a","dagla","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0B3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561S6","rad21a","wu:fa99c01","rad21a","dpm2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dolichol phosphate-mannose biosynthesis regulatory protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC53","rad21a","ppial","rad21a","ppiab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHJ6","rad21a","Q6DHJ6","rad21a","cmc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3IT49","rad21a","I3IT49","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3IT49","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGJ6","rad21a","washc3","rad21a","washc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WASH complex subunit 3 (Coiled-coil domain-containing protein 53)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0J9","rad21a","zgc:77184","rad21a","pigf","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphatidylinositol glycan anchor biosynthesis, class F (Phosphatidylinositol glycan, class F) (Phosphatidylinositol-glycan biosynthesis class F protein (EC 2.7.8.1))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9DGE0","rad21a","map2k6","rad21a","map2k6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dual specificity mitogen-activated protein kinase kinase 6 (MAP kinase kinase 6) (MAPKK 6) (EC 2.7.12.2) (Mitogen-activated protein kinase kinase 3) (zMKK3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDY9","rad21a","F1QDY9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDY9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1A5T6","rad21a","A1A5T6","rad21a","dido1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A1A5T6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8F2","rad21a","E7F8F2","rad21a","cbx7b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8F2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JTA8","rad21a","rangap1","rad21a","rangap1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6ZM28","rad21a","Q6ZM28","rad21a","slc48a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6ZM28","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L959","rad21a","fb12g11","rad21a","usf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJJ1","rad21a","procollagen-proline 3-dioxygenase","rad21a","p3h2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVE2","rad21a","si:dkey-72l14.4","rad21a","si:dkey-72l14.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LFT3","rad21a","A0A140LFT3","rad21a","si:dkey-11o1.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LFT3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVD7","rad21a","zgc:56093","rad21a","chek1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYV0","rad21a","F1QYV0","rad21a","ttc14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYV0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXS7","rad21a","F1QXS7","rad21a","rbfa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXS7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QF98","rad21a","E9QF98","rad21a","dennd1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QF98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NMJ1","rad21a","F6NMJ1","rad21a","dact3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NMJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RB27","rad21a","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2","rad21a","appl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2 (DCC-interacting protein 13-beta isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCJ5","rad21a","F1QCJ5","rad21a","josd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCJ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGJ5","rad21a","E9QGJ5","rad21a","gdpd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGJ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBX7","rad21a","si:ch211-231o6.2","rad21a","gfi1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUS5","rad21a","Q1LUS5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LUS5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA87","rad21a","E7FA87","rad21a","syde1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FA87","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZVH3","rad21a","B7ZVH3","rad21a","mgrn1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZVH3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y9R5","rad21a","A0A286Y9R5","rad21a","zp3.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y9R5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZU53","rad21a","cry3","rad21a","cry2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RII9","rad21a","Q5RII9","rad21a","katna1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RII9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q839","rad21a","F1Q839","rad21a","mrpl42","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q839","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBL4","rad21a","X1WBL4","rad21a","nrxn3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBL4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F961","rad21a","E7F961","rad21a","abcc10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F961","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P5L7","rad21a","Q6P5L7","rad21a","arglu1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P5L7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5D014","rad21a","Q5D014","rad21a","natd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5D014","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S585","rad21a","B0S585","rad21a","mapre1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S585","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QEX7","rad21a","E9QEX7","rad21a","l3mbtl1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QEX7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F737","rad21a","dvl3","rad21a","dvl3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZV68","rad21a","B7ZV68","rad21a","ipo8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZV68","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WGS4","rad21a","A8WGS4","rad21a","tlcd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WGS4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBH2","rad21a","E9QBH2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBH2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6L5","rad21a","F1R6L5","rad21a","cbarpb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6L5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFL1","rad21a","F1QFL1","rad21a","mars1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFL1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXX9","rad21a","E7EXX9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EXX9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LV50","rad21a","cenpp","rad21a","cenpp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Centromere protein P (CENP-P)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q751","rad21a","F1Q751","rad21a","sp5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q751","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P805","rad21a","F6P805","rad21a","ankrd24","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6P805","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFZ4","rad21a","E7FFZ4","rad21a","smarcc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFZ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WER4","rad21a","H0WER4","rad21a","znf1067","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WER4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QNX5","rad21a","Ubiquitin-conjugating enzyme E2 D4","rad21a","ube2d4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ubiquitin-conjugating enzyme E2 D4 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 4 (putative)) (Zgc:162263 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502K9","rad21a","Q502K9","rad21a","selenot2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q502K9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q7Y2","rad21a","A0A2R8Q7Y2","rad21a","rdh12l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q7Y2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCH7","rad21a","F1QCH7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUK4","rad21a","A0A0R4IUK4","rad21a","cpxm1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S576","rad21a","TAp73","rad21a","tp73","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cellular tumor antigen p53","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F214","rad21a","E7F214","rad21a","si:dkey-60a16.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F214","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08C84","rad21a","Q08C84","rad21a","smyd4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08C84","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDK7","rad21a","X1WDK7","rad21a","proser3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDK7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IXV4","rad21a","A0A0R4IXV4","rad21a","runx1t1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IXV4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5Q7","rad21a","Pmscl2","rad21a","exosc10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Exosome component 10","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGY3","rad21a","E9QGY3","rad21a","si:ch73-196i15.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGY3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RSF3","rad21a","A0A2R8RSF3","rad21a","pstpip2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RSF3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4B2","rad21a","GRF2","rad21a","rapgef1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PTS6","rad21a","Q9PTS6","rad21a","chico","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9PTS6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WFN1","rad21a","Protein phosphatase 1 regulatory subunit 3D","rad21a","ppp1r3db","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3J7","rad21a","ehd2","rad21a","ehd2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","EH domain-containing protein 2 (EH-domain containing 2) (EH-domain-containing 2b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYS3","rad21a","F1QYS3","rad21a","tsr3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NX98","rad21a","wu:fd15g02","rad21a","st13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXS2","rad21a","F1QXS2","rad21a","shisa3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KCT7","rad21a","A0A0G2KCT7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KCT7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ISB7","rad21a","I3ISB7","rad21a","si:dkeyp-34f6.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ISB7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q0P494","rad21a","Q0P494","rad21a","krtcap2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q0P494","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JA30","rad21a","U3JA30","rad21a","ablim2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JA30","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KP55","rad21a","A3KP55","rad21a","atpaf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KP55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3Q7","rad21a","A9C3Q7","rad21a","amt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9C3Q7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5EB14","rad21a","Q5EB14","rad21a","slc50a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5EB14","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ISJ1","rad21a","A0A0R4ISJ1","rad21a","cldnd1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ISJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXB7","rad21a","Q1LXB7","rad21a","cyb561d2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXB7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1YB07","rad21a","amotl2a","rad21a","amotl2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Angiomotin-like 2a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYD0","rad21a","F1QYD0","rad21a","b3gntl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYD0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAX1","rad21a","im:7145298","rad21a","lpcat3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Lysophospholipid acyltransferase 5 (EC 2.3.1.23) (EC 2.3.1.n6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2LA96","rad21a","A0A0G2LA96","rad21a","gramd1ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8PY24","rad21a","A0A2R8PY24","rad21a","fto","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8PY24","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWA6","rad21a","F1QWA6","rad21a","zfyve19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWA6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMF9","rad21a","A0A0R4IMF9","rad21a","glyr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PHD6","rad21a","zgc:65842","rad21a","ilk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDC0","rad21a","apg5l","rad21a","atg5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Autophagy protein 5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IVU1","rad21a","Transcription factor MafK isoform X1","rad21a","mafk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q802V1","rad21a","Q802V1","rad21a","ss18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q802V1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCI0","rad21a","E7FCI0","rad21a","spink4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCI0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803V2","rad21a","wu:fi14g04","rad21a","prpsap2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphoribosyl pyrophosphate synthase-associated protein 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIJ6","rad21a","Epidermal growth factor receptor pathway substrate 15","rad21a","eps15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1RLT1","rad21a","zgc:136869","rad21a","gmpr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GMP reductase (GMPR) (EC 1.7.1.7) (Guanosine 5'-monophosphate oxidoreductase) (Guanosine monophosphate reductase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFI4","rad21a","F1QFI4","rad21a","mtmr6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFI4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKJ8","rad21a","F1QKJ8","rad21a","hpf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKJ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYD1","rad21a","Q1LYD1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LYD1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KQE3","rad21a","A3KQE3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KQE3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZW41","rad21a","polr2g","rad21a","polr2g","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-directed RNA polymerase II subunit RPB7 (RNA polymerase II subunit B7)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T0K2","rad21a","IAP1","rad21a","birc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIW8","rad21a","med23","rad21a","med23","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FG88","rad21a","E7FG88","rad21a","asxl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FG88","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1L1R6","rad21a","znf423","rad21a","znf423","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein 423","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8S4","rad21a","Q1L8S4","rad21a","cited4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8S4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BFP4","rad21a","A2BFP4","rad21a","rcc1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BFP4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RYG1","rad21a","A0A2R8RYG1","rad21a","igsf11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RYG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFW8","rad21a","F1QFW8","rad21a","pex7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFW8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJI4","rad21a","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1","rad21a","si:ch211-264f5.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1 (Si:ch211-264f5.6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DBU2","rad21a","Q6DBU2","rad21a","gpalpp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DBU2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC30","rad21a","cops5","rad21a","cops5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F723","rad21a","E7F723","rad21a","mast2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F723","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W3G1","rad21a","F8W3G1","rad21a","znf277","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W3G1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q566T0","rad21a","eed","rad21a","eed","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Polycomb protein eed","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RD06","rad21a","fc52d10","rad21a","syt11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Synaptotagmin XIa","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DIP6","rad21a","B3DIP6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DIP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSM8","rad21a","F1QSM8","rad21a","tmem184ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSM8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F9C1","rad21a","E7F9C1","rad21a","si:dkey-33c9.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F9C1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SY45","rad21a","zgc:63525","rad21a","vti1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXC1","rad21a","Q1LXC1","rad21a","tusc2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXC1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NWH5","rad21a","Q6NWH5","rad21a","tmem11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NWH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCG2","rad21a","E7FCG2","rad21a","fam185a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5PMK2","rad21a","A5PMK2","rad21a","stx11b.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5PMK2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IDY0","rad21a","A0A0R4IDY0","rad21a","si:ch211-185a18.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IDY0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QFV5","rad21a","E9QFV5","rad21a","si:dkey-154p10.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QFV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCA1","rad21a","F1RCA1","rad21a","uba1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCA1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LY17","rad21a","Q1LY17","rad21a","nom1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LY17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V9F5","rad21a","Q4V9F5","rad21a","bloc1s5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V9F5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITP7","rad21a","I3ITP7","rad21a","neu3.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITP7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGG7","rad21a","F1QGG7","rad21a","tmem106a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGG7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGD1","rad21a","A0A0R4IGD1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R384","rad21a","F1R384","rad21a","fam210ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R384","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F916","rad21a","RAS p21 protein activator 3","rad21a","rasa3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SXD1","rad21a","Q7SXD1","rad21a","trabd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SXD1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W580","rad21a","[histone H3]-lysine","rad21a","kmt2bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZY0","rad21a","E7EZY0","rad21a","r3hdml","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZY0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6J2","rad21a","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein","rad21a","prex1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein (Phosphatidylinositol-3,4,5-trisphosphate-dependent Rac exchange factor 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGT8","rad21a","si:dkey-110p14.2","rad21a","s100b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4A1","rad21a","B8A4A1","rad21a","nvl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4A1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LY08","rad21a","Q1LY08","rad21a","cpox","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LY08","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJJ2","rad21a","F1QJJ2","rad21a","nos1apa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJJ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QEF2","rad21a","E9QEF2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QEF2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WD88","rad21a","X1WD88","rad21a","si:dkey-7i4.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WD88","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SP50","rad21a","zcrb1","rad21a","zcrb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286YAE5","rad21a","CCR4-NOT transcription complex subunit 4","rad21a","cnot4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CCR4-NOT transcription complex subunit 4 (CCR4-NOT transcription complex, subunit 4a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1L223","rad21a","id:ibd2026","rad21a","cbx5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q9V1","rad21a","A0A2R8Q9V1","rad21a","si:dkey-79i2.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q9V1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5C7","rad21a","B0S5C7","rad21a","si:ch211-51h9.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5C7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UY67","rad21a","B0UY67","rad21a","otulinb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UY67","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QC71","rad21a","F1QC71","rad21a","ano5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QC71","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IR13","rad21a","A0A0R4IR13","rad21a","slc35f4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IR13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RY89","rad21a","A0A2R8RY89","rad21a","LOC562542","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RY89","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGE6","rad21a","hspa14","rad21a","hspa14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Heat shock 70 kDa protein 14","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V8V1","rad21a","brms1la","rad21a","brms1la","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Breast cancer metastasis-suppressor 1-like protein-A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1REN8","rad21a","F1REN8","rad21a","srpk1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1REN8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N4SUG4","rad21a","A0A0N4SUG4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N4SUG4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYN8","rad21a","F1QYN8","rad21a","plin1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYN8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGI7","rad21a","X1WGI7","rad21a","clec16a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WGI7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R2E8","rad21a","F1R2E8","rad21a","cxcr3.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R2E8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQU8","rad21a","wu:fb76c01","rad21a","eaf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ELL-associated factor 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBE3","rad21a","E7FBE3","rad21a","pcdh9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBE3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDT8","rad21a","E7FDT8","rad21a","crtc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FDT8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5T3","rad21a","B0S5T3","rad21a","si:dkey-163f12.10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5T3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QHW1","rad21a","E9QHW1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QHW1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQM1","rad21a","F1QQM1","rad21a","khdc4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1N0","rad21a","E7F1N0","rad21a","def6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1N0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RWC4","rad21a","A0A2R8RWC4","rad21a","tsc22d2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RWC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503Y4","rad21a","Q503Y4","rad21a","ovca2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503Y4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QA38","rad21a","F1QA38","rad21a","cuedc1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QA38","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V8U2","rad21a","Q4V8U2","rad21a","scamp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V8U2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q68EI0","rad21a","wdr18","rad21a","wdr18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WD repeat-containing protein 18","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W562","rad21a","F8W562","rad21a","stk25a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W562","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGH0","rad21a","sept12","rad21a","sept12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q4N4","rad21a","im:7149850","rad21a","ndufs2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIH3","rad21a","F1QIH3","rad21a","si:dkey-5i3.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIH3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGK0","rad21a","X1WGK0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WGK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICL0","rad21a","A0A0R4ICL0","rad21a","fam193a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ICL0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAR8","rad21a","Centrosomal protein 170Aa","rad21a","cep170aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCL8","rad21a","BCL-6 corepressor isoform X1","rad21a","bcor","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FB29","rad21a","E7FB29","rad21a","si:ch73-390b10.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FB29","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3U6","rad21a","F1R3U6","rad21a","gnptg","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3U6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCU1","rad21a","E7FCU1","rad21a","lrp10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KNQ1","rad21a","A3KNQ1","rad21a","hmg20a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KNQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66I81","rad21a","Q66I81","rad21a","mrpl17","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q66I81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WIN6","rad21a","A8WIN6","rad21a","mfn2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WIN6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q642J4","rad21a","Q642J4","rad21a","impact","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q642J4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WH96","rad21a","X1WH96","rad21a","si:dkeyp-50b9.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WH96","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F3M3","rad21a","E7F3M3","rad21a","arhgef37","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F3M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LH85","rad21a","A0A140LH85","rad21a","si:dkey-40g16.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LH85","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBR5","rad21a","E9QBR5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBR5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QH67","rad21a","F1QH67","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QH67","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9J0","rad21a","F1R9J0","rad21a","hdac8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9J0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SPR2","rad21a","Q5SPR2","rad21a","clu","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5SPR2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L913","rad21a","Q1L913","rad21a","pik3c2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L913","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYT8","rad21a","B0UYT8","rad21a","npm2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UYT8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBN0","rad21a","F1RBN0","rad21a","si:dkey-178e17.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBN0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QN36","rad21a","zgc:153297","rad21a","peli1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IPB8","rad21a","A0A0R4IPB8","rad21a","lrrc20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IPB8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66HW0","rad21a","zgc:92337","rad21a","coasy","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Bifunctional coenzyme A synthase precursor (CoA synthase) (Zgc:92337)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XIZ6","rad21a","gpd1l","rad21a","gpd1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QGM2","rad21a","A0A2R8QGM2","rad21a","pald1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QGM2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ISD4","rad21a","A0A0R4ISD4","rad21a","nudt12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ISD4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0J9YJ64","rad21a","A0A0J9YJ64","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0J9YJ64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4L5","rad21a","E7F4L5","rad21a","prkcdb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F4L5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGX5","rad21a","X1WGX5","rad21a","pum3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WGX5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYM8","rad21a","Q5TYM8","rad21a","si:dkey-86e18.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TYM8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FH57","rad21a","E7FH57","rad21a","ccnjl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FH57","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Z4YHS7","rad21a","Z4YHS7","rad21a","tbccd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Z4YHS7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JIG1","rad21a","Q8JIG1","rad21a","arntl1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8JIG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QFT2","rad21a","E9QFT2","rad21a","elmod3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QFT2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08CD0","rad21a","Q08CD0","rad21a","rnf220a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08CD0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK83","rad21a","F1QK83","rad21a","arv1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QK83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0S8","rad21a","Q6P0S8","rad21a","adob","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P0S8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IVV7","rad21a","MGC35261l","rad21a","dnaaf6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","PIH1 domain containing 3 (Protein PIH1D3) (Twister)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JH55","rad21a","Q8JH55","rad21a","hoxb8b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8JH55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZD86","rad21a","B7ZD86","rad21a","pdss2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZD86","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5I2W8","rad21a","nbn","rad21a","nbn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nibrin (Nijmegen breakage syndrome protein 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F097","rad21a","E7F097","rad21a","si:cabz01071909.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F097","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BC0","rad21a","Q08BC0","rad21a","pim1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08BC0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QBP7","rad21a","E9QBP7","rad21a","fam149a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QBP7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUX7","rad21a","A0A0R4IUX7","rad21a","fan1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IUX7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMF9","rad21a","si:zc14a17.5","rad21a","nedd8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIV2","rad21a","A0A0R4IIV2","rad21a","pam","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIV2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFT5","rad21a","E7FFT5","rad21a","hmgn6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFT5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5JEM4","rad21a","A5JEM4","rad21a","ndel1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5JEM4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9LDD9","rad21a","glycine hydroxymethyltransferase","rad21a","shmt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","glycine hydroxymethyltransferase (EC 2.1.2.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEB2","rad21a","R4GEB2","rad21a","si:ch1073-357b18.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEB2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EY45","rad21a","E7EY45","rad21a","exd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EY45","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7MCD0","rad21a","A7MCD0","rad21a","dnajb13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A7MCD0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHE5","rad21a","F1QHE5","rad21a","psmd14","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHE5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WC64","rad21a","X1WC64","rad21a","si:dkeyp-84f3.9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WC64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0J3","rad21a","E7F0J3","rad21a","tbc1d31","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0J3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIE6","rad21a","F1QIE6","rad21a","kcnj19a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIE6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZH9","rad21a","A8DZH9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZH9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NZV2","rad21a","cb1025","rad21a","mcm4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA replication licensing factor MCM4 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1L1QZC4","rad21a","A0A1L1QZC4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1L1QZC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEA3","rad21a","R4GEA3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEA3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QED3","rad21a","F1QED3","rad21a","hdac11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QED3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FG38","rad21a","E7FG38","rad21a","macc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FG38","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WEV5","rad21a","X1WEV5","rad21a","si:ch211-284f22.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WEV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8G2","rad21a","zmp:0000000711","rad21a","zmp:0000000711","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tubby-like protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7E2P9","rad21a","A7E2P9","rad21a","dnajc19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A7E2P9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WUW9","rad21a","A5WUW9","rad21a","cep70","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WUW9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN90","rad21a","F1QN90","rad21a","wwc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QN90","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TNT8","rad21a","gnai2l","rad21a","gnai2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QDS9","rad21a","A0A2R8QDS9","rad21a","sp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QDS9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYD6","rad21a","zgc:76978","rad21a","rab5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NQA9","rad21a","Lysophospholipid acyltransferase 2 isoform X1","rad21a","mboat2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DC04","rad21a","carm1","rad21a","carm1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WEJ7","rad21a","H0WEJ7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WEJ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IX93","rad21a","A0A0R4IX93","rad21a","znf1011","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IX93","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QLG2","rad21a","F1QLG2","rad21a","mta2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QLG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGR9","rad21a","F1QGR9","rad21a","zgc:171727","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGR9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHQ8","rad21a","lin9","rad21a","lin9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein lin-9 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGB3","rad21a","zgc:100889","rad21a","rab30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAB30, member RAS oncogene family (Ras-related protein Rab-30)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJ51","rad21a","E9QJ51","rad21a","si:dkey-262g12.12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJ51","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P2T4","rad21a","zgc:56502","rad21a","rad1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KNM5","rad21a","A3KNM5","rad21a","smim15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KNM5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCQ6","rad21a","F1QCQ6","rad21a","katnip","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCQ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4L3","rad21a","zgc:171657","rad21a","mmaa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Metabolism of cobalamin-associated A (Methylmalonic aciduria type A protein, mitochondrial isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QCI3","rad21a","A0A2R8QCI3","rad21a","ccdc88c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QCI3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H1A5Y8","rad21a","H1A5Y8","rad21a","lrrfip1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H1A5Y8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W618","rad21a","F8W618","rad21a","itprid2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W618","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q45QT2","rad21a","Tbeta11","rad21a","tmsb4x","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Thymosin beta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66IE1","rad21a","Q66IE1","rad21a","gpx1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q66IE1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DI32","rad21a","Q6DI32","rad21a","snx5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DI32","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5BL29","rad21a","Q5BL29","rad21a","slc39a9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5BL29","tf-link","27924024","regulates","txid7955" +"Q6TEL1","T1ECS3","rad21a","T1ECS3","rad21a","wdcp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","T1ECS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QM58","rad21a","F1QM58","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QM58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN59","rad21a","F1QN59","rad21a","ksr1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QN59","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EYC3","rad21a","E7EYC3","rad21a","znf318","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EYC3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUY6","rad21a","F1QUY6","rad21a","rhbdd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUY6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZH4","rad21a","A8DZH4","rad21a","xpr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZH4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q696","rad21a","A0A2R8Q696","rad21a","eml2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q696","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBI8","rad21a","Q6PBI8","rad21a","tmem177","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PBI8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJV5","rad21a","B8JJV5","rad21a","smim13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FB06","rad21a","E7FB06","rad21a","itpr1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FB06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITV4","rad21a","A0A0R4ITV4","rad21a","caps2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITV4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q279","rad21a","A0A2R8Q279","rad21a","znf1141","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q279","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8V0","rad21a","F1R8V0","rad21a","hspa13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8V0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5A4","rad21a","F8W5A4","rad21a","si:ch73-236e11.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W5A4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRE6","rad21a","Large ribosomal subunit protein uL11","rad21a","rpl12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFS1","rad21a","E7FFS1","rad21a","fndc3bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFS1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90Z00","rad21a","fgfr1a","rad21a","fgfr1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803N5","rad21a","Q803N5","rad21a","tardbpl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q803N5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WCD3","rad21a","X1WCD3","rad21a","slirp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WCD3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WES8","rad21a","X1WES8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WES8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0J9YJ31","rad21a","A0A0J9YJ31","rad21a","si:dkey-3h23.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0J9YJ31","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A499","rad21a","B8A499","rad21a","fbxo28","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A499","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0R1","rad21a","F1R0R1","rad21a","brd8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0R1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ75","rad21a","F1QQ75","rad21a","si:dkey-65b13.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQ75","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGQ1","rad21a","Q6DGQ1","rad21a","nkiras1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9D0","rad21a","A0A0R4I9D0","rad21a","hoxb5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9D0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIC0","rad21a","elp3","rad21a","elp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F083","rad21a","E7F083","rad21a","armc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F083","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3R4","rad21a","F1R3R4","rad21a","dscc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3R4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W411","rad21a","F8W411","rad21a","rad50","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W411","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8QHA4","rad21a","fam101a","rad21a","rflna","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Family with sequence similarity 101, member A (Protein FAM101A) (Refilin A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N4STU7","rad21a","A0A0N4STU7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N4STU7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q589","rad21a","F1Q589","rad21a","deptor","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q589","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NIK9","rad21a","F6NIK9","rad21a","creb3l3l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NIK9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHR5","rad21a","F1QHR5","rad21a","gb:bc139872","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHR5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9J8","rad21a","F1Q9J8","rad21a","cttnbp2nla","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9J8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H9BFW7","rad21a","H9BFW7","rad21a","cmasb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H9BFW7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWZ2","rad21a","F1QWZ2","rad21a","fbxl4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWZ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5U3A7","rad21a","Q5U3A7","rad21a","opa1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5U3A7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R417","rad21a","F1R417","rad21a","rock2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R417","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WE87","rad21a","H0WE87","rad21a","si:dkey-23a23.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WE87","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RPZ5","rad21a","A0A2R8RPZ5","rad21a","kdm2ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RPZ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QL52","rad21a","F1QL52","rad21a","kmt2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QL52","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V0X1","rad21a","zgc:85813","rad21a","pccb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Propionyl-CoA carboxylase beta chain, mitochondrial (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit beta)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6C4","rad21a","wu:fb82g12","rad21a","dek","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DEK proto-oncogene (Protein DEK)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R1B0","rad21a","F1R1B0","rad21a","dnajb2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R1B0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4J7R2","rad21a","Myosin XVIIIAa","rad21a","myo18aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Myosin XVIIIAa (Unconventional myosin-XVIIIa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IUU4","rad21a","NEDD8-conjugating enzyme Ubc12","rad21a","si:ch1073-205c8.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJQ7","rad21a","A0A0R4IJQ7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJQ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5BJA5","rad21a",";","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone H2B 1/2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0T1","rad21a","B0R0T1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R0T1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHF1","rad21a","Histone H2B","rad21a","si:dkey-261m9.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone H2B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P007","rad21a","Q6P007","rad21a","dcun1d2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P007","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFQ4","rad21a","F1QFQ4","rad21a","si:ch211-67f13.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFQ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QF15","rad21a","F1QF15","rad21a","actr2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QF15","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEN3","rad21a","R4GEN3","rad21a","buc2l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEN3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH05","rad21a","Q5RH05","rad21a","stk38l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RH05","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRF0","rad21a","Q6DRF0","rad21a","rnf113a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DRF0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803L7","rad21a","Q803L7","rad21a","rhogc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q803L7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEB0","rad21a","F1QEB0","rad21a","znf653","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEB0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUV9","rad21a","F1QUV9","rad21a","slc38a7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUV9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1A5H8","rad21a","yes1","rad21a","yes1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2H2","rad21a","E7F2H2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2H2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QH17","rad21a","F1QH17","rad21a","mical3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QH17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWY3","rad21a","F1QWY3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWY3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5H6","rad21a","F1Q5H6","rad21a","fibpb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q5H6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R105","rad21a","F1R105","rad21a","smtnl","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R105","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BL9","rad21a","klhl24a","rad21a","klhl24a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kelch-like protein 24a (Kelch-like family member 24a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9YHV4","rad21a","fsta","rad21a","fsta","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Follistatin-A (FS) (Activin-binding protein) (Follistatin-1) (zFst1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CF23","rad21a","A2CF23","rad21a","invs","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CF23","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R509","rad21a","zgc:158782","rad21a","mto1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein MTO1 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QUV2","rad21a","A0A2R8QUV2","rad21a","hoxc6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QUV2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WFH5","rad21a","H0WFH5","rad21a","znf1000","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WFH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4A4","rad21a","F1R4A4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4A4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LGQ5","rad21a","A0A140LGQ5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LGQ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZK4","rad21a","mhc1lca","rad21a","si:dkey-225f5.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Major histocompatibility complex class I-related gene protein isoform X2 (Si:dkey-225f5.5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PHJ8","rad21a","myl9l","rad21a","myl12.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Myosin regulatory light chain 12B (Myosin, light chain 12, genome duplicate 1) (Myosin, light polypeptide 9, like)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5M5","rad21a","B0S5M5","rad21a","lss","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5M5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KPZ7","rad21a","A3KPZ7","rad21a","slc39a7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KPZ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KGK2","rad21a","A0A0G2KGK2","rad21a","npr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KGK2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKD6","rad21a","B8JKD6","rad21a","nanp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JKD6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WG92","rad21a","A8WG92","rad21a","acp6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WG92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9IBD0","rad21a","celf1","rad21a","celf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561X4","rad21a","zgc:110552","rad21a","nfyba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NXA3","rad21a","wu:fa05d01","rad21a","gtf2e2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription initiation factor IIE subunit beta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q795","rad21a","F1Q795","rad21a","samd9l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q795","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QIP8","rad21a","F1QIP8","rad21a","tex11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QIP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBF8","rad21a","F1RBF8","rad21a","kcnh1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZT8","rad21a","A0A0R4IZT8","rad21a","stpg1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZT8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GMK7","rad21a","Q6GMK7","rad21a","sh3bgrl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6GMK7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QW85","rad21a","F1QW85","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QW85","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJP5","rad21a","E9QJP5","rad21a","fam217b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJP5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RVF1","rad21a","A0A2R8RVF1","rad21a","ndst3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RVF1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBH4","rad21a","dynll2","rad21a","dynll1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dynein light chain","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVZ1","rad21a","Q7ZVZ1","rad21a","fbxw11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZVZ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q91428","rad21a","gata3","rad21a","gata3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor GATA-3 (GATA-binding factor 3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGW6","rad21a","A2BGW6","rad21a","utp11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGW6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0F2","rad21a","E7F0F2","rad21a","cercam","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0F2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAB6","rad21a","A0A0R4IAB6","rad21a","mrps5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAB6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZU79","rad21a","cdc45l","rad21a","cdc45","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IBM4","rad21a","A0A0R4IBM4","rad21a","si:ch73-345f18.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IBM4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JLC8","rad21a","si:ch73-131e21.5","rad21a","rab1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related protein Rab-1A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8Y6","rad21a","bbip1","rad21a","bbip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIN7","rad21a","Q5RIN7","rad21a","slc25a27","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RIN7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WH84","rad21a","il-11ra","rad21a","il11ra","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Interleukin 11 receptor alpha chain (Interleukin 11 receptor, alpha) (Interleukin-11 receptor subunit alpha isoform X1) (Interleukin-11 receptor subunit alpha precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R311","rad21a","F1R311","rad21a","si:ch211-23l10.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R311","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WF83","rad21a","H0WF83","rad21a","si:ch211-161n3.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WF83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDV7","rad21a","F1RDV7","rad21a","noctb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RDV7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV93","rad21a","zgc:77689","rad21a","gipc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GAIP c-terminus interacting protein 2 (GIPC PDZ domain-containing family, member 2) (Gipc2 protein) (PDZ domain-containing protein GIPC2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q4V0","rad21a","A0A2R8Q4V0","rad21a","aplp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q4V0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN27","rad21a","F1QN27","rad21a","rbm41","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QN27","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SPK4","rad21a","si:busm1-132m23.3","rad21a","fbxo22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286YB08","rad21a","A0A286YB08","rad21a","ptprub","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286YB08","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F3W1","rad21a","E7F3W1","rad21a","ankrd46a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F3W1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","O57330","rad21a","psmb8","rad21a","psmb8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QT64","rad21a","F1QT64","rad21a","celsr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QT64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHT0","rad21a","X1WHT0","rad21a","si:dkey-7i4.13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHT0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1L1QZQ8","rad21a","A0A1L1QZQ8","rad21a","si:ch73-158p21.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1L1QZQ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5H1","rad21a","BRMS1-like transcriptional repressor b","rad21a","brms1lb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUG6","rad21a","fa93d05","rad21a","rpl30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9UL54","rad21a","A9UL54","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9UL54","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKB8","rad21a","B8JKB8","rad21a","ephb3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JKB8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4E7","rad21a","si:ch1073-301i20.1","rad21a","rpgrip1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein fantom (RPGRIP1-like)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAX0","rad21a","A0A0R4IAX0","rad21a","fnbp1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAX0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNC3","rad21a","F1QNC3","rad21a","lin37","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNC3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FH11","rad21a","E7FH11","rad21a","zdhhc18a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FH11","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TNR0","rad21a","Q6TNR0","rad21a","rnaseh2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6TNR0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3P1","rad21a","F1R3P1","rad21a","tmed4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3P1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KH37","rad21a","A0A0G2KH37","rad21a","bace1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KH37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0A0MPU6","rad21a","A0A0A0MPU6","rad21a","mepce","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0A0MPU6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6AXJ3","rad21a","dexi","rad21a","dexi","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Dexamethasone-induced protein homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWG3","rad21a","F1QWG3","rad21a","uckl1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q2J0","rad21a","im:7149020","rad21a","npc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q566","rad21a","F1Q566","rad21a","LOC100535931","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q566","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZY8","rad21a","Q7SZY8","rad21a","grhpra","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZY8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WC05","rad21a","X1WC05","rad21a","arhgap33","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WC05","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R5P3","rad21a","F1R5P3","rad21a","mcm6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R5P3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6P4","rad21a","F1R6P4","rad21a","mipepa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6P4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDA2","rad21a","X1WDA2","rad21a","lrrc29","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDA2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QM07","rad21a","Adhesion G protein-coupled receptor L3 isoform X1","rad21a","adgrl3.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Adhesion G protein-coupled receptor L3 isoform X1 (Adhesion G protein-coupled receptor L3.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7M2","rad21a","B0S7M2","rad21a","thap4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7M2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IBL3","rad21a","A0A0R4IBL3","rad21a","med12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IBL3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXX0","rad21a","F1QXX0","rad21a","tmco6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXX0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIM7","rad21a","E9QIM7","rad21a","palm1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIM7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WE07","rad21a","X1WE07","rad21a","gtpbp6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WE07","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503R1","rad21a","Q503R1","rad21a","camk2n1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503R1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6A1","rad21a","F1R6A1","rad21a","hmbsb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6A1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ43","rad21a","F1QQ43","rad21a","furina","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQ43","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WEA3","rad21a","non-specific serine/threonine protein kinase","rad21a","ulk2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WHV5","rad21a","A8WHV5","rad21a","plk2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WHV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QLP6","rad21a","F1QLP6","rad21a","srrm2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QLP6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LWG4","rad21a","lpcat1","rad21a","lpcat1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803J4","rad21a","zgc:55701","rad21a","hnrnpc","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PTF9","rad21a","Bmp7","rad21a","bmp7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ISU9","rad21a","I3ISU9","rad21a","fbxo40.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ISU9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0R8","rad21a","E7F0R8","rad21a","si:dkey-32e23.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0R8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCE5","rad21a","F1RCE5","rad21a","fam50a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCE5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DFV0","rad21a","B3DFV0","rad21a","lyrm9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DFV0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8X0","rad21a","E7F8X0","rad21a","srpx2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8X0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KUM0","rad21a","A0A0G2KUM0","rad21a","rbm5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KUM0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSB9","rad21a","F1QSB9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSB9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F042","rad21a","E7F042","rad21a","vezf1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F042","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WUS3","rad21a","A5WUS3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WUS3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CF00","rad21a","A2CF00","rad21a","shisa2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CF00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1T2","rad21a","E7F1T2","rad21a","si:dkey-38p12.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1T2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDN0","rad21a","F1QDN0","rad21a","amacr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDN0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNA5","rad21a","F1QNA5","rad21a","srsf6a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNA5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IXF6","rad21a","kat2a","rad21a","kat2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXF6","rad21a","Q1LXF6","rad21a","si:ch211-222k6.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXF6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVW0","rad21a","Q1LVW0","rad21a","btbd11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LVW0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEK1","rad21a","R4GEK1","rad21a","si:dkey-182i3.9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9DDE0","rad21a","Q9DDE0","rad21a","meis2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9DDE0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZYW7","rad21a","zgc:55970","rad21a","atp5mc3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPA7","rad21a","F1QPA7","rad21a","aarsd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPA7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDV2","rad21a","F1RDV2","rad21a","ndufa10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RDV2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJB6","rad21a","A0A0R4IJB6","rad21a","si:ch73-29l19.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJB6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F859","rad21a","E7F859","rad21a","rnf216","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F859","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NS76","rad21a","A0A1D5NS76","rad21a","tjp1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NS76","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QBK8","rad21a","A0A2R8QBK8","rad21a","slc18a3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QBK8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGM0","rad21a","zgc:92859","rad21a","rpl35a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein eL33 (60S ribosomal protein L35a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90274","rad21a","sna-1","rad21a","snai1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WFQ1","rad21a","X1WFQ1","rad21a","ccdc9b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WFQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F2Z4R8","rad21a","F2Z4R8","rad21a","frs2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F2Z4R8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZYY0","rad21a","Q7ZYY0","rad21a","acad8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZYY0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0JME2","rad21a","atf7ip","rad21a","atf7ip","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5T6","rad21a","E7F5T6","rad21a","si:ch73-63e15.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F5T6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SYH6","rad21a","Q7SYH6","rad21a","pah","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SYH6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0H2UKX4","rad21a","A0A0H2UKX4","rad21a","prkn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0H2UKX4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9Q1","rad21a","F1R9Q1","rad21a","olfml2bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9Q1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2B8","rad21a","E7F2B8","rad21a","slc25a18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2B8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4T5","rad21a","E7F4T5","rad21a","neto1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F4T5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IK82","rad21a","A0A0R4IK82","rad21a","si:ch211-233m11.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IK82","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IEV2","rad21a","A0A0R4IEV2","rad21a","si:ch1073-266p11.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IEV2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBJ6","rad21a","E7FBJ6","rad21a","bada","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IMX3","rad21a","A0A0R4IMX3","rad21a","bzw1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IMX3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NWN5","rad21a","F6NWN5","rad21a","hipk3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NWN5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2S4","rad21a","Paraplegin isoform X1","rad21a","spg7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Paraplegin isoform X1 (SPG7 matrix AAA peptidase subunit, paraplegin)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEM2","rad21a","F1QEM2","rad21a","eif1ad","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEM2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHL2","rad21a","zgc:92243","rad21a","vps26c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E7K4","rad21a","A8E7K4","rad21a","pcyt1aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8E7K4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IK69","rad21a","A0A0R4IK69","rad21a","relch","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IK69","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JTC4","rad21a","A9JTC4","rad21a","memo1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9JTC4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITG1","rad21a","I3ITG1","rad21a","arhgap42a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITG1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZD9","rad21a","F1QZD9","rad21a","slc35d1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZD9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZM2","rad21a","E7EZM2","rad21a","cep112","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZM2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5SPG8","rad21a","Acyl-CoA thioesterase 20","rad21a","acot20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JK21","rad21a","B8JK21","rad21a","casp3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JK21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q864","rad21a","F1Q864","rad21a","polr2m","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q864","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ISD8","rad21a","I3ISD8","rad21a","ahdc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ISD8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F226","rad21a","E7F226","rad21a","rerea","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F226","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6YLH9","rad21a","CAV1","rad21a","cav1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Caveolin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZ64","rad21a","Q5TZ64","rad21a","ankef1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TZ64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZD04","rad21a","sfr1","rad21a","sfr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Swi5-dependent recombination DNA repair protein 1 homolog (Meiosis protein 5 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNP3","rad21a","F1QNP3","rad21a","clcn7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNP3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A6D8","rad21a","B8A6D8","rad21a","cnih1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A6D8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IWN8","rad21a","A0A0R4IWN8","rad21a","si:ch73-281n10.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IWN8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCK2","rad21a","F1QCK2","rad21a","abcb6a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCK2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3ITF2","rad21a","I3ITF2","rad21a","scaf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3ITF2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561T3","rad21a","Q561T3","rad21a","kctd12.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q561T3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ID51","rad21a","A0A0R4ID51","rad21a","arnt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ID51","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCH6","rad21a","E9QCH6","rad21a","acbd5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCH6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5R8","rad21a","E7F5R8","rad21a","dpp6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F5R8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KNG1","rad21a","F-box protein 15","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F-box protein 15 (Zgc:161973)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q653","rad21a","F1Q653","rad21a","ptpn23a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q653","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EYL2","rad21a","Alpha-mannosidase","rad21a","man2a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Alpha-mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WWB4","rad21a","A5WWB4","rad21a","map2k1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WWB4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNA0","rad21a","F1QNA0","rad21a","pitrm1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNA0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIU5","rad21a","A0A0R4IIU5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEZ7","rad21a","F1QEZ7","rad21a","eapp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEZ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6C7","rad21a","F1Q6C7","rad21a","vmp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q6C7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZ99","rad21a","A0A0R4IZ99","rad21a","afmid","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IZ99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHY8","rad21a","Q5RHY8","rad21a","trim66","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RHY8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGJ3","rad21a","timm13","rad21a","timm13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mitochondrial import inner membrane translocase subunit Tim13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8F1","rad21a","F1Q8F1","rad21a","inab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8F1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5EAR4","rad21a","Q5EAR4","rad21a","chrac1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5EAR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1L2F4","rad21a","A1L2F4","rad21a","slbp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A1L2F4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4JYQ0","rad21a","cb549","rad21a","cntfr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ciliary neurotrophic factor receptor (Cntfr)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSP8","rad21a","F1QSP8","rad21a","prdx4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q4T1","rad21a","Kinesin family member 25","rad21a","kif25","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KVT3","rad21a","A0A0G2KVT3","rad21a","LOC100330644","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KVT3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q0P3Y5","rad21a","Q0P3Y5","rad21a","ccdc126","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q0P3Y5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RES6","rad21a","F1RES6","rad21a","mynn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RES6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KP58","rad21a","A3KP58","rad21a","march5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KP58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV39","rad21a","Voltage-dependent anion-selective channel protein 3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Voltage-dependent anion-selective channel protein 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IRB5","rad21a","A0A0R4IRB5","rad21a","gtf2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IRB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUS7","rad21a","zgc:56227","rad21a","ppp6c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGK5","rad21a","E7FGK5","rad21a","tmem70","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FGK5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4M0","rad21a","F1R4M0","rad21a","si:ch1073-157b13.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4M0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RHX9","rad21a","Q5RHX9","rad21a","cdk17","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RHX9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2P7","rad21a","E7F2P7","rad21a","fbxo38","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2P7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ILK3","rad21a","A0A0R4ILK3","rad21a","arhgap11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ILK3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JA33","rad21a","U3JA33","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JA33","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S794","rad21a","B0S794","rad21a","ankrd45","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S794","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803H1","rad21a","rnpc2","rad21a","rbm39a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8T6","rad21a","wu:fc46c10","rad21a","pygo2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pygopus homolog 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QKV5","rad21a","A0A2R8QKV5","rad21a","surf2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QKV5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0Z4","rad21a","sox4","rad21a","sox4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFJ6","rad21a","F1QFJ6","rad21a","anks3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IBR4","rad21a","Hif-3alpha","rad21a","hif1al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCI4","rad21a","F1QCI4","rad21a","si:ch211-264f5.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCI4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAR3","rad21a","A0A0R4IAR3","rad21a","rab42b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAR3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KLF2","rad21a","A0A0G2KLF2","rad21a","LOC562098","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KLF2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7S5","rad21a","fb11b01","rad21a","gab1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GRB2-associated-binding protein 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WEM4","rad21a","tmem63c","rad21a","tmem63c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Calcium permeable stress-gated cation channel 1 (Transmembrane protein 63c)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYX6","rad21a","A0A0R4IYX6","rad21a","znf687a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYX6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WUQ0","rad21a","A5WUQ0","rad21a","optn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WUQ0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S8J1","rad21a","B0S8J1","rad21a","kif5c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S8J1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE41","rad21a","F1RE41","rad21a","abi3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RE41","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGH5","rad21a","Q6DGH5","rad21a","asb13a.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F5A7","rad21a","si:ch73-116o1.2","rad21a","si:ch73-116o1.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related protein M-Ras (Si:ch73-116o1.2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6D0","rad21a","Poliovirus receptor-like isoform X1","rad21a","si:ch73-22o12.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Poliovirus receptor-like isoform X1 (Si:ch73-22o12.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DEH3","rad21a","camk2d1","rad21a","camk2d1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZ37","rad21a","fb82d10","rad21a","cdc42bpab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZZ56","rad21a","Q7ZZ56","rad21a","ptenb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZZ56","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7D2","rad21a","F1Q7D2","rad21a","usp40","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q7D2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QW17","rad21a","F1QW17","rad21a","camk2g2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QW17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ02","rad21a","F1QQ02","rad21a","tfip11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQ02","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGY1","rad21a","Q6DGY1","rad21a","faima","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGY1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IPJ6","rad21a","A0A0R4IPJ6","rad21a","si:ch211-196l7.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IPJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIK0","rad21a","Q5RIK0","rad21a","ftr79","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RIK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5H0","rad21a","B0S5H0","rad21a","ccdc22","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5H0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","P13104","rad21a","tpma","rad21a","tpma","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QK55","rad21a","A0A2R8QK55","rad21a","tmem14ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QK55","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVC2","rad21a","jarid2b","rad21a","jarid2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q929","rad21a","Potassium voltage-gated channel subfamily A member 4","rad21a","kcna4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Potassium voltage-gated channel subfamily A member 4 (Voltage-gated potassium channel subunit Kv1.4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCV8","rad21a","Collagen alpha-2","rad21a","col6a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QT05","rad21a","F1QT05","rad21a","sp100.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QT05","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q740","rad21a","F1Q740","rad21a","vars1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q740","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W469","rad21a","F8W469","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W469","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYC5","rad21a","Q1LYC5","rad21a","micu2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LYC5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LV17","rad21a","irf2bp1","rad21a","irf2bp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Interferon regulatory factor 2-binding protein 1 (IRF-2-binding protein 1) (IRF-2BP1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAG4","rad21a","Growth-regulating estrogen receptor-binding 1","rad21a","greb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0J9YIG5","rad21a","A0A0J9YIG5","rad21a","sec61a1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R8Z9","rad21a","F1R8Z9","rad21a","foxj1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R8Z9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y824","rad21a","A0A286Y824","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y824","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V984","rad21a","Q4V984","rad21a","rab1bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V984","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGH9","rad21a","psmd11b","rad21a","psmd11b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QNW4","rad21a","Cerebral dopamine neurotrophic factor","rad21a","cdnf","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cerebral dopamine neurotrophic factor (Zgc:162209 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4QRF4","rad21a","; ;","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone H3.2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9YI02","rad21a","Q9YI02","rad21a","skib","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q9YI02","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q641M3","rad21a","Q641M3","rad21a","tmem18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q641M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RH85","rad21a","fi12h10","rad21a","atf6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Activating transcription factor 6 (Cyclic AMP-dependent transcription factor ATF-6 alpha)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EXH5","rad21a","E7EXH5","rad21a","traf2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EXH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGY5","rad21a","F1QGY5","rad21a","mybl2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGY5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWP7","rad21a","F1QWP7","rad21a","nop2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWP7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDV9","rad21a","cars","rad21a","cars1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFG9","rad21a","sb:eu862","rad21a","sdcbp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Syndecan-binding protein (syntenin) (Syntenin-1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RFW3","rad21a","Q5RFW3","rad21a","nup43","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RFW3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FD83","rad21a","E7FD83","rad21a","sorcs2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FD83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGG3","rad21a","A0A0R4IGG3","rad21a","tpi1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCX2","rad21a","F1QCX2","rad21a","kif26aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCX2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGJ1","rad21a","E7FGJ1","rad21a","skilb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FGJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IQI6","rad21a","A0A0R4IQI6","rad21a","si:ch211-11n16.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IQI6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q731","rad21a","F1Q731","rad21a","cops3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q731","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGM1","rad21a","X1WGM1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WGM1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TLH8","rad21a","C9orf72","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P5L0","rad21a","Q6P5L0","rad21a","arl4d","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P5L0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IH22","rad21a","A0A0R4IH22","rad21a","npat","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IH22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QKJ6","rad21a","F1QKJ6","rad21a","rpain","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QKJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W2W0","rad21a","F8W2W0","rad21a","itga6l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W2W0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6P6","rad21a","E7F6P6","rad21a","prune","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F6P6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGR0","rad21a","si:dkey-275p19.6","rad21a","oaz2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ornithine decarboxylase antizyme 2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q70X92","rad21a","Q70X92","rad21a","asb11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q70X92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY88","rad21a","chmp3","rad21a","chmp3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QH84","rad21a","Gem","rad21a","gemin5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QJR9","rad21a","zgc:66182","rad21a","znf131","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Zinc finger protein 131","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZJ0","rad21a","nop9","rad21a","nop9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NOP9 nucleolar protein (Nucleolar protein 9 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CE93","rad21a","fc20f09","rad21a","iqgap2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0V1P0","rad21a","B0V1P0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0V1P0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EY84","rad21a","E7EY84","rad21a","si:ch211-223a21.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EY84","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KCK2","rad21a","A0A0G2KCK2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KCK2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBT9","rad21a","E7FBT9","rad21a","nxph2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBT9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGI3","rad21a","Ribosomal protein L23a","rad21a","rpl23a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ribosomal protein L23a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RIW6","rad21a","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","rad21a","bach2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZA6","rad21a","Q5TZA6","rad21a","btbd7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TZA6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ID99","rad21a","A0A0R4ID99","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ID99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RFV4","rad21a","rnf144aa","rad21a","rnf144aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503Z6","rad21a","Q503Z6","rad21a","abt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503Z6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZC7","rad21a","wu:fb25g12","rad21a","pgrmc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Membrane-associated progesterone receptor component 2 (Progesterone receptor membrane component 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9I9","rad21a","F1R9I9","rad21a","cyth1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R9I9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IJF5","rad21a","A0A0R4IJF5","rad21a","pam16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IJF5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCP2","rad21a","F1RCP2","rad21a","osbpl7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCP2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DH66","rad21a","tomm20b","rad21a","tomm20b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ICD5","rad21a","fb72f07","rad21a","e2f4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2F transcription factor 4 (Transcription factor E2F4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FF76","rad21a","adcyap1r1b","rad21a","adcyap1r1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Adenylate cyclase-activating polypeptide 1a (pituitary) receptor type I (Pituitary adenylate cyclase-activating polypeptide type I receptor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3QJU7","rad21a","A3QJU7","rad21a","dnmt3bb.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3QJU7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PC06","rad21a","Q6PC06","rad21a","ahcyl2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PC06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PE30","rad21a","cnot6","rad21a","cnot6a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QG78","rad21a","F1QG78","rad21a","sacm1lb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QG78","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QHF9","rad21a","A0A2R8QHF9","rad21a","depdc1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QHF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGP3","rad21a","A2BGP3","rad21a","rusc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGP3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KPR5","rad21a","A3KPR5","rad21a","cyb561a3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3KPR5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IXJ5","rad21a","A0A0R4IXJ5","rad21a","ablim3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IXJ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q0P4E8","rad21a","Q0P4E8","rad21a","tomm7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q0P4E8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R7K0","rad21a","F1R7K0","rad21a","sfxn5b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R7K0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZUP5","rad21a","dnaja2","rad21a","dnaja2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RVQ2","rad21a","A0A2R8RVQ2","rad21a","plppr4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RVQ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3QJW0","rad21a","A3QJW0","rad21a","tmem150aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3QJW0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q805F0","rad21a","pcdh10","rad21a","pcdh10b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protocadherin 10 (Protocadherin 10b precursor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3N8","rad21a","A9C3N8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9C3N8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IQS2","rad21a","A0A0R4IQS2","rad21a","usp25","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IQS2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVA3","rad21a","cb831","rad21a","sh3gl1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Endophilin-A2 (Endophilin-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NYV9","rad21a","leo1","rad21a","leo1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA polymerase-associated protein LEO1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAD7","rad21a","phosphatidylinositol-4,5-bisphosphate 3-kinase","rad21a","pik3ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3KDM3","rad21a","fc54a06","rad21a","ctr9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMZ5","rad21a","F1QMZ5","rad21a","zeb1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QMZ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5YKG4","rad21a","gna12","rad21a","gna12a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F8Q2","rad21a","E7F8Q2","rad21a","znf526","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F8Q2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DGU5","rad21a","Q6DGU5","rad21a","slc25a46","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DGU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CEW4","rad21a","A2CEW4","rad21a","atic","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CEW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0M3","rad21a","E7F0M3","rad21a","coq8ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W5U5","rad21a","F8W5U5","rad21a","cep290","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W5U5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCU5","rad21a","F1QCU5","rad21a","cep63","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCU5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3X1","rad21a","F1R3X1","rad21a","rrp15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3X1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QC56","rad21a","F1QC56","rad21a","adoa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QC56","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QLH9","rad21a","F1QLH9","rad21a","nucb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QLH9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4JYI8","rad21a","A4JYI8","rad21a","fgfr2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A4JYI8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q58EK1","rad21a","Q58EK1","rad21a","tcp11l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q58EK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R2W1","rad21a","F1R2W1","rad21a","dhrs13a.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R2W1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNY7","rad21a","F1QNY7","rad21a","pdgfra","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNY7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGX1","rad21a","F1QGX1","rad21a","dchs1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGX1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZD98","rad21a","B7ZD98","rad21a","hells","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZD98","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q2LGG1","rad21a","fgf6","rad21a","fgf6a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DFN3","rad21a","fc15d06","rad21a","lmnb2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Lamin-B2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QNV0","rad21a","E2 ubiquitin-conjugating enzyme","rad21a","ube2j2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NW59","rad21a","atf4","rad21a","atf4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8WHP1","rad21a","A8WHP1","rad21a","paox1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8WHP1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A6A1","rad21a","B8A6A1","rad21a","eif4e1c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A6A1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BD2","rad21a","Q08BD2","rad21a","pgap4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q08BD2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCT6","rad21a","F1QCT6","rad21a","plaa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCT6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66HW3","rad21a","zgc:92316","rad21a","pip5k1bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Phosphatidylinositol-4-phosphate 5-kinase type-1 beta (EC 2.7.1.68) (Phosphatidylinositol-4-phosphate 5-kinase, type I, beta b) (Zgc:92316)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIF4","rad21a","E9QIF4","rad21a","fam221a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIF4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV11","rad21a","wu:fk48d01","rad21a","polr2c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0E4","rad21a","F1R0E4","rad21a","nup50","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0E4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NT00","rad21a","A0A1D5NT00","rad21a","mark2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NT00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QPJ6","rad21a","F1QPJ6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QPJ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WFZ0","rad21a","Kinesin family member 13Ba","rad21a","kif13ba","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JMZ7","rad21a","B8JMZ7","rad21a","tm2d3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JMZ7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4VAK4","rad21a","hsp1","rad21a","hspb1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Heat shock protein beta-1 (Heat shock 27 kDa protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RSW9","rad21a","A0A2R8RSW9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RSW9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R777","rad21a","mettl3","rad21a","mettl3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QMX7","rad21a","F1QMX7","rad21a","osgn1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QMX7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7E0","rad21a","actbetaB","rad21a","inhbb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Inhibin beta B chain (Activin beta-B chain)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R1D6","rad21a","F1R1D6","rad21a","camsap1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R1D6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3G3","rad21a","Q6P3G3","rad21a","ubxn7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P3G3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZZB1","rad21a","si:bz36d5.4","rad21a","snx9a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Sorting nexin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T393","rad21a","Q7T393","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T393","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0JMK9","rad21a","chaf1a","rad21a","chaf1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IPF2","rad21a","histone acetyltransferase","rad21a","crebbpa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHD5","rad21a","Q6DHD5","rad21a","akr7a3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DHD5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QD61","rad21a","F1QD61","rad21a","mtrex","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QD61","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W2D1","rad21a","wu:fb34f09","rad21a","fkbp4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R5G2","rad21a","F1R5G2","rad21a","nxn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R5G2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6IQT7","rad21a","cdkn1c","rad21a","cdkn1ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDS7","rad21a","E7FDS7","rad21a","zbtb16a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FDS7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QFV2","rad21a","F1QFV2","rad21a","hnrnpa1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QFV2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIE5","rad21a","E9QIE5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIE5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LY10","rad21a","Q1LY10","rad21a","fsd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LY10","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5RGU1","rad21a","Q5RGU1","rad21a","coq8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5RGU1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R9Y1","rad21a","Collagen alpha-1","rad21a","col14a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DG29","rad21a","wu:fa97c09","rad21a","limk2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","LIM domain kinase 2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QY00","rad21a","F1QY00","rad21a","nmt1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QY00","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FFV1","rad21a","E7FFV1","rad21a","si:cabz01054396.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FFV1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FEV0","rad21a","wdr81","rad21a","wdr81","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","WD repeat-containing protein 81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q502G6","rad21a","Q502G6","rad21a","sptlc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q502G6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QFS6","rad21a","E9QFS6","rad21a","pik3r4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QFS6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5F2N3","rad21a","Q5F2N3","rad21a","fut10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5F2N3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286Y9N0","rad21a","A0A286Y9N0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286Y9N0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0C6","rad21a","F1R0C6","rad21a","depdc7b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0C6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IV16","rad21a","A0A0R4IV16","rad21a","ifrd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IV16","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ITQ3","rad21a","A0A0R4ITQ3","rad21a","dcun1d5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ITQ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T3I0","rad21a","Q7T3I0","rad21a","zc4h2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T3I0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2L1","rad21a","E7F2L1","rad21a","aak1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2L1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1L0","rad21a","E7F1L0","rad21a","ulk4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1L0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QVZ9","rad21a","F1QVZ9","rad21a","dusp8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QVZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JKI4","rad21a","B8JKI4","rad21a","mxb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JKI4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QAL3","rad21a","fat3","rad21a","fat3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","FAT atypical cadherin 3a (Protocadherin Fat 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCQ8","rad21a","E7FCQ8","rad21a","med13a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCQ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBQ8","rad21a","F1QBQ8","rad21a","slmapb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBQ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IXG2","rad21a","A0A0R4IXG2","rad21a","aplp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IXG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCT0","rad21a","E7FCT0","rad21a","kif26ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCT0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1ECU3","rad21a","Q1ECU3","rad21a","arrdc3a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1ECU3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R447","rad21a","F1R447","rad21a","pdpk1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R447","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DC07","rad21a","Q6DC07","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6DC07","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUK5","rad21a","net1","rad21a","ntn1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Netrin-1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9H3","rad21a","A0A0R4I9H3","rad21a","wdr91","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9H3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QK81","rad21a","nlgn4a","rad21a","nlgn4xb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Neuroligin 4 X-linked b (Neuroligin-4, Y-linked isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0S3","rad21a","F1R0S3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R0S3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F3Z6","rad21a","E7F3Z6","rad21a","arhgef10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F3Z6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LYL9","rad21a","Q1LYL9","rad21a","rpp25l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LYL9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WD72","rad21a","X1WD72","rad21a","si:ch211-15d5.11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WD72","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDT9","rad21a","X1WDT9","rad21a","bicd2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDT9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSY7","rad21a","F1QSY7","rad21a","iars1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSY7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHS3","rad21a","wu:fa92b05","rad21a","rpl15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ribosomal protein L15","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KCN9","rad21a","A0A0G2KCN9","rad21a","ehmt2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KCN9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5U3E1","rad21a","wu:fi15h09","rad21a","rab11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras-related protein Rab-11A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IGU7","rad21a","A0A0R4IGU7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IGU7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UXR7","rad21a","B0UXR7","rad21a","olfml2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UXR7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UXT0","rad21a","B0UXT0","rad21a","si:dkey-208k22.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0UXT0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CET2","rad21a","A2CET2","rad21a","napaa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CET2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1MTD4","rad21a","Q1MTD4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1MTD4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W4R2","rad21a","F8W4R2","rad21a","ubr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W4R2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JIG4","rad21a","B8JIG4","rad21a","ufsp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JIG4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A3QK40","rad21a","A3QK40","rad21a","ncor1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A3QK40","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WGE9","rad21a","cd3eap","rad21a","polr1g","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CD3e molecule, epsilon associated protein","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140TAT8","rad21a","A0A140TAT8","rad21a","adgrl4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140TAT8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1J2","rad21a","E7F1J2","rad21a","si:ch211-266k22.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1J2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCA3","rad21a","E9QCA3","rad21a","si:ch211-106k21.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCA3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JMY3","rad21a","B8JMY3","rad21a","nsmce4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JMY3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA21","rad21a","smcr8a","rad21a","smcr8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q58EF6","rad21a","Q58EF6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q58EF6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QGD3","rad21a","F1QGD3","rad21a","irak1bp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QGD3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PBZ7","rad21a","zgc:73176","rad21a","fhit","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Bis(5'-adenosyl)-triphosphatase (EC 3.6.1.29)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B7ZDE9","rad21a","B7ZDE9","rad21a","htt","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B7ZDE9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5XJ88","rad21a","zgc:103534","rad21a","kansl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QFA6","rad21a","coxXVIII","rad21a","cox8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8JHE0","rad21a","CHUNP6894","rad21a","csnk1a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S7A4","rad21a","B0S7A4","rad21a","uckl1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S7A4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZJ0","rad21a","A8DZJ0","rad21a","tbcb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZJ0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V8Q4","rad21a","Q4V8Q4","rad21a","golt1bb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V8Q4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Z4YIB5","rad21a","Z4YIB5","rad21a","rnf144ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Z4YIB5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8Q307","rad21a","A0A2R8Q307","rad21a","foxj3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8Q307","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TH32","rad21a","CFL2","rad21a","cfl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cofilin-1 (Muscle cofilin 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBR1","rad21a","sphingomyelin phosphodiesterase","rad21a","smpd2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","sphingomyelin phosphodiesterase (EC 3.1.4.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66HU0","rad21a","Q66HU0","rad21a","msrb1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q66HU0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHV6","rad21a","X1WHV6","rad21a","ubap1la","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHV6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QJD6","rad21a","F1QJD6","rad21a","pde11al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QJD6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WDU3","rad21a","X1WDU3","rad21a","si:dkey-245f22.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WDU3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAH8","rad21a","im:7141316","rad21a","rbmx2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA-binding motif protein X-linked 2 (RNA-binding motif protein, X-linked 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NY29","rad21a","Q6NY29","rad21a","max","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6NY29","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQH4","rad21a","Relaxin family peptide receptor 3.3a1","rad21a","rxfp3.3a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0UYB6","rad21a","My011","rad21a","mmadhcb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Metabolism of cobalamin associated D (Methylmalonic aciduria and homocystinuria type D protein, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FF26","rad21a","E7FF26","rad21a","esyt2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FF26","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEC2","rad21a","F1QEC2","rad21a","fhdc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEC2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T3F3","rad21a","ube2nl","rad21a","ube2nb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R754","rad21a","F1R754","rad21a","pard6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R754","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QQX8","rad21a","A0A2R8QQX8","rad21a","tor4ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QQX8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4VSN1","rad21a","Q4VSN1","rad21a","dstyk","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4VSN1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IVZ0","rad21a","fd23d09","rad21a","nup153","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear pore complex protein Nup153 (Nucleoporin 153)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KBZ9","rad21a","A8KBZ9","rad21a","xpnpep3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8KBZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QHC5","rad21a","F1QHC5","rad21a","phax","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QHC5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDQ5","rad21a","F1QDQ5","rad21a","manf","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDQ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1REK4","rad21a","F1REK4","rad21a","mavs","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1REK4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W2N9","rad21a","F8W2N9","rad21a","nfxl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W2N9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QTH7","rad21a","F1QTH7","rad21a","sipa1l3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QTH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P032","rad21a","MPR46","rad21a","m6pr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WG57","rad21a","X1WG57","rad21a","ep300b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WG57","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FA12","rad21a","Trafficking protein particle complex subunit 8","rad21a","trappc8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Trafficking protein particle complex subunit 8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSY2","rad21a","F1QSY2","rad21a","gtf2f2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSY2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R9YJI0","rad21a","A0A2R9YJI0","rad21a","rab34b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RE99","rad21a","F1RE99","rad21a","pudp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RE99","tf-link","27924024","regulates","txid7955" +"Q6TEL1","P47793","rad21a","wnt4a","rad21a","wnt4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein Wnt-4a","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NS60","rad21a","A0A1D5NS60","rad21a","znf16l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NS60","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUY4","rad21a","F1QUY4","rad21a","tmem69","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUY4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5PRD4","rad21a","csnk1g1","rad21a","csnk1g1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QJ40","rad21a","E9QJ40","rad21a","fam120c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QJ40","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAF9","rad21a","A0A0R4IAF9","rad21a","cmtm8a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAF9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4VCH4","rad21a","vps35l","rad21a","vps35l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","VPS35 endosomal protein-sorting factor-like","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JLW4","rad21a","B8JLW4","rad21a","c18h3orf33","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JLW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE17","rad21a","F1QE17","rad21a","dusp23b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE17","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCB1","rad21a","F1QCB1","rad21a","dhx57","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCB1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R4S2","rad21a","F1R4S2","rad21a","ulk1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R4S2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F169","rad21a","E7F169","rad21a","ppp3cb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F169","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IVL9","rad21a","A0A0R4IVL9","rad21a","arhgef12b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IVL9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QR83","rad21a","F1QR83","rad21a","nae1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QR83","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QYY8","rad21a","F1QYY8","rad21a","si:dkeyp-97e7.9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QYY8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TH14","rad21a","ENO1","rad21a","eno3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Beta-enolase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503V0","rad21a","chmp6","rad21a","chmp6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Charged multivesicular body protein 6 (Chromatin-modifying protein 6)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R433","rad21a","F1R433","rad21a","cyhr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R433","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A7YT51","rad21a","wu:fb53c07","rad21a","sf3b2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IP71","rad21a","A0A0R4IP71","rad21a","trir","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IP71","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IP58","rad21a","A0A0R4IP58","rad21a","slc43a2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IP58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QN48","rad21a","F1QN48","rad21a","fam53b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QN48","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T2D4","rad21a","Q7T2D4","rad21a","ergic2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7T2D4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N5E8A0","rad21a","A0A0N5E8A0","rad21a","rubcn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N5E8A0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5PNQ5","rad21a","Q5PNQ5","rad21a","alkbh7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5PNQ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E7N9","rad21a","gdf6b","rad21a","gdf6b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth/differentiation factor 6-B (GDF-6-B) (Growth differentiation factor 6b) (Protein dynamo)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IRB0","rad21a","A0A0R4IRB0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IRB0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q0VIA1","rad21a","med10","rad21a","med10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TEM9","rad21a","Q6TEM9","rad21a","mylipa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6TEM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QE21","rad21a","F1QE21","rad21a","ubl7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QE21","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q503U1","rad21a","Q503U1","rad21a","lyrm5a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q503U1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803M4","rad21a","fc79h10","rad21a","ube2al","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXI5","rad21a","F1QXI5","rad21a","bmpr2a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXI5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q587","rad21a","F1Q587","rad21a","si:dkeyp-74a11.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q587","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DRD5","rad21a","zgc:92341","rad21a","ufd1l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QTW5","rad21a","F1QTW5","rad21a","ccdc157","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QTW5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4VBR8","rad21a","psma2","rad21a","psma2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GQN6","rad21a","zgc:92385","rad21a","acaa1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","3-ketoacyl-CoA thiolase, peroxisomal (EC 2.3.1.16) (Acaa1 protein) (Acetyl-CoA acyltransferase 1) (Acetyl-Coenzyme A acyltransferase 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R3Q3","rad21a","F1R3Q3","rad21a","sept6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R3Q3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NMN3","rad21a","fc83f08","rad21a","ppp5c","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RBY0","rad21a","F1RBY0","rad21a","mindy2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RBY0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QWW8","rad21a","F1QWW8","rad21a","kdsr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QWW8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QJ47","rad21a","A0A2R8QJ47","rad21a","vps72b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QJ47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCH5","rad21a","F1RCH5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCH5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F0W1","rad21a","E7F0W1","rad21a","smc5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F0W1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIR6","rad21a","A0A0R4IIR6","rad21a","spink2.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIR6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QG10","rad21a","E9QG10","rad21a","rps6kb1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QG10","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R617","rad21a","F1R617","rad21a","myo1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R617","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV96","rad21a","rpl10","rad21a","rpl10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein uL16 (60S ribosomal protein L10) (Protein QM) (Ribosomal protein L10)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F2Z4X0","rad21a","F2Z4X0","rad21a","si:ch211-102c2.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F2Z4X0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEK9","rad21a","R4GEK9","rad21a","trmo","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEK9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0R0B4","rad21a","B0R0B4","rad21a","si:dkey-91m11.5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0R0B4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEN1","rad21a","R4GEN1","rad21a","si:dkey-31m14.7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","R4GEN1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F8W501","rad21a","F8W501","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F8W501","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KBY5","rad21a","TAF11 RNA polymerase II, TATA box-binding protein","rad21a","taf11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F6W7","rad21a","E7F6W7","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F6W7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9DFH2","rad21a","jef","rad21a","sox9a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor sox9a (SRY-box transcription factor 9a) (Transcription factor SOX-9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q8AW58","rad21a","Q8AW58","rad21a","g2e3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q8AW58","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561Y1","rad21a","psmd4","rad21a","psmd4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","26S proteasome non-ATPase regulatory subunit 4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBM7","rad21a","F1QBM7","rad21a","dipk2ab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBM7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WWG2","rad21a","cip1","rad21a","cdkn1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cyclin-dependent kinase inhibitor 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A1D5NSR4","rad21a","A0A1D5NSR4","rad21a","chd9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A1D5NSR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q567Z6","rad21a","Q567Z6","rad21a","cript","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q567Z6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QW92","rad21a","F1QW92","rad21a","si:ch211-210c8.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QW92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8KBJ2","rad21a","A8KBJ2","rad21a","znf609b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8KBJ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7T009","rad21a","gatb","rad21a","dctpp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","dCTP pyrophosphatase 1 (EC 3.6.1.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GQM7","rad21a","zgc:91871","rad21a","bambib","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHM9","rad21a","rhoab","rad21a","rhoab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Rho-related GTP-binding protein RhoA-B","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q29R87","rad21a","Q29R87","rad21a","ehf","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q29R87","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F590","rad21a","E7F590","rad21a","vps41","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F590","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDM9","rad21a","F1QDM9","rad21a","apodb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QDM9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LWH6","rad21a","si:dkeyp-84a8.8","rad21a","fam207a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Family with sequence similarity 207 member A (Protein FAM207A) (Si:dkeyp-84a8.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5PRC0","rad21a","Q5PRC0","rad21a","ch25h","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5PRC0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IPH8","rad21a","A0A0R4IPH8","rad21a","txnrd3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IPH8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q7H6","rad21a","nxf1","rad21a","nxf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear RNA export factor 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S5M3","rad21a","B0S5M3","rad21a","osbpl11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0S5M3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYY2","rad21a","si:ch211-92l17.2","rad21a","exoc4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Exocyst complex component Sec8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUV8","rad21a","Q1LUV8","rad21a","trappc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LUV8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4V9","rad21a","si:ch211-42i9.8","rad21a","si:ch211-42i9.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WE67","rad21a","H0WE67","rad21a","znf1079","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WE67","tf-link","27924024","regulates","txid7955" +"Q6TEL1","H0WF90","rad21a","H0WF90","rad21a","znf1047","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","H0WF90","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q561X2","rad21a","sb:cb294","rad21a","tmed9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVI3","rad21a","wu:fi15a09","rad21a","rhoq","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","D6RRB7","rad21a","MKK7","rad21a","map2k7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","mitogen-activated protein kinase kinase (EC 2.7.12.2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F7V9","rad21a","E7F7V9","rad21a","si:dkey-33c14.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F7V9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RCW3","rad21a","F1RCW3","rad21a","faah","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RCW3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8J0","rad21a","rnpc3","rad21a","rnpc3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RNA-binding region-containing protein 3 (RNA-binding protein 40)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RAT9","rad21a","zgc:194204","rad21a","naa30","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IIZ9","rad21a","A0A0R4IIZ9","rad21a","si:zfos-128g4.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IIZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F1C9","rad21a","E7F1C9","rad21a","zmp:0000000529","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F1C9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8DZ53","rad21a","A8DZ53","rad21a","cep126","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8DZ53","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A483","rad21a","B8A483","rad21a","phf3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A483","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QV73","rad21a","F1QV73","rad21a","ino80b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QV73","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PTH5","rad21a","fk89d05","rad21a","psme1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Proteasome activator complex subunit 1 (Proteasome activator 28 subunit alpha)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WV38","rad21a","A5WV38","rad21a","si:ch211-209a2.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WV38","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QSV0","rad21a","F1QSV0","rad21a","ecsit","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QSV0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q885","rad21a","Melanocyte-inducing transcription factor b","rad21a","mitfb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Melanocyte-inducing transcription factor b (Microphthalmia-associated transcription factor)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A8E7L6","rad21a","A8E7L6","rad21a","nudcd1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A8E7L6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QQ37","rad21a","F1QQ37","rad21a","birc7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QQ37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAT9","rad21a","Thyroid hormone receptor alpha b","rad21a","thrab","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Thyroid hormone receptor alpha b (Thyroid hormone receptor alpha isoform X3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","I3IRW4","rad21a","I3IRW4","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","I3IRW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0JMF4","rad21a","sept7b","rad21a","sept15","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Septin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P101","rad21a","Q6P101","rad21a","slc35b2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P101","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q66I11","rad21a","zgc:92102","rad21a","nt5c2l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBK8","rad21a","fc59b02","rad21a","c1galt1c1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","C1GALT1-specific chaperone 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9ULS8","rad21a","A9ULS8","rad21a","phtf1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A9ULS8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4I9L2","rad21a","A0A0R4I9L2","rad21a","cwf19l2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4I9L2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QTS9","rad21a","F1QTS9","rad21a","mrto4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QTS9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4T8","rad21a","ph1","rad21a","phc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBM2","rad21a","F1QBM2","rad21a","pdcd4a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBM2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGG2","rad21a","A2BGG2","rad21a","zfr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGG2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6P8U0","rad21a","F6P8U0","rad21a","iqcd","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6P8U0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RYP8","rad21a","A0A2R8RYP8","rad21a","efhc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RYP8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4W0","rad21a","E7F4W0","rad21a","pprc1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F4W0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IK07","rad21a","si:ch211-208k15.1","rad21a","tsnare1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QGN2","rad21a","E9QGN2","rad21a","mlh3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QGN2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R502","rad21a","F1R502","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R502","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F7H0","rad21a","E7F7H0","rad21a","map9","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F7H0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q5E7","rad21a","XPD","rad21a","ercc2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LWH1","rad21a","im:6906552","rad21a","rps16","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JJ32","rad21a","B8JJ32","rad21a","sfxn3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JJ32","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LUE7","rad21a","si:ch211-218c6.5","rad21a","chtf8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1A5V5","rad21a","A1A5V5","rad21a","f2rl1.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A1A5V5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q91430","rad21a","svp[40]","rad21a","nr2f2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IB92","rad21a","A0A0R4IB92","rad21a","trpm5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IB92","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVE8","rad21a","sf3b3","rad21a","sf3b3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Splicing factor 3B subunit 3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RLB4","rad21a","A0A2R8RLB4","rad21a","slc25a42","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RLB4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FDM3","rad21a","Retinoblastoma-like 2","rad21a","rbl2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Retinoblastoma-like 2 (p130) (Retinoblastoma-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAD7","rad21a","U3JAD7","rad21a","si:ch73-81k8.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JAD7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6GMK0","rad21a","Q6GMK0","rad21a","mgat4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6GMK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4V4","rad21a","B8A4V4","rad21a","wrap73","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4V4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUU3","rad21a","F1QUU3","rad21a","aamp","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUU3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QNB2","rad21a","F1QNB2","rad21a","pomgnt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QNB2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LXG3","rad21a","Q1LXG3","rad21a","tbc1d20","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LXG3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803J2","rad21a","ube2n","rad21a","ube2na","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QXU6","rad21a","F1QXU6","rad21a","rnf40","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QXU6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EZM5","rad21a","E7EZM5","rad21a","si:dkey-274m17.3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EZM5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QI13","rad21a","A0A2R8QI13","rad21a","prmt3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QI13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F251","rad21a","phosphatidylinositol-4,5-bisphosphate 3-kinase","rad21a","pik3cb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0Z9","rad21a","im:7149072","rad21a","itsn2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Intersectin 2b (Intersectin-2)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q90259","rad21a","ascl1a","rad21a","ascl1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LVD9","rad21a","Q1LVD9","rad21a","tmem115","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LVD9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QZ81","rad21a","F1QZ81","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QZ81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q58EQ3","rad21a","Q58EQ3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q58EQ3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A1L1U9","rad21a","A1L1U9","rad21a","traf7","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A1L1U9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1JQ22","rad21a","non-specific serine/threonine protein kinase","rad21a","map4k6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q981","rad21a","F1Q981","rad21a","tshr","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q981","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WHR0","rad21a","X1WHR0","rad21a","si:ch211-151m7.6","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WHR0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QCX7","rad21a","A0A2R8QCX7","rad21a","aadat","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QCX7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JI13","rad21a","B8JI13","rad21a","atrn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JI13","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IRZ9","rad21a","A0A0R4IRZ9","rad21a","plxnb1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IRZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8JMC2","rad21a","B8JMC2","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8JMC2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TZ80","rad21a","hook1","rad21a","hook1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein Hook homolog 1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2CEM4","rad21a","A2CEM4","rad21a","atl3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2CEM4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TEL0","rad21a","mtmr8","rad21a","mtmr8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Myotubularin-related protein 8 (Myotubularin-related protein 6) (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F242","rad21a","E7F242","rad21a","zfyve1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F242","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FEZ9","rad21a","E7FEZ9","rad21a","atox1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FEZ9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4F2","rad21a","B8A4F2","rad21a","si:dkey-15f17.8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4F2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7EYL5","rad21a","E7EYL5","rad21a","adamts15b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7EYL5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PHH3","rad21a","pdcd10a","rad21a","pdcd10a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Programmed cell death protein 10-A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B2KL77","rad21a","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","rad21a","smarcd3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","R4GEY3","rad21a","Histone H1-like","rad21a","si:ch211-113a14.18","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Histone H1-like (Si:ch211-113a14.18)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1LV47","rad21a","Q1LV47","rad21a","nol8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1LV47","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QCJ2","rad21a","E9QCJ2","rad21a","si:dkey-22h13.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QCJ2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IAJ8","rad21a","A0A0R4IAJ8","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IAJ8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q29RD8","rad21a","glcel","rad21a","glcea","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","heparosan-N-sulfate-glucuronate 5-epimerase (EC 5.1.3.17)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QM06","rad21a","A0A2R8QM06","rad21a","sdccag8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QM06","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q9F5","rad21a","F1Q9F5","rad21a","ipo13","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q9F5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2BGD5","rad21a","A2BGD5","rad21a","calcoco1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A2BGD5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V9I8","rad21a","Q4V9I8","rad21a","ube2g2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V9I8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NTK8","rad21a","F6NTK8","rad21a","foxg1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NTK8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A5WVR3","rad21a","A5WVR3","rad21a","tsnaxip1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A5WVR3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZR5","rad21a","Cohesin subunit SA","rad21a","stag2b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RNU6","rad21a","A0A2R8RNU6","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RNU6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8U8","rad21a","Q1L8U8","rad21a","setdb1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8U8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0S696","rad21a","im:7137114","rad21a","tbc1d25","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","TBC1 domain family member 25 (TBC1 domain family, member 25)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8F5","rad21a","Q1L8F5","rad21a","cnot4b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8F5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F2A7","rad21a","E7F2A7","rad21a","slc19a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F2A7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803Y0","rad21a","Q803Y0","rad21a","chp2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q803Y0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q68EK9","rad21a","cdc26","rad21a","cdc26","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9JRC0","rad21a","zgc:172085","rad21a","nab2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","NGFI-A-binding protein 2 (Zgc:172085 protein)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ILY2","rad21a","A0A0R4ILY2","rad21a","dtx3l2.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4ILY2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4ISY9","rad21a","si:ch73-157i16.3","rad21a","gga3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ADP-ribosylation factor-binding protein GGA3 isoform X1 (Golgi-associated, gamma adaptin ear-containing, ARF-binding protein 3b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A662","rad21a","B8A662","rad21a","rnf11a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A662","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6DHI8","rad21a","zgc:92283","rad21a","rgp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","GP1 homolog, RAB6A GEF complex partner 1 (RAB6A-GEF complex partner protein 2) (RGP1 retrograde golgi transport homolog (S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IH76","rad21a","numa1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Nuclear mitotic apparatus protein 1 (Wu:fb44b02)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QTC2","rad21a","cb444","rad21a","ppp1r3ca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q6TEL1","K7DY07","rad21a","K7DY07","rad21a","hace1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","K7DY07","tf-link","27924024","regulates","txid7955" +"Q6TEL1","U3JAR6","rad21a","U3JAR6","rad21a","afap1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","U3JAR6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PFT7","rad21a","Q6PFT7","rad21a","cotl1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PFT7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1XHK0","rad21a","fb13f09","rad21a","nr3c1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A539","rad21a","B8A539","rad21a","rdh12","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A539","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WBL5","rad21a","X1WBL5","rad21a","si:ch211-135n15.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WBL5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QUC3","rad21a","F1QUC3","rad21a","nkx6.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QUC3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B0JZJ0","rad21a","B0JZJ0","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B0JZJ0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A4QNY5","rad21a","A4QNY5","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A4QNY5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q05AK8","rad21a","Q05AK8","rad21a","ano9a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q05AK8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R0K1","rad21a","TCF-1","rad21a","elk4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","ETS domain-containing protein Elk-4 isoform 1 (ETS transcription factor ELK4)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F6NLW6","rad21a","F6NLW6","rad21a","si:ch211-242b18.1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F6NLW6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A140LG76","rad21a","A0A140LG76","rad21a","aldh4a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A140LG76","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q8U2","rad21a","F1Q8U2","rad21a","ubqln4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q8U2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCK0","rad21a","F1QCK0","rad21a","si:ch73-139e5.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCK0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BG7","rad21a","scoca","rad21a","scoca","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Short coiled-coil protein A","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QEZ5","rad21a","F1QEZ5","rad21a","slc27a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QEZ5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QDK1","rad21a","zgc:162873","rad21a","mon1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Vacuolar fusion protein MON1 homolog","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PFS8","rad21a","Q6PFS8","rad21a","eif4ebp1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6PFS8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q9PUE4","rad21a","copg2","rad21a","copg2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QBH7","rad21a","F1QBH7","rad21a","nfic","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QBH7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A9C3T0","rad21a","wu:fb55f12","rad21a","prkar2aa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","cAMP-dependent protein kinase type II-alpha regulatory subunit","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8RW81","rad21a","A0A2R8RW81","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8RW81","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1MTK5","rad21a","Q1MTK5","rad21a","nuak2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1MTK5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0N4SUE5","rad21a","A0A0N4SUE5","rad21a","si:dkey-43f9.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0N4SUE5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F114","rad21a","Protein transport protein Sec31A isoform X3","rad21a","sec31b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6NW98","rad21a","zgc:85873","rad21a","aaas","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Achalasia, adrenocortical insufficiency, alacrimia (Aladin)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV37","rad21a","Q7ZV37","rad21a","ppme1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7ZV37","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P3M0","rad21a","slc30a1","rad21a","slc30a1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Solute carrier family 30 (Zinc transporter), member 1 (Solute carrier family 30 member 1a) (Zinc transporter 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FAV9","rad21a","E7FAV9","rad21a","mov10a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FAV9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A286YBY1","rad21a","A0A286YBY1","rad21a","trim67","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A286YBY1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QDY1","rad21a","E9QDY1","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QDY1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVS6","rad21a","gats","rad21a","castor2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TGW9","rad21a","NEIL1","rad21a","neil1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0G2KFQ1","rad21a","A0A0G2KFQ1","rad21a","iqgap3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0G2KFQ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QPC9","rad21a","A0A2R8QPC9","rad21a","idh3b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QPC9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R1J3","rad21a","F1R1J3","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R1J3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P0X9","rad21a","orc5l","rad21a","orc5","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1R6M0","rad21a","F1R6M0","rad21a","lrrc34","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1R6M0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IZE6","rad21a","zgc:172341","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZE8","rad21a","Q7SZE8","rad21a","tnfaip8l1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZE8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QCJ1","rad21a","F1QCJ1","rad21a","plekhm2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QCJ1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6PFU1","rad21a","cd81","rad21a","cd81a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Tetraspanin","tf-link","27924024","regulates","txid7955" +"Q6TEL1","O42222","rad21a","mstnb","rad21a","mstnb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Growth/differentiation factor 8 (GDF-8) (Myostatin) (Myostatin-1) (zfMSTN-1) (Myostatin-B)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IVE2","rad21a","A0A0R4IVE2","rad21a","usp10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IVE2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IFJ4","rad21a","PYCa","rad21a","pcxa","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Pyruvate carboxylase (EC 6.4.1.1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RA22","rad21a","F1RA22","rad21a","eif3ja","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RA22","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1RDR4","rad21a","F1RDR4","rad21a","arl15b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1RDR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q4V8X0","rad21a","Q4V8X0","rad21a","tpra1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q4V8X0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QC64","rad21a","E9QC64","rad21a","slc31a2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QC64","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZVB5","rad21a","wu:fa18f04","rad21a","snrpd3l","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A2RRV4","rad21a","zgc:158266","rad21a","klhl8","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Kelch-like 8 (Drosophila) (Kelch-like family member 8) (Kelch-like protein 8)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IKK1","rad21a","A0A0R4IKK1","rad21a","arhgap12b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IKK1","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q5TYR4","rad21a","Q5TYR4","rad21a","rdh14b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q5TYR4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QMK9","rad21a","A0A2R8QMK9","rad21a","tjp1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P296","rad21a","Q6P296","rad21a","chsy1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q6P296","tf-link","27924024","regulates","txid7955" +"Q6TEL1","X1WEL3","rad21a","X1WEL3","rad21a","si:dkey-7j22.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","X1WEL3","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FBW4","rad21a","E7FBW4","rad21a","lrrc28","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FBW4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QX16","rad21a","F1QX16","rad21a","agpat4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QX16","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QFI9","rad21a","A0A2R8QFI9","rad21a","-","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QFI9","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B3DIQ6","rad21a","B3DIQ6","rad21a","slc35a1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B3DIQ6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QSD4","rad21a","A0A2R8QSD4","rad21a","si:dkey-77f5.11","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QSD4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A2R8QDI7","rad21a","A0A2R8QDI7","rad21a","pxdn","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A2R8QDI7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1REC2","rad21a","F1REC2","rad21a","sept7a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1REC2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8E1","rad21a","si:ch211-246f9.1","rad21a","rad21b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Double-strand-break repair protein rad21 homolog (RAD21 cohesin complex component b)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q08BV5","rad21a","zgc:154097","rad21a","rangap1a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7SZ56","rad21a","Q7SZ56","rad21a","tmem218","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q7SZ56","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7F4R0","rad21a","E7F4R0","rad21a","afdna","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7F4R0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q803G0","rad21a","Q803G0","rad21a","erlec1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q803G0","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E9QIX7","rad21a","E9QIX7","rad21a","plekho1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E9QIX7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L946","rad21a","Q1L946","rad21a","si:ch211-212o1.2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L946","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q98UK5","rad21a","mafb","rad21a","mafb","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1Q6A7","rad21a","F1Q6A7","rad21a","agbl4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1Q6A7","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0R4IYY6","rad21a","A0A0R4IYY6","rad21a","si:dkey-31g6.4","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0R4IYY6","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FGJ4","rad21a","E7FGJ4","rad21a","lman2la","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FGJ4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q7ZV50","rad21a","magt1","rad21a","magt1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","A0A0A0MPG5","rad21a","A0A0A0MPG5","rad21a","plxna3","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","A0A0A0MPG5","tf-link","27924024","regulates","txid7955" +"Q6TEL1","F1QAF8","rad21a","F1QAF8","rad21a","lrrc47","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","F1QAF8","tf-link","27924024","regulates","txid7955" +"Q6TEL1","E7FCX4","rad21a","E7FCX4","rad21a","tsr1","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","E7FCX4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q1L8T4","rad21a","Q1L8T4","rad21a","tuft1b","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Q1L8T4","tf-link","27924024","regulates","txid7955" +"Q6TEL1","B8A4S2","rad21a","B8A4S2","rad21a","tsga10","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","B8A4S2","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6P5L3","rad21a","rpl19","rad21a","rpl19","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","tf-link","27924024","regulates","txid7955" +"Q6TEL1","Q6TEL1","rad21a","rad21a","rad21a","rad21a","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","tf-link","27924024","regulates","txid7955" +"Q8JIS6","E7F7I8","tbx6","E7F7I8","tbx6","nkain4","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","E7F7I8","tf-link","27924024","regulates","txid7955" +"Q8JIS6","E7FEZ0","tbx6","E7FEZ0","tbx6","plekhn1","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","E7FEZ0","tf-link","27924024","regulates","txid7955" +"Q8JIS6","B8JKP6","tbx6","B8JKP6","tbx6","greb1l","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","B8JKP6","tf-link","27924024","regulates","txid7955" +"Q8JIS6","F1QN21","tbx6","F1QN21","tbx6","ripply1","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","F1QN21","tf-link","27924024","regulates","txid7955" +"Q8JIS6","E7FCU0","tbx6","npm1","tbx6","npm1a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"Q8JIS6","A2BFU3","tbx6","A2BFU3","tbx6","atf5a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","A2BFU3","tf-link","27924024","regulates","txid7955" +"Q8JIS6","F1QGH7","tbx6","ctnnb1","tbx6","ctnnb1","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q8JIS6","I2AVW0","tbx6","I2AVW0","tbx6","mespbb","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","I2AVW0","tf-link","27924024","regulates","txid7955" +"Q8JIS6","F1R8E2","tbx6","lep","tbx6","ptch1","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Protein patched homolog 1","tf-link","27924024","regulates","txid7955" +"Q8JIS6","A8WGN2","tbx6","A8WGN2","tbx6","cpn1","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","A8WGN2","tf-link","27924024","regulates","txid7955" +"Q8JIS6","Q7ZUP0","tbx6","anp32a","tbx6","anp32a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","Acidic leucine-rich nuclear phosphoprotein 32 family member A","tf-link","27924024","regulates","txid7955" +"Q8JIS6","A4FVK4","tbx6","rab8","tbx6","rab8a","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","tf-link","27924024","regulates","txid7955" +"Q8JIS6","A4FTT3","tbx6","A4FTT3","tbx6","rbpja","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","A4FTT3","tf-link","27924024","regulates","txid7955" +"Q8JIS6","E7FCI0","tbx6","E7FCI0","tbx6","spink4","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","E7FCI0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QNW3","eom","F1QNW3","eomesa","rtel1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QNW3","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5SNQ6","eom","si:dkey-12h9.4","eomesa","gtf2h5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","General transcription and DNA repair factor IIH subunit TFB5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0H2UKN4","eom","A0A0H2UKN4","eomesa","utrn","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0H2UKN4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QXP0","eom","vash1","eomesa","vash1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Vasohibin-1","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FG65","eom","E7FG65","eomesa","dennd3a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FG65","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FCU1","eom","E7FCU1","eomesa","lrp10","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FCU1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QB62","eom","A0A2R8QB62","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QB62","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IPM5","eom","A0A0R4IPM5","eomesa","sp6","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IPM5","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6NYV1","eom","zgc:65867","eomesa","psmd3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","26S proteasome non-ATPase regulatory subunit 3 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 3) (Proteasome 26S subunit, non-ATPase 3)","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FBR3","eom","E7FBR3","eomesa","si:dkey-162b23.4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FBR3","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QFD4","eom","F1QFD4","eomesa","si:dkey-84j12.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QFD4","tf-link","27924024","regulates","txid7955" +"Q98TU2","M9MMA2","eom","M9MMA2","eomesa","si:ch211-129c21.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","M9MMA2","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q76LC6","eom","rbm24","eomesa","rbm24","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","RNA-binding protein 24 (RNA-binding motif protein 24) (RNA-binding protein SEB-4)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IYB8","eom","A0A0R4IYB8","eomesa","abl2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IYB8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F6P784","eom","zgc:194112","eomesa","ccl19a.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","C-C motif chemokine 19-like precursor (Chemokine (C-C motif) ligand 19a, tandem duplicate 2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R1P9","eom","F1R1P9","eomesa","thbs4b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R1P9","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5XJJ0","eom","Q5XJJ0","eomesa","mgst1.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5XJJ0","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FAA1","eom","E7FAA1","eomesa","si:ch211-157c3.4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FAA1","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q9DDJ0","eom","ube2ib","eomesa","ube2ib","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R0R1","eom","F1R0R1","eomesa","brd8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R0R1","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R738","eom","F1R738","eomesa","si:ch1073-416j23.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R738","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F6Y7","eom","DNA polymerase kappa","eomesa","polk","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","DNA polymerase kappa","tf-link","27924024","regulates","txid7955" +"Q98TU2","B7ZCV1","eom","Neurexin 2a","eomesa","nrxn2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Neurexin 2a","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R953","eom","F1R953","eomesa","arvcfa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R953","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q6Z2","eom","F1Q6Z2","eomesa","ttll6","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1Q6Z2","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1L8L1","eom","nudt4","eomesa","nudt4a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q8AXX2","eom","tbx1","eomesa","tbx1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","T-box transcription factor TBX1 (T-box protein 1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WCS1","eom","X1WCS1","eomesa","si:dkey-16p21.8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","X1WCS1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QB05","eom","A0A2R8QB05","eomesa","tjp2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"Q98TU2","H0WEH4","eom","H0WEH4","eomesa","taar20c1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","H0WEH4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QMT1","eom","synpo","eomesa","synpo","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Synaptopodin","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QN45","eom","F1QN45","eomesa","si:dkey-88l16.3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QN45","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q7ZTI3","eom","rarab","eomesa","rarab","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F895","eom","E7F895","eomesa","adnpb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F895","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q8J2","eom","F1Q8J2","eomesa","ubr5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1Q8J2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IP15","eom","cb333","eomesa","neo1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Neogenin 1a (Neogenin isoform 1 precursor)","tf-link","27924024","regulates","txid7955" +"Q98TU2","E9QHN5","eom","E9QHN5","eomesa","tent5d","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E9QHN5","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RCV6","eom","F1RCV6","eomesa","vps39","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RCV6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QAX6","eom","A0A2R8QAX6","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QAX6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A9JTG0","eom","A9JTG0","eomesa","egr4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A9JTG0","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0J9YIW7","eom","A0A0J9YIW7","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F3V2","eom","E7F3V2","eomesa","hmcn2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F3V2","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q567Y4","eom","wu:fb10b03","eomesa","ndufb9","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 9 (Complex I-B22) (NADH-ubiquinone oxidoreductase B22 subunit)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ILE2","eom","A0A0R4ILE2","eomesa","trim35-7","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ILE2","tf-link","27924024","regulates","txid7955" +"Q98TU2","F2Z4T6","eom","F2Z4T6","eomesa","urm1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F2Z4T6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A9JTF1","eom","A9JTF1","eomesa","qkia","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A9JTF1","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LY92","eom","LOC555321","eomesa","xab2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q9PTF9","eom","Bmp7","eomesa","bmp7a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QSB9","eom","F1QSB9","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QSB9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5WUS3","eom","A5WUS3","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A5WUS3","tf-link","27924024","regulates","txid7955" +"Q98TU2","B2LT56","eom","B2LT56","eomesa","pitx1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B2LT56","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q90274","eom","sna-1","eomesa","snai1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QFN2","eom","F1QFN2","eomesa","auts2b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QFN2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QBK8","eom","A0A2R8QBK8","eomesa","slc18a3b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QBK8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QIN5","eom","F1QIN5","eomesa","dixdc1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QIN5","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q8AWR7","eom","Q8AWR7","eomesa","smad7","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q8AWR7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q649","eom","F1Q649","eomesa","tns1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1Q649","tf-link","27924024","regulates","txid7955" +"Q98TU2","E9QGM0","eom","E9QGM0","eomesa","si:dkey-237j11.3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E9QGM0","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F2A9","eom","E7F2A9","eomesa","lrrc4bb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F2A9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ICH9","eom","ATP-sensitive inward rectifier potassium channel 12-like","eomesa","kcnj12a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","ATP-sensitive inward rectifier potassium channel 12-like (Potassium inwardly rectifying channel subfamily J member 12a)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBT2","eom","DNA helicase","eomesa","chd4b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6DRP3","eom","fb37b08","eomesa","snw1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","SNW domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8RI31","eom","A0A2R8RI31","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8RI31","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBB7","eom","F1RBB7","eomesa","fam214b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RBB7","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KTI4","eom","slc12a2","eomesa","slc12a2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Solute carrier family 12 member 2 (Na-K-Cl cotransporter 1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QYE2","eom","tenc","eomesa","tnc","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Tenascin C (Tenascin isoform 2 precursor) (Tenascin isoform X1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QCY6","eom","F1QCY6","eomesa","si:dkey-285e18.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QCY6","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F006","eom","E7F006","eomesa","pitpnm3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F006","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F8T4","eom","E7F8T4","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F8T4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QVR4","eom","F1QVR4","eomesa","nrip1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QVR4","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LYE3","eom","Q1LYE3","eomesa","znf143","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1LYE3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5PMM3","eom","A5PMM3","eomesa","hspb3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A5PMM3","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QA77","eom","F1QA77","eomesa","il10rb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QA77","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7EXW8","eom","E7EXW8","eomesa","glg1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7EXW8","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q7SZ49","eom","sdr16c5","eomesa","sdr16c5b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Epidermal retinol dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q2MJQ9","eom","sth","eomesa","smyd1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","[histone H3]-lysine(4) N-trimethyltransferase (EC 2.1.1.354)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QGJ2","eom","B","eomesa","slc7a9","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B(0,+)-type amino acid transporter 1 (Solute carrier family 7 member 9)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5RIX5","eom","Q5RIX5","eomesa","bcap29","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5RIX5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4I9L7","eom","A0A0R4I9L7","eomesa","si:ch211-212k18.5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4I9L7","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FD83","eom","E7FD83","eomesa","sorcs2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FD83","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R0F8","eom","F1R0F8","eomesa","st8sia6","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R0F8","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6P0H4","eom","Q6P0H4","eomesa","rnf13","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6P0H4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2L5U6","eom","A0A0G2L5U6","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2L5U6","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R5H6","eom","brd4","eomesa","brd4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R1G3","eom","F1R1G3","eomesa","tmem131l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R1G3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A2CEW4","eom","A2CEW4","eomesa","atic","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A2CEW4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8Q869","eom","A0A2R8Q869","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8Q869","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5RHU7","eom","Q5RHU7","eomesa","mdm1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5RHU7","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q7SXR3","eom","maea","eomesa","maea","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4II01","eom","A0A0R4II01","eomesa","evlb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4II01","tf-link","27924024","regulates","txid7955" +"Q98TU2","A4JYI8","eom","A4JYI8","eomesa","fgfr2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A4JYI8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QB46","eom","wu:fk61c03","eomesa","camk1gb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Calcium/calmodulin-dependent protein kinase IG isoform X3 (Calcium/calmodulin-dependent protein kinase IGb)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8RP90","eom","A0A2R8RP90","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8RP90","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QPF8","eom","A0A2R8QPF8","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QPF8","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6P0U4","eom","Q6P0U4","eomesa","cldna","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6P0U4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5PM68","eom","A5PM68","eomesa","ptbp2b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A5PM68","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ITE5","eom","A0A0R4ITE5","eomesa","mef2cb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ITE5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8PXX2","eom","A0A2R8PXX2","eomesa","pebp4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8PXX2","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F2Y6","eom","E7F2Y6","eomesa","abca1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F2Y6","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBI8","eom","F1RBI8","eomesa","si:ch211-149k23.9","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RBI8","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QND4","eom","A0A2R8QND4","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QND4","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7EY34","eom","AKT1 substrate 1","eomesa","akt1s1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QJS9","eom","F1QJS9","eomesa","her5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QJS9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R9YJI0","eom","A0A2R9YJI0","eomesa","rab34b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QRV9","eom","F1QRV9","eomesa","si:dkey-61p9.7","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QRV9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A286Y9S9","eom","A0A286Y9S9","eomesa","tiam2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A286Y9S9","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QM47","eom","F1QM47","eomesa","c7a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QM47","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R7R6","eom","F1R7R6","eomesa","kcnf1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R7R6","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q688","eom","F1Q688","eomesa","cavin2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1Q688","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KZ32","eom","A0A0G2KZ32","eomesa","zmp:0000001327","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KZ32","tf-link","27924024","regulates","txid7955" +"Q98TU2","A1A5W9","eom","A1A5W9","eomesa","sowahcb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A1A5W9","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F6W7","eom","E7F6W7","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F6W7","tf-link","27924024","regulates","txid7955" +"Q98TU2","A8KBJ2","eom","A8KBJ2","eomesa","znf609b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A8KBJ2","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F458","eom","E7F458","eomesa","tp53inp2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F458","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IHE6","eom","A0A0R4IHE6","eomesa","si:dkey-72l17.5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IHE6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A8WHX1","eom","A8WHX1","eomesa","armc8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A8WHX1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A2CF03","eom","si:dkey-286f3.7","eomesa","las1l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q803L0","eom","Q803L0","eomesa","lin28a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q803L0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QSV0","eom","F1QSV0","eomesa","ecsit","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QSV0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QPD2","eom","F1QPD2","eomesa","kdm4c","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QPD2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5WWD5","eom","man1b1","eomesa","man1b1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F8W2K2","eom","F8W2K2","eomesa","sema4aa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F8W2K2","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBS6","eom","F1RBS6","eomesa","nme2b.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RBS6","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F857","eom","E7F857","eomesa","si:ch1073-111c8.3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F857","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KJG9","eom","A0A0G2KJG9","eomesa","gpr180","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KJG9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2L5F9","eom","A0A0G2L5F9","eomesa","cfi","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2L5F9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0J9YJ67","eom","A0A0J9YJ67","eomesa","bif1.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5SPF7","eom","Q5SPF7","eomesa","unc93a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5SPF7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F8W5K0","eom","F8W5K0","eomesa","si:ch1073-441p17.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F8W5K0","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WEK9","eom","X1WEK9","eomesa","kif28","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","X1WEK9","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QBJ0","eom","F1QBJ0","eomesa","kazald2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QBJ0","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5SNV2","eom","LOC566668","eomesa","cx28.8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Connexin 28.8 (Gap junction beta-7 protein) (Novel protein similar to connexin family) (Similar to gap junction membrane channel protein beta 4)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F6NJU6","eom","F6NJU6","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F6NJU6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A9JT21","eom","A9JT21","eomesa","ctps1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A9JT21","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q3B747","eom","zgc:123314","eomesa","apooa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","MICOS complex subunit","tf-link","27924024","regulates","txid7955" +"Q98TU2","B3DIQ6","eom","B3DIQ6","eomesa","slc35a1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B3DIQ6","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QGH7","eom","ctnnb1","eomesa","ctnnb1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6PFS3","eom","cacng2","eomesa","cacng2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Voltage-dependent calcium channel gamma-2 subunit","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IKK1","eom","A0A0R4IKK1","eomesa","arhgap12b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IKK1","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WBY5","eom","Chromobox homolog 6b","eomesa","cbx6b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Chromobox homolog 6b","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8Q3Y5","eom","A0A2R8Q3Y5","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8Q3Y5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A1D5NSR8","eom","A0A1D5NSR8","eomesa","si:cabz01102082.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A1D5NSR8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RC10","eom","F1RC10","eomesa","igsf9ba","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RC10","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KCJ9","eom","A0A0G2KCJ9","eomesa","LOC101884131","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KCJ9","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1MT77","eom","Q1MT77","eomesa","hspa12a.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1MT77","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1MT90","eom","Q1MT90","eomesa","pex5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1MT90","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IU60","eom","A0A0R4IU60","eomesa","slit1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IU60","tf-link","27924024","regulates","txid7955" +"Q98TU2","B3DKA1","eom","B3DKA1","eomesa","dntt","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B3DKA1","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1MTG4","eom","Q1MTG4","eomesa","si:dkey-286j15.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1MTG4","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q9I9C8","eom","cb237","eomesa","sox11a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QKX3","eom","F1QKX3","eomesa","slc11a2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QKX3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8Q868","eom","A0A2R8Q868","eomesa","mau2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8Q868","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KXP0","eom","A0A0G2KXP0","eomesa","mib2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KXP0","tf-link","27924024","regulates","txid7955" +"Q98TU2","B8JHX2","eom","si:ch211-74m13.3","eomesa","icam3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WHH5","eom","X1WHH5","eomesa","ms4a17a.5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","X1WHH5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QJ07","eom","A0A2R8QJ07","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QJ07","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QJ20","eom","A0A2R8QJ20","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QJ20","tf-link","27924024","regulates","txid7955" +"Q98TU2","A8B6E8","eom","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","eomesa","cacna1eb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A2BHK7","eom","A2BHK7","eomesa","si:dkey-58f10.13","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A2BHK7","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q7T2W1","eom","Q7T2W1","eomesa","sp5l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q7T2W1","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F1Y3","eom","E7F1Y3","eomesa","cyp2y3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F1Y3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4I9R7","eom","A0A0R4I9R7","eomesa","muc5.3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4I9R7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R9D7","eom","F1R9D7","eomesa","phactr1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R9D7","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8PW68","eom","A0A2R8PW68","eomesa","grip1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8PW68","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WBT0","eom","X1WBT0","eomesa","si:dkey-105h12.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","X1WBT0","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5WV68","eom","LOC100005064","eomesa","tsen15","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Similar to chromosome 1 open reading frame 19 (TSEN15 tRNA-splicing endonuclease subunit) (tRNA-splicing endonuclease subunit Sen15)","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F7I7","eom","E7F7I7","eomesa","si:ch211-196h16.12","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F7I7","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F9Z5","eom","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1","eomesa","nfatc2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Nuclear factor of activated T-cells, cytoplasmic 2 isoform X1 (Nuclear factor of-activated T cells 2a)","tf-link","27924024","regulates","txid7955" +"Q98TU2","B7ZD46","eom","B7ZD46","eomesa","kat6b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B7ZD46","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IJK4","eom","A0A0R4IJK4","eomesa","rp9","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IJK4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KUJ0","eom","A0A0G2KUJ0","eomesa","cct2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KUJ0","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WHD4","eom","Corticotropin-releasing factor receptor 1","eomesa","crhr1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Corticotropin-releasing factor receptor 1","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0R0B2","eom","B0R0B2","eomesa","foxd5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B0R0B2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QJ57","eom","A0A2R8QJ57","eomesa","ranbp2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QJ57","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QCM6","eom","F1QCM6","eomesa","si:ch211-159i8.4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QCM6","tf-link","27924024","regulates","txid7955" +"Q98TU2","X1WCB1","eom","X1WCB1","eomesa","bach2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","X1WCB1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IAZ9","eom","A0A0R4IAZ9","eomesa","sec24c","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IAZ9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A3RK75","eom","foxo1b","eomesa","foxo1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Forkhead box protein O1-B","tf-link","27924024","regulates","txid7955" +"Q98TU2","A2CF10","eom","A2CF10","eomesa","hapln2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A2CF10","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F8Y0","eom","BICRA-like chromatin-remodeling complex-associated protein","eomesa","bicral","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LYG7","eom","Q1LYG7","eomesa","btbd2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1LYG7","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F144","eom","E7F144","eomesa","rap2aa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F144","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5TYX1","eom","bon","eomesa","mixl1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A9JTE3","eom","A9JTE3","eomesa","nckap5l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A9JTE3","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q2THW0","eom","Q2THW0","eomesa","zdhhc5a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q2THW0","tf-link","27924024","regulates","txid7955" +"Q98TU2","D2CFN3","eom","si:dkey-178j17.2","eomesa","adcy5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","adenylate cyclase (EC 4.6.1.1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IUU2","eom","A0A0R4IUU2","eomesa","fkbp15a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IUU2","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R7N8","eom","F1R7N8","eomesa","ttn.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R7N8","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IDB7","eom","A0A0R4IDB7","eomesa","cdc42bpaa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IDB7","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q90Z68","eom","Q90Z68","eomesa","irx3a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q90Z68","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QIZ5","eom","A0A2R8QIZ5","eomesa","tenm4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QIZ5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2L009","eom","A0A0G2L009","eomesa","dync1h1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2L009","tf-link","27924024","regulates","txid7955" +"Q98TU2","F8W5H6","eom","zgc:136403","eomesa","mcph1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Microcephalin","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F7Q7","eom","E7F7Q7","eomesa","LOC100333939","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F7Q7","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0S5V5","eom","B0S5V5","eomesa","ctdsp1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B0S5V5","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QX32","eom","RAS protein activator-like 2","eomesa","rasal2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q641M4","eom","Q641M4","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q641M4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A4QP78","eom","cnot11","eomesa","cnot11","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","CCR4-NOT transcription complex subunit 11","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QFM3","eom","A0A2R8QFM3","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QFM3","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QXR2","eom","F1QXR2","eomesa","maml3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QXR2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R9YJI3","eom","A0A2R9YJI3","eomesa","gpr22a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R9YJI3","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5PR98","eom","Q5PR98","eomesa","ndrg2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5PR98","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F520","eom","E7F520","eomesa","tiam1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F520","tf-link","27924024","regulates","txid7955" +"Q98TU2","M1ZML1","eom","M1ZML1","eomesa","nanos2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","M1ZML1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A286YAJ7","eom","A0A286YAJ7","eomesa","abi1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A286YAJ7","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6NWF6","eom","krt8","eomesa","krt8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Keratin, type II cytoskeletal 8 (Cytokeratin-8) (CK-8) (Keratin-8) (K8)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IN61","eom","A0A0R4IN61","eomesa","si:ch73-173p19.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IN61","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FAS5","eom","E7FAS5","eomesa","rmc1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FAS5","tf-link","27924024","regulates","txid7955" +"Q98TU2","E9QGT7","eom","E9QGT7","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E9QGT7","tf-link","27924024","regulates","txid7955" +"Q98TU2","G1K2X0","eom","G1K2X0","eomesa","ttn.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","G1K2X0","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0N4STW2","eom","A0A0N4STW2","eomesa","si:ch73-359m17.11","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0N4STW2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IDF6","eom","A0A0R4IDF6","eomesa","nbeal1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IDF6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5PF53","eom","arhgap35","eomesa","arhgap35b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Rho GTPase-activating protein 35","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8Q687","eom","A0A2R8Q687","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8Q687","tf-link","27924024","regulates","txid7955" +"Q98TU2","F8W451","eom","F8W451","eomesa","mllt10","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F8W451","tf-link","27924024","regulates","txid7955" +"Q98TU2","R4GDR2","eom","im:7148817","eomesa","snrpb2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QSZ7","eom","F1QSZ7","eomesa","gpr185b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QSZ7","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0S5R4","eom","B0S5R4","eomesa","ifngr2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B0S5R4","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FDT2","eom","E7FDT2","eomesa","neurl4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FDT2","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IY63","eom","A0A0R4IY63","eomesa","cngb3.1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IY63","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IGD7","eom","A0A0R4IGD7","eomesa","plcd1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IGD7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QLE8","eom","F1QLE8","eomesa","smim8","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QLE8","tf-link","27924024","regulates","txid7955" +"Q98TU2","A3KNN3","eom","A3KNN3","eomesa","lrrc3b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A3KNN3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ITS3","eom","A0A0R4ITS3","eomesa","tpbga","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QB15","eom","F1QB15","eomesa","rab38b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QB15","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QCB2","eom","F1QCB2","eomesa","cxcr4a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QCB2","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6TH15","eom","eif3d","eomesa","eif3d","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R860","eom","F1R860","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R860","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R4D0","eom","F1R4D0","eomesa","acvr2aa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R4D0","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R9YJL1","eom","A0A2R9YJL1","eomesa","mdh1aa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R9YJL1","tf-link","27924024","regulates","txid7955" +"Q98TU2","F2Z4W7","eom","F2Z4W7","eomesa","vsig10","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F2Z4W7","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2L836","eom","A0A0G2L836","eomesa","nid1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2L836","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6P116","eom","Q6P116","eomesa","rcor2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6P116","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IRF2","eom","A0A0R4IRF2","eomesa","clca1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IRF2","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBH5","eom","F1RBH5","eomesa","cog7","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RBH5","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LXI7","eom","etID35223.22","eomesa","klf2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Krueppel-like factor 2 (Kruppel-like factor 2a)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KWW0","eom","A0A0G2KWW0","eomesa","efna5b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KWW0","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FB00","eom","Synaptotagmin-like 5","eomesa","sytl5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RD85","eom","F1RD85","eomesa","loxl3a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RD85","tf-link","27924024","regulates","txid7955" +"Q98TU2","B8JKD5","eom","CYP1B","eomesa","cyp1b1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Cytochrome P450 1A (EC 1.14.14.1)","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FAN0","eom","E7FAN0","eomesa","cc2d1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FAN0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R9R4","eom","F1R9R4","eomesa","ccnd2a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R9R4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QK14","eom","F1QK14","eomesa","trmt1l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QK14","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ILJ4","eom","A0A0R4ILJ4","eomesa","si:ch73-335m24.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ILJ4","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0S5J7","eom","cb971","eomesa","asph","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Aspartate beta-hydroxylase (EC 1.14.11.16)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QHM9","eom","z6-4phr","eomesa","cry5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Cryptochrome circadian clock 5 isoform X1 (Cryptochrome circadian regulator 5)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R2L8","eom","si:ch211-214k9.2","eomesa","ddx1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QLP5","eom","F1QLP5","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QLP5","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QXU7","eom","F1QXU7","eomesa","skila","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QXU7","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IG34","eom","A0A0R4IG34","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RCV0","eom","F1RCV0","eomesa","abcc2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RCV0","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F142","eom","E7F142","eomesa","tlcd5a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F142","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q4VJ28","eom","Q4VJ28","eomesa","lmx1ba","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q4VJ28","tf-link","27924024","regulates","txid7955" +"Q98TU2","B8JKP6","eom","B8JKP6","eomesa","greb1l","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B8JKP6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QA12","eom","A0A2R8QA12","eomesa","cntn2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QA12","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q07998","eom","tbxta","eomesa","tbxta","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QAP0","eom","A0A2R8QAP0","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QAP0","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IBW6","eom","A0A0R4IBW6","eomesa","rapgef2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IBW6","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F734","eom","E7F734","eomesa","sult2st1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F734","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QXB3","eom","F1QXB3","eomesa","tbata","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QXB3","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1ECZ2","eom","keap1a","eomesa","keap1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RES0","eom","F1RES0","eomesa","rdh10a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RES0","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5SNS6","eom","Q5SNS6","eomesa","znf292b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5SNS6","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QHE1","eom","A0A2R8QHE1","eomesa","tsc1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QHE1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A193KX02","eom","tomt","eomesa","tomt","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Transmembrane O-methyltransferase homolog (EC 2.1.1.6) (Protein mercury)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QIB8","eom","A0A2R8QIB8","eomesa","tafa5a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QIB8","tf-link","27924024","regulates","txid7955" +"Q98TU2","B8A5N9","eom","B8A5N9","eomesa","noto","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B8A5N9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KWS9","eom","A0A0G2KWS9","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KWS9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IHJ4","eom","A0A0R4IHJ4","eomesa","apbb2b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IHJ4","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7FBB8","eom","E7FBB8","eomesa","fam20ca","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7FBB8","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QKV2","eom","A0A2R8QKV2","eomesa","paplna","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QKV2","tf-link","27924024","regulates","txid7955" +"Q98TU2","R4GF23","eom","R4GF23","eomesa","si:ch211-286b5.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","R4GF23","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0S523","eom","B0S523","eomesa","osbpl6","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B0S523","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8Q394","eom","A0A2R8Q394","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8Q394","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QE52","eom","F1QE52","eomesa","tert","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QE52","tf-link","27924024","regulates","txid7955" +"Q98TU2","O57474","eom","gja1","eomesa","gja1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Gap junction alpha-1 protein (Connexin-43) (Cx43) (Short fin protein)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R982","eom","F1R982","eomesa","otx5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R982","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QIU5","eom","F1QIU5","eomesa","mcamb","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QIU5","tf-link","27924024","regulates","txid7955" +"Q98TU2","B0S514","eom","B0S514","eomesa","taok3b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B0S514","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q6Z9","eom","ganab","eomesa","ganab","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Glucosidase, alpha; neutral AB (Neutral alpha-glucosidase AB)","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QGB9","eom","F1QGB9","eomesa","cfap58","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QGB9","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5TZA3","eom","Q5TZA3","eomesa","tmem251","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5TZA3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ICV5","eom","A0A0R4ICV5","eomesa","si:ch211-215j19.12","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ICV5","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8RSM5","eom","A0A2R8RSM5","eomesa","cdk2ap1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8RSM5","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R384","eom","F1R384","eomesa","fam210ab","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R384","tf-link","27924024","regulates","txid7955" +"Q98TU2","A8E7E7","eom","A8E7E7","eomesa","itsn1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A8E7E7","tf-link","27924024","regulates","txid7955" +"Q98TU2","E9QDE7","eom","E9QDE7","eomesa","nnt2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E9QDE7","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6PE32","eom","Q6PE32","eomesa","grap2b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6PE32","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2L0T1","eom","A0A0G2L0T1","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2L0T1","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q2PRA6","eom","Q2PRA6","eomesa","or125-1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q2PRA6","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q5XWT8","eom","Q5XWT8","eomesa","rasd4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q5XWT8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RB22","eom","F1RB22","eomesa","alas1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RB22","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6IMW7","eom","Q6IMW7","eomesa","pvalb4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6IMW7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QV31","eom","ckii","eomesa","krt5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Keratin 5","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QSA2","eom","F1QSA2","eomesa","hsd3b1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QSA2","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F6C3","eom","E7F6C3","eomesa","grhl3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F6C3","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1Q729","eom","im:7054683","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Mitochondrial calcium uniporter regulator 1 (EC 1.1.1.41) (Zgc:165532)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q9DGB8","eom","runxa","eomesa","runx1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Runt-related transcription factor","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8RKF4","eom","A0A2R8RKF4","eomesa","atp9a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8RKF4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RA35","eom","F1RA35","eomesa","macf1a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RA35","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q9PVF8","eom","ctnna","eomesa","ctnna1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IET1","eom","A0A0R4IET1","eomesa","gga3a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IET1","tf-link","27924024","regulates","txid7955" +"Q98TU2","A9C464","eom","A9C464","eomesa","si:ch211-170d8.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A9C464","tf-link","27924024","regulates","txid7955" +"Q98TU2","B3DLG5","eom","ednra","eomesa","ednraa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Endothelin-1 receptor (Endothelin receptor type A)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q24JV3","eom","zgc:136896","eomesa","rpl31","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IDS8","eom","A0A0R4IDS8","eomesa","bmper","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QWV3","eom","F1QWV3","eomesa","igsf9b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QWV3","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6DHM3","eom","Q6DHM3","eomesa","cryzl1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q6DHM3","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5WWD4","eom","A5WWD4","eomesa","si:dkey-61l1.4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A5WWD4","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0B5GNT7","eom","A0A0B5GNT7","eomesa","bmp16","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0B5GNT7","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1RBE6","eom","F1RBE6","eomesa","tp53bp1","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1RBE6","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LWX2","eom","Q1LWX2","eomesa","LOC554876","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1LWX2","tf-link","27924024","regulates","txid7955" +"Q98TU2","B3DJX4","eom","B3DJX4","eomesa","kcnh6a","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B3DJX4","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q1LU90","eom","Q1LU90","eomesa","meox2b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Q1LU90","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A1D5NSW6","eom","A0A1D5NSW6","eomesa","eml3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A1D5NSW6","tf-link","27924024","regulates","txid7955" +"Q98TU2","H0WEW4","eom","H0WEW4","eomesa","znf994","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","H0WEW4","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R840","eom","F1R840","eomesa","pax4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1R840","tf-link","27924024","regulates","txid7955" +"Q98TU2","B8A579","eom","B8A579","eomesa","mfsd2aa","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","B8A579","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A2R8QJ99","eom","A0A2R8QJ99","eomesa","fbxo25","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A2R8QJ99","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QX88","eom","F1QX88","eomesa","si:ch211-51a6.2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","F1QX88","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0G2KSN0","eom","A0A0G2KSN0","eomesa","-","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0G2KSN0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1QJS3","eom","DNA repair protein complementing XP-G cells","eomesa","ercc5","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","tf-link","27924024","regulates","txid7955" +"Q98TU2","Q6EHI4","eom","hif1a","eomesa","hif1ab","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Hypoxia-inducible factor 1-alpha","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4IZU1","eom","A0A0R4IZU1","eomesa","pard3ab","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4IZU1","tf-link","27924024","regulates","txid7955" +"Q98TU2","E7F7I8","eom","E7F7I8","eomesa","nkain4","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","E7F7I8","tf-link","27924024","regulates","txid7955" +"Q98TU2","A0A0R4ICB9","eom","A0A0R4ICB9","eomesa","cant1b","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"Q98TU2","A5WVY0","eom","A5WVY0","eomesa","rars2","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","A5WVY0","tf-link","27924024","regulates","txid7955" +"Q98TU2","F1R5S7","eom","fkd-6","eomesa","foxd3","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","Forkhead box protein D3","tf-link","27924024","regulates","txid7955" +"Q90XD1","F1QGJ9","cls/sox10","F1QGJ9","sox10","cptp","Transcription factor SOX-10","F1QGJ9","tf-link","27924024","regulates","txid7955" +"Q90XD1","A5PN62","cls/sox10","si:dkey-46a12.1","sox10","ddah2","Transcription factor SOX-10","dimethylargininase (EC 3.5.3.18)","tf-link","27924024","regulates","txid7955" +"Q90XD1","F1QGW6","cls/sox10","eif2s3","sox10","eif2s3","Transcription factor SOX-10","Eukaryotic translation initiation factor 2 subunit 3 (EC 3.6.5.3) (Eukaryotic translation initiation factor 2 subunit gamma) (eIF2-gamma)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P35621","sox2","dvr1","sox2","dvr1","Transcription factor Sox-2","Protein DVR-1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","X1WC64","sox2","X1WC64","sox2","si:dkeyp-84f3.9","Transcription factor Sox-2","X1WC64","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FG38","sox2","E7FG38","sox2","macc1","Transcription factor Sox-2","E7FG38","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QIW0","sox2","A0A2R8QIW0","sox2","hdac1","Transcription factor Sox-2","A0A2R8QIW0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QID7","sox2","F1QID7","sox2","aadacl4","Transcription factor Sox-2","F1QID7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q66IC8","sox2","dynlt5","sox2","tctex1d1","Transcription factor Sox-2","Dynein light chain Tctex-type 5 (Tctex1 domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8B8W4","sox2","A8B8W4","sox2","larp6b","Transcription factor Sox-2","A8B8W4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F6L2","sox2","E7F6L2","sox2","tbc1d10c","Transcription factor Sox-2","E7F6L2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IKR9","sox2","A0A0R4IKR9","sox2","ghrhra","Transcription factor Sox-2","A0A0R4IKR9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LXZ9","sox2","Q1LXZ9","sox2","skor1b","Transcription factor Sox-2","Q1LXZ9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q6K4","sox2","F1Q6K4","sox2","scube2","Transcription factor Sox-2","F1Q6K4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0V0W7","sox2","B0V0W7","sox2","mplkip","Transcription factor Sox-2","B0V0W7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","H0WEK1","sox2","H0WEK1","sox2","znf1020","Transcription factor Sox-2","H0WEK1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IWA5","sox2","A0A0R4IWA5","sox2","elp5","Transcription factor Sox-2","A0A0R4IWA5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q6Y8","sox2","F1Q6Y8","sox2","gabrp","Transcription factor Sox-2","F1Q6Y8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R013","sox2","zdhhc9","sox2","zdhhc9","Transcription factor Sox-2","Palmitoyltransferase ZDHHC9 (EC 2.3.1.225) (DHHC domain-containing protein 9) (Zinc finger DHHC domain-containing protein 9) (DHHC-9)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PGZ9","sox2","zgc:63493","sox2","efna1a","Transcription factor Sox-2","Ephrin-A1a","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5BJA5","sox2",";","sox2","-","Transcription factor Sox-2","Histone H2B 1/2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FDQ1","sox2","E7FDQ1","sox2","trim33l","Transcription factor Sox-2","E7FDQ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6TH20","sox2","Q6TH20","sox2","drg2","Transcription factor Sox-2","Q6TH20","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q9L1","sox2","F1Q9L1","sox2","-","Transcription factor Sox-2","F1Q9L1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6AXK7","sox2","Q6AXK7","sox2","cldnd1b","Transcription factor Sox-2","Q6AXK7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F2H2","sox2","E7F2H2","sox2","-","Transcription factor Sox-2","E7F2H2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","X1WCS1","sox2","X1WCS1","sox2","si:dkey-16p21.8","Transcription factor Sox-2","X1WCS1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QS81","sox2","F1QS81","sox2","znf1004","Transcription factor Sox-2","F1QS81","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A1A5H8","sox2","yes1","sox2","yes1","Transcription factor Sox-2","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QB05","sox2","A0A2R8QB05","sox2","tjp2a","Transcription factor Sox-2","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q561X4","sox2","zgc:110552","sox2","nfyba","Transcription factor Sox-2","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q2YDS5","sox2","Q2YDS5","sox2","scnm1","Transcription factor Sox-2","Q2YDS5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q566Y8","sox2","magoh","sox2","magoh","Transcription factor Sox-2","Protein mago nashi homolog","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R4A4","sox2","F1R4A4","sox2","-","Transcription factor Sox-2","F1R4A4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8WG92","sox2","A8WG92","sox2","acp6","Transcription factor Sox-2","A8WG92","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZU79","sox2","cdc45l","sox2","cdc45","Transcription factor Sox-2","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","X1WH50","sox2","Myb-like protein X","sox2","si:ch211-137a8.4","Transcription factor Sox-2","Myb-like protein X (Si:ch211-137a8.4)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F6PDK1","sox2","F6PDK1","sox2","ggnbp2","Transcription factor Sox-2","F6PDK1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LWW6","sox2","Q1LWW6","sox2","-","Transcription factor Sox-2","Q1LWW6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A3KPI6","sox2","A3KPI6","sox2","si:ch211-288g17.3","Transcription factor Sox-2","A3KPI6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8QFM3","sox2","fz7b","sox2","fzd7b","Transcription factor Sox-2","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DHK8","sox2","Q6DHK8","sox2","slc10a7","Transcription factor Sox-2","Q6DHK8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2CF00","sox2","A2CF00","sox2","shisa2a","Transcription factor Sox-2","A2CF00","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9PTF9","sox2","Bmp7","sox2","bmp7a","Transcription factor Sox-2","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q803J4","sox2","zgc:55701","sox2","hnrnpc","Transcription factor Sox-2","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QVE4","sox2","Eukaryotic translation elongation factor 1 epsilon-1","sox2","eef1e1","Transcription factor Sox-2","Eukaryotic translation elongation factor 1 epsilon-1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F881","sox2","E7F881","sox2","abhd6a","Transcription factor Sox-2","E7F881","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FEN0","sox2","Polyhomeotic-like protein 3 isoform X4","sox2","si:ch211-230g15.5","Transcription factor Sox-2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q90274","sox2","sna-1","sox2","snai1a","Transcription factor Sox-2","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","O73779","sox2","O73779","sox2","foxb1a","Transcription factor Sox-2","O73779","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P83758","sox2","P83758","sox2","dmrt3a","Transcription factor Sox-2","P83758","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q561S9","sox2","H2A","sox2","hist1h2a3","Transcription factor Sox-2","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R2M3","sox2","F1R2M3","sox2","znf1063","Transcription factor Sox-2","F1R2M3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2CEN0","sox2","A2CEN0","sox2","fibpa","Transcription factor Sox-2","A2CEN0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F6PEY1","sox2","F6PEY1","sox2","iqca1","Transcription factor Sox-2","F6PEY1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DRP3","sox2","fb37b08","sox2","snw1","Transcription factor Sox-2","SNW domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QQQ5","sox2","gsnl","sox2","gsnb","Transcription factor Sox-2","Gelsolin (ADF) (Actin-depolymerizing factor)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IJJ9","sox2","A0A0R4IJJ9","sox2","si:ch211-249o11.5","Transcription factor Sox-2","A0A0R4IJJ9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QUC5","sox2","F1QUC5","sox2","hdac9b","Transcription factor Sox-2","F1QUC5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IZE7","sox2","A0A0R4IZE7","sox2","inka2","Transcription factor Sox-2","A0A0R4IZE7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RBB7","sox2","F1RBB7","sox2","fam214b","Transcription factor Sox-2","F1RBB7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7SXV4","sox2","Q7SXV4","sox2","cyp26a1","Transcription factor Sox-2","Q7SXV4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LYE3","sox2","Q1LYE3","sox2","znf143","Transcription factor Sox-2","Q1LYE3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F533","sox2","receptor protein-tyrosine kinase","sox2","epha2b","Transcription factor Sox-2","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EZJ5","sox2","E7EZJ5","sox2","yme1l1a","Transcription factor Sox-2","E7EZJ5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R6L3","sox2","F1R6L3","sox2","cirbpb","Transcription factor Sox-2","F1R6L3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RAB1","sox2","F1RAB1","sox2","rasd2","Transcription factor Sox-2","F1RAB1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q4F876","sox2","Q4F876","sox2","cnn2","Transcription factor Sox-2","Q4F876","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T0K5","sox2","mage","sox2","ndnl2","Transcription factor Sox-2","Mage (Necdin-like 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QHW9","sox2","E9QHW9","sox2","rnf165a","Transcription factor Sox-2","E9QHW9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8WHR4","sox2","A8WHR4","sox2","shda","Transcription factor Sox-2","A8WHR4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FDV9","sox2","cars","sox2","cars1","Transcription factor Sox-2","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R2J1","sox2","pnx","sox2","pnx","Transcription factor Sox-2","Homeobox protein pnx (Posterior neuron-specific homeobox)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RC21","sox2","F1RC21","sox2","srebf2","Transcription factor Sox-2","F1RC21","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q819","sox2","F1Q819","sox2","foxa2","Transcription factor Sox-2","F1Q819","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q4QRF4","sox2","; ;","sox2","-","Transcription factor Sox-2","Histone H3.2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4I9L7","sox2","A0A0R4I9L7","sox2","si:ch211-212k18.5","Transcription factor Sox-2","A0A0R4I9L7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PI52","sox2","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","sox2","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Transcription factor Sox-2","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F708","sox2","E7F708","sox2","cxxc5b","Transcription factor Sox-2","E7F708","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q70X92","sox2","Q70X92","sox2","asb11","Transcription factor Sox-2","Q70X92","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IL26","sox2","A0A0R4IL26","sox2","srrm4","Transcription factor Sox-2","A0A0R4IL26","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2CEY2","sox2","A2CEY2","sox2","si:dkeyp-2e4.6","Transcription factor Sox-2","A2CEY2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","X1WDH8","sox2","Histone H2B","sox2","si:dkey-261m9.19","Transcription factor Sox-2","Histone H2B","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S771","sox2","B0S771","sox2","arhgef7a","Transcription factor Sox-2","B0S771","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q05AJ1","sox2","Q05AJ1","sox2","larp4b","Transcription factor Sox-2","Q05AJ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q503Y7","sox2","Q503Y7","sox2","pin4","Transcription factor Sox-2","Q503Y7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A3KDM3","sox2","fc54a06","sox2","ctr9","Transcription factor Sox-2","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Z4YJ74","sox2","Z4YJ74","sox2","kidins220b","Transcription factor Sox-2","Z4YJ74","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DGM8","sox2","Q9DGM8","sox2","vox","Transcription factor Sox-2","Q9DGM8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JKJ8","sox2","B8JKJ8","sox2","sobpa","Transcription factor Sox-2","B8JKJ8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QC56","sox2","F1QC56","sox2","adoa","Transcription factor Sox-2","F1QC56","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B7ZD98","sox2","B7ZD98","sox2","hells","Transcription factor Sox-2","B7ZD98","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ICN1","sox2","A0A0R4ICN1","sox2","si:dkey-68o6.5","Transcription factor Sox-2","A0A0R4ICN1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5RHW0","sox2","Q5RHW0","sox2","mapk12b","Transcription factor Sox-2","Q5RHW0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A140LG11","sox2","A0A140LG11","sox2","si:dkey-56m19.5","Transcription factor Sox-2","A0A140LG11","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S753","sox2","B0S753","sox2","odf2b","Transcription factor Sox-2","B0S753","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R1T8","sox2","F1R1T8","sox2","si:dkey-34f9.3","Transcription factor Sox-2","F1R1T8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5WQV6","sox2","LOC572703","sox2","efemp2b","Transcription factor Sox-2","Acidic fibroblast growth factor intracellular-binding protein B isoform X1 (EGF containing fibulin extracellular matrix protein 2b precursor) (EGF-containing fibulin extracellular matrix protein 2b) (Fibulin-4) (LOC572703 protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8Q3S9","sox2","A0A2R8Q3S9","sox2","clcc1","Transcription factor Sox-2","A0A2R8Q3S9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S5C5","sox2","B0S5C5","sox2","acaa2","Transcription factor Sox-2","B0S5C5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T393","sox2","Q7T393","sox2","-","Transcription factor Sox-2","Q7T393","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QLQ1","sox2","A0A2R8QLQ1","sox2","ppfibp2b","Transcription factor Sox-2","A0A2R8QLQ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QIE5","sox2","E9QIE5","sox2","-","Transcription factor Sox-2","E9QIE5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A5WWL2","sox2","A5WWL2","sox2","si:ch73-138e16.5","Transcription factor Sox-2","A5WWL2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P4U8","sox2","Q6P4U8","sox2","dnase1l4.2","Transcription factor Sox-2","Q6P4U8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IU15","sox2","A0A0R4IU15","sox2","si:dkey-21c1.8","Transcription factor Sox-2","A0A0R4IU15","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8JFE3","sox2","Q8JFE3","sox2","tp63","Transcription factor Sox-2","Q8JFE3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IB64","sox2","A0A0R4IB64","sox2","si:ch211-197h24.8","Transcription factor Sox-2","A0A0R4IB64","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NV44","sox2","Frizzled class receptor 7a","sox2","fzd7a","Transcription factor Sox-2","Frizzled class receptor 7a (Frizzled homolog 7a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FCT0","sox2","E7FCT0","sox2","kif26ab","Transcription factor Sox-2","E7FCT0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8S0G3","sox2","A0A2R8S0G3","sox2","si:ch211-71m22.5","Transcription factor Sox-2","A0A2R8S0G3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QGF1","sox2","Uncharacterized protein LOC503753","sox2","-","Transcription factor Sox-2","Uncharacterized protein LOC503753 (Zgc:113263)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A1D5NSX1","sox2","A0A1D5NSX1","sox2","vps13c","Transcription factor Sox-2","A0A1D5NSX1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QF45","sox2","F1QF45","sox2","cbr4","Transcription factor Sox-2","F1QF45","tf-link","27924024","regulates","txid7955" +"Q6P0E1","R4GE14","sox2","R4GE14","sox2","si:ch211-207i1.2","Transcription factor Sox-2","R4GE14","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P6E8","sox2","Q6P6E8","sox2","arl5c","Transcription factor Sox-2","Q6P6E8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5PYH7","sox2","dlg2","sox2","dlg2","Transcription factor Sox-2","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A140LFX1","sox2","A0A140LFX1","sox2","insb","Transcription factor Sox-2","A0A140LFX1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QF32","sox2","E9QF32","sox2","b3gnt2b","Transcription factor Sox-2","E9QF32","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F2Y6","sox2","E7F2Y6","sox2","abca1b","Transcription factor Sox-2","E7F2Y6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IPD0","sox2","A0A0R4IPD0","sox2","siah1","Transcription factor Sox-2","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LYN2","sox2","Q1LYN2","sox2","tpk2","Transcription factor Sox-2","Q1LYN2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QJS9","sox2","F1QJS9","sox2","her5","Transcription factor Sox-2","F1QJS9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QK54","sox2","F1QK54","sox2","hbp1","Transcription factor Sox-2","F1QK54","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R9YJI0","sox2","A0A2R9YJI0","sox2","rab34b","Transcription factor Sox-2","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IT86","sox2","cb33","sox2","kirrel3l","Transcription factor Sox-2","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T2E3","sox2","csnk1da","sox2","csnk1da","Transcription factor Sox-2","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QJC3","sox2","E9QJC3","sox2","myt1a","Transcription factor Sox-2","E9QJC3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P52889","sox2","P52889","sox2","lhx5","Transcription factor Sox-2","P52889","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5RG20","sox2","Q5RG20","sox2","asap2a","Transcription factor Sox-2","Q5RG20","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q7K3","sox2","F1Q7K3","sox2","si:ch73-386h18.1","Transcription factor Sox-2","F1Q7K3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FF30","sox2","E7FF30","sox2","znf1099","Transcription factor Sox-2","E7FF30","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DEG7","sox2","Q9DEG7","sox2","ctbp1","Transcription factor Sox-2","Q9DEG7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5U3B4","sox2","Q5U3B4","sox2","igf2a","Transcription factor Sox-2","Q5U3B4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","X1WED3","sox2","X1WED3","sox2","si:dkey-111k8.2","Transcription factor Sox-2","X1WED3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5I7G4","sox2","Q5I7G4","sox2","phox2bb","Transcription factor Sox-2","Q5I7G4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DRD5","sox2","zgc:92341","sox2","ufd1l","Transcription factor Sox-2","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4I9C7","sox2","A0A0R4I9C7","sox2","pou5f3","Transcription factor Sox-2","A0A0R4I9C7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F2Z4V7","sox2","F2Z4V7","sox2","slc43a1a","Transcription factor Sox-2","F2Z4V7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DI94","sox2","tmem186","sox2","tmem186","Transcription factor Sox-2","Transmembrane protein 186","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F3H1","sox2","E7F3H1","sox2","ctdspl3","Transcription factor Sox-2","E7F3H1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F1G0","sox2","E7F1G0","sox2","-","Transcription factor Sox-2","E7F1G0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B5DE31","sox2","ybx1","sox2","ybx1","Transcription factor Sox-2","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IK18","sox2","A0A0R4IK18","sox2","ctsc","Transcription factor Sox-2","A0A0R4IK18","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IEQ1","sox2","A0A0R4IEQ1","sox2","si:dkey-30e9.6","Transcription factor Sox-2","A0A0R4IEQ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IVI6","sox2","A0A0R4IVI6","sox2","inpp5b","Transcription factor Sox-2","A0A0R4IVI6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","O57416","sox2","pax3","sox2","pax3a","Transcription factor Sox-2","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","O42364","sox2","apoeb","sox2","apoeb","Transcription factor Sox-2","Apolipoprotein Eb (Apo-Eb)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q803L0","sox2","Q803L0","sox2","lin28a","Transcription factor Sox-2","Q803L0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","M9MM98","sox2","M9MM98","sox2","ighmbp2","Transcription factor Sox-2","M9MM98","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8Q3K1","sox2","br146","sox2","vcana","Transcription factor Sox-2","Chondroitin sulfate proteoglycan 2 (Versican a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5RIL7","sox2","Q5RIL7","sox2","hsd3b2","Transcription factor Sox-2","Q5RIL7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4I9T5","sox2","A0A0R4I9T5","sox2","si:zfos-943e10.1","Transcription factor Sox-2","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S6I8","sox2","sp5","sox2","sp5a","Transcription factor Sox-2","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W4K4","sox2","F8W4K4","sox2","lhfpl4b","Transcription factor Sox-2","F8W4K4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QDK6","sox2","F1QDK6","sox2","csmd2","Transcription factor Sox-2","F1QDK6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q4JNX5","sox2","Forkhead box protein P2","sox2","foxp2","Transcription factor Sox-2","Forkhead box protein P2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QZ63","sox2","F1QZ63","sox2","rnf26","Transcription factor Sox-2","F1QZ63","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FFJ8","sox2","si:ch211-160f23.5","sox2","si:ch211-160f23.5","Transcription factor Sox-2","Si:ch211-160f23.5 (Transcription factor E2F2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTC2","sox2","cb444","sox2","ppp1r3ca","Transcription factor Sox-2","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F2R3","sox2","si:ch211-146m13.3","sox2","si:ch211-146m13.3","Transcription factor Sox-2","Junctophilin-3-like (Si:ch211-146m13.3)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0J9YJ67","sox2","A0A0J9YJ67","sox2","bif1.1","Transcription factor Sox-2","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DE25","sox2","Q9DE25","sox2","foxc1a","Transcription factor Sox-2","Q9DE25","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S788","sox2","B0S788","sox2","nab1b","Transcription factor Sox-2","B0S788","tf-link","27924024","regulates","txid7955" +"Q6P0E1","I3IT54","sox2","I3IT54","sox2","si:ch211-191i18.2","Transcription factor Sox-2","I3IT54","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F6NLW6","sox2","F6NLW6","sox2","si:ch211-242b18.1","Transcription factor Sox-2","F6NLW6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PFT7","sox2","Q6PFT7","sox2","cotl1","Transcription factor Sox-2","Q6PFT7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PC36","sox2","zgc:73124","sox2","necap1","Transcription factor Sox-2","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q05AK8","sox2","Q05AK8","sox2","ano9a","Transcription factor Sox-2","Q05AK8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","U3JB19","sox2","U3JB19","sox2","si:ch211-225b10.3","Transcription factor Sox-2","U3JB19","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QBJ0","sox2","F1QBJ0","sox2","kazald2","Transcription factor Sox-2","F1QBJ0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A3KQ57","sox2","A3KQ57","sox2","her7","Transcription factor Sox-2","A3KQ57","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QCG9","sox2","F1QCG9","sox2","igl4v10","Transcription factor Sox-2","F1QCG9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QY35","sox2","F1QY35","sox2","zp3e","Transcription factor Sox-2","F1QY35","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q08C76","sox2","Q08C76","sox2","ssuh2","Transcription factor Sox-2","Q08C76","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QAI0","sox2","F1QAI0","sox2","inavaa","Transcription factor Sox-2","F1QAI0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IU93","sox2","A0A0R4IU93","sox2","aspg","Transcription factor Sox-2","A0A0R4IU93","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1REQ6","sox2","cb886","sox2","prickle2b","Transcription factor Sox-2","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R7K3","sox2","F1R7K3","sox2","dla","Transcription factor Sox-2","F1R7K3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QGH7","sox2","ctnnb1","sox2","ctnnb1","Transcription factor Sox-2","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PCA5","sox2","Q6PCA5","sox2","six3a","Transcription factor Sox-2","Q6PCA5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A4B1","sox2","B8A4B1","sox2","si:ch211-134m17.9","Transcription factor Sox-2","B8A4B1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W2D9","sox2","F8W2D9","sox2","si:ch211-191d2.2","Transcription factor Sox-2","F8W2D9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QEY1","sox2","F1QEY1","sox2","trps1","Transcription factor Sox-2","F1QEY1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2RUX0","sox2","zgc:158242","sox2","tbl1x","Transcription factor Sox-2","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q52PJ5","sox2","dpysl3","sox2","dpysl3","Transcription factor Sox-2","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IRA3","sox2","A0A0R4IRA3","sox2","si:ch1073-284b18.2","Transcription factor Sox-2","A0A0R4IRA3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q9S0","sox2","F1Q9S0","sox2","pax3b","Transcription factor Sox-2","F1Q9S0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IRJ7","sox2","A0A0R4IRJ7","sox2","arhgap21a","Transcription factor Sox-2","A0A0R4IRJ7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R3F9","sox2","F1R3F9","sox2","rmi1","Transcription factor Sox-2","F1R3F9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JHZ5","sox2","B8JHZ5","sox2","-","Transcription factor Sox-2","B8JHZ5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5TZA4","sox2","Q5TZA4","sox2","si:dkeyp-55f12.3","Transcription factor Sox-2","Q5TZA4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EYW2","sox2","Epsin 2","sox2","epn2","Transcription factor Sox-2","Epsin 2 (Epsin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QSL5","sox2","F1QSL5","sox2","cyp2x6","Transcription factor Sox-2","F1QSL5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P62084","sox2","rps7","sox2","rps7","Transcription factor Sox-2","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FA51","sox2","E7FA51","sox2","evi5b","Transcription factor Sox-2","E7FA51","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QP61","sox2","A0A2R8QP61","sox2","smarcb1b","Transcription factor Sox-2","A0A2R8QP61","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EXD7","sox2","si:dkey-261m9.11","sox2","si:ch211-113a14.19","Transcription factor Sox-2","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","O73709","sox2","O73709","sox2","six3b","Transcription factor Sox-2","O73709","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ICY6","sox2","A0A0R4ICY6","sox2","-","Transcription factor Sox-2","A0A0R4ICY6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T387","sox2","Q7T387","sox2","abhd14b","Transcription factor Sox-2","Q7T387","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0G2L3U3","sox2","A0A0G2L3U3","sox2","nacc1a","Transcription factor Sox-2","A0A0G2L3U3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QJG6","sox2","F1QJG6","sox2","sfrp5","Transcription factor Sox-2","F1QJG6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTK7","sox2","F1QTK7","sox2","dnaja1","Transcription factor Sox-2","F1QTK7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QC36","sox2","F1QC36","sox2","ical1","Transcription factor Sox-2","F1QC36","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T3Y0","sox2","Q7T3Y0","sox2","nrarpa","Transcription factor Sox-2","Q7T3Y0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8JHF2","sox2","lfng","sox2","lfng","Transcription factor Sox-2","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NYD7","sox2","Q6NYD7","sox2","ociad1","Transcription factor Sox-2","Q6NYD7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EY37","sox2","Bromo adjacent homology domain-containing 1","sox2","bahd1","Transcription factor Sox-2","Bromo adjacent homology domain-containing 1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W5R6","sox2","DNA polymerase subunit gamma-1","sox2","polg","Transcription factor Sox-2","DNA polymerase subunit gamma-1 (EC 2.7.7.7) (Mitochondrial DNA polymerase catalytic subunit)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0V0Y6","sox2","B0V0Y6","sox2","exoc3","Transcription factor Sox-2","B0V0Y6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FD27","sox2","ATP-sensitive inward rectifier potassium channel 10","sox2","kcnj10a","Transcription factor Sox-2","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QKG2","sox2","F1QKG2","sox2","ptbp1b","Transcription factor Sox-2","F1QKG2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QCY3","sox2","A0A2R8QCY3","sox2","ttll12","Transcription factor Sox-2","A0A2R8QCY3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZSZ9","sox2","rac1","sox2","rac1a","Transcription factor Sox-2","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NYU3","sox2","Q6NYU3","sox2","neurod6a","Transcription factor Sox-2","Q6NYU3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8PWC7","sox2","A0A2R8PWC7","sox2","vgll3","Transcription factor Sox-2","A0A2R8PWC7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QC40","sox2","F1QC40","sox2","zc3h12b","Transcription factor Sox-2","F1QC40","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R2T2","sox2","F1R2T2","sox2","frem1b","Transcription factor Sox-2","F1R2T2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R9X0","sox2","F1R9X0","sox2","slc7a3a","Transcription factor Sox-2","F1R9X0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T2W1","sox2","Q7T2W1","sox2","sp5l","Transcription factor Sox-2","Q7T2W1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F1Y3","sox2","E7F1Y3","sox2","cyp2y3","Transcription factor Sox-2","E7F1Y3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A140LGD0","sox2","si:ch211-255l12.2","sox2","spred3","Transcription factor Sox-2","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QXJ7","sox2","F1QXJ7","sox2","unc5b","Transcription factor Sox-2","F1QXJ7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FGD0","sox2","E7FGD0","sox2","aifm4","Transcription factor Sox-2","E7FGD0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EYP9","sox2","E7EYP9","sox2","naglu","Transcription factor Sox-2","E7EYP9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DHZ4","sox2","B3DHZ4","sox2","hoxb1a","Transcription factor Sox-2","B3DHZ4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QPY7","sox2","LOC100535338","sox2","LOC100535338","Transcription factor Sox-2","Homeobox protein TGIF2-like","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DFZ0","sox2","bambi","sox2","bambia","Transcription factor Sox-2","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T346","sox2","ddit4","sox2","ddit4","Transcription factor Sox-2","DNA damage-inducible transcript 4 protein","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EYR2","sox2","fe36g06","sox2","chaf1b","Transcription factor Sox-2","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B7ZD55","sox2","B7ZD55","sox2","wnt8b","Transcription factor Sox-2","B7ZD55","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ISB9","sox2","Protein kinase C-binding protein 1 isoform X1","sox2","zmynd8","Transcription factor Sox-2","Protein kinase C-binding protein 1 isoform X1 (Zinc finger, MYND-type-containing 8)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FF15","sox2","E7FF15","sox2","lrrc58b","Transcription factor Sox-2","E7FF15","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R5S1","sox2","F1R5S1","sox2","erbb2","Transcription factor Sox-2","F1R5S1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P021","sox2","Q6P021","sox2","gadd45ga","Transcription factor Sox-2","Q6P021","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F290","sox2","E7F290","sox2","si:ch211-222l21.1","Transcription factor Sox-2","E7F290","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q6K0","sox2","Phospholipid phosphatase 3","sox2","plpp3","Transcription factor Sox-2","Phospholipid phosphatase 3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IG46","sox2","A0A0R4IG46","sox2","si:ch211-152c8.5","Transcription factor Sox-2","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6AXM1","sox2","Q6AXM1","sox2","chst10","Transcription factor Sox-2","Q6AXM1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8KBJ5","sox2","si:ch1073-153i20.2","sox2","-","Transcription factor Sox-2","Histone H3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T337","sox2","cb598","sox2","fbp1b","Transcription factor Sox-2","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IH47","sox2","A0A0R4IH47","sox2","si:ch211-106f21.1","Transcription factor Sox-2","A0A0R4IH47","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IRV9","sox2","A0A0R4IRV9","sox2","si:ch211-196c10.15","Transcription factor Sox-2","A0A0R4IRV9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LW96","sox2","Q1LW96","sox2","cycsa","Transcription factor Sox-2","Q1LW96","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8E5L7","sox2","cited3","sox2","cited4b","Transcription factor Sox-2","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R1N7","sox2","F1R1N7","sox2","cdc6","Transcription factor Sox-2","F1R1N7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5BJA1","sox2","Small ribosomal subunit protein eS17","sox2","-","Transcription factor Sox-2","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2BFV7","sox2","A2BFV7","sox2","kifl","Transcription factor Sox-2","A2BFV7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0R0B2","sox2","B0R0B2","sox2","foxd5","Transcription factor Sox-2","B0R0B2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IJU0","sox2","A0A0R4IJU0","sox2","-","Transcription factor Sox-2","A0A0R4IJU0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2BGU9","sox2","A2BGU9","sox2","serhl","Transcription factor Sox-2","A2BGU9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q993","sox2","F1Q993","sox2","asb5b","Transcription factor Sox-2","F1Q993","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RCT9","sox2","F1RCT9","sox2","phox2a","Transcription factor Sox-2","F1RCT9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6AXI5","sox2","Q6AXI5","sox2","picalmb","Transcription factor Sox-2","Q6AXI5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5TYX1","sox2","bon","sox2","mixl1","Transcription factor Sox-2","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8WHU7","sox2","A8WHU7","sox2","slain1a","Transcription factor Sox-2","A8WHU7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTD4","sox2","F1QTD4","sox2","efr3ba","Transcription factor Sox-2","F1QTD4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QHK9","sox2","hbl1","sox2","zmp:0000000729","Transcription factor Sox-2","Zmp:0000000729","tf-link","27924024","regulates","txid7955" +"Q6P0E1","D3YLD5","sox2","D3YLD5","sox2","mmd","Transcription factor Sox-2","D3YLD5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F236","sox2","E7F236","sox2","gramd1c","Transcription factor Sox-2","E7F236","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DHL3","sox2","Q6DHL3","sox2","-","Transcription factor Sox-2","Q6DHL3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZTT6","sox2","Q7ZTT6","sox2","slc25a55a","Transcription factor Sox-2","Q7ZTT6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4INR1","sox2","A0A0R4INR1","sox2","aspm","Transcription factor Sox-2","A0A0R4INR1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q90459","sox2","ccnd1","sox2","ccnd1","Transcription factor Sox-2","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q553","sox2","F1Q553","sox2","nfatc2ip","Transcription factor Sox-2","F1Q553","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QQP7","sox2","F1QQP7","sox2","sptlc3","Transcription factor Sox-2","F1QQP7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QP20","sox2","F1QP20","sox2","si:ch211-250e5.2","Transcription factor Sox-2","F1QP20","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QE96","sox2","E9QE96","sox2","nkx2.9","Transcription factor Sox-2","E9QE96","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QUD0","sox2","F1QUD0","sox2","ptmaa","Transcription factor Sox-2","F1QUD0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DFS2","sox2","klf4","sox2","klf17","Transcription factor Sox-2","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QH99","sox2","E9QH99","sox2","ovol1b","Transcription factor Sox-2","E9QH99","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q7S6","sox2","F1Q7S6","sox2","tdrd1","Transcription factor Sox-2","F1Q7S6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","H0WES2","sox2","H0WES2","sox2","znf1108","Transcription factor Sox-2","H0WES2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W378","sox2","F8W378","sox2","si:dkey-87o1.2","Transcription factor Sox-2","F8W378","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QQN9","sox2","F1QQN9","sox2","sept2","Transcription factor Sox-2","F1QQN9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6EJB7","sox2","sox3","sox2","sox3","Transcription factor Sox-2","Transcription factor Sox-3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QWB4","sox2","hnrpk","sox2","hnrnpk","Transcription factor Sox-2","Heterogeneous nuclear ribonucleoprotein K","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P0J3","sox2","Q6P0J3","sox2","sp8b","Transcription factor Sox-2","Q6P0J3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QPP7","sox2","A0A2R8QPP7","sox2","-","Transcription factor Sox-2","A0A2R8QPP7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FD93","sox2","E7FD93","sox2","ddias","Transcription factor Sox-2","E7FD93","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QD94","sox2","F1QD94","sox2","si:ch73-141c7.1","Transcription factor Sox-2","F1QD94","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QV08","sox2","F1QV08","sox2","rgs12a","Transcription factor Sox-2","F1QV08","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q640","sox2","F1Q640","sox2","si:dkey-10f21.4","Transcription factor Sox-2","F1Q640","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QEG9","sox2","F1QEG9","sox2","smurf1","Transcription factor Sox-2","F1QEG9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5RIX6","sox2","Q5RIX6","sox2","dus4l","Transcription factor Sox-2","Q5RIX6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QQ11","sox2","A0A2R8QQ11","sox2","spdl1","Transcription factor Sox-2","A0A2R8QQ11","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8RIR6","sox2","A0A2R8RIR6","sox2","chl1b","Transcription factor Sox-2","A0A2R8RIR6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R9YJI3","sox2","A0A2R9YJI3","sox2","gpr22a","Transcription factor Sox-2","A0A2R9YJI3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QH89","sox2","F1QH89","sox2","znf800a","Transcription factor Sox-2","F1QH89","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DG75","sox2","Q6DG75","sox2","foxi1","Transcription factor Sox-2","Q6DG75","tf-link","27924024","regulates","txid7955" +"Q6P0E1","K7DYM7","sox2","K7DYM7","sox2","znf1042","Transcription factor Sox-2","K7DYM7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F520","sox2","E7F520","sox2","tiam1b","Transcription factor Sox-2","E7F520","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NUV6","sox2","Q6NUV6","sox2","gadd45gb.1","Transcription factor Sox-2","Q6NUV6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QN78","sox2","A0A2R8QN78","sox2","sorbs2b","Transcription factor Sox-2","A0A2R8QN78","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6TA36","sox2","BHLH transcription factor","sox2","her12","Transcription factor Sox-2","BHLH transcription factor (Hairy-related 12)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7SYE0","sox2","atg13","sox2","atg13","Transcription factor Sox-2","Autophagy-related protein 13","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QB52","sox2","E9QB52","sox2","alkbh8","Transcription factor Sox-2","E9QB52","tf-link","27924024","regulates","txid7955" +"Q6P0E1","O42606","sox2","O42606","sox2","neurog1","Transcription factor Sox-2","O42606","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5YLG6","sox2","OTTDARP00000007023","sox2","rhov","Transcription factor Sox-2","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9DGM9","sox2","Q9DGM9","sox2","vent","Transcription factor Sox-2","Q9DGM9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8JFV5","sox2","Q8JFV5","sox2","hectd1","Transcription factor Sox-2","Q8JFV5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T3X9","sox2","Q7T3X9","sox2","nrarpb","Transcription factor Sox-2","Q7T3X9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QDT8","sox2","F1QDT8","sox2","ndr1","Transcription factor Sox-2","F1QDT8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QGV0","sox2","E9QGV0","sox2","si:dkey-149m13.5","Transcription factor Sox-2","E9QGV0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W451","sox2","F8W451","sox2","mllt10","Transcription factor Sox-2","F8W451","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FCU0","sox2","npm1","sox2","npm1a","Transcription factor Sox-2","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NYU6","sox2","Q6NYU6","sox2","midn","Transcription factor Sox-2","Q6NYU6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5U3G0","sox2","fa94d03","sox2","pgrmc1","Transcription factor Sox-2","Membrane-associated progesterone receptor component 1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IVI9","sox2","A0A0R4IVI9","sox2","oaz1b","Transcription factor Sox-2","A0A0R4IVI9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F2Z6","sox2","E7F2Z6","sox2","si:dkey-79d12.5","Transcription factor Sox-2","E7F2Z6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R9W4","sox2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","sox2","celsr1a","Transcription factor Sox-2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F8W3A6","sox2","F8W3A6","sox2","si:zfos-223e1.2","Transcription factor Sox-2","F8W3A6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q503G3","sox2","tdg","sox2","tdg.1","Transcription factor Sox-2","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4INF7","sox2","fd16d06","sox2","micall2a","Transcription factor Sox-2","MICAL-like protein 2 (Mical-like 2a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q98TT6","sox2","eif4ebp3l","sox2","eif4ebp3l","Transcription factor Sox-2","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6IQE0","sox2","Q6IQE0","sox2","puf60b","Transcription factor Sox-2","Q6IQE0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ITS3","sox2","A0A0R4ITS3","sox2","tpbga","Transcription factor Sox-2","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JMI2","sox2","dvl3","sox2","dvl3a","Transcription factor Sox-2","Dishevelled segment polarity protein 3a","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QCB2","sox2","F1QCB2","sox2","cxcr4a","Transcription factor Sox-2","F1QCB2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FGQ8","sox2","gch1a","sox2","gch1","Transcription factor Sox-2","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F192","sox2","E7F192","sox2","dbn1","Transcription factor Sox-2","E7F192","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0R160","sox2","lrwd1","sox2","lrwd1","Transcription factor Sox-2","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QIE0","sox2","F1QIE0","sox2","klhl36","Transcription factor Sox-2","F1QIE0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QLE3","sox2","F1QLE3","sox2","-","Transcription factor Sox-2","F1QLE3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R4D0","sox2","F1R4D0","sox2","acvr2aa","Transcription factor Sox-2","F1R4D0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DI22","sox2","hadhsc","sox2","hadh","Transcription factor Sox-2","3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QJ32","sox2","E9QJ32","sox2","eya1","Transcription factor Sox-2","E9QJ32","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A599","sox2","B8A599","sox2","si:dkey-33c12.4","Transcription factor Sox-2","B8A599","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9PSI9","sox2","Q9PSI9","sox2","mycl1a","Transcription factor Sox-2","Q9PSI9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0G2L836","sox2","A0A0G2L836","sox2","nid1b","Transcription factor Sox-2","A0A0G2L836","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RB79","sox2","F1RB79","sox2","rab11fip1a","Transcription factor Sox-2","F1RB79","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8Q6R9","sox2","A0A2R8Q6R9","sox2","pald1a","Transcription factor Sox-2","A0A2R8Q6R9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QU78","sox2","F1QU78","sox2","her13","Transcription factor Sox-2","F1QU78","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZTZ3","sox2","Q7ZTZ3","sox2","pmm2","Transcription factor Sox-2","Q7ZTZ3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QRQ5","sox2","ap2","sox2","tfap2a","Transcription factor Sox-2","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q91981","sox2","otx2","sox2","otx2","Transcription factor Sox-2","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1REK0","sox2","zgc:162722","sox2","sap130a","Transcription factor Sox-2","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein a)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QDQ1","sox2","F1QDQ1","sox2","copa","Transcription factor Sox-2","F1QDQ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9PVK5","sox2","ldha","sox2","ldha","Transcription factor Sox-2","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTV7","sox2","F1QTV7","sox2","-","Transcription factor Sox-2","F1QTV7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q5H5","sox2","F1Q5H5","sox2","asxl1","Transcription factor Sox-2","F1Q5H5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0G2KRU2","sox2","A0A0G2KRU2","sox2","LOC101884800","Transcription factor Sox-2","A0A0G2KRU2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","H0WE77","sox2","H0WE77","sox2","znf1061","Transcription factor Sox-2","H0WE77","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8AV71","sox2","Q8AV71","sox2","ved","Transcription factor Sox-2","Q8AV71","tf-link","27924024","regulates","txid7955" +"Q6P0E1","U3JAG5","sox2","U3JAG5","sox2","sesn1","Transcription factor Sox-2","U3JAG5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QHP6","sox2","F1QHP6","sox2","-","Transcription factor Sox-2","F1QHP6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DIW6","sox2","Uncharacterized protein LOC792915","sox2","-","Transcription factor Sox-2","Uncharacterized protein LOC792915 (Zgc:194578)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A5PLA5","sox2","ATP-sensitive inward rectifier potassium channel 1","sox2","kcnj1b","Transcription factor Sox-2","ATP-sensitive inward rectifier potassium channel 1 (Potassium inwardly rectifying channel subfamily J member 1b) (Zgc:165474 protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0G2L2X8","sox2","A0A0G2L2X8","sox2","gb:eh456644","Transcription factor Sox-2","A0A0G2L2X8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A2BG67","sox2","klf12","sox2","klf3","Transcription factor Sox-2","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QSD6","sox2","F1QSD6","sox2","epha2a","Transcription factor Sox-2","F1QSD6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6PD83","sox2","Q6PD83","sox2","bzw1a","Transcription factor Sox-2","Q6PD83","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A7E2K8","sox2","A7E2K8","sox2","crygm2d14","Transcription factor Sox-2","A7E2K8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S4Y9","sox2","B0S4Y9","sox2","cdca7a","Transcription factor Sox-2","B0S4Y9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q5E8","sox2","F1Q5E8","sox2","pde4d","Transcription factor Sox-2","F1Q5E8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A5PMB0","sox2","A5PMB0","sox2","zbtb10","Transcription factor Sox-2","A5PMB0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QPC3","sox2","A0A2R8QPC3","sox2","mbd3b","Transcription factor Sox-2","A0A2R8QPC3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DGL5","sox2","wu:fc34a11","sox2","trappc5","Transcription factor Sox-2","Trafficking protein particle complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8Q2M9","sox2","A0A2R8Q2M9","sox2","-","Transcription factor Sox-2","A0A2R8Q2M9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F6V4","sox2","E7F6V4","sox2","si:dkey-54n8.4","Transcription factor Sox-2","E7F6V4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q4FZZ7","sox2","hist1h2a2","sox2","hist1h2a2","Transcription factor Sox-2","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","D3XD69","sox2","D3XD69","sox2","ugt1b7","Transcription factor Sox-2","D3XD69","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LYG5","sox2","Q1LYG5","sox2","eef2a.1","Transcription factor Sox-2","Q1LYG5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JKC1","sox2","MCM3","sox2","mcm3l","Transcription factor Sox-2","DNA replication licensing factor MCM3 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F142","sox2","E7F142","sox2","tlcd5a","Transcription factor Sox-2","E7F142","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DH62","sox2","B3DH62","sox2","nr6a1a","Transcription factor Sox-2","B3DH62","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1L9G6","sox2","Q1L9G6","sox2","cd9b","Transcription factor Sox-2","Q1L9G6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","H0WEE1","sox2","H0WEE1","sox2","znf1065","Transcription factor Sox-2","H0WEE1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S5Y5","sox2","B0S5Y5","sox2","hoxd4a","Transcription factor Sox-2","B0S5Y5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QZ64","sox2","F1QZ64","sox2","abcf2a","Transcription factor Sox-2","F1QZ64","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S6J3","sox2","srgap2","sox2","srgap2","Transcription factor Sox-2","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1WCN6","sox2","Q1WCN6","sox2","tfpi2","Transcription factor Sox-2","Q1WCN6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7SXF6","sox2","Q7SXF6","sox2","creld2","Transcription factor Sox-2","Q7SXF6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QGL4","sox2","F1QGL4","sox2","pcdh18b","Transcription factor Sox-2","F1QGL4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QM02","sox2","F1QM02","sox2","elavl1a","Transcription factor Sox-2","F1QM02","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QAH7","sox2","F1QAH7","sox2","arl16","Transcription factor Sox-2","F1QAH7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DJ37","sox2","B3DJ37","sox2","acvr1ba","Transcription factor Sox-2","B3DJ37","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZUS6","sox2","Q7ZUS6","sox2","dnajc4","Transcription factor Sox-2","Q7ZUS6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q07998","sox2","tbxta","sox2","tbxta","Transcription factor Sox-2","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R1X8","sox2","F1R1X8","sox2","acot9.2","Transcription factor Sox-2","F1R1X8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9PTU1","sox2","Q9PTU1","sox2","dbx1a","Transcription factor Sox-2","Q9PTU1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A6B9","sox2","B8A6B9","sox2","wnt8a","Transcription factor Sox-2","B8A6B9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5RIX9","sox2","e2f7","sox2","e2f7","Transcription factor Sox-2","Transcription factor E2F7 (E2F-7)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QAI1","sox2","F1QAI1","sox2","crot","Transcription factor Sox-2","F1QAI1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F220","sox2","E7F220","sox2","dus2","Transcription factor Sox-2","E7F220","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P0H8","sox2","Q6P0H8","sox2","gde1","Transcription factor Sox-2","Q6P0H8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8KB42","sox2","A8KB42","sox2","-","Transcription factor Sox-2","A8KB42","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A8WGA6","sox2","b44","sox2","tnnt3b","Transcription factor Sox-2","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FEZ0","sox2","E7FEZ0","sox2","plekhn1","Transcription factor Sox-2","E7FEZ0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5TZ27","sox2","syt1","sox2","syt1a","Transcription factor Sox-2","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q5Q4","sox2","F1Q5Q4","sox2","pappab","Transcription factor Sox-2","F1Q5Q4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8PWY4","sox2","A0A2R8PWY4","sox2","-","Transcription factor Sox-2","A0A2R8PWY4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1ECZ2","sox2","keap1a","sox2","keap1a","Transcription factor Sox-2","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QIZ1","sox2","E9QIZ1","sox2","si:ch211-197h24.6","Transcription factor Sox-2","E9QIZ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q6B2","sox2","wu:fj09f02","sox2","ptrh2","Transcription factor Sox-2","peptidyl-tRNA hydrolase (EC 3.1.1.29)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q503J8","sox2","Q503J8","sox2","men1","Transcription factor Sox-2","Q503J8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QW07","sox2","F1QW07","sox2","add3b","Transcription factor Sox-2","F1QW07","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FD69","sox2","E7FD69","sox2","ccdc80l1","Transcription factor Sox-2","E7FD69","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q568B9","sox2","Q568B9","sox2","lhfpl2b","Transcription factor Sox-2","Q568B9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9W6E0","sox2","fzb1","sox2","frzb","Transcription factor Sox-2","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q506","sox2","F1Q506","sox2","snx10a","Transcription factor Sox-2","F1Q506","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q4P4","sox2","DNA polymerase theta","sox2","polq","Transcription factor Sox-2","DNA polymerase theta (Polymerase (DNA directed), theta)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q90X37","sox2","Q90X37","sox2","ier5","Transcription factor Sox-2","Q90X37","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FBU7","sox2","E7FBU7","sox2","xpo1b","Transcription factor Sox-2","E7FBU7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P57095","sox2","axin2","sox2","axin2","Transcription factor Sox-2","Axin-2 (Axis inhibition protein 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NYX6","sox2","ccnf","sox2","ccnf","Transcription factor Sox-2","Cyclin-F","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NX86","sox2","HMGB1","sox2","hmgb1a","Transcription factor Sox-2","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R074","sox2","F1R074","sox2","agrn","Transcription factor Sox-2","F1R074","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JHZ6","sox2","B8JHZ6","sox2","-","Transcription factor Sox-2","B8JHZ6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A4FVG2","sox2","A4FVG2","sox2","cog5","Transcription factor Sox-2","A4FVG2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A5A4","sox2","B8A5A4","sox2","grxcr1b","Transcription factor Sox-2","B8A5A4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5TZA5","sox2","Q5TZA5","sox2","ubr7","Transcription factor Sox-2","Q5TZA5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NWH2","sox2","Q6NWH2","sox2","marcksl1b","Transcription factor Sox-2","Q6NWH2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0R0H7","sox2","B0R0H7","sox2","homeza","Transcription factor Sox-2","B0R0H7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6AZC6","sox2","Q6AZC6","sox2","-","Transcription factor Sox-2","Q6AZC6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IUF0","sox2","fc08c07","sox2","top2a","Transcription factor Sox-2","DNA topoisomerase 2 (EC 5.6.2.2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A3KPR4","sox2","A3KPR4","sox2","hist1h4l","Transcription factor Sox-2","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A5N9","sox2","B8A5N9","sox2","noto","Transcription factor Sox-2","B8A5N9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R9Y5","sox2","F1R9Y5","sox2","pck2","Transcription factor Sox-2","F1R9Y5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B2BM15","sox2","B2BM15","sox2","zic4","Transcription factor Sox-2","B2BM15","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ILJ8","sox2","A0A0R4ILJ8","sox2","glrx2","Transcription factor Sox-2","A0A0R4ILJ8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZUN6","sox2","Q7ZUN6","sox2","paics","Transcription factor Sox-2","Q7ZUN6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7T177","sox2","Q7T177","sox2","znf668","Transcription factor Sox-2","Q7T177","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DFM3","sox2","B3DFM3","sox2","dlc","Transcription factor Sox-2","B3DFM3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZW11","sox2","Q7ZW11","sox2","tmem39b","Transcription factor Sox-2","Q7ZW11","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q92005","sox2","eef1a","sox2","eef1a","Transcription factor Sox-2","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DH51","sox2","pqbp1l","sox2","pqbp1","Transcription factor Sox-2","Polyglutamine-binding protein 1 (Polyglutamine tract-binding protein 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q804Q5","sox2","Q804Q5","sox2","fezf2","Transcription factor Sox-2","Q804Q5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QMG5","sox2","F1QMG5","sox2","hes6","Transcription factor Sox-2","F1QMG5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q8JGR8","sox2","scarb2","sox2","scarb2a","Transcription factor Sox-2","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R3B9","sox2","fc21c10","sox2","fanci","Transcription factor Sox-2","FA complementation group I (Fanconi anemia group I protein)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QMW2","sox2","F1QMW2","sox2","xiap","Transcription factor Sox-2","F1QMW2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R5S7","sox2","fkd-6","sox2","foxd3","Transcription factor Sox-2","Forkhead box protein D3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QME7","sox2","F1QME7","sox2","im:7138239","Transcription factor Sox-2","F1QME7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R6R9","sox2","F1R6R9","sox2","tns3.2","Transcription factor Sox-2","F1R6R9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QYL2","sox2","F1QYL2","sox2","ern1","Transcription factor Sox-2","F1QYL2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q4G5V7","sox2","rtn5","sox2","rtn1a","Transcription factor Sox-2","Reticulon","tf-link","27924024","regulates","txid7955" +"Q6P0E1","P47792","sox2","sox19a","sox2","sox19a","Transcription factor Sox-2","Transcription factor Sox-19a","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R3Q7","sox2","F1R3Q7","sox2","rrp9","Transcription factor Sox-2","F1R3Q7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JIS9","sox2","AMP deaminase","sox2","ampd2b","Transcription factor Sox-2","AMP deaminase (EC 3.5.4.6)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IIC7","sox2","A0A0R4IIC7","sox2","ikzf2","Transcription factor Sox-2","A0A0R4IIC7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R313","sox2","F1R313","sox2","pex19","Transcription factor Sox-2","F1R313","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTH1","sox2","F1QTH1","sox2","-","Transcription factor Sox-2","F1QTH1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6NV11","sox2","zgc:85677","sox2","hmga1a","Transcription factor Sox-2","High mobility group protein HMG-I/HMG-Y (High mobility group AT-hook protein 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RCH4","sox2","notch6","sox2","notch2","Transcription factor Sox-2","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R4Q3","sox2","F1R4Q3","sox2","-","Transcription factor Sox-2","F1R4Q3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R6B2","sox2","F1R6B2","sox2","eve1","Transcription factor Sox-2","F1R6B2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DI02","sox2","Q6DI02","sox2","prc1a","Transcription factor Sox-2","Q6DI02","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QS56","sox2","F1QS56","sox2","plch1","Transcription factor Sox-2","F1QS56","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F365","sox2","E7F365","sox2","nrde2","Transcription factor Sox-2","E7F365","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F6PBY5","sox2","F6PBY5","sox2","-","Transcription factor Sox-2","F6PBY5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F9Z1","sox2","VWF","sox2","vwf","Transcription factor Sox-2","von Willebrand factor","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q691","sox2","cb85","sox2","tdgf1","Transcription factor Sox-2","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A9JRC9","sox2","A9JRC9","sox2","-","Transcription factor Sox-2","A9JRC9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QEL6","sox2","E9QEL6","sox2","myo15ab","Transcription factor Sox-2","E9QEL6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F6P5S3","sox2","F6P5S3","sox2","-","Transcription factor Sox-2","F6P5S3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q5X0","sox2","F1Q5X0","sox2","snap29","Transcription factor Sox-2","F1Q5X0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IRZ2","sox2","A0A0R4IRZ2","sox2","terf2ip","Transcription factor Sox-2","A0A0R4IRZ2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LWX2","sox2","Q1LWX2","sox2","LOC554876","Transcription factor Sox-2","Q1LWX2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1L894","sox2","Q1L894","sox2","si:ch211-191i18.4","Transcription factor Sox-2","Q1L894","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8JKC4","sox2","B8JKC4","sox2","si:ch211-191a24.4","Transcription factor Sox-2","B8JKC4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B3DGV3","sox2","B3DGV3","sox2","tle3a","Transcription factor Sox-2","B3DGV3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A140LH81","sox2","A0A140LH81","sox2","ccdc160","Transcription factor Sox-2","A0A140LH81","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IDS8","sox2","A0A0R4IDS8","sox2","bmper","Transcription factor Sox-2","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5TZ75","sox2","cyp2j24","sox2","cyp2p7","Transcription factor Sox-2","Cytochrome P450, family 2, subfamily J, polypeptide 24 (Cytochrome P450, family 2, subfamily P, polypeptide 7)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A9C464","sox2","A9C464","sox2","si:ch211-170d8.2","Transcription factor Sox-2","A9C464","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8Q5P5","sox2","A0A2R8Q5P5","sox2","add3a","Transcription factor Sox-2","A0A2R8Q5P5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q9PVF8","sox2","ctnna","sox2","ctnna1","Transcription factor Sox-2","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F1Q7","sox2","E7F1Q7","sox2","zranb2","Transcription factor Sox-2","E7F1Q7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IZ89","sox2","A0A0R4IZ89","sox2","si:ch211-212k18.4","Transcription factor Sox-2","A0A0R4IZ89","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R9YJP8","sox2","A0A2R9YJP8","sox2","gata2a","Transcription factor Sox-2","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A2R8QLA5","sox2","A0A2R8QLA5","sox2","-","Transcription factor Sox-2","A0A2R8QLA5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QTR4","sox2","F1QTR4","sox2","ppp1r3cb","Transcription factor Sox-2","F1QTR4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1RDU0","sox2","F1RDU0","sox2","her3","Transcription factor Sox-2","F1RDU0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6TGY6","sox2","Q6TGY6","sox2","pabpc1l","Transcription factor Sox-2","Q6TGY6","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QGJ5","sox2","E9QGJ5","sox2","gdpd2","Transcription factor Sox-2","E9QGJ5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6DGZ2","sox2","Q6DGZ2","sox2","faimb","Transcription factor Sox-2","Q6DGZ2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5SPB0","sox2","Q5SPB0","sox2","slc38a4","Transcription factor Sox-2","Q5SPB0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QG48","sox2","F1QG48","sox2","tnfaip3","Transcription factor Sox-2","F1QG48","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q08BC0","sox2","Q08BC0","sox2","pim1","Transcription factor Sox-2","Q08BC0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q7ZW00","sox2","agk","sox2","agk","Transcription factor Sox-2","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QD19","sox2","E9QD19","sox2","ponzr5","Transcription factor Sox-2","E9QD19","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4ISD4","sox2","A0A0R4ISD4","sox2","nudt12","Transcription factor Sox-2","A0A0R4ISD4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B0S750","sox2","si:ch211-251j10.3","sox2","si:ch211-251j10.3","Transcription factor Sox-2","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QI81","sox2","F1QI81","sox2","her8a","Transcription factor Sox-2","F1QI81","tf-link","27924024","regulates","txid7955" +"Q6P0E1","G1K2E7","sox2","G1K2E7","sox2","cdh2","Transcription factor Sox-2","G1K2E7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R1F1","sox2","F1R1F1","sox2","col9a3","Transcription factor Sox-2","F1R1F1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QPK2","sox2","hccsa","sox2","hccsa.1","Transcription factor Sox-2","Holocytochrome c-type synthase (EC 4.4.1.17)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QAU0","sox2","F1QAU0","sox2","-","Transcription factor Sox-2","F1QAU0","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0R4IUP4","sox2","A0A0R4IUP4","sox2","si:dkey-244a7.1","Transcription factor Sox-2","A0A0R4IUP4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FF64","sox2","E7FF64","sox2","samd14","Transcription factor Sox-2","E7FF64","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QBR5","sox2","E9QBR5","sox2","-","Transcription factor Sox-2","E9QBR5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1MTG3","sox2","Q1MTG3","sox2","si:dkey-286j15.3","Transcription factor Sox-2","Q1MTG3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QNI7","sox2","F1QNI7","sox2","slc7a3b","Transcription factor Sox-2","F1QNI7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7FGH0","sox2","sept12","sox2","sept12","Transcription factor Sox-2","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","B8A5N7","sox2","cdc25","sox2","cdc25b","Transcription factor Sox-2","M-phase inducer phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QII2","sox2","F1QII2","sox2","LOC103911751","Transcription factor Sox-2","F1QII2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R6W7","sox2","F1R6W7","sox2","-","Transcription factor Sox-2","F1R6W7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q5SNQ6","sox2","si:dkey-12h9.4","sox2","gtf2h5","Transcription factor Sox-2","General transcription and DNA repair factor IIH subunit TFB5","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QHW1","sox2","E9QHW1","sox2","-","Transcription factor Sox-2","E9QHW1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7EZX1","sox2","si:dkey-261m9.15","sox2","hist1h2a5","Transcription factor Sox-2","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1RLQ4","sox2","fa96d06","sox2","-","Transcription factor Sox-2","C-terminal-binding protein 1 (Zgc:136929)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1L927","sox2","Q1L927","sox2","crb1","Transcription factor Sox-2","Q1L927","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QH90","sox2","E9QH90","sox2","znf770","Transcription factor Sox-2","E9QH90","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R068","sox2","F1R068","sox2","lysmd1","Transcription factor Sox-2","F1R068","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QBV5","sox2","unm_st43","sox2","kif1b","Transcription factor Sox-2","Kinesin family member 1B (Kinesin-like protein KIF1B)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q803F0","sox2","TGIF","sox2","tgif1","Transcription factor Sox-2","Homeobox protein TGIF1 (TGFB-induced factor)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P3H9","sox2","zgc:55813","sox2","slc3a2b","Transcription factor Sox-2","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QJI8","sox2","F1QJI8","sox2","fbxo5","Transcription factor Sox-2","F1QJI8","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QUQ1","sox2","F1QUQ1","sox2","zcchc10","Transcription factor Sox-2","F1QUQ1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1QCF9","sox2","F1QCF9","sox2","ccdc9","Transcription factor Sox-2","F1QCF9","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q0Z946","sox2","h2afvb","sox2","h2az2b","Transcription factor Sox-2","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q802V1","sox2","Q802V1","sox2","ss18","Transcription factor Sox-2","Q802V1","tf-link","27924024","regulates","txid7955" +"Q6P0E1","U3JB09","sox2","U3JB09","sox2","adgrf8","Transcription factor Sox-2","U3JB09","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E9QHY4","sox2","DNA repair and recombination protein RAD54B","sox2","rad54b","Transcription factor Sox-2","DNA repair and recombination protein RAD54B (RAD54 homolog B)","tf-link","27924024","regulates","txid7955" +"Q6P0E1","A0A0G2LA96","sox2","A0A0G2LA96","sox2","gramd1ba","Transcription factor Sox-2","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R3J4","sox2","F1R3J4","sox2","si:ch211-220f16.2","Transcription factor Sox-2","F1R3J4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q1LYC7","sox2","Q1LYC7","sox2","nova1","Transcription factor Sox-2","Q1LYC7","tf-link","27924024","regulates","txid7955" +"Q6P0E1","E7F6C3","sox2","E7F6C3","sox2","grhl3","Transcription factor Sox-2","E7F6C3","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1R4K4","sox2","F1R4K4","sox2","mfsd4ab","Transcription factor Sox-2","F1R4K4","tf-link","27924024","regulates","txid7955" +"Q6P0E1","F1Q9U2","sox2","F1Q9U2","sox2","kmt5c","Transcription factor Sox-2","F1Q9U2","tf-link","27924024","regulates","txid7955" +"Q6P0E1","Q6P0E1","sox2","sox2","sox2","sox2","Transcription factor Sox-2","Transcription factor Sox-2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q157","foxh1","A0A2R8Q157","foxh1","fdps","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q157","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4B5","foxh1","F1R4B5","foxh1","ube3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4B5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7I8","foxh1","E7F7I8","foxh1","nkain4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7I8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAG8","foxh1","F1RAG8","foxh1","faap24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICB9","foxh1","A0A0R4ICB9","foxh1","cant1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6Z4","foxh1","F1Q6Z4","foxh1","si:ch211-235f12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6Z4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQH8","foxh1","A0A2R8QQH8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQH8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRG5","foxh1","F1QRG5","foxh1","si:dkey-250d21.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG18","foxh1","F1QG18","foxh1","drd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILF4","foxh1","A0A0R4ILF4","foxh1","si:dkey-151g10.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PFM0","foxh1","Q6PFM0","foxh1","jmjd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PFM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHF0","foxh1","A0A0R4IHF0","foxh1","pacsin2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6K1","foxh1","F1Q6K1","foxh1","usp24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6K1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QD06","foxh1","F1QD06","foxh1","ttc13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QD06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVJ0","foxh1","ogt.2","foxh1","ogt.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WG47","foxh1","X1WG47","foxh1","il12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WG47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICM6","foxh1","A0A0R4ICM6","foxh1","mapkbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBI5","foxh1","rps25","foxh1","rps25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFP4","foxh1","A0A140LFP4","foxh1","si:ch211-63p21.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KNL3","foxh1","A3KNL3","foxh1","pcyt1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KNL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCB7","foxh1","X1WCB7","foxh1","dyrk1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNF2","foxh1","cbx3","foxh1","cbx3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A097","foxh1","A0A097","foxh1","tmsb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A097","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8C8","foxh1","zgc:91948","foxh1","p4ha2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","procollagen-proline 4-dioxygenase (EC 1.14.11.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIV1","foxh1","B8JIV1","foxh1","mbnl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1F9","foxh1","B0V1F9","foxh1","ca8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1F9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIS9","foxh1","AMP deaminase","foxh1","ampd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AMP deaminase (EC 3.5.4.6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9K9","foxh1","A0A2R8Q9K9","foxh1","rgs20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q9K9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8Z6","foxh1","F1Q8Z6","foxh1","tmeff2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8Z6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH19","foxh1","F1QH19","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QH19","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB86","foxh1","F1RB86","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R309","foxh1","F1R309","foxh1","tbc1d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R309","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P79735","foxh1","ran","foxh1","ran","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RIM0","foxh1","A0A2R8RIM0","foxh1","stim1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RIM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DY74","foxh1","K7DY74","foxh1","camta1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K7DY74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NX09","foxh1","Q6NX09","foxh1","hk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NX09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC34","foxh1","X1WC34","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIX8","foxh1","LOC564644","foxh1","nsmce2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 SUMO-protein ligase NSE2 (E3 SUMO-protein transferase NSE2) (Non-structural maintenance of chromosomes element 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD05","foxh1","E7FD05","foxh1","si:dkey-7j14.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FD05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F392","foxh1","E7F392","foxh1","si:ch211-266i6.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F392","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RV06","foxh1","cfap206","foxh1","cfap206","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cilia- and flagella-associated protein 206","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O13168","foxh1","tle3b","foxh1","tle3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transducin-like enhancer protein 3-B (Protein groucho-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPF4","foxh1","Ubiquitin carboxyl-terminal hydrolase","foxh1","usp11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JID6","foxh1","B8JID6","foxh1","dock5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JID6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDP4","foxh1","E7FDP4","foxh1","galk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMQ2","foxh1","A0A0R4IMQ2","foxh1","cnmd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMQ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6EHI4","foxh1","hif1a","foxh1","hif1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hypoxia-inducible factor 1-alpha","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DEG6","foxh1","Q9DEG6","foxh1","ctbp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DEG6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD35","foxh1","X1WD35","foxh1","sparcl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGP8","foxh1","F1QGP8","foxh1","hmgb3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DI20","foxh1","Q6DI20","foxh1","dpp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DI20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHZ7","foxh1","A0A2R8QHZ7","foxh1","fam214a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFB0","foxh1","Q8JFB0","foxh1","acvrl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JFB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3A5","foxh1","F1R3A5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3A5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVI7","foxh1","actba","foxh1","actba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P013","foxh1","fl03a12","foxh1","taf12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription initiation factor TFIID subunit 12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R026","foxh1","B0R026","foxh1","prmt5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R026","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJS3","foxh1","DNA repair protein complementing XP-G cells","foxh1","ercc5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SUG9","foxh1","P2Y purinoceptor 1","foxh1","p2ry1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P2Y purinoceptor 1 (Purinergic receptor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJX1","foxh1","scgn","foxh1","scgn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Secretagogin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPT8","foxh1","F1QPT8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKS4","foxh1","wu:fe06b12","foxh1","canx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calnexin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG88","foxh1","A0A0R4IG88","foxh1","grinaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y994","foxh1","A0A286Y994","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y994","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTF8","foxh1","F1QTF8","foxh1","tdrd7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX88","foxh1","F1QX88","foxh1","si:ch211-51a6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZG2","foxh1","A8DZG2","foxh1","srsf6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T351","foxh1","wu:fc92c07","foxh1","atf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WG38","foxh1","X1WG38","foxh1","si:ch73-95l15.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WG38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O57341","foxh1","fgf8a","foxh1","fgf8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibroblast growth factor 8 (FGF-8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q30JB6","foxh1","etv2","foxh1","etsrp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ETS variant transcription factor 2 (Ets variant gene 2) (Ets1-related protein) (Etv2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UKP2","foxh1","A0A0H2UKP2","foxh1","col4a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UKP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUX5","foxh1","Q1LUX5","foxh1","znf296","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9Y7","foxh1","E7F9Y7","foxh1","tagln3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9Y7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9J8","foxh1","A0A2R8Q9J8","foxh1","LOC100000713","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q9J8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3ZB95","foxh1","Q3ZB95","foxh1","mpi","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q3ZB95","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0PKX9","foxh1","Q0PKX9","foxh1","tnfsf10l3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0PKX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5C0","foxh1","Synaptotagmin","foxh1","syt2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GQN5","foxh1","ppp1r42","foxh1","ppp1r42","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein phosphatase 1 regulatory subunit 42 (Leucine-rich repeat-containing protein 67)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBC0","foxh1","X1WBC0","foxh1","nfybb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGR0","foxh1","E7FGR0","foxh1","LOC101882255","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F071","foxh1","E7F071","foxh1","hnrnpul1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F071","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIA7","foxh1","F1QIA7","foxh1","taf5l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI24","foxh1","F1QI24","foxh1","capn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1F5","foxh1","Guanine nucleotide-binding protein subunit gamma","foxh1","gngt2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHT2","foxh1","B8JHT2","foxh1","map3k9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHT2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4L216","foxh1","fa18f02","foxh1","afp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Antifreeze protein type IV (Type IV antifreeze protein) (Zgc:161979)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UKN9","foxh1","A0A0H2UKN9","foxh1","agbl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UKN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGY1","foxh1","A2BGY1","foxh1","arvcfb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGZ1","foxh1","si:ch1073-153i20.4","foxh1","histh1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H1-like (Si:ch1073-153i20.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJ99","foxh1","A0A2R8QJ99","foxh1","fbxo25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJ99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH92","foxh1","clock3","foxh1","clockb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F888","foxh1","arid5b","foxh1","arid5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AT-rich interactive domain-containing protein 5B (ARID domain-containing protein 5B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PHK4","foxh1","agxt","foxh1","agxtb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alanine--glyoxylate aminotransferase (AGT) (SPT) (EC 2.6.1.44) (EC 2.6.1.51) (Serine--pyruvate aminotransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGL9","foxh1","A0A0R4IGL9","foxh1","pwwp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY27","foxh1","A0A0R4IY27","foxh1","nbeab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGX8","foxh1","A0A140LGX8","foxh1","chrnb5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R313","foxh1","F1R313","foxh1","pex19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R313","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICL5","foxh1","Protein transport protein Sec24A isoform X2","foxh1","sec24a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ89","foxh1","Q5TZ89","foxh1","brf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZ89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1W1","foxh1","E7F1W1","foxh1","LOC110438156","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX26","foxh1","A0A0R4IX26","foxh1","snx25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NV11","foxh1","zgc:85677","foxh1","hmga1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","High mobility group protein HMG-I/HMG-Y (High mobility group AT-hook protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDN7","foxh1","F1QDN7","foxh1","vegfab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P105","foxh1","HuC","foxh1","elavl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R118","foxh1","B0R118","foxh1","pacsin3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R118","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5W8","foxh1","A1A5W8","foxh1","ipmkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A5W8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RI03","foxh1","Q5RI03","foxh1","scyl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RI03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WE18","foxh1","kank2","foxh1","kank2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KN motif and ankyrin repeat domain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q561Y0","foxh1","dnaaf10","foxh1","wdr92","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynein axonemal assembly factor 10 (WD repeat-containing protein 92)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWY0","foxh1","F1QWY0","foxh1","eva1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566Z4","foxh1","Q566Z4","foxh1","srd5a2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q566Z4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","J9JI04","foxh1","J9JI04","foxh1","parpbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","J9JI04","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FUL9","foxh1","A4FUL9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FUL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJL0","foxh1","A0A2R9YJL0","foxh1","c1qtnf6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BL21","foxh1","cnih2","foxh1","cnih2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein cornichon homolog 2 (CNIH-2) (Cornichon family AMPA receptor auxiliary protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8Z1","foxh1","Dedicator of cytokinesis 7","foxh1","dock7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXH5","foxh1","F1QXH5","foxh1","clcn4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGY7","foxh1","Q6PGY7","foxh1","cisd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PGY7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBX3","foxh1","Q6PBX3","foxh1","her6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIY5","foxh1","mt-atp6","foxh1","mt-atp6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP synthase subunit a (F-ATPase protein 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6B2","foxh1","F1R6B2","foxh1","eve1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6B2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRC5","foxh1","Q6DRC5","foxh1","uspl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AXK4","foxh1","babam1","foxh1","babam1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH02","foxh1","sco2","foxh1","sco2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein SCO2 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DI02","foxh1","Q6DI02","foxh1","prc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DI02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F365","foxh1","E7F365","foxh1","nrde2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F365","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKS6","foxh1","tbx-b","foxh1","tbx3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-box transcription factor 3a (T-box transcription factor TBX3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F264","foxh1","E7F264","foxh1","b4galt3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F264","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSW6","foxh1","A0A1D5NSW6","foxh1","eml3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KER3","foxh1","A0A0G2KER3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KER3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJB7","foxh1","A0A0R4IJB7","foxh1","si:ch211-117l17.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2V3","foxh1","E7F2V3","foxh1","mcf2lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2V3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISY2","foxh1","I3ISY2","foxh1","pimr205","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY93","foxh1","F1QY93","foxh1","syngap1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QY93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW56","foxh1","A5WW56","foxh1","si:ch211-80h18.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R405","foxh1","si:ch73-15j19.1","foxh1","bcl9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRU4","foxh1","F1QRU4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9Z1","foxh1","VWF","foxh1","vwf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","von Willebrand factor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBI0","foxh1","wu:fb18c11","foxh1","sucla2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJQ5","foxh1","F1QJQ5","foxh1","c1galt1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R506","foxh1","si:ch211-239o15.1","foxh1","prkcq","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein kinase C (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NUQ2","foxh1","F-box only protein 41","foxh1","fbxo41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box only protein 41 (F-box protein 41)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5Y1","foxh1","A1A5Y1","foxh1","mgst3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A5Y1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KQ62","foxh1","fbn2","foxh1","fbn2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibrillin 2b (Fibrillin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC82","foxh1","F1RC82","foxh1","nectin1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC82","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8X9","foxh1","Q1L8X9","foxh1","slc17a8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8X9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5H3","foxh1","F1Q5H3","foxh1","slka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5H3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMQ8","foxh1","F1QMQ8","foxh1","zpld1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBA2","foxh1","X1WBA2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q792","foxh1","F1Q792","foxh1","glis2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q792","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVX5","foxh1","Q7ZVX5","foxh1","reep3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZVX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q568","foxh1","F1Q568","foxh1","prickle3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q568","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHP0","foxh1","E9QHP0","foxh1","lcorl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH04","foxh1","E7FH04","foxh1","mapta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH04","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSB4","foxh1","A0A1D5NSB4","foxh1","adgrg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PEI3","foxh1","Q6PEI3","foxh1","phactr4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PEI3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1IGX5","foxh1","A1IGX5","foxh1","fibin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1IGX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BHI0","foxh1","A2BHI0","foxh1","fam83fa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BHI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCA3","foxh1","X1WCA3","foxh1","tex36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8I6","foxh1","Q1L8I6","foxh1","kcnj1a.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8I6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8S0","foxh1","fb26e10","foxh1","drap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502A6","foxh1","Q502A6","foxh1","ctss2.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q502A6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F690","foxh1","E7F690","foxh1","pde5aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F690","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PNN7","foxh1","Q5PNN7","foxh1","irf4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PNN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2G0","foxh1","E7F2G0","foxh1","camk2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2G0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0L9","foxh1","F1R0L9","foxh1","abhd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0L9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PD98","foxh1","errg","foxh1","esrrga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Estrogen-related receptor gamma a (Estrogen-related receptor gamma isoform X4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4R6","foxh1","si:ch211-220a11.1","foxh1","tet3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q691","foxh1","cb85","foxh1","tdgf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4KME1","foxh1","im:7142760","foxh1","rab24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB24, member RAS oncogene family (Ras-related protein Rab-24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT11","foxh1","A0A0R4IT11","foxh1","notch1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KNH7","foxh1","fb16e03","foxh1","nfya","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIP5","foxh1","F1QIP5","foxh1","pacs1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK08","foxh1","Growth differentiation factor 5","foxh1","gdf5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Growth differentiation factor 5 (Growth/differentiation factor 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I8K8","foxh1","s1pr2","foxh1","s1pr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIM9","foxh1","E9QIM9","foxh1","uhrf1bp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVT5","foxh1","A5WVT5","foxh1","si:ch211-71m22.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYA1","foxh1","Q6NYA1","foxh1","hnrnpabb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX15","foxh1","A0A0R4IX15","foxh1","tmem119a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJI6","foxh1","A0A2R9YJI6","foxh1","arpp21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG09","foxh1","A4IG09","foxh1","ftr83","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IG09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8A5","foxh1","F1R8A5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8A5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P5S3","foxh1","F6P5S3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P5S3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RZX5","foxh1","A0A2R8RZX5","foxh1","pfkmb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RZX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQX8","foxh1","A0A0R4IQX8","foxh1","cacna1da","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NW06","foxh1","F6NW06","foxh1","arhgap19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NW06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZTW4","foxh1","sgk1","foxh1","sgk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein kinase Sgk1 (EC 2.7.11.1) (Serum/glucocorticoid-regulated kinase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDL8","foxh1","E7FDL8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWW2","foxh1","F1QWW2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHN2","foxh1","Q6DHN2","foxh1","dedd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDZ5","foxh1","R4GDZ5","foxh1","myh7ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GDZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHL9","foxh1","E9QHL9","foxh1","xpo6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPB8","foxh1","F1QPB8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPB8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5X2","foxh1","fbxl7","foxh1","fbxl7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box/LRR-repeat protein 7 (F-box and leucine-rich repeat protein 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITI1","foxh1","I3ITI1","foxh1","xrra1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRE2","foxh1","A9JRE2","foxh1","mri1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPE4","foxh1","A0A2R8QPE4","foxh1","lrtm2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8W0","foxh1","A0A286Y8W0","foxh1","ebf3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y8W0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDR0","foxh1","X1WDR0","foxh1","pwwp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAF4","foxh1","U3JAF4","foxh1","si:ch211-196c10.13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q71N41","foxh1","Q71N41","foxh1","gamt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q71N41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWX2","foxh1","Q1LWX2","foxh1","LOC554876","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QU49","foxh1","F1QU49","foxh1","tex9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QU49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YAY2","foxh1","A0A286YAY2","foxh1","grik1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YAY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUU8","foxh1","Q1LUU8","foxh1","znf384a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUU8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PNM8","foxh1","Q5PNM8","foxh1","slc25a23b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PNM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD74","foxh1","F1RD74","foxh1","selenop2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GQN0","foxh1","cep41","foxh1","cep41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centrosomal protein of 41 kDa (Cep41) (Testis-specific gene A14 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1F0","foxh1","E7F1F0","foxh1","mtmr10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1F0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NRL9","foxh1","F6NRL9","foxh1","vcam1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NRL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMR0","foxh1","A5PMR0","foxh1","zzz3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7X1","foxh1","E7F7X1","foxh1","mpp3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8Y3","foxh1","LOC564395","foxh1","smad6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ20","foxh1","F1QJ20","foxh1","dimt1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0M8V6","foxh1","A0M8V6","foxh1","cav2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0M8V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BE63","foxh1","A2BE63","foxh1","hoxc6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BE63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REH1","foxh1","F1REH1","foxh1","si:ch211-69m14.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGV3","foxh1","B3DGV3","foxh1","tle3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QUG2","foxh1","A0A2R8QUG2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QUG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBL1","foxh1","A0A2R8QBL1","foxh1","LOC100329480","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBL1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYL9","foxh1","E7EYL9","foxh1","fam83e","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX84","foxh1","sGC","foxh1","npr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Guanylate cyclase (EC 4.6.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAV1","foxh1","F1RAV1","foxh1","c1qc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHQ5","foxh1","B8JHQ5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PN22","foxh1","A5PN22","foxh1","wdr44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PN22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLR1","foxh1","F1QLR1","foxh1","cox4i2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLR1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMA9","foxh1","A0A0R4IMA9","foxh1","edil3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCN1","foxh1","F1QCN1","foxh1","slc22a18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V153","foxh1","B0V153","foxh1","mthfr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V153","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L894","foxh1","Q1L894","foxh1","si:ch211-191i18.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L894","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGN5","foxh1","F1QGN5","foxh1","gnl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGK9","foxh1","c19orf39","foxh1","swsap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SWIM-type zinc finger 7-associated protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIB3","foxh1","B8JIB3","foxh1","lrit3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7F6","foxh1","Nonsense-mediated mRNA decay factor SMG9","foxh1","smg9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nonsense-mediated mRNA decay factor SMG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QMN5","foxh1","A0A2R8QMN5","foxh1","slc39a8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QMN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUV1","foxh1","F1QUV1","foxh1","mpped1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9I0","foxh1","E7F9I0","foxh1","crema","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9I0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUS9","foxh1","Ubiquitin carboxyl-terminal hydrolase 7","foxh1","usp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin carboxyl-terminal hydrolase 7 (EC 3.4.19.12) (Ubiquitin thioesterase 7) (Ubiquitin-specific-processing protease 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFD8","foxh1","A2BFD8","foxh1","thy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISH1","foxh1","I3ISH1","foxh1","olfce2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJE2","foxh1","Q5XJE2","foxh1","tspan5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XJE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGG1","foxh1","mtmr12","foxh1","mtmr12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myotubularin-related protein 12 (Inactive phosphatidylinositol 3-phosphatase 12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAD6","foxh1","F1RAD6","foxh1","igdcc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPP1","foxh1","A0A2R8QPP1","foxh1","sp3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4T7","foxh1","E7F4T7","foxh1","slc16a8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4T7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBJ2","foxh1","A0A0R4IBJ2","foxh1","bxdc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIY0","foxh1","mt-nd5","foxh1","mt-nd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NADH-ubiquinone oxidoreductase chain 5 (EC 7.1.1.2) (NADH dehydrogenase subunit 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBJ5","foxh1","E9QBJ5","foxh1","ntd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7W2","foxh1","V-type proton ATPase subunit a","foxh1","atp6v0a2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","V-type proton ATPase subunit a","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q24JV3","foxh1","zgc:136896","foxh1","rpl31","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLX2","foxh1","Q1RLX2","foxh1","timp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVG4","foxh1","c20orf45","foxh1","prelid3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PRELI domain containing protein 3B (Protein slowmo homolog 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGU4","foxh1","A0A0R4IGU4","foxh1","fgf13b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCJ6","foxh1","E9QCJ6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q774","foxh1","F1Q774","foxh1","eif3jb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q774","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDS8","foxh1","A0A0R4IDS8","foxh1","bmper","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYL8","foxh1","B0UYL8","foxh1","serpine3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJ71","foxh1","A0A0R4IJ71","foxh1","plecb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJ71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR28","foxh1","F1QR28","foxh1","rd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IR92","foxh1","A0A0R4IR92","foxh1","drd4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IR92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKQ1","foxh1","F1QKQ1","foxh1","cux2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S099","foxh1","A0A2R8S099","foxh1","casp17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8S099","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXL7","foxh1","Probable flap endonuclease 1 homolog","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Probable flap endonuclease 1 homolog (FEN-1 homolog) (EC 3.1.-.-) (Flap structure-specific endonuclease 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5P0","foxh1","F1R5P0","foxh1","rnf146","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5P0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWD4","foxh1","A5WWD4","foxh1","si:dkey-61l1.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ75","foxh1","cyp2j24","foxh1","cyp2p7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome P450, family 2, subfamily J, polypeptide 24 (Cytochrome P450, family 2, subfamily P, polypeptide 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9H1","foxh1","E7F9H1","foxh1","si:ch211-218g4.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9H1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPC2","foxh1","F1QPC2","foxh1","cfap161","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2S6","foxh1","E7F2S6","foxh1","si:dkey-163m14.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2S6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KEP1","foxh1","A0A0G2KEP1","foxh1","ccno","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KEP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4E7","foxh1","B8A4E7","foxh1","rrp12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4E7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4T3","foxh1","F2Z4T3","foxh1","znfl1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4T3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5J5","foxh1","B0S5J5","foxh1","ttpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q06W25","foxh1","sb:cb973","foxh1","scn4bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sodium channel, voltage-gated, type IV, beta b (Voltage-gated sodium channel beta 4 subunit locus 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD15","foxh1","B7ZD15","foxh1","olfm1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZY5","foxh1","Q7SZY5","foxh1","rimbp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DLG5","foxh1","ednra","foxh1","ednraa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Endothelin-1 receptor (Endothelin receptor type A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ67","foxh1","F1QZ67","foxh1","sgpp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QV54","foxh1","F1QV54","foxh1","pus10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QV54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC55","foxh1","F1RC55","foxh1","smad6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90267","foxh1","Q90267","foxh1","otx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90267","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZ01","foxh1","Brain-derived neurotrophic factor","foxh1","bdnf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Brain-derived neurotrophic factor (BDNF)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHL4","foxh1","sumo2","foxh1","sumo2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small ubiquitin-related modifier 2 (SUMO-2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAL1","foxh1","fb78g03","foxh1","nedd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NEDD1 gamma-tubulin ring complex targeting factor (Protein NEDD1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEV0","foxh1","H0WEV0","foxh1","ttc41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C464","foxh1","A9C464","foxh1","si:ch211-170d8.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C464","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q7R0","foxh1","A0A2R8Q7R0","foxh1","ostm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q7R0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRM3","foxh1","A0A0R4IRM3","foxh1","mef2aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REF3","foxh1","F1REF3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT80","foxh1","Netrin g2b","foxh1","ntng2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Netrin g2b (Netrin-G2-like isoform X7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPB3","foxh1","F1QPB3","foxh1","phf6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNB1","foxh1","F1QNB1","foxh1","ank3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q5P5","foxh1","A0A2R8Q5P5","foxh1","add3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q5P5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBI9","foxh1","E7FBI9","foxh1","fam183a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9R2","foxh1","A0A2R8Q9R2","foxh1","tpd52l2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q9R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5D7","foxh1","F1Q5D7","foxh1","ftr16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5D7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QV10","foxh1","A0A2R8QV10","foxh1","rapgef5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QV10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NLI6","foxh1","F6NLI6","foxh1","ppib","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NLI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVG0","foxh1","Q1LVG0","foxh1","mylk4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWU4","foxh1","zgc:103624","foxh1","myl6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IE29","foxh1","A0A0R4IE29","foxh1","pla2g15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IE29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PVF8","foxh1","ctnna","foxh1","ctnna1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGL3","foxh1","E9QGL3","foxh1","rbp7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPV5","foxh1","psmb3","foxh1","p4hb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6D7","foxh1","zdhhc6","foxh1","zdhhc6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Palmitoyltransferase ZDHHC6 (EC 2.3.1.225) (DHHC domain-containing protein 6) (Stearoyltransferase ZDHHC6) (EC 2.3.1.-) (Zinc finger DHHC domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q06726","foxh1","Q06726","foxh1","nr2f5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q06726","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V236","foxh1","si:dkeyp-68h1.1","foxh1","cdh12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWB6","foxh1","zwilch","foxh1","zwilch","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein zwilch homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJG4","foxh1","A0A2R9YJG4","foxh1","cipcb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMA1","foxh1","F1QMA1","foxh1","pdp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBZ5","foxh1","E7FBZ5","foxh1","ccdc77","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0C2","foxh1","E7F0C2","foxh1","zmp:0000001048","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0C2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A068F9P7","foxh1","A0A068F9P7","foxh1","b3glcta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A068F9P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWM8","foxh1","A0A0R4IWM8","foxh1","cables1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32PS5","foxh1","zgc:123352","foxh1","grpel1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GrpE protein homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7L0","foxh1","B0S7L0","foxh1","dus1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCZ6","foxh1","Casein kinase 2, alpha prime polypeptide b","foxh1","csnk2a2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RJ22","foxh1","A0A2R8RJ22","foxh1","ano2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RJ22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC46","foxh1","F1RC46","foxh1","atp6ap1la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ58","foxh1","F1QZ58","foxh1","abch1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCZ7","foxh1","F1QCZ7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPY0","foxh1","A3KPY0","foxh1","rbm33b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QM82","foxh1","A0A2R8QM82","foxh1","si:dkey-7i4.21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QM82","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJP8","foxh1","A0A2R9YJP8","foxh1","gata2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG99","foxh1","kctd6","foxh1","kctd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BTB/POZ domain-containing protein KCTD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHZ8","foxh1","E9QHZ8","foxh1","usp53b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHZ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS33","foxh1","F1QS33","foxh1","si:dkey-66a8.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7I8","foxh1","A8E7I8","foxh1","ccdc18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7I8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","C0SQ73","foxh1","C0SQ73","foxh1","plxdc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C0SQ73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBS8","foxh1","Q6PBS8","foxh1","chchd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEW9","foxh1","R4GEW9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P0C8Y1","foxh1","mzt1","foxh1","mzt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITX2","foxh1","A0A0R4ITX2","foxh1","map3k22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA35","foxh1","F1RA35","foxh1","macf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L867","foxh1","Q1L867","foxh1","fndc5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L867","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPG5","foxh1","A3KPG5","foxh1","crp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F118","foxh1","ABC-type glutathione-S-conjugate transporter","foxh1","abcc6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT71","foxh1","I3IT71","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IT71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIQ1","foxh1","si:dkeyp-80c12.7","foxh1","gsk3bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90XH2","foxh1","meis1","foxh1","meis1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUV1","foxh1","Q7ZUV1","foxh1","plekhf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVB9","foxh1","F1QVB9","foxh1","jag2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVB9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0J9","foxh1","zgc:77184","foxh1","pigf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylinositol glycan anchor biosynthesis, class F (Phosphatidylinositol glycan, class F) (Phosphatidylinositol-glycan biosynthesis class F protein (EC 2.7.8.1))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7C9","foxh1","E7F7C9","foxh1","ccnj","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7C9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4R5","foxh1","F2Z4R5","foxh1","tmem163b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4R5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P8R2","foxh1","F6P8R2","foxh1","osbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P8R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5T6","foxh1","A1A5T6","foxh1","dido1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A5T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBY7","foxh1","F1QBY7","foxh1","dnai1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBY7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L2F6","foxh1","A1L2F6","foxh1","tmem205","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L2F6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAY5","foxh1","E7FAY5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7MBY6","foxh1","CH1073-272H17.1","foxh1","cept1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZT8","foxh1","F1QZT8","foxh1","cast","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A446","foxh1","abca1","foxh1","abca1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP-binding cassette sub-family A member 1 (ATP-binding cassette, sub-family A (ABC1), member 1A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E0R7P5","foxh1","E0R7P5","foxh1","kcnc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E0R7P5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXE3","foxh1","zgc:112400","foxh1","rad52","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q545","foxh1","F1Q545","foxh1","mybpc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q545","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISL3","foxh1","A0A0R4ISL3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM28","foxh1","Q6ZM28","foxh1","slc48a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6ZM28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBR6","foxh1","F1RBR6","foxh1","pter","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBR6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD10","foxh1","B7ZD10","foxh1","si:ch211-223p8.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7H9","foxh1","B0S7H9","foxh1","mrpl41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7H9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB27","foxh1","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2","foxh1","appl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2 (DCC-interacting protein 13-beta isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L959","foxh1","fb12g11","foxh1","usf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMF9","foxh1","zgc:91964","foxh1","rbck1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXN1","foxh1","A0A0R4IXN1","foxh1","aatkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEY9","foxh1","E7FEY9","foxh1","si:ch211-67e16.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCJ5","foxh1","F1QCJ5","foxh1","josd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC53","foxh1","ppial","foxh1","ppiab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXL2","foxh1","B0UXL2","foxh1","idh1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXL2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q971","foxh1","F1Q971","foxh1","tyw5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q971","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBK3","foxh1","A0A286YBK3","foxh1","galnt7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YBK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIN2","foxh1","F1QIN2","foxh1","patl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBX7","foxh1","si:ch211-231o6.2","foxh1","gfi1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUU9","foxh1","A0A0R4IUU9","foxh1","si:ch73-221f6.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGY6","foxh1","Q6TGY6","foxh1","pabpc1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TGY6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC16","foxh1","A0A0R4IC16","foxh1","si:ch211-103a14.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F333","foxh1","fc22f12","foxh1","lrrc8c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IV74","foxh1","A0A0R4IV74","foxh1","acap3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IV74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFJ8","foxh1","fb19a06","foxh1","hnrnph1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heterogeneous nuclear ribonucleoprotein H1,-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS24","foxh1","F1QS24","foxh1","ly75","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QM71","foxh1","msn3","foxh1","mink1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWJ8","foxh1","Q6NWJ8","foxh1","ugp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRU6","foxh1","A0A0R4IRU6","foxh1","arhgap24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB88","foxh1","E7FB88","foxh1","si:ch211-209f23.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4J8R8","foxh1","A0A0R4J8R8","foxh1","kidins220a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4J8R8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6E1","foxh1","E7F6E1","foxh1","ube4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6E1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTR4","foxh1","F1QTR4","foxh1","ppp1r3cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QUY1","foxh1","A0A2R8QUY1","foxh1","bckdhb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QUY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29RF0","foxh1","DPT","foxh1","dpt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dermatopontin (Zgc:136613 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KRG1","foxh1","A0A0G2KRG1","foxh1","tank","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KRG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLP5","foxh1","B8JLP5","foxh1","si:ch1073-75f15.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","L7VG99","foxh1","tmem132e","foxh1","tmem132e","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transmembrane protein 132E","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSS2","foxh1","A0A1D5NSS2","foxh1","pias1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7S7","foxh1","F1Q7S7","foxh1","ubtd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUC2","foxh1","F1QUC2","foxh1","ext2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PW80","foxh1","igf2bp3","foxh1","igf2bp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Insulin-like growth factor 2 mRNA-binding protein 3 (IGF2 mRNA-binding protein 3) (IMP-3) (Decapentaplegic and Vg-related 1 RNA-binding protein) (IGF-II mRNA-binding protein 3) (VICKZ family member 3) (Vg1 RNA-binding protein) (Vg1-RBP)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0I7","foxh1","F1R0I7","foxh1","scube3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0I7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REC6","foxh1","F1REC6","foxh1","vdra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REC6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F737","foxh1","dvl3","foxh1","dvl3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JMA3","foxh1","B8JMA3","foxh1","ythdc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JMA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ74","foxh1","A3KQ74","foxh1","si:dkeyp-46h3.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S585","foxh1","B0S585","foxh1","mapre1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S585","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LY62","foxh1","map2k2","foxh1","map2k2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dual specificity mitogen-activated protein kinase kinase 2 (EC 2.7.12.2) (ERK activator kinase 2) (MAPK/ERK kinase 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8W0","foxh1","Q1L8W0","foxh1","zbtb18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8W0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6D3","foxh1","F1Q6D3","foxh1","galnt9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6D3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGP0","foxh1","X1WGP0","foxh1","hoxc3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D3U0R1","foxh1","D3U0R1","foxh1","aqp8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D3U0R1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8S8","foxh1","F1Q8S8","foxh1","trim35-31","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803V7","foxh1","zgc:55452","foxh1","cdc34a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPQ1","foxh1","F1QPQ1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2L8","foxh1","mkp3","foxh1","dusp6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3Z0","foxh1","F8W3Z0","foxh1","cacna1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3Z0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4D0","foxh1","Activator of transcription and developmental regulator AUTS2 a","foxh1","auts2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9S8","foxh1","E7F9S8","foxh1","ttyh2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7D4","foxh1","F1Q7D4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7D4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V9H8","foxh1","Q4V9H8","foxh1","maf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4V9H8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDT1","foxh1","F1RDT1","foxh1","ppp1r13ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8S7","foxh1","E7F8S7","foxh1","slc7a14b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5D014","foxh1","Q5D014","foxh1","natd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5D014","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC19","foxh1","F1RC19","foxh1","mis18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC19","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQH0","foxh1","A3KQH0","foxh1","tspan18b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P35621","foxh1","dvr1","foxh1","dvr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein DVR-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSQ4","foxh1","si:dkeyp-9d4.1","foxh1","grapb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GRB2-related adaptor protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMM7","foxh1","F1QMM7","foxh1","atr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q751","foxh1","F1Q751","foxh1","sp5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q751","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D1FTM8","foxh1","D1FTM8","foxh1","slc4a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D1FTM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFW9","foxh1","zgc:112064","foxh1","gosr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Golgi SNAP receptor complex member 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWT0","foxh1","F1QWT0","foxh1","plin2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWT0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q801U6","foxh1","Q801U6","foxh1","slc6a22.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q801U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG09","foxh1","A0A0R4IG09","foxh1","eif4h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICP4","foxh1","A0A0R4ICP4","foxh1","si:ch73-347e22.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P805","foxh1","F6P805","foxh1","ankrd24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P805","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMG3","foxh1","Q6GMG3","foxh1","nr4a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F851","foxh1","E7F851","foxh1","fam120a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F851","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXI6","foxh1","PHD finger protein 12","foxh1","phf12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PHD finger protein 12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFZ5","foxh1","F1QFZ5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXJ4","foxh1","B0UXJ4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QNT7","foxh1","A0A2R8QNT7","foxh1","LOC100150236","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QNT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNM8","foxh1","F1QNM8","foxh1","si:dkey-217f16.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WER4","foxh1","H0WER4","foxh1","znf1067","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WER4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPV3","foxh1","A3KPV3","foxh1","si:dkey-20i20.15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAH5","foxh1","F1QAH5","foxh1","crybg1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ04","foxh1","cb216","foxh1","serpinh1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serpin H1 (Collagen-binding protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502K9","foxh1","Q502K9","foxh1","selenot2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q502K9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S576","foxh1","TAp73","foxh1","tp73","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cellular tumor antigen p53","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F728","foxh1","E7F728","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F728","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVR7","foxh1","Q1LVR7","foxh1","si:dkeyp-87e7.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9U2","foxh1","F1Q9U2","foxh1","kmt5c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX52","foxh1","Q1LX52","foxh1","bida","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LX52","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIL0","foxh1","E9QIL0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXB6","foxh1","F1QXB6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5K5","foxh1","wu:fi06b02","foxh1","tnfaip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIZ4","foxh1","E9QIZ4","foxh1","gdpd4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIZ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AZW2","foxh1","akr1a1a","foxh1","akr1a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aldo-keto reductase family 1 member A1-A (Alcohol dehydrogenase [NADP(+)] A) (EC 1.1.1.2) (Aldehyde reductase-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L7C1","foxh1","A0A0G2L7C1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L7C1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGJ0","foxh1","cb995","foxh1","dnajc5aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4R0","foxh1","F2Z4R0","foxh1","si:ch211-265o23.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4R0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6C3","foxh1","E7F6C3","foxh1","grhl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6C3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXV4","foxh1","A0A0R4IXV4","foxh1","runx1t1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZV6","foxh1","A0A0R4IZV6","foxh1","anpepb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ44","foxh1","F1QZ44","foxh1","neurl1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RZT1","foxh1","A0A2R8RZT1","foxh1","rapgef6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RZT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QD95","foxh1","ZH-DR","foxh1","hdr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hematopoietic death receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KWQ2","foxh1","A0A0G2KWQ2","foxh1","LOC101885715","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KWQ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NX98","foxh1","wu:fd15g02","foxh1","st13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RJD1","foxh1","A0A2R8RJD1","foxh1","LOC110440085","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RJD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG85","foxh1","Q6DG85","foxh1","uox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y7Z6","foxh1","A0A286Y7Z6","foxh1","slc7a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y7Z6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FVI3","foxh1","A4FVI3","foxh1","lto1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FVI3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYC7","foxh1","Q1LYC7","foxh1","nova1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QG94","foxh1","E9QG94","foxh1","si:ch211-59d17.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QG94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RUY3","foxh1","A2RUY3","foxh1","acap3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2RUY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KXQ3","foxh1","A0A0G2KXQ3","foxh1","dcc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KXQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5Q7","foxh1","Pmscl2","foxh1","exosc10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Exosome component 10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9C6","foxh1","E7F9C6","foxh1","rhbdf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9C6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDV8","foxh1","E9QDV8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A643","foxh1","B8A643","foxh1","si:dkey-9i23.16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A643","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHG9","foxh1","tnfsf10l2","foxh1","tnfsf10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TNF superfamily member 10 (Tumor necrosis factor (Ligand) superfamily, member 10 like 2) (Tumor necrosis factor ligand superfamily member 10 isoform 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAG6","foxh1","F1QAG6","foxh1","si:ch211-284d12.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAG6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IMW7","foxh1","Q6IMW7","foxh1","pvalb4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IMW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYT1","foxh1","nrcam","foxh1","nrcama","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuronal cell adhesion molecule a (Neuronal cell adhesion molecule precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEY4","foxh1","E7FEY4","foxh1","p2ry2.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H9KUW9","foxh1","H9KUW9","foxh1","fbxl15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H9KUW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLU0","foxh1","Q1RLU0","foxh1","vgll4l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCG7","foxh1","E7FCG7","foxh1","si:dkey-65j6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFJ3","foxh1","F1QFJ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6V7","foxh1","wu:fb65b05","foxh1","pik3r1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3J4","foxh1","F1R3J4","foxh1","si:ch211-220f16.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3J4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L9F0","foxh1","Q1L9F0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L9F0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA30","foxh1","U3JA30","foxh1","ablim2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JA30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804W2","foxh1","Q804W2","foxh1","pvalb7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q804W2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJD1","foxh1","epas1","foxh1","epas1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Endothelial PAS domain protein 1b (Endothelial PAS domain-containing protein 1) (Epas1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB22","foxh1","F1RB22","foxh1","alas1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMF9","foxh1","A0A0R4IMF9","foxh1","glyr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAP7","foxh1","U3JAP7","foxh1","casp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1YB07","foxh1","amotl2a","foxh1","amotl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Angiomotin-like 2a","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2LA96","foxh1","A0A0G2LA96","foxh1","gramd1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KCT7","foxh1","A0A0G2KCT7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KCT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5B3","foxh1","E7F5B3","foxh1","gfral","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2P4","foxh1","E7F2P4","foxh1","znf521","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2P4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PHD6","foxh1","zgc:65842","foxh1","ilk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYE0","foxh1","Q1LYE0","foxh1","swap70b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLK8","foxh1","Adrenoceptor alpha 1Ba","foxh1","adra1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NJF2","foxh1","F6NJF2","foxh1","si:dkey-13e3.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NJF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8T3","foxh1","Q1L8T3","foxh1","ubap2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8T3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEJ9","foxh1","X1WEJ9","foxh1","si:ch211-105j21.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEJ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJ97","foxh1","E9QJ97","foxh1","phip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJ97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9M2","foxh1","TERF1","foxh1","tinf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TERF1 (TRF1)-interacting nuclear factor 2 (TERF1-interacting nuclear factor 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RKM6","foxh1","A0A2R8RKM6","foxh1","tmem164","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RKM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6J7","foxh1","F1R6J7","foxh1","zeb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6J7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJR5","foxh1","si:ch211-81i17.1","foxh1","tle2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QI32","foxh1","A0A2R8QI32","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QI32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QL35","foxh1","A0A2R8QL35","foxh1","ptpn11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QL35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB83","foxh1","E7FB83","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F407","foxh1","E7F407","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F407","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802V1","foxh1","Q802V1","foxh1","ss18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q802V1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDC0","foxh1","apg5l","foxh1","atg5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Autophagy protein 5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q1V2","foxh1","A0A2R8Q1V2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q1V2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1A0","foxh1","E7F1A0","foxh1","chs1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1A0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QN90","foxh1","A4QN90","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4QN90","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0I2","foxh1","F1R0I2","foxh1","apoda.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0I2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q52JI4","foxh1","Q52JI4","foxh1","crybb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q52JI4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCX4","foxh1","F1QCX4","foxh1","sptlc2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2A1","foxh1","E7F2A1","foxh1","zrsr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV27","foxh1","atp5s","foxh1","dmac2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUR5","foxh1","fb01d07","foxh1","ssr3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Translocon-associated protein subunit gamma (Signal sequence receptor subunit gamma)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7A7","foxh1","F1Q7A7","foxh1","atoh1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7A7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWC4","foxh1","pelo","foxh1","pelo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein pelota homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q208T6","foxh1","figf","foxh1","vegfd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C-fos induced growth factor (Vascular endothelial growth factor D) (Vascular endothelial growth factor D precursor) (Vascular enthelial growth factor D)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWI4","foxh1","Q6NWI4","foxh1","ypel3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWI4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYH7","foxh1","B0UYH7","foxh1","glmna","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYH7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIJ6","foxh1","Epidermal growth factor receptor pathway substrate 15","foxh1","eps15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PLJ7","foxh1","A5PLJ7","foxh1","oxsr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PLJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O42111","foxh1","O42111","foxh1","spon2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O42111","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q834","foxh1","F1Q834","foxh1","mecom","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q834","tf-link","27924024","regulates","txid7955" +"Q9I9E1","C7S6G4","foxh1","C7S6G4","foxh1","f3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C7S6G4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQN5","foxh1","F1QQN5","foxh1","hoxa9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0E671","foxh1","Q0E671","foxh1","cmasa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0E671","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS36","foxh1","A0A0R4IS36","foxh1","sh3glb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NX89","foxh1","eif5a","foxh1","eif5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCF9","foxh1","F1QCF9","foxh1","ccdc9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFX6","foxh1","E7FFX6","foxh1","lrrc73","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IS25","foxh1","I3IS25","foxh1","trpm4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IS25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0Z946","foxh1","h2afvb","foxh1","h2az2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV18","foxh1","Q7ZV18","foxh1","stx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZV18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L042","foxh1","A0A0G2L042","foxh1","gb:bm035769","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L042","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUQ1","foxh1","F1QUQ1","foxh1","zcchc10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QNG8","foxh1","A0A2R8QNG8","foxh1","npas3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QNG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QD73","foxh1","Poly [ADP-ribose] polymerase","foxh1","tnksa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Poly [ADP-ribose] polymerase (PARP) (EC 2.4.2.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICC5","foxh1","A0A0R4ICC5","foxh1","grtp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYX5","foxh1","E7EYX5","foxh1","hectd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566R7","foxh1","Q566R7","foxh1","dusp22b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q566R7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIQ6","foxh1","A2BIQ6","foxh1","si:ch211-110p13.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QCE4","foxh1","A0A2R8QCE4","foxh1","spint1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QCE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q05AK2","foxh1","Q05AK2","foxh1","im:7154787","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q05AK2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDW6","foxh1","F1QDW6","foxh1","tmem97","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P5K3","foxh1","Q6P5K3","foxh1","rplp0","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P5K3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QJX1","foxh1","TREK-2A","foxh1","kcnk10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NIE2","foxh1","F6NIE2","foxh1","si:ch211-113e8.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NIE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9A2","foxh1","A0A0R4I9A2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566T0","foxh1","eed","foxh1","eed","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polycomb protein eed","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803F0","foxh1","TGIF","foxh1","tgif1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein TGIF1 (TGFB-induced factor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLL2","foxh1","F1QLL2","foxh1","frmpd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLL2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KP76","foxh1","A0A0G2KP76","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KP76","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJI8","foxh1","F1QJI8","foxh1","fbxo5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZC9","foxh1","Q7SZC9","foxh1","hnrnpr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8R3","foxh1","E7F8R3","foxh1","mrpl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDE7","foxh1","E9QDE7","foxh1","nnt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFQ0","foxh1","A0A140LFQ0","foxh1","atp13a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFQ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCE9","foxh1","si:ch211-276f18.2","foxh1","si:ch211-276f18.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA03","foxh1","F1RA03","foxh1","vimr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHP5","foxh1","B3DHP5","foxh1","hoxb6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DHP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDH3","foxh1","F1QDH3","foxh1","slc24a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RYG1","foxh1","A0A2R8RYG1","foxh1","igsf11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RYG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIB3","foxh1","si:dkey-273o13.5","foxh1","rps6ka4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribosomal protein S6 kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UJY9","foxh1","A0A0H2UJY9","foxh1","gorasp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UJY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QSI6","foxh1","A0A2R8QSI6","foxh1","ush1gb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QSI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF78","foxh1","E7FF78","foxh1","arhgef25b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF78","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B5DDZ4","foxh1","acta1","foxh1","dpp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acta1 protein (Dipeptidyl-peptidase 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSM8","foxh1","F1QSM8","foxh1","tmem184ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGH2","foxh1","pldn","foxh1","bloc1s6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3Q2","foxh1","A9C3Q2","foxh1","rgl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3Q2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQI2","foxh1","Q6IQI2","foxh1","lgals2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHA2","foxh1","B3DHA2","foxh1","mnx2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DHA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9C1","foxh1","E7F9C1","foxh1","si:dkey-33c9.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9C1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WGQ1","foxh1","A8WGQ1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WGQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBV5","foxh1","unm_st43","foxh1","kif1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin family member 1B (Kinesin-like protein KIF1B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3G1","foxh1","F8W3G1","foxh1","znf277","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3G1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6VNZ9","foxh1","myf6","foxh1","myf6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myogenic factor 6 (Myf-6) (Muscle-specific regulatory factor 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE90","foxh1","Fetuin B","foxh1","fetub","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fetuin B (Histidine-rich glycoprotein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMN8","foxh1","A0JMN8","foxh1","osbpl9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFE9","foxh1","E9QFE9","foxh1","syt6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFE9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQ29","foxh1","A0A2R8QQ29","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQ29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REP6","foxh1","F1REP6","foxh1","chst11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IM06","foxh1","A0A0R4IM06","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IM06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWL9","foxh1","A5WWL9","foxh1","pku300","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJK1","foxh1","Centromere protein I","foxh1","cenpi","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centromere protein I","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSL9","foxh1","F1QSL9","foxh1","gucy2d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBG1","foxh1","E7FBG1","foxh1","st3gal3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXP5","foxh1","F1QXP5","foxh1","mthfd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RQY1","foxh1","A0A2R8RQY1","foxh1","ank1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RQY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REA3","foxh1","F1REA3","foxh1","rap1gap2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGK5","foxh1","X1WGK5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4P2","foxh1","F1Q4P2","foxh1","helq","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4P2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJM7","foxh1","Q5XJM7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XJM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F916","foxh1","RAS p21 protein activator 3","foxh1","rasa3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0PIP5","foxh1","zgc:162829","foxh1","fkrp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribitol-5-phosphate transferase","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWA1","foxh1","F1QWA1","foxh1","ints6l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYI1","foxh1","B0UYI1","foxh1","tceanc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U392","foxh1","Q5U392","foxh1","cln3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5U392","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ08","foxh1","F1QZ08","foxh1","slc13a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5GH44","foxh1","XK-related protein","foxh1","xk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","XK-related protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LY17","foxh1","Q1LY17","foxh1","nom1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LY17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8R5","foxh1","Q1L8R5","foxh1","cacng8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8R5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W580","foxh1","[histone H3]-lysine","foxh1","kmt2bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ16","foxh1","si:dkey-77b17.3","foxh1","gabrr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gamma-aminobutyric acid receptor subunit rho-1 precursor (Gamma-aminobutyric acid type A receptor subunit rho1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHU8","foxh1","Q6DHU8","foxh1","pbk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHU8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6V2","foxh1","B0S6V2","foxh1","mtss1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6V2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQQ9","foxh1","scg3","foxh1","scg3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Secretogranin-3 (Secretogranin III) (SgIII)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803B9","foxh1","zgc:55938","foxh1","dcp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGD1","foxh1","A0A0R4IGD1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDF1","foxh1","E9QDF1","foxh1","si:dkey-20i20.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90XD1","foxh1","cls/sox10","foxh1","sox10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor SOX-10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QN63","foxh1","CCR4-NOT transcription complex subunit 2","foxh1","cnot2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITP7","foxh1","I3ITP7","foxh1","neu3.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCF0","foxh1","E9QCF0","foxh1","chl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCU7","foxh1","si:dkey-6l15.1","foxh1","lrrc4cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat-containing 4C, genome duplicate b (Leucine-rich repeat-containing protein 4C)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHD8","foxh1","A0A2R8QHD8","foxh1","LOC794838","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PZN9","foxh1","A0A2R8PZN9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PZN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P6X9","foxh1","nup35","foxh1","nup35","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleoporin NUP35 (35 kDa nucleoporin) (Nuclear pore complex protein Nup53) (Nucleoporin NUP53)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2XNF5","foxh1","epo","foxh1","epo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Erythropoietin (Erythropoietin-L2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2C9","foxh1","F8W2C9","foxh1","alkal1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2C9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJJ2","foxh1","F1QJJ2","foxh1","nos1apa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BE3","foxh1","Q08BE3","foxh1","slmapa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08BE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3X3","foxh1","RAS p21 protein activator","foxh1","rasa1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB56","foxh1","E7FB56","foxh1","nfe2l2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WG03","foxh1","A8WG03","foxh1","crhr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WG03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC45","foxh1","E9QC45","foxh1","si:dkey-88l16.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QC45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLQ4","foxh1","fa96d06","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C-terminal-binding protein 1 (Zgc:136929)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LY08","foxh1","Q1LY08","foxh1","cpox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LY08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS14","foxh1","A0A0R4IS14","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHP3","foxh1","A8WHP3","foxh1","slc5a9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC71","foxh1","F1QC71","foxh1","ano5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QC71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5A2","foxh1","B8A5A2","foxh1","si:ch211-243o19.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6Q417","foxh1","bb02h10","foxh1","rpl7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein uL30 (60S ribosomal protein L7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISQ3","foxh1","Neuronal acetylcholine receptor subunit beta-4","foxh1","chrnb4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuronal acetylcholine receptor subunit beta-4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S755","foxh1","B0S755","foxh1","ccdc141","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S755","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4KMJ9","foxh1","Q4KMJ9","foxh1","ppp1r14c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4KMJ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA47","foxh1","ccdc120","foxh1","ccdc120","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Coiled-coil domain containing 120","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBM0","foxh1","wu:fm70e01","foxh1","nrg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IR13","foxh1","A0A0R4IR13","foxh1","slc35f4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IR13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCW7","foxh1","X1WCW7","foxh1","crebzf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILZ0","foxh1","A0A0R4ILZ0","foxh1","si:ch73-138e16.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFV8","foxh1","A0A0R4IFV8","foxh1","phf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L223","foxh1","id:ibd2026","foxh1","cbx5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBM9","foxh1","Q6PBM9","foxh1","arr3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV13","foxh1","sfrs2","foxh1","srsf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQM1","foxh1","F1QQM1","foxh1","khdc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDT8","foxh1","E7FDT8","foxh1","crtc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGV1","foxh1","Q6DGV1","foxh1","celf4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8P7","foxh1","Q1L8P7","foxh1","thbs3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q68EG7","foxh1","Q68EG7","foxh1","morc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q68EG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W7R4","foxh1","tenm3","foxh1","tenm3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Teneurin-3 (Ten-3) (Protein Odd Oz/ten-m homolog 3) (Tenascin-M3) (Ten-m3) (Teneurin transmembrane protein 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGE6","foxh1","hspa14","foxh1","hspa14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock 70 kDa protein 14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0AUQ3","foxh1","ccdc6","foxh1","ccdc6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ccdc6b protein (Coiled-coil domain-containing 6b) (Coiled-coil domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCT7","foxh1","E7FCT7","foxh1","proser1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RFV1","foxh1","Q5RFV1","foxh1","zbed4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RFV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEG4","foxh1","A2CEG4","foxh1","barhl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCE4","foxh1","Receptor tyrosine kinase-like orphan receptor 2","foxh1","ror2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBM6","foxh1","F1RBM6","foxh1","hoxa11b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZF6","foxh1","E7EZF6","foxh1","atf7ip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RWC4","foxh1","A0A2R8RWC4","foxh1","tsc22d2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RWC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDE2","foxh1","si:ch211-170h2.4","foxh1","rfxap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Regulatory factor X-associated protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V8U2","foxh1","Q4V8U2","foxh1","scamp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4V8U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NUV2","foxh1","zgc:66109","foxh1","saga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","S-arrestin (Retinal S-antigen) (Rod photoreceptor arrestin)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0ZE98","foxh1","B0ZE98","foxh1","gsdf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0ZE98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IFZ0","foxh1","map3k7ip3l","foxh1","tab3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RI65","foxh1","Q5RI65","foxh1","lmx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RI65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA38","foxh1","F1QA38","foxh1","cuedc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3S7","foxh1","F8W3S7","foxh1","slc25a22b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0A0MPS9","foxh1","A0A0A0MPS9","foxh1","aasdh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0A0MPS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF73","foxh1","E7FF73","foxh1","apbb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0G2","foxh1","Q6P0G2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0G2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD79","foxh1","X1WD79","foxh1","taok2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R678","foxh1","F1R678","foxh1","bmp6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R678","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDP0","foxh1","F1RDP0","foxh1","kitlgb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZT02","foxh1","Q7ZT02","foxh1","tpst1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZT02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHT9","foxh1","fk24g11","foxh1","perp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGH0","foxh1","sept12","foxh1","sept12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5N7","foxh1","cdc25","foxh1","cdc25b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M-phase inducer phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVN6","foxh1","Q1LVN6","foxh1","mtss1la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVN6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXU6","foxh1","B0UXU6","foxh1","mif4gda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGU2","foxh1","zgc:92772","foxh1","rab11bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-11B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q68EI0","foxh1","wdr18","foxh1","wdr18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","WD repeat-containing protein 18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QES7","foxh1","E9QES7","foxh1","si:dkey-66g10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QES7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SPS1","foxh1","Q5SPS1","foxh1","fam184a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SPS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICL0","foxh1","A0A0R4ICL0","foxh1","fam193a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PV84","foxh1","cb807","foxh1","zic3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDS6","foxh1","E9QDS6","foxh1","plcxd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R366","foxh1","NMDAR1.1","foxh1","grin1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBD5","foxh1","F1QBD5","foxh1","asb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBD5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCV8","foxh1","X1WCV8","foxh1","col4a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEF5","foxh1","A2CEF5","foxh1","clic5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICJ7","foxh1","CH1073-177A15.1","foxh1","b4galt4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RYN3","foxh1","A0A2R8RYN3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RYN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXP0","foxh1","vash1","foxh1","vash1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vasohibin-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P694","foxh1","Q6P694","foxh1","nipa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P694","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803Q7","foxh1","aldoa","foxh1","aldoaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fructose-bisphosphate aldolase (EC 4.1.2.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYP1","foxh1","F1QYP1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVL3","foxh1","zgc:77293","foxh1","wnt16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q5S3","foxh1","A0A2R8Q5S3","foxh1","tent5aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q5S3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QA59","foxh1","Anaphase-promoting complex subunit 1","foxh1","anapc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Anaphase-promoting complex subunit 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY09","foxh1","A0A0R4IY09","foxh1","akt2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IR02","foxh1","A0A0R4IR02","foxh1","traf3ip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IR02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQ72","foxh1","wu:fj14c10","foxh1","psmc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome (Prosome, macropain) 26S subunit, ATPase, 1b (Proteasome 26S subunit, ATPase 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9Q0","foxh1","E7F9Q0","foxh1","LOC100335005","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9Q0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WIN6","foxh1","A8WIN6","foxh1","mfn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WIN6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P4D6","foxh1","Q0P4D6","foxh1","tefm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0P4D6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAR8","foxh1","Centrosomal protein 170Aa","foxh1","cep170aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JPY5","foxh1","cyp51","foxh1","cyp51","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lanosterol 14-alpha demethylase (LDM) (EC 1.14.14.154) (Cytochrome P450 family member 51) (CYP51) (Sterol 14-alpha demethylase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBU0","foxh1","E7FBU0","foxh1","znf292a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q938","foxh1","A0A2R8Q938","foxh1","si:ch1073-464p5.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q938","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KNQ1","foxh1","A3KNQ1","foxh1","hmg20a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KNQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCL8","foxh1","BCL-6 corepressor isoform X1","foxh1","bcor","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISP1","foxh1","fc85c01","foxh1","pcnt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pericentrin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PB05","foxh1","F-box and WD repeat domain-containing 11-B","foxh1","fbxw11b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box and WD repeat domain-containing 11-B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF64","foxh1","E7FF64","foxh1","samd14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FTT3","foxh1","A4FTT3","foxh1","rbpja","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FTT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYF4","foxh1","si:dkey-8e10.1","foxh1","kcnd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium voltage-gated channel subfamily D member 1 (Potassium voltage-gated channel, Shal-related subfamily, member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZP2","foxh1","F1QZP2","foxh1","nfil3-5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQT9","foxh1","Q6IQT9","foxh1","mpc2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S737","foxh1","B0S737","foxh1","inpp4aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S737","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1C9","foxh1","F1R1C9","foxh1","ttc7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1C9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFU1","foxh1","E9QFU1","foxh1","mlnl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T386","foxh1","wu:fd16d08","foxh1","asb8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ankyrin repeat and SOCS box protein 8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE29","foxh1","Stress-activated protein kinase JNK","foxh1","mapk9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Stress-activated protein kinase JNK (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4M4","foxh1","E7F4M4","foxh1","ccdc105","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4M4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAR7","foxh1","E7FAR7","foxh1","mns1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE51","foxh1","E9QE51","foxh1","tpx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NW56","foxh1","khdrbs1","foxh1","khdrbs1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502I1","foxh1","rprma","foxh1","rprma","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein reprimo A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9J0","foxh1","F1R9J0","foxh1","hdac8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9J0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IM91","foxh1","trpc4a","foxh1","trpc4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transient receptor potential cation channel, subfamily C, member 4b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGC1","foxh1","A0A140LGC1","foxh1","faim2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXS9","foxh1","E7EXS9","foxh1","cd302","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5M5","foxh1","E7F5M5","foxh1","edrf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5M5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q68EH1","foxh1","Q68EH1","foxh1","yipf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q68EH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NUT4","foxh1","zgc:85979","foxh1","pabpn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI81","foxh1","F1QI81","foxh1","her8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8X3","foxh1","F1R8X3","foxh1","dharma","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8X3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S750","foxh1","si:ch211-251j10.3","foxh1","si:ch211-251j10.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ral guanine nucleotide dissociation stimulator (Si:ch211-251j10.3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L913","foxh1","Q1L913","foxh1","pik3c2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L913","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDF0","foxh1","wu:fi34h02","foxh1","kif20a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSW1","foxh1","A0A1D5NSW1","foxh1","si:dkey-81l17.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0F7","foxh1","B0R0F7","foxh1","cmlc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0F7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KF20","foxh1","A0A0G2KF20","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KF20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGL6","foxh1","atp1a1","foxh1","atp1a1a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sodium/potassium-transporting ATPase subunit alpha","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMX2","foxh1","A5PMX2","foxh1","cdc14ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QN36","foxh1","zgc:153297","foxh1","peli1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBK4","foxh1","A0A2R8QBK4","foxh1","lrch4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WE84","foxh1","X1WE84","foxh1","caln1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WE84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCQ7","foxh1","E9QCQ7","foxh1","pank1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S728","foxh1","B0S728","foxh1","tmem71","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S728","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6R6","foxh1","B0S6R6","foxh1","ftr22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6R6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB42","foxh1","E7FB42","foxh1","fat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZD8","foxh1","E7EZD8","foxh1","c1ql4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLI7","foxh1","B8JLI7","foxh1","si:ch1073-184j22.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLI7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSU8","foxh1","A0A1D5NSU8","foxh1","nitr12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSU8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILM1","foxh1","A0A0R4ILM1","foxh1","abhd10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8CYR1","foxh1","brd2","foxh1","brd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bromodomain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEC8","foxh1","E7FEC8","foxh1","kcnq2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDT4","foxh1","TAF2G","foxh1","taf9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription initiation factor TFIID subunit 9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q106","foxh1","A0A2R8Q106","foxh1","cmip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q106","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIK5","foxh1","A0A0R4IIK5","foxh1","ecm1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XFY4","foxh1","Q5XFY4","foxh1","bcl7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XFY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHE2","foxh1","Q5RHE2","foxh1","zar1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4B7","foxh1","Histone deacetylase 6","foxh1","hdac6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone deacetylase 6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q409","foxh1","A0A2R8Q409","foxh1","arhgap23b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q409","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66I72","foxh1","JAM","foxh1","f11r.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctional adhesion molecule A (Junctional adhesion molecule 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QET5","foxh1","F1QET5","foxh1","lipg","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QET5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK83","foxh1","F1QK83","foxh1","arv1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QK83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3E4","foxh1","F1R3E4","foxh1","slc35a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3E4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPP4","foxh1","A3KPP4","foxh1","slc25a35","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P4V4","foxh1","zgc:77673","foxh1","ctnnbl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTE5","foxh1","arl3","foxh1","arl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ADP-ribosylation factor-like protein 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYD6","foxh1","B0UYD6","foxh1","qars1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGD1","foxh1","Q6DGD1","foxh1","nras","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S618","foxh1","B0S618","foxh1","fastk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S618","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGM2","foxh1","zgc:193500","foxh1","calml4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calmodulin-like 4a (Calmodulin-like protein 4) (Zgc:193500 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JH55","foxh1","Q8JH55","foxh1","hoxb8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JH55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ73","foxh1","F1QJ73","foxh1","sec62","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXT3","foxh1","zgc:63642","foxh1","pygmb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG48","foxh1","F1QG48","foxh1","tnfaip3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG48","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9LDD9","foxh1","glycine hydroxymethyltransferase","foxh1","shmt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","glycine hydroxymethyltransferase (EC 2.1.2.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DC22","foxh1","glrb2","foxh1","glrbb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glycine receptor beta subunit 2 (Glycine receptor subunit beta precursor) (Glycine receptor, beta b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBP7","foxh1","E9QBP7","foxh1","fam149a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3K5","foxh1","E7F3K5","foxh1","chn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3K5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQX3","foxh1","A0A0R4IQX3","foxh1","bod1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5JEM4","foxh1","A5JEM4","foxh1","ndel1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5JEM4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCB8","foxh1","F1QCB8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCB8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB33","foxh1","E7FB33","foxh1","pdgfc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCM2","foxh1","F1RCM2","foxh1","prom1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NY62","foxh1","Q6NY62","foxh1","foxi2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NY62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T390","foxh1","Q7T390","foxh1","tecrb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T390","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUJ8","foxh1","F1QUJ8","foxh1","slc45a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PWU7","foxh1","Q6PWU7","foxh1","zic6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PWU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REM4","foxh1","F1REM4","foxh1","si:ch211-114c17.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REM4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKA2","foxh1","A0A0R4IKA2","foxh1","rest","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2WZ31","foxh1","F2WZ31","foxh1","gig2g","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2WZ31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0R9","foxh1","wu:fb94g06","foxh1","ap1s2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD35","foxh1","E7FD35","foxh1","rbm6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FD35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0J3","foxh1","E7F0J3","foxh1","tbc1d31","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0J3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6B4","foxh1","B0S6B4","foxh1","map1sb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6B4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYN2","foxh1","Q5TYN2","foxh1","tnfrsf21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TYN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVN1","foxh1","Q1LVN1","foxh1","Fam174b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5B3","foxh1","B0S5B3","foxh1","si:ch211-158d24.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R563","foxh1","im:7142218","foxh1","si:dkey-28b4.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC64","foxh1","X1WC64","foxh1","si:dkeyp-84f3.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDP5","foxh1","R4GDP5","foxh1","api5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GDP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8N2","foxh1","Platelet endothelial aggregation receptor 1","foxh1","pear1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Platelet endothelial aggregation receptor 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7K9","foxh1","E7F7K9","foxh1","si:ch211-151p13.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7K9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAR3","foxh1","F1QAR3","foxh1","pigw","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZV2","foxh1","cb1025","foxh1","mcm4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4A8","foxh1","Otoferlin b","foxh1","otofb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Otoferlin b (Otoferlin isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLJ1","foxh1","B8JLJ1","foxh1","ntrk2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QEJ6","foxh1","fb33h10","foxh1","gga1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ADP-ribosylation factor-binding protein GGA1 (Golgi-associated, gamma adaptin ear-containing, ARF-binding protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","M9MMA2","foxh1","M9MMA2","foxh1","si:ch211-129c21.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M9MMA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHS9","foxh1","F1QHS9","foxh1","arid5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P4D1","foxh1","Q0P4D1","foxh1","amn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0P4D1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1R7","foxh1","F1R1R7","foxh1","f13a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1R7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLH1","foxh1","F1QLH1","foxh1","ppifb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIV2","foxh1","F1QIV2","foxh1","ncam1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZE2","foxh1","fc14a12","foxh1","stt3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEA3","foxh1","R4GEA3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNW6","foxh1","F1QNW6","foxh1","brd9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBA8","foxh1","F1QBA8","foxh1","slc27a6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SPA1","foxh1","Q5SPA1","foxh1","hebp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SPA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQI5","foxh1","F1QQI5","foxh1","kcnip1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUW9","foxh1","A5WUW9","foxh1","cep70","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJV3","foxh1","F1QJV3","foxh1","nlgn2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITL8","foxh1","A0A0R4ITL8","foxh1","fundc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q613","foxh1","A0A2R8Q613","foxh1","si:ch211-163l21.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q613","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V0Y5","foxh1","B0V0Y5","foxh1","plppr3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V0Y5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDS9","foxh1","A0A2R8QDS9","foxh1","sp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4U2","foxh1","F1R4U2","foxh1","abcc13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBU3","foxh1","X1WBU3","foxh1","quo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFD4","foxh1","F1QFD4","foxh1","si:dkey-84j12.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7E2P9","foxh1","A7E2P9","foxh1","dnajc19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7E2P9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V918","foxh1","zgc:114044","foxh1","psma3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHC3","foxh1","Q6DHC3","foxh1","slc25a40","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LG62","foxh1","A0A140LG62","foxh1","arhgef11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LG62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VBU7","foxh1","zgc:114165","foxh1","cox5aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8B8W4","foxh1","A8B8W4","foxh1","larp6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8B8W4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJG0","foxh1","F1QJG0","foxh1","nr5a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF25","foxh1","E9QF25","foxh1","si:dkey-78l4.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRG4","foxh1","Q6DRG4","foxh1","polr2d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP59","foxh1","A0A0R4IP59","foxh1","col14a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QID7","foxh1","F1QID7","foxh1","aadacl4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QID7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJS9","foxh1","A0A0R4IJS9","foxh1","foxq1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEJ7","foxh1","H0WEJ7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFR7","foxh1","E7FFR7","foxh1","mideasb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PUL9","foxh1","Q9PUL9","foxh1","mtch2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PUL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KSG6","foxh1","A0A0G2KSG6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KSG6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKU3","foxh1","reck","foxh1","reck","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Reversion-inducing cysteine-rich protein with Kazal motifs","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLG2","foxh1","F1QLG2","foxh1","mta2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN90","foxh1","F1QN90","foxh1","wwc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QN90","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W315","foxh1","F8W315","foxh1","palld","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W315","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCC2","foxh1","F1QCC2","foxh1","ttyh3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9Z9","foxh1","A0A2R8Q9Z9","foxh1","capn15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q9Z9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3C6","foxh1","Methylcytosine dioxygenase TET","foxh1","tet1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q789K9","foxh1","mp:zf637-2-000771","foxh1","ube2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-conjugating enzyme E2 A (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2A (RAD6 homolog))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX93","foxh1","A0A0R4IX93","foxh1","znf1011","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYD2","foxh1","E7EYD2","foxh1","slc45a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F079","foxh1","heme oxygenase","foxh1","hmox2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","heme oxygenase (biliverdin-producing) (EC 1.14.14.18)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q45QT2","foxh1","Tbeta11","foxh1","tmsb4x","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thymosin beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YID0","foxh1","Z4YID0","foxh1","sebox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YID0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA97","foxh1","F1RA97","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQD2","foxh1","wu:fb52f06","foxh1","eaf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ELL-associated factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKU5","foxh1","F1QKU5","foxh1","gfpt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBC8","foxh1","X1WBC8","foxh1","zfat","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JML0","foxh1","A0JML0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JML0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6L3","foxh1","F1Q6L3","foxh1","foxn2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6L3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0T6","foxh1","B0R0T6","foxh1","mblac2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZL6","foxh1","F1QZL6","foxh1","gpia","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3T2","foxh1","F1R3T2","foxh1","ppm1e","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3T2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","C5H4R2","foxh1","C5H4R2","foxh1","slc1a7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C5H4R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVK8","foxh1","ERK1","foxh1","mapk3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL57","foxh1","F1QL57","foxh1","si:dkeyp-75b4.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QL57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IGF3","foxh1","A4IGF3","foxh1","atp23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IGF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66IE1","foxh1","Q66IE1","foxh1","gpx1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66IE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH32","foxh1","TR2","foxh1","nr2c1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor subfamily 2 group C member 1 isoform X1 (Nuclear receptor subfamily 2, group C, member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAG2","foxh1","A0A0R4IAG2","foxh1","psd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISZ9","foxh1","I3ISZ9","foxh1","si:dkey-260c8.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWK4","foxh1","F1QWK4","foxh1","mical3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFQ5","foxh1","Ubiquitin carboxyl-terminal hydrolase","foxh1","usp21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L384","foxh1","A0A0G2L384","foxh1","LOC564281","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L384","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCB2","foxh1","E7FCB2","foxh1","si:dkey-58f6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4E0","foxh1","F1R4E0","foxh1","rom1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4E0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF42","foxh1","F1QF42","foxh1","cntrl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYD1","foxh1","A0A0R4IYD1","foxh1","soul3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM58","foxh1","F1QM58","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QCI3","foxh1","A0A2R8QCI3","foxh1","ccdc88c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QCI3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXB7","foxh1","A0A0R4IXB7","foxh1","fer1l4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RIP2","foxh1","A0A2R8RIP2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RIP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG48","foxh1","A4IG48","foxh1","btbd10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IG48","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F092","foxh1","Cyclin-dependent kinase 13","foxh1","cdk13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-dependent kinase 13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEC3","foxh1","A2CEC3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3E6","foxh1","bmi1b","foxh1","bmi1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3P5","foxh1","F8W3P5","foxh1","il13ra2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3P5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q15JE7","foxh1","dspg3","foxh1","optc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Opticin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKR9","foxh1","A0A0R4IKR9","foxh1","ghrhra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKR9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q504E7","foxh1","Q504E7","foxh1","szrd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q504E7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A6H8Q3","foxh1","A6H8Q3","foxh1","mybphb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A6H8Q3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IH27","foxh1","A0A0R4IH27","foxh1","tnk2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IH27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q708S5","foxh1","asic2","foxh1","asic2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acid-sensing ion channel 2 (ASIC2) (Amiloride-sensitive cation channel 1, neuronal) (ZASIC2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHJ6","foxh1","B3DHJ6","foxh1","drgx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DHJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q98875","foxh1","dlx1a","foxh1","dlx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein Dlx1a (DLX-1) (Distal-less homeobox gene 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2ATX3","foxh1","si:ch211-67n3.7","foxh1","pcgf6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polycomb group RING finger protein 6 (Polycomb group ring finger 6) (Si:ch211-67n3.7 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0A8","foxh1","Q6P0A8","foxh1","nhlh2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0A8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWK5","foxh1","Q1LWK5","foxh1","ints14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJ18","foxh1","Q5BJ18","foxh1","hsbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BJ18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC37","foxh1","X1WC37","foxh1","nr1d4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF07","foxh1","E9QF07","foxh1","myh7bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PN48","foxh1","A5PN48","foxh1","brd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PN48","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZH4","foxh1","A8DZH4","foxh1","xpr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803N5","foxh1","Q803N5","foxh1","tardbpl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803N5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH31","foxh1","zgc:103715","foxh1","aldh3a2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q696","foxh1","A0A2R8Q696","foxh1","eml2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q696","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4H9","foxh1","E7F4H9","foxh1","itgb7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4H9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P025","foxh1","gnb3","foxh1","gnb3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gnb3 protein (Guanine nucleotide binding protein (G protein), beta polypeptide 3) (Guanine nucleotide-binding protein (G protein), beta polypeptide 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB89","foxh1","fc08b04","foxh1","dync1li2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynein light intermediate chain","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IV67","foxh1","agl","foxh1","agla","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glycogen debranching enzyme (EC 2.4.1.25) (EC 3.2.1.33) (Glycogen debrancher)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFS1","foxh1","E7FFS1","foxh1","fndc3bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPF7","foxh1","fb58d08","foxh1","cth","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cystathionine gamma-lyase (EC 4.4.1.1) (Cysteine-protein sulfhydrase) (Gamma-cystathionase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS86","foxh1","fa56g11","foxh1","si:dkey-46g23.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF32","foxh1","E7FF32","foxh1","ccdc135","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4J6S2","foxh1","A0A0R4J6S2","foxh1","pou6f2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4J6S2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0R1","foxh1","F1R0R1","foxh1","brd8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0R1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKT6","foxh1","F1QKT6","foxh1","prim1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKT6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBS5","foxh1","si:ch73-15b2.6","foxh1","tomm6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0R4","foxh1","Q6P0R4","foxh1","cdab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0R4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW81","foxh1","A0A0R4IW81","foxh1","znf45l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRF9","foxh1","F1QRF9","foxh1","foxm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2LDA1","foxh1","Q2LDA1","foxh1","col2a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2LDA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5Y7","foxh1","F1Q5Y7","foxh1","si:ch211-137a8.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5Y7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F597","foxh1","E7F597","foxh1","slc41a2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F597","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90Z00","foxh1","fgfr1a","foxh1","fgfr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QK15","foxh1","aacs","foxh1","aacs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acetoacetyl-CoA synthetase (EC 6.2.1.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUJ4","foxh1","Q1LUJ4","foxh1","fuca1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YJ18","foxh1","A0A0J9YJ18","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YJ18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8V0","foxh1","F1R8V0","foxh1","hspa13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8V0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDD4","foxh1","X1WDD4","foxh1","si:dkey-221l4.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCI6","foxh1","zgc:110337","foxh1","pole4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA polymerase epsilon subunit 4 isoform X1 (Polymerase (DNA-directed), epsilon 4, accessory subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KWQ6","foxh1","A0A0G2KWQ6","foxh1","trpc7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KWQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQQ7","foxh1","Q6IQQ7","foxh1","lum","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A499","foxh1","B8A499","foxh1","fbxo28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A499","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWA5","foxh1","A0A0R4IWA5","foxh1","elp5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EY31","foxh1","E7EY31","foxh1","ccdc57","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EY31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUL1","foxh1","slc16a1","foxh1","slc16a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Monocarboxylate transporter 1 (Solute carrier family 16 member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2R3","foxh1","im:7145180","foxh1","itga3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrin alpha-3 isoform X1 (Integrin, alpha 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWI2","foxh1","A5WWI2","foxh1","cmpk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6Y7","foxh1","DNA polymerase kappa","foxh1","polk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA polymerase kappa","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P117","foxh1","COUP","foxh1","nr2f6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFR3","foxh1","F1QFR3","foxh1","emx3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FER1","foxh1","E7FER1","foxh1","wdr76","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FER1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHD1","foxh1","F1QHD1","foxh1","fam122b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHV3","foxh1","X1WHV3","foxh1","si:ch211-227m13.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6QA33","foxh1","hsd17b12b","foxh1","hsd17b12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF24","foxh1","F1QF24","foxh1","c7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQJ3","foxh1","A0A0R4IQJ3","foxh1","fras1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS77","foxh1","F1QS77","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NSP9","foxh1","F6NSP9","foxh1","nav2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NSP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P016","foxh1","zgc:77825","foxh1","pnp4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBK1","foxh1","Q6PBK1","foxh1","ccdc58","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAW8","foxh1","fb34c06","foxh1","ash2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAN6","foxh1","Kinesin family member 20Ba","foxh1","kif20ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTW7","foxh1","F1QTW7","foxh1","thada","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PYT0","foxh1","zgc:65951","foxh1","rad23b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","UV excision repair protein RAD23","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGZ9","foxh1","zgc:63493","foxh1","efna1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ephrin-A1a","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R3P9C0","foxh1","A0A0R3P9C0","foxh1","dtwd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R3P9C0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R215","foxh1","si:ch211-245h14.3","foxh1","gtf3c2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R953","foxh1","F1R953","foxh1","arvcfa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R953","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QI36","foxh1","A0A2R8QI36","foxh1","asb18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QI36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLF5","foxh1","B8JLF5","foxh1","map6d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6C4","foxh1","wu:fb82g12","foxh1","dek","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DEK proto-oncogene (Protein DEK)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NSR2","foxh1","F6NSR2","foxh1","rftn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NSR2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHR5","foxh1","F1QHR5","foxh1","gb:bc139872","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAY1","foxh1","F1RAY1","foxh1","cdh7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI27","foxh1","F1QI27","foxh1","si:dkey-83f18.14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q369","foxh1","A0A2R8Q369","foxh1","znf281a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q369","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJA5","foxh1",";","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2B 1/2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q281","foxh1","A0A2R8Q281","foxh1","fam172a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q281","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R852","foxh1","F1R852","foxh1","tm9sf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R852","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R013","foxh1","zdhhc9","foxh1","zdhhc9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Palmitoyltransferase ZDHHC9 (EC 2.3.1.225) (DHHC domain-containing protein 9) (Zinc finger DHHC domain-containing protein 9) (DHHC-9)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMS3","foxh1","A0A0R4IMS3","foxh1","rpl24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q1V6","foxh1","A0A2R8Q1V6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q1V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4C2","foxh1","F1R4C2","foxh1","si:busm1-57f23.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4C2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GQN8","foxh1","mecr","foxh1","mecr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Enoyl-[acyl-carrier-protein] reductase, mitochondrial (EC 1.3.1.104) (2-enoyl thioester reductase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL52","foxh1","F1QL52","foxh1","kmt2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QL52","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVI6","foxh1","Q1LVI6","foxh1","si:ch211-132b12.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBJ2","foxh1","Q6PBJ2","foxh1","cfap20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R540","foxh1","rtn1","foxh1","rtn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Reticulon","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQ51","foxh1","A0A0R4IQ51","foxh1","tlk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQ51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRV6","foxh1","F1QRV6","foxh1","nap1l4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG03","foxh1","Q6DG03","foxh1","dmtf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSH0","foxh1","A0A1D5NSH0","foxh1","si:dkey-6n21.13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KCJ6","foxh1","A0A0G2KCJ6","foxh1","btbd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KCJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDQ1","foxh1","E7FDQ1","foxh1","trim33l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVH6","foxh1","F1QVH6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVH6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUU4","foxh1","NEDD8-conjugating enzyme Ubc12","foxh1","si:ch1073-205c8.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YA42","foxh1","A0A286YA42","foxh1","si:ch73-366l1.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YA42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RPZ5","foxh1","A0A2R8RPZ5","foxh1","kdm2ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RPZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRF0","foxh1","Q6DRF0","foxh1","rnf113a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZU97","foxh1","Q7ZU97","foxh1","zfand5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZU97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PYH2","foxh1","A0A2R8PYH2","foxh1","arfgef3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PYH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RI06","foxh1","Q5RI06","foxh1","ptgs2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RI06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH05","foxh1","Q5RH05","foxh1","stk38l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RH05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBP1","foxh1","F1QBP1","foxh1","myoz2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1P4","foxh1","cb261","foxh1","sesn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sestrin-3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GQM9","foxh1","eno3","foxh1","eno2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TEN5","foxh1","SOX7","foxh1","sox7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SRY-box 7 (SRY-box containing gene 7) (SRY-box transcription factor 7) (Transcription factor SOX-7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICC9","foxh1","A0A0R4ICC9","foxh1","pla2g4ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P6E0","foxh1","mg:bb02g11","foxh1","atp5l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP synthase subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NXB2","foxh1","Q6NXB2","foxh1","pdzd11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NXB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVZ2","foxh1","marchf2","foxh1","marchf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase MARCHF2 (EC 2.3.2.27) (Membrane-associated RING finger protein 2) (Membrane-associated RING-CH protein II) (MARCH-II) (RING finger protein 172) (RING-type E3 ubiquitin transferase MARCHF2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DY59","foxh1","si:dkey-81e3.1","foxh1","si:dkey-81e3.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dedicator of cytokinesis protein 4 isoform X1 (Si:dkey-81e3.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4B3","foxh1","F1R4B3","foxh1","ek1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0E8","foxh1","Exportin 1","foxh1","xpo1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9L1","foxh1","F1Q9L1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9L1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7Q9","foxh1","F1R7Q9","foxh1","znf654","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7Q9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R105","foxh1","F1R105","foxh1","smtnl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R105","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NSP1","foxh1","zgc:56704","foxh1","ap1s1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWG4","foxh1","sfrs3","foxh1","srsf3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P79733","foxh1","rrm2","foxh1","rrm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribonucleoside-diphosphate reductase subunit M2 (EC 1.17.4.1) (Ribonucleotide reductase protein R2 class I) (Ribonucleotide reductase small chain) (Ribonucleotide reductase small subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QV93","foxh1","F1QV93","foxh1","helz2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QV93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5H6","foxh1","F1Q5H6","foxh1","fibpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5H6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC03","foxh1","zgc:171680","foxh1","zyx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zyxin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KVY8","foxh1","A0A0G2KVY8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KVY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXK1","foxh1","Q1LXK1","foxh1","si:dkeyp-113d7.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7Z2","foxh1","E7F7Z2","foxh1","si:ch211-133l11.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7Z2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA83","foxh1","Cytokine receptor family member B16","foxh1","crfb16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytokine receptor family member B16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F390","foxh1","E7F390","foxh1","tepsin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F390","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA92","foxh1","BTB/POZ domain-containing protein KCTD5-like isoform X2","foxh1","kctd17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9D9","foxh1","A0A286Y9D9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9D9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF02","foxh1","E9QF02","foxh1","lrfn4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPI1","foxh1","A0A0R4IPI1","foxh1","si:ch1073-469d17.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QB05","foxh1","A0A2R8QB05","foxh1","tjp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDG9","foxh1","fynb","foxh1","fynb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TKR7","foxh1","Q5TKR7","foxh1","fgf18b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TKR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKT1","foxh1","glur2b","foxh1","gria2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9N2","foxh1","LOC560627","foxh1","LOC560627","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytosolic 5'-nucleotidase 1A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAE0","foxh1","A0A0R4IAE0","foxh1","msh6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCS1","foxh1","X1WCS1","foxh1","si:dkey-16p21.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI18","foxh1","F1QI18","foxh1","cited1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPU5","foxh1","F1QPU5","foxh1","brsk2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHS6","foxh1","B8JHS6","foxh1","fancl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REJ2","foxh1","F1REJ2","foxh1","hsd17b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS81","foxh1","F1QS81","foxh1","znf1004","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8N1","foxh1","A0A2R8Q8N1","foxh1","ralgapa1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8N1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P121","foxh1","Q6P121","foxh1","fam126a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P121","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2YDS5","foxh1","Q2YDS5","foxh1","scnm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2YDS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKB6","foxh1","F1QKB6","foxh1","slc39a6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8K1","foxh1","zgc:153612","foxh1","hspa12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICN6","foxh1","A0A0R4ICN6","foxh1","fam193b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICN6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IGB7","foxh1","A4IGB7","foxh1","scrt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IGB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHP4","foxh1","Down syndrome cell adhesion molecule-like 1","foxh1","dscaml1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Down syndrome cell adhesion molecule-like 1 (Down syndrome cell adhesion molecule-like protein 1 isoform X5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A494","foxh1","B8A494","foxh1","ifi27.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A494","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q694","foxh1","F1Q694","foxh1","gtpbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q694","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRR7","foxh1","A0A0R4IRR7","foxh1","zbtb47b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDA0","foxh1","F1QDA0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4U8","foxh1","A0A2R8Q4U8","foxh1","robo2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q4U8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIX9","foxh1","mt-nd6","foxh1","mt-nd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F368","foxh1","Protein kinase C","foxh1","prkcea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein kinase C (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RU06","foxh1","A0A2R8RU06","foxh1","afap1l1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RU06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILP8","foxh1","A0A0R4ILP8","foxh1","tradv3.0.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7H8","foxh1","F1Q7H8","foxh1","zdhhc20a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7H8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHR3","foxh1","A0A2R8QHR3","foxh1","desi1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAF7","foxh1","LOC565819","foxh1","si:ch211-13k12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCM9","foxh1","E7FCM9","foxh1","znf593","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YI11","foxh1","Z4YI11","foxh1","phf10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YI11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN45","foxh1","F1QN45","foxh1","si:dkey-88l16.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QN45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1G2","foxh1","E7F1G2","foxh1","ccdc170","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1G2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PRC2","foxh1","Q5PRC2","foxh1","mfsd13a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PRC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QUV2","foxh1","A0A2R8QUV2","foxh1","hoxc6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QUV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2A9","foxh1","Q7T2A9","foxh1","alox12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T2A9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL63","foxh1","B8JL63","foxh1","klf12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JL63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEM8","foxh1","E9QEM8","foxh1","pgbd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QEM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZB0","foxh1","E7EZB0","foxh1","fam161b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4V9","foxh1","F1Q4V9","foxh1","rxraa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4V9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5Y4","foxh1","zgc:158394","foxh1","dync1i1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytoplasmic dynein 1 intermediate chain 1 (Dynein, cytoplasmic 1, intermediate chain 1) (Zgc:158394)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KYF2","foxh1","A0A0G2KYF2","foxh1","LOC564564","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KYF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJN1","foxh1","A0A2R9YJN1","foxh1","sh3rf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA83","foxh1","U3JA83","foxh1","si:dkey-1h6.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JA83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMK7","foxh1","Q6GMK7","foxh1","sh3bgrl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQT7","foxh1","F1QQT7","foxh1","ndfip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH07","foxh1","E7FH07","foxh1","zc3h3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZ05","foxh1","2-oxoglutarate dehydrogenase complex component E1","foxh1","ogdhb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PEJ8","foxh1","F6PEJ8","foxh1","sc:d0202","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6PEJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LW95","foxh1","Q1LW95","foxh1","osbpl3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LW95","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q990","foxh1","A0A2R8Q990","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q990","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG34","foxh1","A4IG34","foxh1","plin6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IG34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISR8","foxh1","A0A0R4ISR8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUF7","foxh1","F1QUF7","foxh1","sigmar1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUF7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q561X4","foxh1","zgc:110552","foxh1","nfyba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90ZM2","foxh1","sec61al1","foxh1","sec61al1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein transport protein Sec61 subunit alpha-like 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDL8","foxh1","E9QDL8","foxh1","asb5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P26630","foxh1","pax6a","foxh1","pax6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Paired box protein Pax-6 (Pax[Zf-a])","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZU79","foxh1","cdc45l","foxh1","cdc45","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUW8","foxh1","wu:fj63b09","foxh1","got1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aspartate aminotransferase (EC 2.6.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5X3","foxh1","wu:fb54g06","foxh1","cdc27","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cell division cycle protein 27 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5X5","foxh1","A1A5X5","foxh1","c1qtnf12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A5X5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V3V6","foxh1","B0V3V6","foxh1","pgr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V3V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6G8","foxh1","F1Q6G8","foxh1","atp1b1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6G8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DI78","foxh1","si:ch211-125m10.3","foxh1","rfxank","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-binding protein RFXANK (Regulatory factor X-associated ankyrin-containing protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3U8","foxh1","Muscarinic acetylcholine receptor","foxh1","chrm4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Muscarinic acetylcholine receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGW6","foxh1","A2BGW6","foxh1","utp11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0F2","foxh1","E7F0F2","foxh1","cercam","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0F2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L4S8","foxh1","A0A0G2L4S8","foxh1","jac3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L4S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYR0","foxh1","Q6NYR0","foxh1","shmt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWI1","foxh1","F1QWI1","foxh1","trpc6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICB8","foxh1","A0A0R4ICB8","foxh1","si:dkey-238d18.15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICB8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIC5","foxh1","homer1","foxh1","homer1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homer protein homolog 1 isoform 1 (Homer scaffold protein 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBH4","foxh1","dynll2","foxh1","dynll1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KHT7","foxh1","A0A0G2KHT7","foxh1","grm5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KHT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4KMD5","foxh1","Q4KMD5","foxh1","lpgat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4KMD5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NKZ9","foxh1","F6NKZ9","foxh1","barx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NKZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXI2","foxh1","zgc:91996","foxh1","xrcc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein XRCC1 (X-ray repair-complementing defective repair in Chinese hamster cells 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7G9","foxh1","F1Q7G9","foxh1","prss16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2YDR6","foxh1","Q2YDR6","foxh1","acot11b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2YDR6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRE5","foxh1","F1QRE5","foxh1","ccnb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5F0G5","foxh1","zgc:136645","foxh1","myoc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myocilin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L897","foxh1","Q1L897","foxh1","jtb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L897","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WF83","foxh1","H0WF83","foxh1","si:ch211-161n3.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WF83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQF8","foxh1","A0A0R4IQF8","foxh1","vps54","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QNH4","foxh1","A0A2R8QNH4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QNH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5X5","foxh1","B8A5X5","foxh1","lrit1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5X5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWW5","foxh1","F1QWW5","foxh1","pi4k2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAE8","foxh1","F1RAE8","foxh1","gfap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R412","foxh1","tpm4","foxh1","tpm4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tropomyosin 4a (Tropomyosin alpha-4 chain isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAH0","foxh1","U3JAH0","foxh1","bahcc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH12","foxh1","F1QH12","foxh1","acaca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QH12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH68","foxh1","B3DH68","foxh1","nkx2.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DH68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFN6","foxh1","E7FFN6","foxh1","gal3st4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFN6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF10","foxh1","F1QF10","foxh1","lmbrd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6F9","foxh1","F1Q6F9","foxh1","sltm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6F9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIQ9","foxh1","B8JIQ9","foxh1","nmt1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4V0","foxh1","A0A2R8Q4V0","foxh1","aplp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q4V0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA74","foxh1","U3JA74","foxh1","itsn2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JA74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWI2","foxh1","glsl","foxh1","glsa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","glutaminase (EC 3.5.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W5Z2","foxh1","pitx2","foxh1","pitx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29R93","foxh1","Q29R93","foxh1","pcmtd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q29R93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUQ9","foxh1","A0A0R4IUQ9","foxh1","ilf3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGN4","foxh1","E9QGN4","foxh1","mgat4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F271","foxh1","E7F271","foxh1","si:ch211-168f7.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F271","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D9IL79","foxh1","D9IL79","foxh1","akt3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D9IL79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D1L3Y5","foxh1","si:ch211-225p5.1","foxh1","dyrk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","dual-specificity kinase (EC 2.7.12.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD68","foxh1","F1RD68","foxh1","ppt2a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1E4","foxh1","G protein-coupled receptor 156","foxh1","gpr156","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G protein-coupled receptor 156 (Probable G-protein coupled receptor 156)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q575","foxh1","F1Q575","foxh1","naxd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q575","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC67","foxh1","F1RC67","foxh1","dgkh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3W4","foxh1","A9C3W4","foxh1","tmem51a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3W4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEN5","foxh1","E7FEN5","foxh1","adamts3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1W9","foxh1","A1L1W9","foxh1","slc16a10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L1W9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6B0","foxh1","F1R6B0","foxh1","si:dkey-6n6.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6B0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH11","foxh1","E7FH11","foxh1","zdhhc18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8W8","foxh1","Guanine nucleotide exchange factor VAV2 isoform X5","foxh1","vav2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI33","foxh1","B8JI33","foxh1","fam114a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RTX7","foxh1","A0A2R8RTX7","foxh1","itgb8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RTX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAX0","foxh1","A0A0R4IAX0","foxh1","fnbp1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q49HM9","foxh1","grk7a","foxh1","grk7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rhodopsin kinase grk7a (EC 2.7.11.14) (G protein-coupled receptor kinase 7-1) (G-protein-coupled receptor kinase 7A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9UL54","foxh1","A9UL54","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9UL54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHN5","foxh1","E9QHN5","foxh1","tent5d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5W3","foxh1","si:dkey-108k21.26","foxh1","hist1h2a10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3P1","foxh1","F1R3P1","foxh1","tmed4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WG18","foxh1","X1WG18","foxh1","muc5.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WG18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5H1","foxh1","BRMS1-like transcriptional repressor b","foxh1","brms1lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHM7","foxh1","alpha-1,2-Mannosidase","foxh1","man1a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC05","foxh1","X1WC05","foxh1","arhgap33","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILE2","foxh1","A0A0R4ILE2","foxh1","trim35-7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJB0","foxh1","F1QJB0","foxh1","si:ch211-13f8.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AWF1","foxh1","Q8AWF1","foxh1","yrk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8AWF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WF30","foxh1","si:dkey-74h17.5","foxh1","trmt61b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QTG9","foxh1","A0A2R8QTG9","foxh1","znf618","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QTG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q566","foxh1","F1Q566","foxh1","LOC100535931","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q566","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCU7","foxh1","F1RCU7","foxh1","diaph2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD59","foxh1","F1RD59","foxh1","rab5if","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YIW7","foxh1","A0A0J9YIW7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1S8","foxh1","E7F1S8","foxh1","abcf2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6E9","foxh1","E7F6E9","foxh1","erfl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6E9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568H9","foxh1","zgc:110288","foxh1","fcf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8I4","foxh1","kcnj1","foxh1","kcnj1a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium inwardly rectifying channel subfamily J member 1a, tandem duplicate 1 (Potassium inwardly-rectifying channel, subfamily J, member 1a, tandem duplicate 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JTF1","foxh1","A9JTF1","foxh1","qkia","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JTF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9P7","foxh1","F1R9P7","foxh1","trim44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JPS1","foxh1","pcgf5b","foxh1","pcgf5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polycomb group RING finger protein 5-B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9H4","foxh1","E7F9H4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9H4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2TLY1","foxh1","Q2TLY1","foxh1","maco1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2TLY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8QFM3","foxh1","fz7b","foxh1","fzd7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q992","foxh1","F1Q992","foxh1","sptlc2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q992","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5G1","foxh1","E7F5G1","foxh1","iqce","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5G1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPZ2","foxh1","crat","foxh1","cratb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CG10","foxh1","A2CG10","foxh1","ap3m2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CG10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R706","foxh1","F1R706","foxh1","cflara","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R706","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMP0","foxh1","A0A0R4IMP0","foxh1","u2af2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6A1","foxh1","F1R6A1","foxh1","hmbsb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73797","foxh1","ntf7","foxh1","ntf7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neurotrophin-7 (NT-7) (zNT-7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXX0","foxh1","F1QXX0","foxh1","tmco6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A568","foxh1","cb20","foxh1","myhz1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myosin, heavy polypeptide 1.1, skeletal muscle","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LY92","foxh1","LOC555321","foxh1","xab2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYX1","foxh1","F1QYX1","foxh1","myo10l3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRC7","foxh1","ppp4cb","foxh1","ppp4cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase 4 catalytic subunit B (PP4C-B) (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIU9","foxh1","zgc:194561","foxh1","tubgcp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFT7","foxh1","B3DFT7","foxh1","baalca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DFT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBW0","foxh1","A0A0R4IBW0","foxh1","cyp24a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMA2","foxh1","A5PMA2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90YX8","foxh1","Q90YX8","foxh1","irx7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90YX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA56","foxh1","U3JA56","foxh1","ndufaf8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JA56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q20JQ7","foxh1","scn4ab","foxh1","scn4ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sodium channel protein type 4 subunit alpha B (Voltage-gated sodium channel subunit alpha Nav1.4b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0C5","foxh1","E7F0C5","foxh1","mtmr14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0C5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDW1","foxh1","F1RDW1","foxh1","pbxip1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4Z9","foxh1","F8W4Z9","foxh1","fam160a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4Z9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9K7","foxh1","tbx20","foxh1","tbx20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I6V1W0","foxh1","I6V1W0","foxh1","bmb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I6V1W0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEL7","foxh1","si:dkey-17e16.17","foxh1","bicdl2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BICD family-like cargo adapter 2 (Bicaudal-D-related protein 2-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803J4","foxh1","zgc:55701","foxh1","hnrnpc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA57","foxh1","A0A0R4IA57","foxh1","capn7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IA57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PTF9","foxh1","Bmp7","foxh1","bmp7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V362","foxh1","B0V362","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V362","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGT9","foxh1","A2BGT9","foxh1","mtnr1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWG4","foxh1","lpcat1","foxh1","lpcat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lysophosphatidylcholine acyltransferase 1 (LPC acyltransferase 1) (LPCAT-1) (LysoPC acyltransferase 1) (EC 2.3.1.23) (1-acylglycerol-3-phosphate O-acyltransferase) (EC 2.3.1.51) (1-acylglycerophosphocholine O-acyltransferase) (1-alkenylglycerophosphocholine O-acyltransferase) (EC 2.3.1.25) (1-alkylglycerophosphocholine O-acetyltransferase) (EC 2.3.1.67) (Acetyl-CoA:lyso-platelet-activating factor acetyltransferase) (Acetyl-CoA:lyso-PAF acetyltransferase) (Lyso-PAF acetyltransferase) (LysoPAFAT) (Acyltransferase-like 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSB9","foxh1","F1QSB9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSB9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHQ3","foxh1","B8JHQ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F143","foxh1","Charged multivesicular body protein 5","foxh1","chmp5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMJ3","foxh1","Q6GMJ3","foxh1","mapre3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZG5","foxh1","ezr","foxh1","ezrb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ezrin (Cytovillin) (Villin-2) (p81)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7X0","foxh1","F1Q7X0","foxh1","si:dkeyp-23e4.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7X0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CF00","foxh1","A2CF00","foxh1","shisa2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CF00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCE5","foxh1","F1RCE5","foxh1","fam50a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7YYC2","foxh1","A7YYC2","foxh1","MGC173689","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7YYC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P612","foxh1","Q6P612","foxh1","cebpd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P612","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KP94","foxh1","A3KP94","foxh1","b4galnt2.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KP94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVH1","foxh1","paqr5a","foxh1","paqr5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Membrane progestin receptor gamma-A (mPR gamma-A) (Progestin and adipoQ receptor family member V-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBK2","foxh1","E9QBK2","foxh1","si:ch73-160h15.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBK2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q983","foxh1","F1Q983","foxh1","tpbgb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q983","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A682","foxh1","B8A682","foxh1","zfand4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A682","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R111","foxh1","B0R111","foxh1","znf804a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R111","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM62","foxh1","zgc:86828","foxh1","arpc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Actin-related protein 2/3 complex subunit 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZZ2","foxh1","Q7SZZ2","foxh1","si:ch211-237l4.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZZ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DC89","foxh1","Q6DC89","foxh1","nudcd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DC89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRS4","foxh1","F1QRS4","foxh1","rab11fip1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZYW7","foxh1","zgc:55970","foxh1","atp5mc3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90274","foxh1","sna-1","foxh1","snai1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFN2","foxh1","F1QFN2","foxh1","auts2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEK1","foxh1","R4GEK1","foxh1","si:dkey-182i3.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXF6","foxh1","kat2a","foxh1","kat2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGV1","foxh1","sb:eu508","foxh1","stat6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGJ8","foxh1","Q6DGJ8","foxh1","surf4l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QAK7","foxh1","A0A2R8QAK7","foxh1","mrpl39","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QAK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEC9","foxh1","H0WEC9","foxh1","si:dkey-82i20.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DDE0","foxh1","Q9DDE0","foxh1","meis2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DDE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEN0","foxh1","Polyhomeotic-like protein 3 isoform X4","foxh1","si:ch211-230g15.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KXX0","foxh1","A0A0G2KXX0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KXX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PHH5","foxh1","Q6PHH5","foxh1","hnf4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PHH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q5G9","foxh1","A0A2R8Q5G9","foxh1","dyrk4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q5G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZF8","foxh1","A0A0R4IZF8","foxh1","ccne1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT74","foxh1","si:ch211-234f14.1","foxh1","cdk6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-dependent kinase 6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM41","foxh1","fe06a04","foxh1","blzf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Basic leucine zipper nuclear factor 1 (Golgin-45)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEY9","foxh1","E9QEY9","foxh1","si:dkey-7l6.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QEY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPM9","foxh1","A0A0R4IPM9","foxh1","si:ch73-111k22.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7K4","foxh1","A8E7K4","foxh1","pcyt1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7K4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXW2","foxh1","Q1LXW2","foxh1","rprd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDV7","foxh1","A0A2R8QDV7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6Q382","foxh1","nlk","foxh1","nlk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0F0D0","foxh1","cacnb4.2","foxh1","cacnb4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGU2","foxh1","rab11fip4b","foxh1","rab11fip4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rab11 family-interacting protein 4B (FIP4-Rab11-B) (Rab11-FIP4-B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBJ6","foxh1","E7FBJ6","foxh1","bada","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QV61","foxh1","F1QV61","foxh1","plekha3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QV61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXH5","foxh1","Q7SXH5","foxh1","ube2d1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SXH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA46","foxh1","A0A0R4IA46","foxh1","si:ch211-180m24.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IA46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5T6","foxh1","E7F5T6","foxh1","si:ch73-63e15.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QMX9","foxh1","A0A2R8QMX9","foxh1","gli2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QMX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QW62","foxh1","F1QW62","foxh1","si:ch211-165f21.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QW62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802Z0","foxh1","Q802Z0","foxh1","ythdf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q802Z0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q561S9","foxh1","H2A","foxh1","hist1h2a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2B8","foxh1","E7F2B8","foxh1","slc25a18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHM1","foxh1","A0A0R4IHM1","foxh1","si:dkey-21e2.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73779","foxh1","O73779","foxh1","foxb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O73779","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK10","foxh1","zgc:136850","foxh1","prkag3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AMP-activated protein kinase, non-catalytic gamma-3 subunit (Protein kinase, AMP-activated, gamma 3b non-catalytic subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJS4","foxh1","rab34","foxh1","rab34a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB34, member RAS oncogene family (Rab34 protein) (Ras-related protein Rab-34)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AWR7","foxh1","Q8AWR7","foxh1","smad7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8AWR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q022","foxh1","A0A2R8Q022","foxh1","apobec2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q022","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BHD8","foxh1","fc04h11","foxh1","hexb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-hexosaminidase (EC 3.2.1.52)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JME2","foxh1","atf7ip","foxh1","atf7ip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWD2","foxh1","A5WWD2","foxh1","elac1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYK8","foxh1","E7EYK8","foxh1","herc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYK8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5T9","foxh1","B8A5T9","foxh1","si:ch211-263k4.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5T9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9F6","foxh1","E7F9F6","foxh1","cacna1g","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9F6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY15","foxh1","A0A0R4IY15","foxh1","bif1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2M3","foxh1","F1R2M3","foxh1","znf1063","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2M3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RNT6","foxh1","A0A2R8RNT6","foxh1","ino80db","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RNT6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLP8","foxh1","fc05d01","foxh1","zswim5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IK82","foxh1","A0A0R4IK82","foxh1","si:ch211-233m11.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IK82","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHL2","foxh1","zgc:92243","foxh1","vps26c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDU3","foxh1","F1RDU3","foxh1","scml2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PEY1","foxh1","F6PEY1","foxh1","iqca1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6PEY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V344","foxh1","B0V344","foxh1","slc40a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V344","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUR8","foxh1","F1QUR8","foxh1","gas2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUV0","foxh1","zgc:152985","foxh1","si:ch211-262h13.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:ch211-262h13.5 (Uncharacterized protein LOC571127 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7E6","foxh1","F1Q7E6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7E6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QRZ7","foxh1","A0A2R8QRZ7","foxh1","kcnma1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QRZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6V1","foxh1","F1Q6V1","foxh1","c1ql3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6V1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEN0","foxh1","A2CEN0","foxh1","fibpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGV4","foxh1","jam2a","foxh1","jam2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctional adhesion molecule 2A (Jam2a) (Junctional adhesion molecule B) (JAM-B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q24JV1","foxh1","zgc:136952","foxh1","rpl32","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","60S ribosomal protein L32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29RF3","foxh1","Q29RF3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q29RF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISE0","foxh1","A0A0R4ISE0","foxh1","si:dkey-88e18.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZD9","foxh1","F1QZD9","foxh1","slc35d1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRP3","foxh1","fb37b08","foxh1","snw1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SNW domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEM9","foxh1","X1WEM9","foxh1","arfgap3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISD8","foxh1","I3ISD8","foxh1","ahdc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB43","foxh1","F1RB43","foxh1","rfesd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB43","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHV0","foxh1","A8WHV0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3I7","foxh1","F8W3I7","foxh1","thbd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3I7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JK21","foxh1","B8JK21","foxh1","casp3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JK21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q965","foxh1","F1Q965","foxh1","her8.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q965","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2A9","foxh1","E7F2A9","foxh1","lrrc4bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2A9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYE6","foxh1","A0A0R4IYE6","foxh1","slitrk4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JA51","foxh1","U3JA51","foxh1","vwa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JA51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FVK4","foxh1","rab8","foxh1","rab8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUC5","foxh1","F1QUC5","foxh1","hdac9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2PRD6","foxh1","Q2PRD6","foxh1","OR119-1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2PRD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAZ3","foxh1","MICAL-2","foxh1","micall2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JTC4","foxh1","A9JTC4","foxh1","memo1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JTC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSC3","foxh1","Growth factor receptor-bound protein 10 isoform X2","foxh1","grb10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYJ9","foxh1","E7EYJ9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYJ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBT2","foxh1","DNA helicase","foxh1","chd4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUT6","foxh1","chimaerin","foxh1","chn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Chimaerin (Chimerin)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F226","foxh1","E7F226","foxh1","rerea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F226","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBZ3","foxh1","E7FBZ3","foxh1","tpm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBZ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFL0","foxh1","E9QFL0","foxh1","si:ch211-126i22.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73682","foxh1","vegfaa","foxh1","vegfaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vascular endothelial growth factor A-A (VEGF-A-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWN8","foxh1","A0A0R4IWN8","foxh1","si:ch73-281n10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L9E9","foxh1","Q1L9E9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L9E9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCE0","foxh1","F1RCE0","foxh1","slc51a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDI9","foxh1","E7FDI9","foxh1","setd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZF2","foxh1","F1QZF2","foxh1","notch3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A453","foxh1","B8A453","foxh1","rab23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A453","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566U7","foxh1","Q566U7","foxh1","stard4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q566U7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILL4","foxh1","A0A0R4ILL4","foxh1","scmh1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q516","foxh1","A0A2R8Q516","foxh1","gapvd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q516","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUT1","foxh1","fj43b09","foxh1","per2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Period circadian protein homolog 2 (Circadian clock protein PERIOD 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DEH8","foxh1","Q6DEH8","foxh1","sh3bgr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DEH8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBB7","foxh1","F1RBB7","foxh1","fam214b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGU3","foxh1","A0A0R4IGU3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ID51","foxh1","A0A0R4ID51","foxh1","arnt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ID51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KTI4","foxh1","slc12a2","foxh1","slc12a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Solute carrier family 12 member 2 (Na-K-Cl cotransporter 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IH55","foxh1","A0A0R4IH55","foxh1","mybbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IH55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC60","foxh1","hist2h2l","foxh1","hist2h2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2B 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F529","foxh1","E7F529","foxh1","si:ch211-260e23.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F529","tf-link","27924024","regulates","txid7955" +"Q9I9E1","C0SQ71","foxh1","C0SQ71","foxh1","plxdc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C0SQ71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW31","foxh1","A5WW31","foxh1","s100u","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTB5","foxh1","F1QTB5","foxh1","rpn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMW2","foxh1","A0A0R4IMW2","foxh1","mettl23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC37","foxh1","cpsf1","foxh1","cpsf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4H9","foxh1","F8W4H9","foxh1","mrap2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4H9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHL6","foxh1","F1QHL6","foxh1","foxf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYL2","foxh1","Alpha-mannosidase","foxh1","man2a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alpha-mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3J1","foxh1","F8W3J1","foxh1","nexmifa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3J1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BX5","foxh1","zgc:154034","foxh1","bcam","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Basal cell adhesion molecule (Lutheran blood group) (Basal cell adhesion molecule precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZ93","foxh1","A0A1L1QZ93","foxh1","or106-6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZ93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAA7","foxh1","F1RAA7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEK3","foxh1","E7FEK3","foxh1","fam118b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZ99","foxh1","A0A0R4IZ99","foxh1","afmid","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZ99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7MBY4","foxh1","A7MBY4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7MBY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHK7","foxh1","F1QHK7","foxh1","ankrd10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568F6","foxh1","adss2","foxh1","adss2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adenylosuccinate synthetase isozyme 2 (AMPSase 2) (AdSS 2) (EC 6.3.4.4) (Adenylosuccinate synthetase, acidic isozyme) (Adenylosuccinate synthetase, liver isozyme) (L-type adenylosuccinate synthetase) (IMP--aspartate ligase 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMQ8","foxh1","A0JMQ8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6SYZ1","foxh1","Q6SYZ1","foxh1","mnx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6SYZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZF1","foxh1","Q5TZF1","foxh1","cacna1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5V9","foxh1","B0S5V9","foxh1","dcbld2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5V9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC29","foxh1","ywhag1","foxh1","ywhag1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","14-3-3 protein gamma-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTA6","foxh1","zgc:66030","foxh1","mgat1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ20","foxh1","F1QQ20","foxh1","tgfbr1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQ20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXV4","foxh1","Q7SXV4","foxh1","cyp26a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SXV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJM0","foxh1","A0A2R8QJM0","foxh1","si:ch211-9d9.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3G9","foxh1","F8W3G9","foxh1","gng12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RG89","foxh1","Q5RG89","foxh1","swt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RG89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5B7","foxh1","Protein Wnt","foxh1","wnt7ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ59","foxh1","A3KQ59","foxh1","usp39","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YHZ3","foxh1","Z4YHZ3","foxh1","vrtn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YHZ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ60","foxh1","Ku70","foxh1","xrcc6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q922","foxh1","cldn10l1b","foxh1","cldn15lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Claudin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHK5","foxh1","A0A2R8QHK5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0MGZ5","foxh1","hs6st1b","foxh1","hs6st1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heparan-sulfate 6-O-sulfotransferase 1-B (HS 6-OST-1B) (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8T4","foxh1","E7F8T4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8T4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q846","foxh1","F1Q846","foxh1","slc16a12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q846","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q808","foxh1","A0A2R8Q808","foxh1","manba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q808","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q745","foxh1","F1Q745","foxh1","ubr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q745","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KP58","foxh1","A3KP58","foxh1","march5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KP58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KLF2","foxh1","A0A0G2KLF2","foxh1","LOC562098","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KLF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QU24","foxh1","F1QU24","foxh1","adam9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QU24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RJ08","foxh1","A0A2R8RJ08","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RJ08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NUX8","foxh1","rhoaa","foxh1","rhoaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rho-related GTP-binding protein RhoA-A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9E3","foxh1","F1Q9E3","foxh1","si:dkey-30c15.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9E3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHT3","foxh1","A0A0R4IHT3","foxh1","tprn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPX3","foxh1","A0A2R8QPX3","foxh1","si:ch211-194p6.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAI2","foxh1","Potassium channel subfamily K member 2","foxh1","kcnk2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBR4","foxh1","Hif-3alpha","foxh1","hif1al","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYE3","foxh1","Q1LYE3","foxh1","znf143","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V8W8","foxh1","Smad nuclear-interacting protein","foxh1","snip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Smad nuclear-interacting protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYJ8","foxh1","Q6NYJ8","foxh1","mob1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6S4","foxh1","F1Q6S4","foxh1","abhd16a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6S4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGI5","foxh1","Q5RGI5","foxh1","ppp6r2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2F9","foxh1","Tyrosine-protein kinase","foxh1","abl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W7E7","foxh1","smad5","foxh1","smad5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEG9","foxh1","fa99f08","foxh1","nbr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PH56","foxh1","hsp70","foxh1","hsp70.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock cognate 70-kd protein (Hsp70 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RT44","foxh1","A0A2R8RT44","foxh1","bbs12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RT44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PZ70","foxh1","A0A2R8PZ70","foxh1","asb15a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PZ70","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE28","foxh1","F1RE28","foxh1","mtrr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RE28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAR3","foxh1","A0A0R4IAR3","foxh1","rab42b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QM68","foxh1","A0A2R8QM68","foxh1","LOC565691","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QM68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2P7","foxh1","E7F2P7","foxh1","fbxo38","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGJ3","foxh1","E9QGJ3","foxh1","trpc7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZE2","foxh1","Q5TZE2","foxh1","syndig1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6M2","foxh1","F1R6M2","foxh1","rorb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6M2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSI5","foxh1","A0A1D5NSI5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6D1","foxh1","F1Q6D1","foxh1","pgpep1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6D1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEU9","foxh1","R4GEU9","foxh1","si:ch211-166g5.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5A8","foxh1","F1Q5A8","foxh1","kcnq5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5A8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NVI6","foxh1","unm_tf212","foxh1","cct5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-complex protein 1 subunit epsilon (CCT-epsilon)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2A4","foxh1","Epsin 3a","foxh1","epn3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Epsin 3a (Epsin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWD2","foxh1","Q1LWD2","foxh1","ric8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F836","foxh1","Rac/Cdc42 guanine nucleotide exchange factor","foxh1","arhgef6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q736","foxh1","F1Q736","foxh1","inpp4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q736","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDX7","foxh1","E7FDX7","foxh1","rnf38","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S8G9","foxh1","B0S8G9","foxh1","znf414","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S8G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q92047","foxh1","Q92047","foxh1","pcmt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q92047","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S8J1","foxh1","B0S8J1","foxh1","kif5c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S8J1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F221","foxh1","E7F221","foxh1","frmd8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F221","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A637","foxh1","B8A637","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A637","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIC5","foxh1","A2BIC5","foxh1","rbm47","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8S6","foxh1","F1Q8S6","foxh1","lpcat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8S6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZJ5","foxh1","E7EZJ5","foxh1","yme1l1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVQ1","foxh1","A5WVQ1","foxh1","caprin1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPT8","foxh1","A3KPT8","foxh1","ubp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY87","foxh1","A0A0R4IY87","foxh1","ankrd13d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY87","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7S5","foxh1","fb11b01","foxh1","gab1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GRB2-associated-binding protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBU7","foxh1","A0A286YBU7","foxh1","bbx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YBU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYX6","foxh1","A0A0R4IYX6","foxh1","znf687a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG79","foxh1","Q6DG79","foxh1","crhbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGB4","foxh1","si:ch211-139a5.3","foxh1","pafah1b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","1-alkyl-2-acetylglycerophosphocholine esterase (EC 3.1.1.47)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDZ0","foxh1","E7FDZ0","foxh1","ugt8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RUZ0","foxh1","zgc:158474","foxh1","sh2b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UY97","foxh1","si:dkey-57a22.7","foxh1","rev1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein REV1 (EC 2.7.7.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5R3","foxh1","E7F5R3","foxh1","ankrd11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBW3","foxh1","nppcl2","foxh1","si:ch73-265d7.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C-type natriuretic peptide 2-like (Si:ch73-265d7.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A6D3","foxh1","B8A6D3","foxh1","l2hgdh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A6D3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZ58","foxh1","Q7SZ58","foxh1","coro6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZ58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6L3","foxh1","F1R6L3","foxh1","cirbpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6L3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFI6","foxh1","E7FFI6","foxh1","rapgef5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE41","foxh1","F1RE41","foxh1","abi3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RE41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ37","foxh1","fb82d10","foxh1","cdc42bpab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4R3","foxh1","F1Q4R3","foxh1","igdcc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB78","foxh1","Plasminogen activator","foxh1","plat","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Plasminogen activator (EC 3.4.21.68)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZW44","foxh1","zgc:55292","foxh1","chtopa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEL5","foxh1","X1WEL5","foxh1","ubr4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEL5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V207","foxh1","fhip1b","foxh1","fam160a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FHF complex subunit HOOK-interacting protein 1B (FHIP1B) (FTS- and Hook-interacting protein homolog) (FHIP)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA06","foxh1","F1RA06","foxh1","aff3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LY51","foxh1","Q1LY51","foxh1","znf704","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LY51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCH5","foxh1","F1QCH5","foxh1","pcsk1nl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5W3","foxh1","si:dkeyp-90g12.2","foxh1","spsb4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB07","foxh1","F1RB07","foxh1","esama","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QJX4","foxh1","A3QJX4","foxh1","sars2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3QJX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYQ8","foxh1","F1QYQ8","foxh1","ptpdc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXT6","foxh1","Q7SXT6","foxh1","msi2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SXT6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NI62","foxh1","F6NI62","foxh1","ddr2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NI62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QII6","foxh1","E9QII6","foxh1","igsf9bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QII6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8UWD5","foxh1","NR-13","foxh1","bcl2l10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BCL2-like 10 (Bcl-2-like protein 10) (Nr13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHR4","foxh1","A8WHR4","foxh1","shda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLS5","foxh1","Q1RLS5","foxh1","nfixb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAQ2","foxh1","A0A0R4IAQ2","foxh1","lpar3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAQ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QK55","foxh1","A0A2R8QK55","foxh1","tmem14ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QK55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BX0","foxh1","Ras-related protein Rab-21","foxh1","rab21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802F2","foxh1","Q802F2","foxh1","selenot1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q802F2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0N7","foxh1","E7F0N7","foxh1","sh2d1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0N7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ50","foxh1","si:ch211-243j20.4","foxh1","uts1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Urocortin precursor (Urotensin 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BU8","foxh1","Q08BU8","foxh1","rgs7bpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08BU8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QF50","foxh1","A0A2R8QF50","foxh1","cdhr5-rs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QF50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHW9","foxh1","E9QHW9","foxh1","rnf165a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LH45","foxh1","A0A140LH45","foxh1","kif21b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LH45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BHS1","foxh1","A2BHS1","foxh1","hspb8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BHS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBV7","foxh1","E7FBV7","foxh1","tcf23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L2C7","foxh1","A1L2C7","foxh1","nol4lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L2C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC91","foxh1","E7FC91","foxh1","ankrd44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FC91","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9C4","foxh1","5'-AMP-activated protein kinase catalytic subunit alpha-2","foxh1","prkaa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","5'-AMP-activated protein kinase catalytic subunit alpha-2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YIG5","foxh1","A0A0J9YIG5","foxh1","sec61a1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W469","foxh1","F8W469","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W469","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I8U9","foxh1","tnnt","foxh1","tnnt3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fast skeletal muscle troponin T (Fast troponin T isoform a) (Troponin T type 3A (skeletal, fast)) (Troponin T3a, skeletal, fast)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAG4","foxh1","Growth-regulating estrogen receptor-binding 1","foxh1","greb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGK0","foxh1","Oxysterol-binding protein","foxh1","osbpl5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Oxysterol-binding protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV17","foxh1","irf2bp1","foxh1","irf2bp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interferon regulatory factor 2-binding protein 1 (IRF-2-binding protein 1) (IRF-2BP1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2J1","foxh1","pnx","foxh1","pnx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein pnx (Posterior neuron-specific homeobox)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT71","foxh1","fc45f03","foxh1","fnip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Folliculin-interacting protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RRV6","foxh1","zgc:158350","foxh1","mex3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mex-3 RNA-binding family member B (RNA-binding protein MEX3B) (Zgc:158350)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXW8","foxh1","E7EXW8","foxh1","glg1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD09","foxh1","F1RD09","foxh1","si:dkeyp-117h8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYZ1","foxh1","Ubiquitin-specific peptidase 18","foxh1","usp18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-specific peptidase 18 (Ubl carboxyl-terminal hydrolase 18)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYK2","foxh1","Q6NYK2","foxh1","rom1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYK2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8KB34","foxh1","aspa","foxh1","aspa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aspartoacylase (EC 3.5.1.15) (Aminoacylase-2) (ACY-2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISB5","foxh1","I3ISB5","foxh1","pigs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXP8","foxh1","F1QXP8","foxh1","khsrp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJA7","foxh1","B3DJA7","foxh1","celf5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DJA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QNW4","foxh1","Cerebral dopamine neurotrophic factor","foxh1","cdnf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cerebral dopamine neurotrophic factor (Zgc:162209 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH85","foxh1","fi12h10","foxh1","atf6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating transcription factor 6 (Cyclic AMP-dependent transcription factor ATF-6 alpha)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWP7","foxh1","F1QWP7","foxh1","nop2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4QRF4","foxh1","; ;","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H3.2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SNS7","foxh1","Q5SNS7","foxh1","si:dkey-119m7.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SNS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7TWQ0","foxh1","B7TWQ0","foxh1","nppcl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7TWQ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9YI02","foxh1","Q9YI02","foxh1","skib","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9YI02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGH8","foxh1","E7FGH8","foxh1","insm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGH8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QJW5","foxh1","A3QJW5","foxh1","ctps1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3QJW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQF0","foxh1","A3KQF0","foxh1","uprt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q92051","foxh1","Q92051","foxh1","cahz","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q92051","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGY4","foxh1","E7FGY4","foxh1","gpr26","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8R8","foxh1","Q1L8R8","foxh1","si:dkey-222b8.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8R8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NS32","foxh1","A0A1D5NS32","foxh1","si:dkey-33c9.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NS32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZU7","foxh1","A0A1L1QZU7","foxh1","col4a6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1X4","foxh1","F1R1X4","foxh1","atp13a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1X4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9K7","foxh1","F1R9K7","foxh1","sh3bp5la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9K7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWJ1","foxh1","Q6NWJ1","foxh1","tmem243b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q819","foxh1","F1Q819","foxh1","foxa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q819","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2MJQ9","foxh1","sth","foxh1","smyd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","[histone H3]-lysine(4) N-trimethyltransferase (EC 2.1.1.354)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DEF5","foxh1","Q6DEF5","foxh1","trim35-20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DEF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD83","foxh1","E7FD83","foxh1","sorcs2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FD83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P17561","foxh1","P17561","foxh1","epd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P17561","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UKT0","foxh1","A0A0H2UKT0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UKT0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGJ1","foxh1","E7FGJ1","foxh1","skilb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFQ8","foxh1","Potassium channel subfamily K member 17-like","foxh1","kcnk17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium channel subfamily K member 17-like (Potassium channel, subfamily K, member 17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q731","foxh1","F1Q731","foxh1","cops3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q731","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0F8","foxh1","F1R0F8","foxh1","st8sia6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0F8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PQZ4","foxh1","fb48g05","foxh1","tfap2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor AP-2 gamma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P1Y9","foxh1","F6P1Y9","foxh1","acot13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P1Y9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5S0","foxh1","B8A5S0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFE9","foxh1","Netrin 4","foxh1","ntn4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Netrin 4 (Netrin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM00","foxh1","B8JM00","foxh1","znf1003","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JM00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAE4","foxh1","A0A0R4IAE4","foxh1","chd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGG3","foxh1","A0A0R4IGG3","foxh1","tpi1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PVD3","foxh1","pth1ra","foxh1","pth1r","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEG7","foxh1","E7FEG7","foxh1","hsbp1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKI0","foxh1","A0A0R4IKI0","foxh1","fbln1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PI52","foxh1","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","foxh1","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7B3","foxh1","E7F7B3","foxh1","slc16a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCJ5","foxh1","Liprin-alpha-3 isoform X1","foxh1","ppfia3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH84","foxh1","Gem","foxh1","gemin5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gem (nuclear organelle)-associated protein 5 (Gem-associated protein 5 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IH22","foxh1","A0A0R4IH22","foxh1","npat","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IH22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IL26","foxh1","A0A0R4IL26","foxh1","srrm4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IL26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F708","foxh1","E7F708","foxh1","cxxc5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F708","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NI44","foxh1","F6NI44","foxh1","carmil2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NI44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S4U4","foxh1","B0S4U4","foxh1","inhbab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S4U4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RFW3","foxh1","Q5RFW3","foxh1","nup43","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RFW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEX4","foxh1","F1QEX4","foxh1","samd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHP8","foxh1","A0A0R4IHP8","foxh1","elmo1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFJ8","foxh1","MAGUK p55 scaffold protein 3a","foxh1","mpp3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","MAGUK p55 scaffold protein 3a (MAGUK p55 subfamily member 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEY2","foxh1","A2CEY2","foxh1","si:dkeyp-2e4.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJR9","foxh1","zgc:66182","foxh1","znf131","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger protein 131","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTI4","foxh1","tpi1a","foxh1","tpi1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Triosephosphate isomerase A (TIM-A) (EC 5.3.1.1) (Methylglyoxal synthase A) (EC 4.2.3.3) (Triose-phosphate isomerase A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P5L0","foxh1","Q6P5L0","foxh1","arl4d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P5L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGR0","foxh1","si:dkey-275p19.6","foxh1","oaz2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ornithine decarboxylase antizyme 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGM1","foxh1","X1WGM1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q53CM6","foxh1","Q53CM6","foxh1","dscama","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q53CM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYS0","foxh1","Q5TYS0","foxh1","lace1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TYS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0H4","foxh1","Q6P0H4","foxh1","rnf13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0H4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBW2","foxh1","F1QBW2","foxh1","slc12a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT47","foxh1","A0A0R4IT47","foxh1","timp4.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PQY5","foxh1","cb147","foxh1","snai2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Snail family zinc finger 2 (Snail homolog 2 (Drosophila)) (Zinc finger protein SNAI2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCF6","foxh1","E7FCF6","foxh1","klhl10b.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NX99","foxh1","F6NX99","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NX99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8Q2","foxh1","A0A286Y8Q2","foxh1","pcdh1g29","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y8Q2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFI1","foxh1","E7FFI1","foxh1","atp10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BH14","foxh1","A2BH14","foxh1","grin2bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BH14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RIW6","foxh1","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","foxh1","bach2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6U6","foxh1","B0S6U6","foxh1","tbx16l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U386","foxh1","ppm1a","foxh1","ppm1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","protein-serine/threonine phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9S1","foxh1","E7F9S1","foxh1","dhx32a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9S1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IN28","foxh1","A0A0R4IN28","foxh1","ank1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IN28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8BAA2","foxh1","A8BAA2","foxh1","si:ch211-202c21.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8BAA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9E8","foxh1","Q9I9E8","foxh1","gabpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9I9E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IN41","foxh1","A0A0R4IN41","foxh1","appa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IN41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF73","foxh1","E9QF73","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWN9","foxh1","F1QWN9","foxh1","rcbtb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DK16","foxh1","pcgf5a","foxh1","pcgf5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polycomb group RING finger protein 5-A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FVG3","foxh1","A4FVG3","foxh1","si:ch211-198o12.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FVG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SNQ9","foxh1","Q5SNQ9","foxh1","myct1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SNQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QAD9","foxh1","A0A2R8QAD9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QAD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S771","foxh1","B0S771","foxh1","arhgef7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S771","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFI9","foxh1","si:dkey-1m11.1","foxh1","hmgb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","High mobility group box 1b (High mobility group protein B1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBP4","foxh1","Q6PBP4","foxh1","pde6ha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QEF6","foxh1","A0A2R8QEF6","foxh1","znf1005","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QEF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KQM9","foxh1","A0A0G2KQM9","foxh1","sntg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KQM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJH4","foxh1","Calcium-transporting ATPase","foxh1","atp2a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFF9","foxh1","E7FFF9","foxh1","ccdc30","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S0A2","foxh1","zgc:91918","foxh1","elavl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEW4","foxh1","E7FEW4","foxh1","cabp5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFP2","foxh1","A2BFP2","foxh1","ncf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC06","foxh1","Q6PC06","foxh1","ahcyl2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PC06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGA0","foxh1","rfx4","foxh1","rfx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor RFX4 (Regulatory factor X 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5H6","foxh1","brd4","foxh1","brd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUP5","foxh1","dnaja2","foxh1","dnaja2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L7W1","foxh1","A0A0G2L7W1","foxh1","tamm41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L7W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFM9","foxh1","B3DFM9","foxh1","snx18b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DFM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D4P8S0","foxh1","D4P8S0","foxh1","syt7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D4P8S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503Y7","foxh1","Q503Y7","foxh1","pin4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503Y7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZB1","foxh1","CD4-1","foxh1","cd4-1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CD4-1 molecule (CD4-1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8A7","foxh1","Q1L8A7","foxh1","si:ch73-335d12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8A7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGT9","foxh1","Q6TGT9","foxh1","srsf5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TGT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMZ3","foxh1","wu:fe16f08","foxh1","scinlb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Scinderin-like b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SQE1","foxh1","si:ch211-194d6.2","foxh1","gtf2e1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","General transcription factor IIE subunit 1 (General transcription factor IIE, polypeptide 1, alpha) (Novel protein similar to vertebrate general transcription factor IIE polypeptide 1 alpha 56kDa (GTF2E1))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGW1","foxh1","Q6TGW1","foxh1","poldip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TGW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGR1","foxh1","A0A140LGR1","foxh1","usp54a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGR1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC03","foxh1","F1RC03","foxh1","atp2b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBM9","foxh1","F1RBM9","foxh1","arhgap20b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JPZ7","foxh1","prpf39","foxh1","prpf39","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pre-mRNA-processing factor 39 (PRP39 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQH5","foxh1","A0A0R4IQH5","foxh1","si:ch211-195p4.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJF5","foxh1","A0A0R4IJF5","foxh1","pam16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P3J0","foxh1","dgat1","foxh1","dgat1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O-acyltransferase","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE66","foxh1","E7FE66","foxh1","ttbk2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE66","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCY3","foxh1","X1WCY3","foxh1","si:dkey-195m11.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q91398","foxh1","csnk2b","foxh1","csnk2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Casein kinase II subunit beta (CK II beta)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCG0","foxh1","E7FCG0","foxh1","dhx30","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF68","foxh1","F1QF68","foxh1","ppwd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5S7","foxh1","B0S5S7","foxh1","lhx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0G9","foxh1","B0R0G9","foxh1","si:ch211-14a17.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QP51","foxh1","A0A2R8QP51","foxh1","dpp9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QP51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4II12","foxh1","A0A0R4II12","foxh1","gne","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4II12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDS9","foxh1","E9QDS9","foxh1","lenep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAD7","foxh1","phosphatidylinositol-4,5-bisphosphate 3-kinase","foxh1","pik3ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVU0","foxh1","A0A0R4IVU0","foxh1","phtf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWQ2","foxh1","rdbp","foxh1","nelfe","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Negative elongation factor E","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q58EL0","foxh1","hoxc11a","foxh1","hoxc11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein Hox-C11a","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RUQ1","foxh1","A0A2R8RUQ1","foxh1","phf21ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RUQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITS5","foxh1","A0A0R4ITS5","foxh1","dyrk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0M3","foxh1","E7F0M3","foxh1","coq8ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0M3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0U6","foxh1","F1R0U6","foxh1","dacha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6N8","foxh1","Crossover junction endonuclease EME1","foxh1","eme1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVP2","foxh1","Q1LVP2","foxh1","galnt12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHU7","foxh1","Q5RHU7","foxh1","mdm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGM8","foxh1","Q9DGM8","foxh1","vox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DGM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB86","foxh1","A0A0R4IB86","foxh1","si:dkeyp-53d3.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAX4","foxh1","A0A0R4IAX4","foxh1","tmem42a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDX7","foxh1","A0A0R4IDX7","foxh1","tshz3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4U4","foxh1","F8W4U4","foxh1","xirp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4U4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TLH3","foxh1","Q6TLH3","foxh1","cuedc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TLH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R483","foxh1","F1R483","foxh1","hprt1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R483","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3LGD4","foxh1","rab11fip4a","foxh1","rab11fip4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rab11 family-interacting protein 4A (FIP4-Rab11) (Rab11-FIP4-A) (zRab11-FIP4-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8A6","foxh1","A0A2R8Q8A6","foxh1","bcl11ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8A6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLH9","foxh1","F1QLH9","foxh1","nucb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLH9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7S9","foxh1","B0S7S9","foxh1","si:ch211-122l24.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7S9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SYD0","foxh1","Carbonyl reductase 1","foxh1","cbr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Carbonyl reductase 1 (Carbonyl reductase [NADPH] 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3F0","foxh1","F8W3F0","foxh1","si:ch211-117c9.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3F0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKJ8","foxh1","B8JKJ8","foxh1","sobpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JKJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8J2","foxh1","F1R8J2","foxh1","celsr3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8J2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHZ4","foxh1","A0A0R4IHZ4","foxh1","htr7c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHZ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJ68","foxh1","trak1","foxh1","trak1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Trafficking kinesin-binding protein 1 isoform X4 (Trafficking protein, kinesin-binding 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DYN0","foxh1","RAB3","foxh1","rab3gap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB3 GTPase-activating protein subunit 2 (non-catalytic) (Rab3 GTPase-activating protein non-catalytic subunit isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKY4","foxh1","F1QKY4","foxh1","chrd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC56","foxh1","F1QC56","foxh1","adoa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QC56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RI59","foxh1","Q5RI59","foxh1","si:ch211-240l19.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RI59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDG9","foxh1","X1WDG9","foxh1","btbd10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJM4","foxh1","A0A2R9YJM4","foxh1","pacsin1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJM4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFU4","foxh1","E9QFU4","foxh1","mybl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4STR8","foxh1","A0A0N4STR8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4STR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEF0","foxh1","E9QEF0","foxh1","si:dkey-88l16.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QEF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8Q4","foxh1","Q1L8Q4","foxh1","si:dkey-97m3.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8Q4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFN3","foxh1","fc15d06","foxh1","lmnb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lamin-B2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGE1","foxh1","A0A0R4IGE1","foxh1","si:ch211-207b24.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJE4","foxh1","zgc:194469","foxh1","casp20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD56","foxh1","E7FD56","foxh1","naa25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FD56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BEN3","foxh1","A2BEN3","foxh1","plscr3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BEN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P3U4","foxh1","zgc:153978","foxh1","cox5b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE54","foxh1","E9QE54","foxh1","rab41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZV6","foxh1","im:7159577","foxh1","sun1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEU6","foxh1","E7FEU6","foxh1","adcy2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKJ1","foxh1","F1QKJ1","foxh1","panx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QNV0","foxh1","E2 ubiquitin-conjugating enzyme","foxh1","ube2j2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R685","foxh1","F1R685","foxh1","ercc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R685","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE57","foxh1","E7FE57","foxh1","si:ch211-236d3.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFV4","foxh1","Q8JFV4","foxh1","heatr5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JFV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WG01","foxh1","A8WG01","foxh1","si:dkey-94e7.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WG01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQ66","foxh1","wu:fe48a12","foxh1","nudt5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ADP-sugar pyrophosphatase (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHW0","foxh1","Q5RHW0","foxh1","mapk12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A6A1","foxh1","B8A6A1","foxh1","eif4e1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A6A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HW3","foxh1","zgc:92316","foxh1","pip5k1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylinositol-4-phosphate 5-kinase type-1 beta (EC 2.7.1.68) (Phosphatidylinositol-4-phosphate 5-kinase, type I, beta b) (Zgc:92316)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXU5","foxh1","E7EXU5","foxh1","si:ch211-121a2.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUG8","foxh1","A0A0R4IUG8","foxh1","ppp1r13bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LG11","foxh1","A0A140LG11","foxh1","si:dkey-56m19.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LG11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QH06","foxh1","A0A2R8QH06","foxh1","metrnlb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QH06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0E7","foxh1","tfap2e","foxh1","tfap2e","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor AP-2-epsilon (AP-2-epsilon)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4JYI8","foxh1","A4JYI8","foxh1","fgfr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4JYI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q037","foxh1","A0A2R8Q037","foxh1","nop53","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q037","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q504I6","foxh1","ik:tdsubc_2g1","foxh1","rpa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Replication factor A protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICN1","foxh1","A0A0R4ICN1","foxh1","si:dkey-68o6.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITI0","foxh1","A0A0R4ITI0","foxh1","gabpb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF58","foxh1","E7FF58","foxh1","gpr63","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5WQV6","foxh1","LOC572703","foxh1","efemp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acidic fibroblast growth factor intracellular-binding protein B isoform X1 (EGF containing fibulin extracellular matrix protein 2b precursor) (EGF-containing fibulin extracellular matrix protein 2b) (Fibulin-4) (LOC572703 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEF4","foxh1","F1QEF4","foxh1","rhpn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1T8","foxh1","F1R1T8","foxh1","si:dkey-34f9.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1T8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUN7","foxh1","fb37h03","foxh1","ckmt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Creatine kinase U-type, mitochondrial (EC 2.7.3.2) (Acidic-type mitochondrial creatine kinase) (Ubiquitous mitochondrial creatine kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DNI1","foxh1","Q6DNI1","foxh1","spata4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DNI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S753","foxh1","B0S753","foxh1","odf2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S753","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DYM1","foxh1","K7DYM1","foxh1","si:ch211-201o1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K7DYM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P0C8S0","foxh1","P0C8S0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P0C8S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PVZ2","foxh1","A0A2R8PVZ2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PVZ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0S0R1","foxh1","si:ch211-208m1.2","foxh1","klf8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Krueppel-like factor 8 (Kruppel-like factor 8) (Si:ch211-208m1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BLG4","foxh1","Q5BLG4","foxh1","zdhhc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BLG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0E4","foxh1","F1R0E4","foxh1","nup50","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0E4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PBQ1","foxh1","F6PBQ1","foxh1","dhrs13a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6PBQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L907","foxh1","Q1L907","foxh1","gstr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L907","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAE1","foxh1","prox1","foxh1","prox1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Prospero homeobox 1a (Prospero homeobox protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D0EWT5","foxh1","D0EWT5","foxh1","ssbp3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D0EWT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT25","foxh1","A0A0R4IT25","foxh1","si:ch211-173m16.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCW5","foxh1","X1WCW5","foxh1","chd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBE2","foxh1","F1QBE2","foxh1","dnase1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPR0","foxh1","A0A0R4IPR0","foxh1","ptpn13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R474","foxh1","zgc:77165","foxh1","rad51d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJK1","foxh1","B8JJK1","foxh1","mutyh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YB14","foxh1","A0A286YB14","foxh1","trim3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YB14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4VAK4","foxh1","hsp1","foxh1","hspb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSE1","foxh1","A0A1D5NSE1","foxh1","dgkza","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3V3","foxh1","F1R3V3","foxh1","capga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3V3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L9A3","foxh1","Q1L9A3","foxh1","ppp1r13l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L9A3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUP0","foxh1","anp32a","foxh1","anp32a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acidic leucine-rich nuclear phosphoprotein 32 family member A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","G1K2F4","foxh1","G1K2F4","foxh1","spns1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G1K2F4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QD61","foxh1","F1QD61","foxh1","mtrex","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QD61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2D1","foxh1","wu:fb34f09","foxh1","fkbp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2V2","foxh1","F1R2V2","foxh1","angptl6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2V2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W5S7","foxh1","F8W5S7","foxh1","egln3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W5S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R777","foxh1","mettl3","foxh1","mettl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZB1","foxh1","si:bz36d5.4","foxh1","snx9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sorting nexin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R191","foxh1","cxcl11.6","foxh1","cxcl11.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C-X-C motif chemokine 11-6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2VD21","foxh1","A2VD21","foxh1","pou3f2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2VD21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB36","foxh1","Potassium voltage-gated channel subfamily H member 4-like isoform X1","foxh1","kcnh4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium voltage-gated channel subfamily H member 4-like isoform X1 (Potassium voltage-gated channel, subfamily H (eag-related), member 4b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFB6","foxh1","A0A0R4IFB6","foxh1","adcy7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q501Y0","foxh1","Q501Y0","foxh1","lrmda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q501Y0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8W7","foxh1","F1R8W7","foxh1","rnf5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8W7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCH2","foxh1","X1WCH2","foxh1","si:dkey-1f12.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4S6","foxh1","F8W4S6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4S6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NT00","foxh1","A0A1D5NT00","foxh1","mark2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NT00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZF4","foxh1","E7EZF4","foxh1","lsp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H2ZRH9","foxh1","H2ZRH9","foxh1","nmt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H2ZRH9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPF2","foxh1","histone acetyltransferase","foxh1","crebbpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NW63","foxh1","GATA-5","foxh1","gata6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG29","foxh1","wu:fa97c09","foxh1","limk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LIM domain kinase 2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYE4","foxh1","E7EYE4","foxh1","rnf121","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3B7R0","foxh1","fb80h03","foxh1","cyc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9I4","foxh1","A0A0R4I9I4","foxh1","mnta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9I4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGR8","foxh1","Q6DGR8","foxh1","parp6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGV3","foxh1","F1QGV3","foxh1","rbms3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NS93","foxh1","A0A1D5NS93","foxh1","si:dkey-62k3.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NS93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6B7","foxh1","B0S6B7","foxh1","rabgap1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6B7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMH3","foxh1","A5PMH3","foxh1","esr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMK9","foxh1","chaf1a","foxh1","chaf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JH71","foxh1","aldob","foxh1","aldob","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGU0","foxh1","zgc:92774","foxh1","polr3k","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-directed RNA polymerase subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHU1","foxh1","Q6DHU1","foxh1","clptm1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFV1","foxh1","E7FFV1","foxh1","si:cabz01054396.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFV2","foxh1","F1QFV2","foxh1","hnrnpa1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0J6","foxh1","E7F0J6","foxh1","kdm2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0J6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73715","foxh1","ldb1a","foxh1","ldb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INF0","foxh1","A0A0R4INF0","foxh1","zbtb4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RID7","foxh1","snx17","foxh1","snx17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sorting nexin-17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q910","foxh1","F1Q910","foxh1","mef2d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q910","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHU2","foxh1","si:dkey-146n1.1","foxh1","podxl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Podocalyxin (Podocalyxin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDS7","foxh1","E7FDS7","foxh1","zbtb16a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NY65","foxh1","Q6NY65","foxh1","rcc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NY65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUI8","foxh1","A5WUI8","foxh1","si:dkey-83f18.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVI9","foxh1","A5WVI9","foxh1","dnaja2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4M2","foxh1","atrxl","foxh1","atrx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFW9","foxh1","A0A140LFW9","foxh1","vgll4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBR3","foxh1","E9QBR3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFE3","foxh1","Q8JFE3","foxh1","tp63","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JFE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHS8","foxh1","E9QHS8","foxh1","phf20l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IU15","foxh1","A0A0R4IU15","foxh1","si:dkey-21c1.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IU15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1U2","foxh1","F1R1U2","foxh1","uncx4.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6D0","foxh1","B0S6D0","foxh1","nrp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMM2","foxh1","zgc:153984","foxh1","agpat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","1-acyl-sn-glycerol-3-phosphate acyltransferase (EC 2.3.1.51)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TNW3","foxh1","ABCE1","foxh1","abce1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP-binding cassette sub-family E member 1 (ATP-binding cassette, sub-family E (OABP), member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQT7","foxh1","cdkn1c","foxh1","cdkn1ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITQ3","foxh1","A0A0R4ITQ3","foxh1","dcun1d5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0X0","foxh1","cx39.9","foxh1","cx39.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NXD8","foxh1","Q6NXD8","foxh1","dennd5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NXD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGT2","foxh1","Q5RGT2","foxh1","flvcr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGT2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4H4B6","foxh1","scrib","foxh1","scrib","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein scribble homolog (Scribble1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TH37","foxh1","Q6TH37","foxh1","cbx8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TH37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDU1","foxh1","F1QDU1","foxh1","zmp:0000001103","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NVV4","foxh1","F6NVV4","foxh1","dnttip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NVV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0D2W2","foxh1","hm:zehn0173","foxh1","tnni2a.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fast muscle troponin I (Troponin I type 2a (skeletal, fast), tandem duplicate 4) (Troponin I, skeletal, fast 2a.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM92","foxh1","F1QM92","foxh1","siglec15l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4KMJ2","foxh1","Q4KMJ2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4KMJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFU3","foxh1","F1QFU3","foxh1","tmem199","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB64","foxh1","A0A0R4IB64","foxh1","si:ch211-197h24.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHD9","foxh1","F1QHD9","foxh1","vipb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFS7","foxh1","Q8JFS7","foxh1","ptpn4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JFS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQV0","foxh1","im:6891713","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PI20","foxh1","h3f3a; h3f3b.1; h3-5; h3f3d","foxh1","h3f3a;h3f3b.1;h3-5;h3f3d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H3.3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EY39","foxh1","E7EY39","foxh1","gdpd5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EY39","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMX7","foxh1","A0A0R4IMX7","foxh1","sh3pxd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90Z08","foxh1","unc119b","foxh1","unc119b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein unc-119 homolog B (Protein unc-119 homolog 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QE86","foxh1","A0A2R8QE86","foxh1","rims1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QE86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMV7","foxh1","ppp2r1a","foxh1","ppp2r1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L8I2","foxh1","A0A0G2L8I2","foxh1","trappc10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L8I2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQK1","foxh1","F1QQK1","foxh1","cntn3a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKI4","foxh1","B8JKI4","foxh1","mxb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JKI4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GF24","foxh1","R4GF24","foxh1","si:ch73-301j1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GF24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R043","foxh1","F1R043","foxh1","slc17a5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R043","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBY6","foxh1","A0A286YBY6","foxh1","ttf1.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YBY6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA40","foxh1","F1QA40","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSX1","foxh1","A0A1D5NSX1","foxh1","vps13c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGF1","foxh1","Uncharacterized protein LOC503753","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Uncharacterized protein LOC503753 (Zgc:113263)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DC07","foxh1","Q6DC07","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DC07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEX1","foxh1","Integrin alpha-E-like isoform X1","foxh1","itgae.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrin alpha-E-like isoform X1 (Integrin, alpha E, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2L1","foxh1","E7F2L1","foxh1","aak1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2L1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3Q7","foxh1","F8W3Q7","foxh1","apobec2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3Q7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXR8","foxh1","si:dkey-85p17.3","foxh1","si:dkey-85p17.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLX8","foxh1","B8JLX8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0W1","foxh1","sb:cb947","foxh1","ttc21b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tetratricopeptide repeat domain 21B (Tetratricopeptide repeat protein 21B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1L0","foxh1","E7F1L0","foxh1","ulk4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RNA1","foxh1","A0A2R8RNA1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RNA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7A9","foxh1","wu:fi22b08","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Krueppel-like factor 16 (Zgc:153115)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7M5","foxh1","E3 ubiquitin-protein ligase pellino homolog 1-like","foxh1","peli3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDN0","foxh1","F1RDN0","foxh1","pno1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5F3","foxh1","F1R5F3","foxh1","ephb4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5F3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCQ8","foxh1","E7FCQ8","foxh1","med13a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4T6","foxh1","F1R4T6","foxh1","nme5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6L6","foxh1","F1Q6L6","foxh1","setd1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6L6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0PWB8","foxh1","pdlim3","foxh1","pdlim3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PDZ and LIM domain protein 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QKN6","foxh1","A0A2R8QKN6","foxh1","cnppd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QKN6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBQ8","foxh1","F1QBQ8","foxh1","slmapb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD72","foxh1","X1WD72","foxh1","si:ch211-15d5.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD72","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUK5","foxh1","net1","foxh1","ntn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Netrin-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWL7","foxh1","Q1LWL7","foxh1","trit1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWL7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S0G3","foxh1","A0A2R8S0G3","foxh1","si:ch211-71m22.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8S0G3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCT0","foxh1","E7FCT0","foxh1","kif26ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCT0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SU21","foxh1","A0A0N4SU21","foxh1","pcdh2ab2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4SU21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GE14","foxh1","R4GE14","foxh1","si:ch211-207i1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GE14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8P0","foxh1","Q1L8P0","foxh1","crtap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8P0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS98","foxh1","F1QS98","foxh1","dlg3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2Z5","foxh1","E7F2Z5","foxh1","pygl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2Z5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P442","foxh1","Q0P442","foxh1","rnasekb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0P442","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJK2","foxh1","h2afx1","foxh1","h2ax1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R447","foxh1","F1R447","foxh1","pdpk1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R447","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGB7","foxh1","Q5RGB7","foxh1","ddx49","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QP05","foxh1","A0A2R8QP05","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QP05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0B7","foxh1","F1R0B7","foxh1","gskip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0B7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHF2","foxh1","F1QHF2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF41","foxh1","E9QF41","foxh1","slc35d1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B1B5D9","foxh1","nSMase2","foxh1","smpd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RHH6","foxh1","A0A2R8RHH6","foxh1","smkr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RHH6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYK9","foxh1","zgc:103467","foxh1","myl9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myosin, light chain 9a, regulatory (Uncharacterized protein LOC450006 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZN2","foxh1","F1QZN2","foxh1","azin1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QFW5","foxh1","A0A2R8QFW5","foxh1","strip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QFW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSJ4","foxh1","F1QSJ4","foxh1","vipr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBS1","foxh1","hm:zeh0176","foxh1","si:dkey-156n14.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P4V2","foxh1","Q6P4V2","foxh1","slc1a3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P4V2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXT1","foxh1","E7EXT1","foxh1","ccdc17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPG9","foxh1","F1QPG9","foxh1","sema3fa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R034","foxh1","F1R034","foxh1","cpeb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R034","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4E3","foxh1","F1R4E3","foxh1","slc22a15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4E3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTY8","foxh1","F1QTY8","foxh1","ptprh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBB4","foxh1","E7FBB4","foxh1","sgsm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF45","foxh1","F1QF45","foxh1","cbr4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTE3","foxh1","psa-4","foxh1","smarca2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGF8","foxh1","X1WGF8","foxh1","galnt16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804R0","foxh1","lbx2","foxh1","lbx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor LBX2 (Ladybird homeobox 2) (Ladybird homeobox protein homolog 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P6E8","foxh1","Q6P6E8","foxh1","arl5c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P6E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q98878","foxh1","Q98878","foxh1","dlx4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q98878","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFX1","foxh1","A0A140LFX1","foxh1","insb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC49","foxh1","X1WC49","foxh1","ano3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3Z6","foxh1","E7F3Z6","foxh1","arhgef10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3Z6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PYH7","foxh1","dlg2","foxh1","dlg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILN1","foxh1","Coiled-coil and C2 domain-containing 1B","foxh1","cc2d1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Coiled-coil and C2 domain-containing 1B (Coiled-coil and C2 domain-containing protein 1B isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXK8","foxh1","F1QXK8","foxh1","ppp4r4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXK8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7N0","foxh1","F1Q7N0","foxh1","fpgs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7N0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCS2","foxh1","F1QCS2","foxh1","os9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ49","foxh1","F1QJ49","foxh1","prkag2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2Y6","foxh1","E7F2Y6","foxh1","abca1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2Y6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5K6","foxh1","ATP-binding cassette sub-family B member 10, mitochondrial","foxh1","abcb10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE09","foxh1","zgc:158795","foxh1","galt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Galactose-1-phosphate uridylyltransferase (EC 2.7.7.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJW0","foxh1","mosmoa","foxh1","mosmoa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Modulator of smoothened a (Uncharacterized protein C16orf52 homolog B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIT7","foxh1","F1QIT7","foxh1","cmss1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJ93","foxh1","A0A2R8QJ93","foxh1","si:ch73-162j3.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJ93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG58","foxh1","A0A0R4IG58","foxh1","si:dkey-161l11.76","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC33","foxh1","F1QC33","foxh1","slc23a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QC33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAA4","foxh1","E7FAA4","foxh1","fam13a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAA4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NV35","foxh1","Q6NV35","foxh1","gclc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NV35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6V1","foxh1","F1R6V1","foxh1","popdc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6V1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDS3","foxh1","F1QDS3","foxh1","gramd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHD1","foxh1","Q5RHD1","foxh1","kdm7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KUI9","foxh1","A0A0G2KUI9","foxh1","slc44a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KUI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IN78","foxh1","stk24","foxh1","stk24b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJ74","foxh1","nlgn3b","foxh1","nlgn3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuroligin 3a (Neuroligin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP93","foxh1","A0A0R4IP93","foxh1","si:dkey-92j12.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3E1","foxh1","wu:fi15h09","foxh1","rab11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-11A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F095","foxh1","E7F095","foxh1","ankrd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F095","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGB9","foxh1","E7FGB9","foxh1","si:ch73-173p19.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGB9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTJ5","foxh1","F1QTJ5","foxh1","rad18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBZ7","foxh1","zgc:73176","foxh1","fhit","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bis(5'-adenosyl)-triphosphatase (EC 3.6.1.29)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQB8","foxh1","cb410","foxh1","ftsj3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","pre-rRNA processing protein FTSJ3 (EC 2.1.1.-) (2'-O-ribose RNA methyltransferase SPB1 homolog) (Protein ftsJ homolog 3) (Putative rRNA methyltransferase 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3D3","foxh1","F1R3D3","foxh1","gapdhs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3D3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4A6","foxh1","F8W4A6","foxh1","tgfb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4A6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D2D0C1","foxh1","D2D0C1","foxh1","nptx2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D2D0C1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJE5","foxh1","F1QJE5","foxh1","ppm1g","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFD2","foxh1","F1QFD2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXF1","foxh1","A0A0R4IXF1","foxh1","gnl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIS4","foxh1","E9QIS4","foxh1","si:dkey-93n13.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0G9","foxh1","E7F0G9","foxh1","tex26","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4Y8","foxh1","Tumor susceptibility 101b","foxh1","tsg101b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YI19","foxh1","Z4YI19","foxh1","tdp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YI19","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7B3","foxh1","A8E7B3","foxh1","si:dkey-121a9.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH26","foxh1","Q5RH26","foxh1","atp5f1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RH26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZ01","foxh1","Q7ZZ01","foxh1","msx3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZZ01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTD4","foxh1","Q1MTD4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MTD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIG4","foxh1","B8JIG4","foxh1","ufsp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH25","foxh1","Q6DH25","foxh1","epdr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DH25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QG33","foxh1","E9QG33","foxh1","lca5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QG33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0B4J1A5","foxh1","A0A0B4J1A5","foxh1","ewsr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0B4J1A5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V8Q4","foxh1","Q4V8Q4","foxh1","golt1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4V8Q4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPD0","foxh1","A0A0R4IPD0","foxh1","siah1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIS8","foxh1","F1QIS8","foxh1","ptger1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9K9","foxh1","SUMO-specific peptidase 2","foxh1","senp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SUMO-specific peptidase 2 (Sentrin-specific protease 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGD3","foxh1","F1QGD3","foxh1","irak1bp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGD3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5J7","foxh1","F1Q5J7","foxh1","selenon","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5J7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJX1","foxh1","B8JJX1","foxh1","si:ch73-54n14.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCC0","foxh1","zgc:110715","foxh1","tnni2b.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Troponin I type 2b (skeletal, fast), tandem duplicate 1 (Troponin I, skeletal, fast 2b.1 isoform 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P041","foxh1","zgc:77708","foxh1","atp6v0cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","V-type proton ATPase proteolipid subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QER5","foxh1","F1QER5","foxh1","si:dkey-163f12.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QER5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1M4","foxh1","ppp4r2b","foxh1","ppp4r2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q91994","foxh1","Q91994","foxh1","otx1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q91994","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q408","foxh1","A0A2R8Q408","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q408","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRW8","foxh1","A9JRW8","foxh1","sufu","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7D7","foxh1","F1R7D7","foxh1","prdm13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7D7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYD0","foxh1","E7EYD0","foxh1","myom1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVL5","foxh1","zgc:55929","foxh1","serpine2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glia-derived nexin precursor (Serine (Or cysteine) proteinase inhibitor, clade E (Nexin, plasminogen activator inhibitor type 1), member 2) (Serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2) (Serpine2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJS9","foxh1","F1QJS9","foxh1","her5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q307","foxh1","A0A2R8Q307","foxh1","foxj3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q307","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZVP1","foxh1","B7ZVP1","foxh1","erf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZVP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2C3","foxh1","bZ1M12.3","foxh1","jph1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctophilin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8N2","foxh1","Q1L8N2","foxh1","rad23ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8N2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQW7","foxh1","ccdc101","foxh1","sgf29","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q7R3","foxh1","A0A2R8Q7R3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q7R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFA6","foxh1","coxXVIII","foxh1","cox8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJ88","foxh1","zgc:103534","foxh1","kansl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F086","foxh1","E7F086","foxh1","elk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F086","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NFN1","foxh1","F6NFN1","foxh1","unc13d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NFN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JHE0","foxh1","CHUNP6894","foxh1","csnk1a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEC2","foxh1","F1QEC2","foxh1","fhdc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PBL6","foxh1","wu:fa19h06","foxh1","cops7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2I4","foxh1","E7F2I4","foxh1","si:dkey-100n19.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2I4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA41","foxh1","im:7221408","foxh1","eya4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eyes absent homolog (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FG27","foxh1","E7FG27","foxh1","entpd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FG27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHW0","foxh1","B8JHW0","foxh1","lgmn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIU1","foxh1","F1QIU1","foxh1","rap1gap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DI17","foxh1","Q6DI17","foxh1","gpm6ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DI17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2ATY0","foxh1","A2ATY0","foxh1","wbp1la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2ATY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF26","foxh1","E7FF26","foxh1","esyt2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPX7","foxh1","A0A2R8QPX7","foxh1","vps36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R754","foxh1","F1R754","foxh1","pard6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R754","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYA8","foxh1","E7EYA8","foxh1","fubp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2N9","foxh1","F8W2N9","foxh1","nfxl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2N9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA12","foxh1","Trafficking protein particle complex subunit 8","foxh1","trappc8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Trafficking protein particle complex subunit 8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGK3","foxh1","A2BGK3","foxh1","sh2d1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TLE6","foxh1","IFNG_1","foxh1","ifng1r","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interferon gamma related precursor (Interferon gamma-related) (Interferon gamma_1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CF35","foxh1","A2CF35","foxh1","ccn1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CF35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQH4","foxh1","Relaxin family peptide receptor 3.3a1","foxh1","rxfp3.3a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDZ6","foxh1","F1RDZ6","foxh1","glra4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDZ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWC3","foxh1","fc94f01","foxh1","rps2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RJ41","foxh1","Q5RJ41","foxh1","si:ch211-57i17.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RJ41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIA9","foxh1","E9QIA9","foxh1","si:dkeyp-82a1.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8M1","foxh1","E7F8M1","foxh1","crybb1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8M1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QLX3","foxh1","A0A2R8QLX3","foxh1","atp2b4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QLX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R543","foxh1","pom121","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P6X0","foxh1","ubap1","foxh1","ubap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-associated protein 1 (UBAP-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISX4","foxh1","A0A0R4ISX4","foxh1","si:dkey-209n16.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBY8","foxh1","skp1a","foxh1","skp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","S-phase kinase-associated protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NZV3","foxh1","F6NZV3","foxh1","pnoca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NZV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8KBZ9","foxh1","A8KBZ9","foxh1","xpnpep3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8KBZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MT42","foxh1","Q1MT42","foxh1","arhgef3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MT42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P79745","foxh1","P79745","foxh1","pou3f3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P79745","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VSN1","foxh1","Q4VSN1","foxh1","dstyk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4VSN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT86","foxh1","cb33","foxh1","kirrel3l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJA8","foxh1","Q5BJA8","foxh1","nkx2.2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BJA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS93","foxh1","F1QS93","foxh1","slc22a7b.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WH58","foxh1","X1WH58","foxh1","znf1035","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WH58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1W7","foxh1","E7F1W7","foxh1","si:dkey-226l10.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1W7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWL2","foxh1","Q1LWL2","foxh1","dusp22a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWL2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP82","foxh1","A0A0R4IP82","foxh1","dab1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP82","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2Z0","foxh1","E7F2Z0","foxh1","pdgfd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2Z0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1Q6","foxh1","F1R1Q6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1Q6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QSC8","foxh1","A0A2R8QSC8","foxh1","slc12a7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QSC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T370","foxh1","Q7T370","foxh1","cdv3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T370","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IR84","foxh1","fj47c03","foxh1","ndst1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITC3","foxh1","A0A0R4ITC3","foxh1","lnpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9YH90","foxh1","cldng","foxh1","cldng","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Claudin-like protein ZF-A9 (Claudin g)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDY7","foxh1","F1RDY7","foxh1","gabbr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDY7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9F1","foxh1","A0A0R4I9F1","foxh1","ccser1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9F1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF18","foxh1","DDB1 and CUL4-associated factor 8","foxh1","dcaf8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DDB1 and CUL4-associated factor 8 (DDB1- and CUL4-associated factor 8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXN2","foxh1","Q7SXN2","foxh1","hnrnpdl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SXN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH07","foxh1","Q6DH07","foxh1","arr3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DH07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJC1","foxh1","sptssa","foxh1","sptssa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine palmitoyltransferase small subunit A (Small subunit of serine palmitoyltransferase A) (ssSPTa)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VBT6","foxh1","Q4VBT6","foxh1","exosc8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4VBT6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NQ15","foxh1","F6NQ15","foxh1","si:ch211-262n1.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NQ15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P52889","foxh1","P52889","foxh1","lhx5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P52889","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHP6","foxh1","Q6DHP6","foxh1","narf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O93369","foxh1","BMP2b","foxh1","bmp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZT2","foxh1","Q6NZT2","foxh1","cdr2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NZT2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NY42","foxh1","wu:fa56a05","foxh1","ggh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","folate gamma-glutamyl hydrolase (EC 3.4.19.9)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL75","foxh1","B8JL75","foxh1","zbtb47a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JL75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2ATX1","foxh1","A2ATX1","foxh1","polr1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2ATX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2E3","foxh1","csnk1da","foxh1","csnk1da","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGT0","foxh1","F1QGT0","foxh1","nexn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGT0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJC3","foxh1","E9QJC3","foxh1","myt1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVH9","foxh1","F1QVH9","foxh1","unc13ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVH9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DI30","foxh1","fc54c06","foxh1","srfbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serum response factor-binding protein 1 (SRF-dependent transcription regulation-associated protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3W9","foxh1","E7F3W9","foxh1","lin28b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3W9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLF1","foxh1","F1QLF1","foxh1","vps51","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZ00","foxh1","A0A0R4IZ00","foxh1","lamp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZ00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFB4","foxh1","F1QFB4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH41","foxh1","RING-type E3 ubiquitin transferase","foxh1","rlim","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJJ6","foxh1","B3DJJ6","foxh1","lrp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DJJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVK2","foxh1","zgc:103515","foxh1","polr2i","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-directed RNA polymerase subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBX9","foxh1","Q6PBX9","foxh1","reep5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRX2","foxh1","Small ubiquitin-related modifier","foxh1","sumo3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small ubiquitin-related modifier (SUMO)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAA0","foxh1","F1QAA0","foxh1","nif3l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5H9","foxh1","frs2","foxh1","frs2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibroblast growth factor receptor substrate 2b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBH3","foxh1","A0A0R4IBH3","foxh1","ankrd55","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUL8","foxh1","A0A0R4IUL8","foxh1","nkrf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V920","foxh1","pacsin1b","foxh1","pacsin1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RI09","foxh1","si:dkey-97o5.5","foxh1","tprb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleoprotein TPR (Translocated promoter region b, nuclear basket protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHS9","foxh1","B8JHS9","foxh1","pcnx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P9I0","foxh1","F6P9I0","foxh1","cgref1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P9I0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7Q1","foxh1","A8E7Q1","foxh1","zp3d.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7Q1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IML0","foxh1","A0A0R4IML0","foxh1","capgb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IML0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB04","foxh1","E7FB04","foxh1","dpy19l1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB04","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUX1","foxh1","A5WUX1","foxh1","adarb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PXT7","foxh1","A0A2R8PXT7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6Z5","foxh1","fe36b09","foxh1","cnbpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CCHC-type zinc finger, nucleic acid-binding protein a (Cellular nucleic acid-binding protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JPT8","foxh1","Q1JPT8","foxh1","clybl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1JPT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPL9","foxh1","A0A2R8QPL9","foxh1","pif1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJ40","foxh1","E9QJ40","foxh1","fam120c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJ40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S602","foxh1","Fn","foxh1","fn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibronectin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH21","foxh1","Q5RH21","foxh1","lnx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RH21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWW7","foxh1","zgc:85716","foxh1","thrap3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJE0","foxh1","fb33d01","foxh1","uqcrc2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P963","foxh1","Q6P963","foxh1","hagh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P963","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYJ5","foxh1","F1QYJ5","foxh1","cacna2d4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICS1","foxh1","Integrin alpha 4","foxh1","itga4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3B4","foxh1","Q5U3B4","foxh1","igf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5U3B4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQ91","foxh1","A0A2R8QQ91","foxh1","gbe1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQ91","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PWM3","foxh1","Q9PWM3","foxh1","hoxc4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PWM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IRY7","foxh1","PAR2b","foxh1","f2rl1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Coagulation factor II (Thrombin) receptor-like 1 isoform X1 (Coagulation factor II (thrombin) receptor-like 1, tandem duplicate 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QF54","foxh1","A0A2R8QF54","foxh1","neurl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QF54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INU5","foxh1","A0A0R4INU5","foxh1","kcnn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN48","foxh1","F1QN48","foxh1","fam53b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QN48","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F059","foxh1","Nuclear factor of activated T-cells, cytoplasmic 4","foxh1","nfatc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear factor of activated T-cells, cytoplasmic 4 (Nuclear factor of-activated T cells 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRF7","foxh1","F1QRF7","foxh1","mlxipl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRF7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TEM9","foxh1","Q6TEM9","foxh1","mylipa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TEM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI34","foxh1","F1QI34","foxh1","dtx4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DEG7","foxh1","Q9DEG7","foxh1","ctbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DEG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6Y6","foxh1","Remodeling and spacing factor 1 isoform X2","foxh1","rsf1b.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTI1","foxh1","F1QTI1","foxh1","clic2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4Y6","foxh1","B8A4Y6","foxh1","mettl16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4Y6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7YT51","foxh1","wu:fb53c07","foxh1","sf3b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGZ0","foxh1","B3DGZ0","foxh1","aicda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P79727","foxh1","efna2","foxh1","efna2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4G5W2","foxh1","rtn4","foxh1","rtn4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Reticulon","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3C7","foxh1","A0A2R8Q3C7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q3C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIG9","foxh1","A0A0R4IIG9","foxh1","ptpro","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2C5","foxh1","prkcb1l","foxh1","prkcba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein kinase C (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5J4","foxh1","protein-tyrosine-phosphatase","foxh1","ptprz1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","protein-tyrosine-phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGA5","foxh1","E7FGA5","foxh1","gsr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q2N3","foxh1","A0A2R8Q2N3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q2N3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGQ0","foxh1","Q5RGQ0","foxh1","mettl25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGQ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8D3","foxh1","F1R8D3","foxh1","rabgef1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8D3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH11","foxh1","Q6DH11","foxh1","lim2.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DH11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5R4","foxh1","kissr2","foxh1","kiss1ra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KISS1 receptor a (Kisspeptin receptor 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RNE9","foxh1","A0A2R8RNE9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RNE9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZTZ2","foxh1","rsl24d1","foxh1","rsl24d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Probable ribosome biogenesis protein RLP24 (Ribosomal L24 domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG23","foxh1","F1QG23","foxh1","si:ch211-287a12.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG23","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIF0","foxh1","B8JIF0","foxh1","wbp1lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL57","foxh1","B8JL57","foxh1","rex1bd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JL57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRH0","foxh1","Leucine-rich repeat neuronal 1","foxh1","lrrn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat neuronal 1 (Leucine-rich repeat neuronal protein 1 precursor) (Lrrn1 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9C7","foxh1","A0A0R4I9C7","foxh1","pou5f3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKS5","foxh1","F1QKS5","foxh1","drosha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYD0","foxh1","A0A0R4IYD0","foxh1","rps27l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTC0","foxh1","Q1MTC0","foxh1","fam20cl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MTC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRD5","foxh1","zgc:92341","foxh1","ufd1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TLE1","foxh1","Q5TLE1","foxh1","fgf6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TLE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNV0","foxh1","F1QNV0","foxh1","rx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZG3","foxh1","A8DZG3","foxh1","phactr3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD39","foxh1","B7ZD39","foxh1","ppa1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD39","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PZ52","foxh1","A0A2R8PZ52","foxh1","mgaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PZ52","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPI9","foxh1","A0A0R4IPI9","foxh1","gpr75","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R314","foxh1","F1R314","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R314","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHC0","foxh1","F1QHC0","foxh1","bnip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BM6","foxh1","lrrc8d","foxh1","lrrc8db","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine rich repeat containing 8 family, member D (Leucine-rich repeat-containing 8 VRAC subunit Db) (Leucine-rich repeat-containing protein 8D)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R112","foxh1","F1R112","foxh1","pde9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R112","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6X7","foxh1","F1Q6X7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6X7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBR5","foxh1","A0A2R8QBR5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZDD5","foxh1","fancj","foxh1","brip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R1C4","foxh1","B0R1C4","foxh1","fap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R1C4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUH8","foxh1","zgc:56518","foxh1","mgst3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Microsomal glutathione S-transferase 3 (EC 2.5.1.18) (Microsomal glutathione S-transferase 3a) (Zgc:56518)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","G1K2P7","foxh1","G1K2P7","foxh1","fgfr1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G1K2P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LH51","foxh1","A0A140LH51","foxh1","map1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LH51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDH6","foxh1","F1RDH6","foxh1","cyp4f3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDH6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JTH2","foxh1","A9JTH2","foxh1","fam78ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JTH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEP9","foxh1","A0A0R4IEP9","foxh1","tnika","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBY0","foxh1","F1RBY0","foxh1","mindy2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8Y9","foxh1","si:ch211-39a7.1","foxh1","chrna11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuronal nicotinic acetylocholine receptor alpha-7 subunit-like precursor (Si:ch211-39a7.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJ47","foxh1","A0A2R8QJ47","foxh1","vps72b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJ47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4V7","foxh1","F2Z4V7","foxh1","slc43a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4V7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXX0","foxh1","A0A0R4IXX0","foxh1","dmd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDQ7","foxh1","X1WDQ7","foxh1","fgfbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIC1","foxh1","F1QIC1","foxh1","nfil3-6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIR6","foxh1","A0A0R4IIR6","foxh1","spink2.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIR6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KCK6","foxh1","A0A0G2KCK6","foxh1","spata5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KCK6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4X0","foxh1","F2Z4X0","foxh1","si:ch211-102c2.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4X0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L2L3","foxh1","A0A0G2L2L3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L2L3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DY57","foxh1","PPAR[a]","foxh1","pparab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQG0","foxh1","F1QQG0","foxh1","gata1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEN1","foxh1","R4GEN1","foxh1","si:dkey-31m14.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R617","foxh1","F1R617","foxh1","myo1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R617","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP60","foxh1","A0A0R4IP60","foxh1","filip1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFC5","foxh1","X1WFC5","foxh1","b4galnt1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WFC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHC7","foxh1","Serine/threonine-protein kinase","foxh1","prkd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein kinase (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN52","foxh1","bcam","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ig-like domain-containing protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQD8","foxh1","stradb","foxh1","wu:fj77h11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","STE20-related kinase adapter protein beta (Wu:fj77h11)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4II27","foxh1","A0A0R4II27","foxh1","efr3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4II27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KEK8","foxh1","A0A0G2KEK8","foxh1","fsbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KEK8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEK9","foxh1","R4GEK9","foxh1","trmo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEK9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPJ8","foxh1","A3KPJ8","foxh1","slc9a3.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX81","foxh1","A0A0R4IX81","foxh1","si:ch211-255f4.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90VY7","foxh1","prep1","foxh1","pknox1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F577","foxh1","E7F577","foxh1","dgki","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F577","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBM3","foxh1","E9QBM3","foxh1","si:ch211-107m4.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX93","foxh1","F1QX93","foxh1","eci1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567Z6","foxh1","Q567Z6","foxh1","cript","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q567Z6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIG9","foxh1","naa38","foxh1","naa38","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","N-alpha-acetyltransferase 38, NatC auxiliary subunit (LSM domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32SG8","foxh1","Q32SG8","foxh1","slc8a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q32SG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSR4","foxh1","A0A1D5NSR4","foxh1","chd9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI16","foxh1","F1QI16","foxh1","LOC100329495","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ17","foxh1","F1QJ17","foxh1","p2rx7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGI1","foxh1","A0A140LGI1","foxh1","bicdl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAX0","foxh1","F1RAX0","foxh1","eda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T009","foxh1","gatb","foxh1","dctpp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","dCTP pyrophosphatase 1 (EC 3.6.1.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GML4","foxh1","Q6GML4","foxh1","abca4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GML4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QRA5","foxh1","A0A2R8QRA5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QRA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHM9","foxh1","rhoab","foxh1","rhoab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rho-related GTP-binding protein RhoA-B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q561Y1","foxh1","psmd4","foxh1","psmd4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","26S proteasome non-ATPase regulatory subunit 4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1E7","foxh1","E7F1E7","foxh1","ushbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1E7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6W7","foxh1","E7F6W7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6W7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLC4","foxh1","F1QLC4","foxh1","znf367","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPH8","foxh1","A0A0R4IPH8","foxh1","txnrd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPH8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZSX3","foxh1","ptf1a","foxh1","ptf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pancreas transcription factor 1 subunit alpha (Pancreas-specific transcription factor 1a) (bHLH transcription factor p48)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7H6","foxh1","nxf1","foxh1","nxf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear RNA export factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUV8","foxh1","Q1LUV8","foxh1","trappc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKH3","foxh1","A0A0R4IKH3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29R87","foxh1","Q29R87","foxh1","ehf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q29R87","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKS7","foxh1","B8JKS7","foxh1","atp1a1a.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JKS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F366","foxh1","Bromodomain PHD finger transcription factor","foxh1","bptf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bromodomain PHD finger transcription factor (Nucleosome-remodeling factor subunit BPTF isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKQ7","foxh1","F1QKQ7","foxh1","terf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R406","foxh1","F1R406","foxh1","gabrb2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R406","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGF6","foxh1","A0A0R4IGF6","foxh1","galnt18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFB6","foxh1","X1WFB6","foxh1","atg2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WFB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5H3","foxh1","E7F5H3","foxh1","xkr6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5H3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8KBJ2","foxh1","A8KBJ2","foxh1","znf609b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8KBJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V0E5","foxh1","Amyloid-beta A4 protein","foxh1","appb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Amyloid-beta A4 protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2YDS3","foxh1","Q2YDS3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2YDS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4V6","foxh1","E7F4V6","foxh1","trabd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F7VJQ5","foxh1","F7VJQ5","foxh1","grhl2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F7VJQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUX5","foxh1","Q7ZUX5","foxh1","rtca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4V7","foxh1","F1Q4V7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4V7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PTJ3","foxh1","lmo2","foxh1","lmo2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRU5","foxh1","F1QRU5","foxh1","fam167aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JID2","foxh1","B8JID2","foxh1","klf12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JID2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVU9","foxh1","F1QVU9","foxh1","angptl4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC10","foxh1","A0A0R4IC10","foxh1","ctdspla","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFQ2","foxh1","A0A0R4IFQ2","foxh1","dact1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFQ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WF90","foxh1","H0WF90","foxh1","znf1047","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WF90","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IK18","foxh1","A0A0R4IK18","foxh1","ctsc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IK18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX57","foxh1","A0A0R4IX57","foxh1","slc35a3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NXA1","foxh1","fk20d10","foxh1","sgta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVI3","foxh1","wu:fi15a09","foxh1","rhoq","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYP1","foxh1","E7EYP1","foxh1","lgals17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZ07","foxh1","Q6NZ07","foxh1","ncl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NZ07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TEM4","foxh1","rnd1b","foxh1","rnd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GTP-binding protein (Ras-like protein Rnd1b) (Rho family GTPase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CN1","foxh1","Q08CN1","foxh1","parp8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08CN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG32","foxh1","micu1","foxh1","micu1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q793","foxh1","F1Q793","foxh1","rabep2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q793","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAL6","foxh1","E7FAL6","foxh1","hdac7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWU5","foxh1","A0A0R4IWU5","foxh1","fcer1gl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7Y2","foxh1","F1Q7Y2","foxh1","brinp3a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7Y2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7R1","foxh1","smg5","foxh1","smg5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7XYJ6","foxh1","A7XYJ6","foxh1","sobpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7XYJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NTA0","foxh1","TXNL","foxh1","txnl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JST7","foxh1","A9JST7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JST7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBX9","foxh1","A0A0R4IBX9","foxh1","si:ch73-1a9.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIZ9","foxh1","A0A0R4IIZ9","foxh1","si:zfos-128g4.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDL9","foxh1","E7FDL9","foxh1","grm2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3C1","foxh1","fj48e12","foxh1","tcea1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription elongation factor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QU72","foxh1","F1QU72","foxh1","dhx16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QU72","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PRB1","foxh1","Q5PRB1","foxh1","stk35l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PRB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICZ3","foxh1","Enhancer of polycomb homolog","foxh1","epc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5X1","foxh1","F1Q5X1","foxh1","gpc5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NSN1","foxh1","Q6NSN1","foxh1","lsm12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NSN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REF9","foxh1","F1REF9","foxh1","prg4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4V2","foxh1","F2Z4V2","foxh1","usp44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F2Z4V2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLP9","foxh1","F1QLP9","foxh1","si:ch211-28e16.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZ59","foxh1","A0A0R4IZ59","foxh1","si:ch211-194b1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZ59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIZ0","foxh1","mt-nd1","foxh1","mt-nd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NADH-ubiquinone oxidoreductase chain 1 (EC 7.1.1.2) (NADH dehydrogenase subunit 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD34","foxh1","wu:fa66b02","foxh1","rps24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","40S ribosomal protein S24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F5H8N4","foxh1","F5H8N4","foxh1","lrpprc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F5H8N4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O57416","foxh1","pax3","foxh1","pax3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSV0","foxh1","F1QSV0","foxh1","ecsit","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXW4","foxh1","F1QXW4","foxh1","lyrm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISI1","foxh1","I3ISI1","foxh1","oxnad1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI18","foxh1","B8JI18","foxh1","abcg2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SU47","foxh1","A0A0N4SU47","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4SU47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDC9","foxh1","A0A0R4IDC9","foxh1","cxxc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5U9","foxh1","F1Q5U9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5U9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYM8","foxh1","fc03h03","foxh1","lmo7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVI6","foxh1","A0A0R4IVI6","foxh1","inpp5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803L0","foxh1","Q803L0","foxh1","lin28a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WV38","foxh1","A5WV38","foxh1","si:ch211-209a2.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WV38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9I2","foxh1","F1Q9I2","foxh1","cyp46a1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9I2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCN9","foxh1","X1WCN9","foxh1","si:dkey-266m15.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RR02","foxh1","A0A2R8RR02","foxh1","ptk2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RR02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM24","foxh1","F1QM24","foxh1","prss12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGP2","foxh1","A0A0R4IGP2","foxh1","igf1ra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGP2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WE14","foxh1","X1WE14","foxh1","npbwr2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WE14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O42364","foxh1","apoeb","foxh1","apoeb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Apolipoprotein Eb (Apo-Eb)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IK07","foxh1","si:ch211-208k15.1","foxh1","tsnare1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:ch211-208k15.1 (t-SNARE domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F370","foxh1","E7F370","foxh1","cdh26.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F370","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPD2","foxh1","F1QPD2","foxh1","kdm4c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIB4","foxh1","B8JIB4","foxh1","enpep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGG2","foxh1","A2BGG2","foxh1","zfr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL43","foxh1","cb285","foxh1","tfa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serotransferrin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P8U0","foxh1","F6P8U0","foxh1","iqcd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P8U0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2PRH0","foxh1","Q2PRH0","foxh1","or137-3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2PRH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YA30","foxh1","A0A286YA30","foxh1","atp6ap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YA30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPR6","foxh1","F1QPR6","foxh1","si:ch211-257p13.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPR6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYW4","foxh1","nbas","foxh1","nbas","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBU7","foxh1","Q6PBU7","foxh1","uqcc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4U3","foxh1","gpr117","foxh1","wls","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein wntless homolog (Wnt ligand secretion mediator)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KLK6","foxh1","A0A0G2KLK6","foxh1","rfx7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KLK6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXT5","foxh1","A0A0R4IXT5","foxh1","dpyda.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5W4","foxh1","B8A5W4","foxh1","dhrsx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5W4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUE7","foxh1","si:ch211-218c6.5","foxh1","chtf8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4H0","foxh1","B8A4H0","foxh1","si:ch211-202h22.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4H0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDG2","foxh1","F1RDG2","foxh1","pex16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R300","foxh1","im:7142962","foxh1","snrpa1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJ32","foxh1","B8JJ32","foxh1","sfxn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJ32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBM2","foxh1","F1QBM2","foxh1","pdcd4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWD5","foxh1","man1b1","foxh1","man1b1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9U6","foxh1","A0A0R4I9U6","foxh1","pcdh2ab9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802Z3","foxh1","Q802Z3","foxh1","pitpnbl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q802Z3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB92","foxh1","A0A0R4IB92","foxh1","trpm5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL34","foxh1","B8JL34","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JL34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV65","foxh1","Q1LV65","foxh1","si:ch211-151h10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LV65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVE8","foxh1","sf3b3","foxh1","sf3b3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Splicing factor 3B subunit 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F976","foxh1","crfb14","foxh1","ifnlr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interferon lambda receptor 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F462","foxh1","E7F462","foxh1","pkig","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F462","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L5S8","foxh1","A0A0G2L5S8","foxh1","nop14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L5S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM15","foxh1","F1QM15","foxh1","ankrd22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHB3","foxh1","X1WHB3","foxh1","amer3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYP0","foxh1","Q6NYP0","foxh1","tmem208","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUU3","foxh1","F1QUU3","foxh1","aamp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F238","foxh1","E7F238","foxh1","slc25a10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F238","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q91430","foxh1","svp[40]","foxh1","nr2f2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DI58","foxh1","B3DI58","foxh1","ngs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DI58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFM6","foxh1","F1QFM6","foxh1","dolpp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGM3","foxh1","E9QGM3","foxh1","dio2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZB8","foxh1","A8DZB8","foxh1","znf1175","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZB8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q800H6","foxh1","matr3l1.2","foxh1","matr3l1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Matrin 3-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90268","foxh1","pax2a","foxh1","pax2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC56","foxh1","fi42e08","foxh1","adad1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adenosine deaminase domain-containing 1 (testis-specific) (Adenosine deaminase domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGX4","foxh1","zgc:63663","foxh1","hsc70","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O57521","foxh1","hsp90ab1","foxh1","hsp90ab1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heat shock protein HSP 90-beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4V4","foxh1","B8A4V4","foxh1","wrap73","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4V4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3D5","foxh1","E7F3D5","foxh1","wrap53","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3D5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZG4","foxh1","F1QZG4","foxh1","nucks1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JTC7","foxh1","A9JTC7","foxh1","cox18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JTC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q665","foxh1","F1Q665","foxh1","rragca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q665","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PXP3","foxh1","A0A2R8PXP3","foxh1","trpm7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PXP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDA0","foxh1","X1WDA0","foxh1","si:ch73-71c20.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHM8","foxh1","F1QHM8","foxh1","apip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8A1","foxh1","F1R8A1","foxh1","adamts12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ41","foxh1","F1QQ41","foxh1","tmem117","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQ41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3K1","foxh1","br146","foxh1","vcana","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Chondroitin sulfate proteoglycan 2 (Versican a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RIL7","foxh1","Q5RIL7","foxh1","hsd3b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RIL7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXM3","foxh1","E7EXM3","foxh1","si:ch211-117c9.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7V4","foxh1","E7F7V4","foxh1","panx3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7V4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBC9","foxh1","F1RBC9","foxh1","ccnc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQW9","foxh1","A3KQW9","foxh1","adnp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMB1","foxh1","F1QMB1","foxh1","hmx3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L877","foxh1","Q1L877","foxh1","tmem264","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L877","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZM5","foxh1","E7EZM5","foxh1","si:dkey-274m17.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V237","foxh1","Tyrosine-protein kinase","foxh1","jak3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZA9","foxh1","A8DZA9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IU19","foxh1","A0A0R4IU19","foxh1","ces2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IU19","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QST2","foxh1","F1QST2","foxh1","arhgap21b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QST2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9T5","foxh1","A0A0R4I9T5","foxh1","si:zfos-943e10.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8G3","foxh1","F1Q8G3","foxh1","eif4bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8G3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9A2","foxh1","F1R9A2","foxh1","selenom","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGW5","foxh1","Q6PGW5","foxh1","lratd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PGW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L2G7","foxh1","A0A0G2L2G7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L2G7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V3S7","foxh1","B0V3S7","foxh1","slc24a5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V3S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7L1","foxh1","B0S7L1","foxh1","wipi1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7L1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZG3","foxh1","Q5TZG3","foxh1","myt1la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INQ1","foxh1","A0A0R4INQ1","foxh1","si:ch211-160o17.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIT8","foxh1","B3DIT8","foxh1","sh3rf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DIT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISQ6","foxh1","A0A0R4ISQ6","foxh1","fam102aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9V6","foxh1","TELO2-interacting protein 1","foxh1","tti1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TELO2-interacting protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTT3","foxh1","F1QTT3","foxh1","jupa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90259","foxh1","ascl1a","foxh1","ascl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P2A1","foxh1","F6P2A1","foxh1","cyp2r1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P2A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DFC7","foxh1","Q9DFC7","foxh1","or115-1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DFC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY71","foxh1","F1QY71","foxh1","slc25a24l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QY71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6I8","foxh1","sp5","foxh1","sp5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRZ9","foxh1","A0A0R4IRZ9","foxh1","plxnb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6F2","foxh1","F1Q6F2","foxh1","kmt2ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6F2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBS6","foxh1","F1RBS6","foxh1","nme2b.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4II88","foxh1","A0A0R4II88","foxh1","si:dkey-237j10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4II88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHR0","foxh1","X1WHR0","foxh1","si:ch211-151m7.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ80","foxh1","hook1","foxh1","hook1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Hook homolog 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F980","foxh1","E7F980","foxh1","si:cabz01007802.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F980","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2N0","foxh1","F1R2N0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2N0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISW0","foxh1","I3ISW0","foxh1","si:ch73-367f21.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZF5","foxh1","F1QZF5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC63","foxh1","lin7b","foxh1","lin7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein lin-7 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NZP4","foxh1","F6NZP4","foxh1","esyt1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NZP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIE5","foxh1","Gamma-aminobutyric acid receptor subunit rho-3 precursor","foxh1","gabrr3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gamma-aminobutyric acid receptor subunit rho-3 precursor (Gamma-aminobutyric acid type A receptor subunit rho3a) (Zgc:194845)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFS7","foxh1","A2BFS7","foxh1","hinfp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI13","foxh1","B8JI13","foxh1","atrn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F958","foxh1","Methylcytosine dioxygenase TET","foxh1","tet2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q03356","foxh1","Q03356","foxh1","msxb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q03356","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY49","foxh1","F1QY49","foxh1","tbrg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QY49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4T4","foxh1","F1Q4T4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4T4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4JNX5","foxh1","Forkhead box protein P2","foxh1","foxp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Forkhead box protein P2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZW8","foxh1","Q7SZW8","foxh1","hsf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W499","foxh1","F8W499","foxh1","tspan7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W499","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFK4","foxh1","E9QFK4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKE0","foxh1","bZ1G18.2","foxh1","casq1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calsequestrin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9F5","foxh1","F1Q9F5","foxh1","ipo13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9F5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567W4","foxh1","zgc:110709","foxh1","mrps25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7F3","foxh1","F1Q7F3","foxh1","pora","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7F3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PW77","foxh1","PBXA","foxh1","pbx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pbx4 homeodomain protein (Pbx4/Lazarus homeodomain protein) (Pre-B-cell leukemia transcription factor 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0PJT8","foxh1","LOC556619","foxh1","chrna4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuronal acetylcholine receptor subunit alpha-4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KIS6","foxh1","A0A0G2KIS6","foxh1","LOC100334962","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KIS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIC5","foxh1","A0A0R4IIC5","foxh1","fam83fb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIC5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9N7","foxh1","F1R9N7","foxh1","rbm10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9N7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6T6","foxh1","F1Q6T6","foxh1","wnk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RKM3","foxh1","fb36h09","foxh1","stip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Stress-induced-phosphoprotein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVE3","foxh1","Q1LVE3","foxh1","si:dkey-72l14.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFU0","foxh1","A2BFU0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSC3","foxh1","A0A1D5NSC3","foxh1","si:dkey-183c6.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRA7","foxh1","A9JRA7","foxh1","acsm3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CI6","foxh1","SUMO peptidase family member, NEDD8-specific","foxh1","senp8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SUMO peptidase family member, NEDD8-specific (Sentrin-specific protease 8 (EC 3.4.22.68)) (Zgc:153043)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D2U4T9","foxh1","st6gal2-r","foxh1","st6gal2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-galactoside alpha-2,6-sialyltransferase 2 (EC 2.4.3.1) (CMP-N-acetylneuraminate-beta-galactosamide-alpha-2,6-sialyltransferase 2) (ST6Gal II) (Sialyltransferase 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q7S8","foxh1","A0A2R8Q7S8","foxh1","rnf165b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q7S8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDY2","foxh1","etaa1","foxh1","etaa1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ETAA1 activator of ATR kinase (Ewing's tumor-associated antigen 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q019","foxh1","A0A2R8Q019","foxh1","htr3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q019","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502P0","foxh1","Q502P0","foxh1","arl6ip4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q502P0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGD5","foxh1","A2BGD5","foxh1","calcoco1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGD5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMN5","foxh1","A5PMN5","foxh1","acot17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRN8","foxh1","Q6DRN8","foxh1","cdipt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC99","foxh1","E7FC99","foxh1","ctnnb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FC99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0VA82","foxh1","mfsd8","foxh1","mfsd8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Major facilitator superfamily domain-containing protein 8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7E3","foxh1","E7F7E3","foxh1","dhx8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7E3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IE73","foxh1","A0A0R4IE73","foxh1","dusp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IE73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4J7V9","foxh1","A0A0R4J7V9","foxh1","znf385b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4J7V9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L1F5","foxh1","A0A0G2L1F5","foxh1","sptbn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L1F5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZP6","foxh1","A0A1L1QZP6","foxh1","si:ch211-102l7.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHR9","foxh1","Fibroblast growth factor","foxh1","fgf7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803H4","foxh1","cenpa","foxh1","cenpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEM0","foxh1","F1QEM0","foxh1","cfap43","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8F5","foxh1","Q1L8F5","foxh1","cnot4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8F5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0GKC8","foxh1","zgc:162379","foxh1","pmaip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Noxa (Phorbol-12-myristate-13-acetate-induced protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEE0","foxh1","H0WEE0","foxh1","phrf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVD8","foxh1","Q7ZVD8","foxh1","arl11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZVD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QB86","foxh1","E9QB86","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QB86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1P9","foxh1","E7F1P9","foxh1","rfx7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1P9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILY2","foxh1","A0A0R4ILY2","foxh1","dtx3l2.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L3H0","foxh1","A0A0G2L3H0","foxh1","LOC798522","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L3H0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IU08","foxh1","A0A0R4IU08","foxh1","igfbp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IU08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWR8","foxh1","F1QWR8","foxh1","pcdh2ab1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY53","foxh1","Ankyrin repeat and SOCS box protein 2 isoform X1","foxh1","asb2a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ankyrin repeat and SOCS box protein 2 isoform X1 (Ankyrin repeat and SOCS box-containing 2a, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GE85","foxh1","R4GE85","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GE85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9P0","foxh1","F1R9P0","foxh1","thg1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9P0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBT3","foxh1","Q6PBT3","foxh1","fez1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMH3","foxh1","Q6GMH3","foxh1","twf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFM8","foxh1","X1WFM8","foxh1","eps8l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WFM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","C0M005","foxh1","C0M005","foxh1","pax7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C0M005","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P5L8","foxh1","Q6P5L8","foxh1","hsdl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P5L8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W767","foxh1","zgc:86655","foxh1","mdka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DE25","foxh1","Q9DE25","foxh1","foxc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DE25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVS7","foxh1","Q1LVS7","foxh1","si:dkeyp-27e10.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPF3","foxh1","A0A2R8QPF3","foxh1","wnk4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9E5","foxh1","E7F9E5","foxh1","ace2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9E5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJF0","foxh1","B3DJF0","foxh1","tbx18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DJF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX52","foxh1","F1QX52","foxh1","gatm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX52","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTC2","foxh1","cb444","foxh1","ppp1r3ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F123","foxh1","si:ch211-106j24.1","foxh1","si:ch211-106j24.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aminopeptidase (EC 3.4.11.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV51","foxh1","Q1LV51","foxh1","ogna","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LV51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29ST6","foxh1","adora2a.1","foxh1","adora2aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adenosine receptor A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLM7","foxh1","F1QLM7","foxh1","glrx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WFD2","foxh1","H0WFD2","foxh1","si:dkey-89b17.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WFD2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAZ0","foxh1","E7FAZ0","foxh1","cnksr2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8E6","foxh1","fc11d07","foxh1","gas2l3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GAS2-like protein 3 (Growth arrest-specific 2-like 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NLW6","foxh1","F6NLW6","foxh1","si:ch211-242b18.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NLW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT54","foxh1","I3IT54","foxh1","si:ch211-191i18.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IT54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW16","foxh1","A5WW16","foxh1","sla1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KMS9","foxh1","zgc:158799","foxh1","prkacaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","cAMP-dependent protein kinase catalytic subunit alpha (EC 2.7.11.11)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S687","foxh1","wu:fb48f05","foxh1","pola2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA polymerase alpha subunit B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PFT7","foxh1","Q6PFT7","foxh1","cotl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PFT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YJ67","foxh1","A0A0J9YJ67","foxh1","bif1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804V9","foxh1","Q804V9","foxh1","pvalb5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q804V9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2R3","foxh1","si:ch211-146m13.3","foxh1","si:ch211-146m13.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctophilin-3-like (Si:ch211-146m13.3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB32","foxh1","F1RB32","foxh1","arfgap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7U1","foxh1","F1Q7U1","foxh1","ube3d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7U1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVR8","foxh1","Q1LVR8","foxh1","kctd6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUB4","foxh1","F1QUB4","foxh1","trim36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBH7","foxh1","F1QBH7","foxh1","nfic","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBH7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMG4","foxh1","Q6GMG4","foxh1","tmem30b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q05AK8","foxh1","Q05AK8","foxh1","ano9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q05AK8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIE0","foxh1","B3DIE0","foxh1","atf7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DIE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZUU8","foxh1","si:ch211-129c21.6","foxh1","ap3d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CG8","foxh1","Q08CG8","foxh1","rnf44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08CG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQM9","foxh1","A0A0R4IQM9","foxh1","stxbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5Z9","foxh1","si:ch211-198d18.2","foxh1","usp6nl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","USP6 N-terminal-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q58E00","foxh1","Dpf2","foxh1","dpf2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8J8","foxh1","LOC100535636","foxh1","LOC100535636","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein shisa-9-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDK1","foxh1","zgc:162873","foxh1","mon1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vacuolar fusion protein MON1 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHH9","foxh1","zgc:92307","foxh1","ube2r2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC36","foxh1","zgc:73124","foxh1","necap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMM5","foxh1","A0A0R4IMM5","foxh1","ppa1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYD7","foxh1","Q1LYD7","foxh1","ampd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYD7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8R8","foxh1","cGMP-dependent protein kinase","foxh1","prkg1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","cGMP-dependent protein kinase (EC 2.7.11.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W292","foxh1","F8W292","foxh1","mtmr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W292","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGY5","foxh1","Q5RGY5","foxh1","crybg1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1A5","foxh1","B0V1A5","foxh1","aopep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1A5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXU2","foxh1","cb343","foxh1","col9a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Collagen alpha-2(IX) chain precursor (Procollagen, type IX, alpha 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L964","foxh1","Q1L964","foxh1","slc12a10.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L964","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAS0","foxh1","F1RAS0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGJ1","foxh1","Q6DGJ1","foxh1","grifin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHZ4","foxh1","E9QHZ4","foxh1","si:dkey-242g16.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHZ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIB9","foxh1","A2BIB9","foxh1","ank2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIB9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWK3","foxh1","Q6NWK3","foxh1","ranbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V8X5","foxh1","fj39f09","foxh1","mlf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myeloid leukemia factor 2 (Zgc:114097)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MTK5","foxh1","Q1MTK5","foxh1","nuak2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MTK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR06","foxh1","F1QR06","foxh1","emid1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PUE4","foxh1","copg2","foxh1","copg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUS0","foxh1","F1QUS0","foxh1","calb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BEA6","foxh1","A2BEA6","foxh1","arid3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BEA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDT7","foxh1","A0A0R4IDT7","foxh1","si:ch211-215d8.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAY1","foxh1","E7FAY1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHJ2","foxh1","rab3a","foxh1","rab3aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZZ9","foxh1","rbm22","foxh1","rbm22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PFS8","foxh1","Q6PFS8","foxh1","eif4ebp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PFS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QD92","foxh1","E9QD92","foxh1","dusp11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QD92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGV1","foxh1","atp6v0d1","foxh1","atp6v0d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9IAK8","foxh1","tbx5a","foxh1","tbx5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUT0","foxh1","zgc:101555","foxh1","nutf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear transport factor 2 (NTF-2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V3R3","foxh1","B0V3R3","foxh1","grip2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V3R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V324","foxh1","B0V324","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V324","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPC9","foxh1","A0A2R8QPC9","foxh1","idh3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F641","foxh1","E7F641","foxh1","cnksr2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F641","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8BAQ7","foxh1","A8BAQ7","foxh1","pcyt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8BAQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEH9","foxh1","Astrocytic phosphoprotein PEA-15","foxh1","pea15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Astrocytic phosphoprotein PEA-15 (15 kDa phosphoprotein enriched in astrocytes)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMQ6","foxh1","A0JMQ6","foxh1","cyp4v8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DK37","foxh1","B3DK37","foxh1","lmf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DK37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZB9","foxh1","MAGI-1","foxh1","magi1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBJ0","foxh1","F1QBJ0","foxh1","kazald2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBJ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P3J8","foxh1","Q6P3J8","foxh1","tdh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P3J8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R399","foxh1","F1R399","foxh1","gpr55a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R399","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QNC7","foxh1","A0A2R8QNC7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QNC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4R1","foxh1","zgc:92840","foxh1","sec61g","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein transport protein Sec61 subunit gamma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8N1","foxh1","NOR1","foxh1","nr4a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor subfamily 4 group A member 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCY3","foxh1","E7FCY3","foxh1","ccdc136b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O93507","foxh1","tal1","foxh1","tal1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7T1","foxh1","Protein phosphatase 1 regulatory subunit 1B","foxh1","ppp1r1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein phosphatase 1 regulatory subunit 1B (DARPP-32) (Dopamine- and cAMP-regulated neuronal phosphoprotein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IMW8","foxh1","zgc:92371","foxh1","rpl39","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX34","foxh1","F1QX34","foxh1","gabrr2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9I2","foxh1","wnt11r","foxh1","wnt11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZE8","foxh1","Q7SZE8","foxh1","tnfaip8l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXI6","foxh1","B0UXI6","foxh1","slc20a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QNW7","foxh1","A4QNW7","foxh1","phyhipl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4QNW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVB6","foxh1","Q1LVB6","foxh1","mrps10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5V7","foxh1","B0S5V7","foxh1","tmem30c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5V7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVE2","foxh1","A0A0R4IVE2","foxh1","usp10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7H5","foxh1","si:ch211-233a1.7","foxh1","grp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gastrin-releasing peptide","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YHZ1","foxh1","Z4YHZ1","foxh1","plekho1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YHZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH87","foxh1","fundc1","foxh1","fundc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FUN14 domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YAB5","foxh1","A0A286YAB5","foxh1","march8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YAB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBW1","foxh1","Q6DBW1","foxh1","rasgef1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DBW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXE0","foxh1","Q1LXE0","foxh1","sostdc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NJU6","foxh1","F6NJU6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NJU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ36","foxh1","F1QZ36","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSV3","foxh1","A0A1D5NSV3","foxh1","si:dkey-38l22.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIK6","foxh1","F1QIK6","foxh1","calca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIK6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXV2","foxh1","aebp2","foxh1","aebp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5B5","foxh1","F1Q5B5","foxh1","alpl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5B5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DEI0","foxh1","Q6DEI0","foxh1","pltp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DEI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRN3","foxh1","Q6DRN3","foxh1","noc3l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFJ4","foxh1","PYCa","foxh1","pcxa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pyruvate carboxylase (EC 6.4.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1P4","foxh1","E7F1P4","foxh1","grik4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1P4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAG6","foxh1","ambra1a","foxh1","ambra1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating molecule in BECN1-regulated autophagy protein 1A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV50","foxh1","magt1","foxh1","magt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHU9","foxh1","A0A2R8QHU9","foxh1","syt6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PH54","foxh1","ARG2","foxh1","arg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Arginase (EC 3.5.3.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUR6","foxh1","cb985","foxh1","mibp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Muscle-specific beta 1 integrin-binding protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IF39","foxh1","A0A0R4IF39","foxh1","mcm7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IF39","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDC1","foxh1","F1RDC1","foxh1","aurkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PGU2","foxh1","Q6PGU2","foxh1","maf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PGU2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9B8","foxh1","E7F9B8","foxh1","si:dkey-21c19.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8M2","foxh1","F1R8M2","foxh1","ftcdnl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8M2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCX4","foxh1","E7FCX4","foxh1","tsr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KCC7","foxh1","A0A0G2KCC7","foxh1","kbtbd11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KCC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q734","foxh1","F1Q734","foxh1","lpar2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q734","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5X0","foxh1","dspg3","foxh1","epyc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Epiphycan (Epiphycan isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QLW6","foxh1","A0A2R8QLW6","foxh1","cry3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QLW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC40","foxh1","cdc123","foxh1","cdc123","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Translation initiation factor eIF2 assembly protein (Cell division cycle protein 123 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4R1","foxh1","F1Q4R1","foxh1","dock6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4R1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLT2","foxh1","sptssb","foxh1","sptssb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine palmitoyltransferase small subunit B (Protein ADMP) (Small subunit of serine palmitoyltransferase B) (ssSPTb)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE87","foxh1","E7FE87","foxh1","klf6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE87","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ35","foxh1","Q5TZ35","foxh1","vsnl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZ35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QG86","foxh1","E9QG86","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QG86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IK57","foxh1","A0A0R4IK57","foxh1","si:ch211-205a14.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IK57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q98UK5","foxh1","mafb","foxh1","mafb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI88","foxh1","E9QI88","foxh1","entpd5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QI88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCF6","foxh1","E9QCF6","foxh1","rxfp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJJ2","foxh1","Q5BJJ2","foxh1","rpl3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BJJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IM59","foxh1","A0A0R4IM59","foxh1","si:dkey-22o22.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IM59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REC2","foxh1","F1REC2","foxh1","sept7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEX6","foxh1","E7FEX6","foxh1","si:dkeyp-117b11.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIQ6","foxh1","B3DIQ6","foxh1","slc35a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DIQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REQ6","foxh1","cb886","foxh1","prickle2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QW15","foxh1","Centrosomal protein 85,-like","foxh1","cep85l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centrosomal protein 85,-like (Centrosomal protein of 85 kDa-like isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9L4","foxh1","F1R9L4","foxh1","mfsd12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9L4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29RB5","foxh1","Q29RB5","foxh1","hs3st1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q29RB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZUU3","foxh1","B7ZUU3","foxh1","pygo1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZUU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V969","foxh1","Q4V969","foxh1","lrrfip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4V969","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWQ4","foxh1","F1QWQ4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWQ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WER0","foxh1","Si:dkey-14d8.1","foxh1","si:dkey-14d8.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:dkey-14d8.1 (Zinc finger protein 543 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KPR3","foxh1","A0A0G2KPR3","foxh1","atg7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KPR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBH2","foxh1","F1QBH2","foxh1","taf13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","J3JQX9","foxh1","J3JQX9","foxh1","asip2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","J3JQX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2E8","foxh1","F8W2E8","foxh1","rbm27","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGB2","foxh1","A2BGB2","foxh1","si:ch211-139a5.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5R2","foxh1","F1Q5R2","foxh1","ftr51","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B2CZC4","foxh1","B2CZC4","foxh1","slc8a2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B2CZC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECX8","foxh1","Q1ECX8","foxh1","pcolcea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1ECX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YAA4","foxh1","A0A286YAA4","foxh1","herpud1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YAA4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566R8","foxh1","Q566R8","foxh1","hspb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q566R8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDI7","foxh1","A0A2R8QDI7","foxh1","pxdn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDI7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6EFA1","foxh1","Q6EFA1","foxh1","sulf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6EFA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAV4","foxh1","Neurturin","foxh1","nrtn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neurturin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF79","foxh1","E7FF79","foxh1","ghrhrb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P296","foxh1","Q6P296","foxh1","chsy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P296","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5T9","foxh1","fxrbeta","foxh1","nr1h5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor subfamily 1, group H, member 5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GET8","foxh1","R4GET8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GET8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0J0","foxh1","Q6P0J0","foxh1","ppp1r2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0J0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLL3","foxh1","F1QLL3","foxh1","tead1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDH0","foxh1","E9QDH0","foxh1","adcy6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QMK9","foxh1","A0A2R8QMK9","foxh1","tjp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKK1","foxh1","A0A0R4IKK1","foxh1","arhgap12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWB6","foxh1","txnip","foxh1","txnipa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thioredoxin-interacting protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDE8","foxh1","E9QDE8","foxh1","map3k15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE30","foxh1","Proline-, glutamic acid- and leucine-rich protein 1","foxh1","pelp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICI0","foxh1","A0A0R4ICI0","foxh1","dipk1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IE40","foxh1","A0A0R4IE40","foxh1","mprip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IE40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L3C4","foxh1","A0A0G2L3C4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L3C4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SYE2","foxh1","Q7SYE2","foxh1","actn4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SYE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJT4","foxh1","A0A0R4IJT4","foxh1","pde10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJT4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PCA5","foxh1","Q6PCA5","foxh1","six3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PCA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5Q2","foxh1","E7F5Q2","foxh1","LOC797620","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5Q2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGH7","foxh1","ctnnb1","foxh1","ctnnb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KRH0","foxh1","A0A0G2KRH0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KRH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCG0","foxh1","COMM domain-containing protein 6","foxh1","commd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","COMM domain-containing protein 6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7K3","foxh1","F1R7K3","foxh1","dla","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7K3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVQ4","foxh1","Q1LVQ4","foxh1","slc6a15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVQ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NW93","foxh1","prkar2a","foxh1","prkar2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","cAMP-dependent protein kinase type II-alpha regulatory subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WB96","foxh1","X1WB96","foxh1","si:ch211-259g3.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WB96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","M9MME4","foxh1","M9MME4","foxh1","ighv9-1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M9MME4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R394","foxh1","F1R394","foxh1","znf438","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R394","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA23","foxh1","A0A0R4IA23","foxh1","hibadha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IA23","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2VD29","foxh1","A2VD29","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2VD29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3Y5","foxh1","A0A2R8Q3Y5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q3Y5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LW16","foxh1","Q1LW16","foxh1","si:ch211-212d10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LW16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHX2","foxh1","Q5RHX2","foxh1","ociad2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3J0","foxh1","F1R3J0","foxh1","akr1a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3J0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIR0","foxh1","B3DIR0","foxh1","dmc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DIR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5G9L7","foxh1","Q5G9L7","foxh1","crabp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5G9L7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803T5","foxh1","Q803T5","foxh1","ahcy","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803T5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DKA6","foxh1","B3DKA6","foxh1","gpr160","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DKA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFY1","foxh1","E7FFY1","foxh1","nf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCG4","foxh1","fj16a07","foxh1","nfkbiaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYY4","foxh1","asf1ba","foxh1","asf1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZE3","foxh1","llgl2","foxh1","llgl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCG3","foxh1","E7FCG3","foxh1","creb3l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A6NA21","foxh1","fd20g07","foxh1","cavin1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6V9B5","foxh1","sdf1b","foxh1","cxcl12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DI21","foxh1","Pyridoxal","foxh1","pdxp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pyridoxal (pyridoxine, vitamin B6) phosphatase (Pyridoxal phosphate phosphatase (EC 3.1.3.74)) (Zgc:194409)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD98","foxh1","E3 ubiquitin-protein ligase SHPRH isoform X1","foxh1","shprh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZ36","foxh1","Q7ZZ36","foxh1","brms1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZZ36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVL9","foxh1","A5WVL9","foxh1","dapk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6B0","foxh1","E7F6B0","foxh1","dtx4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6B0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NHC4","foxh1","F6NHC4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NHC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEJ5","foxh1","Protein Wnt","foxh1","wnt7bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HX5","foxh1","zgc:92250","foxh1","sav1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein salvador homolog 1 (Salvador family WW domain-containing protein 1) (Salvador homolog 1 (Drosophila))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICF6","foxh1","A0A0R4ICF6","foxh1","far1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NJC6","foxh1","si:ch211-222h17.4","foxh1","tulp4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TUB-like protein 4a (Tubby-related protein 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VBJ6","foxh1","si:dkey-265o13.3","foxh1","gins2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA replication complex GINS protein PSF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5D7","foxh1","B0S5D7","foxh1","cdh18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5D7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568B8","foxh1","Q568B8","foxh1","tor4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q568B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRA3","foxh1","A0A0R4IRA3","foxh1","si:ch1073-284b18.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHJ3","foxh1","A0A2R8QHJ3","foxh1","wdr7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RUX0","foxh1","zgc:158242","foxh1","tbl1x","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZC4","foxh1","A0A0R4IZC4","foxh1","chmp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYJ1","foxh1","Q6NYJ1","foxh1","lasp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMP2","foxh1","zgc:154091","foxh1","ppm1la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","protein-serine/threonine phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1B1LZI1","foxh1","A0A1B1LZI1","foxh1","ptprga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1B1LZI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ97","foxh1","F1QJ97","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBX6","foxh1","X1WBX6","foxh1","ebf3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK98","foxh1","F1QK98","foxh1","wnt3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QK98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90X27","foxh1","cb918","foxh1","xbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X-box-binding protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9S0","foxh1","F1Q9S0","foxh1","pax3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDF6","foxh1","F1QDF6","foxh1","akap10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFX3","foxh1","F1QFX3","foxh1","ghra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F807","foxh1","E7F807","foxh1","kcnj12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F807","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC13","foxh1","phb2","foxh1","phb2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Prohibitin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITA5","foxh1","I3ITA5","foxh1","si:ch73-289h5.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH82","foxh1","E9QH82","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QH82","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3KR14","foxh1","zgc:123245","foxh1","ppil1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8P7","foxh1","F1Q8P7","foxh1","eif2s2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMY9","foxh1","Nuclear receptor-interacting protein 1","foxh1","nrip1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor-interacting protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF84","foxh1","F1QF84","foxh1","tmtc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI83","foxh1","E9QI83","foxh1","si:dkey-253i9.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QI83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZ27","foxh1","Q7ZZ27","foxh1","sertad2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZZ27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3I1","foxh1","F1R3I1","foxh1","cntn3a.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3I1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILJ1","foxh1","A0A0R4ILJ1","foxh1","map7d1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHP4","foxh1","A8WHP4","foxh1","gclm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRJ7","foxh1","A0A0R4IRJ7","foxh1","arhgap21a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBS5","foxh1","dhrs3","foxh1","dhrs3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dehydrogenase/reductase (SDR family) member 3a (Dhrs3a protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC10","foxh1","F1RC10","foxh1","igsf9ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0W2","foxh1","F1R0W2","foxh1","dachc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0W2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRN2","foxh1","F1QRN2","foxh1","raf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILS5","foxh1","A0A0R4ILS5","foxh1","si:ch73-44m9.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGN7","foxh1","B3DGN7","foxh1","tyro3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNJ7","foxh1","F1QNJ7","foxh1","helz","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK89","foxh1","F1QK89","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QK89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WGA0","foxh1","cyp27c1","foxh1","cyp27c1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome P450 27C1 (EC 1.14.19.53) (All-trans retinol 3,4-desaturase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0V6","foxh1","rpl8","foxh1","rpl8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein uL2 (60S ribosomal protein L8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IN51","foxh1","A0A0R4IN51","foxh1","si:rp71-1d10.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IN51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECX3","foxh1","Q1ECX3","foxh1","tgm2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1ECX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L224","foxh1","creb3l2","foxh1","creb3l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHZ5","foxh1","B8JHZ5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5D6T0","foxh1","MGC162584","foxh1","vps16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vacuolar protein sorting-associated protein 16 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJ13","foxh1","B3DJ13","foxh1","npdc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DJ13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGQ7","foxh1","A0A0R4IGQ7","foxh1","fkbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802D2","foxh1","zgc:55690","foxh1","ccnt2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJX7","foxh1","Adenylate cyclase-stimulating G alpha protein","foxh1","gnas","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adenylate cyclase-stimulating G alpha protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSH3","foxh1","A0A1D5NSH3","foxh1","ptpn5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZA4","foxh1","Q5TZA4","foxh1","si:dkeyp-55f12.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZA4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7A3","foxh1","F1Q7A3","foxh1","plcl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7A3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0N0","foxh1","E7F0N0","foxh1","bcorl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0N0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMI5","foxh1","A5PMI5","foxh1","tent4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA60","foxh1","timm22","foxh1","timm22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitochondrial import inner membrane translocase subunit TIM22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73727","foxh1","ins","foxh1","ins","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Insulin [Cleaved into: Insulin B chain; Insulin A chain]","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SY41","foxh1","Q7SY41","foxh1","dnajc24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SY41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RPE6","foxh1","A0A2R8RPE6","foxh1","tdrd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RPE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBM7","foxh1","F1RBM7","foxh1","pth2rb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDW9","foxh1","X1WDW9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KZR4","foxh1","A0A0G2KZR4","foxh1","pcsk6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KZR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503K1","foxh1","Q503K1","foxh1","tgfbi","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503K1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDE7","foxh1","F1QDE7","foxh1","pds5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYW6","foxh1","Q6NYW6","foxh1","clasp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQF6","foxh1","Q6IQF6","foxh1","cep43","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7E3","foxh1","B0S7E3","foxh1","wnt2bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7E3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3H9","foxh1","Q7T3H9","foxh1","hyi","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T3H9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLZ2","foxh1","F1QLZ2","foxh1","gdf7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLZ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKW9","foxh1","F1QKW9","foxh1","picalma","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDE6","foxh1","A0A0R4IDE6","foxh1","nedd4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFE8","foxh1","E7FFE8","foxh1","nt5dc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD02","foxh1","F1RD02","foxh1","etv4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGT7","foxh1","SH3GL3","foxh1","sh3gl3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Endophilin-A3 (SH3-domain GRB2-like 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHZ5","foxh1","X1WHZ5","foxh1","arhgap29a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T396","foxh1","Q7T396","foxh1","hsd17b3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T396","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFE8","foxh1","A0A0R4IFE8","foxh1","cacnb2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDM9","foxh1","F1RDM9","foxh1","armh1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9F5","foxh1","A0A286Y9F5","foxh1","myo7aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9F5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXP1","foxh1","F1QXP1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6Y1","foxh1","Cyclin-dependent kinase 12","foxh1","cdk12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ID04","foxh1","A0A0R4ID04","foxh1","si:dkey-205h23.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ID04","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7N8","foxh1","Calcium-transporting ATPase","foxh1","si:dkey-28b4.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ04","foxh1","si:zfos-226g1.1","foxh1","acy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","N-acyl-aliphatic-L-amino acid amidohydrolase (EC 3.5.1.14) (N-acyl-L-amino-acid amidohydrolase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC50","foxh1","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","foxh1","smarcd3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA51","foxh1","E7FA51","foxh1","evi5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FA51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEG1","foxh1","F1QEG1","foxh1","atp7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F811","foxh1","E7F811","foxh1","tom1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F811","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CT3","foxh1","zgc:152741","foxh1","glulc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QN46","foxh1","A0A2R8QN46","foxh1","adgrl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QN46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9C8","foxh1","cb237","foxh1","sox11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYV7","foxh1","ZPCR1","foxh1","pcdh10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protocadherin 10a (Protocadherin-10 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXW0","foxh1","B0UXW0","foxh1","pip4k2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQ43","foxh1","C-X-C motif chemokine 11-6-like","foxh1","cxcl11.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHU4","foxh1","prpf38a","foxh1","prpf38a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pre-mRNA-splicing factor 38A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0T8","foxh1","Q6P0T8","foxh1","myoz1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0T8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HX0","foxh1","Q66HX0","foxh1","slc35b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66HX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q642J5","foxh1","rbfox1","foxh1","rbfox1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA binding protein fox-1 homolog 1 (Ataxin-2-binding protein 1) (Fox-1 homolog A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV01","foxh1","Q1LV01","foxh1","si:dkey-102f14.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LV01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBC3","foxh1","E9QBC3","foxh1","cep85","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGC8","foxh1","Q6DGC8","foxh1","lctla","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSP6","foxh1","A0A1D5NSP6","foxh1","batf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVV0","foxh1","mttp","foxh1","mttp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Microsomal triglyceride transfer protein large subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2WG79","foxh1","Q2WG79","foxh1","ripply2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2WG79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCU2","foxh1","E7FCU2","foxh1","acot12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCU2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1K8","foxh1","B0V1K8","foxh1","ido1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1K8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXT9","foxh1","A0A0R4IXT9","foxh1","si:dkeyp-86d6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZA0","foxh1","zgc:162909","foxh1","slc30a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Solute carrier family 30 member 1b (Uncharacterized protein LOC100038803)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVM8","foxh1","dlm","foxh1","rgma","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3M4","foxh1","E7F3M4","foxh1","stambpl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3M4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7S7","foxh1","A8E7S7","foxh1","uacaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7S7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWP1","foxh1","Q1LWP1","foxh1","znf990","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9D0","foxh1","A0A2R8Q9D0","foxh1","bcar1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q9D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9UGK1","foxh1","A9UGK1","foxh1","mkxa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9UGK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYT9","foxh1","B0UYT9","foxh1","adrb3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEA9","foxh1","R4GEA9","foxh1","si:dkey-202b17.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8P1","foxh1","E7F8P1","foxh1","dnajc30b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZVP9","foxh1","B7ZVP9","foxh1","trim8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZVP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCN2","foxh1","CECR2 histone acetyl-lysine reader","foxh1","cecr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYU8","foxh1","hnrpab","foxh1","hnrnpaba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heterogeneous nuclear ribonucleoprotein A/B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWM9","foxh1","Q1LWM9","foxh1","si:rp71-23d18.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90XR1","foxh1","Q90XR1","foxh1","cldn12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90XR1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYG0","foxh1","E7EYG0","foxh1","abcc5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2L4","foxh1","E7F2L4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2L4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L3U3","foxh1","A0A0G2L3U3","foxh1","nacc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L3U3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R683","foxh1","F1R683","foxh1","gmppb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R683","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KS88","foxh1","A0A0G2KS88","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KS88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73709","foxh1","O73709","foxh1","six3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O73709","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRK5","foxh1","F1QRK5","foxh1","si:dkey-20i20.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHX0","foxh1","F1QHX0","foxh1","lancl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH59","foxh1","wu:fb92b09","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDX3","foxh1","X1WDX3","foxh1","si:ch1073-80i24.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMG7","foxh1","A5PMG7","foxh1","ngrn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6Q413","foxh1","nf2a","foxh1","nf2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NF2, moesin-ezrin-radixin-like (MERLIN) tumor suppressor b (Neurofibromin 2b (Merlin)) (Nf2a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D9IWE2","foxh1","zgc:56571","foxh1","mad1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitotic arrest deficient 1-like 1 (Mitotic arrest deficient-like protein 1) (Mitotic spindle assembly checkpoint protein MAD1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QN37","foxh1","zgc:153885","foxh1","cry1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cryptochrome-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L9B0","foxh1","Q1L9B0","foxh1","nfia","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L9B0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHC9","foxh1","E9QHC9","foxh1","si:ch211-197l9.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8YI05","foxh1","CD154","foxh1","cd40lg","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CD154 (CD40 ligand)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AZC0","foxh1","Q6AZC0","foxh1","cela1.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6AZC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDM9","foxh1","A0A0R4IDM9","foxh1","si:ch211-229l10.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGR0","foxh1","A0A140LGR0","foxh1","clcn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R371","foxh1","F1R371","foxh1","si:dkey-230p4.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R371","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803A6","foxh1","Q803A6","foxh1","mcmbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803A6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDQ9","foxh1","E9QDQ9","foxh1","march6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYA0","foxh1","Q1LYA0","foxh1","fam107b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHE3","foxh1","Q5RHE3","foxh1","slc10a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R986","foxh1","F1R986","foxh1","jag1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R986","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1J9","foxh1","B0V1J9","foxh1","gstt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1J9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJ12","foxh1","A0A0R4IJ12","foxh1","clns1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJ12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R472","foxh1","F1R472","foxh1","adgrd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R472","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P3H0","foxh1","zfp36l1l","foxh1","zfp36l1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTK7","foxh1","F1QTK7","foxh1","dnaja1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8I1","foxh1","F1R8I1","foxh1","card19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8I1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECU6","foxh1","Q1ECU6","foxh1","mgat5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1ECU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5L7","foxh1","E7F5L7","foxh1","hdx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5L7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RG37","foxh1","Q5RG37","foxh1","si:dkeyp-72h1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RG37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S518","foxh1","B0S518","foxh1","zmat5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S518","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IU36","foxh1","A0A0R4IU36","foxh1","alyref","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IU36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8A0","foxh1","Q1L8A0","foxh1","pld3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8A0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDX6","foxh1","A0A0R4IDX6","foxh1","si:ch211-247j9.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7C5","foxh1","inpp5f","foxh1","inpp5f","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylinositide phosphatase SAC2 (EC 3.1.3.25) (Inositol polyphosphate 5-phosphatase F) (Sac domain-containing inositol phosphatase 2) (Sac domain-containing phosphoinositide 4-phosphatase 2) (hSAC2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L2I4","foxh1","A0A0G2L2I4","foxh1","ccl36.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L2I4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBB7","foxh1","E7FBB7","foxh1","pla2r1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHZ9","foxh1","A0A2R8QHZ9","foxh1","tmx3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH38","foxh1","Q5RH38","foxh1","tmcc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RH38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM86","foxh1","F1QM86","foxh1","cbx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GE17","foxh1","R4GE17","foxh1","schip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GE17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4N0","foxh1","F1Q4N0","foxh1","hipk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4N0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHZ3","foxh1","A0A0R4IHZ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHZ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCB5","foxh1","E9QCB5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLF9","foxh1","orc1l","foxh1","orc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Origin recognition complex subunit 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66I64","foxh1","aqp8a","foxh1","aqp8a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC36","foxh1","F1QC36","foxh1","ical1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QC36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JHF2","foxh1","lfng","foxh1","lfng","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIY2","foxh1","B8JIY2","foxh1","nolc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R362","foxh1","F1R362","foxh1","fech","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R362","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JK95","foxh1","B8JK95","foxh1","elovl6l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JK95","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SPB1","foxh1","Q5SPB1","foxh1","slc38a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SPB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NIA2","foxh1","aof2","foxh1","kdm1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lysine-specific histone demethylase (EC 1.14.99.66)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHT9","foxh1","F1QHT9","foxh1","ddx19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HV2","foxh1","Q66HV2","foxh1","rassf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66HV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHW8","foxh1","X1WHW8","foxh1","tfdp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P7Y0","foxh1","zgc:63554","foxh1","ube2j1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZ47","foxh1","E7EZ47","foxh1","smim29","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZ47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q04475","foxh1","b2m","foxh1","b2m","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Beta-2-microglobulin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTJ8","foxh1","F1QTJ8","foxh1","fkbp16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3Y0","foxh1","Q7T3Y0","foxh1","nrarpa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T3Y0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5CZV1","foxh1","zgc:113342","foxh1","smtnl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Smoothelin-like 1 (Zgc:113342)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P4B9","foxh1","Q0P4B9","foxh1","mcrip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0P4B9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTL1","foxh1","si:ch1073-159d7.11","foxh1","hist1h2a11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBD0","foxh1","E7FBD0","foxh1","nf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P390","foxh1","Bromodomain and PHD finger-containing protein 3","foxh1","brpf3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bromodomain and PHD finger-containing protein 3 (Bromodomain and PHD finger-containing, 3b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803B0","foxh1","cb863","foxh1","hspd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (Heat shock protein 60)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4J5","foxh1","A0A2R8Q4J5","foxh1","fat4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q4J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZ04","foxh1","fj55e05","foxh1","echs1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Enoyl-CoA hydratase, mitochondrial (EC 4.2.1.17) (EC 5.3.3.8) (Enoyl-CoA hydratase 1) (Short-chain enoyl-CoA hydratase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBN5","foxh1","A0A2R8QBN5","foxh1","slc30a6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q504G6","foxh1","Wiskott-Aldrich syndrome protein family member","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Wiskott-Aldrich syndrome protein family member (WASP family protein member)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBA8","foxh1","E7FBA8","foxh1","nav1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INE7","foxh1","A0A0R4INE7","foxh1","si:ch211-272n13.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R050","foxh1","F1R050","foxh1","stk11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R050","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3G5","foxh1","cb12","foxh1","pabpc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polyadenylate-binding protein (PABP)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH51","foxh1","Q5RH51","foxh1","fam20b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RH51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDC4","foxh1","A0A0R4IDC4","foxh1","si:ch211-195b11.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q0J1","foxh1","A0A2R8Q0J1","foxh1","ubald2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q0J1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFC6","foxh1","A0A0R4IFC6","foxh1","si:dkey-92j12.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFC6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFS4","foxh1","E9QFS4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD36","foxh1","E7FD36","foxh1","mtus1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FD36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P4U6","foxh1","Q6P4U6","foxh1","znrf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P4U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDN1","foxh1","A0A0R4IDN1","foxh1","lamb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBR4","foxh1","T-lymphoma invasion and metastasis-inducing protein 1","foxh1","tiam1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MT54","foxh1","Q1MT54","foxh1","si:dkey-44g23.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MT54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYD7","foxh1","Q6NYD7","foxh1","ociad1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYD7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7S2","foxh1","penkl","foxh1","penka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proenkephalin a (Proenkephalin-A precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3U2","foxh1","F1R3U2","foxh1","fhod3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0X8","foxh1","StAR-related lipid transfer","foxh1","stard9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TLE4","foxh1","mmgt1","foxh1","mmgt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TNT9","foxh1","Q6TNT9","foxh1","gdi2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TNT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IH93","foxh1","A0A0R4IH93","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IH93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P3G4","foxh1","psmd11a","foxh1","psmd11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNV8","foxh1","F1QNV8","foxh1","ptprk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXM5","foxh1","Q1LXM5","foxh1","ankmy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R880","foxh1","F1R880","foxh1","bmt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R880","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9B4","foxh1","pbxy","foxh1","pbx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0T0","foxh1","F1R0T0","foxh1","rfc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0T0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHQ9","foxh1","Q5RHQ9","foxh1","A2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R019","foxh1","si:ch211-67f24.8","foxh1","sos2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Son of sevenless homolog 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKG2","foxh1","F1QKG2","foxh1","ptbp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMY7","foxh1","A0A0R4IMY7","foxh1","trpm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMY7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHQ8","foxh1","Q6DHQ8","foxh1","lpar1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NVC5","foxh1","rhot1a","foxh1","rhot1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZU4","foxh1","Q6NZU4","foxh1","irx4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NZU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM88","foxh1","B8JM88","foxh1","med1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JM88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P2T5","foxh1","fk84a07","foxh1","arpc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Arp2/3 complex 34 kDa subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFK4","foxh1","B3DFK4","foxh1","LOC557217","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DFK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FER7","foxh1","E7FER7","foxh1","si:dkey-85n7.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FER7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYE1","foxh1","B0UYE1","foxh1","si:dkey-75a21.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRK0","foxh1","F1QRK0","foxh1","ndst2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRK0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYU3","foxh1","Q6NYU3","foxh1","neurod6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSN4","foxh1","A0A1D5NSN4","foxh1","si:dkey-23i12.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDC4","foxh1","F1QDC4","foxh1","adam28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZSZ9","foxh1","rac1","foxh1","rac1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2W1","foxh1","Q7T2W1","foxh1","sp5l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T2W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDF3","foxh1","X1WDF3","foxh1","tcf7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2I7","foxh1","E7F2I7","foxh1","slco5a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2I7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC14","foxh1","E9QC14","foxh1","si:dkey-26c10.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QC14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QFD4","foxh1","A0A2R8QFD4","foxh1","nhsl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QFD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PWC7","foxh1","A0A2R8PWC7","foxh1","vgll3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PWC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFC6","foxh1","F1QFC6","foxh1","fam117ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFC6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B1WB79","foxh1","B1WB79","foxh1","stox1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B1WB79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2B1","foxh1","F8W2B1","foxh1","si:ch73-226l13.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2B1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2T2","foxh1","F1R2T2","foxh1","frem1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2T2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WF59","foxh1","X1WF59","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WF59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7MCQ6","foxh1","A7MCQ6","foxh1","gpn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7MCQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4L4","foxh1","B8A4L4","foxh1","morc3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4L4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T373","foxh1","Q7T373","foxh1","prrx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T373","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGL2","foxh1","wu:fc09e11","foxh1","atp1b2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXZ9","foxh1","sma8","foxh1","smad9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPD8","foxh1","A0A0R4IPD8","foxh1","znfx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8A8","foxh1","A0A286Y8A8","foxh1","atp11c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y8A8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEQ8","foxh1","Type-1 angiotensin II receptor","foxh1","agtr1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Type-1 angiotensin II receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXH2","foxh1","A0A0R4IXH2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9F5","foxh1","Beta3.1","foxh1","bhlhe22","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Class E basic helix-loop-helix protein 22 (Class B basic helix-loop-helix protein 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDN8","foxh1","R4GDN8","foxh1","grid1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GDN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUZ7","foxh1","Q1LUZ7","foxh1","hipk3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8L5","foxh1","E7F8L5","foxh1","plekhd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8L5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2L6L0","foxh1","Q2L6L0","foxh1","cnpy2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2L6L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FET0","foxh1","E7FET0","foxh1","nat16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FET0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFF5","foxh1","X1WFF5","foxh1","coa3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WFF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGQ7","foxh1","E9QGQ7","foxh1","si:dkey-70b23.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JK77","foxh1","B8JK77","foxh1","ptpn20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JK77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXL6","foxh1","Q1LXL6","foxh1","serinc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V2X9","foxh1","fj20e02","foxh1","man1a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWH1","foxh1","A0A0R4IWH1","foxh1","si:dkeyp-117b8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDQ7","foxh1","E7FDQ7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P6E6","foxh1","cops9","foxh1","cops9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","COP9 signalosome complex subunit 9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSY5","foxh1","F1QSY5","foxh1","pbx1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8W0","foxh1","F1R8W0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8W0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3B8","foxh1","F1R3B8","foxh1","nmur1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQG8","foxh1","F1QQG8","foxh1","tnikb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT13","foxh1","A0A0R4IT13","foxh1","si:ch211-244c8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW16","foxh1","A0A0R4IW16","foxh1","si:ch211-103f14.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXR5","foxh1","B0UXR5","foxh1","rnf10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9R7","foxh1","A0A0R4I9R7","foxh1","muc5.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9R7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1Y3","foxh1","E7F1Y3","foxh1","cyp2y3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1Y3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBT9","foxh1","A0A0R4IBT9","foxh1","scube1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RHT3","foxh1","A0A2R8RHT3","foxh1","pcdh1g30","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RHT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JK90","foxh1","B8JK90","foxh1","si:dkey-191g9.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JK90","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSJ2","foxh1","wu:fb34e11","foxh1","col11a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Collagen alpha-1(XI) chain isoform X2 (Collagen, type XI, alpha 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4K2","foxh1","E7F4K2","foxh1","si:dkey-175g6.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4K2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGE0","foxh1","F1QGE0","foxh1","slc26a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R061","foxh1","B0R061","foxh1","smarcad1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R061","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R335","foxh1","F1R335","foxh1","mettl9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R335","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90Z10","foxh1","rpl13","foxh1","rpl13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB30","foxh1","amfr","foxh1","amfra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS12","foxh1","A0A0R4IS12","foxh1","dhx36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEC4","foxh1","A2CEC4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC30","foxh1","E7FC30","foxh1","gpank1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FC30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISQ1","foxh1","A0A0R4ISQ1","foxh1","mdm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q1R5","foxh1","A0A2R8Q1R5","foxh1","foxp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q1R5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI46","foxh1","F1QI46","foxh1","si:ch211-234c11.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QS87","foxh1","F1QS87","foxh1","gpr143","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QS87","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGD0","foxh1","si:ch211-255l12.2","foxh1","spred3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5Y8","foxh1","F1Q5Y8","foxh1","efcab7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5Y8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1A7","foxh1","siat4","foxh1","st3gal8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","beta-galactoside alpha-2,3-sialyltransferase (EC 2.4.3.4) (Gal-NAc6S) (Gal-beta-1,3-GalNAc-alpha-2,3-sialyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEV5","foxh1","A0A0R4IEV5","foxh1","glg1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEV5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P026","foxh1","banf1","foxh1","banf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Barrier-to-autointegration factor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD61","foxh1","X1WD61","foxh1","si:dkey-206p8.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISM0","foxh1","I3ISM0","foxh1","si:dkey-3d18.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5K6","foxh1","Mast/stem cell growth factor receptor","foxh1","kitb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mast/stem cell growth factor receptor (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1J0","foxh1","E7F1J0","foxh1","elf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1J0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHS1","foxh1","E9QHS1","foxh1","fosl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNW2","foxh1","F1QNW2","foxh1","dzip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXJ7","foxh1","F1QXJ7","foxh1","unc5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAV1","foxh1","A0A0R4IAV1","foxh1","stag3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIG2","foxh1","B8JIG2","foxh1","ankrd37","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SUG2","foxh1","A0A0N4SUG2","foxh1","pcdh1gc5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4SUG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGS0","foxh1","E9QGS0","foxh1","si:ch211-243j20.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UZ28","foxh1","B0UZ28","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UZ28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L8G8","foxh1","A0A0G2L8G8","foxh1","col28a2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L8G8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LU99","foxh1","ripor2","foxh1","ripor2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rho family-interacting cell polarization regulator 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UKW6","foxh1","A0A0H2UKW6","foxh1","akap8l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UKW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH36","foxh1","ZfCav1.4","foxh1","cacna1fb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Voltage-dependent L-type calcium channel subunit alpha","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCR1","foxh1","F1QCR1","foxh1","mtrf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCR1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1M2","foxh1","cyp26b1l","foxh1","cyp26c1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome P450, family 26, subfamily C, polypeptide 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V914","foxh1","zgc:114051","foxh1","macroh2a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Core histone macro-H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGD0","foxh1","E7FGD0","foxh1","aifm4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4STP5","foxh1","A0A0N4STP5","foxh1","cobll1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4STP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVI6","foxh1","F1QVI6","foxh1","vsig8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBZ5","foxh1","Q6PBZ5","foxh1","aif1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YIW1","foxh1","A0A0J9YIW1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YIW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WG64","foxh1","X1WG64","foxh1","si:ch1073-281m9.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WG64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PN62","foxh1","si:dkey-46a12.1","foxh1","ddah2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","dimethylargininase (EC 3.5.3.18)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIC0","foxh1","A0A0R4IIC0","foxh1","si:dkey-207l24.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RYC4","foxh1","A0A2R8RYC4","foxh1","cpeb4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RYC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGK0","foxh1","B3DGK0","foxh1","mia","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGK0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LH83","foxh1","A0A140LH83","foxh1","wnk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LH83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PW68","foxh1","A0A2R8PW68","foxh1","grip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PW68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHG1","foxh1","X1WHG1","foxh1","dgkzb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWC1","foxh1","VDAC1","foxh1","vdac1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Voltage-dependent anion-selective channel protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM83","foxh1","B8JM83","foxh1","kifap3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JM83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502C8","foxh1","Q502C8","foxh1","prdx5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q502C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZ08","foxh1","A0A0R4IZ08","foxh1","ankmy2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZ08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P2T0","foxh1","Q6P2T0","foxh1","tmem38a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P2T0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA10","foxh1","E7FA10","foxh1","gpr101","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FA10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS01","foxh1","A0A0R4IS01","foxh1","smpd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH14","foxh1","Q6DH14","foxh1","cryba1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DH14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2I2","foxh1","E7F2I2","foxh1","aste1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2I2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9D7","foxh1","F1R9D7","foxh1","phactr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9D7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3Q0","foxh1","asgr1a","foxh1","asgrl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Asialoglycoprotein receptor 1 (Asialoglycoprotein receptor-like 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITP1","foxh1","A0A0R4ITP1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDW2","foxh1","A0A2R8QDW2","foxh1","si:dkey-35m8.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QS07","foxh1","A0A2R8QS07","foxh1","ryr2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QS07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIK3","foxh1","A2BIK3","foxh1","b3gnt2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH26","foxh1","E7FH26","foxh1","si:ch211-57n23.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T346","foxh1","ddit4","foxh1","ddit4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA damage-inducible transcript 4 protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TNS5","foxh1","Q6TNS5","foxh1","MLC3SM","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TNS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA51","foxh1","A0A0R4IA51","foxh1","znf536","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IA51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCN6","foxh1","zgc:153074","foxh1","nxt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NTF2-related export protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCQ1","foxh1","E7FCQ1","foxh1","jakmip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG53","foxh1","comtb","foxh1","comtb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Catechol O-methyltransferase B (EC 2.1.1.6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1MT18","foxh1","Q1MT18","foxh1","rcor3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1MT18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPY7","foxh1","LOC100535338","foxh1","LOC100535338","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein TGIF2-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3C9","foxh1","zgc:63961","foxh1","srp19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Signal recognition particle 19 kDa protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DFZ0","foxh1","bambi","foxh1","bambia","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBT0","foxh1","X1WBT0","foxh1","si:dkey-105h12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBT0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHU7","foxh1","A0A0R4IHU7","foxh1","prom1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJW8","foxh1","A0A2R8QJW8","foxh1","kcnh5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REK2","foxh1","F1REK2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REK2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","G3N3Y4","foxh1","G3N3Y4","foxh1","bop1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G3N3Y4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJU0","foxh1","F1QJU0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHP4","foxh1","hi3634","foxh1","cenpn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centromere protein N","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE97","foxh1","Kinase","foxh1","ip6k1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1I0","foxh1","B0V1I0","foxh1","snrpd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1I0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7I8","foxh1","F1Q7I8","foxh1","ccdc153","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7I8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V9A1","foxh1","zgc:92024","foxh1","nck2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytoplasmic protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFQ4","foxh1","E7FFQ4","foxh1","mmp15a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFQ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KGP5","foxh1","A0A0G2KGP5","foxh1","sbno2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KGP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD55","foxh1","B7ZD55","foxh1","wnt8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QK20","foxh1","A3QK20","foxh1","ptger4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3QK20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFG9","foxh1","A2BFG9","foxh1","ubash3ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NS70","foxh1","A0A1D5NS70","foxh1","apba2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NS70","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXK1","foxh1","F1QXK1","foxh1","si:ch211-207d6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6Z3","foxh1","F1Q6Z3","foxh1","mpc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6Z3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF15","foxh1","E7FF15","foxh1","lrrc58b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4W9","foxh1","Down syndrome cell adhesion molecule b","foxh1","dscamb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F378","foxh1","E7F378","foxh1","sik2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F378","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AXK8","foxh1","Q6AXK8","foxh1","alg6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6AXK8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHX9","foxh1","Potassium voltage-gated channel, subfamily H","foxh1","kcnh3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium voltage-gated channel, subfamily H (eag-related), member 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503E2","foxh1","Q503E2","foxh1","prep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503E2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0V5","foxh1","E7F0V5","foxh1","map7d3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0V5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFQ2","foxh1","lmo1","foxh1","lmo1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVK0","foxh1","Q1LVK0","foxh1","si:ch211-136a13.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVK0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F290","foxh1","E7F290","foxh1","si:ch211-222l21.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F290","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1V6","foxh1","Transmembrane protein 107","foxh1","tmem107l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transmembrane protein 107","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6B337","foxh1","GIPC","foxh1","gipc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GAIP c-terminus interacting protein 1 (GIPC PDZ domain-containing family, member 1) (PDZ domain-containing protein GIPC1) (Regulator of G-protein signaling 19-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIV0","foxh1","B8JIV0","foxh1","rap2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIJ3","foxh1","B3DIJ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DIJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q561Y4","foxh1","Q561Y4","foxh1","tfap2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q561Y4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMF0","foxh1","F1QMF0","foxh1","ca10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJK4","foxh1","A0A0R4IJK4","foxh1","rp9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R135","foxh1","B0R135","foxh1","ogg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R135","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P79734","foxh1","tp53","foxh1","tp53","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cellular tumor antigen p53 (Tumor suppressor p53)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCM7","foxh1","E9QCM7","foxh1","si:dkey-81j8.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEE0","foxh1","X1WEE0","foxh1","stx16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4S0","foxh1","F1R4S0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2PRH8","foxh1","Q2PRH8","foxh1","or115-6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2PRH8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5VK49","foxh1","bnip3l2","foxh1","bnip3la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T337","foxh1","cb598","foxh1","fbp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7N7","foxh1","A8E7N7","foxh1","pogza","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7N7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8E0","foxh1","F1R8E0","foxh1","prf1.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8E0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4II61","foxh1","A0A0R4II61","foxh1","axin1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4II61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXK2","foxh1","Q1LXK2","foxh1","ripor1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXK2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","G1K2Q4","foxh1","G1K2Q4","foxh1","slc44a5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G1K2Q4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q097","foxh1","A0A2R8Q097","foxh1","eef1b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q097","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6H8","foxh1","zgc:171493","foxh1","dnali1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Axonemal dynein light intermediate polypeptide 1 (Inner dynein arm light chain, axonemal)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWY5","foxh1","Q1LWY5","foxh1","zmym4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD46","foxh1","B7ZD46","foxh1","kat6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG46","foxh1","A0A0R4IG46","foxh1","si:ch211-152c8.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66IA6","foxh1","Q66IA6","foxh1","lypd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66IA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7K0","foxh1","E7F7K0","foxh1","kcnj19b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7K0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2VCZ7","foxh1","A2VCZ7","foxh1","wwp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2VCZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QAT5","foxh1","A0A2R8QAT5","foxh1","hsf4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QAT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC42","foxh1","A0A0R4IC42","foxh1","sphk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IK63","foxh1","A0A0R4IK63","foxh1","map3k4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IK63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG08","foxh1","F1QG08","foxh1","clk4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503D3","foxh1","ptbp1","foxh1","ptbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polypyrimidine tract-binding protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7D0","foxh1","F1R7D0","foxh1","adgrb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHP8","foxh1","F1QHP8","foxh1","nipal4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9D2","foxh1","F1R9D2","foxh1","pmela","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9D2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDD0","foxh1","X1WDD0","foxh1","tac3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL35","foxh1","Thrombospondin 1b","foxh1","thbs1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thrombospondin 1b (Thrombospondin-1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUI5","foxh1","Q7ZUI5","foxh1","nme4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q53B63","foxh1","Q53B63","foxh1","barhl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q53B63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITX4","foxh1","A0A0R4ITX4","foxh1","arhgef10la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRV9","foxh1","A0A0R4IRV9","foxh1","si:ch211-196c10.15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRV9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q897","foxh1","F1Q897","foxh1","magi2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q897","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVT9","foxh1","A5WVT9","foxh1","b3gnt5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR72","foxh1","F1QR72","foxh1","slc9a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR72","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS84","foxh1","A0A0R4IS84","foxh1","cplx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QEA0","foxh1","A0A2R8QEA0","foxh1","msl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QEA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0CLW6","foxh1","si:dkey-225e11.1","foxh1","pvrl2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B5DE34","foxh1","B5DE34","foxh1","tbr1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B5DE34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF20","foxh1","F1QF20","foxh1","znf804b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R936","foxh1","F1R936","foxh1","fa2h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R936","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KUJ0","foxh1","A0A0G2KUJ0","foxh1","cct2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KUJ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNS6","foxh1","BUB1 mitotic checkpoint serine/threonine kinase","foxh1","bub1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R211","foxh1","F1R211","foxh1","sox19b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R211","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O42376","foxh1","mapk12","foxh1","mapk12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUC3","foxh1","A0A0R4IUC3","foxh1","diabloa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC77","foxh1","F1RC77","foxh1","fxr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503C4","foxh1","csnk1g2","foxh1","csnk1g2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8R5","foxh1","F1R8R5","foxh1","znf652","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8R5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGR0","foxh1","F1QGR0","foxh1","boc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH78","foxh1","cask","foxh1","caska","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAI0","foxh1","U3JAI0","foxh1","si:dkey-21e13.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIA6","foxh1","F1QIA6","foxh1","mipepb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3A3","foxh1","zgc:92116","foxh1","ralab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Uncharacterized protein LOC492355 (V-ral simian leukemia viral oncogene homolog Ab (ras-related)) (Zgc:92116)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q6F3","foxh1","A0A2R8Q6F3","foxh1","zgc:162936","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q6F3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQP4","foxh1","rap1a","foxh1","rap1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F887","foxh1","E7F887","foxh1","ttll7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F887","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AXV5","foxh1","heyl","foxh1","heyl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hairy/enhancer-of-split related with YRPW motif-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLY5","foxh1","zgc:136695","foxh1","lck","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IG26","foxh1","A4IG26","foxh1","six4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IG26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PZ49","foxh1","A0A2R8PZ49","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PZ49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502Q7","foxh1","Q502Q7","foxh1","prph","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q502Q7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR63","foxh1","F1QR63","foxh1","timm10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T319","foxh1","zgc:64163","foxh1","elof1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription elongation factor 1 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRL4","foxh1","A0A0R4IRL4","foxh1","abcd3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAF8","foxh1","U3JAF8","foxh1","mrtfab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9YGT6","foxh1","Q9YGT6","foxh1","hoxa5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9YGT6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9X8","foxh1","F1Q9X8","foxh1","chchd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9X8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P104","foxh1","Q6P104","foxh1","qkib","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P104","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC31","foxh1","A0A0R4IC31","foxh1","akap12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJC0","foxh1","csrp3b","foxh1","csrp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cysteine and glycine-rich protein 3 (cardiac LIM protein) (Cysteine and glycine-rich protein 3 isoform 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY79","foxh1","A0A0R4IY79","foxh1","dnah1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QT65","foxh1","F1QT65","foxh1","homer2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QT65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIS6","foxh1","A0A0R4IIS6","foxh1","stambpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV94","foxh1","mobkl1a","foxh1","mob1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","MOB kinase activator 1Ba (Mps one binder kinase activator-like 1A) (Mobkl1a protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KWG8","foxh1","A0A0G2KWG8","foxh1","hectd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KWG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QJ70","foxh1","A0A2R8QJ70","foxh1","setb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QJ70","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIY4","foxh1","mt-co3","foxh1","mt-co3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome c oxidase subunit 3 (EC 7.1.1.9) (Cytochrome c oxidase polypeptide III)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5B0","foxh1","F1R5B0","foxh1","tead3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5B0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5CZN9","foxh1","Q5CZN9","foxh1","msi1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5CZN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2T9","foxh1","E7F2T9","foxh1","ankrd33ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2T9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y928","foxh1","A0A286Y928","foxh1","cpne5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y928","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q1X6","foxh1","A0A2R8Q1X6","foxh1","hyal2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q1X6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRC4","foxh1","eif3g","foxh1","eif3g","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic translation initiation factor 3 subunit G (eIF3g) (Eukaryotic translation initiation factor 3 RNA-binding subunit) (eIF-3 RNA-binding subunit) (Eukaryotic translation initiation factor 3 subunit 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2YDQ8","foxh1","Q2YDQ8","foxh1","phykpl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2YDQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKU1","foxh1","A0A0R4IKU1","foxh1","si:ch211-126j24.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG12","foxh1","F1QG12","foxh1","cxcl14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUW4","foxh1","A0A0R4IUW4","foxh1","setdb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y827","foxh1","A0A286Y827","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y827","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDQ8","foxh1","A0A0R4IDQ8","foxh1","plekhm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9X7","foxh1","E7F9X7","foxh1","cers2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9X7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2M3","foxh1","Cardiotrophin-like cytokine factor 1","foxh1","clcf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cardiotrophin-like cytokine factor 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0B2","foxh1","B0R0B2","foxh1","foxd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0B2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4C7","foxh1","A0A2R8Q4C7","foxh1","rtn4rl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q4C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TKR3","foxh1","Q5TKR3","foxh1","fgf12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TKR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9YH61","foxh1","gsk3a","foxh1","gsk3ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVG8","foxh1","stk25","foxh1","stk25b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJQ2","foxh1","A0A2R9YJQ2","foxh1","snx20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJQ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCB1","foxh1","X1WCB1","foxh1","bach2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGG4","foxh1","vnc","foxh1","cdh11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMC3","foxh1","F1QMC3","foxh1","sept7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5W4","foxh1","E7F5W4","foxh1","si:ch211-191o15.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5W4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3C6","foxh1","A0A2R8Q3C6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q3C6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5H1","foxh1","E7F5H1","foxh1","chchd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5H1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8W7","foxh1","E7F8W7","foxh1","fastkd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8W7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAZ9","foxh1","A0A0R4IAZ9","foxh1","sec24c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBP4","foxh1","X1WBP4","foxh1","znf831","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMH0","foxh1","A0JMH0","foxh1","asphd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMH0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2P1","foxh1","zgc:92134","foxh1","usp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX69","foxh1","F1QX69","foxh1","spaw","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568K2","foxh1","Q568K2","foxh1","ppp1r11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q568K2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAU6","foxh1","Eip75B","foxh1","nr1d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IYD1","foxh1","Dragon","foxh1","rgmb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBX2","foxh1","sara2","foxh1","sar1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GTP-binding protein SAR1b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCM6","foxh1","F1QCM6","foxh1","si:ch211-159i8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","J3JS14","foxh1","J3JS14","foxh1","nup37","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","J3JS14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0D5","foxh1","Protection of telomeres protein 1","foxh1","pot1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protection of telomeres protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QRM2","foxh1","A0A2R8QRM2","foxh1","noxo1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QRM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCP5","foxh1","si:ch73-376i21.2","foxh1","hcfc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Host cell factor 2 (Host cell factor C2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDU9","foxh1","F1RDU9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F979","foxh1","E7F979","foxh1","ism2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F979","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1XHL7","foxh1","grk7b","foxh1","grk7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rhodopsin kinase grk7-b (EC 2.7.11.14) (G protein-coupled receptor kinase 7-2) (G protein-coupled receptor kinase 7B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KG91","foxh1","A0A0G2KG91","foxh1","lat","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KG91","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JI11","foxh1","Q8JI11","foxh1","tlx3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JI11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2YDS1","foxh1","ddb2","foxh1","ddb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2TLY2","foxh1","Maco1a","foxh1","Maco1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Macoilin-1 (Transmembrane protein 57a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI01","foxh1","E9QI01","foxh1","hmgn7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QI01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FG02","foxh1","E7FG02","foxh1","map7d2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FG02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZD0","foxh1","A0A0R4IZD0","foxh1","kat8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZD0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGW2","foxh1","A2BGW2","foxh1","si:dkey-174n20.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q993","foxh1","F1Q993","foxh1","asb5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q993","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KEB3","foxh1","A0A0G2KEB3","foxh1","LOC101886098","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KEB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6V7","foxh1","F1Q6V7","foxh1","hyal1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6V7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGP9","foxh1","POZ-, AT hook-, and zinc finger-containing protein 1","foxh1","patz1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","POZ-, AT hook-, and zinc finger-containing protein 1 (POZ/BTB and AT hook-containing zinc finger 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRC8","foxh1","CHUNP6903","foxh1","terfa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6R3Q6","foxh1","Q6R3Q6","foxh1","bsx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6R3Q6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R909","foxh1","F1R909","foxh1","si:ch211-250c4.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R909","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q1W5","foxh1","keap1b","foxh1","keap1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0R9","foxh1","Paired amphipathic helix protein Sin3a isoform X2","foxh1","sin3ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSC9","foxh1","F1QSC9","foxh1","ptp4a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4L6","foxh1","F8W4L6","foxh1","slc25a44a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4L6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRT4","foxh1","5'-AMP-activated protein kinase subunit gamma-1 isoform X1","foxh1","prkag2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","5'-AMP-activated protein kinase subunit gamma-1 isoform X1 (Protein kinase, AMP-activated, gamma 2 non-catalytic subunit b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVG4","foxh1","IRb","foxh1","insrb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase receptor (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHR3","foxh1","gtf2f2","foxh1","gtf2f2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9H2","foxh1","A0A286Y9H2","foxh1","myo1cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9H2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QFR8","foxh1","A0A2R8QFR8","foxh1","klhl4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QFR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITK5","foxh1","A0A0R4ITK5","foxh1","ankrd13c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXM2","foxh1","A0A0R4IXM2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q479","foxh1","A0A2R8Q479","foxh1","parm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q479","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8Y1","foxh1","F1Q8Y1","foxh1","cfap251","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8Y1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYA0","foxh1","srsf1b","foxh1","srsf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZ01","foxh1","E7EZ01","foxh1","lrig1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZ01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEL8","foxh1","E7FEL8","foxh1","stac","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPT5","foxh1","A0A0R4IPT5","foxh1","lsr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AXI5","foxh1","Q6AXI5","foxh1","picalmb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6AXI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PNM7","foxh1","si:dkey-204f11.61","foxh1","timm29","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mitochondrial import inner membrane translocase subunit Tim29 (Translocase of inner mitochondrial membrane 29) (Zgc:110046)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRT4","foxh1","A9JRT4","foxh1","ube2d3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRT4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GEI9","foxh1","R4GEI9","foxh1","si:dkey-25o16.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GEI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW46","foxh1","si:busm1-172e19.1","foxh1","atmin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATM interactor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYG7","foxh1","Q1LYG7","foxh1","btbd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2VCY3","foxh1","A2VCY3","foxh1","mbd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2VCY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISV1","foxh1","A0A0R4ISV1","foxh1","heatr5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q580","foxh1","fa17f11","foxh1","haus2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","HAUS augmin-like complex subunit 2 (Si:dkey-170l10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F254","foxh1","Carboxypeptidase D","foxh1","cpda","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKP6","foxh1","F1QKP6","foxh1","enc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVW0","foxh1","anf","foxh1","nppa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Natriuretic peptide A (Natriuretic peptides A precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IST8","foxh1","A0A0R4IST8","foxh1","trmt9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IST8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHV6","foxh1","A8WHV6","foxh1","mier3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJF8","foxh1","LOC570661","foxh1","LOC570661","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V2S9","foxh1","ctnnd2","foxh1","ctnnd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Catenin (cadherin-associated protein), delta 2b (Catenin delta-2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA39","foxh1","F1RA39","foxh1","mical2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA39","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5K548","foxh1","Q5K548","foxh1","olig4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5K548","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F557","foxh1","Zinc finger X-chromosomal protein","foxh1","zfx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger X-chromosomal protein (Zinc finger protein X-linked)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F658","foxh1","E7F658","foxh1","mrpl52","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F658","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4F2","foxh1","E7F4F2","foxh1","adgrg2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4F2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJN8","foxh1","cb960","foxh1","ddx21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KZ18","foxh1","A0A0G2KZ18","foxh1","LOC100001114","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KZ18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CJ8","foxh1","Q08CJ8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08CJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBK7","foxh1","F1QBK7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2THW0","foxh1","Q2THW0","foxh1","zdhhc5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q2THW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D7RVS0","foxh1","D7RVS0","foxh1","slc1a3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D7RVS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JTE3","foxh1","A9JTE3","foxh1","nckap5l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JTE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7X1","foxh1","F1Q7X1","foxh1","arhgef38","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QV49","foxh1","Transforming acidic coiled-coil-containing protein 1 isoform X2","foxh1","tacc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transforming acidic coiled-coil-containing protein 1 isoform X2 (Transforming, acidic coiled-coil-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q883","foxh1","F1Q883","foxh1","pgd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q883","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q4B6","foxh1","A0A2R8Q4B6","foxh1","dtwd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q4B6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYX1","foxh1","bon","foxh1","mixl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0Q0","foxh1","B0R0Q0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0Q0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYW3","foxh1","Junctional adhesion molecule 3a","foxh1","jam3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctional adhesion molecule 3a (Junctional adhesion molecule C)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2AV37","foxh1","exoc3l1","foxh1","exoc3l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Exocyst complex component 3-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QB98","foxh1","E9QB98","foxh1","si:dkey-103d23.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QB98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLV8","foxh1","Q1RLV8","foxh1","LOC573743","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBF0","foxh1","A0A0R4IBF0","foxh1","mast3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PFI6","foxh1","F6PFI6","foxh1","zbtb41","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6PFI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUW0","foxh1","Q1LUW0","foxh1","rbm28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHM2","foxh1","zgc:92228","foxh1","prkab1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAY9","foxh1","E7FAY9","foxh1","phldb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZW4","foxh1","F1QZW4","foxh1","spry4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9I0","foxh1","F1Q9I0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9I0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A472","foxh1","B8A472","foxh1","lrrc18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A472","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL21","foxh1","cx45.6","foxh1","gja5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTS7","foxh1","F1QTS7","foxh1","cetn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGM1","foxh1","Q6DGM1","foxh1","ubald1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISJ3","foxh1","wu:fb38g12","foxh1","xrn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","5'-3' exoribonuclease (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4T7","foxh1","Potassium voltage-gated channel subfamily C member 1 isoform X1","foxh1","kcnc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium voltage-gated channel subfamily C member 1 isoform X1 (Potassium voltage-gated channel, Shaw-related subfamily, member 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD11","foxh1","X1WD11","foxh1","lgals8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHQ9","foxh1","A0A2R8QHQ9","foxh1","prtga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0F0D1","foxh1","cacnb4.1","foxh1","cacnb4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium channel, voltage-dependent, beta 4b subunit (Voltage-gated calcium channel beta-4 subunit variant 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3V6","foxh1","A0A2R8Q3V6","foxh1","adam17a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q3V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QCZ8","foxh1","A0A2R8QCZ8","foxh1","ptprua","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QCZ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q582","foxh1","A0A2R8Q582","foxh1","LOC557306","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q582","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PEG4","foxh1","Q6PEG4","foxh1","ell","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PEG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QNZ7","foxh1","A4QNZ7","foxh1","p33monox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4QNZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A573","foxh1","si:ch211-67f13.6","foxh1","kcnk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXN0","foxh1","E7EXN0","foxh1","odr4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7E2K5","foxh1","A7E2K5","foxh1","crybb1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7E2K5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKQ6","foxh1","A0A0R4IKQ6","foxh1","cd248a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D3YLD5","foxh1","D3YLD5","foxh1","mmd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D3YLD5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2E1","foxh1","E7F2E1","foxh1","aff2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2E1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6W6P1","foxh1","Q6W6P1","foxh1","rbp5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6W6P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT39","foxh1","A0A0R4IT39","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT39","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7N8","foxh1","F1R7N8","foxh1","ttn.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7N8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEQ0","foxh1","A0A0R4IEQ0","foxh1","gna11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEQ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRS6","foxh1","A0A0R4IRS6","foxh1","sfxn5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRS6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L3I9","foxh1","A0A0G2L3I9","foxh1","rab26","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L3I9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q24JV2","foxh1","zgc:136901","foxh1","ormdl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ORM1-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QT29","foxh1","F1QT29","foxh1","mcu","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QT29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RVZ9","foxh1","A0A2R8RVZ9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RVZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8C2","foxh1","A0A2R8Q8C2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8C2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGZ6","foxh1","A0A0R4IGZ6","foxh1","si:dkey-23f9.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGZ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBW9","foxh1","Q6DBW9","foxh1","cd99l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DBW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6QU75","foxh1","Q6QU75","foxh1","pitx3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6QU75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN14","foxh1","zgc:123259","foxh1","fbxl8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box and leucine-rich repeat protein 8 (F-box/LRR-repeat protein 8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RUZ8","foxh1","A0A2R8RUZ8","foxh1","si:ch211-255f4.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RUZ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7E7","foxh1","F1Q7E7","foxh1","cdc34b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7E7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVD6","foxh1","F1QVD6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAC6","foxh1","F1RAC6","foxh1","syne2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAC6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLP9","foxh1","B8JLP9","foxh1","nrn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NZ00","foxh1","Q6NZ00","foxh1","fam234b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NZ00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7E6","foxh1","wu:fj83e02","foxh1","mtmr11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myotubularin-related protein 11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1S4","foxh1","E7F1S4","foxh1","thbs2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1S4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEM3","foxh1","F1QEM3","foxh1","aurka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5E7","foxh1","B8A5E7","foxh1","btaf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5E7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUV1","foxh1","Q1LUV1","foxh1","si:ch211-262h13.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLX1","foxh1","zgc:136731","foxh1","bmpr1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFJ8","foxh1","E9QFJ8","foxh1","tc2n","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F236","foxh1","E7F236","foxh1","gramd1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F236","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEN1","foxh1","A2CEN1","foxh1","efemp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHE5","foxh1","A0A0R4IHE5","foxh1","fam49al","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNB0","foxh1","F1QNB0","foxh1","cyp17a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRP4","foxh1","ccm2","foxh1","ccm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cerebral cavernous malformations protein 2 homolog (Malcavernin) (Valentine)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A6E8","foxh1","B8A6E8","foxh1","lzts2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A6E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DFZ5","foxh1","Q6DFZ5","foxh1","slc2a3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DFZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBT6","foxh1","gchfr","foxh1","gchfr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GTP cyclohydrolase 1 feedback regulatory protein (GFRP) (GTP cyclohydrolase I feedback regulatory protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ78","foxh1","A3KQ78","foxh1","si:dkeyp-46h3.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ78","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7G0","foxh1","F1Q7G0","foxh1","cthrc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7G0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL23","foxh1","B8JL23","foxh1","tspan14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JL23","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW41","foxh1","A5WW41","foxh1","edn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4D7","foxh1","cb360","foxh1","rrbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribosome binding protein 1 (Ribosome-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6S9","foxh1","E7F6S9","foxh1","tmem169a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6S9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYK1","foxh1","A0A0R4IYK1","foxh1","kalrna","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9J8","foxh1","A0A0R4I9J8","foxh1","pcdh1gb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9J8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DKF4","foxh1","LOC561889","foxh1","gra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Granulito (Uncharacterized protein C8orf88 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90YX4","foxh1","cdkn1b","foxh1","cdkn1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5EAS4","foxh1","im:6909690","foxh1","supt7l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJF3","foxh1","wu:fc43e12","foxh1","papss1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","3'-phosphoadenosine 5'-phosphosulfate synthase 1 (EC 2.7.7.4) (Zgc:194985)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTT1","foxh1","F1QTT1","foxh1","glra4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567G5","foxh1","im:7136059","foxh1","arfip2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ADP-ribosylation factor-interacting protein 2b (Arfaptin-2) (Arfip2b protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFT4","foxh1","A2BFT4","foxh1","ftr82","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BFT4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUD6","foxh1","Q1LUD6","foxh1","ccdc106b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5J2I5","foxh1","Q5J2I5","foxh1","blf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5J2I5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QF20","foxh1","A0A2R8QF20","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QF20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JK22","foxh1","B8JK22","foxh1","acsl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JK22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8D8","foxh1","Polybromo 1","foxh1","pbrm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polybromo 1 (Protein polybromo-1 isoform X3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAK0","foxh1","Histone H1-like","foxh1","si:ch211-113a14.24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H1-like (Si:ch211-113a14.24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ30","foxh1","F1QQ30","foxh1","serpinh2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQ30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM36","foxh1","orc6l","foxh1","orc6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBW9","foxh1","E9QBW9","foxh1","stard13a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBW9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4R9","foxh1","F1Q4R9","foxh1","meox1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4R9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCZ6","foxh1","F1QCZ6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCZ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI11","foxh1","B8JI11","foxh1","nudt18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90459","foxh1","ccnd1","foxh1","ccnd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q755","foxh1","F1Q755","foxh1","dnajc16l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q755","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4S3","foxh1","si:ch211-102c2.6","foxh1","tcn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcobalamin II (Transcobalamin-2 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9LMC0","foxh1","dpf3","foxh1","dpf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger protein DPF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567X1","foxh1","Q567X1","foxh1","ch25hl1.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q567X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAK1","foxh1","F1QAK1","foxh1","sept9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW44","foxh1","A0A0R4IW44","foxh1","zmiz2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHA2","foxh1","X1WHA2","foxh1","tnrc18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBS4","foxh1","F1RBS4","foxh1","trip13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2K6","foxh1","F1R2K6","foxh1","cog8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2K6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGY8","foxh1","Q5RGY8","foxh1","dpysl5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVF0","foxh1","lamc1","foxh1","lamc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Laminin subunit gamma-1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWF1","foxh1","im:7143625","foxh1","chka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ethanolamine kinase (EC 2.7.1.82)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYU4","foxh1","Q5TYU4","foxh1","gsap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TYU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PTE6","foxh1","Q9PTE6","foxh1","tpst1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PTE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6C8","foxh1","F1Q6C8","foxh1","dcaf13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9U5","foxh1","E7F9U5","foxh1","ush1ga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9U5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBW7","foxh1","A0A0R4IBW7","foxh1","si:ch211-239j9.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYL3","foxh1","E7EYL3","foxh1","clstn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F016","foxh1","E7F016","foxh1","zmp:0000000930","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F016","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH99","foxh1","zgc:92567","foxh1","nfyal","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9U6","foxh1","F1Q9U6","foxh1","adssl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEZ7","foxh1","E7FEZ7","foxh1","ndrg3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZT7","foxh1","F1QZT7","foxh1","st3gal4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0N3","foxh1","B0R0N3","foxh1","cpne5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0N3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P620","foxh1","F6P620","foxh1","dok1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P620","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O93431","foxh1","efna1","foxh1","efna1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ephrin-A1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3T0","foxh1","SHC-transforming protein 1","foxh1","shc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SHC-transforming protein 1 (Src homology 2 domain-containing-transforming protein C1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RC36","foxh1","F1RC36","foxh1","myca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RC36","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRP8","foxh1","Actin-related protein 2/3 complex subunit","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Actin-related protein 2/3 complex subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6C7","foxh1","E7F6C7","foxh1","atrnl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KET2","foxh1","A0A0G2KET2","foxh1","whamm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KET2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4STS3","foxh1","A0A0N4STS3","foxh1","si:ch1073-376c22.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4STS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFK5","foxh1","E7FFK5","foxh1","pde7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32PR5","foxh1","Q32PR5","foxh1","gdf9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q32PR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1B3","foxh1","E7F1B3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1B3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3T3","foxh1","A9C3T3","foxh1","slc26a6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3T3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE96","foxh1","E9QE96","foxh1","nkx2.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAY4","foxh1","E7FAY4","foxh1","dip2ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2B4","foxh1","E7F2B4","foxh1","crip3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2B4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CI4","foxh1","Q08CI4","foxh1","ccnyl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08CI4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3Z9","foxh1","wu:fi06d09","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8N4","foxh1","F1R8N4","foxh1","mmp16b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8N4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMI0","foxh1","Q6GMI0","foxh1","htra1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KR69","foxh1","A0A0G2KR69","foxh1","efs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KR69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L033","foxh1","A0A0G2L033","foxh1","oscp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L033","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QP20","foxh1","F1QP20","foxh1","si:ch211-250e5.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QP20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DFS2","foxh1","klf4","foxh1","klf17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QN30","foxh1","A0A2R8QN30","foxh1","mpz","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QN30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PFU4","foxh1","cdc42a","foxh1","cdc42","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cell division control protein 42 homolog (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2S0","foxh1","E7F2S0","foxh1","rims4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD50","foxh1","F1RD50","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGN9","foxh1","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","foxh1","eif4g3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZVH2","foxh1","B7ZVH2","foxh1","stard14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZVH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V116","foxh1","Type-1 angiotensin II receptor","foxh1","agtr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Type-1 angiotensin II receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCR6","foxh1","trip12","foxh1","trip12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase TRIP12 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase TRIP12) (Thyroid receptor-interacting protein 12) (TR-interacting protein 12) (TRIP-12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NI81","foxh1","F6NI81","foxh1","hoxc10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NI81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA25","foxh1","F1RA25","foxh1","chia.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8T6","foxh1","F1Q8T6","foxh1","si:ch211-236l14.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFM6","foxh1","A0A0R4IFM6","foxh1","slc30a8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7E1","foxh1","uts2r","foxh1","uts2r","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Urotensin-2 receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ61","foxh1","F1QZ61","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5M2","foxh1","Kinesin-like protein","foxh1","kif5ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYS7","foxh1","cb395","foxh1","acss1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAC1","foxh1","F1RAC1","foxh1","zbtb11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32LQ2","foxh1","im:6895766","foxh1","maip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTR3","foxh1","F1QTR3","foxh1","pink1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBG1","foxh1","A0A286YBG1","foxh1","fam160a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YBG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5E2","foxh1","B8A5E2","foxh1","rufy2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5E2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803H2","foxh1","hccs","foxh1","hccsb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Holocytochrome c-type synthase (EC 4.4.1.17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR22","foxh1","F1QR22","foxh1","kcnip4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WFS2","foxh1","A8WFS2","foxh1","stk36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WFS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEJ5","foxh1","E7FEJ5","foxh1","adamts18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJ22","foxh1","fj61g07","foxh1","pop7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribonuclease P protein subunit p20 (RNaseP protein p20)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX34","foxh1","A0A0R4IX34","foxh1","zzef1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3L1","foxh1","F1R3L1","foxh1","tcf3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3L1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB67","foxh1","A0A0R4IB67","foxh1","fam167b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P9Q3","foxh1","F6P9Q3","foxh1","kdm2bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P9Q3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IV32","foxh1","A0A0R4IV32","foxh1","galnt10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IV32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWS2","foxh1","A0A0R4IWS2","foxh1","ckap2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFJ6","foxh1","E7FFJ6","foxh1","mybl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QD88","foxh1","A0A2R8QD88","foxh1","gatad2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QD88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KHJ0","foxh1","A0A0G2KHJ0","foxh1","il1rapl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KHJ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC88","foxh1","E7FC88","foxh1","unkl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FC88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4S5","foxh1","B8A4S5","foxh1","herc5.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4S5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBT1","foxh1","zgc:73262","foxh1","rps27.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","40S ribosomal protein S27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYS4","foxh1","Protocadherin-8-like","foxh1","si:ch211-199f5.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protocadherin-8-like (Si:ch211-199f5.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7S6","foxh1","F1Q7S6","foxh1","tdrd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7S6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILX9","foxh1","A0A0R4ILX9","foxh1","vstm2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1S9","foxh1","utxl1","foxh1","kdm6al","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","[histone H3]-trimethyl-L-lysine(27) demethylase (EC 1.14.11.68)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8E2","foxh1","E3 ubiquitin-protein ligase Jade-2","foxh1","jade2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4S2","foxh1","E7F4S2","foxh1","clic3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4S2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5S4","foxh1","F1Q5S4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5S4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE51","foxh1","F1RE51","foxh1","si:dkey-85k15.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RE51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC85","foxh1","E9QC85","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QC85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC81","foxh1","Multidrug resistance-associated protein 1","foxh1","abcc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Multidrug resistance-associated protein 1 (EC 7.6.2.2) (EC 7.6.2.3) (ATP-binding cassette sub-family C member 1) (Glutathione-S-conjugate-translocating ATPase ABCC1) (Leukotriene C(4) transporter)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIJ6","foxh1","E9QIJ6","foxh1","inpp5jb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L1R2","foxh1","A0A0G2L1R2","foxh1","incenp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L1R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ38","foxh1","fzd3","foxh1","fzd3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q92048","foxh1","wnt2","foxh1","wnt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Wnt-2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KES1","foxh1","A0A0G2KES1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KES1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QNG1","foxh1","A0A2R8QNG1","foxh1","upf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QNG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUA9","foxh1","si:ch211-197n10.4","foxh1","col8a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Collagen alpha-2(VIII) chain precursor (Collagen, type VIII, alpha 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQN9","foxh1","F1QQN9","foxh1","sept2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDI6","foxh1","F1QDI6","foxh1","mych","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RZC9","foxh1","A0A2R8RZC9","foxh1","cdaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RZC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLT5","foxh1","Q1RLT5","foxh1","rell2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLT5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A638","foxh1","B8A638","foxh1","si:dkey-9i23.15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A638","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEY8","foxh1","Si:dkey-251i10.3","foxh1","si:dkey-251i10.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZU1","foxh1","F1QZU1","foxh1","tnks1bp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JMA2","foxh1","B8JMA2","foxh1","ugt2a5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JMA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4A7","foxh1","E7F4A7","foxh1","creld1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4A7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICA5","foxh1","A0A0R4ICA5","foxh1","slc15a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5A9","foxh1","UFD2","foxh1","ube4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin conjugation factor E4 B (EC 2.3.2.27) (Ubiquitination factor E4B, UFD2 homolog (S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHA9","foxh1","A8WHA9","foxh1","il12rb2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803G3","foxh1","fc05c02","foxh1","ppp2cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD19","foxh1","rhobtb2a","foxh1","rhobtb4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3R5","foxh1","ndufa12l","foxh1","ndufaf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q801U5","foxh1","Q801U5","foxh1","fkbp5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q801U5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q70ZY9","foxh1","Q70ZY9","foxh1","hic1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q70ZY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX51","foxh1","wee2","foxh1","wee2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Wee1-like protein kinase 2 (EC 2.7.10.2) (Wee1-like protein kinase 1B) (Wee1B kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZ59","foxh1","Q7SZ59","foxh1","RASL12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZ59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INE2","foxh1","A0A0R4INE2","foxh1","mbd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEI6","foxh1","E7FEI6","foxh1","arhgap4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F525","foxh1","E7F525","foxh1","dhx29","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F525","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4R4","foxh1","F1Q4R4","foxh1","rprd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4R4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W479","foxh1","F8W479","foxh1","boka","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W479","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RET1","foxh1","F1RET1","foxh1","plce1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RET1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9B5","foxh1","A0A286Y9B5","foxh1","LOC108191962","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9B5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8J4","foxh1","A0A2R8Q8J4","foxh1","si:dkey-13p1.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8J4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGL1","foxh1","DNA helicase","foxh1","chd7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QUG8","foxh1","A0A2R8QUG8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QUG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F424","foxh1","E7F424","foxh1","mlip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F424","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2H3","foxh1","F8W2H3","foxh1","sox6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2H3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGL0","foxh1","Tim","foxh1","timeless","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein timeless homolog (Timeless circadian clock)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZG7","foxh1","A0A0R4IZG7","foxh1","bmpr1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJN4","foxh1","B8JJN4","foxh1","si:dkey-20i10.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q728","foxh1","F1Q728","foxh1","coro1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q728","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX29","foxh1","ccdc79","foxh1","ccdc79","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Telomere repeats-binding bouquet formation protein 1 (Coiled-coil domain-containing protein 79)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEL4","foxh1","A0A0R4IEL4","foxh1","kncn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q650","foxh1","A0A2R8Q650","foxh1","tpm3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q650","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4C0","foxh1","E7F4C0","foxh1","usp36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4C0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCS0","foxh1","F1RCS0","foxh1","usp19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W268","foxh1","F8W268","foxh1","ank3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W268","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q2S2","foxh1","A0A2R8Q2S2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q2S2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPP7","foxh1","A0A2R8QPP7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE78","foxh1","E9QE78","foxh1","adap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE78","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5Z7","foxh1","F1R5Z7","foxh1","admp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5Z7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAY0","foxh1","F1QAY0","foxh1","raly","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8L6","foxh1","F1R8L6","foxh1","st7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8L6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9L7","foxh1","F1R9L7","foxh1","napgb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9L7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEZ3","foxh1","F1QEZ3","foxh1","slc7a6os","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEZ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCW8","foxh1","E7FCW8","foxh1","slc22a13b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DEG5","foxh1","polr2e","foxh1","polr2eb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRL8","foxh1","med19b","foxh1","med19b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PCS3","foxh1","id:ibd5026","foxh1","mef2ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myocyte enhancer factor 2ca (Myocyte-specific enhancer factor 2C)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7MBV8","foxh1","atf4b2","foxh1","atf4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating transcription factor 4 (Zgc:171702 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB08","foxh1","F1RB08","foxh1","crtc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5H1","foxh1","B0S5H1","foxh1","atp2b3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5H1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4UU10","foxh1","A4UU10","foxh1","pbx3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4UU10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSP4","foxh1","CHUNP6904","foxh1","atp6v0ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","V-type proton ATPase proteolipid subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZZ3","foxh1","PRELI domain containing protein 3A","foxh1","prelid3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PRELI domain containing protein 3A (PRELI domain-containing 3A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L6F9","foxh1","A0A0G2L6F9","foxh1","si:dkeyp-118h9.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L6F9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q71MM5","foxh1","Q71MM5","foxh1","dmrt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q71MM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RJ97","foxh1","Q5RJ97","foxh1","lbr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RJ97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVQ7","foxh1","Q1LVQ7","foxh1","alx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVQ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QL98","foxh1","A0A2R8QL98","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QL98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QM99","foxh1","A0A2R8QM99","foxh1","hesx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QM99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUS3","foxh1","Q7ZUS3","foxh1","gad1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV18","foxh1","Q1LV18","foxh1","foxa3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LV18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCV6","foxh1","E9QCV6","foxh1","tbcelb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KIG7","foxh1","A0A0G2KIG7","foxh1","rab3gap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KIG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32PR0","foxh1","tmem55ba","foxh1","tmem55ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Type I phosphatidylinositol 4,5-bisphosphate 4-phosphatase-A (PtdIns-4,5-P2 4-Ptase I-A) (EC 3.1.3.78) (Transmembrane protein 55B-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQG0","foxh1","A3KQG0","foxh1","mxi1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGP9","foxh1","A2BGP9","foxh1","fam151b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PHV0","foxh1","stx3a","foxh1","stx3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Syntaxin 3A (Syntaxin-3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y967","foxh1","A0A286Y967","foxh1","kif23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y967","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHS1","foxh1","B3DHS1","foxh1","macir","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DHS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IF73","foxh1","A0A0R4IF73","foxh1","si:ch211-260e23.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IF73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0VFV6","foxh1","vimp","foxh1","vimp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Selenoprotein S (SelS) (VCP-interacting membrane protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ42","foxh1","si:dkeyp-93h6.2","foxh1","cdc42bpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYQ8","foxh1","Q5TYQ8","foxh1","zc3h14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TYQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8R9","foxh1","si:dkey-222b8.2","foxh1","snapin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6PF49","foxh1","F6PF49","foxh1","lratb.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6PF49","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBR0","foxh1","F1RBR0","foxh1","eif2b5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804W1","foxh1","Q804W1","foxh1","pvalb6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q804W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJP3","foxh1","Q5XJP3","foxh1","syngr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XJP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B6IDE7","foxh1","FRAS1 related extracellular matrix 2b precursor","foxh1","frem2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FRAS1 related extracellular matrix 2b precursor (FRAS1-related extracellular matrix 2b) (Frem2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIK4","foxh1","F1QIK4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3X1","foxh1","F8W3X1","foxh1","stat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDA6","foxh1","F1RDA6","foxh1","ndufs1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NP92","foxh1","F6NP92","foxh1","znf532","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NP92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DEF6","foxh1","Q6DEF6","foxh1","usb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DEF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAG4","foxh1","E7FAG4","foxh1","cep131","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803W0","foxh1","Q803W0","foxh1","ddx39ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803W0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A642","foxh1","B8A642","foxh1","tmem176","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A642","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX32","foxh1","RAS protein activator-like 2","foxh1","rasal2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM22","foxh1","Q6ZM22","foxh1","zc3h10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6ZM22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DK35","foxh1","B3DK35","foxh1","plagl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DK35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0P1","foxh1","E7F0P1","foxh1","porcnl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R498","foxh1","zgc:56178","foxh1","rpap3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA polymerase II-associated protein 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S768","foxh1","B0S768","foxh1","mphosph8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S768","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566S5","foxh1","p53 and DNA damage-regulated protein 1","foxh1","pdrg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","p53 and DNA damage-regulated protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXA6","foxh1","F1QXA6","foxh1","igsf9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4QP78","foxh1","cnot11","foxh1","cnot11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CCR4-NOT transcription complex subunit 11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGJ3","foxh1","F1QGJ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NTI0","foxh1","Q6NTI0","foxh1","tsc22d3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NTI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV26","foxh1","inip","foxh1","inip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SOSS complex subunit C (INTS3- and NABP-interacting protein) (Sensor of single-strand DNA complex subunit C) (Sensor of ssDNA subunit C) (SOSS-C) (Single-stranded DNA-binding protein-interacting protein 1) (SSB-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U396","foxh1","Q5U396","foxh1","cyp1d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5U396","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q641M4","foxh1","Q641M4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q641M4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PXL7","foxh1","A0A2R8PXL7","foxh1","scpep1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PXL7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6J6","foxh1","F1R6J6","foxh1","tmem204","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6J6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IS33","foxh1","I3IS33","foxh1","syt3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IS33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5J5","foxh1","F1R5J5","foxh1","si:dkey-147f3.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RIX6","foxh1","Q5RIX6","foxh1","dus4l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RIX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBU6","foxh1","E9QBU6","foxh1","si:dkey-93n13.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEG9","foxh1","F1QEG9","foxh1","smurf1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDV5","foxh1","A0A2R8QDV5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDV5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ33","foxh1","Q5TZ33","foxh1","sash1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZ33","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QE86","foxh1","F1QE86","foxh1","zdhhc8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QE86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIJ5","foxh1","F1QIJ5","foxh1","LOC556989","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RII3","foxh1","Q5RII3","foxh1","ginm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RII3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AY12","foxh1","Interferon","foxh1","ifnphi1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interferon","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQ11","foxh1","A0A2R8QQ11","foxh1","spdl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQ11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVA5","foxh1","Q1LVA5","foxh1","rab25a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHF9","foxh1","six1a","foxh1","six1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein six1a (Homeobox protein six1b) (Sine oculis homeobox homolog 1a) (Sine oculis homeobox homolog 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L944","foxh1","Q1L944","foxh1","cbln1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L944","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3L3","foxh1","GP96","foxh1","hsp90b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Endoplasmin (Heat shock protein 90 kDa beta member 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q3R2","foxh1","A0A2R8Q3R2","foxh1","tmx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q3R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJL6","foxh1","B8JJL6","foxh1","frmd6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHJ4","foxh1","F1QHJ4","foxh1","dap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q52JI3","foxh1","Q52JI3","foxh1","crybb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q52JI3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG75","foxh1","Q6DG75","foxh1","foxi1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QF68","foxh1","grik2","foxh1","grik2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamate receptor ionotropic, kainate 2 (GluK2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFQ1","foxh1","cb536","foxh1","capns1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calpain, small subunit 1 b (Capns1b protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY24","foxh1","F1QY24","foxh1","agxta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QY24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFX6","foxh1","ltbp3","foxh1","ltbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Latent transforming growth factor beta binding protein 3 (Latent-transforming growth factor beta-binding protein 3 isoform X1) (Latent-transforming growth factor beta-binding protein 3 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYH6","foxh1","rpap2","foxh1","rpap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF83","foxh1","E9QF83","foxh1","phldb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZV62","foxh1","nsf","foxh1","nsfa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vesicle-fusing ATPase (EC 3.6.4.6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWP9","foxh1","Q1LWP9","foxh1","neu1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q802D5","foxh1","pfn2","foxh1","pfn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Profilin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBW7","foxh1","A0A286YBW7","foxh1","rassf7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YBW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REQ4","foxh1","F1REQ4","foxh1","ngdn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REQ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLQ8","foxh1","Q1RLQ8","foxh1","pmp22b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JHJ1","foxh1","rpl35","foxh1","rpl35","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein uL29 (60S ribosomal protein L35)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6F4","foxh1","B0S6F4","foxh1","mknk2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6F4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLL8","foxh1","zgc:103583","foxh1","ttr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transthyretin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWC3","foxh1","Q7ZWC3","foxh1","nudt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZWC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NJE2","foxh1","Interleukin-1 receptor-associated kinase 1","foxh1","irak1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interleukin-1 receptor-associated kinase 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH89","foxh1","F1QH89","foxh1","znf800a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QH89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUN8","foxh1","F1QUN8","foxh1","acta1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3B745","foxh1","Q3B745","foxh1","ube2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q3B745","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IM69","foxh1","A0A0R4IM69","foxh1","stox2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IM69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PUC4","foxh1","unp309","foxh1","psme2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXA7","foxh1","Q1LXA7","foxh1","aspn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE15","foxh1","F1RE15","foxh1","mogat3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RE15","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RJ79","foxh1","fam60a","foxh1","sinhcaf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDI8","foxh1","X1WDI8","foxh1","laynb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503Z7","foxh1","si:dkey-4c23.7","foxh1","dnal4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5Z2","foxh1","F1R5Z2","foxh1","fndc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5Z2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9F4","foxh1","A0A0R4I9F4","foxh1","cyp26b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9F4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXR3","foxh1","rrbp1","foxh1","rrbp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribosome-binding protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHZ1","foxh1","F1QHZ1","foxh1","rad23aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG66","foxh1","Keratin 95","foxh1","krt95","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Keratin 95 (Uncharacterized protein LOC436665) (Zgc:92035)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3B736","foxh1","atg101","foxh1","atg101","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Autophagy-related protein 101","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAE7","foxh1","F1QAE7","foxh1","pcmtd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA02","foxh1","F1RA02","foxh1","cyp46a1.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W5H1","foxh1","F8W5H1","foxh1","mtm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W5H1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHR0","foxh1","dcaf17","foxh1","dcaf17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DDB1- and CUL4-associated factor 17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E5F3","foxh1","A8E5F3","foxh1","glod4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E5F3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYE4","foxh1","A0A0R4IYE4","foxh1","rbm26","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0B4J1B0","foxh1","crfb14","foxh1","igf2bp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Insulin-like growth factor 2 mRNA-binding protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFW7","foxh1","F1QFW7","foxh1","calcrl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NS63","foxh1","A0A1D5NS63","foxh1","si:dkey-19b23.14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NS63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3H5","foxh1","F1R3H5","foxh1","spty2d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3H5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INA7","foxh1","A0A0R4INA7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q9H3","foxh1","Small integral membrane protein 20","foxh1","smim20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small integral membrane protein 20","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGV5","foxh1","zgc:92757","foxh1","rab10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503Y8","foxh1","Q503Y8","foxh1","eurl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503Y8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DC53","foxh1","ctu2","foxh1","ctu2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytoplasmic tRNA 2-thiolation protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVQ2","foxh1","sh3bp4a","foxh1","sh3bp4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SH3 domain-binding protein 4-A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INL4","foxh1","A0A0R4INL4","foxh1","si:ch73-182e20.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5Q0","foxh1","Cache domain-containing 1","foxh1","cachd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U378","foxh1","Q5U378","foxh1","tbce","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5U378","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUM9","foxh1","F1QUM9","foxh1","si:dkey-66i24.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV08","foxh1","Q7ZV08","foxh1","scamp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZV08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B1H1L9","foxh1","B1H1L9","foxh1","scaper","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B1H1L9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBR9","foxh1","kxd1","foxh1","kxd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KxDL motif-containing protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB65","foxh1","F1QB65","foxh1","rnf170","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QB65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQL7","foxh1","A0A0R4IQL7","foxh1","pax6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQL7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SYE0","foxh1","atg13","foxh1","atg13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Autophagy-related protein 13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDU4","foxh1","A0A2R8QDU4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZW6","foxh1","E7EZW6","foxh1","srpra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAV3","foxh1","YEATS domain-containing 2","foxh1","yeats2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","YEATS domain-containing 2 (YEATS domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SQE2","foxh1","stxbp5l","foxh1","stxbp5l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Syntaxin-binding protein 5-like","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NUV6","foxh1","Q6NUV6","foxh1","gadd45gb.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NUV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5N8","foxh1","E7F5N8","foxh1","si:dkey-217l24.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5N8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O42606","foxh1","O42606","foxh1","neurog1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O42606","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S662","foxh1","B0S662","foxh1","si:dkeyp-68b7.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S662","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SYB8","foxh1","zgc:63701","foxh1","gys1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glycogen [starch] synthase (EC 2.4.1.11)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCD6","foxh1","E9QCD6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QN78","foxh1","A0A2R8QN78","foxh1","sorbs2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QN78","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KZI8","foxh1","A0A0G2KZI8","foxh1","slc9a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KZI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWB0","foxh1","tax1bp1a","foxh1","tax1bp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tax1-binding protein 1 homolog A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q05AJ2","foxh1","Q05AJ2","foxh1","mettl7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q05AJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXF7","foxh1","B0UXF7","foxh1","col4a5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXF7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS77","foxh1","Charged multivesicular body protein 6-like isoform X1","foxh1","chmp6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXQ4","foxh1","Q1LXQ4","foxh1","si:ch73-86n18.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXQ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQW5","foxh1","Q6IQW5","foxh1","id1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXE9","foxh1","im:7158869","foxh1","rbbp6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase RBBP6 isoform 1 (EC 2.3.2.27) (Retinoblastoma-binding protein 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","M1ZML1","foxh1","M1ZML1","foxh1","nanos2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M1ZML1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHQ1","foxh1","A8WHQ1","foxh1","pcbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZW09","foxh1","zgc:55429","foxh1","hnrnpl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heterogeneous nuclear ribonucleoprotein L (Zgc:55429)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A615","foxh1","B8A615","foxh1","si:dkey-33c12.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A615","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6Q1","foxh1","E7F6Q1","foxh1","mxd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6Q1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAS2","foxh1","cb180","foxh1","ppl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Periplakin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEV7","foxh1","F1QEV7","foxh1","spint2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q815","foxh1","F1Q815","foxh1","pyroxd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q815","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VBJ4","foxh1","zgc:112267","foxh1","gnpnat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glucosamine 6-phosphate N-acetyltransferase (EC 2.3.1.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA54","foxh1","E7FA54","foxh1","gid4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FA54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHN9","foxh1","A8WHN9","foxh1","bcar3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9Z5","foxh1","A0A0R4I9Z5","foxh1","znf1153","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9Z5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WF98","foxh1","X1WF98","foxh1","col12a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WF98","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8B8L1","foxh1","A8B8L1","foxh1","irf4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8B8L1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGM9","foxh1","Q9DGM9","foxh1","vent","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DGM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6S9","foxh1","B0S6S9","foxh1","rbm44","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6S9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5QKM9","foxh1","Q5QKM9","foxh1","DCK2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5QKM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LV04","foxh1","Q1LV04","foxh1","si:dkey-102f14.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LV04","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVY2","foxh1","A0A0R4IVY2","foxh1","igf2bp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZU20","foxh1","PA28-gamma","foxh1","psme3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QED8","foxh1","E9QED8","foxh1","ttll10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QED8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC53","foxh1","E9QC53","foxh1","troap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QC53","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R159","foxh1","F1R159","foxh1","fmr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R159","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R282","foxh1","F1R282","foxh1","plekhm3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R282","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA55","foxh1","F1QA55","foxh1","vrk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJY4","foxh1","F1QJY4","foxh1","trim35-28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F704","foxh1","E7F704","foxh1","si:ch1073-272o11.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F704","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6A0","foxh1","F1Q6A0","foxh1","dlg4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6A0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAC9","foxh1","F1QAC9","foxh1","adnp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAC9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDR7","foxh1","R4GDR7","foxh1","pgap3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GDR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWB8","foxh1","A0A0R4IWB8","foxh1","dtx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IWB8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGJ5","foxh1","X1WGJ5","foxh1","lypc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GE51","foxh1","R4GE51","foxh1","si:ch211-181d7.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GE51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMY5","foxh1","wu:fv75b10","foxh1","stam","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7MD57","foxh1","DCN1-like protein","foxh1","dcun1d3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YHV3","foxh1","Z4YHV3","foxh1","shisal1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Z4YHV3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFV5","foxh1","Q8JFV5","foxh1","hectd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JFV5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5M9","foxh1","E7F5M9","foxh1","tapt1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5M9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLY6","foxh1","F1QLY6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLY6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSU1","foxh1","A0A1D5NSU1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE80","foxh1","E7FE80","foxh1","pak6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE80","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RXI8","foxh1","A0A2R8RXI8","foxh1","map3k21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RXI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHG7","foxh1","F1QHG7","foxh1","ikbkg","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8KC22","foxh1","hnrnpl","foxh1","hnrnpl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB47","foxh1","F1QB47","foxh1","eif5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QB47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QB42","foxh1","A0A2R8QB42","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QB42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZR4","foxh1","Q7ZZR4","foxh1","gsc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZZR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2W2","foxh1","F1R2W2","foxh1","ripor3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2W2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHT8","foxh1","cb141","foxh1","fthl27","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ferritin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08C60","foxh1","Q08C60","foxh1","fut11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08C60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHT9","foxh1","Q5RHT9","foxh1","net1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NUT8","foxh1","Q6NUT8","foxh1","slc10a3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NUT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8B2","foxh1","Q1L8B2","foxh1","trim46b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8B2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBT6","foxh1","ZfGluR4b","foxh1","gria4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1W1","foxh1","F1R1W1","foxh1","strn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3I6","foxh1","Vascular endothelial growth factor C","foxh1","vegfc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vascular endothelial growth factor C","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDR4","foxh1","A0A0R4IDR4","foxh1","si:dkey-57c15.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXU6","foxh1","E7EXU6","foxh1","slc7a8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIN8","foxh1","inosa","foxh1","nos2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nitric oxide synthase (EC 1.14.13.39)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8A2","foxh1","wu:fc74h04","foxh1","irf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interferon regulatory factor","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJX5","foxh1","F1QJX5","foxh1","ubr3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIQ0","foxh1","A2BIQ0","foxh1","ebf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIQ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSN1","foxh1","F1QSN1","foxh1","dyrk1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SY26","foxh1","Uncharacterized protein LOC393431","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Uncharacterized protein LOC393431 (Zgc:63587)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804S5","foxh1","mib1","foxh1","mib1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RL21","foxh1","A0A2R8RL21","foxh1","nudt15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RL21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRK7","foxh1","A0A0R4IRK7","foxh1","si:busm1-52i16.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7C8","foxh1","B0S7C8","foxh1","pax1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQ64","foxh1","A0A0R4IQ64","foxh1","polr3h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQ64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IL46","foxh1","A0A0R4IL46","foxh1","si:dkeyp-79b7.12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IL46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXN6","foxh1","wu:fc56c02","foxh1","tbc1d17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TBC1 domain family member 17 isoform X1 (TBC1 domain family, member 17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0W7","foxh1","B0R0W7","foxh1","gbgt1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0W7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RY60","foxh1","A0A2R8RY60","foxh1","alg5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RY60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IM47","foxh1","A0A0R4IM47","foxh1","asap1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IM47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDT8","foxh1","F1QDT8","foxh1","ndr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9Y4","foxh1","A0A0R4I9Y4","foxh1","bmpr1bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9Y4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPT9","foxh1","A0A0R4IPT9","foxh1","haus6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8Y9","foxh1","A0A2R8Q8Y9","foxh1","sept9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8Y9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4W4","foxh1","F1R4W4","foxh1","dcun1d2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4W4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IX84","foxh1","A0A0R4IX84","foxh1","si:ch211-284e13.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IX84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7C8","foxh1","A8E7C8","foxh1","csgalnact2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD00","foxh1","F1RD00","foxh1","ap2m1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD00","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q6D5","foxh1","A0A2R8Q6D5","foxh1","zmp:0000001200","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q6D5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHW4","foxh1","F1QHW4","foxh1","crispld1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGT7","foxh1","E9QGT7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGT7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVA6","foxh1","A0A0R4IVA6","foxh1","plcb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZV03","foxh1","vps26b","foxh1","vps26b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vacuolar protein sorting-associated protein 26B (Vesicle protein sorting 26B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCE3","foxh1","E7FCE3","foxh1","grhl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCE3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90Z40","foxh1","[g]3","foxh1","gng3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W7C0","foxh1","Lymphocyte enhancer binding factor 1","foxh1","lef1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R264","foxh1","F1R264","foxh1","ephx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R264","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L908","foxh1","Q1L908","foxh1","msto1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L908","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ77","foxh1","F1QJ77","foxh1","rabggta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L3N0","foxh1","A0A0G2L3N0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L3N0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEE6","foxh1","F1QEE6","foxh1","tefb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8D7","foxh1","lyrm4","foxh1","si:ch211-152c8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LYR motif-containing protein 4 (Si:ch211-152c8.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QHH9","foxh1","A0A2R8QHH9","foxh1","march11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QHH9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S745","foxh1","B0S745","foxh1","fkbp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S745","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JBX4","foxh1","fzd3l","foxh1","fzd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDF6","foxh1","A0A0R4IDF6","foxh1","nbeal1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7IT77","foxh1","Si:dkey-11p23.7","foxh1","si:dkey-11p23.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Si:dkey-11p23.7 (Sialic acid-binding Ig-like lectin 15 precursor) (Siglec-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFF8","foxh1","A0A0R4IFF8","foxh1","cdh1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6B8","foxh1","B0S6B8","foxh1","si:dkey-193b15.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q911","foxh1","F1Q911","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q911","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0U5","foxh1","Q6P0U5","foxh1","tcea3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0U5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T394","foxh1","pafah1b1a","foxh1","pafah1b1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TLF6","foxh1","Q6TLF6","foxh1","rgn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TLF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCA9","foxh1","E9QCA9","foxh1","cul2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7E1","foxh1","wu:fc95f02","foxh1","brd7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE37","foxh1","E9QE37","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L7Y1","foxh1","A0A0G2L7Y1","foxh1","LOC563292","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L7Y1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q810","foxh1","F1Q810","foxh1","klf7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q810","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JHW1","foxh1","Q8JHW1","foxh1","cx52.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8JHW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NI22","foxh1","F6NI22","foxh1","tmem79a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NI22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P3G4","foxh1","Q6P3G4","foxh1","ccsap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P3G4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDV0","foxh1","E7FDV0","foxh1","myo1ea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E5B7","foxh1","hm:zeh0024","foxh1","ndufb5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4G2","foxh1","F1R4G2","foxh1","blmh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4G2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5D8S1","foxh1","A5D8S1","foxh1","luzp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5D8S1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8P8","foxh1","A0A286Y8P8","foxh1","ddx20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZP8","foxh1","tob1l","foxh1","tob1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Tob1 (Transducer of ERBB2, 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITM9","foxh1","I3ITM9","foxh1","nkd3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QKS9","foxh1","A0A2R8QKS9","foxh1","camkmt","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QKS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHC7","foxh1","zgc:92513","foxh1","cd36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Platelet glycoprotein 4 (Glycoprotein IIIb) (PAS IV) (PAS-4) (Platelet glycoprotein IV)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q889","foxh1","A0A2R8Q889","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q889","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG30","foxh1","A0A0R4IG30","foxh1","dner","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZZA3","foxh1","si:dz202l16.2","foxh1","fkbp11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5D0","foxh1","B0S5D0","foxh1","naif1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGY3","foxh1","X1WGY3","foxh1","si:dkeyp-84f3.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBG3","foxh1","X1WBG3","foxh1","ttbk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PF53","foxh1","arhgap35","foxh1","arhgap35b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Rho GTPase-activating protein 35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SUB1","foxh1","A0A0N4SUB1","foxh1","pcdh1gc6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4SUB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC13","foxh1","A0A0R4IC13","foxh1","kcnn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXA3","foxh1","zgc:66168","foxh1","rps27a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQE5","foxh1","get3","foxh1","get3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q68EH0","foxh1","zgc:91975","foxh1","gspt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IA11","foxh1","A0A0R4IA11","foxh1","asb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IA11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W451","foxh1","F8W451","foxh1","mllt10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W451","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITP1","foxh1","I3ITP1","foxh1","caskin1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IU57","foxh1","A0A0R4IU57","foxh1","cabp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IU57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9P9","foxh1","A0A286Y9P9","foxh1","ezh2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9P9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P2U7","foxh1","nherf1a","foxh1","slc9a3r1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Na(+)/H(+) exchange regulatory cofactor NHE-RF","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUM5","foxh1","Q1LUM5","foxh1","si:ch211-245j22.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCU0","foxh1","npm1","foxh1","npm1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q56A46","foxh1","Q56A46","foxh1","nek12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q56A46","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567A1","foxh1","zgc:112197","foxh1","gpd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glycerol-3-phosphate dehydrogenase [NAD(+)] (EC 1.1.1.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDX1","foxh1","X1WDX1","foxh1","si:dkey-42p14.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KYR2","foxh1","A0A0G2KYR2","foxh1","lsp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KYR2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H9GY24","foxh1","H9GY24","foxh1","e2f1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H9GY24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDR2","foxh1","im:7148817","foxh1","snrpb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REL9","foxh1","si:dkey-183c16.5","foxh1","lamb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Laminin, beta 1b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJG4","foxh1","aplnr3","foxh1","aplnr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Apelin receptor 2 (Apelin receptor 3) (Apelin receptor B-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0C7","foxh1","F1R0C7","foxh1","chordc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0C7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0T6","foxh1","Q6P0T6","foxh1","znf207b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5R4","foxh1","B0S5R4","foxh1","ifngr2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5R4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8K0E7","foxh1","F-box and leucine-rich repeat protein 20","foxh1","fbxl20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V0Y9","foxh1","B0V0Y9","foxh1","zcchc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V0Y9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYE4","foxh1","B0UYE4","foxh1","soat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD94","foxh1","B7ZD94","foxh1","bend3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHT3","foxh1","wu:fd47d06","foxh1","tm4sf5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transmembrane 4 L six family member 5 (Transmembrane 4 L6 family member 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCN0","foxh1","cb1075","foxh1","dnmt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA (cytosine-5)-methyltransferase (EC 2.1.1.37)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBN2","foxh1","Q6PBN2","foxh1","aida","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q52WY8","foxh1","Q52WY8","foxh1","rnd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q52WY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWK4","foxh1","A5WWK4","foxh1","si:dkey-171o17.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWK4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QKI4","foxh1","A0A2R8QKI4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZR1","foxh1","tob1","foxh1","tob1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein Tob1 (Transducer of ERBB2, 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEC8","foxh1","F1QEC8","foxh1","prkar1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5F4","foxh1","F1R5F4","foxh1","prr15la","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5F4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFF1","foxh1","zgc:101053","foxh1","lpar2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AWY9","foxh1","hoxb7a","foxh1","hoxb7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein Hox-B7a (Hox-B7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZB2","foxh1","A0A0R4IZB2","foxh1","si:ch211-161c3.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCQ6","foxh1","E9QCQ6","foxh1","bcat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAE2","foxh1","A0A0R4IAE2","foxh1","srgap3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCT1","foxh1","E7FCT1","foxh1","psap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGU4","foxh1","E7FGU4","foxh1","cabcoco1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W442","foxh1","F8W442","foxh1","gnao1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W442","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RJC6","foxh1","A0A2R8RJC6","foxh1","si:dkey-51a16.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RJC6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGR7","foxh1","Q6TGR7","foxh1","ptena","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TGR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9X3","foxh1","F1R9X3","foxh1","l1cama","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9X3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KN93","foxh1","A0A0G2KN93","foxh1","znf1091","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KN93","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503W5","foxh1","zgc:110044","foxh1","tusc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tumor suppressor candidate 3 (Tusc3 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NV45","foxh1","Q6NV45","foxh1","nog1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NV45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PH11","foxh1","pym1","foxh1","pym1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UY61","foxh1","B0UY61","foxh1","neb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UY61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA19","foxh1","F1QA19","foxh1","jade1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA19","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6W4T8","foxh1","Q6W4T8","foxh1","her11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6W4T8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIC8","foxh1","E9QIC8","foxh1","farp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWL8","foxh1","Q1LWL8","foxh1","mycl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM84","foxh1","Nischarin","foxh1","nisch","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nischarin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW99","foxh1","A5WW99","foxh1","coq5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7L8","foxh1","F1Q7L8","foxh1","depdc7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7L8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVI9","foxh1","A0A0R4IVI9","foxh1","oaz1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1E1","foxh1","F1R1E1","foxh1","nit1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1E1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDW2","foxh1","X1WDW2","foxh1","dchs1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIF4","foxh1","F1QIF4","foxh1","wdr38","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QM44","foxh1","A0A2R8QM44","foxh1","myh7l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QM44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0PWB9","foxh1","PDZ and LIM domain protein 4","foxh1","pdlim4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PDZ and LIM domain protein 4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVN4","foxh1","Q7ZVN4","foxh1","zdhhc18b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZVN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2Z6","foxh1","E7F2Z6","foxh1","si:dkey-79d12.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2Z6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JMZ3","foxh1","zgc:92638","foxh1","dpy30","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dpy-30 histone methyltransferase complex regulatory subunit (Protein dpy-30 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDT3","foxh1","F1QDT3","foxh1","nle1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGS0","foxh1","Cystine/glutamate transporter","foxh1","slc7a11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cystine/glutamate transporter (Solute carrier family 7 member 11)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJF5","foxh1","F1QJF5","foxh1","lrrc75ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFC8","foxh1","E7FFC8","foxh1","si:cabz01069020.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7C3","foxh1","Tcfubf","foxh1","ubtfl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAB4","foxh1","E7FAB4","foxh1","prr11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q642Z0","foxh1","Q642Z0","foxh1","atp2a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q642Z0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RHL8","foxh1","A0A2R8RHL8","foxh1","kalrnb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RHL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5L6","foxh1","wu:fa56a07","foxh1","ddx5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P4V3","foxh1","Q6P4V3","foxh1","ptgs2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P4V3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S516","foxh1","si:dkeyp-15f12.2","foxh1","arpc5lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAP8","foxh1","E7FAP8","foxh1","alkal2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8W3","foxh1","cb290","foxh1","desma","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Desmin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4IFW2","foxh1","A4IFW2","foxh1","ptprf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4IFW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI45","foxh1","Granulin a","foxh1","grna","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Granulin a (Granulin-a isoform X6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBB5","foxh1","E7FBB5","foxh1","neto1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IH20","foxh1","zgc:175224","foxh1","cyth4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytohesin 4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9W4","foxh1","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","foxh1","celsr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXT2","foxh1","uvssa","foxh1","uvssa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","UV-stimulated scaffold protein A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGD1","foxh1","si:ch211-279m15.2","foxh1","stxbp5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Syntaxin-binding protein 5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q272","foxh1","A0A2R8Q272","foxh1","ky","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q272","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF45","foxh1","E7FF45","foxh1","fpr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP41","foxh1","A0A0R4IP41","foxh1","gbgt1l3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y912","foxh1","A0A286Y912","foxh1","ppm1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y912","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O93599","foxh1","STAT3b1","foxh1","stat3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3A6","foxh1","F8W3A6","foxh1","si:zfos-223e1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3A6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QES5","foxh1","F1QES5","foxh1","jhy","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QES5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQC7","foxh1","Q6IQC7","foxh1","tmx2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3E2","foxh1","zgc:103675","foxh1","cetp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cholesteryl ester transfer protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUX7","foxh1","A5WUX7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4K5","foxh1","E7F4K5","foxh1","spag9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4K5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NN09","foxh1","F6NN09","foxh1","or132-2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NN09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG25","foxh1","Q6DG25","foxh1","slc38a5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXP1","foxh1","wu:fk65f06","foxh1","capzb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F-actin-capping protein subunit beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5QNN1","foxh1","Q5QNN1","foxh1","taar1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5QNN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8E8","foxh1","F1R8E8","foxh1","brca2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FES4","foxh1","E7FES4","foxh1","rskra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FES4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QES1","foxh1","E9QES1","foxh1","znfl1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QES1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLW3","foxh1","F1QLW3","foxh1","pir","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGS3","foxh1","E9QGS3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NT07","foxh1","A0A1D5NT07","foxh1","acp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NT07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0A9","foxh1","F1R0A9","foxh1","slc37a4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0A9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6K8","foxh1","sb:cb867","foxh1","svila","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Supervillin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC33","foxh1","Cohesin subunit SA","foxh1","stag1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IF99","foxh1","A0A0R4IF99","foxh1","zdhhc16b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IF99","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HU1","foxh1","zgc:92806","foxh1","cdc42ep3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CDC42 effector protein (Rho GTPase-binding) 3 (Cdc42 effector protein 3) (Zgc:92806)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYM3","foxh1","wu:fb33a01","foxh1","atp6v0b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90Y03","foxh1","Q90Y03","foxh1","aldh1a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90Y03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIV1","foxh1","F1QIV1","foxh1","gstk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FG37","foxh1","E7FG37","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FG37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSI6","foxh1","F1QSI6","foxh1","ssbp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA22","foxh1","E7FA22","foxh1","ptp4a3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FA22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBZ8","foxh1","Q6PBZ8","foxh1","exosc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBZ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQE0","foxh1","Q6IQE0","foxh1","puf60b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHC2","foxh1","Q6DHC2","foxh1","lmo4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPF9","foxh1","A0A0R4IPF9","foxh1","gabrg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZP3","foxh1","Q7SZP3","foxh1","meis1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1H9","foxh1","B0V1H9","foxh1","p2rx4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1H9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGL3","foxh1","A2BGL3","foxh1","wscd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRH4","foxh1","A0A0R4IRH4","foxh1","cadpsa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RH27","foxh1","fi76b06","foxh1","taf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EY35","foxh1","E7EY35","foxh1","si:dkey-238d18.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EY35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJV2","foxh1","F1QJV2","foxh1","mknk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q58EF7","foxh1","Q58EF7","foxh1","ablim1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q58EF7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH60","foxh1","E7FH60","foxh1","zmp:0000000624","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P969","foxh1","zgc:73138","foxh1","eef1a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Elongation factor 1-alpha","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8K9","foxh1","A0A2R8Q8K9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8K9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYS4","foxh1","DBF4 zinc finger B","foxh1","dbf4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DBF4 zinc finger B (Uncharacterized protein dbf4b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9YGX5","foxh1","cpeb1","foxh1","cpeb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP30","foxh1","A0A0R4IP30","foxh1","sorbs1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHA9","foxh1","E9QHA9","foxh1","megf6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHA9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAK1","foxh1","fj55b02","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRS1","foxh1","AP-1 complex subunit mu-1","foxh1","ap1m1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0T1","foxh1","Q6P0T1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0T1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R452","foxh1","F1R452","foxh1","acsl4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R452","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568M8","foxh1","Q568M8","foxh1","rgs5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q568M8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJX2","foxh1","B8JJX2","foxh1","prepl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITS3","foxh1","A0A0R4ITS3","foxh1","tpbga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGD4","foxh1","F1QGD4","foxh1","wdfy4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGG3","foxh1","X1WGG3","foxh1","si:ch73-25f10.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4R9","foxh1","F1R4R9","foxh1","myo6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4R9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KRN0","foxh1","A0A0G2KRN0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KRN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QG29","foxh1","F1QG29","foxh1","tpte","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QG29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRH6","foxh1","A9JRH6","foxh1","ackr4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRH6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503F4","foxh1","cx33.8","foxh1","cx30.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KSN1","foxh1","A0A0G2KSN1","foxh1","gldc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KSN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM98","foxh1","GUCA1D","foxh1","guca1d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Guanylate cyclase activating protein 4 (Guanylate cyclase activator 1d)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2I5","foxh1","E7F2I5","foxh1","si:ch73-61d6.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2I5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW37","foxh1","A0A0R4IW37","foxh1","b3galt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJD1","foxh1","Q5BJD1","foxh1","rab6bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BJD1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW50","foxh1","A0A0R4IW50","foxh1","si:dkey-203a12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAQ3","foxh1","F1QAQ3","foxh1","akap6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGX8","foxh1","A0A0R4IGX8","foxh1","gpsm1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","T1ECT1","foxh1","T1ECT1","foxh1","sh3pxd2aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T1ECT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QCZ3","foxh1","A0A2R8QCZ3","foxh1","LOC100535716","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QCZ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGB2","foxh1","zgc:100926","foxh1","impa1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Inositol-1-monophosphatase (EC 3.1.3.25)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W7M8","foxh1","tmsb","foxh1","tmsb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Thymosin beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7U4","foxh1","F1R7U4","foxh1","mrm3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7U4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PSS4","foxh1","gabarap","foxh1","gabarapa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GABA(A) receptor-associated protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC45","foxh1","X1WC45","foxh1","angpt4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC45","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L6T4","foxh1","A0A0G2L6T4","foxh1","si:dkey-262g12.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L6T4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2T7","foxh1","wu:fk96a04","foxh1","mecp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGD8","foxh1","A0A140LGD8","foxh1","abcc6b.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBJ6","foxh1","zgc:73375","foxh1","ndufb6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIK6","foxh1","A2BIK6","foxh1","bicra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIK6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V0X5","foxh1","B0V0X5","foxh1","nceh1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V0X5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P6X1","foxh1","F6P6X1","foxh1","ylpm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P6X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WVY2","foxh1","A5WVY2","foxh1","akirin2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WVY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBA8","foxh1","A0A0R4IBA8","foxh1","pnp5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503T8","foxh1","Q503T8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503T8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KZP1","foxh1","A0A0G2KZP1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KZP1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPM6","foxh1","si:ch211-233h19.1","foxh1","grm3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Metabotropic glutamate receptor 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Z4YIA7","foxh1","calu","foxh1","calua","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calumenin-A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R147","foxh1","B0R147","foxh1","setbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R147","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMU4","foxh1","A5PMU4","foxh1","anks1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PMU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QFE4","foxh1","A0A2R8QFE4","foxh1","fign","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QFE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBN4","foxh1","A0A2R8QBN4","foxh1","tenm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEB0","foxh1","E9QEB0","foxh1","znf385a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QEB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q566N0","foxh1","enpp4","foxh1","enpp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bis(5'-adenosyl)-triphosphatase enpp4 (EC 3.6.1.29) (AP3A hydrolase) (AP3Aase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 4) (E-NPP 4) (NPP-4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1I3","foxh1","B0V1I3","foxh1","upb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1I3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI40","foxh1","E9QI40","foxh1","fam184b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QI40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI44","foxh1","F1QI44","foxh1","nkd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6Z5","foxh1","Ataxin 1b","foxh1","atxn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ataxin 1b (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH17","foxh1","E9QH17","foxh1","mfsd9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QH17","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCJ4","foxh1","F1RCJ4","foxh1","capn9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IWI1","foxh1","ebf1a","foxh1","ebf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor COE1-A (Early B cell factor 1-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4UU77","foxh1","si:dkey-29d12.5","foxh1","org","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Oogenesis-related (Oogenesis-related protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGA3","foxh1","Receptor activity-modifying protein 1","foxh1","ramp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Receptor activity-modifying protein 1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCB2","foxh1","F1QCB2","foxh1","cxcr4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGQ8","foxh1","gch1a","foxh1","gch1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPX1","foxh1","F1QPX1","foxh1","wasf3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGN3","foxh1","A0A0R4IGN3","foxh1","pdia3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9Z9","foxh1","F1Q9Z9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9Z9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P53406","foxh1","P53406","foxh1","isl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P53406","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RIU4","foxh1","A0A2R8RIU4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RIU4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM90","foxh1","B8JM90","foxh1","mhc1laa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JM90","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TH15","foxh1","eif3d","foxh1","eif3d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic translation initiation factor 3 subunit D (eIF3d) (Eukaryotic translation initiation factor 3 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRE5","foxh1","nol5a","foxh1","nop56","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleolar protein 56 (Nucleolar protein 5A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O93282","foxh1","O93282","foxh1","six7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O93282","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFP5","foxh1","E9QFP5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503S9","foxh1","Inositol-1-monophosphatase","foxh1","impa2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Inositol-1-monophosphatase (EC 3.1.3.25)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7E2Q2","foxh1","A7E2Q2","foxh1","ambp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7E2Q2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P2A9","foxh1","Q6P2A9","foxh1","fubp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P2A9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F192","foxh1","E7F192","foxh1","dbn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F192","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPP5","foxh1","A0A0R4IPP5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AXX6","foxh1","ppp2r5e2","foxh1","ppp2r5ea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXK5","foxh1","Q1LXK5","foxh1","mov10b.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JQE7","foxh1","hfe2","foxh1","hjv","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hemochromatosis type 2 (Hemojuvelin BMP co-receptor) (Hemojuvelin precursor) (Hfe2 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R160","foxh1","lrwd1","foxh1","lrwd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZD71","foxh1","B7ZD71","foxh1","hmx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZD71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4VBV0","foxh1","Q4VBV0","foxh1","wdfy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4VBV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIE0","foxh1","F1QIE0","foxh1","klhl36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAX6","foxh1","F1RAX6","foxh1","ptx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSX4","foxh1","F1QSX4","foxh1","klhl32","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFA2","foxh1","E9QFA2","foxh1","tmem160","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFA2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJL1","foxh1","A0A2R9YJL1","foxh1","mdh1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJL1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNT8","foxh1","F1QNT8","foxh1","cab39","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGS1","foxh1","Zinc finger and BTB domain-containing 16b","foxh1","zbtb16b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3QK14","foxh1","A3QK14","foxh1","tmem150ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3QK14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A498","foxh1","B8A498","foxh1","slit1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A498","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TNT2","foxh1","Q6TNT2","foxh1","ankrd46","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TNT2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXP6","foxh1","zgc:171628","foxh1","pan3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","PAN2-PAN3 deadenylation complex subunit PAN3 (PAB1P-dependent poly(A)-specific ribonuclease) (Poly(A)-nuclease deadenylation complex subunit 3) (PAN deadenylation complex subunit 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJ32","foxh1","E9QJ32","foxh1","eya1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJ32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRF8","foxh1","F1QRF8","foxh1","atad3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGV1","foxh1","X1WGV1","foxh1","si:ch211-246i5.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R838","foxh1","F1R838","foxh1","dhtkd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R838","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4D0","foxh1","F1R4D0","foxh1","acvr2aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIS0","foxh1","E9QIS0","foxh1","dennd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q597","foxh1","F1Q597","foxh1","kdm6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q597","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F596","foxh1","E7F596","foxh1","dnajc5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F596","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R122","foxh1","F1R122","foxh1","psmc3ip","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R122","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYJ6","foxh1","sult6b1","foxh1","sult6b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5VSI7","foxh1","si:dkey-217m5.1","foxh1","reps1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RALBP1-associated Eps domain-containing 1 (RalBP1-associated Eps domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PNQ6","foxh1","Q5PNQ6","foxh1","gtf2f1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PNQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEA4","foxh1","E7FEA4","foxh1","rnf166","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEA4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDR0","foxh1","F1QDR0","foxh1","ubap2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4J1","foxh1","E7F4J1","foxh1","kif3ca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4J1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5A9","foxh1","F1R5A9","foxh1","l1camb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5A9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFA6","foxh1","F1QFA6","foxh1","cnot1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PSI9","foxh1","Q9PSI9","foxh1","mycl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PSI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A599","foxh1","B8A599","foxh1","si:dkey-33c12.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A599","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1XQX0","foxh1","A1XQX0","foxh1","nrxn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1XQX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QG20","foxh1","canb1","foxh1","ppp3r1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcineurin subunit B type 1 (EC 3.1.3.16) (Protein phosphatase 3, regulatory subunit B, alpha a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5I8Y1","foxh1","Q5I8Y1","foxh1","irx2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5I8Y1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIB7","foxh1","A0A0R4IIB7","foxh1","aldh5a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y8C0","foxh1","A0A286Y8C0","foxh1","acss3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y8C0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRW4","foxh1","F1QRW4","foxh1","pitpnb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6J3","foxh1","E7F6J3","foxh1","txk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6J3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5Y8","foxh1","B8A5Y8","foxh1","si:dkeyp-123h10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5Y8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWX8","foxh1","jak4","foxh1","jak2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGA6","foxh1","E7FGA6","foxh1","gcnt7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4R4","foxh1","F1R4R4","foxh1","kin","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4R4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEJ1","foxh1","H0WEJ1","foxh1","si:ch211-245n8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEJ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7J5","foxh1","F1Q7J5","foxh1","cep170b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PN38","foxh1","A5PN38","foxh1","fam151a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5PN38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YIV8","foxh1","A0A0J9YIV8","foxh1","si:ch211-67n3.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YIV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2X3","foxh1","Integrator complex subunit 4","foxh1","ints4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrator complex subunit 4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8K0","foxh1","A0A2R8Q8K0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8K0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66I26","foxh1","Q66I26","foxh1","cyp2v1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66I26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q6R9","foxh1","A0A2R8Q6R9","foxh1","pald1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q6R9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD28","foxh1","X1WD28","foxh1","tmem54a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS11","foxh1","A0A0R4IS11","foxh1","shroom3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS11","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P116","foxh1","Q6P116","foxh1","rcor2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P116","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90YL6","foxh1","zFF1","foxh1","nr5a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUE8","foxh1","E2F4","foxh1","e2f5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RTM3","foxh1","A0A2R8RTM3","foxh1","palm1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RTM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QGM8","foxh1","A0A2R8QGM8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QGM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QU78","foxh1","F1QU78","foxh1","her13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QU78","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5J5","foxh1","B8A5J5","foxh1","ptprdb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIZ3","foxh1","Uncharacterized protein LOC100126019 precursor","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Uncharacterized protein LOC100126019 precursor (Zgc:171967)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QRQ5","foxh1","ap2","foxh1","tfap2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUX7","foxh1","Q1LUX7","foxh1","clasrp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3C0","foxh1","F1R3C0","foxh1","mfsd2al2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3C0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUK1","foxh1","zgc:55886","foxh1","ube2d2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEM0","foxh1","A0A0R4IEM0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F587","foxh1","E7F587","foxh1","zdhhc20b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F587","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QT31","foxh1","A0A2R8QT31","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QT31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JL58","foxh1","clf-1.b","foxh1","crlf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytokine receptor-like factor 1b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH24","foxh1","E7FH24","foxh1","chd8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH24","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RAH4","foxh1","F1RAH4","foxh1","sall2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RAH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QI88","foxh1","A0A2R8QI88","foxh1","pcnx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QI88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6X7","foxh1","E7F6X7","foxh1","camsap2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6X7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZSY3","foxh1","smarca4","foxh1","smarca4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP89","foxh1","A0A0R4IP89","foxh1","si:ch211-207l14.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHC1","foxh1","F1QHC1","foxh1","prune2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q91981","foxh1","otx2","foxh1","otx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QFX4","foxh1","A0A2R8QFX4","foxh1","mfge8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QFX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2W4","foxh1","epha5","foxh1","epha5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGQ0","foxh1","Histone-lysine N-methyltransferase SETD1A isoform X1","foxh1","setd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QDQ1","foxh1","F1QDQ1","foxh1","copa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QDQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F073","foxh1","E7F073","foxh1","ndp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F073","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD94","foxh1","F1RD94","foxh1","frmd4bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5X9","foxh1","B8A5X9","foxh1","gdf10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5X9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IG67","foxh1","A0A0R4IG67","foxh1","si:ch73-359m17.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IG67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMI2","foxh1","A0JMI2","foxh1","gpr146","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBV9","foxh1","F1RBV9","foxh1","cux1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBV9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PV77","foxh1","A0A2R8PV77","foxh1","hykk.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PV77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WH54","foxh1","lpin1","foxh1","lpin1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","phosphatidate phosphatase (EC 3.1.3.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R2B0","foxh1","F1R2B0","foxh1","nadkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R2B0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q38JL1","foxh1","hm:zeh0300","foxh1","rgs6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Regulator of G-protein signaling 6 (Rgs6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVI5","foxh1","Q1LVI5","foxh1","si:ch211-132b12.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITI8","foxh1","I3ITI8","foxh1","abi2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITI8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QTV7","foxh1","F1QTV7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QTV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFB0","foxh1","F1QFB0","foxh1","dennd2db","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKC4","foxh1","F1QKC4","foxh1","gabra6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8T1","foxh1","F1R8T1","foxh1","pfkfb4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8T1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R741","foxh1","F1R741","foxh1","tgfb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R741","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNU2","foxh1","F1QNU2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNU2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P2T1","foxh1","Dynamin-1-like protein isoform X1","foxh1","si:dkey-32e23.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AXK6","foxh1","Q6AXK6","foxh1","ypel1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6AXK6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FG14","foxh1","E7FG14","foxh1","tlcd3bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FG14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF13","foxh1","zgc:55792","foxh1","vldlr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1H0","foxh1","Calcium/calmodulin-dependent protein kinase Ib","foxh1","camk1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium/calmodulin-dependent protein kinase Ib (Calcium/calmodulin-dependent protein kinase type 1-like isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8J7","foxh1","yap1","foxh1","yap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBX5","foxh1","Q6PBX5","foxh1","adi1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5D8K9","foxh1","A5D8K9","foxh1","zcchc24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5D8K9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7Z2","foxh1","F1Q7Z2","foxh1","ctdnep1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7Z2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQZ2","foxh1","zdhhc13","foxh1","zdhhc13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXI7","foxh1","etID35223.22","foxh1","klf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Krueppel-like factor 2 (Kruppel-like factor 2a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI13","foxh1","GPI ethanolamine phosphate transferase 3","foxh1","pigo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","GPI ethanolamine phosphate transferase 3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVZ7","foxh1","A0A0R4IVZ7","foxh1","crebbpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVZ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9W2","foxh1","A0A286Y9W2","foxh1","hecw2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9W2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L199","foxh1","A0A0G2L199","foxh1","si:cabz01069013.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L199","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QX94","foxh1","F1QX94","foxh1","eif4g3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QX94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QP55","foxh1","F1QP55","foxh1","si:dkey-149i17.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QP55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUG5","foxh1","F1QUG5","foxh1","eif3c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S0G1","foxh1","A0A2R8S0G1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8S0G1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXK0","foxh1","Keratin, type 1, gene 19d","foxh1","krt1-19d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Keratin, type 1, gene 19d (Keratin, type I cytoskeletal 13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RJH6","foxh1","sb:cb295","foxh1","guk1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","guanylate kinase (EC 2.7.4.8)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0QZN0","foxh1","B0QZN0","foxh1","grid2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0QZN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB00","foxh1","Synaptotagmin-like 5","foxh1","sytl5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5H4","foxh1","E7F5H4","foxh1","ttyh3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5H4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KT55","foxh1","A0A0G2KT55","foxh1","pole2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KT55","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4STP4","foxh1","A0A0N4STP4","foxh1","klhl7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N4STP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WE77","foxh1","H0WE77","foxh1","znf1061","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WE77","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QG75","foxh1","A0A2R8QG75","foxh1","si:dkey-246i14.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QG75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9MIX8","foxh1","mt-cyb","foxh1","mt-cyb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QU21","foxh1","A0A2R8QU21","foxh1","si:ch211-175f12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QU21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIB3","foxh1","F1QIB3","foxh1","dbnlb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B1WB54","foxh1","B1WB54","foxh1","lrp12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B1WB54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8AV71","foxh1","Q8AV71","foxh1","ved","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q8AV71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICJ4","foxh1","A0A0R4ICJ4","foxh1","sult4a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6S0","foxh1","F1R6S0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6S0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JAG5","foxh1","U3JAG5","foxh1","sesn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JAG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R508","foxh1","F1R508","foxh1","tfdp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R508","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7H6","foxh1","E7F7H6","foxh1","hcn5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7H6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVX7","foxh1","zgc:55526","foxh1","atf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PRC1","foxh1","Q5PRC1","foxh1","lhfpl6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5PRC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE03","foxh1","E7FE03","foxh1","napba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE03","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QU82","foxh1","fi22c11","foxh1","zfp36l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7S1","foxh1","F1R7S1","foxh1","cope","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7S1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWA1","foxh1","Q6NWA1","foxh1","ammecr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R609","foxh1","F1R609","foxh1","rreb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R609","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DDG2","foxh1","mdk2","foxh1","mdkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Midkine b (Midkine-related growth factor Mdk2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDI1","foxh1","F1RDI1","foxh1","rgl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0D8","foxh1","E7F0D8","foxh1","plppr2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0D8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT96","foxh1","I3IT96","foxh1","c1ql3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IT96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q8S3","foxh1","A0A2R8Q8S3","foxh1","spock2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q8S3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEA0","foxh1","F1QEA0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH85","foxh1","fj56g09","foxh1","ncam1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NCAM (Neural cell adhesion molecule 1 precursor) (Neural cell adhesion molecule 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q567Y8","foxh1","ppp2ca","foxh1","ppp2caa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ISG9","foxh1","I3ISG9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ISG9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JMD7","foxh1","B8JMD7","foxh1","fryl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JMD7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJ57","foxh1","mettl1","foxh1","mettl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","tRNA (guanine-N(7)-)-methyltransferase (EC 2.1.1.33) (Methyltransferase-like protein 1) (mRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (miRNA (guanine-N(7)-)-methyltransferase) (EC 2.1.1.-) (tRNA (guanine(46)-N(7))-methyltransferase) (tRNA(m7G46)-methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6R1","foxh1","F1R6R1","foxh1","acin1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6R1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5NU21","foxh1","Q5NU21","foxh1","gadd45bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5NU21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2U6","foxh1","E7F2U6","foxh1","poc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2U6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KNK1","foxh1","A3KNK1","foxh1","tmem120a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KNK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IS86","foxh1","I3IS86","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IS86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WH92","foxh1","il-2rb","foxh1","il2rb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Interleukin 2 receptor beta (Interleukin 2 receptor, beta) (Interleukin-2 receptor subunit beta precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DK88","foxh1","B3DK88","foxh1","lrit3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DK88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSW0","foxh1","F1QSW0","foxh1","vars2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSW0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWI5","foxh1","Q7ZWI5","foxh1","gnai2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZWI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P111","foxh1","lsm14a","foxh1","lsm14aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNE0","foxh1","F1QNE0","foxh1","nasp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QNE0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQ79","foxh1","A0A0R4IQ79","foxh1","si:ch73-315f9.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQ79","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ31","foxh1","F1QJ31","foxh1","iws1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ31","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5J0","foxh1","B8A5J0","foxh1","slc13a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5J0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QW75","foxh1","F1QW75","foxh1","dnajb12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QW75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIR0","foxh1","Phosphoinositide 3-kinase adapter protein 1","foxh1","pik3ap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphoinositide 3-kinase adapter protein 1 (Phosphoinositide-3-kinase adaptor protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","L7NKH5","foxh1","L7NKH5","foxh1","cntnap2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","L7NKH5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KK09","foxh1","A0A0G2KK09","foxh1","LOC100329294","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KK09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4U8","foxh1","E7F4U8","foxh1","scaf4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4U8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F2Z4V3","foxh1","fb98c11","foxh1","prickle1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Prickle homolog 1b (Prickle-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYI2","foxh1","F1QYI2","foxh1","cx44.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAN0","foxh1","E7FAN0","foxh1","cc2d1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DIW6","foxh1","Uncharacterized protein LOC792915","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Uncharacterized protein LOC792915 (Zgc:194578)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5G8","foxh1","B8A5G8","foxh1","mnat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5G8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQP2","foxh1","wu:fd20e06","foxh1","stxbp6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Syntaxin-binding protein 6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUD3","foxh1","A0A0R4IUD3","foxh1","mpv17l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUD3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ60","foxh1","F1QQ60","foxh1","txnrd2.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQ60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A5I1","foxh1","A1A5I1","foxh1","fam133","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A5I1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0J9YJ61","foxh1","A0A0J9YJ61","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0J9YJ61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BEG1","foxh1","A2BEG1","foxh1","si:ch211-106a19.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BEG1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502B2","foxh1","zgc:112358","foxh1","vkorc1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","vitamin-K-epoxide reductase (warfarin-sensitive) (EC 1.17.4.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9R4","foxh1","F1R9R4","foxh1","ccnd2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9R4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q6P7","foxh1","A0A2R8Q6P7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q6P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L6Z5","foxh1","A0A0G2L6Z5","foxh1","LOC108179097","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L6Z5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJK3","foxh1","A0A0R4IJK3","foxh1","ephb4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJK3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RA64","foxh1","F1RA64","foxh1","si:dkey-112e17.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RA64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBV7","foxh1","Q6PBV7","foxh1","tlcd3ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F885","foxh1","E7F885","foxh1","taok3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F885","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BG67","foxh1","klf12","foxh1","klf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P102","foxh1","hm:zehn0976","foxh1","ywhabl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide like isoform X1 (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F371","foxh1","E7F371","foxh1","synrg","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F371","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WHX2","foxh1","A8WHX2","foxh1","dbr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8WHX2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLR3","foxh1","F1QLR3","foxh1","fxr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB65","foxh1","F1RB65","foxh1","b3galnt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKT2","foxh1","si:ch73-263f13.4","foxh1","wsb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQM9","foxh1","A0A2R8QQM9","foxh1","csmd3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQM9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGC2","foxh1","X1WGC2","foxh1","ccdc175","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q498W5","foxh1","Q498W5","foxh1","tmem198b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q498W5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A686","foxh1","B8A686","foxh1","slc25a28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A686","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T005","foxh1","Q7T005","foxh1","rab11fip3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T005","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM25","foxh1","F1QM25","foxh1","col15a1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM25","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5W3","foxh1","F1Q5W3","foxh1","tmem170b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5W3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QP50","foxh1","F1QP50","foxh1","erbb3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QP50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVV4","foxh1","zgc:92484","foxh1","cpsf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDV6","foxh1","F1RDV6","foxh1","dusp16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDV6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB27","foxh1","A0A0R4IB27","foxh1","si:dkey-31c13.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB27","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFN5","foxh1","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","foxh1","ppip5k1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYI3","foxh1","hecw1","foxh1","hecw1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","HECT-type E3 ubiquitin transferase (EC 2.3.2.26)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R613","foxh1","F1R613","foxh1","LOC100001479","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R613","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUY0","foxh1","Q7ZUY0","foxh1","seta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUY0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BI69","foxh1","A2BI69","foxh1","abca2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BI69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IER9","foxh1","A0A0R4IER9","foxh1","daam1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IER9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZU69","foxh1","zgc:56377","foxh1","psmd13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","26S proteasome non-ATPase regulatory subunit 13 (26S proteasome regulatory subunit RPN9) (26S proteasome regulatory subunit S11) (26S proteasome regulatory subunit p40.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD14","foxh1","X1WD14","foxh1","rflnb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6K7","foxh1","B0S6K7","foxh1","renbp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6K7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IF44","foxh1","A0A0R4IF44","foxh1","si:ch211-156l18.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IF44","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SPK3","foxh1","pthlh","foxh1","pthlha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Parathyroid hormone-related protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSD6","foxh1","F1QSD6","foxh1","epha2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4T9","foxh1","E7F4T9","foxh1","si:dkey-19a16.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4T9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WEW1","foxh1","H0WEW1","foxh1","fnbp1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WEW1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZW93","foxh1","Eukaryotic Translation initiation factor 1B","foxh1","eif1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FH10","foxh1","E7FH10","foxh1","ssh2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FH10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6F7","foxh1","abcb7","foxh1","abcb7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Iron-sulfur clusters transporter ABCB7, mitochondrial (ATP-binding cassette sub-family B member 7, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBN9","foxh1","X1WBN9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZI2","foxh1","Q5TZI2","foxh1","ppm1ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDQ3","foxh1","X1WDQ3","foxh1","prr12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4INV4","foxh1","A0A0R4INV4","foxh1","inpp5e","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4INV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZU91","foxh1","itpk1","foxh1","itpk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (Inositol 1,3,4-trisphosphate 5/6-kinase) (Inositol-triphosphate 5/6-kinase) (Ins(1,3,4)P(3) 5/6-kinase) (EC 2.7.1.159)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E5K6","foxh1","wu:fe49a05","foxh1","cnot8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVX5","foxh1","A0A0R4IVX5","foxh1","jazf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BG80","foxh1","MDS026","foxh1","ppp2r2ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YB73","foxh1","A0A286YB73","foxh1","ppp6r3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YB73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYX8","foxh1","CRMP-3","foxh1","dpysl4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7K8","foxh1","B0S7K8","foxh1","coil","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7K8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJP9","foxh1","A0A2R9YJP9","foxh1","slc37a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS83","foxh1","A0A0R4IS83","foxh1","postnb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS83","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPC3","foxh1","A0A2R8QPC3","foxh1","mbd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCP3","foxh1","X1WCP3","foxh1","atp8a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYW5","foxh1","si:ch211-117l16.3","foxh1","mrps18a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","39S ribosomal protein S18a, mitochondrial (Mitochondrial ribosomal protein S18A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IY89","foxh1","A0A0R4IY89","foxh1","nkx6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IY89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L887","foxh1","Q1L887","foxh1","tcf25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L887","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QK14","foxh1","F1QK14","foxh1","trmt1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QK14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITH4","foxh1","I3ITH4","foxh1","kdm4aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJ13","foxh1","F1QJ13","foxh1","plcd3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJ13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFM3","foxh1","E9QFM3","foxh1","hbl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIS1","foxh1","B8JIS1","foxh1","atp5pb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDJ9","foxh1","E9QDJ9","foxh1","dtnbp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDJ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F362","foxh1","E7F362","foxh1","eps8l3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F362","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT91","foxh1","I3IT91","foxh1","pax10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IT91","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5E8","foxh1","F1Q5E8","foxh1","pde4d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4H1","foxh1","B8A4H1","foxh1","si:ch211-202h22.7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4H1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5V3","foxh1","fasn","foxh1","fasn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISC0","foxh1","A0A0R4ISC0","foxh1","cdh24b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F050","foxh1","E7F050","foxh1","btbd16","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F050","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC73","foxh1","grb2","foxh1","grb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5J7","foxh1","cb971","foxh1","asph","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aspartate beta-hydroxylase (EC 1.14.11.16)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6V4","foxh1","E7F6V4","foxh1","si:dkey-54n8.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6V4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A4E9","foxh1","B8A4E9","foxh1","ubtd1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A4E9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM16","foxh1","F1QM16","foxh1","trpc4apa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8H2","foxh1","E7F8H2","foxh1","tmem131","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8H2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UK54","foxh1","A0A0H2UK54","foxh1","pimr202","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UK54","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCA0","foxh1","X1WCA0","foxh1","si:ch211-176l24.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCA0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L293","foxh1","A1L293","foxh1","ptpmt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L293","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3L3","foxh1","F8W3L3","foxh1","si:dkey-229b18.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W3L3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IEH4","foxh1","A0A0R4IEH4","foxh1","unc5da","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IEH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6J8","foxh1","B0S6J8","foxh1","ankrd10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6J8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WE06","foxh1","X1WE06","foxh1","si:zfos-1714f5.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WE06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMA1","foxh1","A0A0R4IMA1","foxh1","fam189a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q801Y4","foxh1","zgc:110496","foxh1","crabp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cellular retinoic acid-binding protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568H8","foxh1","DNA-directed RNA polymerases I, II, and III subunit RPABC3","foxh1","polr2h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-directed RNA polymerases I, II, and III subunit RPABC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCF3","foxh1","F1RCF3","foxh1","slc35c2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXU7","foxh1","F1QXU7","foxh1","skila","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F3U2","foxh1","E7F3U2","foxh1","si:ch211-196h16.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F3U2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYN3","foxh1","A0A0R4IYN3","foxh1","tnksb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q9V8","foxh1","F1Q9V8","foxh1","mier3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q9V8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q767","foxh1","F1Q767","foxh1","tnfsf10l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q767","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QT45","foxh1","fb24d03","foxh1","pnn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pinin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISL4","foxh1","si:ch211-195p4.3","foxh1","cenpw","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Centromere protein W","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D6UPT1","foxh1","papd5","foxh1","tent4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Non-canonical poly(A) RNA polymerase PAPD5 (EC 2.7.7.19) (Terminal nucleotidyltransferase 4B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYX0","foxh1","F1QYX0","foxh1","ldlrad4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYX0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLP5","foxh1","F1QLP5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLP5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFS2","foxh1","A0A0R4IFS2","foxh1","aak1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q610","foxh1","A0A2R8Q610","foxh1","ppp2r2bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q610","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUL6","foxh1","A0A0R4IUL6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVG2","foxh1","Q1LVG2","foxh1","use1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXN2","foxh1","A0A0R4IXN2","foxh1","si:ch211-230g14.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMK1","foxh1","Q6GMK1","foxh1","cdc42ep4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6GMK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZC1","foxh1","A0A1L1QZC1","foxh1","znf280d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZC1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5G3","foxh1","B8A5G3","foxh1","gstcd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5G3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGT8","foxh1","fat","foxh1","fat1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8A2","foxh1","F1R8A2","foxh1","plekha5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR43","foxh1","glceb","foxh1","glceb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHM9","foxh1","z6-4phr","foxh1","cry5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cryptochrome circadian clock 5 isoform X1 (Cryptochrome circadian regulator 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4FZZ7","foxh1","hist1h2a2","foxh1","hist1h2a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DEU2","foxh1","Q9DEU2","foxh1","atp1a3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DEU2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IES1","foxh1","A0A0R4IES1","foxh1","adamts1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IES1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RXS8","foxh1","A0A2R8RXS8","foxh1","snap23.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RXS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILJ4","foxh1","A0A0R4ILJ4","foxh1","si:ch73-335m24.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCL4","foxh1","E7FCL4","foxh1","waplb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJ50","foxh1","A0A0R4IJ50","foxh1","hdhd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJ50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMS9","foxh1","DNA-directed RNA polymerase subunit","foxh1","polr2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2R9","foxh1","E7F2R9","foxh1","ptk7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2R9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q502Q0","foxh1","zgc:111945","foxh1","rab12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB12, member RAS oncogene family (Ras-related protein Rab-12) (Zgc:111945)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRW0","foxh1","LOC100334297","foxh1","hcn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 1 (Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 1-like isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPY2","foxh1","A3KPY2","foxh1","en2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D3XD69","foxh1","D3XD69","foxh1","ugt1b7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D3XD69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKA1","foxh1","F1QKA1","foxh1","bbc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKA1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZG4","foxh1","Q5TZG4","foxh1","sox11b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5VSE6","foxh1","Q5VSE6","foxh1","kcnk13b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5VSE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXF4","foxh1","THO","foxh1","thoc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","THO complex subunit 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYG5","foxh1","Q1LYG5","foxh1","eef2a.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LYG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGL8","foxh1","E7FGL8","foxh1","grin2cb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S4Z3","foxh1","B0S4Z3","foxh1","si:ch211-133l5.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S4Z3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1C5","foxh1","E7F1C5","foxh1","frmd5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1C5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC64","foxh1","elovl6","foxh1","elovl6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCZ5","foxh1","E9QCZ5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCZ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZW75","foxh1","Q7ZW75","foxh1","tmed2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZW75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803J3","foxh1","cb75","foxh1","rab2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-2A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUU5","foxh1","Q1LUU5","foxh1","zbtb22b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUU5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVW3","foxh1","Q7ZVW3","foxh1","pik3r3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZVW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILS8","foxh1","A0A0R4ILS8","foxh1","hspbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUW3","foxh1","A0A0R4IUW3","foxh1","si:dkey-171c9.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITW2","foxh1","A0A0R4ITW2","foxh1","si:dkey-11c5.11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QN21","foxh1","F1QN21","foxh1","ripply1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QN21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SX78","foxh1","sfrp","foxh1","szl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sizzled (Szl protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD62","foxh1","F1RD62","foxh1","grip2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F142","foxh1","E7F142","foxh1","tlcd5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F142","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI14","foxh1","B8JI14","foxh1","eif2ak3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI14","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUS2","foxh1","A5WUS2","foxh1","sulf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KTP8","foxh1","A0A0G2KTP8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KTP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B2GTW6","foxh1","B2GTW6","foxh1","cs","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B2GTW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMC8","foxh1","A0JMC8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0JMC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803X7","foxh1","Q803X7","foxh1","nap1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803X7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNA4","foxh1","dvl1","foxh1","dvl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dishevelled segment polarity protein 1b (Segment polarity protein dishevelled homolog DVL-1 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBN4","foxh1","X1WBN4","foxh1","si:ch211-129o18.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSB8","foxh1","im:7148194","foxh1","ddx42","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPA6","foxh1","F1QPA6","foxh1","mpped2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPA6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q982","foxh1","F1Q982","foxh1","cbx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q982","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F981","foxh1","im:7151238","foxh1","nup98","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear pore complex protein Nup98-Nup96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJL8","foxh1","E9QJL8","foxh1","dock4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ59","foxh1","kcnk3","foxh1","kcnk3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH62","foxh1","B3DH62","foxh1","nr6a1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DH62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQS2","foxh1","F1QQS2","foxh1","cbln13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQS2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8QHL5","foxh1","phc2","foxh1","phc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polyhomeotic-like protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCV0","foxh1","F1RCV0","foxh1","abcc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0H2UJT1","foxh1","A0A0H2UJT1","foxh1","cpne9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0H2UJT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKI2","foxh1","A0A0R4IKI2","foxh1","maml1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKI2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBJ2","foxh1","E9QBJ2","foxh1","si:dkey-188g12.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVV4","foxh1","wu:fb93b01","foxh1","gtf2h2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","General transcription factor IIH subunit","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGJ8","foxh1","Q5RGJ8","foxh1","gnptab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGJ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRA8","foxh1","A9JRA8","foxh1","kif2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRA8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8W1","foxh1","F1Q8W1","foxh1","vwa10.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q8W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6N5","foxh1","F1R6N5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6N5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L2F565","foxh1","A0A1L2F565","foxh1","pth4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L2F565","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUG0","foxh1","snrpe","foxh1","snrpe","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX72","foxh1","Q1LX72","foxh1","synm","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LX72","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4T4","foxh1","E7F4T4","foxh1","zc3h7bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4T4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S4Y4","foxh1","B0S4Y4","foxh1","hs6st3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S4Y4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QCR4","foxh1","A0A2R8QCR4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QCR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5T5","foxh1","E7F5T5","foxh1","pmm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5T5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ85","foxh1","A3KQ85","foxh1","arl2bp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QP23","foxh1","eprs","foxh1","eprs1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZE7","foxh1","F1QZE7","foxh1","raph1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRQ1","foxh1","Q6DRQ1","foxh1","si:ch211-114c12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R810","foxh1","F1R810","foxh1","birc5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R810","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KM96","foxh1","A0A0G2KM96","foxh1","LOC100329607","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KM96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0J8","foxh1","zgc:66110","foxh1","pdhx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IJI1","foxh1","A0A0R4IJI1","foxh1","si:ch211-225b11.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IJI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL10","foxh1","cyr61","foxh1","ccn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CCN family member 1 (Cellular communication network factor 1) (Protein CYR61)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QE40","foxh1","A0A2R8QE40","foxh1","si:ch73-256g18.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QE40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGN9","foxh1","Kinesin family member 20Bb","foxh1","kif20bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A7E3K4","foxh1","A7E3K4","foxh1","nox1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A7E3K4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKP6","foxh1","B8JKP6","foxh1","greb1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JKP6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IER0","foxh1","A0A0R4IER0","foxh1","elmod2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IER0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503P2","foxh1","nip7","foxh1","nip7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","60S ribosome subunit biogenesis protein NIP7 homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QQ65","foxh1","A0A2R8QQ65","foxh1","cobl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QQ65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W5J7","foxh1","F8W5J7","foxh1","crp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W5J7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IB05","foxh1","A0A0R4IB05","foxh1","ctxn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IB05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDU2","foxh1","glutaminase","foxh1","glsb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","glutaminase (EC 3.5.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9Q5","foxh1","A0A286Y9Q5","foxh1","spag9a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9Q5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9I9L0","foxh1","hey2","foxh1","hey2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hairy/enhancer-of-split related with YRPW motif protein 2 (Protein gridlock)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGL0","foxh1","zgc:92872","foxh1","rpl18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribosomal protein L18 (Zgc:92872)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFP8","foxh1","A0A0R4IFP8","foxh1","nrp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBU0","foxh1","F1RBU0","foxh1","aifm1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIR4","foxh1","A0A0R4IIR4","foxh1","nfat5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVE4","foxh1","wu:fb12d05","foxh1","xpc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA repair protein complementing XP-C cells (Xeroderma pigmentosum, complementation group C)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QUV8","foxh1","A0A2R8QUV8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QUV8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q973","foxh1","F1Q973","foxh1","acap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q973","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHU2","foxh1","tmem65","foxh1","tmem65","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transmembrane protein 65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDJ4","foxh1","E9QDJ4","foxh1","paxbp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDJ4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T303","foxh1","Q7T303","foxh1","cnn3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T303","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZN0","foxh1","E7EZN0","foxh1","glt1d1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZN0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q749","foxh1","fc87a02","foxh1","dkc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGU1","foxh1","B3DGU1","foxh1","fignl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90264","foxh1","Q90264","foxh1","emx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90264","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1V4","foxh1","A1L1V4","foxh1","loxl2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L1V4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NT24","foxh1","adam10","foxh1","adam10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVR8","foxh1","mettl5","foxh1","mettl5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RMY7","foxh1","A0A2R8RMY7","foxh1","eml1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RMY7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q639","foxh1","F1Q639","foxh1","unk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q639","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXV2","foxh1","Q1LXV2","foxh1","scxa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLP7","foxh1","B8JLP7","foxh1","ankrd12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","P58368","foxh1","P58368","foxh1","ankhb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P58368","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHL1","foxh1","Q6DHL1","foxh1","supt3h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHL1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FA89","foxh1","E7FA89","foxh1","si:ch211-266o15.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FA89","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LVV0","foxh1","Q1LVV0","foxh1","fam83h","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LVV0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHM4","foxh1","F1QHM4","foxh1","sept4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHM4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMN8","foxh1","TLR21.1","foxh1","tlr21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Toll-like receptor 21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXE6","foxh1","Q1LXE6","foxh1","ttc39c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DKD9","foxh1","B3DKD9","foxh1","runx2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DKD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0Z8","foxh1","Q6P0Z8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P0Z8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5VSC8","foxh1","Q5VSC8","foxh1","ddhd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5VSC8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WDM7","foxh1","X1WDM7","foxh1","pfkpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WDM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZD8","foxh1","F1QZD8","foxh1","ttpal","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4S6","foxh1","wu:fi43b02","foxh1","nol6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nucleolar protein 6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9Z9","foxh1","A0A286Y9Z9","foxh1","si:ch211-200p22.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9Z9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHI9","foxh1","zgc:92282","foxh1","psmb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5EAQ9","foxh1","Q5EAQ9","foxh1","sft2d2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5EAQ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6J3","foxh1","srgap2","foxh1","srgap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBI6","foxh1","E7FBI6","foxh1","si:ch73-193c12.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCL0","foxh1","F1QCL0","foxh1","git2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IYA4","foxh1","A0A0R4IYA4","foxh1","pnisr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IYA4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ76","foxh1","A3KQ76","foxh1","si:dkeyp-46h3.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ76","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TYV1","foxh1","Q5TYV1","foxh1","katnbl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TYV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QEF8","foxh1","A0A2R8QEF8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QEF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JMA5","foxh1","B8JMA5","foxh1","fktn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JMA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDC7","foxh1","F1RDC7","foxh1","usp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32WF4","foxh1","Q32WF4","foxh1","fut7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q32WF4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUD4","foxh1","Q1LUD4","foxh1","tmem238a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPB0","foxh1","F1QPB0","foxh1","nt5dc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L559","foxh1","A0A0G2L559","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L559","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L5W1","foxh1","A0A0G2L5W1","foxh1","si:dkey-225f5.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L5W1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9JRQ5","foxh1","A9JRQ5","foxh1","rnf25","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9JRQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q964","foxh1","F1Q964","foxh1","ddit3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q964","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IS54","foxh1","si:ch1073-342h5.2","foxh1","si:ch1073-342h5.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat-containing protein 41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803Y1","foxh1","Q803Y1","foxh1","tk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q803Y1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W3Z2","foxh1","zgc:110167","foxh1","actl6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Actin-like 6B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KPX7","foxh1","A0A0G2KPX7","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KPX7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ICF0","foxh1","A0A0R4ICF0","foxh1","cep97","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ICF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08B94","foxh1","Q08B94","foxh1","tafa4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08B94","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IXA3","foxh1","A0A0R4IXA3","foxh1","ankrd50l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IXA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZVF2","foxh1","fb11d08","foxh1","glulb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1G1","foxh1","A1L1G1","foxh1","esrp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L1G1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFT1","foxh1","B3DFT1","foxh1","nrn1lb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DFT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V233","foxh1","im:7155552","foxh1","jam2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QT40","foxh1","F1QT40","foxh1","cfap65","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QT40","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JM22","foxh1","B8JM22","foxh1","si:ch73-21k16.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JM22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PVF5","foxh1","Q9PVF5","foxh1","cmn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PVF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q551","foxh1","F1Q551","foxh1","trioa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q551","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DHT3","foxh1","B3DHT3","foxh1","zgc:194297","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DHT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I7HPA5","foxh1","I7HPA5","foxh1","banp","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I7HPA5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IMH3","foxh1","A0A0R4IMH3","foxh1","dlgap2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IMH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PH73","foxh1","Q6PH73","foxh1","btg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PH73","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q753","foxh1","F1Q753","foxh1","ppp6r2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q753","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5R8","foxh1","aox6","foxh1","aox6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Aldehyde oxidase (EC 1.2.3.1) (Aldehyde oxidase beta) (Aldehyde oxidase isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSB3","foxh1","F1QSB3","foxh1","srprb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSB3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YAG8","foxh1","A0A286YAG8","foxh1","fam149b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YAG8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGL4","foxh1","F1QGL4","foxh1","pcdh18b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGL4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QM02","foxh1","F1QM02","foxh1","elavl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QM02","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVJ5","foxh1","A0A0R4IVJ5","foxh1","map3k7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5JNG8","foxh1","fd20a07","foxh1","nanog","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5U0","foxh1","F1Q5U0","foxh1","si:ch1073-396h14.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5U0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QA12","foxh1","A0A2R8QA12","foxh1","cntn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QA12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAZ1","foxh1","E7FAZ1","foxh1","si:ch211-149b19.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","H0WER6","foxh1","H0WER6","foxh1","si:ch211-112b1.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","H0WER6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q7V9","foxh1","A0A2R8Q7V9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q7V9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LXU3","foxh1","Q1LXU3","foxh1","smap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LXU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITF1","foxh1","I3ITF1","foxh1","baz2ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3ITF1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BX4","foxh1","K","foxh1","kat7a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K(lysine) acetyltransferase 7A (EC 2.3.1.48) (Zgc:154037)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L864","foxh1","Q1L864","foxh1","jagn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L864","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS50","foxh1","A0A0R4IS50","foxh1","dusp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4J6P5","foxh1","A0A0R4J6P5","foxh1","ash1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4J6P5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBX1","foxh1","med20","foxh1","med20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6ZM34","foxh1","bZ34G2.3","foxh1","vps35","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Vacuolar protein sorting-associated protein 35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QFK0","foxh1","E9QFK0","foxh1","slc24a6a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QFK0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7I5","foxh1","A8E7I5","foxh1","ttc36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8E7I5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REE1","foxh1","F1REE1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REE1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6GMG5","foxh1","impdh1a","foxh1","impdh1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Inosine-5'-monophosphate dehydrogenase 1a (IMP dehydrogenase 1a) (IMPD 1a) (IMPDH 1a) (EC 1.1.1.205)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QXT3","foxh1","F1QXT3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QXT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F115","foxh1","E7F115","foxh1","tmem88b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F115","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7N1","foxh1","F1R7N1","foxh1","ascc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7N1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FC95","foxh1","dnm1","foxh1","dnm1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","dynamin GTPase (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90XE7","foxh1","cb125","foxh1","klf2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Klf2b protein (Kruppel-like factor 2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RLC3","foxh1","A0A2R8RLC3","foxh1","bmp10l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RLC3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DBU9","foxh1","Q6DBU9","foxh1","yipf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DBU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCY5","foxh1","F1QCY5","foxh1","kank3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJ37","foxh1","B3DJ37","foxh1","acvr1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DJ37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LYC9","foxh1","capns1","foxh1","capns1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KYP4","foxh1","A0A0G2KYP4","foxh1","usp34","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KYP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V325","foxh1","B0V325","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V325","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RUY5","foxh1","A2RUY5","foxh1","ubap2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2RUY5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBE4","foxh1","A0A2R8QBE4","foxh1","pdxdc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBE4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBA7","foxh1","F1RBA7","foxh1","gfi1aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RBA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5D6V4","foxh1","Tmem17b","foxh1","Tmem17b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transmembrane protein 17B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IMW9","foxh1","zgc:92379","foxh1","lsm6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FVI5","foxh1","A4FVI5","foxh1","ucmaa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FVI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCY1","foxh1","E9QCY1","foxh1","eva1c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WCM1","foxh1","X1WCM1","foxh1","clmn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WCM1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0GKC4","foxh1","Q0GKC4","foxh1","bmf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q0GKC4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJ01","foxh1","B8JJ01","foxh1","slc2a15b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JJ01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHN5","foxh1","X1WHN5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHN5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6T9C3","foxh1","RGS12TS","foxh1","rgs12b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ58","foxh1","A3KQ58","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KQ58","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DH26","foxh1","B3DH26","foxh1","fstl5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DH26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGY9","foxh1","F1QGY9","foxh1","loxl5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGY9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E3W6T6","foxh1","E3W6T6","foxh1","tbx5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3W6T6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QYS5","foxh1","F1QYS5","foxh1","itpkcb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QYS5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGX6","foxh1","Q6DGX6","foxh1","crygm2d8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGX6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4G9","foxh1","F8W4G9","foxh1","tk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4G9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q07998","foxh1","tbxta","foxh1","tbxta","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PU62","foxh1","Q9PU62","foxh1","cth1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9PU62","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCJ1","foxh1","Anaphase-promoting complex subunit 10","foxh1","anapc10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Anaphase-promoting complex subunit 10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2LA86","foxh1","A0A0G2LA86","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2LA86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAG7","foxh1","E7FAG7","foxh1","rbms1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PHD8","foxh1","Q6PHD8","foxh1","pa2g4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PHD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZ37","foxh1","F1QZ37","foxh1","ehd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZ37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BJK2","foxh1","fk66h08","foxh1","rpp30","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DY12","foxh1","K7DY12","foxh1","si:ch211-207j7.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K7DY12","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XJA3","foxh1","Q5XJA3","foxh1","prrc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XJA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q8T4","foxh1","zgc:63474","foxh1","itga9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Integrin alpha-9 (Integrin, alpha 9)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLN2","foxh1","F1QLN2","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLN2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WW21","foxh1","A5WW21","foxh1","rasef","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WW21","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWJ5","foxh1","Q6NWJ5","foxh1","tuba8l4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWJ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q557","foxh1","A0A2R8Q557","foxh1","si:ch211-98n17.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q557","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8C9","foxh1","Q1L8C9","foxh1","si:ch211-107n13.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8C9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHI5","foxh1","dtl","foxh1","dtl","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Denticleless protein homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEJ3","foxh1","Potassium voltage-gated channel subfamily A member 1-like","foxh1","kcna1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Potassium voltage-gated channel subfamily A member 1-like (Potassium voltage-gated channel, shaker-related subfamily, member 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RDR5","foxh1","F1RDR5","foxh1","mrpl28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RDR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1I5","foxh1","F1R1I5","foxh1","cgnl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1I5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IIN9","foxh1","A0A0R4IIN9","foxh1","lnpep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IIN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QD84","foxh1","E9QD84","foxh1","sema3d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QD84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q29RC5","foxh1","Ras-related C3 botulinum toxin substrate 1","foxh1","rac1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIM0","foxh1","F1QIM0","foxh1","tsen54","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F8B8","foxh1","E7F8B8","foxh1","stard13b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F8B8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7S4","foxh1","F1Q7S4","foxh1","poglut2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7S4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q52JI6","foxh1","Q52JI6","foxh1","cryba1l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q52JI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KMB1","foxh1","A0A0G2KMB1","foxh1","ipcef1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KMB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08CH3","foxh1","Q08CH3","foxh1","mpnd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q08CH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q039","foxh1","A0A2R8Q039","foxh1","si:ch211-239f4.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q039","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCX5","foxh1","E7FCX5","foxh1","dmtn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FCX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A6B9","foxh1","B8A6B9","foxh1","wnt8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A6B9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PVD7","foxh1","AANAT2","foxh1","aanat2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Arylalkylamine N-acetyltransferase (EC 2.3.1.87)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IW43","foxh1","A0A0R4IW43","foxh1","cog3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IW43","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBF9","foxh1","E7FBF9","foxh1","tbc1d22b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S784","foxh1","B0S784","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S784","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WUN7","foxh1","A5WUN7","foxh1","camsap1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WUN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NVI5","foxh1","Q6NVI5","foxh1","smim14","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NVI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0VJZ9","foxh1","B0VJZ9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0VJZ9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q836","foxh1","F1Q836","foxh1","slc20a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q836","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F734","foxh1","E7F734","foxh1","sult2st1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F734","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYJ3","foxh1","E7EYJ3","foxh1","hmmr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYJ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCI3","foxh1","F1QCI3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCI3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0AUR9","foxh1","A0AUR9","foxh1","gps1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0AUR9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJJ9","foxh1","adipor1","foxh1","adipor1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Adiponectin receptor 1a","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSP0","foxh1","A0A1D5NSP0","foxh1","znf710b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSP0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYH9","foxh1","B0UYH9","foxh1","cdc7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYH9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q3B748","foxh1","Q3B748","foxh1","llph","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q3B748","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BL99","foxh1","dynll2b","foxh1","dynll2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBF6","foxh1","E9QBF6","foxh1","si:dkey-126g1.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q63ZV9","foxh1","si:ch73-305o9.2","foxh1","ptp4a2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein tyrosine phosphatase 4A2a (Protein tyrosine phosphatase type IVA 2 (EC 3.1.3.48)) (Zgc:91861)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RWY8","foxh1","A0A2R8RWY8","foxh1","znf710a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RWY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHZ1","foxh1","Q5RHZ1","foxh1","dennd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3R3","foxh1","A9C3R3","foxh1","ercc8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3R3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F422","foxh1","E7F422","foxh1","mustn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F422","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QAD2","foxh1","Plakophilin 4","foxh1","pkp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Plakophilin 4 (Plakophilin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5EAP5","foxh1","rfx2","foxh1","rfx2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA-binding protein RFX2 (Regulatory factor X 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B7ZVD9","foxh1","B7ZVD9","foxh1","slc5a6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B7ZVD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KM63","foxh1","A0A0G2KM63","foxh1","si:ch211-154o6.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KM63","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PYE5","foxh1","A0A2R8PYE5","foxh1","tmem101","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PYE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q801U3","foxh1","Q801U3","foxh1","srsf3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q801U3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RCQ5","foxh1","F1RCQ5","foxh1","cntnap5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RCQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIQ8","foxh1","A2BIQ8","foxh1","zcchc8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIQ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QSN9","foxh1","F1QSN9","foxh1","nmrk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QSN9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8WGA6","foxh1","b44","foxh1","tnnt3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tnnt3b protein (Troponin T type 3b (skeletal, fast)) (Troponin T, fast skeletal muscle isoform 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6L2","foxh1","F1R6L2","foxh1","hip1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6L2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S7I0","foxh1","B0S7I0","foxh1","pnpla7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S7I0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDW4","foxh1","E9QDW4","foxh1","si:ch73-52f15.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQM8","foxh1","F1QQM8","foxh1","si:ch211-161h7.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAE9","foxh1","E7FAE9","foxh1","si:ch211-285f17.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAE9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FEZ0","foxh1","E7FEZ0","foxh1","plekhn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FEZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDW7","foxh1","NLR family member X1","foxh1","nlrx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","NLR family member X1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFN7","foxh1","A0A140LFN7","foxh1","grxcr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFZ1","foxh1","E7FFZ1","foxh1","faxca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFZ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P5K5","foxh1","fa93f02","foxh1","rplp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZTS0","foxh1","Q7ZTS0","foxh1","bco1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZTS0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2RUW7","foxh1","A2RUW7","foxh1","pcnx4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2RUW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFZ2","foxh1","F1QFZ2","foxh1","spg21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFZ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPS8","foxh1","A3KPS8","foxh1","ugt5c3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPS8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECX9","foxh1","Q1ECX9","foxh1","pdia4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1ECX9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBH3","foxh1","F1QBH3","foxh1","vsx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBH3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2V5","foxh1","F8W2V5","foxh1","cert1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2V5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGN8","foxh1","A0A140LGN8","foxh1","cyp27b1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6C1","foxh1","F1Q6C1","foxh1","shroom4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q6C1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BFP6","foxh1","20beta-hydroxysteroid dehydrogenase type 2","foxh1","hsd20b2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QCE8","foxh1","E9QCE8","foxh1","cables2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QCE8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QE76","foxh1","E9QE76","foxh1","c1ql2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QE76","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PBP8","foxh1","Q6PBP8","foxh1","kcnip3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PBP8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPM7","foxh1","F1QPM7","foxh1","zeb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPM7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WV02","foxh1","fa95h11","foxh1","pleca","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Plectin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NH38","foxh1","F6NH38","foxh1","cdca4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NH38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8KBB6","foxh1","A8KBB6","foxh1","crygm2f","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8KBB6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECZ2","foxh1","keap1a","foxh1","keap1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L1T1","foxh1","A1L1T1","foxh1","niban2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L1T1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90X46","foxh1","gpr161","foxh1","gpr161","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G-protein coupled receptor 161","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYK1","foxh1","Q6NYK1","foxh1","dhps","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3ITQ8","foxh1","Formin-like 1a","foxh1","fmnl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Formin-like 1a (Formin-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QC86","foxh1","A0A2R8QC86","foxh1","pcloa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QC86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DGA3","foxh1","B3DGA3","foxh1","mos","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DGA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEK5","foxh1","X1WEK5","foxh1","relb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEK5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IT16","foxh1","A0A0R4IT16","foxh1","rtf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IT16","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R294","foxh1","F1R294","foxh1","ercc6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R294","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5Q4","foxh1","F1Q5Q4","foxh1","pappab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5Q4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KGQ1","foxh1","mc5ar","foxh1","mc5ra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Melanocortin receptor 5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIP9","foxh1","A2BIP9","foxh1","si:ch211-130m23.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIP9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YBP4","foxh1","Large ribosomal subunit protein eL28","foxh1","rpl28","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3Q4","foxh1","A9C3Q4","foxh1","atp2a2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3Q4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","I3IT41","foxh1","I3IT41","foxh1","si:ch211-195m9.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","I3IT41","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QB85","foxh1","A0A2R8QB85","foxh1","kcnt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QB85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QC65","foxh1","E9QC65","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QC65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWB7","foxh1","bbs5","foxh1","bbs5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bardet-Biedl syndrome 5 protein homolog","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803F2","foxh1","wu:fk30f01","foxh1","rhogb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras homolog family member Gb (Ras homolog gene family, member Gb) (Rho-related GTP-binding protein RhoG) (Rhogb protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FD91","foxh1","RNA helicase","foxh1","ddx6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLN4","foxh1","wu:fc51d01","foxh1","e2f3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E2F transcription factor 3 (Transcription factor E2F3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S8H2","foxh1","si:dkey-5i22.5","foxh1","sap130b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFV9","foxh1","A0A0R4IFV9","foxh1","egfra","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFV9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ILX8","foxh1","A0A0R4ILX8","foxh1","olfm2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ILX8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QV06","foxh1","F1QV06","foxh1","tbx3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QV06","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90ZE4","foxh1","psen2","foxh1","psen2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Presenilin-2 (PS-2) (Zf-PS2) (EC 3.4.23.-) (Pre2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QG91","foxh1","E9QG91","foxh1","kdm6bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QG91","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBG4","foxh1","F1QBG4","foxh1","atp2b1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBG4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7Q6","foxh1","F1Q7Q6","foxh1","marcksa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7Q6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRK7","foxh1","Serine/threonine-protein kinase PLK","foxh1","plk1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLZ8","foxh1","F1QLZ8","foxh1","slc27a4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLZ8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE92","foxh1","E7FE92","foxh1","atad5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE92","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1L5C9","foxh1","A1L5C9","foxh1","sema3ga","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1L5C9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEZ0","foxh1","A2CEZ0","foxh1","si:dkey-251i10.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEZ0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEY2","foxh1","F1QEY2","foxh1","mettl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEY2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BF4","foxh1","zgc:153853","foxh1","st3gal7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ST3 beta-galactoside alpha-2,3-sialyltransferase 5, like (ST3 beta-galactoside alpha-2,3-sialyltransferase 7) (Zgc:153853 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P5J6","foxh1","Q6P5J6","foxh1","lrrc42","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P5J6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSM6","foxh1","A0A1D5NSM6","foxh1","madd","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSM6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y977","foxh1","A0A286Y977","foxh1","inpp4ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y977","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q801E1","foxh1","Q801E1","foxh1","vax2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q801E1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5TZ18","foxh1","Q5TZ18","foxh1","nav3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5TZ18","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W6E0","foxh1","fzb1","foxh1","frzb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90X37","foxh1","Q90X37","foxh1","ier5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90X37","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISE6","foxh1","A0A0R4ISE6","foxh1","si:dkey-29h14.10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISE6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QBC2","foxh1","A0A2R8QBC2","foxh1","si:dkeyp-34c12.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QBC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q503J8","foxh1","Q503J8","foxh1","men1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q503J8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLR5","foxh1","Q1RLR5","foxh1","bcl11aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S766","foxh1","B0S766","foxh1","zmym2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S766","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGY3","foxh1","E7FGY3","foxh1","si:dkey-30j16.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FGY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGV6","foxh1","PSMA5","foxh1","psma5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"Q9I9E1","M9MMD6","foxh1","M9MMD6","foxh1","ighv9-3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","M9MMD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB81","foxh1","F1QB81","foxh1","slf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QB81","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q919","foxh1","F1Q919","foxh1","fam117aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q919","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0I2","foxh1","zgc:77139","foxh1","psma8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYV9","foxh1","E7EYV9","foxh1","ccdc142","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYV9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHL6","foxh1","A0A0R4IHL6","foxh1","parn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKY8","foxh1","F1QKY8","foxh1","tubb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKY8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8JFV8","foxh1","vat1","foxh1","vat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Synaptic vesicle membrane protein VAT-1 homolog (EC 1.-.-.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FGJ0","foxh1","ADAM metallopeptidase domain 15","foxh1","adam15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","ADAM metallopeptidase domain 15 (Disintegrin and metalloproteinase domain-containing protein 15 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8J6","foxh1","F1R8J6","foxh1","ppt1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8J6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q68EH8","foxh1","flad1","foxh1","flad1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","FAD synthase (EC 2.7.7.2) (FAD pyrophosphorylase) (FMN adenylyltransferase) (Flavin adenine dinucleotide synthase) [Includes: Molybdenum cofactor biosynthesis protein-like region; FAD synthase region]","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEJ6","foxh1","X1WEJ6","foxh1","nomo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IDL2","foxh1","A0A0R4IDL2","foxh1","lcat","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IDL2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QPN1","foxh1","F1QPN1","foxh1","ppp1r15b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QPN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NW85","foxh1","Q6NW85","foxh1","arih1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NW85","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F9B4","foxh1","E7F9B4","foxh1","si:dkey-264d12.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F9B4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RB10","foxh1","F1RB10","foxh1","rgs7bpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RB10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q434","foxh1","A0A2R8Q434","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q434","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NX86","foxh1","HMGB1","foxh1","hmgb1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZG6","foxh1","A0A0R4IZG6","foxh1","ptbp2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZG6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC14","foxh1","rpl23","foxh1","rpl23","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q506","foxh1","F1Q506","foxh1","snx10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q506","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBU7","foxh1","E7FBU7","foxh1","xpo1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBU7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7P7","foxh1","F1Q7P7","foxh1","pdap1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7P7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRM0","foxh1","Q6DRM0","foxh1","get1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRM0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RFW2","foxh1","tab2","foxh1","tab2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGW3","foxh1","Q5RGW3","foxh1","tcp11l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFG7","foxh1","E7FFG7","foxh1","tmem151bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHF7","foxh1","Q6DHF7","foxh1","gtpbp10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHF7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5A4","foxh1","B8A5A4","foxh1","grxcr1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5A4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IV07","foxh1","A0A0R4IV07","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IV07","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QI88","foxh1","F1QI88","foxh1","g6pc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QI88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DH74","foxh1","Q6DH74","foxh1","snrnp27","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DH74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGX5","foxh1","F1QGX5","foxh1","opn4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGX5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYX6","foxh1","ccnf","foxh1","ccnf","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cyclin-F","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F6A2","foxh1","E7F6A2","foxh1","tmco4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F6A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JHZ6","foxh1","B8JHZ6","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JHZ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZR2","foxh1","im:5916170","foxh1","pak4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DKC0","foxh1","B3DKC0","foxh1","fkbp10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DKC0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QY22","foxh1","F1QY22","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QY22","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DYM5","foxh1","K7DYM5","foxh1","mlx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K7DYM5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IC56","foxh1","A0A0R4IC56","foxh1","lrrc24","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IC56","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZG7","foxh1","E7EZG7","foxh1","ptprea","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DI13","foxh1","zgc:194426","foxh1","rgs19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Regulator of G-protein signaling 19 (Zgc:194426)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWI1","foxh1","Q6NWI1","foxh1","rsrc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWI1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAU3","foxh1","A0A0R4IAU3","foxh1","rfc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGQ1","foxh1","A2BGQ1","foxh1","dhfr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BGQ1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IF59","foxh1","A0A0R4IF59","foxh1","rtn4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IF59","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2I8","foxh1","Q7T2I8","foxh1","rdh8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T2I8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IP01","foxh1","A0A0R4IP01","foxh1","ogdha","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IP01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1L9","foxh1","E7F1L9","foxh1","eps8l1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1L9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R074","foxh1","F1R074","foxh1","agrn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R074","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4I9Q9","foxh1","A0A0R4I9Q9","foxh1","hcls1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4I9Q9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QE75","foxh1","F1QE75","foxh1","tbc1d4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QE75","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9L0","foxh1","F1R9L0","foxh1","ihhb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1ECX4","foxh1","Q1ECX4","foxh1","tlk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1ECX4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVN7","foxh1","F1QVN7","foxh1","ift88","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVN7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4E6","foxh1","F8W4E6","foxh1","tle2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4E6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHH1","foxh1","Q5RHH1","foxh1","trim54","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A4FVG2","foxh1","A4FVG2","foxh1","cog5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A4FVG2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RE13","foxh1","F1RE13","foxh1","dact2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RE13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UXV7","foxh1","B0UXV7","foxh1","dnajc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UXV7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6PC05","foxh1","Q6PC05","foxh1","tomm20a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6PC05","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T1K0","foxh1","zgc:65996","foxh1","rpl17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IR97","foxh1","A0A0R4IR97","foxh1","lmbr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IR97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HW7","foxh1","Q66HW7","foxh1","prph2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q66HW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFW5","foxh1","F1QFW5","foxh1","rpn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFW5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLP7","foxh1","Q1RLP7","foxh1","sycp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLP7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUF0","foxh1","fc08c07","foxh1","top2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DNA topoisomerase 2 (EC 5.6.2.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUP4","foxh1","Q7ZUP4","foxh1","eif5a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NWH2","foxh1","Q6NWH2","foxh1","marcksl1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NWH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QTF5","foxh1","A0A2R8QTF5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QTF5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEK0","foxh1","Establishment of sister chromatid cohesion N-acetyltransferase 1","foxh1","esco1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Establishment of sister chromatid cohesion N-acetyltransferase 1 (N-acetyltransferase ESCO1 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9PUQ6","foxh1","Sk-Tmod","foxh1","tmod4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0H7","foxh1","B0R0H7","foxh1","homeza","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0H7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLK7","foxh1","B8JLK7","foxh1","zc3h15","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JLK7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH74","foxh1","E9QH74","foxh1","hmgn3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QH74","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QF76","foxh1","F1QF76","foxh1","tmed1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QF76","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRD4","foxh1","A0A0R4IRD4","foxh1","clec11a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRD4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KNR8","foxh1","A0A0G2KNR8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KNR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RM09","foxh1","Q1RM09","foxh1","basp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RM09","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKI6","foxh1","F1QKI6","foxh1","supt20","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBI6","foxh1","A0A0R4IBI6","foxh1","fkbp10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q524","foxh1","A0A2R8Q524","foxh1","rassf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q524","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFE9","foxh1","E7FFE9","foxh1","kcna1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFE9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LFU9","foxh1","A0A140LFU9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LFU9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBD3","foxh1","E9QBD3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBD3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q98SI1","foxh1","hoxa1a","foxh1","hoxa1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Homeobox protein Hox-A1a (Hox-A1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEV5","foxh1","F1QEV5","foxh1","impg1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEV5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AZB7","foxh1","Q6AZB7","foxh1","fhl2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6AZB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4V8","foxh1","im:7137244","foxh1","l3mbtl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lethal(3)malignant brain tumor-like protein 2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QBD7","foxh1","F1QBD7","foxh1","kif4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QBD7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QC64","foxh1","F1QC64","foxh1","myh9b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QC64","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QVM8","foxh1","F1QVM8","foxh1","cep350","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QVM8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1REP3","foxh1","F1REP3","foxh1","npsn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1REP3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RIG3","foxh1","Q5RIG3","foxh1","ncoa1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RIG3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W740","foxh1","nog2","foxh1","nog2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Noggin-2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L8R2","foxh1","Q1L8R2","foxh1","sfpq","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L8R2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FE65","foxh1","E7FE65","foxh1","si:zfos-464b6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FE65","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LX13","foxh1","Q1LX13","foxh1","shdb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LX13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KPR4","foxh1","A3KPR4","foxh1","hist1h4l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BKW4","foxh1","Q5BKW4","foxh1","lim2.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5BKW4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZB0","foxh1","F1QZB0","foxh1","crip2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZB0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGD8","foxh1","Q6DGD8","foxh1","rnpep","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QIW8","foxh1","F1QIW8","foxh1","cnnm2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QIW8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEF7","foxh1","si:dkeyp-50f7.6","foxh1","mark3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3G4","foxh1","Myosin, heavy chain 10, non-muscle","foxh1","myh10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IAT2","foxh1","A0A0R4IAT2","foxh1","adgrd2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IAT2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBD6","foxh1","E7FBD6","foxh1","LOC794598","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBD6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","U3JB01","foxh1","U3JB01","foxh1","sh2d4bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3JB01","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEW3","foxh1","A2CEW3","foxh1","fn1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2CEW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCU4","foxh1","si:ch211-10e8.4","foxh1","entpd8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ectonucleoside triphosphate diphosphohydrolase 8 (EC 3.6.1.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5N9","foxh1","B8A5N9","foxh1","noto","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5N9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1A604","foxh1","A1A604","foxh1","retreg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1A604","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QBR7","foxh1","E9QBR7","foxh1","casp6b.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QBR7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NY69","foxh1","Q6NY69","foxh1","ubl3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NY69","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEH0","foxh1","poc1b","foxh1","poc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","POC1 centriolar protein homolog B (WD repeat domain 51B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R9Y5","foxh1","F1R9Y5","foxh1","pck2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R9Y5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W454","foxh1","F8W454","foxh1","il23r","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W454","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1RLR0","foxh1","Q1RLR0","foxh1","cryl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1RLR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCD8","foxh1","zgc:63690","foxh1","hao2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7N9","foxh1","F1Q7N9","foxh1","gpr84","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7N9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYV8","foxh1","lclat1","foxh1","lclat1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Lysocardiolipin acyltransferase 1 (EC 2.3.1.-) (1-acylglycerol-3-phosphate O-acyltransferase 8) (1-AGP acyltransferase 8) (1-AGPAT 8) (EC 2.3.1.51) (Acyl-CoA:lysocardiolipin acyltransferase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZWA3","foxh1","rbmx","foxh1","rbmx","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FDD8","foxh1","E7FDD8","foxh1","espl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FDD8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QB54","foxh1","pabpc1a","foxh1","pabpc1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BB8","foxh1","Occludin","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Occludin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KU38","foxh1","A0A0G2KU38","foxh1","LOC100334158","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KU38","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5X2","foxh1","F1R5X2","foxh1","klf11b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5X2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QPC7","foxh1","A0A2R8QPC7","foxh1","pqlc1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QPC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KWS9","foxh1","A0A0G2KWS9","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KWS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DKF5","foxh1","Coatomer subunit zeta","foxh1","copz2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Coatomer subunit zeta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7S8","foxh1","zgc:92289","foxh1","morf4l1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Mortality factor 4-like 1 (Mortality factor 4-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZ88","foxh1","A0A1L1QZ88","foxh1","nhsl2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZ88","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EXG0","foxh1","E7EXG0","foxh1","gabrb3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EXG0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TGS9","foxh1","Q6TGS9","foxh1","ubl3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TGS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","G1K2E9","foxh1","G1K2E9","foxh1","nabp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","G1K2E9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q8QG63","foxh1","lmo4","foxh1","lmo4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LIM domain only 4 (LIM domain only 4a isoform X1) (LIM only 4 protein) (Lmo4 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4F0","foxh1","F8W4F0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4F0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QKC2","foxh1","A0A2R8QKC2","foxh1","n4bp2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QKC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7P1","foxh1","E7F7P1","foxh1","clk4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QEF3","foxh1","F1QEF3","foxh1","snrkb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QEF3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IQL6","foxh1","A0A0R4IQL6","foxh1","znf1181","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IQL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4L8","foxh1","cnot3","foxh1","cnot3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYE7","foxh1","B0UYE7","foxh1","ptpn18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYE7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66HW2","foxh1","ehd1","foxh1","ehd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","EH domain-containing protein 1 (EH-domain containing 1) (EH-domain-containing 1b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5C4","foxh1","B0S5C4","foxh1","acsl3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5C4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5PMG8","foxh1","sort1","foxh1","sort1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sortilin 1b","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5R7","foxh1","B0S5R7","foxh1","lrfn4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5R7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5IGR8","foxh1","Q5IGR8","foxh1","ext1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5IGR8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RBN2","foxh1","spag1a","foxh1","spag1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Sperm-associated antigen 1A","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIZ2","foxh1","B8JIZ2","foxh1","dkk2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIZ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R1T7","foxh1","F1R1T7","foxh1","cel.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R1T7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W445","foxh1","F8W445","foxh1","dclk2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W445","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4F6","foxh1","F1R4F6","foxh1","edc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R4F6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAT3","foxh1","F1QAT3","foxh1","si:ch211-165d12.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2HPG0","foxh1","Lgi3","foxh1","lgi3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","LGI3 (Leucine-rich repeat LGI family member 3 precursor) (Leucine-rich repeat LGI family, member 3)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QGU6","foxh1","A0A2R8QGU6","foxh1","strn4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QGU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYF2","foxh1","E7EYF2","foxh1","ca10b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYF2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5W3","foxh1","F1R5W3","foxh1","styxl1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5W3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJI0","foxh1","F1QJI0","foxh1","si:ch211-51e8.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QHF6","foxh1","F1QHF6","foxh1","kdm7ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QHF6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGV2","foxh1","A0A140LGV2","foxh1","si:ch73-368j24.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGV2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0P446","foxh1","zgc:153415","foxh1","csnk1g2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9W722","foxh1","tef","foxh1","tefa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","TEF transcription factor, PAR bZIP family member a (Thyrotroph embryonic factor alpha isoform) (Thyrotrophic embryonic factor)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R060","foxh1","F1R060","foxh1","cica","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R060","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S001","foxh1","A0A2R8S001","foxh1","pcyox1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8S001","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IVN4","foxh1","A0A0R4IVN4","foxh1","zcchc4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IVN4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F1Z8","foxh1","E7F1Z8","foxh1","slc44a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F1Z8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N9E2K8","foxh1","A0A0N9E2K8","foxh1","mmp21","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0N9E2K8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S541","foxh1","Myosin X","foxh1","myo10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Myosin X (Unconventional myosin-X isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISN1","foxh1","A0A0R4ISN1","foxh1","gnrhr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IGS7","foxh1","A0A0R4IGS7","foxh1","si:dkeyp-9d4.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IGS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5T0","foxh1","B0S5T0","foxh1","shox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S5T0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WBW3","foxh1","X1WBW3","foxh1","im:7152348","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WBW3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5L8","foxh1","fb98b07","foxh1","mphosph10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U3 small nucleolar ribonucleoprotein protein MPP10","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0N4SUD2","foxh1","Ubi-p63E","foxh1","ubb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Polyubiquitin-B (Ubiquitin B)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1L9A2","foxh1","Q1L9A2","foxh1","opa3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1L9A2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9IB77","foxh1","cb56","foxh1","btg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A9C3N2","foxh1","A9C3N2","foxh1","rassf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A9C3N2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7C6","foxh1","c-ret","foxh1","ret","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0JMN0","foxh1","zgc:154039","foxh1","sgms1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P4V6","foxh1","Q6P4V6","foxh1","dazap2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P4V6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QKB1","foxh1","A0A2R8QKB1","foxh1","sipa1l2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QKB1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5SPB2","foxh1","Q5SPB2","foxh1","scaf11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5SPB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B1WB98","foxh1","zgc:175288","foxh1","stk26","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QAS4","foxh1","F1QAS4","foxh1","mllt3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QAS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","D0EXE2","foxh1","D0EXE2","foxh1","ptger1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","D0EXE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S519","foxh1","B0S519","foxh1","cabp7b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S519","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DFM3","foxh1","B3DFM3","foxh1","dlc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DFM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2D0","foxh1","F8W2D0","foxh1","mycbpap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2D0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q4N1","foxh1","F1Q4N1","foxh1","rc3h2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q4N1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QDB7","foxh1","E9QDB7","foxh1","cbx3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QDB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R776","foxh1","F1R776","foxh1","dcps","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R776","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R9YJH1","foxh1","A0A2R9YJH1","foxh1","wipf1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R9YJH1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QD60","foxh1","F1QD60","foxh1","hrh2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QD60","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD76","foxh1","X1WD76","foxh1","hephl1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD76","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHS7","foxh1","Q6DHS7","foxh1","tjp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0D7","foxh1","mpp7","foxh1","mpp7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","MAGUK p55 subfamily member 7 (Protein humpback)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R7W5","foxh1","F1R7W5","foxh1","nfil3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R7W5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0PJQ5","foxh1","zgc:158229","foxh1","rab36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","RAB36, member RAS oncogene family (Ras-related protein Rab-36)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286YAV4","foxh1","A0A286YAV4","foxh1","chrna8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286YAV4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3E6","foxh1","Forkhead box O4","foxh1","foxo4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Forkhead box O4 (Forkhead box protein O4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R139","foxh1","F1R139","foxh1","pax2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R139","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FCS5","foxh1","Neuregulin 3b","foxh1","nrg3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuregulin 3b (Pro-neuregulin-3, membrane-bound isoform isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","O73714","foxh1","O73714","foxh1","ldb2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","O73714","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S5B5","foxh1","Relaxin family peptide receptor 2,-like","foxh1","rxfp2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Relaxin family peptide receptor 2,-like (Relaxin receptor 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1D5NSS7","foxh1","A0A1D5NSS7","foxh1","trip6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1D5NSS7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P3G2","foxh1","Q6P3G2","foxh1","snx27b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6P3G2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q90ZB2","foxh1","Q90ZB2","foxh1","gbx1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q90ZB2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NXI0","foxh1","F6NXI0","foxh1","pfkfb4b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6NXI0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F0J5","foxh1","E7F0J5","foxh1","kcnc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F0J5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6AZB2","foxh1","oxct1","foxh1","oxct1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Succinyl-CoA:3-ketoacid-coenzyme A transferase (EC 2.8.3.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRL0","foxh1","F1QRL0","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NW62","foxh1","khdrbs1l","foxh1","khdrbs1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","KH domain-containing, RNA-binding, signal transduction-associated 1b (KH domain-containing, RNA-binding, signal transduction-associated protein 1) (Zgc:85948)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EY47","foxh1","E7EY47","foxh1","arhgef19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EY47","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NY64","foxh1","ppp2r2d","foxh1","ppp2r2d","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QDI5","foxh1","A0A2R8QDI5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QDI5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2KCW6","foxh1","A0A0G2KCW6","foxh1","ddb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2KCW6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMW7","foxh1","F1QMW7","foxh1","atxn7l3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JJJ1","foxh1","zgc:92021","foxh1","suds3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","SDS3 homolog, SIN3A corepressor complex component (Sin3 histone deacetylase corepressor complex component SDS3 isoform X1) (Suppressor of defective silencing 3 homolog (SDS3, S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IUB5","foxh1","A0A0R4IUB5","foxh1","srsf11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5U3T8","foxh1","Q5U3T8","foxh1","rhoua","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5U3T8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F5N1","foxh1","E7F5N1","foxh1","LOC560023","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F5N1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FBS4","foxh1","E7FBS4","foxh1","tm4sf18","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FBS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITB4","foxh1","A0A0R4ITB4","foxh1","iqsec3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITB4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG28","foxh1","clf-1.a","foxh1","crlf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Crlf1a protein (Cytokine receptor-like factor 1 isoform X1) (Cytokine receptor-like factor 1 precursor) (Cytokine receptor-like factor 1.a) (Cytokine receptor-like factor 1a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q0II00","foxh1","p100","foxh1","nfkb2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QB28","foxh1","A0A2R8QB28","foxh1","retreg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QB28","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S6S2","foxh1","B0S6S2","foxh1","fzd8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S6S2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QKH2","foxh1","F1QKH2","foxh1","dmgdh","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QKH2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WWI9","foxh1","A5WWI9","foxh1","si:ch73-92i20.1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A5WWI9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q804Q5","foxh1","Q804Q5","foxh1","fezf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q804Q5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A140LGU1","foxh1","A0A140LGU1","foxh1","hp1bp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A140LGU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BHL7","foxh1","Two pore calcium channel protein 1 isoform X3","foxh1","tpcn1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Two pore calcium channel protein 1 isoform X3 (Two pore segment channel 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6NMA7","foxh1","fi17a03","foxh1","rab3da","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JKJ2","foxh1","B8JKJ2","foxh1","washc2c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JKJ2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R354","foxh1","F1R354","foxh1","slc9a6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R354","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WGY1","foxh1","X1WGY1","foxh1","cenpo","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WGY1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHR8","foxh1","nus1","foxh1","nus1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Dehydrodolichyl diphosphate synthase complex subunit nus1 (EC 2.5.1.87) (Di-trans,poly-cis-decaprenylcistransferase) (Nogo-B receptor) (NgBR) (Nuclear undecaprenyl pyrophosphate synthase 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGM2","foxh1","ednrb1","foxh1","ednrba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Endothelin receptor type B (Endothelin receptor non-selective type)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2J7","foxh1","E7F2J7","foxh1","caap1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2J7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LUM3","foxh1","Q1LUM3","foxh1","endouc","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LUM3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QI61","foxh1","E9QI61","foxh1","arrdc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QI61","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SXP4","foxh1","Q7SXP4","foxh1","srsf1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SXP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1K4","foxh1","B0V1K4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1K4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JLJ3","foxh1","fb14h09","foxh1","ywhaz","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q568P3","foxh1","Q568P3","foxh1","lratd2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q568P3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKT3","foxh1","A0A0R4IKT3","foxh1","hivep1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKT3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TLE5","foxh1","Q6TLE5","foxh1","fam49ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6TLE5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8E7S3","foxh1","zgc:76925","foxh1","sdr16c5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Epidermal retinal dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5a)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GF23","foxh1","R4GF23","foxh1","si:ch211-286b5.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GF23","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IN60","foxh1","Fibroblast growth factor","foxh1","fgf19","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RGT1","foxh1","Q5RGT1","foxh1","vash2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RGT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T0F4","foxh1","zgc:110497","foxh1","crabp1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Cellular retinoic acid-binding protein 1 (Cellular retinoic acid-binding protein I)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","R4GDR0","foxh1","R4GDR0","foxh1","si:dkey-94f20.4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","R4GDR0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DKL9","foxh1","B3DKL9","foxh1","irx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B3DKL9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5M3","foxh1","F1Q5M3","foxh1","clcn1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5M3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WC57","foxh1","X1WC57","foxh1","stx1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WC57","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB26","foxh1","E7FB26","foxh1","elf3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB26","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BIL8","foxh1","A2BIL8","foxh1","bcl7bb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A2BIL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IFR5","foxh1","A0A0R4IFR5","foxh1","mtmr3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IFR5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QL68","foxh1","F1QL68","foxh1","huwe1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QL68","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QE52","foxh1","F1QE52","foxh1","tert","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QE52","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F4J9","foxh1","E7F4J9","foxh1","cux1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F4J9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IPV1","foxh1","A0A0R4IPV1","foxh1","alad","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IPV1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QUL3","foxh1","F1QUL3","foxh1","tsku","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QUL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S523","foxh1","B0S523","foxh1","osbpl6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S523","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4II42","foxh1","A0A0R4II42","foxh1","si:ch211-231f6.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4II42","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R159","foxh1","cb233","foxh1","bckdk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein-serine/threonine kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFU1","foxh1","E7FFU1","foxh1","si:ch211-284o19.8","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFU1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q08BB3","foxh1","dcaf12","foxh1","dcaf12","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7M5","foxh1","F1Q7M5","foxh1","cul1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7M5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A1DZY4","foxh1","A1DZY4","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A1DZY4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F6P057","foxh1","F6P057","foxh1","arhgap12a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F6P057","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZUN1","foxh1","Q7ZUN1","foxh1","slc25a32a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZUN1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHU0","foxh1","E9QHU0","foxh1","mark2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QHU0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1JPX3","foxh1","Q1JPX3","foxh1","farsa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1JPX3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EY51","foxh1","E7EY51","foxh1","crtam","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EY51","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P0E1","foxh1","sox2","foxh1","sox2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Transcription factor Sox-2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMG5","foxh1","F1QMG5","foxh1","hes6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMG5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q9DGL3","foxh1","Q9DGL3","foxh1","atp1b1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q9DGL3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6JIZ2","foxh1","pura","foxh1","puraa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8X0","foxh1","F1R8X0","foxh1","wipf2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8X0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QGF0","foxh1","F1QGF0","foxh1","pxylp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QGF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F2L0","foxh1","E7F2L0","foxh1","epb41l4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F2L0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QH29","foxh1","E9QH29","foxh1","sid1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QH29","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WFX1","foxh1","X1WFX1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WFX1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T2F6","foxh1","wsb1","foxh1","wsb1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","WD repeat and SOCS box-containing protein 1 (WSB-1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R881","foxh1","skic2","foxh1","skiv2l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Helicase SKI2W isoform X1 (SKI2 homolog, superkiller viralicidic activity 2-like)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R3C8","foxh1","F1R3C8","foxh1","si:ch211-246e12.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R3C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8S0A8","foxh1","A0A2R8S0A8","foxh1","skor1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8S0A8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B3DJK9","foxh1","rassf8","foxh1","foxp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Forkhead box P4 (Forkhead box protein P4) (Rassf8 protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q2L6L1","foxh1","cnpy1","foxh1","cnpy1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Protein canopy-1 (Protein D121)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R446","foxh1","F1R446","foxh1","sptan1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R446","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ISJ6","foxh1","A0A0R4ISJ6","foxh1","cyp2aa11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ISJ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DG32","foxh1","Q6DG32","foxh1","slc25a36a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DG32","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZC2","foxh1","A0A0R4IZC2","foxh1","snap91a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IZC2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IHF9","foxh1","A0A0R4IHF9","foxh1","fgf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IHF9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QJU6","foxh1","F1QJU6","foxh1","prkcg","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QJU6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q1LWL6","foxh1","Q1LWL6","foxh1","gse1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q1LWL6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L879","foxh1","chrna7b","foxh1","LOC101882451","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Neuronal acetylcholine receptor subunit alpha-7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WD71","foxh1","X1WD71","foxh1","ap2a1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WD71","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A286Y9G4","foxh1","A0A286Y9G4","foxh1","cabp4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A286Y9G4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QR96","foxh1","F1QR96","foxh1","coro2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QR96","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4ITJ7","foxh1","A0A0R4ITJ7","foxh1","si:ch73-311h14.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4ITJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2AVJ3","foxh1","si:dkey-18e17.2","foxh1","prkg2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","cGMP-dependent protein kinase (EC 2.7.11.12)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WH84","foxh1","X1WH84","foxh1","ptprnb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WH84","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3KQ03","foxh1","si:ch211-152p11.3","foxh1","mgat1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2P6","foxh1","F8W2P6","foxh1","glyctk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2P6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FB30","foxh1","E7FB30","foxh1","klhl17","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FB30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5PYH6","foxh1","dlg1","foxh1","dlg1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Disks large homolog 1 (Synapse-associated protein 97A) (SAP-97A) (SAP97A)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R0S2","foxh1","F1R0S2","foxh1","abhd17aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R0S2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA30","foxh1","F1QA30","foxh1","rybpb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA30","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QCS1","foxh1","F1QCS1","foxh1","crbn","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QCS1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IZL6","foxh1","si:dkey-218f9.9","foxh1","rragcb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-related GTP-binding protein","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q52WX7","foxh1","rnd1l","foxh1","rnd1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-like protein Rnd1a (Rho family GTPase 1 like) (Rho family GTPase 1b) (Rnd1l protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7T3E8","foxh1","Q7T3E8","foxh1","mtfr1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7T3E8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NYE2","foxh1","Q6NYE2","foxh1","rcc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6NYE2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q6Z9","foxh1","ganab","foxh1","ganab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Glucosidase, alpha; neutral AB (Neutral alpha-glucosidase AB)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WHF8","foxh1","X1WHF8","foxh1","si:dkey-234i14.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WHF8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QA08","foxh1","F1QA08","foxh1","gria4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QA08","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0UYD3","foxh1","B0UYD3","foxh1","slc35a2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0UYD3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A3FEM2","foxh1","A3FEM2","foxh1","fev","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A3FEM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6E4","foxh1","F1R6E4","foxh1","si:dkey-193n17.9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6E4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R235","foxh1","F1R235","foxh1","cfap36","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R235","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PYT1","foxh1","A0A2R8PYT1","foxh1","si:ch211-259k16.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PYT1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWJ7","foxh1","F1QWJ7","foxh1","nnr","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWJ7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8DZH6","foxh1","A8DZH6","foxh1","cdc14aa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8DZH6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FAA3","foxh1","E7FAA3","foxh1","raver1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FAA3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L2K4","foxh1","A0A0G2L2K4","foxh1","htr7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L2K4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6TNU4","foxh1","fen1","foxh1","fen1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F7Z9","foxh1","E7F7Z9","foxh1","si:dkey-100n23.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F7Z9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QMW2","foxh1","F1QMW2","foxh1","xiap","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QMW2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q98TU3","foxh1","Q98TU3","foxh1","adcyap1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q98TU3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JI67","foxh1","B8JI67","foxh1","si:dkey-48j7.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JI67","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R336","foxh1","F1R336","foxh1","tcf7l1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R336","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IRS9","foxh1","A0A0R4IRS9","foxh1","si:dkey-50i6.5","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IRS9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8A5K7","foxh1","B8A5K7","foxh1","clrn2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8A5K7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFS4","foxh1","F1QFS4","foxh1","bcl6b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFS4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7SZN8","foxh1","Q7SZN8","foxh1","shox2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7SZN8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QQ86","foxh1","F1QQ86","foxh1","stk35","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QQ86","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FFB7","foxh1","E7FFB7","foxh1","ezh1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FFB7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0R0V1","foxh1","B0R0V1","foxh1","pold2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0R0V1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q32LW7","foxh1","Q32LW7","foxh1","kcns3b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q32LW7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QLT9","foxh1","F1QLT9","foxh1","rars1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QLT9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L4V3","foxh1","A0A0G2L4V3","foxh1","sh3bp5a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L4V3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QZM2","foxh1","F1QZM2","foxh1","dnajc9","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QZM2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FF34","foxh1","E7FF34","foxh1","dnajc5ab","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FF34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QJ35","foxh1","E9QJ35","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QJ35","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6NXD2","foxh1","chmp2b","foxh1","chmp2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRE8","foxh1","snrp70","foxh1","snrnp70","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","U1 small nuclear ribonucleoprotein 70 kDa","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QIS3","foxh1","E9QIS3","foxh1","hunk","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QIS3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DHR3","foxh1","Q6DHR3","foxh1","rasgef1ba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DHR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5XTN3","foxh1","Q5XTN3","foxh1","crygm7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5XTN3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0S606","foxh1","B0S606","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0S606","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RLC7","foxh1","A0A2R8RLC7","foxh1","dixdc1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RLC7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4D3","foxh1","Leucine-rich repeat transmembrane neuronal 2","foxh1","lrrtm2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Leucine-rich repeat transmembrane neuronal 2 (Leucine-rich repeat transmembrane neuronal protein 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8RIL8","foxh1","A0A2R8RIL8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8RIL8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A8Y5U1","foxh1","A8Y5U1","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A8Y5U1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWL0","foxh1","F1QWL0","foxh1","cplx4c","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWL0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZ34","foxh1","E7EZ34","foxh1","msantd1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZ34","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7FER3","foxh1","E7FER3","foxh1","foxf2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7FER3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QHA7","foxh1","im:7165310","foxh1","tor1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Torsin","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8PWQ5","foxh1","A0A2R8PWQ5","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8PWQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0G2L6A3","foxh1","A0A0G2L6A3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0G2L6A3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q5J6","foxh1","F1Q5J6","foxh1","adcy2b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q5J6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q7ZSY6","foxh1","Q7ZSY6","foxh1","mt2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q7ZSY6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A5WV69","foxh1","acbd5b","foxh1","acbd5b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Acyl-CoA-binding domain-containing protein 5-B","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EZR4","foxh1","E7EZR4","foxh1","vegfba","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EZR4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B8JIT8","foxh1","B8JIT8","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B8JIT8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A097ZPG7","foxh1","A0A097ZPG7","foxh1","mbd4","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A097ZPG7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DGP4","foxh1","Q6DGP4","foxh1","ndfip1l","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DGP4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R8C8","foxh1","F1R8C8","foxh1","nphp1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R8C8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6IQA7","foxh1","Q6IQA7","foxh1","hm13","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6IQA7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2CEA7","foxh1","rasgrf2","foxh1","rasgrf2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Ras-specific guanine nucleotide-releasing factor 2 (Ras-GRF2) (Ras guanine nucleotide exchange factor 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QFQ6","foxh1","F1QFQ6","foxh1","dlst","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QFQ6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QWK1","foxh1","F1QWK1","foxh1","pcdh2ab6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QWK1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W2P1","foxh1","F8W2P1","foxh1","arl8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W2P1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6P971","foxh1","pycr1","foxh1","pycr1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Pyrroline-5-carboxylate reductase (EC 1.5.1.2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QGQ3","foxh1","E9QGQ3","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QGQ3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QEQ1","foxh1","fb71a04","foxh1","apoc2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Apolipoprotein C-II (Apo-CII) (ApoC-II) (Apolipoprotein C2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E9QF13","foxh1","E9QF13","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E9QF13","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1RD97","foxh1","F1RD97","foxh1","cmtm7","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1RD97","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1Q7I9","foxh1","F1Q7I9","foxh1","iffo2a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1Q7I9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q803M8","foxh1","ywhaz","foxh1","ywhaqb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","14-3-3 protein theta","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R6R9","foxh1","F1R6R9","foxh1","tns3.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R6R9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W5Q3","foxh1","F8W5Q3","foxh1","si:ch73-57f22.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W5Q3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","X1WEF0","foxh1","X1WEF0","foxh1","cngb1b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","X1WEF0","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q6DRD9","foxh1","Q6DRD9","foxh1","abhd11","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q6DRD9","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QNV4","foxh1","nup133","foxh1","nup133","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","K7DYG6","foxh1","K7DYG6","foxh1","ndufs8b","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","K7DYG6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QRH4","foxh1","F1QRH4","foxh1","wdr46","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QRH4","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5BL35","foxh1","spopla","foxh1","spopla","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Speckle-type POZ protein-like A (HIB homolog 2)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A1L1QZI6","foxh1","A0A1L1QZI6","foxh1","si:cabz01054394.6","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A1L1QZI6","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QH50","foxh1","F1QH50","foxh1","ncbp3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QH50","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q5RHQ5","foxh1","Q5RHQ5","foxh1","cnstb","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q5RHQ5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IKR1","foxh1","A0A0R4IKR1","foxh1","ddx47","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IKR1","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R4C4","foxh1","pias4a","foxh1","pias4a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1R5C5","foxh1","F1R5C5","foxh1","cmtr1","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1R5C5","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q66I42","foxh1","rdx","foxh1","msna","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Moesin (Membrane-organizing extension spike protein)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IBY3","foxh1","A0A0R4IBY3","foxh1","eloa","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IBY3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B5MF72","foxh1","camk1d","foxh1","camk1db","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Calcium/calmodulin-dependent protein kinase 1Db (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase I delta long)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8Q372","foxh1","A0A2R8Q372","foxh1","-","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8Q372","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W413","foxh1","F8W413","foxh1","glis1a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W413","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A2BGK2","foxh1","si:dkey-13n15.5","foxh1","bmp10","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Bone morphogenetic protein 10 (Si:dkey-13n15.5)","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F8W4Q2","foxh1","F8W4Q2","foxh1","wwox","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F8W4Q2","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7EYR3","foxh1","E7EYR3","foxh1","ttc3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7EYR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","B0V1G8","foxh1","B0V1G8","foxh1","wnt10a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","B0V1G8","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A0R4IS43","foxh1","A0A0R4IS43","foxh1","si:ch211-207c6.2","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A0R4IS43","tf-link","27924024","regulates","txid7955" +"Q9I9E1","A0A2R8QGR3","foxh1","A0A2R8QGR3","foxh1","ano8a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","A0A2R8QGR3","tf-link","27924024","regulates","txid7955" +"Q9I9E1","F1QME7","foxh1","F1QME7","foxh1","im:7138239","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","F1QME7","tf-link","27924024","regulates","txid7955" +"Q9I9E1","E7F287","foxh1","E7F287","foxh1","adgre5b.3","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","E7F287","tf-link","27924024","regulates","txid7955" +"Q9I9E1","Q4V915","foxh1","Q4V915","foxh1","tspan3a","Forkhead box protein H1 (Forkhead activin signal transducer 1) (Fast-1) (Schmalspur protein)","Q4V915","tf-link","27924024","regulates","txid7955" +"Q90270","Q7T393","pou5f1","Q7T393","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q7T393","tf-link","27924024","regulates","txid7955" +"Q90270","Q9DFS2","pou5f1","klf4","pou5f1","klf17","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","tf-link","27924024","regulates","txid7955" +"Q90270","E9QH99","pou5f1","E9QH99","pou5f1","ovol1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E9QH99","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8QQ11","pou5f1","A0A2R8QQ11","pou5f1","spdl1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A2R8QQ11","tf-link","27924024","regulates","txid7955" +"Q90270","K7DYM7","pou5f1","K7DYM7","pou5f1","znf1042","POU domain, class 5, transcription factor 1 (POU domain protein 2)","K7DYM7","tf-link","27924024","regulates","txid7955" +"Q90270","F1RBN4","pou5f1","F1RBN4","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1RBN4","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8PVR6","pou5f1","A0A2R8PVR6","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A2R8PVR6","tf-link","27924024","regulates","txid7955" +"Q90270","F1REL9","pou5f1","si:dkey-183c16.5","pou5f1","lamb1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Laminin, beta 1b","tf-link","27924024","regulates","txid7955" +"Q90270","Q5PR66","pou5f1","ift56","pou5f1","ttc26","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QA19","pou5f1","F1QA19","pou5f1","jade1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QA19","tf-link","27924024","regulates","txid7955" +"Q90270","X1WDW2","pou5f1","X1WDW2","pou5f1","dchs1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","X1WDW2","tf-link","27924024","regulates","txid7955" +"Q90270","F1R9W4","pou5f1","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","pou5f1","celsr1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","tf-link","27924024","regulates","txid7955" +"Q90270","F8W3A6","pou5f1","F8W3A6","pou5f1","si:zfos-223e1.2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F8W3A6","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IPH2","pou5f1","A0A0R4IPH2","pou5f1","tubb2b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IPH2","tf-link","27924024","regulates","txid7955" +"Q90270","E7FA22","pou5f1","E7FA22","pou5f1","ptp4a3b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7FA22","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4ITS3","pou5f1","A0A0R4ITS3","pou5f1","tpbga","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"Q90270","F1QCB2","pou5f1","F1QCB2","pou5f1","cxcr4a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QCB2","tf-link","27924024","regulates","txid7955" +"Q90270","B0R160","pou5f1","lrwd1","pou5f1","lrwd1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","tf-link","27924024","regulates","txid7955" +"Q90270","B8A599","pou5f1","B8A599","pou5f1","si:dkey-33c12.4","POU domain, class 5, transcription factor 1 (POU domain protein 2)","B8A599","tf-link","27924024","regulates","txid7955" +"Q90270","F1QDR0","pou5f1","F1QDR0","pou5f1","ubap2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QDR0","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8QRQ5","pou5f1","ap2","pou5f1","tfap2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QDQ1","pou5f1","F1QDQ1","pou5f1","copa","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QDQ1","tf-link","27924024","regulates","txid7955" +"Q90270","B8A4I5","pou5f1","B8A4I5","pou5f1","lcp2b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","B8A4I5","tf-link","27924024","regulates","txid7955" +"Q90270","Q9MIX8","pou5f1","mt-cyb","pou5f1","mt-cyb","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Cytochrome b (Complex III subunit 3) (Complex III subunit III) (Cytochrome b-c1 complex subunit 3) (Ubiquinol-cytochrome-c reductase complex cytochrome b subunit)","tf-link","27924024","regulates","txid7955" +"Q90270","F2Z4V3","pou5f1","fb98c11","pou5f1","prickle1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Prickle homolog 1b (Prickle-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QZE7","pou5f1","F1QZE7","pou5f1","raph1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QZE7","tf-link","27924024","regulates","txid7955" +"Q90270","F1QM02","pou5f1","F1QM02","pou5f1","elavl1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QM02","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8QA12","pou5f1","A0A2R8QA12","pou5f1","cntn2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A2R8QA12","tf-link","27924024","regulates","txid7955" +"Q90270","F1QFZ7","pou5f1","F1QFZ7","pou5f1","nfasca","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QFZ7","tf-link","27924024","regulates","txid7955" +"Q90270","F1QU23","pou5f1","F1QU23","pou5f1","unc45a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QU23","tf-link","27924024","regulates","txid7955" +"Q90270","Q5TZE1","pou5f1","btbd6b","pou5f1","btbd6b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","BTB/POZ domain-containing protein 6-B","tf-link","27924024","regulates","txid7955" +"Q90270","Q07998","pou5f1","tbxta","pou5f1","tbxta","POU domain, class 5, transcription factor 1 (POU domain protein 2)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"Q90270","E7FBU7","pou5f1","E7FBU7","pou5f1","xpo1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7FBU7","tf-link","27924024","regulates","txid7955" +"Q90270","F1R1E9","pou5f1","F1R1E9","pou5f1","ube2v1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R1E9","tf-link","27924024","regulates","txid7955" +"Q90270","Q7ZW11","pou5f1","Q7ZW11","pou5f1","tmem39b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q7ZW11","tf-link","27924024","regulates","txid7955" +"Q90270","F1QMG5","pou5f1","F1QMG5","pou5f1","hes6","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QMG5","tf-link","27924024","regulates","txid7955" +"Q90270","F1RAX9","pou5f1","F1RAX9","pou5f1","si:ch211-152c2.3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1RAX9","tf-link","27924024","regulates","txid7955" +"Q90270","F1R5S7","pou5f1","fkd-6","pou5f1","foxd3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Forkhead box protein D3","tf-link","27924024","regulates","txid7955" +"Q90270","Q803M8","pou5f1","ywhaz","pou5f1","ywhaqb","POU domain, class 5, transcription factor 1 (POU domain protein 2)","14-3-3 protein theta","tf-link","27924024","regulates","txid7955" +"Q90270","F1R313","pou5f1","F1R313","pou5f1","pex19","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R313","tf-link","27924024","regulates","txid7955" +"Q90270","F1R6B2","pou5f1","F1R6B2","pou5f1","eve1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R6B2","tf-link","27924024","regulates","txid7955" +"Q90270","F1Q691","pou5f1","cb85","pou5f1","tdgf1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","tf-link","27924024","regulates","txid7955" +"Q90270","F1Q572","pou5f1","F1Q572","pou5f1","soga3b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1Q572","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IDS8","pou5f1","A0A0R4IDS8","pou5f1","bmper","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"Q90270","F1R4M7","pou5f1","F1R4M7","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R4M7","tf-link","27924024","regulates","txid7955" +"Q90270","A9C464","pou5f1","A9C464","pou5f1","si:ch211-170d8.2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A9C464","tf-link","27924024","regulates","txid7955" +"Q90270","Q9PVF8","pou5f1","ctnna","pou5f1","ctnna1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R9YJP8","pou5f1","A0A2R9YJP8","pou5f1","gata2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q90270","L7VG99","pou5f1","tmem132e","pou5f1","tmem132e","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Transmembrane protein 132E","tf-link","27924024","regulates","txid7955" +"Q90270","F1R4K4","pou5f1","F1R4K4","pou5f1","mfsd4ab","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R4K4","tf-link","27924024","regulates","txid7955" +"Q90270","E7F6C3","pou5f1","E7F6C3","pou5f1","grhl3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7F6C3","tf-link","27924024","regulates","txid7955" +"Q90270","Q7T2K9","pou5f1","Srfp1a","pou5f1","sfrp1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Secreted frizzled-related protein 1","tf-link","27924024","regulates","txid7955" +"Q90270","Q1LYC7","pou5f1","Q1LYC7","pou5f1","nova1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q1LYC7","tf-link","27924024","regulates","txid7955" +"Q90270","E9QHY4","pou5f1","DNA repair and recombination protein RAD54B","pou5f1","rad54b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","DNA repair and recombination protein RAD54B (RAD54 homolog B)","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0G2KP76","pou5f1","A0A0G2KP76","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0G2KP76","tf-link","27924024","regulates","txid7955" +"Q90270","F8W2U4","pou5f1","F8W2U4","pou5f1","dlgap4a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F8W2U4","tf-link","27924024","regulates","txid7955" +"Q90270","F1QII2","pou5f1","F1QII2","pou5f1","LOC103911751","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QII2","tf-link","27924024","regulates","txid7955" +"Q90270","F1RCL8","pou5f1","BCL-6 corepressor isoform X1","pou5f1","bcor","POU domain, class 5, transcription factor 1 (POU domain protein 2)","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QI81","pou5f1","F1QI81","pou5f1","her8a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QI81","tf-link","27924024","regulates","txid7955" +"Q90270","A8B8W4","pou5f1","A8B8W4","pou5f1","larp6b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A8B8W4","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IZ95","pou5f1","A0A0R4IZ95","pou5f1","sh3gl3a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IZ95","tf-link","27924024","regulates","txid7955" +"Q90270","F1R751","pou5f1","F1R751","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1R751","tf-link","27924024","regulates","txid7955" +"Q90270","F1QS81","pou5f1","F1QS81","pou5f1","znf1004","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QS81","tf-link","27924024","regulates","txid7955" +"Q90270","Q9MIX9","pou5f1","mt-nd6","pou5f1","mt-nd6","POU domain, class 5, transcription factor 1 (POU domain protein 2)","NADH-ubiquinone oxidoreductase chain 6 (EC 7.1.1.2) (NADH dehydrogenase subunit 6)","tf-link","27924024","regulates","txid7955" +"Q90270","A2CF00","pou5f1","A2CF00","pou5f1","shisa2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A2CF00","tf-link","27924024","regulates","txid7955" +"Q90270","Q7ZYW7","pou5f1","zgc:55970","pou5f1","atp5mc3a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q90270","Q90274","pou5f1","sna-1","pou5f1","snai1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QQQ5","pou5f1","gsnl","pou5f1","gsnb","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Gelsolin (ADF) (Actin-depolymerizing factor)","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IZE7","pou5f1","A0A0R4IZE7","pou5f1","inka2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IZE7","tf-link","27924024","regulates","txid7955" +"Q90270","E7EYL2","pou5f1","Alpha-mannosidase","pou5f1","man2a2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Alpha-mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q90270","E7F533","pou5f1","receptor protein-tyrosine kinase","pou5f1","epha2b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"Q90270","F1QAH3","pou5f1","F1QAH3","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QAH3","tf-link","27924024","regulates","txid7955" +"Q90270","A8WHR4","pou5f1","A8WHR4","pou5f1","shda","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A8WHR4","tf-link","27924024","regulates","txid7955" +"Q90270","E7EXW8","pou5f1","E7EXW8","pou5f1","glg1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7EXW8","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4I9L7","pou5f1","A0A0R4I9L7","pou5f1","si:ch211-212k18.5","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4I9L7","tf-link","27924024","regulates","txid7955" +"Q90270","Q9DGM8","pou5f1","Q9DGM8","pou5f1","vox","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q9DGM8","tf-link","27924024","regulates","txid7955" +"Q90270","F1Q6C8","pou5f1","F1Q6C8","pou5f1","dcaf13","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1Q6C8","tf-link","27924024","regulates","txid7955" +"Q90270","Q6DHL3","pou5f1","Q6DHL3","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q6DHL3","tf-link","27924024","regulates","txid7955" +"Q90270","E7F236","pou5f1","E7F236","pou5f1","gramd1c","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7F236","tf-link","27924024","regulates","txid7955" +"Q90270","A4FUL3","pou5f1","im:7137515","pou5f1","rbx1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","tf-link","27924024","regulates","txid7955" +"Q90270","F1RCT9","pou5f1","F1RCT9","pou5f1","phox2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1RCT9","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IC31","pou5f1","A0A0R4IC31","pou5f1","akap12b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IC31","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IG46","pou5f1","A0A0R4IG46","pou5f1","si:ch211-152c8.5","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"Q90270","Q9MIY9","pou5f1","mt-nd2","pou5f1","mt-nd2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","NADH-ubiquinone oxidoreductase chain 2 (EC 7.1.1.2) (NADH dehydrogenase subunit 2)","tf-link","27924024","regulates","txid7955" +"Q90270","Q9DFZ0","pou5f1","bambi","pou5f1","bambia","POU domain, class 5, transcription factor 1 (POU domain protein 2)","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8QPY7","pou5f1","LOC100535338","pou5f1","LOC100535338","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Homeobox protein TGIF2-like","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IQE1","pou5f1","A0A0R4IQE1","pou5f1","txndc11","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IQE1","tf-link","27924024","regulates","txid7955" +"Q90270","E7F1Y3","pou5f1","E7F1Y3","pou5f1","cyp2y3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7F1Y3","tf-link","27924024","regulates","txid7955" +"Q90270","F1Q9L7","pou5f1","F1Q9L7","pou5f1","zhx2a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1Q9L7","tf-link","27924024","regulates","txid7955" +"Q90270","E7FBR4","pou5f1","T-lymphoma invasion and metastasis-inducing protein 1","pou5f1","tiam1a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","tf-link","27924024","regulates","txid7955" +"Q90270","Q5RH38","pou5f1","Q5RH38","pou5f1","tmcc3","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q5RH38","tf-link","27924024","regulates","txid7955" +"Q90270","F1QTK7","pou5f1","F1QTK7","pou5f1","dnaja1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QTK7","tf-link","27924024","regulates","txid7955" +"Q90270","F1QGH7","pou5f1","ctnnb1","pou5f1","ctnnb1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"Q90270","A9JT21","pou5f1","A9JT21","pou5f1","ctps1b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A9JT21","tf-link","27924024","regulates","txid7955" +"Q90270","A3KQ57","pou5f1","A3KQ57","pou5f1","her7","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A3KQ57","tf-link","27924024","regulates","txid7955" +"Q90270","Q9I9I2","pou5f1","wnt11r","pou5f1","wnt11","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"Q90270","F1QBJ0","pou5f1","F1QBJ0","pou5f1","kazald2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QBJ0","tf-link","27924024","regulates","txid7955" +"Q90270","Q7ZVS6","pou5f1","gats","pou5f1","castor2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0J9YJ67","pou5f1","A0A0J9YJ67","pou5f1","bif1.1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"Q90270","F1QTC2","pou5f1","cb444","pou5f1","ppp1r3ca","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4I9T5","pou5f1","A0A0R4I9T5","pou5f1","si:zfos-943e10.1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"Q90270","Q803L0","pou5f1","Q803L0","pou5f1","lin28a","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q803L0","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IVI6","pou5f1","A0A0R4IVI6","pou5f1","inpp5b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IVI6","tf-link","27924024","regulates","txid7955" +"Q90270","E7F458","pou5f1","E7F458","pou5f1","tp53inp2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7F458","tf-link","27924024","regulates","txid7955" +"Q90270","Q9DEG7","pou5f1","Q9DEG7","pou5f1","ctbp1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q9DEG7","tf-link","27924024","regulates","txid7955" +"Q90270","F1Q7K3","pou5f1","F1Q7K3","pou5f1","si:ch73-386h18.1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1Q7K3","tf-link","27924024","regulates","txid7955" +"Q90270","A0A2R8PXT7","pou5f1","A0A2R8PXT7","pou5f1","-","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"Q90270","Q1LVK2","pou5f1","zgc:103515","pou5f1","polr2i","POU domain, class 5, transcription factor 1 (POU domain protein 2)","DNA-directed RNA polymerase subunit","tf-link","27924024","regulates","txid7955" +"Q90270","P52889","pou5f1","P52889","pou5f1","lhx5","POU domain, class 5, transcription factor 1 (POU domain protein 2)","P52889","tf-link","27924024","regulates","txid7955" +"Q90270","F1QJS9","pou5f1","F1QJS9","pou5f1","her5","POU domain, class 5, transcription factor 1 (POU domain protein 2)","F1QJS9","tf-link","27924024","regulates","txid7955" +"Q90270","E7EY34","pou5f1","AKT1 substrate 1","pou5f1","akt1s1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IPD0","pou5f1","A0A0R4IPD0","pou5f1","siah1","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"Q90270","E9QF32","pou5f1","E9QF32","pou5f1","b3gnt2b","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E9QF32","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IDJ7","pou5f1","A0A0R4IDJ7","pou5f1","si:ch211-225h24.2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IDJ7","tf-link","27924024","regulates","txid7955" +"Q90270","Q5PYH7","pou5f1","dlg2","pou5f1","dlg2","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","tf-link","27924024","regulates","txid7955" +"Q90270","E7FCT0","pou5f1","E7FCT0","pou5f1","kif26ab","POU domain, class 5, transcription factor 1 (POU domain protein 2)","E7FCT0","tf-link","27924024","regulates","txid7955" +"Q90270","A0A0R4IU15","pou5f1","A0A0R4IU15","pou5f1","si:dkey-21c1.8","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A0A0R4IU15","tf-link","27924024","regulates","txid7955" +"Q90270","Q8JFE3","pou5f1","Q8JFE3","pou5f1","tp63","POU domain, class 5, transcription factor 1 (POU domain protein 2)","Q8JFE3","tf-link","27924024","regulates","txid7955" +"Q90270","A5WWL2","pou5f1","A5WWL2","pou5f1","si:ch73-138e16.5","POU domain, class 5, transcription factor 1 (POU domain protein 2)","A5WWL2","tf-link","27924024","regulates","txid7955" +"Q6PV84","K7DYJ7","cb807","K7DYJ7","zic3","cadps2","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","K7DYJ7","tf-link","27924024","regulates","txid7955" +"Q6PV84","R4GDY0","cb807","R4GDY0","zic3","si:dkey-172k15.6","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","R4GDY0","tf-link","27924024","regulates","txid7955" +"Q6PV84","A2BIN8","cb807","inosa","zic3","nos2a","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","Nitric oxide synthase (EC 1.14.13.39)","tf-link","27924024","regulates","txid7955" +"Q6PV84","F1RC66","cb807","F1RC66","zic3","rabac1","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","F1RC66","tf-link","27924024","regulates","txid7955" +"Q6PV84","A5WVU1","cb807","A5WVU1","zic3","kcnmb2","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","A5WVU1","tf-link","27924024","regulates","txid7955" +"Q6PV84","Q5TZ18","cb807","Q5TZ18","zic3","nav3","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","Q5TZ18","tf-link","27924024","regulates","txid7955" +"Q6PV84","Q6DHF5","cb807","zgc:92339","zic3","acp5b","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","tf-link","27924024","regulates","txid7955" +"Q6PV84","B0S4Z4","cb807","B0S4Z4","zic3","si:ch211-133l5.7","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","B0S4Z4","tf-link","27924024","regulates","txid7955" +"Q6PV84","F1QEX9","cb807","F1QEX9","zic3","ryr1b","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","F1QEX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L0D1","fd20a07","A0A0G2L0D1","nanog","nufip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L0D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH67","fd20a07","fb73e11","nanog","csrnp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cysteine-serine-rich nuclear protein 1b (Cysteine/serine-rich nuclear protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB52","fd20a07","E9QB52","nanog","alkbh8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB52","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA54","fd20a07","E7FA54","nanog","gid4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA54","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU20","fd20a07","PA28-gamma","nanog","psme3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQW5","fd20a07","Q6IQW5","nanog","id1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA55","fd20a07","F1QA55","nanog","vrk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA55","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0M3HEM8","fd20a07","A0A0M3HEM8","nanog","ier2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0M3HEM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBD8","fd20a07","E7FBD8","nanog","nlrc3l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGV8","fd20a07","E7FGV8","nanog","med17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS77","fd20a07","Charged multivesicular body protein 6-like isoform X1","nanog","chmp6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 6-like isoform X1 (Charged multivesicular body protein 6a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBT2","fd20a07","Q6DBT2","nanog","dhrs13b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DBT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2X1","fd20a07","F1R2X1","nanog","si:ch211-249h16.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWB0","fd20a07","tax1bp1a","nanog","tax1bp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tax1-binding protein 1 homolog A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHN9","fd20a07","A8WHN9","nanog","bcar3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9Z5","fd20a07","A0A0R4I9Z5","nanog","znf1153","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9Z5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1M5","fd20a07","E7F1M5","nanog","frk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R282","fd20a07","F1R282","nanog","plekhm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R282","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXB1","fd20a07","si:dkey-42i9.5","nanog","atrip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATR-interacting protein (EC 3.1.11.2) (Si:dkey-42i9.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGA1","fd20a07","A0A140LGA1","nanog","map1lc3cl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R058","fd20a07","F1R058","nanog","sde2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R058","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTL9","fd20a07","F1QTL9","nanog","hnrnpa0b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T289","fd20a07","Q7T289","nanog","tle5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T289","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBC6","fd20a07","E9QBC6","nanog","si:dkey-184a18.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC53","fd20a07","E9QC53","nanog","troap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QC53","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D5","fd20a07","B0S5D5","nanog","zdhhc12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5D5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3X9","fd20a07","Q7T3X9","nanog","nrarpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3X9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSU1","fd20a07","A0A1D5NSU1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R159","fd20a07","F1R159","nanog","fmr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R159","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8B0","fd20a07","E7F8B0","nanog","rnh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8B0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMY5","fd20a07","wu:fv75b10","nanog","stam","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Signal transducing adapter molecule 1 isoform X1 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUB6","fd20a07","epn1","nanog","epn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epsin 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE80","fd20a07","E7FE80","nanog","pak6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE80","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R484","fd20a07","F1R484","nanog","diablob","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R484","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ90","fd20a07","E7EZ90","nanog","thop1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ90","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPQ7","fd20a07","A3KPQ7","nanog","cemip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGM9","fd20a07","Q9DGM9","nanog","vent","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DGM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PF58","fd20a07","A5PF58","nanog","ppp1r8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PF58","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I85","fd20a07","yju2b","nanog","ccdc130","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable splicing factor YJU2B (Coiled-coil domain-containing protein 130)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZD2","fd20a07","Q7SZD2","nanog","pdap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Y7","fd20a07","F1R9Y7","nanog","ndor1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9Y7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4U0","fd20a07","B0S4U0","nanog","arhgef16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ68","fd20a07","E7EZ68","nanog","foxp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ68","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK21","fd20a07","B3DK21","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK21","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R188","fd20a07","B0R188","nanog","cenpv","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R188","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA3","fd20a07","F1QZA3","nanog","ttll3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXH0","fd20a07","si:ch211-224m9.5","nanog","chmp2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 2b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFV5","fd20a07","Q8JFV5","nanog","hectd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV04","fd20a07","Q1LV04","nanog","si:dkey-102f14.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV04","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PVJ3","fd20a07","A0A2R8PVJ3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PVJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBU5","fd20a07","F1QBU5","nanog","pkdcca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5QKM9","fd20a07","Q5QKM9","nanog","DCK2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5QKM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KC22","fd20a07","hnrnpl","nanog","hnrnpl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein L2 (Hnrnpl protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503X9","fd20a07","Q503X9","nanog","tex261","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503X9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFG5","fd20a07","F1QFG5","nanog","si:dkey-177p2.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISA2","fd20a07","I3ISA2","nanog","ubn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQH2","fd20a07","Q6IQH2","nanog","mpdu1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB55","fd20a07","E7FB55","nanog","si:ch73-181d5.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB55","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6P2","fd20a07","E7F6P2","nanog","mmp15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5G8","fd20a07","F1R5G8","nanog","cuedc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IB88","fd20a07","Q9IB88","nanog","valopa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9IB88","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCX5","fd20a07","X1WCX5","nanog","slc25a36b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY26","fd20a07","Uncharacterized protein LOC393431","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC393431 (Zgc:63587)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZR4","fd20a07","Q7ZZR4","nanog","gsc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P457","fd20a07","kti12","nanog","kti12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein KTI12 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHP2","fd20a07","A8WHP2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1W1","fd20a07","F1R1W1","nanog","strn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD87","fd20a07","X1WD87","nanog","si:ch73-364h19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD87","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3I6","fd20a07","Vascular endothelial growth factor C","nanog","vegfc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vascular endothelial growth factor C","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ20","fd20a07","F1QZ20","nanog","txlng","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ20","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4A0","fd20a07","B8A4A0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEF5","fd20a07","F1QEF5","nanog","mrpl48","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3F7","fd20a07","fa14h03","nanog","c1qbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Complement component 1 Q subcomponent-binding protein, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BKV7","fd20a07","Q5BKV7","nanog","crip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BKV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYP4","fd20a07","Q5TYP4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIQ0","fd20a07","A2BIQ0","nanog","ebf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","T1ECW3","fd20a07","T1ECW3","nanog","ranbp10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T1ECW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F704","fd20a07","E7F704","nanog","si:ch1073-272o11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F704","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDF3","fd20a07","E7FDF3","nanog","gucy2g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5N9","fd20a07","A0A2R8Q5N9","nanog","map7d2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFQ3","fd20a07","zgc:66124","nanog","pex13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisomal membrane protein PEX13 (Peroxin-13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7D7","fd20a07","B0S7D7","nanog","skia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7D7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QN62","fd20a07","glt8d4","nanog","gxylt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UDP-D-xylose:beta-D-glucoside alpha-1,3-D-xylosyltransferase (EC 2.4.2.42)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1H1M3","fd20a07","B1H1M3","nanog","plpbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1H1M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSN1","fd20a07","F1QSN1","nanog","dyrk1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDR7","fd20a07","R4GDR7","nanog","pgap3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHT9","fd20a07","Q5RHT9","nanog","net1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT20","fd20a07","I3IT20","nanog","cd164l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT20","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KD92","fd20a07","A0A0G2KD92","nanog","gramd2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KD92","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEN4","fd20a07","fc03g04","nanog","senp3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUMO-specific peptidase 3a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBI5","fd20a07","zgc:112340","nanog","ndufa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBN4","fd20a07","F1RBN4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM98","fd20a07","F1QM98","nanog","znf281b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM98","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBF9","fd20a07","X1WBF9","nanog","itga11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804S5","fd20a07","mib1","nanog","mib1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase mib1 (EC 2.3.2.27) (Protein mind bomb) (RING-type E3 ubiquitin transferase mib1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMY7","fd20a07","F1QMY7","nanog","kbtbd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYE9","fd20a07","B0UYE9","nanog","gripap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIT2","fd20a07","A0A0R4IIT2","nanog","si:dkey-237g15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8A2","fd20a07","wu:fc74h04","nanog","irf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interferon regulatory factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW13","fd20a07","Q7ZW13","nanog","tnpo3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZW13","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXU6","fd20a07","E7EXU6","nanog","slc7a8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QET5","fd20a07","E9QET5","nanog","si:ch211-210c8.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QET5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB47","fd20a07","F1QB47","nanog","eif5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB47","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGR7","fd20a07","A0A0R4IGR7","nanog","si:ch211-107p11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RL21","fd20a07","A0A2R8RL21","nanog","nudt15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RL21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P7J8","fd20a07","F6P7J8","nanog","tbc1d14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P7J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RY60","fd20a07","A0A2R8RY60","nanog","alg5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RY60","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6J7","fd20a07","F6P6J7","nanog","egln1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P6J7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUT8","fd20a07","Q6NUT8","nanog","slc10a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NUT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHG4","fd20a07","CHUNP6888","nanog","taf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAF7 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated 55 kd factor) (Taf7 protein) (Transcription initiation factor TFIID subunit 7-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUQ0","fd20a07","wu:fk93e03","nanog","arpc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQS1","fd20a07","si:ch211-210h11.8","nanog","prcc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R374","fd20a07","F1R374","nanog","pfkfb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R374","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL46","fd20a07","A0A0R4IL46","nanog","si:dkeyp-79b7.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL46","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPT9","fd20a07","A0A0R4IPT9","nanog","haus6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7I3","fd20a07","F1R7I3","nanog","trpa1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7I3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ59","fd20a07","E7EZ59","nanog","wdr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ59","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JML9","fd20a07","A0JML9","nanog","neurl1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JML9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGE5","fd20a07","dclre1c","nanog","dclre1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein artemis (EC 3.1.-.-) (DNA cross-link repair 1C protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQG3","fd20a07","wu:fb99h09","nanog","fntb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein farnesyltransferase subunit beta (FTase-beta) (EC 2.5.1.58)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM47","fd20a07","A0A0R4IM47","nanog","asap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBP0","fd20a07","wu:fj49c05","nanog","cox7c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 7C, mitochondrial (Cytochrome c oxidase polypeptide VIIc)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDT8","fd20a07","F1QDT8","nanog","ndr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBT6","fd20a07","ZfGluR4b","nanog","gria4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7F0","fd20a07","A8E7F0","nanog","setd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7F0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDE5","fd20a07","Glutamate receptor","nanog","grin2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0D9","fd20a07","ciao1","nanog","ciao1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable cytosolic iron-sulfur protein assembly protein ciao1 (WD repeat-containing protein 39)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNX9","fd20a07","zgc:73191","nanog","smfn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Oligoribonuclease, mitochondrial precursor (Small fragment nuclease)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QJU3","fd20a07","A3QJU3","nanog","coq8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QJU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLP4","fd20a07","cb453","nanog","rab40c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB40c, member RAS oncogene family (Ras-related protein Rab-40C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5W5","fd20a07","F1R5W5","nanog","sfxn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5W5","tf-link","27924024","regulates","txid7955" +"A5JNG8","P31367","fd20a07","P31367","nanog","pou6f1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P31367","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S745","fd20a07","B0S745","nanog","fkbp7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S745","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1H1L4","fd20a07","tcf3a","nanog","tcf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor E2-alpha (Transcription factor 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQU7","fd20a07","ints12","nanog","ints12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 12 (Int12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFW2","fd20a07","F1QFW2","nanog","trim2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMA3","fd20a07","A0A2R8QMA3","nanog","pdk3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803C2","fd20a07","wu:fd16h10","nanog","tmem33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 33","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIV3","fd20a07","Q5RIV3","nanog","pex3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBM8","fd20a07","Q6PBM8","nanog","rbm18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX84","fd20a07","A0A0R4IX84","nanog","si:ch211-284e13.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX84","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8Z0","fd20a07","gadd45al","nanog","gadd45aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P448","fd20a07","dpcd","nanog","dpcd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein DPCD","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R264","fd20a07","F1R264","nanog","ephx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R264","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAN3","fd20a07","U3JAN3","nanog","hlfb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEE6","fd20a07","F1QEE6","nanog","tefb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXN6","fd20a07","wu:fc56c02","nanog","tbc1d17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TBC1 domain family member 17 isoform X1 (TBC1 domain family, member 17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQ64","fd20a07","A0A0R4IQ64","nanog","polr3h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQ64","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBE2","fd20a07","E7FBE2","nanog","trmt10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2X0","fd20a07","G1K2X0","nanog","ttn.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHI7","fd20a07","X1WHI7","nanog","si:dkey-112m2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3H0","fd20a07","F1R3H0","nanog","lamtor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L908","fd20a07","Q1L908","nanog","msto1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L908","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAM4","fd20a07","F1RAM4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE71","fd20a07","E7FE71","nanog","ankrd40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE71","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMI3","fd20a07","A5PMI3","nanog","nsun2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W7C0","fd20a07","Lymphocyte enhancer binding factor 1","nanog","lef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CE80","fd20a07","FoxD1.1","nanog","foxd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7C8","fd20a07","A8E7C8","nanog","csgalnact2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5B7","fd20a07","B0S5B7","nanog","dnaja3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JBX4","fd20a07","fzd3l","nanog","fzd3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled class receptor 3b (Frizzled class receptor 3b precursor) (Frizzled homolog 3-like) (Frizzled3b protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILH7","fd20a07","A0A0R4ILH7","nanog","sf3a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPL0","fd20a07","F1QPL0","nanog","tyw1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK78","fd20a07","F1QK78","nanog","ttyh2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK78","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMJ1","fd20a07","A0A0R4IMJ1","nanog","ccpg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE37","fd20a07","E9QE37","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVP2","fd20a07","wu:fb98b08","nanog","rab5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB5C, member RAS oncogene family (Rab5c protein) (Ras-related protein Rab-5C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVA6","fd20a07","A0A0R4IVA6","nanog","plcb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R567","fd20a07","F1R567","nanog","tnfrsfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R567","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R466","fd20a07","F1R466","nanog","gpc6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R466","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7E1","fd20a07","wu:fc95f02","nanog","brd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromodomain-containing 7 (Bromodomain-containing protein 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMN2","fd20a07","Carnitine O-acetyltransferase-like","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Carnitine O-acetyltransferase-like (Zgc:154046)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB37","fd20a07","E7FB37","nanog","ptbp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R069","fd20a07","B0R069","nanog","rcan1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R069","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L7Y1","fd20a07","A0A0G2L7Y1","nanog","LOC563292","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L7Y1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q810","fd20a07","F1Q810","nanog","klf7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q810","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGN3","fd20a07","A8WGN3","nanog","rgs4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3G4","fd20a07","Q6P3G4","nanog","ccsap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD62","fd20a07","F1QD62","nanog","bora","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD62","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T394","fd20a07","pafah1b1a","nanog","pafah1b1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NV75","fd20a07","F6NV75","nanog","pkn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NV75","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5B7","fd20a07","hm:zeh0024","nanog","ndufb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 5, mitochondrial (Complex I-SGDH) (NADH-ubiquinone oxidoreductase SGDH subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUM4","fd20a07","F1QUM4","nanog","dhcr24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDV0","fd20a07","E7FDV0","nanog","myo1ea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFT7","fd20a07","Q8JFT7","nanog","kpna3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX00","fd20a07","Centlein isoform X1","nanog","cntln","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centlein isoform X1 (Centlein, centrosomal protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NI22","fd20a07","F6NI22","nanog","tmem79a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NI22","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6B8","fd20a07","B0S6B8","nanog","si:dkey-193b15.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHE9","fd20a07","fj19d10","nanog","ndufs7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 7, mitochondrial (Complex I-20kD) (NADH-ubiquinone oxidoreductase 20 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6Q420","fd20a07","rps15a","nanog","rps15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS8 (40S ribosomal protein S15a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFF8","fd20a07","A0A0R4IFF8","nanog","cdh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RYH8","fd20a07","A0A2R8RYH8","nanog","slc25a3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RYH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWG0","fd20a07","Q6NWG0","nanog","tspan36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1K6","fd20a07","B0V1K6","nanog","prpf4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHU2","fd20a07","Q6DHU2","nanog","rbm34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3D9","fd20a07","Phosphorylase b kinase regulatory subunit","nanog","phka2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphorylase b kinase regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN50","fd20a07","A0A0R4IN50","nanog","hfm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN50","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGY3","fd20a07","X1WGY3","nanog","si:dkeyp-84f3.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCA9","fd20a07","E9QCA9","nanog","cul2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCA9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E4S2","fd20a07","A8E4S2","nanog","cdk8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E4S2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3G8","fd20a07","Q7T3G8","nanog","six6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQT8","fd20a07","Q6IQT8","nanog","ruvbl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI67","fd20a07","F1QI67","nanog","slc20a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI67","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q911","fd20a07","F1Q911","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q911","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9P9","fd20a07","A0A286Y9P9","nanog","ezh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9P9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A601","fd20a07","A1A601","nanog","rnf115","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A601","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II19","fd20a07","A0A0R4II19","nanog","ttf1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W451","fd20a07","F8W451","nanog","mllt10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W451","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2U7","fd20a07","nherf1a","nanog","slc9a3r1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Na(+)/H(+) exchange regulatory cofactor NHE-RF","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD69","fd20a07","X1WD69","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD69","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMY0","fd20a07","st14","nanog","st14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PVR6","fd20a07","A0A2R8PVR6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PVR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CT1","fd20a07","fam44b","nanog","bod1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Biorientation of chromosomes in cell division 1 (Biorientation of chromosomes in cell division protein 1) (Family with sequence similarity 44, member B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8P8","fd20a07","A0A286Y8P8","nanog","ddx20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGS5","fd20a07","A0A2R8QGS5","nanog","znf271","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZS0","fd20a07","zgc:77372","nanog","srsf10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITP1","fd20a07","I3ITP1","nanog","caskin1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1B0GWZ8","fd20a07","A0A1B0GWZ8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1B0GWZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXV0","fd20a07","E7EXV0","nanog","atpsckmt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INS6","fd20a07","A0A0R4INS6","nanog","pstpip1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4G2","fd20a07","F1R4G2","nanog","blmh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ71","fd20a07","Q6IQ71","nanog","cbx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQ71","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA11","fd20a07","A0A0R4IA11","nanog","asb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBL6","fd20a07","Cytohesin 4a","nanog","cyth4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytohesin 4a (Cytohesin-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3V3","fd20a07","Q5U3V3","nanog","prdm12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D0","fd20a07","B0S5D0","nanog","naif1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGG1","fd20a07","F1QGG1","nanog","b4galt6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z31","fd20a07","efnb3","nanog","efnb3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephrin B3 (Ephrin-B3 precursor) (Ephrin-B3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0T6","fd20a07","Q6P0T6","nanog","znf207b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD82","fd20a07","X1WD82","nanog","si:dkey-229e3.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD82","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSZ7","fd20a07","F1QSZ7","nanog","gpr185b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PF53","fd20a07","arhgap35","nanog","arhgap35b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho GTPase-activating protein 35","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYP1","fd20a07","LOC100003848","nanog","ucn3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Novel protein similar to vertebrate urocortin 3 (Stresscopin) (UCN3) (Urocortin 3,-like) (Urocortin-3 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6A9","fd20a07","B0S6A9","nanog","wdr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6A9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECV3","fd20a07","Q1ECV3","nanog","mob2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3G0","fd20a07","fa94d03","nanog","pgrmc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane-associated progesterone receptor component 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG44","fd20a07","Q5RG44","nanog","crad","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RG44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWU8","fd20a07","A0A0R4IWU8","nanog","si:dkey-73n8.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q569P6","fd20a07","zgc:110549","nanog","golga7ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgin A7 family, member Ba (Zgc:110549)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MCC5","fd20a07","A7MCC5","nanog","tspan15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MCC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0Y9","fd20a07","B0V0Y9","nanog","zcchc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0Y9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDX1","fd20a07","X1WDX1","nanog","si:dkey-42p14.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8P0","fd20a07","F1Q8P0","nanog","mhc1zfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SUB1","fd20a07","A0A0N4SUB1","nanog","pcdh1gc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4SUB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW72","fd20a07","A0A0R4IW72","nanog","acmsd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW72","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P271","fd20a07","Q6P271","nanog","atp1a3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P271","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE54","fd20a07","fb53h09","nanog","alcamb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activated leukocyte cell adhesion molecule b (Neurolin-like cell adhesion molecule precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAC3","fd20a07","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","nanog","si:ch211-161h7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY99","fd20a07","K7DY99","nanog","ttc27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DY99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJV7","fd20a07","F1QJV7","nanog","ddt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS55","fd20a07","Ankyrin repeat domain-containing protein SOWAHC","nanog","sowahca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ankyrin repeat domain-containing protein SOWAHC (Sosondowah ankyrin repeat domain family Ca)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXA3","fd20a07","zgc:66168","nanog","rps27a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-ribosomal protein eS31 fusion protein (Ubiquitin carboxyl extension protein 80)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q800A1","fd20a07","Q800A1","nanog","pvalb9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q800A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8K0E7","fd20a07","F-box and leucine-rich repeat protein 20","nanog","fbxl20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and leucine-rich repeat protein 20 (F-box/LRR-repeat protein 20)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD94","fd20a07","B7ZD94","nanog","bend3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD94","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDR2","fd20a07","im:7148817","nanog","snrpb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein polypeptide B2 (U2 small nuclear ribonucleoprotein B'')","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503X4","fd20a07","28S ribosomal protein S17, mitochondrial","nanog","mrps17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","28S ribosomal protein S17, mitochondrial (Mitochondrial ribosomal protein S17) (Zgc:110031)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDR6","fd20a07","E9QDR6","nanog","si:ch211-183d21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQE5","fd20a07","get3","nanog","get3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNN8","fd20a07","zgc:162286","nanog","cox11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COX11 homolog, cytochrome c oxidase assembly protein (Cytochrome c oxidase assembly homolog 11 (yeast)) (Zgc:162286 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZP8","fd20a07","tob1l","nanog","tob1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Tob1 (Transducer of ERBB2, 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGD9","fd20a07","F1QGD9","nanog","trmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCU0","fd20a07","npm1","nanog","npm1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYU6","fd20a07","Q6NYU6","nanog","midn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9X3","fd20a07","F1R9X3","nanog","l1cama","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9X3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5C6","fd20a07","fa55b10","nanog","snx6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sorting nexin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8S3","fd20a07","Q4V8S3","nanog","tmem242","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V8S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKR5","fd20a07","A0A0H2UKR5","nanog","meis2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAE2","fd20a07","A0A0R4IAE2","nanog","srgap3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHU6","fd20a07","F1QHU6","nanog","si:ch211-223a10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","T1ECT6","fd20a07","T1ECT6","nanog","psme4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T1ECT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGS9","fd20a07","rps18","nanog","rps18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS13 (40S ribosomal protein S18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWC9","fd20a07","Q6NWC9","nanog","gkap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYE4","fd20a07","B0UYE4","nanog","soat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA19","fd20a07","F1QA19","nanog","jade1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA19","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCF5","fd20a07","X1WCF5","nanog","si:ch211-139d20.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWF1","fd20a07","Q6NWF1","nanog","slc2a12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6W4T8","fd20a07","Q6W4T8","nanog","her11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6W4T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH57","fd20a07","F1QH57","nanog","mfsd14a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH57","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGN1","fd20a07","A2BGN1","nanog","mvk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9C1","fd20a07","A0A0R4I9C1","nanog","yars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9C1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKG5","fd20a07","F1QKG5","nanog","dhcr7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJQ3","fd20a07","F6NJQ3","nanog","pcdh1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NJQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZR1","fd20a07","tob1","nanog","tob1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Tob1 (Transducer of ERBB2, 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W442","fd20a07","F8W442","nanog","gnao1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W442","tf-link","27924024","regulates","txid7955" +"A5JNG8","H9GY24","fd20a07","H9GY24","nanog","e2f1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H9GY24","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG55","fd20a07","Cytospin-A","nanog","specc1lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytospin-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5R4","fd20a07","B0S5R4","nanog","ifngr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T174","fd20a07","Q7T174","nanog","sat1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T174","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0E3","fd20a07","wu:fj97a11","nanog","mcrs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Microspherule protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTG2","fd20a07","A0A2R8RTG2","nanog","dcp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RTG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA40","fd20a07","E7FA40","nanog","col7a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA40","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZU5","fd20a07","hm:zehn0716","nanog","mybpc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myosin-binding protein C, cardiac-type isoform X4 (Myosin-binding protein C3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFF1","fd20a07","zgc:101053","nanog","lpar2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysophosphatidic acid receptor 2 isoform X1 (Lysophosphatidic acid receptor 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDC7","fd20a07","F1QDC7","nanog","mak16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","C0HJJ0","fd20a07","C0HJJ0","nanog","fxyd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C0HJJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH32","fd20a07","A0A140LH32","nanog","camta1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH32","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5L6","fd20a07","wu:fa56a07","nanog","ddx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QKI4","fd20a07","A0A2R8QKI4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR98","fd20a07","F1QR98","nanog","fam212aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR98","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2Z6","fd20a07","E7F2Z6","nanog","si:dkey-79d12.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5W8I5","fd20a07","Q5W8I5","nanog","slc6a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5W8I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642Z0","fd20a07","Q642Z0","nanog","atp2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q642Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLG0","fd20a07","Q5BLG0","nanog","ccdc174","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGR7","fd20a07","Q6TGR7","nanog","ptena","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1A5L0","fd20a07","Crumbs homolog 3a","nanog","crb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Crumbs homolog 3a (Crumbs-like protein 3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7C3","fd20a07","Tcfubf","nanog","ubtfl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleolar transcription factor 1 isoform X1 (Upstream-binding transcription factor,-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCQ6","fd20a07","E9QCQ6","nanog","bcat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVN4","fd20a07","Q7ZVN4","nanog","zdhhc18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502H1","fd20a07","Q502H1","nanog","aamdc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEC8","fd20a07","F1QEC8","nanog","prkar1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCT1","fd20a07","E7FCT1","nanog","psap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JML4","fd20a07","A0JML4","nanog","stk17al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JML4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK82","fd20a07","cb1","nanog","kif11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 11 (Kinesin-like protein KIF11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503W5","fd20a07","zgc:110044","nanog","tusc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tumor suppressor candidate 3 (Tusc3 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH11","fd20a07","pym1","nanog","pym1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Partner of Y14 and mago (PYM homolog 1 exon junction complex-associated factor) (Protein wibg homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BA6","fd20a07","alkbh5","nanog","alkbh5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA demethylase ALKBH5 (EC 1.14.11.53) (Alkylated DNA repair protein alkB homolog 5) (Alpha-ketoglutarate-dependent dioxygenase alkB homolog 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGB8","fd20a07","Q5RGB8","nanog","klhl26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R174","fd20a07","B0R174","nanog","rbp1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R174","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCK8","fd20a07","F1RCK8","nanog","odf3l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6L7","fd20a07","F1Q6L7","nanog","gpr157","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMG7","fd20a07","A0A0R4IMG7","nanog","mxd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV45","fd20a07","Q6NV45","nanog","nog1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NV45","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RHL8","fd20a07","A0A2R8RHL8","nanog","kalrnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RHL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJF1","fd20a07","E9QJF1","nanog","edem1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQK3","fd20a07","A0A2R8QQK3","nanog","slc35f3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLD8","fd20a07","Q5BLD8","nanog","mettl21a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLX2","fd20a07","F1QLX2","nanog","plcg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UY61","fd20a07","B0UY61","nanog","neb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UY61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRI1","fd20a07","eif3ea","nanog","eif3ea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 3 subunit E-A (eIF3e-A) (Eukaryotic translation initiation factor 3 subunit 6-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFF0","fd20a07","E7FFF0","nanog","zmp:0000001168","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0K5","fd20a07","A0A2R8S0K5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S0K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEF7","fd20a07","X1WEF7","nanog","clcn5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDT3","fd20a07","F1QDT3","nanog","nle1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVI9","fd20a07","A0A0R4IVI9","nanog","oaz1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KN93","fd20a07","A0A0G2KN93","nanog","znf1091","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KN93","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDW2","fd20a07","X1WDW2","nanog","dchs1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7L8","fd20a07","F1Q7L8","nanog","depdc7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7L8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHT7","fd20a07","F1QHT7","nanog","tcaim","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHI2","fd20a07","X1WHI2","nanog","si:ch211-63b16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHS4","fd20a07","Q6DHS4","nanog","slc25a55b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAB4","fd20a07","E7FAB4","nanog","prr11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1H1I7","fd20a07","B1H1I7","nanog","prkcha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1H1I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4V3","fd20a07","Q6P4V3","nanog","ptgs2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P4V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98879","fd20a07","Q98879","nanog","dlx4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98879","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGD1","fd20a07","si:ch211-279m15.2","nanog","stxbp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin-binding protein 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0K1","fd20a07","E7F0K1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM84","fd20a07","Nischarin","nanog","nisch","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nischarin","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RK92","fd20a07","A0A2R8RK92","nanog","LOC101884738","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RK92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3H2","fd20a07","Q7T3H2","nanog","insm1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3H2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXT2","fd20a07","uvssa","nanog","uvssa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UV-stimulated scaffold protein A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF54","fd20a07","A2CF54","nanog","scai","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CF54","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y912","fd20a07","A0A286Y912","nanog","ppm1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y912","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI45","fd20a07","Granulin a","nanog","grna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Granulin a (Granulin-a isoform X6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S516","fd20a07","si:dkeyp-15f12.2","nanog","arpc5lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZN3","fd20a07","F1QZN3","nanog","si:ch211-212c13.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9W4","fd20a07","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","nanog","celsr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IFW2","fd20a07","A4IFW2","nanog","ptprf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IFW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2E9","fd20a07","Q7T2E9","nanog","tmed5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2E9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2ATX7","fd20a07","A2ATX7","nanog","cnnm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2ATX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BHM3","fd20a07","A2BHM3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BHM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93599","fd20a07","STAT3b1","nanog","stat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFQ9","fd20a07","E9QFQ9","nanog","si:dkey-33o22.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFT4","fd20a07","E7FFT4","nanog","si:ch73-109i22.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFP4","fd20a07","A0A0R4IFP4","nanog","si:dkey-50i6.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XIY6","fd20a07","atp6v1c1b","nanog","atp6v1c1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V-type proton ATPase subunit C 1-B (V-ATPase subunit C 1-B) (Vacuolar proton pump subunit C 1-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMF6","fd20a07","A5PMF6","nanog","colgalt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA32","fd20a07","F1QA32","nanog","slc8a4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA32","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZQ2","fd20a07","id2","nanog","id2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-binding protein inhibitor ID-2 (Inhibitor of DNA binding 2, dominant negative helix-loop-helix protein) (Inhibitor of DNA binding/differentiation 2) (Inhibitor of DNA-binding 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL24","fd20a07","A0A0R4IL24","nanog","si:dkeyp-20g2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL24","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA09","fd20a07","E7FA09","nanog","ctso","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA09","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVM5","fd20a07","tubgl","nanog","tubg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin gamma chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P0E6","fd20a07","F6P0E6","nanog","si:ch211-214c7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P0E6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD35","fd20a07","wu:fb10c07","nanog","lpcat4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysophosphatidylcholine acyltransferase 4 (Lysophospholipid acyltransferase LPCAT4 (EC 2.3.1.51))","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0V3","fd20a07","B0R0V3","nanog","gpkow","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCJ9","fd20a07","F1RCJ9","nanog","pacs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUX7","fd20a07","A5WUX7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4N0","fd20a07","si:dkey-71p21.8","nanog","oip5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Opa-interacting protein 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642H5","fd20a07","ppp2r1b","nanog","ppp2r1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 2 (Formerly 2A), regulatory subunit A, beta isoform (Protein phosphatase 2, regulatory subunit A, beta b) (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAP9","fd20a07","F1QAP9","nanog","nr2c2ap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3A6","fd20a07","F8W3A6","nanog","si:zfos-223e1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PF35","fd20a07","A5PF35","nanog","pphln1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PF35","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHF0","fd20a07","psenen","nanog","psenen","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-secretase subunit PEN-2 (Presenilin enhancer protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVK8","fd20a07","Q1LVK8","nanog","sec11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REM3","fd20a07","F1REM3","nanog","bmp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3S7","fd20a07","si:rp71-4m17.1","nanog","nmu","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuromedin U (Neuromedin-U isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F197","fd20a07","E7F197","nanog","fam89b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F197","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRX8","fd20a07","F1QRX8","nanog","trmu","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT07","fd20a07","A0A1D5NT07","nanog","acp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NT07","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WFZ8","fd20a07","A8WFZ8","nanog","sbk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WFZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG76","fd20a07","X1WG76","nanog","dlgap4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG76","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6N0","fd20a07","F1Q6N0","nanog","eftud2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDP8","fd20a07","il-7ra","nanog","il7r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interleukin 7 receptor (Interleukin-7 receptor subunit alpha precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502G2","fd20a07","Q502G2","nanog","tmem41aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBP9","fd20a07","E7FBP9","nanog","golm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L0J2","fd20a07","A0A0G2L0J2","nanog","mthfs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L0J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNU6","fd20a07","Q6TNU6","nanog","dldh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC33","fd20a07","Cohesin subunit SA","nanog","stag1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMK5","fd20a07","mtmr2","nanog","mtmr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myotubularin-related protein 2 (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL74","fd20a07","F1QL74","nanog","mob2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL74","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3D4","fd20a07","F1R3D4","nanog","tmem147","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9B0","fd20a07","A0A0R4I9B0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9B0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBD6","fd20a07","X1WBD6","nanog","tapbpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","P0DMC2","fd20a07","apela","nanog","apela","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apelin receptor early endogenous ligand (Protein Elabela) (ELA) (Protein Toddler)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EF7","fd20a07","Q58EF7","nanog","ablim1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q58EF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK41","fd20a07","A3QK41","nanog","alkbh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QK41","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8K0C9","fd20a07","B8K0C9","nanog","st3gal1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8K0C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM95","fd20a07","B8JM95","nanog","wnt11f2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM95","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1K1","fd20a07","B0V1K1","nanog","aimp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXP1","fd20a07","wu:fk65f06","nanog","capzb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-actin-capping protein subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH27","fd20a07","fi76b06","nanog","taf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAF3 RNA polymerase II, TATA box-binding protein (TBP)-associated facto (Transcription initiation factor TFIID subunit 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYM3","fd20a07","wu:fb33a01","nanog","atp6v0b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATPase H+-transporting V0 subunit b (V-type proton ATPase 21 kDa proteolipid subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIV1","fd20a07","F1QIV1","nanog","gstk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZV1","fd20a07","zgc:77318","nanog","pdpk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","3-phosphoinositide-dependent protein kinase 1 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWG1","fd20a07","A0A2R8PWG1","nanog","exd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PWG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R026","fd20a07","F1R026","nanog","stk17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R026","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9N2","fd20a07","E7F9N2","nanog","pkdccb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZM4","fd20a07","nip3b","nanog","bnip4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA23","fd20a07","F1QA23","nanog","timmdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YGX5","fd20a07","cpeb1","nanog","cpeb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytoplasmic polyadenylation element-binding protein 1 (CPE-BP1) (CPE-binding protein 1) (CPEB-1) (Orb/CPEB-related RNA-binding protein) (Protein Zorba) (ZOR-1) (Zebrafish orb-type a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCA8","fd20a07","F1QCA8","nanog","atg9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHS4","fd20a07","E9QHS4","nanog","si:dkey-175m17.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QES5","fd20a07","F1QES5","nanog","jhy","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QES5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Y03","fd20a07","Q90Y03","nanog","aldh1a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90Y03","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGD7","fd20a07","A0A0R4IGD7","nanog","plcd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FES4","fd20a07","E7FES4","nanog","rskra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FES4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5K9","fd20a07","SMC2L1","nanog","smc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Structural maintenance of chromosomes protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q0K1","fd20a07","A0A2R8Q0K1","nanog","cacna2d3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q0K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503G3","fd20a07","tdg","nanog","tdg.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G/T mismatch-specific thymine DNA glycosylase (Tdg protein) (Thymine DNA glycosylase, tandem duplicate 1) (Thymine-DNA glycosylase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UK15","fd20a07","A0A0H2UK15","nanog","znf1124","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UK15","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISM3","fd20a07","I3ISM3","nanog","f2r2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7S0","fd20a07","B0S7S0","nanog","cntnap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4Y9","fd20a07","Leucine-rich repeat-containing protein 14","nanog","si:ch73-174h16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat-containing protein 14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVM1","fd20a07","Q1LVM1","nanog","gpcpd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHD5","fd20a07","F1QHD5","nanog","cd247l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGS6","fd20a07","E7FGS6","nanog","pdzrn3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMF6","fd20a07","eif4b","nanog","eif4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 4B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2R7","fd20a07","fi23e01","nanog","cry4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cryptochrome circadian clock 4 isoform X1 (Cryptochrome circadian regulator 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHC2","fd20a07","Q6DHC2","nanog","lmo4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DYH7","fd20a07","K7DYH7","nanog","ahcyl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DYH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQE0","fd20a07","Q6IQE0","nanog","puf60b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IVW0","fd20a07","ift57","nanog","ift57","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Intraflagellar transport protein 57 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1X7","fd20a07","E7F1X7","nanog","srrm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1C3","fd20a07","F1R1C3","nanog","nck2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1C3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYS4","fd20a07","DBF4 zinc finger B","nanog","dbf4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DBF4 zinc finger B (Uncharacterized protein dbf4b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZJ5","fd20a07","A0A0R4IZJ5","nanog","zfpl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL65","fd20a07","F1QL65","nanog","tmem51b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL65","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R156","fd20a07","B0R156","nanog","drll.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R156","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4R9","fd20a07","F1R4R9","nanog","myo6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4R9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDD8","fd20a07","gb:cf995958","nanog","ap5z1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPH2","fd20a07","A0A0R4IPH2","nanog","tubb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRH4","fd20a07","A0A0R4IRH4","nanog","cadpsa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QME9","fd20a07","F1QME9","nanog","foxk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QME9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBR2","fd20a07","E7FBR2","nanog","htr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RHK7","fd20a07","A0A2R8RHK7","nanog","xrcc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RHK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6M0","fd20a07","Cytoplasmic protein","nanog","nck1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytoplasmic protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZP3","fd20a07","Q7SZP3","nanog","meis1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T358","fd20a07","gspt1","nanog","gspt1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic peptide chain release factor GTP-binding subunit (ERF2) (Polypeptide release factor 3) (Translation release factor 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH68","fd20a07","MBL-associated serine protease 1","nanog","masp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MBL-associated serine protease 1 (Mannan-binding lectin serine protease 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98TT6","fd20a07","eif4ebp3l","nanog","eif4ebp3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZ95","fd20a07","A8DZ95","nanog","dpysl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZ95","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0T1","fd20a07","Q6P0T1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1H9","fd20a07","B0V1H9","nanog","p2rx4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1H9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJV2","fd20a07","F1QJV2","nanog","mknk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ79","fd20a07","fk48e08","nanog","mthfd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","formate--tetrahydrofolate ligase (EC 6.3.4.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA22","fd20a07","E7FA22","nanog","ptp4a3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA22","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZS5","fd20a07","E7EZS5","nanog","tada2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAI8","fd20a07","U3JAI8","nanog","stxbp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503F4","fd20a07","cx33.8","nanog","cx30.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IY52","fd20a07","Vacuolar protein sorting-associated protein 52 homolog","nanog","vps52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar protein sorting-associated protein 52 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1H1G9","fd20a07","B1H1G9","nanog","tspan17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1H1G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2XG13","fd20a07","F2XG13","nanog","soul4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2XG13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUS4","fd20a07","A0A0R4IUS4","nanog","flnca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PSS4","fd20a07","gabarap","nanog","gabarapa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GABA(A) receptor-associated protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8M3","fd20a07","F1Q8M3","nanog","arfip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCF0","fd20a07","X1WCF0","nanog","si:dkey-110g7.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPH4","fd20a07","F1QPH4","nanog","si:ch211-120e1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8D9","fd20a07","F1R8D9","nanog","aar2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8D9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2T0","fd20a07","F1R2T0","nanog","znf319b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2T0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T3","fd20a07","gdpd3","nanog","gdpd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycerophosphodiester phosphodiesterase domain containing 1 like (Glycerophosphodiester phosphodiesterase domain containing 3) (Glycerophosphodiester phosphodiesterase domain-containing 3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGR8","fd20a07","F1QGR8","nanog","si:dkey-48p11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVS5","fd20a07","si:ch211-131c14.1","nanog","man2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHQ7","fd20a07","hnrnpu","nanog","hnrnpub","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein U","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCK3","fd20a07","F1RCK3","nanog","si:dkey-85k7.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AR68","fd20a07","zgc:110600","nanog","gdi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rab GDP dissociation inhibitor","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2ATY1","fd20a07","A2ATY1","nanog","ppm1db","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2ATY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6J8","fd20a07","E7F6J8","nanog","adam8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRH6","fd20a07","F1QRH6","nanog","plppr5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW37","fd20a07","A0A0R4IW37","nanog","b3galt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKI0","fd20a07","B8JKI0","nanog","pcnp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNV0","fd20a07","COX4I1","nanog","cox4i1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP30","fd20a07","A0A0R4IP30","nanog","sorbs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDZ7","fd20a07","F1RDZ7","nanog","numb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAZ1","fd20a07","A0A2R8QAZ1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVZ5","fd20a07","F1QVZ5","nanog","cdc37l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITS3","fd20a07","A0A0R4ITS3","nanog","tpbga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAV9","fd20a07","A0A0R4IAV9","nanog","suco","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3I6","fd20a07","clp1","nanog","clp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyribonucleotide 5'-hydroxyl-kinase Clp1 (EC 2.7.1.78) (Polyadenylation factor Clp1) (Polynucleotide kinase Clp1) (Pre-mRNA cleavage complex II protein Clp1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4B1","fd20a07","F8W4B1","nanog","itpr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P480","fd20a07","F6P480","nanog","lad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P480","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBQ4","fd20a07","wu:fa03b04","nanog","tubgcp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6L2","fd20a07","F1Q6L2","nanog","plxnb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2T7","fd20a07","wu:fk96a04","nanog","mecp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Methyl-CpG-binding protein 2 (MeCp-2 protein) (MeCp2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDQ2","fd20a07","E9QDQ2","nanog","camk2b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503T8","fd20a07","Q503T8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDQ5","fd20a07","E7FDQ5","nanog","caprin1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0X5","fd20a07","B0V0X5","nanog","nceh1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0X5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWK3","fd20a07","F1QWK3","nanog","si:ch211-181l5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE10","fd20a07","R4GE10","nanog","nlgn4xa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDQ6","fd20a07","F1QDQ6","nanog","znhit2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5C7","fd20a07","F1R5C7","nanog","jak1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","P09014","fd20a07","P09014","nanog","hoxb5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P09014","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMZ7","fd20a07","A0A0R4IMZ7","nanog","kmt5ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F179","fd20a07","E7F179","nanog","lzts3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F179","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KSN1","fd20a07","A0A0G2KSN1","nanog","gldc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KSN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVY2","fd20a07","A5WVY2","nanog","akirin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJW9","fd20a07","Q5XJW9","nanog","pip5k1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBJ6","fd20a07","zgc:73375","nanog","ndufb6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIK6","fd20a07","A2BIK6","nanog","bicra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBA8","fd20a07","A0A0R4IBA8","nanog","pnp5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6X1","fd20a07","F6P6X1","nanog","ylpm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P6X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BF98","fd20a07","Leucine-rich repeat-containing 8 VRAC subunit Ab","nanog","lrrc8ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFC4","fd20a07","id:ibd5110","nanog","noc2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleolar complex protein 2 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5CZT1","fd20a07","Q5CZT1","nanog","dpp7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5CZT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB15","fd20a07","F1QB15","nanog","rab38b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB15","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYS3","fd20a07","B0UYS3","nanog","helb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V908","fd20a07","ube2s","nanog","ube2s","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R147","fd20a07","B0R147","nanog","setbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R147","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YIA7","fd20a07","calu","nanog","calua","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calumenin-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F078","fd20a07","E7F078","nanog","fam171a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F078","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMI2","fd20a07","dvl3","nanog","dvl3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dishevelled segment polarity protein 3a","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAZ4","fd20a07","U3JAZ4","nanog","si:ch211-194k22.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2Q8","fd20a07","F1R2Q8","nanog","si:dkey-34l15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2Q8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEA9","fd20a07","A2CEA9","nanog","bri3bp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEA9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH30","fd20a07","zgc:92668","nanog","entpd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ectonucleoside triphosphate diphosphohydrolase 4 (EC 3.6.1.6) (Zgc:92668)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLC8","fd20a07","A5PLC8","nanog","ptmab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PLC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI40","fd20a07","E9QI40","nanog","fam184b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI40","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5E0","fd20a07","F1R5E0","nanog","slc44a5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5E0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGW0","fd20a07","X1WGW0","nanog","si:ch211-69l10.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPX1","fd20a07","F1QPX1","nanog","wasf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGP6","fd20a07","sub1","nanog","sub1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activated RNA polymerase II transcriptional coactivator p15 (SUB1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4B7","fd20a07","F1R4B7","nanog","usp14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWJ0","fd20a07","A5WWJ0","nanog","cyp46a1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566N0","fd20a07","enpp4","nanog","enpp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bis(5'-adenosyl)-triphosphatase enpp4 (EC 3.6.1.29) (AP3A hydrolase) (AP3Aase) (Ectonucleotide pyrophosphatase/phosphodiesterase family member 4) (E-NPP 4) (NPP-4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPE8","fd20a07","A0A0R4IPE8","nanog","map7d1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJC8","fd20a07","F1QJC8","nanog","tbcc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Z5","fd20a07","Ataxin 1b","nanog","atxn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ataxin 1b (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLW5","fd20a07","B8JLW5","nanog","slc33a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z6","fd20a07","F1Q6Z6","nanog","txnrd2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S713","fd20a07","B0S713","nanog","nxpe3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S713","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YH91","fd20a07","cldnd","nanog","cldnd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin-like protein ZF-A89 (Claudin d)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58ED9","fd20a07","naa20","nanog","naa20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N-alpha-acetyltransferase 20 (EC 2.3.1.254) (Methionine N-acetyltransferase) (N-acetyltransferase 5) (N-terminal acetyltransferase B complex catalytic subunit NAA20) (N-terminal acetyltransferase B complex catalytic subunit NAT5) (NatB complex subunit NAT5) (NatB catalytic subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPG5","fd20a07","F1QPG5","nanog","ubtd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF19","fd20a07","F1QF19","nanog","hectd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH43","fd20a07","F1QH43","nanog","nprl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH43","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWI1","fd20a07","ebf1a","nanog","ebf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor COE1-A (Early B cell factor 1-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98874","fd20a07","Q98874","nanog","erh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98874","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXQ5","fd20a07","E7EXQ5","nanog","LOC571446","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DI31","fd20a07","zgc:86657","nanog","trmt61a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tRNA (adenine(58)-N(1))-methyltransferase catalytic subunit TRMT61A (EC 2.1.1.220)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCP2","fd20a07","E9QCP2","nanog","mat2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH31","fd20a07","Q5RH31","nanog","ndufa12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH31","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4UU77","fd20a07","si:dkey-29d12.5","nanog","org","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Oogenesis-related (Oogenesis-related protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0FH50","fd20a07","A0FH50","nanog","bhlha15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0FH50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PKT3","fd20a07","A5PKT3","nanog","cbln2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PKT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAH9","fd20a07","zgc:101571","nanog","bub3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitotic checkpoint protein BUB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJM7","fd20a07","F6NJM7","nanog","plekhh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NJM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KGZ2","fd20a07","A3KGZ2","nanog","ogfod2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KGZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDB3","fd20a07","F1QDB3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGQ9","fd20a07","F1QGQ9","nanog","si:ch211-113e8.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCB2","fd20a07","F1QCB2","nanog","cxcr4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFX8","fd20a07","A0A140LFX8","nanog","si:ch211-146l10.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS22","fd20a07","A0A0R4IS22","nanog","cpdp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AXX6","fd20a07","ppp2r5e2","nanog","ppp2r5ea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ45","fd20a07","F1QJ45","nanog","or110-1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ45","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R333","fd20a07","F1R333","nanog","alg11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R333","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNL5","fd20a07","A3KNL5","nanog","atp5if1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F069","fd20a07","LOC571865","nanog","nfatc2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear factor of activated T-cells, cytoplasmic 2-like (Nuclear factor of-activated T cells 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFZ1","fd20a07","Histone H1-like","nanog","si:ch73-368j24.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:ch73-368j24.11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W608","fd20a07","F8W608","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W608","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS85","fd20a07","fc10d08","nanog","rpp38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribonuclease P protein subunit p38 (EC 3.1.26.5) (Ribonuclease P/MRP 38 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIU4","fd20a07","A0A2R8RIU4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAX6","fd20a07","F1RAX6","nanog","ptx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NN04","fd20a07","F6NN04","nanog","slc6a14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NN04","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGN3","fd20a07","A0A0R4IGN3","nanog","pdia3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5K1","fd20a07","E7F5K1","nanog","nlrb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC06","fd20a07","E7FC06","nanog","txndc16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC06","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGB6","fd20a07","F1QGB6","nanog","zmp:0000001228","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYR7","fd20a07","A0A0R4IYR7","nanog","mrps2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDJ5","fd20a07","F1RDJ5","nanog","si:ch73-274k23.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93282","fd20a07","O93282","nanog","six7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O93282","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7YYE9","fd20a07","A7YYE9","nanog","srp68","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7YYE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISR1","fd20a07","A0A0R4ISR1","nanog","si:ch211-237a4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIE0","fd20a07","F1QIE0","nanog","klhl36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R160","fd20a07","lrwd1","nanog","lrwd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat and WD repeat-containing protein 1 (ORC-associated protein) (ORCA) (Origin recognition complex-associated protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4U1","fd20a07","A0A2R8Q4U1","nanog","nup160","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4U1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBV0","fd20a07","Q4VBV0","nanog","wdfy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4VBV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RWN7","fd20a07","A0A2R8RWN7","nanog","taar19i","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RWN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2A9","fd20a07","Q6P2A9","nanog","fubp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P2A9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB06","fd20a07","F1QB06","nanog","dnajb9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB06","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F192","fd20a07","E7F192","nanog","dbn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F192","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFE4","fd20a07","X1WFE4","nanog","mrm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9K6","fd20a07","F1Q9K6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3B5","fd20a07","Q5U3B5","nanog","plrg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG60","fd20a07","A4IG60","nanog","slc5a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG60","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBS8","fd20a07","zgc:110436","nanog","derl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Derlin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F596","fd20a07","E7F596","nanog","dnajc5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F596","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAU8","fd20a07","A0A0R4IAU8","nanog","heatr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHE6","fd20a07","X1WHE6","nanog","si:ch211-107e6.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU97","fd20a07","Q1LU97","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LU97","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R961","fd20a07","F1R961","nanog","acot9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R961","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4D0","fd20a07","F1R4D0","nanog","acvr2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R122","fd20a07","F1R122","nanog","psmc3ip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R122","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGS1","fd20a07","Zinc finger and BTB domain-containing 16b","nanog","zbtb16b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGV1","fd20a07","X1WGV1","nanog","si:ch211-246i5.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRF8","fd20a07","F1QRF8","nanog","atad3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJL1","fd20a07","A0A2R9YJL1","nanog","mdh1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0C0","fd20a07","PCTP-like protein","nanog","stard10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PCTP-like protein (StAR-related lipid transfer (START) domain-containing 10) (Zgc:77147)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHU3","fd20a07","B8JHU3","nanog","cox16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYS3","fd20a07","Cul1","nanog","cul1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cullin 1a (Cullin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA72","fd20a07","A0A0R4IA72","nanog","ryr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA72","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK14","fd20a07","A3QK14","nanog","tmem150ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QK14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY34","fd20a07","Q6NY34","nanog","asf1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NY34","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AR72","fd20a07","A2AR72","nanog","si:dkey-78k11.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AR72","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRE5","fd20a07","nol5a","nanog","nop56","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleolar protein 56 (Nucleolar protein 5A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHR0","fd20a07","rspo1","nanog","rspo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R-spondin-1 (Roof plate-specific spondin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6P2","fd20a07","si:dkey-216e24.3","nanog","lectin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lectin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3J0","fd20a07","E7F3J0","nanog","ppp1r9ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4W7","fd20a07","F2Z4W7","nanog","vsig10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4W7","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY76","fd20a07","K7DY76","nanog","dynlrb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DY76","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG21","fd20a07","Q5RG21","nanog","itgb1bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RG21","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PNQ6","fd20a07","Q5PNQ6","nanog","gtf2f1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PNQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q597","fd20a07","F1Q597","nanog","kdm6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q597","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE09","fd20a07","F1QE09","nanog","spag7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE09","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILY5","fd20a07","A0A0R4ILY5","nanog","traf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM90","fd20a07","B8JM90","nanog","mhc1laa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM90","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHS3","fd20a07","F1QHS3","nanog","eif3eb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLE3","fd20a07","F1QLE3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QME4","fd20a07","F1QME4","nanog","hs3st4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QME4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5A9","fd20a07","F1R5A9","nanog","l1camb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5A9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJU5","fd20a07","B8JJU5","nanog","tjap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1XQX0","fd20a07","A1XQX0","nanog","nrxn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1XQX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6D2","fd20a07","F1R6D2","nanog","gpt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6D2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8S7","fd20a07","F1R8S7","nanog","slc22a6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WH97","fd20a07","il-12rb2.a","nanog","il12rb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interleukin 12 receptor beta 2.a (Interleukin 12 receptor, beta 2a) (Interleukin-12 receptor subunit beta-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ31","fd20a07","E7EZ31","nanog","tulp4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ31","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNT2","fd20a07","Q6TNT2","nanog","ankrd46","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4J1","fd20a07","E7F4J1","nanog","kif3ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDI6","fd20a07","F1RDI6","nanog","nsun5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5I8Y1","fd20a07","Q5I8Y1","nanog","irx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5I8Y1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R838","fd20a07","F1R838","nanog","dhtkd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R838","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWX8","fd20a07","jak4","nanog","jak2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFB4","fd20a07","A0A0R4IFB4","nanog","si:dkey-112a7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R028","fd20a07","B0R028","nanog","psmb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R028","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P015","fd20a07","usf2","nanog","usf1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Upstream stimulatory factor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBR5","fd20a07","Heat shock 70 kDa protein 4L","nanog","hspa4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock 70 kDa protein 4L (Heat shock protein 4-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIS4","fd20a07","si:ch211-159j13.2","nanog","si:dkey-1h24.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFZ1","fd20a07","Max dimerization protein 1","nanog","mxd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Max dimerization protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSF9","fd20a07","F1QSF9","nanog","nagpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBK0","fd20a07","fj49f11","nanog","ndufb4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 4 (Complex I-B15) (NADH-ubiquinone oxidoreductase B15 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YAZ4","fd20a07","A0A286YAZ4","nanog","cltca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YAZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBZ0","fd20a07","F1RBZ0","nanog","tmem201","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7A0","fd20a07","B0S7A0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDR0","fd20a07","F1QDR0","nanog","ubap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A599","fd20a07","B8A599","nanog","si:dkey-33c12.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A599","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9N9","fd20a07","Q4V9N9","nanog","eif1axb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4R4","fd20a07","F1R4R4","nanog","kin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUI8","fd20a07","eif1b","nanog","eif1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS78","fd20a07","A0A1D5NS78","nanog","amfrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NS78","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F082","fd20a07","E7F082","nanog","wscd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F082","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CN7","fd20a07","Q08CN7","nanog","gucd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFA6","fd20a07","F1QFA6","nanog","cnot1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ09","fd20a07","E7EZ09","nanog","zmat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ09","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Y8","fd20a07","B8A5Y8","nanog","si:dkeyp-123h10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5Y8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801M3","fd20a07","cmlc2","nanog","myl7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L836","fd20a07","A0A0G2L836","nanog","nid1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L836","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVL1","fd20a07","Q7ZVL1","nanog","osbpl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGB5","fd20a07","A0A0R4IGB5","nanog","si:ch211-235e9.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXP6","fd20a07","zgc:171628","nanog","pan3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PAN2-PAN3 deadenylation complex subunit PAN3 (PAB1P-dependent poly(A)-specific ribonuclease) (Poly(A)-nuclease deadenylation complex subunit 3) (PAN deadenylation complex subunit 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF22","fd20a07","si:ch211-264f7.1","nanog","swi5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein SWI5 homolog (Protein SAE3 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P116","fd20a07","Q6P116","nanog","rcor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P116","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG11","fd20a07","zgc:91927","nanog","sart1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFM1","fd20a07","A0A0R4IFM1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYR4","fd20a07","Q6NYR4","nanog","hspa8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXC0","fd20a07","fmnl3","nanog","fmnl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Q1","fd20a07","Solute carrier family 2 member 1b","nanog","slc2a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Solute carrier family 2 member 1b (Solute carrier family 2, facilitated glucose transporter member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PSI9","fd20a07","Q9PSI9","nanog","mycl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PSI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLD2","fd20a07","A5PLD2","nanog","slc38a3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PLD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUX7","fd20a07","Q1LUX7","nanog","clasrp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503C7","fd20a07","im:7150327","nanog","pygma","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPF0","fd20a07","A0A0R4IPF0","nanog","pex1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLS7","fd20a07","F1QLS7","nanog","ppcs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAH4","fd20a07","F1RAH4","nanog","sall2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM81","fd20a07","B8JM81","nanog","gorab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM81","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJI7","fd20a07","A0A2R8RJI7","nanog","fam216a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RJI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU78","fd20a07","F1QU78","nanog","her13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7J5","fd20a07","F1Q7J5","nanog","cep170b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7J5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH13","fd20a07","fbxl14","nanog","fbxl14b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and leucine-rich repeat protein 14b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXL5","fd20a07","hspbap1","nanog","hspbap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","HSPB1-associated protein 1 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUE8","fd20a07","E2F4","nanog","e2f5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E2F transcription factor 5 (Transcription factor E2F5 isoform 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803M5","fd20a07","Q803M5","nanog","saal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTM3","fd20a07","A0A2R8RTM3","nanog","palm1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RTM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRQ5","fd20a07","ap2","nanog","tfap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5J5","fd20a07","B8A5J5","nanog","ptprdb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5J5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUZ4","fd20a07","Q7ZUZ4","nanog","pdcd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0B1","fd20a07","Q6P0B1","nanog","celf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8C0","fd20a07","A0A286Y8C0","nanog","acss3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8C0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF31","fd20a07","si:dkey-165i4.1","nanog","atxn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ataxin-2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIF1","fd20a07","B8JIF1","nanog","as3mt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4X6","fd20a07","F1Q4X6","nanog","mcf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4X6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ31","fd20a07","A0A0R4IZ31","nanog","jpt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ31","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH54","fd20a07","lpin1","nanog","lpin1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphatidate phosphatase (EC 3.1.3.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBY1","fd20a07","akap1","nanog","akap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A kinase (PRKA) anchor protein 1b (A-kinase anchor protein 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0X0","fd20a07","msl2s","nanog","msl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase MSL2 (MSL complex subunit 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NSR1","fd20a07","F6NSR1","nanog","selenow1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NSR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4Q5","fd20a07","F1R4Q5","nanog","ids","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4Q5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUK1","fd20a07","zgc:55886","nanog","ube2d2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90YL6","fd20a07","zFF1","nanog","nr5a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nr5a2 protein (Nuclear receptor FF1aE) (Nuclear receptor subfamily 5 group A member 2) (Nuclear receptor subfamily 5, group A, member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZSY3","fd20a07","smarca4","nanog","smarca4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDQ1","fd20a07","F1QDQ1","nanog","copa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F587","fd20a07","E7F587","nanog","zdhhc20b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F587","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIR5","fd20a07","F1QIR5","nanog","pm20d1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2G6","fd20a07","B0V2G6","nanog","hes2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U7D2","fd20a07","im:7141548","nanog","extl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exostoses (Multiple)-like 3 (Exostosin-like 3 (EC 2.4.1.223)) (Exostosin-like glycosyltransferase 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZ59","fd20a07","A8DZ59","nanog","rnls","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZ59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PRH9","fd20a07","Q9PRH9","nanog","fabp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PRH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5X9","fd20a07","B8A5X9","nanog","gdf10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5X9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IAT0","fd20a07","cb851","nanog","zic2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ZIC family member 2 (Odd-paired homolog, Drosophila), A (Zinc finger cerebellum 2 protein) (Zinc finger protein ZIC 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBN3","fd20a07","E9QBN3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4VCF7","fd20a07","lnxL","nanog","lnx2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ligand of numb-protein X 2b (Ligand of numb-protein X-like protein) (Zgc:85925 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV13","fd20a07","Q6NV13","nanog","nudc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NV13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PWL5","fd20a07","Q9PWL5","nanog","hoxa4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PWL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAV0","fd20a07","A0A0R4IAV0","nanog","h1m","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF10","fd20a07","E9QF10","nanog","si:dkey-27p18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF10","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ75","fd20a07","Q5XJ75","nanog","sumf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJ75","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QI88","fd20a07","A0A2R8QI88","nanog","pcnx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QI88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3S344","fd20a07","hmn","nanog","gfpt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","glutamine--fructose-6-phosphate transaminase (isomerizing) (EC 2.6.1.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVI5","fd20a07","Q1LVI5","nanog","si:ch211-132b12.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6X7","fd20a07","E7F6X7","nanog","camsap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFX4","fd20a07","A0A2R8QFX4","nanog","mfge8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH25","fd20a07","F1QH25","nanog","kif7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH25","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG51","fd20a07","A4IG51","nanog","trafd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG51","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA91","fd20a07","F1RA91","nanog","asl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA91","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMD5","fd20a07","F1QMD5","nanog","pptc7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH24","fd20a07","E7FH24","nanog","chd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FH24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W612","fd20a07","F8W612","nanog","si:ch73-109d9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W612","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q91981","fd20a07","otx2","nanog","otx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7C4","fd20a07","F1R7C4","nanog","npr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7C4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4V8","fd20a07","F2Z4V8","nanog","cep104","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4V8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHK6","fd20a07","Q6PHK6","nanog","purb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568L4","fd20a07","Q568L4","nanog","dctd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568L4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE12","fd20a07","Nuclear factor of activated T-cells, cytoplasmic 3","nanog","nfatc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVK5","fd20a07","ldha","nanog","ldha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKC4","fd20a07","F1QKC4","nanog","gabra6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4W6","fd20a07","E7F4W6","nanog","bsnd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4W6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YA94","fd20a07","A0A286YA94","nanog","sp3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YA94","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F376","fd20a07","E7F376","nanog","pcdh1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F376","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8J7","fd20a07","yap1","nanog","yap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcriptional coactivator YAP1 (Yes-associated protein 1) (zYAP) (Protein yorkie homolog) (Yes-associated protein YAP65 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIC2","fd20a07","F1QIC2","nanog","vps33b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II69","fd20a07","A0A0R4II69","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3E0","fd20a07","wdr68","nanog","dcaf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DDB1- and CUL4-associated factor 7 (Ddb1 and cul4-associated factor 7) (WD repeat domain 68)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P980","fd20a07","F6P980","nanog","adgrb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P980","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PGY9","fd20a07","atx","nanog","enpp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ectonucleotide pyrophosphatase/phosphodiesterase 2 (Ectonucleotide pyrophosphatase/phosphodiesterase family member 2 precursor (EC 3.1.4.39))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9W2","fd20a07","A0A286Y9W2","nanog","hecw2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9W2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXI7","fd20a07","etID35223.22","nanog","klf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Krueppel-like factor 2 (Kruppel-like factor 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBV9","fd20a07","F1RBV9","nanog","cux1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQZ2","fd20a07","zdhhc13","nanog","zdhhc13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9C6","fd20a07","zgc:86841","nanog","phb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prohibitin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6I4","fd20a07","E7F6I4","nanog","si:ch211-59o9.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6I4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4I5","fd20a07","B8A4I5","nanog","lcp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF13","fd20a07","zgc:55792","nanog","vldlr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Very low density lipoprotein receptor (Very low-density lipoprotein receptor precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITZ5","fd20a07","Cyclin-dependent kinase inhibitor 1C-like","nanog","cdkn1cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase inhibitor 1C-like (Cyclin-dependent kinase inhibitor 1Cb)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2W4","fd20a07","epha5","nanog","epha5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PRD0","fd20a07","ywhaba","nanog","ywhaba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein beta/alpha-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGQ0","fd20a07","Histone-lysine N-methyltransferase SETD1A isoform X1","nanog","setd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8T1","fd20a07","F1R8T1","nanog","pfkfb4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE13","fd20a07","F1QE13","nanog","exoc8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUV8","fd20a07","F1QUV8","nanog","jupb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG14","fd20a07","E7FG14","nanog","tlcd3bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FG14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXK6","fd20a07","Q6AXK6","nanog","ypel1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJY5","fd20a07","B3DJY5","nanog","letmd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z1","fd20a07","F1Q6Z1","nanog","faf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGM9","fd20a07","zgc:92850","nanog","ndufa7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6I5","fd20a07","F1Q6I5","nanog","shisa9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0JZL9","fd20a07","B0JZL9","nanog","ube2z","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0JZL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVZ7","fd20a07","A0A0R4IVZ7","nanog","crebbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKE4","fd20a07","B8JKE4","nanog","ccdc149b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7Z2","fd20a07","F1Q7Z2","nanog","ctdnep1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P2T1","fd20a07","Dynamin-1-like protein isoform X1","nanog","si:dkey-32e23.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynamin-1-like protein isoform X1 (Si:dkey-32e23.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KRU2","fd20a07","A0A0G2KRU2","nanog","LOC101884800","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KRU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX94","fd20a07","F1QX94","nanog","eif4g3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX94","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG44","fd20a07","X1WG44","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9F8","fd20a07","A0A0R4I9F8","nanog","wdr45","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9F8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXQ0","fd20a07","E7EXQ0","nanog","dlg5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB00","fd20a07","Synaptotagmin-like 5","nanog","sytl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQE0","fd20a07","A0A0R4IQE0","nanog","scarb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WE77","fd20a07","H0WE77","nanog","znf1061","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WE77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHZ0","fd20a07","si:ch211-261p7.4","nanog","b4galt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2E9","fd20a07","E7F2E9","nanog","si:ch73-167i17.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2E9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Z0","fd20a07","E7F6Z0","nanog","c1qtnf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYZ2","fd20a07","Q5TYZ2","nanog","six6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBX5","fd20a07","Q6PBX5","nanog","adi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITH9","fd20a07","I3ITH9","nanog","cep20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6W9","fd20a07","F1Q6W9","nanog","hs3st3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6W9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4STP4","fd20a07","A0A0N4STP4","nanog","klhl7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4STP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W502","fd20a07","F8W502","nanog","gtf2ird1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W502","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV04","fd20a07","Q6NV04","nanog","ilvbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NV04","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI13","fd20a07","GPI ethanolamine phosphate transferase 3","nanog","pigo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GPI ethanolamine phosphate transferase 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUG5","fd20a07","F1QUG5","nanog","eif3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ13","fd20a07","E7EZ13","nanog","soga1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0G1","fd20a07","A0A2R8S0G1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S0G1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM84","fd20a07","rgs9","nanog","rgs9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulator of G-protein signaling 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJH6","fd20a07","sb:cb295","nanog","guk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","guanylate kinase (EC 2.7.4.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561Y2","fd20a07","Q561Y2","nanog","nmnat1-rbp7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q561Y2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H5","fd20a07","F1Q5H5","nanog","asxl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5H5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIL3","fd20a07","Aquaporin","nanog","aqp11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aquaporin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZY5","fd20a07","F1QZY5","nanog","hspb6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2D0","fd20a07","Q7T2D0","nanog","sgsm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWA1","fd20a07","Q6NWA1","nanog","ammecr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4Y0","fd20a07","im:7155372","nanog","arhgef1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho guanine nucleotide exchange factor (GEF) 1b (Rho guanine nucleotide exchange factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q71PD7","fd20a07","h2az2a","nanog","h2az2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A.V (H2A.F/Z)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAH9","fd20a07","A0A0R4IAH9","nanog","si:dkey-102m7.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7H6","fd20a07","E7F7H6","nanog","hcn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM43","fd20a07","F1QM43","nanog","hddc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRF3","fd20a07","F1QRF3","nanog","asic4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEL8","fd20a07","zgc:101026","nanog","cks1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinases regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU82","fd20a07","fi22c11","nanog","zfp36l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WH79","fd20a07","gp130","nanog","il6st","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH03","fd20a07","E9QH03","nanog","slc45a4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH03","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV83","fd20a07","F1QV83","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV83","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2A8","fd20a07","Q7T2A8","nanog","sh3bgrl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PRC1","fd20a07","Q5PRC1","nanog","lhfpl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PRC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUV9","fd20a07","mid1ip1b","nanog","mid1ip1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mid1-interacting protein 1-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWJ4","fd20a07","rpl18a","nanog","rpl18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL20 (60S ribosomal protein L18a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P937","fd20a07","wu:fb61d08","nanog","clta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Clathrin light chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX06","fd20a07","Q6NX06","nanog","nucb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NX06","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZE6","fd20a07","wtip","nanog","wtip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5VSI2","fd20a07","zgc:162401","nanog","mrps11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","28S ribosomal protein S11, mitochondrial (Mitochondrial ribosomal protein S11) (Si:dkey-265m8.2) (Zgc:162401 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REG9","fd20a07","F1REG9","nanog","si:ch211-158d24.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R508","fd20a07","F1R508","nanog","tfdp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R508","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMN0","fd20a07","A0A0R4IMN0","nanog","si:ch73-340n8.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5H4","fd20a07","E7F5H4","nanog","ttyh3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH85","fd20a07","fj56g09","nanog","ncam1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NCAM (Neural cell adhesion molecule 1 precursor) (Neural cell adhesion molecule 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXJ7","fd20a07","Q6AXJ7","nanog","fam199x","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9B7","fd20a07","F1R9B7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PW3","fd20a07","taf2","nanog","taf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription initiation factor TFIID subunit 2 (TBP-associated factor 150 kDa) (Transcription initiation factor TFIID 150 kDa subunit) (TAF(II)150) (TAFII-150) (TAFII150)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AV71","fd20a07","Q8AV71","nanog","ved","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AV71","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAV8","fd20a07","U3JAV8","nanog","cad","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6P8","fd20a07","F1R6P8","nanog","cyb561d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG85","fd20a07","im:7154697","nanog","chrne","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acetylcholine receptor subunit epsilon","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU92","fd20a07","Q1LU92","nanog","ctnnal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LU92","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGP4","fd20a07","E7FGP4","nanog","mterf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUI3","fd20a07","zgc:56497","nanog","ttc9c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetratricopeptide repeat domain 9C (Tetratricopeptide repeat protein 9C) (Zgc:56497)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPZ6","fd20a07","A3KPZ6","nanog","ppt2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJ91","fd20a07","A0A2R8QJ91","nanog","b3gat1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJ91","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAL8","fd20a07","F1QAL8","nanog","prss60.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","P86839","fd20a07","P86839","nanog","nes","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P86839","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH70","fd20a07","A0A0R4IH70","nanog","gpbp1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IH70","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Y4","fd20a07","F1Q8Y4","nanog","tm7sf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS1","fd20a07","F1QKS1","nanog","cdk19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJW1","fd20a07","A0A0R4IJW1","nanog","si:dkey-15h8.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LW94","fd20a07","Q1LW94","nanog","mpp6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LW94","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R023","fd20a07","B0R023","nanog","nedd8l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R023","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QG75","fd20a07","A0A2R8QG75","nanog","si:dkey-246i14.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QG75","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1WB54","fd20a07","B1WB54","nanog","lrp12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1WB54","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIP3","fd20a07","E9QIP3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF34","fd20a07","X1WF34","nanog","ksr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF34","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNK1","fd20a07","A3KNK1","nanog","tmem120a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC78","fd20a07","rnf185","nanog","rnf185","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase RNF185 (EC 2.3.2.27) (RING finger protein 185) (RING-type E3 ubiquitin transferase RNF185)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISG9","fd20a07","I3ISG9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI50","fd20a07","B8JI50","nanog","dmap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI50","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F468","fd20a07","E7F468","nanog","paqr6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F468","tf-link","27924024","regulates","txid7955" +"A5JNG8","I6LD65","fd20a07","I6LD65","nanog","pcdh2g17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I6LD65","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH01","fd20a07","Q6TH01","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TH01","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9S3","fd20a07","brf1","nanog","brf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-related factor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3G3","fd20a07","E7F3G3","nanog","wfdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3G3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ31","fd20a07","F1QJ31","nanog","iws1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ31","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q895","fd20a07","F1Q895","nanog","hmgb3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q895","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AV71","fd20a07","A2AV71","nanog","npffr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AV71","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAG5","fd20a07","U3JAG5","nanog","sesn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGV7","fd20a07","A0A140LGV7","nanog","pou2f2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVX7","fd20a07","zgc:55526","nanog","atf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567Y8","fd20a07","ppp2ca","nanog","ppp2caa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHP6","fd20a07","F1QHP6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEA0","fd20a07","F1QEA0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWI0","fd20a07","F1QWI0","nanog","si:ch73-111k22.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567J5","fd20a07","Small nuclear ribonucleoprotein 25","nanog","snrnp25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein 25 (Zgc:112000)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDW5","fd20a07","F1RDW5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2U6","fd20a07","E7F2U6","nanog","poc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISX5","fd20a07","si:ch73-233k15.2","nanog","apol","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apolipoprotein L4 (Si:ch73-233k15.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRD1","fd20a07","atp5o","nanog","atp5po","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase subunit O, mitochondrial (Oligomycin sensitivity conferral protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502C1","fd20a07","mrps24","nanog","mrps24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS3m (28S ribosomal protein S24, mitochondrial) (MRP-S24) (S24mt)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBW3","fd20a07","F1RBW3","nanog","prkcsh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV97","fd20a07","Somatostatin receptor 1a","nanog","sstr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Somatostatin receptor 1a (Somatostatin receptor type 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMD7","fd20a07","B8JMD7","nanog","fryl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSW0","fd20a07","F1QSW0","nanog","vars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCL9","fd20a07","E7FCL9","nanog","stk39","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","L7NKH5","fd20a07","L7NKH5","nanog","cntnap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","L7NKH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWI5","fd20a07","Q7ZWI5","nanog","gnai2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZWI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB74","fd20a07","F1RB74","nanog","plk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB74","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBH0","fd20a07","F1RBH0","nanog","klf13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQW8","fd20a07","A0A0R4IQW8","nanog","ssbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMK6","fd20a07","Q6GMK6","nanog","tspan9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5G8","fd20a07","B8A5G8","nanog","mnat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVG7","fd20a07","Q1LVG7","nanog","atp5f1d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803M0","fd20a07","ppp1r3b","nanog","ppp1r3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 1 regulatory subunit 3B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYY9","fd20a07","A0A0R4IYY9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC22","fd20a07","X1WC22","nanog","si:dkey-90a13.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHI8","fd20a07","TKT","nanog","tktb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","transketolase (EC 2.2.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6R1","fd20a07","F1R6R1","nanog","acin1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFD0","fd20a07","X1WFD0","nanog","si:ch211-106e7.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRT7","fd20a07","F1QRT7","nanog","zbtb20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMB8","fd20a07","A0A2R8QMB8","nanog","ccdc47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBZ9","fd20a07","E9QBZ9","nanog","fbxo18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYN8","fd20a07","B0UYN8","nanog","si:dkey-57a22.14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS86","fd20a07","I3IS86","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NGH9","fd20a07","F6NGH9","nanog","nkx3-1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NGH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAU9","fd20a07","U3JAU9","nanog","si:dkey-66i24.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5NU21","fd20a07","Q5NU21","nanog","gadd45bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5NU21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW75","fd20a07","F1QW75","nanog","dnajb12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW75","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9J1","fd20a07","E7F9J1","nanog","clpxb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9G0","fd20a07","A0A0R4I9G0","nanog","mkrn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQP2","fd20a07","wu:fd20e06","nanog","stxbp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin-binding protein 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIW6","fd20a07","Uncharacterized protein LOC792915","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC792915 (Zgc:194578)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566X8","fd20a07","Q566X8","nanog","dmbx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566X8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PBI5","fd20a07","F6PBI5","nanog","rhpn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PBI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NSN2","fd20a07","mao","nanog","mao","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Amine oxidase [flavin-containing] (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase) (MAO) (Z-MAO)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INB3","fd20a07","A0A0R4INB3","nanog","slf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGH2","fd20a07","A2BGH2","nanog","ppil2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F683","fd20a07","mitogen-activated protein kinase kinase kinase","nanog","map3k2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KU45","fd20a07","A0A0G2KU45","nanog","ppp4r1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KU45","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHK7","fd20a07","A0A2R8QHK7","nanog","pcdh1g22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZI3","fd20a07","F1QZI3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBV7","fd20a07","Q6PBV7","nanog","tlcd3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGA9","fd20a07","zgc:158327","nanog","syne3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nesprin-3 (Spectrin repeat-containing, nuclear envelope family member 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6G9","fd20a07","fl74c10","nanog","map4k5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R310","fd20a07","F1R310","nanog","cep89","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R310","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Y5","fd20a07","pdcd4-2","nanog","pdcd4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Programmed cell death protein 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9R4","fd20a07","F1R9R4","nanog","ccnd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5I1","fd20a07","A1A5I1","nanog","fam133","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5I1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3ZB92","fd20a07","prkacb","nanog","prkacbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cAMP-dependent protein kinase (EC 2.7.11.11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4X3","fd20a07","zgc:103575","nanog","fbln5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibulin 5 (Fibulin-5 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RKQ0","fd20a07","bcas2","nanog","bcas2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing factor SPF27 (Protein BCAS2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIN6","fd20a07","Q5RIN6","nanog","ptrhd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4V3","fd20a07","fb98c11","nanog","prickle1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prickle homolog 1b (Prickle-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUD3","fd20a07","A0A0R4IUD3","nanog","mpv17l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BE65","fd20a07","A2BE65","nanog","hoxc9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BE65","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8G8","fd20a07","si:dkey-17e16.10","nanog","si:dkey-17e16.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ61","fd20a07","A0A0J9YJ61","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZL2","fd20a07","Q90ZL2","nanog","lancl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90ZL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWU5","fd20a07","A0A2R8PWU5","nanog","LOC101884374","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PWU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBQ1","fd20a07","X1WBQ1","nanog","wdr53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6I6","fd20a07","Q9W6I6","nanog","lft1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9W6I6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QT63","fd20a07","F1QT63","nanog","sarnp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QT63","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIH4","fd20a07","A2BIH4","nanog","znf644a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKT2","fd20a07","si:ch73-263f13.4","nanog","wsb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ78","fd20a07","F1QZ78","nanog","gmppab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR61","fd20a07","F1QR61","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR61","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD14","fd20a07","X1WD14","nanog","rflnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZZ6","fd20a07","Q7SZZ6","nanog","and3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX10","fd20a07","fa22e07","nanog","slc25a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP/ATP translocase (ADP,ATP carrier protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6I2","fd20a07","B8A6I2","nanog","zfyve21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXI2","fd20a07","Q1LXI2","nanog","myo5aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC66","fd20a07","F1RC66","nanog","rabac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC66","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F885","fd20a07","E7F885","nanog","taok3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F885","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMR2","fd20a07","usp33","nanog","usp33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 33 (EC 3.4.19.12) (Deubiquitinating enzyme 33) (Ubiquitin thioesterase 33) (Ubiquitin-specific-processing protease 33)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUY0","fd20a07","Q7ZUY0","nanog","seta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBN9","fd20a07","X1WBN9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q45FX9","fd20a07","Q45FX9","nanog","cryba2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q45FX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9J3","fd20a07","A0A286Y9J3","nanog","si:ch211-126c2.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9J3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDQ3","fd20a07","X1WDQ3","nanog","prr12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJK3","fd20a07","A0A0R4IJK3","nanog","ephb4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA64","fd20a07","F1RA64","nanog","si:dkey-112e17.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA64","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLR3","fd20a07","F1QLR3","nanog","fxr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG67","fd20a07","klf12","nanog","klf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU91","fd20a07","itpk1","nanog","itpk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (Inositol 1,3,4-trisphosphate 5/6-kinase) (Inositol-triphosphate 5/6-kinase) (Ins(1,3,4)P(3) 5/6-kinase) (EC 2.7.1.159)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502B2","fd20a07","zgc:112358","nanog","vkorc1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","vitamin-K-epoxide reductase (warfarin-sensitive) (EC 1.17.4.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P102","fd20a07","hm:zehn0976","nanog","ywhabl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide like isoform X1 (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, beta polypeptide-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWD7","fd20a07","zgc:55317","nanog","emc9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER membrane protein complex subunit 9 (Zgc:55317)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F371","fd20a07","E7F371","nanog","synrg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F371","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZZ4","fd20a07","Q7ZZZ4","nanog","higd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2KN93","fd20a07","specc1la","nanog","specc1la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZF0","fd20a07","A8DZF0","nanog","kctd9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEG1","fd20a07","A2BEG1","nanog","si:ch211-106a19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BEG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8X5","fd20a07","fermt2","nanog","fermt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fermitin family homolog 2 (Kindlin-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPJ4","fd20a07","A3KPJ4","nanog","ptprn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","V5NF92","fd20a07","V5NF92","nanog","gpc6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V5NF92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZI2","fd20a07","Q5TZI2","nanog","ppm1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHM5","fd20a07","Q6DHM5","nanog","slc17a9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5K6","fd20a07","wu:fe49a05","nanog","cnot8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVV4","fd20a07","zgc:92484","nanog","cpsf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7F8","fd20a07","E7F7F8","nanog","si:ch73-280o22.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7F8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3W3","fd20a07","kazna","nanog","kazna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kazrin-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0QZZ6","fd20a07","B0QZZ6","nanog","cd37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0QZZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IB27","fd20a07","A0A0R4IB27","nanog","si:dkey-31c13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IB27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVX5","fd20a07","A0A0R4IVX5","nanog","jazf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW93","fd20a07","Eukaryotic Translation initiation factor 1B","nanog","eif1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic Translation initiation factor 1B (Zgc:56676)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ13","fd20a07","F1QJ13","nanog","plcd3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNX6","fd20a07","A3KNX6","nanog","c3orf70b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KPH1","fd20a07","A0A0G2KPH1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KPH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSD6","fd20a07","F1QSD6","nanog","epha2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX88","fd20a07","A0A0R4IX88","nanog","si:dkey-61n16.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX88","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFN5","fd20a07","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","nanog","ppip5k1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L887","fd20a07","Q1L887","nanog","tcf25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L887","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIS1","fd20a07","B8JIS1","nanog","atp5pb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP50","fd20a07","F1QP50","nanog","erbb3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUU0","fd20a07","si:dkey-165i4.4","nanog","dnajb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ heat shock protein family (Hsp40) member B5 (DnaJ homolog subfamily B member 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQD4","fd20a07","F1QQD4","nanog","plpp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7K8","fd20a07","B0S7K8","nanog","coil","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7K8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8Q4","fd20a07","F1R8Q4","nanog","nat9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGN6","fd20a07","Patatin-like phospholipase domain-containing 2","nanog","pnpla2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Patatin-like phospholipase domain-containing 2 (Patatin-like phospholipase domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWX6","fd20a07","A0A0R4IWX6","nanog","abi2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502P6","fd20a07","zgc:111955","nanog","ndufs5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 5 (Complex I-15 kDa) (NADH-ubiquinone oxidoreductase 15 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCG2","fd20a07","F1RCG2","nanog","ptges3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYH3","fd20a07","F1QYH3","nanog","pck1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T005","fd20a07","Q7T005","nanog","rab11fip3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T005","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BI69","fd20a07","A2BI69","nanog","abca2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BI69","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IER9","fd20a07","A0A0R4IER9","nanog","daam1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IER9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHT5","fd20a07","Si:ch211-288d18.1","nanog","si:ch211-288d18.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-288d18.1 (USP6 N-terminal-like protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX77","fd20a07","Q1LX77","nanog","asz1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX77","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F349","fd20a07","bms1l","nanog","bms1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BMS1 ribosome biogenesis factor (Ribosome biogenesis protein BMS1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV86","fd20a07","A0A0R4IV86","nanog","si:ch211-221f10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDV6","fd20a07","F1RDV6","nanog","dusp16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV92","fd20a07","prp19","nanog","prpf19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-processing factor 19 (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYI3","fd20a07","hecw1","nanog","hecw1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","HECT-type E3 ubiquitin transferase (EC 2.3.2.26)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZCQ5","fd20a07","B7ZCQ5","nanog","ppifa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZCQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSU2","fd20a07","F1QSU2","nanog","cluha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KUS3","fd20a07","A0A0G2KUS3","nanog","stard5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KUS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5E8","fd20a07","F1Q5E8","nanog","pde4d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5E8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB73","fd20a07","A0A286YB73","nanog","ppp6r3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YB73","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYX8","fd20a07","CRMP-3","nanog","dpysl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dihydropyrimidinase-like 4 (Dihydropyrimidinase-related protein 4 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9W6","fd20a07","E7F9W6","nanog","ddhd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9W6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REG4","fd20a07","F1REG4","nanog","palb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NLJ7","fd20a07","FACT complex subunit SSRP1","nanog","ssrp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FACT complex subunit SSRP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK14","fd20a07","F1QK14","nanog","trmt1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK14","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4V3","fd20a07","F1Q4V3","nanog","megf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG80","fd20a07","MDS026","nanog","ppp2r2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4Y9","fd20a07","B0S4Y9","nanog","cdca7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4Y9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ39","fd20a07","hm:zeh1186","nanog","mcfd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPC3","fd20a07","A0A2R8QPC3","nanog","mbd3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX67","fd20a07","F1QX67","nanog","si:dkey-283j8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX67","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD80","fd20a07","F1RD80","nanog","cdh17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD80","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXL9","fd20a07","B0UXL9","nanog","agfg1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX01","fd20a07","Q6NX01","nanog","galnt6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NX01","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY44","fd20a07","K7DY44","nanog","foxn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DY44","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWG2","fd20a07","F1QWG2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7N0","fd20a07","A8E7N0","nanog","junba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY78","fd20a07","Q1LY78","nanog","rhof","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY78","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMB0","fd20a07","A5PMB0","nanog","zbtb10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IY89","fd20a07","A0A0R4IY89","nanog","nkx6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IY89","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIP9","fd20a07","B8JIP9","nanog","pdcd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCP3","fd20a07","X1WCP3","nanog","atp8a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG17","fd20a07","X1WG17","nanog","h2bc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMC0","fd20a07","A0A2R8QMC0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJP9","fd20a07","A0A2R9YJP9","nanog","slc37a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEB1","fd20a07","Calcium channel, voltage-dependent, gamma subunit 5b","nanog","cacng5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium channel, voltage-dependent, gamma subunit 5b (Voltage-dependent calcium channel gamma-5 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2S8","fd20a07","E7F2S8","nanog","acsf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUR8","fd20a07","A5WUR8","nanog","shisa4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5V3","fd20a07","fasn","nanog","fasn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ42","fd20a07","zgc:86674","nanog","ndufa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3A4","fd20a07","rab13","nanog","rab13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHL6","fd20a07","wu:fa92e06","nanog","rps6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYJ3","fd20a07","Q7SYJ3","nanog","zbtb14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SYJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q2M9","fd20a07","A0A2R8Q2M9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q2M9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6J8","fd20a07","B0S6J8","nanog","ankrd10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPW9","fd20a07","Bag6","nanog","Bag6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large proline-rich protein BAG6 (BCL2-associated athanogene 6) (HLA-B-associated transcript 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFH5","fd20a07","A0A0R4IFH5","nanog","hmgcrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F665","fd20a07","E7F665","nanog","slc25a34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F665","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEH4","fd20a07","A0A0R4IEH4","nanog","unc5da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1D4","fd20a07","E7F1D4","nanog","lipeb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMK1","fd20a07","Q6GMK1","nanog","cdc42ep4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2A3","fd20a07","dda1","nanog","dda1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DET1- and DDB1-associated protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9H4","fd20a07","F1Q9H4","nanog","snx22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITC1","fd20a07","A0A0R4ITC1","nanog","si:ch211-215e19.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHM9","fd20a07","z6-4phr","nanog","cry5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cryptochrome circadian clock 5 isoform X1 (Cryptochrome circadian regulator 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4T5","fd20a07","F2Z4T5","nanog","si:ch211-102c2.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGL5","fd20a07","wu:fc34a11","nanog","trappc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trafficking protein particle complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6M0","fd20a07","fe47h06","nanog","suv39h1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone-lysine N-methyltransferase (EC 2.1.1.355)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0D3","fd20a07","Syntaxin 12,-like","nanog","stx12l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin 12,-like (Syntaxin-12-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F050","fd20a07","E7F050","nanog","btbd16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F050","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L293","fd20a07","A1L293","nanog","ptpmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L293","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V348","fd20a07","B0V348","nanog","asnsd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V348","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMQ5","fd20a07","F1QMQ5","nanog","hpse2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3L3","fd20a07","F8W3L3","nanog","si:dkey-229b18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z98","fd20a07","bcl2l","nanog","bcl2l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-like 1 (Bcl-2-like protein 1) (Bcl-XL-like protein 1) (Bcl2l protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC73","fd20a07","grb2","nanog","grb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5V4","fd20a07","F1Q5V4","nanog","stau1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5V4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBI8","fd20a07","E9QBI8","nanog","lhx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAF7","fd20a07","A0A0R4IAF7","nanog","metrnla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITA8","fd20a07","A0A0R4ITA8","nanog","pfkpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2VJ87","fd20a07","Gap junction protein","nanog","cx27.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM16","fd20a07","F1QM16","nanog","trpc4apa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM16","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5J7","fd20a07","cb971","nanog","asph","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aspartate beta-hydroxylase (EC 1.14.11.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV56","fd20a07","F1QV56","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q767","fd20a07","F1Q767","nanog","tnfsf10l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q767","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKJ3","fd20a07","A0A0R4IKJ3","nanog","arid1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXM4","fd20a07","E7EXM4","nanog","si:ch211-236h17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTF0","fd20a07","F1QTF0","nanog","hmgcl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPE6","fd20a07","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1","nanog","gabrr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-aminobutyric acid receptor subunit rho-2 isoform X1 (Gamma-aminobutyric acid type A receptor subunit rho2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9V8","fd20a07","F1Q9V8","nanog","mier3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9V8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3U2","fd20a07","E7F3U2","nanog","si:ch211-196h16.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1U0","fd20a07","E7F1U0","nanog","myorg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D6UPT1","fd20a07","papd5","nanog","tent4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Non-canonical poly(A) RNA polymerase PAPD5 (EC 2.7.7.19) (Terminal nucleotidyltransferase 4B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","G8JL17","fd20a07","G8JL17","nanog","siah2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G8JL17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9UL44","fd20a07","A9UL44","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9UL44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJ50","fd20a07","A0A0R4IJ50","nanog","hdhd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJ50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMS9","fd20a07","DNA-directed RNA polymerase subunit","nanog","polr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFT4","fd20a07","A0A140LFT4","nanog","shtn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRL3","fd20a07","A0A0R4IRL3","nanog","si:ch73-103b11.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHM2","fd20a07","Z4YHM2","nanog","adat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3D6","fd20a07","E7F3D6","nanog","scyl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3D6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II36","fd20a07","A0A0R4II36","nanog","tmem265","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II36","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCL4","fd20a07","E7FCL4","nanog","waplb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR43","fd20a07","glceb","nanog","glceb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXU7","fd20a07","F1QXU7","nanog","skila","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZN4","fd20a07","A0A0R4IZN4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QST3","fd20a07","F1QST3","nanog","si:ch211-254p10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QST3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IES1","fd20a07","A0A0R4IES1","nanog","adamts1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IES1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISL4","fd20a07","si:ch211-195p4.3","nanog","cenpw","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein W","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T321","fd20a07","Q7T321","nanog","kcmf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T321","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLP5","fd20a07","F1QLP5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM07","fd20a07","F1QM07","nanog","ctns","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM07","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4FZZ7","fd20a07","hist1h2a2","nanog","hist1h2a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGT8","fd20a07","fat","nanog","fat1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FAT atypical cadherin 1a (Protocadherin Fat 1 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMP4","fd20a07","A5PMP4","nanog","wdr83","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IG34","fd20a07","A0A0R4IG34","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUU5","fd20a07","Q1LUU5","nanog","zbtb22b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RMQ4","fd20a07","A0A2R8RMQ4","nanog","eef1akmt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RMQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAE2","fd20a07","F1RAE2","nanog","gar1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ID18","fd20a07","A0A0R4ID18","nanog","trmt13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ID18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DEU2","fd20a07","Q9DEU2","nanog","atp1a3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DEU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVF2","fd20a07","F1QVF2","nanog","duox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYX0","fd20a07","F1QYX0","nanog","ldlrad4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803J3","fd20a07","cb75","nanog","rab2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-2A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUL6","fd20a07","A0A0R4IUL6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWG3","fd20a07","Q1LWG3","nanog","mrpl36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYG5","fd20a07","Q1LYG5","nanog","eef2a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVF3","fd20a07","smg7","nanog","smg7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nonsense-mediated mRNA decay factor SMG7 (SMG-7 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVW3","fd20a07","Q7ZVW3","nanog","pik3r3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUW3","fd20a07","A0A0R4IUW3","nanog","si:dkey-171c9.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1T1","fd20a07","E7F1T1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI14","fd20a07","B8JI14","nanog","eif2ak3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI14","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A558","fd20a07","B8A558","nanog","ppp2r5d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A558","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJL8","fd20a07","E9QJL8","nanog","dock4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY72","fd20a07","F1QY72","nanog","mis12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY72","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGV1","fd20a07","mcoln1","nanog","mcoln1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mucolipin TRP cation channel 1a (Mucolipin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PEH1","fd20a07","kdelr2","nanog","kdelr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2) (KDEL receptor 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F142","fd20a07","E7F142","nanog","tlcd5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F142","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AWE1","fd20a07","hm:zehl0637","nanog","prdx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ79","fd20a07","A0A0R4IZ79","nanog","nlrc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ79","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX59","fd20a07","Q1LX59","nanog","ch25hl1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX59","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITW2","fd20a07","A0A0R4ITW2","nanog","si:dkey-11c5.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM61","fd20a07","Q6ZM61","nanog","ube2g1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEL1","fd20a07","rad21a","nanog","rad21a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNV8","fd20a07","A3KNV8","nanog","ubfd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDZ6","fd20a07","E9QDZ6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQS2","fd20a07","F1QQS2","nanog","cbln13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKA1","fd20a07","F1QKA1","nanog","bbc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSS3","fd20a07","A0A1D5NSS3","nanog","phf21aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","D1YSM1","fd20a07","D1YSM1","nanog","il4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D1YSM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPS1","fd20a07","F1QPS1","nanog","alg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKC1","fd20a07","MCM3","nanog","mcm3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA replication licensing factor MCM3 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDK3","fd20a07","E9QDK3","nanog","scara3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q982","fd20a07","F1Q982","nanog","cbx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q982","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UUX0","fd20a07","cb945","nanog","akt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1C5","fd20a07","E7F1C5","nanog","frmd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1C5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX77","fd20a07","A0A0R4IX77","nanog","plpp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX77","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CJ6","fd20a07","zgc:153020","nanog","grk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC64","fd20a07","elovl6","nanog","elovl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5E0","fd20a07","A0A2R8Q5E0","nanog","creld1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5E0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHK8","fd20a07","Q5RHK8","nanog","pinx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6Z5","fd20a07","B0S6Z5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6Z5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ59","fd20a07","kcnk3","nanog","kcnk3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4T4","fd20a07","E7F4T4","nanog","zc3h7bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4T4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F981","fd20a07","im:7151238","nanog","nup98","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear pore complex protein Nup98-Nup96","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803X7","fd20a07","Q803X7","nanog","nap1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKQ5","fd20a07","B8JKQ5","nanog","jag1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHM0","fd20a07","Q6DHM0","nanog","bpgm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX78","fd20a07","sfrp","nanog","szl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sizzled (Szl protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66JN5","fd20a07","zgc:91887","nanog","pon1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paraoxonase (EC 3.1.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BX9","fd20a07","im:7148473","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC767645 (Zgc:153993)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZC3","fd20a07","A8DZC3","nanog","znf1144","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCN5","fd20a07","X1WCN5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803I4","fd20a07","rnf2","nanog","rnf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase RING2 (EC 2.3.2.27) (RING finger protein 1B) (RING1b) (RING finger protein 2) (RING-type E3 ubiquitin transferase RING2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6N5","fd20a07","F1R6N5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6N5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L9G6","fd20a07","Q1L9G6","nanog","cd9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L9G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICG1","fd20a07","A0A0R4ICG1","nanog","slc25a43","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAG5","fd20a07","A0A2R8QAG5","nanog","tmem254","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM40","fd20a07","rg9mtd1","nanog","trmt10c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tRNA methyltransferase 10 homolog C (EC 2.1.1.218) (EC 2.1.1.221) (Mitochondrial ribonuclease P protein 1) (RNA (guanine-9-)-methyltransferase domain-containing protein 1) (mRNA methyladenosine-N(1)-methyltransferase) (tRNA (adenine(9)-N(1))-methyltransferase) (tRNA (guanine(9)-N(1))-methyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBN4","fd20a07","X1WBN4","nanog","si:ch211-129o18.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8HAL1","fd20a07","usp16","nanog","usp16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEK4","fd20a07","E9QEK4","nanog","mrpl45","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6K2","fd20a07","B0S6K2","nanog","plk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN21","fd20a07","F1QN21","nanog","ripply1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QN21","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8QHL5","fd20a07","phc2","nanog","phc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyhomeotic-like protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REV2","fd20a07","F1REV2","nanog","mst1rb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6F5","fd20a07","B8A6F5","nanog","mlh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6F5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B7G7","fd20a07","Q3B7G7","nanog","srek1ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q3B7G7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2J4","fd20a07","F8W2J4","nanog","hhat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIN0","fd20a07","E9QIN0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDD6","fd20a07","F1RDD6","nanog","shroom2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGJ8","fd20a07","Q5RGJ8","nanog","gnptab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZE7","fd20a07","F1QZE7","nanog","raph1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHJ8","fd20a07","zgc:92268","nanog","peli2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase pellino homolog 2 (EC 2.3.2.27) (Pellino E3 ubiquitin protein ligase family member 2) (Pellino homolog 2 (Drosophila))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC55","fd20a07","Q6PC55","nanog","gid8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC55","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWK7","fd20a07","A0A0R4IWK7","nanog","im:7141269","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503P2","fd20a07","nip7","nanog","nip7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60S ribosome subunit biogenesis protein NIP7 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX91","fd20a07","fj66c04","nanog","rrs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosome biogenesis regulatory protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9F6","fd20a07","F1Q9F6","nanog","luc7l3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK65","fd20a07","B3DK65","nanog","LOC797835","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK65","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QD98","fd20a07","E9QD98","nanog","elob","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QD98","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3J5","fd20a07","tlr5","nanog","tlr5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Toll-like receptor 5b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVV4","fd20a07","wu:fb93b01","nanog","gtf2h2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription factor IIH subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZN0","fd20a07","E7EZN0","nanog","glt1d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRA8","fd20a07","A9JRA8","nanog","kif2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RP20","fd20a07","A0A2R8RP20","nanog","dctn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RP20","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP23","fd20a07","eprs","nanog","eprs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bifunctional glutamate/proline--tRNA ligase (Glutamyl-prolyl-tRNA synthetase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX72","fd20a07","Q1LX72","nanog","synm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX72","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6T6","fd20a07","E7F6T6","nanog","slc25a51b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJI1","fd20a07","A0A0R4IJI1","nanog","si:ch211-225b11.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBU0","fd20a07","F1RBU0","nanog","aifm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE99","fd20a07","E9QE99","nanog","si:dkey-92i17.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE99","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WFT4","fd20a07","A8WFT4","nanog","scly","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WFT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJG8","fd20a07","F6NJG8","nanog","nek11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NJG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCD5","fd20a07","F1RCD5","nanog","cadpsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q749","fd20a07","fc87a02","nanog","dkc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dyskeratosis congenita 1, dyskerin (H/ACA ribonucleoprotein complex subunit 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHV8","fd20a07","Q6PHV8","nanog","rasd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502M9","fd20a07","zgc:92635","nanog","elocb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongin-C","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGE2","fd20a07","mapk14a","nanog","mapk14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase 14A (MAP kinase 14A) (MAPK 14A) (EC 2.7.11.24) (Mitogen-activated protein kinase p38a) (MAP kinase p38a) (zp38a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIG0","fd20a07","A2BIG0","nanog","si:ch211-225b11.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHR9","fd20a07","A0A2R8QHR9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IMK3","fd20a07","Q6IMK3","nanog","dnajc27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IMK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRQ1","fd20a07","Q6DRQ1","nanog","si:ch211-114c12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJS3","fd20a07","Q5XJS3","nanog","scp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4Y4","fd20a07","B0S4Y4","nanog","hs6st3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ85","fd20a07","A3KQ85","nanog","arl2bp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQ85","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMI3","fd20a07","reverbb2","nanog","nr1d2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nr1d2b protein (Nuclear receptor subfamily 1 group D member 2) (Nuclear receptor subfamily 1, group D, member 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0J8","fd20a07","zgc:66110","nanog","pdhx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dihydrolipoamide acetyltransferase component of pyruvate dehydrogenase complex (EC 2.3.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI05","fd20a07","B8JI05","nanog","tacr3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSR5","fd20a07","F1QSR5","nanog","vps25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F133","fd20a07","E7F133","nanog","ccdc173","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F133","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7E3K4","fd20a07","A7E3K4","nanog","nox1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7E3K4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V343","fd20a07","B0V343","nanog","osgepl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V343","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV25","fd20a07","A5WV25","nanog","mpp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WV25","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIA1","fd20a07","B8JIA1","nanog","kiaa1109","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGN9","fd20a07","Kinesin family member 20Bb","nanog","kif20bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVV0","fd20a07","Q1LVV0","nanog","fam83h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W289","fd20a07","CHUNP6865","nanog","b3gat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDJ4","fd20a07","E9QDJ4","nanog","paxbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCM6","fd20a07","X1WCM6","nanog","hdac12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKP6","fd20a07","B8JKP6","nanog","greb1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGL0","fd20a07","zgc:92872","nanog","rpl18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein L18 (Zgc:92872)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3S4","fd20a07","LOC100334443","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAX9","fd20a07","F1QAX9","nanog","rhbdl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDU2","fd20a07","glutaminase","nanog","glsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","glutaminase (EC 3.5.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90264","fd20a07","Q90264","nanog","emx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90264","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5Y5","fd20a07","B0S5Y5","nanog","hoxd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5Y5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXT9","fd20a07","fc21g05","nanog","chkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ethanolamine kinase (EC 2.7.1.82)","tf-link","27924024","regulates","txid7955" +"A5JNG8","G9MDF3","fd20a07","apoer2","nanog","lrp8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apolipoprotein E receptor 2 (Low density lipoprotein receptor-related protein 8, apolipoprotein e receptor) (Low-density lipoprotein receptor-related protein 8 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXV5","fd20a07","A0A0R4IXV5","nanog","psip1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYL5","fd20a07","B0UYL5","nanog","dhrs12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHL1","fd20a07","Q6DHL1","nanog","supt3h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6E4","fd20a07","F1Q6E4","nanog","jpt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ64","fd20a07","F1QZ64","nanog","abcf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ64","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BZ2","fd20a07","Q08BZ2","nanog","zgc:153926","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKN6","fd20a07","F1QKN6","nanog","gpc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q973","fd20a07","F1Q973","nanog","acap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q973","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4B9","fd20a07","E7F4B9","nanog","wdr47a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ72","fd20a07","Q5TZ72","nanog","pfas","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ72","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4M4","fd20a07","F1R4M4","nanog","klhl15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4M4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL10","fd20a07","cyr61","nanog","ccn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCN family member 1 (Cellular communication network factor 1) (Protein CYR61)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHU2","fd20a07","tmem65","nanog","tmem65","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 65","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4E4","fd20a07","B8A4E4","nanog","si:dkey-11e23.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEE1","fd20a07","H0WEE1","nanog","znf1065","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLP7","fd20a07","B8JLP7","nanog","ankrd12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQ65","fd20a07","A0A2R8QQ65","nanog","cobl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQ65","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4UU31","fd20a07","MKK4B","nanog","map2k4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAQ9","fd20a07","Q5EAQ9","nanog","sft2d2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5EAQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUD8","fd20a07","MAP1-LC3B","nanog","map1lc3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Map1lc3b protein (Microtubule-associated protein 1 light chain 3 beta) (Microtubule-associated protein 1-light chain 3B) (Microtubule-associated proteins 1A/1B light chain 3B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJ26","fd20a07","A0A0R4IJ26","nanog","tnrc6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJ26","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9Z9","fd20a07","A0A286Y9Z9","nanog","si:ch211-200p22.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9Z9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWU1","fd20a07","F1QWU1","nanog","otud6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHI9","fd20a07","zgc:92282","nanog","psmb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6J3","fd20a07","srgap2","nanog","srgap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SLIT-ROBO Rho GTPase-activating protein 2 (srGAP2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC46","fd20a07","Q6PC46","nanog","wdr83os","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC46","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWG5","fd20a07","c20orf14","nanog","prpf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-processing factor 6 (PRP6 homolog) (U5 snRNP-associated 102 kDa protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803H5","fd20a07","gnb1l","nanog","gnb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEX9","fd20a07","E9QEX9","nanog","ankhd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F023","fd20a07","E7F023","nanog","maza","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F023","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1V4","fd20a07","A1L1V4","nanog","loxl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1V4","tf-link","27924024","regulates","txid7955" +"A5JNG8","P58368","fd20a07","P58368","nanog","ankhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P58368","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYD7","fd20a07","F1QYD7","nanog","jam3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PU58","fd20a07","Q9PU58","nanog","nipsnap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PU58","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA89","fd20a07","E7FA89","nanog","si:ch211-266o15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA89","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZD8","fd20a07","F1QZD8","nanog","ttpal","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT24","fd20a07","adam10","nanog","adam10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1G1","fd20a07","A1L1G1","nanog","esrp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1G1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5VSC8","fd20a07","Q5VSC8","nanog","ddhd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5VSC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGY8","fd20a07","emc2","nanog","emc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER membrane protein complex subunit 2 (Tetratricopeptide repeat protein 35) (TPR repeat protein 35)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRA3","fd20a07","A0A2R8QRA3","nanog","sgsm1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803Y1","fd20a07","Q803Y1","nanog","tk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803Y1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUD4","fd20a07","Q1LUD4","nanog","tmem238a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHM0","fd20a07","E9QHM0","nanog","cacng3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1B5","fd20a07","ER membrane protein complex subunit 3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER membrane protein complex subunit 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCL0","fd20a07","F1QCL0","nanog","git2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVR8","fd20a07","mettl5","nanog","mettl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","rRNA N6-adenosine-methyltransferase METTL5 (EC 2.1.1.-) (Methyltransferase-like protein 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYA4","fd20a07","A0A0R4IYA4","nanog","pnisr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A562","fd20a07","B8A562","nanog","fbxw2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A562","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q05AL8","fd20a07","Q05AL8","nanog","znf76","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q05AL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZA5","fd20a07","A0A0R4IZA5","nanog","rnft2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH44","fd20a07","LOC792194","nanog","snai1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LOC792194 protein (Snail 1b) (Snail family zinc finger 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUZ5","fd20a07","cant1","nanog","cant1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium-activated nucleotidase 1a (Soluble calcium-activated nucleotidase 1 (EC 3.6.1.6))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5U0","fd20a07","F1Q5U0","nanog","si:ch1073-396h14.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS17","fd20a07","F1QS17","nanog","senp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KD63","fd20a07","A0A0G2KD63","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KD63","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKS1","fd20a07","A0A0H2UKS1","nanog","fstl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYF0","fd20a07","F1QYF0","nanog","tbl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQM0","fd20a07","sf3b14","nanog","sf3b6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B (Splicing factor 3b, subunit 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V233","fd20a07","im:7155552","nanog","jam2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Junctional adhesion molecule 2 precursor (Junctional adhesion molecule 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUC9","fd20a07","Q7ZUC9","nanog","sh3bgrl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7S8","fd20a07","E7F7S8","nanog","rttn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGK1","fd20a07","zgc:92883","nanog","arl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-like protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08B94","fd20a07","Q08B94","nanog","tafa4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08B94","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMA5","fd20a07","B8JMA5","nanog","fktn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHT3","fd20a07","B3DHT3","nanog","zgc:194297","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVJ5","fd20a07","A0A0R4IVJ5","nanog","map3k7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9V3","fd20a07","F1Q9V3","nanog","mboat7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAR7","fd20a07","U3JAR7","nanog","nfe2l1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAZ1","fd20a07","E7FAZ1","nanog","si:ch211-149b19.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVF2","fd20a07","fb11d08","nanog","glulb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q551","fd20a07","F1Q551","nanog","trioa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q551","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRQ5","fd20a07","A9JRQ5","nanog","rnf25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F225","fd20a07","E7F225","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F225","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RHM4","fd20a07","A0A2R8RHM4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RHM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q964","fd20a07","F1Q964","nanog","ddit3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q964","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS54","fd20a07","si:ch1073-342h5.2","nanog","si:ch1073-342h5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat-containing protein 41","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQH7","fd20a07","A0A0R4IQH7","nanog","si:dkey-1b17.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEH7","fd20a07","Q6DEH7","nanog","nek7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC92","fd20a07","zgc:100801","nanog","ralba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZM1","fd20a07","gba1","nanog","gba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucosylceramidase (EC 3.2.1.45)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN01","fd20a07","A5PN01","nanog","si:dkeyp-120h9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PN01","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2GRF3","fd20a07","B2GRF3","nanog","barx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2GRF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPP4","fd20a07","F1QPP4","nanog","znf740b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZJ9","fd20a07","A0A0R4IZJ9","nanog","atg4db","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXU3","fd20a07","Q1LXU3","nanog","smap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGH9","fd20a07","Q6DGH9","nanog","otpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHQ2","fd20a07","A0A0R4IHQ2","nanog","fam189a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAH7","fd20a07","F1QAH7","nanog","arl16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIL6","fd20a07","F1QIL6","nanog","acad9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QE16","fd20a07","A0A2R8QE16","nanog","trib1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QE16","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM18","fd20a07","A0A0R4IM18","nanog","mier1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH73","fd20a07","Q6PH73","nanog","btg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PH73","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFL2","fd20a07","E7FFL2","nanog","si:ch211-22d5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5R8","fd20a07","aox6","nanog","aox6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aldehyde oxidase (EC 1.2.3.1) (Aldehyde oxidase beta) (Aldehyde oxidase isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUT5","fd20a07","Q7ZUT5","nanog","arpp19b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4J6P5","fd20a07","A0A0R4J6P5","nanog","ash1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4J6P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q05AK9","fd20a07","Q05AK9","nanog","tma7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q05AK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU46","fd20a07","hspa4l","nanog","hspa4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock protein 4, like (Heat shock protein 4a) (Hspa4l protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITF1","fd20a07","I3ITF1","nanog","baz2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXY9","fd20a07","fc25h12","nanog","faf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FAS-associated factor 1 (Fas (TNFRSF6)-associated factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGE0","fd20a07","A2BGE0","nanog","stxbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QBQ2","fd20a07","A0A2R8QBQ2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QBQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGL4","fd20a07","F1QGL4","nanog","pcdh18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK47","fd20a07","B3DK47","nanog","per1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXF6","fd20a07","Q7SXF6","nanog","creld2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSB3","fd20a07","F1QSB3","nanog","srprb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QA12","fd20a07","A0A2R8QA12","nanog","cntn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QA12","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4K0","fd20a07","Alpha-sarcoglycan","nanog","sgca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-sarcoglycan (Sarcoglycan, alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L864","fd20a07","Q1L864","nanog","jagn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L864","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q7V9","fd20a07","A0A2R8Q7V9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q7V9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG24","fd20a07","A0A140LG24","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG24","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4J720","fd20a07","A0A0R4J720","nanog","mfsd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4J720","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2J9","fd20a07","G1K2J9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2J9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QT18","fd20a07","F1QT18","nanog","ttll9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QT18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJQ5","fd20a07","exosc9","nanog","exosc9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exosome complex component RRP45 (Exosome component 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXT3","fd20a07","F1QXT3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRB2","fd20a07","A9JRB2","nanog","si:dkey-253d23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXC7","fd20a07","F1QXC7","nanog","rfng","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM34","fd20a07","bZ34G2.3","nanog","vps35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar protein sorting-associated protein 35","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8L9","fd20a07","F1R8L9","nanog","spred1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8L9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3R4","fd20a07","B0V3R4","nanog","slc6a6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V3R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RI83","fd20a07","A0A2R8RI83","nanog","LOC101882355","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RI83","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZT36","fd20a07","Q7ZT36","nanog","pvalb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZT36","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0K9","fd20a07","B0R0K9","nanog","si:ch211-103n10.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0K9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7I5","fd20a07","A8E7I5","nanog","ttc36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4K6","fd20a07","F1R4K6","nanog","foxo6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6A6","fd20a07","A0A2R8Q6A6","nanog","fam219b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5R205","fd20a07","Q5R205","nanog","kcnj11l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5R205","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS50","fd20a07","A0A0R4IS50","nanog","dusp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS50","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4C3","fd20a07","E7F4C3","nanog","slc43a3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4C3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L2I7","fd20a07","A0A0G2L2I7","nanog","c2cd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L2I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW08","fd20a07","A5WW08","nanog","chfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WW08","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXW2","fd20a07","Q7SXW2","nanog","zgpat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IU39","fd20a07","wu:fe49f10","nanog","cdc20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJL7","fd20a07","zgc:100969","nanog","trappc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trafficking protein particle complex subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQA2","fd20a07","DNA-directed RNA polymerase subunit beta","nanog","polr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","C4P342","fd20a07","Protocadherin-17","nanog","pcdh17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protocadherin-17 (Protocadherin-17 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZL2","fd20a07","Growth hormone secretagogue receptor type 1","nanog","ghsrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth hormone secretagogue receptor type 1 (GH-releasing peptide receptor) (Ghrelin receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFH8","fd20a07","E9QFH8","nanog","csde1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB91","fd20a07","E9QB91","nanog","si:ch73-138n13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB91","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEG8","fd20a07","Q6DEG8","nanog","nicn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V325","fd20a07","B0V325","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V325","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCN0","fd20a07","X1WCN0","nanog","si:ch211-209l18.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L2F3","fd20a07","A1L2F3","nanog","nusap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L2F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5C5","fd20a07","F1Q5C5","nanog","ikzf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5C5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV60","fd20a07","Q7ZV60","nanog","bcs1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV60","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE36","fd20a07","F1RE36","nanog","ppp1r14ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZU6","fd20a07","A0A0R4IZU6","nanog","si:dkey-34d22.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IB88","fd20a07","A0A0R4IB88","nanog","trim45","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IB88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBX1","fd20a07","med20","nanog","med20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 20 (Mediator complex subunit 20) (TRF-proximal protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F216","fd20a07","E7F216","nanog","xylt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F216","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DID2","fd20a07","B3DID2","nanog","gja5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DID2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5D6V4","fd20a07","Tmem17b","nanog","Tmem17b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 17B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9C9","fd20a07","F1Q9C9","nanog","ddhd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7T3","fd20a07","F1Q7T3","nanog","slc16a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7T3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BID3","fd20a07","A2BID3","nanog","ccnl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BID3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHG0","fd20a07","fe38f01","nanog","gopc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgi-associated PDZ and coiled-coil motif-containing","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJ01","fd20a07","B8JJ01","nanog","slc2a15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJ01","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYC9","fd20a07","capns1","nanog","capns1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calpain small subunit 1 (EC 3.4.22.17) (Calpain, small subunit 1 a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDE0","fd20a07","A0A0R4IDE0","nanog","smarcc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4G9","fd20a07","F8W4G9","nanog","tk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY46","fd20a07","letm1","nanog","letm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCD0","fd20a07","F1RCD0","nanog","ccdc12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73874","fd20a07","efnb2a","nanog","efnb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephrin-B2a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6T9C3","fd20a07","RGS12TS","nanog","rgs12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ98","fd20a07","si:ch211-133l11.4","nanog","smdt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Essential MCU regulator, mitochondrial (Single-pass membrane protein with aspartate-rich tail 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIG4","fd20a07","A0A2R8QIG4","nanog","LOC103910708","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQI9","fd20a07","gtpbpl","nanog","mtg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP binding protein like (Mitochondrial ribosome-associated GTPase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8T4","fd20a07","zgc:63474","nanog","itga9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrin alpha-9 (Integrin, alpha 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXH9","fd20a07","E7EXH9","nanog","chadla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMG2","fd20a07","A0A0R4IMG2","nanog","gnsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI00","fd20a07","B8JI00","nanog","suclg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI00","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5M3","fd20a07","hm:zeh0819","nanog","rps9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS4 (40S ribosomal protein S9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSA4","fd20a07","siglec-4","nanog","mag","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myelin-associated glycoprotein (Myelin-associated glycoprotein isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKN1","fd20a07","F1QKN1","nanog","ppp1r3da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QBE4","fd20a07","A0A2R8QBE4","nanog","pdxdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QBE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZZ6","fd20a07","E7EZZ6","nanog","smyd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8U4","fd20a07","Q1L8U4","nanog","clk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ37","fd20a07","B3DJ37","nanog","acvr1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJ37","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KP90","fd20a07","A0A0G2KP90","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KP90","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9A3","fd20a07","A0A0R4I9A3","nanog","bud31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9A3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3Q9","fd20a07","A9C3Q9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IMW9","fd20a07","zgc:92379","nanog","lsm6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RUY5","fd20a07","A2RUY5","nanog","ubap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2RUY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PU62","fd20a07","Q9PU62","nanog","cth1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PU62","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3J9","fd20a07","Q6P3J9","nanog","adka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3J9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZC8","fd20a07","id:ibd2798","nanog","enah","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ENAH actin regulator (Protein enabled homolog isoform 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7T2","fd20a07","zgc:110608","nanog","mpzl1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myelin protein zero-like 1 like (Myelin protein zero-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAG7","fd20a07","E7FAG7","nanog","rbms1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGI4","fd20a07","Q5RGI4","nanog","dennd6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q039","fd20a07","A0A2R8Q039","nanog","si:ch211-239f4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q039","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH88","fd20a07","Q6DH88","nanog","cox20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH88","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2LA86","fd20a07","A0A0G2LA86","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2LA86","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH26","fd20a07","B3DH26","nanog","fstl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DH26","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZK3","fd20a07","E7EZK3","nanog","si:ch211-203d1.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ37","fd20a07","F1QZ37","nanog","ehd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ37","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEN5","fd20a07","A0A0R4IEN5","nanog","si:ch211-239d6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWA8","fd20a07","F1QWA8","nanog","sarm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUA6","fd20a07","F1QUA6","nanog","si:dkey-238o14.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QG07","fd20a07","A0A2R8QG07","nanog","cgna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QG07","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8E1","fd20a07","F1Q8E1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8E1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSR0","fd20a07","F1QSR0","nanog","uts2r3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJK2","fd20a07","fk66h08","nanog","rpp30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVB7","fd20a07","Q1LVB7","nanog","si:ch211-51e12.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU23","fd20a07","F1QU23","nanog","unc45a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIX9","fd20a07","e2f7","nanog","e2f7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor E2F7 (E2F-7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYI7","fd20a07","A0A0R4IYI7","nanog","lnpk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLU2","fd20a07","Q1RLU2","nanog","fbxo8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BW5","fd20a07","CISH","nanog","cish","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytokine-inducible SH2-containing protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q07998","fd20a07","tbxta","nanog","tbxta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGI3","fd20a07","Q6DGI3","nanog","nop16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E3W6T6","fd20a07","E3W6T6","nanog","tbx5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3W6T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W385","fd20a07","F8W385","nanog","ttll1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W385","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLN2","fd20a07","F1QLN2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCM1","fd20a07","X1WCM1","nanog","clmn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHD8","fd20a07","Q6PHD8","nanog","pa2g4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWD0","fd20a07","F1QWD0","nanog","fuca2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQG6","fd20a07","A0A0R4IQG6","nanog","nsmce1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5S2","fd20a07","F1Q5S2","nanog","proza","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5S2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWJ5","fd20a07","Q6NWJ5","nanog","tuba8l4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW21","fd20a07","A5WW21","nanog","rasef","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WW21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYS5","fd20a07","F1QYS5","nanog","itpkcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1I5","fd20a07","F1R1I5","nanog","cgnl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIM0","fd20a07","F1QIM0","nanog","tsen54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXK0","fd20a07","phf13","nanog","phf19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PHD finger protein 19","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVD7","fd20a07","AANAT2","nanog","aanat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Arylalkylamine N-acetyltransferase (EC 2.3.1.87)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CH3","fd20a07","Q08CH3","nanog","mpnd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5X1","fd20a07","B0S5X1","nanog","si:dkeyp-38g8.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Z0","fd20a07","F1R0Z0","nanog","xylt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCX5","fd20a07","E7FCX5","nanog","dmtn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAI1","fd20a07","F1QAI1","nanog","crot","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYS4","fd20a07","Q5TYS4","nanog","sipa1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZE1","fd20a07","btbd6b","nanog","btbd6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing protein 6-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6B9","fd20a07","B8A6B9","nanog","wnt8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KMB1","fd20a07","A0A0G2KMB1","nanog","ipcef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KMB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4P8","fd20a07","Insulin receptor substrate 1","nanog","irs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin receptor substrate 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTU1","fd20a07","Q9PTU1","nanog","dbx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PTU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBI2","fd20a07","F1QBI2","nanog","fzd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q836","fd20a07","F1Q836","nanog","slc20a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q836","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYJ3","fd20a07","E7EYJ3","nanog","hmmr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6S3","fd20a07","F1Q6S3","nanog","rundc3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC41","fd20a07","zgc:73118","nanog","sap18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone deacetylase complex subunit SAP18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWR4","fd20a07","F1QWR4","nanog","fh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7S4","fd20a07","F1Q7S4","nanog","poglut2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7S4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5P9","fd20a07","E7F5P9","nanog","zc2hc1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5P9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT40","fd20a07","A0A0R4IT40","nanog","si:ch211-286o17.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT40","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q63ZV9","fd20a07","si:ch73-305o9.2","nanog","ptp4a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein tyrosine phosphatase 4A2a (Protein tyrosine phosphatase type IVA 2 (EC 3.1.3.48)) (Zgc:91861)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4U3K9","fd20a07","si:dkey-159d6.1","nanog","ahr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aryl hydrocarbon receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUC4","fd20a07","ccdc6","nanog","ccdc6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ccdc6a protein (Coiled-coil domain-containing 6a) (Coiled-coil domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II03","fd20a07","A0A0R4II03","nanog","si:ch73-46n24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHF1","fd20a07","Q6PHF1","nanog","carhsp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3A4","fd20a07","E7F3A4","nanog","ypel2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC87","fd20a07","F1QC87","nanog","thtpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC87","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC19","fd20a07","ssu72","nanog","ssu72","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA polymerase II subunit A C-terminal domain phosphatase SSU72 (CTD phosphatase SSU72) (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8C9","fd20a07","Q1L8C9","nanog","si:ch211-107n13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFM4","fd20a07","wu:fi34a03","nanog","ube2q2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2Q 2 isoform 1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2Q family member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MD87","fd20a07","dync2i1","nanog","wdr34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat domain 34 (WD repeat-containing protein 34) (Zgc:171284 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY97","fd20a07","E7EY97","nanog","dym","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY97","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0Z3","fd20a07","Q6P0Z3","nanog","wbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0Z3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHI5","fd20a07","dtl","nanog","dtl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Denticleless protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW43","fd20a07","A0A0R4IW43","nanog","cog3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW43","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBW6","fd20a07","A0A0R4IBW6","nanog","rapgef2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAQ3","fd20a07","F1RAQ3","nanog","si:dkeyp-14d3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXR5","fd20a07","F1QXR5","nanog","st8sia7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAI0","fd20a07","E7FAI0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8B8","fd20a07","E7F8B8","nanog","stard13b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6L2","fd20a07","F1R6L2","nanog","hip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCQ5","fd20a07","F1RCQ5","nanog","cntnap5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBW6","fd20a07","F1QBW6","nanog","exd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJJ9","fd20a07","adipor1","nanog","adipor1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adiponectin receptor 1a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0H8","fd20a07","Q6P0H8","nanog","gde1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0H8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA76","fd20a07","F1QA76","nanog","rtn4rl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA76","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8E2","fd20a07","Q1L8E2","nanog","pmpcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BL99","fd20a07","dynll2b","nanog","dynll2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3R0","fd20a07","E7F3R0","nanog","iftap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3R0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F422","fd20a07","E7F422","nanog","mustn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F422","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDY1","fd20a07","A0A0R4IDY1","nanog","si:dkey-93m18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY56","fd20a07","Q7SY56","nanog","rrad","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SY56","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0AUR9","fd20a07","A0AUR9","nanog","gps1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0AUR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVN8","fd20a07","A5WVN8","nanog","si:dkey-238o13.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JT13","fd20a07","A9JT13","nanog","thoc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JT13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AY15","fd20a07","madh3","nanog","smad3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B748","fd20a07","Q3B748","nanog","llph","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q3B748","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSN9","fd20a07","F1QSN9","nanog","nmrk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAP5","fd20a07","rfx2","nanog","rfx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-binding protein RFX2 (Regulatory factor X 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHZ1","fd20a07","Q5RHZ1","nanog","dennd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAD2","fd20a07","Plakophilin 4","nanog","pkp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Plakophilin 4 (Plakophilin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4R2","fd20a07","Ubiquitin-conjugating enzyme E2Q family-like 1","nanog","ube2ql1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2Q family-like 1 (Ubiquitin-conjugating enzyme E2Q-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGQ6","fd20a07","zgc:91969","nanog","rad17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell cycle checkpoint protein RAD17 isoform X1 (RAD17 checkpoint clamp loader component)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BV6","fd20a07","zgc:154095","nanog","ckba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","creatine kinase (EC 2.7.3.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHC9","fd20a07","Q6PHC9","nanog","onecut1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1Z1","fd20a07","F1R1Z1","nanog","scamp5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R079","fd20a07","F1R079","nanog","si:dkey-20i20.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R079","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA75","fd20a07","Farnesylated proteins-converting enzyme 2","nanog","rce1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Farnesylated proteins-converting enzyme 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYH9","fd20a07","B0UYH9","nanog","cdc7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE59","fd20a07","R4GE59","nanog","si:dkey-121j17.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH46","fd20a07","zgc:65789","nanog","cct4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-complex protein 1 subunit delta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVQ9","fd20a07","zgc:136730","nanog","ppih","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZUU4","fd20a07","B7ZUU4","nanog","cbx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZUU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVT1","fd20a07","zgc:55671","nanog","ist1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","IST1 homolog (Charged multivesicular body protein 8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEZ0","fd20a07","E7FEZ0","nanog","plekhn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUF9","fd20a07","A0A0R4IUF9","nanog","btr29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8V8","fd20a07","Mediator of RNA polymerase II transcription subunit 30","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 30 (Mediator complex subunit 30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7I0","fd20a07","B0S7I0","nanog","pnpla7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHL0","fd20a07","F1QHL0","nanog","irs2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZVD9","fd20a07","B7ZVD9","nanog","slc5a6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZVD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEZ1","fd20a07","F1QEZ1","nanog","adgrv1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KB42","fd20a07","A8KB42","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KB42","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801U3","fd20a07","Q801U3","nanog","srsf3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q801U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITF8","fd20a07","A0A0R4ITF8","nanog","ttc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3H2","fd20a07","atp5e","nanog","atp5f1e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase F1 subunit epsilon (ATP synthase subunit epsilon, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDW4","fd20a07","E9QDW4","nanog","si:ch73-52f15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDW7","fd20a07","NLR family member X1","nanog","nlrx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NLR family member X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIQ7","fd20a07","B3DIQ7","nanog","mettl22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7L3","fd20a07","F1R7L3","nanog","bysl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4Z4","fd20a07","F1R4Z4","nanog","ttc23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4Z4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4H3","fd20a07","F8W4H3","nanog","tyk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3R3","fd20a07","A9C3R3","nanog","ercc8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3K3","fd20a07","fbxo9","nanog","fbxo9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box only protein 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBH3","fd20a07","F1QBH3","nanog","vsx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2Z9","fd20a07","Q7T2Z9","nanog","ildr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2Z9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECX9","fd20a07","Q1ECX9","nanog","pdia4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVQ4","fd20a07","F1QVQ4","nanog","slc25a39","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG91","fd20a07","Q6DG91","nanog","psmg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG91","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZF3","fd20a07","Q7SZF3","nanog","dusp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW16","fd20a07","F1QW16","nanog","slc16a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW16","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NMW3","fd20a07","F6NMW3","nanog","sdc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NMW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBZ5","fd20a07","si:dkeyp-33b5.4","nanog","prorp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ribonuclease P (EC 3.1.26.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPS8","fd20a07","A3KPS8","nanog","ugt5c3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0N6","fd20a07","Amyloid beta","nanog","apbb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFP6","fd20a07","20beta-hydroxysteroid dehydrogenase type 2","nanog","hsd20b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","20beta-hydroxysteroid dehydrogenase type 2 (Hydroxysteroid (20-beta) dehydrogenase 2) (Very-long-chain 3-oxoacyl-CoA reductase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08C81","fd20a07","med19a","nanog","med19a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RRV5","fd20a07","A2RRV5","nanog","sos1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2RRV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A6H8I0","fd20a07","usp22","nanog","usp22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 22 (EC 3.4.19.12) (Deubiquitinating enzyme 22) (Ubiquitin thioesterase 22) (Ubiquitin-specific-processing protease 22)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4T9","fd20a07","B0S4T9","nanog","espn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4T9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90X46","fd20a07","gpr161","nanog","gpr161","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G-protein coupled receptor 161","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHZ4","fd20a07","F1QHZ4","nanog","pars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAM0","fd20a07","A0A0R4IAM0","nanog","slc66a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHR3","fd20a07","yju2","nanog","yju2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor YJU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6C1","fd20a07","F1Q6C1","nanog","shroom4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6C1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQM8","fd20a07","F1QQM8","nanog","si:ch211-161h7.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568F0","fd20a07","eef1a1l2","nanog","eef1a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongation factor 1-alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXR6","fd20a07","Q1LXR6","nanog","dzank1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2MLR9","fd20a07","cdh10","nanog","cdh10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin-6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBK2","fd20a07","Centrosomal protein 152","nanog","cep152","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q950","fd20a07","F1Q950","nanog","lgi2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q950","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB90","fd20a07","fd05d02","nanog","tp53rk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2V5","fd20a07","F8W2V5","nanog","cert1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2V5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLL4","fd20a07","F1QLL4","nanog","LOC100330838","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","H9GX49","fd20a07","H9GX49","nanog","mcoln2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H9GX49","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ27","fd20a07","syt1","nanog","syt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6YLV7","fd20a07","Q6YLV7","nanog","klf15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6YLV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIZ1","fd20a07","E9QIZ1","nanog","si:ch211-197h24.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRM9","fd20a07","F1QRM9","nanog","npepps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAE9","fd20a07","E7FAE9","nanog","si:ch211-285f17.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZJ0","fd20a07","A0A0R4IZJ0","nanog","cmc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT41","fd20a07","I3IT41","nanog","si:ch211-195m9.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT41","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5K5","fd20a07","fa93f02","nanog","rplp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein P1 (60S acidic ribosomal protein P1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGN8","fd20a07","A0A140LGN8","nanog","cyp27b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NH38","fd20a07","F6NH38","nanog","cdca4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NH38","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAG3","fd20a07","F1QAG3","nanog","smyd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFX2","fd20a07","A0A0R4IFX2","nanog","si:ch211-56a11.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566T2","fd20a07","Q566T2","nanog","alg8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566T2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HY5","fd20a07","Q66HY5","nanog","egr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCV8","fd20a07","F1QCV8","nanog","trib3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTA0","fd20a07","F1QTA0","nanog","ftr19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV06","fd20a07","F1QV06","nanog","tbx3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV06","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBY6","fd20a07","X1WBY6","nanog","bach1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEK5","fd20a07","X1WEK5","nanog","relb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R294","fd20a07","F1R294","nanog","ercc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R294","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNS6","fd20a07","Q5SNS6","nanog","znf292b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWY4","fd20a07","A0A2R8PWY4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PWY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC65","fd20a07","E9QC65","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QC65","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDV5","fd20a07","E9QDV5","nanog","ggt5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IY34","fd20a07","A0A0R4IY34","nanog","nudcd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IY34","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLN4","fd20a07","wu:fc51d01","nanog","e2f3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E2F transcription factor 3 (Transcription factor E2F3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBP4","fd20a07","Large ribosomal subunit protein eL28","nanog","rpl28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL28 (60S ribosomal protein L28)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEY2","fd20a07","F1QEY2","nanog","mettl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KH13","fd20a07","A3KH13","nanog","s100a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KH13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802C9","fd20a07","eif4a1","nanog","eif4a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIZ4","fd20a07","A0A2R8QIZ4","nanog","LOC100537771","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAV4","fd20a07","A0A0R4IAV4","nanog","junbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568T4","fd20a07","hikeshi","nanog","hikeshi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Hikeshi","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ID68","fd20a07","zgc:110298","nanog","pfklb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECZ2","fd20a07","keap1a","nanog","keap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUP9","fd20a07","fzr1","nanog","fzr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fizzy-related protein homolog (Fizzy/cell division cycle 20 related 1 (Drosophila)) (Fizzy/cell division cycle 20-related 1a) (Fzr1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEI4","fd20a07","nup88","nanog","nup88","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleoporin 88","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5E7","fd20a07","B0S5E7","nanog","fzd9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6C7","fd20a07","Q9W6C7","nanog","neurod6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9W6C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYK1","fd20a07","Q6NYK1","nanog","dhps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2J0","fd20a07","F1R2J0","nanog","acot14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGA3","fd20a07","B3DGA3","nanog","mos","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RES0","fd20a07","F1RES0","nanog","rdh10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RES0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIP9","fd20a07","A2BIP9","nanog","si:ch211-130m23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEX1","fd20a07","A0A0R4IEX1","nanog","cep192","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJZ6","fd20a07","F1QJZ6","nanog","tmod2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0T2N3","fd20a07","aplnrb","nanog","aplnrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FVI0","fd20a07","zswim7","nanog","zswim7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger SWIM domain-containing protein 7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q515","fd20a07","F1Q515","nanog","gas2l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q515","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Q4","fd20a07","F1Q5Q4","nanog","pappab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZB5","fd20a07","gabrp","nanog","gabrz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-aminobutyric acid (GABA) A receptor, pi isoform X1 (Gamma-aminobutyric acid type A receptor subunit zeta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3Q4","fd20a07","A9C3Q4","nanog","atp2a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU32","fd20a07","erbeta2","nanog","esr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Esr2a protein (Estrogen receptor 2a) (Estrogen receptor beta2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1T1","fd20a07","A1L1T1","nanog","niban2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE09","fd20a07","F1RE09","nanog","stard3nl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE09","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDS9","fd20a07","R4GDS9","nanog","slc25a23a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5B1","fd20a07","F1Q5B1","nanog","cers1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503J8","fd20a07","Q503J8","nanog","men1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY31","fd20a07","F1QY31","nanog","rbl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY31","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F716","fd20a07","E7F716","nanog","ptpn9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F716","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801E1","fd20a07","Q801E1","nanog","vax2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q801E1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6E0","fd20a07","fzb1","nanog","frzb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE25","fd20a07","Q6PE25","nanog","eef1g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PE25","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7Q6","fd20a07","F1Q7Q6","nanog","marcksa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7Q6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHE1","fd20a07","A0A2R8QHE1","nanog","tsc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE92","fd20a07","E7FE92","nanog","atad5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE92","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGD3","fd20a07","A0A140LGD3","nanog","fat1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUA1","fd20a07","zgc:56547","nanog","usf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Upstream stimulatory factor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4G4","fd20a07","F8W4G4","nanog","ovol1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW07","fd20a07","F1QW07","nanog","add3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW07","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBG4","fd20a07","F1QBG4","nanog","atp2b1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAP4","fd20a07","U3JAP4","nanog","si:dkey-287g12.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B752","fd20a07","dtymk","nanog","dtymk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thymidylate kinase (EC 2.7.4.9) (dTMP kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803T6","fd20a07","sh3gl2","nanog","sh3gl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endophilin-A1 (SH3 domain-containing GRB2-like 2a, endophilin A1) (SH3-domain GRB2-like 2) (Sh3gl2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ53","fd20a07","fk56c04","nanog","si:ch211-195b13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serum/glucocorticoid regulated kinase 1-like (EC 2.7.11.1) (Si:ch211-195b13.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZE4","fd20a07","psen2","nanog","psen2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Presenilin-2 (PS-2) (Zf-PS2) (EC 3.4.23.-) (Pre2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYI3","fd20a07","B0UYI3","nanog","mrpl37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLZ8","fd20a07","F1QLZ8","nanog","slc27a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BKW9","fd20a07","asrgl1","nanog","asrgl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Isoaspartyl peptidase/L-asparaginase (EC 3.4.19.5) (EC 3.5.1.1) (Asparaginase-like protein 1) (Beta-aspartyl-peptidase) (Isoaspartyl dipeptidase) (L-asparagine amidohydrolase) [Cleaved into: Isoaspartyl peptidase/L-asparaginase alpha chain; Isoaspartyl peptidase/L-asparaginase beta chain]","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX08","fd20a07","F1QX08","nanog","ahi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX08","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILX8","fd20a07","A0A0R4ILX8","nanog","olfm2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMK4","fd20a07","A5PMK4","nanog","arl15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8H2","fd20a07","si:dkey-5i22.5","nanog","sap130b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone deacetylase complex subunit SAP130 (EC 3.2.1.3) (Sin3A-associated protein b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ37","fd20a07","Q7ZZ37","nanog","ppp1r14bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZ37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S665","fd20a07","B0S665","nanog","si:dkeyp-68b7.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S665","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEZ0","fd20a07","A2CEZ0","nanog","si:dkey-251i10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRK7","fd20a07","Serine/threonine-protein kinase PLK","nanog","plk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein kinase PLK (EC 2.7.11.21) (Polo-like kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGU9","fd20a07","Glutathione S-transferase kappa","nanog","gstk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutathione S-transferase kappa (EC 2.5.1.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYQ8","fd20a07","Q1LYQ8","nanog","si:ch211-15p9.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGY3","fd20a07","E7FGY3","nanog","si:dkey-30j16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R184","fd20a07","wu:fb20a07","nanog","txndc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEF4","fd20a07","Q6DEF4","nanog","lysmd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXY0","fd20a07","Dual specificity protein phosphatase","nanog","dusp3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568B9","fd20a07","Q568B9","nanog","lhfpl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIR2","fd20a07","ccl-c5a","nanog","ccl19a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-C motif chemokine","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0PJS8","fd20a07","zgc:158431","nanog","tp53inp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tumor protein p53-inducible nuclear protein 1 (Zgc:158431)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLR5","fd20a07","Q1RLR5","nanog","bcl11aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVR3","fd20a07","zgc:76940","nanog","ppp1cab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4P4","fd20a07","DNA polymerase theta","nanog","polq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA polymerase theta (Polymerase (DNA directed), theta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGV6","fd20a07","PSMA5","nanog","psma5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB81","fd20a07","F1QB81","nanog","slf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB81","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PL98","fd20a07","sdhb","nanog","sdhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Succinate dehydrogenase [ubiquinone] iron-sulfur subunit, mitochondrial (EC 1.3.5.1) (Iron-sulfur subunit of complex II) (Ip)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6EWH2","fd20a07","fyna","nanog","fyna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase fyna (EC 2.7.10.2) (Proto-oncogene c-Fyna)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQZ3","fd20a07","Q5PQZ3","nanog","slc30a9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PQZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZ61","fd20a07","Q7SZ61","nanog","gps2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZ61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q919","fd20a07","F1Q919","nanog","fam117aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q919","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEJ6","fd20a07","X1WEJ6","nanog","nomo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5J3","fd20a07","F1R5J3","nanog","zfpm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5J3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZG6","fd20a07","A0A0R4IZG6","nanog","ptbp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMP3","fd20a07","A0JMP3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RM27","fd20a07","Q1RM27","nanog","mxtx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RM27","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3I5","fd20a07","Q6P3I5","nanog","hhatla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","P57095","fd20a07","axin2","nanog","axin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Axin-2 (Axis inhibition protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVP6","fd20a07","abraxas1","nanog","abraxas1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BRCA1-A complex subunit Abraxas 1 (Coiled-coil domain-containing protein 98) (Protein FAM175A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHF7","fd20a07","Q6DHF7","nanog","gtpbp10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC56","fd20a07","E9QC56","nanog","si:dkey-26i13.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QC56","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC47","fd20a07","Q6DC47","nanog","mrpl19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DC47","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S766","fd20a07","B0S766","nanog","zmym2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S766","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYJ2","fd20a07","zgc:77038","nanog","socs3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMK6","fd20a07","F1QMK6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBU7","fd20a07","E7FBU7","nanog","xpo1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYV9","fd20a07","E7EYV9","nanog","ccdc142","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90X37","fd20a07","Q90X37","nanog","ier5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90X37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D8","fd20a07","pcca","nanog","zc3h13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger CCCH domain-containing protein 13 (Zinc finger CCCH-type-containing 13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAU7","fd20a07","Dihydroxyacetone phosphate acyltransferase","nanog","gnpat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX86","fd20a07","HMGB1","nanog","hmgb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","High mobility group box 1a (High mobility group protein B1) (High-mobility group box 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7P7","fd20a07","F1Q7P7","nanog","pdap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7P7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRM0","fd20a07","Q6DRM0","nanog","get1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGQ1","fd20a07","A2BGQ1","nanog","dhfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDL2","fd20a07","A0A0R4IDL2","nanog","lcat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYX6","fd20a07","ccnf","nanog","ccnf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-F","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6P6","fd20a07","F1Q6P6","nanog","scml4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6P6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDX1","fd20a07","E7FDX1","nanog","gpr155b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q434","fd20a07","A0A2R8Q434","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q434","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJP0","fd20a07","A0A2R8QJP0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8J6","fd20a07","F1R8J6","nanog","ppt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8J6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDJ9","fd20a07","A0A0R4IDJ9","nanog","si:ch73-299h12.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5X7","fd20a07","F1R5X7","nanog","dhrs11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q2S1","fd20a07","A0A2R8Q2S1","nanog","LOC553528","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q2S1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R074","fd20a07","F1R074","nanog","agrn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R074","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6BDC4","fd20a07","Q6BDC4","nanog","lhx6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6BDC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF85","fd20a07","F1QF85","nanog","tfam","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF85","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFJ7","fd20a07","X1WFJ7","nanog","nwd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6P5","fd20a07","E7F6P5","nanog","mfap3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEY1","fd20a07","A2CEY1","nanog","si:dkeyp-2e4.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8S0","fd20a07","F1Q8S0","nanog","ptch2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPN1","fd20a07","F1QPN1","nanog","ppp1r15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJJ0","fd20a07","E9QJJ0","nanog","tial1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH74","fd20a07","Q6DH74","nanog","snrnp27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH74","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCX8","fd20a07","X1WCX8","nanog","si:ch211-155k24.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA6","fd20a07","F1QZA6","nanog","ubald1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW85","fd20a07","Q6NW85","nanog","arih1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NW85","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHL6","fd20a07","A0A0R4IHL6","nanog","parn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGM0","fd20a07","si:dkey-148h10.5","nanog","si:dkey-148h10.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:dkey-148h10.5 (Uncharacterized)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIJ3","fd20a07","F1QIJ3","nanog","lamc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC14","fd20a07","rpl23","nanog","rpl23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein uL14 (60S ribosomal protein L23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY22","fd20a07","F1QY22","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXP8","fd20a07","Q1LXP8","nanog","gnl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGW3","fd20a07","Q5RGW3","nanog","tcp11l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHM1","fd20a07","X1WHM1","nanog","si:ch211-180n24.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QL03","fd20a07","A0A2R8QL03","nanog","si:dkey-23i12.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QL03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY87","fd20a07","zgc:77511","nanog","ercc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA excision repair protein ERCC-1 (Excision repair cross-complementation group 1) (Excision repair cross-complementing rodent repair deficiency, complementation group 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q838","fd20a07","A0A2R8Q838","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q838","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5A4","fd20a07","B8A5A4","nanog","grxcr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PP0","fd20a07","Q32PP0","nanog","krcp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q32PP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAT8","fd20a07","Epithelial stromal interaction 1","nanog","epsti1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epithelial stromal interaction 1 (Epithelial-stromal interaction protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKC0","fd20a07","B3DKC0","nanog","fkbp10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFU8","fd20a07","A0A0R4IFU8","nanog","creb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAU9","fd20a07","A0A2R8QAU9","nanog","gb:ai877918","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXV7","fd20a07","B0UXV7","nanog","dnajc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJL4","fd20a07","B8JJL4","nanog","esr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3W0","fd20a07","F8W3W0","nanog","cdan1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZG7","fd20a07","E7EZG7","nanog","ptprea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUQ3","fd20a07","stk3","nanog","stk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein kinase 3 (EC 2.7.11.1) [Cleaved into: Serine/threonine-protein kinase 3 36kDa subunit (MST2/N); Serine/threonine-protein kinase 3 20kDa subunit (MST2/C)]","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6M2","fd20a07","F6P6M2","nanog","arhgef28a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P6M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWI1","fd20a07","Q6NWI1","nanog","rsrc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYR2","fd20a07","A0A0R4IYR2","nanog","nsdhl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP01","fd20a07","A0A0R4IP01","nanog","ogdha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP01","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB46","fd20a07","E9QB46","nanog","selenbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB46","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NSX3","fd20a07","F6NSX3","nanog","gpx4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NSX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAU3","fd20a07","A0A0R4IAU3","nanog","rfc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DYM5","fd20a07","K7DYM5","nanog","mlx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DYM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRN3","fd20a07","F1QRN3","nanog","hs3st3b1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHZ6","fd20a07","B8JHZ6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F909","fd20a07","E7F909","nanog","si:ch211-166i24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F909","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZR2","fd20a07","im:5916170","nanog","pak4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2I8","fd20a07","Q7T2I8","nanog","rdh8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U385","fd20a07","tbpl1","nanog","tbpl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TATA box-binding protein-like 1 (TBP-like 1) (TATA box-binding protein-related factor 2) (TBP-related factor 2) (TBP-like factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8A5","fd20a07","F1Q8A5","nanog","hnrnpd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8A5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBT5","fd20a07","E9QBT5","nanog","zmat4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV07","fd20a07","A0A0R4IV07","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV07","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBU4","fd20a07","A0A0R4IBU4","nanog","fdx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYP7","fd20a07","si:ch211-147c1.2","nanog","ehd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","EH domain-containing protein 3 (EH-domain-containing 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QI94","fd20a07","A0A2R8QI94","nanog","erich2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QI94","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAT7","fd20a07","E7FAT7","nanog","selenoi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V302","fd20a07","B0V302","nanog","kif18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V302","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICU5","fd20a07","A0A0R4ICU5","nanog","jak2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITP4","fd20a07","A0A0R4ITP4","nanog","mamdc2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6Q419","fd20a07","zgc:113935","nanog","rps29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS14 (40S ribosomal protein S29)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FVG2","fd20a07","A4FVG2","nanog","cog5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4FVG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIB8","fd20a07","A0A2R8QIB8","nanog","tafa5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHE8","fd20a07","rhoad","nanog","rhoad","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-related GTP-binding protein RhoA-D","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFW5","fd20a07","F1QFW5","nanog","rpn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC05","fd20a07","Q6PC05","nanog","tomm20a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC05","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDW2","fd20a07","E7FDW2","nanog","pdzrn3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFB5","fd20a07","A0A2R8QFB5","nanog","LOC100331497","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE45","fd20a07","Guanine nucleotide-binding protein subunit gamma","nanog","si:ch211-286b5.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEP0","fd20a07","D60","nanog","mrps31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T1K0","fd20a07","zgc:65996","nanog","rpl17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein uL22 (60S ribosomal protein L17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVB1","fd20a07","chmp1b","nanog","chmp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 1b (Chromatin-modifying protein 1b) (CHMP1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGV4","fd20a07","Q5RGV4","nanog","cbll1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE74","fd20a07","E7FE74","nanog","camkva","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE74","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE75","fd20a07","F1QE75","nanog","tbc1d4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE75","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPS3","fd20a07","si:ch211-278n20.1","nanog","sema6dl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D,-like (Semaphorin 6D-L) (Semaphorin-6D precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVN7","fd20a07","F1QVN7","nanog","ift88","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2E4","fd20a07","F8W2E4","nanog","cdcp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNA6","fd20a07","LOC566102","nanog","epc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQS4","fd20a07","A3KQS4","nanog","mindy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJD2","fd20a07","A0A2R8QJD2","nanog","clint1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFF8","fd20a07","E7FFF8","nanog","sh3bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF72","fd20a07","E9QF72","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF72","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJE0","fd20a07","ankrd6","nanog","ankrd6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A521","fd20a07","B8A521","nanog","ccnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A521","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HW7","fd20a07","Q66HW7","nanog","prph2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBP3","fd20a07","Q6PBP3","nanog","prxl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZA5","fd20a07","Q5TZA5","nanog","ubr7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9L0","fd20a07","F1R9L0","nanog","ihhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGE8","fd20a07","Q5RGE8","nanog","si:dkey-153k10.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7R0","fd20a07","F1Q7R0","nanog","cbfa2t2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7R0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR97","fd20a07","A0A0R4IR97","nanog","lmbr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR97","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZZ0","fd20a07","Q6NZZ0","nanog","timm17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NZZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4E7","fd20a07","Q0P4E7","nanog","gem","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBH5","fd20a07","X1WBH5","nanog","si:dkey-6e2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0H7","fd20a07","B0R0H7","nanog","homeza","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0H7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R166","fd20a07","wu:fd50g11","nanog","eif4a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKI6","fd20a07","F1QKI6","nanog","supt20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXN9","fd20a07","F1QXN9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZF8","fd20a07","Interactor of little elongator complex ELL subunit 2","nanog","ice2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MD64","fd20a07","A7MD64","nanog","ubn2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MD64","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYK5","fd20a07","A4JYK5","nanog","nptnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4JYK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH74","fd20a07","E9QH74","nanog","hmgn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH74","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWH2","fd20a07","Q6NWH2","nanog","marcksl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZW8","fd20a07","Q6NZW8","nanog","arl8ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NZW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CE83","fd20a07","A2CE83","nanog","entr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CE83","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSU9","fd20a07","A0A1D5NSU9","nanog","si:ch211-212k18.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEE5","fd20a07","E9QEE5","nanog","cyp3c3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3N4","fd20a07","E7F3N4","nanog","mki67","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3N4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEK0","fd20a07","Establishment of sister chromatid cohesion N-acetyltransferase 1","nanog","esco1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Establishment of sister chromatid cohesion N-acetyltransferase 1 (N-acetyltransferase ESCO1 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUF0","fd20a07","fc08c07","nanog","top2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA topoisomerase 2 (EC 5.6.2.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QTF5","fd20a07","A0A2R8QTF5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QTF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N6","fd20a07","F1Q4N6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIW8","fd20a07","F1QIW8","nanog","cnnm2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","H9KUW1","fd20a07","H9KUW1","nanog","trim13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H9KUW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB37","fd20a07","E9QB37","nanog","gstk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB37","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJS4","fd20a07","F6NJS4","nanog","atl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NJS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUP4","fd20a07","Q7ZUP4","nanog","eif5a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SU12","fd20a07","A0A0N4SU12","nanog","si:ch73-221f6.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4SU12","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBK1","fd20a07","Q4VBK1","nanog","atg4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4VBK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC64","fd20a07","F1QC64","nanog","myh9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC64","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXW2","fd20a07","E7EXW2","nanog","pign","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHI0","fd20a07","SLC25A5","nanog","slc25a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP/ATP translocase (ADP,ATP carrier protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLK7","fd20a07","B8JLK7","nanog","zc3h15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5N7","fd20a07","F1Q5N7","nanog","cilp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4N5","fd20a07","alpha-1,2-Mannosidase","nanog","man1b1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8R2","fd20a07","Q1L8R2","nanog","sfpq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8R2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KZA4","fd20a07","A0A0G2KZA4","nanog","pepd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KZA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGD8","fd20a07","Q6DGD8","nanog","rnpep","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5E2","fd20a07","A8E5E2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E5E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6E3","fd20a07","B0S6E3","nanog","tgfbr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZB0","fd20a07","F1QZB0","nanog","crip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5NE14","fd20a07","Q5NE14","nanog","pkz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5NE14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIG3","fd20a07","Q5RIG3","nanog","ncoa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE04","fd20a07","ttc15","nanog","trappc12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trafficking protein particle complex subunit 12","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1P6","fd20a07","A0A2R8Q1P6","nanog","tbc1d22a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1P6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPR4","fd20a07","A3KPR4","nanog","hist1h4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXB5","fd20a07","Q7SXB5","nanog","phf23b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q524","fd20a07","A0A2R8Q524","nanog","rassf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q524","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYQ1","fd20a07","zyg11","nanog","zyg11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein zyg-11 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVM8","fd20a07","F1QVM8","nanog","cep350","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5YKG3","fd20a07","gna13","nanog","gna13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G-protein alpha 13a (Guanine nucleotide-binding protein (G protein), alpha 13a) (Guanine nucleotide-binding protein subunit alpha-13 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Q0","fd20a07","F1Q6Q0","nanog","cldn23a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Q0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZB7","fd20a07","Q6AZB7","nanog","fhl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AZB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFE9","fd20a07","E7FFE9","nanog","kcna1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGK4","fd20a07","A0A0R4IGK4","nanog","stom","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBD3","fd20a07","E9QBD3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q813","fd20a07","F1Q813","nanog","pou4f1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q813","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Q2","fd20a07","F1Q8Q2","nanog","cfap126","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REP3","fd20a07","F1REP3","nanog","npsn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q712","fd20a07","Germinal-center associated nuclear protein","nanog","mcm3ap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Germinal-center associated nuclear protein (Minichromosome maintenance complex component 3-associated protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568Q7","fd20a07","fj38b07","nanog","stmn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stathmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAD6","fd20a07","F1QAD6","nanog","bmp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPB7","fd20a07","Q5SPB7","nanog","ino80","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBI6","fd20a07","A0A0R4IBI6","nanog","fkbp10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEK2","fd20a07","A0A0R4IEK2","nanog","gpr132b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P696","fd20a07","Q6P696","nanog","glo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P696","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEF7","fd20a07","si:dkeyp-50f7.6","nanog","mark3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q01704","fd20a07","Q01704","nanog","msxd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q01704","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX13","fd20a07","Q1LX13","nanog","shdb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFU9","fd20a07","A0A140LFU9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Q1","fd20a07","B8A5Q1","nanog","cyp2u1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5Q1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98SI1","fd20a07","hoxa1a","nanog","hoxa1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein Hox-A1a (Hox-A1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3H2","fd20a07","Q5U3H2","nanog","kmt5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3H2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBG6","fd20a07","X1WBG6","nanog","frmd4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7Y3","fd20a07","F1R7Y3","nanog","trim110","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7Y3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLR0","fd20a07","Q1RLR0","nanog","cryl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB54","fd20a07","pabpc1a","nanog","pabpc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBD6","fd20a07","E7FBD6","nanog","LOC794598","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAT2","fd20a07","A0A0R4IAT2","nanog","adgrd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR86","fd20a07","A0A0R4IR86","nanog","chd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NWW8","fd20a07","F6NWW8","nanog","six5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NWW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3G4","fd20a07","Myosin, heavy chain 10, non-muscle","nanog","myh10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myosin, heavy chain 10, non-muscle (Myosin-10 isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBD7","fd20a07","F1QBD7","nanog","kif4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWA3","fd20a07","rbmx","nanog","rbmx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA-binding motif protein, X chromosome (Heterogeneous nuclear ribonucleoprotein G) (hnRNP G)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9F2","fd20a07","Q4V9F2","nanog","sugct","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2R9","fd20a07","F8W2R9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2R9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7N8","fd20a07","E7F7N8","nanog","nfkbil1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7N8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5N9","fd20a07","B8A5N9","nanog","noto","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UX72","fd20a07","B0UX72","nanog","si:ch211-119d14.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UX72","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXQ0","fd20a07","A0A0R4IXQ0","nanog","p4ha3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN69","fd20a07","A0A0R4IN69","nanog","tmem176l.3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN69","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHV2","fd20a07","A0A0R4IHV2","nanog","nacc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCD8","fd20a07","zgc:63690","nanog","hao2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hydroxyacid oxidase 2 (long chain) (Hydroxyacid oxidase 2 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH65","fd20a07","E9QH65","nanog","pigt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH65","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6S7","fd20a07","B0S6S7","nanog","etv5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE65","fd20a07","E7FE65","nanog","si:zfos-464b6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE65","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS87","fd20a07","A0A0R4IS87","nanog","atrxl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS87","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAU1","fd20a07","E7FAU1","nanog","si:dkey-108k21.14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY69","fd20a07","Q6NY69","nanog","ubl3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NY69","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W454","fd20a07","F8W454","nanog","il23r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W454","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGT8","fd20a07","A0A0R4IGT8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6A3P5","fd20a07","Q6A3P5","nanog","ndrg1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6A3P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT88","fd20a07","A0A0R4IT88","nanog","rab6ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT88","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILV6","fd20a07","DNA-directed RNA polymerase","nanog","polrmt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HX1","fd20a07","Q66HX1","nanog","eya2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMY3","fd20a07","A5PMY3","nanog","umad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW20","fd20a07","fe38c12","nanog","ywhae1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein epsilon","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3P0","fd20a07","A9C3P0","nanog","mlec","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QJV0","fd20a07","A3QJV0","nanog","dnmt3bb.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QJV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7G8","fd20a07","Cadherin-related 23","nanog","cdh23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin-related 23","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140TAU2","fd20a07","A0A140TAU2","nanog","hoxb10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140TAU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2KTE5","fd20a07","B2KTE5","nanog","hmx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2KTE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QKC2","fd20a07","A0A2R8QKC2","nanog","n4bp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QKC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDU5","fd20a07","F1QDU5","nanog","snx30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5X2","fd20a07","F1R5X2","nanog","klf11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5X2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHA0","fd20a07","A0A0R4IHA0","nanog","si:rp71-1h20.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXG0","fd20a07","E7EXG0","nanog","gabrb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGS9","fd20a07","Q6TGS9","nanog","ubl3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHD9","fd20a07","E9QHD9","nanog","otc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D3","fd20a07","B0S5D3","nanog","si:ch211-51h9.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5D3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEH0","fd20a07","poc1b","nanog","poc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","POC1 centriolar protein homolog B (WD repeat domain 51B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R085","fd20a07","B0R085","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R085","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVP1","fd20a07","Q1LVP1","nanog","poc1bl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYV4","fd20a07","E7EYV4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBN5","fd20a07","aup1","nanog","aup1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNR2","fd20a07","Q5SNR2","nanog","slc35f6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPC7","fd20a07","A0A2R8QPC7","nanog","pqlc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3I0","fd20a07","Q6P3I0","nanog","heatr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDD8","fd20a07","E7FDD8","nanog","espl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKY3","fd20a07","F1QKY3","nanog","ttc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6M9","fd20a07","F1Q6M9","nanog","cicb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6M9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7J0","fd20a07","F1R7J0","nanog","uap1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803B6","fd20a07","Q803B6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803B6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W555","fd20a07","F8W555","nanog","reep1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W555","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6D4","fd20a07","cdh7","nanog","cdh7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin 7a (Cadherin-7) (Cdh7 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502I3","fd20a07","cep55","nanog","cep55","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centrosomal protein of 55 kDa (Centrosomal protein 55-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q3F3","fd20a07","A0A2R8Q3F3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q3F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DKF5","fd20a07","Coatomer subunit zeta","nanog","copz2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coatomer subunit zeta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLQ1","fd20a07","cb959","nanog","stmn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stathmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH56","fd20a07","id:ibd5068","nanog","nmnat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZ88","fd20a07","A0A1L1QZ88","nanog","nhsl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZ88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY24","fd20a07","prkcbb","nanog","prkcbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXR2","fd20a07","dnajb12","nanog","dnajb12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE86","fd20a07","X1WE86","nanog","flii","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9P4","fd20a07","beta-snap1","nanog","napbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCC9","fd20a07","F1QCC9","nanog","syt5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4F6","fd20a07","F1R4F6","nanog","edc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBC7","fd20a07","Dipeptidase","nanog","dpep2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dipeptidase (EC 3.4.13.19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7P1","fd20a07","E7F7P1","nanog","clk4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7P1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJG7","fd20a07","F1QJG7","nanog","hexim1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY82","fd20a07","ube2f","nanog","ube2f","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYP4","fd20a07","im:7143343","nanog","chd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBN2","fd20a07","spag1a","nanog","spag1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sperm-associated antigen 1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6F6","fd20a07","A0A2R8Q6F6","nanog","si:dkey-24l11.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RRJ2","fd20a07","A0A2R8RRJ2","nanog","rnf220b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RRJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCC5","fd20a07","E9QCC5","nanog","epm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYE7","fd20a07","B0UYE7","nanog","ptpn18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BD1","fd20a07","Q08BD1","nanog","hmga1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGU6","fd20a07","A0A2R8QGU6","nanog","strn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S001","fd20a07","A0A2R8S001","nanog","pcyox1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S001","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NY94","fd20a07","F6NY94","nanog","traf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NY94","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC42","fd20a07","zgc:56506","nanog","sybl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle-associated membrane protein 7 (Synaptobrevin-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILJ8","fd20a07","A0A0R4ILJ8","nanog","glrx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBW3","fd20a07","X1WBW3","nanog","im:7152348","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5C4","fd20a07","B0S5C4","nanog","acsl3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5C4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6I0","fd20a07","F1R6I0","nanog","adprm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMJ9","fd20a07","A0A0R4IMJ9","nanog","n4bp2l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZR4","fd20a07","pgam1","nanog","pgam1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphoglycerate mutase (EC 5.4.2.11) (EC 5.4.2.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKI8","fd20a07","htatip","nanog","kat5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R473","fd20a07","F1R473","nanog","actl6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R473","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW11","fd20a07","Q7ZW11","nanog","tmem39b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZW11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC46","fd20a07","Nuclear pore membrane glycoprotein 210","nanog","nup210","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear pore membrane glycoprotein 210 (Nucleoporin 210)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T177","fd20a07","Q7T177","nanog","znf668","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T177","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R249","fd20a07","F1R249","nanog","rgs8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R249","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBF7","fd20a07","X1WBF7","nanog","cacna1ha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNP4","fd20a07","A3KNP4","nanog","bud23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNQ3","fd20a07","Q5SNQ3","nanog","nrbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","P0CH95","fd20a07","phf8","nanog","phf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5L9","fd20a07","F1Q5L9","nanog","zfyve28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5L9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGV2","fd20a07","A0A140LGV2","nanog","si:ch73-368j24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUN6","fd20a07","Q7ZUN6","nanog","paics","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3W1","fd20a07","F1R3W1","nanog","mbip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W546","fd20a07","F8W546","nanog","smpd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W546","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5IGR8","fd20a07","Q5IGR8","nanog","ext1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5IGR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZC1","fd20a07","wu:fa14g03","nanog","psmc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome regulatory subunit 8 (26S proteasome AAA-ATPase subunit RPT6) (Proteasome 26S subunit ATPase 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3H1","fd20a07","Q6P3H1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP99","fd20a07","F1QP99","nanog","pdia7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4L8","fd20a07","cnot3","nanog","cnot3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCR4-NOT transcription complex subunit 3 (CCR4-NOT transcription complex, subunit 3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFC8","fd20a07","E9QFC8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAE0","fd20a07","F1QAE0","nanog","cyp27a1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JML7","fd20a07","zgc:153956","nanog","adpgk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-dependent glucokinase (ADP-dependent glucokinase precursor (EC 2.7.1.147))","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6R8","fd20a07","B0S6R8","nanog","ftr24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6R8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8A0","fd20a07","F1Q8A0","nanog","ctsk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R372","fd20a07","Rho GTPase-activating protein 5","nanog","arhgap5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho GTPase-activating protein 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBR2","fd20a07","zgc:91925","nanog","b3gat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4B9","fd20a07","F8W4B9","nanog","pias4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZF3","fd20a07","uhrf1","nanog","uhrf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase UHRF1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase UHRF1) (Ubiquitin-like PHD and RING finger domain-containing protein 1) (Ubiquitin-like-containing PHD and RING finger domains protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR75","fd20a07","A0A0R4IR75","nanog","stt3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR75","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5T0","fd20a07","B0S5T0","nanog","shox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5T0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5W8I8","fd20a07","Q5W8I8","nanog","slc17a6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5W8I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S642","fd20a07","B0S642","nanog","hibch","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S642","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYW2","fd20a07","Q6NYW2","nanog","ppm1da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGW0","fd20a07","Nerve growth factor receptor a","nanog","ngfra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nerve growth factor receptor a (TNFR superfamily, member 16) (Tumor necrosis factor receptor superfamily member 16 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SUD2","fd20a07","Ubi-p63E","nanog","ubb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyubiquitin-B (Ubiquitin B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFT8","fd20a07","F1QFT8","nanog","oxa1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHF6","fd20a07","F1QHF6","nanog","kdm7ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S519","fd20a07","B0S519","nanog","cabp7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S519","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDT5","fd20a07","E7FDT5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R776","fd20a07","F1R776","nanog","dcps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R776","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RR50","fd20a07","A0A2R8RR50","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RR50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJH1","fd20a07","A0A2R9YJH1","nanog","wipf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q92005","fd20a07","eef1a","nanog","eef1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongation factor 1-alpha (EF-1-alpha) (EC 3.6.5.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBB8","fd20a07","E7FBB8","nanog","fam20ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZW3","fd20a07","zgc:77288","nanog","cfl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cofilin 2 (Muscle) (Cofilin-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCE2","fd20a07","F1QCE2","nanog","pls1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3E6","fd20a07","Forkhead box O4","nanog","foxo4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box O4 (Forkhead box protein O4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R060","fd20a07","F1R060","nanog","cica","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R060","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P446","fd20a07","zgc:153415","nanog","csnk1g2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2Z9","fd20a07","E7F2Z9","nanog","si:dkey-94l16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2Z9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG37","fd20a07","Q6DG37","nanog","tspan13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG37","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPG3","fd20a07","A0A0A0MPG3","nanog","crygn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH39","fd20a07","A0A0R4IH39","nanog","rab6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IH39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KVI3","fd20a07","A0A0G2KVI3","nanog","tstd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KVI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHS7","fd20a07","Q6DHS7","nanog","tjp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5W3","fd20a07","F1R5W3","nanog","styxl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5W3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQJ6","fd20a07","F1QQJ6","nanog","sft2d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IB77","fd20a07","cb56","nanog","btg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL56","fd20a07","A0A0R4IL56","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL56","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNR8","fd20a07","A4QNR8","nanog","leng8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4QNR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5L8","fd20a07","fb98b07","nanog","mphosph10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3 small nucleolar ribonucleoprotein protein MPP10","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W722","fd20a07","tef","nanog","tefa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TEF transcription factor, PAR bZIP family member a (Thyrotroph embryonic factor alpha isoform) (Thyrotrophic embryonic factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFM3","fd20a07","B3DFM3","nanog","dlc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7W5","fd20a07","F1R7W5","nanog","nfil3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7W5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA19","fd20a07","A0A0R4IA19","nanog","ddx24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2E5","fd20a07","F1R2E5","nanog","osbpl3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4V6","fd20a07","Q6P4V6","nanog","dazap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P4V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0D7","fd20a07","mpp7","nanog","mpp7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MAGUK p55 subfamily member 7 (Protein humpback)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC37","fd20a07","F1QC37","nanog","zbtb21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T392","fd20a07","Q7T392","nanog","tmem179b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T392","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAS3","fd20a07","E7FAS3","nanog","arfrp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF48","fd20a07","SMRT","nanog","ncor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor corepressor 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2D0","fd20a07","F8W2D0","nanog","mycbpap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGD3","fd20a07","suv39h1a","nanog","suv39h1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone-lysine N-methyltransferase SUV39H1-A (EC 2.1.1.-) (EC 2.1.1.366) (Suppressor of variegation 3-9 homolog 1-A) (Su(var)3-9 homolog 1-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIV1","fd20a07","clock","nanog","clocka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTP1","fd20a07","pcna","nanog","pcna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proliferating cell nuclear antigen (PCNA)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNX7","fd20a07","upf3b","nanog","upf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4E3","fd20a07","A0A2R8Q4E3","nanog","LOC100537850","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3K7","fd20a07","E7F3K7","nanog","tbrg4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3K7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NXI0","fd20a07","F6NXI0","nanog","pfkfb4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NXI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGM5","fd20a07","A2BGM5","nanog","foxn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGT3","fd20a07","TCTE1L","nanog","dynlt3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain Tctex-type 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIY3","fd20a07","B8JIY3","nanog","mrps6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QKB1","fd20a07","A0A2R8QKB1","nanog","sipa1l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QKB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAS4","fd20a07","F1QAS4","nanog","mllt3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ75","fd20a07","F1QJ75","nanog","cyb5r1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ75","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPB2","fd20a07","Q5SPB2","nanog","scaf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Y1","fd20a07","Q503Y1","nanog","gpx4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503Y1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7C6","fd20a07","c-ret","nanog","ret","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proto-oncogene tyrosine-protein kinase receptor Ret (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5N2","fd20a07","F1Q5N2","nanog","mark4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIM7","fd20a07","A2BIM7","nanog","tars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29YB3","fd20a07","Q29YB3","nanog","plagx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q29YB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YAV4","fd20a07","A0A286YAV4","nanog","chrna8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YAV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3T8","fd20a07","Q5U3T8","nanog","rhoua","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMN0","fd20a07","zgc:154039","nanog","sgms1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCB9","fd20a07","E7FCB9","nanog","mntb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDB7","fd20a07","E9QDB7","nanog","cbx3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFE4","fd20a07","E7FFE4","nanog","si:ch1073-390k14.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW02","fd20a07","chpt1","nanog","chpt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cholinephosphotransferase 1 (EC 2.7.8.2) (Diacylglycerol cholinephosphotransferase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3G2","fd20a07","Q6P3G2","nanog","snx27b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JIU7","fd20a07","naca","nanog","naca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nascent polypeptide-associated complex subunit alpha (NAC-alpha) (Alpha-NAC)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IBH3","fd20a07","dac","nanog","fbxw4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and WD repeat domain-containing 4 (F-box and WD-40 domain protein 4) (F-box/WD repeat-containing protein 4) (Hagoromo)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFE1","fd20a07","E9QFE1","nanog","myh14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2LAQ7","fd20a07","A0A0G2LAQ7","nanog","bahcc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2LAQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3N2","fd20a07","A9C3N2","nanog","rassf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPA3","fd20a07","A3KPA3","nanog","naa60","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSS7","fd20a07","A0A1D5NSS7","nanog","trip6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUN2","fd20a07","Q1LUN2","nanog","satb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZB2","fd20a07","Q90ZB2","nanog","gbx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90ZB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2U5","fd20a07","arf6b","nanog","arf6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9E2","fd20a07","A0A0R4I9E2","nanog","cacna1ea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9C9","fd20a07","A0A0R4I9C9","nanog","dusp10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RRI1","fd20a07","Transcription factor EB","nanog","tfeb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor EB","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI61","fd20a07","E9QI61","nanog","arrdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMK0","fd20a07","nsun3","nanog","nsun3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tRNA (cytosine(34)-C(5))-methyltransferase, mitochondrial (EC 2.1.1.-) (NOL1/NOP2/Sun domain family member 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804Q5","fd20a07","Q804Q5","nanog","fezf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q804Q5","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73714","fd20a07","O73714","nanog","ldb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O73714","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KDW7","fd20a07","si:ch211-195b11.7","nanog","sil1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleotide exchange factor SIL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUB5","fd20a07","A0A0R4IUB5","nanog","srsf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L9Z3","fd20a07","A0A0G2L9Z3","nanog","zgc:174288","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L9Z3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0U3","fd20a07","Q6P0U3","nanog","rasl11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXP4","fd20a07","Q7SXP4","nanog","srsf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYD2","fd20a07","A0A0R4IYD2","nanog","jmjd1cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRL0","fd20a07","F1QRL0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMW7","fd20a07","F1QMW7","nanog","atxn7l3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLW6","fd20a07","F1QLW6","nanog","ognb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXE2","fd20a07","Calcium channel, voltage-dependent, gamma subunit 5a","nanog","cacng5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium channel, voltage-dependent, gamma subunit 5a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY64","fd20a07","ppp2r2d","nanog","ppp2r2d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B delta isoform (PP2A subunit B isoform B55-delta) (PP2A subunit B isoform PR55-delta) (PP2A subunit B isoform R2-delta) (PP2A subunit B isoform delta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYN4","fd20a07","Q5TYN4","nanog","klf7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKW5","fd20a07","F1QKW5","nanog","arl13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6P2","fd20a07","A0A2R8Q6P2","nanog","si:dkeyp-100h4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZB2","fd20a07","oxct1","nanog","oxct1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Succinyl-CoA:3-ketoacid-coenzyme A transferase (EC 2.8.3.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHR8","fd20a07","nus1","nanog","nus1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dehydrodolichyl diphosphate synthase complex subunit nus1 (EC 2.5.1.87) (Di-trans,poly-cis-decaprenylcistransferase) (Nogo-B receptor) (NgBR) (Nuclear undecaprenyl pyrophosphate synthase 1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD67","fd20a07","X1WD67","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD67","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRH5","fd20a07","nop10","nanog","nop10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQI7","fd20a07","F1QQI7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R890","fd20a07","F1R890","nanog","ilrun","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R890","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5P9","fd20a07","B0S5P9","nanog","fndc3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5P9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JH70","fd20a07","aldocb","nanog","aldocb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fructose-bisphosphate aldolase C-B (EC 4.1.2.13) (Brain-type aldolase-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMH2","fd20a07","A5PMH2","nanog","cpamd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQT6","fd20a07","si:ch211-262k23.5","nanog","bet1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BET1 homolog (Bet1 golgi vesicular membrane-trafficking protein) (Blocked early in transport 1 homolog (S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RNG4","fd20a07","A0A2R8RNG4","nanog","gna14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RNG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE68","fd20a07","X1WE68","nanog","ahctf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE68","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLJ3","fd20a07","fb14h09","nanog","ywhaz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, zeta polypeptide","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYG0","fd20a07","np","nanog","pnp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7S3","fd20a07","zgc:76925","nanog","sdr16c5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epidermal retinal dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2J7","fd20a07","E7F2J7","nanog","caap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2J7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66ID9","fd20a07","Q66ID9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66ID9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG52","fd20a07","A0A140LG52","nanog","si:dkey-31j3.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG52","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMV6","fd20a07","A5PMV6","nanog","alg9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLH3","fd20a07","F1QLH3","nanog","btbd9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICP9","fd20a07","A0A0R4ICP9","nanog","si:ch211-262i1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIV0","fd20a07","ef2","nanog","elf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E74-like factor 2b (ets domain transcription factor) (ETS-related transcription factor Elf-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGU1","fd20a07","A0A140LGU1","nanog","hp1bp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","M9MMA4","fd20a07","M9MMA4","nanog","igsf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M9MMA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFR5","fd20a07","A0A0R4IFR5","nanog","mtmr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPA3","fd20a07","Q5SPA3","nanog","acat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ61","fd20a07","fc11a05","nanog","znf217","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 217","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4U7","fd20a07","Q6P4U7","nanog","tram1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P4U7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFD5","fd20a07","E7FFD5","nanog","si:dkey-43k4.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGD7","fd20a07","F1QGD7","nanog","trmt12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGM2","fd20a07","ednrb1","nanog","ednrba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endothelin receptor type B (Endothelin receptor non-selective type)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWM4","fd20a07","A0A0R4IWM4","nanog","zc3h7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUM3","fd20a07","Q1LUM3","nanog","endouc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH38","fd20a07","Probable assembly chaperone of rpl4","nanog","si:dkey-12j5.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable assembly chaperone of rpl4 (Si:dkey-12j5.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBN0","fd20a07","wu:fb78c03","nanog","ndufb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QB28","fd20a07","A0A2R8QB28","nanog","retreg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QB28","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BB3","fd20a07","dcaf12","nanog","dcaf12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DDB1- and CUL4-associated factor 12 (WD repeat-containing protein 40A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503X2","fd20a07","Q503X2","nanog","mrpl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503X2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T181","fd20a07","Q7T181","nanog","ing5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T181","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGY1","fd20a07","X1WGY1","nanog","cenpo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUL8","fd20a07","Q7ZUL8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0II00","fd20a07","p100","nanog","nfkb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5M2","fd20a07","E7F5M2","nanog","tmem260","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II42","fd20a07","A0A0R4II42","nanog","si:ch211-231f6.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II42","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISM6","fd20a07","I3ISM6","nanog","cdkn2d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RU29","fd20a07","A0A2R8RU29","nanog","rln3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RU29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BHL7","fd20a07","Two pore calcium channel protein 1 isoform X3","nanog","tpcn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Two pore calcium channel protein 1 isoform X3 (Two pore segment channel 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA21","fd20a07","A0A0R4IA21","nanog","znf236","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NMA7","fd20a07","fi17a03","nanog","rab3da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYD8","fd20a07","Q6NYD8","nanog","arf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUL3","fd20a07","F1QUL3","nanog","tsku","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W427","fd20a07","F8W427","nanog","mtnr1al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W427","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE52","fd20a07","F1QE52","nanog","tert","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE52","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMJ1","fd20a07","chac2","nanog","chac2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Putative glutathione-specific gamma-glutamylcyclotransferase 2 (Gamma-GCG 2) (EC 4.3.2.7) (Cation transport regulator-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8N6","fd20a07","Q1L8N6","nanog","si:dkey-114g7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBK8","fd20a07","rprmb","nanog","rprmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein reprimo B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R042","fd20a07","F1R042","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R042","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9B6","fd20a07","fj55h11","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptosomal-associated protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7M5","fd20a07","F1Q7M5","nanog","cul1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R159","fd20a07","cb233","nanog","bckdk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein-serine/threonine kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFK5","fd20a07","B3DFK5","nanog","wnt2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2F6","fd20a07","wsb1","nanog","wsb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat and SOCS box-containing protein 1 (WSB-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503F7","fd20a07","Q503F7","nanog","tmem45a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503F7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4J9","fd20a07","E7F4J9","nanog","cux1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4J9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ39","fd20a07","E7EZ39","nanog","si:ch211-261n11.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKT3","fd20a07","A0A0R4IKT3","nanog","hivep1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH42","fd20a07","eny2","nanog","eny2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR64","fd20a07","A0A0R4IR64","nanog","si:dkey-182g1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR64","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5I0F7","fd20a07","fb50g02","nanog","foxo3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box O3A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPV1","fd20a07","A0A0R4IPV1","nanog","alad","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6A7","fd20a07","UbcD2","nanog","ube2e3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSZ5","fd20a07","F1QSZ5","nanog","znf1162","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGT1","fd20a07","Q5RGT1","nanog","vash2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG28","fd20a07","E9QG28","nanog","ppp2r3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG28","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S523","fd20a07","B0S523","nanog","osbpl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S523","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK67","fd20a07","F1QK67","nanog","prmt9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK67","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISV4","fd20a07","si:ch73-203i15.5","nanog","anapc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anaphase-promoting complex subunit 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0E1","fd20a07","sox2","nanog","sox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN60","fd20a07","Fibroblast growth factor","nanog","fgf19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2L0","fd20a07","E7F2L0","nanog","epb41l4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITV5","fd20a07","A0A0R4ITV5","nanog","mre11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHU0","fd20a07","E9QHU0","nanog","mark2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T6","fd20a07","Q6P2T6","nanog","csrp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P2T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKL9","fd20a07","B3DKL9","nanog","irx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE22","fd20a07","R4GE22","nanog","scaf4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXL6","fd20a07","H/ACA ribonucleoprotein complex non-core subunit NAF1","nanog","naf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H/ACA ribonucleoprotein complex non-core subunit NAF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQN9","fd20a07","zgc:111823","nanog","ints8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIC7","fd20a07","Q5RIC7","nanog","stmn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLE5","fd20a07","Q6TLE5","nanog","fam49ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TLE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P045","fd20a07","Q6P045","nanog","tyms","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P045","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZV06","fd20a07","B7ZV06","nanog","chmp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZV06","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE29","fd20a07","E7FE29","nanog","myo18ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE29","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGF0","fd20a07","F1QGF0","nanog","pxylp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCT0","fd20a07","F1QCT0","nanog","timm50","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2ARG7","fd20a07","A2ARG7","nanog","atp5meb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2ARG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGB5","fd20a07","Q6DGB5","nanog","rbms2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVL5","fd20a07","Q1LVL5","nanog","slc25a32b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4L2","fd20a07","E7F4L2","nanog","map3k8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L9N5","fd20a07","A0A0G2L9N5","nanog","iqsec2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L9N5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1J5","fd20a07","B0V1J5","nanog","chek2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1J5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUK9","fd20a07","fb23h08","nanog","rprd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulation of nuclear pre-mRNA domain-containing 1B (Regulation of nuclear pre-mRNA domain-containing protein 1B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0A8","fd20a07","A0A2R8S0A8","nanog","skor1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S0A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXR7","fd20a07","E7EXR7","nanog","nhsl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRA7","fd20a07","A0A2R8QRA7","nanog","hnrnph3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZC2","fd20a07","A0A0R4IZC2","nanog","snap91a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R758","fd20a07","F1R758","nanog","s100t","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R758","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2B2","fd20a07","cdc14a","nanog","cdc14b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-tyrosine-phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH84","fd20a07","X1WH84","nanog","ptprnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH84","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGC4","fd20a07","Protein KIBRA","nanog","wwc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein KIBRA (WW and C2 domain-containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNM7","fd20a07","zgc:162250","nanog","dok6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Docking protein 6 (Zgc:162250 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWZ9","fd20a07","F1QWZ9","nanog","lft2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","T1ECT4","fd20a07","T1ECT4","nanog","si:ch211-163l21.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T1ECT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMG5","fd20a07","F1QMG5","nanog","hes6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCF3","fd20a07","DNA topoisomerase","nanog","top3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA topoisomerase (EC 5.6.2.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYF1","fd20a07","Q6NYF1","nanog","yipf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6JIZ2","fd20a07","pura","nanog","puraa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pur-alpha (Pura protein) (Purine-rich element binding protein A) (Purine-rich element-binding protein Aa)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R982","fd20a07","F1R982","nanog","otx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R982","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIU5","fd20a07","F1QIU5","nanog","mcamb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q504F8","fd20a07","Q504F8","nanog","pgpep1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q504F8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9D1","fd20a07","A0A0R4I9D1","nanog","nubp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R143","fd20a07","F1R143","nanog","znf395a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R143","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R345","fd20a07","ddx11","nanog","ddx11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent DNA helicase DDX11 (EC 3.6.4.12) (DEAD/H-box protein 11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QC18","fd20a07","A0A2R8QC18","nanog","zmp:0000001175","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QC18","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QF34","fd20a07","A0A2R8QF34","nanog","kansl1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QF34","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWL6","fd20a07","Q1LWL6","nanog","gse1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIH3","fd20a07","A0A0R4IIH3","nanog","gpa33a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGC8","fd20a07","F1QGC8","nanog","dtd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUZ8","fd20a07","Q1LUZ8","nanog","spon1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9G4","fd20a07","A0A286Y9G4","nanog","cabp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJK9","fd20a07","rassf8","nanog","foxp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box P4 (Forkhead box protein P4) (Rassf8 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDF5","fd20a07","A0A0R4IDF5","nanog","si:rp71-36a1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKF4","fd20a07","F1QKF4","nanog","tgfbr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFJ6","fd20a07","B3DFJ6","nanog","chst12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMH7","fd20a07","A0A0R4IMH7","nanog","zswim8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q56A35","fd20a07","actr2b","nanog","actr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2-B (Actin-like protein 2-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PYH6","fd20a07","dlg1","nanog","dlg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Disks large homolog 1 (Synapse-associated protein 97A) (SAP-97A) (SAP97A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH33","fd20a07","wu:fb12e01","nanog","commd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COMM domain-containing 2 (COMM domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ03","fd20a07","si:ch211-152p11.3","nanog","mgat1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CA5","fd20a07","fc64g03","nanog","prps1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR96","fd20a07","F1QR96","nanog","coro2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR96","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1K0","fd20a07","E7F1K0","nanog","ric8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1K0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXC4","fd20a07","Serpin B6","nanog","serpinb14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serpin B6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICF4","fd20a07","A0A0R4ICF4","nanog","rps6kal","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZL6","fd20a07","si:dkey-218f9.9","nanog","rragcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related GTP-binding protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMZ1","fd20a07","si:ch73-233a22.2","nanog","ugp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UTP--glucose-1-phosphate uridylyltransferase (EC 2.7.7.9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD19","fd20a07","E7FD19","nanog","sco1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD19","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZR9","fd20a07","E7EZR9","nanog","si:ch211-173n18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGR8","fd20a07","scarb2","nanog","scarb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KGZ5","fd20a07","si:dkey-21k4.4","nanog","vps37ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","VPS37B subunit of ESCRT-I (Vacuolar protein sorting-associated protein 37B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XFY1","fd20a07","Q5XFY1","nanog","mst1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XFY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BA4","fd20a07","slc38a9","nanog","slc38a9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neutral amino acid transporter 9 (Solute carrier family 38 member 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2E0","fd20a07","si:ch211-197g15.1","nanog","hnrnpm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein M","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P036","fd20a07","Q6P036","nanog","slc25a33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P036","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD71","fd20a07","X1WD71","nanog","ap2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD71","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA30","fd20a07","F1QA30","nanog","rybpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA30","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9P9","fd20a07","smad2","nanog","smad2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4E2","fd20a07","F1R4E2","nanog","morn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG32","fd20a07","Q6DG32","nanog","slc25a36a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG32","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYD3","fd20a07","B0UYD3","nanog","slc35a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NQC4","fd20a07","F6NQC4","nanog","nrgna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NQC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYT1","fd20a07","A0A2R8PYT1","nanog","si:ch211-259k16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PYT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFF7","fd20a07","A0A0R4IFF7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3H0","fd20a07","maft","nanog","maff","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor MafF (Transcription factor mafT) (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog F) (V-maf musculoaponeurotic fibrosarcoma oncogene homolog f (Avian))","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBB3","fd20a07","E7FBB3","nanog","pdgfbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLW8","fd20a07","B8JLW8","nanog","gmps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2E7","fd20a07","cldn15l","nanog","cldn15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R446","fd20a07","F1R446","nanog","sptan1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R446","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFH0","fd20a07","A0A0R4IFH0","nanog","si:ch73-299h12.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PR55","fd20a07","Q5PR55","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PR55","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3FEM2","fd20a07","A3FEM2","nanog","fev","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3FEM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY42","fd20a07","ptdss2","nanog","ptdss2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylserine synthase 2 (PSS-2) (PtdSer synthase 2) (EC 2.7.8.29) (Serine-exchange enzyme II)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK71","fd20a07","F1QK71","nanog","mcm5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK71","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA08","fd20a07","F1QA08","nanog","gria4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA08","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICQ1","fd20a07","si:ch211-194m7.2","nanog","ndrg4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NDRG family member 4 (Protein NDRG4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3E8","fd20a07","Q7T3E8","nanog","mtfr1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3E8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6B1","fd20a07","B0S6B1","nanog","cwc22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGA6","fd20a07","Q6DGA6","nanog","allc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI67","fd20a07","B8JI67","nanog","si:dkey-48j7.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI67","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V924","fd20a07","Q4V924","nanog","bloc1s3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V924","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQS8","fd20a07","A0A0R4IQS8","nanog","atp2a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ48","fd20a07","F1QJ48","nanog","mrrf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ48","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PM71","fd20a07","A5PM71","nanog","si:dkeyp-72a4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PM71","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITU4","fd20a07","A0A0R4ITU4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Z8","fd20a07","E7F6Z8","nanog","pde1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6Z8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6E4","fd20a07","F1R6E4","nanog","si:dkey-193n17.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI43","fd20a07","E9QI43","nanog","sdhaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R235","fd20a07","F1R235","nanog","cfap36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R235","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUJ5","fd20a07","F1QUJ5","nanog","ccdc28a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV34","fd20a07","decr2","nanog","decr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisomal 2,4-dienoyl-CoA reductase [(3E)-enoyl-CoA-producing] (EC 1.3.1.124) (2,4-dienoyl-CoA reductase 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGK4","fd20a07","Q9DGK4","nanog","tpt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DGK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PF33","fd20a07","A5PF33","nanog","tbl1xr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PF33","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB30","fd20a07","E7FB30","nanog","klhl17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2P6","fd20a07","F8W2P6","nanog","glyctk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2P6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Z8","fd20a07","p62","nanog","sqstm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sequestosome-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHQ6","fd20a07","A0A0R4IHQ6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCS1","fd20a07","F1QCS1","nanog","crbn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTQ6","fd20a07","A0A2R8RTQ6","nanog","LOC110438398","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RTQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4UQV6","fd20a07","A4UQV6","nanog","slc8a4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4UQV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNU4","fd20a07","fen1","nanog","fen1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZN8","fd20a07","Q7SZN8","nanog","shox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGJ8","fd20a07","A2BGJ8","nanog","si:dkey-13n15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IG16","fd20a07","A0A0R4IG16","nanog","si:dkey-223p19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IG16","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKQ9","fd20a07","Insulin receptor substrate 2","nanog","irs2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin receptor substrate 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3B9","fd20a07","fc21c10","nanog","fanci","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FA complementation group I (Fanconi anemia group I protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R336","fd20a07","F1R336","nanog","tcf7l1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R336","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98TU3","fd20a07","Q98TU3","nanog","adcyap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98TU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8N0","fd20a07","dhrs2","nanog","dhrs4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dehydrogenase/reductase (SDR family) member 4 (Dehydrogenase/reductase SDR family member 4 (EC 1.1.1.184))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNF7","fd20a07","F1QNF7","nanog","itprip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAA3","fd20a07","E7FAA3","nanog","raver1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0W9","fd20a07","B0V0W9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0W9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKT8","fd20a07","F1QKT8","nanog","grinab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAX9","fd20a07","F1RAX9","nanog","si:ch211-152c2.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHE2","fd20a07","F1QHE2","nanog","elac2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIB7","fd20a07","non-specific serine/threonine protein kinase","nanog","ulk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWJ7","fd20a07","F1QWJ7","nanog","nnr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L2K4","fd20a07","A0A0G2L2K4","nanog","htr7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L2K4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE33","fd20a07","FERM, RhoGEF and pleckstrin domain protein 2","nanog","farp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FERM, RhoGEF and pleckstrin domain protein 2 (FERM, RhoGEF and pleckstrin domain-containing protein 2 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P967","fd20a07","zgc:73153","nanog","gnao1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein (G protein), alpha-activating activity polypeptide O, b (Zgc:73153)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE34","fd20a07","F1QE34","nanog","ankmy2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE34","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHS2","fd20a07","E9QHS2","nanog","alkbh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYQ9","fd20a07","tmem216","nanog","tmem216","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 216","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNW3","fd20a07","F1QNW3","nanog","rtel1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFZ8","fd20a07","zgc:175115","nanog","socs7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P027","fd20a07","Q6P027","nanog","rlbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P027","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SP02","fd20a07","si:ch211-180b22.3","nanog","taf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJE0","fd20a07","E9QJE0","nanog","tfcp2l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGB9","fd20a07","F1QGB9","nanog","cfap58","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7Z9","fd20a07","E7F7Z9","nanog","si:dkey-100n23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7Z9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTD3","fd20a07","rnmt","nanog","rnmt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803N7","fd20a07","ck2a1","nanog","csnk2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHR3","fd20a07","Q6DHR3","nanog","rasgef1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF34","fd20a07","E7FF34","nanog","dnajc5ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF34","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKM3","fd20a07","wu:fb09b11","nanog","tmed3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane emp24 domain-containing protein 3 precursor (Transmembrane emp24 protein transport domain containing 3) (Transmembrane p24-trafficking protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2G0","fd20a07","tm4sf12","nanog","tspan12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEE6","fd20a07","Family with sequence similarity 98 member A","nanog","fam98a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Family with sequence similarity 98 member A (Protein FAM98A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVK6","fd20a07","Vasodilator-stimulated phosphoprotein b","nanog","vaspb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vasodilator-stimulated phosphoprotein b (Vasodilator-stimulated phosphoprotein isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T1D7","fd20a07","sb:cb1007","nanog","fmo5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Flavin-containing monooxygenase (EC 1.-.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CET1","fd20a07","A2CET1","nanog","rsph4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CET1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRE8","fd20a07","snrp70","nanog","snrnp70","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U1 small nuclear ribonucleoprotein 70 kDa","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5S7","fd20a07","fkd-6","nanog","foxd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein D3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9V3","fd20a07","si:dkey-4p15.3","nanog","hspa8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock cognate 70 kDa protein (Heat shock protein family A (Hsp70) member 8b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZP1","fd20a07","Q7SZP1","nanog","tsc22d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1X5","fd20a07","Ubiquitin carboxyl-terminal hydrolase CYLD","nanog","cyldl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase CYLD (EC 3.4.19.12) (Deubiquitinating enzyme CYLD) (Ubiquitin thioesterase CYLD) (Ubiquitin-specific-processing protease CYLD)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9A7","fd20a07","A0A0R4I9A7","nanog","orai1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9A7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F498","fd20a07","E7F498","nanog","tmem179bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F498","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RVG3","fd20a07","A0A2R8RVG3","nanog","tango2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RVG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RLC7","fd20a07","A0A2R8RLC7","nanog","dixdc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RLC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXM7","fd20a07","prpf31","nanog","prpf31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U4/U6 small nuclear ribonucleoprotein Prp31 (Pre-mRNA-processing factor 31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV25","fd20a07","sumo3l","nanog","sumo3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ubiquitin-related modifier 3-like (SUMO-3-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCA5","fd20a07","E7FCA5","nanog","hdlbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3R6","fd20a07","F1R3R6","nanog","prdm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3R6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QME7","fd20a07","F1QME7","nanog","im:7138239","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QME7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXD2","fd20a07","chmp2b","nanog","chmp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2ARH1","fd20a07","A2ARH1","nanog","rchy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2ARH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R226","fd20a07","F1R226","nanog","dop1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R226","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q860B9","fd20a07","Q860B9","nanog","ik","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q860B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNK9","fd20a07","A3KNK9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WG99","fd20a07","A8WG99","nanog","acot15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WG99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0C0","fd20a07","fb11g07","nanog","pgls","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","6-phosphogluconolactonase (6PGL) (EC 3.1.1.31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QD20","fd20a07","fc08g11","nanog","rnaseh2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribonuclease H2 subunit C (Ribonuclease H2, subunit C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUJ6","fd20a07","Q1LUJ6","nanog","zbtb8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P8H4","fd20a07","F6P8H4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P8H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PF24","fd20a07","A5PF24","nanog","nlrc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PF24","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHE9","fd20a07","X1WHE9","nanog","prnprs3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKV1","fd20a07","F1QKV1","nanog","si:rp71-1g18.13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZM2","fd20a07","F1QZM2","nanog","dnajc9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4STT7","fd20a07","A0A0N4STT7","nanog","lpar4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4STT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFA9","fd20a07","F1QFA9","nanog","med15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFA9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DI25","fd20a07","zgc:86740","nanog","imp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIS3","fd20a07","E9QIS3","nanog","hunk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ34","fd20a07","E7EZ34","nanog","msantd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ34","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L4V3","fd20a07","A0A0G2L4V3","nanog","sh3bp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L4V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F186","fd20a07","Outer dense fiber protein 2","nanog","odf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Outer dense fiber protein 2 (Cenexin) (Outer dense fiber of sperm tails protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUL3","fd20a07","Q7ZUL3","nanog","klhdc10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGD2","fd20a07","F1QGD2","nanog","zdhhc24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S606","fd20a07","B0S606","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S606","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRD9","fd20a07","Q6DRD9","nanog","abhd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHQ4","fd20a07","Tetraspanin","nanog","tspan4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF25","fd20a07","E7FF25","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF25","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4C4","fd20a07","pias4a","nanog","pias4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6R9","fd20a07","F1R6R9","nanog","tns3.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6R9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNV4","fd20a07","nup133","nanog","nup133","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear pore complex protein Nup133 (Nucleoporin 133)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKD6","fd20a07","F1QKD6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9M2","fd20a07","F1Q9M2","nanog","cd2bp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YIS0","fd20a07","Z4YIS0","nanog","ppp1r12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YIS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD23","fd20a07","E7FD23","nanog","si:dkey-276j7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD23","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF22","fd20a07","E9QF22","nanog","bckdhbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGR6","fd20a07","F1QGR6","nanog","atf5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBK0","fd20a07","F1RBK0","nanog","dkk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5WN09","fd20a07","zgc:103673","nanog","cdh6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T1","fd20a07","fc19d01","nanog","snrpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U1 small nuclear ribonucleoprotein A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUZ7","fd20a07","arf1l","nanog","arf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7J7","fd20a07","Glycoprotein","nanog","gpnmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycoprotein (transmembrane) nmb (Transmembrane glycoprotein NMB isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BL35","fd20a07","spopla","nanog","spopla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Speckle-type POZ protein-like A (HIB homolog 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHA7","fd20a07","im:7165310","nanog","tor1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Torsin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P980","fd20a07","cb463","nanog","sod2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Superoxide dismutase (EC 1.15.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTZ6","fd20a07","Q7ZTZ6","nanog","stub1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZTZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYL2","fd20a07","F1QYL2","nanog","ern1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JSZ0","fd20a07","A9JSZ0","nanog","hmgcra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JSZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803M8","fd20a07","ywhaz","nanog","ywhaqb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein theta","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH50","fd20a07","F1QH50","nanog","ncbp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH50","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXL1","fd20a07","F1QXL1","nanog","cxxc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGQ6","fd20a07","A0A140LGQ6","nanog","dnajc14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1I2","fd20a07","E7F1I2","nanog","arl6ip6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS9","fd20a07","zgc:163126","nanog","mrps21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVI8","fd20a07","A0A0R4IVI8","nanog","evx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4X8","fd20a07","E7F4X8","nanog","vopp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4X8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q157","fd20a07","A0A2R8Q157","nanog","fdps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q157","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWL0","fd20a07","F1QWL0","nanog","cplx4c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK09","fd20a07","A0A0R4IK09","nanog","slc16a9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK09","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKR1","fd20a07","A0A0R4IKR1","nanog","ddx47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QC20","fd20a07","A0A2R8QC20","nanog","slc15a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QC20","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYQ8","fd20a07","B0UYQ8","nanog","si:dkey-67c22.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY50","fd20a07","Q6NY50","nanog","bhlhe40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NY50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8Y5U1","fd20a07","A8Y5U1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8Y5U1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHQ5","fd20a07","Q5RHQ5","nanog","cnstb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBK3","fd20a07","rps28","nanog","rps28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein eS28 (40S ribosomal protein S28)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG54","fd20a07","cxcr7b","nanog","ackr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Atypical chemokine receptor 3b (Cxcr7b protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4G5V7","fd20a07","rtn5","nanog","rtn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reticulon","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRV8","fd20a07","F1QRV8","nanog","znf609a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6L5P4","fd20a07","MRPS33","nanog","mrps33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein mS33","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNG1","fd20a07","F1QNG1","nanog","htr7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFY4","fd20a07","B3DFY4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGB0","fd20a07","Q6DGB0","nanog","abhd17b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NXD5","fd20a07","F6NXD5","nanog","marcksb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NXD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDQ0","fd20a07","E9QDQ0","nanog","sh2d3ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R441","fd20a07","F1R441","nanog","brinp3a.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R441","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCQ2","fd20a07","E7FCQ2","nanog","adck2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","P47792","fd20a07","sox19a","nanog","sox19a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-19a","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIC1","fd20a07","zgc:55853","nanog","cdc5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CDC5 cell division cycle 5-like (S. pombe) (Cell division cycle 5-like protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLD1","fd20a07","Q5BLD1","nanog","tmem86a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3Q7","fd20a07","F1R3Q7","nanog","rrp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3Q7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXP8","fd20a07","B0UXP8","nanog","dalrd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV69","fd20a07","acbd5b","nanog","acbd5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acyl-CoA-binding domain-containing protein 5-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH22","fd20a07","Q6TH22","nanog","ddi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TH22","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F177","fd20a07","E7F177","nanog","nocta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F177","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT41","fd20a07","Q1MT41","nanog","rbbp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MT41","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHC4","fd20a07","F1QHC4","nanog","lmnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB95","fd20a07","F1RB95","nanog","rnf14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB95","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHK2","fd20a07","B3DHK2","nanog","dipk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZI0","fd20a07","A8DZI0","nanog","rc3h1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHB1","fd20a07","Q6DHB1","nanog","dnal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAQ0","fd20a07","E7FAQ0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYR3","fd20a07","E7EYR3","nanog","ttc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR42","fd20a07","A0A0R4IR42","nanog","si:ch211-227n13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR42","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXS0","fd20a07","fc27c04","nanog","hmox1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heme oxygenase (EC 1.14.14.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5C5","fd20a07","F1R5C5","nanog","cmtr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5C5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCC6","fd20a07","X1WCC6","nanog","si:dkey-33c14.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P031","fd20a07","zgc:77759","nanog","cd151l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5L1","fd20a07","B8A5L1","nanog","ecpas","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5L1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1G8","fd20a07","B0V1G8","nanog","wnt10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZSY6","fd20a07","Q7ZSY6","nanog","mt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZSY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZR4","fd20a07","E7EZR4","nanog","vegfba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I42","fd20a07","rdx","nanog","msna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Moesin (Membrane-organizing extension spike protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD97","fd20a07","F1RD97","nanog","cmtm7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD97","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICB9","fd20a07","A0A0R4ICB9","nanog","cant1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGP4","fd20a07","Q6DGP4","nanog","ndfip1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8C8","fd20a07","F1R8C8","nanog","nphp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WET4","fd20a07","si:ch211-160e1.10","nanog","dhx33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase DHX33 (EC 3.6.4.13) (DEAH (Asp-Glu-Ala-His) box polypeptide 33)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLC6","fd20a07","si:dkey-216e9.4","nanog","bag1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BAG family molecular chaperone regulator 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RI30","fd20a07","Q5RI30","nanog","fam228a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RI30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4B5","fd20a07","F1R4B5","nanog","ube3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IGC8","fd20a07","A4IGC8","nanog","aldh18a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IGC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFQ5","fd20a07","E7FFQ5","nanog","tmem62","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRG5","fd20a07","F1QRG5","nanog","si:dkey-250d21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","O57460","fd20a07","O57460","nanog","tll1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O57460","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBT5","fd20a07","mkrn1","nanog","mkrn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable E3 ubiquitin-protein ligase makorin-1 (EC 2.3.2.27) (RING-type E3 ubiquitin transferase makorin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A097ZPG7","fd20a07","A0A097ZPG7","nanog","mbd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A097ZPG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGF2","fd20a07","X1WGF2","nanog","si:dkey-7i4.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RLB6","fd20a07","A0A2R8RLB6","nanog","si:dkey-7i4.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RLB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXK9","fd20a07","zgc:100815","nanog","thoc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","THO complex 3 (THO complex subunit 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILF4","fd20a07","A0A0R4ILF4","nanog","si:dkey-151g10.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWB3","fd20a07","chunp6902","nanog","sf3b4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU99","fd20a07","vcp","nanog","vcp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY41","fd20a07","zgc:76963","nanog","cyb5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome b5 type B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG18","fd20a07","F1QG18","nanog","drd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P132","fd20a07","tax1bp1b","nanog","tax1bp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tax1-binding protein 1 homolog B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQM5","fd20a07","A3KQM5","nanog","si:dkey-246g23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z4","fd20a07","F1Q6Z4","nanog","si:ch211-235f12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Z4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPG3","fd20a07","F1QPG3","nanog","sst1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAG8","fd20a07","F1RAG8","nanog","faap24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFM0","fd20a07","Q6PFM0","nanog","jmjd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8M2","fd20a07","Q1L8M2","nanog","rad51ap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFQ2","fd20a07","E9QFQ2","nanog","afap1l1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2H4","fd20a07","E7F2H4","nanog","ccdc186","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66IB6","fd20a07","Q66IB6","nanog","hmgb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66IB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F278","fd20a07","E7F278","nanog","cacna1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F278","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8Y5T2","fd20a07","A8Y5T2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8Y5T2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KN81","fd20a07","LOC100331938","nanog","acvr2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7I8","fd20a07","E7F7I8","nanog","nkain4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICM6","fd20a07","A0A0R4ICM6","nanog","mapkbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","P79735","fd20a07","ran","nanog","ran","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP-binding nuclear protein Ran (EC 3.6.5.-) (GTPase Ran) (Ras-related nuclear protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCP3","fd20a07","E7FCP3","nanog","arhgap22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVJ0","fd20a07","ogt.2","nanog","ogt.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UDP-N-acetylglucosamine--peptide N-acetylglucosaminyltransferase 110 kDa subunit (EC 2.4.1.255) (O-GlcNAc transferase subunit p110) (O-linked N-acetylglucosamine transferase 110 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWY5","fd20a07","F1QWY5","nanog","ca16b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWG6","fd20a07","A5WWG6","nanog","si:ch1073-188e1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEB9","fd20a07","Dedicator of cytokinesis 9b","nanog","dock9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dedicator of cytokinesis 9b (Dedicator of cytokinesis protein 9 isoform X10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJT2","fd20a07","F1QJT2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHQ3","fd20a07","A0A2R8QHQ3","nanog","nhsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GML8","fd20a07","Q6GML8","nanog","mus81","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GML8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8C8","fd20a07","zgc:91948","nanog","p4ha2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","procollagen-proline 4-dioxygenase (EC 1.14.11.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4FE55","fd20a07","ubiquitinyl hydrolase 1","nanog","usp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNL3","fd20a07","A3KNL3","nanog","pcyt1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBI5","fd20a07","rps25","nanog","rps25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein eS25 (40S ribosomal protein S25)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDJ3","fd20a07","F1RDJ3","nanog","ppp1r8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCB7","fd20a07","X1WCB7","nanog","dyrk1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYZ5","fd20a07","Q5TYZ5","nanog","cand1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4H6","fd20a07","E7F4H6","nanog","galnt18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q7K7","fd20a07","A0A2R8Q7K7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q7K7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REJ4","fd20a07","F1REJ4","nanog","vcpip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEE1","fd20a07","X1WEE1","nanog","slc6a17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBX8","fd20a07","zgc:73198","nanog","ndufv2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD06","fd20a07","F1QD06","nanog","ttc13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD06","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBG9","fd20a07","F1RBG9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB86","fd20a07","F1RB86","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1JPT7","fd20a07","Q1JPT7","nanog","thap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1JPT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RW11","fd20a07","ATP synthase peripheral stalk subunit F6","nanog","si:ch211-140m22.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase peripheral stalk subunit F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNF2","fd20a07","cbx3","nanog","cbx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromobox homolog 3a (HP1 gamma homolog, Drosophila) (Chromobox protein homolog 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Z6","fd20a07","F1Q8Z6","nanog","tmeff2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A097","fd20a07","A0A097","nanog","tmsb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A097","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXH9","fd20a07","A0A0R4IXH9","nanog","si:ch73-138e16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7N8","fd20a07","im:6909492","nanog","psmb4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIV1","fd20a07","B8JIV1","nanog","mbnl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTG7","fd20a07","A9JTG7","nanog","ubac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAX4","fd20a07","stra6","nanog","stra6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Receptor for retinol uptake stra6 (Stimulated by retinoic acid gene 6 protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIM0","fd20a07","A0A2R8RIM0","nanog","stim1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RKP9","fd20a07","zgc:101761","nanog","gna11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit alpha-11","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T338","fd20a07","Q7T338","nanog","fgfr1op2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T338","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6K1","fd20a07","F1Q6K1","nanog","usp24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD05","fd20a07","E7FD05","nanog","si:dkey-7j14.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD05","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6EHI4","fd20a07","hif1a","nanog","hif1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hypoxia-inducible factor 1-alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66IA7","fd20a07","Q66IA7","nanog","uxt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66IA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQ17","fd20a07","A0A0R4IQ17","nanog","osbpl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQ17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGP8","fd20a07","F1QGP8","nanog","hmgb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS19","fd20a07","A0A0R4IS19","nanog","slitrk6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS19","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DEG6","fd20a07","Q9DEG6","nanog","ctbp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DEG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY32","fd20a07","wu:fb78e11","nanog","appbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Amyloid beta precursor protein (cytoplasmic tail)-binding protein 2 (Amyloid beta protein (Cytoplasmic tail) binding protein 2) (Amyloid protein-binding protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RMV8","fd20a07","A0A2R8RMV8","nanog","ssh1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RMV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJV5","fd20a07","A0A2R8RJV5","nanog","telo2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RJV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZJ5","fd20a07","F1QZJ5","nanog","zmp:0000000524","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC84","fd20a07","A0A0R4IC84","nanog","si:dkeyp-1h4.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC84","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P405","fd20a07","zgc:153623","nanog","micos10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MICOS complex subunit MIC10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Y4","fd20a07","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5","nanog","st6galnac5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5 (ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FUN7","fd20a07","usp12a","nanog","usp12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 12A (EC 3.4.19.12) (Deubiquitinating enzyme 12A) (Ubiquitin thioesterase 12A) (Ubiquitin-specific-processing protease 12A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4A1","fd20a07","Q0P4A1","nanog","arl14ep","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PWM2","fd20a07","Q9PWM2","nanog","hoxb9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PWM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTI5","fd20a07","med21","nanog","med21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 21 (Mediator complex subunit 21) (RNA polymerase II holoenzyme component SRB7) (RNAPII complex component SRB7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4A6","fd20a07","F1R4A6","nanog","mbtps2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWJ7","fd20a07","rpl34","nanog","rpl34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2D3","fd20a07","rgs5","nanog","rgs5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulator of G protein-signaling 5a (Regulator of G-protein signaling 5) (Zgc:64006)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDS4","fd20a07","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","nanog","ppp2r2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 2A 55 kDa regulatory subunit B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q449","fd20a07","A0A2R8Q449","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q449","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHX8","fd20a07","A0A0R4IHX8","nanog","sat2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4W5","fd20a07","F2Z4W5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4W5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFP3","fd20a07","E9QFP3","nanog","dars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RV06","fd20a07","cfap206","nanog","cfap206","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cilia- and flagella-associated protein 206","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AR70","fd20a07","A2AR70","nanog","pfkfb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AR70","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F392","fd20a07","E7F392","nanog","si:ch211-266i6.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F392","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPF4","fd20a07","Ubiquitin carboxyl-terminal hydrolase","nanog","usp11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","O13168","fd20a07","tle3b","nanog","tle3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transducin-like enhancer protein 3-B (Protein groucho-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JID6","fd20a07","B8JID6","nanog","dock5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JID6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4P9","fd20a07","F1R4P9","nanog","ranbp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4P9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZU1","fd20a07","A0A0R4IZU1","nanog","pard3ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM78","fd20a07","si:ch211-8a9.5","nanog","sf3b5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B subunit 5 (SF3b5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KFS5","fd20a07","A0A0G2KFS5","nanog","armc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KFS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC78","fd20a07","F1RC78","nanog","fbxo36a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX88","fd20a07","F1QX88","nanog","si:ch211-51a6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX88","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A698","fd20a07","B8A698","nanog","slc25a16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A698","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IGD2","fd20a07","nat8l","nanog","nat8l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N-acetylaspartate synthetase (NAA synthetase) (EC 2.3.1.17) (N-acetyltransferase 8-like protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R026","fd20a07","B0R026","nanog","prmt5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R026","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYF1","fd20a07","A0A2R8PYF1","nanog","pdgfba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PYF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPZ9","fd20a07","A3KPZ9","nanog","si:ch211-152p11.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIU2","fd20a07","vip1","nanog","vip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","VIP peptides (Vasoactive intestinal peptide)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBW9","fd20a07","Q6PBW9","nanog","rpe","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503U0","fd20a07","Q503U0","nanog","lmo3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2X1","fd20a07","E7F2X1","nanog","man2b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG79","fd20a07","A2BG79","nanog","bnip3lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BG79","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS4","fd20a07","wu:fe06b12","nanog","canx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calnexin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJS3","fd20a07","DNA repair protein complementing XP-G cells","nanog","ercc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDC2","fd20a07","A0A0R4IDC2","nanog","si:dkey-78p8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGC5","fd20a07","A0A0R4IGC5","nanog","cxxc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F897","fd20a07","E7F897","nanog","cpb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F897","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T351","fd20a07","wu:fc92c07","nanog","atf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating transcription factor 1 (Cyclic AMP-dependent transcription factor ATF-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVI7","fd20a07","actba","nanog","actba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin, cytoplasmic 1 (EC 3.6.4.-) (Beta-actin-1) [Cleaved into: Actin, cytoplasmic 1, N-terminally processed]","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG38","fd20a07","X1WG38","nanog","si:ch73-95l15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG38","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SUG9","fd20a07","P2Y purinoceptor 1","nanog","p2ry1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P2Y purinoceptor 1 (Purinergic receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q30JB6","fd20a07","etv2","nanog","etsrp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ETS variant transcription factor 2 (Ets variant gene 2) (Ets1-related protein) (Etv2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYX8","fd20a07","F1QYX8","nanog","hadhab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHR9","fd20a07","cb273","nanog","kpnb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Importin-5 isoform X1 (Karyopherin (importin) beta 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZSZ0","fd20a07","rab1a","nanog","rab1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICC1","fd20a07","A0A0R4ICC1","nanog","twnk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9Y7","fd20a07","E7F9Y7","nanog","tagln3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9Y7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3H4","fd20a07","B0V3H4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V3H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXL3","fd20a07","tbp","nanog","tbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TATA-box-binding protein (zTBP) (TATA sequence-binding protein) (TATA-binding factor) (TATA-box factor) (zfTBF) (Transcription initiation factor TFIID TBP subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1Q0","fd20a07","F1R1Q0","nanog","mettl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1Q0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHC6","fd20a07","A0A0R4IHC6","nanog","tril","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCH4","fd20a07","notch6","nanog","notch2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A487","fd20a07","B8A487","nanog","ifi27.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A487","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUX5","fd20a07","Q1LUX5","nanog","znf296","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIA7","fd20a07","F1QIA7","nanog","taf5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQG1","fd20a07","zgc:56481","nanog","hmgcs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hydroxymethylglutaryl-CoA synthase (HMG-CoA synthase) (EC 2.3.3.10) (3-hydroxy-3-methylglutaryl coenzyme A synthase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2U9","fd20a07","E7F2U9","nanog","pkd1l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2U9","tf-link","27924024","regulates","txid7955" +"A5JNG8","O57341","fd20a07","fgf8a","nanog","fgf8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor 8 (FGF-8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPE7","fd20a07","A0A0R4IPE7","nanog","nadsyn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3V8","fd20a07","B0V3V8","nanog","slc26a11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V3V8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQE8","fd20a07","A0A0R4IQE8","nanog","shcbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QT75","fd20a07","F1QT75","nanog","rbb4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QT75","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV77","fd20a07","F1QV77","nanog","rpgra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIC7","fd20a07","A0A0R4IIC7","nanog","ikzf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJA8","fd20a07","F1QJA8","nanog","commd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8J4","fd20a07","F1Q8J4","nanog","acadvl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8J3","fd20a07","E7F8J3","nanog","znf385d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8J3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYA2","fd20a07","E7EYA2","nanog","mbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5X7","fd20a07","fa11g05","nanog","taf15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAF15 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (TATA-binding protein-associated factor 2N) (Zgc:158363)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UVY8","fd20a07","c/ebpg","nanog","cebpg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCAAT enhancer-binding protein gamma (CCAAT/enhancer binding protein (C/EBP), gamma) (CCAAT/enhancer-binding protein gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBH3","fd20a07","F1RBH3","nanog","chchd6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDW8","fd20a07","F1RDW8","nanog","si:dkey-147f3.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q687","fd20a07","F1Q687","nanog","dlgap5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q687","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2C4","fd20a07","Q7T2C4","nanog","slc26a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2C4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKC9","fd20a07","A0A0R4IKC9","nanog","bnc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF50","fd20a07","X1WF50","nanog","si:ch211-40k21.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF50","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUZ2","fd20a07","Q7ZUZ2","nanog","actr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6G9","fd20a07","E7F6G9","nanog","uggt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0F4","fd20a07","E7F0F4","nanog","si:ch73-335l21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0F4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRD4","fd20a07","cenpl","nanog","cenpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein L (CENP-L)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0PKX9","fd20a07","Q0PKX9","nanog","tnfsf10l3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0PKX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5C0","fd20a07","Synaptotagmin","nanog","syt2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7J2","fd20a07","E7F7J2","nanog","si:dkey-84k17.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9J8","fd20a07","A0A2R8Q9J8","nanog","LOC100000713","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBN4","fd20a07","E7FBN4","nanog","ccdc97","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT09","fd20a07","A0A0R4IT09","nanog","pdha1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT09","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F071","fd20a07","E7F071","nanog","hnrnpul1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F071","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV11","fd20a07","zgc:85677","nanog","hmga1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","High mobility group protein HMG-I/HMG-Y (High mobility group AT-hook protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFL8","fd20a07","A0A0R4IFL8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A588","fd20a07","B8A588","nanog","paip2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A588","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F787","fd20a07","E7F787","nanog","ccl38.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F787","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVH3","fd20a07","F1QVH3","nanog","ebag9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9M5","fd20a07","A0A286Y9M5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICL5","fd20a07","Protein transport protein Sec24A isoform X2","nanog","sec24a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4Q3","fd20a07","F1R4Q3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3R0","fd20a07","Q5U3R0","nanog","xkrx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3R0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9R7","fd20a07","F1R9R7","nanog","agfg1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9R7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F049","fd20a07","cb213","nanog","ktn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinectin 1 (Kinectin isoform 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98SP7","fd20a07","bbs2","nanog","bbs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bardet-Biedl syndrome 2 protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGX8","fd20a07","A0A140LGX8","nanog","chrnb5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WH86","fd20a07","A8WH86","nanog","il13ra1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WH86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AXV6","fd20a07","hey1","nanog","hey1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hairy/enhancer-of-split related with YRPW motif protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCY0","fd20a07","F1RCY0","nanog","oafb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNP9","fd20a07","Q6TNP9","nanog","tuba5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIC0","fd20a07","F1QIC0","nanog","cbsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIN9","fd20a07","Q5RIN9","nanog","heca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEM5","fd20a07","Q6DEM5","nanog","timm8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAN3","fd20a07","E7FAN3","nanog","znf408","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNS1","fd20a07","PARD6G","nanog","pard6gb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ73","fd20a07","Q5XJ73","nanog","glipr2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJ73","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPR3","fd20a07","A0A2R8QPR3","nanog","dut","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNJ5","fd20a07","zgc:162119","nanog","pla2g12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Group XIIA secretory phospholipase A2 precursor (EC 3.1.1.4) (Phospholipase A2, group XIIA) (Zgc:162119 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTH1","fd20a07","F1QTH1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Y8","fd20a07","Q1L8Y8","nanog","adra2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8Y8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGY1","fd20a07","A2BGY1","nanog","arvcfb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI24","fd20a07","F1QI24","nanog","capn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNR8","fd20a07","Iron-responsive element-binding protein 2","nanog","ireb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Iron-responsive element-binding protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2PGD2","fd20a07","bhlhb3l","nanog","bhlhe41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dec2 (Basic helix-loop-helix domain containing, class B, 3 like) (Basic helix-loop-helix family, member e41) (Class E basic helix-loop-helix protein 41) (Novel protein similar to vertebrate basic helix-loop-helix domain containing, class B, 3 (BHLHB3))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMY5","fd20a07","A0A0R4IMY5","nanog","spock3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RI03","fd20a07","Q5RI03","nanog","scyl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RI03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561Y0","fd20a07","dnaaf10","nanog","wdr92","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein axonemal assembly factor 10 (WD repeat-containing protein 92)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBX3","fd20a07","Q6PBX3","nanog","her6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE18","fd20a07","kank2","nanog","kank2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KN motif and ankyrin repeat domain-containing protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC69","fd20a07","F1RC69","nanog","mn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXK4","fd20a07","babam1","nanog","babam1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH02","fd20a07","sco2","nanog","sco2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein SCO2 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXI5","fd20a07","Q1LXI5","nanog","mrpl54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DI02","fd20a07","Q6DI02","nanog","prc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DI02","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRC5","fd20a07","Q6DRC5","nanog","uspl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0P0","fd20a07","F1R0P0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","J9JI04","fd20a07","J9JI04","nanog","parpbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","J9JI04","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDN7","fd20a07","F1QDN7","nanog","vegfab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P105","fd20a07","HuC","nanog","elavl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42368","fd20a07","O42368","nanog","hoxb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O42368","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503B6","fd20a07","hrasl","nanog","hrasb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZ70","fd20a07","A8DZ70","nanog","mtdha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZ70","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFQ0","fd20a07","E7FFQ0","nanog","smu1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGZ1","fd20a07","si:ch1073-153i20.4","nanog","histh1l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:ch1073-153i20.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5W8","fd20a07","A1A5W8","nanog","ipmkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5W8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGC5","fd20a07","Pseudopodium-enriched atypical kinase 1","nanog","peak1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pseudopodium-enriched atypical kinase 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL27","fd20a07","F1QL27","nanog","edc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJ99","fd20a07","A0A2R8QJ99","nanog","fbxo25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJ99","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IGC3","fd20a07","rilpl2","nanog","rilpl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RILP-like protein 2 (Rab-interacting lysosomal-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2Q551","fd20a07","zgc:91982","nanog","cacnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Voltage-dependent L-type calcium channel subunit beta-1 (Calcium channel voltage-dependent subunit beta 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIY1","fd20a07","A0A0R4IIY1","nanog","taar16f","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYK5","fd20a07","Q7SYK5","nanog","itm2cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SYK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMC2","fd20a07","A5PMC2","nanog","gpr137","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Z0","fd20a07","B8A5Z0","nanog","si:ch211-241b2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RM58","fd20a07","A0A2R8RM58","nanog","rgs7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RM58","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX26","fd20a07","A0A0R4IX26","nanog","snx25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PEJ2","fd20a07","zgc:65827","nanog","ap2s1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWY0","fd20a07","F1QWY0","nanog","eva1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RV01","fd20a07","A2RV01","nanog","dph6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2RV01","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCM6","fd20a07","Beta-1,4-galactosyltransferase","nanog","si:dkey-199f5.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS56","fd20a07","F1QS56","nanog","plch1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS56","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBI0","fd20a07","wu:fb18c11","nanog","sucla2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Succinate--CoA ligase [ADP-forming] subunit beta, mitochondrial (EC 6.2.1.5) (ATP-specific succinyl-CoA synthetase subunit beta) (A-SCS) (Succinyl-CoA synthetase beta-A chain) (SCS-betaA)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2E7","fd20a07","E7F2E7","nanog","si:zfos-1192g2.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAM4","fd20a07","gpr161a","nanog","si:ch211-237c6.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G-protein coupled receptor 161-like (Si:ch211-237c6.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2V3","fd20a07","E7F2V3","nanog","mcf2lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJQ5","fd20a07","F1QJQ5","nanog","c1galt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL18","fd20a07","F1QL18","nanog","ftr97","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9Z2","fd20a07","F1Q9Z2","nanog","arl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC00","fd20a07","F1QC00","nanog","paqr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC00","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A579","fd20a07","B8A579","nanog","mfsd2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A579","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEB2","fd20a07","A0A0R4IEB2","nanog","nkx1.2lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F264","fd20a07","E7F264","nanog","b4galt3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F264","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R405","fd20a07","si:ch73-15j19.1","nanog","bcl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-cell CLL/lymphoma 9 protein isoform X1 (BCL9 transcription coactivator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Z1","fd20a07","Dedicator of cytokinesis 7","nanog","dock7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dedicator of cytokinesis 7 (Dedicator of cytokinesis protein 7 isoform X10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSW6","fd20a07","A0A1D5NSW6","nanog","eml3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5K9","fd20a07","A8E5K9","nanog","timm23a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E5K9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H3","fd20a07","F1Q5H3","nanog","slka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKS6","fd20a07","tbx-b","nanog","tbx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor 3a (T-box transcription factor TBX3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFU8","fd20a07","B3DFU8","nanog","LOC563448","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQL1","fd20a07","A3KQL1","nanog","necab2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9A7","fd20a07","mras","nanog","mras","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Muscle RAS oncogene homolog (Ras-related protein M-Ras)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWD9","fd20a07","A5WWD9","nanog","noxa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDM7","fd20a07","E7FDM7","nanog","ppt2a.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6B2","fd20a07","F1R6B2","nanog","eve1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRU4","fd20a07","F1QRU4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9B5","fd20a07","F1R9B5","nanog","zc2hc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT94","fd20a07","I3IT94","nanog","si:dkey-156n14.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT94","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PBY5","fd20a07","F6PBY5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PBY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PFK5","fd20a07","F6PFK5","nanog","hps1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PFK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L330","fd20a07","A0A0G2L330","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L330","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9Z1","fd20a07","VWF","nanog","vwf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","von Willebrand factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NQ00","fd20a07","F6NQ00","nanog","ccar1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NQ00","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKX5","fd20a07","A0A0H2UKX5","nanog","gfra1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAI9","fd20a07","A0A0R4IAI9","nanog","si:ch73-167f10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPT3","fd20a07","F1QPT3","nanog","gmds","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4R6","fd20a07","si:ch211-220a11.1","nanog","tet3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q691","fd20a07","cb85","nanog","tdgf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1U0X8","fd20a07","A0A1L1U0X8","nanog","cpt1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1U0X8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRC9","fd20a07","A9JRC9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F365","fd20a07","E7F365","nanog","nrde2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F365","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJM4","fd20a07","A0A0R4IJM4","nanog","tradv3.0.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R730","fd20a07","F1R730","nanog","sgk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R730","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFM9","fd20a07","si:ch211-262e15.1","nanog","si:ch211-262e15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein K2 (Si:ch211-262e15.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAF4","fd20a07","F1RAF4","nanog","atg16l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTI0","fd20a07","Q7ZTI0","nanog","ssb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZTI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CN0","fd20a07","trappc2","nanog","trappc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trafficking protein particle complex subunit 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567Y6","fd20a07","ift22","nanog","ift22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Intraflagellar transport protein 22 homolog (Rab-like protein 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJX4","fd20a07","B3DJX4","nanog","kcnh6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH05","fd20a07","F1QH05","nanog","bud13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBF5","fd20a07","F1RBF5","nanog","haus5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBL3","fd20a07","E9QBL3","nanog","si:ch211-142c4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVX5","fd20a07","Q7ZVX5","nanog","reep3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W7K3","fd20a07","dmrt2","nanog","dmrt2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Doublesex and mab-3-related transcription factor 2a (Doublesex- and mab-3-related transcription factor 2) (Terra)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWX1","fd20a07","F1QWX1","nanog","gnal2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PD98","fd20a07","errg","nanog","esrrga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Estrogen-related receptor gamma a (Estrogen-related receptor gamma isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R809","fd20a07","F1R809","nanog","ndufa3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R809","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF32","fd20a07","X1WF32","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF32","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBA2","fd20a07","X1WBA2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PDY7","fd20a07","F6PDY7","nanog","atp2b1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PDY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV81","fd20a07","F1QV81","nanog","si:ch73-303b9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV81","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU58","fd20a07","F1QU58","nanog","b9d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU58","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A491","fd20a07","B8A491","nanog","ifi27.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A491","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6R8","fd20a07","A0A2R8Q6R8","nanog","tm9sf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6R8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Y1","fd20a07","prdm8a","nanog","prdm8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PR domain-containing 8 (Zinc finger protein 488 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q568","fd20a07","F1Q568","nanog","prickle3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q568","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHP0","fd20a07","E9QHP0","nanog","lcorl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561X1","fd20a07","zgc:110659","nanog","anapc16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anaphase-promoting complex subunit 16 (Cyclosome subunit 16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0L9","fd20a07","F1R0L9","nanog","abhd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0L9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R122","fd20a07","tbx-a","nanog","tbx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor 2a","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KYC0","fd20a07","Cytoplasmic polyadenylation element-binding protein 4","nanog","cpeb4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytoplasmic polyadenylation element-binding protein 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9R5","fd20a07","A0A0R4I9R5","nanog","rnf34a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9R5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P5S3","fd20a07","F6P5S3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P5S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIX0","fd20a07","A0A0R4IIX0","nanog","si:zfos-588f8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ17","fd20a07","A0A0R4IZ17","nanog","mia2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT11","fd20a07","A0A0R4IT11","nanog","notch1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8HAM3","fd20a07","srf","nanog","srfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serum response factor a","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQK2","fd20a07","zgc:56605","nanog","asns","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Asparagine synthetase [glutamine-hydrolyzing] (EC 6.3.5.4) (Glutamine-dependent asparagine synthetase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5I2A9","fd20a07","sb:cb665","nanog","itga5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I8K8","fd20a07","s1pr2","nanog","s1pr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sphingosine 1-phosphate receptor 2 (S1P receptor 2) (S1P2) (Sphingosine 1-phosphate receptor Edg-5) (S1P receptor Edg-5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9Y3","fd20a07","Serine/threonine protein phosphatase 2A regulatory subunit","nanog","ppp2r5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8A5","fd20a07","F1R8A5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8A5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVI2","fd20a07","Q7ZVI2","nanog","nfe2l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLD4","fd20a07","B8JLD4","nanog","herc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVT5","fd20a07","A5WVT5","nanog","si:ch211-71m22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2U4","fd20a07","wu:fc06a10","nanog","cenpe","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein E (Centromere-associated protein E)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4G2","fd20a07","E7F4G2","nanog","sbf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIM9","fd20a07","E9QIM9","nanog","uhrf1bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFA6","fd20a07","X1WFA6","nanog","baiap2l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNH7","fd20a07","fb16e03","nanog","nfya","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ02","fd20a07","LSM8","nanog","lsm8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U6 snRNA-associated Sm-like protein LSm8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUF9","fd20a07","Q7ZUF9","nanog","znhit3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZG8","fd20a07","F1QZG8","nanog","ddx55","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4V8","fd20a07","B8A4V8","nanog","tma16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4V8","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAU7","fd20a07","U3JAU7","nanog","mrtfba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32LS6","fd20a07","Q32LS6","nanog","abhd13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q32LS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6X1","fd20a07","F1Q6X1","nanog","antxr1d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDZ5","fd20a07","R4GDZ5","nanog","myh7ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP88","fd20a07","A0A0R4IP88","nanog","si:dkey-225f23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP88","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDR0","fd20a07","X1WDR0","nanog","pwwp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV77","fd20a07","wu:fe05d10","nanog","psma4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPB8","fd20a07","F1QPB8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTW4","fd20a07","sgk1","nanog","sgk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein kinase Sgk1 (EC 2.7.11.1) (Serum/glucocorticoid-regulated kinase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSK8","fd20a07","A0A1D5NSK8","nanog","si:ch1073-363c19.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5X0","fd20a07","F1Q5X0","nanog","snap29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GQN0","fd20a07","cep41","nanog","cep41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centrosomal protein of 41 kDa (Cep41) (Testis-specific gene A14 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHL9","fd20a07","E9QHL9","nanog","xpo6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLR8","fd20a07","B8JLR8","nanog","rab35b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803J6","fd20a07","sdcbp","nanog","sdcbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sdcbp protein (Syndecan binding protein) (Syndecan-binding protein (syntenin) 2) (Syntenin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5X2","fd20a07","si:ch211-232k3.6","nanog","chst3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sulfotransferase (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYI0","fd20a07","F1QYI0","nanog","sppl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFA2","fd20a07","A0A0R4IFA2","nanog","nde1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NQL8","fd20a07","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 3","nanog","hcn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hyperpolarization-activated cyclic nucleotide-gated potassium channel 3 (Potassium/sodium hyperpolarization-activated cyclic nucleotide-gated channel 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1C8","fd20a07","E7F1C8","nanog","itfg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEM8","fd20a07","fosl1","nanog","fosl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FOS-like 1, AP-1 transcription factor subunit a (Fos-related antigen 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWW2","fd20a07","F1QWW2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIW4","fd20a07","B3DIW4","nanog","atf7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE22","fd20a07","X1WE22","nanog","rfwd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8R1","fd20a07","F1R8R1","nanog","ldlrap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWX2","fd20a07","Q1LWX2","nanog","LOC554876","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9R2","fd20a07","F1R9R2","nanog","zswim2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9R2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKC4","fd20a07","B8JKC4","nanog","si:ch211-191a24.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PCI4","fd20a07","F6PCI4","nanog","cyb561","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PCI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9J0","fd20a07","F1Q9J0","nanog","bag3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q682","fd20a07","F1Q682","nanog","med28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q682","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q71N41","fd20a07","Q71N41","nanog","gamt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q71N41","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JL29","fd20a07","B8JL29","nanog","hmgb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JL29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QUG2","fd20a07","A0A2R8QUG2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QUG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IRW3","fd20a07","I3IRW3","nanog","si:ch211-85n16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IRW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9H0","fd20a07","A0A0R4I9H0","nanog","ift20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ71","fd20a07","A0A0J9YJ71","nanog","msx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ71","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCE7","fd20a07","F1RCE7","nanog","mtfr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V153","fd20a07","B0V153","nanog","mthfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V153","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Y3","fd20a07","LOC564395","nanog","smad6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILA8","fd20a07","A0A0R4ILA8","nanog","psmc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BE63","fd20a07","A2BE63","nanog","hoxc6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BE63","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L894","fd20a07","Q1L894","nanog","si:ch211-191i18.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L894","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYG0","fd20a07","A0A0R4IYG0","nanog","si:zfos-1324h11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F659","fd20a07","E7F659","nanog","si:ch73-264p11.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F659","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PZM4","fd20a07","A0A2R8PZM4","nanog","txlnbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PZM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCN1","fd20a07","F1QCN1","nanog","slc22a18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ20","fd20a07","F1QJ20","nanog","dimt1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ20","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WFU6","fd20a07","A8WFU6","nanog","serpinh1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WFU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q498W3","fd20a07","Q498W3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q498W3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4S9","fd20a07","F2Z4S9","nanog","gldn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMR0","fd20a07","A5PMR0","nanog","zzz3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRC7","fd20a07","A0A0R4IRC7","nanog","avl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY75","fd20a07","F1QY75","nanog","anapc15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY75","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW78","fd20a07","rnf181","nanog","rnf181","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase RNF181 (EC 2.3.2.27) (RING finger protein 181)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGV3","fd20a07","B3DGV3","nanog","tle3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEV2","fd20a07","A2BEV2","nanog","gtf3aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BEV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVH3","fd20a07","zgc:56013","nanog","cdc23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CDC23 (Cell division cycle 23, yeast, homolog) (Cell division cycle protein 23 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ46","fd20a07","DKEY-226M8.1","nanog","DKEY-226M8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zgc:103692 (Uncharacterized protein C9orf78 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REH1","fd20a07","F1REH1","nanog","si:ch211-69m14.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4Z6","fd20a07","B0S4Z6","nanog","si:ch211-133l5.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA62","fd20a07","Zinc finger protein 827","nanog","znf827","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 827","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISC8","fd20a07","A0A0R4ISC8","nanog","si:dkey-211f22.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9F7","fd20a07","A0A0R4I9F7","nanog","bmi1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9F7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RKN6","fd20a07","zgc:103549","nanog","grb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth factor receptor-bound protein 2a (Zgc:103549)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7U9","fd20a07","Importin subunit alpha","nanog","kpna6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Importin subunit alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNA7","fd20a07","F1QNA7","nanog","stag1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVT9","fd20a07","F1QVT9","nanog","ccz1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9I0","fd20a07","E7F9I0","nanog","crema","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPN8","fd20a07","A0A2R8QPN8","nanog","mapkapk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVE6","fd20a07","F1QVE6","nanog","pik3cg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q572","fd20a07","F1Q572","nanog","soga3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q572","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5W1","fd20a07","F1Q5W1","nanog","si:dkey-34e4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3B1","fd20a07","zgc:63995","nanog","psmc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2CQD3","fd20a07","B2CQD3","nanog","npm2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2CQD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4N6","fd20a07","F1R4N6","nanog","si:ch73-208g10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU67","fd20a07","fb54c08","nanog","eif4a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBY8","fd20a07","E9QBY8","nanog","tspan2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBY8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPP1","fd20a07","A0A2R8QPP1","nanog","sp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKW4","fd20a07","A0A0H2UKW4","nanog","fam168a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBJ2","fd20a07","A0A0R4IBJ2","nanog","bxdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2T5","fd20a07","E7F2T5","nanog","si:ch211-215a9.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUN7","fd20a07","A0A0R4IUN7","nanog","si:ch211-204c21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJE2","fd20a07","Q5XJE2","nanog","tspan5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JPF6","fd20a07","fam46b","nanog","tent5ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Terminal nucleotidyltransferase 5B (EC 2.7.7.19) (Non-canonical poly(A) polymerase FAM46B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7F6","fd20a07","Nonsense-mediated mRNA decay factor SMG9","nanog","smg9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nonsense-mediated mRNA decay factor SMG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFD8","fd20a07","A2BFD8","nanog","thy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWH4","fd20a07","Actin-related protein 2/3 complex subunit 5","nanog","arpc5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0M3","fd20a07","F1R0M3","nanog","si:dkey-106n21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW38","fd20a07","A5WW38","nanog","si:dkey-240h12.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WW38","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHM3","fd20a07","Q6DHM3","nanog","cryzl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6Z8","fd20a07","im:6911675","nanog","piga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphatidylinositol N-acetylglucosaminyltransferase (EC 2.4.1.198) (GlcNAc-PI synthesis protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNX4","fd20a07","zgc:162640","nanog","chchd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coiled-coil-helix-coiled-coil-helix domain-containing 1 (Coiled-coil-helix-coiled-coil-helix domain-containing protein 1) (Zgc:162640 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYH1","fd20a07","Beta-1,4-N-acetylgalactosaminyltransferase","nanog","b4galnt3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV73","fd20a07","Q1LV73","nanog","slco3a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV73","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6S0","fd20a07","A0A2R8Q6S0","nanog","dgkaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRC0","fd20a07","Q6DRC0","nanog","sars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHU8","fd20a07","A8WHU8","nanog","ftr53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5N7","fd20a07","F1R5N7","nanog","cry-dash","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC64","fd20a07","F1RC64","nanog","gss","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC64","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZC9","fd20a07","A0A1L1QZC9","nanog","shank2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQW7","fd20a07","Small subunit processome component 20 homolog","nanog","utp20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567W8","fd20a07","ppp1r14a","nanog","ppp1r14aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 1, regulatory (Inhibitor) subunit 14A","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S599","fd20a07","B0S599","nanog","si:ch211-169p10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S599","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITH2","fd20a07","I3ITH2","nanog","klc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHQ5","fd20a07","X1WHQ5","nanog","mrpl12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q774","fd20a07","F1Q774","nanog","eif3jb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q774","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QK78","fd20a07","A0A2R8QK78","nanog","vcanb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QK78","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A574","fd20a07","cb500","nanog","tacc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transforming acidic coiled-coil-containing protein 3 isoform X1 (Transforming, acidic coiled-coil-containing protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGU5","fd20a07","A2BGU5","nanog","lrpap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDM3","fd20a07","F1QDM3","nanog","lin54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMQ1","fd20a07","A5PMQ1","nanog","lta4h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC80","fd20a07","chunp6933","nanog","rps5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein S5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYL8","fd20a07","B0UYL8","nanog","serpine3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0V947","fd20a07","Q0V947","nanog","tmem161a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0V947","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ75","fd20a07","cyp2j24","nanog","cyp2p7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome P450, family 2, subfamily J, polypeptide 24 (Cytochrome P450, family 2, subfamily P, polypeptide 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","M9MM97","fd20a07","fc22d04","nanog","sema3bl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3bl (Semaphorin-3G precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F136","fd20a07","Tripartite motif-containing 59","nanog","trim59","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tripartite motif-containing 59 (Tripartite motif-containing protein 59 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8X4","fd20a07","Q1L8X4","nanog","vps72a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8X4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXL7","fd20a07","Probable flap endonuclease 1 homolog","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable flap endonuclease 1 homolog (FEN-1 homolog) (EC 3.1.-.-) (Flap structure-specific endonuclease 1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIG3","fd20a07","A2BIG3","nanog","pik3ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJS6","fd20a07","arl6ip5","nanog","arl6ip5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PRA1 family protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGU4","fd20a07","A0A0R4IGU4","nanog","fgf13b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX94","fd20a07","zgc:66282","nanog","pfdn6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prefoldin subunit 6 (Zgc:66282)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCM1","fd20a07","E7FCM1","nanog","cax2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5P0","fd20a07","F1R5P0","nanog","rnf146","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNY3","fd20a07","Q5SNY3","nanog","papola","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQR6","fd20a07","F1QQR6","nanog","fbxo30a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDS8","fd20a07","A0A0R4IDS8","nanog","bmper","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6T9","fd20a07","E7F6T9","nanog","mfsd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6T9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV96","fd20a07","A0A0R4IV96","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV96","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC58","fd20a07","ube2d1","nanog","ube2d1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3M6","fd20a07","F1R3M6","nanog","nkx3.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3M6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR92","fd20a07","A0A0R4IR92","nanog","drd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR92","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7W2","fd20a07","V-type proton ATPase subunit a","nanog","atp6v0a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V-type proton ATPase subunit a","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIN7","fd20a07","F1QIN7","nanog","mgrn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP26","fd20a07","F1QP26","nanog","ndufaf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q24JV3","fd20a07","zgc:136896","nanog","rpl31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL31 (60S ribosomal protein L31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW82","fd20a07","cb874","nanog","gnaia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","tf-link","27924024","regulates","txid7955" +"A5JNG8","P83571","fd20a07","ruvbl2","nanog","ruvbl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REU6","fd20a07","F1REU6","nanog","pip4k2ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC55","fd20a07","F1RC55","nanog","smad6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC55","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5H0","fd20a07","B8A5H0","nanog","slc38a6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITB8","fd20a07","A0A0R4ITB8","nanog","si:dkey-109j17.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIA4","fd20a07","fc12c04","nanog","nsd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C464","fd20a07","A9C464","nanog","si:ch211-170d8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C464","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGM6","fd20a07","F1QGM6","nanog","bag5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DLG5","fd20a07","ednra","nanog","ednraa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endothelin-1 receptor (Endothelin receptor type A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KY48","fd20a07","A0A0G2KY48","nanog","azi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KY48","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8E9","fd20a07","F1Q8E9","nanog","tssc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8E9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVV3","fd20a07","Q1LVV3","nanog","wasf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV54","fd20a07","F1QV54","nanog","pus10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV54","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQC3","fd20a07","F1QQC3","nanog","loxl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD15","fd20a07","B7ZD15","nanog","olfm1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD15","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYG2","fd20a07","F1QYG2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90267","fd20a07","Q90267","nanog","otx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90267","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NJX7","fd20a07","F6NJX7","nanog","cep44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NJX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ47","fd20a07","A0A0J9YJ47","nanog","si:ch73-138e16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ47","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ60","fd20a07","A0A0J9YJ60","nanog","timm23b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ60","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEM3","fd20a07","E7FEM3","nanog","si:ch211-117k10.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZ01","fd20a07","Brain-derived neurotrophic factor","nanog","bdnf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Brain-derived neurotrophic factor (BDNF)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6H5","fd20a07","ube2ia","nanog","ube2ia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2S6","fd20a07","E7F2S6","nanog","si:dkey-163m14.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6V3","fd20a07","F1Q6V3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYA5","fd20a07","A0A2R8PYA5","nanog","dlgap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PYA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIL6","fd20a07","Lats","nanog","lats1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LATS, large tumor suppressor, homolog 1 (Drosophila) (Large tumor suppressor kinase 1) (Serine/threonine-protein kinase LATS1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAU2","fd20a07","U3JAU2","nanog","tnrc6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE89","fd20a07","R4GE89","nanog","hemgn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE89","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG06","fd20a07","X1WG06","nanog","sez6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG06","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NLI6","fd20a07","F6NLI6","nanog","ppib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NLI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGP5","fd20a07","X1WGP5","nanog","bicc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLW3","fd20a07","Q1RLW3","nanog","palmda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC71","fd20a07","arhe","nanog","rnd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXX4","fd20a07","Q7SXX4","nanog","hpcal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Z8","fd20a07","Prefoldin subunit 4","nanog","pfdn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prefoldin subunit 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF05","fd20a07","X1WF05","nanog","si:dkey-35i13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWU4","fd20a07","zgc:103624","nanog","myl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myosin, light chain 6, alkali, smooth muscle and non-muscle","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZB8","fd20a07","A0A1L1QZB8","nanog","si:ch211-218m3.16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5L3","fd20a07","F8W5L3","nanog","oat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R905","fd20a07","F1R905","nanog","mocs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R905","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBL2","fd20a07","F1QBL2","nanog","ptprt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4III8","fd20a07","A0A0R4III8","nanog","si:dkey-191g9.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4III8","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DYB6","fd20a07","NLR family, CARD domain-containing 5","nanog","nlrc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPQ6","fd20a07","Sema domain, seven thrombospondin repeats","nanog","sema5ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5Ba (Semaphorin-5B isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCL3","fd20a07","F1QCL3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90469","fd20a07","Q90469","nanog","hoxd10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90469","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RFZ7","fd20a07","Q5RFZ7","nanog","fam167a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RFZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WES8","fd20a07","USMG5","nanog","atp5md","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase membrane subunit K, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8V4","fd20a07","zgc:136557","nanog","tnfrsf9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tumor necrosis factor receptor superfamily member 9 isoform X1 (Tumor necrosis factor receptor superfamily, member 9a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTC6","fd20a07","F1QTC6","nanog","ogfod1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX85","fd20a07","sestd1","nanog","sestd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SEC14 domain and spectrin repeat-containing protein 1 (Protein Solo)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q607","fd20a07","A0A2R8Q607","nanog","atpaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q607","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV59","fd20a07","zgc:56207","nanog","synj2bp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptojanin-2-binding protein (Zgc:56207)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZE9","fd20a07","Q5TZE9","nanog","ints13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6G0","fd20a07","F1Q6G0","nanog","ern2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEV0","fd20a07","H0WEV0","nanog","ttc41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5S9","fd20a07","E7F5S9","nanog","dnajc12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVG0","fd20a07","Q1LVG0","nanog","mylk4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWG1","fd20a07","Q1LWG1","nanog","irx4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZDB1","fd20a07","B7ZDB1","nanog","lrrc23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZDB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBZ2","fd20a07","Ankyrin repeat domain 28b","nanog","ankrd28b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ankyrin repeat domain 28b (Serine/threonine-protein phosphatase 6 regulatory ankyrin repeat subunit A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL04","fd20a07","F1QL04","nanog","samd10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL04","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPB3","fd20a07","F1QPB3","nanog","phf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZU7","fd20a07","F1QZU7","nanog","aldh2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGL3","fd20a07","E9QGL3","nanog","rbp7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5I6","fd20a07","B0S5I6","nanog","ndc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5I6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCZ6","fd20a07","Casein kinase 2, alpha prime polypeptide b","nanog","csnk2a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2S5","fd20a07","B0V2S5","nanog","rnf11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2S5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJ22","fd20a07","A0A2R8RJ22","nanog","ano2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RJ22","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBZ5","fd20a07","E7FBZ5","nanog","ccdc77","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4U1","fd20a07","Rho guanine nucleotide exchange factor 2 isoform X1","nanog","arhgef2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho guanine nucleotide exchange factor 2 isoform X1 (Rho/rac guanine nucleotide exchange factor (GEF) 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVF8","fd20a07","ctnna","nanog","ctnna1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDT6","fd20a07","A0A2R8QDT6","nanog","cpz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXG2","fd20a07","LOC556597","nanog","bloc1s1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Biogenesis of lysosome-related organelles complex 1 subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V236","fd20a07","si:dkeyp-68h1.1","nanog","cdh12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin 12, type 2a (N-cadherin 2) (Cadherin-12 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWM8","fd20a07","A0A0R4IWM8","nanog","cables1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A068F9P7","fd20a07","A0A068F9P7","nanog","b3glcta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A068F9P7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7L0","fd20a07","B0S7L0","nanog","dus1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGU5","fd20a07","A0A140LGU5","nanog","miip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEL5","fd20a07","F1QEL5","nanog","abca5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IE29","fd20a07","A0A0R4IE29","nanog","pla2g15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IE29","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q06726","fd20a07","Q06726","nanog","nr2f5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q06726","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0K5","fd20a07","F1R0K5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9P3","fd20a07","A0A0R4I9P3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9P3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PS5","fd20a07","zgc:123352","nanog","grpel1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GrpE protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWL6","fd20a07","wu:fj17f09","nanog","uchl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q554","fd20a07","si:dkey-39e8.3","nanog","kif14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC40","fd20a07","A0A0R4IC40","nanog","znf1183","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC40","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9R2","fd20a07","A0A2R8Q9R2","nanog","tpd52l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9R2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IET1","fd20a07","A0A0R4IET1","nanog","gga3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IET1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4Z6","fd20a07","fb60a10","nanog","porb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADPH--cytochrome P450 reductase (CPR) (P450R) (EC 1.6.2.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRM3","fd20a07","A0A0R4IRM3","nanog","mef2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7E2L0","fd20a07","si:ch211-9d9.5","nanog","dad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGY8","fd20a07","zgc:92716","nanog","psma6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F654","fd20a07","nol9","nanog","nol9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polynucleotide 5'-hydroxyl-kinase NOL9 (EC 2.7.1.78) (Nucleolar protein 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DDT0","fd20a07","fth1","nanog","fth1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ferritin","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIE5","fd20a07","si:ch211-255l12.1","nanog","dhx34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAS4","fd20a07","F1RAS4","nanog","trhra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITX2","fd20a07","A0A0R4ITX2","nanog","map3k22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ71","fd20a07","F1QZ71","nanog","vezt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ71","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L867","fd20a07","Q1L867","nanog","fndc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L867","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEW9","fd20a07","R4GEW9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEZ5","fd20a07","E9QEZ5","nanog","mrpl34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYU5","fd20a07","si:ch211-281k12.9","nanog","adipor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adiponectin receptor 2 (Adiponectin receptor protein 2) (Adipor2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDE3","fd20a07","F1RDE3","nanog","cinp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX76","fd20a07","fgfrl1","nanog","fgfrl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1A9","fd20a07","zgc:154105","nanog","fancc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FA complementation group C (Fanconi anemia group C protein isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ89","fd20a07","A0A0R4IZ89","nanog","si:ch211-212k18.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ89","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGY9","fd20a07","cdkn1bl","nanog","cdkn1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7L0","fd20a07","A8E7L0","nanog","anxa13l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWB6","fd20a07","zwilch","nanog","zwilch","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein zwilch homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA44","fd20a07","U3JA44","nanog","armc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA44","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4K3","fd20a07","F8W4K3","nanog","als2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5U5","fd20a07","B8A5U5","nanog","dsela","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5U5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA35","fd20a07","F1RA35","nanog","macf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA35","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY80","fd20a07","Q1LY80","nanog","tmem120b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY80","tf-link","27924024","regulates","txid7955" +"A5JNG8","P0C8Y1","fd20a07","mzt1","nanog","mzt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1F5","fd20a07","A1L1F5","nanog","acap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1F5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMC1","fd20a07","B8JMC1","nanog","blvrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T310","fd20a07","pigm","nanog","pigm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GPI mannosyltransferase 1 (EC 2.4.1.-) (GPI mannosyltransferase I) (GPI-MT-I) (Phosphatidylinositol-glycan biosynthesis class M protein) (PIG-M)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUB8","fd20a07","F1QUB8","nanog","htatsf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG99","fd20a07","kctd6","nanog","kctd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing protein KCTD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7C9","fd20a07","E7F7C9","nanog","ccnj","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJP8","fd20a07","A0A2R9YJP8","nanog","gata2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5N2","fd20a07","MIA SH3 domain ER export factor 3","nanog","mia3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MIA SH3 domain ER export factor 3 (Melanoma inhibitory activity protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT71","fd20a07","I3IT71","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT71","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHJ6","fd20a07","Q6DHJ6","nanog","cmc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT49","fd20a07","I3IT49","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT49","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISA6","fd20a07","A0A0R4ISA6","nanog","actr8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6K0","fd20a07","B0S6K0","nanog","sik1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6K0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV46","fd20a07","Q1LV46","nanog","abhd14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV46","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90271","fd20a07","raraa","nanog","raraa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Retinoic acid receptor alpha-A (RAR-alpha-A) (Nuclear receptor subfamily 1 group B member 1-A) (Retinoic acid receptor alpha) (zRAR alpha) (Retinoic acid receptor alpha-2.A) (RAR-alpha-2.A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZT8","fd20a07","F1QZT8","nanog","cast","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBY6","fd20a07","adgra2","nanog","adgra2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adhesion G protein-coupled receptor A2 (G-protein coupled receptor 124)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGS7","fd20a07","si:dkey-201c13.3","nanog","klf9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Krueppel-like factor 9 (Kruppel-like factor 9) (Si:dkey-201c13.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIM0","fd20a07","Q5RIM0","nanog","lyrm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGN0","fd20a07","F1QGN0","nanog","fnbp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F443","fd20a07","E7F443","nanog","zbtb24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F443","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2R6","fd20a07","B0V2R6","nanog","fam78bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2R6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L2F6","fd20a07","A1L2F6","nanog","tmem205","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L2F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E0R7P5","fd20a07","E0R7P5","nanog","kcnc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E0R7P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3T1","fd20a07","E7F3T1","nanog","slc4a1ap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVB9","fd20a07","F1QVB9","nanog","jag2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90XH2","fd20a07","meis1","nanog","meis1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4C9","fd20a07","fb51d07","nanog","cst3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cystatin C (amyloid angiopathy and cerebral hemorrhage) (Cystatin C precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWD0","fd20a07","wu:fa01a08","nanog","vdac2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Voltage-dependent anion-selective channel protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4T2","fd20a07","E7F4T2","nanog","cacna2d1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4T2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803I2","fd20a07","Q803I2","nanog","ergic3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU35","fd20a07","im:7137623","nanog","psmd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXE3","fd20a07","zgc:112400","nanog","rad52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein RAD52 homolog isoform X1 (RAD52 homolog, DNA repair protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5T4","fd20a07","F1Q5T4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5T4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAY5","fd20a07","E7FAY5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MBY6","fd20a07","CH1073-272H17.1","nanog","cept1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Choline/ethanolaminephosphotransferase 1 (EC 2.7.8.1) (EC 2.7.8.2) (EC 2.7.8.22) (1-alkenyl-2-acylglycerol choline phosphotransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5T6","fd20a07","A1A5T6","nanog","dido1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1Q7","fd20a07","E7F1Q7","nanog","zranb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1Q7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWE7","fd20a07","Q7ZWE7","nanog","nol12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZWE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ76","fd20a07","flot1","nanog","flot1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Flotillin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVS5","fd20a07","fi18h02","nanog","snapc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear RNA-activating complex, polypeptide 4 (snRNA-activating protein complex subunit 4 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF98","fd20a07","E9QF98","nanog","dennd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF98","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PY46","fd20a07","A0A2R8PY46","nanog","mlf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PY46","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0J6","fd20a07","F1R0J6","nanog","brd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0J6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCY8","fd20a07","spata2","nanog","spata2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spermatogenesis-associated protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q971","fd20a07","F1Q971","nanog","tyw5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q971","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHK9","fd20a07","F1QHK9","nanog","mtmr7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCJ5","fd20a07","F1QCJ5","nanog","josd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NMJ1","fd20a07","F6NMJ1","nanog","dact3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NMJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXN1","fd20a07","A0A0R4IXN1","nanog","aatkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTA8","fd20a07","rangap1","nanog","rangap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG51","fd20a07","A2BG51","nanog","prdm8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BG51","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7H9","fd20a07","B0S7H9","nanog","mrpl41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7H9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXS7","fd20a07","F1QXS7","nanog","rbfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIP2","fd20a07","PRIM2A","nanog","prim2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA primase large subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGU0","fd20a07","A2BGU0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BZ0","fd20a07","TNF superfamily member 12","nanog","tnfsf12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TNF superfamily member 12 (Tumor necrosis factor ligand superfamily member 12) (Tumor necrosis factor superfamily member 12) (Zgc:153941)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS61","fd20a07","I3IS61","nanog","klf5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ32","fd20a07","Q5XJ32","nanog","znrd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJ32","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFT3","fd20a07","A0A140LFT3","nanog","si:dkey-11o1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L959","fd20a07","fb12g11","nanog","usf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGB8","fd20a07","runxa","nanog","runx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Runt-related transcription factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DID5","fd20a07","B3DID5","nanog","ccdc96","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DID5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC53","fd20a07","ppial","nanog","ppiab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCJ4","fd20a07","Insulin receptor substrate 2-B","nanog","irs4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin receptor substrate 2-B (Insulin receptor substrate 4a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F131","fd20a07","E7F131","nanog","tfr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F131","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVE2","fd20a07","si:dkey-72l14.4","nanog","si:dkey-72l14.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9N6","fd20a07","Si:ch211-113a14.12","nanog","si:ch211-113a14.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-113a14.12 (Uncharacterized protein LOC541350)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHZ5","fd20a07","Z4YHZ5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYT6","fd20a07","Q5TYT6","nanog","gtf2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBK3","fd20a07","A0A286YBK3","nanog","galnt7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGE0","fd20a07","map2k6","nanog","map2k6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dual specificity mitogen-activated protein kinase kinase 6 (MAP kinase kinase 6) (MAPKK 6) (EC 2.7.12.2) (Mitogen-activated protein kinase kinase 3) (zMKK3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDY9","fd20a07","F1QDY9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTH6","fd20a07","A0A2R8RTH6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RTH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHV6","fd20a07","Q6PHV6","nanog","stk17b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QUY1","fd20a07","A0A2R8QUY1","nanog","bckdhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QUY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFJ8","fd20a07","fb19a06","nanog","hnrnph1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein H1,-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISU7","fd20a07","A0A0R4ISU7","nanog","si:dkey-239h2.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7E2","fd20a07","E7F7E2","nanog","spata20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMN6","fd20a07","Msx2-interacting protein isoform X1","nanog","spen","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Msx2-interacting protein isoform X1 (Spen family transcriptional repressor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU53","fd20a07","cry3","nanog","cry2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEM6","fd20a07","X1WEM6","nanog","c2cd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC16","fd20a07","A0A0R4IC16","nanog","si:ch211-103a14.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC16","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1Q6","fd20a07","si:dkey-251j8.3","nanog","jund","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor JunD (Transcription factor AP-1 subunit JunD)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGI6","fd20a07","zgc:92903","nanog","txn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EB19","fd20a07","fj63f04","nanog","rnf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RING-box protein 2 (Ring finger protein 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTR4","fd20a07","F1QTR4","nanog","ppp1r3cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILS7","fd20a07","A0A0R4ILS7","nanog","si:ch211-261n11.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","L7VG99","fd20a07","tmem132e","nanog","tmem132e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 132E","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIU1","fd20a07","cul3","nanog","cul3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cullin 3b (Cullin-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5S5","fd20a07","F1Q5S5","nanog","lmod1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5S5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUU9","fd20a07","A0A0R4IUU9","nanog","si:ch73-221f6.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QN59","fd20a07","A0A2R8QN59","nanog","bpnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QN59","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA35","fd20a07","U3JA35","nanog","znf646","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA35","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F333","fd20a07","fc22f12","nanog","lrrc8c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat-containing 8 VRAC subunit C (Leucine-rich repeat-containing protein 8C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGJ5","fd20a07","E9QGJ5","nanog","gdpd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB27","fd20a07","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2","nanog","appl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adaptor protein, phosphotyrosine interaction, PH domain and leucine zipper-containing 2 (DCC-interacting protein 13-beta isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUS5","fd20a07","Q1LUS5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ62","fd20a07","F1QZ62","nanog","mfsd13al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ62","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXD4","fd20a07","F1QXD4","nanog","znf711","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7M5","fd20a07","F1R7M5","nanog","galnt11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBR6","fd20a07","F1RBR6","nanog","pter","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRU6","fd20a07","A0A0R4IRU6","nanog","arhgap24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMF9","fd20a07","zgc:91964","nanog","rbck1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYY9","fd20a07","E7EYY9","nanog","manea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV74","fd20a07","A0A0R4IV74","nanog","acap3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV74","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KRG1","fd20a07","A0A0G2KRG1","nanog","tank","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KRG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBX7","fd20a07","si:ch211-231o6.2","nanog","gfi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth factor-independent 1B transcription repressor (Zinc finger protein Gfi-1b isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4S3","fd20a07","E7F4S3","nanog","osbpl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDU0","fd20a07","F1RDU0","nanog","her3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXU0","fd20a07","F1QXU0","nanog","pla2g6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3L2","fd20a07","F1R3L2","nanog","si:dkey-157l19.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EK8","fd20a07","Q68EK8","nanog","tnpo2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q68EK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDC5","fd20a07","F1RDC5","nanog","xpo7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KB54","fd20a07","A8KB54","nanog","znf1014","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KB54","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q839","fd20a07","F1Q839","nanog","mrpl42","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q839","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGS4","fd20a07","A8WGS4","nanog","tlcd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZV68","fd20a07","B7ZV68","nanog","ipo8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZV68","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8T8","fd20a07","Q1L8T8","nanog","znf865","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RII9","fd20a07","Q5RII9","nanog","katna1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RII9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803V7","fd20a07","zgc:55452","nanog","cdc34a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSS2","fd20a07","A0A1D5NSS2","nanog","pias1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMM5","fd20a07","A5PMM5","nanog","snx18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P3X8","fd20a07","lamtor4","nanog","lamtor4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ragulator complex protein LAMTOR4 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KMP0","fd20a07","A0A0G2KMP0","nanog","LOC100330554","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KMP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBI4","fd20a07","zgc:56630","nanog","rap1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGP0","fd20a07","X1WGP0","nanog","hoxc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0I7","fd20a07","F1R0I7","nanog","scube3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGJ9","fd20a07","F1QGJ9","nanog","cptp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S585","fd20a07","B0S585","nanog","mapre1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S585","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4D0","fd20a07","Activator of transcription and developmental regulator AUTS2 a","nanog","auts2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","D3U0R1","fd20a07","D3U0R1","nanog","aqp8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D3U0R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2I9","fd20a07","F1R2I9","nanog","cdh5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2I9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUC2","fd20a07","F1QUC2","nanog","ext2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F737","fd20a07","dvl3","nanog","dvl3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dishevelled segment polarity protein 3b (Segment polarity protein dishevelled homolog DVL-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMA3","fd20a07","B8JMA3","nanog","ythdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PW80","fd20a07","igf2bp3","nanog","igf2bp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin-like growth factor 2 mRNA-binding protein 3 (IGF2 mRNA-binding protein 3) (IMP-3) (Decapentaplegic and Vg-related 1 RNA-binding protein) (IGF-II mRNA-binding protein 3) (VICKZ family member 3) (Vg1 RNA-binding protein) (Vg1-RBP)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXJ5","fd20a07","E7EXJ5","nanog","atad2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","P35621","fd20a07","dvr1","nanog","dvr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein DVR-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7D4","fd20a07","F1Q7D4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9S8","fd20a07","E7F9S8","nanog","ttyh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8D4","fd20a07","Neurotrophin receptor-associated death domain","nanog","nradd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXU7","fd20a07","bat1","nanog","ddx39b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spliceosome RNA helicase DDX39B (EC 3.6.4.13) (56 kDa U2AF65-associated protein) (DEAD box protein UAP56)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDQ9","fd20a07","F1RDQ9","nanog","ctsz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQH0","fd20a07","A3KQH0","nanog","tspan18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICG0","fd20a07","A0A0R4ICG0","nanog","per1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBZ0","fd20a07","TAF4A RNA polymerase II, TATA box-binding protein","nanog","taf4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAF4A RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBQ7","fd20a07","F1RBQ7","nanog","rlf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDI7","fd20a07","F1QDI7","nanog","tmem248","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BV9","fd20a07","Q08BV9","nanog","atp8a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXX9","fd20a07","E7EXX9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFT6","fd20a07","Q6PFT6","nanog","tmem47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFL1","fd20a07","F1QFL1","nanog","mars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6D3","fd20a07","F1Q6D3","nanog","galnt9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6D3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DI43","fd20a07","B3DI43","nanog","odf3l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DI43","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBW5","fd20a07","E9QBW5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH71","fd20a07","zgc:66026","nanog","asah1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acid ceramidase (EC 3.5.1.23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2L8","fd20a07","mkp3","nanog","dusp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RET2","fd20a07","F1RET2","nanog","smyd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RET2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMM7","fd20a07","F1QMM7","nanog","atr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPF6","fd20a07","Q5SPF6","nanog","pimr109","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLK1","fd20a07","Si:dkeyp-97b10.3","nanog","si:dkeyp-97b10.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:dkeyp-97b10.3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGQ8","fd20a07","B3DGQ8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUZ3","fd20a07","nsap1","nanog","syncrip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein Q (Synaptotagmin-binding, cytoplasmic RNA-interacting protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRB0","fd20a07","A9JRB0","nanog","si:dkey-253d23.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8D5","fd20a07","F1Q8D5","nanog","lrrc3cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8D5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBL4","fd20a07","X1WBL4","nanog","nrxn3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UUS8","fd20a07","Q8UUS8","nanog","gpm6bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8UUS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY59","fd20a07","Q7SY59","nanog","rap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SY59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9H8","fd20a07","Q4V9H8","nanog","maf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9H8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNS9","fd20a07","A3KNS9","nanog","atraid","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V332","fd20a07","B0V332","nanog","tra2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V332","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801G2","fd20a07","paqr7b","nanog","paqr7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane progestin receptor alpha-B (mPR alpha) (Progestin and adipoQ receptor family member VII, b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA79","fd20a07","F1QA79","nanog","nsd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA79","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5D014","fd20a07","Q5D014","nanog","natd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5D014","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWC9","fd20a07","wu:fa16h03","nanog","agpat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEL0","fd20a07","F1QEL0","nanog","tmem214","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV50","fd20a07","cenpp","nanog","cenpp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein P (CENP-P)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGX9","fd20a07","E9QGX9","nanog","atl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFI8","fd20a07","B-cell lymphoma 3 protein homolog","nanog","bcl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-cell lymphoma 3 protein homolog (BCL3 transcription coactivator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B7E7","fd20a07","wu:fb53a08","nanog","snx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sorting nexin-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L1A2","fd20a07","A0A0G2L1A2","nanog","l3hypdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L1A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCW9","fd20a07","cyp7a1b","nanog","cyp7a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cholesterol 7-alpha-monooxygenase (Cytochrome P450, family 7, subfamily A, polypeptide 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q751","fd20a07","F1Q751","nanog","sp5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q751","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSB1","fd20a07","im:7136887","nanog","casp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Caspase 9, apoptosis-related cysteine peptidase (Caspase-9 (EC 3.4.22.62))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWT0","fd20a07","F1QWT0","nanog","plin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZD5","fd20a07","Q5TZD5","nanog","rhoj","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJL5","fd20a07","zgc:100942","nanog","gna15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide binding protein (G protein), alpha 15 (Gq class) isoform X1 (Guanine nucleotide-binding protein (G protein), alpha 15 (Gq class), tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801U6","fd20a07","Q801U6","nanog","slc6a22.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q801U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503N2","fd20a07","spc24","nanog","spc24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinetochore protein Spc24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P805","fd20a07","F6P805","nanog","ankrd24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P805","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZL0","fd20a07","E7EZL0","nanog","lmtk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBH2","fd20a07","E9QBH2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8I4","fd20a07","si:ch211-173o4.2","nanog","lats2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large tumor suppressor kinase 2 (Serine/threonine-protein kinase LATS2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEP6","fd20a07","A0A0R4IEP6","nanog","sort1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIL4","fd20a07","F1QIL4","nanog","zp2l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WG26","fd20a07","A8WG26","nanog","si:dkey-253d23.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WG26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG94","fd20a07","Q6DG94","nanog","rnaseh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG94","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S576","fd20a07","TAp73","nanog","tp73","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cellular tumor antigen p53","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1U3","fd20a07","zgc:158370","nanog","g3bp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPV3","fd20a07","A3KPV3","nanog","si:dkey-20i20.15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJE0","fd20a07","B3DJE0","nanog","sox5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFW9","fd20a07","zgc:112064","nanog","gosr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgi SNAP receptor complex member 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7L6","fd20a07","F1R7L6","nanog","chpfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F851","fd20a07","E7F851","nanog","fam120a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F851","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q729","fd20a07","im:7054683","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial calcium uniporter regulator 1 (EC 1.1.1.41) (Zgc:165532)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMG3","fd20a07","Q6GMG3","nanog","nr4a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFL8","fd20a07","X1WFL8","nanog","znf1143","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803X0","fd20a07","Q803X0","nanog","serinc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6SJP8","fd20a07","fgf17","nanog","fgf17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor 17 (FGF-17) (Fibroblast growth factor 17b) (FGF-17b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7U0","fd20a07","Plexin b1b","nanog","plxnb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Plexin b1b (Plexin-B1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIL0","fd20a07","E9QIL0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QNT7","fd20a07","A0A2R8QNT7","nanog","LOC100150236","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QNT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM32","fd20a07","Q6ZM32","nanog","arl8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM32","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9D6","fd20a07","F1Q9D6","nanog","rb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9D6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BHB7","fd20a07","gatc","nanog","gatc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamyl-tRNA(Gln) amidotransferase subunit C, mitochondrial (Glu-AdT subunit C) (EC 6.3.5.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVR7","fd20a07","Q1LVR7","nanog","si:dkeyp-87e7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ04","fd20a07","cb216","nanog","serpinh1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serpin H1 (Collagen-binding protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502K9","fd20a07","Q502K9","nanog","selenot2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502K9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ44","fd20a07","F1QZ44","nanog","neurl1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MBV9","fd20a07","Small ribosomal subunit protein mS38","nanog","aurkaip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein mS38","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8R9","fd20a07","pomt2","nanog","pomt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein O-mannosyl-transferase 2 (EC 2.4.1.109)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYZ3","fd20a07","E7EYZ3","nanog","ogfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9U2","fd20a07","F1Q9U2","nanog","kmt5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXB6","fd20a07","F1QXB6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL40","fd20a07","A0A0R4IL40","nanog","si:ch211-215p11.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL40","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7R7","fd20a07","E7F7R7","nanog","dhx40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7R7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFS7","fd20a07","atg3","nanog","atg3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-like-conjugating enzyme ATG3 (EC 2.3.2.-) (Autophagy-related protein 3) (APG3-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITV0","fd20a07","A0A0R4ITV0","nanog","si:dkey-46i9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KHK8","fd20a07","A0A0G2KHK8","nanog","cdc37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KHK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0J1","fd20a07","F1R0J1","nanog","osr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC32","fd20a07","fi35f06","nanog","napga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHJ1","fd20a07","Q6DHJ1","nanog","tyw3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWK2","fd20a07","Q6NWK2","nanog","ap2m1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6C3","fd20a07","E7F6C3","nanog","grhl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6C3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4K4","fd20a07","F1R4K4","nanog","mfsd4ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4K4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QR65","fd20a07","A0A2R8QR65","nanog","mfsd14bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QR65","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5K5","fd20a07","wu:fi06b02","nanog","tnfaip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJY3","fd20a07","A0A2R8RJY3","nanog","vta1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RJY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH62","fd20a07","zgc:66077","nanog","cyba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IE20","fd20a07","A0A0R4IE20","nanog","ahsa1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IE20","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4C4","fd20a07","B8A4C4","nanog","mogs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4C4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUY4","fd20a07","zgc:66304","nanog","trappc6bl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trafficking protein particle complex 6b-like (Trafficking protein particle complex subunit 6B,-like) (Trappc6bl protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVE4","fd20a07","thrb","nanog","thrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thyroid hormone receptor beta (TR-beta) (TRb) (Nuclear receptor subfamily 1 group A member 2) (Thyroid hormone receptor beta-1) (TRbeta1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM11","fd20a07","B8JM11","nanog","epcam","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM11","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIZ4","fd20a07","E9QIZ4","nanog","gdpd4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QU68","fd20a07","A0A2R8QU68","nanog","mkxb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QU68","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2K9","fd20a07","Srfp1a","nanog","sfrp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Secreted frizzled-related protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXV4","fd20a07","A0A0R4IXV4","nanog","runx1t1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGJ0","fd20a07","cb995","nanog","dnajc5aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ homolog subfamily C member 5 (Cysteine string protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM23","fd20a07","si:ch211-239j9.2","nanog","cox6c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3Q7","fd20a07","A9C3Q7","nanog","amt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3Q7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC99","fd20a07","A0A0R4IC99","nanog","si:dkey-15h8.17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC99","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803W1","fd20a07","Q803W1","nanog","scrn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISB7","fd20a07","I3ISB7","nanog","si:dkeyp-34f6.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9C6","fd20a07","E7F9C6","nanog","rhbdf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9C6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KH16","fd20a07","A3KH16","nanog","lingo4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KH16","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P494","fd20a07","Q0P494","nanog","krtcap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P494","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS22","fd20a07","Si:ch211-189a15.5","nanog","si:ch211-189a15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-189a15.5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAG6","fd20a07","F1QAG6","nanog","si:ch211-284d12.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F640","fd20a07","Ataxin 7","nanog","atxn7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ataxin 7 (Ataxin-7 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD95","fd20a07","ZH-DR","nanog","hdr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hematopoietic death receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNS9","fd20a07","BTB/POZ domain-containing protein KCTD1 isoform X2","nanog","kctd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing protein KCTD1 isoform X2 (Potassium channel tetramerization domain-containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LW42","fd20a07","Q1LW42","nanog","si:dkey-15h8.16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LW42","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDK7","fd20a07","X1WDK7","nanog","proser3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ56","fd20a07","A3KQ56","nanog","her1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQ56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9C7","fd20a07","F1Q9C7","nanog","ufl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDV8","fd20a07","E9QDV8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1NYI3","fd20a07","B1NYI3","nanog","si:dkey-202l22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1NYI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQI7","fd20a07","cpn10","nanog","hspe1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","10 kDa heat shock protein, mitochondrial isoform 1 (Heat shock 10 protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Q7","fd20a07","Pmscl2","nanog","exosc10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exosome component 10","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9B9","fd20a07","A0A2R8Q9B9","nanog","dub","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RUY3","fd20a07","A2RUY3","nanog","acap3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2RUY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTS6","fd20a07","Q9PTS6","nanog","chico","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PTS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX98","fd20a07","wu:fd15g02","nanog","st13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hsc70-interacting protein (ST13 Hsp70-interacting protein) (Suppression of tumorigenicity 13 (Colon carcinoma) (Hsp70 interacting protein))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4R0","fd20a07","F2Z4R0","nanog","si:ch211-265o23.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4R0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFH9","fd20a07","E7FFH9","nanog","atp10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFN1","fd20a07","Protein phosphatase 1 regulatory subunit 3D","nanog","ppp1r3db","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 1 regulatory subunit 3D (Protein phosphatase 1, regulatory subunit 3Db)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIK5","fd20a07","F1QIK5","nanog","abcc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE95","fd20a07","E7FE95","nanog","tspan1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE95","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73872","fd20a07","sod1","nanog","sod1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Superoxide dismutase [Cu-Zn] (EC 1.15.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEY5","fd20a07","F1QEY5","nanog","ints11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0P2","fd20a07","E7F0P2","nanog","dok4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FVI3","fd20a07","A4FVI3","nanog","lto1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4FVI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGI1","fd20a07","Vesicle-associated membrane protein 1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle-associated membrane protein 1 (Zgc:92912)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6V7","fd20a07","wu:fb65b05","nanog","pik3r1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 3-kinase regulatory subunit alpha (Phosphatidylinositol 3-kinase 85 kDa regulatory subunit alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1YB07","fd20a07","amotl2a","nanog","amotl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Angiomotin-like 2a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYE0","fd20a07","Q1LYE0","nanog","swap70b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMF9","fd20a07","A0A0R4IMF9","nanog","glyr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAX1","fd20a07","im:7145298","nanog","lpcat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysophospholipid acyltransferase 5 (EC 2.3.1.23) (EC 2.3.1.n6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2LA96","fd20a07","A0A0G2LA96","nanog","gramd1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJD1","fd20a07","epas1","nanog","epas1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endothelial PAS domain protein 1b (Endothelial PAS domain-containing protein 1) (Epas1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ43","fd20a07","Q5TZ43","nanog","cep57l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLK8","fd20a07","Adrenoceptor alpha 1Ba","nanog","adra1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adrenoceptor alpha 1Ba (Alpha-1A adrenergic receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8Q9","fd20a07","E7F8Q9","nanog","si:ch211-207i20.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RWF7","fd20a07","A0A2R8RWF7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RWF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY34","fd20a07","Low density lipoprotein receptor-related protein 1Ab","nanog","lrp1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Low density lipoprotein receptor-related protein 1Ab (Low-density lipoprotein receptor-related protein 1 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2P4","fd20a07","E7F2P4","nanog","znf521","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2P4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KCT7","fd20a07","A0A0G2KCT7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KCT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDR3","fd20a07","F1RDR3","nanog","fcho2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RSF3","fd20a07","A0A2R8RSF3","nanog","pstpip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RSF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLP0","fd20a07","im:7151586","nanog","dhx37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6E3","fd20a07","fk48e04","nanog","fzd10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA30","fd20a07","U3JA30","nanog","ablim2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA30","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGI2","fd20a07","si:dkey-27k7.3","nanog","nup107","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear pore complex protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3J4","fd20a07","F1R3J4","nanog","si:ch211-220f16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS34","fd20a07","I3IS34","nanog","si:ch211-162i14.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS34","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDG8","fd20a07","E7FDG8","nanog","daglb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHD6","fd20a07","zgc:65842","nanog","ilk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrin-linked protein kinase (59 kDa serine/threonine-protein kinase) (Beta-integrin-linked kinase) (ILK-1) (ILK-2) (p59ILK)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WIQ8","fd20a07","A8WIQ8","nanog","olig2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WIQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7H4","fd20a07","A8E7H4","nanog","rx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKF7","fd20a07","A0A0R4IKF7","nanog","suox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILF8","fd20a07","A0A0R4ILF8","nanog","ap1s3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGY3","fd20a07","E9QGY3","nanog","si:ch73-196i15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCG7","fd20a07","E7FCG7","nanog","si:dkey-65j6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLU0","fd20a07","Q1RLU0","nanog","vgll4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDA7","fd20a07","im:7136784","nanog","gtf3c3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription factor 3C polypeptide 3 (General transcription factor IIIC, polypeptide 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWD3","fd20a07","eif2s1l","nanog","eif2s1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYQ9","fd20a07","Q5TYQ9","nanog","rmdn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4B2","fd20a07","GRF2","nanog","rapgef1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rap guanine nucleotide exchange factor (GEF) 1b (Rap guanine nucleotide exchange factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJA9","fd20a07","B3DJA9","nanog","dnajc3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJA9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802V1","fd20a07","Q802V1","nanog","ss18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802V1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5L2","fd20a07","Q6P5L2","nanog","dbi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KUC9","fd20a07","A0A0G2KUC9","nanog","otud1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KUC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBG8","fd20a07","A0A286YBG8","nanog","arrb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EB14","fd20a07","Q5EB14","nanog","slc50a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5EB14","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJR5","fd20a07","si:ch211-81i17.1","nanog","tle2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV27","fd20a07","atp5s","nanog","dmac2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase subunit s, mitochondrial (EC 3.6.1.14) (ATP synthase, H+ transporting, mitochondrial F0 complex, subunit s) (Distal membrane arm assembly component 2-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRS4","fd20a07","wu:fe48d04","nanog","pnkp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bifunctional polynucleotide phosphatase/kinase isoform X1 (Polynucleotide kinase 3'-phosphatase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX89","fd20a07","eif5a","nanog","eif5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 5A-1 (eIF-5A-1) (eIF-5A1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P485","fd20a07","Q0P485","nanog","ccdc85ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P485","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2X7","fd20a07","F1R2X7","nanog","si:dkey-211g8.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1XG75","fd20a07","Q1XG75","nanog","fgf10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1XG75","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F508","fd20a07","E7F508","nanog","tlnrd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F508","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568V0","fd20a07","foxg1","nanog","foxg1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein G1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2A1","fd20a07","E7F2A1","nanog","zrsr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3S0","fd20a07","im:7143041","nanog","si:ch211-198n5.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","methylcrotonoyl-CoA carboxylase (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 2) (3-methylcrotonyl-CoA carboxylase non-biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHJ5","fd20a07","Clathrin interactor 1-like isoform X2","nanog","clint1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Clathrin interactor 1-like isoform X2 (Clathrin interactor 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9E0","fd20a07","F1Q9E0","nanog","atg12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9E0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NNU9","fd20a07","F6NNU9","nanog","si:ch211-114l13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NNU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q733","fd20a07","F1Q733","nanog","prc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q733","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCU8","fd20a07","E9QCU8","nanog","myo6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVP9","fd20a07","Q1LVP9","nanog","hpse","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH53","fd20a07","zgc:101121","nanog","zfand6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AN1-type zinc finger protein 6 (Zinc finger A20 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QN50","fd20a07","A0A2R8QN50","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QN50","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q632","fd20a07","F1Q632","nanog","nedd4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q632","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUR5","fd20a07","fb01d07","nanog","ssr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Translocon-associated protein subunit gamma (Signal sequence receptor subunit gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYJ5","fd20a07","Q6NYJ5","nanog","syncripl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AV10","fd20a07","SDF-1","nanog","cxcl12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q509","fd20a07","zgc:153556","nanog","commd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COMM domain-containing 4 (COMM domain-containing protein 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ97","fd20a07","E9QJ97","nanog","phip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ97","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAF7","fd20a07","F1QAF7","nanog","parp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM02","fd20a07","B8JM02","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM02","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIJ6","fd20a07","Epidermal growth factor receptor pathway substrate 15","nanog","eps15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGQ4","fd20a07","A2BGQ4","nanog","marveld2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS25","fd20a07","I3IS25","nanog","trpm4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS25","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQN5","fd20a07","F1QQN5","nanog","hoxa9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C4A6","fd20a07","A9C4A6","nanog","mkrn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C4A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYH7","fd20a07","B0UYH7","nanog","glmna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB13","fd20a07","F1RB13","nanog","msl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEI3","fd20a07","F1QEI3","nanog","tmem30aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWI4","fd20a07","Q6NWI4","nanog","ypel3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWC4","fd20a07","pelo","nanog","pelo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein pelota homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVU1","fd20a07","Transcription factor MafK isoform X1","nanog","mafk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYU4","fd20a07","A0A0R4IYU4","nanog","stoml2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFX7","fd20a07","F1QFX7","nanog","znf143a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCF9","fd20a07","F1QCF9","nanog","ccdc9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5A4","fd20a07","Histone H1-like","nanog","si:dkey-261m9.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:dkey-261m9.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGP7","fd20a07","A8WGP7","nanog","ugdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH77","fd20a07","Q6DH77","nanog","pbdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLJ7","fd20a07","A5PLJ7","nanog","oxsr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PLJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXH6","fd20a07","B0UXH6","nanog","ralgps1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0Z946","fd20a07","h2afvb","nanog","h2az2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYD1","fd20a07","Q1LYD1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLT1","fd20a07","zgc:136869","nanog","gmpr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GMP reductase (GMPR) (EC 1.7.1.7) (Guanosine 5'-monophosphate oxidoreductase) (Guanosine monophosphate reductase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFT1","fd20a07","fbp1","nanog","fbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEH0","fd20a07","fc30e03","nanog","nr2e1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 2 group E member 1 (Nuclear receptor TLX) (Protein tailless homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9V4","fd20a07","DNA-directed RNA polymerase subunit","nanog","polr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZVD7","fd20a07","sb:cb857","nanog","tfb2m","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","rRNA adenine N(6)-methyltransferase (EC 2.1.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFI4","fd20a07","F1QFI4","nanog","mtmr6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0H6","fd20a07","cops4","nanog","cops4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB71","fd20a07","fc55h04","nanog","kif3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUQ1","fd20a07","F1QUQ1","nanog","zcchc10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1P2","fd20a07","B0V1P2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDL1","fd20a07","X1WDL1","nanog","si:dkey-7j14.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLJ9","fd20a07","zgc:92576","nanog","wipi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat domain phosphoinositide-interacting protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6A5","fd20a07","E7F6A5","nanog","mrpl47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6A5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIW8","fd20a07","med23","nanog","med23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC30","fd20a07","cops5","nanog","cops5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COP9 signalosome complex subunit 5 (Signalosome subunit 5) (EC 3.4.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1R6","fd20a07","znf423","nanog","znf423","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 423","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4T7","fd20a07","B0S4T7","nanog","prkcz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4T7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QCE4","fd20a07","A0A2R8QCE4","nanog","spint1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QCE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8S4","fd20a07","Q1L8S4","nanog","cited4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8S4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJI4","fd20a07","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1","nanog","si:ch211-264f5.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Carcinoembryonic antigen-related cell adhesion molecule 5 isoform X1 (Si:ch211-264f5.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY86","fd20a07","UBX domain protein 2A","nanog","ubxn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UBX domain protein 2A (UBX domain-containing protein 2A isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4H1","fd20a07","F8W4H1","nanog","gpatch4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566R7","fd20a07","Q566R7","nanog","dusp22b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566R7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDW6","fd20a07","F1QDW6","nanog","tmem97","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV18","fd20a07","Q7ZV18","nanog","stx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Z8","fd20a07","Q503Z8","nanog","irx6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503Z8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQJ1","fd20a07","zgc:86742","nanog","tomm22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM22 homolog (Translocase of outer membrane 22 kDa subunit homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QJX1","fd20a07","TREK-2A","nanog","kcnk10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Potassium channel protein TREK2A (Potassium channel, subfamily K, member 10a) (Uncharacterized protein LOC563228)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYI2","fd20a07","E7EYI2","nanog","ankib1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICC5","fd20a07","A0A0R4ICC5","nanog","grtp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L648","fd20a07","A0A0G2L648","nanog","phf13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L648","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7L1","fd20a07","wu:fb30g07","nanog","psmd9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 9 (26S proteasome regulatory subunit p27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBW3","fd20a07","E7FBW3","nanog","si:dkey-49c17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBP6","fd20a07","Q6PBP6","nanog","chchd10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3H0","fd20a07","F8W3H0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NIE2","fd20a07","F6NIE2","nanog","si:ch211-113e8.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NIE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGI4","fd20a07","E7FGI4","nanog","sugp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5K3","fd20a07","Q6P5K3","nanog","rplp0","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6U0","fd20a07","cb634","nanog","gata5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GATA-binding protein 5 (Transcription factor GATA-5) (Transcription factor gata5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q05AK2","fd20a07","Q05AK2","nanog","im:7154787","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q05AK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9A2","fd20a07","A0A0R4I9A2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803U3","fd20a07","Q803U3","nanog","pitpnaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4J7","fd20a07","A0A2R8Q4J7","nanog","nap1l4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4J7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY16","fd20a07","F1QY16","nanog","tatdn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY16","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFQ0","fd20a07","A0A140LFQ0","nanog","atp13a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5DDZ4","fd20a07","acta1","nanog","dpp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acta1 protein (Dipeptidyl-peptidase 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R068","fd20a07","F1R068","nanog","lysmd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R068","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCH1","fd20a07","E7FCH1","nanog","si:dkey-21a6.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJI8","fd20a07","F1QJI8","nanog","fbxo5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBV1","fd20a07","fd07f11","nanog","cltcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Clathrin heavy chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566T0","fd20a07","eed","nanog","eed","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polycomb protein eed","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8R3","fd20a07","E7F8R3","nanog","mrpl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","P24257","fd20a07","wnt1","nanog","wnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Wnt-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4QRG0","fd20a07","Q4QRG0","nanog","ewsr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4QRG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P295","fd20a07","Q6P295","nanog","prrx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P295","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RI92","fd20a07","Q5RI92","nanog","ptger2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RI92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZC9","fd20a07","Q7SZC9","nanog","hnrnpr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY45","fd20a07","zgc:63525","nanog","vti1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle transport through interaction with t-SNAREs 1B (Vesicle transport through interaction with t-SNAREs homolog 1B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIZ3","fd20a07","F1QIZ3","nanog","mblac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZI3","fd20a07","E7EZI3","nanog","cntnap5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UJY9","fd20a07","A0A0H2UJY9","nanog","gorasp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UJY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFW8","fd20a07","F1QFW8","nanog","pex7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEX5","fd20a07","A2CEX5","nanog","rnf215","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFP4","fd20a07","A2BFP4","nanog","rcc1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVM7","fd20a07","A5WVM7","nanog","tmem243a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHZ2","fd20a07","F1QHZ2","nanog","lurap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHX6","fd20a07","Insulin-like growth factor-binding protein 1","nanog","igfbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin-like growth factor-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90X44","fd20a07","Q90X44","nanog","nrf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90X44","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8QHI1","fd20a07","atp1b3","nanog","atp1b3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCE9","fd20a07","si:ch211-276f18.2","nanog","si:ch211-276f18.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF78","fd20a07","E7FF78","nanog","arhgef25b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF78","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SP46","fd20a07","gxylt1","nanog","gxylt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucoside xylosyltransferase 1 (EC 2.4.2.42) (Glycosyltransferase 8 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKL1","fd20a07","F1QKL1","nanog","thbs3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWH5","fd20a07","Q6NWH5","nanog","tmem11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R393","fd20a07","F1R393","nanog","fbxl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R393","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTA3","fd20a07","Melanocyte-stimulating hormone receptor","nanog","mc1r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Melanocyte-stimulating hormone receptor (MSH-R) (Melanocortin receptor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EI5","fd20a07","zgc:92004","nanog","epb41l3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Band 4.1-like protein 3 (Erythrocyte membrane protein band 4.1-like 3a) (Zgc:92004)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMN8","fd20a07","A0JMN8","nanog","osbpl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90419","fd20a07","shhb","nanog","shhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tiggy-winkle hedgehog protein (TWHH) (EC 3.1.-.-) (Sonic hedgehog protein B) (SHHB) [Cleaved into: Tiggy-winkle hedgehog protein N-product (Shh N-terminal processed signaling domains) (ShhNp) (Sonic hedgehog protein N-product) (ShhN)]","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ30","fd20a07","B3DJ30","nanog","ldlrad3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJ30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7K2","fd20a07","F1R7K2","nanog","riox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP09","fd20a07","A0A0R4IP09","nanog","plekha6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP09","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW29","fd20a07","A0A0R4IW29","nanog","si:ch73-170d6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIP7","fd20a07","A2BIP7","nanog","si:ch211-130m23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC67","fd20a07","F1QC67","nanog","shq1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC67","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAG0","fd20a07","wu:fb77d11","nanog","vps53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar protein sorting-associated protein 53 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD06","fd20a07","fc52d10","nanog","syt11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptotagmin XIa","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U379","fd20a07","smarcb1a","nanog","smarcb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily B member 1-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QR43","fd20a07","A0A2R8QR43","nanog","si:ch211-210b2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QR43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZB3","fd20a07","F1QZB3","nanog","mast3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHA2","fd20a07","B3DHA2","nanog","mnx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803F0","fd20a07","TGIF","nanog","tgif1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein TGIF1 (TGFB-induced factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYC2","fd20a07","wu:fi04f03","nanog","taf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription initiation factor TFIID subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N9","fd20a07","ADAM metallopeptidase domain 19b","nanog","adam19b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADAM metallopeptidase domain 19b (Disintegrin and metalloproteinase domain-containing protein 19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSC9","fd20a07","A0A1D5NSC9","nanog","bbox1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQI2","fd20a07","Q6IQI2","nanog","lgals2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXI0","fd20a07","B0UXI0","nanog","fnbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8C1","fd20a07","F1Q8C1","nanog","senp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8C1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN20","fd20a07","A0A0R4IN20","nanog","znf1169","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN20","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q0U0","fd20a07","A0A2R8Q0U0","nanog","si:dkey-108k21.21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q0U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSM8","fd20a07","F1QSM8","nanog","tmem184ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCA1","fd20a07","F1RCA1","nanog","uba1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHG4","fd20a07","cplx2a","nanog","cplx2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Complexin 2 (Complexin 2,-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3Q2","fd20a07","A9C3Q2","nanog","rgl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802C7","fd20a07","tardbp","nanog","tardbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAR DNA-binding protein 43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBV5","fd20a07","unm_st43","nanog","kif1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 1B (Kinesin-like protein KIF1B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGH2","fd20a07","pldn","nanog","bloc1s6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHI3","fd20a07","arl13b","nanog","arl13b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3G1","fd20a07","F8W3G1","nanog","znf277","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3G1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUP7","fd20a07","zgc:55475","nanog","snapc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVR7","fd20a07","A0A0R4IVR7","nanog","slbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGN9","fd20a07","A8WGN9","nanog","lipf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYQ4","fd20a07","Q5TYQ4","nanog","echdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFV5","fd20a07","E9QFV5","nanog","si:dkey-154p10.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6V2","fd20a07","B0S6V2","nanog","mtss1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6V2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJY6","fd20a07","A0A0R4IJY6","nanog","myh11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJM7","fd20a07","Q5XJM7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W255","fd20a07","F8W255","nanog","slc7a6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W255","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEW8","fd20a07","A0A0R4IEW8","nanog","elavl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7E7","fd20a07","A8E7E7","nanog","itsn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZE2","fd20a07","znf703","nanog","znf703","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 703 (NocA-like zinc finger protein 1) (NocA-related zinc finger protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMK2","fd20a07","A5PMK2","nanog","stx11b.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B728","fd20a07","zgc:123253","nanog","txnl4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMY9","fd20a07","A0A0R4IMY9","nanog","dtnba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYI1","fd20a07","B0UYI1","nanog","tceanc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5S9","fd20a07","B0S5S9","nanog","acbd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1X1","fd20a07","F1R1X1","nanog","cry1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGK5","fd20a07","X1WGK5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY17","fd20a07","Q1LY17","nanog","nom1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY17","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F916","fd20a07","RAS p21 protein activator 3","nanog","rasa3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAS p21 protein activator 3 (Ras GTPase-activating protein 3 isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQL7","fd20a07","F1QQL7","nanog","ptcd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVB0","fd20a07","Q1LVB0","nanog","sall3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE68","fd20a07","zgc:92905","nanog","stmn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stathmin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF92","fd20a07","ALMS1 centrosome and basal body-associated protein","nanog","alms1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ALMS1 centrosome and basal body-associated protein (Alstrom syndrome protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Q4","fd20a07","B8A5Q4","nanog","efhc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBJ1","fd20a07","X1WBJ1","nanog","znf1012","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFY0","fd20a07","E7FFY0","nanog","si:ch73-278m9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD67","fd20a07","E7FD67","nanog","llgl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD67","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2U4","fd20a07","F8W2U4","nanog","dlgap4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWA1","fd20a07","F1QWA1","nanog","ints6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBW5","fd20a07","A0A0R4IBW5","nanog","nup85","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B750","fd20a07","zgc:123330","nanog","uqcrh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome b-c1 complex subunit 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L927","fd20a07","Q1L927","nanog","crb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L927","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH90","fd20a07","E9QH90","nanog","znf770","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH90","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R696","fd20a07","F1R696","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R696","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0PIP5","fd20a07","zgc:162829","nanog","fkrp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribitol-5-phosphate transferase","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV22","fd20a07","Q7ZV22","nanog","mtap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W580","fd20a07","[histone H3]-lysine","nanog","kmt2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI95","fd20a07","F1QI95","nanog","slc9a7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI95","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2XNF5","fd20a07","epo","nanog","epo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Erythropoietin (Erythropoietin-L2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAF2","fd20a07","F1QAF2","nanog","gadd45gip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB56","fd20a07","E7FB56","nanog","nfe2l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB56","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVR1","fd20a07","wdr75","nanog","wdr75","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat-containing protein 75","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3V9","fd20a07","snf8","nanog","snf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar-sorting protein SNF8 (ESCRT-II complex subunit VPS22)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXB2","fd20a07","fk47a03","nanog","si:dkey-42i9.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein shisa-5 (Scotin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU21","fd20a07","Q7ZU21","nanog","ccnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZU21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA4","fd20a07","fa01b02","nanog","idh3g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803B9","fd20a07","zgc:55938","nanog","dcp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DCP2 decapping enzyme homolog (S. cerevisiae) (Decapping mRNA 2) (M7GpppN-mRNA hydrolase (EC 3.6.1.62))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGD1","fd20a07","A0A0R4IGD1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q564A4","fd20a07","bcl2","nanog","bcl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-cell leukemia/lymphoma 2 (Bcl2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5GH44","fd20a07","XK-related protein","nanog","xk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","XK-related protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6J2","fd20a07","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein","nanog","prex1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 3,4,5-trisphosphate-dependent Rac exchanger 1 protein (Phosphatidylinositol-3,4,5-trisphosphate-dependent Rac exchange factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R485","fd20a07","F1R485","nanog","chd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R485","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6P4","fd20a07","fc18f11","nanog","cd82a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXD1","fd20a07","Q7SXD1","nanog","trabd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT85","fd20a07","LOC556431","nanog","trhr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thyrotropin-releasing hormone receptor (Thyroliberin receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3X3","fd20a07","RAS p21 protein activator","nanog","rasa1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAS p21 protein activator (GTPase-activating protein) 1a (Ras GTPase-activating protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R384","fd20a07","F1R384","nanog","fam210ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R384","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KR67","fd20a07","A0A0G2KR67","nanog","LOC100333499","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KR67","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGG7","fd20a07","F1QGG7","nanog","tmem106a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U392","fd20a07","Q5U392","nanog","cln3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U392","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5GIT4","fd20a07","kdr","nanog","kdr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vascular endothelial growth factor receptor 2 (VEGFR-2) (EC 2.7.10.1) (Fetal liver kinase 1b) (FLK-1b) (Kinase insert domain receptor) (Kinase insert domain receptor-B) (Protein-tyrosine kinase receptor flk-1b) (Vascular endothelial growth factor receptor 2 homolog B) (VEGFR-2 homolog B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHD8","fd20a07","A0A2R8QHD8","nanog","LOC794838","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RFW0","fd20a07","scara5","nanog","scara5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Scavenger receptor class A member 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXH1","fd20a07","Cytokine receptor family member b2","nanog","crfb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytokine receptor family member b2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0FJH7","fd20a07","A0FJH7","nanog","crfb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0FJH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISF6","fd20a07","A0A0R4ISF6","nanog","trpc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDF1","fd20a07","E9QDF1","nanog","si:dkey-20i20.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R788","fd20a07","F1R788","nanog","vipr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R788","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBM0","fd20a07","wu:fm70e01","nanog","nrg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5U2","fd20a07","B0S5U2","nanog","trim33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9E6","fd20a07","Q4V9E6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9E6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECV9","fd20a07","Q1ECV9","nanog","tnfrsf19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RSM5","fd20a07","A0A2R8RSM5","nanog","cdk2ap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RSM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEF2","fd20a07","E9QEF2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTI1","fd20a07","Q1MTI1","nanog","stx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPK7","fd20a07","F1QPK7","nanog","fbxo30b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAN4","fd20a07","si:busm1-142b24.1","nanog","mis18bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mis18-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZD3","fd20a07","meaf6","nanog","meaf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804S6","fd20a07","Q804S6","nanog","emx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q804S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGT8","fd20a07","si:dkey-110p14.2","nanog","s100b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein S100-B (S-100 protein beta chain) (S-100 protein subunit beta) (S100 calcium-binding protein B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WG03","fd20a07","A8WG03","nanog","crhr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WG03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLQ4","fd20a07","fa96d06","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-terminal-binding protein 1 (Zgc:136929)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SP50","fd20a07","zcrb1","nanog","zcrb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger CCHC-type and RNA-binding motif-containing protein 1 (U11/U12 small nuclear ribonucleoprotein 31 kDa protein) (U11/U12 snRNP 31 kDa protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG01","fd20a07","A0A140LG01","nanog","myg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG01","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMJ9","fd20a07","Q4KMJ9","nanog","ppp1r14c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4KMJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDC9","fd20a07","E9QDC9","nanog","ypel2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1P8","fd20a07","HS2st1","nanog","hs2st1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heparan sulfate 2-O-sulfotransferase 1 (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGM5","fd20a07","A0A0R4IGM5","nanog","utp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYH2","fd20a07","B0UYH2","nanog","eif2d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWP5","fd20a07","Q1LWP5","nanog","si:dkey-253d23.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQQ9","fd20a07","scg3","nanog","scg3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Secretogranin-3 (Secretogranin III) (SgIII)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9E5","fd20a07","Snrpn","nanog","snrpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein-associated protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R189","fd20a07","B0R189","nanog","si:ch211-202a12.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R189","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH73","fd20a07","smo","nanog","smo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein smoothened","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHM6","fd20a07","gng12b","nanog","si:dkey-44g17.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4A1","fd20a07","B8A4A1","nanog","nvl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJJ2","fd20a07","F1QJJ2","nanog","nos1apa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTF9","fd20a07","Q1MTF9","nanog","ptpreb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0L6","fd20a07","si:ch211-250b22.5","nanog","pyyb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peptide YYb","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGE6","fd20a07","hspa14","nanog","hspa14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock 70 kDa protein 14","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R375","fd20a07","F1R375","nanog","stpg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R375","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC71","fd20a07","F1QC71","nanog","ano5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC71","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV13","fd20a07","sfrs2","nanog","srsf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9A4","fd20a07","F1Q9A4","nanog","cox7a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISQ3","fd20a07","Neuronal acetylcholine receptor subunit beta-4","nanog","chrnb4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuronal acetylcholine receptor subunit beta-4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5C7","fd20a07","B0S5C7","nanog","si:ch211-51h9.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE11","fd20a07","F1RE11","nanog","gnal","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG95","fd20a07","A0A140LG95","nanog","chrm1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG95","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7A1","fd20a07","E7F7A1","nanog","fhdc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEG4","fd20a07","A2CEG4","nanog","barhl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS14","fd20a07","A0A0R4IS14","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS14","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR13","fd20a07","A0A0R4IR13","nanog","slc35f4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6A7","fd20a07","opn1lw1","nanog","opn1lw1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Red-sensitive opsin-1 (Opsin-1, long-wave-sensitive 1) (Opsin LWS-1) (Red cone photoreceptor pigment 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PD25","fd20a07","F6PD25","nanog","zfr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PD25","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8S9","fd20a07","borcs7","nanog","borcs7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BLOC-1-related complex subunit 7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIH0","fd20a07","Cornichon family AMPA receptor auxiliary protein 3","nanog","cnih3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cornichon family AMPA receptor auxiliary protein 3 (Protein cornichon homolog 3 isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUQ1","fd20a07","Cdc42","nanog","cdc42l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division control protein 42 homolog (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB44","fd20a07","E9QB44","nanog","si:ch1073-143l10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB44","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HW5","fd20a07","Q66HW5","nanog","clpxa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA47","fd20a07","ccdc120","nanog","ccdc120","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coiled-coil domain containing 120","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q501W9","fd20a07","zgc:112501","nanog","polr1e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase I subunit RPA49 (Polr1e protein) (Polymerase (RNA) I polypeptide E) (RNA polymerase I subunit E)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZA3","fd20a07","Q5TZA3","nanog","tmem251","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q444","fd20a07","A0A2R8Q444","nanog","nudt13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q444","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCW0","fd20a07","F1QCW0","nanog","pdlim2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTN3","fd20a07","F1QTN3","nanog","klf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EG7","fd20a07","Q68EG7","nanog","morc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q68EG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8V1","fd20a07","brms1la","nanog","brms1la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Breast cancer metastasis-suppressor 1-like protein-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFF3","fd20a07","E9QFF3","nanog","si:ch211-222n4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PWC2","fd20a07","nacre","nanog","mitfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Melanocyte-inducing transcription factor a (Microphthalmia-associated transcription factor) (Microphthalmia-related protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q848","fd20a07","A0A2R8Q848","nanog","lman1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q848","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q820","fd20a07","F1Q820","nanog","farsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q820","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503H8","fd20a07","Q503H8","nanog","tspan2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503H8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L223","fd20a07","id:ibd2026","nanog","cbx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cbx5 protein (Chromobox homolog 5 (HP1 alpha homolog, Drosophila)) (Chromobox protein homolog 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCE4","fd20a07","Receptor tyrosine kinase-like orphan receptor 2","nanog","ror2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F920","fd20a07","E7F920","nanog","abtb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F920","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBM9","fd20a07","Q6PBM9","nanog","arr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9I6","fd20a07","F1R9I6","nanog","mfap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9I6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NTE5","fd20a07","Q6NTE5","nanog","nfe2l3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NTE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK13","fd20a07","B3DK13","nanog","LOC569012","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNQ6","fd20a07","si:dkey-12h9.4","nanog","gtf2h5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription and DNA repair factor IIH subunit TFB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BKX1","fd20a07","zgc:103557","nanog","cdc42ep2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CDC42 effector protein (Rho GTPase-binding) 2 (Cdc42 effector protein 2) (Cdc42ep2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QII2","fd20a07","F1QII2","nanog","LOC103911751","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QII2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGV1","fd20a07","Q6DGV1","nanog","celf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DG00","fd20a07","B3DG00","nanog","nfe2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DG00","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMI4","fd20a07","A5PMI4","nanog","srd5a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEX0","fd20a07","A2CEX0","nanog","slc2a15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDT8","fd20a07","E7FDT8","nanog","crtc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKQ2","fd20a07","B3DKQ2","nanog","il17rd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHW1","fd20a07","E9QHW1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0G2","fd20a07","Q6P0G2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0AUQ3","fd20a07","ccdc6","nanog","ccdc6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ccdc6b protein (Coiled-coil domain-containing 6b) (Coiled-coil domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAE2","fd20a07","E7FAE2","nanog","plcxd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFV8","fd20a07","A0A0R4IFV8","nanog","phf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGI7","fd20a07","X1WGI7","nanog","clec16a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC03","fd20a07","c20orf20","nanog","mrgbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C20orf20 homolog (H. sapiens) (MRG/MORF4L-binding protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCW7","fd20a07","X1WCW7","nanog","crebzf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W7R4","fd20a07","tenm3","nanog","tenm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Teneurin-3 (Ten-3) (Protein Odd Oz/ten-m homolog 3) (Tenascin-M3) (Ten-m3) (Teneurin transmembrane protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQZ5","fd20a07","A0A0R4IQZ5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBE3","fd20a07","E7FBE3","nanog","pcdh9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCE5","fd20a07","F1QCE5","nanog","znfl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2N1","fd20a07","si:ch73-352p4.5","nanog","si:ch73-352p4.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF74","fd20a07","C-Jun-amino-terminal kinase-interacting protein 2","nanog","mapk8ip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-Jun-amino-terminal kinase-interacting protein 2 (Mitogen-activated protein kinase 8-interacting protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2H0","fd20a07","F1R2H0","nanog","nup58","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RFV1","fd20a07","Q5RFV1","nanog","zbed4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RFV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B732","fd20a07","Q3B732","nanog","hmgn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q3B732","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNU3","fd20a07","cldn11","nanog","cldn11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin 11b (Claudin-11) (Cldn11 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZQ8","fd20a07","ptges3","nanog","ptges3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prostaglandin E synthase 3 (EC 5.3.99.3) (Cytosolic prostaglandin E2 synthase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIP2","fd20a07","A2BIP2","nanog","camkk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7C9","fd20a07","A8E7C9","nanog","sec23ip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFE4","fd20a07","E9QFE4","nanog","dop1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2VD23","fd20a07","A2VD23","nanog","stm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2VD23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PV84","fd20a07","cb807","nanog","zic3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ZIC family member 3 heterotaxy 1 (Odd-paired homolog, Drosophila) (Zinc finger protein) (Zinc finger protein of the cerebellum 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IFZ0","fd20a07","map3k7ip3l","nanog","tab3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Z2","fd20a07","F1R9Z2","nanog","cebpz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZT02","fd20a07","Q7ZT02","nanog","tpst1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZT02","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQU8","fd20a07","wu:fb76c01","nanog","eaf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ELL-associated factor 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECW3","fd20a07","Q1ECW3","nanog","arhgap36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWG2","fd20a07","A0A0R4IWG2","nanog","rpf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R366","fd20a07","NMDAR1.1","nanog","grin1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P694","fd20a07","Q6P694","nanog","nipa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P694","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ59","fd20a07","uqcrc2","nanog","uqcrc2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N4","fd20a07","im:7149850","nanog","ndufs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RI65","fd20a07","Q5RI65","nanog","lmx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RI65","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIV4","fd20a07","adat2","nanog","adat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tRNA-specific adenosine deaminase 2 (EC 3.5.4.33) (Deaminase domain-containing protein 1) (tRNA-specific adenosine-34 deaminase subunit ADAT2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZF6","fd20a07","E7EZF6","nanog","atf7ip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBS8","fd20a07","F1QBS8","nanog","celsr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RWC4","fd20a07","A0A2R8RWC4","nanog","tsc22d2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RWC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3N2","fd20a07","E7F3N2","nanog","zar1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFH0","fd20a07","F1QFH0","nanog","dld","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5M9P8","fd20a07","arl6","nanog","arl6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-like protein 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QME5","fd20a07","A0A2R8QME5","nanog","pcdh19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QME5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGZ3","fd20a07","X1WGZ3","nanog","map3k3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBM6","fd20a07","F1RBM6","nanog","hoxa11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGD7","fd20a07","Q5RGD7","nanog","exoc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGH0","fd20a07","sept12","nanog","sept12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCV0","fd20a07","si:dkey-185e18.7","nanog","si:dkey-185e18.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein U (MLF1-interacting protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8U2","fd20a07","Q4V8U2","nanog","scamp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V8U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLP5","fd20a07","zgc:136954","nanog","btr32","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bloodthirsty-related gene family, member 32 (E3 ubiquitin-protein ligase TRIM11) (Zgc:136954)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIW2","fd20a07","E9QIW2","nanog","adar","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5D6S0","fd20a07","Paired amphipathic helix protein Sin3a","nanog","sin3aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paired amphipathic helix protein Sin3a (SIN3 transcription regulator family member Aa) (Zgc:162128 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6Q421","fd20a07","wu:fa93f04","nanog","rps15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S15","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA51","fd20a07","F1QA51","nanog","nepro","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA51","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QES7","fd20a07","E9QES7","nanog","si:dkey-66g10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QES7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5N7","fd20a07","cdc25","nanog","cdc25b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M-phase inducer phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BC5","fd20a07","zgc:153977","nanog","hsd17b7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","3beta-hydroxysteroid 3-dehydrogenase (EC 1.1.1.270)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803Q7","fd20a07","aldoa","nanog","aldoaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fructose-bisphosphate aldolase (EC 4.1.2.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JK99","fd20a07","B8JK99","nanog","cenpk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JK99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9Q1","fd20a07","F1Q9Q1","nanog","sv2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9Q1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNZ3","fd20a07","F1QNZ3","nanog","ccdc187","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IU05","fd20a07","A0A0R4IU05","nanog","ap1g1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IU05","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEY2","fd20a07","X1WEY2","nanog","si:ch211-213d14.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPS1","fd20a07","Q5SPS1","nanog","fam184a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S636","fd20a07","B0S636","nanog","si:dkeyp-67a8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S636","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIG1","fd20a07","Q5RIG1","nanog","slc5a6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBD5","fd20a07","F1QBD5","nanog","asb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF64","fd20a07","E7FF64","nanog","samd14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF64","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ30","fd20a07","Q7ZZ30","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZ30","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVL3","fd20a07","zgc:77293","nanog","wnt16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR02","fd20a07","A0A0R4IR02","nanog","traf3ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR02","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDS2","fd20a07","R4GDS2","nanog","si:dkey-182i3.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVN6","fd20a07","Q1LVN6","nanog","mtss1la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEV3","fd20a07","F1QEV3","nanog","hsd3b7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRK0","fd20a07","zgc:92923","nanog","atp6v1f","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V-type proton ATPase subunit F","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISP1","fd20a07","fc85c01","nanog","pcnt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pericentrin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAL6","fd20a07","F1RAL6","nanog","epb41l4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FTT3","fd20a07","A4FTT3","nanog","rbpja","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4FTT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0U6","fd20a07","dnajc3","nanog","dnajc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ homolog subfamily C member 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJH0","fd20a07","E9QJH0","nanog","slc12a7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RMA3","fd20a07","Q1RMA3","nanog","gsx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RMA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PB05","fd20a07","F-box and WD repeat domain-containing 11-B","nanog","fbxw11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and WD repeat domain-containing 11-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSC0","fd20a07","A0A1D5NSC0","nanog","si:ch211-226l4.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIE7","fd20a07","E9QIE7","nanog","trarg1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6B9","fd20a07","B0S6B9","nanog","nrd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBD4","fd20a07","E7FBD4","nanog","si:dkey-288i20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYP1","fd20a07","F1QYP1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUP4","fd20a07","A0A0R4IUP4","nanog","si:dkey-244a7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNI7","fd20a07","F1QNI7","nanog","slc7a3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568Q5","fd20a07","Q568Q5","nanog","necab1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568Q5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICL0","fd20a07","A0A0R4ICL0","nanog","fam193a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCL8","fd20a07","BCL-6 corepressor isoform X1","nanog","bcor","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEU6","fd20a07","A0A0R4IEU6","nanog","si:ch211-223g7.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I81","fd20a07","Q66I81","nanog","mrpl17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66I81","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBR5","fd20a07","E9QBR5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4D6","fd20a07","Q0P4D6","nanog","tefm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4D6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL77","fd20a07","A0A0R4IL77","nanog","rrnad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL77","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5A9","fd20a07","CH211-158D24.1","nanog","golga1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgin A1 (Golgin subfamily A member 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZE7","fd20a07","E7EZE7","nanog","rassf8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3M3","fd20a07","E7F3M3","nanog","arhgef37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH96","fd20a07","X1WH96","nanog","si:dkeyp-50b9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH96","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HU7","fd20a07","Q66HU7","nanog","pxmp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCU1","fd20a07","E7FCU1","nanog","lrp10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5X0","fd20a07","F1R5X0","nanog","pygb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE51","fd20a07","E9QE51","nanog","tpx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE51","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM91","fd20a07","trpc4a","nanog","trpc4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transient receptor potential cation channel, subfamily C, member 4b","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBU0","fd20a07","E7FBU0","nanog","znf292a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHU9","fd20a07","A0A0R4IHU9","nanog","glrx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQT9","fd20a07","Q6IQT9","nanog","mpc2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Y3","fd20a07","F1R9Y3","nanog","smcr8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9Y3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642J4","fd20a07","Q642J4","nanog","impact","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q642J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGG2","fd20a07","LOC100001665","nanog","otulina","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibrous sheath CABYR-binding protein-like (OTU deubiquitinase with linear linkage-specificity a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK92","fd20a07","F1QK92","nanog","uqcc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK92","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ69","fd20a07","F1QJ69","nanog","otud7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ69","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI90","fd20a07","F1QI90","nanog","cbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI90","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4M4","fd20a07","E7F4M4","nanog","ccdc105","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4M4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXS9","fd20a07","E7EXS9","nanog","cd302","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAR7","fd20a07","E7FAR7","nanog","mns1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN79","fd20a07","BICD family-like cargo adapter 1 isoform X1","nanog","nfkb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BICD family-like cargo adapter 1 isoform X1 (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYX4","fd20a07","Low density lipoprotein receptor adapter protein 1 isoform X1","nanog","si:dkey-71h2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Low density lipoprotein receptor adapter protein 1 isoform X1 (Si:dkey-71h2.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1JPY5","fd20a07","cyp51","nanog","cyp51","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lanosterol 14-alpha demethylase (LDM) (EC 1.14.14.154) (Cytochrome P450 family member 51) (CYP51) (Sterol 14-alpha demethylase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMH7","fd20a07","dag","nanog","dag1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNQ1","fd20a07","A3KNQ1","nanog","hmg20a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZP9","fd20a07","aplnra","nanog","aplnra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apelin receptor A (Angiotensin II receptor-like 1a) (Angiotensin receptor-like 1a) (G-protein coupled receptor APJ A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8V3","fd20a07","A0A286Y8V3","nanog","si:dkey-164f24.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJ75","fd20a07","Integrator complex subunit 1","nanog","ints1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGY4","fd20a07","X1WGY4","nanog","brwd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPI4","fd20a07","A0A0A0MPI4","nanog","rreb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ91","fd20a07","F1QJ91","nanog","si:dkey-250k15.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ91","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB29","fd20a07","E7FB29","nanog","si:ch73-390b10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB29","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T9","fd20a07","cd163","nanog","cd63","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDF0","fd20a07","wu:fi34h02","nanog","kif20a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA42","fd20a07","F1QA42","nanog","atxn2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA42","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1C9","fd20a07","F1R1C9","nanog","ttc7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFU5","fd20a07","F1QFU5","nanog","ppig","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2E7","fd20a07","G1K2E7","nanog","cdh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P7X5","fd20a07","wu:fb30g12","nanog","kctd10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 3 (Potassium channel tetramerisation domain containing 10) (Potassium channel tetramerization domain-containing 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QN36","fd20a07","zgc:153297","nanog","peli1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pellino E3 ubiquitin protein ligase 1b (Protein pellino homolog 1) (Zgc:153297 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH39","fd20a07","Q6TH39","nanog","mob1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TH39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGC1","fd20a07","A0A140LGC1","nanog","faim2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ64","fd20a07","A0A0J9YJ64","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ64","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFU1","fd20a07","E9QFU1","nanog","mlnl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ63","fd20a07","med6","nanog","med6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 6 (Mediator complex subunit 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG45","fd20a07","cep135","nanog","cep135","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centrosomal protein of 135 kDa (Cep135)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHS7","fd20a07","Z4YHS7","nanog","tbccd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0B4J1A6","fd20a07","A0A0B4J1A6","nanog","igf2bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0B4J1A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE55","fd20a07","si:zc101n13.1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC767799 (Zgc:153169)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDB2","fd20a07","A0A2R8QDB2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L913","fd20a07","Q1L913","nanog","pik3c2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L913","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTZ9","fd20a07","F1QTZ9","nanog","si:ch1073-322p19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q903","fd20a07","F1Q903","nanog","si:dkey-6i22.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q903","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE84","fd20a07","X1WE84","nanog","caln1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE84","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLE8","fd20a07","Q5BLE8","nanog","retsat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4M7","fd20a07","B8A4M7","nanog","iqcc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4M7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPK2","fd20a07","hccsa","nanog","hccsa.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Holocytochrome c-type synthase (EC 4.4.1.17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BB6","fd20a07","zgc:154012","nanog","ints9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHT4","fd20a07","Q6DHT4","nanog","aldh6a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A501","fd20a07","B8A501","nanog","rsrp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A501","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW56","fd20a07","khdrbs1","nanog","khdrbs1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KH domain containing, RNA binding, signal transduction associated 1 (KH domain-containing, RNA-binding, signal transduction-associated 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P697","fd20a07","HSF","nanog","hsf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock factor protein 1 isoform X1 (Heat shock transcription factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGX5","fd20a07","X1WGX5","nanog","pum3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI59","fd20a07","F1QI59","nanog","ppp1cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI59","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4L6","fd20a07","F1Q4L6","nanog","sp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JML5","fd20a07","A0JML5","nanog","inavab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JML5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S728","fd20a07","B0S728","nanog","tmem71","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S728","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGL6","fd20a07","atp1a1","nanog","atp1a1a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium/potassium-transporting ATPase subunit alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSK5","fd20a07","F1QSK5","nanog","dctn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4L5","fd20a07","E7F4L5","nanog","prkcdb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4L5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFD6","fd20a07","gja9","nanog","gjd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gap junction protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XIZ6","fd20a07","gpd1l","nanog","gpd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycerol-3-phosphate dehydrogenase 1-like protein (EC 1.1.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSW1","fd20a07","A0A1D5NSW1","nanog","si:dkey-81l17.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","J7HE56","fd20a07","MEF2B","nanog","mef2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myocyte enhancer factor 2B (Myocyte-specific enhancer factor 2B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6F6","fd20a07","G protein-coupled receptor kinase","nanog","grk5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQD2","fd20a07","A0A0R4IQD2","nanog","sox4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAQ8","fd20a07","E7FAQ8","nanog","hnrnpa1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXS8","fd20a07","B0UXS8","nanog","pimr68","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMX2","fd20a07","A5PMX2","nanog","cdc14ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVN0","fd20a07","F1QVN0","nanog","lrrtm4l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1T5","fd20a07","F1R1T5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2L3","fd20a07","Ask1","nanog","map3k5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCQ7","fd20a07","E9QCQ7","nanog","pank1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK83","fd20a07","F1QK83","nanog","arv1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK83","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGM2","fd20a07","A0A2R8QGM2","nanog","pald1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I72","fd20a07","JAM","nanog","f11r.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Junctional adhesion molecule A (Junctional adhesion molecule 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUT4","fd20a07","zgc:85979","nanog","pabpn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISD4","fd20a07","A0A0R4ISD4","nanog","nudt12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH57","fd20a07","E7FH57","nanog","ccnjl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FH57","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDT4","fd20a07","TAF2G","nanog","taf9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription initiation factor TFIID subunit 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLG1","fd20a07","Q6TLG1","nanog","sypl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TLG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI81","fd20a07","F1QI81","nanog","her8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI81","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJX1","fd20a07","F1QJX1","nanog","ehmt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0V0","fd20a07","zgc:77712","nanog","hnrnph1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8X3","fd20a07","F1R8X3","nanog","dharma","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8X3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT71","fd20a07","CH211-281O21.2","nanog","sh3gl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endophilin-A2 (Endophilin-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB42","fd20a07","E7FB42","nanog","fat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB42","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEC1","fd20a07","R4GEC1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P4G9","fd20a07","si:dkey-261j4.7","nanog","orai2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ORAI calcium release-activated calcium modulator 2 (Protein orai-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNX5","fd20a07","F1QNX5","nanog","insra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RM42","fd20a07","A0A2R8RM42","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RM42","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHW0","fd20a07","F1QHW0","nanog","cyp20a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8CYR1","fd20a07","brd2","nanog","brd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromodomain-containing protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFT5","fd20a07","E7FFT5","nanog","hmgn6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE16","fd20a07","R4GE16","nanog","med13b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE16","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4L8","fd20a07","B8A4L8","nanog","wdr89","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4L8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDE0","fd20a07","E7FDE0","nanog","tmem138","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4B7","fd20a07","Histone deacetylase 6","nanog","hdac6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone deacetylase 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCB4","fd20a07","E9QCB4","nanog","slc17a9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q56A38","fd20a07","Q56A38","nanog","ak5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q56A38","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG48","fd20a07","F1QG48","nanog","tnfaip3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG48","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3B6","fd20a07","F8W3B6","nanog","clic4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3B6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBL8","fd20a07","protein-tyrosine-phosphatase","nanog","ptpn21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-tyrosine-phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW47","fd20a07","Cytoskeleton-associated protein 4","nanog","ckap4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytoskeleton-associated protein 4 (Zgc:85975)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3E4","fd20a07","F1R3E4","nanog","slc35a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CD0","fd20a07","Q08CD0","nanog","rnf220a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QET5","fd20a07","F1QET5","nanog","lipg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QET5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XFY4","fd20a07","Q5XFY4","nanog","bcl7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XFY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBR0","fd20a07","Q6DBR0","nanog","rpusd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DBR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA42","fd20a07","A0A0R4IA42","nanog","slc25a19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA42","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCM2","fd20a07","F1RCM2","nanog","prom1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG35","fd20a07","Q6DG35","nanog","cryabb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG35","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG70","fd20a07","SCD1","nanog","scd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","stearoyl-CoA 9-desaturase (EC 1.14.19.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYD6","fd20a07","B0UYD6","nanog","qars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGU9","fd20a07","A0A140LGU9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0S8","fd20a07","Q6P0S8","nanog","adob","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBJ9","fd20a07","F1RBJ9","nanog","tpk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5JEM4","fd20a07","A5JEM4","nanog","ndel1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5JEM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC22","fd20a07","glrb2","nanog","glrbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycine receptor beta subunit 2 (Glycine receptor subunit beta precursor) (Glycine receptor, beta b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKW3","fd20a07","F1QKW3","nanog","lama5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMF9","fd20a07","si:zc14a17.5","nanog","nedd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NEDD8 (Neddylin) (Ubiquitin-like protein Nedd8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566N6","fd20a07","Q566N6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5B3","fd20a07","B0S5B3","nanog","si:ch211-158d24.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5B3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BC0","fd20a07","Q08BC0","nanog","pim1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSJ6","fd20a07","F1QSJ6","nanog","slc9a6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NXU9","fd20a07","F6NXU9","nanog","zfhx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NXU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQX3","fd20a07","A0A0R4IQX3","nanog","bod1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIW1","fd20a07","F1QIW1","nanog","brf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW00","fd20a07","agk","nanog","agk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZT9","fd20a07","zgc:55876","nanog","srsf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine and arginine-rich-splicing factor 2b (Serine/arginine-rich splicing factor 2) (Zgc:55876 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T390","fd20a07","Q7T390","nanog","tecrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T390","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6B4","fd20a07","B0S6B4","nanog","map1sb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPB0","fd20a07","Q5SPB0","nanog","slc38a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SPB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YI98","fd20a07","oaz1a","nanog","oaz1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ornithine decarboxylase antizyme 1 (ODC antizyme, short form) (ODC-Az-S)","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEB2","fd20a07","R4GEB2","nanog","si:ch1073-357b18.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUZ0","fd20a07","A0A0R4IUZ0","nanog","lztfl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1IH00","fd20a07","golga2","nanog","golga2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgin subfamily A member 2 (Golgin A2) (cis-Golgi matrix protein GM130)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIV2","fd20a07","A0A0R4IIV2","nanog","pam","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJG8","fd20a07","A0A2R9YJG8","nanog","psme4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI46","fd20a07","E9QI46","nanog","coro1cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI46","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KIQ1","fd20a07","A0A0G2KIQ1","nanog","ythdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KIQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RUA0","fd20a07","A0A2R8RUA0","nanog","nucb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RUA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DI37","fd20a07","Q6DI37","nanog","ublcp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DI37","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6I4","fd20a07","F6P6I4","nanog","trub2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P6I4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGT6","fd20a07","E7FGT6","nanog","zgc:163022","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ46","fd20a07","Sodium channel and clathrin linker 1","nanog","sclt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium channel and clathrin linker 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVM6","fd20a07","Q7ZVM6","nanog","tia1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIM5","fd20a07","A2BIM5","nanog","sdhaf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXT3","fd20a07","zgc:63642","nanog","pygmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-1,4 glucan phosphorylase (EC 2.4.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB33","fd20a07","E7FB33","nanog","pdgfc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB33","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NHA0","fd20a07","F6NHA0","nanog","vcla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NHA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4V4","fd20a07","zgc:77673","nanog","ctnnbl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-catenin-like protein 1 (Catenin, beta-like 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMK6","fd20a07","scg2b","nanog","scg2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Secretogranin-2b (Secretogranin II b) [Cleaved into: Secretoneurin-b (SNb)]","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBP7","fd20a07","E9QBP7","nanog","fam149a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6W990","fd20a07","Q6W990","nanog","hoxa13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6W990","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9LDD9","fd20a07","glycine hydroxymethyltransferase","nanog","shmt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","glycine hydroxymethyltransferase (EC 2.1.2.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5E6","fd20a07","F1R5E6","nanog","calub","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5E6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXE0","fd20a07","DNA annealing helicase and endonuclease ZRANB3","nanog","zranb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA annealing helicase and endonuclease ZRANB3 (Zinc finger, RAN-binding domain-containing 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFJ7","fd20a07","A0A2R8QFJ7","nanog","slc7a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC64","fd20a07","X1WC64","nanog","si:dkeyp-84f3.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC64","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVJ9","fd20a07","F1QVJ9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNW6","fd20a07","F1QNW6","nanog","brd9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEV5","fd20a07","X1WEV5","nanog","si:ch211-284f22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDP5","fd20a07","R4GDP5","nanog","api5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KW52","fd20a07","A0A0G2KW52","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KW52","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PWU7","fd20a07","Q6PWU7","nanog","zic6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PWU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9D9","fd20a07","A0A0R4I9D9","nanog","ier5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9D9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9NJI7","fd20a07","Encephalopsin","nanog","opn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Encephalopsin (Opsin-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKH0","fd20a07","F1QKH0","nanog","si:ch211-1a19.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8N2","fd20a07","Platelet endothelial aggregation receptor 1","nanog","pear1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Platelet endothelial aggregation receptor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZE2","fd20a07","fc14a12","nanog","stt3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","dolichyl-diphosphooligosaccharide--protein glycotransferase (EC 2.4.99.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6S0","fd20a07","B0S6S0","nanog","ftr26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1J4","fd20a07","E7F1J4","nanog","dennd5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXC8","fd20a07","si:ch211-9a18.2","nanog","tubb6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin beta chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7N2","fd20a07","F1Q7N2","nanog","capn5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMH0","fd20a07","A5PMH0","nanog","atxn7l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE37","fd20a07","F1QE37","nanog","sirt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE37","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9N4","fd20a07","F1Q9N4","nanog","nudt8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9N4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBA8","fd20a07","F1QBA8","nanog","slc27a6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7S1","fd20a07","B0S7S1","nanog","mcm6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7S1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLH1","fd20a07","F1QLH1","nanog","ppifb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVK9","fd20a07","Q1LVK9","nanog","n4bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9F2","fd20a07","A0A0R4I9F2","nanog","lgals3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQI5","fd20a07","F1QQI5","nanog","kcnip1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYE1","fd20a07","E7EYE1","nanog","myom2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBL5","fd20a07","Q6PBL5","nanog","fam3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZV2","fd20a07","cb1025","nanog","mcm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA replication licensing factor MCM4 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVX9","fd20a07","A5WVX9","nanog","zdhhc17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R563","fd20a07","im:7142218","nanog","si:dkey-28b4.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA polymerase delta subunit 4 (Si:dkey-28b4.7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAA7","fd20a07","F1QAA7","nanog","acss2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0R9","fd20a07","wu:fb94g06","nanog","ap1s2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKA2","fd20a07","A0A0R4IKA2","nanog","rest","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGR5","fd20a07","zgc:92802","nanog","rgs17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulator of G-protein signaling 17 (Zgc:92802)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXM3","fd20a07","F1QXM3","nanog","tbc1d5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYN2","fd20a07","Q5TYN2","nanog","tnfrsf21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T368","fd20a07","wu:fc76a05","nanog","pdhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pyruvate dehydrogenase E1 component subunit beta (EC 1.2.4.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803Q2","fd20a07","ndel1b","nanog","ndel1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear distribution protein nudE-like 1-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG90","fd20a07","X1WG90","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG90","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMV4","fd20a07","A5PMV4","nanog","gig2p","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BB1","fd20a07","gfm1","nanog","gfm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongation factor G, mitochondrial (EF-Gmt) (Elongation factor G 1, mitochondrial) (mEF-G 1) (Elongation factor G1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XIX8","fd20a07","borcs5","nanog","borcs5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BLOC-1-related complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH61","fd20a07","ncapg2","nanog","ncapg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Condensin-2 complex subunit G2 (Chromosome-associated protein G2) (CAP-G2) (Non-SMC condensin II complex subunit G2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R866","fd20a07","Sin","nanog","polr3e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase III subunit RPC5 isoform X1 (Polymerase (RNA) III (DNA directed) polypeptide E)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B9X2H6","fd20a07","B9X2H6","nanog","cdkl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B9X2H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZC4","fd20a07","A0A1L1QZC4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSI7","fd20a07","F1QSI7","nanog","katnal2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1R7","fd20a07","F1R1R7","nanog","f13a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1R7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLJ1","fd20a07","B8JLJ1","nanog","ntrk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG62","fd20a07","A0A140LG62","nanog","arhgef11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG62","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFD4","fd20a07","F1QFD4","nanog","si:dkey-84j12.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHS9","fd20a07","F1QHS9","nanog","arid5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UZC8","fd20a07","vwc2l","nanog","vwc2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","von Willebrand factor C domain-containing protein 2-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4M2","fd20a07","B8A4M2","nanog","tmem234","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","M9MMA2","fd20a07","M9MMA2","nanog","si:ch211-129c21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M9MMA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBR3","fd20a07","E7FBR3","nanog","si:dkey-162b23.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHC3","fd20a07","Q6DHC3","nanog","slc25a40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2U0","fd20a07","F1R2U0","nanog","rnf144b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAH3","fd20a07","A0A0R4IAH3","nanog","eci2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJV3","fd20a07","F1QJV3","nanog","nlgn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4A9","fd20a07","Q0P4A9","nanog","ppp1r14ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4A9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQZ1","fd20a07","Splicing factor 3B subunit 1 isoform X1","nanog","sf3b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B subunit 1 isoform X1 (Splicing factor 3b, subunit 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5A4","fd20a07","B0S5A4","nanog","si:ch211-150o23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q613","fd20a07","A0A2R8Q613","nanog","si:ch211-163l21.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q613","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNT8","fd20a07","gnai2l","nanog","gnai2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein G(i) subunit alpha-2 (Adenylate cyclase-inhibiting G alpha protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYD6","fd20a07","zgc:76978","nanog","rab5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB5B, member RAS oncogene family (Ras-related protein Rab-5B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY36","fd20a07","E7EY36","nanog","si:ch73-269m14.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY36","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAC0","fd20a07","F1QAC0","nanog","rbm33a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTL0","fd20a07","fc06a08","nanog","pdcl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosducin-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLE9","fd20a07","F1QLE9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJG0","fd20a07","F1QJG0","nanog","nr5a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDZ8","fd20a07","im:7051384","nanog","nampt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nicotinamide phosphoribosyltransferase (NAmPRTase) (EC 2.4.2.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3R9","fd20a07","F1R3R9","nanog","gtf3c6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3R9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIC5","fd20a07","MCM3z","nanog","mcm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA replication licensing factor MCM3 (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKG1","fd20a07","F1QKG1","nanog","adtrp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK54","fd20a07","A0A0R4IK54","nanog","ccne2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK54","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5J8","fd20a07","E7F5J8","nanog","ncoa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJH0","fd20a07","A0A2R9YJH0","nanog","triobpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NQA9","fd20a07","Lysophospholipid acyltransferase 2 isoform X1","nanog","mboat2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysophospholipid acyltransferase 2 isoform X1 (Membrane-bound O-acyltransferase domain-containing 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBU7","fd20a07","zgc:114165","nanog","cox5aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMU5","fd20a07","A0A0R4IMU5","nanog","ror1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IG37","fd20a07","A0A0R4IG37","nanog","agtpbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IG37","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1M6","fd20a07","R-cadherin","nanog","cdh4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin-4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCC2","fd20a07","F1QCC2","nanog","ttyh3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AR69","fd20a07","A2AR69","nanog","itih6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AR69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q76LC6","fd20a07","rbm24","nanog","rbm24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA-binding protein 24 (RNA-binding motif protein 24) (RNA-binding protein SEB-4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEC0","fd20a07","E9QEC0","nanog","hnf1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IY00","fd20a07","A0A0R4IY00","nanog","mrpl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IY00","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9Z9","fd20a07","A0A2R8Q9Z9","nanog","capn15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9Z9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T4","fd20a07","zgc:56502","nanog","rad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN90","fd20a07","F1QN90","nanog","wwc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QN90","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBC1","fd20a07","F1QBC1","nanog","homer3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RXU4","fd20a07","A0A2R8RXU4","nanog","slit2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RXU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8B8W4","fd20a07","A8B8W4","nanog","larp6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8B8W4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQH6","fd20a07","F1QQH6","nanog","si:ch73-366i20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW79","fd20a07","A0A0R4IW79","nanog","kyat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW79","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICQ9","fd20a07","A0A0R4ICQ9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PUL9","fd20a07","Q9PUL9","nanog","mtch2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PUL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEJ7","fd20a07","H0WEJ7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IB19","fd20a07","A0A0R4IB19","nanog","katnal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IB19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD27","fd20a07","F1QD27","nanog","supt5h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIW0","fd20a07","A0A2R8QIW0","nanog","hdac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2F4","fd20a07","CH211-281O21.3","nanog","stap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Novel protein (Zgc:63913) (Signal transducing adaptor family member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KSG6","fd20a07","A0A0G2KSG6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KSG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","I6L846","fd20a07","I6L846","nanog","dnaaf3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I6L846","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTZ4","fd20a07","F1QTZ4","nanog","padi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJF7","fd20a07","A0A2R9YJF7","nanog","nr4a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF37","fd20a07","A2CF37","nanog","tnr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CF37","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBC8","fd20a07","X1WBC8","nanog","zfat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ51","fd20a07","E9QJ51","nanog","si:dkey-262g12.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ51","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q45QT2","fd20a07","Tbeta11","nanog","tmsb4x","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thymosin beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNG4","fd20a07","F1QNG4","nanog","hrasa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2S6","fd20a07","G1K2S6","nanog","narfl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFC4","fd20a07","E7FFC4","nanog","aifm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NXG0","fd20a07","fi45a01","nanog","arid2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AT-rich interactive domain 2 (ARID, RFX-like) (AT-rich interactive domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9P8","fd20a07","camk2ga","nanog","camk2g1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","calcium/calmodulin-dependent protein kinase (EC 2.7.11.17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0T6","fd20a07","B0R0T6","nanog","mblac2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4T3","fd20a07","FOG-A","nanog","zfpm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein ZFPM2 isoform X1 (Zinc finger protein, FOG family member 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYS4","fd20a07","B0UYS4","nanog","dera","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9Z3","fd20a07","A0A0R4I9Z3","nanog","si:dkey-238m4.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9Z3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5L2","fd20a07","F1Q5L2","nanog","stk11ip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEC3","fd20a07","E7FEC3","nanog","shisa2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC04","fd20a07","carm1","nanog","carm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone-arginine methyltransferase CARM1 (EC 2.1.1.319) (Coactivator-associated arginine methyltransferase 1) (Protein arginine N-methyltransferase 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6L3","fd20a07","F1Q6L3","nanog","foxn2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W315","fd20a07","F8W315","nanog","palld","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W315","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q256Z7","fd20a07","Q256Z7","nanog","b3galt6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q256Z7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4I8","fd20a07","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase","nanog","ppip5k1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inositol hexakisphosphate and diphosphoinositol-pentakisphosphate kinase (EC 2.7.4.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","P59889","fd20a07","P59889","nanog","slc39a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P59889","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXS3","fd20a07","B0UXS3","nanog","hmgxb4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVL3","fd20a07","Q1LVL3","nanog","aars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLG2","fd20a07","F1QLG2","nanog","mta2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","P09015","fd20a07","P09015","nanog","eng2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P09015","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNM5","fd20a07","A3KNM5","nanog","smim15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFR7","fd20a07","E7FFR7","nanog","mideasb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHQ8","fd20a07","lin9","nanog","lin9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein lin-9 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YID0","fd20a07","Z4YID0","nanog","sebox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YID0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA15","fd20a07","GCP3","nanog","tubgcp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZL6","fd20a07","F1QZL6","nanog","gpia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QP33","fd20a07","ppp2r5c","nanog","ppp2r5cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM58","fd20a07","F1QM58","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM58","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P6E5","fd20a07","zgc:77820","nanog","ndufb7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q504E7","fd20a07","Q504E7","nanog","szrd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q504E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QCI3","fd20a07","A0A2R8QCI3","nanog","ccdc88c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QCI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFR5","fd20a07","kita","nanog","kita","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mast/stem cell growth factor receptor kita (SCFR) (EC 2.7.10.1) (Tyrosine-protein kinase Kit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUY6","fd20a07","F1QUY6","nanog","rhbdd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYD1","fd20a07","A0A0R4IYD1","nanog","soul3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3E6","fd20a07","bmi1b","nanog","bmi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polycomb complex protein BMI-1-B (Polycomb group RING finger protein 4-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BL29","fd20a07","Q5BL29","nanog","slc39a9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BL29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KGZ3","fd20a07","A3KGZ3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KGZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCB2","fd20a07","E7FCB2","nanog","si:dkey-58f6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDB3","fd20a07","nanos1","nanog","nanos1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nanos homolog 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R646","fd20a07","F1R646","nanog","gpsm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R646","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD18","fd20a07","F1QD18","nanog","casp8ap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD18","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGT1","fd20a07","Cell cycle and apoptosis regulator 2","nanog","ccar2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell cycle and apoptosis regulator 2 (Cell cycle and apoptosis regulator protein 2 isoform X3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVK8","fd20a07","ERK1","nanog","mapk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN59","fd20a07","F1QN59","nanog","ksr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QN59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98875","fd20a07","dlx1a","nanog","dlx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein Dlx1a (DLX-1) (Distal-less homeobox gene 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Z6","fd20a07","wu:fc23c07","nanog","hbs1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","HBS1-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P135","fd20a07","Q6P135","nanog","tmub1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P135","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE40","fd20a07","E7FE40","nanog","nemp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE40","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH32","fd20a07","TR2","nanog","nr2c1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 2 group C member 1 isoform X1 (Nuclear receptor subfamily 2, group C, member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGR6","fd20a07","ncbp2","nanog","ncbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P046","fd20a07","F6P046","nanog","msrb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P046","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISZ9","fd20a07","I3ISZ9","nanog","si:dkey-260c8.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHT3","fd20a07","cb359","nanog","pigq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC46","fd20a07","X1WC46","nanog","si:ch211-157j23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC46","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWK5","fd20a07","Q1LWK5","nanog","ints14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6K4","fd20a07","F1Q6K4","nanog","scube2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6K4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIP2","fd20a07","A0A2R8RIP2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBS5","fd20a07","si:ch73-15b2.6","nanog","tomm6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A6H8Q3","fd20a07","A6H8Q3","nanog","mybphb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A6H8Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB06","fd20a07","E7FB06","nanog","itpr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB06","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W530","fd20a07","F8W530","nanog","acyp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W530","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0W7","fd20a07","B0V0W7","nanog","mplkip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0W7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTJ2","fd20a07","F1QTJ2","nanog","txnl4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG48","fd20a07","A4IG48","nanog","btbd10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG48","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDP4","fd20a07","LOC100332095","nanog","larp4aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","La ribonucleoprotein 4Aa (La-related protein 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRV8","fd20a07","A0A2R8QRV8","nanog","unc119a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QB27","fd20a07","A0A2R8QB27","nanog","si:ch211-1i11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QB27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSI1","fd20a07","A0A1D5NSI1","nanog","kdm6ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJJ8","fd20a07","B3DJJ8","nanog","czib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVJ4","fd20a07","fb76c07","nanog","msl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MSL complex subunit 2b (Male-specific lethal 2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4J6S2","fd20a07","A0A0R4J6S2","nanog","pou6f2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4J6S2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0EVP6","fd20a07","SOCS5L","nanog","socs5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXZ9","fd20a07","Q1LXZ9","nanog","skor1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1Y0","fd20a07","A0A2R8Q1Y0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1Y0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUM0","fd20a07","ywhaq","nanog","ywhaqa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWM3","fd20a07","A0A0R4IWM3","nanog","gak","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0A8","fd20a07","Q6P0A8","nanog","nhlh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYN5","fd20a07","rxrba","nanog","rxrba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Retinoic acid receptor RXR-beta-A (Nuclear receptor subfamily 2 group B member 2-A) (Retinoid X receptor beta-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA20","fd20a07","A0A0R4IA20","nanog","nupr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA20","tf-link","27924024","regulates","txid7955" +"A5JNG8","L7YAI7","fd20a07","b4gat1","nanog","b4gat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-glucuronyltransferase 1 (EC 2.4.1.-) (I-beta-1,3-N-acetylglucosaminyltransferase) (N-acetyllactosaminide beta-1,3-N-acetylglucosaminyltransferase) (Poly-N-acetyllactosamine extension enzyme) (UDP-GlcNAc:betaGal beta-1,3-N-acetylglucosaminyltransferase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F092","fd20a07","Cyclin-dependent kinase 13","nanog","cdk13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase 13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB89","fd20a07","fc08b04","nanog","dync1li2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light intermediate chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEK1","fd20a07","H0WEK1","nanog","znf1020","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVK4","fd20a07","Q1LVK4","nanog","foxg1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKR9","fd20a07","A0A0R4IKR9","nanog","ghrhra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0S7","fd20a07","B0R0S7","nanog","trhde.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJV5","fd20a07","B8JJV5","nanog","smim13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z7","fd20a07","F1Q6Z7","nanog","ppp2cab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Z7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWJ5","fd20a07","F1QWJ5","nanog","map2k2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC37","fd20a07","X1WC37","nanog","nr1d4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC37","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5A4","fd20a07","F8W5A4","nanog","si:ch73-236e11.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYX2","fd20a07","A0A0R4IYX2","nanog","si:dkey-25i10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","P53407","fd20a07","P53407","nanog","isl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P53407","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWI2","fd20a07","A5WWI2","nanog","cmpk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK15","fd20a07","aacs","nanog","aacs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acetoacetyl-CoA synthetase (EC 6.2.1.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKE3","fd20a07","F1QKE3","nanog","mpp6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0H4","fd20a07","B0V0H4","nanog","bmpr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS86","fd20a07","fa56g11","nanog","si:dkey-46g23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-2-macroglobulin-like precursor (Si:dkey-46g23.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S503","fd20a07","B0S503","nanog","stc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S503","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZM0","fd20a07","F1QZM0","nanog","mrps35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q598","fd20a07","F1Q598","nanog","cabin1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q598","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDA5","fd20a07","F1QDA5","nanog","fmnl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZH4","fd20a07","A8DZH4","nanog","xpr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE02","fd20a07","R4GE02","nanog","si:ch211-113a14.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE02","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYS4","fd20a07","pbp","nanog","pebp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH31","fd20a07","zgc:103715","nanog","aldh3a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFS1","fd20a07","E7FFS1","nanog","fndc3bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNW1","fd20a07","F1QNW1","nanog","zc3h11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803N5","fd20a07","Q803N5","nanog","tardbpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803N5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGR1","fd20a07","Q5RGR1","nanog","tmem244","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1R2","fd20a07","F1R1R2","nanog","trmt11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1R2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV80","fd20a07","si:ch211-235e9.6","nanog","si:ch211-235e9.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJ18","fd20a07","Q5BJ18","nanog","hsbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BJ18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0R1","fd20a07","F1R0R1","nanog","brd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPL8","fd20a07","fi15f05","nanog","cfdp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Craniofacial development protein 1 (Bucentaur)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IB61","fd20a07","Q9IB61","nanog","blcap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9IB61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXJ6","fd20a07","F1QXJ6","nanog","lrriq1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGS3","fd20a07","F1QGS3","nanog","tut1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRE6","fd20a07","Large ribosomal subunit protein uL11","nanog","rpl12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein uL11 (60S ribosomal protein L12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLA0","fd20a07","A0A2R8QLA0","nanog","rnf145a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPF7","fd20a07","fb58d08","nanog","cth","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cystathionine gamma-lyase (EC 4.4.1.1) (Cysteine-protein sulfhydrase) (Gamma-cystathionase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKJ9","fd20a07","B3DKJ9","nanog","pold1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU98","fd20a07","Q1LU98","nanog","gmnn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LU98","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLV7","fd20a07","B8JLV7","nanog","vma21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGV2","fd20a07","X1WGV2","nanog","msh5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCD3","fd20a07","X1WCD3","nanog","slirp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F184","fd20a07","si:dkey-92f12.2","nanog","si:dkey-92f12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUN domain-containing protein 2-like (Si:dkey-92f12.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHD1","fd20a07","F1QHD1","nanog","fam122b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KME9","fd20a07","cb96","nanog","prps1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribose-phosphate pyrophosphokinase 1 (EC 2.7.6.1) (Phosphoribosyl pyrophosphate synthase I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDR1","fd20a07","F1QDR1","nanog","cyth1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9D0","fd20a07","A0A0R4I9D0","nanog","hoxb5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIC0","fd20a07","elp3","nanog","elp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongator complex protein 3 (EC 2.3.1.-) (tRNA uridine(34) acetyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WES8","fd20a07","X1WES8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WES8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYD1","fd20a07","romo1","nanog","romo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2LDA1","fd20a07","Q2LDA1","nanog","col2a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2LDA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ75","fd20a07","F1QQ75","nanog","si:dkey-65b13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ75","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGD0","fd20a07","F1QGD0","nanog","pcf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWA5","fd20a07","A0A0R4IWA5","nanog","elp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F083","fd20a07","E7F083","nanog","armc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F083","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY31","fd20a07","E7EY31","nanog","ccdc57","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY31","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Y7","fd20a07","DNA polymerase kappa","nanog","polk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA polymerase kappa","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEB4","fd20a07","si:dkey-215k6.6","nanog","golga3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgin A3 (Golgin subfamily A member 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFS9","fd20a07","X1WFS9","nanog","si:ch211-135n15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI36","fd20a07","cb896spalt","nanog","sall1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sal-like protein 1 (Spalt-like transcription factor 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBK1","fd20a07","Q6PBK1","nanog","ccdc58","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGZ3","fd20a07","A2BGZ3","nanog","ankra2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z00","fd20a07","fgfr1a","nanog","fgfr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor receptor 1-A (FGFR-1-A) (bFGF-R-1-A) (EC 2.7.10.1) (Basic fibroblast growth factor receptor 1-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG39","fd20a07","A4IG39","nanog","igsf21b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9B7","fd20a07","A0A0R4I9B7","nanog","fitm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRF9","fd20a07","F1QRF9","nanog","foxm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3R4","fd20a07","F1R3R4","nanog","dscc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAW8","fd20a07","fb34c06","nanog","ash2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ash2-like, histone lysine methyltransferase complex subunit (Set1/Ash2 histone methyltransferase complex subunit ASH2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F597","fd20a07","E7F597","nanog","slc41a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F597","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDD4","fd20a07","X1WDD4","nanog","si:dkey-221l4.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PR44","fd20a07","Q5PR44","nanog","sat2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PR44","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R1D5","fd20a07","suz12b","nanog","suz12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polycomb protein suz12-B (Suppressor of zeste 12 protein homolog B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5VSI8","fd20a07","Q5VSI8","nanog","cyp39a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5VSI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZV4","fd20a07","A0A1L1QZV4","nanog","brsk2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R839","fd20a07","F1R839","nanog","syap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R839","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PGZ9","fd20a07","zgc:63493","nanog","efna1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephrin-A1a","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4X7","fd20a07","F1Q4X7","nanog","stk19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FER1","fd20a07","E7FER1","nanog","wdr76","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FER1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R751","fd20a07","F1R751","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R751","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2X4","fd20a07","E7F2X4","nanog","snx19b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2X4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGH0","fd20a07","A0A0R4IGH0","nanog","rnf130","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QI36","fd20a07","A0A2R8QI36","nanog","asb18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QI36","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKD4","fd20a07","F1QKD4","nanog","gfi1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGR3","fd20a07","E7FGR3","nanog","exoc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYT0","fd20a07","zgc:65951","nanog","rad23b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UV excision repair protein RAD23","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJS6","fd20a07","A0A2R8QJS6","nanog","ppef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R3P9C0","fd20a07","A0A0R3P9C0","nanog","dtwd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R3P9C0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGS0","fd20a07","snrpc","nanog","snrpc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGQ1","fd20a07","Q6DGQ1","nanog","nkiras1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM62","fd20a07","F1QM62","nanog","snx13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM62","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q589","fd20a07","F1Q589","nanog","deptor","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q589","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHS4","fd20a07","A0A2R8QHS4","nanog","fgd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6QA33","fd20a07","hsd17b12b","nanog","hsd17b12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Very-long-chain 3-oxoacyl-CoA reductase-B (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-B) (17-beta-HSD 12-B) (zf3.3) (zfHSD17B12B) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-B) (EC 1.1.1.62)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN39","fd20a07","A5PN39","nanog","cryz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PN39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AR64","fd20a07","A2AR64","nanog","rca2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AR64","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66PG1","fd20a07","large2","nanog","large2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Xylosyl- and glucuronyltransferase LARGE2s (EC 2.4.-.-) (Glycosyltransferase-like 1B) (LARGE xylosyl- and glucuronyltransferase 2) [Includes: Alpha-1,3-xylosyltransferase LARGE2 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE2 (EC 2.4.1.-)]","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH07","fd20a07","FLOT1","nanog","flot1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Flotillin","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBR6","fd20a07","X1WBR6","nanog","cfap92","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG24","fd20a07","E7FG24","nanog","si:dkeyp-9d4.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FG24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPE8","fd20a07","F1QPE8","nanog","cracr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS77","fd20a07","F1QS77","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRJ4","fd20a07","A0A0R4IRJ4","nanog","prr12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTW7","fd20a07","F1QTW7","nanog","thada","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGK0","fd20a07","A2BGK0","nanog","cds2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDU0","fd20a07","X1WDU0","nanog","rbis","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R852","fd20a07","F1R852","nanog","tm9sf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R852","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTZ4","fd20a07","fb37g12","nanog","fbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","rRNA 2'-O-methyltransferase fibrillarin (Histone-glutamine methyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK38","fd20a07","F1QK38","nanog","crcp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK38","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6R7","fd20a07","F1R6R7","nanog","camkvl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6R7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6RVD7","fd20a07","sox21b","nanog","sox21b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-21-B (SRY-box containing gene 21b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD51","fd20a07","X1WD51","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD51","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0F7","fd20a07","E7F0F7","nanog","si:zfos-80g12.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0F7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P117","fd20a07","COUP","nanog","nr2f6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 2, group F, member 6 (Nuclear receptor subfamily 2, group F, member 6a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3A7","fd20a07","Q5U3A7","nanog","opa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3A7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF24","fd20a07","F1QF24","nanog","c7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF24","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUL0","fd20a07","A0A0R4IUL0","nanog","fkbp15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1I0","fd20a07","E7F1I0","nanog","LOC100535121","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCC4","fd20a07","X1WCC4","nanog","si:dkeyp-19h3.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2F9","fd20a07","E7F2F9","nanog","wnk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2F9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB93","fd20a07","F1RB93","nanog","capslb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB93","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8R9","fd20a07","F1R8R9","nanog","epdl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8R9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMU2","fd20a07","A0A2R8QMU2","nanog","znf991","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK51","fd20a07","F1QK51","nanog","ca4c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK51","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQ51","fd20a07","A0A0R4IQ51","nanog","tlk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQ51","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCQ0","fd20a07","cnbp","nanog","cnbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCHC-type zinc finger, nucleic acid-binding protein b (Zinc finger protein 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJA5","fd20a07",";","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2B 1/2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAN6","fd20a07","Kinesin family member 20Ba","nanog","kif20ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 20Ba (Kinesin-like protein KIF20B isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNM0","fd20a07","A3KNM0","nanog","zbbx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0X1","fd20a07","zgc:85813","nanog","pccb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Propionyl-CoA carboxylase beta chain, mitochondrial (EC 6.4.1.3) (Propanoyl-CoA:carbon dioxide ligase subunit beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","C1JIE2","fd20a07","si:ch211-152c2.1","nanog","sim1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SIM bHLH transcription factor 1b (Sim1b long isoform)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KSE4","fd20a07","A0A0G2KSE4","nanog","slc7a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KSE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1B0","fd20a07","F1R1B0","nanog","dnajb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1B0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB10","fd20a07","E7FB10","nanog","pim3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB10","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX71","fd20a07","A0A0R4IX71","nanog","si:ch211-209l18.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX71","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PL50","fd20a07","A5PL50","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PL50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEP8","fd20a07","A2CEP8","nanog","fam102ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP65","fd20a07","Proto-oncogene c-Fos","nanog","si:ch211-153j24.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proto-oncogene c-Fos (Si:ch211-153j24.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXC1","fd20a07","Q6NXC1","nanog","rbm4.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NXC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH20","fd20a07","Q6TH20","nanog","drg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TH20","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YAT1","fd20a07","A0A286YAT1","nanog","pdzd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YAT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMS3","fd20a07","A0A0R4IMS3","nanog","rpl24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5Q1","fd20a07","F8W5Q1","nanog","LOC100002141","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5Q1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWZ2","fd20a07","F1QWZ2","nanog","fbxl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8QHA4","fd20a07","fam101a","nanog","rflna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Family with sequence similarity 101, member A (Protein FAM101A) (Refilin A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6C4","fd20a07","wu:fb82g12","nanog","dek","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DEK proto-oncogene (Protein DEK)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9J8","fd20a07","F1Q9J8","nanog","cttnbp2nla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YA42","fd20a07","A0A286YA42","nanog","si:ch73-366l1.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YA42","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I903","fd20a07","icat","nanog","ctnnbip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-catenin-interacting protein (Catenin, beta-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFC0","fd20a07","F1QFC0","nanog","hspa9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BM8","fd20a07","cnot7","nanog","cnot7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCR4-NOT transcription complex subunit 7 (EC 3.1.13.4) (CCR4-associated factor 1) (CAF-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRS8","fd20a07","A0A0R4IRS8","nanog","ssr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3R3","fd20a07","Q5U3R3","nanog","ptp4a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0T1","fd20a07","B0R0T1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIQ4","fd20a07","klf11","nanog","klf11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Krueppel-like factor 11 isoform X1 (Kruppel-like factor 11a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGI4","fd20a07","cb714","nanog","atp1b3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R540","fd20a07","rtn1","nanog","rtn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reticulon","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R215","fd20a07","si:ch211-245h14.3","nanog","gtf3c2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q369","fd20a07","A0A2R8Q369","nanog","znf281a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q369","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R953","fd20a07","F1R953","nanog","arvcfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R953","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKS1","fd20a07","A0A0R4IKS1","nanog","tgm1l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXK7","fd20a07","Q6AXK7","nanog","cldnd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RPZ5","fd20a07","A0A2R8RPZ5","nanog","kdm2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RPZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P6E0","fd20a07","mg:bb02g11","nanog","atp5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YHE8","fd20a07","tcf7l1a","nanog","tcf7l1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor 7-like 1-A (HMG box transcription factor 3-A) (TCF-3) (TCF-3-A) (zTcf-3) (Protein headless)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGP2","fd20a07","syf2","nanog","syf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing factor syf2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0F6","fd20a07","B0V0F6","nanog","fam117bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Z1","fd20a07","F1Q5Z1","nanog","paxip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7I7","fd20a07","F1Q7I7","nanog","cnnm4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY59","fd20a07","si:dkey-81e3.1","nanog","si:dkey-81e3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dedicator of cytokinesis protein 4 isoform X1 (Si:dkey-81e3.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRF0","fd20a07","Q6DRF0","nanog","rnf113a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVH6","fd20a07","F1QVH6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P007","fd20a07","Q6P007","nanog","dcun1d2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P007","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4C0","fd20a07","A0A2R8Q4C0","nanog","tmtopsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4C0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5I7","fd20a07","B8A5I7","nanog","ssbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE43","fd20a07","X1WE43","nanog","plekhg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL52","fd20a07","F1QL52","nanog","kmt2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL52","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JT69","fd20a07","A9JT69","nanog","hic1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JT69","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRV6","fd20a07","F1QRV6","nanog","nap1l4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1H1","fd20a07","E7F1H1","nanog","fbrs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVZ2","fd20a07","marchf2","nanog","marchf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase MARCHF2 (EC 2.3.2.27) (Membrane-associated RING finger protein 2) (Membrane-associated RING-CH protein II) (MARCH-II) (RING finger protein 172) (RING-type E3 ubiquitin transferase MARCHF2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN54","fd20a07","kif3b","nanog","kif3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin-like protein KIF3B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803L7","fd20a07","Q803L7","nanog","rhogc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU97","fd20a07","Q7ZU97","nanog","zfand5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZU97","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM53","fd20a07","F1QM53","nanog","iscub","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM53","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0E8","fd20a07","Exportin 1","nanog","xpo1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REH9","fd20a07","F1REH9","nanog","arhgef18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDZ5","fd20a07","A0A0R4IDZ5","nanog","kdm3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4B3","fd20a07","F1R4B3","nanog","ek1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4B3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH05","fd20a07","Q5RH05","nanog","stk38l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8L0","fd20a07","F1Q8L0","nanog","mrpl46","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWH7","fd20a07","F1QWH7","nanog","kif15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUY1","fd20a07","F1QUY1","nanog","tspan35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2LJ24","fd20a07","Fibroblast growth factor","nanog","fgf20b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KCJ6","fd20a07","A0A0G2KCJ6","nanog","btbd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KCJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4Q6","fd20a07","F1R4Q6","nanog","pum2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4Q6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I18","fd20a07","Q66I18","nanog","rnf103","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66I18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2E0","fd20a07","cd82","nanog","cd82b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE13","fd20a07","lgr4","nanog","lgr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat-containing G-protein coupled receptor 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWG4","fd20a07","sfrs3","nanog","srsf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine and arginine-rich-splicing factor 3b (Serine/arginine-rich splicing factor 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T1S3","fd20a07","yy1","nanog","yy1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor YY1 (Transcriptional repressor protein YY1) (YY1 transcription factor a) (Yy1a protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5H8","fd20a07","yes1","nanog","yes1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6W9E1","fd20a07","Q6W9E1","nanog","figla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6W9E1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCJ0","fd20a07","F1RCJ0","nanog","aasdhppt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA92","fd20a07","BTB/POZ domain-containing protein KCTD5-like isoform X2","nanog","kctd17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing protein KCTD5-like isoform X2 (Potassium channel tetramerization domain-containing 17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7Q9","fd20a07","F1R7Q9","nanog","znf654","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7Z2","fd20a07","E7F7Z2","nanog","si:ch211-133l11.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISK1","fd20a07","AF4/FMR2 family member 4 isoform X2","nanog","aff4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZDC8","fd20a07","F-box/WD repeat-containing protein 7","nanog","fbxw7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box/WD repeat-containing protein 7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH17","fd20a07","F1QH17","nanog","mical3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1P4","fd20a07","cb261","nanog","sesn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sestrin-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAE0","fd20a07","A0A0R4IAE0","nanog","msh6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC03","fd20a07","zgc:171680","nanog","zyx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zyxin","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSZ8","fd20a07","A0A1D5NSZ8","nanog","si:dkeyp-75h12.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHS6","fd20a07","B8JHS6","nanog","fancl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAM7","fd20a07","arylamine N-acetyltransferase","nanog","si:dkey-78a14.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","arylamine N-acetyltransferase (EC 2.3.1.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCG8","fd20a07","F1RCG8","nanog","ankrd49","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF23","fd20a07","A2CF23","nanog","invs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CF23","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ING6","fd20a07","zgc:77424","nanog","camlg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guided entry of tail-anchored proteins factor (Calcium signal-modulating cyclophilin ligand)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H6","fd20a07","F1Q5H6","nanog","fibpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RI06","fd20a07","Q5RI06","nanog","ptgs2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RI06","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPI7","fd20a07","A0A2R8QPI7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2H2","fd20a07","E7F2H2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2H2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9A6","fd20a07","A0A0R4I9A6","nanog","myd88","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEE4","fd20a07","A0A0R4IEE4","nanog","si:ch211-62a1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AXX2","fd20a07","tbx1","nanog","tbx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor TBX1 (T-box protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY13","fd20a07","E7EY13","nanog","chdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIJ3","fd20a07","A2BIJ3","nanog","bsdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI18","fd20a07","F1QI18","nanog","cited1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDG9","fd20a07","fynb","nanog","fynb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase fynb (EC 2.7.10.2) (Proto-oncogene c-Fynb)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ57","fd20a07","F1QQ57","nanog","plekha8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ57","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R1D0","fd20a07","CH211-265P12.8","nanog","psmc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXK1","fd20a07","Q1LXK1","nanog","si:dkeyp-113d7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEM8","fd20a07","E9QEM8","nanog","pgbd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8B7","fd20a07","F1R8B7","nanog","eipr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5M5","fd20a07","B0S5M5","nanog","lss","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGE1","fd20a07","X1WGE1","nanog","card11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F368","fd20a07","Protein kinase C","nanog","prkcea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase C (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYJ2","fd20a07","F1QYJ2","nanog","rbsn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZ31","fd20a07","cb438","nanog","ccng2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q8N1","fd20a07","A0A2R8Q8N1","nanog","ralgapa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q8N1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P121","fd20a07","Q6P121","nanog","fam126a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P121","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TKR7","fd20a07","Q5TKR7","nanog","fgf18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TKR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4H7","fd20a07","B8A4H7","nanog","cdc25d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4H7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU93","fd20a07","Q1LU93","nanog","abitram","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LU93","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHR3","fd20a07","A0A2R8QHR3","nanog","desi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHP4","fd20a07","Down syndrome cell adhesion molecule-like 1","nanog","dscaml1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Down syndrome cell adhesion molecule-like 1 (Down syndrome cell adhesion molecule-like protein 1 isoform X5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLT2","fd20a07","F1QLT2","nanog","atp13a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN43","fd20a07","A5PN43","nanog","tmem175","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PN43","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2YDS5","fd20a07","Q2YDS5","nanog","scnm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2YDS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFQ4","fd20a07","A0A140LFQ4","nanog","lrrn3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q307I6","fd20a07","WW domain-containing transcription regulator 1","nanog","wwtr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PY30","fd20a07","A0A2R8PY30","nanog","LOC100332770","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PY30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R509","fd20a07","zgc:158782","nanog","mto1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein MTO1 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9N2","fd20a07","LOC560627","nanog","LOC560627","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytosolic 5'-nucleotidase 1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS81","fd20a07","F1QS81","nanog","znf1004","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS81","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZE7","fd20a07","A8DZE7","nanog","sdr42e1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISY5","fd20a07","I3ISY5","nanog","setd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTP4","fd20a07","A0A2R8RTP4","nanog","grid2ipa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RTP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8K1","fd20a07","zgc:153612","nanog","hspa12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK10","fd20a07","A3QK10","nanog","fzd9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QK10","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PRC2","fd20a07","Q5PRC2","nanog","mfsd13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PRC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCM9","fd20a07","E7FCM9","nanog","znf593","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8L1","fd20a07","nudt4","nanog","nudt4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZB0","fd20a07","E7EZB0","nanog","fam161b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R408","fd20a07","F1R408","nanog","cited2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R408","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F390","fd20a07","E7F390","nanog","tepsin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F390","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7H8","fd20a07","F1Q7H8","nanog","zdhhc20a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7H8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFM9","fd20a07","E9QFM9","nanog","dnai1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RU06","fd20a07","A0A2R8RU06","nanog","afap1l1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RU06","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLV2","fd20a07","B8JLV2","nanog","emp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCS1","fd20a07","X1WCS1","nanog","si:dkey-16p21.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QB05","fd20a07","A0A2R8QB05","nanog","tjp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYK3","fd20a07","A0A0R4IYK3","nanog","ctdsplb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE34","fd20a07","X1WE34","nanog","irgq1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE34","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRF4","fd20a07","F1QRF4","nanog","pax1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKD6","fd20a07","B8JKD6","nanog","nanp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWX4","fd20a07","fj86h06","nanog","spra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sepiapterin reductase (EC 1.1.1.153)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FUN5","fd20a07","rab43","nanog","isy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ISY1-splicing factor homolog (Pre-mRNA-splicing factor ISY1 homolog) (Rab43 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4V9","fd20a07","F1Q4V9","nanog","rxraa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4V9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QSV0","fd20a07","A0A2R8QSV0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QSV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZT8","fd20a07","A0A0R4IZT8","nanog","stpg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJS1","fd20a07","F1QJS1","nanog","miga2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP47","fd20a07","F1QP47","nanog","slc15a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP47","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KYF2","fd20a07","A0A0G2KYF2","nanog","LOC564564","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KYF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTI3","fd20a07","rarab","nanog","rarab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UVK2","fd20a07","supt6h","nanog","supt6h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription elongation factor SPT6 (Protein pandora)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4V8","fd20a07","E7F4V8","nanog","pex2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4V8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803K8","fd20a07","creb1","nanog","creb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q694","fd20a07","F1Q694","nanog","gtpbp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q694","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBF8","fd20a07","F1RBF8","nanog","kcnh1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8S3","fd20a07","F1R8S3","nanog","plcd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXA3","fd20a07","wu:fa05d01","nanog","gtf2e2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription initiation factor IIE subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAF7","fd20a07","LOC565819","nanog","si:ch211-13k12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA polymerase II elongation factor ELL2 isoform X1 (Si:ch211-13k12.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJP5","fd20a07","E9QJP5","nanog","fam217b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Y3","fd20a07","F1Q6Y3","nanog","reep3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Y3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QUV2","fd20a07","A0A2R8QUV2","nanog","hoxc6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QUV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZM2","fd20a07","sec61al1","nanog","sec61al1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein transport protein Sec61 subunit alpha-like 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPZ7","fd20a07","A3KPZ7","nanog","slc39a7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKB6","fd20a07","F1QKB6","nanog","slc39a6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4W3","fd20a07","F2Z4W3","nanog","zbtb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4W3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561X4","fd20a07","zgc:110552","nanog","nfyba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4U8","fd20a07","A0A2R8Q4U8","nanog","robo2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4U8","tf-link","27924024","regulates","txid7955" +"A5JNG8","P26630","fd20a07","pax6a","nanog","pax6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paired box protein Pax-6 (Pax[Zf-a])","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISR8","fd20a07","A0A0R4ISR8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566Y8","fd20a07","magoh","nanog","magoh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein mago nashi homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBW7","fd20a07","Q6PBW7","nanog","rps19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH04","fd20a07","E9QH04","nanog","flvcr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH04","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXT6","fd20a07","A0A0R4IXT6","nanog","cog1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNT4","fd20a07","F1QNT4","nanog","ugcg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4A4","fd20a07","F1R4A4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4A4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ70","fd20a07","F1QQ70","nanog","fkbp14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ70","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YI11","fd20a07","Z4YI11","nanog","phf10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YI11","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IBD0","fd20a07","celf1","nanog","celf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUF7","fd20a07","F1QUF7","nanog","sigmar1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8Y4","fd20a07","E7F8Y4","nanog","u2af2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL34","fd20a07","fu33g07","nanog","nudt9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribose pyrophosphatase, mitochondrial precursor (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8J2","fd20a07","F1Q8J2","nanog","ubr5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS2","fd20a07","F1QKS2","nanog","sergef","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9N4","fd20a07","bax","nanog","baxa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-associated X, apoptosis regulator a (Bax) (Bcl2-associated X protein, a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAL8","fd20a07","E7FAL8","nanog","sccpdha.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7J1","fd20a07","F1Q7J1","nanog","apool","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUI4","fd20a07","TXN","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R125","fd20a07","B0R125","nanog","chic1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R125","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KGK2","fd20a07","A0A0G2KGK2","nanog","npr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KGK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUZ0","fd20a07","cops8","nanog","cops8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COP9 signalosome complex subunit 8 (Signalosome subunit 8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYR0","fd20a07","Q6NYR0","nanog","shmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4X2","fd20a07","F1Q4X2","nanog","atrnl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4X2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F258","fd20a07","E7F258","nanog","hpgd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F258","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2YDR6","fd20a07","Q2YDR6","nanog","acot11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2YDR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDA7","fd20a07","X1WDA7","nanog","maptb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQT7","fd20a07","F1QQT7","nanog","ndfip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F895","fd20a07","E7F895","nanog","adnpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F895","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ88","fd20a07","e2f8","nanog","e2f8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor E2F8 (E2F-8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJP9","fd20a07","F1QJP9","nanog","rexo4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBH4","fd20a07","dynll2","nanog","dynll1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6J0","fd20a07","F1Q6J0","nanog","LOC100331077","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUT7","fd20a07","wu:fe48f07","nanog","riok2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PEJ8","fd20a07","F6PEJ8","nanog","sc:d0202","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PEJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGW6","fd20a07","A2BGW6","nanog","utp11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCR2","fd20a07","X1WCR2","nanog","si:dkey-285b23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4J0","fd20a07","si:ch211-232m8.6","nanog","pttg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Securin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I22","fd20a07","srrt","nanog","srrt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serrate RNA effector molecule homolog (Arsenite-resistance protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNB9","fd20a07","Hypoxia-inducible factor 1-alpha","nanog","hif1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hypoxia-inducible factor 1-alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5X5","fd20a07","A1A5X5","nanog","c1qtnf12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5X5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRD2","fd20a07","wu:fc85c10","nanog","psmc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5G7","fd20a07","F1Q5G7","nanog","rwdd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5G7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT05","fd20a07","A0A1D5NT05","nanog","mettl15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NT05","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA83","fd20a07","U3JA83","nanog","si:dkey-1h6.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA83","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P2R4","fd20a07","F6P2R4","nanog","gcat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P2R4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPH0","fd20a07","A0A0R4IPH0","nanog","phactr4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC92","fd20a07","Q6PC92","nanog","arl3l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC92","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCH2","fd20a07","F1RCH2","nanog","rnf34b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVH6","fd20a07","A0A0R4IVH6","nanog","tiparp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU79","fd20a07","cdc45l","nanog","cdc45","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CDC45 cell division cycle 45 homolog (S. cerevisiae) (Cell division control protein 45 homolog) (Cell division cycle 45-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH50","fd20a07","Myb-like protein X","nanog","si:ch211-137a8.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myb-like protein X (Si:ch211-137a8.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUW3","fd20a07","F1QUW3","nanog","hcar1-4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBY0","fd20a07","gnb5b","nanog","gnb5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit beta-5b","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMA7","fd20a07","A5PMA7","nanog","DKEY-10N19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW76","fd20a07","F1QW76","nanog","batf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW76","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RVF1","fd20a07","A0A2R8RVF1","nanog","ndst3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RVF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q786","fd20a07","F1Q786","nanog","ttf1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q786","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHD6","fd20a07","A0A0R4IHD6","nanog","foxred1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXX6","fd20a07","Q1LXX6","nanog","si:ch211-160d20.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2F4","fd20a07","E7F2F4","nanog","abtb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2F4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVZ1","fd20a07","Q7ZVZ1","nanog","fbxw11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7G9","fd20a07","F1Q7G9","nanog","prss16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5X2","fd20a07","Copine VIII","nanog","cpne8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Copine VIII (Copine-8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVW9","fd20a07","Q7ZVW9","nanog","arglu1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R926","fd20a07","E3 ubiquitin protein ligase","nanog","rnf20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRE5","fd20a07","F1QRE5","nanog","ccnb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Y6","fd20a07","bbip1","nanog","bbip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5G9","fd20a07","B8A5G9","nanog","trmt5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9M1","fd20a07","im:7137690","nanog","gins4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA replication complex GINS protein SLD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7X5","fd20a07","F1Q7X5","nanog","cenpf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7X5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAB6","fd20a07","A0A0R4IAB6","nanog","mrps5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PCI7","fd20a07","icam3","nanog","si:ch211-74m13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIC5","fd20a07","homer1","nanog","homer1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homer protein homolog 1 isoform 1 (Homer scaffold protein 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZ22","fd20a07","mettl14","nanog","mettl14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N6-adenosine-methyltransferase non-catalytic subunit (Methyltransferase-like protein 14)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q685","fd20a07","F1Q685","nanog","mrpl11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q685","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5I0","fd20a07","F1Q5I0","nanog","cdk5rap3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICB8","fd20a07","A0A0R4ICB8","nanog","si:dkey-238d18.15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBV8","fd20a07","hsbp1","nanog","hsbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock factor-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQF8","fd20a07","A0A0R4IQF8","nanog","vps54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5X3","fd20a07","wu:fb54g06","nanog","cdc27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division cycle protein 27 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUH5","fd20a07","A0A0R4IUH5","nanog","syngr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD77","fd20a07","F1RD77","nanog","npm1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD77","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUW8","fd20a07","wu:fj63b09","nanog","got1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aspartate aminotransferase (EC 2.6.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NKZ9","fd20a07","F6NKZ9","nanog","barx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NKZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM67","fd20a07","NMDAR1.2","nanog","grin1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamate receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKD9","fd20a07","A0A0R4IKD9","nanog","tmem176l.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q91428","fd20a07","gata3","nanog","gata3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor GATA-3 (GATA-binding factor 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGH3","fd20a07","gal3st1","nanog","gal3st1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Galactose-3-O-sulfotransferase 1a (Galactosylceramide sulfotransferase (EC 2.8.2.11))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9R5","fd20a07","F1R9R5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9R5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5T8","fd20a07","Sema domain, immunoglobulin domain","nanog","sema3fb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3Fb (Semaphorin-3F isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCN3","fd20a07","E7FCN3","nanog","ldb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDN5","fd20a07","F1QDN5","nanog","sqlea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUE8","fd20a07","F1QUE8","nanog","surf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUQ9","fd20a07","A0A0R4IUQ9","nanog","ilf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6F9","fd20a07","F1Q6F9","nanog","sltm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6F9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7E2L8","fd20a07","LSM5","nanog","lsm5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U6 snRNA-associated Sm-like protein LSm5","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA74","fd20a07","U3JA74","nanog","itsn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA74","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIQ3","fd20a07","A0A2R8QIQ3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFN3","fd20a07","E9QFN3","nanog","si:ch211-67e16.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM12","fd20a07","A0A0R4IM12","nanog","si:dkey-234h16.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM12","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPK4","fd20a07","si:busm1-132m23.3","nanog","fbxo22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box only protein 22 (F-box protein 22) (Novel protein with F-box domain)","tf-link","27924024","regulates","txid7955" +"A5JNG8","P48802","fd20a07","fgf3","nanog","fgf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor 3 (FGF-3) (Heparin-binding growth factor 3) (HBGF-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0B1","fd20a07","B0R0B1","nanog","cbwd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH68","fd20a07","B3DH68","nanog","nkx2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DH68","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP15","fd20a07","cb333","nanog","neo1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neogenin 1a (Neogenin isoform 1 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCV6","fd20a07","F1RCV6","nanog","vps39","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLC8","fd20a07","si:ch73-131e21.5","nanog","rab1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6JAA4","fd20a07","Q6JAA4","nanog","ctcf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6JAA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWI2","fd20a07","glsl","nanog","glsa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","glutaminase (EC 3.5.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYJ2","fd20a07","A0A0R4IYJ2","nanog","si:dkey-47k16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUH5","fd20a07","Q7ZUH5","nanog","mrpl14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V0U4","fd20a07","B0V0U4","nanog","galnt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V0U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGP4","fd20a07","A0A140LGP4","nanog","si:ch211-160o17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","O57418","fd20a07","pax7","nanog","pax7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paired box 7 isoform PAX7C (Paired box 7a) (Paired box gene 7) (Transcription factor PAX7C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8X6","fd20a07","F1Q8X6","nanog","pdk2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8X6","tf-link","27924024","regulates","txid7955" +"A5JNG8","D9IL79","fd20a07","D9IL79","nanog","akt3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D9IL79","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q49TU3","fd20a07","Q49TU3","nanog","jazf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q49TU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEF6","fd20a07","H0WEF6","nanog","srr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IRW6","fd20a07","Trinucleotide repeat-containing adaptor 6C1","nanog","tnrc6c1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Trinucleotide repeat-containing adaptor 6C1 (Trinucleotide repeat-containing gene 6C protein isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR62","fd20a07","F1QR62","nanog","crmp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR62","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3W1","fd20a07","E7F3W1","nanog","ankrd46a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2BJ86","fd20a07","B2BJ86","nanog","il4r.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2BJ86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29R93","fd20a07","Q29R93","nanog","pcmtd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q29R93","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGN4","fd20a07","E9QGN4","nanog","mgat4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAX0","fd20a07","A0A0R4IAX0","nanog","fnbp1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TKR2","fd20a07","Q5TKR2","nanog","fgf13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TKR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMC6","fd20a07","Q4KMC6","nanog","c1qtnf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4KMC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PCK0","fd20a07","F6PCK0","nanog","hs1bp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PCK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW94","fd20a07","zgc:56668","nanog","srp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Signal recognition particle 9 kDa protein (SRP9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH12","fd20a07","F1QH12","nanog","acaca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH12","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H1","fd20a07","BRMS1-like transcriptional repressor b","nanog","brms1lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BRMS1-like transcriptional repressor b (Breast cancer metastasis-suppressor 1-like protein-A isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2THY5","fd20a07","Metaxin","nanog","mtx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Metaxin","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1Z1","fd20a07","A1L1Z1","nanog","pou2f3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLC1","fd20a07","F1QLC1","nanog","dyrk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYS6","fd20a07","A0A0R4IYS6","nanog","si:dkey-183i3.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4U5","fd20a07","zgc:56197","nanog","rad9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell cycle checkpoint control protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5W3","fd20a07","si:dkey-108k21.26","nanog","hist1h2a10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAH0","fd20a07","U3JAH0","nanog","bahcc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y879","fd20a07","A0A286Y879","nanog","galnt13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y879","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W5Z2","fd20a07","pitx2","nanog","pitx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KNX7","fd20a07","A3KNX7","nanog","LOC100150296","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KNX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3RK74","fd20a07","foxo1a","nanog","foxo1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein O1-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD68","fd20a07","F1RD68","nanog","ppt2a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD68","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUS2","fd20a07","A0A0R4IUS2","nanog","bmp2k","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GQM4","fd20a07","Q6GQM4","nanog","tha1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GQM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BL4","fd20a07","Q08BL4","nanog","snx21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGZ5","fd20a07","A0A2R8QGZ5","nanog","cdca3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHQ1","fd20a07","F1QHQ1","nanog","slc25a29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH11","fd20a07","E7FH11","nanog","zdhhc18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FH11","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802Z5","fd20a07","wu:fb40d10","nanog","nono","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Non-POU domain-containing octamer-binding protein (Non-POU domain-containing, octamer-binding)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8W8","fd20a07","Guanine nucleotide exchange factor VAV2 isoform X5","nanog","vav2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide exchange factor VAV2 isoform X5 (Vav 2 guanine nucleotide exchange factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB08","fd20a07","A0A286YB08","nanog","ptprub","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YB08","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKC0","fd20a07","F1QKC0","nanog","smu1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YH60","fd20a07","gsk3b","nanog","gsk3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycogen synthase kinase-3 beta (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYN9","fd20a07","zgc:77551","nanog","nup54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBM0","fd20a07","E9QBM0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q575","fd20a07","F1Q575","nanog","naxd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q575","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHM7","fd20a07","alpha-1,2-Mannosidase","nanog","man1a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9W9","fd20a07","A0A286Y9W9","nanog","exoc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9W9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKB8","fd20a07","B8JKB8","nanog","ephb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTG0","fd20a07","A9JTG0","nanog","egr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PDK1","fd20a07","F6PDK1","nanog","ggnbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PDK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZQ8","fd20a07","A0A1L1QZQ8","nanog","si:ch73-158p21.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZZ7","fd20a07","zgc:91931","nanog","ap4m1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP-4 complex subunit mu-1 (Adaptor-related protein complex 4 subunit mu 1) (Zgc:91931)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II89","fd20a07","A0A0R4II89","nanog","cat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II89","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F363","fd20a07","E7F363","nanog","si:ch73-196l6.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F363","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJC7","fd20a07","A0A0R4IJC7","nanog","yme1l1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD40","fd20a07","sar1a","nanog","sar1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP-binding protein SAR1a","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4H2","fd20a07","B8A4H2","nanog","gprc5bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4H2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIW7","fd20a07","A0A0J9YIW7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1S8","fd20a07","E7F1S8","nanog","abcf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPI6","fd20a07","A3KPI6","nanog","si:ch211-288g17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC05","fd20a07","X1WC05","nanog","arhgap33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5P3","fd20a07","F1R5P3","nanog","mcm6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5P3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNC3","fd20a07","F1QNC3","nanog","lin37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWF1","fd20a07","Q8AWF1","nanog","yrk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AWF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2P7","fd20a07","cb195","nanog","glula","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803Z6","fd20a07","Q803Z6","nanog","nkx3-2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMI9","fd20a07","Q6GMI9","nanog","uxs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6P4","fd20a07","F1R6P4","nanog","mipepa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6P4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ92","fd20a07","F1QZ92","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUG6","fd20a07","fa93d05","nanog","rpl30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL30 (60S ribosomal protein L30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZ99","fd20a07","Q6AZ99","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AZ99","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYF0","fd20a07","A0A2R8PYF0","nanog","strc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PYF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568H9","fd20a07","zgc:110288","nanog","fcf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FCF1 rRNA-processing protein (Zgc:110288) (rRNA-processing protein FCF1 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R107","fd20a07","bel","nanog","lhx2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LIM homeobox 2b (LIM/homeobox protein Lhx2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWH3","fd20a07","goz1","nanog","mbtps1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane-bound transcription factor peptidase, site 1 (Membrane-bound transcription factor protease, site 1) (Membrane-bound transcription factor site-1 protease isoform X1) (Membrane-bound transcription factor site-1 protease precursor (EC 3.4.21.112))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y993","fd20a07","A0A286Y993","nanog","lxn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y993","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q2J0","fd20a07","im:7149020","nanog","npc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS69","fd20a07","I3IS69","nanog","srpk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS69","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFU6","fd20a07","wu:fb14b12","nanog","tysnd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisomal leader peptide-processing protease (EC 3.4.21.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DG58","fd20a07","B3DG58","nanog","wnt10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DG58","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4P2","fd20a07","F1R4P2","nanog","rnf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNQ7","fd20a07","F1QNQ7","nanog","polr3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWV7","fd20a07","Q1LWV7","nanog","meak7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1WB50","fd20a07","B1WB50","nanog","pimr212","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1WB50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILE2","fd20a07","A0A0R4ILE2","nanog","trim35-7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5V7","fd20a07","A1A5V7","nanog","tmem41b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5V7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPZ2","fd20a07","crat","nanog","cratb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW85","fd20a07","Q7ZW85","nanog","dnajc5ga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZW85","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q566","fd20a07","F1Q566","nanog","LOC100535931","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q566","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITG3","fd20a07","A0A0R4ITG3","nanog","si:dkey-154b15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIP3","fd20a07","F1QIP3","nanog","ipo4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTU9","fd20a07","tbx2b","nanog","tbx2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor TBX2b (T-box protein 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM17","fd20a07","F1QM17","nanog","snrka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3V5","fd20a07","A9C3V5","nanog","heg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3V5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REU9","fd20a07","F1REU9","nanog","ralgps2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTF1","fd20a07","A9JTF1","nanog","qkia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q06W28","fd20a07","SCN2B","nanog","scn2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium channel subunit beta-2 (Sodium channel, voltage-gated, type II, beta) (Voltage-gated sodium channel beta 2 subunit splice variant D)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R706","fd20a07","F1R706","nanog","cflara","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R706","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F464","fd20a07","E7F464","nanog","gan","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F464","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFM7","fd20a07","si:dkey-269g4.3","nanog","anapc13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIP2","fd20a07","A0A2R8QIP2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCA1","fd20a07","X1WCA1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXJ3","fd20a07","dexi","nanog","dexi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dexamethasone-induced protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CG10","fd20a07","A2CG10","nanog","ap3m2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CG10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD59","fd20a07","F1RD59","nanog","rab5if","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD59","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73797","fd20a07","ntf7","nanog","ntf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neurotrophin-7 (NT-7) (zNT-7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6A1","fd20a07","F1R6A1","nanog","hmbsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKB1","fd20a07","F1QKB1","nanog","ehmt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS87","fd20a07","A0A1D5NS87","nanog","si:dkey-1h4.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NS87","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JI10","fd20a07","dmbx1a","nanog","dmbx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Diencephalon/mesencephalon homeobox protein 1-A (Paired homeobox protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9H5","fd20a07","F1Q9H5","nanog","si:dkey-100n23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9H5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q6J4","fd20a07","A0A2R8Q6J4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q6J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8H3","fd20a07","E7F8H3","nanog","foxl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRC7","fd20a07","ppp4cb","nanog","ppp4cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 4 catalytic subunit B (PP4C-B) (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGL6","fd20a07","sox1a","nanog","sox1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-1a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2TLY1","fd20a07","Q2TLY1","nanog","maco1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2TLY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6E9","fd20a07","E7F6E9","nanog","erfl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6E9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNX7","fd20a07","Q5SNX7","nanog","galc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9H4","fd20a07","E7F9H4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1JPS1","fd20a07","pcgf5b","nanog","pcgf5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polycomb group RING finger protein 5-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ83","fd20a07","F1QZ83","nanog","ubtf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ83","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2U2","fd20a07","E7F2U2","nanog","mrpl49","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGD9","fd20a07","mapk8","nanog","mapk8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase 8 (MAP kinase 8) (MAPK 8) (EC 2.7.11.24) (Stress-activated protein kinase JNK1) (c-Jun N-terminal kinase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V362","fd20a07","B0V362","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V362","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMN7","fd20a07","A0A0R4IMN7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","P61485","fd20a07","rpl36a","nanog","rpl36a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL42 (60S ribosomal protein L36a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFW0","fd20a07","A2BFW0","nanog","zfand5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMP0","fd20a07","A0A0R4IMP0","nanog","u2af2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q992","fd20a07","F1Q992","nanog","sptlc2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q992","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IRX0","fd20a07","I3IRX0","nanog","rnf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IRX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLA1","fd20a07","tmem230","nanog","rab39ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB39B, member RAS oncogene family (Zgc:165464 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWR3","fd20a07","A0A0R4IWR3","nanog","dnajc21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F354","fd20a07","14-3-3 protein gamma-1","nanog","ywhag2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein gamma-1 (3-monooxygenase/tryptophan 5-monooxygenase activation protein, gamma polypeptide 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA47","fd20a07","F1RA47","nanog","si:ch211-26b3.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TIN9","fd20a07","Q5TIN9","nanog","st3gal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TIN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8QFM3","fd20a07","fz7b","nanog","fzd7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0R8","fd20a07","E7F0R8","nanog","si:dkey-32e23.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0R8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB48","fd20a07","F1RB48","nanog","mrpl44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB48","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLP6","fd20a07","F1QLP6","nanog","srrm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV44","fd20a07","A5WV44","nanog","si:ch73-266o15.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WV44","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9P7","fd20a07","F1R9P7","nanog","trim44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9P7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW58","fd20a07","kif3c","nanog","kif3cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","I6V1W0","fd20a07","I6V1W0","nanog","bmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I6V1W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEA3","fd20a07","non-specific serine/threonine protein kinase","nanog","ulk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8A3","fd20a07","F1R8A3","nanog","ppm1h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8A3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7A2","fd20a07","F1R7A2","nanog","niban2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIR3","fd20a07","B8JIR3","nanog","gnb1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9K7","fd20a07","tbx20","nanog","tbx20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor TBX20 (T-box protein 20) (H15-related T-box transcription factor hrT)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ43","fd20a07","F1QQ43","nanog","furina","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ43","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA56","fd20a07","U3JA56","nanog","ndufaf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA56","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3U3","fd20a07","E7F3U3","nanog","pdk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYX1","fd20a07","F1QYX1","nanog","myo10l3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGT9","fd20a07","A2BGT9","nanog","mtnr1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY92","fd20a07","LOC555321","nanog","xab2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing factor SYF1 (Similar to Xab2 protein) (XPA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REW2","fd20a07","F1REW2","nanog","nubp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGL6","fd20a07","E9QGL6","nanog","si:dkeyp-26a9.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZX9","fd20a07","SI:zK13A21.8","nanog","gnl3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FLJ10613-like (Guanine nucleotide-binding protein-like 3 (nucleolar)-like) (Guanine nucleotide-binding protein-like 3-like protein) (Uncharacterized protein flj10613l)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KUM0","fd20a07","A0A0G2KUM0","nanog","rbm5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KUM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A480","fd20a07","zgc:113078","nanog","sh3d19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SH3 domain-containing 19 (SH3 domain-containing protein 19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHN0","fd20a07","Q6DHN0","nanog","tmem53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICW1","fd20a07","A0A0R4ICW1","nanog","svild","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAZ7","fd20a07","Helicase SRCAP isoform X2","nanog","srcap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Helicase SRCAP isoform X2 (Snf2-related CREBBP activator protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBZ8","fd20a07","E7FBZ8","nanog","trim37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KP94","fd20a07","A3KP94","nanog","b4galnt2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KP94","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTF9","fd20a07","Bmp7","nanog","bmp7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHK8","fd20a07","Q6DHK8","nanog","slc10a7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A458","fd20a07","cb1027","nanog","smox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spermine oxidase (EC 1.5.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBZ9","fd20a07","F1QBZ9","nanog","megf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM62","fd20a07","zgc:86828","nanog","arpc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEL7","fd20a07","si:dkey-17e16.17","nanog","bicdl2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BICD family-like cargo adapter 2 (Bicaudal-D-related protein 2-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXI4","fd20a07","Q7SXI4","nanog","zfand2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF00","fd20a07","A2CF00","nanog","shisa2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CF00","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4U5","fd20a07","wu:fk92c07","nanog","xrn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","5'-3' exoribonuclease 1 (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBK2","fd20a07","E9QBK2","nanog","si:ch73-160h15.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","L0N8L8","fd20a07","cish.b","nanog","cishb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytokine-inducible SH2-containing protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90YX8","fd20a07","Q90YX8","nanog","irx7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90YX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXF5","fd20a07","Sodium channel protein","nanog","scn1lab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium channel protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5U5","fd20a07","E7F5U5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5U5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHW6","fd20a07","Kinetochore-associated 1","nanog","kntc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinetochore-associated 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803J4","fd20a07","zgc:55701","nanog","hnrnpc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein C (Zgc:55701)","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDZ3","fd20a07","R4GDZ3","nanog","gpr108","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9X1","fd20a07","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1","nanog","gbf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgi brefeldin A-resistant guanine nucleotide exchange factor 1 (Golgi-specific brefeldin A-resistance guanine nucleotide exchange factor 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCZ6","fd20a07","E9QCZ6","nanog","atp6ap1lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AV36","fd20a07","A2AV36","nanog","prmt7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AV36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWB9","fd20a07","A5WWB9","nanog","dnajb9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90274","fd20a07","sna-1","nanog","snai1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F042","fd20a07","E7F042","nanog","vezf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F042","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CJ04","fd20a07","A2CJ04","nanog","dtnbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CJ04","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ34","fd20a07","F1QQ34","nanog","mrpl13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ34","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8U9","fd20a07","F1Q8U9","nanog","alg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8U9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6Z6","fd20a07","B0S6Z6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKD0","fd20a07","Ras suppressor protein 1","nanog","rsu1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras suppressor protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEN0","fd20a07","Polyhomeotic-like protein 3 isoform X4","nanog","si:ch211-230g15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUS3","fd20a07","A5WUS3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXT9","fd20a07","F1QXT9","nanog","mthfd2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A682","fd20a07","B8A682","nanog","zfand4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A682","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVF4","fd20a07","Q1LVF4","nanog","mpp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L0Q2","fd20a07","A0A0G2L0Q2","nanog","hacd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L0Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPT5","fd20a07","A0A0A0MPT5","nanog","oma1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2LT56","fd20a07","B2LT56","nanog","pitx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2LT56","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F859","fd20a07","E7F859","nanog","rnf216","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F859","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DDE0","fd20a07","Q9DDE0","nanog","meis2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DDE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVE4","fd20a07","Eukaryotic translation elongation factor 1 epsilon-1","nanog","eef1e1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation elongation factor 1 epsilon-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDB0","fd20a07","A0A0R4IDB0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGV1","fd20a07","sb:eu508","nanog","stat6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1T2","fd20a07","E7F1T2","nanog","si:dkey-38p12.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1T2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPF4","fd20a07","A0A2R8QPF4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJB6","fd20a07","A0A0R4IJB6","nanog","si:ch73-29l19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q983","fd20a07","F1Q983","nanog","tpbgb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q983","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZYW7","fd20a07","zgc:55970","nanog","atp5mc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PEI4","fd20a07","F6PEI4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PEI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXL6","fd20a07","E7EXL6","nanog","myofl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q759","fd20a07","F1Q759","nanog","tat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q759","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RQB1","fd20a07","A0A2R8RQB1","nanog","dnah9l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RQB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DFC9","fd20a07","wu:fc89b01","nanog","fgf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEK1","fd20a07","R4GEK1","nanog","si:dkey-182i3.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVH1","fd20a07","paqr5a","nanog","paqr5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane progestin receptor gamma-A (mPR gamma-A) (Progestin and adipoQ receptor family member V-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5U8","fd20a07","B8A5U8","nanog","tesk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5U8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSS5","fd20a07","F1QSS5","nanog","si:ch73-27e22.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F143","fd20a07","Charged multivesicular body protein 5","nanog","chmp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITD9","fd20a07","A0A0R4ITD9","nanog","pcdh11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32LR5","fd20a07","Ashwin","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ashwin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4N4","fd20a07","F1R4N4","nanog","zpax4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4N4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRS4","fd20a07","F1QRS4","nanog","rab11fip1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUE3","fd20a07","F1QUE3","nanog","uqcrc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5G9","fd20a07","A0A2R8Q5G9","nanog","dyrk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3C8","fd20a07","E7F3C8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNA5","fd20a07","F1QNA5","nanog","srsf6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVW0","fd20a07","Q1LVW0","nanog","btbd11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZF8","fd20a07","A0A0R4IZF8","nanog","ccne1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGD6","fd20a07","B3DGD6","nanog","LOC565039","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXW2","fd20a07","Q1LXW2","nanog","rprd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQD0","fd20a07","F1QQD0","nanog","ccdc82","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPM9","fd20a07","A0A0R4IPM9","nanog","si:ch73-111k22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802Z0","fd20a07","Q802Z0","nanog","ythdf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWD2","fd20a07","A5WWD2","nanog","elac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5T6","fd20a07","E7F5T6","nanog","si:ch73-63e15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPX4","fd20a07","CHUNP6885","nanog","ppp1r10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 1 regulatory subunit 10 (MHC class I region proline-rich protein CAT53)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV61","fd20a07","F1QV61","nanog","plekha3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXH5","fd20a07","Q7SXH5","nanog","ube2d1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566W5","fd20a07","FSHD region gene 1","nanog","frg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FSHD region gene 1 (Protein FRG1) (Zgc:112426)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQL7","fd20a07","wu:fb18b07","nanog","ppid","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKX4","fd20a07","A0A0H2UKX4","nanog","prkn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4L1M6","fd20a07","lmx1b.1","nanog","lmx1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LIM homeobox transcription factor 1, beta 1 (LIM homeobox transcription factor 1, beta b) (LIM homeobox transcription factor 1-beta) (LIM homeodomain protein Lmx1b.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPA7","fd20a07","F1QPA7","nanog","aarsd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBD5","fd20a07","F1RBD5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYH6","fd20a07","Q7SYH6","nanog","pah","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SYH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP24","fd20a07","c-myb","nanog","myb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcriptional activator Myb isoform 1 (V-myb avian myeloblastosis viral oncogene homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2M3","fd20a07","F1R2M3","nanog","znf1063","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q009","fd20a07","A0A2R8Q009","nanog","ntmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q009","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYH0","fd20a07","A0A0R4IYH0","nanog","si:ch211-196p9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM41","fd20a07","fe06a04","nanog","blzf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Basic leucine zipper nuclear factor 1 (Golgin-45)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGJ8","fd20a07","Q6DGJ8","nanog","surf4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZF2","fd20a07","A0A1L1QZF2","nanog","taldo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4R8","fd20a07","F2Z4R8","nanog","frs2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4R8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM53","fd20a07","Q6ZM53","nanog","si:ch211-191d15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM53","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIB1","fd20a07","B8JIB1","nanog","metap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6Q382","fd20a07","nlk","nanog","nlk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9F6","fd20a07","E7F9F6","nanog","cacna1g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9F6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAK7","fd20a07","A0A2R8QAK7","nanog","mrpl39","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXF6","fd20a07","kat2a","nanog","kat2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone acetyltransferase KAT2A (EC 2.3.1.48) (Histone glutaryltransferase KAT2A) (EC 2.3.1.-) (Histone succinyltransferase KAT2A) (EC 2.3.1.-) (Lysine acetyltransferase 2A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFN2","fd20a07","F1QFN2","nanog","auts2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Q1","fd20a07","F1R9Q1","nanog","olfml2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9Q1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8G6","fd20a07","Q1L8G6","nanog","ankib1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IWP4","fd20a07","Q6IWP4","nanog","tph1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IWP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGN2","fd20a07","E7FGN2","nanog","rapgefl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0F0D0","fd20a07","cacnb4.2","nanog","cacnb4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium channel, voltage-dependent, beta 4a subunit (Voltage-dependent L-type calcium channel subunit beta-4) (Voltage-gated calcium channel beta-4 subunit variant 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDM1","fd20a07","F1QDM1","nanog","atxn7l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTU4","fd20a07","Q7ZTU4","nanog","pafah1b3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZTU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSR6","fd20a07","F1QSR6","nanog","ppp2r3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBJ6","fd20a07","E7FBJ6","nanog","bada","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T304","fd20a07","fb68e12","nanog","yy1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","YY1 transcription factor b","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXQ3","fd20a07","A0A0R4IXQ3","nanog","cep72","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRZ7","fd20a07","A0A2R8QRZ7","nanog","kcnma1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2P2","fd20a07","Q7T2P2","nanog","cct3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5M9","fd20a07","tubb2c","nanog","tubb4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin beta chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","P83758","fd20a07","P83758","nanog","dmrt3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P83758","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ86","fd20a07","A3KQ86","nanog","pllp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQ86","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMZ2","fd20a07","A0A2R8QMZ2","nanog","pex14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX92","fd20a07","Q7SX92","nanog","sncb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SX92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q24JV1","fd20a07","zgc:136952","nanog","rpl32","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60S ribosomal protein L32","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK82","fd20a07","A0A0R4IK82","nanog","si:ch211-233m11.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK82","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561S9","fd20a07","H2A","nanog","hist1h2a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JME2","fd20a07","atf7ip","nanog","atf7ip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMX9","fd20a07","A0A2R8QMX9","nanog","gli2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NHI0","fd20a07","Glucose-6-phosphate 1-dehydrogenase","nanog","g6pd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucose-6-phosphate 1-dehydrogenase (EC 1.1.1.49)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BHD8","fd20a07","fc04h11","nanog","hexb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-hexosaminidase (EC 3.2.1.52)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5T9","fd20a07","B8A5T9","nanog","si:ch211-263k4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5T9","tf-link","27924024","regulates","txid7955" +"A5JNG8","M9MM95","fd20a07","M9MM95","nanog","tfe3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M9MM95","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGU2","fd20a07","rab11fip4b","nanog","rab11fip4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rab11 family-interacting protein 4B (FIP4-Rab11-B) (Rab11-FIP4-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IY15","fd20a07","A0A0R4IY15","nanog","bif1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IY15","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73779","fd20a07","O73779","nanog","foxb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O73779","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6U1J4","fd20a07","Q6U1J4","nanog","sp7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6U1J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ65","fd20a07","F1QZ65","nanog","faim2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ65","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2B8","fd20a07","E7F2B8","nanog","slc25a18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWR7","fd20a07","Q8AWR7","nanog","smad7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AWR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYK8","fd20a07","E7EYK8","nanog","herc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAT1","fd20a07","F1RAT1","nanog","glmnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLN8","fd20a07","protein-tyrosine-phosphatase","nanog","ptpn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-tyrosine-phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NWN5","fd20a07","F6NWN5","nanog","hipk3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NWN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PDV8","fd20a07","TR4","nanog","nr2c2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 2 group C member 2 (Nuclear receptor subfamily 2, group C, member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","C4IXV6","fd20a07","C4IXV6","nanog","tpcn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C4IXV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLP8","fd20a07","fc05d01","nanog","zswim5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger SWIM domain-containing protein 5 (Zinc finger, SWIM-type-containing 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7E6","fd20a07","F1Q7E6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7E6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRC2","fd20a07","A9JRC2","nanog","si:dkey-211g8.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEN0","fd20a07","A2CEN0","nanog","fibpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHL2","fd20a07","zgc:92243","nanog","vps26c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Down syndrome critical region protein 3 (VPS26 endosomal protein sorting factor C) (Zgc:92243)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9W0","fd20a07","A0A286Y9W0","nanog","itgb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68FN4","fd20a07","pp2cb","nanog","ppm1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-serine/threonine phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF03","fd20a07","X1WF03","nanog","birc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF03","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6J4","fd20a07","B0S6J4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6J4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCL1","fd20a07","F1QCL1","nanog","opn8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZD9","fd20a07","F1QZD9","nanog","slc35d1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSC3","fd20a07","Growth factor receptor-bound protein 10 isoform X2","nanog","grb10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRP3","fd20a07","fb37b08","nanog","snw1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SNW domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDU3","fd20a07","F1RDU3","nanog","scml2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7V2","fd20a07","F1Q7V2","nanog","hivep3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7V2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F661","fd20a07","E7F661","nanog","btbd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F661","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C462","fd20a07","A9C462","nanog","cox6a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C462","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FVK4","fd20a07","rab8","nanog","rab8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQ88","fd20a07","A0A0R4IQ88","nanog","dglucy","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQ88","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDF0","fd20a07","F1RDF0","nanog","tada3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6V0","fd20a07","E7F6V0","nanog","trabd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6V0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPG8","fd20a07","Acyl-CoA thioesterase 20","nanog","acot20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acyl-CoA thioesterase 20 (Acyl-coenzyme A thioesterase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PEY1","fd20a07","F6PEY1","nanog","iqca1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PEY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC93","fd20a07","pef1","nanog","pef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peflin (PEF protein with a long N-terminal hydrophobic domain) (Penta-EF hand domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTC4","fd20a07","A9JTC4","nanog","memo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGJ6","fd20a07","A0A0R4IGJ6","nanog","ppp1r9bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAZ3","fd20a07","MICAL-2","nanog","micall2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGZ5","fd20a07","zgc:92709","nanog","gng7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISE0","fd20a07","A0A0R4ISE0","nanog","si:dkey-88e18.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZM2","fd20a07","E7EZM2","nanog","cep112","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Z6","fd20a07","F1R0Z6","nanog","rims1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REC9","fd20a07","F1REC9","nanog","si:ch211-191j22.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q864","fd20a07","F1Q864","nanog","polr2m","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q864","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZE7","fd20a07","A0A0R4IZE7","nanog","inka2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1Z7","fd20a07","F1R1Z7","nanog","ptpn11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1Z7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JK21","fd20a07","B8JK21","nanog","casp3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JK21","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2TTK0","fd20a07","si:ch211-214g8.2","nanog","igf2r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITC8","fd20a07","A0A0R4ITC8","nanog","spartb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG45","fd20a07","git2","nanog","git2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUC5","fd20a07","F1QUC5","nanog","hdac9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2R5","fd20a07","Chromatin licensing and DNA replication factor 1","nanog","cdt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromatin licensing and DNA replication factor 1 (DNA replication factor Cdt1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD04","fd20a07","sfr1","nanog","sfr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Swi5-dependent recombination DNA repair protein 1 homolog (Meiosis protein 5 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMH5","fd20a07","Q6GMH5","nanog","tpgs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWL4","fd20a07","cnot9","nanog","cnot9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCR4-NOT transcription complex subunit 9 (Cell differentiation protein RQCD1 homolog) (Rcd-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGK2","fd20a07","ldhbb","nanog","ldhbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","L-lactate dehydrogenase B-B chain (LDH-B-B) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WED3","fd20a07","H0WED3","nanog","si:ch211-197k17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WED3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR17","fd20a07","F1QR17","nanog","aldh7a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVC6","fd20a07","zgc:77449","nanog","srsf9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine and arginine-rich-splicing factor 9 (Serine/arginine-rich splicing factor 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFT2","fd20a07","B3DFT2","nanog","bbs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHV0","fd20a07","A8WHV0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ64","fd20a07","Q5TZ64","nanog","ankef1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ64","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXE5","fd20a07","A0A0R4IXE5","nanog","si:dkey-175g6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q965","fd20a07","F1Q965","nanog","her8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q965","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUE2","fd20a07","A0A0R4IUE2","nanog","ndufv3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F226","fd20a07","E7F226","nanog","rerea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F226","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX54","fd20a07","F1QX54","nanog","agfg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX54","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQQ5","fd20a07","gsnl","nanog","gsnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gelsolin (ADF) (Actin-depolymerizing factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZA6","fd20a07","A8DZA6","nanog","znf1157","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAR8","fd20a07","si:dkey-57h18.1","nanog","faap100","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FA core complex-associated protein 100 (Fanconi anemia core complex-associated protein 100 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZYX1","fd20a07","aktip","nanog","aktip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AKT-interacting protein (Fused toes protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBT2","fd20a07","DNA helicase","nanog","chd4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEH8","fd20a07","Q6DEH8","nanog","sh3bgr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUT6","fd20a07","chimaerin","nanog","chn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chimaerin (Chimerin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILL4","fd20a07","A0A0R4ILL4","nanog","scmh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QD70","fd20a07","A0A2R8QD70","nanog","ggcx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QD70","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJJ9","fd20a07","A0A0R4IJJ9","nanog","si:ch211-249o11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F529","fd20a07","E7F529","nanog","si:ch211-260e23.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F529","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJL2","fd20a07","A0A0R4IJL2","nanog","naga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWN8","fd20a07","A0A0R4IWN8","nanog","si:ch73-281n10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUN6","fd20a07","A0A0R4IUN6","nanog","ctsbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7D7","fd20a07","F1Q7D7","nanog","ptk6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7D7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDI9","fd20a07","E7FDI9","nanog","setd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGL4","fd20a07","E7FGL4","nanog","abhd17ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q800U8","fd20a07","ff1d","nanog","nr5a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Steroidogenic factor 1 (Nuclear receptor subfamily 5 group A member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV01","fd20a07","A0A0R4IV01","nanog","rps6kc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV01","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L280","fd20a07","A1L280","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L280","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08C96","fd20a07","Q08C96","nanog","nt5dc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08C96","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNP3","fd20a07","F1QNP3","nanog","clcn7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802G6","fd20a07","Q802G6","nanog","msrb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q653","fd20a07","F1Q653","nanog","ptpn23a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q653","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBZ3","fd20a07","E7FBZ3","nanog","tpm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUT1","fd20a07","fj43b09","nanog","per2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Period circadian protein homolog 2 (Circadian clock protein PERIOD 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6D8","fd20a07","B8A6D8","nanog","cnih1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6D8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCE0","fd20a07","F1RCE0","nanog","slc51a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RI31","fd20a07","A0A2R8RI31","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RI31","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITF2","fd20a07","I3ITF2","nanog","scaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q8S1","fd20a07","wu:fa04e08","nanog","kras","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZF2","fd20a07","F1QZF2","nanog","notch3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0K3","fd20a07","F1R0K3","nanog","si:dkey-23a23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBW8","fd20a07","E9QBW8","nanog","mapk8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC37","fd20a07","cpsf1","nanog","cpsf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2M2","fd20a07","G1K2M2","nanog","phospho1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q213","fd20a07","A0A2R8Q213","nanog","mbd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q213","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DF41","fd20a07","wu:fc30a03","nanog","her9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8U4","fd20a07","F1Q8U4","nanog","kifc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNA0","fd20a07","F1QNA0","nanog","pitrm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7F0","fd20a07","F1Q7F0","nanog","prpf38b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7F0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4T1","fd20a07","Kinesin family member 25","nanog","kif25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DE40","fd20a07","hm:zeh0655","nanog","zic2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ZIC family member 2 (Odd-paired homolog, Drosophila) B (Zic family member 2b) (Zinc finger protein Zic2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH55","fd20a07","A0A0R4IH55","nanog","mybbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IH55","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYQ0","fd20a07","cb549","nanog","cntfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ciliary neurotrophic factor receptor (Cntfr)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIU5","fd20a07","A0A0R4IIU5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ99","fd20a07","A0A0R4IZ99","nanog","afmid","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ99","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KTI4","fd20a07","slc12a2","nanog","slc12a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Solute carrier family 12 member 2 (Na-K-Cl cotransporter 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L2F4","fd20a07","A1L2F4","nanog","slbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L2F4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L966","fd20a07","atxn1b","nanog","atxn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ataxin 1a (Ataxin 1b) (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSS0","fd20a07","F1QSS0","nanog","riox1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4H9","fd20a07","F8W4H9","nanog","mrap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4H9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUT2","fd20a07","Q1LUT2","nanog","top2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MBY4","fd20a07","A7MBY4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MBY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCK2","fd20a07","F1QCK2","nanog","abcb6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQP6","fd20a07","brd3","nanog","brd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromodomain-containing 3a (Bromodomain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGS5","fd20a07","A2BGS5","nanog","fam219ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6C7","fd20a07","F1Q6C7","nanog","vmp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSP8","fd20a07","F1QSP8","nanog","prdx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAR4","fd20a07","Q5EAR4","nanog","chrac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5EAR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEK3","fd20a07","E7FEK3","nanog","fam118b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6Z1","fd20a07","B0S6Z1","nanog","dhx9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F340","fd20a07","E7F340","nanog","slc19a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F340","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKQ1","fd20a07","B8JKQ1","nanog","esf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHE8","fd20a07","Q6PHE8","nanog","ccdc124","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYL2","fd20a07","Alpha-mannosidase","nanog","man2a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDJ0","fd20a07","E9QDJ0","nanog","pbld2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJK5","fd20a07","E9QJK5","nanog","adarb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGD2","fd20a07","A2BGD2","nanog","hoxc13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F318","fd20a07","E7F318","nanog","eef2k","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F318","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5E7","fd20a07","A0A2R8Q5E7","nanog","pkd1l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHK7","fd20a07","F1QHK7","nanog","ankrd10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC96","fd20a07","E7FC96","nanog","ppt2a.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC96","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMQ8","fd20a07","A0JMQ8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90471","fd20a07","Q90471","nanog","hoxd12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90471","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9E5","fd20a07","A0A0R4I9E5","nanog","kpna5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KVT3","fd20a07","A0A0G2KVT3","nanog","LOC100330644","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KVT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6SYZ1","fd20a07","Q6SYZ1","nanog","mnx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6SYZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXC9","fd20a07","ints3","nanog","ints3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 3 (Int3) (SOSS complex subunit A) (Sensor of single-strand DNA complex subunit A) (SOSS-A) (Sensor of ssDNA subunit A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUS7","fd20a07","zgc:56227","nanog","ppp6c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L271","fd20a07","gnb5a","nanog","gnb5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit beta-5a","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ20","fd20a07","F1QQ20","nanog","tgfbr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ20","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFN4","fd20a07","X1WFN4","nanog","si:dkey-223d7.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU33","fd20a07","F1QU33","nanog","wapla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU33","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXE8","fd20a07","cdk9","nanog","cdk9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase 9 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q745","fd20a07","F1Q745","nanog","ubr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q745","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RES6","fd20a07","F1RES6","nanog","mynn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RES6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2J6","fd20a07","F1R2J6","nanog","eefsec","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2J6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYK3","fd20a07","E7EYK3","nanog","snx29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6H6","fd20a07","B0S6H6","nanog","sypb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTA6","fd20a07","zgc:66030","nanog","mgat1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHK5","fd20a07","A0A2R8QHK5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3G9","fd20a07","F8W3G9","nanog","gng12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P3Y5","fd20a07","Q0P3Y5","nanog","ccdc126","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P3Y5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGK5","fd20a07","E7FGK5","nanog","tmem70","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGJ4","fd20a07","Q5RGJ4","nanog","klhl42","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBR7","fd20a07","Q6PBR7","nanog","mrpl57","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","C1KH59","fd20a07","zgc:154116","nanog","b4galt1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC29","fd20a07","ywhag1","nanog","ywhag1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein gamma-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG88","fd20a07","Q6DG88","nanog","atg4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG88","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RJ08","fd20a07","A0A2R8RJ08","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RJ08","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q846","fd20a07","F1Q846","nanog","slc16a12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q846","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ60","fd20a07","Ku70","nanog","xrcc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q947","fd20a07","F1Q947","nanog","ndrg3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q947","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWM7","fd20a07","A0A0R4IWM7","nanog","dmxl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8T4","fd20a07","E7F8T4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8T4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NVJ5","fd20a07","Q6NVJ5","nanog","dip2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NVJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHZ3","fd20a07","Z4YHZ3","nanog","vrtn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5V9","fd20a07","B0S5V9","nanog","dcbld2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5V9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZB0","fd20a07","A8DZB0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG89","fd20a07","Q5RG89","nanog","swt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RG89","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90260","fd20a07","Q90260","nanog","ascl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90260","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJM0","fd20a07","A0A2R8QJM0","nanog","si:ch211-9d9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS22","fd20a07","F1QS22","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXV4","fd20a07","Q7SXV4","nanog","cyp26a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7E1","fd20a07","mgat3","nanog","mgat3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase a (Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFU3","fd20a07","A0A140LFU3","nanog","klhdc7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEG9","fd20a07","fa99f08","nanog","nbr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0I8","fd20a07","exosc6","nanog","exosc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exosome complex component MTR3 (Exosome component 6) (mRNA transport regulator 3 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F208","fd20a07","E7F208","nanog","si:ch1073-314i13.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F208","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPK7","fd20a07","A0A0R4IPK7","nanog","vps4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803H1","fd20a07","rnpc2","nanog","rbm39a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCG7","fd20a07","mp:zf637-1-000918","nanog","u2surp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U2 snRNP-associated SURP domain-containing (U2 snRNP-associated SURP motif-containing protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEY7","fd20a07","E7FEY7","nanog","stim2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8H7","fd20a07","A0A286Y8H7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8H7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNW9","fd20a07","A4QNW9","nanog","hsf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4QNW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SP67","fd20a07","wdr26","nanog","wdr26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat-containing protein 26","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEJ5","fd20a07","mg:bb03b10","nanog","uqcrq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome b-c1 complex subunit 8 (Complex III subunit 8) (Complex III subunit VIII)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXS5","fd20a07","F1QXS5","nanog","tox4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S794","fd20a07","B0S794","nanog","ankrd45","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S794","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILK3","fd20a07","A0A0R4ILK3","nanog","arhgap11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0P5","fd20a07","E7F0P5","nanog","asphd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0MGZ5","fd20a07","hs6st1b","nanog","hs6st1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heparan-sulfate 6-O-sulfotransferase 1-B (HS 6-OST-1B) (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAX5","fd20a07","F1QAX5","nanog","zufsp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F006","fd20a07","E7F006","nanog","pitpnm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F006","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWD1","fd20a07","F1QWD1","nanog","LOC571912","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801V3","fd20a07","azin1","nanog","azin1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Antizyme inhibitor 1b","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEM4","fd20a07","tmem63c","nanog","tmem63c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium permeable stress-gated cation channel 1 (Transmembrane protein 63c)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PZ70","fd20a07","A0A2R8PZ70","nanog","asb15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PZ70","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH56","fd20a07","hsp70","nanog","hsp70.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock cognate 70-kd protein (Hsp70 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2A4","fd20a07","Epsin 3a","nanog","epn3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epsin 3a (Epsin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RT44","fd20a07","A0A2R8RT44","nanog","bbs12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RT44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSI5","fd20a07","A0A1D5NSI5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8W8","fd20a07","Smad nuclear-interacting protein","nanog","snip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Smad nuclear-interacting protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q534","fd20a07","F1Q534","nanog","igsf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q534","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8J1","fd20a07","B0S8J1","nanog","kif5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFJ6","fd20a07","F1QFJ6","nanog","anks3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IF42","fd20a07","A0A0R4IF42","nanog","rogdi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IF42","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGI5","fd20a07","Q5RGI5","nanog","ppp6r2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWS5","fd20a07","Q1LWS5","nanog","guca1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXK1","fd20a07","TNF receptor-associated factor","nanog","traf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TNF receptor-associated factor (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAI2","fd20a07","Potassium channel subfamily K member 2","nanog","kcnk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Potassium channel subfamily K member 2 (Potassium channel, subfamily K, member 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFJ5","fd20a07","E7FFJ5","nanog","rpusd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F533","fd20a07","receptor protein-tyrosine kinase","nanog","epha2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3L3","fd20a07","Q6P3L3","nanog","hspa5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP10","fd20a07","F1QP10","nanog","cldn17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP10","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUX8","fd20a07","rhoaa","nanog","rhoaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-related GTP-binding protein RhoA-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHT3","fd20a07","A0A0R4IHT3","nanog","tprn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPX3","fd20a07","A0A2R8QPX3","nanog","si:ch211-194p6.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBR4","fd20a07","Hif-3alpha","nanog","hif1al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC42","fd20a07","fd02e01","nanog","parvb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-parvin (Parvin, beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE28","fd20a07","F1RE28","nanog","mtrr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE28","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYE3","fd20a07","Q1LYE3","nanog","znf143","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUD0","fd20a07","si:dkey-192l17.2","nanog","ifrd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interferon-related developmental regulator 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMT8","fd20a07","A0A0R4IMT8","nanog","slc22a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6S4","fd20a07","F1Q6S4","nanog","abhd16a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6S4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQK3","fd20a07","zgc:86726","nanog","vamp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle-associated membrane protein 3 (Synaptobrevin-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYJ8","fd20a07","Q6NYJ8","nanog","mob1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W7E7","fd20a07","smad5","nanog","smad5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJR0","fd20a07","Q5XJR0","nanog","eif1axa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7B8","fd20a07","E7F7B8","nanog","ier2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZE2","fd20a07","Q5TZE2","nanog","syndig1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9E3","fd20a07","F1Q9E3","nanog","si:dkey-30c15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2F9","fd20a07","Tyrosine-protein kinase","nanog","abl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUQ0","fd20a07","A5WUQ0","nanog","optn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642M9","fd20a07","Q642M9","nanog","dhdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q642M9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q094","fd20a07","A0A2R8Q094","nanog","spice1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q094","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDM3","fd20a07","X1WDM3","nanog","pias1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08C78","fd20a07","wu:fb05d06","nanog","btf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor BTF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYS5","fd20a07","Q5TYS5","nanog","scrn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJJ6","fd20a07","E9QJJ6","nanog","gabbr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","C4MCP0","fd20a07","C4MCP0","nanog","igfbp6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C4MCP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2SZ53","fd20a07","A2SZ53","nanog","cacnb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2SZ53","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKM3","fd20a07","F1QKM3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJJ4","fd20a07","Q5BJJ4","nanog","tcima","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BJJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZJ5","fd20a07","E7EZJ5","nanog","yme1l1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF87","fd20a07","E9QF87","nanog","tpd52l2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF87","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ56","fd20a07","Q7ZZ56","nanog","ptenb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZ56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6D1","fd20a07","F1Q6D1","nanog","pgpep1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2PRD1","fd20a07","Q2PRD1","nanog","or111-3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2PRD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEH3","fd20a07","camk2d1","nanog","camk2d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NVI6","fd20a07","unm_tf212","nanog","cct5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-complex protein 1 subunit epsilon (CCT-epsilon)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8G9","fd20a07","B0S8G9","nanog","znf414","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4D1","fd20a07","B8A4D1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C4A9","fd20a07","A9C4A9","nanog","fance","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C4A9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A637","fd20a07","B8A637","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A637","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NP87","fd20a07","ndufa9","nanog","ndufa9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 9, mitochondrial (Complex I-39kD) (NADH-ubiquinone oxidoreductase 39 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVN9","fd20a07","A5WVN9","nanog","vps9d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVX3","fd20a07","A0A0R4IVX3","nanog","uncx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F221","fd20a07","E7F221","nanog","frmd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F221","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F836","fd20a07","Rac/Cdc42 guanine nucleotide exchange factor","nanog","arhgef6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rac/Cdc42 guanine nucleotide exchange factor (GEF) 6 (Rho guanine nucleotide exchange factor 6 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD40","fd20a07","mycbp2","nanog","mycbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase MYCBP2 (EC 2.3.2.33) (Myc-binding protein 2) (Protein Esrom)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGZ1","fd20a07","Q5RGZ1","nanog","cdpf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7S5","fd20a07","fb11b01","nanog","gab1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GRB2-associated-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1D2","fd20a07","dscr5","nanog","pigp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93311","fd20a07","O93311","nanog","zic1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O93311","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2I7","fd20a07","NBR1 autophagy cargo receptor b","nanog","nbr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NBR1 autophagy cargo receptor b","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDX7","fd20a07","E7FDX7","nanog","rnf38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM17","fd20a07","zgc:198284","nanog","si:ch211-5k11.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8T6","fd20a07","wu:fc46c10","nanog","pygo2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pygopus homolog 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3L7","fd20a07","cdc2","nanog","cdk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase 1 (Cell division control protein 2 homolog) (Cell division protein kinase 1) (p34 protein kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG79","fd20a07","Q6DG79","nanog","crhbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG79","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9M5","fd20a07","F1R9M5","nanog","mfsd4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBI2","fd20a07","E7FBI2","nanog","map4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBU7","fd20a07","A0A286YBU7","nanog","bbx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAB1","fd20a07","F1RAB1","nanog","rasd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RUZ0","fd20a07","zgc:158474","nanog","sh2b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQ02","fd20a07","F1QQ02","nanog","tfip11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQ02","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXC3","fd20a07","F1QXC3","nanog","arl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITA6","fd20a07","A0A0R4ITA6","nanog","pop4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW44","fd20a07","zgc:55292","nanog","chtopa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QKJ7","fd20a07","A0A2R8QKJ7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QKJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEH2","fd20a07","A0A0R4IEH2","nanog","si:dkeyp-44a8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6D3","fd20a07","B8A6D3","nanog","l2hgdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6D3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB78","fd20a07","Plasminogen activator","nanog","plat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Plasminogen activator (EC 3.4.21.68)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6L3","fd20a07","F1R6L3","nanog","cirbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIK0","fd20a07","Q5RIK0","nanog","ftr79","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGH5","fd20a07","Q6DGH5","nanog","asb13a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUQ4","fd20a07","F1QUQ4","nanog","p2rx4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T0K5","fd20a07","mage","nanog","ndnl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mage (Necdin-like 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90XF2","fd20a07","prkci","nanog","prkci","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase C iota type (EC 2.7.11.13) (Atypical protein kinase C-lambda/iota) (aPKC-lambda/iota) (Heart and soul protein) (nPKC-iota)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEL5","fd20a07","X1WEL5","nanog","ubr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT29","fd20a07","I3IT29","nanog","si:dkey-151m15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT29","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYC4","fd20a07","F1QYC4","nanog","nemp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZ58","fd20a07","Q7SZ58","nanog","coro6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZ58","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBH4","fd20a07","F1QBH4","nanog","rxfp3.2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804G3","fd20a07","Q804G3","nanog","anxa11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q804G3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UY97","fd20a07","si:dkey-57a22.7","nanog","rev1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein REV1 (EC 2.7.7.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGI8","fd20a07","F1QGI8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RID8","fd20a07","A0A2R8RID8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RID8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQV2","fd20a07","A3KQV2","nanog","brox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAH3","fd20a07","F1QAH3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY51","fd20a07","Q1LY51","nanog","znf704","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY51","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVT2","fd20a07","pkm2a","nanog","pkma","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pyruvate kinase (EC 2.7.1.40)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDZ0","fd20a07","E7FDZ0","nanog","ugt8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QII6","fd20a07","E9QII6","nanog","igsf9bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QII6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFI6","fd20a07","E7FFI6","nanog","rapgef5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC78","fd20a07","E7FC78","nanog","timm9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NLH0","fd20a07","zgc:162420","nanog","hps5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hermansky-Pudlak syndrome 5 protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIH8","fd20a07","Q5RIH8","nanog","serpina10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7LNS7","fd20a07","A7LNS7","nanog","crhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7LNS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UWD5","fd20a07","NR-13","nanog","bcl2l10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-like 10 (Bcl-2-like protein 10) (Nr13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BX0","fd20a07","Ras-related protein Rab-21","nanog","rab21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-21","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPJ6","fd20a07","A0A0R4IPJ6","nanog","si:ch211-196l7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S776","fd20a07","Cysteine-serine-rich nuclear protein 1a","nanog","csrnp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cysteine-serine-rich nuclear protein 1a (Cysteine/serine-rich nuclear protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVC2","fd20a07","jarid2b","nanog","jarid2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Jumonji (Jumonji/ARID domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH45","fd20a07","A0A140LH45","nanog","kif21b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH45","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F111","fd20a07","RETGC-2","nanog","gc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanylate cyclase (EC 4.6.1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Y2","fd20a07","F1R0Y2","nanog","prl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0Y2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFP7","fd20a07","A2BFP7","nanog","si:ch211-284e13.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWC3","fd20a07","si:ch211-134n17.1","nanog","pip4p2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol-4,5-bisphosphate 4-phosphatase (EC 3.1.3.78)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3H9","fd20a07","F1R3H9","nanog","ttk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3H9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYL8","fd20a07","A0A0R4IYL8","nanog","tpra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJL3","fd20a07","F1QJL3","nanog","qsox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHR4","fd20a07","A8WHR4","nanog","shda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568F1","fd20a07","sb:cb574","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin 8-like (Zgc:110333)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCK4","fd20a07","X1WCK4","nanog","p2ry11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","P13104","fd20a07","tpma","nanog","tpma","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ50","fd20a07","si:ch211-243j20.4","nanog","uts1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Urocortin precursor (Urotensin 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4K2","fd20a07","F1R4K2","nanog","calcr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUB6","fd20a07","Q7ZUB6","nanog","mpped2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVB2","fd20a07","F1QVB2","nanog","hapln3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGQ8","fd20a07","A0A0R4IGQ8","nanog","myom1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD79","fd20a07","E7FD79","nanog","erich1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD79","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5K6","fd20a07","Q6P5K6","nanog","slc25a20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD31","fd20a07","F1RD31","nanog","si:ch211-113e8.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD31","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWL6","fd20a07","fb96a03","nanog","pum1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pumilio homolog 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXT6","fd20a07","Q7SXT6","nanog","msi2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SXT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBI9","fd20a07","A0A286YBI9","nanog","mrc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDW8","fd20a07","E7FDW8","nanog","tdrd7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IE17","fd20a07","A0A0R4IE17","nanog","lifra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IE17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BHS1","fd20a07","A2BHS1","nanog","hspb8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BHS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DG30","fd20a07","B3DG30","nanog","tnnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DG30","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAQ2","fd20a07","A0A0R4IAQ2","nanog","lpar3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYQ8","fd20a07","F1QYQ8","nanog","ptpdc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IG19","fd20a07","A0A0R4IG19","nanog","sh3glb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IG19","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QK55","fd20a07","A0A2R8QK55","nanog","tmem14ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QK55","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802F2","fd20a07","Q802F2","nanog","selenot1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBY0","fd20a07","F1QBY0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9C5","fd20a07","F1Q9C5","nanog","ifngr1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9C5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3J5","fd20a07","eef2b","nanog","eef2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongation factor 2b (EF-2) (EC 3.6.5.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCV8","fd20a07","Collagen alpha-2","nanog","col6a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Collagen alpha-2(VI) chain isoform X4 (Collagen, type VI, alpha 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKZ8","fd20a07","F1QKZ8","nanog","lrig2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISB5","fd20a07","I3ISB5","nanog","pigs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YA46","fd20a07","A0A286YA46","nanog","LOC100534777","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YA46","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568T5","fd20a07","Q568T5","nanog","chodl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIP9","fd20a07","B3DIP9","nanog","itgb3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHG7","fd20a07","Q6DHG7","nanog","sult1st3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFH8","fd20a07","F1QFH8","nanog","apom","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IE30","fd20a07","A0A0R4IE30","nanog","si:dkey-27i16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IE30","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5Q4","fd20a07","E7F5Q4","nanog","isg20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAG4","fd20a07","Growth-regulating estrogen receptor-binding 1","nanog","greb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KP53","fd20a07","id:ibd5121","nanog","skp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","S-phase kinase-associated protein 2 (Skp2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZ49","fd20a07","sdr16c5","nanog","sdr16c5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epidermal retinol dehydrogenase 2 (EC 1.1.1.105) (Short chain dehydrogenase/reductase family 16C, member 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2Y4","fd20a07","F1R2Y4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V984","fd20a07","Q4V984","nanog","rab1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V984","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGK0","fd20a07","Oxysterol-binding protein","nanog","osbpl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Oxysterol-binding protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHI6","fd20a07","med29","nanog","med29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RRV6","fd20a07","zgc:158350","nanog","mex3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mex-3 RNA-binding family member B (RNA-binding protein MEX3B) (Zgc:158350)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE90","fd20a07","E9QE90","nanog","shisa7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE90","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2J1","fd20a07","pnx","nanog","pnx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein pnx (Posterior neuron-specific homeobox)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC91","fd20a07","E7FC91","nanog","ankrd44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC91","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT71","fd20a07","fc45f03","nanog","fnip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Folliculin-interacting protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS19","fd20a07","I3IS19","nanog","cacna1ib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q740","fd20a07","F1Q740","nanog","vars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q740","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXW8","fd20a07","E7EXW8","nanog","glg1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYC5","fd20a07","Q1LYC5","nanog","micu2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU33","fd20a07","Q7ZU33","nanog","csnk2a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZU33","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5H0","fd20a07","B0S5H0","nanog","ccdc22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZC4","fd20a07","Q5TZC4","nanog","si:ch211-195d17.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AWA1","fd20a07","ddx39a","nanog","ddx39aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS70","fd20a07","A0A0R4IS70","nanog","purba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS70","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCV9","fd20a07","F1QCV9","nanog","mvb12ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGH9","fd20a07","psmd11b","nanog","psmd11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 11B (26S proteasome regulatory subunit RPN6-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIG5","fd20a07","A0A0J9YIG5","nanog","sec61a1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGN0","fd20a07","X1WGN0","nanog","camk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB68","fd20a07","cb678","nanog","pola1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA polymerase (EC 2.7.7.7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWJ1","fd20a07","Q6NWJ1","nanog","tmem243b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q641M3","fd20a07","Q641M3","nanog","tmem18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q641M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9T1","fd20a07","F1Q9T1","nanog","rictorb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QTB4","fd20a07","A0A2R8QTB4","nanog","tcf7l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QTB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NWZ6","fd20a07","F6NWZ6","nanog","fut9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NWZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAG3","fd20a07","E7FAG3","nanog","ankrd27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZU7","fd20a07","A0A1L1QZU7","nanog","col4a6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXH5","fd20a07","E7EXH5","nanog","traf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KKN4","fd20a07","A0A0G2KKN4","nanog","mfsd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KKN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q819","fd20a07","F1Q819","nanog","foxa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q819","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE26","fd20a07","calr","nanog","calr3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calreticulin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHW6","fd20a07","Z4YHW6","nanog","tigarb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG92","fd20a07","E9QG92","nanog","si:dkey-205h13.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG92","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8T0","fd20a07","F1Q8T0","nanog","eepd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8T0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH85","fd20a07","fi12h10","nanog","atf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating transcription factor 6 (Cyclic AMP-dependent transcription factor ATF-6 alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNW4","fd20a07","Cerebral dopamine neurotrophic factor","nanog","cdnf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cerebral dopamine neurotrophic factor (Zgc:162209 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC24","fd20a07","Q6PC24","nanog","yif1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWP7","fd20a07","F1QWP7","nanog","nop2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC21","fd20a07","F1RC21","nanog","srebf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC21","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYQ9","fd20a07","fb50g03","nanog","nfs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cysteine desulfurase (EC 2.8.1.7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGY4","fd20a07","E7FGY4","nanog","gpr26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5B2","fd20a07","F1Q5B2","nanog","ttc7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ54","fd20a07","A3KQ54","nanog","eya3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQ54","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGY5","fd20a07","F1QGY5","nanog","mybl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDV9","fd20a07","cars","nanog","cars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NQ92","fd20a07","F6NQ92","nanog","arhgap29b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NQ92","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCR0","fd20a07","F1RCR0","nanog","slu7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJA7","fd20a07","B3DJA7","nanog","celf5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVA3","fd20a07","F1QVA3","nanog","p2rx8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0I3","fd20a07","Q6P0I3","nanog","ucp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0I3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYS1","fd20a07","F1QYS1","nanog","sycp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISS1","fd20a07","I3ISS1","nanog","col11a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9K7","fd20a07","F1R9K7","nanog","sh3bp5la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9K7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXP8","fd20a07","F1QXP8","nanog","khsrp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KZ26","fd20a07","A0A0G2KZ26","nanog","smug1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KZ26","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KMT0","fd20a07","CH73-131E21.2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC100038767 (Zgc:158803)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A518","fd20a07","tuba1l","nanog","tuba1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH22","fd20a07","B3DH22","nanog","samsn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DH22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG96","fd20a07","F1QG96","nanog","mrm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG96","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4G5","fd20a07","F8W4G5","nanog","cdadc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4G5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4QRF4","fd20a07","; ;","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H3.2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLM6","fd20a07","B8JLM6","nanog","si:dkey-208b23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDR1","fd20a07","F1RDR1","nanog","tnpo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3I6","fd20a07","Q6P3I6","nanog","ctdsp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3I6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGJ1","fd20a07","E7FGJ1","nanog","skilb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV08","fd20a07","Q1LV08","nanog","nup93","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV08","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q52PJ7","fd20a07","Q52PJ7","nanog","dpysl5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q52PJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P1Y9","fd20a07","F6P1Y9","nanog","acot13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P1Y9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EB12","fd20a07","Q5EB12","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5EB12","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RRE9","fd20a07","A0A2R8RRE9","nanog","bbs9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RRE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWA9","fd20a07","wu:fb37c12","nanog","eif5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJY8","fd20a07","im:7149538","nanog","ncapg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Condensin complex subunit 3 (Non-SMC condensin I complex, subunit G)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGJ2","fd20a07","B","nanog","slc7a9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B(0,+)-type amino acid transporter 1 (Solute carrier family 7 member 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMG9","fd20a07","fd10a06","nanog","snrnp48","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQZ4","fd20a07","fb48g05","nanog","tfap2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor AP-2 gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQI6","fd20a07","A0A0R4IQI6","nanog","si:ch211-11n16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFG8","fd20a07","E7FFG8","nanog","htr7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9C3","fd20a07","A0A0R4I9C3","nanog","rbm42","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9C3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L9C6","fd20a07","Q1L9C6","nanog","dffb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L9C6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKT0","fd20a07","A0A0H2UKT0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YI78","fd20a07","Z4YI78","nanog","elp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YI78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWA4","fd20a07","F1QWA4","nanog","ivns1abpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVD3","fd20a07","pth1ra","nanog","pth1r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5P6","fd20a07","si:dkey-170e5.1","nanog","rpl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Replication factor C subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGV7","fd20a07","abracl","nanog","abracl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Costars family protein ABRACL (ABRA C-terminal-like protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAE4","fd20a07","A0A0R4IAE4","nanog","chd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGF8","fd20a07","Kinase","nanog","itpkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U395","fd20a07","ctdnep1a","nanog","ctdnep1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CTD nuclear envelope phosphatase 1A (EC 3.1.3.16) (Serine/threonine-protein phosphatase dullard-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HX7","fd20a07","zgc:92245","nanog","fth1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ferritin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PI52","fd20a07","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","nanog","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6B2","fd20a07","E7F6B2","nanog","samd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGG3","fd20a07","A0A0R4IGG3","nanog","tpi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DEA0","fd20a07","Q9DEA0","nanog","runx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DEA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UK28","fd20a07","A0A0H2UK28","nanog","znf1145","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UK28","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D9","fd20a07","B0S5D9","nanog","tm9sf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5D9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCJ5","fd20a07","Liprin-alpha-3 isoform X1","nanog","ppfia3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Liprin-alpha-3 isoform X1 (PTPRF-interacting protein alpha 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFE9","fd20a07","Netrin 4","nanog","ntn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Netrin 4 (Netrin-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEE8","fd20a07","A0A0R4IEE8","nanog","si:dkey-65j4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNV5","fd20a07","A4QNV5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4QNV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYS0","fd20a07","Q5TYS0","nanog","lace1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGR0","fd20a07","si:dkey-275p19.6","nanog","oaz2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ornithine decarboxylase antizyme 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL26","fd20a07","A0A0R4IL26","nanog","srrm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL26","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9L7","fd20a07","A0A0R4I9L7","nanog","si:ch211-212k18.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5I8","fd20a07","Q6P5I8","nanog","yipf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F708","fd20a07","E7F708","nanog","cxxc5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F708","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6U6","fd20a07","B0S6U6","nanog","tbx16l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEY2","fd20a07","A2CEY2","nanog","si:dkeyp-2e4.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWC2","fd20a07","Q7ZWC2","nanog","mgll","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZWC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5QNP8","fd20a07","Q5QNP8","nanog","taar13e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5QNP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0H4","fd20a07","Q6P0H4","nanog","rnf13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGQ2","fd20a07","A2BGQ2","nanog","si:ch211-214j8.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLH8","fd20a07","C9orf72","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide exchange C9orf72 homolog (Zgc:100846)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFU9","fd20a07","E9QFU9","nanog","mzt2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRM1","fd20a07","nkapl","nanog","nkap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FLJ22626-like (NF-kappa-B-activating protein) (NFKB activating protein-like) (NFKB-activating protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RFW3","fd20a07","Q5RFW3","nanog","nup43","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RFW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY88","fd20a07","chmp3","nanog","chmp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHP8","fd20a07","A0A0R4IHP8","nanog","elmo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH22","fd20a07","A0A0R4IH22","nanog","npat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IH22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8J7","fd20a07","F1R8J7","nanog","rai14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8J7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Q9","fd20a07","Q1L8Q9","nanog","si:dkey-284p5.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGS2","fd20a07","Histone H2A","nanog","si:ch1073-153i20.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CE7","fd20a07","zgc:153177","nanog","cox7a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5G1","fd20a07","anx2b","nanog","anxa2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Annexin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9B5","fd20a07","E7F9B5","nanog","pcdh20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q70X92","fd20a07","Q70X92","nanog","asb11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q70X92","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJR9","fd20a07","zgc:66182","nanog","znf131","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 131","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN41","fd20a07","A0A0R4IN41","nanog","appa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN41","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YI91","fd20a07","Z4YI91","nanog","calcrla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YI91","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEX4","fd20a07","F1QEX4","nanog","samd1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0AUR5","fd20a07","A0AUR5","nanog","mindy3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0AUR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1P0","fd20a07","B0V1P0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I89","fd20a07","Q66I89","nanog","slc66a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66I89","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2W0","fd20a07","F8W2W0","nanog","itga6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5L0","fd20a07","Q6P5L0","nanog","arl4d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC48","fd20a07","E9QC48","nanog","klhl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QC48","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NKE2","fd20a07","F6NKE2","nanog","dlx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NKE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXX2","fd20a07","E7EXX2","nanog","slc41a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB36","fd20a07","A0A286YB36","nanog","mmp17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YB36","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7R0","fd20a07","Proline-rich transmembrane protein 2","nanog","prrt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proline-rich transmembrane protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ13","fd20a07","A0A0J9YJ13","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2E5","fd20a07","F8W2E5","nanog","gpr37l1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Z6","fd20a07","Q503Z6","nanog","abt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6R0","fd20a07","sb:eu378","nanog","cxcr3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-X-C chemokine receptor type 3 (Interferon-inducible protein 10 receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U386","fd20a07","ppm1a","nanog","ppm1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-serine/threonine phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJX9","fd20a07","F1QJX9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5K1","fd20a07","arl4a","nanog","arl4aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDF8","fd20a07","F1QDF8","nanog","foxj1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8L0","fd20a07","F1R8L0","nanog","rbm12ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZA6","fd20a07","Q5TZA6","nanog","btbd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWR1","fd20a07","znrd1","nanog","polr1h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIW6","fd20a07","BTB and CNC homology 1, basic leucine zipper transcription factor 2b","nanog","bach2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB and CNC homology 1, basic leucine zipper transcription factor 2b (Transcription regulator protein BACH2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC74","fd20a07","F1QC74","nanog","tm7sf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC74","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6F3","fd20a07","fb77b11","nanog","rexo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA exonuclease 1 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KCK2","fd20a07","A0A0G2KCK2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KCK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCW3","fd20a07","F1QCW3","nanog","si:ch211-107o10.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQY5","fd20a07","cb147","nanog","snai2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Snail family zinc finger 2 (Snail homolog 2 (Drosophila)) (Zinc finger protein SNAI2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIH3","fd20a07","Q5RIH3","nanog","zbtb25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBT9","fd20a07","E7FBT9","nanog","nxph2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CV3","fd20a07","zgc:136875","nanog","gpat4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycerol-3-phosphate acyltransferase 4 (EC 2.3.1.51) (Zgc:136875)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8A6","fd20a07","F1Q8A6","nanog","si:ch211-214c7.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBP4","fd20a07","Q6PBP4","nanog","pde6ha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9E8","fd20a07","Q9I9E8","nanog","gabpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9I9E8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGI3","fd20a07","Ribosomal protein L23a","nanog","rpl23a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein L23a","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CI97","fd20a07","A2CI97","nanog","dytn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CI97","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC39","fd20a07","Q6DC39","nanog","desi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DC39","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF73","fd20a07","E9QF73","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF73","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QEF6","fd20a07","A0A2R8QEF6","nanog","znf1005","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QEF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQM4","fd20a07","F1QQM4","nanog","exo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8R1","fd20a07","E7F8R1","nanog","znf410","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0A2","fd20a07","zgc:91918","nanog","elavl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5DDZ2","fd20a07","Protein DBF4 homolog A","nanog","dbf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein DBF4 homolog A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXT1","fd20a07","TRAP","nanog","acp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tartrate-resistant acid phosphatase type 5 (EC 3.1.3.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBM9","fd20a07","F1RBM9","nanog","arhgap20b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9I9","fd20a07","F1R9I9","nanog","cyth1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9I9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IED7","fd20a07","A0A0R4IED7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IED7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q924","fd20a07","F1Q924","nanog","col6a4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q924","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CD8","fd20a07","zgc:153231","nanog","rhebl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP-binding protein Rheb-like (Ras homolog, mTORC1-binding-like 1) (Zgc:153231)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEE6","fd20a07","E9QEE6","nanog","tep1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVM5","fd20a07","A5WVM5","nanog","si:ch211-233h19.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWH3","fd20a07","zgc:85715","nanog","tomm40l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGW7","fd20a07","F1QGW7","nanog","tbc1d15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF76","fd20a07","adcyap1r1b","nanog","adcyap1r1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adenylate cyclase-activating polypeptide 1a (pituitary) receptor type I (Pituitary adenylate cyclase-activating polypeptide type I receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFI9","fd20a07","si:dkey-1m11.1","nanog","hmgb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","High mobility group box 1b (High mobility group protein B1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYR1","fd20a07","wu:fb38e12","nanog","rad51","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein RAD51 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCP2","fd20a07","F1RCP2","nanog","osbpl7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1V6","fd20a07","F1R1V6","nanog","krr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH67","fd20a07","Q5RH67","nanog","akr1b1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH67","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHF9","fd20a07","A0A2R8QHF9","nanog","depdc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC06","fd20a07","Q6PC06","nanog","ahcyl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC06","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFS0","fd20a07","Q6PFS0","nanog","slc30a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S771","fd20a07","B0S771","nanog","arhgef7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S771","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9B2","fd20a07","A0A0R4I9B2","nanog","pafah1b1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZC7","fd20a07","wu:fb25g12","nanog","pgrmc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane-associated progesterone receptor component 2 (Progesterone receptor membrane component 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE30","fd20a07","cnot6","nanog","cnot6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGP3","fd20a07","A2BGP3","nanog","rusc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAD9","fd20a07","A0A2R8QAD9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG78","fd20a07","F1QG78","nanog","sacm1lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAP0","fd20a07","F1RAP0","nanog","rdm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFM9","fd20a07","B3DFM9","nanog","snx18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKI7","fd20a07","F1QKI7","nanog","btbd11b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L7W1","fd20a07","A0A0G2L7W1","nanog","tamm41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L7W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJF5","fd20a07","A0A0R4IJF5","nanog","pam16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH66","fd20a07","tomm20b","nanog","tomm20b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM20 homolog B (Mitochondrial 20 kDa outer membrane protein B) (Outer mitochondrial membrane receptor Tom20-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHQ6","fd20a07","izumo1","nanog","izumo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Izumo sperm-egg fusion 1 (Izumo sperm-egg fusion protein 1 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N7","fd20a07","F1Q4N7","nanog","anp32b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGW1","fd20a07","Q6TGW1","nanog","poldip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGH4","fd20a07","fd14f08","nanog","ccna1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDE8","fd20a07","E7FDE8","nanog","si:ch1073-174d20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUQ0","fd20a07","jmjd2b","nanog","kdm4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5H6","fd20a07","brd4","nanog","brd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q713","fd20a07","F1Q713","nanog","sord","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q713","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q805F0","fd20a07","pcdh10","nanog","pcdh10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protocadherin 10 (Protocadherin 10b precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCY3","fd20a07","X1WCY3","nanog","si:dkey-195m11.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q511","fd20a07","acinus","nanog","acin1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apoptotic chromatin condensation inducer 1b (Apoptotic chromatin condensation inducer in the nucleus)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R369","fd20a07","Reticulocalbin 1, EF-hand calcium-binding domain","nanog","rcn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reticulocalbin 1, EF-hand calcium-binding domain (Reticulocalbin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q05AJ1","fd20a07","Q05AJ1","nanog","larp4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q05AJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUP5","fd20a07","dnaja2","nanog","dnaja2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGT9","fd20a07","Q6TGT9","nanog","srsf5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5D6S3","fd20a07","mut","nanog","mut","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Methylmalonyl-CoA mutase, mitochondrial (EC 5.4.99.2) (Methylmalonyl-CoA isomerase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2I1","fd20a07","G1K2I1","nanog","kdm5bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2I1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGA0","fd20a07","rfx4","nanog","rfx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor RFX4 (Regulatory factor X 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDH8","fd20a07","Histone H2B","nanog","si:dkey-261m9.19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW90","fd20a07","Tubb5","nanog","tubb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin beta chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUJ2","fd20a07","wu:fb16a12","nanog","pik3r3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3N8","fd20a07","A9C3N8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3N8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIP5","fd20a07","A2BIP5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGR1","fd20a07","A0A140LGR1","nanog","usp54a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXJ5","fd20a07","A0A0R4IXJ5","nanog","ablim3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7E5","fd20a07","B0S7E5","nanog","acer1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWQ2","fd20a07","rdbp","nanog","nelfe","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Negative elongation factor E","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RUQ1","fd20a07","A0A2R8RUQ1","nanog","phf21ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RUQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ76","fd20a07","E7EZ76","nanog","si:ch211-66k16.27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ76","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQH5","fd20a07","A0A0R4IQH5","nanog","si:ch211-195p4.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QJW0","fd20a07","A3QJW0","nanog","tmem150aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QJW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QP51","fd20a07","A0A2R8QP51","nanog","dpp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QP51","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGU5","fd20a07","Q6DGU5","nanog","slc25a46","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHU7","fd20a07","Q5RHU7","nanog","mdm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4N9","fd20a07","B8A4N9","nanog","golga5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q91398","fd20a07","csnk2b","nanog","csnk2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase II subunit beta (CK II beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0U6","fd20a07","F1R0U6","nanog","dacha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAX4","fd20a07","A0A0R4IAX4","nanog","tmem42a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITS5","fd20a07","A0A0R4ITS5","nanog","dyrk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXB0","fd20a07","Q1LXB0","nanog","si:dkey-42i9.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQS2","fd20a07","A0A0R4IQS2","nanog","usp25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCG0","fd20a07","E7FCG0","nanog","dhx30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S661","fd20a07","B0S661","nanog","tpgs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S661","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZB8","fd20a07","Q6AZB8","nanog","harbi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AZB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0M3","fd20a07","E7F0M3","nanog","coq8ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5S7","fd20a07","B0S5S7","nanog","lhx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5YKG4","fd20a07","gna12","nanog","gna12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBD8","fd20a07","F1QBD8","nanog","tada2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILQ4","fd20a07","A0A0R4ILQ4","nanog","nitr9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KZE6","fd20a07","A0A0G2KZE6","nanog","LOC108190731","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KZE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P4K3","fd20a07","F6P4K3","nanog","pde3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P4K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II12","fd20a07","A0A0R4II12","nanog","gne","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II12","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4G6","fd20a07","F1R4G6","nanog","ctsh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0G9","fd20a07","B0R0G9","nanog","si:ch211-14a17.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0G9","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DYN0","fd20a07","RAB3","nanog","rab3gap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB3 GTPase-activating protein subunit 2 (non-catalytic) (Rab3 GTPase-activating protein non-catalytic subunit isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYV9","fd20a07","leo1","nanog","leo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA polymerase-associated protein LEO1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMZ5","fd20a07","F1QMZ5","nanog","zeb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE21","fd20a07","Q6PE21","nanog","akap17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PE21","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KDM3","fd20a07","fc54a06","nanog","ctr9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CTR9 homolog, Paf1/RNA polymerase II complex component (RNA polymerase-associated protein CTR9 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8Q2","fd20a07","E7F8Q2","nanog","znf526","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6N8","fd20a07","Crossover junction endonuclease EME1","nanog","eme1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Crossover junction endonuclease EME1 (Essential meiotic structure-specific endonuclease 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIQ1","fd20a07","A0A0R4IIQ1","nanog","ubxn8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEW4","fd20a07","A2CEW4","nanog","atic","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE66","fd20a07","E7FE66","nanog","ttbk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE66","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIA2","fd20a07","A2BIA2","nanog","adamts8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAD7","fd20a07","phosphatidylinositol-4,5-bisphosphate 3-kinase","nanog","pik3ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVL6","fd20a07","ctsl1a","nanog","ctsla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cathepsin L1 isoform X2 (Cathepsin La)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVA3","fd20a07","cb831","nanog","sh3gl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endophilin-A2 (Endophilin-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9Q3","fd20a07","E7F9Q3","nanog","rbpms","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY66","fd20a07","E7EY66","nanog","tbc1d23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY66","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCD8","fd20a07","H","nanog","atp6v1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H(+)-transporting two-sector ATPase (EC 7.1.2.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P3U4","fd20a07","zgc:153978","nanog","cox5b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKJ8","fd20a07","B8JKJ8","nanog","sobpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDJ1","fd20a07","X1WDJ1","nanog","znf1008","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZV6","fd20a07","im:7159577","nanog","sun1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUN domain-containing protein 1 (Sad1 and UNC84 domain containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9B1","fd20a07","F1Q9B1","nanog","slco2a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5P0","fd20a07","F-box only protein 31 isoform X1","nanog","fbxo31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box only protein 31 isoform X1 (F-box protein 31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFV4","fd20a07","Q8JFV4","nanog","heatr5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1JPY8","fd20a07","pspc1","nanog","pspc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paraspeckle component 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U390","fd20a07","Q5U390","nanog","zmynd12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U390","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBN6","fd20a07","ihpk2","nanog","ip6k2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5U5","fd20a07","F8W5U5","nanog","cep290","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5U5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCU5","fd20a07","F1QCU5","nanog","cep63","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGM8","fd20a07","Q9DGM8","nanog","vox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DGM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7S9","fd20a07","A8E7S9","nanog","rxfp3.3a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVP2","fd20a07","Q1LVP2","nanog","galnt12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKY4","fd20a07","F1QKY4","nanog","chrd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3X1","fd20a07","F1R3X1","nanog","rrp15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLH3","fd20a07","Q6TLH3","nanog","cuedc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TLH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLH9","fd20a07","F1QLH9","nanog","nucb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFY6","fd20a07","Tectonin beta-propeller repeat-containing 1b","nanog","tecpr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tectonin beta-propeller repeat-containing 1b (Tectonin beta-propeller repeat-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHZ4","fd20a07","A0A0R4IHZ4","nanog","htr7c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA2","fd20a07","F1QZA2","nanog","si:rp71-79p20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQE9","fd20a07","Q6IQE9","nanog","alkbh6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7J1","fd20a07","F1R7J1","nanog","fam120b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC56","fd20a07","F1QC56","nanog","adoa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R483","fd20a07","F1R483","nanog","hprt1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R483","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q8A6","fd20a07","A0A2R8Q8A6","nanog","bcl11ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q8A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDX7","fd20a07","A0A0R4IDX7","nanog","tshz3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE54","fd20a07","E9QE54","nanog","rab41","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE54","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHG6","fd20a07","Im:7138535","nanog","im:7138535","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Im:7138535 (Uncharacterized protein LOC797998)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMY4","fd20a07","A5PMY4","nanog","rpa3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3LGD4","fd20a07","rab11fip4a","nanog","rab11fip4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rab11 family-interacting protein 4A (FIP4-Rab11) (Rab11-FIP4-A) (zRab11-FIP4-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R685","fd20a07","F1R685","nanog","ercc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R685","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQV5","fd20a07","fb51g02","nanog","gch2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP cyclohydrolase 1 (EC 3.5.4.16) (GTP cyclohydrolase I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2W1","fd20a07","F1R2W1","nanog","dhrs13a.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIY4","fd20a07","A0A0J9YIY4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF58","fd20a07","E7FF58","nanog","gpr63","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF58","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ66","fd20a07","wu:fe48a12","nanog","nudt5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-sugar pyrophosphatase (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUG8","fd20a07","A0A0R4IUG8","nanog","ppp1r13bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6I1","fd20a07","Cytochrome c oxidase subunit 4","nanog","cox4i1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSN0","fd20a07","F1QSN0","nanog","pbx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG11","fd20a07","A0A140LG11","nanog","si:dkey-56m19.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LG11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4STR8","fd20a07","A0A0N4STR8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4STR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG82","fd20a07","F1QG82","nanog","kpna2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG82","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SU43","fd20a07","A0A0N4SU43","nanog","si:ch211-271b14.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4SU43","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITI0","fd20a07","A0A0R4ITI0","nanog","gabpb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBS2","fd20a07","Q6DBS2","nanog","dlx3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DBS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QH06","fd20a07","A0A2R8QH06","nanog","metrnlb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QH06","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5WQV6","fd20a07","LOC572703","nanog","efemp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acidic fibroblast growth factor intracellular-binding protein B isoform X1 (EGF containing fibulin extracellular matrix protein 2b precursor) (EGF-containing fibulin extracellular matrix protein 2b) (Fibulin-4) (LOC572703 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM97","fd20a07","F1QM97","nanog","dvl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM97","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JII7","fd20a07","B8JII7","nanog","rassf4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JII7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYI8","fd20a07","A4JYI8","nanog","fgfr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4JYI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q504I6","fd20a07","ik:tdsubc_2g1","nanog","rpa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Replication factor A protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q588C6","fd20a07","Q588C6","nanog","dnmt3bb.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q588C6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ05","fd20a07","Q5TZ05","nanog","msra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ05","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNY7","fd20a07","F1QNY7","nanog","pdgfra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QC01","fd20a07","A0A2R8QC01","nanog","etv5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QC01","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Q4","fd20a07","Q1L8Q4","nanog","si:dkey-97m3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6Q415","fd20a07","rpl36","nanog","rpl36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL36 (60S ribosomal protein L36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEF4","fd20a07","F1QEF4","nanog","rhpn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S753","fd20a07","B0S753","nanog","odf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S753","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFN3","fd20a07","fc15d06","nanog","lmnb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lamin-B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3NI77","fd20a07","Glutamate receptor ionotropic, NMDA 2D","nanog","grin2da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamate receptor ionotropic, NMDA 2D (Glutamate receptor, ionotropic, N-methyl D-aspartate 2D, a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW59","fd20a07","atf4","nanog","atf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZG3","fd20a07","E7EZG3","nanog","tmem268","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHW0","fd20a07","Q5RHW0","nanog","mapk12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEN3","fd20a07","A2BEN3","nanog","plscr3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BEN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFU4","fd20a07","E9QFU4","nanog","mybl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJE4","fd20a07","zgc:194469","nanog","casp20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Caspase 20, apoptosis-related cysteine peptidase (Uncharacterized protein LOC100192215 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1T8","fd20a07","F1R1T8","nanog","si:dkey-34f9.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH71","fd20a07","tspan33","nanog","tspan33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin-33 (Tspan-33)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCT6","fd20a07","F1QCT6","nanog","plaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZR5","fd20a07","sumo1","nanog","sumo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ubiquitin-related modifier 1 (SUMO-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5F8","fd20a07","F1R5F8","nanog","pogzb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5F8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSE1","fd20a07","A0A1D5NSE1","nanog","dgkza","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBL7","fd20a07","A0A0R4IBL7","nanog","tcf12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIF4","fd20a07","E9QIF4","nanog","fam221a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L9B2","fd20a07","Q1L9B2","nanog","senp7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L9B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PVV8","fd20a07","Q6PVV8","nanog","sparc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PVV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0E4","fd20a07","F1R0E4","nanog","nup50","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R474","fd20a07","zgc:77165","nanog","rad51d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA repair protein RAD51 homolog 4 (RAD51 paralog D)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFC9","fd20a07","E9QFC9","nanog","znf1151","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV11","fd20a07","wu:fk48d01","nanog","polr2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase II subunit RPB3 (EC 2.7.7.6) (Polymerase (RNA) II (DNA directed) polypeptide C) (RNA polymerase II subunit C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZC2","fd20a07","cse1l","nanog","cse1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exportin-2 (Exp2) (Chromosome segregation 1-like protein) (Importin-alpha re-exporter)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGZ4","fd20a07","A-kinase anchor protein 14","nanog","si:dkeyp-81f3.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A-kinase anchor protein 14 (Si:dkeyp-81f3.4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UW07","fd20a07","CYP1A","nanog","cyp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome P450 1A (EC 1.14.14.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IU26","fd20a07","A0A0R4IU26","nanog","si:ch211-152c8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IU26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Z1","fd20a07","fc85b02","nanog","hmg20b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","High-mobility group 20B (Hmg20b protein) (Novel HMG (High mobility group) box domain containing protein) (SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1-related isoform 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYF7","fd20a07","atp5j","nanog","atp5pf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase-coupling factor 6, mitochondrial (ATPase subunit F6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGE4","fd20a07","Q5RGE4","nanog","meig1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3W2","fd20a07","F1R3W2","nanog","si:dkey-161j23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3W2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSC8","fd20a07","A0A1D5NSC8","nanog","dnajb6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EG5","fd20a07","grb10","nanog","grb10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Grb10 protein (Growth factor receptor-bound protein 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQ41","fd20a07","A0A2R8QQ41","nanog","kdm5ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQ41","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJD3","fd20a07","A0A0J9YJD3","nanog","si:ch73-299h12.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL04","fd20a07","Cyclic AMP-responsive element-binding protein 5-like isoform X1","nanog","creb5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclic AMP-responsive element-binding protein 5-like isoform X1 (cAMP-responsive element-binding protein 5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q3S9","fd20a07","A0A2R8Q3S9","nanog","clcc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q3S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q037","fd20a07","A0A2R8Q037","nanog","nop53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q037","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RW03","fd20a07","A0A2R8RW03","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RW03","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3M5","fd20a07","si:ch73-170l17.1","nanog","nmnat3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nicotinamide-nucleotide adenylyltransferase (EC 2.7.7.1) (EC 2.7.7.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0S0R1","fd20a07","si:ch211-208m1.2","nanog","klf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Krueppel-like factor 8 (Kruppel-like factor 8) (Si:ch211-208m1.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT25","fd20a07","A0A0R4IT25","nanog","si:ch211-173m16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT25","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6A1","fd20a07","B8A6A1","nanog","eif4e1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QL23","fd20a07","im:6902407","nanog","siva1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apoptosis regulatory protein Siva (SIVA1, apoptosis-inducing factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","D0EWT5","fd20a07","D0EWT5","nanog","ssbp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D0EWT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHF3","fd20a07","fb02f11","nanog","synj1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphoinositide 5-phosphatase (EC 3.1.3.36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX29","fd20a07","A0A0R4IX29","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICN1","fd20a07","A0A0R4ICN1","nanog","si:dkey-68o6.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E3W9A6","fd20a07","E3W9A6","nanog","sema6e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3W9A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXN5","fd20a07","F1QXN5","nanog","nfat5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IT10","fd20a07","I3IT10","nanog","onecut2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IT10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R777","fd20a07","mettl3","nanog","mettl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N6-adenosine-methyltransferase subunit METTL3 (EC 2.1.1.348) (N6-adenosine-methyltransferase 70 kDa subunit) (MT-A70)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJK1","fd20a07","B8JJK1","nanog","mutyh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYF3","fd20a07","E1 ubiquitin-activating enzyme","nanog","uba7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E1 ubiquitin-activating enzyme (EC 6.2.1.45) (Ubiquitin-activating enzyme E1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBE1","fd20a07","fc47g07","nanog","sema7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Semaphorin 7A (Semaphorin-7A isoform 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFP3","fd20a07","Q6PFP3","nanog","ppdpfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMI2","fd20a07","Zinc finger FYVE domain-containing protein 9 isoform X1","nanog","zfyve9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB14","fd20a07","A0A286YB14","nanog","trim3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YB14","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT00","fd20a07","A0A1D5NT00","nanog","mark2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NT00","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B7P7","fd20a07","wu:fa91f08","nanog","uba52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-ribosomal protein eL40 fusion protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2VD21","fd20a07","A2VD21","nanog","pou3f2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2VD21","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCH2","fd20a07","X1WCH2","nanog","si:dkey-1f12.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBM7","fd20a07","fam76b","nanog","fam76b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein FAM76B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH61","fd20a07","Q6DH61","nanog","nubpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4E3","fd20a07","Q0P4E3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY74","fd20a07","rpa1","nanog","rpa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Replication protein A 70 kDa DNA-binding subunit (RP-A p70) (Replication factor A protein 1) (RF-A protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3N0","fd20a07","E7F3N0","nanog","si:ch211-160o17.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0K5","fd20a07","E7F0K5","nanog","map3k7cl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAN2","fd20a07","U3JAN2","nanog","susd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRI5","fd20a07","Q6DRI5","nanog","gtpbp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0PJQ6","fd20a07","A0PJQ6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0PJQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVJ8","fd20a07","A5WVJ8","nanog","apaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Z0","fd20a07","zgc:172271","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serotransferrin","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCW5","fd20a07","X1WCW5","nanog","chd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KRM1","fd20a07","A0A0G2KRM1","nanog","tmem266","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KRM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q501Y0","fd20a07","Q501Y0","nanog","lrmda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q501Y0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4VAK4","fd20a07","hsp1","nanog","hspb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock protein beta-1 (Heat shock 27 kDa protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNX8","fd20a07","F1QNX8","nanog","wipf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGS8","fd20a07","si:ch211-147d7.3","nanog","nsl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ID77","fd20a07","A0A0R4ID77","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ID77","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R676","fd20a07","fut12","nanog","pofut1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GDP-fucose protein O-fucosyltransferase 1 (EC 2.4.1.221) (Peptide-O-fucosyltransferase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFZ0","fd20a07","Kinesin family member 13Ba","nanog","kif13ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 13Ba (Kinesin-like protein KIF13B isoform X4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA74","fd20a07","fc04b12","nanog","utp23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UTP23 small subunit processome component (rRNA-processing protein UTP23 homolog isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBE9","fd20a07","X1WBE9","nanog","si:ch73-288o11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZT8","fd20a07","E7EZT8","nanog","si:ch211-262i1.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZB3","fd20a07","Q6AZB3","nanog","ciapin1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AZB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEV0","fd20a07","wdr81","nanog","wdr81","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat-containing protein 81","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH06","fd20a07","wu:fj60e01","nanog","crkl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Crk-like protein (V-crk avian sarcoma virus CT10 oncogene homolog-like) (V-crk sarcoma virus CT10 oncogene homolog (Avian)-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUP0","fd20a07","anp32a","nanog","anp32a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acidic leucine-rich nuclear phosphoprotein 32 family member A","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW63","fd20a07","GATA-5","nanog","gata6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GATA-binding protein 6 (Gata6 protein) (Transcription factor GATA-6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGU0","fd20a07","zgc:92774","nanog","polr3k","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPD9","fd20a07","A0A0R4IPD9","nanog","pja2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RID7","fd20a07","snx17","nanog","snx17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sorting nexin-17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5S7","fd20a07","F8W5S7","nanog","egln3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","H2ZRH9","fd20a07","H2ZRH9","nanog","nmt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H2ZRH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7E0","fd20a07","actbetaB","nanog","inhbb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inhibin beta B chain (Activin beta-B chain)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4K9","fd20a07","E7F4K9","nanog","ltb4r2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4K9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXT6","fd20a07","non-specific serine/threonine protein kinase","nanog","akt3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVM4","fd20a07","F1QVM4","nanog","commd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KM61","fd20a07","A0A0G2KM61","nanog","gpr135","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KM61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUM3","fd20a07","cb107","nanog","gsna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gelsolin (ADF) (Actin-depolymerizing factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHM6","fd20a07","B3DHM6","nanog","adrb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4S6","fd20a07","F8W4S6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KS80","fd20a07","A0A0G2KS80","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KS80","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE62","fd20a07","F1QE62","nanog","hibadhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE62","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD61","fd20a07","F1QD61","nanog","mtrex","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD61","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T393","fd20a07","Q7T393","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T393","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73715","fd20a07","ldb1a","nanog","ldb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3W1","fd20a07","Q5U3W1","nanog","pomk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDS0","fd20a07","R4GDS0","nanog","znf513a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GDS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8W7","fd20a07","F1R8W7","nanog","rnf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8W7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFE6","fd20a07","F1QFE6","nanog","iffo1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIE5","fd20a07","E9QIE5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPF2","fd20a07","histone acetyltransferase","nanog","crebbpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R068","fd20a07","B0R068","nanog","atp1a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R068","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HV4","fd20a07","copb1","nanog","copb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coatomer subunit beta (Beta-coat protein) (Beta-COP)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UY56","fd20a07","B0UY56","nanog","tnfaip6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UY56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3V3","fd20a07","F1R3V3","nanog","capga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZB1","fd20a07","si:bz36d5.4","nanog","snx9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sorting nexin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ71","fd20a07","E7EZ71","nanog","pbrm1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ71","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMK9","fd20a07","chaf1a","nanog","chaf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642H9","fd20a07","rps4x","nanog","rps4x","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGV3","fd20a07","F1QGV3","nanog","rbms3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9I4","fd20a07","A0A0R4I9I4","nanog","mnta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9I4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQT7","fd20a07","cdkn1c","nanog","cdkn1ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDS7","fd20a07","E7FDS7","nanog","zbtb16a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZE5","fd20a07","E7EZE5","nanog","iqsec1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYE4","fd20a07","E7EYE4","nanog","rnf121","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0J6","fd20a07","E7F0J6","nanog","kdm2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0J6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLQ1","fd20a07","A0A2R8QLQ1","nanog","ppfibp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHN3","fd20a07","si:ch211-163b2.6","nanog","timm17b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWL2","fd20a07","A5WWL2","nanog","si:ch73-138e16.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JH71","fd20a07","aldob","nanog","aldob","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY65","fd20a07","Q6NY65","nanog","rcc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NY65","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHU2","fd20a07","si:dkey-146n1.1","nanog","podxl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Podocalyxin (Podocalyxin-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIG9","fd20a07","B8JIG9","nanog","tmem184c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG29","fd20a07","wu:fa97c09","nanog","limk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LIM domain kinase 2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGU1","fd20a07","Q5RGU1","nanog","coq8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY10","fd20a07","Q1LY10","nanog","fsd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY00","fd20a07","F1QY00","nanog","nmt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY00","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1U2","fd20a07","F1R1U2","nanog","uncx4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB50","fd20a07","F1QB50","nanog","tmpob","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVF8","fd20a07","A0A0R4IVF8","nanog","si:zfos-2326c3.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2L6K8","fd20a07","Q2L6K8","nanog","cnpy4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2L6K8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC67","fd20a07","X1WC67","nanog","si:ch73-93k15.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WC67","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYF2","fd20a07","B0UYF2","nanog","slc7a14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFT6","fd20a07","Q8JFT6","nanog","spryd7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S533","fd20a07","B0S533","nanog","lig1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S533","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502G6","fd20a07","Q502G6","nanog","sptlc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGN2","fd20a07","A8WGN2","nanog","cpn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5G2","fd20a07","F1R5G2","nanog","nxn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5G2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q910","fd20a07","F1Q910","nanog","mef2d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q910","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L8I2","fd20a07","A0A0G2L8I2","nanog","trappc10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L8I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMH5","fd20a07","F1QMH5","nanog","st6gal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHX2","fd20a07","A0A0R4IHX2","nanog","klhdc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PI20","fd20a07","h3f3a; h3f3b.1; h3-5; h3f3d","nanog","h3f3a;h3f3b.1;h3-5;h3f3d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H3.3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLE6","fd20a07","Q5BLE6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R059","fd20a07","Atoh1.1","nanog","atoh1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Atonal bHLH transcription factor 1a (Protein atonal homolog 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH37","fd20a07","Q6TH37","nanog","cbx8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TH37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFE3","fd20a07","Q8JFE3","nanog","tp63","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PM68","fd20a07","A5PM68","nanog","ptbp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PM68","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG42","fd20a07","Q6DG42","nanog","pak2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG42","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IU15","fd20a07","A0A0R4IU15","nanog","si:dkey-21c1.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IU15","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD93","fd20a07","B7ZD93","nanog","mtres1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD93","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD52","fd20a07","F1QD52","nanog","garem","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD52","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEV6","fd20a07","A0A0R4IEV6","nanog","si:ch211-202f5.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHS8","fd20a07","E9QHS8","nanog","phf20l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUM4","fd20a07","Q1LUM4","nanog","ppfibp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFW9","fd20a07","A0A140LFW9","nanog","vgll4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXS7","fd20a07","E7EXS7","nanog","si:dkey-177p2.18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IB64","fd20a07","A0A0R4IB64","nanog","si:ch211-197h24.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IB64","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QE86","fd20a07","A0A2R8QE86","nanog","rims1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QE86","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB24","fd20a07","Meckelin isoform X2","nanog","tmem67","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Meckelin isoform X2 (Transmembrane protein 67)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4M2","fd20a07","atrxl","nanog","atrx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA helicase (EC 3.6.4.12) (ATP-dependent helicase ATRX)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF49","fd20a07","fc23d07","nanog","ptpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY39","fd20a07","E7EY39","nanog","gdpd5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV16","fd20a07","A0A0R4IV16","nanog","ifrd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV16","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W428","fd20a07","im:7140950","nanog","cul4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cullin-4B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ33","fd20a07","A0A0R4IZ33","nanog","tollip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ33","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5F2N3","fd20a07","Q5F2N3","nanog","fut10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5F2N3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0C9","fd20a07","fkd7","nanog","foxa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box A1 (Foxa1 protein) (Hepatocyte nuclear factor 3-alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBR6","fd20a07","E7FBR6","nanog","si:dkey-166k12.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK90","fd20a07","F1QK90","nanog","ercc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK90","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRQ1","fd20a07","A0A0R4IRQ1","nanog","si:ch73-341k19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z08","fd20a07","unc119b","nanog","unc119b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein unc-119 homolog B (Protein unc-119 homolog 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXD8","fd20a07","Q6NXD8","nanog","dennd5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NXD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMV7","fd20a07","ppp2r1a","nanog","ppp2r1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 2, regulatory subunit A, beta a (Serine/threonine-protein phosphatase 2A 65 kDa regulatory subunit A beta isoform (EC 3.1.3.16))","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2KTE1","fd20a07","B2KTE1","nanog","pikfyve","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B2KTE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZF6","fd20a07","A0A1L1QZF6","nanog","or133-7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHV9","fd20a07","A0A0R4IHV9","nanog","si:dkeyp-41f9.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWF0","fd20a07","Q6NWF0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKX5","fd20a07","A0A0R4IKX5","nanog","ftr23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q588C1","fd20a07","dnmt2","nanog","trdmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tRNA (cytosine(38)-C(5))-methyltransferase (EC 2.1.1.204) (DNA (cytosine-5)-methyltransferase-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGT2","fd20a07","Q5RGT2","nanog","flvcr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMX7","fd20a07","A0A0R4IMX7","nanog","sh3pxd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN93","fd20a07","F1QN93","nanog","nrp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QN93","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBY6","fd20a07","A0A286YBY6","nanog","ttf1.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLX8","fd20a07","B8JLX8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQV0","fd20a07","im:6891713","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGN0","fd20a07","A2BGN0","nanog","mmab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9G6","fd20a07","F1R9G6","nanog","chmp4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFU3","fd20a07","F1QFU3","nanog","tmem199","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMY1","fd20a07","F1QMY1","nanog","tctex1d2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1L0","fd20a07","E7F1L0","nanog","ulk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GER2","fd20a07","R4GER2","nanog","atg4da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GER2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7M5","fd20a07","E3 ubiquitin-protein ligase pellino homolog 1-like","nanog","peli3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5F3","fd20a07","F1R5F3","nanog","ephb4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L911","fd20a07","Q1L911","nanog","nrm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L911","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32SK9","fd20a07","Netrin-1","nanog","ntn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Netrin-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF53","fd20a07","E7FF53","nanog","unm_sa1614","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF53","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4H4B6","fd20a07","scrib","nanog","scrib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein scribble homolog (Scribble1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8X1","fd20a07","F1R8X1","nanog","ptprna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0D273","fd20a07","Q0D273","nanog","gabpb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0D273","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8N7","fd20a07","Q1L8N7","nanog","mest","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA40","fd20a07","F1QA40","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA40","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5CZU4","fd20a07","Q5CZU4","nanog","tp53i11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5CZU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFS7","fd20a07","Q8JFS7","nanog","ptpn4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JFS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R781","fd20a07","F1R781","nanog","lcmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R781","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NVV4","fd20a07","F6NVV4","nanog","dnttip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NVV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGQ9","fd20a07","Q6DGQ9","nanog","arl6ip5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GF24","fd20a07","R4GF24","nanog","si:ch73-301j1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GF24","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3I0","fd20a07","Q7T3I0","nanog","zc4h2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMJ2","fd20a07","Q4KMJ2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4KMJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH43","fd20a07","Q6DH43","nanog","mrpl43","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R043","fd20a07","F1R043","nanog","slc17a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R043","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVZ9","fd20a07","F1QVZ9","nanog","dusp8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHB8","fd20a07","Q5RHB8","nanog","bcat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R983","fd20a07","rbbp8","nanog","rbbp8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA endonuclease RBBP8 (EC 3.1.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISE4","fd20a07","A0A0R4ISE4","nanog","lonp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHF2","fd20a07","F1QHF2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4T6","fd20a07","F1R4T6","nanog","nme5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4T6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RWC3","fd20a07","A0A2R8RWC3","nanog","oga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RWC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLG5","fd20a07","adnpa","nanog","adnpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activity-dependent neuroprotective protein a (ADNP homeobox protein a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGF1","fd20a07","Uncharacterized protein LOC503753","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC503753 (Zgc:113263)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBQ8","fd20a07","F1QBQ8","nanog","slmapb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCT0","fd20a07","E7FCT0","nanog","kif26ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV44","fd20a07","Frizzled class receptor 7a","nanog","fzd7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled class receptor 7a (Frizzled homolog 7a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0G3","fd20a07","A0A2R8S0G3","nanog","si:ch211-71m22.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S0G3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUN2","fd20a07","zgc:55602","nanog","nek2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4L4","fd20a07","F1Q4L4","nanog","serf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4L4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5Q9","fd20a07","F8W5Q9","nanog","sbds","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0B7","fd20a07","F1R0B7","nanog","gskip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECU3","fd20a07","Q1ECU3","nanog","arrdc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CED5","fd20a07","A2CED5","nanog","gbgt1l4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CED5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL82","fd20a07","F1QL82","nanog","tshz3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL82","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDN0","fd20a07","F1RDN0","nanog","pno1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY52","fd20a07","Exocyst complex component 3-like 2b","nanog","exoc3l2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exocyst complex component 3-like 2b (Tumor necrosis factor alpha-induced protein 2 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMX0","fd20a07","fi76d06","nanog","vcam1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vascular cell adhesion molecule 1b (Vascular cell adhesion protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZL9","fd20a07","F1QZL9","nanog","wipf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGB7","fd20a07","Q5RGB7","nanog","ddx49","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGC9","fd20a07","F1QGC9","nanog","ccdc90b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5L5","fd20a07","dynlt1","nanog","dynlt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain Tctex-type 1 (Dynein, light chain, Tctex-type 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITE5","fd20a07","A0A0R4ITE5","nanog","mef2cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSX1","fd20a07","A0A1D5NSX1","nanog","vps13c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXC9","fd20a07","Q6NXC9","nanog","tox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NXC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCQ5","fd20a07","E9QCQ5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3U3","fd20a07","Q5U3U3","nanog","cpt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYU1","fd20a07","E7EYU1","nanog","tmem179","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6C1","fd20a07","B0S6C1","nanog","tfpia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6C1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PYH7","fd20a07","dlg2","nanog","dlg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Disks large homolog 2 (Postsynaptic density protein 93) (PSD-93)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDJ7","fd20a07","A0A0R4IDJ7","nanog","si:ch211-225h24.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P977","fd20a07","Q6P977","nanog","rab42a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P977","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE14","fd20a07","R4GE14","nanog","si:ch211-207i1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE14","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4Z7","fd20a07","E7F4Z7","nanog","arsia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4Z7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6T8","fd20a07","F1R6T8","nanog","ubox5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHS3","fd20a07","wu:fa92b05","nanog","rpl15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein L15","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF45","fd20a07","F1QF45","nanog","cbr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF45","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KGZ6","fd20a07","ppp3cc","nanog","ppp3cca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGF8","fd20a07","X1WGF8","nanog","galnt16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG42","fd20a07","E9QG42","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG42","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6L6","fd20a07","F1Q6L6","nanog","setd1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P442","fd20a07","Q0P442","nanog","rnasekb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P442","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITP2","fd20a07","Mjd","nanog","atxn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ubiquitinyl hydrolase 1 (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDT9","fd20a07","X1WDT9","nanog","bicd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFF7","fd20a07","X1WFF7","nanog","kbtbd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWL7","fd20a07","Q1LWL7","nanog","trit1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBB4","fd20a07","E7FBB4","nanog","sgsm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRF8","fd20a07","Q6DRF8","nanog","prpf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCQ8","fd20a07","E7FCQ8","nanog","med13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGT1","fd20a07","E9QGT1","nanog","si:dkey-30k6.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BR1","fd20a07","zgc:152914","nanog","dr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Dr1 (Down-regulator of transcription 1) (Negative cofactor 2-beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804R0","fd20a07","lbx2","nanog","lbx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor LBX2 (Ladybird homeobox 2) (Ladybird homeobox protein homolog 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXK8","fd20a07","F1QXK8","nanog","ppp4r4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1B8","fd20a07","F1R1B8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG33","fd20a07","wu:fc18d06","nanog","det1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DET1 homolog isoform X1 (DET1 partner of COP1 E3 ubiquitin ligase) (De-etiolated homolog 1 (Arabidopsis)) (Det1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS98","fd20a07","F1QS98","nanog","dlg3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS98","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSY7","fd20a07","F1QSY7","nanog","iars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTE3","fd20a07","psa-4","nanog","smarca2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD72","fd20a07","X1WD72","nanog","si:ch211-15d5.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD72","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3Z6","fd20a07","E7F3Z6","nanog","arhgef10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QKN6","fd20a07","A0A2R8QKN6","nanog","cnppd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QKN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4E3","fd20a07","F1R4E3","nanog","slc22a15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJF4","fd20a07","rorab","nanog","rorab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor ROR-alpha B (Retinoid-related orphan receptor alpha 1) (Retinoid-related orphan receptor-alpha B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAS0","fd20a07","F1QAS0","nanog","mtdhb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QP05","fd20a07","A0A2R8QP05","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QP05","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHD1","fd20a07","Q5RHD1","nanog","kdm7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PXX2","fd20a07","A0A2R8PXX2","nanog","pebp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PXX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN78","fd20a07","stk24","nanog","stk24b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P1T9","fd20a07","F6P1T9","nanog","si:ch211-173p18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P1T9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQC6","fd20a07","zgc:86833","nanog","psmd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIT7","fd20a07","F1QIT7","nanog","cmss1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIT3","fd20a07","si:ch211-225g23.1","nanog","cenpt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein T","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT60","fd20a07","si:dkey-77f17.8","nanog","nmba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuromedin Ba (Neuromedin-B precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYE3","fd20a07","Q6NYE3","nanog","pgm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R561","fd20a07","F1R561","nanog","si:dkey-172j4.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R561","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCS2","fd20a07","F1QCS2","nanog","os9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZN2","fd20a07","F1QZN2","nanog","azin1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM77","fd20a07","A0A0R4IM77","nanog","ccdc137","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM77","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5K6","fd20a07","ATP-binding cassette sub-family B member 10, mitochondrial","nanog","abcb10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTJ5","fd20a07","F1QTJ5","nanog","rad18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98878","fd20a07","Q98878","nanog","dlx4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98878","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9S0","fd20a07","A0A0R4I9S0","nanog","si:ch211-255f4.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1H9","fd20a07","ythdf2","nanog","ythdf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","YTH domain-containing family protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFW5","fd20a07","A0A2R8QFW5","nanog","strip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBS1","fd20a07","hm:zeh0176","nanog","si:dkey-156n14.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHD0","fd20a07","Histone acetyltransferase","nanog","kat5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFE0","fd20a07","fi75f03","nanog","nelfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Negative elongation factor A (Negative elongation factor complex member A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ49","fd20a07","F1QJ49","nanog","prkag2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ49","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC20","fd20a07","zgc:101030","nanog","arf4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V925","fd20a07","bad","nanog","badb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDS3","fd20a07","F1QDS3","nanog","gramd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P6E8","fd20a07","Q6P6E8","nanog","arl5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P6E8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFX1","fd20a07","A0A140LFX1","nanog","insb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHE3","fd20a07","F1QHE3","nanog","slc38a5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH84","fd20a07","A0A140LH84","nanog","klhl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH84","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0D3","fd20a07","arpc5l","nanog","arpc5la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6I2","fd20a07","F6P6I2","nanog","grin2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P6I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9L8","fd20a07","E7F9L8","nanog","myo1d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9L8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLF0","fd20a07","nmd3","nanog","nmd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60S ribosomal export protein NMD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJW0","fd20a07","mosmoa","nanog","mosmoa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Modulator of smoothened a (Uncharacterized protein C16orf52 homolog B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXR7","fd20a07","B0UXR7","nanog","olfml2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3T4","fd20a07","Q5U3T4","nanog","cpsf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3T4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGB9","fd20a07","E7FGB9","nanog","si:ch73-173p19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF32","fd20a07","E9QF32","nanog","b3gnt2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF32","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH25","fd20a07","Q6DH25","nanog","epdr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH25","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBL0","fd20a07","F1RBL0","nanog","pex26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTD4","fd20a07","Q1MTD4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3E1","fd20a07","wu:fi15h09","nanog","rab11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-11A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2D2","fd20a07","F1R2D2","nanog","robo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2D2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWM0","fd20a07","F1QWM0","nanog","snapc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJE5","fd20a07","F1QJE5","nanog","ppm1g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLW2","fd20a07","F1QLW2","nanog","mhc1zaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH26","fd20a07","Q5RH26","nanog","atp5f1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ01","fd20a07","Q7ZZ01","nanog","msx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZ01","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EF6","fd20a07","Q58EF6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q58EF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE09","fd20a07","zgc:158795","nanog","galt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Galactose-1-phosphate uridylyltransferase (EC 2.7.7.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P129","fd20a07","Q6P129","nanog","rab18a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P129","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAA4","fd20a07","E7FAA4","nanog","fam13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXP0","fd20a07","sec22bb","nanog","sec22bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle-trafficking protein SEC22b-B (SEC22 vesicle-trafficking protein homolog B-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYN0","fd20a07","Q5TYN0","nanog","rhag","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGE9","fd20a07","cd3eap","nanog","polr1g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CD3e molecule, epsilon associated protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK40","fd20a07","A3QK40","nanog","ncor1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QK40","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3G2","fd20a07","fb93e02","nanog","ywhah","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein eta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, eta polypeptide)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NLA2","fd20a07","F6NLA2","nanog","asb7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NLA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T1D8","fd20a07","wu:fa18f07","nanog","phb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prohibitin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNW4","fd20a07","F1QNW4","nanog","gas8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4S7","fd20a07","F1R4S7","nanog","ak3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8L9","fd20a07","Q1L8L9","nanog","ak2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8L9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYN2","fd20a07","Q1LYN2","nanog","tpk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWD2","fd20a07","Q6NWD2","nanog","abraxas2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMT9","fd20a07","si:bx813304.1","nanog","ccr6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-C chemokine receptor type 6 (Chemokine (C-C motif) receptor 6a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCA3","fd20a07","E9QCA3","nanog","si:ch211-106k21.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CET2","fd20a07","A2CET2","nanog","napaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CET2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0D7","fd20a07","coro1ca","nanog","coro1ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coronin-1C-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4Y8","fd20a07","Tumor susceptibility 101b","nanog","tsg101b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tumor susceptibility 101b (Tumor susceptibility gene 101 protein-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2Y6","fd20a07","E7F2Y6","nanog","abca1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2Y6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6P6","fd20a07","ddx3","nanog","ddx3xa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEC6","fd20a07","A2CEC6","nanog","dipk2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZE0","fd20a07","E7EZE0","nanog","tafa5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFB8","fd20a07","E7FFB8","nanog","nog3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGC0","fd20a07","A0A140LGC0","nanog","cfap410","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPD0","fd20a07","A0A0R4IPD0","nanog","siah1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NFN1","fd20a07","F6NFN1","nanog","unc13d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NFN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHC1","fd20a07","rab18b","nanog","rab18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-18-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICI5","fd20a07","RNA polymerase I-specific transcription initiation factor RRN3","nanog","rrn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA polymerase I-specific transcription initiation factor RRN3 (RRN3 homolog, RNA polymerase I transcription factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0T0","fd20a07","ndufs8","nanog","ndufs8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] iron-sulfur protein 8, mitochondrial (Complex I-23kD) (NADH-ubiquinone oxidoreductase 23 kDa subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISD3","fd20a07","A0A0R4ISD3","nanog","si:ch1073-392o20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXF1","fd20a07","A0A0R4IXF1","nanog","gnl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXF1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY34","fd20a07","AKT1 substrate 1","nanog","akt1s1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVL5","fd20a07","zgc:55929","nanog","serpine2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glia-derived nexin precursor (Serine (Or cysteine) proteinase inhibitor, clade E (Nexin, plasminogen activator inhibitor type 1), member 2) (Serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2) (Serpine2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ88","fd20a07","zgc:103534","nanog","kansl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KAT8 regulatory NSL complex subunit 2 (NSL complex protein NSL2) (Non-specific lethal 2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIS8","fd20a07","F1QIS8","nanog","ptger1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA21","fd20a07","smcr8a","nanog","smcr8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD25","fd20a07","F1QD25","nanog","mdm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD25","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBR1","fd20a07","sphingomyelin phosphodiesterase","nanog","smpd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","sphingomyelin phosphodiesterase (EC 3.1.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1M4","fd20a07","ppp4r2b","nanog","ppp4r2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 4 regulatory subunit 2-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4A7","fd20a07","snap47","nanog","snap47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptosomal-associated protein 47 (SNAP-47) (Synaptosomal-associated 47 kDa protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4R2","fd20a07","F8W4R2","nanog","ubr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4R2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBZ7","fd20a07","zgc:73176","nanog","fhit","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bis(5'-adenosyl)-triphosphatase (EC 3.6.1.29)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWZ2","fd20a07","Q8AWZ2","nanog","hoxa3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AWZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFA6","fd20a07","coxXVIII","nanog","cox8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 8A (Cytochrome c oxidase subunit VIIIA (Ubiquitous))","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG66","fd20a07","X1WG66","nanog","si:dkey-185p13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG66","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9K9","fd20a07","SUMO-specific peptidase 2","nanog","senp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUMO-specific peptidase 2 (Sentrin-specific protease 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HU0","fd20a07","Q66HU0","nanog","msrb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66HU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH67","fd20a07","C3a anaphylatoxin chemotactic receptor-like","nanog","si:dkey-117a8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C3a anaphylatoxin chemotactic receptor-like (Si:dkey-117a8.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q91994","fd20a07","Q91994","nanog","otx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q91994","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NR34","fd20a07","F6NR34","nanog","htr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NR34","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q307","fd20a07","A0A2R8Q307","nanog","foxj3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q307","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRZ0","fd20a07","smurf2","nanog","smurf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase SMURF2 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase SMURF2) (SMAD ubiquitination regulatory factor 2) (SMAD-specific E3 ubiquitin-protein ligase 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFD2","fd20a07","F1QFD2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQW7","fd20a07","ccdc101","nanog","sgf29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SAGA complex-associated factor 29 (SAGA-associated factor 29 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZD1","fd20a07","E7EZD1","nanog","nbeaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2Y5","fd20a07","B0V2Y5","nanog","si:dkey-56i24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2Y5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBU5","fd20a07","zgc:110005","nanog","polr2j","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase II subunit RPB11-a (EC 2.7.7.6) (Polr2j protein) (Polymerase (RNA) II (DNA directed) polypeptide J) (RNA polymerase II subunit J)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXL2","fd20a07","F1QXL2","nanog","setd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXL2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503F3","fd20a07","Q503F3","nanog","trmt112","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QUQ1","fd20a07","rgs9","nanog","rgs9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Regulator of G protein-signaling 9a (Regulator of G-protein signaling 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQH4","fd20a07","Relaxin family peptide receptor 3.3a1","nanog","rxfp3.3a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZJ0","fd20a07","A8DZJ0","nanog","tbcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSW9","fd20a07","F1QSW9","nanog","prxl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDU3","fd20a07","X1WDU3","nanog","si:dkey-245f22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6J7","fd20a07","Jumonji, AT-rich interactive domain 2a","nanog","jarid2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Jumonji, AT-rich interactive domain 2a (Protein Jumonji)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FER4","fd20a07","E7FER4","nanog","si:dkey-192l18.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FER4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAK0","fd20a07","F1RAK0","nanog","acsl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8N2","fd20a07","Q1L8N2","nanog","rad23ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8N2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8M2","fd20a07","F1Q8M2","nanog","wnt5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3D2","fd20a07","Q5U3D2","nanog","eif4ebp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3D2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2F2","fd20a07","mapkapk2","nanog","mapkapk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MAP kinase-activated protein kinase 2 (EC 2.7.11.1) (MAPK-activated protein kinase 2a) (Mitogen-activated protein kinase-activated protein kinase 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q7R3","fd20a07","A0A2R8Q7R3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q7R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGQ4","fd20a07","Q6DGQ4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIC3","fd20a07","Q5RIC3","nanog","znf395b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1C2","fd20a07","F1R1C2","nanog","armc7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1C2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRW8","fd20a07","A9JRW8","nanog","sufu","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH16","fd20a07","otub1l","nanog","otub1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin thioesterase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYM3","fd20a07","Q1LYM3","nanog","spire1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R754","fd20a07","F1R754","nanog","pard6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R754","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKK6","fd20a07","A0A0R4IKK6","nanog","pcyt1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YIB5","fd20a07","Z4YIB5","nanog","rnf144ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YIB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRW8","fd20a07","F1QRW8","nanog","efcab11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLB9","fd20a07","Q5BLB9","nanog","si:rp71-1h20.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9M3","fd20a07","F1Q9M3","nanog","thap12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q56A40","fd20a07","Q56A40","nanog","ccdc40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q56A40","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7D7","fd20a07","F1R7D7","nanog","prdm13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7D7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1X6","fd20a07","si:ch73-362i18.3","nanog","cenpx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein X","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZVP1","fd20a07","B7ZVP1","nanog","erf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZVP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJS9","fd20a07","F1QJS9","nanog","her5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P424","fd20a07","elp6","nanog","elp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongator complex protein 6 (Protein TMEM103)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPM4","fd20a07","A0A0R4IPM4","nanog","si:dkey-237i9.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF27","fd20a07","F1QF27","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF27","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QID5","fd20a07","F1QID5","nanog","dhrs3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QID5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7J9","fd20a07","F1Q7J9","nanog","tbc1d9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7J9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDV2","fd20a07","A0A2R8QDV2","nanog","cst14b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5IBN3","fd20a07","Q5IBN3","nanog","polm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5IBN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYS2","fd20a07","Interleukin-1 receptor-associated kinase 3","nanog","irak3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interleukin-1 receptor-associated kinase 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PBL6","fd20a07","wu:fa19h06","nanog","cops7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK09","fd20a07","fc54h05","nanog","mks1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MKS transition zone complex subunit 1 (Meckel syndrome type 1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJA8","fd20a07","Q5BJA8","nanog","nkx2.2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BJA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KBZ9","fd20a07","A8KBZ9","nanog","xpnpep3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KBZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGU6","fd20a07","X1WGU6","nanog","si:dkey-77f5.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDK3","fd20a07","F1RDK3","nanog","lin7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9M2","fd20a07","E7F9M2","nanog","spock1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PR60","fd20a07","Q5PR60","nanog","ube2kb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PR60","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY29","fd20a07","Q6NY29","nanog","max","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NY29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4J755","fd20a07","Tyrosine-protein kinase","nanog","hck","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KQH4","fd20a07","A0A0G2KQH4","nanog","pappaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KQH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7YT47","fd20a07","hadha","nanog","hadhaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","enoyl-CoA hydratase (EC 4.2.1.17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWC3","fd20a07","fc94f01","nanog","rps2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBY8","fd20a07","skp1a","nanog","skp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","S-phase kinase-associated protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DI17","fd20a07","Q6DI17","nanog","gpm6ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DI17","tf-link","27924024","regulates","txid7955" +"A5JNG8","P79745","fd20a07","P79745","nanog","pou3f3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P79745","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7F0","fd20a07","F1R7F0","nanog","klf6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7F0","tf-link","27924024","regulates","txid7955" +"A5JNG8","P62247","fd20a07","rps8","nanog","rps8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein eS8 (40S ribosomal protein S8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHW0","fd20a07","B8JHW0","nanog","lgmn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXS1","fd20a07","B0UXS1","nanog","foxred2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR84","fd20a07","fj47c03","nanog","ndst1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGK3","fd20a07","A2BGK3","nanog","sh2d1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKV3","fd20a07","nadkd1","nanog","nadk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NAD kinase 2, mitochondrial (EC 2.7.1.23) (NAD kinase domain-containing protein 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG27","fd20a07","E7FG27","nanog","entpd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FG27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT86","fd20a07","cb33","nanog","kirrel3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T370","fd20a07","Q7T370","nanog","cdv3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T370","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLX3","fd20a07","A0A2R8QLX3","nanog","atp2b4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2ATY0","fd20a07","A2ATY0","nanog","wbp1la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2ATY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2N9","fd20a07","F8W2N9","nanog","nfxl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVZ0","fd20a07","fd23d09","nanog","nup153","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear pore complex protein Nup153 (Nucleoporin 153)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG57","fd20a07","X1WG57","nanog","ep300b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG57","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJG7","fd20a07","A0A2R9YJG7","nanog","vclb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH51","fd20a07","F1QH51","nanog","slc34a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH51","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEC2","fd20a07","F1QEC2","nanog","fhdc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNG2","fd20a07","wu:fl24c03","nanog","irf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interferon regulatory factor 7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYA8","fd20a07","E7EYA8","nanog","fubp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA41","fd20a07","im:7221408","nanog","eya4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eyes absent homolog (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDT3","fd20a07","A0A0R4IDT3","nanog","znf1159","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJI0","fd20a07","A0A2R9YJI0","nanog","rab34b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDQ5","fd20a07","F1QDQ5","nanog","manf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVH9","fd20a07","F1QVH9","nanog","unc13ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","P47793","fd20a07","wnt4a","nanog","wnt4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Wnt-4a","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS60","fd20a07","A0A1D5NS60","nanog","znf16l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NS60","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRY1","fd20a07","F1QRY1","nanog","cwc27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE17","fd20a07","F1QE17","nanog","dusp23b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE17","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2E3","fd20a07","csnk1da","nanog","csnk1da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase I isoform delta-A (CKI-delta-A) (CKId-A) (EC 2.7.11.1) (Casein kinase I isoform delta-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRF3","fd20a07","psmb1","nanog","psmb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0T4","fd20a07","B0R0T4","nanog","lysmd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0T4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P6X0","fd20a07","ubap1","nanog","ubap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-associated protein 1 (UBAP-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9F2","fd20a07","F1R9F2","nanog","si:dkey-19a16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QSC8","fd20a07","A0A2R8QSC8","nanog","slc12a7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QSC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH58","fd20a07","X1WH58","nanog","znf1035","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH58","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIC6","fd20a07","F1QIC6","nanog","fam162a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","P52889","fd20a07","P52889","nanog","lhx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","P52889","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P032","fd20a07","MPR46","nanog","m6pr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIA5","fd20a07","A0A2R8QIA5","nanog","dnajc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN55","fd20a07","zgc:100941","nanog","me2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Malic enzyme","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S510","fd20a07","B0S510","nanog","pptc7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S510","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5F3","fd20a07","A0A2R8Q5F3","nanog","med8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1W7","fd20a07","E7F1W7","nanog","si:dkey-226l10.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1W7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQM6","fd20a07","kcng4","nanog","kcng4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Potassium voltage-gated channel subfamily G member 4 (Potassium voltage-gated channel, subfamily G, member 4a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P972","fd20a07","zgc:73108","nanog","tuba2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93369","fd20a07","BMP2b","nanog","bmp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bone morphogenetic protein 2 (Bone morphogenetic protein 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F279","fd20a07","E7F279","nanog","si:ch73-248e21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F279","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R442","fd20a07","F1R442","nanog","alox5b.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R442","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNS7","fd20a07","Q6TNS7","nanog","rabl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8F1","fd20a07","F1R8F1","nanog","dolk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8F1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R543","fd20a07","pom121","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8Y5T3","fd20a07","A8Y5T3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8Y5T3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSY2","fd20a07","F1QSY2","nanog","gtf2f2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILA2","fd20a07","A0A0R4ILA2","nanog","ntrk2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK54","fd20a07","F1QK54","nanog","hbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK54","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLW4","fd20a07","B8JLW4","nanog","c18h3orf33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJC3","fd20a07","E9QJC3","nanog","myt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBT6","fd20a07","Q4VBT6","nanog","exosc8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4VBT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3W9","fd20a07","E7F3W9","nanog","lin28b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3W9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V920","fd20a07","pacsin1b","nanog","pacsin1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIF5","fd20a07","A0A2R8RIF5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV96","fd20a07","F1QV96","nanog","si:dkey-250l23.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV96","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU95","fd20a07","F1QU95","nanog","ccng1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU95","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YH90","fd20a07","cldng","nanog","cldng","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin-like protein ZF-A9 (Claudin g)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJJ4","fd20a07","A0A0R4IJJ4","nanog","limch1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98873","fd20a07","Q98873","nanog","nkx2.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98873","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z5","fd20a07","fe36b09","nanog","cnbpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCHC-type zinc finger, nucleic acid-binding protein a (Cellular nucleic acid-binding protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLC7","fd20a07","rab8bb","nanog","rab8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-8B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUX1","fd20a07","A5WUX1","nanog","adarb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5B7","fd20a07","F1R5B7","nanog","trex4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5B7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ40","fd20a07","E9QJ40","nanog","fam120c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ40","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQX1","fd20a07","F1QQX1","nanog","nme7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUJ1","fd20a07","deltex3","nanog","dtx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUY4","fd20a07","F1QUY4","nanog","tmem69","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IML0","fd20a07","A0A0R4IML0","nanog","capgb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IML0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6E0","fd20a07","F1R6E0","nanog","sall3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6E0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBX9","fd20a07","Q6PBX9","nanog","reep5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9F1","fd20a07","A0A0R4I9F1","nanog","ccser1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9F1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHP6","fd20a07","Q6DHP6","nanog","narf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYA7","fd20a07","B0UYA7","nanog","eef1akmt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PRD4","fd20a07","csnk1g1","nanog","csnk1g1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase I isoform gamma-1 (CKI-gamma 1) (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BL27","fd20a07","Q5BL27","nanog","eif4enif1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BL27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZC9","fd20a07","fc11c04","nanog","mboat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysophospholipid acyltransferase 1 (Membrane-bound O-acyltransferase domain-containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDB1","fd20a07","E7FDB1","nanog","tmem114","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH41","fd20a07","RING-type E3 ubiquitin transferase","nanog","rlim","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUK1","fd20a07","micos13","nanog","micos13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MICOS complex subunit MIC13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKC8","fd20a07","F1QKC8","nanog","rec8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPL9","fd20a07","A0A2R8QPL9","nanog","pif1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZY9","fd20a07","F1QZY9","nanog","rtn4ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R433","fd20a07","F1R433","nanog","cyhr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R433","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAA0","fd20a07","F1QAA0","nanog","nif3l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTX4","fd20a07","F1QTX4","nanog","ubxn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PXT7","fd20a07","A0A2R8PXT7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F169","fd20a07","E7F169","nanog","ppp3cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F169","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCP5","fd20a07","F1QCP5","nanog","dtd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8E2","fd20a07","lep","nanog","ptch1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein patched homolog 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ00","fd20a07","A0A0R4IZ00","nanog","lamp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ00","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB04","fd20a07","E7FB04","nanog","dpy19l1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB04","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PZT9","fd20a07","A0A2R8PZT9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PZT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q814","fd20a07","A0A2R8Q814","nanog","ctxn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q814","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY99","fd20a07","F1QY99","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFS0","fd20a07","F1QFS0","nanog","msmo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","P53405","fd20a07","isl1","nanog","isl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin gene enhancer protein isl-1 (Islet-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICS1","fd20a07","Integrin alpha 4","nanog","itga4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrin alpha 4 (Integrin alpha-4 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3B4","fd20a07","Q5U3B4","nanog","igf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U3B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW84","fd20a07","A5WW84","nanog","dcun1d4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WW84","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR83","fd20a07","F1QR83","nanog","nae1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR83","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUL8","fd20a07","A0A0R4IUL8","nanog","nkrf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1Y0","fd20a07","E7F1Y0","nanog","si:ch211-278a6.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1Y0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P9I0","fd20a07","F6P9I0","nanog","cgref1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P9I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AX86","fd20a07","zgc:63549","nanog","elovl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Elongation of very long chain fatty acids protein 5 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL5) (ELOVL fatty acid elongase 5) (ELOVL FA elongase 5) (Very long chain 3-ketoacyl-CoA synthase 5) (Very long chain 3-oxoacyl-CoA synthase 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H9","fd20a07","frs2","nanog","frs2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibroblast growth factor receptor substrate 2b","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHS9","fd20a07","B8JHS9","nanog","pcnx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYC0","fd20a07","B0UYC0","nanog","cx43.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVL9","fd20a07","A0A0R4IVL9","nanog","arhgef12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7K3","fd20a07","F1Q7K3","nanog","si:ch73-386h18.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F292","fd20a07","E7F292","nanog","mapk13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F292","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P124","fd20a07","Q6P124","nanog","g3bp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P124","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG20","fd20a07","Q5RG20","nanog","asap2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RG20","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJE0","fd20a07","fb33d01","nanog","uqcrc2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QF54","fd20a07","A0A2R8QF54","nanog","neurl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QF54","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQ91","fd20a07","A0A2R8QQ91","nanog","gbe1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQ91","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KLE5","fd20a07","A0A0G2KLE5","nanog","si:dkey-237i9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KLE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVJ2","fd20a07","F1QVJ2","nanog","naa15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJJ6","fd20a07","B3DJJ6","nanog","lrp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXP5","fd20a07","E7EXP5","nanog","lrrc75bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYY2","fd20a07","A0A0R4IYY2","nanog","ube2q1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3A6","fd20a07","F1R3A6","nanog","fkbp1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEM9","fd20a07","Q6TEM9","nanog","mylipa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TEM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0JZN6","fd20a07","B0JZN6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0JZN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG09","fd20a07","LOC100331694","nanog","LOC100331694","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromo adjacent homology domain-containing 1 protein-like (Uncharacterized protein LOC100331694 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP72","fd20a07","Kinesin family member 26Bb","nanog","kif26bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin family member 26Bb (Kinesin-like protein KIF26B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3D5","fd20a07","Q7T3D5","nanog","pdcd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3D5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG32","fd20a07","F1QG32","nanog","ca4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG32","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSH8","fd20a07","A0A1D5NSH8","nanog","slc8b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DEG7","fd20a07","Q9DEG7","nanog","ctbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DEG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJF6","fd20a07","A0A2R9YJF6","nanog","bcas3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S602","fd20a07","Fn","nanog","fn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibronectin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2D4","fd20a07","Q7T2D4","nanog","ergic2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH62","fd20a07","ssx2ip","nanog","ssx2ipa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Afadin- and alpha-actinin-binding protein (Synovial sarcoma, X breakpoint 2-interacting protein a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7YT51","fd20a07","wu:fb53c07","nanog","sf3b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B subunit 2 (Splicing factor 3b, subunit 2) (Zgc:136773 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI34","fd20a07","F1QI34","nanog","dtx4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI34","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWW7","fd20a07","zgc:85716","nanog","thrap3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thyroid hormone receptor-associated protein 3 isoform X1 (Thyroid hormone receptor-associated protein 3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1H3","fd20a07","Gene2604","nanog","si:ch211-195h23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CARD-like protein (Caspase recruitment domain-containing protein 8) (Si:ch211-195h23.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFP7","fd20a07","E7FFP7","nanog","myo9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","P79727","fd20a07","efna2","nanog","efna2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephrin-A2 (ELF-1) (EPH-related receptor tyrosine kinase ligand 6) (LERK-6) (ZfEPHL3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD36","fd20a07","X1WD36","nanog","si:ch73-250a16.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N5E8A0","fd20a07","A0A0N5E8A0","nanog","rubcn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N5E8A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN48","fd20a07","F1QN48","nanog","fam53b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QN48","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKE1","fd20a07","F1QKE1","nanog","nrg2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Y6","fd20a07","Remodeling and spacing factor 1 isoform X2","nanog","rsf1b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Remodeling and spacing factor 1 isoform X2 (Remodeling and spacing factor 1b, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHR0","fd20a07","parp1","nanog","parp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Poly [ADP-ribose] polymerase 1 (PARP-1) (EC 2.4.2.30) (ADP-ribosyltransferase diphtheria toxin-like 1) (ARTD1) (DNA ADP-ribosyltransferase PARP1) (EC 2.4.2.-) (NAD(+) ADP-ribosyltransferase 1) (ADPRT 1) (Poly[ADP-ribose] synthase 1) (Protein poly-ADP-ribosyltransferase PARP1) (EC 2.4.2.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWX7","fd20a07","F1QWX7","nanog","spata6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIF0","fd20a07","B8JIF0","nanog","wbp1lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5J2","fd20a07","F1Q5J2","nanog","map3k10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTZ2","fd20a07","rsl24d1","nanog","rsl24d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Probable ribosome biogenesis protein RLP24 (Ribosomal L24 domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRB0","fd20a07","A0A0R4IRB0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F898","fd20a07","E7F898","nanog","sema4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F898","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JL57","fd20a07","B8JL57","nanog","rex1bd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JL57","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGQ0","fd20a07","Q5RGQ0","nanog","mettl25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYD0","fd20a07","A0A0R4IYD0","nanog","rps27l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS5","fd20a07","F1QKS5","nanog","drosha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFA4","fd20a07","E7FFA4","nanog","mkrn2os.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGA5","fd20a07","E7FGA5","nanog","gsr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5J4","fd20a07","protein-tyrosine-phosphatase","nanog","ptprz1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","protein-tyrosine-phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3A5","fd20a07","zgc:92109","nanog","ankrd9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ankyrin repeat domain 9 (Ankyrin repeat domain-containing protein 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHQ0","fd20a07","Q6DHQ0","nanog","cdk2ap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBG2","fd20a07","A0A0R4IBG2","nanog","acp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH05","fd20a07","GABARAPL2","nanog","gabarapl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GABA(A) receptor-associated protein-like 2 (Gamma-aminobutyric acid receptor-associated protein-like 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBU0","fd20a07","wu:fd20d04","nanog","bckdha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD39","fd20a07","B7ZD39","nanog","ppa1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD39","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRD5","fd20a07","zgc:92341","nanog","ufd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin fusion degradation 1-like (Ubiquitin recognition factor in ER-associated degradation 1) (Ubiquitin recognition factor in ER-associated degradation protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFR1","fd20a07","Bromodomain-containing 1a","nanog","brd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bromodomain-containing 1a (Bromodomain-containing protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","H9T836","fd20a07","URP","nanog","uts2d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Urotensin 2 domain containing precursor (Urotensin 2 domain-containing) (Urotensin II-related peptide)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMG3","fd20a07","B8JMG3","nanog","hlx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA77","fd20a07","F1RA77","nanog","dnajc25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9C7","fd20a07","A0A0R4I9C7","nanog","pou5f3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RNE9","fd20a07","A0A2R8RNE9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RNE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q7E4","fd20a07","A0A2R8Q7E4","nanog","dll4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q7E4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0VIA1","fd20a07","med10","nanog","med10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 10 (Mediator complex subunit 10) (Protein tennis match)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F059","fd20a07","Nuclear factor of activated T-cells, cytoplasmic 4","nanog","nfatc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear factor of activated T-cells, cytoplasmic 4 (Nuclear factor of-activated T cells 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHL4","fd20a07","Q6PHL4","nanog","nkain1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PHL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZG3","fd20a07","A8DZG3","nanog","phactr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4G5W2","fd20a07","rtn4","nanog","rtn4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reticulon","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5I7G4","fd20a07","Q5I7G4","nanog","phox2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5I7G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJ47","fd20a07","A0A2R8QJ47","nanog","vps72b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJ47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NSN6","fd20a07","wu:fc04c08","nanog","ppp1caa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QA25","fd20a07","A0A2R8QA25","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QA25","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3C6","fd20a07","nudt21","nanog","nudt21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cleavage and polyadenylation specificity factor subunit 5 (Nudix hydrolase 21)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH51","fd20a07","A0A140LH51","nanog","map1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH51","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2P7","fd20a07","G1K2P7","nanog","fgfr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2P7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4V7","fd20a07","F2Z4V7","nanog","slc43a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4V7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q904","fd20a07","A0A2R8Q904","nanog","arfgef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q904","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QN39","fd20a07","Protein kinase X-linked","nanog","prkx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase X-linked (cAMP-dependent protein kinase catalytic subunit PRKX)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3V9","fd20a07","B0V3V9","nanog","sgsh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V3V9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PZ52","fd20a07","A0A2R8PZ52","nanog","mgaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PZ52","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXI5","fd20a07","F1QXI5","nanog","bmpr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV78","fd20a07","F1QV78","nanog","si:ch211-89o9.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV78","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRH0","fd20a07","Leucine-rich repeat neuronal 1","nanog","lrrn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat neuronal 1 (Leucine-rich repeat neuronal protein 1 precursor) (Lrrn1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTH2","fd20a07","A9JTH2","nanog","fam78ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC95","fd20a07","zgc:73046","nanog","tuba8l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TLE1","fd20a07","Q5TLE1","nanog","fgf6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TLE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVM1","fd20a07","A0A0R4IVM1","nanog","lsm14ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4X7","fd20a07","B8A4X7","nanog","limch1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UVJ6","fd20a07","vangl2","nanog","vangl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vang-like protein 2 (Protein strabismus) (Protein trilobite) (Van Gogh-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7R6","fd20a07","F1R7R6","nanog","kcnf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7R6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAN4","fd20a07","E7FAN4","nanog","myzap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803M4","fd20a07","fc79h10","nanog","ube2al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RI02","fd20a07","Ephrin-B3-like","nanog","efnb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephrin-B3-like (Ephrin-B3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY20","fd20a07","E7EY20","nanog","ilkap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY20","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7X7","fd20a07","E7F7X7","nanog","nim1k","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P005","fd20a07","Q6P005","nanog","tescb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P005","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN50","fd20a07","A5PN50","nanog","sik2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PN50","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJR7","fd20a07","A0A0R4IJR7","nanog","tgoln2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBP6","fd20a07","A0A0R4IBP6","nanog","btr23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG10","fd20a07","E9QG10","nanog","rps6kb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHC0","fd20a07","F1QHC0","nanog","bnip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QPA0","fd20a07","im:7151680","nanog","me3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Malic enzyme","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFC5","fd20a07","X1WFC5","nanog","b4galnt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IR49","fd20a07","A0A0R4IR49","nanog","si:ch211-165e15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IR49","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIR6","fd20a07","A0A0R4IIR6","nanog","spink2.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICR0","fd20a07","wu:fc15b07","nanog","klhl13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NMN3","fd20a07","fc83f08","nanog","ppp5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVV4","fd20a07","A5WVV4","nanog","si:dkey-98f17.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVV4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y931","fd20a07","A0A286Y931","nanog","insyn2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y931","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD11","fd20a07","F1QD11","nanog","baz1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCN7","fd20a07","F1QCN7","nanog","ppp4r2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLT8","fd20a07","A0A2R8QLT8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBJ0","fd20a07","Q6PBJ0","nanog","id2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVV5","fd20a07","A0A0R4IVV5","nanog","fdft1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QND5","fd20a07","F1QND5","nanog","tmem187","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QND5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R516","fd20a07","F1R516","nanog","hydin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R516","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEN1","fd20a07","R4GEN1","nanog","si:dkey-31m14.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6I3","fd20a07","E7F6I3","nanog","si:dkey-77f5.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6I3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEP9","fd20a07","A0A0R4IEP9","nanog","tnika","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV65","fd20a07","A5WV65","nanog","sec22ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WV65","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLR7","fd20a07","c-met","nanog","met","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hepatocyte growth factor receptor (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL50","fd20a07","F1QL50","nanog","ofd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL50","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIC1","fd20a07","F1QIC1","nanog","nfil3-6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYZ2","fd20a07","F1QYZ2","nanog","fbxl18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRV1","fd20a07","A0A0R4IRV1","nanog","tent2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IER2","fd20a07","A0A0R4IER2","nanog","brcc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IER2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3Q3","fd20a07","F1R3Q3","nanog","sept6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY57","fd20a07","PPAR[a]","nanog","pparab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisome proliferator-activated receptor alpha (Nuclear receptor subfamily 1 group C member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BLA5","fd20a07","Q5BLA5","nanog","npm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BLA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWG2","fd20a07","cip1","nanog","cdkn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase inhibitor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KEK8","fd20a07","A0A0G2KEK8","nanog","fsbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KEK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32SG8","fd20a07","Q32SG8","nanog","slc8a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q32SG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DI94","fd20a07","tmem186","nanog","tmem186","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 186","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHM9","fd20a07","rhoab","nanog","rhoab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-related GTP-binding protein RhoA-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEK9","fd20a07","R4GEK9","nanog","trmo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R617","fd20a07","F1R617","nanog","myo1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R617","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5Z1","fd20a07","B8A5Z1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5Z1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHP1","fd20a07","cldn7a","nanog","cldn7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin-7-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBM3","fd20a07","E9QBM3","nanog","si:ch211-107m4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KBY5","fd20a07","TAF11 RNA polymerase II, TATA box-binding protein","nanog","taf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6Z0","fd20a07","F1Q6Z0","nanog","jade3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6Z0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUV7","fd20a07","F1QUV7","nanog","gars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSG2","fd20a07","F1QSG2","nanog","si:dkey-12h9.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GQM7","fd20a07","zgc:91871","nanog","bambib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3H1","fd20a07","E7F3H1","nanog","ctdspl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0B4","fd20a07","B0R0B4","nanog","si:dkey-91m11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXX0","fd20a07","A0A0R4IXX0","nanog","dmd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q679","fd20a07","F1Q679","nanog","chpf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q679","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PVK4","fd20a07","ldhba","nanog","ldhba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","L-lactate dehydrogenase B-A chain (LDH-B-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0M9","fd20a07","TDRD2","nanog","tdrkh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tudor and KH domain-containing","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM83","fd20a07","Q6ZM83","nanog","pgbd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM83","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MC00","fd20a07","A7MC00","nanog","mapre2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MC00","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ17","fd20a07","A0A0J9YJ17","nanog","ciartb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4D0","fd20a07","A0A2R8Q4D0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q501S1","fd20a07","Q501S1","nanog","ets2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q501S1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLC4","fd20a07","F1QLC4","nanog","znf367","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSR4","fd20a07","A0A1D5NSR4","nanog","chd9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFN9","fd20a07","E7FFN9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q49GP3","fd20a07","pi4kb","nanog","pi4kb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 4-kinase beta (PI4K-beta) (PI4Kbeta) (PtdIns 4-kinase beta) (EC 2.7.1.67)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGM8","fd20a07","Q6DGM8","nanog","jdp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK18","fd20a07","F1QK18","nanog","dph1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRU5","fd20a07","F1QRU5","nanog","fam167aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZSX3","fd20a07","ptf1a","nanog","ptf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pancreas transcription factor 1 subunit alpha (Pancreas-specific transcription factor 1a) (bHLH transcription factor p48)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIS5","fd20a07","gstm3","nanog","gstm.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","glutathione transferase (EC 2.5.1.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKQ7","fd20a07","F1QKQ7","nanog","terf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBD8","fd20a07","A0A0R4IBD8","nanog","itchb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T009","fd20a07","gatb","nanog","dctpp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","dCTP pyrophosphatase 1 (EC 3.6.1.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1V3","fd20a07","E7F1V3","nanog","tbck","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX93","fd20a07","F1QX93","nanog","eci1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX93","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WC30","fd20a07","Protein moonraker isoform X1","nanog","si:dkey-243i1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein moonraker isoform X1 (Si:dkey-243i1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAX0","fd20a07","F1RAX0","nanog","eda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUJ1","fd20a07","Q7ZUJ1","nanog","serp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC00","fd20a07","fm52d09","nanog","si:dkeyp-118b1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ataxin-7-like protein 3 (SAGA-associated factor 11 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L574","fd20a07","A0A0G2L574","nanog","LOC100538136","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L574","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAF0","fd20a07","A0A0R4IAF0","nanog","wbp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBM7","fd20a07","F1QBM7","nanog","dipk2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH44","fd20a07","X1WH44","nanog","si:ch211-261p9.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH44","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4W8","fd20a07","zgc:158667","nanog","pank2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pantothenate kinase 2 (EC 2.7.1.33)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5P0","fd20a07","Glutathione hydrolase","nanog","ggt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutathione hydrolase (EC 2.3.2.2) (EC 3.4.19.13) (Gamma-glutamyltransferase) (Gamma-glutamyltranspeptidase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJ11","fd20a07","im:7138539","nanog","gnb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gnb2 protein (Guanine nucleotide-binding protein (G protein), beta polypeptide 2) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R406","fd20a07","F1R406","nanog","gabrb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R406","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WE76","fd20a07","H0WE76","nanog","znf1052","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WE76","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTJ3","fd20a07","lmo2","nanog","lmo2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEB5","fd20a07","X1WEB5","nanog","si:dkey-276j7.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F7VJQ5","fd20a07","F7VJQ5","nanog","grhl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F7VJQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KBJ2","fd20a07","A8KBJ2","nanog","znf609b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KBJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC01","fd20a07","IP3K","nanog","itpka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90VY7","fd20a07","prep1","nanog","pknox1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W501","fd20a07","F8W501","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W501","tf-link","27924024","regulates","txid7955" +"A5JNG8","D7RVR8","fd20a07","D7RVR8","nanog","slc1a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D7RVR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5H4","fd20a07","F1Q5H4","nanog","gale","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJS6","fd20a07","B8JJS6","nanog","pdcd10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29R87","fd20a07","Q29R87","nanog","ehf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q29R87","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAM5","fd20a07","E7FAM5","nanog","trim71","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5M7X9","fd20a07","Q5M7X9","nanog","mul1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5M7X9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRD9","fd20a07","A9JRD9","nanog","gas1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1G0","fd20a07","E7F1G0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIB2","fd20a07","wu:fa99c02","nanog","cstf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cleavage stimulation factor subunit 3 (Cleavage stimulation factor, 3' pre-RNA, subunit 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561X2","fd20a07","sb:cb294","nanog","tmed9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tmed9 protein (Transmembrane emp24 domain-containing protein 9 isoform X1) (Transmembrane p24-trafficking protein 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBA3","fd20a07","X1WBA3","nanog","spsb3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBU9","fd20a07","F1RBU9","nanog","hbl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA68","fd20a07","U3JA68","nanog","si:dkey-66i24.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JA68","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGI0","fd20a07","zgc:114132","nanog","ccnh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-H","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVX6","fd20a07","uba3","nanog","uba3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6H7","fd20a07","B8A6H7","nanog","znf330","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6H7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JI13","fd20a07","Q8JI13","nanog","tlx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JI13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH27","fd20a07","A0A140LH27","nanog","arap3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKH3","fd20a07","A0A0R4IKH3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JID2","fd20a07","B8JID2","nanog","klf12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JID2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4V6","fd20a07","E7F4V6","nanog","trabd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN19","fd20a07","U2-associated SR140 protein-like","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U2-associated SR140 protein-like (Zgc:163098)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGL9","fd20a07","si:dkey-1f1.2","nanog","rpl38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEM6","fd20a07","E9QEM6","nanog","mark3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PNN8","fd20a07","Q5PNN8","nanog","hint3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PNN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7H6","fd20a07","nxf1","nanog","nxf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear RNA export factor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503D0","fd20a07","Q503D0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NXA1","fd20a07","fk20d10","nanog","sgta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small glutamine-rich tetratricopeptide repeat co-chaperone alpha (Small glutamine-rich tetratricopeptide repeat-containing protein alpha) (Zgc:55741)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDM9","fd20a07","F1QDM9","nanog","apodb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQQ0","fd20a07","wu:fb13h07","nanog","rpl21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60S ribosomal protein L21","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEQ0","fd20a07","A2CEQ0","nanog","slc25a25b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU59","fd20a07","Zinc finger protein 622","nanog","znf622","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 622","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EC4","fd20a07","kcnab1","nanog","kcnab1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Voltage-gated potassium channel subunit beta-1 (K(+) channel subunit beta-1) (Kv-beta-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F467","fd20a07","E7F467","nanog","si:ch1073-513e17.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F467","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4V7","fd20a07","F1Q4V7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4V7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEM4","fd20a07","rnd1b","nanog","rnd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP-binding protein (Ras-like protein Rnd1b) (Rho family GTPase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6H4","fd20a07","E7F6H4","nanog","dnmt3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6H4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIF9","fd20a07","ETS translocation variant 1 isoform X1","nanog","etv1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ETS translocation variant 1 isoform X1 (ETS variant transcription factor 1) (Etv1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC10","fd20a07","A0A0R4IC10","nanog","ctdspla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC10","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFQ2","fd20a07","A0A0R4IFQ2","nanog","dact1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX57","fd20a07","A0A0R4IX57","nanog","slc35a3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX57","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVU9","fd20a07","F1QVU9","nanog","angptl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHM9","fd20a07","E9QHM9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCL9","fd20a07","F1QCL9","nanog","treh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RZS3","fd20a07","A0A2R8RZS3","nanog","alkbh4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RZS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REF9","fd20a07","F1REF9","nanog","prg4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK31","fd20a07","F1QK31","nanog","rell1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK31","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYM9","fd20a07","E7EYM9","nanog","bscl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK18","fd20a07","A0A0R4IK18","nanog","ctsc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK18","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ03","fd20a07","E7EZ03","nanog","rfx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ03","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYP1","fd20a07","E7EYP1","nanog","lgals17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DDU5","fd20a07","gstp1","nanog","gstp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCR0","fd20a07","fb06e02","nanog","ten1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CST complex subunit TEN1 isoform 1 (TEN1 subunit of CST complex)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNQ4","fd20a07","Q6TNQ4","nanog","snx12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIR6","fd20a07","B8JIR6","nanog","kcnq2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P110","fd20a07","si:ch73-54f23.2","nanog","ino80e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","INO80 complex subunit E (Zgc:77312)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYY2","fd20a07","si:ch211-92l17.2","nanog","exoc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exocyst complex component Sec8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAL7","fd20a07","F1QAL7","nanog","fam83d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVI3","fd20a07","wu:fi15a09","nanog","rhoq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7M5","fd20a07","A8E7M5","nanog","cand2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS0","fd20a07","F1QKS0","nanog","myo5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INS3","fd20a07","A0A0R4INS3","nanog","amph","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXM8","fd20a07","E7EXM8","nanog","depdc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ08","fd20a07","F1QJ08","nanog","ccdc61","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ08","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9X0","fd20a07","A0A0R4I9X0","nanog","alg14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5DE31","fd20a07","ybx1","nanog","ybx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Y-box-binding protein 1 (YB-1) (ZfY1) (Y-box transcription factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II16","fd20a07","zgc:92785","nanog","psmf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome inhibitor PI31 subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4V9","fd20a07","si:ch211-42i9.8","nanog","si:ch211-42i9.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q793","fd20a07","F1Q793","nanog","rabep2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q793","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R022","fd20a07","B0R022","nanog","zp3f.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R022","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBL4","fd20a07","E9QBL4","nanog","brwd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4G3","fd20a07","E7F4G3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4G3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDF8","fd20a07","F1RDF8","nanog","cip2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC77","fd20a07","atp5h","nanog","atp5pd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP synthase subunit d, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAT9","fd20a07","zgc:194204","nanog","naa30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8A6","fd20a07","F1R8A6","nanog","spinb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4X0","fd20a07","F1Q4X0","nanog","dbpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NTA0","fd20a07","TXNL","nanog","txnl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin-like 1 (Thioredoxin-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7G7","fd20a07","F1Q7G7","nanog","acot7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7G7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3C1","fd20a07","fj48e12","nanog","tcea1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription elongation factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKA5","fd20a07","F1QKA5","nanog","chchd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F458","fd20a07","E7F458","nanog","tp53inp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F458","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8J0","fd20a07","rnpc3","nanog","rnpc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA-binding region-containing protein 3 (RNA-binding protein 40)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU72","fd20a07","F1QU72","nanog","dhx16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU72","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCW3","fd20a07","F1RCW3","nanog","faah","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PNP1","fd20a07","Q5PNP1","nanog","snx14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PNP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQK3","fd20a07","A3KQK3","nanog","bloc1s4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE76","fd20a07","F1RE76","nanog","scn8ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE76","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7R1","fd20a07","smg5","nanog","smg5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nonsense-mediated mRNA decay factor SMG5 (EST1-like protein B) (SMG-5 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDZ4","fd20a07","A0A0R4IDZ4","nanog","olfcg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXF8","fd20a07","F1QXF8","nanog","ssr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD22","fd20a07","Kelch-like protein 20","nanog","si:ch211-256e16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kelch-like protein 20 (Si:ch211-256e16.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISI1","fd20a07","I3ISI1","nanog","oxnad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A483","fd20a07","B8A483","nanog","phf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A483","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7XYJ6","fd20a07","A7XYJ6","nanog","sobpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7XYJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","D6RRB7","fd20a07","MKK7","nanog","map2k7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mitogen-activated protein kinase kinase (EC 2.7.12.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICZ3","fd20a07","Enhancer of polycomb homolog","nanog","epc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Enhancer of polycomb homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AV61","fd20a07","insig1","nanog","insig1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin-induced gene 1 protein (INSIG-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ86","fd20a07","F1QZ86","nanog","mmachc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMD3","fd20a07","snrnp35","nanog","snrnp35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4V2","fd20a07","F2Z4V2","nanog","usp44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4V2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NSN1","fd20a07","Q6NSN1","nanog","lsm12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NSN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7G6","fd20a07","CDC42 effector protein","nanog","cdc42ep4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CDC42 effector protein (Rho GTPase-binding) 4b (Cdc42 effector protein 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUW1","fd20a07","F1QUW1","nanog","znf1026","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WER2","fd20a07","uba5","nanog","uba5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-like modifier-activating enzyme 5 (Ubiquitin-activating enzyme 5) (UFM1-activating enzyme)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPE1","fd20a07","F1QPE1","nanog","tmtops3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAZ1","fd20a07","A0A0R4IAZ1","nanog","slx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD34","fd20a07","wu:fa66b02","nanog","rps24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS61","fd20a07","F1QS61","nanog","olfcd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS61","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI18","fd20a07","B8JI18","nanog","abcg2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI18","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVI6","fd20a07","A0A0R4IVI6","nanog","inpp5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW74","fd20a07","F1QW74","nanog","degs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW74","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SU47","fd20a07","A0A0N4SU47","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4SU47","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLC6","fd20a07","B8JLC6","nanog","pane1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","O57416","fd20a07","pax3","nanog","pax3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYM8","fd20a07","fc03h03","nanog","lmo7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LIM domain 7a (LIM domain only protein 7 (EC 3.4.19.12))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC90","fd20a07","fa95a02","nanog","rps12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S12","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDC9","fd20a07","A0A0R4IDC9","nanog","cxxc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UK23","fd20a07","A0A0H2UK23","nanog","pimr69","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UK23","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KB78","fd20a07","Small ribosomal subunit protein uS12","nanog","rps23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS12 (40S ribosomal protein S23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T316","fd20a07","tmem231","nanog","tmem231","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 231","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYW5","fd20a07","F1QYW5","nanog","ndfip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7L6","fd20a07","A8E7L6","nanog","nudcd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMF4","fd20a07","sept7b","nanog","sept15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Septin","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFR3","fd20a07","X1WFR3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QND0","fd20a07","F1QND0","nanog","dhx38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QND0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHX1","fd20a07","A8WHX1","nanog","armc8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC68","fd20a07","Q6PC68","nanog","atp6v1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC68","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWX3","fd20a07","Q1LWX3","nanog","ntaq1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV38","fd20a07","A5WV38","nanog","si:ch211-209a2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WV38","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVS7","fd20a07","LOC792168","nanog","ing5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0Q2","fd20a07","B0R0Q2","nanog","igf1rb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXX4","fd20a07","zgc:92354","nanog","fosb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FBJ murine osteosarcoma viral oncogene homolog B (Protein fosB isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF03","fd20a07","si:dkey-286f3.7","nanog","las1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBV6","fd20a07","nhp2","nanog","nhp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IRW4","fd20a07","I3IRW4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IRW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSV0","fd20a07","F1QSV0","nanog","ecsit","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDN3","fd20a07","F1QDN3","nanog","lrrc61","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI40","fd20a07","B8JI40","nanog","mtnr1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI40","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHE6","fd20a07","A0A0R4IHE6","nanog","si:dkey-72l17.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PEH5","fd20a07","ube2v2","nanog","ube2v2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 variant 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4T8","fd20a07","ph1","nanog","phc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyhomeotic homolog 1 (Polyhomeotic-like protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2B1","fd20a07","SOCS6","nanog","socs6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 6 (Suppressor of cytokine-signaling 6b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIV6","fd20a07","B3DIV6","nanog","dlat","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0M4","fd20a07","zgc:56390","nanog","fus","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FUS RNA-binding protein (RNA-binding protein FUS)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P8U0","fd20a07","F6P8U0","nanog","iqcd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P8U0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSS8","fd20a07","F1QSS8","nanog","ciz1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4U3","fd20a07","gpr117","nanog","wls","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein wntless homolog (Wnt ligand secretion mediator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8Q3","fd20a07","F1R8Q3","nanog","lrrc59","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXF9","fd20a07","Q1LXF9","nanog","si:dkey-102c8.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGN5","fd20a07","E7FGN5","nanog","si:ch211-161c3.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPD2","fd20a07","F1QPD2","nanog","kdm4c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGG2","fd20a07","A2BGG2","nanog","zfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW92","fd20a07","zgc:56677","nanog","strap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine-threonine kinase receptor-associated protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9ULS8","fd20a07","A9ULS8","nanog","phtf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9ULS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEJ9","fd20a07","zgc:101018","nanog","dpm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dolichol-phosphate mannosyltransferase subunit 1 (EC 2.4.1.83)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5W1","fd20a07","E7F5W1","nanog","si:ch73-109d9.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7F7","fd20a07","E7F7F7","nanog","angel1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7F7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV91","fd20a07","Q7ZV91","nanog","mitd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV91","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803L0","fd20a07","Q803L0","nanog","lin28a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q674","fd20a07","F1Q674","nanog","trim62.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q674","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P101","fd20a07","Q6P101","nanog","slc35b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P101","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9I2","fd20a07","F1Q9I2","nanog","cyp46a1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYH2","fd20a07","F1QYH2","nanog","galcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGP2","fd20a07","A0A0R4IGP2","nanog","igf1ra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTS9","fd20a07","F1QTS9","nanog","mrto4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PGY3","fd20a07","slc25a1a","nanog","slc25a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tricarboxylate transport protein A, mitochondrial (Citrate transport protein A) (Solute carrier family 25 member 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7F8","fd20a07","F1Q7F8","nanog","rbm4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7F8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE14","fd20a07","X1WE14","nanog","npbwr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE14","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q573","fd20a07","F1Q573","nanog","irf9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q573","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R612","fd20a07","F1R612","nanog","f7l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R612","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNR4","fd20a07","sgc1b1","nanog","gucy1b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanylate cyclase soluble subunit beta-1 (EC 4.6.1.2) (Guanylate cyclase soluble subunit beta-3) (Soluble guanylate cyclase small subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4W0","fd20a07","E7F4W0","nanog","pprc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAM1","fd20a07","F1QAM1","nanog","zdhhc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42364","fd20a07","apoeb","nanog","apoeb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apolipoprotein Eb (Apo-Eb)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DDE3","fd20a07","ache","nanog","ache","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acetylcholinesterase (AChE) (EC 3.1.1.7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQD3","fd20a07","F1QQD3","nanog","cab39l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F370","fd20a07","E7F370","nanog","cdh26.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F370","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3B2","fd20a07","Q7T3B2","nanog","slc48a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R502","fd20a07","F1R502","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R502","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802Z3","fd20a07","Q802Z3","nanog","pitpnbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802Z3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q91430","fd20a07","svp[40]","nanog","nr2f2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KLK6","fd20a07","A0A0G2KLK6","nanog","rfx7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KLK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5E6","fd20a07","E7F5E6","nanog","baalcb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5E6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F260","fd20a07","E7F260","nanog","fam234a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F260","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC81","fd20a07","Q6PC81","nanog","desi1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC81","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5E7","fd20a07","XPD","nanog","ercc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription and DNA repair factor IIH helicase subunit XPD (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYT6","fd20a07","A0A0R4IYT6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R300","fd20a07","im:7142962","nanog","snrpa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L279","fd20a07","A1L279","nanog","tmem98","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L279","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF15","fd20a07","X1WF15","nanog","taar16b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF15","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIP8","fd20a07","B8JIP8","nanog","caly","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVU0","fd20a07","tbl1xr1","nanog","tbl1xr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","M9MM98","fd20a07","M9MM98","nanog","ighmbp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M9MM98","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBU7","fd20a07","Q6PBU7","nanog","uqcc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPR6","fd20a07","F1QPR6","nanog","si:ch211-257p13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEB0","fd20a07","Inositol-tetrakisphosphate 1-kinase","nanog","itpk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (EC 2.7.1.159) (Inositol 1,3,4-trisphosphate 5/6-kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IB92","fd20a07","A0A0R4IB92","nanog","trpm5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IB92","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVE8","fd20a07","sf3b3","nanog","sf3b3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 3B subunit 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IST0","fd20a07","A0A0R4IST0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IST0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YA30","fd20a07","A0A286YA30","nanog","atp6ap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YA30","tf-link","27924024","regulates","txid7955" +"A5JNG8","G8JL25","fd20a07","G8JL25","nanog","hdgfl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G8JL25","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5W4","fd20a07","B8A5W4","nanog","dhrsx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5W4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX66","fd20a07","F1QX66","nanog","eif3bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX66","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUE7","fd20a07","si:ch211-218c6.5","nanog","chtf8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBJ9","fd20a07","E7FBJ9","nanog","ftr93","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMI7","fd20a07","Q6GMI7","nanog","enoph1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWD5","fd20a07","man1b1","nanog","man1b1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q800H6","fd20a07","matr3l1.2","nanog","matr3l1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Matrin 3-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWH1","fd20a07","im:6906552","nanog","rps16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJ32","fd20a07","B8JJ32","nanog","sfxn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJ32","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRU0","fd20a07","F1QRU0","nanog","lins1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBM2","fd20a07","F1QBM2","nanog","pdcd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ12","fd20a07","F1QJ12","nanog","bap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ12","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ76","fd20a07","Q5TZ76","nanog","cyp2p6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ76","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM15","fd20a07","F1QM15","nanog","ankrd22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM15","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEM4","fd20a07","E7FEM4","nanog","si:rp71-19m20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RLB4","fd20a07","A0A2R8RLB4","nanog","slc25a42","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RLB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWE9","fd20a07","Q1LWE9","nanog","si:dkey-12e7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMQ4","fd20a07","Relaxin family peptide receptor 3.3a2","nanog","rxfp3.3a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Relaxin family peptide receptor 3.3a2 (Relaxin-3 receptor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZH2","fd20a07","Q5TZH2","nanog","tmbim4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV82","fd20a07","rpl27","nanog","rpl27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL27 (60S ribosomal protein L27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBC9","fd20a07","F1RBC9","nanog","ccnc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9ULR9","fd20a07","kctd13","nanog","kctd13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 1 (BTB/POZ domain-containing protein KCTD13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7H0","fd20a07","E7F7H0","nanog","map9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILD9","fd20a07","A0A0R4ILD9","nanog","eif2b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DI58","fd20a07","B3DI58","nanog","ngs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DI58","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4V4","fd20a07","B8A4V4","nanog","wrap73","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4V4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGD4","fd20a07","A0A0R4IGD4","nanog","kdm8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L5S8","fd20a07","A0A0G2L5S8","nanog","nop14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L5S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHB3","fd20a07","X1WHB3","nanog","amer3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F462","fd20a07","E7F462","nanog","pkig","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F462","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NWN8","fd20a07","F6NWN8","nanog","si:dkey-29b11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NWN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXG2","fd20a07","F1QXG2","nanog","trnau1apb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEP4","fd20a07","X1WEP4","nanog","si:ch211-157b11.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAD7","fd20a07","U3JAD7","nanog","si:ch73-81k8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ81","fd20a07","LOC794924","nanog","rxfp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Relaxin family peptide receptor 3 (Relaxin-3 receptor 1) (Similar to G protein-coupled receptor 100)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHL5","fd20a07","Q6DHL5","nanog","lrrc57","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYP0","fd20a07","Q6NYP0","nanog","tmem208","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q665","fd20a07","F1Q665","nanog","rragca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q665","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUU3","fd20a07","F1QUU3","nanog","aamp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFM6","fd20a07","F1QFM6","nanog","dolpp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGF3","fd20a07","A0A2R8QGF3","nanog","LOC797032","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC56","fd20a07","fi42e08","nanog","adad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adenosine deaminase domain-containing 1 (testis-specific) (Adenosine deaminase domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZG4","fd20a07","F1QZG4","nanog","nucks1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q3K1","fd20a07","br146","nanog","vcana","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chondroitin sulfate proteoglycan 2 (Versican a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F238","fd20a07","E7F238","nanog","slc25a10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F238","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q06W26","fd20a07","scn4b1","nanog","scn4ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Scn4ba protein (Sodium channel subunit beta-4) (Sodium channel, voltage-gated, type IV, beta a) (Voltage-gated sodium channel beta 4 subunit locus 1) (Voltage-gated sodium channel beta4.1 subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KJV1","fd20a07","A0A0G2KJV1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KJV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNB2","fd20a07","F1QNB2","nanog","pomgnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMB1","fd20a07","F1QMB1","nanog","hmx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7V4","fd20a07","E7F7V4","nanog","panx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7V4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTC7","fd20a07","A9JTC7","nanog","cox18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F027","fd20a07","Tumor necrosis factor receptor superfamily member 11A isoform X1","nanog","tnfrsf11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC72","fd20a07","zgc:73079","nanog","cib2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium and integrin-binding family member 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBL3","fd20a07","F1QBL3","nanog","c1qtnf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW56","fd20a07","F1QW56","nanog","LOC572297","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QW56","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHV3","fd20a07","zgc:92916","nanog","rab3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH30","fd20a07","X1WH30","nanog","si:dkey-42p14.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH30","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWG2","fd20a07","Q1LWG2","nanog","ndufs6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXM3","fd20a07","E7EXM3","nanog","si:ch211-117c9.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7E2J8","fd20a07","A7E2J8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7E2J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQW9","fd20a07","A3KQW9","nanog","adnp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZYX4","fd20a07","fa95c01","nanog","cct6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chaperonin-containing TCP1, subunit 6A (zeta 1) (T-complex protein 1 subunit zeta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","O57521","fd20a07","hsp90ab1","nanog","hsp90ab1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heat shock protein HSP 90-beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3D5","fd20a07","E7F3D5","nanog","wrap53","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F3D5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXU6","fd20a07","F1QXU6","nanog","rnf40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKA7","fd20a07","si:dkey-146d24.2","nanog","ap5s1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMH8","fd20a07","zgc:91805","nanog","spag6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spag6 protein (Sperm-associated antigen 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZM5","fd20a07","E7EZM5","nanog","si:dkey-274m17.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUD8","fd20a07","cnot3","nanog","cnot3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCR4-NOT transcription complex, subunit 3b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIL7","fd20a07","Q5RIL7","nanog","hsd3b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIT8","fd20a07","B3DIT8","nanog","sh3rf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIT8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P2A1","fd20a07","F6P2A1","nanog","cyp2r1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P2A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9T5","fd20a07","A0A0R4I9T5","nanog","si:zfos-943e10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Z9","fd20a07","im:7149072","nanog","itsn2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Intersectin 2b (Intersectin-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAF0","fd20a07","U3JAF0","nanog","usp54b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EB0","fd20a07","Q58EB0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q58EB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F453","fd20a07","E7F453","nanog","im:7147486","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F453","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KQA6","fd20a07","sept4b","nanog","sept4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Septin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90259","fd20a07","ascl1a","nanog","ascl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3U1","fd20a07","TNF superfamily member 11","nanog","tnfsf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TNF superfamily member 11 (Tumor necrosis factor ligand superfamily member 11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QST2","fd20a07","F1QST2","nanog","arhgap21b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QST2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z88","fd20a07","Q90Z88","nanog","nitr3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90Z88","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQQ4","fd20a07","A0A0R4IQQ4","nanog","si:dkey-1b17.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1C4","fd20a07","E7F1C4","nanog","smarcad1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1C4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6L0","fd20a07","im:7158173","nanog","kdm5c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","[histone H3]-trimethyl-L-lysine(4) demethylase (EC 1.14.11.67)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTF7","fd20a07","CXCR4","nanog","cxcr4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-X-C chemokine receptor type 4 (Chemokine (C-X-C motif), receptor 4b) (Chemokine receptor CXCR4) (Cxcr4B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVD9","fd20a07","Q1LVD9","nanog","tmem115","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFY6","fd20a07","A0A140LFY6","nanog","si:dkey-97l20.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PGW5","fd20a07","Q6PGW5","nanog","lratd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PGW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4L9","fd20a07","F1R4L9","nanog","entpd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R4L9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9A2","fd20a07","F1R9A2","nanog","selenom","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6YI96","fd20a07","Q6YI96","nanog","barhl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6YI96","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXG3","fd20a07","Q1LXG3","nanog","tbc1d20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEL0","fd20a07","mtmr8","nanog","mtmr8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myotubularin-related protein 8 (Myotubularin-related protein 6) (Phosphatidylinositol-3,5-bisphosphate 3-phosphatase) (EC 3.1.3.95) (Phosphatidylinositol-3-phosphate phosphatase) (EC 3.1.3.64)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5I7","fd20a07","B0S5I7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9V6","fd20a07","TELO2-interacting protein 1","nanog","tti1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TELO2-interacting protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IU19","fd20a07","A0A0R4IU19","nanog","ces2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IU19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTT3","fd20a07","F1QTT3","nanog","jupa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803J2","fd20a07","ube2n","nanog","ube2na","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUU4","fd20a07","si:dz179b20.7","nanog","daxx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Death domain-associated protein 6 (Daxx)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INQ1","fd20a07","A0A0R4INQ1","nanog","si:ch211-160o17.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V360","fd20a07","erk4","nanog","mapk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567X3","fd20a07","Q567X3","nanog","gnpda1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q567X3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F242","fd20a07","E7F242","nanog","zfyve1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F242","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZL6","fd20a07","E7EZL6","nanog","galnt17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6F2","fd20a07","F1Q6F2","nanog","kmt2ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIL6","fd20a07","E9QIL6","nanog","samd10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEM4","fd20a07","A2CEM4","nanog","atl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II88","fd20a07","A0A0R4II88","nanog","si:dkey-237j10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II88","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZF5","fd20a07","F1QZF5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L868","fd20a07","Q1L868","nanog","ldlrap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L868","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6I8","fd20a07","sp5","nanog","sp5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2N0","fd20a07","F1R2N0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2AV34","fd20a07","A2AV34","nanog","coq9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2AV34","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7L1","fd20a07","B0S7L1","nanog","wipi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7L1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK73","fd20a07","B3DK73","nanog","si:dkey-222f8.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK73","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFS7","fd20a07","A2BFS7","nanog","hinfp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4F2","fd20a07","B8A4F2","nanog","si:dkey-15f17.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI13","fd20a07","B8JI13","nanog","atrn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI13","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PYD6","fd20a07","A0A2R8PYD6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PYD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUB9","fd20a07","F1QUB9","nanog","lepr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEZ2","fd20a07","R4GEZ2","nanog","si:ch211-132g1.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCK4","fd20a07","E7FCK4","nanog","si:ch211-110e21.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PHH3","fd20a07","pdcd10a","nanog","pdcd10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Programmed cell death protein 10-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMC2","fd20a07","B8JMC2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBH8","fd20a07","E9QBH8","nanog","ubac2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AW35","fd20a07","Q8AW35","nanog","phlda3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AW35","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q981","fd20a07","F1Q981","nanog","tshr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q981","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBS6","fd20a07","F1RBS6","nanog","nme2b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NZP4","fd20a07","F6NZP4","nanog","esyt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NZP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1U9","fd20a07","A1L1U9","nanog","traf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1L1U9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W499","fd20a07","F8W499","nanog","tspan7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W499","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUV2","fd20a07","Q7ZUV2","nanog","katnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSS3","fd20a07","F1QSS3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXZ8","fd20a07","E7EXZ8","nanog","prr7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLG0","fd20a07","A0A2R8QLG0","nanog","ska2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QUG9","fd20a07","A0A2R8QUG9","nanog","sirt7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QUG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV47","fd20a07","Q1LV47","nanog","nol8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV47","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB98","fd20a07","E7FB98","nanog","ubiad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB98","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F958","fd20a07","Methylcytosine dioxygenase TET","nanog","tet2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIC5","fd20a07","A0A0R4IIC5","nanog","fam83fb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWE3","fd20a07","receptor protein-tyrosine kinase","nanog","mertka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPX2","fd20a07","A3KPX2","nanog","abcf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PWH3","fd20a07","Q9PWH3","nanog","dkk1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PWH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7F3","fd20a07","F1Q7F3","nanog","pora","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQG5","fd20a07","A0A2R8QQG5","nanog","LOC100537679","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S0I0","fd20a07","A0A2R8S0I0","nanog","nampt3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S0I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3Y7","fd20a07","F8W3Y7","nanog","znf407","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3Y7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZW8","fd20a07","Q7SZW8","nanog","hsf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SZW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHE3","fd20a07","A0A2R8QHE3","nanog","sfmbt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDA7","fd20a07","A0A0R4IDA7","nanog","tpd52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B2KL77","fd20a07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","nanog","smarcd3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFN0","fd20a07","F1QFN0","nanog","slc16a9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHM0","fd20a07","zgc:77563","nanog","pla2g7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Platelet-activating factor acetylhydrolase (EC 3.1.1.47)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE62","fd20a07","F1RE62","nanog","pnpla8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE62","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4JNX5","fd20a07","Forkhead box protein P2","nanog","foxp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein P2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q03356","fd20a07","Q03356","nanog","msxb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q03356","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJB6","fd20a07","zgc:103456","nanog","tspo","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Translocator protein (Zgc:103456)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY49","fd20a07","F1QY49","nanog","tbrg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY49","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8U8","fd20a07","Q1L8U8","nanog","setdb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8U8","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GDY2","fd20a07","etaa1","nanog","etaa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ETAA1 activator of ATR kinase (Ewing's tumor-associated antigen 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGD5","fd20a07","A2BGD5","nanog","calcoco1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2L6","fd20a07","G1K2L6","nanog","tipin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC99","fd20a07","E7FC99","nanog","ctnnb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC99","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAJ4","fd20a07","qrsl1","nanog","qrsl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutamyl-tRNA(Gln) amidotransferase subunit A, mitochondrial (Glu-AdT subunit A) (EC 6.3.5.7) (Glutaminyl-tRNA synthase-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX49","fd20a07","Q1LX49","nanog","dennd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX49","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8XY56","fd20a07","B8XY56","nanog","rnaset2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8XY56","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE94","fd20a07","R4GE94","nanog","si:ch211-197g18.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE94","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CI6","fd20a07","SUMO peptidase family member, NEDD8-specific","nanog","senp8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUMO peptidase family member, NEDD8-specific (Sentrin-specific protease 8 (EC 3.4.22.68)) (Zgc:153043)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8K3","fd20a07","B0S8K3","nanog","lrrc15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5NDE5","fd20a07","Q5NDE5","nanog","pomgnt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5NDE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRA7","fd20a07","A9JRA7","nanog","acsm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QGN6","fd20a07","A0A2R8QGN6","nanog","fli1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QGN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM51","fd20a07","Q6ZM51","nanog","ficd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM51","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVR3","fd20a07","A5WVR3","nanog","tsnaxip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0VA82","fd20a07","mfsd8","nanog","mfsd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Major facilitator superfamily domain-containing protein 8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2J9","fd20a07","F1R2J9","nanog","mpp5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2J9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1Q9","fd20a07","A0A2R8Q1Q9","nanog","gabrg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1Q9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7K2","fd20a07","B0S7K2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RVN3","fd20a07","DNA topoisomerase 2-binding protein 1","nanog","topbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMN5","fd20a07","A5PMN5","nanog","acot17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEY3","fd20a07","Histone H1-like","nanog","si:ch211-113a14.18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:ch211-113a14.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9N7","fd20a07","F1R9N7","nanog","rbm10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QM06","fd20a07","A0A2R8QM06","nanog","sdccag8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QM06","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYL4","fd20a07","B0UYL4","nanog","esyt3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXV0","fd20a07","F1QXV0","nanog","shisa7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBU2","fd20a07","Q6PBU2","nanog","vps37a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RKM3","fd20a07","fb36h09","nanog","stip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stress-induced-phosphoprotein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6T5","fd20a07","E7F6T5","nanog","mtx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSC3","fd20a07","A0A1D5NSC3","nanog","si:dkey-183c6.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9U3","fd20a07","A0A2R8Q9U3","nanog","ripk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRN8","fd20a07","Q6DRN8","nanog","cdipt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WET3","fd20a07","H0WET3","nanog","si:ch211-162i8.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WET3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYS9","fd20a07","F1QYS9","nanog","pou2f1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9I8","fd20a07","Q4V9I8","nanog","ube2g2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JB37","fd20a07","U3JB37","nanog","rab32a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JB37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6J2","fd20a07","B0S6J2","nanog","ftr38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","H0WEE0","fd20a07","H0WEE0","nanog","phrf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H0WEE0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0GKC8","fd20a07","zgc:162379","nanog","pmaip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Noxa (Phorbol-12-myristate-13-acetate-induced protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJY0","fd20a07","A0A0R4IJY0","nanog","mettl17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU27","fd20a07","F1QU27","nanog","si:ch211-271e10.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU27","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQI0","fd20a07","A3KQI0","nanog","olfcq10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L1F5","fd20a07","A0A0G2L1F5","nanog","sptbn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L1F5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QBW5","fd20a07","A0A2R8QBW5","nanog","tctex1d2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QBW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV60","fd20a07","Q1LV60","nanog","rc3h1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV60","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGM1","fd20a07","E7FGM1","nanog","si:dkey-27b3.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5B9","fd20a07","E7F5B9","nanog","mtbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH76","fd20a07","numa1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear mitotic apparatus protein 1 (Wu:fb44b02)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJU3","fd20a07","B3DJU3","nanog","rit1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567E9","fd20a07","Q567E9","nanog","ss18l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q567E9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RMU5","fd20a07","A0A2R8RMU5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RMU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZR5","fd20a07","Cohesin subunit SA","nanog","stag2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"A5JNG8","D2DHG1","fd20a07","D2DHG1","nanog","prox3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D2DHG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QB86","fd20a07","E9QB86","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QB86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567V5","fd20a07","im:6908977","nanog","snrpd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein Sm D2 (Sm-D2) (snRNP core protein D2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6E2","fd20a07","E7F6E2","nanog","rbm12bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH88","fd20a07","A0A140LH88","nanog","prss23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LH88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV55","fd20a07","eif3i","nanog","eif3i","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2A121","fd20a07","cb572","nanog","dclk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7E3","fd20a07","E7F7E3","nanog","dhx8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V118","fd20a07","B0V118","nanog","hltf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V118","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DFS4","fd20a07","stard3","nanog","stard3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","StAR-related lipid transfer protein 3 (MLN64-like protein) (START domain-containing protein 3) (StARD3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAC3","fd20a07","F1RAC3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRC0","fd20a07","zgc:172085","nanog","nab2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NGFI-A-binding protein 2 (Zgc:172085 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803H4","fd20a07","cenpa","nanog","cenpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H3-like centromeric protein A (Centromere protein A) (CENP-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8Z3","fd20a07","Q4V8Z3","nanog","cep19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V8Z3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFM0","fd20a07","Microtubule-associated protein 6-like","nanog","map6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Microtubule-associated protein 6-like (Microtubule-associated protein 6b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F022","fd20a07","E7F022","nanog","xdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F022","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3L6","fd20a07","hsd17b12a","nanog","hsd17b12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Very-long-chain 3-oxoacyl-CoA reductase-A (EC 1.1.1.330) (17-beta-hydroxysteroid dehydrogenase 12-A) (17-beta-HSD 12-A) (zf3.1) (zfHSD17B12A) (3-ketoacyl-CoA reductase) (KAR) (Estradiol 17-beta-dehydrogenase 12-A) (EC 1.1.1.62)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG43","fd20a07","A2BG43","nanog","gltp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BG43","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8S9","fd20a07","F1Q8S9","nanog","pmepa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEX4","fd20a07","R4GEX4","nanog","eif3f","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYJ7","fd20a07","E7EYJ7","nanog","erbin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","C0M005","fd20a07","C0M005","nanog","pax7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C0M005","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTC2","fd20a07","cb444","nanog","ppp1r3ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YA89","fd20a07","A0A286YA89","nanog","slc4a7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YA89","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXJ6","fd20a07","Nucleoporin NUP188","nanog","nup188","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nucleoporin NUP188","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9P0","fd20a07","F1R9P0","nanog","thg1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9P0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUC3","fd20a07","F1QUC3","nanog","nkx6.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGZ3","fd20a07","thoc7","nanog","thoc7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","THO complex subunit 7 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMA4","fd20a07","B8JMA4","nanog","fsd1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A539","fd20a07","B8A539","nanog","rdh12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A539","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRM9","fd20a07","im:7158706","nanog","smc1al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Structural maintenance of chromosomes protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EK9","fd20a07","cdc26","nanog","cdc26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anaphase-promoting complex subunit CDC26 (Cell division cycle protein 26 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A662","fd20a07","B8A662","nanog","rnf11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A662","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9E5","fd20a07","E7F9E5","nanog","ace2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DE25","fd20a07","Q9DE25","nanog","foxc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9DE25","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q862","fd20a07","F1Q862","nanog","pcdh2g13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q862","tf-link","27924024","regulates","txid7955" +"A5JNG8","E5DV48","fd20a07","si:ch211-260g14.4","nanog","selp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","p-selectin (Selectin P)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAI5","fd20a07","F1QAI5","nanog","helz2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5L8","fd20a07","Q6P5L8","nanog","hsdl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P5L8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YJ67","fd20a07","A0A0J9YJ67","nanog","bif1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7S8","fd20a07","F1Q7S8","nanog","ago3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP13","fd20a07","F1QP13","nanog","tgfbrap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP13","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1XHK0","fd20a07","fb13f09","nanog","nr3c1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L833","fd20a07","A0A0G2L833","nanog","lyar","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L833","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJF0","fd20a07","B3DJF0","nanog","tbx18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJF0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPY6","fd20a07","A0A0R4IPY6","nanog","ocrl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29ST6","fd20a07","adora2a.1","nanog","adora2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adenosine receptor A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAZ0","fd20a07","E7FAZ0","nanog","cnksr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFT7","fd20a07","Q6PFT7","nanog","cotl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBK1","fd20a07","A0A0R4IBK1","nanog","gpr107","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66HZ8","fd20a07","zgc:92155","nanog","leng1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leukocyte receptor cluster (LRC) member 1 (Leukocyte receptor cluster member 1) (Zgc:92155)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHZ5","fd20a07","wu:fe25a04","nanog","si:ch211-214j24.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:ch211-214j24.10 (Uncharacterized protein LOC558894)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5IHX7","fd20a07","mpges","nanog","ptges","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prostaglandin E synthase (EC 2.5.1.18) (EC 5.3.99.3) (Glutathione peroxidase PTGES) (Glutathione transferase PTGES) (Microsomal prostaglandin E synthase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYC7","fd20a07","F1QYC7","nanog","haao","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAB4","fd20a07","F1RAB4","nanog","cnpy3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHH9","fd20a07","zgc:92307","nanog","ube2r2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBB5","fd20a07","F1RBB5","nanog","dnlz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLM7","fd20a07","F1QLM7","nanog","glrx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NLW6","fd20a07","F6NLW6","nanog","si:ch211-242b18.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NLW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEL0","fd20a07","E7FEL0","nanog","gpr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVR8","fd20a07","Q1LVR8","nanog","kctd6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2R3","fd20a07","si:ch211-146m13.3","nanog","si:ch211-146m13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Junctophilin-3-like (Si:ch211-146m13.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAR6","fd20a07","U3JAR6","nanog","afap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBL5","fd20a07","X1WBL5","nanog","si:ch211-135n15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQJ7","fd20a07","zgc:86733","nanog","rpl37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein L37","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S687","fd20a07","wu:fb48f05","nanog","pola2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA polymerase alpha subunit B","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJT4","fd20a07","FA complementation group D2","nanog","fancd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FA complementation group D2 (Fancd2 protein) (Fanconi anemia group D2 protein isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6L6","fd20a07","F1R6L6","nanog","ncl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMG4","fd20a07","Q6GMG4","nanog","tmem30b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9U2","fd20a07","E7F9U2","nanog","gsdmea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBH7","fd20a07","F1QBH7","nanog","nfic","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q8R8","fd20a07","cGMP-dependent protein kinase","nanog","prkg1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cGMP-dependent protein kinase (EC 2.7.11.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAS0","fd20a07","F1RAS0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R096","fd20a07","sh3bp5lb","nanog","gtf2h4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SH3 domain-binding protein 5 (SH3BP-5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5Z9","fd20a07","si:ch211-198d18.2","nanog","usp6nl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","USP6 N-terminal-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q752","fd20a07","F1Q752","nanog","si:dkey-266m15.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q752","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC36","fd20a07","zgc:73124","nanog","necap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZYW0","fd20a07","fb72h01","nanog","rrm2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribonucleoside-diphosphate reductase subunit M2 B (EC 1.17.4.1) (Ribonucleotide reductase M2 b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1F1","fd20a07","ndufaf3","nanog","ndufaf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUB4","fd20a07","F1QUB4","nanog","trim36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZD8","fd20a07","A0A1L1QZD8","nanog","znf1009","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F114","fd20a07","Protein transport protein Sec31A isoform X3","nanog","sec31b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein transport protein Sec31A isoform X3 (SEC31 homolog B, COPII coat complex component)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDK1","fd20a07","zgc:162873","nanog","mon1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar fusion protein MON1 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFV0","fd20a07","wu:fd14c04","nanog","fbxw5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and WD repeat domain-containing 5 (F-box and WD-40 domain protein 5) (F-box/WD repeat-containing protein 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDT7","fd20a07","A0A0R4IDT7","nanog","si:ch211-215d8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BG7","fd20a07","scoca","nanog","scoca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Short coiled-coil protein A","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCK0","fd20a07","F1QCK0","nanog","si:ch73-139e5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX53","fd20a07","si:ch211-238n5.7","nanog","bcl2l13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-like 13 (Bcl-2-like protein 13) (Bcl2l13 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KC47","fd20a07","A8KC47","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KC47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3K7","fd20a07","csnk1db","nanog","csnk1db","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Casein kinase I isoform delta-B (CKI-delta-B) (CKId-B) (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7U1","fd20a07","F1Q7U1","nanog","ube3d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7U1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58E00","fd20a07","Dpf2","nanog","dpf2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D4, zinc and double PHD fingers family 2,-like (Dpf2l protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8U2","fd20a07","F1Q8U2","nanog","ubqln4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q05AK8","fd20a07","Q05AK8","nanog","ano9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q05AK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIB9","fd20a07","A2BIB9","nanog","ank2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIB9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PP9","fd20a07","sox14","nanog","sox14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-14","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHZ4","fd20a07","E9QHZ4","nanog","si:dkey-242g16.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9L2","fd20a07","A0A286Y9L2","nanog","si:ch211-244o22.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9L2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZUU8","fd20a07","si:ch211-129c21.6","nanog","ap3d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP-3 complex subunit delta-1 (Adaptor-related protein complex 3 subunit delta 1) (Si:ch211-129c21.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QD80","fd20a07","A0A2R8QD80","nanog","lrp1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QD80","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9IAK8","fd20a07","tbx5a","nanog","tbx5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor TBX5-A (zftbx5a) (T-box protein 5) (zTbx5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8X5","fd20a07","fj39f09","nanog","mlf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myeloid leukemia factor 2 (Zgc:114097)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V3R3","fd20a07","B0V3R3","nanog","grip2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V3R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2Y7","fd20a07","F1R2Y7","nanog","slc35e4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2Y7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFS8","fd20a07","Q6PFS8","nanog","eif4ebp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAV9","fd20a07","E7FAV9","nanog","mov10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDY1","fd20a07","E9QDY1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EL3","fd20a07","Q68EL3","nanog","bet1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q68EL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZZ9","fd20a07","rbm22","nanog","rbm22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing factor RBM22 (RNA-binding motif protein 22)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0J2","fd20a07","F1R0J2","nanog","med25","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0J2","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93507","fd20a07","tal1","nanog","tal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEK1","fd20a07","E7FEK1","nanog","plekhg4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEH6","fd20a07","Sterol regulatory element-binding protein cleavage-activating protein","nanog","scap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sterol regulatory element-binding protein cleavage-activating protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEA6","fd20a07","A2BEA6","nanog","arid3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BEA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2Q4","fd20a07","Cholinergic receptor, nicotinic, beta 1","nanog","chrnb1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cholinergic receptor, nicotinic, beta 1 (muscle)-like (Nicotinic acetylcholine receptor subunit beta 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PUE4","fd20a07","copg2","nanog","copg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coatomer subunit gamma-2 (Gamma-2-coat protein) (Gamma-2-COP)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3T0","fd20a07","wu:fb55f12","nanog","prkar2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cAMP-dependent protein kinase type II-alpha regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK68","fd20a07","A0A0R4IK68","nanog","pank4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUS0","fd20a07","F1QUS0","nanog","calb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSP6","fd20a07","F1QSP6","nanog","nphp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5T2","fd20a07","zgc:158135","nanog","pisd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylserine decarboxylase proenzyme, mitochondrial (EC 4.1.1.65) [Cleaved into: Phosphatidylserine decarboxylase beta chain; Phosphatidylserine decarboxylase alpha chain]","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8N1","fd20a07","NOR1","nanog","nr4a3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 4 group A member 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB94","fd20a07","F1QB94","nanog","runx2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB94","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QD92","fd20a07","E9QD92","nanog","dusp11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QD92","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V324","fd20a07","B0V324","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V324","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II66","fd20a07","A0A0R4II66","nanog","si:ch1073-110a20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II66","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS89","fd20a07","A0A0R4IS89","nanog","si:ch73-299h12.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IS89","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4R1","fd20a07","zgc:92840","nanog","sec61g","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein transport protein Sec61 subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGJ1","fd20a07","Q6DGJ1","nanog","grifin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHJ2","fd20a07","rab3a","nanog","rab3aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PGV1","fd20a07","atp6v0d1","nanog","atp6v0d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V-type proton ATPase subunit d 1 (V-ATPase subunit d 1) (Vacuolar proton pump subunit d 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8C7","fd20a07","F1Q8C7","nanog","tagapa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5K6","fd20a07","F1R5K6","nanog","olfm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803F6","fd20a07","rpsa","nanog","rpsa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS2 (37 kDa laminin receptor precursor) (37LRP) (37/67 kDa laminin receptor) (LRP/LR) (40S ribosomal protein SA) (67 kDa laminin receptor) (67LR) (Laminin receptor 1) (LamR) (Laminin-binding protein precursor p40) (LBP/p40)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLQ0","fd20a07","lyrm4","nanog","lyrm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LYR motif-containing protein 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3M0","fd20a07","slc30a1","nanog","slc30a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Solute carrier family 30 (Zinc transporter), member 1 (Solute carrier family 30 member 1a) (Zinc transporter 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8C6","fd20a07","E7F8C6","nanog","slc36a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8C6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWE3","fd20a07","A0A0R4IWE3","nanog","armc10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5B5","fd20a07","F1Q5B5","nanog","alpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IMW8","fd20a07","zgc:92371","nanog","rpl39","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBR5","fd20a07","wu:fa12a02","nanog","atp6v1g1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","V-type proton ATPase subunit G","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM24","fd20a07","wu:fb96b08","nanog","tomm34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM34 (Translocase of outer mitochondrial membrane 34)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF98","fd20a07","F1QF98","nanog","rbm19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF98","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBJ0","fd20a07","F1QBJ0","nanog","kazald2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW38","fd20a07","sephs1","nanog","sephs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Selenide, water dikinase 1 (EC 2.7.9.3) (Selenium donor protein 1) (Selenophosphate synthase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXH8","fd20a07","E7EXH8","nanog","LOC799265","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F641","fd20a07","E7F641","nanog","cnksr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F641","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXV2","fd20a07","aebp2","nanog","aebp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV37","fd20a07","Q7ZV37","nanog","ppme1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGW9","fd20a07","NEIL1","nanog","neil1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endonuclease 8-like 1 (EC 4.2.99.18) (Nei endonuclease VIII-like 1) (Nei-like DNA glycosylase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3J8","fd20a07","Q6P3J8","nanog","tdh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KFQ1","fd20a07","A0A0G2KFQ1","nanog","iqgap3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KFQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2I9","fd20a07","G1K2I9","nanog","mettl13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2I9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3Q8","fd20a07","A9C3Q8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3Q8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAG6","fd20a07","ambra1a","nanog","ambra1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating molecule in BECN1-regulated autophagy protein 1A","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCJ1","fd20a07","F1QCJ1","nanog","plekhm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWT2","fd20a07","Q1LWT2","nanog","polr3gla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWT2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6T0","fd20a07","CD44 antigen","nanog","cd44a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CD44 antigen (GP90 lymphocyte homing/adhesion receptor) (HUTCH-I) (Hermes antigen) (Hyaluronate receptor) (Phagocytic glycoprotein 1) (Phagocytic glycoprotein I)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDD0","fd20a07","F1RDD0","nanog","pycr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPC9","fd20a07","A0A2R8QPC9","nanog","idh3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQ57","fd20a07","A3KQ57","nanog","her7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQ57","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WG18","fd20a07","A8WG18","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WG18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZC7","fd20a07","Q5TZC7","nanog","asap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK37","fd20a07","B3DK37","nanog","lmf2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK37","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA22","fd20a07","F1RA22","nanog","eif3ja","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZB9","fd20a07","MAGI-1","nanog","magi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRN3","fd20a07","Q6DRN3","nanog","noc3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVS6","fd20a07","gats","nanog","castor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytosolic arginine sensor for mTORC1 subunit 2 (Opposite strand transcription unit to Stag3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R399","fd20a07","F1R399","nanog","gpr55a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R399","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YAB5","fd20a07","A0A286YAB5","nanog","march8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YAB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLU1","fd20a07","Q1RLU1","nanog","brat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHY5","fd20a07","E9QHY5","nanog","si:dkey-229d11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM03","fd20a07","B8JM03","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08C76","fd20a07","Q08C76","nanog","ssuh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08C76","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9I2","fd20a07","wnt11r","nanog","wnt11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Wnt","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDR4","fd20a07","F1RDR4","nanog","arl15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8I7","fd20a07","A0A286Y8I7","nanog","camk2b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0QZE8","fd20a07","iqwd1","nanog","dcaf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DDB1- and CUL4-associated factor 6 (Ddb1 and cul4-associated factor 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2PW47","fd20a07","med24","nanog","med24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7M1","fd20a07","zgc:110306","nanog","arhgap17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho GTPase-activating protein 17 isoform X1 (Rho GTPase-activating protein 17a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DC73","fd20a07","wu:fc13b08","nanog","kptn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kaptin","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F307","fd20a07","E7F307","nanog","vps13d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F307","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBW1","fd20a07","Q6DBW1","nanog","rasgef1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DBW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5G4","fd20a07","zgc:92393","nanog","dnajc15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ (Hsp40) homolog, subfamily C, member 15 (DnaJ homolog subfamily C member 15)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWJ4","fd20a07","dnajc2","nanog","dnajc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ homolog subfamily C member 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYE1","fd20a07","fa20h03","nanog","wee1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Wee1-like protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVS2","fd20a07","Q1LVS2","nanog","pxk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5NIW0","fd20a07","zgc:123028","nanog","matn3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Matrilin-3 precursor (Matrilin-3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5V7","fd20a07","B0S5V7","nanog","tmem30c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5V7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JT21","fd20a07","A9JT21","nanog","ctps1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JT21","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCR3","fd20a07","Fibulin 2","nanog","fbln2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fibulin 2 (Fibulin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1L1QZC7","fd20a07","A0A1L1QZC7","nanog","tasor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1L1QZC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9F5","fd20a07","A0A0R4I9F5","nanog","ddost","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9F5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZE6","fd20a07","zgc:172341","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566S7","fd20a07","wu:fj45h02","nanog","mrps18b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUR6","fd20a07","cb985","nanog","mibp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Muscle-specific beta 1 integrin-binding protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFJ4","fd20a07","PYCa","nanog","pcxa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pyruvate carboxylase (EC 6.4.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH87","fd20a07","fundc1","nanog","fundc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FUN14 domain-containing protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQZ7","fd20a07","bves","nanog","bves","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAI0","fd20a07","F1QAI0","nanog","inavaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ36","fd20a07","F1QZ36","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ36","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI97","fd20a07","E9QI97","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI97","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ44","fd20a07","Q5TZ44","nanog","cd164","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ44","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV50","fd20a07","magt1","nanog","magt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Magnesium transporter protein 1 (MagT1) (Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit MAGT1) (Oligosaccharyl transferase subunit MAGT1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFU1","fd20a07","cd81","nanog","cd81a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetraspanin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY35","fd20a07","F1QY35","nanog","zp3e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY35","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDJ2","fd20a07","F1QDJ2","nanog","tnip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6M0","fd20a07","F1R6M0","nanog","lrrc34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6M0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5L3","fd20a07","rpl19","nanog","rpl19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL19 (60S ribosomal protein L19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC40","fd20a07","cdc123","nanog","cdc123","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Translation initiation factor eIF2 assembly protein (Cell division cycle protein 123 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QN79","fd20a07","A0A2R8QN79","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QN79","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHZ0","fd20a07","Q5RHZ0","nanog","stk33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW89","fd20a07","mafg2","nanog","mafgb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor MafG (V-maf musculoaponeurotic fibrosarcoma oncogene homolog G)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC36","fd20a07","A0A0R4IC36","nanog","adarb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL71","fd20a07","CH211-129M12.3","nanog","ide","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin-degrading enzyme (Novel protein similar to H.sapiens IDE, insulin-degrading enzyme (IDE, zgc:162603))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAF8","fd20a07","F1QAF8","nanog","lrrc47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPG5","fd20a07","A0A0A0MPG5","nanog","plxna3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBF5","fd20a07","E9QBF5","nanog","tmem60","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IES7","fd20a07","A0A0R4IES7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IES7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Z4YHY2","fd20a07","Z4YHY2","nanog","pim2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z4YHY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IF39","fd20a07","A0A0R4IF39","nanog","mcm7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IF39","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG86","fd20a07","E9QG86","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG86","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGS0","fd20a07","cyb5","nanog","cyb5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyb5a protein (Cytochrome b5 isoform X1) (Cytochrome b5 type A (microsomal))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM72","fd20a07","A0A0R4IM72","nanog","si:dkeyp-53d3.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM72","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5X0","fd20a07","dspg3","nanog","epyc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epiphycan (Epiphycan isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REC2","fd20a07","F1REC2","nanog","sept7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REC2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHU9","fd20a07","A0A2R8QHU9","nanog","syt6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAS3","fd20a07","A0A0R4IAS3","nanog","nars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE87","fd20a07","E7FE87","nanog","klf6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE87","tf-link","27924024","regulates","txid7955" +"A5JNG8","A6YIH7","fd20a07","mr","nanog","nr3c2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mineralocorticoid receptor (Nuclear receptor subfamily 3 group C member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLW6","fd20a07","A0A2R8QLW6","nanog","cry3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVR2","fd20a07","F1QVR2","nanog","nhej1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDX5","fd20a07","E7FDX5","nanog","lbx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8G7","fd20a07","B0S8G7","nanog","mknk2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8G7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8M2","fd20a07","F1R8M2","nanog","ftcdnl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q734","fd20a07","F1Q734","nanog","lpar2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q734","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801V1","fd20a07","fd60g10","nanog","laptm4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysosomal-associated transmembrane protein 4B","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4S2","fd20a07","B8A4S2","nanog","tsga10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4S2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KCC7","fd20a07","A0A0G2KCC7","nanog","kbtbd11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KCC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDJ9","fd20a07","X1WDJ9","nanog","si:dkey-108k21.19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCX4","fd20a07","E7FCX4","nanog","tsr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGJ4","fd20a07","E7FGJ4","nanog","lman2la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCF6","fd20a07","E9QCF6","nanog","rxfp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BV5","fd20a07","zgc:154097","nanog","rangap1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAN GTPase activating protein 1 (RAN GTPase-activating protein 1a) (Zgc:154097)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI88","fd20a07","E9QI88","nanog","entpd5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI88","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIQ6","fd20a07","B3DIQ6","nanog","slc35a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJJ2","fd20a07","Q5BJJ2","nanog","rpl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5BJJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8QGG8","fd20a07","Q8QGG8","nanog","ddx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8QGG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGA5","fd20a07","A8WGA5","nanog","scrt1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WGA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGH3","fd20a07","zgc:92922","nanog","sec61b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein transport protein Sec61 subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6YBR5","fd20a07","ngf","nanog","ngf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nerve growth factor (NGF) (zNGF)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566R8","fd20a07","Q566R8","nanog","hspb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566R8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGQ5","fd20a07","A2BGQ5","nanog","AK6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ96","fd20a07","Q6IQ96","nanog","atg4c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQ96","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITY1","fd20a07","A0A0R4ITY1","nanog","ciz1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1W8","fd20a07","F1R1W8","nanog","aatf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1W8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXC1","fd20a07","F1QXC1","nanog","pcdh2g28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA74","fd20a07","E7FA74","nanog","mdc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA74","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B747","fd20a07","zgc:123314","nanog","apooa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MICOS complex subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDQ5","fd20a07","F1RDQ5","nanog","hexa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803G0","fd20a07","Q803G0","nanog","erlec1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFI4","fd20a07","E7FFI4","nanog","si:ch211-140b10.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7L2","fd20a07","zgc:92462","nanog","sgtb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small glutamine-rich tetratricopeptide repeat co-chaperone beta (Small glutamine-rich tetratricopeptide repeat-containing protein beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98UK5","fd20a07","mafb","nanog","mafb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor MafB (Maf-B) (Transcription factor Val) (Valentino)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4R1","fd20a07","F1Q4R1","nanog","dock6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4R1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLM2","fd20a07","F1QLM2","nanog","si:ch73-314g15.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYY6","fd20a07","A0A0R4IYY6","nanog","si:dkey-31g6.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y845","fd20a07","A0A286Y845","nanog","trpc5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y845","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSN8","fd20a07","F1QSN8","nanog","ghdc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBW4","fd20a07","E7FBW4","nanog","lrrc28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY87","fd20a07","E7EY87","nanog","uvrag","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY87","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQJ2","fd20a07","Q6IQJ2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGV7","fd20a07","Q6DGV7","nanog","mpv17l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE17","fd20a07","F1RE17","nanog","acad11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDI7","fd20a07","A0A2R8QDI7","nanog","pxdn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJN7","fd20a07","wu:fc12a05","nanog","nipa1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Magnesium transporter NIPA1 (NIPA magnesium transporter 1) (Nipa1 protein) (Non imprinted in Prader-Willi/Angelman syndrome 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REQ6","fd20a07","cb886","nanog","prickle2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYR4","fd20a07","Q5TYR4","nanog","rdh14b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGY0","fd20a07","Q5RGY0","nanog","etnk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2E8","fd20a07","F8W2E8","nanog","rbm27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2E8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEW8","fd20a07","F1QEW8","nanog","nfkbie","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9D1","fd20a07","E7F9D1","nanog","kcnk3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICG7","fd20a07","A0A0R4ICG7","nanog","abhd8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QII8","fd20a07","F1QII8","nanog","eif3k","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QII8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4R3","fd20a07","B8A4R3","nanog","ebpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4R3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q826","fd20a07","F1Q826","nanog","rpz3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q826","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECX8","fd20a07","Q1ECX8","nanog","pcolcea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502K5","fd20a07","Q502K5","nanog","cysltr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITC3","fd20a07","I3ITC3","nanog","si:dkey-217d24.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P296","fd20a07","Q6P296","nanog","chsy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P296","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE71","fd20a07","Synaptotagmin-like 2b","nanog","sytl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Synaptotagmin-like 2b (Synaptotagmin-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZX7","fd20a07","E7EZX7","nanog","akap11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZX7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9L4","fd20a07","F1R9L4","nanog","mfsd12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9L4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHI3","fd20a07","E9QHI3","nanog","dapk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDH0","fd20a07","E9QDH0","nanog","adcy6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5H3","fd20a07","F8W5H3","nanog","si:ch211-274k16.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPS7","fd20a07","A3KPS7","nanog","ugt5c2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7F7","fd20a07","B0S7F7","nanog","pimr51","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7F7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QW15","fd20a07","Centrosomal protein 85,-like","nanog","cep85l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centrosomal protein 85,-like (Centrosomal protein of 85 kDa-like isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX26","fd20a07","Q1LX26","nanog","si:dkey-238c7.16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXR5","fd20a07","Q1LXR5","nanog","kat14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8I0","fd20a07","B0S8I0","nanog","gtpbp8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBH2","fd20a07","F1QBH2","nanog","taf13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFI9","fd20a07","A0A2R8QFI9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWQ4","fd20a07","F1QWQ4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29RB5","fd20a07","Q29RB5","nanog","hs3st1l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q29RB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YAA4","fd20a07","A0A286YAA4","nanog","herpud1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YAA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6EFA1","fd20a07","Q6EFA1","nanog","sulf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6EFA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QMK9","fd20a07","A0A2R8QMK9","nanog","tjp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG68","fd20a07","wu:fb38h07","nanog","ube2e2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin-conjugating enzyme E2 E2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 2) (Zgc:92467)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q514","fd20a07","F1Q514","nanog","exo5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q514","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCP5","fd20a07","F1RCP5","nanog","si:dkey-148f10.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4V6","fd20a07","F8W4V6","nanog","grsf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0J0","fd20a07","Q6P0J0","nanog","ppp1r2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PCA5","fd20a07","Q6PCA5","nanog","six3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PCA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUQ3","fd20a07","Q1LUQ3","nanog","timm44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Q3","fd20a07","PAI-RBP1","nanog","serbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SERPINE1 mRNA binding protein 1a isoform X1 (SERPINE1 mRNA-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R394","fd20a07","F1R394","nanog","znf438","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R394","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKK1","fd20a07","A0A0R4IKK1","nanog","arhgap12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH69","fd20a07","Q6DH69","nanog","faah2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVB5","fd20a07","wu:fa18f04","nanog","snrpd3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein Sm D3 (Sm-D3) (snRNP core protein D3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC64","fd20a07","E9QC64","nanog","slc31a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QC64","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDE8","fd20a07","E9QDE8","nanog","map3k15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE30","fd20a07","Proline-, glutamic acid- and leucine-rich protein 1","nanog","pelp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proline-, glutamic acid- and leucine-rich protein 1 (Modulator of non-genomic activity of estrogen receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUY0","fd20a07","Q6NUY0","nanog","ak4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NUY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4QRD9","fd20a07","Q4QRD9","nanog","chordc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4QRD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3Y3","fd20a07","cee","nanog","get4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBA1","fd20a07","F1RBA1","nanog","usp38","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ31","fd20a07","B3DJ31","nanog","slc6a4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJ31","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA23","fd20a07","A0A0R4IA23","nanog","hibadha","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8U8","fd20a07","zgc:114135","nanog","rab27a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-27A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG77","fd20a07","E9QG77","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG77","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYK9","fd20a07","zgc:110372","nanog","iglon5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","IgLON family member 5 precursor (Zgc:110372)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q3N8","fd20a07","A0A2R8Q3N8","nanog","sgpl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q3N8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLL3","fd20a07","F1QLL3","nanog","tead1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7K3","fd20a07","F1R7K3","nanog","dla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7K3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LG54","fd20a07","Histone H2B","nanog","si:dkey-23a13.22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2B","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEX6","fd20a07","A2CEX6","nanog","hira","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJI9","fd20a07","F1QJI9","nanog","setd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S774","fd20a07","B0S774","nanog","gorasp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S774","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802C8","fd20a07","wu:fa10h07","nanog","smarcd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 1) (Smarcd1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYQ6","fd20a07","F1QYQ6","nanog","si:ch73-236c18.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHZ3","fd20a07","F1QHZ3","nanog","ttc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QD45","fd20a07","A0A2R8QD45","nanog","slc4a4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QD45","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWB6","fd20a07","txnip","nanog","txnipa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin-interacting protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS02","fd20a07","F1QS02","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS02","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCV3","fd20a07","E9QCV3","nanog","si:ch73-382f3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY17","fd20a07","F1QY17","nanog","vhl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPL7","fd20a07","F1QPL7","nanog","pcca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R199","fd20a07","B0R199","nanog","ikbkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R199","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYW7","fd20a07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1","nanog","smarcd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 2 isoform X1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGH7","fd20a07","ctnnb1","nanog","ctnnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMN9","fd20a07","A0JMN9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH82","fd20a07","wu:fj43a09","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-aminobutyric acid receptor-associated protein-like (Zgc:92606)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE08","fd20a07","F1RE08","nanog","ptgis","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE08","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WB96","fd20a07","X1WB96","nanog","si:ch211-259g3.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WB96","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILT6","fd20a07","A0A0R4ILT6","nanog","cartl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5J5","fd20a07","zgc:63558","nanog","stx11b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin 11b, tandem duplicate 1 (Syntaxin 11b.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSI4","fd20a07","A0A1D5NSI4","nanog","nav2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q716","fd20a07","F1Q716","nanog","si:dkeyp-69c1.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q716","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVQ4","fd20a07","Q1LVQ4","nanog","slc6a15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q63ZW2","fd20a07","chchd6a","nanog","chchd6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MICOS complex subunit mic25a (Coiled-coil-helix-coiled-coil-helix domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZE3","fd20a07","NH10","nanog","meis3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein Meis3 (Homeobox transcription factor Meis3) (Myeloid ecotropic viral integration site 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJT4","fd20a07","A0A0R4IJT4","nanog","pde10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8H1","fd20a07","B0S8H1","nanog","mllt1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBY5","fd20a07","Chromobox homolog 6b","nanog","cbx6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromobox homolog 6b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZE3","fd20a07","llgl2","nanog","llgl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVP4","fd20a07","F1QVP4","nanog","mfhas1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IE40","fd20a07","A0A0R4IE40","nanog","mprip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IE40","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKT5","fd20a07","si:ch73-45o6.2","nanog","si:ch73-45o6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Autophagy-related protein 2 homolog A isoform X2 (Si:ch73-45o6.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEY1","fd20a07","F1QEY1","nanog","trps1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RG82","fd20a07","Q5RG82","nanog","ivns1abpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RG82","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY30","fd20a07","F1QY30","nanog","eno4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QY30","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9K5","fd20a07","F1R9K5","nanog","msi1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5Q2","fd20a07","E7F5Q2","nanog","LOC797620","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NXI9","fd20a07","F6NXI9","nanog","trnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NXI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLK2","fd20a07","lhpp","nanog","lhpp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phospholysine phosphohistidine inorganic pyrophosphate phosphatase (EC 3.1.3.-) (EC 3.6.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTS2","fd20a07","Q9PTS2","nanog","urod","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PTS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IF41","fd20a07","A0A0R4IF41","nanog","prdm10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IF41","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R596","fd20a07","F1R596","nanog","pxdc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R596","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KC33","fd20a07","A8KC33","nanog","znf1154","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KC33","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWY2","fd20a07","Q6NWY2","nanog","oxsr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5D6S6","fd20a07","DNA-directed RNA polymerases I, II, and III subunit RPABC5","nanog","polr2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerases I, II, and III subunit RPABC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWQ5","fd20a07","Q1LWQ5","nanog","zbtb12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YI00","fd20a07","zg05","nanog","fzd8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled 8a protein (Frizzled class receptor 8a) (Frizzled homolog 8a) (Frizzled-8 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q499B3","fd20a07","kansl3","nanog","kansl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC22","fd20a07","zgc:73139","nanog","ndufa8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803C9","fd20a07","Q803C9","nanog","ptdss1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803C9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK46","fd20a07","A0A0R4IK46","nanog","fra10ac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK46","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4J7S6","fd20a07","A0A0R4J7S6","nanog","wdhd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4J7S6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC68","fd20a07","F1QC68","nanog","hephl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2D9","fd20a07","F8W2D9","nanog","si:ch211-191d2.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2D9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Y37","fd20a07","rock2","nanog","rock2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-associated protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLA3","fd20a07","A0A2R8QLA3","nanog","tonsl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ78","fd20a07","Q6IQ78","nanog","tubd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQ78","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ09","fd20a07","F1QZ09","nanog","aclya","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ09","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QP75","fd20a07","A4QP75","nanog","trmt2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4QP75","tf-link","27924024","regulates","txid7955" +"A5JNG8","A6NA21","fd20a07","fd20g07","nanog","cavin1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Caveolae-associated protein 1b (Polymerase I and transcript release factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DI21","fd20a07","Pyridoxal","nanog","pdxp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pyridoxal (pyridoxine, vitamin B6) phosphatase (Pyridoxal phosphate phosphatase (EC 3.1.3.74)) (Zgc:194409)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVL9","fd20a07","A5WVL9","nanog","dapk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A617","fd20a07","B8A617","nanog","si:dkey-33c12.12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A617","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAU5","fd20a07","E7FAU5","nanog","tox3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAU5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6B0","fd20a07","E7F6B0","nanog","dtx4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6B0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5X0","fd20a07","F8W5X0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEF3","fd20a07","Q6DEF3","nanog","dnajb4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBJ6","fd20a07","si:dkey-265o13.3","nanog","gins2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA replication complex GINS protein PSF2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6J2R6","fd20a07","Q6J2R6","nanog","gsdmeb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6J2R6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRA3","fd20a07","A0A0R4IRA3","nanog","si:ch1073-284b18.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGY2","fd20a07","E7FGY2","nanog","gid8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568B8","fd20a07","Q568B8","nanog","tor4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568B8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYY4","fd20a07","asf1ba","nanog","asf1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone chaperone asf1b-A (Anti-silencing function protein 1 homolog Ba)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8W1","fd20a07","fi35c01","nanog","spsb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SPRY domain-containing SOCS box protein 1 (SplA/ryanodine receptor domain and SOCS box-containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3G8","fd20a07","F1R3G8","nanog","srm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6V9B5","fd20a07","sdf1b","nanog","cxcl12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5G9L7","fd20a07","Q5G9L7","nanog","crabp2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5G9L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS29","fd20a07","A0A1D5NS29","nanog","mcee","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NS29","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCG3","fd20a07","E7FCG3","nanog","creb3l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NHC4","fd20a07","F6NHC4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NHC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKK3","fd20a07","F1QKK3","nanog","rab40b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKA6","fd20a07","B3DKA6","nanog","gpr160","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG59","fd20a07","Q6DG59","nanog","dgcr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQZ2","fd20a07","Q5PQZ2","nanog","smad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PQZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFY1","fd20a07","E7FFY1","nanog","nf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFY1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7B2","fd20a07","F1Q7B2","nanog","rcn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9G6","fd20a07","A0A286Y9G6","nanog","fgfr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQH4","fd20a07","zgc:86762","nanog","psmd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT86","fd20a07","Q1MT86","nanog","usp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MT86","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RSH3","fd20a07","A0A2R8RSH3","nanog","csrnp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RSH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73736","fd20a07","acvr1","nanog","acvr1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHJ3","fd20a07","A0A2R8QHJ3","nanog","wdr7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WGP3","fd20a07","ppp4ca","nanog","ppp4ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 4 catalytic subunit A (PP4C-A) (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIJ2","fd20a07","F1QIJ2","nanog","naa35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9Y9","fd20a07","F1R9Y9","nanog","etfb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9Y9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK23","fd20a07","B3DK23","nanog","hoxa11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LY31","fd20a07","Q1LY31","nanog","zpr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LY31","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICF6","fd20a07","A0A0R4ICF6","nanog","far1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGV5","fd20a07","gankyrin","nanog","psmd10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RUX0","fd20a07","zgc:158242","nanog","tbl1x","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBX6","fd20a07","X1WBX6","nanog","ebf3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZC4","fd20a07","A0A0R4IZC4","nanog","chmp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ97","fd20a07","F1QJ97","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ97","tf-link","27924024","regulates","txid7955" +"A5JNG8","E1AZA5","fd20a07","E1AZA5","nanog","kcnc3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E1AZA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRJ7","fd20a07","A0A0R4IRJ7","nanog","arhgap21a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KC68","fd20a07","A0A0G2KC68","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KC68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK98","fd20a07","F1QK98","nanog","wnt3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK98","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q931","fd20a07","F1Q931","nanog","larp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q931","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ30","fd20a07","Q5TZ30","nanog","slc22a16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ30","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUU9","fd20a07","wu:fc16d03","nanog","pigc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol N-acetylglucosaminyltransferase subunit C (EC 2.4.1.198) (Phosphatidylinositol glycan anchor biosynthesis, class C) (Phosphatidylinositol glycan, class C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECY2","fd20a07","Q1ECY2","nanog","hoxb13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9S0","fd20a07","F1Q9S0","nanog","pax3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9S0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA5","fd20a07","F1QZA5","nanog","psmd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZA5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILJ1","fd20a07","A0A0R4ILJ1","nanog","map7d1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFX3","fd20a07","F1QFX3","nanog","ghra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A507","fd20a07","fb93g11","nanog","flrt3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R385","fd20a07","F1R385","nanog","armc1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R385","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRN2","fd20a07","F1QRN2","nanog","raf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRN2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802D2","fd20a07","zgc:55690","nanog","ccnt2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin T2b (Cyclin-T2) (Zgc:55690)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSH3","fd20a07","A0A1D5NSH3","nanog","ptpn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHP4","fd20a07","A8WHP4","nanog","gclm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ08","fd20a07","Q5TZ08","nanog","kmt2e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ08","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1X2","fd20a07","A0A2R8Q1X2","nanog","eno1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1X2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QI87","fd20a07","F1QI87","nanog","gon4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QI87","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGI1","fd20a07","F1QGI1","nanog","dcbld1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3F9","fd20a07","F1R3F9","nanog","rmi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3F9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8P7","fd20a07","F1Q8P7","nanog","eif2s2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8P7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHZ5","fd20a07","B8JHZ5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JHZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCF4","fd20a07","Alkaline ceramidase","nanog","acer2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Alkaline ceramidase (EC 3.5.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1H1M5","fd20a07","B1H1M5","nanog","adck1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1H1M5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAS0","fd20a07","A0A2R8QAS0","nanog","si:dkey-201i6.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WIP5","fd20a07","A8WIP5","nanog","hcfc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WIP5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W6A8","fd20a07","Q9W6A8","nanog","opn1sw2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9W6A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDF6","fd20a07","F1QDF6","nanog","akap10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ27","fd20a07","Q7ZZ27","nanog","sertad2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZZ27","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHJ8","fd20a07","X1WHJ8","nanog","pet100","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJL9","fd20a07","Q5XJL9","nanog","dlx5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC72","fd20a07","F1QC72","nanog","agps","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC72","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFN6","fd20a07","B3DFN6","nanog","neurog3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFN6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGT9","fd20a07","Q6DGT9","nanog","pomp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUQ2","fd20a07","ppp2r5e1","nanog","ppp2r5eb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R789","fd20a07","Caltractin","nanog","cetn4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Caltractin (Centrin 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R688","fd20a07","T-box transcription factor 4","nanog","tbx4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-box transcription factor 4 (T-box transcription factor TBX4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMY9","fd20a07","Nuclear receptor-interacting protein 1","nanog","nrip1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor-interacting protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRJ7","fd20a07","ndc80","nanog","ndc80","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9P8","fd20a07","F1Q9P8","nanog","aknad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI83","fd20a07","E9QI83","nanog","si:dkey-253i9.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI83","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4A2","fd20a07","B8A4A2","nanog","degs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4A2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGN7","fd20a07","B3DGN7","nanog","tyro3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWC0","fd20a07","Q7ZWC0","nanog","map1lc3c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZWC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REQ1","fd20a07","F1REQ1","nanog","fam98b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7A3","fd20a07","F1Q7A3","nanog","plcl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7A3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBI7","fd20a07","stx18","nanog","stx18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin-18","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGQ7","fd20a07","A0A0R4IGQ7","nanog","fkbp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0PJR8","fd20a07","A0PJR8","nanog","opn6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0PJR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Z4","fd20a07","Q503Z4","nanog","neu4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503Z4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH18","fd20a07","Q6PH18","nanog","nr2f1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PH18","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PM89","fd20a07","chst2","nanog","chst2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sulfotransferase (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAE4","fd20a07","F1QAE4","nanog","slc52a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0N0","fd20a07","E7F0N0","nanog","bcorl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BDM6","fd20a07","A2BDM6","nanog","hand2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BDM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNJ7","fd20a07","F1QNJ7","nanog","helz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8S075","fd20a07","A0A2R8S075","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8S075","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIH1","fd20a07","Q5RIH1","nanog","zbtb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0W9","fd20a07","tbc1d8b","nanog","tbc1d8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TBC1 domain family member 8B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK89","fd20a07","F1QK89","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK89","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SNQ7","fd20a07","Q5SNQ7","nanog","serac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5SNQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN51","fd20a07","A0A0R4IN51","nanog","si:rp71-1d10.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN51","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYC4","fd20a07","Q7SYC4","nanog","klhl24b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SYC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVW1","fd20a07","A0A0R4IVW1","nanog","si:ch73-217b7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QII3","fd20a07","F1QII3","nanog","ldah","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QII3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ13","fd20a07","B3DJ13","nanog","npdc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJ13","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UX67","fd20a07","B0UX67","nanog","mtor","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UX67","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGL0","fd20a07","X1WGL0","nanog","si:dkey-28g23.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WGL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2G6","fd20a07","G1K2G6","nanog","gpatch1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2G6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBT7","fd20a07","fj64e05","nanog","sys1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein SYS1 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L224","fd20a07","creb3l2","nanog","creb3l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVN6","fd20a07","im:7137347","nanog","zfyve27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protrudin (Zinc finger FYVE domain-containing protein 27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZA4","fd20a07","Q5TZA4","nanog","si:dkeyp-55f12.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68BU9","fd20a07","Q68BU9","nanog","gcm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q68BU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0E7","fd20a07","F1R0E7","nanog","mogat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYW4","fd20a07","A0A0R4IYW4","nanog","si:ch73-215f7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP53","fd20a07","A0A0R4IP53","nanog","taok1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP53","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503H9","fd20a07","Transcription initiation factor IIA subunit 2","nanog","gtf2a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription initiation factor IIA subunit 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMI5","fd20a07","A5PMI5","nanog","tent4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9C2","fd20a07","A0A0R4I9C2","nanog","cpxm1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9C2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFG7","fd20a07","A0A2R8QFG7","nanog","arid1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDE6","fd20a07","A0A0R4IDE6","nanog","nedd4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCE5","fd20a07","E7FCE5","nanog","ppp1r37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYW6","fd20a07","Q6NYW6","nanog","clasp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S646","fd20a07","B0S646","nanog","ftr34","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S646","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWB1","fd20a07","zgc:56598","nanog","cdk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cyclin-dependent kinase (EC 2.7.11.22)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD02","fd20a07","F1RD02","nanog","etv4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD02","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA60","fd20a07","timm22","nanog","timm22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import inner membrane translocase subunit TIM22","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KC70","fd20a07","A0A0G2KC70","nanog","ppp4r3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KC70","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2VD24","fd20a07","A2VD24","nanog","ipo9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2VD24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W339","fd20a07","F8W339","nanog","clip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W339","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0H6","fd20a07","B0R0H6","nanog","rnf212b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0H6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503K1","fd20a07","Q503K1","nanog","tgfbi","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503K1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCV2","fd20a07","hdac10","nanog","hdac10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIV5","fd20a07","Q5RIV5","nanog","aig1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB61","fd20a07","E7FB61","nanog","sytl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB61","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7F2","fd20a07","si:ch211-287j19.6","nanog","mhc1zea","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ75","fd20a07","E9QJ75","nanog","cpne4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ75","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803R7","fd20a07","zgc:55327","nanog","crnkl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Crooked neck pre-mRNA-splicing factor 1 (Crooked neck-like protein 1) (Zgc:55327)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY41","fd20a07","Q7SY41","nanog","dnajc24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SY41","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEX1","fd20a07","A2CEX1","nanog","zdhhc8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAS7","fd20a07","E7FAS7","nanog","wdr93","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RPE6","fd20a07","A0A2R8RPE6","nanog","tdrd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RPE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYW2","fd20a07","Epsin 2","nanog","epn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Epsin 2 (Epsin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","C5J7W8","fd20a07","smg1","nanog","smg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT19","fd20a07","A0A1D5NT19","nanog","acd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NT19","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9D8","fd20a07","Q4V9D8","nanog","rras","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9D8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVP4","fd20a07","ucp4","nanog","ucp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial brown fat uncoupling protein 1 (Solute carrier family 25 member 7) (Thermogenin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5B9","fd20a07","B0S5B9","nanog","sypa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6Y1","fd20a07","Cyclin-dependent kinase 12","nanog","cdk12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase 12 (EC 2.7.11.22) (EC 2.7.11.23) (Cell division protein kinase 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QG63","fd20a07","E9QG63","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QG63","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F811","fd20a07","E7F811","nanog","tom1l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F811","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLZ2","fd20a07","F1QLZ2","nanog","gdf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R591","fd20a07","F1R591","nanog","ttf1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R591","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KQY6","fd20a07","A0A0G2KQY6","nanog","slc39a14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KQY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV05","fd20a07","wu:fa91c09","nanog","rps11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein uS17 (40S ribosomal protein S11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXT9","fd20a07","E7EXT9","nanog","ccni2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE65","fd20a07","F1QE65","nanog","cyfip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE65","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REP2","fd20a07","F1REP2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQF6","fd20a07","Q6IQF6","nanog","cep43","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE64","fd20a07","E7FE64","nanog","osbpl10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE64","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ79","fd20a07","Dedicator of cytokinesis 8","nanog","dock8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dedicator of cytokinesis 8 (Dedicator of cytokinesis protein 8 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDM9","fd20a07","F1RDM9","nanog","armh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R194","fd20a07","B0R194","nanog","polb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R194","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3G3","fd20a07","F1R3G3","nanog","dffa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3G3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ74","fd20a07","E7EZ74","nanog","dthd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ74","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7N8","fd20a07","Calcium-transporting ATPase","nanog","si:dkey-28b4.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWM8","fd20a07","F1QWM8","nanog","neurod4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3N6","fd20a07","A9C3N6","nanog","custos","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QES8","fd20a07","E9QES8","nanog","hsf2bp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QES8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEG0","fd20a07","A0A0R4IEG0","nanog","opn9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFE8","fd20a07","E7FFE8","nanog","nt5dc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SPB6","fd20a07","chac1","nanog","chac1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glutathione-specific gamma-glutamylcyclotransferase 1 (Gamma-GCG 1) (EC 4.3.2.7) (Cation transport regulator-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P6Y4","fd20a07","zgc:65944","nanog","rabgef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB guanine nucleotide exchange factor (GEF) 1 (Rab5 GDP/GTP exchange factor) (Zgc:65944)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7E3","fd20a07","B0S7E3","nanog","wnt2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7E3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE03","fd20a07","F1RE03","nanog","cpeb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE03","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T396","fd20a07","Q7T396","nanog","hsd17b3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T396","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB39","fd20a07","E7FB39","nanog","myo5ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB39","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIR1","fd20a07","dnm2","nanog","dnm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","dynamin GTPase (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH55","fd20a07","zgc:92641","nanog","gnb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide binding protein (G protein), beta polypeptide 3, like (Guanine nucleotide-binding protein (G protein), beta polypeptide 3a) (Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-3) (Novel protein similar to guanine nucleotide binding protein (G protein) beta polypeptide family)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEG1","fd20a07","F1QEG1","nanog","atp7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IS45","fd20a07","si:ch211-203f4.1","nanog","cog6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QC50","fd20a07","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5","nanog","smarcd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 isoform X5 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSL5","fd20a07","F1QSL5","nanog","cyp2x6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9UGK1","fd20a07","A9UGK1","nanog","mkxa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9UGK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QP61","fd20a07","A0A2R8QP61","nanog","smarcb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QP61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMK0","fd20a07","F1QMK0","nanog","pth1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q56A57","fd20a07","Q56A57","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q56A57","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLH7","fd20a07","F1QLH7","nanog","znf598","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1JPY6","fd20a07","im:6895552","nanog","pfdn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Prefoldin subunit 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQ73","fd20a07","chmp4c","nanog","chmp4c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Charged multivesicular body protein 4c (Chromatin-modifying protein 4c) (CHMP4c)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY32","fd20a07","Q7SY32","nanog","plppr2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SY32","tf-link","27924024","regulates","txid7955" +"A5JNG8","R9R6C7","fd20a07","R9R6C7","nanog","tmtops2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R9R6C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0D285","fd20a07","Q0D285","nanog","tmem141","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0D285","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG67","fd20a07","F1QG67","nanog","taar19q","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG67","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF65","fd20a07","Calcium uptake protein 3, mitochondrial-like isoform X2","nanog","micu3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium uptake protein 3, mitochondrial-like isoform X2 (Mitochondrial calcium uptake family, member 3b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5G5","fd20a07","F1R5G5","nanog","sec31a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5G5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDG0","fd20a07","F1QDG0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IF06","fd20a07","A0A0R4IF06","nanog","si:ch211-51f19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IF06","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHP7","fd20a07","A0A0R4IHP7","nanog","ca9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL25","fd20a07","A0A0R4IL25","nanog","erc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL25","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXW0","fd20a07","B0UXW0","nanog","pip4k2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ04","fd20a07","si:zfos-226g1.1","nanog","acy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N-acyl-aliphatic-L-amino acid amidohydrolase (EC 3.5.1.14) (N-acyl-L-amino-acid amidohydrolase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTG4","fd20a07","Q1MTG4","nanog","si:dkey-286j15.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R793","fd20a07","F1R793","nanog","gpatch11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R793","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJH5","fd20a07","F1QJH5","nanog","hemk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QN46","fd20a07","A0A2R8QN46","nanog","adgrl2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QN46","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA51","fd20a07","E7FA51","nanog","evi5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA51","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB53","fd20a07","F1QB53","nanog","kpna1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB53","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0F4","fd20a07","Q6P0F4","nanog","rbm7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0F4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBD5","fd20a07","E7FBD5","nanog","iqgap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQ43","fd20a07","C-X-C motif chemokine 11-6-like","nanog","cxcl11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","C-X-C motif chemokine 11-6-like (Chemokine (C-X-C motif) ligand 11, duplicate 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVV0","fd20a07","mttp","nanog","mttp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Microsomal triglyceride transfer protein large subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FTT4","fd20a07","Su","nanog","rbpjb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Recombination signal-binding protein for immunoglobulin kappa J region b (Recombining binding protein suppressor of hairless) (Su(H)B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","P62084","fd20a07","rps7","nanog","rps7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein eS7 (40S ribosomal protein S7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2LAE2","fd20a07","A0A0G2LAE2","nanog","LOC100148620","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2LAE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIY0","fd20a07","A0A2R8RIY0","nanog","rassf10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RJ80","fd20a07","Q5RJ80","nanog","caprin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RJ80","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9C8","fd20a07","cb237","nanog","sox11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHU4","fd20a07","prpf38a","nanog","prpf38a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing factor 38A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH08","fd20a07","si:dkey-163f12.8","nanog","itpr3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inositol 1,4,5-trisphosphate receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYV7","fd20a07","ZPCR1","nanog","pcdh10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protocadherin 10a (Protocadherin-10 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8G8","fd20a07","F1R8G8","nanog","st3gal3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KPQ4","fd20a07","A3KPQ4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KPQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMY2","fd20a07","A5PMY2","nanog","glcci1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEU1","fd20a07","E9QEU1","nanog","jakmip2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T387","fd20a07","Q7T387","nanog","abhd14b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T387","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QTA2","fd20a07","A0A2R8QTA2","nanog","tox4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QTA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVM8","fd20a07","dlm","nanog","rgma","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9D0","fd20a07","A0A2R8Q9D0","nanog","bcar1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V946","fd20a07","fj12b07","nanog","rabggtb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Geranylgeranyl transferase type-2 subunit beta (EC 2.5.1.60)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHF1","fd20a07","fe11c08","nanog","ing2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWP1","fd20a07","Q1LWP1","nanog","znf990","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFY9","fd20a07","A0A0R4IFY9","nanog","samd1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNH9","fd20a07","F1QNH9","nanog","islr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK93","fd20a07","F1QK93","nanog","psmd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK93","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q71E64","fd20a07","Gria1","nanog","gria1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AMPA receptor subunit GluR1B (Glutamate receptor, ionotropic, AMPA 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7S7","fd20a07","A8E7S7","nanog","uacaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8J0","fd20a07","F1R8J0","nanog","pgap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYG4","fd20a07","Q6NYG4","nanog","cyyr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSP6","fd20a07","A0A1D5NSP6","nanog","batf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLJ7","fd20a07","si:ch73-270f14.2","nanog","gnaq","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein G(q) subunit alpha (Guanine nucleotide-binding protein alpha-q)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RNY5","fd20a07","A0A2R8RNY5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RNY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2WG79","fd20a07","Q2WG79","nanog","ripply2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2WG79","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PDA4","fd20a07","F6PDA4","nanog","htr2cl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PDA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z33","fd20a07","Q90Z33","nanog","efnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90Z33","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4M8","fd20a07","B8A4M8","nanog","ccdc28b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4M8","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEG8","fd20a07","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2","nanog","pfkfb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","6-phosphofructo-2-kinase/fructose-2,6-bisphosphatase 2 (EC 2.7.1.105) (EC 3.1.3.46) (6PF-2-K/Fru-2,6-P2ase heart-type isozyme)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGG3","fd20a07","F1QGG3","nanog","nsfb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R4X0","fd20a07","fj61b08","nanog","ino80c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","INO80 complex subunit C","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2H0","fd20a07","G1K2H0","nanog","tie1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2H0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBC3","fd20a07","E9QBC3","nanog","cep85","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE56","fd20a07","F1QE56","nanog","frem3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA0","fd20a07","zgc:162909","nanog","slc30a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Solute carrier family 30 member 1b (Uncharacterized protein LOC100038803)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB35","fd20a07","WD repeat domain 59","nanog","wdr59","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat domain 59 (WD repeat-containing protein 59 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5D2","fd20a07","B0S5D2","nanog","gle1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5D2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFG9","fd20a07","X1WFG9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DKF4","fd20a07","Q6DKF4","nanog","twf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DKF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9B1","fd20a07","A0A0R4I9B1","nanog","lias","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH59","fd20a07","wu:fb92b09","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBD3","fd20a07","A0A0R4IBD3","nanog","rims2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7D4","fd20a07","A8E7D4","nanog","cers5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S751","fd20a07","B0S751","nanog","ptgesl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S751","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMG7","fd20a07","A5PMG7","nanog","ngrn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCN2","fd20a07","CECR2 histone acetyl-lysine reader","nanog","cecr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6X2","fd20a07","F1R6X2","nanog","pkd2l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6X2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZVP9","fd20a07","B7ZVP9","nanog","trim8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZVP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L9B0","fd20a07","Q1L9B0","nanog","nfia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L9B0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L3U3","fd20a07","A0A0G2L3U3","nanog","nacc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L3U3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503I3","fd20a07","Q503I3","nanog","pip5k1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503I3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRK5","fd20a07","F1QRK5","nanog","si:dkey-20i20.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QN37","fd20a07","zgc:153885","nanog","cry1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cryptochrome-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTF5","fd20a07","Q1MTF5","nanog","rcor1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYU8","fd20a07","hnrpab","nanog","hnrnpaba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein A/B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R683","fd20a07","F1R683","nanog","gmppb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R683","tf-link","27924024","regulates","txid7955" +"A5JNG8","O73709","fd20a07","O73709","nanog","six3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O73709","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQB2","fd20a07","A3KQB2","nanog","eif4g2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QER9","fd20a07","E9QER9","nanog","pimr64","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QER9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEU4","fd20a07","CMT1A duplicated region transcript 1 protein","nanog","fbxw10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CMT1A duplicated region transcript 1 protein (F-box and WD repeat domain-containing 10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","D9IWE2","fd20a07","zgc:56571","nanog","mad1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitotic arrest deficient 1-like 1 (Mitotic arrest deficient-like protein 1) (Mitotic spindle assembly checkpoint protein MAD1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A603","fd20a07","B8A603","nanog","ikzf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A603","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90XR1","fd20a07","Q90XR1","nanog","cldn12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90XR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDX3","fd20a07","X1WDX3","nanog","si:ch1073-80i24.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKI7","fd20a07","B8JKI7","nanog","mn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6M7","fd20a07","Glycerol-3-phosphate acyltransferase 1, mitochondrial","nanog","gpam","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycerol-3-phosphate acyltransferase 1, mitochondrial (EC 2.3.1.15)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBI2","fd20a07","Q4VBI2","nanog","ier3ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4VBI2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEV3","fd20a07","A2CEV3","nanog","si:dkey-220k22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDI0","fd20a07","X1WDI0","nanog","si:dkey-253d23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KFV1","fd20a07","A0A0G2KFV1","nanog","top1mt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KFV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0T8","fd20a07","Q6P0T8","nanog","myoz1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8P1","fd20a07","E7F8P1","nanog","dnajc30b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8P1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KS88","fd20a07","A0A0G2KS88","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KS88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803S1","fd20a07","baf57","nanog","smarce1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily E member 1 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily e, member 1) (Smarce1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYG0","fd20a07","E7EYG0","nanog","abcc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8YI05","fd20a07","CD154","nanog","cd40lg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CD154 (CD40 ligand)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IVV8","fd20a07","pkd2","nanog","pkd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polycystin-2 (Curly up) (Cup) (Polycystic kidney disease 2 protein homolog) (Transient receptor potential cation channel subfamily P member 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW10","fd20a07","Q7ZW10","nanog","msi2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZW10","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5L7","fd20a07","E7F5L7","nanog","hdx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB43","fd20a07","Glucagon receptor a","nanog","gcgra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glucagon receptor a (Glucagon receptor isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGR0","fd20a07","A0A140LGR0","nanog","clcn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3B7","fd20a07","Tyrosine-protein kinase","nanog","btk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q868","fd20a07","A0A2R8Q868","nanog","mau2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q868","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPY7","fd20a07","zgc:103688","nanog","snrpg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear ribonucleoprotein G (snRNP-G)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8I1","fd20a07","F1R8I1","nanog","card19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8I1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IP18","fd20a07","A0A0R4IP18","nanog","si:ch211-191j22.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IP18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE47","fd20a07","F1QE47","nanog","dusp28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE47","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AZC0","fd20a07","Q6AZC0","nanog","cela1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AZC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1A5L2","fd20a07","crb2","nanog","crb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XIZ7","fd20a07","Q5XIZ7","nanog","arfip2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XIZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQY8","fd20a07","F1QQY8","nanog","coq10b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQY8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R371","fd20a07","F1R371","nanog","si:dkey-230p4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R371","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803A6","fd20a07","Q803A6","nanog","mcmbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECU6","fd20a07","Q1ECU6","nanog","mgat5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WH88","fd20a07","X1WH88","nanog","cuzd1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WH88","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QP98","fd20a07","F1QP98","nanog","slc39a10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QP98","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ57","fd20a07","E9QJ57","nanog","si:dkeyp-82a1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ57","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYA0","fd20a07","Q1LYA0","nanog","fam107b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPS6","fd20a07","A0A2R8QPS6","nanog","chrna9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKX3","fd20a07","F1QKX3","nanog","slc11a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDQ9","fd20a07","E9QDQ9","nanog","march6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG36","fd20a07","slc30a5","nanog","slc30a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proton-coupled zinc antiporter SLC30A5 (Solute carrier family 30 member 5) (Zinc transporter 5) (ZnT-5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC44","fd20a07","E7FC44","nanog","si:dkey-194g4.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJ12","fd20a07","A0A0R4IJ12","nanog","clns1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJ12","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFF3","fd20a07","F1QFF3","nanog","sbf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5CZW0","fd20a07","zgc:113197","nanog","ndufaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTK7","fd20a07","F1QTK7","nanog","dnaja1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVN6","fd20a07","zgc:55840","nanog","rbm17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Splicing factor 45 (RNA-binding motif protein 17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIN5","fd20a07","A2BIN5","nanog","mccc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QD42","fd20a07","E9QD42","nanog","ankrd33aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QD42","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH58","fd20a07","zgc:136455","nanog","ntm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neurotrimin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V8S5","fd20a07","Q4V8S5","nanog","acbd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V8S5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2V0","fd20a07","F1R2V0","nanog","aoc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2V0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIY2","fd20a07","B8JIY2","nanog","nolc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8A0","fd20a07","Q1L8A0","nanog","pld3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L8A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAS2","fd20a07","Nudix","nanog","nudt7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nudix (nucleoside diphosphate-linked moiety X)-type motif 7 (Peroxisomal coenzyme A diphosphatase NUDT7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4V5","fd20a07","scp2","nanog","scp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sterol carrier protein 2 (EC 2.3.1.155) (EC 2.3.1.16) (EC 2.3.1.176) (Acetyl-CoA C-myristoyltransferase) (Non-specific lipid-transfer protein) (Propanoyl-CoA C-acyltransferase) (SCP-2/3-oxoacyl-CoA thiolase) (SCP-2/thiolase) (SCP-chi) (Sterol carrier protein X)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLK1","fd20a07","B8JLK1","nanog","ssna1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB35","fd20a07","F1QB35","nanog","strbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QB35","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG49","fd20a07","F1QG49","nanog","gpatch3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG49","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W233","fd20a07","F8W233","nanog","si:ch73-211l13.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W233","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SZQ4","fd20a07","Mitochondrial fission factor homolog B","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial fission factor homolog B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH38","fd20a07","Q5RH38","nanog","tmcc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH38","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S641","fd20a07","fc46a11","nanog","pofut2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GDP-fucose protein O-fucosyltransferase 2 (EC 2.4.1.221) (Peptide-O-fucosyltransferase 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF48","fd20a07","F1QF48","nanog","slc25a44b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF48","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUS5","fd20a07","RING-type E3 ubiquitin transferase","nanog","rnf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N0","fd20a07","F1Q4N0","nanog","hipk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4N0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4KMI6","fd20a07","Q4KMI6","nanog","zfand3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4KMI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L9A1","fd20a07","Q1L9A1","nanog","hnrnpul1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L9A1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHZ9","fd20a07","A0A2R8QHZ9","nanog","tmx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCS1","fd20a07","E9QCS1","nanog","bivm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX39","fd20a07","A0A0R4IX39","nanog","si:dkey-56m15.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX39","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA34","fd20a07","F1QA34","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA34","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2K5","fd20a07","E7F2K5","nanog","si:dkey-23o4.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGW0","fd20a07","Gamma-aminobutyric acid receptor subunit alpha-6","nanog","gabra6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gamma-aminobutyric acid receptor subunit alpha-6 (Gamma-aminobutyric acid type A receptor subunit alpha6b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM86","fd20a07","F1QM86","nanog","cbx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBM2","fd20a07","F1RBM2","nanog","eef2kmt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHT9","fd20a07","F1QHT9","nanog","ddx19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE17","fd20a07","R4GE17","nanog","schip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE17","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF77","fd20a07","X1WF77","nanog","si:dkey-7i4.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF77","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG48","fd20a07","E7FG48","nanog","tppp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FG48","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDW4","fd20a07","X1WDW4","nanog","si:dkey-77f5.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMF8","fd20a07","A5PMF8","nanog","si:ch211-114l13.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCM3","fd20a07","F1RCM3","nanog","psmb6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNX6","fd20a07","F1QNX6","nanog","gpx8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZC77","fd20a07","Ctnna2","nanog","Ctnna2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Catenin alpha-2 (Alpha N-catenin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCE8","fd20a07","X1WCE8","nanog","si:dkeyp-66d1.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5DDE8","fd20a07","LOC100000836","nanog","rps8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBD0","fd20a07","E7FBD0","nanog","nf1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R362","fd20a07","F1R362","nanog","fech","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R362","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLF9","fd20a07","orc1l","nanog","orc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Origin recognition complex subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q804C0","fd20a07","ncs1","nanog","ncs1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuronal calcium sensor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P4B9","fd20a07","Q0P4B9","nanog","mcrip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q0P4B9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T369","fd20a07","wbp2","nanog","wbp2nl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Postacrosomal sheath WW domain-binding protein (WBP2 N-terminal-like) (WW domain binding protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHW8","fd20a07","X1WHW8","nanog","tfdp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHW8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFM9","fd20a07","wdr48","nanog","wdr48","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat-containing protein 48 (USP1-associated factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5B4","fd20a07","B0S5B4","nanog","stard8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFS4","fd20a07","E9QFS4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PUF3","fd20a07","hsd11b1l","nanog","hsd11b1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hydroxysteroid 11-beta-dehydrogenase 1-like protein (EC 1.1.1.-) (11-beta-hydroxysteroid dehydrogenase type 3) (11-DH3) (11-beta-HSD3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3V1","fd20a07","F1R3V1","nanog","rps6kb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3V1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QC36","fd20a07","F1QC36","nanog","ical1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QC36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QBC8","fd20a07","A0A2R8QBC8","nanog","cacng7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QBC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JK95","fd20a07","B8JK95","nanog","elovl6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JK95","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JHF2","fd20a07","lfng","nanog","lfng","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NIA2","fd20a07","aof2","nanog","kdm1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysine-specific histone demethylase (EC 1.14.99.66)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9W6","fd20a07","F1R9W6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9W6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3Y0","fd20a07","Q7T3Y0","nanog","nrarpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T3Y0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJH0","fd20a07","F1QJH0","nanog","nkiras2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJH0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYE6","fd20a07","fc32h03","nanog","cyb5r3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH-cytochrome b5 reductase (EC 1.6.2.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29YB2","fd20a07","Pleiomorphic adenoma gene 1","nanog","plag1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pleiomorphic adenoma gene 1 (Pleomorphic adenoma gene 1) (Zinc finger protein PLAG1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I64","fd20a07","aqp8a","nanog","aqp8a.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aqp8a protein (Aquaporin 8) (Aquaporin 8a, tandem duplicate 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ47","fd20a07","E7EZ47","nanog","smim29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ47","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MCD1","fd20a07","A7MCD1","nanog","sostdc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MCD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKE9","fd20a07","F1QKE9","nanog","mrpl20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBG0","fd20a07","fb09a11","nanog","si:dkey-204f11.64","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMW6","fd20a07","F1QMW6","nanog","cnga3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXM4","fd20a07","F1QXM4","nanog","gins3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXM4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0I1T8","fd20a07","brorin","nanog","vwc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Brorin (Brorin precursor) (von Willebrand factor C domain-containing 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2U1","fd20a07","F1R2U1","nanog","samm50l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2U1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q642J0","fd20a07","Q642J0","nanog","hint1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q642J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QH37","fd20a07","E9QH37","nanog","plekha1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QH37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZZ04","fd20a07","fj55e05","nanog","echs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Enoyl-CoA hydratase, mitochondrial (EC 4.2.1.17) (EC 5.3.3.8) (Enoyl-CoA hydratase 1) (Short-chain enoyl-CoA hydratase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYE2","fd20a07","E7EYE2","nanog","ogfrl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5P8","fd20a07","B0S5P8","nanog","pard3bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBA8","fd20a07","E7FBA8","nanog","nav1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHX2","fd20a07","si:ch211-74m13.3","nanog","icam3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Intercellular adhesion molecule 3 (Vascular cell adhesion protein 1 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWG9","fd20a07","A0A0R4IWG9","nanog","gcna","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQI6","fd20a07","F1QQI6","nanog","tomm70a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTL1","fd20a07","si:ch1073-159d7.11","nanog","hist1h2a11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZ97","fd20a07","A8DZ97","nanog","im:7140055","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZ97","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0C7","fd20a07","Q6P0C7","nanog","scamp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EF9","fd20a07","zgc:110847","nanog","mat2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","S-adenosylmethionine synthase (EC 2.5.1.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4U6","fd20a07","Q6P4U6","nanog","znrf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P4U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH29","fd20a07","DKEY-235I4.1","nanog","itih2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inter-alpha-trypsin inhibitor heavy chain 2 (Inter-alpha-trypsin inhibitor heavy chain H2 precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LH11","fd20a07","Histone H1-like","nanog","si:dkey-23a13.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:dkey-23a13.9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q0J1","fd20a07","A0A2R8Q0J1","nanog","ubald2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q0J1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INE7","fd20a07","A0A0R4INE7","nanog","si:ch211-272n13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803B0","fd20a07","cb863","nanog","hspd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (Heat shock protein 60)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE67","fd20a07","X1WE67","nanog","si:ch211-40k21.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE67","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCD1","fd20a07","E7FCD1","nanog","tmem259","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH28","fd20a07","Q6DH28","nanog","mob4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DH28","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJ61","fd20a07","E9QJ61","nanog","thumpd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJ61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKH1","fd20a07","F1QKH1","nanog","slc31a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8V6","fd20a07","F1R8V6","nanog","tcf15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3U2","fd20a07","F1R3U2","nanog","fhod3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3U2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5A5","fd20a07","B0S5A5","nanog","si:ch211-150o23.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5A5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNT9","fd20a07","Q6TNT9","nanog","gdi2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0X8","fd20a07","StAR-related lipid transfer","nanog","stard9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","StAR-related lipid transfer (START) domain-containing 9 (StAR-related lipid transfer protein 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT54","fd20a07","Q1MT54","nanog","si:dkey-44g23.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MT54","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDN1","fd20a07","A0A0R4IDN1","nanog","lamb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKN8","fd20a07","A0A0R4IKN8","nanog","ptcd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NZ76","fd20a07","si:ch211-240l14.2","nanog","tomm5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM5 homolog (Translocase of outer mitochondrial membrane 5 homolog (yeast))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYD7","fd20a07","Q6NYD7","nanog","ociad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYD7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MCR5","fd20a07","A7MCR5","nanog","rfc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MCR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QCY3","fd20a07","A0A2R8QCY3","nanog","ttll12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QCY3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYT1","fd20a07","A0A0R4IYT1","nanog","si:ch211-199b20.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYT1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUL7","fd20a07","rbpms2","nanog","rbpms2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA binding protein (RNA binding protein with multiple splicing 2b isoform X1) (RNA-binding protein, mRNA-processing factor 2b) (Rbpms2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JIE4","fd20a07","igf2","nanog","igf2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Insulin-like growth factor 2 (Insulin-like growth factor 2b precursor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZSZ9","fd20a07","rac1","nanog","rac1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPH6","fd20a07","F1QPH6","nanog","ddx27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV26","fd20a07","A0A0R4IV26","nanog","si:ch211-154c21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV26","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE51","fd20a07","F1QE51","nanog","ero1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE51","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLE4","fd20a07","mmgt1","nanog","mmgt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER membrane protein complex subunit 5 (Membrane magnesium transporter 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6M2","fd20a07","E7F6M2","nanog","si:ch211-235m3.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6M2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0T3","fd20a07","Q6P0T3","nanog","znf207a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0T3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBR4","fd20a07","T-lymphoma invasion and metastasis-inducing protein 1","nanog","tiam1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG69","fd20a07","X1WG69","nanog","si:dkey-7i4.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566M8","fd20a07","Q566M8","nanog","rnf150","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566M8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVM3","fd20a07","Q1LVM3","nanog","exosc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYU3","fd20a07","Q6NYU3","nanog","neurod6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYU3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9B4","fd20a07","pbxy","nanog","pbx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R880","fd20a07","F1R880","nanog","bmt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R880","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R243","fd20a07","F1R243","nanog","fam49bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R243","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803P4","fd20a07","Q803P4","nanog","faxdc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803P4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDZ9","fd20a07","F1RDZ9","nanog","epc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NVC5","fd20a07","rhot1a","nanog","rhot1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXM5","fd20a07","Q1LXM5","nanog","ankmy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTZ5","fd20a07","F1QTZ5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSN4","fd20a07","A0A1D5NSN4","nanog","si:dkey-23i12.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5I0F6","fd20a07","prkar1a","nanog","prkar1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","cAMP-dependent protein kinase type I-alpha regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQS6","fd20a07","sae1","nanog","sae1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SUMO-activating enzyme subunit 1 (Ubiquitin-like 1-activating enzyme E1A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGB4","fd20a07","zgc:100841","nanog","yeats4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","YEATS domain-containing 4 (YEATS domain-containing protein 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2T2","fd20a07","F1R2T2","nanog","frem1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2T2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMV7","fd20a07","Nuclear receptor coactivator 3","nanog","ncoa3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor coactivator 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","T1ECT3","fd20a07","T1ECT3","nanog","selenoo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","T1ECT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYE1","fd20a07","B0UYE1","nanog","si:dkey-75a21.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYE1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF59","fd20a07","X1WF59","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF59","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8X3","fd20a07","A0A286Y8X3","nanog","si:ch73-92e7.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8X3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWC6","fd20a07","cpsf6","nanog","cpsf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cleavage and polyadenylation specificity factor subunit 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3L0W1","fd20a07","Q3L0W1","nanog","sp8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q3L0W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCQ3","fd20a07","E9QCQ3","nanog","znf142","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCQ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDF3","fd20a07","X1WDF3","nanog","tcf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2I7","fd20a07","E7F2I7","nanog","slco5a1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8B6E8","fd20a07","Calcium channel, voltage-dependent, R type, alpha 1E subunit b","nanog","cacna1eb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium channel, voltage-dependent, R type, alpha 1E subunit b (Voltage-dependent R-type calcium channel subunit alpha-1E isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0Q8","fd20a07","F1R0Q8","nanog","sdf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0Q8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JJ62","fd20a07","Q8JJ62","nanog","tmem165","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8JJ62","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9X0","fd20a07","F1R9X0","nanog","slc7a3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9X0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R019","fd20a07","si:ch211-67f24.8","nanog","sos2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Son of sevenless homolog 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFR8","fd20a07","E7FFR8","nanog","smim4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKG2","fd20a07","F1QKG2","nanog","ptbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RNB1","fd20a07","A0A2R8RNB1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RNB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZL7","fd20a07","F1QZL7","nanog","mid1ip1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R142","fd20a07","F1R142","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R142","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWC7","fd20a07","A0A2R8PWC7","nanog","vgll3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PWC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66IC9","fd20a07","ropn1l","nanog","ropn1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ropporin-1-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P3G4","fd20a07","psmd11a","nanog","psmd11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 11A (26S proteasome regulatory subunit RPN6-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2W1","fd20a07","Q7T2W1","nanog","sp5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2W1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGL2","fd20a07","wu:fc09e11","nanog","atp1b2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66L58","fd20a07","vac14","nanog","vac14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein VAC14 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE58","fd20a07","X1WE58","nanog","si:ch211-235i11.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE58","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEC4","fd20a07","E7FEC4","nanog","susd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNG5","fd20a07","F1QNG5","nanog","agbl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNG5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MCQ6","fd20a07","A7MCQ6","nanog","gpn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7MCQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8A8","fd20a07","A0A286Y8A8","nanog","atp11c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBQ5","fd20a07","E7FBQ5","nanog","naa80","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1B6","fd20a07","Si:dkeyp-19e1.3","nanog","si:dkeyp-19e1.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:dkeyp-19e1.3 (USP6 N-terminal-like protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWH1","fd20a07","A0A0R4IWH1","nanog","si:dkeyp-117b8.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFC6","fd20a07","F1QFC6","nanog","fam117ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXZ9","fd20a07","sma8","nanog","smad9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mothers against decapentaplegic homolog (MAD homolog) (Mothers against DPP homolog) (SMAD family member)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCY9","fd20a07","F1RCY9","nanog","pcdh2g5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R171","fd20a07","B0R171","nanog","copb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R171","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4L4","fd20a07","B8A4L4","nanog","morc3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4L4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2L6L0","fd20a07","Q2L6L0","nanog","cnpy2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2L6L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIV9","fd20a07","A0A0J9YIV9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JML1","fd20a07","im:7428747","nanog","gas1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth arrest-specific 1b","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFF5","fd20a07","X1WFF5","nanog","coa3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FET0","fd20a07","E7FET0","nanog","nat16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FET0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMI9","fd20a07","A0JMI9","nanog","gfm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXH2","fd20a07","A0A0R4IXH2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2PRL4","fd20a07","Q2PRL4","nanog","or106-3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2PRL4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIX2","fd20a07","A0A0J9YIX2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9F5","fd20a07","Beta3.1","nanog","bhlhe22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Class E basic helix-loop-helix protein 22 (Class B basic helix-loop-helix protein 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSY5","fd20a07","F1QSY5","nanog","pbx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWK5","fd20a07","F1QWK5","nanog","stard7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5Q2","fd20a07","fa91d04","nanog","sdhc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Succinate dehydrogenase complex, subunit C, integral membrane protein (Succinate dehydrogenase cytochrome b560 subunit, mitochondrial)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD19","fd20a07","F1QD19","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD19","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFD4","fd20a07","A0A2R8QFD4","nanog","nhsl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBJ8","fd20a07","Q6PBJ8","nanog","fkbp1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBJ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYH3","fd20a07","A0A0R4IYH3","nanog","dnajb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGS0","fd20a07","zgc:92795","nanog","ap3s2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP-3 complex subunit sigma-2 (Adaptor-related protein complex 3 subunit sigma 2) (Zgc:92795)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1WB79","fd20a07","B1WB79","nanog","stox1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1WB79","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NKN9","fd20a07","F6NKN9","nanog","znfl1h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NKN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1G8","fd20a07","A0A2R8Q1G8","nanog","bard1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1G8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGB5","fd20a07","si:ch211-255d18.4","nanog","rab3ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRY4","fd20a07","F1QRY4","nanog","tiprl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXL6","fd20a07","Q1LXL6","nanog","serinc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CA4","fd20a07","Q08CA4","nanog","ttl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CA4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISQ1","fd20a07","A0A0R4ISQ1","nanog","mdm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISQ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RH33","fd20a07","Q5RH33","nanog","fgd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RH33","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KGZ4","fd20a07","si:dkey-21k4.3","nanog","abcb9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-binding cassette sub-family B member 9 (ATP-binding cassette, sub-family B (MDR/TAP), member 9)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9L7","fd20a07","F1Q9L7","nanog","zhx2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9L7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R061","fd20a07","B0R061","nanog","smarcad1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R061","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGR7","fd20a07","ints7","nanog","ints7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 7 (Int7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQG8","fd20a07","F1QQG8","nanog","tnikb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG71","fd20a07","A4IG71","nanog","yrdc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG71","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AYJ5","fd20a07","Q8AYJ5","nanog","mkln1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AYJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWZ9","fd20a07","Q1LWZ9","nanog","foxq1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWZ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T162","fd20a07","im:7153024","nanog","fbxl3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QB30","fd20a07","amfr","nanog","amfra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Autocrine motility factor receptor a (E3 ubiquitin-protein ligase AMFR isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIE9","fd20a07","B8JIE9","nanog","poll","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R647","fd20a07","F1R647","nanog","efhd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R647","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRQ0","fd20a07","A0A0R4IRQ0","nanog","si:ch211-112f3.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGT2","fd20a07","GDH/6PGL endoplasmic bifunctional protein","nanog","h6pd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GDH/6PGL endoplasmic bifunctional protein (Hexose-6-phosphate dehydrogenase (glucose 1-dehydrogenase))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXN5","fd20a07","dnm1l","nanog","dnm1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynamin-1-like protein (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDB1","fd20a07","E9QDB1","nanog","tns2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R234","fd20a07","F1R234","nanog","casp23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R234","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA07","fd20a07","F1QA07","nanog","arhgef7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA07","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2X9","fd20a07","fj20e02","nanog","man1a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PYH5","fd20a07","dlg1l","nanog","dlg1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Discs large homolog 1-like protein (Synapse-associated protein 97B) (SAP-97B) (SAP97B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NSB6","fd20a07","A0A1D5NSB6","nanog","ntn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NSB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z10","fd20a07","rpl13","nanog","rpl13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein eL13 (60S ribosomal protein L13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIC9","fd20a07","NR1D2-A","nanog","nr1d2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 1, group D, member 2a","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE19","fd20a07","E7FE19","nanog","cnp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE19","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCJ6","fd20a07","F1RCJ6","nanog","mnx2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8W0","fd20a07","F1R8W0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q58EG3","fd20a07","nectin3","nanog","nectin3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDB4","fd20a07","Ephexin-1 isoform X1","nanog","ngef","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ephexin-1 isoform X1 (Neuronal guanine nucleotide exchange factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHP9","fd20a07","rxrgb","nanog","rxrgb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITN0","fd20a07","I3ITN0","nanog","si:ch211-85n16.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P6E6","fd20a07","cops9","nanog","cops9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","COP9 signalosome complex subunit 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1R5","fd20a07","A0A2R8Q1R5","nanog","foxp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1R5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W307","fd20a07","F8W307","nanog","alpi.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W307","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGP9","fd20a07","ccdc59","nanog","ccdc59","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thyroid transcription factor 1-associated protein 26 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5E2","fd20a07","F1R5E2","nanog","tctn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2H8","fd20a07","E7F2H8","nanog","cpa6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2H8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGQ7","fd20a07","E9QGQ7","nanog","si:dkey-70b23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66L49","fd20a07","Q66L49","nanog","slc25a24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q66L49","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZT5","fd20a07","fj36h07","nanog","jun","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBV2","fd20a07","wu:fa18f12","nanog","rps27.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S27","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGR1","fd20a07","Q6DGR1","nanog","tmem203","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NV33","fd20a07","zgc:56380","nanog","idh3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF30","fd20a07","E9QF30","nanog","si:dkey-82j4.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF30","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXR5","fd20a07","B0UXR5","nanog","rnf10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC30","fd20a07","E7FC30","nanog","gpank1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC30","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBA3","fd20a07","Nonsense-mediated mRNA decay factor SMG8","nanog","smg8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nonsense-mediated mRNA decay factor SMG8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRX5","fd20a07","A9JRX5","nanog","cd7al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCP4","fd20a07","fa56f11","nanog","lamp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lysosomal-associated membrane protein 1 precursor (Lysosomal-associated membrane protein 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAX8","fd20a07","F1RAX8","nanog","coq6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZ32","fd20a07","A0A0R4IZ32","nanog","stum","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZ32","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P026","fd20a07","banf1","nanog","banf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Barrier-to-autointegration factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IAV1","fd20a07","A0A0R4IAV1","nanog","stag3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IAV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICV3","fd20a07","A0A0R4ICV3","nanog","pemt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICV3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW16","fd20a07","A0A0R4IW16","nanog","si:ch211-103f14.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW16","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKC5","fd20a07","A0A0H2UKC5","nanog","pcgf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2Y4","fd20a07","E7F2Y4","nanog","tmem94","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFB7","fd20a07","F1QFB7","nanog","zbtb22a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFS3","fd20a07","F1QFS3","nanog","dck","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INZ0","fd20a07","A0A0R4INZ0","nanog","si:dkey-228b2.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R335","fd20a07","F1R335","nanog","mettl9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R335","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1Y3","fd20a07","E7F1Y3","nanog","cyp2y3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1Y3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGS0","fd20a07","E9QGS0","nanog","si:ch211-243j20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8E5","fd20a07","F1R8E5","nanog","znf1041","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8E5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJ95","fd20a07","Q5XJ95","nanog","pawr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJ95","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHR2","fd20a07","zgc:92148","nanog","dnajb6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DnaJ heat shock protein family (Hsp40) member B6a (DnaJ homolog subfamily B member 6) (Zgc:92148)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4K2","fd20a07","E7F4K2","nanog","si:dkey-175g6.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98TU2","fd20a07","eom","nanog","eomesa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eomesa protein (Eomesodermin homolog) (Eomesodermin homolog isoform X1) (T-box transcription factor eomesodermin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR86","fd20a07","F1QR86","nanog","tsr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGB8","fd20a07","F1QGB8","nanog","dachd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2Z2","fd20a07","B0V2Z2","nanog","si:ch211-156j16.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBT9","fd20a07","A0A0R4IBT9","nanog","scube1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UZ28","fd20a07","B0UZ28","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UZ28","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL86","fd20a07","A0A0R4IL86","nanog","nfrkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IL86","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYN0","fd20a07","im:6897973","nanog","ndufb11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 11, mitochondrial (Complex I-ESSS) (NADH-ubiquinone oxidoreductase ESSS subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0N4SUG2","fd20a07","A0A0N4SUG2","nanog","pcdh1gc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0N4SUG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1J0","fd20a07","E7F1J0","nanog","elf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1J0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN88","fd20a07","A0A0R4IN88","nanog","si:dkeyp-115e12.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5BJ19","fd20a07","Nicotinamide riboside kinase 1","nanog","nmrk1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nicotinamide riboside kinase 1 (EC 2.7.1.22) (Zgc:113113)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0EVP7","fd20a07","SOCS5","nanog","socs5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503G0","fd20a07","Q503G0","nanog","eri1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTI4","fd20a07","F1QTI4","nanog","ptpn9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1WB83","fd20a07","B1WB83","nanog","twsg1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B1WB83","tf-link","27924024","regulates","txid7955" +"A5JNG8","H9GXM9","fd20a07","H9GXM9","nanog","echdc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","H9GXM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CF42","fd20a07","A2CF42","nanog","lrsam1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CF42","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGL0","fd20a07","zgc:63762","nanog","papolg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","polynucleotide adenylyltransferase (EC 2.7.7.19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBZ5","fd20a07","Q6PBZ5","nanog","aif1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PBZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UY40","fd20a07","B0UY40","nanog","cop1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UY40","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FB20","fd20a07","E7FB20","nanog","si:ch1073-214b20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FB20","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISM0","fd20a07","I3ISM0","nanog","si:dkey-3d18.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYD2","fd20a07","Q6NYD2","nanog","sfxn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY32","fd20a07","E7EY32","nanog","tbc1d30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY32","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU99","fd20a07","ripor2","nanog","ripor2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho family-interacting cell polarization regulator 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDL0","fd20a07","F1RDL0","nanog","ppp1r21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXJ7","fd20a07","F1QXJ7","nanog","unc5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRE7","fd20a07","Q6DRE7","nanog","ddx56","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZB6","fd20a07","E7EZB6","nanog","enox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNW2","fd20a07","F1QNW2","nanog","dzip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1G8","fd20a07","RNA helicase","nanog","ddx61","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5Y8","fd20a07","F1Q5Y8","nanog","efcab7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5Y8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6D4","fd20a07","F1R6D4","nanog","rspo3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6D4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHS1","fd20a07","E9QHS1","nanog","fosl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QHS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R739","fd20a07","F1R739","nanog","med4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R739","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PWB6","fd20a07","A0A2R8PWB6","nanog","kiz","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PWB6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E4W699","fd20a07","oxtr","nanog","oxtr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Isotocin receptor-like 2 (Oxytocin receptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6V7J8","fd20a07","zgc:73074","nanog","aanat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Arylalkylamine N-acetyltransferase (Serotonin N-acetyltransferase (EC 2.3.1.87))","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGD0","fd20a07","si:ch211-255l12.2","nanog","spred3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA20","fd20a07","F1QA20","nanog","aqp9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA20","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZK7","fd20a07","Q5TZK7","nanog","jag2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZK7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZJ9","fd20a07","F1QZJ9","nanog","tmem35","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3J2","fd20a07","Heterogeneous nuclear ribonucleoprotein U isoform X1","nanog","hnrnpua","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein U isoform X1 (Heterogeneous nuclear ribonucleoprotein Ua)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98867","fd20a07","thraa","nanog","thraa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4Y7","fd20a07","F1Q4Y7","nanog","si:ch211-12m10.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4Y7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYB5","fd20a07","E7EYB5","nanog","prr14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK16","fd20a07","erlin2","nanog","erlin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Erlin-2 (Endoplasmic reticulum lipid raft-associated protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503D8","fd20a07","Q503D8","nanog","txndc12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503D8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG35","fd20a07","F1QG35","nanog","elovl8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG35","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEA3","fd20a07","E9QEA3","nanog","si:dkey-157g16.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JL69","fd20a07","B8JL69","nanog","radx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JL69","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DGJ4","fd20a07","CHUNP6922","nanog","odc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Odc1 protein (Ornithine decarboxylase (EC 4.1.1.17))","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDZ4","fd20a07","F1RDZ4","nanog","per3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHZ4","fd20a07","B3DHZ4","nanog","hoxb1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T355","fd20a07","wu:fa09c12","nanog","arih2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RBR-type E3 ubiquitin transferase (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R326","fd20a07","F1R326","nanog","prdm2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R326","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2PMI2","fd20a07","fa95c03","nanog","fstl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Follistatin-related protein 1 (Follistatin-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2T0","fd20a07","Q6P2T0","nanog","tmem38a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P2T0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V914","fd20a07","zgc:114051","nanog","macroh2a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Core histone macro-H2A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PN62","fd20a07","si:dkey-46a12.1","nanog","ddah2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","dimethylargininase (EC 3.5.3.18)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVE6","fd20a07","A0A0R4IVE6","nanog","zmynd19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGQ2","fd20a07","Q6DGQ2","nanog","rabif","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JGS1","fd20a07","stil","nanog","stil","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SCL-interrupting locus protein homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS8","fd20a07","wu:fj65d02","nanog","alox5ap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Arachidonate 5-lipoxygenase-activating protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJ38","fd20a07","F1QJ38","nanog","cgrrf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJ38","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0MS83","fd20a07","znf148","nanog","znf148","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger protein 148 (Transcription factor ZBP-89) (Zinc finger DNA-binding protein 89)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJL5","fd20a07","A0A0R4IJL5","nanog","mboat2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJL5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE23","fd20a07","RUN and FYVE domain-containing 1","nanog","rufy1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RUN and FYVE domain-containing 1 (RUN and FYVE domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZG6","fd20a07","A8DZG6","nanog","si:ch211-241e1.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZG6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIC1","fd20a07","Q5RIC1","nanog","si:ch211-63o20.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRW6","fd20a07","F1QRW6","nanog","ccdc51","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QRW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKW6","fd20a07","A0A0H2UKW6","nanog","akap8l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFR4","fd20a07","F1QFR4","nanog","nol10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6J6","fd20a07","F1Q6J6","nanog","klhl11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6J6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGD0","fd20a07","E7FGD0","nanog","aifm4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1L1M2","fd20a07","cyp26b1l","nanog","cyp26c1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome P450, family 26, subfamily C, polypeptide 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHG1","fd20a07","X1WHG1","nanog","dgkzb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1C0","fd20a07","F1R1C0","nanog","acsf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1C0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYP9","fd20a07","E7EYP9","nanog","naglu","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0B3","fd20a07","Q6P0B3","nanog","scamp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0B3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG53","fd20a07","comtb","nanog","comtb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Catechol O-methyltransferase B (EC 2.1.1.6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA10","fd20a07","E7FA10","nanog","gpr101","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FA10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9D7","fd20a07","F1R9D7","nanog","phactr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9D7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803M7","fd20a07","wu:fb09c07","nanog","arpc5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R115","fd20a07","F1R115","nanog","phf11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R115","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IA51","fd20a07","A0A0R4IA51","nanog","znf536","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IA51","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGK0","fd20a07","B3DGK0","nanog","mia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGK0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM83","fd20a07","B8JM83","nanog","kifap3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM83","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXL7","fd20a07","wtap","nanog","wtap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pre-mRNA-splicing regulator WTAP (Female-lethal(2)D homolog) (WT1-associated protein) (Wilms tumor 1-associating protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRH3","fd20a07","A9JRH3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJU0","fd20a07","F1QJU0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QG76","fd20a07","A0A2R8QG76","nanog","tsnax","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QG76","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWP4","fd20a07","A0A0R4IWP4","nanog","inpp5ka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PW68","fd20a07","A0A2R8PW68","nanog","grip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PW68","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2I2","fd20a07","E7F2I2","nanog","aste1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2I2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDW2","fd20a07","A0A2R8QDW2","nanog","si:dkey-35m8.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FH26","fd20a07","E7FH26","nanog","si:ch211-57n23.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FH26","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVZ7","fd20a07","Q7ZVZ7","nanog","abhd17c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJD4","fd20a07","receptor protein-tyrosine kinase","nanog","epha4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3C9","fd20a07","zgc:63961","nanog","srp19","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Signal recognition particle 19 kDa protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502C8","fd20a07","Q502C8","nanog","prdx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGV8","fd20a07","A0A140LGV8","nanog","pparg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I8P2","fd20a07","pyya","nanog","pyya","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peptide YY-A (Peptide YY) (Peptide YYa)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R440","fd20a07","F1R440","nanog","pcsk7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R440","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REK2","fd20a07","F1REK2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","G3N3Y4","fd20a07","G3N3Y4","nanog","bop1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G3N3Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MT18","fd20a07","Q1MT18","nanog","rcor3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MT18","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PD99","fd20a07","Q6PD99","nanog","marcksl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PD99","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNS5","fd20a07","Q6TNS5","nanog","MLC3SM","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TNS5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8T8","fd20a07","A0A286Y8T8","nanog","numbl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8T8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DFZ0","fd20a07","bambi","nanog","bambia","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T346","fd20a07","ddit4","nanog","ddit4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA damage-inducible transcript 4 protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAN7","fd20a07","E7FAN7","nanog","cipca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB94","fd20a07","F1RB94","nanog","u2af1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB94","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCN6","fd20a07","zgc:153074","nanog","nxt2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NTF2-related export protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUH6","fd20a07","KAT8 regulatory NSL complex subunit 1","nanog","kansl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KAT8 regulatory NSL complex subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCQ2","fd20a07","F1QCQ2","nanog","tmem106ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC12","fd20a07","E7FC12","nanog","ttll11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC12","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WBT0","fd20a07","X1WBT0","nanog","si:dkey-105h12.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WBT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV68","fd20a07","LOC100005064","nanog","tsen15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Similar to chromosome 1 open reading frame 19 (TSEN15 tRNA-splicing endonuclease subunit) (tRNA-splicing endonuclease subunit Sen15)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQV6","fd20a07","F1QQV6","nanog","aqr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P131","fd20a07","zgc:77127","nanog","txn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Thioredoxin 2 (Thioredoxin, mitochondrial) (Zgc:77127)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYR2","fd20a07","fe36g06","nanog","chaf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEU4","fd20a07","A0A0R4IEU4","nanog","erc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNG0","fd20a07","[histone H3]-trimethyl-L-lysine","nanog","kdm4ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBJ3","fd20a07","vamp1","nanog","vamp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","VAMP/synaptobrevin (Vesicle-associated membrane protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPY7","fd20a07","LOC100535338","nanog","LOC100535338","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein TGIF2-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NN10","fd20a07","F6NN10","nanog","si:dkey-117m1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NN10","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KI21","fd20a07","A0A0G2KI21","nanog","LOC567472","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KI21","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RHG4","fd20a07","A0A2R8RHG4","nanog","thrap3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RHG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUY2","fd20a07","F1QUY2","nanog","ccnb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUY2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBP2","fd20a07","F1QBP2","nanog","rab14l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFG9","fd20a07","A2BFG9","nanog","ubash3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Z2","fd20a07","E7F6Z2","nanog","sv2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503E2","fd20a07","Q503E2","nanog","prep","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZC0","fd20a07","E7EZC0","nanog","tasorb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAP0","fd20a07","E7FAP0","nanog","ythdf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAP0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QFB2","fd20a07","A0A2R8QFB2","nanog","gramd1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QFB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1P5","fd20a07","F1R1P5","nanog","nek8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISB9","fd20a07","Protein kinase C-binding protein 1 isoform X1","nanog","zmynd8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase C-binding protein 1 isoform X1 (Zinc finger, MYND-type-containing 8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5I8","fd20a07","B8A5I8","nanog","si:ch211-258f14.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98871","fd20a07","Q98871","nanog","nkx2.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98871","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4FIV6","fd20a07","Q4FIV6","nanog","slc6a9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4FIV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IGC7","fd20a07","A4IGC7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IGC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2E1","fd20a07","sec13l1","nanog","sec13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein SEC13 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTY6","fd20a07","ints15","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 15","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FF15","fd20a07","E7FF15","nanog","lrrc58b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FF15","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCJ1","fd20a07","F1RCJ1","nanog","styx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7I8","fd20a07","F1Q7I8","nanog","ccdc153","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7Z4","fd20a07","F1Q7Z4","nanog","asah1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7Z4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD55","fd20a07","B7ZD55","nanog","wnt8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD55","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561Y4","fd20a07","Q561Y4","nanog","tfap2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q561Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE97","fd20a07","Kinase","nanog","ip6k1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4VCH2","fd20a07","A4VCH2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4VCH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2M8","fd20a07","F8W2M8","nanog","tpp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2M8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE14","fd20a07","E7FE14","nanog","atad2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FE14","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V1I0","fd20a07","B0V1I0","nanog","snrpd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V1I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXK1","fd20a07","F1QXK1","nanog","si:ch211-207d6.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPD5","fd20a07","A0A2R8QPD5","nanog","scarf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPD5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHP4","fd20a07","hi3634","nanog","cenpn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein N","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4W9","fd20a07","Down syndrome cell adhesion molecule b","nanog","dscamb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Down syndrome cell adhesion molecule b (Down syndrome cell adhesion molecule homolog isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXK8","fd20a07","Q6AXK8","nanog","alg6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R844","fd20a07","Neuropathy target esterase isoform X3","nanog","pnpla6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuropathy target esterase isoform X3 (Patatin-like phospholipase domain-containing 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R135","fd20a07","B0R135","nanog","ogg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R135","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F290","fd20a07","E7F290","nanog","si:ch211-222l21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F290","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T337","fd20a07","cb598","nanog","fbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BE85","fd20a07","A2BE85","nanog","cep170ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BE85","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVX0","fd20a07","itpa","nanog","itpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inosine triphosphate pyrophosphatase (ITPase) (Inosine triphosphatase) (EC 3.6.1.9) (Non-canonical purine NTP pyrophosphatase) (Non-standard purine NTP pyrophosphatase) (Nucleoside-triphosphate diphosphatase) (Nucleoside-triphosphate pyrophosphatase) (NTPase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ITK3","fd20a07","I3ITK3","nanog","si:dkey-19e4.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ITK3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJQ5","fd20a07","E9QJQ5","nanog","pld7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5VK49","fd20a07","bnip3l2","nanog","bnip3la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCL2-interacting protein 3-like a (BCL2/adenovirus E1B 19 kDa protein-interacting protein 3-like) (BCL2/adenovirus E1B interacting protein 3-like, 2) (Bcl-2/adenovirus E1B 19kD interaction protein X)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5S1","fd20a07","F1R5S1","nanog","erbb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5S1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWY4","fd20a07","F1QWY4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHS7","fd20a07","vrk","nanog","vrk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6B337","fd20a07","GIPC","nanog","gipc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GAIP c-terminus interacting protein 1 (GIPC PDZ domain-containing family, member 1) (PDZ domain-containing protein GIPC1) (Regulator of G-protein signaling 19-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IGI8","fd20a07","A0A0R4IGI8","nanog","mcf2l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IGI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCG9","fd20a07","F1RCG9","nanog","hdac3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RKP8","fd20a07","lsm2","nanog","smx5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U6 snRNA-associated Sm-like protein LSm2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL44","fd20a07","F1QL44","nanog","flncb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL44","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KBJ5","fd20a07","si:ch1073-153i20.2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK43","fd20a07","F1QK43","nanog","nr4a2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK43","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JMH5","fd20a07","A0JMH5","nanog","dnajb14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JMH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6H8","fd20a07","zgc:171493","nanog","dnali1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Axonemal dynein light intermediate polypeptide 1 (Inner dynein arm light chain, axonemal)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1V6","fd20a07","Transmembrane protein 107","nanog","tmem107l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane protein 107","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZD46","fd20a07","B7ZD46","nanog","kat6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZD46","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8JFQ2","fd20a07","lmo1","nanog","lmo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDM8","fd20a07","E9QDM8","nanog","ttf1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG44","fd20a07","A4IG44","nanog","MGC162200","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG44","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYZ4","fd20a07","Q5TYZ4","nanog","six4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P021","fd20a07","Q6P021","nanog","gadd45ga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P021","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJK4","fd20a07","A0A0R4IJK4","nanog","rp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPF3","fd20a07","F1QPF3","nanog","cers6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIS8","fd20a07","B8JIS8","nanog","gstm.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2VCZ7","fd20a07","A2VCZ7","nanog","wwp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2VCZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJS9","fd20a07","B8JJS9","nanog","ccnl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJS9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7N7","fd20a07","A8E7N7","nanog","pogza","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXK2","fd20a07","Q1LXK2","nanog","ripor1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXK2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ED17","fd20a07","Q1ED17","nanog","top1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ED17","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6K0","fd20a07","Phospholipid phosphatase 3","nanog","plpp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phospholipid phosphatase 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC89","fd20a07","zgc:73056","nanog","eno1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphopyruvate hydratase (EC 4.2.1.11) (2-phospho-D-glycerate hydro-lyase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0V5","fd20a07","E7F0V5","nanog","map7d3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0V5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NY31","fd20a07","prkab1","nanog","prkab1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein kinase, AMP-activated, beta 1 non-catalytic subunit, b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM86","fd20a07","Q6ZM86","nanog","grid2ip","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6ZM86","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFP2","fd20a07","E9QFP2","nanog","si:ch73-184c24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QFP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803N1","fd20a07","tfdp1l","nanog","tfdp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0VEQ2","fd20a07","B0VEQ2","nanog","tspan7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0VEQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WF36","fd20a07","X1WF36","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WF36","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IK63","fd20a07","A0A0R4IK63","nanog","map3k4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IK63","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJV1","fd20a07","A0A0R4IJV1","nanog","tmprss4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0G2","fd20a07","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","nanog","ndst1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFL0","fd20a07","med27","nanog","med27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 27 (Cofactor required for Sp1 transcriptional activation subunit 8) (CRSP complex subunit 8) (Mediator complex subunit 27)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5A6","fd20a07","F1R5A6","nanog","ankrd33ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH31","fd20a07","F1QH31","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH31","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXM1","fd20a07","Q6AXM1","nanog","chst10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6H7","fd20a07","dync1i2a","nanog","dync1i2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein, cytoplasmic 1, intermediate chain 2a","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWY5","fd20a07","Q1LWY5","nanog","zmym4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXJ2","fd20a07","F1QXJ2","nanog","nectin1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJB6","fd20a07","non-specific serine/threonine protein kinase","nanog","atm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IG46","fd20a07","A0A0R4IG46","nanog","si:ch211-152c8.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503D3","fd20a07","ptbp1","nanog","ptbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Polypyrimidine tract-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBT0","fd20a07","A0A0R4IBT0","nanog","sf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5DE34","fd20a07","B5DE34","nanog","tbr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B5DE34","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM65","fd20a07","B8JM65","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM65","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FDA0","fd20a07","E7FDA0","nanog","galnt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FDA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FE05","fd20a07","Ribosomal protein S6 kinase","nanog","rps6ka5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein S6 kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NX08","fd20a07","wdr12","nanog","wdr12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosome biogenesis protein wdr12 (WD repeat-containing protein 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU89","fd20a07","arcn1l","nanog","arcn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coatomer subunit delta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJX0","fd20a07","Q5XJX0","nanog","jagn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJX0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXM1","fd20a07","zgc:66195","nanog","cox6b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2Q4","fd20a07","G1K2Q4","nanog","slc44a5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3D3","fd20a07","zgc:63957","nanog","gnai1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein G(i) subunit alpha-1 (Adenylate cyclase-inhibiting G alpha protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHE3","fd20a07","X1WHE3","nanog","sorl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R220","fd20a07","si:ch211-150c22.4","nanog","aven","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Apoptosis, caspase activation inhibitor (Cell death regulator Aven)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F694","fd20a07","E7F694","nanog","si:dkeyp-72e1.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F694","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2D2","fd20a07","arrb2","nanog","arrb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Arrb2b protein (Arrestin, beta 2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVX9","fd20a07","Q7ZVX9","nanog","txndc9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II61","fd20a07","A0A0R4II61","nanog","axin1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG30","fd20a07","smpd5","nanog","smpd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sphingomyelin phosphodiesterase 5 (EC 3.1.4.12) (Mitochondrial neutral sphingomyelinase) (mtnSMase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDD0","fd20a07","X1WDD0","nanog","tac3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LU94","fd20a07","Q1LU94","nanog","tmem64","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LU94","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRV9","fd20a07","A0A0R4IRV9","nanog","si:ch211-196c10.15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRV9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPF8","fd20a07","A0A0A0MPF8","nanog","mycn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUX8","fd20a07","DNCL2A","nanog","dynlrb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain roadblock","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q097","fd20a07","A0A2R8Q097","nanog","eef1b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q097","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC42","fd20a07","A0A0R4IC42","nanog","sphk2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC42","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QK11","fd20a07","A3QK11","nanog","fkbp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3QK11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG08","fd20a07","F1QG08","nanog","clk4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG08","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKS3","fd20a07","F1QKS3","nanog","chrnb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIA6","fd20a07","F1QIA6","nanog","mipepb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB76","fd20a07","F1RB76","nanog","wnt6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB76","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QJP6","fd20a07","E9QJP6","nanog","sh3kbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QJP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TH03","fd20a07","xx:tdsubc_2c12","nanog","gng5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Y6","fd20a07","F1Q8Y6","nanog","psen1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8Y6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJI5","fd20a07","B3DJI5","nanog","adm2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DJI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFI8","fd20a07","Q6PFI8","nanog","tspy","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PFI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7J1","fd20a07","Adrenodoxin","nanog","fdx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adrenodoxin (Ferredoxin 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A697","fd20a07","alox5","nanog","alox5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Arachidonate 5-lipoxygenase (EC 1.13.11.34)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC77","fd20a07","F1RC77","nanog","fxr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC77","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSW2","fd20a07","F1QSW2","nanog","rgmd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568M0","fd20a07","wu:fc47b08","nanog","rras2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAS-related 2 (Ras-related protein R-Ras2) (Related RAS viral (R-ras) oncogene homolog 2) (Rras2 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5J2","fd20a07","si:ch211-258f14.5","nanog","coa6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFW5","fd20a07","B3DFW5","nanog","stmp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFW5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0CLW6","fd20a07","si:dkey-225e11.1","nanog","pvrl2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PVR cell adhesion molecule related 2 like precursor (PVR cell adhesion molecule-related 2-like) (Si:dkey-225e11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUI5","fd20a07","Q7ZUI5","nanog","nme4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DH78","fd20a07","cask","nanog","caska","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFA3","fd20a07","F1QFA3","nanog","kcnk7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFA3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUW4","fd20a07","F1QUW4","nanog","hyou1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQE5","fd20a07","wu:fa09g12","nanog","sptb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spectrin beta chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YGT6","fd20a07","Q9YGT6","nanog","hoxa5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9YGT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5X6","fd20a07","A1A5X6","nanog","phyhipla","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5X6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPV0","fd20a07","F1QPV0","nanog","slc37a4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPV0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHD4","fd20a07","Corticotropin-releasing factor receptor 1","nanog","crhr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Corticotropin-releasing factor receptor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GQN4","fd20a07","fam32al","nanog","fam32al","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein FAM32A-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F685","fd20a07","Small nuclear RNA-activating complex, polypeptide 2","nanog","snapc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R211","fd20a07","F1R211","nanog","sox19b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R211","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R725","fd20a07","F1R725","nanog","alg12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R725","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDC1","fd20a07","X1WDC1","nanog","si:dkey-93m18.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAF8","fd20a07","U3JAF8","nanog","mrtfab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1N7","fd20a07","F1R1N7","nanog","cdc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1N7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4X5","fd20a07","B8A4X5","nanog","si:ch211-10a23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4X5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQP4","fd20a07","rap1a","nanog","rap1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGR0","fd20a07","F1QGR0","nanog","boc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWX6","fd20a07","Q1LWX6","nanog","hsd17b8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5X4","fd20a07","F1Q5X4","nanog","astn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5X4","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2P5","fd20a07","G1K2P5","nanog","esrp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2P5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JM56","fd20a07","B8JM56","nanog","dnajb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JM56","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8J2","fd20a07","Histone H1-like","nanog","si:dkey-108k21.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:dkey-108k21.10)","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42376","fd20a07","mapk12","nanog","mapk12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase 12 (MAP kinase 12) (MAPK 12) (EC 2.7.11.24) (Stress-activated protein kinase 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXL2","fd20a07","zgc:92739","nanog","rida","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Reactive intermediate imine deaminase A homolog (Ribonuclease UK114 isoform 1) (Zgc:92739)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV76","fd20a07","F1QV76","nanog","mpp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV76","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PNP4","fd20a07","Q5PNP4","nanog","nt5e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5PNP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IHJ1","fd20a07","A0A0R4IHJ1","nanog","snrpf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IHJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWW6","fd20a07","F1QWW6","nanog","dnajc11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIR2","fd20a07","F1QIR2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUC3","fd20a07","A0A0R4IUC3","nanog","diabloa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBH2","fd20a07","F1RBH2","nanog","arl8bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P2B0","fd20a07","fc05d09","nanog","vapb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","VAMP (vesicle-associated membrane protein)-associated protein B and C (Vapb protein) (Vesicle-associated membrane protein, associated protein B and C) (Vesicle-associated membrane protein-associated protein B/C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNS6","fd20a07","BUB1 mitotic checkpoint serine/threonine kinase","nanog","bub1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BUB1 mitotic checkpoint serine/threonine kinase (Mitotic checkpoint serine/threonine-protein kinase BUB1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A486","fd20a07","B8A486","nanog","ifi27.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A486","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6L8","fd20a07","B0S6L8","nanog","tmem9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6L8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F048","fd20a07","E7F048","nanog","cyldb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F048","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BF68","fd20a07","A2BF68","nanog","mcl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BF68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF11","fd20a07","F1QF11","nanog","ankar","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIH6","fd20a07","A2BIH6","nanog","lrrc8da","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5N5","fd20a07","F8W5N5","nanog","them4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5N5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC31","fd20a07","A0A0R4IC31","nanog","akap12b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC31","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q813","fd20a07","A0A2R8Q813","nanog","si:dkey-58f10.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q813","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMJ6","fd20a07","A0A0R4IMJ6","nanog","si:dkey-16p6.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMJ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYZ0","fd20a07","F1QYZ0","nanog","tmem181","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYZ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9X8","fd20a07","F1Q9X8","nanog","chchd3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9X8","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA75","fd20a07","cx23","nanog","cx23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Gap junction epsilon-1 protein (Connexin-23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDQ8","fd20a07","A0A0R4IDQ8","nanog","plekhm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F887","fd20a07","E7F887","nanog","ttll7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F887","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5CZQ1","fd20a07","im:7138781","nanog","ywhae2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","14-3-3 protein epsilon","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66I14","fd20a07","sephs3","nanog","sephs3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Selenide, water dikinase 3 (EC 2.7.9.3) (Selenophosphate synthetase 3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5L7","fd20a07","cited3","nanog","cited4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7YYC8","fd20a07","A7YYC8","nanog","si:dkey-20i20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A7YYC8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R312","fd20a07","F1R312","nanog","kcnk6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R312","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TNP8","fd20a07","vps26a","nanog","vps26a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vacuolar protein sorting-associated protein 26A (Vesicle protein sorting 26A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T319","fd20a07","zgc:64163","nanog","elof1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription elongation factor 1 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKT4","fd20a07","B8JKT4","nanog","si:ch73-263f13.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9X7","fd20a07","E7F9X7","nanog","cers2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9X7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P104","fd20a07","Q6P104","nanog","qkib","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P104","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8Y7","fd20a07","shoc2","nanog","shoc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Leucine-rich repeat protein SHOC-2 (Protein soc-2 homolog) (Protein sur-8 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJ70","fd20a07","A0A2R8QJ70","nanog","setb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJ70","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMM1","fd20a07","gadd45a","nanog","gadd45ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBK5","fd20a07","A0A286YBK5","nanog","wdr62","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502Q7","fd20a07","Q502Q7","nanog","prph","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502Q7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F786","fd20a07","E7F786","nanog","wdr61","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F786","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q8Q2","fd20a07","A0A2R8Q8Q2","nanog","atg10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q8Q2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDH4","fd20a07","F1RDH4","nanog","nelfb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4IG26","fd20a07","A4IG26","nanog","six4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4IG26","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5I0","fd20a07","E7F5I0","nanog","nktr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5I0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDN6","fd20a07","fc35d05","nanog","agpat5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","1-acyl-sn-glycerol-3-phosphate acyltransferase epsilon (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 5 (lysophosphatidic acid acyltransferase, epsilon))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQA1","fd20a07","Q6IQA1","nanog","tmem9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6IQA1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R6Q4","fd20a07","F1R6Q4","nanog","adamts9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R6Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGG4","fd20a07","vnc","nanog","cdh11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cadherin 11, osteoblast (Cadherin 11, type 2, OB-cadherin (osteoblast)) (Cadherin-11 isoform X1) (Cadherin-11 precursor) (Cdh11 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9YH61","fd20a07","gsk3a","nanog","gsk3ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKU1","fd20a07","A0A0R4IKU1","nanog","si:ch211-126j24.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IKU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568I9","fd20a07","zgc:110275","nanog","camk4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calcium/calmodulin-dependent protein kinase IV (Calcium/calmodulin-dependent protein kinase type IV (EC 2.7.11.17)) (Camk4 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QFN4","fd20a07","SEC22 homolog C, vesicle-trafficking protein","nanog","sec22c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SEC22 homolog C, vesicle-trafficking protein (Vesicle-trafficking protein SEC22c)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1X6","fd20a07","A0A2R8Q1X6","nanog","hyal2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q1X6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q66IB0","fd20a07","fb75b09","nanog","lin7c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein lin-7 homolog","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU93","fd20a07","zgc:56066","nanog","snu13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribonucloprotein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEN1","fd20a07","rap1b","nanog","rap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rap-1b (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8I4","fd20a07","F1Q8I4","nanog","ptpn2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8I4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBX2","fd20a07","sara2","nanog","sar1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP-binding protein SAR1b","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUY2","fd20a07","cox4nb","nanog","emc8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cox4 neighbor (ER membrane protein complex subunit 8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BEG3","fd20a07","sb:eu827","nanog","dgcr8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DGCR8 microprocessor complex subunit (Microprocessor complex subunit DGCR8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0B2","fd20a07","B0R0B2","nanog","foxd5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0B2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IF34","fd20a07","A0A0R4IF34","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IF34","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AWD9","fd20a07","Q8AWD9","nanog","ctsd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AWD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KPG1","fd20a07","A0A0G2KPG1","nanog","adamts7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KPG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90ZZ8","fd20a07","aldh3a2","nanog","aldh3a2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUW4","fd20a07","A0A0R4IUW4","nanog","setdb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG12","fd20a07","F1QG12","nanog","cxcl14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG12","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R101","fd20a07","F1R101","nanog","eif4g1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R101","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJU0","fd20a07","A0A0R4IJU0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMR6","fd20a07","F1QMR6","nanog","nckipsd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2T9","fd20a07","E7F2T9","nanog","ankrd33ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2T9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P943","fd20a07","Q6P943","nanog","stat1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P943","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV94","fd20a07","mobkl1a","nanog","mob1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MOB kinase activator 1Ba (Mps one binder kinase activator-like 1A) (Mobkl1a protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVY3","fd20a07","fb98f01","nanog","nfyc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear transcription factor Y subunit gamma (CAAT box DNA-binding protein subunit C) (Nuclear transcription factor Y subunit C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHC5","fd20a07","X1WHC5","nanog","swap70a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHC5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5CZN9","fd20a07","Q5CZN9","nanog","msi1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5CZN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2U7","fd20a07","B0V2U7","nanog","hnmt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2U7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P529","fd20a07","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1","nanog","pag1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphoprotein associated with glycosphingolipid-enriched microdomains 1 (Phosphoprotein membrane anchor with glycosphingolipid microdomains 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC68","fd20a07","F1RC68","nanog","ankrd52a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNR7","fd20a07","F1QNR7","nanog","ildr1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNR7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFS3","fd20a07","A0A0R4IFS3","nanog","si:ch73-287m6.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW95","fd20a07","zgc:56659","nanog","rpl4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein L4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y928","fd20a07","A0A286Y928","nanog","cpne5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y928","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBG3","fd20a07","F1RBG3","nanog","ovch1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBG3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCB1","fd20a07","X1WCB1","nanog","bach2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NSM5","fd20a07","Q6NSM5","nanog","cpe","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NSM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMC1","fd20a07","A5PMC1","nanog","syvn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567Z4","fd20a07","Q567Z4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q567Z4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYQ2","fd20a07","Q6NYQ2","nanog","gmcl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH00","fd20a07","zgc:92704","nanog","gng13b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIS6","fd20a07","A0A0R4IIS6","nanog","stambpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IIS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GQM5","fd20a07","wu:fj84g10","nanog","rab7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB7b, member RAS oncogene family (Ras-related protein rab-7-like isoform X1) (Zgc:91909)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2M3","fd20a07","Cardiotrophin-like cytokine factor 1","nanog","clcf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cardiotrophin-like cytokine factor 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVJ0","fd20a07","Q7ZVJ0","nanog","pfn2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q0C3","fd20a07","A0A2R8Q0C3","nanog","sh3glb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q0C3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3RK75","fd20a07","foxo1b","nanog","foxo1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Forkhead box protein O1-B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAU6","fd20a07","Eip75B","nanog","nr1d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 1 group D member 1 (Rev-erbA-alpha) (V-erbA-related protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJQ2","fd20a07","A0A2R9YJQ2","nanog","snx20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R9YJQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIB0","fd20a07","F1QIB0","nanog","elk3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDB2","fd20a07","X1WDB2","nanog","si:dkeyp-94h10.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDB2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8BAW4","fd20a07","A8BAW4","nanog","amigo1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8BAW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJ35","fd20a07","B8JJ35","nanog","tmsb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJ35","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q568K2","fd20a07","Q568K2","nanog","ppp1r11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q568K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX69","fd20a07","F1QX69","nanog","spaw","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX69","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2P1","fd20a07","zgc:92134","nanog","usp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUG7","fd20a07","Q7ZUG7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCM5","fd20a07","E7FCM5","nanog","ifit11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P4P6","fd20a07","Q6P4P6","nanog","nsg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P4P6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCM2","fd20a07","E9QCM2","nanog","gal3st1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8W8","fd20a07","calrl2","nanog","calr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calreticulin","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHS2","fd20a07","ZFOR2","nanog","oprm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mu-type opioid receptor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IYD1","fd20a07","Dragon","nanog","rgmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dragon (RGM domain family member B precursor) (Repulsive guidance molecule BMP co-receptor b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWB4","fd20a07","A0A0R4IWB4","nanog","si:ch73-350k19.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWB4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ93","fd20a07","F1QZ93","nanog","ergic1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ93","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q800H9","fd20a07","Q800H9","nanog","hs6st2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q800H9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKJ0","fd20a07","B3DKJ0","nanog","cct7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DKJ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8UVZ1","fd20a07","c/ebpa","nanog","cebpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCAAT/enhancer-binding protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TKR3","fd20a07","Q5TKR3","nanog","fgf12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TKR3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LGH8","fd20a07","A0A140LGH8","nanog","aspscr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LGH8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4H3","fd20a07","B8A4H3","nanog","knop1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBS0","fd20a07","wu:fb11d09","nanog","ing4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGL8","fd20a07","Q5RGL8","nanog","dse","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QNQ8","fd20a07","F1QNQ8","nanog","c1d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QNQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGU9","fd20a07","A2BGU9","nanog","serhl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DG59","fd20a07","B3DG59","nanog","msx1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DG59","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEM2","fd20a07","ING3","nanog","ing3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZD0","fd20a07","A0A0R4IZD0","nanog","kat8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WFS0","fd20a07","X1WFS0","nanog","obscnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WFS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2YDS1","fd20a07","ddb2","nanog","ddb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9B4","fd20a07","F1R9B4","nanog","bdh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QRC8","fd20a07","CHUNP6903","nanog","terfa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Telomeric repeat-binding factor 2 (Telomeric repeat-binding factor a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A6H5","fd20a07","B8A6H5","nanog","rnf150a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A6H5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566Y4","fd20a07","Q566Y4","nanog","higd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566Y4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F979","fd20a07","E7F979","nanog","ism2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F979","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FG02","fd20a07","E7FG02","nanog","map7d2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FG02","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6R3Q6","fd20a07","Q6R3Q6","nanog","bsx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6R3Q6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFP1","fd20a07","F1QFP1","nanog","copz1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9W9","fd20a07","F1Q9W9","nanog","slc35b4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9W9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B1WB51","fd20a07","zgc:171549","nanog","hypk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Huntingtin-interacting protein K (Zgc:171549 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9L7","fd20a07","caspa","nanog","caspa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Caspase a (EC 3.4.22.36) [Cleaved into: Caspase a subunit p20; Caspase a subunit p10]","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IPI8","fd20a07","A0A0R4IPI8","nanog","pik3r5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IPI8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU84","fd20a07","Q7ZU84","nanog","sem1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZU84","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTX2","fd20a07","wu:fk47f04","nanog","wdr5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat domain 5 (WD repeat-containing protein 5) (Wdr5 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKD2","fd20a07","B8JKD2","nanog","si:dkeyp-117b11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKD2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRK9","fd20a07","A0A2R8QRK9","nanog","mtf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAG2","fd20a07","U3JAG2","nanog","si:ch73-127m5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFM8","fd20a07","E7FFM8","nanog","vwa5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QI01","fd20a07","E9QI01","nanog","hmgn7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QI01","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVX4","fd20a07","cb731","nanog","rab14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBW3","fd20a07","fa92e08","nanog","rps14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosomal protein S14","tf-link","27924024","regulates","txid7955" +"A5JNG8","J3JS14","fd20a07","J3JS14","nanog","nup37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","J3JS14","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUI0","fd20a07","Rpl5","nanog","rpl5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","60S ribosomal protein L5 (EC 3.6.5.3) (Ribosomal protein L5a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7M3","fd20a07","B0S7M3","nanog","bokb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7M3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EY00","fd20a07","E7EY00","nanog","si:dkey-16l2.16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EY00","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q993","fd20a07","F1Q993","nanog","asb5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q993","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8Y0","fd20a07","BICRA-like chromatin-remodeling complex-associated protein","nanog","bicral","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q1W5","fd20a07","keap1b","nanog","keap1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IRX1","fd20a07","I3IRX1","nanog","march7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IRX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IIR5","fd20a07","erk7","nanog","mapk15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase 15 (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6V7","fd20a07","F1Q6V7","nanog","hyal1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6V7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W4L6","fd20a07","F8W4L6","nanog","slc25a44a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W4L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R9P8","fd20a07","F1R9P8","nanog","jkamp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R9P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QLT7","fd20a07","A0A2R8QLT7","nanog","engase","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QLT7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCL7","fd20a07","F1QCL7","nanog","p4ha1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7SEE0","fd20a07","Interferon regulatory factor 3","nanog","irf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Interferon regulatory factor 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RQR1","fd20a07","A0A2R8RQR1","nanog","senp6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RQR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZ01","fd20a07","E7EZ01","nanog","lrig1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZ01","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZDB5","fd20a07","bgn","nanog","bgnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Biglycan","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGW2","fd20a07","A2BGW2","nanog","si:dkey-174n20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGW2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IXM2","fd20a07","A0A0R4IXM2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IXM2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WGP9","fd20a07","POZ-, AT hook-, and zinc finger-containing protein 1","nanog","patz1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","POZ-, AT hook-, and zinc finger-containing protein 1 (POZ/BTB and AT hook-containing zinc finger 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUF8","fd20a07","Q7ZUF8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC20","fd20a07","A0A0R4IC20","nanog","si:ch211-276i12.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IC20","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVU7","fd20a07","F1QVU7","nanog","rwdd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JHR3","fd20a07","gtf2f2","nanog","gtf2f2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVG4","fd20a07","IRb","nanog","insrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tyrosine-protein kinase receptor (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F2Z4T7","fd20a07","F2Z4T7","nanog","lman2lb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F2Z4T7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PZU0","fd20a07","A0A2R8PZU0","nanog","zmat4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PZU0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R909","fd20a07","F1R909","nanog","si:ch211-250c4.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R909","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSC9","fd20a07","F1QSC9","nanog","ptp4a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSC9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYX2","fd20a07","F1QYX2","nanog","ufsp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYX2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYA0","fd20a07","srsf1b","nanog","srsf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/arginine-rich splicing factor 1B (Splicing factor, arginine/serine-rich 1) (Splicing factor, arginine/serine-rich 1B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVM0","fd20a07","A0A0R4IVM0","nanog","coq4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IVM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QL30","fd20a07","F1QL30","nanog","cox10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QL30","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1U2","fd20a07","dnmbp","nanog","dnmbp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynamin-binding protein (Scaffold protein Tuba)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQT3","fd20a07","F1QQT3","nanog","lims1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQT3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX92","fd20a07","Q1LX92","nanog","asb13a.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX92","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NGW9","fd20a07","F6NGW9","nanog","snx8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NGW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4V9N1","fd20a07","Q4V9N1","nanog","tsn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4V9N1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q681","fd20a07","si:dkey-253i9.3","nanog","npy1r","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neuropeptide Y receptor type 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IL29","fd20a07","calr3","nanog","calr3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calreticulin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCT9","fd20a07","F1RCT9","nanog","phox2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCT9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN44","fd20a07","pdlim5","nanog","pdlim5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PDZ and LIM domain 5a (PDZ and LIM domain protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKP6","fd20a07","F1QKP6","nanog","enc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKP6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV81","fd20a07","Q1LV81","nanog","safb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV81","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q504C0","fd20a07","im:6908825","nanog","uchl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEI9","fd20a07","R4GEI9","nanog","si:dkey-25o16.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS46","fd20a07","F1QS46","nanog","nol7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS46","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0R9","fd20a07","Paired amphipathic helix protein Sin3a isoform X2","nanog","sin3ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paired amphipathic helix protein Sin3a isoform X2 (SIN3 transcription regulator family member Ab)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW46","fd20a07","si:busm1-172e19.1","nanog","atmin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATM interactor","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6G4","fd20a07","F1Q6G4","nanog","ppp1r9alb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SX89","fd20a07","Q7SX89","nanog","spryd7b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SX89","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYR5","fd20a07","zgc:113199","nanog","cd22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-cell receptor CD22 precursor (Cd22 molecule) (Zgc:113199)","tf-link","27924024","regulates","txid7955" +"A5JNG8","K7DY37","fd20a07","K7DY37","nanog","arid4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","K7DY37","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUW4","fd20a07","wu:fb16f02","nanog","arf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A024B5K5","fd20a07","A0A024B5K5","nanog","ece2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A024B5K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUU7","fd20a07","fc27e02","nanog","kifc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinesin-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2S9","fd20a07","ctnnd2","nanog","ctnnd2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Catenin (cadherin-associated protein), delta 2b (Catenin delta-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YBU1","fd20a07","A0A286YBU1","nanog","agap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YBU1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4U5","fd20a07","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2","nanog","pip5k1ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 4-phosphate 5-kinase type-1 gamma isoform X2 (Phosphatidylinositol-4-phosphate 5-kinase, type I, gamma a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHW2","fd20a07","nfkb3","nanog","rela","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor p65 (V-rel avian reticuloendotheliosis viral oncogene homolog A) (V-rel reticuloendotheliosis viral oncogene homolog A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISV1","fd20a07","A0A0R4ISV1","nanog","heatr5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ISV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJF8","fd20a07","LOC570661","nanog","LOC570661","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H2B","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6AXI5","fd20a07","Q6AXI5","nanog","picalmb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6AXI5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IMR9","fd20a07","A0A0R4IMR9","nanog","fam49a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IMR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRT4","fd20a07","A9JRT4","nanog","ube2d3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZYX7","fd20a07","wu:fi03c01","nanog","psmd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","26S proteasome non-ATPase regulatory subunit 7 (Proteasome (Prosome, macropain) 26S subunit, non-ATPase, 7 (Mov34 homolog)) (Proteasome 26S subunit, non-ATPase 7) (Psmd7 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IST8","fd20a07","A0A0R4IST8","nanog","trmt9b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IST8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y917","fd20a07","si:ch211-197n10.2","nanog","anln","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anillin isoform X1 (Anillin, actin-binding protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NTM9","fd20a07","F6NTM9","nanog","ppp1r9a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NTM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEL8","fd20a07","E7FEL8","nanog","stac","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEL8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYG7","fd20a07","Q1LYG7","nanog","btbd2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LYG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6L3","fd20a07","B0S6L3","nanog","nlrc7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42248","fd20a07","gnb2l1","nanog","gnb2l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small ribosomal subunit protein RACK1 (Guanine nucleotide-binding protein subunit beta-2-like 1) (Receptor of activated protein kinase C) (RACK)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F254","fd20a07","Carboxypeptidase D","nanog","cpda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Carboxypeptidase D (EC 3.4.17.22) (Metallocarboxypeptidase D)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4F2","fd20a07","E7F4F2","nanog","adgrg2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TEL3","fd20a07","Q6TEL3","nanog","cdc42se1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TEL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZA6","fd20a07","A0A0R4IZA6","nanog","hspg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRB9","fd20a07","Phosphatase, orphan 2","nanog","phospho2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatase, orphan 2 (Pyridoxal phosphate phosphatase PHOSPHO2 (EC 3.1.3.74)) (Zgc:172082 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NS24","fd20a07","wdr60","nanog","wdr60","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","WD repeat domain 60 (WD repeat-containing protein 60 isoform X2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWX1","fd20a07","Q1LWX1","nanog","si:rp71-45k5.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LWX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2THW0","fd20a07","Q2THW0","nanog","zdhhc5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q2THW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0Q0","fd20a07","B0R0Q0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0Q0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R9YJN8","fd20a07","cb960","nanog","ddx21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q883","fd20a07","F1Q883","nanog","pgd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q883","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F658","fd20a07","E7F658","nanog","mrpl52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F658","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JTE3","fd20a07","A9JTE3","nanog","nckap5l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JTE3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WG23","fd20a07","X1WG23","nanog","sptbn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WG23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90486","fd20a07","ba1; ba1l","nanog","ba1;ba1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYX1","fd20a07","bon","nanog","mixl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCN0","fd20a07","F1QCN0","nanog","gatd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3K6","fd20a07","fa97b01","nanog","exosc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Exosome complex component RRP4 (Exosome component 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KV14","fd20a07","A0A0G2KV14","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KV14","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9B5","fd20a07","A0A0R4I9B5","nanog","vax1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9B5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AW60","fd20a07","Q8AW60","nanog","ivd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AW60","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHK9","fd20a07","Retinoic acid receptor responder 3-like","nanog","rarres3l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Retinoic acid receptor responder 3-like (Retinoic acid receptor responder protein 3) (Zgc:92249)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S4Z5","fd20a07","B0S4Z5","nanog","dohh","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S4Z5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFL9","fd20a07","E7FFL9","nanog","steap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5K548","fd20a07","Q5K548","nanog","olig4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5K548","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWW1","fd20a07","F1QWW1","nanog","pus1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QWW1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F557","fd20a07","Zinc finger X-chromosomal protein","nanog","zfx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger X-chromosomal protein (Zinc finger protein X-linked)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F680","fd20a07","E7F680","nanog","mrs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F680","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REE8","fd20a07","F1REE8","nanog","trip11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T314","fd20a07","wu:fb68h07","nanog","tomm40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitochondrial import receptor subunit TOM40 homolog (Translocase of outer membrane 40 kDa subunit homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVS5","fd20a07","si:ch73-159l23.2","nanog","pigx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol-glycan biosynthesis class X protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTS7","fd20a07","F1QTS7","nanog","cetn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTS7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA39","fd20a07","F1RA39","nanog","mical2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA39","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYI0","fd20a07","ubxd1","nanog","ubxn6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","UBX domain protein 6 (UBX domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A1A5W2","fd20a07","A1A5W2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A1A5W2","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WE12","fd20a07","X1WE12","nanog","fxyd6l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WE12","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0JPF5","fd20a07","A0JPF5","nanog","fam160b2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0JPF5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRJ2","fd20a07","zgc:77715","nanog","ppa2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","inorganic diphosphatase (EC 3.6.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7F5","fd20a07","E7F7F5","nanog","mbtd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F7F5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYU9","fd20a07","Q5TYU9","nanog","chrm5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYU9","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCN7","fd20a07","X1WCN7","nanog","cfap99","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCN7","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WD11","fd20a07","X1WD11","nanog","lgals8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WD11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJH1","fd20a07","A0A0R4IJH1","nanog","dpf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IJH1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUW0","fd20a07","Q1LUW0","nanog","rbm28","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUW0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8HAL3","fd20a07","A8HAL3","nanog","plekhg7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8HAL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4JYQ6","fd20a07","A4JYQ6","nanog","hepacam2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4JYQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHU7","fd20a07","A8WHU7","nanog","slain1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWE6","fd20a07","Plakophilin 3b","nanog","pkp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Plakophilin 3b (Plakophilin-3-like)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIE9","fd20a07","A2BIE9","nanog","qdprb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BIE9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZW4","fd20a07","F1QZW4","nanog","spry4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZW4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHM2","fd20a07","zgc:92228","nanog","prkab1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZL9","fd20a07","E7EZL9","nanog","csrnp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0JZL1","fd20a07","B0JZL1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0JZL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566W6","fd20a07","Q566W6","nanog","cirbpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q566W6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGM1","fd20a07","Q6DGM1","nanog","ubald1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCV2","fd20a07","F1RCV2","nanog","acsbg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RCV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ISJ3","fd20a07","wu:fb38g12","nanog","xrn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","5'-3' exoribonuclease (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IEQ0","fd20a07","A0A0R4IEQ0","nanog","gna11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IEQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q504B1","fd20a07","Q504B1","nanog","sub1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q504B1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2E1","fd20a07","E7F2E1","nanog","aff2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2E1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAY9","fd20a07","E7FAY9","nanog","phldb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC57","fd20a07","paqr3","nanog","paqr3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Paqr3a protein (Progestin and adipoQ receptor family member 3) (Progestin and adipoQ receptor family member IIIa)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q582","fd20a07","A0A2R8Q582","nanog","LOC557306","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q582","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUE5","fd20a07","Q1LUE5","nanog","zc3h18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QHK9","fd20a07","hbl1","nanog","zmp:0000000729","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zmp:0000000729","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHG0","fd20a07","B3DHG0","nanog","trub1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXW3","fd20a07","Q1LXW3","nanog","ciarta","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXW3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T002","fd20a07","C167P9.3","nanog","psmb7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMQ0","fd20a07","A5PMQ0","nanog","tasp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMQ0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4FUL3","fd20a07","im:7137515","nanog","rbx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase RBX1 (Rbx1 protein) (Ring-box 1, E3 ubiquitin protein ligase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXN0","fd20a07","E7EXN0","nanog","odr4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EXN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PU2","fd20a07","Q32PU2","nanog","cnn3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q32PU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q3V6","fd20a07","A0A2R8Q3V6","nanog","adam17a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q3V6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW68","fd20a07","NFKBIA","nanog","nfkbiab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHQ9","fd20a07","A0A2R8QHQ9","nanog","prtga","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPR4","fd20a07","F1QPR4","nanog","fam212ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QPR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QP54","fd20a07","A0A2R8QP54","nanog","mrps16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QP54","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PEG4","fd20a07","Q6PEG4","nanog","ell","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PEG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7N8","fd20a07","F1R7N8","nanog","ttn.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7N8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CL1","fd20a07","Q08CL1","nanog","kbtbd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CL1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QTD4","fd20a07","F1QTD4","nanog","efr3ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QTD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU39","fd20a07","wu:fk66h11","nanog","spry2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein sprouty homolog 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KP86","fd20a07","hbz","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC563335 (Zgc:163057)","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAE4","fd20a07","U3JAE4","nanog","si:ch211-214e3.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90477","fd20a07","myod1","nanog","myod1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Myoblast determination protein 1 homolog (Myogenic factor 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QVV1","fd20a07","F1QVV1","nanog","slc18a2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QVV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F671","fd20a07","E7F671","nanog","slc38a10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F671","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q24JV2","fd20a07","zgc:136901","nanog","ormdl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ORM1-like protein","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F236","fd20a07","E7F236","nanog","gramd1c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F236","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7E7","fd20a07","F1Q7E7","nanog","cdc34b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q975","fd20a07","F1Q975","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q975","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAC6","fd20a07","F1RAC6","nanog","syne2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAC6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QNZ7","fd20a07","A4QNZ7","nanog","p33monox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4QNZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6Y8","fd20a07","si:dkey-9g20.2","nanog","tmeff2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tomoregulin-2 (Transmembrane protein with EGF-like and two follistatin-like domains 2a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WW50","fd20a07","A5WW50","nanog","pard6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WW50","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS28","fd20a07","F1QS28","nanog","hnrnpa0a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS28","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6QU75","fd20a07","Q6QU75","nanog","pitx3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6QU75","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q5A6","fd20a07","A0A2R8Q5A6","nanog","wu:fb95e10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q5A6","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JA39","fd20a07","fbxo11b","nanog","fbxo11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F-box only protein 11 isoform X1 (F-box protein 11a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQI3","fd20a07","borcs8","nanog","borcs8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BLOC-1-related complex subunit 8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBW9","fd20a07","Q6DBW9","nanog","cd99l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DBW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5E7","fd20a07","B8A5E7","nanog","btaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5E7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUU2","fd20a07","A0A0R4IUU2","nanog","fkbp15a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUU2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEL0","fd20a07","Q6DEL0","nanog","irx1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEL0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9H1","fd20a07","F1Q9H1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLX1","fd20a07","zgc:136731","nanog","bmpr1aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYG1","fd20a07","F1QYG1","nanog","eif2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QYG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WCM8","fd20a07","X1WCM8","nanog","recql5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WCM8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QCZ8","fd20a07","A0A2R8QCZ8","nanog","ptprua","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QCZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0M9","fd20a07","B0R0M9","nanog","rps6ka3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0M9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV80","fd20a07","smndc1","nanog","smndc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Survival of motor neuron-related-splicing factor 30 (Survival motor neuron domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QCJ9","fd20a07","F1QCJ9","nanog","dusp14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QCJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L673","fd20a07","Q1L673","nanog","vdrb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1L673","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVV2","fd20a07","Q1LVV2","nanog","gpr186","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVV2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV63","fd20a07","Q1LV63","nanog","s1pr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV63","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QS50","fd20a07","F1QS50","nanog","gk5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QS50","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYL7","fd20a07","ddx26a","nanog","ints6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Integrator complex subunit 6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R500","fd20a07","F1R500","nanog","csdc2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R500","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T2A0","fd20a07","Q7T2A0","nanog","tra2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T2A0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0D0","fd20a07","E7F0D0","nanog","mrpl58","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0D0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NK88","fd20a07","wu:fc33a03","nanog","zfyve26","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger FYVE domain-containing protein 26","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDU4","fd20a07","F1RDU4","nanog","srebf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDU4","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAS8","fd20a07","U3JAS8","nanog","tatdn3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAS8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUV1","fd20a07","Q1LUV1","nanog","si:ch211-262h13.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZ00","fd20a07","Q6NZ00","nanog","fam234b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NZ00","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAI8","fd20a07","ccbl1","nanog","kyat1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kynurenine aminotransferase 1 (Kynurenine--oxoglutarate transaminase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5J2I5","fd20a07","Q5J2I5","nanog","blf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5J2I5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4V2","fd20a07","B8A4V2","nanog","anxa11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4V2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHV1","fd20a07","A8WHV1","nanog","rgcc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHV1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICC7","fd20a07","A0A0R4ICC7","nanog","mfsd3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P1P1","fd20a07","F6P1P1","nanog","tmem44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P1P1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJR0","fd20a07","B8JJR0","nanog","wdr27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9E9","fd20a07","BCR activator of RhoGEF and GTPase","nanog","bcr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BCR activator of RhoGEF and GTPase (Breakpoint cluster region protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F662","fd20a07","E7F662","nanog","rin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F662","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISD9","fd20a07","I3ISD9","nanog","si:ch73-367f21.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISD9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBT6","fd20a07","gchfr","nanog","gchfr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTP cyclohydrolase 1 feedback regulatory protein (GFRP) (GTP cyclohydrolase I feedback regulatory protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LUD6","fd20a07","Q1LUD6","nanog","ccdc106b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LUD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUF3","fd20a07","fc07a05","nanog","ube2h","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHM6","fd20a07","F1QHM6","nanog","sirt4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZE8","fd20a07","Q5TZE8","nanog","napepld","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZE8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4S7","fd20a07","chrnb2b","nanog","chrnb2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cholinergic receptor, nicotinic, beta 2 (Neuronal acetylcholine receptor subunit beta-2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0J9YIY7","fd20a07","A0A0J9YIY7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0J9YIY7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C463","fd20a07","A9C463","nanog","hps4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C463","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUR9","fd20a07","F1QUR9","nanog","cmtr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUR9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W792","fd20a07","Q9W792","nanog","tcp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9W792","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEN1","fd20a07","A2CEN1","nanog","efemp2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2CEN1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRK0","fd20a07","cb503","nanog","robo3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Roundabout homolog 3 isoform X3 (Roundabout, axon guidance receptor, homolog 3 (Drosophila))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4JL91","fd20a07","Q4JL91","nanog","ippk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4JL91","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3S9","fd20a07","A9C3S9","nanog","hyal3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3S9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7V3","fd20a07","F1Q7V3","nanog","gdap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7V3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F7V2","fd20a07","si:ch211-234p18.3","nanog","si:ch211-234p18.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-specific guanine nucleotide-releasing factor 1 isoform X2 (Si:ch211-234p18.3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYN0","fd20a07","B0UYN0","nanog","si:dkey-57a22.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UYN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BH9","fd20a07","si:dkey-237i9.4","nanog","anapc11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Anaphase-promoting complex subunit 11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKP8","fd20a07","A0A0H2UKP8","nanog","gpc5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKP8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLP9","fd20a07","B8JLP9","nanog","nrn1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVU7","fd20a07","Q7ZVU7","nanog","amd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZVU7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803H7","fd20a07","Q803H7","nanog","itm2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803H7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29RF4","fd20a07","Q29RF4","nanog","lgsn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q29RF4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX65","fd20a07","Q1LX65","nanog","si:ch211-216l23.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LX65","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3L6","fd20a07","F1R3L6","nanog","rad54l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3L6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZU6","fd20a07","F1QZU6","nanog","prozb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSQ8","fd20a07","F1QSQ8","nanog","letm2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DKF4","fd20a07","LOC561889","nanog","gra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Granulito (Uncharacterized protein C8orf88 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q567G5","fd20a07","im:7136059","nanog","arfip2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-interacting protein 2b (Arfaptin-2) (Arfip2b protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JL23","fd20a07","B8JL23","nanog","tspan14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JL23","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QIP9","fd20a07","A0A2R8QIP9","nanog","btg3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QIP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6D6","fd20a07","si:ch1073-174d20.2","nanog","si:ch1073-174d20.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AFG3-like protein 1 (Si:ch1073-174d20.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QK02","fd20a07","F1QK02","nanog","mrps22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QK02","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6VUB8","fd20a07","Q6VUB8","nanog","zic5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6VUB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3QJY9","fd20a07","si:dkeyp-84g1.1","nanog","pex11a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisomal biogenesis factor 11 alpha (Peroxisomal membrane protein 11A) (Si:dkeyp-84g1.1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WV18","fd20a07","A5WV18","nanog","si:dkeyp-20g2.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WV18","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJF3","fd20a07","wu:fc43e12","nanog","papss1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","3'-phosphoadenosine 5'-phosphosulfate synthase 1 (EC 2.7.7.4) (Zgc:194985)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZTT6","fd20a07","Q7ZTT6","nanog","slc25a55a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZTT6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7G0","fd20a07","F1Q7G0","nanog","cthrc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7G0","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHA2","fd20a07","X1WHA2","nanog","tnrc18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WHA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90YX4","fd20a07","cdkn1b","nanog","cdkn1bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cyclin-dependent kinase inhibitor 1B (Cyclin-dependent kinase inhibitor p27) (p27Kip1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BY5","fd20a07","Q08BY5","nanog","jmjd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFT4","fd20a07","A2BFT4","nanog","ftr82","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BFT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QNT0","fd20a07","A0A2R8QNT0","nanog","doc2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QNT0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLP2","fd20a07","F1QLP2","nanog","fbxl5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QM04","fd20a07","F1QM04","nanog","med11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QM04","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ57","fd20a07","F1QZ57","nanog","puf60a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ57","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5D8","fd20a07","B8A5D8","nanog","dna2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5D8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBY2","fd20a07","naa50","nanog","naa50","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","N-alpha-acetyltransferase 50 (EC 2.3.1.258) (N-acetyltransferase NAT13) (N-epsilon-acetyltransferase 50) (EC 2.3.1.-) (NatE catalytic subunit)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A140LFQ2","fd20a07","A0A140LFQ2","nanog","si:ch211-220f21.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A140LFQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2Z9","fd20a07","F-spondin2","nanog","spon1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spondin-1 (F-spondin)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4D7","fd20a07","cb360","nanog","rrbp1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosome binding protein 1 (Ribosome-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3IS56","fd20a07","I3IS56","nanog","gpatch8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3IS56","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4U1","fd20a07","F1Q4U1","nanog","tm9sf4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4U1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZU70","fd20a07","Q7ZU70","nanog","trim47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZU70","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5D018","fd20a07","rbm8a","nanog","rbm8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RNA-binding protein 8A (RNA-binding motif protein 8A) (Ribonucleoprotein RBM8A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG46","fd20a07","A2BG46","nanog","ankrd13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BG46","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JK22","fd20a07","B8JK22","nanog","acsl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JK22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUZ7","fd20a07","Q6NUZ7","nanog","ccni","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NUZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMA7","fd20a07","B8JMA7","nanog","ugt2a4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JMA7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQB3","fd20a07","F1QQB3","nanog","mterf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQB3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90481","fd20a07","nkx2.2a","nanog","nkx2.2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Homeobox protein Nkx-2.2a (Homeobox protein NK-2 homolog B-A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQM2","fd20a07","cyc","nanog","cyc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAS4","fd20a07","im:6909690","nanog","supt7l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6ZM36","fd20a07","orc6l","nanog","orc6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1K5","fd20a07","dnmt3a1","nanog","dnmt3ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG98","fd20a07","Q6DG98","nanog","ebp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG98","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAK0","fd20a07","Histone H1-like","nanog","si:ch211-113a14.24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Histone H1-like (Si:ch211-113a14.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6F0","fd20a07","Phosphorylase b kinase regulatory subunit","nanog","phkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphorylase b kinase regulatory subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH75","fd20a07","CTSB","nanog","ctsba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cathepsin B (EC 3.4.22.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9D9","fd20a07","E7F9D9","nanog","tcof1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9D9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHE2","fd20a07","B3DHE2","nanog","LOC794134","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IH97","fd20a07","bmal2","nanog","arntl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Aryl hydrocarbon receptor nuclear translocator-like 2 (Aryl hydrocarbon receptor nuclear translocator-like protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYT5","fd20a07","A0A0R4IYT5","nanog","si:ch211-128m15.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUE4","fd20a07","fb18h07","nanog","prpf40a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90459","fd20a07","ccnd1","nanog","ccnd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5U4","fd20a07","B8A5U4","nanog","toe1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE47","fd20a07","F1RE47","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE47","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYL3","fd20a07","E7EYL3","nanog","clstn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q06725","fd20a07","nr2f1a","nanog","nr2f1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear receptor subfamily 2 group F member 1-A (COUP transcription factor 1-A) (COUP-TFalpha-A) (zCOUP-TFI) (Seven-up related 44) (Svp[44]) (zSvp[44]) (Steroid receptor homolog SVP 44)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHL7","fd20a07","F1QHL7","nanog","mtnr1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4R8","fd20a07","Kinase","nanog","itpkca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBW7","fd20a07","A0A0R4IBW7","nanog","si:ch211-239j9.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEZ7","fd20a07","E7FEZ7","nanog","ndrg3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEZ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZT6","fd20a07","ppp1cc","nanog","ppp1cc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9G1","fd20a07","E7F9G1","nanog","mad2l1bp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9G1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIK6","fd20a07","fj60e07","nanog","sel1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2K6","fd20a07","F1R2K6","nanog","cog8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2K6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZV49","fd20a07","Q7ZV49","nanog","hprt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZV49","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286YB17","fd20a07","A0A286YB17","nanog","mroh1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286YB17","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INR1","fd20a07","A0A0R4INR1","nanog","aspm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INR1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JI11","fd20a07","B8JI11","nanog","nudt18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JI11","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IW44","fd20a07","A0A0R4IW44","nanog","zmiz2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IW44","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BJ2","fd20a07","Q08BJ2","nanog","khdrbs2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q8AYB8","fd20a07","Q8AYB8","nanog","hopx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q8AYB8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q654","fd20a07","F1Q654","nanog","dnaaf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q654","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q755","fd20a07","F1Q755","nanog","dnajc16l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q755","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4F0","fd20a07","B8A4F0","nanog","zdhhc16a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4F0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVF0","fd20a07","lamc1","nanog","lamc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Laminin subunit gamma-1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503N6","fd20a07","Q503N6","nanog","syngr3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503N6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IT41","fd20a07","A0A0R4IT41","nanog","si:ch211-246b8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IT41","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0R0N3","fd20a07","B0R0N3","nanog","cpne5a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0R0N3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJQ7","fd20a07","Q5XJQ7","nanog","osr1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGZ9","fd20a07","Zinc finger CCCH domain-containing protein 4","nanog","zc3h4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zinc finger CCCH domain-containing protein 4 (Zinc finger CCCH-type-containing 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGJ5","fd20a07","cwf19l1","nanog","cwf19l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CWF19-like protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0V2R5","fd20a07","B0V2R5","nanog","slc35a3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0V2R5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFK5","fd20a07","E7FFK5","nanog","pde7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFK5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A1D5NT03","fd20a07","A0A1D5NT03","nanog","si:dkey-86l18.10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A1D5NT03","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6C7","fd20a07","E7F6C7","nanog","atrnl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV45","fd20a07","Q1LV45","nanog","mfsd14a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV45","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQL3","fd20a07","Peptidyl-prolyl cis-trans isomerase","nanog","ppil3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZC0","fd20a07","A8DZC0","nanog","si:dkey-4c15.16","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9F3","fd20a07","im:7147158","nanog","pik3c3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JKQ2","fd20a07","B8JKQ2","nanog","btbd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JKQ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P620","fd20a07","F6P620","nanog","dok1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P620","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJL9","fd20a07","F1QJL9","nanog","taar19p","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJL9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DH99","fd20a07","zgc:92567","nanog","nfyal","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nuclear transcription factor Y subunit","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L033","fd20a07","A0A0G2L033","nanog","oscp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L033","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGZ4","fd20a07","Q6TGZ4","nanog","thap11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U3Z9","fd20a07","wu:fi06d09","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7N3","fd20a07","F1R7N3","nanog","cep76","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7N3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBD1","fd20a07","F1RBD1","nanog","gtpbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BG37","fd20a07","fc83b05","nanog","vamp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Vesicle-associated membrane protein 5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SXW4","fd20a07","emc3","nanog","emc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER membrane protein complex subunit 3 (Protein pob) (Transmembrane protein 111)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F1B3","fd20a07","E7F1B3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F1B3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RHY9","fd20a07","Q5RHY9","nanog","rerglb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RHY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYK8","fd20a07","Q6NYK8","nanog","marchf5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYK8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAY4","fd20a07","E7FAY4","nanog","dip2ca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAY4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q9U6","fd20a07","F1Q9U6","nanog","adssl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q9U6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PTE6","fd20a07","Q9PTE6","nanog","tpst1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9PTE6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBS4","fd20a07","F1RBS4","nanog","trip13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GEH5","fd20a07","R4GEH5","nanog","nlrp12l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GEH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RC36","fd20a07","F1RC36","nanog","myca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RC36","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSP9","fd20a07","F1QSP9","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSP9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BFD2","fd20a07","ATP-dependent RNA helicase","nanog","ddx31","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6C8","fd20a07","F1Q6C8","nanog","dcaf13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6C8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFK6","fd20a07","F1QFK6","nanog","tmem178","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LWF1","fd20a07","im:7143625","nanog","chka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ethanolamine kinase (EC 2.7.1.82)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IDB7","fd20a07","A0A0R4IDB7","nanog","cdc42bpaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IDB7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32PR5","fd20a07","Q32PR5","nanog","gdf9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q32PR5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMI0","fd20a07","Q6GMI0","nanog","htra1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW63","fd20a07","nuf2","nanog","nuf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kinetochore protein Nuf2 (Cell division cycle-associated protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q32LQ2","fd20a07","im:6895766","nanog","maip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGX8","fd20a07","zgc:92726","nanog","psma1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXS6","fd20a07","zgc:55863","nanog","phkg2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","phosphorylase kinase (EC 2.7.11.19)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUD0","fd20a07","F1QUD0","nanog","ptmaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUD0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WUR0","fd20a07","A5WUR0","nanog","cdc40","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WUR0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2B4","fd20a07","E7F2B4","nanog","crip3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F2B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQX1","fd20a07","A3KQX1","nanog","cndp2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQX1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZE4","fd20a07","F1QZE4","nanog","tmem39a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RES7","fd20a07","F1RES7","nanog","pigu","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RES7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F9F2","fd20a07","E7F9F2","nanog","tmem104","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F9F2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JLB0","fd20a07","B8JLB0","nanog","zp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JLB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QDJ1","fd20a07","E9QDJ1","nanog","si:ch211-167j6.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QDJ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBJ3","fd20a07","F1QBJ3","nanog","coa3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QBJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMN3","fd20a07","A5PMN3","nanog","spred2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5PMN3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P5M5","fd20a07","DKEY-238C7.11","nanog","DKEY-238C7.11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08CI4","fd20a07","Q08CI4","nanog","ccnyl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08CI4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBJ2","fd20a07","E7FBJ2","nanog","setx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBJ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q7T5","fd20a07","F1Q7T5","nanog","irx3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q7T5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGK6","fd20a07","E7FGK6","nanog","si:dkey-28e7.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGK6","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIK5","fd20a07","LSM11, U7 small nuclear RNA-associated","nanog","lsm11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","LSM11, U7 small nuclear RNA-associated","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q502M6","fd20a07","Q502M6","nanog","ankrd29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q502M6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KR69","fd20a07","A0A0G2KR69","nanog","efs","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KR69","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QRH6","fd20a07","A0A2R8QRH6","nanog","march7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QRH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYT5","fd20a07","Q5TYT5","nanog","ches1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYT5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QE96","fd20a07","E9QE96","nanog","nkx2.9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QE96","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR22","fd20a07","F1QR22","nanog","kcnip4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR22","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8N4","fd20a07","F1R8N4","nanog","mmp16b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8N4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCY6","fd20a07","E7FCY6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCY6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZVS9","fd20a07","mycb","nanog","mycb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcriptional regulator Myc-B (c-Myc-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JMB1","fd20a07","wu:fi06a12","nanog","sema6d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Sema domain, transmembrane domain (TM), and cytoplasmic domain, (semaphorin) 6D (Semaphorin-6C)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NI81","fd20a07","F6NI81","nanog","hoxc10a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6NI81","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAR4","fd20a07","F1RAR4","nanog","si:ch211-269c21.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5SP90","fd20a07","smek1","nanog","smek1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase 4 regulatory subunit 3 (SMEK homolog 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q561S5","fd20a07","zgc:112524","nanog","znhit1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWS2","fd20a07","A0A0R4IWS2","nanog","ckap2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WIT4","fd20a07","A8WIT4","nanog","si:dkey-29d8.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WIT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5S4","fd20a07","F1Q5S4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5S4","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WHN7","fd20a07","hrpt2","nanog","cdc73","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAC1","fd20a07","F1RAC1","nanog","zbtb11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RCR6","fd20a07","trip12","nanog","trip12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase TRIP12 (EC 2.3.2.26) (HECT-type E3 ubiquitin transferase TRIP12) (Thyroid receptor-interacting protein 12) (TR-interacting protein 12) (TRIP-12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEJ5","fd20a07","E7FEJ5","nanog","adamts18","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEJ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYM1","fd20a07","klhl21","nanog","klhl21","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Kelch-like protein 21","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6GMF8","fd20a07","Q6GMF8","nanog","rhbdf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6GMF8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QYS7","fd20a07","cb395","nanog","acss1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acetyl-coenzyme A synthetase (EC 6.2.1.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8DZB1","fd20a07","A8DZB1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8DZB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAQ6","fd20a07","Q5EAQ6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5EAQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QD88","fd20a07","A0A2R8QD88","nanog","gatad2ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QD88","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXD3","fd20a07","F1QXD3","nanog","zdhhc15b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXD3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFU4","fd20a07","cdc42a","nanog","cdc42","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell division control protein 42 homolog (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGM0","fd20a07","F1QGM0","nanog","lgals1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGM0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFM6","fd20a07","A0A0R4IFM6","nanog","slc30a8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IFM6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IX34","fd20a07","A0A0R4IX34","nanog","zzef1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IX34","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ61","fd20a07","F1QZ61","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ61","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD28","fd20a07","F1RD28","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RD28","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICM3","fd20a07","A0A0R4ICM3","nanog","si:dkey-11f4.14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICM3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZVH2","fd20a07","B7ZVH2","nanog","stard14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZVH2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6NVK8","fd20a07","cul3","nanog","cul3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cullin 3a (Cullin-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3S4","fd20a07","A9C3S4","nanog","tor3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9C3S4","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5E2","fd20a07","B8A5E2","nanog","rufy2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5E2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803H2","fd20a07","hccs","nanog","hccsb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Holocytochrome c-type synthase (EC 4.4.1.17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IV32","fd20a07","A0A0R4IV32","nanog","galnt10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IV32","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9DFS2","fd20a07","klf4","nanog","klf17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGW9","fd20a07","Q6DGW9","nanog","tmco1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGW9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90Z68","fd20a07","Q90Z68","nanog","irx3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90Z68","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3L1","fd20a07","F1R3L1","nanog","tcf3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3L1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QR13","fd20a07","F1QR13","nanog","ext1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QR13","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6P9Q3","fd20a07","F6P9Q3","nanog","kdm2bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6P9Q3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGZ1","fd20a07","b9d2","nanog","b9d2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B9 domain-containing protein 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BH4","fd20a07","Q08BH4","nanog","dclk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUC6","fd20a07","fj09e12","nanog","socs3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Suppressor of cytokine signaling 3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGT0","fd20a07","usp30","nanog","usp30","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYJ9","fd20a07","fa16e07","nanog","ap2b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","AP complex subunit beta","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ILX9","fd20a07","A0A0R4ILX9","nanog","vstm2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ILX9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8S7","fd20a07","F1Q8S7","nanog","ccndbp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8S7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QPN8","fd20a07","wu:fi28a06","nanog","otud5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ubiquitinyl hydrolase 1 (EC 3.4.19.12) (Deubiquitinating enzyme A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DI29","fd20a07","B3DI29","nanog","kcna6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DI29","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ID69","fd20a07","A0A0R4ID69","nanog","sstr5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ID69","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7TWP7","fd20a07","pnrc2","nanog","pnrc2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proline-rich nuclear receptor coactivator 2","tf-link","27924024","regulates","txid7955" +"A5JNG8","G1K2K5","fd20a07","G1K2K5","nanog","cpped1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","G1K2K5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH57","fd20a07","gnb1","nanog","gnb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 (Transducin beta chain 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IC81","fd20a07","Multidrug resistance-associated protein 1","nanog","abcc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Multidrug resistance-associated protein 1 (EC 7.6.2.2) (EC 7.6.2.3) (ATP-binding cassette sub-family C member 1) (Glutathione-S-conjugate-translocating ATPase ABCC1) (Leukotriene C(4) transporter)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2RUX8","fd20a07","zgc:158347","nanog","fosl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FOS-like 2, AP-1 transcription factor subunit (Fos-related antigen 2) (Zgc:158347 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5S3","fd20a07","E7F5S3","nanog","peli1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5S3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FC88","fd20a07","E7FC88","nanog","unkl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FC88","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I879","fd20a07","bmal1a","nanog","arntl1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Basic helix-loop-helix ARNT-like protein 1 (Aryl hydrocarbon receptor nuclear translocator-like protein 1) (Brain and muscle ARNT-like 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PBT1","fd20a07","zgc:73262","nanog","rps27.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","40S ribosomal protein S27","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q636","fd20a07","BUB1 mitotic checkpoint serine/threonine kinase Ba","nanog","bub1ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BUB1 mitotic checkpoint serine/threonine kinase Ba (Mitotic checkpoint serine/threonine-protein kinase BUB1 beta isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RTX5","fd20a07","Metastasis-associated 1","nanog","mta1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Metastasis-associated 1 (Metastasis-associated protein MTA1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BY0","fd20a07","ndufaf7","nanog","ndufaf7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q939","fd20a07","F1Q939","nanog","nr6a1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q939","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RD19","fd20a07","rhobtb2a","nanog","rhobtb4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F2R1","fd20a07","skic3","nanog","ttc37","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Tetratricopeptide repeat domain 37 (Tetratricopeptide repeat protein 37)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZ52","fd20a07","F1QZ52","nanog","pde6d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZ52","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42115","fd20a07","O42115","nanog","arx","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O42115","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803G3","fd20a07","fc05c02","nanog","ppp2cb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0K2","fd20a07","Q6P0K2","nanog","srsf7a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0K2","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A5D3","fd20a07","B8A5D3","nanog","nars1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A5D3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q2H5","fd20a07","A0A2R8Q2H5","nanog","si:dkey-24f15.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q2H5","tf-link","27924024","regulates","txid7955" +"A5JNG8","O93312","fd20a07","O93312","nanog","foxb1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O93312","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ38","fd20a07","fzd3","nanog","fzd3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Frizzled class receptor 3a (Frizzled homolog 3) (Frizzled-3 precursor) (Frizzled3a protein) (Transmembrane receptor frizzled-3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QDI6","fd20a07","F1QDI6","nanog","mych","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QDI6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L325","fd20a07","A0A0G2L325","nanog","rrp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L325","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXD4","fd20a07","Q1LXD4","nanog","rbbp4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LXD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3W7","fd20a07","F8W3W7","nanog","erbb3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3W7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB17","fd20a07","F1RB17","nanog","pik3cd","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB17","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PH70","fd20a07","kdelr2l","nanog","kdelr2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INE2","fd20a07","A0A0R4INE2","nanog","mbd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INE2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q29ST4","fd20a07","si:dkey-13b16.1","nanog","adora2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Adenosine A2b receptor (Adenosine receptor A2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W378","fd20a07","F8W378","nanog","si:dkey-87o1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W378","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W479","fd20a07","F8W479","nanog","boka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W479","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWF0","fd20a07","rae1","nanog","rae1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","mRNA export factor (Rae1 protein homolog) (mRNA-associated protein mrnp 41)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE45","fd20a07","Q6PE45","nanog","rer1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PE45","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFQ6","fd20a07","B3DFQ6","nanog","neurod2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFQ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RLA2","fd20a07","A0A2R8RLA2","nanog","slc24a1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RLA2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2CEY8","fd20a07","Si:dkey-251i10.3","nanog","si:dkey-251i10.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L009","fd20a07","A0A0G2L009","nanog","dync1h1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2L009","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5A9","fd20a07","UFD2","nanog","ube4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin conjugation factor E4 B (EC 2.3.2.27) (Ubiquitination factor E4B, UFD2 homolog (S. cerevisiae))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZT42","fd20a07","snd1","nanog","snd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Staphylococcal nuclease domain-containing protein 1 (100 kDa coactivator) (4SNc-Tudor domain protein) (p100 co-activator)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QA78","fd20a07","F1QA78","nanog","bmp15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QA78","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4D2","fd20a07","B8A4D2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4D2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QGX8","fd20a07","E9QGX8","nanog","ldlrad4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QGX8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGL1","fd20a07","DNA helicase","nanog","chd7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A638","fd20a07","B8A638","nanog","si:dkey-9i23.15","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A638","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ITG1","fd20a07","A0A0R4ITG1","nanog","mipol1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ITG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WWB0","fd20a07","A5WWB0","nanog","usp46","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WWB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZD4","fd20a07","Q5TZD4","nanog","prkchb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZD4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q750","fd20a07","F1Q750","nanog","hcfc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q750","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q68EJ8","fd20a07","wu:fb95e09","nanog","gdpd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycerophosphodiester phosphodiesterase domain-containing 1 (Glycerophosphodiester phosphodiesterase domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q70ZY9","fd20a07","Q70ZY9","nanog","hic1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q70ZY9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA07","fd20a07","F1RA07","nanog","si:ch73-212j7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA07","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F011","fd20a07","E7F011","nanog","usf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F011","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q801U5","fd20a07","Q801U5","nanog","fkbp5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q801U5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B7ZV80","fd20a07","B7ZV80","nanog","kif22","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B7ZV80","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A651","fd20a07","zgc:165520","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Uncharacterized protein LOC571872 (Zgc:165520)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZG7","fd20a07","A0A0R4IZG7","nanog","bmpr1ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZG7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGL0","fd20a07","Tim","nanog","timeless","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein timeless homolog (Timeless circadian clock)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QPP7","fd20a07","A0A2R8QPP7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QPP7","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S8I3","fd20a07","B0S8I3","nanog","xpo4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S8I3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5Z7","fd20a07","F1R5Z7","nanog","admp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5Z7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ51","fd20a07","mpv17","nanog","mpv17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein Mpv17","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHH7","fd20a07","Q6DHH7","nanog","lzic","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHH7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BGB5","fd20a07","A2BGB5","nanog","mpzl2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2BGB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q728","fd20a07","F1Q728","nanog","coro1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q728","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C3R5","fd20a07","ndufa12l","nanog","ndufaf2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6EJB7","fd20a07","sox3","nanog","sox3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transcription factor Sox-3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q64FF9","fd20a07","Q64FF9","nanog","arnt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q64FF9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NYZ6","fd20a07","Q6NYZ6","nanog","slc25a25a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NYZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEZ3","fd20a07","F1QEZ3","nanog","slc7a6os","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEZ2","fd20a07","E7FEZ2","nanog","gigyf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FEZ2","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F525","fd20a07","E7F525","nanog","dhx29","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F525","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LW50","fd20a07","Q1LW50","nanog","znf1174","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LW50","tf-link","27924024","regulates","txid7955" +"A5JNG8","P85857","fd20a07","gdf6a","nanog","gdf6a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PC34","fd20a07","Q6PC34","nanog","hpca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PC34","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W2H3","fd20a07","F8W2H3","nanog","sox6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W2H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8WHA9","fd20a07","A8WHA9","nanog","il12rb2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8WHA9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LX51","fd20a07","wee2","nanog","wee2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Wee1-like protein kinase 2 (EC 2.7.10.2) (Wee1-like protein kinase 1B) (Wee1B kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UY98","fd20a07","B0UY98","nanog","tmem163a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UY98","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KC45","fd20a07","A8KC45","nanog","cbx8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KC45","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IUG2","fd20a07","A0A0R4IUG2","nanog","si:dkey-196j8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IUG2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSB0","fd20a07","F1QSB0","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSB0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RPL3","fd20a07","A0A2R8RPL3","nanog","si:dkeyp-46h3.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RPL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIL3","fd20a07","F1QIL3","nanog","ccdc84","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIL3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F4C0","fd20a07","E7F4C0","nanog","usp36","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F4C0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBY0","fd20a07","E7FBY0","nanog","dlc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHZ6","fd20a07","dnai4","nanog","wdr78","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","tf-link","27924024","regulates","txid7955" +"A5JNG8","I3ISQ9","fd20a07","I3ISQ9","nanog","nin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","I3ISQ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZI7","fd20a07","E7EZI7","nanog","dlg5b.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZI7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NWK1","fd20a07","Q6NWK1","nanog","capza1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NWK1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZUS3","fd20a07","Q7ZUS3","nanog","gad1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZUS3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEG5","fd20a07","polr2e","nanog","polr2eb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","DNA-directed RNA polymerase II subunit E (RPB5 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0J3","fd20a07","Q6P0J3","nanog","sp8b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P0J3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SY49","fd20a07","Q7SY49","nanog","camkv","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SY49","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRL8","fd20a07","med19b","nanog","med19b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mediator of RNA polymerase II transcription subunit 19-B (Mediator complex subunit 19-B)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RJ97","fd20a07","Q5RJ97","nanog","lbr","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RJ97","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S7W6","fd20a07","B0S7W6","nanog","spryd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S7W6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5K4","fd20a07","F1R5K4","nanog","cspp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5K4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAY0","fd20a07","F1QAY0","nanog","raly","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FA90","fd20a07","si:dkey-176g4.2","nanog","lamtor5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ragulator complex protein LAMTOR5 (Late endosomal/lysosomal adaptor and MAPK and MTOR activator 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5C1","fd20a07","E7F5C1","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F5C1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QBY1","fd20a07","nipblb","nanog","nipblb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nipped-B-like protein B","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJN4","fd20a07","B8JJN4","nanog","si:dkey-20i10.7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QWB4","fd20a07","hnrpk","nanog","hnrnpk","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein K","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802F3","fd20a07","Q802F3","nanog","selenof","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q802F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q71MM5","fd20a07","Q71MM5","nanog","dmrt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q71MM5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCV6","fd20a07","E9QCV6","nanog","tbcelb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DIS2","fd20a07","B3DIS2","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DIS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX19","fd20a07","F1QX19","nanog","zmpste24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX19","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4KWC4","fd20a07","R4KWC4","nanog","rnf111","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4KWC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RB08","fd20a07","F1RB08","nanog","crtc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RB08","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QJY5","fd20a07","A0A2R8QJY5","nanog","zmp:0000000755","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QJY5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5H1","fd20a07","B0S5H1","nanog","atp2b3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q650","fd20a07","A0A2R8Q650","nanog","tpm3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q650","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PXX5","fd20a07","A0A2R8PXX5","nanog","prrc2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PXX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQG0","fd20a07","A3KQG0","nanog","mxi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KMR8","fd20a07","A3KMR8","nanog","mafaa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KMR8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QM99","fd20a07","A0A2R8QM99","nanog","hesx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QM99","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4UU10","fd20a07","A4UU10","nanog","pbx3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A4UU10","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHJ0","fd20a07","sfrs5b","nanog","srsf5b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DGS0","fd20a07","B3DGS0","nanog","nfe2l1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DGS0","tf-link","27924024","regulates","txid7955" +"A5JNG8","U3JAQ5","fd20a07","U3JAQ5","nanog","si:dkey-21c1.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","U3JAQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A7MBV8","fd20a07","atf4b2","nanog","atf4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Activating transcription factor 4 (Zgc:171702 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0H2UKD1","fd20a07","A0A0H2UKD1","nanog","scocb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0H2UKD1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FAG4","fd20a07","E7FAG4","nanog","cep131","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FAG4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KH15","fd20a07","A3KH15","nanog","si:ch211-113g11.6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KH15","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEY0","fd20a07","bmk1","nanog","mapk7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVQ7","fd20a07","Q1LVQ7","nanog","alx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LVQ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RGX4","fd20a07","Q5RGX4","nanog","tmpoa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RGX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0VFV6","fd20a07","vimp","nanog","vimp","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Selenoprotein S (SelS) (VCP-interacting membrane protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DK35","fd20a07","B3DK35","nanog","plagl2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DK35","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PCR4","fd20a07","Q6PCR4","nanog","ranbp3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6PCR4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX32","fd20a07","RAS protein activator-like 2","nanog","rasal2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S5V5","fd20a07","B0S5V5","nanog","ctdsp1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S5V5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8C4","fd20a07","LOC100333265","nanog","LOC100333265","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteinase-activated receptor 3-like","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9JRA0","fd20a07","A9JRA0","nanog","st7l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A9JRA0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QND7","fd20a07","A0A2R8QND7","nanog","si:ch211-153a8.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QND7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NW96","fd20a07","Q6NW96","nanog","sp9","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NW96","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDA6","fd20a07","F1RDA6","nanog","ndufs1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDA6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECZ4","fd20a07","casc3","nanog","casc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein CASC3 (Cancer susceptibility candidate gene 3 protein homolog) (Metastatic lymph node protein 51 homolog) (DrMLN51) (Protein MLN 51 homolog)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QV08","fd20a07","F1QV08","nanog","rgs12a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QV08","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803W0","fd20a07","Q803W0","nanog","ddx39ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803W0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q0P3Y1","fd20a07","RAB33A, member RAS oncogene family","nanog","rab33a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","RAB33A, member RAS oncogene family (Ras-related protein Rab-33A) (Zgc:153710)","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WB99","fd20a07","X1WB99","nanog","l3mbtl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WB99","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHG8","fd20a07","ska1","nanog","ska1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Spindle and kinetochore-associated protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2L2Q2","fd20a07","Complex III subunit 9","nanog","uqcr10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Complex III subunit 9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IQI6","fd20a07","zgc:86748","nanog","rpl11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein uL5 (60S ribosomal protein L11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q741","fd20a07","F1Q741","nanog","si:ch211-111e20.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q741","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QJZ8","fd20a07","F1QJZ8","nanog","sema4gb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QJZ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QAB1","fd20a07","A0A2R8QAB1","nanog","ccnt2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QAB1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9W747","fd20a07","Q9W747","nanog","drl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q9W747","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DJ34","fd20a07","LOC560360","nanog","pip4k2aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 5-phosphate 4-kinase type-2 alpha (EC 2.7.1.149) (1-phosphatidylinositol 5-phosphate 4-kinase 2-alpha) (Diphosphoinositide kinase 2-alpha) (Phosphatidylinositol 5-phosphate 4-kinase type II alpha) (PtdIns(5)P-4-kinase isoform 2-alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3J6","fd20a07","zgc:77672","nanog","fkbp8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8R9","fd20a07","si:dkey-222b8.2","nanog","snapin","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QIK4","fd20a07","F1QIK4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QIK4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE95","fd20a07","F1QE95","nanog","ece1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE95","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD93","fd20a07","E7FD93","nanog","ddias","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD93","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QEV8","fd20a07","E9QEV8","nanog","qpctlb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QEV8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGX3","fd20a07","Q6DGX3","nanog","ankrd54","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DGX3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5XJP3","fd20a07","Q5XJP3","nanog","syngr1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5XJP3","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCY1","fd20a07","Centromere protein J","nanog","cenpj","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Centromere protein J","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LV18","fd20a07","Q1LV18","nanog","foxa3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1LV18","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QD94","fd20a07","F1QD94","nanog","si:ch73-141c7.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QD94","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y967","fd20a07","A0A286Y967","nanog","kif23","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y967","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8T0","fd20a07","E7F8T0","nanog","znf982","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8T0","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q943","fd20a07","F1Q943","nanog","cpm","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q943","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F204","fd20a07","Beta-1,4-N-acetylgalactosaminyltransferase","nanog","b4galnt4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8PXL7","fd20a07","A0A2R8PXL7","nanog","scpep1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8PXL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRK9","fd20a07","Q6DRK9","nanog","surf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DRK9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5EAQ1","fd20a07","mif4gdb","nanog","mif4gdb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","MIF4G domain-containing protein B","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RDR2","fd20a07","F1RDR2","nanog","mrps27","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RDR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QG97","fd20a07","F1QG97","nanog","sc5d","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QG97","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DG22","fd20a07","B3DG22","nanog","nkx2.4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DG22","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYQ8","fd20a07","Q5TYQ8","nanog","zc3h14","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","B6IDE7","fd20a07","FRAS1 related extracellular matrix 2b precursor","nanog","frem2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","FRAS1 related extracellular matrix 2b precursor (FRAS1-related extracellular matrix 2b) (Frem2b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q6B4","fd20a07","F1Q6B4","nanog","tmx1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q6B4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DHI1","fd20a07","Q6DHI1","nanog","zdhhc7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DHI1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RIX6","fd20a07","Q5RIX6","nanog","dus4l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5RIX6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S768","fd20a07","B0S768","nanog","mphosph8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S768","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W3X1","fd20a07","F8W3X1","nanog","stat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W3X1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6YBS2","fd20a07","Q6YBS2","nanog","cap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6YBS2","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R0X4","fd20a07","F1R0X4","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R0X4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEG9","fd20a07","F1QEG9","nanog","smurf1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEG9","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F0M9","fd20a07","E7F0M9","nanog","tmlhe","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F0M9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IWF3","fd20a07","A0A0R4IWF3","nanog","zbtb3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IWF3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A4QP78","fd20a07","cnot11","nanog","cnot11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","CCR4-NOT transcription complex subunit 11","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DEF6","fd20a07","Q6DEF6","nanog","usb1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DEF6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8C6","fd20a07","sb:cb752","nanog","akip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A kinase (PRKA)-interacting protein 1 (A-kinase-interacting protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5J5","fd20a07","F1R5J5","nanog","si:dkey-147f3.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5J5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R287","fd20a07","F1R287","nanog","fbxo3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R287","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TGY0","fd20a07","Q6TGY0","nanog","znf706","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6TGY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5PQZ5","fd20a07","SRY-box 17","nanog","sox17","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SRY-box 17 (SRY-box containing gene 17) (SRY-box transcription factor 17)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FEJ0","fd20a07","fc38b04","nanog","tsc1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Hamartin (TSC complex subunit 1b)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U396","fd20a07","Q5U396","nanog","cyp1d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U396","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QY33","fd20a07","GABA","nanog","gabarapb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QBU6","fd20a07","E9QBU6","nanog","si:dkey-93n13.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QBU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6IWL4","fd20a07","traf6","nanog","traf6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TNF receptor-associated factor 6 (EC 2.3.2.27) (E3 ubiquitin-protein ligase TRAF6) (RING-type E3 ubiquitin transferase TRAF6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ42","fd20a07","si:dkeyp-93h6.2","nanog","cdc42bpb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2BIR4","fd20a07","UBE2L3","nanog","ube2l3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q4VBJ9","fd20a07","Q4VBJ9","nanog","morn5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q4VBJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0B4J1A8","fd20a07","A0A0B4J1A8","nanog","ubash3bb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0B4J1A8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QQN4","fd20a07","F1QQN4","nanog","lrrc51","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QQN4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHJ4","fd20a07","F1QHJ4","nanog","dap","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHJ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QX23","fd20a07","F1QX23","nanog","zbtb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QX23","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TLH9","fd20a07","fc30d10","nanog","zmat2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Z2610510D14Rik (Zinc finger matrin-type protein 2) (Zinc finger, matrin-type 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IKK9","fd20a07","zgc:123234","nanog","mapk10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Stress-activated protein kinase JNK (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q566S5","fd20a07","p53 and DNA damage-regulated protein 1","nanog","pdrg1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","p53 and DNA damage-regulated protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NTI0","fd20a07","Q6NTI0","nanog","tsc22d3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NTI0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW27","fd20a07","arcn1","nanog","arcn1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Coatomer subunit delta","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P0Z0","fd20a07","LIIIa","nanog","lmnl3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Lamin L3","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4P8","fd20a07","B8A4P8","nanog","nkx1.2la","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A4P8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TYS1","fd20a07","Q5TYS1","nanog","foxo3b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TYS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R8J8","fd20a07","F1R8J8","nanog","luc7l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R8J8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3I7","fd20a07","Q6P3I7","nanog","arl4ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6P3I7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q828","fd20a07","A0A2R8Q828","nanog","gemin2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q828","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QE86","fd20a07","F1QE86","nanog","zdhhc8a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QE86","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZA8","fd20a07","F1QZA8","nanog","slc2a9l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZA8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXR2","fd20a07","F1QXR2","nanog","maml3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXR2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QDV5","fd20a07","A0A2R8QDV5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QDV5","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QF83","fd20a07","E9QF83","nanog","phldb2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QF83","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QQ11","fd20a07","A0A2R8QQ11","nanog","spdl1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QQ11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q631","fd20a07","F1Q631","nanog","gfra4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q631","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4I9P9","fd20a07","A0A0R4I9P9","nanog","ostc","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4I9P9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DG75","fd20a07","Q6DG75","nanog","foxi1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6DG75","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803E5","fd20a07","etf1","nanog","etf1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic peptide chain release factor subunit 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9T1","fd20a07","A0A2R8Q9T1","nanog","tox","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q9T1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q2TJA6","fd20a07","nkd1","nanog","nkd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Protein naked cuticle homolog 1 (Naked-1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFQ1","fd20a07","cb536","nanog","capns1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Calpain, small subunit 1 b (Capns1b protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RIR6","fd20a07","A0A2R8RIR6","nanog","chl1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RIR6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QGJ3","fd20a07","F1QGJ3","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QGJ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LYB7","fd20a07","Large ribosomal subunit protein uL13","nanog","rpl13a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Large ribosomal subunit protein uL13 (60S ribosomal protein L13a)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IBT4","fd20a07","A0A0R4IBT4","nanog","trim24","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IBT4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAN8","fd20a07","F1RAN8","nanog","rap1gds1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ33","fd20a07","Q5TZ33","nanog","sash1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ33","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QKJ7","fd20a07","F1QKJ7","nanog","dbpa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QKJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IM82","fd20a07","A0A0R4IM82","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IM82","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9I9E9","fd20a07","eif2s1","nanog","eif2s1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IJV5","fd20a07","ATP-dependent RNA helicase","nanog","ddx52","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A2VD36","fd20a07","A2VD36","nanog","si:ch211-201h21.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A2VD36","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q3B745","fd20a07","Q3B745","nanog","ube2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q3B745","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JJL6","fd20a07","B8JJL6","nanog","frmd6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JJL6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1RLQ8","fd20a07","Q1RLQ8","nanog","pmp22b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1RLQ8","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FFX5","fd20a07","E7FFX5","nanog","si:ch73-304f21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FFX5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFI3","fd20a07","F1QFI3","nanog","rasgrp3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFI3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PFT0","fd20a07","zgc:64103","nanog","flot2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Flotillin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUQ0","fd20a07","si:ch211-214p16.3","nanog","iars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","isoleucine--tRNA ligase (EC 6.1.1.5) (Isoleucyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RE15","fd20a07","F1RE15","nanog","mogat3a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RE15","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QH89","fd20a07","F1QH89","nanog","znf800a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QH89","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUW5","fd20a07","anp32e","nanog","anp32e","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Acidic leucine-rich nuclear phosphoprotein 32 family member E","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E7G4","fd20a07","A8E7G4","nanog","dennd10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E7G4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6PE18","fd20a07","pi4k2a","nanog","pi4k2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Phosphatidylinositol 4-kinase type 2-alpha (EC 2.7.1.67) (Phosphatidylinositol 4-kinase type II-alpha)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RBN9","fd20a07","F1RBN9","nanog","tmem198a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RBN9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QU11","fd20a07","F1QU11","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QU11","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7L0","fd20a07","F1R7L0","nanog","tdh2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7L0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4II65","fd20a07","A0A0R4II65","nanog","cyp2aa4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4II65","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PMJ7","fd20a07","zgc:86632","nanog","stx12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Syntaxin 12 (Syntaxin-12 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0A0MPH5","fd20a07","A0A0A0MPH5","nanog","si:ch211-147h1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0A0MPH5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5RJ79","fd20a07","fam60a","nanog","sinhcaf","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Family with sequence similarity 60, member A (Protein FAM60A) (SIN3-HDAC complex-associated factor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y8U4","fd20a07","A0A286Y8U4","nanog","ipo11","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y8U4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q9PUC4","fd20a07","unp309","nanog","psme2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EYX4","fd20a07","E7EYX4","nanog","mst1ra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EYX4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F520","fd20a07","E7F520","nanog","tiam1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F520","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1REQ4","fd20a07","F1REQ4","nanog","ngdn","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1REQ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q802D5","fd20a07","pfn2","nanog","pfn2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Profilin","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T3L3","fd20a07","GP96","nanog","hsp90b1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endoplasmin (Heat shock protein 90 kDa beta member 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A286Y9U5","fd20a07","A0A286Y9U5","nanog","aars2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A286Y9U5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q98SH9","fd20a07","Q98SH9","nanog","hoxc1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q98SH9","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6U7","fd20a07","eral1","nanog","eral1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","GTPase Era, mitochondrial (ERA-like protein 1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A9C4A5","fd20a07","fk47c06","nanog","ppardb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8S1","fd20a07","E7F8S1","nanog","egln2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F8S1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W272","fd20a07","F8W272","nanog","znhit6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W272","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UYH6","fd20a07","rpap2","nanog","rpap2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Putative RNA polymerase II subunit B1 CTD phosphatase rpap2 (EC 3.1.3.16) (RNA polymerase II-associated protein 2)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IFT8","fd20a07","zgc:165650","nanog","usp47","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ubiquitin carboxyl-terminal hydrolase 47 (Deubiquitinating enzyme 47) (Ubiquitin thioesterase 47) (Ubiquitin-specific-processing protease 47)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90XR9","fd20a07","fb16e12","nanog","cldne","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Claudin","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMM1","fd20a07","F1QMM1","nanog","mdn1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMM1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWC3","fd20a07","Q7ZWC3","nanog","nudt1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZWC3","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5WVN5","fd20a07","A5WVN5","nanog","uri1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A5WVN5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3H8","fd20a07","ogr","nanog","racgap1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Rac GTPase-activating protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMJ9","fd20a07","F1QMJ9","nanog","si:ch211-190p8.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMJ9","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q08BD8","fd20a07","Q08BD8","nanog","mtfr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q08BD8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KQS6","fd20a07","A3KQS6","nanog","gabpb2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KQS6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QHC0","fd20a07","A0A2R8QHC0","nanog","tlx2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QHC0","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LXR3","fd20a07","rrbp1","nanog","rrbp1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ribosome-binding protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NZZ2","fd20a07","arpc4","nanog","arpc4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Actin-related protein 2/3 complex subunit 4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYC7","fd20a07","Q7SYC7","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7SYC7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUN8","fd20a07","F1QUN8","nanog","acta1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8E5F3","fd20a07","A8E5F3","nanog","glod4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8E5F3","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WDZ4","fd20a07","X1WDZ4","nanog","si:ch211-189a21.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WDZ4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R1H3","fd20a07","F1R1H3","nanog","ska3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R1H3","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R3H5","fd20a07","F1R3H5","nanog","spty2d1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R3H5","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QAE7","fd20a07","F1QAE7","nanog","pcmtd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QAE7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KNS1","fd20a07","A0A0G2KNS1","nanog","LOC561325","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KNS1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0S6F4","fd20a07","B0S6F4","nanog","mknk2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0S6F4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Z7","fd20a07","si:dkey-4c23.7","nanog","dnal4b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Dynein light chain","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IRC4","fd20a07","A0A0R4IRC4","nanog","lrrfip1b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IRC4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAP1","fd20a07","F1RAP1","nanog","ipmka","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RAP1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R5Z2","fd20a07","F1R5Z2","nanog","fndc1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R5Z2","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DGV5","fd20a07","zgc:92757","nanog","rab10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras-related protein Rab-10","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F8A6","fd20a07","B-cell lymphoma/leukemia 10 isoform X1","nanog","bcl10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B-cell lymphoma/leukemia 10 isoform X1 (BCL10 immune-signaling adaptor)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZC1","fd20a07","F1QZC1","nanog","rbfox2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZC1","tf-link","27924024","regulates","txid7955" +"A5JNG8","X1WEI9","fd20a07","X1WEI9","nanog","znf1028","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","X1WEI9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q9H3","fd20a07","Small integral membrane protein 20","nanog","smim20","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Small integral membrane protein 20","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R7I8","fd20a07","F1R7I8","nanog","batf3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R7I8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F8W5H1","fd20a07","F8W5H1","nanog","mtm1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F8W5H1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RA02","fd20a07","F1RA02","nanog","cyp46a1.4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1RA02","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DFP2","fd20a07","B3DFP2","nanog","uqcc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DFP2","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IVC8","fd20a07","Cox5a2","nanog","cox5ab","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cytochrome c oxidase subunit 5A, mitochondrial (Cytochrome c oxidase polypeptide Va)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6NUV6","fd20a07","Q6NUV6","nanog","gadd45gb.1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q6NUV6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1LVQ2","fd20a07","sh3bp4a","nanog","sh3bp4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","SH3 domain-binding protein 4-A","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQN0","fd20a07","A0A0R4IQN0","nanog","si:ch211-162e15.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQN0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IZE5","fd20a07","A0A0R4IZE5","nanog","ndr2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IZE5","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DBR9","fd20a07","kxd1","nanog","kxd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","KxDL motif-containing protein 1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F5Q0","fd20a07","Cache domain-containing 1","nanog","cachd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cache domain-containing 1 (VWFA and cache domain-containing protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1RAM9","fd20a07","zgc:76996","nanog","tmed7","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Transmembrane emp24 domain-containing protein 7 precursor (Transmembrane p24-trafficking protein 7)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IQL7","fd20a07","A0A0R4IQL7","nanog","pax6b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IQL7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1MTH6","fd20a07","Q1MTH6","nanog","pdcd2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1MTH6","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QZQ5","fd20a07","F1QZQ5","nanog","zmp:0000001316","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QZQ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A3KH10","fd20a07","A3KH10","nanog","isg20l2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A3KH10","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QSM7","fd20a07","F1QSM7","nanog","scarb2c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QSM7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1L8D0","fd20a07","cb507","nanog","cdon","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYE0","fd20a07","atg13","nanog","atg13","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Autophagy-related protein 13","tf-link","27924024","regulates","txid7955" +"A5JNG8","B3DHP4","fd20a07","B3DHP4","nanog","foxl2l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B3DHP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5TZ24","fd20a07","Q5TZ24","nanog","moxd1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5TZ24","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q4N8","fd20a07","F1Q4N8","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q4N8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZWB4","fd20a07","ARL6IP","nanog","arl6ip1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QHZ1","fd20a07","F1QHZ1","nanog","rad23aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QHZ1","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q803C7","fd20a07","Q803C7","nanog","lmbr1l","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q803C7","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F3N6","fd20a07","TCF3","nanog","tfpt","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","TCF3 (E2A) fusion partner (TCF3 fusion partner)","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5U378","fd20a07","Q5U378","nanog","tbce","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q5U378","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42202","fd20a07","neurod1","nanog","neurod1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Neurogenic differentiation factor 1 (NeuroD) (NeuroD1)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B5RHZ3","fd20a07","B5RHZ3","nanog","snx33","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B5RHZ3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZT06","fd20a07","Q7ZT06","nanog","enc3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7ZT06","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5PLK0","fd20a07","im:7150627","nanog","kcnk1a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q503Y8","fd20a07","Q503Y8","nanog","eurl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q503Y8","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7SYB8","fd20a07","zgc:63701","nanog","gys1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Glycogen [starch] synthase (EC 2.4.1.11)","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A4Q2","fd20a07","pdxk","nanog","pdxkb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Pyridoxal kinase (EC 2.7.1.35) (Pyridoxine kinase)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QXP4","fd20a07","F1QXP4","nanog","cgnb","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QXP4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RX70","fd20a07","A0A2R8RX70","nanog","nat10","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RX70","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8QN78","fd20a07","A0A2R8QN78","nanog","sorbs2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8QN78","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FCG1","fd20a07","E7FCG1","nanog","arfgef2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FCG1","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q5N9","fd20a07","F1Q5N9","nanog","si:ch211-106h11.3","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q5N9","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IN59","fd20a07","A0A0R4IN59","nanog","si:ch73-281k2.5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IN59","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QIH3","fd20a07","E9QIH3","nanog","lrrc8aa","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QIH3","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6TA36","fd20a07","BHLH transcription factor","nanog","her12","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","BHLH transcription factor (Hairy-related 12)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FBG0","fd20a07","E7FBG0","nanog","pknox1.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FBG0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4ICS4","fd20a07","A0A0R4ICS4","nanog","purg","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4ICS4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8Q4Z6","fd20a07","A0A2R8Q4Z6","nanog","kmt2ba","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8Q4Z6","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0G2KHE4","fd20a07","A0A0G2KHE4","nanog","cnnm4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0G2KHE4","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QF91","fd20a07","F1QF91","nanog","itgb5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QF91","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7T399","fd20a07","Q7T399","nanog","rhoca","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q7T399","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7F6Q1","fd20a07","E7F6Q1","nanog","mxd4","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7F6Q1","tf-link","27924024","regulates","txid7955" +"A5JNG8","B0UXF7","fd20a07","B0UXF7","nanog","col4a5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B0UXF7","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QEV7","fd20a07","F1QEV7","nanog","spint2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QEV7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q1ECW7","fd20a07","Q1ECW7","nanog","slc25a47a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q1ECW7","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q7ZW09","fd20a07","zgc:55429","nanog","hnrnpl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Heterogeneous nuclear ribonucleoprotein L (Zgc:55429)","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1Q8Q4","fd20a07","F1Q8Q4","nanog","pick1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1Q8Q4","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EXE9","fd20a07","im:7158869","nanog","rbbp6","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E3 ubiquitin-protein ligase RBBP6 isoform 1 (EC 2.3.2.27) (Retinoblastoma-binding protein 6)","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FD66","fd20a07","E7FD66","nanog","aass","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FD66","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QMZ6","fd20a07","F1QMZ6","nanog","ncalda","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QMZ6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q90W33","fd20a07","Q90W33","nanog","hic2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Q90W33","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q5YLG6","fd20a07","OTTDARP00000007023","nanog","rhov","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Ras homolog gene family, member V (Ras family GTPase) (Ras homolog family member V) (Rho-related GTP-binding protein RhoV)","tf-link","27924024","regulates","txid7955" +"A5JNG8","R4GE60","fd20a07","R4GE60","nanog","spred2a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","R4GE60","tf-link","27924024","regulates","txid7955" +"A5JNG8","F6PCB5","fd20a07","F6PCB5","nanog","znf576.2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F6PCB5","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A2R8RXU6","fd20a07","A0A2R8RXU6","nanog","ssh2b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A2R8RXU6","tf-link","27924024","regulates","txid7955" +"A5JNG8","M1ZML1","fd20a07","M1ZML1","nanog","nanos2","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","M1ZML1","tf-link","27924024","regulates","txid7955" +"A5JNG8","E9QCD6","fd20a07","E9QCD6","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E9QCD6","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8A514","fd20a07","B8A514","nanog","gdap1l1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8A514","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7FGH4","fd20a07","E7FGH4","nanog","tmem106c","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7FGH4","tf-link","27924024","regulates","txid7955" +"A5JNG8","A8KC31","fd20a07","A8KC31","nanog","wdr45b","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A8KC31","tf-link","27924024","regulates","txid7955" +"A5JNG8","E7EZW6","fd20a07","E7EZW6","nanog","srpra","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","E7EZW6","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6P3G9","fd20a07","txndc4","nanog","erp44","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Endoplasmic reticulum protein 44 (Endoplasmic reticulum resident protein 44) (Thioredoxin domain containing 4 (Endoplasmic reticulum))","tf-link","27924024","regulates","txid7955" +"A5JNG8","Q6DRK4","fd20a07","zgc:110313","nanog","rfc5","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Replication factor C (activator 1) 5 (Replication factor C subunit 5) (Replication factor C subunit RFC5)","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4INU8","fd20a07","A0A0R4INU8","nanog","ccdc50","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4INU8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QFY0","fd20a07","F1QFY0","nanog","arhgap4a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QFY0","tf-link","27924024","regulates","txid7955" +"A5JNG8","A0A0R4IYN8","fd20a07","A0A0R4IYN8","nanog","sdad1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","A0A0R4IYN8","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1R2G5","fd20a07","F1R2G5","nanog","-","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1R2G5","tf-link","27924024","regulates","txid7955" +"A5JNG8","O42606","fd20a07","O42606","nanog","neurog1","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","O42606","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QUM9","fd20a07","F1QUM9","nanog","si:dkey-66i24.8","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QUM9","tf-link","27924024","regulates","txid7955" +"A5JNG8","F1QLZ5","fd20a07","F1QLZ5","nanog","sinhcafl","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","F1QLZ5","tf-link","27924024","regulates","txid7955" +"A5JNG8","B8JIJ7","fd20a07","B8JIJ7","nanog","rdh14a","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","B8JIJ7","tf-link","27924024","regulates","txid7955" +"A5JNG8","A5JNG8","fd20a07","fd20a07","nanog","nanog","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","Nanog (Nanog protein) (Ovary-expressed homeobox protein) (Zgc:193933)","tf-link","27924024","regulates","txid7955" +"Q07998","A0A2R9YJP8","tbxta","A0A2R9YJP8","tbxta","gata2a","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"Q07998","F1R6B2","tbxta","F1R6B2","tbxta","eve1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","F1R6B2","tf-link","27924024","regulates","txid7955" +"Q07998","O57460","tbxta","O57460","tbxta","tll1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","O57460","tf-link","27924024","regulates","txid7955" +"Q07998","Q7SY24","tbxta","prkcbb","tbxta","prkcbb","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Protein kinase C beta type (PKC-B) (PKC-beta) (EC 2.7.11.13)","tf-link","27924024","regulates","txid7955" +"Q07998","Q6TGS9","tbxta","Q6TGS9","tbxta","ubl3b","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q6TGS9","tf-link","27924024","regulates","txid7955" +"Q07998","B0S8J0","tbxta","B0S8J0","tbxta","lypd6b","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","B0S8J0","tf-link","27924024","regulates","txid7955" +"Q07998","F1QYJ6","tbxta","sult6b1","tbxta","sult6b1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Sulfotransferase 6B1 (EC 2.8.2.-) (Thyroxine sulfotransferase) (EC 2.8.2.n2)","tf-link","27924024","regulates","txid7955" +"Q07998","A5PF35","tbxta","A5PF35","tbxta","pphln1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A5PF35","tf-link","27924024","regulates","txid7955" +"Q07998","Q9DGM9","tbxta","Q9DGM9","tbxta","vent","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q9DGM9","tf-link","27924024","regulates","txid7955" +"Q07998","F1QGM0","tbxta","F1QGM0","tbxta","lgals1l1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","F1QGM0","tf-link","27924024","regulates","txid7955" +"Q07998","Q6DHL3","tbxta","Q6DHL3","tbxta","-","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q6DHL3","tf-link","27924024","regulates","txid7955" +"Q07998","A0A1D5NSB6","tbxta","A0A1D5NSB6","tbxta","ntn5","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A0A1D5NSB6","tf-link","27924024","regulates","txid7955" +"Q07998","Q6EFA1","tbxta","Q6EFA1","tbxta","sulf1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q6EFA1","tf-link","27924024","regulates","txid7955" +"Q07998","A0A0J9YJ67","tbxta","A0A0J9YJ67","tbxta","bif1.1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A0A0J9YJ67","tf-link","27924024","regulates","txid7955" +"Q07998","F1QTC2","tbxta","cb444","tbxta","ppp1r3ca","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"Q07998","Q90ZL1","tbxta","Q90ZL1","tbxta","msgn1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q90ZL1","tf-link","27924024","regulates","txid7955" +"Q07998","A0A0R4IT86","tbxta","cb33","tbxta","kirrel3l","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"Q07998","A0A0R4IPD0","tbxta","A0A0R4IPD0","tbxta","siah1","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"Q07998","Q90274","tbxta","sna-1","tbxta","snai1a","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Sna-1 protein (Snai1a protein) (Snail family zinc finger 1a)","tf-link","27924024","regulates","txid7955" +"Q07998","Q6W9E1","tbxta","Q6W9E1","tbxta","figla","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","Q6W9E1","tf-link","27924024","regulates","txid7955" +"Q07998","A8B8W4","tbxta","A8B8W4","tbxta","larp6b","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","A8B8W4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R9M5","Q05AJ3","F1R9M5","gata1a","mfsd4b","Q05AJ3","F1R9M5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIX0","Q05AJ3","Q5RIX0","gata1a","akap7","Q05AJ3","Q5RIX0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQS2","Q05AJ3","A0A0R4IQS2","gata1a","usp25","Q05AJ3","A0A0R4IQS2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZVA3","Q05AJ3","cb831","gata1a","sh3gl1b","Q05AJ3","Endophilin-A2 (Endophilin-2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WVL6","Q05AJ3","ctsl1a","gata1a","ctsla","Q05AJ3","Cathepsin L1 isoform X2 (Cathepsin La)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ITS5","Q05AJ3","A0A0R4ITS5","gata1a","dyrk2","Q05AJ3","A0A0R4ITS5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHV5","Q05AJ3","E9QHV5","gata1a","mier1b","Q05AJ3","E9QHV5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R483","Q05AJ3","F1R483","gata1a","hprt1l","Q05AJ3","F1R483","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IAX4","Q05AJ3","A0A0R4IAX4","gata1a","tmem42a","Q05AJ3","A0A0R4IAX4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3X1","Q05AJ3","F1R3X1","gata1a","rrp15","Q05AJ3","F1R3X1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F5P0","Q05AJ3","F-box only protein 31 isoform X1","gata1a","fbxo31","Q05AJ3","F-box only protein 31 isoform X1 (F-box protein 31)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IUG8","Q05AJ3","A0A0R4IUG8","gata1a","ppp1r13bb","Q05AJ3","A0A0R4IUG8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHG6","Q05AJ3","Im:7138535","gata1a","im:7138535","Q05AJ3","Im:7138535 (Uncharacterized protein LOC797998)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IGE1","Q05AJ3","A0A0R4IGE1","gata1a","si:ch211-207b24.4","Q05AJ3","A0A0R4IGE1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0N4SU43","Q05AJ3","A0A0N4SU43","gata1a","si:ch211-271b14.1","Q05AJ3","A0A0N4SU43","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L9B2","Q05AJ3","Q1L9B2","gata1a","senp7b","Q05AJ3","Q1L9B2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2W1","Q05AJ3","F1R2W1","gata1a","dhrs13a.3","Q05AJ3","F1R2W1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHF3","Q05AJ3","fb02f11","gata1a","synj1","Q05AJ3","phosphoinositide 5-phosphatase (EC 3.1.3.36)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q3S9","Q05AJ3","A0A2R8Q3S9","gata1a","clcc1","Q05AJ3","A0A2R8Q3S9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QMX7","Q05AJ3","F1QMX7","gata1a","osgn1","Q05AJ3","F1QMX7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBM7","Q05AJ3","fam76b","gata1a","fam76b","Q05AJ3","Protein FAM76B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DBR3","Q05AJ3","Q6DBR3","gata1a","adprh","Q05AJ3","Q6DBR3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMI2","Q05AJ3","Zinc finger FYVE domain-containing protein 9 isoform X1","gata1a","zfyve9a","Q05AJ3","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QE62","Q05AJ3","F1QE62","gata1a","hibadhb","Q05AJ3","F1QE62","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZT8","Q05AJ3","E7EZT8","gata1a","si:ch211-262i1.5","Q05AJ3","E7EZT8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FEV0","Q05AJ3","wdr81","gata1a","wdr81","Q05AJ3","WD repeat-containing protein 81","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6AZB3","Q05AJ3","Q6AZB3","gata1a","ciapin1","Q05AJ3","Q6AZB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8W7","Q05AJ3","F1R8W7","gata1a","rnf5","Q05AJ3","F1R8W7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DIM7","Q05AJ3","B3DIM7","gata1a","knstrn","Q05AJ3","B3DIM7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R1S9","Q05AJ3","F1R1S9","gata1a","rybpa","Q05AJ3","F1R1S9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QIE5","Q05AJ3","E9QIE5","gata1a","-","Q05AJ3","E9QIE5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W5S7","Q05AJ3","F8W5S7","gata1a","egln3","Q05AJ3","F8W5S7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FEE4","Q05AJ3","E7FEE4","gata1a","wdr37","Q05AJ3","E7FEE4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q642H9","Q05AJ3","rps4x","gata1a","rps4x","Q05AJ3","Small ribosomal subunit protein eS4 (40S ribosomal protein S4, X isoform)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W2D1","Q05AJ3","wu:fb34f09","gata1a","fkbp4","Q05AJ3","peptidylprolyl isomerase (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QB24","Q05AJ3","Meckelin isoform X2","gata1a","tmem67","Q05AJ3","Meckelin isoform X2 (Transmembrane protein 67)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CF49","Q05AJ3","fc23d07","gata1a","ptpa","Q05AJ3","Serine/threonine-protein phosphatase 2A activator (EC 5.2.1.8) (Phosphotyrosyl phosphatase activator)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IRQ1","Q05AJ3","A0A0R4IRQ1","gata1a","si:ch73-341k19.1","Q05AJ3","A0A0R4IRQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PI20","Q05AJ3","h3f3a; h3f3b.1; h3-5; h3f3d","gata1a","h3f3a;h3f3b.1;h3-5;h3f3d","Q05AJ3","Histone H3.3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZ33","Q05AJ3","A0A0R4IZ33","gata1a","tollip","Q05AJ3","A0A0R4IZ33","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IHX2","Q05AJ3","A0A0R4IHX2","gata1a","klhdc4","Q05AJ3","A0A0R4IHX2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JG61","Q05AJ3","epb41","gata1a","epb41b","Q05AJ3","Protein 4.1 (Band 4.1) (Erythrocyte membrane protein band 4.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F6M4","Q05AJ3","ADP-dependent glucokinase","gata1a","adpgk2","Q05AJ3","ADP-dependent glucokinase","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQV0","Q05AJ3","im:6891713","gata1a","-","Q05AJ3","Casein kinase II alpha 1 subunit (EC 2.7.11.1) (Zgc:86598)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R759","Q05AJ3","F1R759","gata1a","gemin4","Q05AJ3","F1R759","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGN0","Q05AJ3","A2BGN0","gata1a","mmab","Q05AJ3","A2BGN0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R0B7","Q05AJ3","F1R0B7","gata1a","gskip","Q05AJ3","F1R0B7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QVZ9","Q05AJ3","F1QVZ9","gata1a","dusp8a","Q05AJ3","F1QVZ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXR8","Q05AJ3","si:dkey-85p17.3","gata1a","si:dkey-85p17.3","Q05AJ3","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSX1","Q05AJ3","A0A1D5NSX1","gata1a","vps13c","Q05AJ3","A0A1D5NSX1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KGZ6","Q05AJ3","ppp3cc","gata1a","ppp3cca","Q05AJ3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LYL9","Q05AJ3","Q1LYL9","gata1a","rpp25l","Q05AJ3","Q1LYL9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QDS3","Q05AJ3","F1QDS3","gata1a","gramd1a","Q05AJ3","F1QDS3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHD0","Q05AJ3","Histone acetyltransferase","gata1a","kat5a","Q05AJ3","Histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFB9","Q05AJ3","F1QFB9","gata1a","-","Q05AJ3","F1QFB9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQC6","Q05AJ3","zgc:86833","gata1a","psmd4a","Q05AJ3","26S proteasome non-ATPase regulatory subunit 4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FC32","Q05AJ3","si:ch211-122i22.4","gata1a","tubb1","Q05AJ3","Tubulin beta chain","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5K6","Q05AJ3","ATP-binding cassette sub-family B member 10, mitochondrial","gata1a","abcb10","Q05AJ3","ATP-binding cassette sub-family B member 10, mitochondrial (ATP-binding cassette, sub-family B (MDR/TAP), member 10)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIT7","Q05AJ3","F1QIT7","gata1a","cmss1","Q05AJ3","F1QIT7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4V925","Q05AJ3","bad","gata1a","badb","Q05AJ3","BCL2-antagonist of cell death (BCL2-antagonist of cell death b isoform X1) (BCL2-associated agonist of cell death b) (Bad protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCS2","Q05AJ3","F1QCS2","gata1a","os9","Q05AJ3","F1QCS2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QWM0","Q05AJ3","F1QWM0","gata1a","snapc3","Q05AJ3","F1QWM0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNW4","Q05AJ3","F1QNW4","gata1a","gas8","Q05AJ3","F1QNW4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q58EF6","Q05AJ3","Q58EF6","gata1a","-","Q05AJ3","Q58EF6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3QK40","Q05AJ3","A3QK40","gata1a","ncor1","Q05AJ3","A3QK40","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RH26","Q05AJ3","Q5RH26","gata1a","atp5f1c","Q05AJ3","Q5RH26","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JJX1","Q05AJ3","B8JJX1","gata1a","si:ch73-54n14.2","Q05AJ3","B8JJX1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S6P6","Q05AJ3","ddx3","gata1a","ddx3xa","Q05AJ3","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F9K9","Q05AJ3","SUMO-specific peptidase 2","gata1a","senp2","Q05AJ3","SUMO-specific peptidase 2 (Sentrin-specific protease 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FA21","Q05AJ3","smcr8a","gata1a","smcr8a","Q05AJ3","Guanine nucleotide exchange protein smcr8a (Smith-Magenis syndrome chromosomal region candidate gene 8 protein homolog A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QME8","Q05AJ3","F1QME8","gata1a","slx4ip","Q05AJ3","F1QME8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NWC3","Q05AJ3","fc94f01","gata1a","rps2","Q05AJ3","Small ribosomal subunit protein uS5 (40S ribosomal protein S2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6PBL6","Q05AJ3","wu:fa19h06","gata1a","cops7a","Q05AJ3","COP9 constitutive photomorphogenic homolog subunit 7A (COP9 signalosome complex subunit 7a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QLX3","Q05AJ3","A0A2R8QLX3","gata1a","atp2b4","Q05AJ3","A0A2R8QLX3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503F3","Q05AJ3","Q503F3","gata1a","trmt112","Q05AJ3","Q503F3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R9YJI0","Q05AJ3","A0A2R9YJI0","gata1a","rab34b","Q05AJ3","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0UXP9","Q05AJ3","impdh2","gata1a","impdh2","Q05AJ3","Inosine-5'-monophosphate dehydrogenase 2 (IMP dehydrogenase 2) (IMPD 2) (IMPDH 2) (EC 1.1.1.205)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHC5","Q05AJ3","F1QHC5","gata1a","phax","Q05AJ3","F1QHC5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PN55","Q05AJ3","zgc:100941","gata1a","me2","Q05AJ3","Malic enzyme","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R7F0","Q05AJ3","F1R7F0","gata1a","klf6a","Q05AJ3","F1R7F0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FH41","Q05AJ3","RING-type E3 ubiquitin transferase","gata1a","rlim","Q05AJ3","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHP6","Q05AJ3","Q6DHP6","gata1a","narf","Q05AJ3","Q6DHP6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R543","Q05AJ3","pom121","gata1a","-","Q05AJ3","Nuclear envelope pore membrane protein POM 121 (Wu:fb30f12)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QSC8","Q05AJ3","A0A2R8QSC8","gata1a","slc12a7a","Q05AJ3","A0A2R8QSC8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QI17","Q05AJ3","E9QI17","gata1a","cpt1ab","Q05AJ3","E9QI17","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QW97","Q05AJ3","fc18h09","gata1a","sp1","Q05AJ3","Sp1 transcription factor (Transcription factor Sp1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZ00","Q05AJ3","A0A0R4IZ00","gata1a","lamp2","Q05AJ3","A0A0R4IZ00","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R433","Q05AJ3","F1R433","gata1a","cyhr1","Q05AJ3","F1R433","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8PXT7","Q05AJ3","A0A2R8PXT7","gata1a","-","Q05AJ3","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUK1","Q05AJ3","micos13","gata1a","micos13","Q05AJ3","MICOS complex subunit MIC13","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUJ1","Q05AJ3","deltex3","gata1a","dtx3","Q05AJ3","E3 ubiquitin-protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY99","Q05AJ3","F1QY99","gata1a","-","Q05AJ3","F1QY99","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T339","Q05AJ3","chmp5","gata1a","chmp5","Q05AJ3","Charged multivesicular body protein 5 (Chromatin-modifying protein 5)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KLE5","Q05AJ3","A0A0G2KLE5","gata1a","si:dkey-237i9.1","Q05AJ3","A0A0G2KLE5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJE0","Q05AJ3","fb33d01","gata1a","uqcrc2a","Q05AJ3","Ubiquinol-cytochrome c reductase core protein 2a (Ubiquinol-cytochrome c reductase core protein II (EC 1.10.2.2))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WD36","Q05AJ3","X1WD36","gata1a","si:ch73-250a16.5","Q05AJ3","X1WD36","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QTX4","Q05AJ3","F1QTX4","gata1a","ubxn1","Q05AJ3","F1QTX4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QTI1","Q05AJ3","F1QTI1","gata1a","clic2","Q05AJ3","F1QTI1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJ35","Q05AJ3","F1QJ35","gata1a","nrbp2b","Q05AJ3","F1QJ35","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4G5W2","Q05AJ3","rtn4","gata1a","rtn4a","Q05AJ3","Reticulon","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZTZ2","Q05AJ3","rsl24d1","gata1a","rsl24d1","Q05AJ3","Probable ribosome biogenesis protein RLP24 (Ribosomal L24 domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHQ0","Q05AJ3","Q6DHQ0","gata1a","cdk2ap2","Q05AJ3","Q6DHQ0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKS5","Q05AJ3","F1QKS5","gata1a","drosha","Q05AJ3","F1QKS5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B7ZDD5","Q05AJ3","fancj","gata1a","brip1","Q05AJ3","BRCA1-interacting helicase 1 (Fanconi anemia group J protein (EC 3.6.4.13))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBY3","Q05AJ3","Q6PBY3","gata1a","edf1","Q05AJ3","Q6PBY3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3Q3","Q05AJ3","F1R3Q3","gata1a","sept6","Q05AJ3","F1R3Q3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TNS2","Q05AJ3","Q6TNS2","gata1a","pak1ip1","Q05AJ3","Q6TNS2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QM29","Q05AJ3","F1QM29","gata1a","rpgrb","Q05AJ3","F1QM29","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIC1","Q05AJ3","F1QIC1","gata1a","nfil3-6","Q05AJ3","F1QIC1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IIR6","Q05AJ3","A0A0R4IIR6","gata1a","spink2.1","Q05AJ3","A0A0R4IIR6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GEK9","Q05AJ3","R4GEK9","gata1a","trmo","Q05AJ3","R4GEK9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9I7","Q05AJ3","d254","gata1a","snx1a","Q05AJ3","Sorting nexin 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSR4","Q05AJ3","A0A1D5NSR4","gata1a","chd9","Q05AJ3","A0A1D5NSR4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R0M9","Q05AJ3","TDRD2","gata1a","tdrkh","Q05AJ3","Tudor and KH domain-containing","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUV7","Q05AJ3","F1QUV7","gata1a","gars1","Q05AJ3","F1QUV7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QX93","Q05AJ3","F1QX93","gata1a","eci1","Q05AJ3","F1QX93","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WWG2","Q05AJ3","cip1","gata1a","cdkn1a","Q05AJ3","Cyclin-dependent kinase inhibitor 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q90VY7","Q05AJ3","prep1","gata1a","pknox1.1","Q05AJ3","Homeobox protein PKNOX1 (Homeodomain transcription factor Prep1) (Pbx/knotted 1 homeobox 1.1) (Pbx/knotted-1 homeobox Prep1.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QK18","Q05AJ3","F1QK18","gata1a","dph1","Q05AJ3","F1QK18","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IKH3","Q05AJ3","A0A0R4IKH3","gata1a","-","Q05AJ3","A0A0R4IKH3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKQ7","Q05AJ3","F1QKQ7","gata1a","terf1","Q05AJ3","F1QKQ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QDM9","Q05AJ3","F1QDM9","gata1a","apodb","Q05AJ3","F1QDM9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IBD8","Q05AJ3","A0A0R4IBD8","gata1a","itchb","Q05AJ3","A0A0R4IBD8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WFB6","Q05AJ3","X1WFB6","gata1a","atg2b","Q05AJ3","X1WFB6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F467","Q05AJ3","E7F467","gata1a","si:ch1073-513e17.1","Q05AJ3","E7F467","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGL9","Q05AJ3","si:dkey-1f1.2","gata1a","rpl38","Q05AJ3","Large ribosomal subunit protein eL38 (60S ribosomal protein L38)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4II16","Q05AJ3","zgc:92785","gata1a","psmf1","Q05AJ3","Proteasome inhibitor PI31 subunit","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4IG32","Q05AJ3","micu1","gata1a","micu1","Q05AJ3","Calcium uptake protein 1, mitochondrial (Calcium-binding atopy-related autoantigen 1 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QBL4","Q05AJ3","E9QBL4","gata1a","brwd3","Q05AJ3","E9QBL4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DEN0","Q05AJ3","ufc1","gata1a","ufc1","Q05AJ3","Ubiquitin-fold modifier-conjugating enzyme 1 (Ufm1-conjugating enzyme 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WHV8","Q05AJ3","si:dkey-186m8.3","gata1a","cenph","Q05AJ3","Centromere protein H","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P110","Q05AJ3","si:ch73-54f23.2","gata1a","ino80e","Q05AJ3","INO80 complex subunit E (Zgc:77312)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBV6","Q05AJ3","nhp2","gata1a","nhp2","Q05AJ3","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T1B0","Q05AJ3","Embryonic globin beta e2","gata1a","hbbe2","Q05AJ3","Embryonic globin beta e2 (Hemoglobin beta embryonic-2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R612","Q05AJ3","F1R612","gata1a","f7l","Q05AJ3","F1R612","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q66I11","Q05AJ3","zgc:92102","gata1a","nt5c2l1","Q05AJ3","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9YHT4","Q05AJ3","Q9YHT4","gata1a","alas2","Q05AJ3","Q9YHT4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WHX1","Q05AJ3","A8WHX1","gata1a","armc8","Q05AJ3","A8WHX1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JLC6","Q05AJ3","B8JLC6","gata1a","pane1","Q05AJ3","B8JLC6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IYT6","Q05AJ3","A0A0R4IYT6","gata1a","-","Q05AJ3","A0A0R4IYT6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q573","Q05AJ3","F1Q573","gata1a","irf9","Q05AJ3","F1Q573","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQD3","Q05AJ3","F1QQD3","gata1a","cab39l1","Q05AJ3","F1QQD3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R0M4","Q05AJ3","zgc:56390","gata1a","fus","Q05AJ3","FUS RNA-binding protein (RNA-binding protein FUS)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LWH1","Q05AJ3","im:6906552","gata1a","rps16","Q05AJ3","Small ribosomal subunit protein uS9 (40S ribosomal protein S16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q502A2","Q05AJ3","zgc:112373","gata1a","rpp14","Q05AJ3","Ribonuclease P 14 subunit (Ribonuclease P protein subunit p14 (EC 3.1.26.5)) (Ribonuclease P/MRP 14 subunit) (Rpp14 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUE7","Q05AJ3","si:ch211-218c6.5","gata1a","chtf8","Q05AJ3","CTF8, chromosome transmission fidelity factor 8 homolog (S. cerevisiae) (Chromosome transmission fidelity protein 8 homolog) (Si:ch211-218c6.5 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QX66","Q05AJ3","F1QX66","gata1a","eif3bb","Q05AJ3","F1QX66","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JIP8","Q05AJ3","B8JIP8","gata1a","caly","Q05AJ3","B8JIP8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JJ32","Q05AJ3","B8JJ32","gata1a","sfxn3","Q05AJ3","B8JJ32","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBU7","Q05AJ3","Q6PBU7","gata1a","uqcc2","Q05AJ3","Q6PBU7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WVU0","Q05AJ3","tbl1xr1","gata1a","tbl1xr1b","Q05AJ3","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DI58","Q05AJ3","B3DI58","gata1a","ngs","Q05AJ3","B3DI58","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RBC9","Q05AJ3","F1RBC9","gata1a","ccnc","Q05AJ3","F1RBC9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHL5","Q05AJ3","Q6DHL5","gata1a","lrrc57","Q05AJ3","Q6DHL5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PGX4","Q05AJ3","zgc:63663","gata1a","hsc70","Q05AJ3","Heat shock cognate 70 (Uncharacterized protein LOC393586) (Zgc:63663)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5TZH2","Q05AJ3","Q5TZH2","gata1a","tmbim4","Q05AJ3","Q5TZH2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F027","Q05AJ3","Tumor necrosis factor receptor superfamily member 11A isoform X1","gata1a","tnfrsf11a","Q05AJ3","Tumor necrosis factor receptor superfamily member 11A isoform X1 (Tumor necrosis factor receptor superfamily, member 11a, NFKB activator)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GEZ2","Q05AJ3","R4GEZ2","gata1a","si:ch211-132g1.3","Q05AJ3","R4GEZ2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4INQ1","Q05AJ3","A0A0R4INQ1","gata1a","si:ch211-160o17.4","Q05AJ3","A0A0R4INQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2N0","Q05AJ3","F1R2N0","gata1a","-","Q05AJ3","F1R2N0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUU4","Q05AJ3","si:dz179b20.7","gata1a","daxx","Q05AJ3","Death domain-associated protein 6 (Daxx)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NMZ4","Q05AJ3","F6NMZ4","gata1a","si:dkeyp-113d7.10","Q05AJ3","F6NMZ4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LFY6","Q05AJ3","A0A140LFY6","gata1a","si:dkey-97l20.6","Q05AJ3","A0A140LFY6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY49","Q05AJ3","F1QY49","gata1a","tbrg1","Q05AJ3","F1QY49","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F7F2","Q05AJ3","E7F7F2","gata1a","larp7","Q05AJ3","E7F7F2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QUG9","Q05AJ3","A0A2R8QUG9","gata1a","sirt7","Q05AJ3","A0A2R8QUG9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2AV34","Q05AJ3","A2AV34","gata1a","coq9","Q05AJ3","A2AV34","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8PYD6","Q05AJ3","A0A2R8PYD6","gata1a","-","Q05AJ3","A0A2R8PYD6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7F3","Q05AJ3","F1Q7F3","gata1a","pora","Q05AJ3","F1Q7F3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W3Y7","Q05AJ3","F8W3Y7","gata1a","znf407","Q05AJ3","F8W3Y7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B2KL77","Q05AJ3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3","gata1a","smarcd3b","Q05AJ3","SWI/SNF-related matrix-associated actin-dependent regulator of chromatin subfamily D member 3 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily d, member 3b) (Smarcd3b)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KPX2","Q05AJ3","A3KPX2","gata1a","abcf1","Q05AJ3","A3KPX2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QD97","Q05AJ3","E9QD97","gata1a","-","Q05AJ3","E9QD97","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LV47","Q05AJ3","Q1LV47","gata1a","nol8","Q05AJ3","Q1LV47","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QM06","Q05AJ3","A0A2R8QM06","gata1a","sdccag8","Q05AJ3","A0A2R8QM06","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9F5","Q05AJ3","F1Q9F5","gata1a","ipo13","Q05AJ3","F1Q9F5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L8U8","Q05AJ3","Q1L8U8","gata1a","setdb1a","Q05AJ3","Q1L8U8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9DFS4","Q05AJ3","stard3","gata1a","stard3","Q05AJ3","StAR-related lipid transfer protein 3 (MLN64-like protein) (START domain-containing protein 3) (StARD3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F5B9","Q05AJ3","E7F5B9","gata1a","mtbp","Q05AJ3","E7F5B9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WVR3","Q05AJ3","A5WVR3","gata1a","tsnaxip1","Q05AJ3","A5WVR3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RKM3","Q05AJ3","fb36h09","gata1a","stip1","Q05AJ3","Stress-induced-phosphoprotein 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZR5","Q05AJ3","Cohesin subunit SA","gata1a","stag2b","Q05AJ3","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV55","Q05AJ3","eif3i","gata1a","eif3i","Q05AJ3","Eukaryotic translation initiation factor 3 subunit I (eIF3i) (Eukaryotic translation initiation factor 3 subunit 2) (eIF-3-beta) (eIF3 p36)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGZ3","Q05AJ3","thoc7","gata1a","thoc7","Q05AJ3","THO complex subunit 7 homolog","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F7E3","Q05AJ3","E7F7E3","gata1a","dhx8","Q05AJ3","E7F7E3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286YA89","Q05AJ3","A0A286YA89","gata1a","slc4a7","Q05AJ3","A0A286YA89","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RA40","Q05AJ3","F1RA40","gata1a","cluap1","Q05AJ3","F1RA40","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QPF3","Q05AJ3","A0A2R8QPF3","gata1a","wnk4b","Q05AJ3","A0A2R8QPF3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GEX4","Q05AJ3","R4GEX4","gata1a","eif3f","Q05AJ3","R4GEX4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y9L2","Q05AJ3","A0A286Y9L2","gata1a","si:ch211-244o22.2","Q05AJ3","A0A286Y9L2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LYD7","Q05AJ3","Q1LYD7","gata1a","ampd3b","Q05AJ3","Q1LYD7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4II66","Q05AJ3","A0A0R4II66","gata1a","si:ch1073-110a20.1","Q05AJ3","A0A0R4II66","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCK0","Q05AJ3","F1QCK0","gata1a","si:ch73-139e5.2","Q05AJ3","F1QCK0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q05AK8","Q05AJ3","Q05AK8","gata1a","ano9a","Q05AJ3","Q05AK8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8KC47","Q05AJ3","A8KC47","gata1a","-","Q05AJ3","A8KC47","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QD92","Q05AJ3","E9QD92","gata1a","dusp11","Q05AJ3","E9QD92","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P3J8","Q05AJ3","Q6P3J8","gata1a","tdh","Q05AJ3","Q6P3J8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R0J2","Q05AJ3","F1R0J2","gata1a","med25","Q05AJ3","F1R0J2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W5Y4","Q05AJ3","F8W5Y4","gata1a","fhdc5","Q05AJ3","F8W5Y4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6ZM24","Q05AJ3","wu:fb96b08","gata1a","tomm34","Q05AJ3","Mitochondrial import receptor subunit TOM34 (Translocase of outer mitochondrial membrane 34)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8BAQ7","Q05AJ3","A8BAQ7","gata1a","pcyt2","Q05AJ3","A8BAQ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","O93507","Q05AJ3","tal1","gata1a","tal1","Q05AJ3","T-cell acute lymphocytic leukemia protein 1 homolog (TAL-1) (Stem cell protein) (zSCL)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZW38","Q05AJ3","sephs1","gata1a","sephs1","Q05AJ3","Selenide, water dikinase 1 (EC 2.7.9.3) (Selenium donor protein 1) (Selenophosphate synthase 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IMW8","Q05AJ3","zgc:92371","gata1a","rpl39","Q05AJ3","Large ribosomal subunit protein eL39 (60S ribosomal protein L39)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZE6","Q05AJ3","zgc:172341","gata1a","-","Q05AJ3","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXH8","Q05AJ3","E7EXH8","gata1a","LOC799265","Q05AJ3","E7EXH8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q2PW47","Q05AJ3","med24","gata1a","med24","Q05AJ3","Mediator of RNA polymerase II transcription subunit 24 (Mediator complex subunit 24) (Protein lessen) (Thyroid hormone receptor-associated protein 4 homolog) (Trap100 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1RLU1","Q05AJ3","Q1RLU1","gata1a","brat1","Q05AJ3","Q1RLU1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JLP1","Q05AJ3","si:dkey-285c2.8","gata1a","gp1bb","Q05AJ3","Glycoprotein Ib platelet subunit beta (Platelet glycoprotein Ib beta chain precursor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5TZ44","Q05AJ3","Q5TZ44","gata1a","cd164","Q05AJ3","Q5TZ44","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JT21","Q05AJ3","A9JT21","gata1a","ctps1b","Q05AJ3","A9JT21","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S5V7","Q05AJ3","B0S5V7","gata1a","tmem30c","Q05AJ3","B0S5V7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286YAB5","Q05AJ3","A0A286YAB5","gata1a","march8","Q05AJ3","A0A286YAB5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1L1QZC7","Q05AJ3","A0A1L1QZC7","gata1a","tasor2","Q05AJ3","A0A1L1QZC7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RDR4","Q05AJ3","F1RDR4","gata1a","arl15b","Q05AJ3","F1RDR4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QLW6","Q05AJ3","A0A2R8QLW6","gata1a","cry3b","Q05AJ3","A0A2R8QLW6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ITY1","Q05AJ3","A0A0R4ITY1","gata1a","ciz1a","Q05AJ3","A0A0R4ITY1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L946","Q05AJ3","Q1L946","gata1a","si:ch211-212o1.2","Q05AJ3","Q1L946","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IU93","Q05AJ3","A0A0R4IU93","gata1a","aspg","Q05AJ3","A0A0R4IU93","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QG86","Q05AJ3","E9QG86","gata1a","-","Q05AJ3","E9QG86","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Z4YHY2","Q05AJ3","Z4YHY2","gata1a","pim2","Q05AJ3","Z4YHY2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S8G7","Q05AJ3","B0S8G7","gata1a","mknk2a","Q05AJ3","B0S8G7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W2E8","Q05AJ3","F8W2E8","gata1a","rbm27","Q05AJ3","F8W2E8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSS9","Q05AJ3","A0A1D5NSS9","gata1a","ehbp1l1a","Q05AJ3","A0A1D5NSS9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PH45","Q05AJ3","mg:ab03a02","gata1a","prpf4","Q05AJ3","PRP4 pre-mRNA-processing factor 4 homolog (yeast) (U4/U6 small nuclear ribonucleoprotein Prp4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QPB8","Q05AJ3","adrbk2","gata1a","grk3","Q05AJ3","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QBH2","Q05AJ3","F1QBH2","gata1a","taf13","Q05AJ3","F1QBH2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEX6","Q05AJ3","A2CEX6","gata1a","hira","Q05AJ3","A2CEX6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KE94","Q05AJ3","A0A0G2KE94","gata1a","tfr2","Q05AJ3","A0A0G2KE94","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QWQ4","Q05AJ3","F1QWQ4","gata1a","-","Q05AJ3","F1QWQ4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W4V6","Q05AJ3","F8W4V6","gata1a","grsf1","Q05AJ3","F8W4V6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NUY0","Q05AJ3","Q6NUY0","gata1a","ak4","Q05AJ3","Q6NUY0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q499B3","Q05AJ3","kansl3","gata1a","kansl3","Q05AJ3","KAT8 regulatory NSL complex subunit 3 (NSL complex protein NSL3) (Non-specific lethal 3 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4V8X0","Q05AJ3","Q4V8X0","gata1a","tpra1","Q05AJ3","Q4V8X0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3Y3","Q05AJ3","cee","gata1a","get4","Q05AJ3","Golgi to ER traffic protein 4 homolog (Guided entry of tail-anchored proteins factor 4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LG54","Q05AJ3","Histone H2B","gata1a","si:dkey-23a13.22","Q05AJ3","Histone H2B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QC64","Q05AJ3","E9QC64","gata1a","slc31a2","Q05AJ3","E9QC64","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEI3","Q05AJ3","A2CEI3","gata1a","rabep1","Q05AJ3","A2CEI3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F9C2","Q05AJ3","E7F9C2","gata1a","slc16a13","Q05AJ3","E7F9C2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BKW8","Q05AJ3","Q5BKW8","gata1a","smim12","Q05AJ3","Q5BKW8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IKT5","Q05AJ3","si:ch73-45o6.2","gata1a","si:ch73-45o6.2","Q05AJ3","Autophagy-related protein 2 homolog A isoform X2 (Si:ch73-45o6.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCG4","Q05AJ3","fj16a07","gata1a","nfkbiaa","Q05AJ3","NF-kappa-B inhibitor alpha (I-kappa-B-alpha)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4QP75","Q05AJ3","A4QP75","gata1a","trmt2b","Q05AJ3","A4QP75","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYJ1","Q05AJ3","Q6NYJ1","gata1a","lasp1","Q05AJ3","Q6NYJ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R9Y9","Q05AJ3","F1R9Y9","gata1a","etfb","Q05AJ3","F1R9Y9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TGV5","Q05AJ3","gankyrin","gata1a","psmd10","Q05AJ3","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KC68","Q05AJ3","A0A0G2KC68","gata1a","-","Q05AJ3","A0A0G2KC68","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R089","Q05AJ3","B0R089","gata1a","arhgef39","Q05AJ3","B0R089","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QZA5","Q05AJ3","F1QZA5","gata1a","psmd6","Q05AJ3","F1QZA5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S7D9","Q05AJ3","B0S7D9","gata1a","si:dkey-3d4.3","Q05AJ3","B0S7D9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IGH3","Q05AJ3","A0A0R4IGH3","gata1a","si:ch73-106k19.2","Q05AJ3","A0A0R4IGH3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1MT86","Q05AJ3","Q1MT86","gata1a","usp5","Q05AJ3","Q1MT86","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F1L8","Q05AJ3","nlka","gata1a","nlk2","Q05AJ3","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q8P7","Q05AJ3","F1Q8P7","gata1a","eif2s2","Q05AJ3","F1Q8P7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QAE4","Q05AJ3","F1QAE4","gata1a","slc52a2","Q05AJ3","F1QAE4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WEI6","Q05AJ3","X1WEI6","gata1a","ftr76","Q05AJ3","X1WEI6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IP53","Q05AJ3","A0A0R4IP53","gata1a","taok1b","Q05AJ3","A0A0R4IP53","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503Z4","Q05AJ3","Q503Z4","gata1a","neu4","Q05AJ3","Q503Z4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NHS1","Q05AJ3","F6NHS1","gata1a","mycbp","Q05AJ3","F6NHS1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SYC4","Q05AJ3","Q7SYC4","gata1a","klhl24b","Q05AJ3","Q7SYC4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHF6","Q05AJ3","E9QHF6","gata1a","si:dkey-88p24.11","Q05AJ3","E9QHF6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1REQ1","Q05AJ3","F1REQ1","gata1a","fam98b","Q05AJ3","F1REQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503H9","Q05AJ3","Transcription initiation factor IIA subunit 2","gata1a","gtf2a2","Q05AJ3","Transcription initiation factor IIA subunit 2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QFG7","Q05AJ3","A0A2R8QFG7","gata1a","arid1ab","Q05AJ3","A0A2R8QFG7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NT19","Q05AJ3","A0A1D5NT19","gata1a","acd","Q05AJ3","A0A1D5NT19","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZWB1","Q05AJ3","zgc:56598","gata1a","cdk2","Q05AJ3","cyclin-dependent kinase (EC 2.7.11.22)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RPE6","Q05AJ3","A0A2R8RPE6","gata1a","tdrd3","Q05AJ3","A0A2R8RPE6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5SPB6","Q05AJ3","chac1","gata1a","chac1","Q05AJ3","Glutathione-specific gamma-glutamylcyclotransferase 1 (Gamma-GCG 1) (EC 4.3.2.7) (Cation transport regulator-like protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKW9","Q05AJ3","F1QKW9","gata1a","picalma","Q05AJ3","F1QKW9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FB39","Q05AJ3","E7FB39","gata1a","myo5ab","Q05AJ3","E7FB39","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0JMN4","Q05AJ3","zgc:154049","gata1a","csk","Q05AJ3","Tyrosine-protein kinase (EC 2.7.10.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QEG1","Q05AJ3","F1QEG1","gata1a","atp7a","Q05AJ3","F1QEG1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WCV9","Q05AJ3","X1WCV9","gata1a","dhrs13b.2","Q05AJ3","X1WCV9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QTA2","Q05AJ3","A0A2R8QTA2","gata1a","tox4b","Q05AJ3","A0A2R8QTA2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMY2","Q05AJ3","A5PMY2","gata1a","glcci1a","Q05AJ3","A5PMY2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LWP1","Q05AJ3","Q1LWP1","gata1a","znf990","Q05AJ3","Q1LWP1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3U7","Q05AJ3","F1R3U7","gata1a","ifi44f1","Q05AJ3","F1R3U7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KPQ4","Q05AJ3","A3KPQ4","gata1a","-","Q05AJ3","A3KPQ4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYU8","Q05AJ3","hnrpab","gata1a","hnrnpaba","Q05AJ3","Heterogeneous nuclear ribonucleoprotein A/B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0UYT9","Q05AJ3","B0UYT9","gata1a","adrb3a","Q05AJ3","B0UYT9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4I9B1","Q05AJ3","A0A0R4I9B1","gata1a","lias","Q05AJ3","A0A0R4I9B1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4QN37","Q05AJ3","zgc:153885","gata1a","cry1a","Q05AJ3","Cryptochrome-1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A4M8","Q05AJ3","B8A4M8","gata1a","ccdc28b","Q05AJ3","B8A4M8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8G8","Q05AJ3","F1R8G8","gata1a","st3gal3a","Q05AJ3","F1R8G8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KQB2","Q05AJ3","A3KQB2","gata1a","eif4g2b","Q05AJ3","A3KQB2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QB44","Q05AJ3","F1QB44","gata1a","emc10","Q05AJ3","F1QB44","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IU36","Q05AJ3","A0A0R4IU36","gata1a","alyref","Q05AJ3","A0A0R4IU36","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IJ12","Q05AJ3","A0A0R4IJ12","gata1a","clns1a","Q05AJ3","A0A0R4IJ12","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5CZW0","Q05AJ3","zgc:113197","gata1a","ndufaf1","Q05AJ3","Complex I intermediate-associated protein 30, mitochondrial (NADH dehydrogenase [ubiquinone] 1 alpha subcomplex assembly factor 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W233","Q05AJ3","F8W233","gata1a","si:ch73-211l13.2","Q05AJ3","F8W233","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYE6","Q05AJ3","fc32h03","gata1a","cyb5r3","Q05AJ3","NADH-cytochrome b5 reductase (EC 1.6.2.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SZQ4","Q05AJ3","Mitochondrial fission factor homolog B","gata1a","-","Q05AJ3","Mitochondrial fission factor homolog B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q4N0","Q05AJ3","F1Q4N0","gata1a","hipk2","Q05AJ3","F1Q4N0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCD1","Q05AJ3","E7FCD1","gata1a","tmem259","Q05AJ3","E7FCD1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FE37","Q05AJ3","si:dkey-162f21.5","gata1a","rfk","Q05AJ3","riboflavin kinase (EC 2.7.1.26)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4I9A0","Q05AJ3","A0A0R4I9A0","gata1a","apmap","Q05AJ3","A0A0R4I9A0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P7Y0","Q05AJ3","zgc:63554","gata1a","ube2j1","Q05AJ3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PUF3","Q05AJ3","hsd11b1l","gata1a","hsd11b1l","Q05AJ3","Hydroxysteroid 11-beta-dehydrogenase 1-like protein (EC 1.1.1.-) (11-beta-hydroxysteroid dehydrogenase type 3) (11-DH3) (11-beta-HSD3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2R9","Q05AJ3","F1R2R9","gata1a","LOC100331045","Q05AJ3","F1R2R9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IKN8","Q05AJ3","A0A0R4IKN8","gata1a","ptcd3","Q05AJ3","A0A0R4IKN8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DH28","Q05AJ3","Q6DH28","gata1a","mob4","Q05AJ3","Q6DH28","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IVI1","Q05AJ3","A0A0R4IVI1","gata1a","castor1","Q05AJ3","A0A0R4IVI1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803B0","Q05AJ3","cb863","gata1a","hspd1","Q05AJ3","60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (Heat shock protein 60)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QPH6","Q05AJ3","F1QPH6","gata1a","ddx27","Q05AJ3","F1QPH6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F5M1","Q05AJ3","E7F5M1","gata1a","fbxo10","Q05AJ3","E7F5M1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803P4","Q05AJ3","Q803P4","gata1a","faxdc2","Q05AJ3","Q803P4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMV5","Q05AJ3","A5PMV5","gata1a","fdxacb1","Q05AJ3","A5PMV5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCC2","Q05AJ3","E7FCC2","gata1a","im:7151449","Q05AJ3","E7FCC2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","T1ECT3","Q05AJ3","T1ECT3","gata1a","selenoo1","Q05AJ3","T1ECT3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JJ62","Q05AJ3","Q8JJ62","gata1a","tmem165","Q05AJ3","Q8JJ62","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QCQ3","Q05AJ3","E9QCQ3","gata1a","znf142","Q05AJ3","E9QCQ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSN4","Q05AJ3","A0A1D5NSN4","gata1a","si:dkey-23i12.11","Q05AJ3","A0A1D5NSN4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0S4","Q05AJ3","fos","gata1a","fosab","Q05AJ3","Protein c-Fos (Cellular oncogene fos)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIC9","Q05AJ3","NR1D2-A","gata1a","nr1d2a","Q05AJ3","Nuclear receptor subfamily 1, group D, member 2a","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JGR7","Q05AJ3","ints7","gata1a","ints7","Q05AJ3","Integrator complex subunit 7 (Int7)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKU6","Q05AJ3","zgc:110252","gata1a","cdk10","Q05AJ3","Cyclin-dependent kinase 10 (EC 2.7.11.22)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0V2X9","Q05AJ3","fj20e02","gata1a","man1a2","Q05AJ3","alpha-1,2-Mannosidase (EC 3.2.1.-)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FGT2","Q05AJ3","GDH/6PGL endoplasmic bifunctional protein","gata1a","h6pd","Q05AJ3","GDH/6PGL endoplasmic bifunctional protein (Hexose-6-phosphate dehydrogenase (glucose 1-dehydrogenase))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUY7","Q05AJ3","F1QUY7","gata1a","slc6a1a","Q05AJ3","F1QUY7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ISQ1","Q05AJ3","A0A0R4ISQ1","gata1a","mdm2","Q05AJ3","A0A0R4ISQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q1R5","Q05AJ3","A0A2R8Q1R5","gata1a","foxp1a","Q05AJ3","A0A2R8Q1R5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHP9","Q05AJ3","rxrgb","gata1a","rxrgb","Q05AJ3","Retinoic acid receptor RXR-gamma-B (Nuclear receptor subfamily 2 group B member 3-B) (Retinoid X receptor gamma-B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NZT5","Q05AJ3","fj36h07","gata1a","jun","Q05AJ3","Transcription factor Jun (Proto-oncogene c-Jun) (Transcription factor AP-1 subunit Jun)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T162","Q05AJ3","im:7153024","gata1a","fbxl3a","Q05AJ3","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUZ7","Q05AJ3","Q1LUZ7","gata1a","hipk3b","Q05AJ3","Q1LUZ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BJ19","Q05AJ3","Nicotinamide riboside kinase 1","gata1a","nmrk1","Q05AJ3","Nicotinamide riboside kinase 1 (EC 2.7.1.22) (Zgc:113113)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGR1","Q05AJ3","Q6DGR1","gata1a","tmem203","Q05AJ3","Q6DGR1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QF30","Q05AJ3","E9QF30","gata1a","si:dkey-82j4.2","Q05AJ3","E9QF30","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QL71","Q05AJ3","F1QL71","gata1a","sv2","Q05AJ3","F1QL71","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IRZ4","Q05AJ3","A0A0R4IRZ4","gata1a","epor","Q05AJ3","A0A0R4IRZ4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QGS0","Q05AJ3","E9QGS0","gata1a","si:ch211-243j20.2","Q05AJ3","E9QGS0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCP7","Q05AJ3","E7FCP7","gata1a","si:ch73-12o23.1","Q05AJ3","E7FCP7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QG09","Q05AJ3","E9QG09","gata1a","pibf1","Q05AJ3","E9QG09","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGL0","Q05AJ3","zgc:63762","gata1a","papolg","Q05AJ3","polynucleotide adenylyltransferase (EC 2.7.7.19)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBZ5","Q05AJ3","Q6PBZ5","gata1a","aif1l","Q05AJ3","Q6PBZ5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EYB5","Q05AJ3","E7EYB5","gata1a","prr14","Q05AJ3","E7EYB5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q98867","Q05AJ3","thraa","gata1a","thraa","Q05AJ3","Thyroid hormone receptor alpha-A (zTRalpha-A) (Nuclear receptor subfamily 1 group A member 1-A) (Thyroid hormone receptor alpha-1) (TRalpha-1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJ38","Q05AJ3","F1QJ38","gata1a","cgrrf1","Q05AJ3","F1QJ38","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFR4","Q05AJ3","F1QFR4","gata1a","nol10","Q05AJ3","F1QFR4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0MS83","Q05AJ3","znf148","gata1a","znf148","Q05AJ3","Zinc finger protein 148 (Transcription factor ZBP-89) (Zinc finger DNA-binding protein 89)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUH6","Q05AJ3","KAT8 regulatory NSL complex subunit 1","gata1a","kansl1b","Q05AJ3","KAT8 regulatory NSL complex subunit 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EYR2","Q05AJ3","fe36g06","gata1a","chaf1b","Q05AJ3","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IWP4","Q05AJ3","A0A0R4IWP4","gata1a","inpp5ka","Q05AJ3","A0A0R4IWP4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TNS5","Q05AJ3","Q6TNS5","gata1a","MLC3SM","Q05AJ3","Q6TNS5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QCN6","Q05AJ3","zgc:153074","gata1a","nxt2","Q05AJ3","NTF2-related export protein","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNG0","Q05AJ3","[histone H3]-trimethyl-L-lysine","gata1a","kdm4ab","Q05AJ3","[histone H3]-trimethyl-L-lysine(9) demethylase (EC 1.14.11.66)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RB94","Q05AJ3","F1RB94","gata1a","u2af1","Q05AJ3","F1RB94","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F2I2","Q05AJ3","E7F2I2","gata1a","aste1b","Q05AJ3","E7F2I2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QG76","Q05AJ3","A0A2R8QG76","gata1a","tsnax","Q05AJ3","A0A2R8QG76","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JRH3","Q05AJ3","A9JRH3","gata1a","-","Q05AJ3","A9JRH3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IFI7","Q05AJ3","A0A0R4IFI7","gata1a","orc2","Q05AJ3","A0A0R4IFI7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R9T4","Q05AJ3","F1R9T4","gata1a","-","Q05AJ3","F1R9T4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F1V6","Q05AJ3","Transmembrane protein 107","gata1a","tmem107l","Q05AJ3","Transmembrane protein 107","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T337","Q05AJ3","cb598","gata1a","fbp1b","Q05AJ3","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803N1","Q05AJ3","tfdp1l","gata1a","tfdp1a","Q05AJ3","Transcription factor","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IBT0","Q05AJ3","A0A0R4IBT0","gata1a","sf1","Q05AJ3","A0A0R4IBT0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6AXM1","Q05AJ3","Q6AXM1","gata1a","chst10","Q05AJ3","Q6AXM1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q6H8","Q05AJ3","zgc:171493","gata1a","dnali1","Q05AJ3","Axonemal dynein light intermediate polypeptide 1 (Inner dynein arm light chain, axonemal)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RBF9","Q05AJ3","F1RBF9","gata1a","gorasp2","Q05AJ3","F1RBF9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEB0","Q05AJ3","A2CEB0","gata1a","poli","Q05AJ3","A2CEB0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QR72","Q05AJ3","F1QR72","gata1a","slc9a1b","Q05AJ3","F1QR72","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6AXL2","Q05AJ3","zgc:92739","gata1a","rida","Q05AJ3","Reactive intermediate imine deaminase A homolog (Ribonuclease UK114 isoform 1) (Zgc:92739)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQP4","Q05AJ3","rap1a","gata1a","rap1aa","Q05AJ3","small monomeric GTPase (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IUC3","Q05AJ3","A0A0R4IUC3","gata1a","diabloa","Q05AJ3","A0A0R4IUC3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A688","Q05AJ3","B8A688","gata1a","si:ch211-198a12.6","Q05AJ3","B8A688","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RDH4","Q05AJ3","F1RDH4","gata1a","nelfb","Q05AJ3","F1RDH4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QWW6","Q05AJ3","F1QWW6","gata1a","dnajc11a","Q05AJ3","F1QWW6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BJA1","Q05AJ3","Small ribosomal subunit protein eS17","gata1a","-","Q05AJ3","Small ribosomal subunit protein eS17 (40S ribosomal protein S17)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0V0U5","Q05AJ3","B0V0U5","gata1a","urb2","Q05AJ3","B0V0U5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q8Q2","Q05AJ3","A0A2R8Q8Q2","gata1a","atg10","Q05AJ3","A0A2R8Q8Q2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QJ70","Q05AJ3","A0A2R8QJ70","gata1a","setb","Q05AJ3","A0A2R8QJ70","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV94","Q05AJ3","mobkl1a","gata1a","mob1ba","Q05AJ3","MOB kinase activator 1Ba (Mps one binder kinase activator-like 1A) (Mobkl1a protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IDQ8","Q05AJ3","A0A0R4IDQ8","gata1a","plekhm1","Q05AJ3","A0A0R4IDQ8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IJU0","Q05AJ3","A0A0R4IJU0","gata1a","-","Q05AJ3","A0A0R4IJU0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q90ZZ8","Q05AJ3","aldh3a2","gata1a","aldh3a2a","Q05AJ3","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9YH61","Q05AJ3","gsk3a","gata1a","gsk3ab","Q05AJ3","[tau protein] kinase (EC 2.7.11.26)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q2YDS1","Q05AJ3","ddb2","gata1a","ddb2","Q05AJ3","DNA damage-binding protein 2 (Damage-specific DNA-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q568K2","Q05AJ3","Q568K2","gata1a","ppp1r11","Q05AJ3","Q568K2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGU9","Q05AJ3","A2BGU9","gata1a","serhl","Q05AJ3","A2BGU9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNQ8","Q05AJ3","F1QNQ8","gata1a","c1d","Q05AJ3","F1QNQ8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q561X0","Q05AJ3","cnep1r1","gata1a","cnep1r1","Q05AJ3","Nuclear envelope phosphatase-regulatory subunit 1 (Transmembrane protein 188)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QRK9","Q05AJ3","A0A2R8QRK9","gata1a","mtf2","Q05AJ3","A0A2R8QRK9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMR9","Q05AJ3","A0A0R4IMR9","gata1a","fam49a","Q05AJ3","A0A0R4IMR9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQT3","Q05AJ3","F1QQT3","gata1a","lims1","Q05AJ3","F1QQT3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QPT2","Q05AJ3","F1QPT2","gata1a","tspan4b","Q05AJ3","F1QPT2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ITK5","Q05AJ3","A0A0R4ITK5","gata1a","ankrd13c","Q05AJ3","A0A0R4ITK5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KEB3","Q05AJ3","A0A0G2KEB3","gata1a","LOC101886098","Q05AJ3","A0A0G2KEB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WGP9","Q05AJ3","POZ-, AT hook-, and zinc finger-containing protein 1","gata1a","patz1","Q05AJ3","POZ-, AT hook-, and zinc finger-containing protein 1 (POZ/BTB and AT hook-containing zinc finger 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IXM2","Q05AJ3","A0A0R4IXM2","gata1a","-","Q05AJ3","A0A0R4IXM2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGW2","Q05AJ3","A2BGW2","gata1a","si:dkey-174n20.1","Q05AJ3","A2BGW2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IC20","Q05AJ3","A0A0R4IC20","gata1a","si:ch211-276i12.9","Q05AJ3","A0A0R4IC20","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q1W5","Q05AJ3","keap1b","gata1a","keap1b","Q05AJ3","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUW4","Q05AJ3","wu:fb16f02","gata1a","arf5","Q05AJ3","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y917","Q05AJ3","si:ch211-197n10.2","gata1a","anln","Q05AJ3","Anillin isoform X1 (Anillin, actin-binding protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q90486","Q05AJ3","ba1; ba1l","gata1a","ba1;ba1l","Q05AJ3","Hemoglobin subunit beta-1 (Beta-1-globin) (Beta-A1-globin) (Hemoglobin beta-1 chain)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GEI9","Q05AJ3","R4GEI9","gata1a","si:dkey-25o16.4","Q05AJ3","R4GEI9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHK9","Q05AJ3","Retinoic acid receptor responder 3-like","gata1a","rarres3l","Q05AJ3","Retinoic acid receptor responder 3-like (Retinoic acid receptor responder protein 3) (Zgc:92249)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286YBU1","Q05AJ3","A0A286YBU1","gata1a","agap1","Q05AJ3","A0A286YBU1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08CJ8","Q05AJ3","Q08CJ8","gata1a","-","Q05AJ3","Q08CJ8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F557","Q05AJ3","Zinc finger X-chromosomal protein","gata1a","zfx","Q05AJ3","Zinc finger X-chromosomal protein (Zinc finger protein X-linked)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R0Q0","Q05AJ3","B0R0Q0","gata1a","-","Q05AJ3","B0R0Q0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F7F5","Q05AJ3","E7F7F5","gata1a","mbtd1","Q05AJ3","E7F7F5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IHF6","Q05AJ3","A0A0R4IHF6","gata1a","eif2ak2","Q05AJ3","A0A0R4IHF6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5N6","Q05AJ3","bcl6","gata1a","bcl6aa","Q05AJ3","B-cell lymphoma 6 protein isoform X2 (BCL6A transcription repressor a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IBF0","Q05AJ3","A0A0R4IBF0","gata1a","mast3b","Q05AJ3","A0A0R4IBF0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHM2","Q05AJ3","zgc:92228","gata1a","prkab1a","Q05AJ3","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BIE9","Q05AJ3","A2BIE9","gata1a","qdprb1","Q05AJ3","A2BIE9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LXW3","Q05AJ3","Q1LXW3","gata1a","ciarta","Q05AJ3","Q1LXW3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08CL1","Q05AJ3","Q08CL1","gata1a","kbtbd2","Q05AJ3","Q08CL1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q800W7","Q05AJ3","Q800W7","gata1a","uros","Q05AJ3","Q800W7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BFU3","Q05AJ3","A2BFU3","gata1a","atf5a","Q05AJ3","A2BFU3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KP86","Q05AJ3","hbz","gata1a","-","Q05AJ3","Uncharacterized protein LOC563335 (Zgc:163057)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QS28","Q05AJ3","F1QS28","gata1a","hnrnpa0a","Q05AJ3","F1QS28","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WCM8","Q05AJ3","X1WCM8","gata1a","recql5","Q05AJ3","X1WCM8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DBW9","Q05AJ3","Q6DBW9","gata1a","cd99l2","Q05AJ3","Q6DBW9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUV1","Q05AJ3","Q1LUV1","gata1a","si:ch211-262h13.3","Q05AJ3","Q1LUV1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5J2I5","Q05AJ3","Q5J2I5","gata1a","blf","Q05AJ3","Q5J2I5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUF3","Q05AJ3","fc07a05","gata1a","ube2h","Q05AJ3","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZW81","Q05AJ3","cb1024","gata1a","mibp","Q05AJ3","Mibp protein (Muscle-specific beta 1 integrin-binding protein) (Nicotinamide riboside kinase 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7V3","Q05AJ3","F1Q7V3","gata1a","gdap2","Q05AJ3","F1Q7V3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BG46","Q05AJ3","A2BG46","gata1a","ankrd13a","Q05AJ3","A2BG46","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZU70","Q05AJ3","Q7ZU70","gata1a","trim47","Q05AJ3","Q7ZU70","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLP2","Q05AJ3","F1QLP2","gata1a","fbxl5","Q05AJ3","F1QLP2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQM2","Q05AJ3","cyc","gata1a","cyc","Q05AJ3","Cytochrome c","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QH09","Q05AJ3","A0A2R8QH09","gata1a","phlpp1","Q05AJ3","A0A2R8QH09","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JK22","Q05AJ3","B8JK22","gata1a","acsl1a","Q05AJ3","B8JK22","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q6D7","Q05AJ3","F1Q6D7","gata1a","brap","Q05AJ3","F1Q6D7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQB3","Q05AJ3","F1QQB3","gata1a","mterf2","Q05AJ3","F1QQB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RCT4","Q05AJ3","F1RCT4","gata1a","zc3h7ba","Q05AJ3","F1RCT4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZT6","Q05AJ3","ppp1cc","gata1a","ppp1cc","Q05AJ3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RE47","Q05AJ3","F1RE47","gata1a","-","Q05AJ3","F1RE47","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IYT5","Q05AJ3","A0A0R4IYT5","gata1a","si:ch211-128m15.3","Q05AJ3","A0A0R4IYT5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2K6","Q05AJ3","F1R2K6","gata1a","cog8","Q05AJ3","F1R2K6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6ZM36","Q05AJ3","orc6l","gata1a","orc6","Q05AJ3","Origin recognition complex subunit 6 (Origin recognition complex, subunit 6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9PTE6","Q05AJ3","Q9PTE6","gata1a","tpst1","Q05AJ3","Q9PTE6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q6C8","Q05AJ3","F1Q6C8","gata1a","dcaf13","Q05AJ3","F1Q6C8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q32LQ2","Q05AJ3","im:6895766","gata1a","maip1","Q05AJ3","M-AAA protease-interacting protein 1, mitochondrial (Matrix AAA peptidase-interacting protein 1) (Zgc:123096)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9F3","Q05AJ3","im:7147158","gata1a","pik3c3","Q05AJ3","Phosphatidylinositol 3-kinase catalytic subunit type 3 (EC 2.7.1.137)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P5M5","Q05AJ3","DKEY-238C7.11","gata1a","DKEY-238C7.11","Q05AJ3","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QZ61","Q05AJ3","F1QZ61","gata1a","-","Q05AJ3","F1QZ61","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F8E2","Q05AJ3","E3 ubiquitin-protein ligase Jade-2","gata1a","jade2","Q05AJ3","E3 ubiquitin-protein ligase Jade-2 (Jade family PHD finger 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PFU4","Q05AJ3","cdc42a","gata1a","cdc42","Q05AJ3","Cell division control protein 42 homolog (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WFM6","Q05AJ3","Methyl-CpG-binding domain protein 6","gata1a","mbd6","Q05AJ3","Methyl-CpG-binding domain protein 6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYJ9","Q05AJ3","fa16e07","gata1a","ap2b1","Q05AJ3","AP complex subunit beta","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSM7","Q05AJ3","A0A1D5NSM7","gata1a","pde3b","Q05AJ3","A0A1D5NSM7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QGJ8","Q05AJ3","F1QGJ8","gata1a","tmem135","Q05AJ3","F1QGJ8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQQ1","Q05AJ3","F1QQQ1","gata1a","hif1al2","Q05AJ3","F1QQQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGZ1","Q05AJ3","b9d2","gata1a","b9d2","Q05AJ3","B9 domain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3L1","Q05AJ3","F1R3L1","gata1a","tcf3a","Q05AJ3","F1R3L1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L949","Q05AJ3","Q1L949","gata1a","si:ch211-250g4.3","Q05AJ3","Q1L949","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PH70","Q05AJ3","kdelr2l","gata1a","kdelr2b","Q05AJ3","ER lumen protein-retaining receptor 2 (KDEL endoplasmic reticulum protein retention receptor 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1RLT5","Q05AJ3","Q1RLT5","gata1a","rell2","Q05AJ3","Q1RLT5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEY8","Q05AJ3","Si:dkey-251i10.3","gata1a","si:dkey-251i10.3","Q05AJ3","Si:dkey-251i10.3 (U3 small nucleolar RNA-associated protein 14 homolog A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QQG4","Q05AJ3","A0A2R8QQG4","gata1a","ntng1a","Q05AJ3","A0A2R8QQG4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ICA5","Q05AJ3","A0A0R4ICA5","gata1a","slc15a4","Q05AJ3","A0A0R4ICA5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0K2","Q05AJ3","Q6P0K2","gata1a","srsf7a","Q05AJ3","Q6P0K2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8KC45","Q05AJ3","A8KC45","gata1a","cbx8b","Q05AJ3","A8KC45","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8KB44","Q05AJ3","A8KB44","gata1a","b3gnt3.4","Q05AJ3","A8KB44","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q801U5","Q05AJ3","Q801U5","gata1a","fkbp5","Q05AJ3","Q801U5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q64FF9","Q05AJ3","Q64FF9","gata1a","arnt","Q05AJ3","Q64FF9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W2H3","Q05AJ3","F8W2H3","gata1a","sox6","Q05AJ3","F8W2H3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WHA9","Q05AJ3","A8WHA9","gata1a","il12rb2l","Q05AJ3","A8WHA9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A7MBV8","Q05AJ3","atf4b2","gata1a","atf4b","Q05AJ3","Activating transcription factor 4 (Zgc:171702 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JJN4","Q05AJ3","B8JJN4","gata1a","si:dkey-20i10.7","Q05AJ3","B8JJN4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KQG0","Q05AJ3","A3KQG0","gata1a","mxi1","Q05AJ3","A3KQG0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","U3JAQ5","Q05AJ3","U3JAQ5","gata1a","si:dkey-21c1.1","Q05AJ3","U3JAQ5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4I9S3","Q05AJ3","Si:ch73-100l22.3","gata1a","si:ch73-100l22.3","Q05AJ3","Si:ch73-100l22.3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHJ0","Q05AJ3","sfrs5b","gata1a","srsf5b","Q05AJ3","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2H9","Q05AJ3","F1R2H9","gata1a","gp9","Q05AJ3","F1R2H9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJZ8","Q05AJ3","F1QJZ8","gata1a","sema4gb","Q05AJ3","F1QJZ8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ILW8","Q05AJ3","A0A0R4ILW8","gata1a","ggps1","Q05AJ3","A0A0R4ILW8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCY1","Q05AJ3","Centromere protein J","gata1a","cenpj","Q05AJ3","Centromere protein J","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RJ97","Q05AJ3","Q5RJ97","gata1a","lbr","Q05AJ3","Q5RJ97","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QND7","Q05AJ3","A0A2R8QND7","gata1a","si:ch211-153a8.4","Q05AJ3","A0A2R8QND7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DEF6","Q05AJ3","Q6DEF6","gata1a","usb1","Q05AJ3","Q6DEF6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY33","Q05AJ3","GABA","gata1a","gabarapb","Q05AJ3","GABA(A) receptor-associated protein b (Gamma-aminobutyric acid receptor-associated protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L8R9","Q05AJ3","si:dkey-222b8.2","gata1a","snapin","Q05AJ3","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W3X1","Q05AJ3","F8W3X1","gata1a","stat2","Q05AJ3","F8W3X1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P3I7","Q05AJ3","Q6P3I7","gata1a","arl4ab","Q05AJ3","Q6P3I7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q502L2","Q05AJ3","pgam5","gata1a","pgam5","Q05AJ3","Serine/threonine-protein phosphatase PGAM5, mitochondrial (EC 3.1.3.16) (Phosphoglycerate mutase family member 5)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R287","Q05AJ3","F1R287","gata1a","fbxo3","Q05AJ3","F1R287","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PG29","Q05AJ3","Q6PG29","gata1a","skap2","Q05AJ3","Q6PG29","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FFG9","Q05AJ3","E7FFG9","gata1a","clcn5b","Q05AJ3","E7FFG9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZWC3","Q05AJ3","Q7ZWC3","gata1a","nudt1","Q05AJ3","Q7ZWC3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DFQ1","Q05AJ3","cb536","gata1a","capns1b","Q05AJ3","Calpain, small subunit 1 b (Capns1b protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8E7G4","Q05AJ3","A8E7G4","gata1a","dennd10","Q05AJ3","A8E7G4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QXR2","Q05AJ3","F1QXR2","gata1a","maml3","Q05AJ3","F1QXR2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9C4A5","Q05AJ3","fk47c06","gata1a","ppardb","Q05AJ3","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F8S1","Q05AJ3","E7F8S1","gata1a","egln2","Q05AJ3","E7F8S1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QZA8","Q05AJ3","F1QZA8","gata1a","slc2a9l1","Q05AJ3","F1QZA8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q802D5","Q05AJ3","pfn2","gata1a","pfn2","Q05AJ3","Profilin","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FDW4","Q05AJ3","E7FDW4","gata1a","tbc1d12b","Q05AJ3","E7FDW4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SYC7","Q05AJ3","Q7SYC7","gata1a","-","Q05AJ3","Q7SYC7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8E5F3","Q05AJ3","A8E5F3","gata1a","glod4","Q05AJ3","A8E5F3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NUW5","Q05AJ3","anp32e","gata1a","anp32e","Q05AJ3","Acidic leucine-rich nuclear phosphoprotein 32 family member E","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R1H3","Q05AJ3","F1R1H3","gata1a","ska3","Q05AJ3","F1R1H3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DEG0","Q05AJ3","zgc:92367","gata1a","traf3","Q05AJ3","TNF receptor-associated factor (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHZ1","Q05AJ3","F1QHZ1","gata1a","rad23aa","Q05AJ3","F1QHZ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1MTH6","Q05AJ3","Q1MTH6","gata1a","pdcd2","Q05AJ3","Q1MTH6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQ85","Q05AJ3","yipf6","gata1a","yipf6","Q05AJ3","Protein YIPF6 (YIP1 family member 6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUM9","Q05AJ3","F1QUM9","gata1a","si:dkey-66i24.8","Q05AJ3","F1QUM9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503Y8","Q05AJ3","Q503Y8","gata1a","eurl","Q05AJ3","Q503Y8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QSM7","Q05AJ3","F1QSM7","gata1a","scarb2c","Q05AJ3","F1QSM7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZWB4","Q05AJ3","ARL6IP","gata1a","arl6ip1","Q05AJ3","ADP-ribosylation factor-like 6 interacting protein (ADP-ribosylation factor-like 6-interacting protein 1) (ADP-ribosylation factor-like protein 6-interacting protein 1) (Arl6ip1 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQN0","Q05AJ3","A0A0R4IQN0","gata1a","si:ch211-162e15.3","Q05AJ3","A0A0R4IQN0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZW6","Q05AJ3","E7EZW6","gata1a","srpra","Q05AJ3","E7EZW6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BIP6","Q05AJ3","PAR1","gata1a","f2r","Q05AJ3","Proteinase-activated receptor 1 (Thrombin receptor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QCD6","Q05AJ3","E9QCD6","gata1a","-","Q05AJ3","E9QCD6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBG0","Q05AJ3","E7FBG0","gata1a","pknox1.2","Q05AJ3","E7FBG0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q4Z6","Q05AJ3","A0A2R8Q4Z6","gata1a","kmt2ba","Q05AJ3","A0A2R8Q4Z6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QMZ6","Q05AJ3","F1QMZ6","gata1a","ncalda","Q05AJ3","F1QMZ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZU20","Q05AJ3","PA28-gamma","gata1a","psme3","Q05AJ3","Proteasome activator complex subunit 3 (Activator of multicatalytic protease subunit 3) (Proteasome activator 28 subunit gamma)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R282","Q05AJ3","F1R282","gata1a","plekhm3","Q05AJ3","F1R282","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFG5","Q05AJ3","F1QFG5","gata1a","si:dkey-177p2.6","Q05AJ3","F1QFG5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4VBJ4","Q05AJ3","zgc:112267","gata1a","gnpnat1","Q05AJ3","Glucosamine 6-phosphate N-acetyltransferase (EC 2.3.1.4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQH2","Q05AJ3","Q6IQH2","gata1a","mpdu1b","Q05AJ3","Q6IQH2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0F7","Q05AJ3","zgc:55307","gata1a","ncoa4","Q05AJ3","Nuclear receptor coactivator 4 (Zgc:55307)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QB52","Q05AJ3","E9QB52","gata1a","alkbh8","Q05AJ3","E9QB52","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R188","Q05AJ3","B0R188","gata1a","cenpv","Q05AJ3","B0R188","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F5M9","Q05AJ3","E7F5M9","gata1a","tapt1a","Q05AJ3","E7F5M9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GEU0","Q05AJ3","ATP-citrate synthase","gata1a","aclyb","Q05AJ3","ATP-citrate synthase (EC 2.3.3.8) (ATP-citrate (pro-S-)-lyase) (Citrate cleavage enzyme)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JFV5","Q05AJ3","Q8JFV5","gata1a","hectd1","Q05AJ3","Q8JFV5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KPQ7","Q05AJ3","A3KPQ7","gata1a","cemip2","Q05AJ3","A3KPQ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NUT8","Q05AJ3","Q6NUT8","gata1a","slc10a3","Q05AJ3","Q6NUT8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803D1","Q05AJ3","wu:fb33e02","gata1a","arf1","Q05AJ3","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2W2","Q05AJ3","F1R2W2","gata1a","ripor3","Q05AJ3","F1R2W2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","T1ECW3","Q05AJ3","T1ECW3","gata1a","ranbp10","Q05AJ3","T1ECW3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQG3","Q05AJ3","wu:fb99h09","gata1a","fntb","Q05AJ3","Protein farnesyltransferase subunit beta (FTase-beta) (EC 2.5.1.58)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5W5","Q05AJ3","F1R5W5","gata1a","sfxn1","Q05AJ3","F1R5W5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IGR7","Q05AJ3","A0A0R4IGR7","gata1a","si:ch211-107p11.3","Q05AJ3","A0A0R4IGR7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQU7","Q05AJ3","ints12","gata1a","ints12","Q05AJ3","Integrator complex subunit 12 (Int12)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIV3","Q05AJ3","Q5RIV3","gata1a","pex3","Q05AJ3","Q5RIV3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0D9","Q05AJ3","ciao1","gata1a","ciao1","Q05AJ3","Probable cytosolic iron-sulfur protein assembly protein ciao1 (WD repeat-containing protein 39)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B1H1L4","Q05AJ3","tcf3a","gata1a","tcf3b","Q05AJ3","Transcription factor E2-alpha (Transcription factor 3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMJ1","Q05AJ3","A0A0R4IMJ1","gata1a","ccpg1","Q05AJ3","A0A0R4IMJ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S7E1","Q05AJ3","wu:fc95f02","gata1a","brd7","Q05AJ3","Bromodomain-containing 7 (Bromodomain-containing protein 7)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R069","Q05AJ3","B0R069","gata1a","rcan1a","Q05AJ3","B0R069","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QX00","Q05AJ3","Centlein isoform X1","gata1a","cntln","Q05AJ3","Centlein isoform X1 (Centlein, centrosomal protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NWG0","Q05AJ3","Q6NWG0","gata1a","tspan36","Q05AJ3","Q6NWG0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y8P8","Q05AJ3","A0A286Y8P8","gata1a","ddx20","Q05AJ3","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IA11","Q05AJ3","A0A0R4IA11","gata1a","asb2b","Q05AJ3","A0A0R4IA11","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QKS9","Q05AJ3","A0A2R8QKS9","gata1a","camkmt","Q05AJ3","A0A2R8QKS9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S6A9","Q05AJ3","B0S6A9","gata1a","wdr3","Q05AJ3","B0S6A9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S525","Q05AJ3","igfbp5","gata1a","igfbp5b","Q05AJ3","Insulin-like growth factor-binding protein 5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QKI4","Q05AJ3","A0A2R8QKI4","gata1a","-","Q05AJ3","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4I9C1","Q05AJ3","A0A0R4I9C1","gata1a","yars1","Q05AJ3","A0A0R4I9C1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGN1","Q05AJ3","A2BGN1","gata1a","mvk","Q05AJ3","A2BGN1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GE15","Q05AJ3","si:ch211-113a14.29","gata1a","si:ch211-113a14.22","Q05AJ3","Histone H2B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503W5","Q05AJ3","zgc:110044","gata1a","tusc3","Q05AJ3","Tumor suppressor candidate 3 (Tusc3 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0JML4","Q05AJ3","A0JML4","gata1a","stk17al","Q05AJ3","A0JML4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R0V3","Q05AJ3","B0R0V3","gata1a","gpkow","Q05AJ3","B0R0V3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXT2","Q05AJ3","uvssa","gata1a","uvssa","Q05AJ3","UV-stimulated scaffold protein A","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMF6","Q05AJ3","A5PMF6","gata1a","colgalt1","Q05AJ3","A5PMF6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2ATX7","Q05AJ3","A2ATX7","gata1a","cnnm2a","Q05AJ3","A2ATX7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","O93599","Q05AJ3","STAT3b1","gata1a","stat3","Q05AJ3","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QDD1","Q05AJ3","F1QDD1","gata1a","prmt2","Q05AJ3","F1QDD1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SXP1","Q05AJ3","wu:fk65f06","gata1a","capzb","Q05AJ3","F-actin-capping protein subunit beta","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IXJ3","Q05AJ3","A0A0R4IXJ3","gata1a","si:ch73-248e21.7","Q05AJ3","A0A0R4IXJ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QSI6","Q05AJ3","F1QSI6","gata1a","ssbp4","Q05AJ3","F1QSI6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNH2","Q05AJ3","F1QNH2","gata1a","rsph10b","Q05AJ3","F1QNH2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLH0","Q05AJ3","F1QLH0","gata1a","casp8","Q05AJ3","F1QLH0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F6J8","Q05AJ3","E7F6J8","gata1a","adam8b","Q05AJ3","E7F6J8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IRS1","Q05AJ3","AP-1 complex subunit mu-1","gata1a","ap1m1","Q05AJ3","AP-1 complex subunit mu-1 (Adaptor-related protein complex 1 subunit mu 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q98TT6","Q05AJ3","eif4ebp3l","gata1a","eif4ebp3l","Q05AJ3","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JKI0","Q05AJ3","B8JKI0","gata1a","pcnp","Q05AJ3","B8JKI0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B1H1G9","Q05AJ3","B1H1G9","gata1a","tspan17","Q05AJ3","B1H1G9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0UYS3","Q05AJ3","B0UYS3","gata1a","helb","Q05AJ3","B0UYS3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BJD1","Q05AJ3","Q5BJD1","gata1a","rab6bb","Q05AJ3","Q5BJD1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IAV9","Q05AJ3","A0A0R4IAV9","gata1a","suco","Q05AJ3","A0A0R4IAV9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5C7","Q05AJ3","F1R5C7","gata1a","jak1","Q05AJ3","F1R5C7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFC4","Q05AJ3","id:ibd5110","gata1a","noc2l","Q05AJ3","Nucleolar complex protein 2 homolog","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QBQ4","Q05AJ3","wu:fa03b04","gata1a","tubgcp5","Q05AJ3","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2T0","Q05AJ3","F1R2T0","gata1a","znf319b","Q05AJ3","F1R2T0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBJ6","Q05AJ3","zgc:73375","gata1a","ndufb6","Q05AJ3","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DI31","Q05AJ3","zgc:86657","gata1a","trmt61a","Q05AJ3","tRNA (adenine(58)-N(1))-methyltransferase catalytic subunit TRMT61A (EC 2.1.1.220)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QDQ6","Q05AJ3","F1QDQ6","gata1a","znhit2","Q05AJ3","F1QDQ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4V908","Q05AJ3","ube2s","gata1a","ube2s","Q05AJ3","Ubiquitin-conjugating enzyme E2 S (EC 2.3.2.23) (E2 ubiquitin-conjugating enzyme S) (Ubiquitin carrier protein S) (Ubiquitin-protein ligase S)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QRX3","Q05AJ3","F1QRX3","gata1a","susd1","Q05AJ3","F1QRX3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F6Z5","Q05AJ3","Ataxin 1b","gata1a","atxn1b","Q05AJ3","Ataxin 1b (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8AXX6","Q05AJ3","ppp2r5e2","gata1a","ppp2r5ea","Q05AJ3","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RGA4","Q05AJ3","mysm1","gata1a","mysm1","Q05AJ3","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QGQ9","Q05AJ3","F1QGQ9","gata1a","si:ch211-113e8.11","Q05AJ3","F1QGQ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QCP2","Q05AJ3","E9QCP2","gata1a","mat2b","Q05AJ3","E9QCP2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q6Z6","Q05AJ3","F1Q6Z6","gata1a","txnrd2.2","Q05AJ3","F1Q6Z6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4VBV0","Q05AJ3","Q4VBV0","gata1a","wdfy1","Q05AJ3","Q4VBV0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","K7DY76","Q05AJ3","K7DY76","gata1a","dynlrb2","Q05AJ3","K7DY76","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4VBS8","Q05AJ3","zgc:110436","gata1a","derl2","Q05AJ3","Derlin","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WFE4","Q05AJ3","X1WFE4","gata1a","mrm2","Q05AJ3","X1WFE4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3QK14","Q05AJ3","A3QK14","gata1a","tmem150ab","Q05AJ3","A3QK14","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A7YYE9","Q05AJ3","A7YYE9","gata1a","srp68","Q05AJ3","A7YYE9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DRE5","Q05AJ3","nol5a","gata1a","nop56","Q05AJ3","Nucleolar protein 56 (Nucleolar protein 5A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKT5","Q05AJ3","F1QKT5","gata1a","-","Q05AJ3","F1QKT5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLE3","Q05AJ3","F1QLE3","gata1a","-","Q05AJ3","F1QLE3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BFZ1","Q05AJ3","Max dimerization protein 1","gata1a","mxd1","Q05AJ3","Max dimerization protein 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286YAZ4","Q05AJ3","A0A286YAZ4","gata1a","cltca","Q05AJ3","A0A286YAZ4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q287T7","Q05AJ3","slc25a37","gata1a","slc25a37","Q05AJ3","Mitoferrin-1 (Mitochondrial iron transporter 1) (Protein frascati) (Solute carrier family 25 member 37)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHS3","Q05AJ3","F1QHS3","gata1a","eif3eb","Q05AJ3","F1QHS3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q801M3","Q05AJ3","cmlc2","gata1a","myl7","Q05AJ3","Myosin light chain 2 Mlc2a (Myosin regulatory light chain 2, atrial isoform) (Myosin, light chain 7, regulatory) (Myosin, light polypeptide 7, regulatory)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R4R4","Q05AJ3","F1R4R4","gata1a","kin","Q05AJ3","F1R4R4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUI8","Q05AJ3","eif1b","gata1a","eif1","Q05AJ3","Eukaryotic translation initiation factor 1 (Protein translation factor SUI1 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4G5W3","Q05AJ3","Q4G5W3","gata1a","rtn3","Q05AJ3","Q4G5W3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DG11","Q05AJ3","zgc:91927","gata1a","sart1","Q05AJ3","Spliceosome-associated factor 1, recruiter of U4/U6.U5 tri-snRNP (Squamous cell carcinoma antigen recognised by T cells) (U4/U6.U5 tri-snRNP-associated protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUK1","Q05AJ3","zgc:55886","gata1a","ube2d2","Q05AJ3","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WHU3","Q05AJ3","X1WHU3","gata1a","si:ch73-144d13.8","Q05AJ3","X1WHU3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QDQ1","Q05AJ3","F1QDQ1","gata1a","copa","Q05AJ3","F1QDQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NSR1","Q05AJ3","F6NSR1","gata1a","selenow1","Q05AJ3","F6NSR1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4IG51","Q05AJ3","A4IG51","gata1a","trafd1","Q05AJ3","A4IG51","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RA91","Q05AJ3","F1RA91","gata1a","asl","Q05AJ3","F1RA91","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RBV9","Q05AJ3","F1RBV9","gata1a","cux1b","Q05AJ3","F1RBV9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IVZ7","Q05AJ3","A0A0R4IVZ7","gata1a","crebbpb","Q05AJ3","A0A0R4IVZ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FE12","Q05AJ3","Nuclear factor of activated T-cells, cytoplasmic 3","gata1a","nfatc3a","Q05AJ3","Nuclear factor of activated T-cells, cytoplasmic 3 (Nuclear factor of-activated T cells 3a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QGQ0","Q05AJ3","Histone-lysine N-methyltransferase SETD1A isoform X1","gata1a","setd1a","Q05AJ3","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZSY3","Q05AJ3","smarca4","gata1a","smarca4a","Q05AJ3","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGM9","Q05AJ3","zgc:92850","gata1a","ndufa7","Q05AJ3","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 7 (Complex I-B14.5a) (NADH-ubiquinone oxidoreductase subunit B14.5a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QXH7","Q05AJ3","F1QXH7","gata1a","-","Q05AJ3","F1QXH7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F8I6","Q05AJ3","E7F8I6","gata1a","-","Q05AJ3","E7F8I6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0JZL9","Q05AJ3","B0JZL9","gata1a","ube2z","Q05AJ3","B0JZL9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QX94","Q05AJ3","F1QX94","gata1a","eif4g3b","Q05AJ3","F1QX94","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQE0","Q05AJ3","A0A0R4IQE0","gata1a","scarb1","Q05AJ3","A0A0R4IQE0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8S0G1","Q05AJ3","A0A2R8S0G1","gata1a","-","Q05AJ3","A0A2R8S0G1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WH79","Q05AJ3","gp130","gata1a","il6st","Q05AJ3","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q71PD7","Q05AJ3","h2az2a","gata1a","h2az2a","Q05AJ3","Histone H2A.V (H2A.F/Z)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIB3","Q05AJ3","F1QIB3","gata1a","dbnlb","Q05AJ3","F1QIB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RJH6","Q05AJ3","sb:cb295","gata1a","guk1a","Q05AJ3","guanylate kinase (EC 2.7.4.8)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUG5","Q05AJ3","F1QUG5","gata1a","eif3c","Q05AJ3","F1QUG5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QH03","Q05AJ3","E9QH03","gata1a","slc45a4b","Q05AJ3","E9QH03","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZZJ7","Q05AJ3","ae1","gata1a","slc4a1a","Q05AJ3","Anion exchange protein","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QFW3","Q05AJ3","A0A2R8QFW3","gata1a","pxmp4","Q05AJ3","A0A2R8QFW3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFA1","Q05AJ3","F1QFA1","gata1a","slc30a2","Q05AJ3","F1QFA1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q567Y8","Q05AJ3","ppp2ca","gata1a","ppp2caa","Q05AJ3","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F569","Q05AJ3","E7F569","gata1a","si:ch211-153b23.5","Q05AJ3","E7F569","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JMD7","Q05AJ3","B8JMD7","gata1a","fryl","Q05AJ3","B8JMD7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3ISG9","Q05AJ3","I3ISG9","gata1a","-","Q05AJ3","I3ISG9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QSW0","Q05AJ3","F1QSW0","gata1a","vars2","Q05AJ3","F1QSW0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IYY9","Q05AJ3","A0A0R4IYY9","gata1a","-","Q05AJ3","A0A0R4IYY9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQW8","Q05AJ3","A0A0R4IQW8","gata1a","ssbp2","Q05AJ3","A0A0R4IQW8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IS86","Q05AJ3","I3IS86","gata1a","-","Q05AJ3","I3IS86","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A1A5I1","Q05AJ3","A1A5I1","gata1a","fam133","Q05AJ3","A1A5I1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RBH0","Q05AJ3","F1RBH0","gata1a","klf13","Q05AJ3","F1RBH0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F6X2","Q05AJ3","fc03a11","gata1a","vkorc1","Q05AJ3","vitamin-K-epoxide reductase (warfarin-sensitive) (EC 1.17.4.4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F481","Q05AJ3","E7F481","gata1a","si:cabz01074946.1","Q05AJ3","E7F481","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RDW5","Q05AJ3","F1RDW5","gata1a","-","Q05AJ3","F1RDW5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F885","Q05AJ3","E7F885","gata1a","taok3a","Q05AJ3","E7F885","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QW75","Q05AJ3","F1QW75","gata1a","dnajb12b","Q05AJ3","F1QW75","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y9J3","Q05AJ3","A0A286Y9J3","gata1a","si:ch211-126c2.4","Q05AJ3","A0A286Y9J3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WBN9","Q05AJ3","X1WBN9","gata1a","-","Q05AJ3","X1WBN9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WBQ1","Q05AJ3","X1WBQ1","gata1a","wdr53","Q05AJ3","X1WBQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RC66","Q05AJ3","F1RC66","gata1a","rabac1","Q05AJ3","F1RC66","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMR2","Q05AJ3","usp33","gata1a","usp33","Q05AJ3","Ubiquitin carboxyl-terminal hydrolase 33 (EC 3.4.19.12) (Deubiquitinating enzyme 33) (Ubiquitin thioesterase 33) (Ubiquitin-specific-processing protease 33)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IB27","Q05AJ3","A0A0R4IB27","gata1a","si:dkey-31c13.1","Q05AJ3","A0A0R4IB27","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QVV4","Q05AJ3","zgc:92484","gata1a","cpsf2","Q05AJ3","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KPH1","Q05AJ3","A0A0G2KPH1","gata1a","-","Q05AJ3","A0A0G2KPH1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PFJ0","Q05AJ3","Q6PFJ0","gata1a","rpl7l1","Q05AJ3","Q6PFJ0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QSU2","Q05AJ3","F1QSU2","gata1a","cluha","Q05AJ3","F1QSU2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1REG4","Q05AJ3","F1REG4","gata1a","palb2","Q05AJ3","F1REG4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JIS1","Q05AJ3","B8JIS1","gata1a","atp5pb","Q05AJ3","B8JIS1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3ITH4","Q05AJ3","I3ITH4","gata1a","kdm4aa","Q05AJ3","I3ITH4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286YB73","Q05AJ3","A0A286YB73","gata1a","ppp6r3","Q05AJ3","A0A286YB73","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L887","Q05AJ3","Q1L887","gata1a","tcf25","Q05AJ3","Q1L887","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMB0","Q05AJ3","A5PMB0","gata1a","zbtb10","Q05AJ3","A5PMB0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGL5","Q05AJ3","wu:fc34a11","gata1a","trappc5","Q05AJ3","Trafficking protein particle complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JM36","Q05AJ3","B8JM36","gata1a","mrpl16","Q05AJ3","B8JM36","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IAH0","Q05AJ3","A0A0R4IAH0","gata1a","hdac4","Q05AJ3","A0A0R4IAH0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LVG2","Q05AJ3","Q1LVG2","gata1a","use1","Q05AJ3","Q1LVG2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZN4","Q05AJ3","A0A0R4IZN4","gata1a","-","Q05AJ3","A0A0R4IZN4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QDS6","Q05AJ3","A0A2R8QDS6","gata1a","-","Q05AJ3","A0A2R8QDS6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QR43","Q05AJ3","glceb","gata1a","glceb","Q05AJ3","D-glucuronyl C5-epimerase B (EC 5.1.3.17)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IKJ3","Q05AJ3","A0A0R4IKJ3","gata1a","arid1aa","Q05AJ3","A0A0R4IKJ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMS9","Q05AJ3","DNA-directed RNA polymerase subunit","gata1a","polr2a","Q05AJ3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IJ50","Q05AJ3","A0A0R4IJ50","gata1a","hdhd5","Q05AJ3","A0A0R4IJ50","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LX81","Q05AJ3","Q1LX81","gata1a","psme3ip1","Q05AJ3","Q1LX81","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DIT9","Q05AJ3","B3DIT9","gata1a","pdk4","Q05AJ3","B3DIT9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IG34","Q05AJ3","A0A0R4IG34","gata1a","-","Q05AJ3","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IFS2","Q05AJ3","A0A0R4IFS2","gata1a","aak1a","Q05AJ3","A0A0R4IFS2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KNV8","Q05AJ3","A3KNV8","gata1a","ubfd1","Q05AJ3","A3KNV8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY72","Q05AJ3","F1QY72","gata1a","mis12","Q05AJ3","F1QY72","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LX59","Q05AJ3","Q1LX59","gata1a","ch25hl1.2","Q05AJ3","Q1LX59","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WBN4","Q05AJ3","X1WBN4","gata1a","si:ch211-129o18.4","Q05AJ3","X1WBN4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F981","Q05AJ3","im:7151238","gata1a","nup98","Q05AJ3","Nuclear pore complex protein Nup98-Nup96","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B2GTW6","Q05AJ3","B2GTW6","gata1a","cs","Q05AJ3","B2GTW6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8HAL1","Q05AJ3","usp16","gata1a","usp16","Q05AJ3","Ubiquitin carboxyl-terminal hydrolase 16 (EC 3.4.19.12) (Deubiquitinating enzyme 16) (Ubiquitin thioesterase 16) (Ubiquitin-specific-processing protease 16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IJI1","Q05AJ3","A0A0R4IJI1","gata1a","si:ch211-225b11.4","Q05AJ3","A0A0R4IJI1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F6T6","Q05AJ3","E7F6T6","gata1a","slc25a51b","Q05AJ3","E7F6T6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DGU1","Q05AJ3","B3DGU1","gata1a","fignl1","Q05AJ3","B3DGU1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WGN9","Q05AJ3","Kinesin family member 20Bb","gata1a","kif20bb","Q05AJ3","Kinesin family member 20Bb (Kinesin-like protein KIF20B isoform X2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUG0","Q05AJ3","snrpe","gata1a","snrpe","Q05AJ3","Small nuclear ribonucleoprotein E (snRNP-E) (Sm protein E) (Sm-E) (SmE)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PC55","Q05AJ3","Q6PC55","gata1a","gid8a","Q05AJ3","Q6PC55","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WV25","Q05AJ3","A5WV25","gata1a","mpp1","Q05AJ3","A5WV25","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BIG0","Q05AJ3","A2BIG0","gata1a","si:ch211-225b11.1","Q05AJ3","A2BIG0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0UYL5","Q05AJ3","B0UYL5","gata1a","dhrs12","Q05AJ3","B0UYL5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q973","Q05AJ3","F1Q973","gata1a","acap2","Q05AJ3","F1Q973","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503P2","Q05AJ3","nip7","gata1a","nip7","Q05AJ3","60S ribosome subunit biogenesis protein NIP7 homolog","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IXV5","Q05AJ3","A0A0R4IXV5","gata1a","psip1a","Q05AJ3","A0A0R4IXV5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RMY7","Q05AJ3","A0A2R8RMY7","gata1a","eml1","Q05AJ3","A0A2R8RMY7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5VSC8","Q05AJ3","Q5VSC8","gata1a","ddhd1b","Q05AJ3","Q5VSC8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0V1B5","Q05AJ3","ER membrane protein complex subunit 3","gata1a","-","Q05AJ3","ER membrane protein complex subunit 3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBI6","Q05AJ3","E7FBI6","gata1a","si:ch73-193c12.2","Q05AJ3","E7FBI6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DJF1","Q05AJ3","B3DJF1","gata1a","LOC561073","Q05AJ3","B3DJF1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9PU58","Q05AJ3","Q9PU58","gata1a","nipsnap2","Q05AJ3","Q9PU58","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IS54","Q05AJ3","si:ch1073-342h5.2","gata1a","si:ch1073-342h5.2","Q05AJ3","Leucine-rich repeat-containing protein 41","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q05AL8","Q05AJ3","Q05AL8","gata1a","znf76","Q05AJ3","Q05AL8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FAZ1","Q05AJ3","E7FAZ1","gata1a","si:ch211-149b19.3","Q05AJ3","E7FAZ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9C3U0","Q05AJ3","A9C3U0","gata1a","si:ch211-204d2.4","Q05AJ3","A9C3U0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QSB3","Q05AJ3","F1QSB3","gata1a","srprb","Q05AJ3","F1QSB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZJ9","Q05AJ3","A0A0R4IZJ9","gata1a","atg4db","Q05AJ3","A0A0R4IZJ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QBK0","Q05AJ3","F1QBK0","gata1a","sgk2a","Q05AJ3","F1QBK0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S789","Q05AJ3","STAT","gata1a","stat1b","Q05AJ3","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGK1","Q05AJ3","zgc:92883","gata1a","arl1","Q05AJ3","ADP-ribosylation factor-like protein 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4J6P5","Q05AJ3","A0A0R4J6P5","gata1a","ash1l","Q05AJ3","A0A0R4J6P5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R0K9","Q05AJ3","B0R0K9","gata1a","si:ch211-103n10.5","Q05AJ3","B0R0K9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IM18","Q05AJ3","A0A0R4IM18","gata1a","mier1a","Q05AJ3","A0A0R4IM18","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IU39","Q05AJ3","wu:fe49f10","gata1a","cdc20","Q05AJ3","Cell division cycle 20 homolog (Cell division cycle protein 20 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IS50","Q05AJ3","A0A0R4IS50","gata1a","dusp1","Q05AJ3","A0A0R4IS50","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6ZM34","Q05AJ3","bZ34G2.3","gata1a","vps35","Q05AJ3","Vacuolar protein sorting-associated protein 35","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F853","Q05AJ3","E7F853","gata1a","si:ch211-261n11.5","Q05AJ3","E7F853","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DK47","Q05AJ3","B3DK47","gata1a","per1b","Q05AJ3","B3DK47","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV60","Q05AJ3","Q7ZV60","gata1a","bcs1l","Q05AJ3","Q7ZV60","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IMW9","Q05AJ3","zgc:92379","gata1a","lsm6","Q05AJ3","LSM6 homolog, U6 small nuclear RNA and mRNA degradation-associated (LSM6 homolog, U6 small nuclear RNA associated (S. cerevisiae)) (Lsm6 protein) (U6 snRNA-associated Sm-like protein LSm6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F216","Q05AJ3","E7F216","gata1a","xylt2","Q05AJ3","E7F216","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LY46","Q05AJ3","letm1","gata1a","letm1","Q05AJ3","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BID3","Q05AJ3","A2BID3","gata1a","ccnl1a","Q05AJ3","A2BID3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKN1","Q05AJ3","F1QKN1","gata1a","ppp1r3da","Q05AJ3","F1QKN1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BJK2","Q05AJ3","fk66h08","gata1a","rpp30","Q05AJ3","Ribonuclease P protein subunit p30 (EC 3.1.26.5) (Ribonuclease P/MRP 30 subunit) (Rpp30 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCX5","Q05AJ3","E7FCX5","gata1a","dmtn","Q05AJ3","E7FCX5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q98TZ8","Q05AJ3","flot2a","gata1a","flot2a","Q05AJ3","Flotillin-2a (Reggie-1a) (REG-1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QWR4","Q05AJ3","F1QWR4","gata1a","fh","Q05AJ3","F1QWR4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F3R0","Q05AJ3","E7F3R0","gata1a","iftap","Q05AJ3","E7F3R0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q801U3","Q05AJ3","Q801U3","gata1a","srsf3a","Q05AJ3","Q801U3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S7I0","Q05AJ3","B0S7I0","gata1a","pnpla7b","Q05AJ3","B0S7I0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PH46","Q05AJ3","zgc:65789","gata1a","cct4","Q05AJ3","T-complex protein 1 subunit delta","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F0N6","Q05AJ3","Amyloid beta","gata1a","apbb1","Q05AJ3","Amyloid beta (A4) precursor protein-binding, family B, member 1 (Fe65) (Amyloid beta A4 precursor protein-binding family B member 1 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W4H3","Q05AJ3","F8W4H3","gata1a","tyk2","Q05AJ3","F8W4H3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08C81","Q05AJ3","med19a","gata1a","med19a","Q05AJ3","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8PWY4","Q05AJ3","A0A2R8PWY4","gata1a","-","Q05AJ3","A0A2R8PWY4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JT04","Q05AJ3","zgc:110199","gata1a","cbsa","Q05AJ3","Cystathionine beta-synthase (EC 4.2.1.22)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLL4","Q05AJ3","F1QLL4","gata1a","LOC100330838","Q05AJ3","F1QLL4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q566T2","Q05AJ3","Q566T2","gata1a","alg8","Q05AJ3","Q566T2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q802C9","Q05AJ3","eif4a1","gata1a","eif4a1a","Q05AJ3","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FEY1","Q05AJ3","mitogen-activated protein kinase kinase kinase","gata1a","map3k14a","Q05AJ3","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QEY2","Q05AJ3","F1QEY2","gata1a","mettl2a","Q05AJ3","F1QEY2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSM6","Q05AJ3","A0A1D5NSM6","gata1a","madd","Q05AJ3","A0A1D5NSM6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY31","Q05AJ3","F1QY31","gata1a","rbl1","Q05AJ3","F1QY31","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IEX1","Q05AJ3","A0A0R4IEX1","gata1a","cep192","Q05AJ3","A0A0R4IEX1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5B1","Q05AJ3","F1Q5B1","gata1a","cers1","Q05AJ3","F1Q5B1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08BW0","Q05AJ3","otud5a","gata1a","otud5a","Q05AJ3","OTU domain-containing protein 5-A (EC 3.4.19.12) (Deubiquitinating enzyme A) (DUBA)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QBG4","Q05AJ3","F1QBG4","gata1a","atp2b1b","Q05AJ3","F1QBG4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R184","Q05AJ3","wu:fb20a07","gata1a","txndc5","Q05AJ3","protein disulfide-isomerase (EC 5.3.4.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QAU7","Q05AJ3","Dihydroxyacetone phosphate acyltransferase","gata1a","gnpat","Q05AJ3","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SZ61","Q05AJ3","Q7SZ61","gata1a","gps2","Q05AJ3","Q7SZ61","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8J6","Q05AJ3","F1R8J6","gata1a","ppt1","Q05AJ3","F1R8J6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QF85","Q05AJ3","F1QF85","gata1a","tfam","Q05AJ3","F1QF85","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RFW2","Q05AJ3","tab2","gata1a","tab2","Q05AJ3","TGF-beta-activated kinase 1 and MAP3K7-binding protein 2 (Mitogen-activated protein kinase kinase kinase 7-interacting protein 2) (TGF-beta-activated kinase 1-binding protein 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9B5","Q05AJ3","F1Q9B5","gata1a","slc6a16b","Q05AJ3","F1Q9B5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QZR2","Q05AJ3","im:5916170","gata1a","pak4","Q05AJ3","P21 protein (Cdc42/Rac)-activated kinase 4 (Serine/threonine-protein kinase PAK 4 (EC 2.7.11.1))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1ECX4","Q05AJ3","Q1ECX4","gata1a","tlk2","Q05AJ3","Q1ECX4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NJE0","Q05AJ3","ankrd6","gata1a","ankrd6b","Q05AJ3","Ankyrin repeat domain 6b (Ankyrin repeat domain-containing protein 6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIH2","Q05AJ3","C-1-tetrahydrofolate synthase, cytoplasmic","gata1a","mthfd1a","Q05AJ3","C-1-tetrahydrofolate synthase, cytoplasmic (EC 1.5.1.5) (EC 3.5.4.9)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZG7","Q05AJ3","E7EZG7","gata1a","ptprea","Q05AJ3","E7EZG7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QW11","Q05AJ3","F1QW11","gata1a","ftr12","Q05AJ3","F1QW11","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QGI2","Q05AJ3","F1QGI2","gata1a","sec63","Q05AJ3","F1QGI2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9PUQ6","Q05AJ3","Sk-Tmod","gata1a","tmod4","Q05AJ3","Sk-tropomodulin (Tropomodulin-4) (tropomodulin 4 (Muscle))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KQS4","Q05AJ3","A3KQS4","gata1a","mindy1","Q05AJ3","A3KQS4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NZZ0","Q05AJ3","Q6NZZ0","gata1a","timm17a","Q05AJ3","Q6NZZ0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q66HV8","Q05AJ3","pfkm","gata1a","pfkma","Q05AJ3","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGD8","Q05AJ3","Q6DGD8","gata1a","rnpep","Q05AJ3","Q6DGD8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A7MD64","Q05AJ3","A7MD64","gata1a","ubn2b","Q05AJ3","A7MD64","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IGK4","Q05AJ3","A0A0R4IGK4","gata1a","stom","Q05AJ3","A0A0R4IGK4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P696","Q05AJ3","Q6P696","gata1a","glo1","Q05AJ3","Q6P696","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WEK0","Q05AJ3","Establishment of sister chromatid cohesion N-acetyltransferase 1","gata1a","esco1","Q05AJ3","Establishment of sister chromatid cohesion N-acetyltransferase 1 (N-acetyltransferase ESCO1 isoform X2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q4N6","Q05AJ3","F1Q4N6","gata1a","-","Q05AJ3","F1Q4N6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R166","Q05AJ3","wu:fd50g11","gata1a","eif4a2","Q05AJ3","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SXB5","Q05AJ3","Q7SXB5","gata1a","phf23b","Q05AJ3","Q7SXB5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S660","Q05AJ3","B0S660","gata1a","plekhj1","Q05AJ3","B0S660","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KPR4","Q05AJ3","A3KPR4","gata1a","hist1h4l","Q05AJ3","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NY69","Q05AJ3","Q6NY69","gata1a","ubl3a","Q05AJ3","Q6NY69","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L8R2","Q05AJ3","Q1L8R2","gata1a","sfpq","Q05AJ3","Q1L8R2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LFU9","Q05AJ3","A0A140LFU9","gata1a","-","Q05AJ3","A0A140LFU9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIG3","Q05AJ3","Q5RIG3","gata1a","ncoa1","Q05AJ3","Q5RIG3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QB54","Q05AJ3","pabpc1a","gata1a","pabpc1a","Q05AJ3","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKY3","Q05AJ3","F1QKY3","gata1a","ttc5","Q05AJ3","F1QKY3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TGS9","Q05AJ3","Q6TGS9","gata1a","ubl3b","Q05AJ3","Q6TGS9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBN5","Q05AJ3","aup1","gata1a","aup1","Q05AJ3","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QFU3","Q05AJ3","E9QFU3","gata1a","htr6","Q05AJ3","E9QFU3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SXR2","Q05AJ3","dnajb12","gata1a","dnajb12a","Q05AJ3","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R186","Q05AJ3","B0R186","gata1a","pigl","Q05AJ3","B0R186","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5X2","Q05AJ3","F1R5X2","gata1a","klf11b","Q05AJ3","F1R5X2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q6F6","Q05AJ3","A0A2R8Q6F6","gata1a","si:dkey-24l11.2","Q05AJ3","A0A2R8Q6F6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RAK9","Q05AJ3","F1RAK9","gata1a","lpin2","Q05AJ3","F1RAK9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W2B7","Q05AJ3","F8W2B7","gata1a","si:dkey-249d8.1","Q05AJ3","F8W2B7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R372","Q05AJ3","Rho GTPase-activating protein 5","gata1a","arhgap5","Q05AJ3","Rho GTPase-activating protein 5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QEF3","Q05AJ3","F1QEF3","gata1a","snrkb","Q05AJ3","F1QEF3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMJ9","Q05AJ3","A0A0R4IMJ9","gata1a","n4bp2l2","Q05AJ3","A0A0R4IMJ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QP99","Q05AJ3","F1QP99","gata1a","pdia7","Q05AJ3","F1QP99","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QGU6","Q05AJ3","A0A2R8QGU6","gata1a","strn4","Q05AJ3","A0A2R8QGU6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9W722","Q05AJ3","tef","gata1a","tefa","Q05AJ3","TEF transcription factor, PAR bZIP family member a (Thyrotroph embryonic factor alpha isoform) (Thyrotrophic embryonic factor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNX7","Q05AJ3","upf3b","gata1a","upf3b","Q05AJ3","Regulator of nonsense transcripts 3B (UPF3B regulator of nonsense mediated mRNA decay) (Up-frameshift suppressor 3 homolog B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RR50","Q05AJ3","A0A2R8RR50","gata1a","-","Q05AJ3","A0A2R8RR50","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJ75","Q05AJ3","F1QJ75","gata1a","cyb5r1","Q05AJ3","F1QJ75","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QC37","Q05AJ3","F1QC37","gata1a","zbtb21","Q05AJ3","F1QC37","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5U3T8","Q05AJ3","Q5U3T8","gata1a","rhoua","Q05AJ3","Q5U3T8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NXI0","Q05AJ3","F6NXI0","gata1a","pfkfb4b","Q05AJ3","F6NXI0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W3A9","Q05AJ3","Kell blood group glycoprotein","gata1a","kel","Q05AJ3","Kell blood group glycoprotein (Kell metallo-endopeptidase (Kell blood group))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0F0","Q05AJ3","emc6","gata1a","emc6","Q05AJ3","ER membrane protein complex subunit 6 (Transmembrane protein 93)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IUB5","Q05AJ3","A0A0R4IUB5","gata1a","srsf11","Q05AJ3","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KCW6","Q05AJ3","A0A0G2KCW6","gata1a","ddb1","Q05AJ3","A0A0G2KCW6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QI48","Q05AJ3","A0A2R8QI48","gata1a","ralgapa2","Q05AJ3","A0A2R8QI48","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q503X2","Q05AJ3","Q503X2","gata1a","mrpl4","Q05AJ3","Q503X2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WWI9","Q05AJ3","A5WWI9","gata1a","si:ch73-92i20.1","Q05AJ3","A5WWI9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QIV0","Q05AJ3","ef2","gata1a","elf2b","Q05AJ3","E74-like factor 2b (ets domain transcription factor) (ETS-related transcription factor Elf-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DH29","Q05AJ3","zgc:92670","gata1a","mrps26","Q05AJ3","Small ribosomal subunit protein mS26 (28S ribosomal protein S26, mitochondrial)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IFR5","Q05AJ3","A0A0R4IFR5","gata1a","mtmr3","Q05AJ3","A0A0R4IFR5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T181","Q05AJ3","Q7T181","gata1a","ing5b","Q05AJ3","Q7T181","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4INK2","Q05AJ3","A0A0R4INK2","gata1a","uap1","Q05AJ3","A0A0R4INK2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QI61","Q05AJ3","E9QI61","gata1a","arrdc2","Q05AJ3","E9QI61","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KQN9","Q05AJ3","zgc:111823","gata1a","ints8","Q05AJ3","Integrator complex subunit 8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F4J9","Q05AJ3","E7F4J9","gata1a","cux1a","Q05AJ3","E7F4J9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QK67","Q05AJ3","F1QK67","gata1a","prmt9","Q05AJ3","F1QK67","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5I0F7","Q05AJ3","fb50g02","gata1a","foxo3a","Q05AJ3","Forkhead box O3A","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QMA2","Q05AJ3","A0A2R8QMA2","gata1a","rbm25a","Q05AJ3","A0A2R8QMA2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QMY0","Q05AJ3","F1QMY0","gata1a","dipk2b","Q05AJ3","F1QMY0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IPV1","Q05AJ3","A0A0R4IPV1","gata1a","alad","Q05AJ3","A0A0R4IPV1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WCF3","Q05AJ3","DNA topoisomerase","gata1a","top3a","Q05AJ3","DNA topoisomerase (EC 5.6.2.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCT0","Q05AJ3","F1QCT0","gata1a","timm50","Q05AJ3","F1QCT0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R143","Q05AJ3","F1R143","gata1a","znf395a","Q05AJ3","F1R143","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F4L2","Q05AJ3","E7F4L2","gata1a","map3k8","Q05AJ3","E7F4L2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JLW8","Q05AJ3","B8JLW8","gata1a","gmps","Q05AJ3","B8JLW8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9I9P9","Q05AJ3","smad2","gata1a","smad2","Q05AJ3","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBB3","Q05AJ3","E7FBB3","gata1a","pdgfbb","Q05AJ3","E7FBB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCQ8","Q05AJ3","bbs6","gata1a","mkks","Q05AJ3","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2E0","Q05AJ3","si:ch211-197g15.1","gata1a","hnrnpm","Q05AJ3","Heterogeneous nuclear ribonucleoprotein M","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LWL6","Q05AJ3","Q1LWL6","gata1a","gse1","Q05AJ3","Q1LWL6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TNU4","Q05AJ3","fen1","gata1a","fen1","Q05AJ3","Flap endonuclease 1 (FEN-1) (EC 3.1.-.-) (Flap structure-specific endonuclease 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3B9","Q05AJ3","fc21c10","gata1a","fanci","Q05AJ3","FA complementation group I (Fanconi anemia group I protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W2P6","Q05AJ3","F8W2P6","gata1a","glyctk","Q05AJ3","F8W2P6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R235","Q05AJ3","F1R235","gata1a","cfap36","Q05AJ3","F1R235","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QNW3","Q05AJ3","F1QNW3","gata1a","rtel1","Q05AJ3","F1QNW3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803N7","Q05AJ3","ck2a1","gata1a","csnk2a1","Q05AJ3","Casein kinase 2 alpha 1 (Casein kinase 2, alpha 1 polypeptide (EC 2.7.11.1)) (Ck2a1 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FFB7","Q05AJ3","E7FFB7","gata1a","ezh1","Q05AJ3","E7FFB7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F7Z9","Q05AJ3","E7F7Z9","gata1a","si:dkey-100n23.5","Q05AJ3","E7F7Z9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S505","Q05AJ3","B0S505","gata1a","srrd","Q05AJ3","B0S505","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCP9","Q05AJ3","F1QCP9","gata1a","riok3","Q05AJ3","F1QCP9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q860B9","Q05AJ3","Q860B9","gata1a","ik","Q05AJ3","Q860B9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DI25","Q05AJ3","zgc:86740","gata1a","imp4","Q05AJ3","IMP U3 small nucleolar ribonucleoprotein 4 (IMP4, U3 small nucleolar ribonucleoprotein, homolog (Yeast)) (U3 small nucleolar ribonucleoprotein protein IMP4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6P364","Q05AJ3","F6P364","gata1a","hnrnpa3","Q05AJ3","F6P364","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QKS9","Q05AJ3","zgc:163126","gata1a","mrps21","Q05AJ3","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LGQ6","Q05AJ3","A0A140LGQ6","gata1a","dnajc14","Q05AJ3","A0A140LGQ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QF26","Q05AJ3","F1QF26","gata1a","tmem256","Q05AJ3","F1QF26","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3R6","Q05AJ3","F1R3R6","gata1a","prdm4","Q05AJ3","F1R3R6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IS43","Q05AJ3","A0A0R4IS43","gata1a","si:ch211-207c6.2","Q05AJ3","A0A0R4IS43","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RHQ5","Q05AJ3","Q5RHQ5","gata1a","cnstb","Q05AJ3","Q5RHQ5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5BL35","Q05AJ3","spopla","gata1a","spopla","Q05AJ3","Speckle-type POZ protein-like A (HIB homolog 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGB0","Q05AJ3","Q6DGB0","gata1a","abhd17b","Q05AJ3","Q6DGB0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WCC6","Q05AJ3","X1WCC6","gata1a","si:dkey-33c14.7","Q05AJ3","X1WCC6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R4C4","Q05AJ3","pias4a","gata1a","pias4a","Q05AJ3","E3 SUMO-protein ligase PIAS4-A (EC 2.3.2.27) (Protein inhibitor of activated STAT protein 4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P132","Q05AJ3","tax1bp1b","gata1a","tax1bp1b","Q05AJ3","Tax1-binding protein 1 homolog B","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8DZI0","Q05AJ3","A8DZI0","gata1a","rc3h1b","Q05AJ3","A8DZI0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y7Z2","Q05AJ3","A0A286Y7Z2","gata1a","me1","Q05AJ3","A0A286Y7Z2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1MT41","Q05AJ3","Q1MT41","gata1a","rbbp9","Q05AJ3","Q1MT41","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A5L1","Q05AJ3","B8A5L1","gata1a","ecpas","Q05AJ3","B8A5L1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F3Z0","Q05AJ3","DDB1 and CUL4-associated factor 15","gata1a","dcaf15","Q05AJ3","DDB1 and CUL4-associated factor 15 (DDB1- and CUL4-associated factor 15)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KN81","Q05AJ3","LOC100331938","gata1a","acvr2bb","Q05AJ3","Serine/threonine-protein kinase receptor (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6AXK9","Q05AJ3","zgc:100815","gata1a","thoc3","Q05AJ3","THO complex 3 (THO complex subunit 3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RD97","Q05AJ3","F1RD97","gata1a","cmtm7","Q05AJ3","F1RD97","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F2H4","Q05AJ3","E7F2H4","gata1a","ccdc186","Q05AJ3","E7F2H4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZU99","Q05AJ3","vcp","gata1a","vcp","Q05AJ3","Transitional endoplasmic reticulum ATPase (TER ATPase) (EC 3.6.4.6) (Protein CDC48) (Valosin-containing protein) (VCP)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ILF4","Q05AJ3","A0A0R4ILF4","gata1a","si:dkey-151g10.6","Q05AJ3","A0A0R4ILF4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ICB9","Q05AJ3","A0A0R4ICB9","gata1a","cant1b","Q05AJ3","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JTG7","Q05AJ3","A9JTG7","gata1a","ubac1","Q05AJ3","A9JTG7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1JPT7","Q05AJ3","Q1JPT7","gata1a","thap1","Q05AJ3","Q1JPT7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PBX8","Q05AJ3","zgc:73198","gata1a","ndufv2","Q05AJ3","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJT2","Q05AJ3","F1QJT2","gata1a","-","Q05AJ3","F1QJT2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RJV5","Q05AJ3","A0A2R8RJV5","gata1a","telo2","Q05AJ3","A0A2R8RJV5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9DEG6","Q05AJ3","Q9DEG6","gata1a","ctbp2a","Q05AJ3","Q9DEG6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QHZ7","Q05AJ3","A0A2R8QHZ7","gata1a","fam214a","Q05AJ3","A0A2R8QHZ7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QGZ6","Q05AJ3","A0A2R8QGZ6","gata1a","ano10a","Q05AJ3","A0A2R8QGZ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZWJ7","Q05AJ3","rpl34","gata1a","rpl34","Q05AJ3","Large ribosomal subunit protein eL34 (60S ribosomal protein L34)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJS3","Q05AJ3","DNA repair protein complementing XP-G cells","gata1a","ercc5","Q05AJ3","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BG79","Q05AJ3","A2BG79","gata1a","bnip3lb","Q05AJ3","A2BG79","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFR0","Q05AJ3","F1QFR0","gata1a","tg","Q05AJ3","F1QFR0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R026","Q05AJ3","B0R026","gata1a","prmt5","Q05AJ3","B0R026","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T2C4","Q05AJ3","Q7T2C4","gata1a","slc26a5","Q05AJ3","Q7T2C4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQG1","Q05AJ3","zgc:56481","gata1a","hmgcs1","Q05AJ3","Hydroxymethylglutaryl-CoA synthase (HMG-CoA synthase) (EC 2.3.3.10) (3-hydroxy-3-methylglutaryl coenzyme A synthase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WF50","Q05AJ3","X1WF50","gata1a","si:ch211-40k21.5","Q05AJ3","X1WF50","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A487","Q05AJ3","B8A487","gata1a","ifi27.7","Q05AJ3","B8A487","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJA8","Q05AJ3","F1QJA8","gata1a","commd7","Q05AJ3","F1QJA8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RB90","Q05AJ3","F1RB90","gata1a","-","Q05AJ3","F1RB90","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIC0","Q05AJ3","F1QIC0","gata1a","cbsb","Q05AJ3","F1QIC0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R9R7","Q05AJ3","F1R9R7","gata1a","agfg1a","Q05AJ3","F1R9R7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q855","Q05AJ3","A0A2R8Q855","gata1a","plac8l1","Q05AJ3","A0A2R8Q855","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1JPR9","Q05AJ3","Q1JPR9","gata1a","arhgap10","Q05AJ3","Q1JPR9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R4Q3","Q05AJ3","F1R4Q3","gata1a","-","Q05AJ3","F1R4Q3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DRC5","Q05AJ3","Q6DRC5","gata1a","uspl1","Q05AJ3","Q6DRC5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PMC2","Q05AJ3","A5PMC2","gata1a","gpr137","Q05AJ3","A5PMC2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FGQ1","Q05AJ3","E7FGQ1","gata1a","coro2ba","Q05AJ3","E7FGQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PEJ2","Q05AJ3","zgc:65827","gata1a","ap2s1","Q05AJ3","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KER3","Q05AJ3","A0A0G2KER3","gata1a","-","Q05AJ3","A0A0G2KER3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F365","Q05AJ3","E7F365","gata1a","nrde2","Q05AJ3","E7F365","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IT94","Q05AJ3","I3IT94","gata1a","si:dkey-156n14.3","Q05AJ3","I3IT94","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8S0","Q05AJ3","fb26e10","gata1a","drap1","Q05AJ3","DR1-associated protein 1 (negative cofactor 2 alpha) (Dr1-associated corepressor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q6H4","Q05AJ3","F1Q6H4","gata1a","zc3h6","Q05AJ3","F1Q6H4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A1A5Y1","Q05AJ3","A1A5Y1","gata1a","mgst3b","Q05AJ3","A1A5Y1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NZ06","Q05AJ3","Q6NZ06","gata1a","ilf2","Q05AJ3","Q6NZ06","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6GQL7","Q05AJ3","Q6GQL7","gata1a","fhl1a","Q05AJ3","Q6GQL7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZ02","Q05AJ3","LSM8","gata1a","lsm8","Q05AJ3","U6 snRNA-associated Sm-like protein LSm8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QPB8","Q05AJ3","F1QPB8","gata1a","-","Q05AJ3","F1QPB8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSK8","Q05AJ3","A0A1D5NSK8","gata1a","si:ch1073-363c19.3","Q05AJ3","A0A1D5NSK8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5X0","Q05AJ3","F1Q5X0","gata1a","snap29","Q05AJ3","F1Q5X0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8HAM3","Q05AJ3","srf","gata1a","srfa","Q05AJ3","Serum response factor a","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WDR0","Q05AJ3","X1WDR0","gata1a","pwwp2a","Q05AJ3","X1WDR0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZTW4","Q05AJ3","sgk1","gata1a","sgk1","Q05AJ3","Serine/threonine-protein kinase Sgk1 (EC 2.7.11.1) (Serum/glucocorticoid-regulated kinase 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WHV7","Q05AJ3","si:dkey-190g11.7","gata1a","mrps36","Q05AJ3","28S ribosomal protein S36, mitochondrial (Mitochondrial ribosomal protein S36)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","P59015","Q05AJ3","vps18","gata1a","vps18","Q05AJ3","Vacuolar protein sorting-associated protein 18 homolog","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q90487","Q05AJ3","hbaa1","gata1a","hbaa1","Q05AJ3","Hemoglobin subunit alpha (Alpha-globin aa1) (Hemoglobin alpha chain)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T012","Q05AJ3","Q7T012","gata1a","hdhd3","Q05AJ3","Q7T012","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RBE6","Q05AJ3","F1RBE6","gata1a","tp53bp1","Q05AJ3","F1RBE6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHL9","Q05AJ3","E9QHL9","gata1a","xpo6","Q05AJ3","E9QHL9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F9I0","Q05AJ3","E7F9I0","gata1a","crema","Q05AJ3","E7F9I0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DHM3","Q05AJ3","Q6DHM3","gata1a","cryzl1","Q05AJ3","Q6DHM3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T3B1","Q05AJ3","zgc:63995","gata1a","psmc2","Q05AJ3","26S proteasome regulatory subunit 7 (26S proteasome AAA-ATPase subunit RPT1) (Proteasome 26S subunit ATPase 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5N7","Q05AJ3","F1R5N7","gata1a","cry-dash","Q05AJ3","F1R5N7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SX94","Q05AJ3","zgc:66282","gata1a","pfdn6","Q05AJ3","Prefoldin subunit 6 (Zgc:66282)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV68","Q05AJ3","vps29","gata1a","vps29","Q05AJ3","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PC58","Q05AJ3","ube2d1","gata1a","ube2d1b","Q05AJ3","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BIG3","Q05AJ3","A2BIG3","gata1a","pik3ip1","Q05AJ3","A2BIG3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5E6","Q05AJ3","F1Q5E6","gata1a","slc6a22.2","Q05AJ3","F1Q5E6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCM1","Q05AJ3","E7FCM1","gata1a","cax2","Q05AJ3","E7FCM1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHN6","Q05AJ3","im:7042025","gata1a","ubc","Q05AJ3","Polyubiquitin-C (Ubiquitin C)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5P0","Q05AJ3","F1R5P0","gata1a","rnf146","Q05AJ3","F1R5P0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9W6H5","Q05AJ3","ube2ia","gata1a","ube2ia","Q05AJ3","SUMO-conjugating enzyme UBC9-A (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-A) (SUMO-protein ligase A) (Ubiquitin carrier protein 9-A) (Ubiquitin carrier protein I-A) (Ubiquitin-conjugating enzyme E2 I-A) (Ubiquitin-protein ligase I-A)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JIA4","Q05AJ3","fc12c04","gata1a","nsd2","Q05AJ3","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q8E9","Q05AJ3","F1Q8E9","gata1a","tssc4","Q05AJ3","F1Q8E9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","K7DYB6","Q05AJ3","NLR family, CARD domain-containing 5","gata1a","nlrc5","Q05AJ3","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QCL3","Q05AJ3","F1QCL3","gata1a","-","Q05AJ3","F1QCL3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIL6","Q05AJ3","Lats","gata1a","lats1","Q05AJ3","LATS, large tumor suppressor, homolog 1 (Drosophila) (Large tumor suppressor kinase 1) (Serine/threonine-protein kinase LATS1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GE89","Q05AJ3","R4GE89","gata1a","hemgn","Q05AJ3","R4GE89","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV59","Q05AJ3","zgc:56207","gata1a","synj2bp","Q05AJ3","Synaptojanin-2-binding protein (Zgc:56207)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QV54","Q05AJ3","F1QV54","gata1a","pus10","Q05AJ3","F1QV54","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q7R0","Q05AJ3","A0A2R8Q7R0","gata1a","ostm1","Q05AJ3","A0A2R8Q7R0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QPB3","Q05AJ3","F1QPB3","gata1a","phf6","Q05AJ3","F1QPB3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q9R2","Q05AJ3","A0A2R8Q9R2","gata1a","tpd52l2b","Q05AJ3","A0A2R8Q9R2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IWM8","Q05AJ3","A0A0R4IWM8","gata1a","cables1","Q05AJ3","A0A0R4IWM8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9DDT0","Q05AJ3","fth1","gata1a","fth1a","Q05AJ3","Ferritin","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R2K7","Q05AJ3","cb244","gata1a","ell2","Q05AJ3","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCZ6","Q05AJ3","Casein kinase 2, alpha prime polypeptide b","gata1a","csnk2a2b","Q05AJ3","Casein kinase 2, alpha prime polypeptide b (Casein kinase II subunit alpha')","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q554","Q05AJ3","si:dkey-39e8.3","gata1a","kif14","Q05AJ3","Kinesin family member 14 (Kinesin-like protein KIF14 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBZ5","Q05AJ3","E7FBZ5","gata1a","ccdc77","Q05AJ3","E7FBZ5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KP91","Q05AJ3","A3KP91","gata1a","-","Q05AJ3","A3KP91","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A1A5T6","Q05AJ3","A1A5T6","gata1a","dido1","Q05AJ3","A1A5T6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QB98","Q05AJ3","Aftiphilin b","gata1a","aftphb","Q05AJ3","Aftiphilin b (Aftiphilin isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ITA7","Q05AJ3","A0A0R4ITA7","gata1a","irf2bp2b","Q05AJ3","A0A0R4ITA7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IT71","Q05AJ3","I3IT71","gata1a","-","Q05AJ3","I3IT71","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5N2","Q05AJ3","MIA SH3 domain ER export factor 3","gata1a","mia3","Q05AJ3","MIA SH3 domain ER export factor 3 (Melanoma inhibitory activity protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F443","Q05AJ3","E7F443","gata1a","zbtb24","Q05AJ3","E7F443","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SX76","Q05AJ3","fgfrl1","gata1a","fgfrl1a","Q05AJ3","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZZ76","Q05AJ3","flot1","gata1a","flot1a","Q05AJ3","Flotillin","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F1Q7","Q05AJ3","E7F1Q7","gata1a","zranb2","Q05AJ3","E7F1Q7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S7H9","Q05AJ3","B0S7H9","gata1a","mrpl41","Q05AJ3","B0S7H9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q971","Q05AJ3","F1Q971","gata1a","tyw5","Q05AJ3","F1Q971","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LV46","Q05AJ3","Q1LV46","gata1a","abhd14a","Q05AJ3","Q1LV46","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q949","Q05AJ3","F1Q949","gata1a","cpsf4","Q05AJ3","F1Q949","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IGS2","Q05AJ3","A0A0R4IGS2","gata1a","si:ch73-55i23.1","Q05AJ3","A0A0R4IGS2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","U3JA35","Q05AJ3","U3JA35","gata1a","znf646","Q05AJ3","U3JA35","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JTA8","Q05AJ3","rangap1","gata1a","rangap1b","Q05AJ3","Ran GTPase-activating protein 1 (Ran GTPase-activating protein 1b) (Rangap1 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QN59","Q05AJ3","A0A2R8QN59","gata1a","bpnt1","Q05AJ3","A0A2R8QN59","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IV74","Q05AJ3","A0A0R4IV74","gata1a","acap3a","Q05AJ3","A0A0R4IV74","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S585","Q05AJ3","B0S585","gata1a","mapre1a","Q05AJ3","B0S585","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EYY9","Q05AJ3","E7EYY9","gata1a","manea","Q05AJ3","E7EYY9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QGJ9","Q05AJ3","F1QGJ9","gata1a","cptp","Q05AJ3","F1QGJ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WEM6","Q05AJ3","X1WEM6","gata1a","c2cd3","Q05AJ3","X1WEM6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7S7","Q05AJ3","F1Q7S7","gata1a","ubtd1b","Q05AJ3","F1Q7S7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUC2","Q05AJ3","F1QUC2","gata1a","ext2","Q05AJ3","F1QUC2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LV50","Q05AJ3","cenpp","gata1a","cenpp","Q05AJ3","Centromere protein P (CENP-P)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F961","Q05AJ3","E7F961","gata1a","abcc10","Q05AJ3","E7F961","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IBE6","Q05AJ3","A0A0R4IBE6","gata1a","si:ch73-46j18.5","Q05AJ3","A0A0R4IBE6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08BV9","Q05AJ3","Q08BV9","gata1a","atp8a1","Q05AJ3","Q08BV9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7D4","Q05AJ3","F1Q7D4","gata1a","-","Q05AJ3","F1Q7D4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0V332","Q05AJ3","B0V332","gata1a","tra2b","Q05AJ3","B0V332","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5TYU0","Q05AJ3","Q5TYU0","gata1a","drd4-rs","Q05AJ3","Q5TYU0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A1L1U3","Q05AJ3","zgc:158370","gata1a","g3bp2","Q05AJ3","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIL4","Q05AJ3","F1QIL4","gata1a","zp2l2","Q05AJ3","F1QIL4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QIL0","Q05AJ3","E9QIL0","gata1a","-","Q05AJ3","E9QIL0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7U0","Q05AJ3","Plexin b1b","gata1a","plxnb1b","Q05AJ3","Plexin b1b (Plexin-B1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1L1QZK3","Q05AJ3","A0A1L1QZK3","gata1a","si:dkey-37f13.4","Q05AJ3","A0A1L1QZK3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R5K5","Q05AJ3","wu:fi06b02","gata1a","tnfaip1","Q05AJ3","BTB/POZ domain-containing adapter for CUL3-mediated RhoA degradation protein 2 (BTB/POZ domain-containing protein TNFAIP1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F640","Q05AJ3","Ataxin 7","gata1a","atxn7","Q05AJ3","Ataxin 7 (Ataxin-7 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QEY5","Q05AJ3","F1QEY5","gata1a","ints11","Q05AJ3","F1QEY5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6ZM23","Q05AJ3","si:ch211-239j9.2","gata1a","cox6c","Q05AJ3","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QD95","Q05AJ3","ZH-DR","gata1a","hdr","Q05AJ3","Hematopoietic death receptor","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803W1","Q05AJ3","Q803W1","gata1a","scrn3","Q05AJ3","Q803W1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2RUY3","Q05AJ3","A2RUY3","gata1a","acap3b","Q05AJ3","A2RUY3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQI7","Q05AJ3","cpn10","gata1a","hspe1","Q05AJ3","10 kDa heat shock protein, mitochondrial isoform 1 (Heat shock 10 protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KXQ3","Q05AJ3","A0A0G2KXQ3","gata1a","dcc","Q05AJ3","A0A0G2KXQ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PH62","Q05AJ3","zgc:66077","gata1a","cyba","Q05AJ3","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QYS3","Q05AJ3","F1QYS3","gata1a","tsr3","Q05AJ3","F1QYS3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P5L2","Q05AJ3","Q6P5L2","gata1a","dbi","Q05AJ3","Q6P5L2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQ34","Q05AJ3","A0A0R4IQ34","gata1a","si:dkey-93h22.7","Q05AJ3","A0A0R4IQ34","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W3F7","Q05AJ3","F8W3F7","gata1a","nt5c3a","Q05AJ3","F8W3F7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QIJ6","Q05AJ3","Epidermal growth factor receptor pathway substrate 15","gata1a","eps15","Q05AJ3","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUC2","Q05AJ3","sdf4","gata1a","sdf4","Q05AJ3","45 kDa calcium-binding protein (Cab45) (Stromal cell-derived factor 4) (SDF-4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUQ1","Q05AJ3","F1QUQ1","gata1a","zcchc10","Q05AJ3","F1QUQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IVU1","Q05AJ3","Transcription factor MafK isoform X1","gata1a","mafk","Q05AJ3","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q0Z946","Q05AJ3","h2afvb","gata1a","h2az2b","Q05AJ3","Histone H2A","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RB13","Q05AJ3","F1RB13","gata1a","msl1a","Q05AJ3","F1RB13","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4I9V4","Q05AJ3","DNA-directed RNA polymerase subunit","gata1a","polr1a","Q05AJ3","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV18","Q05AJ3","Q7ZV18","gata1a","stx4","Q05AJ3","Q7ZV18","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NIE2","Q05AJ3","F6NIE2","gata1a","si:ch211-113e8.10","Q05AJ3","F6NIE2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QGH2","Q05AJ3","pldn","gata1a","bloc1s6","Q05AJ3","Biogenesis of lysosome-related organelles complex 1 subunit 6 (BLOC-1 subunit 6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCE9","Q05AJ3","si:ch211-276f18.2","gata1a","si:ch211-276f18.2","Q05AJ3","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEX5","Q05AJ3","A2CEX5","gata1a","rnf215","Q05AJ3","A2CEX5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6IQ86","Q05AJ3","brk1","gata1a","brk1","Q05AJ3","Probable protein BRICK1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DBU2","Q05AJ3","Q6DBU2","gata1a","gpalpp1","Q05AJ3","Q6DBU2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RCA1","Q05AJ3","F1RCA1","gata1a","uba1","Q05AJ3","F1RCA1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JHI3","Q05AJ3","arl13b","gata1a","arl13b","Q05AJ3","ADP-ribosylation factor-like protein 13B (ADP-ribosylation factor-like protein 2-like 1) (ARL2-like protein 1) (Protein scorpion)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q499B2","Q05AJ3","fa97f07","gata1a","spcs1","Q05AJ3","Signal peptidase complex subunit 1 (Microsomal signal peptidase 12 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q802C7","Q05AJ3","tardbp","gata1a","tardbp","Q05AJ3","TAR DNA-binding protein 43","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IIP1","Q05AJ3","A0A0R4IIP1","gata1a","dus3l","Q05AJ3","A0A0R4IIP1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5XJM7","Q05AJ3","Q5XJM7","gata1a","-","Q05AJ3","Q5XJM7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QWA1","Q05AJ3","F1QWA1","gata1a","ints6l","Q05AJ3","F1QWA1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8E7E7","Q05AJ3","A8E7E7","gata1a","itsn1","Q05AJ3","A8E7E7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6AZD3","Q05AJ3","meaf6","gata1a","meaf6","Q05AJ3","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4QN63","Q05AJ3","CCR4-NOT transcription complex subunit 2","gata1a","cnot2","Q05AJ3","CCR4-NOT transcription complex subunit 2 (CCR4-NOT transcription complex, subunit 2) (Zgc:162316 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R189","Q05AJ3","B0R189","gata1a","si:ch211-202a12.4","Q05AJ3","B0R189","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W580","Q05AJ3","[histone H3]-lysine","gata1a","kmt2bb","Q05AJ3","[histone H3]-lysine(4) N-methyltransferase (EC 2.1.1.364)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q0PIP5","Q05AJ3","zgc:162829","gata1a","fkrp","Q05AJ3","Ribitol-5-phosphate transferase","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0FJH7","Q05AJ3","A0FJH7","gata1a","crfb1","Q05AJ3","A0FJH7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LG01","Q05AJ3","A0A140LG01","gata1a","myg1","Q05AJ3","A0A140LG01","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZV13","Q05AJ3","sfrs2","gata1a","srsf2a","Q05AJ3","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QC71","Q05AJ3","F1QC71","gata1a","ano5b","Q05AJ3","F1QC71","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIV4","Q05AJ3","adat2","gata1a","adat2","Q05AJ3","tRNA-specific adenosine deaminase 2 (EC 3.5.4.33) (Deaminase domain-containing protein 1) (tRNA-specific adenosine-34 deaminase subunit ADAT2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F2N1","Q05AJ3","si:ch73-352p4.5","gata1a","si:ch73-352p4.5","Q05AJ3","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q3B732","Q05AJ3","Q3B732","gata1a","hmgn2","Q05AJ3","Q3B732","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A4IFZ0","Q05AJ3","map3k7ip3l","gata1a","tab3","Q05AJ3","Mitogen-activated protein kinase kinase kinase 7 interacting protein 3 like (TGF-beta-activated kinase 1 (MAP3K7)-binding protein 3) (TGF-beta-activated kinase 1 and MAP3K7-binding protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FDT8","Q05AJ3","E7FDT8","gata1a","crtc2","Q05AJ3","E7FDT8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHW1","Q05AJ3","E9QHW1","gata1a","-","Q05AJ3","E9QHW1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F920","Q05AJ3","E7F920","gata1a","abtb1","Q05AJ3","E7F920","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B3DG00","Q05AJ3","B3DG00","gata1a","nfe2","Q05AJ3","B3DG00","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FCV0","Q05AJ3","si:dkey-185e18.7","gata1a","si:dkey-185e18.7","Q05AJ3","Centromere protein U (MLF1-interacting protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QJH0","Q05AJ3","E9QJH0","gata1a","slc12a7b","Q05AJ3","E9QJH0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q4N4","Q05AJ3","im:7149850","gata1a","ndufs2","Q05AJ3","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ICL0","Q05AJ3","A0A0R4ICL0","gata1a","fam193a","Q05AJ3","A0A0R4ICL0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q567B1","Q05AJ3","yod1","gata1a","yod1","Q05AJ3","Ubiquitin thioesterase OTU1 (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WIN6","Q05AJ3","A8WIN6","gata1a","mfn2","Q05AJ3","A8WIN6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJ69","Q05AJ3","F1QJ69","gata1a","otud7b","Q05AJ3","F1QJ69","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RCL8","Q05AJ3","BCL-6 corepressor isoform X1","gata1a","bcor","Q05AJ3","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R3U6","Q05AJ3","F1R3U6","gata1a","gnptg","Q05AJ3","F1R3U6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QBR5","Q05AJ3","E9QBR5","gata1a","-","Q05AJ3","E9QBR5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S5A9","Q05AJ3","CH211-158D24.1","gata1a","golga1","Q05AJ3","Golgin A1 (Golgin subfamily A member 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QAR8","Q05AJ3","Centrosomal protein 170Aa","gata1a","cep170aa","Q05AJ3","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJ91","Q05AJ3","F1QJ91","gata1a","si:dkey-250k15.4","Q05AJ3","F1QJ91","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KNQ1","Q05AJ3","A3KNQ1","gata1a","hmg20a","Q05AJ3","A3KNQ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A501","Q05AJ3","B8A501","gata1a","rsrp1","Q05AJ3","B8A501","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R1C9","Q05AJ3","F1R1C9","gata1a","ttc7b","Q05AJ3","F1R1C9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQD2","Q05AJ3","A0A0R4IQD2","gata1a","sox4b","Q05AJ3","A0A0R4IQD2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0J9YJ64","Q05AJ3","A0A0J9YJ64","gata1a","-","Q05AJ3","A0A0J9YJ64","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5PR67","Q05AJ3","eif3hb","gata1a","eif3hb","Q05AJ3","Eukaryotic translation initiation factor 3 subunit H-B (eIF3h-B) (Eukaryotic translation initiation factor 3 subunit 3-B) (eIF-3-gamma-B) (eIF3 p40 subunit B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NUT4","Q05AJ3","zgc:85979","gata1a","pabpn1","Q05AJ3","Pabpn1 protein (Poly(A)-binding protein, nuclear 1) (Polyadenylate-binding protein 2 isoform 1) (Zgc:85979)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8CYR1","Q05AJ3","brd2","gata1a","brd2a","Q05AJ3","Bromodomain-containing protein 2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R6F6","Q05AJ3","G protein-coupled receptor kinase","gata1a","grk5l","Q05AJ3","G protein-coupled receptor kinase (EC 2.7.11.-)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QLM7","Q05AJ3","A0A2R8QLM7","gata1a","-","Q05AJ3","A0A2R8QLM7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QHW0","Q05AJ3","F1QHW0","gata1a","cyp20a1","Q05AJ3","F1QHW0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F8W4B7","Q05AJ3","Histone deacetylase 6","gata1a","hdac6","Q05AJ3","Histone deacetylase 6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8A4L8","Q05AJ3","B8A4L8","gata1a","wdr89","Q05AJ3","B8A4L8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QEQ9","Q05AJ3","E9QEQ9","gata1a","gpr155a","Q05AJ3","E9QEQ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DBR0","Q05AJ3","Q6DBR0","gata1a","rpusd4","Q05AJ3","Q6DBR0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXE0","Q05AJ3","DNA annealing helicase and endonuclease ZRANB3","gata1a","zranb3","Q05AJ3","DNA annealing helicase and endonuclease ZRANB3 (Zinc finger, RAN-binding domain-containing 3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NXU9","Q05AJ3","F6NXU9","gata1a","zfhx4","Q05AJ3","F6NXU9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WVX9","Q05AJ3","A5WVX9","gata1a","zdhhc17","Q05AJ3","A5WVX9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LVK9","Q05AJ3","Q1LVK9","gata1a","n4bp1","Q05AJ3","Q1LVK9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6P6I4","Q05AJ3","F6P6I4","gata1a","trub2","Q05AJ3","F6P6I4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8RUA0","Q05AJ3","A0A2R8RUA0","gata1a","nucb2a","Q05AJ3","A0A2R8RUA0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IQX3","Q05AJ3","A0A0R4IQX3","gata1a","bod1l1","Q05AJ3","A0A0R4IQX3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RDM3","Q05AJ3","F1RDM3","gata1a","-","Q05AJ3","F1RDM3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0G2KW52","Q05AJ3","A0A0G2KW52","gata1a","-","Q05AJ3","A0A0G2KW52","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QBA8","Q05AJ3","F1QBA8","gata1a","slc27a6","Q05AJ3","F1QBA8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P0R9","Q05AJ3","wu:fb94g06","gata1a","ap1s2","Q05AJ3","AP complex subunit sigma","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QE37","Q05AJ3","F1QE37","gata1a","sirt2","Q05AJ3","F1QE37","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5SPA1","Q05AJ3","Q5SPA1","gata1a","hebp2","Q05AJ3","Q5SPA1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QDS9","Q05AJ3","A0A2R8QDS9","gata1a","sp4","Q05AJ3","A0A2R8QDS9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QA15","Q05AJ3","GCP3","gata1a","tubgcp3","Q05AJ3","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IG37","Q05AJ3","A0A0R4IG37","gata1a","agtpbp1","Q05AJ3","A0A0R4IG37","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLG2","Q05AJ3","F1QLG2","gata1a","mta2","Q05AJ3","F1QLG2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8Q9Z9","Q05AJ3","A0A2R8Q9Z9","gata1a","capn15","Q05AJ3","A0A2R8Q9Z9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WBC8","Q05AJ3","X1WBC8","gata1a","zfat","Q05AJ3","X1WBC8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IHS7","Q05AJ3","A0A0R4IHS7","gata1a","si:ch211-262i1.3","Q05AJ3","A0A0R4IHS7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8F3","Q05AJ3","F1R8F3","gata1a","si:dkey-34m19.3","Q05AJ3","F1R8F3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","P59889","Q05AJ3","P59889","gata1a","slc39a1","Q05AJ3","P59889","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IYD1","Q05AJ3","A0A0R4IYD1","gata1a","soul3","Q05AJ3","A0A0R4IYD1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JGR6","Q05AJ3","ncbp2","gata1a","ncbp2","Q05AJ3","Nuclear cap-binding protein subunit 2 (20 kDa nuclear cap-binding protein) (NCBP 20 kDa subunit) (CBP20)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUJ8","Q05AJ3","wu:fb11d10","gata1a","psmb3","Q05AJ3","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0EVP6","Q05AJ3","SOCS5L","gata1a","socs5b","Q05AJ3","Suppressor of cytokine signaling 5 (Suppressor of cytokine-signaling 5b)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WBS5","Q05AJ3","si:ch73-15b2.6","gata1a","tomm6","Q05AJ3","Mitochondrial import receptor subunit TOM6 homolog (Translocase of outer mitochondrial membrane 6 homolog (yeast))","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9DDJ0","Q05AJ3","ube2ib","gata1a","ube2ib","Q05AJ3","SUMO-conjugating enzyme UBC9-B (EC 2.3.2.-) (RING-type E3 SUMO transferase UBC9-B) (SUMO-protein ligase B) (Ubiquitin carrier protein 9-B) (Ubiquitin carrier protein I-B) (Ubiquitin-conjugating enzyme E2 I-B) (Ubiquitin-protein ligase I-B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QDP4","Q05AJ3","LOC100332095","gata1a","larp4aa","Q05AJ3","La ribonucleoprotein 4Aa (La-related protein 4 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IV80","Q05AJ3","si:ch211-235e9.6","gata1a","si:ch211-235e9.6","Q05AJ3","NADH dehydrogenase [ubiquinone] 1 subunit C1, mitochondrial (Complex I-KFYI) (NADH-ubiquinone oxidoreductase KFYI subunit)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYS4","Q05AJ3","pbp","gata1a","pebp1","Q05AJ3","Phosphatidylethanolamine binding protein (Phosphatidylethanolamine-binding protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QRF9","Q05AJ3","F1QRF9","gata1a","foxm1","Q05AJ3","F1QRF9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JLV7","Q05AJ3","B8JLV7","gata1a","vma21","Q05AJ3","B8JLV7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803N5","Q05AJ3","Q803N5","gata1a","tardbpl","Q05AJ3","Q803N5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WHV3","Q05AJ3","X1WHV3","gata1a","si:ch211-227m13.1","Q05AJ3","X1WHV3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A140LGG9","Q05AJ3","A0A140LGG9","gata1a","-","Q05AJ3","A0A140LGG9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F184","Q05AJ3","si:dkey-92f12.2","gata1a","si:dkey-92f12.2","Q05AJ3","SUN domain-containing protein 2-like (Si:dkey-92f12.2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NYD1","Q05AJ3","romo1","gata1a","romo1","Q05AJ3","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8JGS0","Q05AJ3","snrpc","gata1a","snrpc","Q05AJ3","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CEB4","Q05AJ3","si:dkey-215k6.6","gata1a","golga3","Q05AJ3","Golgin A3 (Golgin subfamily A member 3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QK38","Q05AJ3","F1QK38","gata1a","crcp","Q05AJ3","F1QK38","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IPH9","Q05AJ3","A0A0R4IPH9","gata1a","adcy9","Q05AJ3","A0A0R4IPH9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2AR64","Q05AJ3","A2AR64","gata1a","rca2.1","Q05AJ3","A2AR64","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R852","Q05AJ3","F1R852","gata1a","tm9sf1","Q05AJ3","F1R852","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FER1","Q05AJ3","E7FER1","gata1a","wdr76","Q05AJ3","E7FER1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5RIQ4","Q05AJ3","klf11","gata1a","klf11a","Q05AJ3","Krueppel-like factor 11 isoform X1 (Kruppel-like factor 11a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QM62","Q05AJ3","F1QM62","gata1a","snx13","Q05AJ3","F1QM62","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QFC0","Q05AJ3","F1QFC0","gata1a","hspa9","Q05AJ3","F1QFC0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WER9","Q05AJ3","Cytochrome c oxidase subunit 8B","gata1a","cox8b","Q05AJ3","Cytochrome c oxidase subunit 8B (Uncharacterized protein LOC569770)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NXC1","Q05AJ3","Q6NXC1","gata1a","rbm4.3","Q05AJ3","Q6NXC1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QMU2","Q05AJ3","A0A2R8QMU2","gata1a","znf991","Q05AJ3","A0A2R8QMU2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5PL50","Q05AJ3","A5PL50","gata1a","-","Q05AJ3","A5PL50","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R215","Q05AJ3","si:ch211-245h14.3","gata1a","gtf3c2","Q05AJ3","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IUU4","Q05AJ3","NEDD8-conjugating enzyme Ubc12","gata1a","si:ch1073-205c8.3","Q05AJ3","NEDD8-conjugating enzyme Ubc12 (Si:ch1073-205c8.3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QRV6","Q05AJ3","F1QRV6","gata1a","nap1l4b","Q05AJ3","F1QRV6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QL52","Q05AJ3","F1QL52","gata1a","kmt2a","Q05AJ3","F1QL52","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R1B0","Q05AJ3","F1R1B0","gata1a","dnajb2","Q05AJ3","F1R1B0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R0T1","Q05AJ3","B0R0T1","gata1a","-","Q05AJ3","B0R0T1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6TH20","Q05AJ3","Q6TH20","gata1a","drg2","Q05AJ3","Q6TH20","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F2H2","Q05AJ3","E7F2H2","gata1a","-","Q05AJ3","E7F2H2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3ISK1","Q05AJ3","AF4/FMR2 family member 4 isoform X2","gata1a","aff4","Q05AJ3","AF4/FMR2 family member 4 isoform X2 (AF4/FMR2 family, member 4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F0E8","Q05AJ3","Exportin 1","gata1a","xpo1a","Q05AJ3","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LVZ2","Q05AJ3","marchf2","gata1a","marchf2","Q05AJ3","E3 ubiquitin-protein ligase MARCHF2 (EC 2.3.2.27) (Membrane-associated RING finger protein 2) (Membrane-associated RING-CH protein II) (MARCH-II) (RING finger protein 172) (RING-type E3 ubiquitin transferase MARCHF2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QH04","Q05AJ3","E9QH04","gata1a","flvcr2b","Q05AJ3","E9QH04","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q5PRC2","Q05AJ3","Q5PRC2","gata1a","mfsd13a","Q05AJ3","Q5PRC2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0R1D0","Q05AJ3","CH211-265P12.8","gata1a","psmc4","Q05AJ3","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S5M5","Q05AJ3","B0S5M5","gata1a","lss","Q05AJ3","B0S5M5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ISR8","Q05AJ3","A0A0R4ISR8","gata1a","-","Q05AJ3","A0A0R4ISR8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F895","Q05AJ3","E7F895","gata1a","adnpb","Q05AJ3","E7F895","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9IBD0","Q05AJ3","celf1","gata1a","celf1","Q05AJ3","CUGBP Elav-like family member 1 (CELF-1) (Bruno-like protein 2) (CUG triplet repeat RNA-binding protein 1) (CUG-BP1) (CUG-BP- and ETR-3-like factor 1) (EDEN-BP/Bruno-like protein) (RNA-binding protein BRUNOL-2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6NXA3","Q05AJ3","wu:fa05d01","gata1a","gtf2e2","Q05AJ3","Transcription initiation factor IIE subunit beta","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QJP9","Q05AJ3","F1QJP9","gata1a","rexo4","Q05AJ3","F1QJP9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZ05","Q05AJ3","2-oxoglutarate dehydrogenase complex component E1","gata1a","ogdhb","Q05AJ3","2-oxoglutarate dehydrogenase complex component E1 (EC 1.2.4.2) (2-oxoglutarate dehydrogenase, mitochondrial) (Alpha-ketoglutarate dehydrogenase) (Thiamine diphosphate (ThDP)-dependent 2-oxoglutarate dehydrogenase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZTI3","Q05AJ3","rarab","gata1a","rarab","Q05AJ3","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QJP5","Q05AJ3","E9QJP5","gata1a","fam217b","Q05AJ3","E9QJP5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQT7","Q05AJ3","F1QQT7","gata1a","ndfip1","Q05AJ3","F1QQT7","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZT8","Q05AJ3","A0A0R4IZT8","gata1a","stpg1","Q05AJ3","A0A0R4IZT8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZVZ1","Q05AJ3","Q7ZVZ1","gata1a","fbxw11a","Q05AJ3","Q7ZVZ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZVW9","Q05AJ3","Q7ZVW9","gata1a","arglu1b","Q05AJ3","Q7ZVW9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q685","Q05AJ3","F1Q685","gata1a","mrpl11","Q05AJ3","F1Q685","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q7G9","Q05AJ3","F1Q7G9","gata1a","prss16","Q05AJ3","F1Q7G9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q8J2","Q05AJ3","F1Q8J2","gata1a","ubr5","Q05AJ3","F1Q8J2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DRD2","Q05AJ3","wu:fc85c10","gata1a","psmc6","Q05AJ3","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5X3","Q05AJ3","wu:fb54g06","gata1a","cdc27","Q05AJ3","Cell division cycle protein 27 homolog","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6PCI7","Q05AJ3","icam3","gata1a","si:ch211-74m13.1","Q05AJ3","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L8Y6","Q05AJ3","bbip1","gata1a","bbip1","Q05AJ3","BBSome-interacting protein 1 (BBSome-interacting protein of 10 kDa)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RA65","Q05AJ3","F1RA65","gata1a","tmppe","Q05AJ3","F1RA65","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R926","Q05AJ3","E3 ubiquitin protein ligase","gata1a","rnf20","Q05AJ3","E3 ubiquitin protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JIQ9","Q05AJ3","B8JIQ9","gata1a","nmt1b","Q05AJ3","B8JIQ9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IVH6","Q05AJ3","A0A0R4IVH6","gata1a","tiparp","Q05AJ3","A0A0R4IVH6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A7E2L8","Q05AJ3","LSM5","gata1a","lsm5","Q05AJ3","U6 snRNA-associated Sm-like protein LSm5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L897","Q05AJ3","Q1L897","gata1a","jtb","Q05AJ3","Q1L897","tf-link","27924024","regulates","txid7955" +"Q05AJ3","U3JAH0","Q05AJ3","U3JAH0","gata1a","bahcc1b","Q05AJ3","U3JAH0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZW94","Q05AJ3","zgc:56668","gata1a","srp9","Q05AJ3","Signal recognition particle 9 kDa protein (SRP9)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QLC1","Q05AJ3","F1QLC1","gata1a","dyrk3","Q05AJ3","F1QLC1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BGU8","Q05AJ3","septin3","gata1a","septin3","Q05AJ3","Neuronal-specific septin-3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QM17","Q05AJ3","F1QM17","gata1a","snrka","Q05AJ3","F1QM17","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6GMI9","Q05AJ3","Q6GMI9","gata1a","uxs1","Q05AJ3","Q6GMI9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JM37","Q05AJ3","B8JM37","gata1a","si:ch73-41e3.7","Q05AJ3","B8JM37","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q566","Q05AJ3","F1Q566","gata1a","LOC100535931","Q05AJ3","F1Q566","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZW85","Q05AJ3","Q7ZW85","gata1a","dnajc5ga","Q05AJ3","Q7ZW85","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S7M2","Q05AJ3","B0S7M2","gata1a","thap4","Q05AJ3","B0S7M2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IRX0","Q05AJ3","I3IRX0","gata1a","rnf8","Q05AJ3","I3IRX0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9H5","Q05AJ3","F1Q9H5","gata1a","si:dkey-100n23.3","Q05AJ3","F1Q9H5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F3U3","Q05AJ3","E7F3U3","gata1a","pdk1","Q05AJ3","E7F3U3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WEA3","Q05AJ3","non-specific serine/threonine protein kinase","gata1a","ulk2","Q05AJ3","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QYX1","Q05AJ3","F1QYX1","gata1a","myo10l3","Q05AJ3","F1QYX1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","L0N8L8","Q05AJ3","cish.b","gata1a","cishb","Q05AJ3","Cytokine-inducible SH2-containing protein","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMP0","Q05AJ3","A0A0R4IMP0","gata1a","u2af2b","Q05AJ3","A0A0R4IMP0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08BY9","Q05AJ3","canx","gata1a","clgn","Q05AJ3","Calmegin","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F9Y0","Q05AJ3","E7F9Y0","gata1a","steap3","Q05AJ3","E7F9Y0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","R4GDZ3","Q05AJ3","R4GDZ3","gata1a","gpr108","Q05AJ3","R4GDZ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WUS3","Q05AJ3","A5WUS3","gata1a","-","Q05AJ3","A5WUS3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7SXI4","Q05AJ3","Q7SXI4","gata1a","zfand2a","Q05AJ3","Q7SXI4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZYW7","Q05AJ3","zgc:55970","gata1a","atp5mc3a","Q05AJ3","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A286Y9A6","Q05AJ3","A0A286Y9A6","gata1a","bbs10","Q05AJ3","A0A286Y9A6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B8JM41","Q05AJ3","fe06a04","gata1a","blzf1","Q05AJ3","Basic leucine zipper nuclear factor 1 (Golgin-45)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QUE3","Q05AJ3","F1QUE3","gata1a","uqcrc1","Q05AJ3","F1QUE3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F881","Q05AJ3","E7F881","gata1a","abhd6a","Q05AJ3","E7F881","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QQ34","Q05AJ3","F1QQ34","gata1a","mrpl13","Q05AJ3","F1QQ34","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZF8","Q05AJ3","A0A0R4IZF8","gata1a","ccne1","Q05AJ3","A0A0R4IZF8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WH23","Q05AJ3","X1WH23","gata1a","shpk","Q05AJ3","X1WH23","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1L8X2","Q05AJ3","Q1L8X2","gata1a","ensa","Q05AJ3","Q1L8X2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QV61","Q05AJ3","F1QV61","gata1a","plekha3","Q05AJ3","F1QV61","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9JRD1","Q05AJ3","A9JRD1","gata1a","-","Q05AJ3","A9JRD1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0JME2","Q05AJ3","atf7ip","gata1a","atf7ip","Q05AJ3","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBJ6","Q05AJ3","E7FBJ6","gata1a","bada","Q05AJ3","E7FBJ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RA29","Q05AJ3","F1RA29","gata1a","wdr90","Q05AJ3","F1RA29","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F2B8","Q05AJ3","E7F2B8","gata1a","slc25a18","Q05AJ3","E7F2B8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZTU4","Q05AJ3","Q7ZTU4","gata1a","pafah1b3","Q05AJ3","Q7ZTU4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZYY0","Q05AJ3","Q7ZYY0","gata1a","acad8","Q05AJ3","Q7ZYY0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F6NHI0","Q05AJ3","Glucose-6-phosphate 1-dehydrogenase","gata1a","g6pd","Q05AJ3","Glucose-6-phosphate 1-dehydrogenase (EC 1.1.1.49)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q68FN4","Q05AJ3","pp2cb","gata1a","ppm1ba","Q05AJ3","protein-serine/threonine phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4INA9","Q05AJ3","A0A0R4INA9","gata1a","si:ch211-197h24.9","Q05AJ3","A0A0R4INA9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q9E8","Q05AJ3","zgc:165595","gata1a","lig4","Q05AJ3","DNA ligase (EC 6.5.1.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZYX1","Q05AJ3","aktip","gata1a","aktip","Q05AJ3","AKT-interacting protein (Fused toes protein homolog)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ITC8","Q05AJ3","A0A0R4ITC8","gata1a","spartb","Q05AJ3","A0A0R4ITC8","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q8G0","Q05AJ3","F1Q8G0","gata1a","-","Q05AJ3","F1Q8G0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","H0WED3","Q05AJ3","H0WED3","gata1a","si:ch211-197k17.3","Q05AJ3","H0WED3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q2TTK0","Q05AJ3","si:ch211-214g8.2","gata1a","igf2r","Q05AJ3","Cation-independent mannose 6-phosphate receptor (Cation-independent mannose-6-phosphate receptor precursor) (Insulin-like growth factor 2 receptor)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4ILL4","Q05AJ3","A0A0R4ILL4","gata1a","scmh1","Q05AJ3","A0A0R4ILL4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2BG45","Q05AJ3","git2","gata1a","git2a","Q05AJ3","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LVD6","Q05AJ3","si:dkey-72l14.8","gata1a","taf10","Q05AJ3","Transcription initiation factor TFIID subunit 10","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RB43","Q05AJ3","F1RB43","gata1a","rfesd","Q05AJ3","F1RB43","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IIU5","Q05AJ3","A0A0R4IIU5","gata1a","-","Q05AJ3","A0A0R4IIU5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FGL4","Q05AJ3","E7FGL4","gata1a","abhd17ab","Q05AJ3","E7FGL4","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KNG1","Q05AJ3","F-box protein 15","gata1a","-","Q05AJ3","F-box protein 15 (Zgc:161973)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IC37","Q05AJ3","cpsf1","gata1a","cpsf1","Q05AJ3","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FBZ3","Q05AJ3","E7FBZ3","gata1a","tpm1","Q05AJ3","E7FBZ3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QHZ6","Q05AJ3","E9QHZ6","gata1a","fbxw9","Q05AJ3","E9QHZ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WCK9","Q05AJ3","X1WCK9","gata1a","si:ch73-144d13.7","Q05AJ3","X1WCK9","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q9DF41","Q05AJ3","wu:fc30a03","gata1a","her9","Q05AJ3","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DG97","Q05AJ3","Q6DG97","gata1a","nudt2","Q05AJ3","Q6DG97","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LUT2","Q05AJ3","Q1LUT2","gata1a","top2b","Q05AJ3","Q1LUT2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IZ99","Q05AJ3","A0A0R4IZ99","gata1a","afmid","Q05AJ3","A0A0R4IZ99","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q543","Q05AJ3","F1Q543","gata1a","cep78","Q05AJ3","F1Q543","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QHK5","Q05AJ3","A0A2R8QHK5","gata1a","-","Q05AJ3","A0A2R8QHK5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RES6","Q05AJ3","F1RES6","gata1a","mynn","Q05AJ3","F1RES6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A2R8QJM0","Q05AJ3","A0A2R8QJM0","gata1a","si:ch211-9d9.1","Q05AJ3","A0A2R8QJM0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q803H1","Q05AJ3","rnpc2","gata1a","rbm39a","Q05AJ3","RNA-binding motif protein 39a (RNA-binding protein 39) (Rbm39a protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QS22","Q05AJ3","F1QS22","gata1a","-","Q05AJ3","F1QS22","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q947","Q05AJ3","F1Q947","gata1a","ndrg3b","Q05AJ3","F1Q947","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QXS5","Q05AJ3","F1QXS5","gata1a","tox4a","Q05AJ3","F1QXS5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QEG9","Q05AJ3","fa99f08","gata1a","nbr1a","Q05AJ3","NBR1 autophagy cargo receptor a (Next to BRCA1 gene 1 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6ZM17","Q05AJ3","zgc:198284","gata1a","si:ch211-5k11.8","Q05AJ3","Alpha globin-like (Novel protein similar to zebrafish hemoglobin alpha-adult 1 (Hbaa1)) (Si:ch211-5k11.8) (Si:xx-by187g17.1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WEM4","Q05AJ3","tmem63c","gata1a","tmem63c","Q05AJ3","Calcium permeable stress-gated cation channel 1 (Transmembrane protein 63c)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IBR4","Q05AJ3","Hif-3alpha","gata1a","hif1al","Q05AJ3","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q4V8W8","Q05AJ3","Smad nuclear-interacting protein","gata1a","snip1","Q05AJ3","Smad nuclear-interacting protein","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3KPR5","Q05AJ3","A3KPR5","gata1a","cyb561a3","Q05AJ3","A3KPR5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A3QJW0","Q05AJ3","A3QJW0","gata1a","tmem150aa","Q05AJ3","A3QJW0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F4N6","Q05AJ3","E7F4N6","gata1a","ano5a","Q05AJ3","E7F4N6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q05AJ1","Q05AJ3","Q05AJ1","gata1a","larp4b","Q05AJ3","Q05AJ1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DGU5","Q05AJ3","Q6DGU5","gata1a","slc25a46","Q05AJ3","Q6DGU5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PFS0","Q05AJ3","Q6PFS0","gata1a","slc30a4","Q05AJ3","Q6PFS0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IUJ2","Q05AJ3","wu:fb16a12","gata1a","pik3r3a","Q05AJ3","Phosphoinositide-3-kinase, regulatory subunit 3A (gamma)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZUP5","Q05AJ3","dnaja2","gata1a","dnaja2a","Q05AJ3","DnaJ (Hsp40) homolog, subfamily A, member 2 (DnaJ heat shock protein family (Hsp40) member A2a) (DnaJ homolog subfamily A member 2) (Dnaja2 protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PE30","Q05AJ3","cnot6","gata1a","cnot6a","Q05AJ3","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QGI3","Q05AJ3","Ribosomal protein L23a","gata1a","rpl23a","Q05AJ3","Ribosomal protein L23a","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A2CI97","Q05AJ3","A2CI97","gata1a","dytn","Q05AJ3","A2CI97","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E9QF73","Q05AJ3","E9QF73","gata1a","-","Q05AJ3","E9QF73","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1R8L0","Q05AJ3","F1R8L0","gata1a","rbm12ba","Q05AJ3","F1R8L0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IN28","Q05AJ3","A0A0R4IN28","gata1a","ank1a","Q05AJ3","A0A0R4IN28","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IH22","Q05AJ3","A0A0R4IH22","gata1a","npat","Q05AJ3","A0A0R4IH22","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXX2","Q05AJ3","E7EXX2","gata1a","slc41a1","Q05AJ3","E7EXX2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08CE7","Q05AJ3","zgc:153177","gata1a","cox7a1","Q05AJ3","Cytochrome c oxidase subunit 7A1, mitochondrial (Cytochrome c oxidase subunit VIIa-heart)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6P3I6","Q05AJ3","Q6P3I6","gata1a","ctdsp2","Q05AJ3","Q6P3I6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A9C3P6","Q05AJ3","A9C3P6","gata1a","npl","Q05AJ3","A9C3P6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q731","Q05AJ3","F1Q731","gata1a","cops3","Q05AJ3","F1Q731","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A8WHB2","Q05AJ3","A8WHB2","gata1a","mpl","Q05AJ3","A8WHB2","tf-link","27924024","regulates","txid7955" +"Q05AJ3","X1WGM1","Q05AJ3","X1WGM1","gata1a","-","Q05AJ3","X1WGM1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1Q5P6","Q05AJ3","si:dkey-170e5.1","gata1a","rpl9","Q05AJ3","Replication factor C subunit 1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IMG9","Q05AJ3","fd10a06","gata1a","snrnp48","Q05AJ3","Small nuclear ribonucleoprotein 48 (U11/U12) (U11/U12 small nuclear ribonucleoprotein 48 kDa protein)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6PI52","Q05AJ3","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","gata1a","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","Q05AJ3","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1RDR1","Q05AJ3","F1RDR1","gata1a","tnpo1","Q05AJ3","F1RDR1","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q6DH84","Q05AJ3","Q6DH84","gata1a","ophn1","Q05AJ3","Q6DH84","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FDV9","Q05AJ3","cars","gata1a","cars1","Q05AJ3","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q1LYC5","Q05AJ3","Q1LYC5","gata1a","micu2","Q05AJ3","Q1LYC5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0J9YIG5","Q05AJ3","A0A0J9YIG5","gata1a","sec61a1l","Q05AJ3","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IS70","Q05AJ3","A0A0R4IS70","gata1a","purba","Q05AJ3","A0A0R4IS70","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FAG3","Q05AJ3","E7FAG3","gata1a","ankrd27","Q05AJ3","E7FAG3","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EXH5","Q05AJ3","E7EXH5","gata1a","traf2a","Q05AJ3","E7EXH5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q8UWD5","Q05AJ3","NR-13","gata1a","bcl2l10","Q05AJ3","BCL2-like 10 (Bcl-2-like protein 10) (Nr13)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","B0S776","Q05AJ3","Cysteine-serine-rich nuclear protein 1a","gata1a","csrnp1a","Q05AJ3","Cysteine-serine-rich nuclear protein 1a (Cysteine/serine-rich nuclear protein 1)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q08BX0","Q05AJ3","Ras-related protein Rab-21","gata1a","rab21","Q05AJ3","Ras-related protein Rab-21","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QY19","Q05AJ3","F1QY19","gata1a","-","Q05AJ3","F1QY19","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZVT2","Q05AJ3","pkm2a","gata1a","pkma","Q05AJ3","Pyruvate kinase (EC 2.7.1.40)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7ZW44","Q05AJ3","zgc:55292","gata1a","chtopa","Q05AJ3","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7FC78","Q05AJ3","E7FC78","gata1a","timm9","Q05AJ3","E7FC78","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A0R4IPJ6","Q05AJ3","A0A0R4IPJ6","gata1a","si:ch211-196l7.4","Q05AJ3","A0A0R4IPJ6","tf-link","27924024","regulates","txid7955" +"Q05AJ3","F1QW17","Q05AJ3","F1QW17","gata1a","camk2g2","Q05AJ3","F1QW17","tf-link","27924024","regulates","txid7955" +"Q05AJ3","I3IT29","Q05AJ3","I3IT29","gata1a","si:dkey-151m15.5","Q05AJ3","I3IT29","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q7T0K5","Q05AJ3","mage","gata1a","ndnl2","Q05AJ3","Mage (Necdin-like 2)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7EZJ5","Q05AJ3","E7EZJ5","gata1a","yme1l1a","Q05AJ3","E7EZJ5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","P22574","Q05AJ3","hoxb4a","gata1a","hoxb4a","Q05AJ3","Homeobox protein Hox-B4a (Hox-B4) (Homeobox protein Zf-13)","tf-link","27924024","regulates","txid7955" +"Q05AJ3","E7F221","Q05AJ3","E7F221","gata1a","frmd8","Q05AJ3","E7F221","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A0A1D5NSI5","Q05AJ3","A0A1D5NSI5","gata1a","-","Q05AJ3","A0A1D5NSI5","tf-link","27924024","regulates","txid7955" +"Q05AJ3","A5WUQ0","Q05AJ3","A5WUQ0","gata1a","optn","Q05AJ3","A5WUQ0","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q801V3","Q05AJ3","azin1","gata1a","azin1b","Q05AJ3","Antizyme inhibitor 1b","tf-link","27924024","regulates","txid7955" +"Q05AJ3","Q05AJ3","Q05AJ3","Q05AJ3","gata1a","gata1a","Q05AJ3","Q05AJ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q568F6","F1QDF2","adss2","sall4","adss2","F1QDF2","Adenylosuccinate synthetase isozyme 2 (AMPSase 2) (AdSS 2) (EC 6.3.4.4) (Adenylosuccinate synthetase, acidic isozyme) (Adenylosuccinate synthetase, liver isozyme) (L-type adenylosuccinate synthetase) (IMP--aspartate ligase 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WEL5","F1QDF2","X1WEL5","sall4","ubr4","F1QDF2","X1WEL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW44","F1QDF2","zgc:55292","sall4","chtopa","F1QDF2","Chromatin target of PRMT1 protein (Chromatin target of PRMT1a) (Zgc:55292)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REQ8","F1QDF2","F1REQ8","sall4","pcdh8","F1QDF2","F1REQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q2M7","F1QDF2","A0A2R8Q2M7","sall4","-","F1QDF2","A0A2R8Q2M7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BG4","F1QDF2","Q08BG4","sall4","lpar6a","F1QDF2","Q08BG4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UY97","F1QDF2","si:dkey-57a22.7","sall4","rev1","F1QDF2","DNA repair protein REV1 (EC 2.7.7.-)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXT6","F1QDF2","Q7SXT6","sall4","msi2b","F1QDF2","Q7SXT6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY19","F1QDF2","F1QY19","sall4","-","F1QDF2","F1QY19","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NUY2","F1QDF2","Q6NUY2","sall4","tmem37","F1QDF2","Q6NUY2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRP2","F1QDF2","F1QRP2","sall4","pcdh18a","F1QDF2","F1QRP2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q58EM4","F1QDF2","Q58EM4","sall4","armt1","F1QDF2","Q58EM4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QF50","F1QDF2","A0A2R8QF50","sall4","cdhr5-rs","F1QDF2","A0A2R8QF50","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5W3","F1QDF2","si:dkeyp-90g12.2","sall4","spsb4a","F1QDF2","SPRY domain-containing SOCS box protein 4 (SplA/ryanodine receptor domain and SOCS box-containing 4a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYQ8","F1QDF2","F1QYQ8","sall4","ptpdc1a","F1QDF2","F1QYQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXC4","F1QDF2","Q1LXC4","sall4","sema3ab","F1QDF2","Q1LXC4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2RRV6","F1QDF2","zgc:158350","sall4","mex3b","F1QDF2","Mex-3 RNA-binding family member B (RNA-binding protein MEX3B) (Zgc:158350)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUB6","F1QDF2","Q7ZUB6","sall4","mpped2","F1QDF2","Q7ZUB6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IE17","F1QDF2","A0A0R4IE17","sall4","lifra","F1QDF2","A0A0R4IE17","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGH8","F1QDF2","E7FGH8","sall4","insm2","F1QDF2","E7FGH8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UY88","F1QDF2","zgc:112151","sall4","f3b","F1QDF2","Tissue factor (Coagulation factor III)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YIG5","F1QDF2","A0A0J9YIG5","sall4","sec61a1l","F1QDF2","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2J1","F1QDF2","pnx","sall4","pnx","F1QDF2","Homeobox protein pnx (Posterior neuron-specific homeobox)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB68","F1QDF2","cb678","sall4","pola1","F1QDF2","DNA polymerase (EC 2.7.7.7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAG4","F1QDF2","Growth-regulating estrogen receptor-binding 1","sall4","greb1","F1QDF2","Growth-regulating estrogen receptor-binding 1 (Protein GREB1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q841","F1QDF2","F1Q841","sall4","mcf2la","F1QDF2","F1Q841","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC24","F1QDF2","Q6PC24","sall4","yif1a","F1QDF2","Q6PC24","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGK0","F1QDF2","Oxysterol-binding protein","sall4","osbpl5","F1QDF2","Oxysterol-binding protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJP2","F1QDF2","zgc:101717","sall4","cradd","F1QDF2","CASP2 and RIPK1 domain-containing adaptor with death domain (Death domain-containing protein CRADD) (Zgc:101717)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXH5","F1QDF2","E7EXH5","sall4","traf2a","F1QDF2","E7EXH5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JHI6","F1QDF2","med29","sall4","med29","F1QDF2","Mediator of RNA polymerase II transcription subunit 29 (Intersex-like protein) (Mediator complex subunit 29)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2AWA1","F1QDF2","ddx39a","sall4","ddx39aa","F1QDF2","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIX5","F1QDF2","Q5RIX5","sall4","bcap29","F1QDF2","Q5RIX5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9YI02","F1QDF2","Q9YI02","sall4","skib","F1QDF2","Q9YI02","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDR1","F1QDF2","F1RDR1","sall4","tnpo1","F1QDF2","F1RDR1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4B0","F1QDF2","E7F4B0","sall4","si:dkey-54n8.2","F1QDF2","E7F4B0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDV9","F1QDF2","cars","sall4","cars1","F1QDF2","Cysteine--tRNA ligase, cytoplasmic (EC 6.1.1.16) (Cysteinyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1L1QZU7","F1QDF2","A0A1L1QZU7","sall4","col4a6","F1QDF2","A0A1L1QZU7","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A518","F1QDF2","tuba1l","sall4","tuba1c","F1QDF2","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QTB4","F1QDF2","A0A2R8QTB4","sall4","tcf7l2","F1QDF2","A0A2R8QTB4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q819","F1QDF2","F1Q819","sall4","foxa2","F1QDF2","F1Q819","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YI78","F1QDF2","Z4YI78","sall4","elp2","F1QDF2","Z4YI78","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4QRF4","F1QDF2","; ;","sall4","-","F1QDF2","Histone H3.2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH84","F1QDF2","Q6DH84","sall4","ophn1","F1QDF2","Q6DH84","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9T0","F1QDF2","E7F9T0","sall4","mical1","F1QDF2","E7F9T0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3QJW5","F1QDF2","A3QJW5","sall4","ctps1a","F1QDF2","A3QJW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5B2","F1QDF2","F1Q5B2","sall4","ttc7a","F1QDF2","F1Q5B2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWJ1","F1QDF2","Q6NWJ1","sall4","tmem243b","F1QDF2","Q6NWJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZWA9","F1QDF2","wu:fb37c12","sall4","eif5","F1QDF2","Eukaryotic translation initiation factor 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PVD3","F1QDF2","pth1ra","sall4","pth1r","F1QDF2","Parathyroid hormone/parathyroid hormone-related peptide receptor (PTH/PTHrP type I receptor) (Parathyroid hormone 1 receptor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S8G4","F1QDF2","B0S8G4","sall4","col18a1a","F1QDF2","B0S8G4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6P6","F1QDF2","E7F6P6","sall4","prune","F1QDF2","E7F6P6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P3I6","F1QDF2","Q6P3I6","sall4","ctdsp2","F1QDF2","Q6P3I6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9L7","F1QDF2","A0A0R4I9L7","sall4","si:ch211-212k18.5","F1QDF2","A0A0R4I9L7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0F8","F1QDF2","F1R0F8","sall4","st8sia6","F1QDF2","F1R0F8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66HX7","F1QDF2","zgc:92245","sall4","fth1b","F1QDF2","Ferritin","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P5L0","F1QDF2","Q6P5L0","sall4","arl4d","F1QDF2","Q6P5L0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5P6","F1QDF2","si:dkey-170e5.1","sall4","rpl9","F1QDF2","Replication factor C subunit 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PI52","F1QDF2","calm1a; calm1b; calm2a; calm2b; calm3a; calm3b","sall4","calm1a;calm1b;calm2a;calm2b;calm3a;calm3b","F1QDF2","Calmodulin (CaM)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IL26","F1QDF2","A0A0R4IL26","sall4","srrm4","F1QDF2","A0A0R4IL26","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q70X92","F1QDF2","Q70X92","sall4","asb11","F1QDF2","Q70X92","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGJ9","F1QDF2","X1WGJ9","sall4","si:ch211-225b7.5","F1QDF2","X1WGJ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6U6","F1QDF2","B0S6U6","sall4","tbx16l","F1QDF2","B0S6U6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DC39","F1QDF2","Q6DC39","sall4","desi2","F1QDF2","Q6DC39","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F708","F1QDF2","E7F708","sall4","cxxc5b","F1QDF2","E7F708","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V1P0","F1QDF2","B0V1P0","sall4","-","F1QDF2","B0V1P0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NY88","F1QDF2","chmp3","sall4","chmp3","F1QDF2","Charged multivesicular body protein 3 (Chromatin-modifying protein 3) (Vacuolar protein-sorting-associated protein 24)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QAD9","F1QDF2","A0A2R8QAD9","sall4","-","F1QDF2","A0A2R8QAD9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYZ0","F1QDF2","Q6NYZ0","sall4","dnajb11","F1QDF2","Q6NYZ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WFI9","F1QDF2","si:dkey-1m11.1","sall4","hmgb1b","F1QDF2","High mobility group box 1b (High mobility group protein B1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFF9","F1QDF2","E7FFF9","sall4","ccdc30","F1QDF2","E7FFF9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC06","F1QDF2","Q6PC06","sall4","ahcyl2b","F1QDF2","Q6PC06","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QF73","F1QDF2","E9QF73","sall4","-","F1QDF2","E9QF73","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RFV4","F1QDF2","rnf144aa","sall4","rnf144aa","F1QDF2","Probable E3 ubiquitin-protein ligase RNF144A-A (EC 2.3.2.31) (RING finger protein 144A-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZA6","F1QDF2","Q5TZA6","sall4","btbd7","F1QDF2","Q5TZA6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBP4","F1QDF2","Q6PBP4","sall4","pde6ha","F1QDF2","Q6PBP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P5K1","F1QDF2","arl4a","sall4","arl4aa","F1QDF2","ADP-ribosylation factor-like 4a (ADP-ribosylation factor-like protein 4A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YJ13","F1QDF2","A0A0J9YJ13","sall4","-","F1QDF2","A0A0J9YJ13","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ15","F1QDF2","tprkb","sall4","tprkb","F1QDF2","EKC/KEOPS complex subunit TPRKB (PRPK-binding protein) (TP53RK-binding protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QJH4","F1QDF2","Calcium-transporting ATPase","sall4","atp2a3","F1QDF2","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5H6","F1QDF2","brd4","sall4","brd4","F1QDF2","Bromodomain-containing protein 4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGW1","F1QDF2","Q6TGW1","sall4","poldip2","F1QDF2","Q6TGW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B5DDZ2","F1QDF2","Protein DBF4 homolog A","sall4","dbf4","F1QDF2","Protein DBF4 homolog A","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6P2Z4","F1QDF2","F6P2Z4","sall4","dok7","F1QDF2","F6P2Z4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHZ0","F1QDF2","F1QHZ0","sall4","csmd1a","F1QDF2","F1QHZ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDE8","F1QDF2","E7FDE8","sall4","si:ch1073-174d20.1","F1QDF2","E7FDE8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGR1","F1QDF2","A0A140LGR1","sall4","usp54a","F1QDF2","A0A140LGR1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDS9","F1QDF2","E9QDS9","sall4","lenep","F1QDF2","E9QDS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WCY3","F1QDF2","X1WCY3","sall4","si:dkey-195m11.8","F1QDF2","X1WCY3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAD7","F1QDF2","phosphatidylinositol-4,5-bisphosphate 3-kinase","sall4","pik3ca","F1QDF2","phosphatidylinositol-4,5-bisphosphate 3-kinase (EC 2.7.1.153)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4II12","F1QDF2","A0A0R4II12","sall4","gne","F1QDF2","A0A0R4II12","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66HV9","F1QDF2","lingo1b","sall4","lingo1b","F1QDF2","Leucine-rich repeat and immunoglobulin-like domain-containing nogo receptor-interacting protein 1-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4N6","F1QDF2","E7F4N6","sall4","ano5a","F1QDF2","E7F4N6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R369","F1QDF2","Reticulocalbin 1, EF-hand calcium-binding domain","sall4","rcn1","F1QDF2","Reticulocalbin 1, EF-hand calcium-binding domain (Reticulocalbin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGA0","F1QDF2","rfx4","sall4","rfx4","F1QDF2","Transcription factor RFX4 (Regulatory factor X 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q05AJ1","F1QDF2","Q05AJ1","sall4","larp4b","F1QDF2","Q05AJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5D6S3","F1QDF2","mut","sall4","mut","F1QDF2","Methylmalonyl-CoA mutase, mitochondrial (EC 5.4.99.2) (Methylmalonyl-CoA isomerase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHV5","F1QDF2","E9QHV5","sall4","mier1b","F1QDF2","E9QHV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYV9","F1QDF2","leo1","sall4","leo1","F1QDF2","RNA polymerase-associated protein LEO1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ06","F1QDF2","Neutral sphingomyelinase","sall4","nsmaf","F1QDF2","Neutral sphingomyelinase (N-SMase) activation-associated factor (Protein FAN)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXB0","F1QDF2","Q1LXB0","sall4","si:dkey-42i9.4","F1QDF2","Q1LXB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDX7","F1QDF2","A0A0R4IDX7","sall4","tshz3b","F1QDF2","A0A0R4IDX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHU7","F1QDF2","Q5RHU7","sall4","mdm1","F1QDF2","Q5RHU7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KZE6","F1QDF2","A0A0G2KZE6","sall4","LOC108190731","F1QDF2","A0A0G2KZE6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKM0","F1QDF2","Leucine-rich repeat transmembrane neuronal 1","sall4","lrrtm1","F1QDF2","Leucine-rich repeat transmembrane neuronal 1 (Leucine-rich repeat transmembrane neuronal protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YJ74","F1QDF2","Z4YJ74","sall4","kidins220b","F1QDF2","Z4YJ74","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QF68","F1QDF2","F1QF68","sall4","ppwd1","F1QDF2","F1QF68","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITS5","F1QDF2","A0A0R4ITS5","sall4","dyrk2","F1QDF2","A0A0R4ITS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCG0","F1QDF2","E7FCG0","sall4","dhx30","F1QDF2","E7FCG0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QE54","F1QDF2","E9QE54","sall4","rab41","F1QDF2","E9QE54","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7J1","F1QDF2","F1R7J1","sall4","fam120b","F1QDF2","F1R7J1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCU5","F1QDF2","F1QCU5","sall4","cep63","F1QDF2","F1QCU5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QC56","F1QDF2","F1QC56","sall4","adoa","F1QDF2","F1QC56","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QNV0","F1QDF2","E2 ubiquitin-conjugating enzyme","sall4","ube2j2","F1QDF2","E2 ubiquitin-conjugating enzyme (EC 2.3.2.23)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DGM8","F1QDF2","Q9DGM8","sall4","vox","F1QDF2","Q9DGM8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3X1","F1QDF2","F1R3X1","sall4","rrp15","F1QDF2","F1R3X1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P3U4","F1QDF2","zgc:153978","sall4","cox5b2","F1QDF2","Cytochrome c oxidase subunit 5B2 (Zgc:153978)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NW59","F1QDF2","atf4","sall4","atf4","F1QDF2","Cyclic AMP-dependent transcription factor ATF-4 (cAMP-dependent transcription factor ATF-4) (Activating transcription factor 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHG6","F1QDF2","Im:7138535","sall4","im:7138535","F1QDF2","Im:7138535 (Uncharacterized protein LOC797998)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMY4","F1QDF2","A5PMY4","sall4","rpa3","F1QDF2","A5PMY4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W5U5","F1QDF2","F8W5U5","sall4","cep290","F1QDF2","F8W5U5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BEN3","F1QDF2","A2BEN3","sall4","plscr3a","F1QDF2","A2BEN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q588C6","F1QDF2","Q588C6","sall4","dnmt3bb.1","F1QDF2","Q588C6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUG8","F1QDF2","A0A0R4IUG8","sall4","ppp1r13bb","F1QDF2","A0A0R4IUG8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE57","F1QDF2","E7FE57","sall4","si:ch211-236d3.4","F1QDF2","E7FE57","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QG82","F1QDF2","F1QG82","sall4","kpna2","F1QDF2","F1QG82","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7X5","F1QDF2","SUCLG2","sall4","suclg2","F1QDF2","Succinate--CoA ligase [GDP-forming] subunit beta, mitochondrial (EC 6.2.1.4) (GTP-specific succinyl-CoA synthetase subunit beta) (G-SCS) (GTPSCS) (Succinyl-CoA synthetase beta-G chain) (SCS-betaG)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNY7","F1QDF2","F1QNY7","sall4","pdgfra","F1QDF2","F1QNY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QC01","F1QDF2","A0A2R8QC01","sall4","etv5b","F1QDF2","A0A2R8QC01","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QEF0","F1QDF2","E9QEF0","sall4","si:dkey-88l16.5","F1QDF2","E9QEF0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S753","F1QDF2","B0S753","sall4","odf2b","F1QDF2","B0S753","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R685","F1QDF2","F1R685","sall4","ercc3","F1QDF2","F1R685","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YIY4","F1QDF2","A0A0J9YIY4","sall4","-","F1QDF2","A0A0J9YIY4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXR3","F1QDF2","maea","sall4","maea","F1QDF2","E3 ubiquitin-protein transferase MAEA (EC 2.3.2.27) (Macrophage erythroblast attacher)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5WQV6","F1QDF2","LOC572703","sall4","efemp2b","F1QDF2","Acidic fibroblast growth factor intracellular-binding protein B isoform X1 (EGF containing fibulin extracellular matrix protein 2b precursor) (EGF-containing fibulin extracellular matrix protein 2b) (Fibulin-4) (LOC572703 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQ66","F1QDF2","wu:fe48a12","sall4","nudt5","F1QDF2","ADP-sugar pyrophosphatase (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4JYI8","F1QDF2","A4JYI8","sall4","fgfr2","F1QDF2","A4JYI8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0N4SU43","F1QDF2","A0A0N4SU43","sall4","si:ch211-271b14.1","F1QDF2","A0A0N4SU43","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2W1","F1QDF2","F1R2W1","sall4","dhrs13a.3","F1QDF2","F1R2W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITI0","F1QDF2","A0A0R4ITI0","sall4","gabpb1","F1QDF2","A0A0R4ITI0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGX1","F1QDF2","F1QGX1","sall4","dchs1b","F1QDF2","F1QGX1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHW0","F1QDF2","Q5RHW0","sall4","mapk12b","F1QDF2","Q5RHW0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG11","F1QDF2","A0A140LG11","sall4","si:dkey-56m19.5","F1QDF2","A0A140LG11","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBL7","F1QDF2","A0A0R4IBL7","sall4","tcf12","F1QDF2","A0A0R4IBL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PVV8","F1QDF2","Q6PVV8","sall4","sparc","F1QDF2","Q6PVV8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHF3","F1QDF2","fb02f11","sall4","synj1","F1QDF2","phosphoinositide 5-phosphatase (EC 3.1.3.36)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IT25","F1QDF2","A0A0R4IT25","sall4","si:ch211-173m16.2","F1QDF2","A0A0R4IT25","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAE1","F1QDF2","prox1","sall4","prox1a","F1QDF2","Prospero homeobox 1a (Prospero homeobox protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0S0R1","F1QDF2","si:ch211-208m1.2","sall4","klf8","F1QDF2","Krueppel-like factor 8 (Kruppel-like factor 8) (Si:ch211-208m1.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YJD3","F1QDF2","A0A0J9YJD3","sall4","si:ch73-299h12.4","F1QDF2","A0A0J9YJD3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UW07","F1QDF2","CYP1A","sall4","cyp1a","F1QDF2","Cytochrome P450 1A (EC 1.14.14.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q3S9","F1QDF2","A0A2R8Q3S9","sall4","clcc1","F1QDF2","A0A2R8Q3S9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L9B2","F1QDF2","Q1L9B2","sall4","senp7b","F1QDF2","Q1L9B2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1T8","F1QDF2","F1R1T8","sall4","si:dkey-34f9.3","F1QDF2","F1R1T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH61","F1QDF2","Q6DH61","sall4","nubpl","F1QDF2","Q6DH61","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZF4","F1QDF2","E7EZF4","sall4","lsp1a","F1QDF2","E7EZF4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3N0","F1QDF2","E7F3N0","sall4","si:ch211-160o17.2","F1QDF2","E7F3N0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9Z0","F1QDF2","zgc:172271","sall4","-","F1QDF2","Serotransferrin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4VAK4","F1QDF2","hsp1","sall4","hspb1","F1QDF2","Heat shock protein beta-1 (Heat shock 27 kDa protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMI2","F1QDF2","Zinc finger FYVE domain-containing protein 9 isoform X1","sall4","zfyve9a","F1QDF2","Zinc finger FYVE domain-containing protein 9 isoform X1 (Zinc finger, FYVE domain-containing 9a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGS8","F1QDF2","si:ch211-147d7.3","sall4","nsl1","F1QDF2","Kinetochore-associated protein NSL1 homolog (NSL1 component of MIS12 kinetochore complex) (Si:ch211-147d7.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E3W9A6","F1QDF2","E3W9A6","sall4","sema6e","F1QDF2","E3W9A6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBM7","F1QDF2","fam76b","sall4","fam76b","F1QDF2","Protein FAM76B","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG38","F1QDF2","gpat3","sall4","gpat3","F1QDF2","Glycerol-3-phosphate acyltransferase 3 (GPAT-3) (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 10) (AGPAT 10) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9) (1-AGP acyltransferase 9) (1-AGPAT 9) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta) (LPAAT-theta)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QE62","F1QDF2","F1QE62","sall4","hibadhb","F1QDF2","F1QE62","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S7E0","F1QDF2","actbetaB","sall4","inhbb","F1QDF2","Inhibin beta B chain (Activin beta-B chain)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDS7","F1QDF2","E7FDS7","sall4","zbtb16a","F1QDF2","E7FDS7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KM61","F1QDF2","A0A0G2KM61","sall4","gpr135","F1QDF2","A0A0G2KM61","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVF8","F1QDF2","A0A0R4IVF8","sall4","si:zfos-2326c3.2","F1QDF2","A0A0R4IVF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AZB3","F1QDF2","Q6AZB3","sall4","ciapin1","F1QDF2","Q6AZB3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W5S7","F1QDF2","F8W5S7","sall4","egln3","F1QDF2","F8W5S7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QIE5","F1QDF2","E9QIE5","sall4","-","F1QDF2","E9QIE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RID7","F1QDF2","snx17","sall4","snx17","F1QDF2","Sorting nexin-17","tf-link","27924024","regulates","txid7955" +"F1QDF2","O73715","F1QDF2","ldb1a","sall4","ldb1a","F1QDF2","LIM domain-binding protein 1-A (LDB-1-A) (LIM domain-binding protein 4) (LDB-4) (zLdb4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T393","F1QDF2","Q7T393","sall4","-","F1QDF2","Q7T393","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMK9","F1QDF2","chaf1a","sall4","chaf1a","F1QDF2","Chromatin assembly factor 1 subunit A (CAF-1 subunit A) (Chromatin assembly factor I p150 subunit) (CAF-I 150 kDa subunit) (CAF-I p150)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JH71","F1QDF2","aldob","sall4","aldob","F1QDF2","Fructose-bisphosphate aldolase B (EC 4.1.2.13) (Liver-type aldolase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0J6","F1QDF2","E7F0J6","sall4","kdm2ab","F1QDF2","E7F0J6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHN3","F1QDF2","si:ch211-163b2.6","sall4","timm17b","F1QDF2","Mitochondrial import inner membrane translocase subunit Tim17-B (Translocase of inner mitochondrial membrane 17 homolog B (yeast))","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q3B7R0","F1QDF2","fb80h03","sall4","cyc1","F1QDF2","Cytochrome c1, heme protein, mitochondrial (EC 7.1.1.8) (Complex III subunit 4) (Complex III subunit IV) (Cytochrome b-c1 complex subunit 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QLQ1","F1QDF2","A0A2R8QLQ1","sall4","ppfibp2b","F1QDF2","A0A2R8QLQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WGN2","F1QDF2","A8WGN2","sall4","cpn1","F1QDF2","A8WGN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JFE3","F1QDF2","Q8JFE3","sall4","tp63","F1QDF2","Q8JFE3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q910","F1QDF2","F1Q910","sall4","mef2d","F1QDF2","F1Q910","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG29","F1QDF2","wu:fa97c09","sall4","limk2","F1QDF2","LIM domain kinase 2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9Y1","F1QDF2","Collagen alpha-1","sall4","col14a1a","F1QDF2","Collagen alpha-1(XIV) chain isoform X2 (Collagen, type XIV, alpha 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQT7","F1QDF2","cdkn1c","sall4","cdkn1ca","F1QDF2","Cyclin-dependent kinase inhibitor 1C (Cyclin-dependent kinase inhibitor 1Ca)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WWL2","F1QDF2","A5WWL2","sall4","si:ch73-138e16.5","F1QDF2","A5WWL2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDD4","F1QDF2","E7FDD4","sall4","pttg1ipa","F1QDF2","E7FDD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1U2","F1QDF2","F1R1U2","sall4","uncx4.1","F1QDF2","F1R1U2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ILM9","F1QDF2","A0A0R4ILM9","sall4","urb1","F1QDF2","A0A0R4ILM9","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WC67","F1QDF2","X1WC67","sall4","si:ch73-93k15.5","F1QDF2","X1WC67","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UYF2","F1QDF2","B0UYF2","sall4","slc7a14a","F1QDF2","B0UYF2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY39","F1QDF2","E7EY39","sall4","gdpd5b","F1QDF2","E7EY39","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUM4","F1QDF2","Q1LUM4","sall4","ppfibp1b","F1QDF2","Q1LUM4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXD4","F1QDF2","E7EXD4","sall4","plk2a","F1QDF2","E7EXD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PI20","F1QDF2","h3f3a; h3f3b.1; h3-5; h3f3d","sall4","h3f3a;h3f3b.1;h3-5;h3f3d","F1QDF2","Histone H3.3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P4U8","F1QDF2","Q6P4U8","sall4","dnase1l4.2","F1QDF2","Q6P4U8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMX7","F1QDF2","A0A0R4IMX7","sall4","sh3pxd2b","F1QDF2","A0A0R4IMX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IU15","F1QDF2","A0A0R4IU15","sall4","si:dkey-21c1.8","F1QDF2","A0A0R4IU15","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BLE6","F1QDF2","Q5BLE6","sall4","-","F1QDF2","Q5BLE6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFU3","F1QDF2","F1QFU3","sall4","tmem199","F1QDF2","F1QFU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IB64","F1QDF2","A0A0R4IB64","sall4","si:ch211-197h24.8","F1QDF2","A0A0R4IB64","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7M5","F1QDF2","E3 ubiquitin-protein ligase pellino homolog 1-like","sall4","peli3","F1QDF2","E3 ubiquitin-protein ligase pellino homolog 1-like (Pellino E3 ubiquitin protein ligase family member 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7A9","F1QDF2","wu:fi22b08","sall4","-","F1QDF2","Krueppel-like factor 16 (Zgc:153115)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMV9","F1QDF2","F1QMV9","sall4","nudt17","F1QDF2","F1QMV9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZR0","F1QDF2","Q7SZR0","sall4","ddc","F1QDF2","Q7SZR0","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2V1","F1QDF2","G1K2V1","sall4","-","F1QDF2","G1K2V1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH43","F1QDF2","Q6DH43","sall4","mrpl43","F1QDF2","Q6DH43","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDC5","F1QDF2","E7FDC5","sall4","rev3l","F1QDF2","E7FDC5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QN93","F1QDF2","F1QN93","sall4","nrp2a","F1QDF2","F1QN93","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9X2","F1QDF2","F1R9X2","sall4","coq3","F1QDF2","F1R9X2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKI4","F1QDF2","B8JKI4","sall4","mxb","F1QDF2","B8JKI4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R043","F1QDF2","F1R043","sall4","slc17a5","F1QDF2","F1R043","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DC07","F1QDF2","Q6DC07","sall4","-","F1QDF2","Q6DC07","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6C1","F1QDF2","B0S6C1","sall4","tfpia","F1QDF2","B0S6C1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGB6","F1QDF2","ccdc103","sall4","ccdc103","F1QDF2","Coiled-coil domain-containing protein 103 (Protein schmalhans)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCQ5","F1QDF2","E9QCQ5","sall4","-","F1QDF2","E9QCQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXR8","F1QDF2","si:dkey-85p17.3","sall4","si:dkey-85p17.3","F1QDF2","Ras association domain-containing protein 5 isoform X1 (Si:dkey-85p17.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1ECU3","F1QDF2","Q1ECU3","sall4","arrdc3a","F1QDF2","Q1ECU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QAL3","F1QDF2","fat3","sall4","fat3a","F1QDF2","FAT atypical cadherin 3a (Protocadherin Fat 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGF1","F1QDF2","Uncharacterized protein LOC503753","sall4","-","F1QDF2","Uncharacterized protein LOC503753 (Zgc:113263)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8P0","F1QDF2","Q1L8P0","sall4","crtap","F1QDF2","Q1L8P0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8S0G3","F1QDF2","A0A2R8S0G3","sall4","si:ch211-71m22.5","F1QDF2","A0A2R8S0G3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NV44","F1QDF2","Frizzled class receptor 7a","sall4","fzd7a","F1QDF2","Frizzled class receptor 7a (Frizzled homolog 7a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSX1","F1QDF2","A0A1D5NSX1","sall4","vps13c","F1QDF2","A0A1D5NSX1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCT0","F1QDF2","E7FCT0","sall4","kif26ab","F1QDF2","E7FCT0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LH84","F1QDF2","A0A140LH84","sall4","klhl3","F1QDF2","A0A140LH84","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1H9","F1QDF2","ythdf2","sall4","ythdf2","F1QDF2","YTH domain-containing family protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYL9","F1QDF2","Q1LYL9","sall4","rpp25l","F1QDF2","Q1LYL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P6E8","F1QDF2","Q6P6E8","sall4","arl5c","F1QDF2","Q6P6E8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5L7","F1QDF2","zgc:171922","sall4","rgs11","F1QDF2","Regulator of G-protein signaling 11","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHT2","F1QDF2","E9QHT2","sall4","ampd2a","F1QDF2","E9QHT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2E8","F1QDF2","rhoac","sall4","rhoac","F1QDF2","Rho-related GTP-binding protein RhoA-C","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CE52","F1QDF2","A2CE52","sall4","fancg","F1QDF2","A2CE52","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZN2","F1QDF2","F1QZN2","sall4","azin1a","F1QDF2","F1QZN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QF45","F1QDF2","F1QF45","sall4","cbr4","F1QDF2","F1QF45","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6T8","F1QDF2","F1R6T8","sall4","ubox5","F1QDF2","F1R6T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1MTE3","F1QDF2","psa-4","sall4","smarca2","F1QDF2","Probable global transcription activator SNF2L2 (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGF8","F1QDF2","X1WGF8","sall4","galnt16","F1QDF2","X1WGF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGT1","F1QDF2","E9QGT1","sall4","si:dkey-30k6.5","F1QDF2","E9QGT1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKW1","F1QDF2","F1QKW1","sall4","zmat1","F1QDF2","F1QKW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q98878","F1QDF2","Q98878","sall4","dlx4b","F1QDF2","Q98878","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGA7","F1QDF2","Q6DGA7","sall4","cybc1","F1QDF2","Q6DGA7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHD0","F1QDF2","Histone acetyltransferase","sall4","kat5a","F1QDF2","Histone acetyltransferase (EC 2.3.1.48)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEB7","F1QDF2","E7FEB7","sall4","alg10","F1QDF2","E7FEB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDB6","F1QDF2","Transforming growth factor, beta receptor III","sall4","tgfbr3","F1QDF2","Transforming growth factor, beta receptor III","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWM0","F1QDF2","F1QWM0","sall4","snapc3","F1QDF2","F1QWM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNF8","F1QDF2","F1QNF8","sall4","ugt5b1","F1QDF2","F1QNF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZN9","F1QDF2","Q7SZN9","sall4","pcbp4","F1QDF2","Q7SZN9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHD1","F1QDF2","Q5RHD1","sall4","kdm7a","F1QDF2","Q5RHD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZZ01","F1QDF2","Q7ZZ01","sall4","msx3","F1QDF2","Q7ZZ01","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3QK40","F1QDF2","A3QK40","sall4","ncor1","F1QDF2","A3QK40","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P129","F1QDF2","Q6P129","sall4","rab18a","F1QDF2","Q6P129","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH25","F1QDF2","Q6DH25","sall4","epdr1","F1QDF2","Q6DH25","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPD0","F1QDF2","A0A0R4IPD0","sall4","siah1","F1QDF2","A0A0R4IPD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140TAT8","F1QDF2","A0A140TAT8","sall4","adgrl4","F1QDF2","A0A140TAT8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7B3","F1QDF2","A8E7B3","sall4","si:dkey-121a9.3","F1QDF2","A8E7B3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGC0","F1QDF2","A0A140LGC0","sall4","cfap410","F1QDF2","A0A140LGC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0B4J1A5","F1QDF2","A0A0B4J1A5","sall4","ewsr1a","F1QDF2","A0A0B4J1A5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JIG4","F1QDF2","B8JIG4","sall4","ufsp2","F1QDF2","B8JIG4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QF32","F1QDF2","E9QF32","sall4","b3gnt2b","F1QDF2","E9QF32","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q58EF6","F1QDF2","Q58EF6","sall4","-","F1QDF2","Q58EF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9K9","F1QDF2","SUMO-specific peptidase 2","sall4","senp2","F1QDF2","SUMO-specific peptidase 2 (Sentrin-specific protease 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIC3","F1QDF2","Q5RIC3","sall4","znf395b","F1QDF2","Q5RIC3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1C2","F1QDF2","F1R1C2","sall4","armc7","F1QDF2","F1R1C2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY34","F1QDF2","AKT1 substrate 1","sall4","akt1s1","F1QDF2","AKT1 substrate 1 (proline-rich) (Proline-rich AKT1 substrate 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVL5","F1QDF2","zgc:55929","sall4","serpine2","F1QDF2","Glia-derived nexin precursor (Serine (Or cysteine) proteinase inhibitor, clade E (Nexin, plasminogen activator inhibitor type 1), member 2) (Serpin peptidase inhibitor, clade E (nexin, plasminogen activator inhibitor type 1), member 2) (Serpine2 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q307","F1QDF2","A0A2R8Q307","sall4","foxj3","F1QDF2","A0A2R8Q307","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JHE0","F1QDF2","CHUNP6894","sall4","csnk1a1","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJS9","F1QDF2","F1QJS9","sall4","her5","F1QDF2","F1QJS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5J7","F1QDF2","F1Q5J7","sall4","selenon","F1QDF2","F1Q5J7","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WHV6","F1QDF2","X1WHV6","sall4","ubap1la","F1QDF2","X1WHV6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWZ2","F1QDF2","Q8AWZ2","sall4","hoxa3a","F1QDF2","Q8AWZ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QME8","F1QDF2","F1QME8","sall4","slx4ip","F1QDF2","F1QME8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V1H8","F1QDF2","PXR","sall4","nr1i2","F1QDF2","Nuclear receptor subfamily 1 group I member 3 (Constitutive androstane receptor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IEK0","F1QDF2","A0A0R4IEK0","sall4","b4galt7","F1QDF2","A0A0R4IEK0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YIB5","F1QDF2","Z4YIB5","sall4","rnf144ab","F1QDF2","Z4YIB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KBL5","F1QDF2","A8KBL5","sall4","slc38a11","F1QDF2","A8KBL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JJX1","F1QDF2","B8JJX1","sall4","si:ch73-54n14.2","F1QDF2","B8JJX1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8DZJ0","F1QDF2","A8DZJ0","sall4","tbcb","F1QDF2","A8DZJ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7D7","F1QDF2","F1R7D7","sall4","prdm13","F1QDF2","F1R7D7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDZ6","F1QDF2","F1RDZ6","sall4","glra4a","F1QDF2","F1RDZ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRW8","F1QDF2","A9JRW8","sall4","sufu","F1QDF2","A9JRW8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2ATY0","F1QDF2","A2ATY0","sall4","wbp1la","F1QDF2","A2ATY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QDV2","F1QDF2","A0A2R8QDV2","sall4","cst14b.1","F1QDF2","A0A2R8QDV2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGK3","F1QDF2","A2BGK3","sall4","sh2d1aa","F1QDF2","A2BGK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQH4","F1QDF2","Relaxin family peptide receptor 3.3a1","sall4","rxfp3.3a1","F1QDF2","Relaxin family peptide receptor 3.3a1 (Relaxin-3 receptor 1-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q56A40","F1QDF2","Q56A40","sall4","ccdc40","F1QDF2","Q56A40","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QID5","F1QDF2","F1QID5","sall4","dhrs3b","F1QDF2","F1QID5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503F3","F1QDF2","Q503F3","sall4","trmt112","F1QDF2","Q503F3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMV4","F1QDF2","F1QMV4","sall4","gpsm1b","F1QDF2","F1QMV4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FER4","F1QDF2","E7FER4","sall4","si:dkey-192l18.9","F1QDF2","E7FER4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BLB9","F1QDF2","Q5BLB9","sall4","si:rp71-1h20.5","F1QDF2","Q5BLB9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9M3","F1QDF2","F1Q9M3","sall4","thap12b","F1QDF2","F1Q9M3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ISM7","F1QDF2","A0A0R4ISM7","sall4","palm2akap2","F1QDF2","A0A0R4ISM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3C4","F1QDF2","F1R3C4","sall4","hoxa10b","F1QDF2","F1R3C4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P032","F1QDF2","MPR46","sall4","m6pr","F1QDF2","Cation-dependent mannose-6-phosphate receptor precursor (MPR46) (Mannose-6-phosphate receptor (cation-dependent))","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BF97","F1QDF2","A2BF97","sall4","lix1","F1QDF2","A2BF97","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCQ3","F1QDF2","E7FCQ3","sall4","rnf41l","F1QDF2","E7FCQ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IP82","F1QDF2","A0A0R4IP82","sall4","dab1b","F1QDF2","A0A0R4IP82","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6L1","F1QDF2","F1Q6L1","sall4","fahd1","F1QDF2","F1Q6L1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRY1","F1QDF2","F1QRY1","sall4","cwc27","F1QDF2","F1QRY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FG27","F1QDF2","E7FG27","sall4","entpd1","F1QDF2","E7FG27","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMG1","F1QDF2","F1QMG1","sall4","mrpl1","F1QDF2","F1QMG1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IKV3","F1QDF2","nadkd1","sall4","nadk2","F1QDF2","NAD kinase 2, mitochondrial (EC 2.7.1.23) (NAD kinase domain-containing protein 1, mitochondrial)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P79745","F1QDF2","P79745","sall4","pou3f3b","F1QDF2","P79745","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TNS7","F1QDF2","Q6TNS7","sall4","rabl3","F1QDF2","Q6TNS7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IT86","F1QDF2","cb33","sall4","kirrel3l","F1QDF2","Kin of IRRE-like protein 2 precursor (Kirre-like nephrin family adhesion molecule 3, like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R9YJI0","F1QDF2","A0A2R9YJI0","sall4","rab34b","F1QDF2","A0A2R9YJI0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UXP9","F1QDF2","impdh2","sall4","impdh2","F1QDF2","Inosine-5'-monophosphate dehydrogenase 2 (IMP dehydrogenase 2) (IMPD 2) (IMPDH 2) (EC 1.1.1.205)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QSC8","F1QDF2","A0A2R8QSC8","sall4","slc12a7a","F1QDF2","A0A2R8QSC8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NZT2","F1QDF2","Q6NZT2","sall4","cdr2l","F1QDF2","Q6NZT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRF3","F1QDF2","psmb1","sall4","psmb1","F1QDF2","Proteasome subunit beta type-1 (Proteasome beta-subunit C5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P52889","F1QDF2","P52889","sall4","lhx5","F1QDF2","P52889","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGT0","F1QDF2","F1QGT0","sall4","nexn","F1QDF2","F1QGT0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NY42","F1QDF2","wu:fa56a05","sall4","ggh","F1QDF2","folate gamma-glutamyl hydrolase (EC 3.4.19.9)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUJ1","F1QDF2","deltex3","sall4","dtx3","F1QDF2","E3 ubiquitin-protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q98873","F1QDF2","Q98873","sall4","nkx2.7","F1QDF2","Q98873","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5B7","F1QDF2","F1R5B7","sall4","trex4","F1QDF2","F1R5B7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUL8","F1QDF2","A0A0R4IUL8","sall4","nkrf","F1QDF2","A0A0R4IUL8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V920","F1QDF2","pacsin1b","sall4","pacsin1b","F1QDF2","Protein kinase C and casein kinase substrate in neurons protein 1 (Syndapin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPU8","F1QDF2","F1QPU8","sall4","mxra5a","F1QDF2","F1QPU8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMF2","F1QDF2","F1QMF2","sall4","fam210b","F1QDF2","F1QMF2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FH41","F1QDF2","RING-type E3 ubiquitin transferase","sall4","rlim","F1QDF2","RING-type E3 ubiquitin transferase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCP5","F1QDF2","F1QCP5","sall4","dtd2","F1QDF2","F1QCP5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T361","F1QDF2","zgc:64079","sall4","stx8","F1QDF2","Stx8 protein (Syntaxin-8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITL7","F1QDF2","A0A0R4ITL7","sall4","cib1","F1QDF2","A0A0R4ITL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4VCH4","F1QDF2","vps35l","sall4","vps35l","F1QDF2","VPS35 endosomal protein-sorting factor-like","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IML0","F1QDF2","A0A0R4IML0","sall4","capgb","F1QDF2","A0A0R4IML0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BL27","F1QDF2","Q5BL27","sall4","eif4enif1","F1QDF2","Q5BL27","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJ40","F1QDF2","E9QJ40","sall4","fam120c","F1QDF2","E9QJ40","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WW84","F1QDF2","A5WW84","sall4","dcun1d4","F1QDF2","A5WW84","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U3B4","F1QDF2","Q5U3B4","sall4","igf2a","F1QDF2","Q5U3B4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFS0","F1QDF2","F1QFS0","sall4","msmo1","F1QDF2","F1QFS0","tf-link","27924024","regulates","txid7955" +"F1QDF2","P53405","F1QDF2","isl1","sall4","isl1","F1QDF2","Insulin gene enhancer protein isl-1 (Islet-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVL9","F1QDF2","A0A0R4IVL9","sall4","arhgef12b","F1QDF2","A0A0R4IVL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7K3","F1QDF2","F1Q7K3","sall4","si:ch73-386h18.1","F1QDF2","F1Q7K3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY99","F1QDF2","F1QY99","sall4","-","F1QDF2","F1QY99","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QN70","F1QDF2","F1QN70","sall4","etv7","F1QDF2","F1QN70","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PXT7","F1QDF2","A0A2R8PXT7","sall4","-","F1QDF2","A0A2R8PXT7","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJJ6","F1QDF2","B3DJJ6","sall4","lrp3","F1QDF2","B3DJJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AX86","F1QDF2","zgc:63549","sall4","elovl5","F1QDF2","Elongation of very long chain fatty acids protein 5 (EC 2.3.1.199) (3-keto acyl-CoA synthase ELOVL5) (ELOVL fatty acid elongase 5) (ELOVL FA elongase 5) (Very long chain 3-ketoacyl-CoA synthase 5) (Very long chain 3-oxoacyl-CoA synthase 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZ00","F1QDF2","A0A0R4IZ00","sall4","lamp2","F1QDF2","A0A0R4IZ00","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBI6","F1QDF2","Q6PBI6","sall4","pcbd1","F1QDF2","Q6PBI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P124","F1QDF2","Q6P124","sall4","g3bp1","F1QDF2","Q6P124","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UYC0","F1QDF2","B0UYC0","sall4","cx43.4","F1QDF2","B0UYC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KLE5","F1QDF2","A0A0G2KLE5","sall4","si:dkey-237i9.1","F1QDF2","A0A0G2KLE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI34","F1QDF2","F1QI34","sall4","dtx4a","F1QDF2","F1QI34","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYY2","F1QDF2","A0A0R4IYY2","sall4","ube2q1","F1QDF2","A0A0R4IYY2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DEG7","F1QDF2","Q9DEG7","sall4","ctbp1","F1QDF2","Q9DEG7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQW2","F1QDF2","F1QQW2","sall4","si:rp71-1g18.1","F1QDF2","F1QQW2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S602","F1QDF2","Fn","sall4","fn1a","F1QDF2","Fibronectin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RNE9","F1QDF2","A0A2R8RNE9","sall4","-","F1QDF2","A0A2R8RNE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803M4","F1QDF2","fc79h10","sall4","ube2al","F1QDF2","Ubiquitin-conjugating enzyme E2 A,-like (EC 6.3.2.19) (Zgc:55512)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5I7G4","F1QDF2","Q5I7G4","sall4","phox2bb","F1QDF2","Q5I7G4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFA4","F1QDF2","E7FFA4","sall4","mkrn2os.1","F1QDF2","E7FFA4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q7E4","F1QDF2","A0A2R8Q7E4","sall4","dll4","F1QDF2","A0A2R8Q7E4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYD0","F1QDF2","A0A0R4IYD0","sall4","rps27l","F1QDF2","A0A0R4IYD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P115","F1QDF2","Q6P115","sall4","nr2f6b","F1QDF2","Q6P115","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZD39","F1QDF2","B7ZD39","sall4","ppa1b","F1QDF2","B7ZD39","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9C7","F1QDF2","A0A0R4I9C7","sall4","pou5f3","F1QDF2","A0A0R4I9C7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXX8","F1QDF2","F1QXX8","sall4","gnav1","F1QDF2","F1QXX8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NS36","F1QDF2","A0A1D5NS36","sall4","si:dkey-165a24.10","F1QDF2","A0A1D5NS36","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNV0","F1QDF2","F1QNV0","sall4","rx2","F1QDF2","F1QNV0","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2P7","F1QDF2","G1K2P7","sall4","fgfr1b","F1QDF2","G1K2P7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXI5","F1QDF2","F1QXI5","sall4","bmpr2a","F1QDF2","F1QXI5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NSN6","F1QDF2","wu:fc04c08","sall4","ppp1caa","F1QDF2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QIR0","F1QDF2","E9QIR0","sall4","erap1a","F1QDF2","E9QIR0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC95","F1QDF2","zgc:73046","sall4","tuba8l2","F1QDF2","Tubulin alpha chain","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRH0","F1QDF2","Leucine-rich repeat neuronal 1","sall4","lrrn1","F1QDF2","Leucine-rich repeat neuronal 1 (Leucine-rich repeat neuronal protein 1 precursor) (Lrrn1 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIC1","F1QDF2","F1QIC1","sall4","nfil3-6","F1QDF2","F1QIC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GEN1","F1QDF2","R4GEN1","sall4","si:dkey-31m14.7","F1QDF2","R4GEN1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WVV4","F1QDF2","A5WVV4","sall4","si:dkey-98f17.5","F1QDF2","A5WVV4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIR6","F1QDF2","A0A0R4IIR6","sall4","spink2.1","F1QDF2","A0A0R4IIR6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6I3","F1QDF2","E7F6I3","sall4","si:dkey-77f5.3","F1QDF2","E7F6I3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DI94","F1QDF2","tmem186","sall4","tmem186","F1QDF2","Transmembrane protein 186","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICR0","F1QDF2","wu:fc15b07","sall4","klhl13","F1QDF2","Kelch-like family member 13 (Kelch-like protein 13 isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBY0","F1QDF2","F1RBY0","sall4","mindy2","F1QDF2","F1RBY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3Q3","F1QDF2","F1R3Q3","sall4","sept6","F1QDF2","F1R3Q3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QJ47","F1QDF2","A0A2R8QJ47","sall4","vps72b","F1QDF2","A0A2R8QJ47","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P005","F1QDF2","Q6P005","sall4","tescb","F1QDF2","Q6P005","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGC6","F1QDF2","X1WGC6","sall4","si:ch73-206p6.1","F1QDF2","X1WGC6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD11","F1QDF2","F1QD11","sall4","baz1a","F1QDF2","F1QD11","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYZ2","F1QDF2","F1QYZ2","sall4","fbxl18","F1QDF2","F1QYZ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R617","F1QDF2","F1R617","sall4","myo1b","F1QDF2","F1R617","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W501","F1QDF2","F8W501","sall4","-","F1QDF2","F8W501","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGM8","F1QDF2","Q6DGM8","sall4","jdp2","F1QDF2","Q6DGM8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AW58","F1QDF2","Q8AW58","sall4","g2e3","F1QDF2","Q8AW58","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHM9","F1QDF2","rhoab","sall4","rhoab","F1QDF2","Rho-related GTP-binding protein RhoA-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WH44","F1QDF2","X1WH44","sall4","si:ch211-261p9.4","F1QDF2","X1WH44","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WWG2","F1QDF2","cip1","sall4","cdkn1a","F1QDF2","Cyclin-dependent kinase inhibitor 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0M9","F1QDF2","TDRD2","sall4","tdrkh","F1QDF2","Tudor and KH domain-containing","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5Z1","F1QDF2","B8A5Z1","sall4","-","F1QDF2","B8A5Z1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3H1","F1QDF2","E7F3H1","sall4","ctdspl3","F1QDF2","E7F3H1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KBY5","F1QDF2","TAF11 RNA polymerase II, TATA box-binding protein","sall4","taf11","F1QDF2","TAF11 RNA polymerase II, TATA box-binding protein (TBP)-associated factor (Transcription initiation factor TFIID subunit 11 isoform X1) (Zgc:92784 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4V7","F1QDF2","F1Q4V7","sall4","-","F1QDF2","F1Q4V7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KBJ2","F1QDF2","A8KBJ2","sall4","znf609b","F1QDF2","A8KBJ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKQ7","F1QDF2","F1QKQ7","sall4","terf1","F1QDF2","F1QKQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK18","F1QDF2","F1QK18","sall4","dph1","F1QDF2","F1QK18","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5PRC0","F1QDF2","Q5PRC0","sall4","ch25h","F1QDF2","Q5PRC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JID2","F1QDF2","B8JID2","sall4","klf12a","F1QDF2","B8JID2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A6H7","F1QDF2","B8A6H7","sall4","znf330","F1QDF2","B8A6H7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PTJ3","F1QDF2","lmo2","sall4","lmo2","F1QDF2","Rhombotin-2 (LIM domain only protein 2) (LMO-2) (zlmo2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F467","F1QDF2","E7F467","sall4","si:ch1073-513e17.1","F1QDF2","E7F467","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q567Y7","F1QDF2","zgc:110642","sall4","chrna5","F1QDF2","Neuronal acetylcholine receptor subunit alpha-5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAL7","F1QDF2","F1QAL7","sall4","fam83d","F1QDF2","F1QAL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DDU5","F1QDF2","gstp1","sall4","gstp1","F1QDF2","Glutathione S-transferase (EC 2.5.1.18) (GST class-pi)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVI3","F1QDF2","wu:fi15a09","sall4","rhoq","F1QDF2","Ras homolog family member Q (Ras homolog gene family, member Q) (Rho-related GTP-binding protein RhoQ) (Rhoq protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IX57","F1QDF2","A0A0R4IX57","sall4","slc35a3b","F1QDF2","A0A0R4IX57","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFQ2","F1QDF2","A0A0R4IFQ2","sall4","dact1","F1QDF2","A0A0R4IFQ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4V9","F1QDF2","si:ch211-42i9.8","sall4","si:ch211-42i9.8","F1QDF2","Folliculin-interacting protein 2 (Si:ch211-42i9.8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVU9","F1QDF2","F1QVU9","sall4","angptl4","F1QDF2","F1QVU9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC77","F1QDF2","atp5h","sall4","atp5pd","F1QDF2","ATP synthase subunit d, mitochondrial","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVX6","F1QDF2","uba3","sall4","uba3","F1QDF2","NEDD8-activating enzyme E1 catalytic subunit (EC 6.2.1.64) (NEDD8-activating enzyme E1C) (Ubiquitin-activating enzyme E1C) (Ubiquitin-like modifier-activating enzyme 3) (Ubiquitin-activating enzyme 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC10","F1QDF2","A0A0R4IC10","sall4","ctdspla","F1QDF2","A0A0R4IC10","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WBA3","F1QDF2","X1WBA3","sall4","spsb3b","F1QDF2","X1WBA3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7XYJ6","F1QDF2","A7XYJ6","sall4","sobpb","F1QDF2","A7XYJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4KMD3","F1QDF2","snrnp35","sall4","snrnp35","F1QDF2","U11/U12 small nuclear ribonucleoprotein 35 kDa protein (U11/U12 snRNP 35 kDa protein) (U1 snRNP-binding protein homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7M5","F1QDF2","A8E7M5","sall4","cand2","F1QDF2","A8E7M5","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD22","F1QDF2","Kelch-like protein 20","sall4","si:ch211-256e16.3","F1QDF2","Kelch-like protein 20 (Si:ch211-256e16.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7G6","F1QDF2","CDC42 effector protein","sall4","cdc42ep4b","F1QDF2","CDC42 effector protein (Rho GTPase-binding) 4b (Cdc42 effector protein 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WER2","F1QDF2","uba5","sall4","uba5","F1QDF2","Ubiquitin-like modifier-activating enzyme 5 (Ubiquitin-activating enzyme 5) (UFM1-activating enzyme)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKP8","F1QDF2","F1QKP8","sall4","rpz2","F1QDF2","F1QKP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBX9","F1QDF2","A0A0R4IBX9","sall4","si:ch73-1a9.3","F1QDF2","A0A0R4IBX9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5X1","F1QDF2","F1Q5X1","sall4","gpc5b","F1QDF2","F1Q5X1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAT9","F1QDF2","zgc:194204","sall4","naa30","F1QDF2","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHX1","F1QDF2","A8WHX1","sall4","armc8","F1QDF2","A8WHX1","tf-link","27924024","regulates","txid7955" +"F1QDF2","O57416","F1QDF2","pax3","sall4","pax3a","F1QDF2","Paired box 3a (Paired box protein Pax-3) (Transcription factor PAX3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWX3","F1QDF2","Q1LWX3","sall4","ntaq1","F1QDF2","Q1LWX3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXW4","F1QDF2","F1QXW4","sall4","lyrm1","F1QDF2","F1QXW4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYX3","F1QDF2","Q5TYX3","sall4","ttc32","F1QDF2","Q5TYX3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBV6","F1QDF2","nhp2","sall4","nhp2","F1QDF2","H/ACA ribonucleoprotein complex subunit 2-like protein (Nucleolar protein family A member 2-like protein) (snoRNP protein NHP2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CF03","F1QDF2","si:dkey-286f3.7","sall4","las1l","F1QDF2","LAS1-like ribosome biogenesis factor (Ribosomal biogenesis protein LAS1L)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXX4","F1QDF2","zgc:92354","sall4","fosb","F1QDF2","FBJ murine osteosarcoma viral oncogene homolog B (Protein fosB isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F370","F1QDF2","E7F370","sall4","cdh26.1","F1QDF2","E7F370","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7L6","F1QDF2","A8E7L6","sall4","nudcd1","F1QDF2","A8E7L6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSV0","F1QDF2","F1QSV0","sall4","ecsit","F1QDF2","F1QSV0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803L0","F1QDF2","Q803L0","sall4","lin28a","F1QDF2","Q803L0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVI6","F1QDF2","A0A0R4IVI6","sall4","inpp5b","F1QDF2","A0A0R4IVI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9L2","F1QDF2","A0A0R4I9L2","sall4","cwf19l2","F1QDF2","A0A0R4I9L2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q573","F1QDF2","F1Q573","sall4","irf9","F1QDF2","F1Q573","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTS9","F1QDF2","F1QTS9","sall4","mrto4","F1QDF2","F1QTS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNR4","F1QDF2","sgc1b1","sall4","gucy1b1","F1QDF2","Guanylate cyclase soluble subunit beta-1 (EC 4.6.1.2) (Guanylate cyclase soluble subunit beta-3) (Soluble guanylate cyclase small subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV91","F1QDF2","Q7ZV91","sall4","mitd1","F1QDF2","Q7ZV91","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DDE3","F1QDF2","ache","sall4","ache","F1QDF2","Acetylcholinesterase (AChE) (EC 3.1.1.7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66JN9","F1QDF2","zgc:101062","sall4","nudt4b","F1QDF2","diphosphoinositol-polyphosphate diphosphatase (EC 3.6.1.52)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WV38","F1QDF2","A5WV38","sall4","si:ch211-209a2.2","F1QDF2","A5WV38","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7F8","F1QDF2","F1Q7F8","sall4","rbm4.2","F1QDF2","F1Q7F8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WVU0","F1QDF2","tbl1xr1","sall4","tbl1xr1b","F1QDF2","Tbl1x receptor 1b (Transducin (Beta)-like 1 X-linked receptor 1b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IB92","F1QDF2","A0A0R4IB92","sall4","trpm5","F1QDF2","A0A0R4IB92","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8Q3","F1QDF2","F1R8Q3","sall4","lrrc59","F1QDF2","F1R8Q3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IST0","F1QDF2","A0A0R4IST0","sall4","-","F1QDF2","A0A0R4IST0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYT6","F1QDF2","A0A0R4IYT6","sall4","-","F1QDF2","A0A0R4IYT6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBM2","F1QDF2","F1QBM2","sall4","pdcd4a","F1QDF2","F1QBM2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5W1","F1QDF2","E7F5W1","sall4","si:ch73-109d9.4","F1QDF2","E7F5W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5W4","F1QDF2","B8A5W4","sall4","dhrsx","F1QDF2","B8A5W4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0M4","F1QDF2","zgc:56390","sall4","fus","F1QDF2","FUS RNA-binding protein (RNA-binding protein FUS)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JJ32","F1QDF2","B8JJ32","sall4","sfxn3","F1QDF2","B8JJ32","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYW4","F1QDF2","nbas","sall4","nbas","F1QDF2","NBAS subunit of NRZ tethering complex (Neuroblastoma-amplified gene protein homolog) (Neuroblastoma-amplified sequence)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F238","F1QDF2","E7F238","sall4","slc25a10","F1QDF2","E7F238","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMI7","F1QDF2","Q6GMI7","sall4","enoph1","F1QDF2","Q6GMI7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q91430","F1QDF2","svp[40]","sall4","nr2f2","F1QDF2","COUP transcription factor 2 (COUP transcription factor II) (Nuclear receptor subfamily 2 group F member 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BZ6","F1QDF2","zgc:153907","sall4","vps4a","F1QDF2","vesicle-fusing ATPase (EC 3.6.4.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","M9MM98","F1QDF2","M9MM98","sall4","ighmbp2","F1QDF2","M9MM98","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QJF6","F1QDF2","Aspartyl/asparaginyl beta-hydroxylase isoform X2","sall4","unm_hu7910","F1QDF2","Aspartyl/asparaginyl beta-hydroxylase isoform X2 (Un-named hu7910)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90268","F1QDF2","pax2a","sall4","pax2a","F1QDF2","Paired box protein Pax-2a (No isthmus protein) (Pax[Zf-b])","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QGF3","F1QDF2","A0A2R8QGF3","sall4","LOC797032","F1QDF2","A0A2R8QGF3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QDF0","F1QDF2","A0A2R8QDF0","sall4","-","F1QDF2","A0A2R8QDF0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZH2","F1QDF2","Q5TZH2","sall4","tmbim4","F1QDF2","Q5TZH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","O57521","F1QDF2","hsp90ab1","sall4","hsp90ab1","F1QDF2","Heat shock protein HSP 90-beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKA7","F1QDF2","si:dkey-146d24.2","sall4","ap5s1","F1QDF2","AP-5 complex subunit sigma-1 precursor (Adaptor-related protein complex 5 subunit sigma 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WEP4","F1QDF2","X1WEP4","sall4","si:ch211-157b11.12","F1QDF2","X1WEP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NWN8","F1QDF2","F6NWN8","sall4","si:dkey-29b11.3","F1QDF2","F6NWN8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBC9","F1QDF2","F1RBC9","sall4","ccnc","F1QDF2","F1RBC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q3K1","F1QDF2","br146","sall4","vcana","F1QDF2","Chondroitin sulfate proteoglycan 2 (Versican a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGD4","F1QDF2","A0A0R4IGD4","sall4","kdm8","F1QDF2","A0A0R4IGD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQW9","F1QDF2","A3KQW9","sall4","adnp2b","F1QDF2","A3KQW9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9H3","F1QDF2","F1Q9H3","sall4","abi3bpa","F1QDF2","F1Q9H3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DI58","F1QDF2","B3DI58","sall4","ngs","F1QDF2","B3DI58","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPW8","F1QDF2","A3KPW8","sall4","hpcal4","F1QDF2","A3KPW8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4V4","F1QDF2","B8A4V4","sall4","wrap73","F1QDF2","B8A4V4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGZ9","F1QDF2","Q5RGZ9","sall4","rint1","F1QDF2","Q5RGZ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZM5","F1QDF2","E7EZM5","sall4","si:dkey-274m17.3","F1QDF2","E7EZM5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUU4","F1QDF2","si:dz179b20.7","sall4","daxx","F1QDF2","Death domain-associated protein 6 (Daxx)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTT8","F1QDF2","ndufa4l","sall4","ndufa4l","F1QDF2","Cytochrome c oxidase subunit NDUFA4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9T5","F1QDF2","A0A0R4I9T5","sall4","si:zfos-943e10.1","F1QDF2","A0A0R4I9T5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q58EB0","F1QDF2","Q58EB0","sall4","-","F1QDF2","Q58EB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REW0","F1QDF2","F1REW0","sall4","-","F1QDF2","F1REW0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6YI96","F1QDF2","Q6YI96","sall4","barhl2","F1QDF2","Q6YI96","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90259","F1QDF2","ascl1a","sall4","ascl1a","F1QDF2","Achaete-scute homolog 1a (Zash-1a) (Pituitary-absent protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6I8","F1QDF2","sp5","sall4","sp5a","F1QDF2","Sp5 protein (Sp5 transcription factor a) (Transcription factor Sp5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AW35","F1QDF2","Q8AW35","sall4","phlda3","F1QDF2","Q8AW35","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1L1U9","F1QDF2","A1L1U9","sall4","traf7","F1QDF2","A1L1U9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1JQ22","F1QDF2","non-specific serine/threonine protein kinase","sall4","map4k6","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W4K4","F1QDF2","F8W4K4","sall4","lhfpl4b","F1QDF2","F8W4K4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JMC2","F1QDF2","B8JMC2","sall4","-","F1QDF2","B8JMC2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JI13","F1QDF2","B8JI13","sall4","atrn","F1QDF2","B8JI13","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2AV34","F1QDF2","A2AV34","sall4","coq9","F1QDF2","A2AV34","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NZP4","F1QDF2","F6NZP4","sall4","esyt1b","F1QDF2","F6NZP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QIL6","F1QDF2","E9QIL6","sall4","samd10b","F1QDF2","E9QIL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCK4","F1QDF2","E7FCK4","sall4","si:ch211-110e21.3","F1QDF2","E7FCK4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4JNX5","F1QDF2","Forkhead box protein P2","sall4","foxp2","F1QDF2","Forkhead box protein P2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUB9","F1QDF2","F1QUB9","sall4","lepr","F1QDF2","F1QUB9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q03356","F1QDF2","Q03356","sall4","msxb","F1QDF2","Q03356","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5C9","F1QDF2","si:ch211-149p10.1","sall4","rspo2","F1QDF2","R-spondin 2 (R-spondin-2 precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PYD6","F1QDF2","A0A2R8PYD6","sall4","-","F1QDF2","A0A2R8PYD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY49","F1QDF2","F1QY49","sall4","tbrg1","F1QDF2","F1QY49","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGJ7","F1QDF2","Q5RGJ7","sall4","dram1","F1QDF2","Q5RGJ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4INE3","F1QDF2","A0A0R4INE3","sall4","p3h4","F1QDF2","A0A0R4INE3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F958","F1QDF2","Methylcytosine dioxygenase TET","sall4","tet2","F1QDF2","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7F3","F1QDF2","F1Q7F3","sall4","pora","F1QDF2","F1Q7F3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W3Y7","F1QDF2","F8W3Y7","sall4","znf407","F1QDF2","F8W3Y7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYZ9","F1QDF2","E7EYZ9","sall4","slc46a3","F1QDF2","E7EYZ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LV47","F1QDF2","Q1LV47","sall4","nol8","F1QDF2","Q1LV47","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RVN3","F1QDF2","DNA topoisomerase 2-binding protein 1","sall4","topbp1","F1QDF2","DNA topoisomerase 2-binding protein 1 (DNA topoisomerase II-binding protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q567W4","F1QDF2","zgc:110709","sall4","mrps25","F1QDF2","Small ribosomal subunit protein mS25 (28S ribosomal protein S25, mitochondrial)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGD5","F1QDF2","A2BGD5","sall4","calcoco1","F1QDF2","A2BGD5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB98","F1QDF2","E7FB98","sall4","ubiad1","F1QDF2","E7FB98","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q546","F1QDF2","F1Q546","sall4","march1","F1QDF2","F1Q546","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PWH3","F1QDF2","Q9PWH3","sall4","dkk1b","F1QDF2","Q9PWH3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6H9","F1QDF2","B0S6H9","sall4","tmem183a","F1QDF2","B0S6H9","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GEY3","F1QDF2","Histone H1-like","sall4","si:ch211-113a14.18","F1QDF2","Histone H1-like (Si:ch211-113a14.18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RKM3","F1QDF2","fb36h09","sall4","stip1","F1QDF2","Stress-induced-phosphoprotein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L1F5","F1QDF2","A0A0G2L1F5","sall4","sptbn1","F1QDF2","A0A0G2L1F5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVE3","F1QDF2","Q1LVE3","sall4","si:dkey-72l14.3","F1QDF2","Q1LVE3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V9I8","F1QDF2","Q4V9I8","sall4","ube2g2","F1QDF2","Q4V9I8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGX6","F1QDF2","A0A140LGX6","sall4","si:ch73-54f23.4","F1QDF2","A0A140LGX6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYS9","F1QDF2","F1QYS9","sall4","pou2f1b","F1QDF2","F1QYS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5B9","F1QDF2","E7F5B9","sall4","mtbp","F1QDF2","E7F5B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LH88","F1QDF2","A0A140LH88","sall4","prss23","F1QDF2","A0A140LH88","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5E1","F1QDF2","cep162","sall4","cep162","F1QDF2","Centrosomal protein of 162 kDa (Cep162)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7E3","F1QDF2","E7F7E3","sall4","dhx8","F1QDF2","E7F7E3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2A121","F1QDF2","cb572","sall4","dclk2a","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPY6","F1QDF2","A0A0R4IPY6","sall4","ocrl","F1QDF2","A0A0R4IPY6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QU27","F1QDF2","F1QU27","sall4","si:ch211-271e10.2","F1QDF2","F1QU27","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2A7","F1QDF2","E7F2A7","sall4","slc19a1","F1QDF2","E7F2A7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9P0","F1QDF2","F1R9P0","sall4","thg1l","F1QDF2","F1R9P0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4J7V9","F1QDF2","A0A0R4J7V9","sall4","znf385b","F1QDF2","A0A0R4J7V9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTC2","F1QDF2","cb444","sall4","ppp1r3ca","F1QDF2","Protein phosphatase 1 regulatory subunit 3C","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJY0","F1QDF2","A0A0R4IJY0","sall4","mettl17","F1QDF2","A0A0R4IJY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F022","F1QDF2","E7F022","sall4","xdh","F1QDF2","E7F022","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBT3","F1QDF2","Q6PBT3","sall4","fez1","F1QDF2","Q6PBT3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YA89","F1QDF2","A0A286YA89","sall4","slc4a7","F1QDF2","A0A286YA89","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJU3","F1QDF2","B3DJU3","sall4","rit1","F1QDF2","B3DJU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QP13","F1QDF2","F1QP13","sall4","tgfbrap1","F1QDF2","F1QP13","tf-link","27924024","regulates","txid7955" +"F1QDF2","D2Y178","F1QDF2","D2Y178","sall4","npffr1l2","F1QDF2","D2Y178","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYV0","F1QDF2","emc7","sall4","emc7","F1QDF2","ER membrane protein complex subunit 7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2R3","F1QDF2","si:ch211-146m13.3","sall4","si:ch211-146m13.3","F1QDF2","Junctophilin-3-like (Si:ch211-146m13.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BG43","F1QDF2","A2BG43","sall4","gltp","F1QDF2","A2BG43","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W767","F1QDF2","zgc:86655","sall4","mdka","F1QDF2","Midkine a (Midkine precursor) (Midkine-related growth factor) (Pleiotrophin 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1XHK0","F1QDF2","fb13f09","sall4","nr3c1","F1QDF2","Glucocorticoid receptor (Nuclear receptor subfamily 3 group C member 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7S8","F1QDF2","F1Q7S8","sall4","ago3a","F1QDF2","F1Q7S8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DE25","F1QDF2","Q9DE25","sall4","foxc1a","F1QDF2","Q9DE25","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GEX4","F1QDF2","R4GEX4","sall4","eif3f","F1QDF2","R4GEX4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NLW6","F1QDF2","F6NLW6","sall4","si:ch211-242b18.1","F1QDF2","F6NLW6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0H2UJX2","F1QDF2","A0A0H2UJX2","sall4","pimr93","F1QDF2","A0A0H2UJX2","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3IT54","F1QDF2","I3IT54","sall4","si:ch211-191i18.2","F1QDF2","I3IT54","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQJ7","F1QDF2","zgc:86733","sall4","rpl37","F1QDF2","Ribosomal protein L37","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q32PP9","F1QDF2","sox14","sall4","sox14","F1QDF2","Transcription factor Sox-14","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFK5","F1QDF2","A0A0R4IFK5","sall4","mrps30","F1QDF2","A0A0R4IFK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S788","F1QDF2","B0S788","sall4","nab1b","F1QDF2","B0S788","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHH9","F1QDF2","zgc:92307","sall4","ube2r2","F1QDF2","Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2R 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMG4","F1QDF2","Q6GMG4","sall4","tmem30b","F1QDF2","Q6GMG4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHZ4","F1QDF2","E9QHZ4","sall4","si:dkey-242g16.2","F1QDF2","E9QHZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LFW4","F1QDF2","A0A140LFW4","sall4","cers3a","F1QDF2","A0A140LFW4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IE49","F1QDF2","A0A0R4IE49","sall4","si:dkey-23n7.10","F1QDF2","A0A0R4IE49","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q05AK8","F1QDF2","Q05AK8","sall4","ano9a","F1QDF2","Q05AK8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1MTK5","F1QDF2","Q1MTK5","sall4","nuak2","F1QDF2","Q1MTK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPA0","F1QDF2","F1QPA0","sall4","fgfr3","F1QDF2","F1QPA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4Z8","F1QDF2","gstal","sall4","gsta.1","F1QDF2","glutathione transferase (EC 2.5.1.18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KC47","F1QDF2","A8KC47","sall4","-","F1QDF2","A8KC47","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBH7","F1QDF2","F1QBH7","sall4","nfic","F1QDF2","F1QBH7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGS3","F1QDF2","A2BGS3","sall4","tmem116","F1QDF2","A2BGS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG76","F1QDF2","A0A140LG76","sall4","aldh4a1","F1QDF2","A0A140LG76","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC36","F1QDF2","zgc:73124","sall4","necap1","F1QDF2","Adaptin ear-binding coat-associated protein 1 (NECAP endocytosis-associated protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F2Z4R1","F1QDF2","zgc:92840","sall4","sec61g","F1QDF2","Protein transport protein Sec61 subunit gamma","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IK68","F1QDF2","A0A0R4IK68","sall4","pank4","F1QDF2","A0A0R4IK68","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YBY1","F1QDF2","A0A286YBY1","sall4","trim67","F1QDF2","A0A286YBY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEK1","F1QDF2","E7FEK1","sall4","plekhg4","F1QDF2","E7FEK1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BEA6","F1QDF2","A2BEA6","sall4","arid3a","F1QDF2","A2BEA6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUS0","F1QDF2","F1QUS0","sall4","calb2b","F1QDF2","F1QUS0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V8X5","F1QDF2","fj39f09","sall4","mlf2","F1QDF2","Myeloid leukemia factor 2 (Zgc:114097)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDY1","F1QDF2","E9QDY1","sall4","-","F1QDF2","E9QDY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q68EL3","F1QDF2","Q68EL3","sall4","bet1l","F1QDF2","Q68EL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6H4","F1QDF2","fj47d05","sall4","plp2","F1QDF2","Proteolipid protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZB9","F1QDF2","MAGI-1","sall4","magi1b","F1QDF2","Membrane-associated guanylate kinase, WW and PDZ domain-containing 1b (Membrane-associated guanylate kinase, WW and PDZ domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXH8","F1QDF2","E7EXH8","sall4","LOC799265","F1QDF2","E7EXH8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJK3","F1QDF2","E9QJK3","sall4","ccdc169","F1QDF2","E9QJK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0X9","F1QDF2","orc5l","sall4","orc5","F1QDF2","Origin recognition complex subunit 5 (Origin recognition complex, subunit 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QF98","F1QDF2","F1QF98","sall4","rbm19","F1QDF2","F1QF98","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5B5","F1QDF2","F1Q5B5","sall4","alpl","F1QDF2","F1Q5B5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDD0","F1QDF2","F1RDD0","sall4","pycr1b","F1QDF2","F1RDD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWT2","F1QDF2","Q1LWT2","sall4","polr3gla","F1QDF2","Q1LWT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YHZ1","F1QDF2","Z4YHZ1","sall4","plekho1a","F1QDF2","Z4YHZ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZE8","F1QDF2","Q7SZE8","sall4","tnfaip8l1","F1QDF2","Q7SZE8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6ZM24","F1QDF2","wu:fb96b08","sall4","tomm34","F1QDF2","Mitochondrial import receptor subunit TOM34 (Translocase of outer mitochondrial membrane 34)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBJ0","F1QDF2","F1QBJ0","sall4","kazald2","F1QDF2","F1QBJ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXV2","F1QDF2","aebp2","sall4","aebp2","F1QDF2","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQ57","F1QDF2","A3KQ57","sall4","her7","F1QDF2","A3KQ57","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DBW1","F1QDF2","Q6DBW1","sall4","rasgef1bb","F1QDF2","Q6DBW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9I9I2","F1QDF2","wnt11r","sall4","wnt11","F1QDF2","Protein Wnt","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTR0","F1QDF2","F1QTR0","sall4","inpp5l","F1QDF2","F1QTR0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWJ4","F1QDF2","dnajc2","sall4","dnajc2","F1QDF2","DnaJ homolog subfamily C member 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QI97","F1QDF2","E9QI97","sall4","-","F1QDF2","E9QI97","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08C76","F1QDF2","Q08C76","sall4","ssuh2","F1QDF2","Q08C76","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9F5","F1QDF2","A0A0R4I9F5","sall4","ddost","F1QDF2","A0A0R4I9F5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCG9","F1QDF2","F1QCG9","sall4","igl4v10","F1QDF2","F1QCG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q566S7","F1QDF2","wu:fj45h02","sall4","mrps18b","F1QDF2","Small ribosomal subunit protein mS40 (28S ribosomal protein S18-2, mitochondrial) (28S ribosomal protein S18b, mitochondrial)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZE6","F1QDF2","zgc:172341","sall4","-","F1QDF2","D-aspartate oxidase (EC 1.4.3.1) (Zgc:172341)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVS2","F1QDF2","Q1LVS2","sall4","pxk","F1QDF2","Q1LVS2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFU1","F1QDF2","cd81","sall4","cd81a","F1QDF2","Tetraspanin","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ44","F1QDF2","Q5TZ44","sall4","cd164","F1QDF2","Q5TZ44","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5PQZ7","F1QDF2","bves","sall4","bves","F1QDF2","Blood vessel epicardial substance (BVES) (Popeye domain-containing protein 1) (Popeye protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVR2","F1QDF2","F1QVR2","sall4","nhej1","F1QDF2","F1QVR2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YHY2","F1QDF2","Z4YHY2","sall4","pim2","F1QDF2","Z4YHY2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC40","F1QDF2","cdc123","sall4","cdc123","F1QDF2","Translation initiation factor eIF2 assembly protein (Cell division cycle protein 123 homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5X0","F1QDF2","dspg3","sall4","epyc","F1QDF2","Epiphycan (Epiphycan isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QLW6","F1QDF2","A0A2R8QLW6","sall4","cry3b","F1QDF2","A0A2R8QLW6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QG86","F1QDF2","E9QG86","sall4","-","F1QDF2","E9QG86","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZ56","F1QDF2","Q7SZ56","sall4","tmem218","F1QDF2","Q7SZ56","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IU93","F1QDF2","A0A0R4IU93","sall4","aspg","F1QDF2","A0A0R4IU93","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S682","F1QDF2","im:7155364","sall4","irf5","F1QDF2","Interferon regulatory factor 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4R0","F1QDF2","E7F4R0","sall4","afdna","F1QDF2","E7F4R0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLM2","F1QDF2","F1QLM2","sall4","si:ch73-314g15.3","F1QDF2","F1QLM2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RB14","F1QDF2","F1RB14","sall4","rsad1","F1QDF2","F1RB14","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFX7","F1QDF2","E7FFX7","sall4","slco4a1","F1QDF2","E7FFX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q502K5","F1QDF2","Q502K5","sall4","cysltr1","F1QDF2","Q502K5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q29RB5","F1QDF2","Q29RB5","sall4","hs3st1l2","F1QDF2","Q29RB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REQ6","F1QDF2","cb886","sall4","prickle2b","F1QDF2","Prickle homolog 2b (Prickle-like protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KPR3","F1QDF2","A0A0G2KPR3","sall4","atg7","F1QDF2","A0A0G2KPR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6EFA1","F1QDF2","Q6EFA1","sall4","sulf1","F1QDF2","Q6EFA1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2E8","F1QDF2","F8W2E8","sall4","rbm27","F1QDF2","F8W2E8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZUU3","F1QDF2","B7ZUU3","sall4","pygo1","F1QDF2","B7ZUU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXR5","F1QDF2","Q1LXR5","sall4","kat14","F1QDF2","Q1LXR5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6YBR5","F1QDF2","ngf","sall4","ngf","F1QDF2","Nerve growth factor (NGF) (zNGF)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWQ4","F1QDF2","F1QWQ4","sall4","-","F1QDF2","F1QWQ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S8I0","F1QDF2","B0S8I0","sall4","gtpbp8","F1QDF2","B0S8I0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WUM7","F1QDF2","A5WUM7","sall4","dhrs11a","F1QDF2","A5WUM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q3N8","F1QDF2","A0A2R8Q3N8","sall4","sgpl1","F1QDF2","A0A2R8Q3N8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEX6","F1QDF2","A2CEX6","sall4","hira","F1QDF2","A2CEX6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCP5","F1QDF2","F1RCP5","sall4","si:dkey-148f10.4","F1QDF2","F1RCP5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4JYK9","F1QDF2","zgc:110372","sall4","iglon5","F1QDF2","IgLON family member 5 precursor (Zgc:110372)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5T9","F1QDF2","fxrbeta","sall4","nr1h5","F1QDF2","Nuclear receptor subfamily 1, group H, member 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHZ3","F1QDF2","F1QHZ3","sall4","ttc4","F1QDF2","F1QHZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QMK9","F1QDF2","A0A2R8QMK9","sall4","tjp1a","F1QDF2","A0A2R8QMK9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG54","F1QDF2","Histone H2B","sall4","si:dkey-23a13.22","F1QDF2","Histone H2B","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QG77","F1QDF2","E9QG77","sall4","-","F1QDF2","E9QG77","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QNU9","F1QDF2","A4QNU9","sall4","gfer","F1QDF2","A4QNU9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F513","F1QDF2","E7F513","sall4","tbc1d2","F1QDF2","E7F513","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q514","F1QDF2","F1Q514","sall4","exo5","F1QDF2","F1Q514","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5Q2","F1QDF2","E7F5Q2","sall4","LOC797620","F1QDF2","E7F5Q2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGH7","F1QDF2","ctnnb1","sall4","ctnnb1","F1QDF2","Catenin beta-1 (Beta-catenin)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4N9","F1QDF2","E7F4N9","sall4","usp12b","F1QDF2","E7F4N9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4INV1","F1QDF2","A0A0R4INV1","sall4","si:ch211-155e24.3","F1QDF2","A0A0R4INV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMN9","F1QDF2","A0JMN9","sall4","-","F1QDF2","A0JMN9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3Q3","F1QDF2","si:ch211-127h20.1","sall4","anapc7","F1QDF2","Anaphase-promoting complex subunit 7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7K3","F1QDF2","F1R7K3","sall4","dla","F1QDF2","F1R7K3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG81","F1QDF2","zgc:91903","sall4","pls3","F1QDF2","Plastin-3 (T-plastin)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEY1","F1QDF2","F1QEY1","sall4","trps1","F1QDF2","F1QEY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R394","F1QDF2","F1R394","sall4","znf438","F1QDF2","F1R394","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PCA5","F1QDF2","Q6PCA5","sall4","six3a","F1QDF2","Q6PCA5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2D9","F1QDF2","F8W2D9","sall4","si:ch211-191d2.2","F1QDF2","F8W2D9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W4V6","F1QDF2","F8W4V6","sall4","grsf1","F1QDF2","F8W4V6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSI4","F1QDF2","A0A1D5NSI4","sall4","nav2a","F1QDF2","A0A1D5NSI4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q716","F1QDF2","F1Q716","sall4","si:dkeyp-69c1.9","F1QDF2","F1Q716","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BKW8","F1QDF2","Q5BKW8","sall4","smim12","F1QDF2","Q5BKW8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3G8","F1QDF2","F1R3G8","sall4","srm","F1QDF2","F1R3G8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJK2","F1QDF2","F1QJK2","sall4","sept8a","F1QDF2","F1QJK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NS29","F1QDF2","A0A1D5NS29","sall4","mcee","F1QDF2","A0A1D5NS29","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUA0","F1QDF2","F1QUA0","sall4","si:ch211-232i5.1","F1QDF2","F1QUA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQR9","F1QDF2","A3KQR9","sall4","lix1l","F1QDF2","A3KQR9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6V9B5","F1QDF2","sdf1b","sall4","cxcl12b","F1QDF2","Stromal cell-derived factor 1 (C-X-C motif chemokine 12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5D6S6","F1QDF2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","sall4","polr2l","F1QDF2","DNA-directed RNA polymerases I, II, and III subunit RPABC5","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD98","F1QDF2","E3 ubiquitin-protein ligase SHPRH isoform X1","sall4","shprh","F1QDF2","E3 ubiquitin-protein ligase SHPRH isoform X1 (SNF2 histone linker PHD RING helicase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZE3","F1QDF2","llgl2","sall4","llgl2","F1QDF2","LLGL scribble cell polarity complex component 2 (Lethal(2) giant larvae protein homolog 2) (Protein penner)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPL7","F1QDF2","F1QPL7","sall4","pcca","F1QDF2","F1QPL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90ZE3","F1QDF2","NH10","sall4","meis3","F1QDF2","Homeobox protein Meis3 (Homeobox transcription factor Meis3) (Myeloid ecotropic viral integration site 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QP75","F1QDF2","A4QP75","sall4","trmt2b","F1QDF2","A4QP75","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2RUX0","F1QDF2","zgc:158242","sall4","tbl1x","F1QDF2","F-box-like/WD repeat-containing protein TBL1X (Transducin beta-like 1 X-linked) (Zgc:158242 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9Y9","F1QDF2","F1R9Y9","sall4","etfb","F1QDF2","F1R9Y9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q52PJ5","F1QDF2","dpysl3","sall4","dpysl3","F1QDF2","Dihydropyrimidinase-related protein 3 (DRP-3) (Collapsin response mediator protein 4) (CRMP-4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DKA6","F1QDF2","B3DKA6","sall4","gpr160","F1QDF2","B3DKA6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W5X0","F1QDF2","F8W5X0","sall4","-","F1QDF2","F8W5X0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGV5","F1QDF2","gankyrin","sall4","psmd10","F1QDF2","26S proteasome non-ATPase regulatory subunit 10 (Gankyrin) (Proteasome 26S subunit, non-ATPase 10) (Proteasome 26S subunit, non-ATPase, 10)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90Y37","F1QDF2","rock2","sall4","rock2a","F1QDF2","Rho-associated protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQH4","F1QDF2","zgc:86762","sall4","psmd8","F1QDF2","26S proteasome non-ATPase regulatory subunit 8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RSH3","F1QDF2","A0A2R8RSH3","sall4","csrnp3","F1QDF2","A0A2R8RSH3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KC68","F1QDF2","A0A0G2KC68","sall4","-","F1QDF2","A0A0G2KC68","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK98","F1QDF2","F1QK98","sall4","wnt3a","F1QDF2","F1QK98","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y9G6","F1QDF2","A0A286Y9G6","sall4","fgfr4","F1QDF2","A0A286Y9G6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGX4","F1QDF2","F1QGX4","sall4","c1galt1a","F1QDF2","F1QGX4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC13","F1QDF2","phb2","sall4","phb2a","F1QDF2","Prohibitin","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMY9","F1QDF2","Nuclear receptor-interacting protein 1","sall4","nrip1a","F1QDF2","Nuclear receptor-interacting protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRJ7","F1QDF2","ndc80","sall4","ndc80","F1QDF2","Kinetochore protein NDC80 homolog (Kinetochore protein Hec1) (Kinetochore-associated protein 2-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDF6","F1QDF2","F1QDF6","sall4","akap10","F1QDF2","F1QDF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IRJ7","F1QDF2","A0A0R4IRJ7","sall4","arhgap21a","F1QDF2","A0A0R4IRJ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFX3","F1QDF2","F1QFX3","sall4","ghra","F1QDF2","F1QFX3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90Y50","F1QDF2","cxadr","sall4","cxadr","F1QDF2","Coxsackievirus and adenovirus receptor homolog (CAR)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9S0","F1QDF2","F1Q9S0","sall4","pax3b","F1QDF2","F1Q9S0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJL9","F1QDF2","Q5XJL9","sall4","dlx5a","F1QDF2","Q5XJL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1B1LZI1","F1QDF2","A0A1B1LZI1","sall4","ptprga","F1QDF2","A0A1B1LZI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHP4","F1QDF2","A8WHP4","sall4","gclm","F1QDF2","A8WHP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A507","F1QDF2","fb93g11","sall4","flrt3","F1QDF2","Leucine-rich repeat transmembrane protein FLRT3 (Fibronectin-like domain-containing leucine-rich transmembrane protein 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W6A8","F1QDF2","Q9W6A8","sall4","opn1sw2","F1QDF2","Q9W6A8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAE4","F1QDF2","F1QAE4","sall4","slc52a2","F1QDF2","F1QAE4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUQ2","F1QDF2","ppp2r5e1","sall4","ppp2r5eb","F1QDF2","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGQ7","F1QDF2","A0A0R4IGQ7","sall4","fkbp3","F1QDF2","A0A0R4IGQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNJ7","F1QDF2","F1QNJ7","sall4","helz","F1QDF2","F1QNJ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JHZ5","F1QDF2","B8JHZ5","sall4","-","F1QDF2","B8JHZ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5PR95","F1QDF2","Q5PR95","sall4","tspan5b","F1QDF2","Q5PR95","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8A3","F1QDF2","E7F8A3","sall4","mfn1b","F1QDF2","E7F8A3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLQ5","F1QDF2","Q1RLQ5","sall4","dipk1a","F1QDF2","Q1RLQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REQ1","F1QDF2","F1REQ1","sall4","fam98b","F1QDF2","F1REQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UX67","F1QDF2","B0UX67","sall4","mtor","F1QDF2","B0UX67","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI87","F1QDF2","F1QI87","sall4","gon4l","F1QDF2","F1QI87","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK89","F1QDF2","F1QK89","sall4","-","F1QDF2","F1QK89","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7F2","F1QDF2","si:ch211-287j19.6","sall4","mhc1zea","F1QDF2","MHC class I antigen ZEA transcript variant 1 (Major histocompatibility complex class I ZEA) (Uncharacterized protein LOC565708 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","C5J7W8","F1QDF2","smg1","sall4","smg1","F1QDF2","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1L224","F1QDF2","creb3l2","sall4","creb3l2","F1QDF2","Cyclic AMP-responsive element-binding protein 3-like protein 2 (cAMP-responsive element-binding protein 3-like protein 2) [Cleaved into: Processed cyclic AMP-responsive element-binding protein 3-like protein 2]","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NT19","F1QDF2","A0A1D5NT19","sall4","acd","F1QDF2","A0A1D5NT19","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NY77","F1QDF2","Q6NY77","sall4","-","F1QDF2","Q6NY77","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SY41","F1QDF2","Q7SY41","sall4","dnajc24","F1QDF2","Q7SY41","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMI5","F1QDF2","A5PMI5","sall4","tent4a","F1QDF2","A5PMI5","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDZ1","F1QDF2","X1WDZ1","sall4","clstn3","F1QDF2","X1WDZ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZWB1","F1QDF2","zgc:56598","sall4","cdk2","F1QDF2","cyclin-dependent kinase (EC 2.7.11.22)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3N6","F1QDF2","A9C3N6","sall4","custos","F1QDF2","A9C3N6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2VD24","F1QDF2","A2VD24","sall4","ipo9","F1QDF2","A2VD24","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y9F5","F1QDF2","A0A286Y9F5","sall4","myo7aa","F1QDF2","A0A286Y9F5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5B9","F1QDF2","B0S5B9","sall4","sypa","F1QDF2","B0S5B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDE7","F1QDF2","F1QDE7","sall4","pds5a","F1QDF2","F1QDE7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD02","F1QDF2","F1RD02","sall4","etv4","F1QDF2","F1RD02","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KQY6","F1QDF2","A0A0G2KQY6","sall4","slc39a14","F1QDF2","A0A0G2KQY6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB39","F1QDF2","E7FB39","sall4","myo5ab","F1QDF2","E7FB39","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYW2","F1QDF2","Epsin 2","sall4","epn2","F1QDF2","Epsin 2 (Epsin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXE6","F1QDF2","E7EXE6","sall4","rft1","F1QDF2","E7EXE6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDP3","F1QDF2","A0A0R4IDP3","sall4","zdhhc15a","F1QDF2","A0A0R4IDP3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXP1","F1QDF2","F1QXP1","sall4","-","F1QDF2","F1QXP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0D285","F1QDF2","Q0D285","sall4","tmem141","F1QDF2","Q0D285","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJH5","F1QDF2","F1QJH5","sall4","hemk1","F1QDF2","F1QJH5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QG63","F1QDF2","E9QG63","sall4","-","F1QDF2","E9QG63","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEG1","F1QDF2","F1QEG1","sall4","atp7a","F1QDF2","F1QEG1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R793","F1QDF2","F1R793","sall4","gpatch11","F1QDF2","F1R793","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QH90","F1QDF2","F1QH90","sall4","oc90","F1QDF2","F1QH90","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5Q0","F1QDF2","B8A5Q0","sall4","sgms2a","F1QDF2","B8A5Q0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QW01","F1QDF2","F1QW01","sall4","mocs3","F1QDF2","F1QW01","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7N8","F1QDF2","Calcium-transporting ATPase","sall4","si:dkey-28b4.8","F1QDF2","Calcium-transporting ATPase (EC 7.2.2.10)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DC41","F1QDF2","wu:fe16c04","sall4","-","F1QDF2","GDP-L-fucose synthase (EC 1.1.1.271) (GDP-4-keto-6-deoxy-D-mannose-3,5-epimerase-4-reductase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWP1","F1QDF2","Q1LWP1","sall4","znf990","F1QDF2","Q1LWP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHF1","F1QDF2","fe11c08","sall4","ing2","F1QDF2","Inhibitor of growth protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4X0","F1QDF2","fj61b08","sall4","ino80c","F1QDF2","INO80 complex subunit C","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8J0","F1QDF2","F1R8J0","sall4","pgap1","F1QDF2","F1R8J0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IS45","F1QDF2","si:ch211-203f4.1","sall4","cog6","F1QDF2","Conserved oligomeric Golgi complex subunit 6 (COG complex subunit 6) (Component of oligomeric Golgi complex 6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FA51","F1QDF2","E7FA51","sall4","evi5b","F1QDF2","E7FA51","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KFV1","F1QDF2","A0A0G2KFV1","sall4","top1mt","F1QDF2","A0A0G2KFV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BEN1","F1QDF2","A2BEN1","sall4","atp6v1aa","F1QDF2","A2BEN1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJG6","F1QDF2","F1QJG6","sall4","sfrp5","F1QDF2","F1QJG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q9D0","F1QDF2","A0A2R8Q9D0","sall4","bcar1","F1QDF2","A0A2R8Q9D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WEX4","F1QDF2","X1WEX4","sall4","vav3b","F1QDF2","X1WEX4","tf-link","27924024","regulates","txid7955" +"F1QDF2","O73709","F1QDF2","O73709","sall4","six3b","F1QDF2","O73709","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0PJR3","F1QDF2","ppap2b","sall4","ppap2d","F1QDF2","Phosphatidic acid phosphatase type 2D (EC 3.1.3.4) (Zgc:158309)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4M8","F1QDF2","B8A4M8","sall4","ccdc28b","F1QDF2","B8A4M8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQ64","F1QDF2","stnnc","sall4","tnnc1b","F1QDF2","Slow-specific troponin C (Troponin C type 1B (slow))","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVM8","F1QDF2","dlm","sall4","rgma","F1QDF2","Repulsive guidance molecule A (Repulsive guidance molecule BMP co-receptor a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F701","F1QDF2","E7F701","sall4","hyal2a","F1QDF2","E7F701","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QTA2","F1QDF2","A0A2R8QTA2","sall4","tox4b","F1QDF2","A0A2R8QTA2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QN37","F1QDF2","zgc:153885","sall4","cry1a","F1QDF2","Cryptochrome-1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXD7","F1QDF2","si:dkey-261m9.11","sall4","si:ch211-113a14.19","F1QDF2","Histone H2A","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S729","F1QDF2","B0S729","sall4","cdc16","F1QDF2","B0S729","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHF1","F1QDF2","E9QHF1","sall4","hoxb1b","F1QDF2","E9QHF1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R986","F1QDF2","F1R986","sall4","jag1b","F1QDF2","F1R986","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCN2","F1QDF2","CECR2 histone acetyl-lysine reader","sall4","cecr2","F1QDF2","CECR2 histone acetyl-lysine reader (Cat eye syndrome critical region protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3W0","F1QDF2","taf1b","sall4","taf1b","F1QDF2","TATA box-binding protein-associated factor RNA polymerase I subunit B (RNA polymerase I-specific TBP-associated factor 63 kDa) (TAFI63) (TATA box-binding protein-associated factor 1B) (TBP-associated factor 1B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PF46","F1QDF2","A5PF46","sall4","dpf2","F1QDF2","A5PF46","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FC44","F1QDF2","E7FC44","sall4","si:dkey-194g4.1","F1QDF2","E7FC44","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYA0","F1QDF2","Q1LYA0","sall4","fam107b","F1QDF2","Q1LYA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KS88","F1QDF2","A0A0G2KS88","sall4","-","F1QDF2","A0A0G2KS88","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R371","F1QDF2","F1R371","sall4","si:dkey-230p4.1","F1QDF2","F1R371","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJ57","F1QDF2","E9QJ57","sall4","si:dkeyp-82a1.6","F1QDF2","E9QJ57","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1A5L2","F1QDF2","crb2","sall4","crb2a","F1QDF2","Crb2 (Crumbs cell polarity complex component 2a) (Oko meduzy) (Protein crumbs homolog 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L9B0","F1QDF2","Q1L9B0","sall4","nfia","F1QDF2","Q1L9B0","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GE17","F1QDF2","R4GE17","sall4","schip1","F1QDF2","R4GE17","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RG37","F1QDF2","Q5RG37","sall4","si:dkeyp-72h1.1","F1QDF2","Q5RG37","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RH38","F1QDF2","Q5RH38","sall4","tmcc3","F1QDF2","Q5RH38","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJ12","F1QDF2","A0A0R4IJ12","sall4","clns1a","F1QDF2","A0A0R4IJ12","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCB5","F1QDF2","E9QCB5","sall4","-","F1QDF2","E9QCB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IP18","F1QDF2","A0A0R4IP18","sall4","si:ch211-191j22.3","F1QDF2","A0A0R4IP18","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QC36","F1QDF2","F1QC36","sall4","ical1","F1QDF2","F1QC36","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHT9","F1QDF2","F1QHT9","sall4","ddx19","F1QDF2","F1QHT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFM9","F1QDF2","wdr48","sall4","wdr48","F1QDF2","WD repeat-containing protein 48 (USP1-associated factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NIA2","F1QDF2","aof2","sall4","kdm1a","F1QDF2","Lysine-specific histone demethylase (EC 1.14.99.66)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P4B9","F1QDF2","Q0P4B9","sall4","mcrip1","F1QDF2","Q0P4B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2V0","F1QDF2","F1R2V0","sall4","aoc2","F1QDF2","F1R2V0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZQ4","F1QDF2","Mitochondrial fission factor homolog B","sall4","-","F1QDF2","Mitochondrial fission factor homolog B","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JHF2","F1QDF2","lfng","sall4","lfng","F1QDF2","Beta-1,3-N-acetylglucosaminyltransferase lunatic fringe (EC 2.4.1.222) (O-fucosylpeptide 3-beta-N-acetylglucosaminyltransferase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R066","F1QDF2","B0R066","sall4","dnajc28","F1QDF2","B0R066","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHZ3","F1QDF2","A0A0R4IHZ3","sall4","-","F1QDF2","A0A0R4IHZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5P8","F1QDF2","B0S5P8","sall4","pard3bb","F1QDF2","B0S5P8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBA8","F1QDF2","E7FBA8","sall4","nav1a","F1QDF2","E7FBA8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBD0","F1QDF2","E7FBD0","sall4","nf1a","F1QDF2","E7FBD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCD1","F1QDF2","E7FCD1","sall4","tmem259","F1QDF2","E7FCD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTL1","F1QDF2","si:ch1073-159d7.11","sall4","hist1h2a11","F1QDF2","Histone H2A","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAA8","F1QDF2","F1QAA8","sall4","cdk5rap2","F1QDF2","F1QAA8","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WE67","F1QDF2","X1WE67","sall4","si:ch211-40k21.9","F1QDF2","X1WE67","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZZ04","F1QDF2","fj55e05","sall4","echs1","F1QDF2","Enoyl-CoA hydratase, mitochondrial (EC 4.2.1.17) (EC 5.3.3.8) (Enoyl-CoA hydratase 1) (Short-chain enoyl-CoA hydratase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDN1","F1QDF2","A0A0R4IDN1","sall4","lamb1a","F1QDF2","A0A0R4IDN1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V0Y6","F1QDF2","B0V0Y6","sall4","exoc3","F1QDF2","B0V0Y6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYD7","F1QDF2","Q6NYD7","sall4","ociad1","F1QDF2","Q6NYD7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBR4","F1QDF2","T-lymphoma invasion and metastasis-inducing protein 1","sall4","tiam1a","F1QDF2","T-lymphoma invasion and metastasis-inducing protein 1 (TIAM Rac1-associated GEF 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJV4","F1QDF2","F1QJV4","sall4","arsk","F1QDF2","F1QJV4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0T3","F1QDF2","Q6P0T3","sall4","znf207a","F1QDF2","Q6P0T3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803B0","F1QDF2","cb863","sall4","hspd1","F1QDF2","60 kDa heat shock protein, mitochondrial (EC 5.6.1.7) (60 kDa chaperonin) (Chaperonin 60) (Heat shock protein 60)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2ARH5","F1QDF2","A2ARH5","sall4","si:ch211-12e13.1","F1QDF2","A2ARH5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5A5","F1QDF2","B0S5A5","sall4","si:ch211-150o23.3","F1QDF2","B0S5A5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IKN8","F1QDF2","A0A0R4IKN8","sall4","ptcd3","F1QDF2","A0A0R4IKN8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JJ62","F1QDF2","Q8JJ62","sall4","tmem165","F1QDF2","Q8JJ62","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4C8","F1QDF2","F1R4C8","sall4","ndufs3","F1QDF2","F1R4C8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRK0","F1QDF2","F1QRK0","sall4","ndst2a","F1QDF2","F1QRK0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD27","F1QDF2","ATP-sensitive inward rectifier potassium channel 10","sall4","kcnj10a","F1QDF2","ATP-sensitive inward rectifier potassium channel 10 (Potassium inwardly rectifying channel subfamily J member 10a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMV7","F1QDF2","Nuclear receptor coactivator 3","sall4","ncoa3","F1QDF2","Nuclear receptor coactivator 3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFR8","F1QDF2","E7FFR8","sall4","smim4","F1QDF2","E7FFR8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMY7","F1QDF2","A0A0R4IMY7","sall4","trpm2","F1QDF2","A0A0R4IMY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2T2","F1QDF2","F1R2T2","sall4","frem1b","F1QDF2","F1R2T2","tf-link","27924024","regulates","txid7955" +"F1QDF2","T1ECT3","F1QDF2","T1ECT3","sall4","selenoo1","F1QDF2","T1ECT3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PWC7","F1QDF2","A0A2R8PWC7","sall4","vgll3","F1QDF2","A0A2R8PWC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q3L0W1","F1QDF2","Q3L0W1","sall4","sp8a","F1QDF2","Q3L0W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NVC5","F1QDF2","rhot1a","sall4","rhot1a","F1QDF2","Mitochondrial Rho GTPase 1-A (MIRO-1-A) (EC 3.6.5.-) (Ras homolog gene family member T1-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R142","F1QDF2","F1R142","sall4","-","F1QDF2","F1R142","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZSZ9","F1QDF2","rac1","sall4","rac1a","F1QDF2","Ras-related C3 botulinum toxin substrate 1 (EC 3.6.5.2) (p21-Rac1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYU3","F1QDF2","Q6NYU3","sall4","neurod6a","F1QDF2","Q6NYU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0Q8","F1QDF2","F1R0Q8","sall4","sdf2","F1QDF2","F1R0Q8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPH6","F1QDF2","F1QPH6","sall4","ddx27","F1QDF2","F1QPH6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R019","F1QDF2","si:ch211-67f24.8","sall4","sos2","F1QDF2","Son of sevenless homolog 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9X0","F1QDF2","F1R9X0","sall4","slc7a3a","F1QDF2","F1R9X0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSN4","F1QDF2","A0A1D5NSN4","sall4","si:dkey-23i12.11","F1QDF2","A0A1D5NSN4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9I9B4","F1QDF2","pbxy","sall4","pbx2","F1QDF2","Pbxy homeodomain protein (Pre-B-cell leukemia homeobox 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5L3","F1QDF2","F1Q5L3","sall4","sfswap","F1QDF2","F1Q5L3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DKN1","F1QDF2","B3DKN1","sall4","kri1","F1QDF2","B3DKN1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FET0","F1QDF2","E7FET0","sall4","nat16","F1QDF2","E7FET0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZ29","F1QDF2","General transcription factor 3C polypeptide 5","sall4","gtf3c5","F1QDF2","General transcription factor 3C polypeptide 5 (General transcription factor IIIC, polypeptide 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMI9","F1QDF2","A0JMI9","sall4","gfm2","F1QDF2","A0JMI9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGB4","F1QDF2","zgc:100841","sall4","yeats4","F1QDF2","YEATS domain-containing 4 (YEATS domain-containing protein 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD19","F1QDF2","F1QD19","sall4","-","F1QDF2","F1QD19","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZL7","F1QDF2","F1QZL7","sall4","mid1ip1l","F1QDF2","F1QZL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB16","F1QDF2","LIM domain kinase 1","sall4","limk1b","F1QDF2","LIM domain kinase 1 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCQ3","F1QDF2","E9QCQ3","sall4","znf142","F1QDF2","E9QCQ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSY5","F1QDF2","F1QSY5","sall4","pbx1b","F1QDF2","F1QSY5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNG5","F1QDF2","F1QNG5","sall4","agbl5","F1QDF2","F1QNG5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2W1","F1QDF2","Q7T2W1","sall4","sp5l","F1QDF2","Q7T2W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWH1","F1QDF2","A0A0R4IWH1","sall4","si:dkeyp-117b8.4","F1QDF2","A0A0R4IWH1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYH3","F1QDF2","A0A0R4IYH3","sall4","dnajb1a","F1QDF2","A0A0R4IYH3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q58EG3","F1QDF2","nectin3","sall4","nectin3","F1QDF2","Nectin-3-like protein (Nectin cell adhesion molecule 3) (Poliovirus receptor-related protein 3-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSB6","F1QDF2","A0A1D5NSB6","sall4","ntn5","F1QDF2","A0A1D5NSB6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AYJ5","F1QDF2","Q8AYJ5","sall4","mkln1","F1QDF2","Q8AYJ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RH33","F1QDF2","Q5RH33","sall4","fgd6","F1QDF2","Q5RH33","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXL6","F1QDF2","Q1LXL6","sall4","serinc2","F1QDF2","Q1LXL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T162","F1QDF2","im:7153024","sall4","fbxl3a","F1QDF2","F-box and leucine-rich repeat protein 3a (F-box/LRR-repeat protein 3 isoform X1) (Fbxl3a protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R647","F1QDF2","F1R647","sall4","efhd1","F1QDF2","F1R647","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXN5","F1QDF2","dnm1l","sall4","dnm1l","F1QDF2","Dynamin-1-like protein (EC 3.6.5.5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH19","F1QDF2","si:dkey-261h17.1","sall4","si:dkey-261h17.1","F1QDF2","Si:dkey-261h17.1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1Y3","F1QDF2","E7F1Y3","sall4","cyp2y3","F1QDF2","E7F1Y3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBT9","F1QDF2","A0A0R4IBT9","sall4","scube1","F1QDF2","A0A0R4IBT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UZ28","F1QDF2","B0UZ28","sall4","-","F1QDF2","B0UZ28","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8DZ79","F1QDF2","A8DZ79","sall4","chst1","F1QDF2","A8DZ79","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IEV5","F1QDF2","A0A0R4IEV5","sall4","glg1b","F1QDF2","A0A0R4IEV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEC4","F1QDF2","A2CEC4","sall4","-","F1QDF2","A2CEC4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXJ7","F1QDF2","F1QXJ7","sall4","unc5b","F1QDF2","F1QXJ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1R3","F1QDF2","F1R1R3","sall4","d2hgdh","F1QDF2","F1R1R3","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISM0","F1QDF2","I3ISM0","sall4","si:dkey-3d18.5","F1QDF2","I3ISM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66ID3","F1QDF2","Q66ID3","sall4","spout1","F1QDF2","Q66ID3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QG35","F1QDF2","F1QG35","sall4","elovl8a","F1QDF2","F1QG35","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGD0","F1QDF2","si:ch211-255l12.2","sall4","spred3","F1QDF2","Sprouty-related EVH1 domain-containing 3 (Sprouty-related, EVH1 domain containing 3 isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5Y8","F1QDF2","F1Q5Y8","sall4","efcab7","F1QDF2","F1Q5Y8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QEA3","F1QDF2","E9QEA3","sall4","si:dkey-157g16.6","F1QDF2","E9QEA3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA20","F1QDF2","F1QA20","sall4","aqp9b","F1QDF2","F1QA20","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QB21","F1QDF2","F1QB21","sall4","decr1","F1QDF2","F1QB21","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGS0","F1QDF2","E9QGS0","sall4","si:ch211-243j20.2","F1QDF2","E9QGS0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1J0","F1QDF2","E7F1J0","sall4","elf1","F1QDF2","E7F1J0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVE6","F1QDF2","A0A0R4IVE6","sall4","zmynd19","F1QDF2","A0A0R4IVE6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DHZ4","F1QDF2","B3DHZ4","sall4","hoxb1a","F1QDF2","B3DHZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JMG6","F1QDF2","B8JMG6","sall4","si:ch1073-287p18.1","F1QDF2","B8JMG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PN62","F1QDF2","si:dkey-46a12.1","sall4","ddah2","F1QDF2","dimethylargininase (EC 3.5.3.18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGQ2","F1QDF2","Q6DGQ2","sall4","rabif","F1QDF2","Q6DGQ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZJ9","F1QDF2","F1QZJ9","sall4","tmem35","F1QDF2","F1QZJ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYP9","F1QDF2","E7EYP9","sall4","naglu","F1QDF2","E7EYP9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B1WB83","F1QDF2","B1WB83","sall4","twsg1a","F1QDF2","B1WB83","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BLB7","F1QDF2","Q5BLB7","sall4","marveld1","F1QDF2","Q5BLB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0MS83","F1QDF2","znf148","sall4","znf148","F1QDF2","Zinc finger protein 148 (Transcription factor ZBP-89) (Zinc finger DNA-binding protein 89)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q502C8","F1QDF2","Q502C8","sall4","prdx5","F1QDF2","Q502C8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJU0","F1QDF2","F1QJU0","sall4","-","F1QDF2","F1QJU0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA11","F1QDF2","F1QA11","sall4","ddrgk1","F1QDF2","F1QA11","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAY2","F1QDF2","F1RAY2","sall4","suz12a","F1QDF2","F1RAY2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYM1","F1QDF2","Q1LYM1","sall4","cmtm6","F1QDF2","Q1LYM1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FH26","F1QDF2","E7FH26","sall4","si:ch211-57n23.4","F1QDF2","E7FH26","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803M7","F1QDF2","wu:fb09c07","sall4","arpc5a","F1QDF2","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFR4","F1QDF2","F1QFR4","sall4","nol10","F1QDF2","F1QFR4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYR2","F1QDF2","fe36g06","sall4","chaf1b","F1QDF2","Chromatin assembly factor 1 subunit B (Chromatin assembly factor 1, subunit B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPE9","F1QDF2","F1QPE9","sall4","gatd1","F1QDF2","F1QPE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRH3","F1QDF2","A9JRH3","sall4","-","F1QDF2","A9JRH3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUI6","F1QDF2","Q1LUI6","sall4","rnf217","F1QDF2","Q1LUI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PD99","F1QDF2","Q6PD99","sall4","marcksl1a","F1QDF2","Q6PD99","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCQ1","F1QDF2","E7FCQ1","sall4","jakmip1","F1QDF2","E7FCQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCN6","F1QDF2","zgc:153074","sall4","nxt2","F1QDF2","NTF2-related export protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QPY7","F1QDF2","LOC100535338","sall4","LOC100535338","F1QDF2","Homeobox protein TGIF2-like","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L6F5","F1QDF2","A0A0G2L6F5","sall4","smchd1","F1QDF2","A0A0G2L6F5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WV68","F1QDF2","LOC100005064","sall4","tsen15","F1QDF2","Similar to chromosome 1 open reading frame 19 (TSEN15 tRNA-splicing endonuclease subunit) (tRNA-splicing endonuclease subunit Sen15)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T346","F1QDF2","ddit4","sall4","ddit4","F1QDF2","DNA damage-inducible transcript 4 protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JGR2","F1QDF2","Q8JGR2","sall4","ddx54","F1QDF2","Q8JGR2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXK1","F1QDF2","F1QXK1","sall4","si:ch211-207d6.2","F1QDF2","F1QXK1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TNS5","F1QDF2","Q6TNS5","sall4","MLC3SM","F1QDF2","Q6TNS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y8T8","F1QDF2","A0A286Y8T8","sall4","numbl","F1QDF2","A0A286Y8T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DFZ0","F1QDF2","bambi","sall4","bambia","F1QDF2","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZD55","F1QDF2","B7ZD55","sall4","wnt8b","F1QDF2","B7ZD55","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTY6","F1QDF2","ints15","sall4","-","F1QDF2","Integrator complex subunit 15","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2E1","F1QDF2","sec13l1","sall4","sec13","F1QDF2","Protein SEC13 homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","P79734","F1QDF2","tp53","sall4","tp53","F1QDF2","Cellular tumor antigen p53 (Tumor suppressor p53)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7I8","F1QDF2","F1Q7I8","sall4","ccdc153","F1QDF2","F1Q7I8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAP0","F1QDF2","E7FAP0","sall4","ythdf3","F1QDF2","E7FAP0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBP2","F1QDF2","F1QBP2","sall4","rab14l","F1QDF2","F1QBP2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FF15","F1QDF2","E7FF15","sall4","lrrc58b","F1QDF2","E7FF15","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6Z2","F1QDF2","E7F6Z2","sall4","sv2a","F1QDF2","E7F6Z2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503E2","F1QDF2","Q503E2","sall4","prep","F1QDF2","Q503E2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFQ4","F1QDF2","E7FFQ4","sall4","mmp15a","F1QDF2","E7FFQ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q561Y4","F1QDF2","Q561Y4","sall4","tfap2b","F1QDF2","Q561Y4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2VCZ7","F1QDF2","A2VCZ7","sall4","wwp2","F1QDF2","A2VCZ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QFP2","F1QDF2","E9QFP2","sall4","si:ch73-184c24.1","F1QDF2","E9QFP2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD04","F1QDF2","E7FD04","sall4","agap3","F1QDF2","E7FD04","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVK0","F1QDF2","Q1LVK0","sall4","si:ch211-136a13.1","F1QDF2","Q1LVK0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P021","F1QDF2","Q6P021","sall4","gadd45ga","F1QDF2","Q6P021","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXK2","F1QDF2","Q1LXK2","sall4","ripor1","F1QDF2","Q1LXK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QL44","F1QDF2","F1QL44","sall4","flncb","F1QDF2","F1QL44","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9G1","F1QDF2","A0A0R4I9G1","sall4","plekha1b","F1QDF2","A0A0R4I9G1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJQ5","F1QDF2","E9QJQ5","sall4","pld7","F1QDF2","E9QJQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6K0","F1QDF2","Phospholipid phosphatase 3","sall4","plpp3","F1QDF2","Phospholipid phosphatase 3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KBJ5","F1QDF2","si:ch1073-153i20.2","sall4","-","F1QDF2","Histone H3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JFQ2","F1QDF2","lmo1","sall4","lmo1","F1QDF2","Rhombotin-1 (LIM domain only protein 1) (LMO-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6H8","F1QDF2","zgc:171493","sall4","dnali1","F1QDF2","Axonemal dynein light intermediate polypeptide 1 (Inner dynein arm light chain, axonemal)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AXM1","F1QDF2","Q6AXM1","sall4","chst10","F1QDF2","Q6AXM1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R220","F1QDF2","si:ch211-150c22.4","sall4","aven","F1QDF2","Apoptosis, caspase activation inhibitor (Cell death regulator Aven)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IH47","F1QDF2","A0A0R4IH47","sall4","si:ch211-106f21.1","F1QDF2","A0A0R4IH47","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NZ32","F1QDF2","Q6NZ32","sall4","-","F1QDF2","Q6NZ32","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2D2","F1QDF2","arrb2","sall4","arrb2b","F1QDF2","Arrb2b protein (Arrestin, beta 2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q097","F1QDF2","A0A2R8Q097","sall4","eef1b2","F1QDF2","A0A2R8Q097","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QH31","F1QDF2","F1QH31","sall4","-","F1QDF2","F1QH31","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIB5","F1QDF2","zgc:162165","sall4","rragd","F1QDF2","Ras-related GTP-binding protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IG46","F1QDF2","A0A0R4IG46","sall4","si:ch211-152c8.5","F1QDF2","A0A0R4IG46","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJB6","F1QDF2","non-specific serine/threonine protein kinase","sall4","atm","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC42","F1QDF2","A0A0R4IC42","sall4","sphk2","F1QDF2","A0A0R4IC42","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0A0MPF8","F1QDF2","A0A0A0MPF8","sall4","mycn","F1QDF2","A0A0A0MPF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5G8","F1QDF2","Semaphorin-3D","sall4","si:dkey-49n23.1","F1QDF2","Semaphorin-3D (Si:dkey-49n23.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSW2","F1QDF2","F1QSW2","sall4","rgmd","F1QDF2","F1QSW2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TH03","F1QDF2","xx:tdsubc_2c12","sall4","gng5","F1QDF2","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEB0","F1QDF2","A2CEB0","sall4","poli","F1QDF2","A2CEB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKD7","F1QDF2","polr1b","sall4","polr1b","F1QDF2","DNA-directed RNA polymerase I subunit RPA2 (RNA polymerase I subunit 2) (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5A6","F1QDF2","F1R5A6","sall4","ankrd33ba","F1QDF2","F1R5A6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJX0","F1QDF2","Q5XJX0","sall4","jagn1a","F1QDF2","Q5XJX0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YB74","F1QDF2","A0A286YB74","sall4","lyn","F1QDF2","A0A286YB74","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5X4","F1QDF2","F1Q5X4","sall4","astn1","F1QDF2","F1Q5X4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QV76","F1QDF2","F1QV76","sall4","mpp2a","F1QDF2","F1QV76","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQE5","F1QDF2","wu:fa09g12","sall4","sptb","F1QDF2","Spectrin beta chain","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WVT9","F1QDF2","A5WVT9","sall4","b3gnt5b","F1QDF2","A5WVT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5J2","F1QDF2","si:ch211-258f14.5","sall4","coa6","F1QDF2","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUW4","F1QDF2","F1QUW4","sall4","hyou1","F1QDF2","F1QUW4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R211","F1QDF2","F1R211","sall4","sox19b","F1QDF2","F1R211","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGR0","F1QDF2","F1QGR0","sall4","boc","F1QDF2","F1QGR0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQK6","F1QDF2","A3KQK6","sall4","sdhaf3","F1QDF2","A3KQK6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DH78","F1QDF2","cask","sall4","caska","F1QDF2","Calcium/calmodulin-dependent serine protein kinase a (Cask protein) (Peripheral plasma membrane protein CASK isoform X20)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W5N5","F1QDF2","F8W5N5","sall4","them4","F1QDF2","F8W5N5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMM1","F1QDF2","gadd45a","sall4","gadd45ab","F1QDF2","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4IG26","F1QDF2","A4IG26","sall4","six4a","F1QDF2","A4IG26","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDH4","F1QDF2","F1RDH4","sall4","nelfb","F1QDF2","F1RDH4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVN1","F1QDF2","Centrin, EF-hand protein, 2","sall4","cetn2","F1QDF2","Centrin, EF-hand protein, 2 (Centrin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0H1F2","F1QDF2","erk3","sall4","mapk6","F1QDF2","Mitogen-activated protein kinase 6 (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISZ0","F1QDF2","I3ISZ0","sall4","-","F1QDF2","I3ISZ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JA75","F1QDF2","cx23","sall4","cx23","F1QDF2","Gap junction epsilon-1 protein (Connexin-23)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBN3","F1QDF2","E7FBN3","sall4","nek3","F1QDF2","E7FBN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E5L7","F1QDF2","cited3","sall4","cited4b","F1QDF2","Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 4b (Cited3 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YBK5","F1QDF2","A0A286YBK5","sall4","wdr62","F1QDF2","A0A286YBK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F685","F1QDF2","Small nuclear RNA-activating complex, polypeptide 2","sall4","snapc2","F1QDF2","Small nuclear RNA-activating complex, polypeptide 2 (snRNA-activating protein complex subunit 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQA1","F1QDF2","Q6IQA1","sall4","tmem9b","F1QDF2","Q6IQA1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R0B2","F1QDF2","B0R0B2","sall4","foxd5","F1QDF2","B0R0B2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q1X6","F1QDF2","A0A2R8Q1X6","sall4","hyal2b","F1QDF2","A0A2R8Q1X6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ID32","F1QDF2","A0A0R4ID32","sall4","si:ch211-172l8.4","F1QDF2","A0A0R4ID32","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90ZZ8","F1QDF2","aldh3a2","sall4","aldh3a2a","F1QDF2","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJU0","F1QDF2","A0A0R4IJU0","sall4","-","F1QDF2","A0A0R4IJU0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV94","F1QDF2","mobkl1a","sall4","mob1ba","F1QDF2","MOB kinase activator 1Ba (Mps one binder kinase activator-like 1A) (Mobkl1a protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQW0","F1QDF2","A0A0R4IQW0","sall4","si:ch1073-303k11.2","F1QDF2","A0A0R4IQW0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC31","F1QDF2","A0A0R4IC31","sall4","akap12b","F1QDF2","A0A0R4IC31","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBX2","F1QDF2","sara2","sall4","sar1b","F1QDF2","GTP-binding protein SAR1b","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWD9","F1QDF2","Q8AWD9","sall4","ctsd","F1QDF2","Q8AWD9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3RK75","F1QDF2","foxo1b","sall4","foxo1b","F1QDF2","Forkhead box protein O1-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WHQ9","F1QDF2","X1WHQ9","sall4","-","F1QDF2","X1WHQ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDB2","F1QDF2","X1WDB2","sall4","si:dkeyp-94h10.5","F1QDF2","X1WDB2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWB4","F1QDF2","A0A0R4IWB4","sall4","si:ch73-350k19.1","F1QDF2","A0A0R4IWB4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNC4","F1QDF2","F1QNC4","sall4","sema4e","F1QDF2","F1QNC4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UVZ1","F1QDF2","c/ebpa","sall4","cebpa","F1QDF2","CCAAT/enhancer-binding protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ93","F1QDF2","F1QZ93","sall4","ergic1","F1QDF2","F1QZ93","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DKJ0","F1QDF2","B3DKJ0","sall4","cct7","F1QDF2","B3DKJ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFP1","F1QDF2","F1QFP1","sall4","copz1","F1QDF2","F1QFP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6R3Q6","F1QDF2","Q6R3Q6","sall4","bsx","F1QDF2","Q6R3Q6","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAG2","F1QDF2","U3JAG2","sall4","si:ch73-127m5.2","F1QDF2","U3JAG2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8H4","F1QDF2","E7F8H4","sall4","qpct","F1QDF2","E7F8H4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNQ8","F1QDF2","F1QNQ8","sall4","c1d","F1QDF2","F1QNQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZD0","F1QDF2","A0A0R4IZD0","sall4","kat8","F1QDF2","A0A0R4IZD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B1WB51","F1QDF2","zgc:171549","sall4","hypk","F1QDF2","Huntingtin-interacting protein K (Zgc:171549 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZCQ7","F1QDF2","B7ZCQ7","sall4","zmiz1a","F1QDF2","B7ZCQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QRK9","F1QDF2","A0A2R8QRK9","sall4","mtf2","F1QDF2","A0A2R8QRK9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NGW9","F1QDF2","F6NGW9","sall4","snx8a","F1QDF2","F6NGW9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V9N1","F1QDF2","Q4V9N1","sall4","tsn","F1QDF2","Q4V9N1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC20","F1QDF2","A0A0R4IC20","sall4","si:ch211-276i12.9","F1QDF2","A0A0R4IC20","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q1W5","F1QDF2","keap1b","sall4","keap1b","F1QDF2","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BE49","F1QDF2","A2BE49","sall4","ppm1f","F1QDF2","A2BE49","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBL5","F1QDF2","E7FBL5","sall4","pxdc1b","F1QDF2","E7FBL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQT3","F1QDF2","F1QQT3","sall4","lims1","F1QDF2","F1QQT3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R909","F1QDF2","F1R909","sall4","si:ch211-250c4.4","F1QDF2","F1R909","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8Y0","F1QDF2","BICRA-like chromatin-remodeling complex-associated protein","sall4","bicral","F1QDF2","BICRA-like chromatin-remodeling complex-associated protein (GLTSCR1-like protein isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IXM2","F1QDF2","A0A0R4IXM2","sall4","-","F1QDF2","A0A0R4IXM2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9P8","F1QDF2","F1R9P8","sall4","jkamp","F1QDF2","F1R9P8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JHR3","F1QDF2","gtf2f2","sall4","gtf2f2a","F1QDF2","General transcription factor IIF subunit 2 (Transcription initiation factor IIF subunit beta)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q993","F1QDF2","F1Q993","sall4","asb5b","F1QDF2","F1Q993","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBW3","F1QDF2","fa92e08","sall4","rps14","F1QDF2","Ribosomal protein S14","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYX2","F1QDF2","F1QYX2","sall4","ufsp1","F1QDF2","F1QYX2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMR9","F1QDF2","A0A0R4IMR9","sall4","fam49a","F1QDF2","A0A0R4IMR9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V2S9","F1QDF2","ctnnd2","sall4","ctnnd2b","F1QDF2","Catenin (cadherin-associated protein), delta 2b (Catenin delta-2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKP6","F1QDF2","F1QKP6","sall4","enc1","F1QDF2","F1QKP6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS46","F1QDF2","F1QS46","sall4","nol7","F1QDF2","F1QS46","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AXI5","F1QDF2","Q6AXI5","sall4","picalmb","F1QDF2","Q6AXI5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCT9","F1QDF2","F1RCT9","sall4","phox2a","F1QDF2","F1RCT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRE1","F1QDF2","F1QRE1","sall4","rnf145b","F1QDF2","F1QRE1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUW4","F1QDF2","wu:fb16f02","sall4","arf5","F1QDF2","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F680","F1QDF2","E7F680","sall4","mrs2","F1QDF2","E7F680","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WW46","F1QDF2","si:busm1-172e19.1","sall4","atmin","F1QDF2","ATM interactor","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SX89","F1QDF2","Q7SX89","sall4","spryd7b","F1QDF2","Q7SX89","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSG6","F1QDF2","A0A1D5NSG6","sall4","kaznb","F1QDF2","A0A1D5NSG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCN0","F1QDF2","F1QCN0","sall4","gatd3a","F1QDF2","F1QCN0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZDA6","F1QDF2","si:dkey-32e6.2","sall4","lamb2","F1QDF2","Laminin subunit beta-2 precursor (Laminin, beta 2 (laminin S))","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYX1","F1QDF2","bon","sall4","mixl1","F1QDF2","Homeobox protein MIXL1 (Mix paired-like homeobox)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W3K6","F1QDF2","fa97b01","sall4","exosc2","F1QDF2","Exosome complex component RRP4 (Exosome component 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9B5","F1QDF2","A0A0R4I9B5","sall4","vax1","F1QDF2","A0A0R4I9B5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BE62","F1QDF2","A2BE62","sall4","hoxc5a","F1QDF2","A2BE62","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5K548","F1QDF2","Q5K548","sall4","olig4","F1QDF2","Q5K548","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UVG7","F1QDF2","fabp11","sall4","fabp3","F1QDF2","Fatty acid-binding protein 3, muscle and heart (Fatty acid-binding protein, heart) (Heart-type fatty-acid binding protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q782","F1QDF2","F1Q782","sall4","dab2ipa","F1QDF2","F1Q782","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QHQ9","F1QDF2","A0A2R8QHQ9","sall4","prtga","F1QDF2","A0A2R8QHQ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZW4","F1QDF2","F1QZW4","sall4","spry4","F1QDF2","F1QZW4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q504B1","F1QDF2","Q504B1","sall4","sub1a","F1QDF2","Q504B1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QPJ6","F1QDF2","Plexin-A2","sall4","plxna2","F1QDF2","Plexin-A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHF6","F1QDF2","A0A0R4IHF6","sall4","eif2ak2","F1QDF2","A0A0R4IHF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8HAL3","F1QDF2","A8HAL3","sall4","plekhg7","F1QDF2","A8HAL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAY9","F1QDF2","E7FAY9","sall4","phldb1b","F1QDF2","E7FAY9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T002","F1QDF2","C167P9.3","sall4","psmb7","F1QDF2","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHM2","F1QDF2","zgc:92228","sall4","prkab1a","F1QDF2","5'-AMP-activated protein kinase subunit beta-1 (Protein kinase, AMP-activated, beta 1 non-catalytic subunit, a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q32PU2","F1QDF2","Q32PU2","sall4","cnn3b","F1QDF2","Q32PU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC57","F1QDF2","paqr3","sall4","paqr3a","F1QDF2","Paqr3a protein (Progestin and adipoQ receptor family member 3) (Progestin and adipoQ receptor family member IIIa)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QU39","F1QDF2","wu:fk66h11","sall4","spry2","F1QDF2","Protein sprouty homolog 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTD4","F1QDF2","F1QTD4","sall4","efr3ba","F1QDF2","F1QTD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK11","F1QDF2","si:ch211-212g7.6","sall4","si:ch211-212g7.6","F1QDF2","Si:ch211-212g7.6 (Sphingosine-1-phosphate phosphatase 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08CL1","F1QDF2","Q08CL1","sall4","kbtbd2","F1QDF2","Q08CL1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS50","F1QDF2","F1QS50","sall4","gk5","F1QDF2","F1QS50","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUE5","F1QDF2","Q1LUE5","sall4","zc3h18","F1QDF2","Q1LUE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXW3","F1QDF2","Q1LXW3","sall4","ciarta","F1QDF2","Q1LXW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PEG4","F1QDF2","Q6PEG4","sall4","ell","F1QDF2","Q6PEG4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2A0","F1QDF2","Q7T2A0","sall4","tra2a","F1QDF2","Q7T2A0","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAS8","F1QDF2","U3JAS8","sall4","tatdn3","F1QDF2","U3JAS8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0D0","F1QDF2","E7F0D0","sall4","mrpl58","F1QDF2","E7F0D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUV1","F1QDF2","Q1LUV1","sall4","si:ch211-262h13.3","F1QDF2","Q1LUV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F236","F1QDF2","E7F236","sall4","gramd1c","F1QDF2","E7F236","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QT29","F1QDF2","F1QT29","sall4","mcu","F1QDF2","F1QT29","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQI3","F1QDF2","borcs8","sall4","borcs8","F1QDF2","BLOC-1-related complex subunit 8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAC6","F1QDF2","F1RAC6","sall4","syne2b","F1QDF2","F1RAC6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHL3","F1QDF2","Q6DHL3","sall4","-","F1QDF2","Q6DHL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISD9","F1QDF2","I3ISD9","sall4","si:ch73-367f21.4","F1QDF2","I3ISD9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3L6","F1QDF2","F1R3L6","sall4","rad54l2","F1QDF2","F1R3L6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C463","F1QDF2","A9C463","sall4","hps4","F1QDF2","A9C463","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAI8","F1QDF2","ccbl1","sall4","kyat1","F1QDF2","Kynurenine aminotransferase 1 (Kynurenine--oxoglutarate transaminase 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LX65","F1QDF2","Q1LX65","sall4","si:ch211-216l23.2","F1QDF2","Q1LX65","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICC7","F1QDF2","A0A0R4ICC7","sall4","mfsd3","F1QDF2","A0A0R4ICC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BH9","F1QDF2","si:dkey-237i9.4","sall4","anapc11","F1QDF2","Anaphase-promoting complex subunit 11","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQW7","F1QDF2","A3KQW7","sall4","ngly1","F1QDF2","A3KQW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUD6","F1QDF2","Q1LUD6","sall4","ccdc106b","F1QDF2","Q1LUD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZE8","F1QDF2","Q5TZE8","sall4","napepld","F1QDF2","Q5TZE8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A6E8","F1QDF2","B8A6E8","sall4","lzts2a","F1QDF2","B8A6E8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F662","F1QDF2","E7F662","sall4","rin2","F1QDF2","E7F662","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHV1","F1QDF2","A8WHV1","sall4","rgcc","F1QDF2","A8WHV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHE5","F1QDF2","A0A0R4IHE5","sall4","fam49al","F1QDF2","A0A0R4IHE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4V2","F1QDF2","B8A4V2","sall4","anxa11a","F1QDF2","B8A4V2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8G0","F1QDF2","E7F8G0","sall4","rab9b","F1QDF2","E7F8G0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5D8","F1QDF2","B8A5D8","sall4","dna2","F1QDF2","B8A5D8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QU43","F1QDF2","F1QU43","sall4","-","F1QDF2","F1QU43","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QIP9","F1QDF2","A0A2R8QIP9","sall4","btg3","F1QDF2","A0A2R8QIP9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTT6","F1QDF2","Q7ZTT6","sall4","slc25a55a","F1QDF2","Q7ZTT6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90481","F1QDF2","nkx2.2a","sall4","nkx2.2a","F1QDF2","Homeobox protein Nkx-2.2a (Homeobox protein NK-2 homolog B-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLP2","F1QDF2","F1QLP2","sall4","fbxl5","F1QDF2","F1QLP2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4U1","F1QDF2","F1Q4U1","sall4","tm9sf4","F1QDF2","F1Q4U1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BG46","F1QDF2","A2BG46","sall4","ankrd13a","F1QDF2","A2BG46","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZU70","F1QDF2","Q7ZU70","sall4","trim47","F1QDF2","Q7ZU70","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5EAS4","F1QDF2","im:6909690","sall4","supt7l","F1QDF2","SPT7-like, STAGA complex subunit gamma (STAGA complex 65 subunit gamma) (Suppressor of Ty 7 (S. cerevisiae)-like) (Supt7l protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JL23","F1QDF2","B8JL23","sall4","tspan14","F1QDF2","B8JL23","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q567G5","F1QDF2","im:7136059","sall4","arfip2b","F1QDF2","ADP-ribosylation factor-interacting protein 2b (Arfaptin-2) (Arfip2b protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQB3","F1QDF2","F1QQB3","sall4","mterf2","F1QDF2","F1QQB3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2C3","F1QDF2","E7F2C3","sall4","si:ch211-120k19.1","F1QDF2","E7F2C3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUE4","F1QDF2","fb18h07","sall4","prpf40a","F1QDF2","PRP40 pre-mRNA processing factor 40 homolog A (Yeast) (Pre-mRNA-processing factor 40 homolog A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1K5","F1QDF2","dnmt3a1","sall4","dnmt3ab","F1QDF2","DNA (cytosine-5-)-methyltransferase (EC 2.1.1.37)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90459","F1QDF2","ccnd1","sall4","ccnd1","F1QDF2","G1/S-specific cyclin-D1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHL3","F1QDF2","E9QHL3","sall4","si:zfos-905g2.1","F1QDF2","E9QHL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AYB8","F1QDF2","Q8AYB8","sall4","hopx","F1QDF2","Q8AYB8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIK6","F1QDF2","fj60e07","sall4","sel1l","F1QDF2","Protein sel-1 homolog 1 precursor (SEL1L adaptor subunit of ERAD E3 ubiquitin ligase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4INR1","F1QDF2","A0A0R4INR1","sall4","aspm","F1QDF2","A0A0R4INR1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWT4","F1QDF2","F1QWT4","sall4","herpud2","F1QDF2","F1QWT4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6VUB8","F1QDF2","Q6VUB8","sall4","zic5","F1QDF2","Q6VUB8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZD9","F1QDF2","Q5TZD9","sall4","xrcc3","F1QDF2","Q5TZD9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YB17","F1QDF2","A0A286YB17","sall4","mroh1","F1QDF2","A0A286YB17","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE47","F1QDF2","F1RE47","sall4","-","F1QDF2","F1RE47","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEZ8","F1QDF2","Neurocan b","sall4","ncanb","F1QDF2","Neurocan b (Neurocan core protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYU4","F1QDF2","Q5TYU4","sall4","gsap","F1QDF2","Q5TYU4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZW6","F1QDF2","Q7SZW6","sall4","si:dkey-76p14.2","F1QDF2","Q7SZW6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBD1","F1QDF2","F1RBD1","sall4","gtpbp1","F1QDF2","F1RBD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGJ5","F1QDF2","cwf19l1","sall4","cwf19l1","F1QDF2","CWF19-like protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503N6","F1QDF2","Q503N6","sall4","syngr3a","F1QDF2","Q503N6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAY4","F1QDF2","E7FAY4","sall4","dip2ca","F1QDF2","E7FAY4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGN9","F1QDF2","Eukaryotic translation initiation factor 4 gamma 3 isoform X3","sall4","eif4g3a","F1QDF2","Eukaryotic translation initiation factor 4 gamma 3 isoform X3 (Eukaryotic translation initiation factor 4 gamma, 3a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2B4","F1QDF2","E7F2B4","sall4","crip3","F1QDF2","E7F2B4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q561S5","F1QDF2","zgc:112524","sall4","znhit1","F1QDF2","Zgc:112524 (Zinc finger HIT domain-containing protein 1) (Zinc finger, HIT-type-containing 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDJ1","F1QDF2","E9QDJ1","sall4","si:ch211-167j6.3","F1QDF2","E9QDJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQL3","F1QDF2","Peptidyl-prolyl cis-trans isomerase","sall4","ppil3","F1QDF2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W598","F1QDF2","F8W598","sall4","lrrk2","F1QDF2","F8W598","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QE96","F1QDF2","E9QE96","sall4","nkx2.9","F1QDF2","E9QE96","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWS5","F1QDF2","F1QWS5","sall4","si:ch211-166a6.5","F1QDF2","F1QWS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KR69","F1QDF2","A0A0G2KR69","sall4","efs","F1QDF2","A0A0G2KR69","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUD0","F1QDF2","F1QUD0","sall4","ptmaa","F1QDF2","F1QUD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVS9","F1QDF2","mycb","sall4","mycb","F1QDF2","Transcriptional regulator Myc-B (c-Myc-B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P5M5","F1QDF2","DKEY-238C7.11","sall4","DKEY-238C7.11","F1QDF2","ADP-ribosylation factor","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1B3","F1QDF2","E7F1B3","sall4","-","F1QDF2","E7F1B3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDB7","F1QDF2","A0A0R4IDB7","sall4","cdc42bpaa","F1QDF2","A0A0R4IDB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08CI4","F1QDF2","Q08CI4","sall4","ccnyl1","F1QDF2","Q08CI4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAC1","F1QDF2","F1RAC1","sall4","zbtb11","F1QDF2","F1RAC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WIT4","F1QDF2","A8WIT4","sall4","si:dkey-29d8.3","F1QDF2","A8WIT4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH99","F1QDF2","E9QH99","sall4","ovol1b","F1QDF2","E9QH99","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD28","F1QDF2","F1RD28","sall4","-","F1QDF2","F1RD28","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7E1","F1QDF2","uts2r","sall4","uts2r","F1QDF2","Urotensin-2 receptor","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803H2","F1QDF2","hccs","sall4","hccsb","F1QDF2","Holocytochrome c-type synthase (EC 4.4.1.17)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYM1","F1QDF2","klhl21","sall4","klhl21","F1QDF2","Kelch-like protein 21","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WHN7","F1QDF2","hrpt2","sall4","cdc73","F1QDF2","Cell division cycle 73, Paf1/RNA polymerase II complex component, homolog (S. cerevisiae) (Parafibromin isoform 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKP3","F1QDF2","B8JKP3","sall4","tpmt.1","F1QDF2","B8JKP3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5E2","F1QDF2","B8A5E2","sall4","rufy2","F1QDF2","B8A5E2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYT5","F1QDF2","Q5TYT5","sall4","ches1","F1QDF2","Q5TYT5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DFS2","F1QDF2","klf4","sall4","klf17","F1QDF2","Biklf (Klf4 protein) (Kruppel-like factor 17) (Kruppel-like factor 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JLA1","F1QDF2","B8JLA1","sall4","si:ch211-168b3.1","F1QDF2","B8JLA1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYJ9","F1QDF2","fa16e07","sall4","ap2b1","F1QDF2","AP complex subunit beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUD1","F1QDF2","Q1LUD1","sall4","tmem168a","F1QDF2","Q1LUD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FC88","F1QDF2","E7FC88","sall4","unkl","F1QDF2","E7FC88","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC81","F1QDF2","Multidrug resistance-associated protein 1","sall4","abcc1","F1QDF2","Multidrug resistance-associated protein 1 (EC 7.6.2.2) (EC 7.6.2.3) (ATP-binding cassette sub-family C member 1) (Glutathione-S-conjugate-translocating ATPase ABCC1) (Leukotriene C(4) transporter)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3S4","F1QDF2","A9C3S4","sall4","tor3a","F1QDF2","A9C3S4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWS2","F1QDF2","A0A0R4IWS2","sall4","ckap2l","F1QDF2","A0A0R4IWS2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFJ6","F1QDF2","E7FFJ6","sall4","mybl1","F1QDF2","E7FFJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QD88","F1QDF2","A0A2R8QD88","sall4","gatad2ab","F1QDF2","A0A2R8QD88","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGX8","F1QDF2","E9QGX8","sall4","ldlrad4b","F1QDF2","E9QGX8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RLA2","F1QDF2","A0A2R8RLA2","sall4","slc24a1","F1QDF2","A0A2R8RLA2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7TWP7","F1QDF2","pnrc2","sall4","pnrc2","F1QDF2","Proline-rich nuclear receptor coactivator 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A638","F1QDF2","B8A638","sall4","si:dkey-9i23.15","F1QDF2","B8A638","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5S6","F1QDF2","zgc:154007","sall4","amotl2b","F1QDF2","Angiomotin like 2b isoform X1 (Angiomotin-like 2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLT5","F1QDF2","Q1RLT5","sall4","rell2","F1QDF2","Q1RLT5","tf-link","27924024","regulates","txid7955" +"F1QDF2","O93312","F1QDF2","O93312","sall4","foxb1b","F1QDF2","O93312","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUC6","F1QDF2","fj09e12","sall4","socs3a","F1QDF2","Suppressor of cytokine signaling 3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8S7","F1QDF2","F1Q8S7","sall4","ccndbp1","F1QDF2","F1Q8S7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGT0","F1QDF2","usp30","sall4","usp30","F1QDF2","Ubiquitin carboxyl-terminal hydrolase 30 (EC 3.4.19.12) (Deubiquitinating enzyme 30) (Ubiquitin thioesterase 30) (Ubiquitin-specific-processing protease 30) (Ub-specific protease 30)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BY0","F1QDF2","ndufaf7","sall4","ndufaf7","F1QDF2","Protein arginine methyltransferase NDUFAF7, mitochondrial (EC 2.1.1.320) (NADH dehydrogenase [ubiquinone] complex I, assembly factor 7) (Protein midA homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2H3","F1QDF2","F8W2H3","sall4","sox6","F1QDF2","F8W2H3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGL0","F1QDF2","Tim","sall4","timeless","F1QDF2","Protein timeless homolog (Timeless circadian clock)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD19","F1QDF2","rhobtb2a","sall4","rhobtb4","F1QDF2","Rho-related BTB domain-containing 4 (Rho-related BTB domain-containing protein 2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q801U5","F1QDF2","Q801U5","sall4","fkbp5","F1QDF2","Q801U5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YIW5","F1QDF2","A0A0J9YIW5","sall4","rabl6b","F1QDF2","A0A0J9YIW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSB0","F1QDF2","F1QSB0","sall4","-","F1QDF2","F1QSB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QUG8","F1QDF2","A0A2R8QUG8","sall4","-","F1QDF2","A0A2R8QUG8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q750","F1QDF2","F1Q750","sall4","hcfc1a","F1QDF2","F1Q750","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3R5","F1QDF2","ndufa12l","sall4","ndufaf2","F1QDF2","Mimitin, mitochondrial (NADH:ubiquinone oxidoreductase complex assembly factor 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6EJB7","F1QDF2","sox3","sall4","sox3","F1QDF2","Transcription factor Sox-3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUG2","F1QDF2","A0A0R4IUG2","sall4","si:dkey-196j8.2","F1QDF2","A0A0R4IUG2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4C0","F1QDF2","E7F4C0","sall4","usp36","F1QDF2","E7F4C0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQG0","F1QDF2","A3KQG0","sall4","mxi1","F1QDF2","A3KQG0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F011","F1QDF2","E7F011","sall4","usf3","F1QDF2","E7F011","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHZ6","F1QDF2","dnai4","sall4","wdr78","F1QDF2","Dynein axonemal intermediate chain 4 (WD repeat-containing protein 78)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0J3","F1QDF2","Q6P0J3","sall4","sp8b","F1QDF2","Q6P0J3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC34","F1QDF2","Q6PC34","sall4","hpca","F1QDF2","Q6PC34","tf-link","27924024","regulates","txid7955" +"F1QDF2","P85857","F1QDF2","gdf6a","sall4","gdf6a","F1QDF2","Growth/differentiation factor 6-A (GDF-6-A) (Growth differentiation factor 6A) (Protein radar)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5K4","F1QDF2","F1R5K4","sall4","cspp1b","F1QDF2","F1R5K4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8U0","F1QDF2","F1Q8U0","sall4","hook2","F1QDF2","F1Q8U0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5Z7","F1QDF2","F1R5Z7","sall4","admp","F1QDF2","F1R5Z7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AZW1","F1QDF2","Q6AZW1","sall4","tmem167b","F1QDF2","Q6AZW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QX19","F1QDF2","F1QX19","sall4","zmpste24","F1QDF2","F1QX19","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7T0","F1QDF2","F1Q7T0","sall4","slc35f2","F1QDF2","F1Q7T0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD94","F1QDF2","F1QD94","sall4","si:ch73-141c7.1","F1QDF2","F1QD94","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LV18","F1QDF2","Q1LV18","sall4","foxa3","F1QDF2","Q1LV18","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4UU10","F1QDF2","A4UU10","sall4","pbx3b","F1QDF2","A4UU10","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QM99","F1QDF2","A0A2R8QM99","sall4","hesx1","F1QDF2","A0A2R8QM99","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE33","F1QDF2","F1RE33","sall4","tanc2a","F1QDF2","F1RE33","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCV6","F1QDF2","E9QCV6","sall4","tbcelb","F1QDF2","E9QCV6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCY1","F1QDF2","Centromere protein J","sall4","cenpj","F1QDF2","Centromere protein J","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5H1","F1QDF2","B0S5H1","sall4","atp2b3a","F1QDF2","B0S5H1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHJ0","F1QDF2","sfrs5b","sall4","srsf5b","F1QDF2","Serine and arginine-rich-splicing factor 5b (Splicing factor, arginine/serine-rich 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q640","F1QDF2","F1Q640","sall4","si:dkey-10f21.4","F1QDF2","F1Q640","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBY0","F1QDF2","E7FBY0","sall4","dlc1","F1QDF2","E7FBY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IMW6","F1QDF2","fd13f08","sall4","rps13","F1QDF2","Small ribosomal subunit protein uS15 (40S ribosomal protein S13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGX3","F1QDF2","Q6DGX3","sall4","ankrd54","F1QDF2","Q6DGX3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG84","F1QDF2","wu:fj81f08","sall4","stx5a","F1QDF2","Syntaxin 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DEF6","F1QDF2","Q6DEF6","sall4","usb1","F1QDF2","Q6DEF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L933","F1QDF2","A0A0G2L933","sall4","plekhg5b","F1QDF2","A0A0G2L933","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QE95","F1QDF2","F1QE95","sall4","ece1","F1QDF2","F1QE95","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0P1","F1QDF2","E7F0P1","sall4","porcnl","F1QDF2","E7F0P1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8R9","F1QDF2","si:dkey-222b8.2","sall4","snapin","F1QDF2","SNARE-associated protein Snapin (Biogenesis of lysosome-related organelles complex 1 subunit 7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QG97","F1QDF2","F1QG97","sall4","sc5d","F1QDF2","F1QG97","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q943","F1QDF2","F1Q943","sall4","cpm","F1QDF2","F1Q943","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0M9","F1QDF2","E7F0M9","sall4","tmlhe","F1QDF2","E7F0M9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0X4","F1QDF2","F1R0X4","sall4","-","F1QDF2","F1R0X4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QX32","F1QDF2","RAS protein activator-like 2","sall4","rasal2","F1QDF2","RAS protein activator-like 2 (Ras GTPase-activating protein nGAP isoform X3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ42","F1QDF2","si:dkeyp-93h6.2","sall4","cdc42bpb","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISB6","F1QDF2","I3ISB6","sall4","-","F1QDF2","I3ISB6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRK9","F1QDF2","Q6DRK9","sall4","surf6","F1QDF2","Q6DRK9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJB4","F1QDF2","A0A0R4IJB4","sall4","-","F1QDF2","A0A0R4IJB4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QV08","F1QDF2","F1QV08","sall4","rgs12a","F1QDF2","F1QV08","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDR2","F1QDF2","F1RDR2","sall4","mrps27","F1QDF2","F1RDR2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QQ11","F1QDF2","A0A2R8QQ11","sall4","spdl1","F1QDF2","A0A2R8QQ11","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RII3","F1QDF2","Q5RII3","sall4","ginm1","F1QDF2","Q5RII3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBK0","F1QDF2","A0A0R4IBK0","sall4","irf2","F1QDF2","A0A0R4IBK0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q566S5","F1QDF2","p53 and DNA damage-regulated protein 1","sall4","pdrg1","F1QDF2","p53 and DNA damage-regulated protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWF3","F1QDF2","A0A0R4IWF3","sall4","zbtb3","F1QDF2","A0A0R4IWF3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9Q9","F1QDF2","WD repeat-containing and planar cell polarity effector protein fritz homolog","sall4","wdpcp","F1QDF2","WD repeat-containing and planar cell polarity effector protein fritz homolog (WD repeat-containing planar cell polarity effector)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S768","F1QDF2","B0S768","sall4","mphosph8","F1QDF2","B0S768","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F204","F1QDF2","Beta-1,4-N-acetylgalactosaminyltransferase","sall4","b4galnt4a","F1QDF2","Beta-1,4-N-acetylgalactosaminyltransferase (EC 2.4.1.244)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEG9","F1QDF2","F1QEG9","sall4","smurf1","F1QDF2","F1QEG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGY0","F1QDF2","Q6TGY0","sall4","znf706","F1QDF2","Q6TGY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q2TJA6","F1QDF2","nkd1","sall4","nkd1","F1QDF2","Protein naked cuticle homolog 1 (Naked-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QNV6","F1QDF2","A4QNV6","sall4","-","F1QDF2","A4QNV6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ33","F1QDF2","Q5TZ33","sall4","sash1a","F1QDF2","Q5TZ33","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RIR6","F1QDF2","A0A2R8RIR6","sall4","chl1b","F1QDF2","A0A2R8RIR6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG75","F1QDF2","Q6DG75","sall4","foxi1","F1QDF2","Q6DG75","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DFQ1","F1QDF2","cb536","sall4","capns1b","F1QDF2","Calpain, small subunit 1 b (Capns1b protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JJL6","F1QDF2","B8JJL6","sall4","frmd6","F1QDF2","B8JJL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q98SH9","F1QDF2","Q98SH9","sall4","hoxc1a","F1QDF2","Q98SH9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q9T1","F1QDF2","A0A2R8Q9T1","sall4","tox","F1QDF2","A0A2R8Q9T1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q502L2","F1QDF2","pgam5","sall4","pgam5","F1QDF2","Serine/threonine-protein phosphatase PGAM5, mitochondrial (EC 3.1.3.16) (Phosphoglycerate mutase family member 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F520","F1QDF2","E7F520","sall4","tiam1b","F1QDF2","E7F520","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFT0","F1QDF2","zgc:64103","sall4","flot2b","F1QDF2","Flotillin","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6F4","F1QDF2","B0S6F4","sall4","mknk2b","F1QDF2","B0S6F4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW40","F1QDF2","vdp","sall4","uso1","F1QDF2","General vesicular transport factor p115","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q802D5","F1QDF2","pfn2","sall4","pfn2","F1QDF2","Profilin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y8U4","F1QDF2","A0A286Y8U4","sall4","ipo11","F1QDF2","A0A286Y8U4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NJE2","F1QDF2","Interleukin-1 receptor-associated kinase 1","sall4","irak1","F1QDF2","Interleukin-1 receptor-associated kinase 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JLL8","F1QDF2","zgc:103583","sall4","ttr","F1QDF2","Transthyretin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C4A5","F1QDF2","fk47c06","sall4","ppardb","F1QDF2","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSN6","F1QDF2","F1QSN6","sall4","setd6","F1QDF2","F1QSN6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NUW5","F1QDF2","anp32e","sall4","anp32e","F1QDF2","Acidic leucine-rich nuclear phosphoprotein 32 family member E","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PUC4","F1QDF2","unp309","sall4","psme2","F1QDF2","Proteasome activator complex subunit 2 (Proteasome activator 28 subunit beta)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLQ8","F1QDF2","Q1RLQ8","sall4","pmp22b","F1QDF2","Q1RLQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1MTH6","F1QDF2","Q1MTH6","sall4","pdcd2","F1QDF2","Q1MTH6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P3H8","F1QDF2","ogr","sall4","racgap1","F1QDF2","Rac GTPase-activating protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U3I3","F1QDF2","Q5U3I3","sall4","scamp3","F1QDF2","Q5U3I3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAE7","F1QDF2","F1QAE7","sall4","pcmtd1","F1QDF2","F1QAE7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQ85","F1QDF2","yipf6","sall4","yipf6","F1QDF2","Protein YIPF6 (YIP1 family member 6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3N6","F1QDF2","TCF3","sall4","tfpt","F1QDF2","TCF3 (E2A) fusion partner (TCF3 fusion partner)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U378","F1QDF2","Q5U378","sall4","tbce","F1QDF2","Q5U378","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DC53","F1QDF2","ctu2","sall4","ctu2","F1QDF2","Cytoplasmic tRNA 2-thiolation protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQL7","F1QDF2","A0A0R4IQL7","sall4","pax6b","F1QDF2","A0A0R4IQL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TA36","F1QDF2","BHLH transcription factor","sall4","her12","F1QDF2","BHLH transcription factor (Hairy-related 12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DBR9","F1QDF2","kxd1","sall4","kxd1","F1QDF2","KxDL motif-containing protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQN0","F1QDF2","A0A0R4IQN0","sall4","si:ch211-162e15.3","F1QDF2","A0A0R4IQN0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPL6","F1QDF2","A0A0R4IPL6","sall4","capsla","F1QDF2","A0A0R4IPL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8D0","F1QDF2","cb507","sall4","cdon","F1QDF2","Cell adhesion molecule-related/down-regulated by oncogenes (Cell adhesion molecule-related/down-regulated by oncogenes precursor) (Cell adhesion-associated, oncogene-regulated)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVQ2","F1QDF2","sh3bp4a","sall4","sh3bp4a","F1QDF2","SH3 domain-binding protein 4-A","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSM7","F1QDF2","F1QSM7","sall4","scarb2c","F1QDF2","F1QSM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NUV6","F1QDF2","Q6NUV6","sall4","gadd45gb.1","F1QDF2","Q6NUV6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503Y8","F1QDF2","Q503Y8","sall4","eurl","F1QDF2","Q503Y8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90W33","F1QDF2","Q90W33","sall4","hic2","F1QDF2","Q90W33","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVY2","F1QDF2","A0A0R4IVY2","sall4","igf2bp2b","F1QDF2","A0A0R4IVY2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2J4","F1QDF2","Alcohol dehydrogenase 8b","sall4","adh8b","F1QDF2","Alcohol dehydrogenase 8b (Mixed alcohol dehydrogenase Adh8b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6Q1","F1QDF2","E7F6Q1","sall4","mxd4","F1QDF2","E7F6Q1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KC31","F1QDF2","A8KC31","sall4","wdr45b","F1QDF2","A8KC31","tf-link","27924024","regulates","txid7955" +"F1QDF2","O42606","F1QDF2","O42606","sall4","neurog1","F1QDF2","O42606","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1M5","F1QDF2","E7F1M5","sall4","frk","F1QDF2","E7F1M5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UXF7","F1QDF2","B0UXF7","sall4","col4a5","F1QDF2","B0UXF7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD66","F1QDF2","E7FD66","sall4","aass","F1QDF2","E7FD66","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQW5","F1QDF2","Q6IQW5","sall4","id1","F1QDF2","Q6IQW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PCB5","F1QDF2","F6PCB5","sall4","znf576.2","F1QDF2","F6PCB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBG0","F1QDF2","E7FBG0","sall4","pknox1.2","F1QDF2","E7FBG0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW09","F1QDF2","zgc:55429","sall4","hnrnpl","F1QDF2","Heterogeneous nuclear ribonucleoprotein L (Zgc:55429)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PLK0","F1QDF2","im:7150627","sall4","kcnk1a","F1QDF2","Potassium channel subfamily K member","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2G5","F1QDF2","F1R2G5","sall4","-","F1QDF2","F1R2G5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCD6","F1QDF2","E9QCD6","sall4","-","F1QDF2","E9QCD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QN78","F1QDF2","A0A2R8QN78","sall4","sorbs2b","F1QDF2","A0A2R8QN78","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0M3HEM8","F1QDF2","A0A0M3HEM8","sall4","ier2a","F1QDF2","A0A0M3HEM8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7MD57","F1QDF2","DCN1-like protein","sall4","dcun1d3","F1QDF2","DCN1-like protein (Defective in cullin neddylation protein 1-like protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0F7","F1QDF2","zgc:55307","sall4","ncoa4","F1QDF2","Nuclear receptor coactivator 4 (Zgc:55307)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6S9","F1QDF2","B0S6S9","sall4","rbm44","F1QDF2","B0S6S9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHN9","F1QDF2","A8WHN9","sall4","bcar3","F1QDF2","A8WHN9","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WF98","F1QDF2","X1WF98","sall4","col12a1a","F1QDF2","X1WF98","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R484","F1QDF2","F1R484","sall4","diablob","F1QDF2","F1R484","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R282","F1QDF2","F1R282","sall4","plekhm3","F1QDF2","F1R282","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DGM9","F1QDF2","Q9DGM9","sall4","vent","F1QDF2","Q9DGM9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJY4","F1QDF2","F1QJY4","sall4","trim35-28","F1QDF2","F1QJY4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S4U0","F1QDF2","B0S4U0","sall4","arhgef16","F1QDF2","B0S4U0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIU9","F1QDF2","Q5RIU9","sall4","srd5a3","F1QDF2","Q5RIU9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PES3","F1QDF2","F6PES3","sall4","foxq2","F1QDF2","F6PES3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH67","F1QDF2","fb73e11","sall4","csrnp1b","F1QDF2","Cysteine-serine-rich nuclear protein 1b (Cysteine/serine-rich nuclear protein 1 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4P0","F1QDF2","E7F4P0","sall4","si:dkey-210j14.4","F1QDF2","E7F4P0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQH2","F1QDF2","Q6IQH2","sall4","mpdu1b","F1QDF2","Q6IQH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QB52","F1QDF2","E9QB52","sall4","alkbh8","F1QDF2","E9QB52","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6P3","F1QDF2","Collagen alpha-1","sall4","col6a1","F1QDF2","Collagen alpha-1(VI) chain (Collagen, type VI, alpha 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD87","F1QDF2","X1WD87","sall4","si:ch73-364h19.1","F1QDF2","X1WD87","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMY7","F1QDF2","F1QMY7","sall4","kbtbd8","F1QDF2","F1QMY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T3X9","F1QDF2","Q7T3X9","sall4","nrarpb","F1QDF2","Q7T3X9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08C60","F1QDF2","Q08C60","sall4","fut11","F1QDF2","Q08C60","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNY8","F1QDF2","F1QNY8","sall4","ccndx","F1QDF2","F1QNY8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZZ25","F1QDF2","Q7ZZ25","sall4","atad1a","F1QDF2","Q7ZZ25","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P457","F1QDF2","kti12","sall4","kti12","F1QDF2","Protein KTI12 homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPQ7","F1QDF2","A3KPQ7","sall4","cemip2","F1QDF2","A3KPQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WHP2","F1QDF2","A8WHP2","sall4","-","F1QDF2","A8WHP2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S7D7","F1QDF2","B0S7D7","sall4","skia","F1QDF2","B0S7D7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE80","F1QDF2","E7FE80","sall4","pak6a","F1QDF2","E7FE80","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEF5","F1QDF2","F1QEF5","sall4","mrpl48","F1QDF2","F1QEF5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BIQ0","F1QDF2","A2BIQ0","sall4","ebf2","F1QDF2","A2BIQ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QB42","F1QDF2","A0A2R8QB42","sall4","-","F1QDF2","A0A2R8QB42","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHT9","F1QDF2","Q5RHT9","sall4","net1","F1QDF2","Q5RHT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W6A6","F1QDF2","opn1mw4","sall4","opn1mw4","F1QDF2","Green-sensitive opsin-4 (Green cone photoreceptor pigment 4) (Opsin RH2-4) (Opsin-1, medium-wave-sensitive 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQS1","F1QDF2","si:ch211-210h11.8","sall4","prcc","F1QDF2","Proline-rich mitotic checkpoint control factor (Proline-rich protein PRCC)","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAN3","F1QDF2","U3JAN3","sall4","hlfb","F1QDF2","U3JAN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9Y4","F1QDF2","A0A0R4I9Y4","sall4","bmpr1bb","F1QDF2","A0A0R4I9Y4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGV1","F1QDF2","impdh1b","sall4","impdh1b","F1QDF2","Inosine-5'-monophosphate dehydrogenase 1b (IMP dehydrogenase 1b) (IMPD 1b) (IMPDH 1b) (EC 1.1.1.205)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P31367","F1QDF2","P31367","sall4","pou6f1","F1QDF2","P31367","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2X0","F1QDF2","G1K2X0","sall4","ttn.1","F1QDF2","G1K2X0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE71","F1QDF2","E7FE71","sall4","ankrd40","F1QDF2","E7FE71","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R778","F1QDF2","F1R778","sall4","mastl","F1QDF2","F1R778","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFW2","F1QDF2","F1QFW2","sall4","trim2a","F1QDF2","F1QFW2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8Z0","F1QDF2","gadd45al","sall4","gadd45aa","F1QDF2","Growth arrest and DNA damage-inducible protein GADD45 alpha","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQU7","F1QDF2","ints12","sall4","ints12","F1QDF2","Integrator complex subunit 12 (Int12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W7C0","F1QDF2","Lymphocyte enhancer binding factor 1","sall4","lef1","F1QDF2","Lymphocyte enhancer binding factor 1 (Lymphoid enhancer-binding factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S7E1","F1QDF2","wu:fc95f02","sall4","brd7","F1QDF2","Bromodomain-containing 7 (Bromodomain-containing protein 7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIV3","F1QDF2","Q5RIV3","sall4","pex3","F1QDF2","Q5RIV3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R264","F1QDF2","F1R264","sall4","ephx2","F1QDF2","F1R264","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMN2","F1QDF2","Carnitine O-acetyltransferase-like","sall4","-","F1QDF2","Carnitine O-acetyltransferase-like (Zgc:154046)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEE6","F1QDF2","F1QEE6","sall4","tefb","F1QDF2","F1QEE6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD62","F1QDF2","F1QD62","sall4","bora","F1QDF2","F1QD62","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T394","F1QDF2","pafah1b1a","sall4","pafah1b1a","F1QDF2","Lissencephaly-1 homolog A (Platelet-activating factor acetylhydrolase IB subunit alpha a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P3G4","F1QDF2","Q6P3G4","sall4","ccsap","F1QDF2","Q6P3G4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLP4","F1QDF2","cb453","sall4","rab40c","F1QDF2","RAB40c, member RAS oncogene family (Ras-related protein Rab-40C)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDV0","F1QDF2","E7FDV0","sall4","myo1ea","F1QDF2","E7FDV0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPR1","F1QDF2","wu:fb33e10","sall4","wdr36","F1QDF2","WD repeat domain 36 (WD repeat-containing protein 36)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4V5","F1QDF2","F1R4V5","sall4","dap3","F1QDF2","F1R4V5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QMJ7","F1QDF2","A0A2R8QMJ7","sall4","znrf3","F1QDF2","A0A2R8QMJ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4G2","F1QDF2","F1R4G2","sall4","blmh","F1QDF2","F1R4G2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RYH8","F1QDF2","A0A2R8RYH8","sall4","slc25a3b","F1QDF2","A0A2R8RYH8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ILH7","F1QDF2","A0A0R4ILH7","sall4","sf3a3","F1QDF2","A0A0R4ILH7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWG0","F1QDF2","Q6NWG0","sall4","tspan36","F1QDF2","Q6NWG0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE62","F1QDF2","E7FE62","sall4","cnsta","F1QDF2","E7FE62","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QB18","F1QDF2","A0A2R8QB18","sall4","usp28","F1QDF2","A0A2R8QB18","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG29","F1QDF2","A0A140LG29","sall4","si:dkey-172h23.2","F1QDF2","A0A140LG29","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QKS9","F1QDF2","A0A2R8QKS9","sall4","camkmt","F1QDF2","A0A2R8QKS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMJ1","F1QDF2","A0A0R4IMJ1","sall4","ccpg1","F1QDF2","A0A0R4IMJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1B0GWZ8","F1QDF2","A0A1B0GWZ8","sall4","-","F1QDF2","A0A1B0GWZ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHU2","F1QDF2","Q6DHU2","sall4","rbm34","F1QDF2","Q6DHU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2M1","F1QDF2","E7F2M1","sall4","unc119.2","F1QDF2","E7F2M1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPL0","F1QDF2","F1QPL0","sall4","tyw1","F1QDF2","F1QPL0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKV8","F1QDF2","F1QKV8","sall4","actr3b","F1QDF2","F1QKV8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W451","F1QDF2","F8W451","sall4","mllt10","F1QDF2","F8W451","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMY0","F1QDF2","st14","sall4","st14a","F1QDF2","Suppressor of tumorigenicity 14 protein homolog (EC 3.4.21.109) (Serine protease 14)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V0Y9","F1QDF2","B0V0Y9","sall4","zcchc2","F1QDF2","B0V0Y9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQT8","F1QDF2","Q6IQT8","sall4","ruvbl1","F1QDF2","Q6IQT8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZP8","F1QDF2","tob1l","sall4","tob1b","F1QDF2","Protein Tob1 (Transducer of ERBB2, 1b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KNN8","F1QDF2","zgc:162286","sall4","cox11","F1QDF2","COX11 homolog, cytochrome c oxidase assembly protein (Cytochrome c oxidase assembly homolog 11 (yeast)) (Zgc:162286 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5D0","F1QDF2","B0S5D0","sall4","naif1","F1QDF2","B0S5D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W5R9","F1QDF2","F8W5R9","sall4","aatka","F1QDF2","F8W5R9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y8P8","F1QDF2","A0A286Y8P8","sall4","ddx20","F1QDF2","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQE5","F1QDF2","get3","sall4","get3","F1QDF2","ATPase GET3 (EC 3.6.-.-) (Arsenical pump-driving ATPase) (Arsenite-stimulated ATPase) (Guided entry of tail-anchored proteins factor 3, ATPase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAC4","F1QDF2","GLI family zinc finger 1","sall4","gli1","F1QDF2","GLI family zinc finger 1 (Zinc finger protein GLI1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXV0","F1QDF2","E7EXV0","sall4","atpsckmt","F1QDF2","E7EXV0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R356","F1QDF2","F1R356","sall4","si:dkey-85a20.4","F1QDF2","F1R356","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCU0","F1QDF2","npm1","sall4","npm1a","F1QDF2","Nucleophosmin","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DGK8","F1QDF2","B3DGK8","sall4","fut9a","F1QDF2","B3DGK8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAC3","F1QDF2","Calponin homology domain-containing protein DDB_G0272472-like isoform X1","sall4","si:ch211-161h7.4","F1QDF2","Calponin homology domain-containing protein DDB_G0272472-like isoform X1 (Si:ch211-161h7.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KYR2","F1QDF2","A0A0G2KYR2","sall4","lsp1b","F1QDF2","A0A0G2KYR2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5M7","F1QDF2","B8A5M7","sall4","pgap6","F1QDF2","B8A5M7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6W4T8","F1QDF2","Q6W4T8","sall4","her11","F1QDF2","Q6W4T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","C0HJJ0","F1QDF2","C0HJJ0","sall4","fxyd11","F1QDF2","C0HJJ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKG5","F1QDF2","F1QKG5","sall4","dhcr7","F1QDF2","F1QKG5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHU6","F1QDF2","F1QHU6","sall4","si:ch211-223a10.1","F1QDF2","F1QHU6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDC7","F1QDF2","F1QDC7","sall4","mak16","F1QDF2","F1QDC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FG55","F1QDF2","Cytospin-A","sall4","specc1lb","F1QDF2","Cytospin-A","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9P1","F1QDF2","F1Q9P1","sall4","mpp2b","F1QDF2","F1Q9P1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZR1","F1QDF2","tob1","sall4","tob1a","F1QDF2","Protein Tob1 (Transducer of ERBB2, 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9C1","F1QDF2","A0A0R4I9C1","sall4","yars1","F1QDF2","A0A0R4I9C1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1A5L0","F1QDF2","Crumbs homolog 3a","sall4","crb3a","F1QDF2","Crumbs homolog 3a (Crumbs-like protein 3a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCQ6","F1QDF2","E9QCQ6","sall4","bcat2","F1QDF2","E9QCQ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEC7","F1QDF2","E7FEC7","sall4","fgfbp1b","F1QDF2","E7FEC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5PR66","F1QDF2","ift56","sall4","ttc26","F1QDF2","Intraflagellar transport protein 56 (Tetratricopeptide repeat protein 26) (TPR repeat protein 26)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFF0","F1QDF2","E7FFF0","sall4","zmp:0000001168","F1QDF2","E7FFF0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V8S3","F1QDF2","Q4V8S3","sall4","tmem242","F1QDF2","Q4V8S3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWY9","F1QDF2","hoxb7a","sall4","hoxb7a","F1QDF2","Homeobox protein Hox-B7a (Hox-B7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWC9","F1QDF2","Q6NWC9","sall4","gkap1","F1QDF2","Q6NWC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QKI4","F1QDF2","A0A2R8QKI4","sall4","-","F1QDF2","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDT2","F1QDF2","E7FDT2","sall4","neurl4","F1QDF2","E7FDT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVI9","F1QDF2","A0A0R4IVI9","sall4","oaz1b","F1QDF2","A0A0R4IVI9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QR98","F1QDF2","F1QR98","sall4","fam212aa","F1QDF2","F1QR98","tf-link","27924024","regulates","txid7955" +"F1QDF2","O93599","F1QDF2","STAT3b1","sall4","stat3","F1QDF2","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S516","F1QDF2","si:dkeyp-15f12.2","sall4","arpc5lb","F1QDF2","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S740","F1QDF2","B0S740","sall4","coa5","F1QDF2","B0S740","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2Z6","F1QDF2","E7F2Z6","sall4","si:dkey-79d12.5","F1QDF2","E7F2Z6","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GE15","F1QDF2","si:ch211-113a14.29","sall4","si:ch211-113a14.22","F1QDF2","Histone H2B","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7L7","F1QDF2","E7F7L7","sall4","itga8","F1QDF2","E7F7L7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8F7","F1QDF2","ston1","sall4","gtf2a1l","F1QDF2","General transcription factor IIA, 1-like (Stonin 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM84","F1QDF2","Nischarin","sall4","nisch","F1QDF2","Nischarin","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZN3","F1QDF2","F1QZN3","sall4","si:ch211-212c13.10","F1QDF2","F1QZN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXT2","F1QDF2","uvssa","sall4","uvssa","F1QDF2","UV-stimulated scaffold protein A","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RJ38","F1QDF2","Q5RJ38","sall4","esrrgb","F1QDF2","Q5RJ38","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9W4","F1QDF2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2","sall4","celsr1a","F1QDF2","Cadherin EGF LAG seven-pass G-type receptor 1 isoform X2 (Cadherin EGF LAG seven-pass G-type receptor 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHT7","F1QDF2","F1QHT7","sall4","tcaim","F1QDF2","F1QHT7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PF35","F1QDF2","A5PF35","sall4","pphln1","F1QDF2","A5PF35","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q502G2","F1QDF2","Q502G2","sall4","tmem41aa","F1QDF2","Q502G2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRX8","F1QDF2","F1QRX8","sall4","trmu","F1QDF2","F1QRX8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W3A6","F1QDF2","F8W3A6","sall4","si:zfos-223e1.2","F1QDF2","F8W3A6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P4D0","F1QDF2","Q0P4D0","sall4","r3hdm4","F1QDF2","Q0P4D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9N2","F1QDF2","E7F9N2","sall4","pkdccb","F1QDF2","E7F9N2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM95","F1QDF2","B8JM95","sall4","wnt11f2","F1QDF2","B8JM95","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FES4","F1QDF2","E7FES4","sall4","rskra","F1QDF2","E7FES4","tf-link","27924024","regulates","txid7955" +"F1QDF2","P0DMC2","F1QDF2","apela","sall4","apela","F1QDF2","Apelin receptor early endogenous ligand (Protein Elabela) (ELA) (Protein Toddler)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QES5","F1QDF2","F1QES5","sall4","jhy","F1QDF2","F1QES5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLW3","F1QDF2","F1QLW3","sall4","pir","F1QDF2","F1QLW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3D4","F1QDF2","F1R3D4","sall4","tmem147","F1QDF2","F1R3D4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHR6","F1QDF2","Q5RHR6","sall4","tbc1d32","F1QDF2","Q5RHR6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KYZ5","F1QDF2","A0A0G2KYZ5","sall4","-","F1QDF2","A0A0G2KYZ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U3S6","F1QDF2","Q5U3S6","sall4","gpr137c","F1QDF2","Q5U3S6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSI6","F1QDF2","F1QSI6","sall4","ssbp4","F1QDF2","F1QSI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LH21","F1QDF2","A0A140LH21","sall4","si:ch73-267c23.10","F1QDF2","A0A140LH21","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQE0","F1QDF2","Q6IQE0","sall4","puf60b","F1QDF2","Q6IQE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R452","F1QDF2","F1R452","sall4","acsl4a","F1QDF2","F1R452","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ79","F1QDF2","fk48e08","sall4","mthfd1l","F1QDF2","formate--tetrahydrofolate ligase (EC 6.3.4.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGD4","F1QDF2","F1QGD4","sall4","wdfy4","F1QDF2","F1QGD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDD8","F1QDF2","gb:cf995958","sall4","ap5z1","F1QDF2","AP-5 complex subunit zeta-1 (Adaptor-related protein complex 5 subunit zeta 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4INF7","F1QDF2","fd16d06","sall4","micall2a","F1QDF2","MICAL-like protein 2 (Mical-like 2a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90Y03","F1QDF2","Q90Y03","sall4","aldh1a2","F1QDF2","Q90Y03","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPH2","F1QDF2","A0A0R4IPH2","sall4","tubb2b","F1QDF2","A0A0R4IPH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZS5","F1QDF2","E7EZS5","sall4","tada2a","F1QDF2","E7EZS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JJX2","F1QDF2","B8JJX2","sall4","prepl","F1QDF2","B8JJX2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZM4","F1QDF2","nip3b","sall4","bnip4","F1QDF2","BCL2-interacting protein 4 (BCL2/adenovirus E1B 19kDa interacting protein 3b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7S0","F1QDF2","A8E7S0","sall4","mffb","F1QDF2","A8E7S0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJV2","F1QDF2","F1QJV2","sall4","mknk1","F1QDF2","F1QJV2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJ89","F1QDF2","Q5XJ89","sall4","bace2","F1QDF2","Q5XJ89","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FA22","F1QDF2","E7FA22","sall4","ptp4a3b","F1QDF2","E7FA22","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZP3","F1QDF2","Q7SZP3","sall4","meis1a","F1QDF2","Q7SZP3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R156","F1QDF2","B0R156","sall4","drll.3","F1QDF2","B0R156","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6M0","F1QDF2","Cytoplasmic protein","sall4","nck1b","F1QDF2","Cytoplasmic protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q98TT6","F1QDF2","eif4ebp3l","sall4","eif4ebp3l","F1QDF2","Eukaryotic translation initiation factor 4E-binding protein 3-like (4E-BP3) (eIF4E-binding protein 3) (Eukaryotic translation initiation factor 4E-1A-binding protein) (4E-BP) (eIF4E-1A-binding protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITS3","F1QDF2","A0A0R4ITS3","sall4","tpbga","F1QDF2","A0A0R4ITS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6J9","F1QDF2","fk71b09","sall4","prickle1a","F1QDF2","Prickle homolog 1a","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBC0","F1QDF2","fk37b01","sall4","plxnb2a","F1QDF2","Plexin b2a (Plexin-B2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0I3","F1QDF2","E7F0I3","sall4","acvr1c","F1QDF2","E7F0I3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IX51","F1QDF2","A0A0R4IX51","sall4","grin3bb","F1QDF2","A0A0R4IX51","tf-link","27924024","regulates","txid7955" +"F1QDF2","P09014","F1QDF2","P09014","sall4","hoxb5a","F1QDF2","P09014","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGR8","F1QDF2","F1QGR8","sall4","si:dkey-48p11.3","F1QDF2","F1QGR8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JIS6","F1QDF2","tbx6","sall4","tbx6","F1QDF2","T-box transcription factor TBX6 (T-box protein 6) (T-box transcription factor TBX24) (T-box protein 24)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2T0","F1QDF2","F1R2T0","sall4","znf319b","F1QDF2","F1R2T0","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAI8","F1QDF2","U3JAI8","sall4","stxbp4","F1QDF2","U3JAI8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TNV0","F1QDF2","COX4I1","sall4","cox4i1","F1QDF2","Cytochrome c oxidase subunit 4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B1H1G9","F1QDF2","B1H1G9","sall4","tspan17","F1QDF2","B1H1G9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFC4","F1QDF2","id:ibd5110","sall4","noc2l","F1QDF2","Nucleolar complex protein 2 homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJ54","F1QDF2","F1QJ54","sall4","-","F1QDF2","F1QJ54","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RVE2","F1QDF2","A0A2R8RVE2","sall4","nln","F1QDF2","A0A2R8RVE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JLW5","F1QDF2","B8JLW5","sall4","slc33a1","F1QDF2","B8JLW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS94","F1QDF2","Epidermal retinol dehydrogenase 2","sall4","si:dkey-221h15.4","F1QDF2","Epidermal retinol dehydrogenase 2 (Si:dkey-221h15.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YIA7","F1QDF2","calu","sall4","calua","F1QDF2","Calumenin-A","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QQI1","F1QDF2","A0A2R8QQI1","sall4","twf1a","F1QDF2","A0A2R8QQI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6L2","F1QDF2","F1Q6L2","sall4","plxnb3","F1QDF2","F1Q6L2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJW9","F1QDF2","Q5XJW9","sall4","pip5k1ba","F1QDF2","Q5XJW9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KGZ2","F1QDF2","A3KGZ2","sall4","ogfod2","F1QDF2","A3KGZ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDQ6","F1QDF2","F1QDQ6","sall4","znhit2","F1QDF2","F1QDQ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBJ6","F1QDF2","zgc:73375","sall4","ndufb6","F1QDF2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 6 (Complex I-B17) (NADH-ubiquinone oxidoreductase B17 subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BF98","F1QDF2","Leucine-rich repeat-containing 8 VRAC subunit Ab","sall4","lrrc8ab","F1QDF2","Leucine-rich repeat-containing 8 VRAC subunit Ab (Volume-regulated anion channel subunit LRRC8A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4I7","F1QDF2","E7F4I7","sall4","aipl1","F1QDF2","E7F4I7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503T8","F1QDF2","Q503T8","sall4","-","F1QDF2","Q503T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RH31","F1QDF2","Q5RH31","sall4","ndufa12","F1QDF2","Q5RH31","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NJM7","F1QDF2","F6NJM7","sall4","plekhh2","F1QDF2","F6NJM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QB06","F1QDF2","F1QB06","sall4","dnajb9a","F1QDF2","F1QB06","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6Z5","F1QDF2","Ataxin 1b","sall4","atxn1b","F1QDF2","Ataxin 1b (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QH43","F1QDF2","F1QH43","sall4","nprl3","F1QDF2","F1QH43","tf-link","27924024","regulates","txid7955" +"F1QDF2","O93282","F1QDF2","O93282","sall4","six7","F1QDF2","O93282","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGA4","F1QDF2","mysm1","sall4","mysm1","F1QDF2","Histone H2A deubiquitinase MYSM1 (2A-DUB) (EC 3.4.19.-) (Myb-like, SWIRM and MPN domain-containing protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LH10","F1QDF2","A0A140LH10","sall4","si:ch73-234b20.5","F1QDF2","A0A140LH10","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V921","F1QDF2","Q4V921","sall4","smim19","F1QDF2","Q4V921","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4B7","F1QDF2","F1R4B7","sall4","usp14","F1QDF2","F1R4B7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI44","F1QDF2","F1QI44","sall4","nkd2a","F1QDF2","F1QI44","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWI1","F1QDF2","ebf1a","sall4","ebf1a","F1QDF2","Transcription factor COE1-A (Early B cell factor 1-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDJ5","F1QDF2","F1RDJ5","sall4","si:ch73-274k23.1","F1QDF2","F1RDJ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PLC8","F1QDF2","A5PLC8","sall4","ptmab","F1QDF2","A5PLC8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAP4","F1QDF2","F1QAP4","sall4","raver2","F1QDF2","F1QAP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXQ5","F1QDF2","E7EXQ5","sall4","LOC571446","F1QDF2","E7EXQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYS3","F1QDF2","Cul1","sall4","cul1a","F1QDF2","Cullin 1a (Cullin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRE5","F1QDF2","nol5a","sall4","nop56","F1QDF2","Nucleolar protein 56 (Nucleolar protein 5A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IS22","F1QDF2","A0A0R4IS22","sall4","cpdp","F1QDF2","A0A0R4IS22","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QF06","F1QDF2","E9QF06","sall4","-","F1QDF2","E9QF06","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8E3","F1QDF2","F1R8E3","sall4","nsrp1","F1QDF2","F1R8E3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L0H0","F1QDF2","A0A0G2L0H0","sall4","LOC103911912","F1QDF2","A0A0G2L0H0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AXX6","F1QDF2","ppp2r5e2","sall4","ppp2r5ea","F1QDF2","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4VBS8","F1QDF2","zgc:110436","sall4","derl2","F1QDF2","Derlin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYR7","F1QDF2","A0A0R4IYR7","sall4","mrps2","F1QDF2","A0A0R4IYR7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5A9","F1QDF2","F1R5A9","sall4","l1camb","F1QDF2","F1R5A9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGS1","F1QDF2","Zinc finger and BTB domain-containing 16b","sall4","zbtb16b","F1QDF2","Zinc finger and BTB domain-containing 16b (Zinc finger and BTB domain-containing protein 16-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A599","F1QDF2","B8A599","sall4","si:dkey-33c12.4","F1QDF2","B8A599","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5I8Y1","F1QDF2","Q5I8Y1","sall4","irx2a","F1QDF2","Q5I8Y1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLE3","F1QDF2","F1QLE3","sall4","-","F1QDF2","F1QLE3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZ31","F1QDF2","E7EZ31","sall4","tulp4b","F1QDF2","E7EZ31","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEA4","F1QDF2","E7FEA4","sall4","rnf166","F1QDF2","E7FEA4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JHU3","F1QDF2","B8JHU3","sall4","cox16","F1QDF2","B8JHU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJ32","F1QDF2","E9QJ32","sall4","eya1","F1QDF2","E9QJ32","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSF9","F1QDF2","F1QSF9","sall4","nagpa","F1QDF2","F1QSF9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4J1","F1QDF2","E7F4J1","sall4","kif3ca","F1QDF2","E7F4J1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4D0","F1QDF2","F1R4D0","sall4","acvr2aa","F1QDF2","F1R4D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3J0","F1QDF2","E7F3J0","sall4","ppp1r9ba","F1QDF2","E7F3J0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A498","F1QDF2","B8A498","sall4","slit1a","F1QDF2","B8A498","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q597","F1QDF2","F1Q597","sall4","kdm6a","F1QDF2","F1Q597","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIS4","F1QDF2","si:ch211-159j13.2","sall4","si:dkey-1h24.2","F1QDF2","Gastrin/cholecystokinin type B receptor (Cholecystokinin-2 receptor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6D2","F1QDF2","F1R6D2","sall4","gpt2","F1QDF2","F1R6D2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W621","F1QDF2","F8W621","sall4","tpmt.2","F1QDF2","F8W621","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L836","F1QDF2","A0A0G2L836","sall4","nid1b","F1QDF2","A0A0G2L836","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUZ4","F1QDF2","Q7ZUZ4","sall4","pdcd5","F1QDF2","Q7ZUZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803M5","F1QDF2","Q803M5","sall4","saal1","F1QDF2","Q803M5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVF6","F1QDF2","A0A0R4IVF6","sall4","ndufc2","F1QDF2","A0A0R4IVF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5J5","F1QDF2","B8A5J5","sall4","ptprdb","F1QDF2","B8A5J5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66I26","F1QDF2","Q66I26","sall4","cyp2v1","F1QDF2","Q66I26","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286Y8C0","F1QDF2","A0A286Y8C0","sall4","acss3","F1QDF2","A0A286Y8C0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KT66","F1QDF2","A0A0G2KT66","sall4","LOC100537556","F1QDF2","A0A0G2KT66","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLS7","F1QDF2","F1QLS7","sall4","ppcs","F1QDF2","F1QLS7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7J5","F1QDF2","F1Q7J5","sall4","cep170b","F1QDF2","F1Q7J5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYR4","F1QDF2","Q6NYR4","sall4","hspa8","F1QDF2","Q6NYR4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTZ3","F1QDF2","Q7ZTZ3","sall4","pmm2","F1QDF2","Q7ZTZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JL58","F1QDF2","clf-1.b","sall4","crlf1b","F1QDF2","Cytokine receptor-like factor 1b","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4G5W3","F1QDF2","Q4G5W3","sall4","rtn3","F1QDF2","Q4G5W3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUK1","F1QDF2","zgc:55886","sall4","ube2d2","F1QDF2","Ubiquitin-conjugating enzyme E2 D2 (EC 2.3.2.23) (EC 2.3.2.24) ((E3-independent) E2 ubiquitin-conjugating enzyme D2) (E2 ubiquitin-conjugating enzyme D2) (Ubiquitin carrier protein D2) (Ubiquitin-protein ligase D2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4IG51","F1QDF2","A4IG51","sall4","trafd1","F1QDF2","A4IG51","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NXC0","F1QDF2","fmnl3","sall4","fmnl3","F1QDF2","Formin-like protein 3 (Formin homology 2 domain-containing protein 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q91981","F1QDF2","otx2","sall4","otx2","F1QDF2","Homeobox protein OTX2 (zOTX2) (Orthodenticle homolog 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BIK1","F1QDF2","A2BIK1","sall4","si:dkey-224e22.2","F1QDF2","A2BIK1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RA91","F1QDF2","F1RA91","sall4","asl","F1QDF2","F1RA91","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NSR1","F1QDF2","F6NSR1","sall4","selenow1","F1QDF2","F6NSR1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F587","F1QDF2","E7F587","sall4","zdhhc20b","F1QDF2","E7F587","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QU78","F1QDF2","F1QU78","sall4","her13","F1QDF2","F1QU78","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q6R9","F1QDF2","A0A2R8Q6R9","sall4","pald1a","F1QDF2","A0A2R8Q6R9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGR3","F1QDF2","F1QGR3","sall4","fscn2b","F1QDF2","F1QGR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RTM3","F1QDF2","A0A2R8RTM3","sall4","palm1b","F1QDF2","A0A2R8RTM3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F073","F1QDF2","E7F073","sall4","ndp","F1QDF2","E7F073","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBN3","F1QDF2","E9QBN3","sall4","-","F1QDF2","E9QBN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PWL5","F1QDF2","Q9PWL5","sall4","hoxa4a","F1QDF2","Q9PWL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMI2","F1QDF2","A0JMI2","sall4","gpr146","F1QDF2","A0JMI2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QRQ5","F1QDF2","ap2","sall4","tfap2a","F1QDF2","Transcription factor AP-2-alpha (AP-2 transcription factor) (Activating enhancer-binding protein 2-alpha) (Activator protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJ75","F1QDF2","Q5XJ75","sall4","sumf2","F1QDF2","Q5XJ75","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QFX4","F1QDF2","A0A2R8QFX4","sall4","mfge8b","F1QDF2","A0A2R8QFX4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDN9","F1QDF2","F1QDN9","sall4","phactr3a","F1QDF2","F1QDN9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVK2","F1QDF2","ube2g2","sall4","ube2g1a","F1QDF2","Ubiquitin-conjugating enzyme E2 G1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2G 1a (UBC7 homolog, yeast)) (Ubiquitin-conjugating enzyme E2G 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2W4","F1QDF2","epha5","sall4","epha5","F1QDF2","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4I5","F1QDF2","B8A4I5","sall4","lcp2b","F1QDF2","B8A4I5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGQ0","F1QDF2","Histone-lysine N-methyltransferase SETD1A isoform X1","sall4","setd1a","F1QDF2","Histone-lysine N-methyltransferase SETD1A isoform X1 (SET domain-containing 1A, histone lysine methyltransferase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIC2","F1QDF2","F1QIC2","sall4","vps33b","F1QDF2","F1QIC2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7C4","F1QDF2","F1R7C4","sall4","npr3","F1QDF2","F1R7C4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZSY3","F1QDF2","smarca4","sall4","smarca4a","F1QDF2","Brahma protein-like protein 1 (SWI/SNF related, matrix associated, actin dependent regulator of chromatin, subfamily a, member 4) (SWI/SNF-related, matrix-associated, actin-dependent regulator of chromatin, subfamily a, member 4a) (Transcription activator BRG1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDQ1","F1QDF2","F1QDQ1","sall4","copa","F1QDF2","F1QDQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4II69","F1QDF2","A0A0R4II69","sall4","-","F1QDF2","A0A0R4II69","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q38JL1","F1QDF2","hm:zeh0300","sall4","rgs6","F1QDF2","Regulator of G-protein signaling 6 (Rgs6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5X9","F1QDF2","B8A5X9","sall4","gdf10a","F1QDF2","B8A5X9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T133","F1QDF2","Q7T133","sall4","pcp4l1","F1QDF2","Q7T133","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0JZL9","F1QDF2","B0JZL9","sall4","ube2z","F1QDF2","B0JZL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB00","F1QDF2","Synaptotagmin-like 5","sall4","sytl5","F1QDF2","Synaptotagmin-like 5 (Synaptotagmin-like protein 5 isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXI7","F1QDF2","etID35223.22","sall4","klf2a","F1QDF2","Krueppel-like factor 2 (Kruppel-like factor 2a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KRU2","F1QDF2","A0A0G2KRU2","sall4","LOC101884800","F1QDF2","A0A0G2KRU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5D8K9","F1QDF2","A5D8K9","sall4","zcchc24","F1QDF2","A5D8K9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQZ2","F1QDF2","zdhhc13","sall4","zdhhc13","F1QDF2","Putative palmitoyltransferase ZDHHC13 (DHHC domain-containing protein 13) (DHHC-13) (Zinc finger DHHC domain-containing protein 13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SYK7","F1QDF2","got2a","sall4","got2a","F1QDF2","Aspartate aminotransferase, mitochondrial (mAspAT) (EC 2.6.1.1) (EC 2.6.1.7) (Glutamate oxaloacetate transaminase 2a) (Glutamic-oxaloacetic transaminase 2a, mitochondrial) (Kynurenine aminotransferase 4) (Kynurenine aminotransferase IV) (Kynurenine--oxoglutarate transaminase 4) (Kynurenine--oxoglutarate transaminase IV) (Transaminase A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PVK5","F1QDF2","ldha","sall4","ldha","F1QDF2","L-lactate dehydrogenase A chain (LDH-A) (EC 1.1.1.27)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WE42","F1QDF2","X1WE42","sall4","nid2a","F1QDF2","X1WE42","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQE0","F1QDF2","A0A0R4IQE0","sall4","scarb1","F1QDF2","A0A0R4IQE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5H4","F1QDF2","E7F5H4","sall4","ttyh3a","F1QDF2","E7F5H4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8DZE6","F1QDF2","wtip","sall4","wtip","F1QDF2","Wilms tumor protein 1-interacting protein homolog (WT1-interacting protein homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WH79","F1QDF2","gp130","sall4","il6st","F1QDF2","Gp130 protein (Interleukin 6 cytokine family signal transduce) (Interleukin-6 receptor subunit beta precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ITH9","F1QDF2","I3ITH9","sall4","cep20","F1QDF2","I3ITH9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DDG2","F1QDF2","mdk2","sall4","mdkb","F1QDF2","Midkine b (Midkine-related growth factor Mdk2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R508","F1QDF2","F1R508","sall4","tfdp1b","F1QDF2","F1R508","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8K0","F1QDF2","rad54l","sall4","rad54l","F1QDF2","DNA repair and recombination protein RAD54-like (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIL3","F1QDF2","Aquaporin","sall4","aqp11","F1QDF2","Aquaporin","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LU92","F1QDF2","Q1LU92","sall4","ctnnal1","F1QDF2","Q1LU92","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RJH6","F1QDF2","sb:cb295","sall4","guk1a","F1QDF2","guanylate kinase (EC 2.7.4.8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJ18","F1QDF2","F1QJ18","sall4","nup205","F1QDF2","F1QJ18","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5H5","F1QDF2","F1Q5H5","sall4","asxl1","F1QDF2","F1Q5H5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4Y0","F1QDF2","im:7155372","sall4","arhgef1b","F1QDF2","Rho guanine nucleotide exchange factor (GEF) 1b (Rho guanine nucleotide exchange factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9F8","F1QDF2","A0A0R4I9F8","sall4","wdr45","F1QDF2","A0A0R4I9F8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM43","F1QDF2","F1QM43","sall4","hddc3","F1QDF2","F1QM43","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DH85","F1QDF2","fj56g09","sall4","ncam1a","F1QDF2","NCAM (Neural cell adhesion molecule 1 precursor) (Neural cell adhesion molecule 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDS1","F1QDF2","PHD finger protein 12","sall4","phf12b","F1QDF2","PHD finger protein 12","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P937","F1QDF2","wu:fb61d08","sall4","clta","F1QDF2","Clathrin light chain","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6P8","F1QDF2","F1R6P8","sall4","cyb561d1","F1QDF2","F1R6P8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LW94","F1QDF2","Q1LW94","sall4","mpp6b","F1QDF2","Q1LW94","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QG75","F1QDF2","A0A2R8QG75","sall4","si:dkey-246i14.3","F1QDF2","A0A2R8QG75","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2L7","F1QDF2","F8W2L7","sall4","si:ch73-375g18.1","F1QDF2","F8W2L7","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAG5","F1QDF2","U3JAG5","sall4","sesn1","F1QDF2","U3JAG5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVX7","F1QDF2","zgc:55526","sall4","atf3","F1QDF2","Activating transcription factor 3 (Cyclic AMP-dependent transcription factor ATF-3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AV71","F1QDF2","Q8AV71","sall4","ved","F1QDF2","Q8AV71","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q567Y8","F1QDF2","ppp2ca","sall4","ppp2caa","F1QDF2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPZ6","F1QDF2","A3KPZ6","sall4","ppt2b","F1QDF2","A3KPZ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMK6","F1QDF2","Q6GMK6","sall4","tspan9","F1QDF2","Q6GMK6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYY9","F1QDF2","A0A0R4IYY9","sall4","-","F1QDF2","A0A0R4IYY9","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3IS86","F1QDF2","I3IS86","sall4","-","F1QDF2","I3IS86","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FH06","F1QDF2","E7FH06","sall4","pde4ba","F1QDF2","E7FH06","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISX5","F1QDF2","si:ch73-233k15.2","sall4","apol","F1QDF2","Apolipoprotein L4 (Si:ch73-233k15.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F793","F1QDF2","E7F793","sall4","si:dkey-165a24.9","F1QDF2","E7F793","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5NU21","F1QDF2","Q5NU21","sall4","gadd45bb","F1QDF2","Q5NU21","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TH01","F1QDF2","Q6TH01","sall4","-","F1QDF2","Q6TH01","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISG9","F1QDF2","I3ISG9","sall4","-","F1QDF2","I3ISG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8J1","F1QDF2","F1Q8J1","sall4","-","F1QDF2","F1Q8J1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P111","F1QDF2","lsm14a","sall4","lsm14aa","F1QDF2","LSM14 homolog A (SCD6, S. cerevisiae) (LSM14A mRNA-processing body assembly factor a) (Protein LSM14 homolog A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PLA5","F1QDF2","ATP-sensitive inward rectifier potassium channel 1","sall4","kcnj1b","F1QDF2","ATP-sensitive inward rectifier potassium channel 1 (Potassium inwardly rectifying channel subfamily J member 1b) (Zgc:165474 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9G0","F1QDF2","A0A0R4I9G0","sall4","mkrn2","F1QDF2","A0A0R4I9G0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9R4","F1QDF2","F1R9R4","sall4","ccnd2a","F1QDF2","F1R9R4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ60","F1QDF2","F1QQ60","sall4","txnrd2.1","F1QDF2","F1QQ60","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NSN2","F1QDF2","mao","sall4","mao","F1QDF2","Amine oxidase [flavin-containing] (EC 1.4.3.21) (EC 1.4.3.4) (Monoamine oxidase) (MAO) (Z-MAO)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F2Z4V3","F1QDF2","fb98c11","sall4","prickle1b","F1QDF2","Prickle homolog 1b (Prickle-like protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5G8","F1QDF2","B8A5G8","sall4","mnat1","F1QDF2","B8A5G8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A6G9","F1QDF2","fl74c10","sall4","map4k5","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDW5","F1QDF2","F1RDW5","sall4","-","F1QDF2","F1RDW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DIW6","F1QDF2","Uncharacterized protein LOC792915","sall4","-","F1QDF2","Uncharacterized protein LOC792915 (Zgc:194578)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8G8","F1QDF2","si:dkey-17e16.10","sall4","si:dkey-17e16.10","F1QDF2","28S ribosomal protein S12, mitochondrial (Si:dkey-17e16.10)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPJ4","F1QDF2","A3KPJ4","sall4","ptprn2","F1QDF2","A3KPJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKT2","F1QDF2","si:ch73-263f13.4","sall4","wsb2","F1QDF2","WD repeat and SOCS box-containing 2 (WD repeat and SOCS box-containing protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZU91","F1QDF2","itpk1","sall4","itpk1","F1QDF2","Inositol-tetrakisphosphate 1-kinase (EC 2.7.1.134) (Inositol 1,3,4-trisphosphate 5/6-kinase) (Inositol-triphosphate 5/6-kinase) (Ins(1,3,4)P(3) 5/6-kinase) (EC 2.7.1.159)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P001","F1QDF2","Q6P001","sall4","dhrs13l1","F1QDF2","Q6P001","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RC66","F1QDF2","F1RC66","sall4","rabac1","F1QDF2","F1RC66","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q32LU1","F1QDF2","rhot2","sall4","rhot2","F1QDF2","Mitochondrial Rho GTPase 2 (MIRO-2) (EC 3.6.5.-) (Ras homolog gene family member T2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q2KN93","F1QDF2","specc1la","sall4","specc1la","F1QDF2","Cytospin-A (SPECC1-like protein) (Sperm antigen with calponin homology and coiled-coil domains 1-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWD7","F1QDF2","zgc:55317","sall4","emc9","F1QDF2","ER membrane protein complex subunit 9 (Zgc:55317)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJK3","F1QDF2","A0A0R4IJK3","sall4","ephb4a","F1QDF2","A0A0R4IJK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJ48","F1QDF2","Q5XJ48","sall4","gpx1a","F1QDF2","Q5XJ48","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QR61","F1QDF2","F1QR61","sall4","-","F1QDF2","F1QR61","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUM7","F1QDF2","Nav1.1","sall4","scn1laa","F1QDF2","Sodium channel protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BG67","F1QDF2","klf12","sall4","klf3","F1QDF2","Krueppel-like factor 3 (Kruppel-like factor 3 (basic))","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QT63","F1QDF2","F1QT63","sall4","sarnp","F1QDF2","F1QT63","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFN6","F1QDF2","F1QFN6","sall4","rffl","F1QDF2","F1QFN6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVV4","F1QDF2","zgc:92484","sall4","cpsf2","F1QDF2","Cleavage and polyadenylation specificity factor subunit 2 (Cleavage and polyadenylation specificity factor 100 kDa subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IU85","F1QDF2","A0A0R4IU85","sall4","stxbp6l","F1QDF2","A0A0R4IU85","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9I2","F1QDF2","SRY-box transcription factor 18","sall4","sox18","F1QDF2","SRY-box transcription factor 18 (Transcription factor Sox-18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ISX2","F1QDF2","A0A0R4ISX2","sall4","tars3","F1QDF2","A0A0R4ISX2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSD6","F1QDF2","F1QSD6","sall4","epha2a","F1QDF2","F1QSD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IB27","F1QDF2","A0A0R4IB27","sall4","si:dkey-31c13.1","F1QDF2","A0A0R4IB27","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDR8","F1QDF2","A0A0R4IDR8","sall4","mtmr7b","F1QDF2","A0A0R4IDR8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSK0","F1QDF2","A0A1D5NSK0","sall4","si:ch211-216p19.5","F1QDF2","A0A1D5NSK0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RW49","F1QDF2","A0A2R8RW49","sall4","LOC797436","F1QDF2","A0A2R8RW49","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BI69","F1QDF2","A2BI69","sall4","abca2","F1QDF2","A2BI69","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L887","F1QDF2","Q1L887","sall4","tcf25","F1QDF2","Q1L887","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7H1","F1QDF2","tceb3l","sall4","eloal","F1QDF2","Elongin A,-like (Transcription elongation factor B polypeptide 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLX4","F1QDF2","trappc11","sall4","trappc11","F1QDF2","Trafficking protein particle complex subunit 11 (Protein foie gras)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QPC3","F1QDF2","A0A2R8QPC3","sall4","mbd3b","F1QDF2","A0A2R8QPC3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY90","F1QDF2","F1QY90","sall4","thoc1","F1QDF2","F1QY90","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2S8","F1QDF2","E7F2S8","sall4","acsf3","F1QDF2","E7F2S8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZCQ5","F1QDF2","B7ZCQ5","sall4","ppifa","F1QDF2","B7ZCQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NX01","F1QDF2","Q6NX01","sall4","galnt6","F1QDF2","Q6NX01","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSU2","F1QDF2","F1QSU2","sall4","cluha","F1QDF2","F1QSU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E5K6","F1QDF2","wu:fe49a05","sall4","cnot8","F1QDF2","poly(A)-specific ribonuclease (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7E2K8","F1QDF2","A7E2K8","sall4","crygm2d14","F1QDF2","A7E2K8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMB0","F1QDF2","A5PMB0","sall4","zbtb10","F1QDF2","A5PMB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJ39","F1QDF2","hm:zeh1186","sall4","mcfd2","F1QDF2","Mcfd2 protein (Multiple coagulation factor deficiency 2) (Multiple coagulation factor deficiency protein 2 precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","K7DY44","F1QDF2","K7DY44","sall4","foxn3","F1QDF2","K7DY44","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q2M9","F1QDF2","A0A2R8Q2M9","sall4","-","F1QDF2","A0A2R8Q2M9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q801Y4","F1QDF2","zgc:110496","sall4","crabp2a","F1QDF2","Cellular retinoic acid-binding protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ42","F1QDF2","zgc:86674","sall4","ndufa1","F1QDF2","NADH dehydrogenase [ubiquinone] 1 alpha subcomplex subunit 1 (Complex I-MWFE) (NADH-ubiquinone oxidoreductase MWFE subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KNH4","F1QDF2","cb479","sall4","plod3","F1QDF2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXM4","F1QDF2","E7EXM4","sall4","si:ch211-236h17.3","F1QDF2","E7EXM4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9H4","F1QDF2","F1Q9H4","sall4","snx22","F1QDF2","F1Q9H4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5V3","F1QDF2","fasn","sall4","fasn","F1QDF2","Fatty acid synthase (EC 1.1.1.100) (EC 1.3.1.39) (EC 2.3.1.38) (EC 2.3.1.39) (EC 2.3.1.41) (EC 2.3.1.85) (EC 3.1.2.14) (EC 4.2.1.59)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC73","F1QDF2","grb2","sall4","grb2b","F1QDF2","Growth factor receptor-bound protein 2 (Growth factor receptor-bound protein 2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T3A4","F1QDF2","rab13","sall4","rab13","F1QDF2","Ras-related protein Rab-13","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1D4","F1QDF2","E7F1D4","sall4","lipeb","F1QDF2","E7F1D4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM36","F1QDF2","B8JM36","sall4","mrpl16","F1QDF2","B8JM36","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QRN2","F1QDF2","A0A2R8QRN2","sall4","xrcc2","F1QDF2","A0A2R8QRN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2L8","F1QDF2","si:ch211-214k9.2","sall4","ddx1","F1QDF2","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMS9","F1QDF2","DNA-directed RNA polymerase subunit","sall4","polr2a","F1QDF2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5G3","F1QDF2","B8A5G3","sall4","gstcd","F1QDF2","B8A5G3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCZ5","F1QDF2","E9QCZ5","sall4","-","F1QDF2","E9QCZ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RU36","F1QDF2","A0A2R8RU36","sall4","-","F1QDF2","A0A2R8RU36","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLP5","F1QDF2","F1QLP5","sall4","-","F1QDF2","F1QLP5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBZ4","F1QDF2","E9QBZ4","sall4","fermt1","F1QDF2","E9QBZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RXS8","F1QDF2","A0A2R8RXS8","sall4","snap23.1","F1QDF2","A0A2R8RXS8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803J3","F1QDF2","cb75","sall4","rab2a","F1QDF2","Ras-related protein Rab-2A (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4FZZ7","F1QDF2","hist1h2a2","sall4","hist1h2a2","F1QDF2","Histone H2A","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZN4","F1QDF2","A0A0R4IZN4","sall4","-","F1QDF2","A0A0R4IZN4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3D6","F1QDF2","E7F3D6","sall4","scyl1","F1QDF2","E7F3D6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCT7","F1QDF2","Kinesin family member 16Bb","sall4","kif16bb","F1QDF2","Kinesin family member 16Bb (Uncharacterized protein kif16bb)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYX0","F1QDF2","F1QYX0","sall4","ldlrad4a","F1QDF2","F1QYX0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LX81","F1QDF2","Q1LX81","sall4","psme3ip1","F1QDF2","Q1LX81","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WG21","F1QDF2","fe50h06","sall4","usp3","F1QDF2","Ubiquitin carboxyl-terminal hydrolase (EC 3.4.19.12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVW3","F1QDF2","Q7ZVW3","sall4","pik3r3b","F1QDF2","Q7ZVW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITW2","F1QDF2","A0A0R4ITW2","sall4","si:dkey-11c5.11","F1QDF2","A0A0R4ITW2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KNV8","F1QDF2","A3KNV8","sall4","ubfd1","F1QDF2","A3KNV8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDZ6","F1QDF2","E9QDZ6","sall4","-","F1QDF2","E9QDZ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WUS2","F1QDF2","A5WUS2","sall4","sulf2a","F1QDF2","A5WUS2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TEL1","F1QDF2","rad21a","sall4","rad21a","F1QDF2","Double-strand-break repair protein rad21 homolog A (SCC1 homolog) [Cleaved into: 64-kDa C-terminal product (64-kDa carboxy-terminal product)]","tf-link","27924024","regulates","txid7955" +"F1QDF2","D3XD69","F1QDF2","D3XD69","sall4","ugt1b7","F1QDF2","D3XD69","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW75","F1QDF2","Q7ZW75","sall4","tmed2","F1QDF2","Q7ZW75","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC64","F1QDF2","elovl6","sall4","elovl6","F1QDF2","Very long chain fatty acid elongase 6 (EC 2.3.1.199) (3-keto acyl-CoA synthase elovl6) (ELOVL fatty acid elongase 6) (ELOVL FA elongase 6) (Elongation of very long chain fatty acids protein 6) (Very long chain 3-ketoacyl-CoA synthase 6) (Very long chain 3-oxoacyl-CoA synthase 6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2AWE1","F1QDF2","hm:zehl0637","sall4","prdx1","F1QDF2","thioredoxin-dependent peroxiredoxin (EC 1.11.1.24)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSB8","F1QDF2","im:7148194","sall4","ddx42","F1QDF2","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM40","F1QDF2","rg9mtd1","sall4","trmt10c","F1QDF2","tRNA methyltransferase 10 homolog C (EC 2.1.1.218) (EC 2.1.1.221) (Mitochondrial ribonuclease P protein 1) (RNA (guanine-9-)-methyltransferase domain-containing protein 1) (mRNA methyladenosine-N(1)-methyltransferase) (tRNA (adenine(9)-N(1))-methyltransferase) (tRNA (guanine(9)-N(1))-methyltransferase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSS3","F1QDF2","A0A1D5NSS3","sall4","phf21aa","F1QDF2","A0A1D5NSS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UUX0","F1QDF2","cb945","sall4","akt2","F1QDF2","non-specific serine/threonine protein kinase (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QEK4","F1QDF2","E9QEK4","sall4","mrpl45","F1QDF2","E9QEK4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY72","F1QDF2","F1QY72","sall4","mis12","F1QDF2","F1QY72","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8QHL5","F1QDF2","phc2","sall4","phc2","F1QDF2","Polyhomeotic-like protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPA6","F1QDF2","F1QPA6","sall4","mpped2a","F1QDF2","F1QPA6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q5E0","F1QDF2","A0A2R8Q5E0","sall4","creld1a","F1QDF2","A0A2R8Q5E0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BX9","F1QDF2","im:7148473","sall4","-","F1QDF2","Uncharacterized protein LOC767645 (Zgc:153993)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DH62","F1QDF2","B3DH62","sall4","nr6a1a","F1QDF2","B3DH62","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMC8","F1QDF2","A0JMC8","sall4","-","F1QDF2","A0JMC8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKQ5","F1QDF2","B8JKQ5","sall4","jag1a","F1QDF2","B8JKQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICG1","F1QDF2","A0A0R4ICG1","sall4","slc25a43","F1QDF2","A0A0R4ICG1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QIN0","F1QDF2","E9QIN0","sall4","-","F1QDF2","E9QIN0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WFT4","F1QDF2","A8WFT4","sall4","scly","F1QDF2","A8WFT4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QN21","F1QDF2","F1QN21","sall4","ripply1","F1QDF2","F1QN21","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5QHS3","F1QDF2","Q5QHS3","sall4","gsx1","F1QDF2","Q5QHS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6K2","F1QDF2","B0S6K2","sall4","plk3","F1QDF2","B0S6K2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDY7","F1QDF2","E9QDY7","sall4","rapgef4","F1QDF2","E9QDY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQ85","F1QDF2","A3KQ85","sall4","arl2bp","F1QDF2","A3KQ85","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBJ2","F1QDF2","E9QBJ2","sall4","si:dkey-188g12.1","F1QDF2","E9QBJ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q3B7G7","F1QDF2","Q3B7G7","sall4","srek1ip1","F1QDF2","Q3B7G7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2J4","F1QDF2","F8W2J4","sall4","hhat","F1QDF2","F8W2J4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVV4","F1QDF2","wu:fb93b01","sall4","gtf2h2","F1QDF2","General transcription factor IIH subunit","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGJ8","F1QDF2","Q5RGJ8","sall4","gnptab","F1QDF2","Q5RGJ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L9G6","F1QDF2","Q1L9G6","sall4","cd9b","F1QDF2","Q1L9G6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6T6","F1QDF2","E7F6T6","sall4","slc25a51b","F1QDF2","E7F6T6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LX72","F1QDF2","Q1LX72","sall4","synm","F1QDF2","Q1LX72","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRA8","F1QDF2","A9JRA8","sall4","kif2c","F1QDF2","A9JRA8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6N5","F1QDF2","F1R6N5","sall4","-","F1QDF2","F1R6N5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6E4","F1QDF2","F1Q6E4","sall4","jpt2","F1QDF2","F1Q6E4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQI1","F1QDF2","A3KQI1","sall4","gtpbp1l","F1QDF2","A3KQI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4UU31","F1QDF2","MKK4B","sall4","map2k4b","F1QDF2","mitogen-activated protein kinase kinase (EC 2.7.12.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SX91","F1QDF2","fj66c04","sall4","rrs1","F1QDF2","Ribosome biogenesis regulatory protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFP8","F1QDF2","A0A0R4IFP8","sall4","nrp1a","F1QDF2","A0A0R4IFP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMI3","F1QDF2","reverbb2","sall4","nr1d2b","F1QDF2","Nr1d2b protein (Nuclear receptor subfamily 1 group D member 2) (Nuclear receptor subfamily 1, group D, member 2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UYL5","F1QDF2","B0UYL5","sall4","dhrs12","F1QDF2","B0UYL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6UFS5","F1QDF2","znf503","sall4","znf503","F1QDF2","Zinc finger protein 503 (NocA-like zinc finger protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGL0","F1QDF2","zgc:92872","sall4","rpl18","F1QDF2","Ribosomal protein L18 (Zgc:92872)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3S4","F1QDF2","LOC100334443","sall4","-","F1QDF2","mRNA decay activator protein ZFP36 (Zinc finger protein 36)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUV2","F1QDF2","A0A0R4IUV2","sall4","pnpla3","F1QDF2","A0A0R4IUV2","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WCM6","F1QDF2","X1WCM6","sall4","hdac12","F1QDF2","X1WCM6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QQ65","F1QDF2","A0A2R8QQ65","sall4","cobl","F1QDF2","A0A2R8QQ65","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ64","F1QDF2","F1QZ64","sall4","abcf2a","F1QDF2","F1QZ64","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7E3K4","F1QDF2","A7E3K4","sall4","nox1","F1QDF2","A7E3K4","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKP6","F1QDF2","B8JKP6","sall4","greb1l","F1QDF2","B8JKP6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5Y5","F1QDF2","B0S5Y5","sall4","hoxd4a","F1QDF2","B0S5Y5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IXV5","F1QDF2","A0A0R4IXV5","sall4","psip1a","F1QDF2","A0A0R4IXV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W289","F1QDF2","CHUNP6865","sall4","b3gat3","F1QDF2","Galactosylgalactosylxylosylprotein 3-beta-glucuronosyltransferase (EC 2.4.1.135)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q973","F1QDF2","F1Q973","sall4","acap2","F1QDF2","F1Q973","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NT24","F1QDF2","adam10","sall4","adam10a","F1QDF2","Disintegrin and metalloproteinase domain-containing protein 10 (EC 3.4.24.81) (Kuzbanian protein homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVV0","F1QDF2","Q1LVV0","sall4","fam83h","F1QDF2","Q1LVV0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90466","F1QDF2","Q90466","sall4","her4.1","F1QDF2","Q90466","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHI9","F1QDF2","zgc:92282","sall4","psmb2","F1QDF2","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1WCN6","F1QDF2","Q1WCN6","sall4","tfpi2","F1QDF2","Q1WCN6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9V3","F1QDF2","F1Q9V3","sall4","mboat7","F1QDF2","F1Q9V3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DHT3","F1QDF2","B3DHT3","sall4","zgc:194297","F1QDF2","B3DHT3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVF2","F1QDF2","fb11d08","sall4","glulb","F1QDF2","Glutamine synthetase (EC 6.3.1.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DEH7","F1QDF2","Q6DEH7","sall4","nek7","F1QDF2","Q6DEH7","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3IS54","F1QDF2","si:ch1073-342h5.2","sall4","si:ch1073-342h5.2","F1QDF2","Leucine-rich repeat-containing protein 41","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYS9","F1QDF2","Q5TYS9","sall4","pdzrn4","F1QDF2","Q5TYS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEL2","F1QDF2","F1QEL2","sall4","hbegfb","F1QDF2","F1QEL2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUD4","F1QDF2","Q1LUD4","sall4","tmem238a","F1QDF2","Q1LUD4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC46","F1QDF2","Q6PC46","sall4","wdr83os","F1QDF2","Q6PC46","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7S8","F1QDF2","E7F7S8","sall4","rttn","F1QDF2","E7F7S8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IXA3","F1QDF2","A0A0R4IXA3","sall4","ankrd50l","F1QDF2","A0A0R4IXA3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXF6","F1QDF2","Q7SXF6","sall4","creld2","F1QDF2","Q7SXF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S789","F1QDF2","STAT","sall4","stat1b","F1QDF2","Signal transducer and activator of transcription","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGL4","F1QDF2","F1QGL4","sall4","pcdh18b","F1QDF2","F1QGL4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGE0","F1QDF2","A2BGE0","sall4","stxbp1b","F1QDF2","A2BGE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQM0","F1QDF2","sf3b14","sall4","sf3b6","F1QDF2","Splicing factor 3B (Splicing factor 3b, subunit 6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QA12","F1QDF2","A0A2R8QA12","sall4","cntn2","F1QDF2","A0A2R8QA12","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXC7","F1QDF2","F1QXC7","sall4","rfng","F1QDF2","F1QXC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q551","F1QDF2","F1Q551","sall4","trioa","F1QDF2","F1Q551","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W4K0","F1QDF2","Alpha-sarcoglycan","sall4","sgca","F1QDF2","Alpha-sarcoglycan (Sarcoglycan, alpha)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6I4","F1QDF2","B0S6I4","sall4","si:ch211-86h15.1","F1QDF2","B0S6I4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7I5","F1QDF2","A8E7I5","sall4","ttc36","F1QDF2","A8E7I5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QB91","F1QDF2","E9QB91","sall4","si:ch73-138n13.1","F1QDF2","E9QB91","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DK47","F1QDF2","B3DK47","sall4","per1b","F1QDF2","B3DK47","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5R205","F1QDF2","Q5R205","sall4","kcnj11l","F1QDF2","Q5R205","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4C3","F1QDF2","E7F4C3","sall4","slc43a3a","F1QDF2","E7F4C3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY45","F1QDF2","F1QY45","sall4","zeb2a","F1QDF2","F1QY45","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFV1","F1QDF2","Q6PFV1","sall4","arpp19a","F1QDF2","Q6PFV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L864","F1QDF2","Q1L864","sall4","jagn1b","F1QDF2","Q1L864","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFZ7","F1QDF2","F1QFZ7","sall4","nfasca","F1QDF2","F1QFZ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBJ1","F1QDF2","F1QBJ1","sall4","hsh2d","F1QDF2","F1QBJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9F1","F1QDF2","F1Q9F1","sall4","-","F1QDF2","F1Q9F1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q6A6","F1QDF2","A0A2R8Q6A6","sall4","fam219b","F1QDF2","A0A2R8Q6A6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV60","F1QDF2","Q7ZV60","sall4","bcs1l","F1QDF2","Q7ZV60","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90470","F1QDF2","hoxd11a","sall4","hoxd11a","F1QDF2","Homeobox protein Hox-D11a (Hox-D11) (Homeobox protein Hox-C11)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WW08","F1QDF2","A5WW08","sall4","chfr","F1QDF2","A5WW08","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZW4","F1QDF2","si:dkey-76p14.4","sall4","sox12","F1QDF2","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE36","F1QDF2","F1RE36","sall4","ppp1r14ab","F1QDF2","F1RE36","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUS6","F1QDF2","Q7ZUS6","sall4","dnajc4","F1QDF2","Q7ZUS6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQA2","F1QDF2","DNA-directed RNA polymerase subunit beta","sall4","polr3b","F1QDF2","DNA-directed RNA polymerase subunit beta (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BID3","F1QDF2","A2BID3","sall4","ccnl1a","F1QDF2","A2BID3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGI3","F1QDF2","Q6DGI3","sall4","nop16","F1QDF2","Q6DGI3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLU2","F1QDF2","Q1RLU2","sall4","fbxo8","F1QDF2","Q1RLU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6T9C3","F1QDF2","RGS12TS","sall4","rgs12b","F1QDF2","RGS12TS (Regulator of G protein-signaling 12b) (Regulator of G-protein signaling 12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWD0","F1QDF2","F1QWD0","sall4","fuca2","F1QDF2","F1QWD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH97","F1QDF2","E9QH97","sall4","tspan37","F1QDF2","E9QH97","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LY46","F1QDF2","letm1","sall4","letm1","F1QDF2","Mitochondrial proton/calcium exchanger protein (Electroneutral mitochondrial K(+)/H(+)exchanger) (KHE) (Leucine zipper-EF-hand-containing transmembrane protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICC6","F1QDF2","A0A0R4ICC6","sall4","mvda","F1QDF2","A0A0R4ICC6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q07998","F1QDF2","tbxta","sall4","tbxta","F1QDF2","T-box transcription factor T-A (Brachyury protein homolog-A) (No tail protein A-A) (No tail protein-A) (Protein T homolog-A) (T-box protein ZfT-A) (Zf-T-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8U4","F1QDF2","Q1L8U4","sall4","clk2a","F1QDF2","Q1L8U4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVD4","F1QDF2","zgc:56097","sall4","sf3a2","F1QDF2","Sf3a2 protein (Splicing factor 3A subunit 2) (Splicing factor 3a, subunit 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH88","F1QDF2","Q6DH88","sall4","cox20","F1QDF2","Q6DH88","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S8J0","F1QDF2","B0S8J0","sall4","lypd6b","F1QDF2","B0S8J0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZE1","F1QDF2","btbd6b","sall4","btbd6b","F1QDF2","BTB/POZ domain-containing protein 6-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWR4","F1QDF2","F1QWR4","sall4","fh","F1QDF2","F1QWR4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7S4","F1QDF2","F1Q7S4","sall4","poglut2","F1QDF2","F1Q7S4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PTU1","F1QDF2","Q9PTU1","sall4","dbx1a","F1QDF2","Q9PTU1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAI1","F1QDF2","F1QAI1","sall4","crot","F1QDF2","F1QAI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAI0","F1QDF2","E7FAI0","sall4","-","F1QDF2","E7FAI0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A6B9","F1QDF2","B8A6B9","sall4","wnt8a","F1QDF2","B8A6B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5S2","F1QDF2","F1Q5S2","sall4","proza","F1QDF2","F1Q5S2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY97","F1QDF2","E7EY97","sall4","dym","F1QDF2","E7EY97","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1A2","F1QDF2","E7F1A2","sall4","toporsa","F1QDF2","E7F1A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8C9","F1QDF2","Q1L8C9","sall4","si:ch211-107n13.1","F1QDF2","Q1L8C9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIM0","F1QDF2","F1QIM0","sall4","tsen54","F1QDF2","F1QIM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGI4","F1QDF2","Q5RGI4","sall4","dennd6b","F1QDF2","Q5RGI4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q98TZ8","F1QDF2","flot2a","sall4","flot2a","F1QDF2","Flotillin-2a (Reggie-1a) (REG-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBW6","F1QDF2","A0A0R4IBW6","sall4","rapgef2","F1QDF2","A0A0R4IBW6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A535","F1QDF2","B8A535","sall4","ifit8","F1QDF2","B8A535","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE88","F1QDF2","E7FE88","sall4","fam131bb","F1QDF2","E7FE88","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P487","F1QDF2","Q0P487","sall4","cyb5r2","F1QDF2","Q0P487","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RWY8","F1QDF2","A0A2R8RWY8","sall4","znf710a","F1QDF2","A0A2R8RWY8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q63ZV9","F1QDF2","si:ch73-305o9.2","sall4","ptp4a2a","F1QDF2","Protein tyrosine phosphatase 4A2a (Protein tyrosine phosphatase type IVA 2 (EC 3.1.3.48)) (Zgc:91861)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3R0","F1QDF2","E7F3R0","sall4","iftap","F1QDF2","E7F3R0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAW5","F1QDF2","F1QAW5","sall4","lipt2","F1QDF2","F1QAW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYS4","F1QDF2","Q5TYS4","sall4","sipa1l1","F1QDF2","Q5TYS4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ50","F1QDF2","AHNAK nucleoprotein","sall4","ahnak","F1QDF2","AHNAK nucleoprotein (Neuroblast differentiation-associated protein AHNAK isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0Z0","F1QDF2","F1R0Z0","sall4","xylt1","F1QDF2","F1R0Z0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0H8","F1QDF2","Q6P0H8","sall4","gde1","F1QDF2","Q6P0H8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IDY1","F1QDF2","A0A0R4IDY1","sall4","si:dkey-93m18.3","F1QDF2","A0A0R4IDY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIY6","F1QDF2","A0A0R4IIY6","sall4","si:ch73-221f6.1","F1QDF2","A0A0R4IIY6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8D2","F1QDF2","F1Q8D2","sall4","nsfl1c","F1QDF2","F1Q8D2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVT1","F1QDF2","zgc:55671","sall4","ist1","F1QDF2","IST1 homolog (Charged multivesicular body protein 8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHL0","F1QDF2","F1QHL0","sall4","irs2a","F1QDF2","F1QHL0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8A9","F1QDF2","E7F8A9","sall4","tap1","F1QDF2","E7F8A9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DIQ7","F1QDF2","B3DIQ7","sall4","mettl22","F1QDF2","B3DIQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZVD9","F1QDF2","B7ZVD9","sall4","slc5a6b","F1QDF2","B7ZVD9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PYE5","F1QDF2","A0A2R8PYE5","sall4","tmem101","F1QDF2","A0A2R8PYE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVQ9","F1QDF2","zgc:136730","sall4","ppih","F1QDF2","Peptidyl-prolyl cis-trans isomerase (PPIase) (EC 5.2.1.8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FA75","F1QDF2","Farnesylated proteins-converting enzyme 2","sall4","rce1a","F1QDF2","Farnesylated proteins-converting enzyme 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NMW3","F1QDF2","F6NMW3","sall4","sdc4","F1QDF2","F6NMW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVQ4","F1QDF2","F1QVQ4","sall4","slc25a39","F1QDF2","F1QVQ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3R3","F1QDF2","A9C3R3","sall4","ercc8","F1QDF2","A9C3R3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2V5","F1QDF2","F8W2V5","sall4","cert1a","F1QDF2","F8W2V5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08C81","F1QDF2","med19a","sall4","med19a","F1QDF2","Mediator of RNA polymerase II transcription subunit 19-A (Mediator complex subunit 19-A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2RUW7","F1QDF2","A2RUW7","sall4","pcnx4","F1QDF2","A2RUW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ27","F1QDF2","syt1","sall4","syt1a","F1QDF2","Synaptotagmin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAM0","F1QDF2","A0A0R4IAM0","sall4","slc66a1","F1QDF2","A0A0R4IAM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2RRV5","F1QDF2","A2RRV5","sall4","sos1","F1QDF2","A2RRV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAE9","F1QDF2","E7FAE9","sall4","si:ch211-285f17.1","F1QDF2","E7FAE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHZ4","F1QDF2","F1QHZ4","sall4","pars2","F1QDF2","F1QHZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITF8","F1QDF2","A0A0R4ITF8","sall4","ttc6","F1QDF2","A0A0R4ITF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5C2","F1QDF2","B8A5C2","sall4","rftn2","F1QDF2","B8A5C2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R294","F1QDF2","F1R294","sall4","ercc6","F1QDF2","F1R294","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WBK2","F1QDF2","Centrosomal protein 152","sall4","cep152","F1QDF2","Centrosomal protein 152 (Centrosomal protein of 152 kDa isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F211","F1QDF2","E7F211","sall4","ttc17","F1QDF2","E7F211","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4INZ3","F1QDF2","A0A0R4INZ3","sall4","slc41a2a","F1QDF2","A0A0R4INZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5E7","F1QDF2","B0S5E7","sall4","fzd9b","F1QDF2","B0S5E7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5Q4","F1QDF2","F1Q5Q4","sall4","pappab","F1QDF2","F1Q5Q4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFX2","F1QDF2","A0A0R4IFX2","sall4","si:ch211-56a11.2","F1QDF2","A0A0R4IFX2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JFW7","F1QDF2","Q8JFW7","sall4","bcap31","F1QDF2","Q8JFW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD91","F1QDF2","RNA helicase","sall4","ddx6","F1QDF2","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2J0","F1QDF2","F1R2J0","sall4","acot14","F1QDF2","F1R2J0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PWY4","F1QDF2","A0A2R8PWY4","sall4","-","F1QDF2","A0A2R8PWY4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEY1","F1QDF2","mitogen-activated protein kinase kinase kinase","sall4","map3k14a","F1QDF2","mitogen-activated protein kinase kinase kinase (EC 2.7.11.25)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ID68","F1QDF2","zgc:110298","sall4","pfklb","F1QDF2","ATP-dependent 6-phosphofructokinase (ATP-PFK) (Phosphofructokinase) (EC 2.7.1.11) (Phosphohexokinase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGH8","F1QDF2","F1QGH8","sall4","sh3glb1a","F1QDF2","F1QGH8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1ECZ2","F1QDF2","keap1a","sall4","keap1a","F1QDF2","Kelch-like ECH-associated protein 1A","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0T2N3","F1QDF2","aplnrb","sall4","aplnrb","F1QDF2","Apelin receptor B (Angiotensin II receptor-like 1b) (Angiotensin receptor-like 1b) (G-protein coupled receptor APJ B) (Protein grinch)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q92050","F1QDF2","wnt5b","sall4","wnt5b","F1QDF2","Protein Wnt-5b","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q919","F1QDF2","F1Q919","sall4","fam117aa","F1QDF2","F1Q919","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90X37","F1QDF2","Q90X37","sall4","ier5","F1QDF2","Q90X37","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0PJS8","F1QDF2","zgc:158431","sall4","tp53inp1","F1QDF2","Tumor protein p53-inducible nuclear protein 1 (Zgc:158431)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLR5","F1QDF2","Q1RLR5","sall4","bcl11aa","F1QDF2","Q1RLR5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAU7","F1QDF2","Dihydroxyacetone phosphate acyltransferase","sall4","gnpat","F1QDF2","Dihydroxyacetone phosphate acyltransferase (Glyceronephosphate O-acyltransferase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P57095","F1QDF2","axin2","sall4","axin2","F1QDF2","Axin-2 (Axis inhibition protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UYI3","F1QDF2","B0UYI3","sall4","mrpl37","F1QDF2","B0UYI3","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAP4","F1QDF2","U3JAP4","sall4","si:dkey-287g12.6","F1QDF2","U3JAP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5J3","F1QDF2","F1R5J3","sall4","zfpm1","F1QDF2","F1R5J3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZZ37","F1QDF2","Q7ZZ37","sall4","ppp1r14bb","F1QDF2","Q7ZZ37","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W481","F1QDF2","F8W481","sall4","epha4a","F1QDF2","F8W481","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S665","F1QDF2","B0S665","sall4","si:dkeyp-68b7.5","F1QDF2","B0S665","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUA1","F1QDF2","zgc:56547","sall4","usf1","F1QDF2","Upstream stimulatory factor 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGU9","F1QDF2","Glutathione S-transferase kappa","sall4","gstk1","F1QDF2","Glutathione S-transferase kappa (EC 2.5.1.18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5B1","F1QDF2","F1Q5B1","sall4","cers1","F1QDF2","F1Q5B1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W6E0","F1QDF2","fzb1","sall4","frzb","F1QDF2","Secreted frizzled-related protein 3 (Frizzled-related protein 1) (FrzB-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGM0","F1QDF2","si:dkey-148h10.5","sall4","si:dkey-148h10.5","F1QDF2","Si:dkey-148h10.5 (Uncharacterized)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q805E5","F1QDF2","Q805E5","sall4","chst14","F1QDF2","Q805E5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGV6","F1QDF2","PSMA5","sall4","psma5","F1QDF2","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVR3","F1QDF2","zgc:76940","sall4","ppp1cab","F1QDF2","Serine/threonine-protein phosphatase (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8J6","F1QDF2","F1R8J6","sall4","ppt1","F1QDF2","F1R8J6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q68EH8","F1QDF2","flad1","sall4","flad1","F1QDF2","FAD synthase (EC 2.7.7.2) (FAD pyrophosphorylase) (FMN adenylyltransferase) (Flavin adenine dinucleotide synthase) [Includes: Molybdenum cofactor biosynthesis protein-like region; FAD synthase region]","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZG6","F1QDF2","A0A0R4IZG6","sall4","ptbp2a","F1QDF2","A0A0R4IZG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGG9","F1QDF2","F1QGG9","sall4","gas6","F1QDF2","F1QGG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGJ0","F1QDF2","ADAM metallopeptidase domain 15","sall4","adam15","F1QDF2","ADAM metallopeptidase domain 15 (Disintegrin and metalloproteinase domain-containing protein 15 isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8S0","F1QDF2","F1Q8S0","sall4","ptch2","F1QDF2","F1Q8S0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBU7","F1QDF2","E7FBU7","sall4","xpo1b","F1QDF2","E7FBU7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRM0","F1QDF2","Q6DRM0","sall4","get1","F1QDF2","Q6DRM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q568B9","F1QDF2","Q568B9","sall4","lhfpl2b","F1QDF2","Q568B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QF85","F1QDF2","F1QF85","sall4","tfam","F1QDF2","F1QF85","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGQ1","F1QDF2","A2BGQ1","sall4","dhfr","F1QDF2","A2BGQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZG7","F1QDF2","E7EZG7","sall4","ptprea","F1QDF2","E7EZG7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBN7","F1QDF2","F1RBN7","sall4","ahr1a","F1QDF2","F1RBN7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6A2","F1QDF2","E7F6A2","sall4","tmco4","F1QDF2","E7F6A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQE0","F1QDF2","A3KQE0","sall4","si:dkey-29p10.4","F1QDF2","A3KQE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WHM1","F1QDF2","X1WHM1","sall4","si:ch211-180n24.3","F1QDF2","X1WHM1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RQU7","F1QDF2","A0A2R8RQU7","sall4","-","F1QDF2","A0A2R8RQU7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R074","F1QDF2","F1R074","sall4","agrn","F1QDF2","F1R074","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9Q9","F1QDF2","A0A0R4I9Q9","sall4","hcls1","F1QDF2","A0A0R4I9Q9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q838","F1QDF2","A0A2R8Q838","sall4","-","F1QDF2","A0A2R8Q838","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWI1","F1QDF2","Q6NWI1","sall4","rsrc2","F1QDF2","Q6NWI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5A4","F1QDF2","B8A5A4","sall4","grxcr1b","F1QDF2","B8A5A4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH74","F1QDF2","Q6DH74","sall4","snrnp27","F1QDF2","Q6DH74","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V302","F1QDF2","B0V302","sall4","kif18a","F1QDF2","B0V302","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE13","F1QDF2","F1RE13","sall4","dact2","F1QDF2","F1RE13","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAU3","F1QDF2","A0A0R4IAU3","sall4","rfc4","F1QDF2","A0A0R4IAU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI88","F1QDF2","F1QI88","sall4","g6pc3","F1QDF2","F1QI88","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BEP0","F1QDF2","D60","sall4","mrps31","F1QDF2","Small ribosomal subunit protein mS31 (28S ribosomal protein S31, mitochondrial)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFI0","F1QDF2","Ajuba LIM protein","sall4","ajuba","F1QDF2","Ajuba LIM protein (LIM domain-containing protein ajuba)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1ECX4","F1QDF2","Q1ECX4","sall4","tlk2","F1QDF2","Q1ECX4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD74","F1QDF2","F1QD74","sall4","rag1","F1QDF2","F1QD74","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7R0","F1QDF2","F1Q7R0","sall4","cbfa2t2","F1QDF2","F1Q7R0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JHZ6","F1QDF2","B8JHZ6","sall4","-","F1QDF2","B8JHZ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BD6","F1QDF2","Q08BD6","sall4","-","F1QDF2","Q08BD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4W7","F1QDF2","F1R4W7","sall4","zmynd11","F1QDF2","F1R4W7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZF8","F1QDF2","Interactor of little elongator complex ELL subunit 2","sall4","ice2","F1QDF2","Interactor of little elongator complex ELL subunit 2 (Little elongation complex subunit 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NJS4","F1QDF2","F6NJS4","sall4","atl2","F1QDF2","F6NJS4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH74","F1QDF2","E9QH74","sall4","hmgn3","F1QDF2","E9QH74","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXN9","F1QDF2","F1QXN9","sall4","-","F1QDF2","F1QXN9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUB0","F1QDF2","zgc:77943","sall4","myl13","F1QDF2","Atrial myosin light chain (Myosin, light chain 13) (Uncharacterized protein LOC393488) (Zgc:66286)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWH2","F1QDF2","Q6NWH2","sall4","marcksl1b","F1QDF2","Q6NWH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R0H7","F1QDF2","B0R0H7","sall4","homeza","F1QDF2","B0R0H7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1E9","F1QDF2","F1R1E9","sall4","ube2v1","F1QDF2","F1R1E9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBI6","F1QDF2","A0A0R4IBI6","sall4","fkbp10a","F1QDF2","A0A0R4IBI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGK4","F1QDF2","A0A0R4IGK4","sall4","stom","F1QDF2","A0A0R4IGK4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPR4","F1QDF2","A3KPR4","sall4","hist1h4l","F1QDF2","A3KPR4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIG3","F1QDF2","Q5RIG3","sall4","ncoa1","F1QDF2","Q5RIG3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q510","F1QDF2","F1Q510","sall4","enosf1","F1QDF2","F1Q510","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFE9","F1QDF2","E7FFE9","sall4","kcna1a","F1QDF2","E7FFE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9K1","F1QDF2","F1R9K1","sall4","hirip3","F1QDF2","F1R9K1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAT2","F1QDF2","A0A0R4IAT2","sall4","adgrd2","F1QDF2","A0A0R4IAT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHU6","F1QDF2","Q5RHU6","sall4","ccdc87","F1QDF2","Q5RHU6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V9F2","F1QDF2","Q4V9F2","sall4","sugct","F1QDF2","Q4V9F2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DG55","F1QDF2","Kinase","sall4","ip6k2b","F1QDF2","Kinase (EC 2.7.-.-)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WBG6","F1QDF2","X1WBG6","sall4","frmd4ba","F1QDF2","X1WBG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6S7","F1QDF2","B0S6S7","sall4","etv5a","F1QDF2","B0S6S7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NY69","F1QDF2","Q6NY69","sall4","ubl3a","F1QDF2","Q6NY69","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IE47","F1QDF2","A0A0R4IE47","sall4","hgh1","F1QDF2","A0A0R4IE47","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7N8","F1QDF2","E7F7N8","sall4","nfkbil1","F1QDF2","E7F7N8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5N9","F1QDF2","B8A5N9","sall4","noto","F1QDF2","B8A5N9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYV4","F1QDF2","E7EYV4","sall4","-","F1QDF2","E7EYV4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66HX1","F1QDF2","Q66HX1","sall4","eya2","F1QDF2","Q66HX1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QB54","F1QDF2","pabpc1a","sall4","pabpc1a","F1QDF2","Polyadenylate-binding protein 1A (PABP-1A) (Poly(A)-binding protein 1A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1L1P5","F1QDF2","A1L1P5","sall4","ugt5b4","F1QDF2","A1L1P5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMY3","F1QDF2","A5PMY3","sall4","umad1","F1QDF2","A5PMY3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5D3","F1QDF2","B0S5D3","sall4","si:ch211-51h9.7","F1QDF2","B0S5D3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGS9","F1QDF2","Q6TGS9","sall4","ubl3b","F1QDF2","Q6TGS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IN69","F1QDF2","A0A0R4IN69","sall4","tmem176l.3a","F1QDF2","A0A0R4IN69","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKY3","F1QDF2","F1QKY3","sall4","ttc5","F1QDF2","F1QKY3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q502I3","F1QDF2","cep55","sall4","cep55","F1QDF2","Centrosomal protein of 55 kDa (Centrosomal protein 55-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBN5","F1QDF2","aup1","sall4","aup1","F1QDF2","Lipid droplet-regulating VLDL assembly factor AUP1 (Ancient ubiquitous protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9P4","F1QDF2","beta-snap1","sall4","napbb","F1QDF2","Beta-soluble NSF attachment protein (N-ethylmaleimide-sensitive factor attachment protein, beta b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXR2","F1QDF2","dnajb12","sall4","dnajb12a","F1QDF2","DnaJ (Hsp40) homolog, subfamily B, member 12 (DnaJ heat shock protein family (Hsp40) member B12a) (DnaJ homolog subfamily B member 12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2E9","F1QDF2","G1K2E9","sall4","nabp1a","F1QDF2","G1K2E9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4F6","F1QDF2","F1R4F6","sall4","edc4","F1QDF2","F1R4F6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYP4","F1QDF2","im:7143343","sall4","chd4a","F1QDF2","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5X2","F1QDF2","F1R5X2","sall4","klf11b","F1QDF2","F1R5X2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITC5","F1QDF2","trrap","sall4","trrap","F1QDF2","Transformation/transcription domain-associated protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NY82","F1QDF2","ube2f","sall4","ube2f","F1QDF2","NEDD8-conjugating enzyme UBE2F (EC 2.3.2.32) (NEDD8 carrier protein UBE2F) (NEDD8 protein ligase UBE2F) (NEDD8-conjugating enzyme 2) (RING-type E3 NEDD8 transferase UBE2F) (Ubiquitin-conjugating enzyme E2 F)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHA0","F1QDF2","A0A0R4IHA0","sall4","si:rp71-1h20.9","F1QDF2","A0A0R4IHA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCC9","F1QDF2","F1QCC9","sall4","syt5b","F1QDF2","F1QCC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ILJ8","F1QDF2","A0A0R4ILJ8","sall4","glrx2","F1QDF2","A0A0R4ILJ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW11","F1QDF2","Q7ZW11","sall4","tmem39b","F1QDF2","Q7ZW11","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WBW3","F1QDF2","X1WBW3","sall4","im:7152348","F1QDF2","X1WBW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2W0","F1QDF2","F1R2W0","sall4","polr3glb","F1QDF2","F1R2W0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYU5","F1QDF2","E7EYU5","sall4","ldlrad2","F1QDF2","E7EYU5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08C36","F1QDF2","fc37e06","sall4","extl2","F1QDF2","Exostosin-like 2 (EC 2.4.1.223) (Exostosin-like glycosyltransferase 2) (Exotoses (Multiple)-like 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T177","F1QDF2","Q7T177","sall4","znf668","F1QDF2","Q7T177","tf-link","27924024","regulates","txid7955" +"F1QDF2","P0CH95","F1QDF2","phf8","sall4","phf8","F1QDF2","Histone lysine demethylase PHF8 (EC 1.14.11.27) (EC 1.14.11.65) (PHD finger protein 8) (zPHF8) ([histone H3]-dimethyl-L-lysine(36) demethylase PHF8) ([histone H3]-dimethyl-L-lysine(9) demethylase PHF8)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGU2","F1QDF2","seh1l","sall4","seh1l","F1QDF2","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KC11","F1QDF2","A8KC11","sall4","ca7","F1QDF2","A8KC11","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q8Z9","F1QDF2","A0A2R8Q8Z9","sall4","haus7","F1QDF2","A0A2R8Q8Z9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9IB77","F1QDF2","cb56","sall4","btg2","F1QDF2","Anti-proliferative cofactor (B-cell translocation gene 2) (Btg2 protein) (Protein BTG2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IH39","F1QDF2","A0A0R4IH39","sall4","rab6a","F1QDF2","A0A0R4IH39","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJI0","F1QDF2","F1QJI0","sall4","si:ch211-51e8.2","F1QDF2","F1QJI0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5L8","F1QDF2","fb98b07","sall4","mphosph10","F1QDF2","U3 small nucleolar ribonucleoprotein protein MPP10","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DFM3","F1QDF2","B3DFM3","sall4","dlc","F1QDF2","B3DFM3","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD76","F1QDF2","X1WD76","sall4","hephl1a","F1QDF2","X1WD76","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIV1","F1QDF2","clock","sall4","clocka","F1QDF2","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IL56","F1QDF2","A0A0R4IL56","sall4","-","F1QDF2","A0A0R4IL56","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U3T8","F1QDF2","Q5U3T8","sall4","rhoua","F1QDF2","Q5U3T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JMN0","F1QDF2","zgc:154039","sall4","sgms1","F1QDF2","Phosphatidylcholine:ceramide cholinephosphotransferase 1 (EC 2.7.8.27) (Sphingomyelin synthase 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4N1","F1QDF2","F1Q4N1","sall4","rc3h2","F1QDF2","F1Q4N1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGM5","F1QDF2","A2BGM5","sall4","foxn4","F1QDF2","A2BGM5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5SPB2","F1QDF2","Q5SPB2","sall4","scaf11","F1QDF2","Q5SPB2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY47","F1QDF2","E7EY47","sall4","arhgef19","F1QDF2","E7EY47","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BIM7","F1QDF2","A2BIM7","sall4","tars1","F1QDF2","A2BIM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NT71","F1QDF2","F6NT71","sall4","hbbe1.1","F1QDF2","F6NT71","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q4E3","F1QDF2","A0A2R8Q4E3","sall4","LOC100537850","F1QDF2","A0A2R8Q4E3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUN2","F1QDF2","Q1LUN2","sall4","satb1a","F1QDF2","Q1LUN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2LAQ7","F1QDF2","A0A0G2LAQ7","sall4","bahcc1a","F1QDF2","A0A0G2LAQ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0U3","F1QDF2","Q6P0U3","sall4","rasl11b","F1QDF2","Q6P0U3","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD67","F1QDF2","X1WD67","sall4","-","F1QDF2","X1WD67","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q91392","F1QDF2","rarga","sall4","rarga","F1QDF2","Retinoic acid receptor gamma-A (RAR-gamma-A) (zRAR gamma) (Nuclear receptor subfamily 1 group B member 3-A) (RAR-gamma-2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4KMK0","F1QDF2","nsun3","sall4","nsun3","F1QDF2","tRNA (cytosine(34)-C(5))-methyltransferase, mitochondrial (EC 2.1.1.-) (NOL1/NOP2/Sun domain family member 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUB5","F1QDF2","A0A0R4IUB5","sall4","srsf11","F1QDF2","A0A0R4IUB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYD2","F1QDF2","A0A0R4IYD2","sall4","jmjd1cb","F1QDF2","A0A0R4IYD2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JKY5","F1QDF2","B8JKY5","sall4","znrf2a","F1QDF2","B8JKY5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PTP1","F1QDF2","pcna","sall4","pcna","F1QDF2","Proliferating cell nuclear antigen (PCNA)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRH5","F1QDF2","nop10","sall4","nop10","F1QDF2","H/ACA ribonucleoprotein complex subunit 3 (Nucleolar protein 10) (Nucleolar protein family A member 3) (snoRNP protein NOP10)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P2U5","F1QDF2","arf6b","sall4","arf6b","F1QDF2","ADP-ribosylation factor 6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90ZB2","F1QDF2","Q90ZB2","sall4","gbx1","F1QDF2","Q90ZB2","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGY1","F1QDF2","X1WGY1","sall4","cenpo","F1QDF2","X1WGY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QB28","F1QDF2","A0A2R8QB28","sall4","retreg1","F1QDF2","A0A2R8QB28","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YAJ6","F1QDF2","A0A286YAJ6","sall4","ibtk","F1QDF2","A0A286YAJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T181","F1QDF2","Q7T181","sall4","ing5b","F1QDF2","Q7T181","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICP9","F1QDF2","A0A0R4ICP9","sall4","si:ch211-262i1.6","F1QDF2","A0A0R4ICP9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R152","F1QDF2","F1R152","sall4","gnsa","F1QDF2","F1R152","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYG0","F1QDF2","np","sall4","pnp5a","F1QDF2","Purine nucleoside phosphorylase (EC 2.4.2.1) (Inosine-guanosine phosphorylase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q804Q5","F1QDF2","Q804Q5","sall4","fezf2","F1QDF2","Q804Q5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WWI9","F1QDF2","A5WWI9","sall4","si:ch73-92i20.1","F1QDF2","A5WWI9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0II00","F1QDF2","p100","sall4","nfkb2","F1QDF2","Nuclear factor NF-kappa-B p100 subunit (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2 (p49/p100)) (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 2, p49/p100)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGU1","F1QDF2","A0A140LGU1","sall4","hp1bp3","F1QDF2","A0A140LGU1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QI61","F1QDF2","E9QI61","sall4","arrdc2","F1QDF2","E9QI61","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUM3","F1QDF2","Q1LUM3","sall4","endouc","F1QDF2","Q1LUM3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5P9","F1QDF2","B0S5P9","sall4","fndc3ba","F1QDF2","B0S5P9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S6A7","F1QDF2","UbcD2","sall4","ube2e3","F1QDF2","Ubiquitin-conjugating enzyme E2 E3 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2E 3 (UBC4/5 homolog, yeast))","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4KMJ1","F1QDF2","chac2","sall4","chac2","F1QDF2","Putative glutathione-specific gamma-glutamylcyclotransferase 2 (Gamma-GCG 2) (EC 4.3.2.7) (Cation transport regulator-like protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DKL9","F1QDF2","B3DKL9","sall4","irx1a","F1QDF2","B3DKL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQ63","F1QDF2","A0A0R4IQ63","sall4","cyp2k16","F1QDF2","A0A0R4IQ63","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH42","F1QDF2","eny2","sall4","eny2","F1QDF2","Transcription and mRNA export factor ENY2 (Enhancer of yellow 2 transcription factor homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4II42","F1QDF2","A0A0R4II42","sall4","si:ch211-231f6.6","F1QDF2","A0A0R4II42","tf-link","27924024","regulates","txid7955" +"F1QDF2","B7ZV06","F1QDF2","B7ZV06","sall4","chmp2a","F1QDF2","B7ZV06","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGT1","F1QDF2","Q5RGT1","sall4","vash2","F1QDF2","Q5RGT1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGD7","F1QDF2","F1QGD7","sall4","trmt12","F1QDF2","F1QGD7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFR5","F1QDF2","A0A0R4IFR5","sall4","mtmr3","F1QDF2","A0A0R4IFR5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFD5","F1QDF2","E7FFD5","sall4","si:dkey-43k4.5","F1QDF2","E7FFD5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYD8","F1QDF2","Q6NYD8","sall4","arf2a","F1QDF2","Q6NYD8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q900","F1QDF2","F1Q900","sall4","eif4ea","F1QDF2","F1Q900","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4J9","F1QDF2","E7F4J9","sall4","cux1a","F1QDF2","E7F4J9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8N6","F1QDF2","Q1L8N6","sall4","si:dkey-114g7.4","F1QDF2","Q1L8N6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IN60","F1QDF2","Fibroblast growth factor","sall4","fgf19","F1QDF2","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBN0","F1QDF2","wu:fb78c03","sall4","ndufb2","F1QDF2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 2, mitochondrial (Complex I-AGGG) (NADH-ubiquinone oxidoreductase AGGG subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGB5","F1QDF2","Q6DGB5","sall4","rbms2b","F1QDF2","Q6DGB5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2L0","F1QDF2","E7F2L0","sall4","epb41l4a","F1QDF2","E7F2L0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8X0","F1QDF2","F1R8X0","sall4","wipf2a","F1QDF2","F1R8X0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXR7","F1QDF2","E7EXR7","sall4","nhsl1b","F1QDF2","E7EXR7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R042","F1QDF2","F1R042","sall4","-","F1QDF2","F1R042","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMG5","F1QDF2","F1QMG5","sall4","hes6","F1QDF2","F1QMG5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0E1","F1QDF2","sox2","sall4","sox2","F1QDF2","Transcription factor Sox-2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q504F8","F1QDF2","Q504F8","sall4","pgpep1","F1QDF2","Q504F8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DGL3","F1QDF2","Q9DGL3","sall4","atp1b1a","F1QDF2","Q9DGL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4L2","F1QDF2","E7F4L2","sall4","map3k8","F1QDF2","E7F4L2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8S0A8","F1QDF2","A0A2R8S0A8","sall4","skor1a","F1QDF2","A0A2R8S0A8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWL6","F1QDF2","Q1LWL6","sall4","gse1","F1QDF2","Q1LWL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9D1","F1QDF2","A0A0R4I9D1","sall4","nubp1","F1QDF2","A0A0R4I9D1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8M7","F1QDF2","Q1L8M7","sall4","tmem209","F1QDF2","Q1L8M7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCQ8","F1QDF2","bbs6","sall4","mkks","F1QDF2","MKKS centrosomal shuttling protein (McKusick-Kaufman/Bardet-Biedl syndromes putative chaperonin isoform X2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JR96","F1QDF2","A9JR96","sall4","wdr43","F1QDF2","A9JR96","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1Z3","F1QDF2","E7F1Z3","sall4","si:ch211-175m2.5","F1QDF2","E7F1Z3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGF8","F1QDF2","A0A0R4IGF8","sall4","ly6pge","F1QDF2","A0A0R4IGF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DH33","F1QDF2","wu:fb12e01","sall4","commd2","F1QDF2","COMM domain-containing 2 (COMM domain-containing protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q2L6L1","F1QDF2","cnpy1","sall4","cnpy1","F1QDF2","Protein canopy-1 (Protein D121)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQ03","F1QDF2","si:ch211-152p11.3","sall4","mgat1b","F1QDF2","Alpha-1,3-mannosyl-glycoprotein 2-beta-N-acetylglucosaminyltransferase (GNT-I) (GlcNAc-T I) (EC 2.4.1.101) (N-glycosyl-oligosaccharide-glycoprotein N-acetylglucosaminyltransferase I)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QR96","F1QDF2","F1QR96","sall4","coro2a","F1QDF2","F1QR96","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9I9P9","F1QDF2","smad2","sall4","smad2","F1QDF2","Mothers against decapentaplegic homolog 2 (MAD homolog 2) (Mothers against DPP homolog 2) (SMAD family member 2) (SMAD 2) (Smad2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q56A35","F1QDF2","actr2b","sall4","actr2b","F1QDF2","Actin-related protein 2-B (Actin-like protein 2-B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWE0","F1QDF2","Q6NWE0","sall4","-","F1QDF2","Q6NWE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6E4","F1QDF2","F1R6E4","sall4","si:dkey-193n17.9","F1QDF2","F1R6E4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGA6","F1QDF2","Q6DGA6","sall4","allc","F1QDF2","Q6DGA6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYE2","F1QDF2","Q6NYE2","sall4","rcc2","F1QDF2","Q6NYE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PF33","F1QDF2","A5PF33","sall4","tbl1xr1a","F1QDF2","A5PF33","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2E7","F1QDF2","cldn15l","sall4","cldn15a","F1QDF2","Claudin","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QI43","F1QDF2","E9QI43","sall4","sdhaf1","F1QDF2","E9QI43","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6Z8","F1QDF2","E7F6Z8","sall4","pde1a","F1QDF2","E7F6Z8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W2P6","F1QDF2","F8W2P6","sall4","glyctk","F1QDF2","F8W2P6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JGR8","F1QDF2","scarb2","sall4","scarb2a","F1QDF2","Lysosome membrane protein 2 (Lysosome membrane protein II) (Scavenger receptor class B, member 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2G0","F1QDF2","tm4sf12","sall4","tspan12","F1QDF2","Tetraspanin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IW71","F1QDF2","A0A0R4IW71","sall4","emilin2b","F1QDF2","A0A0R4IW71","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5S7","F1QDF2","fkd-6","sall4","foxd3","F1QDF2","Forkhead box protein D3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYQ9","F1QDF2","tmem216","sall4","tmem216","F1QDF2","Transmembrane protein 216","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFB7","F1QDF2","E7FFB7","sall4","ezh1","F1QDF2","E7FFB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFZ8","F1QDF2","zgc:175115","sall4","socs7","F1QDF2","Suppressor of cytokine signaling 7 isoform X1 (Suppressor of cytokine-signaling 7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5SP02","F1QDF2","si:ch211-180b22.3","sall4","taf1a","F1QDF2","TATA box-binding protein (TBP)-associated factor, RNA polymerase I, A (TATA box-binding protein-associated factor RNA polymerase I subunit A isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V0W9","F1QDF2","B0V0W9","sall4","-","F1QDF2","B0V0W9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S505","F1QDF2","B0S505","sall4","srrd","F1QDF2","B0S505","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHR3","F1QDF2","Q6DHR3","sall4","rasgef1ba","F1QDF2","Q6DHR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1MTD3","F1QDF2","rnmt","sall4","rnmt","F1QDF2","mRNA cap guanine-N7 methyltransferase (EC 2.1.1.56) (RG7MT1) (mRNA (guanine-N(7))-methyltransferase) (mRNA cap methyltransferase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM73","F1QDF2","hnf4gamma","sall4","hnf4g","F1QDF2","Hepatocyte nuclear factor 4, gamma (Hepatocyte nuclear factor 4-gamma isoform 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QJ35","F1QDF2","E9QJ35","sall4","-","F1QDF2","E9QJ35","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S606","F1QDF2","B0S606","sall4","-","F1QDF2","B0S606","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NXD2","F1QDF2","chmp2b","sall4","chmp2b","F1QDF2","Charged multivesicular body protein 2b (Chromatin-modifying protein 2b) (CHMP2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZP1","F1QDF2","Q7SZP1","sall4","tsc22d1","F1QDF2","Q7SZP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YHQ6","F1QDF2","Z4YHQ6","sall4","tmem106bb","F1QDF2","Z4YHQ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6P364","F1QDF2","F6P364","sall4","hnrnpa3","F1QDF2","F6P364","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F498","F1QDF2","E7F498","sall4","tmem179bb","F1QDF2","E7F498","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCA5","F1QDF2","E7FCA5","sall4","hdlbpb","F1QDF2","E7FCA5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QD20","F1QDF2","fc08g11","sall4","rnaseh2c","F1QDF2","Ribonuclease H2 subunit C (Ribonuclease H2, subunit C)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RIL8","F1QDF2","A0A2R8RIL8","sall4","-","F1QDF2","A0A2R8RIL8","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WFD8","F1QDF2","X1WFD8","sall4","si:ch1073-145m9.1","F1QDF2","X1WFD8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5WN09","F1QDF2","zgc:103673","sall4","cdh6","F1QDF2","Cadherin 6 (Cadherin-6 isoform X1) (Cadherin-6 precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JSZ0","F1QDF2","A9JSZ0","sall4","hmgcra","F1QDF2","A9JSZ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGD2","F1QDF2","F1QGD2","sall4","zdhhc24","F1QDF2","F1QGD2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0N4STT7","F1QDF2","A0A0N4STT7","sall4","lpar4","F1QDF2","A0A0N4STT7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QME7","F1QDF2","F1QME7","sall4","im:7138239","F1QDF2","F1QME7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZ34","F1QDF2","E7EZ34","sall4","msantd1","F1QDF2","E7EZ34","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKS9","F1QDF2","zgc:163126","sall4","mrps21","F1QDF2","28S ribosomal protein S21, mitochondrial (EC 3.6.5.3) (Mitochondrial ribosomal protein S21)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGQ6","F1QDF2","A0A140LGQ6","sall4","dnajc14","F1QDF2","A0A140LGQ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P018","F1QDF2","Q6P018","sall4","tex264a","F1QDF2","Q6P018","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHA7","F1QDF2","im:7165310","sall4","tor1","F1QDF2","Torsin","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAQ0","F1QDF2","E7FAQ0","sall4","-","F1QDF2","E7FAQ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHQ5","F1QDF2","Q5RHQ5","sall4","cnstb","F1QDF2","Q5RHQ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BL35","F1QDF2","spopla","sall4","spopla","F1QDF2","Speckle-type POZ protein-like A (HIB homolog 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6R9","F1QDF2","F1R6R9","sall4","tns3.2","F1QDF2","F1R6R9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IS43","F1QDF2","A0A0R4IS43","sall4","si:ch211-207c6.2","F1QDF2","A0A0R4IS43","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTZ6","F1QDF2","Q7ZTZ6","sall4","stub1","F1QDF2","Q7ZTZ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UXS0","F1QDF2","fc27c04","sall4","hmox1a","F1QDF2","Heme oxygenase (EC 1.14.14.18)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q157","F1QDF2","A0A2R8Q157","sall4","fdps","F1QDF2","A0A2R8Q157","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QF26","F1QDF2","F1QF26","sall4","tmem256","F1QDF2","F1QF26","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QH50","F1QDF2","F1QH50","sall4","ncbp3","F1QDF2","F1QH50","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSW8","F1QDF2","F1QSW8","sall4","tlcd1","F1QDF2","F1QSW8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IB00","F1QDF2","A0A0R4IB00","sall4","mmp17b","F1QDF2","A0A0R4IB00","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WV69","F1QDF2","acbd5b","sall4","acbd5b","F1QDF2","Acyl-CoA-binding domain-containing protein 5-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","P47792","F1QDF2","sox19a","sall4","sox19a","F1QDF2","Transcription factor Sox-19a","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHC4","F1QDF2","F1QHC4","sall4","lmnb1","F1QDF2","F1QHC4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QFQ2","F1QDF2","E9QFQ2","sall4","afap1l1b","F1QDF2","E9QFQ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDQ0","F1QDF2","E9QDQ0","sall4","sh2d3ca","F1QDF2","E9QDQ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHB1","F1QDF2","Q6DHB1","sall4","dnal1","F1QDF2","Q6DHB1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCQ2","F1QDF2","E7FCQ2","sall4","adck2","F1QDF2","E7FCQ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4IG54","F1QDF2","cxcr7b","sall4","ackr3b","F1QDF2","Atypical chemokine receptor 3b (Cxcr7b protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UXP8","F1QDF2","B0UXP8","sall4","dalrd3","F1QDF2","B0UXP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WEF0","F1QDF2","X1WEF0","sall4","cngb1b","F1QDF2","X1WEF0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9I8P3","F1QDF2","npy","sall4","npy","F1QDF2","Pro-neuropeptide Y [Cleaved into: Neuropeptide Y (Neuropeptide tyrosine) (NPY); C-flanking peptide of NPY (CPON)]","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P132","F1QDF2","tax1bp1b","sall4","tax1bp1b","F1QDF2","Tax1-binding protein 1 homolog B","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2H4","F1QDF2","E7F2H4","sall4","ccdc186","F1QDF2","E7F2H4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4IGC8","F1QDF2","A4IGC8","sall4","aldh18a1","F1QDF2","A4IGC8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICB9","F1QDF2","A0A0R4ICB9","sall4","cant1b","F1QDF2","A0A0R4ICB9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PLC6","F1QDF2","si:dkey-216e9.4","sall4","bag1","F1QDF2","BAG family molecular chaperone regulator 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD97","F1QDF2","F1RD97","sall4","cmtm7","F1QDF2","F1RD97","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NWB3","F1QDF2","chunp6902","sall4","sf3b4","F1QDF2","Splicing factor 3B subunit 4 (Splicing factor 3b, subunit 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBG9","F1QDF2","F1RBG9","sall4","-","F1QDF2","F1RBG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","O57460","F1QDF2","O57460","sall4","tll1","F1QDF2","O57460","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGQ3","F1QDF2","E9QGQ3","sall4","-","F1QDF2","E9QGQ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6Z4","F1QDF2","F1Q6Z4","sall4","si:ch211-235f12.2","F1QDF2","F1Q6Z4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZK4","F1QDF2","F1QZK4","sall4","ttc1","F1QDF2","F1QZK4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REJ4","F1QDF2","F1REJ4","sall4","vcpip1","F1QDF2","F1REJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BHJ4","F1QDF2","cnot6l","sall4","cnot6l","F1QDF2","CCR4-NOT transcription complex subunit 6-like (EC 3.1.13.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWK2","F1QDF2","Q1LWK2","sall4","ppcdc","F1QDF2","Q1LWK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WWG6","F1QDF2","A5WWG6","sall4","si:ch1073-188e1.1","F1QDF2","A5WWG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JIS9","F1QDF2","AMP deaminase","sall4","ampd2b","F1QDF2","AMP deaminase (EC 3.5.4.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJT2","F1QDF2","F1QJT2","sall4","-","F1QDF2","F1QJT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JME9","F1QDF2","B8JME9","sall4","ism1","F1QDF2","B8JME9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBX8","F1QDF2","zgc:73198","sall4","ndufv2","F1QDF2","NADH dehydrogenase [ubiquinone] flavoprotein 2, mitochondrial (NADH-ubiquinone oxidoreductase 24 kDa subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICM6","F1QDF2","A0A0R4ICM6","sall4","mapkbp1","F1QDF2","A0A0R4ICM6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWY5","F1QDF2","F1QWY5","sall4","ca16b","F1QDF2","F1QWY5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDJ3","F1QDF2","F1RDJ3","sall4","ppp1r8b","F1QDF2","F1RDJ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P4A1","F1QDF2","Q0P4A1","sall4","arl14ep","F1QDF2","Q0P4A1","tf-link","27924024","regulates","txid7955" +"F1QDF2","O13168","F1QDF2","tle3b","sall4","tle3b","F1QDF2","Transducin-like enhancer protein 3-B (Protein groucho-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5Y4","F1QDF2","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5","sall4","st6galnac5a","F1QDF2","Alpha-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5 (ST6 (alpha-N-acetyl-neuraminyl-2,3-beta-galactosyl-1,3)-N-acetylgalactosaminide alpha-2,6-sialyltransferase 5a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F2Z4W5","F1QDF2","F2Z4W5","sall4","-","F1QDF2","F2Z4W5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RJV5","F1QDF2","A0A2R8RJV5","sall4","telo2","F1QDF2","A0A2R8RJV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZU1","F1QDF2","A0A0R4IZU1","sall4","pard3ab","F1QDF2","A0A0R4IZU1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4FUN7","F1QDF2","usp12a","sall4","usp12a","F1QDF2","Ubiquitin carboxyl-terminal hydrolase 12A (EC 3.4.19.12) (Deubiquitinating enzyme 12A) (Ubiquitin thioesterase 12A) (Ubiquitin-specific-processing protease 12A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBW9","F1QDF2","Q6PBW9","sall4","rpe","F1QDF2","Q6PBW9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QPT8","F1QDF2","F1QPT8","sall4","-","F1QDF2","F1QPT8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6ZM78","F1QDF2","si:ch211-8a9.5","sall4","sf3b5","F1QDF2","Splicing factor 3B subunit 5 (SF3b5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0N4SUG9","F1QDF2","P2Y purinoceptor 1","sall4","p2ry1","F1QDF2","P2Y purinoceptor 1 (Purinergic receptor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZSZ0","F1QDF2","rab1a","sall4","rab1ab","F1QDF2","Ras-related protein Rab-1A","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJS3","F1QDF2","DNA repair protein complementing XP-G cells","sall4","ercc5","F1QDF2","DNA repair protein complementing XP-G cells (Excision repair cross-complementation group 5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503U0","F1QDF2","Q503U0","sall4","lmo3","F1QDF2","Q503U0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0F4","F1QDF2","E7F0F4","sall4","si:ch73-335l21.1","F1QDF2","E7F0F4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UVY8","F1QDF2","c/ebpg","sall4","cebpg","F1QDF2","CCAAT enhancer-binding protein gamma (CCAAT/enhancer binding protein (C/EBP), gamma) (CCAAT/enhancer-binding protein gamma)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQE8","F1QDF2","A0A0R4IQE8","sall4","shcbp1","F1QDF2","A0A0R4IQE8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTH1","F1QDF2","F1QTH1","sall4","-","F1QDF2","F1QTH1","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WF50","F1QDF2","X1WF50","sall4","si:ch211-40k21.5","F1QDF2","X1WF50","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICC1","F1QDF2","A0A0R4ICC1","sall4","twnk","F1QDF2","A0A0R4ICC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGC5","F1QDF2","A0A0R4IGC5","sall4","cxxc1a","F1QDF2","A0A0R4IGC5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BG79","F1QDF2","A2BG79","sall4","bnip3lb","F1QDF2","A2BG79","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPE7","F1QDF2","A0A0R4IPE7","sall4","nadsyn1","F1QDF2","A0A0R4IPE7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2U9","F1QDF2","E7F2U9","sall4","pkd1l2b","F1QDF2","E7F2U9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9Y7","F1QDF2","E7F9Y7","sall4","tagln3b","F1QDF2","E7F9Y7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCH4","F1QDF2","notch6","sall4","notch2","F1QDF2","Neurogenic locus notch homolog protein 2 precursor (Notch receptor 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2C4","F1QDF2","Q7T2C4","sall4","slc26a5","F1QDF2","Q7T2C4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4Q3","F1QDF2","F1R4Q3","sall4","-","F1QDF2","F1R4Q3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ89","F1QDF2","Q5TZ89","sall4","brf1b","F1QDF2","Q5TZ89","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V158","F1QDF2","B0V158","sall4","si:dkeyp-100a1.6","F1QDF2","B0V158","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TNS1","F1QDF2","PARD6G","sall4","pard6gb","F1QDF2","Par-6 family cell polarity regulator gamma b (Par-6 partitioning defective 6-like protein gamma) (Partitioning defective 6 homolog gamma)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAN3","F1QDF2","E7FAN3","sall4","znf408","F1QDF2","E7FAN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PLC1","F1QDF2","A5PLC1","sall4","poglut3","F1QDF2","A5PLC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICL5","F1QDF2","Protein transport protein Sec24A isoform X2","sall4","sec24a","F1QDF2","Protein transport protein Sec24A isoform X2 (SEC24 homolog A, COPII coat complex component)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NV11","F1QDF2","zgc:85677","sall4","hmga1a","F1QDF2","High mobility group protein HMG-I/HMG-Y (High mobility group AT-hook protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGY1","F1QDF2","A2BGY1","sall4","arvcfb","F1QDF2","A2BGY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9R7","F1QDF2","F1R9R7","sall4","agfg1a","F1QDF2","F1R9R7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R313","F1QDF2","F1R313","sall4","pex19","F1QDF2","F1R313","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IX26","F1QDF2","A0A0R4IX26","sall4","snx25","F1QDF2","A0A0R4IX26","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBN4","F1QDF2","E7FBN4","sall4","ccdc97","F1QDF2","E7FBN4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFQ0","F1QDF2","E7FFQ0","sall4","smu1b","F1QDF2","E7FFQ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PGY7","F1QDF2","Q6PGY7","sall4","cisd1","F1QDF2","Q6PGY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P105","F1QDF2","HuC","sall4","elavl3","F1QDF2","ELAV-like protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","O42368","F1QDF2","O42368","sall4","hoxb3a","F1QDF2","O42368","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AXK4","F1QDF2","babam1","sall4","babam1","F1QDF2","BRISC and BRCA1-A complex member 1 (Mediator of RAP80 interactions and targeting subunit of 40 kDa) (New component of the BRCA1-A complex)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PMC2","F1QDF2","A5PMC2","sall4","gpr137","F1QDF2","A5PMC2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503B6","F1QDF2","hrasl","sall4","hrasb","F1QDF2","GTPase HRas (EC 3.6.5.2) (H-Ras-1) (Transforming protein p21) (c-H-ras) (p21ras)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RH02","F1QDF2","sco2","sall4","sco2","F1QDF2","Protein SCO2 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWY0","F1QDF2","F1QWY0","sall4","eva1ba","F1QDF2","F1QWY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRD8","F1QDF2","F1QRD8","sall4","alkbh3","F1QDF2","F1QRD8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R203","F1QDF2","F1R203","sall4","efna5a","F1QDF2","F1R203","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BJ10","F1QDF2","Q5BJ10","sall4","phf23a","F1QDF2","Q5BJ10","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRU4","F1QDF2","F1QRU4","sall4","-","F1QDF2","F1QRU4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6B2","F1QDF2","F1R6B2","sall4","eve1","F1QDF2","F1R6B2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q2I0","F1QDF2","A0A2R8Q2I0","sall4","npas1","F1QDF2","A0A2R8Q2I0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS56","F1QDF2","F1QS56","sall4","plch1","F1QDF2","F1QS56","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAI9","F1QDF2","A0A0R4IAI9","sall4","si:ch73-167f10.1","F1QDF2","A0A0R4IAI9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NZ06","F1QDF2","Q6NZ06","sall4","ilf2","F1QDF2","Q6NZ06","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YHN4","F1QDF2","Z4YHN4","sall4","churc1","F1QDF2","Z4YHN4","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WBA2","F1QDF2","X1WBA2","sall4","-","F1QDF2","X1WBA2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F365","F1QDF2","E7F365","sall4","nrde2","F1QDF2","E7F365","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KQ62","F1QDF2","fbn2","sall4","fbn2b","F1QDF2","Fibrillin 2b (Fibrillin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q691","F1QDF2","cb85","sall4","tdgf1","F1QDF2","Cryptic protein isoform 1 precursor (Teratocarcinoma-derived growth factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q568","F1QDF2","F1Q568","sall4","prickle3","F1QDF2","F1Q568","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0H2UKX5","F1QDF2","A0A0H2UKX5","sall4","gfra1a","F1QDF2","A0A0H2UKX5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QU58","F1QDF2","F1QU58","sall4","b9d1","F1QDF2","F1QU58","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q4R6","F1QDF2","si:ch211-220a11.1","sall4","tet3","F1QDF2","Methylcytosine dioxygenase TET (EC 1.14.11.80)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PFK5","F1QDF2","F6PFK5","sall4","hps1","F1QDF2","F6PFK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCM6","F1QDF2","Beta-1,4-galactosyltransferase","sall4","si:dkey-199f5.8","F1QDF2","Beta-1,4-galactosyltransferase (Beta-1,4-GalTase) (EC 2.4.1.-)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPD6","F1QDF2","A0A0R4IPD6","sall4","akap13","F1QDF2","A0A0R4IPD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSW6","F1QDF2","A0A1D5NSW6","sall4","eml3","F1QDF2","A0A1D5NSW6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PD98","F1QDF2","errg","sall4","esrrga","F1QDF2","Estrogen-related receptor gamma a (Estrogen-related receptor gamma isoform X4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R122","F1QDF2","tbx-a","sall4","tbx2a","F1QDF2","T-box transcription factor 2a","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q792","F1QDF2","F1Q792","sall4","glis2a","F1QDF2","F1Q792","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRC9","F1QDF2","A9JRC9","sall4","-","F1QDF2","A9JRC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q32LS6","F1QDF2","Q32LS6","sall4","abhd13","F1QDF2","Q32LS6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5I2A9","F1QDF2","sb:cb665","sall4","itga5","F1QDF2","Integrin alpha-5 precursor (Integrin alpha5) (Integrin, alpha 5 (fibronectin receptor, alpha polypeptide))","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q893","F1QDF2","Heparan-alpha-glucosaminide N-acetyltransferase","sall4","hgsnat","F1QDF2","Heparan-alpha-glucosaminide N-acetyltransferase","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZG8","F1QDF2","F1QZG8","sall4","ddx55","F1QDF2","F1QZG8","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4V8","F1QDF2","B8A4V8","sall4","tma16","F1QDF2","B8A4V8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBW1","F1QDF2","F1RBW1","sall4","hmbox1a","F1QDF2","F1RBW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2U4","F1QDF2","wu:fc06a10","sall4","cenpe","F1QDF2","Centromere protein E (Centromere-associated protein E)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6P5S3","F1QDF2","F6P5S3","sall4","-","F1QDF2","F6P5S3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJW5","F1QDF2","B3DJW5","sall4","th","F1QDF2","B3DJW5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IRZ2","F1QDF2","A0A0R4IRZ2","sall4","terf2ip","F1QDF2","A0A0R4IRZ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRE2","F1QDF2","A9JRE2","sall4","mri1","F1QDF2","A9JRE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV77","F1QDF2","wu:fe05d10","sall4","psma4","F1QDF2","Proteasome subunit alpha type","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5X0","F1QDF2","F1Q5X0","sall4","snap29","F1QDF2","F1Q5X0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8HAM3","F1QDF2","srf","sall4","srfa","F1QDF2","Serum response factor a","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD74","F1QDF2","F1RD74","sall4","selenop2","F1QDF2","F1RD74","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8R1","F1QDF2","F1R8R1","sall4","ldlrap1b","F1QDF2","F1R8R1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIX0","F1QDF2","A0A0R4IIX0","sall4","si:zfos-588f8.1","F1QDF2","A0A0R4IIX0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JL29","F1QDF2","B8JL29","sall4","hmgb2a","F1QDF2","B8JL29","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDR0","F1QDF2","X1WDR0","sall4","pwwp2a","F1QDF2","X1WDR0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFA2","F1QDF2","A0A0R4IFA2","sall4","nde1","F1QDF2","A0A0R4IFA2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVT9","F1QDF2","F1QVT9","sall4","ccz1","F1QDF2","F1QVT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DGV3","F1QDF2","B3DGV3","sall4","tle3a","F1QDF2","B3DGV3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7U9","F1QDF2","Importin subunit alpha","sall4","kpna6","F1QDF2","Importin subunit alpha","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WFU6","F1QDF2","A8WFU6","sall4","serpinh1a","F1QDF2","A8WFU6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9H0","F1QDF2","A0A0R4I9H0","sall4","ift20","F1QDF2","A0A0R4I9H0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T3Q4","F1QDF2","Q7T3Q4","sall4","oprl1","F1QDF2","Q7T3Q4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHL9","F1QDF2","E9QHL9","sall4","xpo6","F1QDF2","E9QHL9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RA62","F1QDF2","Zinc finger protein 827","sall4","znf827","F1QDF2","Zinc finger protein 827","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QY75","F1QDF2","F1QY75","sall4","anapc15","F1QDF2","F1QY75","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5W1","F1QDF2","F1Q5W1","sall4","si:dkey-34e4.1","F1QDF2","F1Q5W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZU67","F1QDF2","fb54c08","sall4","eif4a1b","F1QDF2","ATP-dependent RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RC64","F1QDF2","F1RC64","sall4","gss","F1QDF2","F1RC64","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUV1","F1QDF2","F1QUV1","sall4","mpped1","F1QDF2","F1QUV1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGN5","F1QDF2","F1QGN5","sall4","gnl3","F1QDF2","F1QGN5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2T5","F1QDF2","E7F2T5","sall4","si:ch211-215a9.5","F1QDF2","E7F2T5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DRC0","F1QDF2","Q6DRC0","sall4","sars1","F1QDF2","Q6DRC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QXE8","F1QDF2","im:7151535","sall4","glb1l","F1QDF2","Beta-galactosidase-1-like protein precursor (Galactosidase, beta 1-like)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE66","F1QDF2","Roundabout homolog 4 isoform X1","sall4","robo4","F1QDF2","Roundabout homolog 4 isoform X1 (Roundabout, axon guidance receptor, homolog 4 (Drosophila))","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHM3","F1QDF2","Q6DHM3","sall4","cryzl1","F1QDF2","Q6DHM3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BFD8","F1QDF2","A2BFD8","sall4","thy1","F1QDF2","A2BFD8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7F6","F1QDF2","Nonsense-mediated mRNA decay factor SMG9","sall4","smg9","F1QDF2","Nonsense-mediated mRNA decay factor SMG9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QPP1","F1QDF2","A0A2R8QPP1","sall4","sp3b","F1QDF2","A0A2R8QPP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KJE9","F1QDF2","A0A0G2KJE9","sall4","trpm6","F1QDF2","A0A0G2KJE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQW7","F1QDF2","Small subunit processome component 20 homolog","sall4","utp20","F1QDF2","Small subunit processome component 20 homolog (UTP20 small subunit processome component)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCJ6","F1QDF2","E9QCJ6","sall4","-","F1QDF2","E9QCJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S4Y7","F1QDF2","B0S4Y7","sall4","zak","F1QDF2","B0S4Y7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QX65","F1QDF2","F1QX65","sall4","tmem129","F1QDF2","F1QX65","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QP26","F1QDF2","F1QP26","sall4","ndufaf6","F1QDF2","F1QP26","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q774","F1QDF2","F1Q774","sall4","eif3jb","F1QDF2","F1Q774","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC58","F1QDF2","ube2d1","sall4","ube2d1b","F1QDF2","Ubiquitin-conjugating enzyme E2 D1 (EC 6.3.2.19) (Ubiquitin-conjugating enzyme E2D 1 (UBC4/5 homolog, yeast)) (Ubiquitin-conjugating enzyme E2D 1b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S599","F1QDF2","B0S599","sall4","si:ch211-169p10.1","F1QDF2","B0S599","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV68","F1QDF2","vps29","sall4","vps29","F1QDF2","Vacuolar protein sorting-associated protein 29 (Vesicle protein sorting 29)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QK78","F1QDF2","A0A2R8QK78","sall4","vcanb","F1QDF2","A0A2R8QK78","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ75","F1QDF2","cyp2j24","sall4","cyp2p7","F1QDF2","Cytochrome P450, family 2, subfamily J, polypeptide 24 (Cytochrome P450, family 2, subfamily P, polypeptide 7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LH81","F1QDF2","A0A140LH81","sall4","ccdc160","F1QDF2","A0A140LH81","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q567W8","F1QDF2","ppp1r14a","sall4","ppp1r14aa","F1QDF2","Protein phosphatase 1, regulatory (Inhibitor) subunit 14A","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6T9","F1QDF2","E7F6T9","sall4","mfsd1l","F1QDF2","E7F6T9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKQ1","F1QDF2","F1QKQ1","sall4","cux2b","F1QDF2","F1QKQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BIG3","F1QDF2","A2BIG3","sall4","pik3ip1","F1QDF2","A2BIG3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NJX7","F1QDF2","F6NJX7","sall4","cep44","F1QDF2","F6NJX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NZ01","F1QDF2","Brain-derived neurotrophic factor","sall4","bdnf","F1QDF2","Brain-derived neurotrophic factor (BDNF)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGM6","F1QDF2","F1QGM6","sall4","bag5","F1QDF2","F1QGM6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NS55","F1QDF2","A0A1D5NS55","sall4","si:ch211-235p24.2","F1QDF2","A0A1D5NS55","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RC55","F1QDF2","F1RC55","sall4","smad6a","F1QDF2","F1RC55","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JIA4","F1QDF2","fc12c04","sall4","nsd2","F1QDF2","Histone-lysine N-methyltransferase NSD2 (EC 2.1.1.43) (Nuclear receptor-binding SET domain protein 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C464","F1QDF2","A9C464","sall4","si:ch211-170d8.2","F1QDF2","A9C464","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V346","F1QDF2","B0V346","sall4","-","F1QDF2","B0V346","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DLG5","F1QDF2","ednra","sall4","ednraa","F1QDF2","Endothelin-1 receptor (Endothelin receptor type A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1D2","F1QDF2","c16orf53","sall4","pagr1","F1QDF2","PAXIP1-associated glutamate-rich protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90267","F1QDF2","Q90267","sall4","otx1a","F1QDF2","Q90267","tf-link","27924024","regulates","txid7955" +"F1QDF2","P83571","F1QDF2","ruvbl2","sall4","ruvbl2","F1QDF2","RuvB-like 2 (EC 3.6.4.12) (Reptin) (zReptin)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW82","F1QDF2","cb874","sall4","gnaia","F1QDF2","Guanine nucleotide-binding protein (G protein), alpha-inhibiting activity polypeptide a","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PC71","F1QDF2","arhe","sall4","rnd3a","F1QDF2","Rho-related GTP-binding protein RhoE (Rho family GTPase 3) (Rnd3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZE9","F1QDF2","Q5TZE9","sall4","ints13","F1QDF2","Q5TZE9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q5P5","F1QDF2","A0A2R8Q5P5","sall4","add3a","F1QDF2","A0A2R8Q5P5","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAU2","F1QDF2","U3JAU2","sall4","tnrc6b","F1QDF2","U3JAU2","tf-link","27924024","regulates","txid7955" +"F1QDF2","K7DYB6","F1QDF2","NLR family, CARD domain-containing 5","sall4","nlrc5","F1QDF2","NLR family, CARD domain-containing 5 (Protein NLRC5 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QV10","F1QDF2","A0A2R8QV10","sall4","rapgef5a","F1QDF2","A0A2R8QV10","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q607","F1QDF2","A0A2R8Q607","sall4","atpaf1","F1QDF2","A0A2R8Q607","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A068F9P7","F1QDF2","A0A068F9P7","sall4","b3glcta","F1QDF2","A0A068F9P7","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5I6","F1QDF2","B0S5I6","sall4","ndc1","F1QDF2","B0S5I6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGL3","F1QDF2","E9QGL3","sall4","rbp7a","F1QDF2","E9QGL3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPY0","F1QDF2","A3KPY0","sall4","rbm33b","F1QDF2","A3KPY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BFS6","F1QDF2","A2BFS6","sall4","dpagt1","F1QDF2","A2BFS6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCZ7","F1QDF2","F1QCZ7","sall4","-","F1QDF2","F1QCZ7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7E2L0","F1QDF2","si:ch211-9d9.5","sall4","dad1","F1QDF2","Dolichyl-diphosphooligosaccharide--protein glycosyltransferase subunit DAD1 (Oligosaccharyl transferase subunit DAD1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08CJ4","F1QDF2","zgc:153026","sall4","minpp1a","F1QDF2","Multiple inositol-polyphosphate phosphatase 1a (EC 3.1.3.62) (Zgc:153026)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2K7","F1QDF2","cb244","sall4","ell2","F1QDF2","Elongation factor for RNA polymerase II 2 (RNA polymerase II elongation factor ELL2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ71","F1QDF2","F1QZ71","sall4","vezt","F1QDF2","F1QZ71","tf-link","27924024","regulates","txid7955" +"F1QDF2","P0C8Y1","F1QDF2","mzt1","sall4","mzt1","F1QDF2","Mitotic-spindle organizing protein 1 (Mitotic-spindle organizing protein associated with a ring of gamma-tubulin 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L867","F1QDF2","Q1L867","sall4","fndc5","F1QDF2","Q1L867","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8KBT9","F1QDF2","A8KBT9","sall4","cdx4","F1QDF2","A8KBT9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0K5","F1QDF2","F1R0K5","sall4","-","F1QDF2","F1R0K5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PVF8","F1QDF2","ctnna","sall4","ctnna1","F1QDF2","Catenin (Cadherin-associated protein), alpha (Catenin alpha-1) (Cell-adhesion protein alphaE catenin)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNA2","F1QDF2","F1QNA2","sall4","sfi1","F1QDF2","F1QNA2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q06726","F1QDF2","Q06726","sall4","nr2f5","F1QDF2","Q06726","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBK2","F1QDF2","E7FBK2","sall4","clpb","F1QDF2","E7FBK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BIE5","F1QDF2","si:ch211-255l12.1","sall4","dhx34","F1QDF2","DEAH (Asp-Glu-Ala-His) box polypeptide 34 (Probable ATP-dependent RNA helicase DHX34 (EC 3.6.4.13))","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R9YJP8","F1QDF2","A0A2R9YJP8","sall4","gata2a","F1QDF2","A0A2R9YJP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1A5T6","F1QDF2","A1A5T6","sall4","dido1","F1QDF2","A1A5T6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1L1F5","F1QDF2","A1L1F5","sall4","acap1","F1QDF2","A1L1F5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90XH2","F1QDF2","meis1","sall4","meis1b","F1QDF2","Homeobox protein Meis1 (Meis homeobox 1 b) (Myeloid ecotropic viral integration 1) (Transcription factor Meis1.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3IT71","F1QDF2","I3IT71","sall4","-","F1QDF2","I3IT71","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F118","F1QDF2","ABC-type glutathione-S-conjugate transporter","sall4","abcc6a","F1QDF2","ABC-type glutathione-S-conjugate transporter (EC 7.6.2.3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUB8","F1QDF2","F1QUB8","sall4","htatsf1","F1QDF2","F1QUB8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RB36","F1QDF2","F1RB36","sall4","hacl1","F1QDF2","F1RB36","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3T1","F1QDF2","E7F3T1","sall4","slc4a1ap","F1QDF2","E7F3T1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QB98","F1QDF2","Aftiphilin b","sall4","aftphb","F1QDF2","Aftiphilin b (Aftiphilin isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5N2","F1QDF2","MIA SH3 domain ER export factor 3","sall4","mia3","F1QDF2","MIA SH3 domain ER export factor 3 (Melanoma inhibitory activity protein 3 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JLQ4","F1QDF2","B8JLQ4","sall4","b3gnt7","F1QDF2","B8JLQ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F443","F1QDF2","E7F443","sall4","zbtb24","F1QDF2","E7F443","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1Q7","F1QDF2","E7F1Q7","sall4","zranb2","F1QDF2","E7F1Q7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZW7","F1QDF2","Q7SZW7","sall4","serinc1","F1QDF2","Q7SZW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJJ1","F1QDF2","procollagen-proline 3-dioxygenase","sall4","p3h2","F1QDF2","procollagen-proline 3-dioxygenase (EC 1.14.11.7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F131","F1QDF2","E7F131","sall4","tfr1b","F1QDF2","E7F131","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QX60","F1QDF2","F1QX60","sall4","si:dkey-57k2.7","F1QDF2","F1QX60","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NMJ1","F1QDF2","F6NMJ1","sall4","dact3a","F1QDF2","F6NMJ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVE2","F1QDF2","si:dkey-72l14.4","sall4","si:dkey-72l14.4","F1QDF2","BLOC-1-related complex subunit 6 (Si:dkey-72l14.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LV46","F1QDF2","Q1LV46","sall4","abhd14a","F1QDF2","Q1LV46","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHK9","F1QDF2","F1QHK9","sall4","mtmr7a","F1QDF2","F1QHK9","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JA35","F1QDF2","U3JA35","sall4","znf646","F1QDF2","U3JA35","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZU53","F1QDF2","cry3","sall4","cry2","F1QDF2","Cryptochrome 3 (Cryptochrome circadian regulator 2) (Cryptochrome-2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMF9","F1QDF2","zgc:91964","sall4","rbck1","F1QDF2","RanBP-type and C3HC4-type zinc finger-containing protein 1 (EC 2.3.2.31)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QGJ5","F1QDF2","E9QGJ5","sall4","gdpd2","F1QDF2","E9QGJ5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QN59","F1QDF2","A0A2R8QN59","sall4","bpnt1","F1QDF2","A0A2R8QN59","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IRU6","F1QDF2","A0A0R4IRU6","sall4","arhgap24","F1QDF2","A0A0R4IRU6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YBK3","F1QDF2","A0A286YBK3","sall4","galnt7","F1QDF2","A0A286YBK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","L7VG99","F1QDF2","tmem132e","sall4","tmem132e","F1QDF2","Transmembrane protein 132E","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L959","F1QDF2","fb12g11","sall4","usf2","F1QDF2","Upstream stimulatory factor 2 (Upstream transcription factor 2, c-fos-interacting)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDU0","F1QDF2","F1RDU0","sall4","her3","F1QDF2","F1RDU0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUS5","F1QDF2","Q1LUS5","sall4","-","F1QDF2","Q1LUS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QX51","F1QDF2","F1QX51","sall4","ice1","F1QDF2","F1QX51","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803V7","F1QDF2","zgc:55452","sall4","cdc34a","F1QDF2","Cell division cycle 34 homolog (S. cerevisiae) a (Ubiquitin-conjugating enzyme E2 R2 (EC 6.3.2.19)) (Zgc:55452)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4D0","F1QDF2","Activator of transcription and developmental regulator AUTS2 a","sall4","auts2a","F1QDF2","Activator of transcription and developmental regulator AUTS2 a (Autism susceptibility candidate 2a variant 1a) (Autism susceptibility gene 2 protein isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGP0","F1QDF2","X1WGP0","sall4","hoxc3a","F1QDF2","X1WGP0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGJ9","F1QDF2","F1QGJ9","sall4","cptp","F1QDF2","F1QGJ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWW4","F1QDF2","A0A0R4IWW4","sall4","ugt5b2","F1QDF2","A0A0R4IWW4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0I7","F1QDF2","F1R0I7","sall4","scube3","F1QDF2","F1R0I7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8W0","F1QDF2","Q1L8W0","sall4","zbtb18","F1QDF2","Q1L8W0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8T8","F1QDF2","Q1L8T8","sall4","znf865","F1QDF2","Q1L8T8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6Q6F6","F1QDF2","erralpha","sall4","esrra","F1QDF2","Estrogen-related receptor alpha (Steroid hormone receptor ERR1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R7M5","F1QDF2","F1R7M5","sall4","galnt11","F1QDF2","F1R7M5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EYY9","F1QDF2","E7EYY9","sall4","manea","F1QDF2","E7EYY9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEL0","F1QDF2","F1QEL0","sall4","tmem214","F1QDF2","F1QEL0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZWC9","F1QDF2","wu:fa16h03","sall4","agpat3","F1QDF2","1-acyl-sn-glycerol-3-phosphate acyltransferase gamma (EC 2.3.1.51) (1-acylglycerol-3-phosphate O-acyltransferase 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2L8","F1QDF2","mkp3","sall4","dusp6","F1QDF2","Dual specificity protein phosphatase (EC 3.1.3.16) (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LV50","F1QDF2","cenpp","sall4","cenpp","F1QDF2","Centromere protein P (CENP-P)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6L5","F1QDF2","F1R6L5","sall4","cbarpb","F1QDF2","F1R6L5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V332","F1QDF2","B0V332","sall4","tra2b","F1QDF2","B0V332","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFT6","F1QDF2","Q6PFT6","sall4","tmem47","F1QDF2","Q6PFT6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQH0","F1QDF2","A3KQH0","sall4","tspan18b","F1QDF2","A3KQH0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA79","F1QDF2","F1QA79","sall4","nsd1a","F1QDF2","F1QA79","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYL3","F1QDF2","ehhadh","sall4","ehhadh","F1QDF2","Peroxisomal bifunctional enzyme (PBE) (PBFE) (Multifunctional enzyme 1) (MFE1) [Includes: Enoyl-CoA hydratase/3,2-trans-enoyl-CoA isomerase (EC 4.2.1.17) (EC 5.3.3.8); 3-hydroxyacyl-CoA dehydrogenase (EC 1.1.1.35)]","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ICG0","F1QDF2","A0A0R4ICG0","sall4","per1a","F1QDF2","A0A0R4ICG0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BV9","F1QDF2","Q08BV9","sall4","atp8a1","F1QDF2","Q08BV9","tf-link","27924024","regulates","txid7955" +"F1QDF2","D1FTM8","F1QDF2","D1FTM8","sall4","slc4a1b","F1QDF2","D1FTM8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q801U6","F1QDF2","Q801U6","sall4","slc6a22.1","F1QDF2","Q801U6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KNS9","F1QDF2","A3KNS9","sall4","atraid","F1QDF2","A3KNS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q751","F1QDF2","F1Q751","sall4","sp5b","F1QDF2","F1Q751","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7U0","F1QDF2","Plexin b1b","sall4","plxnb1b","F1QDF2","Plexin b1b (Plexin-B1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F8D4","F1QDF2","Neurotrophin receptor-associated death domain","sall4","nradd","F1QDF2","Neurotrophin receptor-associated death domain (Tumor necrosis factor receptor superfamily member 16)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1L1U3","F1QDF2","zgc:158370","sall4","g3bp2","F1QDF2","GTPase activating protein (SH3 domain) binding protein 2 (Ras GTPase-activating protein-binding protein 2) (Zgc:158370)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6ZM32","F1QDF2","Q6ZM32","sall4","arl8","F1QDF2","Q6ZM32","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QRK7","F1QDF2","A0A2R8QRK7","sall4","-","F1QDF2","A0A2R8QRK7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9JRB0","F1QDF2","A9JRB0","sall4","si:dkey-253d23.9","F1QDF2","A9JRB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXX9","F1QDF2","E7EXX9","sall4","-","F1QDF2","E7EXX9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZD5","F1QDF2","Q5TZD5","sall4","rhoj","F1QDF2","Q5TZD5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QIL0","F1QDF2","E9QIL0","sall4","-","F1QDF2","E9QIL0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6TGX7","F1QDF2","MBD3","sall4","mbd3a","F1QDF2","Methyl-CpG-binding domain protein 3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S8I4","F1QDF2","si:ch211-173o4.2","sall4","lats2","F1QDF2","Large tumor suppressor kinase 2 (Serine/threonine-protein kinase LATS2 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P35621","F1QDF2","dvr1","sall4","dvr1","F1QDF2","Protein DVR-1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ04","F1QDF2","cb216","sall4","serpinh1b","F1QDF2","Serpin H1 (Collagen-binding protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBW8","F1QDF2","Hyaluronan and proteoglycan link protein 1","sall4","hapln1b","F1QDF2","Hyaluronan and proteoglycan link protein 1 (Cartilage-linking protein 1) (Proteoglycan link protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM11","F1QDF2","B8JM11","sall4","epcam","F1QDF2","B8JM11","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S576","F1QDF2","TAp73","sall4","tp73","F1QDF2","Cellular tumor antigen p53","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJE0","F1QDF2","B3DJE0","sall4","sox5","F1QDF2","B3DJE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IEP6","F1QDF2","A0A0R4IEP6","sall4","sort1a","F1QDF2","A0A0R4IEP6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QLL7","F1QDF2","F1QLL7","sall4","acvr2ba","F1QDF2","F1QLL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFZ4","F1QDF2","E7FFZ4","sall4","smarcc2","F1QDF2","E7FFZ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QU68","F1QDF2","A0A2R8QU68","sall4","mkxb","F1QDF2","A0A2R8QU68","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7MBV9","F1QDF2","Small ribosomal subunit protein mS38","sall4","aurkaip1","F1QDF2","Small ribosomal subunit protein mS38","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IE20","F1QDF2","A0A0R4IE20","sall4","ahsa1b","F1QDF2","A0A0R4IE20","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KXF6","F1QDF2","A0A0G2KXF6","sall4","arxb","F1QDF2","A0A0G2KXF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DC81","F1QDF2","nutf2","sall4","nutf2l","F1QDF2","Nuclear transport factor 2 (NTF-2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PH62","F1QDF2","zgc:66077","sall4","cyba","F1QDF2","Cytochrome b-245 light chain (Cytochrome b(558) alpha chain) (Cytochrome b558 subunit alpha) (Neutrophil cytochrome b 22 kDa polypeptide) (Superoxide-generating NADPH oxidase light chain subunit) (p22 phagocyte B-cytochrome) (p22-phox)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GMG3","F1QDF2","Q6GMG3","sall4","nr4a1","F1QDF2","Q6GMG3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F851","F1QDF2","E7F851","sall4","fam120a","F1QDF2","E7F851","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2K9","F1QDF2","Srfp1a","sall4","sfrp1a","F1QDF2","Secreted frizzled-related protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QVP8","F1QDF2","F1QVP8","sall4","actr6","F1QDF2","F1QVP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0P2","F1QDF2","E7F0P2","sall4","dok4","F1QDF2","E7F0P2","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISB7","F1QDF2","I3ISB7","sall4","si:dkeyp-34f6.4","F1QDF2","I3ISB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803W1","F1QDF2","Q803W1","sall4","scrn3","F1QDF2","Q803W1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PTS6","F1QDF2","Q9PTS6","sall4","chico","F1QDF2","Q9PTS6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQI7","F1QDF2","cpn10","sall4","hspe1","F1QDF2","10 kDa heat shock protein, mitochondrial isoform 1 (Heat shock 10 protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQ56","F1QDF2","A3KQ56","sall4","her1","F1QDF2","A3KQ56","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFH9","F1QDF2","E7FFH9","sall4","atp10a","F1QDF2","E7FFH9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEY5","F1QDF2","F1QEY5","sall4","ints11","F1QDF2","F1QEY5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6ZM23","F1QDF2","si:ch211-239j9.2","sall4","cox6c","F1QDF2","Cytochrome c oxidase subunit 6C (Cytochrome c oxidase polypeptide VIc)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q9B9","F1QDF2","A0A2R8Q9B9","sall4","dub","F1QDF2","A0A2R8Q9B9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q742","F1QDF2","E3 ubiquitin-protein ligase CBL","sall4","cblb","F1QDF2","E3 ubiquitin-protein ligase CBL (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYC7","F1QDF2","Q1LYC7","sall4","nova1","F1QDF2","Q1LYC7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RM52","F1QDF2","Q1RM52","sall4","-","F1QDF2","Q1RM52","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHY4","F1QDF2","DNA repair and recombination protein RAD54B","sall4","rad54b","F1QDF2","DNA repair and recombination protein RAD54B (RAD54 homolog B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F205","F1QDF2","E7F205","sall4","cd28","F1QDF2","E7F205","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2P4","F1QDF2","E7F2P4","sall4","znf521","F1QDF2","E7F2P4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WIQ8","F1QDF2","A8WIQ8","sall4","olig2","F1QDF2","A8WIQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7H4","F1QDF2","A8E7H4","sall4","rx3","F1QDF2","A8E7H4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RWF7","F1QDF2","A0A2R8RWF7","sall4","-","F1QDF2","A0A2R8RWF7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMH2","F1QDF2","A0A0R4IMH2","sall4","pde4cb","F1QDF2","A0A0R4IMH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JLP0","F1QDF2","im:7151586","sall4","dhx37","F1QDF2","Activating signal cointegrator 1 complex subunit 3 (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TYQ9","F1QDF2","Q5TYQ9","sall4","rmdn3","F1QDF2","Q5TYQ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZWD3","F1QDF2","eif2s1l","sall4","eif2s1a","F1QDF2","Eukaryotic translation initiation factor 2 subunit 1 (Eukaryotic translation initiation factor 2 subunit alpha)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0BLX4","F1QDF2","F-box only protein 2","sall4","fbxo2","F1QDF2","F-box only protein 2 (Zgc:175088)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W6E3","F1QDF2","fk48e04","sall4","fzd10","F1QDF2","Frizzled class receptor 10 (Frizzled homolog 10) (Frizzled protein) (Frizzled-10 precursor) (Fzd10 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QEH0","F1QDF2","A0A2R8QEH0","sall4","si:ch1073-140o9.2","F1QDF2","A0A2R8QEH0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3S0","F1QDF2","im:7143041","sall4","si:ch211-198n5.11","F1QDF2","methylcrotonoyl-CoA carboxylase (EC 6.4.1.4) (3-methylcrotonyl-CoA carboxylase 2) (3-methylcrotonyl-CoA carboxylase non-biotin-containing subunit) (3-methylcrotonyl-CoA:carbon dioxide ligase subunit beta)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q804W2","F1QDF2","Q804W2","sall4","pvalb7","F1QDF2","Q804W2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2LA96","F1QDF2","A0A0G2LA96","sall4","gramd1ba","F1QDF2","A0A0G2LA96","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QL35","F1QDF2","A0A2R8QL35","sall4","ptpn11a","F1QDF2","A0A2R8QL35","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6J7","F1QDF2","F1R6J7","sall4","zeb2b","F1QDF2","F1R6J7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q8V9","F1QDF2","A0A2R8Q8V9","sall4","eml4","F1QDF2","A0A2R8Q8V9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIJ6","F1QDF2","Epidermal growth factor receptor pathway substrate 15","sall4","eps15","F1QDF2","Epidermal growth factor receptor pathway substrate 15 (Epidermal growth factor receptor substrate 15 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJR5","F1QDF2","si:ch211-81i17.1","sall4","tle2a","F1QDF2","Si:ch211-81i17.1 (TLE family member 2, transcriptional corepressor a) (Transducin-like enhancer of split 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q802V1","F1QDF2","Q802V1","sall4","ss18","F1QDF2","Q802V1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAF7","F1QDF2","F1QAF7","sall4","parp2","F1QDF2","F1QAF7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUC2","F1QDF2","sdf4","sall4","sdf4","F1QDF2","45 kDa calcium-binding protein (Cab45) (Stromal cell-derived factor 4) (SDF-4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0H6","F1QDF2","cops4","sall4","cops4","F1QDF2","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3IS25","F1QDF2","I3IS25","sall4","trpm4a","F1QDF2","I3IS25","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZWC4","F1QDF2","pelo","sall4","pelo","F1QDF2","Protein pelota homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WDL1","F1QDF2","X1WDL1","sall4","si:dkey-7j14.5","F1QDF2","X1WDL1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFX7","F1QDF2","F1QFX7","sall4","znf143a","F1QDF2","F1QFX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYU4","F1QDF2","A0A0R4IYU4","sall4","stoml2","F1QDF2","A0A0R4IYU4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WGP7","F1QDF2","A8WGP7","sall4","ugdh","F1QDF2","A8WGP7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA74","F1QDF2","F1QA74","sall4","pts","F1QDF2","F1QA74","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIW8","F1QDF2","med23","sall4","med23","F1QDF2","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IVU1","F1QDF2","Transcription factor MafK isoform X1","sall4","mafk","F1QDF2","Transcription factor MafK isoform X1 (V-maf avian musculoaponeurotic fibrosarcoma oncogene homolog K)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RB13","F1QDF2","F1RB13","sall4","msl1a","F1QDF2","F1RB13","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9V4","F1QDF2","DNA-directed RNA polymerase subunit","sall4","polr1a","F1QDF2","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PFT1","F1QDF2","fbp1","sall4","fbp1a","F1QDF2","Fructose-1,6-bisphosphatase 1 (EC 3.1.3.11) (D-fructose-1,6-bisphosphate 1-phosphohydrolase 1) (Liver FBPase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLQ9","F1QDF2","Q1RLQ9","sall4","ing1","F1QDF2","Q1RLQ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L8S4","F1QDF2","Q1L8S4","sall4","cited4a","F1QDF2","Q1L8S4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QC76","F1QDF2","F1QC76","sall4","mmp9","F1QDF2","F1QC76","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHH4","F1QDF2","ift172","sall4","ift172","F1QDF2","Intraflagellar transport protein 172 homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9A2","F1QDF2","A0A0R4I9A2","sall4","-","F1QDF2","A0A0R4I9A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q566R7","F1QDF2","Q566R7","sall4","dusp22b","F1QDF2","Q566R7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W3H0","F1QDF2","F8W3H0","sall4","-","F1QDF2","F8W3H0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZX6","F1QDF2","E7EZX6","sall4","gpaa1","F1QDF2","E7EZX6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P3H9","F1QDF2","zgc:55813","sall4","slc3a2b","F1QDF2","Solute carrier family 3 (Amino acid transporter heavy chain), member 2b isoform X1 (Solute carrier family 3 member 2b) (Zgc:55813)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV18","F1QDF2","Q7ZV18","sall4","stx4","F1QDF2","Q7ZV18","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0LK22","F1QDF2","Protein Wnt","sall4","wnt3","F1QDF2","Protein Wnt","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8QHI1","F1QDF2","atp1b3","sall4","atp1b3a","F1QDF2","Sodium/potassium-transporting ATPase subunit beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCE9","F1QDF2","si:ch211-276f18.2","sall4","si:ch211-276f18.2","F1QDF2","Glucose-fructose oxidoreductase domain-containing protein 1 (Si:ch211-276f18.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803F0","F1QDF2","TGIF","sall4","tgif1","F1QDF2","Homeobox protein TGIF1 (TGFB-induced factor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0H2UJY9","F1QDF2","A0A0H2UJY9","sall4","gorasp1b","F1QDF2","A0A0H2UJY9","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEX5","F1QDF2","A2CEX5","sall4","rnf215","F1QDF2","A2CEX5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKL1","F1QDF2","F1QKL1","sall4","thbs3a","F1QDF2","F1QKL1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SZC9","F1QDF2","Q7SZC9","sall4","hnrnpr","F1QDF2","Q7SZC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9R5","F1QDF2","F1Q9R5","sall4","steap4","F1QDF2","F1Q9R5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R393","F1QDF2","F1R393","sall4","fbxl6","F1QDF2","F1R393","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QC67","F1QDF2","F1QC67","sall4","shq1","F1QDF2","F1QC67","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUP7","F1QDF2","zgc:55475","sall4","snapc1b","F1QDF2","Small nuclear RNA-activating complex, polypeptide 1b (Zgc:55475) (snRNA-activating protein complex subunit 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90ZE2","F1QDF2","znf703","sall4","znf703","F1QDF2","Zinc finger protein 703 (NocA-like zinc finger protein 1) (NocA-related zinc finger protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSC9","F1QDF2","A0A1D5NSC9","sall4","bbox1","F1QDF2","A0A1D5NSC9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJK1","F1QDF2","Centromere protein I","sall4","cenpi","F1QDF2","Centromere protein I","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q499B2","F1QDF2","fa97f07","sall4","spcs1","F1QDF2","Signal peptidase complex subunit 1 (Microsomal signal peptidase 12 kDa subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WGQ1","F1QDF2","A8WGQ1","sall4","-","F1QDF2","A8WGQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBV5","F1QDF2","unm_st43","sall4","kif1b","F1QDF2","Kinesin family member 1B (Kinesin-like protein KIF1B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIP1","F1QDF2","A0A0R4IIP1","sall4","dus3l","F1QDF2","A0A0R4IIP1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD67","F1QDF2","E7FD67","sall4","llgl1","F1QDF2","E7FD67","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C3Q2","F1QDF2","A9C3Q2","sall4","rgl1","F1QDF2","A9C3Q2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U392","F1QDF2","Q5U392","sall4","cln3","F1QDF2","Q5U392","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5S9","F1QDF2","B0S5S9","sall4","acbd6","F1QDF2","B0S5S9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q3B728","F1QDF2","zgc:123253","sall4","txnl4b","F1QDF2","Thioredoxin-like protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L927","F1QDF2","Q1L927","sall4","crb1","F1QDF2","Q1L927","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH90","F1QDF2","E9QH90","sall4","znf770","F1QDF2","E9QH90","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IMY9","F1QDF2","A0A0R4IMY9","sall4","dtnba","F1QDF2","A0A0R4IMY9","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISP6","F1QDF2","I3ISP6","sall4","si:ch211-199g17.2","F1QDF2","I3ISP6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R696","F1QDF2","F1R696","sall4","-","F1QDF2","F1R696","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5XJM7","F1QDF2","Q5XJM7","sall4","-","F1QDF2","Q5XJM7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXB2","F1QDF2","fk47a03","sall4","si:dkey-42i9.6","F1QDF2","Protein shisa-5 (Scotin)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0PIP5","F1QDF2","zgc:162829","sall4","fkrp","F1QDF2","Ribitol-5-phosphate transferase","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R189","F1QDF2","B0R189","sall4","si:ch211-202a12.4","F1QDF2","B0R189","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZY0","F1QDF2","E7EZY0","sall4","r3hdml","F1QDF2","E7EZY0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB56","F1QDF2","E7FB56","sall4","nfe2l2b","F1QDF2","E7FB56","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8QGV5","F1QDF2","Q8QGV5","sall4","ptgdsb.1","F1QDF2","Q8QGV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFG6","F1QDF2","F1QFG6","sall4","-","F1QDF2","F1QFG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RFW0","F1QDF2","scara5","sall4","scara5","F1QDF2","Scavenger receptor class A member 5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QCF0","F1QDF2","E9QCF0","sall4","chl1a","F1QDF2","E9QCF0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8WG03","F1QDF2","A8WG03","sall4","crhr2","F1QDF2","A8WG03","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90XD1","F1QDF2","cls/sox10","sall4","sox10","F1QDF2","Transcription factor SOX-10","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGD1","F1QDF2","A0A0R4IGD1","sall4","-","F1QDF2","A0A0R4IGD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R384","F1QDF2","F1R384","sall4","fam210ab","F1QDF2","F1R384","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZA4","F1QDF2","fa01b02","sall4","idh3g","F1QDF2","Isocitrate dehydrogenase [NAD] subunit, mitochondrial","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1ECV9","F1QDF2","Q1ECV9","sall4","tnfrsf19","F1QDF2","Q1ECV9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q930","F1QDF2","F1Q930","sall4","tmem237a","F1QDF2","F1Q930","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R9Y8","F1QDF2","F1R9Y8","sall4","hdlbpa","F1QDF2","F1R9Y8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6AZD3","F1QDF2","meaf6","sall4","meaf6","F1QDF2","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QEF2","F1QDF2","E9QEF2","sall4","-","F1QDF2","E9QEF2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RH73","F1QDF2","smo","sall4","smo","F1QDF2","Protein smoothened","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5A2","F1QDF2","B8A5A2","sall4","si:ch211-243o19.4","F1QDF2","B8A5A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUQ1","F1QDF2","Cdc42","sall4","cdc42l","F1QDF2","Cell division control protein 42 homolog (EC 3.6.5.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHM6","F1QDF2","gng12b","sall4","si:dkey-44g17.6","F1QDF2","Guanine nucleotide-binding protein subunit gamma","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q444","F1QDF2","A0A2R8Q444","sall4","nudt13","F1QDF2","A0A2R8Q444","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UYH2","F1QDF2","B0UYH2","sall4","eif2d","F1QDF2","B0UYH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KQQ9","F1QDF2","scg3","sall4","scg3","F1QDF2","Secretogranin-3 (Secretogranin III) (SgIII)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBM0","F1QDF2","wu:fm70e01","sall4","nrg1","F1QDF2","Neuregulin 1 (Pro-neuregulin-1, membrane-bound isoform isoform IIb12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7A2","F1QDF2","F1Q7A2","sall4","fhl1b","F1QDF2","F1Q7A2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG01","F1QDF2","A0A140LG01","sall4","myg1","F1QDF2","A0A140LG01","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4A1","F1QDF2","B8A4A1","sall4","nvl","F1QDF2","B8A4A1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAE2","F1QDF2","E7FAE2","sall4","plcxd1","F1QDF2","E7FAE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ILZ0","F1QDF2","A0A0R4ILZ0","sall4","si:ch73-138e16.6","F1QDF2","A0A0R4ILZ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NTE5","F1QDF2","Q6NTE5","sall4","nfe2l3","F1QDF2","Q6NTE5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZV13","F1QDF2","sfrs2","sall4","srsf2a","F1QDF2","Serine/arginine-rich splicing factor 2 (Splicing component, 35 kDa) (Splicing factor SC35) (Splicing factor, arginine/serine-rich 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBM9","F1QDF2","Q6PBM9","sall4","arr3b","F1QDF2","Q6PBM9","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0UY67","F1QDF2","B0UY67","sall4","otulinb","F1QDF2","B0UY67","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQM1","F1QDF2","F1QQM1","sall4","khdc4","F1QDF2","F1QQM1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V8U2","F1QDF2","Q4V8U2","sall4","scamp4","F1QDF2","Q4V8U2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHW1","F1QDF2","E9QHW1","sall4","-","F1QDF2","E9QHW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2N1","F1QDF2","si:ch73-352p4.5","sall4","si:ch73-352p4.5","F1QDF2","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7MBS7","F1QDF2","A7MBS7","sall4","thsd7aa","F1QDF2","A7MBS7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA38","F1QDF2","F1QA38","sall4","cuedc1b","F1QDF2","F1QA38","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RIV4","F1QDF2","adat2","sall4","adat2","F1QDF2","tRNA-specific adenosine deaminase 2 (EC 3.5.4.33) (Deaminase domain-containing protein 1) (tRNA-specific adenosine-34 deaminase subunit ADAT2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCE4","F1QDF2","Receptor tyrosine kinase-like orphan receptor 2","sall4","ror2","F1QDF2","Receptor tyrosine kinase-like orphan receptor 2 (Tyrosine-protein kinase transmembrane receptor ROR2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFH0","F1QDF2","F1QFH0","sall4","dld","F1QDF2","F1QFH0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QHT9","F1QDF2","fk24g11","sall4","perp","F1QDF2","P53 apoptosis effector related to PMP-22 (P53 apoptosis effector-related to pmp22)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1RLP5","F1QDF2","zgc:136954","sall4","btr32","F1QDF2","Bloodthirsty-related gene family, member 32 (E3 ubiquitin-protein ligase TRIM11) (Zgc:136954)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDE2","F1QDF2","si:ch211-170h2.4","sall4","rfxap","F1QDF2","Regulatory factor X-associated protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FF73","F1QDF2","E7FF73","sall4","apbb3","F1QDF2","E7FF73","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQ59","F1QDF2","uqcrc2","sall4","uqcrc2b","F1QDF2","Cytochrome b-c1 complex subunit 2, mitochondrial (EC 1.10.2.2) (Ubiquinol-cytochrome c reductase core protein 2b) (Ubiquinol-cytochrome c reductase core protein II)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5N7","F1QDF2","cdc25","sall4","cdc25b","F1QDF2","M-phase inducer phosphatase (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGH0","F1QDF2","sept12","sall4","sept12","F1QDF2","Septin 12 (Uncharacterized protein sept12 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A510","F1QDF2","B8A510","sall4","nr1d4a","F1QDF2","B8A510","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGU2","F1QDF2","zgc:92772","sall4","rab11bb","F1QDF2","Ras-related protein Rab-11B","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBD5","F1QDF2","F1QBD5","sall4","asb3","F1QDF2","F1QBD5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REM9","F1QDF2","F1REM9","sall4","itih5","F1QDF2","F1REM9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCV0","F1QDF2","si:dkey-185e18.7","sall4","si:dkey-185e18.7","F1QDF2","Centromere protein U (MLF1-interacting protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGD7","F1QDF2","Q5RGD7","sall4","exoc2","F1QDF2","Q5RGD7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1ECW3","F1QDF2","Q1ECW3","sall4","arhgap36","F1QDF2","Q1ECW3","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GDS2","F1QDF2","R4GDS2","sall4","si:dkey-182i3.10","F1QDF2","R4GDS2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P694","F1QDF2","Q6P694","sall4","nipa2","F1QDF2","Q6P694","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6Q421","F1QDF2","wu:fa93f04","sall4","rps15","F1QDF2","40S ribosomal protein S15","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FD62","F1QDF2","E7FD62","sall4","pdk2a","F1QDF2","E7FD62","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IFU7","F1QDF2","A0A0R4IFU7","sall4","slc1a2b","F1QDF2","A0A0R4IFU7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGG2","F1QDF2","LOC100001665","sall4","otulina","F1QDF2","Fibrous sheath CABYR-binding protein-like (OTU deubiquitinase with linear linkage-specificity a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBU0","F1QDF2","E7FBU0","sall4","znf292a","F1QDF2","E7FBU0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PB05","F1QDF2","F-box and WD repeat domain-containing 11-B","sall4","fbxw11b","F1QDF2","F-box and WD repeat domain-containing 11-B","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAL6","F1QDF2","F1RAL6","sall4","epb41l4b","F1QDF2","F1RAL6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803Q7","F1QDF2","aldoa","sall4","aldoaa","F1QDF2","Fructose-bisphosphate aldolase (EC 4.1.2.13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QMH7","F1QDF2","dag","sall4","dag1","F1QDF2","Dystroglycan 1 (Dystroglycan) (Dystrophin-associated glycoprotein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RCL8","F1QDF2","BCL-6 corepressor isoform X1","sall4","bcor","F1QDF2","BCL-6 corepressor isoform X1 (BCL6 corepressor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBR5","F1QDF2","E9QBR5","sall4","-","F1QDF2","E9QBR5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q0P4D6","F1QDF2","Q0P4D6","sall4","tefm","F1QDF2","Q0P4D6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FG65","F1QDF2","E7FG65","sall4","dennd3a","F1QDF2","E7FG65","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUP4","F1QDF2","A0A0R4IUP4","sall4","si:dkey-244a7.1","F1QDF2","A0A0R4IUP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAR8","F1QDF2","Centrosomal protein 170Aa","sall4","cep170aa","F1QDF2","Centrosomal protein 170Aa (Centrosomal protein of 170 kDa isoform X6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FAC4","F1QDF2","si:ch211-103b1.2","sall4","patl2","F1QDF2","PAT1 homolog 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QE51","F1QDF2","E9QE51","sall4","tpx2","F1QDF2","E9QE51","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L913","F1QDF2","Q1L913","sall4","pik3c2a","F1QDF2","Q1L913","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK92","F1QDF2","F1QK92","sall4","uqcc1","F1QDF2","F1QK92","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JIX7","F1QDF2","B8JIX7","sall4","si:ch211-130h14.4","F1QDF2","B8JIX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2E7","F1QDF2","G1K2E7","sall4","cdh2","F1QDF2","G1K2E7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IN79","F1QDF2","BICD family-like cargo adapter 1 isoform X1","sall4","nfkb1","F1QDF2","BICD family-like cargo adapter 1 isoform X1 (Nuclear factor of kappa light polypeptide gene enhancer in B-cells 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FB42","F1QDF2","E7FB42","sall4","fat2","F1QDF2","E7FB42","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI81","F1QDF2","F1QI81","sall4","her8a","F1QDF2","F1QI81","tf-link","27924024","regulates","txid7955" +"F1QDF2","H9GYR4","F1QDF2","H9GYR4","sall4","dnajc11b","F1QDF2","H9GYR4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JFD6","F1QDF2","gja9","sall4","gjd2b","F1QDF2","Gap junction protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEF1","F1QDF2","F1QEF1","sall4","ugt1b1","F1QDF2","F1QEF1","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FH57","F1QDF2","E7FH57","sall4","ccnjl","F1QDF2","E7FH57","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIX0","F1QDF2","F1QIX0","sall4","srbd1","F1QDF2","F1QIX0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4L6","F1QDF2","F1Q4L6","sall4","sp2","F1QDF2","F1Q4L6","tf-link","27924024","regulates","txid7955" +"F1QDF2","R4GEC1","F1QDF2","R4GEC1","sall4","-","F1QDF2","R4GEC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YJ64","F1QDF2","A0A0J9YJ64","sall4","-","F1QDF2","A0A0J9YJ64","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q409","F1QDF2","A0A2R8Q409","sall4","arhgap23b","F1QDF2","A0A2R8Q409","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JIG1","F1QDF2","Q8JIG1","sall4","arntl1b","F1QDF2","Q8JIG1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A7YYI6","F1QDF2","A7YYI6","sall4","med7","F1QDF2","A7YYI6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QET5","F1QDF2","F1QET5","sall4","lipg","F1QDF2","F1QET5","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A4L8","F1QDF2","B8A4L8","sall4","wdr89","F1QDF2","B8A4L8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGU9","F1QDF2","A0A140LGU9","sall4","-","F1QDF2","A0A140LGU9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4L5","F1QDF2","E7F4L5","sall4","prkcdb","F1QDF2","E7F4L5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQJ4","F1QDF2","F1QQJ4","sall4","nsmfa","F1QDF2","F1QQJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDQ8","F1QDF2","E9QDQ8","sall4","mrpl18","F1QDF2","E9QDQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QD19","F1QDF2","E9QD19","sall4","ponzr5","F1QDF2","E9QD19","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W4B7","F1QDF2","Histone deacetylase 6","sall4","hdac6","F1QDF2","Histone deacetylase 6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUX7","F1QDF2","A0A0R4IUX7","sall4","fan1","F1QDF2","A0A0R4IUX7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8E7C4","F1QDF2","Si:dkey-192p21.6","sall4","si:dkey-192p21.6","F1QDF2","Si:dkey-192p21.6 (Uncharacterized protein LOC565246 precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IA42","F1QDF2","A0A0R4IA42","sall4","slc25a19","F1QDF2","A0A0R4IA42","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NXU9","F1QDF2","F6NXU9","sall4","zfhx4","F1QDF2","F6NXU9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIW1","F1QDF2","F1QIW1","sall4","brf2","F1QDF2","F1QIW1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3E4","F1QDF2","F1R3E4","sall4","slc35a4","F1QDF2","F1R3E4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R774","F1QDF2","F1R774","sall4","pcolce2b","F1QDF2","F1R774","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P4V4","F1QDF2","zgc:77673","sall4","ctnnbl1","F1QDF2","Beta-catenin-like protein 1 (Catenin, beta-like 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8DZH9","F1QDF2","A8DZH9","sall4","-","F1QDF2","A8DZH9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PBL5","F1QDF2","Q6PBL5","sall4","fam3a","F1QDF2","Q6PBL5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RUA0","F1QDF2","A0A2R8RUA0","sall4","nucb2a","F1QDF2","A0A2R8RUA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EXE0","F1QDF2","DNA annealing helicase and endonuclease ZRANB3","sall4","zranb3","F1QDF2","DNA annealing helicase and endonuclease ZRANB3 (Zinc finger, RAN-binding domain-containing 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QE37","F1QDF2","F1QE37","sall4","sirt2","F1QDF2","F1QE37","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BC0","F1QDF2","Q08BC0","sall4","pim1","F1QDF2","Q08BC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QD32","F1QDF2","E9QD32","sall4","-","F1QDF2","E9QD32","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6W990","F1QDF2","Q6W990","sall4","hoxa13a","F1QDF2","Q6W990","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW00","F1QDF2","agk","sall4","agk","F1QDF2","Acylglycerol kinase, mitochondrial (EC 2.7.1.107) (EC 2.7.1.138) (EC 2.7.1.94) (Multiple substrate lipid kinase) (MuLK) (Multi-substrate lipid kinase)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FG38","F1QDF2","E7FG38","sall4","macc1","F1QDF2","E7FG38","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6IQT4","F1QDF2","cops2","sall4","cops2","F1QDF2","COP9 signalosome complex subunit 2 (Signalosome subunit 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9F2","F1QDF2","A0A0R4I9F2","sall4","lgals3a","F1QDF2","A0A0R4I9F2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9D9","F1QDF2","A0A0R4I9D9","sall4","ier5l","F1QDF2","A0A0R4I9D9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGR6","F1QDF2","Q5RGR6","sall4","waslb","F1QDF2","Q5RGR6","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WG90","F1QDF2","X1WG90","sall4","-","F1QDF2","X1WG90","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WEV5","F1QDF2","X1WEV5","sall4","si:ch211-284f22.3","F1QDF2","X1WEV5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAH3","F1QDF2","A0A0R4IAH3","sall4","eci2","F1QDF2","A0A0R4IAH3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAC0","F1QDF2","F1QAC0","sall4","rbm33a","F1QDF2","F1QAC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QDS9","F1QDF2","A0A2R8QDS9","sall4","sp4","F1QDF2","A0A2R8QDS9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY36","F1QDF2","E7EY36","sall4","si:ch73-269m14.2","F1QDF2","E7EY36","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHC3","F1QDF2","Q6DHC3","sall4","slc25a40","F1QDF2","Q6DHC3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LG62","F1QDF2","A0A140LG62","sall4","arhgef11","F1QDF2","A0A140LG62","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RXU4","F1QDF2","A0A2R8RXU4","sall4","slit2","F1QDF2","A0A2R8RXU4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IY00","F1QDF2","A0A0R4IY00","sall4","mrpl3","F1QDF2","A0A0R4IY00","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FBR3","F1QDF2","E7FBR3","sall4","si:dkey-162b23.4","F1QDF2","E7FBR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QBC1","F1QDF2","F1QBC1","sall4","homer3b","F1QDF2","F1QBC1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8G2","F1QDF2","zmp:0000000711","sall4","zmp:0000000711","F1QDF2","Tubby-like protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WHV8","F1QDF2","X1WHV8","sall4","dhx32b","F1QDF2","X1WHV8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD27","F1QDF2","F1QD27","sall4","supt5h","F1QDF2","F1QD27","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S723","F1QDF2","B0S723","sall4","ftr06","F1QDF2","B0S723","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IG37","F1QDF2","A0A0R4IG37","sall4","agtpbp1","F1QDF2","A0A0R4IG37","tf-link","27924024","regulates","txid7955" +"F1QDF2","A8B8W4","F1QDF2","A8B8W4","sall4","larp6b","F1QDF2","A8B8W4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QEC0","F1QDF2","E9QEC0","sall4","hnf1ba","F1QDF2","E9QEC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4QP33","F1QDF2","ppp2r5c","sall4","ppp2r5cb","F1QDF2","Serine/threonine protein phosphatase 2A regulatory subunit","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q9Z9","F1QDF2","A0A2R8Q9Z9","sall4","capn15","F1QDF2","A0A2R8Q9Z9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W315","F1QDF2","F8W315","sall4","palld","F1QDF2","F8W315","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QA15","F1QDF2","GCP3","sall4","tubgcp3","F1QDF2","Gamma-tubulin complex component","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEC3","F1QDF2","E7FEC3","sall4","shisa2b","F1QDF2","E7FEC3","tf-link","27924024","regulates","txid7955" +"F1QDF2","G1K2S6","F1QDF2","G1K2S6","sall4","narfl","F1QDF2","G1K2S6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QN90","F1QDF2","F1QN90","sall4","wwc3","F1QDF2","F1QN90","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P2T4","F1QDF2","zgc:56502","sall4","rad1","F1QDF2","Cell cycle checkpoint protein RAD1 (EC 3.1.11.2) (RAD1 homolog (S. pombe))","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QDQ3","F1QDF2","Leucine-rich repeat-containing 4.1","sall4","lrrc4.1","F1QDF2","Leucine-rich repeat-containing 4.1 (Leucine-rich repeat-containing protein 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R0T6","F1QDF2","B0R0T6","sall4","mblac2","F1QDF2","B0R0T6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YID0","F1QDF2","Z4YID0","sall4","sebox","F1QDF2","Z4YID0","tf-link","27924024","regulates","txid7955" +"F1QDF2","P59889","F1QDF2","P59889","sall4","slc39a1","F1QDF2","P59889","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QD40","F1QDF2","F1QD40","sall4","mtif2","F1QDF2","F1QD40","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZVK8","F1QDF2","ERK1","sall4","mapk3","F1QDF2","Mitogen-activated protein kinase (EC 2.7.11.24)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q45QT2","F1QDF2","Tbeta11","sall4","tmsb4x","F1QDF2","Thymosin beta","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DG99","F1QDF2","B3DG99","sall4","hoxa2b","F1QDF2","B3DG99","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNG4","F1QDF2","F1QNG4","sall4","hrasa","F1QDF2","F1QNG4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q5L2","F1QDF2","F1Q5L2","sall4","stk11ip","F1QDF2","F1Q5L2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSS6","F1QDF2","A0A1D5NSS6","sall4","si:ch73-335l21.2","F1QDF2","A0A1D5NSS6","tf-link","27924024","regulates","txid7955" +"F1QDF2","I3ISZ9","F1QDF2","I3ISZ9","sall4","si:dkey-260c8.8","F1QDF2","I3ISZ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUM0","F1QDF2","ywhaq","sall4","ywhaqa","F1QDF2","14-3-3 protein theta (Tyrosine 3-monooxygenase/tryptophan 5-monooxygenase activation protein, theta polypeptide a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6P046","F1QDF2","F6P046","sall4","msrb3","F1QDF2","F6P046","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0A8","F1QDF2","Q6P0A8","sall4","nhlh2","F1QDF2","Q6P0A8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAG2","F1QDF2","A0A0R4IAG2","sall4","psd2","F1QDF2","A0A0R4IAG2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QHT3","F1QDF2","cb359","sall4","pigq","F1QDF2","Phosphatidylinositol N-acetylglucosaminyltransferase subunit Q isoform X1 (Phosphatidylinositol glycan anchor biosynthesis, class Q)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM58","F1QDF2","F1QM58","sall4","-","F1QDF2","F1QM58","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QB27","F1QDF2","A0A2R8QB27","sall4","si:ch211-1i11.3","F1QDF2","A0A2R8QB27","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V2X8","F1QDF2","B0V2X8","sall4","tent5c","F1QDF2","B0V2X8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZK7","F1QDF2","F1QZK7","sall4","ftr36","F1QDF2","F1QZK7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P6E5","F1QDF2","zgc:77820","sall4","ndufb7","F1QDF2","NADH dehydrogenase [ubiquinone] 1 beta subcomplex subunit 7 (Complex I-B18) (NADH-ubiquinone oxidoreductase B18 subunit)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTJ2","F1QDF2","F1QTJ2","sall4","txnl4a","F1QDF2","F1QTJ2","tf-link","27924024","regulates","txid7955" +"F1QDF2","T1ECS3","F1QDF2","T1ECS3","sall4","wdcp","F1QDF2","T1ECS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KGZ3","F1QDF2","A3KGZ3","sall4","-","F1QDF2","A3KGZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RB89","F1QDF2","fc08b04","sall4","dync1li2","F1QDF2","Dynein light intermediate chain","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEC3","F1QDF2","A2CEC3","sall4","-","F1QDF2","A2CEC3","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DJJ8","F1QDF2","B3DJJ8","sall4","czib","F1QDF2","B3DJJ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSI1","F1QDF2","A0A1D5NSI1","sall4","kdm6ba","F1QDF2","A0A1D5NSI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LXZ9","F1QDF2","Q1LXZ9","sall4","skor1b","F1QDF2","Q1LXZ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q15JE7","F1QDF2","dspg3","sall4","optc","F1QDF2","Opticin","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4IG48","F1QDF2","A4IG48","sall4","btbd10a","F1QDF2","A4IG48","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWK5","F1QDF2","Q1LWK5","sall4","ints14","F1QDF2","Q1LWK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6K4","F1QDF2","F1Q6K4","sall4","scube2","F1QDF2","F1Q6K4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZQ8","F1QDF2","E7EZQ8","sall4","ugt5b3","F1QDF2","E7EZQ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R1R2","F1QDF2","F1R1R2","sall4","trmt11","F1QDF2","F1R1R2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZUL1","F1QDF2","slc16a1","sall4","slc16a1b","F1QDF2","Monocarboxylate transporter 1 (Solute carrier family 16 member 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EY31","F1QDF2","E7EY31","sall4","ccdc57","F1QDF2","E7EY31","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q503D7","F1QDF2","Q503D7","sall4","rbm14a","F1QDF2","Q503D7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F597","F1QDF2","E7F597","sall4","slc41a2b","F1QDF2","E7F597","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRF9","F1QDF2","F1QRF9","sall4","foxm1","F1QDF2","F1QRF9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGS3","F1QDF2","F1QGS3","sall4","tut1","F1QDF2","F1QGS3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH31","F1QDF2","zgc:103715","sall4","aldh3a2b","F1QDF2","Aldehyde dehydrogenase","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5VSI8","F1QDF2","Q5VSI8","sall4","cyp39a1","F1QDF2","Q5VSI8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R0R1","F1QDF2","F1R0R1","sall4","brd8","F1QDF2","F1R0R1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZM0","F1QDF2","F1QZM0","sall4","mrps35","F1QDF2","F1QZM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8V0","F1QDF2","F1R8V0","sall4","hspa13","F1QDF2","F1R8V0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFS1","F1QDF2","E7FFS1","sall4","fndc3bb","F1QDF2","E7FFS1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3R4","F1QDF2","F1R3R4","sall4","dscc1","F1QDF2","F1R3R4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QK38","F1QDF2","F1QK38","sall4","crcp","F1QDF2","F1QK38","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JGS0","F1QDF2","snrpc","sall4","snrpc","F1QDF2","U1 small nuclear ribonucleoprotein C (U1 snRNP C) (U1-C) (U1C)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9B7","F1QDF2","A0A0R4I9B7","sall4","fitm2","F1QDF2","A0A0R4I9B7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4I9D0","F1QDF2","A0A0R4I9D0","sall4","hoxb5b","F1QDF2","A0A0R4I9D0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUJ4","F1QDF2","Q1LUJ4","sall4","fuca1.2","F1QDF2","Q1LUJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BGZ3","F1QDF2","A2BGZ3","sall4","ankra2","F1QDF2","A2BGZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CEB4","F1QDF2","si:dkey-215k6.6","sall4","golga3","F1QDF2","Golgin A3 (Golgin subfamily A member 3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QGD0","F1QDF2","F1QGD0","sall4","pcf11","F1QDF2","F1QGD0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7EZP9","F1QDF2","E7EZP9","sall4","fhl3a","F1QDF2","E7EZP9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI36","F1QDF2","cb896spalt","sall4","sall1a","F1QDF2","Sal-like protein 1 (Spalt-like transcription factor 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5PL50","F1QDF2","A5PL50","sall4","-","F1QDF2","A5PL50","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q66PG1","F1QDF2","large2","sall4","large2","F1QDF2","Xylosyl- and glucuronyltransferase LARGE2s (EC 2.4.-.-) (Glycosyltransferase-like 1B) (LARGE xylosyl- and glucuronyltransferase 2) [Includes: Alpha-1,3-xylosyltransferase LARGE2 (EC 2.4.2.-); Beta-1,3-glucuronyltransferase LARGE2 (EC 2.4.1.-)]","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QTW7","F1QDF2","F1QTW7","sall4","thada","F1QDF2","F1QTW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM62","F1QDF2","F1QM62","sall4","snx13","F1QDF2","F1QM62","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS77","F1QDF2","F1QS77","sall4","-","F1QDF2","F1QS77","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4C2","F1QDF2","F1R4C2","sall4","si:busm1-57f23.1","F1QDF2","F1R4C2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IRJ4","F1QDF2","A0A0R4IRJ4","sall4","prr12a","F1QDF2","A0A0R4IRJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FER1","F1QDF2","E7FER1","sall4","wdr76","F1QDF2","E7FER1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QYI8","F1QDF2","F1QYI8","sall4","dusp12","F1QDF2","F1QYI8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PWL6","F1QDF2","hoxa9a","sall4","hoxa9a","F1QDF2","Homeobox protein Hox-A9a (Hoxx9)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6PGZ9","F1QDF2","zgc:63493","sall4","efna1a","F1QDF2","Ephrin-A1a","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q589","F1QDF2","F1Q589","sall4","deptor","F1QDF2","F1Q589","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2AR64","F1QDF2","A2AR64","sall4","rca2.1","F1QDF2","A2AR64","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5U3R3","F1QDF2","Q5U3R3","sall4","ptp4a2b","F1QDF2","Q5U3R3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5BJA5","F1QDF2",";","sall4","-","F1QDF2","Histone H2B 1/2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDQ1","F1QDF2","E7FDQ1","sall4","trim33l","F1QDF2","E7FDQ1","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R0T1","F1QDF2","B0R0T1","sall4","-","F1QDF2","B0R0T1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q281","F1QDF2","A0A2R8Q281","sall4","fam172a","F1QDF2","A0A2R8Q281","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFC0","F1QDF2","F1QFC0","sall4","hspa9","F1QDF2","F1QFC0","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9J7","F1QDF2","E7F9J7","sall4","sowahaa","F1QDF2","E7F9J7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KSE4","F1QDF2","A0A0G2KSE4","sall4","slc7a1b","F1QDF2","A0A0G2KSE4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IRS8","F1QDF2","A0A0R4IRS8","sall4","ssr1","F1QDF2","A0A0R4IRS8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A286YA42","F1QDF2","A0A286YA42","sall4","si:ch73-366l1.5","F1QDF2","A0A286YA42","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTY5","F1QDF2","zgc:56473","sall4","eif2b3","F1QDF2","eIF-2B GDP-GTP exchange factor subunit gamma","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE13","F1QDF2","lgr4","sall4","lgr4","F1QDF2","Leucine-rich repeat-containing G-protein coupled receptor 4","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WD42","F1QDF2","X1WD42","sall4","ftr90","F1QDF2","X1WD42","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9L1","F1QDF2","F1Q9L1","sall4","-","F1QDF2","F1Q9L1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7T2E0","F1QDF2","cd82","sall4","cd82b","F1QDF2","Tetraspanin","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QN54","F1QDF2","kif3b","sall4","kif3b","F1QDF2","Kinesin-like protein KIF3B","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WE43","F1QDF2","X1WE43","sall4","plekhg2","F1QDF2","X1WE43","tf-link","27924024","regulates","txid7955" +"F1QDF2","P0C8M3","F1QDF2","svbp","sall4","svbp","F1QDF2","Small vasohibin-binding protein (Coiled-coil domain-containing protein 23)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGP2","F1QDF2","syf2","sall4","syf2","F1QDF2","Pre-mRNA-splicing factor syf2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A5I7","F1QDF2","B8A5I7","sall4","ssbp1","F1QDF2","B8A5I7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F0E8","F1QDF2","Exportin 1","sall4","xpo1a","F1QDF2","Exportin 1 (CRM1 homolog, yeast) a (Exportin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1A5H8","F1QDF2","yes1","sall4","yes1","F1QDF2","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R105","F1QDF2","F1R105","sall4","smtnl","F1QDF2","F1R105","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PYH2","F1QDF2","A0A2R8PYH2","sall4","arfgef3","F1QDF2","A0A2R8PYH2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q8N1","F1QDF2","A0A2R8Q8N1","sall4","ralgapa1","F1QDF2","A0A2R8Q8N1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ57","F1QDF2","F1QQ57","sall4","plekha8","F1QDF2","F1QQ57","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QC03","F1QDF2","zgc:171680","sall4","zyx","F1QDF2","Zyxin","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QI18","F1QDF2","F1QI18","sall4","cited1","F1QDF2","F1QI18","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6GML6","F1QDF2","Q6GML6","sall4","prss35","F1QDF2","Q6GML6","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F065","F1QDF2","E7F065","sall4","si:dkey-191m6.4","F1QDF2","E7F065","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2H2","F1QDF2","E7F2H2","sall4","-","F1QDF2","E7F2H2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BL9","F1QDF2","klhl24a","sall4","klhl24a","F1QDF2","Kelch-like protein 24a (Kelch-like family member 24a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFB0","F1QDF2","E7FFB0","sall4","hmgxb3","F1QDF2","E7FFB0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R1D0","F1QDF2","CH211-265P12.8","sall4","psmc4","F1QDF2","26S proteasome regulatory subunit 6B (26S proteasome AAA-ATPase subunit RPT3) (Proteasome 26S subunit ATPase 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YI11","F1QDF2","Z4YI11","sall4","phf10","F1QDF2","Z4YI11","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QNT4","F1QDF2","F1QNT4","sall4","ugcg","F1QDF2","F1QNT4","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QB05","F1QDF2","A0A2R8QB05","sall4","tjp2a","F1QDF2","A0A2R8QB05","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IJ07","F1QDF2","Elongator complex protein 1","sall4","elp1","F1QDF2","Elongator complex protein 1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QHR3","F1QDF2","A0A2R8QHR3","sall4","desi1b","F1QDF2","A0A2R8QHR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QS81","F1QDF2","F1QS81","sall4","znf1004","F1QDF2","F1QS81","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4V9","F1QDF2","F1Q4V9","sall4","rxraa","F1QDF2","F1Q4V9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q8K1","F1QDF2","zgc:153612","sall4","hspa12a","F1QDF2","Heat shock 70 kDa protein 12A isoform X1 (Heat shock protein 12A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F592","F1QDF2","TELO2-interacting protein 2","sall4","tti2","F1QDF2","TELO2-interacting protein 2","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WGE1","F1QDF2","X1WGE1","sall4","card11","F1QDF2","X1WGE1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IYK3","F1QDF2","A0A0R4IYK3","sall4","ctdsplb","F1QDF2","A0A0R4IYK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LU93","F1QDF2","Q1LU93","sall4","abitram","F1QDF2","Q1LU93","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDA0","F1QDF2","F1QDA0","sall4","-","F1QDF2","F1QDA0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R408","F1QDF2","F1R408","sall4","cited2","F1QDF2","F1R408","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FE04","F1QDF2","E7FE04","sall4","si:ch211-267e7.3","F1QDF2","E7FE04","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q307I6","F1QDF2","WW domain-containing transcription regulator 1","sall4","wwtr1","F1QDF2","WW domain-containing transcription regulator 1 (WW domain-containing transcription regulator protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0S5M5","F1QDF2","B0S5M5","sall4","lss","F1QDF2","B0S5M5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4Y1","F1QDF2","zgc:153503","sall4","abcd4","F1QDF2","ATP-binding cassette sub-family D member 4 (ATP-binding cassette, sub-family D (ALD), member 4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QH04","F1QDF2","E9QH04","sall4","flvcr2b","F1QDF2","E9QH04","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RU06","F1QDF2","A0A2R8RU06","sall4","afap1l1a","F1QDF2","A0A2R8RU06","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q803K8","F1QDF2","creb1","sall4","creb1a","F1QDF2","Creb1 protein (Cyclic AMP-responsive element-binding protein 1) (cAMP responsive element binding protein 1) (cAMP-responsive element-binding protein 1a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4U7F9","F1QDF2","lh2","sall4","plod2","F1QDF2","procollagen-lysine 5-dioxygenase (EC 1.14.11.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JL63","F1QDF2","B8JL63","sall4","klf12b","F1QDF2","B8JL63","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q561X4","F1QDF2","zgc:110552","sall4","nfyba","F1QDF2","Nuclear transcription factor Y subunit beta (CAAT box DNA-binding protein subunit B) (Nuclear transcription factor Y subunit B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R8S3","F1QDF2","F1R8S3","sall4","plcd1b","F1QDF2","F1R8S3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F2Z4W3","F1QDF2","F2Z4W3","sall4","zbtb2b","F1QDF2","F2Z4W3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJS1","F1QDF2","F1QJS1","sall4","miga2","F1QDF2","F1QJS1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2KYF2","F1QDF2","A0A0G2KYF2","sall4","LOC564564","F1QDF2","A0A0G2KYF2","tf-link","27924024","regulates","txid7955" +"F1QDF2","P26630","F1QDF2","pax6a","sall4","pax6a","F1QDF2","Paired box protein Pax-6 (Pax[Zf-a])","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IZT8","F1QDF2","A0A0R4IZT8","sall4","stpg1","F1QDF2","A0A0R4IZT8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8UVK2","F1QDF2","supt6h","sall4","supt6h","F1QDF2","Transcription elongation factor SPT6 (Protein pandora)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ70","F1QDF2","F1QQ70","sall4","fkbp14","F1QDF2","F1QQ70","tf-link","27924024","regulates","txid7955" +"F1QDF2","P79724","F1QDF2","P79724","sall4","hoxa13b","F1QDF2","P79724","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QUV2","F1QDF2","A0A2R8QUV2","sall4","hoxc6b","F1QDF2","A0A2R8QUV2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8RL78","F1QDF2","A0A2R8RL78","sall4","-","F1QDF2","A0A2R8RL78","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWX4","F1QDF2","fj86h06","sall4","spra","F1QDF2","Sepiapterin reductase (EC 1.1.1.153)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F4V8","F1QDF2","E7F4V8","sall4","pex2","F1QDF2","E7F4V8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTI3","F1QDF2","rarab","sall4","rarab","F1QDF2","Retinoic acid receptor alpha-B (RAR-alpha-B) (Nuclear receptor subfamily 1 group B member 1-B) (Retinoic acid receptor alpha-2.B) (RAR-alpha-2.B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9I9N4","F1QDF2","bax","sall4","baxa","F1QDF2","BCL2-associated X, apoptosis regulator a (Bax) (Bcl2-associated X protein, a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWI1","F1QDF2","F1QWI1","sall4","trpc6b","F1QDF2","F1QWI1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A1A5X5","F1QDF2","A1A5X5","sall4","c1qtnf12","F1QDF2","A1A5X5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QJP9","F1QDF2","F1QJP9","sall4","rexo4","F1QDF2","F1QJP9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD77","F1QDF2","F1RD77","sall4","npm1b","F1QDF2","F1RD77","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QKS2","F1QDF2","F1QKS2","sall4","sergef","F1QDF2","F1QKS2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7J1","F1QDF2","F1Q7J1","sall4","apool","F1QDF2","F1Q7J1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QL34","F1QDF2","fu33g07","sall4","nudt9","F1QDF2","ADP-ribose pyrophosphatase, mitochondrial precursor (EC 3.6.1.13) (Nudix (nucleoside diphosphate-linked moiety X)-type motif 9)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7G9","F1QDF2","F1Q7G9","sall4","prss16","F1QDF2","F1Q7G9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4X2","F1QDF2","F1Q4X2","sall4","atrnl1a","F1QDF2","F1Q4X2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6NKZ9","F1QDF2","F6NKZ9","sall4","barx2","F1QDF2","F6NKZ9","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQT7","F1QDF2","F1QQT7","sall4","ndfip1","F1QDF2","F1QQT7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRT8","F1QDF2","F1QRT8","sall4","tmem68","F1QDF2","F1QRT8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NT05","F1QDF2","A0A1D5NT05","sall4","mettl15","F1QDF2","A0A1D5NT05","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PCI7","F1QDF2","icam3","sall4","si:ch211-74m13.1","F1QDF2","Si:ch211-74m13.1 (Vascular cell adhesion protein 1 isoform X3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WH50","F1QDF2","Myb-like protein X","sall4","si:ch211-137a8.4","F1QDF2","Myb-like protein X (Si:ch211-137a8.4)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IHD6","F1QDF2","A0A0R4IHD6","sall4","foxred1","F1QDF2","A0A0R4IHD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A1D5NSY7","F1QDF2","A0A1D5NSY7","sall4","si:ch73-335l21.3","F1QDF2","A0A1D5NSY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A140LGP4","F1QDF2","A0A140LGP4","sall4","si:ch211-160o17.3","F1QDF2","A0A140LGP4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QW76","F1QDF2","F1QW76","sall4","batf","F1QDF2","F1QW76","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQF8","F1QDF2","A0A0R4IQF8","sall4","vps54","F1QDF2","A0A0R4IQF8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L897","F1QDF2","Q1L897","sall4","jtb","F1QDF2","Q1L897","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7X5","F1QDF2","F1Q7X5","sall4","cenpf","F1QDF2","F1Q7X5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FCN3","F1QDF2","E7FCN3","sall4","ldb3a","F1QDF2","E7FCN3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWI2","F1QDF2","glsl","sall4","glsa","F1QDF2","glutaminase (EC 3.5.1.2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEN5","F1QDF2","E7FEN5","sall4","adamts3","F1QDF2","E7FEN5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDV7","F1QDF2","F1RDV7","sall4","noctb","F1QDF2","F1RDV7","tf-link","27924024","regulates","txid7955" +"F1QDF2","H0WEF6","F1QDF2","H0WEF6","sall4","srr","F1QDF2","H0WEF6","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0R0B1","F1QDF2","B0R0B1","sall4","cbwd","F1QDF2","B0R0B1","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JAH0","F1QDF2","U3JAH0","sall4","bahcc1b","F1QDF2","U3JAH0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QT64","F1QDF2","F1QT64","sall4","celsr2","F1QDF2","F1QT64","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IM12","F1QDF2","A0A0R4IM12","sall4","si:dkey-234h16.7","F1QDF2","A0A0R4IM12","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUE8","F1QDF2","F1QUE8","sall4","surf1","F1QDF2","F1QUE8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q5T8","F1QDF2","Sema domain, immunoglobulin domain","sall4","sema3fb","F1QDF2","Sema domain, immunoglobulin domain (Ig), short basic domain, secreted, (semaphorin) 3Fb (Semaphorin-3F isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYN9","F1QDF2","zgc:77551","sall4","nup54","F1QDF2","Nucleoporin 54 (Nucleoporin p54) (Zgc:77551)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R4P2","F1QDF2","F1R4P2","sall4","rnf6","F1QDF2","F1R4P2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZW94","F1QDF2","zgc:56668","sall4","srp9","F1QDF2","Signal recognition particle 9 kDa protein (SRP9)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W5Z2","F1QDF2","pitx2","sall4","pitx2","F1QDF2","Pituitary homeobox 2 (Homeobox protein PITX2) (Paired-like homeodomain transcription factor 2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBM0","F1QDF2","E9QBM0","sall4","-","F1QDF2","E9QBM0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90YY7","F1QDF2","Q90YY7","sall4","cers2a","F1QDF2","Q90YY7","tf-link","27924024","regulates","txid7955" +"F1QDF2","X1WF30","F1QDF2","si:dkey-74h17.5","sall4","trmt61b","F1QDF2","tRNA (adenine(58)-N(1))-methyltransferase (EC 2.1.1.220)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZTU9","F1QDF2","tbx2b","sall4","tbx2b","F1QDF2","T-box transcription factor TBX2b (T-box protein 2b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8JI10","F1QDF2","dmbx1a","sall4","dmbx1a","F1QDF2","Diencephalon/mesencephalon homeobox protein 1-A (Paired homeobox protein 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R5P3","F1QDF2","F1R5P3","sall4","mcm6","F1QDF2","F1R5P3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QM17","F1QDF2","F1QM17","sall4","snrka","F1QDF2","F1QM17","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IQE7","F1QDF2","A0A0R4IQE7","sall4","znf341","F1QDF2","A0A0R4IQE7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ILE2","F1QDF2","A0A0R4ILE2","sall4","trim35-7","F1QDF2","A0A0R4ILE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM37","F1QDF2","B8JM37","sall4","si:ch73-41e3.7","F1QDF2","B8JM37","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGL7","F1QDF2","Q5RGL7","sall4","smyd2b","F1QDF2","Q5RGL7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5TZ78","F1QDF2","Q5TZ78","sall4","cyp2ad3","F1QDF2","Q5TZ78","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWF1","F1QDF2","Q8AWF1","sall4","yrk","F1QDF2","Q8AWF1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0J9YIW7","F1QDF2","A0A0J9YIW7","sall4","-","F1QDF2","A0A0J9YIW7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8Q2J0","F1QDF2","im:7149020","sall4","npc1","F1QDF2","Niemann-Pick C1 protein isoform X1 (Niemann-Pick disease, type C1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITG3","F1QDF2","A0A0R4ITG3","sall4","si:dkey-154b15.1","F1QDF2","A0A0R4ITG3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q566","F1QDF2","F1Q566","sall4","LOC100535931","F1QDF2","F1Q566","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4ZJI3","F1QDF2","mip2","sall4","mipb","F1QDF2","Aquaporin-0b (Lens fiber major intrinsic protein (EC 1.11.1.6)) (Major intrinsic protein of lens fiber b) (Mip-2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5G1","F1QDF2","E7F5G1","sall4","iqce","F1QDF2","E7F5G1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CG10","F1QDF2","A2CG10","sall4","ap3m2","F1QDF2","A2CG10","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9H5","F1QDF2","F1Q9H5","sall4","si:dkey-100n23.3","F1QDF2","F1Q9H5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIP3","F1QDF2","F1QIP3","sall4","ipo4","F1QDF2","F1QIP3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8QFM3","F1QDF2","fz7b","sall4","fzd7b","F1QDF2","Frizzled 7a (Frizzled 7b) (Frizzled class receptor 7b) (Frizzled-7)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ43","F1QDF2","F1QQ43","sall4","furina","F1QDF2","F1QQ43","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q992","F1QDF2","F1Q992","sall4","sptlc2b","F1QDF2","F1Q992","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPZ2","F1QDF2","crat","sall4","cratb","F1QDF2","Carnitine O-acetyltransferase b (EC 2.3.1.7) (Novel protein similar to vertebrate carnitine acetyltransferase (CRAT))","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FFM7","F1QDF2","si:dkey-269g4.3","sall4","anapc13","F1QDF2","Anaphase-promoting complex subunit 13 (Cyclosome subunit 13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ83","F1QDF2","F1QZ83","sall4","ubtf","F1QDF2","F1QZ83","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q90YX8","F1QDF2","Q90YX8","sall4","irx7","F1QDF2","Q90YX8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3U3","F1QDF2","E7F3U3","sall4","pdk1","F1QDF2","E7F3U3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9PTF9","F1QDF2","Bmp7","sall4","bmp7a","F1QDF2","Bone morphogenetic protein 7 (Bone morphogenetic protein 7a precursor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LYG6","F1QDF2","Q1LYG6","sall4","eef2a.2","F1QDF2","Q1LYG6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1REW2","F1QDF2","F1REW2","sall4","nubp2","F1QDF2","F1REW2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4U5","F1QDF2","wu:fk92c07","sall4","xrn1","F1QDF2","5'-3' exoribonuclease 1 (EC 3.1.13.-)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WW45","F1QDF2","A5WW45","sall4","si:ch73-103b9.2","F1QDF2","A5WW45","tf-link","27924024","regulates","txid7955" +"F1QDF2","E9QBK2","F1QDF2","E9QBK2","sall4","si:ch73-160h15.3","F1QDF2","E9QBK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F3C8","F1QDF2","E7F3C8","sall4","-","F1QDF2","E7F3C8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQ34","F1QDF2","F1QQ34","sall4","mrpl13","F1QDF2","F1QQ34","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DHK8","F1QDF2","Q6DHK8","sall4","slc10a7","F1QDF2","Q6DHK8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUE3","F1QDF2","F1QUE3","sall4","uqcrc1","F1QDF2","F1QUE3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QRB8","F1QDF2","PAI-1","sall4","serpine1","F1QDF2","Plasminogen activator inhibitor 1 (Endothelial plasminogen activator inhibitor) (Serpin E1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F1T2","F1QDF2","E7F1T2","sall4","si:dkey-38p12.3","F1QDF2","E7F1T2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2CF00","F1QDF2","A2CF00","sall4","shisa2a","F1QDF2","A2CF00","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q983","F1QDF2","F1Q983","sall4","tpbgb","F1QDF2","F1Q983","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0G2L0Q2","F1QDF2","A0A0G2L0Q2","sall4","hacd1","F1QDF2","A0A0G2L0Q2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DFC9","F1QDF2","wu:fc89b01","sall4","fgf4","F1QDF2","Fibroblast growth factor (FGF)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F881","F1QDF2","E7F881","sall4","abhd6a","F1QDF2","E7F881","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0A0MPT5","F1QDF2","A0A0A0MPT5","sall4","oma1","F1QDF2","A0A0A0MPT5","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEN0","F1QDF2","Polyhomeotic-like protein 3 isoform X4","sall4","si:ch211-230g15.5","F1QDF2","Polyhomeotic-like protein 3 isoform X4 (Si:ch211-230g15.5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZYW7","F1QDF2","zgc:55970","sall4","atp5mc3a","F1QDF2","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFN2","F1QDF2","F1QFN2","sall4","auts2b","F1QDF2","F1QFN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DEJ6","F1QDF2","Q6DEJ6","sall4","mfsd2ab","F1QDF2","Q6DEJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DDE0","F1QDF2","Q9DDE0","sall4","meis2b","F1QDF2","Q9DDE0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8JM41","F1QDF2","fe06a04","sall4","blzf1","F1QDF2","Basic leucine zipper nuclear factor 1 (Golgin-45)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LVW0","F1QDF2","Q1LVW0","sall4","btbd11a","F1QDF2","Q1LVW0","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QAK7","F1QDF2","A0A2R8QAK7","sall4","mrpl39","F1QDF2","A0A2R8QAK7","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F9F6","F1QDF2","E7F9F6","sall4","cacna1g","F1QDF2","E7F9F6","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q561S9","F1QDF2","H2A","sall4","hist1h2a3","F1QDF2","Histone H2A","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q802Z0","F1QDF2","Q802Z0","sall4","ythdf1","F1QDF2","Q802Z0","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DGD6","F1QDF2","B3DGD6","sall4","LOC565039","F1QDF2","B3DGD6","tf-link","27924024","regulates","txid7955" +"F1QDF2","O73779","F1QDF2","O73779","sall4","foxb1a","F1QDF2","O73779","tf-link","27924024","regulates","txid7955" +"F1QDF2","A3KPX4","F1QDF2","CHUNP6885","sall4","ppp1r10","F1QDF2","Serine/threonine-protein phosphatase 1 regulatory subunit 10 (MHC class I region proline-rich protein CAT53)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QIN5","F1QDF2","F1QIN5","sall4","dixdc1a","F1QDF2","F1QIN5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q8AWR7","F1QDF2","Q8AWR7","sall4","smad7","F1QDF2","Q8AWR7","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IXQ3","F1QDF2","A0A0R4IXQ3","sall4","cep72","F1QDF2","A0A0R4IXQ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGN2","F1QDF2","E7FGN2","sall4","rapgefl1","F1QDF2","E7FGN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0JME2","F1QDF2","atf7ip","sall4","atf7ip","F1QDF2","Activating transcription factor 7-interacting protein 1 (MBD1-containing chromatin-associated factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6M7","F1QDF2","F1R6M7","sall4","snx11","F1QDF2","F1R6M7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q08BZ3","F1QDF2","Q08BZ3","sall4","june","F1QDF2","Q08BZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","C4IXV6","F1QDF2","C4IXV6","sall4","tpcn3","F1QDF2","C4IXV6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RDU3","F1QDF2","F1RDU3","sall4","scml2","F1QDF2","F1RDU3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F6PEY1","F1QDF2","F6PEY1","sall4","iqca1","F1QDF2","F6PEY1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IK82","F1QDF2","A0A0R4IK82","sall4","si:ch211-233m11.2","F1QDF2","A0A0R4IK82","tf-link","27924024","regulates","txid7955" +"F1QDF2","B3DFT2","F1QDF2","B3DFT2","sall4","bbs1","F1QDF2","B3DFT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4ITC8","F1QDF2","A0A0R4ITC8","sall4","spartb","F1QDF2","A0A0R4ITC8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBT2","F1QDF2","DNA helicase","sall4","chd4b","F1QDF2","DNA helicase (EC 3.6.4.12)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSC3","F1QDF2","Growth factor receptor-bound protein 10 isoform X2","sall4","grb10b","F1QDF2","Growth factor receptor-bound protein 10 isoform X2 (Growth factor receptor-bound protein 10b)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q9E8","F1QDF2","zgc:165595","sall4","lig4","F1QDF2","DNA ligase (EC 6.5.1.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4FVK4","F1QDF2","rab8","sall4","rab8a","F1QDF2","RAB8A, member RAS oncogene family (Rab8a protein) (Ras-related protein Rab-8A)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IUE2","F1QDF2","A0A0R4IUE2","sall4","ndufv3","F1QDF2","A0A0R4IUE2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F6V0","F1QDF2","E7F6V0","sall4","trabd2a","F1QDF2","E7F6V0","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAT1","F1QDF2","F1RAT1","sall4","glmnb","F1QDF2","F1RAT1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QUC5","F1QDF2","F1QUC5","sall4","hdac9b","F1QDF2","F1QUC5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QQQ5","F1QDF2","gsnl","sall4","gsnb","F1QDF2","Gelsolin (ADF) (Actin-depolymerizing factor)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q864","F1QDF2","F1Q864","sall4","polr2m","F1QDF2","F1Q864","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QAZ3","F1QDF2","MICAL-2","sall4","micall2b","F1QDF2","Mical-like 2b (Protein-methionine sulfoxide oxidase mical2b (EC 1.14.13.225))","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F226","F1QDF2","E7F226","sall4","rerea","F1QDF2","E7F226","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IGJ6","F1QDF2","A0A0R4IGJ6","sall4","ppp1r9bb","F1QDF2","A0A0R4IGJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7D7","F1QDF2","F1Q7D7","sall4","ptk6a","F1QDF2","F1Q7D7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q802G6","F1QDF2","Q802G6","sall4","msrb1","F1QDF2","Q802G6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QDL2","F1QDF2","fb34b10","sall4","nsa2","F1QDF2","Ribosome biogenesis protein NSA2 homolog","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2BG45","F1QDF2","git2","sall4","git2a","F1QDF2","ARF GTPase-activating protein GIT2 (G protein-coupled receptor kinase-interacting ArfGAP 2a)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QAU3","F1QDF2","zgc:56526","sall4","imp3","F1QDF2","IMP U3 small nucleolar ribonucleoprotein 3 (U3 small nucleolar ribonucleoprotein protein IMP3)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZF2","F1QDF2","F1QZF2","sall4","notch3","F1QDF2","F1QZF2","tf-link","27924024","regulates","txid7955" +"F1QDF2","B0V3D1","F1QDF2","B0V3D1","sall4","her4.2","F1QDF2","B0V3D1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IIU5","F1QDF2","A0A0R4IIU5","sall4","-","F1QDF2","A0A0R4IIU5","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IV01","F1QDF2","A0A0R4IV01","sall4","rps6kc1","F1QDF2","A0A0R4IV01","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q561T3","F1QDF2","Q561T3","sall4","kctd12.2","F1QDF2","Q561T3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IWN8","F1QDF2","A0A0R4IWN8","sall4","si:ch73-281n10.2","F1QDF2","A0A0R4IWN8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QCK2","F1QDF2","F1QCK2","sall4","abcb6a","F1QDF2","F1QCK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8PW65","F1QDF2","A0A2R8PW65","sall4","nqo1","F1QDF2","A0A2R8PW65","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q05AN2","F1QDF2","Q05AN2","sall4","mrpl21","F1QDF2","Q05AN2","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FGL4","F1QDF2","E7FGL4","sall4","abhd17ab","F1QDF2","E7FGL4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DE40","F1QDF2","hm:zeh0655","sall4","zic2b","F1QDF2","ZIC family member 2 (Odd-paired homolog, Drosophila) B (Zic family member 2b) (Zinc finger protein Zic2)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IC37","F1QDF2","cpsf1","sall4","cpsf1","F1QDF2","Cleavage and polyadenylation specificity factor subunit 1 (Cleavage and polyadenylation specific factor 1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RBB7","F1QDF2","F1RBB7","sall4","fam214b","F1QDF2","F1RBB7","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LUT2","F1QDF2","Q1LUT2","sall4","top2b","F1QDF2","Q1LUT2","tf-link","27924024","regulates","txid7955" +"F1QDF2","F8W4H9","F1QDF2","F8W4H9","sall4","mrap2a","F1QDF2","F8W4H9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FEK3","F1QDF2","E7FEK3","sall4","fam118b","F1QDF2","E7FEK3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1L966","F1QDF2","atxn1b","sall4","atxn1a","F1QDF2","Ataxin 1a (Ataxin 1b) (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A4JYQ0","F1QDF2","cb549","sall4","cntfr","F1QDF2","Ciliary neurotrophic factor receptor (Cntfr)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F318","F1QDF2","E7F318","sall4","eef2k","F1QDF2","E7F318","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WW31","F1QDF2","A5WW31","sall4","s100u","F1QDF2","A5WW31","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4T1","F1QDF2","Kinesin family member 25","sall4","kif25","F1QDF2","Kinesin family member 25 (Kinesin-like protein KIF25 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QSP8","F1QDF2","F1QSP8","sall4","prdx4","F1QDF2","F1QSP8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RD40","F1QDF2","mycbp2","sall4","mycbp2","F1QDF2","E3 ubiquitin-protein ligase MYCBP2 (EC 2.3.2.33) (Myc-binding protein 2) (Protein Esrom)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R6L3","F1QDF2","F1R6L3","sall4","cirbpb","F1QDF2","F1R6L3","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q4R3","F1QDF2","F1Q4R3","sall4","igdcc4","F1QDF2","F1Q4R3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DGH5","F1QDF2","Q6DGH5","sall4","asb13a.1","F1QDF2","Q6DGH5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RAB1","F1QDF2","F1RAB1","sall4","rasd2","F1QDF2","F1RAB1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q804G3","F1QDF2","Q804G3","sall4","anxa11b","F1QDF2","Q804G3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A9C4A9","F1QDF2","A9C4A9","sall4","fance","F1QDF2","A9C4A9","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7ZZ56","F1QDF2","Q7ZZ56","sall4","ptenb","F1QDF2","Q7ZZ56","tf-link","27924024","regulates","txid7955" +"F1QDF2","A2RUZ0","F1QDF2","zgc:158474","sall4","sh2b1","F1QDF2","SH2B adapter protein 1 (SH2B adaptor protein 1) (Zgc:158474 protein)","tf-link","27924024","regulates","txid7955" +"F1QDF2","P22574","F1QDF2","hoxb4a","sall4","hoxb4a","F1QDF2","Homeobox protein Hox-B4a (Hox-B4) (Homeobox protein Zf-13)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R3I8","F1QDF2","F1R3I8","sall4","si:ch73-236c18.8","F1QDF2","F1R3I8","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6P0Z4","F1QDF2","sox4","sall4","sox4a","F1QDF2","Transcription factor SOX","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q801V3","F1QDF2","azin1","sall4","azin1b","F1QDF2","Antizyme inhibitor 1b","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F221","F1QDF2","E7F221","sall4","frmd8","F1QDF2","E7F221","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6DEH3","F1QDF2","camk2d1","sall4","camk2d1","F1QDF2","Calcium/calmodulin-dependent protein kinase type II delta 1 chain (EC 2.7.11.17) (Calcium/calmodulin-dependent protein kinase type II delta-B chain) (CaM kinase II subunit delta-B) (CaM-kinase II delta-B chain) (CaMK-II subunit delta-B)","tf-link","27924024","regulates","txid7955" +"F1QDF2","B8A637","F1QDF2","B8A637","sall4","-","F1QDF2","B8A637","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q6D1","F1QDF2","F1Q6D1","sall4","pgpep1l","F1QDF2","F1Q6D1","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q1LWS5","F1QDF2","Q1LWS5","sall4","guca1a","F1QDF2","Q1LWS5","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QW26","F1QDF2","F1QW26","sall4","nyap2b","F1QDF2","F1QW26","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F2A4","F1QDF2","Epsin 3a","sall4","epn3a","F1QDF2","Epsin 3a (Epsin-3 isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","A5WUQ0","F1QDF2","A5WUQ0","sall4","optn","F1QDF2","A5WUQ0","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NVI6","F1QDF2","unm_tf212","sall4","cct5","F1QDF2","T-complex protein 1 subunit epsilon (CCT-epsilon)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGI5","F1QDF2","Q5RGI5","sall4","ppp6r2a","F1QDF2","Q5RGI5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q4V8W8","F1QDF2","Smad nuclear-interacting protein","sall4","snip1","F1QDF2","Smad nuclear-interacting protein","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F7B8","F1QDF2","E7F7B8","sall4","ier2b","F1QDF2","E7F7B8","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IAR3","F1QDF2","A0A0R4IAR3","sall4","rab42b","F1QDF2","A0A0R4IAR3","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q7SXV4","F1QDF2","Q7SXV4","sall4","cyp26a1","F1QDF2","Q7SXV4","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q534","F1QDF2","F1Q534","sall4","igsf8","F1QDF2","F1Q534","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RHX9","F1QDF2","Q5RHX9","sall4","cdk17","F1QDF2","Q5RHX9","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F533","F1QDF2","receptor protein-tyrosine kinase","sall4","epha2b","F1QDF2","receptor protein-tyrosine kinase (EC 2.7.10.1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q947","F1QDF2","F1Q947","sall4","ndrg3b","F1QDF2","F1Q947","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QWD1","F1QDF2","F1QWD1","sall4","LOC571912","F1QDF2","F1QWD1","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IPK7","F1QDF2","A0A0R4IPK7","sall4","vps4b","F1QDF2","A0A0R4IPK7","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1Q7E1","F1QDF2","mgat3","sall4","mgat3a","F1QDF2","Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase a (Beta-1,4-mannosyl-glycoprotein 4-beta-N-acetylglucosaminyltransferase isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9W7E7","F1QDF2","smad5","sall4","smad5","F1QDF2","Mothers against decapentaplegic homolog 5 (MAD homolog 5) (Mothers against DPP homolog 5) (Protein somitabun) (SMAD family member 5) (SMAD 5) (Smad5)","tf-link","27924024","regulates","txid7955" +"F1QDF2","U3JA33","F1QDF2","U3JA33","sall4","-","F1QDF2","U3JA33","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1RE28","F1QDF2","F1RE28","sall4","mtrr","F1QDF2","F1RE28","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A0R4IBR4","F1QDF2","Hif-3alpha","sall4","hif1al","F1QDF2","Hypoxia-inducible factor 1 subunit alpha,-like (Hypoxia-inducible factor 3-alpha isoform X1)","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q6NYJ8","F1QDF2","Q6NYJ8","sall4","mob1a","F1QDF2","Q6NYJ8","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QFJ6","F1QDF2","F1QFJ6","sall4","anks3","F1QDF2","F1QFJ6","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1R2J6","F1QDF2","F1R2J6","sall4","eefsec","F1QDF2","F1R2J6","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0A2R8QHK5","F1QDF2","A0A2R8QHK5","sall4","-","F1QDF2","A0A2R8QHK5","tf-link","27924024","regulates","txid7955" +"F1QDF2","Z4YHZ3","F1QDF2","Z4YHZ3","sall4","vrtn","F1QDF2","Z4YHZ3","tf-link","27924024","regulates","txid7955" +"F1QDF2","A0MGZ5","F1QDF2","hs6st1b","sall4","hs6st1b","F1QDF2","Heparan-sulfate 6-O-sulfotransferase 1-B (HS 6-OST-1B) (EC 2.8.2.-)","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7F5T1","F1QDF2","E7F5T1","sall4","si:ch1073-165f9.2","F1QDF2","E7F5T1","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QZ60","F1QDF2","Ku70","sall4","xrcc6","F1QDF2","X-ray repair cross-complementing protein 6 (X-ray repair-complementing defective repair in Chinese hamster cells 6)","tf-link","27924024","regulates","txid7955" +"F1QDF2","F1QEY8","F1QDF2","F1QEY8","sall4","phgdh","F1QDF2","F1QEY8","tf-link","27924024","regulates","txid7955" +"F1QDF2","E7FDK2","F1QDF2","E7FDK2","sall4","mylkb","F1QDF2","E7FDK2","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q5RGJ4","F1QDF2","Q5RGJ4","sall4","klhl42","F1QDF2","Q5RGJ4","tf-link","27924024","regulates","txid7955" +"F1QDF2","Q9DF41","F1QDF2","wu:fc30a03","sall4","her9","F1QDF2","BHLH-WRPW transcription factor (Hairy-related 9) (Transcription factor HES-4)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IKN8","Q6JAA4","A0A0R4IKN8","ctcf","ptcd3","Q6JAA4","A0A0R4IKN8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FC33","Q6JAA4","Cohesin subunit SA","ctcf","stag1b","Q6JAA4","Cohesin subunit SA (SCC3 homolog) (Stromal antigen)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F9N2","Q6JAA4","E7F9N2","ctcf","pkdccb","Q6JAA4","E7F9N2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FGD3","Q6JAA4","KAT8 regulatory NSL complex subunit 1 isoform X2","ctcf","kansl1a","Q6JAA4","KAT8 regulatory NSL complex subunit 1 isoform X2 (KAT8 regulatory NSL complex subunit 1a)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6IQE0","Q6JAA4","Q6IQE0","ctcf","puf60b","Q6JAA4","Q6IQE0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","P09014","Q6JAA4","P09014","ctcf","hoxb5a","Q6JAA4","P09014","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A8DZ86","Q6JAA4","A8DZ86","ctcf","vasna","Q6JAA4","A8DZ86","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B8JMI2","Q6JAA4","dvl3","ctcf","dvl3a","Q6JAA4","Dishevelled segment polarity protein 3a","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B0R147","Q6JAA4","B0R147","ctcf","setbp1","Q6JAA4","B0R147","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R5E0","Q6JAA4","F1R5E0","ctcf","slc44a5a","Q6JAA4","F1R5E0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R333","Q6JAA4","F1R333","ctcf","alg11","Q6JAA4","F1R333","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A3KNL5","Q6JAA4","A3KNL5","ctcf","atp5if1a","Q6JAA4","A3KNL5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F8W608","Q6JAA4","F8W608","ctcf","-","Q6JAA4","F8W608","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6P116","Q6JAA4","Q6P116","ctcf","rcor2","Q6JAA4","Q6P116","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QNS9","Q6JAA4","F1QNS9","ctcf","rpz6","Q6JAA4","F1QNS9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5U7D2","Q6JAA4","im:7141548","ctcf","extl3","Q6JAA4","Exostoses (Multiple)-like 3 (Exostosin-like 3 (EC 2.4.1.223)) (Exostosin-like glycosyltransferase 3)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A4IG29","Q6JAA4","A4IG29","ctcf","m1ap","Q6JAA4","A4IG29","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B0JZL9","Q6JAA4","B0JZL9","ctcf","ube2z","Q6JAA4","B0JZL9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R6S0","Q6JAA4","F1R6S0","ctcf","-","Q6JAA4","F1R6S0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A1A5I1","Q6JAA4","A1A5I1","ctcf","fam133","Q6JAA4","A1A5I1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QIR0","Q6JAA4","Phosphoinositide 3-kinase adapter protein 1","ctcf","pik3ap1","Q6JAA4","Phosphoinositide 3-kinase adapter protein 1 (Phosphoinositide-3-kinase adaptor protein 1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B8A5I1","Q6JAA4","B8A5I1","ctcf","kifbp","Q6JAA4","B8A5I1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QM16","Q6JAA4","F1QM16","ctcf","trpc4apa","Q6JAA4","F1QM16","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A5PMP4","Q6JAA4","A5PMP4","ctcf","wdr83","Q6JAA4","A5PMP4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7T321","Q6JAA4","Q7T321","ctcf","kcmf1","Q6JAA4","Q7T321","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4ITW2","Q6JAA4","A0A0R4ITW2","ctcf","si:dkey-11c5.11","Q6JAA4","A0A0R4ITW2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IG34","Q6JAA4","A0A0R4IG34","ctcf","-","Q6JAA4","A0A0R4IG34","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R2K9","Q6JAA4","F1R2K9","ctcf","rrm1","Q6JAA4","F1R2K9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","D3KYL2","Q6JAA4","fj59a01","ctcf","gphnb","Q6JAA4","Gephyrin b (EC 2.10.1.1) (Gephyrin2 isoform)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IJI1","Q6JAA4","A0A0R4IJI1","ctcf","si:ch211-225b11.4","Q6JAA4","A0A0R4IJI1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q05AL8","Q6JAA4","Q05AL8","ctcf","znf76","Q6JAA4","Q05AL8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FBI6","Q6JAA4","E7FBI6","ctcf","si:ch73-193c12.2","Q6JAA4","E7FBI6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","I3IS54","Q6JAA4","si:ch1073-342h5.2","ctcf","si:ch1073-342h5.2","Q6JAA4","Leucine-rich repeat-containing protein 41","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F528","Q6JAA4","E7F528","ctcf","rtkn2b","Q6JAA4","E7F528","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2BID3","Q6JAA4","A2BID3","ctcf","ccnl1a","Q6JAA4","A2BID3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q3B748","Q6JAA4","Q3B748","ctcf","llph","Q6JAA4","Q3B748","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IP12","Q6JAA4","PDS5 cohesin-associated factor B","ctcf","pds5b","Q6JAA4","PDS5 cohesin-associated factor B (Sister chromatid cohesion protein PDS5 homolog B)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IT16","Q6JAA4","A0A0R4IT16","ctcf","rtf2","Q6JAA4","A0A0R4IT16","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5SNS6","Q6JAA4","Q5SNS6","ctcf","znf292b","Q6JAA4","Q5SNS6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7T2I8","Q6JAA4","Q7T2I8","ctcf","rdh8a","Q6JAA4","Q7T2I8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QW11","Q6JAA4","F1QW11","ctcf","ftr12","Q6JAA4","F1QW11","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1Q4N6","Q6JAA4","F1Q4N6","ctcf","-","Q6JAA4","F1Q4N6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A3KPR4","Q6JAA4","A3KPR4","ctcf","hist1h4l","Q6JAA4","A3KPR4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QHV4","Q6JAA4","E9QHV4","ctcf","rbm11","Q6JAA4","E9QHV4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QDU5","Q6JAA4","F1QDU5","ctcf","snx30","Q6JAA4","F1QDU5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QKC2","Q6JAA4","A0A2R8QKC2","ctcf","n4bp2","Q6JAA4","A0A2R8QKC2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QFC8","Q6JAA4","E9QFC8","ctcf","-","Q6JAA4","E9QFC8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6TGU2","Q6JAA4","seh1l","ctcf","seh1l","Q6JAA4","Nucleoporin SEH1 (GATOR2 complex protein SEH1) (Nup107-160 subcomplex subunit seh1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QGU6","Q6JAA4","A0A2R8QGU6","ctcf","strn4","Q6JAA4","A0A2R8QGU6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5RIV1","Q6JAA4","clock","ctcf","clocka","Q6JAA4","Circadian locomoter output cycles protein kaput","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q8Z9","Q6JAA4","A0A2R8Q8Z9","ctcf","haus7","Q6JAA4","A0A2R8Q8Z9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A1D5NSS7","Q6JAA4","A0A1D5NSS7","ctcf","trip6","Q6JAA4","A0A1D5NSS7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5SPB2","Q6JAA4","Q5SPB2","ctcf","scaf11","Q6JAA4","Q5SPB2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6TGT3","Q6JAA4","TCTE1L","ctcf","dynlt3","Q6JAA4","Dynein light chain Tctex-type 3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F8W2D0","Q6JAA4","F8W2D0","ctcf","mycbpap","Q6JAA4","F8W2D0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IP49","Q6JAA4","A0A0R4IP49","ctcf","irak4","Q6JAA4","A0A0R4IP49","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B0V199","Q6JAA4","B0V199","ctcf","hacd2","Q6JAA4","B0V199","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IPV1","Q6JAA4","A0A0R4IPV1","ctcf","alad","Q6JAA4","A0A0R4IPV1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QGF0","Q6JAA4","F1QGF0","ctcf","pxylp1","Q6JAA4","F1QGF0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q568A0","Q6JAA4","prkrip1","ctcf","prkrip1","Q6JAA4","PRKR-interacting protein 1 homolog","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IHQ6","Q6JAA4","A0A0R4IHQ6","ctcf","-","Q6JAA4","A0A0R4IHQ6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WEE6","Q6JAA4","Family with sequence similarity 98 member A","ctcf","fam98a","Q6JAA4","Family with sequence similarity 98 member A (Protein FAM98A)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IGE7","Q6JAA4","fls","ctcf","edar","Q6JAA4","Ectodysplasin A receptor (Tumor necrosis factor receptor superfamily member EDAR precursor)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A140LGQ6","Q6JAA4","A0A140LGQ6","ctcf","dnajc14","Q6JAA4","A0A140LGQ6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B0UYQ8","Q6JAA4","B0UYQ8","ctcf","si:dkey-67c22.2","Q6JAA4","B0UYQ8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QHQ3","Q6JAA4","A0A2R8QHQ3","ctcf","nhsb","Q6JAA4","A0A2R8QHQ3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WCD0","Q6JAA4","X1WCD0","ctcf","si:ch211-266g18.10","Q6JAA4","X1WCD0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F897","Q6JAA4","E7F897","ctcf","cpb2","Q6JAA4","E7F897","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FGA4","Q6JAA4","NRG2b","ctcf","nrg2b","Q6JAA4","Neuregulin 2 (Pro-neuregulin-2, membrane-bound isoform isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QK30","Q6JAA4","F1QK30","ctcf","rwdd","Q6JAA4","F1QK30","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QHL9","Q6JAA4","E9QHL9","ctcf","xpo6","Q6JAA4","E9QHL9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QNA7","Q6JAA4","F1QNA7","ctcf","stag1a","Q6JAA4","F1QNA7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0M8V6","Q6JAA4","A0M8V6","ctcf","cav2","Q6JAA4","A0M8V6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1L8I1","Q6JAA4","Q1L8I1","ctcf","si:dkey-234l24.8","Q6JAA4","Q1L8I1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7SX94","Q6JAA4","zgc:66282","ctcf","pfdn6","Q6JAA4","Prefoldin subunit 6 (Zgc:66282)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0G2KY48","Q6JAA4","A0A0G2KY48","ctcf","azi2","Q6JAA4","A0A0G2KY48","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QJM9","Q6JAA4","F1QJM9","ctcf","vwa10.1","Q6JAA4","F1QJM9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F6PBX1","Q6JAA4","F6PBX1","ctcf","ccdc85al","Q6JAA4","F6PBX1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4ITX2","Q6JAA4","A0A0R4ITX2","ctcf","map3k22","Q6JAA4","A0A0R4ITX2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7SX76","Q6JAA4","fgfrl1","ctcf","fgfrl1a","Q6JAA4","FGF receptor-like protein 1a (Fgfrl1a) (Fibroblast growth factor receptor-like 1 precursor (EC 3.2.1.76)) (Fibroblast growth factor receptor-like 1a)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A1A5T6","Q6JAA4","A1A5T6","ctcf","dido1","Q6JAA4","A1A5T6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4ISU7","Q6JAA4","A0A0R4ISU7","ctcf","si:dkey-239h2.3","Q6JAA4","A0A0R4ISU7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B0V332","Q6JAA4","B0V332","ctcf","tra2b","Q6JAA4","B0V332","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q502K9","Q6JAA4","Q502K9","ctcf","selenot2","Q6JAA4","Q502K9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1Q5Q7","Q6JAA4","Pmscl2","ctcf","exosc10","Q6JAA4","Exosome component 10","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A1D5NS22","Q6JAA4","Si:ch211-189a15.5","ctcf","si:ch211-189a15.5","Q6JAA4","Si:ch211-189a15.5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QYD0","Q6JAA4","F1QYD0","ctcf","b3gntl1","Q6JAA4","F1QYD0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5RGI2","Q6JAA4","si:dkey-27k7.3","ctcf","nup107","Q6JAA4","Nuclear pore complex protein","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4I9V4","Q6JAA4","DNA-directed RNA polymerase subunit","ctcf","polr1a","Q6JAA4","DNA-directed RNA polymerase subunit (EC 2.7.7.6)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q802V1","Q6JAA4","Q802V1","ctcf","ss18","Q6JAA4","Q802V1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WDL1","Q6JAA4","X1WDL1","ctcf","si:dkey-7j14.5","Q6JAA4","X1WDL1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5RIW8","Q6JAA4","med23","ctcf","med23","Q6JAA4","Mediator of RNA polymerase II transcription subunit 23 (Cofactor required for Sp1 transcriptional activation subunit 3) (CRSP complex subunit 3) (Mediator complex subunit 23)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6P0H6","Q6JAA4","cops4","ctcf","cops4","Q6JAA4","COP9 signalosome complex subunit 4 (Signalosome subunit 4)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2CEX5","Q6JAA4","A2CEX5","ctcf","rnf215","Q6JAA4","A2CEX5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0G2L0T1","Q6JAA4","A0A0G2L0T1","ctcf","-","Q6JAA4","A0A0G2L0T1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7ZVR1","Q6JAA4","wdr75","ctcf","wdr75","Q6JAA4","WD repeat-containing protein 75","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7EZY0","Q6JAA4","E7EZY0","ctcf","r3hdml","Q6JAA4","E7EZY0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6AZD3","Q6JAA4","meaf6","ctcf","meaf6","Q6JAA4","Chromatin modification-related protein MEAF6 (MYST/Esa1-associated factor 6) (Esa1-associated factor 6 homolog) (Protein EAF6 homolog)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1MT85","Q6JAA4","LOC556431","ctcf","trhr2","Q6JAA4","Thyrotropin-releasing hormone receptor (Thyroliberin receptor)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F920","Q6JAA4","E7F920","ctcf","abtb1","Q6JAA4","E7F920","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F1N0","Q6JAA4","E7F1N0","ctcf","def6b","Q6JAA4","E7F1N0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F2N1","Q6JAA4","si:ch73-352p4.5","ctcf","si:ch73-352p4.5","Q6JAA4","RAD9, HUS1, RAD1-interacting nuclear orphan protein 1 (Si:ch73-352p4.5)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1Q4N4","Q6JAA4","im:7149850","ctcf","ndufs2","Q6JAA4","NADH dehydrogenase [ubiquinone] iron-sulfur protein 2, mitochondrial (Complex I-49kD) (NADH-ubiquinone oxidoreductase 49 kDa subunit)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R9J0","Q6JAA4","F1R9J0","ctcf","hdac8","Q6JAA4","F1R9J0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A8WI00","Q6JAA4","zgc:103628","ctcf","stam2","Q6JAA4","Signal transducing adapter molecule 2 (Signal transducing adaptor molecule (SH3 domain and ITAM motif) 2)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QI59","Q6JAA4","F1QI59","ctcf","ppp1cb","Q6JAA4","F1QI59","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8RUA0","Q6JAA4","A0A2R8RUA0","ctcf","nucb2a","Q6JAA4","A0A2R8RUA0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A140LG62","Q6JAA4","A0A140LG62","ctcf","arhgef11","Q6JAA4","A0A140LG62","tf-link","27924024","regulates","txid7955" +"Q6JAA4","I3ISZ9","Q6JAA4","I3ISZ9","ctcf","si:dkey-260c8.8","Q6JAA4","I3ISZ9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7ZUJ8","Q6JAA4","wu:fb11d10","ctcf","psmb3","Q6JAA4","Proteasome subunit beta","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5BJ18","Q6JAA4","Q5BJ18","ctcf","hsbp1a","Q6JAA4","Q5BJ18","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QRF9","Q6JAA4","F1QRF9","ctcf","foxm1","Q6JAA4","F1QRF9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QQ75","Q6JAA4","F1QQ75","ctcf","si:dkey-65b13.1","Q6JAA4","F1QQ75","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6NYD1","Q6JAA4","romo1","ctcf","romo1","Q6JAA4","Reactive oxygen species modulator 1 (ROS modulator 1) (Protein MGR2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R215","Q6JAA4","si:ch211-245h14.3","ctcf","gtf3c2","Q6JAA4","General transcription factor 3C polypeptide 2 isoform X1 (General transcription factor IIIC, polypeptide 2, beta)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A1A5H8","Q6JAA4","yes1","ctcf","yes1","Q6JAA4","Tyrosine-protein kinase yes (EC 2.7.10.2) (p61-Yes)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QST7","Q6JAA4","A0A2R8QST7","ctcf","LOC110439853","Q6JAA4","A0A2R8QST7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R509","Q6JAA4","zgc:158782","ctcf","mto1","Q6JAA4","Protein MTO1 homolog, mitochondrial","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RBF8","Q6JAA4","F1RBF8","ctcf","kcnh1a","Q6JAA4","F1RBF8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6DRD2","Q6JAA4","wu:fc85c10","ctcf","psmc6","Q6JAA4","26S protease regulatory subunit 10B (26S protease regulatory subunit S10B) (Proteasome (Prosome, macropain) 26S subunit, ATPase, 6) (Proteasome 26S subunit, ATPase 6) (Psmc6 protein)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1Q685","Q6JAA4","F1Q685","ctcf","mrpl11","Q6JAA4","F1Q685","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IPF7","Q6JAA4","A0A0R4IPF7","ctcf","si:dkey-6a5.3","Q6JAA4","A0A0R4IPF7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RDV7","Q6JAA4","F1RDV7","ctcf","noctb","Q6JAA4","F1RDV7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R9P7","Q6JAA4","F1R9P7","ctcf","trim44","Q6JAA4","F1R9P7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QM07","Q6JAA4","Adhesion G protein-coupled receptor L3 isoform X1","ctcf","adgrl3.1","Q6JAA4","Adhesion G protein-coupled receptor L3 isoform X1 (Adhesion G protein-coupled receptor L3.1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A9JRC7","Q6JAA4","ppp4cb","ctcf","ppp4cb","Q6JAA4","Serine/threonine-protein phosphatase 4 catalytic subunit B (PP4C-B) (EC 3.1.3.16)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A5WUS3","Q6JAA4","A5WUS3","ctcf","-","Q6JAA4","A5WUS3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F8X0","Q6JAA4","E7F8X0","ctcf","srpx2","Q6JAA4","E7F8X0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7ZYW7","Q6JAA4","zgc:55970","ctcf","atp5mc3a","Q6JAA4","ATP synthase lipid-binding protein (ATPase protein 9) (ATPase subunit c)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F226","Q6JAA4","E7F226","ctcf","rerea","Q6JAA4","E7F226","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QD70","Q6JAA4","A0A2R8QD70","ctcf","ggcx","Q6JAA4","A0A2R8QD70","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1L966","Q6JAA4","atxn1b","ctcf","atxn1a","Q6JAA4","Ataxin 1a (Ataxin 1b) (Ataxin-1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QSS0","Q6JAA4","F1QSS0","ctcf","riox1","Q6JAA4","F1QSS0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q1D2","Q6JAA4","dscr5","ctcf","pigp","Q6JAA4","Phosphatidylinositol N-acetylglucosaminyltransferase subunit P","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F221","Q6JAA4","E7F221","ctcf","frmd8","Q6JAA4","E7F221","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QKJ7","Q6JAA4","A0A2R8QKJ7","ctcf","-","Q6JAA4","A0A2R8QKJ7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","P13104","Q6JAA4","tpma","ctcf","tpma","Q6JAA4","Tropomyosin alpha-1 chain (Alpha-tropomyosin) (Tropomyosin-1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IG19","Q6JAA4","A0A0R4IG19","ctcf","sh3glb2a","Q6JAA4","A0A0R4IG19","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0J9YIG5","Q6JAA4","A0A0J9YIG5","ctcf","sec61a1l","Q6JAA4","A0A0J9YIG5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5TYR6","Q6JAA4","Q5TYR6","ctcf","crip2l","Q6JAA4","Q5TYR6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1LYC5","Q6JAA4","Q1LYC5","ctcf","micu2","Q6JAA4","Q1LYC5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5RH85","Q6JAA4","fi12h10","ctcf","atf6","Q6JAA4","Activating transcription factor 6 (Cyclic AMP-dependent transcription factor ATF-6 alpha)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IQI6","Q6JAA4","A0A0R4IQI6","ctcf","si:ch211-11n16.2","Q6JAA4","A0A0R4IQI6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6P5L0","Q6JAA4","Q6P5L0","ctcf","arl4d","Q6JAA4","Q6P5L0","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2CE93","Q6JAA4","fc20f09","ctcf","iqgap2","Q6JAA4","IQ motif-containing GTPase-activating protein 2 (Ras GTPase-activating-like protein IQGAP2)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5YKG4","Q6JAA4","gna12","ctcf","gna12a","Q6JAA4","G-protein alpha 12 (Guanine nucleotide binding protein (G protein) alpha 12) (Guanine nucleotide-binding protein (G protein) alpha 12a) (Guanine nucleotide-binding protein subunit alpha-12)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q805F0","Q6JAA4","pcdh10","ctcf","pcdh10b","Q6JAA4","Protocadherin 10 (Protocadherin 10b precursor)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q05AJ1","Q6JAA4","Q05AJ1","ctcf","larp4b","Q6JAA4","Q05AJ1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F0M3","Q6JAA4","E7F0M3","ctcf","coq8ab","Q6JAA4","E7F0M3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IAX4","Q6JAA4","A0A0R4IAX4","ctcf","tmem42a","Q6JAA4","A0A0R4IAX4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2CEW4","Q6JAA4","A2CEW4","ctcf","atic","Q6JAA4","A2CEW4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QNY7","Q6JAA4","F1QNY7","ctcf","pdgfra","Q6JAA4","F1QNY7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1L9B2","Q6JAA4","Q1L9B2","ctcf","senp7b","Q6JAA4","Q1L9B2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q66HW3","Q6JAA4","zgc:92316","ctcf","pip5k1bb","Q6JAA4","Phosphatidylinositol-4-phosphate 5-kinase type-1 beta (EC 2.7.1.68) (Phosphatidylinositol-4-phosphate 5-kinase, type I, beta b) (Zgc:92316)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6DG38","Q6JAA4","gpat3","ctcf","gpat3","Q6JAA4","Glycerol-3-phosphate acyltransferase 3 (GPAT-3) (EC 2.3.1.15) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 10) (AGPAT 10) (1-acyl-sn-glycerol-3-phosphate O-acyltransferase 9) (1-AGP acyltransferase 9) (1-AGPAT 9) (EC 2.3.1.51) (Lysophosphatidic acid acyltransferase theta) (LPAAT-theta)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6DG29","Q6JAA4","wu:fa97c09","ctcf","limk2","Q6JAA4","LIM domain kinase 2 (EC 2.7.11.1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FEV0","Q6JAA4","wdr81","ctcf","wdr81","Q6JAA4","WD repeat-containing protein 81","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R5G2","Q6JAA4","F1R5G2","ctcf","nxn","Q6JAA4","F1R5G2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2CE48","Q6JAA4","A2CE48","ctcf","pias2","Q6JAA4","A2CE48","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B7ZD93","Q6JAA4","B7ZD93","ctcf","mtres1","Q6JAA4","B7ZD93","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F8W428","Q6JAA4","im:7140950","ctcf","cul4b","Q6JAA4","Cullin-4B","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IUY7","Q6JAA4","A0A0R4IUY7","ctcf","abcg2a","Q6JAA4","A0A0R4IUY7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QGD3","Q6JAA4","F1QGD3","ctcf","irak1bp1","Q6JAA4","F1QGD3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WHV6","Q6JAA4","X1WHV6","ctcf","ubap1la","Q6JAA4","X1WHV6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QUJ1","Q6JAA4","deltex3","ctcf","dtx3","Q6JAA4","E3 ubiquitin-protein ligase (EC 2.3.2.27)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q4VBU0","Q6JAA4","wu:fd20d04","ctcf","bckdha","Q6JAA4","2-oxoisovalerate dehydrogenase subunit alpha (EC 1.2.4.4) (Branched-chain alpha-keto acid dehydrogenase E1 component alpha chain)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QJ47","Q6JAA4","A0A2R8QJ47","ctcf","vps72b","Q6JAA4","A0A2R8QJ47","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A5WWG2","Q6JAA4","cip1","ctcf","cdkn1a","Q6JAA4","Cyclin-dependent kinase inhibitor 1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","R4GEN1","Q6JAA4","R4GEN1","ctcf","si:dkey-31m14.7","Q6JAA4","R4GEN1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6GQM7","Q6JAA4","zgc:91871","ctcf","bambib","Q6JAA4","BMP and activin membrane-bound inhibitor homolog","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QBL4","Q6JAA4","E9QBL4","ctcf","brwd3","Q6JAA4","E9QBL4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","D6RRB7","Q6JAA4","MKK7","ctcf","map2k7","Q6JAA4","mitogen-activated protein kinase kinase (EC 2.7.12.2)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7EYM9","Q6JAA4","E7EYM9","ctcf","bscl2","Q6JAA4","E7EYM9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RAT9","Q6JAA4","zgc:194204","ctcf","naa30","Q6JAA4","N-alpha-acetyltransferase 30 (EC 2.3.1.88)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q66I11","Q6JAA4","zgc:92102","ctcf","nt5c2l1","Q6JAA4","5'-nucleotidase, cytosolic II,-like 1 (Zgc:92102)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R300","Q6JAA4","im:7142962","ctcf","snrpa1","Q6JAA4","Small nuclear ribonucleoprotein polypeptide A' (U2 small nuclear ribonucleoprotein A')","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6DHL5","Q6JAA4","Q6DHL5","ctcf","lrrc57","Q6JAA4","Q6DHL5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F453","Q6JAA4","E7F453","ctcf","im:7147486","Q6JAA4","E7F453","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F7D9","Q6JAA4","E7F7D9","ctcf","caln2","Q6JAA4","E7F7D9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QBH8","Q6JAA4","E9QBH8","ctcf","ubac2","Q6JAA4","E9QBH8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","R4GEX4","Q6JAA4","R4GEX4","ctcf","eif3f","Q6JAA4","R4GEX4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q802F5","Q6JAA4","Q802F5","ctcf","selenow2a","Q6JAA4","Q802F5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5NIW0","Q6JAA4","zgc:123028","ctcf","matn3b","Q6JAA4","Matrilin-3 precursor (Matrilin-3b)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QPC9","Q6JAA4","A0A2R8QPC9","ctcf","idh3b","Q6JAA4","A0A2R8QPC9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5TZ44","Q6JAA4","Q5TZ44","ctcf","cd164","Q6JAA4","Q5TZ44","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7SXV2","Q6JAA4","aebp2","ctcf","aebp2","Q6JAA4","Zinc finger protein AEBP2 (Adipocyte enhancer-binding protein 2 homolog) (AE-binding protein 2 homolog)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RCR3","Q6JAA4","Fibulin 2","ctcf","fbln2","Q6JAA4","Fibulin 2 (Fibulin-2 isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1L8T4","Q6JAA4","Q1L8T4","ctcf","tuft1b","Q6JAA4","Q1L8T4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R4I7","Q6JAA4","F1R4I7","ctcf","sri","Q6JAA4","F1R4I7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1Q826","Q6JAA4","F1Q826","ctcf","rpz3","Q6JAA4","F1Q826","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2CEX6","Q6JAA4","A2CEX6","ctcf","hira","Q6JAA4","A2CEX6","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A5WVL9","Q6JAA4","A5WVL9","ctcf","dapk1","Q6JAA4","A5WVL9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A7MD59","Q6JAA4","si:dkey-44g23.7","ctcf","hmox2a","Q6JAA4","Heme oxygenase (EC 1.14.14.18)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","C5J7W8","Q6JAA4","smg1","ctcf","smg1","Q6JAA4","Serine/threonine-protein kinase SMG1 (smg-1) (EC 2.7.11.1) (Nonsense-mediated mRNA decay-associated PI3K-related kinase SMG1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2VD24","Q6JAA4","A2VD24","ctcf","ipo9","Q6JAA4","A2VD24","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QCV2","Q6JAA4","hdac10","ctcf","hdac10","Q6JAA4","Polyamine deacetylase HDAC10 (EC 3.5.1.48) (EC 3.5.1.62) (Histone deacetylase 10)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7FBD5","Q6JAA4","E7FBD5","ctcf","iqgap1","Q6JAA4","E7FBD5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R371","Q6JAA4","F1R371","ctcf","si:dkey-230p4.1","Q6JAA4","F1R371","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6NYW1","Q6JAA4","Q6NYW1","ctcf","map3k12","Q6JAA4","Q6NYW1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4IJ12","Q6JAA4","A0A0R4IJ12","ctcf","clns1a","Q6JAA4","A0A0R4IJ12","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QM86","Q6JAA4","F1QM86","ctcf","cbx1a","Q6JAA4","F1QM86","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QE38","Q6JAA4","RPTP[a]","ctcf","ptpra","Q6JAA4","Receptor-type tyrosine-protein phosphatase alpha (EC 3.1.3.48)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QBN5","Q6JAA4","A0A2R8QBN5","ctcf","slc30a6","Q6JAA4","A0A2R8QBN5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6NWC9","Q6JAA4","Q6NWC9","ctcf","gkap1","Q6JAA4","Q6NWC9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8QKI4","Q6JAA4","A0A2R8QKI4","ctcf","-","Q6JAA4","A0A2R8QKI4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A286Y8P8","Q6JAA4","A0A286Y8P8","ctcf","ddx20","Q6JAA4","A0A286Y8P8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7SZS0","Q6JAA4","zgc:77372","ctcf","srsf10b","Q6JAA4","Serine and arginine-rich-splicing factor 10b (Splicing factor, arginine/serine-rich 13A) (Zgc:65772)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7T1H5","Q6JAA4","dnd","ctcf","dnd","Q6JAA4","Dead end protein 1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q568S2","Q6JAA4","Q568S2","ctcf","cart2","Q6JAA4","Q568S2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q1Z3","Q6JAA4","A0A2R8Q1Z3","ctcf","pcdhb","Q6JAA4","A0A2R8Q1Z3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q4V9F4","Q6JAA4","Q4V9F4","ctcf","etnk2","Q6JAA4","Q4V9F4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q5SQE2","Q6JAA4","stxbp5l","ctcf","stxbp5l","Q6JAA4","Syntaxin-binding protein 5-like","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QSM7","Q6JAA4","F1QSM7","ctcf","scarb2c","Q6JAA4","F1QSM7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QB65","Q6JAA4","F1QB65","ctcf","rnf170","Q6JAA4","F1QB65","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A9C4A5","Q6JAA4","fk47c06","ctcf","ppardb","Q6JAA4","Peroxisome proliferator-activated receptor delta (Peroxisome proliferator-activated receptor delta isoform X1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QUQ0","Q6JAA4","si:ch211-214p16.3","ctcf","iars2","Q6JAA4","isoleucine--tRNA ligase (EC 6.1.1.5) (Isoleucyl-tRNA synthetase)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q424","Q6JAA4","A0A2R8Q424","ctcf","slc47a1","Q6JAA4","A0A2R8Q424","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q9T1","Q6JAA4","A0A2R8Q9T1","ctcf","tox","Q6JAA4","A0A2R8Q9T1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E9QF83","Q6JAA4","E9QF83","ctcf","phldb2b","Q6JAA4","E9QF83","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A3KMR8","Q6JAA4","A3KMR8","ctcf","mafaa","Q6JAA4","A3KMR8","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F8W378","Q6JAA4","F8W378","ctcf","si:dkey-87o1.2","Q6JAA4","F8W378","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B8A638","Q6JAA4","B8A638","ctcf","si:dkey-9i23.15","Q6JAA4","B8A638","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QD99","Q6JAA4","F1QD99","ctcf","si:ch211-241f5.3","Q6JAA4","F1QD99","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A140LFP1","Q6JAA4","A0A140LFP1","ctcf","si:ch73-223f5.1","Q6JAA4","A0A140LFP1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q803H7","Q6JAA4","Q803H7","ctcf","itm2ba","Q6JAA4","Q803H7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1RLX1","Q6JAA4","zgc:136731","ctcf","bmpr1aa","Q6JAA4","receptor protein serine/threonine kinase (EC 2.7.11.30)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1LUE5","Q6JAA4","Q1LUE5","ctcf","zc3h18","Q6JAA4","Q1LUE5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F658","Q6JAA4","E7F658","ctcf","mrpl52","Q6JAA4","E7F658","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R9YJN8","Q6JAA4","cb960","ctcf","ddx21","Q6JAA4","RNA helicase (EC 3.6.4.13)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q1W5","Q6JAA4","keap1b","ctcf","keap1b","Q6JAA4","Kelch-like ECH-associated protein 1B","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2VCY3","Q6JAA4","A2VCY3","ctcf","mbd5","Q6JAA4","A2VCY3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A2BGW2","Q6JAA4","A2BGW2","ctcf","si:dkey-174n20.1","Q6JAA4","A2BGW2","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7ZVX4","Q6JAA4","cb731","ctcf","rab14","Q6JAA4","Ras-related protein Rab-14","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A2R8Q7N7","Q6JAA4","A0A2R8Q7N7","ctcf","-","Q6JAA4","A0A2R8Q7N7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1R725","Q6JAA4","F1R725","ctcf","alg12","Q6JAA4","F1R725","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B8A5J2","Q6JAA4","si:ch211-258f14.5","ctcf","coa6","Q6JAA4","Cytochrome c oxidase assembly factor 6 (Uncharacterized protein C1orf31)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RB76","Q6JAA4","F1RB76","ctcf","wnt6a","Q6JAA4","F1RB76","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WHE3","Q6JAA4","X1WHE3","ctcf","sorl1","Q6JAA4","X1WHE3","tf-link","27924024","regulates","txid7955" +"Q6JAA4","E7F0G2","Q6JAA4","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1","ctcf","ndst1a","Q6JAA4","Bifunctional heparan sulfate N-deacetylase/N-sulfotransferase 1 (EC 2.8.2.8) (Glucosaminyl N-deacetylase/N-sulfotransferase 1)","tf-link","27924024","regulates","txid7955" +"Q6JAA4","R4GEM5","Q6JAA4","R4GEM5","ctcf","si:ch1073-228b5.2","Q6JAA4","R4GEM5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QUH6","Q6JAA4","KAT8 regulatory NSL complex subunit 1","ctcf","kansl1b","Q6JAA4","KAT8 regulatory NSL complex subunit 1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1RB94","Q6JAA4","F1RB94","ctcf","u2af1","Q6JAA4","F1RB94","tf-link","27924024","regulates","txid7955" +"Q6JAA4","X1WG55","Q6JAA4","X1WG55","ctcf","klhl38b","Q6JAA4","X1WG55","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q803M7","Q6JAA4","wu:fb09c07","ctcf","arpc5a","Q6JAA4","Actin-related protein 2/3 complex subunit 5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QZJ9","Q6JAA4","F1QZJ9","ctcf","tmem35","Q6JAA4","F1QZJ9","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QG35","Q6JAA4","F1QG35","ctcf","elovl8a","Q6JAA4","F1QG35","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q7SZN7","Q6JAA4","Q7SZN7","ctcf","evla","Q6JAA4","Q7SZN7","tf-link","27924024","regulates","txid7955" +"Q6JAA4","A0A0R4ISQ1","Q6JAA4","A0A0R4ISQ1","ctcf","mdm2","Q6JAA4","A0A0R4ISQ1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q6DGR1","Q6JAA4","Q6DGR1","ctcf","tmem203","Q6JAA4","Q6DGR1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QNG5","Q6JAA4","F1QNG5","ctcf","agbl5","Q6JAA4","F1QNG5","tf-link","27924024","regulates","txid7955" +"Q6JAA4","F1QRY4","Q6JAA4","F1QRY4","ctcf","tiprl","Q6JAA4","F1QRY4","tf-link","27924024","regulates","txid7955" +"Q6JAA4","B3DKN1","Q6JAA4","B3DKN1","ctcf","kri1","Q6JAA4","B3DKN1","tf-link","27924024","regulates","txid7955" +"Q6JAA4","Q1LVM3","Q6JAA4","Q1LVM3","ctcf","exosc5","Q6JAA4","Q1LVM3","tf-link","27924024","regulates","txid7955" +"Q504I8","Q1LUE8","Q504I8","Q1LUE8","tbx16","has3","Q504I8","Q1LUE8","tf-link","27924024","regulates","txid7955" +"Q504I8","F1QN21","Q504I8","F1QN21","tbx16","ripply1","Q504I8","F1QN21","tf-link","27924024","regulates","txid7955" +"Q504I8","Q7ZU32","Q504I8","erbeta2","tbx16","esr2a","Q504I8","Esr2a protein (Estrogen receptor 2a) (Estrogen receptor beta2)","tf-link","27924024","regulates","txid7955" +"Q504I8","B8A5Q1","Q504I8","B8A5Q1","tbx16","cyp2u1","Q504I8","B8A5Q1","tf-link","27924024","regulates","txid7955" +"Q504I8","O57460","Q504I8","O57460","tbx16","tll1","Q504I8","O57460","tf-link","27924024","regulates","txid7955" +"Q504I8","F1QY93","Q504I8","F1QY93","tbx16","syngap1a","Q504I8","F1QY93","tf-link","27924024","regulates","txid7955" +"Q504I8","X1WE09","Q504I8","X1WE09","tbx16","si:dkey-23k10.2","Q504I8","X1WE09","tf-link","27924024","regulates","txid7955" +"Q504I8","D1L3Y5","Q504I8","si:ch211-225p5.1","tbx16","dyrk1b","Q504I8","dual-specificity kinase (EC 2.7.12.1)","tf-link","27924024","regulates","txid7955" +"Q504I8","Q6PVV8","Q504I8","Q6PVV8","tbx16","sparc","Q504I8","Q6PVV8","tf-link","27924024","regulates","txid7955" +"Q504I8","E7FB04","Q504I8","E7FB04","tbx16","dpy19l1l","Q504I8","E7FB04","tf-link","27924024","regulates","txid7955" +"Q504I8","A0A2R8QP61","Q504I8","A0A2R8QP61","tbx16","smarcb1b","Q504I8","A0A2R8QP61","tf-link","27924024","regulates","txid7955" diff --git a/data/oxidative_stress/txid7955/nx.html b/data/oxidative_stress/txid7955/nx.html new file mode 100644 index 0000000..57d1ecb --- /dev/null +++ b/data/oxidative_stress/txid7955/nx.html @@ -0,0 +1,155 @@ + + + + + + + + + +
+

+
+ + + + + + +
+

+
+ + + + + +
+ + +
+
+ + + + + + + \ No newline at end of file diff --git a/data/oxidative_stress/txid7955/stress_ppi_names.csv b/data/oxidative_stress/txid7955/stress_ppi_names.csv new file mode 100644 index 0000000..b2425b7 --- /dev/null +++ b/data/oxidative_stress/txid7955/stress_ppi_names.csv @@ -0,0 +1,25 @@ +id1,id2,geneName1,geneName2 +Q9I9P9,A0A2R8Q1W5,smad2,keap1b +Q9I9E1,Q9I9P9,foxh1,smad2 +E7F079,A7MD59,hmox2b,hmox2a +Q1ECZ2,A0A2R8Q1W5,keap1a,keap1b +B0UXS0,E7F079,hmox1a,hmox2b +B0UXS0,A7MD59,hmox1a,hmox2a +Q6P980,O73872,sod2,sod1 +Q7ZV14,Q7T3D1,gpx8,ero1a +Q7T3D1,Q6P3G9,ero1a,erp44 +Q6P3G9,Q6DGJ6,erp44,prdx2 +Q6P3G9,A2AWE1,erp44,prdx1 +Q6DGJ6,A2AWE1,prdx2,prdx1 +A0A2R8Q1W5,Q9I9P9,keap1b,smad2 +Q9I9P9,Q9I9E1,smad2,foxh1 +A7MD59,E7F079,hmox2a,hmox2b +A0A2R8Q1W5,Q1ECZ2,keap1b,keap1a +E7F079,B0UXS0,hmox2b,hmox1a +A7MD59,B0UXS0,hmox2a,hmox1a +O73872,Q6P980,sod1,sod2 +Q7T3D1,Q7ZV14,ero1a,gpx8 +Q6P3G9,Q7T3D1,erp44,ero1a +Q6DGJ6,Q6P3G9,prdx2,erp44 +A2AWE1,Q6P3G9,prdx1,erp44 +A2AWE1,Q6DGJ6,prdx1,prdx2 diff --git a/data/oxidative_stress/txid7955/stress_reg_names.csv b/data/oxidative_stress/txid7955/stress_reg_names.csv new file mode 100644 index 0000000..81dc373 --- /dev/null +++ b/data/oxidative_stress/txid7955/stress_reg_names.csv @@ -0,0 +1,88 @@ +id1,id2,geneName1,geneName2 +Q6P0E1,Q1ECZ2,sox2,keap1a +Q6P0E1,A0A0R4ILJ8,sox2,glrx2 +Q6P0E1,Q6P0E1,sox2,sox2 +Q6EHI4,A0A0R4ICG0,hif1ab,per1a +Q6EHI4,Q6DGJ6,hif1ab,prdx2 +Q6EHI4,I3ISS4,hif1ab,oxr1b +Q6EHI4,A4QN37,hif1ab,cry1a +Q6EHI4,A0A2R8Q1W5,hif1ab,keap1b +Q6EHI4,Q6P980,hif1ab,sod2 +Q6TEL1,A7MD59,rad21a,hmox2a +Q6TEL1,Q6P026,rad21a,banf1 +Q6TEL1,A0A2R8Q1W5,rad21a,keap1b +Q6TEL1,Q5XJ36,rad21a,park7 +Q6TEL1,Q6P3G9,rad21a,erp44 +Q6TEL1,Q5XJ48,rad21a,gpx1a +Q6TEL1,Q6NW59,rad21a,atf4 +Q6TEL1,F1QDM9,rad21a,apodb +Q6TEL1,Q6TEL1,rad21a,rad21a +Q9I9P9,Q6P026,smad2,banf1 +Q9I9P9,A2AWE1,smad2,prdx1 +Q9I9P9,Q1ECZ2,smad2,keap1a +Q9I9P9,A0A0R4ICG0,smad2,per1a +Q9I9P9,Q9I9P9,smad2,smad2 +Q9I9E1,Q6EHI4,foxh1,hif1ab +Q9I9E1,E7F079,foxh1,hmox2b +Q9I9E1,Q5RI06,foxh1,ptgs2b +Q9I9E1,F1QUT1,foxh1,per2 +Q9I9E1,A4QN37,foxh1,cry1a +Q9I9E1,Q6P026,foxh1,banf1 +Q9I9E1,Q502C8,foxh1,prdx5 +Q9I9E1,A0A2R8Q1W5,foxh1,keap1b +Q9I9E1,A5JNG8,foxh1,nanog +Q9I9E1,Q1ECZ2,foxh1,keap1a +Q9I9E1,Q6P0E1,foxh1,sox2 +A5JNG8,F1Q6Z6,nanog,txnrd2.2 +A5JNG8,A2AWE1,nanog,prdx1 +A5JNG8,Q6TEL1,nanog,rad21a +A5JNG8,Q1ECZ2,nanog,keap1a +A5JNG8,F8W555,nanog,reep1 +A5JNG8,A0A0R4ILJ8,nanog,glrx2 +A5JNG8,Q6P0E1,nanog,sox2 +A5JNG8,Q9I9P9,nanog,smad2 +A5JNG8,Q5PR55,nanog,zgc:103499 +A5JNG8,Q6P980,nanog,sod2 +A5JNG8,B0UXS0,nanog,hmox1a +A5JNG8,Q6EHI4,nanog,hif1ab +A5JNG8,B0V1A9,nanog,fancc +A5JNG8,A0A0R4ICG0,nanog,per1a +A5JNG8,O73872,nanog,sod1 +A5JNG8,F1QIW1,nanog,brf2 +A5JNG8,Q6NYD1,nanog,romo1 +A5JNG8,Q5RI06,nanog,ptgs2b +A5JNG8,Q1LWV7,nanog,meak7 +A5JNG8,F1QUT1,nanog,per2 +A5JNG8,Q5TZ05,nanog,msra +A5JNG8,Q6NW59,nanog,atf4 +A5JNG8,F1QDM9,nanog,apodb +A5JNG8,Q6DGV7,nanog,mpv17l2 +A5JNG8,A4QN37,nanog,cry1a +A5JNG8,Q6P026,nanog,banf1 +A5JNG8,Q503D8,nanog,txndc12 +A5JNG8,Q502C8,nanog,prdx5 +A5JNG8,A0A2R8Q1W5,nanog,keap1b +A5JNG8,Q5TZ51,nanog,mpv17 +A5JNG8,Q6P3G9,nanog,erp44 +A5JNG8,A5JNG8,nanog,nanog +Q05AJ3,F1QDM9,gata1a,apodb +Q05AJ3,A4QN37,gata1a,cry1a +Q05AJ3,A0A2R8Q1W5,gata1a,keap1b +Q05AJ3,F1Q6Z6,gata1a,txnrd2.2 +Q05AJ3,Q9I9P9,gata1a,smad2 +Q05AJ3,Q6NYD1,gata1a,romo1 +Q05AJ3,Q05AJ3,gata1a,gata1a +F1QDF2,Q6NW59,sall4,atf4 +F1QDF2,A4QN37,sall4,cry1a +F1QDF2,Q502C8,sall4,prdx5 +F1QDF2,A0A2R8Q1W5,sall4,keap1b +F1QDF2,Q5XJ48,sall4,gpx1a +F1QDF2,Q6TEL1,sall4,rad21a +F1QDF2,A2AWE1,sall4,prdx1 +F1QDF2,Q1ECZ2,sall4,keap1a +F1QDF2,A0A0R4ILJ8,sall4,glrx2 +F1QDF2,Q6P0E1,sall4,sox2 +F1QDF2,Q9I9P9,sall4,smad2 +F1QDF2,B0UXS0,sall4,hmox1a +F1QDF2,A0A0R4ICG0,sall4,per1a +F1QDF2,F1QIW1,sall4,brf2 diff --git a/environment.yml b/environment.yml index 2dff41e..c01fef3 100644 --- a/environment.yml +++ b/environment.yml @@ -54,6 +54,7 @@ dependencies: - python=3.13.1=h2334245_102_cp313 - python-dateutil=2.9.0.post0=pyhff2d567_1 - python_abi=3.13=5_cp313 + - pyvis=0.3.2 - qhull=2020.2=h3c5361c_5 - readline=8.2=h9e318b2_1 - scipy=1.14.1=py313hd641537_2 diff --git a/plotNetworks.py b/plotNetworks.py new file mode 100644 index 0000000..7e08ac9 --- /dev/null +++ b/plotNetworks.py @@ -0,0 +1,135 @@ +import argparse +import networkx as nx +import csv +from pyvis.network import Network + +def process_edges( + file_path, G, visited_nodes, label +): + """Helper function to process edges and add them to the graph.""" + # print(f"currently processing {label} edges") + with open(file_path, "r") as file: + csv_reader = csv.reader(file) + next(csv_reader) # Skip header + node_count = len(visited_nodes) + edge_count = G.number_of_edges() + + for row in csv_reader: + geneName1 = row[2] + geneName2 = row[3] + + if geneName1 not in visited_nodes: + visited_nodes.add(geneName1) + node_count += 1 + + if geneName2 not in visited_nodes: + visited_nodes.add(geneName2) + node_count += 1 + + G.add_edge(geneName1, geneName2, label=label) + edge_count += 1 + +def read_csv( + ppi_path, + reg_path, +): + """Reads CSV files and constructs a graph with edges labeled as 'ppi' or 'reg'.""" + G = nx.MultiDiGraph() + visited_nodes = set() + + process_edges( + ppi_path, + G, + visited_nodes, + "ppi" + ) + process_edges( + reg_path, + G, + visited_nodes, + "reg" + ) + + return G + +def main(ppi_path, reg_path, output_dir): + G = read_csv( + ppi_path, + reg_path + ) + + nt = Network('700px', '840px', directed=True) + # nt = Network(directed=True) + G.remove_edges_from(nx.selfloop_edges(G)) + + # Add nodes to the network graph + for node in G.nodes(): + nt.add_node(node, label=node) # Add node label + nt.get_node(node)['color'] = '#cfe2f3' + nt.get_node(node)['shape'] = 'ellipse' + + if 'txid224308' in args.output_dir: + nt.get_node('sigA')['color'] = '#fad6a5' + nt.get_node('sigB')['color'] = '#fad6a5' + nt.get_node('katX')['color'] = '#fad6a5' + nt.get_node('katE')['color'] = '#fad6a5' + nt.get_node('ahpC')['color'] = '#fad6a5' + nt.get_node('ahpF')['color'] = '#fad6a5' + nt.get_node('ccpA')['color'] = '#fad6a5' + nt.get_node('perR')['color'] = '#fad6a5' + if 'txid7955' in args.output_dir: + nt.get_node('nanog')['color'] = '#fad6a5' + nt.get_node('sod1')['color'] = '#fad6a5' + nt.get_node('sod2')['color'] = '#fad6a5' + nt.get_node('prdx1')['color'] = '#fad6a5' + nt.get_node('erp44')['color'] = '#fad6a5' + nt.get_node('keap1a')['color'] = '#fad6a5' + nt.get_node('keap1b')['color'] = '#fad6a5' + nt.get_node('smad2')['color'] = '#fad6a5' + nt.get_node('gata1a')['color'] = '#fad6a5' + nt.get_node('sall4')['color'] = '#fad6a5' + nt.get_node('foxh1')['color'] = '#fad6a5' # Skip this subnetwork if not in the specified list + + # Track added edges to prevent duplication + seen_ppi_edges = set() + + # Iterate over edges + for u, v, data in G.edges(data=True): + label = data.get("label", None) # Get label from edge data + if label == "reg": + nt.add_edge(u, v, color="red", width = 3, arrows="to", arrowStrikethrough=True) # Directed red edge + elif label == "ppi": + if (u, v) not in seen_ppi_edges and (v, u) not in seen_ppi_edges: + nt.add_edge(u, v, color="black", width = 4, arrows="") # Undirected black edge + seen_ppi_edges.add((u, v)) # Mark the pair as seen + seen_ppi_edges.add((v, u)) # Ensure (v, u) isn't added separately + + nt.write_html(f'{output_dir}nx.html') + +if __name__ == "__main__": + parser = argparse.ArgumentParser(description="Plot Stress Subnetworks") + parser.add_argument( + "-u", + "--undirected", + type=str, + help="Path to the undirected/PPI edges input file.", + required=True, + ) + parser.add_argument( + "-d", + "--directed", + type=str, + help="Path to the directed/Reg edges input file.", + required=True, + ) + parser.add_argument( + "-o", + "--output_dir", + type=str, + help="Path to the output directory.", + required=True, + ) + + args = parser.parse_args() + + main(args.undirected, args.directed, args.output_dir) \ No newline at end of file